From 055372f7969019c00ed3d5326e6b0f6eb22bc10d Mon Sep 17 00:00:00 2001 From: UniDoc Build Date: Fri, 22 Nov 2024 00:42:43 +0000 Subject: [PATCH] prepare release --- README.md | 2 +- annotator/annotator.go | 901 +- common/common.go | 129 +- common/license/license.go | 35 +- contentstream/contentstream.go | 1200 +-- contentstream/draw/draw.go | 493 +- core/core.go | 2950 +++--- core/security/crypt/crypt.go | 147 +- core/security/security.go | 187 +- creator/creator.go | 4915 ++++----- extractor/extractor.go | 1710 ++-- fdf/fdf.go | 212 +- fjson/fjson.go | 52 +- internal/bitwise/bitwise.go | 114 +- internal/ccittfax/ccittfax.go | 236 +- internal/cmap/bcmaps/bcmaps.go | 757 +- internal/cmap/cmap.go | 259 +- internal/endian/endian.go | 4 +- internal/graphic2d/graphic2d.go | 77 +- internal/graphic2d/svg/svg.go | 257 +- internal/imageutil/imageutil.go | 775 +- internal/integrations/unichart/unichart.go | 57 +- internal/jbig2/basic/basic.go | 23 +- internal/jbig2/bitmap/bitmap.go | 1290 ++- .../jbig2/decoder/arithmetic/arithmetic.go | 48 +- internal/jbig2/decoder/decoder.go | 22 +- internal/jbig2/decoder/huffman/huffman.go | 63 +- internal/jbig2/decoder/mmr/mmr.go | 78 +- internal/jbig2/document/document.go | 244 +- internal/jbig2/document/segments/segments.go | 1201 ++- .../jbig2/encoder/arithmetic/arithmetic.go | 97 +- internal/jbig2/encoder/classer/classer.go | 198 +- internal/jbig2/errors/errors.go | 10 +- internal/jbig2/internal/internal.go | 2 +- internal/jbig2/jbig2.go | 12 +- internal/license/license.go | 214 +- internal/sampling/sampling.go | 31 +- internal/strutils/strutils.go | 13 +- internal/testutils/testutils.go | 58 +- .../textencoding/internal/syncmap/syncmap.go | 43 +- internal/textencoding/textencoding.go | 198 +- internal/timeutils/timeutils.go | 18 +- internal/transform/transform.go | 36 +- internal/uuid/uuid.go | 6 +- model/internal/colorprofile/colorprofile.go | 94 +- model/internal/docutil/docutil.go | 92 +- model/internal/fonts/fonts.go | 236 +- model/mdp/mdp.go | 132 +- model/model.go | 9083 +++++++++-------- model/optimize/optimize.go | 362 +- model/pdfa/pdfa.go | 1566 ++- model/sighandler/sighandler.go | 420 +- model/sigutil/sigutil.go | 106 +- model/xmputil/pdfaextension/pdfaextension.go | 200 +- model/xmputil/pdfaid/pdfaid.go | 44 +- model/xmputil/xmputil.go | 153 +- pdfutil/pdfutil.go | 14 +- ps/ps.go | 316 +- redactor/redactor.go | 175 +- render/internal/context/context.go | 58 +- .../context/imagerender/imagerender.go | 193 +- render/render.go | 372 +- sanitize/sanitize.go | 56 +- textshaping/textshaping.go | 6 +- 64 files changed, 16564 insertions(+), 16488 deletions(-) diff --git a/README.md b/README.md index de71db746..a63ae57af 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ creating and reading, processing PDF files. The library is written and supported - [Create PDF reports](https://github.com/unidoc/unipdf-examples/blob/master/report/pdf_report.go). Example output: [unidoc-report.pdf](https://github.com/unidoc/unipdf-examples/blob/master/report/unidoc-report.pdf). - [Table PDF reports](https://github.com/unidoc/unipdf-examples/blob/master/report/pdf_tables.go). Example output: [unipdf-tables.pdf](https://github.com/unidoc/unipdf-examples/blob/master/report/unipdf-tables.pdf). - [Invoice creation](https://unidoc.io/news/simple-invoices) -- [Styled paragraphs](https://github.com/unidoc/unipdf-examples/blob/master/report/pdf_formatted_text.go) +- [Styled paragraphs](https://github.com/unidoc/unipdf-examples/blob/master/text/pdf_formatted_text.go) - [Merge PDF pages](https://github.com/unidoc/unipdf-examples/blob/master/pages/pdf_merge.go) - [Split PDF pages](https://github.com/unidoc/unipdf-examples/blob/master/pages/pdf_split.go) and change page order - [Rotate pages](https://github.com/unidoc/unipdf-examples/blob/master/pages/pdf_rotate.go) diff --git a/annotator/annotator.go b/annotator/annotator.go index 9184d53d1..0846185a5 100644 --- a/annotator/annotator.go +++ b/annotator/annotator.go @@ -14,35 +14,119 @@ // can create the appearance streams which specify the exact appearance as needed by many pdf viewers for consistent // appearance of the annotations. // It also contains methods for generating appearance streams for fields via widget annotations. -package annotator ;import (_f "bytes";_aeg "errors";_gb "fmt";_g "github.com/unidoc/unipdf/v3/common";_fb "github.com/unidoc/unipdf/v3/contentstream";_ce "github.com/unidoc/unipdf/v3/contentstream/draw";_cac "github.com/unidoc/unipdf/v3/core";_b "github.com/unidoc/unipdf/v3/creator"; -_ac "github.com/unidoc/unipdf/v3/internal/textencoding";_ge "github.com/unidoc/unipdf/v3/model";_ca "image";_fg "math";_ae "strings";_a "time";_cb "unicode";); - -// NewCheckboxField generates a new checkbox field with partial name `name` at location `rect` -// on specified `page` and with field specific options `opt`. -func NewCheckboxField (page *_ge .PdfPage ,name string ,rect []float64 ,opt CheckboxFieldOptions )(*_ge .PdfFieldButton ,error ){if page ==nil {return nil ,_aeg .New ("\u0070a\u0067e\u0020\u006e\u006f\u0074\u0020s\u0070\u0065c\u0069\u0066\u0069\u0065\u0064"); -};if len (name )<=0{return nil ,_aeg .New ("\u0072\u0065\u0071\u0075\u0069\u0072\u0065\u0064\u0020\u0061\u0074\u0074\u0072\u0069\u0062u\u0074e\u0020\u006e\u006f\u0074\u0020\u0073\u0070\u0065\u0063\u0069\u0066\u0069\u0065\u0064");};if len (rect )!=4{return nil ,_aeg .New ("\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0072\u0061\u006e\u0067\u0065"); -};_ebbb ,_fcdc :=_ge .NewStandard14Font (_ge .ZapfDingbatsName );if _fcdc !=nil {return nil ,_fcdc ;};_agga :=_ge .NewPdfField ();_dfec :=&_ge .PdfFieldButton {};_agga .SetContext (_dfec );_dfec .PdfField =_agga ;_dfec .T =_cac .MakeString (name );_dfec .SetType (_ge .ButtonTypeCheckbox ); -_edcd :="\u004f\u0066\u0066";if opt .Checked {_edcd ="\u0059\u0065\u0073";};_dfec .V =_cac .MakeName (_edcd );_gea :=_ge .NewPdfAnnotationWidget ();_gea .Rect =_cac .MakeArrayFromFloats (rect );_gea .P =page .ToPdfObject ();_gea .F =_cac .MakeInteger (4); -_gea .Parent =_dfec .ToPdfObject ();_dcc :=rect [2]-rect [0];_cbcb :=rect [3]-rect [1];var _baea _f .Buffer ;_baea .WriteString ("\u0071\u000a");_baea .WriteString ("\u0030 \u0030\u0020\u0031\u0020\u0072\u0067\n");_baea .WriteString ("\u0042\u0054\u000a"); -_baea .WriteString ("\u002f\u005a\u0061D\u0062\u0020\u0031\u0032\u0020\u0054\u0066\u000a");_baea .WriteString ("\u0045\u0054\u000a");_baea .WriteString ("\u0051\u000a");_cabgg :=_fb .NewContentCreator ();_cabgg .Add_q ();_cabgg .Add_rg (0,0,1);_cabgg .Add_BT (); -_cabgg .Add_Tf (*_cac .MakeName ("\u005a\u0061\u0044\u0062"),12);_cabgg .Add_Td (0,0);_cabgg .Add_ET ();_cabgg .Add_Q ();_bdce :=_ge .NewXObjectForm ();_bdce .SetContentStream (_cabgg .Bytes (),_cac .NewRawEncoder ());_bdce .BBox =_cac .MakeArrayFromFloats ([]float64 {0,0,_dcc ,_cbcb }); -_bdce .Resources =_ge .NewPdfPageResources ();_bdce .Resources .SetFontByName ("\u005a\u0061\u0044\u0062",_ebbb .ToPdfObject ());_cabgg =_fb .NewContentCreator ();_cabgg .Add_q ();_cabgg .Add_re (0,0,_dcc ,_cbcb );_cabgg .Add_W ().Add_n ();_cabgg .Add_rg (0,0,1); -_cabgg .Translate (0,3.0);_cabgg .Add_BT ();_cabgg .Add_Tf (*_cac .MakeName ("\u005a\u0061\u0044\u0062"),12);_cabgg .Add_Td (0,0);_cabgg .Add_Tj (*_cac .MakeString ("\u0034"));_cabgg .Add_ET ();_cabgg .Add_Q ();_beg :=_ge .NewXObjectForm ();_beg .SetContentStream (_cabgg .Bytes (),_cac .NewRawEncoder ()); -_beg .BBox =_cac .MakeArrayFromFloats ([]float64 {0,0,_dcc ,_cbcb });_beg .Resources =_ge .NewPdfPageResources ();_beg .Resources .SetFontByName ("\u005a\u0061\u0044\u0062",_ebbb .ToPdfObject ());_fefg :=_cac .MakeDict ();_fefg .Set ("\u004f\u0066\u0066",_bdce .ToPdfObject ()); -_fefg .Set ("\u0059\u0065\u0073",_beg .ToPdfObject ());_dece :=_cac .MakeDict ();_dece .Set ("\u004e",_fefg );_gea .AP =_dece ;_gea .AS =_cac .MakeName (_edcd );_dfec .Annotations =append (_dfec .Annotations ,_gea );return _dfec ,nil ;}; - -// NewTextField generates a new text field with partial name `name` at location -// specified by `rect` on given `page` and with field specific options `opt`. -func NewTextField (page *_ge .PdfPage ,name string ,rect []float64 ,opt TextFieldOptions )(*_ge .PdfFieldText ,error ){if page ==nil {return nil ,_aeg .New ("\u0070a\u0067e\u0020\u006e\u006f\u0074\u0020s\u0070\u0065c\u0069\u0066\u0069\u0065\u0064");};if len (name )<=0{return nil ,_aeg .New ("\u0072\u0065\u0071\u0075\u0069\u0072\u0065\u0064\u0020\u0061\u0074\u0074\u0072\u0069\u0062u\u0074e\u0020\u006e\u006f\u0074\u0020\u0073\u0070\u0065\u0063\u0069\u0066\u0069\u0065\u0064"); -};if len (rect )!=4{return nil ,_aeg .New ("\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0072\u0061\u006e\u0067\u0065");};_bfac :=_ge .NewPdfField ();_ggfb :=&_ge .PdfFieldText {};_bfac .SetContext (_ggfb );_ggfb .PdfField =_bfac ;_ggfb .T =_cac .MakeString (name ); -if opt .MaxLen > 0{_ggfb .MaxLen =_cac .MakeInteger (int64 (opt .MaxLen ));};if len (opt .Value )> 0{_ggfb .V =_cac .MakeString (opt .Value );};if opt .TextColor !=""{_dfed :=_b .ColorRGBFromHex (opt .TextColor );_cdd ,_gacc ,_eega :=_dfed .ToRGB ();_fdgce :=12; -if opt .FontSize > 0{_fdgce =opt .FontSize ;};_dfaf :="\u0048e\u006c\u0076\u0065\u0074\u0069\u0063a";if opt .FontName !=""{_dfaf =opt .FontName ;};_egg :=_gb .Sprintf ("/\u0025\u0073\u0020\u0025\u0064\u0020T\u0066\u0020\u0025\u002e\u0033\u0066\u0020\u0025\u002e3\u0066\u0020\u0025.\u0033f\u0020\u0072\u0067",_dfaf ,_fdgce ,_cdd ,_gacc ,_eega ); -_ggfb .DA =_cac .MakeString (_egg );};_bfac .SetContext (_ggfb );_dgab :=_ge .NewPdfAnnotationWidget ();_dgab .Rect =_cac .MakeArrayFromFloats (rect );_dgab .P =page .ToPdfObject ();_dgab .F =_cac .MakeInteger (4);_dgab .Parent =_ggfb .ToPdfObject ();_ggfb .Annotations =append (_ggfb .Annotations ,_dgab ); -return _ggfb ,nil ;}; +package annotator ;import (_d "bytes";_ec "errors";_bc "fmt";_f "github.com/unidoc/unipdf/v3/common";_g "github.com/unidoc/unipdf/v3/contentstream";_c "github.com/unidoc/unipdf/v3/contentstream/draw";_dd "github.com/unidoc/unipdf/v3/core";_b "github.com/unidoc/unipdf/v3/creator"; +_fa "github.com/unidoc/unipdf/v3/internal/textencoding";_ge "github.com/unidoc/unipdf/v3/model";_da "image";_bb "math";_a "strings";_de "time";_fd "unicode";);func _becd (_bgfb *_ge .PdfField )string {if _bgfb ==nil {return "";};_dcfc ,_cdg :=_bgfb .GetContext ().(*_ge .PdfFieldText ); +if !_cdg {return _becd (_bgfb .Parent );};if _dcfc .DA !=nil {return _dcfc .DA .Str ();};return _becd (_dcfc .Parent );}; // CircleAnnotationDef defines a circle annotation or ellipse at position (X, Y) and Width and Height. // The annotation has various style parameters including Fill and Border options and Opacity. -type CircleAnnotationDef struct{X float64 ;Y float64 ;Width float64 ;Height float64 ;FillEnabled bool ;FillColor *_ge .PdfColorDeviceRGB ;BorderEnabled bool ;BorderWidth float64 ;BorderColor *_ge .PdfColorDeviceRGB ;Opacity float64 ;}; +type CircleAnnotationDef struct{X float64 ;Y float64 ;Width float64 ;Height float64 ;FillEnabled bool ;FillColor *_ge .PdfColorDeviceRGB ;BorderEnabled bool ;BorderWidth float64 ;BorderColor *_ge .PdfColorDeviceRGB ;Opacity float64 ;};func _cbff (_adbcg _dd .PdfObject ,_bcfd *_ge .PdfPageResources )(*_dd .PdfObjectName ,float64 ,bool ){var (_adc *_dd .PdfObjectName ; +_cgfb float64 ;_fbc bool ;);if _afag ,_baeaa :=_dd .GetDict (_adbcg );_baeaa &&_afag !=nil {_bgde :=_dd .TraceToDirectObject (_afag .Get ("\u004e"));switch _gabb :=_bgde .(type ){case *_dd .PdfObjectStream :_egbef ,_dgf :=_dd .DecodeStream (_gabb );if _dgf !=nil {_f .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u0020\u0075\u006e\u0061\u0062\u006c\u0065\u0020\u0064\u0065\u0063\u006f\u0064\u0065\u0020\u0063\u006f\u006e\u0074e\u006e\u0074\u0020\u0073\u0074r\u0065\u0061m\u003a\u0020\u0025\u0076",_dgf .Error ()); +return nil ,0,false ;};_ccbg ,_dgf :=_g .NewContentStreamParser (string (_egbef )).Parse ();if _dgf !=nil {_f .Log .Debug ("\u0045\u0052R\u004f\u0052\u0020\u0075n\u0061\u0062l\u0065\u0020\u0070\u0061\u0072\u0073\u0065\u0020c\u006f\u006e\u0074\u0065\u006e\u0074\u0020\u0073\u0074\u0072\u0065\u0061m\u003a\u0020\u0025\u0076",_dgf .Error ()); +return nil ,0,false ;};_feg :=_g .NewContentStreamProcessor (*_ccbg );_feg .AddHandler (_g .HandlerConditionEnumOperand ,"\u0054\u0066",func (_eaca *_g .ContentStreamOperation ,_adf _g .GraphicsState ,_dgag *_ge .PdfPageResources )error {if len (_eaca .Params )==2{if _ebag ,_abgd :=_dd .GetName (_eaca .Params [0]); +_abgd {_adc =_ebag ;};if _cbedf ,_gegfd :=_dd .GetNumberAsFloat (_eaca .Params [1]);_gegfd ==nil {_cgfb =_cbedf ;};_fbc =true ;return _g .ErrEarlyExit ;};return nil ;});_feg .Process (_bcfd );return _adc ,_cgfb ,_fbc ;};};return nil ,0,false ;}; + +// Style returns the appearance style of `fa`. If not specified, returns default style. +func (_fdc FieldAppearance )Style ()AppearanceStyle {if _fdc ._daa !=nil {return *_fdc ._daa ;};_dab :=_daag ;return AppearanceStyle {AutoFontSizeFraction :0.65,CheckmarkRune :'✔',BorderSize :0.0,BorderColor :_ge .NewPdfColorDeviceGray (0),FillColor :_ge .NewPdfColorDeviceGray (1),MultilineLineHeight :1.2,MultilineVAlignMiddle :false ,DrawAlignmentReticle :false ,AllowMK :true ,MarginLeft :&_dab }; +}; + +// NewSignatureFieldOpts returns a new initialized instance of options +// used to generate a signature appearance. +func NewSignatureFieldOpts ()*SignatureFieldOpts {return &SignatureFieldOpts {Font :_ge .DefaultFont (),FontSize :10,LineHeight :1,AutoSize :true ,TextColor :_ge .NewPdfColorDeviceGray (0),BorderColor :_ge .NewPdfColorDeviceGray (0),FillColor :_ge .NewPdfColorDeviceGray (1),Encoder :_dd .NewFlateEncoder (),ImagePosition :SignatureImageLeft }; +};func _aada (_geac _da .Image ,_ddfe string ,_gdg *SignatureFieldOpts ,_bdb []float64 ,_efd *_g .ContentCreator )(*_dd .PdfObjectName ,*_ge .XObjectImage ,error ){_bffa ,_cgge :=_ge .DefaultImageHandler {}.NewImageFromGoImage (_geac );if _cgge !=nil {return nil ,nil ,_cgge ; +};_fba ,_cgge :=_ge .NewXObjectImageFromImage (_bffa ,nil ,_gdg .Encoder );if _cgge !=nil {return nil ,nil ,_cgge ;};_gfa ,_eef :=float64 (*_fba .Width ),float64 (*_fba .Height );_gcae :=_bdb [2]-_bdb [0];_fgge :=_bdb [3]-_bdb [1];if _gdg .AutoSize {_ffee :=_bb .Min (_gcae /_gfa ,_fgge /_eef ); +_gfa *=_ffee ;_eef *=_ffee ;_bdb [0]=_bdb [0]+(_gcae /2)-(_gfa /2);_bdb [1]=_bdb [1]+(_fgge /2)-(_eef /2);};var _edcf *_dd .PdfObjectName ;if _egbb ,_bfe :=_dd .GetName (_fba .Name );_bfe {_edcf =_egbb ;}else {_edcf =_dd .MakeName (_ddfe );};if _efd !=nil {_efd .Add_q ().Translate (_bdb [0],_bdb [1]).Scale (_gfa ,_eef ).Add_Do (*_edcf ).Add_Q (); +}else {return nil ,nil ,_ec .New ("\u0043\u006f\u006e\u0074en\u0074\u0043\u0072\u0065\u0061\u0074\u006f\u0072\u0020\u0069\u0073\u0020\u006e\u0075l\u006c");};return _edcf ,_fba ,nil ;};func _acf (_dec *_g .ContentCreator ,_bfa AppearanceStyle ,_fead ,_cge float64 ){_dec .Add_q ().Add_re (0,0,_fead ,_cge ).Add_w (_bfa .BorderSize ).SetStrokingColor (_bfa .BorderColor ).SetNonStrokingColor (_bfa .FillColor ).Add_B ().Add_Q (); +};func _efaf (_acbc *InkAnnotationDef )(*_dd .PdfObjectDictionary ,*_ge .PdfRectangle ,error ){_geab :=_ge .NewXObjectForm ();_cggcb ,_bfgd ,_cbea :=_befe (_acbc );if _cbea !=nil {return nil ,nil ,_cbea ;};_cbea =_geab .SetContentStream (_cggcb ,nil ); +if _cbea !=nil {return nil ,nil ,_cbea ;};_geab .BBox =_bfgd .ToPdfObject ();_geab .Resources =_ge .NewPdfPageResources ();_geab .Resources .ProcSet =_dd .MakeArray (_dd .MakeName ("\u0050\u0044\u0046"));_bdddf :=_dd .MakeDict ();_bdddf .Set ("\u004e",_geab .ToPdfObject ()); +return _bdddf ,_bfgd ,nil ;}; + +// AppearanceFontStyle defines font style characteristics for form fields, +// used in the filling/flattening process. +type AppearanceFontStyle struct{ + +// Fallback represents a global font fallback, used for fields which do +// not specify a font in their default appearance (DA). The fallback is +// also used if there is a font specified in the DA, but it is not +// found in the AcroForm resources (DR). +Fallback *AppearanceFont ; + +// FallbackSize represents a global font size fallback used for fields +// which do not specify a font size in their default appearance (DA). +// The fallback size is applied only if its value is larger than zero. +FallbackSize float64 ; + +// FieldFallbacks defines font fallbacks for specific fields. The map keys +// represent the names of the fields (which can be specified by their +// partial or full names). Specific field fallback fonts take precedence +// over the global font fallback. +FieldFallbacks map[string ]*AppearanceFont ; + +// ForceReplace forces the replacement of fonts in the filling/flattening +// process, even if the default appearance (DA) specifies a valid font. +// If no fallback font is provided, setting this field has no effect. +ForceReplace bool ;};const (_fbac =1;_aac =2;_bcaf =4;_egce =8;_bffc =16;_ffg =32;_dgeg =64;_ddfg =128;_fab =256;_fgf =512;_afaa =1024;_cbba =2048;_ggac =4096;);func _befe (_bcgg *InkAnnotationDef )([]byte ,*_ge .PdfRectangle ,error ){_abgdd :=[][]_c .CubicBezierCurve {}; +for _ ,_bdac :=range _bcgg .Paths {if _bdac .Length ()==0{continue ;};_ffgc :=_bdac .Points ;_gbea ,_fffg ,_dfee :=_gbggf (_ffgc );if _dfee !=nil {return nil ,nil ,_dfee ;};if len (_gbea )!=len (_fffg ){return nil ,nil ,_ec .New ("\u0049\u006e\u0065\u0071\u0075\u0061\u006c\u0020\u006e\u0075\u006d\u0062\u0065\u0072\u0020\u006f\u0066\u0020\u0063\u0061l\u0063\u0075\u006c\u0061\u0074\u0065\u0064\u0020\u0066\u0069\u0072\u0073\u0074\u0020\u0061\u006e\u0064\u0020\u0073\u0065\u0063\u006f\u006e\u0064\u0020\u0063\u006f\u006e\u0074\u0072o\u006c\u0020\u0070\u006f\u0069n\u0074"); +};_bedbb :=[]_c .CubicBezierCurve {};for _fbg :=0;_fbg < len (_gbea );_fbg ++{_bedbb =append (_bedbb ,_c .CubicBezierCurve {P0 :_ffgc [_fbg ],P1 :_gbea [_fbg ],P2 :_fffg [_fbg ],P3 :_ffgc [_fbg +1]});};if len (_bedbb )> 0{_abgdd =append (_abgdd ,_bedbb ); +};};_cgda ,_gbgg ,_cfe :=_cfdc (_abgdd ,_bcgg .Color ,_bcgg .LineWidth );if _cfe !=nil {return nil ,nil ,_cfe ;};return _cgda ,_gbgg ,nil ;}; + +// NewFormSubmitButtonField would create a submit button in specified page according to the parameter in `FormSubmitActionOptions`. +func NewFormSubmitButtonField (page *_ge .PdfPage ,opt FormSubmitActionOptions )(*_ge .PdfFieldButton ,error ){_dbcd :=int64 (_bcaf );if opt .IsExclusionList {_dbcd |=_fbac ;};if opt .IncludeEmptyFields {_dbcd |=_aac ;};if opt .SubmitAsPDF {_dbcd |=_fab ; +};_dcfe :=_ge .NewPdfActionSubmitForm ();_dcfe .Flags =_dd .MakeInteger (_dbcd );_dcfe .F =_ge .NewPdfFilespec ();if opt .Fields !=nil {_dcfe .Fields =opt .Fields ;};_dcfe .F .F =_dd .MakeString (opt .Url );_dcfe .F .FS =_dd .MakeName ("\u0055\u0052\u004c"); +_cgga ,_agae :=_fgbg (page ,opt .Rectangle ,"\u0062t\u006e\u0053\u0075\u0062\u006d\u0069t",opt .Label ,opt .LabelColor ,opt .Font ,opt .FontSize ,_dcfe .ToPdfObject ());if _agae !=nil {return nil ,_agae ;};return _cgga ,nil ;};func _dg (_gg CircleAnnotationDef ,_eda string )([]byte ,*_ge .PdfRectangle ,*_ge .PdfRectangle ,error ){_cbf :=_c .Circle {X :_gg .X ,Y :_gg .Y ,Width :_gg .Width ,Height :_gg .Height ,FillEnabled :_gg .FillEnabled ,FillColor :_gg .FillColor ,BorderEnabled :_gg .BorderEnabled ,BorderWidth :_gg .BorderWidth ,BorderColor :_gg .BorderColor ,Opacity :_gg .Opacity }; +_gf ,_beb ,_ff :=_cbf .Draw (_eda );if _ff !=nil {return nil ,nil ,nil ,_ff ;};_ffe :=&_ge .PdfRectangle {};_ffe .Llx =_gg .X +_beb .Llx ;_ffe .Lly =_gg .Y +_beb .Lly ;_ffe .Urx =_gg .X +_beb .Urx ;_ffe .Ury =_gg .Y +_beb .Ury ;return _gf ,_beb ,_ffe ,nil ; +}; + +// FileAnnotationDef holds base information for constructing an file attachment annotation. +type FileAnnotationDef struct{ + +// Bounding box of the annotation. +X float64 ;Y float64 ;Width float64 ;Height float64 ; + +// EmbeddedFile is the file information to be attached. +EmbeddedFile *_ge .EmbeddedFile ; + +// Author is the author of the attachment file. +Author string ; + +// Subject is the subject of the attachment file. +Subject string ; + +// Description of the file attachment that will be displayed as a comment on the PDF reader. +Description string ; + +// IconName is The name of an icon that shall be used in displaying the annotation. +// Conforming readers shall provide predefined icon appearances for at least the following standard names: +// +// - Graph +// - PushPin +// - Paperclip +// - Tag +// +// Additional names may be supported as well. Default value: "PushPin". +IconName string ; + +// Color is the color of the annotation. +Color *_ge .PdfColorDeviceRGB ; + +// CreationDate is the date and time when the file attachment was created. +// If not set, the current time is used. +CreationDate *_de .Time ;}; + +// NewFormResetButtonField would create a reset button in specified page according to the parameter in `FormResetActionOptions`. +func NewFormResetButtonField (page *_ge .PdfPage ,opt FormResetActionOptions )(*_ge .PdfFieldButton ,error ){_acff :=_ge .NewPdfActionResetForm ();_acff .Fields =opt .Fields ;_acff .Flags =_dd .MakeInteger (0);if opt .IsExclusionList {_acff .Flags =_dd .MakeInteger (1); +};_aee ,_dddf :=_fgbg (page ,opt .Rectangle ,"\u0062\u0074\u006e\u0052\u0065\u0073\u0065\u0074",opt .Label ,opt .LabelColor ,opt .Font ,opt .FontSize ,_acff .ToPdfObject ());if _dddf !=nil {return nil ,_dddf ;};return _aee ,nil ;}; + +// ImageFieldAppearance implements interface model.FieldAppearanceGenerator and generates appearance streams +// for attaching an image to a button field. +type ImageFieldAppearance struct{OnlyIfMissing bool ;_fcdd *AppearanceStyle ;}; + +// SetStyle applies appearance `style` to `fa`. +func (_cgb *FieldAppearance )SetStyle (style AppearanceStyle ){_cgb ._daa =&style };func _fegd (_eddb RectangleAnnotationDef )(*_dd .PdfObjectDictionary ,*_ge .PdfRectangle ,error ){_bcee :=_ge .NewXObjectForm ();_bcee .Resources =_ge .NewPdfPageResources (); +_cgegc :="";if _eddb .Opacity < 1.0{_edagb :=_dd .MakeDict ();_edagb .Set ("\u0063\u0061",_dd .MakeFloat (_eddb .Opacity ));_edagb .Set ("\u0043\u0041",_dd .MakeFloat (_eddb .Opacity ));_dcef :=_bcee .Resources .AddExtGState ("\u0067\u0073\u0031",_edagb ); +if _dcef !=nil {_f .Log .Debug ("U\u006e\u0061\u0062\u006c\u0065\u0020t\u006f\u0020\u0061\u0064\u0064\u0020\u0065\u0078\u0074g\u0073\u0074\u0061t\u0065 \u0067\u0073\u0031");return nil ,nil ,_dcef ;};_cgegc ="\u0067\u0073\u0031";};_dcb ,_efed ,_ggba ,_fdge :=_egga (_eddb ,_cgegc ); +if _fdge !=nil {return nil ,nil ,_fdge ;};_fdge =_bcee .SetContentStream (_dcb ,nil );if _fdge !=nil {return nil ,nil ,_fdge ;};_bcee .BBox =_efed .ToPdfObject ();_eggb :=_dd .MakeDict ();_eggb .Set ("\u004e",_bcee .ToPdfObject ());return _eggb ,_ggba ,nil ; +}; // FieldAppearance implements interface model.FieldAppearanceGenerator and generates appearance streams // for fields taking into account what value is in the field. A common use case is for generating the @@ -51,139 +135,162 @@ type CircleAnnotationDef struct{X float64 ;Y float64 ;Width float64 ;Height floa // If `OnlyIfMissing` is true, the field appearance is generated only for fields that do not have an // appearance stream specified. // If `RegenerateTextFields` is true, all text fields are regenerated (even if OnlyIfMissing is true). -type FieldAppearance struct{OnlyIfMissing bool ;RegenerateTextFields bool ;_de *AppearanceStyle ;};func _aaed (_fae RectangleAnnotationDef )(*_cac .PdfObjectDictionary ,*_ge .PdfRectangle ,error ){_cbbeg :=_ge .NewXObjectForm ();_cbbeg .Resources =_ge .NewPdfPageResources (); -_efae :="";if _fae .Opacity < 1.0{_bedf :=_cac .MakeDict ();_bedf .Set ("\u0063\u0061",_cac .MakeFloat (_fae .Opacity ));_bedf .Set ("\u0043\u0041",_cac .MakeFloat (_fae .Opacity ));_fbac :=_cbbeg .Resources .AddExtGState ("\u0067\u0073\u0031",_bedf ); -if _fbac !=nil {_g .Log .Debug ("U\u006e\u0061\u0062\u006c\u0065\u0020t\u006f\u0020\u0061\u0064\u0064\u0020\u0065\u0078\u0074g\u0073\u0074\u0061t\u0065 \u0067\u0073\u0031");return nil ,nil ,_fbac ;};_efae ="\u0067\u0073\u0031";};_cbag ,_gffa ,_agbe ,_aabd :=_cbdd (_fae ,_efae ); -if _aabd !=nil {return nil ,nil ,_aabd ;};_aabd =_cbbeg .SetContentStream (_cbag ,nil );if _aabd !=nil {return nil ,nil ,_aabd ;};_cbbeg .BBox =_gffa .ToPdfObject ();_bagb :=_cac .MakeDict ();_bagb .Set ("\u004e",_cbbeg .ToPdfObject ());return _bagb ,_agbe ,nil ; -};func _gde (_gga *InkAnnotationDef )([]byte ,*_ge .PdfRectangle ,error ){_gfed :=[][]_ce .CubicBezierCurve {};for _ ,_dfgg :=range _gga .Paths {if _dfgg .Length ()==0{continue ;};_eff :=_dfgg .Points ;_befb ,_adaec ,_gfdc :=_fbaa (_eff );if _gfdc !=nil {return nil ,nil ,_gfdc ; -};if len (_befb )!=len (_adaec ){return nil ,nil ,_aeg .New ("\u0049\u006e\u0065\u0071\u0075\u0061\u006c\u0020\u006e\u0075\u006d\u0062\u0065\u0072\u0020\u006f\u0066\u0020\u0063\u0061l\u0063\u0075\u006c\u0061\u0074\u0065\u0064\u0020\u0066\u0069\u0072\u0073\u0074\u0020\u0061\u006e\u0064\u0020\u0073\u0065\u0063\u006f\u006e\u0064\u0020\u0063\u006f\u006e\u0074\u0072o\u006c\u0020\u0070\u006f\u0069n\u0074"); -};_cfaeg :=[]_ce .CubicBezierCurve {};for _cbgf :=0;_cbgf < len (_befb );_cbgf ++{_cfaeg =append (_cfaeg ,_ce .CubicBezierCurve {P0 :_eff [_cbgf ],P1 :_befb [_cbgf ],P2 :_adaec [_cbgf ],P3 :_eff [_cbgf +1]});};if len (_cfaeg )> 0{_gfed =append (_gfed ,_cfaeg ); -};};_agbd ,_feb ,_abcf :=_dbe (_gfed ,_gga .Color ,_gga .LineWidth );if _abcf !=nil {return nil ,nil ,_abcf ;};return _agbd ,_feb ,nil ;}; - -// NewSignatureLine returns a new signature line displayed as a part of the -// signature field appearance. -func NewSignatureLine (desc ,text string )*SignatureLine {return &SignatureLine {Desc :desc ,Text :text };};func _gcea (_cedf []*SignatureLine ,_agfa *SignatureFieldOpts )(*_cac .PdfObjectDictionary ,error ){if _agfa ==nil {_agfa =NewSignatureFieldOpts (); -};var _fgdf error ;var _afcd *_cac .PdfObjectName ;_fbbb :=_agfa .Font ;if _fbbb !=nil {_ebd ,_ :=_fbbb .GetFontDescriptor ();if _ebd !=nil {if _egfg ,_cbfe :=_ebd .FontName .(*_cac .PdfObjectName );_cbfe {_afcd =_egfg ;};};if _afcd ==nil {_afcd =_cac .MakeName ("\u0046\u006f\u006et\u0031"); -};}else {if _fbbb ,_fgdf =_ge .NewStandard14Font ("\u0048e\u006c\u0076\u0065\u0074\u0069\u0063a");_fgdf !=nil {return nil ,_fgdf ;};_afcd =_cac .MakeName ("\u0048\u0065\u006c\u0076");};_cdgf :=_agfa .FontSize ;if _cdgf <=0{_cdgf =10;};if _agfa .LineHeight <=0{_agfa .LineHeight =1; -};_dfga :=_agfa .LineHeight *_cdgf ;_fdf ,_fddb :=_fbbb .GetRuneMetrics (' ');if !_fddb {return nil ,_aeg .New ("\u0074\u0068e \u0066\u006f\u006et\u0020\u0064\u006f\u0065s n\u006ft \u0068\u0061\u0076\u0065\u0020\u0061\u0020sp\u0061\u0063\u0065\u0020\u0067\u006c\u0079p\u0068"); -};_ebg :=_fdf .Wx ;var _dbfd float64 ;var _aeged []string ;for _ ,_bbg :=range _cedf {if _bbg .Text ==""{continue ;};_eaba :=_bbg .Text ;if _bbg .Desc !=""{_eaba =_bbg .Desc +"\u003a\u0020"+_eaba ;};_aeged =append (_aeged ,_eaba );var _fda float64 ;for _ ,_gae :=range _eaba {_eba ,_baga :=_fbbb .GetRuneMetrics (_gae ); -if !_baga {continue ;};_fda +=_eba .Wx ;};if _fda > _dbfd {_dbfd =_fda ;};};_dbfd =_dbfd *_cdgf /1000.0;_bea :=float64 (len (_aeged ))*_dfga ;_bbca :=_agfa .Image !=nil ;_gef :=_agfa .Rect ;if _gef ==nil {_gef =[]float64 {0,0,_dbfd ,_bea };if _bbca {_gef [2]=_dbfd *2; -_gef [3]=_bea *2;};_agfa .Rect =_gef ;};_abbc :=_gef [2]-_gef [0];_edgb :=_gef [3]-_gef [1];_ccf ,_gfcd :=_gef ,_gef ;var _bece ,_fdb float64 ;if _bbca &&len (_aeged )> 0{if _agfa .ImagePosition <=SignatureImageRight {_egfd :=[]float64 {_gef [0],_gef [1],_gef [0]+(_abbc /2),_gef [3]}; -_ebgg :=[]float64 {_gef [0]+(_abbc /2),_gef [1],_gef [2],_gef [3]};if _agfa .ImagePosition ==SignatureImageLeft {_ccf ,_gfcd =_egfd ,_ebgg ;}else {_ccf ,_gfcd =_ebgg ,_egfd ;};}else {_cda :=[]float64 {_gef [0],_gef [1],_gef [2],_gef [1]+(_edgb /2)};_cbcg :=[]float64 {_gef [0],_gef [1]+(_edgb /2),_gef [2],_gef [3]}; -if _agfa .ImagePosition ==SignatureImageTop {_ccf ,_gfcd =_cbcg ,_cda ;}else {_ccf ,_gfcd =_cda ,_cbcg ;};};};_bece =_gfcd [2]-_gfcd [0];_fdb =_gfcd [3]-_gfcd [1];var _cfd float64 ;if _agfa .AutoSize {if _dbfd > _bece ||_bea > _fdb {_gddad :=_fg .Min (_bece /_dbfd ,_fdb /_bea ); -_cdgf *=_gddad ;};_dfga =_agfa .LineHeight *_cdgf ;_cfd +=(_fdb -float64 (len (_aeged ))*_dfga )/2;};_dge :=_fb .NewContentCreator ();_daag :=_ge .NewPdfPageResources ();_daag .SetFontByName (*_afcd ,_fbbb .ToPdfObject ());if _agfa .BorderSize <=0{_agfa .BorderSize =0; -_agfa .BorderColor =_ge .NewPdfColorDeviceGray (1);};_dge .Add_q ();if _agfa .FillColor !=nil {_dge .SetNonStrokingColor (_agfa .FillColor );};if _agfa .BorderColor !=nil {_dge .SetStrokingColor (_agfa .BorderColor );};_dge .Add_w (_agfa .BorderSize ).Add_re (_gef [0],_gef [1],_abbc ,_edgb ); -if _agfa .FillColor !=nil &&_agfa .BorderColor !=nil {_dge .Add_B ();}else if _agfa .FillColor !=nil {_dge .Add_f ();}else if _agfa .BorderColor !=nil {_dge .Add_S ();};_dge .Add_Q ();if _agfa .WatermarkImage !=nil {_dadc :=[]float64 {_gef [0],_gef [1],_gef [2],_gef [3]}; -_afce ,_abge ,_efb :=_ebgb (_agfa .WatermarkImage ,"\u0049\u006d\u0061\u0067\u0065\u0057\u0061\u0074\u0065r\u006d\u0061\u0072\u006b",_agfa ,_dadc ,_dge );if _efb !=nil {return nil ,_efb ;};_daag .SetXObjectImageByName (*_afce ,_abge );};_dge .Add_q (); -_dge .Translate (_gfcd [0],_gfcd [3]-_dfga -_cfd );_dge .Add_BT ();_afge :=_fbbb .Encoder ();for _ ,_adgf :=range _aeged {var _ede []byte ;for _ ,_fff :=range _adgf {if _cb .IsSpace (_fff ){if len (_ede )> 0{_dge .SetNonStrokingColor (_agfa .TextColor ).Add_Tf (*_afcd ,_cdgf ).Add_TL (_dfga ).Add_TJ ([]_cac .PdfObject {_cac .MakeStringFromBytes (_ede )}...); -_ede =nil ;};_dge .Add_Tf (*_afcd ,_cdgf ).Add_TL (_dfga ).Add_TJ ([]_cac .PdfObject {_cac .MakeFloat (-_ebg )}...);}else {_ede =append (_ede ,_afge .Encode (string (_fff ))...);};};if len (_ede )> 0{_dge .SetNonStrokingColor (_agfa .TextColor ).Add_Tf (*_afcd ,_cdgf ).Add_TL (_dfga ).Add_TJ ([]_cac .PdfObject {_cac .MakeStringFromBytes (_ede )}...); -};_dge .Add_Td (0,-_dfga );};_dge .Add_ET ();_dge .Add_Q ();if _bbca {_ddde ,_dgca ,_gabc :=_ebgb (_agfa .Image ,"\u0049\u006d\u0061\u0067\u0065\u0053\u0069\u0067\u006ea\u0074\u0075\u0072\u0065",_agfa ,_ccf ,_dge );if _gabc !=nil {return nil ,_gabc ;}; -_daag .SetXObjectImageByName (*_ddde ,_dgca );};_efc :=_ge .NewXObjectForm ();_efc .Resources =_daag ;_efc .BBox =_cac .MakeArrayFromFloats (_gef );_efc .SetContentStream (_dge .Bytes (),_daf ());_gaa :=_cac .MakeDict ();_gaa .Set ("\u004e",_efc .ToPdfObject ()); -return _gaa ,nil ;};func _ccd (_dfdd *_ge .PdfField ,_bff ,_bdb float64 ,_bda string ,_ceab AppearanceStyle ,_ecdd *_fb .ContentStreamOperations ,_feef *_ge .PdfPageResources ,_gcfa *_cac .PdfObjectDictionary )(*_ge .XObjectForm ,error ){_faa :=_ge .NewPdfPageResources (); -_ceaa ,_ecbg :=_bff ,_bdb ;_eda :=_fb .NewContentCreator ();if _ceab .BorderSize > 0{_abb (_eda ,_ceab ,_bff ,_bdb );};if _ceab .DrawAlignmentReticle {_gac :=_ceab ;_gac .BorderSize =0.2;_bgg (_eda ,_gac ,_bff ,_bdb );};_eda .Add_BMC ("\u0054\u0078");_eda .Add_q (); -_eda .Add_BT ();_bff ,_bdb =_ceab .applyRotation (_gcfa ,_bff ,_bdb ,_eda );_gdda ,_gcce ,_bbc :=_ceab .processDA (_dfdd ,_ecdd ,_feef ,_faa ,_eda );if _bbc !=nil {return nil ,_bbc ;};_decbd :=_gdda .Font ;_bdac :=_gdda .Size ;_bgdd :=_cac .MakeName (_gdda .Name ); -_eac :=_bdac ==0;if _eac &&_gcce {_bdac =_bdb *_ceab .AutoFontSizeFraction ;};_bga :=_decbd .Encoder ();if _bga ==nil {_g .Log .Debug ("\u0057\u0041RN\u003a\u0020\u0066\u006f\u006e\u0074\u0020\u0065\u006e\u0063\u006f\u0064\u0065\u0072\u0020\u0069\u0073\u0020\u006e\u0069l\u002e\u0020\u0041\u0073s\u0075\u006d\u0069\u006eg \u0069\u0064e\u006et\u0069\u0074\u0079\u0020\u0065\u006ec\u006f\u0064\u0065r\u002e\u0020O\u0075\u0074\u0070\u0075\u0074\u0020\u006d\u0061\u0079\u0020\u0062\u0065\u0020\u0069n\u0063\u006f\u0072\u0072\u0065\u0063\u0074\u002e"); -_bga =_ac .NewIdentityTextEncoder ("\u0049\u0064\u0065\u006e\u0074\u0069\u0074\u0079\u002d\u0048");};if len (_bda )==0{return nil ,nil ;};_dfe :=_gec ;if _ceab .MarginLeft !=nil {_dfe =*_ceab .MarginLeft ;};_cce :=0.0;if _bga !=nil {for _ ,_fdge :=range _bda {_cdg ,_cfe :=_decbd .GetRuneMetrics (_fdge ); -if !_cfe {_g .Log .Debug ("\u0046\u006f\u006e\u0074\u0020\u0064o\u0065\u0073\u0020\u006e\u006f\u0074\u0020\u0068\u0061\u0076\u0065\u0020\u0072\u0075\u006e\u0065\u0020\u006d\u0065\u0074r\u0069\u0063\u0073\u0020\u0066\u006f\u0072\u0020\u0025\u0076\u0020\u002d\u0020\u0073k\u0069p\u0070\u0069\u006e\u0067",_fdge ); -continue ;};_cce +=_cdg .Wx ;};_bda =string (_bga .Encode (_bda ));};if _bdac ==0||_eac &&_cce > 0&&_dfe +_cce *_bdac /1000.0> _bff {_bdac =0.95*1000.0*(_bff -_dfe )/_cce ;};_ddf :=1.0*_bdac ;_cbge :=2.0;{_gfe :=_ddf ;if _eac &&_cbge +_gfe > _bdb {_bdac =0.95*(_bdb -_cbge ); -_ddf =1.0*_bdac ;_gfe =_ddf ;};if _bdb > _gfe {_cbge =(_bdb -_gfe )/2.0;_cbge +=1.50;};};_eda .Add_Tf (*_bgdd ,_bdac );_eda .Add_Td (_dfe ,_cbge );_eda .Add_Tj (*_cac .MakeString (_bda ));_eda .Add_ET ();_eda .Add_Q ();_eda .Add_EMC ();_fcd :=_ge .NewXObjectForm (); -_fcd .Resources =_faa ;_fcd .BBox =_cac .MakeArrayFromFloats ([]float64 {0,0,_ceaa ,_ecbg });_fcd .SetContentStream (_eda .Bytes (),_daf ());return _fcd ,nil ;};func _edbe (_aedd LineAnnotationDef ,_gddb string )([]byte ,*_ge .PdfRectangle ,*_ge .PdfRectangle ,error ){_gdfd :=_ce .Line {X1 :0,Y1 :0,X2 :_aedd .X2 -_aedd .X1 ,Y2 :_aedd .Y2 -_aedd .Y1 ,LineColor :_aedd .LineColor ,Opacity :_aedd .Opacity ,LineWidth :_aedd .LineWidth ,LineEndingStyle1 :_aedd .LineEndingStyle1 ,LineEndingStyle2 :_aedd .LineEndingStyle2 }; -_acd ,_bfge ,_abdbg :=_gdfd .Draw (_gddb );if _abdbg !=nil {return nil ,nil ,nil ,_abdbg ;};_aeab :=&_ge .PdfRectangle {};_aeab .Llx =_aedd .X1 +_bfge .Llx ;_aeab .Lly =_aedd .Y1 +_bfge .Lly ;_aeab .Urx =_aedd .X1 +_bfge .Urx ;_aeab .Ury =_aedd .Y1 +_bfge .Ury ; -return _acd ,_bfge ,_aeab ,nil ;};func _ebgb (_bbe _ca .Image ,_bdd string ,_bagd *SignatureFieldOpts ,_faac []float64 ,_dfdde *_fb .ContentCreator )(*_cac .PdfObjectName ,*_ge .XObjectImage ,error ){_abf ,_gedd :=_ge .DefaultImageHandler {}.NewImageFromGoImage (_bbe ); -if _gedd !=nil {return nil ,nil ,_gedd ;};_egce ,_gedd :=_ge .NewXObjectImageFromImage (_abf ,nil ,_bagd .Encoder );if _gedd !=nil {return nil ,nil ,_gedd ;};_aaab ,_bbdb :=float64 (*_egce .Width ),float64 (*_egce .Height );_agbf :=_faac [2]-_faac [0]; -_dfab :=_faac [3]-_faac [1];if _bagd .AutoSize {_egd :=_fg .Min (_agbf /_aaab ,_dfab /_bbdb );_aaab *=_egd ;_bbdb *=_egd ;_faac [0]=_faac [0]+(_agbf /2)-(_aaab /2);_faac [1]=_faac [1]+(_dfab /2)-(_bbdb /2);};var _ecde *_cac .PdfObjectName ;if _ggba ,_badc :=_cac .GetName (_egce .Name ); -_badc {_ecde =_ggba ;}else {_ecde =_cac .MakeName (_bdd );};if _dfdde !=nil {_dfdde .Add_q ().Translate (_faac [0],_faac [1]).Scale (_aaab ,_bbdb ).Add_Do (*_ecde ).Add_Q ();}else {return nil ,nil ,_aeg .New ("\u0043\u006f\u006e\u0074en\u0074\u0043\u0072\u0065\u0061\u0074\u006f\u0072\u0020\u0069\u0073\u0020\u006e\u0075l\u006c"); -};return _ecde ,_egce ,nil ;}; - -// Style returns the appearance style of `fa`. If not specified, returns default style. -func (_cace FieldAppearance )Style ()AppearanceStyle {if _cace ._de !=nil {return *_cace ._de ;};_dd :=_gec ;return AppearanceStyle {AutoFontSizeFraction :0.65,CheckmarkRune :'✔',BorderSize :0.0,BorderColor :_ge .NewPdfColorDeviceGray (0),FillColor :_ge .NewPdfColorDeviceGray (1),MultilineLineHeight :1.2,MultilineVAlignMiddle :false ,DrawAlignmentReticle :false ,AllowMK :true ,MarginLeft :&_dd }; -};func _ggc (_bbac *_ge .PdfAnnotationWidget ,_gdb *_ge .PdfFieldText ,_adba *_ge .PdfPageResources ,_ddd AppearanceStyle )(*_cac .PdfObjectDictionary ,error ){_dee :=_ge .NewPdfPageResources ();_cf ,_acf :=_cac .GetArray (_bbac .Rect );if !_acf {return nil ,_aeg .New ("\u0069\u006e\u0076a\u006c\u0069\u0064\u0020\u0052\u0065\u0063\u0074"); -};_eg ,_cc :=_ge .NewPdfRectangle (*_cf );if _cc !=nil {return nil ,_cc ;};_dgb ,_bfb :=_eg .Width (),_eg .Height ();_ffef ,_gcf :=_dgb ,_bfb ;_agb :=true ;_dec :=_ge .NewXObjectForm ();_dec .BBox =_cac .MakeArrayFromFloats ([]float64 {0,0,_ffef ,_gcf }); -if _bbac .AP !=nil {if _fcc ,_ddb :=_cac .GetDict (_bbac .AP );_ddb &&_fcc !=nil {_fcf :=_cac .TraceToDirectObject (_fcc .Get ("\u004e"));switch _dff :=_fcf .(type ){case *_cac .PdfObjectStream :_ecb ,_ef :=_cac .DecodeStream (_dff );if _ef !=nil {_g .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u0020\u0075\u006e\u0061\u0062\u006c\u0065\u0020\u0064\u0065\u0063\u006f\u0064\u0065\u0020\u0063\u006f\u006e\u0074e\u006e\u0074\u0020\u0073\u0074r\u0065\u0061m\u003a\u0020\u0025\u0076",_ef .Error ()); -break ;};_ab ,_ef :=_fb .NewContentStreamParser (string (_ecb )).Parse ();if _ef !=nil {_g .Log .Debug ("\u0045\u0052R\u004f\u0052\u0020\u0075n\u0061\u0062l\u0065\u0020\u0070\u0061\u0072\u0073\u0065\u0020c\u006f\u006e\u0074\u0065\u006e\u0074\u0020\u0073\u0074\u0072\u0065\u0061m\u003a\u0020\u0025\u0076",_ef .Error ()); -break ;};_fgcd :=_fb .NewContentStreamProcessor (*_ab );_fgcd .AddHandler (_fb .HandlerConditionEnumAllOperands ,"",func (_cfg *_fb .ContentStreamOperation ,_ged _fb .GraphicsState ,_acg *_ge .PdfPageResources )error {if _cfg .Operand =="\u0054\u006a"||_cfg .Operand =="\u0054\u004a"{if len (_cfg .Params )==1{if _dcf ,_gfb :=_cac .GetString (_cfg .Params [0]); -_gfb {_agb =_ae .TrimSpace (_dcf .Str ())=="";};return _fb .ErrEarlyExit ;};return nil ;};return nil ;});_fgcd .Process (_dee );if !_agb {if _bgb ,_add :=_cac .GetDict (_dff .Get ("\u0052e\u0073\u006f\u0075\u0072\u0063\u0065s"));_add {_dee ,_ef =_ge .NewPdfPageResourcesFromDict (_bgb ); -if _ef !=nil {return nil ,_ef ;};};if _eae ,_ga :=_cac .GetArray (_dff .Get ("\u004d\u0061\u0074\u0072\u0069\u0078"));_ga {_dec .Matrix =_eae ;};_dec .SetContentStream (_ecb ,_daf ());};};};};if _agb {_aaa ,_edf :=_cac .GetDict (_bbac .MK );if _edf {_age ,_ :=_cac .GetDict (_bbac .BS ); -_bgbd :=_ddd .applyAppearanceCharacteristics (_aaa ,_age ,nil );if _bgbd !=nil {return nil ,_bgbd ;};};_dffc ,_dcd :=_fb .NewContentStreamParser (_fde (_gdb .PdfField )).Parse ();if _dcd !=nil {return nil ,_dcd ;};_gcc :=_fb .NewContentCreator ();if _ddd .BorderSize > 0{_abb (_gcc ,_ddd ,_dgb ,_bfb ); -};if _ddd .DrawAlignmentReticle {_gce :=_ddd ;_gce .BorderSize =0.2;_bgg (_gcc ,_gce ,_dgb ,_bfb );};_gcc .Add_BMC ("\u0054\u0078");_gcc .Add_q ();_dgb ,_bfb =_ddd .applyRotation (_aaa ,_dgb ,_bfb ,_gcc );_gcc .Add_BT ();_cbg ,_eeb ,_dcd :=_ddd .processDA (_gdb .PdfField ,_dffc ,_adba ,_dee ,_gcc ); -if _dcd !=nil {return nil ,_dcd ;};_fgcg :=_cbg .Font ;_agf :=_cbg .Size ;_ecd :=_cac .MakeName (_cbg .Name );if _gdb .Flags ().Has (_ge .FieldFlagMultiline )&&_gdb .MaxLen !=nil {_g .Log .Debug ("\u004c\u006f\u006f\u006b\u0020\u0066\u006f\u0072\u0020\u0041\u0050\u0020\u0064\u0069\u0063\u0074\u0069\u006fn\u0061\u0072\u0079\u0020\u0066\u006f\u0072 \u004e\u0020\u006f\u0062\u006a\u0065\u0063\u0074\u0020\u0063\u006fn\u0074\u0065\u006e\u0074\u0020\u0073\u0074\u0072\u0065\u0061\u006d"); -if _ecdf ,_bfe ,_fge :=_gbdb (_bbac .PdfAnnotation .AP ,_adba );_fge {_ecd =_ecdf ;_agf =_bfe ;_eeb =true ;};};_aege :=_agf ==0;if _aege &&_eeb {_agf =_bfb *_ddd .AutoFontSizeFraction ;};_fee :=_fgcg .Encoder ();if _fee ==nil {_g .Log .Debug ("\u0057\u0041RN\u003a\u0020\u0066\u006f\u006e\u0074\u0020\u0065\u006e\u0063\u006f\u0064\u0065\u0072\u0020\u0069\u0073\u0020\u006e\u0069l\u002e\u0020\u0041\u0073s\u0075\u006d\u0069\u006eg \u0069\u0064e\u006et\u0069\u0074\u0079\u0020\u0065\u006ec\u006f\u0064\u0065r\u002e\u0020O\u0075\u0074\u0070\u0075\u0074\u0020\u006d\u0061\u0079\u0020\u0062\u0065\u0020\u0069n\u0063\u006f\u0072\u0072\u0065\u0063\u0074\u002e"); -_fee =_ac .NewIdentityTextEncoder ("\u0049\u0064\u0065\u006e\u0074\u0069\u0074\u0079\u002d\u0048");};_dce ,_dcd :=_fgcg .GetFontDescriptor ();if _dcd !=nil {_g .Log .Debug ("\u0045\u0072ro\u0072\u003a\u0020U\u006e\u0061\u0062\u006ce t\u006f g\u0065\u0074\u0020\u0066\u006f\u006e\u0074 d\u0065\u0073\u0063\u0072\u0069\u0070\u0074o\u0072"); -};var _bdg string ;if _fbg ,_fdd :=_cac .GetString (_gdb .V );_fdd {_bdg =_fbg .Decoded ();};if len (_bdg )==0{return nil ,nil ;};_egf :=[]string {_bdg };_abd :=false ;if _gdb .Flags ().Has (_ge .FieldFlagMultiline ){_abd =true ;_bdg =_ae .Replace (_bdg ,"\u000d\u000a","\u000a",-1); -_bdg =_ae .Replace (_bdg ,"\u000d","\u000a",-1);_egf =_ae .Split (_bdg ,"\u000a");};_cea :=make ([]string ,len (_egf ));copy (_cea ,_egf );_bfc :=_ddd .MultilineLineHeight ;_bgf :=0.0;_abdb :=0;if _fee !=nil {for _agf >=0{_fbf :=make ([]string ,len (_egf )); -copy (_fbf ,_egf );_fca :=make ([]string ,len (_cea ));copy (_fca ,_cea );_bgf =0.0;_abdb =0;_fdg :=len (_fbf );_edgd :=0;for _edgd < _fdg {var _aab float64 ;_deec :=-1;_gdg :=_gec ;if _ddd .MarginLeft !=nil {_gdg =*_ddd .MarginLeft ;};for _bac ,_ccb :=range _fbf [_edgd ]{if _ccb ==' '{_deec =_bac ; -};_gedc ,_acc :=_fgcg .GetRuneMetrics (_ccb );if !_acc {_g .Log .Debug ("\u0046\u006f\u006e\u0074\u0020\u0064o\u0065\u0073\u0020\u006e\u006f\u0074\u0020\u0068\u0061\u0076\u0065\u0020\u0072\u0075\u006e\u0065\u0020\u006d\u0065\u0074r\u0069\u0063\u0073\u0020\u0066\u006f\u0072\u0020\u0025\u0076\u0020\u002d\u0020\u0073k\u0069p\u0070\u0069\u006e\u0067",_ccb ); -continue ;};_aab =_gdg ;_gdg +=_gedc .Wx ;if _abd &&!_aege &&_agf *_gdg /1000.0> _dgb {_gba :=_bac ;_dga :=_bac ;if _deec > 0{_gba =_deec +1;_dga =_deec ;};_edfg :=_fbf [_edgd ][_gba :];_ead :=_fca [_edgd ][_gba :];if _edgd < len (_fbf )-1{_fbf =append (_fbf [:_edgd +1],_fbf [_edgd :]...); -_fbf [_edgd +1]=_edfg ;_fca =append (_fca [:_edgd +1],_fca [_edgd :]...);_fca [_edgd +1]=_ead ;}else {_fbf =append (_fbf ,_edfg );_fca =append (_fca ,_ead );};_fbf [_edgd ]=_fbf [_edgd ][0:_dga ];_fca [_edgd ]=_fca [_edgd ][0:_dga ];_fdg ++;_gdg =_aab ; -break ;};};if _gdg > _bgf {_bgf =_gdg ;};_fbf [_edgd ]=string (_fee .Encode (_fbf [_edgd ]));if len (_fbf [_edgd ])> 0{_abdb ++;};_edgd ++;};_aac :=_agf ;if _abdb > 1{_aac *=_bfc ;};_eadf :=float64 (_abdb )*_aac ;if _aege ||_eadf <=_bfb {_egf =_fbf ;_cea =_fca ; -break ;};_agf --;};};_aae :=_gec ;if _ddd .MarginLeft !=nil {_aae =*_ddd .MarginLeft ;};if _agf ==0||_aege &&_bgf > 0&&_aae +_bgf *_agf /1000.0> _dgb {_agf =0.95*1000.0*(_dgb -_aae )/_bgf ;};_fec :=_ba ;{if _eab ,_cbbe :=_cac .GetIntVal (_gdb .Q );_cbbe {switch _eab {case 0:_fec =_ba ; -case 1:_fec =_adf ;case 2:_fec =_cec ;default:_g .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0055\u006e\u0073\u0075\u0070\u0070\u006f\u0072t\u0065\u0064\u0020\u0071\u0075\u0061\u0064\u0064\u0069\u006e\u0067\u003a\u0020%\u0064\u0020\u002d\u0020\u0075\u0073\u0069\u006e\u0067\u0020\u006c\u0065ft\u0020\u0061\u006c\u0069\u0067\u006e\u006d\u0065\u006e\u0074",_eab ); -};};};_fcfg :=_agf ;if _abd &&_abdb > 1{_fcfg =_bfc *_agf ;};var _ded float64 ;if _dce !=nil {_ded ,_dcd =_dce .GetCapHeight ();if _dcd !=nil {_g .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0055\u006e\u0061\u0062\u006c\u0065 \u0074\u006f\u0020\u0067\u0065\u0074 \u0066\u006f\u006e\u0074\u0020\u0043\u0061\u0070\u0048\u0065\u0069\u0067\u0068t\u003a\u0020\u0025\u0076",_dcd ); -};};if int (_ded )<=0{_g .Log .Debug ("W\u0041\u0052\u004e\u003a\u0020\u0043\u0061\u0070\u0048e\u0069\u0067\u0068\u0074\u0020\u006e\u006ft \u0061\u0076\u0061\u0069l\u0061\u0062\u006c\u0065\u0020\u002d\u0020\u0073\u0065tt\u0069\u006eg\u0020\u0074\u006f\u0020\u0031\u0030\u0030\u0030"); -_ded =1000;};_agaa :=_ded /1000.0*_agf ;_dad :=0.0;{_aed :=float64 (_abdb )*_fcfg ;if _aege &&_dad +_aed > _bfb {_agf =0.95*(_bfb -_dad )/float64 (_abdb );_fcfg =_agf ;if _abd &&_abdb > 1{_fcfg =_bfc *_agf ;};_agaa =_ded /1000.0*_agf ;_aed =float64 (_abdb )*_fcfg ; -};if _bfb > _aed {if _abd {if _ddd .MultilineVAlignMiddle {_fdgc :=(_bfb -(_aed +_agaa ))/2.0;_bag :=_fdgc +_aed +_agaa -_fcfg ;_dad =_bag ;if _abdb > 1{_dad =_dad +(_aed /_agf *float64 (_abdb ))-_fcfg -_agaa ;};if _dad < _aed {_dad =(_bfb -_agaa )/2.0; -};}else {_dad =_bfb -_fcfg ;if _dad > _agf {_dgbb :=0.0;if _abd &&_ddd .MultilineLineHeight > 1&&_abdb > 1{_dgbb =_ddd .MultilineLineHeight -1;};_dad -=_agf *(0.5-_dgbb );};};}else {_dad =(_bfb -_agaa )/2.0;};};};if _ddd .TextColor !=nil {_dcfd :=_ddd .TextColor ; -_decb ,_aef :=_dcfd .(*_ge .PdfColorDeviceRGB );if !_aef {_decb =_ge .NewPdfColorDeviceRGB (0,0,0);};_gcc .Add_rg (_decb .R (),_decb .G (),_decb .B ());}else {for _ ,_fdga :=range *_dffc {if _fdga .Operand =="\u0072\u0067"||_fdga .Operand =="\u0067"{_gcc .AddOperand (*_fdga ); -};};};_gcc .Add_Tf (*_ecd ,_agf );_gcc .Add_Td (_aae ,_dad );_ced :=_aae ;_fbbd :=_aae ;for _ega ,_dbd :=range _egf {_bcc :=0.0;for _ ,_cabb :=range _cea [_ega ]{_dbc ,_ade :=_fgcg .GetRuneMetrics (_cabb );if !_ade {continue ;};_bcc +=_dbc .Wx ;};_ggfc :=_bcc /1000.0*_agf ; -_fab :=_dgb -_ggfc ;var _abde float64 ;switch _fec {case _ba :_abde =_ced ;case _adf :_abde =_fab /2;case _cec :_abde =_fab ;};_aae =_abde -_fbbd ;if _aae > 0.0{_gcc .Add_Td (_aae ,0);};_fbbd =_abde ;_gcc .Add_Tj (*_cac .MakeString (_dbd ));if _ega < len (_egf )-1{_gcc .Add_Td (0,-_agf *_bfc ); -};};_gcc .Add_ET ();_gcc .Add_Q ();_gcc .Add_EMC ();_dec .SetContentStream (_gcc .Bytes (),_daf ());};_dec .Resources =_dee ;_abg :=_cac .MakeDict ();_abg .Set ("\u004e",_dec .ToPdfObject ());return _abg ,nil ;}; +type FieldAppearance struct{OnlyIfMissing bool ;RegenerateTextFields bool ;_daa *AppearanceStyle ;}; // GenerateAppearanceDict generates an appearance dictionary for widget annotation `wa` for the `field` in `form`. // Implements interface model.FieldAppearanceGenerator. -func (_bcge ImageFieldAppearance )GenerateAppearanceDict (form *_ge .PdfAcroForm ,field *_ge .PdfField ,wa *_ge .PdfAnnotationWidget )(*_cac .PdfObjectDictionary ,error ){_ ,_ebag :=field .GetContext ().(*_ge .PdfFieldButton );if !_ebag {_g .Log .Trace ("C\u006f\u0075\u006c\u0064\u0020\u006fn\u006c\u0079\u0020\u0068\u0061\u006ed\u006c\u0065\u0020\u0062\u0075\u0074\u0074o\u006e\u0020\u002d\u0020\u0069\u0067\u006e\u006f\u0072\u0069n\u0067"); -return nil ,nil ;};_bfd ,_ffd :=_cac .GetDict (wa .AP );if _ffd &&_bcge .OnlyIfMissing {_g .Log .Trace ("\u0041\u006c\u0072\u0065a\u0064\u0079\u0020\u0070\u006f\u0070\u0075\u006c\u0061\u0074e\u0064 \u002d\u0020\u0069\u0067\u006e\u006f\u0072i\u006e\u0067"); -return _bfd ,nil ;};if form .DR ==nil {form .DR =_ge .NewPdfPageResources ();};switch _fcfe :=field .GetContext ().(type ){case *_ge .PdfFieldButton :if _fcfe .IsPush (){_adfde ,_bfcc :=_cdff (_fcfe ,wa ,_bcge .Style ());if _bfcc !=nil {return nil ,_bfcc ; -};return _adfde ,nil ;};};return nil ,nil ;}; +func (_geacc ImageFieldAppearance )GenerateAppearanceDict (form *_ge .PdfAcroForm ,field *_ge .PdfField ,wa *_ge .PdfAnnotationWidget )(*_dd .PdfObjectDictionary ,error ){_ ,_bbdg :=field .GetContext ().(*_ge .PdfFieldButton );if !_bbdg {_f .Log .Trace ("C\u006f\u0075\u006c\u0064\u0020\u006fn\u006c\u0079\u0020\u0068\u0061\u006ed\u006c\u0065\u0020\u0062\u0075\u0074\u0074o\u006e\u0020\u002d\u0020\u0069\u0067\u006e\u006f\u0072\u0069n\u0067"); +return nil ,nil ;};_fcgc ,_cefg :=_dd .GetDict (wa .AP );if _cefg &&_geacc .OnlyIfMissing {_f .Log .Trace ("\u0041\u006c\u0072\u0065a\u0064\u0079\u0020\u0070\u006f\u0070\u0075\u006c\u0061\u0074e\u0064 \u002d\u0020\u0069\u0067\u006e\u006f\u0072i\u006e\u0067"); +return _fcgc ,nil ;};if form .DR ==nil {form .DR =_ge .NewPdfPageResources ();};switch _bfbc :=field .GetContext ().(type ){case *_ge .PdfFieldButton :if _bfbc .IsPush (){_cdbf ,_egcg :=_gdgb (_bfbc ,wa ,_geacc .Style ());if _egcg !=nil {return nil ,_egcg ; +};return _cdbf ,nil ;};};return nil ,nil ;};func (_fbfd *AppearanceStyle )applyAppearanceCharacteristics (_abd *_dd .PdfObjectDictionary ,_gdc *_dd .PdfObjectDictionary ,_gbdg *_ge .PdfFont )error {if !_fbfd .AllowMK {return nil ;};if CA ,_cgcf :=_dd .GetString (_abd .Get ("\u0043\u0041")); +_cgcf &&_gbdg !=nil {_efgg :=CA .Bytes ();if len (_efgg )!=0{_baf :=[]rune (_gbdg .Encoder ().Decode (_efgg ));if len (_baf )==1{_fbfd .CheckmarkRune =_baf [0];};};};if BC ,_bbga :=_dd .GetArray (_abd .Get ("\u0042\u0043"));_bbga {_bege ,_ffeg :=BC .ToFloat64Array (); +if _ffeg !=nil {return _ffeg ;};switch len (_bege ){case 1:_fbfd .BorderColor =_ge .NewPdfColorDeviceGray (_bege [0]);case 3:_fbfd .BorderColor =_ge .NewPdfColorDeviceRGB (_bege [0],_bege [1],_bege [2]);case 4:_fbfd .BorderColor =_ge .NewPdfColorDeviceCMYK (_bege [0],_bege [1],_bege [2],_bege [3]); +default:_f .Log .Debug ("\u0045\u0052\u0052\u004f\u0052:\u0020\u0042\u0043\u0020\u002d\u0020\u0049\u006e\u0076\u0061\u006c\u0069\u0064 \u006e\u0075\u006d\u0062\u0065\u0072\u0020\u006f\u0066\u0020\u0063\u006f\u006c\u006f\u0072\u0020\u0063\u006f\u006d\u0070\u006f\u006e\u0065\u006e\u0074\u0073\u0020\u0028\u0025\u0064)",len (_bege )); +};if _gdc !=nil {if _gbda ,_gde :=_dd .GetNumberAsFloat (_gdc .Get ("\u0057"));_gde ==nil {_fbfd .BorderSize =_gbda ;};};};if BG ,_dfc :=_dd .GetArray (_abd .Get ("\u0042\u0047"));_dfc {_cfb ,_fgbf :=BG .ToFloat64Array ();if _fgbf !=nil {return _fgbf ; +};switch len (_cfb ){case 1:_fbfd .FillColor =_ge .NewPdfColorDeviceGray (_cfb [0]);case 3:_fbfd .FillColor =_ge .NewPdfColorDeviceRGB (_cfb [0],_cfb [1],_cfb [2]);case 4:_fbfd .FillColor =_ge .NewPdfColorDeviceCMYK (_cfb [0],_cfb [1],_cfb [2],_cfb [3]); +default:_f .Log .Debug ("\u0045\u0052\u0052\u004f\u0052:\u0020\u0042\u0047\u0020\u002d\u0020\u0049\u006e\u0076\u0061\u006c\u0069\u0064 \u006e\u0075\u006d\u0062\u0065\u0072\u0020\u006f\u0066\u0020\u0063\u006f\u006c\u006f\u0072\u0020\u0063\u006f\u006d\u0070\u006f\u006e\u0065\u006e\u0074\u0073\u0020\u0028\u0025\u0064)",len (_cfb )); +};};return nil ;}; -// InkAnnotationDef holds base information for constructing an ink annotation. -type InkAnnotationDef struct{ +// NewCheckboxField generates a new checkbox field with partial name `name` at location `rect` +// on specified `page` and with field specific options `opt`. +func NewCheckboxField (page *_ge .PdfPage ,name string ,rect []float64 ,opt CheckboxFieldOptions )(*_ge .PdfFieldButton ,error ){if page ==nil {return nil ,_ec .New ("\u0070a\u0067e\u0020\u006e\u006f\u0074\u0020s\u0070\u0065c\u0069\u0066\u0069\u0065\u0064"); +};if len (name )<=0{return nil ,_ec .New ("\u0072\u0065\u0071\u0075\u0069\u0072\u0065\u0064\u0020\u0061\u0074\u0074\u0072\u0069\u0062u\u0074e\u0020\u006e\u006f\u0074\u0020\u0073\u0070\u0065\u0063\u0069\u0066\u0069\u0065\u0064");};if len (rect )!=4{return nil ,_ec .New ("\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0072\u0061\u006e\u0067\u0065"); +};_gedc ,_eaad :=_ge .NewStandard14Font (_ge .ZapfDingbatsName );if _eaad !=nil {return nil ,_eaad ;};_age :=_ge .NewPdfField ();_adgaa :=&_ge .PdfFieldButton {};_age .SetContext (_adgaa );_adgaa .PdfField =_age ;_adgaa .T =_dd .MakeString (name );_adgaa .SetType (_ge .ButtonTypeCheckbox ); +_ecf :="\u004f\u0066\u0066";if opt .Checked {_ecf ="\u0059\u0065\u0073";};_adgaa .V =_dd .MakeName (_ecf );_dcged :=_ge .NewPdfAnnotationWidget ();_dcged .Rect =_dd .MakeArrayFromFloats (rect );_dcged .P =page .ToPdfObject ();_dcged .F =_dd .MakeInteger (4); +_dcged .Parent =_adgaa .ToPdfObject ();_gdb :=rect [2]-rect [0];_gcec :=rect [3]-rect [1];var _efbd _d .Buffer ;_efbd .WriteString ("\u0071\u000a");_efbd .WriteString ("\u0030 \u0030\u0020\u0031\u0020\u0072\u0067\n");_efbd .WriteString ("\u0042\u0054\u000a"); +_efbd .WriteString ("\u002f\u005a\u0061D\u0062\u0020\u0031\u0032\u0020\u0054\u0066\u000a");_efbd .WriteString ("\u0045\u0054\u000a");_efbd .WriteString ("\u0051\u000a");_eeab :=_g .NewContentCreator ();_eeab .Add_q ();_eeab .Add_rg (0,0,1);_eeab .Add_BT (); +_eeab .Add_Tf (*_dd .MakeName ("\u005a\u0061\u0044\u0062"),12);_eeab .Add_Td (0,0);_eeab .Add_ET ();_eeab .Add_Q ();_debg :=_ge .NewXObjectForm ();_debg .SetContentStream (_eeab .Bytes (),_dd .NewRawEncoder ());_debg .BBox =_dd .MakeArrayFromFloats ([]float64 {0,0,_gdb ,_gcec }); +_debg .Resources =_ge .NewPdfPageResources ();_debg .Resources .SetFontByName ("\u005a\u0061\u0044\u0062",_gedc .ToPdfObject ());_eeab =_g .NewContentCreator ();_eeab .Add_q ();_eeab .Add_re (0,0,_gdb ,_gcec );_eeab .Add_W ().Add_n ();_eeab .Add_rg (0,0,1); +_eeab .Translate (0,3.0);_eeab .Add_BT ();_eeab .Add_Tf (*_dd .MakeName ("\u005a\u0061\u0044\u0062"),12);_eeab .Add_Td (0,0);_eeab .Add_Tj (*_dd .MakeString ("\u0034"));_eeab .Add_ET ();_eeab .Add_Q ();_egefd :=_ge .NewXObjectForm ();_egefd .SetContentStream (_eeab .Bytes (),_dd .NewRawEncoder ()); +_egefd .BBox =_dd .MakeArrayFromFloats ([]float64 {0,0,_gdb ,_gcec });_egefd .Resources =_ge .NewPdfPageResources ();_egefd .Resources .SetFontByName ("\u005a\u0061\u0044\u0062",_gedc .ToPdfObject ());_ced :=_dd .MakeDict ();_ced .Set ("\u004f\u0066\u0066",_debg .ToPdfObject ()); +_ced .Set ("\u0059\u0065\u0073",_egefd .ToPdfObject ());_ceffa :=_dd .MakeDict ();_ceffa .Set ("\u004e",_ced );_dcged .AP =_ceffa ;_dcged .AS =_dd .MakeName (_ecf );_adgaa .Annotations =append (_adgaa .Annotations ,_dcged );return _adgaa ,nil ;}; -// Paths is the array of stroked paths which compose the annotation. -Paths []_ce .Path ; +// CreateLineAnnotation creates a line annotation object that can be added to page PDF annotations. +func CreateLineAnnotation (lineDef LineAnnotationDef )(*_ge .PdfAnnotation ,error ){_aaaa :=_ge .NewPdfAnnotationLine ();_aaaa .L =_dd .MakeArrayFromFloats ([]float64 {lineDef .X1 ,lineDef .Y1 ,lineDef .X2 ,lineDef .Y2 });_acfe :=_dd .MakeName ("\u004e\u006f\u006e\u0065"); +if lineDef .LineEndingStyle1 ==_c .LineEndingStyleArrow {_acfe =_dd .MakeName ("C\u006c\u006f\u0073\u0065\u0064\u0041\u0072\u0072\u006f\u0077");};_baga :=_dd .MakeName ("\u004e\u006f\u006e\u0065");if lineDef .LineEndingStyle2 ==_c .LineEndingStyleArrow {_baga =_dd .MakeName ("C\u006c\u006f\u0073\u0065\u0064\u0041\u0072\u0072\u006f\u0077"); +};_aaaa .LE =_dd .MakeArray (_acfe ,_baga );if lineDef .Opacity < 1.0{_aaaa .CA =_dd .MakeFloat (lineDef .Opacity );};_feag ,_edcd ,_efaa :=lineDef .LineColor .R (),lineDef .LineColor .G (),lineDef .LineColor .B ();_aaaa .IC =_dd .MakeArrayFromFloats ([]float64 {_feag ,_edcd ,_efaa }); +_aaaa .C =_dd .MakeArrayFromFloats ([]float64 {_feag ,_edcd ,_efaa });_ffec :=_ge .NewBorderStyle ();_ffec .SetBorderWidth (lineDef .LineWidth );_aaaa .BS =_ffec .ToPdfObject ();_adgcg ,_bcgc ,_aecd :=_aeca (lineDef );if _aecd !=nil {return nil ,_aecd ; +};_aaaa .AP =_adgcg ;_aaaa .Rect =_dd .MakeArrayFromFloats ([]float64 {_bcgc .Llx ,_bcgc .Lly ,_bcgc .Urx ,_bcgc .Ury });return _aaaa .PdfAnnotation ,nil ;}; -// Color is the color of the line. Default to black. -Color *_ge .PdfColorDeviceRGB ; +// SignatureImagePosition specifies the image signature location relative to the text signature. +// If text signature is not defined, this position will be ignored. +type SignatureImagePosition int ;func _gcf (_fae ,_gfc float64 ,_bddd *_ge .Image ,_cbbc AppearanceStyle )(*_ge .XObjectForm ,error ){_aedca ,_ccfg :=_ge .NewXObjectImageFromImage (_bddd ,nil ,_dd .NewFlateEncoder ());if _ccfg !=nil {return nil ,_ccfg ; +};_aedca .Decode =_dd .MakeArrayFromFloats ([]float64 {0.0,1.0,0.0,1.0,0.0,1.0});_ecd :=_ge .NewPdfPageResources ();_ecd .ProcSet =_dd .MakeArray (_dd .MakeName ("\u0050\u0044\u0046"),_dd .MakeName ("\u0049\u006d\u0061\u0067\u0065\u0043"));_ecd .SetXObjectImageByName (_dd .PdfObjectName ("\u0049\u006d\u0030"),_aedca ); +_dace :=_g .NewContentCreator ();_dace .Add_q ();_dace .Add_cm (float64 (_bddd .Width ),0,0,float64 (_bddd .Height ),0,0);_dace .Add_Do ("\u0049\u006d\u0030");_dace .Add_Q ();_cgff :=_ge .NewXObjectForm ();_cgff .FormType =_dd .MakeInteger (1);_cgff .BBox =_dd .MakeArrayFromFloats ([]float64 {0,0,float64 (_bddd .Width ),float64 (_bddd .Height )}); +_cgff .Resources =_ecd ;_cgff .SetContentStream (_dace .Bytes (),_aadc ());return _cgff ,nil ;}; -// LineWidth is the width of the line. -LineWidth float64 ;}; +// NewTextField generates a new text field with partial name `name` at location +// specified by `rect` on given `page` and with field specific options `opt`. +func NewTextField (page *_ge .PdfPage ,name string ,rect []float64 ,opt TextFieldOptions )(*_ge .PdfFieldText ,error ){if page ==nil {return nil ,_ec .New ("\u0070a\u0067e\u0020\u006e\u006f\u0074\u0020s\u0070\u0065c\u0069\u0066\u0069\u0065\u0064");};if len (name )<=0{return nil ,_ec .New ("\u0072\u0065\u0071\u0075\u0069\u0072\u0065\u0064\u0020\u0061\u0074\u0074\u0072\u0069\u0062u\u0074e\u0020\u006e\u006f\u0074\u0020\u0073\u0070\u0065\u0063\u0069\u0066\u0069\u0065\u0064"); +};if len (rect )!=4{return nil ,_ec .New ("\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0072\u0061\u006e\u0067\u0065");};_fcfa :=_ge .NewPdfField ();_fgd :=&_ge .PdfFieldText {};_fcfa .SetContext (_fgd );_fgd .PdfField =_fcfa ;_fgd .T =_dd .MakeString (name ); +if opt .MaxLen > 0{_fgd .MaxLen =_dd .MakeInteger (int64 (opt .MaxLen ));};if len (opt .Value )> 0{_fgd .V =_dd .MakeString (opt .Value );};if opt .TextColor !=""{_adab :=_b .ColorRGBFromHex (opt .TextColor );_egdc ,_adgc ,_adag :=_adab .ToRGB ();_aafe :=12; +if opt .FontSize > 0{_aafe =opt .FontSize ;};_cacf :="\u0048e\u006c\u0076\u0065\u0074\u0069\u0063a";if opt .FontName !=""{_cacf =opt .FontName ;};_dgbc :=_bc .Sprintf ("/\u0025\u0073\u0020\u0025\u0064\u0020T\u0066\u0020\u0025\u002e\u0033\u0066\u0020\u0025\u002e3\u0066\u0020\u0025.\u0033f\u0020\u0072\u0067",_cacf ,_aafe ,_egdc ,_adgc ,_adag ); +_fgd .DA =_dd .MakeString (_dgbc );};_fcfa .SetContext (_fgd );_ggf :=_ge .NewPdfAnnotationWidget ();_ggf .Rect =_dd .MakeArrayFromFloats (rect );_ggf .P =page .ToPdfObject ();_ggf .F =_dd .MakeInteger (4);_ggf .Parent =_fgd .ToPdfObject ();_fgd .Annotations =append (_fgd .Annotations ,_ggf ); +return _fgd ,nil ;};func _cfdc (_gfga [][]_c .CubicBezierCurve ,_cedbg *_ge .PdfColorDeviceRGB ,_caab float64 )([]byte ,*_ge .PdfRectangle ,error ){_cadg :=_g .NewContentCreator ();_cadg .Add_q ().SetStrokingColor (_cedbg ).Add_w (_caab );_bafa :=_c .NewCubicBezierPath (); +for _ ,_gcab :=range _gfga {_bafa .Curves =append (_bafa .Curves ,_gcab ...);for _gbc ,_fbee :=range _gcab {if _gbc ==0{_cadg .Add_m (_fbee .P0 .X ,_fbee .P0 .Y );}else {_cadg .Add_l (_fbee .P0 .X ,_fbee .P0 .Y );};_cadg .Add_c (_fbee .P1 .X ,_fbee .P1 .Y ,_fbee .P2 .X ,_fbee .P2 .Y ,_fbee .P3 .X ,_fbee .P3 .Y ); +};};_cadg .Add_S ().Add_Q ();return _cadg .Bytes (),_bafa .GetBoundingBox ().ToPdfRectangle (),nil ;};func (_geb *AppearanceFont )fillName (){if _geb .Font ==nil ||_geb .Name !=""{return ;};_daf :=_geb .Font .FontDescriptor ();if _daf ==nil ||_daf .FontName ==nil {return ; +};_geb .Name =_daf .FontName .String ();};func (_gbff *AppearanceStyle )processDA (_ggbce *_ge .PdfField ,_fcg *_g .ContentStreamOperations ,_facg ,_cgdd *_ge .PdfPageResources ,_bea *_g .ContentCreator )(*AppearanceFont ,bool ,error ){var _daae *AppearanceFont ; +var _eccf bool ;if _gbff .Fonts !=nil {if _gbff .Fonts .Fallback !=nil {_daae =_gbff .Fonts .Fallback ;};if _aef :=_gbff .Fonts .FieldFallbacks ;_aef !=nil {if _gcag ,_dfcf :=_aef [_ggbce .PartialName ()];_dfcf {_daae =_gcag ;}else if _bag ,_ggcg :=_ggbce .FullName (); +_ggcg ==nil {if _efga ,_eac :=_aef [_bag ];_eac {_daae =_efga ;};};};if _daae !=nil {_daae .fillName ();};_eccf =_gbff .Fonts .ForceReplace ;};var _fcfe string ;var _cgeg float64 ;var _egd bool ;if _fcg !=nil {for _ ,_cdgf :=range *_fcg {if _cdgf .Operand =="\u0054\u0066"&&len (_cdgf .Params )==2{if _bcfb ,_bfg :=_dd .GetNameVal (_cdgf .Params [0]); +_bfg {_fcfe =_bcfb ;};if _caga ,_cff :=_dd .GetNumberAsFloat (_cdgf .Params [1]);_cff ==nil {_cgeg =_caga ;};_egd =true ;continue ;};_bea .AddOperand (*_cdgf );};};var _decd *AppearanceFont ;var _geef _dd .PdfObject ;if _eccf &&_daae !=nil {_decd =_daae ; +}else {if _facg !=nil &&_fcfe !=""{if _cbgf ,_aaed :=_facg .GetFontByName (*_dd .MakeName (_fcfe ));_aaed {if _gaggg ,_bbb :=_ge .NewPdfFontFromPdfObject (_cbgf );_bbb ==nil {_geef =_cbgf ;_decd =&AppearanceFont {Name :_fcfe ,Font :_gaggg ,Size :_cgeg }; +}else {_f .Log .Debug ("\u0045\u0052\u0052\u004f\u0052:\u0020\u0063\u006f\u0075\u006c\u0064\u0020\u006e\u006f\u0074\u0020\u006c\u006fa\u0064\u0020\u0061\u0070\u0070\u0065\u0061\u0072\u0061\u006e\u0063\u0065\u0020\u0066\u006f\u006e\u0074\u003a\u0020\u0025\u0076",_bbb ); +};};};if _decd ==nil &&_daae !=nil {_decd =_daae ;};if _decd ==nil {_fcbc ,_dced :=_ge .NewStandard14Font ("\u0048e\u006c\u0076\u0065\u0074\u0069\u0063a");if _dced !=nil {return nil ,false ,_dced ;};_decd =&AppearanceFont {Name :"\u0048\u0065\u006c\u0076",Font :_fcbc ,Size :_cgeg }; +};};if _decd .Size <=0&&_gbff .Fonts !=nil &&_gbff .Fonts .FallbackSize > 0{_decd .Size =_gbff .Fonts .FallbackSize ;};_gfg :=*_dd .MakeName (_decd .Name );if _geef ==nil {_geef =_decd .Font .ToPdfObject ();};if _facg !=nil &&!_facg .HasFontByName (_gfg ){_facg .SetFontByName (_gfg ,_geef ); +};if _cgdd !=nil &&!_cgdd .HasFontByName (_gfg ){_cgdd .SetFontByName (_gfg ,_geef );};return _decd ,_egd ,nil ;}; -// ImageFieldAppearance implements interface model.FieldAppearanceGenerator and generates appearance streams -// for attaching an image to a button field. -type ImageFieldAppearance struct{OnlyIfMissing bool ;_decd *AppearanceStyle ;};func _gc (_ff CircleAnnotationDef )(*_cac .PdfObjectDictionary ,*_ge .PdfRectangle ,error ){_gg :=_ge .NewXObjectForm ();_gg .Resources =_ge .NewPdfPageResources ();_bec :=""; -if _ff .Opacity < 1.0{_fa :=_cac .MakeDict ();_fa .Set ("\u0063\u0061",_cac .MakeFloat (_ff .Opacity ));_fa .Set ("\u0043\u0041",_cac .MakeFloat (_ff .Opacity ));_cab :=_gg .Resources .AddExtGState ("\u0067\u0073\u0031",_fa );if _cab !=nil {_g .Log .Debug ("U\u006e\u0061\u0062\u006c\u0065\u0020t\u006f\u0020\u0061\u0064\u0064\u0020\u0065\u0078\u0074g\u0073\u0074\u0061t\u0065 \u0067\u0073\u0031"); -return nil ,nil ,_cab ;};_bec ="\u0067\u0073\u0031";};_aa ,_ggf ,_db ,_df :=_fbb (_ff ,_bec );if _df !=nil {return nil ,nil ,_df ;};_df =_gg .SetContentStream (_aa ,nil );if _df !=nil {return nil ,nil ,_df ;};_gg .BBox =_ggf .ToPdfObject ();_cbf :=_cac .MakeDict (); -_cbf .Set ("\u004e",_gg .ToPdfObject ());return _cbf ,_db ,nil ;}; +// FormResetActionOptions holds options for creating a form reset button. +type FormResetActionOptions struct{ -// AppearanceStyle defines style parameters for appearance stream generation. -type AppearanceStyle struct{ +// Rectangle holds the button position, size, and color. +Rectangle _c .Rectangle ; -// How much of Rect height to fill when autosizing text. -AutoFontSizeFraction float64 ; +// Label specifies the text that would be displayed on the button. +Label string ; -// CheckmarkRune is a rune used for check mark in checkboxes (for ZapfDingbats font). -CheckmarkRune rune ;BorderSize float64 ;BorderColor _ge .PdfColor ;FillColor _ge .PdfColor ; +// LabelColor specifies the button label color. +LabelColor _ge .PdfColor ; -// Multiplier for lineheight for multi line text. -MultilineLineHeight float64 ;MultilineVAlignMiddle bool ; +// Font specifies a font used for rendering the button label. +// When omitted it will fallback to use a Helvetica font. +Font *_ge .PdfFont ; -// Visual guide checking alignment of field contents (debugging). -DrawAlignmentReticle bool ; +// FontSize specifies the font size used in rendering the button label. +// The default font size is 12pt. +FontSize *float64 ; -// Allow field MK appearance characteristics to override style settings. -AllowMK bool ; +// Fields specifies list of fields that could be resetted. +// This list may contain indirect object to fields or field names. +Fields *_dd .PdfObjectArray ; -// Fonts holds appearance styles for fonts. -Fonts *AppearanceFontStyle ; +// IsExclusionList specifies that the fields in the `Fields` array would be excluded form reset process. +IsExclusionList bool ;}; -// MarginLeft represents the amount of space to leave on the left side of -// the form field bounding box when generating appearances (default: 2.0). -MarginLeft *float64 ;TextColor _ge .PdfColor ;}; +// GenerateAppearanceDict generates an appearance dictionary for widget annotation `wa` for the `field` in `form`. +// Implements interface model.FieldAppearanceGenerator. +func (_cf FieldAppearance )GenerateAppearanceDict (form *_ge .PdfAcroForm ,field *_ge .PdfField ,wa *_ge .PdfAnnotationWidget )(*_dd .PdfObjectDictionary ,error ){_f .Log .Trace ("\u0047\u0065n\u0065\u0072\u0061\u0074e\u0041\u0070p\u0065\u0061\u0072\u0061\u006e\u0063\u0065\u0044i\u0063\u0074\u0020\u0066\u006f\u0072\u0020\u0025\u0076\u0020\u0020\u0056:\u0020\u0025\u002b\u0076",field .PartialName (),field .V ); +_ ,_edac :=field .GetContext ().(*_ge .PdfFieldText );_bdc ,_fga :=_dd .GetDict (wa .AP );if _fga &&_cf .OnlyIfMissing &&(!_edac ||!_cf .RegenerateTextFields ){_f .Log .Trace ("\u0041\u006c\u0072\u0065a\u0064\u0079\u0020\u0070\u006f\u0070\u0075\u006c\u0061\u0074e\u0064 \u002d\u0020\u0069\u0067\u006e\u006f\u0072i\u006e\u0067"); +return _bdc ,nil ;};if form .DR ==nil {form .DR =_ge .NewPdfPageResources ();};switch _cc :=field .GetContext ().(type ){case *_ge .PdfFieldText :_ce :=_cc ;if _dfg :=_becd (_ce .PdfField );_dfg ==""{_ce .DA =form .DA ;};if _cf ._daa !=nil &&_cf ._daa .TextColor !=nil {_agc :=_g .ContentStreamOperations {}; +_ac :=_becd (_ce .PdfField );_gcb ,_ece :=_g .NewContentStreamParser (_ac ).Parse ();if _ece !=nil {return nil ,_ece ;};for _ ,_aga :=range *_gcb {if _aga .Operand =="\u0067"||_aga .Operand =="\u0072\u0067"{continue ;};_agc =append (_agc ,_aga );};_cd :=_cf ._daa .TextColor ; +_gfd ,_dbd :=_cd .(*_ge .PdfColorDeviceRGB );if !_dbd {return nil ,_ece ;};_bcb ,_ae ,_ca :=_dd .MakeFloat (_gfd [0]),_dd .MakeFloat (_gfd [1]),_dd .MakeFloat (_gfd [2]);_dgg :=&_g .ContentStreamOperation {Params :[]_dd .PdfObject {_bcb ,_ae ,_ca },Operand :"\u0072\u0067"}; +_agc =append (_agc ,_dgg );_ee :=_agc .String ();_ee =_a .Replace (_ee ,"\u000a","\u0020",-1);_ee =_a .Trim (_ee ,"\u0020");_ce .DA =_dd .MakeHexString (_ee );};switch {case _ce .Flags ().Has (_ge .FieldFlagPassword ):return nil ,nil ;case _ce .Flags ().Has (_ge .FieldFlagFileSelect ):return nil ,nil ; +case _ce .Flags ().Has (_ge .FieldFlagComb ):if _ce .MaxLen !=nil {_abf ,_cca :=_ddf (wa ,_ce ,form .DR ,_cf .Style ());if _cca !=nil {return nil ,_cca ;};return _abf ,nil ;};};_dc ,_ggb :=_eaa (wa ,_ce ,form .DR ,_cf .Style ());if _ggb !=nil {return nil ,_ggb ; +};return _dc ,nil ;case *_ge .PdfFieldButton :_acg :=_cc ;if _acg .IsCheckbox (){_ddb ,_fff :=_aeg (wa ,_acg ,form .DR ,_cf .Style ());if _fff !=nil {return nil ,_fff ;};return _ddb ,nil ;};_f .Log .Debug ("\u0054\u004f\u0044\u004f\u003a\u0020\u0055\u004e\u0048\u0041\u004e\u0044\u004c\u0045\u0044 \u0062u\u0074\u0074\u006f\u006e\u0020\u0074\u0079\u0070\u0065\u003a\u0020\u0025\u002b\u0076",_acg .GetType ()); +case *_ge .PdfFieldChoice :_ccb :=_cc ;switch {case _ccb .Flags ().Has (_ge .FieldFlagCombo ):_ea ,_bf :=_adbc (form ,wa ,_ccb ,_cf .Style ());if _bf !=nil {return nil ,_bf ;};return _ea ,nil ;default:_f .Log .Debug ("\u0054\u004f\u0044\u004f\u003a\u0020\u0055N\u0048\u0041\u004eD\u004c\u0045\u0044\u0020c\u0068\u006f\u0069\u0063\u0065\u0020\u0066\u0069\u0065\u006c\u0064\u0020\u0077\u0069\u0074\u0068\u0020\u0066\u006c\u0061\u0067\u0073\u003a\u0020\u0025\u0073",_ccb .Flags ().String ()); +};default:_f .Log .Debug ("\u0054\u004f\u0044\u004f\u003a\u0020\u0055\u004e\u0048\u0041N\u0044\u004c\u0045\u0044\u0020\u0066\u0069e\u006c\u0064\u0020\u0074\u0079\u0070\u0065\u003a\u0020\u0025\u0054",_cc );};return nil ,nil ;}; + +// TextFieldOptions defines optional parameter for a text field in a form. +type TextFieldOptions struct{MaxLen int ;Value string ; + +// TextColor defines the color of the text in hex format. e.g #43fd23. +// If it has an invalid value a #000000 (black) color is taken as default +TextColor string ; + +// FontName defines the font of the text. Helvetica font is the default one. +// It is recommended to use one of 14 standard PDF fonts. +FontName string ; + +// FontSize defines the font size of the text, 12 is used by default. +FontSize int ;}; + +// ImageFieldOptions defines optional parameters for a push button with image attach capability form field. +type ImageFieldOptions struct{Image *_ge .Image ;_dafc AppearanceStyle ;}; + +// NewImageField generates a new image field with partial name `name` at location `rect` +// on specified `page` and with field specific options `opt`. +func NewImageField (page *_ge .PdfPage ,name string ,rect []float64 ,opt ImageFieldOptions )(*_ge .PdfFieldButton ,error ){if page ==nil {return nil ,_ec .New ("\u0070a\u0067e\u0020\u006e\u006f\u0074\u0020s\u0070\u0065c\u0069\u0066\u0069\u0065\u0064"); +};if len (name )<=0{return nil ,_ec .New ("\u0072\u0065\u0071\u0075\u0069\u0072\u0065\u0064\u0020\u0061\u0074\u0074\u0072\u0069\u0062u\u0074e\u0020\u006e\u006f\u0074\u0020\u0073\u0070\u0065\u0063\u0069\u0066\u0069\u0065\u0064");};if len (rect )!=4{return nil ,_ec .New ("\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0072\u0061\u006e\u0067\u0065"); +};_ggfc :=_ge .NewPdfField ();_fddg :=&_ge .PdfFieldButton {};_fddg .PdfField =_ggfc ;_ggfc .SetContext (_fddg );_fddg .SetType (_ge .ButtonTypePush );_fddg .T =_dd .MakeString (name );_ccbb :=_ge .NewPdfAnnotationWidget ();_ccbb .Rect =_dd .MakeArrayFromFloats (rect ); +_ccbb .P =page .ToPdfObject ();_ccbb .F =_dd .MakeInteger (4);_ccbb .Parent =_fddg .ToPdfObject ();_cbfd :=rect [2]-rect [0];_bffb :=rect [3]-rect [1];_bac :=opt ._dafc ;_gdcd :=_g .NewContentCreator ();if _bac .BorderSize > 0{_acf (_gdcd ,_bac ,_cbfd ,_bffb ); +};if _bac .DrawAlignmentReticle {_bggc :=_bac ;_bggc .BorderSize =0.2;_fbff (_gdcd ,_bggc ,_cbfd ,_bffb );};_caeb ,_fefb :=_gcf (_cbfd ,_bffb ,opt .Image ,_bac );if _fefb !=nil {return nil ,_fefb ;};_bdfc ,_bef :=_dd .GetDict (_ccbb .MK );if _bef {_bdfc .Set ("\u006c",_caeb .ToPdfObject ()); +};_efef :=_dd .MakeDict ();_efef .Set ("\u0046\u0052\u004d",_caeb .ToPdfObject ());_aba :=_ge .NewPdfPageResources ();_aba .ProcSet =_dd .MakeArray (_dd .MakeName ("\u0050\u0044\u0046"));_aba .XObject =_efef ;_ceea :=_cbfd -2;_eccd :=_bffb -2;_gdcd .Add_q (); +_gdcd .Add_re (1,1,_ceea ,_eccd );_gdcd .Add_W ();_gdcd .Add_n ();_ceea -=2;_eccd -=2;_gdcd .Add_q ();_gdcd .Add_re (2,2,_ceea ,_eccd );_gdcd .Add_W ();_gdcd .Add_n ();_fade :=_bb .Min (_ceea /float64 (opt .Image .Width ),_eccd /float64 (opt .Image .Height )); +_gdcd .Add_cm (_fade ,0,0,_fade ,(_cbfd /2)-(float64 (opt .Image .Width )*_fade /2)+2,2);_gdcd .Add_Do ("\u0046\u0052\u004d");_gdcd .Add_Q ();_gdcd .Add_Q ();_fccd :=_ge .NewXObjectForm ();_fccd .FormType =_dd .MakeInteger (1);_fccd .Resources =_aba ;_fccd .BBox =_dd .MakeArrayFromFloats ([]float64 {0,0,_cbfd ,_bffb }); +_fccd .Matrix =_dd .MakeArrayFromFloats ([]float64 {1.0,0.0,0.0,1.0,0.0,0.0});_fccd .SetContentStream (_gdcd .Bytes (),_aadc ());_cdca :=_dd .MakeDict ();_cdca .Set ("\u004e",_fccd .ToPdfObject ());_ccbb .AP =_cdca ;_fddg .Annotations =append (_fddg .Annotations ,_ccbb ); +return _fddg ,nil ;}; + +// ComboboxFieldOptions defines optional parameters for a combobox form field. +type ComboboxFieldOptions struct{ + +// Choices is the list of string values that can be selected. +Choices []string ;};func _fgbg (_bgb *_ge .PdfPage ,_bfc _c .Rectangle ,_afdg string ,_abbbd string ,_adcd _ge .PdfColor ,_cbbab *_ge .PdfFont ,_efbg *float64 ,_gbbg _dd .PdfObject )(*_ge .PdfFieldButton ,error ){_eegb ,_aebg :=_bfc .X ,_bfc .Y ;_ecfd :=_bfc .Width ; +_cabe :=_bfc .Height ;if _bfc .FillColor ==nil {_bfc .FillColor =_ge .NewPdfColorDeviceGray (0.7);};if _adcd ==nil {_adcd =_ge .NewPdfColorDeviceGray (0);};if _cbbab ==nil {_ceeg ,_ccbe :=_ge .NewStandard14Font ("\u0048e\u006c\u0076\u0065\u0074\u0069\u0063a"); +if _ccbe !=nil {return nil ,_ccbe ;};_cbbab =_ceeg ;};_bbbe :=_ge .NewPdfField ();_gagd :=&_ge .PdfFieldButton {};_bbbe .SetContext (_gagd );_gagd .PdfField =_bbbe ;_gagd .T =_dd .MakeString (_afdg );_gagd .SetType (_ge .ButtonTypePush );_gagd .V =_dd .MakeName ("\u004f\u0066\u0066"); +_gagd .Ff =_dd .MakeInteger (4);_acc :=_dd .MakeDict ();_acc .Set (*_dd .MakeName ("\u0043\u0041"),_dd .MakeString (_abbbd ));_edcc ,_gedb :=_cbbab .GetFontDescriptor ();if _gedb !=nil {return nil ,_gedb ;};_fbca :=_dd .MakeName ("\u0048e\u006c\u0076\u0065\u0074\u0069\u0063a"); +_efgf :=12.0;if _edcc !=nil &&_edcc .FontName !=nil {_fbca ,_ =_dd .GetName (_edcc .FontName );};if _efbg !=nil {_efgf =*_efbg ;};_ffefb :=_g .NewContentCreator ();_ffefb .Add_q ();_ffefb .SetNonStrokingColor (_bfc .FillColor );_ffefb .Add_re (0,0,_ecfd ,_cabe ); +_ffefb .Add_f ();_ffefb .Add_Q ();_ffefb .Add_q ();_ffefb .Add_BT ();_efde :=0.0;for _ ,_abea :=range _abbbd {_fagf ,_fddd :=_cbbab .GetRuneMetrics (_abea );if !_fddd {_f .Log .Debug ("\u0046\u006f\u006e\u0074\u0020\u0064o\u0065\u0073\u0020\u006e\u006f\u0074\u0020\u0068\u0061\u0076\u0065\u0020\u0072\u0075\u006e\u0065\u0020\u006d\u0065\u0074r\u0069\u0063\u0073\u0020\u0066\u006f\u0072\u0020\u0025\u0076\u0020\u002d\u0020\u0073k\u0069p\u0070\u0069\u006e\u0067",_abea ); +continue ;};_efde +=_fagf .Wx ;};_efde =_efde /1000.0*_efgf ;var _cdf float64 ;if _edcc !=nil {_cdf ,_gedb =_edcc .GetCapHeight ();if _gedb !=nil {_f .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0055\u006e\u0061\u0062\u006c\u0065 \u0074\u006f\u0020\u0067\u0065\u0074 \u0066\u006f\u006e\u0074\u0020\u0043\u0061\u0070\u0048\u0065\u0069\u0067\u0068t\u003a\u0020\u0025\u0076",_gedb ); +};};if int (_cdf )<=0{_f .Log .Debug ("W\u0041\u0052\u004e\u003a\u0020\u0043\u0061\u0070\u0048e\u0069\u0067\u0068\u0074\u0020\u006e\u006ft \u0061\u0076\u0061\u0069l\u0061\u0062\u006c\u0065\u0020\u002d\u0020\u0073\u0065tt\u0069\u006eg\u0020\u0074\u006f\u0020\u0031\u0030\u0030\u0030"); +_cdf =1000;};_gdce :=_cdf /1000.0*_efgf ;_caf :=(_cabe -_gdce )/2.0;_aeae :=(_ecfd -_efde )/2.0;_ffefb .Add_Tf (*_fbca ,_efgf );_ffefb .SetNonStrokingColor (_adcd );_ffefb .Add_Td (_aeae ,_caf );_ffefb .Add_Tj (*_dd .MakeString (_abbbd ));_ffefb .Add_ET (); +_ffefb .Add_Q ();_cea :=_ge .NewXObjectForm ();_cea .SetContentStream (_ffefb .Bytes (),_dd .NewRawEncoder ());_cea .BBox =_dd .MakeArrayFromFloats ([]float64 {0,0,_ecfd ,_cabe });_cea .Resources =_ge .NewPdfPageResources ();_cea .Resources .SetFontByName (*_fbca ,_cbbab .ToPdfObject ()); +_gcc :=_dd .MakeDict ();_gcc .Set ("\u004e",_cea .ToPdfObject ());_acdf :=_ge .NewPdfAnnotationWidget ();_acdf .Rect =_dd .MakeArrayFromFloats ([]float64 {_eegb ,_aebg ,_eegb +_ecfd ,_aebg +_cabe });_acdf .P =_bgb .ToPdfObject ();_acdf .F =_dd .MakeInteger (4); +_acdf .Parent =_gagd .ToPdfObject ();_acdf .A =_gbbg ;_acdf .MK =_acc ;_acdf .AP =_gcc ;_gagd .Annotations =append (_gagd .Annotations ,_acdf );return _gagd ,nil ;}; // FormSubmitActionOptions holds options for creating a form submit button. type FormSubmitActionOptions struct{ // Rectangle holds the button position, size, and color. -Rectangle _ce .Rectangle ; +Rectangle _c .Rectangle ; // Url specifies the URL where the fieds will be submitted. Url string ; @@ -204,7 +311,7 @@ FontSize *float64 ; // Fields specifies list of fields that could be submitted. // This list may contain indirect object to fields or field names. -Fields *_cac .PdfObjectArray ; +Fields *_dd .PdfObjectArray ; // IsExclusionList specifies that the fields contain in `Fields` array would not be submitted. IsExclusionList bool ; @@ -216,8 +323,10 @@ IncludeEmptyFields bool ; // If set then all the other flags shall be ignored. SubmitAsPDF bool ;}; -// SetStyle applies appearance `style` to `fa`. -func (_bccc *ImageFieldAppearance )SetStyle (style AppearanceStyle ){_bccc ._decd =&style }; +// CreateInkAnnotation creates an ink annotation object that can be added to the annotation list of a PDF page. +func CreateInkAnnotation (inkDef InkAnnotationDef )(*_ge .PdfAnnotation ,error ){_bbbd :=_ge .NewPdfAnnotationInk ();_cgfc :=_dd .MakeArray ();for _ ,_deagg :=range inkDef .Paths {if _deagg .Length ()==0{continue ;};_gbge :=[]float64 {};for _ ,_agf :=range _deagg .Points {_gbge =append (_gbge ,_agf .X ,_agf .Y ); +};_cgfc .Append (_dd .MakeArrayFromFloats (_gbge ));};_bbbd .InkList =_cgfc ;if inkDef .Color ==nil {inkDef .Color =_ge .NewPdfColorDeviceRGB (0.0,0.0,0.0);};_bbbd .C =_dd .MakeArrayFromFloats ([]float64 {inkDef .Color .R (),inkDef .Color .G (),inkDef .Color .B ()}); +_ffb ,_egde ,_aadgc :=_efaf (&inkDef );if _aadgc !=nil {return nil ,_aadgc ;};_bbbd .AP =_ffb ;_bbbd .Rect =_dd .MakeArrayFromFloats ([]float64 {_egde .Llx ,_egde .Lly ,_egde .Urx ,_egde .Ury });return _bbbd .PdfAnnotation ,nil ;}; // SignatureFieldOpts represents a set of options used to configure // an appearance widget dictionary. @@ -253,223 +362,169 @@ BorderColor _ge .PdfColor ; // WatermarkImage specifies the image used as a watermark that will be rendered // behind the signature. -WatermarkImage _ca .Image ; +WatermarkImage _da .Image ; // Image represents the image used for the signature appearance. -Image _ca .Image ; +Image _da .Image ; // Encoder specifies the image encoder used for image signature. Defaults to flate encoder. -Encoder _cac .StreamEncoder ; +Encoder _dd .StreamEncoder ; // ImagePosition specifies the image location relative to the text signature. -ImagePosition SignatureImagePosition ;}; - -// WrapContentStream ensures that the entire content stream for a `page` is wrapped within q ... Q operands. -// Ensures that following operands that are added are not affected by additional operands that are added. -// Implements interface model.ContentStreamWrapper. -func (_bfec FieldAppearance )WrapContentStream (page *_ge .PdfPage )error {_fbdf ,_afgb :=page .GetAllContentStreams ();if _afgb !=nil {return _afgb ;};_bce :=_fb .NewContentStreamParser (_fbdf );_fcce ,_afgb :=_bce .Parse ();if _afgb !=nil {return _afgb ; -};_fcce .WrapIfNeeded ();_deb :=[]string {_fcce .String ()};return page .SetContentStreams (_deb ,_daf ());};func _edga (_afeg *_ge .PdfAcroForm ,_cbfb *_ge .PdfAnnotationWidget ,_cee *_ge .PdfFieldChoice ,_cfgf AppearanceStyle )(*_cac .PdfObjectDictionary ,error ){_gdc ,_efdc :=_cac .GetArray (_cbfb .Rect ); -if !_efdc {return nil ,_aeg .New ("\u0069\u006e\u0076a\u006c\u0069\u0064\u0020\u0052\u0065\u0063\u0074");};_eaab ,_edgdb :=_ge .NewPdfRectangle (*_gdc );if _edgdb !=nil {return nil ,_edgdb ;};_edcc ,_bcaa :=_eaab .Width (),_eaab .Height ();_g .Log .Debug ("\u0043\u0068\u006f\u0069\u0063\u0065\u002c\u0020\u0077\u0061\u0020\u0042S\u003a\u0020\u0025\u0076",_cbfb .BS ); -_addg ,_edgdb :=_fb .NewContentStreamParser (_fde (_cee .PdfField )).Parse ();if _edgdb !=nil {return nil ,_edgdb ;};_cead ,_gag :=_cac .GetDict (_cbfb .MK );if _gag {_gffc ,_ :=_cac .GetDict (_cbfb .BS );_fea :=_cfgf .applyAppearanceCharacteristics (_cead ,_gffc ,nil ); -if _fea !=nil {return nil ,_fea ;};};_fgcb :=_cac .MakeDict ();for _ ,_gbg :=range _cee .Opt .Elements (){if _agg ,_afeb :=_cac .GetArray (_gbg );_afeb &&_agg .Len ()==2{_gbg =_agg .Get (1);};var _ddad string ;if _aede ,_deeg :=_cac .GetString (_gbg ); -_deeg {_ddad =_aede .Decoded ();}else if _cfce ,_ceag :=_cac .GetName (_gbg );_ceag {_ddad =_cfce .String ();}else {_g .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a \u004f\u0070\u0074\u0020\u006e\u006f\u0074\u0020\u0061\u0020\u006e\u0061\u006de\u002f\u0073\u0074\u0072\u0069\u006e\u0067 \u002d\u0020\u0025\u0054",_gbg ); -return nil ,_aeg .New ("\u006e\u006f\u0074\u0020\u0061\u0020\u006e\u0061\u006d\u0065\u002f\u0073t\u0072\u0069\u006e\u0067");};if len (_ddad )> 0{_gdd ,_cgg :=_ccd (_cee .PdfField ,_edcc ,_bcaa ,_ddad ,_cfgf ,_addg ,_afeg .DR ,_cead );if _cgg !=nil {return nil ,_cgg ; -};_fgcb .Set (*_cac .MakeName (_ddad ),_gdd .ToPdfObject ());};};_cabg :=_cac .MakeDict ();_cabg .Set ("\u004e",_fgcb );return _cabg ,nil ;};func (_gcg *AppearanceStyle )processDA (_abc *_ge .PdfField ,_aefg *_fb .ContentStreamOperations ,_befc ,_bed *_ge .PdfPageResources ,_cbc *_fb .ContentCreator )(*AppearanceFont ,bool ,error ){var _aeeb *AppearanceFont ; -var _dbf bool ;if _gcg .Fonts !=nil {if _gcg .Fonts .Fallback !=nil {_aeeb =_gcg .Fonts .Fallback ;};if _daef :=_gcg .Fonts .FieldFallbacks ;_daef !=nil {if _bgc ,_ace :=_daef [_abc .PartialName ()];_ace {_aeeb =_bgc ;}else if _aggg ,_dgdc :=_abc .FullName (); -_dgdc ==nil {if _gaf ,_adfd :=_daef [_aggg ];_adfd {_aeeb =_gaf ;};};};if _aeeb !=nil {_aeeb .fillName ();};_dbf =_gcg .Fonts .ForceReplace ;};var _gfaf string ;var _fcdg float64 ;var _caba bool ;if _aefg !=nil {for _ ,_fbd :=range *_aefg {if _fbd .Operand =="\u0054\u0066"&&len (_fbd .Params )==2{if _gcgd ,_cca :=_cac .GetNameVal (_fbd .Params [0]); -_cca {_gfaf =_gcgd ;};if _fbee ,_cbga :=_cac .GetNumberAsFloat (_fbd .Params [1]);_cbga ==nil {_fcdg =_fbee ;};_caba =true ;continue ;};_cbc .AddOperand (*_fbd );};};var _cggb *AppearanceFont ;var _bcf _cac .PdfObject ;if _dbf &&_aeeb !=nil {_cggb =_aeeb ; -}else {if _befc !=nil &&_gfaf !=""{if _ccag ,_bcb :=_befc .GetFontByName (*_cac .MakeName (_gfaf ));_bcb {if _cdbc ,_geef :=_ge .NewPdfFontFromPdfObject (_ccag );_geef ==nil {_bcf =_ccag ;_cggb =&AppearanceFont {Name :_gfaf ,Font :_cdbc ,Size :_fcdg }; -}else {_g .Log .Debug ("\u0045\u0052\u0052\u004f\u0052:\u0020\u0063\u006f\u0075\u006c\u0064\u0020\u006e\u006f\u0074\u0020\u006c\u006fa\u0064\u0020\u0061\u0070\u0070\u0065\u0061\u0072\u0061\u006e\u0063\u0065\u0020\u0066\u006f\u006e\u0074\u003a\u0020\u0025\u0076",_geef ); -};};};if _cggb ==nil &&_aeeb !=nil {_cggb =_aeeb ;};if _cggb ==nil {_fac ,_addea :=_ge .NewStandard14Font ("\u0048e\u006c\u0076\u0065\u0074\u0069\u0063a");if _addea !=nil {return nil ,false ,_addea ;};_cggb =&AppearanceFont {Name :"\u0048\u0065\u006c\u0076",Font :_fac ,Size :_fcdg }; -};};if _cggb .Size <=0&&_gcg .Fonts !=nil &&_gcg .Fonts .FallbackSize > 0{_cggb .Size =_gcg .Fonts .FallbackSize ;};_eagd :=*_cac .MakeName (_cggb .Name );if _bcf ==nil {_bcf =_cggb .Font .ToPdfObject ();};if _befc !=nil &&!_befc .HasFontByName (_eagd ){_befc .SetFontByName (_eagd ,_bcf ); -};if _bed !=nil &&!_bed .HasFontByName (_eagd ){_bed .SetFontByName (_eagd ,_bcf );};return _cggb ,_caba ,nil ;};func _daf ()_cac .StreamEncoder {return _cac .NewFlateEncoder ()};func _eaae (_ege *_ge .PdfPage ,_aceb _ce .Rectangle ,_efed string ,_fddbb string ,_fffc _ge .PdfColor ,_gcga *_ge .PdfFont ,_daeg *float64 ,_eccf _cac .PdfObject )(*_ge .PdfFieldButton ,error ){_abba ,_gcgdf :=_aceb .X ,_aceb .Y ; -_ffg :=_aceb .Width ;_cage :=_aceb .Height ;if _aceb .FillColor ==nil {_aceb .FillColor =_ge .NewPdfColorDeviceGray (0.7);};if _fffc ==nil {_fffc =_ge .NewPdfColorDeviceGray (0);};if _gcga ==nil {_fcg ,_bbf :=_ge .NewStandard14Font ("\u0048e\u006c\u0076\u0065\u0074\u0069\u0063a"); -if _bbf !=nil {return nil ,_bbf ;};_gcga =_fcg ;};_eebf :=_ge .NewPdfField ();_aecb :=&_ge .PdfFieldButton {};_eebf .SetContext (_aecb );_aecb .PdfField =_eebf ;_aecb .T =_cac .MakeString (_efed );_aecb .SetType (_ge .ButtonTypePush );_aecb .V =_cac .MakeName ("\u004f\u0066\u0066"); -_aecb .Ff =_cac .MakeInteger (4);_ece :=_cac .MakeDict ();_ece .Set (*_cac .MakeName ("\u0043\u0041"),_cac .MakeString (_fddbb ));_fba ,_dfdc :=_gcga .GetFontDescriptor ();if _dfdc !=nil {return nil ,_dfdc ;};_gdaa :=_cac .MakeName ("\u0048e\u006c\u0076\u0065\u0074\u0069\u0063a"); -_fggd :=12.0;if _fba !=nil &&_fba .FontName !=nil {_gdaa ,_ =_cac .GetName (_fba .FontName );};if _daeg !=nil {_fggd =*_daeg ;};_cbe :=_fb .NewContentCreator ();_cbe .Add_q ();_cbe .SetNonStrokingColor (_aceb .FillColor );_cbe .Add_re (0,0,_ffg ,_cage ); -_cbe .Add_f ();_cbe .Add_Q ();_cbe .Add_q ();_cbe .Add_BT ();_dcee :=0.0;for _ ,_beab :=range _fddbb {_eccb ,_ecba :=_gcga .GetRuneMetrics (_beab );if !_ecba {_g .Log .Debug ("\u0046\u006f\u006e\u0074\u0020\u0064o\u0065\u0073\u0020\u006e\u006f\u0074\u0020\u0068\u0061\u0076\u0065\u0020\u0072\u0075\u006e\u0065\u0020\u006d\u0065\u0074r\u0069\u0063\u0073\u0020\u0066\u006f\u0072\u0020\u0025\u0076\u0020\u002d\u0020\u0073k\u0069p\u0070\u0069\u006e\u0067",_beab ); -continue ;};_dcee +=_eccb .Wx ;};_dcee =_dcee /1000.0*_fggd ;var _afgfa float64 ;if _fba !=nil {_afgfa ,_dfdc =_fba .GetCapHeight ();if _dfdc !=nil {_g .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0055\u006e\u0061\u0062\u006c\u0065 \u0074\u006f\u0020\u0067\u0065\u0074 \u0066\u006f\u006e\u0074\u0020\u0043\u0061\u0070\u0048\u0065\u0069\u0067\u0068t\u003a\u0020\u0025\u0076",_dfdc ); -};};if int (_afgfa )<=0{_g .Log .Debug ("W\u0041\u0052\u004e\u003a\u0020\u0043\u0061\u0070\u0048e\u0069\u0067\u0068\u0074\u0020\u006e\u006ft \u0061\u0076\u0061\u0069l\u0061\u0062\u006c\u0065\u0020\u002d\u0020\u0073\u0065tt\u0069\u006eg\u0020\u0074\u006f\u0020\u0031\u0030\u0030\u0030"); -_afgfa =1000;};_cdc :=_afgfa /1000.0*_fggd ;_gecag :=(_cage -_cdc )/2.0;_cffa :=(_ffg -_dcee )/2.0;_cbe .Add_Tf (*_gdaa ,_fggd );_cbe .SetNonStrokingColor (_fffc );_cbe .Add_Td (_cffa ,_gecag );_cbe .Add_Tj (*_cac .MakeString (_fddbb ));_cbe .Add_ET (); -_cbe .Add_Q ();_aecf :=_ge .NewXObjectForm ();_aecf .SetContentStream (_cbe .Bytes (),_cac .NewRawEncoder ());_aecf .BBox =_cac .MakeArrayFromFloats ([]float64 {0,0,_ffg ,_cage });_aecf .Resources =_ge .NewPdfPageResources ();_aecf .Resources .SetFontByName (*_gdaa ,_gcga .ToPdfObject ()); -_fcaf :=_cac .MakeDict ();_fcaf .Set ("\u004e",_aecf .ToPdfObject ());_eegc :=_ge .NewPdfAnnotationWidget ();_eegc .Rect =_cac .MakeArrayFromFloats ([]float64 {_abba ,_gcgdf ,_abba +_ffg ,_gcgdf +_cage });_eegc .P =_ege .ToPdfObject ();_eegc .F =_cac .MakeInteger (4); -_eegc .Parent =_aecb .ToPdfObject ();_eegc .A =_eccf ;_eegc .MK =_ece ;_eegc .AP =_fcaf ;_aecb .Annotations =append (_aecb .Annotations ,_eegc );return _aecb ,nil ;}; +ImagePosition SignatureImagePosition ;};func _be (_ga CircleAnnotationDef )(*_dd .PdfObjectDictionary ,*_ge .PdfRectangle ,error ){_ab :=_ge .NewXObjectForm ();_ab .Resources =_ge .NewPdfPageResources ();_fg :="";if _ga .Opacity < 1.0{_fag :=_dd .MakeDict (); +_fag .Set ("\u0063\u0061",_dd .MakeFloat (_ga .Opacity ));_fag .Set ("\u0043\u0041",_dd .MakeFloat (_ga .Opacity ));_gce :=_ab .Resources .AddExtGState ("\u0067\u0073\u0031",_fag );if _gce !=nil {_f .Log .Debug ("U\u006e\u0061\u0062\u006c\u0065\u0020t\u006f\u0020\u0061\u0064\u0064\u0020\u0065\u0078\u0074g\u0073\u0074\u0061t\u0065 \u0067\u0073\u0031"); +return nil ,nil ,_gce ;};_fg ="\u0067\u0073\u0031";};_fe ,_fdg ,_gb ,_gag :=_dg (_ga ,_fg );if _gag !=nil {return nil ,nil ,_gag ;};_gag =_ab .SetContentStream (_fe ,nil );if _gag !=nil {return nil ,nil ,_gag ;};_ab .BBox =_fdg .ToPdfObject ();_fdf :=_dd .MakeDict (); +_fdf .Set ("\u004e",_ab .ToPdfObject ());return _fdf ,_gb ,nil ;}; -// CreateLineAnnotation creates a line annotation object that can be added to page PDF annotations. -func CreateLineAnnotation (lineDef LineAnnotationDef )(*_ge .PdfAnnotation ,error ){_adgg :=_ge .NewPdfAnnotationLine ();_adgg .L =_cac .MakeArrayFromFloats ([]float64 {lineDef .X1 ,lineDef .Y1 ,lineDef .X2 ,lineDef .Y2 });_bgad :=_cac .MakeName ("\u004e\u006f\u006e\u0065"); -if lineDef .LineEndingStyle1 ==_ce .LineEndingStyleArrow {_bgad =_cac .MakeName ("C\u006c\u006f\u0073\u0065\u0064\u0041\u0072\u0072\u006f\u0077");};_bbed :=_cac .MakeName ("\u004e\u006f\u006e\u0065");if lineDef .LineEndingStyle2 ==_ce .LineEndingStyleArrow {_bbed =_cac .MakeName ("C\u006c\u006f\u0073\u0065\u0064\u0041\u0072\u0072\u006f\u0077"); -};_adgg .LE =_cac .MakeArray (_bgad ,_bbed );if lineDef .Opacity < 1.0{_adgg .CA =_cac .MakeFloat (lineDef .Opacity );};_gfbe ,_bbfd ,_dacf :=lineDef .LineColor .R (),lineDef .LineColor .G (),lineDef .LineColor .B ();_adgg .IC =_cac .MakeArrayFromFloats ([]float64 {_gfbe ,_bbfd ,_dacf }); -_adgg .C =_cac .MakeArrayFromFloats ([]float64 {_gfbe ,_bbfd ,_dacf });_dfda :=_ge .NewBorderStyle ();_dfda .SetBorderWidth (lineDef .LineWidth );_adgg .BS =_dfda .ToPdfObject ();_beff ,_deff ,_cegb :=_cecg (lineDef );if _cegb !=nil {return nil ,_cegb ; -};_adgg .AP =_beff ;_adgg .Rect =_cac .MakeArrayFromFloats ([]float64 {_deff .Llx ,_deff .Lly ,_deff .Urx ,_deff .Ury });return _adgg .PdfAnnotation ,nil ;};func _cecg (_gbc LineAnnotationDef )(*_cac .PdfObjectDictionary ,*_ge .PdfRectangle ,error ){_aefa :=_ge .NewXObjectForm (); -_aefa .Resources =_ge .NewPdfPageResources ();_beebd :="";if _gbc .Opacity < 1.0{_aff :=_cac .MakeDict ();_aff .Set ("\u0063\u0061",_cac .MakeFloat (_gbc .Opacity ));_dadd :=_aefa .Resources .AddExtGState ("\u0067\u0073\u0031",_aff );if _dadd !=nil {_g .Log .Debug ("U\u006e\u0061\u0062\u006c\u0065\u0020t\u006f\u0020\u0061\u0064\u0064\u0020\u0065\u0078\u0074g\u0073\u0074\u0061t\u0065 \u0067\u0073\u0031"); -return nil ,nil ,_dadd ;};_beebd ="\u0067\u0073\u0031";};_cebe ,_cadff ,_ffda ,_faae :=_edbe (_gbc ,_beebd );if _faae !=nil {return nil ,nil ,_faae ;};_faae =_aefa .SetContentStream (_cebe ,nil );if _faae !=nil {return nil ,nil ,_faae ;};_aefa .BBox =_cadff .ToPdfObject (); -_fdgbg :=_cac .MakeDict ();_fdgbg .Set ("\u004e",_aefa .ToPdfObject ());return _fdgbg ,_ffda ,nil ;};func _ebec (_fbgf *InkAnnotationDef )(*_cac .PdfObjectDictionary ,*_ge .PdfRectangle ,error ){_afae :=_ge .NewXObjectForm ();_dded ,_afbf ,_adfe :=_gde (_fbgf ); -if _adfe !=nil {return nil ,nil ,_adfe ;};_adfe =_afae .SetContentStream (_dded ,nil );if _adfe !=nil {return nil ,nil ,_adfe ;};_afae .BBox =_afbf .ToPdfObject ();_afae .Resources =_ge .NewPdfPageResources ();_afae .Resources .ProcSet =_cac .MakeArray (_cac .MakeName ("\u0050\u0044\u0046")); -_bgac :=_cac .MakeDict ();_bgac .Set ("\u004e",_afae .ToPdfObject ());return _bgac ,_afbf ,nil ;};func (_cde *AppearanceStyle )applyRotation (_faab *_cac .PdfObjectDictionary ,_dae ,_fddd float64 ,_dgdd *_fb .ContentCreator )(float64 ,float64 ){if !_cde .AllowMK {return _dae ,_fddd ; -};if _faab ==nil {return _dae ,_fddd ;};_gbb ,_ :=_cac .GetNumberAsFloat (_faab .Get ("\u0052"));if _gbb ==0{return _dae ,_fddd ;};_eagg :=-_gbb ;_dca :=_ce .Path {Points :[]_ce .Point {_ce .NewPoint (0,0).Rotate (_eagg ),_ce .NewPoint (_dae ,0).Rotate (_eagg ),_ce .NewPoint (0,_fddd ).Rotate (_eagg ),_ce .NewPoint (_dae ,_fddd ).Rotate (_eagg )}}.GetBoundingBox (); -_dgdd .RotateDeg (_gbb );_dgdd .Translate (_dca .X ,_dca .Y );return _dca .Width ,_dca .Height ;}; +// CreateRectangleAnnotation creates a rectangle annotation object that can be added to page PDF annotations. +func CreateRectangleAnnotation (rectDef RectangleAnnotationDef )(*_ge .PdfAnnotation ,error ){_edba :=_ge .NewPdfAnnotationSquare ();if rectDef .BorderEnabled {_ebfe ,_cfac ,_accg :=rectDef .BorderColor .R (),rectDef .BorderColor .G (),rectDef .BorderColor .B (); +_edba .C =_dd .MakeArrayFromFloats ([]float64 {_ebfe ,_cfac ,_accg });_dbb :=_ge .NewBorderStyle ();_dbb .SetBorderWidth (rectDef .BorderWidth );_edba .BS =_dbb .ToPdfObject ();};if rectDef .FillEnabled {_gebc ,_baca ,_dfeb :=rectDef .FillColor .R (),rectDef .FillColor .G (),rectDef .FillColor .B (); +_edba .IC =_dd .MakeArrayFromFloats ([]float64 {_gebc ,_baca ,_dfeb });}else {_edba .IC =_dd .MakeArrayFromIntegers ([]int {});};if rectDef .Opacity < 1.0{_edba .CA =_dd .MakeFloat (rectDef .Opacity );};_gcdg ,_cbd ,_fcac :=_fegd (rectDef );if _fcac !=nil {return nil ,_fcac ; +};_edba .AP =_gcdg ;_edba .Rect =_dd .MakeArrayFromFloats ([]float64 {_cbd .Llx ,_cbd .Lly ,_cbd .Urx ,_cbd .Ury });return _edba .PdfAnnotation ,nil ;};func _adbc (_dbe *_ge .PdfAcroForm ,_feed *_ge .PdfAnnotationWidget ,_fea *_ge .PdfFieldChoice ,_gadf AppearanceStyle )(*_dd .PdfObjectDictionary ,error ){_fgb ,_fcc :=_dd .GetArray (_feed .Rect ); +if !_fcc {return nil ,_ec .New ("\u0069\u006e\u0076a\u006c\u0069\u0064\u0020\u0052\u0065\u0063\u0074");};_ceef ,_eed :=_ge .NewPdfRectangle (*_fgb );if _eed !=nil {return nil ,_eed ;};_dac ,_bec :=_ceef .Width (),_ceef .Height ();_f .Log .Debug ("\u0043\u0068\u006f\u0069\u0063\u0065\u002c\u0020\u0077\u0061\u0020\u0042S\u003a\u0020\u0025\u0076",_feed .BS ); +_bbd ,_eed :=_g .NewContentStreamParser (_becd (_fea .PdfField )).Parse ();if _eed !=nil {return nil ,_eed ;};_cgd ,_acb :=_dd .GetDict (_feed .MK );if _acb {_cae ,_ :=_dd .GetDict (_feed .BS );_ggbc :=_gadf .applyAppearanceCharacteristics (_cgd ,_cae ,nil ); +if _ggbc !=nil {return nil ,_ggbc ;};};_aecb :=_dd .MakeDict ();for _ ,_efcb :=range _fea .Opt .Elements (){if _gcda ,_fdeee :=_dd .GetArray (_efcb );_fdeee &&_gcda .Len ()==2{_efcb =_gcda .Get (1);};var _bgc string ;if _dddg ,_fef :=_dd .GetString (_efcb ); +_fef {_bgc =_dddg .Decoded ();}else if _cde ,_abbg :=_dd .GetName (_efcb );_abbg {_bgc =_cde .String ();}else {_f .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a \u004f\u0070\u0074\u0020\u006e\u006f\u0074\u0020\u0061\u0020\u006e\u0061\u006de\u002f\u0073\u0074\u0072\u0069\u006e\u0067 \u002d\u0020\u0025\u0054",_efcb ); +return nil ,_ec .New ("\u006e\u006f\u0074\u0020\u0061\u0020\u006e\u0061\u006d\u0065\u002f\u0073t\u0072\u0069\u006e\u0067");};if len (_bgc )> 0{_gefb ,_cgdg :=_bge (_fea .PdfField ,_dac ,_bec ,_bgc ,_gadf ,_bbd ,_dbe .DR ,_cgd );if _cgdg !=nil {return nil ,_cgdg ; +};_aecb .Set (*_dd .MakeName (_bgc ),_gefb .ToPdfObject ());};};_fca :=_dd .MakeDict ();_fca .Set ("\u004e",_aecb );return _fca ,nil ;};func _gbggf (_baef []_c .Point )(_eeda []_c .Point ,_cgdab []_c .Point ,_dgee error ){_gbgeg :=len (_baef )-1;if len (_baef )< 1{return nil ,nil ,_ec .New ("\u0041\u0074\u0020\u006c\u0065\u0061\u0073\u0074\u0020\u0074\u0077\u006f\u0020\u0070\u006f\u0069\u006e\u0074s \u0072e\u0071\u0075\u0069\u0072\u0065\u0064\u0020\u0074\u006f\u0020\u0063\u0061l\u0063\u0075\u006c\u0061\u0074\u0065\u0020\u0063\u0075\u0072\u0076\u0065\u0020\u0063\u006f\u006e\u0074r\u006f\u006c\u0020\u0070\u006f\u0069\u006e\u0074\u0073"); +};if _gbgeg ==1{_ega :=_c .Point {X :(2*_baef [0].X +_baef [1].X )/3,Y :(2*_baef [0].Y +_baef [1].Y )/3};_eeda =append (_eeda ,_ega );_cgdab =append (_cgdab ,_c .Point {X :2*_ega .X -_baef [0].X ,Y :2*_ega .Y -_baef [0].Y });return _eeda ,_cgdab ,nil ; +};_adba :=make ([]float64 ,_gbgeg );for _facf :=1;_facf < _gbgeg -1;_facf ++{_adba [_facf ]=4*_baef [_facf ].X +2*_baef [_facf +1].X ;};_adba [0]=_baef [0].X +2*_baef [1].X ;_adba [_gbgeg -1]=(8*_baef [_gbgeg -1].X +_baef [_gbgeg ].X )/2.0;_fabb :=_ecgf (_adba ); +for _ded :=1;_ded < _gbgeg -1;_ded ++{_adba [_ded ]=4*_baef [_ded ].Y +2*_baef [_ded +1].Y ;};_adba [0]=_baef [0].Y +2*_baef [1].Y ;_adba [_gbgeg -1]=(8*_baef [_gbgeg -1].Y +_baef [_gbgeg ].Y )/2.0;_ecec :=_ecgf (_adba );_eeda =make ([]_c .Point ,_gbgeg ); +_cgdab =make ([]_c .Point ,_gbgeg );for _cfa :=0;_cfa < _gbgeg ;_cfa ++{_eeda [_cfa ]=_c .Point {X :_fabb [_cfa ],Y :_ecec [_cfa ]};if _cfa < _gbgeg -1{_cgdab [_cfa ]=_c .Point {X :2*_baef [_cfa +1].X -_fabb [_cfa +1],Y :2*_baef [_cfa +1].Y -_ecec [_cfa +1]}; +}else {_cgdab [_cfa ]=_c .Point {X :(_baef [_gbgeg ].X +_fabb [_gbgeg -1])/2,Y :(_baef [_gbgeg ].Y +_ecec [_gbgeg -1])/2};};};return _eeda ,_cgdab ,nil ;};func _gdgb (_fege *_ge .PdfFieldButton ,_fdfg *_ge .PdfAnnotationWidget ,_bcg AppearanceStyle )(*_dd .PdfObjectDictionary ,error ){_aadcb ,_gdf :=_dd .GetArray (_fdfg .Rect ); +if !_gdf {return nil ,_ec .New ("\u0069\u006e\u0076a\u006c\u0069\u0064\u0020\u0052\u0065\u0063\u0074");};_fffd ,_ebeb :=_ge .NewPdfRectangle (*_aadcb );if _ebeb !=nil {return nil ,_ebeb ;};_adbbd ,_dbca :=_fffd .Width (),_fffd .Height ();_decc :=_g .NewContentCreator (); +if _bcg .BorderSize > 0{_acf (_decc ,_bcg ,_adbbd ,_dbca );};if _bcg .DrawAlignmentReticle {_beed :=_bcg ;_beed .BorderSize =0.2;_fbff (_decc ,_beed ,_adbbd ,_dbca );};_cfce :=_fege .GetFillImage ();_edag ,_ebeb :=_gcf (_adbbd ,_dbca ,_cfce ,_bcg );if _ebeb !=nil {return nil ,_ebeb ; +};_cedb ,_ffd :=_dd .GetDict (_fdfg .MK );if _ffd {_cedb .Set ("\u006c",_edag .ToPdfObject ());};_fcfd :=_dd .MakeDict ();_fcfd .Set ("\u0046\u0052\u004d",_edag .ToPdfObject ());_afc :=_ge .NewPdfPageResources ();_afc .ProcSet =_dd .MakeArray (_dd .MakeName ("\u0050\u0044\u0046")); +_afc .XObject =_fcfd ;_ddbe :=_adbbd -2;_gefg :=_dbca -2;_decc .Add_q ();_decc .Add_re (1,1,_ddbe ,_gefg );_decc .Add_W ();_decc .Add_n ();_ddbe -=2;_gefg -=2;_decc .Add_q ();_decc .Add_re (2,2,_ddbe ,_gefg );_decc .Add_W ();_decc .Add_n ();_eead :=_bb .Min (_ddbe /float64 (_cfce .Width ),_gefg /float64 (_cfce .Height )); +_decc .Add_cm (_eead ,0,0,_eead ,(_adbbd /2)-(float64 (_cfce .Width )*_eead /2)+2,2);_decc .Add_Do ("\u0046\u0052\u004d");_decc .Add_Q ();_decc .Add_Q ();_gbee :=_ge .NewXObjectForm ();_gbee .FormType =_dd .MakeInteger (1);_gbee .Resources =_afc ;_gbee .BBox =_dd .MakeArrayFromFloats ([]float64 {0,0,_adbbd ,_dbca }); +_gbee .Matrix =_dd .MakeArrayFromFloats ([]float64 {1.0,0.0,0.0,1.0,0.0,0.0});_gbee .SetContentStream (_decc .Bytes (),_aadc ());_dgda :=_dd .MakeDict ();_dgda .Set ("\u004e",_gbee .ToPdfObject ());return _dgda ,nil ;};func _aadc ()_dd .StreamEncoder {return _dd .NewFlateEncoder ()}; -// FormResetActionOptions holds options for creating a form reset button. -type FormResetActionOptions struct{ -// Rectangle holds the button position, size, and color. -Rectangle _ce .Rectangle ; +// Style returns the appearance style of `fa`. If not specified, returns default style. +func (_cbbe ImageFieldAppearance )Style ()AppearanceStyle {if _cbbe ._fcdd !=nil {return *_cbbe ._fcdd ;};return AppearanceStyle {BorderSize :0.0,BorderColor :_ge .NewPdfColorDeviceGray (0),FillColor :_ge .NewPdfColorDeviceGray (1),DrawAlignmentReticle :false }; +};func _ecgf (_ecdb []float64 )[]float64 {var (_gaggb =len (_ecdb );_cgab =make ([]float64 ,_gaggb );_eeaf =make ([]float64 ,_gaggb ););_gcbc :=2.0;_cgab [0]=_ecdb [0]/_gcbc ;for _dfea :=1;_dfea < _gaggb ;_dfea ++{_eeaf [_dfea ]=1/_gcbc ;if _dfea < _gaggb -1{_gcbc =4.0; +}else {_gcbc =3.5;};_gcbc -=_eeaf [_dfea ];_cgab [_dfea ]=(_ecdb [_dfea ]-_cgab [_dfea -1])/_gcbc ;};for _cagd :=1;_cagd < _gaggb ;_cagd ++{_cgab [_gaggb -_cagd -1]-=_eeaf [_gaggb -_cagd ]*_cgab [_gaggb -_cagd ];};return _cgab ;};func _egga (_bbcb RectangleAnnotationDef ,_bcfad string )([]byte ,*_ge .PdfRectangle ,*_ge .PdfRectangle ,error ){_dggc :=_c .Rectangle {X :0,Y :0,Width :_bbcb .Width ,Height :_bbcb .Height ,FillEnabled :_bbcb .FillEnabled ,FillColor :_bbcb .FillColor ,BorderEnabled :_bbcb .BorderEnabled ,BorderWidth :2*_bbcb .BorderWidth ,BorderColor :_bbcb .BorderColor ,Opacity :_bbcb .Opacity }; +_bbdc ,_def ,_baaf :=_dggc .Draw (_bcfad );if _baaf !=nil {return nil ,nil ,nil ,_baaf ;};_ggd :=&_ge .PdfRectangle {};_ggd .Llx =_bbcb .X +_def .Llx ;_ggd .Lly =_bbcb .Y +_def .Lly ;_ggd .Urx =_bbcb .X +_def .Urx ;_ggd .Ury =_bbcb .Y +_def .Ury ;return _bbdc ,_def ,_ggd ,nil ; +}; -// Label specifies the text that would be displayed on the button. -Label string ; +// CreateFileAttachmentAnnotation creates a file attachment annotation object that can be added to the annotation list of a PDF page. +func CreateFileAttachmentAnnotation (fileDef FileAnnotationDef )(*_ge .PdfAnnotation ,error ){_beag :=_ge .NewPdfFileSpecFromEmbeddedFile (fileDef .EmbeddedFile );if fileDef .Color ==nil {fileDef .Color =_ge .NewPdfColorDeviceRGB (0.0,0.0,0.0);};if fileDef .Description ==""{fileDef .Description =fileDef .EmbeddedFile .Name ; +};if fileDef .CreationDate ==nil {_bebc :=_de .Now ();fileDef .CreationDate =&_bebc ;};if fileDef .IconName ==""{fileDef .IconName ="\u0050u\u0073\u0068\u0050\u0069\u006e";};_debf ,_gbb :=_ge .NewPdfDateFromTime (*fileDef .CreationDate );if _gbb !=nil {return nil ,_gbb ; +};_adgd :=_ge .NewPdfAnnotationFileAttachment ();_adgd .FS =_beag .ToPdfObject ();_adgd .C =_dd .MakeArrayFromFloats ([]float64 {fileDef .Color .R (),fileDef .Color .G (),fileDef .Color .B ()});_adgd .Contents =_dd .MakeString (fileDef .Description );_adgd .CreationDate =_debf .ToPdfObject (); +_adgd .M =_debf .ToPdfObject ();_adgd .Name =_dd .MakeName (fileDef .IconName );_adgd .Rect =_dd .MakeArrayFromFloats ([]float64 {fileDef .X ,fileDef .Y ,fileDef .X +fileDef .Width ,fileDef .Y +fileDef .Height });_adgd .T =_dd .MakeString (fileDef .Author ); +_adgd .Subj =_dd .MakeString (fileDef .Subject );return _adgd .PdfAnnotation ,nil ;};func _eaa (_dga *_ge .PdfAnnotationWidget ,_dcf *_ge .PdfFieldText ,_abg *_ge .PdfPageResources ,_bcf AppearanceStyle )(*_dd .PdfObjectDictionary ,error ){_gba :=_ge .NewPdfPageResources (); +_fac ,_ddg :=_dd .GetArray (_dga .Rect );if !_ddg {return nil ,_ec .New ("\u0069\u006e\u0076a\u006c\u0069\u0064\u0020\u0052\u0065\u0063\u0074");};_eg ,_ege :=_ge .NewPdfRectangle (*_fac );if _ege !=nil {return nil ,_ege ;};_agcd ,_bdf :=_eg .Width (),_eg .Height (); +_abb ,_dae :=_agcd ,_bdf ;_egf :=true ;_ecc :=_ge .NewXObjectForm ();_ecc .BBox =_dd .MakeArrayFromFloats ([]float64 {0,0,_abb ,_dae });if _dga .AP !=nil {if _aa ,_bed :=_dd .GetDict (_dga .AP );_bed &&_aa !=nil {_cef :=_dd .TraceToDirectObject (_aa .Get ("\u004e")); +switch _bfd :=_cef .(type ){case *_dd .PdfObjectStream :_bde ,_bbf :=_dd .DecodeStream (_bfd );if _bbf !=nil {_f .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u0020\u0075\u006e\u0061\u0062\u006c\u0065\u0020\u0064\u0065\u0063\u006f\u0064\u0065\u0020\u0063\u006f\u006e\u0074e\u006e\u0074\u0020\u0073\u0074r\u0065\u0061m\u003a\u0020\u0025\u0076",_bbf .Error ()); +break ;};_gee ,_bbf :=_g .NewContentStreamParser (string (_bde )).Parse ();if _bbf !=nil {_f .Log .Debug ("\u0045\u0052R\u004f\u0052\u0020\u0075n\u0061\u0062l\u0065\u0020\u0070\u0061\u0072\u0073\u0065\u0020c\u006f\u006e\u0074\u0065\u006e\u0074\u0020\u0073\u0074\u0072\u0065\u0061m\u003a\u0020\u0025\u0076",_bbf .Error ()); +break ;};_ef :=_g .NewContentStreamProcessor (*_gee );_ef .AddHandler (_g .HandlerConditionEnumAllOperands ,"",func (_cab *_g .ContentStreamOperation ,_eec _g .GraphicsState ,_ccg *_ge .PdfPageResources )error {if _cab .Operand =="\u0054\u006a"||_cab .Operand =="\u0054\u004a"{if len (_cab .Params )==1{if _ad ,_ba :=_dd .GetString (_cab .Params [0]); +_ba {_egf =_a .TrimSpace (_ad .Str ())=="";};return _g .ErrEarlyExit ;};return nil ;};return nil ;});_ef .Process (_gba );if !_egf {if _daef ,_dcc :=_dd .GetDict (_bfd .Get ("\u0052e\u0073\u006f\u0075\u0072\u0063\u0065s"));_dcc {_gba ,_bbf =_ge .NewPdfPageResourcesFromDict (_daef ); +if _bbf !=nil {return nil ,_bbf ;};};if _bga ,_egb :=_dd .GetArray (_bfd .Get ("\u004d\u0061\u0074\u0072\u0069\u0078"));_egb {_ecc .Matrix =_bga ;};_ecc .SetContentStream (_bde ,_aadc ());};};};};if _egf {_efc ,_eb :=_dd .GetDict (_dga .MK );if _eb {_fbf ,_ :=_dd .GetDict (_dga .BS ); +_fec :=_bcf .applyAppearanceCharacteristics (_efc ,_fbf ,nil );if _fec !=nil {return nil ,_fec ;};};_abbc ,_aad :=_g .NewContentStreamParser (_becd (_dcf .PdfField )).Parse ();if _aad !=nil {return nil ,_aad ;};_dcd :=_g .NewContentCreator ();if _bcf .BorderSize > 0{_acf (_dcd ,_bcf ,_agcd ,_bdf ); +};if _bcf .DrawAlignmentReticle {_dca :=_bcf ;_dca .BorderSize =0.2;_fbff (_dcd ,_dca ,_agcd ,_bdf );};_dcd .Add_BMC ("\u0054\u0078");_dcd .Add_q ();_agcd ,_bdf =_bcf .applyRotation (_efc ,_agcd ,_bdf ,_dcd );_dcd .Add_BT ();_dggd ,_gga ,_aad :=_bcf .processDA (_dcf .PdfField ,_abbc ,_abg ,_gba ,_dcd ); +if _aad !=nil {return nil ,_aad ;};_ada :=_dggd .Font ;_fgc :=_dggd .Size ;_fde :=_dd .MakeName (_dggd .Name );if _dcf .Flags ().Has (_ge .FieldFlagMultiline )&&_dcf .MaxLen !=nil {_f .Log .Debug ("\u004c\u006f\u006f\u006b\u0020\u0066\u006f\u0072\u0020\u0041\u0050\u0020\u0064\u0069\u0063\u0074\u0069\u006fn\u0061\u0072\u0079\u0020\u0066\u006f\u0072 \u004e\u0020\u006f\u0062\u006a\u0065\u0063\u0074\u0020\u0063\u006fn\u0074\u0065\u006e\u0074\u0020\u0073\u0074\u0072\u0065\u0061\u006d"); +if _dee ,_aed ,_bfdf :=_cbff (_dga .PdfAnnotation .AP ,_abg );_bfdf {_fde =_dee ;_fgc =_aed ;_gga =true ;};};_aae :=_fgc ==0;if _aae &&_gga {_fgc =_bdf *_bcf .AutoFontSizeFraction ;};_bfb :=_ada .Encoder ();if _bfb ==nil {_f .Log .Debug ("\u0057\u0041RN\u003a\u0020\u0066\u006f\u006e\u0074\u0020\u0065\u006e\u0063\u006f\u0064\u0065\u0072\u0020\u0069\u0073\u0020\u006e\u0069l\u002e\u0020\u0041\u0073s\u0075\u006d\u0069\u006eg \u0069\u0064e\u006et\u0069\u0074\u0079\u0020\u0065\u006ec\u006f\u0064\u0065r\u002e\u0020O\u0075\u0074\u0070\u0075\u0074\u0020\u006d\u0061\u0079\u0020\u0062\u0065\u0020\u0069n\u0063\u006f\u0072\u0072\u0065\u0063\u0074\u002e"); +_bfb =_fa .NewIdentityTextEncoder ("\u0049\u0064\u0065\u006e\u0074\u0069\u0074\u0079\u002d\u0048");};_efcg ,_aad :=_ada .GetFontDescriptor ();if _aad !=nil {_f .Log .Debug ("\u0045\u0072ro\u0072\u003a\u0020U\u006e\u0061\u0062\u006ce t\u006f g\u0065\u0074\u0020\u0066\u006f\u006e\u0074 d\u0065\u0073\u0063\u0072\u0069\u0070\u0074o\u0072"); +};var _cec string ;if _fbd ,_bad :=_dd .GetString (_dcf .V );_bad {_cec =_fbd .Decoded ();};if len (_cec )==0{return nil ,nil ;};_aca :=[]string {_cec };_gad :=false ;if _dcf .Flags ().Has (_ge .FieldFlagMultiline ){_gad =true ;_cec =_a .Replace (_cec ,"\u000d\u000a","\u000a",-1); +_cec =_a .Replace (_cec ,"\u000d","\u000a",-1);_aca =_a .Split (_cec ,"\u000a");};_dea :=make ([]string ,len (_aca ));copy (_dea ,_aca );_aaf :=_bcf .MultilineLineHeight ;_gagc :=0.0;_ddba :=0;if _bfb !=nil {for _fgc >=0{_bcec :=make ([]string ,len (_aca )); +copy (_bcec ,_aca );_cga :=make ([]string ,len (_dea ));copy (_cga ,_dea );_gagc =0.0;_ddba =0;_cee :=len (_bcec );_bfbg :=0;for _bfbg < _cee {var _ebe float64 ;_bba :=-1;_bae :=_daag ;if _bcf .MarginLeft !=nil {_bae =*_bcf .MarginLeft ;};for _eeb ,_bgf :=range _bcec [_bfbg ]{if _bgf ==' '{_bba =_eeb ; +};_dgb ,_bgd :=_ada .GetRuneMetrics (_bgf );if !_bgd {_f .Log .Debug ("\u0046\u006f\u006e\u0074\u0020\u0064o\u0065\u0073\u0020\u006e\u006f\u0074\u0020\u0068\u0061\u0076\u0065\u0020\u0072\u0075\u006e\u0065\u0020\u006d\u0065\u0074r\u0069\u0063\u0073\u0020\u0066\u006f\u0072\u0020\u0025\u0076\u0020\u002d\u0020\u0073k\u0069p\u0070\u0069\u006e\u0067",_bgf ); +continue ;};_ebe =_bae ;_bae +=_dgb .Wx ;if _gad &&!_aae &&_fgc *_bae /1000.0> _agcd {_bgdg :=_eeb ;_bff :=_eeb ;if _bba > 0{_bgdg =_bba +1;_bff =_bba ;};_efe :=_bcec [_bfbg ][_bgdg :];_ggc :=_cga [_bfbg ][_bgdg :];if _bfbg < len (_bcec )-1{_bcec =append (_bcec [:_bfbg +1],_bcec [_bfbg :]...); +_bcec [_bfbg +1]=_efe ;_cga =append (_cga [:_bfbg +1],_cga [_bfbg :]...);_cga [_bfbg +1]=_ggc ;}else {_bcec =append (_bcec ,_efe );_cga =append (_cga ,_ggc );};_bcec [_bfbg ]=_bcec [_bfbg ][0:_bff ];_cga [_bfbg ]=_cga [_bfbg ][0:_bff ];_cee ++;_bae =_ebe ; +break ;};};if _bae > _gagc {_gagc =_bae ;};_bcec [_bfbg ]=string (_bfb .Encode (_bcec [_bfbg ]));if len (_bcec [_bfbg ])> 0{_ddba ++;};_bfbg ++;};_gd :=_fgc ;if _ddba > 1{_gd *=_aaf ;};_gcd :=float64 (_ddba )*_gd ;if _aae ||_gcd <=_bdf {_aca =_bcec ;_dea =_cga ; +break ;};_fgc --;};};_efg :=_daag ;if _bcf .MarginLeft !=nil {_efg =*_bcf .MarginLeft ;};if _fgc ==0||_aae &&_gagc > 0&&_efg +_gagc *_fgc /1000.0> _agcd {_fgc =0.95*1000.0*(_agcd -_efg )/_gagc ;};_dfe :=_fgg ;{if _ebeg ,_dcg :=_dd .GetIntVal (_dcf .Q ); +_dcg {switch _ebeg {case 0:_dfe =_fgg ;case 1:_dfe =_gaf ;case 2:_dfe =_db ;default:_f .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0055\u006e\u0073\u0075\u0070\u0070\u006f\u0072t\u0065\u0064\u0020\u0071\u0075\u0061\u0064\u0064\u0069\u006e\u0067\u003a\u0020%\u0064\u0020\u002d\u0020\u0075\u0073\u0069\u006e\u0067\u0020\u006c\u0065ft\u0020\u0061\u006c\u0069\u0067\u006e\u006d\u0065\u006e\u0074",_ebeg ); +};};};_bca :=_fgc ;if _gad &&_ddba > 1{_bca =_aaf *_fgc ;};var _acd float64 ;if _efcg !=nil {_acd ,_aad =_efcg .GetCapHeight ();if _aad !=nil {_f .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0055\u006e\u0061\u0062\u006c\u0065 \u0074\u006f\u0020\u0067\u0065\u0074 \u0066\u006f\u006e\u0074\u0020\u0043\u0061\u0070\u0048\u0065\u0069\u0067\u0068t\u003a\u0020\u0025\u0076",_aad ); +};};if int (_acd )<=0{_f .Log .Debug ("W\u0041\u0052\u004e\u003a\u0020\u0043\u0061\u0070\u0048e\u0069\u0067\u0068\u0074\u0020\u006e\u006ft \u0061\u0076\u0061\u0069l\u0061\u0062\u006c\u0065\u0020\u002d\u0020\u0073\u0065tt\u0069\u006eg\u0020\u0074\u006f\u0020\u0031\u0030\u0030\u0030"); +_acd =1000;};_efb :=_acd /1000.0*_fgc ;_gbe :=0.0;{_cbg :=float64 (_ddba )*_bca ;if _aae &&_gbe +_cbg > _bdf {_fgc =0.95*(_bdf -_gbe )/float64 (_ddba );_bca =_fgc ;if _gad &&_ddba > 1{_bca =_aaf *_fgc ;};_efb =_acd /1000.0*_fgc ;_cbg =float64 (_ddba )*_bca ; +};if _bdf > _cbg {if _gad {if _bcf .MultilineVAlignMiddle {_eae :=(_bdf -(_cbg +_efb ))/2.0;_fge :=_eae +_cbg +_efb -_bca ;_gbe =_fge ;if _ddba > 1{_gbe =_gbe +(_cbg /_fgc *float64 (_ddba ))-_bca -_efb ;};if _gbe < _cbg {_gbe =(_bdf -_efb )/2.0;};}else {_gbe =_bdf -_bca ; +if _gbe > _fgc {_dcaf :=0.0;if _gad &&_bcf .MultilineLineHeight > 1&&_ddba > 1{_dcaf =_bcf .MultilineLineHeight -1;};_gbe -=_fgc *(0.5-_dcaf );};};}else {_gbe =(_bdf -_efb )/2.0;};};};if _bcf .TextColor !=nil {_adb :=_bcf .TextColor ;_fece ,_bedg :=_adb .(*_ge .PdfColorDeviceRGB ); +if !_bedg {_fece =_ge .NewPdfColorDeviceRGB (0,0,0);};_dcd .Add_rg (_fece .R (),_fece .G (),_fece .B ());}else {for _ ,_daeg :=range *_abbc {if _daeg .Operand =="\u0072\u0067"||_daeg .Operand =="\u0067"{_dcd .AddOperand (*_daeg );};};};_dcd .Add_Tf (*_fde ,_fgc ); +_dcd .Add_Td (_efg ,_gbe );_af :=_efg ;_ebf :=_efg ;for _fagb ,_cgg :=range _aca {_deag :=0.0;for _ ,_eeg :=range _dea [_fagb ]{_ccf ,_cdb :=_ada .GetRuneMetrics (_eeg );if !_cdb {continue ;};_deag +=_ccf .Wx ;};_fdfc :=_deag /1000.0*_fgc ;_eaf :=_agcd -_fdfc ; +var _ceb float64 ;switch _dfe {case _fgg :_ceb =_af ;case _gaf :_ceb =_eaf /2;case _db :_ceb =_eaf ;};_efg =_ceb -_ebf ;if _efg > 0.0{_dcd .Add_Td (_efg ,0);};_ebf =_ceb ;_dcd .Add_Tj (*_dd .MakeString (_cgg ));if _fagb < len (_aca )-1{_dcd .Add_Td (0,-_fgc *_aaf ); +};};_dcd .Add_ET ();_dcd .Add_Q ();_dcd .Add_EMC ();_ecc .SetContentStream (_dcd .Bytes (),_aadc ());};_ecc .Resources =_gba ;_aab :=_dd .MakeDict ();_aab .Set ("\u004e",_ecc .ToPdfObject ());return _aab ,nil ;}; -// LabelColor specifies the button label color. -LabelColor _ge .PdfColor ; +// WrapContentStream ensures that the entire content stream for a `page` is wrapped within q ... Q operands. +// Ensures that following operands that are added are not affected by additional operands that are added. +// Implements interface model.ContentStreamWrapper. +func (_ede FieldAppearance )WrapContentStream (page *_ge .PdfPage )error {_gac ,_gbae :=page .GetAllContentStreams ();if _gbae !=nil {return _gbae ;};_cgcg :=_g .NewContentStreamParser (_gac );_eege ,_gbae :=_cgcg .Parse ();if _gbae !=nil {return _gbae ; +};_eege .WrapIfNeeded ();_bdcc :=[]string {_eege .String ()};return page .SetContentStreams (_bdcc ,_aadc ());}; -// Font specifies a font used for rendering the button label. -// When omitted it will fallback to use a Helvetica font. -Font *_ge .PdfFont ; +// NewSignatureField returns a new signature field with a visible appearance +// containing the specified signature lines and styled according to the +// specified options. +func NewSignatureField (signature *_ge .PdfSignature ,lines []*SignatureLine ,opts *SignatureFieldOpts )(*_ge .PdfFieldSignature ,error ){if signature ==nil {return nil ,_ec .New ("\u0073\u0069\u0067na\u0074\u0075\u0072\u0065\u0020\u0063\u0061\u006e\u006e\u006f\u0074\u0020\u0062\u0065\u0020\u006e\u0069\u006c"); +};_fabg ,_gbfe :=_aaee (lines ,opts );if _gbfe !=nil {return nil ,_gbfe ;};_daba :=_ge .NewPdfFieldSignature (signature );_daba .Rect =_dd .MakeArrayFromFloats (opts .Rect );_daba .AP =_fabg ;return _daba ,nil ;}; -// FontSize specifies the font size used in rendering the button label. -// The default font size is 12pt. -FontSize *float64 ; +// LineAnnotationDef defines a line between point 1 (X1,Y1) and point 2 (X2,Y2). The line ending styles can be none +// (regular line), or arrows at either end. The line also has a specified width, color and opacity. +type LineAnnotationDef struct{X1 float64 ;Y1 float64 ;X2 float64 ;Y2 float64 ;LineColor *_ge .PdfColorDeviceRGB ;Opacity float64 ;LineWidth float64 ;LineEndingStyle1 _c .LineEndingStyle ;LineEndingStyle2 _c .LineEndingStyle ;};func _aeg (_adga *_ge .PdfAnnotationWidget ,_aff *_ge .PdfFieldButton ,_cfd *_ge .PdfPageResources ,_bbfg AppearanceStyle )(*_dd .PdfObjectDictionary ,error ){_edg ,_fdcg :=_dd .GetArray (_adga .Rect ); +if !_fdcg {return nil ,_ec .New ("\u0069\u006e\u0076a\u006c\u0069\u0064\u0020\u0052\u0065\u0063\u0074");};_ggg ,_bbg :=_ge .NewPdfRectangle (*_edg );if _bbg !=nil {return nil ,_bbg ;};_geg ,_ffef :=_ggg .Width (),_ggg .Height ();_gec ,_aaa :=_geg ,_ffef ; +_f .Log .Debug ("\u0043\u0068\u0065\u0063kb\u006f\u0078\u002c\u0020\u0077\u0061\u0020\u0042\u0053\u003a\u0020\u0025\u0076",_adga .BS );_cdd ,_bbg :=_ge .NewStandard14Font ("\u005a\u0061\u0070f\u0044\u0069\u006e\u0067\u0062\u0061\u0074\u0073");if _bbg !=nil {return nil ,_bbg ; +};_egbf ,_beg :=_dd .GetDict (_adga .MK );if _beg {_gbgf ,_ :=_dd .GetDict (_adga .BS );_bccg :=_bbfg .applyAppearanceCharacteristics (_egbf ,_gbgf ,_cdd );if _bccg !=nil {return nil ,_bccg ;};};_ebb :=_ge .NewXObjectForm ();{_gbd :=_g .NewContentCreator (); +if _bbfg .BorderSize > 0{_acf (_gbd ,_bbfg ,_geg ,_ffef );};if _bbfg .DrawAlignmentReticle {_dfef :=_bbfg ;_dfef .BorderSize =0.2;_fbff (_gbd ,_dfef ,_geg ,_ffef );};_geg ,_ffef =_bbfg .applyRotation (_egbf ,_geg ,_ffef ,_gbd );_aeb :=_bbfg .AutoFontSizeFraction *_ffef ; +_cfg ,_dbdb :=_cdd .GetRuneMetrics (_bbfg .CheckmarkRune );if !_dbdb {return nil ,_ec .New ("\u0067l\u0079p\u0068\u0020\u006e\u006f\u0074\u0020\u0066\u006f\u0075\u006e\u0064");};_fbe :=_cdd .Encoder ();_gef :=_fbe .Encode (string (_bbfg .CheckmarkRune )); +_eba :=_cfg .Wx *_aeb /1000.0;_dce :=705.0;_bdec :=_dce /1000.0*_aeb ;_fdee :=_daag ;if _bbfg .MarginLeft !=nil {_fdee =*_bbfg .MarginLeft ;};_gecf :=1.0;if _eba < _geg {_fdee =(_geg -_eba )/2.0;};if _bdec < _ffef {_gecf =(_ffef -_bdec )/2.0;};_gbd .Add_q ().Add_g (0).Add_BT ().Add_Tf ("\u005a\u0061\u0044\u0062",_aeb ).Add_Td (_fdee ,_gecf ).Add_Tj (*_dd .MakeStringFromBytes (_gef )).Add_ET ().Add_Q (); +_ebb .Resources =_ge .NewPdfPageResources ();_ebb .Resources .SetFontByName ("\u005a\u0061\u0044\u0062",_cdd .ToPdfObject ());_ebb .BBox =_dd .MakeArrayFromFloats ([]float64 {0,0,_gec ,_aaa });_ebb .SetContentStream (_gbd .Bytes (),_aadc ());};_fbb :=_ge .NewXObjectForm (); +{_gae :=_g .NewContentCreator ();if _bbfg .BorderSize > 0{_acf (_gae ,_bbfg ,_geg ,_ffef );};_fbb .BBox =_dd .MakeArrayFromFloats ([]float64 {0,0,_gec ,_aaa });_fbb .SetContentStream (_gae .Bytes (),_aadc ());};_ebbg :=_dd .PdfObjectName ("\u0059\u0065\u0073"); +_aec ,_beg :=_dd .GetDict (_adga .PdfAnnotation .AP );if _beg &&_aec !=nil {_cag :=_dd .TraceToDirectObject (_aec .Get ("\u004e"));switch _ged :=_cag .(type ){case *_dd .PdfObjectDictionary :_ffc :=_ged .Keys ();for _ ,_efa :=range _ffc {if _efa !="\u004f\u0066\u0066"{_ebbg =_efa ; +};};};};_gfda :=_dd .MakeDict ();_gfda .Set ("\u004f\u0066\u0066",_fbb .ToPdfObject ());_gfda .Set (_ebbg ,_ebb .ToPdfObject ());_adbb :=_dd .MakeDict ();_adbb .Set ("\u004e",_gfda );return _adbb ,nil ;}; -// Fields specifies list of fields that could be resetted. -// This list may contain indirect object to fields or field names. -Fields *_cac .PdfObjectArray ; +// RectangleAnnotationDef is a rectangle defined with a specified Width and Height and a lower left corner at (X,Y). +// The rectangle can optionally have a border and a filling color. +// The Width/Height includes the border (if any specified). +type RectangleAnnotationDef struct{X float64 ;Y float64 ;Width float64 ;Height float64 ;FillEnabled bool ;FillColor *_ge .PdfColorDeviceRGB ;BorderEnabled bool ;BorderWidth float64 ;BorderColor *_ge .PdfColorDeviceRGB ;Opacity float64 ;}; -// IsExclusionList specifies that the fields in the `Fields` array would be excluded form reset process. -IsExclusionList bool ;}; +// SetStyle applies appearance `style` to `fa`. +func (_febc *ImageFieldAppearance )SetStyle (style AppearanceStyle ){_febc ._fcdd =&style }; // CreateCircleAnnotation creates a circle/ellipse annotation object with appearance stream that can be added to // page PDF annotations. -func CreateCircleAnnotation (circDef CircleAnnotationDef )(*_ge .PdfAnnotation ,error ){_be :=_ge .NewPdfAnnotationCircle ();if circDef .BorderEnabled {_bb ,_bd ,_gf :=circDef .BorderColor .R (),circDef .BorderColor .G (),circDef .BorderColor .B ();_be .C =_cac .MakeArrayFromFloats ([]float64 {_bb ,_bd ,_gf }); -_af :=_ge .NewBorderStyle ();_af .SetBorderWidth (circDef .BorderWidth );_be .BS =_af .ToPdfObject ();};if circDef .FillEnabled {_d ,_ag ,_fe :=circDef .FillColor .R (),circDef .FillColor .G (),circDef .FillColor .B ();_be .IC =_cac .MakeArrayFromFloats ([]float64 {_d ,_ag ,_fe }); -}else {_be .IC =_cac .MakeArrayFromIntegers ([]int {});};if circDef .Opacity < 1.0{_be .CA =_cac .MakeFloat (circDef .Opacity );};_e ,_afe ,_bf :=_gc (circDef );if _bf !=nil {return nil ,_bf ;};_be .AP =_e ;_be .Rect =_cac .MakeArrayFromFloats ([]float64 {_afe .Llx ,_afe .Lly ,_afe .Urx ,_afe .Ury }); -return _be .PdfAnnotation ,nil ;}; +func CreateCircleAnnotation (circDef CircleAnnotationDef )(*_ge .PdfAnnotation ,error ){_cb :=_ge .NewPdfAnnotationCircle ();if circDef .BorderEnabled {_fb ,_ag ,_cg :=circDef .BorderColor .R (),circDef .BorderColor .G (),circDef .BorderColor .B ();_cb .C =_dd .MakeArrayFromFloats ([]float64 {_fb ,_ag ,_cg }); +_bg :=_ge .NewBorderStyle ();_bg .SetBorderWidth (circDef .BorderWidth );_cb .BS =_bg .ToPdfObject ();};if circDef .FillEnabled {_ed ,_ddd ,_df :=circDef .FillColor .R (),circDef .FillColor .G (),circDef .FillColor .B ();_cb .IC =_dd .MakeArrayFromFloats ([]float64 {_ed ,_ddd ,_df }); +}else {_cb .IC =_dd .MakeArrayFromIntegers ([]int {});};if circDef .Opacity < 1.0{_cb .CA =_dd .MakeFloat (circDef .Opacity );};_bd ,_bce ,_gc :=_be (circDef );if _gc !=nil {return nil ,_gc ;};_cb .AP =_bd ;_cb .Rect =_dd .MakeArrayFromFloats ([]float64 {_bce .Llx ,_bce .Lly ,_bce .Urx ,_bce .Ury }); +return _cb .PdfAnnotation ,nil ;}; -// NewFormSubmitButtonField would create a submit button in specified page according to the parameter in `FormSubmitActionOptions`. -func NewFormSubmitButtonField (page *_ge .PdfPage ,opt FormSubmitActionOptions )(*_ge .PdfFieldButton ,error ){_bcd :=int64 (_ageb );if opt .IsExclusionList {_bcd |=_gdge ;};if opt .IncludeEmptyFields {_bcd |=_aefdg ;};if opt .SubmitAsPDF {_bcd |=_gagg ; -};_aec :=_ge .NewPdfActionSubmitForm ();_aec .Flags =_cac .MakeInteger (_bcd );_aec .F =_ge .NewPdfFilespec ();if opt .Fields !=nil {_aec .Fields =opt .Fields ;};_aec .F .F =_cac .MakeString (opt .Url );_aec .F .FS =_cac .MakeName ("\u0055\u0052\u004c"); -_eccc ,_bddc :=_eaae (page ,opt .Rectangle ,"\u0062t\u006e\u0053\u0075\u0062\u006d\u0069t",opt .Label ,opt .LabelColor ,opt .Font ,opt .FontSize ,_aec .ToPdfObject ());if _bddc !=nil {return nil ,_bddc ;};return _eccc ,nil ;}; - -// Style returns the appearance style of `fa`. If not specified, returns default style. -func (_aggf ImageFieldAppearance )Style ()AppearanceStyle {if _aggf ._decd !=nil {return *_aggf ._decd ;};return AppearanceStyle {BorderSize :0.0,BorderColor :_ge .NewPdfColorDeviceGray (0),FillColor :_ge .NewPdfColorDeviceGray (1),DrawAlignmentReticle :false }; -}; - -// RectangleAnnotationDef is a rectangle defined with a specified Width and Height and a lower left corner at (X,Y). -// The rectangle can optionally have a border and a filling color. -// The Width/Height includes the border (if any specified). -type RectangleAnnotationDef struct{X float64 ;Y float64 ;Width float64 ;Height float64 ;FillEnabled bool ;FillColor *_ge .PdfColorDeviceRGB ;BorderEnabled bool ;BorderWidth float64 ;BorderColor *_ge .PdfColorDeviceRGB ;Opacity float64 ;}; +// AppearanceStyle defines style parameters for appearance stream generation. +type AppearanceStyle struct{ -// CheckboxFieldOptions defines optional parameters for a checkbox field a form. -type CheckboxFieldOptions struct{Checked bool ;};func _abb (_fcba *_fb .ContentCreator ,_feg AppearanceStyle ,_efag ,_dgd float64 ){_fcba .Add_q ().Add_re (0,0,_efag ,_dgd ).Add_w (_feg .BorderSize ).SetStrokingColor (_feg .BorderColor ).SetNonStrokingColor (_feg .FillColor ).Add_B ().Add_Q (); -};func _bfad (_cgc *_ge .PdfAnnotationWidget ,_aeac *_ge .PdfFieldButton ,_afg *_ge .PdfPageResources ,_edfd AppearanceStyle )(*_cac .PdfObjectDictionary ,error ){_dbde ,_fgb :=_cac .GetArray (_cgc .Rect );if !_fgb {return nil ,_aeg .New ("\u0069\u006e\u0076a\u006c\u0069\u0064\u0020\u0052\u0065\u0063\u0074"); -};_egfb ,_dea :=_ge .NewPdfRectangle (*_dbde );if _dea !=nil {return nil ,_dea ;};_bee ,_ecg :=_egfb .Width (),_egfb .Height ();_gfg ,_ceg :=_bee ,_ecg ;_g .Log .Debug ("\u0043\u0068\u0065\u0063kb\u006f\u0078\u002c\u0020\u0077\u0061\u0020\u0042\u0053\u003a\u0020\u0025\u0076",_cgc .BS ); -_eca ,_dea :=_ge .NewStandard14Font ("\u005a\u0061\u0070f\u0044\u0069\u006e\u0067\u0062\u0061\u0074\u0073");if _dea !=nil {return nil ,_dea ;};_gbd ,_baf :=_cac .GetDict (_cgc .MK );if _baf {_bde ,_ :=_cac .GetDict (_cgc .BS );_gee :=_edfd .applyAppearanceCharacteristics (_gbd ,_bde ,_eca ); -if _gee !=nil {return nil ,_gee ;};};_aca :=_ge .NewXObjectForm ();{_daa :=_fb .NewContentCreator ();if _edfd .BorderSize > 0{_abb (_daa ,_edfd ,_bee ,_ecg );};if _edfd .DrawAlignmentReticle {_gfd :=_edfd ;_gfd .BorderSize =0.2;_bgg (_daa ,_gfd ,_bee ,_ecg ); -};_bee ,_ecg =_edfd .applyRotation (_gbd ,_bee ,_ecg ,_daa );_bae :=_edfd .AutoFontSizeFraction *_ecg ;_gdbe ,_dcdd :=_eca .GetRuneMetrics (_edfd .CheckmarkRune );if !_dcdd {return nil ,_aeg .New ("\u0067l\u0079p\u0068\u0020\u006e\u006f\u0074\u0020\u0066\u006f\u0075\u006e\u0064"); -};_edc :=_eca .Encoder ();_dgc :=_edc .Encode (string (_edfd .CheckmarkRune ));_fbe :=_gdbe .Wx *_bae /1000.0;_acce :=705.0;_fgga :=_acce /1000.0*_bae ;_ddbc :=_gec ;if _edfd .MarginLeft !=nil {_ddbc =*_edfd .MarginLeft ;};_cag :=1.0;if _fbe < _bee {_ddbc =(_bee -_fbe )/2.0; -};if _fgga < _ecg {_cag =(_ecg -_fgga )/2.0;};_daa .Add_q ().Add_g (0).Add_BT ().Add_Tf ("\u005a\u0061\u0044\u0062",_bae ).Add_Td (_ddbc ,_cag ).Add_Tj (*_cac .MakeStringFromBytes (_dgc )).Add_ET ().Add_Q ();_aca .Resources =_ge .NewPdfPageResources (); -_aca .Resources .SetFontByName ("\u005a\u0061\u0044\u0062",_eca .ToPdfObject ());_aca .BBox =_cac .MakeArrayFromFloats ([]float64 {0,0,_gfg ,_ceg });_aca .SetContentStream (_daa .Bytes (),_daf ());};_dgge :=_ge .NewXObjectForm ();{_dbb :=_fb .NewContentCreator (); -if _edfd .BorderSize > 0{_abb (_dbb ,_edfd ,_bee ,_ecg );};_dgge .BBox =_cac .MakeArrayFromFloats ([]float64 {0,0,_gfg ,_ceg });_dgge .SetContentStream (_dbb .Bytes (),_daf ());};_fggb :=_cac .PdfObjectName ("\u0059\u0065\u0073");_fdgb ,_baf :=_cac .GetDict (_cgc .PdfAnnotation .AP ); -if _baf &&_fdgb !=nil {_gdba :=_cac .TraceToDirectObject (_fdgb .Get ("\u004e"));switch _dfce :=_gdba .(type ){case *_cac .PdfObjectDictionary :_bbd :=_dfce .Keys ();for _ ,_bbb :=range _bbd {if _bbb !="\u004f\u0066\u0066"{_fggb =_bbb ;};};};};_afcc :=_cac .MakeDict (); -_afcc .Set ("\u004f\u0066\u0066",_dgge .ToPdfObject ());_afcc .Set (_fggb ,_aca .ToPdfObject ());_gab :=_cac .MakeDict ();_gab .Set ("\u004e",_afcc );return _gab ,nil ;};const (_ba quadding =0;_adf quadding =1;_cec quadding =2;_gec float64 =2.0;);func _fbaa (_gbed []_ce .Point )(_cdcf []_ce .Point ,_gffe []_ce .Point ,_adeg error ){_aegf :=len (_gbed )-1; -if len (_gbed )< 1{return nil ,nil ,_aeg .New ("\u0041\u0074\u0020\u006c\u0065\u0061\u0073\u0074\u0020\u0074\u0077\u006f\u0020\u0070\u006f\u0069\u006e\u0074s \u0072e\u0071\u0075\u0069\u0072\u0065\u0064\u0020\u0074\u006f\u0020\u0063\u0061l\u0063\u0075\u006c\u0061\u0074\u0065\u0020\u0063\u0075\u0072\u0076\u0065\u0020\u0063\u006f\u006e\u0074r\u006f\u006c\u0020\u0070\u006f\u0069\u006e\u0074\u0073"); -};if _aegf ==1{_aba :=_ce .Point {X :(2*_gbed [0].X +_gbed [1].X )/3,Y :(2*_gbed [0].Y +_gbed [1].Y )/3};_cdcf =append (_cdcf ,_aba );_gffe =append (_gffe ,_ce .Point {X :2*_aba .X -_gbed [0].X ,Y :2*_aba .Y -_gbed [0].Y });return _cdcf ,_gffe ,nil ;}; -_cegf :=make ([]float64 ,_aegf );for _dbee :=1;_dbee < _aegf -1;_dbee ++{_cegf [_dbee ]=4*_gbed [_dbee ].X +2*_gbed [_dbee +1].X ;};_cegf [0]=_gbed [0].X +2*_gbed [1].X ;_cegf [_aegf -1]=(8*_gbed [_aegf -1].X +_gbed [_aegf ].X )/2.0;_cegfc :=_eea (_cegf ); -for _bfff :=1;_bfff < _aegf -1;_bfff ++{_cegf [_bfff ]=4*_gbed [_bfff ].Y +2*_gbed [_bfff +1].Y ;};_cegf [0]=_gbed [0].Y +2*_gbed [1].Y ;_cegf [_aegf -1]=(8*_gbed [_aegf -1].Y +_gbed [_aegf ].Y )/2.0;_aegc :=_eea (_cegf );_cdcf =make ([]_ce .Point ,_aegf ); -_gffe =make ([]_ce .Point ,_aegf );for _deee :=0;_deee < _aegf ;_deee ++{_cdcf [_deee ]=_ce .Point {X :_cegfc [_deee ],Y :_aegc [_deee ]};if _deee < _aegf -1{_gffe [_deee ]=_ce .Point {X :2*_gbed [_deee +1].X -_cegfc [_deee +1],Y :2*_gbed [_deee +1].Y -_aegc [_deee +1]}; -}else {_gffe [_deee ]=_ce .Point {X :(_gbed [_aegf ].X +_cegfc [_aegf -1])/2,Y :(_gbed [_aegf ].Y +_aegc [_aegf -1])/2};};};return _cdcf ,_gffe ,nil ;}; +// How much of Rect height to fill when autosizing text. +AutoFontSizeFraction float64 ; -// WrapContentStream ensures that the entire content stream for a `page` is wrapped within q ... Q operands. -// Ensures that following operands that are added are not affected by additional operands that are added. -// Implements interface model.ContentStreamWrapper. -func (_adcd ImageFieldAppearance )WrapContentStream (page *_ge .PdfPage )error {_ffgd ,_bfbeb :=page .GetAllContentStreams ();if _bfbeb !=nil {return _bfbeb ;};_dgag :=_fb .NewContentStreamParser (_ffgd );_eaca ,_bfbeb :=_dgag .Parse ();if _bfbeb !=nil {return _bfbeb ; -};_eaca .WrapIfNeeded ();_gegb :=[]string {_eaca .String ()};return page .SetContentStreams (_gegb ,_daf ());}; +// CheckmarkRune is a rune used for check mark in checkboxes (for ZapfDingbats font). +CheckmarkRune rune ;BorderSize float64 ;BorderColor _ge .PdfColor ;FillColor _ge .PdfColor ; -// NewSignatureField returns a new signature field with a visible appearance -// containing the specified signature lines and styled according to the -// specified options. -func NewSignatureField (signature *_ge .PdfSignature ,lines []*SignatureLine ,opts *SignatureFieldOpts )(*_ge .PdfFieldSignature ,error ){if signature ==nil {return nil ,_aeg .New ("\u0073\u0069\u0067na\u0074\u0075\u0072\u0065\u0020\u0063\u0061\u006e\u006e\u006f\u0074\u0020\u0062\u0065\u0020\u006e\u0069\u006c"); -};_cbgaa ,_gbdd :=_gcea (lines ,opts );if _gbdd !=nil {return nil ,_gbdd ;};_dafg :=_ge .NewPdfFieldSignature (signature );_dafg .Rect =_cac .MakeArrayFromFloats (opts .Rect );_dafg .AP =_cbgaa ;return _dafg ,nil ;};func _fde (_cebd *_ge .PdfField )string {if _cebd ==nil {return ""; -};_cad ,_geb :=_cebd .GetContext ().(*_ge .PdfFieldText );if !_geb {return _fde (_cebd .Parent );};if _cad .DA !=nil {return _cad .DA .Str ();};return _fde (_cad .Parent );};func _dbe (_gbe [][]_ce .CubicBezierCurve ,_afab *_ge .PdfColorDeviceRGB ,_feaa float64 )([]byte ,*_ge .PdfRectangle ,error ){_eabf :=_fb .NewContentCreator (); -_eabf .Add_q ().SetStrokingColor (_afab ).Add_w (_feaa );_gdf :=_ce .NewCubicBezierPath ();for _ ,_gdbf :=range _gbe {_gdf .Curves =append (_gdf .Curves ,_gdbf ...);for _fdfg ,_edgde :=range _gdbf {if _fdfg ==0{_eabf .Add_m (_edgde .P0 .X ,_edgde .P0 .Y ); -}else {_eabf .Add_l (_edgde .P0 .X ,_edgde .P0 .Y );};_eabf .Add_c (_edgde .P1 .X ,_edgde .P1 .Y ,_edgde .P2 .X ,_edgde .P2 .Y ,_edgde .P3 .X ,_edgde .P3 .Y );};};_eabf .Add_S ().Add_Q ();return _eabf .Bytes (),_gdf .GetBoundingBox ().ToPdfRectangle (),nil ; -}; +// Multiplier for lineheight for multi line text. +MultilineLineHeight float64 ;MultilineVAlignMiddle bool ; -// NewComboboxField generates a new combobox form field with partial name `name` at location `rect` -// on specified `page` and with field specific options `opt`. -func NewComboboxField (page *_ge .PdfPage ,name string ,rect []float64 ,opt ComboboxFieldOptions )(*_ge .PdfFieldChoice ,error ){if page ==nil {return nil ,_aeg .New ("\u0070a\u0067e\u0020\u006e\u006f\u0074\u0020s\u0070\u0065c\u0069\u0066\u0069\u0065\u0064"); -};if len (name )<=0{return nil ,_aeg .New ("\u0072\u0065\u0071\u0075\u0069\u0072\u0065\u0064\u0020\u0061\u0074\u0074\u0072\u0069\u0062u\u0074e\u0020\u006e\u006f\u0074\u0020\u0073\u0070\u0065\u0063\u0069\u0066\u0069\u0065\u0064");};if len (rect )!=4{return nil ,_aeg .New ("\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0072\u0061\u006e\u0067\u0065"); -};_caca :=_ge .NewPdfField ();_cbd :=&_ge .PdfFieldChoice {};_caca .SetContext (_cbd );_cbd .PdfField =_caca ;_cbd .T =_cac .MakeString (name );_cbd .Opt =_cac .MakeArray ();for _ ,_fbdg :=range opt .Choices {_cbd .Opt .Append (_cac .MakeString (_fbdg )); -};_cbd .SetFlag (_ge .FieldFlagCombo );_cfgfa :=_ge .NewPdfAnnotationWidget ();_cfgfa .Rect =_cac .MakeArrayFromFloats (rect );_cfgfa .P =page .ToPdfObject ();_cfgfa .F =_cac .MakeInteger (4);_cfgfa .Parent =_cbd .ToPdfObject ();_cbd .Annotations =append (_cbd .Annotations ,_cfgfa ); -return _cbd ,nil ;};func (_cd *AppearanceFont )fillName (){if _cd .Font ==nil ||_cd .Name !=""{return ;};_bba :=_cd .Font .FontDescriptor ();if _bba ==nil ||_bba .FontName ==nil {return ;};_cd .Name =_bba .FontName .String ();}; +// Visual guide checking alignment of field contents (debugging). +DrawAlignmentReticle bool ; -// SetStyle applies appearance `style` to `fa`. -func (_dfc *FieldAppearance )SetStyle (style AppearanceStyle ){_dfc ._de =&style }; +// Allow field MK appearance characteristics to override style settings. +AllowMK bool ; -// LineAnnotationDef defines a line between point 1 (X1,Y1) and point 2 (X2,Y2). The line ending styles can be none -// (regular line), or arrows at either end. The line also has a specified width, color and opacity. -type LineAnnotationDef struct{X1 float64 ;Y1 float64 ;X2 float64 ;Y2 float64 ;LineColor *_ge .PdfColorDeviceRGB ;Opacity float64 ;LineWidth float64 ;LineEndingStyle1 _ce .LineEndingStyle ;LineEndingStyle2 _ce .LineEndingStyle ;}; +// Fonts holds appearance styles for fonts. +Fonts *AppearanceFontStyle ; -// SignatureLine represents a line of information in the signature field appearance. -type SignatureLine struct{Desc string ;Text string ;};func (_beee *AppearanceStyle )applyAppearanceCharacteristics (_befd *_cac .PdfObjectDictionary ,_aee *_cac .PdfObjectDictionary ,_bfg *_ge .PdfFont )error {if !_beee .AllowMK {return nil ;};if CA ,_egc :=_cac .GetString (_befd .Get ("\u0043\u0041")); -_egc &&_bfg !=nil {_adg :=CA .Bytes ();if len (_adg )!=0{_cfb :=[]rune (_bfg .Encoder ().Decode (_adg ));if len (_cfb )==1{_beee .CheckmarkRune =_cfb [0];};};};if BC ,_fbbg :=_cac .GetArray (_befd .Get ("\u0042\u0043"));_fbbg {_afa ,_aebd :=BC .ToFloat64Array (); -if _aebd !=nil {return _aebd ;};switch len (_afa ){case 1:_beee .BorderColor =_ge .NewPdfColorDeviceGray (_afa [0]);case 3:_beee .BorderColor =_ge .NewPdfColorDeviceRGB (_afa [0],_afa [1],_afa [2]);case 4:_beee .BorderColor =_ge .NewPdfColorDeviceCMYK (_afa [0],_afa [1],_afa [2],_afa [3]); -default:_g .Log .Debug ("\u0045\u0052\u0052\u004f\u0052:\u0020\u0042\u0043\u0020\u002d\u0020\u0049\u006e\u0076\u0061\u006c\u0069\u0064 \u006e\u0075\u006d\u0062\u0065\u0072\u0020\u006f\u0066\u0020\u0063\u006f\u006c\u006f\u0072\u0020\u0063\u006f\u006d\u0070\u006f\u006e\u0065\u006e\u0074\u0073\u0020\u0028\u0025\u0064)",len (_afa )); -};if _aee !=nil {if _bbbe ,_cedc :=_cac .GetNumberAsFloat (_aee .Get ("\u0057"));_cedc ==nil {_beee .BorderSize =_bbbe ;};};};if BG ,_aaae :=_cac .GetArray (_befd .Get ("\u0042\u0047"));_aaae {_ecfa ,_cba :=BG .ToFloat64Array ();if _cba !=nil {return _cba ; -};switch len (_ecfa ){case 1:_beee .FillColor =_ge .NewPdfColorDeviceGray (_ecfa [0]);case 3:_beee .FillColor =_ge .NewPdfColorDeviceRGB (_ecfa [0],_ecfa [1],_ecfa [2]);case 4:_beee .FillColor =_ge .NewPdfColorDeviceCMYK (_ecfa [0],_ecfa [1],_ecfa [2],_ecfa [3]); -default:_g .Log .Debug ("\u0045\u0052\u0052\u004f\u0052:\u0020\u0042\u0047\u0020\u002d\u0020\u0049\u006e\u0076\u0061\u006c\u0069\u0064 \u006e\u0075\u006d\u0062\u0065\u0072\u0020\u006f\u0066\u0020\u0063\u006f\u006c\u006f\u0072\u0020\u0063\u006f\u006d\u0070\u006f\u006e\u0065\u006e\u0074\u0073\u0020\u0028\u0025\u0064)",len (_ecfa )); -};};return nil ;};func _gbdb (_geca _cac .PdfObject ,_cff *_ge .PdfPageResources )(*_cac .PdfObjectName ,float64 ,bool ){var (_fbc *_cac .PdfObjectName ;_dcae float64 ;_agce bool ;);if _degg ,_eacb :=_cac .GetDict (_geca );_eacb &&_degg !=nil {_eeda :=_cac .TraceToDirectObject (_degg .Get ("\u004e")); -switch _fafb :=_eeda .(type ){case *_cac .PdfObjectStream :_ecc ,_gccd :=_cac .DecodeStream (_fafb );if _gccd !=nil {_g .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u0020\u0075\u006e\u0061\u0062\u006c\u0065\u0020\u0064\u0065\u0063\u006f\u0064\u0065\u0020\u0063\u006f\u006e\u0074e\u006e\u0074\u0020\u0073\u0074r\u0065\u0061m\u003a\u0020\u0025\u0076",_gccd .Error ()); -return nil ,0,false ;};_fddc ,_gccd :=_fb .NewContentStreamParser (string (_ecc )).Parse ();if _gccd !=nil {_g .Log .Debug ("\u0045\u0052R\u004f\u0052\u0020\u0075n\u0061\u0062l\u0065\u0020\u0070\u0061\u0072\u0073\u0065\u0020c\u006f\u006e\u0074\u0065\u006e\u0074\u0020\u0073\u0074\u0072\u0065\u0061m\u003a\u0020\u0025\u0076",_gccd .Error ()); -return nil ,0,false ;};_afgf :=_fb .NewContentStreamProcessor (*_fddc );_afgf .AddHandler (_fb .HandlerConditionEnumOperand ,"\u0054\u0066",func (_cef *_fb .ContentStreamOperation ,_dgfc _fb .GraphicsState ,_agef *_ge .PdfPageResources )error {if len (_cef .Params )==2{if _afega ,_gdab :=_cac .GetName (_cef .Params [0]); -_gdab {_fbc =_afega ;};if _aeag ,_cdf :=_cac .GetNumberAsFloat (_cef .Params [1]);_cdf ==nil {_dcae =_aeag ;};_agce =true ;return _fb .ErrEarlyExit ;};return nil ;});_afgf .Process (_cff );return _fbc ,_dcae ,_agce ;};};return nil ,0,false ;};func _fbb (_gca CircleAnnotationDef ,_ad string )([]byte ,*_ge .PdfRectangle ,*_ge .PdfRectangle ,error ){_ec :=_ce .Circle {X :_gca .X ,Y :_gca .Y ,Width :_gca .Width ,Height :_gca .Height ,FillEnabled :_gca .FillEnabled ,FillColor :_gca .FillColor ,BorderEnabled :_gca .BorderEnabled ,BorderWidth :_gca .BorderWidth ,BorderColor :_gca .BorderColor ,Opacity :_gca .Opacity }; -_caf ,_fc ,_dfa :=_ec .Draw (_ad );if _dfa !=nil {return nil ,nil ,nil ,_dfa ;};_bc :=&_ge .PdfRectangle {};_bc .Llx =_gca .X +_fc .Llx ;_bc .Lly =_gca .Y +_fc .Lly ;_bc .Urx =_gca .X +_fc .Urx ;_bc .Ury =_gca .Y +_fc .Ury ;return _caf ,_fc ,_bc ,nil ; -};func _cafc (_fgg *_ge .PdfAnnotationWidget ,_gff *_ge .PdfFieldText ,_bef *_ge .PdfPageResources ,_deg AppearanceStyle )(*_cac .PdfObjectDictionary ,error ){_dde :=_ge .NewPdfPageResources ();_bfa ,_ggd :=_cac .GetArray (_fgg .Rect );if !_ggd {return nil ,_aeg .New ("\u0069\u006e\u0076a\u006c\u0069\u0064\u0020\u0052\u0065\u0063\u0074"); -};_adde ,_adc :=_ge .NewPdfRectangle (*_bfa );if _adc !=nil {return nil ,_adc ;};_gcab ,_fbge :=_adde .Width (),_adde .Height ();_acfd ,_eaa :=_gcab ,_fbge ;_efe ,_accc :=_cac .GetDict (_fgg .MK );if _accc {_ceb ,_ :=_cac .GetDict (_fgg .BS );_eag :=_deg .applyAppearanceCharacteristics (_efe ,_ceb ,nil ); -if _eag !=nil {return nil ,_eag ;};};_gda ,_accc :=_cac .GetIntVal (_gff .MaxLen );if !_accc {return nil ,_aeg .New ("\u006d\u0061\u0078\u006c\u0065\u006e\u0020\u006e\u006ft\u0020\u0073\u0065\u0074");};if _gda <=0{return nil ,_aeg .New ("\u006d\u0061\u0078\u004c\u0065\u006e\u0020\u0069\u006ev\u0061\u006c\u0069\u0064"); -};_ddef :=_gcab /float64 (_gda );_dda ,_adc :=_fb .NewContentStreamParser (_fde (_gff .PdfField )).Parse ();if _adc !=nil {return nil ,_adc ;};_gecg :=_fb .NewContentCreator ();if _deg .BorderSize > 0{_abb (_gecg ,_deg ,_gcab ,_fbge );};if _deg .DrawAlignmentReticle {_gfa :=_deg ; -_gfa .BorderSize =0.2;_bgg (_gecg ,_gfa ,_gcab ,_fbge );};_gecg .Add_BMC ("\u0054\u0078");_gecg .Add_q ();_ ,_fbge =_deg .applyRotation (_efe ,_gcab ,_fbge ,_gecg );_gecg .Add_BT ();_aea ,_egb ,_adc :=_deg .processDA (_gff .PdfField ,_dda ,_bef ,_dde ,_gecg ); -if _adc !=nil {return nil ,_adc ;};_dfg :=_aea .Font ;_cacc :=_cac .MakeName (_aea .Name );_afb :=_aea .Size ;_agc :=_afb ==0;if _agc &&_egb {_afb =_fbge *_deg .AutoFontSizeFraction ;};_efeb :=_dfg .Encoder ();if _efeb ==nil {_g .Log .Debug ("\u0057\u0041RN\u003a\u0020\u0066\u006f\u006e\u0074\u0020\u0065\u006e\u0063\u006f\u0064\u0065\u0072\u0020\u0069\u0073\u0020\u006e\u0069l\u002e\u0020\u0041\u0073s\u0075\u006d\u0069\u006eg \u0069\u0064e\u006et\u0069\u0074\u0079\u0020\u0065\u006ec\u006f\u0064\u0065r\u002e\u0020O\u0075\u0074\u0070\u0075\u0074\u0020\u006d\u0061\u0079\u0020\u0062\u0065\u0020\u0069n\u0063\u006f\u0072\u0072\u0065\u0063\u0074\u002e"); -_efeb =_ac .NewIdentityTextEncoder ("\u0049\u0064\u0065\u006e\u0074\u0069\u0074\u0079\u002d\u0048");};var _bca string ;if _ada ,_bad :=_cac .GetString (_gff .V );_bad {_bca =_ada .Decoded ();};_gecg .Add_Tf (*_cacc ,_afb );var _fcb float64 ;for _ ,_cdb :=range _bca {_eege ,_dfdg :=_dfg .GetRuneMetrics (_cdb ); -if !_dfdg {_g .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a \u0052\u0075\u006e\u0065\u0020\u006e\u006f\u0074\u0020\u0066\u006f\u0075\u006e\u0064\u0020\u0069\u006e\u0020\u0066\u006fn\u0074\u003a\u0020\u0025\u0076\u0020\u002d\u0020\u0073\u006b\u0069\u0070\u0070\u0069n\u0067 \u006f\u0076\u0065\u0072",_cdb ); -continue ;};_ebb :=_eege .Wy ;if int (_ebb )<=0{_ebb =_eege .Wx ;};if _ebb > _fcb {_fcb =_ebb ;};};if int (_fcb )==0{_g .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0055\u006e\u0061\u0062\u006c\u0065\u0020\u0074o\u0020\u0064\u0065\u0074\u0065\u0072\u006d\u0069\u006e\u0065\u0020\u006d\u0061x\u0020\u0067\u006c\u0079\u0070\u0068\u0020\u0073\u0069\u007a\u0065\u0020- \u0075\u0073\u0069\u006e\u0067\u0020\u0031\u0030\u0030\u0030"); -_fcb =1000;};_cfc ,_adc :=_dfg .GetFontDescriptor ();if _adc !=nil {_g .Log .Debug ("\u0045\u0072ro\u0072\u003a\u0020U\u006e\u0061\u0062\u006ce t\u006f g\u0065\u0074\u0020\u0066\u006f\u006e\u0074 d\u0065\u0073\u0063\u0072\u0069\u0070\u0074o\u0072");};var _gcff float64 ; -if _cfc !=nil {_gcff ,_adc =_cfc .GetCapHeight ();if _adc !=nil {_g .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0055\u006e\u0061\u0062\u006c\u0065 \u0074\u006f\u0020\u0067\u0065\u0074 \u0066\u006f\u006e\u0074\u0020\u0043\u0061\u0070\u0048\u0065\u0069\u0067\u0068t\u003a\u0020\u0025\u0076",_adc ); -};};if int (_gcff )<=0{_g .Log .Debug ("W\u0041\u0052\u004e\u003a\u0020\u0043\u0061\u0070\u0048e\u0069\u0067\u0068\u0074\u0020\u006e\u006ft \u0061\u0076\u0061\u0069l\u0061\u0062\u006c\u0065\u0020\u002d\u0020\u0073\u0065tt\u0069\u006eg\u0020\u0074\u006f\u0020\u0031\u0030\u0030\u0030"); -_gcff =1000.0;};_adae :=_gcff /1000.0*_afb ;_ddcc :=0.0;_cae :=1.0*_afb *(_fcb /1000.0);{_agbg :=_cae ;if _agc &&_ddcc +_agbg > _fbge {_afb =0.95*(_fbge -_ddcc );_adae =_gcff /1000.0*_afb ;};if _fbge > _adae {_ddcc =(_fbge -_adae )/2.0;};};_gecg .Add_Td (0,_ddcc ); -if _bdc ,_dadb :=_cac .GetIntVal (_gff .Q );_dadb {switch _bdc {case 2:if len (_bca )< _gda {_aeda :=float64 (_gda -len (_bca ))*_ddef ;_gecg .Add_Td (_aeda ,0);};};};for _dbg ,_gfc :=range _bca {_aaca :=_gec ;if _deg .MarginLeft !=nil {_aaca =*_deg .MarginLeft ; -};_ggb :=string (_gfc );if _efeb !=nil {_bcg ,_agd :=_dfg .GetRuneMetrics (_gfc );if !_agd {_g .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a \u0052\u0075\u006e\u0065\u0020\u006e\u006f\u0074\u0020\u0066\u006f\u0075\u006e\u0064\u0020\u0069\u006e\u0020\u0066\u006fn\u0074\u003a\u0020\u0025\u0076\u0020\u002d\u0020\u0073\u006b\u0069\u0070\u0070\u0069n\u0067 \u006f\u0076\u0065\u0072",_gfc ); -continue ;};_ggb =string (_efeb .Encode (_ggb ));_efd :=_afb *_bcg .Wx /1000.0;_edbb :=(_ddef -_efd )/2;_aaca =_edbb ;};_gecg .Add_Td (_aaca ,0);_gecg .Add_Tj (*_cac .MakeString (_ggb ));if _dbg !=len (_bca )-1{_gecg .Add_Td (_ddef -_aaca ,0);};};_gecg .Add_ET (); -_gecg .Add_Q ();_gecg .Add_EMC ();_ecf :=_ge .NewXObjectForm ();_ecf .Resources =_dde ;_ecf .BBox =_cac .MakeArrayFromFloats ([]float64 {0,0,_acfd ,_eaa });_ecf .SetContentStream (_gecg .Bytes (),_daf ());_gfbb :=_cac .MakeDict ();_gfbb .Set ("\u004e",_ecf .ToPdfObject ()); -return _gfbb ,nil ;}; +// MarginLeft represents the amount of space to leave on the left side of +// the form field bounding box when generating appearances (default: 2.0). +MarginLeft *float64 ;TextColor _ge .PdfColor ;}; -// ComboboxFieldOptions defines optional parameters for a combobox form field. -type ComboboxFieldOptions struct{ +// NewSignatureLine returns a new signature line displayed as a part of the +// signature field appearance. +func NewSignatureLine (desc ,text string )*SignatureLine {return &SignatureLine {Desc :desc ,Text :text };}; -// Choices is the list of string values that can be selected. -Choices []string ;}; +// InkAnnotationDef holds base information for constructing an ink annotation. +type InkAnnotationDef struct{ -// SignatureImagePosition specifies the image signature location relative to the text signature. -// If text signature is not defined, this position will be ignored. -type SignatureImagePosition int ;func _eea (_gegg []float64 )[]float64 {var (_beb =len (_gegg );_acee =make ([]float64 ,_beb );_eec =make ([]float64 ,_beb ););_fbda :=2.0;_acee [0]=_gegg [0]/_fbda ;for _abdd :=1;_abdd < _beb ;_abdd ++{_eec [_abdd ]=1/_fbda ; -if _abdd < _beb -1{_fbda =4.0;}else {_fbda =3.5;};_fbda -=_eec [_abdd ];_acee [_abdd ]=(_gegg [_abdd ]-_acee [_abdd -1])/_fbda ;};for _aeaf :=1;_aeaf < _beb ;_aeaf ++{_acee [_beb -_aeaf -1]-=_eec [_beb -_aeaf ]*_acee [_beb -_aeaf ];};return _acee ;};const (SignatureImageLeft SignatureImagePosition =iota ; -SignatureImageRight ;SignatureImageTop ;SignatureImageBottom ;);func _cdff (_face *_ge .PdfFieldButton ,_dac *_ge .PdfAnnotationWidget ,_ggg AppearanceStyle )(*_cac .PdfObjectDictionary ,error ){_gbgb ,_bafa :=_cac .GetArray (_dac .Rect );if !_bafa {return nil ,_aeg .New ("\u0069\u006e\u0076a\u006c\u0069\u0064\u0020\u0052\u0065\u0063\u0074"); -};_fbfe ,_fed :=_ge .NewPdfRectangle (*_gbgb );if _fed !=nil {return nil ,_fed ;};_ccg ,_aced :=_fbfe .Width (),_fbfe .Height ();_bgcd :=_fb .NewContentCreator ();if _ggg .BorderSize > 0{_abb (_bgcd ,_ggg ,_ccg ,_aced );};if _ggg .DrawAlignmentReticle {_ggde :=_ggg ; -_ggde .BorderSize =0.2;_bgg (_bgcd ,_ggde ,_ccg ,_aced );};_dega :=_face .GetFillImage ();_bcde ,_fed :=_dbgb (_ccg ,_aced ,_dega ,_ggg );if _fed !=nil {return nil ,_fed ;};_bfdf ,_gfafe :=_cac .GetDict (_dac .MK );if _gfafe {_bfdf .Set ("\u006c",_bcde .ToPdfObject ()); -};_fdfd :=_cac .MakeDict ();_fdfd .Set ("\u0046\u0052\u004d",_bcde .ToPdfObject ());_fcfd :=_ge .NewPdfPageResources ();_fcfd .ProcSet =_cac .MakeArray (_cac .MakeName ("\u0050\u0044\u0046"));_fcfd .XObject =_fdfd ;_bcged :=_ccg -2;_eagb :=_aced -2;_bgcd .Add_q (); -_bgcd .Add_re (1,1,_bcged ,_eagb );_bgcd .Add_W ();_bgcd .Add_n ();_bcged -=2;_eagb -=2;_bgcd .Add_q ();_bgcd .Add_re (2,2,_bcged ,_eagb );_bgcd .Add_W ();_bgcd .Add_n ();_bgde :=_fg .Min (_bcged /float64 (_dega .Width ),_eagb /float64 (_dega .Height )); -_bgcd .Add_cm (_bgde ,0,0,_bgde ,(_ccg /2)-(float64 (_dega .Width )*_bgde /2)+2,2);_bgcd .Add_Do ("\u0046\u0052\u004d");_bgcd .Add_Q ();_bgcd .Add_Q ();_fcgb :=_ge .NewXObjectForm ();_fcgb .FormType =_cac .MakeInteger (1);_fcgb .Resources =_fcfd ;_fcgb .BBox =_cac .MakeArrayFromFloats ([]float64 {0,0,_ccg ,_aced }); -_fcgb .Matrix =_cac .MakeArrayFromFloats ([]float64 {1.0,0.0,0.0,1.0,0.0,0.0});_fcgb .SetContentStream (_bgcd .Bytes (),_daf ());_bfbe :=_cac .MakeDict ();_bfbe .Set ("\u004e",_fcgb .ToPdfObject ());return _bfbe ,nil ;}; +// Paths is the array of stroked paths which compose the annotation. +Paths []_c .Path ; -// CreateFileAttachmentAnnotation creates a file attachment annotation object that can be added to the annotation list of a PDF page. -func CreateFileAttachmentAnnotation (fileDef FileAnnotationDef )(*_ge .PdfAnnotation ,error ){_caab :=_ge .NewPdfFileSpecFromEmbeddedFile (fileDef .EmbeddedFile );if fileDef .Color ==nil {fileDef .Color =_ge .NewPdfColorDeviceRGB (0.0,0.0,0.0);};if fileDef .Description ==""{fileDef .Description =fileDef .EmbeddedFile .Name ; -};if fileDef .CreationDate ==nil {_dfae :=_a .Now ();fileDef .CreationDate =&_dfae ;};if fileDef .IconName ==""{fileDef .IconName ="\u0050u\u0073\u0068\u0050\u0069\u006e";};_gdag ,_bfgf :=_ge .NewPdfDateFromTime (*fileDef .CreationDate );if _bfgf !=nil {return nil ,_bfgf ; -};_agcd :=_ge .NewPdfAnnotationFileAttachment ();_agcd .FS =_caab .ToPdfObject ();_agcd .C =_cac .MakeArrayFromFloats ([]float64 {fileDef .Color .R (),fileDef .Color .G (),fileDef .Color .B ()});_agcd .Contents =_cac .MakeString (fileDef .Description ); -_agcd .CreationDate =_gdag .ToPdfObject ();_agcd .M =_gdag .ToPdfObject ();_agcd .Name =_cac .MakeName (fileDef .IconName );_agcd .Rect =_cac .MakeArrayFromFloats ([]float64 {fileDef .X ,fileDef .Y ,fileDef .X +fileDef .Width ,fileDef .Y +fileDef .Height }); -_agcd .T =_cac .MakeString (fileDef .Author );_agcd .Subj =_cac .MakeString (fileDef .Subject );return _agcd .PdfAnnotation ,nil ;}; +// Color is the color of the line. Default to black. +Color *_ge .PdfColorDeviceRGB ; -// NewFormResetButtonField would create a reset button in specified page according to the parameter in `FormResetActionOptions`. -func NewFormResetButtonField (page *_ge .PdfPage ,opt FormResetActionOptions )(*_ge .PdfFieldButton ,error ){_edbbe :=_ge .NewPdfActionResetForm ();_edbbe .Fields =opt .Fields ;_edbbe .Flags =_cac .MakeInteger (0);if opt .IsExclusionList {_edbbe .Flags =_cac .MakeInteger (1); -};_def ,_cefd :=_eaae (page ,opt .Rectangle ,"\u0062\u0074\u006e\u0052\u0065\u0073\u0065\u0074",opt .Label ,opt .LabelColor ,opt .Font ,opt .FontSize ,_edbbe .ToPdfObject ());if _cefd !=nil {return nil ,_cefd ;};return _def ,nil ;};func _bgg (_fbgb *_fb .ContentCreator ,_gega AppearanceStyle ,_efaf ,_beeb float64 ){_fbgb .Add_q ().Add_re (0,0,_efaf ,_beeb ).Add_re (0,_beeb /2,_efaf ,_beeb /2).Add_re (0,0,_efaf ,_beeb ).Add_re (_efaf /2,0,_efaf /2,_beeb ).Add_w (_gega .BorderSize ).SetStrokingColor (_gega .BorderColor ).SetNonStrokingColor (_gega .FillColor ).Add_B ().Add_Q (); -}; +// LineWidth is the width of the line. +LineWidth float64 ;};type quadding int ; // AppearanceFont represents a font used for generating the appearance of a // field in the filling/flattening process. @@ -487,131 +542,75 @@ Font *_ge .PdfFont ; // AppearanceFontStyle is used, if set. Otherwise, the font size is // calculated based on the available annotation height and on the // AutoFontSizeFraction field of the AppearanceStyle. -Size float64 ;}; - -// TextFieldOptions defines optional parameter for a text field in a form. -type TextFieldOptions struct{MaxLen int ;Value string ; - -// TextColor defines the color of the text in hex format. e.g #43fd23. -// If it has an invalid value a #000000 (black) color is taken as default -TextColor string ; - -// FontName defines the font of the text. Helvetica font is the default one. -// It is recommended to use one of 14 standard PDF fonts. -FontName string ; - -// FontSize defines the font size of the text, 12 is used by default. -FontSize int ;}; - -// AppearanceFontStyle defines font style characteristics for form fields, -// used in the filling/flattening process. -type AppearanceFontStyle struct{ - -// Fallback represents a global font fallback, used for fields which do -// not specify a font in their default appearance (DA). The fallback is -// also used if there is a font specified in the DA, but it is not -// found in the AcroForm resources (DR). -Fallback *AppearanceFont ; - -// FallbackSize represents a global font size fallback used for fields -// which do not specify a font size in their default appearance (DA). -// The fallback size is applied only if its value is larger than zero. -FallbackSize float64 ; - -// FieldFallbacks defines font fallbacks for specific fields. The map keys -// represent the names of the fields (which can be specified by their -// partial or full names). Specific field fallback fonts take precedence -// over the global font fallback. -FieldFallbacks map[string ]*AppearanceFont ; - -// ForceReplace forces the replacement of fonts in the filling/flattening -// process, even if the default appearance (DA) specifies a valid font. -// If no fallback font is provided, setting this field has no effect. -ForceReplace bool ;}; - -// CreateRectangleAnnotation creates a rectangle annotation object that can be added to page PDF annotations. -func CreateRectangleAnnotation (rectDef RectangleAnnotationDef )(*_ge .PdfAnnotation ,error ){_faag :=_ge .NewPdfAnnotationSquare ();if rectDef .BorderEnabled {_fgee ,_adge ,_bccd :=rectDef .BorderColor .R (),rectDef .BorderColor .G (),rectDef .BorderColor .B (); -_faag .C =_cac .MakeArrayFromFloats ([]float64 {_fgee ,_adge ,_bccd });_efafe :=_ge .NewBorderStyle ();_efafe .SetBorderWidth (rectDef .BorderWidth );_faag .BS =_efafe .ToPdfObject ();};if rectDef .FillEnabled {_dbfg ,_effd ,_bacf :=rectDef .FillColor .R (),rectDef .FillColor .G (),rectDef .FillColor .B (); -_faag .IC =_cac .MakeArrayFromFloats ([]float64 {_dbfg ,_effd ,_bacf });}else {_faag .IC =_cac .MakeArrayFromIntegers ([]int {});};if rectDef .Opacity < 1.0{_faag .CA =_cac .MakeFloat (rectDef .Opacity );};_fcgc ,_ecea ,_feaf :=_aaed (rectDef );if _feaf !=nil {return nil ,_feaf ; -};_faag .AP =_fcgc ;_faag .Rect =_cac .MakeArrayFromFloats ([]float64 {_ecea .Llx ,_ecea .Lly ,_ecea .Urx ,_ecea .Ury });return _faag .PdfAnnotation ,nil ;}; - -// FileAnnotationDef holds base information for constructing an file attachment annotation. -type FileAnnotationDef struct{ - -// Bounding box of the annotation. -X float64 ;Y float64 ;Width float64 ;Height float64 ; - -// EmbeddedFile is the file information to be attached. -EmbeddedFile *_ge .EmbeddedFile ; - -// Author is the author of the attachment file. -Author string ; - -// Subject is the subject of the attachment file. -Subject string ; - -// Description of the file attachment that will be displayed as a comment on the PDF reader. -Description string ; - -// IconName is The name of an icon that shall be used in displaying the annotation. -// Conforming readers shall provide predefined icon appearances for at least the following standard names: -// -// - Graph -// - PushPin -// - Paperclip -// - Tag -// -// Additional names may be supported as well. Default value: "PushPin". -IconName string ; - -// Color is the color of the annotation. -Color *_ge .PdfColorDeviceRGB ; - -// CreationDate is the date and time when the file attachment was created. -// If not set, the current time is used. -CreationDate *_a .Time ;}; - -// ImageFieldOptions defines optional parameters for a push button with image attach capability form field. -type ImageFieldOptions struct{Image *_ge .Image ;_fgcbg AppearanceStyle ;};func _cbdd (_dcdf RectangleAnnotationDef ,_dedf string )([]byte ,*_ge .PdfRectangle ,*_ge .PdfRectangle ,error ){_ffga :=_ce .Rectangle {X :0,Y :0,Width :_dcdf .Width ,Height :_dcdf .Height ,FillEnabled :_dcdf .FillEnabled ,FillColor :_dcdf .FillColor ,BorderEnabled :_dcdf .BorderEnabled ,BorderWidth :2*_dcdf .BorderWidth ,BorderColor :_dcdf .BorderColor ,Opacity :_dcdf .Opacity }; -_gefe ,_bcgg ,_acgd :=_ffga .Draw (_dedf );if _acgd !=nil {return nil ,nil ,nil ,_acgd ;};_ebaa :=&_ge .PdfRectangle {};_ebaa .Llx =_dcdf .X +_bcgg .Llx ;_ebaa .Lly =_dcdf .Y +_bcgg .Lly ;_ebaa .Urx =_dcdf .X +_bcgg .Urx ;_ebaa .Ury =_dcdf .Y +_bcgg .Ury ; -return _gefe ,_bcgg ,_ebaa ,nil ;}; - -// GenerateAppearanceDict generates an appearance dictionary for widget annotation `wa` for the `field` in `form`. -// Implements interface model.FieldAppearanceGenerator. -func (_ea FieldAppearance )GenerateAppearanceDict (form *_ge .PdfAcroForm ,field *_ge .PdfField ,wa *_ge .PdfAnnotationWidget )(*_cac .PdfObjectDictionary ,error ){_g .Log .Trace ("\u0047\u0065n\u0065\u0072\u0061\u0074e\u0041\u0070p\u0065\u0061\u0072\u0061\u006e\u0063\u0065\u0044i\u0063\u0074\u0020\u0066\u006f\u0072\u0020\u0025\u0076\u0020\u0020\u0056:\u0020\u0025\u002b\u0076",field .PartialName (),field .V ); -_ ,_fgc :=field .GetContext ().(*_ge .PdfFieldText );_dg ,_dgg :=_cac .GetDict (wa .AP );if _dgg &&_ea .OnlyIfMissing &&(!_fgc ||!_ea .RegenerateTextFields ){_g .Log .Trace ("\u0041\u006c\u0072\u0065a\u0064\u0079\u0020\u0070\u006f\u0070\u0075\u006c\u0061\u0074e\u0064 \u002d\u0020\u0069\u0067\u006e\u006f\u0072i\u006e\u0067"); -return _dg ,nil ;};if form .DR ==nil {form .DR =_ge .NewPdfPageResources ();};switch _bg :=field .GetContext ().(type ){case *_ge .PdfFieldText :_ddc :=_bg ;if _dgf :=_fde (_ddc .PdfField );_dgf ==""{_ddc .DA =form .DA ;};if _ea ._de !=nil &&_ea ._de .TextColor !=nil {_dfac :=_fb .ContentStreamOperations {}; -_da :=_fde (_ddc .PdfField );_ffa ,_dfd :=_fb .NewContentStreamParser (_da ).Parse ();if _dfd !=nil {return nil ,_dfd ;};for _ ,_adbb :=range *_ffa {if _adbb .Operand =="\u0067"||_adbb .Operand =="\u0072\u0067"{continue ;};_dfac =append (_dfac ,_adbb ); -};_ed :=_ea ._de .TextColor ;_fgce ,_eb :=_ed .(*_ge .PdfColorDeviceRGB );if !_eb {return nil ,_dfd ;};_bgd ,_cbb ,_aga :=_cac .MakeFloat (_fgce [0]),_cac .MakeFloat (_fgce [1]),_cac .MakeFloat (_fgce [2]);_caa :=&_fb .ContentStreamOperation {Params :[]_cac .PdfObject {_bgd ,_cbb ,_aga },Operand :"\u0072\u0067"}; -_dfac =append (_dfac ,_caa );_fgca :=_dfac .String ();_fgca =_ae .Replace (_fgca ,"\u000a","\u0020",-1);_fgca =_ae .Trim (_fgca ,"\u0020");_ddc .DA =_cac .MakeHexString (_fgca );};switch {case _ddc .Flags ().Has (_ge .FieldFlagPassword ):return nil ,nil ; -case _ddc .Flags ().Has (_ge .FieldFlagFileSelect ):return nil ,nil ;case _ddc .Flags ().Has (_ge .FieldFlagComb ):if _ddc .MaxLen !=nil {_afc ,_ee :=_cafc (wa ,_ddc ,form .DR ,_ea .Style ());if _ee !=nil {return nil ,_ee ;};return _afc ,nil ;};};_aeb ,_gd :=_ggc (wa ,_ddc ,form .DR ,_ea .Style ()); -if _gd !=nil {return nil ,_gd ;};return _aeb ,nil ;case *_ge .PdfFieldButton :_ffe :=_bg ;if _ffe .IsCheckbox (){_dc ,_edg :=_bfad (wa ,_ffe ,form .DR ,_ea .Style ());if _edg !=nil {return nil ,_edg ;};return _dc ,nil ;};_g .Log .Debug ("\u0054\u004f\u0044\u004f\u003a\u0020\u0055\u004e\u0048\u0041\u004e\u0044\u004c\u0045\u0044 \u0062u\u0074\u0074\u006f\u006e\u0020\u0074\u0079\u0070\u0065\u003a\u0020\u0025\u002b\u0076",_ffe .GetType ()); -case *_ge .PdfFieldChoice :_afca :=_bg ;switch {case _afca .Flags ().Has (_ge .FieldFlagCombo ):_cacd ,_eeg :=_edga (form ,wa ,_afca ,_ea .Style ());if _eeg !=nil {return nil ,_eeg ;};return _cacd ,nil ;default:_g .Log .Debug ("\u0054\u004f\u0044\u004f\u003a\u0020\u0055N\u0048\u0041\u004eD\u004c\u0045\u0044\u0020c\u0068\u006f\u0069\u0063\u0065\u0020\u0066\u0069\u0065\u006c\u0064\u0020\u0077\u0069\u0074\u0068\u0020\u0066\u006c\u0061\u0067\u0073\u003a\u0020\u0025\u0073",_afca .Flags ().String ()); -};default:_g .Log .Debug ("\u0054\u004f\u0044\u004f\u003a\u0020\u0055\u004e\u0048\u0041N\u0044\u004c\u0045\u0044\u0020\u0066\u0069e\u006c\u0064\u0020\u0074\u0079\u0070\u0065\u003a\u0020\u0025\u0054",_bg );};return nil ,nil ;}; +Size float64 ;};func _fbff (_dgcf *_g .ContentCreator ,_fgee AppearanceStyle ,_cgf ,_gefbf float64 ){_dgcf .Add_q ().Add_re (0,0,_cgf ,_gefbf ).Add_re (0,_gefbf /2,_cgf ,_gefbf /2).Add_re (0,0,_cgf ,_gefbf ).Add_re (_cgf /2,0,_cgf /2,_gefbf ).Add_w (_fgee .BorderSize ).SetStrokingColor (_fgee .BorderColor ).SetNonStrokingColor (_fgee .FillColor ).Add_B ().Add_Q (); +}; -// NewImageField generates a new image field with partial name `name` at location `rect` +// NewComboboxField generates a new combobox form field with partial name `name` at location `rect` // on specified `page` and with field specific options `opt`. -func NewImageField (page *_ge .PdfPage ,name string ,rect []float64 ,opt ImageFieldOptions )(*_ge .PdfFieldButton ,error ){if page ==nil {return nil ,_aeg .New ("\u0070a\u0067e\u0020\u006e\u006f\u0074\u0020s\u0070\u0065c\u0069\u0066\u0069\u0065\u0064"); -};if len (name )<=0{return nil ,_aeg .New ("\u0072\u0065\u0071\u0075\u0069\u0072\u0065\u0064\u0020\u0061\u0074\u0074\u0072\u0069\u0062u\u0074e\u0020\u006e\u006f\u0074\u0020\u0073\u0070\u0065\u0063\u0069\u0066\u0069\u0065\u0064");};if len (rect )!=4{return nil ,_aeg .New ("\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0072\u0061\u006e\u0067\u0065"); -};_bage :=_ge .NewPdfField ();_gcb :=&_ge .PdfFieldButton {};_gcb .PdfField =_bage ;_bage .SetContext (_gcb );_gcb .SetType (_ge .ButtonTypePush );_gcb .T =_cac .MakeString (name );_ccef :=_ge .NewPdfAnnotationWidget ();_ccef .Rect =_cac .MakeArrayFromFloats (rect ); -_ccef .P =page .ToPdfObject ();_ccef .F =_cac .MakeInteger (4);_ccef .Parent =_gcb .ToPdfObject ();_dbbg :=rect [2]-rect [0];_gdce :=rect [3]-rect [1];_agfg :=opt ._fgcbg ;_fggc :=_fb .NewContentCreator ();if _agfg .BorderSize > 0{_abb (_fggc ,_agfg ,_dbbg ,_gdce ); -};if _agfg .DrawAlignmentReticle {_egdb :=_agfg ;_egdb .BorderSize =0.2;_bgg (_fggc ,_egdb ,_dbbg ,_gdce );};_cgf ,_becb :=_dbgb (_dbbg ,_gdce ,opt .Image ,_agfg );if _becb !=nil {return nil ,_becb ;};_ceba ,_cadf :=_cac .GetDict (_ccef .MK );if _cadf {_ceba .Set ("\u006c",_cgf .ToPdfObject ()); -};_cdfe :=_cac .MakeDict ();_cdfe .Set ("\u0046\u0052\u004d",_cgf .ToPdfObject ());_fdab :=_ge .NewPdfPageResources ();_fdab .ProcSet =_cac .MakeArray (_cac .MakeName ("\u0050\u0044\u0046"));_fdab .XObject =_cdfe ;_dgbbb :=_dbbg -2;_aefd :=_gdce -2;_fggc .Add_q (); -_fggc .Add_re (1,1,_dgbbb ,_aefd );_fggc .Add_W ();_fggc .Add_n ();_dgbbb -=2;_aefd -=2;_fggc .Add_q ();_fggc .Add_re (2,2,_dgbbb ,_aefd );_fggc .Add_W ();_fggc .Add_n ();_egfa :=_fg .Min (_dgbbb /float64 (opt .Image .Width ),_aefd /float64 (opt .Image .Height )); -_fggc .Add_cm (_egfa ,0,0,_egfa ,(_dbbg /2)-(float64 (opt .Image .Width )*_egfa /2)+2,2);_fggc .Add_Do ("\u0046\u0052\u004d");_fggc .Add_Q ();_fggc .Add_Q ();_edeg :=_ge .NewXObjectForm ();_edeg .FormType =_cac .MakeInteger (1);_edeg .Resources =_fdab ; -_edeg .BBox =_cac .MakeArrayFromFloats ([]float64 {0,0,_dbbg ,_gdce });_edeg .Matrix =_cac .MakeArrayFromFloats ([]float64 {1.0,0.0,0.0,1.0,0.0,0.0});_edeg .SetContentStream (_fggc .Bytes (),_daf ());_cgfe :=_cac .MakeDict ();_cgfe .Set ("\u004e",_edeg .ToPdfObject ()); -_ccef .AP =_cgfe ;_gcb .Annotations =append (_gcb .Annotations ,_ccef );return _gcb ,nil ;};type quadding int ;func _dbgb (_badg ,_gcge float64 ,_bbdf *_ge .Image ,_ggef AppearanceStyle )(*_ge .XObjectForm ,error ){_efbe ,_eegg :=_ge .NewXObjectImageFromImage (_bbdf ,nil ,_cac .NewFlateEncoder ()); -if _eegg !=nil {return nil ,_eegg ;};_efbe .Decode =_cac .MakeArrayFromFloats ([]float64 {0.0,1.0,0.0,1.0,0.0,1.0});_dcfc :=_ge .NewPdfPageResources ();_dcfc .ProcSet =_cac .MakeArray (_cac .MakeName ("\u0050\u0044\u0046"),_cac .MakeName ("\u0049\u006d\u0061\u0067\u0065\u0043")); -_dcfc .SetXObjectImageByName (_cac .PdfObjectName ("\u0049\u006d\u0030"),_efbe );_dba :=_fb .NewContentCreator ();_dba .Add_q ();_dba .Add_cm (float64 (_bbdf .Width ),0,0,float64 (_bbdf .Height ),0,0);_dba .Add_Do ("\u0049\u006d\u0030");_dba .Add_Q (); -_gfba :=_ge .NewXObjectForm ();_gfba .FormType =_cac .MakeInteger (1);_gfba .BBox =_cac .MakeArrayFromFloats ([]float64 {0,0,float64 (_bbdf .Width ),float64 (_bbdf .Height )});_gfba .Resources =_dcfc ;_gfba .SetContentStream (_dba .Bytes (),_daf ());return _gfba ,nil ; -};const (_gdge =1;_aefdg =2;_ageb =4;_degd =8;_bdeec =16;_afcg =32;_cfa =64;_dgac =128;_gagg =256;_gdgb =512;_cdaf =1024;_abfg =2048;_ebe =4096;); +func NewComboboxField (page *_ge .PdfPage ,name string ,rect []float64 ,opt ComboboxFieldOptions )(*_ge .PdfFieldChoice ,error ){if page ==nil {return nil ,_ec .New ("\u0070a\u0067e\u0020\u006e\u006f\u0074\u0020s\u0070\u0065c\u0069\u0066\u0069\u0065\u0064"); +};if len (name )<=0{return nil ,_ec .New ("\u0072\u0065\u0071\u0075\u0069\u0072\u0065\u0064\u0020\u0061\u0074\u0074\u0072\u0069\u0062u\u0074e\u0020\u006e\u006f\u0074\u0020\u0073\u0070\u0065\u0063\u0069\u0066\u0069\u0065\u0064");};if len (rect )!=4{return nil ,_ec .New ("\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0072\u0061\u006e\u0067\u0065"); +};_gebd :=_ge .NewPdfField ();_bgce :=&_ge .PdfFieldChoice {};_gebd .SetContext (_bgce );_bgce .PdfField =_gebd ;_bgce .T =_dd .MakeString (name );_bgce .Opt =_dd .MakeArray ();for _ ,_gcdf :=range opt .Choices {_bgce .Opt .Append (_dd .MakeString (_gcdf )); +};_bgce .SetFlag (_ge .FieldFlagCombo );_ebae :=_ge .NewPdfAnnotationWidget ();_ebae .Rect =_dd .MakeArrayFromFloats (rect );_ebae .P =page .ToPdfObject ();_ebae .F =_dd .MakeInteger (4);_ebae .Parent =_bgce .ToPdfObject ();_bgce .Annotations =append (_bgce .Annotations ,_ebae ); +return _bgce ,nil ;};const (_fgg quadding =0;_gaf quadding =1;_db quadding =2;_daag float64 =2.0;);func _bge (_feb *_ge .PdfField ,_deb ,_fggf float64 ,_edb string ,_aea AppearanceStyle ,_egef *_g .ContentStreamOperations ,_cba *_ge .PdfPageResources ,_cdc *_dd .PdfObjectDictionary )(*_ge .XObjectForm ,error ){_fgec :=_ge .NewPdfPageResources (); +_cda ,_cegc :=_deb ,_fggf ;_bbe :=_g .NewContentCreator ();if _aea .BorderSize > 0{_acf (_bbe ,_aea ,_deb ,_fggf );};if _aea .DrawAlignmentReticle {_bcecf :=_aea ;_bcecf .BorderSize =0.2;_fbff (_bbe ,_bcecf ,_deb ,_fggf );};_bbe .Add_BMC ("\u0054\u0078"); +_bbe .Add_q ();_bbe .Add_BT ();_deb ,_fggf =_aea .applyRotation (_cdc ,_deb ,_fggf ,_bbe );_afe ,_adbd ,_abbb :=_aea .processDA (_feb ,_egef ,_cba ,_fgec ,_bbe );if _abbb !=nil {return nil ,_abbb ;};_gab :=_afe .Font ;_caed :=_afe .Size ;_gbf :=_dd .MakeName (_afe .Name ); +_bfde :=_caed ==0;if _bfde &&_adbd {_caed =_fggf *_aea .AutoFontSizeFraction ;};_dgbg :=_gab .Encoder ();if _dgbg ==nil {_f .Log .Debug ("\u0057\u0041RN\u003a\u0020\u0066\u006f\u006e\u0074\u0020\u0065\u006e\u0063\u006f\u0064\u0065\u0072\u0020\u0069\u0073\u0020\u006e\u0069l\u002e\u0020\u0041\u0073s\u0075\u006d\u0069\u006eg \u0069\u0064e\u006et\u0069\u0074\u0079\u0020\u0065\u006ec\u006f\u0064\u0065r\u002e\u0020O\u0075\u0074\u0070\u0075\u0074\u0020\u006d\u0061\u0079\u0020\u0062\u0065\u0020\u0069n\u0063\u006f\u0072\u0072\u0065\u0063\u0074\u002e"); +_dgbg =_fa .NewIdentityTextEncoder ("\u0049\u0064\u0065\u006e\u0074\u0069\u0074\u0079\u002d\u0048");};if len (_edb )==0{return nil ,nil ;};_aabf :=_daag ;if _aea .MarginLeft !=nil {_aabf =*_aea .MarginLeft ;};_gagg :=0.0;if _dgbg !=nil {for _ ,_ffcd :=range _edb {_bbaa ,_caeg :=_gab .GetRuneMetrics (_ffcd ); +if !_caeg {_f .Log .Debug ("\u0046\u006f\u006e\u0074\u0020\u0064o\u0065\u0073\u0020\u006e\u006f\u0074\u0020\u0068\u0061\u0076\u0065\u0020\u0072\u0075\u006e\u0065\u0020\u006d\u0065\u0074r\u0069\u0063\u0073\u0020\u0066\u006f\u0072\u0020\u0025\u0076\u0020\u002d\u0020\u0073k\u0069p\u0070\u0069\u006e\u0067",_ffcd ); +continue ;};_gagg +=_bbaa .Wx ;};_edb =string (_dgbg .Encode (_edb ));};if _caed ==0||_bfde &&_gagg > 0&&_aabf +_gagg *_caed /1000.0> _deb {_caed =0.95*1000.0*(_deb -_aabf )/_gagg ;};_baa :=1.0*_caed ;_dcge :=2.0;{_gdd :=_baa ;if _bfde &&_dcge +_gdd > _fggf {_caed =0.95*(_fggf -_dcge ); +_baa =1.0*_caed ;_gdd =_baa ;};if _fggf > _gdd {_dcge =(_fggf -_gdd )/2.0;_dcge +=1.50;};};_bbe .Add_Tf (*_gbf ,_caed );_bbe .Add_Td (_aabf ,_dcge );_bbe .Add_Tj (*_dd .MakeString (_edb ));_bbe .Add_ET ();_bbe .Add_Q ();_bbe .Add_EMC ();_eea :=_ge .NewXObjectForm (); +_eea .Resources =_fgec ;_eea .BBox =_dd .MakeArrayFromFloats ([]float64 {0,0,_cda ,_cegc });_eea .SetContentStream (_bbe .Bytes (),_aadc ());return _eea ,nil ;};func (_cdac *AppearanceStyle )applyRotation (_edda *_dd .PdfObjectDictionary ,_dcac ,_ace float64 ,_bfdfb *_g .ContentCreator )(float64 ,float64 ){if !_cdac .AllowMK {return _dcac ,_ace ; +};if _edda ==nil {return _dcac ,_ace ;};_dabf ,_ :=_dd .GetNumberAsFloat (_edda .Get ("\u0052"));if _dabf ==0{return _dcac ,_ace ;};_afg :=-_dabf ;_dfce :=_c .Path {Points :[]_c .Point {_c .NewPoint (0,0).Rotate (_afg ),_c .NewPoint (_dcac ,0).Rotate (_afg ),_c .NewPoint (0,_ace ).Rotate (_afg ),_c .NewPoint (_dcac ,_ace ).Rotate (_afg )}}.GetBoundingBox (); +_bfdfb .RotateDeg (_dabf );_bfdfb .Translate (_dfce .X ,_dfce .Y );return _dfce .Width ,_dfce .Height ;};func _aaee (_bfad []*SignatureLine ,_dccd *SignatureFieldOpts )(*_dd .PdfObjectDictionary ,error ){if _dccd ==nil {_dccd =NewSignatureFieldOpts (); +};var _bffd error ;var _eada *_dd .PdfObjectName ;_afbc :=_dccd .Font ;if _afbc !=nil {_bgfa ,_ :=_afbc .GetFontDescriptor ();if _bgfa !=nil {if _cac ,_aegc :=_bgfa .FontName .(*_dd .PdfObjectName );_aegc {_eada =_cac ;};};if _eada ==nil {_eada =_dd .MakeName ("\u0046\u006f\u006et\u0031"); +};}else {if _afbc ,_bffd =_ge .NewStandard14Font ("\u0048e\u006c\u0076\u0065\u0074\u0069\u0063a");_bffd !=nil {return nil ,_bffd ;};_eada =_dd .MakeName ("\u0048\u0065\u006c\u0076");};_gea :=_dccd .FontSize ;if _gea <=0{_gea =10;};if _dccd .LineHeight <=0{_dccd .LineHeight =1; +};_ebfg :=_dccd .LineHeight *_gea ;_geaf ,_geca :=_afbc .GetRuneMetrics (' ');if !_geca {return nil ,_ec .New ("\u0074\u0068e \u0066\u006f\u006et\u0020\u0064\u006f\u0065s n\u006ft \u0068\u0061\u0076\u0065\u0020\u0061\u0020sp\u0061\u0063\u0065\u0020\u0067\u006c\u0079p\u0068"); +};_dbc :=_geaf .Wx ;var _dacd float64 ;var _ecg []string ;for _ ,_aadg :=range _bfad {if _aadg .Text ==""{continue ;};_eee :=_aadg .Text ;if _aadg .Desc !=""{_eee =_aadg .Desc +"\u003a\u0020"+_eee ;};_ecg =append (_ecg ,_eee );var _caac float64 ;for _ ,_fbbf :=range _eee {_gddb ,_egfb :=_afbc .GetRuneMetrics (_fbbf ); +if !_egfb {continue ;};_caac +=_gddb .Wx ;};if _caac > _dacd {_dacd =_caac ;};};_dacd =_dacd *_gea /1000.0;_egc :=float64 (len (_ecg ))*_ebfg ;_aedc :=_dccd .Image !=nil ;_eddd :=_dccd .Rect ;if _eddd ==nil {_eddd =[]float64 {0,0,_dacd ,_egc };if _aedc {_eddd [2]=_dacd *2; +_eddd [3]=_egc *2;};_dccd .Rect =_eddd ;};_bdd :=_eddd [2]-_eddd [0];_cdcc :=_eddd [3]-_eddd [1];_cfc ,_eggc :=_eddd ,_eddd ;var _dge ,_cdab float64 ;if _aedc &&len (_ecg )> 0{if _dccd .ImagePosition <=SignatureImageRight {_cbb :=[]float64 {_eddd [0],_eddd [1],_eddd [0]+(_bdd /2),_eddd [3]}; +_cce :=[]float64 {_eddd [0]+(_bdd /2),_eddd [1],_eddd [2],_eddd [3]};if _dccd .ImagePosition ==SignatureImageLeft {_cfc ,_eggc =_cbb ,_cce ;}else {_cfc ,_eggc =_cce ,_cbb ;};}else {_cfbf :=[]float64 {_eddd [0],_eddd [1],_eddd [2],_eddd [1]+(_cdcc /2)}; +_dff :=[]float64 {_eddd [0],_eddd [1]+(_cdcc /2),_eddd [2],_eddd [3]};if _dccd .ImagePosition ==SignatureImageTop {_cfc ,_eggc =_dff ,_cfbf ;}else {_cfc ,_eggc =_cfbf ,_dff ;};};};_dge =_eggc [2]-_eggc [0];_cdab =_eggc [3]-_eggc [1];var _gafc float64 ; +if _dccd .AutoSize {if _dacd > _dge ||_egc > _cdab {_bcfc :=_bb .Min (_dge /_dacd ,_cdab /_egc );_gea *=_bcfc ;};_ebfg =_dccd .LineHeight *_gea ;_gafc +=(_cdab -float64 (len (_ecg ))*_ebfg )/2;};_edeb :=_g .NewContentCreator ();_gegg :=_ge .NewPdfPageResources (); +_gegg .SetFontByName (*_eada ,_afbc .ToPdfObject ());if _dccd .BorderSize <=0{_dccd .BorderSize =0;_dccd .BorderColor =_ge .NewPdfColorDeviceGray (1);};_edeb .Add_q ();if _dccd .FillColor !=nil {_edeb .SetNonStrokingColor (_dccd .FillColor );};if _dccd .BorderColor !=nil {_edeb .SetStrokingColor (_dccd .BorderColor ); +};_edeb .Add_w (_dccd .BorderSize ).Add_re (_eddd [0],_eddd [1],_bdd ,_cdcc );if _dccd .FillColor !=nil &&_dccd .BorderColor !=nil {_edeb .Add_B ();}else if _dccd .FillColor !=nil {_edeb .Add_f ();}else if _dccd .BorderColor !=nil {_edeb .Add_S ();};_edeb .Add_Q (); +if _dccd .WatermarkImage !=nil {_bggg :=[]float64 {_eddd [0],_eddd [1],_eddd [2],_eddd [3]};_dafa ,_faa ,_aabe :=_aada (_dccd .WatermarkImage ,"\u0049\u006d\u0061\u0067\u0065\u0057\u0061\u0074\u0065r\u006d\u0061\u0072\u006b",_dccd ,_bggg ,_edeb );if _aabe !=nil {return nil ,_aabe ; +};_gegg .SetXObjectImageByName (*_dafa ,_faa );};_edeb .Add_q ();_edeb .Translate (_eggc [0],_eggc [3]-_ebfg -_gafc );_edeb .Add_BT ();_acbb :=_afbc .Encoder ();for _ ,_fagd :=range _ecg {var _baea []byte ;for _ ,_ccge :=range _fagd {if _fd .IsSpace (_ccge ){if len (_baea )> 0{_edeb .SetNonStrokingColor (_dccd .TextColor ).Add_Tf (*_eada ,_gea ).Add_TL (_ebfg ).Add_TJ ([]_dd .PdfObject {_dd .MakeStringFromBytes (_baea )}...); +_baea =nil ;};_edeb .Add_Tf (*_eada ,_gea ).Add_TL (_ebfg ).Add_TJ ([]_dd .PdfObject {_dd .MakeFloat (-_dbc )}...);}else {_baea =append (_baea ,_acbb .Encode (string (_ccge ))...);};};if len (_baea )> 0{_edeb .SetNonStrokingColor (_dccd .TextColor ).Add_Tf (*_eada ,_gea ).Add_TL (_ebfg ).Add_TJ ([]_dd .PdfObject {_dd .MakeStringFromBytes (_baea )}...); +};_edeb .Add_Td (0,-_ebfg );};_edeb .Add_ET ();_edeb .Add_Q ();if _aedc {_gegf ,_ebbc ,_bgggf :=_aada (_dccd .Image ,"\u0049\u006d\u0061\u0067\u0065\u0053\u0069\u0067\u006ea\u0074\u0075\u0072\u0065",_dccd ,_cfc ,_edeb );if _bgggf !=nil {return nil ,_bgggf ; +};_gegg .SetXObjectImageByName (*_gegf ,_ebbc );};_cad :=_ge .NewXObjectForm ();_cad .Resources =_gegg ;_cad .BBox =_dd .MakeArrayFromFloats (_eddd );_cad .SetContentStream (_edeb .Bytes (),_aadc ());_dabe :=_dd .MakeDict ();_dabe .Set ("\u004e",_cad .ToPdfObject ()); +return _dabe ,nil ;};func _eaee (_aace LineAnnotationDef ,_dgcc string )([]byte ,*_ge .PdfRectangle ,*_ge .PdfRectangle ,error ){_ebab :=_c .Line {X1 :0,Y1 :0,X2 :_aace .X2 -_aace .X1 ,Y2 :_aace .Y2 -_aace .Y1 ,LineColor :_aace .LineColor ,Opacity :_aace .Opacity ,LineWidth :_aace .LineWidth ,LineEndingStyle1 :_aace .LineEndingStyle1 ,LineEndingStyle2 :_aace .LineEndingStyle2 }; +_dccdf ,_faac ,_fgcf :=_ebab .Draw (_dgcc );if _fgcf !=nil {return nil ,nil ,nil ,_fgcf ;};_bbcd :=&_ge .PdfRectangle {};_bbcd .Llx =_aace .X1 +_faac .Llx ;_bbcd .Lly =_aace .Y1 +_faac .Lly ;_bbcd .Urx =_aace .X1 +_faac .Urx ;_bbcd .Ury =_aace .Y1 +_faac .Ury ; +return _dccdf ,_faac ,_bbcd ,nil ;}; -// CreateInkAnnotation creates an ink annotation object that can be added to the annotation list of a PDF page. -func CreateInkAnnotation (inkDef InkAnnotationDef )(*_ge .PdfAnnotation ,error ){_cfae :=_ge .NewPdfAnnotationInk ();_edca :=_cac .MakeArray ();for _ ,_ffgf :=range inkDef .Paths {if _ffgf .Length ()==0{continue ;};_gbf :=[]float64 {};for _ ,_gaeg :=range _ffgf .Points {_gbf =append (_gbf ,_gaeg .X ,_gaeg .Y ); -};_edca .Append (_cac .MakeArrayFromFloats (_gbf ));};_cfae .InkList =_edca ;if inkDef .Color ==nil {inkDef .Color =_ge .NewPdfColorDeviceRGB (0.0,0.0,0.0);};_cfae .C =_cac .MakeArrayFromFloats ([]float64 {inkDef .Color .R (),inkDef .Color .G (),inkDef .Color .B ()}); -_baa ,_cbfc ,_fcbg :=_ebec (&inkDef );if _fcbg !=nil {return nil ,_fcbg ;};_cfae .AP =_baa ;_cfae .Rect =_cac .MakeArrayFromFloats ([]float64 {_cbfc .Llx ,_cbfc .Lly ,_cbfc .Urx ,_cbfc .Ury });return _cfae .PdfAnnotation ,nil ;}; +// CheckboxFieldOptions defines optional parameters for a checkbox field a form. +type CheckboxFieldOptions struct{Checked bool ;};func _ddf (_adg *_ge .PdfAnnotationWidget ,_gda *_ge .PdfFieldText ,_fbdf *_ge .PdfPageResources ,_ceg AppearanceStyle )(*_dd .PdfObjectDictionary ,error ){_bgaf :=_ge .NewPdfPageResources ();_abe ,_bee :=_dd .GetArray (_adg .Rect ); +if !_bee {return nil ,_ec .New ("\u0069\u006e\u0076a\u006c\u0069\u0064\u0020\u0052\u0065\u0063\u0074");};_eab ,_afd :=_ge .NewPdfRectangle (*_abe );if _afd !=nil {return nil ,_afd ;};_fc ,_bda :=_eab .Width (),_eab .Height ();_bcfa ,_fdd :=_fc ,_bda ;_dgc ,_cbe :=_dd .GetDict (_adg .MK ); +if _cbe {_cgc ,_ :=_dd .GetDict (_adg .BS );_afb :=_ceg .applyAppearanceCharacteristics (_dgc ,_cgc ,nil );if _afb !=nil {return nil ,_afb ;};};_ead ,_cbe :=_dd .GetIntVal (_gda .MaxLen );if !_cbe {return nil ,_ec .New ("\u006d\u0061\u0078\u006c\u0065\u006e\u0020\u006e\u006ft\u0020\u0073\u0065\u0074"); +};if _ead <=0{return nil ,_ec .New ("\u006d\u0061\u0078\u004c\u0065\u006e\u0020\u0069\u006ev\u0061\u006c\u0069\u0064");};_fdca :=_fc /float64 (_ead );_edc ,_afd :=_g .NewContentStreamParser (_becd (_gda .PdfField )).Parse ();if _afd !=nil {return nil ,_afd ; +};_ecb :=_g .NewContentCreator ();if _ceg .BorderSize > 0{_acf (_ecb ,_ceg ,_fc ,_bda );};if _ceg .DrawAlignmentReticle {_dcgg :=_ceg ;_dcgg .BorderSize =0.2;_fbff (_ecb ,_dcgg ,_fc ,_bda );};_ecb .Add_BMC ("\u0054\u0078");_ecb .Add_q ();_ ,_bda =_ceg .applyRotation (_dgc ,_fc ,_bda ,_ecb ); +_ecb .Add_BT ();_gagb ,_ffff ,_afd :=_ceg .processDA (_gda .PdfField ,_edc ,_fbdf ,_bgaf ,_ecb );if _afd !=nil {return nil ,_afd ;};_fce :=_gagb .Font ;_agb :=_dd .MakeName (_gagb .Name );_ebfc :=_gagb .Size ;_egg :=_ebfc ==0;if _egg &&_ffff {_ebfc =_bda *_ceg .AutoFontSizeFraction ; +};_fcd :=_fce .Encoder ();if _fcd ==nil {_f .Log .Debug ("\u0057\u0041RN\u003a\u0020\u0066\u006f\u006e\u0074\u0020\u0065\u006e\u0063\u006f\u0064\u0065\u0072\u0020\u0069\u0073\u0020\u006e\u0069l\u002e\u0020\u0041\u0073s\u0075\u006d\u0069\u006eg \u0069\u0064e\u006et\u0069\u0074\u0079\u0020\u0065\u006ec\u006f\u0064\u0065r\u002e\u0020O\u0075\u0074\u0070\u0075\u0074\u0020\u006d\u0061\u0079\u0020\u0062\u0065\u0020\u0069n\u0063\u006f\u0072\u0072\u0065\u0063\u0074\u002e"); +_fcd =_fa .NewIdentityTextEncoder ("\u0049\u0064\u0065\u006e\u0074\u0069\u0074\u0079\u002d\u0048");};var _aedb string ;if _fcf ,_abfa :=_dd .GetString (_gda .V );_abfa {_aedb =_fcf .Decoded ();};_ecb .Add_Tf (*_agb ,_ebfc );var _fcb float64 ;for _ ,_ecbc :=range _aedb {_caa ,_fgcd :=_fce .GetRuneMetrics (_ecbc ); +if !_fgcd {_f .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a \u0052\u0075\u006e\u0065\u0020\u006e\u006f\u0074\u0020\u0066\u006f\u0075\u006e\u0064\u0020\u0069\u006e\u0020\u0066\u006fn\u0074\u003a\u0020\u0025\u0076\u0020\u002d\u0020\u0073\u006b\u0069\u0070\u0070\u0069n\u0067 \u006f\u0076\u0065\u0072",_ecbc ); +continue ;};_dgdb :=_caa .Wy ;if int (_dgdb )<=0{_dgdb =_caa .Wx ;};if _dgdb > _fcb {_fcb =_dgdb ;};};if int (_fcb )==0{_f .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0055\u006e\u0061\u0062\u006c\u0065\u0020\u0074o\u0020\u0064\u0065\u0074\u0065\u0072\u006d\u0069\u006e\u0065\u0020\u006d\u0061x\u0020\u0067\u006c\u0079\u0070\u0068\u0020\u0073\u0069\u007a\u0065\u0020- \u0075\u0073\u0069\u006e\u0067\u0020\u0031\u0030\u0030\u0030"); +_fcb =1000;};_ceed ,_afd :=_fce .GetFontDescriptor ();if _afd !=nil {_f .Log .Debug ("\u0045\u0072ro\u0072\u003a\u0020U\u006e\u0061\u0062\u006ce t\u006f g\u0065\u0074\u0020\u0066\u006f\u006e\u0074 d\u0065\u0073\u0063\u0072\u0069\u0070\u0074o\u0072");}; +var _gage float64 ;if _ceed !=nil {_gage ,_afd =_ceed .GetCapHeight ();if _afd !=nil {_f .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0055\u006e\u0061\u0062\u006c\u0065 \u0074\u006f\u0020\u0067\u0065\u0074 \u0066\u006f\u006e\u0074\u0020\u0043\u0061\u0070\u0048\u0065\u0069\u0067\u0068t\u003a\u0020\u0025\u0076",_afd ); +};};if int (_gage )<=0{_f .Log .Debug ("W\u0041\u0052\u004e\u003a\u0020\u0043\u0061\u0070\u0048e\u0069\u0067\u0068\u0074\u0020\u006e\u006ft \u0061\u0076\u0061\u0069l\u0061\u0062\u006c\u0065\u0020\u002d\u0020\u0073\u0065tt\u0069\u006eg\u0020\u0074\u006f\u0020\u0031\u0030\u0030\u0030"); +_gage =1000.0;};_bgag :=_gage /1000.0*_ebfc ;_dcga :=0.0;_gbg :=1.0*_ebfc *(_fcb /1000.0);{_abc :=_gbg ;if _egg &&_dcga +_abc > _bda {_ebfc =0.95*(_bda -_dcga );_bgag =_gage /1000.0*_ebfc ;};if _bda > _bgag {_dcga =(_bda -_bgag )/2.0;};};_ecb .Add_Td (0,_dcga ); +if _bcff ,_ebed :=_dd .GetIntVal (_gda .Q );_ebed {switch _bcff {case 2:if len (_aedb )< _ead {_dag :=float64 (_ead -len (_aedb ))*_fdca ;_ecb .Add_Td (_dag ,0);};};};for _gcg ,_fbfc :=range _aedb {_cggc :=_daag ;if _ceg .MarginLeft !=nil {_cggc =*_ceg .MarginLeft ; +};_eca :=string (_fbfc );if _fcd !=nil {_fee ,_cebb :=_fce .GetRuneMetrics (_fbfc );if !_cebb {_f .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a \u0052\u0075\u006e\u0065\u0020\u006e\u006f\u0074\u0020\u0066\u006f\u0075\u006e\u0064\u0020\u0069\u006e\u0020\u0066\u006fn\u0074\u003a\u0020\u0025\u0076\u0020\u002d\u0020\u0073\u006b\u0069\u0070\u0070\u0069n\u0067 \u006f\u0076\u0065\u0072",_fbfc ); +continue ;};_eca =string (_fcd .Encode (_eca ));_cggd :=_ebfc *_fee .Wx /1000.0;_egbe :=(_fdca -_cggd )/2;_cggc =_egbe ;};_ecb .Add_Td (_cggc ,0);_ecb .Add_Tj (*_dd .MakeString (_eca ));if _gcg !=len (_aedb )-1{_ecb .Add_Td (_fdca -_cggc ,0);};};_ecb .Add_ET (); +_ecb .Add_Q ();_ecb .Add_EMC ();_gfe :=_ge .NewXObjectForm ();_gfe .Resources =_bgaf ;_gfe .BBox =_dd .MakeArrayFromFloats ([]float64 {0,0,_bcfa ,_fdd });_gfe .SetContentStream (_ecb .Bytes (),_aadc ());_ccfc :=_dd .MakeDict ();_ccfc .Set ("\u004e",_gfe .ToPdfObject ()); +return _ccfc ,nil ;}; -// NewSignatureFieldOpts returns a new initialized instance of options -// used to generate a signature appearance. -func NewSignatureFieldOpts ()*SignatureFieldOpts {return &SignatureFieldOpts {Font :_ge .DefaultFont (),FontSize :10,LineHeight :1,AutoSize :true ,TextColor :_ge .NewPdfColorDeviceGray (0),BorderColor :_ge .NewPdfColorDeviceGray (0),FillColor :_ge .NewPdfColorDeviceGray (1),Encoder :_cac .NewFlateEncoder (),ImagePosition :SignatureImageLeft }; -}; \ No newline at end of file +// SignatureLine represents a line of information in the signature field appearance. +type SignatureLine struct{Desc string ;Text string ;};const (SignatureImageLeft SignatureImagePosition =iota ;SignatureImageRight ;SignatureImageTop ;SignatureImageBottom ;); + +// WrapContentStream ensures that the entire content stream for a `page` is wrapped within q ... Q operands. +// Ensures that following operands that are added are not affected by additional operands that are added. +// Implements interface model.ContentStreamWrapper. +func (_cffa ImageFieldAppearance )WrapContentStream (page *_ge .PdfPage )error {_dcad ,_abcg :=page .GetAllContentStreams ();if _abcg !=nil {return _abcg ;};_ccec :=_g .NewContentStreamParser (_dcad );_eeca ,_abcg :=_ccec .Parse ();if _abcg !=nil {return _abcg ; +};_eeca .WrapIfNeeded ();_dafe :=[]string {_eeca .String ()};return page .SetContentStreams (_dafe ,_aadc ());};func _aeca (_efdd LineAnnotationDef )(*_dd .PdfObjectDictionary ,*_ge .PdfRectangle ,error ){_gced :=_ge .NewXObjectForm ();_gced .Resources =_ge .NewPdfPageResources (); +_fefbg :="";if _efdd .Opacity < 1.0{_cbbd :=_dd .MakeDict ();_cbbd .Set ("\u0063\u0061",_dd .MakeFloat (_efdd .Opacity ));_bdde :=_gced .Resources .AddExtGState ("\u0067\u0073\u0031",_cbbd );if _bdde !=nil {_f .Log .Debug ("U\u006e\u0061\u0062\u006c\u0065\u0020t\u006f\u0020\u0061\u0064\u0064\u0020\u0065\u0078\u0074g\u0073\u0074\u0061t\u0065 \u0067\u0073\u0031"); +return nil ,nil ,_bdde ;};_fefbg ="\u0067\u0073\u0031";};_eegeb ,_gedg ,_bbc ,_fcgg :=_eaee (_efdd ,_fefbg );if _fcgg !=nil {return nil ,nil ,_fcgg ;};_fcgg =_gced .SetContentStream (_eegeb ,nil );if _fcgg !=nil {return nil ,nil ,_fcgg ;};_gced .BBox =_gedg .ToPdfObject (); +_gcce :=_dd .MakeDict ();_gcce .Set ("\u004e",_gced .ToPdfObject ());return _gcce ,_bbc ,nil ;}; \ No newline at end of file diff --git a/common/common.go b/common/common.go index afd6307d8..68955f078 100644 --- a/common/common.go +++ b/common/common.go @@ -10,100 +10,101 @@ // terms that can be accessed at https://unidoc.io/eula/ // Package common contains common properties used by the subpackages. -package common ;import (_a "fmt";_e "io";_b "os";_cb "path/filepath";_ad "runtime";_g "time";);const _bde =10; - -// WriterLogger is the logger that writes data to the Output writer -type WriterLogger struct{LogLevel LogLevel ;Output _e .Writer ;}; - -// IsLogLevel returns true if log level is greater or equal than `level`. -// Can be used to avoid resource intensive calls to loggers. -func (_db ConsoleLogger )IsLogLevel (level LogLevel )bool {return _db .LogLevel >=level }; +package common ;import (_d "fmt";_cg "io";_dg "os";_cc "path/filepath";_e "runtime";_b "time";);func _gec (_bc _cg .Writer ,_bf string ,_fbe string ,_ecg ...interface{}){_ ,_eff ,_cba ,_gd :=_e .Caller (3);if !_gd {_eff ="\u003f\u003f\u003f";_cba =0;}else {_eff =_cc .Base (_eff ); +};_df :=_d .Sprintf ("\u0025s\u0020\u0025\u0073\u003a\u0025\u0064 ",_bf ,_eff ,_cba )+_fbe +"\u000a";_d .Fprintf (_bc ,_df ,_ecg ...);}; // Error does nothing for dummy logger. -func (DummyLogger )Error (format string ,args ...interface{}){}; +func (DummyLogger )Error (format string ,args ...interface{}){};func (_ad ConsoleLogger )output (_ag _cg .Writer ,_cca string ,_af string ,_gef ...interface{}){_gec (_ag ,_cca ,_af ,_gef ...);};var Log Logger =DummyLogger {}; // Info logs info message. -func (_gd ConsoleLogger )Info (format string ,args ...interface{}){if _gd .LogLevel >=LogLevelInfo {_ebg :="\u005bI\u004e\u0046\u004f\u005d\u0020";_gd .output (_b .Stdout ,_ebg ,format ,args ...);};}; +func (_eca ConsoleLogger )Info (format string ,args ...interface{}){if _eca .LogLevel >=LogLevelInfo {_eae :="\u005bI\u004e\u0046\u004f\u005d\u0020";_eca .output (_dg .Stdout ,_eae ,format ,args ...);};}; -// NewWriterLogger creates new 'writer' logger. -func NewWriterLogger (logLevel LogLevel ,writer _e .Writer )*WriterLogger {_ff :=WriterLogger {Output :writer ,LogLevel :logLevel };return &_ff ;}; - -// Warning logs warning message. -func (_ce ConsoleLogger )Warning (format string ,args ...interface{}){if _ce .LogLevel >=LogLevelWarning {_cg :="\u005b\u0057\u0041\u0052\u004e\u0049\u004e\u0047\u005d\u0020";_ce .output (_b .Stdout ,_cg ,format ,args ...);};};func _dbd (_fec _e .Writer ,_gab string ,_dfb string ,_bgff ...interface{}){_ ,_faf ,_dg ,_dcf :=_ad .Caller (3); -if !_dcf {_faf ="\u003f\u003f\u003f";_dg =0;}else {_faf =_cb .Base (_faf );};_abe :=_a .Sprintf ("\u0025s\u0020\u0025\u0073\u003a\u0025\u0064 ",_gab ,_faf ,_dg )+_dfb +"\u000a";_a .Fprintf (_fec ,_abe ,_bgff ...);}; +// NewConsoleLogger creates new console logger. +func NewConsoleLogger (logLevel LogLevel )*ConsoleLogger {return &ConsoleLogger {LogLevel :logLevel }}; -// Debug logs debug message. -func (_gge WriterLogger )Debug (format string ,args ...interface{}){if _gge .LogLevel >=LogLevelDebug {_gbe :="\u005b\u0044\u0045\u0042\u0055\u0047\u005d\u0020";_gge .logToWriter (_gge .Output ,_gbe ,format ,args ...);};}; +// IsLogLevel returns true from dummy logger. +func (DummyLogger )IsLogLevel (level LogLevel )bool {return true };const _ac =22; -// Error logs error message. -func (_baf WriterLogger )Error (format string ,args ...interface{}){if _baf .LogLevel >=LogLevelError {_bgf :="\u005b\u0045\u0052\u0052\u004f\u0052\u005d\u0020";_baf .logToWriter (_baf .Output ,_bgf ,format ,args ...);};};const _dcff ="\u0032\u0020\u004aan\u0075\u0061\u0072\u0079\u0020\u0032\u0030\u0030\u0036\u0020\u0061\u0074\u0020\u0031\u0035\u003a\u0030\u0034"; +// Trace does nothing for dummy logger. +func (DummyLogger )Trace (format string ,args ...interface{}){}; +// WriterLogger is the logger that writes data to the Output writer +type WriterLogger struct{LogLevel LogLevel ;Output _cg .Writer ;}; -// ConsoleLogger is a logger that writes logs to the 'os.Stdout' -type ConsoleLogger struct{LogLevel LogLevel ;};func (_gda WriterLogger )logToWriter (_cad _e .Writer ,_aa string ,_bfg string ,_ga ...interface{}){_dbd (_cad ,_aa ,_bfg ,_ga );}; +// Error logs error message. +func (_cgg WriterLogger )Error (format string ,args ...interface{}){if _cgg .LogLevel >=LogLevelError {_cf :="\u005b\u0045\u0052\u0052\u004f\u0052\u005d\u0020";_cgg .logToWriter (_cgg .Output ,_cf ,format ,args ...);};}; // Error logs error message. -func (_bg ConsoleLogger )Error (format string ,args ...interface{}){if _bg .LogLevel >=LogLevelError {_eb :="\u005b\u0045\u0052\u0052\u004f\u0052\u005d\u0020";_bg .output (_b .Stdout ,_eb ,format ,args ...);};}; +func (_dgg ConsoleLogger )Error (format string ,args ...interface{}){if _dgg .LogLevel >=LogLevelError {_ab :="\u005b\u0045\u0052\u0052\u004f\u0052\u005d\u0020";_dgg .output (_dg .Stdout ,_ab ,format ,args ...);};};func (_dcb WriterLogger )logToWriter (_bbe _cg .Writer ,_eda string ,_ccf string ,_gcb ...interface{}){_gec (_bbe ,_eda ,_ccf ,_gcb ); +}; -// Info does nothing for dummy logger. -func (DummyLogger )Info (format string ,args ...interface{}){}; +// Info logs info message. +func (_bg WriterLogger )Info (format string ,args ...interface{}){if _bg .LogLevel >=LogLevelInfo {_de :="\u005bI\u004e\u0046\u004f\u005d\u0020";_bg .logToWriter (_bg .Output ,_de ,format ,args ...);};};const (LogLevelTrace LogLevel =5;LogLevelDebug LogLevel =4; +LogLevelInfo LogLevel =3;LogLevelNotice LogLevel =2;LogLevelWarning LogLevel =1;LogLevelError LogLevel =0;); -// Notice logs notice message. -func (_fb ConsoleLogger )Notice (format string ,args ...interface{}){if _fb .LogLevel >=LogLevelNotice {_fa :="\u005bN\u004f\u0054\u0049\u0043\u0045\u005d ";_fb .output (_b .Stdout ,_fa ,format ,args ...);};}; +// UtcTimeFormat returns a formatted string describing a UTC timestamp. +func UtcTimeFormat (t _b .Time )string {return t .Format (_ade )+"\u0020\u0055\u0054\u0043"};const Version ="\u0033\u002e\u0036\u0034\u002e\u0030"; -// Logger is the interface used for logging in the unipdf package. -type Logger interface{Error (_d string ,_ec ...interface{});Warning (_ee string ,_ge ...interface{});Notice (_gb string ,_f ...interface{});Info (_bb string ,_dc ...interface{});Debug (_ba string ,_ed ...interface{});Trace (_fd string ,_bc ...interface{}); -IsLogLevel (_df LogLevel )bool ;}; +// NewWriterLogger creates new 'writer' logger. +func NewWriterLogger (logLevel LogLevel ,writer _cg .Writer )*WriterLogger {_bbf :=WriterLogger {Output :writer ,LogLevel :logLevel };return &_bbf ;}; -// Warning logs warning message. -func (_fed WriterLogger )Warning (format string ,args ...interface{}){if _fed .LogLevel >=LogLevelWarning {_ca :="\u005b\u0057\u0041\u0052\u004e\u0049\u004e\u0047\u005d\u0020";_fed .logToWriter (_fed .Output ,_ca ,format ,args ...);};};const _cgc =15; +// Debug logs debug message. +func (_gc ConsoleLogger )Debug (format string ,args ...interface{}){if _gc .LogLevel >=LogLevelDebug {_bb :="\u005b\u0044\u0045\u0042\u0055\u0047\u005d\u0020";_gc .output (_dg .Stdout ,_bb ,format ,args ...);};};const _gca =15; -// SetLogger sets 'logger' to be used by the unidoc unipdf library. -func SetLogger (logger Logger ){Log =logger };var Log Logger =DummyLogger {}; +// Trace logs trace message. +func (_aa ConsoleLogger )Trace (format string ,args ...interface{}){if _aa .LogLevel >=LogLevelTrace {_ge :="\u005b\u0054\u0052\u0041\u0043\u0045\u005d\u0020";_aa .output (_dg .Stdout ,_ge ,format ,args ...);};}; -// Info logs info message. -func (_bcc WriterLogger )Info (format string ,args ...interface{}){if _bcc .LogLevel >=LogLevelInfo {_cf :="\u005bI\u004e\u0046\u004f\u005d\u0020";_bcc .logToWriter (_bcc .Output ,_cf ,format ,args ...);};}; +// IsLogLevel returns true if log level is greater or equal than `level`. +// Can be used to avoid resource intensive calls to loggers. +func (_ed ConsoleLogger )IsLogLevel (level LogLevel )bool {return _ed .LogLevel >=level }; // Trace logs trace message. -func (_cge WriterLogger )Trace (format string ,args ...interface{}){if _cge .LogLevel >=LogLevelTrace {_ebgg :="\u005b\u0054\u0052\u0041\u0043\u0045\u005d\u0020";_cge .logToWriter (_cge .Output ,_ebgg ,format ,args ...);};};const _aaf =30; +func (_bbc WriterLogger )Trace (format string ,args ...interface{}){if _bbc .LogLevel >=LogLevelTrace {_dad :="\u005b\u0054\u0052\u0041\u0043\u0045\u005d\u0020";_bbc .logToWriter (_bbc .Output ,_dad ,format ,args ...);};}; -// UtcTimeFormat returns a formatted string describing a UTC timestamp. -func UtcTimeFormat (t _g .Time )string {return t .Format (_dcff )+"\u0020\u0055\u0054\u0043"};const (LogLevelTrace LogLevel =5;LogLevelDebug LogLevel =4;LogLevelInfo LogLevel =3;LogLevelNotice LogLevel =2;LogLevelWarning LogLevel =1;LogLevelError LogLevel =0; -); +// Debug does nothing for dummy logger. +func (DummyLogger )Debug (format string ,args ...interface{}){};const _bcf =30;const _eb =11; -// Warning does nothing for dummy logger. -func (DummyLogger )Warning (format string ,args ...interface{}){};const _cc =21; +// Warning logs warning message. +func (_fd ConsoleLogger )Warning (format string ,args ...interface{}){if _fd .LogLevel >=LogLevelWarning {_cbe :="\u005b\u0057\u0041\u0052\u004e\u0049\u004e\u0047\u005d\u0020";_fd .output (_dg .Stdout ,_cbe ,format ,args ...);};}; -// IsLogLevel returns true from dummy logger. -func (DummyLogger )IsLogLevel (level LogLevel )bool {return true }; +// IsLogLevel returns true if log level is greater or equal than `level`. +// Can be used to avoid resource intensive calls to loggers. +func (_da WriterLogger )IsLogLevel (level LogLevel )bool {return _da .LogLevel >=level }; -// Trace does nothing for dummy logger. -func (DummyLogger )Trace (format string ,args ...interface{}){}; +// DummyLogger does nothing. +type DummyLogger struct{}; + +// SetLogger sets 'logger' to be used by the unidoc unipdf library. +func SetLogger (logger Logger ){Log =logger }; + +// Warning logs warning message. +func (_ecf WriterLogger )Warning (format string ,args ...interface{}){if _ecf .LogLevel >=LogLevelWarning {_db :="\u005b\u0057\u0041\u0052\u004e\u0049\u004e\u0047\u005d\u0020";_ecf .logToWriter (_ecf .Output ,_db ,format ,args ...);};};const _adg =2024; -// Notice does nothing for dummy logger. -func (DummyLogger )Notice (format string ,args ...interface{}){};const _fbg =2024; // Notice logs notice message. -func (_dd WriterLogger )Notice (format string ,args ...interface{}){if _dd .LogLevel >=LogLevelNotice {_geb :="\u005bN\u004f\u0054\u0049\u0043\u0045\u005d ";_dd .logToWriter (_dd .Output ,_geb ,format ,args ...);};}; +func (_edd ConsoleLogger )Notice (format string ,args ...interface{}){if _edd .LogLevel >=LogLevelNotice {_cda :="\u005bN\u004f\u0054\u0049\u0043\u0045\u005d ";_edd .output (_dg .Stdout ,_cda ,format ,args ...);};}; -// NewConsoleLogger creates new console logger. -func NewConsoleLogger (logLevel LogLevel )*ConsoleLogger {return &ConsoleLogger {LogLevel :logLevel }};func (_feg ConsoleLogger )output (_bd _e .Writer ,_bba string ,_bf string ,_ab ...interface{}){_dbd (_bd ,_bba ,_bf ,_ab ...);}; +// Notice does nothing for dummy logger. +func (DummyLogger )Notice (format string ,args ...interface{}){};const _ade ="\u0032\u0020\u004aan\u0075\u0061\u0072\u0079\u0020\u0032\u0030\u0030\u0036\u0020\u0061\u0074\u0020\u0031\u0035\u003a\u0030\u0034"; -// LogLevel is the verbosity level for logging. -type LogLevel int ; +// Debug logs debug message. +func (_cff WriterLogger )Debug (format string ,args ...interface{}){if _cff .LogLevel >=LogLevelDebug {_ef :="\u005b\u0044\u0045\u0042\u0055\u0047\u005d\u0020";_cff .logToWriter (_cff .Output ,_ef ,format ,args ...);};}; -// DummyLogger does nothing. -type DummyLogger struct{}; +// Info does nothing for dummy logger. +func (DummyLogger )Info (format string ,args ...interface{}){}; -// Debug does nothing for dummy logger. -func (DummyLogger )Debug (format string ,args ...interface{}){};const Version ="\u0033\u002e\u0036\u0033\u002e\u0030";var ReleasedAt =_g .Date (_fbg ,_bde ,_cc ,_cgc ,_aaf ,0,0,_g .UTC ); +// Notice logs notice message. +func (_fb WriterLogger )Notice (format string ,args ...interface{}){if _fb .LogLevel >=LogLevelNotice {_ae :="\u005bN\u004f\u0054\u0049\u0043\u0045\u005d ";_fb .logToWriter (_fb .Output ,_ae ,format ,args ...);};}; -// Trace logs trace message. -func (_ef ConsoleLogger )Trace (format string ,args ...interface{}){if _ef .LogLevel >=LogLevelTrace {_fe :="\u005b\u0054\u0052\u0041\u0043\u0045\u005d\u0020";_ef .output (_b .Stdout ,_fe ,format ,args ...);};}; +// Warning does nothing for dummy logger. +func (DummyLogger )Warning (format string ,args ...interface{}){}; -// Debug logs debug message. -func (_gg ConsoleLogger )Debug (format string ,args ...interface{}){if _gg .LogLevel >=LogLevelDebug {_de :="\u005b\u0044\u0045\u0042\u0055\u0047\u005d\u0020";_gg .output (_b .Stdout ,_de ,format ,args ...);};}; +// Logger is the interface used for logging in the unipdf package. +type Logger interface{Error (_f string ,_ca ...interface{});Warning (_a string ,_fe ...interface{});Notice (_g string ,_cb ...interface{});Info (_ec string ,_dc ...interface{});Debug (_be string ,_cd ...interface{});Trace (_ea string ,_ff ...interface{}); +IsLogLevel (_caa LogLevel )bool ;}; -// IsLogLevel returns true if log level is greater or equal than `level`. -// Can be used to avoid resource intensive calls to loggers. -func (_dcg WriterLogger )IsLogLevel (level LogLevel )bool {return _dcg .LogLevel >=level }; \ No newline at end of file +// ConsoleLogger is a logger that writes logs to the 'os.Stdout' +type ConsoleLogger struct{LogLevel LogLevel ;}; + +// LogLevel is the verbosity level for logging. +type LogLevel int ;var ReleasedAt =_b .Date (_adg ,_eb ,_ac ,_gca ,_bcf ,0,0,_b .UTC ); \ No newline at end of file diff --git a/common/license/license.go b/common/license/license.go index 706c82028..8a128bfd5 100644 --- a/common/license/license.go +++ b/common/license/license.go @@ -10,30 +10,29 @@ // terms that can be accessed at https://unidoc.io/eula/ // Package license helps manage commercial licenses and check if they are valid for the version of unipdf used. -package license ;import _d "github.com/unidoc/unipdf/v3/internal/license"; - -// SetMeteredKeyPersistentCache sets the metered License API Key persistent cache. -// Default value 'true', set to `false` will report the usage immediately to license server, -// this can be used when there's no access to persistent data storage. -func SetMeteredKeyPersistentCache (val bool ){_d .SetMeteredKeyPersistentCache (val )}; - -// MakeUnlicensedKey returns a default key. -func MakeUnlicensedKey ()*LicenseKey {return _d .MakeUnlicensedKey ()}; - -// SetLicenseKey sets and validates the license key. -func SetLicenseKey (content string ,customerName string )error {return _d .SetLicenseKey (content ,customerName );}; +package license ;import _b "github.com/unidoc/unipdf/v3/internal/license"; // LicenseKey represents a loaded license key. -type LicenseKey =_d .LicenseKey ; +type LicenseKey =_b .LicenseKey ;const (LicenseTierUnlicensed =_b .LicenseTierUnlicensed ;LicenseTierCommunity =_b .LicenseTierCommunity ;LicenseTierIndividual =_b .LicenseTierIndividual ;LicenseTierBusiness =_b .LicenseTierBusiness ;); // SetMeteredKey sets the metered API key required for SaaS operation. // Document usage is reported periodically for the product to function correctly. -func SetMeteredKey (apiKey string )error {return _d .SetMeteredKey (apiKey )};const (LicenseTierUnlicensed =_d .LicenseTierUnlicensed ;LicenseTierCommunity =_d .LicenseTierCommunity ;LicenseTierIndividual =_d .LicenseTierIndividual ;LicenseTierBusiness =_d .LicenseTierBusiness ; -); +func SetMeteredKey (apiKey string )error {return _b .SetMeteredKey (apiKey )}; + +// GetLicenseKey returns the currently loaded license key. +func GetLicenseKey ()*LicenseKey {return _b .GetLicenseKey ()}; + +// SetMeteredKeyPersistentCache sets the metered License API Key persistent cache. +// Default value 'true', set to `false` will report the usage immediately to license server, +// this can be used when there's no access to persistent data storage. +func SetMeteredKeyPersistentCache (val bool ){_b .SetMeteredKeyPersistentCache (val )}; // GetMeteredState checks the currently used metered document usage status, // documents used and credits available. -func GetMeteredState ()(_d .MeteredStatus ,error ){return _d .GetMeteredState ()}; +func GetMeteredState ()(_b .MeteredStatus ,error ){return _b .GetMeteredState ()}; -// GetLicenseKey returns the currently loaded license key. -func GetLicenseKey ()*LicenseKey {return _d .GetLicenseKey ()};func SetMeteredKeyUsageLogVerboseMode (val bool ){_d .SetMeteredKeyUsageLogVerboseMode (val )}; \ No newline at end of file +// SetLicenseKey sets and validates the license key. +func SetLicenseKey (content string ,customerName string )error {return _b .SetLicenseKey (content ,customerName );}; + +// MakeUnlicensedKey returns a default key. +func MakeUnlicensedKey ()*LicenseKey {return _b .MakeUnlicensedKey ()};func SetMeteredKeyUsageLogVerboseMode (val bool ){_b .SetMeteredKeyUsageLogVerboseMode (val )}; \ No newline at end of file diff --git a/contentstream/contentstream.go b/contentstream/contentstream.go index f9e109786..f300dc2f5 100644 --- a/contentstream/contentstream.go +++ b/contentstream/contentstream.go @@ -20,786 +20,790 @@ // be converted to a string for embedding in a PDF file. // // The contentstream package uses the core and model packages. -package contentstream ;import (_f "bufio";_a "bytes";_g "encoding/hex";_b "errors";_e "fmt";_ec "github.com/unidoc/unipdf/v3/common";_cg "github.com/unidoc/unipdf/v3/core";_aa "github.com/unidoc/unipdf/v3/internal/imageutil";_da "github.com/unidoc/unipdf/v3/internal/transform"; -_dad "github.com/unidoc/unipdf/v3/model";_bg "image/color";_fd "image/jpeg";_ce "io";_de "math";_d "regexp";_bb "strconv";); +package contentstream ;import (_e "bufio";_fg "bytes";_cg "encoding/hex";_g "errors";_ga "fmt";_dc "github.com/unidoc/unipdf/v3/common";_eaf "github.com/unidoc/unipdf/v3/core";_d "github.com/unidoc/unipdf/v3/internal/imageutil";_b "github.com/unidoc/unipdf/v3/internal/transform"; +_ee "github.com/unidoc/unipdf/v3/model";_fc "image/color";_gg "image/jpeg";_ea "io";_ed "math";_ce "regexp";_c "strconv";); -// Add_Tm appends 'Tm' operand to the content stream: -// Set the text line matrix. +// Add_Do adds 'Do' operation to the content stream: +// Displays an XObject (image or form) specified by `name`. // -// See section 9.4.2 "Text Positioning Operators" and -// Table 108 (pp. 257-258 PDF32000_2008). -func (_efe *ContentCreator )Add_Tm (a ,b ,c ,d ,e ,f float64 )*ContentCreator {_dcc :=ContentStreamOperation {};_dcc .Operand ="\u0054\u006d";_dcc .Params =_gbg ([]float64 {a ,b ,c ,d ,e ,f });_efe ._bf =append (_efe ._bf ,&_dcc );return _efe ;}; +// See section 8.8 "External Objects" and Table 87 (pp. 209-220 PDF32000_2008). +func (_cfa *ContentCreator )Add_Do (name _eaf .PdfObjectName )*ContentCreator {_afc :=ContentStreamOperation {};_afc .Operand ="\u0044\u006f";_afc .Params =_fcce ([]_eaf .PdfObjectName {name });_cfa ._eg =append (_cfa ._eg ,&_afc );return _cfa ;}; -// Add_J adds 'J' operand to the content stream: Set the line cap style (graphics state). +// String returns `ops.Bytes()` as a string. +func (_df *ContentStreamOperations )String ()string {return string (_df .Bytes ())};func (_ddad *ContentStreamProcessor )handleCommand_rg (_fccb *ContentStreamOperation ,_cga *_ee .PdfPageResources )error {_fegg :=_ee .NewPdfColorspaceDeviceRGB ();if len (_fccb .Params )!=_fegg .GetNumComponents (){_dc .Log .Debug ("I\u006e\u0076\u0061\u006c\u0069\u0064 \u006e\u0075\u006d\u0062\u0065\u0072 \u006f\u0066\u0020\u0070\u0061\u0072\u0061m\u0065\u0074\u0065\u0072\u0073\u0020\u0066\u006f\u0072\u0020S\u0043"); +_dc .Log .Debug ("\u004e\u0075mb\u0065\u0072\u0020%\u0064\u0020\u006e\u006ft m\u0061tc\u0068\u0069\u006e\u0067\u0020\u0063\u006flo\u0072\u0073\u0070\u0061\u0063\u0065\u0020%\u0054",len (_fccb .Params ),_fegg );return _g .New ("\u0069\u006e\u0076\u0061l\u0069\u0064\u0020\u006e\u0075\u006d\u0062\u0065\u0072\u0020o\u0066 \u0070\u0061\u0072\u0061\u006d\u0065\u0074e\u0072\u0073"); +};_gadc ,_dgd :=_fegg .ColorFromPdfObjects (_fccb .Params );if _dgd !=nil {return _dgd ;};_ddad ._edec .ColorspaceNonStroking =_fegg ;_ddad ._edec .ColorNonStroking =_gadc ;return nil ;}; + +// Add_s appends 's' operand to the content stream: Close and stroke the path. // -// See section 8.4.4 "Graphic State Operators" and Table 57 (pp. 135-136 PDF32000_2008). -func (_ggb *ContentCreator )Add_J (lineCapStyle string )*ContentCreator {_fg :=ContentStreamOperation {};_fg .Operand ="\u004a";_fg .Params =_fcdg ([]_cg .PdfObjectName {_cg .PdfObjectName (lineCapStyle )});_ggb ._bf =append (_ggb ._bf ,&_fg );return _ggb ; -}; +// See section 8.5.3 "Path Painting Operators" and Table 60 (p. 143 PDF32000_2008). +func (_dcfg *ContentCreator )Add_s ()*ContentCreator {_cb :=ContentStreamOperation {};_cb .Operand ="\u0073";_dcfg ._eg =append (_dcfg ._eg ,&_cb );return _dcfg ;}; -// IsMask checks if an image is a mask. -// The image mask entry in the image dictionary specifies that the image data shall be used as a stencil -// mask for painting in the current color. The mask data is 1bpc, grayscale. -func (_cae *ContentStreamInlineImage )IsMask ()(bool ,error ){if _cae .ImageMask !=nil {_gdff ,_cagf :=_cae .ImageMask .(*_cg .PdfObjectBool );if !_cagf {_ec .Log .Debug ("\u0049m\u0061\u0067\u0065\u0020\u006d\u0061\u0073\u006b\u0020\u006e\u006ft\u0020\u0061\u0020\u0062\u006f\u006f\u006c\u0065\u0061\u006e"); -return false ,_b .New ("\u0069\u006e\u0076\u0061li\u0064\u0020\u006f\u0062\u006a\u0065\u0063\u0074\u0020\u0074\u0079\u0070\u0065");};return bool (*_gdff ),nil ;};return false ,nil ;}; +// ContentStreamOperations is a slice of ContentStreamOperations. +type ContentStreamOperations []*ContentStreamOperation ;func (_bgb *ContentStreamParser )skipSpaces ()(int ,error ){_aaea :=0;for {_cfbda ,_bfdf :=_bgb ._ccf .Peek (1);if _bfdf !=nil {return 0,_bfdf ;};if _eaf .IsWhiteSpace (_cfbda [0]){_bgb ._ccf .ReadByte (); +_aaea ++;}else {break ;};};return _aaea ,nil ;}; -// Add_Tc appends 'Tc' operand to the content stream: -// Set character spacing. +// Add_Tf appends 'Tf' operand to the content stream: +// Set font and font size specified by font resource `fontName` and `fontSize`. // // See section 9.3 "Text State Parameters and Operators" and // Table 105 (pp. 251-252 PDF32000_2008). -func (_ebe *ContentCreator )Add_Tc (charSpace float64 )*ContentCreator {_eac :=ContentStreamOperation {};_eac .Operand ="\u0054\u0063";_eac .Params =_gbg ([]float64 {charSpace });_ebe ._bf =append (_ebe ._bf ,&_eac );return _ebe ;};func (_bdbd *ContentStreamProcessor )handleCommand_g (_adde *ContentStreamOperation ,_cfda *_dad .PdfPageResources )error {_gdcga :=_dad .NewPdfColorspaceDeviceGray (); -if len (_adde .Params )!=_gdcga .GetNumComponents (){_ec .Log .Debug ("\u0049\u006e\u0076al\u0069\u0064\u0020\u006e\u0075\u006d\u0062\u0065\u0072 \u006ff\u0020p\u0061r\u0061\u006d\u0065\u0074\u0065\u0072\u0073\u0020\u0066\u006f\u0072\u0020\u0067");_ec .Log .Debug ("\u004e\u0075mb\u0065\u0072\u0020%\u0064\u0020\u006e\u006ft m\u0061tc\u0068\u0069\u006e\u0067\u0020\u0063\u006flo\u0072\u0073\u0070\u0061\u0063\u0065\u0020%\u0054",len (_adde .Params ),_gdcga ); -return _b .New ("\u0069\u006e\u0076\u0061l\u0069\u0064\u0020\u006e\u0075\u006d\u0062\u0065\u0072\u0020o\u0066 \u0070\u0061\u0072\u0061\u006d\u0065\u0074e\u0072\u0073");};_fded ,_cedd :=_gdcga .ColorFromPdfObjects (_adde .Params );if _cedd !=nil {_ec .Log .Debug ("\u0045\u0052\u0052\u004fR\u003a\u0020\u0068\u0061\u006e\u0064\u006c\u0065\u0043o\u006d\u006d\u0061\u006e\u0064\u005f\u0067\u0020\u0049\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0070\u0061r\u0061\u006d\u0073\u002e\u0020c\u0073\u003d\u0025\u0054\u0020\u006f\u0070\u003d\u0025\u0073\u0020\u0065\u0072\u0072\u003d\u0025\u0076",_gdcga ,_adde ,_cedd ); -return _cedd ;};_bdbd ._ebdd .ColorspaceNonStroking =_gdcga ;_bdbd ._ebdd .ColorNonStroking =_fded ;return nil ;}; +func (_ged *ContentCreator )Add_Tf (fontName _eaf .PdfObjectName ,fontSize float64 )*ContentCreator {_dfd :=ContentStreamOperation {};_dfd .Operand ="\u0054\u0066";_dfd .Params =_fcce ([]_eaf .PdfObjectName {fontName });_dfd .Params =append (_dfd .Params ,_daea ([]float64 {fontSize })...); +_ged ._eg =append (_ged ._eg ,&_dfd );return _ged ;}; -// Add_BT appends 'BT' operand to the content stream: -// Begin text. +// Add_cm adds 'cm' operation to the content stream: Modifies the current transformation matrix (ctm) +// of the graphics state. // -// See section 9.4 "Text Objects" and Table 107 (p. 256 PDF32000_2008). -func (_ccb *ContentCreator )Add_BT ()*ContentCreator {_fgfg :=ContentStreamOperation {};_fgfg .Operand ="\u0042\u0054";_ccb ._bf =append (_ccb ._bf ,&_fgfg );return _ccb ;};func (_ffac *ContentStreamProcessor )handleCommand_cs (_gcfd *ContentStreamOperation ,_acd *_dad .PdfPageResources )error {if len (_gcfd .Params )< 1{_ec .Log .Debug ("\u0049\u006e\u0076\u0061\u006c\u0069d\u0020\u0043\u0053\u0020\u0063\u006f\u006d\u006d\u0061\u006e\u0064\u002c\u0020s\u006b\u0069\u0070\u0070\u0069\u006e\u0067 \u006f\u0076\u0065\u0072"); -return _b .New ("\u0074o\u006f \u0066\u0065\u0077\u0020\u0070a\u0072\u0061m\u0065\u0074\u0065\u0072\u0073");};if len (_gcfd .Params )> 1{_ec .Log .Debug ("\u0043\u0053\u0020\u0063\u006f\u006d\u006d\u0061n\u0064\u0020\u0077it\u0068\u0020\u0074\u006f\u006f\u0020m\u0061\u006e\u0079\u0020\u0070\u0061\u0072\u0061\u006d\u0065\u0074\u0065\u0072\u0073\u0020-\u0020\u0063\u006f\u006e\u0074\u0069\u006e\u0075i\u006e\u0067"); -return _b .New ("\u0074\u006f\u006f\u0020ma\u006e\u0079\u0020\u0070\u0061\u0072\u0061\u006d\u0065\u0074\u0065\u0072\u0073");};_gafag ,_afeb :=_gcfd .Params [0].(*_cg .PdfObjectName );if !_afeb {_ec .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020C\u0053\u0020\u0063o\u006d\u006d\u0061n\u0064\u0020w\u0069\u0074\u0068\u0020\u0069\u006ev\u0061li\u0064\u0020\u0070\u0061\u0072\u0061\u006d\u0065\u0074\u0065\u0072\u002c\u0020\u0073\u006b\u0069\u0070\u0070\u0069\u006e\u0067\u0020\u006f\u0076\u0065\u0072"); -return _b .New ("\u0074\u0079p\u0065\u0020\u0063h\u0065\u0063\u006b\u0020\u0065\u0072\u0072\u006f\u0072");};_gfb ,_ffag :=_ffac .getColorspace (string (*_gafag ),_acd );if _ffag !=nil {return _ffag ;};_ffac ._ebdd .ColorspaceNonStroking =_gfb ;_ffff ,_ffag :=_ffac .getInitialColor (_gfb ); -if _ffag !=nil {return _ffag ;};_ffac ._ebdd .ColorNonStroking =_ffff ;return nil ;}; +// See section 8.4.4 "Graphic State Operators" and Table 57 (pp. 135-136 PDF32000_2008). +func (_gaa *ContentCreator )Add_cm (a ,b ,c ,d ,e ,f float64 )*ContentCreator {_fa :=ContentStreamOperation {};_fa .Operand ="\u0063\u006d";_fa .Params =_daea ([]float64 {a ,b ,c ,d ,e ,f });_gaa ._eg =append (_gaa ._eg ,&_fa );return _gaa ;};func (_bab *ContentStreamParser )parseBool ()(_eaf .PdfObjectBool ,error ){_dgbc ,_edag :=_bab ._ccf .Peek (4); +if _edag !=nil {return _eaf .PdfObjectBool (false ),_edag ;};if (len (_dgbc )>=4)&&(string (_dgbc [:4])=="\u0074\u0072\u0075\u0065"){_bab ._ccf .Discard (4);return _eaf .PdfObjectBool (true ),nil ;};_dgbc ,_edag =_bab ._ccf .Peek (5);if _edag !=nil {return _eaf .PdfObjectBool (false ),_edag ; +};if (len (_dgbc )>=5)&&(string (_dgbc [:5])=="\u0066\u0061\u006cs\u0065"){_bab ._ccf .Discard (5);return _eaf .PdfObjectBool (false ),nil ;};return _eaf .PdfObjectBool (false ),_g .New ("\u0075n\u0065\u0078\u0070\u0065c\u0074\u0065\u0064\u0020\u0062o\u006fl\u0065a\u006e\u0020\u0073\u0074\u0072\u0069\u006eg"); +}; -// Add_h appends 'h' operand to the content stream: -// Close the current subpath by adding a line between the current position and the starting position. +// NewContentCreator returns a new initialized ContentCreator. +func NewContentCreator ()*ContentCreator {_gf :=&ContentCreator {};_gf ._eg =ContentStreamOperations {};return _gf ;}; + +// Add_SCN appends 'SCN' operand to the content stream: +// Same as SC but supports more colorspaces. // -// See section 8.5.2 "Path Construction Operators" and Table 59 (pp. 140-141 PDF32000_2008). -func (_gdf *ContentCreator )Add_h ()*ContentCreator {_gbfg :=ContentStreamOperation {};_gbfg .Operand ="\u0068";_gdf ._bf =append (_gdf ._bf ,&_gbfg );return _gdf ;};type handlerEntry struct{Condition HandlerConditionEnum ;Operand string ;Handler HandlerFunc ; -}; +// See section 8.6.8 "Colour Operators" and Table 74 (p. 179-180 PDF32000_2008). +func (_gce *ContentCreator )Add_SCN (c ...float64 )*ContentCreator {_dad :=ContentStreamOperation {};_dad .Operand ="\u0053\u0043\u004e";_dad .Params =_daea (c );_gce ._eg =append (_gce ._eg ,&_dad );return _gce ;}; // Add_M adds 'M' operand to the content stream: Set the miter limit (graphics state). // // See section 8.4.4 "Graphic State Operators" and Table 57 (pp. 135-136 PDF32000_2008). -func (_fac *ContentCreator )Add_M (miterlimit float64 )*ContentCreator {_cff :=ContentStreamOperation {};_cff .Operand ="\u004d";_cff .Params =_gbg ([]float64 {miterlimit });_fac ._bf =append (_fac ._bf ,&_cff );return _fac ;}; +func (_acc *ContentCreator )Add_M (miterlimit float64 )*ContentCreator {_gd :=ContentStreamOperation {};_gd .Operand ="\u004d";_gd .Params =_daea ([]float64 {miterlimit });_acc ._eg =append (_acc ._eg ,&_gd );return _acc ;}; -// Add_B appends 'B' operand to the content stream: -// Fill and then stroke the path (nonzero winding number rule). +// Add_W_starred appends 'W*' operand to the content stream: +// Modify the current clipping path by intersecting with the current path (even odd rule). // -// See section 8.5.3 "Path Painting Operators" and Table 60 (p. 143 PDF32000_2008). -func (_fee *ContentCreator )Add_B ()*ContentCreator {_fed :=ContentStreamOperation {};_fed .Operand ="\u0042";_fee ._bf =append (_fee ._bf ,&_fed );return _fee ;}; +// See section 8.5.4 "Clipping Path Operators" and Table 61 (p. 146 PDF32000_2008). +func (_gad *ContentCreator )Add_W_starred ()*ContentCreator {_cgf :=ContentStreamOperation {};_cgf .Operand ="\u0057\u002a";_gad ._eg =append (_gad ._eg ,&_cgf );return _gad ;};func (_babd *ContentStreamProcessor )handleCommand_K (_bbd *ContentStreamOperation ,_fgfe *_ee .PdfPageResources )error {_cgaa :=_ee .NewPdfColorspaceDeviceCMYK (); +if len (_bbd .Params )!=_cgaa .GetNumComponents (){_dc .Log .Debug ("I\u006e\u0076\u0061\u006c\u0069\u0064 \u006e\u0075\u006d\u0062\u0065\u0072 \u006f\u0066\u0020\u0070\u0061\u0072\u0061m\u0065\u0074\u0065\u0072\u0073\u0020\u0066\u006f\u0072\u0020S\u0043"); +_dc .Log .Debug ("\u004e\u0075mb\u0065\u0072\u0020%\u0064\u0020\u006e\u006ft m\u0061tc\u0068\u0069\u006e\u0067\u0020\u0063\u006flo\u0072\u0073\u0070\u0061\u0063\u0065\u0020%\u0054",len (_bbd .Params ),_cgaa );return _g .New ("\u0069\u006e\u0076\u0061l\u0069\u0064\u0020\u006e\u0075\u006d\u0062\u0065\u0072\u0020o\u0066 \u0070\u0061\u0072\u0061\u006d\u0065\u0074e\u0072\u0073"); +};_acfdc ,_fgaa :=_cgaa .ColorFromPdfObjects (_bbd .Params );if _fgaa !=nil {return _fgaa ;};_babd ._edec .ColorspaceStroking =_cgaa ;_babd ._edec .ColorStroking =_acfdc ;return nil ;}; -// Add_Tj appends 'Tj' operand to the content stream: -// Show a text string. +// Add_ri adds 'ri' operand to the content stream, which sets the color rendering intent. // -// See section 9.4.3 "Text Showing Operators" and -// Table 209 (pp. 258-259 PDF32000_2008). -func (_cbc *ContentCreator )Add_Tj (textstr _cg .PdfObjectString )*ContentCreator {_efg :=ContentStreamOperation {};_efg .Operand ="\u0054\u006a";_efg .Params =_eab ([]_cg .PdfObjectString {textstr });_cbc ._bf =append (_cbc ._bf ,&_efg );return _cbc ; -};func (_beaf *ContentStreamProcessor )getInitialColor (_gad _dad .PdfColorspace )(_dad .PdfColor ,error ){switch _dbe :=_gad .(type ){case *_dad .PdfColorspaceDeviceGray :return _dad .NewPdfColorDeviceGray (0.0),nil ;case *_dad .PdfColorspaceDeviceRGB :return _dad .NewPdfColorDeviceRGB (0.0,0.0,0.0),nil ; -case *_dad .PdfColorspaceDeviceCMYK :return _dad .NewPdfColorDeviceCMYK (0.0,0.0,0.0,1.0),nil ;case *_dad .PdfColorspaceCalGray :return _dad .NewPdfColorCalGray (0.0),nil ;case *_dad .PdfColorspaceCalRGB :return _dad .NewPdfColorCalRGB (0.0,0.0,0.0),nil ; -case *_dad .PdfColorspaceLab :_efeg :=0.0;_abaa :=0.0;_gbcf :=0.0;if _dbe .Range [0]> 0{_efeg =_dbe .Range [0];};if _dbe .Range [2]> 0{_abaa =_dbe .Range [2];};return _dad .NewPdfColorLab (_efeg ,_abaa ,_gbcf ),nil ;case *_dad .PdfColorspaceICCBased :if _dbe .Alternate ==nil {_ec .Log .Trace ("\u0049\u0043\u0043\u0020\u0042\u0061\u0073\u0065\u0064\u0020\u006eo\u0074\u0020\u0064\u0065\u0066\u0069\u006e\u0065d\u0020-\u0020\u0061\u0074\u0074\u0065\u006d\u0070\u0074\u0069\u006e\u0067\u0020\u0066\u0061\u006c\u006c\u0020\u0062a\u0063\u006b\u0020\u0028\u004e\u0020\u003d\u0020\u0025\u0064\u0029",_dbe .N ); -if _dbe .N ==1{_ec .Log .Trace ("\u0046\u0061\u006c\u006c\u0069\u006e\u0067\u0020\u0062\u0061\u0063k\u0020\u0074\u006f\u0020\u0044\u0065\u0076\u0069\u0063\u0065G\u0072\u0061\u0079");return _beaf .getInitialColor (_dad .NewPdfColorspaceDeviceGray ());}else if _dbe .N ==3{_ec .Log .Trace ("\u0046a\u006c\u006c\u0069\u006eg\u0020\u0062\u0061\u0063\u006b \u0074o\u0020D\u0065\u0076\u0069\u0063\u0065\u0052\u0047B"); -return _beaf .getInitialColor (_dad .NewPdfColorspaceDeviceRGB ());}else if _dbe .N ==4{_ec .Log .Trace ("\u0046\u0061\u006c\u006c\u0069\u006e\u0067\u0020\u0062\u0061\u0063k\u0020\u0074\u006f\u0020\u0044\u0065\u0076\u0069\u0063\u0065C\u004d\u0059\u004b"); -return _beaf .getInitialColor (_dad .NewPdfColorspaceDeviceCMYK ());}else {return nil ,_b .New ("a\u006c\u0074\u0065\u0072\u006e\u0061t\u0065\u0020\u0073\u0070\u0061\u0063e\u0020\u006e\u006f\u0074\u0020\u0064\u0065f\u0069\u006e\u0065\u0064\u0020\u0066\u006f\u0072\u0020\u0049C\u0043"); -};};return _beaf .getInitialColor (_dbe .Alternate );case *_dad .PdfColorspaceSpecialIndexed :if _dbe .Base ==nil {return nil ,_b .New ("\u0069\u006e\u0064\u0065\u0078\u0065\u0064\u0020\u0062\u0061\u0073e\u0020\u006e\u006f\u0074\u0020\u0073\u0070\u0065\u0063\u0069f\u0069\u0065\u0064"); -};return _beaf .getInitialColor (_dbe .Base );case *_dad .PdfColorspaceSpecialSeparation :if _dbe .AlternateSpace ==nil {return nil ,_b .New ("\u0061\u006ct\u0065\u0072\u006e\u0061\u0074\u0065\u0020\u0073\u0070\u0061\u0063\u0065\u0020\u006e\u006f\u0074\u0020\u0073\u0070\u0065\u0063\u0069fi\u0065\u0064"); -};return _beaf .getInitialColor (_dbe .AlternateSpace );case *_dad .PdfColorspaceDeviceN :if _dbe .AlternateSpace ==nil {return nil ,_b .New ("\u0061\u006ct\u0065\u0072\u006e\u0061\u0074\u0065\u0020\u0073\u0070\u0061\u0063\u0065\u0020\u006e\u006f\u0074\u0020\u0073\u0070\u0065\u0063\u0069fi\u0065\u0064"); -};return _beaf .getInitialColor (_dbe .AlternateSpace );case *_dad .PdfColorspaceSpecialPattern :return _dad .NewPdfColorPattern (),nil ;};_ec .Log .Debug ("Un\u0061\u0062l\u0065\u0020\u0074\u006f\u0020\u0064\u0065\u0074\u0065r\u006d\u0069\u006e\u0065\u0020\u0069\u006e\u0069\u0074\u0069\u0061\u006c\u0020\u0063\u006f\u006c\u006f\u0072\u0020\u0066\u006f\u0072\u0020\u0075\u006e\u006b\u006e\u006fw\u006e \u0063\u006f\u006c\u006f\u0072\u0073\u0070\u0061c\u0065:\u0020\u0025T",_gad ); -return nil ,_b .New ("\u0075\u006e\u0073\u0075pp\u006f\u0072\u0074\u0065\u0064\u0020\u0063\u006f\u006c\u006f\u0072\u0073\u0070\u0061c\u0065");};func _edba (_eag _dad .PdfColorspace )bool {_ ,_fbf :=_eag .(*_dad .PdfColorspaceSpecialPattern );return _fbf ; -}; +// See section 8.4.4 "Graphic State Operators" and Table 57 (pp. 135-136 PDF32000_2008). +func (_bfg *ContentCreator )Add_ri (intent _eaf .PdfObjectName )*ContentCreator {_gdd :=ContentStreamOperation {};_gdd .Operand ="\u0072\u0069";_gdd .Params =_fcce ([]_eaf .PdfObjectName {intent });_bfg ._eg =append (_bfg ._eg ,&_gdd );return _bfg ;};type handlerEntry struct{Condition HandlerConditionEnum ; +Operand string ;Handler HandlerFunc ;}; -// Add_f appends 'f' operand to the content stream: -// Fill the path using the nonzero winding number rule to determine fill region. +// Add_SCN_pattern appends 'SCN' operand to the content stream for pattern `name`: +// SCN with name attribute (for pattern). Syntax: c1 ... cn name SCN. // -// See section 8.5.3 "Path Painting Operators" and Table 60 (p. 143 PDF32000_2008). -func (_ccd *ContentCreator )Add_f ()*ContentCreator {_gf :=ContentStreamOperation {};_gf .Operand ="\u0066";_ccd ._bf =append (_ccd ._bf ,&_gf );return _ccd ;};func _fada (_gef *ContentStreamInlineImage )(*_cg .DCTEncoder ,error ){_gdcf :=_cg .NewDCTEncoder (); -_gacg :=_a .NewReader (_gef ._cbdd );_fde ,_cde :=_fd .DecodeConfig (_gacg );if _cde !=nil {_ec .Log .Debug ("\u0045\u0072\u0072or\u0020\u0064\u0065\u0063\u006f\u0064\u0069\u006e\u0067\u0020\u0066\u0069\u006c\u0065\u003a\u0020\u0025\u0073",_cde );return nil ,_cde ; -};switch _fde .ColorModel {case _bg .RGBAModel :_gdcf .BitsPerComponent =8;_gdcf .ColorComponents =3;case _bg .RGBA64Model :_gdcf .BitsPerComponent =16;_gdcf .ColorComponents =3;case _bg .GrayModel :_gdcf .BitsPerComponent =8;_gdcf .ColorComponents =1; -case _bg .Gray16Model :_gdcf .BitsPerComponent =16;_gdcf .ColorComponents =1;case _bg .CMYKModel :_gdcf .BitsPerComponent =8;_gdcf .ColorComponents =4;case _bg .YCbCrModel :_gdcf .BitsPerComponent =8;_gdcf .ColorComponents =3;default:return nil ,_b .New ("\u0075\u006e\u0073up\u0070\u006f\u0072\u0074\u0065\u0064\u0020\u0063\u006f\u006c\u006f\u0072\u0020\u006d\u006f\u0064\u0065\u006c"); -};_gdcf .Width =_fde .Width ;_gdcf .Height =_fde .Height ;_ec .Log .Trace ("\u0044\u0043T\u0020\u0045\u006ec\u006f\u0064\u0065\u0072\u003a\u0020\u0025\u002b\u0076",_gdcf );return _gdcf ,nil ;}; +// See section 8.6.8 "Colour Operators" and Table 74 (p. 179-180 PDF32000_2008). +func (_ebga *ContentCreator )Add_SCN_pattern (name _eaf .PdfObjectName ,c ...float64 )*ContentCreator {_bc :=ContentStreamOperation {};_bc .Operand ="\u0053\u0043\u004e";_bc .Params =_daea (c );_bc .Params =append (_bc .Params ,_eaf .MakeName (string (name ))); +_ebga ._eg =append (_ebga ._eg ,&_bc );return _ebga ;}; -// Add_Do adds 'Do' operation to the content stream: -// Displays an XObject (image or form) specified by `name`. +// Add_EMC appends 'EMC' operand to the content stream: +// Ends a marked-content sequence. // -// See section 8.8 "External Objects" and Table 87 (pp. 209-220 PDF32000_2008). -func (_ae *ContentCreator )Add_Do (name _cg .PdfObjectName )*ContentCreator {_fbc :=ContentStreamOperation {};_fbc .Operand ="\u0044\u006f";_fbc .Params =_fcdg ([]_cg .PdfObjectName {name });_ae ._bf =append (_ae ._bf ,&_fbc );return _ae ;}; +// See section 14.6 "Marked Content" and Table 320 (p. 561 PDF32000_2008). +func (_dgg *ContentCreator )Add_EMC ()*ContentCreator {_ccdd :=ContentStreamOperation {};_ccdd .Operand ="\u0045\u004d\u0043";_dgg ._eg =append (_dgg ._eg ,&_ccdd );return _dgg ;}; -// Add_B_starred appends 'B*' operand to the content stream: -// Fill and then stroke the path (even-odd rule). +// Add_y appends 'y' operand to the content stream: Append a Bezier curve to the current path from the +// current point to (x3,y3) with (x1, y1) and (x3,y3) as control points. // -// See section 8.5.3 "Path Painting Operators" and Table 60 (p. 143 PDF32000_2008). -func (_dee *ContentCreator )Add_B_starred ()*ContentCreator {_gaf :=ContentStreamOperation {};_gaf .Operand ="\u0042\u002a";_dee ._bf =append (_dee ._bf ,&_gaf );return _dee ;}; - -// GraphicStateStack represents a stack of GraphicsState. -type GraphicStateStack []GraphicsState ; +// See section 8.5.2 "Path Construction Operators" and Table 59 (pp. 140-141 PDF32000_2008). +func (_ba *ContentCreator )Add_y (x1 ,y1 ,x3 ,y3 float64 )*ContentCreator {_acf :=ContentStreamOperation {};_acf .Operand ="\u0079";_acf .Params =_daea ([]float64 {x1 ,y1 ,x3 ,y3 });_ba ._eg =append (_ba ._eg ,&_acf );return _ba ;}; -// Add_Q adds 'Q' operand to the content stream: Pops the most recently stored state from the stack. +// Add_TJ appends 'TJ' operand to the content stream: +// Show one or more text string. Array of numbers (displacement) and strings. // -// See section 8.4.4 "Graphic State Operators" and Table 57 (pp. 135-136 PDF32000_2008). -func (_dbf *ContentCreator )Add_Q ()*ContentCreator {_deb :=ContentStreamOperation {};_deb .Operand ="\u0051";_dbf ._bf =append (_dbf ._bf ,&_deb );return _dbf ;};func _ecde (_faf *ContentStreamInlineImage ,_fdbd *_cg .PdfObjectDictionary )(*_cg .FlateEncoder ,error ){_ggbg :=_cg .NewFlateEncoder (); -if _faf ._ebfd !=nil {_ggbg .SetImage (_faf ._ebfd );};if _fdbd ==nil {_adg :=_faf .DecodeParms ;if _adg !=nil {_ebce ,_caf :=_cg .GetDict (_adg );if !_caf {_ec .Log .Debug ("E\u0072\u0072\u006f\u0072\u003a\u0020\u0044\u0065\u0063\u006f\u0064\u0065\u0050\u0061\u0072\u006d\u0073\u0020n\u006f\u0074\u0020\u0061\u0020\u0064\u0069\u0063\u0074\u0069on\u0061\u0072\u0079 \u0028%\u0054\u0029",_adg ); -return nil ,_e .Errorf ("\u0069\u006e\u0076\u0061li\u0064\u0020\u0044\u0065\u0063\u006f\u0064\u0065\u0050\u0061\u0072\u006d\u0073");};_fdbd =_ebce ;};};if _fdbd ==nil {return _ggbg ,nil ;};_ec .Log .Trace ("\u0064\u0065\u0063\u006f\u0064\u0065\u0020\u0070\u0061\u0072\u0061\u006ds\u003a\u0020\u0025\u0073",_fdbd .String ()); -_fbe :=_fdbd .Get ("\u0050r\u0065\u0064\u0069\u0063\u0074\u006fr");if _fbe ==nil {_ec .Log .Debug ("E\u0072\u0072o\u0072\u003a\u0020\u0050\u0072\u0065\u0064\u0069\u0063\u0074\u006f\u0072\u0020\u006d\u0069\u0073\u0073\u0069\u006e\u0067 \u0066\u0072\u006f\u006d\u0020\u0044\u0065\u0063\u006f\u0064\u0065\u0050\u0061\u0072\u006d\u0073 \u002d\u0020\u0043\u006f\u006e\u0074\u0069\u006e\u0075\u0065\u0020\u0077\u0069t\u0068\u0020\u0064\u0065\u0066\u0061\u0075\u006c\u0074\u0020\u00281\u0029"); -}else {_cbd ,_ecf :=_fbe .(*_cg .PdfObjectInteger );if !_ecf {_ec .Log .Debug ("E\u0072\u0072\u006f\u0072\u003a\u0020\u0050\u0072\u0065d\u0069\u0063\u0074\u006f\u0072\u0020\u0073pe\u0063\u0069\u0066\u0069e\u0064\u0020\u0062\u0075\u0074\u0020\u006e\u006f\u0074 n\u0075\u006de\u0072\u0069\u0063\u0020\u0028\u0025\u0054\u0029",_fbe ); -return nil ,_e .Errorf ("\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0050\u0072\u0065\u0064i\u0063\u0074\u006f\u0072");};_ggbg .Predictor =int (*_cbd );};_fbe =_fdbd .Get ("\u0042\u0069t\u0073\u0050\u0065r\u0043\u006f\u006d\u0070\u006f\u006e\u0065\u006e\u0074"); -if _fbe !=nil {_eeeg ,_cgb :=_fbe .(*_cg .PdfObjectInteger );if !_cgb {_ec .Log .Debug ("\u0045\u0052\u0052O\u0052\u003a\u0020\u0049n\u0076\u0061\u006c\u0069\u0064\u0020\u0042i\u0074\u0073\u0050\u0065\u0072\u0043\u006f\u006d\u0070\u006f\u006e\u0065\u006e\u0074"); -return nil ,_e .Errorf ("\u0069n\u0076\u0061\u006c\u0069\u0064\u0020\u0042\u0069\u0074\u0073\u0050e\u0072\u0043\u006f\u006d\u0070\u006f\u006e\u0065\u006e\u0074");};_ggbg .BitsPerComponent =int (*_eeeg );};if _ggbg .Predictor > 1{_ggbg .Columns =1;_fbe =_fdbd .Get ("\u0043o\u006c\u0075\u006d\u006e\u0073"); -if _fbe !=nil {_aeca ,_adgb :=_fbe .(*_cg .PdfObjectInteger );if !_adgb {return nil ,_e .Errorf ("\u0070r\u0065\u0064\u0069\u0063\u0074\u006f\u0072\u0020\u0063\u006f\u006cu\u006d\u006e\u0020\u0069\u006e\u0076\u0061\u006c\u0069\u0064");};_ggbg .Columns =int (*_aeca ); -};_ggbg .Colors =1;_fbd :=_fdbd .Get ("\u0043\u006f\u006c\u006f\u0072\u0073");if _fbd !=nil {_dcag ,_bbf :=_fbd .(*_cg .PdfObjectInteger );if !_bbf {return nil ,_e .Errorf ("\u0070\u0072\u0065d\u0069\u0063\u0074\u006fr\u0020\u0063\u006f\u006c\u006f\u0072\u0073 \u006e\u006f\u0074\u0020\u0061\u006e\u0020\u0069\u006e\u0074\u0065\u0067\u0065\u0072"); -};_ggbg .Colors =int (*_dcag );};};return _ggbg ,nil ;};func (_gdgc *ContentStreamProcessor )handleCommand_SC (_eceg *ContentStreamOperation ,_faaag *_dad .PdfPageResources )error {_bbbc :=_gdgc ._ebdd .ColorspaceStroking ;if len (_eceg .Params )!=_bbbc .GetNumComponents (){_ec .Log .Debug ("I\u006e\u0076\u0061\u006c\u0069\u0064 \u006e\u0075\u006d\u0062\u0065\u0072 \u006f\u0066\u0020\u0070\u0061\u0072\u0061m\u0065\u0074\u0065\u0072\u0073\u0020\u0066\u006f\u0072\u0020S\u0043"); -_ec .Log .Debug ("\u004e\u0075mb\u0065\u0072\u0020%\u0064\u0020\u006e\u006ft m\u0061tc\u0068\u0069\u006e\u0067\u0020\u0063\u006flo\u0072\u0073\u0070\u0061\u0063\u0065\u0020%\u0054",len (_eceg .Params ),_bbbc );return _b .New ("\u0069\u006e\u0076\u0061l\u0069\u0064\u0020\u006e\u0075\u006d\u0062\u0065\u0072\u0020o\u0066 \u0070\u0061\u0072\u0061\u006d\u0065\u0074e\u0072\u0073"); -};_agga ,_fcb :=_bbbc .ColorFromPdfObjects (_eceg .Params );if _fcb !=nil {return _fcb ;};_gdgc ._ebdd .ColorStroking =_agga ;return nil ;}; +// See section 9.4.3 "Text Showing Operators" and +// Table 209 (pp. 258-259 PDF32000_2008). +func (_eedf *ContentCreator )Add_TJ (vals ..._eaf .PdfObject )*ContentCreator {_bddd :=ContentStreamOperation {};_bddd .Operand ="\u0054\u004a";_bddd .Params =[]_eaf .PdfObject {_eaf .MakeArray (vals ...)};_eedf ._eg =append (_eedf ._eg ,&_bddd );return _eedf ; +}; -// NewInlineImageFromImage makes a new content stream inline image object from an image. -func NewInlineImageFromImage (img _dad .Image ,encoder _cg .StreamEncoder )(*ContentStreamInlineImage ,error ){if encoder ==nil {encoder =_cg .NewRawEncoder ();};encoder .UpdateParams (img .GetParamsDict ());_gdac :=ContentStreamInlineImage {};if img .ColorComponents ==1{_gdac .ColorSpace =_cg .MakeName ("\u0047"); -}else if img .ColorComponents ==3{_gdac .ColorSpace =_cg .MakeName ("\u0052\u0047\u0042");}else if img .ColorComponents ==4{_gdac .ColorSpace =_cg .MakeName ("\u0043\u004d\u0059\u004b");}else {_ec .Log .Debug ("\u0049\u006e\u0076\u0061\u006c\u0069\u0064 \u006e\u0075\u006db\u0065\u0072\u0020o\u0066\u0020c\u006f\u006c\u006f\u0072\u0020\u0063o\u006dpo\u006e\u0065\u006e\u0074\u0073\u0020\u0066\u006f\u0072\u0020\u0069\u006e\u006c\u0069\u006e\u0065\u0020\u0069\u006d\u0061\u0067\u0065\u003a\u0020\u0025\u0064",img .ColorComponents ); -return nil ,_b .New ("\u0069\u006e\u0076al\u0069\u0064\u0020\u006e\u0075\u006d\u0062\u0065\u0072 \u006ff\u0020c\u006fl\u006f\u0072\u0020\u0063\u006f\u006d\u0070\u006f\u006e\u0065\u006e\u0074\u0073");};_gdac .BitsPerComponent =_cg .MakeInteger (img .BitsPerComponent ); -_gdac .Width =_cg .MakeInteger (img .Width );_gdac .Height =_cg .MakeInteger (img .Height );_cgbb ,_cac :=encoder .EncodeBytes (img .Data );if _cac !=nil {return nil ,_cac ;};_gdac ._cbdd =_cgbb ;_debe :=encoder .GetFilterName ();if _debe !=_cg .StreamEncodingFilterNameRaw {_gdac .Filter =_cg .MakeName (_debe ); -};return &_gdac ,nil ;}; +// Add_Tj appends 'Tj' operand to the content stream: +// Show a text string. +// +// See section 9.4.3 "Text Showing Operators" and +// Table 209 (pp. 258-259 PDF32000_2008). +func (_bcg *ContentCreator )Add_Tj (textstr _eaf .PdfObjectString )*ContentCreator {_bg :=ContentStreamOperation {};_bg .Operand ="\u0054\u006a";_bg .Params =_aeg ([]_eaf .PdfObjectString {textstr });_bcg ._eg =append (_bcg ._eg ,&_bg );return _bcg ;}; -// AddHandler adds a new ContentStreamProcessor `handler` of type `condition` for `operand`. -func (_ecgd *ContentStreamProcessor )AddHandler (condition HandlerConditionEnum ,operand string ,handler HandlerFunc ){_fgb :=handlerEntry {};_fgb .Condition =condition ;_fgb .Operand =operand ;_fgb .Handler =handler ;_ecgd ._gdgg =append (_ecgd ._gdgg ,_fgb ); -};func _daca (_dgdc string )bool {_ ,_ffgf :=_cga [_dgdc ];return _ffgf };func (_ddd *ContentStreamParser )parseString ()(*_cg .PdfObjectString ,error ){_ddd ._gfea .ReadByte ();var _aed []byte ;_fadee :=1;for {_dcfd ,_ddgc :=_ddd ._gfea .Peek (1);if _ddgc !=nil {return _cg .MakeString (string (_aed )),_ddgc ; -};if _dcfd [0]=='\\'{_ddd ._gfea .ReadByte ();_cgcgd ,_ecfb :=_ddd ._gfea .ReadByte ();if _ecfb !=nil {return _cg .MakeString (string (_aed )),_ecfb ;};if _cg .IsOctalDigit (_cgcgd ){_agg ,_gccc :=_ddd ._gfea .Peek (2);if _gccc !=nil {return _cg .MakeString (string (_aed )),_gccc ; -};var _dcg []byte ;_dcg =append (_dcg ,_cgcgd );for _ ,_efge :=range _agg {if _cg .IsOctalDigit (_efge ){_dcg =append (_dcg ,_efge );}else {break ;};};_ddd ._gfea .Discard (len (_dcg )-1);_ec .Log .Trace ("\u004e\u0075\u006d\u0065ri\u0063\u0020\u0073\u0074\u0072\u0069\u006e\u0067\u0020\u0022\u0025\u0073\u0022",_dcg ); -_fafa ,_gccc :=_bb .ParseUint (string (_dcg ),8,32);if _gccc !=nil {return _cg .MakeString (string (_aed )),_gccc ;};_aed =append (_aed ,byte (_fafa ));continue ;};switch _cgcgd {case 'n':_aed =append (_aed ,'\n');case 'r':_aed =append (_aed ,'\r');case 't':_aed =append (_aed ,'\t'); -case 'b':_aed =append (_aed ,'\b');case 'f':_aed =append (_aed ,'\f');case '(':_aed =append (_aed ,'(');case ')':_aed =append (_aed ,')');case '\\':_aed =append (_aed ,'\\');};continue ;}else if _dcfd [0]=='('{_fadee ++;}else if _dcfd [0]==')'{_fadee --; -if _fadee ==0{_ddd ._gfea .ReadByte ();break ;};};_bcf ,_ :=_ddd ._gfea .ReadByte ();_aed =append (_aed ,_bcf );};return _cg .MakeString (string (_aed )),nil ;};func (_gcgb *ContentStreamProcessor )handleCommand_G (_cgba *ContentStreamOperation ,_gec *_dad .PdfPageResources )error {_geffg :=_dad .NewPdfColorspaceDeviceGray (); -if len (_cgba .Params )!=_geffg .GetNumComponents (){_ec .Log .Debug ("I\u006e\u0076\u0061\u006c\u0069\u0064 \u006e\u0075\u006d\u0062\u0065\u0072 \u006f\u0066\u0020\u0070\u0061\u0072\u0061m\u0065\u0074\u0065\u0072\u0073\u0020\u0066\u006f\u0072\u0020S\u0043"); -_ec .Log .Debug ("\u004e\u0075mb\u0065\u0072\u0020%\u0064\u0020\u006e\u006ft m\u0061tc\u0068\u0069\u006e\u0067\u0020\u0063\u006flo\u0072\u0073\u0070\u0061\u0063\u0065\u0020%\u0054",len (_cgba .Params ),_geffg );return _b .New ("\u0069\u006e\u0076\u0061l\u0069\u0064\u0020\u006e\u0075\u006d\u0062\u0065\u0072\u0020o\u0066 \u0070\u0061\u0072\u0061\u006d\u0065\u0074e\u0072\u0073"); -};_bedd ,_aaca :=_geffg .ColorFromPdfObjects (_cgba .Params );if _aaca !=nil {return _aaca ;};_gcgb ._ebdd .ColorspaceStroking =_geffg ;_gcgb ._ebdd .ColorStroking =_bedd ;return nil ;}; -// Add_f_starred appends 'f*' operand to the content stream. -// f*: Fill the path using the even-odd rule to determine fill region. -// -// See section 8.5.3 "Path Painting Operators" and Table 60 (p. 143 PDF32000_2008). -func (_adc *ContentCreator )Add_f_starred ()*ContentCreator {_afd :=ContentStreamOperation {};_afd .Operand ="\u0066\u002a";_adc ._bf =append (_adc ._bf ,&_afd );return _adc ;};func (_geaa *ContentStreamParser )parseNull ()(_cg .PdfObjectNull ,error ){_ ,_gcfb :=_geaa ._gfea .Discard (4); -return _cg .PdfObjectNull {},_gcfb ;};func (_gfgc *ContentStreamParser )parseObject ()(_cfec _cg .PdfObject ,_cbddb bool ,_fedce error ){_gfgc .skipSpaces ();for {_cgef ,_aee :=_gfgc ._gfea .Peek (2);if _aee !=nil {return nil ,false ,_aee ;};_ec .Log .Trace ("\u0050e\u0065k\u0020\u0073\u0074\u0072\u0069\u006e\u0067\u003a\u0020\u0025\u0073",string (_cgef )); -if _cgef [0]=='%'{_gfgc .skipComments ();continue ;}else if _cgef [0]=='/'{_debd ,_adca :=_gfgc .parseName ();_ec .Log .Trace ("\u002d\u003e\u004ea\u006d\u0065\u003a\u0020\u0027\u0025\u0073\u0027",_debd );return &_debd ,false ,_adca ;}else if _cgef [0]=='('{_ec .Log .Trace ("\u002d>\u0053\u0074\u0072\u0069\u006e\u0067!"); -_dcfe ,_aef :=_gfgc .parseString ();return _dcfe ,false ,_aef ;}else if _cgef [0]=='<'&&_cgef [1]!='<'{_ec .Log .Trace ("\u002d\u003e\u0048\u0065\u0078\u0020\u0053\u0074\u0072\u0069\u006e\u0067\u0021");_dfa ,_bbaa :=_gfgc .parseHexString ();return _dfa ,false ,_bbaa ; -}else if _cgef [0]=='['{_ec .Log .Trace ("\u002d\u003e\u0041\u0072\u0072\u0061\u0079\u0021");_daee ,_gaae :=_gfgc .parseArray ();return _daee ,false ,_gaae ;}else if _cg .IsFloatDigit (_cgef [0])||(_cgef [0]=='-'&&_cg .IsFloatDigit (_cgef [1]))||(_cgef [0]=='+'&&_cg .IsFloatDigit (_cgef [1])){_ec .Log .Trace ("\u002d>\u004e\u0075\u006d\u0062\u0065\u0072!"); -_effe ,_edb :=_gfgc .parseNumber ();return _effe ,false ,_edb ;}else if _cgef [0]=='<'&&_cgef [1]=='<'{_cfbe ,_cgcc :=_gfgc .parseDict ();return _cfbe ,false ,_cgcc ;}else {_ec .Log .Trace ("\u002d>\u004fp\u0065\u0072\u0061\u006e\u0064 \u006f\u0072 \u0062\u006f\u006f\u006c\u003f"); -_cgef ,_ =_gfgc ._gfea .Peek (5);_gbfd :=string (_cgef );_ec .Log .Trace ("\u0063\u006f\u006e\u0074\u0020\u0050\u0065\u0065\u006b\u0020\u0073\u0074r\u003a\u0020\u0025\u0073",_gbfd );if (len (_gbfd )> 3)&&(_gbfd [:4]=="\u006e\u0075\u006c\u006c"){_agabd ,_dfge :=_gfgc .parseNull (); -return &_agabd ,false ,_dfge ;}else if (len (_gbfd )> 4)&&(_gbfd [:5]=="\u0066\u0061\u006cs\u0065"){_bdc ,_gaac :=_gfgc .parseBool ();return &_bdc ,false ,_gaac ;}else if (len (_gbfd )> 3)&&(_gbfd [:4]=="\u0074\u0072\u0075\u0065"){_gffd ,_daaa :=_gfgc .parseBool (); -return &_gffd ,false ,_daaa ;};_fbba ,_gegb :=_gfgc .parseOperand ();if _gegb !=nil {return _fbba ,false ,_gegb ;};if len (_fbba .String ())< 1{return _fbba ,false ,ErrInvalidOperand ;};return _fbba ,true ,nil ;};};}; +// NewInlineImageFromImage makes a new content stream inline image object from an image. +func NewInlineImageFromImage (img _ee .Image ,encoder _eaf .StreamEncoder )(*ContentStreamInlineImage ,error ){if encoder ==nil {encoder =_eaf .NewRawEncoder ();};encoder .UpdateParams (img .GetParamsDict ());_baa :=ContentStreamInlineImage {};if img .ColorComponents ==1{_baa .ColorSpace =_eaf .MakeName ("\u0047"); +}else if img .ColorComponents ==3{_baa .ColorSpace =_eaf .MakeName ("\u0052\u0047\u0042");}else if img .ColorComponents ==4{_baa .ColorSpace =_eaf .MakeName ("\u0043\u004d\u0059\u004b");}else {_dc .Log .Debug ("\u0049\u006e\u0076\u0061\u006c\u0069\u0064 \u006e\u0075\u006db\u0065\u0072\u0020o\u0066\u0020c\u006f\u006c\u006f\u0072\u0020\u0063o\u006dpo\u006e\u0065\u006e\u0074\u0073\u0020\u0066\u006f\u0072\u0020\u0069\u006e\u006c\u0069\u006e\u0065\u0020\u0069\u006d\u0061\u0067\u0065\u003a\u0020\u0025\u0064",img .ColorComponents ); +return nil ,_g .New ("\u0069\u006e\u0076al\u0069\u0064\u0020\u006e\u0075\u006d\u0062\u0065\u0072 \u006ff\u0020c\u006fl\u006f\u0072\u0020\u0063\u006f\u006d\u0070\u006f\u006e\u0065\u006e\u0074\u0073");};_baa .BitsPerComponent =_eaf .MakeInteger (img .BitsPerComponent ); +_baa .Width =_eaf .MakeInteger (img .Width );_baa .Height =_eaf .MakeInteger (img .Height );_gdf ,_efac :=encoder .EncodeBytes (img .Data );if _efac !=nil {return nil ,_efac ;};_baa ._gda =_gdf ;_cad :=encoder .GetFilterName ();if _cad !=_eaf .StreamEncodingFilterNameRaw {_baa .Filter =_eaf .MakeName (_cad ); +};return &_baa ,nil ;}; -// Add_re appends 're' operand to the content stream: -// Append a rectangle to the current path as a complete subpath, with lower left corner (x,y). +// Add_quote appends "'" operand to the content stream: +// Move to next line and show a string. // -// See section 8.5.2 "Path Construction Operators" and Table 59 (pp. 140-141 PDF32000_2008). -func (_cgc *ContentCreator )Add_re (x ,y ,width ,height float64 )*ContentCreator {_aadc :=ContentStreamOperation {};_aadc .Operand ="\u0072\u0065";_aadc .Params =_gbg ([]float64 {x ,y ,width ,height });_cgc ._bf =append (_cgc ._bf ,&_aadc );return _cgc ; +// See section 9.4.3 "Text Showing Operators" and +// Table 209 (pp. 258-259 PDF32000_2008). +func (_febb *ContentCreator )Add_quote (textstr _eaf .PdfObjectString )*ContentCreator {_cae :=ContentStreamOperation {};_cae .Operand ="\u0027";_cae .Params =_aeg ([]_eaf .PdfObjectString {textstr });_febb ._eg =append (_febb ._eg ,&_cae );return _febb ; }; -// Add_CS appends 'CS' operand to the content stream: -// Set the current colorspace for stroking operations. -// -// See section 8.6.8 "Colour Operators" and Table 74 (p. 179-180 PDF32000_2008). -func (_cfg *ContentCreator )Add_CS (name _cg .PdfObjectName )*ContentCreator {_bbb :=ContentStreamOperation {};_bbb .Operand ="\u0043\u0053";_bbb .Params =_fcdg ([]_cg .PdfObjectName {name });_cfg ._bf =append (_cfg ._bf ,&_bbb );return _cfg ;}; +// Bytes converts the content stream operations to a content stream byte presentation, i.e. the kind that can be +// stored as a PDF stream or string format. +func (_cfg *ContentCreator )Bytes ()[]byte {return _cfg ._eg .Bytes ()}; -// Add_Ts appends 'Ts' operand to the content stream: -// Set text rise. +// Add_Tstar appends 'T*' operand to the content stream: +// Move to the start of next line. // -// See section 9.3 "Text State Parameters and Operators" and -// Table 105 (pp. 251-252 PDF32000_2008). -func (_eeec *ContentCreator )Add_Ts (rise float64 )*ContentCreator {_ddg :=ContentStreamOperation {};_ddg .Operand ="\u0054\u0073";_ddg .Params =_gbg ([]float64 {rise });_eeec ._bf =append (_eeec ._bf ,&_ddg );return _eeec ;}; +// See section 9.4.2 "Text Positioning Operators" and +// Table 108 (pp. 257-258 PDF32000_2008). +func (_deb *ContentCreator )Add_Tstar ()*ContentCreator {_cffc :=ContentStreamOperation {};_cffc .Operand ="\u0054\u002a";_deb ._eg =append (_deb ._eg ,&_cffc );return _deb ;}; -// Parse parses all commands in content stream, returning a list of operation data. -func (_eeed *ContentStreamParser )Parse ()(*ContentStreamOperations ,error ){_cafa :=ContentStreamOperations {};for {_ccf :=ContentStreamOperation {};for {_cge ,_dbad ,_eae :=_eeed .parseObject ();if _eae !=nil {if _eae ==_ce .EOF {return &_cafa ,nil ; -};return &_cafa ,_eae ;};if _dbad {_ccf .Operand ,_ =_cg .GetStringVal (_cge );_cafa =append (_cafa ,&_ccf );break ;}else {_ccf .Params =append (_ccf .Params ,_cge );};};if _ccf .Operand =="\u0042\u0049"{_bffb ,_dfb :=_eeed .ParseInlineImage ();if _dfb !=nil {return &_cafa ,_dfb ; -};_ccf .Params =append (_ccf .Params ,_bffb );};};}; +// HandlerConditionEnum represents the type of operand content stream processor (handler). +// The handler may process a single specific named operand or all operands. +type HandlerConditionEnum int ; -// ContentCreator is a builder for PDF content streams. -type ContentCreator struct{_bf ContentStreamOperations }; +// NewContentStreamParser creates a new instance of the content stream parser from an input content +// stream string. +func NewContentStreamParser (contentStr string )*ContentStreamParser {_gaf :=ContentStreamParser {};contentStr =string (_daa .ReplaceAll ([]byte (contentStr ),[]byte ("\u002f")));_ecec :=_fg .NewBufferString (contentStr +"\u000a");_gaf ._ccf =_e .NewReader (_ecec ); +return &_gaf ;};func _daea (_fgee []float64 )[]_eaf .PdfObject {var _dfe []_eaf .PdfObject ;for _ ,_afbe :=range _fgee {_dfe =append (_dfe ,_eaf .MakeFloat (_afbe ));};return _dfe ;}; -// Add_b_starred appends 'b*' operand to the content stream: -// Close, fill and then stroke the path (even-odd winding number rule). +// ExtractText parses and extracts all text data in content streams and returns as a string. +// Does not take into account Encoding table, the output is simply the character codes. // -// See section 8.5.3 "Path Painting Operators" and Table 60 (p. 143 PDF32000_2008). -func (_fdg *ContentCreator )Add_b_starred ()*ContentCreator {_fga :=ContentStreamOperation {};_fga .Operand ="\u0062\u002a";_fdg ._bf =append (_fdg ._bf ,&_fga );return _fdg ;};var (ErrInvalidOperand =_b .New ("\u0069n\u0076a\u006c\u0069\u0064\u0020\u006f\u0070\u0065\u0072\u0061\u006e\u0064"); -ErrEarlyExit =_b .New ("\u0074\u0065\u0072\u006di\u006e\u0061\u0074\u0065\u0020\u0070\u0072\u006f\u0063\u0065s\u0073 \u0065\u0061\u0072\u006c\u0079\u0020\u0065x\u0069\u0074"););func (_fdbc *ContentStreamProcessor )handleCommand_sc (_cfde *ContentStreamOperation ,_fcdf *_dad .PdfPageResources )error {_bcc :=_fdbc ._ebdd .ColorspaceNonStroking ; -if !_edba (_bcc ){if len (_cfde .Params )!=_bcc .GetNumComponents (){_ec .Log .Debug ("I\u006e\u0076\u0061\u006c\u0069\u0064 \u006e\u0075\u006d\u0062\u0065\u0072 \u006f\u0066\u0020\u0070\u0061\u0072\u0061m\u0065\u0074\u0065\u0072\u0073\u0020\u0066\u006f\u0072\u0020S\u0043"); -_ec .Log .Debug ("\u004e\u0075mb\u0065\u0072\u0020%\u0064\u0020\u006e\u006ft m\u0061tc\u0068\u0069\u006e\u0067\u0020\u0063\u006flo\u0072\u0073\u0070\u0061\u0063\u0065\u0020%\u0054",len (_cfde .Params ),_bcc );return _b .New ("\u0069\u006e\u0076\u0061l\u0069\u0064\u0020\u006e\u0075\u006d\u0062\u0065\u0072\u0020o\u0066 \u0070\u0061\u0072\u0061\u006d\u0065\u0074e\u0072\u0073"); -};};_bdcb ,_bgd :=_bcc .ColorFromPdfObjects (_cfde .Params );if _bgd !=nil {return _bgd ;};_fdbc ._ebdd .ColorNonStroking =_bdcb ;return nil ;};func (_baab *ContentStreamProcessor )handleCommand_rg (_abga *ContentStreamOperation ,_fcg *_dad .PdfPageResources )error {_fdeg :=_dad .NewPdfColorspaceDeviceRGB (); -if len (_abga .Params )!=_fdeg .GetNumComponents (){_ec .Log .Debug ("I\u006e\u0076\u0061\u006c\u0069\u0064 \u006e\u0075\u006d\u0062\u0065\u0072 \u006f\u0066\u0020\u0070\u0061\u0072\u0061m\u0065\u0074\u0065\u0072\u0073\u0020\u0066\u006f\u0072\u0020S\u0043"); -_ec .Log .Debug ("\u004e\u0075mb\u0065\u0072\u0020%\u0064\u0020\u006e\u006ft m\u0061tc\u0068\u0069\u006e\u0067\u0020\u0063\u006flo\u0072\u0073\u0070\u0061\u0063\u0065\u0020%\u0054",len (_abga .Params ),_fdeg );return _b .New ("\u0069\u006e\u0076\u0061l\u0069\u0064\u0020\u006e\u0075\u006d\u0062\u0065\u0072\u0020o\u0066 \u0070\u0061\u0072\u0061\u006d\u0065\u0074e\u0072\u0073"); -};_abee ,_caba :=_fdeg .ColorFromPdfObjects (_abga .Params );if _caba !=nil {return _caba ;};_baab ._ebdd .ColorspaceNonStroking =_fdeg ;_baab ._ebdd .ColorNonStroking =_abee ;return nil ;}; +// Deprecated: More advanced text extraction is offered in package extractor with character encoding support. +func (_ebg *ContentStreamParser )ExtractText ()(string ,error ){_ebc ,_cc :=_ebg .Parse ();if _cc !=nil {return "",_cc ;};_eff :=false ;_dg ,_geb :=float64 (-1),float64 (-1);_bf :="";for _ ,_cgg :=range *_ebc {if _cgg .Operand =="\u0042\u0054"{_eff =true ; +}else if _cgg .Operand =="\u0045\u0054"{_eff =false ;};if _cgg .Operand =="\u0054\u0064"||_cgg .Operand =="\u0054\u0044"||_cgg .Operand =="\u0054\u002a"{_bf +="\u000a";};if _cgg .Operand =="\u0054\u006d"{if len (_cgg .Params )!=6{continue ;};_gag ,_gge :=_cgg .Params [4].(*_eaf .PdfObjectFloat ); +if !_gge {_eac ,_bd :=_cgg .Params [4].(*_eaf .PdfObjectInteger );if !_bd {continue ;};_gag =_eaf .MakeFloat (float64 (*_eac ));};_ad ,_gge :=_cgg .Params [5].(*_eaf .PdfObjectFloat );if !_gge {_bb ,_bdd :=_cgg .Params [5].(*_eaf .PdfObjectInteger );if !_bdd {continue ; +};_ad =_eaf .MakeFloat (float64 (*_bb ));};if _geb ==-1{_geb =float64 (*_ad );}else if _geb > float64 (*_ad ){_bf +="\u000a";_dg =float64 (*_gag );_geb =float64 (*_ad );continue ;};if _dg ==-1{_dg =float64 (*_gag );}else if _dg < float64 (*_gag ){_bf +="\u0009"; +_dg =float64 (*_gag );};};if _eff &&_cgg .Operand =="\u0054\u004a"{if len (_cgg .Params )< 1{continue ;};_eba ,_dba :=_cgg .Params [0].(*_eaf .PdfObjectArray );if !_dba {return "",_ga .Errorf ("\u0069\u006ev\u0061\u006c\u0069\u0064 \u0070\u0061r\u0061\u006d\u0065\u0074\u0065\u0072\u0020\u0074y\u0070\u0065\u002c\u0020\u006e\u006f\u0020\u0061\u0072\u0072\u0061\u0079 \u0028\u0025\u0054\u0029",_cgg .Params [0]); +};for _ ,_aga :=range _eba .Elements (){switch _de :=_aga .(type ){case *_eaf .PdfObjectString :_bf +=_de .Str ();case *_eaf .PdfObjectFloat :if *_de < -100{_bf +="\u0020";};case *_eaf .PdfObjectInteger :if *_de < -100{_bf +="\u0020";};};};}else if _eff &&_cgg .Operand =="\u0054\u006a"{if len (_cgg .Params )< 1{continue ; +};_fb ,_cge :=_cgg .Params [0].(*_eaf .PdfObjectString );if !_cge {return "",_ga .Errorf ("\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0070\u0061\u0072\u0061\u006de\u0074\u0065\u0072\u0020\u0074\u0079p\u0065\u002c\u0020\u006e\u006f\u0074\u0020\u0073\u0074\u0072\u0069\u006e\u0067 \u0028\u0025\u0054\u0029",_cgg .Params [0]); +};_bf +=_fb .Str ();};};return _bf ,nil ;};func (_baga *ContentStreamProcessor )handleCommand_g (_aagd *ContentStreamOperation ,_eeag *_ee .PdfPageResources )error {_fdc :=_ee .NewPdfColorspaceDeviceGray ();if len (_aagd .Params )!=_fdc .GetNumComponents (){_dc .Log .Debug ("\u0049\u006e\u0076al\u0069\u0064\u0020\u006e\u0075\u006d\u0062\u0065\u0072 \u006ff\u0020p\u0061r\u0061\u006d\u0065\u0074\u0065\u0072\u0073\u0020\u0066\u006f\u0072\u0020\u0067"); +_dc .Log .Debug ("\u004e\u0075mb\u0065\u0072\u0020%\u0064\u0020\u006e\u006ft m\u0061tc\u0068\u0069\u006e\u0067\u0020\u0063\u006flo\u0072\u0073\u0070\u0061\u0063\u0065\u0020%\u0054",len (_aagd .Params ),_fdc );return _g .New ("\u0069\u006e\u0076\u0061l\u0069\u0064\u0020\u006e\u0075\u006d\u0062\u0065\u0072\u0020o\u0066 \u0070\u0061\u0072\u0061\u006d\u0065\u0074e\u0072\u0073"); +};_ggcf ,_dbed :=_fdc .ColorFromPdfObjects (_aagd .Params );if _dbed !=nil {_dc .Log .Debug ("\u0045\u0052\u0052\u004fR\u003a\u0020\u0068\u0061\u006e\u0064\u006c\u0065\u0043o\u006d\u006d\u0061\u006e\u0064\u005f\u0067\u0020\u0049\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0070\u0061r\u0061\u006d\u0073\u002e\u0020c\u0073\u003d\u0025\u0054\u0020\u006f\u0070\u003d\u0025\u0073\u0020\u0065\u0072\u0072\u003d\u0025\u0076",_fdc ,_aagd ,_dbed ); +return _dbed ;};_baga ._edec .ColorspaceNonStroking =_fdc ;_baga ._edec .ColorNonStroking =_ggcf ;return nil ;}; -// Add_m adds 'm' operand to the content stream: Move the current point to (x,y). +// Add_i adds 'i' operand to the content stream: Set the flatness tolerance in the graphics state. // -// See section 8.5.2 "Path Construction Operators" and Table 59 (pp. 140-141 PDF32000_2008). -func (_fe *ContentCreator )Add_m (x ,y float64 )*ContentCreator {_gbc :=ContentStreamOperation {};_gbc .Operand ="\u006d";_gbc .Params =_gbg ([]float64 {x ,y });_fe ._bf =append (_fe ._bf ,&_gbc );return _fe ;}; +// See section 8.4.4 "Graphic State Operators" and Table 57 (pp. 135-136 PDF32000_2008). +func (_da *ContentCreator )Add_i (flatness float64 )*ContentCreator {_ece :=ContentStreamOperation {};_ece .Operand ="\u0069";_ece .Params =_daea ([]float64 {flatness });_da ._eg =append (_da ._eg ,&_ece );return _da ;};func _dda (_dcda *ContentStreamInlineImage )(*_eaf .MultiEncoder ,error ){_aaa :=_eaf .NewMultiEncoder (); +var _ggfb *_eaf .PdfObjectDictionary ;var _ecbe []_eaf .PdfObject ;if _dbac :=_dcda .DecodeParms ;_dbac !=nil {_bcgd ,_cba :=_dbac .(*_eaf .PdfObjectDictionary );if _cba {_ggfb =_bcgd ;};_dgef ,_ffdeg :=_dbac .(*_eaf .PdfObjectArray );if _ffdeg {for _ ,_ddb :=range _dgef .Elements (){if _eafa ,_efgg :=_ddb .(*_eaf .PdfObjectDictionary ); +_efgg {_ecbe =append (_ecbe ,_eafa );}else {_ecbe =append (_ecbe ,nil );};};};};_eec :=_dcda .Filter ;if _eec ==nil {return nil ,_ga .Errorf ("\u0066\u0069\u006c\u0074\u0065\u0072\u0020\u006d\u0069s\u0073\u0069\u006e\u0067");};_fcg ,_dag :=_eec .(*_eaf .PdfObjectArray ); +if !_dag {return nil ,_ga .Errorf ("m\u0075\u006c\u0074\u0069\u0020\u0066\u0069\u006c\u0074\u0065\u0072\u0020\u0063\u0061\u006e\u0020\u006f\u006el\u0079\u0020\u0062\u0065\u0020\u006d\u0061\u0064\u0065\u0020fr\u006f\u006d\u0020a\u0072r\u0061\u0079");};for _gbef ,_ebf :=range _fcg .Elements (){_agf ,_gabe :=_ebf .(*_eaf .PdfObjectName ); +if !_gabe {return nil ,_ga .Errorf ("\u006d\u0075l\u0074\u0069\u0020\u0066i\u006c\u0074e\u0072\u0020\u0061\u0072\u0072\u0061\u0079\u0020e\u006c\u0065\u006d\u0065\u006e\u0074\u0020\u006e\u006f\u0074\u0020\u0061 \u006e\u0061\u006d\u0065");};var _cfab _eaf .PdfObject ; +if _ggfb !=nil {_cfab =_ggfb ;}else {if len (_ecbe )> 0{if _gbef >=len (_ecbe ){return nil ,_ga .Errorf ("\u006d\u0069\u0073\u0073\u0069\u006e\u0067\u0020\u0065\u006c\u0065\u006d\u0065n\u0074\u0073\u0020\u0069\u006e\u0020d\u0065\u0063\u006f\u0064\u0065\u0020\u0070\u0061\u0072\u0061\u006d\u0073\u0020a\u0072\u0072\u0061\u0079"); +};_cfab =_ecbe [_gbef ];};};var _bdgg *_eaf .PdfObjectDictionary ;if _dbf ,_abbf :=_cfab .(*_eaf .PdfObjectDictionary );_abbf {_bdgg =_dbf ;};if *_agf ==_eaf .StreamEncodingFilterNameFlate ||*_agf =="\u0046\u006c"{_egfe ,_ecd :=_cag (_dcda ,_bdgg );if _ecd !=nil {return nil ,_ecd ; +};_aaa .AddEncoder (_egfe );}else if *_agf ==_eaf .StreamEncodingFilterNameLZW {_beg ,_aee :=_gffd (_dcda ,_bdgg );if _aee !=nil {return nil ,_aee ;};_aaa .AddEncoder (_beg );}else if *_agf ==_eaf .StreamEncodingFilterNameASCIIHex {_egae :=_eaf .NewASCIIHexEncoder (); +_aaa .AddEncoder (_egae );}else if *_agf ==_eaf .StreamEncodingFilterNameASCII85 ||*_agf =="\u0041\u0038\u0035"{_ceab :=_eaf .NewASCII85Encoder ();_aaa .AddEncoder (_ceab );}else {_dc .Log .Error ("U\u006e\u0073\u0075\u0070po\u0072t\u0065\u0064\u0020\u0066\u0069l\u0074\u0065\u0072\u0020\u0025\u0073",*_agf ); +return nil ,_ga .Errorf ("\u0069\u006eva\u006c\u0069\u0064 \u0066\u0069\u006c\u0074er \u0069n \u006d\u0075\u006c\u0074\u0069\u0020\u0066il\u0074\u0065\u0072\u0020\u0061\u0072\u0072a\u0079");};};return _aaa ,nil ;}; -// Add_scn appends 'scn' operand to the content stream: -// Same as SC but for nonstroking operations. +// Add_S appends 'S' operand to the content stream: Stroke the path. // -// See section 8.6.8 "Colour Operators" and Table 74 (p. 179-180 PDF32000_2008). -func (_aeb *ContentCreator )Add_scn (c ...float64 )*ContentCreator {_fce :=ContentStreamOperation {};_fce .Operand ="\u0073\u0063\u006e";_fce .Params =_gbg (c );_aeb ._bf =append (_aeb ._bf ,&_fce );return _aeb ;}; +// See section 8.5.3 "Path Painting Operators" and Table 60 (p. 143 PDF32000_2008). +func (_fd *ContentCreator )Add_S ()*ContentCreator {_fadg :=ContentStreamOperation {};_fadg .Operand ="\u0053";_fd ._eg =append (_fd ._eg ,&_fadg );return _fd ;}; // SetNonStrokingColor sets the non-stroking `color` where color can be one of // PdfColorDeviceGray, PdfColorDeviceRGB, or PdfColorDeviceCMYK. -func (_adcf *ContentCreator )SetNonStrokingColor (color _dad .PdfColor )*ContentCreator {switch _cffd :=color .(type ){case *_dad .PdfColorDeviceGray :_adcf .Add_g (_cffd .Val ());case *_dad .PdfColorDeviceRGB :_adcf .Add_rg (_cffd .R (),_cffd .G (),_cffd .B ()); -case *_dad .PdfColorDeviceCMYK :_adcf .Add_k (_cffd .C (),_cffd .M (),_cffd .Y (),_cffd .K ());case *_dad .PdfColorPatternType2 :_adcf .Add_cs (*_cg .MakeName ("\u0050a\u0074\u0074\u0065\u0072\u006e"));_adcf .Add_scn_pattern (_cffd .PatternName );case *_dad .PdfColorPatternType3 :_adcf .Add_cs (*_cg .MakeName ("\u0050a\u0074\u0074\u0065\u0072\u006e")); -_adcf .Add_scn_pattern (_cffd .PatternName );default:_ec .Log .Debug ("\u0053\u0065\u0074N\u006f\u006e\u0053\u0074\u0072\u006f\u006b\u0069\u006e\u0067\u0043\u006f\u006c\u006f\u0072\u003a\u0020\u0075\u006e\u0073\u0075\u0070\u0070\u006f\u0072\u0074\u0065\u0064\u0020c\u006f\u006c\u006f\u0072\u003a\u0020\u0025\u0054",_cffd ); -};return _adcf ;}; - -// Add_TD appends 'TD' operand to the content stream: -// Move to start of next line with offset (`tx`, `ty`). -// -// See section 9.4.2 "Text Positioning Operators" and -// Table 108 (pp. 257-258 PDF32000_2008). -func (_dec *ContentCreator )Add_TD (tx ,ty float64 )*ContentCreator {_gac :=ContentStreamOperation {};_gac .Operand ="\u0054\u0044";_gac .Params =_gbg ([]float64 {tx ,ty });_dec ._bf =append (_dec ._bf ,&_gac );return _dec ;}; +func (_gadg *ContentCreator )SetNonStrokingColor (color _ee .PdfColor )*ContentCreator {switch _efa :=color .(type ){case *_ee .PdfColorDeviceGray :_gadg .Add_g (_efa .Val ());case *_ee .PdfColorDeviceRGB :_gadg .Add_rg (_efa .R (),_efa .G (),_efa .B ()); +case *_ee .PdfColorDeviceCMYK :_gadg .Add_k (_efa .C (),_efa .M (),_efa .Y (),_efa .K ());case *_ee .PdfColorPatternType2 :_gadg .Add_cs (*_eaf .MakeName ("\u0050a\u0074\u0074\u0065\u0072\u006e"));_gadg .Add_scn_pattern (_efa .PatternName );case *_ee .PdfColorPatternType3 :_gadg .Add_cs (*_eaf .MakeName ("\u0050a\u0074\u0074\u0065\u0072\u006e")); +_gadg .Add_scn_pattern (_efa .PatternName );default:_dc .Log .Debug ("\u0053\u0065\u0074N\u006f\u006e\u0053\u0074\u0072\u006f\u006b\u0069\u006e\u0067\u0043\u006f\u006c\u006f\u0072\u003a\u0020\u0075\u006e\u0073\u0075\u0070\u0070\u006f\u0072\u0074\u0065\u0064\u0020c\u006f\u006c\u006f\u0072\u003a\u0020\u0025\u0054",_efa ); +};return _gadg ;}; -// Add_cm adds 'cm' operation to the content stream: Modifies the current transformation matrix (ctm) -// of the graphics state. -// -// See section 8.4.4 "Graphic State Operators" and Table 57 (pp. 135-136 PDF32000_2008). -func (_eb *ContentCreator )Add_cm (a ,b ,c ,d ,e ,f float64 )*ContentCreator {_dd :=ContentStreamOperation {};_dd .Operand ="\u0063\u006d";_dd .Params =_gbg ([]float64 {a ,b ,c ,d ,e ,f });_eb ._bf =append (_eb ._bf ,&_dd );return _eb ;};const (HandlerConditionEnumOperand HandlerConditionEnum =iota ; -HandlerConditionEnumAllOperands ;); +// HasUnclosedQ checks if all the `q` operator is properly closed by `Q` operator. +func (_ec *ContentStreamOperations )HasUnclosedQ ()bool {_dcf :=0;for _ ,_fe :=range *_ec {if _fe .Operand =="\u0071"{_dcf ++;}else if _fe .Operand =="\u0051"{_dcf --;};};return _dcf !=0;}; -// WrapIfNeeded wraps the entire contents within q ... Q. If unbalanced, then adds extra Qs at the end. -// Only does if needed. Ensures that when adding new content, one start with all states -// in the default condition. -func (_aaa *ContentStreamOperations )WrapIfNeeded ()*ContentStreamOperations {if len (*_aaa )==0{return _aaa ;};if _aaa .isWrapped (){return _aaa ;};*_aaa =append ([]*ContentStreamOperation {{Operand :"\u0071"}},*_aaa ...);_gb :=0;for _ ,_ef :=range *_aaa {if _ef .Operand =="\u0071"{_gb ++; -}else if _ef .Operand =="\u0051"{_gb --;};};for _gb > 0{*_aaa =append (*_aaa ,&ContentStreamOperation {Operand :"\u0051"});_gb --;};return _aaa ;}; +// GraphicStateStack represents a stack of GraphicsState. +type GraphicStateStack []GraphicsState ; -// Add_W appends 'W' operand to the content stream: -// Modify the current clipping path by intersecting with the current path (nonzero winding rule). -// -// See section 8.5.4 "Clipping Path Operators" and Table 61 (p. 146 PDF32000_2008). -func (_bfb *ContentCreator )Add_W ()*ContentCreator {_caa :=ContentStreamOperation {};_caa .Operand ="\u0057";_bfb ._bf =append (_bfb ._bf ,&_caa );return _bfb ;}; +// ContentStreamParser represents a content stream parser for parsing content streams in PDFs. +type ContentStreamParser struct{_ccf *_e .Reader }; -// Add_BMC appends 'BMC' operand to the content stream: -// Begins a marked-content sequence terminated by a balancing EMC operator. -// `tag` shall be a name object indicating the role or significance of -// the sequence. +// Add_v appends 'v' operand to the content stream: Append a Bezier curve to the current path from the +// current point to (x3,y3) with the current point and (x2,y2) as control points. // -// See section 14.6 "Marked Content" and Table 320 (p. 561 PDF32000_2008). -func (_ggf *ContentCreator )Add_BMC (tag _cg .PdfObjectName )*ContentCreator {_gda :=ContentStreamOperation {};_gda .Operand ="\u0042\u004d\u0043";_gda .Params =_fcdg ([]_cg .PdfObjectName {tag });_ggf ._bf =append (_ggf ._bf ,&_gda );return _ggf ;}; +// See section 8.5.2 "Path Construction Operators" and Table 59 (pp. 140-141 PDF32000_2008). +func (_agg *ContentCreator )Add_v (x2 ,y2 ,x3 ,y3 float64 )*ContentCreator {_afd :=ContentStreamOperation {};_afd .Operand ="\u0076";_afd .Params =_daea ([]float64 {x2 ,y2 ,x3 ,y3 });_agg ._eg =append (_agg ._eg ,&_afd );return _agg ;}; // Add_scn_pattern appends 'scn' operand to the content stream for pattern `name`: // scn with name attribute (for pattern). Syntax: c1 ... cn name scn. // // See section 8.6.8 "Colour Operators" and Table 74 (p. 179-180 PDF32000_2008). -func (_fabc *ContentCreator )Add_scn_pattern (name _cg .PdfObjectName ,c ...float64 )*ContentCreator {_dcf :=ContentStreamOperation {};_dcf .Operand ="\u0073\u0063\u006e";_dcf .Params =_gbg (c );_dcf .Params =append (_dcf .Params ,_cg .MakeName (string (name ))); -_fabc ._bf =append (_fabc ._bf ,&_dcf );return _fabc ;}; +func (_dab *ContentCreator )Add_scn_pattern (name _eaf .PdfObjectName ,c ...float64 )*ContentCreator {_feb :=ContentStreamOperation {};_feb .Operand ="\u0073\u0063\u006e";_feb .Params =_daea (c );_feb .Params =append (_feb .Params ,_eaf .MakeName (string (name ))); +_dab ._eg =append (_dab ._eg ,&_feb );return _dab ;}; -// GetEncoder returns the encoder of the inline image. -func (_ace *ContentStreamInlineImage )GetEncoder ()(_cg .StreamEncoder ,error ){return _gea (_ace )}; +// Add_c adds 'c' operand to the content stream: Append a Bezier curve to the current path from +// the current point to (x3,y3) with (x1,x1) and (x2,y2) as control points. +// +// See section 8.5.2 "Path Construction Operators" and Table 59 (pp. 140-141 PDF32000_2008). +func (_ccb *ContentCreator )Add_c (x1 ,y1 ,x2 ,y2 ,x3 ,y3 float64 )*ContentCreator {_ffd :=ContentStreamOperation {};_ffd .Operand ="\u0063";_ffd .Params =_daea ([]float64 {x1 ,y1 ,x2 ,y2 ,x3 ,y3 });_ccb ._eg =append (_ccb ._eg ,&_ffd );return _ccb ;}; -// Push pushes `gs` on the `gsStack`. -func (_gcbd *GraphicStateStack )Push (gs GraphicsState ){*_gcbd =append (*_gcbd ,gs )}; -// Add_w adds 'w' operand to the content stream, which sets the line width. +// Add_J adds 'J' operand to the content stream: Set the line cap style (graphics state). // // See section 8.4.4 "Graphic State Operators" and Table 57 (pp. 135-136 PDF32000_2008). -func (_abc *ContentCreator )Add_w (lineWidth float64 )*ContentCreator {_cfd :=ContentStreamOperation {};_cfd .Operand ="\u0077";_cfd .Params =_gbg ([]float64 {lineWidth });_abc ._bf =append (_abc ._bf ,&_cfd );return _abc ;};func _gbg (_acg []float64 )[]_cg .PdfObject {var _eefg []_cg .PdfObject ; -for _ ,_cfgf :=range _acg {_eefg =append (_eefg ,_cg .MakeFloat (_cfgf ));};return _eefg ;}; +func (_af *ContentCreator )Add_J (lineCapStyle string )*ContentCreator {_eeb :=ContentStreamOperation {};_eeb .Operand ="\u004a";_eeb .Params =_fcce ([]_eaf .PdfObjectName {_eaf .PdfObjectName (lineCapStyle )});_af ._eg =append (_af ._eg ,&_eeb );return _af ; +};func _gffd (_cgfa *ContentStreamInlineImage ,_ggb *_eaf .PdfObjectDictionary )(*_eaf .LZWEncoder ,error ){_bbc :=_eaf .NewLZWEncoder ();if _ggb ==nil {if _cgfa .DecodeParms !=nil {_ded ,_aad :=_eaf .GetDict (_cgfa .DecodeParms );if !_aad {_dc .Log .Debug ("E\u0072\u0072\u006f\u0072\u003a\u0020\u0044\u0065\u0063\u006f\u0064\u0065\u0050\u0061\u0072\u006d\u0073\u0020n\u006f\u0074\u0020\u0061\u0020\u0064\u0069\u0063\u0074\u0069on\u0061\u0072\u0079 \u0028%\u0054\u0029",_cgfa .DecodeParms ); +return nil ,_ga .Errorf ("\u0069\u006e\u0076\u0061li\u0064\u0020\u0044\u0065\u0063\u006f\u0064\u0065\u0050\u0061\u0072\u006d\u0073");};_ggb =_ded ;};};if _ggb ==nil {return _bbc ,nil ;};_cfbdg :=_ggb .Get ("E\u0061\u0072\u006c\u0079\u0043\u0068\u0061\u006e\u0067\u0065"); +if _cfbdg !=nil {_bfa ,_fgf :=_cfbdg .(*_eaf .PdfObjectInteger );if !_fgf {_dc .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u003a \u0045\u0061\u0072\u006c\u0079\u0043\u0068\u0061\u006e\u0067\u0065\u0020\u0073\u0070\u0065\u0063\u0069\u0066\u0069\u0065d\u0020\u0062\u0075\u0074\u0020\u006e\u006f\u0074\u0020\u006e\u0075\u006d\u0065\u0072i\u0063 \u0028\u0025\u0054\u0029",_cfbdg ); +return nil ,_ga .Errorf ("\u0069\u006e\u0076\u0061li\u0064\u0020\u0045\u0061\u0072\u006c\u0079\u0043\u0068\u0061\u006e\u0067\u0065");};if *_bfa !=0&&*_bfa !=1{return nil ,_ga .Errorf ("\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0045\u0061\u0072\u006c\u0079\u0043\u0068\u0061\u006e\u0067\u0065\u0020\u0076\u0061\u006c\u0075e\u0020\u0028\u006e\u006f\u0074 \u0030\u0020o\u0072\u0020\u0031\u0029"); +};_bbc .EarlyChange =int (*_bfa );}else {_bbc .EarlyChange =1;};_cfbdg =_ggb .Get ("\u0050r\u0065\u0064\u0069\u0063\u0074\u006fr");if _cfbdg !=nil {_eceb ,_gfb :=_cfbdg .(*_eaf .PdfObjectInteger );if !_gfb {_dc .Log .Debug ("E\u0072\u0072\u006f\u0072\u003a\u0020\u0050\u0072\u0065d\u0069\u0063\u0074\u006f\u0072\u0020\u0073pe\u0063\u0069\u0066\u0069e\u0064\u0020\u0062\u0075\u0074\u0020\u006e\u006f\u0074 n\u0075\u006de\u0072\u0069\u0063\u0020\u0028\u0025\u0054\u0029",_cfbdg ); +return nil ,_ga .Errorf ("\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0050\u0072\u0065\u0064i\u0063\u0074\u006f\u0072");};_bbc .Predictor =int (*_eceb );};_cfbdg =_ggb .Get ("\u0042\u0069t\u0073\u0050\u0065r\u0043\u006f\u006d\u0070\u006f\u006e\u0065\u006e\u0074"); +if _cfbdg !=nil {_ggg ,_aab :=_cfbdg .(*_eaf .PdfObjectInteger );if !_aab {_dc .Log .Debug ("\u0045\u0052\u0052O\u0052\u003a\u0020\u0049n\u0076\u0061\u006c\u0069\u0064\u0020\u0042i\u0074\u0073\u0050\u0065\u0072\u0043\u006f\u006d\u0070\u006f\u006e\u0065\u006e\u0074"); +return nil ,_ga .Errorf ("\u0069n\u0076\u0061\u006c\u0069\u0064\u0020\u0042\u0069\u0074\u0073\u0050e\u0072\u0043\u006f\u006d\u0070\u006f\u006e\u0065\u006e\u0074");};_bbc .BitsPerComponent =int (*_ggg );};if _bbc .Predictor > 1{_bbc .Columns =1;_cfbdg =_ggb .Get ("\u0043o\u006c\u0075\u006d\u006e\u0073"); +if _cfbdg !=nil {_gggb ,_gab :=_cfbdg .(*_eaf .PdfObjectInteger );if !_gab {return nil ,_ga .Errorf ("\u0070r\u0065\u0064\u0069\u0063\u0074\u006f\u0072\u0020\u0063\u006f\u006cu\u006d\u006e\u0020\u0069\u006e\u0076\u0061\u006c\u0069\u0064");};_bbc .Columns =int (*_gggb ); +};_bbc .Colors =1;_cfbdg =_ggb .Get ("\u0043\u006f\u006c\u006f\u0072\u0073");if _cfbdg !=nil {_adg ,_afag :=_cfbdg .(*_eaf .PdfObjectInteger );if !_afag {return nil ,_ga .Errorf ("\u0070\u0072\u0065d\u0069\u0063\u0074\u006fr\u0020\u0063\u006f\u006c\u006f\u0072\u0073 \u006e\u006f\u0074\u0020\u0061\u006e\u0020\u0069\u006e\u0074\u0065\u0067\u0065\u0072"); +};_bbc .Colors =int (*_adg );};};_dc .Log .Trace ("\u0064\u0065\u0063\u006f\u0064\u0065\u0020\u0070\u0061\u0072\u0061\u006ds\u003a\u0020\u0025\u0073",_ggb .String ());return _bbc ,nil ;}; -// Add_sh appends 'sh' operand to the content stream: -// Paints the shape and colour shading described by a shading dictionary specified by `name`, -// subject to the current clipping path +// Process processes the entire list of operations. Maintains the graphics state that is passed to any +// handlers that are triggered during processing (either on specific operators or all). +func (_gdaf *ContentStreamProcessor )Process (resources *_ee .PdfPageResources )error {_gdaf ._edec .ColorspaceStroking =_ee .NewPdfColorspaceDeviceGray ();_gdaf ._edec .ColorspaceNonStroking =_ee .NewPdfColorspaceDeviceGray ();_gdaf ._edec .ColorStroking =_ee .NewPdfColorDeviceGray (0); +_gdaf ._edec .ColorNonStroking =_ee .NewPdfColorDeviceGray (0);_gdaf ._edec .CTM =_b .IdentityMatrix ();for _ ,_efbg :=range _gdaf ._gbebf {var _abeb error ;switch _efbg .Operand {case "\u0071":_gdaf ._effc .Push (_gdaf ._edec );case "\u0051":if len (_gdaf ._effc )==0{_dc .Log .Debug ("\u0057\u0041\u0052\u004e\u003a\u0020\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0060\u0051\u0060\u0020\u006f\u0070e\u0072\u0061\u0074\u006f\u0072\u002e\u0020\u0047\u0072\u0061\u0070\u0068\u0069\u0063\u0073\u0020\u0073\u0074\u0061\u0074\u0065 \u0073\u0074\u0061\u0063\u006b\u0020\u0069\u0073\u0020\u0065\u006d\u0070\u0074\u0079.\u0020\u0053\u006bi\u0070\u0070\u0069\u006e\u0067\u002e"); +continue ;};_gdaf ._edec =_gdaf ._effc .Pop ();case "\u0043\u0053":_abeb =_gdaf .handleCommand_CS (_efbg ,resources );case "\u0063\u0073":_abeb =_gdaf .handleCommand_cs (_efbg ,resources );case "\u0053\u0043":_abeb =_gdaf .handleCommand_SC (_efbg ,resources ); +case "\u0053\u0043\u004e":_abeb =_gdaf .handleCommand_SCN (_efbg ,resources );case "\u0073\u0063":_abeb =_gdaf .handleCommand_sc (_efbg ,resources );case "\u0073\u0063\u006e":_abeb =_gdaf .handleCommand_scn (_efbg ,resources );case "\u0047":_abeb =_gdaf .handleCommand_G (_efbg ,resources ); +case "\u0067":_abeb =_gdaf .handleCommand_g (_efbg ,resources );case "\u0052\u0047":_abeb =_gdaf .handleCommand_RG (_efbg ,resources );case "\u0072\u0067":_abeb =_gdaf .handleCommand_rg (_efbg ,resources );case "\u004b":_abeb =_gdaf .handleCommand_K (_efbg ,resources ); +case "\u006b":_abeb =_gdaf .handleCommand_k (_efbg ,resources );case "\u0063\u006d":_abeb =_gdaf .handleCommand_cm (_efbg ,resources );};if _abeb !=nil {_dc .Log .Debug ("\u0050\u0072\u006f\u0063\u0065\u0073s\u006f\u0072\u0020\u0068\u0061\u006e\u0064\u006c\u0069\u006e\u0067\u0020\u0065r\u0072\u006f\u0072\u0020\u0028\u0025\u0073)\u003a\u0020\u0025\u0076",_efbg .Operand ,_abeb ); +_dc .Log .Debug ("\u004f\u0070\u0065r\u0061\u006e\u0064\u003a\u0020\u0025\u0023\u0076",_efbg .Operand );return _abeb ;};for _ ,_bade :=range _gdaf ._cfd {var _ggbf error ;if _bade .Condition .All (){_ggbf =_bade .Handler (_efbg ,_gdaf ._edec ,resources ); +}else if _bade .Condition .Operand ()&&_efbg .Operand ==_bade .Operand {_ggbf =_bade .Handler (_efbg ,_gdaf ._edec ,resources );};if _ggbf !=nil {_dc .Log .Debug ("P\u0072\u006f\u0063\u0065\u0073\u0073o\u0072\u0020\u0068\u0061\u006e\u0064\u006c\u0065\u0072 \u0065\u0072\u0072o\u0072:\u0020\u0025\u0076",_ggbf ); +return _ggbf ;};};};return nil ;};func (_abg *ContentStreamParser )parseString ()(*_eaf .PdfObjectString ,error ){_abg ._ccf .ReadByte ();var _cgfc []byte ;_egg :=1;for {_defd ,_ggaf :=_abg ._ccf .Peek (1);if _ggaf !=nil {return _eaf .MakeString (string (_cgfc )),_ggaf ; +};if _defd [0]=='\\'{_abg ._ccf .ReadByte ();_ceb ,_dgf :=_abg ._ccf .ReadByte ();if _dgf !=nil {return _eaf .MakeString (string (_cgfc )),_dgf ;};if _eaf .IsOctalDigit (_ceb ){_cbe ,_add :=_abg ._ccf .Peek (2);if _add !=nil {return _eaf .MakeString (string (_cgfc )),_add ; +};var _aaec []byte ;_aaec =append (_aaec ,_ceb );for _ ,_cggbd :=range _cbe {if _eaf .IsOctalDigit (_cggbd ){_aaec =append (_aaec ,_cggbd );}else {break ;};};_abg ._ccf .Discard (len (_aaec )-1);_dc .Log .Trace ("\u004e\u0075\u006d\u0065ri\u0063\u0020\u0073\u0074\u0072\u0069\u006e\u0067\u0020\u0022\u0025\u0073\u0022",_aaec ); +_abbb ,_add :=_c .ParseUint (string (_aaec ),8,32);if _add !=nil {return _eaf .MakeString (string (_cgfc )),_add ;};_cgfc =append (_cgfc ,byte (_abbb ));continue ;};switch _ceb {case 'n':_cgfc =append (_cgfc ,'\n');case 'r':_cgfc =append (_cgfc ,'\r'); +case 't':_cgfc =append (_cgfc ,'\t');case 'b':_cgfc =append (_cgfc ,'\b');case 'f':_cgfc =append (_cgfc ,'\f');case '(':_cgfc =append (_cgfc ,'(');case ')':_cgfc =append (_cgfc ,')');case '\\':_cgfc =append (_cgfc ,'\\');};continue ;}else if _defd [0]=='('{_egg ++; +}else if _defd [0]==')'{_egg --;if _egg ==0{_abg ._ccf .ReadByte ();break ;};};_fea ,_ :=_abg ._ccf .ReadByte ();_cgfc =append (_cgfc ,_fea );};return _eaf .MakeString (string (_cgfc )),nil ;}; + +// Scale applies x-y scaling to the transformation matrix. +func (_ceg *ContentCreator )Scale (sx ,sy float64 )*ContentCreator {return _ceg .Add_cm (sx ,0,0,sy ,0,0);}; + +// Add_re appends 're' operand to the content stream: +// Append a rectangle to the current path as a complete subpath, with lower left corner (x,y). // -// See section 8.7.4 "Shading Patterns" and Table 77 (p. 190 PDF32000_2008). -func (_cag *ContentCreator )Add_sh (name _cg .PdfObjectName )*ContentCreator {_aab :=ContentStreamOperation {};_aab .Operand ="\u0073\u0068";_aab .Params =_fcdg ([]_cg .PdfObjectName {name });_cag ._bf =append (_cag ._bf ,&_aab );return _cag ;}; +// See section 8.5.2 "Path Construction Operators" and Table 59 (pp. 140-141 PDF32000_2008). +func (_faa *ContentCreator )Add_re (x ,y ,width ,height float64 )*ContentCreator {_dcb :=ContentStreamOperation {};_dcb .Operand ="\u0072\u0065";_dcb .Params =_daea ([]float64 {x ,y ,width ,height });_faa ._eg =append (_faa ._eg ,&_dcb );return _faa ;}; +func (_cdb *ContentStreamProcessor )handleCommand_SC (_ggeb *ContentStreamOperation ,_egag *_ee .PdfPageResources )error {_bccg :=_cdb ._edec .ColorspaceStroking ;if len (_ggeb .Params )!=_bccg .GetNumComponents (){_dc .Log .Debug ("I\u006e\u0076\u0061\u006c\u0069\u0064 \u006e\u0075\u006d\u0062\u0065\u0072 \u006f\u0066\u0020\u0070\u0061\u0072\u0061m\u0065\u0074\u0065\u0072\u0073\u0020\u0066\u006f\u0072\u0020S\u0043"); +_dc .Log .Debug ("\u004e\u0075mb\u0065\u0072\u0020%\u0064\u0020\u006e\u006ft m\u0061tc\u0068\u0069\u006e\u0067\u0020\u0063\u006flo\u0072\u0073\u0070\u0061\u0063\u0065\u0020%\u0054",len (_ggeb .Params ),_bccg );return _g .New ("\u0069\u006e\u0076\u0061l\u0069\u0064\u0020\u006e\u0075\u006d\u0062\u0065\u0072\u0020o\u0066 \u0070\u0061\u0072\u0061\u006d\u0065\u0074e\u0072\u0073"); +};_ecef ,_dggd :=_bccg .ColorFromPdfObjects (_ggeb .Params );if _dggd !=nil {return _dggd ;};_cdb ._edec .ColorStroking =_ecef ;return nil ;}; // ContentStreamProcessor defines a data structure and methods for processing a content stream, keeping track of the // current graphics state, and allowing external handlers to define their own functions as a part of the processing, // for example rendering or extracting certain information. -type ContentStreamProcessor struct{_bfa GraphicStateStack ;_aedb []*ContentStreamOperation ;_ebdd GraphicsState ;_gdgg []handlerEntry ;_bae int ;}; - -// ContentStreamOperations is a slice of ContentStreamOperations. -type ContentStreamOperations []*ContentStreamOperation ; +type ContentStreamProcessor struct{_effc GraphicStateStack ;_gbebf []*ContentStreamOperation ;_edec GraphicsState ;_cfd []handlerEntry ;_faae int ;}; -// Add_b appends 'b' operand to the content stream: -// Close, fill and then stroke the path (nonzero winding number rule). +// Add_BT appends 'BT' operand to the content stream: +// Begin text. // -// See section 8.5.3 "Path Painting Operators" and Table 60 (p. 143 PDF32000_2008). -func (_fade *ContentCreator )Add_b ()*ContentCreator {_cdc :=ContentStreamOperation {};_cdc .Operand ="\u0062";_fade ._bf =append (_fade ._bf ,&_cdc );return _fade ;}; +// See section 9.4 "Text Objects" and Table 107 (p. 256 PDF32000_2008). +func (_acec *ContentCreator )Add_BT ()*ContentCreator {_ca :=ContentStreamOperation {};_ca .Operand ="\u0042\u0054";_acec ._eg =append (_acec ._eg ,&_ca );return _acec ;}; // Add_k appends 'k' operand to the content stream: // Same as K but used for nonstroking operations. // // See section 8.6.8 "Colour Operators" and Table 74 (p. 179-180 PDF32000_2008). -func (_fccc *ContentCreator )Add_k (c ,m ,y ,k float64 )*ContentCreator {_bec :=ContentStreamOperation {};_bec .Operand ="\u006b";_bec .Params =_gbg ([]float64 {c ,m ,y ,k });_fccc ._bf =append (_fccc ._bf ,&_bec );return _fccc ;}; +func (_acb *ContentCreator )Add_k (c ,m ,y ,k float64 )*ContentCreator {_gdg :=ContentStreamOperation {};_gdg .Operand ="\u006b";_gdg .Params =_daea ([]float64 {c ,m ,y ,k });_acb ._eg =append (_acb ._eg ,&_gdg );return _acb ;}; -// ExtractText parses and extracts all text data in content streams and returns as a string. -// Does not take into account Encoding table, the output is simply the character codes. +// Add_BMC appends 'BMC' operand to the content stream: +// Begins a marked-content sequence terminated by a balancing EMC operator. +// `tag` shall be a name object indicating the role or significance of +// the sequence. // -// Deprecated: More advanced text extraction is offered in package extractor with character encoding support. -func (_gbb *ContentStreamParser )ExtractText ()(string ,error ){_be ,_bad :=_gbb .Parse ();if _bad !=nil {return "",_bad ;};_fa :=false ;_ecb ,_fc :=float64 (-1),float64 (-1);_dc :="";for _ ,_ge :=range *_be {if _ge .Operand =="\u0042\u0054"{_fa =true ; -}else if _ge .Operand =="\u0045\u0054"{_fa =false ;};if _ge .Operand =="\u0054\u0064"||_ge .Operand =="\u0054\u0044"||_ge .Operand =="\u0054\u002a"{_dc +="\u000a";};if _ge .Operand =="\u0054\u006d"{if len (_ge .Params )!=6{continue ;};_bac ,_ged :=_ge .Params [4].(*_cg .PdfObjectFloat ); -if !_ged {_ceb ,_bag :=_ge .Params [4].(*_cg .PdfObjectInteger );if !_bag {continue ;};_bac =_cg .MakeFloat (float64 (*_ceb ));};_ab ,_ged :=_ge .Params [5].(*_cg .PdfObjectFloat );if !_ged {_eg ,_fab :=_ge .Params [5].(*_cg .PdfObjectInteger );if !_fab {continue ; -};_ab =_cg .MakeFloat (float64 (*_eg ));};if _fc ==-1{_fc =float64 (*_ab );}else if _fc > float64 (*_ab ){_dc +="\u000a";_ecb =float64 (*_bac );_fc =float64 (*_ab );continue ;};if _ecb ==-1{_ecb =float64 (*_bac );}else if _ecb < float64 (*_bac ){_dc +="\u0009"; -_ecb =float64 (*_bac );};};if _fa &&_ge .Operand =="\u0054\u004a"{if len (_ge .Params )< 1{continue ;};_gcd ,_ggd :=_ge .Params [0].(*_cg .PdfObjectArray );if !_ggd {return "",_e .Errorf ("\u0069\u006ev\u0061\u006c\u0069\u0064 \u0070\u0061r\u0061\u006d\u0065\u0074\u0065\u0072\u0020\u0074y\u0070\u0065\u002c\u0020\u006e\u006f\u0020\u0061\u0072\u0072\u0061\u0079 \u0028\u0025\u0054\u0029",_ge .Params [0]); -};for _ ,_egd :=range _gcd .Elements (){switch _cebe :=_egd .(type ){case *_cg .PdfObjectString :_dc +=_cebe .Str ();case *_cg .PdfObjectFloat :if *_cebe < -100{_dc +="\u0020";};case *_cg .PdfObjectInteger :if *_cebe < -100{_dc +="\u0020";};};};}else if _fa &&_ge .Operand =="\u0054\u006a"{if len (_ge .Params )< 1{continue ; -};_aad ,_ecg :=_ge .Params [0].(*_cg .PdfObjectString );if !_ecg {return "",_e .Errorf ("\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0070\u0061\u0072\u0061\u006de\u0074\u0065\u0072\u0020\u0074\u0079p\u0065\u002c\u0020\u006e\u006f\u0074\u0020\u0073\u0074\u0072\u0069\u006e\u0067 \u0028\u0025\u0054\u0029",_ge .Params [0]); -};_dc +=_aad .Str ();};};return _dc ,nil ;}; +// See section 14.6 "Marked Content" and Table 320 (p. 561 PDF32000_2008). +func (_cbf *ContentCreator )Add_BMC (tag _eaf .PdfObjectName )*ContentCreator {_bfd :=ContentStreamOperation {};_bfd .Operand ="\u0042\u004d\u0043";_bfd .Params =_fcce ([]_eaf .PdfObjectName {tag });_cbf ._eg =append (_cbf ._eg ,&_bfd );return _cbf ;}; -// SetStrokingColor sets the stroking `color` where color can be one of -// PdfColorDeviceGray, PdfColorDeviceRGB, or PdfColorDeviceCMYK. -func (_ggbe *ContentCreator )SetStrokingColor (color _dad .PdfColor )*ContentCreator {switch _dfd :=color .(type ){case *_dad .PdfColorDeviceGray :_ggbe .Add_G (_dfd .Val ());case *_dad .PdfColorDeviceRGB :_ggbe .Add_RG (_dfd .R (),_dfd .G (),_dfd .B ()); -case *_dad .PdfColorDeviceCMYK :_ggbe .Add_K (_dfd .C (),_dfd .M (),_dfd .Y (),_dfd .K ());case *_dad .PdfColorPatternType2 :_ggbe .Add_CS (*_cg .MakeName ("\u0050a\u0074\u0074\u0065\u0072\u006e"));_ggbe .Add_SCN_pattern (_dfd .PatternName );case *_dad .PdfColorPatternType3 :_ggbe .Add_CS (*_cg .MakeName ("\u0050a\u0074\u0074\u0065\u0072\u006e")); -_ggbe .Add_SCN_pattern (_dfd .PatternName );default:_ec .Log .Debug ("\u0053\u0065\u0074\u0053\u0074\u0072\u006f\u006b\u0069\u006e\u0067\u0043\u006fl\u006f\u0072\u003a\u0020\u0075\u006es\u0075\u0070\u0070\u006f\u0072\u0074\u0065\u0064\u0020\u0063\u006f\u006c\u006fr\u003a\u0020\u0025\u0054",_dfd ); -};return _ggbe ;}; -// Add_ET appends 'ET' operand to the content stream: -// End text. +// Add_quotes appends `"` operand to the content stream: +// Move to next line and show a string, using `aw` and `ac` as word +// and character spacing respectively. // -// See section 9.4 "Text Objects" and Table 107 (p. 256 PDF32000_2008). -func (_aae *ContentCreator )Add_ET ()*ContentCreator {_dgd :=ContentStreamOperation {};_dgd .Operand ="\u0045\u0054";_aae ._bf =append (_aae ._bf ,&_dgd );return _aae ;}; +// See section 9.4.3 "Text Showing Operators" and +// Table 209 (pp. 258-259 PDF32000_2008). +func (_bdgd *ContentCreator )Add_quotes (textstr _eaf .PdfObjectString ,aw ,ac float64 )*ContentCreator {_baf :=ContentStreamOperation {};_baf .Operand ="\u0022";_baf .Params =_daea ([]float64 {aw ,ac });_baf .Params =append (_baf .Params ,_aeg ([]_eaf .PdfObjectString {textstr })...); +_bdgd ._eg =append (_bdgd ._eg ,&_baf );return _bdgd ;}; -// Add_d adds 'd' operand to the content stream: Set the line dash pattern. +// Add_b_starred appends 'b*' operand to the content stream: +// Close, fill and then stroke the path (even-odd winding number rule). // -// See section 8.4.4 "Graphic State Operators" and Table 57 (pp. 135-136 PDF32000_2008). -func (_dea *ContentCreator )Add_d (dashArray []int64 ,dashPhase int64 )*ContentCreator {_gd :=ContentStreamOperation {};_gd .Operand ="\u0064";_gd .Params =[]_cg .PdfObject {};_gd .Params =append (_gd .Params ,_cg .MakeArrayFromIntegers64 (dashArray )); -_gd .Params =append (_gd .Params ,_cg .MakeInteger (dashPhase ));_dea ._bf =append (_dea ._bf ,&_gd );return _dea ;}; - -// AddOperand adds a specified operand. -func (_eee *ContentCreator )AddOperand (op ContentStreamOperation )*ContentCreator {_eee ._bf =append (_eee ._bf ,&op );return _eee ;}; - -// Pop pops and returns the topmost GraphicsState off the `gsStack`. -func (_ebff *GraphicStateStack )Pop ()GraphicsState {_bgg :=(*_ebff )[len (*_ebff )-1];*_ebff =(*_ebff )[:len (*_ebff )-1];return _bgg ;}; +// See section 8.5.3 "Path Painting Operators" and Table 60 (p. 143 PDF32000_2008). +func (_agc *ContentCreator )Add_b_starred ()*ContentCreator {_gga :=ContentStreamOperation {};_gga .Operand ="\u0062\u002a";_agc ._eg =append (_agc ._eg ,&_gga );return _agc ;}; -// Transform returns coordinates x, y transformed by the CTM. -func (_abag *GraphicsState )Transform (x ,y float64 )(float64 ,float64 ){return _abag .CTM .Transform (x ,y );};func (_dgc *ContentStreamInlineImage )String ()string {_dag :=_e .Sprintf ("I\u006el\u0069\u006e\u0065\u0049\u006d\u0061\u0067\u0065(\u006c\u0065\u006e\u003d%d\u0029\u000a",len (_dgc ._cbdd )); -if _dgc .BitsPerComponent !=nil {_dag +="\u002d\u0020\u0042\u0050\u0043\u0020"+_dgc .BitsPerComponent .WriteString ()+"\u000a";};if _dgc .ColorSpace !=nil {_dag +="\u002d\u0020\u0043S\u0020"+_dgc .ColorSpace .WriteString ()+"\u000a";};if _dgc .Decode !=nil {_dag +="\u002d\u0020\u0044\u0020"+_dgc .Decode .WriteString ()+"\u000a"; -};if _dgc .DecodeParms !=nil {_dag +="\u002d\u0020\u0044P\u0020"+_dgc .DecodeParms .WriteString ()+"\u000a";};if _dgc .Filter !=nil {_dag +="\u002d\u0020\u0046\u0020"+_dgc .Filter .WriteString ()+"\u000a";};if _dgc .Height !=nil {_dag +="\u002d\u0020\u0048\u0020"+_dgc .Height .WriteString ()+"\u000a"; -};if _dgc .ImageMask !=nil {_dag +="\u002d\u0020\u0049M\u0020"+_dgc .ImageMask .WriteString ()+"\u000a";};if _dgc .Intent !=nil {_dag +="\u002d \u0049\u006e\u0074\u0065\u006e\u0074 "+_dgc .Intent .WriteString ()+"\u000a";};if _dgc .Interpolate !=nil {_dag +="\u002d\u0020\u0049\u0020"+_dgc .Interpolate .WriteString ()+"\u000a"; -};if _dgc .Width !=nil {_dag +="\u002d\u0020\u0057\u0020"+_dgc .Width .WriteString ()+"\u000a";};return _dag ;}; +// WrapIfNeeded wraps the entire contents within q ... Q. If unbalanced, then adds extra Qs at the end. +// Only does if needed. Ensures that when adding new content, one start with all states +// in the default condition. +func (_cfc *ContentStreamOperations )WrapIfNeeded ()*ContentStreamOperations {if len (*_cfc )==0{return _cfc ;};if _cfc .isWrapped (){return _cfc ;};*_cfc =append ([]*ContentStreamOperation {{Operand :"\u0071"}},*_cfc ...);_cfb :=0;for _ ,_db :=range *_cfc {if _db .Operand =="\u0071"{_cfb ++; +}else if _db .Operand =="\u0051"{_cfb --;};};for _cfb > 0{*_cfc =append (*_cfc ,&ContentStreamOperation {Operand :"\u0051"});_cfb --;};return _cfc ;}; -// Add_rg appends 'rg' operand to the content stream: -// Same as RG but used for nonstroking operations. +// Add_scn appends 'scn' operand to the content stream: +// Same as SC but for nonstroking operations. // // See section 8.6.8 "Colour Operators" and Table 74 (p. 179-180 PDF32000_2008). -func (_agde *ContentCreator )Add_rg (r ,g ,b float64 )*ContentCreator {_bff :=ContentStreamOperation {};_bff .Operand ="\u0072\u0067";_bff .Params =_gbg ([]float64 {r ,g ,b });_agde ._bf =append (_agde ._bf ,&_bff );return _agde ;}; - -// Operations returns the list of operations. -func (_dg *ContentCreator )Operations ()*ContentStreamOperations {return &_dg ._bf }; +func (_abf *ContentCreator )Add_scn (c ...float64 )*ContentCreator {_afg :=ContentStreamOperation {};_afg .Operand ="\u0073\u0063\u006e";_afg .Params =_daea (c );_abf ._eg =append (_abf ._eg ,&_afg );return _abf ;}; -// Add_SCN appends 'SCN' operand to the content stream: -// Same as SC but supports more colorspaces. +// Add_Tc appends 'Tc' operand to the content stream: +// Set character spacing. // -// See section 8.6.8 "Colour Operators" and Table 74 (p. 179-180 PDF32000_2008). -func (_afe *ContentCreator )Add_SCN (c ...float64 )*ContentCreator {_bbe :=ContentStreamOperation {};_bbe .Operand ="\u0053\u0043\u004e";_bbe .Params =_gbg (c );_afe ._bf =append (_afe ._bf ,&_bbe );return _afe ;}; +// See section 9.3 "Text State Parameters and Operators" and +// Table 105 (pp. 251-252 PDF32000_2008). +func (_bad *ContentCreator )Add_Tc (charSpace float64 )*ContentCreator {_beb :=ContentStreamOperation {};_beb .Operand ="\u0054\u0063";_beb .Params =_daea ([]float64 {charSpace });_bad ._eg =append (_bad ._eg ,&_beb );return _bad ;}; -// ToImage exports the inline image to Image which can be transformed or exported easily. -// Page resources are needed to look up colorspace information. -func (_becf *ContentStreamInlineImage )ToImage (resources *_dad .PdfPageResources )(*_dad .Image ,error ){_ebcc ,_bdae :=_becf .toImageBase (resources );if _bdae !=nil {return nil ,_bdae ;};_fegc ,_bdae :=_gea (_becf );if _bdae !=nil {return nil ,_bdae ; -};_bea ,_cgfb :=_cg .GetDict (_becf .DecodeParms );if _cgfb {_fegc .UpdateParams (_bea );};_ec .Log .Trace ("\u0065n\u0063o\u0064\u0065\u0072\u003a\u0020\u0025\u002b\u0076\u0020\u0025\u0054",_fegc ,_fegc );_ec .Log .Trace ("\u0069\u006e\u006c\u0069\u006e\u0065\u0020\u0069\u006d\u0061\u0067\u0065:\u0020\u0025\u002b\u0076",_becf ); -_ece ,_bdae :=_fegc .DecodeBytes (_becf ._cbdd );if _bdae !=nil {return nil ,_bdae ;};_ffad :=&_dad .Image {Width :int64 (_ebcc .Width ),Height :int64 (_ebcc .Height ),BitsPerComponent :int64 (_ebcc .BitsPerComponent ),ColorComponents :_ebcc .ColorComponents ,Data :_ece }; -if len (_ebcc .Decode )> 0{for _gacd :=0;_gacd < len (_ebcc .Decode );_gacd ++{_ebcc .Decode [_gacd ]*=float64 ((int (1)< 1{_dc .Log .Debug ("\u0043\u0053\u0020\u0063\u006f\u006d\u006d\u0061n\u0064\u0020\u0077it\u0068\u0020\u0074\u006f\u006f\u0020m\u0061\u006e\u0079\u0020\u0070\u0061\u0072\u0061\u006d\u0065\u0074\u0065\u0072\u0073\u0020-\u0020\u0063\u006f\u006e\u0074\u0069\u006e\u0075i\u006e\u0067"); +return _g .New ("\u0074\u006f\u006f\u0020ma\u006e\u0079\u0020\u0070\u0061\u0072\u0061\u006d\u0065\u0074\u0065\u0072\u0073");};_cedc ,_bda :=_ggfa .Params [0].(*_eaf .PdfObjectName );if !_bda {_dc .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020C\u0053\u0020\u0063o\u006d\u006d\u0061n\u0064\u0020w\u0069\u0074\u0068\u0020\u0069\u006ev\u0061li\u0064\u0020\u0070\u0061\u0072\u0061\u006d\u0065\u0074\u0065\u0072\u002c\u0020\u0073\u006b\u0069\u0070\u0070\u0069\u006e\u0067\u0020\u006f\u0076\u0065\u0072"); +return _g .New ("\u0074\u0079p\u0065\u0020\u0063h\u0065\u0063\u006b\u0020\u0065\u0072\u0072\u006f\u0072");};_aacg ,_ebgd :=_gdda .getColorspace (string (*_cedc ),_abad );if _ebgd !=nil {return _ebgd ;};_gdda ._edec .ColorspaceNonStroking =_aacg ;_dbdb ,_ebgd :=_gdda .getInitialColor (_aacg ); +if _ebgd !=nil {return _ebgd ;};_gdda ._edec .ColorNonStroking =_dbdb ;return nil ;};func (_aadc *ContentStreamParser )parseObject ()(_gedg _eaf .PdfObject ,_cdd bool ,_gbc error ){_aadc .skipSpaces ();for {_eabd ,_bccd :=_aadc ._ccf .Peek (2);if _bccd !=nil {return nil ,false ,_bccd ; +};_dc .Log .Trace ("\u0050e\u0065k\u0020\u0073\u0074\u0072\u0069\u006e\u0067\u003a\u0020\u0025\u0073",string (_eabd ));if _eabd [0]=='%'{_aadc .skipComments ();continue ;}else if _eabd [0]=='/'{_dedf ,_fced :=_aadc .parseName ();_dc .Log .Trace ("\u002d\u003e\u004ea\u006d\u0065\u003a\u0020\u0027\u0025\u0073\u0027",_dedf ); +return &_dedf ,false ,_fced ;}else if _eabd [0]=='('{_dc .Log .Trace ("\u002d>\u0053\u0074\u0072\u0069\u006e\u0067!");_bbb ,_gafe :=_aadc .parseString ();return _bbb ,false ,_gafe ;}else if _eabd [0]=='<'&&_eabd [1]!='<'{_dc .Log .Trace ("\u002d\u003e\u0048\u0065\u0078\u0020\u0053\u0074\u0072\u0069\u006e\u0067\u0021"); +_fcaa ,_feeb :=_aadc .parseHexString ();return _fcaa ,false ,_feeb ;}else if _eabd [0]=='['{_dc .Log .Trace ("\u002d\u003e\u0041\u0072\u0072\u0061\u0079\u0021");_dded ,_efed :=_aadc .parseArray ();return _dded ,false ,_efed ;}else if _eaf .IsFloatDigit (_eabd [0])||(_eabd [0]=='-'&&_eaf .IsFloatDigit (_eabd [1]))||(_eabd [0]=='+'&&_eaf .IsFloatDigit (_eabd [1])){_dc .Log .Trace ("\u002d>\u004e\u0075\u006d\u0062\u0065\u0072!"); +_ebdf ,_cdef :=_aadc .parseNumber ();return _ebdf ,false ,_cdef ;}else if _eabd [0]=='<'&&_eabd [1]=='<'{_fbd ,_afga :=_aadc .parseDict ();return _fbd ,false ,_afga ;}else {_dc .Log .Trace ("\u002d>\u004fp\u0065\u0072\u0061\u006e\u0064 \u006f\u0072 \u0062\u006f\u006f\u006c\u003f"); +_eabd ,_ =_aadc ._ccf .Peek (5);_edb :=string (_eabd );_dc .Log .Trace ("\u0063\u006f\u006e\u0074\u0020\u0050\u0065\u0065\u006b\u0020\u0073\u0074r\u003a\u0020\u0025\u0073",_edb );if (len (_edb )> 3)&&(_edb [:4]=="\u006e\u0075\u006c\u006c"){_gbeb ,_dcaf :=_aadc .parseNull (); +return &_gbeb ,false ,_dcaf ;}else if (len (_edb )> 4)&&(_edb [:5]=="\u0066\u0061\u006cs\u0065"){_fabb ,_bddg :=_aadc .parseBool ();return &_fabb ,false ,_bddg ;}else if (len (_edb )> 3)&&(_edb [:4]=="\u0074\u0072\u0075\u0065"){_fcd ,_fbc :=_aadc .parseBool (); +return &_fcd ,false ,_fbc ;};_efcc ,_edd :=_aadc .parseOperand ();if _edd !=nil {return _efcc ,false ,_edd ;};if len (_efcc .String ())< 1{return _efcc ,false ,ErrInvalidOperand ;};return _efcc ,true ,nil ;};};};func _caa (_fegc string )bool {_ ,_cac :=_bff [_fegc ]; +return _cac }; -// GraphicsState is a basic graphics state implementation for PDF processing. -// Initially only implementing and tracking a portion of the information specified. Easy to add more. -type GraphicsState struct{ColorspaceStroking _dad .PdfColorspace ;ColorspaceNonStroking _dad .PdfColorspace ;ColorStroking _dad .PdfColor ;ColorNonStroking _dad .PdfColor ;CTM _da .Matrix ;};func _gea (_gdfg *ContentStreamInlineImage )(_cg .StreamEncoder ,error ){if _gdfg .Filter ==nil {return _cg .NewRawEncoder (),nil ; -};_fbb ,_ecdd :=_gdfg .Filter .(*_cg .PdfObjectName );if !_ecdd {_dba ,_agf :=_gdfg .Filter .(*_cg .PdfObjectArray );if !_agf {return nil ,_e .Errorf ("\u0066\u0069\u006c\u0074\u0065\u0072 \u006e\u006f\u0074\u0020\u0061\u0020\u004e\u0061\u006d\u0065\u0020\u006f\u0072 \u0041\u0072\u0072\u0061\u0079\u0020\u006fb\u006a\u0065\u0063\u0074"); -};if _dba .Len ()==0{return _cg .NewRawEncoder (),nil ;};if _dba .Len ()!=1{_gag ,_eec :=_gba (_gdfg );if _eec !=nil {_ec .Log .Error ("\u0046\u0061\u0069\u006c\u0065\u0064 \u0063\u0072\u0065\u0061\u0074\u0069\u006e\u0067\u0020\u006d\u0075\u006c\u0074i\u0020\u0065\u006e\u0063\u006f\u0064\u0065r\u003a\u0020\u0025\u0076",_eec ); -return nil ,_eec ;};_ec .Log .Trace ("\u004d\u0075\u006c\u0074\u0069\u0020\u0065\u006e\u0063:\u0020\u0025\u0073\u000a",_gag );return _gag ,nil ;};_gab :=_dba .Get (0);_fbb ,_agf =_gab .(*_cg .PdfObjectName );if !_agf {return nil ,_e .Errorf ("\u0066\u0069l\u0074\u0065\u0072\u0020a\u0072\u0072a\u0079\u0020\u006d\u0065\u006d\u0062\u0065\u0072 \u006e\u006f\u0074\u0020\u0061\u0020\u004e\u0061\u006d\u0065\u0020\u006fb\u006a\u0065\u0063\u0074"); -};};switch *_fbb {case "\u0041\u0048\u0078","\u0041\u0053\u0043\u0049\u0049\u0048\u0065\u0078\u0044e\u0063\u006f\u0064\u0065":return _cg .NewASCIIHexEncoder (),nil ;case "\u0041\u0038\u0035","\u0041\u0053\u0043\u0049\u0049\u0038\u0035\u0044\u0065\u0063\u006f\u0064\u0065":return _cg .NewASCII85Encoder (),nil ; -case "\u0044\u0043\u0054","\u0044C\u0054\u0044\u0065\u0063\u006f\u0064e":return _fada (_gdfg );case "\u0046\u006c","F\u006c\u0061\u0074\u0065\u0044\u0065\u0063\u006f\u0064\u0065":return _ecde (_gdfg ,nil );case "\u004c\u005a\u0057","\u004cZ\u0057\u0044\u0065\u0063\u006f\u0064e":return _fec (_gdfg ,nil ); -case "\u0043\u0043\u0046","\u0043\u0043\u0049\u0054\u0054\u0046\u0061\u0078\u0044e\u0063\u006f\u0064\u0065":return _cg .NewCCITTFaxEncoder (),nil ;case "\u0052\u004c","\u0052u\u006eL\u0065\u006e\u0067\u0074\u0068\u0044\u0065\u0063\u006f\u0064\u0065":return _cg .NewRunLengthEncoder (),nil ; -default:_ec .Log .Debug ("\u0055\u006e\u0073\u0075\u0070\u0070\u006f\u0072\u0074\u0065\u0064\u0020\u0069\u006e\u006c\u0069\u006e\u0065 \u0069\u006d\u0061\u0067\u0065\u0020\u0065n\u0063\u006f\u0064\u0069\u006e\u0067\u0020\u0066\u0069\u006c\u0074e\u0072\u0020\u006e\u0061\u006d\u0065\u0020\u003a\u0020\u0025\u0073",*_fbb ); -return nil ,_b .New ("\u0075\u006e\u0073up\u0070\u006f\u0072\u0074\u0065\u0064\u0020\u0069\u006el\u0069n\u0065 \u0065n\u0063\u006f\u0064\u0069\u006e\u0067\u0020\u006d\u0065\u0074\u0068\u006f\u0064");};};func (_cab *ContentStreamProcessor )handleCommand_CS (_bgcb *ContentStreamOperation ,_gdcg *_dad .PdfPageResources )error {if len (_bgcb .Params )< 1{_ec .Log .Debug ("\u0049\u006e\u0076\u0061\u006c\u0069d\u0020\u0063\u0073\u0020\u0063\u006f\u006d\u006d\u0061\u006e\u0064\u002c\u0020s\u006b\u0069\u0070\u0070\u0069\u006e\u0067 \u006f\u0076\u0065\u0072"); -return _b .New ("\u0074o\u006f \u0066\u0065\u0077\u0020\u0070a\u0072\u0061m\u0065\u0074\u0065\u0072\u0073");};if len (_bgcb .Params )> 1{_ec .Log .Debug ("\u0063\u0073\u0020\u0063\u006f\u006d\u006d\u0061n\u0064\u0020\u0077it\u0068\u0020\u0074\u006f\u006f\u0020m\u0061\u006e\u0079\u0020\u0070\u0061\u0072\u0061\u006d\u0065\u0074\u0065\u0072\u0073\u0020-\u0020\u0063\u006f\u006e\u0074\u0069\u006e\u0075i\u006e\u0067"); -return _b .New ("\u0074\u006f\u006f\u0020ma\u006e\u0079\u0020\u0070\u0061\u0072\u0061\u006d\u0065\u0074\u0065\u0072\u0073");};_dcgd ,_gcba :=_bgcb .Params [0].(*_cg .PdfObjectName );if !_gcba {_ec .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020c\u0073\u0020\u0063o\u006d\u006d\u0061n\u0064\u0020w\u0069\u0074\u0068\u0020\u0069\u006ev\u0061li\u0064\u0020\u0070\u0061\u0072\u0061\u006d\u0065\u0074\u0065\u0072\u002c\u0020\u0073\u006b\u0069\u0070\u0070\u0069\u006e\u0067\u0020\u006f\u0076\u0065\u0072"); -return _b .New ("\u0074\u0079p\u0065\u0020\u0063h\u0065\u0063\u006b\u0020\u0065\u0072\u0072\u006f\u0072");};_cccd ,_eeef :=_cab .getColorspace (string (*_dcgd ),_gdcg );if _eeef !=nil {return _eeef ;};_cab ._ebdd .ColorspaceStroking =_cccd ;_cfca ,_eeef :=_cab .getInitialColor (_cccd ); -if _eeef !=nil {return _eeef ;};_cab ._ebdd .ColorStroking =_cfca ;return nil ;}; +// Add_Q adds 'Q' operand to the content stream: Pops the most recently stored state from the stack. +// +// See section 8.4.4 "Graphic State Operators" and Table 57 (pp. 135-136 PDF32000_2008). +func (_be *ContentCreator )Add_Q ()*ContentCreator {_ebb :=ContentStreamOperation {};_ebb .Operand ="\u0051";_be ._eg =append (_be ._eg ,&_ebb );return _be ;};func (_aaagc *ContentStreamProcessor )handleCommand_CS (_cce *ContentStreamOperation ,_dgea *_ee .PdfPageResources )error {if len (_cce .Params )< 1{_dc .Log .Debug ("\u0049\u006e\u0076\u0061\u006c\u0069d\u0020\u0063\u0073\u0020\u0063\u006f\u006d\u006d\u0061\u006e\u0064\u002c\u0020s\u006b\u0069\u0070\u0070\u0069\u006e\u0067 \u006f\u0076\u0065\u0072"); +return _g .New ("\u0074o\u006f \u0066\u0065\u0077\u0020\u0070a\u0072\u0061m\u0065\u0074\u0065\u0072\u0073");};if len (_cce .Params )> 1{_dc .Log .Debug ("\u0063\u0073\u0020\u0063\u006f\u006d\u006d\u0061n\u0064\u0020\u0077it\u0068\u0020\u0074\u006f\u006f\u0020m\u0061\u006e\u0079\u0020\u0070\u0061\u0072\u0061\u006d\u0065\u0074\u0065\u0072\u0073\u0020-\u0020\u0063\u006f\u006e\u0074\u0069\u006e\u0075i\u006e\u0067"); +return _g .New ("\u0074\u006f\u006f\u0020ma\u006e\u0079\u0020\u0070\u0061\u0072\u0061\u006d\u0065\u0074\u0065\u0072\u0073");};_gde ,_badd :=_cce .Params [0].(*_eaf .PdfObjectName );if !_badd {_dc .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020c\u0073\u0020\u0063o\u006d\u006d\u0061n\u0064\u0020w\u0069\u0074\u0068\u0020\u0069\u006ev\u0061li\u0064\u0020\u0070\u0061\u0072\u0061\u006d\u0065\u0074\u0065\u0072\u002c\u0020\u0073\u006b\u0069\u0070\u0070\u0069\u006e\u0067\u0020\u006f\u0076\u0065\u0072"); +return _g .New ("\u0074\u0079p\u0065\u0020\u0063h\u0065\u0063\u006b\u0020\u0065\u0072\u0072\u006f\u0072");};_aba ,_ggfbg :=_aaagc .getColorspace (string (*_gde ),_dgea );if _ggfbg !=nil {return _ggfbg ;};_aaagc ._edec .ColorspaceStroking =_aba ;_gfa ,_ggfbg :=_aaagc .getInitialColor (_aba ); +if _ggfbg !=nil {return _ggfbg ;};_aaagc ._edec .ColorStroking =_gfa ;return nil ;}; -// Bytes converts a set of content stream operations to a content stream byte presentation, -// i.e. the kind that can be stored as a PDF stream or string format. -func (_db *ContentStreamOperations )Bytes ()[]byte {var _bd _a .Buffer ;for _ ,_gg :=range *_db {if _gg ==nil {continue ;};if _gg .Operand =="\u0042\u0049"{_bd .WriteString (_gg .Operand +"\u000a");_bd .WriteString (_gg .Params [0].WriteString ());}else {for _ ,_agd :=range _gg .Params {_bd .WriteString (_agd .WriteString ()); -_bd .WriteString ("\u0020");};_bd .WriteString (_gg .Operand +"\u000a");};};return _bd .Bytes ();}; +// WriteString outputs the object as it is to be written to file. +func (_bdgdg *ContentStreamInlineImage )WriteString ()string {var _ceaf _fg .Buffer ;_bgf :="";if _bdgdg .BitsPerComponent !=nil {_bgf +="\u002f\u0042\u0050C\u0020"+_bdgdg .BitsPerComponent .WriteString ()+"\u000a";};if _bdgdg .ColorSpace !=nil {_bgf +="\u002f\u0043\u0053\u0020"+_bdgdg .ColorSpace .WriteString ()+"\u000a"; +};if _bdgdg .Decode !=nil {_bgf +="\u002f\u0044\u0020"+_bdgdg .Decode .WriteString ()+"\u000a";};if _bdgdg .DecodeParms !=nil {_bgf +="\u002f\u0044\u0050\u0020"+_bdgdg .DecodeParms .WriteString ()+"\u000a";};if _bdgdg .Filter !=nil {_bgf +="\u002f\u0046\u0020"+_bdgdg .Filter .WriteString ()+"\u000a"; +};if _bdgdg .Height !=nil {_bgf +="\u002f\u0048\u0020"+_bdgdg .Height .WriteString ()+"\u000a";};if _bdgdg .ImageMask !=nil {_bgf +="\u002f\u0049\u004d\u0020"+_bdgdg .ImageMask .WriteString ()+"\u000a";};if _bdgdg .Intent !=nil {_bgf +="\u002f\u0049\u006e\u0074\u0065\u006e\u0074\u0020"+_bdgdg .Intent .WriteString ()+"\u000a"; +};if _bdgdg .Interpolate !=nil {_bgf +="\u002f\u0049\u0020"+_bdgdg .Interpolate .WriteString ()+"\u000a";};if _bdgdg .Width !=nil {_bgf +="\u002f\u0057\u0020"+_bdgdg .Width .WriteString ()+"\u000a";};_ceaf .WriteString (_bgf );_ceaf .WriteString ("\u0049\u0044\u0020"); +_ceaf .Write (_bdgdg ._gda );_ceaf .WriteString ("\u000a\u0045\u0049\u000a");return _ceaf .String ();}; -// Add_quote appends "'" operand to the content stream: -// Move to next line and show a string. +// Add_TD appends 'TD' operand to the content stream: +// Move to start of next line with offset (`tx`, `ty`). // -// See section 9.4.3 "Text Showing Operators" and -// Table 209 (pp. 258-259 PDF32000_2008). -func (_cbbb *ContentCreator )Add_quote (textstr _cg .PdfObjectString )*ContentCreator {_dbbg :=ContentStreamOperation {};_dbbg .Operand ="\u0027";_dbbg .Params =_eab ([]_cg .PdfObjectString {textstr });_cbbb ._bf =append (_cbbb ._bf ,&_dbbg );return _cbbb ; -};func (_gfc *ContentStreamParser )parseBool ()(_cg .PdfObjectBool ,error ){_cfc ,_gffg :=_gfc ._gfea .Peek (4);if _gffg !=nil {return _cg .PdfObjectBool (false ),_gffg ;};if (len (_cfc )>=4)&&(string (_cfc [:4])=="\u0074\u0072\u0075\u0065"){_gfc ._gfea .Discard (4); -return _cg .PdfObjectBool (true ),nil ;};_cfc ,_gffg =_gfc ._gfea .Peek (5);if _gffg !=nil {return _cg .PdfObjectBool (false ),_gffg ;};if (len (_cfc )>=5)&&(string (_cfc [:5])=="\u0066\u0061\u006cs\u0065"){_gfc ._gfea .Discard (5);return _cg .PdfObjectBool (false ),nil ; -};return _cg .PdfObjectBool (false ),_b .New ("\u0075n\u0065\u0078\u0070\u0065c\u0074\u0065\u0064\u0020\u0062o\u006fl\u0065a\u006e\u0020\u0073\u0074\u0072\u0069\u006eg");}; +// See section 9.4.2 "Text Positioning Operators" and +// Table 108 (pp. 257-258 PDF32000_2008). +func (_gec *ContentCreator )Add_TD (tx ,ty float64 )*ContentCreator {_afa :=ContentStreamOperation {};_afa .Operand ="\u0054\u0044";_afa .Params =_daea ([]float64 {tx ,ty });_gec ._eg =append (_gec ._eg ,&_afa );return _gec ;}; -// HandlerFunc is the function syntax that the ContentStreamProcessor handler must implement. -type HandlerFunc func (_eaff *ContentStreamOperation ,_cedc GraphicsState ,_gee *_dad .PdfPageResources )error ; +// AddHandler adds a new ContentStreamProcessor `handler` of type `condition` for `operand`. +func (_aaf *ContentStreamProcessor )AddHandler (condition HandlerConditionEnum ,operand string ,handler HandlerFunc ){_aaead :=handlerEntry {};_aaead .Condition =condition ;_aaead .Operand =operand ;_aaead .Handler =handler ;_aaf ._cfd =append (_aaf ._cfd ,_aaead ); +}; -// Add_BDC appends 'BDC' operand to the content stream: -// Begins a marked-content sequence with an associated property list terminated by a balancing EMC operator. -// `tag` shall be a name object indicating the role or significance of -// the sequence. -// `propertyList` shall be a dictionary containing the properties of the +// Add_RG appends 'RG' operand to the content stream: +// Set the stroking colorspace to DeviceRGB and sets the r,g,b colors (0-1 each). // -// See section 14.6 "Marked Content" and Table 320 (p. 561 PDF32000_2008). -func (_geda *ContentCreator )Add_BDC (tag _cg .PdfObjectName ,propertyList map[string ]_cg .PdfObject )*ContentCreator {_faaa :=ContentStreamOperation {};_faaa .Operand ="\u0042\u0044\u0043";_faaa .Params =_fcdg ([]_cg .PdfObjectName {tag });if len (propertyList )> 0{_faaa .Params =append (_faaa .Params ,_cg .MakeDictMap (propertyList )); -};_geda ._bf =append (_geda ._bf ,&_faaa );return _geda ;}; +// See section 8.6.8 "Colour Operators" and Table 74 (p. 179-180 PDF32000_2008). +func (_aff *ContentCreator )Add_RG (r ,g ,b float64 )*ContentCreator {_ddd :=ContentStreamOperation {};_ddd .Operand ="\u0052\u0047";_ddd .Params =_daea ([]float64 {r ,g ,b });_aff ._eg =append (_aff ._eg ,&_ddd );return _aff ;}; -// Add_gs adds 'gs' operand to the content stream: Set the graphics state. +// Add_Tz appends 'Tz' operand to the content stream: +// Set horizontal scaling. // -// See section 8.4.4 "Graphic State Operators" and Table 57 (pp. 135-136 PDF32000_2008). -func (_gcf *ContentCreator )Add_gs (dictName _cg .PdfObjectName )*ContentCreator {_cee :=ContentStreamOperation {};_cee .Operand ="\u0067\u0073";_cee .Params =_fcdg ([]_cg .PdfObjectName {dictName });_gcf ._bf =append (_gcf ._bf ,&_cee );return _gcf ;}; +// See section 9.3 "Text State Parameters and Operators" and +// Table 105 (pp. 251-252 PDF32000_2008). +func (_eedg *ContentCreator )Add_Tz (scale float64 )*ContentCreator {_bec :=ContentStreamOperation {};_bec .Operand ="\u0054\u007a";_bec .Params =_daea ([]float64 {scale });_eedg ._eg =append (_eedg ._eg ,&_bec );return _eedg ;}; + +// Add_Tm appends 'Tm' operand to the content stream: +// Set the text line matrix. +// +// See section 9.4.2 "Text Positioning Operators" and +// Table 108 (pp. 257-258 PDF32000_2008). +func (_eab *ContentCreator )Add_Tm (a ,b ,c ,d ,e ,f float64 )*ContentCreator {_cff :=ContentStreamOperation {};_cff .Operand ="\u0054\u006d";_cff .Params =_daea ([]float64 {a ,b ,c ,d ,e ,f });_eab ._eg =append (_eab ._eg ,&_cff );return _eab ;}; +// Bytes converts a set of content stream operations to a content stream byte presentation, +// i.e. the kind that can be stored as a PDF stream or string format. +func (_fgg *ContentStreamOperations )Bytes ()[]byte {var _ff _fg .Buffer ;for _ ,_ac :=range *_fgg {if _ac ==nil {continue ;};if _ac .Operand =="\u0042\u0049"{_ff .WriteString (_ac .Operand +"\u000a");_ff .WriteString (_ac .Params [0].WriteString ());}else {for _ ,_ace :=range _ac .Params {_ff .WriteString (_ace .WriteString ()); +_ff .WriteString ("\u0020");};_ff .WriteString (_ac .Operand +"\u000a");};};return _ff .Bytes ();};func (_cgga *ContentStreamProcessor )handleCommand_scn (_efea *ContentStreamOperation ,_gfgd *_ee .PdfPageResources )error {_gcea :=_cgga ._edec .ColorspaceNonStroking ; +if !_gecbc (_gcea ){if len (_efea .Params )!=_gcea .GetNumComponents (){_dc .Log .Debug ("I\u006e\u0076\u0061\u006c\u0069\u0064 \u006e\u0075\u006d\u0062\u0065\u0072 \u006f\u0066\u0020\u0070\u0061\u0072\u0061m\u0065\u0074\u0065\u0072\u0073\u0020\u0066\u006f\u0072\u0020S\u0043"); +_dc .Log .Debug ("\u004e\u0075mb\u0065\u0072\u0020%\u0064\u0020\u006e\u006ft m\u0061tc\u0068\u0069\u006e\u0067\u0020\u0063\u006flo\u0072\u0073\u0070\u0061\u0063\u0065\u0020%\u0054",len (_efea .Params ),_gcea );return _g .New ("\u0069\u006e\u0076\u0061l\u0069\u0064\u0020\u006e\u0075\u006d\u0062\u0065\u0072\u0020o\u0066 \u0070\u0061\u0072\u0061\u006d\u0065\u0074e\u0072\u0073"); +};};_feab ,_feed :=_gcea .ColorFromPdfObjects (_efea .Params );if _feed !=nil {_dc .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0046\u0061\u0069\u006c \u0074\u006f\u0020\u0067\u0065\u0074\u0020\u0063o\u006co\u0072\u0020\u0066\u0072\u006f\u006d\u0020\u0070\u0061\u0072\u0061\u006d\u0073\u003a\u0020\u0025\u002b\u0076 \u0028\u0043\u0053\u0020\u0069\u0073\u0020\u0025\u002b\u0076\u0029",_efea .Params ,_gcea ); +return _feed ;};_cgga ._edec .ColorNonStroking =_feab ;return nil ;}; -// Add_l adds 'l' operand to the content stream: -// Append a straight line segment from the current point to (x,y). +// Wrap ensures that the contentstream is wrapped within a balanced q ... Q expression. +func (_ffc *ContentCreator )Wrap (){_ffc ._eg .WrapIfNeeded ()}; + +// Add_m adds 'm' operand to the content stream: Move the current point to (x,y). // // See section 8.5.2 "Path Construction Operators" and Table 59 (pp. 140-141 PDF32000_2008). -func (_dbb *ContentCreator )Add_l (x ,y float64 )*ContentCreator {_add :=ContentStreamOperation {};_add .Operand ="\u006c";_add .Params =_gbg ([]float64 {x ,y });_dbb ._bf =append (_dbb ._bf ,&_add );return _dbb ;}; +func (_cd *ContentCreator )Add_m (x ,y float64 )*ContentCreator {_eafg :=ContentStreamOperation {};_eafg .Operand ="\u006d";_eafg .Params =_daea ([]float64 {x ,y });_cd ._eg =append (_cd ._eg ,&_eafg );return _cd ;};func (_ggec *ContentStreamParser )parseHexString ()(*_eaf .PdfObjectString ,error ){_ggec ._ccf .ReadByte (); +_abffa :=[]byte ("\u0030\u0031\u0032\u003345\u0036\u0037\u0038\u0039\u0061\u0062\u0063\u0064\u0065\u0066\u0041\u0042\u0043\u0044E\u0046");var _bbaee []byte ;for {_ggec .skipSpaces ();_dbcc ,_cfcc :=_ggec ._ccf .Peek (1);if _cfcc !=nil {return _eaf .MakeString (""),_cfcc ; +};if _dbcc [0]=='>'{_ggec ._ccf .ReadByte ();break ;};_eace ,_ :=_ggec ._ccf .ReadByte ();if _fg .IndexByte (_abffa ,_eace )>=0{_bbaee =append (_bbaee ,_eace );};};if len (_bbaee )%2==1{_bbaee =append (_bbaee ,'0');};_dcdd ,_ :=_cg .DecodeString (string (_bbaee )); +return _eaf .MakeHexString (string (_dcdd )),nil ;}; -// String returns `ops.Bytes()` as a string. -func (_adb *ContentStreamOperations )String ()string {return string (_adb .Bytes ())}; - -// Add_j adds 'j' operand to the content stream: Set the line join style (graphics state). +// Add_Td appends 'Td' operand to the content stream: +// Move to start of next line with offset (`tx`, `ty`). // -// See section 8.4.4 "Graphic State Operators" and Table 57 (pp. 135-136 PDF32000_2008). -func (_cb *ContentCreator )Add_j (lineJoinStyle string )*ContentCreator {_fcc :=ContentStreamOperation {};_fcc .Operand ="\u006a";_fcc .Params =_fcdg ([]_cg .PdfObjectName {_cg .PdfObjectName (lineJoinStyle )});_cb ._bf =append (_cb ._bf ,&_fcc );return _cb ; -}; +// See section 9.4.2 "Text Positioning Operators" and +// Table 108 (pp. 257-258 PDF32000_2008). +func (_ecb *ContentCreator )Add_Td (tx ,ty float64 )*ContentCreator {_ggfg :=ContentStreamOperation {};_ggfg .Operand ="\u0054\u0064";_ggfg .Params =_daea ([]float64 {tx ,ty });_ecb ._eg =append (_ecb ._eg ,&_ggfg );return _ecb ;}; -// Wrap ensures that the contentstream is wrapped within a balanced q ... Q expression. -func (_aff *ContentCreator )Wrap (){_aff ._bf .WrapIfNeeded ()};func (_gggf *ContentStreamParser )parseOperand ()(*_cg .PdfObjectString ,error ){var _gaa []byte ;for {_gaaf ,_bgca :=_gggf ._gfea .Peek (1);if _bgca !=nil {return _cg .MakeString (string (_gaa )),_bgca ; -};if _cg .IsDelimiter (_gaaf [0]){break ;};if _cg .IsWhiteSpace (_gaaf [0]){break ;};_ggbaa ,_ :=_gggf ._gfea .ReadByte ();_gaa =append (_gaa ,_ggbaa );};return _cg .MakeString (string (_gaa )),nil ;};func _fec (_eff *ContentStreamInlineImage ,_bbee *_cg .PdfObjectDictionary )(*_cg .LZWEncoder ,error ){_gdg :=_cg .NewLZWEncoder (); -if _bbee ==nil {if _eff .DecodeParms !=nil {_aca ,_fca :=_cg .GetDict (_eff .DecodeParms );if !_fca {_ec .Log .Debug ("E\u0072\u0072\u006f\u0072\u003a\u0020\u0044\u0065\u0063\u006f\u0064\u0065\u0050\u0061\u0072\u006d\u0073\u0020n\u006f\u0074\u0020\u0061\u0020\u0064\u0069\u0063\u0074\u0069on\u0061\u0072\u0079 \u0028%\u0054\u0029",_eff .DecodeParms ); -return nil ,_e .Errorf ("\u0069\u006e\u0076\u0061li\u0064\u0020\u0044\u0065\u0063\u006f\u0064\u0065\u0050\u0061\u0072\u006d\u0073");};_bbee =_aca ;};};if _bbee ==nil {return _gdg ,nil ;};_ecba :=_bbee .Get ("E\u0061\u0072\u006c\u0079\u0043\u0068\u0061\u006e\u0067\u0065"); -if _ecba !=nil {_eafg ,_fge :=_ecba .(*_cg .PdfObjectInteger );if !_fge {_ec .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u003a \u0045\u0061\u0072\u006c\u0079\u0043\u0068\u0061\u006e\u0067\u0065\u0020\u0073\u0070\u0065\u0063\u0069\u0066\u0069\u0065d\u0020\u0062\u0075\u0074\u0020\u006e\u006f\u0074\u0020\u006e\u0075\u006d\u0065\u0072i\u0063 \u0028\u0025\u0054\u0029",_ecba ); -return nil ,_e .Errorf ("\u0069\u006e\u0076\u0061li\u0064\u0020\u0045\u0061\u0072\u006c\u0079\u0043\u0068\u0061\u006e\u0067\u0065");};if *_eafg !=0&&*_eafg !=1{return nil ,_e .Errorf ("\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0045\u0061\u0072\u006c\u0079\u0043\u0068\u0061\u006e\u0067\u0065\u0020\u0076\u0061\u006c\u0075e\u0020\u0028\u006e\u006f\u0074 \u0030\u0020o\u0072\u0020\u0031\u0029"); -};_gdg .EarlyChange =int (*_eafg );}else {_gdg .EarlyChange =1;};_ecba =_bbee .Get ("\u0050r\u0065\u0064\u0069\u0063\u0074\u006fr");if _ecba !=nil {_ced ,_ggfc :=_ecba .(*_cg .PdfObjectInteger );if !_ggfc {_ec .Log .Debug ("E\u0072\u0072\u006f\u0072\u003a\u0020\u0050\u0072\u0065d\u0069\u0063\u0074\u006f\u0072\u0020\u0073pe\u0063\u0069\u0066\u0069e\u0064\u0020\u0062\u0075\u0074\u0020\u006e\u006f\u0074 n\u0075\u006de\u0072\u0069\u0063\u0020\u0028\u0025\u0054\u0029",_ecba ); -return nil ,_e .Errorf ("\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0050\u0072\u0065\u0064i\u0063\u0074\u006f\u0072");};_gdg .Predictor =int (*_ced );};_ecba =_bbee .Get ("\u0042\u0069t\u0073\u0050\u0065r\u0043\u006f\u006d\u0070\u006f\u006e\u0065\u006e\u0074"); -if _ecba !=nil {_dac ,_gcc :=_ecba .(*_cg .PdfObjectInteger );if !_gcc {_ec .Log .Debug ("\u0045\u0052\u0052O\u0052\u003a\u0020\u0049n\u0076\u0061\u006c\u0069\u0064\u0020\u0042i\u0074\u0073\u0050\u0065\u0072\u0043\u006f\u006d\u0070\u006f\u006e\u0065\u006e\u0074"); -return nil ,_e .Errorf ("\u0069n\u0076\u0061\u006c\u0069\u0064\u0020\u0042\u0069\u0074\u0073\u0050e\u0072\u0043\u006f\u006d\u0070\u006f\u006e\u0065\u006e\u0074");};_gdg .BitsPerComponent =int (*_dac );};if _gdg .Predictor > 1{_gdg .Columns =1;_ecba =_bbee .Get ("\u0043o\u006c\u0075\u006d\u006e\u0073"); -if _ecba !=nil {_eece ,_abg :=_ecba .(*_cg .PdfObjectInteger );if !_abg {return nil ,_e .Errorf ("\u0070r\u0065\u0064\u0069\u0063\u0074\u006f\u0072\u0020\u0063\u006f\u006cu\u006d\u006e\u0020\u0069\u006e\u0076\u0061\u006c\u0069\u0064");};_gdg .Columns =int (*_eece ); -};_gdg .Colors =1;_ecba =_bbee .Get ("\u0043\u006f\u006c\u006f\u0072\u0073");if _ecba !=nil {_egb ,_gcdg :=_ecba .(*_cg .PdfObjectInteger );if !_gcdg {return nil ,_e .Errorf ("\u0070\u0072\u0065d\u0069\u0063\u0074\u006fr\u0020\u0063\u006f\u006c\u006f\u0072\u0073 \u006e\u006f\u0074\u0020\u0061\u006e\u0020\u0069\u006e\u0074\u0065\u0067\u0065\u0072"); -};_gdg .Colors =int (*_egb );};};_ec .Log .Trace ("\u0064\u0065\u0063\u006f\u0064\u0065\u0020\u0070\u0061\u0072\u0061\u006ds\u003a\u0020\u0025\u0073",_bbee .String ());return _gdg ,nil ;}; +// Add_B_starred appends 'B*' operand to the content stream: +// Fill and then stroke the path (even-odd rule). +// +// See section 8.5.3 "Path Painting Operators" and Table 60 (p. 143 PDF32000_2008). +func (_def *ContentCreator )Add_B_starred ()*ContentCreator {_bae :=ContentStreamOperation {};_bae .Operand ="\u0042\u002a";_def ._eg =append (_def ._eg ,&_bae );return _def ;};func (_bbaa *ContentStreamParser )parseName ()(_eaf .PdfObjectName ,error ){_aeec :=""; +_fbf :=false ;for {_accb ,_eafac :=_bbaa ._ccf .Peek (1);if _eafac ==_ea .EOF {break ;};if _eafac !=nil {return _eaf .PdfObjectName (_aeec ),_eafac ;};if !_fbf {if _accb [0]=='/'{_fbf =true ;_bbaa ._ccf .ReadByte ();}else {_dc .Log .Error ("N\u0061\u006d\u0065\u0020\u0073\u0074a\u0072\u0074\u0069\u006e\u0067\u0020\u0077\u0069\u0074h\u0020\u0025\u0073 \u0028%\u0020\u0078\u0029",_accb ,_accb ); +return _eaf .PdfObjectName (_aeec ),_ga .Errorf ("\u0069n\u0076a\u006c\u0069\u0064\u0020\u006ea\u006d\u0065:\u0020\u0028\u0025\u0063\u0029",_accb [0]);};}else {if _eaf .IsWhiteSpace (_accb [0]){break ;}else if (_accb [0]=='/')||(_accb [0]=='[')||(_accb [0]=='(')||(_accb [0]==']')||(_accb [0]=='<')||(_accb [0]=='>'){break ; +}else if _accb [0]=='#'{_ebbg ,_aea :=_bbaa ._ccf .Peek (3);if _aea !=nil {return _eaf .PdfObjectName (_aeec ),_aea ;};_bbaa ._ccf .Discard (3);_dbbd ,_aea :=_cg .DecodeString (string (_ebbg [1:3]));if _aea !=nil {return _eaf .PdfObjectName (_aeec ),_aea ; +};_aeec +=string (_dbbd );}else {_eedfa ,_ :=_bbaa ._ccf .ReadByte ();_aeec +=string (_eedfa );};};};return _eaf .PdfObjectName (_aeec ),nil ;};func (_bebe *ContentStreamParser )parseNull ()(_eaf .PdfObjectNull ,error ){_ ,_eafc :=_bebe ._ccf .Discard (4); +return _eaf .PdfObjectNull {},_eafc ;}; -// NewContentCreator returns a new initialized ContentCreator. -func NewContentCreator ()*ContentCreator {_ead :=&ContentCreator {};_ead ._bf =ContentStreamOperations {};return _ead ;}; +// Push pushes `gs` on the `gsStack`. +func (_adge *GraphicStateStack )Push (gs GraphicsState ){*_adge =append (*_adge ,gs )}; -// Add_q adds 'q' operand to the content stream: Pushes the current graphics state on the stack. +// Add_f appends 'f' operand to the content stream: +// Fill the path using the nonzero winding number rule to determine fill region. // -// See section 8.4.4 "Graphic State Operators" and Table 57 (pp. 135-136 PDF32000_2008). -func (_fb *ContentCreator )Add_q ()*ContentCreator {_ff :=ContentStreamOperation {};_ff .Operand ="\u0071";_fb ._bf =append (_fb ._bf ,&_ff );return _fb ;};func (_dgdcd *ContentStreamProcessor )handleCommand_scn (_fdccc *ContentStreamOperation ,_cdea *_dad .PdfPageResources )error {_agfd :=_dgdcd ._ebdd .ColorspaceNonStroking ; -if !_edba (_agfd ){if len (_fdccc .Params )!=_agfd .GetNumComponents (){_ec .Log .Debug ("I\u006e\u0076\u0061\u006c\u0069\u0064 \u006e\u0075\u006d\u0062\u0065\u0072 \u006f\u0066\u0020\u0070\u0061\u0072\u0061m\u0065\u0074\u0065\u0072\u0073\u0020\u0066\u006f\u0072\u0020S\u0043"); -_ec .Log .Debug ("\u004e\u0075mb\u0065\u0072\u0020%\u0064\u0020\u006e\u006ft m\u0061tc\u0068\u0069\u006e\u0067\u0020\u0063\u006flo\u0072\u0073\u0070\u0061\u0063\u0065\u0020%\u0054",len (_fdccc .Params ),_agfd );return _b .New ("\u0069\u006e\u0076\u0061l\u0069\u0064\u0020\u006e\u0075\u006d\u0062\u0065\u0072\u0020o\u0066 \u0070\u0061\u0072\u0061\u006d\u0065\u0074e\u0072\u0073"); -};};_agfg ,_fbcc :=_agfd .ColorFromPdfObjects (_fdccc .Params );if _fbcc !=nil {_ec .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0046\u0061\u0069\u006c \u0074\u006f\u0020\u0067\u0065\u0074\u0020\u0063o\u006co\u0072\u0020\u0066\u0072\u006f\u006d\u0020\u0070\u0061\u0072\u0061\u006d\u0073\u003a\u0020\u0025\u002b\u0076 \u0028\u0043\u0053\u0020\u0069\u0073\u0020\u0025\u002b\u0076\u0029",_fdccc .Params ,_agfd ); -return _fbcc ;};_dgdcd ._ebdd .ColorNonStroking =_agfg ;return nil ;};var _deea =_d .MustCompile ("\u005e\u002f\u007b\u0032\u002c\u007d"); - -// HandlerConditionEnum represents the type of operand content stream processor (handler). -// The handler may process a single specific named operand or all operands. -type HandlerConditionEnum int ;func _gba (_dgf *ContentStreamInlineImage )(*_cg .MultiEncoder ,error ){_agfa :=_cg .NewMultiEncoder ();var _dfdf *_cg .PdfObjectDictionary ;var _acf []_cg .PdfObject ;if _afb :=_dgf .DecodeParms ;_afb !=nil {_gfg ,_fadd :=_afb .(*_cg .PdfObjectDictionary ); -if _fadd {_dfdf =_gfg ;};_aabe ,_eeg :=_afb .(*_cg .PdfObjectArray );if _eeg {for _ ,_fef :=range _aabe .Elements (){if _bfe ,_cedf :=_fef .(*_cg .PdfObjectDictionary );_cedf {_acf =append (_acf ,_bfe );}else {_acf =append (_acf ,nil );};};};};_ebd :=_dgf .Filter ; -if _ebd ==nil {return nil ,_e .Errorf ("\u0066\u0069\u006c\u0074\u0065\u0072\u0020\u006d\u0069s\u0073\u0069\u006e\u0067");};_ebf ,_ebfb :=_ebd .(*_cg .PdfObjectArray );if !_ebfb {return nil ,_e .Errorf ("m\u0075\u006c\u0074\u0069\u0020\u0066\u0069\u006c\u0074\u0065\u0072\u0020\u0063\u0061\u006e\u0020\u006f\u006el\u0079\u0020\u0062\u0065\u0020\u006d\u0061\u0064\u0065\u0020fr\u006f\u006d\u0020a\u0072r\u0061\u0079"); -};for _bbed ,_ebfg :=range _ebf .Elements (){_abe ,_agb :=_ebfg .(*_cg .PdfObjectName );if !_agb {return nil ,_e .Errorf ("\u006d\u0075l\u0074\u0069\u0020\u0066i\u006c\u0074e\u0072\u0020\u0061\u0072\u0072\u0061\u0079\u0020e\u006c\u0065\u006d\u0065\u006e\u0074\u0020\u006e\u006f\u0074\u0020\u0061 \u006e\u0061\u006d\u0065"); -};var _efcf _cg .PdfObject ;if _dfdf !=nil {_efcf =_dfdf ;}else {if len (_acf )> 0{if _bbed >=len (_acf ){return nil ,_e .Errorf ("\u006d\u0069\u0073\u0073\u0069\u006e\u0067\u0020\u0065\u006c\u0065\u006d\u0065n\u0074\u0073\u0020\u0069\u006e\u0020d\u0065\u0063\u006f\u0064\u0065\u0020\u0070\u0061\u0072\u0061\u006d\u0073\u0020a\u0072\u0072\u0061\u0079"); -};_efcf =_acf [_bbed ];};};var _dcb *_cg .PdfObjectDictionary ;if _ffg ,_gegf :=_efcf .(*_cg .PdfObjectDictionary );_gegf {_dcb =_ffg ;};if *_abe ==_cg .StreamEncodingFilterNameFlate ||*_abe =="\u0046\u006c"{_fda ,_bdg :=_ecde (_dgf ,_dcb );if _bdg !=nil {return nil ,_bdg ; -};_agfa .AddEncoder (_fda );}else if *_abe ==_cg .StreamEncodingFilterNameLZW {_ecbb ,_fcaa :=_fec (_dgf ,_dcb );if _fcaa !=nil {return nil ,_fcaa ;};_agfa .AddEncoder (_ecbb );}else if *_abe ==_cg .StreamEncodingFilterNameASCIIHex {_dbaf :=_cg .NewASCIIHexEncoder (); -_agfa .AddEncoder (_dbaf );}else if *_abe ==_cg .StreamEncodingFilterNameASCII85 ||*_abe =="\u0041\u0038\u0035"{_bbg :=_cg .NewASCII85Encoder ();_agfa .AddEncoder (_bbg );}else {_ec .Log .Error ("U\u006e\u0073\u0075\u0070po\u0072t\u0065\u0064\u0020\u0066\u0069l\u0074\u0065\u0072\u0020\u0025\u0073",*_abe ); -return nil ,_e .Errorf ("\u0069\u006eva\u006c\u0069\u0064 \u0066\u0069\u006c\u0074er \u0069n \u006d\u0075\u006c\u0074\u0069\u0020\u0066il\u0074\u0065\u0072\u0020\u0061\u0072\u0072a\u0079");};};return _agfa ,nil ;}; +// See section 8.5.3 "Path Painting Operators" and Table 60 (p. 143 PDF32000_2008). +func (_bdf *ContentCreator )Add_f ()*ContentCreator {_fec :=ContentStreamOperation {};_fec .Operand ="\u0066";_bdf ._eg =append (_bdf ._eg ,&_fec );return _bdf ;}; -// All returns true if `hce` is equivalent to HandlerConditionEnumAllOperands. -func (_agc HandlerConditionEnum )All ()bool {return _agc ==HandlerConditionEnumAllOperands }; +// GetEncoder returns the encoder of the inline image. +func (_cgc *ContentStreamInlineImage )GetEncoder ()(_eaf .StreamEncoder ,error ){return _bcc (_cgc )};func _aeg (_ccec []_eaf .PdfObjectString )[]_eaf .PdfObject {var _ccg []_eaf .PdfObject ;for _ ,_bbdb :=range _ccec {_ccg =append (_ccg ,_eaf .MakeString (_bbdb .Str ())); +};return _ccg ;}; -// Process processes the entire list of operations. Maintains the graphics state that is passed to any -// handlers that are triggered during processing (either on specific operators or all). -func (_fdfd *ContentStreamProcessor )Process (resources *_dad .PdfPageResources )error {_fdfd ._ebdd .ColorspaceStroking =_dad .NewPdfColorspaceDeviceGray ();_fdfd ._ebdd .ColorspaceNonStroking =_dad .NewPdfColorspaceDeviceGray ();_fdfd ._ebdd .ColorStroking =_dad .NewPdfColorDeviceGray (0); -_fdfd ._ebdd .ColorNonStroking =_dad .NewPdfColorDeviceGray (0);_fdfd ._ebdd .CTM =_da .IdentityMatrix ();for _ ,_gcg :=range _fdfd ._aedb {var _effa error ;switch _gcg .Operand {case "\u0071":_fdfd ._bfa .Push (_fdfd ._ebdd );case "\u0051":if len (_fdfd ._bfa )==0{_ec .Log .Debug ("\u0057\u0041\u0052\u004e\u003a\u0020\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0060\u0051\u0060\u0020\u006f\u0070e\u0072\u0061\u0074\u006f\u0072\u002e\u0020\u0047\u0072\u0061\u0070\u0068\u0069\u0063\u0073\u0020\u0073\u0074\u0061\u0074\u0065 \u0073\u0074\u0061\u0063\u006b\u0020\u0069\u0073\u0020\u0065\u006d\u0070\u0074\u0079.\u0020\u0053\u006bi\u0070\u0070\u0069\u006e\u0067\u002e"); -continue ;};_fdfd ._ebdd =_fdfd ._bfa .Pop ();case "\u0043\u0053":_effa =_fdfd .handleCommand_CS (_gcg ,resources );case "\u0063\u0073":_effa =_fdfd .handleCommand_cs (_gcg ,resources );case "\u0053\u0043":_effa =_fdfd .handleCommand_SC (_gcg ,resources ); -case "\u0053\u0043\u004e":_effa =_fdfd .handleCommand_SCN (_gcg ,resources );case "\u0073\u0063":_effa =_fdfd .handleCommand_sc (_gcg ,resources );case "\u0073\u0063\u006e":_effa =_fdfd .handleCommand_scn (_gcg ,resources );case "\u0047":_effa =_fdfd .handleCommand_G (_gcg ,resources ); -case "\u0067":_effa =_fdfd .handleCommand_g (_gcg ,resources );case "\u0052\u0047":_effa =_fdfd .handleCommand_RG (_gcg ,resources );case "\u0072\u0067":_effa =_fdfd .handleCommand_rg (_gcg ,resources );case "\u004b":_effa =_fdfd .handleCommand_K (_gcg ,resources ); -case "\u006b":_effa =_fdfd .handleCommand_k (_gcg ,resources );case "\u0063\u006d":_effa =_fdfd .handleCommand_cm (_gcg ,resources );};if _effa !=nil {_ec .Log .Debug ("\u0050\u0072\u006f\u0063\u0065\u0073s\u006f\u0072\u0020\u0068\u0061\u006e\u0064\u006c\u0069\u006e\u0067\u0020\u0065r\u0072\u006f\u0072\u0020\u0028\u0025\u0073)\u003a\u0020\u0025\u0076",_gcg .Operand ,_effa ); -_ec .Log .Debug ("\u004f\u0070\u0065r\u0061\u006e\u0064\u003a\u0020\u0025\u0023\u0076",_gcg .Operand );return _effa ;};for _ ,_gbaa :=range _fdfd ._gdgg {var _adfg error ;if _gbaa .Condition .All (){_adfg =_gbaa .Handler (_gcg ,_fdfd ._ebdd ,resources ); -}else if _gbaa .Condition .Operand ()&&_gcg .Operand ==_gbaa .Operand {_adfg =_gbaa .Handler (_gcg ,_fdfd ._ebdd ,resources );};if _adfg !=nil {_ec .Log .Debug ("P\u0072\u006f\u0063\u0065\u0073\u0073o\u0072\u0020\u0068\u0061\u006e\u0064\u006c\u0065\u0072 \u0065\u0072\u0072o\u0072:\u0020\u0025\u0076",_adfg ); -return _adfg ;};};};return nil ;};func (_cdf *ContentStreamParser )parseName ()(_cg .PdfObjectName ,error ){_facc :="";_fedc :=false ;for {_ggba ,_fgc :=_cdf ._gfea .Peek (1);if _fgc ==_ce .EOF {break ;};if _fgc !=nil {return _cg .PdfObjectName (_facc ),_fgc ; -};if !_fedc {if _ggba [0]=='/'{_fedc =true ;_cdf ._gfea .ReadByte ();}else {_ec .Log .Error ("N\u0061\u006d\u0065\u0020\u0073\u0074a\u0072\u0074\u0069\u006e\u0067\u0020\u0077\u0069\u0074h\u0020\u0025\u0073 \u0028%\u0020\u0078\u0029",_ggba ,_ggba );return _cg .PdfObjectName (_facc ),_e .Errorf ("\u0069n\u0076a\u006c\u0069\u0064\u0020\u006ea\u006d\u0065:\u0020\u0028\u0025\u0063\u0029",_ggba [0]); -};}else {if _cg .IsWhiteSpace (_ggba [0]){break ;}else if (_ggba [0]=='/')||(_ggba [0]=='[')||(_ggba [0]=='(')||(_ggba [0]==']')||(_ggba [0]=='<')||(_ggba [0]=='>'){break ;}else if _ggba [0]=='#'{_deec ,_dagb :=_cdf ._gfea .Peek (3);if _dagb !=nil {return _cg .PdfObjectName (_facc ),_dagb ; -};_cdf ._gfea .Discard (3);_gefg ,_dagb :=_g .DecodeString (string (_deec [1:3]));if _dagb !=nil {return _cg .PdfObjectName (_facc ),_dagb ;};_facc +=string (_gefg );}else {_dgec ,_ :=_cdf ._gfea .ReadByte ();_facc +=string (_dgec );};};};return _cg .PdfObjectName (_facc ),nil ; -}; +// ParseInlineImage parses an inline image from a content stream, both reading its properties and binary data. +// When called, "BI" has already been read from the stream. This function +// finishes reading through "EI" and then returns the ContentStreamInlineImage. +func (_eee *ContentStreamParser )ParseInlineImage ()(*ContentStreamInlineImage ,error ){_abbgd :=ContentStreamInlineImage {};for {_eee .skipSpaces ();_dcg ,_defc ,_gecb :=_eee .parseObject ();if _gecb !=nil {return nil ,_gecb ;};if !_defc {_dbe ,_fbg :=_eaf .GetName (_dcg ); +if !_fbg {_dc .Log .Debug ("\u0049\u006e\u0076\u0061\u006ci\u0064\u0020\u0069\u006e\u006c\u0069\u006e\u0065\u0020\u0069\u006d\u0061\u0067e\u0020\u0070\u0072\u006f\u0070\u0065\u0072\u0074\u0079\u0020\u0028\u0065\u0078\u0070\u0065\u0063\u0074\u0069\u006e\u0067\u0020\u006e\u0061\u006d\u0065\u0029\u0020\u002d\u0020\u0025T",_dcg ); +return nil ,_ga .Errorf ("\u0069\u006e\u0076\u0061\u006ci\u0064\u0020\u0069\u006e\u006c\u0069\u006e\u0065\u0020\u0069\u006d\u0061\u0067e\u0020\u0070\u0072\u006f\u0070\u0065\u0072\u0074\u0079\u0020\u0028\u0065\u0078\u0070\u0065\u0063\u0074\u0069\u006e\u0067\u0020\u006e\u0061\u006d\u0065\u0029\u0020\u002d\u0020\u0025T",_dcg ); +};_fabd ,_cgff ,_gcec :=_eee .parseObject ();if _gcec !=nil {return nil ,_gcec ;};if _cgff {return nil ,_ga .Errorf ("\u006eo\u0074\u0020\u0065\u0078\u0070\u0065\u0063\u0074\u0069\u006e\u0067 \u0061\u006e\u0020\u006f\u0070\u0065\u0072\u0061\u006e\u0064"); +};switch *_dbe {case "\u0042\u0050\u0043","\u0042\u0069t\u0073\u0050\u0065r\u0043\u006f\u006d\u0070\u006f\u006e\u0065\u006e\u0074":_abbgd .BitsPerComponent =_fabd ;case "\u0043\u0053","\u0043\u006f\u006c\u006f\u0072\u0053\u0070\u0061\u0063\u0065":_abbgd .ColorSpace =_fabd ; +case "\u0044","\u0044\u0065\u0063\u006f\u0064\u0065":_abbgd .Decode =_fabd ;case "\u0044\u0050","D\u0065\u0063\u006f\u0064\u0065\u0050\u0061\u0072\u006d\u0073":_abbgd .DecodeParms =_fabd ;case "\u0046","\u0046\u0069\u006c\u0074\u0065\u0072":_abbgd .Filter =_fabd ; +case "\u0048","\u0048\u0065\u0069\u0067\u0068\u0074":_abbgd .Height =_fabd ;case "\u0049\u004d","\u0049m\u0061\u0067\u0065\u004d\u0061\u0073k":_abbgd .ImageMask =_fabd ;case "\u0049\u006e\u0074\u0065\u006e\u0074":_abbgd .Intent =_fabd ;case "\u0049","I\u006e\u0074\u0065\u0072\u0070\u006f\u006c\u0061\u0074\u0065":_abbgd .Interpolate =_fabd ; +case "\u0057","\u0057\u0069\u0064t\u0068":_abbgd .Width =_fabd ;case "\u004c\u0065\u006e\u0067\u0074\u0068","\u0053u\u0062\u0074\u0079\u0070\u0065","\u0054\u0079\u0070\u0065":_dc .Log .Debug ("\u0049\u0067\u006e\u006fr\u0069\u006e\u0067\u0020\u0069\u006e\u006c\u0069\u006e\u0065 \u0070a\u0072\u0061\u006d\u0065\u0074\u0065\u0072 \u0025\u0073",*_dbe ); +default:return nil ,_ga .Errorf ("\u0075\u006e\u006b\u006e\u006f\u0077n\u0020\u0069\u006e\u006c\u0069\u006e\u0065\u0020\u0069\u006d\u0061\u0067\u0065 \u0070\u0061\u0072\u0061\u006d\u0065\u0074e\u0072\u0020\u0025\u0073",*_dbe );};};if _defc {_bgg ,_cgcef :=_dcg .(*_eaf .PdfObjectString ); +if !_cgcef {return nil ,_ga .Errorf ("\u0066a\u0069\u006ce\u0064\u0020\u0074o\u0020\u0072\u0065\u0061\u0064\u0020\u0069n\u006c\u0069\u006e\u0065\u0020\u0069m\u0061\u0067\u0065\u0020\u002d\u0020\u0069\u006e\u0076\u0061\u006ci\u0064\u0020\u006f\u0070\u0065\u0072\u0061\u006e\u0064"); +};if _bgg .Str ()=="\u0045\u0049"{_dc .Log .Trace ("\u0049n\u006c\u0069\u006e\u0065\u0020\u0069\u006d\u0061\u0067\u0065\u0020f\u0069\u006e\u0069\u0073\u0068\u0065\u0064\u002e\u002e\u002e");return &_abbgd ,nil ;}else if _bgg .Str ()=="\u0049\u0044"{_dc .Log .Trace ("\u0049\u0044\u0020\u0073\u0074\u0061\u0072\u0074"); +_ecac ,_ggd :=_eee ._ccf .Peek (1);if _ggd !=nil {return nil ,_ggd ;};if _eaf .IsWhiteSpace (_ecac [0]){_eee ._ccf .Discard (1);};_abbgd ._gda =[]byte {};_cdg :=0;var _ffee []byte ;for {_ggfe ,_dde :=_eee ._ccf .ReadByte ();if _dde !=nil {_dc .Log .Debug ("\u0055\u006e\u0061\u0062\u006ce\u0020\u0074\u006f\u0020\u0066\u0069\u006e\u0064\u0020\u0065\u006e\u0064\u0020o\u0066\u0020\u0069\u006d\u0061\u0067\u0065\u0020\u0045\u0049\u0020\u0069\u006e\u0020\u0069\u006e\u006c\u0069\u006e\u0065\u0020\u0069\u006d\u0061\u0067\u0065\u0020\u0064\u0061\u0074a"); +return nil ,_dde ;};if _cdg ==0{if _eaf .IsWhiteSpace (_ggfe ){_ffee =[]byte {};_ffee =append (_ffee ,_ggfe );_cdg =1;}else if _ggfe =='E'{_ffee =append (_ffee ,_ggfe );_cdg =2;}else {_abbgd ._gda =append (_abbgd ._gda ,_ggfe );};}else if _cdg ==1{_ffee =append (_ffee ,_ggfe ); +if _ggfe =='E'{_cdg =2;}else {_abbgd ._gda =append (_abbgd ._gda ,_ffee ...);_ffee =[]byte {};if _eaf .IsWhiteSpace (_ggfe ){_cdg =1;}else {_cdg =0;};};}else if _cdg ==2{_ffee =append (_ffee ,_ggfe );if _ggfe =='I'{_cdg =3;}else {_abbgd ._gda =append (_abbgd ._gda ,_ffee ...); +_ffee =[]byte {};_cdg =0;};}else if _cdg ==3{_ffee =append (_ffee ,_ggfe );if _eaf .IsWhiteSpace (_ggfe ){_efc ,_gebfd :=_eee ._ccf .Peek (20);if _gebfd !=nil &&_gebfd !=_ea .EOF {return nil ,_gebfd ;};_dbc :=NewContentStreamParser (string (_efc ));_fee :=true ; +for _gca :=0;_gca < 3;_gca ++{_cbba ,_caf ,_dbdg :=_dbc .parseObject ();if _dbdg !=nil {if _dbdg ==_ea .EOF {break ;};_fee =false ;continue ;};if _caf &&!_caa (_cbba .String ()){_fee =false ;break ;};};if _fee {if len (_abbgd ._gda )> 100{_dc .Log .Trace ("\u0049\u006d\u0061\u0067\u0065\u0020\u0073\u0074\u0072\u0065\u0061m\u0020\u0028\u0025\u0064\u0029\u003a\u0020\u0025\u0020\u0078 \u002e\u002e\u002e",len (_abbgd ._gda ),_abbgd ._gda [:100]); +}else {_dc .Log .Trace ("\u0049\u006d\u0061\u0067e \u0073\u0074\u0072\u0065\u0061\u006d\u0020\u0028\u0025\u0064\u0029\u003a\u0020\u0025 \u0078",len (_abbgd ._gda ),_abbgd ._gda );};return &_abbgd ,nil ;};};_abbgd ._gda =append (_abbgd ._gda ,_ffee ...); +_ffee =[]byte {};_cdg =0;};};};};};}; -// Add_c adds 'c' operand to the content stream: Append a Bezier curve to the current path from -// the current point to (x3,y3) with (x1,x1) and (x2,y2) as control points. +// Add_W appends 'W' operand to the content stream: +// Modify the current clipping path by intersecting with the current path (nonzero winding rule). // -// See section 8.5.2 "Path Construction Operators" and Table 59 (pp. 140-141 PDF32000_2008). -func (_bdb *ContentCreator )Add_c (x1 ,y1 ,x2 ,y2 ,x3 ,y3 float64 )*ContentCreator {_faa :=ContentStreamOperation {};_faa .Operand ="\u0063";_faa .Params =_gbg ([]float64 {x1 ,y1 ,x2 ,y2 ,x3 ,y3 });_bdb ._bf =append (_bdb ._bf ,&_faa );return _bdb ;};func (_dgdcg *ContentStreamParser )parseDict ()(*_cg .PdfObjectDictionary ,error ){_ec .Log .Trace ("\u0052\u0065\u0061\u0064i\u006e\u0067\u0020\u0063\u006f\u006e\u0074\u0065\u006e\u0074 \u0073t\u0072\u0065\u0061\u006d\u0020\u0064\u0069c\u0074\u0021"); -_gce :=_cg .MakeDict ();_acee ,_ :=_dgdcg ._gfea .ReadByte ();if _acee !='<'{return nil ,_b .New ("\u0069\u006e\u0076a\u006c\u0069\u0064\u0020\u0064\u0069\u0063\u0074");};_acee ,_ =_dgdcg ._gfea .ReadByte ();if _acee !='<'{return nil ,_b .New ("\u0069\u006e\u0076a\u006c\u0069\u0064\u0020\u0064\u0069\u0063\u0074"); -};for {_dgdcg .skipSpaces ();_fgae ,_agba :=_dgdcg ._gfea .Peek (2);if _agba !=nil {return nil ,_agba ;};_ec .Log .Trace ("D\u0069c\u0074\u0020\u0070\u0065\u0065\u006b\u003a\u0020%\u0073\u0020\u0028\u0025 x\u0029\u0021",string (_fgae ),string (_fgae )); -if (_fgae [0]=='>')&&(_fgae [1]=='>'){_ec .Log .Trace ("\u0045\u004f\u0046\u0020\u0064\u0069\u0063\u0074\u0069o\u006e\u0061\u0072\u0079");_dgdcg ._gfea .ReadByte ();_dgdcg ._gfea .ReadByte ();break ;};_ec .Log .Trace ("\u0050a\u0072s\u0065\u0020\u0074\u0068\u0065\u0020\u006e\u0061\u006d\u0065\u0021"); -_agab ,_agba :=_dgdcg .parseName ();_ec .Log .Trace ("\u004be\u0079\u003a\u0020\u0025\u0073",_agab );if _agba !=nil {_ec .Log .Debug ("E\u0052\u0052\u004f\u0052\u0020\u0052e\u0074\u0075\u0072\u006e\u0069\u006e\u0067\u0020\u006ea\u006d\u0065\u0020e\u0072r\u0020\u0025\u0073",_agba ); -return nil ,_agba ;};if len (_agab )> 4&&_agab [len (_agab )-4:]=="\u006e\u0075\u006c\u006c"{_eace :=_agab [0:len (_agab )-4];_ec .Log .Trace ("\u0054\u0061\u006b\u0069n\u0067\u0020\u0063\u0061\u0072\u0065\u0020\u006f\u0066\u0020n\u0075l\u006c\u0020\u0062\u0075\u0067\u0020\u0028%\u0073\u0029",_agab ); -_ec .Log .Trace ("\u004e\u0065\u0077\u0020ke\u0079\u0020\u0022\u0025\u0073\u0022\u0020\u003d\u0020\u006e\u0075\u006c\u006c",_eace );_dgdcg .skipSpaces ();_dcd ,_ :=_dgdcg ._gfea .Peek (1);if _dcd [0]=='/'{_gce .Set (_eace ,_cg .MakeNull ());continue ;}; -};_dgdcg .skipSpaces ();_ffea ,_ ,_agba :=_dgdcg .parseObject ();if _agba !=nil {return nil ,_agba ;};_gce .Set (_agab ,_ffea );_ec .Log .Trace ("\u0064\u0069\u0063\u0074\u005b\u0025\u0073\u005d\u0020\u003d\u0020\u0025\u0073",_agab ,_ffea .String ());}; -return _gce ,nil ;};func (_fede *ContentStreamProcessor )handleCommand_K (_cgbe *ContentStreamOperation ,_agge *_dad .PdfPageResources )error {_cfef :=_dad .NewPdfColorspaceDeviceCMYK ();if len (_cgbe .Params )!=_cfef .GetNumComponents (){_ec .Log .Debug ("I\u006e\u0076\u0061\u006c\u0069\u0064 \u006e\u0075\u006d\u0062\u0065\u0072 \u006f\u0066\u0020\u0070\u0061\u0072\u0061m\u0065\u0074\u0065\u0072\u0073\u0020\u0066\u006f\u0072\u0020S\u0043"); -_ec .Log .Debug ("\u004e\u0075mb\u0065\u0072\u0020%\u0064\u0020\u006e\u006ft m\u0061tc\u0068\u0069\u006e\u0067\u0020\u0063\u006flo\u0072\u0073\u0070\u0061\u0063\u0065\u0020%\u0054",len (_cgbe .Params ),_cfef );return _b .New ("\u0069\u006e\u0076\u0061l\u0069\u0064\u0020\u006e\u0075\u006d\u0062\u0065\u0072\u0020o\u0066 \u0070\u0061\u0072\u0061\u006d\u0065\u0074e\u0072\u0073"); -};_dce ,_fddb :=_cfef .ColorFromPdfObjects (_cgbe .Params );if _fddb !=nil {return _fddb ;};_fede ._ebdd .ColorspaceStroking =_cfef ;_fede ._ebdd .ColorStroking =_dce ;return nil ;};func _gccb (_gbbb _cg .PdfObject )(_dad .PdfColorspace ,error ){_gdd ,_fffa :=_gbbb .(*_cg .PdfObjectArray ); -if !_fffa {_ec .Log .Debug ("\u0045r\u0072\u006fr\u003a\u0020\u0049\u006ev\u0061\u006c\u0069d\u0020\u0069\u006e\u0064\u0065\u0078\u0065\u0064\u0020cs\u0020\u006e\u006ft\u0020\u0069n\u0020\u0061\u0072\u0072\u0061\u0079 \u0028\u0025#\u0076\u0029",_gbbb ); -return nil ,_b .New ("\u0074\u0079p\u0065\u0020\u0063h\u0065\u0063\u006b\u0020\u0065\u0072\u0072\u006f\u0072");};if _gdd .Len ()!=4{_ec .Log .Debug ("\u0045\u0072\u0072\u006f\u0072:\u0020\u0049\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0063\u0073\u0020\u0061r\u0072\u0061\u0079\u002c\u0020\u006c\u0065\u006e\u0067\u0074\u0068\u0020\u0021\u003d\u0020\u0034\u0020\u0028\u0025\u0064\u0029",_gdd .Len ()); -return nil ,_b .New ("\u0072\u0061\u006e\u0067\u0065\u0020\u0063\u0068\u0065\u0063\u006b\u0020e\u0072\u0072\u006f\u0072");};_bebac ,_fffa :=_gdd .Get (0).(*_cg .PdfObjectName );if !_fffa {_ec .Log .Debug ("E\u0072\u0072\u006f\u0072\u003a\u0020\u0049\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0063\u0073\u0020\u0061\u0072\u0072\u0061\u0079\u0020\u0066\u0069\u0072s\u0074 \u0065\u006c\u0065\u006de\u006e\u0074 \u006e\u006f\u0074\u0020\u0061\u0020\u006e\u0061\u006d\u0065\u0020\u0028\u0061\u0072\u0072\u0061\u0079\u003a\u0020\u0025\u0023\u0076\u0029",*_gdd ); -return nil ,_b .New ("\u0074\u0079p\u0065\u0020\u0063h\u0065\u0063\u006b\u0020\u0065\u0072\u0072\u006f\u0072");};if *_bebac !="\u0049"&&*_bebac !="\u0049n\u0064\u0065\u0078\u0065\u0064"{_ec .Log .Debug ("\u0045\u0072r\u006f\u0072\u003a\u0020\u0049n\u0076\u0061\u006c\u0069\u0064 \u0063\u0073\u0020\u0061\u0072\u0072\u0061\u0079\u0020\u0066\u0069\u0072\u0073\u0074\u0020\u0065\u006c\u0065\u006d\u0065\u006e\u0074\u0020\u0021\u003d\u0020\u0049\u0020\u0028\u0067\u006f\u0074\u003a\u0020\u0025\u0076\u0029",*_bebac ); -return nil ,_b .New ("\u0072\u0061\u006e\u0067\u0065\u0020\u0063\u0068\u0065\u0063\u006b\u0020e\u0072\u0072\u006f\u0072");};_bebac ,_fffa =_gdd .Get (1).(*_cg .PdfObjectName );if !_fffa {_ec .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u003a\u0020\u0049\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0063\u0073\u0020\u0061\u0072r\u0061\u0079\u0020\u0032\u006e\u0064\u0020\u0065\u006c\u0065\u006d\u0065\u006e\u0074\u0020\u006e\u006f\u0074\u0020\u0061\u0020\u006e\u0061\u006d\u0065\u0020\u0028\u0061\u0072\u0072a\u0079\u003a\u0020\u0025\u0023v\u0029",*_gdd ); -return nil ,_b .New ("\u0074\u0079p\u0065\u0020\u0063h\u0065\u0063\u006b\u0020\u0065\u0072\u0072\u006f\u0072");};if *_bebac !="\u0047"&&*_bebac !="\u0052\u0047\u0042"&&*_bebac !="\u0043\u004d\u0059\u004b"&&*_bebac !="\u0044\u0065\u0076\u0069\u0063\u0065\u0047\u0072\u0061\u0079"&&*_bebac !="\u0044e\u0076\u0069\u0063\u0065\u0052\u0047B"&&*_bebac !="\u0044\u0065\u0076\u0069\u0063\u0065\u0043\u004d\u0059\u004b"{_ec .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u003a\u0020\u0049\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0063\u0073\u0020\u0061\u0072r\u0061\u0079\u0020\u0032\u006e\u0064\u0020\u0065\u006c\u0065\u006d\u0065\u006e\u0074\u0020\u0021\u003d\u0020\u0047\u002f\u0052\u0047\u0042\u002f\u0043\u004d\u0059\u004b\u0020\u0028g\u006f\u0074\u003a\u0020\u0025v\u0029",*_bebac ); -return nil ,_b .New ("\u0072\u0061\u006e\u0067\u0065\u0020\u0063\u0068\u0065\u0063\u006b\u0020e\u0072\u0072\u006f\u0072");};_gbfde :="";switch *_bebac {case "\u0047","\u0044\u0065\u0076\u0069\u0063\u0065\u0047\u0072\u0061\u0079":_gbfde ="\u0044\u0065\u0076\u0069\u0063\u0065\u0047\u0072\u0061\u0079"; -case "\u0052\u0047\u0042","\u0044e\u0076\u0069\u0063\u0065\u0052\u0047B":_gbfde ="\u0044e\u0076\u0069\u0063\u0065\u0052\u0047B";case "\u0043\u004d\u0059\u004b","\u0044\u0065\u0076\u0069\u0063\u0065\u0043\u004d\u0059\u004b":_gbfde ="\u0044\u0065\u0076\u0069\u0063\u0065\u0043\u004d\u0059\u004b"; -};_aebe :=_cg .MakeArray (_cg .MakeName ("\u0049n\u0064\u0065\u0078\u0065\u0064"),_cg .MakeName (_gbfde ),_gdd .Get (2),_gdd .Get (3));return _dad .NewPdfColorspaceFromPdfObject (_aebe );}; +// See section 8.5.4 "Clipping Path Operators" and Table 61 (p. 146 PDF32000_2008). +func (_cde *ContentCreator )Add_W ()*ContentCreator {_efg :=ContentStreamOperation {};_efg .Operand ="\u0057";_cde ._eg =append (_cde ._eg ,&_efg );return _cde ;}; -// WriteString outputs the object as it is to be written to file. -func (_egdg *ContentStreamInlineImage )WriteString ()string {var _beb _a .Buffer ;_ceg :="";if _egdg .BitsPerComponent !=nil {_ceg +="\u002f\u0042\u0050C\u0020"+_egdg .BitsPerComponent .WriteString ()+"\u000a";};if _egdg .ColorSpace !=nil {_ceg +="\u002f\u0043\u0053\u0020"+_egdg .ColorSpace .WriteString ()+"\u000a"; -};if _egdg .Decode !=nil {_ceg +="\u002f\u0044\u0020"+_egdg .Decode .WriteString ()+"\u000a";};if _egdg .DecodeParms !=nil {_ceg +="\u002f\u0044\u0050\u0020"+_egdg .DecodeParms .WriteString ()+"\u000a";};if _egdg .Filter !=nil {_ceg +="\u002f\u0046\u0020"+_egdg .Filter .WriteString ()+"\u000a"; -};if _egdg .Height !=nil {_ceg +="\u002f\u0048\u0020"+_egdg .Height .WriteString ()+"\u000a";};if _egdg .ImageMask !=nil {_ceg +="\u002f\u0049\u004d\u0020"+_egdg .ImageMask .WriteString ()+"\u000a";};if _egdg .Intent !=nil {_ceg +="\u002f\u0049\u006e\u0074\u0065\u006e\u0074\u0020"+_egdg .Intent .WriteString ()+"\u000a"; -};if _egdg .Interpolate !=nil {_ceg +="\u002f\u0049\u0020"+_egdg .Interpolate .WriteString ()+"\u000a";};if _egdg .Width !=nil {_ceg +="\u002f\u0057\u0020"+_egdg .Width .WriteString ()+"\u000a";};_beb .WriteString (_ceg );_beb .WriteString ("\u0049\u0044\u0020"); -_beb .Write (_egdg ._cbdd );_beb .WriteString ("\u000a\u0045\u0049\u000a");return _beb .String ();};func (_af *ContentStreamOperations )isWrapped ()bool {if len (*_af )< 2{return false ;};_dada :=0;for _ ,_ba :=range *_af {if _ba .Operand =="\u0071"{_dada ++; -}else if _ba .Operand =="\u0051"{_dada --;}else {if _dada < 1{return false ;};};};return _dada ==0;};func (_dbcb *ContentStreamProcessor )handleCommand_k (_fbde *ContentStreamOperation ,_acda *_dad .PdfPageResources )error {_ecgg :=_dad .NewPdfColorspaceDeviceCMYK (); -if len (_fbde .Params )!=_ecgg .GetNumComponents (){_ec .Log .Debug ("I\u006e\u0076\u0061\u006c\u0069\u0064 \u006e\u0075\u006d\u0062\u0065\u0072 \u006f\u0066\u0020\u0070\u0061\u0072\u0061m\u0065\u0074\u0065\u0072\u0073\u0020\u0066\u006f\u0072\u0020S\u0043"); -_ec .Log .Debug ("\u004e\u0075mb\u0065\u0072\u0020%\u0064\u0020\u006e\u006ft m\u0061tc\u0068\u0069\u006e\u0067\u0020\u0063\u006flo\u0072\u0073\u0070\u0061\u0063\u0065\u0020%\u0054",len (_fbde .Params ),_ecgg );return _b .New ("\u0069\u006e\u0076\u0061l\u0069\u0064\u0020\u006e\u0075\u006d\u0062\u0065\u0072\u0020o\u0066 \u0070\u0061\u0072\u0061\u006d\u0065\u0074e\u0072\u0073"); -};_eef ,_afff :=_ecgg .ColorFromPdfObjects (_fbde .Params );if _afff !=nil {return _afff ;};_dbcb ._ebdd .ColorspaceNonStroking =_ecgg ;_dbcb ._ebdd .ColorNonStroking =_eef ;return nil ;}; +// All returns true if `hce` is equivalent to HandlerConditionEnumAllOperands. +func (_cdgb HandlerConditionEnum )All ()bool {return _cdgb ==HandlerConditionEnumAllOperands };func (_cfabb *ContentStreamProcessor )getInitialColor (_edab _ee .PdfColorspace )(_ee .PdfColor ,error ){switch _eedd :=_edab .(type ){case *_ee .PdfColorspaceDeviceGray :return _ee .NewPdfColorDeviceGray (0.0),nil ; +case *_ee .PdfColorspaceDeviceRGB :return _ee .NewPdfColorDeviceRGB (0.0,0.0,0.0),nil ;case *_ee .PdfColorspaceDeviceCMYK :return _ee .NewPdfColorDeviceCMYK (0.0,0.0,0.0,1.0),nil ;case *_ee .PdfColorspaceCalGray :return _ee .NewPdfColorCalGray (0.0),nil ; +case *_ee .PdfColorspaceCalRGB :return _ee .NewPdfColorCalRGB (0.0,0.0,0.0),nil ;case *_ee .PdfColorspaceLab :_efef :=0.0;_abgf :=0.0;_dbg :=0.0;if _eedd .Range [0]> 0{_efef =_eedd .Range [0];};if _eedd .Range [2]> 0{_abgf =_eedd .Range [2];};return _ee .NewPdfColorLab (_efef ,_abgf ,_dbg ),nil ; +case *_ee .PdfColorspaceICCBased :if _eedd .Alternate ==nil {_dc .Log .Trace ("\u0049\u0043\u0043\u0020\u0042\u0061\u0073\u0065\u0064\u0020\u006eo\u0074\u0020\u0064\u0065\u0066\u0069\u006e\u0065d\u0020-\u0020\u0061\u0074\u0074\u0065\u006d\u0070\u0074\u0069\u006e\u0067\u0020\u0066\u0061\u006c\u006c\u0020\u0062a\u0063\u006b\u0020\u0028\u004e\u0020\u003d\u0020\u0025\u0064\u0029",_eedd .N ); +if _eedd .N ==1{_dc .Log .Trace ("\u0046\u0061\u006c\u006c\u0069\u006e\u0067\u0020\u0062\u0061\u0063k\u0020\u0074\u006f\u0020\u0044\u0065\u0076\u0069\u0063\u0065G\u0072\u0061\u0079");return _cfabb .getInitialColor (_ee .NewPdfColorspaceDeviceGray ());}else if _eedd .N ==3{_dc .Log .Trace ("\u0046a\u006c\u006c\u0069\u006eg\u0020\u0062\u0061\u0063\u006b \u0074o\u0020D\u0065\u0076\u0069\u0063\u0065\u0052\u0047B"); +return _cfabb .getInitialColor (_ee .NewPdfColorspaceDeviceRGB ());}else if _eedd .N ==4{_dc .Log .Trace ("\u0046\u0061\u006c\u006c\u0069\u006e\u0067\u0020\u0062\u0061\u0063k\u0020\u0074\u006f\u0020\u0044\u0065\u0076\u0069\u0063\u0065C\u004d\u0059\u004b"); +return _cfabb .getInitialColor (_ee .NewPdfColorspaceDeviceCMYK ());}else {return nil ,_g .New ("a\u006c\u0074\u0065\u0072\u006e\u0061t\u0065\u0020\u0073\u0070\u0061\u0063e\u0020\u006e\u006f\u0074\u0020\u0064\u0065f\u0069\u006e\u0065\u0064\u0020\u0066\u006f\u0072\u0020\u0049C\u0043"); +};};return _cfabb .getInitialColor (_eedd .Alternate );case *_ee .PdfColorspaceSpecialIndexed :if _eedd .Base ==nil {return nil ,_g .New ("\u0069\u006e\u0064\u0065\u0078\u0065\u0064\u0020\u0062\u0061\u0073e\u0020\u006e\u006f\u0074\u0020\u0073\u0070\u0065\u0063\u0069f\u0069\u0065\u0064"); +};return _cfabb .getInitialColor (_eedd .Base );case *_ee .PdfColorspaceSpecialSeparation :if _eedd .AlternateSpace ==nil {return nil ,_g .New ("\u0061\u006ct\u0065\u0072\u006e\u0061\u0074\u0065\u0020\u0073\u0070\u0061\u0063\u0065\u0020\u006e\u006f\u0074\u0020\u0073\u0070\u0065\u0063\u0069fi\u0065\u0064"); +};return _cfabb .getInitialColor (_eedd .AlternateSpace );case *_ee .PdfColorspaceDeviceN :if _eedd .AlternateSpace ==nil {return nil ,_g .New ("\u0061\u006ct\u0065\u0072\u006e\u0061\u0074\u0065\u0020\u0073\u0070\u0061\u0063\u0065\u0020\u006e\u006f\u0074\u0020\u0073\u0070\u0065\u0063\u0069fi\u0065\u0064"); +};return _cfabb .getInitialColor (_eedd .AlternateSpace );case *_ee .PdfColorspaceSpecialPattern :return _ee .NewPdfColorPattern (),nil ;};_dc .Log .Debug ("Un\u0061\u0062l\u0065\u0020\u0074\u006f\u0020\u0064\u0065\u0074\u0065r\u006d\u0069\u006e\u0065\u0020\u0069\u006e\u0069\u0074\u0069\u0061\u006c\u0020\u0063\u006f\u006c\u006f\u0072\u0020\u0066\u006f\u0072\u0020\u0075\u006e\u006b\u006e\u006fw\u006e \u0063\u006f\u006c\u006f\u0072\u0073\u0070\u0061c\u0065:\u0020\u0025T",_edab ); +return nil ,_g .New ("\u0075\u006e\u0073\u0075pp\u006f\u0072\u0074\u0065\u0064\u0020\u0063\u006f\u006c\u006f\u0072\u0073\u0070\u0061c\u0065");}; -// Add_Tstar appends 'T*' operand to the content stream: -// Move to the start of next line. +// Add_K appends 'K' operand to the content stream: +// Set the stroking colorspace to DeviceCMYK and sets the c,m,y,k color (0-1 each component). // -// See section 9.4.2 "Text Positioning Operators" and -// Table 108 (pp. 257-258 PDF32000_2008). -func (_bbc *ContentCreator )Add_Tstar ()*ContentCreator {_ebg :=ContentStreamOperation {};_ebg .Operand ="\u0054\u002a";_bbc ._bf =append (_bbc ._bf ,&_ebg );return _bbc ;}; +// See section 8.6.8 "Colour Operators" and Table 74 (p. 179-180 PDF32000_2008). +func (_abb *ContentCreator )Add_K (c ,m ,y ,k float64 )*ContentCreator {_agce :=ContentStreamOperation {};_agce .Operand ="\u004b";_agce .Params =_daea ([]float64 {c ,m ,y ,k });_abb ._eg =append (_abb ._eg ,&_agce );return _abb ;};func (_ddeb *ContentStreamParser )parseDict ()(*_eaf .PdfObjectDictionary ,error ){_dc .Log .Trace ("\u0052\u0065\u0061\u0064i\u006e\u0067\u0020\u0063\u006f\u006e\u0074\u0065\u006e\u0074 \u0073t\u0072\u0065\u0061\u006d\u0020\u0064\u0069c\u0074\u0021"); +_bcd :=_eaf .MakeDict ();_dgee ,_ :=_ddeb ._ccf .ReadByte ();if _dgee !='<'{return nil ,_g .New ("\u0069\u006e\u0076a\u006c\u0069\u0064\u0020\u0064\u0069\u0063\u0074");};_dgee ,_ =_ddeb ._ccf .ReadByte ();if _dgee !='<'{return nil ,_g .New ("\u0069\u006e\u0076a\u006c\u0069\u0064\u0020\u0064\u0069\u0063\u0074"); +};for {_ddeb .skipSpaces ();_ede ,_afcd :=_ddeb ._ccf .Peek (2);if _afcd !=nil {return nil ,_afcd ;};_dc .Log .Trace ("D\u0069c\u0074\u0020\u0070\u0065\u0065\u006b\u003a\u0020%\u0073\u0020\u0028\u0025 x\u0029\u0021",string (_ede ),string (_ede ));if (_ede [0]=='>')&&(_ede [1]=='>'){_dc .Log .Trace ("\u0045\u004f\u0046\u0020\u0064\u0069\u0063\u0074\u0069o\u006e\u0061\u0072\u0079"); +_ddeb ._ccf .ReadByte ();_ddeb ._ccf .ReadByte ();break ;};_dc .Log .Trace ("\u0050a\u0072s\u0065\u0020\u0074\u0068\u0065\u0020\u006e\u0061\u006d\u0065\u0021");_eabe ,_afcd :=_ddeb .parseName ();_dc .Log .Trace ("\u004be\u0079\u003a\u0020\u0025\u0073",_eabe ); +if _afcd !=nil {_dc .Log .Debug ("E\u0052\u0052\u004f\u0052\u0020\u0052e\u0074\u0075\u0072\u006e\u0069\u006e\u0067\u0020\u006ea\u006d\u0065\u0020e\u0072r\u0020\u0025\u0073",_afcd );return nil ,_afcd ;};if len (_eabe )> 4&&_eabe [len (_eabe )-4:]=="\u006e\u0075\u006c\u006c"{_ebe :=_eabe [0:len (_eabe )-4]; +_dc .Log .Trace ("\u0054\u0061\u006b\u0069n\u0067\u0020\u0063\u0061\u0072\u0065\u0020\u006f\u0066\u0020n\u0075l\u006c\u0020\u0062\u0075\u0067\u0020\u0028%\u0073\u0029",_eabe );_dc .Log .Trace ("\u004e\u0065\u0077\u0020ke\u0079\u0020\u0022\u0025\u0073\u0022\u0020\u003d\u0020\u006e\u0075\u006c\u006c",_ebe ); +_ddeb .skipSpaces ();_egec ,_ :=_ddeb ._ccf .Peek (1);if _egec [0]=='/'{_bcd .Set (_ebe ,_eaf .MakeNull ());continue ;};};_ddeb .skipSpaces ();_cca ,_ ,_afcd :=_ddeb .parseObject ();if _afcd !=nil {return nil ,_afcd ;};_bcd .Set (_eabe ,_cca );_dc .Log .Trace ("\u0064\u0069\u0063\u0074\u005b\u0025\u0073\u005d\u0020\u003d\u0020\u0025\u0073",_eabe ,_cca .String ()); +};return _bcd ,nil ;};func (_dbff *ContentStreamProcessor )handleCommand_sc (_cgge *ContentStreamOperation ,_eea *_ee .PdfPageResources )error {_caag :=_dbff ._edec .ColorspaceNonStroking ;if !_gecbc (_caag ){if len (_cgge .Params )!=_caag .GetNumComponents (){_dc .Log .Debug ("I\u006e\u0076\u0061\u006c\u0069\u0064 \u006e\u0075\u006d\u0062\u0065\u0072 \u006f\u0066\u0020\u0070\u0061\u0072\u0061m\u0065\u0074\u0065\u0072\u0073\u0020\u0066\u006f\u0072\u0020S\u0043"); +_dc .Log .Debug ("\u004e\u0075mb\u0065\u0072\u0020%\u0064\u0020\u006e\u006ft m\u0061tc\u0068\u0069\u006e\u0067\u0020\u0063\u006flo\u0072\u0073\u0070\u0061\u0063\u0065\u0020%\u0054",len (_cgge .Params ),_caag );return _g .New ("\u0069\u006e\u0076\u0061l\u0069\u0064\u0020\u006e\u0075\u006d\u0062\u0065\u0072\u0020o\u0066 \u0070\u0061\u0072\u0061\u006d\u0065\u0074e\u0072\u0073"); +};};_gdae ,_bbad :=_caag .ColorFromPdfObjects (_cgge .Params );if _bbad !=nil {return _bbad ;};_dbff ._edec .ColorNonStroking =_gdae ;return nil ;}; -// Add_n appends 'n' operand to the content stream: -// End the path without filling or stroking. +// Add_b appends 'b' operand to the content stream: +// Close, fill and then stroke the path (nonzero winding number rule). // // See section 8.5.3 "Path Painting Operators" and Table 60 (p. 143 PDF32000_2008). -func (_dff *ContentCreator )Add_n ()*ContentCreator {_geg :=ContentStreamOperation {};_geg .Operand ="\u006e";_dff ._bf =append (_dff ._bf ,&_geg );return _dff ;}; +func (_fca *ContentCreator )Add_b ()*ContentCreator {_fde :=ContentStreamOperation {};_fde .Operand ="\u0062";_fca ._eg =append (_fca ._eg ,&_fde );return _fca ;}; -// Add_Tw appends 'Tw' operand to the content stream: -// Set word spacing. +// Transform returns coordinates x, y transformed by the CTM. +func (_dbcb *GraphicsState )Transform (x ,y float64 )(float64 ,float64 ){return _dbcb .CTM .Transform (x ,y );}; + +// Add_h appends 'h' operand to the content stream: +// Close the current subpath by adding a line between the current position and the starting position. +// +// See section 8.5.2 "Path Construction Operators" and Table 59 (pp. 140-141 PDF32000_2008). +func (_eebg *ContentCreator )Add_h ()*ContentCreator {_ffdb :=ContentStreamOperation {};_ffdb .Operand ="\u0068";_eebg ._eg =append (_eebg ._eg ,&_ffdb );return _eebg ;};func (_dae *ContentStreamInlineImage )String ()string {_dbd :=_ga .Sprintf ("I\u006el\u0069\u006e\u0065\u0049\u006d\u0061\u0067\u0065(\u006c\u0065\u006e\u003d%d\u0029\u000a",len (_dae ._gda )); +if _dae .BitsPerComponent !=nil {_dbd +="\u002d\u0020\u0042\u0050\u0043\u0020"+_dae .BitsPerComponent .WriteString ()+"\u000a";};if _dae .ColorSpace !=nil {_dbd +="\u002d\u0020\u0043S\u0020"+_dae .ColorSpace .WriteString ()+"\u000a";};if _dae .Decode !=nil {_dbd +="\u002d\u0020\u0044\u0020"+_dae .Decode .WriteString ()+"\u000a"; +};if _dae .DecodeParms !=nil {_dbd +="\u002d\u0020\u0044P\u0020"+_dae .DecodeParms .WriteString ()+"\u000a";};if _dae .Filter !=nil {_dbd +="\u002d\u0020\u0046\u0020"+_dae .Filter .WriteString ()+"\u000a";};if _dae .Height !=nil {_dbd +="\u002d\u0020\u0048\u0020"+_dae .Height .WriteString ()+"\u000a"; +};if _dae .ImageMask !=nil {_dbd +="\u002d\u0020\u0049M\u0020"+_dae .ImageMask .WriteString ()+"\u000a";};if _dae .Intent !=nil {_dbd +="\u002d \u0049\u006e\u0074\u0065\u006e\u0074 "+_dae .Intent .WriteString ()+"\u000a";};if _dae .Interpolate !=nil {_dbd +="\u002d\u0020\u0049\u0020"+_dae .Interpolate .WriteString ()+"\u000a"; +};if _dae .Width !=nil {_dbd +="\u002d\u0020\u0057\u0020"+_dae .Width .WriteString ()+"\u000a";};return _dbd ;}; + +// Add_TL appends 'TL' operand to the content stream: +// Set leading. // // See section 9.3 "Text State Parameters and Operators" and // Table 105 (pp. 251-252 PDF32000_2008). -func (_ade *ContentCreator )Add_Tw (wordSpace float64 )*ContentCreator {_aba :=ContentStreamOperation {};_aba .Operand ="\u0054\u0077";_aba .Params =_gbg ([]float64 {wordSpace });_ade ._bf =append (_ade ._bf ,&_aba );return _ade ;}; +func (_eeg *ContentCreator )Add_TL (leading float64 )*ContentCreator {_cbd :=ContentStreamOperation {};_cbd .Operand ="\u0054\u004c";_cbd .Params =_daea ([]float64 {leading });_eeg ._eg =append (_eeg ._eg ,&_cbd );return _eeg ;}; -// Translate applies a simple x-y translation to the transformation matrix. -func (_fdc *ContentCreator )Translate (tx ,ty float64 )*ContentCreator {return _fdc .Add_cm (1,0,0,1,tx ,ty );};func (_gfbb *ContentStreamProcessor )handleCommand_RG (_gfca *ContentStreamOperation ,_gece *_dad .PdfPageResources )error {_gccee :=_dad .NewPdfColorspaceDeviceRGB (); -if len (_gfca .Params )!=_gccee .GetNumComponents (){_ec .Log .Debug ("I\u006e\u0076\u0061\u006c\u0069\u0064 \u006e\u0075\u006d\u0062\u0065\u0072 \u006f\u0066\u0020\u0070\u0061\u0072\u0061m\u0065\u0074\u0065\u0072\u0073\u0020\u0066\u006f\u0072\u0020R\u0047"); -_ec .Log .Debug ("\u004e\u0075mb\u0065\u0072\u0020%\u0064\u0020\u006e\u006ft m\u0061tc\u0068\u0069\u006e\u0067\u0020\u0063\u006flo\u0072\u0073\u0070\u0061\u0063\u0065\u0020%\u0054",len (_gfca .Params ),_gccee );return _b .New ("\u0069\u006e\u0076\u0061l\u0069\u0064\u0020\u006e\u0075\u006d\u0062\u0065\u0072\u0020o\u0066 \u0070\u0061\u0072\u0061\u006d\u0065\u0074e\u0072\u0073"); -};_cfbd ,_acaa :=_gccee .ColorFromPdfObjects (_gfca .Params );if _acaa !=nil {return _acaa ;};_gfbb ._ebdd .ColorspaceStroking =_gccee ;_gfbb ._ebdd .ColorStroking =_cfbd ;return nil ;};func (_afeg *ContentStreamProcessor )getColorspace (_fcef string ,_ddb *_dad .PdfPageResources )(_dad .PdfColorspace ,error ){switch _fcef {case "\u0044\u0065\u0076\u0069\u0063\u0065\u0047\u0072\u0061\u0079":return _dad .NewPdfColorspaceDeviceGray (),nil ; -case "\u0044e\u0076\u0069\u0063\u0065\u0052\u0047B":return _dad .NewPdfColorspaceDeviceRGB (),nil ;case "\u0044\u0065\u0076\u0069\u0063\u0065\u0043\u004d\u0059\u004b":return _dad .NewPdfColorspaceDeviceCMYK (),nil ;case "\u0050a\u0074\u0074\u0065\u0072\u006e":return _dad .NewPdfColorspaceSpecialPattern (),nil ; -};if _ddb !=nil {_gfcb ,_bafg :=_ddb .GetColorspaceByName (_cg .PdfObjectName (_fcef ));if _bafg {return _gfcb ,nil ;};};switch _fcef {case "\u0043a\u006c\u0047\u0072\u0061\u0079":return _dad .NewPdfColorspaceCalGray (),nil ;case "\u0043\u0061\u006c\u0052\u0047\u0042":return _dad .NewPdfColorspaceCalRGB (),nil ; -case "\u004c\u0061\u0062":return _dad .NewPdfColorspaceLab (),nil ;};_ec .Log .Debug ("\u0055\u006e\u006b\u006e\u006f\u0077\u006e\u0020\u0063\u006f\u006c\u006f\u0072\u0073\u0070a\u0063e\u0020\u0072\u0065\u0071\u0075\u0065\u0073\u0074\u0065\u0064\u003a\u0020\u0025\u0073",_fcef ); -return nil ,_e .Errorf ("\u0075\u006e\u0073\u0075\u0070\u0070\u006f\u0072\u0074\u0065\u0064 \u0063\u006f\u006c\u006f\u0072\u0073\u0070\u0061\u0063\u0065:\u0020\u0025\u0073",_fcef );}; +// GetColorSpace returns the colorspace of the inline image. +func (_ced *ContentStreamInlineImage )GetColorSpace (resources *_ee .PdfPageResources )(_ee .PdfColorspace ,error ){if _ced .ColorSpace ==nil {_dc .Log .Debug ("\u0049\u006e\u006c\u0069\u006e\u0065\u0020\u0069\u006d\u0061\u0067\u0065\u0020\u006e\u006f\u0074\u0020\u0068\u0061\u0076i\u006e\u0067\u0020\u0073\u0070\u0065\u0063\u0069\u0066\u0069\u0065\u0064\u0020\u0063\u006f\u006c\u006f\u0072\u0073\u0070\u0061\u0063\u0065\u002c\u0020\u0061\u0073\u0073\u0075\u006di\u006e\u0067\u0020\u0047\u0072a\u0079"); +return _ee .NewPdfColorspaceDeviceGray (),nil ;};if _bafc ,_fdd :=_ced .ColorSpace .(*_eaf .PdfObjectArray );_fdd {return _dggeb (_bafc );};_effa ,_ffe :=_ced .ColorSpace .(*_eaf .PdfObjectName );if !_ffe {_dc .Log .Debug ("E\u0072\u0072\u006f\u0072\u003a\u0020I\u006e\u0076\u0061\u006c\u0069\u0064 \u006f\u0062\u006a\u0065\u0063\u0074\u0020t\u0079\u0070\u0065\u0020\u0028\u0025\u0054\u003b\u0025\u002bv\u0029",_ced .ColorSpace ,_ced .ColorSpace ); +return nil ,_g .New ("\u0074\u0079p\u0065\u0020\u0063h\u0065\u0063\u006b\u0020\u0065\u0072\u0072\u006f\u0072");};if *_effa =="\u0047"||*_effa =="\u0044\u0065\u0076\u0069\u0063\u0065\u0047\u0072\u0061\u0079"{return _ee .NewPdfColorspaceDeviceGray (),nil ; +}else if *_effa =="\u0052\u0047\u0042"||*_effa =="\u0044e\u0076\u0069\u0063\u0065\u0052\u0047B"{return _ee .NewPdfColorspaceDeviceRGB (),nil ;}else if *_effa =="\u0043\u004d\u0059\u004b"||*_effa =="\u0044\u0065\u0076\u0069\u0063\u0065\u0043\u004d\u0059\u004b"{return _ee .NewPdfColorspaceDeviceCMYK (),nil ; +}else if *_effa =="\u0049"||*_effa =="\u0049n\u0064\u0065\u0078\u0065\u0064"{return nil ,_g .New ("\u0075\u006e\u0073\u0075p\u0070\u006f\u0072\u0074\u0065\u0064\u0020\u0049\u006e\u0064e\u0078 \u0063\u006f\u006c\u006f\u0072\u0073\u0070a\u0063\u0065");}else {if resources .ColorSpace ==nil {_dc .Log .Debug ("\u0045\u0072r\u006f\u0072\u002c\u0020\u0075\u006e\u0073\u0075\u0070\u0070\u006f\u0072\u0074\u0065\u0064\u0020\u0069\u006e\u006c\u0069\u006e\u0065\u0020\u0069\u006d\u0061\u0067\u0065\u0020\u0063\u006f\u006c\u006f\u0072\u0073\u0070\u0061\u0063\u0065\u003a\u0020\u0025\u0073",*_effa ); +return nil ,_g .New ("\u0075n\u006bn\u006f\u0077\u006e\u0020\u0063o\u006c\u006fr\u0073\u0070\u0061\u0063\u0065");};_bddc ,_bde :=resources .GetColorspaceByName (*_effa );if !_bde {_dc .Log .Debug ("\u0045\u0072r\u006f\u0072\u002c\u0020\u0075\u006e\u0073\u0075\u0070\u0070\u006f\u0072\u0074\u0065\u0064\u0020\u0069\u006e\u006c\u0069\u006e\u0065\u0020\u0069\u006d\u0061\u0067\u0065\u0020\u0063\u006f\u006c\u006f\u0072\u0073\u0070\u0061\u0063\u0065\u003a\u0020\u0025\u0073",*_effa ); +return nil ,_g .New ("\u0075n\u006bn\u006f\u0077\u006e\u0020\u0063o\u006c\u006fr\u0073\u0070\u0061\u0063\u0065");};return _bddc ,nil ;};}; -// Add_y appends 'y' operand to the content stream: Append a Bezier curve to the current path from the -// current point to (x3,y3) with (x1, y1) and (x3,y3) as control points. -// -// See section 8.5.2 "Path Construction Operators" and Table 59 (pp. 140-141 PDF32000_2008). -func (_cfe *ContentCreator )Add_y (x1 ,y1 ,x3 ,y3 float64 )*ContentCreator {_ga :=ContentStreamOperation {};_ga .Operand ="\u0079";_ga .Params =_gbg ([]float64 {x1 ,y1 ,x3 ,y3 });_cfe ._bf =append (_cfe ._bf ,&_ga );return _cfe ;}; +// AddOperand adds a specified operand. +func (_ab *ContentCreator )AddOperand (op ContentStreamOperation )*ContentCreator {_ab ._eg =append (_ab ._eg ,&op );return _ab ;}; -// RotateDeg applies a rotation to the transformation matrix. -func (_eaf *ContentCreator )RotateDeg (angle float64 )*ContentCreator {_cd :=_de .Cos (angle *_de .Pi /180.0);_deg :=_de .Sin (angle *_de .Pi /180.0);_bda :=-_de .Sin (angle *_de .Pi /180.0);_ac :=_de .Cos (angle *_de .Pi /180.0);return _eaf .Add_cm (_cd ,_deg ,_bda ,_ac ,0,0); -}; +// Parse parses all commands in content stream, returning a list of operation data. +func (_cfabe *ContentStreamParser )Parse ()(*ContentStreamOperations ,error ){_gfg :=ContentStreamOperations {};for {_ebd :=ContentStreamOperation {};for {_dee ,_ffg ,_cdga :=_cfabe .parseObject ();if _cdga !=nil {if _cdga ==_ea .EOF {return &_gfg ,nil ; +};return &_gfg ,_cdga ;};if _ffg {_ebd .Operand ,_ =_eaf .GetStringVal (_dee );_gfg =append (_gfg ,&_ebd );break ;}else {_ebd .Params =append (_ebd .Params ,_dee );};};if _ebd .Operand =="\u0042\u0049"{_gebbf ,_aaab :=_cfabe .ParseInlineImage ();if _aaab !=nil {return &_gfg ,_aaab ; +};_ebd .Params =append (_ebd .Params ,_gebbf );};};}; -// Add_i adds 'i' operand to the content stream: Set the flatness tolerance in the graphics state. +// Add_ET appends 'ET' operand to the content stream: +// End text. // -// See section 8.4.4 "Graphic State Operators" and Table 57 (pp. 135-136 PDF32000_2008). -func (_ffa *ContentCreator )Add_i (flatness float64 )*ContentCreator {_fddc :=ContentStreamOperation {};_fddc .Operand ="\u0069";_fddc .Params =_gbg ([]float64 {flatness });_ffa ._bf =append (_ffa ._bf ,&_fddc );return _ffa ;}; - -// Operand returns true if `hce` is equivalent to HandlerConditionEnumOperand. -func (_efgd HandlerConditionEnum )Operand ()bool {return _efgd ==HandlerConditionEnumOperand };func (_dfg *ContentStreamParser )parseArray ()(*_cg .PdfObjectArray ,error ){_ded :=_cg .MakeArray ();_dfg ._gfea .ReadByte ();for {_dfg .skipSpaces ();_cfb ,_dfgd :=_dfg ._gfea .Peek (1); -if _dfgd !=nil {return _ded ,_dfgd ;};if _cfb [0]==']'{_dfg ._gfea .ReadByte ();break ;};_cacd ,_ ,_dfgd :=_dfg .parseObject ();if _dfgd !=nil {return _ded ,_dfgd ;};_ded .Append (_cacd );};return _ded ,nil ;}; +// See section 9.4 "Text Objects" and Table 107 (p. 256 PDF32000_2008). +func (_abff *ContentCreator )Add_ET ()*ContentCreator {_bdge :=ContentStreamOperation {};_bdge .Operand ="\u0045\u0054";_abff ._eg =append (_abff ._eg ,&_bdge );return _abff ;};var _bff =map[string ]struct{}{"\u0062":struct{}{},"\u0042":struct{}{},"\u0062\u002a":struct{}{},"\u0042\u002a":struct{}{},"\u0042\u0044\u0043":struct{}{},"\u0042\u0049":struct{}{},"\u0042\u004d\u0043":struct{}{},"\u0042\u0054":struct{}{},"\u0042\u0058":struct{}{},"\u0063":struct{}{},"\u0063\u006d":struct{}{},"\u0043\u0053":struct{}{},"\u0063\u0073":struct{}{},"\u0064":struct{}{},"\u0064\u0030":struct{}{},"\u0064\u0031":struct{}{},"\u0044\u006f":struct{}{},"\u0044\u0050":struct{}{},"\u0045\u0049":struct{}{},"\u0045\u004d\u0043":struct{}{},"\u0045\u0054":struct{}{},"\u0045\u0058":struct{}{},"\u0066":struct{}{},"\u0046":struct{}{},"\u0066\u002a":struct{}{},"\u0047":struct{}{},"\u0067":struct{}{},"\u0067\u0073":struct{}{},"\u0068":struct{}{},"\u0069":struct{}{},"\u0049\u0044":struct{}{},"\u006a":struct{}{},"\u004a":struct{}{},"\u004b":struct{}{},"\u006b":struct{}{},"\u006c":struct{}{},"\u006d":struct{}{},"\u004d":struct{}{},"\u004d\u0050":struct{}{},"\u006e":struct{}{},"\u0071":struct{}{},"\u0051":struct{}{},"\u0072\u0065":struct{}{},"\u0052\u0047":struct{}{},"\u0072\u0067":struct{}{},"\u0072\u0069":struct{}{},"\u0073":struct{}{},"\u0053":struct{}{},"\u0053\u0043":struct{}{},"\u0073\u0063":struct{}{},"\u0053\u0043\u004e":struct{}{},"\u0073\u0063\u006e":struct{}{},"\u0073\u0068":struct{}{},"\u0054\u002a":struct{}{},"\u0054\u0063":struct{}{},"\u0054\u0064":struct{}{},"\u0054\u0044":struct{}{},"\u0054\u0066":struct{}{},"\u0054\u006a":struct{}{},"\u0054\u004a":struct{}{},"\u0054\u004c":struct{}{},"\u0054\u006d":struct{}{},"\u0054\u0072":struct{}{},"\u0054\u0073":struct{}{},"\u0054\u0077":struct{}{},"\u0054\u007a":struct{}{},"\u0076":struct{}{},"\u0077":struct{}{},"\u0057":struct{}{},"\u0057\u002a":struct{}{},"\u0079":struct{}{},"\u0027":struct{}{},"\u0022":struct{}{}}; -// Add_SCN_pattern appends 'SCN' operand to the content stream for pattern `name`: -// SCN with name attribute (for pattern). Syntax: c1 ... cn name SCN. -// -// See section 8.6.8 "Colour Operators" and Table 74 (p. 179-180 PDF32000_2008). -func (_aec *ContentCreator )Add_SCN_pattern (name _cg .PdfObjectName ,c ...float64 )*ContentCreator {_bba :=ContentStreamOperation {};_bba .Operand ="\u0053\u0043\u004e";_bba .Params =_gbg (c );_bba .Params =append (_bba .Params ,_cg .MakeName (string (name ))); -_aec ._bf =append (_aec ._bf ,&_bba );return _aec ;}; -// GetColorSpace returns the colorspace of the inline image. -func (_fbec *ContentStreamInlineImage )GetColorSpace (resources *_dad .PdfPageResources )(_dad .PdfColorspace ,error ){if _fbec .ColorSpace ==nil {_ec .Log .Debug ("\u0049\u006e\u006c\u0069\u006e\u0065\u0020\u0069\u006d\u0061\u0067\u0065\u0020\u006e\u006f\u0074\u0020\u0068\u0061\u0076i\u006e\u0067\u0020\u0073\u0070\u0065\u0063\u0069\u0066\u0069\u0065\u0064\u0020\u0063\u006f\u006c\u006f\u0072\u0073\u0070\u0061\u0063\u0065\u002c\u0020\u0061\u0073\u0073\u0075\u006di\u006e\u0067\u0020\u0047\u0072a\u0079"); -return _dad .NewPdfColorspaceDeviceGray (),nil ;};if _bbeef ,_gbd :=_fbec .ColorSpace .(*_cg .PdfObjectArray );_gbd {return _gccb (_bbeef );};_bbbg ,_agdf :=_fbec .ColorSpace .(*_cg .PdfObjectName );if !_agdf {_ec .Log .Debug ("E\u0072\u0072\u006f\u0072\u003a\u0020I\u006e\u0076\u0061\u006c\u0069\u0064 \u006f\u0062\u006a\u0065\u0063\u0074\u0020t\u0079\u0070\u0065\u0020\u0028\u0025\u0054\u003b\u0025\u002bv\u0029",_fbec .ColorSpace ,_fbec .ColorSpace ); -return nil ,_b .New ("\u0074\u0079p\u0065\u0020\u0063h\u0065\u0063\u006b\u0020\u0065\u0072\u0072\u006f\u0072");};if *_bbbg =="\u0047"||*_bbbg =="\u0044\u0065\u0076\u0069\u0063\u0065\u0047\u0072\u0061\u0079"{return _dad .NewPdfColorspaceDeviceGray (),nil ; -}else if *_bbbg =="\u0052\u0047\u0042"||*_bbbg =="\u0044e\u0076\u0069\u0063\u0065\u0052\u0047B"{return _dad .NewPdfColorspaceDeviceRGB (),nil ;}else if *_bbbg =="\u0043\u004d\u0059\u004b"||*_bbbg =="\u0044\u0065\u0076\u0069\u0063\u0065\u0043\u004d\u0059\u004b"{return _dad .NewPdfColorspaceDeviceCMYK (),nil ; -}else if *_bbbg =="\u0049"||*_bbbg =="\u0049n\u0064\u0065\u0078\u0065\u0064"{return nil ,_b .New ("\u0075\u006e\u0073\u0075p\u0070\u006f\u0072\u0074\u0065\u0064\u0020\u0049\u006e\u0064e\u0078 \u0063\u006f\u006c\u006f\u0072\u0073\u0070a\u0063\u0065");}else {if resources .ColorSpace ==nil {_ec .Log .Debug ("\u0045\u0072r\u006f\u0072\u002c\u0020\u0075\u006e\u0073\u0075\u0070\u0070\u006f\u0072\u0074\u0065\u0064\u0020\u0069\u006e\u006c\u0069\u006e\u0065\u0020\u0069\u006d\u0061\u0067\u0065\u0020\u0063\u006f\u006c\u006f\u0072\u0073\u0070\u0061\u0063\u0065\u003a\u0020\u0025\u0073",*_bbbg ); -return nil ,_b .New ("\u0075n\u006bn\u006f\u0077\u006e\u0020\u0063o\u006c\u006fr\u0073\u0070\u0061\u0063\u0065");};_aac ,_gcb :=resources .GetColorspaceByName (*_bbbg );if !_gcb {_ec .Log .Debug ("\u0045\u0072r\u006f\u0072\u002c\u0020\u0075\u006e\u0073\u0075\u0070\u0070\u006f\u0072\u0074\u0065\u0064\u0020\u0069\u006e\u006c\u0069\u006e\u0065\u0020\u0069\u006d\u0061\u0067\u0065\u0020\u0063\u006f\u006c\u006f\u0072\u0073\u0070\u0061\u0063\u0065\u003a\u0020\u0025\u0073",*_bbbg ); -return nil ,_b .New ("\u0075n\u006bn\u006f\u0077\u006e\u0020\u0063o\u006c\u006fr\u0073\u0070\u0061\u0063\u0065");};return _aac ,nil ;};}; +// NewContentStreamProcessor returns a new ContentStreamProcessor for operations `ops`. +func NewContentStreamProcessor (ops []*ContentStreamOperation )*ContentStreamProcessor {_ffb :=ContentStreamProcessor {};_ffb ._effc =GraphicStateStack {};_dgec :=GraphicsState {};_ffb ._edec =_dgec ;_ffb ._cfd =[]handlerEntry {};_ffb ._faae =0;_ffb ._gbebf =ops ; +return &_ffb ;}; -// Add_G appends 'G' operand to the content stream: -// Set the stroking colorspace to DeviceGray and sets the gray level (0-1). +// Add_cs appends 'cs' operand to the content stream: +// Same as CS but for non-stroking operations. // // See section 8.6.8 "Colour Operators" and Table 74 (p. 179-180 PDF32000_2008). -func (_faag *ContentCreator )Add_G (gray float64 )*ContentCreator {_ecc :=ContentStreamOperation {};_ecc .Operand ="\u0047";_ecc .Params =_gbg ([]float64 {gray });_faag ._bf =append (_faag ._bf ,&_ecc );return _faag ;}; - -// Add_quotes appends `"` operand to the content stream: -// Move to next line and show a string, using `aw` and `ac` as word -// and character spacing respectively. -// -// See section 9.4.3 "Text Showing Operators" and -// Table 209 (pp. 258-259 PDF32000_2008). -func (_ggcd *ContentCreator )Add_quotes (textstr _cg .PdfObjectString ,aw ,ac float64 )*ContentCreator {_ebb :=ContentStreamOperation {};_ebb .Operand ="\u0022";_ebb .Params =_gbg ([]float64 {aw ,ac });_ebb .Params =append (_ebb .Params ,_eab ([]_cg .PdfObjectString {textstr })...); -_ggcd ._bf =append (_ggcd ._bf ,&_ebb );return _ggcd ;}; +func (_ebaf *ContentCreator )Add_cs (name _eaf .PdfObjectName )*ContentCreator {_eaca :=ContentStreamOperation {};_eaca .Operand ="\u0063\u0073";_eaca .Params =_fcce ([]_eaf .PdfObjectName {name });_ebaf ._eg =append (_ebaf ._eg ,&_eaca );return _ebaf ; +}; -// ContentStreamInlineImage is a representation of an inline image in a Content stream. Everything between the BI and EI operands. -// ContentStreamInlineImage implements the core.PdfObject interface although strictly it is not a PDF object. -type ContentStreamInlineImage struct{BitsPerComponent _cg .PdfObject ;ColorSpace _cg .PdfObject ;Decode _cg .PdfObject ;DecodeParms _cg .PdfObject ;Filter _cg .PdfObject ;Height _cg .PdfObject ;ImageMask _cg .PdfObject ;Intent _cg .PdfObject ;Interpolate _cg .PdfObject ; -Width _cg .PdfObject ;_cbdd []byte ;_ebfd *_aa .ImageBase ;}; +// ContentCreator is a builder for PDF content streams. +type ContentCreator struct{_eg ContentStreamOperations }; -// Scale applies x-y scaling to the transformation matrix. -func (_efc *ContentCreator )Scale (sx ,sy float64 )*ContentCreator {return _efc .Add_cm (sx ,0,0,sy ,0,0);}; +// Add_Tr appends 'Tr' operand to the content stream: +// Set text rendering mode. +// +// See section 9.3 "Text State Parameters and Operators" and +// Table 105 (pp. 251-252 PDF32000_2008). +func (_eca *ContentCreator )Add_Tr (render int64 )*ContentCreator {_afb :=ContentStreamOperation {};_afb .Operand ="\u0054\u0072";_afb .Params =_abebd ([]int64 {render });_eca ._eg =append (_eca ._eg ,&_afb );return _eca ;};func (_gbea *ContentStreamProcessor )handleCommand_k (_dfa *ContentStreamOperation ,_gbcc *_ee .PdfPageResources )error {_fba :=_ee .NewPdfColorspaceDeviceCMYK (); +if len (_dfa .Params )!=_fba .GetNumComponents (){_dc .Log .Debug ("I\u006e\u0076\u0061\u006c\u0069\u0064 \u006e\u0075\u006d\u0062\u0065\u0072 \u006f\u0066\u0020\u0070\u0061\u0072\u0061m\u0065\u0074\u0065\u0072\u0073\u0020\u0066\u006f\u0072\u0020S\u0043"); +_dc .Log .Debug ("\u004e\u0075mb\u0065\u0072\u0020%\u0064\u0020\u006e\u006ft m\u0061tc\u0068\u0069\u006e\u0067\u0020\u0063\u006flo\u0072\u0073\u0070\u0061\u0063\u0065\u0020%\u0054",len (_dfa .Params ),_fba );return _g .New ("\u0069\u006e\u0076\u0061l\u0069\u0064\u0020\u006e\u0075\u006d\u0062\u0065\u0072\u0020o\u0066 \u0070\u0061\u0072\u0061\u006d\u0065\u0074e\u0072\u0073"); +};_dbeb ,_fafd :=_fba .ColorFromPdfObjects (_dfa .Params );if _fafd !=nil {return _fafd ;};_gbea ._edec .ColorspaceNonStroking =_fba ;_gbea ._edec .ColorNonStroking =_dbeb ;return nil ;}; -// Add_cs appends 'cs' operand to the content stream: -// Same as CS but for non-stroking operations. +// Add_rg appends 'rg' operand to the content stream: +// Same as RG but used for nonstroking operations. // // See section 8.6.8 "Colour Operators" and Table 74 (p. 179-180 PDF32000_2008). -func (_cfa *ContentCreator )Add_cs (name _cg .PdfObjectName )*ContentCreator {_fgf :=ContentStreamOperation {};_fgf .Operand ="\u0063\u0073";_fgf .Params =_fcdg ([]_cg .PdfObjectName {name });_cfa ._bf =append (_cfa ._bf ,&_fgf );return _cfa ;}; +func (_bef *ContentCreator )Add_rg (r ,g ,b float64 )*ContentCreator {_gff :=ContentStreamOperation {};_gff .Operand ="\u0072\u0067";_gff .Params =_daea ([]float64 {r ,g ,b });_bef ._eg =append (_bef ._eg ,&_gff );return _bef ;}; -// Add_ri adds 'ri' operand to the content stream, which sets the color rendering intent. +// Add_Tw appends 'Tw' operand to the content stream: +// Set word spacing. // -// See section 8.4.4 "Graphic State Operators" and Table 57 (pp. 135-136 PDF32000_2008). -func (_adbf *ContentCreator )Add_ri (intent _cg .PdfObjectName )*ContentCreator {_fdd :=ContentStreamOperation {};_fdd .Operand ="\u0072\u0069";_fdd .Params =_fcdg ([]_cg .PdfObjectName {intent });_adbf ._bf =append (_adbf ._bf ,&_fdd );return _adbf ;}; -func (_fedg *ContentStreamProcessor )handleCommand_SCN (_fdad *ContentStreamOperation ,_eaec *_dad .PdfPageResources )error {_beg :=_fedg ._ebdd .ColorspaceStroking ;if !_edba (_beg ){if len (_fdad .Params )!=_beg .GetNumComponents (){_ec .Log .Debug ("I\u006e\u0076\u0061\u006c\u0069\u0064 \u006e\u0075\u006d\u0062\u0065\u0072 \u006f\u0066\u0020\u0070\u0061\u0072\u0061m\u0065\u0074\u0065\u0072\u0073\u0020\u0066\u006f\u0072\u0020S\u0043"); -_ec .Log .Debug ("\u004e\u0075mb\u0065\u0072\u0020%\u0064\u0020\u006e\u006ft m\u0061tc\u0068\u0069\u006e\u0067\u0020\u0063\u006flo\u0072\u0073\u0070\u0061\u0063\u0065\u0020%\u0054",len (_fdad .Params ),_beg );return _b .New ("\u0069\u006e\u0076\u0061l\u0069\u0064\u0020\u006e\u0075\u006d\u0062\u0065\u0072\u0020o\u0066 \u0070\u0061\u0072\u0061\u006d\u0065\u0074e\u0072\u0073"); -};};_efd ,_eecd :=_beg .ColorFromPdfObjects (_fdad .Params );if _eecd !=nil {return _eecd ;};_fedg ._ebdd .ColorStroking =_efd ;return nil ;}; +// See section 9.3 "Text State Parameters and Operators" and +// Table 105 (pp. 251-252 PDF32000_2008). +func (_gb *ContentCreator )Add_Tw (wordSpace float64 )*ContentCreator {_dcd :=ContentStreamOperation {};_dcd .Operand ="\u0054\u0077";_dcd .Params =_daea ([]float64 {wordSpace });_gb ._eg =append (_gb ._eg ,&_dcd );return _gb ;};func (_aaag *ContentStreamInlineImage )toImageBase (_cbg *_ee .PdfPageResources )(*_d .ImageBase ,error ){if _aaag ._eadc !=nil {return _aaag ._eadc ,nil ; +};_gbed :=_d .ImageBase {};if _aaag .Height ==nil {return nil ,_g .New ("\u0068e\u0069\u0067\u0068\u0074\u0020\u0061\u0074\u0074\u0072\u0069\u0062u\u0074\u0065\u0020\u006d\u0069\u0073\u0073\u0069\u006e\u0067");};_ddaf ,_aaef :=_aaag .Height .(*_eaf .PdfObjectInteger ); +if !_aaef {return nil ,_g .New ("\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0068e\u0069\u0067\u0068\u0074");};_gbed .Height =int (*_ddaf );if _aaag .Width ==nil {return nil ,_g .New ("\u0077\u0069\u0064th\u0020\u0061\u0074\u0074\u0072\u0069\u0062\u0075\u0074\u0065\u0020\u006d\u0069\u0073\u0073\u0069\u006e\u0067"); +};_fge ,_aaef :=_aaag .Width .(*_eaf .PdfObjectInteger );if !_aaef {return nil ,_g .New ("\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0077\u0069\u0064\u0074\u0068");};_gbed .Width =int (*_fge );_fegb ,_cgeg :=_aaag .IsMask ();if _cgeg !=nil {return nil ,_cgeg ; +};if _fegb {_gbed .BitsPerComponent =1;_gbed .ColorComponents =1;}else {if _aaag .BitsPerComponent ==nil {_dc .Log .Debug ("\u0049\u006el\u0069\u006e\u0065\u0020\u0042\u0069\u0074\u0073\u0020\u0070\u0065\u0072\u0020\u0063\u006f\u006d\u0070\u006f\u006e\u0065\u006e\u0074\u0020\u006d\u0069\u0073\u0073\u0069\u006e\u0067\u0020\u002d\u0020\u0061\u0073\u0073\u0075\u006d\u0069\u006e\u0067\u0020\u0038"); +_gbed .BitsPerComponent =8;}else {_dggf ,_efb :=_aaag .BitsPerComponent .(*_eaf .PdfObjectInteger );if !_efb {_dc .Log .Debug ("E\u0072\u0072\u006f\u0072\u0020\u0069\u006e\u0076\u0061l\u0069\u0064\u0020\u0062\u0069\u0074\u0073 p\u0065\u0072\u0020\u0063o\u006d\u0070\u006f\u006e\u0065\u006e\u0074\u0020\u0076al\u0075\u0065,\u0020\u0074\u0079\u0070\u0065\u0020\u0025\u0054",_aaag .BitsPerComponent ); +return nil ,_g .New ("\u0042\u0050\u0043\u0020\u0054\u0079\u0070\u0065\u0020e\u0072\u0072\u006f\u0072");};_gbed .BitsPerComponent =int (*_dggf );};if _aaag .ColorSpace !=nil {_gdgd ,_faf :=_aaag .GetColorSpace (_cbg );if _faf !=nil {return nil ,_faf ;}; +_gbed .ColorComponents =_gdgd .GetNumComponents ();}else {_dc .Log .Debug ("\u0049\u006el\u0069\u006e\u0065\u0020\u0049\u006d\u0061\u0067\u0065\u0020\u0063\u006f\u006c\u006f\u0072\u0073\u0070\u0061\u0063e\u0020\u006e\u006f\u0074\u0020\u0073p\u0065\u0063\u0069\u0066\u0069\u0065\u0064\u0020\u002d\u0020\u0061\u0073\u0073\u0075m\u0069\u006eg\u0020\u0031\u0020\u0063o\u006c\u006f\u0072\u0020\u0063o\u006d\u0070\u006f\u006e\u0065\u006e\u0074"); +_gbed .ColorComponents =1;};};if _eagg ,_fgb :=_eaf .GetArray (_aaag .Decode );_fgb {_gbed .Decode ,_cgeg =_eagg .ToFloat64Array ();if _cgeg !=nil {return nil ,_cgeg ;};};_aaag ._eadc =&_gbed ;return _aaag ._eadc ,nil ;};var _daa =_ce .MustCompile ("\u005e\u002f\u007b\u0032\u002c\u007d"); -// Add_TL appends 'TL' operand to the content stream: -// Set leading. + +// Pop pops and returns the topmost GraphicsState off the `gsStack`. +func (_gcc *GraphicStateStack )Pop ()GraphicsState {_bag :=(*_gcc )[len (*_gcc )-1];*_gcc =(*_gcc )[:len (*_gcc )-1];return _bag ;};var (ErrInvalidOperand =_g .New ("\u0069n\u0076a\u006c\u0069\u0064\u0020\u006f\u0070\u0065\u0072\u0061\u006e\u0064");ErrEarlyExit =_g .New ("\u0074\u0065\u0072\u006di\u006e\u0061\u0074\u0065\u0020\u0070\u0072\u006f\u0063\u0065s\u0073 \u0065\u0061\u0072\u006c\u0079\u0020\u0065x\u0069\u0074"); +);func (_dca *ContentStreamParser )parseArray ()(*_eaf .PdfObjectArray ,error ){_gdc :=_eaf .MakeArray ();_dca ._ccf .ReadByte ();for {_dca .skipSpaces ();_ecc ,_ebag :=_dca ._ccf .Peek (1);if _ebag !=nil {return _gdc ,_ebag ;};if _ecc [0]==']'{_dca ._ccf .ReadByte (); +break ;};_ebbb ,_ ,_ebag :=_dca .parseObject ();if _ebag !=nil {return _gdc ,_ebag ;};_gdc .Append (_ebbb );};return _gdc ,nil ;};func (_cfabg *ContentStreamParser )parseOperand ()(*_eaf .PdfObjectString ,error ){var _dgge []byte ;for {_ggeg ,_dbag :=_cfabg ._ccf .Peek (1); +if _dbag !=nil {return _eaf .MakeString (string (_dgge )),_dbag ;};if _eaf .IsDelimiter (_ggeg [0]){break ;};if _eaf .IsWhiteSpace (_ggeg [0]){break ;};_gcgb ,_ :=_cfabg ._ccf .ReadByte ();_dgge =append (_dgge ,_gcgb );};return _eaf .MakeString (string (_dgge )),nil ; +}; + +// Add_Ts appends 'Ts' operand to the content stream: +// Set text rise. // // See section 9.3 "Text State Parameters and Operators" and // Table 105 (pp. 251-252 PDF32000_2008). -func (_dga *ContentCreator )Add_TL (leading float64 )*ContentCreator {_cgd :=ContentStreamOperation {};_cgd .Operand ="\u0054\u004c";_cgd .Params =_gbg ([]float64 {leading });_dga ._bf =append (_dga ._bf ,&_cgd );return _dga ;}; +func (_ead *ContentCreator )Add_Ts (rise float64 )*ContentCreator {_bed :=ContentStreamOperation {};_bed .Operand ="\u0054\u0073";_bed .Params =_daea ([]float64 {rise });_ead ._eg =append (_ead ._eg ,&_bed );return _ead ;}; -// Add_W_starred appends 'W*' operand to the content stream: -// Modify the current clipping path by intersecting with the current path (even odd rule). +// ToImage exports the inline image to Image which can be transformed or exported easily. +// Page resources are needed to look up colorspace information. +func (_bgfc *ContentStreamInlineImage )ToImage (resources *_ee .PdfPageResources )(*_ee .Image ,error ){_efe ,_cggb :=_bgfc .toImageBase (resources );if _cggb !=nil {return nil ,_cggb ;};_cgce ,_cggb :=_bcc (_bgfc );if _cggb !=nil {return nil ,_cggb ;}; +_bdec ,_gcf :=_eaf .GetDict (_bgfc .DecodeParms );if _gcf {_cgce .UpdateParams (_bdec );};_dc .Log .Trace ("\u0065n\u0063o\u0064\u0065\u0072\u003a\u0020\u0025\u002b\u0076\u0020\u0025\u0054",_cgce ,_cgce );_dc .Log .Trace ("\u0069\u006e\u006c\u0069\u006e\u0065\u0020\u0069\u006d\u0061\u0067\u0065:\u0020\u0025\u002b\u0076",_bgfc ); +_ebca ,_cggb :=_cgce .DecodeBytes (_bgfc ._gda );if _cggb !=nil {return nil ,_cggb ;};_ccc :=&_ee .Image {Width :int64 (_efe .Width ),Height :int64 (_efe .Height ),BitsPerComponent :int64 (_efe .BitsPerComponent ),ColorComponents :_efe .ColorComponents ,Data :_ebca }; +if len (_efe .Decode )> 0{for _fcb :=0;_fcb < len (_efe .Decode );_fcb ++{_efe .Decode [_fcb ]*=float64 ((int (1)<'{_bdf ._gfea .ReadByte ();break ;};_ccc ,_ :=_bdf ._gfea .ReadByte ();if _a .IndexByte (_eegb ,_ccc )>=0{_abb =append (_abb ,_ccc );};};if len (_abb )%2==1{_abb =append (_abb ,'0');};_cgcb ,_ :=_g .DecodeString (string (_abb ));return _cg .MakeHexString (string (_cgcb )),nil ; -}; +// See section 8.4.4 "Graphic State Operators" and Table 57 (pp. 135-136 PDF32000_2008). +func (_fab *ContentCreator )Add_w (lineWidth float64 )*ContentCreator {_cfeg :=ContentStreamOperation {};_cfeg .Operand ="\u0077";_cfeg .Params =_daea ([]float64 {lineWidth });_fab ._eg =append (_fab ._eg ,&_cfeg );return _fab ;};func _bcc (_cfbd *ContentStreamInlineImage )(_eaf .StreamEncoder ,error ){if _cfbd .Filter ==nil {return _eaf .NewRawEncoder (),nil ; +};_cab ,_eabf :=_cfbd .Filter .(*_eaf .PdfObjectName );if !_eabf {_feg ,_afca :=_cfbd .Filter .(*_eaf .PdfObjectArray );if !_afca {return nil ,_ga .Errorf ("\u0066\u0069\u006c\u0074\u0065\u0072 \u006e\u006f\u0074\u0020\u0061\u0020\u004e\u0061\u006d\u0065\u0020\u006f\u0072 \u0041\u0072\u0072\u0061\u0079\u0020\u006fb\u006a\u0065\u0063\u0074"); +};if _feg .Len ()==0{return _eaf .NewRawEncoder (),nil ;};if _feg .Len ()!=1{_edc ,_cea :=_dda (_cfbd );if _cea !=nil {_dc .Log .Error ("\u0046\u0061\u0069\u006c\u0065\u0064 \u0063\u0072\u0065\u0061\u0074\u0069\u006e\u0067\u0020\u006d\u0075\u006c\u0074i\u0020\u0065\u006e\u0063\u006f\u0064\u0065r\u003a\u0020\u0025\u0076",_cea ); +return nil ,_cea ;};_dc .Log .Trace ("\u004d\u0075\u006c\u0074\u0069\u0020\u0065\u006e\u0063:\u0020\u0025\u0073\u000a",_edc );return _edc ,nil ;};_eaff :=_feg .Get (0);_cab ,_afca =_eaff .(*_eaf .PdfObjectName );if !_afca {return nil ,_ga .Errorf ("\u0066\u0069l\u0074\u0065\u0072\u0020a\u0072\u0072a\u0079\u0020\u006d\u0065\u006d\u0062\u0065\u0072 \u006e\u006f\u0074\u0020\u0061\u0020\u004e\u0061\u006d\u0065\u0020\u006fb\u006a\u0065\u0063\u0074"); +};};switch *_cab {case "\u0041\u0048\u0078","\u0041\u0053\u0043\u0049\u0049\u0048\u0065\u0078\u0044e\u0063\u006f\u0064\u0065":return _eaf .NewASCIIHexEncoder (),nil ;case "\u0041\u0038\u0035","\u0041\u0053\u0043\u0049\u0049\u0038\u0035\u0044\u0065\u0063\u006f\u0064\u0065":return _eaf .NewASCII85Encoder (),nil ; +case "\u0044\u0043\u0054","\u0044C\u0054\u0044\u0065\u0063\u006f\u0064e":return _cbb (_cfbd );case "\u0046\u006c","F\u006c\u0061\u0074\u0065\u0044\u0065\u0063\u006f\u0064\u0065":return _cag (_cfbd ,nil );case "\u004c\u005a\u0057","\u004cZ\u0057\u0044\u0065\u0063\u006f\u0064e":return _gffd (_cfbd ,nil ); +case "\u0043\u0043\u0046","\u0043\u0043\u0049\u0054\u0054\u0046\u0061\u0078\u0044e\u0063\u006f\u0064\u0065":return _eaf .NewCCITTFaxEncoder (),nil ;case "\u0052\u004c","\u0052u\u006eL\u0065\u006e\u0067\u0074\u0068\u0044\u0065\u0063\u006f\u0064\u0065":return _eaf .NewRunLengthEncoder (),nil ; +default:_dc .Log .Debug ("\u0055\u006e\u0073\u0075\u0070\u0070\u006f\u0072\u0074\u0065\u0064\u0020\u0069\u006e\u006c\u0069\u006e\u0065 \u0069\u006d\u0061\u0067\u0065\u0020\u0065n\u0063\u006f\u0064\u0069\u006e\u0067\u0020\u0066\u0069\u006c\u0074e\u0072\u0020\u006e\u0061\u006d\u0065\u0020\u003a\u0020\u0025\u0073",*_cab ); +return nil ,_g .New ("\u0075\u006e\u0073up\u0070\u006f\u0072\u0074\u0065\u0064\u0020\u0069\u006el\u0069n\u0065 \u0065n\u0063\u006f\u0064\u0069\u006e\u0067\u0020\u006d\u0065\u0074\u0068\u006f\u0064");};};func (_dgc *ContentStreamProcessor )handleCommand_RG (_bafca *ContentStreamOperation ,_eaa *_ee .PdfPageResources )error {_cbff :=_ee .NewPdfColorspaceDeviceRGB (); +if len (_bafca .Params )!=_cbff .GetNumComponents (){_dc .Log .Debug ("I\u006e\u0076\u0061\u006c\u0069\u0064 \u006e\u0075\u006d\u0062\u0065\u0072 \u006f\u0066\u0020\u0070\u0061\u0072\u0061m\u0065\u0074\u0065\u0072\u0073\u0020\u0066\u006f\u0072\u0020R\u0047"); +_dc .Log .Debug ("\u004e\u0075mb\u0065\u0072\u0020%\u0064\u0020\u006e\u006ft m\u0061tc\u0068\u0069\u006e\u0067\u0020\u0063\u006flo\u0072\u0073\u0070\u0061\u0063\u0065\u0020%\u0054",len (_bafca .Params ),_cbff );return _g .New ("\u0069\u006e\u0076\u0061l\u0069\u0064\u0020\u006e\u0075\u006d\u0062\u0065\u0072\u0020o\u0066 \u0070\u0061\u0072\u0061\u006d\u0065\u0074e\u0072\u0073"); +};_bee ,_dfb :=_cbff .ColorFromPdfObjects (_bafca .Params );if _dfb !=nil {return _dfb ;};_dgc ._edec .ColorspaceStroking =_cbff ;_dgc ._edec .ColorStroking =_bee ;return nil ;}; -// Add_RG appends 'RG' operand to the content stream: -// Set the stroking colorspace to DeviceRGB and sets the r,g,b colors (0-1 each). +// Add_l adds 'l' operand to the content stream: +// Append a straight line segment from the current point to (x,y). // -// See section 8.6.8 "Colour Operators" and Table 74 (p. 179-180 PDF32000_2008). -func (_eaa *ContentCreator )Add_RG (r ,g ,b float64 )*ContentCreator {_ggc :=ContentStreamOperation {};_ggc .Operand ="\u0052\u0047";_ggc .Params =_gbg ([]float64 {r ,g ,b });_eaa ._bf =append (_eaa ._bf ,&_ggc );return _eaa ;}; +// See section 8.5.2 "Path Construction Operators" and Table 59 (pp. 140-141 PDF32000_2008). +func (_bba *ContentCreator )Add_l (x ,y float64 )*ContentCreator {_cfege :=ContentStreamOperation {};_cfege .Operand ="\u006c";_cfege .Params =_daea ([]float64 {x ,y });_bba ._eg =append (_bba ._eg ,&_cfege );return _bba ;}; // ContentStreamOperation represents an operation in PDF contentstream which consists of // an operand and parameters. -type ContentStreamOperation struct{Params []_cg .PdfObject ;Operand string ;}; +type ContentStreamOperation struct{Params []_eaf .PdfObject ;Operand string ;}; -// ParseInlineImage parses an inline image from a content stream, both reading its properties and binary data. -// When called, "BI" has already been read from the stream. This function -// finishes reading through "EI" and then returns the ContentStreamInlineImage. -func (_afde *ContentStreamParser )ParseInlineImage ()(*ContentStreamInlineImage ,error ){_ccge :=ContentStreamInlineImage {};for {_afde .skipSpaces ();_degc ,_fdec ,_bbbd :=_afde .parseObject ();if _bbbd !=nil {return nil ,_bbbd ;};if !_fdec {_bce ,_baf :=_cg .GetName (_degc ); -if !_baf {_ec .Log .Debug ("\u0049\u006e\u0076\u0061\u006ci\u0064\u0020\u0069\u006e\u006c\u0069\u006e\u0065\u0020\u0069\u006d\u0061\u0067e\u0020\u0070\u0072\u006f\u0070\u0065\u0072\u0074\u0079\u0020\u0028\u0065\u0078\u0070\u0065\u0063\u0074\u0069\u006e\u0067\u0020\u006e\u0061\u006d\u0065\u0029\u0020\u002d\u0020\u0025T",_degc ); -return nil ,_e .Errorf ("\u0069\u006e\u0076\u0061\u006ci\u0064\u0020\u0069\u006e\u006c\u0069\u006e\u0065\u0020\u0069\u006d\u0061\u0067e\u0020\u0070\u0072\u006f\u0070\u0065\u0072\u0074\u0079\u0020\u0028\u0065\u0078\u0070\u0065\u0063\u0074\u0069\u006e\u0067\u0020\u006e\u0061\u006d\u0065\u0029\u0020\u002d\u0020\u0025T",_degc ); -};_ddgd ,_gge ,_fece :=_afde .parseObject ();if _fece !=nil {return nil ,_fece ;};if _gge {return nil ,_e .Errorf ("\u006eo\u0074\u0020\u0065\u0078\u0070\u0065\u0063\u0074\u0069\u006e\u0067 \u0061\u006e\u0020\u006f\u0070\u0065\u0072\u0061\u006e\u0064"); -};switch *_bce {case "\u0042\u0050\u0043","\u0042\u0069t\u0073\u0050\u0065r\u0043\u006f\u006d\u0070\u006f\u006e\u0065\u006e\u0074":_ccge .BitsPerComponent =_ddgd ;case "\u0043\u0053","\u0043\u006f\u006c\u006f\u0072\u0053\u0070\u0061\u0063\u0065":_ccge .ColorSpace =_ddgd ; -case "\u0044","\u0044\u0065\u0063\u006f\u0064\u0065":_ccge .Decode =_ddgd ;case "\u0044\u0050","D\u0065\u0063\u006f\u0064\u0065\u0050\u0061\u0072\u006d\u0073":_ccge .DecodeParms =_ddgd ;case "\u0046","\u0046\u0069\u006c\u0074\u0065\u0072":_ccge .Filter =_ddgd ; -case "\u0048","\u0048\u0065\u0069\u0067\u0068\u0074":_ccge .Height =_ddgd ;case "\u0049\u004d","\u0049m\u0061\u0067\u0065\u004d\u0061\u0073k":_ccge .ImageMask =_ddgd ;case "\u0049\u006e\u0074\u0065\u006e\u0074":_ccge .Intent =_ddgd ;case "\u0049","I\u006e\u0074\u0065\u0072\u0070\u006f\u006c\u0061\u0074\u0065":_ccge .Interpolate =_ddgd ; -case "\u0057","\u0057\u0069\u0064t\u0068":_ccge .Width =_ddgd ;case "\u004c\u0065\u006e\u0067\u0074\u0068","\u0053u\u0062\u0074\u0079\u0070\u0065","\u0054\u0079\u0070\u0065":_ec .Log .Debug ("\u0049\u0067\u006e\u006fr\u0069\u006e\u0067\u0020\u0069\u006e\u006c\u0069\u006e\u0065 \u0070a\u0072\u0061\u006d\u0065\u0074\u0065\u0072 \u0025\u0073",*_bce ); -default:return nil ,_e .Errorf ("\u0075\u006e\u006b\u006e\u006f\u0077n\u0020\u0069\u006e\u006c\u0069\u006e\u0065\u0020\u0069\u006d\u0061\u0067\u0065 \u0070\u0061\u0072\u0061\u006d\u0065\u0074e\u0072\u0020\u0025\u0073",*_bce );};};if _fdec {_dge ,_geff :=_degc .(*_cg .PdfObjectString ); -if !_geff {return nil ,_e .Errorf ("\u0066a\u0069\u006ce\u0064\u0020\u0074o\u0020\u0072\u0065\u0061\u0064\u0020\u0069n\u006c\u0069\u006e\u0065\u0020\u0069m\u0061\u0067\u0065\u0020\u002d\u0020\u0069\u006e\u0076\u0061\u006ci\u0064\u0020\u006f\u0070\u0065\u0072\u0061\u006e\u0064"); -};if _dge .Str ()=="\u0045\u0049"{_ec .Log .Trace ("\u0049n\u006c\u0069\u006e\u0065\u0020\u0069\u006d\u0061\u0067\u0065\u0020f\u0069\u006e\u0069\u0073\u0068\u0065\u0064\u002e\u002e\u002e");return &_ccge ,nil ;}else if _dge .Str ()=="\u0049\u0044"{_ec .Log .Trace ("\u0049\u0044\u0020\u0073\u0074\u0061\u0072\u0074"); -_gff ,_beba :=_afde ._gfea .Peek (1);if _beba !=nil {return nil ,_beba ;};if _cg .IsWhiteSpace (_gff [0]){_afde ._gfea .Discard (1);};_ccge ._cbdd =[]byte {};_ed :=0;var _eadb []byte ;for {_ggfb ,_gfe :=_afde ._gfea .ReadByte ();if _gfe !=nil {_ec .Log .Debug ("\u0055\u006e\u0061\u0062\u006ce\u0020\u0074\u006f\u0020\u0066\u0069\u006e\u0064\u0020\u0065\u006e\u0064\u0020o\u0066\u0020\u0069\u006d\u0061\u0067\u0065\u0020\u0045\u0049\u0020\u0069\u006e\u0020\u0069\u006e\u006c\u0069\u006e\u0065\u0020\u0069\u006d\u0061\u0067\u0065\u0020\u0064\u0061\u0074a"); -return nil ,_gfe ;};if _ed ==0{if _cg .IsWhiteSpace (_ggfb ){_eadb =[]byte {};_eadb =append (_eadb ,_ggfb );_ed =1;}else if _ggfb =='E'{_eadb =append (_eadb ,_ggfb );_ed =2;}else {_ccge ._cbdd =append (_ccge ._cbdd ,_ggfb );};}else if _ed ==1{_eadb =append (_eadb ,_ggfb ); -if _ggfb =='E'{_ed =2;}else {_ccge ._cbdd =append (_ccge ._cbdd ,_eadb ...);_eadb =[]byte {};if _cg .IsWhiteSpace (_ggfb ){_ed =1;}else {_ed =0;};};}else if _ed ==2{_eadb =append (_eadb ,_ggfb );if _ggfb =='I'{_ed =3;}else {_ccge ._cbdd =append (_ccge ._cbdd ,_eadb ...); -_eadb =[]byte {};_ed =0;};}else if _ed ==3{_eadb =append (_eadb ,_ggfb );if _cg .IsWhiteSpace (_ggfb ){_gcce ,_dacb :=_afde ._gfea .Peek (20);if _dacb !=nil &&_dacb !=_ce .EOF {return nil ,_dacb ;};_fdde :=NewContentStreamParser (string (_gcce ));_cgcg :=true ; -for _bgb :=0;_bgb < 3;_bgb ++{_faab ,_feec ,_fdcc :=_fdde .parseObject ();if _fdcc !=nil {if _fdcc ==_ce .EOF {break ;};_cgcg =false ;continue ;};if _feec &&!_daca (_faab .String ()){_cgcg =false ;break ;};};if _cgcg {if len (_ccge ._cbdd )> 100{_ec .Log .Trace ("\u0049\u006d\u0061\u0067\u0065\u0020\u0073\u0074\u0072\u0065\u0061m\u0020\u0028\u0025\u0064\u0029\u003a\u0020\u0025\u0020\u0078 \u002e\u002e\u002e",len (_ccge ._cbdd ),_ccge ._cbdd [:100]); -}else {_ec .Log .Trace ("\u0049\u006d\u0061\u0067e \u0073\u0074\u0072\u0065\u0061\u006d\u0020\u0028\u0025\u0064\u0029\u003a\u0020\u0025 \u0078",len (_ccge ._cbdd ),_ccge ._cbdd );};return &_ccge ,nil ;};};_ccge ._cbdd =append (_ccge ._cbdd ,_eadb ...); -_eadb =[]byte {};_ed =0;};};};};};}; +// RotateDeg applies a rotation to the transformation matrix. +func (_adf *ContentCreator )RotateDeg (angle float64 )*ContentCreator {_ggf :=_ed .Cos (angle *_ed .Pi /180.0);_cfe :=_ed .Sin (angle *_ed .Pi /180.0);_gefb :=-_ed .Sin (angle *_ed .Pi /180.0);_cfcf :=_ed .Cos (angle *_ed .Pi /180.0);return _adf .Add_cm (_ggf ,_cfe ,_gefb ,_cfcf ,0,0); +}; -// Add_SC appends 'SC' operand to the content stream: -// Set color for stroking operations. Input: c1, ..., cn. +// Add_j adds 'j' operand to the content stream: Set the line join style (graphics state). // -// See section 8.6.8 "Colour Operators" and Table 74 (p. 179-180 PDF32000_2008). -func (_cbb *ContentCreator )Add_SC (c ...float64 )*ContentCreator {_adf :=ContentStreamOperation {};_adf .Operand ="\u0053\u0043";_adf .Params =_gbg (c );_cbb ._bf =append (_cbb ._bf ,&_adf );return _cbb ;}; +// See section 8.4.4 "Graphic State Operators" and Table 57 (pp. 135-136 PDF32000_2008). +func (_dga *ContentCreator )Add_j (lineJoinStyle string )*ContentCreator {_fad :=ContentStreamOperation {};_fad .Operand ="\u006a";_fad .Params =_fcce ([]_eaf .PdfObjectName {_eaf .PdfObjectName (lineJoinStyle )});_dga ._eg =append (_dga ._eg ,&_fad ); +return _dga ;};func (_dff *ContentStreamProcessor )handleCommand_cm (_dec *ContentStreamOperation ,_eeba *_ee .PdfPageResources )error {if len (_dec .Params )!=6{_dc .Log .Debug ("\u0045\u0052R\u004f\u0052\u003a\u0020\u0049\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u006e\u0075\u006d\u0062\u0065\u0072\u0020\u006f\u0066\u0020\u0070\u0061\u0072\u0061\u006d\u0065\u0074\u0065\u0072\u0073\u0020\u0066\u006f\u0072\u0020\u0063\u006d\u003a\u0020\u0025\u0064",len (_dec .Params )); +return _g .New ("\u0069\u006e\u0076\u0061l\u0069\u0064\u0020\u006e\u0075\u006d\u0062\u0065\u0072\u0020o\u0066 \u0070\u0061\u0072\u0061\u006d\u0065\u0074e\u0072\u0073");};_efeg ,_ddf :=_eaf .GetNumbersAsFloat (_dec .Params );if _ddf !=nil {return _ddf ; +};_aabe :=_b .NewMatrix (_efeg [0],_efeg [1],_efeg [2],_efeg [3],_efeg [4],_efeg [5]);_dff ._edec .CTM .Concat (_aabe );return nil ;}; -// Add_v appends 'v' operand to the content stream: Append a Bezier curve to the current path from the -// current point to (x3,y3) with the current point and (x2,y2) as control points. +// String is same as Bytes() except returns as a string for convenience. +func (_aag *ContentCreator )String ()string {return string (_aag ._eg .Bytes ())};func (_gadga *ContentStreamParser )skipComments ()error {if _ ,_egb :=_gadga .skipSpaces ();_egb !=nil {return _egb ;};_gcg :=true ;for {_gffc ,_bcf :=_gadga ._ccf .Peek (1); +if _bcf !=nil {_dc .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0025\u0073",_bcf .Error ());return _bcf ;};if _gcg &&_gffc [0]!='%'{return nil ;};_gcg =false ;if (_gffc [0]!='\r')&&(_gffc [0]!='\n'){_gadga ._ccf .ReadByte ();}else {break ;};};return _gadga .skipComments (); +}; + +// Add_sh appends 'sh' operand to the content stream: +// Paints the shape and colour shading described by a shading dictionary specified by `name`, +// subject to the current clipping path // -// See section 8.5.2 "Path Construction Operators" and Table 59 (pp. 140-141 PDF32000_2008). -func (_bfd *ContentCreator )Add_v (x2 ,y2 ,x3 ,y3 float64 )*ContentCreator {_cbe :=ContentStreamOperation {};_cbe .Operand ="\u0076";_cbe .Params =_gbg ([]float64 {x2 ,y2 ,x3 ,y3 });_bfd ._bf =append (_bfd ._bf ,&_cbe );return _bfd ;}; +// See section 8.7.4 "Shading Patterns" and Table 77 (p. 190 PDF32000_2008). +func (_ecg *ContentCreator )Add_sh (name _eaf .PdfObjectName )*ContentCreator {_ffde :=ContentStreamOperation {};_ffde .Operand ="\u0073\u0068";_ffde .Params =_fcce ([]_eaf .PdfObjectName {name });_ecg ._eg =append (_ecg ._eg ,&_ffde );return _ecg ;};func (_caee *ContentStreamParser )parseNumber ()(_eaf .PdfObject ,error ){return _eaf .ParseNumber (_caee ._ccf ); +};func _cag (_eda *ContentStreamInlineImage ,_gae *_eaf .PdfObjectDictionary )(*_eaf .FlateEncoder ,error ){_fedc :=_eaf .NewFlateEncoder ();if _eda ._eadc !=nil {_fedc .SetImage (_eda ._eadc );};if _gae ==nil {_dcc :=_eda .DecodeParms ;if _dcc !=nil {_gebb ,_acfd :=_eaf .GetDict (_dcc ); +if !_acfd {_dc .Log .Debug ("E\u0072\u0072\u006f\u0072\u003a\u0020\u0044\u0065\u0063\u006f\u0064\u0065\u0050\u0061\u0072\u006d\u0073\u0020n\u006f\u0074\u0020\u0061\u0020\u0064\u0069\u0063\u0074\u0069on\u0061\u0072\u0079 \u0028%\u0054\u0029",_dcc );return nil ,_ga .Errorf ("\u0069\u006e\u0076\u0061li\u0064\u0020\u0044\u0065\u0063\u006f\u0064\u0065\u0050\u0061\u0072\u006d\u0073"); +};_gae =_gebb ;};};if _gae ==nil {return _fedc ,nil ;};_dc .Log .Trace ("\u0064\u0065\u0063\u006f\u0064\u0065\u0020\u0070\u0061\u0072\u0061\u006ds\u003a\u0020\u0025\u0073",_gae .String ());_dge :=_gae .Get ("\u0050r\u0065\u0064\u0069\u0063\u0074\u006fr"); +if _dge ==nil {_dc .Log .Debug ("E\u0072\u0072o\u0072\u003a\u0020\u0050\u0072\u0065\u0064\u0069\u0063\u0074\u006f\u0072\u0020\u006d\u0069\u0073\u0073\u0069\u006e\u0067 \u0066\u0072\u006f\u006d\u0020\u0044\u0065\u0063\u006f\u0064\u0065\u0050\u0061\u0072\u006d\u0073 \u002d\u0020\u0043\u006f\u006e\u0074\u0069\u006e\u0075\u0065\u0020\u0077\u0069t\u0068\u0020\u0064\u0065\u0066\u0061\u0075\u006c\u0074\u0020\u00281\u0029"); +}else {_abbg ,_acba :=_dge .(*_eaf .PdfObjectInteger );if !_acba {_dc .Log .Debug ("E\u0072\u0072\u006f\u0072\u003a\u0020\u0050\u0072\u0065d\u0069\u0063\u0074\u006f\u0072\u0020\u0073pe\u0063\u0069\u0066\u0069e\u0064\u0020\u0062\u0075\u0074\u0020\u006e\u006f\u0074 n\u0075\u006de\u0072\u0069\u0063\u0020\u0028\u0025\u0054\u0029",_dge ); +return nil ,_ga .Errorf ("\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0050\u0072\u0065\u0064i\u0063\u0074\u006f\u0072");};_fedc .Predictor =int (*_abbg );};_dge =_gae .Get ("\u0042\u0069t\u0073\u0050\u0065r\u0043\u006f\u006d\u0070\u006f\u006e\u0065\u006e\u0074"); +if _dge !=nil {_gffb ,_cgb :=_dge .(*_eaf .PdfObjectInteger );if !_cgb {_dc .Log .Debug ("\u0045\u0052\u0052O\u0052\u003a\u0020\u0049n\u0076\u0061\u006c\u0069\u0064\u0020\u0042i\u0074\u0073\u0050\u0065\u0072\u0043\u006f\u006d\u0070\u006f\u006e\u0065\u006e\u0074"); +return nil ,_ga .Errorf ("\u0069n\u0076\u0061\u006c\u0069\u0064\u0020\u0042\u0069\u0074\u0073\u0050e\u0072\u0043\u006f\u006d\u0070\u006f\u006e\u0065\u006e\u0074");};_fedc .BitsPerComponent =int (*_gffb );};if _fedc .Predictor > 1{_fedc .Columns =1;_dge =_gae .Get ("\u0043o\u006c\u0075\u006d\u006e\u0073"); +if _dge !=nil {_gaab ,_bebg :=_dge .(*_eaf .PdfObjectInteger );if !_bebg {return nil ,_ga .Errorf ("\u0070r\u0065\u0064\u0069\u0063\u0074\u006f\u0072\u0020\u0063\u006f\u006cu\u006d\u006e\u0020\u0069\u006e\u0076\u0061\u006c\u0069\u0064");};_fedc .Columns =int (*_gaab ); +};_fedc .Colors =1;_fce :=_gae .Get ("\u0043\u006f\u006c\u006f\u0072\u0073");if _fce !=nil {_ggca ,_bga :=_fce .(*_eaf .PdfObjectInteger );if !_bga {return nil ,_ga .Errorf ("\u0070\u0072\u0065d\u0069\u0063\u0074\u006fr\u0020\u0063\u006f\u006c\u006f\u0072\u0073 \u006e\u006f\u0074\u0020\u0061\u006e\u0020\u0069\u006e\u0074\u0065\u0067\u0065\u0072"); +};_fedc .Colors =int (*_ggca );};};return _fedc ,nil ;};func (_gbf *ContentStreamProcessor )handleCommand_SCN (_adb *ContentStreamOperation ,_dbcf *_ee .PdfPageResources )error {_gbdga :=_gbf ._edec .ColorspaceStroking ;if !_gecbc (_gbdga ){if len (_adb .Params )!=_gbdga .GetNumComponents (){_dc .Log .Debug ("I\u006e\u0076\u0061\u006c\u0069\u0064 \u006e\u0075\u006d\u0062\u0065\u0072 \u006f\u0066\u0020\u0070\u0061\u0072\u0061m\u0065\u0074\u0065\u0072\u0073\u0020\u0066\u006f\u0072\u0020S\u0043"); +_dc .Log .Debug ("\u004e\u0075mb\u0065\u0072\u0020%\u0064\u0020\u006e\u006ft m\u0061tc\u0068\u0069\u006e\u0067\u0020\u0063\u006flo\u0072\u0073\u0070\u0061\u0063\u0065\u0020%\u0054",len (_adb .Params ),_gbdga );return _g .New ("\u0069\u006e\u0076\u0061l\u0069\u0064\u0020\u006e\u0075\u006d\u0062\u0065\u0072\u0020o\u0066 \u0070\u0061\u0072\u0061\u006d\u0065\u0074e\u0072\u0073"); +};};_eddg ,_bcda :=_gbdga .ColorFromPdfObjects (_adb .Params );if _bcda !=nil {return _bcda ;};_gbf ._edec .ColorStroking =_eddg ;return nil ;};func _cbb (_cdf *ContentStreamInlineImage )(*_eaf .DCTEncoder ,error ){_cfee :=_eaf .NewDCTEncoder ();_egf :=_fg .NewReader (_cdf ._gda ); +_cgef ,_gbd :=_gg .DecodeConfig (_egf );if _gbd !=nil {_dc .Log .Debug ("\u0045\u0072\u0072or\u0020\u0064\u0065\u0063\u006f\u0064\u0069\u006e\u0067\u0020\u0066\u0069\u006c\u0065\u003a\u0020\u0025\u0073",_gbd );return nil ,_gbd ;};switch _cgef .ColorModel {case _fc .RGBAModel :_cfee .BitsPerComponent =8; +_cfee .ColorComponents =3;case _fc .RGBA64Model :_cfee .BitsPerComponent =16;_cfee .ColorComponents =3;case _fc .GrayModel :_cfee .BitsPerComponent =8;_cfee .ColorComponents =1;case _fc .Gray16Model :_cfee .BitsPerComponent =16;_cfee .ColorComponents =1; +case _fc .CMYKModel :_cfee .BitsPerComponent =8;_cfee .ColorComponents =4;case _fc .YCbCrModel :_cfee .BitsPerComponent =8;_cfee .ColorComponents =3;default:return nil ,_g .New ("\u0075\u006e\u0073up\u0070\u006f\u0072\u0074\u0065\u0064\u0020\u0063\u006f\u006c\u006f\u0072\u0020\u006d\u006f\u0064\u0065\u006c"); +};_cfee .Width =_cgef .Width ;_cfee .Height =_cgef .Height ;_dc .Log .Trace ("\u0044\u0043T\u0020\u0045\u006ec\u006f\u0064\u0065\u0072\u003a\u0020\u0025\u002b\u0076",_cfee );return _cfee ,nil ;}; -// Add_S appends 'S' operand to the content stream: Stroke the path. +// Add_n appends 'n' operand to the content stream: +// End the path without filling or stroking. // // See section 8.5.3 "Path Painting Operators" and Table 60 (p. 143 PDF32000_2008). -func (_fad *ContentCreator )Add_S ()*ContentCreator {_gga :=ContentStreamOperation {};_gga .Operand ="\u0053";_fad ._bf =append (_fad ._bf ,&_gga );return _fad ;};var _cga =map[string ]struct{}{"\u0062":struct{}{},"\u0042":struct{}{},"\u0062\u002a":struct{}{},"\u0042\u002a":struct{}{},"\u0042\u0044\u0043":struct{}{},"\u0042\u0049":struct{}{},"\u0042\u004d\u0043":struct{}{},"\u0042\u0054":struct{}{},"\u0042\u0058":struct{}{},"\u0063":struct{}{},"\u0063\u006d":struct{}{},"\u0043\u0053":struct{}{},"\u0063\u0073":struct{}{},"\u0064":struct{}{},"\u0064\u0030":struct{}{},"\u0064\u0031":struct{}{},"\u0044\u006f":struct{}{},"\u0044\u0050":struct{}{},"\u0045\u0049":struct{}{},"\u0045\u004d\u0043":struct{}{},"\u0045\u0054":struct{}{},"\u0045\u0058":struct{}{},"\u0066":struct{}{},"\u0046":struct{}{},"\u0066\u002a":struct{}{},"\u0047":struct{}{},"\u0067":struct{}{},"\u0067\u0073":struct{}{},"\u0068":struct{}{},"\u0069":struct{}{},"\u0049\u0044":struct{}{},"\u006a":struct{}{},"\u004a":struct{}{},"\u004b":struct{}{},"\u006b":struct{}{},"\u006c":struct{}{},"\u006d":struct{}{},"\u004d":struct{}{},"\u004d\u0050":struct{}{},"\u006e":struct{}{},"\u0071":struct{}{},"\u0051":struct{}{},"\u0072\u0065":struct{}{},"\u0052\u0047":struct{}{},"\u0072\u0067":struct{}{},"\u0072\u0069":struct{}{},"\u0073":struct{}{},"\u0053":struct{}{},"\u0053\u0043":struct{}{},"\u0073\u0063":struct{}{},"\u0053\u0043\u004e":struct{}{},"\u0073\u0063\u006e":struct{}{},"\u0073\u0068":struct{}{},"\u0054\u002a":struct{}{},"\u0054\u0063":struct{}{},"\u0054\u0064":struct{}{},"\u0054\u0044":struct{}{},"\u0054\u0066":struct{}{},"\u0054\u006a":struct{}{},"\u0054\u004a":struct{}{},"\u0054\u004c":struct{}{},"\u0054\u006d":struct{}{},"\u0054\u0072":struct{}{},"\u0054\u0073":struct{}{},"\u0054\u0077":struct{}{},"\u0054\u007a":struct{}{},"\u0076":struct{}{},"\u0077":struct{}{},"\u0057":struct{}{},"\u0057\u002a":struct{}{},"\u0079":struct{}{},"\u0027":struct{}{},"\u0022":struct{}{}}; +func (_fbb *ContentCreator )Add_n ()*ContentCreator {_aae :=ContentStreamOperation {};_aae .Operand ="\u006e";_fbb ._eg =append (_fbb ._eg ,&_aae );return _fbb ;};func _abebd (_cegf []int64 )[]_eaf .PdfObject {var _eafge []_eaf .PdfObject ;for _ ,_ccgf :=range _cegf {_eafge =append (_eafge ,_eaf .MakeInteger (_ccgf )); +};return _eafge ;}; +// Translate applies a simple x-y translation to the transformation matrix. +func (_eed *ContentCreator )Translate (tx ,ty float64 )*ContentCreator {return _eed .Add_cm (1,0,0,1,tx ,ty );}; -// Add_EMC appends 'EMC' operand to the content stream: -// Ends a marked-content sequence. +// Add_BDC appends 'BDC' operand to the content stream: +// Begins a marked-content sequence with an associated property list terminated by a balancing EMC operator. +// `tag` shall be a name object indicating the role or significance of +// the sequence. +// `propertyList` shall be a dictionary containing the properties of the // // See section 14.6 "Marked Content" and Table 320 (p. 561 PDF32000_2008). -func (_fadb *ContentCreator )Add_EMC ()*ContentCreator {_eed :=ContentStreamOperation {};_eed .Operand ="\u0045\u004d\u0043";_fadb ._bf =append (_fadb ._bf ,&_eed );return _fadb ;};func (_bfg *ContentStreamInlineImage )toImageBase (_acec *_dad .PdfPageResources )(*_aa .ImageBase ,error ){if _bfg ._ebfd !=nil {return _bfg ._ebfd ,nil ; -};_ffd :=_aa .ImageBase {};if _bfg .Height ==nil {return nil ,_b .New ("\u0068e\u0069\u0067\u0068\u0074\u0020\u0061\u0074\u0074\u0072\u0069\u0062u\u0074\u0065\u0020\u006d\u0069\u0073\u0073\u0069\u006e\u0067");};_cda ,_gfga :=_bfg .Height .(*_cg .PdfObjectInteger ); -if !_gfga {return nil ,_b .New ("\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0068e\u0069\u0067\u0068\u0074");};_ffd .Height =int (*_cda );if _bfg .Width ==nil {return nil ,_b .New ("\u0077\u0069\u0064th\u0020\u0061\u0074\u0074\u0072\u0069\u0062\u0075\u0074\u0065\u0020\u006d\u0069\u0073\u0073\u0069\u006e\u0067"); -};_fff ,_gfga :=_bfg .Width .(*_cg .PdfObjectInteger );if !_gfga {return nil ,_b .New ("\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0077\u0069\u0064\u0074\u0068");};_ffd .Width =int (*_fff );_caac ,_fae :=_bfg .IsMask ();if _fae !=nil {return nil ,_fae ; -};if _caac {_ffd .BitsPerComponent =1;_ffd .ColorComponents =1;}else {if _bfg .BitsPerComponent ==nil {_ec .Log .Debug ("\u0049\u006el\u0069\u006e\u0065\u0020\u0042\u0069\u0074\u0073\u0020\u0070\u0065\u0072\u0020\u0063\u006f\u006d\u0070\u006f\u006e\u0065\u006e\u0074\u0020\u006d\u0069\u0073\u0073\u0069\u006e\u0067\u0020\u002d\u0020\u0061\u0073\u0073\u0075\u006d\u0069\u006e\u0067\u0020\u0038"); -_ffd .BitsPerComponent =8;}else {_ccg ,_fcf :=_bfg .BitsPerComponent .(*_cg .PdfObjectInteger );if !_fcf {_ec .Log .Debug ("E\u0072\u0072\u006f\u0072\u0020\u0069\u006e\u0076\u0061l\u0069\u0064\u0020\u0062\u0069\u0074\u0073 p\u0065\u0072\u0020\u0063o\u006d\u0070\u006f\u006e\u0065\u006e\u0074\u0020\u0076al\u0075\u0065,\u0020\u0074\u0079\u0070\u0065\u0020\u0025\u0054",_bfg .BitsPerComponent ); -return nil ,_b .New ("\u0042\u0050\u0043\u0020\u0054\u0079\u0070\u0065\u0020e\u0072\u0072\u006f\u0072");};_ffd .BitsPerComponent =int (*_ccg );};if _bfg .ColorSpace !=nil {_cgf ,_baa :=_bfg .GetColorSpace (_acec );if _baa !=nil {return nil ,_baa ;};_ffd .ColorComponents =_cgf .GetNumComponents (); -}else {_ec .Log .Debug ("\u0049\u006el\u0069\u006e\u0065\u0020\u0049\u006d\u0061\u0067\u0065\u0020\u0063\u006f\u006c\u006f\u0072\u0073\u0070\u0061\u0063e\u0020\u006e\u006f\u0074\u0020\u0073p\u0065\u0063\u0069\u0066\u0069\u0065\u0064\u0020\u002d\u0020\u0061\u0073\u0073\u0075m\u0069\u006eg\u0020\u0031\u0020\u0063o\u006c\u006f\u0072\u0020\u0063o\u006d\u0070\u006f\u006e\u0065\u006e\u0074"); -_ffd .ColorComponents =1;};};if _bfda ,_cagg :=_cg .GetArray (_bfg .Decode );_cagg {_ffd .Decode ,_fae =_bfda .ToFloat64Array ();if _fae !=nil {return nil ,_fae ;};};_bfg ._ebfd =&_ffd ;return _bfg ._ebfd ,nil ;}; +func (_gagd *ContentCreator )Add_BDC (tag _eaf .PdfObjectName ,propertyList map[string ]_eaf .PdfObject )*ContentCreator {_fcc :=ContentStreamOperation {};_fcc .Operand ="\u0042\u0044\u0043";_fcc .Params =_fcce ([]_eaf .PdfObjectName {tag });if len (propertyList )> 0{_fcc .Params =append (_fcc .Params ,_eaf .MakeDictMap (propertyList )); +};_gagd ._eg =append (_gagd ._eg ,&_fcc );return _gagd ;}; -// Add_g appends 'g' operand to the content stream: -// Same as G but used for nonstroking operations. +// Operations returns the list of operations. +func (_cef *ContentCreator )Operations ()*ContentStreamOperations {return &_cef ._eg }; + +// Operand returns true if `hce` is equivalent to HandlerConditionEnumOperand. +func (_cbc HandlerConditionEnum )Operand ()bool {return _cbc ==HandlerConditionEnumOperand }; + +// Add_G appends 'G' operand to the content stream: +// Set the stroking colorspace to DeviceGray and sets the gray level (0-1). // // See section 8.6.8 "Colour Operators" and Table 74 (p. 179-180 PDF32000_2008). -func (_afg *ContentCreator )Add_g (gray float64 )*ContentCreator {_daa :=ContentStreamOperation {};_daa .Operand ="\u0067";_daa .Params =_gbg ([]float64 {gray });_afg ._bf =append (_afg ._bf ,&_daa );return _afg ;};func (_fdag *ContentStreamParser )skipSpaces ()(int ,error ){_gafa :=0; -for {_ffe ,_cffe :=_fdag ._gfea .Peek (1);if _cffe !=nil {return 0,_cffe ;};if _cg .IsWhiteSpace (_ffe [0]){_fdag ._gfea .ReadByte ();_gafa ++;}else {break ;};};return _gafa ,nil ;}; +func (_eged *ContentCreator )Add_G (gray float64 )*ContentCreator {_dd :=ContentStreamOperation {};_dd .Operand ="\u0047";_dd .Params =_daea ([]float64 {gray });_eged ._eg =append (_eged ._eg ,&_dd );return _eged ;}; -// Add_Tf appends 'Tf' operand to the content stream: -// Set font and font size specified by font resource `fontName` and `fontSize`. +// Add_SC appends 'SC' operand to the content stream: +// Set color for stroking operations. Input: c1, ..., cn. // -// See section 9.3 "Text State Parameters and Operators" and -// Table 105 (pp. 251-252 PDF32000_2008). -func (_feg *ContentCreator )Add_Tf (fontName _cg .PdfObjectName ,fontSize float64 )*ContentCreator {_dca :=ContentStreamOperation {};_dca .Operand ="\u0054\u0066";_dca .Params =_fcdg ([]_cg .PdfObjectName {fontName });_dca .Params =append (_dca .Params ,_gbg ([]float64 {fontSize })...); -_feg ._bf =append (_feg ._bf ,&_dca );return _feg ;}; +// See section 8.6.8 "Colour Operators" and Table 74 (p. 179-180 PDF32000_2008). +func (_dgb *ContentCreator )Add_SC (c ...float64 )*ContentCreator {_bea :=ContentStreamOperation {};_bea .Operand ="\u0053\u0043";_bea .Params =_daea (c );_dgb ._eg =append (_dgb ._eg ,&_bea );return _dgb ;};func (_fcf *ContentStreamProcessor )handleCommand_G (_ccbc *ContentStreamOperation ,_gdcd *_ee .PdfPageResources )error {_cbbaf :=_ee .NewPdfColorspaceDeviceGray (); +if len (_ccbc .Params )!=_cbbaf .GetNumComponents (){_dc .Log .Debug ("I\u006e\u0076\u0061\u006c\u0069\u0064 \u006e\u0075\u006d\u0062\u0065\u0072 \u006f\u0066\u0020\u0070\u0061\u0072\u0061m\u0065\u0074\u0065\u0072\u0073\u0020\u0066\u006f\u0072\u0020S\u0043"); +_dc .Log .Debug ("\u004e\u0075mb\u0065\u0072\u0020%\u0064\u0020\u006e\u006ft m\u0061tc\u0068\u0069\u006e\u0067\u0020\u0063\u006flo\u0072\u0073\u0070\u0061\u0063\u0065\u0020%\u0054",len (_ccbc .Params ),_cbbaf );return _g .New ("\u0069\u006e\u0076\u0061l\u0069\u0064\u0020\u006e\u0075\u006d\u0062\u0065\u0072\u0020o\u0066 \u0070\u0061\u0072\u0061\u006d\u0065\u0074e\u0072\u0073"); +};_gea ,_dbace :=_cbbaf .ColorFromPdfObjects (_ccbc .Params );if _dbace !=nil {return _dbace ;};_fcf ._edec .ColorspaceStroking =_cbbaf ;_fcf ._edec .ColorStroking =_gea ;return nil ;}; -// Bytes converts the content stream operations to a content stream byte presentation, i.e. the kind that can be -// stored as a PDF stream or string format. -func (_df *ContentCreator )Bytes ()[]byte {return _df ._bf .Bytes ()}; +// ContentStreamInlineImage is a representation of an inline image in a Content stream. Everything between the BI and EI operands. +// ContentStreamInlineImage implements the core.PdfObject interface although strictly it is not a PDF object. +type ContentStreamInlineImage struct{BitsPerComponent _eaf .PdfObject ;ColorSpace _eaf .PdfObject ;Decode _eaf .PdfObject ;DecodeParms _eaf .PdfObject ;Filter _eaf .PdfObject ;Height _eaf .PdfObject ;ImageMask _eaf .PdfObject ;Intent _eaf .PdfObject ;Interpolate _eaf .PdfObject ; +Width _eaf .PdfObject ;_gda []byte ;_eadc *_d .ImageBase ;}; -// String is same as Bytes() except returns as a string for convenience. -func (_bgc *ContentCreator )String ()string {return string (_bgc ._bf .Bytes ())}; +// GraphicsState is a basic graphics state implementation for PDF processing. +// Initially only implementing and tracking a portion of the information specified. Easy to add more. +type GraphicsState struct{ColorspaceStroking _ee .PdfColorspace ;ColorspaceNonStroking _ee .PdfColorspace ;ColorStroking _ee .PdfColor ;ColorNonStroking _ee .PdfColor ;CTM _b .Matrix ;};func _gecbc (_dcgc _ee .PdfColorspace )bool {_ ,_eae :=_dcgc .(*_ee .PdfColorspaceSpecialPattern ); +return _eae ;}; -// Add_Tz appends 'Tz' operand to the content stream: -// Set horizontal scaling. +// Add_f_starred appends 'f*' operand to the content stream. +// f*: Fill the path using the even-odd rule to determine fill region. // -// See section 9.3 "Text State Parameters and Operators" and -// Table 105 (pp. 251-252 PDF32000_2008). -func (_fdf *ContentCreator )Add_Tz (scale float64 )*ContentCreator {_cgg :=ContentStreamOperation {};_cgg .Operand ="\u0054\u007a";_cgg .Params =_gbg ([]float64 {scale });_fdf ._bf =append (_fdf ._bf ,&_cgg );return _fdf ;}; - -// NewContentStreamParser creates a new instance of the content stream parser from an input content -// stream string. -func NewContentStreamParser (contentStr string )*ContentStreamParser {_fbbf :=ContentStreamParser {};contentStr =string (_deea .ReplaceAll ([]byte (contentStr ),[]byte ("\u002f")));_bbff :=_a .NewBufferString (contentStr +"\u000a");_fbbf ._gfea =_f .NewReader (_bbff ); -return &_fbbf ;}; +// See section 8.5.3 "Path Painting Operators" and Table 60 (p. 143 PDF32000_2008). +func (_ega *ContentCreator )Add_f_starred ()*ContentCreator {_dbb :=ContentStreamOperation {};_dbb .Operand ="\u0066\u002a";_ega ._eg =append (_ega ._eg ,&_dbb );return _ega ;};func _dggeb (_dabd _eaf .PdfObject )(_ee .PdfColorspace ,error ){_cfeea ,_baddg :=_dabd .(*_eaf .PdfObjectArray ); +if !_baddg {_dc .Log .Debug ("\u0045r\u0072\u006fr\u003a\u0020\u0049\u006ev\u0061\u006c\u0069d\u0020\u0069\u006e\u0064\u0065\u0078\u0065\u0064\u0020cs\u0020\u006e\u006ft\u0020\u0069n\u0020\u0061\u0072\u0072\u0061\u0079 \u0028\u0025#\u0076\u0029",_dabd ); +return nil ,_g .New ("\u0074\u0079p\u0065\u0020\u0063h\u0065\u0063\u006b\u0020\u0065\u0072\u0072\u006f\u0072");};if _cfeea .Len ()!=4{_dc .Log .Debug ("\u0045\u0072\u0072\u006f\u0072:\u0020\u0049\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0063\u0073\u0020\u0061r\u0072\u0061\u0079\u002c\u0020\u006c\u0065\u006e\u0067\u0074\u0068\u0020\u0021\u003d\u0020\u0034\u0020\u0028\u0025\u0064\u0029",_cfeea .Len ()); +return nil ,_g .New ("\u0072\u0061\u006e\u0067\u0065\u0020\u0063\u0068\u0065\u0063\u006b\u0020e\u0072\u0072\u006f\u0072");};_daeaa ,_baddg :=_cfeea .Get (0).(*_eaf .PdfObjectName );if !_baddg {_dc .Log .Debug ("E\u0072\u0072\u006f\u0072\u003a\u0020\u0049\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0063\u0073\u0020\u0061\u0072\u0072\u0061\u0079\u0020\u0066\u0069\u0072s\u0074 \u0065\u006c\u0065\u006de\u006e\u0074 \u006e\u006f\u0074\u0020\u0061\u0020\u006e\u0061\u006d\u0065\u0020\u0028\u0061\u0072\u0072\u0061\u0079\u003a\u0020\u0025\u0023\u0076\u0029",*_cfeea ); +return nil ,_g .New ("\u0074\u0079p\u0065\u0020\u0063h\u0065\u0063\u006b\u0020\u0065\u0072\u0072\u006f\u0072");};if *_daeaa !="\u0049"&&*_daeaa !="\u0049n\u0064\u0065\u0078\u0065\u0064"{_dc .Log .Debug ("\u0045\u0072r\u006f\u0072\u003a\u0020\u0049n\u0076\u0061\u006c\u0069\u0064 \u0063\u0073\u0020\u0061\u0072\u0072\u0061\u0079\u0020\u0066\u0069\u0072\u0073\u0074\u0020\u0065\u006c\u0065\u006d\u0065\u006e\u0074\u0020\u0021\u003d\u0020\u0049\u0020\u0028\u0067\u006f\u0074\u003a\u0020\u0025\u0076\u0029",*_daeaa ); +return nil ,_g .New ("\u0072\u0061\u006e\u0067\u0065\u0020\u0063\u0068\u0065\u0063\u006b\u0020e\u0072\u0072\u006f\u0072");};_daeaa ,_baddg =_cfeea .Get (1).(*_eaf .PdfObjectName );if !_baddg {_dc .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u003a\u0020\u0049\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0063\u0073\u0020\u0061\u0072r\u0061\u0079\u0020\u0032\u006e\u0064\u0020\u0065\u006c\u0065\u006d\u0065\u006e\u0074\u0020\u006e\u006f\u0074\u0020\u0061\u0020\u006e\u0061\u006d\u0065\u0020\u0028\u0061\u0072\u0072a\u0079\u003a\u0020\u0025\u0023v\u0029",*_cfeea ); +return nil ,_g .New ("\u0074\u0079p\u0065\u0020\u0063h\u0065\u0063\u006b\u0020\u0065\u0072\u0072\u006f\u0072");};if *_daeaa !="\u0047"&&*_daeaa !="\u0052\u0047\u0042"&&*_daeaa !="\u0043\u004d\u0059\u004b"&&*_daeaa !="\u0044\u0065\u0076\u0069\u0063\u0065\u0047\u0072\u0061\u0079"&&*_daeaa !="\u0044e\u0076\u0069\u0063\u0065\u0052\u0047B"&&*_daeaa !="\u0044\u0065\u0076\u0069\u0063\u0065\u0043\u004d\u0059\u004b"{_dc .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u003a\u0020\u0049\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0063\u0073\u0020\u0061\u0072r\u0061\u0079\u0020\u0032\u006e\u0064\u0020\u0065\u006c\u0065\u006d\u0065\u006e\u0074\u0020\u0021\u003d\u0020\u0047\u002f\u0052\u0047\u0042\u002f\u0043\u004d\u0059\u004b\u0020\u0028g\u006f\u0074\u003a\u0020\u0025v\u0029",*_daeaa ); +return nil ,_g .New ("\u0072\u0061\u006e\u0067\u0065\u0020\u0063\u0068\u0065\u0063\u006b\u0020e\u0072\u0072\u006f\u0072");};_gbg :="";switch *_daeaa {case "\u0047","\u0044\u0065\u0076\u0069\u0063\u0065\u0047\u0072\u0061\u0079":_gbg ="\u0044\u0065\u0076\u0069\u0063\u0065\u0047\u0072\u0061\u0079"; +case "\u0052\u0047\u0042","\u0044e\u0076\u0069\u0063\u0065\u0052\u0047B":_gbg ="\u0044e\u0076\u0069\u0063\u0065\u0052\u0047B";case "\u0043\u004d\u0059\u004b","\u0044\u0065\u0076\u0069\u0063\u0065\u0043\u004d\u0059\u004b":_gbg ="\u0044\u0065\u0076\u0069\u0063\u0065\u0043\u004d\u0059\u004b"; +};_cda :=_eaf .MakeArray (_eaf .MakeName ("\u0049n\u0064\u0065\u0078\u0065\u0064"),_eaf .MakeName (_gbg ),_cfeea .Get (2),_cfeea .Get (3));return _ee .NewPdfColorspaceFromPdfObject (_cda );}; -// Add_s appends 's' operand to the content stream: Close and stroke the path. +// Add_CS appends 'CS' operand to the content stream: +// Set the current colorspace for stroking operations. // -// See section 8.5.3 "Path Painting Operators" and Table 60 (p. 143 PDF32000_2008). -func (_ca *ContentCreator )Add_s ()*ContentCreator {_bdab :=ContentStreamOperation {};_bdab .Operand ="\u0073";_ca ._bf =append (_ca ._bf ,&_bdab );return _ca ;}; \ No newline at end of file +// See section 8.6.8 "Colour Operators" and Table 74 (p. 179-180 PDF32000_2008). +func (_ggee *ContentCreator )Add_CS (name _eaf .PdfObjectName )*ContentCreator {_bdg :=ContentStreamOperation {};_bdg .Operand ="\u0043\u0053";_bdg .Params =_fcce ([]_eaf .PdfObjectName {name });_ggee ._eg =append (_ggee ._eg ,&_bdg );return _ggee ;}; \ No newline at end of file diff --git a/contentstream/draw/draw.go b/contentstream/draw/draw.go index 15401b9a1..68d366824 100644 --- a/contentstream/draw/draw.go +++ b/contentstream/draw/draw.go @@ -14,123 +14,186 @@ // page content streams and XObject forms and thus also in annotation appearance streams. // // Also defines utility functions for drawing common shapes such as rectangles, lines and circles (ovals). -package draw ;import (_f "fmt";_gb "github.com/unidoc/unipdf/v3/contentstream";_gc "github.com/unidoc/unipdf/v3/core";_c "github.com/unidoc/unipdf/v3/internal/transform";_ff "github.com/unidoc/unipdf/v3/model";_g "math";); - -// RemovePoint removes the point at the index specified by number from the -// path. The index is 1-based. -func (_fg Path )RemovePoint (number int )Path {if number < 1||number > len (_fg .Points ){return _fg ;};_df :=number -1;_fg .Points =append (_fg .Points [:_df ],_fg .Points [_df +1:]...);return _fg ;}; +package draw ;import (_e "fmt";_b "github.com/unidoc/unipdf/v3/contentstream";_ef "github.com/unidoc/unipdf/v3/core";_efb "github.com/unidoc/unipdf/v3/internal/transform";_eg "github.com/unidoc/unipdf/v3/model";_c "math";); // AppendPoint adds the specified point to the path. -func (_bfe Path )AppendPoint (point Point )Path {_bfe .Points =append (_bfe .Points ,point );return _bfe }; +func (_fgf Path )AppendPoint (point Point )Path {_fgf .Points =append (_fgf .Points ,point );return _fgf }; + +// Magnitude returns the magnitude of the vector. +func (_acd Vector )Magnitude ()float64 {return _c .Sqrt (_c .Pow (_acd .Dx ,2.0)+_c .Pow (_acd .Dy ,2.0))};const (LineEndingStyleNone LineEndingStyle =0;LineEndingStyleArrow LineEndingStyle =1;LineEndingStyleButt LineEndingStyle =2;); // GetBoundingBox returns the bounding box of the path. -func (_ed Path )GetBoundingBox ()BoundingBox {_ac :=BoundingBox {};_fea :=0.0;_cdc :=0.0;_fca :=0.0;_cg :=0.0;for _de ,_cf :=range _ed .Points {if _de ==0{_fea =_cf .X ;_cdc =_cf .X ;_fca =_cf .Y ;_cg =_cf .Y ;continue ;};if _cf .X < _fea {_fea =_cf .X ; -};if _cf .X > _cdc {_cdc =_cf .X ;};if _cf .Y < _fca {_fca =_cf .Y ;};if _cf .Y > _cg {_cg =_cf .Y ;};};_ac .X =_fea ;_ac .Y =_fca ;_ac .Width =_cdc -_fea ;_ac .Height =_cg -_fca ;return _ac ;}; +func (_fb Path )GetBoundingBox ()BoundingBox {_ca :=BoundingBox {};_faf :=0.0;_de :=0.0;_cc :=0.0;_dec :=0.0;for _fgg ,_dfb :=range _fb .Points {if _fgg ==0{_faf =_dfb .X ;_de =_dfb .X ;_cc =_dfb .Y ;_dec =_dfb .Y ;continue ;};if _dfb .X < _faf {_faf =_dfb .X ; +};if _dfb .X > _de {_de =_dfb .X ;};if _dfb .Y < _cc {_cc =_dfb .Y ;};if _dfb .Y > _dec {_dec =_dfb .Y ;};};_ca .X =_faf ;_ca .Y =_cc ;_ca .Width =_de -_faf ;_ca .Height =_dec -_cc ;return _ca ;}; -// Length returns the number of points in the path. -func (_ga Path )Length ()int {return len (_ga .Points )}; +// AppendCurve appends the specified Bezier curve to the path. +func (_bc CubicBezierPath )AppendCurve (curve CubicBezierCurve )CubicBezierPath {_bc .Curves =append (_bc .Curves ,curve );return _bc ;};func (_ae Point )String ()string {return _e .Sprintf ("(\u0025\u002e\u0031\u0066\u002c\u0025\u002e\u0031\u0066\u0029",_ae .X ,_ae .Y ); +}; + +// GetBounds returns the bounding box of the Bezier curve. +func (_eb CubicBezierCurve )GetBounds ()_eg .PdfRectangle {_bd :=_eb .P0 .X ;_ce :=_eb .P0 .X ;_db :=_eb .P0 .Y ;_ac :=_eb .P0 .Y ;for _bf :=0.0;_bf <=1.0;_bf +=0.001{Rx :=_eb .P0 .X *_c .Pow (1-_bf ,3)+_eb .P1 .X *3*_bf *_c .Pow (1-_bf ,2)+_eb .P2 .X *3*_c .Pow (_bf ,2)*(1-_bf )+_eb .P3 .X *_c .Pow (_bf ,3); +Ry :=_eb .P0 .Y *_c .Pow (1-_bf ,3)+_eb .P1 .Y *3*_bf *_c .Pow (1-_bf ,2)+_eb .P2 .Y *3*_c .Pow (_bf ,2)*(1-_bf )+_eb .P3 .Y *_c .Pow (_bf ,3);if Rx < _bd {_bd =Rx ;};if Rx > _ce {_ce =Rx ;};if Ry < _db {_db =Ry ;};if Ry > _ac {_ac =Ry ;};};_ed :=_eg .PdfRectangle {}; +_ed .Llx =_bd ;_ed .Lly =_db ;_ed .Urx =_ce ;_ed .Ury =_ac ;return _ed ;}; + +// Rotate returns a new Point at `p` rotated by `theta` degrees. +func (_age Point )Rotate (theta float64 )Point {_adc :=_efb .NewPoint (_age .X ,_age .Y ).Rotate (theta );return NewPoint (_adc .X ,_adc .Y );}; + +// Copy returns a clone of the Bezier path. +func (_bcb CubicBezierPath )Copy ()CubicBezierPath {_g :=CubicBezierPath {};_g .Curves =append (_g .Curves ,_bcb .Curves ...);return _g ;}; + +// NewCubicBezierPath returns a new empty cubic Bezier path. +func NewCubicBezierPath ()CubicBezierPath {_be :=CubicBezierPath {};_be .Curves =[]CubicBezierCurve {};return _be ;}; + +// NewPoint returns a new point with the coordinates x, y. +func NewPoint (x ,y float64 )Point {return Point {X :x ,Y :y }}; + +// Offset shifts the Bezier path with the specified offsets. +func (_cf CubicBezierPath )Offset (offX ,offY float64 )CubicBezierPath {for _cd ,_eff :=range _cf .Curves {_cf .Curves [_cd ]=_eff .AddOffsetXY (offX ,offY );};return _cf ;}; + +// Point represents a two-dimensional point. +type Point struct{X float64 ;Y float64 ;}; + +// Draw draws the composite Bezier curve. A graphics state name can be +// specified for setting the curve properties (e.g. setting the opacity). +// Otherwise leave empty (""). Returns the content stream as a byte array and +// the curve bounding box. +func (_adbe PolyBezierCurve )Draw (gsName string )([]byte ,*_eg .PdfRectangle ,error ){return _adbe .MarkedDraw (gsName ,nil );}; + +// Draw draws the circle. Can specify a graphics state (gsName) for setting opacity etc. Otherwise leave empty (""). +// Returns the content stream as a byte array, the bounding box and an error on failure. +func (_fd Circle )Draw (gsName string )([]byte ,*_eg .PdfRectangle ,error ){return _fd .MarkedDraw (gsName ,nil );}; + +// Polygon is a multi-point shape that can be drawn to a PDF content stream. +type Polygon struct{Points [][]Point ;FillEnabled bool ;FillColor _eg .PdfColor ;BorderEnabled bool ;BorderColor _eg .PdfColor ;BorderWidth float64 ;}; + +// Line defines a line shape between point 1 (X1,Y1) and point 2 (X2,Y2). The line ending styles can be none (regular line), +// or arrows at either end. The line also has a specified width, color and opacity. +type Line struct{X1 float64 ;Y1 float64 ;X2 float64 ;Y2 float64 ;LineColor _eg .PdfColor ;Opacity float64 ;LineWidth float64 ;LineEndingStyle1 LineEndingStyle ;LineEndingStyle2 LineEndingStyle ;LineStyle LineStyle ;}; // BasicLine defines a line between point 1 (X1,Y1) and point 2 (X2,Y2). The line has a specified width, color and opacity. -type BasicLine struct{X1 float64 ;Y1 float64 ;X2 float64 ;Y2 float64 ;LineColor _ff .PdfColor ;Opacity float64 ;LineWidth float64 ;LineStyle LineStyle ;DashArray []int64 ;DashPhase int64 ;}; +type BasicLine struct{X1 float64 ;Y1 float64 ;X2 float64 ;Y2 float64 ;LineColor _eg .PdfColor ;Opacity float64 ;LineWidth float64 ;LineStyle LineStyle ;DashArray []int64 ;DashPhase int64 ;}; -// NewPath returns a new empty path. -func NewPath ()Path {return Path {}}; +// Draw draws the polygon and marked the content using the specified marked content id. +// A graphics state name can be specified for setting the polygon properties (e.g. setting the opacity). Otherwise leave +// empty (""). +// +// If mcid is nil, no marked content is added. +// +// Returns the content stream as a byte array and the polygon bounding box. +func (_bbc Polygon )MarkedDraw (gsName string ,mcid *int64 )([]byte ,*_eg .PdfRectangle ,error ){_fab :=_b .NewContentCreator ();if mcid !=nil {_fab .Add_BDC (*_ef .MakeName (_eg .StructureTypeFigure ),map[string ]_ef .PdfObject {"\u004d\u0043\u0049\u0044":_ef .MakeInteger (*mcid )}); +};_fab .Add_q ();_bbc .FillEnabled =_bbc .FillEnabled &&_bbc .FillColor !=nil ;if _bbc .FillEnabled {_fab .SetNonStrokingColor (_bbc .FillColor );};_bbc .BorderEnabled =_bbc .BorderEnabled &&_bbc .BorderColor !=nil ;if _bbc .BorderEnabled {_fab .SetStrokingColor (_bbc .BorderColor ); +_fab .Add_w (_bbc .BorderWidth );};if len (gsName )> 1{_fab .Add_gs (_ef .PdfObjectName (gsName ));};_af :=NewPath ();for _ ,_adg :=range _bbc .Points {for _fff ,_agc :=range _adg {_af =_af .AppendPoint (_agc );if _fff ==0{_fab .Add_m (_agc .X ,_agc .Y ); +}else {_fab .Add_l (_agc .X ,_agc .Y );};};_fab .Add_h ();};if _bbc .FillEnabled &&_bbc .BorderEnabled {_fab .Add_B ();}else if _bbc .FillEnabled {_fab .Add_f ();}else if _bbc .BorderEnabled {_fab .Add_S ();};_fab .Add_Q ();if mcid !=nil {_fab .Add_EMC (); +};return _fab .Bytes (),_af .GetBoundingBox ().ToPdfRectangle (),nil ;}; -// LineEndingStyle defines the line ending style for lines. -// The currently supported line ending styles are None, Arrow (ClosedArrow) and Butt. -type LineEndingStyle int ; +// BoundingBox represents the smallest rectangular area that encapsulates an object. +type BoundingBox struct{X float64 ;Y float64 ;Width float64 ;Height float64 ;}; -// AddVector adds vector to a point. -func (_ead Point )AddVector (v Vector )Point {_ead .X +=v .Dx ;_ead .Y +=v .Dy ;return _ead }; +// ToPdfRectangle returns the rectangle as a PDF rectangle. +func (_fe Rectangle )ToPdfRectangle ()*_eg .PdfRectangle {return &_eg .PdfRectangle {Llx :_fe .X ,Lly :_fe .Y ,Urx :_fe .X +_fe .Width ,Ury :_fe .Y +_fe .Height };}; -// Path consists of straight line connections between each point defined in an array of points. -type Path struct{Points []Point ;}; +// RemovePoint removes the point at the index specified by number from the +// path. The index is 1-based. +func (_ga Path )RemovePoint (number int )Path {if number < 1||number > len (_ga .Points ){return _ga ;};_gae :=number -1;_ga .Points =append (_ga .Points [:_gae ],_ga .Points [_gae +1:]...);return _ga ;}; // Add shifts the coordinates of the point with dx, dy and returns the result. -func (_dg Point )Add (dx ,dy float64 )Point {_dg .X +=dx ;_dg .Y +=dy ;return _dg }; - -// Copy returns a clone of the path. -func (_a Path )Copy ()Path {_fc :=Path {};_fc .Points =append (_fc .Points ,_a .Points ...);return _fc }; +func (_bed Point )Add (dx ,dy float64 )Point {_bed .X +=dx ;_bed .Y +=dy ;return _bed }; -// Offset shifts the path with the specified offsets. -func (_ec Path )Offset (offX ,offY float64 )Path {for _fcd ,_cd :=range _ec .Points {_ec .Points [_fcd ]=_cd .Add (offX ,offY );};return _ec ;}; +// NewVector returns a new vector with the direction specified by dx and dy. +func NewVector (dx ,dy float64 )Vector {_fbf :=Vector {};_fbf .Dx =dx ;_fbf .Dy =dy ;return _fbf }; -// AppendCurve appends the specified Bezier curve to the path. -func (_be CubicBezierPath )AppendCurve (curve CubicBezierCurve )CubicBezierPath {_be .Curves =append (_be .Curves ,curve );return _be ;}; +// NewVectorBetween returns a new vector with the direction specified by +// the subtraction of point a from point b (b-a). +func NewVectorBetween (a Point ,b Point )Vector {_gce :=Vector {};_gce .Dx =b .X -a .X ;_gce .Dy =b .Y -a .Y ;return _gce ;}; // ToPdfRectangle returns the bounding box as a PDF rectangle. -func (_caf BoundingBox )ToPdfRectangle ()*_ff .PdfRectangle {return &_ff .PdfRectangle {Llx :_caf .X ,Lly :_caf .Y ,Urx :_caf .X +_caf .Width ,Ury :_caf .Y +_caf .Height };}; +func (_ffa BoundingBox )ToPdfRectangle ()*_eg .PdfRectangle {return &_eg .PdfRectangle {Llx :_ffa .X ,Lly :_ffa .Y ,Urx :_ffa .X +_ffa .Width ,Ury :_ffa .Y +_ffa .Height };}; -// Draw draws the composite curve polygon and marked the content using the specified marked content id. +// Length returns the number of points in the path. +func (_fa Path )Length ()int {return len (_fa .Points )}; + +// PolyBezierCurve represents a composite curve that is the result of +// joining multiple cubic Bezier curves. +type PolyBezierCurve struct{Curves []CubicBezierCurve ;BorderWidth float64 ;BorderColor _eg .PdfColor ;FillEnabled bool ;FillColor _eg .PdfColor ;}; + +// CubicBezierCurve is defined by: +// R(t) = P0*(1-t)^3 + P1*3*t*(1-t)^2 + P2*3*t^2*(1-t) + P3*t^3 +// where P0 is the current point, P1, P2 control points and P3 the final point. +type CubicBezierCurve struct{P0 Point ;P1 Point ;P2 Point ;P3 Point ;}; + +// Draw draws the composite curve polygon. A graphics state name can be +// specified for setting the curve properties (e.g. setting the opacity). +// Otherwise leave empty (""). Returns the content stream as a byte array +// and the bounding box of the polygon. +func (_dff CurvePolygon )Draw (gsName string )([]byte ,*_eg .PdfRectangle ,error ){return _dff .MarkedDraw (gsName ,nil );}; + +// Draw draws the composite Bezier curve and marked the content using the specified marked content id. // A graphics state name can be specified for setting the curve properties (e.g. setting the opacity). // Otherwise leave empty (""). // // If mcid is nil, no marked content is added. // -// Returns the content stream as a byte array and the bounding box of the polygon. -func (_cb CurvePolygon )MarkedDraw (gsName string ,mcid *int64 )([]byte ,*_ff .PdfRectangle ,error ){_acd :=_gb .NewContentCreator ();if mcid !=nil {_acd .Add_BDC (*_gc .MakeName (_ff .StructureTypeFigure ),map[string ]_gc .PdfObject {"\u004d\u0043\u0049\u0044":_gc .MakeInteger (*mcid )}); -};_acd .Add_q ();_cb .FillEnabled =_cb .FillEnabled &&_cb .FillColor !=nil ;if _cb .FillEnabled {_acd .SetNonStrokingColor (_cb .FillColor );};_cb .BorderEnabled =_cb .BorderEnabled &&_cb .BorderColor !=nil ;if _cb .BorderEnabled {_acd .SetStrokingColor (_cb .BorderColor ); -_acd .Add_w (_cb .BorderWidth );};if len (gsName )> 1{_acd .Add_gs (_gc .PdfObjectName (gsName ));};_ede :=NewCubicBezierPath ();for _ ,_gcg :=range _cb .Rings {for _ae ,_gdf :=range _gcg {if _ae ==0{_acd .Add_m (_gdf .P0 .X ,_gdf .P0 .Y );}else {_acd .Add_l (_gdf .P0 .X ,_gdf .P0 .Y ); -};_acd .Add_c (_gdf .P1 .X ,_gdf .P1 .Y ,_gdf .P2 .X ,_gdf .P2 .Y ,_gdf .P3 .X ,_gdf .P3 .Y );_ede =_ede .AppendCurve (_gdf );};_acd .Add_h ();};if _cb .FillEnabled &&_cb .BorderEnabled {_acd .Add_B ();}else if _cb .FillEnabled {_acd .Add_f ();}else if _cb .BorderEnabled {_acd .Add_S (); -};_acd .Add_Q ();if mcid !=nil {_acd .Add_EMC ();};return _acd .Bytes (),_ede .GetBoundingBox ().ToPdfRectangle (),nil ;}; +// Returns the content stream as a byte array and the curve bounding box. +func (_ddd PolyBezierCurve )MarkedDraw (gsName string ,mcid *int64 )([]byte ,*_eg .PdfRectangle ,error ){if _ddd .BorderColor ==nil {_ddd .BorderColor =_eg .NewPdfColorDeviceRGB (0,0,0);};_efba :=NewCubicBezierPath ();for _ ,_cbd :=range _ddd .Curves {_efba =_efba .AppendCurve (_cbd ); +};_beb :=_b .NewContentCreator ();if mcid !=nil {_beb .Add_BDC (*_ef .MakeName (_eg .StructureTypeFigure ),map[string ]_ef .PdfObject {"\u004d\u0043\u0049\u0044":_ef .MakeInteger (*mcid )});};_beb .Add_q ();_ddd .FillEnabled =_ddd .FillEnabled &&_ddd .FillColor !=nil ; +if _ddd .FillEnabled {_beb .SetNonStrokingColor (_ddd .FillColor );};_beb .SetStrokingColor (_ddd .BorderColor );_beb .Add_w (_ddd .BorderWidth );if len (gsName )> 1{_beb .Add_gs (_ef .PdfObjectName (gsName ));};for _ec ,_acf :=range _efba .Curves {if _ec ==0{_beb .Add_m (_acf .P0 .X ,_acf .P0 .Y ); +}else {_beb .Add_l (_acf .P0 .X ,_acf .P0 .Y );};_beb .Add_c (_acf .P1 .X ,_acf .P1 .Y ,_acf .P2 .X ,_acf .P2 .Y ,_acf .P3 .X ,_acf .P3 .Y );};if _ddd .FillEnabled {_beb .Add_h ();_beb .Add_B ();}else {_beb .Add_S ();};_beb .Add_Q ();if mcid !=nil {_beb .Add_EMC (); +};return _beb .Bytes (),_efba .GetBoundingBox ().ToPdfRectangle (),nil ;}; + +// DrawBezierPathWithCreator makes the bezier path with the content creator. +// Adds the PDF commands to draw the path to the creator instance. +func DrawBezierPathWithCreator (bpath CubicBezierPath ,creator *_b .ContentCreator ){for _bfa ,_bge :=range bpath .Curves {if _bfa ==0{creator .Add_m (_bge .P0 .X ,_bge .P0 .Y );};creator .Add_c (_bge .P1 .X ,_bge .P1 .Y ,_bge .P2 .X ,_bge .P2 .Y ,_bge .P3 .X ,_bge .P3 .Y ); +};}; // NewCubicBezierCurve returns a new cubic Bezier curve. func NewCubicBezierCurve (x0 ,y0 ,x1 ,y1 ,x2 ,y2 ,x3 ,y3 float64 )CubicBezierCurve {_d :=CubicBezierCurve {};_d .P0 =NewPoint (x0 ,y0 );_d .P1 =NewPoint (x1 ,y1 );_d .P2 =NewPoint (x2 ,y2 );_d .P3 =NewPoint (x3 ,y3 );return _d ;}; -// Draw draws the rectangle and marked the content using the specified marked content id. -// A graphics state can be specified for setting additional properties (e.g. opacity). -// Otherwise pass an empty string for the `gsName` parameter. -// -// If `mcid` is nil, no marked content is added. -// -// The method returns the content stream as a byte array and the bounding box of the shape. -func (_ddg Rectangle )MarkedDraw (gsName string ,mcid *int64 )([]byte ,*_ff .PdfRectangle ,error ){_dgd :=_gb .NewContentCreator ();if mcid !=nil {_dgd .Add_BDC (*_gc .MakeName (_ff .StructureTypeFigure ),map[string ]_gc .PdfObject {"\u004d\u0043\u0049\u0044":_gc .MakeInteger (*mcid )}); -};_dgd .Add_q ();if _ddg .FillEnabled {_dgd .SetNonStrokingColor (_ddg .FillColor );};if _ddg .BorderEnabled {_dgd .SetStrokingColor (_ddg .BorderColor );_dgd .Add_w (_ddg .BorderWidth );};if len (gsName )> 1{_dgd .Add_gs (_gc .PdfObjectName (gsName )); -};var (_gcbf ,_cedc =_ddg .X ,_ddg .Y ;_aeg ,_cab =_ddg .Width ,_ddg .Height ;_fde =_g .Abs (_ddg .BorderRadiusTopLeft );_dda =_g .Abs (_ddg .BorderRadiusTopRight );_fbaf =_g .Abs (_ddg .BorderRadiusBottomLeft );_caa =_g .Abs (_ddg .BorderRadiusBottomRight ); -_bce =0.4477;);_aea :=Path {Points :[]Point {{X :_gcbf +_aeg -_caa ,Y :_cedc },{X :_gcbf +_aeg ,Y :_cedc +_cab -_dda },{X :_gcbf +_fde ,Y :_cedc +_cab },{X :_gcbf ,Y :_cedc +_fbaf }}};_fcde :=[][7]float64 {{_caa ,_gcbf +_aeg -_caa *_bce ,_cedc ,_gcbf +_aeg ,_cedc +_caa *_bce ,_gcbf +_aeg ,_cedc +_caa },{_dda ,_gcbf +_aeg ,_cedc +_cab -_dda *_bce ,_gcbf +_aeg -_dda *_bce ,_cedc +_cab ,_gcbf +_aeg -_dda ,_cedc +_cab },{_fde ,_gcbf +_fde *_bce ,_cedc +_cab ,_gcbf ,_cedc +_cab -_fde *_bce ,_gcbf ,_cedc +_cab -_fde },{_fbaf ,_gcbf ,_cedc +_fbaf *_bce ,_gcbf +_fbaf *_bce ,_cedc ,_gcbf +_fbaf ,_cedc }}; -_dgd .Add_m (_gcbf +_fbaf ,_cedc );for _ad :=0;_ad < 4;_ad ++{_fcc :=_aea .Points [_ad ];_dgd .Add_l (_fcc .X ,_fcc .Y );_bgf :=_fcde [_ad ];if _eef :=_bgf [0];_eef !=0{_dgd .Add_c (_bgf [1],_bgf [2],_bgf [3],_bgf [4],_bgf [5],_bgf [6]);};};_dgd .Add_h (); -if _ddg .FillEnabled &&_ddg .BorderEnabled {_dgd .Add_B ();}else if _ddg .FillEnabled {_dgd .Add_f ();}else if _ddg .BorderEnabled {_dgd .Add_S ();};_dgd .Add_Q ();if mcid !=nil {_dgd .Add_EMC ();};return _dgd .Bytes (),_aea .GetBoundingBox ().ToPdfRectangle (),nil ; -}; - -// Draw draws the line to PDF contentstream. Generates the content stream which can be used in page contents or -// appearance stream of annotation. Returns the stream content, XForm bounding box (local), bounding box and an error -// if one occurred. -func (_cdb Line )Draw (gsName string )([]byte ,*_ff .PdfRectangle ,error ){_agg ,_ggcc :=_cdb .X1 ,_cdb .X2 ;_ggcf ,_bde :=_cdb .Y1 ,_cdb .Y2 ;_dcbb :=_bde -_ggcf ;_cgc :=_ggcc -_agg ;_eeb :=_g .Atan2 (_dcbb ,_cgc );L :=_g .Sqrt (_g .Pow (_cgc ,2.0)+_g .Pow (_dcbb ,2.0)); -_ge :=_cdb .LineWidth ;_cbf :=_g .Pi ;_db :=1.0;if _cgc < 0{_db *=-1.0;};if _dcbb < 0{_db *=-1.0;};VsX :=_db *(-_ge /2*_g .Cos (_eeb +_cbf /2));VsY :=_db *(-_ge /2*_g .Sin (_eeb +_cbf /2)+_ge *_g .Sin (_eeb +_cbf /2));V1X :=VsX +_ge /2*_g .Cos (_eeb +_cbf /2); -V1Y :=VsY +_ge /2*_g .Sin (_eeb +_cbf /2);V2X :=VsX +_ge /2*_g .Cos (_eeb +_cbf /2)+L *_g .Cos (_eeb );V2Y :=VsY +_ge /2*_g .Sin (_eeb +_cbf /2)+L *_g .Sin (_eeb );V3X :=VsX +_ge /2*_g .Cos (_eeb +_cbf /2)+L *_g .Cos (_eeb )+_ge *_g .Cos (_eeb -_cbf /2); -V3Y :=VsY +_ge /2*_g .Sin (_eeb +_cbf /2)+L *_g .Sin (_eeb )+_ge *_g .Sin (_eeb -_cbf /2);V4X :=VsX +_ge /2*_g .Cos (_eeb -_cbf /2);V4Y :=VsY +_ge /2*_g .Sin (_eeb -_cbf /2);_cda :=NewPath ();_cda =_cda .AppendPoint (NewPoint (V1X ,V1Y ));_cda =_cda .AppendPoint (NewPoint (V2X ,V2Y )); -_cda =_cda .AppendPoint (NewPoint (V3X ,V3Y ));_cda =_cda .AppendPoint (NewPoint (V4X ,V4Y ));_fcb :=_cdb .LineEndingStyle1 ;_eae :=_cdb .LineEndingStyle2 ;_geb :=3*_ge ;_eebe :=3*_ge ;_ebf :=(_eebe -_ge )/2;if _eae ==LineEndingStyleArrow {_ace :=_cda .GetPointNumber (2); -_eee :=NewVectorPolar (_geb ,_eeb +_cbf );_daa :=_ace .AddVector (_eee );_bb :=NewVectorPolar (_eebe /2,_eeb +_cbf /2);_daf :=NewVectorPolar (_geb ,_eeb );_dac :=NewVectorPolar (_ebf ,_eeb +_cbf /2);_eefc :=_daa .AddVector (_dac );_dgdc :=_daf .Add (_bb .Flip ()); -_cge :=_eefc .AddVector (_dgdc );_gba :=_bb .Scale (2).Flip ().Add (_dgdc .Flip ());_cfd :=_cge .AddVector (_gba );_gfd :=_daa .AddVector (NewVectorPolar (_ge ,_eeb -_cbf /2));_ecd :=NewPath ();_ecd =_ecd .AppendPoint (_cda .GetPointNumber (1));_ecd =_ecd .AppendPoint (_daa ); -_ecd =_ecd .AppendPoint (_eefc );_ecd =_ecd .AppendPoint (_cge );_ecd =_ecd .AppendPoint (_cfd );_ecd =_ecd .AppendPoint (_gfd );_ecd =_ecd .AppendPoint (_cda .GetPointNumber (4));_cda =_ecd ;};if _fcb ==LineEndingStyleArrow {_gbb :=_cda .GetPointNumber (1); -_ggd :=_cda .GetPointNumber (_cda .Length ());_af :=NewVectorPolar (_ge /2,_eeb +_cbf +_cbf /2);_dcfb :=_gbb .AddVector (_af );_cc :=NewVectorPolar (_geb ,_eeb ).Add (NewVectorPolar (_eebe /2,_eeb +_cbf /2));_bda :=_dcfb .AddVector (_cc );_aa :=NewVectorPolar (_ebf ,_eeb -_cbf /2); -_fbc :=_bda .AddVector (_aa );_ddb :=NewVectorPolar (_geb ,_eeb );_ggb :=_ggd .AddVector (_ddb );_edb :=NewVectorPolar (_ebf ,_eeb +_cbf +_cbf /2);_bedf :=_ggb .AddVector (_edb );_bea :=_dcfb ;_gdd :=NewPath ();_gdd =_gdd .AppendPoint (_dcfb );_gdd =_gdd .AppendPoint (_bda ); -_gdd =_gdd .AppendPoint (_fbc );for _ ,_cbb :=range _cda .Points [1:len (_cda .Points )-1]{_gdd =_gdd .AppendPoint (_cbb );};_gdd =_gdd .AppendPoint (_ggb );_gdd =_gdd .AppendPoint (_bedf );_gdd =_gdd .AppendPoint (_bea );_cda =_gdd ;};_fgf :=_gb .NewContentCreator (); -_fgf .Add_q ().SetNonStrokingColor (_cdb .LineColor );if len (gsName )> 1{_fgf .Add_gs (_gc .PdfObjectName (gsName ));};_cda =_cda .Offset (_cdb .X1 ,_cdb .Y1 );_dce :=_cda .GetBoundingBox ();DrawPathWithCreator (_cda ,_fgf );if _cdb .LineStyle ==LineStyleDashed {_fgf .Add_d ([]int64 {1,1},0).Add_S ().Add_f ().Add_Q (); -}else {_fgf .Add_f ().Add_Q ();};return _fgf .Bytes (),_dce .ToPdfRectangle (),nil ;}; +// CurvePolygon is a multi-point shape with rings containing curves that can be +// drawn to a PDF content stream. +type CurvePolygon struct{Rings [][]CubicBezierCurve ;FillEnabled bool ;FillColor _eg .PdfColor ;BorderEnabled bool ;BorderColor _eg .PdfColor ;BorderWidth float64 ;}; // Draw draws the rectangle. A graphics state can be specified for // setting additional properties (e.g. opacity). Otherwise pass an empty string // for the `gsName` parameter. The method returns the content stream as a byte // array and the bounding box of the shape. -func (_ee Rectangle )Draw (gsName string )([]byte ,*_ff .PdfRectangle ,error ){return _ee .MarkedDraw (gsName ,nil );}; +func (_fag Rectangle )Draw (gsName string )([]byte ,*_eg .PdfRectangle ,error ){return _fag .MarkedDraw (gsName ,nil );}; -// NewPoint returns a new point with the coordinates x, y. -func NewPoint (x ,y float64 )Point {return Point {X :x ,Y :y }}; +// FlipX flips the sign of the Dx component of the vector. +func (_afc Vector )FlipX ()Vector {_afc .Dx =-_afc .Dx ;return _afc }; -// NewCubicBezierPath returns a new empty cubic Bezier path. -func NewCubicBezierPath ()CubicBezierPath {_cae :=CubicBezierPath {};_cae .Curves =[]CubicBezierCurve {};return _cae ;}; +// Draw draws the basic line to PDF. Generates the content stream which can be used in page contents or appearance +// stream of annotation. Returns the stream content, XForm bounding box (local), bounding box and an error if +// one occurred. +func (_abb BasicLine )Draw (gsName string )([]byte ,*_eg .PdfRectangle ,error ){return _abb .MarkedDraw (gsName ,nil );}; -// Rotate returns a new Point at `p` rotated by `theta` degrees. -func (_eab Point )Rotate (theta float64 )Point {_ecb :=_c .NewPoint (_eab .X ,_eab .Y ).Rotate (theta );return NewPoint (_ecb .X ,_ecb .Y );}; +// LineEndingStyle defines the line ending style for lines. +// The currently supported line ending styles are None, Arrow (ClosedArrow) and Butt. +type LineEndingStyle int ; -// Draw draws the circle. Can specify a graphics state (gsName) for setting opacity etc. Otherwise leave empty (""). -// Returns the content stream as a byte array, the bounding box and an error on failure. -func (_da Circle )Draw (gsName string )([]byte ,*_ff .PdfRectangle ,error ){return _da .MarkedDraw (gsName ,nil );}; +// AddOffsetXY adds X,Y offset to all points on a curve. +func (_f CubicBezierCurve )AddOffsetXY (offX ,offY float64 )CubicBezierCurve {_f .P0 .X +=offX ;_f .P1 .X +=offX ;_f .P2 .X +=offX ;_f .P3 .X +=offX ;_f .P0 .Y +=offY ;_f .P1 .Y +=offY ;_f .P2 .Y +=offY ;_f .P3 .Y +=offY ;return _f ;}; -// GetPointNumber returns the path point at the index specified by number. -// The index is 1-based. -func (_ef Path )GetPointNumber (number int )Point {if number < 1||number > len (_ef .Points ){return Point {};};return _ef .Points [number -1];}; +// Circle represents a circle shape with fill and border properties that can be drawn to a PDF content stream. +type Circle struct{X float64 ;Y float64 ;Width float64 ;Height float64 ;FillEnabled bool ;FillColor _eg .PdfColor ;BorderEnabled bool ;BorderWidth float64 ;BorderColor _eg .PdfColor ;Opacity float64 ;}; + +// AddVector adds vector to a point. +func (_adb Point )AddVector (v Vector )Point {_adb .X +=v .Dx ;_adb .Y +=v .Dy ;return _adb }; + +// NewVectorPolar returns a new vector calculated from the specified +// magnitude and angle. +func NewVectorPolar (length float64 ,theta float64 )Vector {_cg :=Vector {};_cg .Dx =length *_c .Cos (theta );_cg .Dy =length *_c .Sin (theta );return _cg ;}; + +// LineStyle refers to how the line will be created. +type LineStyle int ;const (LineStyleSolid LineStyle =0;LineStyleDashed LineStyle =1;); + +// Draw draws the polygon. A graphics state name can be specified for +// setting the polygon properties (e.g. setting the opacity). Otherwise leave +// empty (""). Returns the content stream as a byte array and the polygon +// bounding box. +func (_bee Polygon )Draw (gsName string )([]byte ,*_eg .PdfRectangle ,error ){return _bee .MarkedDraw (gsName ,nil );}; + +// Vector represents a two-dimensional vector. +type Vector struct{Dx float64 ;Dy float64 ;}; // Draw draws the circle and marked the content using the specified marked content id. // Can specify a graphics state (gsName) for setting opacity etc. Otherwise leave empty (""). @@ -138,92 +201,89 @@ func (_ef Path )GetPointNumber (number int )Point {if number < 1||number > len ( // If mcid is nil, no marked content is added. // // Returns the content stream as a byte array, the bounding box and an error on failure. -func (_deg Circle )MarkedDraw (gsName string ,mcid *int64 )([]byte ,*_ff .PdfRectangle ,error ){_dcf :=_deg .Width /2;_dgg :=_deg .Height /2;if _deg .BorderEnabled {_dcf -=_deg .BorderWidth /2;_dgg -=_deg .BorderWidth /2;};_fd :=0.551784;_bdc :=_dcf *_fd ; -_cde :=_dgg *_fd ;_gcb :=NewCubicBezierPath ();_gcb =_gcb .AppendCurve (NewCubicBezierCurve (-_dcf ,0,-_dcf ,_cde ,-_bdc ,_dgg ,0,_dgg ));_gcb =_gcb .AppendCurve (NewCubicBezierCurve (0,_dgg ,_bdc ,_dgg ,_dcf ,_cde ,_dcf ,0));_gcb =_gcb .AppendCurve (NewCubicBezierCurve (_dcf ,0,_dcf ,-_cde ,_bdc ,-_dgg ,0,-_dgg )); -_gcb =_gcb .AppendCurve (NewCubicBezierCurve (0,-_dgg ,-_bdc ,-_dgg ,-_dcf ,-_cde ,-_dcf ,0));_gcb =_gcb .Offset (_dcf ,_dgg );if _deg .BorderEnabled {_gcb =_gcb .Offset (_deg .BorderWidth /2,_deg .BorderWidth /2);};if _deg .X !=0||_deg .Y !=0{_gcb =_gcb .Offset (_deg .X ,_deg .Y ); -};_dd :=_gb .NewContentCreator ();if mcid !=nil {_dd .Add_BDC (*_gc .MakeName (_ff .StructureTypeFigure ),map[string ]_gc .PdfObject {"\u004d\u0043\u0049\u0044":_gc .MakeInteger (*mcid )});};_dd .Add_q ();if _deg .FillEnabled {_dd .SetNonStrokingColor (_deg .FillColor ); -};if _deg .BorderEnabled {_dd .SetStrokingColor (_deg .BorderColor );_dd .Add_w (_deg .BorderWidth );};if len (gsName )> 1{_dd .Add_gs (_gc .PdfObjectName (gsName ));};DrawBezierPathWithCreator (_gcb ,_dd );_dd .Add_h ();if _deg .FillEnabled &&_deg .BorderEnabled {_dd .Add_B (); -}else if _deg .FillEnabled {_dd .Add_f ();}else if _deg .BorderEnabled {_dd .Add_S ();};_dd .Add_Q ();if mcid !=nil {_dd .Add_EMC ();};_dde :=_gcb .GetBoundingBox ();if _deg .BorderEnabled {_dde .Height +=_deg .BorderWidth ;_dde .Width +=_deg .BorderWidth ; -_dde .X -=_deg .BorderWidth /2;_dde .Y -=_deg .BorderWidth /2;};return _dd .Bytes (),_dde .ToPdfRectangle (),nil ;};const (LineStyleSolid LineStyle =0;LineStyleDashed LineStyle =1;); +func (_gdf Circle )MarkedDraw (gsName string ,mcid *int64 )([]byte ,*_eg .PdfRectangle ,error ){_fgd :=_gdf .Width /2;_gfe :=_gdf .Height /2;if _gdf .BorderEnabled {_fgd -=_gdf .BorderWidth /2;_gfe -=_gdf .BorderWidth /2;};_bfd :=0.551784;_cb :=_fgd *_bfd ; +_dfc :=_gfe *_bfd ;_ba :=NewCubicBezierPath ();_ba =_ba .AppendCurve (NewCubicBezierCurve (-_fgd ,0,-_fgd ,_dfc ,-_cb ,_gfe ,0,_gfe ));_ba =_ba .AppendCurve (NewCubicBezierCurve (0,_gfe ,_cb ,_gfe ,_fgd ,_dfc ,_fgd ,0));_ba =_ba .AppendCurve (NewCubicBezierCurve (_fgd ,0,_fgd ,-_dfc ,_cb ,-_gfe ,0,-_gfe )); +_ba =_ba .AppendCurve (NewCubicBezierCurve (0,-_gfe ,-_cb ,-_gfe ,-_fgd ,-_dfc ,-_fgd ,0));_ba =_ba .Offset (_fgd ,_gfe );if _gdf .BorderEnabled {_ba =_ba .Offset (_gdf .BorderWidth /2,_gdf .BorderWidth /2);};if _gdf .X !=0||_gdf .Y !=0{_ba =_ba .Offset (_gdf .X ,_gdf .Y ); +};_dd :=_b .NewContentCreator ();if mcid !=nil {_dd .Add_BDC (*_ef .MakeName (_eg .StructureTypeFigure ),map[string ]_ef .PdfObject {"\u004d\u0043\u0049\u0044":_ef .MakeInteger (*mcid )});};_dd .Add_q ();if _gdf .FillEnabled {_dd .SetNonStrokingColor (_gdf .FillColor ); +};if _gdf .BorderEnabled {_dd .SetStrokingColor (_gdf .BorderColor );_dd .Add_w (_gdf .BorderWidth );};if len (gsName )> 1{_dd .Add_gs (_ef .PdfObjectName (gsName ));};DrawBezierPathWithCreator (_ba ,_dd );_dd .Add_h ();if _gdf .FillEnabled &&_gdf .BorderEnabled {_dd .Add_B (); +}else if _gdf .FillEnabled {_dd .Add_f ();}else if _gdf .BorderEnabled {_dd .Add_S ();};_dd .Add_Q ();if mcid !=nil {_dd .Add_EMC ();};_bdc :=_ba .GetBoundingBox ();if _gdf .BorderEnabled {_bdc .Height +=_gdf .BorderWidth ;_bdc .Width +=_gdf .BorderWidth ; +_bdc .X -=_gdf .BorderWidth /2;_bdc .Y -=_gdf .BorderWidth /2;};return _dd .Bytes (),_bdc .ToPdfRectangle (),nil ;}; + +// Offset shifts the path with the specified offsets. +func (_bdg Path )Offset (offX ,offY float64 )Path {for _fc ,_ad :=range _bdg .Points {_bdg .Points [_fc ]=_ad .Add (offX ,offY );};return _bdg ;}; // DrawPathWithCreator makes the path with the content creator. // Adds the PDF commands to draw the path to the creator instance. -func DrawPathWithCreator (path Path ,creator *_gb .ContentCreator ){for _cdg ,_cafb :=range path .Points {if _cdg ==0{creator .Add_m (_cafb .X ,_cafb .Y );}else {creator .Add_l (_cafb .X ,_cafb .Y );};};}; +func DrawPathWithCreator (path Path ,creator *_b .ContentCreator ){for _fdd ,_bafd :=range path .Points {if _fdd ==0{creator .Add_m (_bafd .X ,_bafd .Y );}else {creator .Add_l (_bafd .X ,_bafd .Y );};};}; -// Draw draws the basic line to PDF and marked the content using the specified marked content id. -// Generates the content stream which can be used in page contents or appearance stream of annotation. -// -// If mcid is nil, no marked content is added. -// -// Returns the stream content, XForm bounding box (local), bounding box and an error if one occurred. -func (_dfd BasicLine )MarkedDraw (gsName string ,mcid *int64 )([]byte ,*_ff .PdfRectangle ,error ){_efc :=NewPath ();_efc =_efc .AppendPoint (NewPoint (_dfd .X1 ,_dfd .Y1 ));_efc =_efc .AppendPoint (NewPoint (_dfd .X2 ,_dfd .Y2 ));_abb :=_gb .NewContentCreator (); -if mcid !=nil {_abb .Add_BDC (*_gc .MakeName (_ff .StructureTypeFigure ),map[string ]_gc .PdfObject {"\u004d\u0043\u0049\u0044":_gc .MakeInteger (*mcid )});};_abb .Add_q ().Add_w (_dfd .LineWidth ).SetStrokingColor (_dfd .LineColor );if _dfd .LineStyle ==LineStyleDashed {if _dfd .DashArray ==nil {_dfd .DashArray =[]int64 {1,1}; -};_abb .Add_d (_dfd .DashArray ,_dfd .DashPhase );};if len (gsName )> 1{_abb .Add_gs (_gc .PdfObjectName (gsName ));};DrawPathWithCreator (_efc ,_abb );_abb .Add_S ().Add_Q ();if mcid !=nil {_abb .Add_EMC ();};return _abb .Bytes (),_efc .GetBoundingBox ().ToPdfRectangle (),nil ; -}; - -// AddOffsetXY adds X,Y offset to all points on a curve. -func (_ce CubicBezierCurve )AddOffsetXY (offX ,offY float64 )CubicBezierCurve {_ce .P0 .X +=offX ;_ce .P1 .X +=offX ;_ce .P2 .X +=offX ;_ce .P3 .X +=offX ;_ce .P0 .Y +=offY ;_ce .P1 .Y +=offY ;_ce .P2 .Y +=offY ;_ce .P3 .Y +=offY ;return _ce ;}; - -// PolyBezierCurve represents a composite curve that is the result of -// joining multiple cubic Bezier curves. -type PolyBezierCurve struct{Curves []CubicBezierCurve ;BorderWidth float64 ;BorderColor _ff .PdfColor ;FillEnabled bool ;FillColor _ff .PdfColor ;}; - -// Point represents a two-dimensional point. -type Point struct{X float64 ;Y float64 ;}; +// NewPath returns a new empty path. +func NewPath ()Path {return Path {}}; -// CubicBezierPath represents a collection of cubic Bezier curves. -type CubicBezierPath struct{Curves []CubicBezierCurve ;};func (_efe Point )String ()string {return _f .Sprintf ("(\u0025\u002e\u0031\u0066\u002c\u0025\u002e\u0031\u0066\u0029",_efe .X ,_efe .Y );}; +// GetBoundingBox returns the bounding box of the Bezier path. +func (_gf CubicBezierPath )GetBoundingBox ()Rectangle {_acc :=Rectangle {};_bb :=0.0;_gc :=0.0;_df :=0.0;_fg :=0.0;for _dc ,_ff :=range _gf .Curves {_egf :=_ff .GetBounds ();if _dc ==0{_bb =_egf .Llx ;_gc =_egf .Urx ;_df =_egf .Lly ;_fg =_egf .Ury ;continue ; +};if _egf .Llx < _bb {_bb =_egf .Llx ;};if _egf .Urx > _gc {_gc =_egf .Urx ;};if _egf .Lly < _df {_df =_egf .Lly ;};if _egf .Ury > _fg {_fg =_egf .Ury ;};};_acc .X =_bb ;_acc .Y =_df ;_acc .Width =_gc -_bb ;_acc .Height =_fg -_df ;return _acc ;}; -// ToPdfRectangle returns the rectangle as a PDF rectangle. -func (_bgb Rectangle )ToPdfRectangle ()*_ff .PdfRectangle {return &_ff .PdfRectangle {Llx :_bgb .X ,Lly :_bgb .Y ,Urx :_bgb .X +_bgb .Width ,Ury :_bgb .Y +_bgb .Height };}; +// Copy returns a clone of the path. +func (_gd Path )Copy ()Path {_ab :=Path {};_ab .Points =append (_ab .Points ,_gd .Points ...);return _ab ;}; -// Vector represents a two-dimensional vector. -type Vector struct{Dx float64 ;Dy float64 ;}; +// Add adds the specified vector to the current one and returns the result. +func (_dfg Vector )Add (other Vector )Vector {_dfg .Dx +=other .Dx ;_dfg .Dy +=other .Dy ;return _dfg }; -// Scale scales the vector by the specified factor. -func (_bdf Vector )Scale (factor float64 )Vector {_bccf :=_bdf .Magnitude ();_bca :=_bdf .GetPolarAngle ();_bdf .Dx =factor *_bccf *_g .Cos (_bca );_bdf .Dy =factor *_bccf *_g .Sin (_bca );return _bdf ;}; +// Path consists of straight line connections between each point defined in an array of points. +type Path struct{Points []Point ;}; -// GetPolarAngle returns the angle the magnitude of the vector forms with the -// positive X-axis going counterclockwise. -func (_ffa Vector )GetPolarAngle ()float64 {return _g .Atan2 (_ffa .Dy ,_ffa .Dx )}; +// Draw draws the line to PDF contentstream. Generates the content stream which can be used in page contents or +// appearance stream of annotation. Returns the stream content, XForm bounding box (local), bounding box and an error +// if one occurred. +func (_baf Line )Draw (gsName string )([]byte ,*_eg .PdfRectangle ,error ){_fdcf ,_aec :=_baf .X1 ,_baf .X2 ;_egd ,_gb :=_baf .Y1 ,_baf .Y2 ;_ggd :=_gb -_egd ;_ffd :=_aec -_fdcf ;_edd :=_c .Atan2 (_ggd ,_ffd );L :=_c .Sqrt (_c .Pow (_ffd ,2.0)+_c .Pow (_ggd ,2.0)); +_gdfa :=_baf .LineWidth ;_ede :=_c .Pi ;_gcf :=1.0;if _ffd < 0{_gcf *=-1.0;};if _ggd < 0{_gcf *=-1.0;};VsX :=_gcf *(-_gdfa /2*_c .Cos (_edd +_ede /2));VsY :=_gcf *(-_gdfa /2*_c .Sin (_edd +_ede /2)+_gdfa *_c .Sin (_edd +_ede /2));V1X :=VsX +_gdfa /2*_c .Cos (_edd +_ede /2); +V1Y :=VsY +_gdfa /2*_c .Sin (_edd +_ede /2);V2X :=VsX +_gdfa /2*_c .Cos (_edd +_ede /2)+L *_c .Cos (_edd );V2Y :=VsY +_gdfa /2*_c .Sin (_edd +_ede /2)+L *_c .Sin (_edd );V3X :=VsX +_gdfa /2*_c .Cos (_edd +_ede /2)+L *_c .Cos (_edd )+_gdfa *_c .Cos (_edd -_ede /2); +V3Y :=VsY +_gdfa /2*_c .Sin (_edd +_ede /2)+L *_c .Sin (_edd )+_gdfa *_c .Sin (_edd -_ede /2);V4X :=VsX +_gdfa /2*_c .Cos (_edd -_ede /2);V4Y :=VsY +_gdfa /2*_c .Sin (_edd -_ede /2);_bae :=NewPath ();_bae =_bae .AppendPoint (NewPoint (V1X ,V1Y ));_bae =_bae .AppendPoint (NewPoint (V2X ,V2Y )); +_bae =_bae .AppendPoint (NewPoint (V3X ,V3Y ));_bae =_bae .AppendPoint (NewPoint (V4X ,V4Y ));_cff :=_baf .LineEndingStyle1 ;_edf :=_baf .LineEndingStyle2 ;_ggc :=3*_gdfa ;_eba :=3*_gdfa ;_fcd :=(_eba -_gdfa )/2;if _edf ==LineEndingStyleArrow {_afd :=_bae .GetPointNumber (2); +_acg :=NewVectorPolar (_ggc ,_edd +_ede );_bdgf :=_afd .AddVector (_acg );_ee :=NewVectorPolar (_eba /2,_edd +_ede /2);_bea :=NewVectorPolar (_ggc ,_edd );_bgd :=NewVectorPolar (_fcd ,_edd +_ede /2);_gfg :=_bdgf .AddVector (_bgd );_fec :=_bea .Add (_ee .Flip ()); +_abf :=_gfg .AddVector (_fec );_cab :=_ee .Scale (2).Flip ().Add (_fec .Flip ());_ffc :=_abf .AddVector (_cab );_ea :=_bdgf .AddVector (NewVectorPolar (_gdfa ,_edd -_ede /2));_bga :=NewPath ();_bga =_bga .AppendPoint (_bae .GetPointNumber (1));_bga =_bga .AppendPoint (_bdgf ); +_bga =_bga .AppendPoint (_gfg );_bga =_bga .AppendPoint (_abf );_bga =_bga .AppendPoint (_ffc );_bga =_bga .AppendPoint (_ea );_bga =_bga .AppendPoint (_bae .GetPointNumber (4));_bae =_bga ;};if _cff ==LineEndingStyleArrow {_dbb :=_bae .GetPointNumber (1); +_cda :=_bae .GetPointNumber (_bae .Length ());_edc :=NewVectorPolar (_gdfa /2,_edd +_ede +_ede /2);_fgb :=_dbb .AddVector (_edc );_bgag :=NewVectorPolar (_ggc ,_edd ).Add (NewVectorPolar (_eba /2,_edd +_ede /2));_beef :=_fgb .AddVector (_bgag );_cea :=NewVectorPolar (_fcd ,_edd -_ede /2); +_ged :=_beef .AddVector (_cea );_dgc :=NewVectorPolar (_ggc ,_edd );_abe :=_cda .AddVector (_dgc );_bef :=NewVectorPolar (_fcd ,_edd +_ede +_ede /2);_bgda :=_abe .AddVector (_bef );_bdb :=_fgb ;_cbe :=NewPath ();_cbe =_cbe .AppendPoint (_fgb );_cbe =_cbe .AppendPoint (_beef ); +_cbe =_cbe .AppendPoint (_ged );for _ ,_aa :=range _bae .Points [1:len (_bae .Points )-1]{_cbe =_cbe .AppendPoint (_aa );};_cbe =_cbe .AppendPoint (_abe );_cbe =_cbe .AppendPoint (_bgda );_cbe =_cbe .AppendPoint (_bdb );_bae =_cbe ;};_ddc :=_b .NewContentCreator (); +_ddc .Add_q ().SetNonStrokingColor (_baf .LineColor );if len (gsName )> 1{_ddc .Add_gs (_ef .PdfObjectName (gsName ));};_bae =_bae .Offset (_baf .X1 ,_baf .Y1 );_ccd :=_bae .GetBoundingBox ();DrawPathWithCreator (_bae ,_ddc );if _baf .LineStyle ==LineStyleDashed {_ddc .Add_d ([]int64 {1,1},0).Add_S ().Add_f ().Add_Q (); +}else {_ddc .Add_f ().Add_Q ();};return _ddc .Bytes (),_ccd .ToPdfRectangle (),nil ;}; -// Magnitude returns the magnitude of the vector. -func (_bff Vector )Magnitude ()float64 {return _g .Sqrt (_g .Pow (_bff .Dx ,2.0)+_g .Pow (_bff .Dy ,2.0))}; +// Polyline defines a slice of points that are connected as straight lines. +type Polyline struct{Points []Point ;LineColor _eg .PdfColor ;LineWidth float64 ;}; -// Draw draws the basic line to PDF. Generates the content stream which can be used in page contents or appearance -// stream of annotation. Returns the stream content, XForm bounding box (local), bounding box and an error if -// one occurred. -func (_faf BasicLine )Draw (gsName string )([]byte ,*_ff .PdfRectangle ,error ){return _faf .MarkedDraw (gsName ,nil );}; +// CubicBezierPath represents a collection of cubic Bezier curves. +type CubicBezierPath struct{Curves []CubicBezierCurve ;}; -// Draw draws the polygon and marked the content using the specified marked content id. -// A graphics state name can be specified for setting the polygon properties (e.g. setting the opacity). Otherwise leave -// empty (""). +// Draw draws the basic line to PDF and marked the content using the specified marked content id. +// Generates the content stream which can be used in page contents or appearance stream of annotation. // // If mcid is nil, no marked content is added. // -// Returns the content stream as a byte array and the polygon bounding box. -func (_bg Polygon )MarkedDraw (gsName string ,mcid *int64 )([]byte ,*_ff .PdfRectangle ,error ){_gd :=_gb .NewContentCreator ();if mcid !=nil {_gd .Add_BDC (*_gc .MakeName (_ff .StructureTypeFigure ),map[string ]_gc .PdfObject {"\u004d\u0043\u0049\u0044":_gc .MakeInteger (*mcid )}); -};_gd .Add_q ();_bg .FillEnabled =_bg .FillEnabled &&_bg .FillColor !=nil ;if _bg .FillEnabled {_gd .SetNonStrokingColor (_bg .FillColor );};_bg .BorderEnabled =_bg .BorderEnabled &&_bg .BorderColor !=nil ;if _bg .BorderEnabled {_gd .SetStrokingColor (_bg .BorderColor ); -_gd .Add_w (_bg .BorderWidth );};if len (gsName )> 1{_gd .Add_gs (_gc .PdfObjectName (gsName ));};_gca :=NewPath ();for _ ,_gcaa :=range _bg .Points {for _abg ,_fbe :=range _gcaa {_gca =_gca .AppendPoint (_fbe );if _abg ==0{_gd .Add_m (_fbe .X ,_fbe .Y ); -}else {_gd .Add_l (_fbe .X ,_fbe .Y );};};_gd .Add_h ();};if _bg .FillEnabled &&_bg .BorderEnabled {_gd .Add_B ();}else if _bg .FillEnabled {_gd .Add_f ();}else if _bg .BorderEnabled {_gd .Add_S ();};_gd .Add_Q ();if mcid !=nil {_gd .Add_EMC ();};return _gd .Bytes (),_gca .GetBoundingBox ().ToPdfRectangle (),nil ; +// Returns the stream content, XForm bounding box (local), bounding box and an error if one occurred. +func (_dea BasicLine )MarkedDraw (gsName string ,mcid *int64 )([]byte ,*_eg .PdfRectangle ,error ){_fafe :=NewPath ();_fafe =_fafe .AppendPoint (NewPoint (_dea .X1 ,_dea .Y1 ));_fafe =_fafe .AppendPoint (NewPoint (_dea .X2 ,_dea .Y2 ));_eac :=_b .NewContentCreator (); +if mcid !=nil {_eac .Add_BDC (*_ef .MakeName (_eg .StructureTypeFigure ),map[string ]_ef .PdfObject {"\u004d\u0043\u0049\u0044":_ef .MakeInteger (*mcid )});};_eac .Add_q ().Add_w (_dea .LineWidth ).SetStrokingColor (_dea .LineColor );if _dea .LineStyle ==LineStyleDashed {if _dea .DashArray ==nil {_dea .DashArray =[]int64 {1,1}; +};_eac .Add_d (_dea .DashArray ,_dea .DashPhase );};if len (gsName )> 1{_eac .Add_gs (_ef .PdfObjectName (gsName ));};DrawPathWithCreator (_fafe ,_eac );_eac .Add_S ().Add_Q ();if mcid !=nil {_eac .Add_EMC ();};return _eac .Bytes (),_fafe .GetBoundingBox ().ToPdfRectangle (),nil ; }; -// Rectangle is a shape with a specified Width and Height and a lower left corner at (X,Y) that can be -// drawn to a PDF content stream. The rectangle can optionally have a border and a filling color. -// The Width/Height includes the border (if any specified), i.e. is positioned inside. -type Rectangle struct{ +// Flip changes the sign of the vector: -vector. +func (_da Vector )Flip ()Vector {_cbdd :=_da .Magnitude ();_afe :=_da .GetPolarAngle ();_da .Dx =_cbdd *_c .Cos (_afe +_c .Pi );_da .Dy =_cbdd *_c .Sin (_afe +_c .Pi );return _da ;}; -// Position and size properties. -X float64 ;Y float64 ;Width float64 ;Height float64 ; +// FlipY flips the sign of the Dy component of the vector. +func (_dfd Vector )FlipY ()Vector {_dfd .Dy =-_dfd .Dy ;return _dfd }; -// Fill properties. -FillEnabled bool ;FillColor _ff .PdfColor ; +// GetPointNumber returns the path point at the index specified by number. +// The index is 1-based. +func (_ag Path )GetPointNumber (number int )Point {if number < 1||number > len (_ag .Points ){return Point {};};return _ag .Points [number -1];}; -// Border properties. -BorderEnabled bool ;BorderColor _ff .PdfColor ;BorderWidth float64 ;BorderRadiusTopLeft float64 ;BorderRadiusTopRight float64 ;BorderRadiusBottomLeft float64 ;BorderRadiusBottomRight float64 ; +// Draw draws the polyline. A graphics state name can be specified for +// setting the polyline properties (e.g. setting the opacity). Otherwise leave +// empty (""). Returns the content stream as a byte array and the polyline +// bounding box. +func (_fbc Polyline )Draw (gsName string )([]byte ,*_eg .PdfRectangle ,error ){return _fbc .MarkedDraw (gsName ,nil );}; -// Shape opacity (0-1 interval). -Opacity float64 ;}; +// Scale scales the vector by the specified factor. +func (_ade Vector )Scale (factor float64 )Vector {_cgg :=_ade .Magnitude ();_ece :=_ade .GetPolarAngle ();_ade .Dx =factor *_cgg *_c .Cos (_ece );_ade .Dy =factor *_cgg *_c .Sin (_ece );return _ade ;}; // Draw draws the polyline and marked the content using the specified marked content id.. // A graphics state name can be specified for setting the polyline properties (e.g. setting the opacity). @@ -232,119 +292,58 @@ Opacity float64 ;}; // If mcid is nil, no marked content is added. // // Returns the content stream as a byte array and the polyline bounding box. -func (_fac Polyline )MarkedDraw (gsName string ,mcid *int64 )([]byte ,*_ff .PdfRectangle ,error ){if _fac .LineColor ==nil {_fac .LineColor =_ff .NewPdfColorDeviceRGB (0,0,0);};_faca :=NewPath ();for _ ,_ebg :=range _fac .Points {_faca =_faca .AppendPoint (_ebg ); -};_gfc :=_gb .NewContentCreator ();if mcid !=nil {_gfc .Add_BDC (*_gc .MakeName (_ff .StructureTypeFigure ),map[string ]_gc .PdfObject {"\u004d\u0043\u0049\u0044":_gc .MakeInteger (*mcid )});};_gfc .Add_q ().SetStrokingColor (_fac .LineColor ).Add_w (_fac .LineWidth ); -if len (gsName )> 1{_gfc .Add_gs (_gc .PdfObjectName (gsName ));};DrawPathWithCreator (_faca ,_gfc );_gfc .Add_S ();_gfc .Add_Q ();if mcid !=nil {_gfc .Add_EMC ();};return _gfc .Bytes (),_faca .GetBoundingBox ().ToPdfRectangle (),nil ;}; +func (_fagd Polyline )MarkedDraw (gsName string ,mcid *int64 )([]byte ,*_eg .PdfRectangle ,error ){if _fagd .LineColor ==nil {_fagd .LineColor =_eg .NewPdfColorDeviceRGB (0,0,0);};_gac :=NewPath ();for _ ,_eacf :=range _fagd .Points {_gac =_gac .AppendPoint (_eacf ); +};_bgg :=_b .NewContentCreator ();if mcid !=nil {_bgg .Add_BDC (*_ef .MakeName (_eg .StructureTypeFigure ),map[string ]_ef .PdfObject {"\u004d\u0043\u0049\u0044":_ef .MakeInteger (*mcid )});};_bgg .Add_q ().SetStrokingColor (_fagd .LineColor ).Add_w (_fagd .LineWidth ); +if len (gsName )> 1{_bgg .Add_gs (_ef .PdfObjectName (gsName ));};DrawPathWithCreator (_gac ,_bgg );_bgg .Add_S ();_bgg .Add_Q ();if mcid !=nil {_bgg .Add_EMC ();};return _bgg .Bytes (),_gac .GetBoundingBox ().ToPdfRectangle (),nil ;}; -// CubicBezierCurve is defined by: -// R(t) = P0*(1-t)^3 + P1*3*t*(1-t)^2 + P2*3*t^2*(1-t) + P3*t^3 -// where P0 is the current point, P1, P2 control points and P3 the final point. -type CubicBezierCurve struct{P0 Point ;P1 Point ;P2 Point ;P3 Point ;}; - -// NewVectorPolar returns a new vector calculated from the specified -// magnitude and angle. -func NewVectorPolar (length float64 ,theta float64 )Vector {_abf :=Vector {};_abf .Dx =length *_g .Cos (theta );_abf .Dy =length *_g .Sin (theta );return _abf ;};const (LineEndingStyleNone LineEndingStyle =0;LineEndingStyleArrow LineEndingStyle =1;LineEndingStyleButt LineEndingStyle =2; -); - -// Flip changes the sign of the vector: -vector. -func (_eba Vector )Flip ()Vector {_edea :=_eba .Magnitude ();_bfd :=_eba .GetPolarAngle ();_eba .Dx =_edea *_g .Cos (_bfd +_g .Pi );_eba .Dy =_edea *_g .Sin (_bfd +_g .Pi );return _eba ;}; - -// Draw draws the composite curve polygon. A graphics state name can be -// specified for setting the curve properties (e.g. setting the opacity). -// Otherwise leave empty (""). Returns the content stream as a byte array -// and the bounding box of the polygon. -func (_gcc CurvePolygon )Draw (gsName string )([]byte ,*_ff .PdfRectangle ,error ){return _gcc .MarkedDraw (gsName ,nil );}; - -// FlipY flips the sign of the Dy component of the vector. -func (_fdef Vector )FlipY ()Vector {_fdef .Dy =-_fdef .Dy ;return _fdef }; - -// Copy returns a clone of the Bezier path. -func (_fa CubicBezierPath )Copy ()CubicBezierPath {_eb :=CubicBezierPath {};_eb .Curves =append (_eb .Curves ,_fa .Curves ...);return _eb ;}; - -// NewVectorBetween returns a new vector with the direction specified by -// the subtraction of point a from point b (b-a). -func NewVectorBetween (a Point ,b Point )Vector {_ggbe :=Vector {};_ggbe .Dx =b .X -a .X ;_ggbe .Dy =b .Y -a .Y ;return _ggbe ;}; - -// GetBounds returns the bounding box of the Bezier curve. -func (_gg CubicBezierCurve )GetBounds ()_ff .PdfRectangle {_e :=_gg .P0 .X ;_ca :=_gg .P0 .X ;_ea :=_gg .P0 .Y ;_gbf :=_gg .P0 .Y ;for _dc :=0.0;_dc <=1.0;_dc +=0.001{Rx :=_gg .P0 .X *_g .Pow (1-_dc ,3)+_gg .P1 .X *3*_dc *_g .Pow (1-_dc ,2)+_gg .P2 .X *3*_g .Pow (_dc ,2)*(1-_dc )+_gg .P3 .X *_g .Pow (_dc ,3); -Ry :=_gg .P0 .Y *_g .Pow (1-_dc ,3)+_gg .P1 .Y *3*_dc *_g .Pow (1-_dc ,2)+_gg .P2 .Y *3*_g .Pow (_dc ,2)*(1-_dc )+_gg .P3 .Y *_g .Pow (_dc ,3);if Rx < _e {_e =Rx ;};if Rx > _ca {_ca =Rx ;};if Ry < _ea {_ea =Ry ;};if Ry > _gbf {_gbf =Ry ;};};_bd :=_ff .PdfRectangle {}; -_bd .Llx =_e ;_bd .Lly =_ea ;_bd .Urx =_ca ;_bd .Ury =_gbf ;return _bd ;}; +// GetPolarAngle returns the angle the magnitude of the vector forms with the +// positive X-axis going counterclockwise. +func (_afea Vector )GetPolarAngle ()float64 {return _c .Atan2 (_afea .Dy ,_afea .Dx )}; -// Draw draws the composite Bezier curve. A graphics state name can be -// specified for setting the curve properties (e.g. setting the opacity). -// Otherwise leave empty (""). Returns the content stream as a byte array and -// the curve bounding box. -func (_acf PolyBezierCurve )Draw (gsName string )([]byte ,*_ff .PdfRectangle ,error ){return _acf .MarkedDraw (gsName ,nil );}; +// Rotate rotates the vector by the specified angle. +func (_bgb Vector )Rotate (phi float64 )Vector {_bfg :=_bgb .Magnitude ();_gead :=_bgb .GetPolarAngle ();return NewVectorPolar (_bfg ,_gead +phi );}; -// Polygon is a multi-point shape that can be drawn to a PDF content stream. -type Polygon struct{Points [][]Point ;FillEnabled bool ;FillColor _ff .PdfColor ;BorderEnabled bool ;BorderColor _ff .PdfColor ;BorderWidth float64 ;}; +// Draw draws the rectangle and marked the content using the specified marked content id. +// A graphics state can be specified for setting additional properties (e.g. opacity). +// Otherwise pass an empty string for the `gsName` parameter. +// +// If `mcid` is nil, no marked content is added. +// +// The method returns the content stream as a byte array and the bounding box of the shape. +func (_agf Rectangle )MarkedDraw (gsName string ,mcid *int64 )([]byte ,*_eg .PdfRectangle ,error ){_bbe :=_b .NewContentCreator ();if mcid !=nil {_bbe .Add_BDC (*_ef .MakeName (_eg .StructureTypeFigure ),map[string ]_ef .PdfObject {"\u004d\u0043\u0049\u0044":_ef .MakeInteger (*mcid )}); +};_bbe .Add_q ();if _agf .FillEnabled {_bbe .SetNonStrokingColor (_agf .FillColor );};if _agf .BorderEnabled {_bbe .SetStrokingColor (_agf .BorderColor );_bbe .Add_w (_agf .BorderWidth );};if len (gsName )> 1{_bbe .Add_gs (_ef .PdfObjectName (gsName )); +};var (_dgd ,_bg =_agf .X ,_agf .Y ;_bbcc ,_fdc =_agf .Width ,_agf .Height ;_gdd =_c .Abs (_agf .BorderRadiusTopLeft );_dbc =_c .Abs (_agf .BorderRadiusTopRight );_fgfb =_c .Abs (_agf .BorderRadiusBottomLeft );_dgf =_c .Abs (_agf .BorderRadiusBottomRight ); +_ceg =0.4477;);_agce :=Path {Points :[]Point {{X :_dgd +_bbcc -_dgf ,Y :_bg },{X :_dgd +_bbcc ,Y :_bg +_fdc -_dbc },{X :_dgd +_gdd ,Y :_bg +_fdc },{X :_dgd ,Y :_bg +_fgfb }}};_fbe :=[][7]float64 {{_dgf ,_dgd +_bbcc -_dgf *_ceg ,_bg ,_dgd +_bbcc ,_bg +_dgf *_ceg ,_dgd +_bbcc ,_bg +_dgf },{_dbc ,_dgd +_bbcc ,_bg +_fdc -_dbc *_ceg ,_dgd +_bbcc -_dbc *_ceg ,_bg +_fdc ,_dgd +_bbcc -_dbc ,_bg +_fdc },{_gdd ,_dgd +_gdd *_ceg ,_bg +_fdc ,_dgd ,_bg +_fdc -_gdd *_ceg ,_dgd ,_bg +_fdc -_gdd },{_fgfb ,_dgd ,_bg +_fgfb *_ceg ,_dgd +_fgfb *_ceg ,_bg ,_dgd +_fgfb ,_bg }}; +_bbe .Add_m (_dgd +_fgfb ,_bg );for _gea :=0;_gea < 4;_gea ++{_cbf :=_agce .Points [_gea ];_bbe .Add_l (_cbf .X ,_cbf .Y );_ccg :=_fbe [_gea ];if _gg :=_ccg [0];_gg !=0{_bbe .Add_c (_ccg [1],_ccg [2],_ccg [3],_ccg [4],_ccg [5],_ccg [6]);};};_bbe .Add_h (); +if _agf .FillEnabled &&_agf .BorderEnabled {_bbe .Add_B ();}else if _agf .FillEnabled {_bbe .Add_f ();}else if _agf .BorderEnabled {_bbe .Add_S ();};_bbe .Add_Q ();if mcid !=nil {_bbe .Add_EMC ();};return _bbe .Bytes (),_agce .GetBoundingBox ().ToPdfRectangle (),nil ; +}; -// Draw draws the composite Bezier curve and marked the content using the specified marked content id. +// Draw draws the composite curve polygon and marked the content using the specified marked content id. // A graphics state name can be specified for setting the curve properties (e.g. setting the opacity). // Otherwise leave empty (""). // // If mcid is nil, no marked content is added. // -// Returns the content stream as a byte array and the curve bounding box. -func (_ced PolyBezierCurve )MarkedDraw (gsName string ,mcid *int64 )([]byte ,*_ff .PdfRectangle ,error ){if _ced .BorderColor ==nil {_ced .BorderColor =_ff .NewPdfColorDeviceRGB (0,0,0);};_fba :=NewCubicBezierPath ();for _ ,_dcb :=range _ced .Curves {_fba =_fba .AppendCurve (_dcb ); -};_ab :=_gb .NewContentCreator ();if mcid !=nil {_ab .Add_BDC (*_gc .MakeName (_ff .StructureTypeFigure ),map[string ]_gc .PdfObject {"\u004d\u0043\u0049\u0044":_gc .MakeInteger (*mcid )});};_ab .Add_q ();_ced .FillEnabled =_ced .FillEnabled &&_ced .FillColor !=nil ; -if _ced .FillEnabled {_ab .SetNonStrokingColor (_ced .FillColor );};_ab .SetStrokingColor (_ced .BorderColor );_ab .Add_w (_ced .BorderWidth );if len (gsName )> 1{_ab .Add_gs (_gc .PdfObjectName (gsName ));};for _bcc ,_gce :=range _fba .Curves {if _bcc ==0{_ab .Add_m (_gce .P0 .X ,_gce .P0 .Y ); -}else {_ab .Add_l (_gce .P0 .X ,_gce .P0 .Y );};_ab .Add_c (_gce .P1 .X ,_gce .P1 .Y ,_gce .P2 .X ,_gce .P2 .Y ,_gce .P3 .X ,_gce .P3 .Y );};if _ced .FillEnabled {_ab .Add_h ();_ab .Add_B ();}else {_ab .Add_S ();};_ab .Add_Q ();if mcid !=nil {_ab .Add_EMC (); -};return _ab .Bytes (),_fba .GetBoundingBox ().ToPdfRectangle (),nil ;}; - -// Circle represents a circle shape with fill and border properties that can be drawn to a PDF content stream. -type Circle struct{X float64 ;Y float64 ;Width float64 ;Height float64 ;FillEnabled bool ;FillColor _ff .PdfColor ;BorderEnabled bool ;BorderWidth float64 ;BorderColor _ff .PdfColor ;Opacity float64 ;}; - -// CurvePolygon is a multi-point shape with rings containing curves that can be -// drawn to a PDF content stream. -type CurvePolygon struct{Rings [][]CubicBezierCurve ;FillEnabled bool ;FillColor _ff .PdfColor ;BorderEnabled bool ;BorderColor _ff .PdfColor ;BorderWidth float64 ;}; - -// Add adds the specified vector to the current one and returns the result. -func (_dfc Vector )Add (other Vector )Vector {_dfc .Dx +=other .Dx ;_dfc .Dy +=other .Dy ;return _dfc }; - -// BoundingBox represents the smallest rectangular area that encapsulates an object. -type BoundingBox struct{X float64 ;Y float64 ;Width float64 ;Height float64 ;}; - -// Rotate rotates the vector by the specified angle. -func (_egc Vector )Rotate (phi float64 )Vector {_def :=_egc .Magnitude ();_facad :=_egc .GetPolarAngle ();return NewVectorPolar (_def ,_facad +phi );}; - -// Draw draws the polyline. A graphics state name can be specified for -// setting the polyline properties (e.g. setting the opacity). Otherwise leave -// empty (""). Returns the content stream as a byte array and the polyline -// bounding box. -func (_cdaa Polyline )Draw (gsName string )([]byte ,*_ff .PdfRectangle ,error ){return _cdaa .MarkedDraw (gsName ,nil );}; - -// Offset shifts the Bezier path with the specified offsets. -func (_bf CubicBezierPath )Offset (offX ,offY float64 )CubicBezierPath {for _fe ,_feg :=range _bf .Curves {_bf .Curves [_fe ]=_feg .AddOffsetXY (offX ,offY );};return _bf ;}; - -// Line defines a line shape between point 1 (X1,Y1) and point 2 (X2,Y2). The line ending styles can be none (regular line), -// or arrows at either end. The line also has a specified width, color and opacity. -type Line struct{X1 float64 ;Y1 float64 ;X2 float64 ;Y2 float64 ;LineColor _ff .PdfColor ;Opacity float64 ;LineWidth float64 ;LineEndingStyle1 LineEndingStyle ;LineEndingStyle2 LineEndingStyle ;LineStyle LineStyle ;}; - -// Polyline defines a slice of points that are connected as straight lines. -type Polyline struct{Points []Point ;LineColor _ff .PdfColor ;LineWidth float64 ;}; - -// DrawBezierPathWithCreator makes the bezier path with the content creator. -// Adds the PDF commands to draw the path to the creator instance. -func DrawBezierPathWithCreator (bpath CubicBezierPath ,creator *_gb .ContentCreator ){for _bceb ,_bbe :=range bpath .Curves {if _bceb ==0{creator .Add_m (_bbe .P0 .X ,_bbe .P0 .Y );};creator .Add_c (_bbe .P1 .X ,_bbe .P1 .Y ,_bbe .P2 .X ,_bbe .P2 .Y ,_bbe .P3 .X ,_bbe .P3 .Y ); -};}; +// Returns the content stream as a byte array and the bounding box of the polygon. +func (_dg CurvePolygon )MarkedDraw (gsName string ,mcid *int64 )([]byte ,*_eg .PdfRectangle ,error ){_ge :=_b .NewContentCreator ();if mcid !=nil {_ge .Add_BDC (*_ef .MakeName (_eg .StructureTypeFigure ),map[string ]_ef .PdfObject {"\u004d\u0043\u0049\u0044":_ef .MakeInteger (*mcid )}); +};_ge .Add_q ();_dg .FillEnabled =_dg .FillEnabled &&_dg .FillColor !=nil ;if _dg .FillEnabled {_ge .SetNonStrokingColor (_dg .FillColor );};_dg .BorderEnabled =_dg .BorderEnabled &&_dg .BorderColor !=nil ;if _dg .BorderEnabled {_ge .SetStrokingColor (_dg .BorderColor ); +_ge .Add_w (_dg .BorderWidth );};if len (gsName )> 1{_ge .Add_gs (_ef .PdfObjectName (gsName ));};_ced :=NewCubicBezierPath ();for _ ,_cdc :=range _dg .Rings {for _dga ,_fcc :=range _cdc {if _dga ==0{_ge .Add_m (_fcc .P0 .X ,_fcc .P0 .Y );}else {_ge .Add_l (_fcc .P0 .X ,_fcc .P0 .Y ); +};_ge .Add_c (_fcc .P1 .X ,_fcc .P1 .Y ,_fcc .P2 .X ,_fcc .P2 .Y ,_fcc .P3 .X ,_fcc .P3 .Y );_ced =_ced .AppendCurve (_fcc );};_ge .Add_h ();};if _dg .FillEnabled &&_dg .BorderEnabled {_ge .Add_B ();}else if _dg .FillEnabled {_ge .Add_f ();}else if _dg .BorderEnabled {_ge .Add_S (); +};_ge .Add_Q ();if mcid !=nil {_ge .Add_EMC ();};return _ge .Bytes (),_ced .GetBoundingBox ().ToPdfRectangle (),nil ;}; -// FlipX flips the sign of the Dx component of the vector. -func (_ddba Vector )FlipX ()Vector {_ddba .Dx =-_ddba .Dx ;return _ddba }; +// Rectangle is a shape with a specified Width and Height and a lower left corner at (X,Y) that can be +// drawn to a PDF content stream. The rectangle can optionally have a border and a filling color. +// The Width/Height includes the border (if any specified), i.e. is positioned inside. +type Rectangle struct{ -// GetBoundingBox returns the bounding box of the Bezier path. -func (_bc CubicBezierPath )GetBoundingBox ()Rectangle {_fb :=Rectangle {};_bed :=0.0;_fbd :=0.0;_ffd :=0.0;_gf :=0.0;for _bcf ,_bec :=range _bc .Curves {_fab :=_bec .GetBounds ();if _bcf ==0{_bed =_fab .Llx ;_fbd =_fab .Urx ;_ffd =_fab .Lly ;_gf =_fab .Ury ; -continue ;};if _fab .Llx < _bed {_bed =_fab .Llx ;};if _fab .Urx > _fbd {_fbd =_fab .Urx ;};if _fab .Lly < _ffd {_ffd =_fab .Lly ;};if _fab .Ury > _gf {_gf =_fab .Ury ;};};_fb .X =_bed ;_fb .Y =_ffd ;_fb .Width =_fbd -_bed ;_fb .Height =_gf -_ffd ;return _fb ; -}; +// Position and size properties. +X float64 ;Y float64 ;Width float64 ;Height float64 ; -// LineStyle refers to how the line will be created. -type LineStyle int ; +// Fill properties. +FillEnabled bool ;FillColor _eg .PdfColor ; -// NewVector returns a new vector with the direction specified by dx and dy. -func NewVector (dx ,dy float64 )Vector {_afc :=Vector {};_afc .Dx =dx ;_afc .Dy =dy ;return _afc }; +// Border properties. +BorderEnabled bool ;BorderColor _eg .PdfColor ;BorderWidth float64 ;BorderRadiusTopLeft float64 ;BorderRadiusTopRight float64 ;BorderRadiusBottomLeft float64 ;BorderRadiusBottomRight float64 ; -// Draw draws the polygon. A graphics state name can be specified for -// setting the polygon properties (e.g. setting the opacity). Otherwise leave -// empty (""). Returns the content stream as a byte array and the polygon -// bounding box. -func (_ecbe Polygon )Draw (gsName string )([]byte ,*_ff .PdfRectangle ,error ){return _ecbe .MarkedDraw (gsName ,nil );}; \ No newline at end of file +// Shape opacity (0-1 interval). +Opacity float64 ;}; \ No newline at end of file diff --git a/core/core.go b/core/core.go index c4a0da49c..2446ed746 100644 --- a/core/core.go +++ b/core/core.go @@ -12,740 +12,903 @@ // Package core defines and implements the primitive PDF object types in golang, and provides functionality // for parsing those from a PDF file stream. This includes I/O handling, cross references, repairs, encryption, // encoding and other core capabilities. -package core ;import (_ga "bufio";_bg "bytes";_eg "compress/lzw";_e "compress/zlib";_ab "crypto/md5";_dg "crypto/rand";_ae "encoding/hex";_f "errors";_ee "fmt";_eb "github.com/unidoc/unipdf/v3/common";_cbd "github.com/unidoc/unipdf/v3/core/security";_gbe "github.com/unidoc/unipdf/v3/core/security/crypt"; -_bad "github.com/unidoc/unipdf/v3/internal/ccittfax";_eeb "github.com/unidoc/unipdf/v3/internal/imageutil";_gd "github.com/unidoc/unipdf/v3/internal/jbig2";_ec "github.com/unidoc/unipdf/v3/internal/jbig2/bitmap";_gae "github.com/unidoc/unipdf/v3/internal/jbig2/decoder"; -_ce "github.com/unidoc/unipdf/v3/internal/jbig2/document";_eca "github.com/unidoc/unipdf/v3/internal/jbig2/errors";_dd "github.com/unidoc/unipdf/v3/internal/strutils";_cg "golang.org/x/image/tiff/lzw";_cf "golang.org/x/xerrors";_a "image";_cb "image/color"; -_beg "image/jpeg";_bb "io";_c "os";_fa "reflect";_ba "regexp";_be "sort";_d "strconv";_cc "strings";_g "sync";_ag "time";_gb "unicode";); +package core ;import (_bb "bufio";_bd "bytes";_ef "compress/lzw";_ag "compress/zlib";_ce "crypto/md5";_cg "crypto/rand";_ge "encoding/hex";_a "errors";_bf "fmt";_eg "github.com/unidoc/unipdf/v3/common";_fc "github.com/unidoc/unipdf/v3/core/security";_dg "github.com/unidoc/unipdf/v3/core/security/crypt"; +_fb "github.com/unidoc/unipdf/v3/internal/ccittfax";_gg "github.com/unidoc/unipdf/v3/internal/imageutil";_cba "github.com/unidoc/unipdf/v3/internal/jbig2";_ca "github.com/unidoc/unipdf/v3/internal/jbig2/bitmap";_ec "github.com/unidoc/unipdf/v3/internal/jbig2/decoder"; +_dbb "github.com/unidoc/unipdf/v3/internal/jbig2/document";_bgc "github.com/unidoc/unipdf/v3/internal/jbig2/errors";_cb "github.com/unidoc/unipdf/v3/internal/strutils";_ee "golang.org/x/image/tiff/lzw";_bg "golang.org/x/xerrors";_g "image";_ac "image/color"; +_f "image/jpeg";_eb "io";_dbc "os";_db "reflect";_de "regexp";_e "sort";_b "strconv";_afc "strings";_c "sync";_cc "time";_af "unicode";); -// GetNameVal returns the string value represented by the PdfObject directly or indirectly if -// contained within an indirect object. On type mismatch the found bool flag returned is false and -// an empty string is returned. -func GetNameVal (obj PdfObject )(_dbfa string ,_gfgdbf bool ){_agec ,_gfgdbf :=TraceToDirectObject (obj ).(*PdfObjectName );if _gfgdbf {return string (*_agec ),true ;};return ;}; - -// DecodeBytes decodes a slice of JBIG2 encoded bytes and returns the results. -func (_dgadg *JBIG2Encoder )DecodeBytes (encoded []byte )([]byte ,error ){return _gd .DecodeBytes (encoded ,_gae .Parameters {},_dgadg .Globals );}; - -// DecodeBytes decodes a slice of ASCII encoded bytes and returns the result. -func (_bdf *ASCIIHexEncoder )DecodeBytes (encoded []byte )([]byte ,error ){_afcb :=_bg .NewReader (encoded );var _cfda []byte ;for {_face ,_cabg :=_afcb .ReadByte ();if _cabg !=nil {return nil ,_cabg ;};if _face =='>'{break ;};if IsWhiteSpace (_face ){continue ; -};if (_face >='a'&&_face <='f')||(_face >='A'&&_face <='F')||(_face >='0'&&_face <='9'){_cfda =append (_cfda ,_face );}else {_eb .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0049\u006e\u0076\u0061\u006c\u0069d\u0020\u0061\u0073\u0063\u0069\u0069 \u0068\u0065\u0078\u0020\u0063\u0068\u0061\u0072\u0061\u0063\u0074\u0065\u0072 \u0028\u0025\u0063\u0029",_face ); -return nil ,_ee .Errorf ("\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0061\u0073\u0063\u0069\u0069\u0020\u0068e\u0078 \u0063\u0068\u0061\u0072\u0061\u0063\u0074\u0065\u0072\u0020\u0028\u0025\u0063\u0029",_face );};};if len (_cfda )%2==1{_cfda =append (_cfda ,'0'); -};_eb .Log .Trace ("\u0049\u006e\u0062\u006f\u0075\u006e\u0064\u0020\u0025\u0073",_cfda );_dfbf :=make ([]byte ,_ae .DecodedLen (len (_cfda )));_ ,_afaa :=_ae .Decode (_dfbf ,_cfda );if _afaa !=nil {return nil ,_afaa ;};return _dfbf ,nil ;};func (_adfb *offsetReader )Read (p []byte )(_bcdgb int ,_dedfe error ){return _adfb ._bfdd .Read (p )}; -func _ddee (_ceaae int )int {if _ceaae < 0{return -_ceaae ;};return _ceaae ;}; +// ResolveReference resolves reference if `o` is a *PdfObjectReference and returns the object referenced to. +// Otherwise returns back `o`. +func ResolveReference (obj PdfObject )PdfObject {if _afefe ,_ecbda :=obj .(*PdfObjectReference );_ecbda {return _afefe .Resolve ();};return obj ;}; -// GetEncryptObj returns the PdfIndirectObject which has information about the PDFs encryption details. -func (_gbcgb *PdfParser )GetEncryptObj ()*PdfIndirectObject {return _gbcgb ._gbcg };func _ed (_gff PdfObject )(int64 ,int64 ,error ){if _ac ,_agf :=_gff .(*PdfIndirectObject );_agf {return _ac .ObjectNumber ,_ac .GenerationNumber ,nil ;};if _gac ,_acd :=_gff .(*PdfObjectStream ); -_acd {return _gac .ObjectNumber ,_gac .GenerationNumber ,nil ;};return 0,0,_f .New ("\u006e\u006ft\u0020\u0061\u006e\u0020\u0069\u006e\u0064\u0069\u0072\u0065\u0063\u0074\u002f\u0073\u0074\u0072\u0065\u0061\u006d\u0020\u006f\u0062je\u0063\u0074");};func _fcee (_eebb ,_ecac ,_bgegb uint8 )uint8 {_dcbe :=int (_bgegb ); -_gdddd :=int (_ecac )-_dcbe ;_bddd :=int (_eebb )-_dcbe ;_dcbe =_gged (_gdddd +_bddd );_gdddd =_gged (_gdddd );_bddd =_gged (_bddd );if _gdddd <=_bddd &&_gdddd <=_dcbe {return _eebb ;}else if _bddd <=_dcbe {return _ecac ;};return _bgegb ;};func (_caa *PdfParser )parseDetailedHeader ()(_aeba error ){_caa ._cdea .Seek (0,_bb .SeekStart ); -_caa ._dedbc =_ga .NewReader (_caa ._cdea );_cgb :=20;_dgc :=make ([]byte ,_cgb );var (_bfc bool ;_bdd int ;);for {_dcf ,_fff :=_caa ._dedbc .ReadByte ();if _fff !=nil {if _fff ==_bb .EOF {break ;}else {return _fff ;};};if IsDecimalDigit (_dcf )&&_dgc [_cgb -1]=='.'&&IsDecimalDigit (_dgc [_cgb -2])&&_dgc [_cgb -3]=='-'&&_dgc [_cgb -4]=='F'&&_dgc [_cgb -5]=='D'&&_dgc [_cgb -6]=='P'&&_dgc [_cgb -7]=='%'{_caa ._fdff =Version {Major :int (_dgc [_cgb -2]-'0'),Minor :int (_dcf -'0')}; -_caa ._eggc ._gcc =_bdd -7;_bfc =true ;break ;};_bdd ++;_dgc =append (_dgc [1:_cgb ],_dcf );};if !_bfc {return _ee .Errorf ("n\u006f \u0066\u0069\u006c\u0065\u0020\u0068\u0065\u0061d\u0065\u0072\u0020\u0066ou\u006e\u0064");};_abd ,_aeba :=_caa ._dedbc .ReadByte (); -if _aeba ==_bb .EOF {return _ee .Errorf ("\u006eo\u0074\u0020\u0061\u0020\u0076\u0061\u006c\u0069\u0064\u0020\u0050d\u0066\u0020\u0064\u006f\u0063\u0075\u006d\u0065\u006e\u0074");};if _aeba !=nil {return _aeba ;};_caa ._eggc ._aced =_abd =='\n';_abd ,_aeba =_caa ._dedbc .ReadByte (); -if _aeba !=nil {return _ee .Errorf ("\u006e\u006f\u0074\u0020a\u0020\u0076\u0061\u006c\u0069\u0064\u0020\u0070\u0064\u0066 \u0064o\u0063\u0075\u006d\u0065\u006e\u0074\u003a \u0025\u0077",_aeba );};if _abd !='%'{return nil ;};_bagc :=make ([]byte ,4);_ ,_aeba =_caa ._dedbc .Read (_bagc ); -if _aeba !=nil {return _ee .Errorf ("\u006e\u006f\u0074\u0020a\u0020\u0076\u0061\u006c\u0069\u0064\u0020\u0070\u0064\u0066 \u0064o\u0063\u0075\u006d\u0065\u006e\u0074\u003a \u0025\u0077",_aeba );};_caa ._eggc ._affb =[4]byte {_bagc [0],_bagc [1],_bagc [2],_bagc [3]}; +// PdfVersion returns version of the PDF file. +func (_dafb *PdfParser )PdfVersion ()Version {return _dafb ._dfd };func (_egba *PdfParser )parseDetailedHeader ()(_geb error ){_egba ._eaee .Seek (0,_eb .SeekStart );_egba ._dgca =_bb .NewReader (_egba ._eaee );_bba :=20;_bgg :=make ([]byte ,_bba );var (_afbb bool ; +_abdc int ;);for {_eea ,_bff :=_egba ._dgca .ReadByte ();if _bff !=nil {if _bff ==_eb .EOF {break ;}else {return _bff ;};};if IsDecimalDigit (_eea )&&_bgg [_bba -1]=='.'&&IsDecimalDigit (_bgg [_bba -2])&&_bgg [_bba -3]=='-'&&_bgg [_bba -4]=='F'&&_bgg [_bba -5]=='D'&&_bgg [_bba -6]=='P'&&_bgg [_bba -7]=='%'{_egba ._dfd =Version {Major :int (_bgg [_bba -2]-'0'),Minor :int (_eea -'0')}; +_egba ._dbee ._bcc =_abdc -7;_afbb =true ;break ;};_abdc ++;_bgg =append (_bgg [1:_bba ],_eea );};if !_afbb {return _bf .Errorf ("n\u006f \u0066\u0069\u006c\u0065\u0020\u0068\u0065\u0061d\u0065\u0072\u0020\u0066ou\u006e\u0064");};_ace ,_geb :=_egba ._dgca .ReadByte (); +if _geb ==_eb .EOF {return _bf .Errorf ("\u006eo\u0074\u0020\u0061\u0020\u0076\u0061\u006c\u0069\u0064\u0020\u0050d\u0066\u0020\u0064\u006f\u0063\u0075\u006d\u0065\u006e\u0074");};if _geb !=nil {return _geb ;};_egba ._dbee ._bgaf =_ace =='\n';_ace ,_geb =_egba ._dgca .ReadByte (); +if _geb !=nil {return _bf .Errorf ("\u006e\u006f\u0074\u0020a\u0020\u0076\u0061\u006c\u0069\u0064\u0020\u0070\u0064\u0066 \u0064o\u0063\u0075\u006d\u0065\u006e\u0074\u003a \u0025\u0077",_geb );};if _ace !='%'{return nil ;};_aagd :=make ([]byte ,4);_ ,_geb =_egba ._dgca .Read (_aagd ); +if _geb !=nil {return _bf .Errorf ("\u006e\u006f\u0074\u0020a\u0020\u0076\u0061\u006c\u0069\u0064\u0020\u0070\u0064\u0066 \u0064o\u0063\u0075\u006d\u0065\u006e\u0074\u003a \u0025\u0077",_geb );};_egba ._dbee ._bfe =[4]byte {_aagd [0],_aagd [1],_aagd [2],_aagd [3]}; return nil ;}; -// GetObjectStreams returns the *PdfObjectStreams represented by the PdfObject. On type mismatch the found bool flag is -// false and a nil pointer is returned. -func GetObjectStreams (obj PdfObject )(_afac *PdfObjectStreams ,_dggf bool ){_afac ,_dggf =obj .(*PdfObjectStreams );return _afac ,_dggf ;}; +// EncodeBytes encodes data into ASCII85 encoded format. +func (_deea *ASCII85Encoder )EncodeBytes (data []byte )([]byte ,error ){var _dfbc _bd .Buffer ;for _bag :=0;_bag < len (data );_bag +=4{_aadg :=data [_bag ];_dcdf :=1;_fdcb :=byte (0);if _bag +1< len (data ){_fdcb =data [_bag +1];_dcdf ++;};_gacd :=byte (0); +if _bag +2< len (data ){_gacd =data [_bag +2];_dcdf ++;};_eedg :=byte (0);if _bag +3< len (data ){_eedg =data [_bag +3];_dcdf ++;};_bdee :=(uint32 (_aadg )<<24)|(uint32 (_fdcb )<<16)|(uint32 (_gacd )<<8)|uint32 (_eedg );if _bdee ==0{_dfbc .WriteByte ('z'); +}else {_bgd :=_deea .base256Tobase85 (_bdee );for _ ,_bceb :=range _bgd [:_dcdf +1]{_dfbc .WriteByte (_bceb +'!');};};};_dfbc .WriteString ("\u007e\u003e");return _dfbc .Bytes (),nil ;};type limitedReadSeeker struct{_bdag _eb .ReadSeeker ;_efa int64 ;}; -// MakeStream creates an PdfObjectStream with specified contents and encoding. If encoding is nil, then raw encoding -// will be used (i.e. no encoding applied). -func MakeStream (contents []byte ,encoder StreamEncoder )(*PdfObjectStream ,error ){_aaaba :=&PdfObjectStream {};if encoder ==nil {encoder =NewRawEncoder ();};_aaaba .PdfObjectDictionary =encoder .MakeStreamDict ();_gfgdb ,_bfede :=encoder .EncodeBytes (contents ); -if _bfede !=nil {return nil ,_bfede ;};_aaaba .PdfObjectDictionary .Set ("\u004c\u0065\u006e\u0067\u0074\u0068",MakeInteger (int64 (len (_gfgdb ))));_aaaba .Stream =_gfgdb ;return _aaaba ,nil ;}; -// PdfObjectStreams represents the primitive PDF object streams. -// 7.5.7 Object Streams (page 45). -type PdfObjectStreams struct{PdfObjectReference ;_fagda []PdfObject ;}; +// NewFlateEncoder makes a new flate encoder with default parameters, predictor 1 and bits per component 8. +func NewFlateEncoder ()*FlateEncoder {_efe :=&FlateEncoder {};_efe .Predictor =1;_efe .BitsPerComponent =8;_efe .Colors =1;_efe .Columns =1;return _efe ;};func _faec (_fda *_fc .StdEncryptDict ,_acg *PdfObjectDictionary )error {R ,_bdb :=_acg .Get ("\u0052").(*PdfObjectInteger ); +if !_bdb {return _a .New ("\u0065\u006e\u0063\u0072y\u0070\u0074\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006ea\u0072y\u0020\u006d\u0069\u0073\u0073\u0069\u006eg\u0020\u0052");};if *R < 2||*R > 6{return _bf .Errorf ("\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0052 \u0028\u0025\u0064\u0029",*R ); +};_fda .R =int (*R );O ,_bdb :=_acg .GetString ("\u004f");if !_bdb {return _a .New ("\u0065\u006e\u0063\u0072y\u0070\u0074\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006ea\u0072y\u0020\u006d\u0069\u0073\u0073\u0069\u006eg\u0020\u004f");};if _fda .R ==5||_fda .R ==6{if len (O )< 48{return _bf .Errorf ("\u004c\u0065\u006e\u0067th\u0028\u004f\u0029\u0020\u003c\u0020\u0034\u0038\u0020\u0028\u0025\u0064\u0029",len (O )); +};}else if len (O )!=32{return _bf .Errorf ("L\u0065n\u0067\u0074\u0068\u0028\u004f\u0029\u0020\u0021=\u0020\u0033\u0032\u0020(%\u0064\u0029",len (O ));};_fda .O =[]byte (O );U ,_bdb :=_acg .GetString ("\u0055");if !_bdb {return _a .New ("\u0065\u006e\u0063\u0072y\u0070\u0074\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006ea\u0072y\u0020\u006d\u0069\u0073\u0073\u0069\u006eg\u0020\u0055"); +};if _fda .R ==5||_fda .R ==6{if len (U )< 48{return _bf .Errorf ("\u004c\u0065\u006e\u0067th\u0028\u0055\u0029\u0020\u003c\u0020\u0034\u0038\u0020\u0028\u0025\u0064\u0029",len (U ));};}else if len (U )!=32{_eg .Log .Debug ("\u0057\u0061r\u006e\u0069\u006e\u0067\u003a\u0020\u004c\u0065\u006e\u0067\u0074\u0068\u0028\u0055\u0029\u0020\u0021\u003d\u0020\u0033\u0032\u0020(%\u0064\u0029",len (U )); +};_fda .U =[]byte (U );if _fda .R >=5{OE ,_ccf :=_acg .GetString ("\u004f\u0045");if !_ccf {return _a .New ("\u0065\u006ec\u0072\u0079\u0070\u0074\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u0020\u006d\u0069\u0073\u0073\u0069\u006eg \u004f\u0045"); +}else if len (OE )!=32{return _bf .Errorf ("L\u0065\u006e\u0067\u0074h(\u004fE\u0029\u0020\u0021\u003d\u00203\u0032\u0020\u0028\u0025\u0064\u0029",len (OE ));};_fda .OE =[]byte (OE );UE ,_ccf :=_acg .GetString ("\u0055\u0045");if !_ccf {return _a .New ("\u0065\u006ec\u0072\u0079\u0070\u0074\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u0020\u006d\u0069\u0073\u0073\u0069\u006eg \u0055\u0045"); +}else if len (UE )!=32{return _bf .Errorf ("L\u0065\u006e\u0067\u0074h(\u0055E\u0029\u0020\u0021\u003d\u00203\u0032\u0020\u0028\u0025\u0064\u0029",len (UE ));};_fda .UE =[]byte (UE );};P ,_bdb :=_acg .Get ("\u0050").(*PdfObjectInteger );if !_bdb {return _a .New ("\u0065\u006e\u0063\u0072\u0079\u0070\u0074 \u0064\u0069\u0063t\u0069\u006f\u006e\u0061r\u0079\u0020\u006d\u0069\u0073\u0073\u0069\u006e\u0067\u0020\u0070\u0065\u0072\u006d\u0069\u0073\u0073\u0069\u006f\u006e\u0073\u0020\u0061\u0074\u0074\u0072"); +};_fda .P =_fc .Permissions (*P );if _fda .R ==6{Perms ,_fgf :=_acg .GetString ("\u0050\u0065\u0072m\u0073");if !_fgf {return _a .New ("\u0065\u006e\u0063\u0072\u0079\u0070\u0074\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006ea\u0072y\u0020\u006d\u0069\u0073\u0073\u0069\u006e\u0067\u0020\u0050\u0065\u0072\u006d\u0073"); +}else if len (Perms )!=16{return _bf .Errorf ("\u004ce\u006e\u0067\u0074\u0068\u0028\u0050\u0065\u0072\u006d\u0073\u0029 \u0021\u003d\u0020\u0031\u0036\u0020\u0028\u0025\u0064\u0029",len (Perms ));};_fda .Perms =[]byte (Perms );};if _fga ,_afe :=_acg .Get ("\u0045n\u0063r\u0079\u0070\u0074\u004d\u0065\u0074\u0061\u0064\u0061\u0074\u0061").(*PdfObjectBool ); +_afe {_fda .EncryptMetadata =bool (*_fga );}else {_fda .EncryptMetadata =true ;};return nil ;}; -// GetFileOffset returns the current file offset, accounting for buffered position. -func (_cfcf *PdfParser )GetFileOffset ()int64 {_gfe ,_ :=_cfcf ._cdea .Seek (0,_bb .SeekCurrent );_gfe -=int64 (_cfcf ._dedbc .Buffered ());return _gfe ;}; +// MakeDictMap creates a PdfObjectDictionary initialized from a map of keys to values. +func MakeDictMap (objmap map[string ]PdfObject )*PdfObjectDictionary {_bage :=MakeDict ();return _bage .Update (objmap );}; -// NewParser creates a new parser for a PDF file via ReadSeeker. Loads the cross reference stream and trailer. -// An error is returned on failure. -func NewParser (rs _bb .ReadSeeker )(*PdfParser ,error ){_egae :=&PdfParser {_cdea :rs ,ObjCache :make (objectCache ),_daad :map[int64 ]bool {},_bagd :make ([]int64 ,0),_bddb :make (map[*PdfParser ]*PdfParser )};_beef ,_cdab ,_gccc :=_egae .parsePdfVersion (); -if _gccc !=nil {_eb .Log .Error ("U\u006e\u0061\u0062\u006c\u0065\u0020t\u006f\u0020\u0070\u0061\u0072\u0073\u0065\u0020\u0076e\u0072\u0073\u0069o\u006e:\u0020\u0025\u0076",_gccc );return nil ,_gccc ;};_egae ._fdff .Major =_beef ;_egae ._fdff .Minor =_cdab ; -if _egae ._cbeb ,_gccc =_egae .loadXrefs ();_gccc !=nil {_eb .Log .Debug ("\u0045\u0052RO\u0052\u003a\u0020F\u0061\u0069\u006c\u0065d t\u006f l\u006f\u0061\u0064\u0020\u0078\u0072\u0065f \u0074\u0061\u0062\u006c\u0065\u0021\u0020%\u0073",_gccc );return nil ,_gccc ; -};_eb .Log .Trace ("T\u0072\u0061\u0069\u006c\u0065\u0072\u003a\u0020\u0025\u0073",_egae ._cbeb );_eecd ,_gccc :=_egae .parseLinearizedDictionary ();if _gccc !=nil {return nil ,_gccc ;};if _eecd !=nil {_egae ._aggcf ,_gccc =_egae .checkLinearizedInformation (_eecd ); -if _gccc !=nil {return nil ,_gccc ;};};if len (_egae ._bfba .ObjectMap )==0{return nil ,_ee .Errorf ("\u0065\u006d\u0070\u0074\u0079\u0020\u0058\u0052\u0045\u0046\u0020t\u0061\u0062\u006c\u0065\u0020\u002d\u0020\u0049\u006e\u0076a\u006c\u0069\u0064");}; -_egae ._aegg =len (_egae ._bagd );if _egae ._aggcf &&_egae ._aegg !=0{_egae ._aegg --;};_egae ._gfgdg =make ([]*PdfParser ,_egae ._aegg );return _egae ,nil ;};func _cfdbd (_gfebg string )(int ,int ,error ){_cfabe :=_ffdaa .FindStringSubmatch (_gfebg ); -if len (_cfabe )< 3{return 0,0,_f .New ("\u0075\u006e\u0061b\u006c\u0065\u0020\u0074\u006f\u0020\u0064\u0065\u0074\u0065\u0063\u0074\u0020\u0069\u006e\u0064\u0069\u0072\u0065\u0063\u0074\u0020\u006f\u0062\u006a\u0065\u0063\u0074\u0020s\u0069\u0067\u006e\u0061\u0074\u0075\u0072\u0065"); -};_aadgb ,_ :=_d .Atoi (_cfabe [1]);_dece ,_ :=_d .Atoi (_cfabe [2]);return _aadgb ,_dece ,nil ;}; +// GetFilterName returns the name of the encoding filter. +func (_gbe *ASCII85Encoder )GetFilterName ()string {return StreamEncodingFilterNameASCII85 }; -// HeaderCommentBytes gets the header comment bytes. -func (_afae ParserMetadata )HeaderCommentBytes ()[4]byte {return _afae ._affb }; +// SetPredictor sets the predictor function. Specify the number of columns per row. +// The columns indicates the number of samples per row. +// Used for grouping data together for compression. +func (_acga *FlateEncoder )SetPredictor (columns int ){_acga .Predictor =11;_acga .Columns =columns }; -// RegisterCustomStreamEncoder register a custom encoder handler for certain filter. -func RegisterCustomStreamEncoder (filterName string ,customStreamEncoder StreamEncoder ){_eedgb .Store (filterName ,customStreamEncoder );}; +// NewDCTEncoder makes a new DCT encoder with default parameters. +func NewDCTEncoder ()*DCTEncoder {_abdce :=&DCTEncoder {};_abdce .ColorComponents =3;_abdce .BitsPerComponent =8;_abdce .Quality =DefaultJPEGQuality ;_abdce .Decode =[]float64 {0.0,1.0,0.0,1.0,0.0,1.0};return _abdce ;};func (_gff *PdfParser )checkPostEOFData ()error {const _bee ="\u0025\u0025\u0045O\u0046"; +_ ,_bce :=_gff ._eaee .Seek (-int64 (len ([]byte (_bee )))-1,_eb .SeekEnd );if _bce !=nil {return _bce ;};_dgf :=make ([]byte ,len ([]byte (_bee ))+1);_ ,_bce =_gff ._eaee .Read (_dgf );if _bce !=nil {if _bce !=_eb .EOF {return _bce ;};};if string (_dgf )==_bee ||string (_dgf )==_bee +"\u000a"{_gff ._dbee ._bcd =true ; +};return nil ;}; -// EncodeBytes encodes a bytes array and return the encoded value based on the encoder parameters. -func (_aacdd *RunLengthEncoder )EncodeBytes (data []byte )([]byte ,error ){_dgag :=_bg .NewReader (data );var _efgg []byte ;var _eafc []byte ;_ecfb ,_dfbbf :=_dgag .ReadByte ();if _dfbbf ==_bb .EOF {return []byte {},nil ;}else if _dfbbf !=nil {return nil ,_dfbbf ; -};_egc :=1;for {_fcae ,_aaf :=_dgag .ReadByte ();if _aaf ==_bb .EOF {break ;}else if _aaf !=nil {return nil ,_aaf ;};if _fcae ==_ecfb {if len (_eafc )> 0{_eafc =_eafc [:len (_eafc )-1];if len (_eafc )> 0{_efgg =append (_efgg ,byte (len (_eafc )-1));_efgg =append (_efgg ,_eafc ...); -};_egc =1;_eafc =[]byte {};};_egc ++;if _egc >=127{_efgg =append (_efgg ,byte (257-_egc ),_ecfb );_egc =0;};}else {if _egc > 0{if _egc ==1{_eafc =[]byte {_ecfb };}else {_efgg =append (_efgg ,byte (257-_egc ),_ecfb );};_egc =0;};_eafc =append (_eafc ,_fcae ); -if len (_eafc )>=127{_efgg =append (_efgg ,byte (len (_eafc )-1));_efgg =append (_efgg ,_eafc ...);_eafc =[]byte {};};};_ecfb =_fcae ;};if len (_eafc )> 0{_efgg =append (_efgg ,byte (len (_eafc )-1));_efgg =append (_efgg ,_eafc ...);}else if _egc > 0{_efgg =append (_efgg ,byte (257-_egc ),_ecfb ); -};_efgg =append (_efgg ,128);return _efgg ,nil ;}; +// Encode encodes previously prepare jbig2 document and stores it as the byte slice. +func (_gcdb *JBIG2Encoder )Encode ()(_ddff []byte ,_ebf error ){const _dafa ="J\u0042I\u0047\u0032\u0044\u006f\u0063\u0075\u006d\u0065n\u0074\u002e\u0045\u006eco\u0064\u0065";if _gcdb ._aed ==nil {return nil ,_bgc .Errorf (_dafa ,"\u0064\u006f\u0063u\u006d\u0065\u006e\u0074 \u0069\u006e\u0070\u0075\u0074\u0020\u0064a\u0074\u0061\u0020\u006e\u006f\u0074\u0020\u0064\u0065\u0066\u0069\u006e\u0065\u0064"); +};_gcdb ._aed .FullHeaders =_gcdb .DefaultPageSettings .FileMode ;_ddff ,_ebf =_gcdb ._aed .Encode ();if _ebf !=nil {return nil ,_bgc .Wrap (_ebf ,_dafa ,"");};return _ddff ,nil ;};var _ffg =_de .MustCompile ("\u005e\u005b\u005c\u002b\u002d\u002e\u005d\u002a\u0028\u005b\u0030\u002d9\u002e\u005d\u002b\u0029"); -// Append appends PdfObject(s) to the streams. -func (_aadg *PdfObjectStreams )Append (objects ...PdfObject ){if _aadg ==nil {_eb .Log .Debug ("\u0057\u0061\u0072\u006e\u0020-\u0020\u0041\u0074\u0074\u0065\u006d\u0070\u0074\u0020\u0074\u006f\u0020\u0061p\u0070\u0065\u006e\u0064\u0020\u0074\u006f\u0020\u0061\u0020\u006e\u0069\u006c\u0020\u0073\u0074\u0072\u0065\u0061\u006d\u0073"); -return ;};_aadg ._fagda =append (_aadg ._fagda ,objects ...);}; -// NewMultiEncoder returns a new instance of MultiEncoder. -func NewMultiEncoder ()*MultiEncoder {_bfce :=MultiEncoder {};_bfce ._abeab =[]StreamEncoder {};return &_bfce ;};type objectCache map[int ]PdfObject ;func (_fdg *PdfCrypt )securityHandler ()_cbd .StdHandler {if _fdg ._adfe .R >=5{return _cbd .NewHandlerR6 (); -};return _cbd .NewHandlerR4 (_fdg ._ffc ,_fdg ._ffe .Length );};func (_cece *PdfCrypt )authenticate (_egf []byte )(bool ,error ){_cece ._agg =false ;_ecgb :=_cece .securityHandler ();_fdfd ,_fga ,_cdcf :=_ecgb .Authenticate (&_cece ._adfe ,_egf );if _cdcf !=nil {return false ,_cdcf ; -}else if _fga ==0||len (_fdfd )==0{return false ,nil ;};_cece ._agg =true ;_cece ._cbcg =_fdfd ;return true ,nil ;}; +// GetFilterName returns the name of the encoding filter. +func (_gebg *JBIG2Encoder )GetFilterName ()string {return StreamEncodingFilterNameJBIG2 }; -// MakeStreamDict makes a new instance of an encoding dictionary for a stream object. -func (_eef *RunLengthEncoder )MakeStreamDict ()*PdfObjectDictionary {_begb :=MakeDict ();_begb .Set ("\u0046\u0069\u006c\u0074\u0065\u0072",MakeName (_eef .GetFilterName ()));return _begb ;}; +// NewASCIIHexEncoder makes a new ASCII hex encoder. +func NewASCIIHexEncoder ()*ASCIIHexEncoder {_eae :=&ASCIIHexEncoder {};return _eae }; -// UpdateParams updates the parameter values of the encoder. -func (_baea *RawEncoder )UpdateParams (params *PdfObjectDictionary ){}; +// Len returns the number of elements in the array. +func (_debgg *PdfObjectArray )Len ()int {if _debgg ==nil {return 0;};return len (_debgg ._cgef );}; -// UpdateParams updates the parameter values of the encoder. -// Implements StreamEncoder interface. -func (_cbe *JBIG2Encoder )UpdateParams (params *PdfObjectDictionary ){_ccgef ,_afca :=GetNumberAsInt64 (params .Get ("\u0042\u0069t\u0073\u0050\u0065r\u0043\u006f\u006d\u0070\u006f\u006e\u0065\u006e\u0074"));if _afca ==nil {_cbe .BitsPerComponent =int (_ccgef ); -};_fcdb ,_afca :=GetNumberAsInt64 (params .Get ("\u0057\u0069\u0064t\u0068"));if _afca ==nil {_cbe .Width =int (_fcdb );};_aefc ,_afca :=GetNumberAsInt64 (params .Get ("\u0048\u0065\u0069\u0067\u0068\u0074"));if _afca ==nil {_cbe .Height =int (_aefc ); -};_gedb ,_afca :=GetNumberAsInt64 (params .Get ("\u0043o\u006co\u0072\u0043\u006f\u006d\u0070\u006f\u006e\u0065\u006e\u0074\u0073"));if _afca ==nil {_cbe .ColorComponents =int (_gedb );};};func (_ebbe *PdfParser )parseObject ()(PdfObject ,error ){_eb .Log .Trace ("\u0052e\u0061d\u0020\u0064\u0069\u0072\u0065c\u0074\u0020o\u0062\u006a\u0065\u0063\u0074"); -_ebbe .skipSpaces ();for {_efge ,_cbbgf :=_ebbe ._dedbc .Peek (2);if _cbbgf !=nil {if _cbbgf !=_bb .EOF ||len (_efge )==0{return nil ,_cbbgf ;};if len (_efge )==1{_efge =append (_efge ,' ');};};_eb .Log .Trace ("\u0050e\u0065k\u0020\u0073\u0074\u0072\u0069\u006e\u0067\u003a\u0020\u0025\u0073",string (_efge )); -if _efge [0]=='/'{_abgc ,_ccaa :=_ebbe .parseName ();_eb .Log .Trace ("\u002d\u003e\u004ea\u006d\u0065\u003a\u0020\u0027\u0025\u0073\u0027",_abgc );return &_abgc ,_ccaa ;}else if _efge [0]=='('{_eb .Log .Trace ("\u002d>\u0053\u0074\u0072\u0069\u006e\u0067!"); -_bcge ,_bbffc :=_ebbe .parseString ();return _bcge ,_bbffc ;}else if _efge [0]=='['{_eb .Log .Trace ("\u002d\u003e\u0041\u0072\u0072\u0061\u0079\u0021");_fbfg ,_beca :=_ebbe .parseArray ();return _fbfg ,_beca ;}else if (_efge [0]=='<')&&(_efge [1]=='<'){_eb .Log .Trace ("\u002d>\u0044\u0069\u0063\u0074\u0021"); -_dccff ,_agcb :=_ebbe .ParseDict ();return _dccff ,_agcb ;}else if _efge [0]=='<'{_eb .Log .Trace ("\u002d\u003e\u0048\u0065\u0078\u0020\u0073\u0074\u0072\u0069\u006e\u0067\u0021");_efdg ,_aefb :=_ebbe .parseHexString ();return _efdg ,_aefb ;}else if _efge [0]=='%'{_ebbe .readComment (); -_ebbe .skipSpaces ();}else {_eb .Log .Trace ("\u002d\u003eN\u0075\u006d\u0062e\u0072\u0020\u006f\u0072\u0020\u0072\u0065\u0066\u003f");_efge ,_ =_ebbe ._dedbc .Peek (15);_eced :=string (_efge );_eb .Log .Trace ("\u0050\u0065\u0065k\u0020\u0073\u0074\u0072\u003a\u0020\u0025\u0073",_eced ); -if (len (_eced )> 3)&&(_eced [:4]=="\u006e\u0075\u006c\u006c"){_ecda ,_cbaa :=_ebbe .parseNull ();return &_ecda ,_cbaa ;}else if (len (_eced )> 4)&&(_eced [:5]=="\u0066\u0061\u006cs\u0065"){_ccafd ,_bedf :=_ebbe .parseBool ();return &_ccafd ,_bedf ;}else if (len (_eced )> 3)&&(_eced [:4]=="\u0074\u0072\u0075\u0065"){_cade ,_cbaf :=_ebbe .parseBool (); -return &_cade ,_cbaf ;};_dbcf :=_fgaa .FindStringSubmatch (_eced );if len (_dbcf )> 1{_efge ,_ =_ebbe ._dedbc .ReadBytes ('R');_eb .Log .Trace ("\u002d\u003e\u0020\u0021\u0052\u0065\u0066\u003a\u0020\u0027\u0025\u0073\u0027",string (_efge [:]));_cbdf ,_fbge :=_fdae (string (_efge )); -_cbdf ._dcge =_ebbe ;return &_cbdf ,_fbge ;};_abeffg :=_gdga .FindStringSubmatch (_eced );if len (_abeffg )> 1{_eb .Log .Trace ("\u002d\u003e\u0020\u004e\u0075\u006d\u0062\u0065\u0072\u0021");_dgee ,_eceg :=_ebbe .parseNumber ();return _dgee ,_eceg ;}; -_abeffg =_baed .FindStringSubmatch (_eced );if len (_abeffg )> 1{_eb .Log .Trace ("\u002d\u003e\u0020\u0045xp\u006f\u006e\u0065\u006e\u0074\u0069\u0061\u006c\u0020\u004e\u0075\u006d\u0062\u0065r\u0021");_eb .Log .Trace ("\u0025\u0020\u0073",_abeffg );_bddc ,_gfeg :=_ebbe .parseNumber (); -return _bddc ,_gfeg ;};_eb .Log .Debug ("\u0045R\u0052\u004f\u0052\u0020U\u006e\u006b\u006e\u006f\u0077n\u0020(\u0070e\u0065\u006b\u0020\u0022\u0025\u0073\u0022)",_eced );return nil ,_f .New ("\u006f\u0062\u006a\u0065\u0063t\u0020\u0070\u0061\u0072\u0073\u0069\u006e\u0067\u0020\u0065\u0072\u0072\u006fr\u0020\u002d\u0020\u0075\u006e\u0065\u0078\u0070\u0065\u0063\u0074\u0065\u0064\u0020\u0070\u0061\u0074\u0074\u0065\u0072\u006e"); -};};}; +// Append appends PdfObject(s) to the array. +func (_cbecc *PdfObjectArray )Append (objects ...PdfObject ){if _cbecc ==nil {_eg .Log .Debug ("\u0057\u0061\u0072\u006e\u0020\u002d\u0020\u0041\u0074\u0074\u0065\u006d\u0070t\u0020\u0074\u006f\u0020\u0061\u0070p\u0065\u006e\u0064\u0020\u0074\u006f\u0020\u0061\u0020\u006e\u0069\u006c\u0020a\u0072\u0072\u0061\u0079"); +return ;};_cbecc ._cgef =append (_cbecc ._cgef ,objects ...);}; -// EncodeBytes JPX encodes the passed in slice of bytes. -func (_cebg *JPXEncoder )EncodeBytes (data []byte )([]byte ,error ){_eb .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u003a\u0020\u0041t\u0074\u0065\u006dpt\u0069\u006e\u0067\u0020\u0074\u006f \u0075\u0073\u0065\u0020\u0075\u006e\u0073\u0075\u0070\u0070\u006f\u0072\u0074\u0065\u0064 \u0065\u006e\u0063\u006f\u0064\u0069\u006e\u0067 \u0025\u0073",_cebg .GetFilterName ()); -return data ,ErrNoJPXDecode ;};func _gaf (_cbfg *_cbd .StdEncryptDict ,_bac *PdfObjectDictionary )error {R ,_dce :=_bac .Get ("\u0052").(*PdfObjectInteger );if !_dce {return _f .New ("\u0065\u006e\u0063\u0072y\u0070\u0074\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006ea\u0072y\u0020\u006d\u0069\u0073\u0073\u0069\u006eg\u0020\u0052"); -};if *R < 2||*R > 6{return _ee .Errorf ("\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0052 \u0028\u0025\u0064\u0029",*R );};_cbfg .R =int (*R );O ,_dce :=_bac .GetString ("\u004f");if !_dce {return _f .New ("\u0065\u006e\u0063\u0072y\u0070\u0074\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006ea\u0072y\u0020\u006d\u0069\u0073\u0073\u0069\u006eg\u0020\u004f"); -};if _cbfg .R ==5||_cbfg .R ==6{if len (O )< 48{return _ee .Errorf ("\u004c\u0065\u006e\u0067th\u0028\u004f\u0029\u0020\u003c\u0020\u0034\u0038\u0020\u0028\u0025\u0064\u0029",len (O ));};}else if len (O )!=32{return _ee .Errorf ("L\u0065n\u0067\u0074\u0068\u0028\u004f\u0029\u0020\u0021=\u0020\u0033\u0032\u0020(%\u0064\u0029",len (O )); -};_cbfg .O =[]byte (O );U ,_dce :=_bac .GetString ("\u0055");if !_dce {return _f .New ("\u0065\u006e\u0063\u0072y\u0070\u0074\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006ea\u0072y\u0020\u006d\u0069\u0073\u0073\u0069\u006eg\u0020\u0055");};if _cbfg .R ==5||_cbfg .R ==6{if len (U )< 48{return _ee .Errorf ("\u004c\u0065\u006e\u0067th\u0028\u0055\u0029\u0020\u003c\u0020\u0034\u0038\u0020\u0028\u0025\u0064\u0029",len (U )); -};}else if len (U )!=32{_eb .Log .Debug ("\u0057\u0061r\u006e\u0069\u006e\u0067\u003a\u0020\u004c\u0065\u006e\u0067\u0074\u0068\u0028\u0055\u0029\u0020\u0021\u003d\u0020\u0033\u0032\u0020(%\u0064\u0029",len (U ));};_cbfg .U =[]byte (U );if _cbfg .R >=5{OE ,_agd :=_bac .GetString ("\u004f\u0045"); -if !_agd {return _f .New ("\u0065\u006ec\u0072\u0079\u0070\u0074\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u0020\u006d\u0069\u0073\u0073\u0069\u006eg \u004f\u0045");}else if len (OE )!=32{return _ee .Errorf ("L\u0065\u006e\u0067\u0074h(\u004fE\u0029\u0020\u0021\u003d\u00203\u0032\u0020\u0028\u0025\u0064\u0029",len (OE )); -};_cbfg .OE =[]byte (OE );UE ,_agd :=_bac .GetString ("\u0055\u0045");if !_agd {return _f .New ("\u0065\u006ec\u0072\u0079\u0070\u0074\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u0020\u006d\u0069\u0073\u0073\u0069\u006eg \u0055\u0045"); -}else if len (UE )!=32{return _ee .Errorf ("L\u0065\u006e\u0067\u0074h(\u0055E\u0029\u0020\u0021\u003d\u00203\u0032\u0020\u0028\u0025\u0064\u0029",len (UE ));};_cbfg .UE =[]byte (UE );};P ,_dce :=_bac .Get ("\u0050").(*PdfObjectInteger );if !_dce {return _f .New ("\u0065\u006e\u0063\u0072\u0079\u0070\u0074 \u0064\u0069\u0063t\u0069\u006f\u006e\u0061r\u0079\u0020\u006d\u0069\u0073\u0073\u0069\u006e\u0067\u0020\u0070\u0065\u0072\u006d\u0069\u0073\u0073\u0069\u006f\u006e\u0073\u0020\u0061\u0074\u0074\u0072"); -};_cbfg .P =_cbd .Permissions (*P );if _cbfg .R ==6{Perms ,_bbb :=_bac .GetString ("\u0050\u0065\u0072m\u0073");if !_bbb {return _f .New ("\u0065\u006e\u0063\u0072\u0079\u0070\u0074\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006ea\u0072y\u0020\u006d\u0069\u0073\u0073\u0069\u006e\u0067\u0020\u0050\u0065\u0072\u006d\u0073"); -}else if len (Perms )!=16{return _ee .Errorf ("\u004ce\u006e\u0067\u0074\u0068\u0028\u0050\u0065\u0072\u006d\u0073\u0029 \u0021\u003d\u0020\u0031\u0036\u0020\u0028\u0025\u0064\u0029",len (Perms ));};_cbfg .Perms =[]byte (Perms );};if _cga ,_bcd :=_bac .Get ("\u0045n\u0063r\u0079\u0070\u0074\u004d\u0065\u0074\u0061\u0064\u0061\u0074\u0061").(*PdfObjectBool ); -_bcd {_cbfg .EncryptMetadata =bool (*_cga );}else {_cbfg .EncryptMetadata =true ;};return nil ;}; +// NewCompliancePdfParser creates a new PdfParser that will parse input reader with the focus on extracting more metadata, which +// might affect performance of the regular PdfParser this function. +func NewCompliancePdfParser (rs _eb .ReadSeeker )(_cfa *PdfParser ,_cee error ){_cfa =&PdfParser {_eaee :rs ,ObjCache :make (objectCache ),_dfeda :map[int64 ]bool {},_ffad :true ,_agfd :make (map[*PdfParser ]*PdfParser )};if _cee =_cfa .parseDetailedHeader (); +_cee !=nil {return nil ,_cee ;};if _cfa ._daeab ,_cee =_cfa .loadXrefs ();_cee !=nil {_eg .Log .Debug ("\u0045\u0052RO\u0052\u003a\u0020F\u0061\u0069\u006c\u0065d t\u006f l\u006f\u0061\u0064\u0020\u0078\u0072\u0065f \u0074\u0061\u0062\u006c\u0065\u0021\u0020%\u0073",_cee ); +return nil ,_cee ;};_eg .Log .Trace ("T\u0072\u0061\u0069\u006c\u0065\u0072\u003a\u0020\u0025\u0073",_cfa ._daeab );if len (_cfa ._gfeb .ObjectMap )==0{return nil ,_bf .Errorf ("\u0065\u006d\u0070\u0074\u0079\u0020\u0058\u0052\u0045\u0046\u0020t\u0061\u0062\u006c\u0065\u0020\u002d\u0020\u0049\u006e\u0076a\u006c\u0069\u0064"); +};return _cfa ,nil ;}; -// Seek implementation of Seek interface. -func (_adgf *limitedReadSeeker )Seek (offset int64 ,whence int )(int64 ,error ){var _fgab int64 ;switch whence {case _bb .SeekStart :_fgab =offset ;case _bb .SeekCurrent :_agef ,_ffega :=_adgf ._efag .Seek (0,_bb .SeekCurrent );if _ffega !=nil {return 0,_ffega ; -};_fgab =_agef +offset ;case _bb .SeekEnd :_fgab =_adgf ._befa +offset ;};if _gegc :=_adgf .getError (_fgab );_gegc !=nil {return 0,_gegc ;};if _ ,_dccbc :=_adgf ._efag .Seek (_fgab ,_bb .SeekStart );_dccbc !=nil {return 0,_dccbc ;};return _fgab ,nil ; -}; +// Str returns the string value of the PdfObjectString. Defined in addition to String() function to clarify that +// this function returns the underlying string directly, whereas the String function technically could include +// debug info. +func (_cgag *PdfObjectString )Str ()string {return _cgag ._befb }; -// DCTEncoder provides a DCT (JPG) encoding/decoding functionality for images. -type DCTEncoder struct{ColorComponents int ;BitsPerComponent int ;Width int ;Height int ;Quality int ;Decode []float64 ;}; +// Resolve resolves the reference and returns the indirect or stream object. +// If the reference cannot be resolved, a *PdfObjectNull object is returned. +func (_gbaa *PdfObjectReference )Resolve ()PdfObject {if _gbaa ._defda ==nil {return MakeNull ();};_ecfce ,_ ,_geaf :=_gbaa ._defda .resolveReference (_gbaa );if _geaf !=nil {_eg .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u0020\u0072\u0065\u0073\u006f\u006cv\u0069\u006e\u0067\u0020\u0072\u0065\u0066\u0065r\u0065n\u0063\u0065\u003a\u0020\u0025\u0076\u0020\u002d\u0020\u0072\u0065\u0074\u0075\u0072\u006e\u0069\u006e\u0067 \u006e\u0075\u006c\u006c\u0020\u006f\u0062\u006a\u0065\u0063\u0074",_geaf ); +return MakeNull ();};if _ecfce ==nil {_eg .Log .Debug ("\u0045R\u0052\u004f\u0052\u0020\u0072\u0065\u0073ol\u0076\u0069\u006e\u0067\u0020\u0072\u0065\u0066\u0065\u0072\u0065\u006e\u0063\u0065:\u0020\u006ei\u006c\u0020\u006fb\u006a\u0065\u0063\u0074\u0020\u002d\u0020\u0072\u0065\u0074\u0075\u0072\u006e\u0069\u006e\u0067 \u0061\u0020nu\u006c\u006c\u0020o\u0062\u006a\u0065\u0063\u0074"); +return MakeNull ();};return _ecfce ;}; -// PdfParser parses a PDF file and provides access to the object structure of the PDF. -type PdfParser struct{_fdff Version ;_cdea _bb .ReadSeeker ;_dedbc *_ga .Reader ;_ggdf int64 ;_bfba XrefTable ;_cgfg int64 ;_gfggg *xrefType ;_fggc objectStreams ;_cbeb *PdfObjectDictionary ;_eccc *PdfCrypt ;_gbcg *PdfIndirectObject ;_egcga bool ;ObjCache objectCache ; -_cefg map[int ]bool ;_daad map[int64 ]bool ;_eggc ParserMetadata ;_aega bool ;_bagd []int64 ;_aegg int ;_aggcf bool ;_ggfc int64 ;_bddb map[*PdfParser ]*PdfParser ;_gfgdg []*PdfParser ;};func _gadd (_bagb ,_bbfe ,_cdaa int )error {if _bbfe < 0||_bbfe > _bagb {return _f .New ("s\u006c\u0069\u0063\u0065\u0020\u0069n\u0064\u0065\u0078\u0020\u0061\u0020\u006f\u0075\u0074 \u006f\u0066\u0020b\u006fu\u006e\u0064\u0073"); -};if _cdaa < _bbfe {return _f .New ("\u0069n\u0076\u0061\u006c\u0069d\u0020\u0073\u006c\u0069\u0063e\u0020i\u006ed\u0065\u0078\u0020\u0062\u0020\u003c\u0020a");};if _cdaa > _bagb {return _f .New ("s\u006c\u0069\u0063\u0065\u0020\u0069n\u0064\u0065\u0078\u0020\u0062\u0020\u006f\u0075\u0074 \u006f\u0066\u0020b\u006fu\u006e\u0064\u0073"); -};return nil ;}; +// PdfObjectString represents the primitive PDF string object. +type PdfObjectString struct{_befb string ;_eecac bool ;};func _dfab (_edag *PdfObjectStream ,_eeea *PdfObjectDictionary )(*LZWEncoder ,error ){_acgd :=NewLZWEncoder ();_fbf :=_edag .PdfObjectDictionary ;if _fbf ==nil {return _acgd ,nil ;};if _eeea ==nil {_dbed :=TraceToDirectObject (_fbf .Get ("D\u0065\u0063\u006f\u0064\u0065\u0050\u0061\u0072\u006d\u0073")); +if _dbed !=nil {if _cfg ,_feeb :=_dbed .(*PdfObjectDictionary );_feeb {_eeea =_cfg ;}else if _ebg ,_gfd :=_dbed .(*PdfObjectArray );_gfd {if _ebg .Len ()==1{if _badb ,_abfb :=GetDict (_ebg .Get (0));_abfb {_eeea =_badb ;};};};if _eeea ==nil {_eg .Log .Error ("\u0044\u0065\u0063\u006f\u0064\u0065\u0050\u0061\u0072\u006d\u0073\u0020\u006e\u006f\u0074 \u0061 \u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u0020\u0025\u0023\u0076",_dbed ); +return nil ,_bf .Errorf ("\u0069\u006e\u0076\u0061li\u0064\u0020\u0044\u0065\u0063\u006f\u0064\u0065\u0050\u0061\u0072\u006d\u0073");};};};_ccgb :=_fbf .Get ("E\u0061\u0072\u006c\u0079\u0043\u0068\u0061\u006e\u0067\u0065");if _ccgb !=nil {_daef ,_dga :=_ccgb .(*PdfObjectInteger ); +if !_dga {_eg .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u003a \u0045\u0061\u0072\u006c\u0079\u0043\u0068\u0061\u006e\u0067\u0065\u0020\u0073\u0070\u0065\u0063\u0069\u0066\u0069\u0065d\u0020\u0062\u0075\u0074\u0020\u006e\u006f\u0074\u0020\u006e\u0075\u006d\u0065\u0072i\u0063 \u0028\u0025\u0054\u0029",_ccgb ); +return nil ,_bf .Errorf ("\u0069\u006e\u0076\u0061li\u0064\u0020\u0045\u0061\u0072\u006c\u0079\u0043\u0068\u0061\u006e\u0067\u0065");};if *_daef !=0&&*_daef !=1{return nil ,_bf .Errorf ("\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0045\u0061\u0072\u006c\u0079\u0043\u0068\u0061\u006e\u0067\u0065\u0020\u0076\u0061\u006c\u0075e\u0020\u0028\u006e\u006f\u0074 \u0030\u0020o\u0072\u0020\u0031\u0029"); +};_acgd .EarlyChange =int (*_daef );}else {_acgd .EarlyChange =1;};if _eeea ==nil {return _acgd ,nil ;};if _eega ,_ceee :=GetIntVal (_eeea .Get ("E\u0061\u0072\u006c\u0079\u0043\u0068\u0061\u006e\u0067\u0065"));_ceee {if _eega ==0||_eega ==1{_acgd .EarlyChange =_eega ; +}else {_eg .Log .Debug ("W\u0041\u0052\u004e\u003a\u0020\u0069n\u0076\u0061\u006c\u0069\u0064\u0020E\u0061\u0072\u006c\u0079\u0043\u0068\u0061n\u0067\u0065\u0020\u0076\u0061\u006c\u0075\u0065\u003a\u0020%\u0064",_eega );};};_ccgb =_eeea .Get ("\u0050r\u0065\u0064\u0069\u0063\u0074\u006fr"); +if _ccgb !=nil {_fcab ,_fgbb :=_ccgb .(*PdfObjectInteger );if !_fgbb {_eg .Log .Debug ("E\u0072\u0072\u006f\u0072\u003a\u0020\u0050\u0072\u0065d\u0069\u0063\u0074\u006f\u0072\u0020\u0073pe\u0063\u0069\u0066\u0069e\u0064\u0020\u0062\u0075\u0074\u0020\u006e\u006f\u0074 n\u0075\u006de\u0072\u0069\u0063\u0020\u0028\u0025\u0054\u0029",_ccgb ); +return nil ,_bf .Errorf ("\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0050\u0072\u0065\u0064i\u0063\u0074\u006f\u0072");};_acgd .Predictor =int (*_fcab );};_ccgb =_eeea .Get ("\u0042\u0069t\u0073\u0050\u0065r\u0043\u006f\u006d\u0070\u006f\u006e\u0065\u006e\u0074"); +if _ccgb !=nil {_afccd ,_afcfb :=_ccgb .(*PdfObjectInteger );if !_afcfb {_eg .Log .Debug ("\u0045\u0052\u0052O\u0052\u003a\u0020\u0049n\u0076\u0061\u006c\u0069\u0064\u0020\u0042i\u0074\u0073\u0050\u0065\u0072\u0043\u006f\u006d\u0070\u006f\u006e\u0065\u006e\u0074"); +return nil ,_bf .Errorf ("\u0069n\u0076\u0061\u006c\u0069\u0064\u0020\u0042\u0069\u0074\u0073\u0050e\u0072\u0043\u006f\u006d\u0070\u006f\u006e\u0065\u006e\u0074");};_acgd .BitsPerComponent =int (*_afccd );};if _acgd .Predictor > 1{_acgd .Columns =1;_ccgb =_eeea .Get ("\u0043o\u006c\u0075\u006d\u006e\u0073"); +if _ccgb !=nil {_fbab ,_gcae :=_ccgb .(*PdfObjectInteger );if !_gcae {return nil ,_bf .Errorf ("\u0070r\u0065\u0064\u0069\u0063\u0074\u006f\u0072\u0020\u0063\u006f\u006cu\u006d\u006e\u0020\u0069\u006e\u0076\u0061\u006c\u0069\u0064");};_acgd .Columns =int (*_fbab ); +};_acgd .Colors =1;_ccgb =_eeea .Get ("\u0043\u006f\u006c\u006f\u0072\u0073");if _ccgb !=nil {_bgadc ,_dace :=_ccgb .(*PdfObjectInteger );if !_dace {return nil ,_bf .Errorf ("\u0070\u0072\u0065d\u0069\u0063\u0074\u006fr\u0020\u0063\u006f\u006c\u006f\u0072\u0073 \u006e\u006f\u0074\u0020\u0061\u006e\u0020\u0069\u006e\u0074\u0065\u0067\u0065\u0072"); +};_acgd .Colors =int (*_bgadc );};};_eg .Log .Trace ("\u0064\u0065\u0063\u006f\u0064\u0065\u0020\u0070\u0061\u0072\u0061\u006ds\u003a\u0020\u0025\u0073",_eeea .String ());return _acgd ,nil ;}; -// ParserMetadata gets the pdf parser metadata. -func (_cae *PdfParser )ParserMetadata ()(ParserMetadata ,error ){if !_cae ._aega {return ParserMetadata {},_ee .Errorf ("\u0070\u0061\u0072\u0073\u0065r\u0020\u0077\u0061\u0073\u0020\u006e\u006f\u0074\u0020\u006d\u0061\u0072\u006be\u0064\u0020\u0066\u006f\u0072\u0020\u0067\u0065\u0074\u0074\u0069\u006e\u0067\u0020\u0064\u0065\u0074\u0061\u0069\u006c\u0065\u0064\u0020\u006d\u0065\u0074\u0061\u0064\u0061\u0074a"); -};return _cae ._eggc ,nil ;}; +// MakeStreamDict makes a new instance of an encoding dictionary for a stream object. +func (_fbfb *JBIG2Encoder )MakeStreamDict ()*PdfObjectDictionary {_cfagb :=MakeDict ();_cfagb .Set ("\u0046\u0069\u006c\u0074\u0065\u0072",MakeName (_fbfb .GetFilterName ()));return _cfagb ;}; -// PdfIndirectObject represents the primitive PDF indirect object. -type PdfIndirectObject struct{PdfObjectReference ;PdfObject ;}; +// CheckAccessRights checks access rights and permissions for a specified password. If either user/owner password is +// specified, full rights are granted, otherwise the access rights are specified by the Permissions flag. +// +// The bool flag indicates that the user can access and view the file. +// The AccessPermissions shows what access the user has for editing etc. +// An error is returned if there was a problem performing the authentication. +func (_ccfg *PdfParser )CheckAccessRights (password []byte )(bool ,_fc .Permissions ,error ){if _ccfg ._bbaead ==nil {return true ,_fc .PermOwner ,nil ;};return _ccfg ._bbaead .checkAccessRights (password );}; + +// MakeArrayFromIntegers creates an PdfObjectArray from a slice of ints, where each array element is +// an PdfObjectInteger. +func MakeArrayFromIntegers (vals []int )*PdfObjectArray {_eabbc :=MakeArray ();for _ ,_ecbcg :=range vals {_eabbc .Append (MakeInteger (int64 (_ecbcg )));};return _eabbc ;};type xrefType int ;func (_ceba *PdfCrypt )generateParams (_abfd ,_gcf []byte )error {_fge :=_ceba .securityHandler (); +_cbaa ,_dged :=_fge .GenerateParams (&_ceba ._gce ,_gcf ,_abfd );if _dged !=nil {return _dged ;};_ceba ._cgg =_cbaa ;return nil ;}; // UpdateParams updates the parameter values of the encoder. -func (_adfa *FlateEncoder )UpdateParams (params *PdfObjectDictionary ){_ecfg ,_afea :=GetNumberAsInt64 (params .Get ("\u0050r\u0065\u0064\u0069\u0063\u0074\u006fr"));if _afea ==nil {_adfa .Predictor =int (_ecfg );};_fcfa ,_afea :=GetNumberAsInt64 (params .Get ("\u0042\u0069t\u0073\u0050\u0065r\u0043\u006f\u006d\u0070\u006f\u006e\u0065\u006e\u0074")); -if _afea ==nil {_adfa .BitsPerComponent =int (_fcfa );};_bcdg ,_afea :=GetNumberAsInt64 (params .Get ("\u0057\u0069\u0064t\u0068"));if _afea ==nil {_adfa .Columns =int (_bcdg );};_gbg ,_afea :=GetNumberAsInt64 (params .Get ("\u0043o\u006co\u0072\u0043\u006f\u006d\u0070\u006f\u006e\u0065\u006e\u0074\u0073")); -if _afea ==nil {_adfa .Colors =int (_gbg );};};func (_gcf *PdfCrypt )isEncrypted (_febg PdfObject )bool {_ ,_bbd :=_gcf ._edc [_febg ];if _bbd {_eb .Log .Trace ("\u0041\u006c\u0072\u0065\u0061\u0064\u0079\u0020\u0065\u006e\u0063\u0072y\u0070\u0074\u0065\u0064"); -return true ;};_eb .Log .Trace ("\u004e\u006f\u0074\u0020\u0065\u006e\u0063\u0072\u0079\u0070\u0074\u0065d\u0020\u0079\u0065\u0074");return false ;}; +func (_egdaa *ASCIIHexEncoder )UpdateParams (params *PdfObjectDictionary ){}; // MakeStreamDict makes a new instance of an encoding dictionary for a stream object. // Has the Filter set and the DecodeParms. -func (_bacf *LZWEncoder )MakeStreamDict ()*PdfObjectDictionary {_edg :=MakeDict ();_edg .Set ("\u0046\u0069\u006c\u0074\u0065\u0072",MakeName (_bacf .GetFilterName ()));_faa :=_bacf .MakeDecodeParams ();if _faa !=nil {_edg .Set ("D\u0065\u0063\u006f\u0064\u0065\u0050\u0061\u0072\u006d\u0073",_faa ); -};_edg .Set ("E\u0061\u0072\u006c\u0079\u0043\u0068\u0061\u006e\u0067\u0065",MakeInteger (int64 (_bacf .EarlyChange )));return _edg ;}; +func (_cgdd *FlateEncoder )MakeStreamDict ()*PdfObjectDictionary {_edg :=MakeDict ();_edg .Set ("\u0046\u0069\u006c\u0074\u0065\u0072",MakeName (_cgdd .GetFilterName ()));_ade :=_cgdd .MakeDecodeParams ();if _ade !=nil {_edg .Set ("D\u0065\u0063\u006f\u0064\u0065\u0050\u0061\u0072\u006d\u0073",_ade ); +};return _edg ;}; -// WriteString outputs the object as it is to be written to file. -func (_ccefc *PdfObjectName )WriteString ()string {var _bdded _bg .Buffer ;if len (*_ccefc )> 127{_eb .Log .Debug ("\u0045R\u0052\u004f\u0052\u003a \u004e\u0061\u006d\u0065\u0020t\u006fo\u0020l\u006f\u006e\u0067\u0020\u0028\u0025\u0073)",*_ccefc );};_bdded .WriteString ("\u002f"); -for _bbdd :=0;_bbdd < len (*_ccefc );_bbdd ++{_eead :=(*_ccefc )[_bbdd ];if !IsPrintable (_eead )||_eead =='#'||IsDelimiter (_eead ){_bdded .WriteString (_ee .Sprintf ("\u0023\u0025\u002e2\u0078",_eead ));}else {_bdded .WriteByte (_eead );};};return _bdded .String (); +// EncodeBytes DCT encodes the passed in slice of bytes. +func (_acdc *DCTEncoder )EncodeBytes (data []byte )([]byte ,error ){var _cafbf _g .Image ;if _acdc .ColorComponents ==1&&_acdc .BitsPerComponent ==8{_cafbf =&_g .Gray {Rect :_g .Rect (0,0,_acdc .Width ,_acdc .Height ),Pix :data ,Stride :_gg .BytesPerLine (_acdc .Width ,_acdc .BitsPerComponent ,_acdc .ColorComponents )}; +}else {var _bfce error ;_cafbf ,_bfce =_gg .NewImage (_acdc .Width ,_acdc .Height ,_acdc .BitsPerComponent ,_acdc .ColorComponents ,data ,nil ,nil );if _bfce !=nil {return nil ,_bfce ;};};_faafd :=_f .Options {};_faafd .Quality =_acdc .Quality ;var _dbdfa _bd .Buffer ; +if _afda :=_f .Encode (&_dbdfa ,_cafbf ,&_faafd );_afda !=nil {return nil ,_afda ;};return _dbdfa .Bytes (),nil ;};const _abbgc =10;var _gbdg =[]PdfObjectName {"\u0056","\u0052","\u004f","\u0055","\u0050"};func (_gbcg *PdfObjectInteger )String ()string {return _bf .Sprintf ("\u0025\u0064",*_gbcg )}; + + +// GetObjectStreams returns the *PdfObjectStreams represented by the PdfObject. On type mismatch the found bool flag is +// false and a nil pointer is returned. +func GetObjectStreams (obj PdfObject )(_fgdeb *PdfObjectStreams ,_cbcfd bool ){_fgdeb ,_cbcfd =obj .(*PdfObjectStreams );return _fgdeb ,_cbcfd ;};var _bgffc _c .Map ; + +// DecodeBytes decodes a multi-encoded slice of bytes by passing it through the +// DecodeBytes method of the underlying encoders. +func (_eac *MultiEncoder )DecodeBytes (encoded []byte )([]byte ,error ){_bfgd :=encoded ;var _geea error ;for _ ,_ebb :=range _eac ._cfag {_eg .Log .Trace ("\u004du\u006c\u0074i\u0020\u0045\u006e\u0063o\u0064\u0065\u0072 \u0044\u0065\u0063\u006f\u0064\u0065\u003a\u0020\u0041pp\u006c\u0079\u0069n\u0067\u0020F\u0069\u006c\u0074\u0065\u0072\u003a \u0025\u0076 \u0025\u0054",_ebb ,_ebb ); +_bfgd ,_geea =_ebb .DecodeBytes (_bfgd );if _geea !=nil {return nil ,_geea ;};};return _bfgd ,nil ;};func (_dccc *PdfParser )parseString ()(*PdfObjectString ,error ){_dccc ._dgca .ReadByte ();var _aagdc _bd .Buffer ;_cfbg :=1;for {_bade ,_gebd :=_dccc ._dgca .Peek (1); +if _gebd !=nil {return MakeString (_aagdc .String ()),_gebd ;};if _bade [0]=='\\'{_dccc ._dgca .ReadByte ();_dbae ,_agfb :=_dccc ._dgca .ReadByte ();if _agfb !=nil {return MakeString (_aagdc .String ()),_agfb ;};if IsOctalDigit (_dbae ){_dgce ,_afed :=_dccc ._dgca .Peek (2); +if _afed !=nil {return MakeString (_aagdc .String ()),_afed ;};var _ggbdd []byte ;_ggbdd =append (_ggbdd ,_dbae );for _ ,_ggcb :=range _dgce {if IsOctalDigit (_ggcb ){_ggbdd =append (_ggbdd ,_ggcb );}else {break ;};};_dccc ._dgca .Discard (len (_ggbdd )-1); +_eg .Log .Trace ("\u004e\u0075\u006d\u0065ri\u0063\u0020\u0073\u0074\u0072\u0069\u006e\u0067\u0020\u0022\u0025\u0073\u0022",_ggbdd );_degde ,_afed :=_b .ParseUint (string (_ggbdd ),8,32);if _afed !=nil {return MakeString (_aagdc .String ()),_afed ;};_aagdc .WriteByte (byte (_degde )); +continue ;};switch _dbae {case 'n':_aagdc .WriteRune ('\n');case 'r':_aagdc .WriteRune ('\r');case 't':_aagdc .WriteRune ('\t');case 'b':_aagdc .WriteRune ('\b');case 'f':_aagdc .WriteRune ('\f');case '(':_aagdc .WriteRune ('(');case ')':_aagdc .WriteRune (')'); +case '\\':_aagdc .WriteRune ('\\');};continue ;}else if _bade [0]=='('{_cfbg ++;}else if _bade [0]==')'{_cfbg --;if _cfbg ==0{_dccc ._dgca .ReadByte ();break ;};};_gbg ,_ :=_dccc ._dgca .ReadByte ();_aagdc .WriteByte (_gbg );};return MakeString (_aagdc .String ()),nil ; }; -// DecodeStream decodes a JBIG2 encoded stream and returns the result as a slice of bytes. -func (_bcgfb *JBIG2Encoder )DecodeStream (streamObj *PdfObjectStream )([]byte ,error ){return _bcgfb .DecodeBytes (streamObj .Stream );}; +// PdfObject is an interface which all primitive PDF objects must implement. +type PdfObject interface{ -// DecodeBytes decodes a slice of Flate encoded bytes and returns the result. -func (_dbbe *FlateEncoder )DecodeBytes (encoded []byte )([]byte ,error ){_eb .Log .Trace ("\u0046\u006c\u0061\u0074\u0065\u0044\u0065\u0063\u006f\u0064\u0065\u0020b\u0079\u0074\u0065\u0073");if len (encoded )==0{_eb .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0065\u006d\u0070\u0074\u0079\u0020\u0046\u006c\u0061\u0074\u0065 e\u006ec\u006f\u0064\u0065\u0064\u0020\u0062\u0075\u0066\u0066\u0065\u0072\u002e \u0052\u0065\u0074\u0075\u0072\u006e\u0069\u006e\u0067\u0020\u0065\u006d\u0070\u0074\u0079\u0020\u0062y\u0074\u0065\u0020\u0073\u006c\u0069\u0063\u0065\u002e"); -return []byte {},nil ;};_fge :=_bg .NewReader (encoded );_bebc ,_adg :=_e .NewReader (_fge );if _adg !=nil {_eb .Log .Debug ("\u0044e\u0063o\u0064\u0069\u006e\u0067\u0020e\u0072\u0072o\u0072\u0020\u0025\u0076\u000a",_adg );_eb .Log .Debug ("\u0053t\u0072e\u0061\u006d\u0020\u0028\u0025\u0064\u0029\u0020\u0025\u0020\u0078",len (encoded ),encoded ); -return nil ,_adg ;};defer _bebc .Close ();var _feae _bg .Buffer ;_feae .ReadFrom (_bebc );return _feae .Bytes (),nil ;}; +// String outputs a string representation of the primitive (for debugging). +String ()string ; -// Decrypt an object with specified key. For numbered objects, -// the key argument is not used and a new one is generated based -// on the object and generation number. -// Traverses through all the subobjects (recursive). -// -// Does not look up references.. That should be done prior to calling. -func (_bga *PdfCrypt )Decrypt (obj PdfObject ,parentObjNum ,parentGenNum int64 )error {if _bga .isDecrypted (obj ){return nil ;};switch _dbgf :=obj .(type ){case *PdfIndirectObject :_bga ._ge [_dbgf ]=true ;_eb .Log .Trace ("\u0044\u0065\u0063\u0072\u0079\u0070\u0074\u0069\u006e\u0067 \u0069\u006e\u0064\u0069\u0072\u0065\u0063t\u0020\u0025\u0064\u0020\u0025\u0064\u0020\u006f\u0062\u006a\u0021",_dbgf .ObjectNumber ,_dbgf .GenerationNumber ); -_gdfa :=_dbgf .ObjectNumber ;_fec :=_dbgf .GenerationNumber ;_bfg :=_bga .Decrypt (_dbgf .PdfObject ,_gdfa ,_fec );if _bfg !=nil {return _bfg ;};return nil ;case *PdfObjectStream :_bga ._ge [_dbgf ]=true ;_ggb :=_dbgf .PdfObjectDictionary ;if _bga ._adfe .R !=5{if _gga ,_fceb :=_ggb .Get ("\u0054\u0079\u0070\u0065").(*PdfObjectName ); -_fceb &&*_gga =="\u0058\u0052\u0065\u0066"{return nil ;};};_dabc :=_dbgf .ObjectNumber ;_aff :=_dbgf .GenerationNumber ;_eb .Log .Trace ("\u0044e\u0063\u0072\u0079\u0070t\u0069\u006e\u0067\u0020\u0073t\u0072e\u0061m\u0020\u0025\u0064\u0020\u0025\u0064\u0020!",_dabc ,_aff ); -_fedd :=_dedd ;if _bga ._ffe .V >=4{_fedd =_bga ._badb ;_eb .Log .Trace ("\u0074\u0068\u0069\u0073.s\u0074\u0072\u0065\u0061\u006d\u0046\u0069\u006c\u0074\u0065\u0072\u0020\u003d\u0020%\u0073",_bga ._badb );if _def ,_eeg :=_ggb .Get ("\u0046\u0069\u006c\u0074\u0065\u0072").(*PdfObjectArray ); -_eeg {if _acdb ,_fgag :=GetName (_def .Get (0));_fgag {if *_acdb =="\u0043\u0072\u0079p\u0074"{_fedd ="\u0049\u0064\u0065\u006e\u0074\u0069\u0074\u0079";if _gee ,_ccf :=_ggb .Get ("D\u0065\u0063\u006f\u0064\u0065\u0050\u0061\u0072\u006d\u0073").(*PdfObjectDictionary ); -_ccf {if _ffb ,_efg :=_gee .Get ("\u004e\u0061\u006d\u0065").(*PdfObjectName );_efg {if _ ,_efca :=_bga ._ace [string (*_ffb )];_efca {_eb .Log .Trace ("\u0055\u0073\u0069\u006eg \u0073\u0074\u0072\u0065\u0061\u006d\u0020\u0066\u0069\u006c\u0074\u0065\u0072\u0020%\u0073",*_ffb ); -_fedd =string (*_ffb );};};};};};};_eb .Log .Trace ("\u0077\u0069\u0074\u0068\u0020\u0025\u0073\u0020\u0066i\u006c\u0074\u0065\u0072",_fedd );if _fedd =="\u0049\u0064\u0065\u006e\u0074\u0069\u0074\u0079"{return nil ;};};_ceg :=_bga .Decrypt (_ggb ,_dabc ,_aff ); -if _ceg !=nil {return _ceg ;};_ccg ,_ceg :=_bga .makeKey (_fedd ,uint32 (_dabc ),uint32 (_aff ),_bga ._cbcg );if _ceg !=nil {return _ceg ;};_dbgf .Stream ,_ceg =_bga .decryptBytes (_dbgf .Stream ,_fedd ,_ccg );if _ceg !=nil {return _ceg ;};_ggb .Set ("\u004c\u0065\u006e\u0067\u0074\u0068",MakeInteger (int64 (len (_dbgf .Stream )))); -return nil ;case *PdfObjectString :_eb .Log .Trace ("\u0044e\u0063r\u0079\u0070\u0074\u0069\u006eg\u0020\u0073t\u0072\u0069\u006e\u0067\u0021");_ebag :=_dedd ;if _bga ._ffe .V >=4{_eb .Log .Trace ("\u0077\u0069\u0074\u0068\u0020\u0025\u0073\u0020\u0066i\u006c\u0074\u0065\u0072",_bga ._df ); -if _bga ._df =="\u0049\u0064\u0065\u006e\u0074\u0069\u0074\u0079"{return nil ;};_ebag =_bga ._df ;};_aef ,_bgeb :=_bga .makeKey (_ebag ,uint32 (parentObjNum ),uint32 (parentGenNum ),_bga ._cbcg );if _bgeb !=nil {return _bgeb ;};_abfc :=_dbgf .Str ();_cef :=make ([]byte ,len (_abfc )); -for _efed :=0;_efed < len (_abfc );_efed ++{_cef [_efed ]=_abfc [_efed ];};if len (_cef )> 0{_eb .Log .Trace ("\u0044e\u0063\u0072\u0079\u0070\u0074\u0020\u0073\u0074\u0072\u0069\u006eg\u003a\u0020\u0025\u0073\u0020\u003a\u0020\u0025\u0020\u0078",_cef ,_cef ); -_cef ,_bgeb =_bga .decryptBytes (_cef ,_ebag ,_aef );if _bgeb !=nil {return _bgeb ;};};_dbgf ._cbdg =string (_cef );return nil ;case *PdfObjectArray :for _ ,_gdcb :=range _dbgf .Elements (){_afe :=_bga .Decrypt (_gdcb ,parentObjNum ,parentGenNum );if _afe !=nil {return _afe ; -};};return nil ;case *PdfObjectDictionary :_dafe :=false ;if _cada :=_dbgf .Get ("\u0054\u0079\u0070\u0065");_cada !=nil {_ebcg ,_gfae :=_cada .(*PdfObjectName );if _gfae &&*_ebcg =="\u0053\u0069\u0067"{_dafe =true ;};};for _ ,_abad :=range _dbgf .Keys (){_cfa :=_dbgf .Get (_abad ); -if _dafe &&string (_abad )=="\u0043\u006f\u006e\u0074\u0065\u006e\u0074\u0073"{continue ;};if string (_abad )!="\u0050\u0061\u0072\u0065\u006e\u0074"&&string (_abad )!="\u0050\u0072\u0065\u0076"&&string (_abad )!="\u004c\u0061\u0073\u0074"{_acb :=_bga .Decrypt (_cfa ,parentObjNum ,parentGenNum ); -if _acb !=nil {return _acb ;};};};return nil ;};return nil ;}; +// WriteString outputs the PDF primitive as written to file as expected by the standard. +// TODO(dennwc): it should return a byte slice, or accept a writer +WriteString ()string ;}; -// GetFilterName returns the name of the encoding filter. -func (_egg *LZWEncoder )GetFilterName ()string {return StreamEncodingFilterNameLZW }; +// DecodeBytes returns the passed in slice of bytes. +// The purpose of the method is to satisfy the StreamEncoder interface. +func (_fcg *RawEncoder )DecodeBytes (encoded []byte )([]byte ,error ){return encoded ,nil }; -// String returns a string representation of the *PdfObjectString. -func (_eggb *PdfObjectString )String ()string {return _eggb ._cbdg };func (_dfd *PdfCrypt )newEncryptDict ()*PdfObjectDictionary {_dfb :=MakeDict ();_dfb .Set ("\u0046\u0069\u006c\u0074\u0065\u0072",MakeName ("\u0053\u0074\u0061\u006e\u0064\u0061\u0072\u0064")); -_dfb .Set ("\u0056",MakeInteger (int64 (_dfd ._ffe .V )));_dfb .Set ("\u004c\u0065\u006e\u0067\u0074\u0068",MakeInteger (int64 (_dfd ._ffe .Length )));return _dfb ;};func (_bgag *PdfParser )parseLinearizedDictionary ()(*PdfObjectDictionary ,error ){_cdfgf ,_cdgc :=_bgag ._cdea .Seek (0,_bb .SeekEnd ); -if _cdgc !=nil {return nil ,_cdgc ;};var _caeg int64 ;var _cgda int64 =2048;for _caeg < _cdfgf -4{if _cdfgf <=(_cgda +_caeg ){_cgda =_cdfgf -_caeg ;};_ ,_dcd :=_bgag ._cdea .Seek (_caeg ,_bb .SeekStart );if _dcd !=nil {return nil ,_dcd ;};_efce :=make ([]byte ,_cgda ); -_ ,_dcd =_bgag ._cdea .Read (_efce );if _dcd !=nil {return nil ,_dcd ;};_eb .Log .Trace ("\u004c\u006f\u006f\u006b\u0069\u006e\u0067\u0020\u0066\u006f\u0072\u0020\u0066i\u0072\u0073\u0074\u0020\u0069\u006ed\u0069\u0072\u0065\u0063\u0074\u0020\u006f\u0062\u006a\u0065\u0063\u0074\u003a \u0022\u0025\u0073\u0022",string (_efce )); -_ecef :=_ffdaa .FindAllStringIndex (string (_efce ),-1);if _ecef !=nil {_ebgde :=_ecef [0];_eb .Log .Trace ("\u0049\u006e\u0064\u003a\u0020\u0025\u0020\u0064",_ecef );_ ,_gaaf :=_bgag ._cdea .Seek (int64 (_ebgde [0]),_bb .SeekStart );if _gaaf !=nil {return nil ,_gaaf ; -};_bgag ._dedbc =_ga .NewReader (_bgag ._cdea );_cgaa ,_gaaf :=_bgag .ParseIndirectObject ();if _gaaf !=nil {return nil ,nil ;};if _daaa ,_ecdg :=GetIndirect (_cgaa );_ecdg {if _gbbc ,_adeb :=GetDict (_daaa .PdfObject );_adeb {if _cdaf :=_gbbc .Get ("\u004c\u0069\u006e\u0065\u0061\u0072\u0069\u007a\u0065\u0064"); -_cdaf !=nil {return _gbbc ,nil ;};return nil ,nil ;};};return nil ,nil ;};_caeg +=_cgda -4;};return nil ,_f .New ("\u0074\u0068\u0065\u0020\u0066\u0069\u0072\u0073\u0074\u0020\u006fb\u006a\u0065\u0063\u0074\u0020\u006e\u006f\u0074\u0020\u0066o\u0075\u006e\u0064"); -}; +// HasNonConformantStream implements core.ParserMetadata. +func (_agbb ParserMetadata )HasNonConformantStream ()bool {return _agbb ._adc }; -// GetDict returns the *PdfObjectDictionary represented by the PdfObject directly or indirectly within an indirect -// object. On type mismatch the found bool flag is false and a nil pointer is returned. -func GetDict (obj PdfObject )(_cfbe *PdfObjectDictionary ,_efcc bool ){_cfbe ,_efcc =TraceToDirectObject (obj ).(*PdfObjectDictionary );return _cfbe ,_efcc ;};var _bfda =_ba .MustCompile ("\u0025\u0025\u0045\u004f\u0046\u003f");func _bdfa (_adee *PdfObjectStream ,_afeae *PdfObjectDictionary )(*JBIG2Encoder ,error ){const _dgefc ="\u006ee\u0077\u004a\u0042\u0049G\u0032\u0044\u0065\u0063\u006fd\u0065r\u0046r\u006f\u006d\u0053\u0074\u0072\u0065\u0061m"; -_dedg :=NewJBIG2Encoder ();_fede :=_adee .PdfObjectDictionary ;if _fede ==nil {return _dedg ,nil ;};if _afeae ==nil {_gfdd :=_fede .Get ("D\u0065\u0063\u006f\u0064\u0065\u0050\u0061\u0072\u006d\u0073");if _gfdd !=nil {switch _dgfae :=_gfdd .(type ){case *PdfObjectDictionary :_afeae =_dgfae ; -case *PdfObjectArray :if _dgfae .Len ()==1{if _dada ,_baeag :=GetDict (_dgfae .Get (0));_baeag {_afeae =_dada ;};};default:_eb .Log .Error ("\u0044\u0065\u0063\u006f\u0064\u0065P\u0061\u0072\u0061\u006d\u0073\u0020\u006e\u006f\u0074\u0020\u0061\u0020\u0064i\u0063\u0074\u0069\u006f\u006e\u0061\u0072y\u0020\u0025\u0023\u0076",_gfdd ); -return nil ,_eca .Errorf (_dgefc ,"\u0069\u006e\u0076\u0061l\u0069\u0064\u0020\u0044\u0065\u0063\u006f\u0064\u0065\u0050a\u0072m\u0073\u0020\u0074\u0079\u0070\u0065\u003a \u0025\u0054",_dgfae );};};};if _afeae ==nil {return _dedg ,nil ;};_dedg .UpdateParams (_afeae ); -_aebca ,_abbd :=GetStream (_afeae .Get ("\u004a\u0042\u0049G\u0032\u0047\u006c\u006f\u0062\u0061\u006c\u0073"));if !_abbd {return _dedg ,nil ;};var _debb error ;_dedg .Globals ,_debb =_gd .DecodeGlobals (_aebca .Stream );if _debb !=nil {_debb =_eca .Wrap (_debb ,_dgefc ,"\u0063\u006f\u0072\u0072u\u0070\u0074\u0065\u0064\u0020\u006a\u0062\u0069\u0067\u0032 \u0065n\u0063\u006f\u0064\u0065\u0064\u0020\u0064a\u0074\u0061"); -_eb .Log .Debug ("\u0045R\u0052\u004f\u0052\u003a\u0020\u0025v",_debb );return nil ,_debb ;};return _dedg ,nil ;};func (_ca *PdfParser )lookupObjectViaOS (_eea int ,_ecc int )(PdfObject ,error ){var _badg *_bg .Reader ;var _cec objectStream ;var _dc bool ; -_cec ,_dc =_ca ._fggc [_eea ];if !_dc {_ccc ,_dcg :=_ca .LookupByNumber (_eea );if _dcg !=nil {_eb .Log .Debug ("\u004d\u0069ss\u0069\u006e\u0067 \u006f\u0062\u006a\u0065ct \u0073tr\u0065\u0061\u006d\u0020\u0077\u0069\u0074h \u006e\u0075\u006d\u0062\u0065\u0072\u0020%\u0064",_eea ); -return nil ,_dcg ;};_cbde ,_gg :=_ccc .(*PdfObjectStream );if !_gg {return nil ,_f .New ("i\u006e\u0076\u0061\u006cid\u0020o\u0062\u006a\u0065\u0063\u0074 \u0073\u0074\u0072\u0065\u0061\u006d");};if _ca ._eccc !=nil &&!_ca ._eccc .isDecrypted (_cbde ){return nil ,_f .New ("\u006e\u0065\u0065\u0064\u0020\u0074\u006f\u0020\u0064\u0065\u0063r\u0079\u0070\u0074\u0020\u0074\u0068\u0065\u0020\u0073\u0074r\u0065\u0061\u006d"); -};_gdg :=_cbde .PdfObjectDictionary ;_eb .Log .Trace ("\u0073o\u0020\u0064\u003a\u0020\u0025\u0073\n",_gdg .String ());_da ,_gg :=_gdg .Get ("\u0054\u0079\u0070\u0065").(*PdfObjectName );if !_gg {_eb .Log .Debug ("\u0045\u0052R\u004f\u0052\u003a\u0020\u004f\u0062\u006a\u0065\u0063\u0074\u0020\u0073\u0074\u0072\u0065\u0061\u006d\u0020\u0073\u0068\u006f\u0075\u006c\u0064\u0020\u0061\u006c\u0077\u0061\u0079\u0073\u0020\u0068\u0061\u0076\u0065\u0020\u0061\u0020\u0054\u0079\u0070\u0065"); -return nil ,_f .New ("\u006f\u0062\u006a\u0065\u0063\u0074\u0020\u0073\u0074\u0072\u0065a\u006d\u0020\u006d\u0069\u0073\u0073\u0069\u006e\u0067\u0020T\u0079\u0070\u0065");};if _cc .ToLower (string (*_da ))!="\u006f\u0062\u006a\u0073\u0074\u006d"{_eb .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u004f\u0062\u006a\u0065\u0063\u0074\u0020\u0073\u0074\u0072\u0065a\u006d\u0020\u0074\u0079\u0070\u0065\u0020s\u0068\u0061\u006c\u006c\u0020\u0061\u006c\u0077\u0061\u0079\u0073 \u0062\u0065\u0020\u004f\u0062\u006a\u0053\u0074\u006d\u0020\u0021"); -return nil ,_f .New ("\u006f\u0062\u006a\u0065c\u0074\u0020\u0073\u0074\u0072\u0065\u0061\u006d\u0020\u0074y\u0070e\u0020\u0021\u003d\u0020\u004f\u0062\u006aS\u0074\u006d");};N ,_gg :=_gdg .Get ("\u004e").(*PdfObjectInteger );if !_gg {return nil ,_f .New ("\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u004e\u0020i\u006e\u0020\u0073\u0074\u0072\u0065\u0061m\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079"); -};_cbf ,_gg :=_gdg .Get ("\u0046\u0069\u0072s\u0074").(*PdfObjectInteger );if !_gg {return nil ,_f .New ("\u0069\u006e\u0076al\u0069\u0064\u0020\u0046\u0069\u0072\u0073\u0074\u0020i\u006e \u0073t\u0072e\u0061\u006d\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079"); -};_eb .Log .Trace ("\u0074\u0079\u0070\u0065\u003a\u0020\u0025\u0073\u0020\u006eu\u006d\u0062\u0065\u0072\u0020\u006f\u0066 \u006f\u0062\u006a\u0065\u0063\u0074\u0073\u003a\u0020\u0025\u0064",_da ,*N );_fe ,_dcg :=DecodeStream (_cbde );if _dcg !=nil {return nil ,_dcg ; -};_eb .Log .Trace ("D\u0065\u0063\u006f\u0064\u0065\u0064\u003a\u0020\u0025\u0073",_fe );_ef :=_ca .GetFileOffset ();defer func (){_ca .SetFileOffset (_ef )}();_badg =_bg .NewReader (_fe );_ca ._dedbc =_ga .NewReader (_badg );_eb .Log .Trace ("\u0050a\u0072s\u0069\u006e\u0067\u0020\u006ff\u0066\u0073e\u0074\u0020\u006d\u0061\u0070"); -_fef :=map[int ]int64 {};for _gf :=0;_gf < int (*N );_gf ++{_ca .skipSpaces ();_dgd ,_eebg :=_ca .parseNumber ();if _eebg !=nil {return nil ,_eebg ;};_gag ,_bef :=_dgd .(*PdfObjectInteger );if !_bef {return nil ,_f .New ("\u0069\u006e\u0076al\u0069\u0064\u0020\u006f\u0062\u006a\u0065\u0063\u0074 \u0073t\u0072e\u0061m\u0020\u006f\u0066\u0066\u0073\u0065\u0074\u0020\u0074\u0061\u0062\u006c\u0065"); -};_ca .skipSpaces ();_dgd ,_eebg =_ca .parseNumber ();if _eebg !=nil {return nil ,_eebg ;};_aa ,_bef :=_dgd .(*PdfObjectInteger );if !_bef {return nil ,_f .New ("\u0069\u006e\u0076al\u0069\u0064\u0020\u006f\u0062\u006a\u0065\u0063\u0074 \u0073t\u0072e\u0061m\u0020\u006f\u0066\u0066\u0073\u0065\u0074\u0020\u0074\u0061\u0062\u006c\u0065"); -};_eb .Log .Trace ("\u006f\u0062j\u0020\u0025\u0064 \u006f\u0066\u0066\u0073\u0065\u0074\u0020\u0025\u0064",*_gag ,*_aa );_fef [int (*_gag )]=int64 (*_cbf +*_aa );};_cec =objectStream {N :int (*N ),_cgg :_fe ,_faf :_fef };_ca ._fggc [_eea ]=_cec ;}else {_dda :=_ca .GetFileOffset (); -defer func (){_ca .SetFileOffset (_dda )}();_badg =_bg .NewReader (_cec ._cgg );_ca ._dedbc =_ga .NewReader (_badg );};_ebc :=_cec ._faf [_ecc ];_eb .Log .Trace ("\u0041\u0043\u0054\u0055AL\u0020\u006f\u0066\u0066\u0073\u0065\u0074\u005b\u0025\u0064\u005d\u0020\u003d\u0020%\u0064",_ecc ,_ebc ); -_badg .Seek (_ebc ,_bb .SeekStart );_ca ._dedbc =_ga .NewReader (_badg );_dge ,_ :=_ca ._dedbc .Peek (100);_eb .Log .Trace ("\u004f\u0042\u004a\u0020\u0070\u0065\u0065\u006b\u0020\u0022\u0025\u0073\u0022",string (_dge ));_db ,_fb :=_ca .parseObject (); -if _fb !=nil {_eb .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u0020\u0046\u0061\u0069\u006c \u0074\u006f\u0020\u0072\u0065\u0061\u0064 \u006f\u0062\u006a\u0065\u0063\u0074\u0020\u0028\u0025\u0073\u0029",_fb );return nil ,_fb ;};if _db ==nil {return nil ,_f .New ("o\u0062\u006a\u0065\u0063t \u0063a\u006e\u006e\u006f\u0074\u0020b\u0065\u0020\u006e\u0075\u006c\u006c"); -};_cfe :=PdfIndirectObject {};_cfe .ObjectNumber =int64 (_ecc );_cfe .PdfObject =_db ;_cfe ._dcge =_ca ;return &_cfe ,nil ;};var _bfff =_ba .MustCompile ("\u0073t\u0061r\u0074\u0078\u003f\u0072\u0065f\u005c\u0073*\u0028\u005c\u0064\u002b\u0029"); +// AddEncoder adds the passed in encoder to the underlying encoder slice. +func (_egad *MultiEncoder )AddEncoder (encoder StreamEncoder ){_egad ._cfag =append (_egad ._cfag ,encoder );}; -// GetIntVal returns the int value represented by the PdfObject directly or indirectly if contained within an -// indirect object. On type mismatch the found bool flag returned is false and a nil pointer is returned. -func GetIntVal (obj PdfObject )(_gcgb int ,_bcce bool ){_cgdga ,_bcce :=TraceToDirectObject (obj ).(*PdfObjectInteger );if _bcce &&_cgdga !=nil {return int (*_cgdga ),true ;};return 0,false ;}; +// GetUpdatedObjects returns pdf objects which were updated from the specific version (from prevParser). +func (_eeca *PdfParser )GetUpdatedObjects (prevParser *PdfParser )(map[int64 ]PdfObject ,error ){if prevParser ==nil {return nil ,_a .New ("\u0070\u0072e\u0076\u0069\u006f\u0075\u0073\u0020\u0070\u0061\u0072\u0073\u0065\u0072\u0020\u0063\u0061\u006e\u0027\u0074\u0020\u0062\u0065\u0020nu\u006c\u006c"); +};_fagb ,_cgffd :=_eeca .getNumbersOfUpdatedObjects (prevParser );if _cgffd !=nil {return nil ,_cgffd ;};_ggac :=make (map[int64 ]PdfObject );for _ ,_gdagd :=range _fagb {if _gggbe ,_bbgff :=_eeca .LookupByNumber (_gdagd );_bbgff ==nil {_ggac [int64 (_gdagd )]=_gggbe ; +}else {return nil ,_bbgff ;};};return _ggac ,nil ;}; -// UpdateParams updates the parameter values of the encoder. -func (_ddab *LZWEncoder )UpdateParams (params *PdfObjectDictionary ){_ebcb ,_dbf :=GetNumberAsInt64 (params .Get ("\u0050r\u0065\u0064\u0069\u0063\u0074\u006fr"));if _dbf ==nil {_ddab .Predictor =int (_ebcb );};_ffdc ,_dbf :=GetNumberAsInt64 (params .Get ("\u0042\u0069t\u0073\u0050\u0065r\u0043\u006f\u006d\u0070\u006f\u006e\u0065\u006e\u0074")); -if _dbf ==nil {_ddab .BitsPerComponent =int (_ffdc );};_fac ,_dbf :=GetNumberAsInt64 (params .Get ("\u0057\u0069\u0064t\u0068"));if _dbf ==nil {_ddab .Columns =int (_fac );};_bcaf ,_dbf :=GetNumberAsInt64 (params .Get ("\u0043o\u006co\u0072\u0043\u006f\u006d\u0070\u006f\u006e\u0065\u006e\u0074\u0073")); -if _dbf ==nil {_ddab .Colors =int (_bcaf );};_gfcd ,_dbf :=GetNumberAsInt64 (params .Get ("E\u0061\u0072\u006c\u0079\u0043\u0068\u0061\u006e\u0067\u0065"));if _dbf ==nil {_ddab .EarlyChange =int (_gfcd );};};func _gged (_gdea int )int {_gfff :=_gdea >>(_fddb -1); -return (_gdea ^_gfff )-_gfff }; +// JBIG2EncoderSettings contains the parameters and settings used by the JBIG2Encoder. +// Current version works only on JB2Generic compression. +type JBIG2EncoderSettings struct{ -// GetFilterName returns the name of the encoding filter. -func (_dgbe *RunLengthEncoder )GetFilterName ()string {return StreamEncodingFilterNameRunLength }; +// FileMode defines if the jbig2 encoder should return full jbig2 file instead of +// shortened pdf mode. This adds the file header to the jbig2 definition. +FileMode bool ; -// LZWEncoder provides LZW encoding/decoding functionality. -type LZWEncoder struct{Predictor int ;BitsPerComponent int ; +// Compression is the setting that defines the compression type used for encoding the page. +Compression JBIG2CompressionType ; -// For predictors -Columns int ;Colors int ; +// DuplicatedLinesRemoval code generic region in a way such that if the lines are duplicated the encoder +// doesn't store it twice. +DuplicatedLinesRemoval bool ; -// LZW algorithm setting. -EarlyChange int ;};const (DefaultJPEGQuality =75;);func (_dde *FlateEncoder )postDecodePredict (_efgf []byte )([]byte ,error ){if _dde .Predictor > 1{if _dde .Predictor ==2{_eb .Log .Trace ("\u0054\u0069\u0066\u0066\u0020\u0065\u006e\u0063\u006f\u0064\u0069\u006e\u0067"); -_eb .Log .Trace ("\u0043\u006f\u006c\u006f\u0072\u0073\u003a\u0020\u0025\u0064",_dde .Colors );_gaab :=_dde .Columns *_dde .Colors ;if _gaab < 1{return []byte {},nil ;};_daef :=len (_efgf )/_gaab ;if len (_efgf )%_gaab !=0{_eb .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020T\u0049\u0046\u0046 \u0065\u006e\u0063\u006fd\u0069\u006e\u0067\u003a\u0020\u0049\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0072\u006f\u0077\u0020\u006c\u0065\u006e\u0067\u0074\u0068\u002e\u002e\u002e"); -return nil ,_ee .Errorf ("\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0072\u006f\u0077 \u006c\u0065\u006e\u0067\u0074\u0068\u0020\u0028\u0025\u0064/\u0025\u0064\u0029",len (_efgf ),_gaab );};if _gaab %_dde .Colors !=0{return nil ,_ee .Errorf ("\u0069\u006ev\u0061\u006c\u0069\u0064 \u0072\u006fw\u0020\u006c\u0065\u006e\u0067\u0074\u0068\u0020(\u0025\u0064\u0029\u0020\u0066\u006f\u0072\u0020\u0063\u006f\u006c\u006fr\u0073\u0020\u0025\u0064",_gaab ,_dde .Colors ); -};if _gaab > len (_efgf ){_eb .Log .Debug ("\u0052\u006fw\u0020\u006c\u0065\u006e\u0067t\u0068\u0020\u0063\u0061\u006en\u006f\u0074\u0020\u0062\u0065\u0020\u006c\u006f\u006e\u0067\u0065\u0072\u0020\u0074\u0068\u0061\u006e\u0020\u0064\u0061\u0074\u0061\u0020\u006c\u0065\u006e\u0067\u0074\u0068\u0020\u0028\u0025\u0064\u002f\u0025\u0064\u0029",_gaab ,len (_efgf )); -return nil ,_f .New ("\u0072\u0061\u006e\u0067\u0065\u0020\u0063\u0068\u0065\u0063\u006b\u0020e\u0072\u0072\u006f\u0072");};_eb .Log .Trace ("i\u006e\u0070\u0020\u006fut\u0044a\u0074\u0061\u0020\u0028\u0025d\u0029\u003a\u0020\u0025\u0020\u0078",len (_efgf ),_efgf ); -_ebd :=_bg .NewBuffer (nil );for _ccfd :=0;_ccfd < _daef ;_ccfd ++{_ggad :=_efgf [_gaab *_ccfd :_gaab *(_ccfd +1)];for _cggde :=_dde .Colors ;_cggde < _gaab ;_cggde ++{_ggad [_cggde ]+=_ggad [_cggde -_dde .Colors ];};_ebd .Write (_ggad );};_dccde :=_ebd .Bytes (); -_eb .Log .Trace ("\u0050O\u0075t\u0044\u0061\u0074\u0061\u0020(\u0025\u0064)\u003a\u0020\u0025\u0020\u0078",len (_dccde ),_dccde );return _dccde ,nil ;}else if _dde .Predictor >=10&&_dde .Predictor <=15{_eb .Log .Trace ("\u0050\u004e\u0047 \u0045\u006e\u0063\u006f\u0064\u0069\u006e\u0067"); -_abdf :=_dde .Columns *_dde .Colors +1;_egbf :=len (_efgf )/_abdf ;if len (_efgf )%_abdf !=0{return nil ,_ee .Errorf ("\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0072\u006f\u0077 \u006c\u0065\u006e\u0067\u0074\u0068\u0020\u0028\u0025\u0064/\u0025\u0064\u0029",len (_efgf ),_abdf ); -};if _abdf > len (_efgf ){_eb .Log .Debug ("\u0052\u006fw\u0020\u006c\u0065\u006e\u0067t\u0068\u0020\u0063\u0061\u006en\u006f\u0074\u0020\u0062\u0065\u0020\u006c\u006f\u006e\u0067\u0065\u0072\u0020\u0074\u0068\u0061\u006e\u0020\u0064\u0061\u0074\u0061\u0020\u006c\u0065\u006e\u0067\u0074\u0068\u0020\u0028\u0025\u0064\u002f\u0025\u0064\u0029",_abdf ,len (_efgf )); -return nil ,_f .New ("\u0072\u0061\u006e\u0067\u0065\u0020\u0063\u0068\u0065\u0063\u006b\u0020e\u0072\u0072\u006f\u0072");};_acga :=_bg .NewBuffer (nil );_eb .Log .Trace ("P\u0072\u0065\u0064\u0069ct\u006fr\u0020\u0063\u006f\u006c\u0075m\u006e\u0073\u003a\u0020\u0025\u0064",_dde .Columns ); -_eb .Log .Trace ("\u004ce\u006e\u0067\u0074\u0068:\u0020\u0025\u0064\u0020\u002f \u0025d\u0020=\u0020\u0025\u0064\u0020\u0072\u006f\u0077s",len (_efgf ),_abdf ,_egbf );_dcea :=make ([]byte ,_abdf );for _agdf :=0;_agdf < _abdf ;_agdf ++{_dcea [_agdf ]=0; -};_geff :=_dde .Colors ;for _fcgc :=0;_fcgc < _egbf ;_fcgc ++{_gaee :=_efgf [_abdf *_fcgc :_abdf *(_fcgc +1)];_afeb :=_gaee [0];switch _afeb {case _cafb :case _ebeb :for _age :=1+_geff ;_age < _abdf ;_age ++{_gaee [_age ]+=_gaee [_age -_geff ];};case _ggef :for _ffed :=1; -_ffed < _abdf ;_ffed ++{_gaee [_ffed ]+=_dcea [_ffed ];};case _bae :for _adcb :=1;_adcb < _geff +1;_adcb ++{_gaee [_adcb ]+=_dcea [_adcb ]/2;};for _faee :=_geff +1;_faee < _abdf ;_faee ++{_gaee [_faee ]+=byte ((int (_gaee [_faee -_geff ])+int (_dcea [_faee ]))/2); -};case _cecg :for _bebe :=1;_bebe < _abdf ;_bebe ++{var _fgagg ,_bgc ,_egee byte ;_bgc =_dcea [_bebe ];if _bebe >=_geff +1{_fgagg =_gaee [_bebe -_geff ];_egee =_dcea [_bebe -_geff ];};_gaee [_bebe ]+=_fcee (_fgagg ,_bgc ,_egee );};default:_eb .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0049\u006e\u0076\u0061\u006c\u0069d\u0020\u0066\u0069\u006c\u0074\u0065r\u0020\u0062\u0079\u0074\u0065\u0020\u0028\u0025\u0064\u0029\u0020\u0040\u0072o\u0077\u0020\u0025\u0064",_afeb ,_fcgc ); -return nil ,_ee .Errorf ("\u0069n\u0076\u0061\u006c\u0069\u0064\u0020\u0066\u0069\u006c\u0074\u0065r\u0020\u0062\u0079\u0074\u0065\u0020\u0028\u0025\u0064\u0029",_afeb );};copy (_dcea ,_gaee );_acga .Write (_gaee [1:]);};_bfgg :=_acga .Bytes ();return _bfgg ,nil ; -}else {_eb .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a \u0055\u006e\u0073\u0075\u0070\u0070\u006f\u0072\u0074\u0065\u0064\u0020\u0070r\u0065\u0064\u0069\u0063\u0074\u006f\u0072 \u0028\u0025\u0064\u0029",_dde .Predictor );return nil ,_ee .Errorf ("\u0075\u006e\u0073\u0075\u0070\u0070\u006f\u0072\u0074\u0065\u0064 \u0070\u0072\u0065\u0064\u0069\u0063\u0074\u006f\u0072\u0020(\u0025\u0064\u0029",_dde .Predictor ); -};};return _efgf ,nil ;}; +// DefaultPixelValue is the bit value initial for every pixel in the page. +DefaultPixelValue uint8 ; -// MakeStringFromBytes creates an PdfObjectString from a byte array. -// This is more natural than MakeString as `data` is usually not utf-8 encoded. -func MakeStringFromBytes (data []byte )*PdfObjectString {return MakeString (string (data ))}; +// ResolutionX optional setting that defines the 'x' axis input image resolution - used for single page encoding. +ResolutionX int ; -// GetFilterName returns the name of the encoding filter. -func (_ecd *JBIG2Encoder )GetFilterName ()string {return StreamEncodingFilterNameJBIG2 }; +// ResolutionY optional setting that defines the 'y' axis input image resolution - used for single page encoding. +ResolutionY int ; -// MakeDecodeParams makes a new instance of an encoding dictionary based on -// the current encoder settings. -func (_cbbd *JPXEncoder )MakeDecodeParams ()PdfObject {return nil }; +// Threshold defines the threshold of the image correlation for +// non Generic compression. +// User only for JB2SymbolCorrelation and JB2SymbolRankHaus methods. +// Best results in range [0.7 - 0.98] - the less the better the compression would be +// but the more lossy. +// Default value: 0.95 +Threshold float64 ;}; -// Set sets the PdfObject at index i of the streams. An error is returned if the index is outside bounds. -func (_fgbf *PdfObjectStreams )Set (i int ,obj PdfObject )error {if i < 0||i >=len (_fgbf ._fagda ){return _f .New ("\u004f\u0075\u0074\u0073\u0069\u0064\u0065\u0020\u0062o\u0075\u006e\u0064\u0073");};_fgbf ._fagda [i ]=obj ;return nil ;}; +// GetTrailer returns the PDFs trailer dictionary. The trailer dictionary is typically the starting point for a PDF, +// referencing other key objects that are important in the document structure. +func (_bfd *PdfParser )GetTrailer ()*PdfObjectDictionary {return _bfd ._daeab }; -// MakeDecodeParams makes a new instance of an encoding dictionary based on -// the current encoder settings. -func (_fgagd *DCTEncoder )MakeDecodeParams ()PdfObject {return nil };type limitedReadSeeker struct{_efag _bb .ReadSeeker ;_befa int64 ;}; +// UpdateParams updates the parameter values of the encoder. +func (_edb *FlateEncoder )UpdateParams (params *PdfObjectDictionary ){_cec ,_bgad :=GetNumberAsInt64 (params .Get ("\u0050r\u0065\u0064\u0069\u0063\u0074\u006fr"));if _bgad ==nil {_edb .Predictor =int (_cec );};_aaaa ,_bgad :=GetNumberAsInt64 (params .Get ("\u0042\u0069t\u0073\u0050\u0065r\u0043\u006f\u006d\u0070\u006f\u006e\u0065\u006e\u0074")); +if _bgad ==nil {_edb .BitsPerComponent =int (_aaaa );};_eca ,_bgad :=GetNumberAsInt64 (params .Get ("\u0057\u0069\u0064t\u0068"));if _bgad ==nil {_edb .Columns =int (_eca );};_dce ,_bgad :=GetNumberAsInt64 (params .Get ("\u0043o\u006co\u0072\u0043\u006f\u006d\u0070\u006f\u006e\u0065\u006e\u0074\u0073")); +if _bgad ==nil {_edb .Colors =int (_dce );};}; -// ParseDict reads and parses a PDF dictionary object enclosed with '<<' and '>>' -func (_bfbe *PdfParser )ParseDict ()(*PdfObjectDictionary ,error ){_eb .Log .Trace ("\u0052\u0065\u0061\u0064\u0069\u006e\u0067\u0020\u0050\u0044\u0046\u0020D\u0069\u0063\u0074\u0021");_dfg :=MakeDict ();_dfg ._eddefe =_bfbe ;_ddeg ,_ :=_bfbe ._dedbc .ReadByte (); -if _ddeg !='<'{return nil ,_f .New ("\u0069\u006e\u0076a\u006c\u0069\u0064\u0020\u0064\u0069\u0063\u0074");};_ddeg ,_ =_bfbe ._dedbc .ReadByte ();if _ddeg !='<'{return nil ,_f .New ("\u0069\u006e\u0076a\u006c\u0069\u0064\u0020\u0064\u0069\u0063\u0074"); -};for {_bfbe .skipSpaces ();_bfbe .skipComments ();_fddd ,_bgef :=_bfbe ._dedbc .Peek (2);if _bgef !=nil {return nil ,_bgef ;};_eb .Log .Trace ("D\u0069c\u0074\u0020\u0070\u0065\u0065\u006b\u003a\u0020%\u0073\u0020\u0028\u0025 x\u0029\u0021",string (_fddd ),string (_fddd )); -if (_fddd [0]=='>')&&(_fddd [1]=='>'){_eb .Log .Trace ("\u0045\u004f\u0046\u0020\u0064\u0069\u0063\u0074\u0069o\u006e\u0061\u0072\u0079");_bfbe ._dedbc .ReadByte ();_bfbe ._dedbc .ReadByte ();break ;};_eb .Log .Trace ("\u0050a\u0072s\u0065\u0020\u0074\u0068\u0065\u0020\u006e\u0061\u006d\u0065\u0021"); -_cabd ,_bgef :=_bfbe .parseName ();_eb .Log .Trace ("\u004be\u0079\u003a\u0020\u0025\u0073",_cabd );if _bgef !=nil {_eb .Log .Debug ("E\u0052\u0052\u004f\u0052\u0020\u0052e\u0074\u0075\u0072\u006e\u0069\u006e\u0067\u0020\u006ea\u006d\u0065\u0020e\u0072r\u0020\u0025\u0073",_bgef ); -return nil ,_bgef ;};if len (_cabd )> 4&&_cabd [len (_cabd )-4:]=="\u006e\u0075\u006c\u006c"{_abbb :=_cabd [0:len (_cabd )-4];_eb .Log .Debug ("\u0054\u0061\u006b\u0069n\u0067\u0020\u0063\u0061\u0072\u0065\u0020\u006f\u0066\u0020n\u0075l\u006c\u0020\u0062\u0075\u0067\u0020\u0028%\u0073\u0029",_cabd ); -_eb .Log .Debug ("\u004e\u0065\u0077\u0020ke\u0079\u0020\u0022\u0025\u0073\u0022\u0020\u003d\u0020\u006e\u0075\u006c\u006c",_abbb );_bfbe .skipSpaces ();_ddce ,_ :=_bfbe ._dedbc .Peek (1);if _ddce [0]=='/'{_dfg .Set (_abbb ,MakeNull ());continue ;};};_bfbe .skipSpaces (); -_gfbc ,_bgef :=_bfbe .parseObject ();if _bgef !=nil {return nil ,_bgef ;};_dfg .Set (_cabd ,_gfbc );if _eb .Log .IsLogLevel (_eb .LogLevelTrace ){_eb .Log .Trace ("\u0064\u0069\u0063\u0074\u005b\u0025\u0073\u005d\u0020\u003d\u0020\u0025\u0073",_cabd ,_gfbc .String ()); -};};_eb .Log .Trace ("\u0072\u0065\u0074\u0075rn\u0069\u006e\u0067\u0020\u0050\u0044\u0046\u0020\u0044\u0069\u0063\u0074\u0021");return _dfg ,nil ;};func _gfad (_cce *_gbe .FilterDict ,_aac *PdfObjectDictionary )error {if _bgg ,_gdc :=_aac .Get ("\u0054\u0079\u0070\u0065").(*PdfObjectName ); -_gdc {if _efa :=string (*_bgg );_efa !="C\u0072\u0079\u0070\u0074\u0046\u0069\u006c\u0074\u0065\u0072"{_eb .Log .Debug ("\u0049\u006e\u0076\u0061\u006c\u0069\u0064\u0020C\u0046\u0020\u0064ic\u0074\u0020\u0074\u0079\u0070\u0065:\u0020\u0025\u0073\u0020\u0028\u0073\u0068\u006f\u0075\u006c\u0064\u0020\u0062\u0065\u0020C\u0072\u0079\u0070\u0074\u0046\u0069\u006c\u0074e\u0072\u0029",_efa ); -};};_ded ,_daa :=_aac .Get ("\u0043\u0046\u004d").(*PdfObjectName );if !_daa {return _ee .Errorf ("\u0075\u006e\u0073u\u0070\u0070\u006f\u0072t\u0065\u0064\u0020\u0063\u0072\u0079\u0070t\u0020\u0066\u0069\u006c\u0074\u0065\u0072\u0020\u0028\u004e\u006f\u006e\u0065\u0029"); -};_cce .CFM =string (*_ded );if _fg ,_efb :=_aac .Get ("\u0041u\u0074\u0068\u0045\u0076\u0065\u006et").(*PdfObjectName );_efb {_cce .AuthEvent =_cbd .AuthEvent (*_fg );}else {_cce .AuthEvent =_cbd .EventDocOpen ;};if _dbbg ,_eaa :=_aac .Get ("\u004c\u0065\u006e\u0067\u0074\u0068").(*PdfObjectInteger ); -_eaa {_cce .Length =int (*_dbbg );};return nil ;}; +// IsOctalDigit checks if a character can be part of an octal digit string. +func IsOctalDigit (c byte )bool {return '0'<=c &&c <='7'}; -// Keys returns the list of keys in the dictionary. -// If `d` is nil returns a nil slice. -func (_defdc *PdfObjectDictionary )Keys ()[]PdfObjectName {if _defdc ==nil {return nil ;};return _defdc ._begbb ;}; +// GetNameVal returns the string value represented by the PdfObject directly or indirectly if +// contained within an indirect object. On type mismatch the found bool flag returned is false and +// an empty string is returned. +func GetNameVal (obj PdfObject )(_adbg string ,_fcfb bool ){_eecbaa ,_fcfb :=TraceToDirectObject (obj ).(*PdfObjectName );if _fcfb {return string (*_eecbaa ),true ;};return ;};func (_fed *PdfParser )lookupByNumberWrapper (_fbd int ,_ggf bool )(PdfObject ,bool ,error ){_ccg ,_cga ,_cag :=_fed .lookupByNumber (_fbd ,_ggf ); +if _cag !=nil {return nil ,_cga ,_cag ;};if !_cga &&_fed ._bbaead !=nil &&_fed ._bbaead ._bga &&!_fed ._bbaead .isDecrypted (_ccg ){_dc :=_fed ._bbaead .Decrypt (_ccg ,0,0);if _dc !=nil {return nil ,_cga ,_dc ;};};return _ccg ,_cga ,nil ;}; -// MakeDecodeParams makes a new instance of an encoding dictionary based on -// the current encoder settings. -func (_dabg *RawEncoder )MakeDecodeParams ()PdfObject {return nil }; +// WriteString outputs the object as it is to be written to file. +func (_eebeb *PdfObjectString )WriteString ()string {var _bdaf _bd .Buffer ;if _eebeb ._eecac {_efgbd :=_ge .EncodeToString (_eebeb .Bytes ());_bdaf .WriteString ("\u003c");_bdaf .WriteString (_efgbd );_bdaf .WriteString ("\u003e");return _bdaf .String (); +};_cfcb :=map[byte ]string {'\n':"\u005c\u006e",'\r':"\u005c\u0072",'\t':"\u005c\u0074",'\b':"\u005c\u0062",'\f':"\u005c\u0066",'(':"\u005c\u0028",')':"\u005c\u0029",'\\':"\u005c\u005c"};_bdaf .WriteString ("\u0028");for _fbfa :=0;_fbfa < len (_eebeb ._befb ); +_fbfa ++{_dddd :=_eebeb ._befb [_fbfa ];if _bdcde ,_bebe :=_cfcb [_dddd ];_bebe {_bdaf .WriteString (_bdcde );}else {_bdaf .WriteByte (_dddd );};};_bdaf .WriteString ("\u0029");return _bdaf .String ();};func (_ggga *limitedReadSeeker )getError (_eeddb int64 )error {switch {case _eeddb < 0:return _bf .Errorf ("\u0075\u006e\u0065\u0078\u0070\u0065\u0063\u0074\u0065\u0064 \u006e\u0065\u0067\u0061\u0074\u0069\u0076e\u0020\u006f\u0066\u0066\u0073\u0065\u0074\u003a\u0020\u0025\u0064",_eeddb ); +case _eeddb > _ggga ._efa :return _bf .Errorf ("u\u006e\u0065\u0078\u0070ec\u0074e\u0064\u0020\u006f\u0066\u0066s\u0065\u0074\u003a\u0020\u0025\u0064",_eeddb );};return nil ;};func (_faegc *PdfParser )parseHexString ()(*PdfObjectString ,error ){_faegc ._dgca .ReadByte (); +var _eeeb _bd .Buffer ;for {_cbfa ,_eabb :=_faegc ._dgca .Peek (1);if _eabb !=nil {return MakeString (""),_eabb ;};if _cbfa [0]=='>'{_faegc ._dgca .ReadByte ();break ;};_abdcg ,_ :=_faegc ._dgca .ReadByte ();if _faegc ._ffad {if _bd .IndexByte (_fgag ,_abdcg )==-1{_faegc ._dbee ._bbgc =true ; +};};if !IsWhiteSpace (_abdcg ){_eeeb .WriteByte (_abdcg );};};if _eeeb .Len ()%2==1{_faegc ._dbee ._cagf =true ;_eeeb .WriteRune ('0');};_bacb ,_ :=_ge .DecodeString (_eeeb .String ());return MakeHexString (string (_bacb )),nil ;}; -// String returns a string describing `d`. -func (_bafc *PdfObjectDictionary )String ()string {var _fcfde _cc .Builder ;_fcfde .WriteString ("\u0044\u0069\u0063t\u0028");for _ ,_adca :=range _bafc ._begbb {_gfda :=_bafc ._abec [_adca ];_fcfde .WriteString ("\u0022"+_adca .String ()+"\u0022\u003a\u0020"); -_fcfde .WriteString (_gfda .String ());_fcfde .WriteString ("\u002c\u0020");};_fcfde .WriteString ("\u0029");return _fcfde .String ();}; +// GetFilterName returns the name of the encoding filter. +func (_abdgf *RunLengthEncoder )GetFilterName ()string {return StreamEncodingFilterNameRunLength }; -// MakeArrayFromFloats creates an PdfObjectArray from a slice of float64s, where each array element is an -// PdfObjectFloat. -func MakeArrayFromFloats (vals []float64 )*PdfObjectArray {_adaab :=MakeArray ();for _ ,_cabde :=range vals {_adaab .Append (MakeFloat (_cabde ));};return _adaab ;};const (XrefTypeTableEntry xrefType =iota ;XrefTypeObjectStream xrefType =iota ;); +// Read implementation of Read interface. +func (_dcbf *limitedReadSeeker )Read (p []byte )(_aaag int ,_fgfe error ){_aeed ,_fgfe :=_dcbf ._bdag .Seek (0,_eb .SeekCurrent );if _fgfe !=nil {return 0,_fgfe ;};_gaae :=_dcbf ._efa -_aeed ;if _gaae ==0{return 0,_eb .EOF ;};if _edaac :=int64 (len (p )); +_edaac < _gaae {_gaae =_edaac ;};_cgegb :=make ([]byte ,_gaae );_aaag ,_fgfe =_dcbf ._bdag .Read (_cgegb );copy (p ,_cgegb );return _aaag ,_fgfe ;};func (_ecfcb *PdfParser )resolveReference (_afbfc *PdfObjectReference )(PdfObject ,bool ,error ){_efbdg ,_cdbdb :=_ecfcb .ObjCache [int (_afbfc .ObjectNumber )]; +if _cdbdb {return _efbdg ,true ,nil ;};_bgdfg ,_abgcb :=_ecfcb .LookupByReference (*_afbfc );if _abgcb !=nil {return nil ,false ,_abgcb ;};_ecfcb .ObjCache [int (_afbfc .ObjectNumber )]=_bgdfg ;return _bgdfg ,false ,nil ;}; -// IsOctalDigit checks if a character can be part of an octal digit string. -func IsOctalDigit (c byte )bool {return '0'<=c &&c <='7'};var _gdga =_ba .MustCompile ("\u005e\u005b\u005c\u002b\u002d\u002e\u005d\u002a\u0028\u005b\u0030\u002d9\u002e\u005d\u002b\u0029");func (_cfge *PdfParser )repairLocateXref ()(int64 ,error ){_dfbfb :=int64 (1000); -_cfge ._cdea .Seek (-_dfbfb ,_bb .SeekCurrent );_cbbc ,_ffec :=_cfge ._cdea .Seek (0,_bb .SeekCurrent );if _ffec !=nil {return 0,_ffec ;};_eaae :=make ([]byte ,_dfbfb );_cfge ._cdea .Read (_eaae );_aebbd :=_ecfbb .FindAllStringIndex (string (_eaae ),-1); -if len (_aebbd )< 1{_eb .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0052\u0065\u0070a\u0069\u0072\u003a\u0020\u0078\u0072\u0065f\u0020\u006e\u006f\u0074\u0020\u0066\u006f\u0075\u006e\u0064\u0021");return 0,_f .New ("\u0072\u0065\u0070\u0061ir\u003a\u0020\u0078\u0072\u0065\u0066\u0020\u006e\u006f\u0074\u0020\u0066\u006f\u0075n\u0064"); -};_fcba :=int64 (_aebbd [len (_aebbd )-1][0]);_bcda :=_cbbc +_fcba ;return _bcda ,nil ;}; +// Seek implementation of Seek interface. +func (_dbgg *limitedReadSeeker )Seek (offset int64 ,whence int )(int64 ,error ){var _caa int64 ;switch whence {case _eb .SeekStart :_caa =offset ;case _eb .SeekCurrent :_ebbc ,_ccfce :=_dbgg ._bdag .Seek (0,_eb .SeekCurrent );if _ccfce !=nil {return 0,_ccfce ; +};_caa =_ebbc +offset ;case _eb .SeekEnd :_caa =_dbgg ._efa +offset ;};if _cggc :=_dbgg .getError (_caa );_cggc !=nil {return 0,_cggc ;};if _ ,_gceag :=_dbgg ._bdag .Seek (_caa ,_eb .SeekStart );_gceag !=nil {return 0,_gceag ;};return _caa ,nil ;}; -// DecodeBytes decodes a slice of LZW encoded bytes and returns the result. -func (_ged *LZWEncoder )DecodeBytes (encoded []byte )([]byte ,error ){var _faeeg _bg .Buffer ;_acbg :=_bg .NewReader (encoded );var _agge _bb .ReadCloser ;if _ged .EarlyChange ==1{_agge =_cg .NewReader (_acbg ,_cg .MSB ,8);}else {_agge =_eg .NewReader (_acbg ,_eg .MSB ,8); -};defer _agge .Close ();if _ ,_ffg :=_faeeg .ReadFrom (_agge );_ffg !=nil {if _ffg !=_bb .ErrUnexpectedEOF ||_faeeg .Len ()==0{return nil ,_ffg ;};_eb .Log .Debug ("\u0057\u0041\u0052\u004e\u003a\u0020\u004c\u005a\u0057\u0020\u0064\u0065\u0063\u006f\u0064i\u006e\u0067\u0020\u0065\u0072\u0072\u006f\u0072\u003a\u0020\u0025\u0076\u002e \u004f\u0075\u0074\u0070\u0075\u0074\u0020\u006d\u0061\u0079\u0020\u0062e \u0069\u006e\u0063\u006f\u0072\u0072\u0065\u0063\u0074\u002e",_ffg ); -};return _faeeg .Bytes (),nil ;}; +// NewRawEncoder returns a new instace of RawEncoder. +func NewRawEncoder ()*RawEncoder {return &RawEncoder {}}; -// GetArray returns the *PdfObjectArray represented by the PdfObject directly or indirectly within an indirect -// object. On type mismatch the found bool flag is false and a nil pointer is returned. -func GetArray (obj PdfObject )(_afgc *PdfObjectArray ,_dbfb bool ){_afgc ,_dbfb =TraceToDirectObject (obj ).(*PdfObjectArray );return _afgc ,_dbfb ;}; +// HasInvalidSeparationAfterXRef implements core.ParserMetadata interface. +func (_cgda ParserMetadata )HasInvalidSeparationAfterXRef ()bool {return _cgda ._aad };const _cgaf =6; -// EncodeBytes encodes data into ASCII85 encoded format. -func (_acfe *ASCII85Encoder )EncodeBytes (data []byte )([]byte ,error ){var _ebf _bg .Buffer ;for _bceb :=0;_bceb < len (data );_bceb +=4{_gacdf :=data [_bceb ];_efgd :=1;_abga :=byte (0);if _bceb +1< len (data ){_abga =data [_bceb +1];_efgd ++;};_dcb :=byte (0); -if _bceb +2< len (data ){_dcb =data [_bceb +2];_efgd ++;};_bcdb :=byte (0);if _bceb +3< len (data ){_bcdb =data [_bceb +3];_efgd ++;};_dccb :=(uint32 (_gacdf )<<24)|(uint32 (_abga )<<16)|(uint32 (_dcb )<<8)|uint32 (_bcdb );if _dccb ==0{_ebf .WriteByte ('z'); -}else {_gdgff :=_acfe .base256Tobase85 (_dccb );for _ ,_cacc :=range _gdgff [:_efgd +1]{_ebf .WriteByte (_cacc +'!');};};};_ebf .WriteString ("\u007e\u003e");return _ebf .Bytes (),nil ;}; +// DecodeBytes decodes a slice of Flate encoded bytes and returns the result. +func (_gaa *FlateEncoder )DecodeBytes (encoded []byte )([]byte ,error ){_eg .Log .Trace ("\u0046\u006c\u0061\u0074\u0065\u0044\u0065\u0063\u006f\u0064\u0065\u0020b\u0079\u0074\u0065\u0073");if len (encoded )==0{_eg .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0065\u006d\u0070\u0074\u0079\u0020\u0046\u006c\u0061\u0074\u0065 e\u006ec\u006f\u0064\u0065\u0064\u0020\u0062\u0075\u0066\u0066\u0065\u0072\u002e \u0052\u0065\u0074\u0075\u0072\u006e\u0069\u006e\u0067\u0020\u0065\u006d\u0070\u0074\u0079\u0020\u0062y\u0074\u0065\u0020\u0073\u006c\u0069\u0063\u0065\u002e"); +return []byte {},nil ;};_bgeb :=_bd .NewReader (encoded );_baf ,_gdd :=_ag .NewReader (_bgeb );if _gdd !=nil {_eg .Log .Debug ("\u0044e\u0063o\u0064\u0069\u006e\u0067\u0020e\u0072\u0072o\u0072\u0020\u0025\u0076\u000a",_gdd );_eg .Log .Debug ("\u0053t\u0072e\u0061\u006d\u0020\u0028\u0025\u0064\u0029\u0020\u0025\u0020\u0078",len (encoded ),encoded ); +return nil ,_gdd ;};defer _baf .Close ();var _agf _bd .Buffer ;_agf .ReadFrom (_baf );return _agf .Bytes (),nil ;}; -// NewFlateEncoder makes a new flate encoder with default parameters, predictor 1 and bits per component 8. -func NewFlateEncoder ()*FlateEncoder {_bea :=&FlateEncoder {};_bea .Predictor =1;_bea .BitsPerComponent =8;_bea .Colors =1;_bea .Columns =1;return _bea ;};func (_ggbga *PdfParser )parsePdfVersion ()(int ,int ,error ){var _efbce int64 =20;_effdc :=make ([]byte ,_efbce ); -_ggbga ._cdea .Seek (0,_bb .SeekStart );_ggbga ._cdea .Read (_effdc );var _cbbdd error ;var _ecbcd ,_ebgg int ;if _beab :=_bffg .FindStringSubmatch (string (_effdc ));len (_beab )< 3{if _ecbcd ,_ebgg ,_cbbdd =_ggbga .seekPdfVersionTopDown ();_cbbdd !=nil {_eb .Log .Debug ("F\u0061\u0069\u006c\u0065\u0064\u0020\u0072\u0065\u0063\u006f\u0076\u0065\u0072\u0079\u0020\u002d\u0020\u0075n\u0061\u0062\u006c\u0065\u0020\u0074\u006f\u0020\u0066\u0069nd\u0020\u0076\u0065r\u0073i\u006f\u006e"); -return 0,0,_cbbdd ;};_ggbga ._cdea ,_cbbdd =_aggd (_ggbga ._cdea ,_ggbga .GetFileOffset ()-8);if _cbbdd !=nil {return 0,0,_cbbdd ;};}else {if _ecbcd ,_cbbdd =_d .Atoi (_beab [1]);_cbbdd !=nil {return 0,0,_cbbdd ;};if _ebgg ,_cbbdd =_d .Atoi (_beab [2]); -_cbbdd !=nil {return 0,0,_cbbdd ;};_ggbga .SetFileOffset (0);};_ggbga ._dedbc =_ga .NewReader (_ggbga ._cdea );_eb .Log .Debug ("\u0050\u0064\u0066\u0020\u0076\u0065\u0072\u0073\u0069\u006f\u006e\u0020%\u0064\u002e\u0025\u0064",_ecbcd ,_ebgg );return _ecbcd ,_ebgg ,nil ; -}; +// NewLZWEncoder makes a new LZW encoder with default parameters. +func NewLZWEncoder ()*LZWEncoder {_bfcg :=&LZWEncoder {};_bfcg .Predictor =1;_bfcg .BitsPerComponent =8;_bfcg .Colors =1;_bfcg .Columns =1;_bfcg .EarlyChange =1;return _bfcg ;};func _gbcgd (_feebc PdfObject ,_dffcc int )PdfObject {if _dffcc > _abbgc {_eg .Log .Error ("\u0054\u0072ac\u0065\u0020\u0064e\u0070\u0074\u0068\u0020lev\u0065l \u0062\u0065\u0079\u006f\u006e\u0064\u0020%d\u0020\u002d\u0020\u0065\u0072\u0072\u006fr\u0021",_abbgc ); +return MakeNull ();};switch _ccacf :=_feebc .(type ){case *PdfIndirectObject :_feebc =_gbcgd ((*_ccacf ).PdfObject ,_dffcc +1);case *PdfObjectArray :for _bggb ,_dfgd :=range (*_ccacf )._cgef {(*_ccacf )._cgef [_bggb ]=_gbcgd (_dfgd ,_dffcc +1);};case *PdfObjectDictionary :for _fbgf ,_dbge :=range (*_ccacf )._degg {(*_ccacf )._degg [_fbgf ]=_gbcgd (_dbge ,_dffcc +1); +};_e .Slice ((*_ccacf )._aeba ,func (_dfeb ,_bege int )bool {return (*_ccacf )._aeba [_dfeb ]< (*_ccacf )._aeba [_bege ]});};return _feebc ;}; -// UpdateParams updates the parameter values of the encoder. -func (_fbcd *JPXEncoder )UpdateParams (params *PdfObjectDictionary ){}; +// JBIG2Image is the image structure used by the jbig2 encoder. Its Data must be in a +// 1 bit per component and 1 component per pixel (1bpp). In order to create binary image +// use GoImageToJBIG2 function. If the image data contains the row bytes padding set the HasPadding to true. +type JBIG2Image struct{ -// GetInt returns the *PdfObjectBool object that is represented by a PdfObject either directly or indirectly -// within an indirect object. The bool flag indicates whether a match was found. -func GetInt (obj PdfObject )(_addc *PdfObjectInteger ,_gcedg bool ){_addc ,_gcedg =TraceToDirectObject (obj ).(*PdfObjectInteger );return _addc ,_gcedg ;}; +// Width and Height defines the image boundaries. +Width ,Height int ; + +// Data is the byte slice data for the input image +Data []byte ; + +// HasPadding is the attribute that defines if the last byte of the data in the row contains +// 0 bits padding. +HasPadding bool ;}; + +// DecodeBytes decodes the CCITTFax encoded image data. +func (_bddc *CCITTFaxEncoder )DecodeBytes (encoded []byte )([]byte ,error ){_fgbe ,_cgdc :=_fb .NewDecoder (encoded ,_fb .DecodeOptions {Columns :_bddc .Columns ,Rows :_bddc .Rows ,K :_bddc .K ,EncodedByteAligned :_bddc .EncodedByteAlign ,BlackIsOne :_bddc .BlackIs1 ,EndOfBlock :_bddc .EndOfBlock ,EndOfLine :_bddc .EndOfLine ,DamagedRowsBeforeError :_bddc .DamagedRowsBeforeError }); +if _cgdc !=nil {return nil ,_cgdc ;};_eebbc ,_cgdc :=_eb .ReadAll (_fgbe );if _cgdc !=nil {return nil ,_cgdc ;};return _eebbc ,nil ;};func _eddc (_cdbcf *PdfObjectStream )(*MultiEncoder ,error ){_aaf :=NewMultiEncoder ();_bdcb :=_cdbcf .PdfObjectDictionary ; +if _bdcb ==nil {return _aaf ,nil ;};var _dabba *PdfObjectDictionary ;var _ffdg []PdfObject ;_ddbd :=_bdcb .Get ("D\u0065\u0063\u006f\u0064\u0065\u0050\u0061\u0072\u006d\u0073");if _ddbd !=nil {_bced ,_cgc :=_ddbd .(*PdfObjectDictionary );if _cgc {_dabba =_bced ; +};_gcff ,_gfaab :=_ddbd .(*PdfObjectArray );if _gfaab {for _ ,_agef :=range _gcff .Elements (){_agef =TraceToDirectObject (_agef );if _daaf ,_cgcg :=_agef .(*PdfObjectDictionary );_cgcg {_ffdg =append (_ffdg ,_daaf );}else {_ffdg =append (_ffdg ,MakeDict ()); +};};};};_ddbd =_bdcb .Get ("\u0046\u0069\u006c\u0074\u0065\u0072");if _ddbd ==nil {return nil ,_bf .Errorf ("\u0066\u0069\u006c\u0074\u0065\u0072\u0020\u006d\u0069s\u0073\u0069\u006e\u0067");};_cbaed ,_bddg :=_ddbd .(*PdfObjectArray );if !_bddg {return nil ,_bf .Errorf ("m\u0075\u006c\u0074\u0069\u0020\u0066\u0069\u006c\u0074\u0065\u0072\u0020\u0063\u0061\u006e\u0020\u006f\u006el\u0079\u0020\u0062\u0065\u0020\u006d\u0061\u0064\u0065\u0020fr\u006f\u006d\u0020a\u0072r\u0061\u0079"); +};for _aggf ,_dfcc :=range _cbaed .Elements (){_gcbeg ,_bbbb :=_dfcc .(*PdfObjectName );if !_bbbb {return nil ,_bf .Errorf ("\u006d\u0075l\u0074\u0069\u0020\u0066i\u006c\u0074e\u0072\u0020\u0061\u0072\u0072\u0061\u0079\u0020e\u006c\u0065\u006d\u0065\u006e\u0074\u0020\u006e\u006f\u0074\u0020\u0061 \u006e\u0061\u006d\u0065"); +};var _dabe PdfObject ;if _dabba !=nil {_dabe =_dabba ;}else {if len (_ffdg )> 0{if _aggf >=len (_ffdg ){return nil ,_bf .Errorf ("\u006d\u0069\u0073\u0073\u0069\u006e\u0067\u0020\u0065\u006c\u0065\u006d\u0065n\u0074\u0073\u0020\u0069\u006e\u0020d\u0065\u0063\u006f\u0064\u0065\u0020\u0070\u0061\u0072\u0061\u006d\u0073\u0020a\u0072\u0072\u0061\u0079"); +};_dabe =_ffdg [_aggf ];};};var _dcgf *PdfObjectDictionary ;if _gffgd ,_cgfg :=_dabe .(*PdfObjectDictionary );_cgfg {_dcgf =_gffgd ;};_eg .Log .Trace ("\u004e\u0065\u0078t \u006e\u0061\u006d\u0065\u003a\u0020\u0025\u0073\u002c \u0064p\u003a \u0025v\u002c\u0020\u0064\u0050\u0061\u0072\u0061\u006d\u0073\u003a\u0020\u0025\u0076",*_gcbeg ,_dabe ,_dcgf ); +if *_gcbeg ==StreamEncodingFilterNameFlate {_dggd ,_gdcbe :=_gggg (_cdbcf ,_dcgf );if _gdcbe !=nil {return nil ,_gdcbe ;};_aaf .AddEncoder (_dggd );}else if *_gcbeg ==StreamEncodingFilterNameLZW {_affa ,_bcee :=_dfab (_cdbcf ,_dcgf );if _bcee !=nil {return nil ,_bcee ; +};_aaf .AddEncoder (_affa );}else if *_gcbeg ==StreamEncodingFilterNameASCIIHex {_bcbc :=NewASCIIHexEncoder ();_aaf .AddEncoder (_bcbc );}else if *_gcbeg ==StreamEncodingFilterNameASCII85 {_efcf :=NewASCII85Encoder ();_aaf .AddEncoder (_efcf );}else if *_gcbeg ==StreamEncodingFilterNameDCT {_gddd ,_baeb :=_eebe (_cdbcf ,_aaf ); +if _baeb !=nil {return nil ,_baeb ;};_aaf .AddEncoder (_gddd );_eg .Log .Trace ("A\u0064d\u0065\u0064\u0020\u0044\u0043\u0054\u0020\u0065n\u0063\u006f\u0064\u0065r.\u002e\u002e");_eg .Log .Trace ("\u004du\u006ct\u0069\u0020\u0065\u006e\u0063o\u0064\u0065r\u003a\u0020\u0025\u0023\u0076",_aaf ); +}else if *_gcbeg ==StreamEncodingFilterNameCCITTFax {_gbfg ,_abcbb :=_gaga (_cdbcf ,_dcgf );if _abcbb !=nil {return nil ,_abcbb ;};_aaf .AddEncoder (_gbfg );}else {_eg .Log .Error ("U\u006e\u0073\u0075\u0070po\u0072t\u0065\u0064\u0020\u0066\u0069l\u0074\u0065\u0072\u0020\u0025\u0073",*_gcbeg ); +return nil ,_bf .Errorf ("\u0069\u006eva\u006c\u0069\u0064 \u0066\u0069\u006c\u0074er \u0069n \u006d\u0075\u006c\u0074\u0069\u0020\u0066il\u0074\u0065\u0072\u0020\u0061\u0072\u0072a\u0079");};};return _aaf ,nil ;}; + +// RunLengthEncoder represents Run length encoding. +type RunLengthEncoder struct{}; // MakeStreamDict makes a new instance of an encoding dictionary for a stream object. // Has the Filter set. Some other parameters are generated elsewhere. -func (_ffbdb *DCTEncoder )MakeStreamDict ()*PdfObjectDictionary {_cdfe :=MakeDict ();_cdfe .Set ("\u0046\u0069\u006c\u0074\u0065\u0072",MakeName (_ffbdb .GetFilterName ()));return _cdfe ;};func (_bcdge *PdfParser )parseNull ()(PdfObjectNull ,error ){_ ,_aaaea :=_bcdge ._dedbc .Discard (4); -return PdfObjectNull {},_aaaea ;}; +func (_egda *DCTEncoder )MakeStreamDict ()*PdfObjectDictionary {_ccfe :=MakeDict ();_ccfe .Set ("\u0046\u0069\u006c\u0074\u0065\u0072",MakeName (_egda .GetFilterName ()));return _ccfe ;}; -// NewRawEncoder returns a new instace of RawEncoder. -func NewRawEncoder ()*RawEncoder {return &RawEncoder {}};func (_efe *PdfParser )lookupByNumberWrapper (_fbb int ,_bc bool )(PdfObject ,bool ,error ){_aec ,_gfa ,_dab :=_efe .lookupByNumber (_fbb ,_bc );if _dab !=nil {return nil ,_gfa ,_dab ;};if !_gfa &&_efe ._eccc !=nil &&_efe ._eccc ._agg &&!_efe ._eccc .isDecrypted (_aec ){_dca :=_efe ._eccc .Decrypt (_aec ,0,0); -if _dca !=nil {return nil ,_gfa ,_dca ;};};return _aec ,_gfa ,nil ;};func (_eeeag *PdfParser )parseString ()(*PdfObjectString ,error ){_eeeag ._dedbc .ReadByte ();var _bcbgf _bg .Buffer ;_begcc :=1;for {_bfceb ,_eada :=_eeeag ._dedbc .Peek (1);if _eada !=nil {return MakeString (_bcbgf .String ()),_eada ; -};if _bfceb [0]=='\\'{_eeeag ._dedbc .ReadByte ();_abcg ,_bcgg :=_eeeag ._dedbc .ReadByte ();if _bcgg !=nil {return MakeString (_bcbgf .String ()),_bcgg ;};if IsOctalDigit (_abcg ){_fagb ,_cegdg :=_eeeag ._dedbc .Peek (2);if _cegdg !=nil {return MakeString (_bcbgf .String ()),_cegdg ; -};var _dgbf []byte ;_dgbf =append (_dgbf ,_abcg );for _ ,_fggdd :=range _fagb {if IsOctalDigit (_fggdd ){_dgbf =append (_dgbf ,_fggdd );}else {break ;};};_eeeag ._dedbc .Discard (len (_dgbf )-1);_eb .Log .Trace ("\u004e\u0075\u006d\u0065ri\u0063\u0020\u0073\u0074\u0072\u0069\u006e\u0067\u0020\u0022\u0025\u0073\u0022",_dgbf ); -_egbgc ,_cegdg :=_d .ParseUint (string (_dgbf ),8,32);if _cegdg !=nil {return MakeString (_bcbgf .String ()),_cegdg ;};_bcbgf .WriteByte (byte (_egbgc ));continue ;};switch _abcg {case 'n':_bcbgf .WriteRune ('\n');case 'r':_bcbgf .WriteRune ('\r');case 't':_bcbgf .WriteRune ('\t'); -case 'b':_bcbgf .WriteRune ('\b');case 'f':_bcbgf .WriteRune ('\f');case '(':_bcbgf .WriteRune ('(');case ')':_bcbgf .WriteRune (')');case '\\':_bcbgf .WriteRune ('\\');};continue ;}else if _bfceb [0]=='('{_begcc ++;}else if _bfceb [0]==')'{_begcc --;if _begcc ==0{_eeeag ._dedbc .ReadByte (); -break ;};};_cfbf ,_ :=_eeeag ._dedbc .ReadByte ();_bcbgf .WriteByte (_cfbf );};return MakeString (_bcbgf .String ()),nil ;};func (_becc *JBIG2Encoder )encodeImage (_cdeb _a .Image )([]byte ,error ){const _begbd ="e\u006e\u0063\u006f\u0064\u0065\u0049\u006d\u0061\u0067\u0065"; -_affd ,_abbg :=GoImageToJBIG2 (_cdeb ,JB2ImageAutoThreshold );if _abbg !=nil {return nil ,_eca .Wrap (_abbg ,_begbd ,"\u0063\u006f\u006e\u0076\u0065\u0072\u0074\u0020\u0069\u006e\u0070\u0075\u0074\u0020\u0069m\u0061g\u0065\u0020\u0074\u006f\u0020\u006a\u0062\u0069\u0067\u0032\u0020\u0069\u006d\u0067"); -};if _abbg =_becc .AddPageImage (_affd ,&_becc .DefaultPageSettings );_abbg !=nil {return nil ,_eca .Wrap (_abbg ,_begbd ,"");};return _becc .Encode ();};var _bcc =_ba .MustCompile ("\u0028\u005c\u0064\u002b\u0029\u005c\u0073\u002b\u0028\u005c\u0064\u002b)\u005c\u0073\u002a\u0024"); +// DecodeBytes decodes byte array with ASCII85. 5 ASCII characters -> 4 raw binary bytes +func (_bgfe *ASCII85Encoder )DecodeBytes (encoded []byte )([]byte ,error ){var _gadf []byte ;_eg .Log .Trace ("\u0041\u0053\u0043\u0049\u0049\u0038\u0035\u0020\u0044e\u0063\u006f\u0064\u0065");_abad :=0;_dcd :=false ;for _abad < len (encoded )&&!_dcd {_dead :=[5]byte {0,0,0,0,0}; +_dbf :=0;_agfc :=0;_eebd :=4;for _agfc < 5+_dbf {if _abad +_agfc ==len (encoded ){break ;};_fdac :=encoded [_abad +_agfc ];if IsWhiteSpace (_fdac ){_dbf ++;_agfc ++;continue ;}else if _fdac =='~'&&_abad +_agfc +1< len (encoded )&&encoded [_abad +_agfc +1]=='>'{_eebd =(_agfc -_dbf )-1; +if _eebd < 0{_eebd =0;};_dcd =true ;break ;}else if _fdac >='!'&&_fdac <='u'{_fdac -='!';}else if _fdac =='z'&&_agfc -_dbf ==0{_eebd =4;_agfc ++;break ;}else {_eg .Log .Error ("\u0046\u0061i\u006c\u0065\u0064\u0020\u0064\u0065\u0063\u006f\u0064\u0069\u006e\u0067\u002c\u0020\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020co\u0064\u0065"); +return nil ,_a .New ("\u0069n\u0076\u0061\u006c\u0069\u0064\u0020\u0063\u006f\u0064\u0065\u0020e\u006e\u0063\u006f\u0075\u006e\u0074\u0065\u0072\u0065\u0064");};_dead [_agfc -_dbf ]=_fdac ;_agfc ++;};_abad +=_agfc ;for _eeag :=_eebd +1;_eeag < 5;_eeag ++{_dead [_eeag ]=84; +};_fbb :=uint32 (_dead [0])*85*85*85*85+uint32 (_dead [1])*85*85*85+uint32 (_dead [2])*85*85+uint32 (_dead [3])*85+uint32 (_dead [4]);_aff :=[]byte {byte ((_fbb >>24)&0xff),byte ((_fbb >>16)&0xff),byte ((_fbb >>8)&0xff),byte (_fbb &0xff)};_gadf =append (_gadf ,_aff [:_eebd ]...); +};_eg .Log .Trace ("A\u0053\u0043\u0049\u004985\u002c \u0065\u006e\u0063\u006f\u0064e\u0064\u003a\u0020\u0025\u0020\u0058",encoded );_eg .Log .Trace ("A\u0053\u0043\u0049\u004985\u002c \u0064\u0065\u0063\u006f\u0064e\u0064\u003a\u0020\u0025\u0020\u0058",_gadf ); +return _gadf ,nil ;}; + +// Merge merges in key/values from another dictionary. Overwriting if has same keys. +// The mutated dictionary (d) is returned in order to allow method chaining. +func (_dfaeg *PdfObjectDictionary )Merge (another *PdfObjectDictionary )*PdfObjectDictionary {if another !=nil {for _ ,_gagd :=range another .Keys (){_dacg :=another .Get (_gagd );_dfaeg .Set (_gagd ,_dacg );};};return _dfaeg ;}; +// MakeBool creates a PdfObjectBool from a bool value. +func MakeBool (val bool )*PdfObjectBool {_dfbd :=PdfObjectBool (val );return &_dfbd };func (_ga *PdfCrypt )saveCryptFilters (_ggfc *PdfObjectDictionary )error {if _ga ._ea .V < 4{return _a .New ("\u0063\u0061\u006e\u0020\u006f\u006e\u006c\u0079\u0020\u0062\u0065 \u0075\u0073\u0065\u0064\u0020\u0077\u0069\u0074\u0068\u0020V\u003e\u003d\u0034"); +};_cafg :=MakeDict ();_ggfc .Set ("\u0043\u0046",_cafg );for _cebf ,_dbg :=range _ga ._ceaa {if _cebf =="\u0049\u0064\u0065\u006e\u0074\u0069\u0074\u0079"{continue ;};_cde :=_beab (_dbg ,"");_cafg .Set (PdfObjectName (_cebf ),_cde );};_ggfc .Set ("\u0053\u0074\u0072\u0046",MakeName (_ga ._fcf )); +_ggfc .Set ("\u0053\u0074\u006d\u0046",MakeName (_ga ._fde ));return nil ;}; // MakeStreamDict makes a new instance of an encoding dictionary for a stream object. -func (_gbfe *JBIG2Encoder )MakeStreamDict ()*PdfObjectDictionary {_eegc :=MakeDict ();_eegc .Set ("\u0046\u0069\u006c\u0074\u0065\u0072",MakeName (_gbfe .GetFilterName ()));return _eegc ;}; +func (_bgfa *RawEncoder )MakeStreamDict ()*PdfObjectDictionary {return MakeDict ()}; -// MakeDecodeParams makes a new instance of an encoding dictionary based on -// the current encoder settings. -func (_bgbe *RunLengthEncoder )MakeDecodeParams ()PdfObject {return nil }; +// MakeEncodedString creates a PdfObjectString with encoded content, which can be either +// UTF-16BE or PDFDocEncoding depending on whether `utf16BE` is true or false respectively. +func MakeEncodedString (s string ,utf16BE bool )*PdfObjectString {if utf16BE {var _aaae _bd .Buffer ;_aaae .Write ([]byte {0xFE,0xFF});_aaae .WriteString (_cb .StringToUTF16 (s ));return &PdfObjectString {_befb :_aaae .String (),_eecac :true };};return &PdfObjectString {_befb :string (_cb .StringToPDFDocEncoding (s )),_eecac :false }; +};var _dbdbc =_de .MustCompile ("\u005c\u0073\u002a\u0078\u0072\u0065\u0066\u005c\u0073\u002a"); -// EncodeImage encodes 'img' golang image.Image into jbig2 encoded bytes document using default encoder settings. -func (_efedb *JBIG2Encoder )EncodeImage (img _a .Image )([]byte ,error ){return _efedb .encodeImage (img )}; +// DecodeBytes decodes a slice of DCT encoded bytes and returns the result. +func (_bebb *DCTEncoder )DecodeBytes (encoded []byte )([]byte ,error ){_faeb :=_bd .NewReader (encoded );_dfbb ,_dbea :=_f .Decode (_faeb );if _dbea !=nil {_eg .Log .Debug ("\u0045r\u0072\u006f\u0072\u0020\u0064\u0065\u0063\u006f\u0064\u0069\u006eg\u0020\u0069\u006d\u0061\u0067\u0065\u003a\u0020\u0025\u0073",_dbea ); +return nil ,_dbea ;};_gbfe :=_dfbb .Bounds ();var _gfcf =make ([]byte ,_gbfe .Dx ()*_gbfe .Dy ()*_bebb .ColorComponents *_bebb .BitsPerComponent /8);_degfd :=0;switch _bebb .ColorComponents {case 1:_fab :=[]float64 {_bebb .Decode [0],_bebb .Decode [1]}; +for _efdf :=_gbfe .Min .Y ;_efdf < _gbfe .Max .Y ;_efdf ++{for _cdfc :=_gbfe .Min .X ;_cdfc < _gbfe .Max .X ;_cdfc ++{_eaag :=_dfbb .At (_cdfc ,_efdf );if _bebb .BitsPerComponent ==16{_gdfd ,_edf :=_eaag .(_ac .Gray16 );if !_edf {return nil ,_a .New ("\u0063\u006fl\u006f\u0072\u0020t\u0079\u0070\u0065\u0020\u0065\u0072\u0072\u006f\u0072"); +};_gaee :=_ceag (uint (_gdfd .Y >>8),_fab [0],_fab [1]);_efdc :=_ceag (uint (_gdfd .Y ),_fab [0],_fab [1]);_gfcf [_degfd ]=byte (_gaee );_degfd ++;_gfcf [_degfd ]=byte (_efdc );_degfd ++;}else {_eeaf ,_egeb :=_eaag .(_ac .Gray );if !_egeb {return nil ,_a .New ("\u0063\u006fl\u006f\u0072\u0020t\u0079\u0070\u0065\u0020\u0065\u0072\u0072\u006f\u0072"); +};_gfcf [_degfd ]=byte (_ceag (uint (_eeaf .Y ),_fab [0],_fab [1]));_degfd ++;};};};case 3:_eecd :=[]float64 {_bebb .Decode [0],_bebb .Decode [1]};_aecbd :=[]float64 {_bebb .Decode [2],_bebb .Decode [3]};_fbdc :=[]float64 {_bebb .Decode [4],_bebb .Decode [5]}; +for _edaa :=_gbfe .Min .Y ;_edaa < _gbfe .Max .Y ;_edaa ++{for _aaec :=_gbfe .Min .X ;_aaec < _gbfe .Max .X ;_aaec ++{_aeef :=_dfbb .At (_aaec ,_edaa );if _bebb .BitsPerComponent ==16{_aga ,_bfaba :=_aeef .(_ac .RGBA64 );if !_bfaba {return nil ,_a .New ("\u0063\u006fl\u006f\u0072\u0020t\u0079\u0070\u0065\u0020\u0065\u0072\u0072\u006f\u0072"); +};_geca :=_ceag (uint (_aga .R >>8),_eecd [0],_eecd [1]);_cfdcc :=_ceag (uint (_aga .R ),_eecd [0],_eecd [1]);_babg :=_ceag (uint (_aga .G >>8),_aecbd [0],_aecbd [1]);_ece :=_ceag (uint (_aga .G ),_aecbd [0],_aecbd [1]);_cgfb :=_ceag (uint (_aga .B >>8),_fbdc [0],_fbdc [1]); +_fbec :=_ceag (uint (_aga .B ),_fbdc [0],_fbdc [1]);_gfcf [_degfd ]=byte (_geca );_degfd ++;_gfcf [_degfd ]=byte (_cfdcc );_degfd ++;_gfcf [_degfd ]=byte (_babg );_degfd ++;_gfcf [_degfd ]=byte (_ece );_degfd ++;_gfcf [_degfd ]=byte (_cgfb );_degfd ++; +_gfcf [_degfd ]=byte (_fbec );_degfd ++;}else {_bged ,_gbfd :=_aeef .(_ac .RGBA );if _gbfd {_cfdb :=_ceag (uint (_bged .R ),_eecd [0],_eecd [1]);_fdb :=_ceag (uint (_bged .G ),_aecbd [0],_aecbd [1]);_gbfa :=_ceag (uint (_bged .B ),_fbdc [0],_fbdc [1]); +_gfcf [_degfd ]=byte (_cfdb );_degfd ++;_gfcf [_degfd ]=byte (_fdb );_degfd ++;_gfcf [_degfd ]=byte (_gbfa );_degfd ++;}else {_eaba ,_ebgc :=_aeef .(_ac .YCbCr );if !_ebgc {return nil ,_a .New ("\u0063\u006fl\u006f\u0072\u0020t\u0079\u0070\u0065\u0020\u0065\u0072\u0072\u006f\u0072"); +};_eaff ,_daaa ,_badaa ,_ :=_eaba .RGBA ();_dadb :=_ceag (uint (_eaff >>8),_eecd [0],_eecd [1]);_feda :=_ceag (uint (_daaa >>8),_aecbd [0],_aecbd [1]);_adfa :=_ceag (uint (_badaa >>8),_fbdc [0],_fbdc [1]);_gfcf [_degfd ]=byte (_dadb );_degfd ++;_gfcf [_degfd ]=byte (_feda ); +_degfd ++;_gfcf [_degfd ]=byte (_adfa );_degfd ++;};};};};case 4:_ceadd :=[]float64 {_bebb .Decode [0],_bebb .Decode [1]};_bdea :=[]float64 {_bebb .Decode [2],_bebb .Decode [3]};_gcbd :=[]float64 {_bebb .Decode [4],_bebb .Decode [5]};_deag :=[]float64 {_bebb .Decode [6],_bebb .Decode [7]}; +for _cede :=_gbfe .Min .Y ;_cede < _gbfe .Max .Y ;_cede ++{for _bbbd :=_gbfe .Min .X ;_bbbd < _gbfe .Max .X ;_bbbd ++{_gfde :=_dfbb .At (_bbbd ,_cede );_bede ,_adge :=_gfde .(_ac .CMYK );if !_adge {return nil ,_a .New ("\u0063\u006fl\u006f\u0072\u0020t\u0079\u0070\u0065\u0020\u0065\u0072\u0072\u006f\u0072"); +};_bacf :=255-_ceag (uint (_bede .C ),_ceadd [0],_ceadd [1]);_dgfb :=255-_ceag (uint (_bede .M ),_bdea [0],_bdea [1]);_gceg :=255-_ceag (uint (_bede .Y ),_gcbd [0],_gcbd [1]);_dde :=255-_ceag (uint (_bede .K ),_deag [0],_deag [1]);_gfcf [_degfd ]=byte (_bacf ); +_degfd ++;_gfcf [_degfd ]=byte (_dgfb );_degfd ++;_gfcf [_degfd ]=byte (_gceg );_degfd ++;_gfcf [_degfd ]=byte (_dde );_degfd ++;};};};return _gfcf ,nil ;}; -// GetObjectNums returns a sorted list of object numbers of the PDF objects in the file. -func (_gabc *PdfParser )GetObjectNums ()[]int {var _eafd []int ;for _ ,_gdffd :=range _gabc ._bfba .ObjectMap {_eafd =append (_eafd ,_gdffd .ObjectNumber );};_be .Ints (_eafd );return _eafd ;};func (_gde *PdfCrypt )decryptBytes (_gfc []byte ,_ffce string ,_ffeg []byte )([]byte ,error ){_eb .Log .Trace ("\u0044\u0065\u0063\u0072\u0079\u0070\u0074\u0020\u0062\u0079\u0074\u0065\u0073"); -_dgba ,_abc :=_gde ._ace [_ffce ];if !_abc {return nil ,_ee .Errorf ("\u0075n\u006b\u006e\u006f\u0077n\u0020\u0063\u0072\u0079\u0070t\u0020f\u0069l\u0074\u0065\u0072\u0020\u0028\u0025\u0073)",_ffce );};return _dgba .DecryptBytes (_gfc ,_ffeg );}; +// WriteString outputs the object as it is to be written to file. +func (_daff *PdfIndirectObject )WriteString ()string {var _dgaf _afc .Builder ;_dgaf .WriteString (_b .FormatInt (_daff .ObjectNumber ,10));_dgaf .WriteString ("\u0020\u0030\u0020\u0052");return _dgaf .String ();}; -// String returns a string describing `streams`. -func (_bccb *PdfObjectStreams )String ()string {return _ee .Sprintf ("\u004f\u0062j\u0065\u0063\u0074 \u0073\u0074\u0072\u0065\u0061\u006d\u0020\u0025\u0064",_bccb .ObjectNumber );}; +// String returns the PDF version as a string. Implements interface fmt.Stringer. +func (_adcf Version )String ()string {return _bf .Sprintf ("\u00250\u0064\u002e\u0025\u0030\u0064",_adcf .Major ,_adcf .Minor );};func (_eege *PdfParser )parseName ()(PdfObjectName ,error ){var _bdfb _bd .Buffer ;_cgeb :=false ;for {_dacc ,_dafe :=_eege ._dgca .Peek (1); +if _dafe ==_eb .EOF {break ;};if _dafe !=nil {return PdfObjectName (_bdfb .String ()),_dafe ;};if !_cgeb {if _dacc [0]=='/'{_cgeb =true ;_eege ._dgca .ReadByte ();}else if _dacc [0]=='%'{_eege .readComment ();_eege .skipSpaces ();}else {_eg .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u0020N\u0061\u006d\u0065\u0020\u0073\u0074\u0061\u0072\u0074\u0069\u006e\u0067\u0020w\u0069\u0074\u0068\u0020\u0025\u0073\u0020(\u0025\u0020\u0078\u0029",_dacc ,_dacc ); +return PdfObjectName (_bdfb .String ()),_bf .Errorf ("\u0069n\u0076a\u006c\u0069\u0064\u0020\u006ea\u006d\u0065:\u0020\u0028\u0025\u0063\u0029",_dacc [0]);};}else {if IsWhiteSpace (_dacc [0]){break ;}else if (_dacc [0]=='/')||(_dacc [0]=='[')||(_dacc [0]=='(')||(_dacc [0]==']')||(_dacc [0]=='<')||(_dacc [0]=='>'){break ; +}else if _dacc [0]=='#'{_adccc ,_dage :=_eege ._dgca .Peek (3);if _dage !=nil {return PdfObjectName (_bdfb .String ()),_dage ;};_bgbbe ,_dage :=_ge .DecodeString (string (_adccc [1:3]));if _dage !=nil {_eg .Log .Debug ("\u0045\u0052\u0052\u004fR\u003a\u0020\u0049\u006ev\u0061\u006c\u0069d\u0020\u0068\u0065\u0078\u0020\u0066o\u006c\u006co\u0077\u0069\u006e\u0067 \u0027\u0023\u0027\u002c \u0063\u006f\u006e\u0074\u0069n\u0075\u0069\u006e\u0067\u0020\u0075\u0073i\u006e\u0067\u0020\u006c\u0069t\u0065\u0072\u0061\u006c\u0020\u002d\u0020\u004f\u0075t\u0070\u0075\u0074\u0020\u006d\u0061\u0079\u0020\u0062\u0065\u0020\u0069\u006e\u0063\u006f\u0072\u0072\u0065\u0063\u0074"); +_bdfb .WriteByte ('#');_eege ._dgca .Discard (1);continue ;};_eege ._dgca .Discard (3);_bdfb .Write (_bgbbe );}else {_cdda ,_ :=_eege ._dgca .ReadByte ();_bdfb .WriteByte (_cdda );};};};return PdfObjectName (_bdfb .String ()),nil ;}; -// UpdateParams updates the parameter values of the encoder. -func (_gfd *ASCIIHexEncoder )UpdateParams (params *PdfObjectDictionary ){}; +// IsPrintable checks if a character is printable. +// Regular characters that are outside the range EXCLAMATION MARK(21h) +// (!) to TILDE (7Eh) (~) should be written using the hexadecimal notation. +func IsPrintable (c byte )bool {return 0x21<=c &&c <=0x7E}; -// EncodeBytes DCT encodes the passed in slice of bytes. -func (_dfdb *DCTEncoder )EncodeBytes (data []byte )([]byte ,error ){var _dgef _a .Image ;if _dfdb .ColorComponents ==1&&_dfdb .BitsPerComponent ==8{_dgef =&_a .Gray {Rect :_a .Rect (0,0,_dfdb .Width ,_dfdb .Height ),Pix :data ,Stride :_eeb .BytesPerLine (_dfdb .Width ,_dfdb .BitsPerComponent ,_dfdb .ColorComponents )}; -}else {var _eab error ;_dgef ,_eab =_eeb .NewImage (_dfdb .Width ,_dfdb .Height ,_dfdb .BitsPerComponent ,_dfdb .ColorComponents ,data ,nil ,nil );if _eab !=nil {return nil ,_eab ;};};_abaf :=_beg .Options {};_abaf .Quality =_dfdb .Quality ;var _gbebd _bg .Buffer ; -if _bdg :=_beg .Encode (&_gbebd ,_dgef ,&_abaf );_bdg !=nil {return nil ,_bdg ;};return _gbebd .Bytes (),nil ;}; +// MakeString creates an PdfObjectString from a string. +// NOTE: PDF does not use utf-8 string encoding like Go so `s` will often not be a utf-8 encoded +// string. +func MakeString (s string )*PdfObjectString {_fdg :=PdfObjectString {_befb :s };return &_fdg }; -// GetFilterName returns the name of the encoding filter. -func (_bgba *ASCII85Encoder )GetFilterName ()string {return StreamEncodingFilterNameASCII85 }; +// MakeDecodeParams makes a new instance of an encoding dictionary based on +// the current encoder settings. +func (_fcce *MultiEncoder )MakeDecodeParams ()PdfObject {if len (_fcce ._cfag )==0{return nil ;};if len (_fcce ._cfag )==1{return _fcce ._cfag [0].MakeDecodeParams ();};_cgcf :=MakeArray ();_agde :=true ;for _ ,_ecdfe :=range _fcce ._cfag {_ggbg :=_ecdfe .MakeDecodeParams (); +if _ggbg ==nil {_cgcf .Append (MakeNull ());}else {_agde =false ;_cgcf .Append (_ggbg );};};if _agde {return nil ;};return _cgcf ;}; -// JPXEncoder implements JPX encoder/decoder (dummy, for now) -// FIXME: implement -type JPXEncoder struct{}; +// CCITTFaxEncoder implements Group3 and Group4 facsimile (fax) encoder/decoder. +type CCITTFaxEncoder struct{K int ;EndOfLine bool ;EncodedByteAlign bool ;Columns int ;Rows int ;EndOfBlock bool ;BlackIs1 bool ;DamagedRowsBeforeError int ;};func (_aeee *PdfParser )skipSpaces ()(int ,error ){_daeg :=0;for {_eced ,_gdde :=_aeee ._dgca .ReadByte (); +if _gdde !=nil {return 0,_gdde ;};if IsWhiteSpace (_eced ){_daeg ++;}else {_aeee ._dgca .UnreadByte ();break ;};};return _daeg ,nil ;};func _eebe (_cbf *PdfObjectStream ,_bdfa *MultiEncoder )(*DCTEncoder ,error ){_add :=NewDCTEncoder ();_fcac :=_cbf .PdfObjectDictionary ; +if _fcac ==nil {return _add ,nil ;};_bed :=_cbf .Stream ;if _bdfa !=nil {_bbc ,_dbdf :=_bdfa .DecodeBytes (_bed );if _dbdf !=nil {return nil ,_dbdf ;};_bed =_bbc ;};_ccae :=_bd .NewReader (_bed );_eedd ,_fgae :=_f .DecodeConfig (_ccae );if _fgae !=nil {_eg .Log .Debug ("\u0045\u0072\u0072or\u0020\u0064\u0065\u0063\u006f\u0064\u0069\u006e\u0067\u0020\u0066\u0069\u006c\u0065\u003a\u0020\u0025\u0073",_fgae ); +return nil ,_fgae ;};switch _eedd .ColorModel {case _ac .RGBAModel :_add .BitsPerComponent =8;_add .ColorComponents =3;_add .Decode =[]float64 {0.0,1.0,0.0,1.0,0.0,1.0};case _ac .RGBA64Model :_add .BitsPerComponent =16;_add .ColorComponents =3;_add .Decode =[]float64 {0.0,1.0,0.0,1.0,0.0,1.0}; +case _ac .GrayModel :_add .BitsPerComponent =8;_add .ColorComponents =1;_add .Decode =[]float64 {0.0,1.0};case _ac .Gray16Model :_add .BitsPerComponent =16;_add .ColorComponents =1;_add .Decode =[]float64 {0.0,1.0};case _ac .CMYKModel :_add .BitsPerComponent =8; +_add .ColorComponents =4;_add .Decode =[]float64 {0.0,1.0,0.0,1.0,0.0,1.0,0.0,1.0};case _ac .YCbCrModel :_add .BitsPerComponent =8;_add .ColorComponents =3;_add .Decode =[]float64 {0.0,1.0,0.0,1.0,0.0,1.0};default:return nil ,_a .New ("\u0075\u006e\u0073up\u0070\u006f\u0072\u0074\u0065\u0064\u0020\u0063\u006f\u006c\u006f\u0072\u0020\u006d\u006f\u0064\u0065\u006c"); +};_add .Width =_eedd .Width ;_add .Height =_eedd .Height ;_eg .Log .Trace ("\u0044\u0043T\u0020\u0045\u006ec\u006f\u0064\u0065\u0072\u003a\u0020\u0025\u002b\u0076",_add );_add .Quality =DefaultJPEGQuality ;_fcdg ,_fced :=GetArray (_fcac .Get ("\u0044\u0065\u0063\u006f\u0064\u0065")); +if _fced {_dabb ,_faaf :=_fcdg .ToFloat64Array ();if _faaf !=nil {return _add ,_faaf ;};_add .Decode =_dabb ;};return _add ,nil ;}; -// WriteString outputs the object as it is to be written to file. -func (_affae *PdfObjectFloat )WriteString ()string {return _d .FormatFloat (float64 (*_affae ),'f',-1,64);}; +// DecodeStream decodes a multi-encoded stream by passing it through the +// DecodeStream method of the underlying encoders. +func (_fcgc *MultiEncoder )DecodeStream (streamObj *PdfObjectStream )([]byte ,error ){return _fcgc .DecodeBytes (streamObj .Stream );}; -// GetPreviousRevisionReadSeeker returns ReadSeeker for the previous version of the Pdf document. -func (_bddbd *PdfParser )GetPreviousRevisionReadSeeker ()(_bb .ReadSeeker ,error ){if _eeff :=_bddbd .seekToEOFMarker (_bddbd ._ggdf -_cafga );_eeff !=nil {return nil ,_eeff ;};_eaaf ,_gbgd :=_bddbd ._cdea .Seek (0,_bb .SeekCurrent );if _gbgd !=nil {return nil ,_gbgd ; -};_eaaf +=_cafga ;return _gbeba (_bddbd ._cdea ,_eaaf );}; +// MakeObjectStreams creates an PdfObjectStreams from a list of PdfObjects. +func MakeObjectStreams (objects ...PdfObject )*PdfObjectStreams {return &PdfObjectStreams {_fcde :objects };}; -// Validate validates the page settings for the JBIG2 encoder. -func (_cdbed JBIG2EncoderSettings )Validate ()error {const _ebde ="\u0076a\u006ci\u0064\u0061\u0074\u0065\u0045\u006e\u0063\u006f\u0064\u0065\u0072";if _cdbed .Threshold < 0||_cdbed .Threshold > 1.0{return _eca .Errorf (_ebde ,"\u0070\u0072\u006f\u0076\u0069\u0064\u0065\u0064\u0020\u0074\u0068\u0072\u0065\u0073\u0068\u006f\u006c\u0064\u0020\u0076a\u006c\u0075\u0065\u003a\u0020\u0027\u0025\u0076\u0027 \u006d\u0075\u0073\u0074\u0020\u0062\u0065\u0020\u0069\u006e\u0020\u0072\u0061n\u0067\u0065\u0020\u005b\u0030\u002e0\u002c\u0020\u0031.\u0030\u005d",_cdbed .Threshold ); -};if _cdbed .ResolutionX < 0{return _eca .Errorf (_ebde ,"\u0070\u0072\u006f\u0076\u0069\u0064\u0065\u0064\u0020\u0078\u0020\u0072\u0065\u0073\u006f\u006c\u0075\u0074\u0069\u006fn\u003a\u0020\u0027\u0025\u0064\u0027\u0020\u006d\u0075s\u0074\u0020\u0062\u0065\u0020\u0070\u006f\u0073\u0069\u0074\u0069\u0076\u0065 \u006f\u0072\u0020\u007a\u0065\u0072o\u0020\u0076\u0061l\u0075\u0065",_cdbed .ResolutionX ); -};if _cdbed .ResolutionY < 0{return _eca .Errorf (_ebde ,"\u0070\u0072\u006f\u0076\u0069\u0064\u0065\u0064\u0020\u0079\u0020\u0072\u0065\u0073\u006f\u006c\u0075\u0074\u0069\u006fn\u003a\u0020\u0027\u0025\u0064\u0027\u0020\u006d\u0075s\u0074\u0020\u0062\u0065\u0020\u0070\u006f\u0073\u0069\u0074\u0069\u0076\u0065 \u006f\u0072\u0020\u007a\u0065\u0072o\u0020\u0076\u0061l\u0075\u0065",_cdbed .ResolutionY ); -};if _cdbed .DefaultPixelValue !=0&&_cdbed .DefaultPixelValue !=1{return _eca .Errorf (_ebde ,"de\u0066\u0061u\u006c\u0074\u0020\u0070\u0069\u0078\u0065\u006c\u0020v\u0061\u006c\u0075\u0065\u003a\u0020\u0027\u0025\u0064\u0027\u0020\u006d\u0075\u0073\u0074\u0020\u0062\u0065\u0020\u0061\u0020\u0076\u0061\u006c\u0075\u0065\u0020\u0066o\u0072 \u0074\u0068\u0065\u0020\u0062\u0069\u0074\u003a \u007b0\u002c\u0031}",_cdbed .DefaultPixelValue ); -};if _cdbed .Compression !=JB2Generic {return _eca .Errorf (_ebde ,"\u0070\u0072\u006f\u0076\u0069\u0064\u0065d\u0020\u0063\u006fm\u0070\u0072\u0065\u0073s\u0069\u006f\u006e\u0020\u0069\u0073\u0020\u006e\u006f\u0074\u0020\u0069\u006d\u0070\u006c\u0065\u006d\u0065\u006e\u0074\u0065\u0064\u0020\u0079\u0065\u0074"); -};return nil ;}; +// EncodeJBIG2Image encodes 'img' into jbig2 encoded bytes stream, using default encoder settings. +func (_adad *JBIG2Encoder )EncodeJBIG2Image (img *JBIG2Image )([]byte ,error ){const _gfgeg ="c\u006f\u0072\u0065\u002eEn\u0063o\u0064\u0065\u004a\u0042\u0049G\u0032\u0049\u006d\u0061\u0067\u0065";if _cggd :=_adad .AddPageImage (img ,&_adad .DefaultPageSettings ); +_cggd !=nil {return nil ,_bgc .Wrap (_cggd ,_gfgeg ,"");};return _adad .Encode ();}; // UpdateParams updates the parameter values of the encoder. -func (_cafbe *DCTEncoder )UpdateParams (params *PdfObjectDictionary ){_cdb ,_ggag :=GetNumberAsInt64 (params .Get ("\u0043o\u006co\u0072\u0043\u006f\u006d\u0070\u006f\u006e\u0065\u006e\u0074\u0073"));if _ggag ==nil {_cafbe .ColorComponents =int (_cdb ); -};_gead ,_ggag :=GetNumberAsInt64 (params .Get ("\u0042\u0069t\u0073\u0050\u0065r\u0043\u006f\u006d\u0070\u006f\u006e\u0065\u006e\u0074"));if _ggag ==nil {_cafbe .BitsPerComponent =int (_gead );};_aaad ,_ggag :=GetNumberAsInt64 (params .Get ("\u0057\u0069\u0064t\u0068")); -if _ggag ==nil {_cafbe .Width =int (_aaad );};_bcgf ,_ggag :=GetNumberAsInt64 (params .Get ("\u0048\u0065\u0069\u0067\u0068\u0074"));if _ggag ==nil {_cafbe .Height =int (_bcgf );};_eag ,_ggag :=GetNumberAsInt64 (params .Get ("\u0051u\u0061\u006c\u0069\u0074\u0079")); -if _ggag ==nil {_cafbe .Quality =int (_eag );};_dffc ,_dged :=GetArray (params .Get ("\u0044\u0065\u0063\u006f\u0064\u0065"));if _dged {_cafbe .Decode ,_ggag =_dffc .ToFloat64Array ();if _ggag !=nil {_eb .Log .Error ("F\u0061\u0069\u006c\u0065\u0064\u0020\u0063\u006f\u006ev\u0065\u0072\u0074\u0069\u006e\u0067\u0020de\u0063\u006f\u0064\u0065 \u006f\u0062\u006a\u0065\u0063\u0074\u0020\u0069\u006eto\u0020\u0061r\u0072\u0061\u0079\u0073\u003a\u0020\u0025\u0076",_ggag ); -};};}; - -// NewJBIG2Encoder creates a new JBIG2Encoder. -func NewJBIG2Encoder ()*JBIG2Encoder {return &JBIG2Encoder {_eabf :_ce .InitEncodeDocument (false )}};func _fefgg (_adce *PdfObjectStream )(*MultiEncoder ,error ){_egfb :=NewMultiEncoder ();_aceaf :=_adce .PdfObjectDictionary ;if _aceaf ==nil {return _egfb ,nil ; -};var _ggc *PdfObjectDictionary ;var _gcfa []PdfObject ;_bfd :=_aceaf .Get ("D\u0065\u0063\u006f\u0064\u0065\u0050\u0061\u0072\u006d\u0073");if _bfd !=nil {_gbab ,_bdc :=_bfd .(*PdfObjectDictionary );if _bdc {_ggc =_gbab ;};_cbcf ,_gcde :=_bfd .(*PdfObjectArray ); -if _gcde {for _ ,_gdcbd :=range _cbcf .Elements (){_gdcbd =TraceToDirectObject (_gdcbd );if _dbcb ,_gcgg :=_gdcbd .(*PdfObjectDictionary );_gcgg {_gcfa =append (_gcfa ,_dbcb );}else {_gcfa =append (_gcfa ,MakeDict ());};};};};_bfd =_aceaf .Get ("\u0046\u0069\u006c\u0074\u0065\u0072"); -if _bfd ==nil {return nil ,_ee .Errorf ("\u0066\u0069\u006c\u0074\u0065\u0072\u0020\u006d\u0069s\u0073\u0069\u006e\u0067");};_cdcd ,_fcab :=_bfd .(*PdfObjectArray );if !_fcab {return nil ,_ee .Errorf ("m\u0075\u006c\u0074\u0069\u0020\u0066\u0069\u006c\u0074\u0065\u0072\u0020\u0063\u0061\u006e\u0020\u006f\u006el\u0079\u0020\u0062\u0065\u0020\u006d\u0061\u0064\u0065\u0020fr\u006f\u006d\u0020a\u0072r\u0061\u0079"); -};for _aggc ,_gafb :=range _cdcd .Elements (){_bdacb ,_fafea :=_gafb .(*PdfObjectName );if !_fafea {return nil ,_ee .Errorf ("\u006d\u0075l\u0074\u0069\u0020\u0066i\u006c\u0074e\u0072\u0020\u0061\u0072\u0072\u0061\u0079\u0020e\u006c\u0065\u006d\u0065\u006e\u0074\u0020\u006e\u006f\u0074\u0020\u0061 \u006e\u0061\u006d\u0065"); -};var _fedc PdfObject ;if _ggc !=nil {_fedc =_ggc ;}else {if len (_gcfa )> 0{if _aggc >=len (_gcfa ){return nil ,_ee .Errorf ("\u006d\u0069\u0073\u0073\u0069\u006e\u0067\u0020\u0065\u006c\u0065\u006d\u0065n\u0074\u0073\u0020\u0069\u006e\u0020d\u0065\u0063\u006f\u0064\u0065\u0020\u0070\u0061\u0072\u0061\u006d\u0073\u0020a\u0072\u0072\u0061\u0079"); -};_fedc =_gcfa [_aggc ];};};var _fbf *PdfObjectDictionary ;if _cadfc ,_ecge :=_fedc .(*PdfObjectDictionary );_ecge {_fbf =_cadfc ;};_eb .Log .Trace ("\u004e\u0065\u0078t \u006e\u0061\u006d\u0065\u003a\u0020\u0025\u0073\u002c \u0064p\u003a \u0025v\u002c\u0020\u0064\u0050\u0061\u0072\u0061\u006d\u0073\u003a\u0020\u0025\u0076",*_bdacb ,_fedc ,_fbf ); -if *_bdacb ==StreamEncodingFilterNameFlate {_bdgb ,_ade :=_fcd (_adce ,_fbf );if _ade !=nil {return nil ,_ade ;};_egfb .AddEncoder (_bdgb );}else if *_bdacb ==StreamEncodingFilterNameLZW {_gfgg ,_ggab :=_bagf (_adce ,_fbf );if _ggab !=nil {return nil ,_ggab ; -};_egfb .AddEncoder (_gfgg );}else if *_bdacb ==StreamEncodingFilterNameASCIIHex {_fagd :=NewASCIIHexEncoder ();_egfb .AddEncoder (_fagd );}else if *_bdacb ==StreamEncodingFilterNameASCII85 {_cdfb :=NewASCII85Encoder ();_egfb .AddEncoder (_cdfb );}else if *_bdacb ==StreamEncodingFilterNameDCT {_baee ,_dbce :=_efbb (_adce ,_egfb ); -if _dbce !=nil {return nil ,_dbce ;};_egfb .AddEncoder (_baee );_eb .Log .Trace ("A\u0064d\u0065\u0064\u0020\u0044\u0043\u0054\u0020\u0065n\u0063\u006f\u0064\u0065r.\u002e\u002e");_eb .Log .Trace ("\u004du\u006ct\u0069\u0020\u0065\u006e\u0063o\u0064\u0065r\u003a\u0020\u0025\u0023\u0076",_egfb ); -}else if *_bdacb ==StreamEncodingFilterNameCCITTFax {_bafb ,_deaf :=_cgbba (_adce ,_fbf );if _deaf !=nil {return nil ,_deaf ;};_egfb .AddEncoder (_bafb );}else {_eb .Log .Error ("U\u006e\u0073\u0075\u0070po\u0072t\u0065\u0064\u0020\u0066\u0069l\u0074\u0065\u0072\u0020\u0025\u0073",*_bdacb ); -return nil ,_ee .Errorf ("\u0069\u006eva\u006c\u0069\u0064 \u0066\u0069\u006c\u0074er \u0069n \u006d\u0075\u006c\u0074\u0069\u0020\u0066il\u0074\u0065\u0072\u0020\u0061\u0072\u0072a\u0079");};};return _egfb ,nil ;}; - -// PdfVersion returns version of the PDF file. -func (_cdde *PdfParser )PdfVersion ()Version {return _cdde ._fdff }; +func (_fbg *JPXEncoder )UpdateParams (params *PdfObjectDictionary ){}; -// RunLengthEncoder represents Run length encoding. -type RunLengthEncoder struct{}; +// JPXEncoder implements JPX encoder/decoder (dummy, for now) +// FIXME: implement +type JPXEncoder struct{};func (_febec *PdfParser )xrefNextObjectOffset (_adfg int64 )int64 {_ebgb :=int64 (0);if len (_febec ._gfeb .ObjectMap )==0{return 0;};if len (_febec ._gfeb ._ege )==0{_gffde :=0;for _ ,_faaa :=range _febec ._gfeb .ObjectMap {if _faaa .Offset > 0{_gffde ++; +};};if _gffde ==0{return 0;};_febec ._gfeb ._ege =make ([]XrefObject ,_gffde );_ccdc :=0;for _ ,_bbba :=range _febec ._gfeb .ObjectMap {if _bbba .Offset > 0{_febec ._gfeb ._ege [_ccdc ]=_bbba ;_ccdc ++;};};_e .Slice (_febec ._gfeb ._ege ,func (_daad ,_dgedg int )bool {return _febec ._gfeb ._ege [_daad ].Offset < _febec ._gfeb ._ege [_dgedg ].Offset ; +});};_edgf :=_e .Search (len (_febec ._gfeb ._ege ),func (_ecaeb int )bool {return _febec ._gfeb ._ege [_ecaeb ].Offset >=_adfg });if _edgf < len (_febec ._gfeb ._ege ){_ebgb =_febec ._gfeb ._ege [_edgf ].Offset ;};return _ebgb ;};var _afgba =_a .New ("\u0045\u004f\u0046\u0020\u006e\u006f\u0074\u0020\u0066\u006f\u0075\u006e\u0064"); -// String returns a string describing `ref`. -func (_bcgc *PdfObjectReference )String ()string {return _ee .Sprintf ("\u0052\u0065\u0066\u0028\u0025\u0064\u0020\u0025\u0064\u0029",_bcgc .ObjectNumber ,_bcgc .GenerationNumber );};func _aggd (_dedb _bb .ReadSeeker ,_faffb int64 )(*offsetReader ,error ){_caad :=&offsetReader {_bfdd :_dedb ,_cbca :_faffb }; -_ ,_dgfg :=_caad .Seek (0,_bb .SeekStart );return _caad ,_dgfg ;}; -// DecodeStream decodes a DCT encoded stream and returns the result as a -// slice of bytes. -func (_bega *DCTEncoder )DecodeStream (streamObj *PdfObjectStream )([]byte ,error ){return _bega .DecodeBytes (streamObj .Stream );};func (_bag *PdfCrypt )saveCryptFilters (_bda *PdfObjectDictionary )error {if _bag ._ffe .V < 4{return _f .New ("\u0063\u0061\u006e\u0020\u006f\u006e\u006c\u0079\u0020\u0062\u0065 \u0075\u0073\u0065\u0064\u0020\u0077\u0069\u0074\u0068\u0020V\u003e\u003d\u0034"); -};_bde :=MakeDict ();_bda .Set ("\u0043\u0046",_bde );for _fdf ,_ebe :=range _bag ._ace {if _fdf =="\u0049\u0064\u0065\u006e\u0074\u0069\u0074\u0079"{continue ;};_fca :=_acag (_ebe ,"");_bde .Set (PdfObjectName (_fdf ),_fca );};_bda .Set ("\u0053\u0074\u0072\u0046",MakeName (_bag ._df )); -_bda .Set ("\u0053\u0074\u006d\u0046",MakeName (_bag ._badb ));return nil ;};var _bgbf =_f .New ("\u0045\u004f\u0046\u0020\u006e\u006f\u0074\u0020\u0066\u006f\u0075\u006e\u0064"); +// MakeDecodeParams makes a new instance of an encoding dictionary based on +// the current encoder settings. +func (_adab *ASCIIHexEncoder )MakeDecodeParams ()PdfObject {return nil }; // MultiEncoder supports serial encoding. -type MultiEncoder struct{_abeab []StreamEncoder }; +type MultiEncoder struct{_cfag []StreamEncoder }; -// GetFilterName returns the name of the encoding filter. -func (_edag *DCTEncoder )GetFilterName ()string {return StreamEncodingFilterNameDCT }; +// Keys returns the list of keys in the dictionary. +// If `d` is nil returns a nil slice. +func (_eefc *PdfObjectDictionary )Keys ()[]PdfObjectName {if _eefc ==nil {return nil ;};return _eefc ._aeba ;};func (_afbf *PdfParser )loadXrefs ()(*PdfObjectDictionary ,error ){_afbf ._gfeb .ObjectMap =make (map[int ]XrefObject );_afbf ._bgag =make (objectStreams ); +_bead ,_fdfb :=_afbf ._eaee .Seek (0,_eb .SeekEnd );if _fdfb !=nil {return nil ,_fdfb ;};_eg .Log .Trace ("\u0066s\u0069\u007a\u0065\u003a\u0020\u0025d",_bead );_afbf ._dfdf =_bead ;_fdfb =_afbf .seekToEOFMarker (_bead );if _fdfb !=nil {_eg .Log .Debug ("\u0046\u0061i\u006c\u0065\u0064\u0020\u0073\u0065\u0065\u006b\u0020\u0074\u006f\u0020\u0065\u006f\u0066\u0020\u006d\u0061\u0072\u006b\u0065\u0072: \u0025\u0076",_fdfb ); +return nil ,_fdfb ;};_efddg ,_fdfb :=_afbf ._eaee .Seek (0,_eb .SeekCurrent );if _fdfb !=nil {return nil ,_fdfb ;};var _fggcg int64 =64;_beee :=_efddg -_fggcg ;if _beee < 0{_beee =0;};_ ,_fdfb =_afbf ._eaee .Seek (_beee ,_eb .SeekStart );if _fdfb !=nil {return nil ,_fdfb ; +};_dcfa :=make ([]byte ,_fggcg );_ ,_fdfb =_afbf ._eaee .Read (_dcfa );if _fdfb !=nil {_eg .Log .Debug ("\u0046\u0061i\u006c\u0065\u0064\u0020\u0072\u0065\u0061\u0064\u0069\u006e\u0067\u0020\u0077\u0068\u0069\u006c\u0065\u0020\u006c\u006f\u006f\u006b\u0069\u006e\u0067\u0020\u0066\u006f\u0072\u0020\u0073\u0074\u0061\u0072\u0074\u0078\u0072\u0065\u0066\u003a\u0020\u0025\u0076",_fdfb ); +return nil ,_fdfb ;};_dgede :=_dded .FindStringSubmatch (string (_dcfa ));if len (_dgede )< 2{_eg .Log .Debug ("E\u0072\u0072\u006f\u0072\u003a\u0020s\u0074\u0061\u0072\u0074\u0078\u0072\u0065\u0066\u0020n\u006f\u0074\u0020f\u006fu\u006e\u0064\u0021"); +return nil ,_a .New ("\u0073\u0074\u0061\u0072tx\u0072\u0065\u0066\u0020\u006e\u006f\u0074\u0020\u0066\u006f\u0075\u006e\u0064");};if len (_dgede )> 2{_eg .Log .Debug ("\u0045\u0052\u0052O\u0052\u003a\u0020\u004du\u006c\u0074\u0069\u0070\u006c\u0065\u0020s\u0074\u0061\u0072\u0074\u0078\u0072\u0065\u0066\u0020\u0028\u0025\u0073\u0029\u0021",_dcfa ); +return nil ,_a .New ("m\u0075\u006c\u0074\u0069\u0070\u006ce\u0020\u0073\u0074\u0061\u0072\u0074\u0078\u0072\u0065f\u0020\u0065\u006et\u0072i\u0065\u0073\u003f");};_gggeg ,_ :=_b .ParseInt (_dgede [1],10,64);_eg .Log .Trace ("\u0073t\u0061r\u0074\u0078\u0072\u0065\u0066\u0020\u0061\u0074\u0020\u0025\u0064",_gggeg ); +if _gggeg > _bead {_eg .Log .Debug ("\u0045\u0052\u0052OR\u003a\u0020\u0058\u0072\u0065\u0066\u0020\u006f\u0066f\u0073e\u0074 \u006fu\u0074\u0073\u0069\u0064\u0065\u0020\u006f\u0066\u0020\u0066\u0069\u006c\u0065");_eg .Log .Debug ("\u0041\u0074\u0074\u0065\u006d\u0070\u0074\u0069\u006e\u0067\u0020\u0072e\u0070\u0061\u0069\u0072"); +_gggeg ,_fdfb =_afbf .repairLocateXref ();if _fdfb !=nil {_eg .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a \u0052\u0065\u0070\u0061\u0069\u0072\u0020\u0061\u0074\u0074\u0065\u006d\u0070t\u0020\u0066\u0061\u0069\u006c\u0065\u0064 \u0028\u0025\u0073\u0029"); +return nil ,_fdfb ;};};_afbf ._eaee .Seek (_gggeg ,_eb .SeekStart );_afbf ._dgca =_bb .NewReader (_afbf ._eaee );_feeg ,_fdfb :=_afbf .parseXref ();if _fdfb !=nil {return nil ,_fdfb ;};_abde :=_feeg .Get ("\u0058R\u0065\u0066\u0053\u0074\u006d");if _abde !=nil {_efca ,_gbgb :=_abde .(*PdfObjectInteger ); +if !_gbgb {return nil ,_a .New ("\u0058\u0052\u0065\u0066\u0053\u0074\u006d\u0020\u0021=\u0020\u0069\u006e\u0074");};_ ,_fdfb =_afbf .parseXrefStream (_efca );if _fdfb !=nil {return nil ,_fdfb ;};};var _ebeb []int64 ;_aaedg :=func (_ecebb int64 ,_gcgeb []int64 )bool {for _ ,_dfee :=range _gcgeb {if _dfee ==_ecebb {return true ; +};};return false ;};_abde =_feeg .Get ("\u0050\u0072\u0065\u0076");for _abde !=nil {_fcabf ,_edfeg :=_abde .(*PdfObjectInteger );if !_edfeg {_eg .Log .Debug ("\u0049\u006ev\u0061\u006c\u0069\u0064\u0020P\u0072\u0065\u0076\u0020\u0072e\u0066\u0065\u0072\u0065\u006e\u0063\u0065\u003a\u0020\u004e\u006f\u0074\u0020\u0061\u0020\u002a\u0050\u0064\u0066\u004f\u0062\u006a\u0065\u0063\u0074\u0049\u006e\u0074\u0065\u0067\u0065\u0072\u0020\u0028\u0025\u0054\u0029",_abde ); +return _feeg ,nil ;};_dgad :=*_fcabf ;_eg .Log .Trace ("\u0041\u006eot\u0068\u0065\u0072 \u0050\u0072\u0065\u0076 xr\u0065f \u0074\u0061\u0062\u006c\u0065\u0020\u006fbj\u0065\u0063\u0074\u0020\u0061\u0074\u0020%\u0064",_dgad );_afbf ._eaee .Seek (int64 (_dgad ),_eb .SeekStart ); +_afbf ._dgca =_bb .NewReader (_afbf ._eaee );_gfgb ,_dbgbg :=_afbf .parseXref ();if _dbgbg !=nil {_eg .Log .Debug ("\u0057\u0061\u0072\u006e\u0069\u006e\u0067\u003a\u0020\u0045\u0072\u0072\u006f\u0072\u0020-\u0020\u0046\u0061\u0069\u006c\u0065\u0064\u0020\u006c\u006f\u0061\u0064\u0069n\u0067\u0020\u0061\u006e\u006f\u0074\u0068\u0065\u0072\u0020\u0028\u0050re\u0076\u0029\u0020\u0074\u0072\u0061\u0069\u006c\u0065\u0072"); +_eg .Log .Debug ("\u0041\u0074t\u0065\u006d\u0070\u0074i\u006e\u0067 \u0074\u006f\u0020\u0063\u006f\u006e\u0074\u0069n\u0075\u0065\u0020\u0062\u0079\u0020\u0069\u0067\u006e\u006f\u0072\u0069n\u0067\u0020\u0069\u0074");break ;};_afbf ._ead =append (_afbf ._ead ,int64 (_dgad )); +_abde =_gfgb .Get ("\u0050\u0072\u0065\u0076");if _abde !=nil {_gdb :=*(_abde .(*PdfObjectInteger ));if _aaedg (int64 (_gdb ),_ebeb ){_eg .Log .Debug ("\u0050\u0072ev\u0065\u006e\u0074i\u006e\u0067\u0020\u0063irc\u0075la\u0072\u0020\u0078\u0072\u0065\u0066\u0020re\u0066\u0065\u0072\u0065\u006e\u0063\u0069n\u0067"); +break ;};_ebeb =append (_ebeb ,int64 (_gdb ));};};return _feeg ,nil ;};func (_bdge *PdfParser )skipComments ()error {if _ ,_ccab :=_bdge .skipSpaces ();_ccab !=nil {return _ccab ;};_adfb :=true ;for {_begf ,_aece :=_bdge ._dgca .Peek (1);if _aece !=nil {_eg .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0025\u0073",_aece .Error ()); +return _aece ;};if _adfb &&_begf [0]!='%'{return nil ;};_adfb =false ;if (_begf [0]!='\r')&&(_begf [0]!='\n'){_bdge ._dgca .ReadByte ();}else {break ;};};return _bdge .skipComments ();}; -// Set sets the PdfObject at index i of the array. An error is returned if the index is outside bounds. -func (_bfgdf *PdfObjectArray )Set (i int ,obj PdfObject )error {if i < 0||i >=len (_bfgdf ._aagc ){return _f .New ("\u006f\u0075\u0074\u0073\u0069\u0064\u0065\u0020\u0062o\u0075\u006e\u0064\u0073");};_bfgdf ._aagc [i ]=obj ;return nil ;};func _dcca (_gcee _eeb .Image )*JBIG2Image {_cfgc :=_gcee .Base (); -return &JBIG2Image {Data :_cfgc .Data ,Width :_cfgc .Width ,Height :_cfgc .Height ,HasPadding :true };};func (_ffeb *limitedReadSeeker )getError (_efab int64 )error {switch {case _efab < 0:return _ee .Errorf ("\u0075\u006e\u0065\u0078\u0070\u0065\u0063\u0074\u0065\u0064 \u006e\u0065\u0067\u0061\u0074\u0069\u0076e\u0020\u006f\u0066\u0066\u0073\u0065\u0074\u003a\u0020\u0025\u0064",_efab ); -case _efab > _ffeb ._befa :return _ee .Errorf ("u\u006e\u0065\u0078\u0070ec\u0074e\u0064\u0020\u006f\u0066\u0066s\u0065\u0074\u003a\u0020\u0025\u0064",_efab );};return nil ;}; +// GetInt returns the *PdfObjectBool object that is represented by a PdfObject either directly or indirectly +// within an indirect object. The bool flag indicates whether a match was found. +func GetInt (obj PdfObject )(_ddae *PdfObjectInteger ,_afdd bool ){_ddae ,_afdd =TraceToDirectObject (obj ).(*PdfObjectInteger );return _ddae ,_afdd ;}; -// PdfCryptNewEncrypt makes the document crypt handler based on a specified crypt filter. -func PdfCryptNewEncrypt (cf _gbe .Filter ,userPass ,ownerPass []byte ,perm _cbd .Permissions )(*PdfCrypt ,*EncryptInfo ,error ){_cag :=&PdfCrypt {_edc :make (map[PdfObject ]bool ),_ace :make (cryptFilters ),_adfe :_cbd .StdEncryptDict {P :perm ,EncryptMetadata :true }}; -var _dbbd Version ;if cf !=nil {_bba :=cf .PDFVersion ();_dbbd .Major ,_dbbd .Minor =_bba [0],_bba [1];V ,R :=cf .HandlerVersion ();_cag ._ffe .V =V ;_cag ._adfe .R =R ;_cag ._ffe .Length =cf .KeyLength ()*8;};const (_beb =_dedd ;);_cag ._ace [_beb ]=cf ; -if _cag ._ffe .V >=4{_cag ._badb =_beb ;_cag ._df =_beb ;};_aba :=_cag .newEncryptDict ();_ea :=_ab .Sum ([]byte (_ag .Now ().Format (_ag .RFC850 )));_ead :=string (_ea [:]);_beee :=make ([]byte ,100);_dg .Read (_beee );_ea =_ab .Sum (_beee );_abg :=string (_ea [:]); -_eb .Log .Trace ("\u0052\u0061\u006e\u0064\u006f\u006d\u0020\u0062\u003a\u0020\u0025\u0020\u0078",_beee );_eb .Log .Trace ("\u0047\u0065\u006e\u0020\u0049\u0064\u0020\u0030\u003a\u0020\u0025\u0020\u0078",_ead );_cag ._ffc =_ead ;_cbb :=_cag .generateParams (userPass ,ownerPass ); -if _cbb !=nil {return nil ,nil ,_cbb ;};_eeba (&_cag ._adfe ,_aba );if _cag ._ffe .V >=4{if _cace :=_cag .saveCryptFilters (_aba );_cace !=nil {return nil ,nil ,_cace ;};};return _cag ,&EncryptInfo {Version :_dbbd ,Encrypt :_aba ,ID0 :_ead ,ID1 :_abg },nil ; -};func (_babb *PdfParser )loadXrefs ()(*PdfObjectDictionary ,error ){_babb ._bfba .ObjectMap =make (map[int ]XrefObject );_babb ._fggc =make (objectStreams );_cgae ,_gebg :=_babb ._cdea .Seek (0,_bb .SeekEnd );if _gebg !=nil {return nil ,_gebg ;};_eb .Log .Trace ("\u0066s\u0069\u007a\u0065\u003a\u0020\u0025d",_cgae ); -_babb ._ggdf =_cgae ;_gebg =_babb .seekToEOFMarker (_cgae );if _gebg !=nil {_eb .Log .Debug ("\u0046\u0061i\u006c\u0065\u0064\u0020\u0073\u0065\u0065\u006b\u0020\u0074\u006f\u0020\u0065\u006f\u0066\u0020\u006d\u0061\u0072\u006b\u0065\u0072: \u0025\u0076",_gebg ); -return nil ,_gebg ;};_bafa ,_gebg :=_babb ._cdea .Seek (0,_bb .SeekCurrent );if _gebg !=nil {return nil ,_gebg ;};var _aeag int64 =64;_ddae :=_bafa -_aeag ;if _ddae < 0{_ddae =0;};_ ,_gebg =_babb ._cdea .Seek (_ddae ,_bb .SeekStart );if _gebg !=nil {return nil ,_gebg ; -};_ceda :=make ([]byte ,_aeag );_ ,_gebg =_babb ._cdea .Read (_ceda );if _gebg !=nil {_eb .Log .Debug ("\u0046\u0061i\u006c\u0065\u0064\u0020\u0072\u0065\u0061\u0064\u0069\u006e\u0067\u0020\u0077\u0068\u0069\u006c\u0065\u0020\u006c\u006f\u006f\u006b\u0069\u006e\u0067\u0020\u0066\u006f\u0072\u0020\u0073\u0074\u0061\u0072\u0074\u0078\u0072\u0065\u0066\u003a\u0020\u0025\u0076",_gebg ); -return nil ,_gebg ;};_defe :=_bfff .FindStringSubmatch (string (_ceda ));if len (_defe )< 2{_eb .Log .Debug ("E\u0072\u0072\u006f\u0072\u003a\u0020s\u0074\u0061\u0072\u0074\u0078\u0072\u0065\u0066\u0020n\u006f\u0074\u0020f\u006fu\u006e\u0064\u0021");return nil ,_f .New ("\u0073\u0074\u0061\u0072tx\u0072\u0065\u0066\u0020\u006e\u006f\u0074\u0020\u0066\u006f\u0075\u006e\u0064"); -};if len (_defe )> 2{_eb .Log .Debug ("\u0045\u0052\u0052O\u0052\u003a\u0020\u004du\u006c\u0074\u0069\u0070\u006c\u0065\u0020s\u0074\u0061\u0072\u0074\u0078\u0072\u0065\u0066\u0020\u0028\u0025\u0073\u0029\u0021",_ceda );return nil ,_f .New ("m\u0075\u006c\u0074\u0069\u0070\u006ce\u0020\u0073\u0074\u0061\u0072\u0074\u0078\u0072\u0065f\u0020\u0065\u006et\u0072i\u0065\u0073\u003f"); -};_ggba ,_ :=_d .ParseInt (_defe [1],10,64);_eb .Log .Trace ("\u0073t\u0061r\u0074\u0078\u0072\u0065\u0066\u0020\u0061\u0074\u0020\u0025\u0064",_ggba );if _ggba > _cgae {_eb .Log .Debug ("\u0045\u0052\u0052OR\u003a\u0020\u0058\u0072\u0065\u0066\u0020\u006f\u0066f\u0073e\u0074 \u006fu\u0074\u0073\u0069\u0064\u0065\u0020\u006f\u0066\u0020\u0066\u0069\u006c\u0065"); -_eb .Log .Debug ("\u0041\u0074\u0074\u0065\u006d\u0070\u0074\u0069\u006e\u0067\u0020\u0072e\u0070\u0061\u0069\u0072");_ggba ,_gebg =_babb .repairLocateXref ();if _gebg !=nil {_eb .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a \u0052\u0065\u0070\u0061\u0069\u0072\u0020\u0061\u0074\u0074\u0065\u006d\u0070t\u0020\u0066\u0061\u0069\u006c\u0065\u0064 \u0028\u0025\u0073\u0029"); -return nil ,_gebg ;};};_babb ._cdea .Seek (_ggba ,_bb .SeekStart );_babb ._dedbc =_ga .NewReader (_babb ._cdea );_dcacd ,_gebg :=_babb .parseXref ();if _gebg !=nil {return nil ,_gebg ;};_eece :=_dcacd .Get ("\u0058R\u0065\u0066\u0053\u0074\u006d");if _eece !=nil {_fgce ,_eggdb :=_eece .(*PdfObjectInteger ); -if !_eggdb {return nil ,_f .New ("\u0058\u0052\u0065\u0066\u0053\u0074\u006d\u0020\u0021=\u0020\u0069\u006e\u0074");};_ ,_gebg =_babb .parseXrefStream (_fgce );if _gebg !=nil {return nil ,_gebg ;};};var _cbcff []int64 ;_dgfgb :=func (_fcea int64 ,_gbadc []int64 )bool {for _ ,_dfcdd :=range _gbadc {if _dfcdd ==_fcea {return true ; -};};return false ;};_eece =_dcacd .Get ("\u0050\u0072\u0065\u0076");for _eece !=nil {_gdgg ,_aaee :=_eece .(*PdfObjectInteger );if !_aaee {_eb .Log .Debug ("\u0049\u006ev\u0061\u006c\u0069\u0064\u0020P\u0072\u0065\u0076\u0020\u0072e\u0066\u0065\u0072\u0065\u006e\u0063\u0065\u003a\u0020\u004e\u006f\u0074\u0020\u0061\u0020\u002a\u0050\u0064\u0066\u004f\u0062\u006a\u0065\u0063\u0074\u0049\u006e\u0074\u0065\u0067\u0065\u0072\u0020\u0028\u0025\u0054\u0029",_eece ); -return _dcacd ,nil ;};_dccfb :=*_gdgg ;_eb .Log .Trace ("\u0041\u006eot\u0068\u0065\u0072 \u0050\u0072\u0065\u0076 xr\u0065f \u0074\u0061\u0062\u006c\u0065\u0020\u006fbj\u0065\u0063\u0074\u0020\u0061\u0074\u0020%\u0064",_dccfb );_babb ._cdea .Seek (int64 (_dccfb ),_bb .SeekStart ); -_babb ._dedbc =_ga .NewReader (_babb ._cdea );_fcaa ,_adbc :=_babb .parseXref ();if _adbc !=nil {_eb .Log .Debug ("\u0057\u0061\u0072\u006e\u0069\u006e\u0067\u003a\u0020\u0045\u0072\u0072\u006f\u0072\u0020-\u0020\u0046\u0061\u0069\u006c\u0065\u0064\u0020\u006c\u006f\u0061\u0064\u0069n\u0067\u0020\u0061\u006e\u006f\u0074\u0068\u0065\u0072\u0020\u0028\u0050re\u0076\u0029\u0020\u0074\u0072\u0061\u0069\u006c\u0065\u0072"); -_eb .Log .Debug ("\u0041\u0074t\u0065\u006d\u0070\u0074i\u006e\u0067 \u0074\u006f\u0020\u0063\u006f\u006e\u0074\u0069n\u0075\u0065\u0020\u0062\u0079\u0020\u0069\u0067\u006e\u006f\u0072\u0069n\u0067\u0020\u0069\u0074");break ;};_babb ._bagd =append (_babb ._bagd ,int64 (_dccfb )); -_eece =_fcaa .Get ("\u0050\u0072\u0065\u0076");if _eece !=nil {_fdeb :=*(_eece .(*PdfObjectInteger ));if _dgfgb (int64 (_fdeb ),_cbcff ){_eb .Log .Debug ("\u0050\u0072ev\u0065\u006e\u0074i\u006e\u0067\u0020\u0063irc\u0075la\u0072\u0020\u0078\u0072\u0065\u0066\u0020re\u0066\u0065\u0072\u0065\u006e\u0063\u0069n\u0067"); -break ;};_cbcff =append (_cbcff ,int64 (_fdeb ));};};return _dcacd ,nil ;};func _gfac (_cfc XrefTable ){_eb .Log .Debug ("\u003dX\u003d\u0058\u003d\u0058\u003d");_eb .Log .Debug ("X\u0072\u0065\u0066\u0020\u0074\u0061\u0062\u006c\u0065\u003a");_ddb :=0; -for _ ,_bab :=range _cfc .ObjectMap {_eb .Log .Debug ("i\u002b\u0031\u003a\u0020\u0025\u0064 \u0028\u006f\u0062\u006a\u0020\u006eu\u006d\u003a\u0020\u0025\u0064\u0020\u0067e\u006e\u003a\u0020\u0025\u0064\u0029\u0020\u002d\u003e\u0020%\u0064",_ddb +1,_bab .ObjectNumber ,_bab .Generation ,_bab .Offset ); -_ddb ++;};};type offsetReader struct{_bfdd _bb .ReadSeeker ;_cbca int64 ;}; - -// XrefObject defines a cross reference entry which is a map between object number (with generation number) and the -// location of the actual object, either as a file offset (xref table entry), or as a location within an xref -// stream object (xref object stream). -type XrefObject struct{XType xrefType ;ObjectNumber int ;Generation int ; +// IsNullObject returns true if `obj` is a PdfObjectNull. +func IsNullObject (obj PdfObject )bool {_ ,_ddgf :=TraceToDirectObject (obj ).(*PdfObjectNull );return _ddgf ;}; -// For normal xrefs (defined by OFFSET) -Offset int64 ; +// ToInt64Slice returns a slice of all array elements as an int64 slice. An error is returned if the +// array non-integer objects. Each element can only be PdfObjectInteger. +func (_dfceb *PdfObjectArray )ToInt64Slice ()([]int64 ,error ){var _faed []int64 ;for _ ,_dffga :=range _dfceb .Elements (){if _aeceg ,_ddab :=_dffga .(*PdfObjectInteger );_ddab {_faed =append (_faed ,int64 (*_aeceg ));}else {return nil ,ErrTypeError ; +};};return _faed ,nil ;}; -// For xrefs to object streams. -OsObjNumber int ;OsObjIndex int ;}; +// PdfObjectFloat represents the primitive PDF floating point numerical object. +type PdfObjectFloat float64 ; -// HasInvalidHexRunes implements core.ParserMetadata interface. -func (_aeg ParserMetadata )HasInvalidHexRunes ()bool {return _aeg ._gca };func _fdfc (_ggfd uint ,_adae ,_aedc float64 )float64 {return (_adae +(float64 (_ggfd )*(_aedc -_adae )/255))*255;}; +// ToIntegerArray returns a slice of all array elements as an int slice. An error is returned if the +// array non-integer objects. Each element can only be PdfObjectInteger. +func (_fbfg *PdfObjectArray )ToIntegerArray ()([]int ,error ){var _gfgdb []int ;for _ ,_ecbad :=range _fbfg .Elements (){if _dfgg ,_gacg :=_ecbad .(*PdfObjectInteger );_gacg {_gfgdb =append (_gfgdb ,int (*_dfgg ));}else {return nil ,ErrTypeError ;};};return _gfgdb ,nil ; +}; -// Set sets the dictionary's key -> val mapping entry. Overwrites if key already set. -func (_ecbfc *PdfObjectDictionary )Set (key PdfObjectName ,val PdfObject ){_ecbfc .setWithLock (key ,val ,true );}; +// MakeDecodeParams makes a new instance of an encoding dictionary based on +// the current encoder settings. +func (_gae *FlateEncoder )MakeDecodeParams ()PdfObject {if _gae .Predictor > 1{_face :=MakeDict ();_face .Set ("\u0050r\u0065\u0064\u0069\u0063\u0074\u006fr",MakeInteger (int64 (_gae .Predictor )));if _gae .BitsPerComponent !=8{_face .Set ("\u0042\u0069t\u0073\u0050\u0065r\u0043\u006f\u006d\u0070\u006f\u006e\u0065\u006e\u0074",MakeInteger (int64 (_gae .BitsPerComponent ))); +};if _gae .Columns !=1{_face .Set ("\u0043o\u006c\u0075\u006d\u006e\u0073",MakeInteger (int64 (_gae .Columns )));};if _gae .Colors !=1{_face .Set ("\u0043\u006f\u006c\u006f\u0072\u0073",MakeInteger (int64 (_gae .Colors )));};return _face ;};return nil ; +}; -// DecodeBytes decodes a slice of JPX encoded bytes and returns the result. -func (_ffag *JPXEncoder )DecodeBytes (encoded []byte )([]byte ,error ){_eb .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u003a\u0020\u0041t\u0074\u0065\u006dpt\u0069\u006e\u0067\u0020\u0074\u006f \u0075\u0073\u0065\u0020\u0075\u006e\u0073\u0075\u0070\u0070\u006f\u0072\u0074\u0065\u0064 \u0065\u006e\u0063\u006f\u0064\u0069\u006e\u0067 \u0025\u0073",_ffag .GetFilterName ()); -return encoded ,ErrNoJPXDecode ;};func (_edde *PdfParser )checkPostEOFData ()error {const _bfbg ="\u0025\u0025\u0045O\u0046";_ ,_gaad :=_edde ._cdea .Seek (-int64 (len ([]byte (_bfbg )))-1,_bb .SeekEnd );if _gaad !=nil {return _gaad ;};_dbad :=make ([]byte ,len ([]byte (_bfbg ))+1); -_ ,_gaad =_edde ._cdea .Read (_dbad );if _gaad !=nil {if _gaad !=_bb .EOF {return _gaad ;};};if string (_dbad )==_bfbg ||string (_dbad )==_bfbg +"\u000a"{_edde ._eggc ._fcag =true ;};return nil ;}; +// GetFileOffset returns the current file offset, accounting for buffered position. +func (_ebefg *PdfParser )GetFileOffset ()int64 {_beda ,_ :=_ebefg ._eaee .Seek (0,_eb .SeekCurrent );_beda -=int64 (_ebefg ._dgca .Buffered ());return _beda ;}; -// Update updates multiple keys and returns the dictionary back so can be used in a chained fashion. -func (_eafe *PdfObjectDictionary )Update (objmap map[string ]PdfObject )*PdfObjectDictionary {_eafe ._bfdf .Lock ();defer _eafe ._bfdf .Unlock ();for _fgcc ,_agbg :=range objmap {_eafe .setWithLock (PdfObjectName (_fgcc ),_agbg ,false );};return _eafe ; -};type objectStream struct{N int ;_cgg []byte ;_faf map[int ]int64 ;}; +// SetFileOffset sets the file to an offset position and resets buffer. +func (_bbce *PdfParser )SetFileOffset (offset int64 ){if offset < 0{offset =0;};_bbce ._eaee .Seek (offset ,_eb .SeekStart );_bbce ._dgca =_bb .NewReader (_bbce ._eaee );}; -// ReadAtLeast reads at least n bytes into slice p. -// Returns the number of bytes read (should always be == n), and an error on failure. -func (_baba *PdfParser )ReadAtLeast (p []byte ,n int )(int ,error ){_afagf :=n ;_gbefe :=0;_ceced :=0;for _afagf > 0{_aceg ,_ebab :=_baba ._dedbc .Read (p [_gbefe :]);if _ebab !=nil {_eb .Log .Debug ("\u0045\u0052\u0052O\u0052\u0020\u0046\u0061i\u006c\u0065\u0064\u0020\u0072\u0065\u0061d\u0069\u006e\u0067\u0020\u0028\u0025\u0064\u003b\u0025\u0064\u0029\u0020\u0025\u0073",_aceg ,_ceced ,_ebab .Error ()); -return _gbefe ,_f .New ("\u0066\u0061\u0069\u006c\u0065\u0064\u0020\u0072\u0065a\u0064\u0069\u006e\u0067");};_ceced ++;_gbefe +=_aceg ;_afagf -=_aceg ;};return _gbefe ,nil ;};const (_cafb =0;_ebeb =1;_ggef =2;_bae =3;_cecg =4;);func (_dggb *PdfParser )xrefNextObjectOffset (_bfced int64 )int64 {_ceceg :=int64 (0); -if len (_dggb ._bfba .ObjectMap )==0{return 0;};if len (_dggb ._bfba ._bd )==0{_dbge :=0;for _ ,_fadfc :=range _dggb ._bfba .ObjectMap {if _fadfc .Offset > 0{_dbge ++;};};if _dbge ==0{return 0;};_dggb ._bfba ._bd =make ([]XrefObject ,_dbge );_gdag :=0; -for _ ,_gfdf :=range _dggb ._bfba .ObjectMap {if _gfdf .Offset > 0{_dggb ._bfba ._bd [_gdag ]=_gfdf ;_gdag ++;};};_be .Slice (_dggb ._bfba ._bd ,func (_bagde ,_gaeec int )bool {return _dggb ._bfba ._bd [_bagde ].Offset < _dggb ._bfba ._bd [_gaeec ].Offset }); -};_ceeb :=_be .Search (len (_dggb ._bfba ._bd ),func (_eeebd int )bool {return _dggb ._bfba ._bd [_eeebd ].Offset >=_bfced });if _ceeb < len (_dggb ._bfba ._bd ){_ceceg =_dggb ._bfba ._bd [_ceeb ].Offset ;};return _ceceg ;}; +// ToGoImage converts the JBIG2Image to the golang image.Image. +func (_edab *JBIG2Image )ToGoImage ()(_g .Image ,error ){const _dfagc ="J\u0042I\u0047\u0032\u0049\u006d\u0061\u0067\u0065\u002eT\u006f\u0047\u006f\u0049ma\u0067\u0065";if _edab .Data ==nil {return nil ,_bgc .Error (_dfagc ,"\u0069\u006d\u0061\u0067e \u0064\u0061\u0074\u0061\u0020\u006e\u006f\u0074\u0020\u0064\u0065\u0066\u0069\u006ee\u0064"); +};if _edab .Width ==0||_edab .Height ==0{return nil ,_bgc .Error (_dfagc ,"\u0069\u006d\u0061\u0067\u0065\u0020h\u0065\u0069\u0067\u0068\u0074\u0020\u006f\u0072\u0020\u0077\u0069\u0064\u0074h\u0020\u006e\u006f\u0074\u0020\u0064\u0065f\u0069\u006e\u0065\u0064"); +};_ecfe ,_dbde :=_gg .NewImage (_edab .Width ,_edab .Height ,1,1,_edab .Data ,nil ,nil );if _dbde !=nil {return nil ,_dbde ;};return _ecfe ,nil ;};type cryptFilters map[string ]_dg .Filter ; -// GetFilterName returns the name of the encoding filter. -func (_bcbb *ASCIIHexEncoder )GetFilterName ()string {return StreamEncodingFilterNameASCIIHex };var _baed =_ba .MustCompile ("\u005e\u005b\\\u002b\u002d\u002e\u005d*\u0028\u005b0\u002d\u0039\u002e\u005d\u002b\u0029\u005b\u0065E\u005d\u005b\u005c\u002b\u002d\u002e\u005d\u002a\u0028\u005b\u0030\u002d9\u002e\u005d\u002b\u0029"); -func _eeba (_adfg *_cbd .StdEncryptDict ,_fd *PdfObjectDictionary ){_fd .Set ("\u0052",MakeInteger (int64 (_adfg .R )));_fd .Set ("\u0050",MakeInteger (int64 (_adfg .P )));_fd .Set ("\u004f",MakeStringFromBytes (_adfg .O ));_fd .Set ("\u0055",MakeStringFromBytes (_adfg .U )); -if _adfg .R >=5{_fd .Set ("\u004f\u0045",MakeStringFromBytes (_adfg .OE ));_fd .Set ("\u0055\u0045",MakeStringFromBytes (_adfg .UE ));_fd .Set ("\u0045n\u0063r\u0079\u0070\u0074\u004d\u0065\u0074\u0061\u0064\u0061\u0074\u0061",MakeBool (_adfg .EncryptMetadata )); -if _adfg .R > 5{_fd .Set ("\u0050\u0065\u0072m\u0073",MakeStringFromBytes (_adfg .Perms ));};};};const (StreamEncodingFilterNameFlate ="F\u006c\u0061\u0074\u0065\u0044\u0065\u0063\u006f\u0064\u0065";StreamEncodingFilterNameLZW ="\u004cZ\u0057\u0044\u0065\u0063\u006f\u0064e"; -StreamEncodingFilterNameDCT ="\u0044C\u0054\u0044\u0065\u0063\u006f\u0064e";StreamEncodingFilterNameRunLength ="\u0052u\u006eL\u0065\u006e\u0067\u0074\u0068\u0044\u0065\u0063\u006f\u0064\u0065";StreamEncodingFilterNameASCIIHex ="\u0041\u0053\u0043\u0049\u0049\u0048\u0065\u0078\u0044e\u0063\u006f\u0064\u0065"; -StreamEncodingFilterNameASCII85 ="\u0041\u0053\u0043\u0049\u0049\u0038\u0035\u0044\u0065\u0063\u006f\u0064\u0065";StreamEncodingFilterNameCCITTFax ="\u0043\u0043\u0049\u0054\u0054\u0046\u0061\u0078\u0044e\u0063\u006f\u0064\u0065";StreamEncodingFilterNameJBIG2 ="J\u0042\u0049\u0047\u0032\u0044\u0065\u0063\u006f\u0064\u0065"; -StreamEncodingFilterNameJPX ="\u004aP\u0058\u0044\u0065\u0063\u006f\u0064e";StreamEncodingFilterNameRaw ="\u0052\u0061\u0077";); +// Validate validates the page settings for the JBIG2 encoder. +func (_cgeg JBIG2EncoderSettings )Validate ()error {const _ccfc ="\u0076a\u006ci\u0064\u0061\u0074\u0065\u0045\u006e\u0063\u006f\u0064\u0065\u0072";if _cgeg .Threshold < 0||_cgeg .Threshold > 1.0{return _bgc .Errorf (_ccfc ,"\u0070\u0072\u006f\u0076\u0069\u0064\u0065\u0064\u0020\u0074\u0068\u0072\u0065\u0073\u0068\u006f\u006c\u0064\u0020\u0076a\u006c\u0075\u0065\u003a\u0020\u0027\u0025\u0076\u0027 \u006d\u0075\u0073\u0074\u0020\u0062\u0065\u0020\u0069\u006e\u0020\u0072\u0061n\u0067\u0065\u0020\u005b\u0030\u002e0\u002c\u0020\u0031.\u0030\u005d",_cgeg .Threshold ); +};if _cgeg .ResolutionX < 0{return _bgc .Errorf (_ccfc ,"\u0070\u0072\u006f\u0076\u0069\u0064\u0065\u0064\u0020\u0078\u0020\u0072\u0065\u0073\u006f\u006c\u0075\u0074\u0069\u006fn\u003a\u0020\u0027\u0025\u0064\u0027\u0020\u006d\u0075s\u0074\u0020\u0062\u0065\u0020\u0070\u006f\u0073\u0069\u0074\u0069\u0076\u0065 \u006f\u0072\u0020\u007a\u0065\u0072o\u0020\u0076\u0061l\u0075\u0065",_cgeg .ResolutionX ); +};if _cgeg .ResolutionY < 0{return _bgc .Errorf (_ccfc ,"\u0070\u0072\u006f\u0076\u0069\u0064\u0065\u0064\u0020\u0079\u0020\u0072\u0065\u0073\u006f\u006c\u0075\u0074\u0069\u006fn\u003a\u0020\u0027\u0025\u0064\u0027\u0020\u006d\u0075s\u0074\u0020\u0062\u0065\u0020\u0070\u006f\u0073\u0069\u0074\u0069\u0076\u0065 \u006f\u0072\u0020\u007a\u0065\u0072o\u0020\u0076\u0061l\u0075\u0065",_cgeg .ResolutionY ); +};if _cgeg .DefaultPixelValue !=0&&_cgeg .DefaultPixelValue !=1{return _bgc .Errorf (_ccfc ,"de\u0066\u0061u\u006c\u0074\u0020\u0070\u0069\u0078\u0065\u006c\u0020v\u0061\u006c\u0075\u0065\u003a\u0020\u0027\u0025\u0064\u0027\u0020\u006d\u0075\u0073\u0074\u0020\u0062\u0065\u0020\u0061\u0020\u0076\u0061\u006c\u0075\u0065\u0020\u0066o\u0072 \u0074\u0068\u0065\u0020\u0062\u0069\u0074\u003a \u007b0\u002c\u0031}",_cgeg .DefaultPixelValue ); +};if _cgeg .Compression !=JB2Generic {return _bgc .Errorf (_ccfc ,"\u0070\u0072\u006f\u0076\u0069\u0064\u0065d\u0020\u0063\u006fm\u0070\u0072\u0065\u0073s\u0069\u006f\u006e\u0020\u0069\u0073\u0020\u006e\u006f\u0074\u0020\u0069\u006d\u0070\u006c\u0065\u006d\u0065\u006e\u0074\u0065\u0064\u0020\u0079\u0065\u0074"); +};return nil ;};var _bdeag =_de .MustCompile ("\u0028\u005c\u0064\u002b\u0029\u005c\u0073\u002b\u0028\u005c\u0064+\u0029\u005c\u0073\u002b\u0028\u005b\u006e\u0066\u005d\u0029\\\u0073\u002a\u0024");func (_ba *PdfParser )lookupByNumber (_cce int ,_gd bool )(PdfObject ,bool ,error ){_egb ,_aaa :=_ba .ObjCache [_cce ]; +if _aaa {_eg .Log .Trace ("\u0052\u0065\u0074\u0075\u0072\u006e\u0069\u006e\u0067\u0020\u0063a\u0063\u0068\u0065\u0064\u0020\u006f\u0062\u006a\u0065\u0063t\u0020\u0025\u0064",_cce );return _egb ,false ,nil ;};if _ba ._gddc ==nil {_ba ._gddc =map[int ]bool {}; +};if _ba ._gddc [_cce ]{_eg .Log .Debug ("ER\u0052\u004f\u0052\u003a\u0020\u004c\u006fok\u0075\u0070\u0020\u006f\u0066\u0020\u0025\u0064\u0020\u0069\u0073\u0020\u0061\u006c\u0072e\u0061\u0064\u0079\u0020\u0069\u006e\u0020\u0070\u0072\u006f\u0067\u0072\u0065\u0073\u0073\u0020\u002d\u0020\u0072\u0065c\u0075\u0072\u0073\u0069\u0076\u0065 \u006c\u006f\u006f\u006b\u0075\u0070\u0020\u0061\u0074t\u0065m\u0070\u0074\u0020\u0062\u006c\u006f\u0063\u006b\u0065\u0064",_cce ); +return nil ,false ,_a .New ("\u0072\u0065\u0063\u0075\u0072\u0073\u0069\u0076\u0065\u0020\u006c\u006f\u006f\u006b\u0075p\u0020a\u0074\u0074\u0065\u006d\u0070\u0074\u0020\u0062\u006c\u006f\u0063\u006b\u0065\u0064");};_ba ._gddc [_cce ]=true ;defer delete (_ba ._gddc ,_cce ); +_cdd ,_aaa :=_ba ._gfeb .ObjectMap [_cce ];if !_aaa {_eg .Log .Trace ("\u0055\u006e\u0061\u0062l\u0065\u0020\u0074\u006f\u0020\u006c\u006f\u0063\u0061t\u0065\u0020\u006f\u0062\u006a\u0065\u0063\u0074\u0020\u0069\u006e\u0020\u0078\u0072\u0065\u0066\u0073\u0021 \u002d\u0020\u0052\u0065\u0074u\u0072\u006e\u0069\u006e\u0067\u0020\u006e\u0075\u006c\u006c\u0020\u006f\u0062\u006a\u0065\u0063\u0074"); +var _ff PdfObjectNull ;return &_ff ,false ,nil ;};_eg .Log .Trace ("L\u006fo\u006b\u0075\u0070\u0020\u006f\u0062\u006a\u0020n\u0075\u006d\u0062\u0065r \u0025\u0064",_cce );if _cdd .XType ==XrefTypeTableEntry {_eg .Log .Trace ("\u0078r\u0065f\u006f\u0062\u006a\u0020\u006fb\u006a\u0020n\u0075\u006d\u0020\u0025\u0064",_cdd .ObjectNumber ); +_eg .Log .Trace ("\u0078\u0072\u0065\u0066\u006f\u0062\u006a\u0020\u0067e\u006e\u0020\u0025\u0064",_cdd .Generation );_eg .Log .Trace ("\u0078\u0072\u0065\u0066\u006f\u0062\u006a\u0020\u006f\u0066\u0066\u0073e\u0074\u0020\u0025\u0064",_cdd .Offset );_ba ._eaee .Seek (_cdd .Offset ,_eb .SeekStart ); +_ba ._dgca =_bb .NewReader (_ba ._eaee );_gfb ,_fg :=_ba .ParseIndirectObject ();if _fg !=nil {_eg .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u0020\u0046\u0061\u0069\u006ce\u0064\u0020\u0072\u0065\u0061\u0064\u0069n\u0067\u0020\u0078\u0072\u0065\u0066\u0020\u0028\u0025\u0073\u0029",_fg ); +if _gd {_eg .Log .Debug ("\u0041\u0074t\u0065\u006d\u0070\u0074i\u006e\u0067 \u0074\u006f\u0020\u0072\u0065\u0070\u0061\u0069r\u0020\u0078\u0072\u0065\u0066\u0073\u0020\u0028\u0074\u006f\u0070\u0020d\u006f\u0077\u006e\u0029");_bgbb ,_cbg :=_ba .repairRebuildXrefsTopDown (); +if _cbg !=nil {_eg .Log .Debug ("\u0045R\u0052\u004f\u0052\u0020\u0046\u0061\u0069\u006c\u0065\u0064\u0020r\u0065\u0070\u0061\u0069\u0072\u0020\u0028\u0025\u0073\u0029",_cbg );return nil ,false ,_cbg ;};_ba ._gfeb =*_bgbb ;return _ba .lookupByNumber (_cce ,false ); +};return nil ,false ,_fg ;};if _gd {_ab ,_ ,_ :=_fcb (_gfb );if int (_ab )!=_cce {_eg .Log .Debug ("\u0049n\u0076\u0061\u006c\u0069d\u0020\u0078\u0072\u0065\u0066s\u003a \u0052e\u0062\u0075\u0069\u006c\u0064\u0069\u006eg");_baa :=_ba .rebuildXrefTable (); +if _baa !=nil {return nil ,false ,_baa ;};_ba .ObjCache =objectCache {};return _ba .lookupByNumberWrapper (_cce ,false );};};_eg .Log .Trace ("\u0052\u0065\u0074\u0075\u0072\u006e\u0069\u006e\u0067\u0020\u006f\u0062\u006a");_ba .ObjCache [_cce ]=_gfb ; +return _gfb ,false ,nil ;}else if _cdd .XType ==XrefTypeObjectStream {_eg .Log .Trace ("\u0078r\u0065\u0066\u0020\u0066\u0072\u006f\u006d\u0020\u006f\u0062\u006ae\u0063\u0074\u0020\u0073\u0074\u0072\u0065\u0061\u006d\u0021");_eg .Log .Trace ("\u003e\u004c\u006f\u0061\u0064\u0020\u0076\u0069\u0061\u0020\u004f\u0053\u0021"); +_eg .Log .Trace ("\u004f\u0062\u006a\u0065\u0063\u0074\u0020\u0073\u0074\u0072\u0065\u0061\u006d \u0061\u0076\u0061\u0069\u006c\u0061b\u006c\u0065\u0020\u0069\u006e\u0020\u006f\u0062\u006a\u0065\u0063\u0074\u0020%\u0064\u002f\u0025\u0064",_cdd .OsObjNumber ,_cdd .OsObjIndex ); +if _cdd .OsObjNumber ==_cce {_eg .Log .Debug ("E\u0052\u0052\u004f\u0052\u0020\u0043i\u0072\u0063\u0075\u006c\u0061\u0072\u0020\u0072\u0065f\u0065\u0072\u0065n\u0063e\u0021\u003f\u0021");return nil ,true ,_a .New ("\u0078\u0072\u0065f \u0063\u0069\u0072\u0063\u0075\u006c\u0061\u0072\u0020\u0072\u0065\u0066\u0065\u0072\u0065\u006e\u0063\u0065"); +};if _ ,_efg :=_ba ._gfeb .ObjectMap [_cdd .OsObjNumber ];_efg {_fad ,_efd :=_ba .lookupObjectViaOS (_cdd .OsObjNumber ,_cce );if _efd !=nil {_eg .Log .Debug ("\u0045R\u0052\u004f\u0052\u0020\u0052\u0065\u0074\u0075\u0072\u006e\u0069n\u0067\u0020\u0045\u0052\u0052\u0020\u0028\u0025\u0073\u0029",_efd ); +return nil ,true ,_efd ;};_eg .Log .Trace ("\u003c\u004c\u006f\u0061\u0064\u0065\u0064\u0020\u0076i\u0061\u0020\u004f\u0053");_ba .ObjCache [_cce ]=_fad ;if _ba ._bbaead !=nil {_ba ._bbaead ._cdg [_fad ]=true ;};return _fad ,true ,nil ;};_eg .Log .Debug ("\u003f\u003f\u0020\u0042\u0065\u006c\u006f\u006eg\u0073\u0020\u0074o \u0061\u0020\u006e\u006f\u006e\u002dc\u0072\u006f\u0073\u0073\u0020\u0072\u0065\u0066\u0065\u0072\u0065\u006e\u0063\u0065\u0064 \u006f\u0062\u006a\u0065\u0063\u0074\u0020\u002e.\u002e\u0021"); +return nil ,true ,_a .New ("\u006f\u0073\u0020\u0062\u0065\u006c\u006fn\u0067\u0073\u0020t\u006f\u0020\u0061\u0020n\u006f\u006e\u0020\u0063\u0072\u006f\u0073\u0073\u0020\u0072\u0065\u0066\u0065\u0072\u0065\u006e\u0063\u0065\u0064\u0020\u006f\u0062\u006a\u0065\u0063\u0074"); +};return nil ,false ,_a .New ("\u0075\u006e\u006b\u006e\u006f\u0077\u006e\u0020\u0078\u0072\u0065\u0066 \u0074\u0079\u0070\u0065");};func _ccbg (_cfgaf PdfObject )(*float64 ,error ){switch _dbbgg :=_cfgaf .(type ){case *PdfObjectFloat :_eeec :=float64 (*_dbbgg ); +return &_eeec ,nil ;case *PdfObjectInteger :_ggbc :=float64 (*_dbbgg );return &_ggbc ,nil ;case *PdfObjectNull :return nil ,nil ;};return nil ,ErrNotANumber ;}; -// WriteString outputs the object as it is to be written to file. -func (_dfdg *PdfObjectBool )WriteString ()string {if *_dfdg {return "\u0074\u0072\u0075\u0065";};return "\u0066\u0061\u006cs\u0065";}; +// Remove removes an element specified by key. +func (_cgba *PdfObjectDictionary )Remove (key PdfObjectName ){_bfad :=-1;for _acf ,_edec :=range _cgba ._aeba {if _edec ==key {_bfad =_acf ;break ;};};if _bfad >=0{_cgba ._aeba =append (_cgba ._aeba [:_bfad ],_cgba ._aeba [_bfad +1:]...);delete (_cgba ._degg ,key ); +};}; -// HeaderPosition gets the file header position. -func (_gce ParserMetadata )HeaderPosition ()int {return _gce ._gcc };var _fgaa =_ba .MustCompile ("\u005e\\\u0073\u002a\u005b\u002d]\u002a\u0028\u005c\u0064\u002b)\u005cs\u002b(\u005c\u0064\u002b\u0029\u005c\u0073\u002bR"); +// EncodeImage encodes 'img' golang image.Image into jbig2 encoded bytes document using default encoder settings. +func (_gcfe *JBIG2Encoder )EncodeImage (img _g .Image )([]byte ,error ){return _gcfe .encodeImage (img )};func (_fgfd *PdfParser )parseLinearizedDictionary ()(*PdfObjectDictionary ,error ){_cacg ,_gdac :=_fgfd ._eaee .Seek (0,_eb .SeekEnd );if _gdac !=nil {return nil ,_gdac ; +};var _fdcg int64 ;var _acdf int64 =2048;for _fdcg < _cacg -4{if _cacg <=(_acdf +_fdcg ){_acdf =_cacg -_fdcg ;};_ ,_fgdd :=_fgfd ._eaee .Seek (_fdcg ,_eb .SeekStart );if _fgdd !=nil {return nil ,_fgdd ;};_dfged :=make ([]byte ,_acdf );_ ,_fgdd =_fgfd ._eaee .Read (_dfged ); +if _fgdd !=nil {return nil ,_fgdd ;};_eg .Log .Trace ("\u004c\u006f\u006f\u006b\u0069\u006e\u0067\u0020\u0066\u006f\u0072\u0020\u0066i\u0072\u0073\u0074\u0020\u0069\u006ed\u0069\u0072\u0065\u0063\u0074\u0020\u006f\u0062\u006a\u0065\u0063\u0074\u003a \u0022\u0025\u0073\u0022",string (_dfged )); +_fbed :=_bbaea .FindAllStringIndex (string (_dfged ),-1);if _fbed !=nil {_eacg :=_fbed [0];_eg .Log .Trace ("\u0049\u006e\u0064\u003a\u0020\u0025\u0020\u0064",_fbed );_ ,_dfcf :=_fgfd ._eaee .Seek (int64 (_eacg [0]),_eb .SeekStart );if _dfcf !=nil {return nil ,_dfcf ; +};_fgfd ._dgca =_bb .NewReader (_fgfd ._eaee );_dbagc ,_dfcf :=_fgfd .ParseIndirectObject ();if _dfcf !=nil {return nil ,nil ;};if _bafe ,_cagab :=GetIndirect (_dbagc );_cagab {if _cae ,_bebbc :=GetDict (_bafe .PdfObject );_bebbc {if _ecbc :=_cae .Get ("\u004c\u0069\u006e\u0065\u0061\u0072\u0069\u007a\u0065\u0064"); +_ecbc !=nil {return _cae ,nil ;};return nil ,nil ;};};return nil ,nil ;};_fdcg +=_acdf -4;};return nil ,_a .New ("\u0074\u0068\u0065\u0020\u0066\u0069\u0072\u0073\u0074\u0020\u006fb\u006a\u0065\u0063\u0074\u0020\u006e\u006f\u0074\u0020\u0066o\u0075\u006e\u0064"); +};func (_cfbbf *PdfParser )seekPdfVersionTopDown ()(int ,int ,error ){_cfbbf ._eaee .Seek (0,_eb .SeekStart );_cfbbf ._dgca =_bb .NewReader (_cfbbf ._eaee );_aabd :=20;_gaadf :=make ([]byte ,_aabd );for {_cdfe ,_dade :=_cfbbf ._dgca .ReadByte ();if _dade !=nil {if _dade ==_eb .EOF {break ; +}else {return 0,0,_dade ;};};if IsDecimalDigit (_cdfe )&&_gaadf [_aabd -1]=='.'&&IsDecimalDigit (_gaadf [_aabd -2])&&_gaadf [_aabd -3]=='-'&&_gaadf [_aabd -4]=='F'&&_gaadf [_aabd -5]=='D'&&_gaadf [_aabd -6]=='P'{_efcag :=int (_gaadf [_aabd -2]-'0');_dcaf :=int (_cdfe -'0'); +return _efcag ,_dcaf ,nil ;};_gaadf =append (_gaadf [1:_aabd ],_cdfe );};return 0,0,_a .New ("\u0076\u0065\u0072\u0073\u0069\u006f\u006e\u0020\u006e\u006f\u0074\u0020f\u006f\u0075\u006e\u0064");}; -// Decrypt attempts to decrypt the PDF file with a specified password. Also tries to -// decrypt with an empty password. Returns true if successful, false otherwise. -// An error is returned when there is a problem with decrypting. -func (_ecfe *PdfParser )Decrypt (password []byte )(bool ,error ){if _ecfe ._eccc ==nil {return false ,_f .New ("\u0063\u0068\u0065\u0063k \u0065\u006e\u0063\u0072\u0079\u0070\u0074\u0069\u006f\u006e\u0020\u0066\u0069\u0072s\u0074");};_dabgb ,_fbgc :=_ecfe ._eccc .authenticate (password ); -if _fbgc !=nil {return false ,_fbgc ;};if !_dabgb {_dabgb ,_fbgc =_ecfe ._eccc .authenticate ([]byte (""));};return _dabgb ,_fbgc ;}; +// WriteString outputs the object as it is to be written to file. +func (_efaf *PdfObjectNull )WriteString ()string {return "\u006e\u0075\u006c\u006c"}; -// MakeArrayFromIntegers64 creates an PdfObjectArray from a slice of int64s, where each array element -// is an PdfObjectInteger. -func MakeArrayFromIntegers64 (vals []int64 )*PdfObjectArray {_baff :=MakeArray ();for _ ,_gdffg :=range vals {_baff .Append (MakeInteger (_gdffg ));};return _baff ;}; +// Clear resets the dictionary to an empty state. +func (_egef *PdfObjectDictionary )Clear (){_egef ._aeba =[]PdfObjectName {};_egef ._degg =map[PdfObjectName ]PdfObject {};_egef ._fgcd =&_c .Mutex {};}; -// MakeStreamDict makes a new instance of an encoding dictionary for a stream object. -func (_bbcg *JPXEncoder )MakeStreamDict ()*PdfObjectDictionary {return MakeDict ()}; +// EncodeBytes encodes slice of bytes into JBIG2 encoding format. +// The input 'data' must be an image. In order to Decode it a user is responsible to +// load the codec ('png', 'jpg'). +// Returns jbig2 single page encoded document byte slice. The encoder uses DefaultPageSettings +// to encode given image. +func (_cgfde *JBIG2Encoder )EncodeBytes (data []byte )([]byte ,error ){const _cfbb ="\u004aB\u0049\u0047\u0032\u0045\u006e\u0063\u006f\u0064\u0065\u0072\u002eE\u006e\u0063\u006f\u0064\u0065\u0042\u0079\u0074\u0065\u0073";if _cgfde .ColorComponents !=1||_cgfde .BitsPerComponent !=1{return nil ,_bgc .Errorf (_cfbb ,"\u0070\u0072\u006f\u0076\u0069\u0064\u0065\u0064\u0020i\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0069\u006e\u0070\u0075\u0074\u0020\u0069\u006d\u0061\u0067\u0065\u002e\u0020\u004a\u0042\u0049G\u0032\u0020E\u006e\u0063o\u0064\u0065\u0072\u0020\u0072\u0065\u0071\u0075\u0069\u0072\u0065\u0073\u0020bi\u006e\u0061\u0072\u0079\u0020\u0069\u006d\u0061\u0067e\u0073\u0020\u0064\u0061\u0074\u0061"); +};var (_fgce *_ca .Bitmap ;_degff error ;);_affg :=(_cgfde .Width *_cgfde .Height )==len (data );if _affg {_fgce ,_degff =_ca .NewWithUnpaddedData (_cgfde .Width ,_cgfde .Height ,data );}else {_fgce ,_degff =_ca .NewWithData (_cgfde .Width ,_cgfde .Height ,data ); +};if _degff !=nil {return nil ,_degff ;};_bgae :=_cgfde .DefaultPageSettings ;if _degff =_bgae .Validate ();_degff !=nil {return nil ,_bgc .Wrap (_degff ,_cfbb ,"");};if _cgfde ._aed ==nil {_cgfde ._aed =_dbb .InitEncodeDocument (_bgae .FileMode );};switch _bgae .Compression {case JB2Generic :if _degff =_cgfde ._aed .AddGenericPage (_fgce ,_bgae .DuplicatedLinesRemoval ); +_degff !=nil {return nil ,_bgc .Wrap (_degff ,_cfbb ,"");};case JB2SymbolCorrelation :return nil ,_bgc .Error (_cfbb ,"s\u0079\u006d\u0062\u006f\u006c\u0020\u0063\u006f\u0072r\u0065\u006c\u0061\u0074\u0069\u006f\u006e e\u006e\u0063\u006f\u0064i\u006e\u0067\u0020\u006e\u006f\u0074\u0020\u0069\u006dpl\u0065\u006de\u006e\u0074\u0065\u0064\u0020\u0079\u0065\u0074"); +case JB2SymbolRankHaus :return nil ,_bgc .Error (_cfbb ,"\u0073y\u006d\u0062o\u006c\u0020\u0072a\u006e\u006b\u0020\u0068\u0061\u0075\u0073 \u0065\u006e\u0063\u006f\u0064\u0069n\u0067\u0020\u006e\u006f\u0074\u0020\u0069\u006d\u0070\u006c\u0065m\u0065\u006e\u0074\u0065\u0064\u0020\u0079\u0065\u0074"); +default:return nil ,_bgc .Error (_cfbb ,"\u0070\u0072\u006f\u0076i\u0064\u0065\u0064\u0020\u0069\u006e\u0076\u0061\u006c\u0069d\u0020c\u006f\u006d\u0070\u0072\u0065\u0073\u0073i\u006f\u006e");};return _cgfde .Encode ();}; -// PdfObjectReference represents the primitive PDF reference object. -type PdfObjectReference struct{_dcge *PdfParser ;ObjectNumber int64 ;GenerationNumber int64 ;}; +// Get returns the PdfObject corresponding to the specified key. +// Returns a nil value if the key is not set. +func (_bggc *PdfObjectDictionary )Get (key PdfObjectName )PdfObject {_bggc ._fgcd .Lock ();defer _bggc ._fgcd .Unlock ();_eaegaf ,_gaaaf :=_bggc ._degg [key ];if !_gaaaf {return nil ;};return _eaegaf ;}; -// EqualObjects returns true if `obj1` and `obj2` have the same contents. -// -// NOTE: It is a good idea to flatten obj1 and obj2 with FlattenObject before calling this function -// so that contents, rather than references, can be compared. -func EqualObjects (obj1 ,obj2 PdfObject )bool {return _dcbcc (obj1 ,obj2 ,0)}; +// GetFilterName returns the name of the encoding filter. +func (_cebd *ASCIIHexEncoder )GetFilterName ()string {return StreamEncodingFilterNameASCIIHex };const JB2ImageAutoThreshold =-1.0; -// DecodeStream decodes a JPX encoded stream and returns the result as a -// slice of bytes. -func (_baagb *JPXEncoder )DecodeStream (streamObj *PdfObjectStream )([]byte ,error ){_eb .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u003a\u0020\u0041t\u0074\u0065\u006dpt\u0069\u006e\u0067\u0020\u0074\u006f \u0075\u0073\u0065\u0020\u0075\u006e\u0073\u0075\u0070\u0070\u006f\u0072\u0074\u0065\u0064 \u0065\u006e\u0063\u006f\u0064\u0069\u006e\u0067 \u0025\u0073",_baagb .GetFilterName ()); -return streamObj .Stream ,ErrNoJPXDecode ;};func (_dggc *PdfParser )traceStreamLength (_cgdgc PdfObject )(PdfObject ,error ){_bcgb ,_abbe :=_cgdgc .(*PdfObjectReference );if _abbe {_ggbbgf ,_acbd :=_dggc ._daad [_bcgb .ObjectNumber ];if _acbd &&_ggbbgf {_eb .Log .Debug ("\u0053t\u0072\u0065a\u006d\u0020\u004c\u0065n\u0067\u0074\u0068 \u0072\u0065\u0066\u0065\u0072\u0065\u006e\u0063\u0065 u\u006e\u0072\u0065s\u006f\u006cv\u0065\u0064\u0020\u0028\u0069\u006cl\u0065\u0067a\u006c\u0029"); -return nil ,_f .New ("\u0069\u006c\u006c\u0065ga\u006c\u0020\u0072\u0065\u0063\u0075\u0072\u0073\u0069\u0076\u0065\u0020\u006c\u006fo\u0070");};_dggc ._daad [_bcgb .ObjectNumber ]=true ;};_afd ,_geed :=_dggc .Resolve (_cgdgc );if _geed !=nil {return nil ,_geed ; -};_eb .Log .Trace ("\u0053\u0074\u0072\u0065\u0061\u006d\u0020\u006c\u0065\u006e\u0067\u0074h\u003f\u0020\u0025\u0073",_afd );if _abbe {_dggc ._daad [_bcgb .ObjectNumber ]=false ;};return _afd ,nil ;};func _gbeba (_ceaf _bb .ReadSeeker ,_cgac int64 )(*limitedReadSeeker ,error ){_ ,_aedf :=_ceaf .Seek (0,_bb .SeekStart ); -if _aedf !=nil {return nil ,_aedf ;};return &limitedReadSeeker {_efag :_ceaf ,_befa :_cgac },nil ;}; +// ToFloat64Array returns a slice of all elements in the array as a float64 slice. An error is +// returned if the array contains non-numeric objects (each element can be either PdfObjectInteger +// or PdfObjectFloat). +func (_ccabd *PdfObjectArray )ToFloat64Array ()([]float64 ,error ){var _beceb []float64 ;for _ ,_fedaf :=range _ccabd .Elements (){switch _bffb :=_fedaf .(type ){case *PdfObjectInteger :_beceb =append (_beceb ,float64 (*_bffb ));case *PdfObjectFloat :_beceb =append (_beceb ,float64 (*_bffb )); +default:return nil ,ErrTypeError ;};};return _beceb ,nil ;};func _acdcf (_afge ,_gfeg ,_dbdb uint8 )uint8 {_cegd :=int (_dbdb );_ecag :=int (_gfeg )-_cegd ;_eceb :=int (_afge )-_cegd ;_cegd =_dffg (_ecag +_eceb );_ecag =_dffg (_ecag );_eceb =_dffg (_eceb ); +if _ecag <=_eceb &&_ecag <=_cegd {return _afge ;}else if _eceb <=_cegd {return _gfeg ;};return _dbdb ;}; -// DecodeStream decodes a FlateEncoded stream object and give back decoded bytes. -func (_cggc *FlateEncoder )DecodeStream (streamObj *PdfObjectStream )([]byte ,error ){_eb .Log .Trace ("\u0046l\u0061t\u0065\u0044\u0065\u0063\u006fd\u0065\u0020s\u0074\u0072\u0065\u0061\u006d");_eb .Log .Trace ("\u0050\u0072\u0065\u0064\u0069\u0063\u0074\u006f\u0072\u003a\u0020\u0025\u0064",_cggc .Predictor ); -if _cggc .BitsPerComponent !=8{return nil ,_ee .Errorf ("\u0069\u006ev\u0061\u006c\u0069\u0064\u0020\u0042\u0069\u0074\u0073\u0050\u0065\u0072\u0043\u006f\u006d\u0070\u006f\u006e\u0065\u006e\u0074\u003d\u0025\u0064\u0020\u0028\u006f\u006e\u006c\u0079\u0020\u0038\u0020\u0073\u0075\u0070\u0070\u006f\u0072\u0074\u0065\u0064\u0029",_cggc .BitsPerComponent ); -};_gbee ,_dad :=_cggc .DecodeBytes (streamObj .Stream );if _dad !=nil {return nil ,_dad ;};_gbee ,_dad =_cggc .postDecodePredict (_gbee );if _dad !=nil {return nil ,_dad ;};return _gbee ,nil ;}; +// UpdateParams updates the parameter values of the encoder. +func (_ecgd *RunLengthEncoder )UpdateParams (params *PdfObjectDictionary ){}; -// MakeInteger creates a PdfObjectInteger from an int64. -func MakeInteger (val int64 )*PdfObjectInteger {_abacd :=PdfObjectInteger (val );return &_abacd };var _dffca =[]byte ("\u0030\u0031\u0032\u003345\u0036\u0037\u0038\u0039\u0061\u0062\u0063\u0064\u0065\u0066\u0041\u0042\u0043\u0044E\u0046"); +// XrefTable represents the cross references in a PDF, i.e. the table of objects and information +// where to access within the PDF file. +type XrefTable struct{ObjectMap map[int ]XrefObject ;_ege []XrefObject ;}; -// GetRevision returns PdfParser for the specific version of the Pdf document. -func (_ddbe *PdfParser )GetRevision (revisionNumber int )(*PdfParser ,error ){_gbec :=_ddbe ._aegg ;if _gbec ==revisionNumber {return _ddbe ,nil ;};if _gbec < revisionNumber {return nil ,_f .New ("\u0075\u006e\u0064\u0065\u0066\u0069\u006e\u0065\u0064\u0020\u0072\u0065\u0076\u0069\u0073i\u006fn\u004e\u0075\u006d\u0062\u0065\u0072\u0020\u0076\u0065\u0072\u0073\u0069\u006f\u006e"); -};if _ddbe ._gfgdg [revisionNumber ]!=nil {return _ddbe ._gfgdg [revisionNumber ],nil ;};_eade :=_ddbe ;for ;_gbec > revisionNumber ;_gbec --{_cfgg ,_abdg :=_eade .GetPreviousRevisionParser ();if _abdg !=nil {return nil ,_abdg ;};_ddbe ._gfgdg [_gbec -1]=_cfgg ; -_ddbe ._bddb [_eade ]=_cfgg ;_eade =_cfgg ;};return _eade ,nil ;}; +// MakeLazy create temporary file for stream to reduce memory usage. +// It can be used for creating PDF with many images. +// Temporary files are removed automatically when Write/WriteToFile is called for creator object. +func (_bacc *PdfObjectStream )MakeLazy ()error {if _bacc .Lazy {return nil ;};_cecf ,_gbdca :=_dbc .CreateTemp ("","\u0078o\u0062\u006a\u0065\u0063\u0074");if _gbdca !=nil {return _gbdca ;};defer _cecf .Close ();_ ,_gbdca =_cecf .Write (_bacc .Stream ); +if _gbdca !=nil {return _gbdca ;};_bacc .Lazy =true ;_bacc .Stream =nil ;_bacc .TempFile =_cecf .Name ();return nil ;}; -// IsAuthenticated returns true if the PDF has already been authenticated for accessing. -func (_acgd *PdfParser )IsAuthenticated ()bool {return _acgd ._eccc ._agg }; +// DecodeBytes decodes a byte slice from Run length encoding. +// +// 7.4.5 RunLengthDecode Filter +// The RunLengthDecode filter decodes data that has been encoded in a simple byte-oriented format based on run length. +// The encoded data shall be a sequence of runs, where each run shall consist of a length byte followed by 1 to 128 +// bytes of data. If the length byte is in the range 0 to 127, the following length + 1 (1 to 128) bytes shall be +// copied literally during decompression. If length is in the range 129 to 255, the following single byte shall be +// copied 257 - length (2 to 128) times during decompression. A length value of 128 shall denote EOD. +func (_deba *RunLengthEncoder )DecodeBytes (encoded []byte )([]byte ,error ){_cgffb :=_bd .NewReader (encoded );var _cffd []byte ;for {_fdab ,_fgg :=_cgffb .ReadByte ();if _fgg !=nil {return nil ,_fgg ;};if _fdab > 128{_fdee ,_fcef :=_cgffb .ReadByte (); +if _fcef !=nil {return nil ,_fcef ;};for _edd :=0;_edd < 257-int (_fdab );_edd ++{_cffd =append (_cffd ,_fdee );};}else if _fdab < 128{for _abdaf :=0;_abdaf < int (_fdab )+1;_abdaf ++{_age ,_egf :=_cgffb .ReadByte ();if _egf !=nil {return nil ,_egf ;}; +_cffd =append (_cffd ,_age );};}else {break ;};};return _cffd ,nil ;};func _aae (_ffe *_dg .FilterDict ,_ffc *PdfObjectDictionary )error {if _adf ,_bec :=_ffc .Get ("\u0054\u0079\u0070\u0065").(*PdfObjectName );_bec {if _bfga :=string (*_adf );_bfga !="C\u0072\u0079\u0070\u0074\u0046\u0069\u006c\u0074\u0065\u0072"{_eg .Log .Debug ("\u0049\u006e\u0076\u0061\u006c\u0069\u0064\u0020C\u0046\u0020\u0064ic\u0074\u0020\u0074\u0079\u0070\u0065:\u0020\u0025\u0073\u0020\u0028\u0073\u0068\u006f\u0075\u006c\u0064\u0020\u0062\u0065\u0020C\u0072\u0079\u0070\u0074\u0046\u0069\u006c\u0074e\u0072\u0029",_bfga ); +};};_gdf ,_beca :=_ffc .Get ("\u0043\u0046\u004d").(*PdfObjectName );if !_beca {return _bf .Errorf ("\u0075\u006e\u0073u\u0070\u0070\u006f\u0072t\u0065\u0064\u0020\u0063\u0072\u0079\u0070t\u0020\u0066\u0069\u006c\u0074\u0065\u0072\u0020\u0028\u004e\u006f\u006e\u0065\u0029"); +};_ffe .CFM =string (*_gdf );if _fba ,_eff :=_ffc .Get ("\u0041u\u0074\u0068\u0045\u0076\u0065\u006et").(*PdfObjectName );_eff {_ffe .AuthEvent =_fc .AuthEvent (*_fba );}else {_ffe .AuthEvent =_fc .EventDocOpen ;};if _aaef ,_bgff :=_ffc .Get ("\u004c\u0065\u006e\u0067\u0074\u0068").(*PdfObjectInteger ); +_bgff {_ffe .Length =int (*_aaef );};return nil ;}; -// NewLZWEncoder makes a new LZW encoder with default parameters. -func NewLZWEncoder ()*LZWEncoder {_dgfa :=&LZWEncoder {};_dgfa .Predictor =1;_dgfa .BitsPerComponent =8;_dgfa .Colors =1;_dgfa .Columns =1;_dgfa .EarlyChange =1;return _dgfa ;}; +// IsDelimiter checks if a character represents a delimiter. +func IsDelimiter (c byte )bool {return c =='('||c ==')'||c =='<'||c =='>'||c =='['||c ==']'||c =='{'||c =='}'||c =='/'||c =='%';}; -// MakeDictMap creates a PdfObjectDictionary initialized from a map of keys to values. -func MakeDictMap (objmap map[string ]PdfObject )*PdfObjectDictionary {_ecbf :=MakeDict ();return _ecbf .Update (objmap );};var _cdfg =_ba .MustCompile ("\u005c\u0073\u002a\u0078\u0072\u0065\u0066\u005c\u0073\u002a"); +// PdfObjectStream represents the primitive PDF Object stream. +type PdfObjectStream struct{PdfObjectReference ;*PdfObjectDictionary ;Stream []byte ;Lazy bool ;TempFile string ;};func (_aaed *PdfCrypt )newEncryptDict ()*PdfObjectDictionary {_egd :=MakeDict ();_egd .Set ("\u0046\u0069\u006c\u0074\u0065\u0072",MakeName ("\u0053\u0074\u0061\u006e\u0064\u0061\u0072\u0064")); +_egd .Set ("\u0056",MakeInteger (int64 (_aaed ._ea .V )));_egd .Set ("\u004c\u0065\u006e\u0067\u0074\u0068",MakeInteger (int64 (_aaed ._ea .Length )));return _egd ;}; -// WriteString outputs the object as it is to be written to file. -func (_dbgbd *PdfObjectNull )WriteString ()string {return "\u006e\u0075\u006c\u006c"}; +// MakeFloat creates an PdfObjectFloat from a float64. +func MakeFloat (val float64 )*PdfObjectFloat {_gdgb :=PdfObjectFloat (val );return &_gdgb }; -// MakeNull creates an PdfObjectNull. -func MakeNull ()*PdfObjectNull {_egaeb :=PdfObjectNull {};return &_egaeb }; +// GetFilterName returns the names of the underlying encoding filters, +// separated by spaces. +// Note: This is just a string, should not be used in /Filter dictionary entry. Use GetFilterArray for that. +// TODO(v4): Refactor to GetFilter() which can be used for /Filter (either Name or Array), this can be +// renamed to String() as a pretty string to use in debugging etc. +func (_dbdfd *MultiEncoder )GetFilterName ()string {_dfed :="";for _cbb ,_ffed :=range _dbdfd ._cfag {_dfed +=_ffed .GetFilterName ();if _cbb < len (_dbdfd ._cfag )-1{_dfed +="\u0020";};};return _dfed ;}; // JBIG2CompressionType defines the enum compression type used by the JBIG2Encoder. type JBIG2CompressionType int ; -// EncodeBytes encodes the passed in slice of bytes by passing it through the -// EncodeBytes method of the underlying encoders. -func (_fdab *MultiEncoder )EncodeBytes (data []byte )([]byte ,error ){_aebc :=data ;var _gebc error ;for _feaf :=len (_fdab ._abeab )-1;_feaf >=0;_feaf --{_fadf :=_fdab ._abeab [_feaf ];_aebc ,_gebc =_fadf .EncodeBytes (_aebc );if _gebc !=nil {return nil ,_gebc ; -};};return _aebc ,nil ;};const JB2ImageAutoThreshold =-1.0; - -// Get returns the PdfObject corresponding to the specified key. -// Returns a nil value if the key is not set. -func (_dgac *PdfObjectDictionary )Get (key PdfObjectName )PdfObject {_dgac ._bfdf .Lock ();defer _dgac ._bfdf .Unlock ();_cdbec ,_ffggd :=_dgac ._abec [key ];if !_ffggd {return nil ;};return _cdbec ;}; +// EncodeBytes encodes a bytes array and return the encoded value based on the encoder parameters. +func (_bada *FlateEncoder )EncodeBytes (data []byte )([]byte ,error ){if _bada .Predictor !=1&&_bada .Predictor !=11{_eg .Log .Debug ("E\u006e\u0063\u006f\u0064\u0069\u006e\u0067\u0020\u0065\u0072\u0072\u006f\u0072\u003a\u0020\u0046\u006c\u0061\u0074\u0065\u0045\u006e\u0063\u006f\u0064\u0065r\u0020P\u0072\u0065\u0064\u0069c\u0074\u006fr\u0020\u003d\u0020\u0031\u002c\u0020\u0031\u0031\u0020\u006f\u006e\u006c\u0079\u0020\u0073\u0075\u0070\u0070\u006f\u0072\u0074\u0065\u0064"); +return nil ,ErrUnsupportedEncodingParameters ;};if _bada .Predictor ==11{_babd :=_bada .Columns ;_eba :=len (data )/_babd ;if len (data )%_babd !=0{_eg .Log .Error ("\u0049n\u0076a\u006c\u0069\u0064\u0020\u0072o\u0077\u0020l\u0065\u006e\u0067\u0074\u0068"); +return nil ,_a .New ("\u0069n\u0076a\u006c\u0069\u0064\u0020\u0072o\u0077\u0020l\u0065\u006e\u0067\u0074\u0068");};_ddd :=_bd .NewBuffer (nil );_dfge :=make ([]byte ,_babd );for _efef :=0;_efef < _eba ;_efef ++{_egdd :=data [_babd *_efef :_babd *(_efef +1)]; +_dfge [0]=_egdd [0];for _eeac :=1;_eeac < _babd ;_eeac ++{_dfge [_eeac ]=byte (int (_egdd [_eeac ]-_egdd [_eeac -1])%256);};_ddd .WriteByte (1);_ddd .Write (_dfge );};data =_ddd .Bytes ();};var _decf _bd .Buffer ;_fdc :=_ag .NewWriter (&_decf );_fdc .Write (data ); +_fdc .Close ();return _decf .Bytes (),nil ;};func (_cbd *PdfCrypt )authenticate (_bef []byte )(bool ,error ){_cbd ._bga =false ;_dfc :=_cbd .securityHandler ();_ggg ,_dagc ,_eaf :=_dfc .Authenticate (&_cbd ._gce ,_bef );if _eaf !=nil {return false ,_eaf ; +}else if _dagc ==0||len (_ggg )==0{return false ,nil ;};_cbd ._bga =true ;_cbd ._cgg =_ggg ;return true ,nil ;};func _gaga (_cddb *PdfObjectStream ,_acb *PdfObjectDictionary )(*CCITTFaxEncoder ,error ){_gfgcg :=NewCCITTFaxEncoder ();_eafa :=_cddb .PdfObjectDictionary ; +if _eafa ==nil {return _gfgcg ,nil ;};if _acb ==nil {_fabd :=TraceToDirectObject (_eafa .Get ("D\u0065\u0063\u006f\u0064\u0065\u0050\u0061\u0072\u006d\u0073"));if _fabd !=nil {switch _ddcd :=_fabd .(type ){case *PdfObjectDictionary :_acb =_ddcd ;case *PdfObjectArray :if _ddcd .Len ()==1{if _ccca ,_aabc :=GetDict (_ddcd .Get (0)); +_aabc {_acb =_ccca ;};};default:_eg .Log .Error ("\u0044\u0065\u0063\u006f\u0064\u0065\u0050\u0061\u0072\u006d\u0073\u0020\u006e\u006f\u0074 \u0061 \u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u0020\u0025\u0023\u0076",_fabd );return nil ,_a .New ("\u0069\u006e\u0076\u0061li\u0064\u0020\u0044\u0065\u0063\u006f\u0064\u0065\u0050\u0061\u0072\u006d\u0073"); +};};if _acb ==nil {_eg .Log .Error ("\u0044\u0065c\u006f\u0064\u0065\u0050\u0061\u0072\u006d\u0073\u0020\u006e\u006f\u0074\u0020\u0073\u0070\u0065\u0063\u0069\u0066\u0069\u0065\u0064 %\u0023\u0076",_fabd );return nil ,_a .New ("\u0069\u006e\u0076\u0061li\u0064\u0020\u0044\u0065\u0063\u006f\u0064\u0065\u0050\u0061\u0072\u006d\u0073"); +};};if _abg ,_gbdc :=GetNumberAsInt64 (_acb .Get ("\u004b"));_gbdc ==nil {_gfgcg .K =int (_abg );};if _dfgcd ,_facf :=GetNumberAsInt64 (_acb .Get ("\u0043o\u006c\u0075\u006d\u006e\u0073"));_facf ==nil {_gfgcg .Columns =int (_dfgcd );}else {_gfgcg .Columns =1728; +};if _dcg ,_eebb :=GetNumberAsInt64 (_acb .Get ("\u0042\u006c\u0061\u0063\u006b\u0049\u0073\u0031"));_eebb ==nil {_gfgcg .BlackIs1 =_dcg > 0;}else {if _fgda ,_edc :=GetBoolVal (_acb .Get ("\u0042\u006c\u0061\u0063\u006b\u0049\u0073\u0031"));_edc {_gfgcg .BlackIs1 =_fgda ; +}else {if _agada ,_cef :=GetArray (_acb .Get ("\u0044\u0065\u0063\u006f\u0064\u0065"));_cef {_ega ,_adeb :=_agada .ToIntegerArray ();if _adeb ==nil {_gfgcg .BlackIs1 =_ega [0]==1&&_ega [1]==0;};};};};if _ebdf ,_gffg :=GetNumberAsInt64 (_acb .Get ("\u0045\u006ec\u006f\u0064\u0065d\u0042\u0079\u0074\u0065\u0041\u006c\u0069\u0067\u006e")); +_gffg ==nil {_gfgcg .EncodedByteAlign =_ebdf > 0;}else {if _ecge ,_dbff :=GetBoolVal (_acb .Get ("\u0045\u006ec\u006f\u0064\u0065d\u0042\u0079\u0074\u0065\u0041\u006c\u0069\u0067\u006e"));_dbff {_gfgcg .EncodedByteAlign =_ecge ;};};if _bafb ,_bbae :=GetNumberAsInt64 (_acb .Get ("\u0045n\u0064\u004f\u0066\u004c\u0069\u006ee")); +_bbae ==nil {_gfgcg .EndOfLine =_bafb > 0;}else {if _efba ,_fggd :=GetBoolVal (_acb .Get ("\u0045n\u0064\u004f\u0066\u004c\u0069\u006ee"));_fggd {_gfgcg .EndOfLine =_efba ;};};if _affd ,_eefg :=GetNumberAsInt64 (_acb .Get ("\u0052\u006f\u0077\u0073")); +_eefg ==nil {_gfgcg .Rows =int (_affd );};_gfgcg .EndOfBlock =true ;if _gfag ,_dadf :=GetNumberAsInt64 (_acb .Get ("\u0045\u006e\u0064\u004f\u0066\u0042\u006c\u006f\u0063\u006b"));_dadf ==nil {_gfgcg .EndOfBlock =_gfag > 0;}else {if _gee ,_eedc :=GetBoolVal (_acb .Get ("\u0045\u006e\u0064\u004f\u0066\u0042\u006c\u006f\u0063\u006b")); +_eedc {_gfgcg .EndOfBlock =_gee ;};};if _afea ,_gcagcd :=GetNumberAsInt64 (_acb .Get ("\u0044\u0061\u006d\u0061ge\u0064\u0052\u006f\u0077\u0073\u0042\u0065\u0066\u006f\u0072\u0065\u0045\u0072\u0072o\u0072"));_gcagcd !=nil {_gfgcg .DamagedRowsBeforeError =int (_afea ); +};_eg .Log .Trace ("\u0064\u0065\u0063\u006f\u0064\u0065\u0020\u0070\u0061\u0072\u0061\u006ds\u003a\u0020\u0025\u0073",_acb .String ());return _gfgcg ,nil ;}; -// GetParser returns the parser for lazy-loading or compare references. -func (_gfce *PdfObjectReference )GetParser ()*PdfParser {return _gfce ._dcge };var _bffg =_ba .MustCompile ("\u0025P\u0044F\u002d\u0028\u005c\u0064\u0029\u005c\u002e\u0028\u005c\u0064\u0029");func _fcd (_gba *PdfObjectStream ,_bbff *PdfObjectDictionary )(*FlateEncoder ,error ){_dfbb :=NewFlateEncoder (); -_cagb :=_gba .PdfObjectDictionary ;if _cagb ==nil {return _dfbb ,nil ;};_dfbb ._gaade =_acgde (_cagb );if _bbff ==nil {_ggbbg :=TraceToDirectObject (_cagb .Get ("D\u0065\u0063\u006f\u0064\u0065\u0050\u0061\u0072\u006d\u0073"));switch _gagb :=_ggbbg .(type ){case *PdfObjectArray :if _gagb .Len ()!=1{_eb .Log .Debug ("\u0045\u0072\u0072\u006f\u0072:\u0020\u0044\u0065\u0063\u006f\u0064\u0065\u0050\u0061\u0072\u006d\u0073\u0020a\u0072\u0072\u0061\u0079\u0020\u006c\u0065\u006e\u0067\u0074\u0068\u0020\u0021\u003d\u0020\u0031\u0020\u0028\u0025\u0064\u0029",_gagb .Len ()); -return nil ,_f .New ("\u0072\u0061\u006e\u0067\u0065\u0020\u0063\u0068\u0065\u0063\u006b\u0020e\u0072\u0072\u006f\u0072");};if _dff ,_fded :=GetDict (_gagb .Get (0));_fded {_bbff =_dff ;};case *PdfObjectDictionary :_bbff =_gagb ;case *PdfObjectNull ,nil :default:_eb .Log .Debug ("E\u0072\u0072\u006f\u0072\u003a\u0020\u0044\u0065\u0063\u006f\u0064\u0065\u0050\u0061\u0072\u006d\u0073\u0020n\u006f\u0074\u0020\u0061\u0020\u0064\u0069\u0063\u0074\u0069on\u0061\u0072\u0079 \u0028%\u0054\u0029",_ggbbg ); -return nil ,_ee .Errorf ("\u0069\u006e\u0076\u0061li\u0064\u0020\u0044\u0065\u0063\u006f\u0064\u0065\u0050\u0061\u0072\u006d\u0073");};};if _bbff ==nil {return _dfbb ,nil ;};_eb .Log .Trace ("\u0064\u0065\u0063\u006f\u0064\u0065\u0020\u0070\u0061\u0072\u0061\u006ds\u003a\u0020\u0025\u0073",_bbff .String ()); -_afg :=_bbff .Get ("\u0050r\u0065\u0064\u0069\u0063\u0074\u006fr");if _afg ==nil {_eb .Log .Debug ("E\u0072\u0072o\u0072\u003a\u0020\u0050\u0072\u0065\u0064\u0069\u0063\u0074\u006f\u0072\u0020\u006d\u0069\u0073\u0073\u0069\u006e\u0067 \u0066\u0072\u006f\u006d\u0020\u0044\u0065\u0063\u006f\u0064\u0065\u0050\u0061\u0072\u006d\u0073 \u002d\u0020\u0043\u006f\u006e\u0074\u0069\u006e\u0075\u0065\u0020\u0077\u0069t\u0068\u0020\u0064\u0065\u0066\u0061\u0075\u006c\u0074\u0020\u00281\u0029"); -}else {_ccec ,_gagf :=_afg .(*PdfObjectInteger );if !_gagf {_eb .Log .Debug ("E\u0072\u0072\u006f\u0072\u003a\u0020\u0050\u0072\u0065d\u0069\u0063\u0074\u006f\u0072\u0020\u0073pe\u0063\u0069\u0066\u0069e\u0064\u0020\u0062\u0075\u0074\u0020\u006e\u006f\u0074 n\u0075\u006de\u0072\u0069\u0063\u0020\u0028\u0025\u0054\u0029",_afg ); -return nil ,_ee .Errorf ("\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0050\u0072\u0065\u0064i\u0063\u0074\u006f\u0072");};_dfbb .Predictor =int (*_ccec );};_afg =_bbff .Get ("\u0042\u0069t\u0073\u0050\u0065r\u0043\u006f\u006d\u0070\u006f\u006e\u0065\u006e\u0074"); -if _afg !=nil {_dedf ,_gfb :=_afg .(*PdfObjectInteger );if !_gfb {_eb .Log .Debug ("\u0045\u0052\u0052O\u0052\u003a\u0020\u0049n\u0076\u0061\u006c\u0069\u0064\u0020\u0042i\u0074\u0073\u0050\u0065\u0072\u0043\u006f\u006d\u0070\u006f\u006e\u0065\u006e\u0074"); -return nil ,_ee .Errorf ("\u0069n\u0076\u0061\u006c\u0069\u0064\u0020\u0042\u0069\u0074\u0073\u0050e\u0072\u0043\u006f\u006d\u0070\u006f\u006e\u0065\u006e\u0074");};_dfbb .BitsPerComponent =int (*_dedf );};if _dfbb .Predictor > 1{_dfbb .Columns =1;_afg =_bbff .Get ("\u0043o\u006c\u0075\u006d\u006e\u0073"); -if _afg !=nil {_eebc ,_ceede :=_afg .(*PdfObjectInteger );if !_ceede {return nil ,_ee .Errorf ("\u0070r\u0065\u0064\u0069\u0063\u0074\u006f\u0072\u0020\u0063\u006f\u006cu\u006d\u006e\u0020\u0069\u006e\u0076\u0061\u006c\u0069\u0064");};_dfbb .Columns =int (*_eebc ); -};_dfbb .Colors =1;_afg =_bbff .Get ("\u0043\u006f\u006c\u006f\u0072\u0073");if _afg !=nil {_egeb ,_cdg :=_afg .(*PdfObjectInteger );if !_cdg {return nil ,_ee .Errorf ("\u0070\u0072\u0065d\u0069\u0063\u0074\u006fr\u0020\u0063\u006f\u006c\u006f\u0072\u0073 \u006e\u006f\u0074\u0020\u0061\u006e\u0020\u0069\u006e\u0074\u0065\u0067\u0065\u0072"); -};_dfbb .Colors =int (*_egeb );};};return _dfbb ,nil ;};func (_eecde *PdfParser )resolveReference (_babc *PdfObjectReference )(PdfObject ,bool ,error ){_bfbgc ,_ecedd :=_eecde .ObjCache [int (_babc .ObjectNumber )];if _ecedd {return _bfbgc ,true ,nil ; -};_abdc ,_babbg :=_eecde .LookupByReference (*_babc );if _babbg !=nil {return nil ,false ,_babbg ;};_eecde .ObjCache [int (_babc .ObjectNumber )]=_abdc ;return _abdc ,false ,nil ;}; +// GetStringVal returns the string value represented by the PdfObject directly or indirectly if +// contained within an indirect object. On type mismatch the found bool flag returned is false and +// an empty string is returned. +func GetStringVal (obj PdfObject )(_bdgfd string ,_gdeab bool ){_egfe ,_gdeab :=TraceToDirectObject (obj ).(*PdfObjectString );if _gdeab {return _egfe .Str (),true ;};return ;}; -// Encrypt an object with specified key. For numbered objects, -// the key argument is not used and a new one is generated based -// on the object and generation number. -// Traverses through all the subobjects (recursive). -// -// Does not look up references.. That should be done prior to calling. -func (_ddag *PdfCrypt )Encrypt (obj PdfObject ,parentObjNum ,parentGenNum int64 )error {if _ddag .isEncrypted (obj ){return nil ;};switch _geg :=obj .(type ){case *PdfIndirectObject :_ddag ._edc [_geg ]=true ;_eb .Log .Trace ("\u0045\u006e\u0063\u0072\u0079\u0070\u0074\u0069\u006e\u0067 \u0069\u006e\u0064\u0069\u0072\u0065\u0063t\u0020\u0025\u0064\u0020\u0025\u0064\u0020\u006f\u0062\u006a\u0021",_geg .ObjectNumber ,_geg .GenerationNumber ); -_dcgd :=_geg .ObjectNumber ;_ddd :=_geg .GenerationNumber ;_ggbb :=_ddag .Encrypt (_geg .PdfObject ,_dcgd ,_ddd );if _ggbb !=nil {return _ggbb ;};return nil ;case *PdfObjectStream :_ddag ._edc [_geg ]=true ;_adaf :=_geg .PdfObjectDictionary ;if _efdd ,_ecf :=_adaf .Get ("\u0054\u0079\u0070\u0065").(*PdfObjectName ); -_ecf &&*_efdd =="\u0058\u0052\u0065\u0066"{return nil ;};_fdbb :=_geg .ObjectNumber ;_daec :=_geg .GenerationNumber ;_eb .Log .Trace ("\u0045n\u0063\u0072\u0079\u0070t\u0069\u006e\u0067\u0020\u0073t\u0072e\u0061m\u0020\u0025\u0064\u0020\u0025\u0064\u0020!",_fdbb ,_daec ); -_afc :=_dedd ;if _ddag ._ffe .V >=4{_afc =_ddag ._badb ;_eb .Log .Trace ("\u0074\u0068\u0069\u0073.s\u0074\u0072\u0065\u0061\u006d\u0046\u0069\u006c\u0074\u0065\u0072\u0020\u003d\u0020%\u0073",_ddag ._badb );if _fde ,_fea :=_adaf .Get ("\u0046\u0069\u006c\u0074\u0065\u0072").(*PdfObjectArray ); -_fea {if _befe ,_dccc :=GetName (_fde .Get (0));_dccc {if *_befe =="\u0043\u0072\u0079p\u0074"{_afc ="\u0049\u0064\u0065\u006e\u0074\u0069\u0074\u0079";if _bdbd ,_eff :=_adaf .Get ("D\u0065\u0063\u006f\u0064\u0065\u0050\u0061\u0072\u006d\u0073").(*PdfObjectDictionary ); -_eff {if _beba ,_cgga :=_bdbd .Get ("\u004e\u0061\u006d\u0065").(*PdfObjectName );_cgga {if _ ,_bgd :=_ddag ._ace [string (*_beba )];_bgd {_eb .Log .Trace ("\u0055\u0073\u0069\u006eg \u0073\u0074\u0072\u0065\u0061\u006d\u0020\u0066\u0069\u006c\u0074\u0065\u0072\u0020%\u0073",*_beba ); -_afc =string (*_beba );};};};};};};_eb .Log .Trace ("\u0077\u0069\u0074\u0068\u0020\u0025\u0073\u0020\u0066i\u006c\u0074\u0065\u0072",_afc );if _afc =="\u0049\u0064\u0065\u006e\u0074\u0069\u0074\u0079"{return nil ;};};_debe :=_ddag .Encrypt (_geg .PdfObjectDictionary ,_fdbb ,_daec ); -if _debe !=nil {return _debe ;};_abac ,_debe :=_ddag .makeKey (_afc ,uint32 (_fdbb ),uint32 (_daec ),_ddag ._cbcg );if _debe !=nil {return _debe ;};_geg .Stream ,_debe =_ddag .encryptBytes (_geg .Stream ,_afc ,_abac );if _debe !=nil {return _debe ;};_adaf .Set ("\u004c\u0065\u006e\u0067\u0074\u0068",MakeInteger (int64 (len (_geg .Stream )))); -return nil ;case *PdfObjectString :_eb .Log .Trace ("\u0045n\u0063r\u0079\u0070\u0074\u0069\u006eg\u0020\u0073t\u0072\u0069\u006e\u0067\u0021");_dafg :=_dedd ;if _ddag ._ffe .V >=4{_eb .Log .Trace ("\u0077\u0069\u0074\u0068\u0020\u0025\u0073\u0020\u0066i\u006c\u0074\u0065\u0072",_ddag ._df ); -if _ddag ._df =="\u0049\u0064\u0065\u006e\u0074\u0069\u0074\u0079"{return nil ;};_dafg =_ddag ._df ;};_fdee ,_abbc :=_ddag .makeKey (_dafg ,uint32 (parentObjNum ),uint32 (parentGenNum ),_ddag ._cbcg );if _abbc !=nil {return _abbc ;};_cdae :=_geg .Str (); -_ecga :=make ([]byte ,len (_cdae ));for _gffe :=0;_gffe < len (_cdae );_gffe ++{_ecga [_gffe ]=_cdae [_gffe ];};_eb .Log .Trace ("\u0045n\u0063\u0072\u0079\u0070\u0074\u0020\u0073\u0074\u0072\u0069\u006eg\u003a\u0020\u0025\u0073\u0020\u003a\u0020\u0025\u0020\u0078",_ecga ,_ecga ); -_ecga ,_abbc =_ddag .encryptBytes (_ecga ,_dafg ,_fdee );if _abbc !=nil {return _abbc ;};_geg ._cbdg =string (_ecga );return nil ;case *PdfObjectArray :for _ ,_aefg :=range _geg .Elements (){_dggg :=_ddag .Encrypt (_aefg ,parentObjNum ,parentGenNum );if _dggg !=nil {return _dggg ; -};};return nil ;case *PdfObjectDictionary :_gef :=false ;if _febc :=_geg .Get ("\u0054\u0079\u0070\u0065");_febc !=nil {_affa ,_ffd :=_febc .(*PdfObjectName );if _ffd &&*_affa =="\u0053\u0069\u0067"{_gef =true ;};};for _ ,_dag :=range _geg .Keys (){_dbgb :=_geg .Get (_dag ); -if _gef &&string (_dag )=="\u0043\u006f\u006e\u0074\u0065\u006e\u0074\u0073"{continue ;};if string (_dag )!="\u0050\u0061\u0072\u0065\u006e\u0074"&&string (_dag )!="\u0050\u0072\u0065\u0076"&&string (_dag )!="\u004c\u0061\u0073\u0074"{_gge :=_ddag .Encrypt (_dbgb ,parentObjNum ,parentGenNum ); -if _gge !=nil {return _gge ;};};};return nil ;};return nil ;}; +// GetPreviousRevisionParser returns PdfParser for the previous version of the Pdf document. +func (_ebac *PdfParser )GetPreviousRevisionParser ()(*PdfParser ,error ){if _ebac ._bgea ==0{return nil ,_a .New ("\u0074\u0068\u0069\u0073 i\u0073\u0020\u0066\u0069\u0072\u0073\u0074\u0020\u0072\u0065\u0076\u0069\u0073\u0069o\u006e");};if _gcffe ,_ffb :=_ebac ._agfd [_ebac ]; +_ffb {return _gcffe ,nil ;};_fdcc ,_egfg :=_ebac .GetPreviousRevisionReadSeeker ();if _egfg !=nil {return nil ,_egfg ;};_agag ,_egfg :=NewParser (_fdcc );_agag ._agfd =_ebac ._agfd ;if _egfg !=nil {return nil ,_egfg ;};_ebac ._agfd [_ebac ]=_agag ;return _agag ,nil ; +};func (_fged *JBIG2Image )toBitmap ()(_cgcd *_ca .Bitmap ,_gged error ){const _ccad ="\u004a\u0042\u0049\u00472I\u006d\u0061\u0067\u0065\u002e\u0074\u006f\u0042\u0069\u0074\u006d\u0061\u0070";if _fged .Data ==nil {return nil ,_bgc .Error (_ccad ,"\u0069\u006d\u0061\u0067e \u0064\u0061\u0074\u0061\u0020\u006e\u006f\u0074\u0020\u0064\u0065\u0066\u0069\u006ee\u0064"); +};if _fged .Width ==0||_fged .Height ==0{return nil ,_bgc .Error (_ccad ,"\u0069\u006d\u0061\u0067\u0065\u0020h\u0065\u0069\u0067\u0068\u0074\u0020\u006f\u0072\u0020\u0077\u0069\u0064\u0074h\u0020\u006e\u006f\u0074\u0020\u0064\u0065f\u0069\u006e\u0065\u0064"); +};if _fged .HasPadding {_cgcd ,_gged =_ca .NewWithData (_fged .Width ,_fged .Height ,_fged .Data );}else {_cgcd ,_gged =_ca .NewWithUnpaddedData (_fged .Width ,_fged .Height ,_fged .Data );};if _gged !=nil {return nil ,_bgc .Wrap (_gged ,_ccad ,"");};return _cgcd ,nil ; +}; // ParseIndirectObject parses an indirect object from the input stream. Can also be an object stream. // Returns the indirect object (*PdfIndirectObject) or the stream object (*PdfObjectStream). -func (_agfd *PdfParser )ParseIndirectObject ()(PdfObject ,error ){_dcgdf :=PdfIndirectObject {};_dcgdf ._dcge =_agfd ;_eb .Log .Trace ("\u002dR\u0065a\u0064\u0020\u0069\u006e\u0064i\u0072\u0065c\u0074\u0020\u006f\u0062\u006a");_aag ,_egdg :=_agfd ._dedbc .Peek (20); -if _egdg !=nil {if _egdg !=_bb .EOF {_eb .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0046\u0061\u0069\u006c\u0020\u0074\u006f\u0020r\u0065a\u0064\u0020\u0069\u006e\u0064\u0069\u0072\u0065\u0063\u0074\u0020\u006f\u0062\u006a");return &_dcgdf ,_egdg ; -};};_eb .Log .Trace ("\u0028\u0069\u006edi\u0072\u0065\u0063\u0074\u0020\u006f\u0062\u006a\u0020\u0070\u0065\u0065\u006b\u0020\u0022\u0025\u0073\u0022",string (_aag ));_fecf :=_ffdaa .FindStringSubmatchIndex (string (_aag ));if len (_fecf )< 6{if _egdg ==_bb .EOF {return nil ,_egdg ; -};_eb .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020U\u006e\u0061\u0062l\u0065\u0020\u0074\u006f \u0066\u0069\u006e\u0064\u0020\u006f\u0062\u006a\u0065\u0063\u0074\u0020\u0073\u0069\u0067\u006e\u0061\u0074\u0075\u0072\u0065\u0020\u0028\u0025\u0073\u0029",string (_aag )); -return &_dcgdf ,_f .New ("\u0075\u006e\u0061b\u006c\u0065\u0020\u0074\u006f\u0020\u0064\u0065\u0074\u0065\u0063\u0074\u0020\u0069\u006e\u0064\u0069\u0072\u0065\u0063\u0074\u0020\u006f\u0062\u006a\u0065\u0063\u0074\u0020s\u0069\u0067\u006e\u0061\u0074\u0075\u0072\u0065"); -};_agfd ._dedbc .Discard (_fecf [0]);_eb .Log .Trace ("O\u0066\u0066\u0073\u0065\u0074\u0073\u0020\u0025\u0020\u0064",_fecf );_eddef :=_fecf [1]-_fecf [0];_agcea :=make ([]byte ,_eddef );_ ,_egdg =_agfd .ReadAtLeast (_agcea ,_eddef );if _egdg !=nil {_eb .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0075\u006e\u0061\u0062l\u0065\u0020\u0074\u006f\u0020\u0072\u0065\u0061\u0064\u0020-\u0020\u0025\u0073",_egdg ); -return nil ,_egdg ;};_eb .Log .Trace ("\u0074\u0065\u0078t\u006c\u0069\u006e\u0065\u003a\u0020\u0025\u0073",_agcea );_gdab :=_ffdaa .FindStringSubmatch (string (_agcea ));if len (_gdab )< 3{_eb .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020U\u006e\u0061\u0062l\u0065\u0020\u0074\u006f \u0066\u0069\u006e\u0064\u0020\u006f\u0062\u006a\u0065\u0063\u0074\u0020\u0073\u0069\u0067\u006e\u0061\u0074\u0075\u0072\u0065\u0020\u0028\u0025\u0073\u0029",string (_agcea )); -return &_dcgdf ,_f .New ("\u0075\u006e\u0061b\u006c\u0065\u0020\u0074\u006f\u0020\u0064\u0065\u0074\u0065\u0063\u0074\u0020\u0069\u006e\u0064\u0069\u0072\u0065\u0063\u0074\u0020\u006f\u0062\u006a\u0065\u0063\u0074\u0020s\u0069\u0067\u006e\u0061\u0074\u0075\u0072\u0065"); -};_gcaa ,_ :=_d .Atoi (_gdab [1]);_geab ,_ :=_d .Atoi (_gdab [2]);_dcgdf .ObjectNumber =int64 (_gcaa );_dcgdf .GenerationNumber =int64 (_geab );for {_begee ,_gcbf :=_agfd ._dedbc .Peek (2);if _gcbf !=nil {return &_dcgdf ,_gcbf ;};_eb .Log .Trace ("I\u006ed\u002e\u0020\u0070\u0065\u0065\u006b\u003a\u0020%\u0073\u0020\u0028\u0025 x\u0029\u0021",string (_begee ),string (_begee )); -if IsWhiteSpace (_begee [0]){_agfd .skipSpaces ();}else if _begee [0]=='%'{_agfd .skipComments ();}else if (_begee [0]=='<')&&(_begee [1]=='<'){_eb .Log .Trace ("\u0043\u0061\u006c\u006c\u0020\u0050\u0061\u0072\u0073e\u0044\u0069\u0063\u0074");_dcgdf .PdfObject ,_gcbf =_agfd .ParseDict (); -_eb .Log .Trace ("\u0045\u004f\u0046\u0020Ca\u006c\u006c\u0020\u0050\u0061\u0072\u0073\u0065\u0044\u0069\u0063\u0074\u003a\u0020%\u0076",_gcbf );if _gcbf !=nil {return &_dcgdf ,_gcbf ;};_eb .Log .Trace ("\u0050\u0061\u0072\u0073\u0065\u0064\u0020\u0064\u0069\u0063t\u0069\u006f\u006e\u0061\u0072\u0079\u002e.\u002e\u0020\u0066\u0069\u006e\u0069\u0073\u0068\u0065\u0064\u002e"); -}else if (_begee [0]=='/')||(_begee [0]=='(')||(_begee [0]=='[')||(_begee [0]=='<'){_dcgdf .PdfObject ,_gcbf =_agfd .parseObject ();if _gcbf !=nil {return &_dcgdf ,_gcbf ;};_eb .Log .Trace ("P\u0061\u0072\u0073\u0065\u0064\u0020o\u0062\u006a\u0065\u0063\u0074\u0020\u002e\u002e\u002e \u0066\u0069\u006ei\u0073h\u0065\u0064\u002e"); -}else if _begee [0]==']'{_eb .Log .Debug ("\u0057\u0041\u0052\u004e\u0049N\u0047\u003a\u0020\u0027\u005d\u0027 \u0063\u0068\u0061\u0072\u0061\u0063\u0074e\u0072\u0020\u006eo\u0074\u0020\u0062\u0065i\u006e\u0067\u0020\u0075\u0073\u0065d\u0020\u0061\u0073\u0020\u0061\u006e\u0020\u0061\u0072\u0072\u0061\u0079\u0020\u0065\u006e\u0064\u0069n\u0067\u0020\u006d\u0061\u0072\u006b\u0065\u0072\u002e\u0020\u0053\u006b\u0069\u0070\u0070\u0069\u006e\u0067\u002e"); -_agfd ._dedbc .Discard (1);}else {if _begee [0]=='e'{_acdc ,_ffef :=_agfd .readTextLine ();if _ffef !=nil {return nil ,_ffef ;};if len (_acdc )>=6&&_acdc [0:6]=="\u0065\u006e\u0064\u006f\u0062\u006a"{break ;};}else if _begee [0]=='s'{_begee ,_ =_agfd ._dedbc .Peek (10); -if string (_begee [:6])=="\u0073\u0074\u0072\u0065\u0061\u006d"{_fgfg :=6;if len (_begee )> 6{if IsWhiteSpace (_begee [_fgfg ])&&_begee [_fgfg ]!='\r'&&_begee [_fgfg ]!='\n'{_eb .Log .Debug ("\u004e\u006fn\u002d\u0063\u006f\u006e\u0066\u006f\u0072\u006d\u0061\u006e\u0074\u0020\u0050\u0044\u0046\u0020\u006e\u006f\u0074 \u0065\u006e\u0064\u0069\u006e\u0067 \u0073\u0074\u0072\u0065\u0061\u006d\u0020\u006c\u0069\u006e\u0065\u0020\u0070\u0072o\u0070\u0065r\u006c\u0079\u0020\u0077i\u0074\u0068\u0020\u0045\u004fL\u0020\u006d\u0061\u0072\u006b\u0065\u0072"); -_agfd ._eggc ._caf =true ;_fgfg ++;};if _begee [_fgfg ]=='\r'{_fgfg ++;if _begee [_fgfg ]=='\n'{_fgfg ++;};}else if _begee [_fgfg ]=='\n'{_fgfg ++;}else {_agfd ._eggc ._caf =true ;};};_agfd ._dedbc .Discard (_fgfg );_dcbc ,_defc :=_dcgdf .PdfObject .(*PdfObjectDictionary ); -if !_defc {return nil ,_f .New ("\u0073\u0074\u0072\u0065\u0061\u006d\u0020\u006f\u0062\u006a\u0065\u0063\u0074\u0020\u006di\u0073s\u0069\u006e\u0067\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079");};_eb .Log .Trace ("\u0053\u0074\u0072\u0065\u0061\u006d\u0020\u0064\u0069c\u0074\u0020\u0025\u0073",_dcbc ); -_eega ,_gbgc :=_agfd .traceStreamLength (_dcbc .Get ("\u004c\u0065\u006e\u0067\u0074\u0068"));if _gbgc !=nil {_eb .Log .Debug ("\u0046\u0061\u0069l\u0020\u0074\u006f\u0020t\u0072\u0061\u0063\u0065\u0020\u0073\u0074r\u0065\u0061\u006d\u0020\u006c\u0065\u006e\u0067\u0074\u0068\u003a\u0020\u0025\u0076",_gbgc ); -return nil ,_gbgc ;};_eb .Log .Trace ("\u0053\u0074\u0072\u0065\u0061\u006d\u0020\u006c\u0065\u006e\u0067\u0074h\u003f\u0020\u0025\u0073",_eega );_ffgg ,_cebcc :=_eega .(*PdfObjectInteger );if !_cebcc {return nil ,_f .New ("\u0073\u0074re\u0061\u006d\u0020l\u0065\u006e\u0067\u0074h n\u0065ed\u0073\u0020\u0074\u006f\u0020\u0062\u0065 a\u006e\u0020\u0069\u006e\u0074\u0065\u0067e\u0072"); -};_ebaa :=*_ffgg ;if _ebaa < 0{return nil ,_f .New ("\u0073\u0074\u0072\u0065\u0061\u006d\u0020\u006e\u0065\u0065\u0064\u0073\u0020\u0074\u006f \u0062e\u0020\u006c\u006f\u006e\u0067\u0065\u0072\u0020\u0074\u0068\u0061\u006e\u0020\u0030");};_debbe :=_agfd .GetFileOffset (); -_fgeg :=_agfd .xrefNextObjectOffset (_debbe );if _debbe +int64 (_ebaa )> _fgeg &&_fgeg > _debbe {_eb .Log .Debug ("E\u0078\u0070\u0065\u0063te\u0064 \u0065\u006e\u0064\u0069\u006eg\u0020\u0061\u0074\u0020\u0025\u0064",_debbe +int64 (_ebaa ));_eb .Log .Debug ("\u004e\u0065\u0078\u0074\u0020\u006f\u0062\u006a\u0065\u0063\u0074 \u0073\u0074\u0061\u0072\u0074\u0069\u006e\u0067\u0020\u0061t\u0020\u0025\u0064",_fgeg ); -_eegcc :=_fgeg -_debbe -17;if _eegcc < 0{return nil ,_f .New ("\u0069n\u0076\u0061l\u0069\u0064\u0020\u0073t\u0072\u0065\u0061m\u0020\u006c\u0065\u006e\u0067\u0074\u0068\u002c\u0020go\u0069\u006e\u0067 \u0070\u0061s\u0074\u0020\u0062\u006f\u0075\u006ed\u0061\u0072i\u0065\u0073"); -};_eb .Log .Debug ("\u0041\u0074\u0074\u0065\u006d\u0070\u0074\u0069\u006e\u0067\u0020\u0061\u0020l\u0065\u006e\u0067\u0074\u0068\u0020c\u006f\u0072\u0072\u0065\u0063\u0074\u0069\u006f\u006e\u0020\u0074\u006f\u0020%\u0064\u002e\u002e\u002e",_eegcc );_ebaa =PdfObjectInteger (_eegcc ); -_dcbc .Set ("\u004c\u0065\u006e\u0067\u0074\u0068",MakeInteger (_eegcc ));};if int64 (_ebaa )> _agfd ._ggdf {_eb .Log .Debug ("\u0045\u0052R\u004f\u0052\u003a\u0020\u0053t\u0072\u0065\u0061\u006d\u0020l\u0065\u006e\u0067\u0074\u0068\u0020\u0063\u0061\u006e\u006e\u006f\u0074\u0020\u0062\u0065\u0020\u006c\u0061\u0072\u0067\u0065\u0072\u0020\u0074\u0068\u0061\u006e\u0020\u0066\u0069\u006c\u0065\u0020\u0073\u0069\u007a\u0065"); -return nil ,_f .New ("\u0069n\u0076\u0061l\u0069\u0064\u0020\u0073t\u0072\u0065\u0061m\u0020\u006c\u0065\u006e\u0067\u0074\u0068\u002c\u0020la\u0072\u0067\u0065r\u0020\u0074h\u0061\u006e\u0020\u0066\u0069\u006ce\u0020\u0073i\u007a\u0065");};_dadf :=make ([]byte ,_ebaa ); -_ ,_gbgc =_agfd .ReadAtLeast (_dadf ,int (_ebaa ));if _gbgc !=nil {_eb .Log .Debug ("E\u0052\u0052\u004f\u0052 s\u0074r\u0065\u0061\u006d\u0020\u0028%\u0064\u0029\u003a\u0020\u0025\u0058",len (_dadf ),_dadf );_eb .Log .Debug ("\u0045R\u0052\u004f\u0052\u003a\u0020\u0025v",_gbgc ); -return nil ,_gbgc ;};_dgabc :=PdfObjectStream {};_dgabc .Stream =_dadf ;_dgabc .PdfObjectDictionary =_dcgdf .PdfObject .(*PdfObjectDictionary );_dgabc .ObjectNumber =_dcgdf .ObjectNumber ;_dgabc .GenerationNumber =_dcgdf .GenerationNumber ;_dgabc .PdfObjectReference ._dcge =_agfd ; -_agfd .skipSpaces ();_agfd ._dedbc .Discard (9);_agfd .skipSpaces ();return &_dgabc ,nil ;};};_dcgdf .PdfObject ,_gcbf =_agfd .parseObject ();if _dcgdf .PdfObject ==nil {_eb .Log .Debug ("\u0049N\u0043\u004f\u004dP\u0041\u0054\u0049B\u0049LI\u0054\u0059\u003a\u0020\u0049\u006e\u0064i\u0072\u0065\u0063\u0074\u0020\u006f\u0062\u006a\u0065\u0063\u0074\u0020\u006e\u006f\u0074\u0020\u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0069\u006e\u0067\u0020\u0061n \u006fb\u006a\u0065\u0063\u0074\u0020\u002d \u0061\u0073\u0073\u0075\u006di\u006e\u0067\u0020\u006e\u0075\u006c\u006c\u0020\u006f\u0062\u006ae\u0063\u0074"); -_dcgdf .PdfObject =MakeNull ();};return &_dcgdf ,_gcbf ;};};if _dcgdf .PdfObject ==nil {_eb .Log .Debug ("\u0049N\u0043\u004f\u004dP\u0041\u0054\u0049B\u0049LI\u0054\u0059\u003a\u0020\u0049\u006e\u0064i\u0072\u0065\u0063\u0074\u0020\u006f\u0062\u006a\u0065\u0063\u0074\u0020\u006e\u006f\u0074\u0020\u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0069\u006e\u0067\u0020\u0061n \u006fb\u006a\u0065\u0063\u0074\u0020\u002d \u0061\u0073\u0073\u0075\u006di\u006e\u0067\u0020\u006e\u0075\u006c\u006c\u0020\u006f\u0062\u006ae\u0063\u0074"); -_dcgdf .PdfObject =MakeNull ();};_eb .Log .Trace ("\u0052\u0065\u0074\u0075rn\u0069\u006e\u0067\u0020\u0069\u006e\u0064\u0069\u0072\u0065\u0063\u0074\u0021");return &_dcgdf ,nil ;}; +func (_eaffd *PdfParser )ParseIndirectObject ()(PdfObject ,error ){_fcff :=PdfIndirectObject {};_fcff ._defda =_eaffd ;_eg .Log .Trace ("\u002dR\u0065a\u0064\u0020\u0069\u006e\u0064i\u0072\u0065c\u0074\u0020\u006f\u0062\u006a");_cddcf ,_gafg :=_eaffd ._dgca .Peek (20); +if _gafg !=nil {if _gafg !=_eb .EOF {_eg .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0046\u0061\u0069\u006c\u0020\u0074\u006f\u0020r\u0065a\u0064\u0020\u0069\u006e\u0064\u0069\u0072\u0065\u0063\u0074\u0020\u006f\u0062\u006a");return &_fcff ,_gafg ; +};};_eg .Log .Trace ("\u0028\u0069\u006edi\u0072\u0065\u0063\u0074\u0020\u006f\u0062\u006a\u0020\u0070\u0065\u0065\u006b\u0020\u0022\u0025\u0073\u0022",string (_cddcf ));_ecbb :=_bbaea .FindStringSubmatchIndex (string (_cddcf ));if len (_ecbb )< 6{if _gafg ==_eb .EOF {return nil ,_gafg ; +};_eg .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020U\u006e\u0061\u0062l\u0065\u0020\u0074\u006f \u0066\u0069\u006e\u0064\u0020\u006f\u0062\u006a\u0065\u0063\u0074\u0020\u0073\u0069\u0067\u006e\u0061\u0074\u0075\u0072\u0065\u0020\u0028\u0025\u0073\u0029",string (_cddcf )); +return &_fcff ,_a .New ("\u0075\u006e\u0061b\u006c\u0065\u0020\u0074\u006f\u0020\u0064\u0065\u0074\u0065\u0063\u0074\u0020\u0069\u006e\u0064\u0069\u0072\u0065\u0063\u0074\u0020\u006f\u0062\u006a\u0065\u0063\u0074\u0020s\u0069\u0067\u006e\u0061\u0074\u0075\u0072\u0065"); +};_eaffd ._dgca .Discard (_ecbb [0]);_eg .Log .Trace ("O\u0066\u0066\u0073\u0065\u0074\u0073\u0020\u0025\u0020\u0064",_ecbb );_abadf :=_ecbb [1]-_ecbb [0];_cdgcb :=make ([]byte ,_abadf );_ ,_gafg =_eaffd .ReadAtLeast (_cdgcb ,_abadf );if _gafg !=nil {_eg .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0075\u006e\u0061\u0062l\u0065\u0020\u0074\u006f\u0020\u0072\u0065\u0061\u0064\u0020-\u0020\u0025\u0073",_gafg ); +return nil ,_gafg ;};_eg .Log .Trace ("\u0074\u0065\u0078t\u006c\u0069\u006e\u0065\u003a\u0020\u0025\u0073",_cdgcb );_cfda :=_bbaea .FindStringSubmatch (string (_cdgcb ));if len (_cfda )< 3{_eg .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020U\u006e\u0061\u0062l\u0065\u0020\u0074\u006f \u0066\u0069\u006e\u0064\u0020\u006f\u0062\u006a\u0065\u0063\u0074\u0020\u0073\u0069\u0067\u006e\u0061\u0074\u0075\u0072\u0065\u0020\u0028\u0025\u0073\u0029",string (_cdgcb )); +return &_fcff ,_a .New ("\u0075\u006e\u0061b\u006c\u0065\u0020\u0074\u006f\u0020\u0064\u0065\u0074\u0065\u0063\u0074\u0020\u0069\u006e\u0064\u0069\u0072\u0065\u0063\u0074\u0020\u006f\u0062\u006a\u0065\u0063\u0074\u0020s\u0069\u0067\u006e\u0061\u0074\u0075\u0072\u0065"); +};_becgd ,_ :=_b .Atoi (_cfda [1]);_gdeac ,_ :=_b .Atoi (_cfda [2]);_fcff .ObjectNumber =int64 (_becgd );_fcff .GenerationNumber =int64 (_gdeac );for {_fggce ,_cdc :=_eaffd ._dgca .Peek (2);if _cdc !=nil {return &_fcff ,_cdc ;};_eg .Log .Trace ("I\u006ed\u002e\u0020\u0070\u0065\u0065\u006b\u003a\u0020%\u0073\u0020\u0028\u0025 x\u0029\u0021",string (_fggce ),string (_fggce )); +if IsWhiteSpace (_fggce [0]){_eaffd .skipSpaces ();}else if _fggce [0]=='%'{_eaffd .skipComments ();}else if (_fggce [0]=='<')&&(_fggce [1]=='<'){_eg .Log .Trace ("\u0043\u0061\u006c\u006c\u0020\u0050\u0061\u0072\u0073e\u0044\u0069\u0063\u0074");_fcff .PdfObject ,_cdc =_eaffd .ParseDict (); +_eg .Log .Trace ("\u0045\u004f\u0046\u0020Ca\u006c\u006c\u0020\u0050\u0061\u0072\u0073\u0065\u0044\u0069\u0063\u0074\u003a\u0020%\u0076",_cdc );if _cdc !=nil {return &_fcff ,_cdc ;};_eg .Log .Trace ("\u0050\u0061\u0072\u0073\u0065\u0064\u0020\u0064\u0069\u0063t\u0069\u006f\u006e\u0061\u0072\u0079\u002e.\u002e\u0020\u0066\u0069\u006e\u0069\u0073\u0068\u0065\u0064\u002e"); +}else if (_fggce [0]=='/')||(_fggce [0]=='(')||(_fggce [0]=='[')||(_fggce [0]=='<'){_fcff .PdfObject ,_cdc =_eaffd .parseObject ();if _cdc !=nil {return &_fcff ,_cdc ;};_eg .Log .Trace ("P\u0061\u0072\u0073\u0065\u0064\u0020o\u0062\u006a\u0065\u0063\u0074\u0020\u002e\u002e\u002e \u0066\u0069\u006ei\u0073h\u0065\u0064\u002e"); +}else if _fggce [0]==']'{_eg .Log .Debug ("\u0057\u0041\u0052\u004e\u0049N\u0047\u003a\u0020\u0027\u005d\u0027 \u0063\u0068\u0061\u0072\u0061\u0063\u0074e\u0072\u0020\u006eo\u0074\u0020\u0062\u0065i\u006e\u0067\u0020\u0075\u0073\u0065d\u0020\u0061\u0073\u0020\u0061\u006e\u0020\u0061\u0072\u0072\u0061\u0079\u0020\u0065\u006e\u0064\u0069n\u0067\u0020\u006d\u0061\u0072\u006b\u0065\u0072\u002e\u0020\u0053\u006b\u0069\u0070\u0070\u0069\u006e\u0067\u002e"); +_eaffd ._dgca .Discard (1);}else {if _fggce [0]=='e'{_gffgdc ,_gbda :=_eaffd .readTextLine ();if _gbda !=nil {return nil ,_gbda ;};if len (_gffgdc )>=6&&_gffgdc [0:6]=="\u0065\u006e\u0064\u006f\u0062\u006a"{break ;};}else if _fggce [0]=='s'{_fggce ,_ =_eaffd ._dgca .Peek (10); +if string (_fggce [:6])=="\u0073\u0074\u0072\u0065\u0061\u006d"{_gecae :=6;if len (_fggce )> 6{if IsWhiteSpace (_fggce [_gecae ])&&_fggce [_gecae ]!='\r'&&_fggce [_gecae ]!='\n'{_eg .Log .Debug ("\u004e\u006fn\u002d\u0063\u006f\u006e\u0066\u006f\u0072\u006d\u0061\u006e\u0074\u0020\u0050\u0044\u0046\u0020\u006e\u006f\u0074 \u0065\u006e\u0064\u0069\u006e\u0067 \u0073\u0074\u0072\u0065\u0061\u006d\u0020\u006c\u0069\u006e\u0065\u0020\u0070\u0072o\u0070\u0065r\u006c\u0079\u0020\u0077i\u0074\u0068\u0020\u0045\u004fL\u0020\u006d\u0061\u0072\u006b\u0065\u0072"); +_eaffd ._dbee ._adc =true ;_gecae ++;};if _fggce [_gecae ]=='\r'{_gecae ++;if _fggce [_gecae ]=='\n'{_gecae ++;};}else if _fggce [_gecae ]=='\n'{_gecae ++;}else {_eaffd ._dbee ._adc =true ;};};_eaffd ._dgca .Discard (_gecae );_ffff ,_cegdb :=_fcff .PdfObject .(*PdfObjectDictionary ); +if !_cegdb {return nil ,_a .New ("\u0073\u0074\u0072\u0065\u0061\u006d\u0020\u006f\u0062\u006a\u0065\u0063\u0074\u0020\u006di\u0073s\u0069\u006e\u0067\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079");};_eg .Log .Trace ("\u0053\u0074\u0072\u0065\u0061\u006d\u0020\u0064\u0069c\u0074\u0020\u0025\u0073",_ffff ); +_agbe ,_aegb :=_eaffd .traceStreamLength (_ffff .Get ("\u004c\u0065\u006e\u0067\u0074\u0068"));if _aegb !=nil {_eg .Log .Debug ("\u0046\u0061\u0069l\u0020\u0074\u006f\u0020t\u0072\u0061\u0063\u0065\u0020\u0073\u0074r\u0065\u0061\u006d\u0020\u006c\u0065\u006e\u0067\u0074\u0068\u003a\u0020\u0025\u0076",_aegb ); +return nil ,_aegb ;};_eg .Log .Trace ("\u0053\u0074\u0072\u0065\u0061\u006d\u0020\u006c\u0065\u006e\u0067\u0074h\u003f\u0020\u0025\u0073",_agbe );_gbde ,_bbgb :=_agbe .(*PdfObjectInteger );if !_bbgb {return nil ,_a .New ("\u0073\u0074re\u0061\u006d\u0020l\u0065\u006e\u0067\u0074h n\u0065ed\u0073\u0020\u0074\u006f\u0020\u0062\u0065 a\u006e\u0020\u0069\u006e\u0074\u0065\u0067e\u0072"); +};_fgeb :=*_gbde ;if _fgeb < 0{return nil ,_a .New ("\u0073\u0074\u0072\u0065\u0061\u006d\u0020\u006e\u0065\u0065\u0064\u0073\u0020\u0074\u006f \u0062e\u0020\u006c\u006f\u006e\u0067\u0065\u0072\u0020\u0074\u0068\u0061\u006e\u0020\u0030");};_ceade :=_eaffd .GetFileOffset (); +_agbea :=_eaffd .xrefNextObjectOffset (_ceade );if _ceade +int64 (_fgeb )> _agbea &&_agbea > _ceade {_eg .Log .Debug ("E\u0078\u0070\u0065\u0063te\u0064 \u0065\u006e\u0064\u0069\u006eg\u0020\u0061\u0074\u0020\u0025\u0064",_ceade +int64 (_fgeb ));_eg .Log .Debug ("\u004e\u0065\u0078\u0074\u0020\u006f\u0062\u006a\u0065\u0063\u0074 \u0073\u0074\u0061\u0072\u0074\u0069\u006e\u0067\u0020\u0061t\u0020\u0025\u0064",_agbea ); +_eecba :=_agbea -_ceade -17;if _eecba < 0{return nil ,_a .New ("\u0069n\u0076\u0061l\u0069\u0064\u0020\u0073t\u0072\u0065\u0061m\u0020\u006c\u0065\u006e\u0067\u0074\u0068\u002c\u0020go\u0069\u006e\u0067 \u0070\u0061s\u0074\u0020\u0062\u006f\u0075\u006ed\u0061\u0072i\u0065\u0073"); +};_eg .Log .Debug ("\u0041\u0074\u0074\u0065\u006d\u0070\u0074\u0069\u006e\u0067\u0020\u0061\u0020l\u0065\u006e\u0067\u0074\u0068\u0020c\u006f\u0072\u0072\u0065\u0063\u0074\u0069\u006f\u006e\u0020\u0074\u006f\u0020%\u0064\u002e\u002e\u002e",_eecba );_fgeb =PdfObjectInteger (_eecba ); +_ffff .Set ("\u004c\u0065\u006e\u0067\u0074\u0068",MakeInteger (_eecba ));};if int64 (_fgeb )> _eaffd ._dfdf {_eg .Log .Debug ("\u0045\u0052R\u004f\u0052\u003a\u0020\u0053t\u0072\u0065\u0061\u006d\u0020l\u0065\u006e\u0067\u0074\u0068\u0020\u0063\u0061\u006e\u006e\u006f\u0074\u0020\u0062\u0065\u0020\u006c\u0061\u0072\u0067\u0065\u0072\u0020\u0074\u0068\u0061\u006e\u0020\u0066\u0069\u006c\u0065\u0020\u0073\u0069\u007a\u0065"); +return nil ,_a .New ("\u0069n\u0076\u0061l\u0069\u0064\u0020\u0073t\u0072\u0065\u0061m\u0020\u006c\u0065\u006e\u0067\u0074\u0068\u002c\u0020la\u0072\u0067\u0065r\u0020\u0074h\u0061\u006e\u0020\u0066\u0069\u006ce\u0020\u0073i\u007a\u0065");};_bcbe :=make ([]byte ,_fgeb ); +_ ,_aegb =_eaffd .ReadAtLeast (_bcbe ,int (_fgeb ));if _aegb !=nil {_eg .Log .Debug ("E\u0052\u0052\u004f\u0052 s\u0074r\u0065\u0061\u006d\u0020\u0028%\u0064\u0029\u003a\u0020\u0025\u0058",len (_bcbe ),_bcbe );_eg .Log .Debug ("\u0045R\u0052\u004f\u0052\u003a\u0020\u0025v",_aegb ); +return nil ,_aegb ;};_bcad :=PdfObjectStream {};_bcad .Stream =_bcbe ;_bcad .PdfObjectDictionary =_fcff .PdfObject .(*PdfObjectDictionary );_bcad .ObjectNumber =_fcff .ObjectNumber ;_bcad .GenerationNumber =_fcff .GenerationNumber ;_bcad .PdfObjectReference ._defda =_eaffd ; +_eaffd .skipSpaces ();_eaffd ._dgca .Discard (9);_eaffd .skipSpaces ();return &_bcad ,nil ;};};_fcff .PdfObject ,_cdc =_eaffd .parseObject ();if _fcff .PdfObject ==nil {_eg .Log .Debug ("\u0049N\u0043\u004f\u004dP\u0041\u0054\u0049B\u0049LI\u0054\u0059\u003a\u0020\u0049\u006e\u0064i\u0072\u0065\u0063\u0074\u0020\u006f\u0062\u006a\u0065\u0063\u0074\u0020\u006e\u006f\u0074\u0020\u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0069\u006e\u0067\u0020\u0061n \u006fb\u006a\u0065\u0063\u0074\u0020\u002d \u0061\u0073\u0073\u0075\u006di\u006e\u0067\u0020\u006e\u0075\u006c\u006c\u0020\u006f\u0062\u006ae\u0063\u0074"); +_fcff .PdfObject =MakeNull ();};return &_fcff ,_cdc ;};};if _fcff .PdfObject ==nil {_eg .Log .Debug ("\u0049N\u0043\u004f\u004dP\u0041\u0054\u0049B\u0049LI\u0054\u0059\u003a\u0020\u0049\u006e\u0064i\u0072\u0065\u0063\u0074\u0020\u006f\u0062\u006a\u0065\u0063\u0074\u0020\u006e\u006f\u0074\u0020\u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0069\u006e\u0067\u0020\u0061n \u006fb\u006a\u0065\u0063\u0074\u0020\u002d \u0061\u0073\u0073\u0075\u006di\u006e\u0067\u0020\u006e\u0075\u006c\u006c\u0020\u006f\u0062\u006ae\u0063\u0074"); +_fcff .PdfObject =MakeNull ();};_eg .Log .Trace ("\u0052\u0065\u0074\u0075rn\u0069\u006e\u0067\u0020\u0069\u006e\u0064\u0069\u0072\u0065\u0063\u0074\u0021");return &_fcff ,nil ;};func _abb (_abc XrefTable ){_eg .Log .Debug ("\u003dX\u003d\u0058\u003d\u0058\u003d"); +_eg .Log .Debug ("X\u0072\u0065\u0066\u0020\u0074\u0061\u0062\u006c\u0065\u003a");_gdg :=0;for _ ,_abd :=range _abc .ObjectMap {_eg .Log .Debug ("i\u002b\u0031\u003a\u0020\u0025\u0064 \u0028\u006f\u0062\u006a\u0020\u006eu\u006d\u003a\u0020\u0025\u0064\u0020\u0067e\u006e\u003a\u0020\u0025\u0064\u0029\u0020\u002d\u003e\u0020%\u0064",_gdg +1,_abd .ObjectNumber ,_abd .Generation ,_abd .Offset ); +_gdg ++;};};func _afce (_agefa _eb .ReadSeeker ,_cecaa int64 )(*limitedReadSeeker ,error ){_ ,_fdbd :=_agefa .Seek (0,_eb .SeekStart );if _fdbd !=nil {return nil ,_fdbd ;};return &limitedReadSeeker {_bdag :_agefa ,_efa :_cecaa },nil ;}; + +// NewParserFromString is used for testing purposes. +func NewParserFromString (txt string )*PdfParser {_cfc :=_bd .NewReader ([]byte (txt ));_feebb :=&PdfParser {ObjCache :objectCache {},_eaee :_cfc ,_dgca :_bb .NewReader (_cfc ),_dfdf :int64 (len (txt )),_dfeda :map[int64 ]bool {},_agfd :make (map[*PdfParser ]*PdfParser )}; +_feebb ._gfeb .ObjectMap =make (map[int ]XrefObject );return _feebb ;}; + +// ParseDict reads and parses a PDF dictionary object enclosed with '<<' and '>>' +func (_dgdg *PdfParser )ParseDict ()(*PdfObjectDictionary ,error ){_eg .Log .Trace ("\u0052\u0065\u0061\u0064\u0069\u006e\u0067\u0020\u0050\u0044\u0046\u0020D\u0069\u0063\u0074\u0021");_adde :=MakeDict ();_adde ._afbd =_dgdg ;_gfcg ,_ :=_dgdg ._dgca .ReadByte (); +if _gfcg !='<'{return nil ,_a .New ("\u0069\u006e\u0076a\u006c\u0069\u0064\u0020\u0064\u0069\u0063\u0074");};_gfcg ,_ =_dgdg ._dgca .ReadByte ();if _gfcg !='<'{return nil ,_a .New ("\u0069\u006e\u0076a\u006c\u0069\u0064\u0020\u0064\u0069\u0063\u0074"); +};for {_dgdg .skipSpaces ();_dgdg .skipComments ();_cbbf ,_abgc :=_dgdg ._dgca .Peek (2);if _abgc !=nil {return nil ,_abgc ;};_eg .Log .Trace ("D\u0069c\u0074\u0020\u0070\u0065\u0065\u006b\u003a\u0020%\u0073\u0020\u0028\u0025 x\u0029\u0021",string (_cbbf ),string (_cbbf )); +if (_cbbf [0]=='>')&&(_cbbf [1]=='>'){_eg .Log .Trace ("\u0045\u004f\u0046\u0020\u0064\u0069\u0063\u0074\u0069o\u006e\u0061\u0072\u0079");_dgdg ._dgca .ReadByte ();_dgdg ._dgca .ReadByte ();break ;};_eg .Log .Trace ("\u0050a\u0072s\u0065\u0020\u0074\u0068\u0065\u0020\u006e\u0061\u006d\u0065\u0021"); +_agfbe ,_abgc :=_dgdg .parseName ();_eg .Log .Trace ("\u004be\u0079\u003a\u0020\u0025\u0073",_agfbe );if _abgc !=nil {_eg .Log .Debug ("E\u0052\u0052\u004f\u0052\u0020\u0052e\u0074\u0075\u0072\u006e\u0069\u006e\u0067\u0020\u006ea\u006d\u0065\u0020e\u0072r\u0020\u0025\u0073",_abgc ); +return nil ,_abgc ;};if len (_agfbe )> 4&&_agfbe [len (_agfbe )-4:]=="\u006e\u0075\u006c\u006c"{_acgf :=_agfbe [0:len (_agfbe )-4];_eg .Log .Debug ("\u0054\u0061\u006b\u0069n\u0067\u0020\u0063\u0061\u0072\u0065\u0020\u006f\u0066\u0020n\u0075l\u006c\u0020\u0062\u0075\u0067\u0020\u0028%\u0073\u0029",_agfbe ); +_eg .Log .Debug ("\u004e\u0065\u0077\u0020ke\u0079\u0020\u0022\u0025\u0073\u0022\u0020\u003d\u0020\u006e\u0075\u006c\u006c",_acgf );_dgdg .skipSpaces ();_eafgd ,_ :=_dgdg ._dgca .Peek (1);if _eafgd [0]=='/'{_adde .Set (_acgf ,MakeNull ());continue ;};}; +_dgdg .skipSpaces ();_aada ,_abgc :=_dgdg .parseObject ();if _abgc !=nil {return nil ,_abgc ;};_adde .Set (_agfbe ,_aada );if _eg .Log .IsLogLevel (_eg .LogLevelTrace ){_eg .Log .Trace ("\u0064\u0069\u0063\u0074\u005b\u0025\u0073\u005d\u0020\u003d\u0020\u0025\u0073",_agfbe ,_aada .String ()); +};};_eg .Log .Trace ("\u0072\u0065\u0074\u0075rn\u0069\u006e\u0067\u0020\u0050\u0044\u0046\u0020\u0044\u0069\u0063\u0074\u0021");return _adde ,nil ;};func (_ggcbd *PdfParser )parseArray ()(*PdfObjectArray ,error ){_gdfa :=MakeArray ();_ggcbd ._dgca .ReadByte (); +for {_ggcbd .skipSpaces ();_gbgd ,_gfgdf :=_ggcbd ._dgca .Peek (1);if _gfgdf !=nil {return _gdfa ,_gfgdf ;};if _gbgd [0]==']'{_ggcbd ._dgca .ReadByte ();break ;};_agadg ,_gfgdf :=_ggcbd .parseObject ();if _gfgdf !=nil {return _gdfa ,_gfgdf ;};_gdfa .Append (_agadg ); +};return _gdfa ,nil ;}; + +// UpdateParams updates the parameter values of the encoder. +func (_ccc *DCTEncoder )UpdateParams (params *PdfObjectDictionary ){_ffa ,_cfgd :=GetNumberAsInt64 (params .Get ("\u0043o\u006co\u0072\u0043\u006f\u006d\u0070\u006f\u006e\u0065\u006e\u0074\u0073"));if _cfgd ==nil {_ccc .ColorComponents =int (_ffa );};_ffeb ,_cfgd :=GetNumberAsInt64 (params .Get ("\u0042\u0069t\u0073\u0050\u0065r\u0043\u006f\u006d\u0070\u006f\u006e\u0065\u006e\u0074")); +if _cfgd ==nil {_ccc .BitsPerComponent =int (_ffeb );};_cage ,_cfgd :=GetNumberAsInt64 (params .Get ("\u0057\u0069\u0064t\u0068"));if _cfgd ==nil {_ccc .Width =int (_cage );};_gfaa ,_cfgd :=GetNumberAsInt64 (params .Get ("\u0048\u0065\u0069\u0067\u0068\u0074")); +if _cfgd ==nil {_ccc .Height =int (_gfaa );};_dfb ,_cfgd :=GetNumberAsInt64 (params .Get ("\u0051u\u0061\u006c\u0069\u0074\u0079"));if _cfgd ==nil {_ccc .Quality =int (_dfb );};_fcfd ,_fadc :=GetArray (params .Get ("\u0044\u0065\u0063\u006f\u0064\u0065")); +if _fadc {_ccc .Decode ,_cfgd =_fcfd .ToFloat64Array ();if _cfgd !=nil {_eg .Log .Error ("F\u0061\u0069\u006c\u0065\u0064\u0020\u0063\u006f\u006ev\u0065\u0072\u0074\u0069\u006e\u0067\u0020de\u0063\u006f\u0064\u0065 \u006f\u0062\u006a\u0065\u0063\u0074\u0020\u0069\u006eto\u0020\u0061r\u0072\u0061\u0079\u0073\u003a\u0020\u0025\u0076",_cfgd ); +};};};func (_gbcd *PdfParser )inspect ()(map[string ]int ,error ){_eg .Log .Trace ("\u002d\u002d\u002d\u002d\u002d\u002d\u002d\u002d\u0049\u004e\u0053P\u0045\u0043\u0054\u0020\u002d\u002d\u002d\u002d\u002d\u002d-\u002d\u002d\u002d");_eg .Log .Trace ("X\u0072\u0065\u0066\u0020\u0074\u0061\u0062\u006c\u0065\u003a"); +_gfbdg :=map[string ]int {};_befeg :=0;_gddfe :=0;var _agebg []int ;for _ddaga :=range _gbcd ._gfeb .ObjectMap {_agebg =append (_agebg ,_ddaga );};_e .Ints (_agebg );_cdgfb :=0;for _ ,_ddcg :=range _agebg {_abgcbc :=_gbcd ._gfeb .ObjectMap [_ddcg ];if _abgcbc .ObjectNumber ==0{continue ; +};_befeg ++;_eg .Log .Trace ("\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d");_eg .Log .Trace ("\u004c\u006f\u006f\u006bi\u006e\u0067\u0020\u0075\u0070\u0020\u006f\u0062\u006a\u0065c\u0074 \u006e\u0075\u006d\u0062\u0065\u0072\u003a \u0025\u0064",_abgcbc .ObjectNumber ); +_ccdd ,_bdcded :=_gbcd .LookupByNumber (_abgcbc .ObjectNumber );if _bdcded !=nil {_eg .Log .Trace ("\u0045\u0052\u0052\u004f\u0052\u003a \u0046\u0061\u0069\u006c\u0020\u0074\u006f\u0020\u006c\u006f\u006f\u006b\u0075p\u0020\u006f\u0062\u006a\u0020\u0025\u0064 \u0028\u0025\u0073\u0029",_abgcbc .ObjectNumber ,_bdcded ); +_gddfe ++;continue ;};_eg .Log .Trace ("\u006fb\u006a\u003a\u0020\u0025\u0073",_ccdd );_egaf ,_deef :=_ccdd .(*PdfIndirectObject );if _deef {_eg .Log .Trace ("\u0049N\u0044 \u004f\u004f\u0042\u004a\u0020\u0025\u0064\u003a\u0020\u0025\u0073",_abgcbc .ObjectNumber ,_egaf ); +_aeaa ,_adee :=_egaf .PdfObject .(*PdfObjectDictionary );if _adee {if _edba ,_dcca :=_aeaa .Get ("\u0054\u0079\u0070\u0065").(*PdfObjectName );_dcca {_beeb :=string (*_edba );_eg .Log .Trace ("\u002d\u002d\u002d\u003e\u0020\u004f\u0062\u006a\u0020\u0074\u0079\u0070e\u003a\u0020\u0025\u0073",_beeb ); +_ ,_cgca :=_gfbdg [_beeb ];if _cgca {_gfbdg [_beeb ]++;}else {_gfbdg [_beeb ]=1;};}else if _eebg ,_dggb :=_aeaa .Get ("\u0053u\u0062\u0074\u0079\u0070\u0065").(*PdfObjectName );_dggb {_gafd :=string (*_eebg );_eg .Log .Trace ("-\u002d-\u003e\u0020\u004f\u0062\u006a\u0020\u0073\u0075b\u0074\u0079\u0070\u0065: \u0025\u0073",_gafd ); +_ ,_gdbg :=_gfbdg [_gafd ];if _gdbg {_gfbdg [_gafd ]++;}else {_gfbdg [_gafd ]=1;};};if _ccdf ,_cgddf :=_aeaa .Get ("\u0053").(*PdfObjectName );_cgddf &&*_ccdf =="\u004a\u0061\u0076\u0061\u0053\u0063\u0072\u0069\u0070\u0074"{_ ,_cbcd :=_gfbdg ["\u004a\u0061\u0076\u0061\u0053\u0063\u0072\u0069\u0070\u0074"]; +if _cbcd {_gfbdg ["\u004a\u0061\u0076\u0061\u0053\u0063\u0072\u0069\u0070\u0074"]++;}else {_gfbdg ["\u004a\u0061\u0076\u0061\u0053\u0063\u0072\u0069\u0070\u0074"]=1;};};};}else if _caeb ,_ecagg :=_ccdd .(*PdfObjectStream );_ecagg {if _edac ,_fbaga :=_caeb .PdfObjectDictionary .Get ("\u0054\u0079\u0070\u0065").(*PdfObjectName ); +_fbaga {_eg .Log .Trace ("\u002d\u002d\u003e\u0020\u0053\u0074\u0072\u0065\u0061\u006d\u0020o\u0062\u006a\u0065\u0063\u0074\u0020\u0074\u0079\u0070\u0065:\u0020\u0025\u0073",*_edac );_bbea :=string (*_edac );_gfbdg [_bbea ]++;};}else {_bfcc ,_dgda :=_ccdd .(*PdfObjectDictionary ); +if _dgda {_aegd ,_geeg :=_bfcc .Get ("\u0054\u0079\u0070\u0065").(*PdfObjectName );if _geeg {_bcfd :=string (*_aegd );_eg .Log .Trace ("\u002d-\u002d \u006f\u0062\u006a\u0020\u0074\u0079\u0070\u0065\u0020\u0025\u0073",_bcfd );_gfbdg [_bcfd ]++;};};_eg .Log .Trace ("\u0044\u0049\u0052\u0045\u0043\u0054\u0020\u004f\u0042\u004a\u0020\u0025d\u003a\u0020\u0025\u0073",_abgcbc .ObjectNumber ,_ccdd ); +};_cdgfb ++;};_eg .Log .Trace ("\u002d\u002d\u002d\u002d\u002d\u002d\u002d\u002d\u0045\u004fF\u0020\u0049\u004e\u0053\u0050\u0045\u0043T\u0020\u002d\u002d\u002d\u002d\u002d\u002d\u002d\u002d\u002d\u002d");_eg .Log .Trace ("\u003d=\u003d\u003d\u003d\u003d\u003d"); +_eg .Log .Trace ("\u004f\u0062j\u0065\u0063\u0074 \u0063\u006f\u0075\u006e\u0074\u003a\u0020\u0025\u0064",_befeg );_eg .Log .Trace ("\u0046\u0061\u0069\u006c\u0065\u0064\u0020\u006c\u006f\u006f\u006b\u0075p\u003a\u0020\u0025\u0064",_gddfe );for _babb ,_gdcd :=range _gfbdg {_eg .Log .Trace ("\u0025\u0073\u003a\u0020\u0025\u0064",_babb ,_gdcd ); +};_eg .Log .Trace ("\u003d=\u003d\u003d\u003d\u003d\u003d");if len (_gbcd ._gfeb .ObjectMap )< 1{_eg .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0054\u0068\u0069\u0073 \u0064\u006f\u0063\u0075\u006d\u0065\u006e\u0074 \u0069s\u0020\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0028\u0078\u0072\u0065\u0066\u0020\u0074\u0061\u0062l\u0065\u0020\u006d\u0069\u0073\u0073\u0069\u006e\u0067\u0021\u0029"); +return nil ,_bf .Errorf ("\u0069\u006ev\u0061\u006c\u0069\u0064 \u0064\u006fc\u0075\u006d\u0065\u006e\u0074\u0020\u0028\u0078r\u0065\u0066\u0020\u0074\u0061\u0062\u006c\u0065\u0020\u006d\u0069\u0073s\u0069\u006e\u0067\u0029");};_cgaff ,_beabb :=_gfbdg ["\u0046\u006f\u006e\u0074"]; +if !_beabb ||_cgaff < 2{_eg .Log .Trace ("\u0054\u0068\u0069s \u0064\u006f\u0063\u0075\u006d\u0065\u006e\u0074\u0020i\u0073 \u0070r\u006fb\u0061\u0062\u006c\u0079\u0020\u0073\u0063\u0061\u006e\u006e\u0065\u0064\u0021");}else {_eg .Log .Trace ("\u0054\u0068\u0069\u0073\u0020\u0064\u006f\u0063\u0075\u006d\u0065\u006e\u0074\u0020\u0069\u0073\u0020\u0076\u0061\u006c\u0069\u0064\u0020\u0066o\u0072\u0020\u0065\u0078\u0074r\u0061\u0063t\u0069\u006f\u006e\u0021"); +};return _gfbdg ,nil ;};const (DefaultJPEGQuality =75;); + +// DecodeBytes decodes a slice of JBIG2 encoded bytes and returns the results. +func (_ddag *JBIG2Encoder )DecodeBytes (encoded []byte )([]byte ,error ){return _cba .DecodeBytes (encoded ,_ec .Parameters {},_ddag .Globals );}; + +// PdfCryptNewDecrypt makes the document crypt handler based on the encryption dictionary +// and trailer dictionary. Returns an error on failure to process. +func PdfCryptNewDecrypt (parser *PdfParser ,ed ,trailer *PdfObjectDictionary )(*PdfCrypt ,error ){_fgb :=&PdfCrypt {_bga :false ,_cdg :make (map[PdfObject ]bool ),_bdd :make (map[PdfObject ]bool ),_afcf :make (map[int ]struct{}),_cagb :parser };_eaa ,_gb :=ed .Get ("\u0046\u0069\u006c\u0074\u0065\u0072").(*PdfObjectName ); +if !_gb {_eg .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u0020\u0043\u0072\u0079\u0070\u0074 \u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061r\u0079 \u006d\u0069\u0073\u0073\u0069\u006e\u0067\u0020\u0072\u0065\u0071\u0075\u0069\u0072\u0065\u0064\u0020\u0046i\u006c\u0074\u0065\u0072\u0020\u0066\u0069\u0065\u006c\u0064\u0021"); +return _fgb ,_a .New ("r\u0065\u0071\u0075\u0069\u0072\u0065d\u0020\u0063\u0072\u0079\u0070\u0074 \u0066\u0069\u0065\u006c\u0064\u0020\u0046i\u006c\u0074\u0065\u0072\u0020\u006d\u0069\u0073\u0073\u0069n\u0067");};if *_eaa !="\u0053\u0074\u0061\u006e\u0064\u0061\u0072\u0064"{_eg .Log .Debug ("\u0045\u0052R\u004f\u0052\u0020\u0055\u006e\u0073\u0075\u0070\u0070\u006f\u0072\u0074\u0065\u0064\u0020\u0066\u0069\u006c\u0074\u0065\u0072\u0020(%\u0073\u0029",*_eaa ); +return _fgb ,_a .New ("\u0075n\u0073u\u0070\u0070\u006f\u0072\u0074e\u0064\u0020F\u0069\u006c\u0074\u0065\u0072");};_fgb ._ea .Filter =string (*_eaa );if _gcaa ,_fcd :=ed .Get ("\u0053u\u0062\u0046\u0069\u006c\u0074\u0065r").(*PdfObjectString );_fcd {_fgb ._ea .SubFilter =_gcaa .Str (); +_eg .Log .Debug ("\u0055s\u0069n\u0067\u0020\u0073\u0075\u0062f\u0069\u006ct\u0065\u0072\u0020\u0025\u0073",_gcaa );};if L ,_bdbf :=ed .Get ("\u004c\u0065\u006e\u0067\u0074\u0068").(*PdfObjectInteger );_bdbf {if (*L %8)!=0{_eg .Log .Debug ("\u0045\u0052\u0052O\u0052\u0020\u0049\u006ev\u0061\u006c\u0069\u0064\u0020\u0065\u006ec\u0072\u0079\u0070\u0074\u0069\u006f\u006e\u0020\u006c\u0065\u006e\u0067\u0074\u0068"); +return _fgb ,_a .New ("\u0069n\u0076\u0061\u006c\u0069d\u0020\u0065\u006e\u0063\u0072y\u0070t\u0069o\u006e\u0020\u006c\u0065\u006e\u0067\u0074h");};_fgb ._ea .Length =int (*L );}else {_fgb ._ea .Length =40;};_fgb ._ea .V =0;if _abcg ,_bac :=ed .Get ("\u0056").(*PdfObjectInteger ); +_bac {V :=int (*_abcg );_fgb ._ea .V =V ;if V >=1&&V <=2{_fgb ._ceaa =_afb (_fgb ._ea .Length );}else if V >=4&&V <=5{if _aac :=_fgb .loadCryptFilters (ed );_aac !=nil {return _fgb ,_aac ;};}else {_eg .Log .Debug ("E\u0052\u0052\u004f\u0052\u0020\u0055\u006e\u0073\u0075\u0070\u0070\u006f\u0072\u0074\u0065\u0064\u0020\u0065n\u0063\u0072\u0079\u0070\u0074\u0069\u006f\u006e\u0020\u0061lg\u006f\u0020\u0056 \u003d \u0025\u0064",V ); +return _fgb ,_a .New ("u\u006e\u0073\u0075\u0070po\u0072t\u0065\u0064\u0020\u0061\u006cg\u006f\u0072\u0069\u0074\u0068\u006d");};};if _aeg :=_faec (&_fgb ._gce ,ed );_aeg !=nil {return _fgb ,_aeg ;};_fbag :="";if _egge ,_dcc :=trailer .Get ("\u0049\u0044").(*PdfObjectArray ); +_dcc &&_egge .Len ()>=1{_dag ,_cdag :=GetString (_egge .Get (0));if !_cdag {return _fgb ,_a .New ("\u0069n\u0076a\u006c\u0069\u0064\u0020\u0074r\u0061\u0069l\u0065\u0072\u0020\u0049\u0044");};_fbag =_dag .Str ();}else {_eg .Log .Debug ("\u0054\u0072ai\u006c\u0065\u0072 \u0049\u0044\u0020\u0061rra\u0079 m\u0069\u0073\u0073\u0069\u006e\u0067\u0020or\u0020\u0069\u006e\u0076\u0061\u006c\u0069d\u0021"); +};_fgb ._afcc =_fbag ;return _fgb ,nil ;}; + +// DecodeBytes decodes a slice of JPX encoded bytes and returns the result. +func (_acbe *JPXEncoder )DecodeBytes (encoded []byte )([]byte ,error ){_eg .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u003a\u0020\u0041t\u0074\u0065\u006dpt\u0069\u006e\u0067\u0020\u0074\u006f \u0075\u0073\u0065\u0020\u0075\u006e\u0073\u0075\u0070\u0070\u006f\u0072\u0074\u0065\u0064 \u0065\u006e\u0063\u006f\u0064\u0069\u006e\u0067 \u0025\u0073",_acbe .GetFilterName ()); +return encoded ,ErrNoJPXDecode ;};func (_adcc *offsetReader )Seek (offset int64 ,whence int )(int64 ,error ){if whence ==_eb .SeekStart {offset +=_adcc ._fff ;};_fgde ,_gfda :=_adcc ._dbcbf .Seek (offset ,whence );if _gfda !=nil {return _fgde ,_gfda ;}; +if whence ==_eb .SeekCurrent {_fgde -=_adcc ._fff ;};if _fgde < 0{return 0,_a .New ("\u0063\u006f\u0072\u0065\u002eo\u0066\u0066\u0073\u0065\u0074\u0052\u0065\u0061\u0064\u0065\u0072\u002e\u0053e\u0065\u006b\u003a\u0020\u006e\u0065\u0067\u0061\u0074\u0069\u0076\u0065\u0020\u0070\u006f\u0073\u0069\u0074\u0069\u006f\u006e"); +};return _fgde ,nil ;}; + +// ASCIIHexEncoder implements ASCII hex encoder/decoder. +type ASCIIHexEncoder struct{}; + +// GetBoolVal returns the bool value within a *PdObjectBool represented by an PdfObject interface directly or indirectly. +// If the PdfObject does not represent a bool value, a default value of false is returned (found = false also). +func GetBoolVal (obj PdfObject )(_gdba bool ,_beaf bool ){_adcca ,_beaf :=TraceToDirectObject (obj ).(*PdfObjectBool );if _beaf {return bool (*_adcca ),true ;};return false ,false ;}; + +// DecodeStream implements ASCII hex decoding. +func (_afa *ASCIIHexEncoder )DecodeStream (streamObj *PdfObjectStream )([]byte ,error ){return _afa .DecodeBytes (streamObj .Stream );}; + +// String returns a string representation of `name`. +func (_cegdg *PdfObjectName )String ()string {return string (*_cegdg )}; + +// GetFilterName returns the name of the encoding filter. +func (_efb *CCITTFaxEncoder )GetFilterName ()string {return StreamEncodingFilterNameCCITTFax };func (_edfg *PdfParser )parseXrefTable ()(*PdfObjectDictionary ,error ){var _fddb *PdfObjectDictionary ;_cagcc ,_bbag :=_edfg .readTextLine ();if _bbag !=nil {return nil ,_bbag ; +};if _edfg ._ffad &&_afc .Count (_afc .TrimPrefix (_cagcc ,"\u0078\u0072\u0065\u0066"),"\u0020")> 0{_edfg ._dbee ._aad =true ;};_eg .Log .Trace ("\u0078\u0072\u0065\u0066 f\u0069\u0072\u0073\u0074\u0020\u006c\u0069\u006e\u0065\u003a\u0020\u0025\u0073",_cagcc ); +_efga :=-1;_ddagd :=0;_ceagb :=false ;_fgfb :="";for {_edfg .skipSpaces ();_ ,_feab :=_edfg ._dgca .Peek (1);if _feab !=nil {return nil ,_feab ;};_cagcc ,_feab =_edfg .readTextLine ();if _feab !=nil {return nil ,_feab ;};_cddf :=_ddadf .FindStringSubmatch (_cagcc ); +if len (_cddf )==0{_cgbg :=len (_fgfb )> 0;_fgfb +=_cagcc +"\u000a";if _cgbg {_cddf =_ddadf .FindStringSubmatch (_fgfb );};};if len (_cddf )==3{if _edfg ._ffad &&!_edfg ._dbee ._dcb {var (_bcce bool ;_debe int ;);for _ ,_efge :=range _cagcc {if _af .IsDigit (_efge ){if _bcce {break ; +};continue ;};if !_bcce {_bcce =true ;};_debe ++;};if _debe > 1{_edfg ._dbee ._dcb =true ;};};_caag ,_ :=_b .Atoi (_cddf [1]);_eddd ,_ :=_b .Atoi (_cddf [2]);_efga =_caag ;_ddagd =_eddd ;_ceagb =true ;_fgfb ="";_eg .Log .Trace ("\u0078r\u0065\u0066 \u0073\u0075\u0062s\u0065\u0063\u0074\u0069\u006f\u006e\u003a \u0066\u0069\u0072\u0073\u0074\u0020o\u0062\u006a\u0065\u0063\u0074\u003a\u0020\u0025\u0064\u0020\u006fb\u006a\u0065\u0063\u0074\u0073\u003a\u0020\u0025\u0064",_efga ,_ddagd ); +continue ;};_dbgb :=_bdeag .FindStringSubmatch (_cagcc );if len (_dbgb )==4{if !_ceagb {_eg .Log .Debug ("E\u0052\u0052\u004f\u0052\u0020\u0058r\u0065\u0066\u0020\u0069\u006e\u0076\u0061\u006c\u0069d\u0020\u0066\u006fr\u006da\u0074\u0021\u000a");return nil ,_a .New ("\u0078\u0072\u0065\u0066 i\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0066\u006f\u0072\u006d\u0061\u0074"); +};_bbbfb ,_ :=_b .ParseInt (_dbgb [1],10,64);_ddbb ,_ :=_b .Atoi (_dbgb [2]);_egbf :=_dbgb [3];_fgfb ="";if _afc .ToLower (_egbf )=="\u006e"&&_bbbfb > 1{_baea ,_ageb :=_edfg ._gfeb .ObjectMap [_efga ];if !_ageb ||_ddbb > _baea .Generation {_gddf :=XrefObject {ObjectNumber :_efga ,XType :XrefTypeTableEntry ,Offset :_bbbfb ,Generation :_ddbb }; +_edfg ._gfeb .ObjectMap [_efga ]=_gddf ;};};_efga ++;continue ;};if (len (_cagcc )> 6)&&(_cagcc [:7]=="\u0074r\u0061\u0069\u006c\u0065\u0072"){_eg .Log .Trace ("\u0046o\u0075n\u0064\u0020\u0074\u0072\u0061i\u006c\u0065r\u0020\u002d\u0020\u0025\u0073",_cagcc ); +if len (_cagcc )> 9{_gefd :=_edfg .GetFileOffset ();_edfg .SetFileOffset (_gefd -int64 (len (_cagcc ))+7);};_edfg .skipSpaces ();_edfg .skipComments ();_eg .Log .Trace ("R\u0065\u0061\u0064\u0069ng\u0020t\u0072\u0061\u0069\u006c\u0065r\u0020\u0064\u0069\u0063\u0074\u0021"); +_eg .Log .Trace ("\u0070\u0065\u0065\u006b\u003a\u0020\u0022\u0025\u0073\u0022",_cagcc );_fddb ,_feab =_edfg .ParseDict ();_eg .Log .Trace ("\u0045O\u0046\u0020\u0072\u0065a\u0064\u0069\u006e\u0067\u0020t\u0072a\u0069l\u0065\u0072\u0020\u0064\u0069\u0063\u0074!"); +if _feab !=nil {_eg .Log .Debug ("\u0045\u0072\u0072o\u0072\u0020\u0070\u0061r\u0073\u0069\u006e\u0067\u0020\u0074\u0072a\u0069\u006c\u0065\u0072\u0020\u0064\u0069\u0063\u0074\u0020\u0028\u0025\u0073\u0029",_feab );return nil ,_feab ;};break ;};if _cagcc =="\u0025\u0025\u0045O\u0046"{_eg .Log .Debug ("E\u0052\u0052\u004f\u0052\u003a\u0020\u0065\u006e\u0064 \u006f\u0066\u0020\u0066\u0069\u006c\u0065 -\u0020\u0074\u0072\u0061i\u006c\u0065\u0072\u0020\u006e\u006f\u0074\u0020\u0066ou\u006e\u0064 \u002d\u0020\u0065\u0072\u0072\u006f\u0072\u0021"); +return nil ,_a .New ("\u0065\u006e\u0064 \u006f\u0066\u0020\u0066i\u006c\u0065\u0020\u002d\u0020\u0074\u0072a\u0069\u006c\u0065\u0072\u0020\u006e\u006f\u0074\u0020\u0066\u006f\u0075\u006e\u0064");};_eg .Log .Trace ("\u0078\u0072\u0065\u0066\u0020\u006d\u006f\u0072\u0065 \u003a\u0020\u0025\u0073",_cagcc ); +};_eg .Log .Trace ("\u0045\u004f\u0046 p\u0061\u0072\u0073\u0069\u006e\u0067\u0020\u0078\u0072\u0065\u0066\u0020\u0074\u0061\u0062\u006c\u0065\u0021");if _edfg ._bdcf ==nil {_cgebb :=XrefTypeTableEntry ;_edfg ._bdcf =&_cgebb ;};return _fddb ,nil ;};type objectStreams map[int ]objectStream ; +func (_eggec *PdfParser )parseXrefStream (_feeae *PdfObjectInteger )(*PdfObjectDictionary ,error ){if _feeae !=nil {_eg .Log .Trace ("\u0058\u0052\u0065f\u0053\u0074\u006d\u0020x\u0072\u0065\u0066\u0020\u0074\u0061\u0062l\u0065\u0020\u006f\u0062\u006a\u0065\u0063\u0074\u0020\u0061\u0074\u0020\u0025\u0064",_feeae ); +_eggec ._eaee .Seek (int64 (*_feeae ),_eb .SeekStart );_eggec ._dgca =_bb .NewReader (_eggec ._eaee );};_adba :=_eggec .GetFileOffset ();_bfb ,_abgd :=_eggec .ParseIndirectObject ();if _abgd !=nil {_eg .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a \u0046\u0061\u0069\u006c\u0065\u0064\u0020\u0074\u006f\u0020\u0072\u0065\u0061d\u0020\u0078\u0072\u0065\u0066\u0020\u006fb\u006a\u0065\u0063\u0074"); +return nil ,_a .New ("\u0066\u0061\u0069\u006c\u0065\u0064\u0020\u0074\u006f\u0020\u0072e\u0061\u0064\u0020\u0078\u0072\u0065\u0066\u0020\u006f\u0062j\u0065\u0063\u0074");};_eg .Log .Trace ("\u0058R\u0065f\u0053\u0074\u006d\u0020\u006fb\u006a\u0065c\u0074\u003a\u0020\u0025\u0073",_bfb ); +_cdbcbg ,_fcgf :=_bfb .(*PdfObjectStream );if !_fcgf {_eg .Log .Debug ("\u0045R\u0052\u004fR\u003a\u0020\u0058R\u0065\u0066\u0053\u0074\u006d\u0020\u0070o\u0069\u006e\u0074\u0069\u006e\u0067 \u0074\u006f\u0020\u006e\u006f\u006e\u002d\u0073\u0074\u0072\u0065a\u006d\u0020\u006f\u0062\u006a\u0065\u0063\u0074\u0021"); +return nil ,_a .New ("\u0058\u0052\u0065\u0066\u0053\u0074\u006d\u0020\u0070\u006f\u0069\u006e\u0074i\u006e\u0067\u0020\u0074\u006f\u0020a\u0020\u006e\u006f\u006e\u002d\u0073\u0074\u0072\u0065\u0061\u006d\u0020\u006fb\u006a\u0065\u0063\u0074");};_afbe :=_cdbcbg .PdfObjectDictionary ; +_efddb ,_fcgf :=_cdbcbg .PdfObjectDictionary .Get ("\u0053\u0069\u007a\u0065").(*PdfObjectInteger );if !_fcgf {_eg .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a \u004d\u0069\u0073\u0073\u0069\u006e\u0067\u0020\u0073\u0069\u007a\u0065\u0020f\u0072\u006f\u006d\u0020\u0078\u0072\u0065f\u0020\u0073\u0074\u006d"); +return nil ,_a .New ("\u006d\u0069\u0073\u0073\u0069\u006e\u0067\u0020\u0053\u0069\u007ae\u0020\u0066\u0072\u006f\u006d\u0020\u0078\u0072\u0065\u0066 \u0073\u0074\u006d");};if int64 (*_efddb )> 8388607{_eg .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0078\u0072\u0065\u0066\u0020\u0053\u0069\u007a\u0065\u0020\u0065x\u0063\u0065\u0065\u0064\u0065\u0064\u0020l\u0069\u006d\u0069\u0074\u002c\u0020\u006f\u0076\u0065\u0072\u00208\u0033\u0038\u0038\u0036\u0030\u0037\u0020\u0028\u0025\u0064\u0029",*_efddb ); +return nil ,_a .New ("\u0072\u0061\u006e\u0067\u0065\u0020\u0063\u0068\u0065\u0063\u006b\u0020e\u0072\u0072\u006f\u0072");};_dfdb :=_cdbcbg .PdfObjectDictionary .Get ("\u0057");_acgg ,_fcgf :=_dfdb .(*PdfObjectArray );if !_fcgf {return nil ,_a .New ("\u0069n\u0076\u0061\u006c\u0069\u0064\u0020\u0057\u0020\u0069\u006e\u0020x\u0072\u0065\u0066\u0020\u0073\u0074\u0072\u0065\u0061\u006d"); +};_dgdf :=_acgg .Len ();if _dgdf !=3{_eg .Log .Debug ("\u0045\u0052R\u004f\u0052\u003a\u0020\u0055\u006e\u0073\u0075\u0070\u0070\u006f\u0072\u0074\u0065\u0064\u0020\u0078\u0072\u0065\u0066\u0020\u0073\u0074\u006d\u0020\u0028\u006c\u0065\u006e\u0028\u0057\u0029\u0020\u0021\u003d\u0020\u0033\u0020\u002d\u0020\u0025\u0064\u0029",_dgdf ); +return nil ,_a .New ("\u0075\u006e\u0073\u0075\u0070\u0070\u006f\u0072\u0074\u0065\u0064\u0020\u0078\u0072\u0065f\u0020s\u0074\u006d\u0020\u006c\u0065\u006e\u0028\u0057\u0029\u0020\u0021\u003d\u0020\u0033");};var _adff []int64 ;for _cdgc :=0;_cdgc < 3; +_cdgc ++{_bfdc ,_ggcf :=GetInt (_acgg .Get (_cdgc ));if !_ggcf {return nil ,_a .New ("i\u006e\u0076\u0061\u006cid\u0020w\u0020\u006f\u0062\u006a\u0065c\u0074\u0020\u0074\u0079\u0070\u0065");};_adff =append (_adff ,int64 (*_bfdc ));};_dcdg ,_abgd :=DecodeStream (_cdbcbg ); +if _abgd !=nil {_eg .Log .Debug ("\u0045\u0052\u0052OR\u003a\u0020\u0055\u006e\u0061\u0062\u006c\u0065\u0020t\u006f \u0064e\u0063o\u0064\u0065\u0020\u0073\u0074\u0072\u0065\u0061\u006d\u003a\u0020\u0025\u0076",_abgd );return nil ,_abgd ;};_gacdd :=int (_adff [0]); +_gdfe :=int (_adff [0]+_adff [1]);_cddd :=int (_adff [0]+_adff [1]+_adff [2]);_fdce :=int (_adff [0]+_adff [1]+_adff [2]);if _gacdd < 0||_gdfe < 0||_cddd < 0{_eg .Log .Debug ("\u0045\u0072\u0072\u006fr\u0020\u0073\u0020\u0076\u0061\u006c\u0075\u0065\u0020\u003c \u0030 \u0028\u0025\u0064\u002c\u0025\u0064\u002c%\u0064\u0029",_gacdd ,_gdfe ,_cddd ); +return nil ,_a .New ("\u0072\u0061\u006e\u0067\u0065\u0020\u0063\u0068\u0065\u0063\u006b\u0020e\u0072\u0072\u006f\u0072");};if _fdce ==0{_eg .Log .Debug ("\u004e\u006f\u0020\u0078\u0072\u0065\u0066\u0020\u006f\u0062\u006a\u0065\u0063t\u0073\u0020\u0069\u006e\u0020\u0073t\u0072\u0065\u0061\u006d\u0020\u0028\u0064\u0065\u006c\u0074\u0061\u0062\u0020=\u003d\u0020\u0030\u0029"); +return _afbe ,nil ;};_gdag :=len (_dcdg )/_fdce ;_efbdc :=0;_cabg :=_cdbcbg .PdfObjectDictionary .Get ("\u0049\u006e\u0064e\u0078");var _gaag []int ;if _cabg !=nil {_eg .Log .Trace ("\u0049n\u0064\u0065\u0078\u003a\u0020\u0025b",_cabg );_fdad ,_gddff :=_cabg .(*PdfObjectArray ); +if !_gddff {_eg .Log .Debug ("\u0049\u006e\u0076\u0061\u006ci\u0064\u0020\u0049\u006e\u0064\u0065\u0078\u0020\u006f\u0062\u006a\u0065\u0063t\u0020\u0028\u0073\u0068\u006f\u0075\u006c\u0064\u0020\u0062\u0065\u0020\u0061\u006e\u0020\u0061\u0072\u0072\u0061\u0079\u0029"); +return nil ,_a .New ("i\u006ev\u0061\u006c\u0069\u0064\u0020\u0049\u006e\u0064e\u0078\u0020\u006f\u0062je\u0063\u0074");};if _fdad .Len ()%2!=0{_eg .Log .Debug ("\u0057\u0041\u0052\u004eI\u004e\u0047\u0020\u0046\u0061\u0069\u006c\u0075\u0072e\u0020\u006c\u006f\u0061\u0064\u0069\u006e\u0067\u0020\u0078\u0072\u0065\u0066\u0020\u0073\u0074\u006d\u0020i\u006e\u0064\u0065\u0078\u0020n\u006f\u0074\u0020\u006d\u0075\u006c\u0074\u0069\u0070\u006c\u0065\u0020\u006f\u0066\u0020\u0032\u002e"); +return nil ,_a .New ("\u0072\u0061\u006e\u0067\u0065\u0020\u0063\u0068\u0065\u0063\u006b\u0020e\u0072\u0072\u006f\u0072");};_efbdc =0;_ffda ,_cfeg :=_fdad .ToIntegerArray ();if _cfeg !=nil {_eg .Log .Debug ("\u0045\u0072\u0072\u006f\u0072 \u0067\u0065\u0074\u0074\u0069\u006e\u0067\u0020\u0069\u006e\u0064\u0065\u0078 \u0061\u0072\u0072\u0061\u0079\u0020\u0061\u0073\u0020\u0069\u006e\u0074\u0065\u0067\u0065\u0072\u0073\u003a\u0020\u0025\u0076",_cfeg ); +return nil ,_cfeg ;};for _gceec :=0;_gceec < len (_ffda );_gceec +=2{_aggb :=_ffda [_gceec ];_fbdg :=_ffda [_gceec +1];for _fcae :=0;_fcae < _fbdg ;_fcae ++{_gaag =append (_gaag ,_aggb +_fcae );};_efbdc +=_fbdg ;};}else {for _gdcf :=0;_gdcf < int (*_efddb ); +_gdcf ++{_gaag =append (_gaag ,_gdcf );};_efbdc =int (*_efddb );};if _gdag ==_efbdc +1{_eg .Log .Debug ("\u0049n\u0063\u006f\u006d\u0070ati\u0062\u0069\u006c\u0069t\u0079\u003a\u0020\u0049\u006e\u0064\u0065\u0078\u0020\u006di\u0073\u0073\u0069\u006e\u0067\u0020\u0063\u006f\u0076\u0065\u0072\u0061\u0067\u0065\u0020\u006f\u0066\u0020\u0031\u0020\u006f\u0062\u006ae\u0063\u0074\u0020\u002d\u0020\u0061\u0070\u0070en\u0064\u0069\u006eg\u0020\u006f\u006e\u0065\u0020-\u0020M\u0061\u0079\u0020\u006c\u0065\u0061\u0064\u0020\u0074o\u0020\u0070\u0072\u006f\u0062\u006c\u0065\u006d\u0073"); +_faebd :=_efbdc -1;for _ ,_gga :=range _gaag {if _gga > _faebd {_faebd =_gga ;};};_gaag =append (_gaag ,_faebd +1);_efbdc ++;};if _gdag !=len (_gaag ){_eg .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020x\u0072\u0065\u0066 \u0073\u0074\u006d:\u0020\u006eu\u006d\u0020\u0065\u006e\u0074\u0072i\u0065s \u0021\u003d\u0020\u006c\u0065\u006e\u0028\u0069\u006e\u0064\u0069\u0063\u0065\u0073\u0029\u0020\u0028\u0025\u0064\u0020\u0021\u003d\u0020\u0025\u0064\u0029",_gdag ,len (_gaag )); +return nil ,_a .New ("\u0078\u0072ef\u0020\u0073\u0074m\u0020\u006e\u0075\u006d en\u0074ri\u0065\u0073\u0020\u0021\u003d\u0020\u006cen\u0028\u0069\u006e\u0064\u0069\u0063\u0065s\u0029");};_eg .Log .Trace ("\u004f\u0062j\u0065\u0063\u0074s\u0020\u0063\u006f\u0075\u006e\u0074\u0020\u0025\u0064",_efbdc ); +_eg .Log .Trace ("\u0049\u006e\u0064i\u0063\u0065\u0073\u003a\u0020\u0025\u0020\u0064",_gaag );_ddcde :=func (_aggc []byte )int64 {var _fggca int64 ;for _fdag :=0;_fdag < len (_aggc );_fdag ++{_fggca +=int64 (_aggc [_fdag ])*(1<=len (_gaag ){_eg .Log .Debug ("X\u0052\u0065\u0066\u0020\u0073\u0074\u0072\u0065\u0061\u006d\u0020\u002d\u0020\u0054\u0072\u0079\u0069\u006e\u0067\u0020\u0074\u006f\u0020\u0061\u0063\u0063e\u0073s\u0020\u0069\u006e\u0064e\u0078\u0020o\u0075\u0074\u0020\u006f\u0066\u0020\u0062\u006f\u0075\u006e\u0064\u0073\u0020\u002d\u0020\u0062\u0072\u0065\u0061\u006b\u0069\u006e\u0067"); +break ;};_bbgfd :=_gaag [_ddeg ];_ddeg ++;_eg .Log .Trace ("%\u0064\u002e\u0020\u0070\u0031\u003a\u0020\u0025\u0020\u0078",_bbgfd ,_gaea );_eg .Log .Trace ("%\u0064\u002e\u0020\u0070\u0032\u003a\u0020\u0025\u0020\u0078",_bbgfd ,_fedf );_eg .Log .Trace ("%\u0064\u002e\u0020\u0070\u0033\u003a\u0020\u0025\u0020\u0078",_bbgfd ,_cbee ); +_eg .Log .Trace ("\u0025d\u002e \u0078\u0072\u0065\u0066\u003a \u0025\u0064 \u0025\u0064\u0020\u0025\u0064",_bbgfd ,_gbee ,_efeb ,_eaef );if _gbee ==0{_eg .Log .Trace ("-\u0020\u0046\u0072\u0065\u0065\u0020o\u0062\u006a\u0065\u0063\u0074\u0020-\u0020\u0063\u0061\u006e\u0020\u0070\u0072o\u0062\u0061\u0062\u006c\u0079\u0020\u0069\u0067\u006e\u006fr\u0065"); +}else if _gbee ==1{_eg .Log .Trace ("\u002d\u0020I\u006e\u0020\u0075\u0073e\u0020\u002d \u0075\u006e\u0063\u006f\u006d\u0070\u0072\u0065s\u0073\u0065\u0064\u0020\u0076\u0069\u0061\u0020\u006f\u0066\u0066\u0073e\u0074\u0020\u0025\u0062",_fedf );if _efeb ==_adba {_eg .Log .Debug ("\u0055\u0070d\u0061\u0074\u0069\u006e\u0067\u0020\u006f\u0062\u006a\u0065\u0063\u0074\u0020\u006e\u0075\u006d\u0062\u0065\u0072\u0020\u0066\u006f\u0072\u0020\u0058\u0052\u0065\u0066\u0020\u0074\u0061\u0062\u006c\u0065\u0020\u0025\u0064\u0020\u002d\u003e\u0020\u0025\u0064",_bbgfd ,_cdbcbg .ObjectNumber ); +_bbgfd =int (_cdbcbg .ObjectNumber );};if _ecec ,_bcff :=_eggec ._gfeb .ObjectMap [_bbgfd ];!_bcff ||int (_eaef )> _ecec .Generation {_acbb :=XrefObject {ObjectNumber :_bbgfd ,XType :XrefTypeTableEntry ,Offset :_efeb ,Generation :int (_eaef )};_eggec ._gfeb .ObjectMap [_bbgfd ]=_acbb ; +};}else if _gbee ==2{_eg .Log .Trace ("\u002d\u0020\u0049\u006e \u0075\u0073\u0065\u0020\u002d\u0020\u0063\u006f\u006d\u0070r\u0065s\u0073\u0065\u0064\u0020\u006f\u0062\u006ae\u0063\u0074");if _ ,_gfadf :=_eggec ._gfeb .ObjectMap [_bbgfd ];!_gfadf {_eceda :=XrefObject {ObjectNumber :_bbgfd ,XType :XrefTypeObjectStream ,OsObjNumber :int (_efeb ),OsObjIndex :int (_eaef )}; +_eggec ._gfeb .ObjectMap [_bbgfd ]=_eceda ;_eg .Log .Trace ("\u0065\u006e\u0074\u0072\u0079\u003a\u0020\u0025\u002b\u0076",_eceda );};}else {_eg .Log .Debug ("\u0045\u0052\u0052\u004f\u0052:\u0020\u002d\u002d\u002d\u002d\u002d\u002d\u002d\u002d\u0049\u004e\u0056\u0041L\u0049\u0044\u0020\u0054\u0059\u0050\u0045\u0020\u0058\u0072\u0065\u0066\u0053\u0074\u006d\u0020\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u003f\u002d\u002d\u002d\u002d\u002d\u002d-"); +continue ;};};if _eggec ._bdcf ==nil {_ebbd :=XrefTypeObjectStream ;_eggec ._bdcf =&_ebbd ;};return _afbe ,nil ;}; + +// DecodeBytes decodes a slice of LZW encoded bytes and returns the result. +func (_fgef *LZWEncoder )DecodeBytes (encoded []byte )([]byte ,error ){var _gba _bd .Buffer ;_cbce :=_bd .NewReader (encoded );var _ggdb _eb .ReadCloser ;if _fgef .EarlyChange ==1{_ggdb =_ee .NewReader (_cbce ,_ee .MSB ,8);}else {_ggdb =_ef .NewReader (_cbce ,_ef .MSB ,8); +};defer _ggdb .Close ();if _ ,_abbf :=_gba .ReadFrom (_ggdb );_abbf !=nil {if _abbf !=_eb .ErrUnexpectedEOF ||_gba .Len ()==0{return nil ,_abbf ;};_eg .Log .Debug ("\u0057\u0041\u0052\u004e\u003a\u0020\u004c\u005a\u0057\u0020\u0064\u0065\u0063\u006f\u0064i\u006e\u0067\u0020\u0065\u0072\u0072\u006f\u0072\u003a\u0020\u0025\u0076\u002e \u004f\u0075\u0074\u0070\u0075\u0074\u0020\u006d\u0061\u0079\u0020\u0062e \u0069\u006e\u0063\u006f\u0072\u0072\u0065\u0063\u0074\u002e",_abbf ); +};return _gba .Bytes (),nil ;}; + +// MakeDecodeParams makes a new instance of an encoding dictionary based on +// the current encoder settings. +func (_acc *ASCII85Encoder )MakeDecodeParams ()PdfObject {return nil }; + +// HeaderPosition gets the file header position. +func (_befe ParserMetadata )HeaderPosition ()int {return _befe ._bcc }; + +// DecodeStream decodes RunLengthEncoded stream object and give back decoded bytes. +func (_bcca *RunLengthEncoder )DecodeStream (streamObj *PdfObjectStream )([]byte ,error ){return _bcca .DecodeBytes (streamObj .Stream );};func (_efdad *PdfParser )seekToEOFMarker (_cbeg int64 )error {var _cgafb int64 ;var _aebe int64 =2048;for _cgafb < _cbeg -4{if _cbeg <=(_aebe +_cgafb ){_aebe =_cbeg -_cgafb ; +};_ ,_febdd :=_efdad ._eaee .Seek (_cbeg -_cgafb -_aebe ,_eb .SeekStart );if _febdd !=nil {return _febdd ;};_eggb :=make ([]byte ,_aebe );_efdad ._eaee .Read (_eggb );_eg .Log .Trace ("\u004c\u006f\u006f\u006bi\u006e\u0067\u0020\u0066\u006f\u0072\u0020\u0045\u004f\u0046 \u006da\u0072\u006b\u0065\u0072\u003a\u0020\u0022%\u0073\u0022",string (_eggb )); +_aggd :=_ebcb .FindAllStringIndex (string (_eggb ),-1);if _aggd !=nil {_eaab :=_aggd [len (_aggd )-1];_eg .Log .Trace ("\u0049\u006e\u0064\u003a\u0020\u0025\u0020\u0064",_aggd );_fbgd :=_cbeg -_cgafb -_aebe +int64 (_eaab [0]);_efdad ._eaee .Seek (_fbgd ,_eb .SeekStart ); +return nil ;};_eg .Log .Debug ("\u0057\u0061\u0072\u006e\u0069\u006eg\u003a\u0020\u0045\u004f\u0046\u0020\u006d\u0061\u0072\u006b\u0065\u0072\u0020\u006e\u006f\u0074\u0020\u0066\u006f\u0075n\u0064\u0021\u0020\u002d\u0020\u0063\u006f\u006e\u0074\u0069\u006e\u0075\u0065\u0020s\u0065e\u006b\u0069\u006e\u0067"); +_cgafb +=_aebe -4;};_eg .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u003a\u0020\u0045\u004f\u0046\u0020\u006d\u0061\u0072\u006be\u0072 \u0077\u0061\u0073\u0020\u006e\u006f\u0074\u0020\u0066\u006f\u0075\u006e\u0064\u002e");return _afgba ;}; // Elements returns a slice of the PdfObject elements in the array. -func (_eeedf *PdfObjectArray )Elements ()[]PdfObject {if _eeedf ==nil {return nil ;};return _eeedf ._aagc ;}; +func (_gcgab *PdfObjectArray )Elements ()[]PdfObject {if _gcgab ==nil {return nil ;};return _gcgab ._cgef ;};var _fgag =[]byte ("\u0030\u0031\u0032\u003345\u0036\u0037\u0038\u0039\u0061\u0062\u0063\u0064\u0065\u0066\u0041\u0042\u0043\u0044E\u0046"); -// Encode encodes previously prepare jbig2 document and stores it as the byte slice. -func (_fcdg *JBIG2Encoder )Encode ()(_fcad []byte ,_gbb error ){const _eafa ="J\u0042I\u0047\u0032\u0044\u006f\u0063\u0075\u006d\u0065n\u0074\u002e\u0045\u006eco\u0064\u0065";if _fcdg ._eabf ==nil {return nil ,_eca .Errorf (_eafa ,"\u0064\u006f\u0063u\u006d\u0065\u006e\u0074 \u0069\u006e\u0070\u0075\u0074\u0020\u0064a\u0074\u0061\u0020\u006e\u006f\u0074\u0020\u0064\u0065\u0066\u0069\u006e\u0065\u0064"); -};_fcdg ._eabf .FullHeaders =_fcdg .DefaultPageSettings .FileMode ;_fcad ,_gbb =_fcdg ._eabf .Encode ();if _gbb !=nil {return nil ,_eca .Wrap (_gbb ,_eafa ,"");};return _fcad ,nil ;}; +// GetString is a helper for Get that returns a string value. +// Returns false if the key is missing or a value is not a string. +func (_gcgad *PdfObjectDictionary )GetString (key PdfObjectName )(string ,bool ){_bcag :=_gcgad .Get (key );if _bcag ==nil {return "",false ;};_fbedg ,_dcbg :=_bcag .(*PdfObjectString );if !_dcbg {return "",false ;};return _fbedg .Str (),true ;}; -// SetIfNotNil sets the dictionary's key -> val mapping entry -IF- val is not nil. -// Note that we take care to perform a type switch. Otherwise if we would supply a nil value -// of another type, e.g. (PdfObjectArray*)(nil), then it would not be a PdfObject(nil) and thus -// would get set. -func (_cdcce *PdfObjectDictionary )SetIfNotNil (key PdfObjectName ,val PdfObject ){if val !=nil {switch _gaeag :=val .(type ){case *PdfObjectName :if _gaeag !=nil {_cdcce .Set (key ,val );};case *PdfObjectDictionary :if _gaeag !=nil {_cdcce .Set (key ,val ); -};case *PdfObjectStream :if _gaeag !=nil {_cdcce .Set (key ,val );};case *PdfObjectString :if _gaeag !=nil {_cdcce .Set (key ,val );};case *PdfObjectNull :if _gaeag !=nil {_cdcce .Set (key ,val );};case *PdfObjectInteger :if _gaeag !=nil {_cdcce .Set (key ,val ); -};case *PdfObjectArray :if _gaeag !=nil {_cdcce .Set (key ,val );};case *PdfObjectBool :if _gaeag !=nil {_cdcce .Set (key ,val );};case *PdfObjectFloat :if _gaeag !=nil {_cdcce .Set (key ,val );};case *PdfObjectReference :if _gaeag !=nil {_cdcce .Set (key ,val ); -};case *PdfIndirectObject :if _gaeag !=nil {_cdcce .Set (key ,val );};default:_eb .Log .Error ("\u0045\u0052R\u004f\u0052\u003a\u0020\u0055\u006e\u006b\u006e\u006f\u0077\u006e\u0020\u0074\u0079\u0070\u0065\u003a\u0020\u0025\u0054\u0020\u002d\u0020\u0073\u0068\u006f\u0075\u006c\u0064\u0020\u006e\u0065\u0076\u0065\u0072\u0020\u0068\u0061\u0070\u0070\u0065\u006e\u0021",val ); -};};}; +// PdfObjectInteger represents the primitive PDF integer numerical object. +type PdfObjectInteger int64 ;func (_bbdb *PdfCrypt )isDecrypted (_cgd PdfObject )bool {_ ,_ggfb :=_bbdb ._cdg [_cgd ];if _ggfb {_eg .Log .Trace ("\u0041\u006c\u0072\u0065\u0061\u0064\u0079\u0020\u0064\u0065\u0063\u0072y\u0070\u0074\u0065\u0064");return true ; +};switch _ecf :=_cgd .(type ){case *PdfObjectStream :if _bbdb ._gce .R !=5{if _dfg ,_gcb :=_ecf .Get ("\u0054\u0079\u0070\u0065").(*PdfObjectName );_gcb &&*_dfg =="\u0058\u0052\u0065\u0066"{return true ;};};case *PdfIndirectObject :if _ ,_ggfb =_bbdb ._afcf [int (_ecf .ObjectNumber )]; +_ggfb {return true ;};switch _gad :=_ecf .PdfObject .(type ){case *PdfObjectDictionary :_fecf :=true ;for _ ,_abf :=range _gbdg {if _gad .Get (_abf )==nil {_fecf =false ;break ;};};if _fecf {return true ;};};};_eg .Log .Trace ("\u004e\u006f\u0074\u0020\u0064\u0065\u0063\u0072\u0079\u0070\u0074\u0065d\u0020\u0079\u0065\u0074"); +return false ;}; -// MakeDecodeParams makes a new instance of an encoding dictionary based on the current encoder settings. -func (_cefc *JBIG2Encoder )MakeDecodeParams ()PdfObject {return MakeDict ()}; +// EncodeBytes encodes the passed in slice of bytes by passing it through the +// EncodeBytes method of the underlying encoders. +func (_cdde *MultiEncoder )EncodeBytes (data []byte )([]byte ,error ){_dgbee :=data ;var _adea error ;for _dffdg :=len (_cdde ._cfag )-1;_dffdg >=0;_dffdg --{_beg :=_cdde ._cfag [_dffdg ];_dgbee ,_adea =_beg .EncodeBytes (_dgbee );if _adea !=nil {return nil ,_adea ; +};};return _dgbee ,nil ;}; -// NewEncoderFromStream creates a StreamEncoder based on the stream's dictionary. -func NewEncoderFromStream (streamObj *PdfObjectStream )(StreamEncoder ,error ){_ecbd :=TraceToDirectObject (streamObj .PdfObjectDictionary .Get ("\u0046\u0069\u006c\u0074\u0065\u0072"));if _ecbd ==nil {return NewRawEncoder (),nil ;};if _ ,_fceed :=_ecbd .(*PdfObjectNull ); -_fceed {return NewRawEncoder (),nil ;};_aefba ,_bcea :=_ecbd .(*PdfObjectName );if !_bcea {_aaabf ,_fgabe :=_ecbd .(*PdfObjectArray );if !_fgabe {return nil ,_ee .Errorf ("\u0066\u0069\u006c\u0074\u0065\u0072 \u006e\u006f\u0074\u0020\u0061\u0020\u004e\u0061\u006d\u0065\u0020\u006f\u0072 \u0041\u0072\u0072\u0061\u0079\u0020\u006fb\u006a\u0065\u0063\u0074"); -};if _aaabf .Len ()==0{return NewRawEncoder (),nil ;};if _aaabf .Len ()!=1{_geada ,_cadee :=_fefgg (streamObj );if _cadee !=nil {_eb .Log .Error ("\u0046\u0061\u0069\u006c\u0065\u0064 \u0063\u0072\u0065\u0061\u0074\u0069\u006e\u0067\u0020\u006d\u0075\u006c\u0074i\u0020\u0065\u006e\u0063\u006f\u0064\u0065r\u003a\u0020\u0025\u0076",_cadee ); -return nil ,_cadee ;};_eb .Log .Trace ("\u004d\u0075\u006c\u0074\u0069\u0020\u0065\u006e\u0063:\u0020\u0025\u0073\u000a",_geada );return _geada ,nil ;};_ecbd =_aaabf .Get (0);_aefba ,_fgabe =_ecbd .(*PdfObjectName );if !_fgabe {return nil ,_ee .Errorf ("\u0066\u0069l\u0074\u0065\u0072\u0020a\u0072\u0072a\u0079\u0020\u006d\u0065\u006d\u0062\u0065\u0072 \u006e\u006f\u0074\u0020\u0061\u0020\u004e\u0061\u006d\u0065\u0020\u006fb\u006a\u0065\u0063\u0074"); -};};if _aggcg ,_adfed :=_eedgb .Load (_aefba .String ());_adfed {return _aggcg .(StreamEncoder ),nil ;};switch *_aefba {case StreamEncodingFilterNameFlate :return _fcd (streamObj ,nil );case StreamEncodingFilterNameLZW :return _bagf (streamObj ,nil );case StreamEncodingFilterNameDCT :return _efbb (streamObj ,nil ); -case StreamEncodingFilterNameRunLength :return _cbce (streamObj ,nil );case StreamEncodingFilterNameASCIIHex :return NewASCIIHexEncoder (),nil ;case StreamEncodingFilterNameASCII85 ,"\u0041\u0038\u0035":return NewASCII85Encoder (),nil ;case StreamEncodingFilterNameCCITTFax :return _cgbba (streamObj ,nil ); -case StreamEncodingFilterNameJBIG2 :return _bdfa (streamObj ,nil );case StreamEncodingFilterNameJPX :return NewJPXEncoder (),nil ;};_eb .Log .Debug ("E\u0052\u0052\u004f\u0052\u003a\u0020U\u006e\u0073\u0075\u0070\u0070\u006fr\u0074\u0065\u0064\u0020\u0065\u006e\u0063o\u0064\u0069\u006e\u0067\u0020\u006d\u0065\u0074\u0068\u006fd\u0021"); -return nil ,_ee .Errorf ("\u0075\u006e\u0073\u0075\u0070\u0070\u006f\u0072\u0074\u0065\u0064\u0020\u0065\u006e\u0063o\u0064i\u006e\u0067\u0020\u006d\u0065\u0074\u0068\u006f\u0064\u0020\u0028\u0025\u0073\u0029",*_aefba );}; +// DecodeStream implements ASCII85 stream decoding. +func (_efdfd *ASCII85Encoder )DecodeStream (streamObj *PdfObjectStream )([]byte ,error ){return _efdfd .DecodeBytes (streamObj .Stream );}; -// NewCCITTFaxEncoder makes a new CCITTFax encoder. -func NewCCITTFaxEncoder ()*CCITTFaxEncoder {return &CCITTFaxEncoder {Columns :1728,EndOfBlock :true }};var _gdgf =[]PdfObjectName {"\u0056","\u0052","\u004f","\u0055","\u0050"}; +// String returns a string describing `ind`. +func (_fafe *PdfIndirectObject )String ()string {return _bf .Sprintf ("\u0049\u004f\u0062\u006a\u0065\u0063\u0074\u003a\u0025\u0064",(*_fafe ).ObjectNumber );}; -// PdfObject is an interface which all primitive PDF objects must implement. -type PdfObject interface{ +// EncodeBytes implements support for LZW encoding. Currently not supporting predictors (raw compressed data only). +// Only supports the Early change = 1 algorithm (compress/lzw) as the other implementation +// does not have a write method. +// TODO: Consider refactoring compress/lzw to allow both. +func (_gaca *LZWEncoder )EncodeBytes (data []byte )([]byte ,error ){if _gaca .Predictor !=1{return nil ,_bf .Errorf ("\u004c\u005aW \u0050\u0072\u0065d\u0069\u0063\u0074\u006fr =\u00201 \u006f\u006e\u006c\u0079\u0020\u0073\u0075pp\u006f\u0072\u0074\u0065\u0064\u0020\u0079e\u0074"); +};if _gaca .EarlyChange ==1{return nil ,_bf .Errorf ("\u004c\u005a\u0057\u0020\u0045\u0061\u0072\u006c\u0079\u0020\u0043\u0068\u0061n\u0067\u0065\u0020\u003d\u0020\u0030 \u006f\u006e\u006c\u0079\u0020\u0073\u0075\u0070\u0070\u006f\u0072\u0074\u0065d\u0020\u0079\u0065\u0074"); +};var _aee _bd .Buffer ;_abda :=_ef .NewWriter (&_aee ,_ef .MSB ,8);_abda .Write (data );_abda .Close ();return _aee .Bytes (),nil ;}; -// String outputs a string representation of the primitive (for debugging). -String ()string ; +// DecodeGlobals decodes 'encoded' byte stream and returns their Globally defined segments ('Globals'). +func (_eebf *JBIG2Encoder )DecodeGlobals (encoded []byte )(_cba .Globals ,error ){return _cba .DecodeGlobals (encoded );};func (_adaba *PdfParser )parseXref ()(*PdfObjectDictionary ,error ){_adaba .skipSpaces ();const _gacbg =20;_ddfgc ,_ :=_adaba ._dgca .Peek (_gacbg ); +for _aecc :=0;_aecc < 2;_aecc ++{if _adaba ._eeeaf ==0{_adaba ._eeeaf =_adaba .GetFileOffset ();};if _bbaea .Match (_ddfgc ){_eg .Log .Trace ("\u0078\u0072e\u0066\u0020\u0070\u006f\u0069\u006e\u0074\u0073\u0020\u0074\u006f\u0020\u0061\u006e\u0020\u006f\u0062\u006a\u0065\u0063\u0074\u002e\u0020\u0050\u0072\u006f\u0062\u0061\u0062\u006c\u0079\u0020\u0078\u0072\u0065\u0066\u0020\u006f\u0062\u006a\u0065\u0063\u0074"); +_eg .Log .Debug ("\u0073t\u0061r\u0074\u0069\u006e\u0067\u0020w\u0069\u0074h\u0020\u0022\u0025\u0073\u0022",string (_ddfgc ));return _adaba .parseXrefStream (nil );};if _dbdbc .Match (_ddfgc ){_eg .Log .Trace ("\u0053\u0074\u0061\u006ed\u0061\u0072\u0064\u0020\u0078\u0072\u0065\u0066\u0020\u0073e\u0063t\u0069\u006f\u006e\u0020\u0074\u0061\u0062l\u0065\u0021"); +return _adaba .parseXrefTable ();};_ddea :=_adaba .GetFileOffset ();if _adaba ._eeeaf ==0{_adaba ._eeeaf =_ddea ;};_adaba .SetFileOffset (_ddea -_gacbg );defer _adaba .SetFileOffset (_ddea );_defd ,_ :=_adaba ._dgca .Peek (_gacbg );_ddfgc =append (_defd ,_ddfgc ...); +};_eg .Log .Debug ("\u0057\u0061\u0072\u006e\u0069\u006e\u0067\u003a\u0020\u0055\u006e\u0061\u0062\u006c\u0065\u0020\u0074\u006f \u0066\u0069\u006e\u0064\u0020\u0078\u0072\u0065f\u0020\u0074\u0061\u0062\u006c\u0065\u0020\u006fr\u0020\u0073\u0074\u0072\u0065\u0061\u006d.\u0020\u0052\u0065\u0070\u0061i\u0072\u0020\u0061\u0074\u0074e\u006d\u0070\u0074\u0065\u0064\u003a\u0020\u004c\u006f\u006f\u006b\u0069\u006e\u0067\u0020\u0066\u006f\u0072\u0020\u0065\u0061\u0072\u006c\u0069\u0065\u0073\u0074\u0020x\u0072\u0065\u0066\u0020\u0066\u0072\u006f\u006d\u0020\u0062\u006f\u0074to\u006d\u002e"); +if _eade :=_adaba .repairSeekXrefMarker ();_eade !=nil {_eg .Log .Debug ("\u0052e\u0070a\u0069\u0072\u0020\u0066\u0061i\u006c\u0065d\u0020\u002d\u0020\u0025\u0076",_eade );return nil ,_eade ;};return _adaba .parseXrefTable ();}; -// WriteString outputs the PDF primitive as written to file as expected by the standard. -// TODO(dennwc): it should return a byte slice, or accept a writer -WriteString ()string ;}; +// MakeArrayFromIntegers64 creates an PdfObjectArray from a slice of int64s, where each array element +// is an PdfObjectInteger. +func MakeArrayFromIntegers64 (vals []int64 )*PdfObjectArray {_dfeg :=MakeArray ();for _ ,_acec :=range vals {_dfeg .Append (MakeInteger (_acec ));};return _dfeg ;};func _cbgg (_fcbb int )int {if _fcbb < 0{return -_fcbb ;};return _fcbb ;}; -// Len returns the number of elements in the array. -func (_eadad *PdfObjectArray )Len ()int {if _eadad ==nil {return 0;};return len (_eadad ._aagc );}; +// Decrypt an object with specified key. For numbered objects, +// the key argument is not used and a new one is generated based +// on the object and generation number. +// Traverses through all the subobjects (recursive). +// +// Does not look up references.. That should be done prior to calling. +func (_gac *PdfCrypt )Decrypt (obj PdfObject ,parentObjNum ,parentGenNum int64 )error {if _gac .isDecrypted (obj ){return nil ;};switch _cagd :=obj .(type ){case *PdfIndirectObject :_gac ._cdg [_cagd ]=true ;_eg .Log .Trace ("\u0044\u0065\u0063\u0072\u0079\u0070\u0074\u0069\u006e\u0067 \u0069\u006e\u0064\u0069\u0072\u0065\u0063t\u0020\u0025\u0064\u0020\u0025\u0064\u0020\u006f\u0062\u006a\u0021",_cagd .ObjectNumber ,_cagd .GenerationNumber ); +_dec :=_cagd .ObjectNumber ;_fgab :=_cagd .GenerationNumber ;_aaab :=_gac .Decrypt (_cagd .PdfObject ,_dec ,_fgab );if _aaab !=nil {return _aaab ;};return nil ;case *PdfObjectStream :_gac ._cdg [_cagd ]=true ;_ccef :=_cagd .PdfObjectDictionary ;if _gac ._gce .R !=5{if _agg ,_ada :=_ccef .Get ("\u0054\u0079\u0070\u0065").(*PdfObjectName ); +_ada &&*_agg =="\u0058\u0052\u0065\u0066"{return nil ;};};_ebca :=_cagd .ObjectNumber ;_ffd :=_cagd .GenerationNumber ;_eg .Log .Trace ("\u0044e\u0063\u0072\u0079\u0070t\u0069\u006e\u0067\u0020\u0073t\u0072e\u0061m\u0020\u0025\u0064\u0020\u0025\u0064\u0020!",_ebca ,_ffd ); +_efgf :=_gcgd ;if _gac ._ea .V >=4{_efgf =_gac ._fde ;_eg .Log .Trace ("\u0074\u0068\u0069\u0073.s\u0074\u0072\u0065\u0061\u006d\u0046\u0069\u006c\u0074\u0065\u0072\u0020\u003d\u0020%\u0073",_gac ._fde );if _ede ,_fbdd :=_ccef .Get ("\u0046\u0069\u006c\u0074\u0065\u0072").(*PdfObjectArray ); +_fbdd {if _cfe ,_dgee :=GetName (_ede .Get (0));_dgee {if *_cfe =="\u0043\u0072\u0079p\u0074"{_efgf ="\u0049\u0064\u0065\u006e\u0074\u0069\u0074\u0079";if _debg ,_cdb :=_ccef .Get ("D\u0065\u0063\u006f\u0064\u0065\u0050\u0061\u0072\u006d\u0073").(*PdfObjectDictionary ); +_cdb {if _ddgb ,_gab :=_debg .Get ("\u004e\u0061\u006d\u0065").(*PdfObjectName );_gab {if _ ,_ceg :=_gac ._ceaa [string (*_ddgb )];_ceg {_eg .Log .Trace ("\u0055\u0073\u0069\u006eg \u0073\u0074\u0072\u0065\u0061\u006d\u0020\u0066\u0069\u006c\u0074\u0065\u0072\u0020%\u0073",*_ddgb ); +_efgf =string (*_ddgb );};};};};};};_eg .Log .Trace ("\u0077\u0069\u0074\u0068\u0020\u0025\u0073\u0020\u0066i\u006c\u0074\u0065\u0072",_efgf );if _efgf =="\u0049\u0064\u0065\u006e\u0074\u0069\u0074\u0079"{return nil ;};};_febd :=_gac .Decrypt (_ccef ,_ebca ,_ffd ); +if _febd !=nil {return _febd ;};_ebd ,_febd :=_gac .makeKey (_efgf ,uint32 (_ebca ),uint32 (_ffd ),_gac ._cgg );if _febd !=nil {return _febd ;};_cagd .Stream ,_febd =_gac .decryptBytes (_cagd .Stream ,_efgf ,_ebd );if _febd !=nil {return _febd ;};_ccef .Set ("\u004c\u0065\u006e\u0067\u0074\u0068",MakeInteger (int64 (len (_cagd .Stream )))); +return nil ;case *PdfObjectString :_eg .Log .Trace ("\u0044e\u0063r\u0079\u0070\u0074\u0069\u006eg\u0020\u0073t\u0072\u0069\u006e\u0067\u0021");_dbeb :=_gcgd ;if _gac ._ea .V >=4{_eg .Log .Trace ("\u0077\u0069\u0074\u0068\u0020\u0025\u0073\u0020\u0066i\u006c\u0074\u0065\u0072",_gac ._fcf ); +if _gac ._fcf =="\u0049\u0064\u0065\u006e\u0074\u0069\u0074\u0079"{return nil ;};_dbeb =_gac ._fcf ;};_gag ,_bfab :=_gac .makeKey (_dbeb ,uint32 (parentObjNum ),uint32 (parentGenNum ),_gac ._cgg );if _bfab !=nil {return _bfab ;};_gef :=_cagd .Str ();_daab :=make ([]byte ,len (_gef )); +for _bdc :=0;_bdc < len (_gef );_bdc ++{_daab [_bdc ]=_gef [_bdc ];};if len (_daab )> 0{_eg .Log .Trace ("\u0044e\u0063\u0072\u0079\u0070\u0074\u0020\u0073\u0074\u0072\u0069\u006eg\u003a\u0020\u0025\u0073\u0020\u003a\u0020\u0025\u0020\u0078",_daab ,_daab ); +_daab ,_bfab =_gac .decryptBytes (_daab ,_dbeb ,_gag );if _bfab !=nil {return _bfab ;};};_cagd ._befb =string (_daab );return nil ;case *PdfObjectArray :for _ ,_cbae :=range _cagd .Elements (){_cbc :=_gac .Decrypt (_cbae ,parentObjNum ,parentGenNum );if _cbc !=nil {return _cbc ; +};};return nil ;case *PdfObjectDictionary :_dgg :=false ;if _eag :=_cagd .Get ("\u0054\u0079\u0070\u0065");_eag !=nil {_adg ,_bbb :=_eag .(*PdfObjectName );if _bbb &&*_adg =="\u0053\u0069\u0067"{_dgg =true ;};};for _ ,_fedc :=range _cagd .Keys (){_ccag :=_cagd .Get (_fedc ); +if _dgg &&string (_fedc )=="\u0043\u006f\u006e\u0074\u0065\u006e\u0074\u0073"{continue ;};if string (_fedc )!="\u0050\u0061\u0072\u0065\u006e\u0074"&&string (_fedc )!="\u0050\u0072\u0065\u0076"&&string (_fedc )!="\u004c\u0061\u0073\u0074"{_gge :=_gac .Decrypt (_ccag ,parentObjNum ,parentGenNum ); +if _gge !=nil {return _gge ;};};};return nil ;};return nil ;};func (_adeaa *PdfParser )checkLinearizedInformation (_gfcc *PdfObjectDictionary )(bool ,error ){var _eggg error ;_adeaa ._ddge ,_eggg =GetNumberAsInt64 (_gfcc .Get ("\u004c"));if _eggg !=nil {return false ,_eggg ; +};_eggg =_adeaa .seekToEOFMarker (_adeaa ._ddge );switch _eggg {case nil :return true ,nil ;case _afgba :return false ,nil ;default:return false ,_eggg ;};};func (_fgaa *FlateEncoder )postDecodePredict (_bece []byte )([]byte ,error ){if _fgaa .Predictor > 1{if _fgaa .Predictor ==2{_eg .Log .Trace ("\u0054\u0069\u0066\u0066\u0020\u0065\u006e\u0063\u006f\u0064\u0069\u006e\u0067"); +_eg .Log .Trace ("\u0043\u006f\u006c\u006f\u0072\u0073\u003a\u0020\u0025\u0064",_fgaa .Colors );_dccg :=_fgaa .Columns *_fgaa .Colors ;if _dccg < 1{return []byte {},nil ;};_fdf :=len (_bece )/_dccg ;if len (_bece )%_dccg !=0{_eg .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020T\u0049\u0046\u0046 \u0065\u006e\u0063\u006fd\u0069\u006e\u0067\u003a\u0020\u0049\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0072\u006f\u0077\u0020\u006c\u0065\u006e\u0067\u0074\u0068\u002e\u002e\u002e"); +return nil ,_bf .Errorf ("\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0072\u006f\u0077 \u006c\u0065\u006e\u0067\u0074\u0068\u0020\u0028\u0025\u0064/\u0025\u0064\u0029",len (_bece ),_dccg );};if _dccg %_fgaa .Colors !=0{return nil ,_bf .Errorf ("\u0069\u006ev\u0061\u006c\u0069\u0064 \u0072\u006fw\u0020\u006c\u0065\u006e\u0067\u0074\u0068\u0020(\u0025\u0064\u0029\u0020\u0066\u006f\u0072\u0020\u0063\u006f\u006c\u006fr\u0073\u0020\u0025\u0064",_dccg ,_fgaa .Colors ); +};if _dccg > len (_bece ){_eg .Log .Debug ("\u0052\u006fw\u0020\u006c\u0065\u006e\u0067t\u0068\u0020\u0063\u0061\u006en\u006f\u0074\u0020\u0062\u0065\u0020\u006c\u006f\u006e\u0067\u0065\u0072\u0020\u0074\u0068\u0061\u006e\u0020\u0064\u0061\u0074\u0061\u0020\u006c\u0065\u006e\u0067\u0074\u0068\u0020\u0028\u0025\u0064\u002f\u0025\u0064\u0029",_dccg ,len (_bece )); +return nil ,_a .New ("\u0072\u0061\u006e\u0067\u0065\u0020\u0063\u0068\u0065\u0063\u006b\u0020e\u0072\u0072\u006f\u0072");};_eg .Log .Trace ("i\u006e\u0070\u0020\u006fut\u0044a\u0074\u0061\u0020\u0028\u0025d\u0029\u003a\u0020\u0025\u0020\u0078",len (_bece ),_bece ); +_bda :=_bd .NewBuffer (nil );for _cbcb :=0;_cbcb < _fdf ;_cbcb ++{_bdg :=_bece [_dccg *_cbcb :_dccg *(_cbcb +1)];for _dced :=_fgaa .Colors ;_dced < _dccg ;_dced ++{_bdg [_dced ]+=_bdg [_dced -_fgaa .Colors ];};_bda .Write (_bdg );};_ebef :=_bda .Bytes (); +_eg .Log .Trace ("\u0050O\u0075t\u0044\u0061\u0074\u0061\u0020(\u0025\u0064)\u003a\u0020\u0025\u0020\u0078",len (_ebef ),_ebef );return _ebef ,nil ;}else if _fgaa .Predictor >=10&&_fgaa .Predictor <=15{_eg .Log .Trace ("\u0050\u004e\u0047 \u0045\u006e\u0063\u006f\u0064\u0069\u006e\u0067"); +_cead :=_fgaa .Columns *_fgaa .Colors +1;_cdaga :=len (_bece )/_cead ;if len (_bece )%_cead !=0{return nil ,_bf .Errorf ("\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0072\u006f\u0077 \u006c\u0065\u006e\u0067\u0074\u0068\u0020\u0028\u0025\u0064/\u0025\u0064\u0029",len (_bece ),_cead ); +};if _cead > len (_bece ){_eg .Log .Debug ("\u0052\u006fw\u0020\u006c\u0065\u006e\u0067t\u0068\u0020\u0063\u0061\u006en\u006f\u0074\u0020\u0062\u0065\u0020\u006c\u006f\u006e\u0067\u0065\u0072\u0020\u0074\u0068\u0061\u006e\u0020\u0064\u0061\u0074\u0061\u0020\u006c\u0065\u006e\u0067\u0074\u0068\u0020\u0028\u0025\u0064\u002f\u0025\u0064\u0029",_cead ,len (_bece )); +return nil ,_a .New ("\u0072\u0061\u006e\u0067\u0065\u0020\u0063\u0068\u0065\u0063\u006b\u0020e\u0072\u0072\u006f\u0072");};_fecfb :=_bd .NewBuffer (nil );_eg .Log .Trace ("P\u0072\u0065\u0064\u0069ct\u006fr\u0020\u0063\u006f\u006c\u0075m\u006e\u0073\u003a\u0020\u0025\u0064",_fgaa .Columns ); +_eg .Log .Trace ("\u004ce\u006e\u0067\u0074\u0068:\u0020\u0025\u0064\u0020\u002f \u0025d\u0020=\u0020\u0025\u0064\u0020\u0072\u006f\u0077s",len (_bece ),_cead ,_cdaga );_bfgf :=make ([]byte ,_cead );for _cbad :=0;_cbad < _cead ;_cbad ++{_bfgf [_cbad ]=0; +};_ddf :=_fgaa .Colors ;for _gcadc :=0;_gcadc < _cdaga ;_gcadc ++{_daf :=_bece [_cead *_gcadc :_cead *(_gcadc +1)];_ebcd :=_daf [0];switch _ebcd {case _aegg :case _gcbe :for _gcd :=1+_ddf ;_gcd < _cead ;_gcd ++{_daf [_gcd ]+=_daf [_gcd -_ddf ];};case _bcf :for _feae :=1; +_feae < _cead ;_feae ++{_daf [_feae ]+=_bfgf [_feae ];};case _caga :for _eab :=1;_eab < _ddf +1;_eab ++{_daf [_eab ]+=_bfgf [_eab ]/2;};for _febe :=_ddf +1;_febe < _cead ;_febe ++{_daf [_febe ]+=byte ((int (_daf [_febe -_ddf ])+int (_bfgf [_febe ]))/2); +};case _fag :for _gfad :=1;_gfad < _cead ;_gfad ++{var _eeba ,_eeab ,_eeff byte ;_eeab =_bfgf [_gfad ];if _gfad >=_ddf +1{_eeba =_daf [_gfad -_ddf ];_eeff =_bfgf [_gfad -_ddf ];};_daf [_gfad ]+=_acdcf (_eeba ,_eeab ,_eeff );};default:_eg .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0049\u006e\u0076\u0061\u006c\u0069d\u0020\u0066\u0069\u006c\u0074\u0065r\u0020\u0062\u0079\u0074\u0065\u0020\u0028\u0025\u0064\u0029\u0020\u0040\u0072o\u0077\u0020\u0025\u0064",_ebcd ,_gcadc ); +return nil ,_bf .Errorf ("\u0069n\u0076\u0061\u006c\u0069\u0064\u0020\u0066\u0069\u006c\u0074\u0065r\u0020\u0062\u0079\u0074\u0065\u0020\u0028\u0025\u0064\u0029",_ebcd );};copy (_bfgf ,_daf );_fecfb .Write (_daf [1:]);};_bcdf :=_fecfb .Bytes ();return _bcdf ,nil ; +}else {_eg .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a \u0055\u006e\u0073\u0075\u0070\u0070\u006f\u0072\u0074\u0065\u0064\u0020\u0070r\u0065\u0064\u0069\u0063\u0074\u006f\u0072 \u0028\u0025\u0064\u0029",_fgaa .Predictor );return nil ,_bf .Errorf ("\u0075\u006e\u0073\u0075\u0070\u0070\u006f\u0072\u0074\u0065\u0064 \u0070\u0072\u0065\u0064\u0069\u0063\u0074\u006f\u0072\u0020(\u0025\u0064\u0029",_fgaa .Predictor ); +};};return _bece ,nil ;}; -// MakeString creates an PdfObjectString from a string. -// NOTE: PDF does not use utf-8 string encoding like Go so `s` will often not be a utf-8 encoded -// string. -func MakeString (s string )*PdfObjectString {_ddggc :=PdfObjectString {_cbdg :s };return &_ddggc };func _bfcd (_cacd PdfObject ,_gefc int )PdfObject {if _gefc > _gegcg {_eb .Log .Error ("\u0054\u0072ac\u0065\u0020\u0064e\u0070\u0074\u0068\u0020lev\u0065l \u0062\u0065\u0079\u006f\u006e\u0064\u0020%d\u0020\u002d\u0020\u0065\u0072\u0072\u006fr\u0021",_gegcg ); -return MakeNull ();};switch _gfbd :=_cacd .(type ){case *PdfIndirectObject :_cacd =_bfcd ((*_gfbd ).PdfObject ,_gefc +1);case *PdfObjectArray :for _gdaa ,_dceeb :=range (*_gfbd )._aagc {(*_gfbd )._aagc [_gdaa ]=_bfcd (_dceeb ,_gefc +1);};case *PdfObjectDictionary :for _debg ,_agca :=range (*_gfbd )._abec {(*_gfbd )._abec [_debg ]=_bfcd (_agca ,_gefc +1); -};_be .Slice ((*_gfbd )._begbb ,func (_dace ,_ebge int )bool {return (*_gfbd )._begbb [_dace ]< (*_gfbd )._begbb [_ebge ]});};return _cacd ;};func _cgbba (_dfdf *PdfObjectStream ,_cgge *PdfObjectDictionary )(*CCITTFaxEncoder ,error ){_bcag :=NewCCITTFaxEncoder (); -_ecbc :=_dfdf .PdfObjectDictionary ;if _ecbc ==nil {return _bcag ,nil ;};if _cgge ==nil {_cabf :=TraceToDirectObject (_ecbc .Get ("D\u0065\u0063\u006f\u0064\u0065\u0050\u0061\u0072\u006d\u0073"));if _cabf !=nil {switch _beec :=_cabf .(type ){case *PdfObjectDictionary :_cgge =_beec ; -case *PdfObjectArray :if _beec .Len ()==1{if _fefe ,_ecca :=GetDict (_beec .Get (0));_ecca {_cgge =_fefe ;};};default:_eb .Log .Error ("\u0044\u0065\u0063\u006f\u0064\u0065\u0050\u0061\u0072\u006d\u0073\u0020\u006e\u006f\u0074 \u0061 \u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u0020\u0025\u0023\u0076",_cabf ); -return nil ,_f .New ("\u0069\u006e\u0076\u0061li\u0064\u0020\u0044\u0065\u0063\u006f\u0064\u0065\u0050\u0061\u0072\u006d\u0073");};};if _cgge ==nil {_eb .Log .Error ("\u0044\u0065c\u006f\u0064\u0065\u0050\u0061\u0072\u006d\u0073\u0020\u006e\u006f\u0074\u0020\u0073\u0070\u0065\u0063\u0069\u0066\u0069\u0065\u0064 %\u0023\u0076",_cabf ); -return nil ,_f .New ("\u0069\u006e\u0076\u0061li\u0064\u0020\u0044\u0065\u0063\u006f\u0064\u0065\u0050\u0061\u0072\u006d\u0073");};};if _bgade ,_begaf :=GetNumberAsInt64 (_cgge .Get ("\u004b"));_begaf ==nil {_bcag .K =int (_bgade );};if _aabb ,_facd :=GetNumberAsInt64 (_cgge .Get ("\u0043o\u006c\u0075\u006d\u006e\u0073")); -_facd ==nil {_bcag .Columns =int (_aabb );}else {_bcag .Columns =1728;};if _cabc ,_cfae :=GetNumberAsInt64 (_cgge .Get ("\u0042\u006c\u0061\u0063\u006b\u0049\u0073\u0031"));_cfae ==nil {_bcag .BlackIs1 =_cabc > 0;}else {if _cdgd ,_aade :=GetBoolVal (_cgge .Get ("\u0042\u006c\u0061\u0063\u006b\u0049\u0073\u0031")); -_aade {_bcag .BlackIs1 =_cdgd ;}else {if _ccdf ,_gfg :=GetArray (_cgge .Get ("\u0044\u0065\u0063\u006f\u0064\u0065"));_gfg {_cefd ,_cagdb :=_ccdf .ToIntegerArray ();if _cagdb ==nil {_bcag .BlackIs1 =_cefd [0]==1&&_cefd [1]==0;};};};};if _aecg ,_afec :=GetNumberAsInt64 (_cgge .Get ("\u0045\u006ec\u006f\u0064\u0065d\u0042\u0079\u0074\u0065\u0041\u006c\u0069\u0067\u006e")); -_afec ==nil {_bcag .EncodedByteAlign =_aecg > 0;}else {if _fcbg ,_ccab :=GetBoolVal (_cgge .Get ("\u0045\u006ec\u006f\u0064\u0065d\u0042\u0079\u0074\u0065\u0041\u006c\u0069\u0067\u006e"));_ccab {_bcag .EncodedByteAlign =_fcbg ;};};if _aegd ,_fbef :=GetNumberAsInt64 (_cgge .Get ("\u0045n\u0064\u004f\u0066\u004c\u0069\u006ee")); -_fbef ==nil {_bcag .EndOfLine =_aegd > 0;}else {if _eeab ,_gdce :=GetBoolVal (_cgge .Get ("\u0045n\u0064\u004f\u0066\u004c\u0069\u006ee"));_gdce {_bcag .EndOfLine =_eeab ;};};if _fgea ,_agb :=GetNumberAsInt64 (_cgge .Get ("\u0052\u006f\u0077\u0073"));_agb ==nil {_bcag .Rows =int (_fgea ); -};_bcag .EndOfBlock =true ;if _aecc ,_fcagb :=GetNumberAsInt64 (_cgge .Get ("\u0045\u006e\u0064\u004f\u0066\u0042\u006c\u006f\u0063\u006b"));_fcagb ==nil {_bcag .EndOfBlock =_aecc > 0;}else {if _fgbd ,_dgab :=GetBoolVal (_cgge .Get ("\u0045\u006e\u0064\u004f\u0066\u0042\u006c\u006f\u0063\u006b")); -_dgab {_bcag .EndOfBlock =_fgbd ;};};if _fgd ,_gefd :=GetNumberAsInt64 (_cgge .Get ("\u0044\u0061\u006d\u0061ge\u0064\u0052\u006f\u0077\u0073\u0042\u0065\u0066\u006f\u0072\u0065\u0045\u0072\u0072o\u0072"));_gefd !=nil {_bcag .DamagedRowsBeforeError =int (_fgd ); -};_eb .Log .Trace ("\u0064\u0065\u0063\u006f\u0064\u0065\u0020\u0070\u0061\u0072\u0061\u006ds\u003a\u0020\u0025\u0073",_cgge .String ());return _bcag ,nil ;}; +// GetParser returns the parser for lazy-loading or compare references. +func (_dbba *PdfObjectReference )GetParser ()*PdfParser {return _dbba ._defda }; -// GetFilterName returns the name of the encoding filter. -func (_bec *CCITTFaxEncoder )GetFilterName ()string {return StreamEncodingFilterNameCCITTFax }; +// HasDataAfterEOF checks if there is some data after EOF marker. +func (_eef ParserMetadata )HasDataAfterEOF ()bool {return _eef ._bcd }; + +// XrefObject defines a cross reference entry which is a map between object number (with generation number) and the +// location of the actual object, either as a file offset (xref table entry), or as a location within an xref +// stream object (xref object stream). +type XrefObject struct{XType xrefType ;ObjectNumber int ;Generation int ; + +// For normal xrefs (defined by OFFSET) +Offset int64 ; + +// For xrefs to object streams. +OsObjNumber int ;OsObjIndex int ;}; + +// String returns a string describing `null`. +func (_agfdf *PdfObjectNull )String ()string {return "\u006e\u0075\u006c\u006c"};func (_efdg *PdfParser )parseNull ()(PdfObjectNull ,error ){_ ,_becg :=_efdg ._dgca .Discard (4);return PdfObjectNull {},_becg ;}; // JBIG2Encoder implements both jbig2 encoder and the decoder. The encoder allows to encode // provided images (best used document scans) in multiple way. By default it uses single page generic @@ -770,10 +933,10 @@ BitsPerComponent int ; Width int ; // Height is the height of the image to encode. -Height int ;_eabf *_ce .Document ; +Height int ;_aed *_dbb .Document ; // Globals are the JBIG2 global segments. -Globals _gd .Globals ; +Globals _cba .Globals ; // IsChocolateData defines if the data is encoded such that // binary data '1' means black and '0' white. @@ -784,890 +947,782 @@ IsChocolateData bool ; // DefaultPageSettings are the settings parameters used by the jbig2 encoder. DefaultPageSettings JBIG2EncoderSettings ;}; -// NewRunLengthEncoder makes a new run length encoder -func NewRunLengthEncoder ()*RunLengthEncoder {return &RunLengthEncoder {}}; +// PdfObjectDictionary represents the primitive PDF dictionary/map object. +type PdfObjectDictionary struct{_degg map[PdfObjectName ]PdfObject ;_aeba []PdfObjectName ;_fgcd *_c .Mutex ;_afbd *PdfParser ;}; -// String returns the state of the bool as "true" or "false". -func (_deg *PdfObjectBool )String ()string {if *_deg {return "\u0074\u0072\u0075\u0065";};return "\u0066\u0061\u006cs\u0065";};func (_gcbg *PdfParser )checkLinearizedInformation (_caace *PdfObjectDictionary )(bool ,error ){var _fbed error ;_gcbg ._ggfc ,_fbed =GetNumberAsInt64 (_caace .Get ("\u004c")); -if _fbed !=nil {return false ,_fbed ;};_fbed =_gcbg .seekToEOFMarker (_gcbg ._ggfc );switch _fbed {case nil :return true ,nil ;case _bgbf :return false ,nil ;default:return false ,_fbed ;};}; +// FlattenObject returns the contents of `obj`. In other words, `obj` with indirect objects replaced +// by their values. +// The replacements are made recursively to a depth of traceMaxDepth. +// NOTE: Dicts are sorted to make objects with same contents have the same PDF object strings. +func FlattenObject (obj PdfObject )PdfObject {return _gbcgd (obj ,0)}; -// DecodeStream decodes a LZW encoded stream and returns the result as a -// slice of bytes. -func (_abef *LZWEncoder )DecodeStream (streamObj *PdfObjectStream )([]byte ,error ){_eb .Log .Trace ("\u004c\u005a\u0057 \u0044\u0065\u0063\u006f\u0064\u0069\u006e\u0067");_eb .Log .Trace ("\u0050\u0072\u0065\u0064\u0069\u0063\u0074\u006f\u0072\u003a\u0020\u0025\u0064",_abef .Predictor ); -_cgd ,_agce :=_abef .DecodeBytes (streamObj .Stream );if _agce !=nil {return nil ,_agce ;};_eb .Log .Trace ("\u0020\u0049\u004e\u003a\u0020\u0028\u0025\u0064\u0029\u0020\u0025\u0020\u0078",len (streamObj .Stream ),streamObj .Stream );_eb .Log .Trace ("\u004f\u0055\u0054\u003a\u0020\u0028\u0025\u0064\u0029\u0020\u0025\u0020\u0078",len (_cgd ),_cgd ); -if _abef .Predictor > 1{if _abef .Predictor ==2{_eb .Log .Trace ("\u0054\u0069\u0066\u0066\u0020\u0065\u006e\u0063\u006f\u0064\u0069\u006e\u0067");_beaa :=_abef .Columns *_abef .Colors ;if _beaa < 1{return []byte {},nil ;};_gbfg :=len (_cgd )/_beaa ;if len (_cgd )%_beaa !=0{_eb .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020T\u0049\u0046\u0046 \u0065\u006e\u0063\u006fd\u0069\u006e\u0067\u003a\u0020\u0049\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0072\u006f\u0077\u0020\u006c\u0065\u006e\u0067\u0074\u0068\u002e\u002e\u002e"); -return nil ,_ee .Errorf ("\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0072\u006f\u0077 \u006c\u0065\u006e\u0067\u0074\u0068\u0020\u0028\u0025\u0064/\u0025\u0064\u0029",len (_cgd ),_beaa );};if _beaa %_abef .Colors !=0{return nil ,_ee .Errorf ("\u0069\u006ev\u0061\u006c\u0069\u0064 \u0072\u006fw\u0020\u006c\u0065\u006e\u0067\u0074\u0068\u0020(\u0025\u0064\u0029\u0020\u0066\u006f\u0072\u0020\u0063\u006f\u006c\u006fr\u0073\u0020\u0025\u0064",_beaa ,_abef .Colors ); -};if _beaa > len (_cgd ){_eb .Log .Debug ("\u0052\u006fw\u0020\u006c\u0065\u006e\u0067t\u0068\u0020\u0063\u0061\u006en\u006f\u0074\u0020\u0062\u0065\u0020\u006c\u006f\u006e\u0067\u0065\u0072\u0020\u0074\u0068\u0061\u006e\u0020\u0064\u0061\u0074\u0061\u0020\u006c\u0065\u006e\u0067\u0074\u0068\u0020\u0028\u0025\u0064\u002f\u0025\u0064\u0029",_beaa ,len (_cgd )); -return nil ,_f .New ("\u0072\u0061\u006e\u0067\u0065\u0020\u0063\u0068\u0065\u0063\u006b\u0020e\u0072\u0072\u006f\u0072");};_eb .Log .Trace ("i\u006e\u0070\u0020\u006fut\u0044a\u0074\u0061\u0020\u0028\u0025d\u0029\u003a\u0020\u0025\u0020\u0078",len (_cgd ),_cgd ); -_aee :=_bg .NewBuffer (nil );for _acf :=0;_acf < _gbfg ;_acf ++{_ffbd :=_cgd [_beaa *_acf :_beaa *(_acf +1)];for _gceb :=_abef .Colors ;_gceb < _beaa ;_gceb ++{_ffbd [_gceb ]=byte (int (_ffbd [_gceb ]+_ffbd [_gceb -_abef .Colors ])%256);};_aee .Write (_ffbd ); -};_cdd :=_aee .Bytes ();_eb .Log .Trace ("\u0050O\u0075t\u0044\u0061\u0074\u0061\u0020(\u0025\u0064)\u003a\u0020\u0025\u0020\u0078",len (_cdd ),_cdd );return _cdd ,nil ;}else if _abef .Predictor >=10&&_abef .Predictor <=15{_eb .Log .Trace ("\u0050\u004e\u0047 \u0045\u006e\u0063\u006f\u0064\u0069\u006e\u0067"); -_ddda :=_abef .Columns *_abef .Colors +1;if _ddda < 1{return []byte {},nil ;};_afad :=len (_cgd )/_ddda ;if len (_cgd )%_ddda !=0{return nil ,_ee .Errorf ("\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0072\u006f\u0077 \u006c\u0065\u006e\u0067\u0074\u0068\u0020\u0028\u0025\u0064/\u0025\u0064\u0029",len (_cgd ),_ddda ); -};if _ddda > len (_cgd ){_eb .Log .Debug ("\u0052\u006fw\u0020\u006c\u0065\u006e\u0067t\u0068\u0020\u0063\u0061\u006en\u006f\u0074\u0020\u0062\u0065\u0020\u006c\u006f\u006e\u0067\u0065\u0072\u0020\u0074\u0068\u0061\u006e\u0020\u0064\u0061\u0074\u0061\u0020\u006c\u0065\u006e\u0067\u0074\u0068\u0020\u0028\u0025\u0064\u002f\u0025\u0064\u0029",_ddda ,len (_cgd )); -return nil ,_f .New ("\u0072\u0061\u006e\u0067\u0065\u0020\u0063\u0068\u0065\u0063\u006b\u0020e\u0072\u0072\u006f\u0072");};_eeaa :=_bg .NewBuffer (nil );_eb .Log .Trace ("P\u0072\u0065\u0064\u0069ct\u006fr\u0020\u0063\u006f\u006c\u0075m\u006e\u0073\u003a\u0020\u0025\u0064",_abef .Columns ); -_eb .Log .Trace ("\u004ce\u006e\u0067\u0074\u0068:\u0020\u0025\u0064\u0020\u002f \u0025d\u0020=\u0020\u0025\u0064\u0020\u0072\u006f\u0077s",len (_cgd ),_ddda ,_afad );_dcee :=make ([]byte ,_ddda );for _fbg :=0;_fbg < _ddda ;_fbg ++{_dcee [_fbg ]=0;};for _gabb :=0; -_gabb < _afad ;_gabb ++{_dcfc :=_cgd [_ddda *_gabb :_ddda *(_gabb +1)];_ced :=_dcfc [0];switch _ced {case 0:case 1:for _cfg :=2;_cfg < _ddda ;_cfg ++{_dcfc [_cfg ]=byte (int (_dcfc [_cfg ]+_dcfc [_cfg -1])%256);};case 2:for _dfe :=1;_dfe < _ddda ;_dfe ++{_dcfc [_dfe ]=byte (int (_dcfc [_dfe ]+_dcee [_dfe ])%256); -};default:_eb .Log .Debug ("\u0045\u0052\u0052O\u0052\u003a\u0020\u0049n\u0076\u0061\u006c\u0069\u0064\u0020\u0066i\u006c\u0074\u0065\u0072\u0020\u0062\u0079\u0074\u0065\u0020\u0028\u0025\u0064\u0029",_ced );return nil ,_ee .Errorf ("\u0069n\u0076\u0061\u006c\u0069\u0064\u0020\u0066\u0069\u006c\u0074\u0065r\u0020\u0062\u0079\u0074\u0065\u0020\u0028\u0025\u0064\u0029",_ced ); -};for _fegg :=0;_fegg < _ddda ;_fegg ++{_dcee [_fegg ]=_dcfc [_fegg ];};_eeaa .Write (_dcfc [1:]);};_cfce :=_eeaa .Bytes ();return _cfce ,nil ;}else {_eb .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a \u0055\u006e\u0073\u0075\u0070\u0070\u006f\u0072\u0074\u0065\u0064\u0020\u0070r\u0065\u0064\u0069\u0063\u0074\u006f\u0072 \u0028\u0025\u0064\u0029",_abef .Predictor ); -return nil ,_ee .Errorf ("\u0075\u006e\u0073\u0075\u0070\u0070\u006f\u0072\u0074\u0065\u0064 \u0070\u0072\u0065\u0064\u0069\u0063\u0074\u006f\u0072\u0020(\u0025\u0064\u0029",_abef .Predictor );};};return _cgd ,nil ;};func (_geeg *PdfParser )skipComments ()error {if _ ,_cdbb :=_geeg .skipSpaces (); -_cdbb !=nil {return _cdbb ;};_fbcb :=true ;for {_fab ,_fdcf :=_geeg ._dedbc .Peek (1);if _fdcf !=nil {_eb .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0025\u0073",_fdcf .Error ());return _fdcf ;};if _fbcb &&_fab [0]!='%'{return nil ;};_fbcb =false ; -if (_fab [0]!='\r')&&(_fab [0]!='\n'){_geeg ._dedbc .ReadByte ();}else {break ;};};return _geeg .skipComments ();}; +// String returns a string describing `ref`. +func (_dgfd *PdfObjectReference )String ()string {return _bf .Sprintf ("\u0052\u0065\u0066\u0028\u0025\u0064\u0020\u0025\u0064\u0029",_dgfd .ObjectNumber ,_dgfd .GenerationNumber );}; -// UpdateParams updates the parameter values of the encoder. -func (_bfeeg *MultiEncoder )UpdateParams (params *PdfObjectDictionary ){for _ ,_ffaf :=range _bfeeg ._abeab {_ffaf .UpdateParams (params );};}; +// PdfParser parses a PDF file and provides access to the object structure of the PDF. +type PdfParser struct{_dfd Version ;_eaee _eb .ReadSeeker ;_dgca *_bb .Reader ;_dfdf int64 ;_gfeb XrefTable ;_eeeaf int64 ;_bdcf *xrefType ;_bgag objectStreams ;_daeab *PdfObjectDictionary ;_bbaead *PdfCrypt ;_dfce *PdfIndirectObject ;_cddea bool ;ObjCache objectCache ; +_gddc map[int ]bool ;_dfeda map[int64 ]bool ;_dbee ParserMetadata ;_ffad bool ;_ead []int64 ;_bgea int ;_gdea bool ;_ddge int64 ;_agfd map[*PdfParser ]*PdfParser ;_gaad []*PdfParser ;}; -// MakeDecodeParams makes a new instance of an encoding dictionary based on -// the current encoder settings. -func (_dac *ASCIIHexEncoder )MakeDecodeParams ()PdfObject {return nil };func (_dgcf *ASCII85Encoder )base256Tobase85 (_eegd uint32 )[5]byte {_fcfe :=[5]byte {0,0,0,0,0};_ddcfg :=_eegd ;for _abea :=0;_abea < 5;_abea ++{_cfca :=uint32 (1);for _fdcd :=0;_fdcd < 4-_abea ; -_fdcd ++{_cfca *=85;};_cdbe :=_ddcfg /_cfca ;_ddcfg =_ddcfg %_cfca ;_fcfe [_abea ]=byte (_cdbe );};return _fcfe ;}; +// EncodeBytes encodes the image data using either Group3 or Group4 CCITT facsimile (fax) encoding. +// `data` is expected to be 1 color component, 1 bit per component. It is also valid to provide 8 BPC, 1 CC image like +// a standard go image Gray data. +func (_cgddb *CCITTFaxEncoder )EncodeBytes (data []byte )([]byte ,error ){var _faeg _gg .Gray ;switch len (data ){case _cgddb .Rows *_cgddb .Columns :_bdgf ,_ecae :=_gg .NewImage (_cgddb .Columns ,_cgddb .Rows ,8,1,data ,nil ,nil );if _ecae !=nil {return nil ,_ecae ; +};_faeg =_bdgf .(_gg .Gray );case (_cgddb .Columns *_cgddb .Rows )+7>>3:_eaeg ,_ebee :=_gg .NewImage (_cgddb .Columns ,_cgddb .Rows ,1,1,data ,nil ,nil );if _ebee !=nil {return nil ,_ebee ;};_dagf :=_eaeg .(*_gg .Monochrome );if _ebee =_dagf .AddPadding (); +_ebee !=nil {return nil ,_ebee ;};_faeg =_dagf ;default:if len (data )< _gg .BytesPerLine (_cgddb .Columns ,1,1)*_cgddb .Rows {return nil ,_a .New ("p\u0072\u006f\u0076\u0069\u0064\u0065d\u0020\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020i\u006e\u0070\u0075t\u0020d\u0061\u0074\u0061"); +};_decc ,_agd :=_gg .NewImage (_cgddb .Columns ,_cgddb .Rows ,1,1,data ,nil ,nil );if _agd !=nil {return nil ,_agd ;};_bgdd :=_decc .(*_gg .Monochrome );_faeg =_bgdd ;};_acge :=make ([][]byte ,_cgddb .Rows );for _fdcbf :=0;_fdcbf < _cgddb .Rows ;_fdcbf ++{_accf :=make ([]byte ,_cgddb .Columns ); +for _bdaa :=0;_bdaa < _cgddb .Columns ;_bdaa ++{_abdd :=_faeg .GrayAt (_bdaa ,_fdcbf );_accf [_bdaa ]=_abdd .Y >>7;};_acge [_fdcbf ]=_accf ;};_ffac :=&_fb .Encoder {K :_cgddb .K ,Columns :_cgddb .Columns ,EndOfLine :_cgddb .EndOfLine ,EndOfBlock :_cgddb .EndOfBlock ,BlackIs1 :_cgddb .BlackIs1 ,DamagedRowsBeforeError :_cgddb .DamagedRowsBeforeError ,Rows :_cgddb .Rows ,EncodedByteAlign :_cgddb .EncodedByteAlign }; +return _ffac .Encode (_acge ),nil ;}; -// HasInvalidSubsectionHeader implements core.ParserMetadata interface. -func (_gbfd ParserMetadata )HasInvalidSubsectionHeader ()bool {return _gbfd ._bgf }; +// FlateEncoder represents Flate encoding. +type FlateEncoder struct{Predictor int ;BitsPerComponent int ; -// StreamEncoder represents the interface for all PDF stream encoders. -type StreamEncoder interface{GetFilterName ()string ;MakeDecodeParams ()PdfObject ;MakeStreamDict ()*PdfObjectDictionary ;UpdateParams (_aggb *PdfObjectDictionary );EncodeBytes (_dgf []byte )([]byte ,error );DecodeBytes (_ecfc []byte )([]byte ,error ); -DecodeStream (_daeb *PdfObjectStream )([]byte ,error );};func (_bgbdf *PdfParser )parseBool ()(PdfObjectBool ,error ){_cded ,_dcacf :=_bgbdf ._dedbc .Peek (4);if _dcacf !=nil {return PdfObjectBool (false ),_dcacf ;};if (len (_cded )>=4)&&(string (_cded [:4])=="\u0074\u0072\u0075\u0065"){_bgbdf ._dedbc .Discard (4); -return PdfObjectBool (true ),nil ;};_cded ,_dcacf =_bgbdf ._dedbc .Peek (5);if _dcacf !=nil {return PdfObjectBool (false ),_dcacf ;};if (len (_cded )>=5)&&(string (_cded [:5])=="\u0066\u0061\u006cs\u0065"){_bgbdf ._dedbc .Discard (5);return PdfObjectBool (false ),nil ; -};return PdfObjectBool (false ),_f .New ("\u0075n\u0065\u0078\u0070\u0065c\u0074\u0065\u0064\u0020\u0062o\u006fl\u0065a\u006e\u0020\u0073\u0074\u0072\u0069\u006eg");}; +// For predictors +Columns int ;Rows int ;Colors int ;_dagb *_gg .ImageBase ;};const _ebbf =32<<(^uint (0)>>63); -// Version represents a version of a PDF standard. -type Version struct{Major int ;Minor int ;};func (_bcfg *PdfParser )readTextLine ()(string ,error ){var _adfbf _bg .Buffer ;for {_abed ,_ceedd :=_bcfg ._dedbc .Peek (1);if _ceedd !=nil {_eb .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0025\u0073",_ceedd .Error ()); -return _adfbf .String (),_ceedd ;};if (_abed [0]!='\r')&&(_abed [0]!='\n'){_bcad ,_ :=_bcfg ._dedbc .ReadByte ();_adfbf .WriteByte (_bcad );}else {break ;};};return _adfbf .String (),nil ;}; +// MakeHexString creates an PdfObjectString from a string intended for output as a hexadecimal string. +func MakeHexString (s string )*PdfObjectString {_efag :=PdfObjectString {_befb :s ,_eecac :true };return &_efag ;}; -// IsFloatDigit checks if a character can be a part of a float number string. -func IsFloatDigit (c byte )bool {return ('0'<=c &&c <='9')||c =='.'}; +// UpdateParams updates the parameter values of the encoder. +func (_cfga *RawEncoder )UpdateParams (params *PdfObjectDictionary ){}; -// HasOddLengthHexStrings checks if the document has odd length hexadecimal strings. -func (_ebb ParserMetadata )HasOddLengthHexStrings ()bool {return _ebb ._cdff };var _eedgb _g .Map ; +// GetNumberAsFloat returns the contents of `obj` as a float if it is an integer or float, or an +// error if it isn't. +func GetNumberAsFloat (obj PdfObject )(float64 ,error ){switch _cdce :=obj .(type ){case *PdfObjectFloat :return float64 (*_cdce ),nil ;case *PdfObjectInteger :return float64 (*_cdce ),nil ;case *PdfObjectReference :_fffg :=TraceToDirectObject (obj );return GetNumberAsFloat (_fffg ); +case *PdfIndirectObject :return GetNumberAsFloat (_cdce .PdfObject );};return 0,ErrNotANumber ;};func (_ddfb *JBIG2Encoder )encodeImage (_ddcc _g .Image )([]byte ,error ){const _eeae ="e\u006e\u0063\u006f\u0064\u0065\u0049\u006d\u0061\u0067\u0065";_fbdf ,_dfbg :=GoImageToJBIG2 (_ddcc ,JB2ImageAutoThreshold ); +if _dfbg !=nil {return nil ,_bgc .Wrap (_dfbg ,_eeae ,"\u0063\u006f\u006e\u0076\u0065\u0072\u0074\u0020\u0069\u006e\u0070\u0075\u0074\u0020\u0069m\u0061g\u0065\u0020\u0074\u006f\u0020\u006a\u0062\u0069\u0067\u0032\u0020\u0069\u006d\u0067");};if _dfbg =_ddfb .AddPageImage (_fbdf ,&_ddfb .DefaultPageSettings ); +_dfbg !=nil {return nil ,_bgc .Wrap (_dfbg ,_eeae ,"");};return _ddfb .Encode ();}; -// GetAccessPermissions returns the PDF access permissions as an AccessPermissions object. -func (_eecc *PdfCrypt )GetAccessPermissions ()_cbd .Permissions {return _eecc ._adfe .P }; +// PdfCrypt provides PDF encryption/decryption support. +// The PDF standard supports encryption of strings and streams (Section 7.6). +type PdfCrypt struct{_ea encryptDict ;_gce _fc .StdEncryptDict ;_afcc string ;_cgg []byte ;_cdg map[PdfObject ]bool ;_bdd map[PdfObject ]bool ;_bga bool ;_ceaa cryptFilters ;_fde string ;_fcf string ;_cagb *PdfParser ;_afcf map[int ]struct{};}; + +// EncodeBytes JPX encodes the passed in slice of bytes. +func (_dbdd *JPXEncoder )EncodeBytes (data []byte )([]byte ,error ){_eg .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u003a\u0020\u0041t\u0074\u0065\u006dpt\u0069\u006e\u0067\u0020\u0074\u006f \u0075\u0073\u0065\u0020\u0075\u006e\u0073\u0075\u0070\u0070\u006f\u0072\u0074\u0065\u0064 \u0065\u006e\u0063\u006f\u0064\u0069\u006e\u0067 \u0025\u0073",_dbdd .GetFilterName ()); +return data ,ErrNoJPXDecode ;}; + +// MakeDecodeParams makes a new instance of an encoding dictionary based on +// the current encoder settings. +func (_gcdc *JPXEncoder )MakeDecodeParams ()PdfObject {return nil }; // GetNumbersAsFloat converts a list of pdf objects representing floats or integers to a slice of // float64 values. -func GetNumbersAsFloat (objects []PdfObject )(_gfde []float64 ,_gcbac error ){for _ ,_efff :=range objects {_cdfdc ,_bgagf :=GetNumberAsFloat (_efff );if _bgagf !=nil {return nil ,_bgagf ;};_gfde =append (_gfde ,_cdfdc );};return _gfde ,nil ;}; +func GetNumbersAsFloat (objects []PdfObject )(_cdae []float64 ,_fgaed error ){for _ ,_gccc :=range objects {_agbc ,_ddee :=GetNumberAsFloat (_gccc );if _ddee !=nil {return nil ,_ddee ;};_cdae =append (_cdae ,_agbc );};return _cdae ,nil ;}; -// WriteString outputs the object as it is to be written to file. -func (_gec *PdfObjectReference )WriteString ()string {var _ceaa _cc .Builder ;_ceaa .WriteString (_d .FormatInt (_gec .ObjectNumber ,10));_ceaa .WriteString ("\u0020");_ceaa .WriteString (_d .FormatInt (_gec .GenerationNumber ,10));_ceaa .WriteString ("\u0020\u0052"); -return _ceaa .String ();}; +// MakeStreamDict makes a new instance of an encoding dictionary for a stream object. +func (_fggc *MultiEncoder )MakeStreamDict ()*PdfObjectDictionary {_ebec :=MakeDict ();_ebec .Set ("\u0046\u0069\u006c\u0074\u0065\u0072",_fggc .GetFilterArray ());for _ ,_ccbd :=range _fggc ._cfag {_egdb :=_ccbd .MakeStreamDict ();for _ ,_cefc :=range _egdb .Keys (){_fbaba :=_egdb .Get (_cefc ); +if _cefc !="\u0046\u0069\u006c\u0074\u0065\u0072"&&_cefc !="D\u0065\u0063\u006f\u0064\u0065\u0050\u0061\u0072\u006d\u0073"{_ebec .Set (_cefc ,_fbaba );};};};_addd :=_fggc .MakeDecodeParams ();if _addd !=nil {_ebec .Set ("D\u0065\u0063\u006f\u0064\u0065\u0050\u0061\u0072\u006d\u0073",_addd ); +};return _ebec ;}; -// ToInt64Slice returns a slice of all array elements as an int64 slice. An error is returned if the -// array non-integer objects. Each element can only be PdfObjectInteger. -func (_cffa *PdfObjectArray )ToInt64Slice ()([]int64 ,error ){var _fecb []int64 ;for _ ,_eebd :=range _cffa .Elements (){if _dgfaeb ,_ddeb :=_eebd .(*PdfObjectInteger );_ddeb {_fecb =append (_fecb ,int64 (*_dgfaeb ));}else {return nil ,ErrTypeError ;}; -};return _fecb ,nil ;}; +// MakeStreamDict makes a new instance of an encoding dictionary for a stream object. +func (_gdcba *ASCIIHexEncoder )MakeStreamDict ()*PdfObjectDictionary {_fcag :=MakeDict ();_fcag .Set ("\u0046\u0069\u006c\u0074\u0065\u0072",MakeName (_gdcba .GetFilterName ()));return _fcag ;};const _gcgd ="\u0053\u0074\u0064C\u0046"; -// DecodeStream returns the passed in stream as a slice of bytes. -// The purpose of the method is to satisfy the StreamEncoder interface. -func (_gaac *RawEncoder )DecodeStream (streamObj *PdfObjectStream )([]byte ,error ){return streamObj .Stream ,nil ;}; +// WriteString outputs the object as it is to be written to file. +func (_fgfdb *PdfObjectName )WriteString ()string {var _bgda _bd .Buffer ;if len (*_fgfdb )> 127{_eg .Log .Debug ("\u0045R\u0052\u004f\u0052\u003a \u004e\u0061\u006d\u0065\u0020t\u006fo\u0020l\u006f\u006e\u0067\u0020\u0028\u0025\u0073)",*_fgfdb );};_bgda .WriteString ("\u002f"); +for _gaaa :=0;_gaaa < len (*_fgfdb );_gaaa ++{_efffe :=(*_fgfdb )[_gaaa ];if !IsPrintable (_efffe )||_efffe =='#'||IsDelimiter (_efffe ){_bgda .WriteString (_bf .Sprintf ("\u0023\u0025\u002e2\u0078",_efffe ));}else {_bgda .WriteByte (_efffe );};};return _bgda .String (); +}; -// MakeEncodedString creates a PdfObjectString with encoded content, which can be either -// UTF-16BE or PDFDocEncoding depending on whether `utf16BE` is true or false respectively. -func MakeEncodedString (s string ,utf16BE bool )*PdfObjectString {if utf16BE {var _egda _bg .Buffer ;_egda .Write ([]byte {0xFE,0xFF});_egda .WriteString (_dd .StringToUTF16 (s ));return &PdfObjectString {_cbdg :_egda .String (),_cdca :true };};return &PdfObjectString {_cbdg :string (_dd .StringToPDFDocEncoding (s )),_cdca :false }; -};func (_aeb *PdfCrypt )isDecrypted (_feb PdfObject )bool {_ ,_bbg :=_aeb ._ge [_feb ];if _bbg {_eb .Log .Trace ("\u0041\u006c\u0072\u0065\u0061\u0064\u0079\u0020\u0064\u0065\u0063\u0072y\u0070\u0074\u0065\u0064");return true ;};switch _ede :=_feb .(type ){case *PdfObjectStream :if _aeb ._adfe .R !=5{if _acea ,_ccb :=_ede .Get ("\u0054\u0079\u0070\u0065").(*PdfObjectName ); -_ccb &&*_acea =="\u0058\u0052\u0065\u0066"{return true ;};};case *PdfIndirectObject :if _ ,_bbg =_aeb ._eda [int (_ede .ObjectNumber )];_bbg {return true ;};switch _fed :=_ede .PdfObject .(type ){case *PdfObjectDictionary :_aaae :=true ;for _ ,_bcbg :=range _gdgf {if _fed .Get (_bcbg )==nil {_aaae =false ; -break ;};};if _aaae {return true ;};};};_eb .Log .Trace ("\u004e\u006f\u0074\u0020\u0064\u0065\u0063\u0072\u0079\u0070\u0074\u0065d\u0020\u0079\u0065\u0074");return false ;}; +// PdfObjectStreams represents the primitive PDF object streams. +// 7.5.7 Object Streams (page 45). +type PdfObjectStreams struct{PdfObjectReference ;_fcde []PdfObject ;}; -// MakeLazy create temporary file for stream to reduce memory usage. -// It can be used for creating PDF with many images. -// Temporary files are removed automatically when Write/WriteToFile is called for creator object. -func (_cadc *PdfObjectStream )MakeLazy ()error {if _cadc .Lazy {return nil ;};_cbcb ,_eedb :=_c .CreateTemp ("","\u0078o\u0062\u006a\u0065\u0063\u0074");if _eedb !=nil {return _eedb ;};defer _cbcb .Close ();_ ,_eedb =_cbcb .Write (_cadc .Stream );if _eedb !=nil {return _eedb ; -};_cadc .Lazy =true ;_cadc .Stream =nil ;_cadc .TempFile =_cbcb .Name ();return nil ;}; +// GetFilterName returns the name of the encoding filter. +func (_beagc *DCTEncoder )GetFilterName ()string {return StreamEncodingFilterNameDCT };func _gddef (_dceb ,_dbac PdfObject ,_eage int )bool {if _eage > _abbgc {_eg .Log .Error ("\u0054\u0072ac\u0065\u0020\u0064e\u0070\u0074\u0068\u0020lev\u0065l \u0062\u0065\u0079\u006f\u006e\u0064\u0020%d\u0020\u002d\u0020\u0065\u0072\u0072\u006fr\u0021",_abbgc ); +return false ;};if _dceb ==nil &&_dbac ==nil {return true ;}else if _dceb ==nil ||_dbac ==nil {return false ;};if _db .TypeOf (_dceb )!=_db .TypeOf (_dbac ){return false ;};switch _ccdgc :=_dceb .(type ){case *PdfObjectNull ,*PdfObjectReference :return true ; +case *PdfObjectName :return *_ccdgc ==*(_dbac .(*PdfObjectName ));case *PdfObjectString :return *_ccdgc ==*(_dbac .(*PdfObjectString ));case *PdfObjectInteger :return *_ccdgc ==*(_dbac .(*PdfObjectInteger ));case *PdfObjectBool :return *_ccdgc ==*(_dbac .(*PdfObjectBool )); +case *PdfObjectFloat :return *_ccdgc ==*(_dbac .(*PdfObjectFloat ));case *PdfIndirectObject :return _gddef (TraceToDirectObject (_dceb ),TraceToDirectObject (_dbac ),_eage +1);case *PdfObjectArray :_beae :=_dbac .(*PdfObjectArray );if len ((*_ccdgc )._cgef )!=len ((*_beae )._cgef ){return false ; +};for _bfabf ,_cbeb :=range (*_ccdgc )._cgef {if !_gddef (_cbeb ,(*_beae )._cgef [_bfabf ],_eage +1){return false ;};};return true ;case *PdfObjectDictionary :_deac :=_dbac .(*PdfObjectDictionary );_bgdfb ,_feag :=(*_ccdgc )._degg ,(*_deac )._degg ;if len (_bgdfb )!=len (_feag ){return false ; +};for _fbef ,_bfea :=range _bgdfb {_becc ,_fbedd :=_feag [_fbef ];if !_fbedd ||!_gddef (_bfea ,_becc ,_eage +1){return false ;};};return true ;case *PdfObjectStream :_bdade :=_dbac .(*PdfObjectStream );return _gddef ((*_ccdgc ).PdfObjectDictionary ,(*_bdade ).PdfObjectDictionary ,_eage +1); +default:_eg .Log .Error ("\u0045\u0052R\u004f\u0052\u003a\u0020\u0055\u006e\u006b\u006e\u006f\u0077\u006e\u0020\u0074\u0079\u0070\u0065\u003a\u0020\u0025\u0054\u0020\u002d\u0020\u0073\u0068\u006f\u0075\u006c\u0064\u0020\u006e\u0065\u0076\u0065\u0072\u0020\u0068\u0061\u0070\u0070\u0065\u006e\u0021",_dceb ); +};return false ;}; -// Resolve resolves the reference and returns the indirect or stream object. -// If the reference cannot be resolved, a *PdfObjectNull object is returned. -func (_cdcc *PdfObjectReference )Resolve ()PdfObject {if _cdcc ._dcge ==nil {return MakeNull ();};_bbaa ,_ ,_bbe :=_cdcc ._dcge .resolveReference (_cdcc );if _bbe !=nil {_eb .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u0020\u0072\u0065\u0073\u006f\u006cv\u0069\u006e\u0067\u0020\u0072\u0065\u0066\u0065r\u0065n\u0063\u0065\u003a\u0020\u0025\u0076\u0020\u002d\u0020\u0072\u0065\u0074\u0075\u0072\u006e\u0069\u006e\u0067 \u006e\u0075\u006c\u006c\u0020\u006f\u0062\u006a\u0065\u0063\u0074",_bbe ); -return MakeNull ();};if _bbaa ==nil {_eb .Log .Debug ("\u0045R\u0052\u004f\u0052\u0020\u0072\u0065\u0073ol\u0076\u0069\u006e\u0067\u0020\u0072\u0065\u0066\u0065\u0072\u0065\u006e\u0063\u0065:\u0020\u006ei\u006c\u0020\u006fb\u006a\u0065\u0063\u0074\u0020\u002d\u0020\u0072\u0065\u0074\u0075\u0072\u006e\u0069\u006e\u0067 \u0061\u0020nu\u006c\u006c\u0020o\u0062\u006a\u0065\u0063\u0074"); -return MakeNull ();};return _bbaa ;}; +// NewRunLengthEncoder makes a new run length encoder +func NewRunLengthEncoder ()*RunLengthEncoder {return &RunLengthEncoder {}}; -// GetXrefTable returns the PDFs xref table. -func (_fefgd *PdfParser )GetXrefTable ()XrefTable {return _fefgd ._bfba };type cryptFilters map[string ]_gbe .Filter ; +// StreamEncoder represents the interface for all PDF stream encoders. +type StreamEncoder interface{GetFilterName ()string ;MakeDecodeParams ()PdfObject ;MakeStreamDict ()*PdfObjectDictionary ;UpdateParams (_cdgf *PdfObjectDictionary );EncodeBytes (_acda []byte )([]byte ,error );DecodeBytes (_fege []byte )([]byte ,error ); +DecodeStream (_bccb *PdfObjectStream )([]byte ,error );}; -// WriteString outputs the object as it is to be written to file. -func (_gbce *PdfObjectDictionary )WriteString ()string {var _bfbbf _cc .Builder ;_bfbbf .WriteString ("\u003c\u003c");for _ ,_gcaf :=range _gbce ._begbb {_cbag :=_gbce ._abec [_gcaf ];_bfbbf .WriteString (_gcaf .WriteString ());_bfbbf .WriteString ("\u0020"); -_bfbbf .WriteString (_cbag .WriteString ());};_bfbbf .WriteString ("\u003e\u003e");return _bfbbf .String ();};func (_aagg *PdfObjectFloat )String ()string {return _ee .Sprintf ("\u0025\u0066",*_aagg )}; +// ReadBytesAt reads byte content at specific offset and length within the PDF. +func (_deda *PdfParser )ReadBytesAt (offset ,len int64 )([]byte ,error ){_cdbd :=_deda .GetFileOffset ();_ ,_aafd :=_deda ._eaee .Seek (offset ,_eb .SeekStart );if _aafd !=nil {return nil ,_aafd ;};_fffd :=make ([]byte ,len );_ ,_aafd =_eb .ReadAtLeast (_deda ._eaee ,_fffd ,int (len )); +if _aafd !=nil {return nil ,_aafd ;};_deda .SetFileOffset (_cdbd );return _fffd ,nil ;}; -// ASCII85Encoder implements ASCII85 encoder/decoder. -type ASCII85Encoder struct{}; +// Elements returns a slice of the PdfObject elements in the array. +// Preferred over accessing the array directly as type may be changed in future major versions (v3). +func (_fagd *PdfObjectStreams )Elements ()[]PdfObject {if _fagd ==nil {return nil ;};return _fagd ._fcde ;}; -// NewCompliancePdfParser creates a new PdfParser that will parse input reader with the focus on extracting more metadata, which -// might affect performance of the regular PdfParser this function. -func NewCompliancePdfParser (rs _bb .ReadSeeker )(_fad *PdfParser ,_bfb error ){_fad =&PdfParser {_cdea :rs ,ObjCache :make (objectCache ),_daad :map[int64 ]bool {},_aega :true ,_bddb :make (map[*PdfParser ]*PdfParser )};if _bfb =_fad .parseDetailedHeader (); -_bfb !=nil {return nil ,_bfb ;};if _fad ._cbeb ,_bfb =_fad .loadXrefs ();_bfb !=nil {_eb .Log .Debug ("\u0045\u0052RO\u0052\u003a\u0020F\u0061\u0069\u006c\u0065d t\u006f l\u006f\u0061\u0064\u0020\u0078\u0072\u0065f \u0074\u0061\u0062\u006c\u0065\u0021\u0020%\u0073",_bfb ); -return nil ,_bfb ;};_eb .Log .Trace ("T\u0072\u0061\u0069\u006c\u0065\u0072\u003a\u0020\u0025\u0073",_fad ._cbeb );if len (_fad ._bfba .ObjectMap )==0{return nil ,_ee .Errorf ("\u0065\u006d\u0070\u0074\u0079\u0020\u0058\u0052\u0045\u0046\u0020t\u0061\u0062\u006c\u0065\u0020\u002d\u0020\u0049\u006e\u0076a\u006c\u0069\u0064"); -};return _fad ,nil ;}; +// EncodeBytes encodes a bytes array and return the encoded value based on the encoder parameters. +func (_dgbe *RunLengthEncoder )EncodeBytes (data []byte )([]byte ,error ){_gbb :=_bd .NewReader (data );var _edfe []byte ;var _aab []byte ;_cfgc ,_debc :=_gbb .ReadByte ();if _debc ==_eb .EOF {return []byte {},nil ;}else if _debc !=nil {return nil ,_debc ; +};_afdc :=1;for {_fgd ,_agad :=_gbb .ReadByte ();if _agad ==_eb .EOF {break ;}else if _agad !=nil {return nil ,_agad ;};if _fgd ==_cfgc {if len (_aab )> 0{_aab =_aab [:len (_aab )-1];if len (_aab )> 0{_edfe =append (_edfe ,byte (len (_aab )-1));_edfe =append (_edfe ,_aab ...); +};_afdc =1;_aab =[]byte {};};_afdc ++;if _afdc >=127{_edfe =append (_edfe ,byte (257-_afdc ),_cfgc );_afdc =0;};}else {if _afdc > 0{if _afdc ==1{_aab =[]byte {_cfgc };}else {_edfe =append (_edfe ,byte (257-_afdc ),_cfgc );};_afdc =0;};_aab =append (_aab ,_fgd ); +if len (_aab )>=127{_edfe =append (_edfe ,byte (len (_aab )-1));_edfe =append (_edfe ,_aab ...);_aab =[]byte {};};};_cfgc =_fgd ;};if len (_aab )> 0{_edfe =append (_edfe ,byte (len (_aab )-1));_edfe =append (_edfe ,_aab ...);}else if _afdc > 0{_edfe =append (_edfe ,byte (257-_afdc ),_cfgc ); +};_edfe =append (_edfe ,128);return _edfe ,nil ;};func _dgag (_gbgbg string )(int ,int ,error ){_edcd :=_bbaea .FindStringSubmatch (_gbgbg );if len (_edcd )< 3{return 0,0,_a .New ("\u0075\u006e\u0061b\u006c\u0065\u0020\u0074\u006f\u0020\u0064\u0065\u0074\u0065\u0063\u0074\u0020\u0069\u006e\u0064\u0069\u0072\u0065\u0063\u0074\u0020\u006f\u0062\u006a\u0065\u0063\u0074\u0020s\u0069\u0067\u006e\u0061\u0074\u0075\u0072\u0065"); +};_aeeeg ,_ :=_b .Atoi (_edcd [1]);_bedaf ,_ :=_b .Atoi (_edcd [2]);return _aeeeg ,_bedaf ,nil ;}; -// IsNullObject returns true if `obj` is a PdfObjectNull. -func IsNullObject (obj PdfObject )bool {_ ,_bcadcd :=TraceToDirectObject (obj ).(*PdfObjectNull );return _bcadcd ;}; +// GetArray returns the *PdfObjectArray represented by the PdfObject directly or indirectly within an indirect +// object. On type mismatch the found bool flag is false and a nil pointer is returned. +func GetArray (obj PdfObject )(_ebba *PdfObjectArray ,_acce bool ){_ebba ,_acce =TraceToDirectObject (obj ).(*PdfObjectArray );return _ebba ,_acce ;}; -// String returns a string representation of `name`. -func (_ecab *PdfObjectName )String ()string {return string (*_ecab )}; +// MakeDecodeParams makes a new instance of an encoding dictionary based on +// the current encoder settings. +func (_bcbg *DCTEncoder )MakeDecodeParams ()PdfObject {return nil };func _dbgaa (_aeggb *PdfObjectStream ,_ecc *PdfObjectDictionary )(*JBIG2Encoder ,error ){const _afca ="\u006ee\u0077\u004a\u0042\u0049G\u0032\u0044\u0065\u0063\u006fd\u0065r\u0046r\u006f\u006d\u0053\u0074\u0072\u0065\u0061m"; +_gcega :=NewJBIG2Encoder ();_bgbc :=_aeggb .PdfObjectDictionary ;if _bgbc ==nil {return _gcega ,nil ;};if _ecc ==nil {_aced :=_bgbc .Get ("D\u0065\u0063\u006f\u0064\u0065\u0050\u0061\u0072\u006d\u0073");if _aced !=nil {switch _feba :=_aced .(type ){case *PdfObjectDictionary :_ecc =_feba ; +case *PdfObjectArray :if _feba .Len ()==1{if _aaefd ,_ecga :=GetDict (_feba .Get (0));_ecga {_ecc =_aaefd ;};};default:_eg .Log .Error ("\u0044\u0065\u0063\u006f\u0064\u0065P\u0061\u0072\u0061\u006d\u0073\u0020\u006e\u006f\u0074\u0020\u0061\u0020\u0064i\u0063\u0074\u0069\u006f\u006e\u0061\u0072y\u0020\u0025\u0023\u0076",_aced ); +return nil ,_bgc .Errorf (_afca ,"\u0069\u006e\u0076\u0061l\u0069\u0064\u0020\u0044\u0065\u0063\u006f\u0064\u0065\u0050a\u0072m\u0073\u0020\u0074\u0079\u0070\u0065\u003a \u0025\u0054",_feba );};};};if _ecc ==nil {return _gcega ,nil ;};_gcega .UpdateParams (_ecc ); +_gdcg ,_fdfc :=GetStream (_ecc .Get ("\u004a\u0042\u0049G\u0032\u0047\u006c\u006f\u0062\u0061\u006c\u0073"));if !_fdfc {return _gcega ,nil ;};var _gfdb error ;_gcega .Globals ,_gfdb =_cba .DecodeGlobals (_gdcg .Stream );if _gfdb !=nil {_gfdb =_bgc .Wrap (_gfdb ,_afca ,"\u0063\u006f\u0072\u0072u\u0070\u0074\u0065\u0064\u0020\u006a\u0062\u0069\u0067\u0032 \u0065n\u0063\u006f\u0064\u0065\u0064\u0020\u0064a\u0074\u0061"); +_eg .Log .Debug ("\u0045R\u0052\u004f\u0052\u003a\u0020\u0025v",_gfdb );return nil ,_gfdb ;};return _gcega ,nil ;}; -// AddEncoder adds the passed in encoder to the underlying encoder slice. -func (_agda *MultiEncoder )AddEncoder (encoder StreamEncoder ){_agda ._abeab =append (_agda ._abeab ,encoder );}; +// MakeStreamDict makes a new instance of an encoding dictionary for a stream object. +func (_agadc *CCITTFaxEncoder )MakeStreamDict ()*PdfObjectDictionary {_ecfb :=MakeDict ();_ecfb .Set ("\u0046\u0069\u006c\u0074\u0065\u0072",MakeName (_agadc .GetFilterName ()));_ecfb .SetIfNotNil ("D\u0065\u0063\u006f\u0064\u0065\u0050\u0061\u0072\u006d\u0073",_agadc .MakeDecodeParams ()); +return _ecfb ;}; -// ParserMetadata is the parser based metadata information about document. -// The data here could be used on document verification. -type ParserMetadata struct{_gcc int ;_aced bool ;_affb [4]byte ;_fcag bool ;_cdff bool ;_gca bool ;_caf bool ;_bgf bool ;_bgb bool ;}; +// MakeNull creates an PdfObjectNull. +func MakeNull ()*PdfObjectNull {_cfgcb :=PdfObjectNull {};return &_cfgcb };func (_afaa *PdfParser )repairLocateXref ()(int64 ,error ){_aadf :=int64 (1000);_afaa ._eaee .Seek (-_aadf ,_eb .SeekCurrent );_ddeag ,_acbg :=_afaa ._eaee .Seek (0,_eb .SeekCurrent ); +if _acbg !=nil {return 0,_acbg ;};_dbaaf :=make ([]byte ,_aadf );_afaa ._eaee .Read (_dbaaf );_cfcbf :=_abe .FindAllStringIndex (string (_dbaaf ),-1);if len (_cfcbf )< 1{_eg .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0052\u0065\u0070a\u0069\u0072\u003a\u0020\u0078\u0072\u0065f\u0020\u006e\u006f\u0074\u0020\u0066\u006f\u0075\u006e\u0064\u0021"); +return 0,_a .New ("\u0072\u0065\u0070\u0061ir\u003a\u0020\u0078\u0072\u0065\u0066\u0020\u006e\u006f\u0074\u0020\u0066\u006f\u0075n\u0064");};_eaagc :=int64 (_cfcbf [len (_cfcbf )-1][0]);_abfe :=_ddeag +_eaagc ;return _abfe ,nil ;};var _egfb =_de .MustCompile ("\u0025P\u0044F\u002d\u0028\u005c\u0064\u0029\u005c\u002e\u0028\u005c\u0064\u0029"); +func (_gbea *PdfParser )repairRebuildXrefsTopDown ()(*XrefTable ,error ){if _gbea ._cddea {return nil ,_bf .Errorf ("\u0072\u0065\u0070\u0061\u0069\u0072\u0020\u0066\u0061\u0069\u006c\u0065\u0064");};_gbea ._cddea =true ;_gbea ._eaee .Seek (0,_eb .SeekStart ); +_gbea ._dgca =_bb .NewReader (_gbea ._eaee );_dgbda :=20;_aeca :=make ([]byte ,_dgbda );_daaad :=XrefTable {};_daaad .ObjectMap =make (map[int ]XrefObject );for {_ddeef ,_gdacd :=_gbea ._dgca .ReadByte ();if _gdacd !=nil {if _gdacd ==_eb .EOF {break ;}else {return nil ,_gdacd ; +};};if _ddeef =='j'&&_aeca [_dgbda -1]=='b'&&_aeca [_dgbda -2]=='o'&&IsWhiteSpace (_aeca [_dgbda -3]){_cfdbg :=_dgbda -4;for IsWhiteSpace (_aeca [_cfdbg ])&&_cfdbg > 0{_cfdbg --;};if _cfdbg ==0||!IsDecimalDigit (_aeca [_cfdbg ]){continue ;};for IsDecimalDigit (_aeca [_cfdbg ])&&_cfdbg > 0{_cfdbg --; +};if _cfdbg ==0||!IsWhiteSpace (_aeca [_cfdbg ]){continue ;};for IsWhiteSpace (_aeca [_cfdbg ])&&_cfdbg > 0{_cfdbg --;};if _cfdbg ==0||!IsDecimalDigit (_aeca [_cfdbg ]){continue ;};for IsDecimalDigit (_aeca [_cfdbg ])&&_cfdbg > 0{_cfdbg --;};if _cfdbg ==0{continue ; +};_cdaeb :=_gbea .GetFileOffset ()-int64 (_dgbda -_cfdbg );_aafg :=append (_aeca [_cfdbg +1:],_ddeef );_gaagc ,_ccce ,_ebgcd :=_dgag (string (_aafg ));if _ebgcd !=nil {_eg .Log .Debug ("\u0055\u006e\u0061\u0062\u006c\u0065 \u0074\u006f\u0020\u0070\u0061\u0072\u0073\u0065\u0020\u006f\u0062\u006a\u0065c\u0074\u0020\u006e\u0075\u006d\u0062\u0065r\u003a\u0020\u0025\u0076",_ebgcd ); +return nil ,_ebgcd ;};if _cbge ,_cbbd :=_daaad .ObjectMap [_gaagc ];!_cbbd ||_cbge .Generation < _ccce {_bfca :=XrefObject {};_bfca .XType =XrefTypeTableEntry ;_bfca .ObjectNumber =_gaagc ;_bfca .Generation =_ccce ;_bfca .Offset =_cdaeb ;_daaad .ObjectMap [_gaagc ]=_bfca ; +};};_aeca =append (_aeca [1:_dgbda ],_ddeef );};_gbea ._gddc =nil ;return &_daaad ,nil ;}; -// NewParserFromString is used for testing purposes. -func NewParserFromString (txt string )*PdfParser {_acbgg :=_bg .NewReader ([]byte (txt ));_fegc :=&PdfParser {ObjCache :objectCache {},_cdea :_acbgg ,_dedbc :_ga .NewReader (_acbgg ),_ggdf :int64 (len (txt )),_daad :map[int64 ]bool {},_bddb :make (map[*PdfParser ]*PdfParser )}; -_fegc ._bfba .ObjectMap =make (map[int ]XrefObject );return _fegc ;}; +// MakeDict creates and returns an empty PdfObjectDictionary. +func MakeDict ()*PdfObjectDictionary {_fdage :=&PdfObjectDictionary {};_fdage ._degg =map[PdfObjectName ]PdfObject {};_fdage ._aeba =[]PdfObjectName {};_fdage ._fgcd =&_c .Mutex {};return _fdage ;}; -// WriteString outputs the object as it is to be written to file. -func (_efee *PdfObjectInteger )WriteString ()string {return _d .FormatInt (int64 (*_efee ),10)}; +// IsEncrypted checks if the document is encrypted. A bool flag is returned indicating the result. +// First time when called, will check if the Encrypt dictionary is accessible through the trailer dictionary. +// If encrypted, prepares a crypt datastructure which can be used to authenticate and decrypt the document. +// On failure, an error is returned. +func (_ggfgd *PdfParser )IsEncrypted ()(bool ,error ){if _ggfgd ._bbaead !=nil {return true ,nil ;}else if _ggfgd ._daeab ==nil {return false ,nil ;};_eg .Log .Trace ("\u0043\u0068\u0065c\u006b\u0069\u006e\u0067 \u0065\u006e\u0063\u0072\u0079\u0070\u0074i\u006f\u006e\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u0021"); +_ecdd :=_ggfgd ._daeab .Get ("\u0045n\u0063\u0072\u0079\u0070\u0074");if _ecdd ==nil {return false ,nil ;};_eg .Log .Trace ("\u0049\u0073\u0020\u0065\u006e\u0063\u0072\u0079\u0070\u0074\u0065\u0064\u0021");var (_baed *PdfObjectDictionary ;);switch _deed :=_ecdd .(type ){case *PdfObjectDictionary :_baed =_deed ; +case *PdfObjectReference :_eg .Log .Trace ("\u0030\u003a\u0020\u004c\u006f\u006f\u006b\u0020\u0075\u0070\u0020\u0072e\u0066\u0020\u0025\u0071",_deed );_ebgfd ,_bedf :=_ggfgd .LookupByReference (*_deed );_eg .Log .Trace ("\u0031\u003a\u0020%\u0071",_ebgfd ); +if _bedf !=nil {return false ,_bedf ;};_aagee ,_gece :=_ebgfd .(*PdfIndirectObject );if !_gece {_eg .Log .Debug ("E\u006e\u0063\u0072\u0079\u0070\u0074\u0069\u006f\u006e\u0020\u006f\u0062\u006a\u0065\u0063\u0074\u0020\u006eo\u0074\u0020\u0061\u006e\u0020\u0069\u006e\u0064\u0069\u0072ec\u0074\u0020\u006fb\u006ae\u0063\u0074"); +return false ,_a .New ("\u0074\u0079p\u0065\u0020\u0063h\u0065\u0063\u006b\u0020\u0065\u0072\u0072\u006f\u0072");};_gfebf ,_gece :=_aagee .PdfObject .(*PdfObjectDictionary );_ggfgd ._dfce =_aagee ;_eg .Log .Trace ("\u0032\u003a\u0020%\u0071",_gfebf );if !_gece {return false ,_a .New ("\u0074\u0072a\u0069\u006c\u0065\u0072 \u0045\u006ec\u0072\u0079\u0070\u0074\u0020\u006f\u0062\u006ae\u0063\u0074\u0020\u006e\u006f\u006e\u0020\u0064\u0069\u0063\u0074\u0069o\u006e\u0061\u0072\u0079"); +};_baed =_gfebf ;case *PdfObjectNull :_eg .Log .Debug ("\u0045\u006e\u0063\u0072\u0079\u0070\u0074 \u0069\u0073\u0020a\u0020\u006e\u0075l\u006c\u0020o\u0062\u006a\u0065\u0063\u0074\u002e \u0046il\u0065\u0020\u0073\u0068\u006f\u0075\u006c\u0064\u0020\u006e\u006f\u0074\u0020\u0062\u0065\u0020\u0065\u006e\u0063\u0072\u0079\u0070\u0074\u0065\u0064\u002e"); +return false ,nil ;default:return false ,_bf .Errorf ("u\u006es\u0075\u0070\u0070\u006f\u0072\u0074\u0065\u0064 \u0074\u0079\u0070\u0065: \u0025\u0054",_deed );};_deaf ,_adgbd :=PdfCryptNewDecrypt (_ggfgd ,_baed ,_ggfgd ._daeab );if _adgbd !=nil {return false ,_adgbd ; +};for _ ,_dfdc :=range []string {"\u0045n\u0063\u0072\u0079\u0070\u0074"}{_ceadc :=_ggfgd ._daeab .Get (PdfObjectName (_dfdc ));if _ceadc ==nil {continue ;};switch _gbgf :=_ceadc .(type ){case *PdfObjectReference :_deaf ._afcf [int (_gbgf .ObjectNumber )]=struct{}{}; +case *PdfIndirectObject :_deaf ._cdg [_gbgf ]=true ;_deaf ._afcf [int (_gbgf .ObjectNumber )]=struct{}{};};};_ggfgd ._bbaead =_deaf ;_eg .Log .Trace ("\u0043\u0072\u0079\u0070\u0074\u0065\u0072\u0020\u006f\u0062\u006a\u0065c\u0074\u0020\u0025\u0062",_deaf ); +return true ,nil ;}; -// Append appends PdfObject(s) to the array. -func (_cgeb *PdfObjectArray )Append (objects ...PdfObject ){if _cgeb ==nil {_eb .Log .Debug ("\u0057\u0061\u0072\u006e\u0020\u002d\u0020\u0041\u0074\u0074\u0065\u006d\u0070t\u0020\u0074\u006f\u0020\u0061\u0070p\u0065\u006e\u0064\u0020\u0074\u006f\u0020\u0061\u0020\u006e\u0069\u006c\u0020a\u0072\u0072\u0061\u0079"); -return ;};_cgeb ._aagc =append (_cgeb ._aagc ,objects ...);}; +// WriteString outputs the object as it is to be written to file. +func (_bcbd *PdfObjectArray )WriteString ()string {var _cgcc _afc .Builder ;_cgcc .WriteString ("\u005b");for _cggf ,_bfda :=range _bcbd .Elements (){_cgcc .WriteString (_bfda .WriteString ());if _cggf < (_bcbd .Len ()-1){_cgcc .WriteString ("\u0020"); +};};_cgcc .WriteString ("\u005d");return _cgcc .String ();};func (_bace *PdfParser )getNumbersOfUpdatedObjects (_bcfc *PdfParser )([]int ,error ){if _bcfc ==nil {return nil ,_a .New ("\u0070\u0072e\u0076\u0069\u006f\u0075\u0073\u0020\u0070\u0061\u0072\u0073\u0065\u0072\u0020\u0063\u0061\u006e\u0027\u0074\u0020\u0062\u0065\u0020nu\u006c\u006c"); +};_begg :=_bcfc ._dfdf ;_ccdg :=make ([]int ,0);_acaa :=make (map[int ]interface{});_eaggb :=make (map[int ]int64 );for _gcbb ,_fagff :=range _bace ._gfeb .ObjectMap {if _fagff .Offset ==0{if _fagff .OsObjNumber !=0{if _bafd ,_ccac :=_bace ._gfeb .ObjectMap [_fagff .OsObjNumber ]; +_ccac {_acaa [_fagff .OsObjNumber ]=struct{}{};_eaggb [_gcbb ]=_bafd .Offset ;}else {return nil ,_a .New ("u\u006ed\u0065\u0066\u0069\u006e\u0065\u0064\u0020\u0078r\u0065\u0066\u0020\u0074ab\u006c\u0065");};};}else {_eaggb [_gcbb ]=_fagff .Offset ;};}; +for _aagf ,_bbdcf :=range _eaggb {if _ ,_aggff :=_acaa [_aagf ];_aggff {continue ;};if _bbdcf > _begg {_ccdg =append (_ccdg ,_aagf );};};return _ccdg ,nil ;};func (_cbbg *PdfParser )parseBool ()(PdfObjectBool ,error ){_ggge ,_egeab :=_cbbg ._dgca .Peek (4); +if _egeab !=nil {return PdfObjectBool (false ),_egeab ;};if (len (_ggge )>=4)&&(string (_ggge [:4])=="\u0074\u0072\u0075\u0065"){_cbbg ._dgca .Discard (4);return PdfObjectBool (true ),nil ;};_ggge ,_egeab =_cbbg ._dgca .Peek (5);if _egeab !=nil {return PdfObjectBool (false ),_egeab ; +};if (len (_ggge )>=5)&&(string (_ggge [:5])=="\u0066\u0061\u006cs\u0065"){_cbbg ._dgca .Discard (5);return PdfObjectBool (false ),nil ;};return PdfObjectBool (false ),_a .New ("\u0075n\u0065\u0078\u0070\u0065c\u0074\u0065\u0064\u0020\u0062o\u006fl\u0065a\u006e\u0020\u0073\u0074\u0072\u0069\u006eg"); +}; -// GetPreviousRevisionParser returns PdfParser for the previous version of the Pdf document. -func (_dgfe *PdfParser )GetPreviousRevisionParser ()(*PdfParser ,error ){if _dgfe ._aegg ==0{return nil ,_f .New ("\u0074\u0068\u0069\u0073 i\u0073\u0020\u0066\u0069\u0072\u0073\u0074\u0020\u0072\u0065\u0076\u0069\u0073\u0069o\u006e");};if _geda ,_gaeef :=_dgfe ._bddb [_dgfe ]; -_gaeef {return _geda ,nil ;};_gbbgg ,_fgbbg :=_dgfe .GetPreviousRevisionReadSeeker ();if _fgbbg !=nil {return nil ,_fgbbg ;};_gada ,_fgbbg :=NewParser (_gbbgg );_gada ._bddb =_dgfe ._bddb ;if _fgbbg !=nil {return nil ,_fgbbg ;};_dgfe ._bddb [_dgfe ]=_gada ; -return _gada ,nil ;}; +// GoImageToJBIG2 creates a binary image on the base of 'i' golang image.Image. +// If the image is not a black/white image then the function converts provided input into +// JBIG2Image with 1bpp. For non grayscale images the function performs the conversion to the grayscale temp image. +// Then it checks the value of the gray image value if it's within bounds of the black white threshold. +// This 'bwThreshold' value should be in range (0.0, 1.0). The threshold checks if the grayscale pixel (uint) value +// is greater or smaller than 'bwThreshold' * 255. Pixels inside the range will be white, and the others will be black. +// If the 'bwThreshold' is equal to -1.0 - JB2ImageAutoThreshold then it's value would be set on the base of +// it's histogram using Triangle method. For more information go to: +// +// https://www.mathworks.com/matlabcentral/fileexchange/28047-gray-image-thresholding-using-the-triangle-method +func GoImageToJBIG2 (i _g .Image ,bwThreshold float64 )(*JBIG2Image ,error ){const _cccd ="\u0047\u006f\u0049\u006d\u0061\u0067\u0065\u0054\u006fJ\u0042\u0049\u0047\u0032";if i ==nil {return nil ,_bgc .Error (_cccd ,"i\u006d\u0061\u0067\u0065 '\u0069'\u0020\u006e\u006f\u0074\u0020d\u0065\u0066\u0069\u006e\u0065\u0064"); +};var (_cdec uint8 ;_cege _gg .Image ;_cafa error ;);if bwThreshold ==JB2ImageAutoThreshold {_cege ,_cafa =_gg .MonochromeConverter .Convert (i );}else if bwThreshold > 1.0||bwThreshold < 0.0{return nil ,_bgc .Error (_cccd ,"p\u0072\u006f\u0076\u0069\u0064\u0065\u0064\u0020\u0074h\u0072\u0065\u0073\u0068\u006f\u006c\u0064 i\u0073\u0020\u006e\u006ft\u0020\u0069\u006e\u0020\u0061\u0020\u0072\u0061\u006ege\u0020\u007b0\u002e\u0030\u002c\u0020\u0031\u002e\u0030\u007d"); +}else {_cdec =uint8 (255*bwThreshold );_cege ,_cafa =_gg .MonochromeThresholdConverter (_cdec ).Convert (i );};if _cafa !=nil {return nil ,_cafa ;};return _cab (_cege ),nil ;}; -// Elements returns a slice of the PdfObject elements in the array. -// Preferred over accessing the array directly as type may be changed in future major versions (v3). -func (_ccefcg *PdfObjectStreams )Elements ()[]PdfObject {if _ccefcg ==nil {return nil ;};return _ccefcg ._fagda ;}; +// Inspect analyzes the document object structure. Returns a map of object types (by name) with the instance count +// as value. +func (_dabc *PdfParser )Inspect ()(map[string ]int ,error ){return _dabc .inspect ()}; -// Bytes returns the PdfObjectString content as a []byte array. -func (_eaacd *PdfObjectString )Bytes ()[]byte {return []byte (_eaacd ._cbdg )}; +// AddPageImage adds the page with the image 'img' to the encoder context in order to encode it jbig2 document. +// The 'settings' defines what encoding type should be used by the encoder. +func (_dffc *JBIG2Encoder )AddPageImage (img *JBIG2Image ,settings *JBIG2EncoderSettings )(_babfg error ){const _feff ="\u004a\u0042\u0049\u0047\u0032\u0044\u006f\u0063\u0075\u006d\u0065n\u0074\u002e\u0041\u0064\u0064\u0050\u0061\u0067\u0065\u0049m\u0061\u0067\u0065"; +if _dffc ==nil {return _bgc .Error (_feff ,"J\u0042I\u0047\u0032\u0044\u006f\u0063\u0075\u006d\u0065n\u0074\u0020\u0069\u0073 n\u0069\u006c");};if settings ==nil {settings =&_dffc .DefaultPageSettings ;};if _dffc ._aed ==nil {_dffc ._aed =_dbb .InitEncodeDocument (settings .FileMode ); +};if _babfg =settings .Validate ();_babfg !=nil {return _bgc .Wrap (_babfg ,_feff ,"");};_dede ,_babfg :=img .toBitmap ();if _babfg !=nil {return _bgc .Wrap (_babfg ,_feff ,"");};switch settings .Compression {case JB2Generic :if _babfg =_dffc ._aed .AddGenericPage (_dede ,settings .DuplicatedLinesRemoval ); +_babfg !=nil {return _bgc .Wrap (_babfg ,_feff ,"");};case JB2SymbolCorrelation :return _bgc .Error (_feff ,"s\u0079\u006d\u0062\u006f\u006c\u0020\u0063\u006f\u0072r\u0065\u006c\u0061\u0074\u0069\u006f\u006e e\u006e\u0063\u006f\u0064i\u006e\u0067\u0020\u006e\u006f\u0074\u0020\u0069\u006dpl\u0065\u006de\u006e\u0074\u0065\u0064\u0020\u0079\u0065\u0074"); +case JB2SymbolRankHaus :return _bgc .Error (_feff ,"\u0073y\u006d\u0062o\u006c\u0020\u0072a\u006e\u006b\u0020\u0068\u0061\u0075\u0073 \u0065\u006e\u0063\u006f\u0064\u0069n\u0067\u0020\u006e\u006f\u0074\u0020\u0069\u006d\u0070\u006c\u0065m\u0065\u006e\u0074\u0065\u0064\u0020\u0079\u0065\u0074"); +default:return _bgc .Error (_feff ,"\u0070\u0072\u006f\u0076i\u0064\u0065\u0064\u0020\u0069\u006e\u0076\u0061\u006c\u0069d\u0020c\u006f\u006d\u0070\u0072\u0065\u0073\u0073i\u006f\u006e");};return nil ;}; -// WriteString outputs the object as it is to be written to file. -func (_gbaf *PdfObjectArray )WriteString ()string {var _defed _cc .Builder ;_defed .WriteString ("\u005b");for _dagbf ,_cfdd :=range _gbaf .Elements (){_defed .WriteString (_cfdd .WriteString ());if _dagbf < (_gbaf .Len ()-1){_defed .WriteString ("\u0020"); -};};_defed .WriteString ("\u005d");return _defed .String ();}; +// GetDict returns the *PdfObjectDictionary represented by the PdfObject directly or indirectly within an indirect +// object. On type mismatch the found bool flag is false and a nil pointer is returned. +func GetDict (obj PdfObject )(_efbe *PdfObjectDictionary ,_febf bool ){_efbe ,_febf =TraceToDirectObject (obj ).(*PdfObjectDictionary );return _efbe ,_febf ;}; -// MakeStreamDict makes a new instance of an encoding dictionary for a stream object. -func (_cab *ASCIIHexEncoder )MakeStreamDict ()*PdfObjectDictionary {_ffdd :=MakeDict ();_ffdd .Set ("\u0046\u0069\u006c\u0074\u0065\u0072",MakeName (_cab .GetFilterName ()));return _ffdd ;}; +// NewParser creates a new parser for a PDF file via ReadSeeker. Loads the cross reference stream and trailer. +// An error is returned on failure. +func NewParser (rs _eb .ReadSeeker )(*PdfParser ,error ){_fedfg :=&PdfParser {_eaee :rs ,ObjCache :make (objectCache ),_dfeda :map[int64 ]bool {},_ead :make ([]int64 ,0),_agfd :make (map[*PdfParser ]*PdfParser )};_cfcf ,_cbec ,_eafe :=_fedfg .parsePdfVersion (); +if _eafe !=nil {_eg .Log .Error ("U\u006e\u0061\u0062\u006c\u0065\u0020t\u006f\u0020\u0070\u0061\u0072\u0073\u0065\u0020\u0076e\u0072\u0073\u0069o\u006e:\u0020\u0025\u0076",_eafe );return nil ,_eafe ;};_fedfg ._dfd .Major =_cfcf ;_fedfg ._dfd .Minor =_cbec ; +if _fedfg ._daeab ,_eafe =_fedfg .loadXrefs ();_eafe !=nil {_eg .Log .Debug ("\u0045\u0052RO\u0052\u003a\u0020F\u0061\u0069\u006c\u0065d t\u006f l\u006f\u0061\u0064\u0020\u0078\u0072\u0065f \u0074\u0061\u0062\u006c\u0065\u0021\u0020%\u0073",_eafe );return nil ,_eafe ; +};_eg .Log .Trace ("T\u0072\u0061\u0069\u006c\u0065\u0072\u003a\u0020\u0025\u0073",_fedfg ._daeab );_bbbc ,_eafe :=_fedfg .parseLinearizedDictionary ();if _eafe !=nil {return nil ,_eafe ;};if _bbbc !=nil {_fedfg ._gdea ,_eafe =_fedfg .checkLinearizedInformation (_bbbc ); +if _eafe !=nil {return nil ,_eafe ;};};if len (_fedfg ._gfeb .ObjectMap )==0{return nil ,_bf .Errorf ("\u0065\u006d\u0070\u0074\u0079\u0020\u0058\u0052\u0045\u0046\u0020t\u0061\u0062\u006c\u0065\u0020\u002d\u0020\u0049\u006e\u0076a\u006c\u0069\u0064"); +};_fedfg ._bgea =len (_fedfg ._ead );if _fedfg ._gdea &&_fedfg ._bgea !=0{_fedfg ._bgea --;};_fedfg ._gaad =make ([]*PdfParser ,_fedfg ._bgea );return _fedfg ,nil ;}; -// HasEOLAfterHeader gets information if there is a EOL after the version header. -func (_eee ParserMetadata )HasEOLAfterHeader ()bool {return _eee ._aced }; +// DrawableImage is same as golang image/draw's Image interface that allow drawing images. +type DrawableImage interface{ColorModel ()_ac .Model ;Bounds ()_g .Rectangle ;At (_cbfg ,_gea int )_ac .Color ;Set (_gaac ,_dba int ,_cdad _ac .Color );};func (_efgbg *PdfParser )readTextLine ()(string ,error ){var _adgb _bd .Buffer ;for {_dggg ,_fbad :=_efgbg ._dgca .Peek (1); +if _fbad !=nil {_eg .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0025\u0073",_fbad .Error ());return _adgb .String (),_fbad ;};if (_dggg [0]!='\r')&&(_dggg [0]!='\n'){_gedc ,_ :=_efgbg ._dgca .ReadByte ();_adgb .WriteByte (_gedc );}else {break ; +};};return _adgb .String (),nil ;};func (_afbg *PdfParser )parsePdfVersion ()(int ,int ,error ){var _bdad int64 =20;_gbbf :=make ([]byte ,_bdad );_afbg ._eaee .Seek (0,_eb .SeekStart );_afbg ._eaee .Read (_gbbf );var _ggbde error ;var _gccd ,_ecebg int ; +if _bgafg :=_egfb .FindStringSubmatch (string (_gbbf ));len (_bgafg )< 3{if _gccd ,_ecebg ,_ggbde =_afbg .seekPdfVersionTopDown ();_ggbde !=nil {_eg .Log .Debug ("F\u0061\u0069\u006c\u0065\u0064\u0020\u0072\u0065\u0063\u006f\u0076\u0065\u0072\u0079\u0020\u002d\u0020\u0075n\u0061\u0062\u006c\u0065\u0020\u0074\u006f\u0020\u0066\u0069nd\u0020\u0076\u0065r\u0073i\u006f\u006e"); +return 0,0,_ggbde ;};_afbg ._eaee ,_ggbde =_ebfa (_afbg ._eaee ,_afbg .GetFileOffset ()-8);if _ggbde !=nil {return 0,0,_ggbde ;};}else {if _gccd ,_ggbde =_b .Atoi (_bgafg [1]);_ggbde !=nil {return 0,0,_ggbde ;};if _ecebg ,_ggbde =_b .Atoi (_bgafg [2]); +_ggbde !=nil {return 0,0,_ggbde ;};_afbg .SetFileOffset (0);};_afbg ._dgca =_bb .NewReader (_afbg ._eaee );_eg .Log .Debug ("\u0050\u0064\u0066\u0020\u0076\u0065\u0072\u0073\u0069\u006f\u006e\u0020%\u0064\u002e\u0025\u0064",_gccd ,_ecebg );return _gccd ,_ecebg ,nil ; +}; -// CCITTFaxEncoder implements Group3 and Group4 facsimile (fax) encoder/decoder. -type CCITTFaxEncoder struct{K int ;EndOfLine bool ;EncodedByteAlign bool ;Columns int ;Rows int ;EndOfBlock bool ;BlackIs1 bool ;DamagedRowsBeforeError int ;}; +// MakeName creates a PdfObjectName from a string. +func MakeName (s string )*PdfObjectName {_dffdf :=PdfObjectName (s );return &_dffdf }; -// IsDecimalDigit checks if the character is a part of a decimal number string. -func IsDecimalDigit (c byte )bool {return '0'<=c &&c <='9'}; +// Set sets the PdfObject at index i of the array. An error is returned if the index is outside bounds. +func (_cbdd *PdfObjectArray )Set (i int ,obj PdfObject )error {if i < 0||i >=len (_cbdd ._cgef ){return _a .New ("\u006f\u0075\u0074\u0073\u0069\u0064\u0065\u0020\u0062o\u0075\u006e\u0064\u0073");};_cbdd ._cgef [i ]=obj ;return nil ;}; // GetStream returns the *PdfObjectStream represented by the PdfObject. On type mismatch the found bool flag is // false and a nil pointer is returned. -func GetStream (obj PdfObject )(_fddc *PdfObjectStream ,_fdfg bool ){obj =ResolveReference (obj );_fddc ,_fdfg =obj .(*PdfObjectStream );return _fddc ,_fdfg ;}; - -// Len returns the number of elements in the streams. -func (_bfbf *PdfObjectStreams )Len ()int {if _bfbf ==nil {return 0;};return len (_bfbf ._fagda );};const (JB2Generic JBIG2CompressionType =iota ;JB2SymbolCorrelation ;JB2SymbolRankHaus ;); +func GetStream (obj PdfObject )(_fcdge *PdfObjectStream ,_fbff bool ){obj =ResolveReference (obj );_fcdge ,_fbff =obj .(*PdfObjectStream );return _fcdge ,_fbff ;}; -// DecodeBytes decodes the CCITTFax encoded image data. -func (_faed *CCITTFaxEncoder )DecodeBytes (encoded []byte )([]byte ,error ){_ggdgf ,_edbc :=_bad .NewDecoder (encoded ,_bad .DecodeOptions {Columns :_faed .Columns ,Rows :_faed .Rows ,K :_faed .K ,EncodedByteAligned :_faed .EncodedByteAlign ,BlackIsOne :_faed .BlackIs1 ,EndOfBlock :_faed .EndOfBlock ,EndOfLine :_faed .EndOfLine ,DamagedRowsBeforeError :_faed .DamagedRowsBeforeError }); -if _edbc !=nil {return nil ,_edbc ;};_gebf ,_edbc :=_bb .ReadAll (_ggdgf );if _edbc !=nil {return nil ,_edbc ;};return _gebf ,nil ;}; - -// String returns a string describing `null`. -func (_dcad *PdfObjectNull )String ()string {return "\u006e\u0075\u006c\u006c"}; +// GetRevision returns PdfParser for the specific version of the Pdf document. +func (_ddbf *PdfParser )GetRevision (revisionNumber int )(*PdfParser ,error ){_ccda :=_ddbf ._bgea ;if _ccda ==revisionNumber {return _ddbf ,nil ;};if _ccda < revisionNumber {return nil ,_a .New ("\u0075\u006e\u0064\u0065\u0066\u0069\u006e\u0065\u0064\u0020\u0072\u0065\u0076\u0069\u0073i\u006fn\u004e\u0075\u006d\u0062\u0065\u0072\u0020\u0076\u0065\u0072\u0073\u0069\u006f\u006e"); +};if _ddbf ._gaad [revisionNumber ]!=nil {return _ddbf ._gaad [revisionNumber ],nil ;};_aacf :=_ddbf ;for ;_ccda > revisionNumber ;_ccda --{_bbbac ,_ecbd :=_aacf .GetPreviousRevisionParser ();if _ecbd !=nil {return nil ,_ecbd ;};_ddbf ._gaad [_ccda -1]=_bbbac ; +_ddbf ._agfd [_aacf ]=_bbbac ;_aacf =_bbbac ;};return _aacf ,nil ;}; -// EncodeBytes implements support for LZW encoding. Currently not supporting predictors (raw compressed data only). -// Only supports the Early change = 1 algorithm (compress/lzw) as the other implementation -// does not have a write method. -// TODO: Consider refactoring compress/lzw to allow both. -func (_geffb *LZWEncoder )EncodeBytes (data []byte )([]byte ,error ){if _geffb .Predictor !=1{return nil ,_ee .Errorf ("\u004c\u005aW \u0050\u0072\u0065d\u0069\u0063\u0074\u006fr =\u00201 \u006f\u006e\u006c\u0079\u0020\u0073\u0075pp\u006f\u0072\u0074\u0065\u0064\u0020\u0079e\u0074"); -};if _geffb .EarlyChange ==1{return nil ,_ee .Errorf ("\u004c\u005a\u0057\u0020\u0045\u0061\u0072\u006c\u0079\u0020\u0043\u0068\u0061n\u0067\u0065\u0020\u003d\u0020\u0030 \u006f\u006e\u006c\u0079\u0020\u0073\u0075\u0070\u0070\u006f\u0072\u0074\u0065d\u0020\u0079\u0065\u0074"); -};var _bgac _bg .Buffer ;_dgcg :=_eg .NewWriter (&_bgac ,_eg .MSB ,8);_dgcg .Write (data );_dgcg .Close ();return _bgac .Bytes (),nil ;};func _dfca (_bdea PdfObject )(*float64 ,error ){switch _edab :=_bdea .(type ){case *PdfObjectFloat :_dddb :=float64 (*_edab ); -return &_dddb ,nil ;case *PdfObjectInteger :_gbfb :=float64 (*_edab );return &_gbfb ,nil ;case *PdfObjectNull :return nil ,nil ;};return nil ,ErrNotANumber ;}; +// String returns a string describing `streams`. +func (_badf *PdfObjectStreams )String ()string {return _bf .Sprintf ("\u004f\u0062j\u0065\u0063\u0074 \u0073\u0074\u0072\u0065\u0061\u006d\u0020\u0025\u0064",_badf .ObjectNumber );};type objectCache map[int ]PdfObject ; -// EncodeJBIG2Image encodes 'img' into jbig2 encoded bytes stream, using default encoder settings. -func (_ecfa *JBIG2Encoder )EncodeJBIG2Image (img *JBIG2Image )([]byte ,error ){const _aafc ="c\u006f\u0072\u0065\u002eEn\u0063o\u0064\u0065\u004a\u0042\u0049G\u0032\u0049\u006d\u0061\u0067\u0065";if _fbda :=_ecfa .AddPageImage (img ,&_ecfa .DefaultPageSettings ); -_fbda !=nil {return nil ,_eca .Wrap (_fbda ,_aafc ,"");};return _ecfa .Encode ();}; +// Append appends PdfObject(s) to the streams. +func (_ccead *PdfObjectStreams )Append (objects ...PdfObject ){if _ccead ==nil {_eg .Log .Debug ("\u0057\u0061\u0072\u006e\u0020-\u0020\u0041\u0074\u0074\u0065\u006d\u0070\u0074\u0020\u0074\u006f\u0020\u0061p\u0070\u0065\u006e\u0064\u0020\u0074\u006f\u0020\u0061\u0020\u006e\u0069\u006c\u0020\u0073\u0074\u0072\u0065\u0061\u006d\u0073"); +return ;};_ccead ._fcde =append (_ccead ._fcde ,objects ...);}; -// GetAsFloat64Slice returns the array as []float64 slice. -// Returns an error if not entirely numeric (only PdfObjectIntegers, PdfObjectFloats). -func (_bafbd *PdfObjectArray )GetAsFloat64Slice ()([]float64 ,error ){var _cfdb []float64 ;for _ ,_cdfeb :=range _bafbd .Elements (){_cabe ,_cgeg :=GetNumberAsFloat (TraceToDirectObject (_cdfeb ));if _cgeg !=nil {return nil ,_ee .Errorf ("\u0061\u0072\u0072\u0061\u0079\u0020\u0065\u006c\u0065\u006d\u0065n\u0074\u0020\u006e\u006f\u0074\u0020\u0061\u0020\u006e\u0075m\u0062\u0065\u0072"); -};_cfdb =append (_cfdb ,_cabe );};return _cfdb ,nil ;};func (_adfc *PdfCrypt )encryptBytes (_abb []byte ,_aabg string ,_ddg []byte )([]byte ,error ){_eb .Log .Trace ("\u0045\u006e\u0063\u0072\u0079\u0070\u0074\u0020\u0062\u0079\u0074\u0065\u0073");_abfa ,_gaa :=_adfc ._ace [_aabg ]; -if !_gaa {return nil ,_ee .Errorf ("\u0075n\u006b\u006e\u006f\u0077n\u0020\u0063\u0072\u0079\u0070t\u0020f\u0069l\u0074\u0065\u0072\u0020\u0028\u0025\u0073)",_aabg );};return _abfa .EncryptBytes (_abb ,_ddg );}; +// GetStringBytes is like GetStringVal except that it returns the string as a []byte. +// It is for convenience. +func GetStringBytes (obj PdfObject )(_dbcd []byte ,_caec bool ){_abgca ,_caec :=TraceToDirectObject (obj ).(*PdfObjectString );if _caec {return _abgca .Bytes (),true ;};return ;}; -// DrawableImage is same as golang image/draw's Image interface that allow drawing images. -type DrawableImage interface{ColorModel ()_cb .Model ;Bounds ()_a .Rectangle ;At (_beaf ,_ecb int )_cb .Color ;Set (_bfbb ,_cdgb int ,_agdfa _cb .Color );}; +// NewJBIG2Encoder creates a new JBIG2Encoder. +func NewJBIG2Encoder ()*JBIG2Encoder {return &JBIG2Encoder {_aed :_dbb .InitEncodeDocument (false )}}; -// GetTrailer returns the PDFs trailer dictionary. The trailer dictionary is typically the starting point for a PDF, -// referencing other key objects that are important in the document structure. -func (_efcd *PdfParser )GetTrailer ()*PdfObjectDictionary {return _efcd ._cbeb }; +// GetXrefOffset returns the offset of the xref table. +func (_eefgd *PdfParser )GetXrefOffset ()int64 {return _eefgd ._eeeaf }; -// Merge merges in key/values from another dictionary. Overwriting if has same keys. -// The mutated dictionary (d) is returned in order to allow method chaining. -func (_febe *PdfObjectDictionary )Merge (another *PdfObjectDictionary )*PdfObjectDictionary {if another !=nil {for _ ,_afgdc :=range another .Keys (){_eabe :=another .Get (_afgdc );_febe .Set (_afgdc ,_eabe );};};return _febe ;}; +// MakeStreamDict makes a new instance of an encoding dictionary for a stream object. +func (_gaf *RunLengthEncoder )MakeStreamDict ()*PdfObjectDictionary {_dfac :=MakeDict ();_dfac .Set ("\u0046\u0069\u006c\u0074\u0065\u0072",MakeName (_gaf .GetFilterName ()));return _dfac ;};type offsetReader struct{_dbcbf _eb .ReadSeeker ;_fff int64 ; +}; -// IsEncrypted checks if the document is encrypted. A bool flag is returned indicating the result. -// First time when called, will check if the Encrypt dictionary is accessible through the trailer dictionary. -// If encrypted, prepares a crypt datastructure which can be used to authenticate and decrypt the document. -// On failure, an error is returned. -func (_eagb *PdfParser )IsEncrypted ()(bool ,error ){if _eagb ._eccc !=nil {return true ,nil ;}else if _eagb ._cbeb ==nil {return false ,nil ;};_eb .Log .Trace ("\u0043\u0068\u0065c\u006b\u0069\u006e\u0067 \u0065\u006e\u0063\u0072\u0079\u0070\u0074i\u006f\u006e\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u0021"); -_cebb :=_eagb ._cbeb .Get ("\u0045n\u0063\u0072\u0079\u0070\u0074");if _cebb ==nil {return false ,nil ;};_eb .Log .Trace ("\u0049\u0073\u0020\u0065\u006e\u0063\u0072\u0079\u0070\u0074\u0065\u0064\u0021");var (_dbd *PdfObjectDictionary ;);switch _cdad :=_cebb .(type ){case *PdfObjectDictionary :_dbd =_cdad ; -case *PdfObjectReference :_eb .Log .Trace ("\u0030\u003a\u0020\u004c\u006f\u006f\u006b\u0020\u0075\u0070\u0020\u0072e\u0066\u0020\u0025\u0071",_cdad );_dfcdde ,_becg :=_eagb .LookupByReference (*_cdad );_eb .Log .Trace ("\u0031\u003a\u0020%\u0071",_dfcdde ); -if _becg !=nil {return false ,_becg ;};_ebbc ,_accgg :=_dfcdde .(*PdfIndirectObject );if !_accgg {_eb .Log .Debug ("E\u006e\u0063\u0072\u0079\u0070\u0074\u0069\u006f\u006e\u0020\u006f\u0062\u006a\u0065\u0063\u0074\u0020\u006eo\u0074\u0020\u0061\u006e\u0020\u0069\u006e\u0064\u0069\u0072ec\u0074\u0020\u006fb\u006ae\u0063\u0074"); -return false ,_f .New ("\u0074\u0079p\u0065\u0020\u0063h\u0065\u0063\u006b\u0020\u0065\u0072\u0072\u006f\u0072");};_ebdd ,_accgg :=_ebbc .PdfObject .(*PdfObjectDictionary );_eagb ._gbcg =_ebbc ;_eb .Log .Trace ("\u0032\u003a\u0020%\u0071",_ebdd );if !_accgg {return false ,_f .New ("\u0074\u0072a\u0069\u006c\u0065\u0072 \u0045\u006ec\u0072\u0079\u0070\u0074\u0020\u006f\u0062\u006ae\u0063\u0074\u0020\u006e\u006f\u006e\u0020\u0064\u0069\u0063\u0074\u0069o\u006e\u0061\u0072\u0079"); -};_dbd =_ebdd ;case *PdfObjectNull :_eb .Log .Debug ("\u0045\u006e\u0063\u0072\u0079\u0070\u0074 \u0069\u0073\u0020a\u0020\u006e\u0075l\u006c\u0020o\u0062\u006a\u0065\u0063\u0074\u002e \u0046il\u0065\u0020\u0073\u0068\u006f\u0075\u006c\u0064\u0020\u006e\u006f\u0074\u0020\u0062\u0065\u0020\u0065\u006e\u0063\u0072\u0079\u0070\u0074\u0065\u0064\u002e"); -return false ,nil ;default:return false ,_ee .Errorf ("u\u006es\u0075\u0070\u0070\u006f\u0072\u0074\u0065\u0064 \u0074\u0079\u0070\u0065: \u0025\u0054",_cdad );};_aabd ,_gdff :=PdfCryptNewDecrypt (_eagb ,_dbd ,_eagb ._cbeb );if _gdff !=nil {return false ,_gdff ; -};for _ ,_cfea :=range []string {"\u0045n\u0063\u0072\u0079\u0070\u0074"}{_dgeee :=_eagb ._cbeb .Get (PdfObjectName (_cfea ));if _dgeee ==nil {continue ;};switch _fcadb :=_dgeee .(type ){case *PdfObjectReference :_aabd ._eda [int (_fcadb .ObjectNumber )]=struct{}{}; -case *PdfIndirectObject :_aabd ._ge [_fcadb ]=true ;_aabd ._eda [int (_fcadb .ObjectNumber )]=struct{}{};};};_eagb ._eccc =_aabd ;_eb .Log .Trace ("\u0043\u0072\u0079\u0070\u0074\u0065\u0072\u0020\u006f\u0062\u006a\u0065c\u0074\u0020\u0025\u0062",_aabd ); -return true ,nil ;}; +// HasOddLengthHexStrings checks if the document has odd length hexadecimal strings. +func (_cbcf ParserMetadata )HasOddLengthHexStrings ()bool {return _cbcf ._cagf }; // GetNumberAsInt64 returns the contents of `obj` as an int64 if it is an integer or float, or an // error if it isn't. This is for cases where expecting an integer, but some implementations // actually store the number in a floating point format. -func GetNumberAsInt64 (obj PdfObject )(int64 ,error ){switch _egbgg :=obj .(type ){case *PdfObjectFloat :_eb .Log .Debug ("\u004e\u0075m\u0062\u0065\u0072\u0020\u0065\u0078\u0070\u0065\u0063\u0074\u0065\u0064\u0020\u0061\u0073\u0020\u0069\u006e\u0074e\u0067\u0065\u0072\u0020\u0077\u0061s\u0020\u0073\u0074\u006f\u0072\u0065\u0064\u0020\u0061\u0073\u0020\u0066\u006c\u006fa\u0074\u0020(\u0074\u0079\u0070\u0065 \u0063\u0061\u0073\u0074\u0069n\u0067\u0020\u0075\u0073\u0065\u0064\u0029"); -return int64 (*_egbgg ),nil ;case *PdfObjectInteger :return int64 (*_egbgg ),nil ;case *PdfObjectReference :_eddee :=TraceToDirectObject (obj );return GetNumberAsInt64 (_eddee );case *PdfIndirectObject :return GetNumberAsInt64 (_egbgg .PdfObject );};return 0,ErrNotANumber ; +func GetNumberAsInt64 (obj PdfObject )(int64 ,error ){switch _befc :=obj .(type ){case *PdfObjectFloat :_eg .Log .Debug ("\u004e\u0075m\u0062\u0065\u0072\u0020\u0065\u0078\u0070\u0065\u0063\u0074\u0065\u0064\u0020\u0061\u0073\u0020\u0069\u006e\u0074e\u0067\u0065\u0072\u0020\u0077\u0061s\u0020\u0073\u0074\u006f\u0072\u0065\u0064\u0020\u0061\u0073\u0020\u0066\u006c\u006fa\u0074\u0020(\u0074\u0079\u0070\u0065 \u0063\u0061\u0073\u0074\u0069n\u0067\u0020\u0075\u0073\u0065\u0064\u0029"); +return int64 (*_befc ),nil ;case *PdfObjectInteger :return int64 (*_befc ),nil ;case *PdfObjectReference :_gdgd :=TraceToDirectObject (obj );return GetNumberAsInt64 (_gdgd );case *PdfIndirectObject :return GetNumberAsInt64 (_befc .PdfObject );};return 0,ErrNotANumber ; }; -// MakeDecodeParams makes a new instance of an encoding dictionary based on -// the current encoder settings. -func (_acaeb *CCITTFaxEncoder )MakeDecodeParams ()PdfObject {_ceec :=MakeDict ();_ceec .Set ("\u004b",MakeInteger (int64 (_acaeb .K )));_ceec .Set ("\u0043o\u006c\u0075\u006d\u006e\u0073",MakeInteger (int64 (_acaeb .Columns )));if _acaeb .BlackIs1 {_ceec .Set ("\u0042\u006c\u0061\u0063\u006b\u0049\u0073\u0031",MakeBool (_acaeb .BlackIs1 )); -};if _acaeb .EncodedByteAlign {_ceec .Set ("\u0045\u006ec\u006f\u0064\u0065d\u0042\u0079\u0074\u0065\u0041\u006c\u0069\u0067\u006e",MakeBool (_acaeb .EncodedByteAlign ));};if _acaeb .EndOfLine &&_acaeb .K >=0{_ceec .Set ("\u0045n\u0064\u004f\u0066\u004c\u0069\u006ee",MakeBool (_acaeb .EndOfLine )); -};if _acaeb .Rows !=0&&!_acaeb .EndOfBlock {_ceec .Set ("\u0052\u006f\u0077\u0073",MakeInteger (int64 (_acaeb .Rows )));};if !_acaeb .EndOfBlock {_ceec .Set ("\u0045\u006e\u0064\u004f\u0066\u0042\u006c\u006f\u0063\u006b",MakeBool (_acaeb .EndOfBlock )); -};if _acaeb .DamagedRowsBeforeError !=0{_ceec .Set ("\u0044\u0061\u006d\u0061ge\u0064\u0052\u006f\u0077\u0073\u0042\u0065\u0066\u006f\u0072\u0065\u0045\u0072\u0072o\u0072",MakeInteger (int64 (_acaeb .DamagedRowsBeforeError )));};return _ceec ;}; - -// MakeIndirectObject creates an PdfIndirectObject with a specified direct object PdfObject. -func MakeIndirectObject (obj PdfObject )*PdfIndirectObject {_adbd :=&PdfIndirectObject {};_adbd .PdfObject =obj ;return _adbd ;}; +// DecodeStream returns the passed in stream as a slice of bytes. +// The purpose of the method is to satisfy the StreamEncoder interface. +func (_fgcc *RawEncoder )DecodeStream (streamObj *PdfObjectStream )([]byte ,error ){return streamObj .Stream ,nil ;}; -// NewJPXEncoder returns a new instance of JPXEncoder. -func NewJPXEncoder ()*JPXEncoder {return &JPXEncoder {}}; +// Clear resets the array to an empty state. +func (_eaabg *PdfObjectArray )Clear (){_eaabg ._cgef =[]PdfObject {}}; -// ParseNumber parses a numeric objects from a buffered stream. -// Section 7.3.3. -// Integer or Float. -// -// An integer shall be written as one or more decimal digits optionally -// preceded by a sign. The value shall be interpreted as a signed -// decimal integer and shall be converted to an integer object. -// -// A real value shall be written as one or more decimal digits with an -// optional sign and a leading, trailing, or embedded PERIOD (2Eh) -// (decimal point). The value shall be interpreted as a real number -// and shall be converted to a real object. -// -// Regarding exponential numbers: 7.3.3 Numeric Objects: -// A conforming writer shall not use the PostScript syntax for numbers -// with non-decimal radices (such as 16#FFFE) or in exponential format -// (such as 6.02E23). -// Nonetheless, we sometimes get numbers with exponential format, so -// we will support it in the reader (no confusion with other types, so -// no compromise). -func ParseNumber (buf *_ga .Reader )(PdfObject ,error ){_dbde :=false ;_aacg :=true ;var _abda _bg .Buffer ;for {if _eb .Log .IsLogLevel (_eb .LogLevelTrace ){_eb .Log .Trace ("\u0050\u0061\u0072\u0073in\u0067\u0020\u006e\u0075\u006d\u0062\u0065\u0072\u0020\u0022\u0025\u0073\u0022",_abda .String ()); -};_cffff ,_cgdb :=buf .Peek (1);if _cgdb ==_bb .EOF {break ;};if _cgdb !=nil {_eb .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u0020\u0025\u0073",_cgdb );return nil ,_cgdb ;};if _aacg &&(_cffff [0]=='-'||_cffff [0]=='+'){_cgdcc ,_ :=buf .ReadByte ();_abda .WriteByte (_cgdcc ); -_aacg =false ;}else if IsDecimalDigit (_cffff [0]){_bccgd ,_ :=buf .ReadByte ();_abda .WriteByte (_bccgd );}else if _cffff [0]=='.'{_bace ,_ :=buf .ReadByte ();_abda .WriteByte (_bace );_dbde =true ;}else if _cffff [0]=='e'||_cffff [0]=='E'{_fgaae ,_ :=buf .ReadByte (); -_abda .WriteByte (_fgaae );_dbde =true ;_aacg =true ;}else {break ;};};var _dedbd PdfObject ;if _dbde {_egbff ,_cgcc :=_d .ParseFloat (_abda .String (),64);if _cgcc !=nil {_eb .Log .Debug ("\u0045\u0072r\u006f\u0072\u0020\u0070\u0061\u0072\u0073\u0069\u006e\u0067\u0020\u006e\u0075\u006d\u0062\u0065\u0072\u0020\u0025v\u0020\u0065\u0072\u0072\u003d\u0025v\u002e\u0020\u0055\u0073\u0069\u006e\u0067\u0020\u0030\u002e\u0030\u002e\u0020\u004fu\u0074\u0070u\u0074\u0020\u006d\u0061y\u0020\u0062\u0065\u0020\u0069n\u0063\u006f\u0072\u0072\u0065\u0063\u0074",_abda .String (),_cgcc ); -_egbff =0.0;};_dcba :=PdfObjectFloat (_egbff );_dedbd =&_dcba ;}else {_eddf ,_feafa :=_d .ParseInt (_abda .String (),10,64);if _feafa !=nil {_eb .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0070\u0061\u0072\u0073\u0069\u006e\u0067\u0020\u006e\u0075\u006db\u0065\u0072\u0020\u0025\u0076\u0020\u0065\u0072\u0072\u003d%\u0076\u002e\u0020\u0055\u0073\u0069\u006e\u0067\u0020\u0030\u002e\u0020\u004f\u0075\u0074\u0070\u0075\u0074 \u006d\u0061\u0079\u0020\u0062\u0065 \u0069\u006ec\u006f\u0072r\u0065c\u0074",_abda .String (),_feafa ); -_eddf =0;};_cgfb :=PdfObjectInteger (_eddf );_dedbd =&_cgfb ;};return _dedbd ,nil ;}; +// GetFilterName returns the name of the encoding filter. +func (_cgffa *RawEncoder )GetFilterName ()string {return StreamEncodingFilterNameRaw }; -// MakeFloat creates an PdfObjectFloat from a float64. -func MakeFloat (val float64 )*PdfObjectFloat {_cgbf :=PdfObjectFloat (val );return &_cgbf }; +// WriteString outputs the object as it is to be written to file. +func (_eacf *PdfObjectBool )WriteString ()string {if *_eacf {return "\u0074\u0072\u0075\u0065";};return "\u0066\u0061\u006cs\u0065";}; -// DecodeStream decodes a multi-encoded stream by passing it through the -// DecodeStream method of the underlying encoders. -func (_gbea *MultiEncoder )DecodeStream (streamObj *PdfObjectStream )([]byte ,error ){return _gbea .DecodeBytes (streamObj .Stream );}; +// GetFilterName returns the name of the encoding filter. +func (_fgfa *LZWEncoder )GetFilterName ()string {return StreamEncodingFilterNameLZW };func _ebfa (_dbag _eb .ReadSeeker ,_ggda int64 )(*offsetReader ,error ){_cebdd :=&offsetReader {_dbcbf :_dbag ,_fff :_ggda };_ ,_dgab :=_cebdd .Seek (0,_eb .SeekStart ); +return _cebdd ,_dgab ;};var _ddadf =_de .MustCompile ("\u0028\u005c\u0064\u002b\u0029\u005c\u0073\u002b\u0028\u005c\u0064\u002b)\u005c\u0073\u002a\u0024"); -// Clear resets the array to an empty state. -func (_egfe *PdfObjectArray )Clear (){_egfe ._aagc =[]PdfObject {}}; +// UpdateParams updates the parameter values of the encoder. +func (_dbcc *CCITTFaxEncoder )UpdateParams (params *PdfObjectDictionary ){if _cadf ,_ceca :=GetNumberAsInt64 (params .Get ("\u004b"));_ceca ==nil {_dbcc .K =int (_cadf );};if _ebdd ,_gafc :=GetNumberAsInt64 (params .Get ("\u0043o\u006c\u0075\u006d\u006e\u0073")); +_gafc ==nil {_dbcc .Columns =int (_ebdd );}else if _ebdd ,_gafc =GetNumberAsInt64 (params .Get ("\u0057\u0069\u0064t\u0068"));_gafc ==nil {_dbcc .Columns =int (_ebdd );};if _eafg ,_gfab :=GetNumberAsInt64 (params .Get ("\u0042\u006c\u0061\u0063\u006b\u0049\u0073\u0031")); +_gfab ==nil {_dbcc .BlackIs1 =_eafg > 0;}else {if _cdbcb ,_bcaf :=GetBoolVal (params .Get ("\u0042\u006c\u0061\u0063\u006b\u0049\u0073\u0031"));_bcaf {_dbcc .BlackIs1 =_cdbcb ;}else {if _dgbd ,_febgf :=GetArray (params .Get ("\u0044\u0065\u0063\u006f\u0064\u0065")); +_febgf {_fggdd ,_gaed :=_dgbd .ToIntegerArray ();if _gaed ==nil {_dbcc .BlackIs1 =_fggdd [0]==1&&_fggdd [1]==0;};};};};if _fcc ,_dccf :=GetNumberAsInt64 (params .Get ("\u0045\u006ec\u006f\u0064\u0065d\u0042\u0079\u0074\u0065\u0041\u006c\u0069\u0067\u006e")); +_dccf ==nil {_dbcc .EncodedByteAlign =_fcc > 0;}else {if _ebda ,_egcb :=GetBoolVal (params .Get ("\u0045\u006ec\u006f\u0064\u0065d\u0042\u0079\u0074\u0065\u0041\u006c\u0069\u0067\u006e"));_egcb {_dbcc .EncodedByteAlign =_ebda ;};};if _bccgd ,_edad :=GetNumberAsInt64 (params .Get ("\u0045n\u0064\u004f\u0066\u004c\u0069\u006ee")); +_edad ==nil {_dbcc .EndOfLine =_bccgd > 0;}else {if _edbf ,_dbga :=GetBoolVal (params .Get ("\u0045n\u0064\u004f\u0066\u004c\u0069\u006ee"));_dbga {_dbcc .EndOfLine =_edbf ;};};if _bgga ,_aagcc :=GetNumberAsInt64 (params .Get ("\u0052\u006f\u0077\u0073")); +_aagcc ==nil {_dbcc .Rows =int (_bgga );}else if _bgga ,_aagcc =GetNumberAsInt64 (params .Get ("\u0048\u0065\u0069\u0067\u0068\u0074"));_aagcc ==nil {_dbcc .Rows =int (_bgga );};if _badg ,_fecb :=GetNumberAsInt64 (params .Get ("\u0045\u006e\u0064\u004f\u0066\u0042\u006c\u006f\u0063\u006b")); +_fecb ==nil {_dbcc .EndOfBlock =_badg > 0;}else {if _dffd ,_fgbg :=GetBoolVal (params .Get ("\u0045\u006e\u0064\u004f\u0066\u0042\u006c\u006f\u0063\u006b"));_fgbg {_dbcc .EndOfBlock =_dffd ;};};if _fccd ,_afbc :=GetNumberAsInt64 (params .Get ("\u0044\u0061\u006d\u0061ge\u0064\u0052\u006f\u0077\u0073\u0042\u0065\u0066\u006f\u0072\u0065\u0045\u0072\u0072o\u0072")); +_afbc !=nil {_dbcc .DamagedRowsBeforeError =int (_fccd );};};func (_ccb *PdfCrypt )encryptBytes (_aag []byte ,_bae string ,_feg []byte )([]byte ,error ){_eg .Log .Trace ("\u0045\u006e\u0063\u0072\u0079\u0070\u0074\u0020\u0062\u0079\u0074\u0065\u0073"); +_cdf ,_dfag :=_ccb ._ceaa [_bae ];if !_dfag {return nil ,_bf .Errorf ("\u0075n\u006b\u006e\u006f\u0077n\u0020\u0063\u0072\u0079\u0070t\u0020f\u0069l\u0074\u0065\u0072\u0020\u0028\u0025\u0073)",_bae );};return _cdf .EncryptBytes (_aag ,_feg );}; -// DecodeBytes decodes a byte slice from Run length encoding. -// -// 7.4.5 RunLengthDecode Filter -// The RunLengthDecode filter decodes data that has been encoded in a simple byte-oriented format based on run length. -// The encoded data shall be a sequence of runs, where each run shall consist of a length byte followed by 1 to 128 -// bytes of data. If the length byte is in the range 0 to 127, the following length + 1 (1 to 128) bytes shall be -// copied literally during decompression. If length is in the range 129 to 255, the following single byte shall be -// copied 257 - length (2 to 128) times during decompression. A length value of 128 shall denote EOD. -func (_dgad *RunLengthEncoder )DecodeBytes (encoded []byte )([]byte ,error ){_feaa :=_bg .NewReader (encoded );var _aacd []byte ;for {_eagc ,_fgb :=_feaa .ReadByte ();if _fgb !=nil {return nil ,_fgb ;};if _eagc > 128{_add ,_ccef :=_feaa .ReadByte ();if _ccef !=nil {return nil ,_ccef ; -};for _aefgb :=0;_aefgb < 257-int (_eagc );_aefgb ++{_aacd =append (_aacd ,_add );};}else if _eagc < 128{for _ccge :=0;_ccge < int (_eagc )+1;_ccge ++{_ebgf ,_geb :=_feaa .ReadByte ();if _geb !=nil {return nil ,_geb ;};_aacd =append (_aacd ,_ebgf );};}else {break ; -};};return _aacd ,nil ;};func (_dgadc *PdfParser )parseHexString ()(*PdfObjectString ,error ){_dgadc ._dedbc .ReadByte ();var _cggcf _bg .Buffer ;for {_edceg ,_bgbdb :=_dgadc ._dedbc .Peek (1);if _bgbdb !=nil {return MakeString (""),_bgbdb ;};if _edceg [0]=='>'{_dgadc ._dedbc .ReadByte (); -break ;};_bgdg ,_ :=_dgadc ._dedbc .ReadByte ();if _dgadc ._aega {if _bg .IndexByte (_dffca ,_bgdg )==-1{_dgadc ._eggc ._gca =true ;};};if !IsWhiteSpace (_bgdg ){_cggcf .WriteByte (_bgdg );};};if _cggcf .Len ()%2==1{_dgadc ._eggc ._cdff =true ;_cggcf .WriteRune ('0'); -};_baaf ,_ :=_ae .DecodeString (_cggcf .String ());return MakeHexString (string (_baaf )),nil ;};func _dcbcc (_gecc ,_aeaad PdfObject ,_gaba int )bool {if _gaba > _gegcg {_eb .Log .Error ("\u0054\u0072ac\u0065\u0020\u0064e\u0070\u0074\u0068\u0020lev\u0065l \u0062\u0065\u0079\u006f\u006e\u0064\u0020%d\u0020\u002d\u0020\u0065\u0072\u0072\u006fr\u0021",_gegcg ); -return false ;};if _gecc ==nil &&_aeaad ==nil {return true ;}else if _gecc ==nil ||_aeaad ==nil {return false ;};if _fa .TypeOf (_gecc )!=_fa .TypeOf (_aeaad ){return false ;};switch _fcgg :=_gecc .(type ){case *PdfObjectNull ,*PdfObjectReference :return true ; -case *PdfObjectName :return *_fcgg ==*(_aeaad .(*PdfObjectName ));case *PdfObjectString :return *_fcgg ==*(_aeaad .(*PdfObjectString ));case *PdfObjectInteger :return *_fcgg ==*(_aeaad .(*PdfObjectInteger ));case *PdfObjectBool :return *_fcgg ==*(_aeaad .(*PdfObjectBool )); -case *PdfObjectFloat :return *_fcgg ==*(_aeaad .(*PdfObjectFloat ));case *PdfIndirectObject :return _dcbcc (TraceToDirectObject (_gecc ),TraceToDirectObject (_aeaad ),_gaba +1);case *PdfObjectArray :_cefgc :=_aeaad .(*PdfObjectArray );if len ((*_fcgg )._aagc )!=len ((*_cefgc )._aagc ){return false ; -};for _bdgf ,_dcfcf :=range (*_fcgg )._aagc {if !_dcbcc (_dcfcf ,(*_cefgc )._aagc [_bdgf ],_gaba +1){return false ;};};return true ;case *PdfObjectDictionary :_deed :=_aeaad .(*PdfObjectDictionary );_aafb ,_fdabf :=(*_fcgg )._abec ,(*_deed )._abec ;if len (_aafb )!=len (_fdabf ){return false ; -};for _bedc ,_dfaa :=range _aafb {_afgaf ,_ggea :=_fdabf [_bedc ];if !_ggea ||!_dcbcc (_dfaa ,_afgaf ,_gaba +1){return false ;};};return true ;case *PdfObjectStream :_adgfe :=_aeaad .(*PdfObjectStream );return _dcbcc ((*_fcgg ).PdfObjectDictionary ,(*_adgfe ).PdfObjectDictionary ,_gaba +1); -default:_eb .Log .Error ("\u0045\u0052R\u004f\u0052\u003a\u0020\u0055\u006e\u006b\u006e\u006f\u0077\u006e\u0020\u0074\u0079\u0070\u0065\u003a\u0020\u0025\u0054\u0020\u002d\u0020\u0073\u0068\u006f\u0075\u006c\u0064\u0020\u006e\u0065\u0076\u0065\u0072\u0020\u0068\u0061\u0070\u0070\u0065\u006e\u0021",_gecc ); -};return false ;}; +// IsFloatDigit checks if a character can be a part of a float number string. +func IsFloatDigit (c byte )bool {return ('0'<=c &&c <='9')||c =='.'};func (_bbd *PdfParser )lookupObjectViaOS (_def int ,_aa int )(PdfObject ,error ){var _dgb *_bd .Reader ;var _fca objectStream ;var _bgf bool ;_fca ,_bgf =_bbd ._bgag [_def ];if !_bgf {_defa ,_eed :=_bbd .LookupByNumber (_def ); +if _eed !=nil {_eg .Log .Debug ("\u004d\u0069ss\u0069\u006e\u0067 \u006f\u0062\u006a\u0065ct \u0073tr\u0065\u0061\u006d\u0020\u0077\u0069\u0074h \u006e\u0075\u006d\u0062\u0065\u0072\u0020%\u0064",_def );return nil ,_eed ;};_bgb ,_cfd :=_defa .(*PdfObjectStream ); +if !_cfd {return nil ,_a .New ("i\u006e\u0076\u0061\u006cid\u0020o\u0062\u006a\u0065\u0063\u0074 \u0073\u0074\u0072\u0065\u0061\u006d");};if _bbd ._bbaead !=nil &&!_bbd ._bbaead .isDecrypted (_bgb ){return nil ,_a .New ("\u006e\u0065\u0065\u0064\u0020\u0074\u006f\u0020\u0064\u0065\u0063r\u0079\u0070\u0074\u0020\u0074\u0068\u0065\u0020\u0073\u0074r\u0065\u0061\u006d"); +};_ed :=_bgb .PdfObjectDictionary ;_eg .Log .Trace ("\u0073o\u0020\u0064\u003a\u0020\u0025\u0073\n",_ed .String ());_bbe ,_cfd :=_ed .Get ("\u0054\u0079\u0070\u0065").(*PdfObjectName );if !_cfd {_eg .Log .Debug ("\u0045\u0052R\u004f\u0052\u003a\u0020\u004f\u0062\u006a\u0065\u0063\u0074\u0020\u0073\u0074\u0072\u0065\u0061\u006d\u0020\u0073\u0068\u006f\u0075\u006c\u0064\u0020\u0061\u006c\u0077\u0061\u0079\u0073\u0020\u0068\u0061\u0076\u0065\u0020\u0061\u0020\u0054\u0079\u0070\u0065"); +return nil ,_a .New ("\u006f\u0062\u006a\u0065\u0063\u0074\u0020\u0073\u0074\u0072\u0065a\u006d\u0020\u006d\u0069\u0073\u0073\u0069\u006e\u0067\u0020T\u0079\u0070\u0065");};if _afc .ToLower (string (*_bbe ))!="\u006f\u0062\u006a\u0073\u0074\u006d"{_eg .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u004f\u0062\u006a\u0065\u0063\u0074\u0020\u0073\u0074\u0072\u0065a\u006d\u0020\u0074\u0079\u0070\u0065\u0020s\u0068\u0061\u006c\u006c\u0020\u0061\u006c\u0077\u0061\u0079\u0073 \u0062\u0065\u0020\u004f\u0062\u006a\u0053\u0074\u006d\u0020\u0021"); +return nil ,_a .New ("\u006f\u0062\u006a\u0065c\u0074\u0020\u0073\u0074\u0072\u0065\u0061\u006d\u0020\u0074y\u0070e\u0020\u0021\u003d\u0020\u004f\u0062\u006aS\u0074\u006d");};N ,_cfd :=_ed .Get ("\u004e").(*PdfObjectInteger );if !_cfd {return nil ,_a .New ("\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u004e\u0020i\u006e\u0020\u0073\u0074\u0072\u0065\u0061m\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079"); +};_defe ,_cfd :=_ed .Get ("\u0046\u0069\u0072s\u0074").(*PdfObjectInteger );if !_cfd {return nil ,_a .New ("\u0069\u006e\u0076al\u0069\u0064\u0020\u0046\u0069\u0072\u0073\u0074\u0020i\u006e \u0073t\u0072e\u0061\u006d\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079"); +};_eg .Log .Trace ("\u0074\u0079\u0070\u0065\u003a\u0020\u0025\u0073\u0020\u006eu\u006d\u0062\u0065\u0072\u0020\u006f\u0066 \u006f\u0062\u006a\u0065\u0063\u0074\u0073\u003a\u0020\u0025\u0064",_bbe ,*N );_cca ,_eed :=DecodeStream (_bgb );if _eed !=nil {return nil ,_eed ; +};_eg .Log .Trace ("D\u0065\u0063\u006f\u0064\u0065\u0064\u003a\u0020\u0025\u0073",_cca );_gc :=_bbd .GetFileOffset ();defer func (){_bbd .SetFileOffset (_gc )}();_dgb =_bd .NewReader (_cca );_bbd ._dgca =_bb .NewReader (_dgb );_eg .Log .Trace ("\u0050a\u0072s\u0069\u006e\u0067\u0020\u006ff\u0066\u0073e\u0074\u0020\u006d\u0061\u0070"); +_fe :=map[int ]int64 {};for _cd :=0;_cd < int (*N );_cd ++{_bbd .skipSpaces ();_gf ,_acd :=_bbd .parseNumber ();if _acd !=nil {return nil ,_acd ;};_ebc ,_afd :=_gf .(*PdfObjectInteger );if !_afd {return nil ,_a .New ("\u0069\u006e\u0076al\u0069\u0064\u0020\u006f\u0062\u006a\u0065\u0063\u0074 \u0073t\u0072e\u0061m\u0020\u006f\u0066\u0066\u0073\u0065\u0074\u0020\u0074\u0061\u0062\u006c\u0065"); +};_bbd .skipSpaces ();_gf ,_acd =_bbd .parseNumber ();if _acd !=nil {return nil ,_acd ;};_egc ,_afd :=_gf .(*PdfObjectInteger );if !_afd {return nil ,_a .New ("\u0069\u006e\u0076al\u0069\u0064\u0020\u006f\u0062\u006a\u0065\u0063\u0074 \u0073t\u0072e\u0061m\u0020\u006f\u0066\u0066\u0073\u0065\u0074\u0020\u0074\u0061\u0062\u006c\u0065"); +};_eg .Log .Trace ("\u006f\u0062j\u0020\u0025\u0064 \u006f\u0066\u0066\u0073\u0065\u0074\u0020\u0025\u0064",*_ebc ,*_egc );_fe [int (*_ebc )]=int64 (*_defe +*_egc );};_fca =objectStream {N :int (*N ),_cf :_cca ,_be :_fe };_bbd ._bgag [_def ]=_fca ;}else {_bbg :=_bbd .GetFileOffset (); +defer func (){_bbd .SetFileOffset (_bbg )}();_dgb =_bd .NewReader (_fca ._cf );_bbd ._dgca =_bb .NewReader (_dgb );};_cac :=_fca ._be [_aa ];_eg .Log .Trace ("\u0041\u0043\u0054\u0055AL\u0020\u006f\u0066\u0066\u0073\u0065\u0074\u005b\u0025\u0064\u005d\u0020\u003d\u0020%\u0064",_aa ,_cac ); +_dgb .Seek (_cac ,_eb .SeekStart );_bbd ._dgca =_bb .NewReader (_dgb );_ad ,_ :=_bbd ._dgca .Peek (100);_eg .Log .Trace ("\u004f\u0042\u004a\u0020\u0070\u0065\u0065\u006b\u0020\u0022\u0025\u0073\u0022",string (_ad ));_df ,_dd :=_bbd .parseObject ();if _dd !=nil {_eg .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u0020\u0046\u0061\u0069\u006c \u0074\u006f\u0020\u0072\u0065\u0061\u0064 \u006f\u0062\u006a\u0065\u0063\u0074\u0020\u0028\u0025\u0073\u0029",_dd ); +return nil ,_dd ;};if _df ==nil {return nil ,_a .New ("o\u0062\u006a\u0065\u0063t \u0063a\u006e\u006e\u006f\u0074\u0020b\u0065\u0020\u006e\u0075\u006c\u006c");};_fa :=PdfIndirectObject {};_fa .ObjectNumber =int64 (_aa );_fa .PdfObject =_df ;_fa ._defda =_bbd ; +return &_fa ,nil ;}; -// DecodeBytes decodes a slice of DCT encoded bytes and returns the result. -func (_cfd *DCTEncoder )DecodeBytes (encoded []byte )([]byte ,error ){_gega :=_bg .NewReader (encoded );_cgc ,_bgdc :=_beg .Decode (_gega );if _bgdc !=nil {_eb .Log .Debug ("\u0045r\u0072\u006f\u0072\u0020\u0064\u0065\u0063\u006f\u0064\u0069\u006eg\u0020\u0069\u006d\u0061\u0067\u0065\u003a\u0020\u0025\u0073",_bgdc ); -return nil ,_bgdc ;};_begd :=_cgc .Bounds ();var _efbc =make ([]byte ,_begd .Dx ()*_begd .Dy ()*_cfd .ColorComponents *_cfd .BitsPerComponent /8);_egfc :=0;switch _cfd .ColorComponents {case 1:_eege :=[]float64 {_cfd .Decode [0],_cfd .Decode [1]};for _dccg :=_begd .Min .Y ; -_dccg < _begd .Max .Y ;_dccg ++{for _fdd :=_begd .Min .X ;_fdd < _begd .Max .X ;_fdd ++{_fefa :=_cgc .At (_fdd ,_dccg );if _cfd .BitsPerComponent ==16{_faea ,_gacc :=_fefa .(_cb .Gray16 );if !_gacc {return nil ,_f .New ("\u0063\u006fl\u006f\u0072\u0020t\u0079\u0070\u0065\u0020\u0065\u0072\u0072\u006f\u0072"); -};_abeff :=_fdfc (uint (_faea .Y >>8),_eege [0],_eege [1]);_bfca :=_fdfc (uint (_faea .Y ),_eege [0],_eege [1]);_efbc [_egfc ]=byte (_abeff );_egfc ++;_efbc [_egfc ]=byte (_bfca );_egfc ++;}else {_aebae ,_fdfa :=_fefa .(_cb .Gray );if !_fdfa {return nil ,_f .New ("\u0063\u006fl\u006f\u0072\u0020t\u0079\u0070\u0065\u0020\u0065\u0072\u0072\u006f\u0072"); -};_efbc [_egfc ]=byte (_fdfc (uint (_aebae .Y ),_eege [0],_eege [1]));_egfc ++;};};};case 3:_ebcd :=[]float64 {_cfd .Decode [0],_cfd .Decode [1]};_dedea :=[]float64 {_cfd .Decode [2],_cfd .Decode [3]};_gbgg :=[]float64 {_cfd .Decode [4],_cfd .Decode [5]}; -for _ggd :=_begd .Min .Y ;_ggd < _begd .Max .Y ;_ggd ++{for _befb :=_begd .Min .X ;_befb < _begd .Max .X ;_befb ++{_dee :=_cgc .At (_befb ,_ggd );if _cfd .BitsPerComponent ==16{_cgdg ,_aabge :=_dee .(_cb .RGBA64 );if !_aabge {return nil ,_f .New ("\u0063\u006fl\u006f\u0072\u0020t\u0079\u0070\u0065\u0020\u0065\u0072\u0072\u006f\u0072"); -};_gaag :=_fdfc (uint (_cgdg .R >>8),_ebcd [0],_ebcd [1]);_gddg :=_fdfc (uint (_cgdg .R ),_ebcd [0],_ebcd [1]);_bff :=_fdfc (uint (_cgdg .G >>8),_dedea [0],_dedea [1]);_gdda :=_fdfc (uint (_cgdg .G ),_dedea [0],_dedea [1]);_cddf :=_fdfc (uint (_cgdg .B >>8),_gbgg [0],_gbgg [1]); -_cffc :=_fdfc (uint (_cgdg .B ),_gbgg [0],_gbgg [1]);_efbc [_egfc ]=byte (_gaag );_egfc ++;_efbc [_egfc ]=byte (_gddg );_egfc ++;_efbc [_egfc ]=byte (_bff );_egfc ++;_efbc [_egfc ]=byte (_gdda );_egfc ++;_efbc [_egfc ]=byte (_cddf );_egfc ++;_efbc [_egfc ]=byte (_cffc ); -_egfc ++;}else {_bebd ,_eebe :=_dee .(_cb .RGBA );if _eebe {_gacd :=_fdfc (uint (_bebd .R ),_ebcd [0],_ebcd [1]);_defd :=_fdfc (uint (_bebd .G ),_dedea [0],_dedea [1]);_edb :=_fdfc (uint (_bebd .B ),_gbgg [0],_gbgg [1]);_efbc [_egfc ]=byte (_gacd );_egfc ++; -_efbc [_egfc ]=byte (_defd );_egfc ++;_efbc [_egfc ]=byte (_edb );_egfc ++;}else {_beeg ,_aea :=_dee .(_cb .YCbCr );if !_aea {return nil ,_f .New ("\u0063\u006fl\u006f\u0072\u0020t\u0079\u0070\u0065\u0020\u0065\u0072\u0072\u006f\u0072");};_dedc ,_ggfb ,_ggac ,_ :=_beeg .RGBA (); -_efeg :=_fdfc (uint (_dedc >>8),_ebcd [0],_ebcd [1]);_gbca :=_fdfc (uint (_ggfb >>8),_dedea [0],_dedea [1]);_bfge :=_fdfc (uint (_ggac >>8),_gbgg [0],_gbgg [1]);_efbc [_egfc ]=byte (_efeg );_egfc ++;_efbc [_egfc ]=byte (_gbca );_egfc ++;_efbc [_egfc ]=byte (_bfge ); -_egfc ++;};};};};case 4:_egd :=[]float64 {_cfd .Decode [0],_cfd .Decode [1]};_ddfe :=[]float64 {_cfd .Decode [2],_cfd .Decode [3]};_deeb :=[]float64 {_cfd .Decode [4],_cfd .Decode [5]};_dcfb :=[]float64 {_cfd .Decode [6],_cfd .Decode [7]};for _gaea :=_begd .Min .Y ; -_gaea < _begd .Max .Y ;_gaea ++{for _fcef :=_begd .Min .X ;_fcef < _begd .Max .X ;_fcef ++{_egbb :=_cgc .At (_fcef ,_gaea );_bcde ,_efaf :=_egbb .(_cb .CMYK );if !_efaf {return nil ,_f .New ("\u0063\u006fl\u006f\u0072\u0020t\u0079\u0070\u0065\u0020\u0065\u0072\u0072\u006f\u0072"); -};_gaeb :=255-_fdfc (uint (_bcde .C ),_egd [0],_egd [1]);_eac :=255-_fdfc (uint (_bcde .M ),_ddfe [0],_ddfe [1]);_bgbg :=255-_fdfc (uint (_bcde .Y ),_deeb [0],_deeb [1]);_adad :=255-_fdfc (uint (_bcde .K ),_dcfb [0],_dcfb [1]);_efbc [_egfc ]=byte (_gaeb ); -_egfc ++;_efbc [_egfc ]=byte (_eac );_egfc ++;_efbc [_egfc ]=byte (_bgbg );_egfc ++;_efbc [_egfc ]=byte (_adad );_egfc ++;};};};return _efbc ,nil ;}; +// GetPreviousRevisionReadSeeker returns ReadSeeker for the previous version of the Pdf document. +func (_dacd *PdfParser )GetPreviousRevisionReadSeeker ()(_eb .ReadSeeker ,error ){if _ccea :=_dacd .seekToEOFMarker (_dacd ._dfdf -_cgaf );_ccea !=nil {return nil ,_ccea ;};_eaded ,_ddcca :=_dacd ._eaee .Seek (0,_eb .SeekCurrent );if _ddcca !=nil {return nil ,_ddcca ; +};_eaded +=_cgaf ;return _afce (_dacd ._eaee ,_eaded );};func (_bdec *PdfParser )parseNumber ()(PdfObject ,error ){return ParseNumber (_bdec ._dgca )}; // MakeDecodeParams makes a new instance of an encoding dictionary based on // the current encoder settings. -func (_cedg *MultiEncoder )MakeDecodeParams ()PdfObject {if len (_cedg ._abeab )==0{return nil ;};if len (_cedg ._abeab )==1{return _cedg ._abeab [0].MakeDecodeParams ();};_eafg :=MakeArray ();_eed :=true ;for _ ,_dfdbf :=range _cedg ._abeab {_dccf :=_dfdbf .MakeDecodeParams (); -if _dccf ==nil {_eafg .Append (MakeNull ());}else {_eed =false ;_eafg .Append (_dccf );};};if _eed {return nil ;};return _eafg ;}; +func (_eaagb *CCITTFaxEncoder )MakeDecodeParams ()PdfObject {_beagca :=MakeDict ();_beagca .Set ("\u004b",MakeInteger (int64 (_eaagb .K )));_beagca .Set ("\u0043o\u006c\u0075\u006d\u006e\u0073",MakeInteger (int64 (_eaagb .Columns )));if _eaagb .BlackIs1 {_beagca .Set ("\u0042\u006c\u0061\u0063\u006b\u0049\u0073\u0031",MakeBool (_eaagb .BlackIs1 )); +};if _eaagb .EncodedByteAlign {_beagca .Set ("\u0045\u006ec\u006f\u0064\u0065d\u0042\u0079\u0074\u0065\u0041\u006c\u0069\u0067\u006e",MakeBool (_eaagb .EncodedByteAlign ));};if _eaagb .EndOfLine &&_eaagb .K >=0{_beagca .Set ("\u0045n\u0064\u004f\u0066\u004c\u0069\u006ee",MakeBool (_eaagb .EndOfLine )); +};if _eaagb .Rows !=0&&!_eaagb .EndOfBlock {_beagca .Set ("\u0052\u006f\u0077\u0073",MakeInteger (int64 (_eaagb .Rows )));};if !_eaagb .EndOfBlock {_beagca .Set ("\u0045\u006e\u0064\u004f\u0066\u0042\u006c\u006f\u0063\u006b",MakeBool (_eaagb .EndOfBlock )); +};if _eaagb .DamagedRowsBeforeError !=0{_beagca .Set ("\u0044\u0061\u006d\u0061ge\u0064\u0052\u006f\u0077\u0073\u0042\u0065\u0066\u006f\u0072\u0065\u0045\u0072\u0072o\u0072",MakeInteger (int64 (_eaagb .DamagedRowsBeforeError )));};return _beagca ;}; -// GoImageToJBIG2 creates a binary image on the base of 'i' golang image.Image. -// If the image is not a black/white image then the function converts provided input into -// JBIG2Image with 1bpp. For non grayscale images the function performs the conversion to the grayscale temp image. -// Then it checks the value of the gray image value if it's within bounds of the black white threshold. -// This 'bwThreshold' value should be in range (0.0, 1.0). The threshold checks if the grayscale pixel (uint) value -// is greater or smaller than 'bwThreshold' * 255. Pixels inside the range will be white, and the others will be black. -// If the 'bwThreshold' is equal to -1.0 - JB2ImageAutoThreshold then it's value would be set on the base of -// it's histogram using Triangle method. For more information go to: -// -// https://www.mathworks.com/matlabcentral/fileexchange/28047-gray-image-thresholding-using-the-triangle-method -func GoImageToJBIG2 (i _a .Image ,bwThreshold float64 )(*JBIG2Image ,error ){const _gbbg ="\u0047\u006f\u0049\u006d\u0061\u0067\u0065\u0054\u006fJ\u0042\u0049\u0047\u0032";if i ==nil {return nil ,_eca .Error (_gbbg ,"i\u006d\u0061\u0067\u0065 '\u0069'\u0020\u006e\u006f\u0074\u0020d\u0065\u0066\u0069\u006e\u0065\u0064"); -};var (_gddb uint8 ;_geeb _eeb .Image ;_effe error ;);if bwThreshold ==JB2ImageAutoThreshold {_geeb ,_effe =_eeb .MonochromeConverter .Convert (i );}else if bwThreshold > 1.0||bwThreshold < 0.0{return nil ,_eca .Error (_gbbg ,"p\u0072\u006f\u0076\u0069\u0064\u0065\u0064\u0020\u0074h\u0072\u0065\u0073\u0068\u006f\u006c\u0064 i\u0073\u0020\u006e\u006ft\u0020\u0069\u006e\u0020\u0061\u0020\u0072\u0061\u006ege\u0020\u007b0\u002e\u0030\u002c\u0020\u0031\u002e\u0030\u007d"); -}else {_gddb =uint8 (255*bwThreshold );_geeb ,_effe =_eeb .MonochromeThresholdConverter (_gddb ).Convert (i );};if _effe !=nil {return nil ,_effe ;};return _dcca (_geeb ),nil ;}; - -// MakeStreamDict make a new instance of an encoding dictionary for a stream object. -func (_gcg *ASCII85Encoder )MakeStreamDict ()*PdfObjectDictionary {_gfbf :=MakeDict ();_gfbf .Set ("\u0046\u0069\u006c\u0074\u0065\u0072",MakeName (_gcg .GetFilterName ()));return _gfbf ;}; +// GetObjectNums returns a sorted list of object numbers of the PDF objects in the file. +func (_baef *PdfParser )GetObjectNums ()[]int {var _gfeee []int ;for _ ,_deafd :=range _baef ._gfeb .ObjectMap {_gfeee =append (_gfeee ,_deafd .ObjectNumber );};_e .Ints (_gfeee );return _gfeee ;}; -// ReadBytesAt reads byte content at specific offset and length within the PDF. -func (_cfgf *PdfParser )ReadBytesAt (offset ,len int64 )([]byte ,error ){_cafd :=_cfgf .GetFileOffset ();_ ,_ddgg :=_cfgf ._cdea .Seek (offset ,_bb .SeekStart );if _ddgg !=nil {return nil ,_ddgg ;};_afgb :=make ([]byte ,len );_ ,_ddgg =_bb .ReadAtLeast (_cfgf ._cdea ,_afgb ,int (len )); -if _ddgg !=nil {return nil ,_ddgg ;};_cfgf .SetFileOffset (_cafd );return _afgb ,nil ;}; +// DecodeStream decodes a JPX encoded stream and returns the result as a +// slice of bytes. +func (_fagf *JPXEncoder )DecodeStream (streamObj *PdfObjectStream )([]byte ,error ){_eg .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u003a\u0020\u0041t\u0074\u0065\u006dpt\u0069\u006e\u0067\u0020\u0074\u006f \u0075\u0073\u0065\u0020\u0075\u006e\u0073\u0075\u0070\u0070\u006f\u0072\u0074\u0065\u0064 \u0065\u006e\u0063\u006f\u0064\u0069\u006e\u0067 \u0025\u0073",_fagf .GetFilterName ()); +return streamObj .Stream ,ErrNoJPXDecode ;}; // GetFilterArray returns the names of the underlying encoding filters in an array that // can be used as /Filter entry. -func (_bafe *MultiEncoder )GetFilterArray ()*PdfObjectArray {_dgbd :=make ([]PdfObject ,len (_bafe ._abeab ));for _dcef ,_acfec :=range _bafe ._abeab {_dgbd [_dcef ]=MakeName (_acfec .GetFilterName ());};return MakeArray (_dgbd ...);};func (_fba *PdfParser )getNumbersOfUpdatedObjects (_cged *PdfParser )([]int ,error ){if _cged ==nil {return nil ,_f .New ("\u0070\u0072e\u0076\u0069\u006f\u0075\u0073\u0020\u0070\u0061\u0072\u0073\u0065\u0072\u0020\u0063\u0061\u006e\u0027\u0074\u0020\u0062\u0065\u0020nu\u006c\u006c"); -};_defgd :=_cged ._ggdf ;_fefae :=make ([]int ,0);_gddag :=make (map[int ]interface{});_ebad :=make (map[int ]int64 );for _faeae ,_egfg :=range _fba ._bfba .ObjectMap {if _egfg .Offset ==0{if _egfg .OsObjNumber !=0{if _bdbg ,_gdae :=_fba ._bfba .ObjectMap [_egfg .OsObjNumber ]; -_gdae {_gddag [_egfg .OsObjNumber ]=struct{}{};_ebad [_faeae ]=_bdbg .Offset ;}else {return nil ,_f .New ("u\u006ed\u0065\u0066\u0069\u006e\u0065\u0064\u0020\u0078r\u0065\u0066\u0020\u0074ab\u006c\u0065");};};}else {_ebad [_faeae ]=_egfg .Offset ;};};for _adef ,_efba :=range _ebad {if _ ,_cgcf :=_gddag [_adef ]; -_cgcf {continue ;};if _efba > _defgd {_fefae =append (_fefae ,_adef );};};return _fefae ,nil ;}; - -// MakeDecodeParams makes a new instance of an encoding dictionary based on -// the current encoder settings. -func (_eaac *LZWEncoder )MakeDecodeParams ()PdfObject {if _eaac .Predictor > 1{_dbbc :=MakeDict ();_dbbc .Set ("\u0050r\u0065\u0064\u0069\u0063\u0074\u006fr",MakeInteger (int64 (_eaac .Predictor )));if _eaac .BitsPerComponent !=8{_dbbc .Set ("\u0042\u0069t\u0073\u0050\u0065r\u0043\u006f\u006d\u0070\u006f\u006e\u0065\u006e\u0074",MakeInteger (int64 (_eaac .BitsPerComponent ))); -};if _eaac .Columns !=1{_dbbc .Set ("\u0043o\u006c\u0075\u006d\u006e\u0073",MakeInteger (int64 (_eaac .Columns )));};if _eaac .Colors !=1{_dbbc .Set ("\u0043\u006f\u006c\u006f\u0072\u0073",MakeInteger (int64 (_eaac .Colors )));};return _dbbc ;};return nil ; -};func (_dgg *PdfCrypt )makeKey (_afa string ,_cggb ,_gage uint32 ,_edf []byte )([]byte ,error ){_edd ,_fdb :=_dgg ._ace [_afa ];if !_fdb {return nil ,_ee .Errorf ("\u0075n\u006b\u006e\u006f\u0077n\u0020\u0063\u0072\u0079\u0070t\u0020f\u0069l\u0074\u0065\u0072\u0020\u0028\u0025\u0073)",_afa ); -};return _edd .MakeKey (_cggb ,_gage ,_edf );}; - -// TraceToDirectObject traces a PdfObject to a direct object. For example direct objects contained -// in indirect objects (can be double referenced even). -func TraceToDirectObject (obj PdfObject )PdfObject {if _ccgeg ,_aacdg :=obj .(*PdfObjectReference );_aacdg {obj =_ccgeg .Resolve ();};_efda ,_gafbe :=obj .(*PdfIndirectObject );_gfbca :=0;for _gafbe {obj =_efda .PdfObject ;_efda ,_gafbe =GetIndirect (obj ); -_gfbca ++;if _gfbca > _gegcg {_eb .Log .Error ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0054\u0072\u0061\u0063\u0065\u0020\u0064\u0065p\u0074\u0068\u0020\u006c\u0065\u0076\u0065\u006c\u0020\u0062\u0065\u0079\u006fn\u0064\u0020\u0025\u0064\u0020\u002d\u0020\u006e\u006f\u0074\u0020\u0067oi\u006e\u0067\u0020\u0064\u0065\u0065\u0070\u0065\u0072\u0021",_gegcg ); -return nil ;};};return obj ;}; - -// GetCrypter returns the PdfCrypt instance which has information about the PDFs encryption. -func (_decf *PdfParser )GetCrypter ()*PdfCrypt {return _decf ._eccc };func _acgde (_cggf *PdfObjectDictionary )(_gffd *_eeb .ImageBase ){var (_bgfb *PdfObjectInteger ;_ffgdf bool ;);if _bgfb ,_ffgdf =_cggf .Get ("\u0057\u0069\u0064t\u0068").(*PdfObjectInteger ); -_ffgdf {_gffd =&_eeb .ImageBase {Width :int (*_bgfb )};}else {return nil ;};if _bgfb ,_ffgdf =_cggf .Get ("\u0048\u0065\u0069\u0067\u0068\u0074").(*PdfObjectInteger );_ffgdf {_gffd .Height =int (*_bgfb );};if _bgfb ,_ffgdf =_cggf .Get ("\u0042\u0069t\u0073\u0050\u0065r\u0043\u006f\u006d\u0070\u006f\u006e\u0065\u006e\u0074").(*PdfObjectInteger ); -_ffgdf {_gffd .BitsPerComponent =int (*_bgfb );};if _bgfb ,_ffgdf =_cggf .Get ("\u0043o\u006co\u0072\u0043\u006f\u006d\u0070\u006f\u006e\u0065\u006e\u0074\u0073").(*PdfObjectInteger );_ffgdf {_gffd .ColorComponents =int (*_bgfb );};return _gffd ;}; - -// PdfObjectDictionary represents the primitive PDF dictionary/map object. -type PdfObjectDictionary struct{_abec map[PdfObjectName ]PdfObject ;_begbb []PdfObjectName ;_bfdf *_g .Mutex ;_eddefe *PdfParser ;}; - -// ToFloat64Array returns a slice of all elements in the array as a float64 slice. An error is -// returned if the array contains non-numeric objects (each element can be either PdfObjectInteger -// or PdfObjectFloat). -func (_gfbb *PdfObjectArray )ToFloat64Array ()([]float64 ,error ){var _ffbc []float64 ;for _ ,_abca :=range _gfbb .Elements (){switch _cdbf :=_abca .(type ){case *PdfObjectInteger :_ffbc =append (_ffbc ,float64 (*_cdbf ));case *PdfObjectFloat :_ffbc =append (_ffbc ,float64 (*_cdbf )); -default:return nil ,ErrTypeError ;};};return _ffbc ,nil ;}; - -// IsHexadecimal checks if the PdfObjectString contains Hexadecimal data. -func (_fbeg *PdfObjectString )IsHexadecimal ()bool {return _fbeg ._cdca }; - -// PdfObjectArray represents the primitive PDF array object. -type PdfObjectArray struct{_aagc []PdfObject };func (_bce *PdfCrypt )checkAccessRights (_dga []byte )(bool ,_cbd .Permissions ,error ){_bdb :=_bce .securityHandler ();_gdbg ,_abe ,_cfff :=_bdb .Authenticate (&_bce ._adfe ,_dga );if _cfff !=nil {return false ,0,_cfff ; -}else if _abe ==0||len (_gdbg )==0{return false ,0,nil ;};return true ,_abe ,nil ;};func (_gafd *PdfParser )seekPdfVersionTopDown ()(int ,int ,error ){_gafd ._cdea .Seek (0,_bb .SeekStart );_gafd ._dedbc =_ga .NewReader (_gafd ._cdea );_cbeg :=20;_daggg :=make ([]byte ,_cbeg ); -for {_gaeae ,_feec :=_gafd ._dedbc .ReadByte ();if _feec !=nil {if _feec ==_bb .EOF {break ;}else {return 0,0,_feec ;};};if IsDecimalDigit (_gaeae )&&_daggg [_cbeg -1]=='.'&&IsDecimalDigit (_daggg [_cbeg -2])&&_daggg [_cbeg -3]=='-'&&_daggg [_cbeg -4]=='F'&&_daggg [_cbeg -5]=='D'&&_daggg [_cbeg -6]=='P'{_dgff :=int (_daggg [_cbeg -2]-'0'); -_gggg :=int (_gaeae -'0');return _dgff ,_gggg ,nil ;};_daggg =append (_daggg [1:_cbeg ],_gaeae );};return 0,0,_f .New ("\u0076\u0065\u0072\u0073\u0069\u006f\u006e\u0020\u006e\u006f\u0074\u0020f\u006f\u0075\u006e\u0064");}; - -// DecodeGlobals decodes 'encoded' byte stream and returns their Globally defined segments ('Globals'). -func (_gggb *JBIG2Encoder )DecodeGlobals (encoded []byte )(_gd .Globals ,error ){return _gd .DecodeGlobals (encoded );}; - -// DecodeStream implements ASCII hex decoding. -func (_agfc *ASCIIHexEncoder )DecodeStream (streamObj *PdfObjectStream )([]byte ,error ){return _agfc .DecodeBytes (streamObj .Stream );}; - -// NewDCTEncoder makes a new DCT encoder with default parameters. -func NewDCTEncoder ()*DCTEncoder {_dfdc :=&DCTEncoder {};_dfdc .ColorComponents =3;_dfdc .BitsPerComponent =8;_dfdc .Quality =DefaultJPEGQuality ;_dfdc .Decode =[]float64 {0.0,1.0,0.0,1.0,0.0,1.0};return _dfdc ;}; +func (_fdeg *MultiEncoder )GetFilterArray ()*PdfObjectArray {_debb :=make ([]PdfObject ,len (_fdeg ._cfag ));for _eded ,_eead :=range _fdeg ._cfag {_debb [_eded ]=MakeName (_eead .GetFilterName ());};return MakeArray (_debb ...);};var (ErrUnsupportedEncodingParameters =_a .New ("\u0075\u006e\u0073u\u0070\u0070\u006f\u0072t\u0065\u0064\u0020\u0065\u006e\u0063\u006fd\u0069\u006e\u0067\u0020\u0070\u0061\u0072\u0061\u006d\u0065\u0074\u0065\u0072\u0073"); +ErrNoCCITTFaxDecode =_a .New ("\u0043\u0043I\u0054\u0054\u0046\u0061\u0078\u0044\u0065\u0063\u006f\u0064\u0065\u0020\u0065\u006e\u0063\u006f\u0064\u0069\u006e\u0067\u0020\u0069\u0073\u0020\u006e\u006f\u0074\u0020\u0079\u0065\u0074\u0020\u0069\u006d\u0070\u006c\u0065\u006d\u0065\u006e\u0074\u0065\u0064"); +ErrNoJBIG2Decode =_a .New ("\u004a\u0042\u0049\u0047\u0032\u0044\u0065c\u006f\u0064\u0065 \u0065\u006e\u0063\u006fd\u0069\u006e\u0067\u0020\u0069\u0073\u0020\u006e\u006f\u0074\u0020\u0079\u0065\u0074\u0020\u0069\u006d\u0070\u006c\u0065\u006d\u0065\u006e\u0074\u0065\u0064"); +ErrNoJPXDecode =_a .New ("\u004a\u0050\u0058\u0044\u0065c\u006f\u0064\u0065\u0020\u0065\u006e\u0063\u006f\u0064\u0069\u006e\u0067\u0020i\u0073\u0020\u006e\u006f\u0074\u0020\u0079\u0065\u0074\u0020\u0069\u006d\u0070\u006c\u0065\u006d\u0065\u006e\u0074\u0065\u0064"); +ErrNoPdfVersion =_a .New ("\u0076\u0065\u0072\u0073\u0069\u006f\u006e\u0020\u006e\u006f\u0074\u0020f\u006f\u0075\u006e\u0064");ErrTypeError =_a .New ("\u0074\u0079p\u0065\u0020\u0063h\u0065\u0063\u006b\u0020\u0065\u0072\u0072\u006f\u0072");ErrRangeError =_a .New ("\u0072\u0061\u006e\u0067\u0065\u0020\u0063\u0068\u0065\u0063\u006b\u0020e\u0072\u0072\u006f\u0072"); +ErrNotSupported =_bg .New ("\u0066\u0065\u0061t\u0075\u0072\u0065\u0020n\u006f\u0074\u0020\u0063\u0075\u0072\u0072e\u006e\u0074\u006c\u0079\u0020\u0073\u0075\u0070\u0070\u006f\u0072\u0074\u0065\u0064");ErrNotANumber =_a .New ("\u006e\u006f\u0074 \u0061\u0020\u006e\u0075\u006d\u0062\u0065\u0072"); +); -// HasInvalidSeparationAfterXRef implements core.ParserMetadata interface. -func (_bded ParserMetadata )HasInvalidSeparationAfterXRef ()bool {return _bded ._bgb }; +// MakeStreamDict makes a new instance of an encoding dictionary for a stream object. +func (_edbb *JPXEncoder )MakeStreamDict ()*PdfObjectDictionary {return MakeDict ()};func _ccafa (_eabd *PdfObjectStream ,_ffcfb *PdfObjectDictionary )(*RunLengthEncoder ,error ){return NewRunLengthEncoder (),nil ;};var _dded =_de .MustCompile ("\u0073t\u0061r\u0074\u0078\u003f\u0072\u0065f\u005c\u0073*\u0028\u005c\u0064\u002b\u0029"); +type objectStream struct{N int ;_cf []byte ;_be map[int ]int64 ;}; -// JBIG2Image is the image structure used by the jbig2 encoder. Its Data must be in a -// 1 bit per component and 1 component per pixel (1bpp). In order to create binary image -// use GoImageToJBIG2 function. If the image data contains the row bytes padding set the HasPadding to true. -type JBIG2Image struct{ +// UpdateParams updates the parameter values of the encoder. +// Implements StreamEncoder interface. +func (_aage *JBIG2Encoder )UpdateParams (params *PdfObjectDictionary ){_abade ,_ffcd :=GetNumberAsInt64 (params .Get ("\u0042\u0069t\u0073\u0050\u0065r\u0043\u006f\u006d\u0070\u006f\u006e\u0065\u006e\u0074"));if _ffcd ==nil {_aage .BitsPerComponent =int (_abade ); +};_bcec ,_ffcd :=GetNumberAsInt64 (params .Get ("\u0057\u0069\u0064t\u0068"));if _ffcd ==nil {_aage .Width =int (_bcec );};_ddad ,_ffcd :=GetNumberAsInt64 (params .Get ("\u0048\u0065\u0069\u0067\u0068\u0074"));if _ffcd ==nil {_aage .Height =int (_ddad ); +};_ffcb ,_ffcd :=GetNumberAsInt64 (params .Get ("\u0043o\u006co\u0072\u0043\u006f\u006d\u0070\u006f\u006e\u0065\u006e\u0074\u0073"));if _ffcd ==nil {_aage .ColorComponents =int (_ffcb );};}; -// Width and Height defines the image boundaries. -Width ,Height int ; +// DecodeStream decodes a JBIG2 encoded stream and returns the result as a slice of bytes. +func (_cbac *JBIG2Encoder )DecodeStream (streamObj *PdfObjectStream )([]byte ,error ){return _cbac .DecodeBytes (streamObj .Stream );};func (_badaab *PdfParser )traceStreamLength (_eacb PdfObject )(PdfObject ,error ){_fcgcf ,_fdbb :=_eacb .(*PdfObjectReference ); +if _fdbb {_dagcd ,_efgg :=_badaab ._dfeda [_fcgcf .ObjectNumber ];if _efgg &&_dagcd {_eg .Log .Debug ("\u0053t\u0072\u0065a\u006d\u0020\u004c\u0065n\u0067\u0074\u0068 \u0072\u0065\u0066\u0065\u0072\u0065\u006e\u0063\u0065 u\u006e\u0072\u0065s\u006f\u006cv\u0065\u0064\u0020\u0028\u0069\u006cl\u0065\u0067a\u006c\u0029"); +return nil ,_a .New ("\u0069\u006c\u006c\u0065ga\u006c\u0020\u0072\u0065\u0063\u0075\u0072\u0073\u0069\u0076\u0065\u0020\u006c\u006fo\u0070");};_badaab ._dfeda [_fcgcf .ObjectNumber ]=true ;};_gbag ,_fded :=_badaab .Resolve (_eacb );if _fded !=nil {return nil ,_fded ; +};_eg .Log .Trace ("\u0053\u0074\u0072\u0065\u0061\u006d\u0020\u006c\u0065\u006e\u0067\u0074h\u003f\u0020\u0025\u0073",_gbag );if _fdbb {_badaab ._dfeda [_fcgcf .ObjectNumber ]=false ;};return _gbag ,nil ;}; -// Data is the byte slice data for the input image -Data []byte ; +// PdfIndirectObject represents the primitive PDF indirect object. +type PdfIndirectObject struct{PdfObjectReference ;PdfObject ;}; -// HasPadding is the attribute that defines if the last byte of the data in the row contains -// 0 bits padding. -HasPadding bool ;}; +// PdfObjectNull represents the primitive PDF null object. +type PdfObjectNull struct{}; -// MakeArrayFromIntegers creates an PdfObjectArray from a slice of ints, where each array element is -// an PdfObjectInteger. -func MakeArrayFromIntegers (vals []int )*PdfObjectArray {_eedcf :=MakeArray ();for _ ,_fadc :=range vals {_eedcf .Append (MakeInteger (int64 (_fadc )));};return _eedcf ;}; +// MakeStreamDict make a new instance of an encoding dictionary for a stream object. +func (_dagg *ASCII85Encoder )MakeStreamDict ()*PdfObjectDictionary {_ebgf :=MakeDict ();_ebgf .Set ("\u0046\u0069\u006c\u0074\u0065\u0072",MakeName (_dagg .GetFilterName ()));return _ebgf ;}; -// PdfObjectStream represents the primitive PDF Object stream. -type PdfObjectStream struct{PdfObjectReference ;*PdfObjectDictionary ;Stream []byte ;Lazy bool ;TempFile string ;}; +// LookupByReference looks up a PdfObject by a reference. +func (_beb *PdfParser )LookupByReference (ref PdfObjectReference )(PdfObject ,error ){_eg .Log .Trace ("\u004c\u006f\u006fki\u006e\u0067\u0020\u0075\u0070\u0020\u0072\u0065\u0066\u0065\u0072\u0065\u006e\u0063\u0065\u0020\u0025\u0073",ref .String ());return _beb .LookupByNumber (int (ref .ObjectNumber )); +}; -// GetStringBytes is like GetStringVal except that it returns the string as a []byte. -// It is for convenience. -func GetStringBytes (obj PdfObject )(_bcdf []byte ,_accc bool ){_edffg ,_accc :=TraceToDirectObject (obj ).(*PdfObjectString );if _accc {return _edffg .Bytes (),true ;};return ;};func (_caada *PdfParser )inspect ()(map[string ]int ,error ){_eb .Log .Trace ("\u002d\u002d\u002d\u002d\u002d\u002d\u002d\u002d\u0049\u004e\u0053P\u0045\u0043\u0054\u0020\u002d\u002d\u002d\u002d\u002d\u002d-\u002d\u002d\u002d"); -_eb .Log .Trace ("X\u0072\u0065\u0066\u0020\u0074\u0061\u0062\u006c\u0065\u003a");_badbd :=map[string ]int {};_cdgcf :=0;_fbff :=0;var _cdee []int ;for _cbafb :=range _caada ._bfba .ObjectMap {_cdee =append (_cdee ,_cbafb );};_be .Ints (_cdee );_defba :=0; -for _ ,_feddb :=range _cdee {_agefd :=_caada ._bfba .ObjectMap [_feddb ];if _agefd .ObjectNumber ==0{continue ;};_cdgcf ++;_eb .Log .Trace ("\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d");_eb .Log .Trace ("\u004c\u006f\u006f\u006bi\u006e\u0067\u0020\u0075\u0070\u0020\u006f\u0062\u006a\u0065c\u0074 \u006e\u0075\u006d\u0062\u0065\u0072\u003a \u0025\u0064",_agefd .ObjectNumber ); -_ecgg ,_dgaf :=_caada .LookupByNumber (_agefd .ObjectNumber );if _dgaf !=nil {_eb .Log .Trace ("\u0045\u0052\u0052\u004f\u0052\u003a \u0046\u0061\u0069\u006c\u0020\u0074\u006f\u0020\u006c\u006f\u006f\u006b\u0075p\u0020\u006f\u0062\u006a\u0020\u0025\u0064 \u0028\u0025\u0073\u0029",_agefd .ObjectNumber ,_dgaf ); -_fbff ++;continue ;};_eb .Log .Trace ("\u006fb\u006a\u003a\u0020\u0025\u0073",_ecgg );_cdag ,_gfgb :=_ecgg .(*PdfIndirectObject );if _gfgb {_eb .Log .Trace ("\u0049N\u0044 \u004f\u004f\u0042\u004a\u0020\u0025\u0064\u003a\u0020\u0025\u0073",_agefd .ObjectNumber ,_cdag ); -_degg ,_gdece :=_cdag .PdfObject .(*PdfObjectDictionary );if _gdece {if _effc ,_dfaf :=_degg .Get ("\u0054\u0079\u0070\u0065").(*PdfObjectName );_dfaf {_cfec :=string (*_effc );_eb .Log .Trace ("\u002d\u002d\u002d\u003e\u0020\u004f\u0062\u006a\u0020\u0074\u0079\u0070e\u003a\u0020\u0025\u0073",_cfec ); -_ ,_fedcf :=_badbd [_cfec ];if _fedcf {_badbd [_cfec ]++;}else {_badbd [_cfec ]=1;};}else if _cgaag ,_cfeg :=_degg .Get ("\u0053u\u0062\u0074\u0079\u0070\u0065").(*PdfObjectName );_cfeg {_geebd :=string (*_cgaag );_eb .Log .Trace ("-\u002d-\u003e\u0020\u004f\u0062\u006a\u0020\u0073\u0075b\u0074\u0079\u0070\u0065: \u0025\u0073",_geebd ); -_ ,_efbcg :=_badbd [_geebd ];if _efbcg {_badbd [_geebd ]++;}else {_badbd [_geebd ]=1;};};if _eabfa ,_aecda :=_degg .Get ("\u0053").(*PdfObjectName );_aecda &&*_eabfa =="\u004a\u0061\u0076\u0061\u0053\u0063\u0072\u0069\u0070\u0074"{_ ,_aebfa :=_badbd ["\u004a\u0061\u0076\u0061\u0053\u0063\u0072\u0069\u0070\u0074"]; -if _aebfa {_badbd ["\u004a\u0061\u0076\u0061\u0053\u0063\u0072\u0069\u0070\u0074"]++;}else {_badbd ["\u004a\u0061\u0076\u0061\u0053\u0063\u0072\u0069\u0070\u0074"]=1;};};};}else if _gfbba ,_beed :=_ecgg .(*PdfObjectStream );_beed {if _gcbfg ,_egbge :=_gfbba .PdfObjectDictionary .Get ("\u0054\u0079\u0070\u0065").(*PdfObjectName ); -_egbge {_eb .Log .Trace ("\u002d\u002d\u003e\u0020\u0053\u0074\u0072\u0065\u0061\u006d\u0020o\u0062\u006a\u0065\u0063\u0074\u0020\u0074\u0079\u0070\u0065:\u0020\u0025\u0073",*_gcbfg );_decbb :=string (*_gcbfg );_badbd [_decbb ]++;};}else {_dgcc ,_cagg :=_ecgg .(*PdfObjectDictionary ); -if _cagg {_gbeae ,_cedc :=_dgcc .Get ("\u0054\u0079\u0070\u0065").(*PdfObjectName );if _cedc {_ecae :=string (*_gbeae );_eb .Log .Trace ("\u002d-\u002d \u006f\u0062\u006a\u0020\u0074\u0079\u0070\u0065\u0020\u0025\u0073",_ecae );_badbd [_ecae ]++;};};_eb .Log .Trace ("\u0044\u0049\u0052\u0045\u0043\u0054\u0020\u004f\u0042\u004a\u0020\u0025d\u003a\u0020\u0025\u0073",_agefd .ObjectNumber ,_ecgg ); -};_defba ++;};_eb .Log .Trace ("\u002d\u002d\u002d\u002d\u002d\u002d\u002d\u002d\u0045\u004fF\u0020\u0049\u004e\u0053\u0050\u0045\u0043T\u0020\u002d\u002d\u002d\u002d\u002d\u002d\u002d\u002d\u002d\u002d");_eb .Log .Trace ("\u003d=\u003d\u003d\u003d\u003d\u003d"); -_eb .Log .Trace ("\u004f\u0062j\u0065\u0063\u0074 \u0063\u006f\u0075\u006e\u0074\u003a\u0020\u0025\u0064",_cdgcf );_eb .Log .Trace ("\u0046\u0061\u0069\u006c\u0065\u0064\u0020\u006c\u006f\u006f\u006b\u0075p\u003a\u0020\u0025\u0064",_fbff );for _egca ,_bcdea :=range _badbd {_eb .Log .Trace ("\u0025\u0073\u003a\u0020\u0025\u0064",_egca ,_bcdea ); -};_eb .Log .Trace ("\u003d=\u003d\u003d\u003d\u003d\u003d");if len (_caada ._bfba .ObjectMap )< 1{_eb .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0054\u0068\u0069\u0073 \u0064\u006f\u0063\u0075\u006d\u0065\u006e\u0074 \u0069s\u0020\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0028\u0078\u0072\u0065\u0066\u0020\u0074\u0061\u0062l\u0065\u0020\u006d\u0069\u0073\u0073\u0069\u006e\u0067\u0021\u0029"); -return nil ,_ee .Errorf ("\u0069\u006ev\u0061\u006c\u0069\u0064 \u0064\u006fc\u0075\u006d\u0065\u006e\u0074\u0020\u0028\u0078r\u0065\u0066\u0020\u0074\u0061\u0062\u006c\u0065\u0020\u006d\u0069\u0073s\u0069\u006e\u0067\u0029");};_fdcc ,_gcafc :=_badbd ["\u0046\u006f\u006e\u0074"]; -if !_gcafc ||_fdcc < 2{_eb .Log .Trace ("\u0054\u0068\u0069s \u0064\u006f\u0063\u0075\u006d\u0065\u006e\u0074\u0020i\u0073 \u0070r\u006fb\u0061\u0062\u006c\u0079\u0020\u0073\u0063\u0061\u006e\u006e\u0065\u0064\u0021");}else {_eb .Log .Trace ("\u0054\u0068\u0069\u0073\u0020\u0064\u006f\u0063\u0075\u006d\u0065\u006e\u0074\u0020\u0069\u0073\u0020\u0076\u0061\u006c\u0069\u0064\u0020\u0066o\u0072\u0020\u0065\u0078\u0074r\u0061\u0063t\u0069\u006f\u006e\u0021"); -};return _badbd ,nil ;}; +// HasInvalidHexRunes implements core.ParserMetadata interface. +func (_fef ParserMetadata )HasInvalidHexRunes ()bool {return _fef ._bbgc };const (StreamEncodingFilterNameFlate ="F\u006c\u0061\u0074\u0065\u0044\u0065\u0063\u006f\u0064\u0065";StreamEncodingFilterNameLZW ="\u004cZ\u0057\u0044\u0065\u0063\u006f\u0064e"; +StreamEncodingFilterNameDCT ="\u0044C\u0054\u0044\u0065\u0063\u006f\u0064e";StreamEncodingFilterNameRunLength ="\u0052u\u006eL\u0065\u006e\u0067\u0074\u0068\u0044\u0065\u0063\u006f\u0064\u0065";StreamEncodingFilterNameASCIIHex ="\u0041\u0053\u0043\u0049\u0049\u0048\u0065\u0078\u0044e\u0063\u006f\u0064\u0065"; +StreamEncodingFilterNameASCII85 ="\u0041\u0053\u0043\u0049\u0049\u0038\u0035\u0044\u0065\u0063\u006f\u0064\u0065";StreamEncodingFilterNameCCITTFax ="\u0043\u0043\u0049\u0054\u0054\u0046\u0061\u0078\u0044e\u0063\u006f\u0064\u0065";StreamEncodingFilterNameJBIG2 ="J\u0042\u0049\u0047\u0032\u0044\u0065\u0063\u006f\u0064\u0065"; +StreamEncodingFilterNameJPX ="\u004aP\u0058\u0044\u0065\u0063\u006f\u0064e";StreamEncodingFilterNameRaw ="\u0052\u0061\u0077";); -// UpdateParams updates the parameter values of the encoder. -func (_baae *CCITTFaxEncoder )UpdateParams (params *PdfObjectDictionary ){if _cabgg ,_ebeg :=GetNumberAsInt64 (params .Get ("\u004b"));_ebeg ==nil {_baae .K =int (_cabgg );};if _ebfb ,_cea :=GetNumberAsInt64 (params .Get ("\u0043o\u006c\u0075\u006d\u006e\u0073")); -_cea ==nil {_baae .Columns =int (_ebfb );}else if _ebfb ,_cea =GetNumberAsInt64 (params .Get ("\u0057\u0069\u0064t\u0068"));_cea ==nil {_baae .Columns =int (_ebfb );};if _cacb ,_baaa :=GetNumberAsInt64 (params .Get ("\u0042\u006c\u0061\u0063\u006b\u0049\u0073\u0031")); -_baaa ==nil {_baae .BlackIs1 =_cacb > 0;}else {if _bfe ,_bed :=GetBoolVal (params .Get ("\u0042\u006c\u0061\u0063\u006b\u0049\u0073\u0031"));_bed {_baae .BlackIs1 =_bfe ;}else {if _eeed ,_bbag :=GetArray (params .Get ("\u0044\u0065\u0063\u006f\u0064\u0065")); -_bbag {_ddcc ,_babf :=_eeed .ToIntegerArray ();if _babf ==nil {_baae .BlackIs1 =_ddcc [0]==1&&_ddcc [1]==0;};};};};if _abeb ,_ddabf :=GetNumberAsInt64 (params .Get ("\u0045\u006ec\u006f\u0064\u0065d\u0042\u0079\u0074\u0065\u0041\u006c\u0069\u0067\u006e")); -_ddabf ==nil {_baae .EncodedByteAlign =_abeb > 0;}else {if _acde ,_cfab :=GetBoolVal (params .Get ("\u0045\u006ec\u006f\u0064\u0065d\u0042\u0079\u0074\u0065\u0041\u006c\u0069\u0067\u006e"));_cfab {_baae .EncodedByteAlign =_acde ;};};if _fcde ,_bcee :=GetNumberAsInt64 (params .Get ("\u0045n\u0064\u004f\u0066\u004c\u0069\u006ee")); -_bcee ==nil {_baae .EndOfLine =_fcde > 0;}else {if _dadb ,_cefeg :=GetBoolVal (params .Get ("\u0045n\u0064\u004f\u0066\u004c\u0069\u006ee"));_cefeg {_baae .EndOfLine =_dadb ;};};if _eaef ,_ggdg :=GetNumberAsInt64 (params .Get ("\u0052\u006f\u0077\u0073")); -_ggdg ==nil {_baae .Rows =int (_eaef );}else if _eaef ,_ggdg =GetNumberAsInt64 (params .Get ("\u0048\u0065\u0069\u0067\u0068\u0074"));_ggdg ==nil {_baae .Rows =int (_eaef );};if _abcd ,_bgeg :=GetNumberAsInt64 (params .Get ("\u0045\u006e\u0064\u004f\u0066\u0042\u006c\u006f\u0063\u006b")); -_bgeg ==nil {_baae .EndOfBlock =_abcd > 0;}else {if _becd ,_ffda :=GetBoolVal (params .Get ("\u0045\u006e\u0064\u004f\u0066\u0042\u006c\u006f\u0063\u006b"));_ffda {_baae .EndOfBlock =_becd ;};};if _fdea ,_bdeg :=GetNumberAsInt64 (params .Get ("\u0044\u0061\u006d\u0061ge\u0064\u0052\u006f\u0077\u0073\u0042\u0065\u0066\u006f\u0072\u0065\u0045\u0072\u0072o\u0072")); -_bdeg !=nil {_baae .DamagedRowsBeforeError =int (_fdea );};}; +// PdfObjectBool represents the primitive PDF boolean object. +type PdfObjectBool bool ; -// AddPageImage adds the page with the image 'img' to the encoder context in order to encode it jbig2 document. -// The 'settings' defines what encoding type should be used by the encoder. -func (_ggg *JBIG2Encoder )AddPageImage (img *JBIG2Image ,settings *JBIG2EncoderSettings )(_gfcf error ){const _dbed ="\u004a\u0042\u0049\u0047\u0032\u0044\u006f\u0063\u0075\u006d\u0065n\u0074\u002e\u0041\u0064\u0064\u0050\u0061\u0067\u0065\u0049m\u0061\u0067\u0065"; -if _ggg ==nil {return _eca .Error (_dbed ,"J\u0042I\u0047\u0032\u0044\u006f\u0063\u0075\u006d\u0065n\u0074\u0020\u0069\u0073 n\u0069\u006c");};if settings ==nil {settings =&_ggg .DefaultPageSettings ;};if _ggg ._eabf ==nil {_ggg ._eabf =_ce .InitEncodeDocument (settings .FileMode ); -};if _gfcf =settings .Validate ();_gfcf !=nil {return _eca .Wrap (_gfcf ,_dbed ,"");};_afgd ,_gfcf :=img .toBitmap ();if _gfcf !=nil {return _eca .Wrap (_gfcf ,_dbed ,"");};switch settings .Compression {case JB2Generic :if _gfcf =_ggg ._eabf .AddGenericPage (_afgd ,settings .DuplicatedLinesRemoval ); -_gfcf !=nil {return _eca .Wrap (_gfcf ,_dbed ,"");};case JB2SymbolCorrelation :return _eca .Error (_dbed ,"s\u0079\u006d\u0062\u006f\u006c\u0020\u0063\u006f\u0072r\u0065\u006c\u0061\u0074\u0069\u006f\u006e e\u006e\u0063\u006f\u0064i\u006e\u0067\u0020\u006e\u006f\u0074\u0020\u0069\u006dpl\u0065\u006de\u006e\u0074\u0065\u0064\u0020\u0079\u0065\u0074"); -case JB2SymbolRankHaus :return _eca .Error (_dbed ,"\u0073y\u006d\u0062o\u006c\u0020\u0072a\u006e\u006b\u0020\u0068\u0061\u0075\u0073 \u0065\u006e\u0063\u006f\u0064\u0069n\u0067\u0020\u006e\u006f\u0074\u0020\u0069\u006d\u0070\u006c\u0065m\u0065\u006e\u0074\u0065\u0064\u0020\u0079\u0065\u0074"); -default:return _eca .Error (_dbed ,"\u0070\u0072\u006f\u0076i\u0064\u0065\u0064\u0020\u0069\u006e\u0076\u0061\u006c\u0069d\u0020c\u006f\u006d\u0070\u0072\u0065\u0073\u0073i\u006f\u006e");};return nil ;};func (_egad *PdfParser )skipSpaces ()(int ,error ){_cafdb :=0; -for {_ggbd ,_ggeg :=_egad ._dedbc .ReadByte ();if _ggeg !=nil {return 0,_ggeg ;};if IsWhiteSpace (_ggbd ){_cafdb ++;}else {_egad ._dedbc .UnreadByte ();break ;};};return _cafdb ,nil ;}; +// NewEncoderFromStream creates a StreamEncoder based on the stream's dictionary. +func NewEncoderFromStream (streamObj *PdfObjectStream )(StreamEncoder ,error ){_eeaa :=TraceToDirectObject (streamObj .PdfObjectDictionary .Get ("\u0046\u0069\u006c\u0074\u0065\u0072"));if _eeaa ==nil {return NewRawEncoder (),nil ;};if _ ,_afcaf :=_eeaa .(*PdfObjectNull ); +_afcaf {return NewRawEncoder (),nil ;};_ddce ,_ccgca :=_eeaa .(*PdfObjectName );if !_ccgca {_bbaf ,_faebf :=_eeaa .(*PdfObjectArray );if !_faebf {return nil ,_bf .Errorf ("\u0066\u0069\u006c\u0074\u0065\u0072 \u006e\u006f\u0074\u0020\u0061\u0020\u004e\u0061\u006d\u0065\u0020\u006f\u0072 \u0041\u0072\u0072\u0061\u0079\u0020\u006fb\u006a\u0065\u0063\u0074"); +};if _bbaf .Len ()==0{return NewRawEncoder (),nil ;};if _bbaf .Len ()!=1{_gggf ,_bdaae :=_eddc (streamObj );if _bdaae !=nil {_eg .Log .Error ("\u0046\u0061\u0069\u006c\u0065\u0064 \u0063\u0072\u0065\u0061\u0074\u0069\u006e\u0067\u0020\u006d\u0075\u006c\u0074i\u0020\u0065\u006e\u0063\u006f\u0064\u0065r\u003a\u0020\u0025\u0076",_bdaae ); +return nil ,_bdaae ;};_eg .Log .Trace ("\u004d\u0075\u006c\u0074\u0069\u0020\u0065\u006e\u0063:\u0020\u0025\u0073\u000a",_gggf );return _gggf ,nil ;};_eeaa =_bbaf .Get (0);_ddce ,_faebf =_eeaa .(*PdfObjectName );if !_faebf {return nil ,_bf .Errorf ("\u0066\u0069l\u0074\u0065\u0072\u0020a\u0072\u0072a\u0079\u0020\u006d\u0065\u006d\u0062\u0065\u0072 \u006e\u006f\u0074\u0020\u0061\u0020\u004e\u0061\u006d\u0065\u0020\u006fb\u006a\u0065\u0063\u0074"); +};};if _ddbdf ,_aaedb :=_bgffc .Load (_ddce .String ());_aaedb {return _ddbdf .(StreamEncoder ),nil ;};switch *_ddce {case StreamEncodingFilterNameFlate :return _gggg (streamObj ,nil );case StreamEncodingFilterNameLZW :return _dfab (streamObj ,nil );case StreamEncodingFilterNameDCT :return _eebe (streamObj ,nil ); +case StreamEncodingFilterNameRunLength :return _ccafa (streamObj ,nil );case StreamEncodingFilterNameASCIIHex :return NewASCIIHexEncoder (),nil ;case StreamEncodingFilterNameASCII85 ,"\u0041\u0038\u0035":return NewASCII85Encoder (),nil ;case StreamEncodingFilterNameCCITTFax :return _gaga (streamObj ,nil ); +case StreamEncodingFilterNameJBIG2 :return _dbgaa (streamObj ,nil );case StreamEncodingFilterNameJPX :return NewJPXEncoder (),nil ;};_eg .Log .Debug ("E\u0052\u0052\u004f\u0052\u003a\u0020U\u006e\u0073\u0075\u0070\u0070\u006fr\u0074\u0065\u0064\u0020\u0065\u006e\u0063o\u0064\u0069\u006e\u0067\u0020\u006d\u0065\u0074\u0068\u006fd\u0021"); +return nil ,_bf .Errorf ("\u0075\u006e\u0073\u0075\u0070\u0070\u006f\u0072\u0074\u0065\u0064\u0020\u0065\u006e\u0063o\u0064i\u006e\u0067\u0020\u006d\u0065\u0074\u0068\u006f\u0064\u0020\u0028\u0025\u0073\u0029",*_ddce );}; -// Decoded returns the PDFDocEncoding or UTF-16BE decoded string contents. -// UTF-16BE is applied when the first two bytes are 0xFE, 0XFF, otherwise decoding of -// PDFDocEncoding is performed. -func (_beff *PdfObjectString )Decoded ()string {if _beff ==nil {return "";};_deafe :=[]byte (_beff ._cbdg );if len (_deafe )>=2&&_deafe [0]==0xFE&&_deafe [1]==0xFF{return _dd .UTF16ToString (_deafe [2:]);};return _dd .PDFDocEncodingToString (_deafe );}; +// MakeArray creates an PdfObjectArray from a list of PdfObjects. +func MakeArray (objects ...PdfObject )*PdfObjectArray {return &PdfObjectArray {_cgef :objects }};func _aba (_gcag *_fc .StdEncryptDict ,_gcg *PdfObjectDictionary ){_gcg .Set ("\u0052",MakeInteger (int64 (_gcag .R )));_gcg .Set ("\u0050",MakeInteger (int64 (_gcag .P ))); +_gcg .Set ("\u004f",MakeStringFromBytes (_gcag .O ));_gcg .Set ("\u0055",MakeStringFromBytes (_gcag .U ));if _gcag .R >=5{_gcg .Set ("\u004f\u0045",MakeStringFromBytes (_gcag .OE ));_gcg .Set ("\u0055\u0045",MakeStringFromBytes (_gcag .UE ));_gcg .Set ("\u0045n\u0063r\u0079\u0070\u0074\u004d\u0065\u0074\u0061\u0064\u0061\u0074\u0061",MakeBool (_gcag .EncryptMetadata )); +if _gcag .R > 5{_gcg .Set ("\u0050\u0065\u0072m\u0073",MakeStringFromBytes (_gcag .Perms ));};};}; +// IsAuthenticated returns true if the PDF has already been authenticated for accessing. +func (_edfb *PdfParser )IsAuthenticated ()bool {return _edfb ._bbaead ._bga }; -// SetFileOffset sets the file to an offset position and resets buffer. -func (_gbbge *PdfParser )SetFileOffset (offset int64 ){if offset < 0{offset =0;};_gbbge ._cdea .Seek (offset ,_bb .SeekStart );_gbbge ._dedbc =_ga .NewReader (_gbbge ._cdea );}; +// Len returns the number of elements in the streams. +func (_aabcb *PdfObjectStreams )Len ()int {if _aabcb ==nil {return 0;};return len (_aabcb ._fcde );}; -// MakeArray creates an PdfObjectArray from a list of PdfObjects. -func MakeArray (objects ...PdfObject )*PdfObjectArray {return &PdfObjectArray {_aagc :objects }};func _gcb (_gdf int )cryptFilters {return cryptFilters {_dedd :_gbe .NewFilterV2 (_gdf )}};func (_deab *PdfObjectInteger )String ()string {return _ee .Sprintf ("\u0025\u0064",*_deab )}; +// GetFilterName returns the name of the encoding filter. +func (_fgff *FlateEncoder )GetFilterName ()string {return StreamEncodingFilterNameFlate }; +// Version represents a version of a PDF standard. +type Version struct{Major int ;Minor int ;}; -// GetFilterName returns the name of the encoding filter. -func (_cebe *RawEncoder )GetFilterName ()string {return StreamEncodingFilterNameRaw }; +// String returns a descriptive information string about the encryption method used. +func (_fbae *PdfCrypt )String ()string {if _fbae ==nil {return "";};_fec :=_fbae ._ea .Filter +"\u0020\u002d\u0020";if _fbae ._ea .V ==0{_fec +="\u0055\u006e\u0064\u006fcu\u006d\u0065\u006e\u0074\u0065\u0064\u0020\u0061\u006c\u0067\u006f\u0072\u0069\u0074h\u006d"; +}else if _fbae ._ea .V ==1{_fec +="\u0052\u0043\u0034:\u0020\u0034\u0030\u0020\u0062\u0069\u0074\u0073";}else if _fbae ._ea .V ==2{_fec +=_bf .Sprintf ("\u0052\u0043\u0034:\u0020\u0025\u0064\u0020\u0062\u0069\u0074\u0073",_fbae ._ea .Length );}else if _fbae ._ea .V ==3{_fec +="U\u006e\u0070\u0075\u0062li\u0073h\u0065\u0064\u0020\u0061\u006cg\u006f\u0072\u0069\u0074\u0068\u006d"; +}else if _fbae ._ea .V >=4{_fec +=_bf .Sprintf ("\u0053\u0074r\u0065\u0061\u006d\u0020f\u0069\u006ct\u0065\u0072\u003a\u0020\u0025\u0073\u0020\u002d \u0053\u0074\u0072\u0069\u006e\u0067\u0020\u0066\u0069\u006c\u0074\u0065r\u003a\u0020\u0025\u0073",_fbae ._fde ,_fbae ._fcf ); +_fec +="\u003b\u0020C\u0072\u0079\u0070t\u0020\u0066\u0069\u006c\u0074\u0065\u0072\u0073\u003a";for _feb ,_abaa :=range _fbae ._ceaa {_fec +=_bf .Sprintf ("\u0020\u002d\u0020\u0025\u0073\u003a\u0020\u0025\u0073 \u0028\u0025\u0064\u0029",_feb ,_abaa .Name (),_abaa .KeyLength ()); +};};_gfa :=_fbae .GetAccessPermissions ();_fec +=_bf .Sprintf ("\u0020\u002d\u0020\u0025\u0023\u0076",_gfa );return _fec ;}; -// MakeDecodeParams makes a new instance of an encoding dictionary based on -// the current encoder settings. -func (_fcg *FlateEncoder )MakeDecodeParams ()PdfObject {if _fcg .Predictor > 1{_cebc :=MakeDict ();_cebc .Set ("\u0050r\u0065\u0064\u0069\u0063\u0074\u006fr",MakeInteger (int64 (_fcg .Predictor )));if _fcg .BitsPerComponent !=8{_cebc .Set ("\u0042\u0069t\u0073\u0050\u0065r\u0043\u006f\u006d\u0070\u006f\u006e\u0065\u006e\u0074",MakeInteger (int64 (_fcg .BitsPerComponent ))); -};if _fcg .Columns !=1{_cebc .Set ("\u0043o\u006c\u0075\u006d\u006e\u0073",MakeInteger (int64 (_fcg .Columns )));};if _fcg .Colors !=1{_cebc .Set ("\u0043\u006f\u006c\u006f\u0072\u0073",MakeInteger (int64 (_fcg .Colors )));};return _cebc ;};return nil ; -}; +// GetEncryptObj returns the PdfIndirectObject which has information about the PDFs encryption details. +func (_cgfbe *PdfParser )GetEncryptObj ()*PdfIndirectObject {return _cgfbe ._dfce }; -// IsPrintable checks if a character is printable. -// Regular characters that are outside the range EXCLAMATION MARK(21h) -// (!) to TILDE (7Eh) (~) should be written using the hexadecimal notation. -func IsPrintable (c byte )bool {return 0x21<=c &&c <=0x7E};func (_bfa *PdfCrypt )generateParams (_bcbe ,_ddf []byte )error {_cefe :=_bfa .securityHandler ();_cbcga ,_baf :=_cefe .GenerateParams (&_bfa ._adfe ,_ddf ,_bcbe );if _baf !=nil {return _baf ;}; -_bfa ._cbcg =_cbcga ;return nil ;}; +// Encrypt an object with specified key. For numbered objects, +// the key argument is not used and a new one is generated based +// on the object and generation number. +// Traverses through all the subobjects (recursive). +// +// Does not look up references.. That should be done prior to calling. +func (_eagg *PdfCrypt )Encrypt (obj PdfObject ,parentObjNum ,parentGenNum int64 )error {if _eagg .isEncrypted (obj ){return nil ;};switch _beag :=obj .(type ){case *PdfIndirectObject :_eagg ._bdd [_beag ]=true ;_eg .Log .Trace ("\u0045\u006e\u0063\u0072\u0079\u0070\u0074\u0069\u006e\u0067 \u0069\u006e\u0064\u0069\u0072\u0065\u0063t\u0020\u0025\u0064\u0020\u0025\u0064\u0020\u006f\u0062\u006a\u0021",_beag .ObjectNumber ,_beag .GenerationNumber ); +_ddc :=_beag .ObjectNumber ;_gbdb :=_beag .GenerationNumber ;_babf :=_eagg .Encrypt (_beag .PdfObject ,_ddc ,_gbdb );if _babf !=nil {return _babf ;};return nil ;case *PdfObjectStream :_eagg ._bdd [_beag ]=true ;_gage :=_beag .PdfObjectDictionary ;if _bdda ,_decd :=_gage .Get ("\u0054\u0079\u0070\u0065").(*PdfObjectName ); +_decd &&*_bdda =="\u0058\u0052\u0065\u0066"{return nil ;};_eaae :=_beag .ObjectNumber ;_gecf :=_beag .GenerationNumber ;_eg .Log .Trace ("\u0045n\u0063\u0072\u0079\u0070t\u0069\u006e\u0067\u0020\u0073t\u0072e\u0061m\u0020\u0025\u0064\u0020\u0025\u0064\u0020!",_eaae ,_gecf ); +_degf :=_gcgd ;if _eagg ._ea .V >=4{_degf =_eagg ._fde ;_eg .Log .Trace ("\u0074\u0068\u0069\u0073.s\u0074\u0072\u0065\u0061\u006d\u0046\u0069\u006c\u0074\u0065\u0072\u0020\u003d\u0020%\u0073",_eagg ._fde );if _abdg ,_degd :=_gage .Get ("\u0046\u0069\u006c\u0074\u0065\u0072").(*PdfObjectArray ); +_degd {if _dae ,_gcbc :=GetName (_abdg .Get (0));_gcbc {if *_dae =="\u0043\u0072\u0079p\u0074"{_degf ="\u0049\u0064\u0065\u006e\u0074\u0069\u0074\u0079";if _dab ,_cfeb :=_gage .Get ("D\u0065\u0063\u006f\u0064\u0065\u0050\u0061\u0072\u006d\u0073").(*PdfObjectDictionary ); +_cfeb {if _bc ,_aec :=_dab .Get ("\u004e\u0061\u006d\u0065").(*PdfObjectName );_aec {if _ ,_aacb :=_eagg ._ceaa [string (*_bc )];_aacb {_eg .Log .Trace ("\u0055\u0073\u0069\u006eg \u0073\u0074\u0072\u0065\u0061\u006d\u0020\u0066\u0069\u006c\u0074\u0065\u0072\u0020%\u0073",*_bc ); +_degf =string (*_bc );};};};};};};_eg .Log .Trace ("\u0077\u0069\u0074\u0068\u0020\u0025\u0073\u0020\u0066i\u006c\u0074\u0065\u0072",_degf );if _degf =="\u0049\u0064\u0065\u006e\u0074\u0069\u0074\u0079"{return nil ;};};_eeeg :=_eagg .Encrypt (_beag .PdfObjectDictionary ,_eaae ,_gecf ); +if _eeeg !=nil {return _eeeg ;};_dfae ,_eeeg :=_eagg .makeKey (_degf ,uint32 (_eaae ),uint32 (_gecf ),_eagg ._cgg );if _eeeg !=nil {return _eeeg ;};_beag .Stream ,_eeeg =_eagg .encryptBytes (_beag .Stream ,_degf ,_dfae );if _eeeg !=nil {return _eeeg ;}; +_gage .Set ("\u004c\u0065\u006e\u0067\u0074\u0068",MakeInteger (int64 (len (_beag .Stream ))));return nil ;case *PdfObjectString :_eg .Log .Trace ("\u0045n\u0063r\u0079\u0070\u0074\u0069\u006eg\u0020\u0073t\u0072\u0069\u006e\u0067\u0021");_ccaa :=_gcgd ; +if _eagg ._ea .V >=4{_eg .Log .Trace ("\u0077\u0069\u0074\u0068\u0020\u0025\u0073\u0020\u0066i\u006c\u0074\u0065\u0072",_eagg ._fcf );if _eagg ._fcf =="\u0049\u0064\u0065\u006e\u0074\u0069\u0074\u0079"{return nil ;};_ccaa =_eagg ._fcf ;};_bgbf ,_gfgda :=_eagg .makeKey (_ccaa ,uint32 (parentObjNum ),uint32 (parentGenNum ),_eagg ._cgg ); +if _gfgda !=nil {return _gfgda ;};_aaea :=_beag .Str ();_faa :=make ([]byte ,len (_aaea ));for _daba :=0;_daba < len (_aaea );_daba ++{_faa [_daba ]=_aaea [_daba ];};_eg .Log .Trace ("\u0045n\u0063\u0072\u0079\u0070\u0074\u0020\u0073\u0074\u0072\u0069\u006eg\u003a\u0020\u0025\u0073\u0020\u003a\u0020\u0025\u0020\u0078",_faa ,_faa ); +_faa ,_gfgda =_eagg .encryptBytes (_faa ,_ccaa ,_bgbf );if _gfgda !=nil {return _gfgda ;};_beag ._befb =string (_faa );return nil ;case *PdfObjectArray :for _ ,_baad :=range _beag .Elements (){_gcgf :=_eagg .Encrypt (_baad ,parentObjNum ,parentGenNum ); +if _gcgf !=nil {return _gcgf ;};};return nil ;case *PdfObjectDictionary :_acgb :=false ;if _cffc :=_beag .Get ("\u0054\u0079\u0070\u0065");_cffc !=nil {_fegf ,_edef :=_cffc .(*PdfObjectName );if _edef &&*_fegf =="\u0053\u0069\u0067"{_acgb =true ;};};for _ ,_dgc :=range _beag .Keys (){_cbga :=_beag .Get (_dgc ); +if _acgb &&string (_dgc )=="\u0043\u006f\u006e\u0074\u0065\u006e\u0074\u0073"{continue ;};if string (_dgc )!="\u0050\u0061\u0072\u0065\u006e\u0074"&&string (_dgc )!="\u0050\u0072\u0065\u0076"&&string (_dgc )!="\u004c\u0061\u0073\u0074"{_gfge :=_eagg .Encrypt (_cbga ,parentObjNum ,parentGenNum ); +if _gfge !=nil {return _gfge ;};};};return nil ;};return nil ;}; -// GetFilterName returns the name of the encoding filter. -func (_daebd *JPXEncoder )GetFilterName ()string {return StreamEncodingFilterNameJPX }; +// DecodeStream decodes the stream containing CCITTFax encoded image data. +func (_dbffc *CCITTFaxEncoder )DecodeStream (streamObj *PdfObjectStream )([]byte ,error ){return _dbffc .DecodeBytes (streamObj .Stream );};type encryptDict struct{Filter string ;V int ;SubFilter string ;Length int ;StmF string ;StrF string ;EFF string ; +CF map[string ]_dg .FilterDict ;}; -// GetString is a helper for Get that returns a string value. -// Returns false if the key is missing or a value is not a string. -func (_fafgc *PdfObjectDictionary )GetString (key PdfObjectName )(string ,bool ){_agbc :=_fafgc .Get (key );if _agbc ==nil {return "",false ;};_bade ,_cafge :=_agbc .(*PdfObjectString );if !_cafge {return "",false ;};return _bade .Str (),true ;};func (_dfad *PdfParser )parseXrefTable ()(*PdfObjectDictionary ,error ){var _daeab *PdfObjectDictionary ; -_bdab ,_cbae :=_dfad .readTextLine ();if _cbae !=nil {return nil ,_cbae ;};if _dfad ._aega &&_cc .Count (_cc .TrimPrefix (_bdab ,"\u0078\u0072\u0065\u0066"),"\u0020")> 0{_dfad ._eggc ._bgb =true ;};_eb .Log .Trace ("\u0078\u0072\u0065\u0066 f\u0069\u0072\u0073\u0074\u0020\u006c\u0069\u006e\u0065\u003a\u0020\u0025\u0073",_bdab ); -_edeb :=-1;_cfcd :=0;_egdb :=false ;_becb :="";for {_dfad .skipSpaces ();_ ,_abdd :=_dfad ._dedbc .Peek (1);if _abdd !=nil {return nil ,_abdd ;};_bdab ,_abdd =_dfad .readTextLine ();if _abdd !=nil {return nil ,_abdd ;};_acegb :=_bcc .FindStringSubmatch (_bdab ); -if len (_acegb )==0{_cffcf :=len (_becb )> 0;_becb +=_bdab +"\u000a";if _cffcf {_acegb =_bcc .FindStringSubmatch (_becb );};};if len (_acegb )==3{if _dfad ._aega &&!_dfad ._eggc ._bgf {var (_gabg bool ;_eedd int ;);for _ ,_bbce :=range _bdab {if _gb .IsDigit (_bbce ){if _gabg {break ; -};continue ;};if !_gabg {_gabg =true ;};_eedd ++;};if _eedd > 1{_dfad ._eggc ._bgf =true ;};};_defbc ,_ :=_d .Atoi (_acegb [1]);_befg ,_ :=_d .Atoi (_acegb [2]);_edeb =_defbc ;_cfcd =_befg ;_egdb =true ;_becb ="";_eb .Log .Trace ("\u0078r\u0065\u0066 \u0073\u0075\u0062s\u0065\u0063\u0074\u0069\u006f\u006e\u003a \u0066\u0069\u0072\u0073\u0074\u0020o\u0062\u006a\u0065\u0063\u0074\u003a\u0020\u0025\u0064\u0020\u006fb\u006a\u0065\u0063\u0074\u0073\u003a\u0020\u0025\u0064",_edeb ,_cfcd ); -continue ;};_gbbd :=_abeba .FindStringSubmatch (_bdab );if len (_gbbd )==4{if !_egdb {_eb .Log .Debug ("E\u0052\u0052\u004f\u0052\u0020\u0058r\u0065\u0066\u0020\u0069\u006e\u0076\u0061\u006c\u0069d\u0020\u0066\u006fr\u006da\u0074\u0021\u000a");return nil ,_f .New ("\u0078\u0072\u0065\u0066 i\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0066\u006f\u0072\u006d\u0061\u0074"); -};_fafg ,_ :=_d .ParseInt (_gbbd [1],10,64);_adaac ,_ :=_d .Atoi (_gbbd [2]);_fdca :=_gbbd [3];_becb ="";if _cc .ToLower (_fdca )=="\u006e"&&_fafg > 1{_cggba ,_bbgb :=_dfad ._bfba .ObjectMap [_edeb ];if !_bbgb ||_adaac > _cggba .Generation {_bcgd :=XrefObject {ObjectNumber :_edeb ,XType :XrefTypeTableEntry ,Offset :_fafg ,Generation :_adaac }; -_dfad ._bfba .ObjectMap [_edeb ]=_bcgd ;};};_edeb ++;continue ;};if (len (_bdab )> 6)&&(_bdab [:7]=="\u0074r\u0061\u0069\u006c\u0065\u0072"){_eb .Log .Trace ("\u0046o\u0075n\u0064\u0020\u0074\u0072\u0061i\u006c\u0065r\u0020\u002d\u0020\u0025\u0073",_bdab ); -if len (_bdab )> 9{_fggca :=_dfad .GetFileOffset ();_dfad .SetFileOffset (_fggca -int64 (len (_bdab ))+7);};_dfad .skipSpaces ();_dfad .skipComments ();_eb .Log .Trace ("R\u0065\u0061\u0064\u0069ng\u0020t\u0072\u0061\u0069\u006c\u0065r\u0020\u0064\u0069\u0063\u0074\u0021"); -_eb .Log .Trace ("\u0070\u0065\u0065\u006b\u003a\u0020\u0022\u0025\u0073\u0022",_bdab );_daeab ,_abdd =_dfad .ParseDict ();_eb .Log .Trace ("\u0045O\u0046\u0020\u0072\u0065a\u0064\u0069\u006e\u0067\u0020t\u0072a\u0069l\u0065\u0072\u0020\u0064\u0069\u0063\u0074!"); -if _abdd !=nil {_eb .Log .Debug ("\u0045\u0072\u0072o\u0072\u0020\u0070\u0061r\u0073\u0069\u006e\u0067\u0020\u0074\u0072a\u0069\u006c\u0065\u0072\u0020\u0064\u0069\u0063\u0074\u0020\u0028\u0025\u0073\u0029",_abdd );return nil ,_abdd ;};break ;};if _bdab =="\u0025\u0025\u0045O\u0046"{_eb .Log .Debug ("E\u0052\u0052\u004f\u0052\u003a\u0020\u0065\u006e\u0064 \u006f\u0066\u0020\u0066\u0069\u006c\u0065 -\u0020\u0074\u0072\u0061i\u006c\u0065\u0072\u0020\u006e\u006f\u0074\u0020\u0066ou\u006e\u0064 \u002d\u0020\u0065\u0072\u0072\u006f\u0072\u0021"); -return nil ,_f .New ("\u0065\u006e\u0064 \u006f\u0066\u0020\u0066i\u006c\u0065\u0020\u002d\u0020\u0074\u0072a\u0069\u006c\u0065\u0072\u0020\u006e\u006f\u0074\u0020\u0066\u006f\u0075\u006e\u0064");};_eb .Log .Trace ("\u0078\u0072\u0065\u0066\u0020\u006d\u006f\u0072\u0065 \u003a\u0020\u0025\u0073",_bdab ); -};_eb .Log .Trace ("\u0045\u004f\u0046 p\u0061\u0072\u0073\u0069\u006e\u0067\u0020\u0078\u0072\u0065\u0066\u0020\u0074\u0061\u0062\u006c\u0065\u0021");if _dfad ._gfggg ==nil {_begde :=XrefTypeTableEntry ;_dfad ._gfggg =&_begde ;};return _daeab ,nil ;}; +// TraceToDirectObject traces a PdfObject to a direct object. For example direct objects contained +// in indirect objects (can be double referenced even). +func TraceToDirectObject (obj PdfObject )PdfObject {if _gdgde ,_ebea :=obj .(*PdfObjectReference );_ebea {obj =_gdgde .Resolve ();};_ddddg ,_aggfg :=obj .(*PdfIndirectObject );_fdbbf :=0;for _aggfg {obj =_ddddg .PdfObject ;_ddddg ,_aggfg =GetIndirect (obj ); +_fdbbf ++;if _fdbbf > _abbgc {_eg .Log .Error ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0054\u0072\u0061\u0063\u0065\u0020\u0064\u0065p\u0074\u0068\u0020\u006c\u0065\u0076\u0065\u006c\u0020\u0062\u0065\u0079\u006fn\u0064\u0020\u0025\u0064\u0020\u002d\u0020\u006e\u006f\u0074\u0020\u0067oi\u006e\u0067\u0020\u0064\u0065\u0065\u0070\u0065\u0072\u0021",_abbgc ); +return nil ;};};return obj ;}; +// WriteString outputs the object as it is to be written to file. +func (_dbgac *PdfObjectInteger )WriteString ()string {return _b .FormatInt (int64 (*_dbgac ),10)}; -// EncodeStream encodes the stream data using the encoded specified by the stream's dictionary. -func EncodeStream (streamObj *PdfObjectStream )error {_eb .Log .Trace ("\u0045\u006e\u0063\u006f\u0064\u0065\u0020\u0073\u0074\u0072\u0065\u0061\u006d");_dceae ,_gccce :=NewEncoderFromStream (streamObj );if _gccce !=nil {_eb .Log .Debug ("\u0053\u0074\u0072\u0065\u0061\u006d\u0020\u0064\u0065\u0063\u006fd\u0069\u006e\u0067\u0020\u0066\u0061\u0069\u006c\u0065\u0064:\u0020\u0025\u0076",_gccce ); -return _gccce ;};if _gcbc ,_defee :=_dceae .(*LZWEncoder );_defee {_gcbc .EarlyChange =0;streamObj .PdfObjectDictionary .Set ("E\u0061\u0072\u006c\u0079\u0043\u0068\u0061\u006e\u0067\u0065",MakeInteger (0));};_eb .Log .Trace ("\u0045\u006e\u0063\u006f\u0064\u0065\u0072\u003a\u0020\u0025\u002b\u0076\u000a",_dceae ); -_gedf ,_gccce :=_dceae .EncodeBytes (streamObj .Stream );if _gccce !=nil {_eb .Log .Debug ("\u0053\u0074\u0072\u0065\u0061\u006d\u0020\u0065\u006e\u0063\u006fd\u0069\u006e\u0067\u0020\u0066\u0061\u0069\u006c\u0065\u0064:\u0020\u0025\u0076",_gccce );return _gccce ; -};streamObj .Stream =_gedf ;streamObj .PdfObjectDictionary .Set ("\u004c\u0065\u006e\u0067\u0074\u0068",MakeInteger (int64 (len (_gedf ))));return nil ;}; +// ParserMetadata gets the pdf parser metadata. +func (_gde *PdfParser )ParserMetadata ()(ParserMetadata ,error ){if !_gde ._ffad {return ParserMetadata {},_bf .Errorf ("\u0070\u0061\u0072\u0073\u0065r\u0020\u0077\u0061\u0073\u0020\u006e\u006f\u0074\u0020\u006d\u0061\u0072\u006be\u0064\u0020\u0066\u006f\u0072\u0020\u0067\u0065\u0074\u0074\u0069\u006e\u0067\u0020\u0064\u0065\u0074\u0061\u0069\u006c\u0065\u0064\u0020\u006d\u0065\u0074\u0061\u0064\u0061\u0074a"); +};return _gde ._dbee ,nil ;}; -// DecodeBytes decodes byte array with ASCII85. 5 ASCII characters -> 4 raw binary bytes -func (_cega *ASCII85Encoder )DecodeBytes (encoded []byte )([]byte ,error ){var _ece []byte ;_eb .Log .Trace ("\u0041\u0053\u0043\u0049\u0049\u0038\u0035\u0020\u0044e\u0063\u006f\u0064\u0065");_aada :=0;_cgab :=false ;for _aada < len (encoded )&&!_cgab {_gbef :=[5]byte {0,0,0,0,0}; -_dgfb :=0;_bgbd :=0;_gbeg :=4;for _bgbd < 5+_dgfb {if _aada +_bgbd ==len (encoded ){break ;};_effd :=encoded [_aada +_bgbd ];if IsWhiteSpace (_effd ){_dgfb ++;_bgbd ++;continue ;}else if _effd =='~'&&_aada +_bgbd +1< len (encoded )&&encoded [_aada +_bgbd +1]=='>'{_gbeg =(_bgbd -_dgfb )-1; -if _gbeg < 0{_gbeg =0;};_cgab =true ;break ;}else if _effd >='!'&&_effd <='u'{_effd -='!';}else if _effd =='z'&&_bgbd -_dgfb ==0{_gbeg =4;_bgbd ++;break ;}else {_eb .Log .Error ("\u0046\u0061i\u006c\u0065\u0064\u0020\u0064\u0065\u0063\u006f\u0064\u0069\u006e\u0067\u002c\u0020\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020co\u0064\u0065"); -return nil ,_f .New ("\u0069n\u0076\u0061\u006c\u0069\u0064\u0020\u0063\u006f\u0064\u0065\u0020e\u006e\u0063\u006f\u0075\u006e\u0074\u0065\u0072\u0065\u0064");};_gbef [_bgbd -_dgfb ]=_effd ;_bgbd ++;};_aada +=_bgbd ;for _ecfgg :=_gbeg +1;_ecfgg < 5;_ecfgg ++{_gbef [_ecfgg ]=84; -};_afag :=uint32 (_gbef [0])*85*85*85*85+uint32 (_gbef [1])*85*85*85+uint32 (_gbef [2])*85*85+uint32 (_gbef [3])*85+uint32 (_gbef [4]);_aafe :=[]byte {byte ((_afag >>24)&0xff),byte ((_afag >>16)&0xff),byte ((_afag >>8)&0xff),byte (_afag &0xff)};_ece =append (_ece ,_aafe [:_gbeg ]...); -};_eb .Log .Trace ("A\u0053\u0043\u0049\u004985\u002c \u0065\u006e\u0063\u006f\u0064e\u0064\u003a\u0020\u0025\u0020\u0058",encoded );_eb .Log .Trace ("A\u0053\u0043\u0049\u004985\u002c \u0064\u0065\u0063\u006f\u0064e\u0064\u003a\u0020\u0025\u0020\u0058",_ece ); -return _ece ,nil ;};type objectStreams map[int ]objectStream ; +// ResolveReferencesDeep recursively traverses through object `o`, looking up and replacing +// references with indirect objects. +// Optionally a map of already deep-resolved objects can be provided via `traversed`. The `traversed` map +// is updated while traversing the objects to avoid traversing same objects multiple times. +func ResolveReferencesDeep (o PdfObject ,traversed map[PdfObject ]struct{})error {if traversed ==nil {traversed =map[PdfObject ]struct{}{};};return _dbdc (o ,0,traversed );};var _bbaea =_de .MustCompile ("\u0028\u005c\u0064\u002b)\\\u0073\u002b\u0028\u005c\u0064\u002b\u0029\u005c\u0073\u002b\u006f\u0062\u006a"); +func _eged ()string {return _eg .Version }; -// GetIndirect returns the *PdfIndirectObject represented by the PdfObject. On type mismatch the found bool flag is -// false and a nil pointer is returned. -func GetIndirect (obj PdfObject )(_abgac *PdfIndirectObject ,_gcbe bool ){obj =ResolveReference (obj );_abgac ,_gcbe =obj .(*PdfIndirectObject );return _abgac ,_gcbe ;}; +// WriteString outputs the object as it is to be written to file. +func (_aaad *PdfObjectFloat )WriteString ()string {return _b .FormatFloat (float64 (*_aaad ),'f',-1,64);}; -// PdfObjectNull represents the primitive PDF null object. -type PdfObjectNull struct{}; +// RegisterCustomStreamEncoder register a custom encoder handler for certain filter. +func RegisterCustomStreamEncoder (filterName string ,customStreamEncoder StreamEncoder ){_bgffc .Store (filterName ,customStreamEncoder );}; -// ToIntegerArray returns a slice of all array elements as an int slice. An error is returned if the -// array non-integer objects. Each element can only be PdfObjectInteger. -func (_eedf *PdfObjectArray )ToIntegerArray ()([]int ,error ){var _eeae []int ;for _ ,_geef :=range _eedf .Elements (){if _cgffa ,_eegdg :=_geef .(*PdfObjectInteger );_eegdg {_eeae =append (_eeae ,int (*_cgffa ));}else {return nil ,ErrTypeError ;};};return _eeae ,nil ; -};func _bagf (_gab *PdfObjectStream ,_fedf *PdfObjectDictionary )(*LZWEncoder ,error ){_fafb :=NewLZWEncoder ();_ddc :=_gab .PdfObjectDictionary ;if _ddc ==nil {return _fafb ,nil ;};if _fedf ==nil {_eaf :=TraceToDirectObject (_ddc .Get ("D\u0065\u0063\u006f\u0064\u0065\u0050\u0061\u0072\u006d\u0073")); -if _eaf !=nil {if _ffcg ,_eae :=_eaf .(*PdfObjectDictionary );_eae {_fedf =_ffcg ;}else if _dbfg ,_ggbg :=_eaf .(*PdfObjectArray );_ggbg {if _dbfg .Len ()==1{if _cggab ,_cgf :=GetDict (_dbfg .Get (0));_cgf {_fedf =_cggab ;};};};if _fedf ==nil {_eb .Log .Error ("\u0044\u0065\u0063\u006f\u0064\u0065\u0050\u0061\u0072\u006d\u0073\u0020\u006e\u006f\u0074 \u0061 \u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u0020\u0025\u0023\u0076",_eaf ); -return nil ,_ee .Errorf ("\u0069\u006e\u0076\u0061li\u0064\u0020\u0044\u0065\u0063\u006f\u0064\u0065\u0050\u0061\u0072\u006d\u0073");};};};_bddg :=_ddc .Get ("E\u0061\u0072\u006c\u0079\u0043\u0068\u0061\u006e\u0067\u0065");if _bddg !=nil {_dede ,_gbac :=_bddg .(*PdfObjectInteger ); -if !_gbac {_eb .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u003a \u0045\u0061\u0072\u006c\u0079\u0043\u0068\u0061\u006e\u0067\u0065\u0020\u0073\u0070\u0065\u0063\u0069\u0066\u0069\u0065d\u0020\u0062\u0075\u0074\u0020\u006e\u006f\u0074\u0020\u006e\u0075\u006d\u0065\u0072i\u0063 \u0028\u0025\u0054\u0029",_bddg ); -return nil ,_ee .Errorf ("\u0069\u006e\u0076\u0061li\u0064\u0020\u0045\u0061\u0072\u006c\u0079\u0043\u0068\u0061\u006e\u0067\u0065");};if *_dede !=0&&*_dede !=1{return nil ,_ee .Errorf ("\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0045\u0061\u0072\u006c\u0079\u0043\u0068\u0061\u006e\u0067\u0065\u0020\u0076\u0061\u006c\u0075e\u0020\u0028\u006e\u006f\u0074 \u0030\u0020o\u0072\u0020\u0031\u0029"); -};_fafb .EarlyChange =int (*_dede );}else {_fafb .EarlyChange =1;};if _fedf ==nil {return _fafb ,nil ;};if _cagd ,_affe :=GetIntVal (_fedf .Get ("E\u0061\u0072\u006c\u0079\u0043\u0068\u0061\u006e\u0067\u0065"));_affe {if _cagd ==0||_cagd ==1{_fafb .EarlyChange =_cagd ; -}else {_eb .Log .Debug ("W\u0041\u0052\u004e\u003a\u0020\u0069n\u0076\u0061\u006c\u0069\u0064\u0020E\u0061\u0072\u006c\u0079\u0043\u0068\u0061n\u0067\u0065\u0020\u0076\u0061\u006c\u0075\u0065\u003a\u0020%\u0064",_cagd );};};_bddg =_fedf .Get ("\u0050r\u0065\u0064\u0069\u0063\u0074\u006fr"); -if _bddg !=nil {_baeb ,_gcdd :=_bddg .(*PdfObjectInteger );if !_gcdd {_eb .Log .Debug ("E\u0072\u0072\u006f\u0072\u003a\u0020\u0050\u0072\u0065d\u0069\u0063\u0074\u006f\u0072\u0020\u0073pe\u0063\u0069\u0066\u0069e\u0064\u0020\u0062\u0075\u0074\u0020\u006e\u006f\u0074 n\u0075\u006de\u0072\u0069\u0063\u0020\u0028\u0025\u0054\u0029",_bddg ); -return nil ,_ee .Errorf ("\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0050\u0072\u0065\u0064i\u0063\u0074\u006f\u0072");};_fafb .Predictor =int (*_baeb );};_bddg =_fedf .Get ("\u0042\u0069t\u0073\u0050\u0065r\u0043\u006f\u006d\u0070\u006f\u006e\u0065\u006e\u0074"); -if _bddg !=nil {_afga ,_edda :=_bddg .(*PdfObjectInteger );if !_edda {_eb .Log .Debug ("\u0045\u0052\u0052O\u0052\u003a\u0020\u0049n\u0076\u0061\u006c\u0069\u0064\u0020\u0042i\u0074\u0073\u0050\u0065\u0072\u0043\u006f\u006d\u0070\u006f\u006e\u0065\u006e\u0074"); -return nil ,_ee .Errorf ("\u0069n\u0076\u0061\u006c\u0069\u0064\u0020\u0042\u0069\u0074\u0073\u0050e\u0072\u0043\u006f\u006d\u0070\u006f\u006e\u0065\u006e\u0074");};_fafb .BitsPerComponent =int (*_afga );};if _fafb .Predictor > 1{_fafb .Columns =1;_bddg =_fedf .Get ("\u0043o\u006c\u0075\u006d\u006e\u0073"); -if _bddg !=nil {_caeb ,_gabd :=_bddg .(*PdfObjectInteger );if !_gabd {return nil ,_ee .Errorf ("\u0070r\u0065\u0064\u0069\u0063\u0074\u006f\u0072\u0020\u0063\u006f\u006cu\u006d\u006e\u0020\u0069\u006e\u0076\u0061\u006c\u0069\u0064");};_fafb .Columns =int (*_caeb ); -};_fafb .Colors =1;_bddg =_fedf .Get ("\u0043\u006f\u006c\u006f\u0072\u0073");if _bddg !=nil {_bgad ,_cde :=_bddg .(*PdfObjectInteger );if !_cde {return nil ,_ee .Errorf ("\u0070\u0072\u0065d\u0069\u0063\u0074\u006fr\u0020\u0063\u006f\u006c\u006f\u0072\u0073 \u006e\u006f\u0074\u0020\u0061\u006e\u0020\u0069\u006e\u0074\u0065\u0067\u0065\u0072"); -};_fafb .Colors =int (*_bgad );};};_eb .Log .Trace ("\u0064\u0065\u0063\u006f\u0064\u0065\u0020\u0070\u0061\u0072\u0061\u006ds\u003a\u0020\u0025\u0073",_fedf .String ());return _fafb ,nil ;};type encryptDict struct{Filter string ;V int ;SubFilter string ; -Length int ;StmF string ;StrF string ;EFF string ;CF map[string ]_gbe .FilterDict ;};var _ecfbb =_ba .MustCompile ("\u005b\\\u0072\u005c\u006e\u005d\u005c\u0073\u002a\u0028\u0078\u0072\u0065f\u0029\u005c\u0073\u002a\u005b\u005c\u0072\u005c\u006e\u005d"); -func (_bgde *PdfObjectDictionary )setWithLock (_ccdfd PdfObjectName ,_dgec PdfObject ,_aeeff bool ){if _aeeff {_bgde ._bfdf .Lock ();defer _bgde ._bfdf .Unlock ();};_ ,_ccac :=_bgde ._abec [_ccdfd ];if !_ccac {_bgde ._begbb =append (_bgde ._begbb ,_ccdfd ); -};_bgde ._abec [_ccdfd ]=_dgec ;};func (_cfeab *PdfParser )repairRebuildXrefsTopDown ()(*XrefTable ,error ){if _cfeab ._egcga {return nil ,_ee .Errorf ("\u0072\u0065\u0070\u0061\u0069\u0072\u0020\u0066\u0061\u0069\u006c\u0065\u0064");};_cfeab ._egcga =true ; -_cfeab ._cdea .Seek (0,_bb .SeekStart );_cfeab ._dedbc =_ga .NewReader (_cfeab ._cdea );_ecbfe :=20;_dcag :=make ([]byte ,_ecbfe );_badbb :=XrefTable {};_badbb .ObjectMap =make (map[int ]XrefObject );for {_gbafb ,_cadb :=_cfeab ._dedbc .ReadByte ();if _cadb !=nil {if _cadb ==_bb .EOF {break ; -}else {return nil ,_cadb ;};};if _gbafb =='j'&&_dcag [_ecbfe -1]=='b'&&_dcag [_ecbfe -2]=='o'&&IsWhiteSpace (_dcag [_ecbfe -3]){_dfdca :=_ecbfe -4;for IsWhiteSpace (_dcag [_dfdca ])&&_dfdca > 0{_dfdca --;};if _dfdca ==0||!IsDecimalDigit (_dcag [_dfdca ]){continue ; -};for IsDecimalDigit (_dcag [_dfdca ])&&_dfdca > 0{_dfdca --;};if _dfdca ==0||!IsWhiteSpace (_dcag [_dfdca ]){continue ;};for IsWhiteSpace (_dcag [_dfdca ])&&_dfdca > 0{_dfdca --;};if _dfdca ==0||!IsDecimalDigit (_dcag [_dfdca ]){continue ;};for IsDecimalDigit (_dcag [_dfdca ])&&_dfdca > 0{_dfdca --; -};if _dfdca ==0{continue ;};_dabd :=_cfeab .GetFileOffset ()-int64 (_ecbfe -_dfdca );_ggce :=append (_dcag [_dfdca +1:],_gbafb );_fbfb ,_fbfgc ,_bdebc :=_cfdbd (string (_ggce ));if _bdebc !=nil {_eb .Log .Debug ("\u0055\u006e\u0061\u0062\u006c\u0065 \u0074\u006f\u0020\u0070\u0061\u0072\u0073\u0065\u0020\u006f\u0062\u006a\u0065c\u0074\u0020\u006e\u0075\u006d\u0062\u0065r\u003a\u0020\u0025\u0076",_bdebc ); -return nil ,_bdebc ;};if _edad ,_ggabg :=_badbb .ObjectMap [_fbfb ];!_ggabg ||_edad .Generation < _fbfgc {_facf :=XrefObject {};_facf .XType =XrefTypeTableEntry ;_facf .ObjectNumber =_fbfb ;_facf .Generation =_fbfgc ;_facf .Offset =_dabd ;_badbb .ObjectMap [_fbfb ]=_facf ; -};};_dcag =append (_dcag [1:_ecbfe ],_gbafb );};_cfeab ._cefg =nil ;return &_badbb ,nil ;}; +// EncodeBytes ASCII encodes the passed in slice of bytes. +func (_cbgd *ASCIIHexEncoder )EncodeBytes (data []byte )([]byte ,error ){var _cgfd _bd .Buffer ;for _ ,_dgeea :=range data {_cgfd .WriteString (_bf .Sprintf ("\u0025\u002e\u0032X\u0020",_dgeea ));};_cgfd .WriteByte ('>');return _cgfd .Bytes (),nil ;}; -// GetXrefType returns the type of the first xref object (table or stream). -func (_cfb *PdfParser )GetXrefType ()*xrefType {return _cfb ._gfggg }; +// HasEOLAfterHeader gets information if there is a EOL after the version header. +func (_fcbf ParserMetadata )HasEOLAfterHeader ()bool {return _fcbf ._bgaf };var _adgc =_de .MustCompile ("\u005e\\\u0073\u002a\u005b\u002d]\u002a\u0028\u005c\u0064\u002b)\u005cs\u002b(\u005c\u0064\u002b\u0029\u005c\u0073\u002bR"); -// String returns a descriptive information string about the encryption method used. -func (_cggd *PdfCrypt )String ()string {if _cggd ==nil {return "";};_deb :=_cggd ._ffe .Filter +"\u0020\u002d\u0020";if _cggd ._ffe .V ==0{_deb +="\u0055\u006e\u0064\u006fcu\u006d\u0065\u006e\u0074\u0065\u0064\u0020\u0061\u006c\u0067\u006f\u0072\u0069\u0074h\u006d"; -}else if _cggd ._ffe .V ==1{_deb +="\u0052\u0043\u0034:\u0020\u0034\u0030\u0020\u0062\u0069\u0074\u0073";}else if _cggd ._ffe .V ==2{_deb +=_ee .Sprintf ("\u0052\u0043\u0034:\u0020\u0025\u0064\u0020\u0062\u0069\u0074\u0073",_cggd ._ffe .Length );}else if _cggd ._ffe .V ==3{_deb +="U\u006e\u0070\u0075\u0062li\u0073h\u0065\u0064\u0020\u0061\u006cg\u006f\u0072\u0069\u0074\u0068\u006d"; -}else if _cggd ._ffe .V >=4{_deb +=_ee .Sprintf ("\u0053\u0074r\u0065\u0061\u006d\u0020f\u0069\u006ct\u0065\u0072\u003a\u0020\u0025\u0073\u0020\u002d \u0053\u0074\u0072\u0069\u006e\u0067\u0020\u0066\u0069\u006c\u0074\u0065r\u003a\u0020\u0025\u0073",_cggd ._badb ,_cggd ._df ); -_deb +="\u003b\u0020C\u0072\u0079\u0070t\u0020\u0066\u0069\u006c\u0074\u0065\u0072\u0073\u003a";for _abgg ,_dae :=range _cggd ._ace {_deb +=_ee .Sprintf ("\u0020\u002d\u0020\u0025\u0073\u003a\u0020\u0025\u0073 \u0028\u0025\u0064\u0029",_abgg ,_dae .Name (),_dae .KeyLength ()); -};};_dbg :=_cggd .GetAccessPermissions ();_deb +=_ee .Sprintf ("\u0020\u002d\u0020\u0025\u0023\u0076",_dbg );return _deb ;};func (_beea *PdfParser )repairSeekXrefMarker ()error {_gfee ,_ebca :=_beea ._cdea .Seek (0,_bb .SeekEnd );if _ebca !=nil {return _ebca ; -};_adfgf :=_ba .MustCompile ("\u005cs\u0078\u0072\u0065\u0066\u005c\u0073*");var _dfac int64 ;var _bccg int64 =1000;for _dfac < _gfee {if _gfee <=(_bccg +_dfac ){_bccg =_gfee -_dfac ;};_ ,_gaafc :=_beea ._cdea .Seek (-_dfac -_bccg ,_bb .SeekEnd );if _gaafc !=nil {return _gaafc ; -};_fdfdd :=make ([]byte ,_bccg );_beea ._cdea .Read (_fdfdd );_eb .Log .Trace ("\u004c\u006f\u006fki\u006e\u0067\u0020\u0066\u006f\u0072\u0020\u0078\u0072\u0065\u0066\u0020\u003a\u0020\u0022\u0025\u0073\u0022",string (_fdfdd ));_abgb :=_adfgf .FindAllStringIndex (string (_fdfdd ),-1); -if _abgb !=nil {_ebea :=_abgb [len (_abgb )-1];_eb .Log .Trace ("\u0049\u006e\u0064\u003a\u0020\u0025\u0020\u0064",_abgb );_beea ._cdea .Seek (-_dfac -_bccg +int64 (_ebea [0]),_bb .SeekEnd );_beea ._dedbc =_ga .NewReader (_beea ._cdea );for {_dacb ,_efagd :=_beea ._dedbc .Peek (1); -if _efagd !=nil {return _efagd ;};_eb .Log .Trace ("\u0042\u003a\u0020\u0025\u0064\u0020\u0025\u0063",_dacb [0],_dacb [0]);if !IsWhiteSpace (_dacb [0]){break ;};_beea ._dedbc .Discard (1);};return nil ;};_eb .Log .Debug ("\u0057\u0061\u0072\u006e\u0069\u006eg\u003a\u0020\u0045\u004f\u0046\u0020\u006d\u0061\u0072\u006b\u0065\u0072\u0020\u006e\u006f\u0074\u0020\u0066\u006f\u0075n\u0064\u0021\u0020\u002d\u0020\u0063\u006f\u006e\u0074\u0069\u006e\u0075\u0065\u0020s\u0065e\u006b\u0069\u006e\u0067"); -_dfac +=_bccg ;};_eb .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u003a\u0020\u0058\u0072\u0065\u0066\u0020\u0074a\u0062\u006c\u0065\u0020\u006d\u0061r\u006b\u0065\u0072\u0020\u0077\u0061\u0073\u0020\u006e\u006f\u0074\u0020\u0066o\u0075\u006e\u0064\u002e"); -return _f .New ("\u0078r\u0065f\u0020\u006e\u006f\u0074\u0020\u0066\u006f\u0075\u006e\u0064\u0020");};var _abeba =_ba .MustCompile ("\u0028\u005c\u0064\u002b\u0029\u005c\u0073\u002b\u0028\u005c\u0064+\u0029\u005c\u0073\u002b\u0028\u005b\u006e\u0066\u005d\u0029\\\u0073\u002a\u0024"); +// GetName returns the *PdfObjectName represented by the PdfObject directly or indirectly within an indirect +// object. On type mismatch the found bool flag is false and a nil pointer is returned. +func GetName (obj PdfObject )(_bbac *PdfObjectName ,_ceea bool ){_bbac ,_ceea =TraceToDirectObject (obj ).(*PdfObjectName );return _bbac ,_ceea ;}; +// IsDecimalDigit checks if the character is a part of a decimal number string. +func IsDecimalDigit (c byte )bool {return '0'<=c &&c <='9'}; -// Read implementation of Read interface. -func (_fdfdc *limitedReadSeeker )Read (p []byte )(_baaag int ,_gfeb error ){_dccgc ,_gfeb :=_fdfdc ._efag .Seek (0,_bb .SeekCurrent );if _gfeb !=nil {return 0,_gfeb ;};_accg :=_fdfdc ._befa -_dccgc ;if _accg ==0{return 0,_bb .EOF ;};if _dgfd :=int64 (len (p )); -_dgfd < _accg {_accg =_dgfd ;};_adea :=make ([]byte ,_accg );_baaag ,_gfeb =_fdfdc ._efag .Read (_adea );copy (p ,_adea );return _baaag ,_gfeb ;}; +// SetIfNotNil sets the dictionary's key -> val mapping entry -IF- val is not nil. +// Note that we take care to perform a type switch. Otherwise if we would supply a nil value +// of another type, e.g. (PdfObjectArray*)(nil), then it would not be a PdfObject(nil) and thus +// would get set. +func (_bdab *PdfObjectDictionary )SetIfNotNil (key PdfObjectName ,val PdfObject ){if val !=nil {switch _badd :=val .(type ){case *PdfObjectName :if _badd !=nil {_bdab .Set (key ,val );};case *PdfObjectDictionary :if _badd !=nil {_bdab .Set (key ,val ); +};case *PdfObjectStream :if _badd !=nil {_bdab .Set (key ,val );};case *PdfObjectString :if _badd !=nil {_bdab .Set (key ,val );};case *PdfObjectNull :if _badd !=nil {_bdab .Set (key ,val );};case *PdfObjectInteger :if _badd !=nil {_bdab .Set (key ,val ); +};case *PdfObjectArray :if _badd !=nil {_bdab .Set (key ,val );};case *PdfObjectBool :if _badd !=nil {_bdab .Set (key ,val );};case *PdfObjectFloat :if _badd !=nil {_bdab .Set (key ,val );};case *PdfObjectReference :if _badd !=nil {_bdab .Set (key ,val ); +};case *PdfIndirectObject :if _badd !=nil {_bdab .Set (key ,val );};default:_eg .Log .Error ("\u0045\u0052R\u004f\u0052\u003a\u0020\u0055\u006e\u006b\u006e\u006f\u0077\u006e\u0020\u0074\u0079\u0070\u0065\u003a\u0020\u0025\u0054\u0020\u002d\u0020\u0073\u0068\u006f\u0075\u006c\u0064\u0020\u006e\u0065\u0076\u0065\u0072\u0020\u0068\u0061\u0070\u0070\u0065\u006e\u0021",val ); +};};}; -// MakeDict creates and returns an empty PdfObjectDictionary. -func MakeDict ()*PdfObjectDictionary {_abgab :=&PdfObjectDictionary {};_abgab ._abec =map[PdfObjectName ]PdfObject {};_abgab ._begbb =[]PdfObjectName {};_abgab ._bfdf =&_g .Mutex {};return _abgab ;}; +// MakeDecodeParams makes a new instance of an encoding dictionary based on +// the current encoder settings. +func (_bgcc *RawEncoder )MakeDecodeParams ()PdfObject {return nil }; -// EncodeBytes ASCII encodes the passed in slice of bytes. -func (_edgf *ASCIIHexEncoder )EncodeBytes (data []byte )([]byte ,error ){var _bfcab _bg .Buffer ;for _ ,_dddf :=range data {_bfcab .WriteString (_ee .Sprintf ("\u0025\u002e\u0032X\u0020",_dddf ));};_bfcab .WriteByte ('>');return _bfcab .Bytes (),nil ;}; +// GetString returns the *PdfObjectString represented by the PdfObject directly or indirectly within an indirect +// object. On type mismatch the found bool flag is false and a nil pointer is returned. +func GetString (obj PdfObject )(_bdgec *PdfObjectString ,_fbedb bool ){_bdgec ,_fbedb =TraceToDirectObject (obj ).(*PdfObjectString );return _bdgec ,_fbedb ;}; +// DecodeStream decodes a FlateEncoded stream object and give back decoded bytes. +func (_dbcb *FlateEncoder )DecodeStream (streamObj *PdfObjectStream )([]byte ,error ){_eg .Log .Trace ("\u0046l\u0061t\u0065\u0044\u0065\u0063\u006fd\u0065\u0020s\u0074\u0072\u0065\u0061\u006d");_eg .Log .Trace ("\u0050\u0072\u0065\u0064\u0069\u0063\u0074\u006f\u0072\u003a\u0020\u0025\u0064",_dbcb .Predictor ); +if _dbcb .BitsPerComponent !=8{return nil ,_bf .Errorf ("\u0069\u006ev\u0061\u006c\u0069\u0064\u0020\u0042\u0069\u0074\u0073\u0050\u0065\u0072\u0043\u006f\u006d\u0070\u006f\u006e\u0065\u006e\u0074\u003d\u0025\u0064\u0020\u0028\u006f\u006e\u006c\u0079\u0020\u0038\u0020\u0073\u0075\u0070\u0070\u006f\u0072\u0074\u0065\u0064\u0029",_dbcb .BitsPerComponent ); +};_egea ,_aecb :=_dbcb .DecodeBytes (streamObj .Stream );if _aecb !=nil {return nil ,_aecb ;};_egea ,_aecb =_dbcb .postDecodePredict (_egea );if _aecb !=nil {return nil ,_aecb ;};return _egea ,nil ;}; -// DecodeStream decodes the stream containing CCITTFax encoded image data. -func (_caea *CCITTFaxEncoder )DecodeStream (streamObj *PdfObjectStream )([]byte ,error ){return _caea .DecodeBytes (streamObj .Stream );}; +// Set sets the dictionary's key -> val mapping entry. Overwrites if key already set. +func (_fcdde *PdfObjectDictionary )Set (key PdfObjectName ,val PdfObject ){_fcdde .setWithLock (key ,val ,true );};func (_afef *PdfCrypt )securityHandler ()_fc .StdHandler {if _afef ._gce .R >=5{return _fc .NewHandlerR6 ();};return _fc .NewHandlerR4 (_afef ._afcc ,_afef ._ea .Length ); +};func (_babc *PdfParser )rebuildXrefTable ()error {_cegg :=XrefTable {};_cegg .ObjectMap =map[int ]XrefObject {};_bdfe :=make ([]int ,0,len (_babc ._gfeb .ObjectMap ));for _bega :=range _babc ._gfeb .ObjectMap {_bdfe =append (_bdfe ,_bega );};_e .Ints (_bdfe ); +for _ ,_fgfac :=range _bdfe {_fbcd :=_babc ._gfeb .ObjectMap [_fgfac ];_dcff ,_ ,_bceg :=_babc .lookupByNumberWrapper (_fgfac ,false );if _bceg !=nil {_eg .Log .Debug ("\u0045\u0052RO\u0052\u003a\u0020U\u006e\u0061\u0062\u006ce t\u006f l\u006f\u006f\u006b\u0020\u0075\u0070\u0020ob\u006a\u0065\u0063\u0074\u0020\u0028\u0025s\u0029",_bceg ); +_eg .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0058\u0072\u0065\u0066\u0020\u0074\u0061\u0062\u006c\u0065\u0020\u0063\u006fm\u0070\u006c\u0065\u0074\u0065\u006c\u0079\u0020\u0062\u0072\u006f\u006b\u0065\u006e\u0020\u002d\u0020\u0061\u0074\u0074\u0065\u006d\u0070\u0074\u0069\u006e\u0067\u0020\u0074\u006f \u0072\u0065\u0070\u0061\u0069r\u0020"); +_bagg ,_afee :=_babc .repairRebuildXrefsTopDown ();if _afee !=nil {_eg .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0046\u0061\u0069\u006c\u0065\u0064\u0020\u0078\u0072\u0065\u0066\u0020\u0072\u0065\u0062\u0075\u0069l\u0064\u0020\u0072\u0065\u0070a\u0069\u0072 \u0028\u0025\u0073\u0029",_afee ); +return _afee ;};_babc ._gfeb =*_bagg ;_eg .Log .Debug ("\u0052e\u0070\u0061\u0069\u0072e\u0064\u0020\u0078\u0072\u0065f\u0020t\u0061b\u006c\u0065\u0020\u0062\u0075\u0069\u006ct");return nil ;};_ffaf ,_gafcf ,_bceg :=_fcb (_dcff );if _bceg !=nil {return _bceg ; +};_fbcd .ObjectNumber =int (_ffaf );_fbcd .Generation =int (_gafcf );_cegg .ObjectMap [int (_ffaf )]=_fbcd ;};_babc ._gfeb =_cegg ;_eg .Log .Debug ("N\u0065w\u0020\u0078\u0072\u0065\u0066\u0020\u0074\u0061b\u006c\u0065\u0020\u0062ui\u006c\u0074");_abb (_babc ._gfeb ); +return nil ;}; -// String returns a string describing `stream`. -func (_ebfe *PdfObjectStream )String ()string {return _ee .Sprintf ("O\u0062j\u0065\u0063\u0074\u0020\u0073\u0074\u0072\u0065a\u006d\u0020\u0025\u0064: \u0025\u0073",_ebfe .ObjectNumber ,_ebfe .PdfObjectDictionary );}; +// LookupByNumber looks up a PdfObject by object number. Returns an error on failure. +func (_bfc *PdfParser )LookupByNumber (objNumber int )(PdfObject ,error ){_egg ,_ ,_bgbg :=_bfc .lookupByNumberWrapper (objNumber ,true );return _egg ,_bgbg ;}; -// GetBoolVal returns the bool value within a *PdObjectBool represented by an PdfObject interface directly or indirectly. -// If the PdfObject does not represent a bool value, a default value of false is returned (found = false also). -func GetBoolVal (obj PdfObject )(_fdaf bool ,_fggf bool ){_dbcg ,_fggf :=TraceToDirectObject (obj ).(*PdfObjectBool );if _fggf {return bool (*_dbcg ),true ;};return false ,false ;};func _efbb (_ffgd *PdfObjectStream ,_cegd *MultiEncoder )(*DCTEncoder ,error ){_dafb :=NewDCTEncoder (); -_acae :=_ffgd .PdfObjectDictionary ;if _acae ==nil {return _dafb ,nil ;};_ddde :=_ffgd .Stream ;if _cegd !=nil {_aedd ,_dbcd :=_cegd .DecodeBytes (_ddde );if _dbcd !=nil {return nil ,_dbcd ;};_ddde =_aedd ;};_eadf :=_bg .NewReader (_ddde );_ccd ,_gcff :=_beg .DecodeConfig (_eadf ); -if _gcff !=nil {_eb .Log .Debug ("\u0045\u0072\u0072or\u0020\u0064\u0065\u0063\u006f\u0064\u0069\u006e\u0067\u0020\u0066\u0069\u006c\u0065\u003a\u0020\u0025\u0073",_gcff );return nil ,_gcff ;};switch _ccd .ColorModel {case _cb .RGBAModel :_dafb .BitsPerComponent =8; -_dafb .ColorComponents =3;_dafb .Decode =[]float64 {0.0,1.0,0.0,1.0,0.0,1.0};case _cb .RGBA64Model :_dafb .BitsPerComponent =16;_dafb .ColorComponents =3;_dafb .Decode =[]float64 {0.0,1.0,0.0,1.0,0.0,1.0};case _cb .GrayModel :_dafb .BitsPerComponent =8; -_dafb .ColorComponents =1;_dafb .Decode =[]float64 {0.0,1.0};case _cb .Gray16Model :_dafb .BitsPerComponent =16;_dafb .ColorComponents =1;_dafb .Decode =[]float64 {0.0,1.0};case _cb .CMYKModel :_dafb .BitsPerComponent =8;_dafb .ColorComponents =4;_dafb .Decode =[]float64 {0.0,1.0,0.0,1.0,0.0,1.0,0.0,1.0}; -case _cb .YCbCrModel :_dafb .BitsPerComponent =8;_dafb .ColorComponents =3;_dafb .Decode =[]float64 {0.0,1.0,0.0,1.0,0.0,1.0};default:return nil ,_f .New ("\u0075\u006e\u0073up\u0070\u006f\u0072\u0074\u0065\u0064\u0020\u0063\u006f\u006c\u006f\u0072\u0020\u006d\u006f\u0064\u0065\u006c"); -};_dafb .Width =_ccd .Width ;_dafb .Height =_ccd .Height ;_eb .Log .Trace ("\u0044\u0043T\u0020\u0045\u006ec\u006f\u0064\u0065\u0072\u003a\u0020\u0025\u002b\u0076",_dafb );_dafb .Quality =DefaultJPEGQuality ;_cbbg ,_fgc :=GetArray (_acae .Get ("\u0044\u0065\u0063\u006f\u0064\u0065")); -if _fgc {_ddcf ,_gadf :=_cbbg .ToFloat64Array ();if _gadf !=nil {return _dafb ,_gadf ;};_dafb .Decode =_ddcf ;};return _dafb ,nil ;}; +// UpdateParams updates the parameter values of the encoder. +func (_gdfdb *MultiEncoder )UpdateParams (params *PdfObjectDictionary ){for _ ,_gcdcc :=range _gdfdb ._cfag {_gcdcc .UpdateParams (params );};}; -// GetFilterName returns the name of the encoding filter. -func (_bcg *FlateEncoder )GetFilterName ()string {return StreamEncodingFilterNameFlate }; +// Bytes returns the PdfObjectString content as a []byte array. +func (_cbab *PdfObjectString )Bytes ()[]byte {return []byte (_cbab ._befb )}; -// CheckAccessRights checks access rights and permissions for a specified password. If either user/owner password is -// specified, full rights are granted, otherwise the access rights are specified by the Permissions flag. +// ParseNumber parses a numeric objects from a buffered stream. +// Section 7.3.3. +// Integer or Float. // -// The bool flag indicates that the user can access and view the file. -// The AccessPermissions shows what access the user has for editing etc. -// An error is returned if there was a problem performing the authentication. -func (_dagbd *PdfParser )CheckAccessRights (password []byte )(bool ,_cbd .Permissions ,error ){if _dagbd ._eccc ==nil {return true ,_cbd .PermOwner ,nil ;};return _dagbd ._eccc .checkAccessRights (password );}; +// An integer shall be written as one or more decimal digits optionally +// preceded by a sign. The value shall be interpreted as a signed +// decimal integer and shall be converted to an integer object. +// +// A real value shall be written as one or more decimal digits with an +// optional sign and a leading, trailing, or embedded PERIOD (2Eh) +// (decimal point). The value shall be interpreted as a real number +// and shall be converted to a real object. +// +// Regarding exponential numbers: 7.3.3 Numeric Objects: +// A conforming writer shall not use the PostScript syntax for numbers +// with non-decimal radices (such as 16#FFFE) or in exponential format +// (such as 6.02E23). +// Nonetheless, we sometimes get numbers with exponential format, so +// we will support it in the reader (no confusion with other types, so +// no compromise). +func ParseNumber (buf *_bb .Reader )(PdfObject ,error ){_bebec :=false ;_dgba :=true ;var _ggde _bd .Buffer ;for {if _eg .Log .IsLogLevel (_eg .LogLevelTrace ){_eg .Log .Trace ("\u0050\u0061\u0072\u0073in\u0067\u0020\u006e\u0075\u006d\u0062\u0065\u0072\u0020\u0022\u0025\u0073\u0022",_ggde .String ()); +};_faaca ,_edce :=buf .Peek (1);if _edce ==_eb .EOF {break ;};if _edce !=nil {_eg .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u0020\u0025\u0073",_edce );return nil ,_edce ;};if _dgba &&(_faaca [0]=='-'||_faaca [0]=='+'){_dbab ,_ :=buf .ReadByte ();_ggde .WriteByte (_dbab ); +_dgba =false ;}else if IsDecimalDigit (_faaca [0]){_cegb ,_ :=buf .ReadByte ();_ggde .WriteByte (_cegb );}else if _faaca [0]=='.'{_ccbfd ,_ :=buf .ReadByte ();_ggde .WriteByte (_ccbfd );_bebec =true ;}else if _faaca [0]=='e'||_faaca [0]=='E'{_ebfb ,_ :=buf .ReadByte (); +_ggde .WriteByte (_ebfb );_bebec =true ;_dgba =true ;}else {break ;};};var _eeffe PdfObject ;if _bebec {_eagc ,_cbfb :=_b .ParseFloat (_ggde .String (),64);if _cbfb !=nil {_eg .Log .Debug ("\u0045\u0072r\u006f\u0072\u0020\u0070\u0061\u0072\u0073\u0069\u006e\u0067\u0020\u006e\u0075\u006d\u0062\u0065\u0072\u0020\u0025v\u0020\u0065\u0072\u0072\u003d\u0025v\u002e\u0020\u0055\u0073\u0069\u006e\u0067\u0020\u0030\u002e\u0030\u002e\u0020\u004fu\u0074\u0070u\u0074\u0020\u006d\u0061y\u0020\u0062\u0065\u0020\u0069n\u0063\u006f\u0072\u0072\u0065\u0063\u0074",_ggde .String (),_cbfb ); +_eagc =0.0;};_fcfg :=PdfObjectFloat (_eagc );_eeffe =&_fcfg ;}else {_ffgg ,_dcebe :=_b .ParseInt (_ggde .String (),10,64);if _dcebe !=nil {_eg .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0070\u0061\u0072\u0073\u0069\u006e\u0067\u0020\u006e\u0075\u006db\u0065\u0072\u0020\u0025\u0076\u0020\u0065\u0072\u0072\u003d%\u0076\u002e\u0020\u0055\u0073\u0069\u006e\u0067\u0020\u0030\u002e\u0020\u004f\u0075\u0074\u0070\u0075\u0074 \u006d\u0061\u0079\u0020\u0062\u0065 \u0069\u006ec\u006f\u0072r\u0065c\u0074",_ggde .String (),_dcebe ); +_ffgg =0;};_cbff :=PdfObjectInteger (_ffgg );_eeffe =&_cbff ;};return _eeffe ,nil ;}; + +// MakeInteger creates a PdfObjectInteger from an int64. +func MakeInteger (val int64 )*PdfObjectInteger {_dcdef :=PdfObjectInteger (val );return &_dcdef };func _cab (_egcg _gg .Image )*JBIG2Image {_gdcga :=_egcg .Base ();return &JBIG2Image {Data :_gdcga .Data ,Width :_gdcga .Width ,Height :_gdcga .Height ,HasPadding :true }; +}; -// Get returns the i-th element of the array or nil if out of bounds (by index). -func (_edec *PdfObjectArray )Get (i int )PdfObject {if _edec ==nil ||i >=len (_edec ._aagc )||i < 0{return nil ;};return _edec ._aagc [i ];}; +// HeaderCommentBytes gets the header comment bytes. +func (_ggbd ParserMetadata )HeaderCommentBytes ()[4]byte {return _ggbd ._bfe }; -// PdfCryptNewDecrypt makes the document crypt handler based on the encryption dictionary -// and trailer dictionary. Returns an error on failure to process. -func PdfCryptNewDecrypt (parser *PdfParser ,ed ,trailer *PdfObjectDictionary )(*PdfCrypt ,error ){_ceed :=&PdfCrypt {_agg :false ,_ge :make (map[PdfObject ]bool ),_edc :make (map[PdfObject ]bool ),_eda :make (map[int ]struct{}),_eadg :parser };_fefg ,_fcac :=ed .Get ("\u0046\u0069\u006c\u0074\u0065\u0072").(*PdfObjectName ); -if !_fcac {_eb .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u0020\u0043\u0072\u0079\u0070\u0074 \u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061r\u0079 \u006d\u0069\u0073\u0073\u0069\u006e\u0067\u0020\u0072\u0065\u0071\u0075\u0069\u0072\u0065\u0064\u0020\u0046i\u006c\u0074\u0065\u0072\u0020\u0066\u0069\u0065\u006c\u0064\u0021"); -return _ceed ,_f .New ("r\u0065\u0071\u0075\u0069\u0072\u0065d\u0020\u0063\u0072\u0079\u0070\u0074 \u0066\u0069\u0065\u006c\u0064\u0020\u0046i\u006c\u0074\u0065\u0072\u0020\u006d\u0069\u0073\u0073\u0069n\u0067");};if *_fefg !="\u0053\u0074\u0061\u006e\u0064\u0061\u0072\u0064"{_eb .Log .Debug ("\u0045\u0052R\u004f\u0052\u0020\u0055\u006e\u0073\u0075\u0070\u0070\u006f\u0072\u0074\u0065\u0064\u0020\u0066\u0069\u006c\u0074\u0065\u0072\u0020(%\u0073\u0029",*_fefg ); -return _ceed ,_f .New ("\u0075n\u0073u\u0070\u0070\u006f\u0072\u0074e\u0064\u0020F\u0069\u006c\u0074\u0065\u0072");};_ceed ._ffe .Filter =string (*_fefg );if _cca ,_bcae :=ed .Get ("\u0053u\u0062\u0046\u0069\u006c\u0074\u0065r").(*PdfObjectString );_bcae {_ceed ._ffe .SubFilter =_cca .Str (); -_eb .Log .Debug ("\u0055s\u0069n\u0067\u0020\u0073\u0075\u0062f\u0069\u006ct\u0065\u0072\u0020\u0025\u0073",_cca );};if L ,_dfc :=ed .Get ("\u004c\u0065\u006e\u0067\u0074\u0068").(*PdfObjectInteger );_dfc {if (*L %8)!=0{_eb .Log .Debug ("\u0045\u0052\u0052O\u0052\u0020\u0049\u006ev\u0061\u006c\u0069\u0064\u0020\u0065\u006ec\u0072\u0079\u0070\u0074\u0069\u006f\u006e\u0020\u006c\u0065\u006e\u0067\u0074\u0068"); -return _ceed ,_f .New ("\u0069n\u0076\u0061\u006c\u0069d\u0020\u0065\u006e\u0063\u0072y\u0070t\u0069o\u006e\u0020\u006c\u0065\u006e\u0067\u0074h");};_ceed ._ffe .Length =int (*L );}else {_ceed ._ffe .Length =40;};_ceed ._ffe .V =0;if _gbeb ,_dccd :=ed .Get ("\u0056").(*PdfObjectInteger ); -_dccd {V :=int (*_gbeb );_ceed ._ffe .V =V ;if V >=1&&V <=2{_ceed ._ace =_gcb (_ceed ._ffe .Length );}else if V >=4&&V <=5{if _bge :=_ceed .loadCryptFilters (ed );_bge !=nil {return _ceed ,_bge ;};}else {_eb .Log .Debug ("E\u0052\u0052\u004f\u0052\u0020\u0055\u006e\u0073\u0075\u0070\u0070\u006f\u0072\u0074\u0065\u0064\u0020\u0065n\u0063\u0072\u0079\u0070\u0074\u0069\u006f\u006e\u0020\u0061lg\u006f\u0020\u0056 \u003d \u0025\u0064",V ); -return _ceed ,_f .New ("u\u006e\u0073\u0075\u0070po\u0072t\u0065\u0064\u0020\u0061\u006cg\u006f\u0072\u0069\u0074\u0068\u006d");};};if _debf :=_gaf (&_ceed ._adfe ,ed );_debf !=nil {return _ceed ,_debf ;};_gdgd :="";if _baag ,_cff :=trailer .Get ("\u0049\u0044").(*PdfObjectArray ); -_cff &&_baag .Len ()>=1{_bacb ,_cdc :=GetString (_baag .Get (0));if !_cdc {return _ceed ,_f .New ("\u0069n\u0076a\u006c\u0069\u0064\u0020\u0074r\u0061\u0069l\u0065\u0072\u0020\u0049\u0044");};_gdgd =_bacb .Str ();}else {_eb .Log .Debug ("\u0054\u0072ai\u006c\u0065\u0072 \u0049\u0044\u0020\u0061rra\u0079 m\u0069\u0073\u0073\u0069\u006e\u0067\u0020or\u0020\u0069\u006e\u0076\u0061\u006c\u0069d\u0021"); -};_ceed ._ffc =_gdgd ;return _ceed ,nil ;};func (_efc *PdfCrypt )loadCryptFilters (_gdb *PdfObjectDictionary )error {_efc ._ace =cryptFilters {};_ceb :=_gdb .Get ("\u0043\u0046");_ceb =TraceToDirectObject (_ceb );if _eba ,_fcf :=_ceb .(*PdfObjectReference ); -_fcf {_ggf ,_bf :=_efc ._eadg .LookupByReference (*_eba );if _bf !=nil {_eb .Log .Debug ("\u0045\u0072r\u006f\u0072\u0020\u006c\u006f\u006f\u006b\u0069\u006e\u0067\u0020\u0075\u0070\u0020\u0043\u0046\u0020\u0072\u0065\u0066\u0065\u0072en\u0063\u0065"); -return _bf ;};_ceb =TraceToDirectObject (_ggf );};_fbbg ,_feg :=_ceb .(*PdfObjectDictionary );if !_feg {_eb .Log .Debug ("I\u006ev\u0061\u006c\u0069\u0064\u0020\u0043\u0046\u002c \u0074\u0079\u0070\u0065: \u0025\u0054",_ceb );return _f .New ("\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0043\u0046"); -};for _ ,_ebgd :=range _fbbg .Keys (){_gbf :=_fbbg .Get (_ebgd );if _ebce ,_abae :=_gbf .(*PdfObjectReference );_abae {_daf ,_gddd :=_efc ._eadg .LookupByReference (*_ebce );if _gddd !=nil {_eb .Log .Debug ("\u0045\u0072ro\u0072\u0020\u006co\u006f\u006b\u0075\u0070 up\u0020di\u0063\u0074\u0069\u006f\u006e\u0061\u0072y \u0072\u0065\u0066\u0065\u0072\u0065\u006ec\u0065"); -return _gddd ;};_gbf =TraceToDirectObject (_daf );};_af ,_cbfe :=_gbf .(*PdfObjectDictionary );if !_cbfe {return _ee .Errorf ("\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0064\u0069\u0063\u0074\u0020\u0069\u006e \u0043\u0046\u0020\u0028\u006e\u0061\u006d\u0065\u0020\u0025\u0073\u0029\u0020-\u0020\u006e\u006f\u0074\u0020\u0061\u0020\u0064\u0069\u0063\u0074\u0069on\u0061\u0072\u0079\u0020\u0062\u0075\u0074\u0020\u0025\u0054",_ebgd ,_gbf ); -};if _ebgd =="\u0049\u0064\u0065\u006e\u0074\u0069\u0074\u0079"{_eb .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u0020\u002d\u0020\u0043\u0061\u006e\u006e\u006f\u0074\u0020\u006f\u0076\u0065\u0072\u0077r\u0069\u0074\u0065\u0020\u0074\u0068\u0065\u0020\u0069d\u0065\u006e\u0074\u0069\u0074\u0079\u0020\u0066\u0069\u006c\u0074\u0065\u0072 \u002d\u0020\u0054\u0072\u0079\u0069n\u0067\u0020\u006ee\u0078\u0074"); -continue ;};var _fafe _gbe .FilterDict ;if _ecag :=_gfad (&_fafe ,_af );_ecag !=nil {return _ecag ;};_abfg ,_aaa :=_gbe .NewFilter (_fafe );if _aaa !=nil {return _aaa ;};_efc ._ace [string (_ebgd )]=_abfg ;};_efc ._ace ["\u0049\u0064\u0065\u006e\u0074\u0069\u0074\u0079"]=_gbe .NewIdentity (); -_efc ._df ="\u0049\u0064\u0065\u006e\u0074\u0069\u0074\u0079";if _dbc ,_fegf :=_gdb .Get ("\u0053\u0074\u0072\u0046").(*PdfObjectName );_fegf {if _ ,_aed :=_efc ._ace [string (*_dbc )];!_aed {return _ee .Errorf ("\u0063\u0072\u0079\u0070t\u0020\u0066\u0069\u006c\u0074\u0065\u0072\u0020\u0066o\u0072\u0020\u0053\u0074\u0072\u0046\u0020\u006e\u006f\u0074\u0020\u0073\u0070\u0065\u0063\u0069\u0066\u0069e\u0064\u0020\u0069\u006e\u0020C\u0046\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u0020\u0028\u0025\u0073\u0029",*_dbc ); -};_efc ._df =string (*_dbc );};_efc ._badb ="\u0049\u0064\u0065\u006e\u0074\u0069\u0074\u0079";if _eec ,_efd :=_gdb .Get ("\u0053\u0074\u006d\u0046").(*PdfObjectName );_efd {if _ ,_cdf :=_efc ._ace [string (*_eec )];!_cdf {return _ee .Errorf ("\u0063\u0072\u0079\u0070t\u0020\u0066\u0069\u006c\u0074\u0065\u0072\u0020\u0066o\u0072\u0020\u0053\u0074\u006d\u0046\u0020\u006e\u006f\u0074\u0020\u0073\u0070\u0065\u0063\u0069\u0066\u0069e\u0064\u0020\u0069\u006e\u0020C\u0046\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u0020\u0028\u0025\u0073\u0029",*_eec ); -};_efc ._badb =string (*_eec );};return nil ;}; +// MakeStreamDict makes a new instance of an encoding dictionary for a stream object. +// Has the Filter set and the DecodeParms. +func (_dfe *LZWEncoder )MakeStreamDict ()*PdfObjectDictionary {_efeg :=MakeDict ();_efeg .Set ("\u0046\u0069\u006c\u0074\u0065\u0072",MakeName (_dfe .GetFilterName ()));_bcb :=_dfe .MakeDecodeParams ();if _bcb !=nil {_efeg .Set ("D\u0065\u0063\u006f\u0064\u0065\u0050\u0061\u0072\u006d\u0073",_bcb ); +};_efeg .Set ("E\u0061\u0072\u006c\u0079\u0043\u0068\u0061\u006e\u0067\u0065",MakeInteger (int64 (_dfe .EarlyChange )));return _efeg ;};func (_edgg *PdfObjectDictionary )setWithLock (_afdcf PdfObjectName ,_egdf PdfObject ,_cfcfd bool ){if _cfcfd {_edgg ._fgcd .Lock (); +defer _edgg ._fgcd .Unlock ();};_ ,_gbeb :=_edgg ._degg [_afdcf ];if !_gbeb {_edgg ._aeba =append (_edgg ._aeba ,_afdcf );};_edgg ._degg [_afdcf ]=_egdf ;}; -// EncodeBytes returns the passed in slice of bytes. -// The purpose of the method is to satisfy the StreamEncoder interface. -func (_bdec *RawEncoder )EncodeBytes (data []byte )([]byte ,error ){return data ,nil };func (_gfga *PdfParser )parseArray ()(*PdfObjectArray ,error ){_bgfe :=MakeArray ();_gfga ._dedbc .ReadByte ();for {_gfga .skipSpaces ();_gaca ,_fcdf :=_gfga ._dedbc .Peek (1); -if _fcdf !=nil {return _bgfe ,_fcdf ;};if _gaca [0]==']'{_gfga ._dedbc .ReadByte ();break ;};_gdec ,_fcdf :=_gfga .parseObject ();if _fcdf !=nil {return _bgfe ,_fcdf ;};_bgfe .Append (_gdec );};return _bgfe ,nil ;}; +// DecodeStream decodes a DCT encoded stream and returns the result as a +// slice of bytes. +func (_bca *DCTEncoder )DecodeStream (streamObj *PdfObjectStream )([]byte ,error ){return _bca .DecodeBytes (streamObj .Stream );};func (_dabf *ASCII85Encoder )base256Tobase85 (_aaeg uint32 )[5]byte {_bfgc :=[5]byte {0,0,0,0,0};_bdfac :=_aaeg ;for _eddf :=0; +_eddf < 5;_eddf ++{_gfbf :=uint32 (1);for _dfgc :=0;_dfgc < 4-_eddf ;_dfgc ++{_gfbf *=85;};_bdfd :=_bdfac /_gfbf ;_bdfac =_bdfac %_gfbf ;_bfgc [_eddf ]=byte (_bdfd );};return _bfgc ;}; -// IsWhiteSpace checks if byte represents a white space character. -func IsWhiteSpace (ch byte )bool {if (ch ==0x00)||(ch ==0x09)||(ch ==0x0A)||(ch ==0x0C)||(ch ==0x0D)||(ch ==0x20){return true ;};return false ;}; +// GetXrefTable returns the PDFs xref table. +func (_ggc *PdfParser )GetXrefTable ()XrefTable {return _ggc ._gfeb }; -// String returns the PDF version as a string. Implements interface fmt.Stringer. -func (_fgbc Version )String ()string {return _ee .Sprintf ("\u00250\u0064\u002e\u0025\u0030\u0064",_fgbc .Major ,_fgbc .Minor );}; +// WriteString outputs the object as it is to be written to file. +func (_ccbga *PdfObjectReference )WriteString ()string {var _bdeb _afc .Builder ;_bdeb .WriteString (_b .FormatInt (_ccbga .ObjectNumber ,10));_bdeb .WriteString ("\u0020");_bdeb .WriteString (_b .FormatInt (_ccbga .GenerationNumber ,10));_bdeb .WriteString ("\u0020\u0052"); +return _bdeb .String ();}; -// PdfObjectString represents the primitive PDF string object. -type PdfObjectString struct{_cbdg string ;_cdca bool ;};func (_adc *PdfParser )lookupByNumber (_ada int ,_bcb bool )(PdfObject ,bool ,error ){_agc ,_gc :=_adc .ObjCache [_ada ];if _gc {_eb .Log .Trace ("\u0052\u0065\u0074\u0075\u0072\u006e\u0069\u006e\u0067\u0020\u0063a\u0063\u0068\u0065\u0064\u0020\u006f\u0062\u006a\u0065\u0063t\u0020\u0025\u0064",_ada ); -return _agc ,false ,nil ;};if _adc ._cefg ==nil {_adc ._cefg =map[int ]bool {};};if _adc ._cefg [_ada ]{_eb .Log .Debug ("ER\u0052\u004f\u0052\u003a\u0020\u004c\u006fok\u0075\u0070\u0020\u006f\u0066\u0020\u0025\u0064\u0020\u0069\u0073\u0020\u0061\u006c\u0072e\u0061\u0064\u0079\u0020\u0069\u006e\u0020\u0070\u0072\u006f\u0067\u0072\u0065\u0073\u0073\u0020\u002d\u0020\u0072\u0065c\u0075\u0072\u0073\u0069\u0076\u0065 \u006c\u006f\u006f\u006b\u0075\u0070\u0020\u0061\u0074t\u0065m\u0070\u0074\u0020\u0062\u006c\u006f\u0063\u006b\u0065\u0064",_ada ); -return nil ,false ,_f .New ("\u0072\u0065\u0063\u0075\u0072\u0073\u0069\u0076\u0065\u0020\u006c\u006f\u006f\u006b\u0075p\u0020a\u0074\u0074\u0065\u006d\u0070\u0074\u0020\u0062\u006c\u006f\u0063\u006b\u0065\u0064");};_adc ._cefg [_ada ]=true ;defer delete (_adc ._cefg ,_ada ); -_gad ,_gc :=_adc ._bfba .ObjectMap [_ada ];if !_gc {_eb .Log .Trace ("\u0055\u006e\u0061\u0062l\u0065\u0020\u0074\u006f\u0020\u006c\u006f\u0063\u0061t\u0065\u0020\u006f\u0062\u006a\u0065\u0063\u0074\u0020\u0069\u006e\u0020\u0078\u0072\u0065\u0066\u0073\u0021 \u002d\u0020\u0052\u0065\u0074u\u0072\u006e\u0069\u006e\u0067\u0020\u006e\u0075\u006c\u006c\u0020\u006f\u0062\u006a\u0065\u0063\u0074"); -var _egb PdfObjectNull ;return &_egb ,false ,nil ;};_eb .Log .Trace ("L\u006fo\u006b\u0075\u0070\u0020\u006f\u0062\u006a\u0020n\u0075\u006d\u0062\u0065r \u0025\u0064",_ada );if _gad .XType ==XrefTypeTableEntry {_eb .Log .Trace ("\u0078r\u0065f\u006f\u0062\u006a\u0020\u006fb\u006a\u0020n\u0075\u006d\u0020\u0025\u0064",_gad .ObjectNumber ); -_eb .Log .Trace ("\u0078\u0072\u0065\u0066\u006f\u0062\u006a\u0020\u0067e\u006e\u0020\u0025\u0064",_gad .Generation );_eb .Log .Trace ("\u0078\u0072\u0065\u0066\u006f\u0062\u006a\u0020\u006f\u0066\u0066\u0073e\u0074\u0020\u0025\u0064",_gad .Offset );_adc ._cdea .Seek (_gad .Offset ,_bb .SeekStart ); -_adc ._dedbc =_ga .NewReader (_adc ._cdea );_ff ,_ecg :=_adc .ParseIndirectObject ();if _ecg !=nil {_eb .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u0020\u0046\u0061\u0069\u006ce\u0064\u0020\u0072\u0065\u0061\u0064\u0069n\u0067\u0020\u0078\u0072\u0065\u0066\u0020\u0028\u0025\u0073\u0029",_ecg ); -if _bcb {_eb .Log .Debug ("\u0041\u0074t\u0065\u006d\u0070\u0074i\u006e\u0067 \u0074\u006f\u0020\u0072\u0065\u0070\u0061\u0069r\u0020\u0078\u0072\u0065\u0066\u0073\u0020\u0028\u0074\u006f\u0070\u0020d\u006f\u0077\u006e\u0029");_cad ,_dbb :=_adc .repairRebuildXrefsTopDown (); -if _dbb !=nil {_eb .Log .Debug ("\u0045R\u0052\u004f\u0052\u0020\u0046\u0061\u0069\u006c\u0065\u0064\u0020r\u0065\u0070\u0061\u0069\u0072\u0020\u0028\u0025\u0073\u0029",_dbb );return nil ,false ,_dbb ;};_adc ._bfba =*_cad ;return _adc .lookupByNumber (_ada ,false ); -};return nil ,false ,_ecg ;};if _bcb {_baa ,_ ,_ :=_ed (_ff );if int (_baa )!=_ada {_eb .Log .Debug ("\u0049n\u0076\u0061\u006c\u0069d\u0020\u0078\u0072\u0065\u0066s\u003a \u0052e\u0062\u0075\u0069\u006c\u0064\u0069\u006eg");_adf :=_adc .rebuildXrefTable (); -if _adf !=nil {return nil ,false ,_adf ;};_adc .ObjCache =objectCache {};return _adc .lookupByNumberWrapper (_ada ,false );};};_eb .Log .Trace ("\u0052\u0065\u0074\u0075\u0072\u006e\u0069\u006e\u0067\u0020\u006f\u0062\u006a");_adc .ObjCache [_ada ]=_ff ; -return _ff ,false ,nil ;}else if _gad .XType ==XrefTypeObjectStream {_eb .Log .Trace ("\u0078r\u0065\u0066\u0020\u0066\u0072\u006f\u006d\u0020\u006f\u0062\u006ae\u0063\u0074\u0020\u0073\u0074\u0072\u0065\u0061\u006d\u0021");_eb .Log .Trace ("\u003e\u004c\u006f\u0061\u0064\u0020\u0076\u0069\u0061\u0020\u004f\u0053\u0021"); -_eb .Log .Trace ("\u004f\u0062\u006a\u0065\u0063\u0074\u0020\u0073\u0074\u0072\u0065\u0061\u006d \u0061\u0076\u0061\u0069\u006c\u0061b\u006c\u0065\u0020\u0069\u006e\u0020\u006f\u0062\u006a\u0065\u0063\u0074\u0020%\u0064\u002f\u0025\u0064",_gad .OsObjNumber ,_gad .OsObjIndex ); -if _gad .OsObjNumber ==_ada {_eb .Log .Debug ("E\u0052\u0052\u004f\u0052\u0020\u0043i\u0072\u0063\u0075\u006c\u0061\u0072\u0020\u0072\u0065f\u0065\u0072\u0065n\u0063e\u0021\u003f\u0021");return nil ,true ,_f .New ("\u0078\u0072\u0065f \u0063\u0069\u0072\u0063\u0075\u006c\u0061\u0072\u0020\u0072\u0065\u0066\u0065\u0072\u0065\u006e\u0063\u0065"); -};if _ ,_fc :=_adc ._bfba .ObjectMap [_gad .OsObjNumber ];_fc {_dgb ,_bca :=_adc .lookupObjectViaOS (_gad .OsObjNumber ,_ada );if _bca !=nil {_eb .Log .Debug ("\u0045R\u0052\u004f\u0052\u0020\u0052\u0065\u0074\u0075\u0072\u006e\u0069n\u0067\u0020\u0045\u0052\u0052\u0020\u0028\u0025\u0073\u0029",_bca ); -return nil ,true ,_bca ;};_eb .Log .Trace ("\u003c\u004c\u006f\u0061\u0064\u0065\u0064\u0020\u0076i\u0061\u0020\u004f\u0053");_adc .ObjCache [_ada ]=_dgb ;if _adc ._eccc !=nil {_adc ._eccc ._ge [_dgb ]=true ;};return _dgb ,true ,nil ;};_eb .Log .Debug ("\u003f\u003f\u0020\u0042\u0065\u006c\u006f\u006eg\u0073\u0020\u0074o \u0061\u0020\u006e\u006f\u006e\u002dc\u0072\u006f\u0073\u0073\u0020\u0072\u0065\u0066\u0065\u0072\u0065\u006e\u0063\u0065\u0064 \u006f\u0062\u006a\u0065\u0063\u0074\u0020\u002e.\u002e\u0021"); -return nil ,true ,_f .New ("\u006f\u0073\u0020\u0062\u0065\u006c\u006fn\u0067\u0073\u0020t\u006f\u0020\u0061\u0020n\u006f\u006e\u0020\u0063\u0072\u006f\u0073\u0073\u0020\u0072\u0065\u0066\u0065\u0072\u0065\u006e\u0063\u0065\u0064\u0020\u006f\u0062\u006a\u0065\u0063\u0074"); -};return nil ,false ,_f .New ("\u0075\u006e\u006b\u006e\u006f\u0077\u006e\u0020\u0078\u0072\u0065\u0066 \u0074\u0079\u0070\u0065");}; +// Update updates multiple keys and returns the dictionary back so can be used in a chained fashion. +func (_dffdd *PdfObjectDictionary )Update (objmap map[string ]PdfObject )*PdfObjectDictionary {_dffdd ._fgcd .Lock ();defer _dffdd ._fgcd .Unlock ();for _accfb ,_ddabg :=range objmap {_dffdd .setWithLock (PdfObjectName (_accfb ),_ddabg ,false );};return _dffdd ; +}; + +// GetAccessPermissions returns the PDF access permissions as an AccessPermissions object. +func (_bfa *PdfCrypt )GetAccessPermissions ()_fc .Permissions {return _bfa ._gce .P }; // String returns a string describing `array`. -func (_bagff *PdfObjectArray )String ()string {_ddccd :="\u005b";for _cccf ,_fegcc :=range _bagff .Elements (){_ddccd +=_fegcc .String ();if _cccf < (_bagff .Len ()-1){_ddccd +="\u002c\u0020";};};_ddccd +="\u005d";return _ddccd ;};func _eaeg ()string {return _eb .Version }; +func (_aaaac *PdfObjectArray )String ()string {_facb :="\u005b";for _cagfa ,_efea :=range _aaaac .Elements (){_facb +=_efea .String ();if _cagfa < (_aaaac .Len ()-1){_facb +="\u002c\u0020";};};_facb +="\u005d";return _facb ;}; +// MakeStream creates an PdfObjectStream with specified contents and encoding. If encoding is nil, then raw encoding +// will be used (i.e. no encoding applied). +func MakeStream (contents []byte ,encoder StreamEncoder )(*PdfObjectStream ,error ){_bagd :=&PdfObjectStream {};if encoder ==nil {encoder =NewRawEncoder ();};_bagd .PdfObjectDictionary =encoder .MakeStreamDict ();_gfbe ,_bbceb :=encoder .EncodeBytes (contents ); +if _bbceb !=nil {return nil ,_bbceb ;};_bagd .PdfObjectDictionary .Set ("\u004c\u0065\u006e\u0067\u0074\u0068",MakeInteger (int64 (len (_gfbe ))));_bagd .Stream =_gfbe ;return _bagd ,nil ;}; -// PdfObjectInteger represents the primitive PDF integer numerical object. -type PdfObjectInteger int64 ; +// HasInvalidSubsectionHeader implements core.ParserMetadata interface. +func (_cdbc ParserMetadata )HasInvalidSubsectionHeader ()bool {return _cdbc ._dcb };func (_agca *PdfCrypt )loadCryptFilters (_bad *PdfObjectDictionary )error {_agca ._ceaa =cryptFilters {};_fac :=_bad .Get ("\u0043\u0046");_fac =TraceToDirectObject (_fac ); +if _dbbg ,_cbe :=_fac .(*PdfObjectReference );_cbe {_efc ,_daa :=_agca ._cagb .LookupByReference (*_dbbg );if _daa !=nil {_eg .Log .Debug ("\u0045\u0072r\u006f\u0072\u0020\u006c\u006f\u006f\u006b\u0069\u006e\u0067\u0020\u0075\u0070\u0020\u0043\u0046\u0020\u0072\u0065\u0066\u0065\u0072en\u0063\u0065"); +return _daa ;};_fac =TraceToDirectObject (_efc );};_dea ,_feea :=_fac .(*PdfObjectDictionary );if !_feea {_eg .Log .Debug ("I\u006ev\u0061\u006c\u0069\u0064\u0020\u0043\u0046\u002c \u0074\u0079\u0070\u0065: \u0025\u0054",_fac );return _a .New ("\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0043\u0046"); +};for _ ,_dfa :=range _dea .Keys (){_cgf :=_dea .Get (_dfa );if _ecg ,_eeed :=_cgf .(*PdfObjectReference );_eeed {_gec ,_cfb :=_agca ._cagb .LookupByReference (*_ecg );if _cfb !=nil {_eg .Log .Debug ("\u0045\u0072ro\u0072\u0020\u006co\u006f\u006b\u0075\u0070 up\u0020di\u0063\u0074\u0069\u006f\u006e\u0061\u0072y \u0072\u0065\u0066\u0065\u0072\u0065\u006ec\u0065"); +return _cfb ;};_cgf =TraceToDirectObject (_gec );};_cgff ,_eda :=_cgf .(*PdfObjectDictionary );if !_eda {return _bf .Errorf ("\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0064\u0069\u0063\u0074\u0020\u0069\u006e \u0043\u0046\u0020\u0028\u006e\u0061\u006d\u0065\u0020\u0025\u0073\u0029\u0020-\u0020\u006e\u006f\u0074\u0020\u0061\u0020\u0064\u0069\u0063\u0074\u0069on\u0061\u0072\u0079\u0020\u0062\u0075\u0074\u0020\u0025\u0054",_dfa ,_cgf ); +};if _dfa =="\u0049\u0064\u0065\u006e\u0074\u0069\u0074\u0079"{_eg .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u0020\u002d\u0020\u0043\u0061\u006e\u006e\u006f\u0074\u0020\u006f\u0076\u0065\u0072\u0077r\u0069\u0074\u0065\u0020\u0074\u0068\u0065\u0020\u0069d\u0065\u006e\u0074\u0069\u0074\u0079\u0020\u0066\u0069\u006c\u0074\u0065\u0072 \u002d\u0020\u0054\u0072\u0079\u0069n\u0067\u0020\u006ee\u0078\u0074"); +continue ;};var _fgc _dg .FilterDict ;if _ccfd :=_aae (&_fgc ,_cgff );_ccfd !=nil {return _ccfd ;};_ggdg ,_cgb :=_dg .NewFilter (_fgc );if _cgb !=nil {return _cgb ;};_agca ._ceaa [string (_dfa )]=_ggdg ;};_agca ._ceaa ["\u0049\u0064\u0065\u006e\u0074\u0069\u0074\u0079"]=_dg .NewIdentity (); +_agca ._fcf ="\u0049\u0064\u0065\u006e\u0074\u0069\u0074\u0079";if _caf ,_gda :=_bad .Get ("\u0053\u0074\u0072\u0046").(*PdfObjectName );_gda {if _ ,_bebg :=_agca ._ceaa [string (*_caf )];!_bebg {return _bf .Errorf ("\u0063\u0072\u0079\u0070t\u0020\u0066\u0069\u006c\u0074\u0065\u0072\u0020\u0066o\u0072\u0020\u0053\u0074\u0072\u0046\u0020\u006e\u006f\u0074\u0020\u0073\u0070\u0065\u0063\u0069\u0066\u0069e\u0064\u0020\u0069\u006e\u0020C\u0046\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u0020\u0028\u0025\u0073\u0029",*_caf ); +};_agca ._fcf =string (*_caf );};_agca ._fde ="\u0049\u0064\u0065\u006e\u0074\u0069\u0074\u0079";if _bab ,_fgfc :=_bad .Get ("\u0053\u0074\u006d\u0046").(*PdfObjectName );_fgfc {if _ ,_ggfa :=_agca ._ceaa [string (*_bab )];!_ggfa {return _bf .Errorf ("\u0063\u0072\u0079\u0070t\u0020\u0066\u0069\u006c\u0074\u0065\u0072\u0020\u0066o\u0072\u0020\u0053\u0074\u006d\u0046\u0020\u006e\u006f\u0074\u0020\u0073\u0070\u0065\u0063\u0069\u0066\u0069e\u0064\u0020\u0069\u006e\u0020C\u0046\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u0020\u0028\u0025\u0073\u0029",*_bab ); +};_agca ._fde =string (*_bab );};return nil ;}; -// Clear resets the dictionary to an empty state. -func (_beaed *PdfObjectDictionary )Clear (){_beaed ._begbb =[]PdfObjectName {};_beaed ._abec =map[PdfObjectName ]PdfObject {};_beaed ._bfdf =&_g .Mutex {};};const _dedd ="\u0053\u0074\u0064C\u0046"; +// String returns a string describing `stream`. +func (_bdeeg *PdfObjectStream )String ()string {return _bf .Sprintf ("O\u0062j\u0065\u0063\u0074\u0020\u0073\u0074\u0072\u0065a\u006d\u0020\u0025\u0064: \u0025\u0073",_bdeeg .ObjectNumber ,_bdeeg .PdfObjectDictionary );};func (_fdea *offsetReader )Read (p []byte )(_eebaf int ,_cccc error ){return _fdea ._dbcbf .Read (p )}; +var _abe =_de .MustCompile ("\u005b\\\u0072\u005c\u006e\u005d\u005c\u0073\u002a\u0028\u0078\u0072\u0065f\u0029\u005c\u0073\u002a\u005b\u005c\u0072\u005c\u006e\u005d"); -// MakeObjectStreams creates an PdfObjectStreams from a list of PdfObjects. -func MakeObjectStreams (objects ...PdfObject )*PdfObjectStreams {return &PdfObjectStreams {_fagda :objects };}; +// GetXrefType returns the type of the first xref object (table or stream). +func (_cbed *PdfParser )GetXrefType ()*xrefType {return _cbed ._bdcf };func _afb (_ebe int )cryptFilters {return cryptFilters {_gcgd :_dg .NewFilterV2 (_ebe )}}; -// PdfObjectName represents the primitive PDF name object. -type PdfObjectName string ;func (_geffg *PdfParser )parseNumber ()(PdfObject ,error ){return ParseNumber (_geffg ._dedbc )}; +// IsHexadecimal checks if the PdfObjectString contains Hexadecimal data. +func (_edcb *PdfObjectString )IsHexadecimal ()bool {return _edcb ._eecac }; -// GetXrefOffset returns the offset of the xref table. -func (_dacd *PdfParser )GetXrefOffset ()int64 {return _dacd ._cgfg }; +// MakeStringFromBytes creates an PdfObjectString from a byte array. +// This is more natural than MakeString as `data` is usually not utf-8 encoded. +func MakeStringFromBytes (data []byte )*PdfObjectString {return MakeString (string (data ))};func _ceag (_cagc uint ,_fdec ,_efegf float64 )float64 {return (_fdec +(float64 (_cagc )*(_efegf -_fdec )/255))*255;}; -// SetImage sets the image base for given flate encoder. -func (_aad *FlateEncoder )SetImage (img *_eeb .ImageBase ){_aad ._gaade =img }; +// IsWhiteSpace checks if byte represents a white space character. +func IsWhiteSpace (ch byte )bool {if (ch ==0x00)||(ch ==0x09)||(ch ==0x0A)||(ch ==0x0C)||(ch ==0x0D)||(ch ==0x20){return true ;};return false ;}; -// EncodeBytes encodes the image data using either Group3 or Group4 CCITT facsimile (fax) encoding. -// `data` is expected to be 1 color component, 1 bit per component. It is also valid to provide 8 BPC, 1 CC image like -// a standard go image Gray data. -func (_becda *CCITTFaxEncoder )EncodeBytes (data []byte )([]byte ,error ){var _dcab _eeb .Gray ;switch len (data ){case _becda .Rows *_becda .Columns :_ega ,_egbfd :=_eeb .NewImage (_becda .Columns ,_becda .Rows ,8,1,data ,nil ,nil );if _egbfd !=nil {return nil ,_egbfd ; -};_dcab =_ega .(_eeb .Gray );case (_becda .Columns *_becda .Rows )+7>>3:_baef ,_fag :=_eeb .NewImage (_becda .Columns ,_becda .Rows ,1,1,data ,nil ,nil );if _fag !=nil {return nil ,_fag ;};_dfcd :=_baef .(*_eeb .Monochrome );if _fag =_dfcd .AddPadding (); -_fag !=nil {return nil ,_fag ;};_dcab =_dfcd ;default:if len (data )< _eeb .BytesPerLine (_becda .Columns ,1,1)*_becda .Rows {return nil ,_f .New ("p\u0072\u006f\u0076\u0069\u0064\u0065d\u0020\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020i\u006e\u0070\u0075t\u0020d\u0061\u0074\u0061"); -};_cegc ,_ccgd :=_eeb .NewImage (_becda .Columns ,_becda .Rows ,1,1,data ,nil ,nil );if _ccgd !=nil {return nil ,_ccgd ;};_gdbd :=_cegc .(*_eeb .Monochrome );_dcab =_gdbd ;};_dfee :=make ([][]byte ,_becda .Rows );for _eeea :=0;_eeea < _becda .Rows ;_eeea ++{_dbeg :=make ([]byte ,_becda .Columns ); -for _ebaf :=0;_ebaf < _becda .Columns ;_ebaf ++{_bfee :=_dcab .GrayAt (_ebaf ,_eeea );_dbeg [_ebaf ]=_bfee .Y >>7;};_dfee [_eeea ]=_dbeg ;};_feba :=&_bad .Encoder {K :_becda .K ,Columns :_becda .Columns ,EndOfLine :_becda .EndOfLine ,EndOfBlock :_becda .EndOfBlock ,BlackIs1 :_becda .BlackIs1 ,DamagedRowsBeforeError :_becda .DamagedRowsBeforeError ,Rows :_becda .Rows ,EncodedByteAlign :_becda .EncodedByteAlign }; -return _feba .Encode (_dfee ),nil ;}; +// MakeDecodeParams makes a new instance of an encoding dictionary based on the current encoder settings. +func (_fcbd *JBIG2Encoder )MakeDecodeParams ()PdfObject {return MakeDict ()}; -// MakeStreamDict makes a new instance of an encoding dictionary for a stream object. -func (_daca *CCITTFaxEncoder )MakeStreamDict ()*PdfObjectDictionary {_egbg :=MakeDict ();_egbg .Set ("\u0046\u0069\u006c\u0074\u0065\u0072",MakeName (_daca .GetFilterName ()));_egbg .SetIfNotNil ("D\u0065\u0063\u006f\u0064\u0065\u0050\u0061\u0072\u006d\u0073",_daca .MakeDecodeParams ()); -return _egbg ;}; +// PdfObjectArray represents the primitive PDF array object. +type PdfObjectArray struct{_cgef []PdfObject }; -// UpdateParams updates the parameter values of the encoder. -func (_cadf *RunLengthEncoder )UpdateParams (params *PdfObjectDictionary ){}; +// GetAsFloat64Slice returns the array as []float64 slice. +// Returns an error if not entirely numeric (only PdfObjectIntegers, PdfObjectFloats). +func (_ecdee *PdfObjectArray )GetAsFloat64Slice ()([]float64 ,error ){var _dege []float64 ;for _ ,_baabf :=range _ecdee .Elements (){_cabc ,_ffffb :=GetNumberAsFloat (TraceToDirectObject (_baabf ));if _ffffb !=nil {return nil ,_bf .Errorf ("\u0061\u0072\u0072\u0061\u0079\u0020\u0065\u006c\u0065\u006d\u0065n\u0074\u0020\u006e\u006f\u0074\u0020\u0061\u0020\u006e\u0075m\u0062\u0065\u0072"); +};_dege =append (_dege ,_cabc );};return _dege ,nil ;}; -// SetPredictor sets the predictor function. Specify the number of columns per row. -// The columns indicates the number of samples per row. -// Used for grouping data together for compression. -func (_cafg *FlateEncoder )SetPredictor (columns int ){_cafg .Predictor =11;_cafg .Columns =columns };func (_gced *PdfParser )readComment ()(string ,error ){var _aabbc _bg .Buffer ;_ ,_ccfg :=_gced .skipSpaces ();if _ccfg !=nil {return _aabbc .String (),_ccfg ; -};_efgc :=true ;for {_adff ,_efbbb :=_gced ._dedbc .Peek (1);if _efbbb !=nil {_eb .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0025\u0073",_efbbb .Error ());return _aabbc .String (),_efbbb ;};if _efgc &&_adff [0]!='%'{return _aabbc .String (),_f .New ("c\u006f\u006d\u006d\u0065\u006e\u0074 \u0073\u0068\u006f\u0075\u006c\u0064\u0020\u0073\u0074a\u0072\u0074\u0020w\u0069t\u0068\u0020\u0025"); -};_efgc =false ;if (_adff [0]!='\r')&&(_adff [0]!='\n'){_dfa ,_ :=_gced ._dedbc .ReadByte ();_aabbc .WriteByte (_dfa );}else {break ;};};return _aabbc .String (),nil ;};const _cafga =6;func (_bgae *offsetReader )Seek (offset int64 ,whence int )(int64 ,error ){if whence ==_bb .SeekStart {offset +=_bgae ._cbca ; -};_ffdf ,_aaab :=_bgae ._bfdd .Seek (offset ,whence );if _aaab !=nil {return _ffdf ,_aaab ;};if whence ==_bb .SeekCurrent {_ffdf -=_bgae ._cbca ;};if _ffdf < 0{return 0,_f .New ("\u0063\u006f\u0072\u0065\u002eo\u0066\u0066\u0073\u0065\u0074\u0052\u0065\u0061\u0064\u0065\u0072\u002e\u0053e\u0065\u006b\u003a\u0020\u006e\u0065\u0067\u0061\u0074\u0069\u0076\u0065\u0020\u0070\u006f\u0073\u0069\u0074\u0069\u006f\u006e"); -};return _ffdf ,nil ;}; +// SetImage sets the image base for given flate encoder. +func (_fea *FlateEncoder )SetImage (img *_gg .ImageBase ){_fea ._dagb =img }; -// GetRevisionNumber returns the current version of the Pdf document. -func (_bddgb *PdfParser )GetRevisionNumber ()int {return _bddgb ._aegg }; +// Decrypt attempts to decrypt the PDF file with a specified password. Also tries to +// decrypt with an empty password. Returns true if successful, false otherwise. +// An error is returned when there is a problem with decrypting. +func (_dfaba *PdfParser )Decrypt (password []byte )(bool ,error ){if _dfaba ._bbaead ==nil {return false ,_a .New ("\u0063\u0068\u0065\u0063k \u0065\u006e\u0063\u0072\u0079\u0070\u0074\u0069\u006f\u006e\u0020\u0066\u0069\u0072s\u0074");};_eaadb ,_cbade :=_dfaba ._bbaead .authenticate (password ); +if _cbade !=nil {return false ,_cbade ;};if !_eaadb {_eaadb ,_cbade =_dfaba ._bbaead .authenticate ([]byte (""));};return _eaadb ,_cbade ;}; -// PdfObjectFloat represents the primitive PDF floating point numerical object. -type PdfObjectFloat float64 ; +// DecodeStream decodes the stream data and returns the decoded data. +// An error is returned upon failure. +func DecodeStream (streamObj *PdfObjectStream )([]byte ,error ){_eg .Log .Trace ("\u0044\u0065\u0063\u006f\u0064\u0065\u0020\u0073\u0074\u0072\u0065\u0061\u006d");_gcgb ,_ccabdg :=NewEncoderFromStream (streamObj );if _ccabdg !=nil {_eg .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a \u0053\u0074\u0072\u0065\u0061\u006d\u0020\u0064\u0065\u0063\u006f\u0064\u0069n\u0067\u0020\u0066\u0061\u0069\u006c\u0065d\u003a\u0020\u0025\u0076",_ccabdg ); +return nil ,_ccabdg ;};_eg .Log .Trace ("\u0045\u006e\u0063\u006f\u0064\u0065\u0072\u003a\u0020\u0025\u0023\u0076\u000a",_gcgb );_abdaa ,_ccabdg :=_gcgb .DecodeStream (streamObj );if _ccabdg !=nil {_eg .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a \u0053\u0074\u0072\u0065\u0061\u006d\u0020\u0064\u0065\u0063\u006f\u0064\u0069n\u0067\u0020\u0066\u0061\u0069\u006c\u0065d\u003a\u0020\u0025\u0076",_ccabdg ); +return nil ,_ccabdg ;};return _abdaa ,nil ;};func (_dfegc *PdfParser )repairSeekXrefMarker ()error {_fffe ,_adccd :=_dfegc ._eaee .Seek (0,_eb .SeekEnd );if _adccd !=nil {return _adccd ;};_cdge :=_de .MustCompile ("\u005cs\u0078\u0072\u0065\u0066\u005c\u0073*"); +var _cffg int64 ;var _cbaf int64 =1000;for _cffg < _fffe {if _fffe <=(_cbaf +_cffg ){_cbaf =_fffe -_cffg ;};_ ,_eefce :=_dfegc ._eaee .Seek (-_cffg -_cbaf ,_eb .SeekEnd );if _eefce !=nil {return _eefce ;};_fgdaa :=make ([]byte ,_cbaf );_dfegc ._eaee .Read (_fgdaa ); +_eg .Log .Trace ("\u004c\u006f\u006fki\u006e\u0067\u0020\u0066\u006f\u0072\u0020\u0078\u0072\u0065\u0066\u0020\u003a\u0020\u0022\u0025\u0073\u0022",string (_fgdaa ));_gcfea :=_cdge .FindAllStringIndex (string (_fgdaa ),-1);if _gcfea !=nil {_edbfg :=_gcfea [len (_gcfea )-1]; +_eg .Log .Trace ("\u0049\u006e\u0064\u003a\u0020\u0025\u0020\u0064",_gcfea );_dfegc ._eaee .Seek (-_cffg -_cbaf +int64 (_edbfg [0]),_eb .SeekEnd );_dfegc ._dgca =_bb .NewReader (_dfegc ._eaee );for {_cafe ,_ffbf :=_dfegc ._dgca .Peek (1);if _ffbf !=nil {return _ffbf ; +};_eg .Log .Trace ("\u0042\u003a\u0020\u0025\u0064\u0020\u0025\u0063",_cafe [0],_cafe [0]);if !IsWhiteSpace (_cafe [0]){break ;};_dfegc ._dgca .Discard (1);};return nil ;};_eg .Log .Debug ("\u0057\u0061\u0072\u006e\u0069\u006eg\u003a\u0020\u0045\u004f\u0046\u0020\u006d\u0061\u0072\u006b\u0065\u0072\u0020\u006e\u006f\u0074\u0020\u0066\u006f\u0075n\u0064\u0021\u0020\u002d\u0020\u0063\u006f\u006e\u0074\u0069\u006e\u0075\u0065\u0020s\u0065e\u006b\u0069\u006e\u0067"); +_cffg +=_cbaf ;};_eg .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u003a\u0020\u0058\u0072\u0065\u0066\u0020\u0074a\u0062\u006c\u0065\u0020\u006d\u0061r\u006b\u0065\u0072\u0020\u0077\u0061\u0073\u0020\u006e\u006f\u0074\u0020\u0066o\u0075\u006e\u0064\u002e"); +return _a .New ("\u0078r\u0065f\u0020\u006e\u006f\u0074\u0020\u0066\u006f\u0075\u006e\u0064\u0020");}; -// LookupByNumber looks up a PdfObject by object number. Returns an error on failure. -func (_abf *PdfParser )LookupByNumber (objNumber int )(PdfObject ,error ){_ad ,_ ,_adb :=_abf .lookupByNumberWrapper (objNumber ,true );return _ad ,_adb ;}; +// LZWEncoder provides LZW encoding/decoding functionality. +type LZWEncoder struct{Predictor int ;BitsPerComponent int ; -// UpdateParams updates the parameter values of the encoder. -func (_cgbb *ASCII85Encoder )UpdateParams (params *PdfObjectDictionary ){}; +// For predictors +Columns int ;Colors int ; -// DecodeImages decodes the page images from the jbig2 'encoded' data input. -// The jbig2 document may contain multiple pages, thus the function can return multiple -// images. The images order corresponds to the page number. -func (_gfgd *JBIG2Encoder )DecodeImages (encoded []byte )([]_a .Image ,error ){const _cba ="\u004aB\u0049\u0047\u0032\u0045n\u0063\u006f\u0064\u0065\u0072.\u0044e\u0063o\u0064\u0065\u0049\u006d\u0061\u0067\u0065s";_cgff ,_gda :=_gae .Decode (encoded ,_gae .Parameters {},_gfgd .Globals .ToDocumentGlobals ()); -if _gda !=nil {return nil ,_eca .Wrap (_gda ,_cba ,"");};_bbad ,_gda :=_cgff .PageNumber ();if _gda !=nil {return nil ,_eca .Wrap (_gda ,_cba ,"");};_afed :=[]_a .Image {};var _bege _a .Image ;for _egab :=1;_egab <=_bbad ;_egab ++{_bege ,_gda =_cgff .DecodePageImage (_egab ); -if _gda !=nil {return nil ,_eca .Wrapf (_gda ,_cba ,"\u0070\u0061\u0067\u0065\u003a\u0020\u0027\u0025\u0064\u0027",_egab );};_afed =append (_afed ,_bege );};return _afed ,nil ;}; +// LZW algorithm setting. +EarlyChange int ;}; -// MakeHexString creates an PdfObjectString from a string intended for output as a hexadecimal string. -func MakeHexString (s string )*PdfObjectString {_fdcb :=PdfObjectString {_cbdg :s ,_cdca :true };return &_fdcb ;}; +// UpdateParams updates the parameter values of the encoder. +func (_ecdf *ASCII85Encoder )UpdateParams (params *PdfObjectDictionary ){}; -// ResolveReferencesDeep recursively traverses through object `o`, looking up and replacing -// references with indirect objects. -// Optionally a map of already deep-resolved objects can be provided via `traversed`. The `traversed` map -// is updated while traversing the objects to avoid traversing same objects multiple times. -func ResolveReferencesDeep (o PdfObject ,traversed map[PdfObject ]struct{})error {if traversed ==nil {traversed =map[PdfObject ]struct{}{};};return _ccbb (o ,0,traversed );}; +// NewJPXEncoder returns a new instance of JPXEncoder. +func NewJPXEncoder ()*JPXEncoder {return &JPXEncoder {}};func _dafd (_geff string )(PdfObjectReference ,error ){_efff :=PdfObjectReference {};_aead :=_adgc .FindStringSubmatch (_geff );if len (_aead )< 3{_eg .Log .Debug ("\u0045\u0072\u0072or\u0020\u0070\u0061\u0072\u0073\u0069\u006e\u0067\u0020\u0072\u0065\u0066\u0065\u0072\u0065\u006e\u0063\u0065"); +return _efff ,_a .New ("\u0075n\u0061\u0062\u006c\u0065 \u0074\u006f\u0020\u0070\u0061r\u0073e\u0020r\u0065\u0066\u0065\u0072\u0065\u006e\u0063e");};_dbgd ,_ :=_b .Atoi (_aead [1]);_edbfd ,_ :=_b .Atoi (_aead [2]);_efff .ObjectNumber =int64 (_dbgd );_efff .GenerationNumber =int64 (_edbfd ); +return _efff ,nil ;}; -// GetBool returns the *PdfObjectBool object that is represented by a PdfObject directly or indirectly -// within an indirect object. The bool flag indicates whether a match was found. -func GetBool (obj PdfObject )(_aebe *PdfObjectBool ,_abddg bool ){_aebe ,_abddg =TraceToDirectObject (obj ).(*PdfObjectBool );return _aebe ,_abddg ;}; +// UpdateParams updates the parameter values of the encoder. +func (_afg *LZWEncoder )UpdateParams (params *PdfObjectDictionary ){_afgc ,_fdfg :=GetNumberAsInt64 (params .Get ("\u0050r\u0065\u0064\u0069\u0063\u0074\u006fr"));if _fdfg ==nil {_afg .Predictor =int (_afgc );};_adca ,_fdfg :=GetNumberAsInt64 (params .Get ("\u0042\u0069t\u0073\u0050\u0065r\u0043\u006f\u006d\u0070\u006f\u006e\u0065\u006e\u0074")); +if _fdfg ==nil {_afg .BitsPerComponent =int (_adca );};_adga ,_fdfg :=GetNumberAsInt64 (params .Get ("\u0057\u0069\u0064t\u0068"));if _fdfg ==nil {_afg .Columns =int (_adga );};_gfgc ,_fdfg :=GetNumberAsInt64 (params .Get ("\u0043o\u006co\u0072\u0043\u006f\u006d\u0070\u006f\u006e\u0065\u006e\u0074\u0073")); +if _fdfg ==nil {_afg .Colors =int (_gfgc );};_eefe ,_fdfg :=GetNumberAsInt64 (params .Get ("E\u0061\u0072\u006c\u0079\u0043\u0068\u0061\u006e\u0067\u0065"));if _fdfg ==nil {_afg .EarlyChange =int (_eefe );};}; // WriteString outputs the object as it is to be written to file. -func (_ccgdb *PdfObjectStream )WriteString ()string {var _ecec _cc .Builder ;_ecec .WriteString (_d .FormatInt (_ccgdb .ObjectNumber ,10));_ecec .WriteString ("\u0020\u0030\u0020\u0052");return _ecec .String ();}; - -// DecodeBytes decodes a multi-encoded slice of bytes by passing it through the -// DecodeBytes method of the underlying encoders. -func (_ffffb *MultiEncoder )DecodeBytes (encoded []byte )([]byte ,error ){_dcfcg :=encoded ;var _egcg error ;for _ ,_gegf :=range _ffffb ._abeab {_eb .Log .Trace ("\u004du\u006c\u0074i\u0020\u0045\u006e\u0063o\u0064\u0065\u0072 \u0044\u0065\u0063\u006f\u0064\u0065\u003a\u0020\u0041pp\u006c\u0079\u0069n\u0067\u0020F\u0069\u006c\u0074\u0065\u0072\u003a \u0025\u0076 \u0025\u0054",_gegf ,_gegf ); -_dcfcg ,_egcg =_gegf .DecodeBytes (_dcfcg );if _egcg !=nil {return nil ,_egcg ;};};return _dcfcg ,nil ;}; +func (_defb *PdfObjectDictionary )WriteString ()string {var _cafbc _afc .Builder ;_cafbc .WriteString ("\u003c\u003c");for _ ,_gabf :=range _defb ._aeba {_cccdb :=_defb ._degg [_gabf ];_cafbc .WriteString (_gabf .WriteString ());_cafbc .WriteString ("\u0020"); +_cafbc .WriteString (_cccdb .WriteString ());};_cafbc .WriteString ("\u003e\u003e");return _cafbc .String ();}; -// XrefTable represents the cross references in a PDF, i.e. the table of objects and information -// where to access within the PDF file. -type XrefTable struct{ObjectMap map[int ]XrefObject ;_bd []XrefObject ;};var _ffdaa =_ba .MustCompile ("\u0028\u005c\u0064\u002b)\\\u0073\u002b\u0028\u005c\u0064\u002b\u0029\u005c\u0073\u002b\u006f\u0062\u006a"); +// MakeDecodeParams makes a new instance of an encoding dictionary based on +// the current encoder settings. +func (_gfee *RunLengthEncoder )MakeDecodeParams ()PdfObject {return nil }; -// GetName returns the *PdfObjectName represented by the PdfObject directly or indirectly within an indirect -// object. On type mismatch the found bool flag is false and a nil pointer is returned. -func GetName (obj PdfObject )(_cgfcf *PdfObjectName ,_bbcd bool ){_cgfcf ,_bbcd =TraceToDirectObject (obj ).(*PdfObjectName );return _cgfcf ,_bbcd ;}; +// EqualObjects returns true if `obj1` and `obj2` have the same contents. +// +// NOTE: It is a good idea to flatten obj1 and obj2 with FlattenObject before calling this function +// so that contents, rather than references, can be compared. +func EqualObjects (obj1 ,obj2 PdfObject )bool {return _gddef (obj1 ,obj2 ,0)};func (_ffcbg *PdfObjectFloat )String ()string {return _bf .Sprintf ("\u0025\u0066",*_ffcbg )}; -// MakeStreamDict makes a new instance of an encoding dictionary for a stream object. -func (_ffdb *MultiEncoder )MakeStreamDict ()*PdfObjectDictionary {_aeeb :=MakeDict ();_aeeb .Set ("\u0046\u0069\u006c\u0074\u0065\u0072",_ffdb .GetFilterArray ());for _ ,_fbd :=range _ffdb ._abeab {_bdga :=_fbd .MakeStreamDict ();for _ ,_dceaa :=range _bdga .Keys (){_gcebd :=_bdga .Get (_dceaa ); -if _dceaa !="\u0046\u0069\u006c\u0074\u0065\u0072"&&_dceaa !="D\u0065\u0063\u006f\u0064\u0065\u0050\u0061\u0072\u006d\u0073"{_aeeb .Set (_dceaa ,_gcebd );};};};_defb :=_ffdb .MakeDecodeParams ();if _defb !=nil {_aeeb .Set ("D\u0065\u0063\u006f\u0064\u0065\u0050\u0061\u0072\u006d\u0073",_defb ); -};return _aeeb ;}; +// GetIndirect returns the *PdfIndirectObject represented by the PdfObject. On type mismatch the found bool flag is +// false and a nil pointer is returned. +func GetIndirect (obj PdfObject )(_cfge *PdfIndirectObject ,_acfb bool ){obj =ResolveReference (obj );_cfge ,_acfb =obj .(*PdfIndirectObject );return _cfge ,_acfb ;}; -// HasDataAfterEOF checks if there is some data after EOF marker. -func (_fcfd ParserMetadata )HasDataAfterEOF ()bool {return _fcfd ._fcag }; +// NewCCITTFaxEncoder makes a new CCITTFax encoder. +func NewCCITTFaxEncoder ()*CCITTFaxEncoder {return &CCITTFaxEncoder {Columns :1728,EndOfBlock :true }};func (_cgcfc *PdfParser )parseObject ()(PdfObject ,error ){_eg .Log .Trace ("\u0052e\u0061d\u0020\u0064\u0069\u0072\u0065c\u0074\u0020o\u0062\u006a\u0065\u0063\u0074"); +_cgcfc .skipSpaces ();for {_efbd ,_ecaa :=_cgcfc ._dgca .Peek (2);if _ecaa !=nil {if _ecaa !=_eb .EOF ||len (_efbd )==0{return nil ,_ecaa ;};if len (_efbd )==1{_efbd =append (_efbd ,' ');};};_eg .Log .Trace ("\u0050e\u0065k\u0020\u0073\u0074\u0072\u0069\u006e\u0067\u003a\u0020\u0025\u0073",string (_efbd )); +if _efbd [0]=='/'{_gcaf ,_edefd :=_cgcfc .parseName ();_eg .Log .Trace ("\u002d\u003e\u004ea\u006d\u0065\u003a\u0020\u0027\u0025\u0073\u0027",_gcaf );return &_gcaf ,_edefd ;}else if _efbd [0]=='('{_eg .Log .Trace ("\u002d>\u0053\u0074\u0072\u0069\u006e\u0067!"); +_acag ,_fggde :=_cgcfc .parseString ();return _acag ,_fggde ;}else if _efbd [0]=='['{_eg .Log .Trace ("\u002d\u003e\u0041\u0072\u0072\u0061\u0079\u0021");_decg ,_cfee :=_cgcfc .parseArray ();return _decg ,_cfee ;}else if (_efbd [0]=='<')&&(_efbd [1]=='<'){_eg .Log .Trace ("\u002d>\u0044\u0069\u0063\u0074\u0021"); +_fbaa ,_eggf :=_cgcfc .ParseDict ();return _fbaa ,_eggf ;}else if _efbd [0]=='<'{_eg .Log .Trace ("\u002d\u003e\u0048\u0065\u0078\u0020\u0073\u0074\u0072\u0069\u006e\u0067\u0021");_gcgc ,_cgegd :=_cgcfc .parseHexString ();return _gcgc ,_cgegd ;}else if _efbd [0]=='%'{_cgcfc .readComment (); +_cgcfc .skipSpaces ();}else {_eg .Log .Trace ("\u002d\u003eN\u0075\u006d\u0062e\u0072\u0020\u006f\u0072\u0020\u0072\u0065\u0066\u003f");_efbd ,_ =_cgcfc ._dgca .Peek (15);_adb :=string (_efbd );_eg .Log .Trace ("\u0050\u0065\u0065k\u0020\u0073\u0074\u0072\u003a\u0020\u0025\u0073",_adb ); +if (len (_adb )> 3)&&(_adb [:4]=="\u006e\u0075\u006c\u006c"){_gfdd ,_gfbd :=_cgcfc .parseNull ();return &_gfdd ,_gfbd ;}else if (len (_adb )> 4)&&(_adb [:5]=="\u0066\u0061\u006cs\u0065"){_cgcdf ,_efdd :=_cgcfc .parseBool ();return &_cgcdf ,_efdd ;}else if (len (_adb )> 3)&&(_adb [:4]=="\u0074\u0072\u0075\u0065"){_dcdd ,_bedd :=_cgcfc .parseBool (); +return &_dcdd ,_bedd ;};_adccb :=_adgc .FindStringSubmatch (_adb );if len (_adccb )> 1{_efbd ,_ =_cgcfc ._dgca .ReadBytes ('R');_eg .Log .Trace ("\u002d\u003e\u0020\u0021\u0052\u0065\u0066\u003a\u0020\u0027\u0025\u0073\u0027",string (_efbd [:]));_eaad ,_dffa :=_dafd (string (_efbd )); +_eaad ._defda =_cgcfc ;return &_eaad ,_dffa ;};_cfgce :=_ffg .FindStringSubmatch (_adb );if len (_cfgce )> 1{_eg .Log .Trace ("\u002d\u003e\u0020\u004e\u0075\u006d\u0062\u0065\u0072\u0021");_ecfa ,_cbcbc :=_cgcfc .parseNumber ();return _ecfa ,_cbcbc ;}; +_cfgce =_bbec .FindStringSubmatch (_adb );if len (_cfgce )> 1{_eg .Log .Trace ("\u002d\u003e\u0020\u0045xp\u006f\u006e\u0065\u006e\u0074\u0069\u0061\u006c\u0020\u004e\u0075\u006d\u0062\u0065r\u0021");_eg .Log .Trace ("\u0025\u0020\u0073",_cfgce );_ecde ,_dca :=_cgcfc .parseNumber (); +return _ecde ,_dca ;};_eg .Log .Debug ("\u0045R\u0052\u004f\u0052\u0020U\u006e\u006b\u006e\u006f\u0077n\u0020(\u0070e\u0065\u006b\u0020\u0022\u0025\u0073\u0022)",_adb );return nil ,_a .New ("\u006f\u0062\u006a\u0065\u0063t\u0020\u0070\u0061\u0072\u0073\u0069\u006e\u0067\u0020\u0065\u0072\u0072\u006fr\u0020\u002d\u0020\u0075\u006e\u0065\u0078\u0070\u0065\u0063\u0074\u0065\u0064\u0020\u0070\u0061\u0074\u0074\u0065\u0072\u006e"); +};};}; // WriteString outputs the object as it is to be written to file. -func (_daaag *PdfObjectStreams )WriteString ()string {var _fada _cc .Builder ;_fada .WriteString (_d .FormatInt (_daaag .ObjectNumber ,10));_fada .WriteString ("\u0020\u0030\u0020\u0052");return _fada .String ();}; - -// ASCIIHexEncoder implements ASCII hex encoder/decoder. -type ASCIIHexEncoder struct{};func _acag (_ddad _gbe .Filter ,_cee _cbd .AuthEvent )*PdfObjectDictionary {if _cee ==""{_cee =_cbd .EventDocOpen ;};_aab :=MakeDict ();_aab .Set ("\u0054\u0079\u0070\u0065",MakeName ("C\u0072\u0079\u0070\u0074\u0046\u0069\u006c\u0074\u0065\u0072")); -_aab .Set ("\u0041u\u0074\u0068\u0045\u0076\u0065\u006et",MakeName (string (_cee )));_aab .Set ("\u0043\u0046\u004d",MakeName (_ddad .Name ()));_aab .Set ("\u004c\u0065\u006e\u0067\u0074\u0068",MakeInteger (int64 (_ddad .KeyLength ())));return _aab ;}; -type xrefType int ; - -// Remove removes an element specified by key. -func (_eeac *PdfObjectDictionary )Remove (key PdfObjectName ){_dagg :=-1;for _edfb ,_aeggf :=range _eeac ._begbb {if _aeggf ==key {_dagg =_edfb ;break ;};};if _dagg >=0{_eeac ._begbb =append (_eeac ._begbb [:_dagg ],_eeac ._begbb [_dagg +1:]...);delete (_eeac ._abec ,key ); -};}; - -// LookupByReference looks up a PdfObject by a reference. -func (_cd *PdfParser )LookupByReference (ref PdfObjectReference )(PdfObject ,error ){_eb .Log .Trace ("\u004c\u006f\u006fki\u006e\u0067\u0020\u0075\u0070\u0020\u0072\u0065\u0066\u0065\u0072\u0065\u006e\u0063\u0065\u0020\u0025\u0073",ref .String ());return _cd .LookupByNumber (int (ref .ObjectNumber )); -};func (_bebde *JBIG2Image )toBitmap ()(_ccgg *_ec .Bitmap ,_faab error ){const _acc ="\u004a\u0042\u0049\u00472I\u006d\u0061\u0067\u0065\u002e\u0074\u006f\u0042\u0069\u0074\u006d\u0061\u0070";if _bebde .Data ==nil {return nil ,_eca .Error (_acc ,"\u0069\u006d\u0061\u0067e \u0064\u0061\u0074\u0061\u0020\u006e\u006f\u0074\u0020\u0064\u0065\u0066\u0069\u006ee\u0064"); -};if _bebde .Width ==0||_bebde .Height ==0{return nil ,_eca .Error (_acc ,"\u0069\u006d\u0061\u0067\u0065\u0020h\u0065\u0069\u0067\u0068\u0074\u0020\u006f\u0072\u0020\u0077\u0069\u0064\u0074h\u0020\u006e\u006f\u0074\u0020\u0064\u0065f\u0069\u006e\u0065\u0064"); -};if _bebde .HasPadding {_ccgg ,_faab =_ec .NewWithData (_bebde .Width ,_bebde .Height ,_bebde .Data );}else {_ccgg ,_faab =_ec .NewWithUnpaddedData (_bebde .Width ,_bebde .Height ,_bebde .Data );};if _faab !=nil {return nil ,_eca .Wrap (_faab ,_acc ,""); -};return _ccgg ,nil ;}; +func (_edggg *PdfObjectStream )WriteString ()string {var _agbbc _afc .Builder ;_agbbc .WriteString (_b .FormatInt (_edggg .ObjectNumber ,10));_agbbc .WriteString ("\u0020\u0030\u0020\u0052");return _agbbc .String ();};func (_dee *PdfCrypt )checkAccessRights (_cfdc []byte )(bool ,_fc .Permissions ,error ){_gfgd :=_dee .securityHandler (); +_ddg ,_gbd ,_abcc :=_gfgd .Authenticate (&_dee ._gce ,_cfdc );if _abcc !=nil {return false ,0,_abcc ;}else if _gbd ==0||len (_ddg )==0{return false ,0,nil ;};return true ,_gbd ,nil ;}; -// MakeName creates a PdfObjectName from a string. -func MakeName (s string )*PdfObjectName {_baeaa :=PdfObjectName (s );return &_baeaa }; +// GetFloatVal returns the float64 value represented by the PdfObject directly or indirectly if contained within an +// indirect object. On type mismatch the found bool flag returned is false and a nil pointer is returned. +func GetFloatVal (obj PdfObject )(_dffad float64 ,_cafde bool ){_dadbf ,_cafde :=TraceToDirectObject (obj ).(*PdfObjectFloat );if _cafde {return float64 (*_dadbf ),true ;};return 0,false ;};func (_bfae *PdfCrypt )decryptBytes (_gbf []byte ,_cbdc string ,_gcc []byte )([]byte ,error ){_eg .Log .Trace ("\u0044\u0065\u0063\u0072\u0079\u0070\u0074\u0020\u0062\u0079\u0074\u0065\u0073"); +_baaa ,_ddb :=_bfae ._ceaa [_cbdc ];if !_ddb {return nil ,_bf .Errorf ("\u0075n\u006b\u006e\u006f\u0077n\u0020\u0063\u0072\u0079\u0070t\u0020f\u0069l\u0074\u0065\u0072\u0020\u0028\u0025\u0073)",_cbdc );};return _baaa .DecryptBytes (_gbf ,_gcc );}; -// Inspect analyzes the document object structure. Returns a map of object types (by name) with the instance count -// as value. -func (_bffff *PdfParser )Inspect ()(map[string ]int ,error ){return _bffff .inspect ()};func (_ecagg *PdfParser )rebuildXrefTable ()error {_bgcb :=XrefTable {};_bgcb .ObjectMap =map[int ]XrefObject {};_cfdaf :=make ([]int ,0,len (_ecagg ._bfba .ObjectMap )); -for _aga :=range _ecagg ._bfba .ObjectMap {_cfdaf =append (_cfdaf ,_aga );};_be .Ints (_cfdaf );for _ ,_dgdc :=range _cfdaf {_gffg :=_ecagg ._bfba .ObjectMap [_dgdc ];_dbcc ,_ ,_bddga :=_ecagg .lookupByNumberWrapper (_dgdc ,false );if _bddga !=nil {_eb .Log .Debug ("\u0045\u0052RO\u0052\u003a\u0020U\u006e\u0061\u0062\u006ce t\u006f l\u006f\u006f\u006b\u0020\u0075\u0070\u0020ob\u006a\u0065\u0063\u0074\u0020\u0028\u0025s\u0029",_bddga ); -_eb .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0058\u0072\u0065\u0066\u0020\u0074\u0061\u0062\u006c\u0065\u0020\u0063\u006fm\u0070\u006c\u0065\u0074\u0065\u006c\u0079\u0020\u0062\u0072\u006f\u006b\u0065\u006e\u0020\u002d\u0020\u0061\u0074\u0074\u0065\u006d\u0070\u0074\u0069\u006e\u0067\u0020\u0074\u006f \u0072\u0065\u0070\u0061\u0069r\u0020"); -_bcagf ,_bfgc :=_ecagg .repairRebuildXrefsTopDown ();if _bfgc !=nil {_eb .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0046\u0061\u0069\u006c\u0065\u0064\u0020\u0078\u0072\u0065\u0066\u0020\u0072\u0065\u0062\u0075\u0069l\u0064\u0020\u0072\u0065\u0070a\u0069\u0072 \u0028\u0025\u0073\u0029",_bfgc ); -return _bfgc ;};_ecagg ._bfba =*_bcagf ;_eb .Log .Debug ("\u0052e\u0070\u0061\u0069\u0072e\u0064\u0020\u0078\u0072\u0065f\u0020t\u0061b\u006c\u0065\u0020\u0062\u0075\u0069\u006ct");return nil ;};_eabgd ,_gabbc ,_bddga :=_ed (_dbcc );if _bddga !=nil {return _bddga ; -};_gffg .ObjectNumber =int (_eabgd );_gffg .Generation =int (_gabbc );_bgcb .ObjectMap [int (_eabgd )]=_gffg ;};_ecagg ._bfba =_bgcb ;_eb .Log .Debug ("N\u0065w\u0020\u0078\u0072\u0065\u0066\u0020\u0074\u0061b\u006c\u0065\u0020\u0062ui\u006c\u0074");_gfac (_ecagg ._bfba ); -return nil ;}; +// String returns a string describing `d`. +func (_cfca *PdfObjectDictionary )String ()string {var _egca _afc .Builder ;_egca .WriteString ("\u0044\u0069\u0063t\u0028");for _ ,_cagec :=range _cfca ._aeba {_ggef :=_cfca ._degg [_cagec ];_egca .WriteString ("\u0022"+_cagec .String ()+"\u0022\u003a\u0020"); +_egca .WriteString (_ggef .String ());_egca .WriteString ("\u002c\u0020");};_egca .WriteString ("\u0029");return _egca .String ();}; -// MakeBool creates a PdfObjectBool from a bool value. -func MakeBool (val bool )*PdfObjectBool {_aafca :=PdfObjectBool (val );return &_aafca }; +// ASCII85Encoder implements ASCII85 encoder/decoder. +type ASCII85Encoder struct{}; -// MakeStreamDict makes a new instance of an encoding dictionary for a stream object. -// Has the Filter set and the DecodeParms. -func (_ege *FlateEncoder )MakeStreamDict ()*PdfObjectDictionary {_ffa :=MakeDict ();_ffa .Set ("\u0046\u0069\u006c\u0074\u0065\u0072",MakeName (_ege .GetFilterName ()));_fgg :=_ege .MakeDecodeParams ();if _fgg !=nil {_ffa .Set ("D\u0065\u0063\u006f\u0064\u0065\u0050\u0061\u0072\u006d\u0073",_fgg ); -};return _ffa ;};const _gegcg =10; +// String returns a string representation of the *PdfObjectString. +func (_cddbe *PdfObjectString )String ()string {return _cddbe ._befb };var _ebcb =_de .MustCompile ("\u0025\u0025\u0045\u004f\u0046\u003f"); -// FlateEncoder represents Flate encoding. -type FlateEncoder struct{Predictor int ;BitsPerComponent int ; +// RawEncoder implements Raw encoder/decoder (no encoding, pass through) +type RawEncoder struct{};func _dffg (_fedca int )int {_dgbg :=_fedca >>(_ebbf -1);return (_fedca ^_dgbg )-_dgbg }; -// For predictors -Columns int ;Rows int ;Colors int ;_gaade *_eeb .ImageBase ;};var (ErrUnsupportedEncodingParameters =_f .New ("\u0075\u006e\u0073u\u0070\u0070\u006f\u0072t\u0065\u0064\u0020\u0065\u006e\u0063\u006fd\u0069\u006e\u0067\u0020\u0070\u0061\u0072\u0061\u006d\u0065\u0074\u0065\u0072\u0073"); -ErrNoCCITTFaxDecode =_f .New ("\u0043\u0043I\u0054\u0054\u0046\u0061\u0078\u0044\u0065\u0063\u006f\u0064\u0065\u0020\u0065\u006e\u0063\u006f\u0064\u0069\u006e\u0067\u0020\u0069\u0073\u0020\u006e\u006f\u0074\u0020\u0079\u0065\u0074\u0020\u0069\u006d\u0070\u006c\u0065\u006d\u0065\u006e\u0074\u0065\u0064"); -ErrNoJBIG2Decode =_f .New ("\u004a\u0042\u0049\u0047\u0032\u0044\u0065c\u006f\u0064\u0065 \u0065\u006e\u0063\u006fd\u0069\u006e\u0067\u0020\u0069\u0073\u0020\u006e\u006f\u0074\u0020\u0079\u0065\u0074\u0020\u0069\u006d\u0070\u006c\u0065\u006d\u0065\u006e\u0074\u0065\u0064"); -ErrNoJPXDecode =_f .New ("\u004a\u0050\u0058\u0044\u0065c\u006f\u0064\u0065\u0020\u0065\u006e\u0063\u006f\u0064\u0069\u006e\u0067\u0020i\u0073\u0020\u006e\u006f\u0074\u0020\u0079\u0065\u0074\u0020\u0069\u006d\u0070\u006c\u0065\u006d\u0065\u006e\u0074\u0065\u0064"); -ErrNoPdfVersion =_f .New ("\u0076\u0065\u0072\u0073\u0069\u006f\u006e\u0020\u006e\u006f\u0074\u0020f\u006f\u0075\u006e\u0064");ErrTypeError =_f .New ("\u0074\u0079p\u0065\u0020\u0063h\u0065\u0063\u006b\u0020\u0065\u0072\u0072\u006f\u0072");ErrRangeError =_f .New ("\u0072\u0061\u006e\u0067\u0065\u0020\u0063\u0068\u0065\u0063\u006b\u0020e\u0072\u0072\u006f\u0072"); -ErrNotSupported =_cf .New ("\u0066\u0065\u0061t\u0075\u0072\u0065\u0020n\u006f\u0074\u0020\u0063\u0075\u0072\u0072e\u006e\u0074\u006c\u0079\u0020\u0073\u0075\u0070\u0070\u006f\u0072\u0074\u0065\u0064");ErrNotANumber =_f .New ("\u006e\u006f\u0074 \u0061\u0020\u006e\u0075\u006d\u0062\u0065\u0072"); -); +// GetFloat returns the *PdfObjectFloat represented by the PdfObject directly or indirectly within an indirect +// object. On type mismatch the found bool flag is false and a nil pointer is returned. +func GetFloat (obj PdfObject )(_aabf *PdfObjectFloat ,_ddgbg bool ){_aabf ,_ddgbg =TraceToDirectObject (obj ).(*PdfObjectFloat );return _aabf ,_ddgbg ;}; -// MakeDecodeParams makes a new instance of an encoding dictionary based on -// the current encoder settings. -func (_dfbg *ASCII85Encoder )MakeDecodeParams ()PdfObject {return nil }; +// PdfCryptNewEncrypt makes the document crypt handler based on a specified crypt filter. +func PdfCryptNewEncrypt (cf _dg .Filter ,userPass ,ownerPass []byte ,perm _fc .Permissions )(*PdfCrypt ,*EncryptInfo ,error ){_deb :=&PdfCrypt {_bdd :make (map[PdfObject ]bool ),_ceaa :make (cryptFilters ),_gce :_fc .StdEncryptDict {P :perm ,EncryptMetadata :true }}; +var _baab Version ;if cf !=nil {_dac :=cf .PDFVersion ();_baab .Major ,_baab .Minor =_dac [0],_dac [1];V ,R :=cf .HandlerVersion ();_deb ._ea .V =V ;_deb ._gce .R =R ;_deb ._ea .Length =cf .KeyLength ()*8;};const (_bfg =_gcgd ;);_deb ._ceaa [_bfg ]=cf ; +if _deb ._ea .V >=4{_deb ._fde =_bfg ;_deb ._fcf =_bfg ;};_fae :=_deb .newEncryptDict ();_dge :=_ce .Sum ([]byte (_cc .Now ().Format (_cc .RFC850 )));_deg :=string (_dge [:]);_ae :=make ([]byte ,100);_cg .Read (_ae );_dge =_ce .Sum (_ae );_bea :=string (_dge [:]); +_eg .Log .Trace ("\u0052\u0061\u006e\u0064\u006f\u006d\u0020\u0062\u003a\u0020\u0025\u0020\u0078",_ae );_eg .Log .Trace ("\u0047\u0065\u006e\u0020\u0049\u0064\u0020\u0030\u003a\u0020\u0025\u0020\u0078",_deg );_deb ._afcc =_deg ;_ceb :=_deb .generateParams (userPass ,ownerPass ); +if _ceb !=nil {return nil ,nil ,_ceb ;};_aba (&_deb ._gce ,_fae );if _deb ._ea .V >=4{if _agb :=_deb .saveCryptFilters (_fae );_agb !=nil {return nil ,nil ,_agb ;};};return _deb ,&EncryptInfo {Version :_baab ,Encrypt :_fae ,ID0 :_deg ,ID1 :_bea },nil ; +}; -// IsDelimiter checks if a character represents a delimiter. -func IsDelimiter (c byte )bool {return c =='('||c ==')'||c =='<'||c =='>'||c =='['||c ==']'||c =='{'||c =='}'||c =='/'||c =='%';}; +// GetFilterName returns the name of the encoding filter. +func (_bccag *JPXEncoder )GetFilterName ()string {return StreamEncodingFilterNameJPX }; -// String returns a string describing `ind`. -func (_gabbf *PdfIndirectObject )String ()string {return _ee .Sprintf ("\u0049\u004f\u0062\u006a\u0065\u0063\u0074\u003a\u0025\u0064",(*_gabbf ).ObjectNumber );}; +// Set sets the PdfObject at index i of the streams. An error is returned if the index is outside bounds. +func (_beaa *PdfObjectStreams )Set (i int ,obj PdfObject )error {if i < 0||i >=len (_beaa ._fcde ){return _a .New ("\u004f\u0075\u0074\u0073\u0069\u0064\u0065\u0020\u0062o\u0075\u006e\u0064\u0073");};_beaa ._fcde [i ]=obj ;return nil ;}; -// EncodeBytes encodes slice of bytes into JBIG2 encoding format. -// The input 'data' must be an image. In order to Decode it a user is responsible to -// load the codec ('png', 'jpg'). -// Returns jbig2 single page encoded document byte slice. The encoder uses DefaultPageSettings -// to encode given image. -func (_dfbgc *JBIG2Encoder )EncodeBytes (data []byte )([]byte ,error ){const _gcba ="\u004aB\u0049\u0047\u0032\u0045\u006e\u0063\u006f\u0064\u0065\u0072\u002eE\u006e\u0063\u006f\u0064\u0065\u0042\u0079\u0074\u0065\u0073";if _dfbgc .ColorComponents !=1||_dfbgc .BitsPerComponent !=1{return nil ,_eca .Errorf (_gcba ,"\u0070\u0072\u006f\u0076\u0069\u0064\u0065\u0064\u0020i\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0069\u006e\u0070\u0075\u0074\u0020\u0069\u006d\u0061\u0067\u0065\u002e\u0020\u004a\u0042\u0049G\u0032\u0020E\u006e\u0063o\u0064\u0065\u0072\u0020\u0072\u0065\u0071\u0075\u0069\u0072\u0065\u0073\u0020bi\u006e\u0061\u0072\u0079\u0020\u0069\u006d\u0061\u0067e\u0073\u0020\u0064\u0061\u0074\u0061"); -};var (_cgdgb *_ec .Bitmap ;_eedc error ;);_dec :=(_dfbgc .Width *_dfbgc .Height )==len (data );if _dec {_cgdgb ,_eedc =_ec .NewWithUnpaddedData (_dfbgc .Width ,_dfbgc .Height ,data );}else {_cgdgb ,_eedc =_ec .NewWithData (_dfbgc .Width ,_dfbgc .Height ,data ); -};if _eedc !=nil {return nil ,_eedc ;};_ffga :=_dfbgc .DefaultPageSettings ;if _eedc =_ffga .Validate ();_eedc !=nil {return nil ,_eca .Wrap (_eedc ,_gcba ,"");};if _dfbgc ._eabf ==nil {_dfbgc ._eabf =_ce .InitEncodeDocument (_ffga .FileMode );};switch _ffga .Compression {case JB2Generic :if _eedc =_dfbgc ._eabf .AddGenericPage (_cgdgb ,_ffga .DuplicatedLinesRemoval ); -_eedc !=nil {return nil ,_eca .Wrap (_eedc ,_gcba ,"");};case JB2SymbolCorrelation :return nil ,_eca .Error (_gcba ,"s\u0079\u006d\u0062\u006f\u006c\u0020\u0063\u006f\u0072r\u0065\u006c\u0061\u0074\u0069\u006f\u006e e\u006e\u0063\u006f\u0064i\u006e\u0067\u0020\u006e\u006f\u0074\u0020\u0069\u006dpl\u0065\u006de\u006e\u0074\u0065\u0064\u0020\u0079\u0065\u0074"); -case JB2SymbolRankHaus :return nil ,_eca .Error (_gcba ,"\u0073y\u006d\u0062o\u006c\u0020\u0072a\u006e\u006b\u0020\u0068\u0061\u0075\u0073 \u0065\u006e\u0063\u006f\u0064\u0069n\u0067\u0020\u006e\u006f\u0074\u0020\u0069\u006d\u0070\u006c\u0065m\u0065\u006e\u0074\u0065\u0064\u0020\u0079\u0065\u0074"); -default:return nil ,_eca .Error (_gcba ,"\u0070\u0072\u006f\u0076i\u0064\u0065\u0064\u0020\u0069\u006e\u0076\u0061\u006c\u0069d\u0020c\u006f\u006d\u0070\u0072\u0065\u0073\u0073i\u006f\u006e");};return _dfbgc .Encode ();}; +// EncodeBytes returns the passed in slice of bytes. +// The purpose of the method is to satisfy the StreamEncoder interface. +func (_gcge *RawEncoder )EncodeBytes (data []byte )([]byte ,error ){return data ,nil }; -// NewASCIIHexEncoder makes a new ASCII hex encoder. -func NewASCIIHexEncoder ()*ASCIIHexEncoder {_fdc :=&ASCIIHexEncoder {};return _fdc }; +// Decoded returns the PDFDocEncoding or UTF-16BE decoded string contents. +// UTF-16BE is applied when the first two bytes are 0xFE, 0XFF, otherwise decoding of +// PDFDocEncoding is performed. +func (_edaf *PdfObjectString )Decoded ()string {if _edaf ==nil {return "";};_cafd :=[]byte (_edaf ._befb );if len (_cafd )>=2&&_cafd [0]==0xFE&&_cafd [1]==0xFF{return _cb .UTF16ToString (_cafd [2:]);};return _cb .PDFDocEncodingToString (_cafd );}; // WriteString outputs the object as it is to be written to file. -func (_fbgf *PdfObjectString )WriteString ()string {var _bfcf _bg .Buffer ;if _fbgf ._cdca {_eedg :=_ae .EncodeToString (_fbgf .Bytes ());_bfcf .WriteString ("\u003c");_bfcf .WriteString (_eedg );_bfcf .WriteString ("\u003e");return _bfcf .String ();}; -_aeaa :=map[byte ]string {'\n':"\u005c\u006e",'\r':"\u005c\u0072",'\t':"\u005c\u0074",'\b':"\u005c\u0062",'\f':"\u005c\u0066",'(':"\u005c\u0028",')':"\u005c\u0029",'\\':"\u005c\u005c"};_bfcf .WriteString ("\u0028");for _ecbg :=0;_ecbg < len (_fbgf ._cbdg ); -_ecbg ++{_daeff :=_fbgf ._cbdg [_ecbg ];if _dggbd ,_cbgg :=_aeaa [_daeff ];_cbgg {_bfcf .WriteString (_dggbd );}else {_bfcf .WriteByte (_daeff );};};_bfcf .WriteString ("\u0029");return _bfcf .String ();}; - -// DecodeStream decodes RunLengthEncoded stream object and give back decoded bytes. -func (_ecbb *RunLengthEncoder )DecodeStream (streamObj *PdfObjectStream )([]byte ,error ){return _ecbb .DecodeBytes (streamObj .Stream );}; - -// EncodeBytes encodes a bytes array and return the encoded value based on the encoder parameters. -func (_gbc *FlateEncoder )EncodeBytes (data []byte )([]byte ,error ){if _gbc .Predictor !=1&&_gbc .Predictor !=11{_eb .Log .Debug ("E\u006e\u0063\u006f\u0064\u0069\u006e\u0067\u0020\u0065\u0072\u0072\u006f\u0072\u003a\u0020\u0046\u006c\u0061\u0074\u0065\u0045\u006e\u0063\u006f\u0064\u0065r\u0020P\u0072\u0065\u0064\u0069c\u0074\u006fr\u0020\u003d\u0020\u0031\u002c\u0020\u0031\u0031\u0020\u006f\u006e\u006c\u0079\u0020\u0073\u0075\u0070\u0070\u006f\u0072\u0074\u0065\u0064"); -return nil ,ErrUnsupportedEncodingParameters ;};if _gbc .Predictor ==11{_aecd :=_gbc .Columns ;_ecaf :=len (data )/_aecd ;if len (data )%_aecd !=0{_eb .Log .Error ("\u0049n\u0076a\u006c\u0069\u0064\u0020\u0072o\u0077\u0020l\u0065\u006e\u0067\u0074\u0068"); -return nil ,_f .New ("\u0069n\u0076a\u006c\u0069\u0064\u0020\u0072o\u0077\u0020l\u0065\u006e\u0067\u0074\u0068");};_ddaf :=_bg .NewBuffer (nil );_fcb :=make ([]byte ,_aecd );for _eeccg :=0;_eeccg < _ecaf ;_eeccg ++{_ebcc :=data [_aecd *_eeccg :_aecd *(_eeccg +1)]; -_fcb [0]=_ebcc [0];for _bdeb :=1;_bdeb < _aecd ;_bdeb ++{_fcb [_bdeb ]=byte (int (_ebcc [_bdeb ]-_ebcc [_bdeb -1])%256);};_ddaf .WriteByte (1);_ddaf .Write (_fcb );};data =_ddaf .Bytes ();};var _gdcg _bg .Buffer ;_fda :=_e .NewWriter (&_gdcg );_fda .Write (data ); -_fda .Close ();return _gdcg .Bytes (),nil ;}; +func (_bfac *PdfObjectStreams )WriteString ()string {var _dfbbd _afc .Builder ;_dfbbd .WriteString (_b .FormatInt (_bfac .ObjectNumber ,10));_dfbbd .WriteString ("\u0020\u0030\u0020\u0052");return _dfbbd .String ();};const (_aegg =0;_gcbe =1;_bcf =2;_caga =3; +_fag =4;);func (_dad *PdfCrypt )isEncrypted (_ded PdfObject )bool {_ ,_gfe :=_dad ._bdd [_ded ];if _gfe {_eg .Log .Trace ("\u0041\u006c\u0072\u0065\u0061\u0064\u0079\u0020\u0065\u006e\u0063\u0072y\u0070\u0074\u0065\u0064");return true ;};_eg .Log .Trace ("\u004e\u006f\u0074\u0020\u0065\u006e\u0063\u0072\u0079\u0070\u0074\u0065d\u0020\u0079\u0065\u0074"); +return false ;}; -// GetFloat returns the *PdfObjectFloat represented by the PdfObject directly or indirectly within an indirect -// object. On type mismatch the found bool flag is false and a nil pointer is returned. -func GetFloat (obj PdfObject )(_aaeb *PdfObjectFloat ,_baeed bool ){_aaeb ,_baeed =TraceToDirectObject (obj ).(*PdfObjectFloat );return _aaeb ,_baeed ;}; +// DecodeBytes decodes a slice of ASCII encoded bytes and returns the result. +func (_aaecc *ASCIIHexEncoder )DecodeBytes (encoded []byte )([]byte ,error ){_fgec :=_bd .NewReader (encoded );var _ccgc []byte ;for {_cadd ,_dff :=_fgec .ReadByte ();if _dff !=nil {return nil ,_dff ;};if _cadd =='>'{break ;};if IsWhiteSpace (_cadd ){continue ; +};if (_cadd >='a'&&_cadd <='f')||(_cadd >='A'&&_cadd <='F')||(_cadd >='0'&&_cadd <='9'){_ccgc =append (_ccgc ,_cadd );}else {_eg .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0049\u006e\u0076\u0061\u006c\u0069d\u0020\u0061\u0073\u0063\u0069\u0069 \u0068\u0065\u0078\u0020\u0063\u0068\u0061\u0072\u0061\u0063\u0074\u0065\u0072 \u0028\u0025\u0063\u0029",_cadd ); +return nil ,_bf .Errorf ("\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0061\u0073\u0063\u0069\u0069\u0020\u0068e\u0078 \u0063\u0068\u0061\u0072\u0061\u0063\u0074\u0065\u0072\u0020\u0028\u0025\u0063\u0029",_cadd );};};if len (_ccgc )%2==1{_ccgc =append (_ccgc ,'0'); +};_eg .Log .Trace ("\u0049\u006e\u0062\u006f\u0075\u006e\u0064\u0020\u0025\u0073",_ccgc );_gggb :=make ([]byte ,_ge .DecodedLen (len (_ccgc )));_ ,_bdcd :=_ge .Decode (_gggb ,_ccgc );if _bdcd !=nil {return nil ,_bdcd ;};return _gggb ,nil ;}; -// GetFloatVal returns the float64 value represented by the PdfObject directly or indirectly if contained within an -// indirect object. On type mismatch the found bool flag returned is false and a nil pointer is returned. -func GetFloatVal (obj PdfObject )(_dbada float64 ,_fadcb bool ){_cgfc ,_fadcb :=TraceToDirectObject (obj ).(*PdfObjectFloat );if _fadcb {return float64 (*_cgfc ),true ;};return 0,false ;}; +// NewMultiEncoder returns a new instance of MultiEncoder. +func NewMultiEncoder ()*MultiEncoder {_fbbe :=MultiEncoder {};_fbbe ._cfag =[]StreamEncoder {};return &_fbbe ;}; -// GetUpdatedObjects returns pdf objects which were updated from the specific version (from prevParser). -func (_dacg *PdfParser )GetUpdatedObjects (prevParser *PdfParser )(map[int64 ]PdfObject ,error ){if prevParser ==nil {return nil ,_f .New ("\u0070\u0072e\u0076\u0069\u006f\u0075\u0073\u0020\u0070\u0061\u0072\u0073\u0065\u0072\u0020\u0063\u0061\u006e\u0027\u0074\u0020\u0062\u0065\u0020nu\u006c\u006c"); -};_bdebb ,_gbbgea :=_dacg .getNumbersOfUpdatedObjects (prevParser );if _gbbgea !=nil {return nil ,_gbbgea ;};_abfb :=make (map[int64 ]PdfObject );for _ ,_begdb :=range _bdebb {if _dbdf ,_fgba :=_dacg .LookupByNumber (_begdb );_fgba ==nil {_abfb [int64 (_begdb )]=_dbdf ; -}else {return nil ,_fgba ;};};return _abfb ,nil ;}; +// MakeIndirectObject creates an PdfIndirectObject with a specified direct object PdfObject. +func MakeIndirectObject (obj PdfObject )*PdfIndirectObject {_ggbf :=&PdfIndirectObject {};_ggbf .PdfObject =obj ;return _ggbf ;}; -// MakeStreamDict makes a new instance of an encoding dictionary for a stream object. -func (_eeeb *RawEncoder )MakeStreamDict ()*PdfObjectDictionary {return MakeDict ()}; +// MakeArrayFromFloats creates an PdfObjectArray from a slice of float64s, where each array element is an +// PdfObjectFloat. +func MakeArrayFromFloats (vals []float64 )*PdfObjectArray {_cccg :=MakeArray ();for _ ,_adce :=range vals {_cccg .Append (MakeFloat (_adce ));};return _cccg ;}; -// NewASCII85Encoder makes a new ASCII85 encoder. -func NewASCII85Encoder ()*ASCII85Encoder {_bcf :=&ASCII85Encoder {};return _bcf }; +// GetIntVal returns the int value represented by the PdfObject directly or indirectly if contained within an +// indirect object. On type mismatch the found bool flag returned is false and a nil pointer is returned. +func GetIntVal (obj PdfObject )(_baebg int ,_ggggg bool ){_ebcbg ,_ggggg :=TraceToDirectObject (obj ).(*PdfObjectInteger );if _ggggg &&_ebcbg !=nil {return int (*_ebcbg ),true ;};return 0,false ;}; // EncryptInfo contains an information generated by the document encrypter. type EncryptInfo struct{Version ; @@ -1677,169 +1732,114 @@ type EncryptInfo struct{Version ; Encrypt *PdfObjectDictionary ; // ID0 and ID1 are IDs used in the trailer. Older algorithms such as RC4 uses them for encryption. -ID0 ,ID1 string ;}; - -// GetStringVal returns the string value represented by the PdfObject directly or indirectly if -// contained within an indirect object. On type mismatch the found bool flag returned is false and -// an empty string is returned. -func GetStringVal (obj PdfObject )(_eaacf string ,_afdg bool ){_ccbf ,_afdg :=TraceToDirectObject (obj ).(*PdfObjectString );if _afdg {return _ccbf .Str (),true ;};return ;}; - -// FlattenObject returns the contents of `obj`. In other words, `obj` with indirect objects replaced -// by their values. -// The replacements are made recursively to a depth of traceMaxDepth. -// NOTE: Dicts are sorted to make objects with same contents have the same PDF object strings. -func FlattenObject (obj PdfObject )PdfObject {return _bfcd (obj ,0)};func (_gcebda *PdfParser )seekToEOFMarker (_agga int64 )error {var _dfce int64 ;var _bcbbe int64 =2048;for _dfce < _agga -4{if _agga <=(_bcbbe +_dfce ){_bcbbe =_agga -_dfce ;};_ ,_fdfe :=_gcebda ._cdea .Seek (_agga -_dfce -_bcbbe ,_bb .SeekStart ); -if _fdfe !=nil {return _fdfe ;};_bcafc :=make ([]byte ,_bcbbe );_gcebda ._cdea .Read (_bcafc );_eb .Log .Trace ("\u004c\u006f\u006f\u006bi\u006e\u0067\u0020\u0066\u006f\u0072\u0020\u0045\u004f\u0046 \u006da\u0072\u006b\u0065\u0072\u003a\u0020\u0022%\u0073\u0022",string (_bcafc )); -_cefb :=_bfda .FindAllStringIndex (string (_bcafc ),-1);if _cefb !=nil {_gfbce :=_cefb [len (_cefb )-1];_eb .Log .Trace ("\u0049\u006e\u0064\u003a\u0020\u0025\u0020\u0064",_cefb );_dbgbf :=_agga -_dfce -_bcbbe +int64 (_gfbce [0]);_gcebda ._cdea .Seek (_dbgbf ,_bb .SeekStart ); -return nil ;};_eb .Log .Debug ("\u0057\u0061\u0072\u006e\u0069\u006eg\u003a\u0020\u0045\u004f\u0046\u0020\u006d\u0061\u0072\u006b\u0065\u0072\u0020\u006e\u006f\u0074\u0020\u0066\u006f\u0075n\u0064\u0021\u0020\u002d\u0020\u0063\u006f\u006e\u0074\u0069\u006e\u0075\u0065\u0020s\u0065e\u006b\u0069\u006e\u0067"); -_dfce +=_bcbbe -4;};_eb .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u003a\u0020\u0045\u004f\u0046\u0020\u006d\u0061\u0072\u006be\u0072 \u0077\u0061\u0073\u0020\u006e\u006f\u0074\u0020\u0066\u006f\u0075\u006e\u0064\u002e");return _bgbf ;};func (_fabd *PdfParser )parseXrefStream (_adcbc *PdfObjectInteger )(*PdfObjectDictionary ,error ){if _adcbc !=nil {_eb .Log .Trace ("\u0058\u0052\u0065f\u0053\u0074\u006d\u0020x\u0072\u0065\u0066\u0020\u0074\u0061\u0062l\u0065\u0020\u006f\u0062\u006a\u0065\u0063\u0074\u0020\u0061\u0074\u0020\u0025\u0064",_adcbc ); -_fabd ._cdea .Seek (int64 (*_adcbc ),_bb .SeekStart );_fabd ._dedbc =_ga .NewReader (_fabd ._cdea );};_gfcc :=_fabd .GetFileOffset ();_dagb ,_eeca :=_fabd .ParseIndirectObject ();if _eeca !=nil {_eb .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a \u0046\u0061\u0069\u006c\u0065\u0064\u0020\u0074\u006f\u0020\u0072\u0065\u0061d\u0020\u0078\u0072\u0065\u0066\u0020\u006fb\u006a\u0065\u0063\u0074"); -return nil ,_f .New ("\u0066\u0061\u0069\u006c\u0065\u0064\u0020\u0074\u006f\u0020\u0072e\u0061\u0064\u0020\u0078\u0072\u0065\u0066\u0020\u006f\u0062j\u0065\u0063\u0074");};_eb .Log .Trace ("\u0058R\u0065f\u0053\u0074\u006d\u0020\u006fb\u006a\u0065c\u0074\u003a\u0020\u0025\u0073",_dagb ); -_ddef ,_dgfga :=_dagb .(*PdfObjectStream );if !_dgfga {_eb .Log .Debug ("\u0045R\u0052\u004fR\u003a\u0020\u0058R\u0065\u0066\u0053\u0074\u006d\u0020\u0070o\u0069\u006e\u0074\u0069\u006e\u0067 \u0074\u006f\u0020\u006e\u006f\u006e\u002d\u0073\u0074\u0072\u0065a\u006d\u0020\u006f\u0062\u006a\u0065\u0063\u0074\u0021"); -return nil ,_f .New ("\u0058\u0052\u0065\u0066\u0053\u0074\u006d\u0020\u0070\u006f\u0069\u006e\u0074i\u006e\u0067\u0020\u0074\u006f\u0020a\u0020\u006e\u006f\u006e\u002d\u0073\u0074\u0072\u0065\u0061\u006d\u0020\u006fb\u006a\u0065\u0063\u0074");};_gade :=_ddef .PdfObjectDictionary ; -_bddgf ,_dgfga :=_ddef .PdfObjectDictionary .Get ("\u0053\u0069\u007a\u0065").(*PdfObjectInteger );if !_dgfga {_eb .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a \u004d\u0069\u0073\u0073\u0069\u006e\u0067\u0020\u0073\u0069\u007a\u0065\u0020f\u0072\u006f\u006d\u0020\u0078\u0072\u0065f\u0020\u0073\u0074\u006d"); -return nil ,_f .New ("\u006d\u0069\u0073\u0073\u0069\u006e\u0067\u0020\u0053\u0069\u007ae\u0020\u0066\u0072\u006f\u006d\u0020\u0078\u0072\u0065\u0066 \u0073\u0074\u006d");};if int64 (*_bddgf )> 8388607{_eb .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0078\u0072\u0065\u0066\u0020\u0053\u0069\u007a\u0065\u0020\u0065x\u0063\u0065\u0065\u0064\u0065\u0064\u0020l\u0069\u006d\u0069\u0074\u002c\u0020\u006f\u0076\u0065\u0072\u00208\u0033\u0038\u0038\u0036\u0030\u0037\u0020\u0028\u0025\u0064\u0029",*_bddgf ); -return nil ,_f .New ("\u0072\u0061\u006e\u0067\u0065\u0020\u0063\u0068\u0065\u0063\u006b\u0020e\u0072\u0072\u006f\u0072");};_eeccb :=_ddef .PdfObjectDictionary .Get ("\u0057");_efgcd ,_dgfga :=_eeccb .(*PdfObjectArray );if !_dgfga {return nil ,_f .New ("\u0069n\u0076\u0061\u006c\u0069\u0064\u0020\u0057\u0020\u0069\u006e\u0020x\u0072\u0065\u0066\u0020\u0073\u0074\u0072\u0065\u0061\u006d"); -};_bgfd :=_efgcd .Len ();if _bgfd !=3{_eb .Log .Debug ("\u0045\u0052R\u004f\u0052\u003a\u0020\u0055\u006e\u0073\u0075\u0070\u0070\u006f\u0072\u0074\u0065\u0064\u0020\u0078\u0072\u0065\u0066\u0020\u0073\u0074\u006d\u0020\u0028\u006c\u0065\u006e\u0028\u0057\u0029\u0020\u0021\u003d\u0020\u0033\u0020\u002d\u0020\u0025\u0064\u0029",_bgfd ); -return nil ,_f .New ("\u0075\u006e\u0073\u0075\u0070\u0070\u006f\u0072\u0074\u0065\u0064\u0020\u0078\u0072\u0065f\u0020s\u0074\u006d\u0020\u006c\u0065\u006e\u0028\u0057\u0029\u0020\u0021\u003d\u0020\u0033");};var _defg []int64 ;for _gbebg :=0;_gbebg < 3; -_gbebg ++{_gacf ,_fedg :=GetInt (_efgcd .Get (_gbebg ));if !_fedg {return nil ,_f .New ("i\u006e\u0076\u0061\u006cid\u0020w\u0020\u006f\u0062\u006a\u0065c\u0074\u0020\u0074\u0079\u0070\u0065");};_defg =append (_defg ,int64 (*_gacf ));};_dddfg ,_eeca :=DecodeStream (_ddef ); -if _eeca !=nil {_eb .Log .Debug ("\u0045\u0052\u0052OR\u003a\u0020\u0055\u006e\u0061\u0062\u006c\u0065\u0020t\u006f \u0064e\u0063o\u0064\u0065\u0020\u0073\u0074\u0072\u0065\u0061\u006d\u003a\u0020\u0025\u0076",_eeca );return nil ,_eeca ;};_ddagb :=int (_defg [0]); -_dbfd :=int (_defg [0]+_defg [1]);_aede :=int (_defg [0]+_defg [1]+_defg [2]);_eggd :=int (_defg [0]+_defg [1]+_defg [2]);if _ddagb < 0||_dbfd < 0||_aede < 0{_eb .Log .Debug ("\u0045\u0072\u0072\u006fr\u0020\u0073\u0020\u0076\u0061\u006c\u0075\u0065\u0020\u003c \u0030 \u0028\u0025\u0064\u002c\u0025\u0064\u002c%\u0064\u0029",_ddagb ,_dbfd ,_aede ); -return nil ,_f .New ("\u0072\u0061\u006e\u0067\u0065\u0020\u0063\u0068\u0065\u0063\u006b\u0020e\u0072\u0072\u006f\u0072");};if _eggd ==0{_eb .Log .Debug ("\u004e\u006f\u0020\u0078\u0072\u0065\u0066\u0020\u006f\u0062\u006a\u0065\u0063t\u0073\u0020\u0069\u006e\u0020\u0073t\u0072\u0065\u0061\u006d\u0020\u0028\u0064\u0065\u006c\u0074\u0061\u0062\u0020=\u003d\u0020\u0030\u0029"); -return _gade ,nil ;};_beeb :=len (_dddfg )/_eggd ;_eadc :=0;_acfc :=_ddef .PdfObjectDictionary .Get ("\u0049\u006e\u0064e\u0078");var _cdfd []int ;if _acfc !=nil {_eb .Log .Trace ("\u0049n\u0064\u0065\u0078\u003a\u0020\u0025b",_acfc );_egfa ,_ebebf :=_acfc .(*PdfObjectArray ); -if !_ebebf {_eb .Log .Debug ("\u0049\u006e\u0076\u0061\u006ci\u0064\u0020\u0049\u006e\u0064\u0065\u0078\u0020\u006f\u0062\u006a\u0065\u0063t\u0020\u0028\u0073\u0068\u006f\u0075\u006c\u0064\u0020\u0062\u0065\u0020\u0061\u006e\u0020\u0061\u0072\u0072\u0061\u0079\u0029"); -return nil ,_f .New ("i\u006ev\u0061\u006c\u0069\u0064\u0020\u0049\u006e\u0064e\u0078\u0020\u006f\u0062je\u0063\u0074");};if _egfa .Len ()%2!=0{_eb .Log .Debug ("\u0057\u0041\u0052\u004eI\u004e\u0047\u0020\u0046\u0061\u0069\u006c\u0075\u0072e\u0020\u006c\u006f\u0061\u0064\u0069\u006e\u0067\u0020\u0078\u0072\u0065\u0066\u0020\u0073\u0074\u006d\u0020i\u006e\u0064\u0065\u0078\u0020n\u006f\u0074\u0020\u006d\u0075\u006c\u0074\u0069\u0070\u006c\u0065\u0020\u006f\u0066\u0020\u0032\u002e"); -return nil ,_f .New ("\u0072\u0061\u006e\u0067\u0065\u0020\u0063\u0068\u0065\u0063\u006b\u0020e\u0072\u0072\u006f\u0072");};_eadc =0;_bgdcg ,_efcac :=_egfa .ToIntegerArray ();if _efcac !=nil {_eb .Log .Debug ("\u0045\u0072\u0072\u006f\u0072 \u0067\u0065\u0074\u0074\u0069\u006e\u0067\u0020\u0069\u006e\u0064\u0065\u0078 \u0061\u0072\u0072\u0061\u0079\u0020\u0061\u0073\u0020\u0069\u006e\u0074\u0065\u0067\u0065\u0072\u0073\u003a\u0020\u0025\u0076",_efcac ); -return nil ,_efcac ;};for _dcff :=0;_dcff < len (_bgdcg );_dcff +=2{_fgf :=_bgdcg [_dcff ];_aeef :=_bgdcg [_dcff +1];for _edbcc :=0;_edbcc < _aeef ;_edbcc ++{_cdfd =append (_cdfd ,_fgf +_edbcc );};_eadc +=_aeef ;};}else {for _bfcc :=0;_bfcc < int (*_bddgf ); -_bfcc ++{_cdfd =append (_cdfd ,_bfcc );};_eadc =int (*_bddgf );};if _beeb ==_eadc +1{_eb .Log .Debug ("\u0049n\u0063\u006f\u006d\u0070ati\u0062\u0069\u006c\u0069t\u0079\u003a\u0020\u0049\u006e\u0064\u0065\u0078\u0020\u006di\u0073\u0073\u0069\u006e\u0067\u0020\u0063\u006f\u0076\u0065\u0072\u0061\u0067\u0065\u0020\u006f\u0066\u0020\u0031\u0020\u006f\u0062\u006ae\u0063\u0074\u0020\u002d\u0020\u0061\u0070\u0070en\u0064\u0069\u006eg\u0020\u006f\u006e\u0065\u0020-\u0020M\u0061\u0079\u0020\u006c\u0065\u0061\u0064\u0020\u0074o\u0020\u0070\u0072\u006f\u0062\u006c\u0065\u006d\u0073"); -_fbbge :=_eadc -1;for _ ,_cgag :=range _cdfd {if _cgag > _fbbge {_fbbge =_cgag ;};};_cdfd =append (_cdfd ,_fbbge +1);_eadc ++;};if _beeb !=len (_cdfd ){_eb .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020x\u0072\u0065\u0066 \u0073\u0074\u006d:\u0020\u006eu\u006d\u0020\u0065\u006e\u0074\u0072i\u0065s \u0021\u003d\u0020\u006c\u0065\u006e\u0028\u0069\u006e\u0064\u0069\u0063\u0065\u0073\u0029\u0020\u0028\u0025\u0064\u0020\u0021\u003d\u0020\u0025\u0064\u0029",_beeb ,len (_cdfd )); -return nil ,_f .New ("\u0078\u0072ef\u0020\u0073\u0074m\u0020\u006e\u0075\u006d en\u0074ri\u0065\u0073\u0020\u0021\u003d\u0020\u006cen\u0028\u0069\u006e\u0064\u0069\u0063\u0065s\u0029");};_eb .Log .Trace ("\u004f\u0062j\u0065\u0063\u0074s\u0020\u0063\u006f\u0075\u006e\u0074\u0020\u0025\u0064",_eadc ); -_eb .Log .Trace ("\u0049\u006e\u0064i\u0063\u0065\u0073\u003a\u0020\u0025\u0020\u0064",_cdfd );_faeag :=func (_gdca []byte )int64 {var _dgea int64 ;for _ggaca :=0;_ggaca < len (_gdca );_ggaca ++{_dgea +=int64 (_gdca [_ggaca ])*(1<=len (_cdfd ){_eb .Log .Debug ("X\u0052\u0065\u0066\u0020\u0073\u0074\u0072\u0065\u0061\u006d\u0020\u002d\u0020\u0054\u0072\u0079\u0069\u006e\u0067\u0020\u0074\u006f\u0020\u0061\u0063\u0063e\u0073s\u0020\u0069\u006e\u0064e\u0078\u0020o\u0075\u0074\u0020\u006f\u0066\u0020\u0062\u006f\u0075\u006e\u0064\u0073\u0020\u002d\u0020\u0062\u0072\u0065\u0061\u006b\u0069\u006e\u0067"); -break ;};_cffd :=_cdfd [_cdebf ];_cdebf ++;_eb .Log .Trace ("%\u0064\u002e\u0020\u0070\u0031\u003a\u0020\u0025\u0020\u0078",_cffd ,_gfgde );_eb .Log .Trace ("%\u0064\u002e\u0020\u0070\u0032\u003a\u0020\u0025\u0020\u0078",_cffd ,_dafbb );_eb .Log .Trace ("%\u0064\u002e\u0020\u0070\u0033\u003a\u0020\u0025\u0020\u0078",_cffd ,_ddgd ); -_eb .Log .Trace ("\u0025d\u002e \u0078\u0072\u0065\u0066\u003a \u0025\u0064 \u0025\u0064\u0020\u0025\u0064",_cffd ,_gdeca ,_eacd ,_abgf );if _gdeca ==0{_eb .Log .Trace ("-\u0020\u0046\u0072\u0065\u0065\u0020o\u0062\u006a\u0065\u0063\u0074\u0020-\u0020\u0063\u0061\u006e\u0020\u0070\u0072o\u0062\u0061\u0062\u006c\u0079\u0020\u0069\u0067\u006e\u006fr\u0065"); -}else if _gdeca ==1{_eb .Log .Trace ("\u002d\u0020I\u006e\u0020\u0075\u0073e\u0020\u002d \u0075\u006e\u0063\u006f\u006d\u0070\u0072\u0065s\u0073\u0065\u0064\u0020\u0076\u0069\u0061\u0020\u006f\u0066\u0066\u0073e\u0074\u0020\u0025\u0062",_dafbb );if _eacd ==_gfcc {_eb .Log .Debug ("\u0055\u0070d\u0061\u0074\u0069\u006e\u0067\u0020\u006f\u0062\u006a\u0065\u0063\u0074\u0020\u006e\u0075\u006d\u0062\u0065\u0072\u0020\u0066\u006f\u0072\u0020\u0058\u0052\u0065\u0066\u0020\u0074\u0061\u0062\u006c\u0065\u0020\u0025\u0064\u0020\u002d\u003e\u0020\u0025\u0064",_cffd ,_ddef .ObjectNumber ); -_cffd =int (_ddef .ObjectNumber );};if _ggfce ,_bcfd :=_fabd ._bfba .ObjectMap [_cffd ];!_bcfd ||int (_abgf )> _ggfce .Generation {_ccgc :=XrefObject {ObjectNumber :_cffd ,XType :XrefTypeTableEntry ,Offset :_eacd ,Generation :int (_abgf )};_fabd ._bfba .ObjectMap [_cffd ]=_ccgc ; -};}else if _gdeca ==2{_eb .Log .Trace ("\u002d\u0020\u0049\u006e \u0075\u0073\u0065\u0020\u002d\u0020\u0063\u006f\u006d\u0070r\u0065s\u0073\u0065\u0064\u0020\u006f\u0062\u006ae\u0063\u0074");if _ ,_caac :=_fabd ._bfba .ObjectMap [_cffd ];!_caac {_caca :=XrefObject {ObjectNumber :_cffd ,XType :XrefTypeObjectStream ,OsObjNumber :int (_eacd ),OsObjIndex :int (_abgf )}; -_fabd ._bfba .ObjectMap [_cffd ]=_caca ;_eb .Log .Trace ("\u0065\u006e\u0074\u0072\u0079\u003a\u0020\u0025\u002b\u0076",_caca );};}else {_eb .Log .Debug ("\u0045\u0052\u0052\u004f\u0052:\u0020\u002d\u002d\u002d\u002d\u002d\u002d\u002d\u002d\u0049\u004e\u0056\u0041L\u0049\u0044\u0020\u0054\u0059\u0050\u0045\u0020\u0058\u0072\u0065\u0066\u0053\u0074\u006d\u0020\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u003f\u002d\u002d\u002d\u002d\u002d\u002d-"); -continue ;};};if _fabd ._gfggg ==nil {_acge :=XrefTypeObjectStream ;_fabd ._gfggg =&_acge ;};return _gade ,nil ;}; +ID0 ,ID1 string ;};func _dfff (_accfe *PdfObjectDictionary )(_fbcgb *_gg .ImageBase ){var (_dcce *PdfObjectInteger ;_abccf bool ;);if _dcce ,_abccf =_accfe .Get ("\u0057\u0069\u0064t\u0068").(*PdfObjectInteger );_abccf {_fbcgb =&_gg .ImageBase {Width :int (*_dcce )}; +}else {return nil ;};if _dcce ,_abccf =_accfe .Get ("\u0048\u0065\u0069\u0067\u0068\u0074").(*PdfObjectInteger );_abccf {_fbcgb .Height =int (*_dcce );};if _dcce ,_abccf =_accfe .Get ("\u0042\u0069t\u0073\u0050\u0065r\u0043\u006f\u006d\u0070\u006f\u006e\u0065\u006e\u0074").(*PdfObjectInteger ); +_abccf {_fbcgb .BitsPerComponent =int (*_dcce );};if _dcce ,_abccf =_accfe .Get ("\u0043o\u006co\u0072\u0043\u006f\u006d\u0070\u006f\u006e\u0065\u006e\u0074\u0073").(*PdfObjectInteger );_abccf {_fbcgb .ColorComponents =int (*_dcce );};return _fbcgb ;}; +const (JB2Generic JBIG2CompressionType =iota ;JB2SymbolCorrelation ;JB2SymbolRankHaus ;);const (XrefTypeTableEntry xrefType =iota ;XrefTypeObjectStream xrefType =iota ;); -// GetFilterName returns the names of the underlying encoding filters, -// separated by spaces. -// Note: This is just a string, should not be used in /Filter dictionary entry. Use GetFilterArray for that. -// TODO(v4): Refactor to GetFilter() which can be used for /Filter (either Name or Array), this can be -// renamed to String() as a pretty string to use in debugging etc. -func (_edcc *MultiEncoder )GetFilterName ()string {_efggb :="";for _ggda ,_addf :=range _edcc ._abeab {_efggb +=_addf .GetFilterName ();if _ggda < len (_edcc ._abeab )-1{_efggb +="\u0020";};};return _efggb ;}; +// GetRevisionNumber returns the current version of the Pdf document. +func (_cdfb *PdfParser )GetRevisionNumber ()int {return _cdfb ._bgea }; -// DecodeStream decodes the stream data and returns the decoded data. -// An error is returned upon failure. -func DecodeStream (streamObj *PdfObjectStream )([]byte ,error ){_eb .Log .Trace ("\u0044\u0065\u0063\u006f\u0064\u0065\u0020\u0073\u0074\u0072\u0065\u0061\u006d");_eebf ,_fggcf :=NewEncoderFromStream (streamObj );if _fggcf !=nil {_eb .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a \u0053\u0074\u0072\u0065\u0061\u006d\u0020\u0064\u0065\u0063\u006f\u0064\u0069n\u0067\u0020\u0066\u0061\u0069\u006c\u0065d\u003a\u0020\u0025\u0076",_fggcf ); -return nil ,_fggcf ;};_eb .Log .Trace ("\u0045\u006e\u0063\u006f\u0064\u0065\u0072\u003a\u0020\u0025\u0023\u0076\u000a",_eebf );_eegdf ,_fggcf :=_eebf .DecodeStream (streamObj );if _fggcf !=nil {_eb .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a \u0053\u0074\u0072\u0065\u0061\u006d\u0020\u0064\u0065\u0063\u006f\u0064\u0069n\u0067\u0020\u0066\u0061\u0069\u006c\u0065d\u003a\u0020\u0025\u0076",_fggcf ); -return nil ,_fggcf ;};return _eegdf ,nil ;}; +// DCTEncoder provides a DCT (JPG) encoding/decoding functionality for images. +type DCTEncoder struct{ColorComponents int ;BitsPerComponent int ;Width int ;Height int ;Quality int ;Decode []float64 ;};func (_fdabd *PdfParser )readComment ()(string ,error ){var _fcace _bd .Buffer ;_ ,_dfacc :=_fdabd .skipSpaces ();if _dfacc !=nil {return _fcace .String (),_dfacc ; +};_cdfd :=true ;for {_eaega ,_dcde :=_fdabd ._dgca .Peek (1);if _dcde !=nil {_eg .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0025\u0073",_dcde .Error ());return _fcace .String (),_dcde ;};if _cdfd &&_eaega [0]!='%'{return _fcace .String (),_a .New ("c\u006f\u006d\u006d\u0065\u006e\u0074 \u0073\u0068\u006f\u0075\u006c\u0064\u0020\u0073\u0074a\u0072\u0074\u0020w\u0069t\u0068\u0020\u0025"); +};_cdfd =false ;if (_eaega [0]!='\r')&&(_eaega [0]!='\n'){_fdcbc ,_ :=_fdabd ._dgca .ReadByte ();_fcace .WriteByte (_fdcbc );}else {break ;};};return _fcace .String (),nil ;}; -// DecodeStream implements ASCII85 stream decoding. -func (_ffff *ASCII85Encoder )DecodeStream (streamObj *PdfObjectStream )([]byte ,error ){return _ffff .DecodeBytes (streamObj .Stream );};func _ccbb (_fcfad PdfObject ,_eegg int ,_fedb map[PdfObject ]struct{})error {_eb .Log .Trace ("\u0054\u0072\u0061\u0076\u0065\u0072s\u0065\u0020\u006f\u0062\u006a\u0065\u0063\u0074\u0020\u0064\u0061\u0074\u0061 \u0028\u0064\u0065\u0070\u0074\u0068\u0020=\u0020\u0025\u0064\u0029",_eegg ); -if _ ,_efaff :=_fedb [_fcfad ];_efaff {_eb .Log .Trace ("-\u0041\u006c\u0072\u0065ad\u0079 \u0074\u0072\u0061\u0076\u0065r\u0073\u0065\u0064\u002e\u002e\u002e");return nil ;};_fedb [_fcfad ]=struct{}{};switch _eeef :=_fcfad .(type ){case *PdfIndirectObject :_bfeg :=_eeef ; -_eb .Log .Trace ("\u0069\u006f\u003a\u0020\u0025\u0073",_bfeg );_eb .Log .Trace ("\u002d\u0020\u0025\u0073",_bfeg .PdfObject );return _ccbb (_bfeg .PdfObject ,_eegg +1,_fedb );case *PdfObjectStream :_cegde :=_eeef ;return _ccbb (_cegde .PdfObjectDictionary ,_eegg +1,_fedb ); -case *PdfObjectDictionary :_aaed :=_eeef ;_eb .Log .Trace ("\u002d\u0020\u0064\u0069\u0063\u0074\u003a\u0020\u0025\u0073",_aaed );for _ ,_ddadf :=range _aaed .Keys (){_eecb :=_aaed .Get (_ddadf );if _efbe ,_bfab :=_eecb .(*PdfObjectReference );_bfab {_ddge :=_efbe .Resolve (); -_aaed .Set (_ddadf ,_ddge );_dabe :=_ccbb (_ddge ,_eegg +1,_fedb );if _dabe !=nil {return _dabe ;};}else {_gdgfe :=_ccbb (_eecb ,_eegg +1,_fedb );if _gdgfe !=nil {return _gdgfe ;};};};return nil ;case *PdfObjectArray :_abfd :=_eeef ;_eb .Log .Trace ("-\u0020\u0061\u0072\u0072\u0061\u0079\u003a\u0020\u0025\u0073",_abfd ); -for _dgadd ,_aebcc :=range _abfd .Elements (){if _egdf ,_bede :=_aebcc .(*PdfObjectReference );_bede {_afde :=_egdf .Resolve ();_abfd .Set (_dgadd ,_afde );_aaea :=_ccbb (_afde ,_eegg +1,_fedb );if _aaea !=nil {return _aaea ;};}else {_ecea :=_ccbb (_aebcc ,_eegg +1,_fedb ); -if _ecea !=nil {return _ecea ;};};};return nil ;case *PdfObjectReference :_eb .Log .Debug ("E\u0052\u0052\u004f\u0052\u003a\u0020T\u0072\u0061\u0063\u0069\u006e\u0067\u0020\u0061\u0020r\u0065\u0066\u0065r\u0065n\u0063\u0065\u0021");return _f .New ("\u0065r\u0072\u006f\u0072\u0020t\u0072\u0061\u0063\u0069\u006eg\u0020a\u0020r\u0065\u0066\u0065\u0072\u0065\u006e\u0063e"); +// DecodeImages decodes the page images from the jbig2 'encoded' data input. +// The jbig2 document may contain multiple pages, thus the function can return multiple +// images. The images order corresponds to the page number. +func (_bcdd *JBIG2Encoder )DecodeImages (encoded []byte )([]_g .Image ,error ){const _ggbgd ="\u004aB\u0049\u0047\u0032\u0045n\u0063\u006f\u0064\u0065\u0072.\u0044e\u0063o\u0064\u0065\u0049\u006d\u0061\u0067\u0065s";_efda ,_gcegd :=_ec .Decode (encoded ,_ec .Parameters {},_bcdd .Globals .ToDocumentGlobals ()); +if _gcegd !=nil {return nil ,_bgc .Wrap (_gcegd ,_ggbgd ,"");};_bedb ,_gcegd :=_efda .PageNumber ();if _gcegd !=nil {return nil ,_bgc .Wrap (_gcegd ,_ggbgd ,"");};_gcea :=[]_g .Image {};var _feec _g .Image ;for _gceb :=1;_gceb <=_bedb ;_gceb ++{_feec ,_gcegd =_efda .DecodePageImage (_gceb ); +if _gcegd !=nil {return nil ,_bgc .Wrapf (_gcegd ,_ggbgd ,"\u0070\u0061\u0067\u0065\u003a\u0020\u0027\u0025\u0064\u0027",_gceb );};_gcea =append (_gcea ,_feec );};return _gcea ,nil ;};func _acbc (_badab ,_gbfc ,_ffdf int )error {if _gbfc < 0||_gbfc > _badab {return _a .New ("s\u006c\u0069\u0063\u0065\u0020\u0069n\u0064\u0065\u0078\u0020\u0061\u0020\u006f\u0075\u0074 \u006f\u0066\u0020b\u006fu\u006e\u0064\u0073"); +};if _ffdf < _gbfc {return _a .New ("\u0069n\u0076\u0061\u006c\u0069d\u0020\u0073\u006c\u0069\u0063e\u0020i\u006ed\u0065\u0078\u0020\u0062\u0020\u003c\u0020a");};if _ffdf > _badab {return _a .New ("s\u006c\u0069\u0063\u0065\u0020\u0069n\u0064\u0065\u0078\u0020\u0062\u0020\u006f\u0075\u0074 \u006f\u0066\u0020b\u006fu\u006e\u0064\u0073"); };return nil ;}; -// RawEncoder implements Raw encoder/decoder (no encoding, pass through) -type RawEncoder struct{}; - -// WriteString outputs the object as it is to be written to file. -func (_ebae *PdfIndirectObject )WriteString ()string {var _cgcd _cc .Builder ;_cgcd .WriteString (_d .FormatInt (_ebae .ObjectNumber ,10));_cgcd .WriteString ("\u0020\u0030\u0020\u0052");return _cgcd .String ();};const _fddb =32<<(^uint (0)>>63);func (_beae *PdfParser )parseName ()(PdfObjectName ,error ){var _gbadf _bg .Buffer ; -_begg :=false ;for {_fefab ,_eadfc :=_beae ._dedbc .Peek (1);if _eadfc ==_bb .EOF {break ;};if _eadfc !=nil {return PdfObjectName (_gbadf .String ()),_eadfc ;};if !_begg {if _fefab [0]=='/'{_begg =true ;_beae ._dedbc .ReadByte ();}else if _fefab [0]=='%'{_beae .readComment (); -_beae .skipSpaces ();}else {_eb .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u0020N\u0061\u006d\u0065\u0020\u0073\u0074\u0061\u0072\u0074\u0069\u006e\u0067\u0020w\u0069\u0074\u0068\u0020\u0025\u0073\u0020(\u0025\u0020\u0078\u0029",_fefab ,_fefab );return PdfObjectName (_gbadf .String ()),_ee .Errorf ("\u0069n\u0076a\u006c\u0069\u0064\u0020\u006ea\u006d\u0065:\u0020\u0028\u0025\u0063\u0029",_fefab [0]); -};}else {if IsWhiteSpace (_fefab [0]){break ;}else if (_fefab [0]=='/')||(_fefab [0]=='[')||(_fefab [0]=='(')||(_fefab [0]==']')||(_fefab [0]=='<')||(_fefab [0]=='>'){break ;}else if _fefab [0]=='#'{_facb ,_bdece :=_beae ._dedbc .Peek (3);if _bdece !=nil {return PdfObjectName (_gbadf .String ()),_bdece ; -};_cfcg ,_bdece :=_ae .DecodeString (string (_facb [1:3]));if _bdece !=nil {_eb .Log .Debug ("\u0045\u0052\u0052\u004fR\u003a\u0020\u0049\u006ev\u0061\u006c\u0069d\u0020\u0068\u0065\u0078\u0020\u0066o\u006c\u006co\u0077\u0069\u006e\u0067 \u0027\u0023\u0027\u002c \u0063\u006f\u006e\u0074\u0069n\u0075\u0069\u006e\u0067\u0020\u0075\u0073i\u006e\u0067\u0020\u006c\u0069t\u0065\u0072\u0061\u006c\u0020\u002d\u0020\u004f\u0075t\u0070\u0075\u0074\u0020\u006d\u0061\u0079\u0020\u0062\u0065\u0020\u0069\u006e\u0063\u006f\u0072\u0072\u0065\u0063\u0074"); -_gbadf .WriteByte ('#');_beae ._dedbc .Discard (1);continue ;};_beae ._dedbc .Discard (3);_gbadf .Write (_cfcg );}else {_dadc ,_ :=_beae ._dedbc .ReadByte ();_gbadf .WriteByte (_dadc );};};};return PdfObjectName (_gbadf .String ()),nil ;};func (_dfcc *PdfParser )parseXref ()(*PdfObjectDictionary ,error ){_dfcc .skipSpaces (); -const _fefd =20;_bbae ,_ :=_dfcc ._dedbc .Peek (_fefd );for _edga :=0;_edga < 2;_edga ++{if _dfcc ._cgfg ==0{_dfcc ._cgfg =_dfcc .GetFileOffset ();};if _ffdaa .Match (_bbae ){_eb .Log .Trace ("\u0078\u0072e\u0066\u0020\u0070\u006f\u0069\u006e\u0074\u0073\u0020\u0074\u006f\u0020\u0061\u006e\u0020\u006f\u0062\u006a\u0065\u0063\u0074\u002e\u0020\u0050\u0072\u006f\u0062\u0061\u0062\u006c\u0079\u0020\u0078\u0072\u0065\u0066\u0020\u006f\u0062\u006a\u0065\u0063\u0074"); -_eb .Log .Debug ("\u0073t\u0061r\u0074\u0069\u006e\u0067\u0020w\u0069\u0074h\u0020\u0022\u0025\u0073\u0022",string (_bbae ));return _dfcc .parseXrefStream (nil );};if _cdfg .Match (_bbae ){_eb .Log .Trace ("\u0053\u0074\u0061\u006ed\u0061\u0072\u0064\u0020\u0078\u0072\u0065\u0066\u0020\u0073e\u0063t\u0069\u006f\u006e\u0020\u0074\u0061\u0062l\u0065\u0021"); -return _dfcc .parseXrefTable ();};_ceafg :=_dfcc .GetFileOffset ();if _dfcc ._cgfg ==0{_dfcc ._cgfg =_ceafg ;};_dfcc .SetFileOffset (_ceafg -_fefd );defer _dfcc .SetFileOffset (_ceafg );_gfca ,_ :=_dfcc ._dedbc .Peek (_fefd );_bbae =append (_gfca ,_bbae ...); -};_eb .Log .Debug ("\u0057\u0061\u0072\u006e\u0069\u006e\u0067\u003a\u0020\u0055\u006e\u0061\u0062\u006c\u0065\u0020\u0074\u006f \u0066\u0069\u006e\u0064\u0020\u0078\u0072\u0065f\u0020\u0074\u0061\u0062\u006c\u0065\u0020\u006fr\u0020\u0073\u0074\u0072\u0065\u0061\u006d.\u0020\u0052\u0065\u0070\u0061i\u0072\u0020\u0061\u0074\u0074e\u006d\u0070\u0074\u0065\u0064\u003a\u0020\u004c\u006f\u006f\u006b\u0069\u006e\u0067\u0020\u0066\u006f\u0072\u0020\u0065\u0061\u0072\u006c\u0069\u0065\u0073\u0074\u0020x\u0072\u0065\u0066\u0020\u0066\u0072\u006f\u006d\u0020\u0062\u006f\u0074to\u006d\u002e"); -if _dgbfb :=_dfcc .repairSeekXrefMarker ();_dgbfb !=nil {_eb .Log .Debug ("\u0052e\u0070a\u0069\u0072\u0020\u0066\u0061i\u006c\u0065d\u0020\u002d\u0020\u0025\u0076",_dgbfb );return nil ,_dgbfb ;};return _dfcc .parseXrefTable ();}; - -// Resolve resolves a PdfObject to direct object, looking up and resolving references as needed (unlike TraceToDirect). -func (_egbd *PdfParser )Resolve (obj PdfObject )(PdfObject ,error ){_gdd ,_fce :=obj .(*PdfObjectReference );if !_fce {return obj ,nil ;};_dbe :=_egbd .GetFileOffset ();defer func (){_egbd .SetFileOffset (_dbe )}();_bbf ,_acg :=_egbd .LookupByReference (*_gdd ); -if _acg !=nil {return nil ,_acg ;};_fbe ,_ebg :=_bbf .(*PdfIndirectObject );if !_ebg {return _bbf ,nil ;};_bbf =_fbe .PdfObject ;_ ,_fce =_bbf .(*PdfObjectReference );if _fce {return _fbe ,_f .New ("\u006d\u0075lt\u0069\u0020\u0064e\u0070\u0074\u0068\u0020tra\u0063e \u0070\u006f\u0069\u006e\u0074\u0065\u0072 t\u006f\u0020\u0070\u006f\u0069\u006e\u0074e\u0072"); -};return _bbf ,nil ;}; - -// GetString returns the *PdfObjectString represented by the PdfObject directly or indirectly within an indirect -// object. On type mismatch the found bool flag is false and a nil pointer is returned. -func GetString (obj PdfObject )(_acdf *PdfObjectString ,_eabd bool ){_acdf ,_eabd =TraceToDirectObject (obj ).(*PdfObjectString );return _acdf ,_eabd ;};func _cbce (_gbae *PdfObjectStream ,_begc *PdfObjectDictionary )(*RunLengthEncoder ,error ){return NewRunLengthEncoder (),nil ; -}; - -// PdfCrypt provides PDF encryption/decryption support. -// The PDF standard supports encryption of strings and streams (Section 7.6). -type PdfCrypt struct{_ffe encryptDict ;_adfe _cbd .StdEncryptDict ;_ffc string ;_cbcg []byte ;_ge map[PdfObject ]bool ;_edc map[PdfObject ]bool ;_agg bool ;_ace cryptFilters ;_badb string ;_df string ;_eadg *PdfParser ;_eda map[int ]struct{};}; - -// ToGoImage converts the JBIG2Image to the golang image.Image. -func (_aedg *JBIG2Image )ToGoImage ()(_a .Image ,error ){const _efgfb ="J\u0042I\u0047\u0032\u0049\u006d\u0061\u0067\u0065\u002eT\u006f\u0047\u006f\u0049ma\u0067\u0065";if _aedg .Data ==nil {return nil ,_eca .Error (_efgfb ,"\u0069\u006d\u0061\u0067e \u0064\u0061\u0074\u0061\u0020\u006e\u006f\u0074\u0020\u0064\u0065\u0066\u0069\u006ee\u0064"); -};if _aedg .Width ==0||_aedg .Height ==0{return nil ,_eca .Error (_efgfb ,"\u0069\u006d\u0061\u0067\u0065\u0020h\u0065\u0069\u0067\u0068\u0074\u0020\u006f\u0072\u0020\u0077\u0069\u0064\u0074h\u0020\u006e\u006f\u0074\u0020\u0064\u0065f\u0069\u006e\u0065\u0064"); -};_ddfb ,_bagcb :=_eeb .NewImage (_aedg .Width ,_aedg .Height ,1,1,_aedg .Data ,nil ,nil );if _bagcb !=nil {return nil ,_bagcb ;};return _ddfb ,nil ;}; - -// PdfObjectBool represents the primitive PDF boolean object. -type PdfObjectBool bool ; - -// Str returns the string value of the PdfObjectString. Defined in addition to String() function to clarify that -// this function returns the underlying string directly, whereas the String function technically could include -// debug info. -func (_efafb *PdfObjectString )Str ()string {return _efafb ._cbdg };func _fdae (_ggbe string )(PdfObjectReference ,error ){_adaa :=PdfObjectReference {};_cbg :=_fgaa .FindStringSubmatch (_ggbe );if len (_cbg )< 3{_eb .Log .Debug ("\u0045\u0072\u0072or\u0020\u0070\u0061\u0072\u0073\u0069\u006e\u0067\u0020\u0072\u0065\u0066\u0065\u0072\u0065\u006e\u0063\u0065"); -return _adaa ,_f .New ("\u0075n\u0061\u0062\u006c\u0065 \u0074\u006f\u0020\u0070\u0061r\u0073e\u0020r\u0065\u0066\u0065\u0072\u0065\u006e\u0063e");};_abcf ,_ :=_d .Atoi (_cbg [1]);_addff ,_ :=_d .Atoi (_cbg [2]);_adaa .ObjectNumber =int64 (_abcf );_adaa .GenerationNumber =int64 (_addff ); -return _adaa ,nil ;}; +// GetCrypter returns the PdfCrypt instance which has information about the PDFs encryption. +func (_gfdg *PdfParser )GetCrypter ()*PdfCrypt {return _gfdg ._bbaead };func (_abcb *PdfCrypt )makeKey (_febg string ,_bfaf ,_cge uint32 ,_ccaf []byte )([]byte ,error ){_aca ,_ggb :=_abcb ._ceaa [_febg ];if !_ggb {return nil ,_bf .Errorf ("\u0075n\u006b\u006e\u006f\u0077n\u0020\u0063\u0072\u0079\u0070t\u0020f\u0069l\u0074\u0065\u0072\u0020\u0028\u0025\u0073)",_febg ); +};return _aca .MakeKey (_bfaf ,_cge ,_ccaf );}; -// ResolveReference resolves reference if `o` is a *PdfObjectReference and returns the object referenced to. -// Otherwise returns back `o`. -func ResolveReference (obj PdfObject )PdfObject {if _cdaab ,_fbfge :=obj .(*PdfObjectReference );_fbfge {return _cdaab .Resolve ();};return obj ;}; +// GetBool returns the *PdfObjectBool object that is represented by a PdfObject directly or indirectly +// within an indirect object. The bool flag indicates whether a match was found. +func GetBool (obj PdfObject )(_cfcfe *PdfObjectBool ,_bdef bool ){_cfcfe ,_bdef =TraceToDirectObject (obj ).(*PdfObjectBool );return _cfcfe ,_bdef ;}; -// HasNonConformantStream implements core.ParserMetadata. -func (_fbc ParserMetadata )HasNonConformantStream ()bool {return _fbc ._caf }; +// PdfObjectReference represents the primitive PDF reference object. +type PdfObjectReference struct{_defda *PdfParser ;ObjectNumber int64 ;GenerationNumber int64 ;}; -// GetNumberAsFloat returns the contents of `obj` as a float if it is an integer or float, or an -// error if it isn't. -func GetNumberAsFloat (obj PdfObject )(float64 ,error ){switch _aebb :=obj .(type ){case *PdfObjectFloat :return float64 (*_aebb ),nil ;case *PdfObjectInteger :return float64 (*_aebb ),nil ;case *PdfObjectReference :_edgb :=TraceToDirectObject (obj );return GetNumberAsFloat (_edgb ); -case *PdfIndirectObject :return GetNumberAsFloat (_aebb .PdfObject );};return 0,ErrNotANumber ;}; +// Resolve resolves a PdfObject to direct object, looking up and resolving references as needed (unlike TraceToDirect). +func (_bgbgd *PdfParser )Resolve (obj PdfObject )(PdfObject ,error ){_cea ,_eee :=obj .(*PdfObjectReference );if !_eee {return obj ,nil ;};_dbbe :=_bgbgd .GetFileOffset ();defer func (){_bgbgd .SetFileOffset (_dbbe )}();_gca ,_agc :=_bgbgd .LookupByReference (*_cea ); +if _agc !=nil {return nil ,_agc ;};_egbc ,_da :=_gca .(*PdfIndirectObject );if !_da {return _gca ,nil ;};_gca =_egbc .PdfObject ;_ ,_eee =_gca .(*PdfObjectReference );if _eee {return _egbc ,_a .New ("\u006d\u0075lt\u0069\u0020\u0064e\u0070\u0074\u0068\u0020tra\u0063e \u0070\u006f\u0069\u006e\u0074\u0065\u0072 t\u006f\u0020\u0070\u006f\u0069\u006e\u0074e\u0072"); +};return _gca ,nil ;}; -// JBIG2EncoderSettings contains the parameters and settings used by the JBIG2Encoder. -// Current version works only on JB2Generic compression. -type JBIG2EncoderSettings struct{ +// Get returns the i-th element of the array or nil if out of bounds (by index). +func (_fefc *PdfObjectArray )Get (i int )PdfObject {if _fefc ==nil ||i >=len (_fefc ._cgef )||i < 0{return nil ;};return _fefc ._cgef [i ];}; -// FileMode defines if the jbig2 encoder should return full jbig2 file instead of -// shortened pdf mode. This adds the file header to the jbig2 definition. -FileMode bool ; +// PdfObjectName represents the primitive PDF name object. +type PdfObjectName string ; -// Compression is the setting that defines the compression type used for encoding the page. -Compression JBIG2CompressionType ; +// EncodeStream encodes the stream data using the encoded specified by the stream's dictionary. +func EncodeStream (streamObj *PdfObjectStream )error {_eg .Log .Trace ("\u0045\u006e\u0063\u006f\u0064\u0065\u0020\u0073\u0074\u0072\u0065\u0061\u006d");_adaa ,_bccf :=NewEncoderFromStream (streamObj );if _bccf !=nil {_eg .Log .Debug ("\u0053\u0074\u0072\u0065\u0061\u006d\u0020\u0064\u0065\u0063\u006fd\u0069\u006e\u0067\u0020\u0066\u0061\u0069\u006c\u0065\u0064:\u0020\u0025\u0076",_bccf ); +return _bccf ;};if _bgec ,_cafgf :=_adaa .(*LZWEncoder );_cafgf {_bgec .EarlyChange =0;streamObj .PdfObjectDictionary .Set ("E\u0061\u0072\u006c\u0079\u0043\u0068\u0061\u006e\u0067\u0065",MakeInteger (0));};_eg .Log .Trace ("\u0045\u006e\u0063\u006f\u0064\u0065\u0072\u003a\u0020\u0025\u002b\u0076\u000a",_adaa ); +_gffgg ,_bccf :=_adaa .EncodeBytes (streamObj .Stream );if _bccf !=nil {_eg .Log .Debug ("\u0053\u0074\u0072\u0065\u0061\u006d\u0020\u0065\u006e\u0063\u006fd\u0069\u006e\u0067\u0020\u0066\u0061\u0069\u006c\u0065\u0064:\u0020\u0025\u0076",_bccf );return _bccf ; +};streamObj .Stream =_gffgg ;streamObj .PdfObjectDictionary .Set ("\u004c\u0065\u006e\u0067\u0074\u0068",MakeInteger (int64 (len (_gffgg ))));return nil ;}; -// DuplicatedLinesRemoval code generic region in a way such that if the lines are duplicated the encoder -// doesn't store it twice. -DuplicatedLinesRemoval bool ; +// ParserMetadata is the parser based metadata information about document. +// The data here could be used on document verification. +type ParserMetadata struct{_bcc int ;_bgaf bool ;_bfe [4]byte ;_bcd bool ;_cagf bool ;_bbgc bool ;_adc bool ;_dcb bool ;_aad bool ;}; -// DefaultPixelValue is the bit value initial for every pixel in the page. -DefaultPixelValue uint8 ; +// String returns the state of the bool as "true" or "false". +func (_begfc *PdfObjectBool )String ()string {if *_begfc {return "\u0074\u0072\u0075\u0065";};return "\u0066\u0061\u006cs\u0065";}; -// ResolutionX optional setting that defines the 'x' axis input image resolution - used for single page encoding. -ResolutionX int ; +// DecodeStream decodes a LZW encoded stream and returns the result as a +// slice of bytes. +func (_ggeb *LZWEncoder )DecodeStream (streamObj *PdfObjectStream )([]byte ,error ){_eg .Log .Trace ("\u004c\u005a\u0057 \u0044\u0065\u0063\u006f\u0064\u0069\u006e\u0067");_eg .Log .Trace ("\u0050\u0072\u0065\u0064\u0069\u0063\u0074\u006f\u0072\u003a\u0020\u0025\u0064",_ggeb .Predictor ); +_gdgf ,_ffcf :=_ggeb .DecodeBytes (streamObj .Stream );if _ffcf !=nil {return nil ,_ffcf ;};_eg .Log .Trace ("\u0020\u0049\u004e\u003a\u0020\u0028\u0025\u0064\u0029\u0020\u0025\u0020\u0078",len (streamObj .Stream ),streamObj .Stream );_eg .Log .Trace ("\u004f\u0055\u0054\u003a\u0020\u0028\u0025\u0064\u0029\u0020\u0025\u0020\u0078",len (_gdgf ),_gdgf ); +if _ggeb .Predictor > 1{if _ggeb .Predictor ==2{_eg .Log .Trace ("\u0054\u0069\u0066\u0066\u0020\u0065\u006e\u0063\u006f\u0064\u0069\u006e\u0067");_afgb :=_ggeb .Columns *_ggeb .Colors ;if _afgb < 1{return []byte {},nil ;};_gcfa :=len (_gdgf )/_afgb ;if len (_gdgf )%_afgb !=0{_eg .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020T\u0049\u0046\u0046 \u0065\u006e\u0063\u006fd\u0069\u006e\u0067\u003a\u0020\u0049\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0072\u006f\u0077\u0020\u006c\u0065\u006e\u0067\u0074\u0068\u002e\u002e\u002e"); +return nil ,_bf .Errorf ("\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0072\u006f\u0077 \u006c\u0065\u006e\u0067\u0074\u0068\u0020\u0028\u0025\u0064/\u0025\u0064\u0029",len (_gdgf ),_afgb );};if _afgb %_ggeb .Colors !=0{return nil ,_bf .Errorf ("\u0069\u006ev\u0061\u006c\u0069\u0064 \u0072\u006fw\u0020\u006c\u0065\u006e\u0067\u0074\u0068\u0020(\u0025\u0064\u0029\u0020\u0066\u006f\u0072\u0020\u0063\u006f\u006c\u006fr\u0073\u0020\u0025\u0064",_afgb ,_ggeb .Colors ); +};if _afgb > len (_gdgf ){_eg .Log .Debug ("\u0052\u006fw\u0020\u006c\u0065\u006e\u0067t\u0068\u0020\u0063\u0061\u006en\u006f\u0074\u0020\u0062\u0065\u0020\u006c\u006f\u006e\u0067\u0065\u0072\u0020\u0074\u0068\u0061\u006e\u0020\u0064\u0061\u0074\u0061\u0020\u006c\u0065\u006e\u0067\u0074\u0068\u0020\u0028\u0025\u0064\u002f\u0025\u0064\u0029",_afgb ,len (_gdgf )); +return nil ,_a .New ("\u0072\u0061\u006e\u0067\u0065\u0020\u0063\u0068\u0065\u0063\u006b\u0020e\u0072\u0072\u006f\u0072");};_eg .Log .Trace ("i\u006e\u0070\u0020\u006fut\u0044a\u0074\u0061\u0020\u0028\u0025d\u0029\u003a\u0020\u0025\u0020\u0078",len (_gdgf ),_gdgf ); +_ccbf :=_bd .NewBuffer (nil );for _bbbf :=0;_bbbf < _gcfa ;_bbbf ++{_fcdd :=_gdgf [_afgb *_bbbf :_afgb *(_bbbf +1)];for _effd :=_ggeb .Colors ;_effd < _afgb ;_effd ++{_fcdd [_effd ]=byte (int (_fcdd [_effd ]+_fcdd [_effd -_ggeb .Colors ])%256);};_ccbf .Write (_fcdd ); +};_cbda :=_ccbf .Bytes ();_eg .Log .Trace ("\u0050O\u0075t\u0044\u0061\u0074\u0061\u0020(\u0025\u0064)\u003a\u0020\u0025\u0020\u0078",len (_cbda ),_cbda );return _cbda ,nil ;}else if _ggeb .Predictor >=10&&_ggeb .Predictor <=15{_eg .Log .Trace ("\u0050\u004e\u0047 \u0045\u006e\u0063\u006f\u0064\u0069\u006e\u0067"); +_efgb :=_ggeb .Columns *_ggeb .Colors +1;if _efgb < 1{return []byte {},nil ;};_fbeed :=len (_gdgf )/_efgb ;if len (_gdgf )%_efgb !=0{return nil ,_bf .Errorf ("\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0072\u006f\u0077 \u006c\u0065\u006e\u0067\u0074\u0068\u0020\u0028\u0025\u0064/\u0025\u0064\u0029",len (_gdgf ),_efgb ); +};if _efgb > len (_gdgf ){_eg .Log .Debug ("\u0052\u006fw\u0020\u006c\u0065\u006e\u0067t\u0068\u0020\u0063\u0061\u006en\u006f\u0074\u0020\u0062\u0065\u0020\u006c\u006f\u006e\u0067\u0065\u0072\u0020\u0074\u0068\u0061\u006e\u0020\u0064\u0061\u0074\u0061\u0020\u006c\u0065\u006e\u0067\u0074\u0068\u0020\u0028\u0025\u0064\u002f\u0025\u0064\u0029",_efgb ,len (_gdgf )); +return nil ,_a .New ("\u0072\u0061\u006e\u0067\u0065\u0020\u0063\u0068\u0065\u0063\u006b\u0020e\u0072\u0072\u006f\u0072");};_cggb :=_bd .NewBuffer (nil );_eg .Log .Trace ("P\u0072\u0065\u0064\u0069ct\u006fr\u0020\u0063\u006f\u006c\u0075m\u006e\u0073\u003a\u0020\u0025\u0064",_ggeb .Columns ); +_eg .Log .Trace ("\u004ce\u006e\u0067\u0074\u0068:\u0020\u0025\u0064\u0020\u002f \u0025d\u0020=\u0020\u0025\u0064\u0020\u0072\u006f\u0077s",len (_gdgf ),_efgb ,_fbeed );_ddfg :=make ([]byte ,_efgb );for _cbdb :=0;_cbdb < _efgb ;_cbdb ++{_ddfg [_cbdb ]=0; +};for _cafb :=0;_cafb < _fbeed ;_cafb ++{_gcagc :=_gdgf [_efgb *_cafb :_efgb *(_cafb +1)];_bccg :=_gcagc [0];switch _bccg {case 0:case 1:for _beabf :=2;_beabf < _efgb ;_beabf ++{_gcagc [_beabf ]=byte (int (_gcagc [_beabf ]+_gcagc [_beabf -1])%256);};case 2:for _ggdd :=1; +_ggdd < _efgb ;_ggdd ++{_gcagc [_ggdd ]=byte (int (_gcagc [_ggdd ]+_ddfg [_ggdd ])%256);};default:_eg .Log .Debug ("\u0045\u0052\u0052O\u0052\u003a\u0020\u0049n\u0076\u0061\u006c\u0069\u0064\u0020\u0066i\u006c\u0074\u0065\u0072\u0020\u0062\u0079\u0074\u0065\u0020\u0028\u0025\u0064\u0029",_bccg ); +return nil ,_bf .Errorf ("\u0069n\u0076\u0061\u006c\u0069\u0064\u0020\u0066\u0069\u006c\u0074\u0065r\u0020\u0062\u0079\u0074\u0065\u0020\u0028\u0025\u0064\u0029",_bccg );};for _fgac :=0;_fgac < _efgb ;_fgac ++{_ddfg [_fgac ]=_gcagc [_fgac ];};_cggb .Write (_gcagc [1:]); +};_ecb :=_cggb .Bytes ();return _ecb ,nil ;}else {_eg .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a \u0055\u006e\u0073\u0075\u0070\u0070\u006f\u0072\u0074\u0065\u0064\u0020\u0070r\u0065\u0064\u0069\u0063\u0074\u006f\u0072 \u0028\u0025\u0064\u0029",_ggeb .Predictor ); +return nil ,_bf .Errorf ("\u0075\u006e\u0073\u0075\u0070\u0070\u006f\u0072\u0074\u0065\u0064 \u0070\u0072\u0065\u0064\u0069\u0063\u0074\u006f\u0072\u0020(\u0025\u0064\u0029",_ggeb .Predictor );};};return _gdgf ,nil ;}; -// ResolutionY optional setting that defines the 'y' axis input image resolution - used for single page encoding. -ResolutionY int ; +// ReadAtLeast reads at least n bytes into slice p. +// Returns the number of bytes read (should always be == n), and an error on failure. +func (_bbdc *PdfParser )ReadAtLeast (p []byte ,n int )(int ,error ){_bgefd :=n ;_daaba :=0;_bbcg :=0;for _bgefd > 0{_ccd ,_aeb :=_bbdc ._dgca .Read (p [_daaba :]);if _aeb !=nil {_eg .Log .Debug ("\u0045\u0052\u0052O\u0052\u0020\u0046\u0061i\u006c\u0065\u0064\u0020\u0072\u0065\u0061d\u0069\u006e\u0067\u0020\u0028\u0025\u0064\u003b\u0025\u0064\u0029\u0020\u0025\u0073",_ccd ,_bbcg ,_aeb .Error ()); +return _daaba ,_a .New ("\u0066\u0061\u0069\u006c\u0065\u0064\u0020\u0072\u0065a\u0064\u0069\u006e\u0067");};_bbcg ++;_daaba +=_ccd ;_bgefd -=_ccd ;};return _daaba ,nil ;};var _bbec =_de .MustCompile ("\u005e\u005b\\\u002b\u002d\u002e\u005d*\u0028\u005b0\u002d\u0039\u002e\u005d\u002b\u0029\u005b\u0065E\u005d\u005b\u005c\u002b\u002d\u002e\u005d\u002a\u0028\u005b\u0030\u002d9\u002e\u005d\u002b\u0029"); +func _gggg (_ced *PdfObjectStream ,_acgae *PdfObjectDictionary )(*FlateEncoder ,error ){_eeee :=NewFlateEncoder ();_cad :=_ced .PdfObjectDictionary ;if _cad ==nil {return _eeee ,nil ;};_eeee ._dagb =_dfff (_cad );if _acgae ==nil {_gdcb :=TraceToDirectObject (_cad .Get ("D\u0065\u0063\u006f\u0064\u0065\u0050\u0061\u0072\u006d\u0073")); +switch _gabc :=_gdcb .(type ){case *PdfObjectArray :if _gabc .Len ()!=1{_eg .Log .Debug ("\u0045\u0072\u0072\u006f\u0072:\u0020\u0044\u0065\u0063\u006f\u0064\u0065\u0050\u0061\u0072\u006d\u0073\u0020a\u0072\u0072\u0061\u0079\u0020\u006c\u0065\u006e\u0067\u0074\u0068\u0020\u0021\u003d\u0020\u0031\u0020\u0028\u0025\u0064\u0029",_gabc .Len ()); +return nil ,_a .New ("\u0072\u0061\u006e\u0067\u0065\u0020\u0063\u0068\u0065\u0063\u006b\u0020e\u0072\u0072\u006f\u0072");};if _fadb ,_edbe :=GetDict (_gabc .Get (0));_edbe {_acgae =_fadb ;};case *PdfObjectDictionary :_acgae =_gabc ;case *PdfObjectNull ,nil :default:_eg .Log .Debug ("E\u0072\u0072\u006f\u0072\u003a\u0020\u0044\u0065\u0063\u006f\u0064\u0065\u0050\u0061\u0072\u006d\u0073\u0020n\u006f\u0074\u0020\u0061\u0020\u0064\u0069\u0063\u0074\u0069on\u0061\u0072\u0079 \u0028%\u0054\u0029",_gdcb ); +return nil ,_bf .Errorf ("\u0069\u006e\u0076\u0061li\u0064\u0020\u0044\u0065\u0063\u006f\u0064\u0065\u0050\u0061\u0072\u006d\u0073");};};if _acgae ==nil {return _eeee ,nil ;};_eg .Log .Trace ("\u0064\u0065\u0063\u006f\u0064\u0065\u0020\u0070\u0061\u0072\u0061\u006ds\u003a\u0020\u0025\u0073",_acgae .String ()); +_dda :=_acgae .Get ("\u0050r\u0065\u0064\u0069\u0063\u0074\u006fr");if _dda ==nil {_eg .Log .Debug ("E\u0072\u0072o\u0072\u003a\u0020\u0050\u0072\u0065\u0064\u0069\u0063\u0074\u006f\u0072\u0020\u006d\u0069\u0073\u0073\u0069\u006e\u0067 \u0066\u0072\u006f\u006d\u0020\u0044\u0065\u0063\u006f\u0064\u0065\u0050\u0061\u0072\u006d\u0073 \u002d\u0020\u0043\u006f\u006e\u0074\u0069\u006e\u0075\u0065\u0020\u0077\u0069t\u0068\u0020\u0064\u0065\u0066\u0061\u0075\u006c\u0074\u0020\u00281\u0029"); +}else {_fdd ,_gbc :=_dda .(*PdfObjectInteger );if !_gbc {_eg .Log .Debug ("E\u0072\u0072\u006f\u0072\u003a\u0020\u0050\u0072\u0065d\u0069\u0063\u0074\u006f\u0072\u0020\u0073pe\u0063\u0069\u0066\u0069e\u0064\u0020\u0062\u0075\u0074\u0020\u006e\u006f\u0074 n\u0075\u006de\u0072\u0069\u0063\u0020\u0028\u0025\u0054\u0029",_dda ); +return nil ,_bf .Errorf ("\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0050\u0072\u0065\u0064i\u0063\u0074\u006f\u0072");};_eeee .Predictor =int (*_fdd );};_dda =_acgae .Get ("\u0042\u0069t\u0073\u0050\u0065r\u0043\u006f\u006d\u0070\u006f\u006e\u0065\u006e\u0074"); +if _dda !=nil {_fbe ,_ggdf :=_dda .(*PdfObjectInteger );if !_ggdf {_eg .Log .Debug ("\u0045\u0052\u0052O\u0052\u003a\u0020\u0049n\u0076\u0061\u006c\u0069\u0064\u0020\u0042i\u0074\u0073\u0050\u0065\u0072\u0043\u006f\u006d\u0070\u006f\u006e\u0065\u006e\u0074"); +return nil ,_bf .Errorf ("\u0069n\u0076\u0061\u006c\u0069\u0064\u0020\u0042\u0069\u0074\u0073\u0050e\u0072\u0043\u006f\u006d\u0070\u006f\u006e\u0065\u006e\u0074");};_eeee .BitsPerComponent =int (*_fbe );if _eeee .BitsPerComponent !=_eeee ._dagb .BitsPerComponent {_eg .Log .Debug ("\u0057A\u0052\u004e\u0049\u004eG\u003a \u0042\u0069\u0074\u0073\u0050\u0065\u0072\u0043\u006fm\u0070\u006f\u006e\u0065\u006e\u0074\u0020\u006di\u0073\u006d\u0061\u0074\u0063\u0068\u0020\u0077\u0069\u0074\u0068 \u0069\u006d\u0061\u0067\u0065\u0020\u0028\u0025\u0064\u002f%\u0064\u0029\u002c\u0020\u0075\u0073\u0069\u006e\u0067\u0020\u0042\u0069\u0074\u0073\u0050\u0065\u0072\u0043\u006fm\u0070\u006f\u006e\u0065\u006e\u0074\u0020\u0066\u0072\u006f\u006d\u0020i\u006da\u0067\u0065",_eeee .BitsPerComponent ,_eeee ._dagb .BitsPerComponent ); +_eeee .BitsPerComponent =_eeee ._dagb .BitsPerComponent ;};};if _eeee .Predictor > 1{_eeee .Columns =1;_dda =_acgae .Get ("\u0043o\u006c\u0075\u006d\u006e\u0073");if _dda !=nil {_gacb ,_fbee :=_dda .(*PdfObjectInteger );if !_fbee {return nil ,_bf .Errorf ("\u0070r\u0065\u0064\u0069\u0063\u0074\u006f\u0072\u0020\u0063\u006f\u006cu\u006d\u006e\u0020\u0069\u006e\u0076\u0061\u006c\u0069\u0064"); +};_eeee .Columns =int (*_gacb );};_eeee .Colors =1;_dda =_acgae .Get ("\u0043\u006f\u006c\u006f\u0072\u0073");if _dda !=nil {_gffd ,_dcf :=_dda .(*PdfObjectInteger );if !_dcf {return nil ,_bf .Errorf ("\u0070\u0072\u0065d\u0069\u0063\u0074\u006fr\u0020\u0063\u006f\u006c\u006f\u0072\u0073 \u006e\u006f\u0074\u0020\u0061\u006e\u0020\u0069\u006e\u0074\u0065\u0067\u0065\u0072"); +};_eeee .Colors =int (*_gffd );};};return _eeee ,nil ;};func _fcb (_fee PdfObject )(int64 ,int64 ,error ){if _bge ,_ecd :=_fee .(*PdfIndirectObject );_ecd {return _bge .ObjectNumber ,_bge .GenerationNumber ,nil ;};if _eeg ,_gfc :=_fee .(*PdfObjectStream ); +_gfc {return _eeg .ObjectNumber ,_eeg .GenerationNumber ,nil ;};return 0,0,_a .New ("\u006e\u006ft\u0020\u0061\u006e\u0020\u0069\u006e\u0064\u0069\u0072\u0065\u0063\u0074\u002f\u0073\u0074\u0072\u0065\u0061\u006d\u0020\u006f\u0062je\u0063\u0074");};func _dbdc (_feaee PdfObject ,_dcfe int ,_ddcb map[PdfObject ]struct{})error {_eg .Log .Trace ("\u0054\u0072\u0061\u0076\u0065\u0072s\u0065\u0020\u006f\u0062\u006a\u0065\u0063\u0074\u0020\u0064\u0061\u0074\u0061 \u0028\u0064\u0065\u0070\u0074\u0068\u0020=\u0020\u0025\u0064\u0029",_dcfe ); +if _ ,_cgde :=_ddcb [_feaee ];_cgde {_eg .Log .Trace ("-\u0041\u006c\u0072\u0065ad\u0079 \u0074\u0072\u0061\u0076\u0065r\u0073\u0065\u0064\u002e\u002e\u002e");return nil ;};_ddcb [_feaee ]=struct{}{};switch _cbdca :=_feaee .(type ){case *PdfIndirectObject :_aaaeb :=_cbdca ; +_eg .Log .Trace ("\u0069\u006f\u003a\u0020\u0025\u0073",_aaaeb );_eg .Log .Trace ("\u002d\u0020\u0025\u0073",_aaaeb .PdfObject );return _dbdc (_aaaeb .PdfObject ,_dcfe +1,_ddcb );case *PdfObjectStream :_dcdc :=_cbdca ;return _dbdc (_dcdc .PdfObjectDictionary ,_dcfe +1,_ddcb ); +case *PdfObjectDictionary :_acbed :=_cbdca ;_eg .Log .Trace ("\u002d\u0020\u0064\u0069\u0063\u0074\u003a\u0020\u0025\u0073",_acbed );for _ ,_facc :=range _acbed .Keys (){_daegg :=_acbed .Get (_facc );if _effb ,_ggfgb :=_daegg .(*PdfObjectReference );_ggfgb {_adbc :=_effb .Resolve (); +_acbed .Set (_facc ,_adbc );_agbee :=_dbdc (_adbc ,_dcfe +1,_ddcb );if _agbee !=nil {return _agbee ;};}else {_gacc :=_dbdc (_daegg ,_dcfe +1,_ddcb );if _gacc !=nil {return _gacc ;};};};return nil ;case *PdfObjectArray :_bgcf :=_cbdca ;_eg .Log .Trace ("-\u0020\u0061\u0072\u0072\u0061\u0079\u003a\u0020\u0025\u0073",_bgcf ); +for _fdagee ,_ebefc :=range _bgcf .Elements (){if _fefcb ,_ffcc :=_ebefc .(*PdfObjectReference );_ffcc {_abgg :=_fefcb .Resolve ();_bgcf .Set (_fdagee ,_abgg );_dadbb :=_dbdc (_abgg ,_dcfe +1,_ddcb );if _dadbb !=nil {return _dadbb ;};}else {_becf :=_dbdc (_ebefc ,_dcfe +1,_ddcb ); +if _becf !=nil {return _becf ;};};};return nil ;case *PdfObjectReference :_eg .Log .Debug ("E\u0052\u0052\u004f\u0052\u003a\u0020T\u0072\u0061\u0063\u0069\u006e\u0067\u0020\u0061\u0020r\u0065\u0066\u0065r\u0065n\u0063\u0065\u0021");return _a .New ("\u0065r\u0072\u006f\u0072\u0020t\u0072\u0061\u0063\u0069\u006eg\u0020a\u0020r\u0065\u0066\u0065\u0072\u0065\u006e\u0063e"); +};return nil ;}; -// Threshold defines the threshold of the image correlation for -// non Generic compression. -// User only for JB2SymbolCorrelation and JB2SymbolRankHaus methods. -// Best results in range [0.7 - 0.98] - the less the better the compression would be -// but the more lossy. -// Default value: 0.95 -Threshold float64 ;}; +// NewASCII85Encoder makes a new ASCII85 encoder. +func NewASCII85Encoder ()*ASCII85Encoder {_fefa :=&ASCII85Encoder {};return _fefa }; -// DecodeBytes returns the passed in slice of bytes. -// The purpose of the method is to satisfy the StreamEncoder interface. -func (_cfcab *RawEncoder )DecodeBytes (encoded []byte )([]byte ,error ){return encoded ,nil }; \ No newline at end of file +// MakeDecodeParams makes a new instance of an encoding dictionary based on +// the current encoder settings. +func (_bgfg *LZWEncoder )MakeDecodeParams ()PdfObject {if _bgfg .Predictor > 1{_eecf :=MakeDict ();_eecf .Set ("\u0050r\u0065\u0064\u0069\u0063\u0074\u006fr",MakeInteger (int64 (_bgfg .Predictor )));if _bgfg .BitsPerComponent !=8{_eecf .Set ("\u0042\u0069t\u0073\u0050\u0065r\u0043\u006f\u006d\u0070\u006f\u006e\u0065\u006e\u0074",MakeInteger (int64 (_bgfg .BitsPerComponent ))); +};if _bgfg .Columns !=1{_eecf .Set ("\u0043o\u006c\u0075\u006d\u006e\u0073",MakeInteger (int64 (_bgfg .Columns )));};if _bgfg .Colors !=1{_eecf .Set ("\u0043\u006f\u006c\u006f\u0072\u0073",MakeInteger (int64 (_bgfg .Colors )));};return _eecf ;};return nil ; +};func _beab (_dbd _dg .Filter ,_defc _fc .AuthEvent )*PdfObjectDictionary {if _defc ==""{_defc =_fc .EventDocOpen ;};_gdc :=MakeDict ();_gdc .Set ("\u0054\u0079\u0070\u0065",MakeName ("C\u0072\u0079\u0070\u0074\u0046\u0069\u006c\u0074\u0065\u0072"));_gdc .Set ("\u0041u\u0074\u0068\u0045\u0076\u0065\u006et",MakeName (string (_defc ))); +_gdc .Set ("\u0043\u0046\u004d",MakeName (_dbd .Name ()));_gdc .Set ("\u004c\u0065\u006e\u0067\u0074\u0068",MakeInteger (int64 (_dbd .KeyLength ())));return _gdc ;}; \ No newline at end of file diff --git a/core/security/crypt/crypt.go b/core/security/crypt/crypt.go index eb7fe4d7b..9d12249d3 100644 --- a/core/security/crypt/crypt.go +++ b/core/security/crypt/crypt.go @@ -9,71 +9,63 @@ // Use of this source code is governed by the UniDoc End User License Agreement // terms that can be accessed at https://unidoc.io/eula/ -package crypt ;import (_g "crypto/aes";_abd "crypto/cipher";_b "crypto/md5";_d "crypto/rand";_ab "crypto/rc4";_a "fmt";_fa "github.com/unidoc/unipdf/v3/common";_ag "github.com/unidoc/unipdf/v3/core/security";_f "io";);func init (){_aba ("\u0041\u0045\u0053V\u0032",_ee )}; -func _bgb (_gd FilterDict )(Filter ,error ){if _gd .Length %8!=0{return nil ,_a .Errorf ("\u0063\u0072\u0079p\u0074\u0020\u0066\u0069\u006c\u0074\u0065\u0072\u0020\u006c\u0065\u006e\u0067\u0074\u0068\u0020\u006e\u006f\u0074\u0020\u006d\u0075\u006c\u0074\u0069\u0070\u006c\u0065\u0020o\u0066\u0020\u0038\u0020\u0028\u0025\u0064\u0029",_gd .Length ); -};if _gd .Length < 5||_gd .Length > 16{if _gd .Length ==40||_gd .Length ==64||_gd .Length ==128{_fa .Log .Debug ("\u0053\u0054\u0041\u004e\u0044AR\u0044\u0020V\u0049\u004f\u004c\u0041\u0054\u0049\u004f\u004e\u003a\u0020\u0043\u0072\u0079\u0070\u0074\u0020\u004c\u0065\u006e\u0067\u0074\u0068\u0020\u0061\u0070\u0070\u0065\u0061\u0072s\u0020\u0074\u006f \u0062\u0065\u0020\u0069\u006e\u0020\u0062\u0069\u0074\u0073\u0020\u0072\u0061t\u0068\u0065\u0072\u0020\u0074h\u0061\u006e\u0020\u0062\u0079\u0074\u0065\u0073\u0020-\u0020\u0061s\u0073u\u006d\u0069\u006e\u0067\u0020\u0062\u0069t\u0073\u0020\u0028\u0025\u0064\u0029",_gd .Length ); -_gd .Length /=8;}else {return nil ,_a .Errorf ("\u0063\u0072\u0079\u0070\u0074\u0020\u0066\u0069\u006c\u0074\u0065\u0072\u0020\u006c\u0065\u006e\u0067\u0074h\u0020\u006e\u006f\u0074\u0020\u0069\u006e \u0072\u0061\u006e\u0067\u0065\u0020\u0034\u0030\u0020\u002d\u00201\u0032\u0038\u0020\u0062\u0069\u0074\u0020\u0028\u0025\u0064\u0029",_gd .Length ); -};};return filterV2 {_ea :_gd .Length },nil ;}; +package crypt ;import (_c "crypto/aes";_cc "crypto/cipher";_dd "crypto/md5";_ad "crypto/rand";_d "crypto/rc4";_e "fmt";_g "github.com/unidoc/unipdf/v3/common";_b "github.com/unidoc/unipdf/v3/core/security";_f "io";);func init (){_abe ("\u0041\u0045\u0053V\u0032",_bg )}; -// EncryptBytes implements Filter interface. -func (filterV2 )EncryptBytes (buf []byte ,okey []byte )([]byte ,error ){_gg ,_aga :=_ab .NewCipher (okey );if _aga !=nil {return nil ,_aga ;};_fa .Log .Trace ("\u0052\u00434\u0020\u0045\u006ec\u0072\u0079\u0070\u0074\u003a\u0020\u0025\u0020\u0078",buf ); -_gg .XORKeyStream (buf ,buf );_fa .Log .Trace ("\u0074o\u003a\u0020\u0025\u0020\u0078",buf );return buf ,nil ;}; -// NewFilterV2 creates a RC4-based filter with a specified key length (in bytes). -func NewFilterV2 (length int )Filter {_fed ,_gcb :=_bgb (FilterDict {Length :length });if _gcb !=nil {_fa .Log .Error ("E\u0052\u0052\u004f\u0052\u003a\u0020\u0063\u006f\u0075l\u0064\u0020\u006e\u006f\u0074\u0020\u0063re\u0061\u0074\u0065\u0020R\u0043\u0034\u0020\u0056\u0032\u0020\u0063\u0072\u0079pt\u0020\u0066i\u006c\u0074\u0065\u0072\u003a\u0020\u0025\u0076",_gcb ); -return filterV2 {_ea :length };};return _fed ;}; +// NewIdentity creates an identity filter that bypasses all data without changes. +func NewIdentity ()Filter {return filterIdentity {}}; -// Name implements Filter interface. -func (filterAESV2 )Name ()string {return "\u0041\u0045\u0053V\u0032"};func _abf (_dd FilterDict )(Filter ,error ){if _dd .Length ==256{_fa .Log .Debug ("\u0041\u0045S\u0056\u0033\u0020c\u0072\u0079\u0070\u0074\u0020f\u0069\u006c\u0074\u0065\u0072 l\u0065\u006e\u0067\u0074\u0068\u0020\u0061\u0070\u0070\u0065\u0061\u0072\u0073\u0020\u0074\u006f\u0020\u0062e\u0020i\u006e\u0020\u0062\u0069\u0074\u0073 ra\u0074\u0068\u0065\u0072\u0020\u0074\u0068\u0061\u006e\u0020\u0062\u0079te\u0073 \u002d\u0020\u0061\u0073s\u0075m\u0069n\u0067\u0020b\u0069\u0074s \u0028\u0025\u0064\u0029",_dd .Length ); -_dd .Length /=8;};if _dd .Length !=0&&_dd .Length !=32{return nil ,_a .Errorf ("\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0041\u0045\u0053\u0056\u0033\u0020\u0063\u0072\u0079\u0070\u0074\u0020\u0066\u0069\u006c\u0074e\u0072\u0020\u006c\u0065\u006eg\u0074\u0068 \u0028\u0025\u0064\u0029",_dd .Length ); -};return filterAESV3 {},nil ;}; +// NewFilter creates CryptFilter from a corresponding dictionary. +func NewFilter (d FilterDict )(Filter ,error ){_fad ,_dgb :=_ga (d .CFM );if _dgb !=nil {return nil ,_dgb ;};_gdg ,_dgb :=_fad (d );if _dgb !=nil {return nil ,_dgb ;};return _gdg ,nil ;};func (filterIdentity )Name ()string {return "\u0049\u0064\u0065\u006e\u0074\u0069\u0074\u0079"}; +var _ Filter =filterAESV2 {};type filterV2 struct{_debd int };var _ Filter =filterV2 {}; -// KeyLength implements Filter interface. -func (filterAESV3 )KeyLength ()int {return 256/8}; +// MakeKey implements Filter interface. +func (filterAESV3 )MakeKey (_ ,_ uint32 ,ekey []byte )([]byte ,error ){return ekey ,nil };type filterIdentity struct{}; // Name implements Filter interface. -func (filterV2 )Name ()string {return "\u0056\u0032"};type filterAESV3 struct{filterAES };func (filterAES )EncryptBytes (buf []byte ,okey []byte )([]byte ,error ){_de ,_fe :=_g .NewCipher (okey );if _fe !=nil {return nil ,_fe ;};_fa .Log .Trace ("A\u0045\u0053\u0020\u0045nc\u0072y\u0070\u0074\u0020\u0028\u0025d\u0029\u003a\u0020\u0025\u0020\u0078",len (buf ),buf ); -const _eg =_g .BlockSize ;_fee :=_eg -len (buf )%_eg ;for _cge :=0;_cge < _fee ;_cge ++{buf =append (buf ,byte (_fee ));};_fa .Log .Trace ("\u0050a\u0064d\u0065\u0064\u0020\u0074\u006f \u0025\u0064 \u0062\u0079\u0074\u0065\u0073",len (buf ));_fg :=make ([]byte ,_eg +len (buf )); -_df :=_fg [:_eg ];if _ ,_ad :=_f .ReadFull (_d .Reader ,_df );_ad !=nil {return nil ,_ad ;};_db :=_abd .NewCBCEncrypter (_de ,_df );_db .CryptBlocks (_fg [_eg :],buf );buf =_fg ;_fa .Log .Trace ("\u0074\u006f\u0020(\u0025\u0064\u0029\u003a\u0020\u0025\u0020\u0078",len (buf ),buf ); -return buf ,nil ;};func init (){_aba ("\u0041\u0045\u0053V\u0033",_abf )}; - -// NewFilterAESV2 creates an AES-based filter with a 128 bit key (AESV2). -func NewFilterAESV2 ()Filter {_ef ,_da :=_ee (FilterDict {});if _da !=nil {_fa .Log .Error ("E\u0052\u0052\u004f\u0052\u003a\u0020\u0063\u006f\u0075l\u0064\u0020\u006e\u006f\u0074\u0020\u0063re\u0061\u0074\u0065\u0020A\u0045\u0053\u0020\u0056\u0032\u0020\u0063\u0072\u0079pt\u0020\u0066i\u006c\u0074\u0065\u0072\u003a\u0020\u0025\u0076",_da ); -return filterAESV2 {};};return _ef ;}; - -// KeyLength implements Filter interface. -func (filterAESV2 )KeyLength ()int {return 128/8}; +func (filterAESV2 )Name ()string {return "\u0041\u0045\u0053V\u0032"};func init (){_abe ("\u0041\u0045\u0053V\u0033",_ac )}; // HandlerVersion implements Filter interface. -func (filterAESV3 )HandlerVersion ()(V ,R int ){V ,R =5,6;return ;};type filterIdentity struct{}; +func (filterAESV2 )HandlerVersion ()(V ,R int ){V ,R =4,4;return ;}; -// PDFVersion implements Filter interface. -func (_deb filterV2 )PDFVersion ()[2]int {return [2]int {}};func (filterIdentity )EncryptBytes (p []byte ,okey []byte )([]byte ,error ){return p ,nil }; +// NewFilterV2 creates a RC4-based filter with a specified key length (in bytes). +func NewFilterV2 (length int )Filter {_bdf ,_deb :=_cgb (FilterDict {Length :length });if _deb !=nil {_g .Log .Error ("E\u0052\u0052\u004f\u0052\u003a\u0020\u0063\u006f\u0075l\u0064\u0020\u006e\u006f\u0074\u0020\u0063re\u0061\u0074\u0065\u0020R\u0043\u0034\u0020\u0056\u0032\u0020\u0063\u0072\u0079pt\u0020\u0066i\u006c\u0074\u0065\u0072\u003a\u0020\u0025\u0076",_deb ); +return filterV2 {_debd :length };};return _bdf ;}; -// FilterDict represents information from a CryptFilter dictionary. -type FilterDict struct{CFM string ;AuthEvent _ag .AuthEvent ;Length int ;};var (_egf =make (map[string ]filterFunc );); +// Name implements Filter interface. +func (filterAESV3 )Name ()string {return "\u0041\u0045\u0053V\u0033"};type filterAES struct{};type filterFunc func (_bcad FilterDict )(Filter ,error ); -// MakeKey implements Filter interface. -func (filterAESV3 )MakeKey (_ ,_ uint32 ,ekey []byte )([]byte ,error ){return ekey ,nil }; +// EncryptBytes implements Filter interface. +func (filterV2 )EncryptBytes (buf []byte ,okey []byte )([]byte ,error ){_feeg ,_aa :=_d .NewCipher (okey );if _aa !=nil {return nil ,_aa ;};_g .Log .Trace ("\u0052\u00434\u0020\u0045\u006ec\u0072\u0079\u0070\u0074\u003a\u0020\u0025\u0020\u0078",buf );_feeg .XORKeyStream (buf ,buf ); +_g .Log .Trace ("\u0074o\u003a\u0020\u0025\u0020\u0078",buf );return buf ,nil ;}; + +// NewFilterAESV2 creates an AES-based filter with a 128 bit key (AESV2). +func NewFilterAESV2 ()Filter {_ba ,_ee :=_bg (FilterDict {});if _ee !=nil {_g .Log .Error ("E\u0052\u0052\u004f\u0052\u003a\u0020\u0063\u006f\u0075l\u0064\u0020\u006e\u006f\u0074\u0020\u0063re\u0061\u0074\u0065\u0020A\u0045\u0053\u0020\u0056\u0032\u0020\u0063\u0072\u0079pt\u0020\u0066i\u006c\u0074\u0065\u0072\u003a\u0020\u0025\u0076",_ee ); +return filterAESV2 {};};return _ba ;};func _bg (_fe FilterDict )(Filter ,error ){if _fe .Length ==128{_g .Log .Debug ("\u0041\u0045S\u0056\u0032\u0020c\u0072\u0079\u0070\u0074\u0020f\u0069\u006c\u0074\u0065\u0072 l\u0065\u006e\u0067\u0074\u0068\u0020\u0061\u0070\u0070\u0065\u0061\u0072\u0073\u0020\u0074\u006f\u0020\u0062e\u0020i\u006e\u0020\u0062\u0069\u0074\u0073 ra\u0074\u0068\u0065\u0072\u0020\u0074\u0068\u0061\u006e\u0020\u0062\u0079te\u0073 \u002d\u0020\u0061\u0073s\u0075m\u0069n\u0067\u0020b\u0069\u0074s \u0028\u0025\u0064\u0029",_fe .Length ); +_fe .Length /=8;};if _fe .Length !=0&&_fe .Length !=16{return nil ,_e .Errorf ("\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0041\u0045\u0053\u0056\u0032\u0020\u0063\u0072\u0079\u0070\u0074\u0020\u0066\u0069\u006c\u0074e\u0072\u0020\u006c\u0065\u006eg\u0074\u0068 \u0028\u0025\u0064\u0029",_fe .Length ); +};return filterAESV2 {},nil ;}; // KeyLength implements Filter interface. -func (_agf filterV2 )KeyLength ()int {return _agf ._ea }; +func (filterAESV2 )KeyLength ()int {return 128/8};func (filterIdentity )DecryptBytes (p []byte ,okey []byte )([]byte ,error ){return p ,nil };func (filterIdentity )PDFVersion ()[2]int {return [2]int {}};var (_ab =make (map[string ]filterFunc ););func init (){_abe ("\u0056\u0032",_cgb )}; +func _cd (_bc ,_gda uint32 ,_ge []byte ,_db bool )([]byte ,error ){_cdc :=make ([]byte ,len (_ge )+5);copy (_cdc ,_ge );for _age :=0;_age < 3;_age ++{_fb :=byte ((_bc >>uint32 (8*_age ))&0xff);_cdc [_age +len (_ge )]=_fb ;};for _bdd :=0;_bdd < 2;_bdd ++{_bga :=byte ((_gda >>uint32 (8*_bdd ))&0xff); +_cdc [_bdd +len (_ge )+3]=_bga ;};if _db {_cdc =append (_cdc ,0x73);_cdc =append (_cdc ,0x41);_cdc =append (_cdc ,0x6C);_cdc =append (_cdc ,0x54);};_fbg :=_dd .New ();_fbg .Write (_cdc );_bb :=_fbg .Sum (nil );if len (_ge )+5< 16{return _bb [0:len (_ge )+5],nil ; +};return _bb ,nil ;};func (filterAES )DecryptBytes (buf []byte ,okey []byte )([]byte ,error ){_bfc ,_bd :=_c .NewCipher (okey );if _bd !=nil {return nil ,_bd ;};if len (buf )< 16{_g .Log .Debug ("\u0045R\u0052\u004f\u0052\u0020\u0041\u0045\u0053\u0020\u0069\u006e\u0076a\u006c\u0069\u0064\u0020\u0062\u0075\u0066\u0020\u0025\u0073",buf ); +return buf ,_e .Errorf ("\u0041\u0045\u0053\u003a B\u0075\u0066\u0020\u006c\u0065\u006e\u0020\u003c\u0020\u0031\u0036\u0020\u0028\u0025d\u0029",len (buf ));};_cg :=buf [:16];buf =buf [16:];if len (buf )%16!=0{_g .Log .Debug ("\u0020\u0069\u0076\u0020\u0028\u0025\u0064\u0029\u003a\u0020\u0025\u0020\u0078",len (_cg ),_cg ); +_g .Log .Debug ("\u0062\u0075\u0066\u0020\u0028\u0025\u0064\u0029\u003a\u0020\u0025\u0020\u0078",len (buf ),buf );return buf ,_e .Errorf ("\u0041\u0045\u0053\u0020\u0062\u0075\u0066\u0020\u006c\u0065\u006e\u0067\u0074\u0068\u0020\u006e\u006f\u0074\u0020\u006d\u0075\u006c\u0074\u0069p\u006c\u0065\u0020\u006f\u0066 \u0031\u0036 \u0028\u0025\u0064\u0029",len (buf )); +};_bfg :=_cc .NewCBCDecrypter (_bfc ,_cg );_g .Log .Trace ("A\u0045\u0053\u0020\u0044ec\u0072y\u0070\u0074\u0020\u0028\u0025d\u0029\u003a\u0020\u0025\u0020\u0078",len (buf ),buf );_g .Log .Trace ("\u0063\u0068\u006f\u0070\u0020\u0041\u0045\u0053\u0020\u0044\u0065c\u0072\u0079\u0070\u0074\u0020\u0028\u0025\u0064\u0029\u003a \u0025\u0020\u0078",len (buf ),buf ); +_bfg .CryptBlocks (buf ,buf );_g .Log .Trace ("\u0074\u006f\u0020(\u0025\u0064\u0029\u003a\u0020\u0025\u0020\u0078",len (buf ),buf );if len (buf )==0{_g .Log .Trace ("\u0045\u006d\u0070\u0074\u0079\u0020b\u0075\u0066\u002c\u0020\u0072\u0065\u0074\u0075\u0072\u006e\u0069\u006e\u0067 \u0065\u006d\u0070\u0074\u0079\u0020\u0073t\u0072\u0069\u006e\u0067"); +return buf ,nil ;};_bgd :=int (buf [len (buf )-1]);if _bgd > len (buf ){_g .Log .Debug ("\u0049\u006c\u006c\u0065g\u0061\u006c\u0020\u0070\u0061\u0064\u0020\u006c\u0065\u006eg\u0074h\u0020\u0028\u0025\u0064\u0020\u003e\u0020%\u0064\u0029",_bgd ,len (buf )); +return buf ,_e .Errorf ("\u0069n\u0076a\u006c\u0069\u0064\u0020\u0070a\u0064\u0020l\u0065\u006e\u0067\u0074\u0068");};buf =buf [:len (buf )-_bgd ];return buf ,nil ;};func (filterIdentity )MakeKey (objNum ,genNum uint32 ,fkey []byte )([]byte ,error ){return fkey ,nil }; -// Name implements Filter interface. -func (filterAESV3 )Name ()string {return "\u0041\u0045\u0053V\u0033"};type filterAESV2 struct{filterAES };func init (){_aba ("\u0056\u0032",_bgb )}; -// NewFilter creates CryptFilter from a corresponding dictionary. -func NewFilter (d FilterDict )(Filter ,error ){_afd ,_aae :=_ded (d .CFM );if _aae !=nil {return nil ,_aae ;};_cdf ,_aae :=_afd (d );if _aae !=nil {return nil ,_aae ;};return _cdf ,nil ;};func _aba (_edg string ,_gdb filterFunc ){if _ ,_geg :=_egf [_edg ]; -_geg {panic ("\u0061l\u0072e\u0061\u0064\u0079\u0020\u0072e\u0067\u0069s\u0074\u0065\u0072\u0065\u0064");};_egf [_edg ]=_gdb ;};func _ee (_bb FilterDict )(Filter ,error ){if _bb .Length ==128{_fa .Log .Debug ("\u0041\u0045S\u0056\u0032\u0020c\u0072\u0079\u0070\u0074\u0020f\u0069\u006c\u0074\u0065\u0072 l\u0065\u006e\u0067\u0074\u0068\u0020\u0061\u0070\u0070\u0065\u0061\u0072\u0073\u0020\u0074\u006f\u0020\u0062e\u0020i\u006e\u0020\u0062\u0069\u0074\u0073 ra\u0074\u0068\u0065\u0072\u0020\u0074\u0068\u0061\u006e\u0020\u0062\u0079te\u0073 \u002d\u0020\u0061\u0073s\u0075m\u0069n\u0067\u0020b\u0069\u0074s \u0028\u0025\u0064\u0029",_bb .Length ); -_bb .Length /=8;};if _bb .Length !=0&&_bb .Length !=16{return nil ,_a .Errorf ("\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0041\u0045\u0053\u0056\u0032\u0020\u0063\u0072\u0079\u0070\u0074\u0020\u0066\u0069\u006c\u0074e\u0072\u0020\u006c\u0065\u006eg\u0074\u0068 \u0028\u0025\u0064\u0029",_bb .Length ); -};return filterAESV2 {},nil ;};func (filterIdentity )KeyLength ()int {return 0};type filterFunc func (_bag FilterDict )(Filter ,error ); +// PDFVersion implements Filter interface. +func (filterAESV3 )PDFVersion ()[2]int {return [2]int {2,0}};func (filterAES )EncryptBytes (buf []byte ,okey []byte )([]byte ,error ){_gd ,_da :=_c .NewCipher (okey );if _da !=nil {return nil ,_da ;};_g .Log .Trace ("A\u0045\u0053\u0020\u0045nc\u0072y\u0070\u0074\u0020\u0028\u0025d\u0029\u003a\u0020\u0025\u0020\u0078",len (buf ),buf ); +const _ae =_c .BlockSize ;_bf :=_ae -len (buf )%_ae ;for _ca :=0;_ca < _bf ;_ca ++{buf =append (buf ,byte (_bf ));};_g .Log .Trace ("\u0050a\u0064d\u0065\u0064\u0020\u0074\u006f \u0025\u0064 \u0062\u0079\u0074\u0065\u0073",len (buf ));_fc :=make ([]byte ,_ae +len (buf )); +_ebg :=_fc [:_ae ];if _ ,_gf :=_f .ReadFull (_ad .Reader ,_ebg );_gf !=nil {return nil ,_gf ;};_bae :=_cc .NewCBCEncrypter (_gd ,_ebg );_bae .CryptBlocks (_fc [_ae :],buf );buf =_fc ;_g .Log .Trace ("\u0074\u006f\u0020(\u0025\u0064\u0029\u003a\u0020\u0025\u0020\u0078",len (buf ),buf ); +return buf ,nil ;};func (filterIdentity )HandlerVersion ()(V ,R int ){return ;}; // HandlerVersion implements Filter interface. -func (_ba filterV2 )HandlerVersion ()(V ,R int ){V ,R =2,3;return ;}; - -// MakeKey implements Filter interface. -func (_af filterV2 )MakeKey (objNum ,genNum uint32 ,ekey []byte )([]byte ,error ){return _bc (objNum ,genNum ,ekey ,false );};func _ded (_afe string )(filterFunc ,error ){_faf :=_egf [_afe ];if _faf ==nil {return nil ,_a .Errorf ("\u0075\u006e\u0073\u0075p\u0070\u006f\u0072\u0074\u0065\u0064\u0020\u0063\u0072\u0079p\u0074 \u0066\u0069\u006c\u0074\u0065\u0072\u003a \u0025\u0071",_afe ); -};return _faf ,nil ;};var _ Filter =filterAESV2 {}; +func (filterAESV3 )HandlerVersion ()(V ,R int ){V ,R =5,6;return ;}; // Filter is a common interface for crypt filter methods. type Filter interface{ @@ -92,45 +84,54 @@ HandlerVersion ()(V ,R int ); // MakeKey generates a object encryption key based on file encryption key and object numbers. // Used only for legacy filters - AESV3 doesn't change the key for each object. -MakeKey (_gf ,_ega uint32 ,_bbd []byte )([]byte ,error ); +MakeKey (_aad ,_bad uint32 ,_gea []byte )([]byte ,error ); // EncryptBytes encrypts a buffer using object encryption key, as returned by MakeKey. // Implementation may reuse a buffer and encrypt data in-place. -EncryptBytes (_eab []byte ,_gee []byte )([]byte ,error ); +EncryptBytes (_bac []byte ,_abd []byte )([]byte ,error ); // DecryptBytes decrypts a buffer using object encryption key, as returned by MakeKey. // Implementation may reuse a buffer and decrypt data in-place. -DecryptBytes (_agc []byte ,_deg []byte )([]byte ,error );}; +DecryptBytes (_ccf []byte ,_af []byte )([]byte ,error );}; // DecryptBytes implements Filter interface. -func (filterV2 )DecryptBytes (buf []byte ,okey []byte )([]byte ,error ){_cea ,_dc :=_ab .NewCipher (okey );if _dc !=nil {return nil ,_dc ;};_fa .Log .Trace ("\u0052\u00434\u0020\u0044\u0065c\u0072\u0079\u0070\u0074\u003a\u0020\u0025\u0020\u0078",buf ); -_cea .XORKeyStream (buf ,buf );_fa .Log .Trace ("\u0074o\u003a\u0020\u0025\u0020\u0078",buf );return buf ,nil ;}; +func (filterV2 )DecryptBytes (buf []byte ,okey []byte )([]byte ,error ){_bee ,_bca :=_d .NewCipher (okey );if _bca !=nil {return nil ,_bca ;};_g .Log .Trace ("\u0052\u00434\u0020\u0044\u0065c\u0072\u0079\u0070\u0074\u003a\u0020\u0025\u0020\u0078",buf ); +_bee .XORKeyStream (buf ,buf );_g .Log .Trace ("\u0074o\u003a\u0020\u0025\u0020\u0078",buf );return buf ,nil ;}; + +// Name implements Filter interface. +func (filterV2 )Name ()string {return "\u0056\u0032"}; // PDFVersion implements Filter interface. -func (filterAESV2 )PDFVersion ()[2]int {return [2]int {1,5}}; +func (_fa filterV2 )PDFVersion ()[2]int {return [2]int {}}; + +// KeyLength implements Filter interface. +func (_ec filterV2 )KeyLength ()int {return _ec ._debd };var _ Filter =filterAESV3 {};func (filterIdentity )EncryptBytes (p []byte ,okey []byte )([]byte ,error ){return p ,nil };func _abe (_cee string ,_gb filterFunc ){if _ ,_gdaa :=_ab [_cee ];_gdaa {panic ("\u0061l\u0072e\u0061\u0064\u0079\u0020\u0072e\u0067\u0069s\u0074\u0065\u0072\u0065\u0064"); +};_ab [_cee ]=_gb ;};func _ac (_de FilterDict )(Filter ,error ){if _de .Length ==256{_g .Log .Debug ("\u0041\u0045S\u0056\u0033\u0020c\u0072\u0079\u0070\u0074\u0020f\u0069\u006c\u0074\u0065\u0072 l\u0065\u006e\u0067\u0074\u0068\u0020\u0061\u0070\u0070\u0065\u0061\u0072\u0073\u0020\u0074\u006f\u0020\u0062e\u0020i\u006e\u0020\u0062\u0069\u0074\u0073 ra\u0074\u0068\u0065\u0072\u0020\u0074\u0068\u0061\u006e\u0020\u0062\u0079te\u0073 \u002d\u0020\u0061\u0073s\u0075m\u0069n\u0067\u0020b\u0069\u0074s \u0028\u0025\u0064\u0029",_de .Length ); +_de .Length /=8;};if _de .Length !=0&&_de .Length !=32{return nil ,_e .Errorf ("\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0041\u0045\u0053\u0056\u0033\u0020\u0063\u0072\u0079\u0070\u0074\u0020\u0066\u0069\u006c\u0074e\u0072\u0020\u006c\u0065\u006eg\u0074\u0068 \u0028\u0025\u0064\u0029",_de .Length ); +};return filterAESV3 {},nil ;}; + +// KeyLength implements Filter interface. +func (filterAESV3 )KeyLength ()int {return 256/8}; // MakeKey implements Filter interface. -func (filterAESV2 )MakeKey (objNum ,genNum uint32 ,ekey []byte )([]byte ,error ){return _bc (objNum ,genNum ,ekey ,true );};type filterAES struct{};func (filterAES )DecryptBytes (buf []byte ,okey []byte )([]byte ,error ){_gc ,_ec :=_g .NewCipher (okey ); -if _ec !=nil {return nil ,_ec ;};if len (buf )< 16{_fa .Log .Debug ("\u0045R\u0052\u004f\u0052\u0020\u0041\u0045\u0053\u0020\u0069\u006e\u0076a\u006c\u0069\u0064\u0020\u0062\u0075\u0066\u0020\u0025\u0073",buf );return buf ,_a .Errorf ("\u0041\u0045\u0053\u003a B\u0075\u0066\u0020\u006c\u0065\u006e\u0020\u003c\u0020\u0031\u0036\u0020\u0028\u0025d\u0029",len (buf )); -};_cc :=buf [:16];buf =buf [16:];if len (buf )%16!=0{_fa .Log .Debug ("\u0020\u0069\u0076\u0020\u0028\u0025\u0064\u0029\u003a\u0020\u0025\u0020\u0078",len (_cc ),_cc );_fa .Log .Debug ("\u0062\u0075\u0066\u0020\u0028\u0025\u0064\u0029\u003a\u0020\u0025\u0020\u0078",len (buf ),buf ); -return buf ,_a .Errorf ("\u0041\u0045\u0053\u0020\u0062\u0075\u0066\u0020\u006c\u0065\u006e\u0067\u0074\u0068\u0020\u006e\u006f\u0074\u0020\u006d\u0075\u006c\u0074\u0069p\u006c\u0065\u0020\u006f\u0066 \u0031\u0036 \u0028\u0025\u0064\u0029",len (buf )); -};_fga :=_abd .NewCBCDecrypter (_gc ,_cc );_fa .Log .Trace ("A\u0045\u0053\u0020\u0044ec\u0072y\u0070\u0074\u0020\u0028\u0025d\u0029\u003a\u0020\u0025\u0020\u0078",len (buf ),buf );_fa .Log .Trace ("\u0063\u0068\u006f\u0070\u0020\u0041\u0045\u0053\u0020\u0044\u0065c\u0072\u0079\u0070\u0074\u0020\u0028\u0025\u0064\u0029\u003a \u0025\u0020\u0078",len (buf ),buf ); -_fga .CryptBlocks (buf ,buf );_fa .Log .Trace ("\u0074\u006f\u0020(\u0025\u0064\u0029\u003a\u0020\u0025\u0020\u0078",len (buf ),buf );if len (buf )==0{_fa .Log .Trace ("\u0045\u006d\u0070\u0074\u0079\u0020b\u0075\u0066\u002c\u0020\u0072\u0065\u0074\u0075\u0072\u006e\u0069\u006e\u0067 \u0065\u006d\u0070\u0074\u0079\u0020\u0073t\u0072\u0069\u006e\u0067"); -return buf ,nil ;};_eb :=int (buf [len (buf )-1]);if _eb > len (buf ){_fa .Log .Debug ("\u0049\u006c\u006c\u0065g\u0061\u006c\u0020\u0070\u0061\u0064\u0020\u006c\u0065\u006eg\u0074h\u0020\u0028\u0025\u0064\u0020\u003e\u0020%\u0064\u0029",_eb ,len (buf )); -return buf ,_a .Errorf ("\u0069n\u0076a\u006c\u0069\u0064\u0020\u0070a\u0064\u0020l\u0065\u006e\u0067\u0074\u0068");};buf =buf [:len (buf )-_eb ];return buf ,nil ;}; +func (_eg filterV2 )MakeKey (objNum ,genNum uint32 ,ekey []byte )([]byte ,error ){return _cd (objNum ,genNum ,ekey ,false );};func (filterIdentity )KeyLength ()int {return 0}; -// NewFilterAESV3 creates an AES-based filter with a 256 bit key (AESV3). -func NewFilterAESV3 ()Filter {_ge ,_bg :=_abf (FilterDict {});if _bg !=nil {_fa .Log .Error ("E\u0052\u0052\u004f\u0052\u003a\u0020\u0063\u006f\u0075l\u0064\u0020\u006e\u006f\u0074\u0020\u0063re\u0061\u0074\u0065\u0020A\u0045\u0053\u0020\u0056\u0033\u0020\u0063\u0072\u0079pt\u0020\u0066i\u006c\u0074\u0065\u0072\u003a\u0020\u0025\u0076",_bg ); -return filterAESV3 {};};return _ge ;};var _ Filter =filterAESV3 {};func (filterIdentity )HandlerVersion ()(V ,R int ){return ;};var _ Filter =filterV2 {};func _bc (_ce ,_cd uint32 ,_gef []byte ,_ecb bool )([]byte ,error ){_def :=make ([]byte ,len (_gef )+5); -copy (_def ,_gef );for _adg :=0;_adg < 3;_adg ++{_ga :=byte ((_ce >>uint32 (8*_adg ))&0xff);_def [_adg +len (_gef )]=_ga ;};for _dbf :=0;_dbf < 2;_dbf ++{_abb :=byte ((_cd >>uint32 (8*_dbf ))&0xff);_def [_dbf +len (_gef )+3]=_abb ;};if _ecb {_def =append (_def ,0x73); -_def =append (_def ,0x41);_def =append (_def ,0x6C);_def =append (_def ,0x54);};_ae :=_b .New ();_ae .Write (_def );_gb :=_ae .Sum (nil );if len (_gef )+5< 16{return _gb [0:len (_gef )+5],nil ;};return _gb ,nil ;}; +// PDFVersion implements Filter interface. +func (filterAESV2 )PDFVersion ()[2]int {return [2]int {1,5}}; -// NewIdentity creates an identity filter that bypasses all data without changes. -func NewIdentity ()Filter {return filterIdentity {}};func (filterIdentity )MakeKey (objNum ,genNum uint32 ,fkey []byte )([]byte ,error ){return fkey ,nil }; +// MakeKey implements Filter interface. +func (filterAESV2 )MakeKey (objNum ,genNum uint32 ,ekey []byte )([]byte ,error ){return _cd (objNum ,genNum ,ekey ,true );};type filterAESV3 struct{filterAES }; + +// FilterDict represents information from a CryptFilter dictionary. +type FilterDict struct{CFM string ;AuthEvent _b .AuthEvent ;Length int ;}; // HandlerVersion implements Filter interface. -func (filterAESV2 )HandlerVersion ()(V ,R int ){V ,R =4,4;return ;}; +func (_ed filterV2 )HandlerVersion ()(V ,R int ){V ,R =2,3;return ;};func _ga (_dae string )(filterFunc ,error ){_bgb :=_ab [_dae ];if _bgb ==nil {return nil ,_e .Errorf ("\u0075\u006e\u0073\u0075p\u0070\u006f\u0072\u0074\u0065\u0064\u0020\u0063\u0072\u0079p\u0074 \u0066\u0069\u006c\u0074\u0065\u0072\u003a \u0025\u0071",_dae ); +};return _bgb ,nil ;}; -// PDFVersion implements Filter interface. -func (filterAESV3 )PDFVersion ()[2]int {return [2]int {2,0}};func (filterIdentity )PDFVersion ()[2]int {return [2]int {}};func (filterIdentity )Name ()string {return "\u0049\u0064\u0065\u006e\u0074\u0069\u0074\u0079"};func (filterIdentity )DecryptBytes (p []byte ,okey []byte )([]byte ,error ){return p ,nil }; -type filterV2 struct{_ea int }; \ No newline at end of file +// NewFilterAESV3 creates an AES-based filter with a 256 bit key (AESV3). +func NewFilterAESV3 ()Filter {_cca ,_eb :=_ac (FilterDict {});if _eb !=nil {_g .Log .Error ("E\u0052\u0052\u004f\u0052\u003a\u0020\u0063\u006f\u0075l\u0064\u0020\u006e\u006f\u0074\u0020\u0063re\u0061\u0074\u0065\u0020A\u0045\u0053\u0020\u0056\u0033\u0020\u0063\u0072\u0079pt\u0020\u0066i\u006c\u0074\u0065\u0072\u003a\u0020\u0025\u0076",_eb ); +return filterAESV3 {};};return _cca ;};type filterAESV2 struct{filterAES };func _cgb (_fee FilterDict )(Filter ,error ){if _fee .Length %8!=0{return nil ,_e .Errorf ("\u0063\u0072\u0079p\u0074\u0020\u0066\u0069\u006c\u0074\u0065\u0072\u0020\u006c\u0065\u006e\u0067\u0074\u0068\u0020\u006e\u006f\u0074\u0020\u006d\u0075\u006c\u0074\u0069\u0070\u006c\u0065\u0020o\u0066\u0020\u0038\u0020\u0028\u0025\u0064\u0029",_fee .Length ); +};if _fee .Length < 5||_fee .Length > 16{if _fee .Length ==40||_fee .Length ==64||_fee .Length ==128{_g .Log .Debug ("\u0053\u0054\u0041\u004e\u0044AR\u0044\u0020V\u0049\u004f\u004c\u0041\u0054\u0049\u004f\u004e\u003a\u0020\u0043\u0072\u0079\u0070\u0074\u0020\u004c\u0065\u006e\u0067\u0074\u0068\u0020\u0061\u0070\u0070\u0065\u0061\u0072s\u0020\u0074\u006f \u0062\u0065\u0020\u0069\u006e\u0020\u0062\u0069\u0074\u0073\u0020\u0072\u0061t\u0068\u0065\u0072\u0020\u0074h\u0061\u006e\u0020\u0062\u0079\u0074\u0065\u0073\u0020-\u0020\u0061s\u0073u\u006d\u0069\u006e\u0067\u0020\u0062\u0069t\u0073\u0020\u0028\u0025\u0064\u0029",_fee .Length ); +_fee .Length /=8;}else {return nil ,_e .Errorf ("\u0063\u0072\u0079\u0070\u0074\u0020\u0066\u0069\u006c\u0074\u0065\u0072\u0020\u006c\u0065\u006e\u0067\u0074h\u0020\u006e\u006f\u0074\u0020\u0069\u006e \u0072\u0061\u006e\u0067\u0065\u0020\u0034\u0030\u0020\u002d\u00201\u0032\u0038\u0020\u0062\u0069\u0074\u0020\u0028\u0025\u0064\u0029",_fee .Length ); +};};return filterV2 {_debd :_fee .Length },nil ;}; \ No newline at end of file diff --git a/core/security/security.go b/core/security/security.go index a3e5983a6..b9cd821e4 100644 --- a/core/security/security.go +++ b/core/security/security.go @@ -9,122 +9,121 @@ // Use of this source code is governed by the UniDoc End User License Agreement // terms that can be accessed at https://unidoc.io/eula/ -package security ;import (_cc "bytes";_fd "crypto/aes";_e "crypto/cipher";_bc "crypto/md5";_fa "crypto/rand";_c "crypto/rc4";_b "crypto/sha256";_ef "crypto/sha512";_gb "encoding/binary";_ec "errors";_ff "fmt";_d "github.com/unidoc/unipdf/v3/common";_f "hash"; -_a "io";_ge "math";);var _ StdHandler =stdHandlerR6 {}; +package security ;import (_ed "bytes";_de "crypto/aes";_b "crypto/cipher";_f "crypto/md5";_bd "crypto/rand";_bc "crypto/rc4";_a "crypto/sha256";_dc "crypto/sha512";_g "encoding/binary";_ae "errors";_gc "fmt";_ga "github.com/unidoc/unipdf/v3/common";_dd "hash"; +_d "io";_be "math";);func (_ace stdHandlerR4 )alg3 (R int ,_ece ,_eabc []byte )([]byte ,error ){var _abg []byte ;if len (_eabc )> 0{_abg =_ace .alg3Key (R ,_eabc );}else {_abg =_ace .alg3Key (R ,_ece );};_ad ,_dca :=_bc .NewCipher (_abg );if _dca !=nil {return nil ,_ae .New ("\u0066a\u0069l\u0065\u0064\u0020\u0072\u0063\u0034\u0020\u0063\u0069\u0070\u0068"); +};_ba :=_ace .paddedPass (_ece );_af :=make ([]byte ,len (_ba ));_ad .XORKeyStream (_af ,_ba );if R >=3{_dg :=make ([]byte ,len (_abg ));for _cac :=0;_cac < 19;_cac ++{for _afe :=0;_afe < len (_abg );_afe ++{_dg [_afe ]=_abg [_afe ]^byte (_cac +1);};_bgb ,_eef :=_bc .NewCipher (_dg ); +if _eef !=nil {return nil ,_ae .New ("\u0066a\u0069l\u0065\u0064\u0020\u0072\u0063\u0034\u0020\u0063\u0069\u0070\u0068");};_bgb .XORKeyStream (_af ,_af );};};return _af ,nil ;};func (_ada stdHandlerR4 )alg4 (_dcf []byte ,_aba []byte )([]byte ,error ){_fd ,_aae :=_bc .NewCipher (_dcf ); +if _aae !=nil {return nil ,_ae .New ("\u0066a\u0069l\u0065\u0064\u0020\u0072\u0063\u0034\u0020\u0063\u0069\u0070\u0068");};_ffa :=[]byte (_acg );_bga :=make ([]byte ,len (_ffa ));_fd .XORKeyStream (_bga ,_ffa );return _bga ,nil ;};func _ge (_c _b .Block )*ecb {return &ecb {_ac :_c ,_ab :_c .BlockSize ()}}; -// NewHandlerR6 creates a new standard security handler for R=5 and R=6. -func NewHandlerR6 ()StdHandler {return stdHandlerR6 {}};func _af (_ea _e .Block )_e .BlockMode {return (*ecbDecrypter )(_efe (_ea ))};func (_fg *ecbDecrypter )CryptBlocks (dst ,src []byte ){if len (src )%_fg ._ae !=0{_d .Log .Error ("\u0045\u0052\u0052\u004f\u0052:\u0020\u0045\u0043\u0042\u0020\u0064\u0065\u0063\u0072\u0079\u0070\u0074\u003a \u0069\u006e\u0070\u0075\u0074\u0020\u006e\u006f\u0074\u0020\u0066\u0075\u006c\u006c\u0020\u0062\u006c\u006f\u0063\u006b\u0073"); -return ;};if len (dst )< len (src ){_d .Log .Error ("\u0045R\u0052\u004fR\u003a\u0020\u0045C\u0042\u0020\u0064\u0065\u0063\u0072\u0079p\u0074\u003a\u0020\u006f\u0075\u0074p\u0075\u0074\u0020\u0073\u006d\u0061\u006c\u006c\u0065\u0072\u0020t\u0068\u0061\u006e\u0020\u0069\u006e\u0070\u0075\u0074"); -return ;};for len (src )> 0{_fg ._bca .Decrypt (dst ,src [:_fg ._ae ]);src =src [_fg ._ae :];dst =dst [_fg ._ae :];};};func (_bdf *ecbDecrypter )BlockSize ()int {return _bdf ._ae }; - -// AuthEvent is an event type that triggers authentication. -type AuthEvent string ; -// StdEncryptDict is a set of additional fields used in standard encryption dictionary. -type StdEncryptDict struct{R int ;P Permissions ;EncryptMetadata bool ;O ,U []byte ;OE ,UE []byte ;Perms []byte ;};const (EventDocOpen =AuthEvent ("\u0044o\u0063\u004f\u0070\u0065\u006e");EventEFOpen =AuthEvent ("\u0045\u0046\u004f\u0070\u0065\u006e"); -);const (PermOwner =Permissions (_ge .MaxUint32 );PermPrinting =Permissions (1<<2);PermModify =Permissions (1<<3);PermExtractGraphics =Permissions (1<<4);PermAnnotate =Permissions (1<<5);PermFillForms =Permissions (1<<8);PermDisabilityExtract =Permissions (1<<9); -PermRotateInsert =Permissions (1<<10);PermFullPrintQuality =Permissions (1<<11););func (_cfgc stdHandlerR6 )alg12 (_fag *StdEncryptDict ,_edf []byte )([]byte ,error ){if _ffa :=_bcf ("\u0061\u006c\u00671\u0032","\u0055",48,_fag .U );_ffa !=nil {return nil ,_ffa ; -};if _eeg :=_bcf ("\u0061\u006c\u00671\u0032","\u004f",48,_fag .O );_eeg !=nil {return nil ,_eeg ;};_aabg :=make ([]byte ,len (_edf )+8+48);_bgc :=copy (_aabg ,_edf );_bgc +=copy (_aabg [_bgc :],_fag .O [32:40]);_bgc +=copy (_aabg [_bgc :],_fag .U [0:48]); -_bda ,_ada :=_cfgc .alg2b (_fag .R ,_aabg ,_edf ,_fag .U [0:48]);if _ada !=nil {return nil ,_ada ;};_bda =_bda [:32];if !_cc .Equal (_bda ,_fag .O [:32]){return nil ,nil ;};return _bda ,nil ;}; +// Allowed checks if a set of permissions can be granted. +func (_edb Permissions )Allowed (p2 Permissions )bool {return _edb &p2 ==p2 };func (_aac stdHandlerR6 )alg12 (_cedb *StdEncryptDict ,_cgde []byte )([]byte ,error ){if _ggf :=_db ("\u0061\u006c\u00671\u0032","\u0055",48,_cedb .U );_ggf !=nil {return nil ,_ggf ; +};if _eda :=_db ("\u0061\u006c\u00671\u0032","\u004f",48,_cedb .O );_eda !=nil {return nil ,_eda ;};_ded :=make ([]byte ,len (_cgde )+8+48);_eggff :=copy (_ded ,_cgde );_eggff +=copy (_ded [_eggff :],_cedb .O [32:40]);_eggff +=copy (_ded [_eggff :],_cedb .U [0:48]); +_fba ,_bdeb :=_aac .alg2b (_cedb .R ,_ded ,_cgde ,_cedb .U [0:48]);if _bdeb !=nil {return nil ,_bdeb ;};_fba =_fba [:32];if !_ed .Equal (_fba ,_cedb .O [:32]){return nil ,nil ;};return _fba ,nil ;};var _ StdHandler =stdHandlerR6 {};func (_dbac stdHandlerR6 )alg9 (_cgg *StdEncryptDict ,_gbg []byte ,_gee []byte )error {if _deb :=_db ("\u0061\u006c\u0067\u0039","\u004b\u0065\u0079",32,_gbg ); +_deb !=nil {return _deb ;};if _eabd :=_db ("\u0061\u006c\u0067\u0039","\u0055",48,_cgg .U );_eabd !=nil {return _eabd ;};var _dde [16]byte ;if _ ,_bad :=_d .ReadFull (_bd .Reader ,_dde [:]);_bad !=nil {return _bad ;};_bgd :=_dde [0:8];_aecb :=_dde [8:16]; +_febc :=_cgg .U [:48];_gbf :=make ([]byte ,len (_gee )+len (_bgd )+len (_febc ));_cda :=copy (_gbf ,_gee );_cda +=copy (_gbf [_cda :],_bgd );_cda +=copy (_gbf [_cda :],_febc );_dfg ,_agcc :=_dbac .alg2b (_cgg .R ,_gbf ,_gee ,_febc );if _agcc !=nil {return _agcc ; +};O :=make ([]byte ,len (_dfg )+len (_bgd )+len (_aecb ));_cda =copy (O ,_dfg [:32]);_cda +=copy (O [_cda :],_bgd );_cda +=copy (O [_cda :],_aecb );_cgg .O =O ;_cda =len (_gee );_cda +=copy (_gbf [_cda :],_aecb );_dfg ,_agcc =_dbac .alg2b (_cgg .R ,_gbf ,_gee ,_febc ); +if _agcc !=nil {return _agcc ;};_gae ,_agcc :=_gda (_dfg [:32]);if _agcc !=nil {return _agcc ;};_cddg :=make ([]byte ,_de .BlockSize );_badc :=_b .NewCBCEncrypter (_gae ,_cddg );OE :=make ([]byte ,32);_badc .CryptBlocks (OE ,_gbg [:32]);_cgg .OE =OE ;return nil ; +}; // Authenticate implements StdHandler interface. -func (_aaf stdHandlerR4 )Authenticate (d *StdEncryptDict ,pass []byte )([]byte ,Permissions ,error ){_d .Log .Trace ("\u0044\u0065b\u0075\u0067\u0067\u0069n\u0067\u0020a\u0075\u0074\u0068\u0065\u006e\u0074\u0069\u0063a\u0074\u0069\u006f\u006e\u0020\u002d\u0020\u006f\u0077\u006e\u0065\u0072 \u0070\u0061\u0073\u0073"); -_fffa ,_adf :=_aaf .alg7 (d ,pass );if _adf !=nil {return nil ,0,_adf ;};if _fffa !=nil {_d .Log .Trace ("\u0074h\u0069\u0073\u002e\u0061u\u0074\u0068\u0065\u006e\u0074i\u0063a\u0074e\u0064\u0020\u003d\u0020\u0054\u0072\u0075e");return _fffa ,PermOwner ,nil ; -};_d .Log .Trace ("\u0044\u0065bu\u0067\u0067\u0069n\u0067\u0020\u0061\u0075the\u006eti\u0063\u0061\u0074\u0069\u006f\u006e\u0020- \u0075\u0073\u0065\u0072\u0020\u0070\u0061s\u0073");_fffa ,_adf =_aaf .alg6 (d ,pass );if _adf !=nil {return nil ,0,_adf ; -};if _fffa !=nil {_d .Log .Trace ("\u0074h\u0069\u0073\u002e\u0061u\u0074\u0068\u0065\u006e\u0074i\u0063a\u0074e\u0064\u0020\u003d\u0020\u0054\u0072\u0075e");return _fffa ,d .P ,nil ;};return nil ,0,nil ;}; +func (_affe stdHandlerR6 )Authenticate (d *StdEncryptDict ,pass []byte )([]byte ,Permissions ,error ){return _affe .alg2a (d ,pass );};func (_gb *ecbEncrypter )CryptBlocks (dst ,src []byte ){if len (src )%_gb ._ab !=0{_ga .Log .Error ("\u0045\u0052\u0052\u004f\u0052:\u0020\u0045\u0043\u0042\u0020\u0065\u006e\u0063\u0072\u0079\u0070\u0074\u003a \u0069\u006e\u0070\u0075\u0074\u0020\u006e\u006f\u0074\u0020\u0066\u0075\u006c\u006c\u0020\u0062\u006c\u006f\u0063\u006b\u0073"); +return ;};if len (dst )< len (src ){_ga .Log .Error ("\u0045R\u0052\u004fR\u003a\u0020\u0045C\u0042\u0020\u0065\u006e\u0063\u0072\u0079p\u0074\u003a\u0020\u006f\u0075\u0074p\u0075\u0074\u0020\u0073\u006d\u0061\u006c\u006c\u0065\u0072\u0020t\u0068\u0061\u006e\u0020\u0069\u006e\u0070\u0075\u0074"); +return ;};for len (src )> 0{_gb ._ac .Encrypt (dst ,src [:_gb ._ab ]);src =src [_gb ._ab :];dst =dst [_gb ._ab :];};};func (_gab stdHandlerR6 )alg8 (_eggf *StdEncryptDict ,_cfab []byte ,_fcg []byte )error {if _adge :=_db ("\u0061\u006c\u0067\u0038","\u004b\u0065\u0079",32,_cfab ); +_adge !=nil {return _adge ;};var _gad [16]byte ;if _ ,_dbf :=_d .ReadFull (_bd .Reader ,_gad [:]);_dbf !=nil {return _dbf ;};_aga :=_gad [0:8];_cdeg :=_gad [8:16];_gdb :=make ([]byte ,len (_fcg )+len (_aga ));_bgc :=copy (_gdb ,_fcg );copy (_gdb [_bgc :],_aga ); +_eefc ,_fbca :=_gab .alg2b (_eggf .R ,_gdb ,_fcg ,nil );if _fbca !=nil {return _fbca ;};U :=make ([]byte ,len (_eefc )+len (_aga )+len (_cdeg ));_bgc =copy (U ,_eefc [:32]);_bgc +=copy (U [_bgc :],_aga );copy (U [_bgc :],_cdeg );_eggf .U =U ;_bgc =len (_fcg ); +copy (_gdb [_bgc :],_cdeg );_eefc ,_fbca =_gab .alg2b (_eggf .R ,_gdb ,_fcg ,nil );if _fbca !=nil {return _fbca ;};_febe ,_fbca :=_gda (_eefc [:32]);if _fbca !=nil {return _fbca ;};_cbf :=make ([]byte ,_de .BlockSize );_cfca :=_b .NewCBCEncrypter (_febe ,_cbf ); +UE :=make ([]byte ,32);_cfca .CryptBlocks (UE ,_cfab [:32]);_eggf .UE =UE ;return nil ;}; -// NewHandlerR4 creates a new standard security handler for R<=4. -func NewHandlerR4 (id0 string ,length int )StdHandler {return stdHandlerR4 {ID0 :id0 ,Length :length }};func (_fec stdHandlerR6 )alg9 (_cfa *StdEncryptDict ,_dbe []byte ,_aef []byte )error {if _aad :=_bcf ("\u0061\u006c\u0067\u0039","\u004b\u0065\u0079",32,_dbe ); -_aad !=nil {return _aad ;};if _bff :=_bcf ("\u0061\u006c\u0067\u0039","\u0055",48,_cfa .U );_bff !=nil {return _bff ;};var _bdc [16]byte ;if _ ,_eccd :=_a .ReadFull (_fa .Reader ,_bdc [:]);_eccd !=nil {return _eccd ;};_aga :=_bdc [0:8];_afb :=_bdc [8:16]; -_dbf :=_cfa .U [:48];_daf :=make ([]byte ,len (_aef )+len (_aga )+len (_dbf ));_deb :=copy (_daf ,_aef );_deb +=copy (_daf [_deb :],_aga );_deb +=copy (_daf [_deb :],_dbf );_bgg ,_agfd :=_fec .alg2b (_cfa .R ,_daf ,_aef ,_dbf );if _agfd !=nil {return _agfd ; -};O :=make ([]byte ,len (_bgg )+len (_aga )+len (_afb ));_deb =copy (O ,_bgg [:32]);_deb +=copy (O [_deb :],_aga );_deb +=copy (O [_deb :],_afb );_cfa .O =O ;_deb =len (_aef );_deb +=copy (_daf [_deb :],_afb );_bgg ,_agfd =_fec .alg2b (_cfa .R ,_daf ,_aef ,_dbf ); -if _agfd !=nil {return _agfd ;};_ggd ,_agfd :=_beb (_bgg [:32]);if _agfd !=nil {return _agfd ;};_afed :=make ([]byte ,_fd .BlockSize );_fge :=_e .NewCBCEncrypter (_ggd ,_afed );OE :=make ([]byte ,32);_fge .CryptBlocks (OE ,_dbe [:32]);_cfa .OE =OE ;return nil ; -};const _de ="\x28\277\116\136\x4e\x75\x8a\x41\x64\000\x4e\x56\377"+"\xfa\001\010\056\x2e\x00\xb6\xd0\x68\076\x80\x2f\014"+"\251\xfe\x64\x53\x69\172";type ecb struct{_bca _e .Block ;_ae int ;};type ecbDecrypter ecb ; +// GenerateParams generates and sets O and U parameters for the encryption dictionary. +// It expects R, P and EncryptMetadata fields to be set. +func (_adb stdHandlerR4 )GenerateParams (d *StdEncryptDict ,opass ,upass []byte )([]byte ,error ){O ,_gfb :=_adb .alg3 (d .R ,upass ,opass );if _gfb !=nil {_ga .Log .Debug ("\u0045R\u0052\u004fR\u003a\u0020\u0045r\u0072\u006f\u0072\u0020\u0067\u0065\u006ee\u0072\u0061\u0074\u0069\u006e\u0067 \u004f\u0020\u0066\u006f\u0072\u0020\u0065\u006e\u0063\u0072\u0079p\u0074\u0069\u006f\u006e\u0020\u0028\u0025\u0073\u0029",_gfb ); +return nil ,_gfb ;};d .O =O ;_ga .Log .Trace ("\u0067\u0065\u006e\u0020\u004f\u003a\u0020\u0025\u0020\u0078",O );_gba :=_adb .alg2 (d ,upass );U ,_gfb :=_adb .alg5 (_gba ,upass );if _gfb !=nil {_ga .Log .Debug ("\u0045R\u0052\u004fR\u003a\u0020\u0045r\u0072\u006f\u0072\u0020\u0067\u0065\u006ee\u0072\u0061\u0074\u0069\u006e\u0067 \u004f\u0020\u0066\u006f\u0072\u0020\u0065\u006e\u0063\u0072\u0079p\u0074\u0069\u006f\u006e\u0020\u0028\u0025\u0073\u0029",_gfb ); +return nil ,_gfb ;};d .U =U ;_ga .Log .Trace ("\u0067\u0065\u006e\u0020\u0055\u003a\u0020\u0025\u0020\u0078",U );return _gba ,nil ;};func _ebb (_aff []byte ,_ecf int ){_gagf :=_ecf ;for _gagf < len (_aff ){copy (_aff [_gagf :],_aff [:_gagf ]);_gagf *=2; +};};func (_fgf stdHandlerR6 )alg10 (_cc *StdEncryptDict ,_bef []byte )error {if _cge :=_db ("\u0061\u006c\u00671\u0030","\u004b\u0065\u0079",32,_bef );_cge !=nil {return _cge ;};_bdc :=uint64 (uint32 (_cc .P ))|(_be .MaxUint32 <<32);Perms :=make ([]byte ,16); +_g .LittleEndian .PutUint64 (Perms [:8],_bdc );if _cc .EncryptMetadata {Perms [8]='T';}else {Perms [8]='F';};copy (Perms [9:12],"\u0061\u0064\u0062");if _ ,_acge :=_d .ReadFull (_bd .Reader ,Perms [12:16]);_acge !=nil {return _acge ;};_gbc ,_ged :=_gda (_bef [:32]); +if _ged !=nil {return _ged ;};_ced :=_gaa (_gbc );_ced .CryptBlocks (Perms ,Perms );_cc .Perms =Perms [:16];return nil ;};func (_aa *ecbDecrypter )CryptBlocks (dst ,src []byte ){if len (src )%_aa ._ab !=0{_ga .Log .Error ("\u0045\u0052\u0052\u004f\u0052:\u0020\u0045\u0043\u0042\u0020\u0064\u0065\u0063\u0072\u0079\u0070\u0074\u003a \u0069\u006e\u0070\u0075\u0074\u0020\u006e\u006f\u0074\u0020\u0066\u0075\u006c\u006c\u0020\u0062\u006c\u006f\u0063\u006b\u0073"); +return ;};if len (dst )< len (src ){_ga .Log .Error ("\u0045R\u0052\u004fR\u003a\u0020\u0045C\u0042\u0020\u0064\u0065\u0063\u0072\u0079p\u0074\u003a\u0020\u006f\u0075\u0074p\u0075\u0074\u0020\u0073\u006d\u0061\u006c\u006c\u0065\u0072\u0020t\u0068\u0061\u006e\u0020\u0069\u006e\u0070\u0075\u0074"); +return ;};for len (src )> 0{_aa ._ac .Decrypt (dst ,src [:_aa ._ab ]);src =src [_aa ._ab :];dst =dst [_aa ._ab :];};};func (stdHandlerR4 )paddedPass (_ca []byte )[]byte {_eg :=make ([]byte ,32);_ddc :=copy (_eg ,_ca );for ;_ddc < 32;_ddc ++{_eg [_ddc ]=_acg [_ddc -len (_ca )]; +};return _eg ;};type errInvalidField struct{Func string ;Field string ;Exp int ;Got int ;};func (_gfg stdHandlerR6 )alg2a (_geg *StdEncryptDict ,_eea []byte )([]byte ,Permissions ,error ){if _eaa :=_db ("\u0061\u006c\u00672\u0061","\u004f",48,_geg .O ); +_eaa !=nil {return nil ,0,_eaa ;};if _bce :=_db ("\u0061\u006c\u00672\u0061","\u0055",48,_geg .U );_bce !=nil {return nil ,0,_bce ;};if len (_eea )> 127{_eea =_eea [:127];};_cdd ,_bee :=_gfg .alg12 (_geg ,_eea );if _bee !=nil {return nil ,0,_bee ;};var (_bcf []byte ; +_bebf []byte ;_ce []byte ;);var _eb Permissions ;if len (_cdd )!=0{_eb =PermOwner ;_abb :=make ([]byte ,len (_eea )+8+48);_aea :=copy (_abb ,_eea );_aea +=copy (_abb [_aea :],_geg .O [40:48]);copy (_abb [_aea :],_geg .U [0:48]);_bcf =_abb ;_bebf =_geg .OE ; +_ce =_geg .U [0:48];}else {_cdd ,_bee =_gfg .alg11 (_geg ,_eea );if _bee ==nil &&len (_cdd )==0{_cdd ,_bee =_gfg .alg11 (_geg ,[]byte (""));};if _bee !=nil {return nil ,0,_bee ;}else if len (_cdd )==0{return nil ,0,nil ;};_eb =_geg .P ;_fdf :=make ([]byte ,len (_eea )+8); +_cab :=copy (_fdf ,_eea );copy (_fdf [_cab :],_geg .U [40:48]);_bcf =_fdf ;_bebf =_geg .UE ;_ce =nil ;};if _ebc :=_db ("\u0061\u006c\u00672\u0061","\u004b\u0065\u0079",32,_bebf );_ebc !=nil {return nil ,0,_ebc ;};_bebf =_bebf [:32];_egf ,_bee :=_gfg .alg2b (_geg .R ,_bcf ,_eea ,_ce ); +if _bee !=nil {return nil ,0,_bee ;};_feb ,_bee :=_de .NewCipher (_egf [:32]);if _bee !=nil {return nil ,0,_bee ;};_acfb :=make ([]byte ,_de .BlockSize );_cgd :=_b .NewCBCDecrypter (_feb ,_acfb );_gff :=make ([]byte ,32);_cgd .CryptBlocks (_gff ,_bebf ); +if _geg .R ==5{return _gff ,_eb ,nil ;};_bee =_gfg .alg13 (_geg ,_gff );if _bee !=nil {return nil ,0,_bee ;};return _gff ,_eb ,nil ;};var _ StdHandler =stdHandlerR4 {};func _gg (_gbd _b .Block )_b .BlockMode {return (*ecbDecrypter )(_ge (_gbd ))};func (_dfb stdHandlerR6 )alg13 (_gce *StdEncryptDict ,_aedf []byte )error {if _bgg :=_db ("\u0061\u006c\u00671\u0033","\u004b\u0065\u0079",32,_aedf ); +_bgg !=nil {return _bgg ;};if _dff :=_db ("\u0061\u006c\u00671\u0033","\u0050\u0065\u0072m\u0073",16,_gce .Perms );_dff !=nil {return _dff ;};_gcbf :=make ([]byte ,16);copy (_gcbf ,_gce .Perms [:16]);_acb ,_gec :=_de .NewCipher (_aedf [:32]);if _gec !=nil {return _gec ; +};_cgfec :=_gg (_acb );_cgfec .CryptBlocks (_gcbf ,_gcbf );if !_ed .Equal (_gcbf [9:12],[]byte ("\u0061\u0064\u0062")){return _ae .New ("\u0064\u0065\u0063o\u0064\u0065\u0064\u0020p\u0065\u0072\u006d\u0069\u0073\u0073\u0069o\u006e\u0073\u0020\u0061\u0072\u0065\u0020\u0069\u006e\u0076\u0061\u006c\u0069\u0064"); +};_cgea :=Permissions (_g .LittleEndian .Uint32 (_gcbf [0:4]));if _cgea !=_gce .P {return _ae .New ("\u0070\u0065r\u006d\u0069\u0073\u0073\u0069\u006f\u006e\u0073\u0020\u0076\u0061\u006c\u0069\u0064\u0061\u0074\u0069\u006f\u006e\u0020\u0066\u0061il\u0065\u0064"); +};var _dbg bool ;if _gcbf [8]=='T'{_dbg =true ;}else if _gcbf [8]=='F'{_dbg =false ;}else {return _ae .New ("\u0064\u0065\u0063\u006f\u0064\u0065\u0064 \u006d\u0065\u0074a\u0064\u0061\u0074\u0061 \u0065\u006e\u0063\u0072\u0079\u0070\u0074\u0069\u006f\u006e\u0020\u0066\u006c\u0061\u0067\u0020\u0069\u0073\u0020\u0069\u006e\u0076\u0061\u006c\u0069\u0064"); +};if _dbg !=_gce .EncryptMetadata {return _ae .New ("\u006d\u0065t\u0061\u0064\u0061\u0074a\u0020\u0065n\u0063\u0072\u0079\u0070\u0074\u0069\u006f\u006e \u0076\u0061\u006c\u0069\u0064\u0061\u0074\u0069\u006f\u006e\u0020\u0066a\u0069\u006c\u0065\u0064"); +};return nil ;}; -// Permissions is a bitmask of access permissions for a PDF file. -type Permissions uint32 ;func _beb (_bbbg []byte )(_e .Block ,error ){_fe ,_fee :=_fd .NewCipher (_bbbg );if _fee !=nil {_d .Log .Error ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0063\u006f\u0075\u006c\u0064\u0020\u006e\u006f\u0074\u0020\u0063\u0072\u0065\u0061\u0074\u0065\u0020A\u0045\u0053\u0020\u0063\u0069p\u0068\u0065r\u003a\u0020\u0025\u0076",_fee ); -return nil ,_fee ;};return _fe ,nil ;};func (_egc stdHandlerR6 )alg10 (_gad *StdEncryptDict ,_bfd []byte )error {if _feg :=_bcf ("\u0061\u006c\u00671\u0030","\u004b\u0065\u0079",32,_bfd );_feg !=nil {return _feg ;};_ee :=uint64 (uint32 (_gad .P ))|(_ge .MaxUint32 <<32); -Perms :=make ([]byte ,16);_gb .LittleEndian .PutUint64 (Perms [:8],_ee );if _gad .EncryptMetadata {Perms [8]='T';}else {Perms [8]='F';};copy (Perms [9:12],"\u0061\u0064\u0062");if _ ,_cdb :=_a .ReadFull (_fa .Reader ,Perms [12:16]);_cdb !=nil {return _cdb ; -};_bcfb ,_bbc :=_beb (_bfd [:32]);if _bbc !=nil {return _bbc ;};_acg :=_bd (_bcfb );_acg .CryptBlocks (Perms ,Perms );_gad .Perms =Perms [:16];return nil ;};func (_dce stdHandlerR6 )alg11 (_cce *StdEncryptDict ,_aadf []byte )([]byte ,error ){if _bee :=_bcf ("\u0061\u006c\u00671\u0031","\u0055",48,_cce .U ); -_bee !=nil {return nil ,_bee ;};_gbdf :=make ([]byte ,len (_aadf )+8);_dgg :=copy (_gbdf ,_aadf );_dgg +=copy (_gbdf [_dgg :],_cce .U [32:40]);_egcf ,_ffb :=_dce .alg2b (_cce .R ,_gbdf ,_aadf ,nil );if _ffb !=nil {return nil ,_ffb ;};_egcf =_egcf [:32]; -if !_cc .Equal (_egcf ,_cce .U [:32]){return nil ,nil ;};return _egcf ,nil ;};func (_fdcc stdHandlerR6 )alg2b (R int ,_fada ,_fdf ,_gce []byte )([]byte ,error ){if R ==5{return _fdc (_fada );};return _dfc (_fada ,_fdf ,_gce );}; +// AuthEvent is an event type that triggers authentication. +type AuthEvent string ;type ecbEncrypter ecb ;func _gaa (_fe _b .Block )_b .BlockMode {return (*ecbEncrypter )(_ge (_fe ))}; // StdHandler is an interface for standard security handlers. type StdHandler interface{ // GenerateParams uses owner and user passwords to set encryption parameters and generate an encryption key. // It assumes that R, P and EncryptMetadata are already set. -GenerateParams (_ca *StdEncryptDict ,_gf ,_ab []byte )([]byte ,error ); +GenerateParams (_ec *StdEncryptDict ,_ag ,_bcb []byte )([]byte ,error ); // Authenticate uses encryption dictionary parameters and the password to calculate // the document encryption key. It also returns permissions that should be granted to a user. // In case of failed authentication, it returns empty key and zero permissions with no error. -Authenticate (_dge *StdEncryptDict ,_gbf []byte )([]byte ,Permissions ,error );}; +Authenticate (_cf *StdEncryptDict ,_ggd []byte )([]byte ,Permissions ,error );};func (_agdd stdHandlerR6 )alg2b (R int ,_gegf ,_dcae ,_gde []byte )([]byte ,error ){if R ==5{return _abbc (_gegf );};return _dag (_gegf ,_dcae ,_gde );};func (_dbd stdHandlerR4 )alg5 (_agcf []byte ,_bf []byte )([]byte ,error ){_cg :=_f .New (); +_cg .Write ([]byte (_acg ));_cg .Write ([]byte (_dbd .ID0 ));_dcc :=_cg .Sum (nil );_ga .Log .Trace ("\u0061\u006c\u0067\u0035");_ga .Log .Trace ("\u0065k\u0065\u0079\u003a\u0020\u0025\u0020x",_agcf );_ga .Log .Trace ("\u0049D\u003a\u0020\u0025\u0020\u0078",_dbd .ID0 ); +if len (_dcc )!=16{return nil ,_ae .New ("\u0068a\u0073\u0068\u0020\u006c\u0065\u006e\u0067\u0074\u0068\u0020\u006eo\u0074\u0020\u0031\u0036\u0020\u0062\u0079\u0074\u0065\u0073");};_cfc ,_cfa :=_bc .NewCipher (_agcf );if _cfa !=nil {return nil ,_ae .New ("\u0066a\u0069l\u0065\u0064\u0020\u0072\u0063\u0034\u0020\u0063\u0069\u0070\u0068"); +};_gf :=make ([]byte ,16);_cfc .XORKeyStream (_gf ,_dcc );_cgf :=make ([]byte ,len (_agcf ));for _bcg :=0;_bcg < 19;_bcg ++{for _fb :=0;_fb < len (_agcf );_fb ++{_cgf [_fb ]=_agcf [_fb ]^byte (_bcg +1);};_cfc ,_cfa =_bc .NewCipher (_cgf );if _cfa !=nil {return nil ,_ae .New ("\u0066a\u0069l\u0065\u0064\u0020\u0072\u0063\u0034\u0020\u0063\u0069\u0070\u0068"); +};_cfc .XORKeyStream (_gf ,_gf );_ga .Log .Trace ("\u0069\u0020\u003d\u0020\u0025\u0064\u002c\u0020\u0065\u006b\u0065\u0079:\u0020\u0025\u0020\u0078",_bcg ,_cgf );_ga .Log .Trace ("\u0069\u0020\u003d\u0020\u0025\u0064\u0020\u002d\u003e\u0020\u0025\u0020\u0078",_bcg ,_gf ); +};_fce :=make ([]byte ,32);for _gbb :=0;_gbb < 16;_gbb ++{_fce [_gbb ]=_gf [_gbb ];};_ ,_cfa =_bd .Read (_fce [16:32]);if _cfa !=nil {return nil ,_ae .New ("\u0066a\u0069\u006c\u0065\u0064 \u0074\u006f\u0020\u0067\u0065n\u0020r\u0061n\u0064\u0020\u006e\u0075\u006d\u0062\u0065r"); +};return _fce ,nil ;};type stdHandlerR6 struct{};func _db (_cff ,_ea string ,_dee int ,_dcb []byte )error {if len (_dcb )< _dee {return errInvalidField {Func :_cff ,Field :_ea ,Exp :_dee ,Got :len (_dcb )};};return nil ;}; -// Authenticate implements StdHandler interface. -func (_ccea stdHandlerR6 )Authenticate (d *StdEncryptDict ,pass []byte )([]byte ,Permissions ,error ){return _ccea .alg2a (d ,pass );};type stdHandlerR4 struct{Length int ;ID0 string ;};func (_ggb stdHandlerR6 )alg8 (_cgb *StdEncryptDict ,_fda []byte ,_fceb []byte )error {if _gfe :=_bcf ("\u0061\u006c\u0067\u0038","\u004b\u0065\u0079",32,_fda ); -_gfe !=nil {return _gfe ;};var _eaad [16]byte ;if _ ,_cfc :=_a .ReadFull (_fa .Reader ,_eaad [:]);_cfc !=nil {return _cfc ;};_egb :=_eaad [0:8];_cfg :=_eaad [8:16];_aac :=make ([]byte ,len (_fceb )+len (_egb ));_bbaa :=copy (_aac ,_fceb );copy (_aac [_bbaa :],_egb ); -_cac ,_aae :=_ggb .alg2b (_cgb .R ,_aac ,_fceb ,nil );if _aae !=nil {return _aae ;};U :=make ([]byte ,len (_cac )+len (_egb )+len (_cfg ));_bbaa =copy (U ,_cac [:32]);_bbaa +=copy (U [_bbaa :],_egb );copy (U [_bbaa :],_cfg );_cgb .U =U ;_bbaa =len (_fceb ); -copy (_aac [_bbaa :],_cfg );_cac ,_aae =_ggb .alg2b (_cgb .R ,_aac ,_fceb ,nil );if _aae !=nil {return _aae ;};_bbaf ,_aae :=_beb (_cac [:32]);if _aae !=nil {return _aae ;};_egbb :=make ([]byte ,_fd .BlockSize );_add :=_e .NewCBCEncrypter (_bbaf ,_egbb ); -UE :=make ([]byte ,32);_add .CryptBlocks (UE ,_fda [:32]);_cgb .UE =UE ;return nil ;};func (_bcg stdHandlerR4 )alg3Key (R int ,_fac []byte )[]byte {_geb :=_bc .New ();_afe :=_bcg .paddedPass (_fac );_geb .Write (_afe );if R >=3{for _bf :=0;_bf < 50;_bf ++{_bfa :=_geb .Sum (nil ); -_geb =_bc .New ();_geb .Write (_bfa );};};_bg :=_geb .Sum (nil );if R ==2{_bg =_bg [0:5];}else {_bg =_bg [0:_bcg .Length /8];};return _bg ;};func (_cdf stdHandlerR4 )alg5 (_ad []byte ,_bbe []byte )([]byte ,error ){_dgec :=_bc .New ();_dgec .Write ([]byte (_de )); -_dgec .Write ([]byte (_cdf .ID0 ));_fce :=_dgec .Sum (nil );_d .Log .Trace ("\u0061\u006c\u0067\u0035");_d .Log .Trace ("\u0065k\u0065\u0079\u003a\u0020\u0025\u0020x",_ad );_d .Log .Trace ("\u0049D\u003a\u0020\u0025\u0020\u0078",_cdf .ID0 );if len (_fce )!=16{return nil ,_ec .New ("\u0068a\u0073\u0068\u0020\u006c\u0065\u006e\u0067\u0074\u0068\u0020\u006eo\u0074\u0020\u0031\u0036\u0020\u0062\u0079\u0074\u0065\u0073"); -};_abf ,_aab :=_c .NewCipher (_ad );if _aab !=nil {return nil ,_ec .New ("\u0066a\u0069l\u0065\u0064\u0020\u0072\u0063\u0034\u0020\u0063\u0069\u0070\u0068");};_dgc :=make ([]byte ,16);_abf .XORKeyStream (_dgc ,_fce );_ddb :=make ([]byte ,len (_ad ));for _bde :=0; -_bde < 19;_bde ++{for _efea :=0;_efea < len (_ad );_efea ++{_ddb [_efea ]=_ad [_efea ]^byte (_bde +1);};_abf ,_aab =_c .NewCipher (_ddb );if _aab !=nil {return nil ,_ec .New ("\u0066a\u0069l\u0065\u0064\u0020\u0072\u0063\u0034\u0020\u0063\u0069\u0070\u0068"); -};_abf .XORKeyStream (_dgc ,_dgc );_d .Log .Trace ("\u0069\u0020\u003d\u0020\u0025\u0064\u002c\u0020\u0065\u006b\u0065\u0079:\u0020\u0025\u0020\u0078",_bde ,_ddb );_d .Log .Trace ("\u0069\u0020\u003d\u0020\u0025\u0064\u0020\u002d\u003e\u0020\u0025\u0020\u0078",_bde ,_dgc ); -};_ead :=make ([]byte ,32);for _caf :=0;_caf < 16;_caf ++{_ead [_caf ]=_dgc [_caf ];};_ ,_aab =_fa .Read (_ead [16:32]);if _aab !=nil {return nil ,_ec .New ("\u0066a\u0069\u006c\u0065\u0064 \u0074\u006f\u0020\u0067\u0065n\u0020r\u0061n\u0064\u0020\u006e\u0075\u006d\u0062\u0065r"); -};return _ead ,nil ;}; +// StdEncryptDict is a set of additional fields used in standard encryption dictionary. +type StdEncryptDict struct{R int ;P Permissions ;EncryptMetadata bool ;O ,U []byte ;OE ,UE []byte ;Perms []byte ;}; -// Allowed checks if a set of permissions can be granted. -func (_afa Permissions )Allowed (p2 Permissions )bool {return _afa &p2 ==p2 };type ecbEncrypter ecb ; +// Permissions is a bitmask of access permissions for a PDF file. +type Permissions uint32 ;func (_gd stdHandlerR4 )alg3Key (R int ,_eab []byte )[]byte {_bgf :=_f .New ();_aag :=_gd .paddedPass (_eab );_bgf .Write (_aag );if R >=3{for _df :=0;_df < 50;_df ++{_bb :=_bgf .Sum (nil );_bgf =_f .New ();_bgf .Write (_bb );}; +};_cd :=_bgf .Sum (nil );if R ==2{_cd =_cd [0:5];}else {_cd =_cd [0:_gd .Length /8];};return _cd ;};func _dag (_cde ,_egee ,_bced []byte )([]byte ,error ){var (_eefb ,_aaga ,_cddd _dd .Hash ;);_eefb =_a .New ();_abgd :=make ([]byte ,64);_gbdg :=_eefb ; +_gbdg .Write (_cde );K :=_gbdg .Sum (_abgd [:0]);_fdb :=make ([]byte ,64*(127+64+48));_caa :=func (_ebd int )([]byte ,error ){_ddac :=len (_egee )+len (K )+len (_bced );_dbda :=_fdb [:_ddac ];_bde :=copy (_dbda ,_egee );_bde +=copy (_dbda [_bde :],K [:]); +_bde +=copy (_dbda [_bde :],_bced );if _bde !=_ddac {_ga .Log .Error ("E\u0052\u0052\u004f\u0052\u003a\u0020u\u006e\u0065\u0078\u0070\u0065\u0063t\u0065\u0064\u0020\u0072\u006f\u0075\u006ed\u0020\u0069\u006e\u0070\u0075\u0074\u0020\u0073\u0069\u007ae\u002e"); +return nil ,_ae .New ("\u0077\u0072\u006f\u006e\u0067\u0020\u0073\u0069\u007a\u0065");};K1 :=_fdb [:_ddac *64];_ebb (K1 ,_ddac );_feca ,_dbb :=_gda (K [0:16]);if _dbb !=nil {return nil ,_dbb ;};_feac :=_b .NewCBCEncrypter (_feca ,K [16:32]);_feac .CryptBlocks (K1 ,K1 ); +E :=K1 ;_agg :=0;for _fa :=0;_fa < 16;_fa ++{_agg +=int (E [_fa ]%3);};var _acgc _dd .Hash ;switch _agg %3{case 0:_acgc =_eefb ;case 1:if _aaga ==nil {_aaga =_dc .New384 ();};_acgc =_aaga ;case 2:if _cddd ==nil {_cddd =_dc .New ();};_acgc =_cddd ;};_acgc .Reset (); +_acgc .Write (E );K =_acgc .Sum (_abgd [:0]);return E ,nil ;};for _ecbf :=0;;{E ,_dgc :=_caa (_ecbf );if _dgc !=nil {return nil ,_dgc ;};_bebfe :=E [len (E )-1];_ecbf ++;if _ecbf >=64&&_bebfe <=uint8 (_ecbf -32){break ;};};return K [:32],nil ;}; + +// NewHandlerR6 creates a new standard security handler for R=5 and R=6. +func NewHandlerR6 ()StdHandler {return stdHandlerR6 {}};const (PermOwner =Permissions (_be .MaxUint32 );PermPrinting =Permissions (1<<2);PermModify =Permissions (1<<3);PermExtractGraphics =Permissions (1<<4);PermAnnotate =Permissions (1<<5);PermFillForms =Permissions (1<<8); +PermDisabilityExtract =Permissions (1<<9);PermRotateInsert =Permissions (1<<10);PermFullPrintQuality =Permissions (1<<11););type ecb struct{_ac _b .Block ;_ab int ;}; // GenerateParams is the algorithm opposite to alg2a (R>=5). // It generates U,O,UE,OE,Perms fields using AESv3 encryption. // There is no algorithm number assigned to this function in the spec. // It expects R, P and EncryptMetadata fields to be set. -func (_ebg stdHandlerR6 )GenerateParams (d *StdEncryptDict ,opass ,upass []byte )([]byte ,error ){_adc :=make ([]byte ,32);if _ ,_bddc :=_a .ReadFull (_fa .Reader ,_adc );_bddc !=nil {return nil ,_bddc ;};d .U =nil ;d .O =nil ;d .UE =nil ;d .OE =nil ;d .Perms =nil ; -if len (upass )> 127{upass =upass [:127];};if len (opass )> 127{opass =opass [:127];};if _cgeb :=_ebg .alg8 (d ,_adc ,upass );_cgeb !=nil {return nil ,_cgeb ;};if _cff :=_ebg .alg9 (d ,_adc ,opass );_cff !=nil {return nil ,_cff ;};if d .R ==5{return _adc ,nil ; -};if _ffcf :=_ebg .alg10 (d ,_adc );_ffcf !=nil {return nil ,_ffcf ;};return _adc ,nil ;};func _bcf (_fab ,_aa string ,_cca int ,_fc []byte )error {if len (_fc )< _cca {return errInvalidField {Func :_fab ,Field :_aa ,Exp :_cca ,Got :len (_fc )};};return nil ; -};func (_bfb stdHandlerR4 )alg4 (_ged []byte ,_ded []byte )([]byte ,error ){_efad ,_gdc :=_c .NewCipher (_ged );if _gdc !=nil {return nil ,_ec .New ("\u0066a\u0069l\u0065\u0064\u0020\u0072\u0063\u0034\u0020\u0063\u0069\u0070\u0068");};_cg :=[]byte (_de ); -_gc :=make ([]byte ,len (_cg ));_efad .XORKeyStream (_gc ,_cg );return _gc ,nil ;};func (_dga stdHandlerR6 )alg2a (_adg *StdEncryptDict ,_afc []byte )([]byte ,Permissions ,error ){if _gbd :=_bcf ("\u0061\u006c\u00672\u0061","\u004f",48,_adg .O );_gbd !=nil {return nil ,0,_gbd ; -};if _fad :=_bcf ("\u0061\u006c\u00672\u0061","\u0055",48,_adg .U );_fad !=nil {return nil ,0,_fad ;};if len (_afc )> 127{_afc =_afc [:127];};_bfc ,_cbe :=_dga .alg12 (_adg ,_afc );if _cbe !=nil {return nil ,0,_cbe ;};var (_abe []byte ;_adb []byte ;_ed []byte ; -);var _bgb Permissions ;if len (_bfc )!=0{_bgb =PermOwner ;_ccd :=make ([]byte ,len (_afc )+8+48);_fea :=copy (_ccd ,_afc );_fea +=copy (_ccd [_fea :],_adg .O [40:48]);copy (_ccd [_fea :],_adg .U [0:48]);_abe =_ccd ;_adb =_adg .OE ;_ed =_adg .U [0:48]; -}else {_bfc ,_cbe =_dga .alg11 (_adg ,_afc );if _cbe ==nil &&len (_bfc )==0{_bfc ,_cbe =_dga .alg11 (_adg ,[]byte (""));};if _cbe !=nil {return nil ,0,_cbe ;}else if len (_bfc )==0{return nil ,0,nil ;};_bgb =_adg .P ;_dgef :=make ([]byte ,len (_afc )+8); -_bbgf :=copy (_dgef ,_afc );copy (_dgef [_bbgf :],_adg .U [40:48]);_abe =_dgef ;_adb =_adg .UE ;_ed =nil ;};if _bba :=_bcf ("\u0061\u006c\u00672\u0061","\u004b\u0065\u0079",32,_adb );_bba !=nil {return nil ,0,_bba ;};_adb =_adb [:32];_cf ,_cbe :=_dga .alg2b (_adg .R ,_abe ,_afc ,_ed ); -if _cbe !=nil {return nil ,0,_cbe ;};_abd ,_cbe :=_fd .NewCipher (_cf [:32]);if _cbe !=nil {return nil ,0,_cbe ;};_aged :=make ([]byte ,_fd .BlockSize );_dba :=_e .NewCBCDecrypter (_abd ,_aged );_fcf :=make ([]byte ,32);_dba .CryptBlocks (_fcf ,_adb ); -if _adg .R ==5{return _fcf ,_bgb ,nil ;};_cbe =_dga .alg13 (_adg ,_fcf );if _cbe !=nil {return nil ,0,_cbe ;};return _fcf ,_bgb ,nil ;};func (_dc errInvalidField )Error ()string {return _ff .Sprintf ("\u0025s\u003a\u0020e\u0078\u0070\u0065\u0063t\u0065\u0064\u0020%\u0073\u0020\u0066\u0069\u0065\u006c\u0064\u0020\u0074o \u0062\u0065\u0020%\u0064\u0020b\u0079\u0074\u0065\u0073\u002c\u0020g\u006f\u0074 \u0025\u0064",_dc .Func ,_dc .Field ,_dc .Exp ,_dc .Got ); -};func (_gadc stdHandlerR6 )alg13 (_baef *StdEncryptDict ,_cbb []byte )error {if _dea :=_bcf ("\u0061\u006c\u00671\u0033","\u004b\u0065\u0079",32,_cbb );_dea !=nil {return _dea ;};if _gfec :=_bcf ("\u0061\u006c\u00671\u0033","\u0050\u0065\u0072m\u0073",16,_baef .Perms ); -_gfec !=nil {return _gfec ;};_bfeb :=make ([]byte ,16);copy (_bfeb ,_baef .Perms [:16]);_ccff ,_gcc :=_fd .NewCipher (_cbb [:32]);if _gcc !=nil {return _gcc ;};_fecd :=_af (_ccff );_fecd .CryptBlocks (_bfeb ,_bfeb );if !_cc .Equal (_bfeb [9:12],[]byte ("\u0061\u0064\u0062")){return _ec .New ("\u0064\u0065\u0063o\u0064\u0065\u0064\u0020p\u0065\u0072\u006d\u0069\u0073\u0073\u0069o\u006e\u0073\u0020\u0061\u0072\u0065\u0020\u0069\u006e\u0076\u0061\u006c\u0069\u0064"); -};_fcfe :=Permissions (_gb .LittleEndian .Uint32 (_bfeb [0:4]));if _fcfe !=_baef .P {return _ec .New ("\u0070\u0065r\u006d\u0069\u0073\u0073\u0069\u006f\u006e\u0073\u0020\u0076\u0061\u006c\u0069\u0064\u0061\u0074\u0069\u006f\u006e\u0020\u0066\u0061il\u0065\u0064"); -};var _abee bool ;if _bfeb [8]=='T'{_abee =true ;}else if _bfeb [8]=='F'{_abee =false ;}else {return _ec .New ("\u0064\u0065\u0063\u006f\u0064\u0065\u0064 \u006d\u0065\u0074a\u0064\u0061\u0074\u0061 \u0065\u006e\u0063\u0072\u0079\u0070\u0074\u0069\u006f\u006e\u0020\u0066\u006c\u0061\u0067\u0020\u0069\u0073\u0020\u0069\u006e\u0076\u0061\u006c\u0069\u0064"); -};if _abee !=_baef .EncryptMetadata {return _ec .New ("\u006d\u0065t\u0061\u0064\u0061\u0074a\u0020\u0065n\u0063\u0072\u0079\u0070\u0074\u0069\u006f\u006e \u0076\u0061\u006c\u0069\u0064\u0061\u0074\u0069\u006f\u006e\u0020\u0066a\u0069\u006c\u0065\u0064"); -};return nil ;};func _bd (_cd _e .Block )_e .BlockMode {return (*ecbEncrypter )(_efe (_cd ))};func _fdc (_egd []byte )([]byte ,error ){_bbbe :=_b .New ();_bbbe .Write (_egd );return _bbbe .Sum (nil ),nil ;};func _efe (_efa _e .Block )*ecb {return &ecb {_bca :_efa ,_ae :_efa .BlockSize ()}}; -func (_dg *ecbEncrypter )CryptBlocks (dst ,src []byte ){if len (src )%_dg ._ae !=0{_d .Log .Error ("\u0045\u0052\u0052\u004f\u0052:\u0020\u0045\u0043\u0042\u0020\u0065\u006e\u0063\u0072\u0079\u0070\u0074\u003a \u0069\u006e\u0070\u0075\u0074\u0020\u006e\u006f\u0074\u0020\u0066\u0075\u006c\u006c\u0020\u0062\u006c\u006f\u0063\u006b\u0073"); -return ;};if len (dst )< len (src ){_d .Log .Error ("\u0045R\u0052\u004fR\u003a\u0020\u0045C\u0042\u0020\u0065\u006e\u0063\u0072\u0079p\u0074\u003a\u0020\u006f\u0075\u0074p\u0075\u0074\u0020\u0073\u006d\u0061\u006c\u006c\u0065\u0072\u0020t\u0068\u0061\u006e\u0020\u0069\u006e\u0070\u0075\u0074"); -return ;};for len (src )> 0{_dg ._bca .Encrypt (dst ,src [:_dg ._ae ]);src =src [_dg ._ae :];dst =dst [_dg ._ae :];};};type errInvalidField struct{Func string ;Field string ;Exp int ;Got int ;};func (_eb *ecbEncrypter )BlockSize ()int {return _eb ._ae }; +func (_ddacd stdHandlerR6 )GenerateParams (d *StdEncryptDict ,opass ,upass []byte )([]byte ,error ){_eag :=make ([]byte ,32);if _ ,_cad :=_d .ReadFull (_bd .Reader ,_eag );_cad !=nil {return nil ,_cad ;};d .U =nil ;d .O =nil ;d .UE =nil ;d .OE =nil ;d .Perms =nil ; +if len (upass )> 127{upass =upass [:127];};if len (opass )> 127{opass =opass [:127];};if _cdb :=_ddacd .alg8 (d ,_eag ,upass );_cdb !=nil {return nil ,_cdb ;};if _edfd :=_ddacd .alg9 (d ,_eag ,opass );_edfd !=nil {return nil ,_edfd ;};if d .R ==5{return _eag ,nil ; +};if _gcea :=_ddacd .alg10 (d ,_eag );_gcea !=nil {return nil ,_gcea ;};return _eag ,nil ;};type ecbDecrypter ecb ;func (_ff stdHandlerR4 )alg2 (_agc *StdEncryptDict ,_fg []byte )[]byte {_ga .Log .Trace ("\u0061\u006c\u0067\u0032");_bg :=_ff .paddedPass (_fg ); +_edf :=_f .New ();_edf .Write (_bg );_edf .Write (_agc .O );var _ee [4]byte ;_g .LittleEndian .PutUint32 (_ee [:],uint32 (_agc .P ));_edf .Write (_ee [:]);_ga .Log .Trace ("\u0067o\u0020\u0050\u003a\u0020\u0025\u0020x",_ee );_edf .Write ([]byte (_ff .ID0 )); +_ga .Log .Trace ("\u0074\u0068\u0069\u0073\u002e\u0052\u0020\u003d\u0020\u0025d\u0020\u0065\u006e\u0063\u0072\u0079\u0070t\u004d\u0065\u0074\u0061\u0064\u0061\u0074\u0061\u0020\u0025\u0076",_agc .R ,_agc .EncryptMetadata );if (_agc .R >=4)&&!_agc .EncryptMetadata {_edf .Write ([]byte {0xff,0xff,0xff,0xff}); +};_acf :=_edf .Sum (nil );if _agc .R >=3{_edf =_f .New ();for _fc :=0;_fc < 50;_fc ++{_edf .Reset ();_edf .Write (_acf [0:_ff .Length /8]);_acf =_edf .Sum (nil );};};if _agc .R >=3{return _acf [0:_ff .Length /8];};return _acf [0:5];};func _abbc (_cfd []byte )([]byte ,error ){_bdf :=_a .New (); +_bdf .Write (_cfd );return _bdf .Sum (nil ),nil ;};func (_agd errInvalidField )Error ()string {return _gc .Sprintf ("\u0025s\u003a\u0020e\u0078\u0070\u0065\u0063t\u0065\u0064\u0020%\u0073\u0020\u0066\u0069\u0065\u006c\u0064\u0020\u0074o \u0062\u0065\u0020%\u0064\u0020b\u0079\u0074\u0065\u0073\u002c\u0020g\u006f\u0074 \u0025\u0064",_agd .Func ,_agd .Field ,_agd .Exp ,_agd .Got ); +};const _acg ="\x28\277\116\136\x4e\x75\x8a\x41\x64\000\x4e\x56\377"+"\xfa\001\010\056\x2e\x00\xb6\xd0\x68\076\x80\x2f\014"+"\251\xfe\x64\x53\x69\172";func _gda (_egg []byte )(_b .Block ,error ){_ege ,_fda :=_de .NewCipher (_egg );if _fda !=nil {_ga .Log .Error ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0063\u006f\u0075\u006c\u0064\u0020\u006e\u006f\u0074\u0020\u0063\u0072\u0065\u0061\u0074\u0065\u0020A\u0045\u0053\u0020\u0063\u0069p\u0068\u0065r\u003a\u0020\u0025\u0076",_fda ); +return nil ,_fda ;};return _ege ,nil ;};func (_fec stdHandlerR4 )alg6 (_dba *StdEncryptDict ,_gbba []byte )([]byte ,error ){var (_da []byte ;_aab error ;);_agb :=_fec .alg2 (_dba ,_gbba );if _dba .R ==2{_da ,_aab =_fec .alg4 (_agb ,_gbba );}else if _dba .R >=3{_da ,_aab =_fec .alg5 (_agb ,_gbba ); +}else {return nil ,_ae .New ("\u0069n\u0076\u0061\u006c\u0069\u0064\u0020R");};if _aab !=nil {return nil ,_aab ;};_ga .Log .Trace ("\u0063\u0068\u0065\u0063k:\u0020\u0025\u0020\u0078\u0020\u003d\u003d\u0020\u0025\u0020\u0078\u0020\u003f",string (_da ),string (_dba .U )); +_ecb :=_da ;_fecb :=_dba .U ;if _dba .R >=3{if len (_ecb )> 16{_ecb =_ecb [0:16];};if len (_fecb )> 16{_fecb =_fecb [0:16];};};if !_ed .Equal (_ecb ,_fecb ){return nil ,nil ;};return _agb ,nil ;};func (_beb *ecbEncrypter )BlockSize ()int {return _beb ._ab }; +func (_gcb stdHandlerR4 )alg7 (_dga *StdEncryptDict ,_fbc []byte )([]byte ,error ){_aabe :=_gcb .alg3Key (_dga .R ,_fbc );_gag :=make ([]byte ,len (_dga .O ));if _dga .R ==2{_ecg ,_acec :=_bc .NewCipher (_aabe );if _acec !=nil {return nil ,_ae .New ("\u0066\u0061\u0069\u006c\u0065\u0064\u0020\u0063\u0069\u0070\u0068\u0065\u0072"); +};_ecg .XORKeyStream (_gag ,_dga .O );}else if _dga .R >=3{_gge :=append ([]byte {},_dga .O ...);for _ef :=0;_ef < 20;_ef ++{_ffb :=append ([]byte {},_aabe ...);for _abd :=0;_abd < len (_aabe );_abd ++{_ffb [_abd ]^=byte (19-_ef );};_cb ,_dda :=_bc .NewCipher (_ffb ); +if _dda !=nil {return nil ,_ae .New ("\u0066\u0061\u0069\u006c\u0065\u0064\u0020\u0063\u0069\u0070\u0068\u0065\u0072");};_cb .XORKeyStream (_gag ,_gge );_gge =append ([]byte {},_gag ...);};}else {return nil ,_ae .New ("\u0069n\u0076\u0061\u006c\u0069\u0064\u0020R"); +};_aec ,_edba :=_gcb .alg6 (_dga ,_gag );if _edba !=nil {return nil ,nil ;};return _aec ,nil ;}; +// NewHandlerR4 creates a new standard security handler for R<=4. +func NewHandlerR4 (id0 string ,length int )StdHandler {return stdHandlerR4 {ID0 :id0 ,Length :length }};const (EventDocOpen =AuthEvent ("\u0044o\u0063\u004f\u0070\u0065\u006e");EventEFOpen =AuthEvent ("\u0045\u0046\u004f\u0070\u0065\u006e"););func (_fee *ecbDecrypter )BlockSize ()int {return _fee ._ab }; -// GenerateParams generates and sets O and U parameters for the encryption dictionary. -// It expects R, P and EncryptMetadata fields to be set. -func (_fcb stdHandlerR4 )GenerateParams (d *StdEncryptDict ,opass ,upass []byte )([]byte ,error ){O ,_eba :=_fcb .alg3 (d .R ,upass ,opass );if _eba !=nil {_d .Log .Debug ("\u0045R\u0052\u004fR\u003a\u0020\u0045r\u0072\u006f\u0072\u0020\u0067\u0065\u006ee\u0072\u0061\u0074\u0069\u006e\u0067 \u004f\u0020\u0066\u006f\u0072\u0020\u0065\u006e\u0063\u0072\u0079p\u0074\u0069\u006f\u006e\u0020\u0028\u0025\u0073\u0029",_eba ); -return nil ,_eba ;};d .O =O ;_d .Log .Trace ("\u0067\u0065\u006e\u0020\u004f\u003a\u0020\u0025\u0020\u0078",O );_bbb :=_fcb .alg2 (d ,upass );U ,_eba :=_fcb .alg5 (_bbb ,upass );if _eba !=nil {_d .Log .Debug ("\u0045R\u0052\u004fR\u003a\u0020\u0045r\u0072\u006f\u0072\u0020\u0067\u0065\u006ee\u0072\u0061\u0074\u0069\u006e\u0067 \u004f\u0020\u0066\u006f\u0072\u0020\u0065\u006e\u0063\u0072\u0079p\u0074\u0069\u006f\u006e\u0020\u0028\u0025\u0073\u0029",_eba ); -return nil ,_eba ;};d .U =U ;_d .Log .Trace ("\u0067\u0065\u006e\u0020\u0055\u003a\u0020\u0025\u0020\u0078",U );return _bbb ,nil ;};func _dfc (_eaa ,_da ,_bce []byte )([]byte ,error ){var (_bcd ,_bae ,_dgcf _f .Hash ;);_bcd =_b .New ();_agc :=make ([]byte ,64); -_geeb :=_bcd ;_geeb .Write (_eaa );K :=_geeb .Sum (_agc [:0]);_dbab :=make ([]byte ,64*(127+64+48));_ffc :=func (_gfc int )([]byte ,error ){_baa :=len (_da )+len (K )+len (_bce );_bgf :=_dbab [:_baa ];_bcee :=copy (_bgf ,_da );_bcee +=copy (_bgf [_bcee :],K [:]); -_bcee +=copy (_bgf [_bcee :],_bce );if _bcee !=_baa {_d .Log .Error ("E\u0052\u0052\u004f\u0052\u003a\u0020u\u006e\u0065\u0078\u0070\u0065\u0063t\u0065\u0064\u0020\u0072\u006f\u0075\u006ed\u0020\u0069\u006e\u0070\u0075\u0074\u0020\u0073\u0069\u007ae\u002e"); -return nil ,_ec .New ("\u0077\u0072\u006f\u006e\u0067\u0020\u0073\u0069\u007a\u0065");};K1 :=_dbab [:_baa *64];_baf (K1 ,_baa );_cec ,_agb :=_beb (K [0:16]);if _agb !=nil {return nil ,_agb ;};_acd :=_e .NewCBCEncrypter (_cec ,K [16:32]);_acd .CryptBlocks (K1 ,K1 ); -E :=K1 ;_edd :=0;for _ebaf :=0;_ebaf < 16;_ebaf ++{_edd +=int (E [_ebaf ]%3);};var _aaa _f .Hash ;switch _edd %3{case 0:_aaa =_bcd ;case 1:if _bae ==nil {_bae =_ef .New384 ();};_aaa =_bae ;case 2:if _dgcf ==nil {_dgcf =_ef .New ();};_aaa =_dgcf ;};_aaa .Reset (); -_aaa .Write (E );K =_aaa .Sum (_agc [:0]);return E ,nil ;};for _ecc :=0;;{E ,_facc :=_ffc (_ecc );if _facc !=nil {return nil ,_facc ;};_dag :=E [len (E )-1];_ecc ++;if _ecc >=64&&_dag <=uint8 (_ecc -32){break ;};};return K [:32],nil ;};func (_gde stdHandlerR4 )alg3 (R int ,_dd ,_ga []byte )([]byte ,error ){var _cag []byte ; -if len (_ga )> 0{_cag =_gde .alg3Key (R ,_ga );}else {_cag =_gde .alg3Key (R ,_dd );};_ac ,_ce :=_c .NewCipher (_cag );if _ce !=nil {return nil ,_ec .New ("\u0066a\u0069l\u0065\u0064\u0020\u0072\u0063\u0034\u0020\u0063\u0069\u0070\u0068");};_cbg :=_gde .paddedPass (_dd ); -_dee :=make ([]byte ,len (_cbg ));_ac .XORKeyStream (_dee ,_cbg );if R >=3{_df :=make ([]byte ,len (_cag ));for _ega :=0;_ega < 19;_ega ++{for _cdc :=0;_cdc < len (_cag );_cdc ++{_df [_cdc ]=_cag [_cdc ]^byte (_ega +1);};_db ,_ag :=_c .NewCipher (_df ); -if _ag !=nil {return nil ,_ec .New ("\u0066a\u0069l\u0065\u0064\u0020\u0072\u0063\u0034\u0020\u0063\u0069\u0070\u0068");};_db .XORKeyStream (_dee ,_dee );};};return _dee ,nil ;};func (_ege stdHandlerR4 )alg2 (_gd *StdEncryptDict ,_bb []byte )[]byte {_d .Log .Trace ("\u0061\u006c\u0067\u0032"); -_gdd :=_ege .paddedPass (_bb );_bbg :=_bc .New ();_bbg .Write (_gdd );_bbg .Write (_gd .O );var _cb [4]byte ;_gb .LittleEndian .PutUint32 (_cb [:],uint32 (_gd .P ));_bbg .Write (_cb [:]);_d .Log .Trace ("\u0067o\u0020\u0050\u003a\u0020\u0025\u0020x",_cb ); -_bbg .Write ([]byte (_ege .ID0 ));_d .Log .Trace ("\u0074\u0068\u0069\u0073\u002e\u0052\u0020\u003d\u0020\u0025d\u0020\u0065\u006e\u0063\u0072\u0079\u0070t\u004d\u0065\u0074\u0061\u0064\u0061\u0074\u0061\u0020\u0025\u0076",_gd .R ,_gd .EncryptMetadata ); -if (_gd .R >=4)&&!_gd .EncryptMetadata {_bbg .Write ([]byte {0xff,0xff,0xff,0xff});};_dgf :=_bbg .Sum (nil );if _gd .R >=3{_bbg =_bc .New ();for _dcc :=0;_dcc < 50;_dcc ++{_bbg .Reset ();_bbg .Write (_dgf [0:_ege .Length /8]);_dgf =_bbg .Sum (nil );};}; -if _gd .R >=3{return _dgf [0:_ege .Length /8];};return _dgf [0:5];};func (_cge stdHandlerR4 )alg7 (_gg *StdEncryptDict ,_fff []byte )([]byte ,error ){_ecd :=_cge .alg3Key (_gg .R ,_fff );_ba :=make ([]byte ,len (_gg .O ));if _gg .R ==2{_cea ,_bfe :=_c .NewCipher (_ecd ); -if _bfe !=nil {return nil ,_ec .New ("\u0066\u0061\u0069\u006c\u0065\u0064\u0020\u0063\u0069\u0070\u0068\u0065\u0072");};_cea .XORKeyStream (_ba ,_gg .O );}else if _gg .R >=3{_faf :=append ([]byte {},_gg .O ...);for _gdeb :=0;_gdeb < 20;_gdeb ++{_aba :=append ([]byte {},_ecd ...); -for _bbf :=0;_bbf < len (_ecd );_bbf ++{_aba [_bbf ]^=byte (19-_gdeb );};_ccf ,_cde :=_c .NewCipher (_aba );if _cde !=nil {return nil ,_ec .New ("\u0066\u0061\u0069\u006c\u0065\u0064\u0020\u0063\u0069\u0070\u0068\u0065\u0072");};_ccf .XORKeyStream (_ba ,_faf ); -_faf =append ([]byte {},_ba ...);};}else {return nil ,_ec .New ("\u0069n\u0076\u0061\u006c\u0069\u0064\u0020R");};_fcg ,_age :=_cge .alg6 (_gg ,_ba );if _age !=nil {return nil ,nil ;};return _fcg ,nil ;};var _ StdHandler =stdHandlerR4 {};func (_be stdHandlerR4 )alg6 (_dfb *StdEncryptDict ,_agf []byte )([]byte ,error ){var (_efc []byte ; -_gee error ;);_bdd :=_be .alg2 (_dfb ,_agf );if _dfb .R ==2{_efc ,_gee =_be .alg4 (_bdd ,_agf );}else if _dfb .R >=3{_efc ,_gee =_be .alg5 (_bdd ,_agf );}else {return nil ,_ec .New ("\u0069n\u0076\u0061\u006c\u0069\u0064\u0020R");};if _gee !=nil {return nil ,_gee ; -};_d .Log .Trace ("\u0063\u0068\u0065\u0063k:\u0020\u0025\u0020\u0078\u0020\u003d\u003d\u0020\u0025\u0020\u0078\u0020\u003f",string (_efc ),string (_dfb .U ));_cdfg :=_efc ;_gda :=_dfb .U ;if _dfb .R >=3{if len (_cdfg )> 16{_cdfg =_cdfg [0:16];};if len (_gda )> 16{_gda =_gda [0:16]; -};};if !_cc .Equal (_cdfg ,_gda ){return nil ,nil ;};return _bdd ,nil ;};type stdHandlerR6 struct{};func _baf (_cfe []byte ,_afea int ){_eca :=_afea ;for _eca < len (_cfe ){copy (_cfe [_eca :],_cfe [:_eca ]);_eca *=2;};};func (stdHandlerR4 )paddedPass (_fgc []byte )[]byte {_ccad :=make ([]byte ,32); -_cab :=copy (_ccad ,_fgc );for ;_cab < 32;_cab ++{_ccad [_cab ]=_de [_cab -len (_fgc )];};return _ccad ;}; \ No newline at end of file + +// Authenticate implements StdHandler interface. +func (_gcc stdHandlerR4 )Authenticate (d *StdEncryptDict ,pass []byte )([]byte ,Permissions ,error ){_ga .Log .Trace ("\u0044\u0065b\u0075\u0067\u0067\u0069n\u0067\u0020a\u0075\u0074\u0068\u0065\u006e\u0074\u0069\u0063a\u0074\u0069\u006f\u006e\u0020\u002d\u0020\u006f\u0077\u006e\u0065\u0072 \u0070\u0061\u0073\u0073"); +_adg ,_bgbg :=_gcc .alg7 (d ,pass );if _bgbg !=nil {return nil ,0,_bgbg ;};if _adg !=nil {_ga .Log .Trace ("\u0074h\u0069\u0073\u002e\u0061u\u0074\u0068\u0065\u006e\u0074i\u0063a\u0074e\u0064\u0020\u003d\u0020\u0054\u0072\u0075e");return _adg ,PermOwner ,nil ; +};_ga .Log .Trace ("\u0044\u0065bu\u0067\u0067\u0069n\u0067\u0020\u0061\u0075the\u006eti\u0063\u0061\u0074\u0069\u006f\u006e\u0020- \u0075\u0073\u0065\u0072\u0020\u0070\u0061s\u0073");_adg ,_bgbg =_gcc .alg6 (d ,pass );if _bgbg !=nil {return nil ,0,_bgbg ; +};if _adg !=nil {_ga .Log .Trace ("\u0074h\u0069\u0073\u002e\u0061u\u0074\u0068\u0065\u006e\u0074i\u0063a\u0074e\u0064\u0020\u003d\u0020\u0054\u0072\u0075e");return _adg ,d .P ,nil ;};return nil ,0,nil ;};func (_aed stdHandlerR6 )alg11 (_abgc *StdEncryptDict ,_cgfe []byte )([]byte ,error ){if _eca :=_db ("\u0061\u006c\u00671\u0031","\u0055",48,_abgc .U ); +_eca !=nil {return nil ,_eca ;};_bec :=make ([]byte ,len (_cgfe )+8);_fbg :=copy (_bec ,_cgfe );_fbg +=copy (_bec [_fbg :],_abgc .U [32:40]);_cgdb ,_egfd :=_aed .alg2b (_abgc .R ,_bec ,_cgfe ,nil );if _egfd !=nil {return nil ,_egfd ;};_cgdb =_cgdb [:32]; +if !_ed .Equal (_cgdb ,_abgc .U [:32]){return nil ,nil ;};return _cgdb ,nil ;};type stdHandlerR4 struct{Length int ;ID0 string ;}; \ No newline at end of file diff --git a/creator/creator.go b/creator/creator.go index 8096ef1a8..ceb016dc2 100644 --- a/creator/creator.go +++ b/creator/creator.go @@ -12,1838 +12,1663 @@ // Package creator is used for quickly generating pages and content with a simple interface. // It is built on top of the model package to provide access to the most common // operations such as creating text and image reports and manipulating existing pages. -package creator ;import (_c "bytes";_gf "encoding/xml";_bd "errors";_f "fmt";_bb "github.com/gorilla/i18n/linebreak";_cc "github.com/unidoc/unichart/render";_fec "github.com/unidoc/unipdf/v3/common";_dg "github.com/unidoc/unipdf/v3/contentstream";_gga "github.com/unidoc/unipdf/v3/contentstream/draw"; -_bc "github.com/unidoc/unipdf/v3/core";_dd "github.com/unidoc/unipdf/v3/internal/graphic2d/svg";_ce "github.com/unidoc/unipdf/v3/internal/integrations/unichart";_aa "github.com/unidoc/unipdf/v3/internal/license";_de "github.com/unidoc/unipdf/v3/internal/transform"; -_fgd "github.com/unidoc/unipdf/v3/model";_fa "golang.org/x/text/unicode/bidi";_e "image";_gg "io";_ac "log";_fc "math";_b "os";_d "regexp";_fd "sort";_fg "strconv";_eg "strings";_g "text/template";_fe "unicode";); +package creator ;import (_cc "bytes";_b "encoding/xml";_fc "errors";_f "fmt";_af "github.com/gorilla/i18n/linebreak";_fbb "github.com/unidoc/unichart/render";_ca "github.com/unidoc/unipdf/v3/common";_eag "github.com/unidoc/unipdf/v3/contentstream";_ddb "github.com/unidoc/unipdf/v3/contentstream/draw"; +_be "github.com/unidoc/unipdf/v3/core";_ea "github.com/unidoc/unipdf/v3/internal/graphic2d/svg";_bd "github.com/unidoc/unipdf/v3/internal/integrations/unichart";_ag "github.com/unidoc/unipdf/v3/internal/license";_cbe "github.com/unidoc/unipdf/v3/internal/transform"; +_gd "github.com/unidoc/unipdf/v3/model";_fbg "golang.org/x/text/unicode/bidi";_dd "image";_cb "io";_bg "log";_ff "math";_e "os";_c "path/filepath";_g "regexp";_d "sort";_fd "strconv";_ddf "strings";_fb "text/template";_ab "unicode";); -// Draw draws the drawable d on the block. -// Note that the drawable must not wrap, i.e. only return one block. Otherwise an error is returned. -func (_bgc *Block )Draw (d Drawable )error {_cecb :=DrawContext {};_cecb .Width =_bgc ._da ;_cecb .Height =_bgc ._ace ;_cecb .PageWidth =_bgc ._da ;_cecb .PageHeight =_bgc ._ace ;_cecb .X =0;_cecb .Y =0;_fac ,_ ,_adf :=d .GeneratePageBlocks (_cecb );if _adf !=nil {return _adf ; -};if len (_fac )!=1{return ErrContentNotFit ;};for _ ,_bbg :=range _fac {if _bfa :=_bgc .mergeBlocks (_bbg );_bfa !=nil {return _bfa ;};};return nil ;}; - -// GetIndent get the cell's left indent. -func (_eaea *TableCell )GetIndent ()float64 {return _eaea ._fceba };const (FitModeNone FitMode =iota ;FitModeFillWidth ;); - -// Scale block by specified factors in the x and y directions. -func (_efa *Block )Scale (sx ,sy float64 ){_afb :=_dg .NewContentCreator ().Scale (sx ,sy ).Operations ();*_efa ._cb =append (*_afb ,*_efa ._cb ...);_efa ._cb .WrapIfNeeded ();_efa ._da *=sx ;_efa ._ace *=sy ;}; - -// NewParagraph creates a new text paragraph. -// Default attributes: -// Font: Helvetica, -// Font size: 10 -// Encoding: WinAnsiEncoding -// Wrap: enabled -// Text color: black -func (_aafc *Creator )NewParagraph (text string )*Paragraph {return _cdbe (text ,_aafc .NewTextStyle ())};func (_gaef *templateProcessor )parseTable (_debga *templateNode )(interface{},error ){var _bccgd int64 ;for _ ,_ddedf :=range _debga ._adfdg .Attr {_eeaba :=_ddedf .Value ; -switch _facef :=_ddedf .Name .Local ;_facef {case "\u0063o\u006c\u0075\u006d\u006e\u0073":_bccgd =_gaef .parseInt64Attr (_facef ,_eeaba );};};if _bccgd <=0{_gaef .nodeLogDebug (_debga ,"\u0049\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u006eu\u006d\u0062e\u0072\u0020\u006f\u0066\u0020\u0074\u0061\u0062\u006ce\u0020\u0063\u006f\u006cu\u006d\u006e\u0073\u003a\u0020\u0025\u0064\u002e\u0020\u0053\u0065\u0074\u0074\u0069\u006e\u0067\u0020\u0074\u006f\u0020\u0031\u002e\u0020\u004f\u0075\u0074\u0070\u0075\u0074\u0020m\u0061\u0079\u0020b\u0065\u0020\u0069\u006e\u0063\u006f\u0072\u0072\u0065\u0063\u0074\u002e",_bccgd ); -_bccgd =1;};_aacc :=_gaef .creator .NewTable (int (_bccgd ));for _ ,_ggag :=range _debga ._adfdg .Attr {_eaddd :=_ggag .Value ;switch _egabg :=_ggag .Name .Local ;_egabg {case "\u0063\u006f\u006c\u0075\u006d\u006e\u002d\u0077\u0069\u0064\u0074\u0068\u0073":_aacc .SetColumnWidths (_gaef .parseFloatArray (_egabg ,_eaddd )...); -case "\u006d\u0061\u0072\u0067\u0069\u006e":_fbcdf :=_gaef .parseMarginAttr (_egabg ,_eaddd );_aacc .SetMargins (_fbcdf .Left ,_fbcdf .Right ,_fbcdf .Top ,_fbcdf .Bottom );case "\u0078":_aacc .SetPos (_gaef .parseFloatAttr (_egabg ,_eaddd ),_aacc ._cbdba ); -case "\u0079":_aacc .SetPos (_aacc ._cbgfe ,_gaef .parseFloatAttr (_egabg ,_eaddd ));case "\u0068\u0065a\u0064\u0065\u0072-\u0073\u0074\u0061\u0072\u0074\u002d\u0072\u006f\u0077":_aacc ._fefac =int (_gaef .parseInt64Attr (_egabg ,_eaddd ));case "\u0068\u0065\u0061\u0064\u0065\u0072\u002d\u0065\u006ed\u002d\u0072\u006f\u0077":_aacc ._gefbf =int (_gaef .parseInt64Attr (_egabg ,_eaddd )); -case "\u0065n\u0061b\u006c\u0065\u002d\u0072\u006f\u0077\u002d\u0077\u0072\u0061\u0070":_aacc .EnableRowWrap (_gaef .parseBoolAttr (_egabg ,_eaddd ));case "\u0065\u006ea\u0062\u006c\u0065-\u0070\u0061\u0067\u0065\u002d\u0077\u0072\u0061\u0070":_aacc .EnablePageWrap (_gaef .parseBoolAttr (_egabg ,_eaddd )); -case "\u0063o\u006c\u0075\u006d\u006e\u0073":break ;default:_gaef .nodeLogDebug (_debga ,"\u0055n\u0073\u0075p\u0070\u006f\u0072\u0074e\u0064\u0020\u0074a\u0062\u006c\u0065\u0020\u0061\u0074\u0074\u0072\u0069bu\u0074\u0065\u003a \u0060\u0025s\u0060\u002e\u0020\u0053\u006b\u0069p\u0070\u0069n\u0067\u002e",_egabg ); -};};if _aacc ._fefac !=0&&_aacc ._gefbf !=0{_gdcac :=_aacc .SetHeaderRows (_aacc ._fefac ,_aacc ._gefbf );if _gdcac !=nil {_gaef .nodeLogDebug (_debga ,"\u0043\u006ful\u0064\u0020\u006eo\u0074\u0020\u0073\u0065t t\u0061bl\u0065\u0020\u0068\u0065\u0061\u0064\u0065r \u0072\u006f\u0077\u0073\u003a\u0020\u0025v\u002e",_gdcac ); -};}else {_aacc ._fefac =0;_aacc ._gefbf =0;};return _aacc ,nil ;}; - -// ToPdfShadingPattern generates a new model.PdfShadingPatternType3 object. -func (_fddb *RadialShading )ToPdfShadingPattern ()*_fgd .PdfShadingPatternType3 {_abgfb ,_fbce ,_fbae :=_fddb ._dafd ._feac .ToRGB ();_gdbba :=_fddb .shadingModel ();_gdbba .PdfShading .Background =_bc .MakeArrayFromFloats ([]float64 {_abgfb ,_fbce ,_fbae }); -_dbaa :=_fgd .NewPdfShadingPatternType3 ();_dbaa .Shading =_gdbba ;return _dbaa ;}; +// FrontpageFunctionArgs holds the input arguments to a front page drawing function. +// It is designed as a struct, so additional parameters can be added in the future with backwards +// compatibility. +type FrontpageFunctionArgs struct{PageNum int ;TotalPages int ;};func _ggagfc ()*FilledCurve {_fcac :=FilledCurve {};_fcac ._cefdf =[]_ddb .CubicBezierCurve {};return &_fcac ;}; -// SetLineMargins sets the margins for all new lines of the table of contents. -func (_ffede *TOC )SetLineMargins (left ,right ,top ,bottom float64 ){_bedgea :=&_ffede ._becec ;_bedgea .Left =left ;_bedgea .Right =right ;_bedgea .Top =top ;_bedgea .Bottom =bottom ;}; +// Width returns the width of the rectangle. +// NOTE: the returned value does not include the border width of the rectangle. +func (_dcebe *Rectangle )Width ()float64 {return _dcebe ._dacdg };func (_dga *Block )mergeBlocks (_aa *Block )error {_eagb :=_cga (_dga ._ge ,_dga ._fa ,_aa ._ge ,_aa ._fa );if _eagb !=nil {return _eagb ;};for _ ,_dea :=range _aa ._bdc {_dga .AddAnnotation (_dea ); +};return nil ;};func (_cgbcd *templateProcessor )parseBoolAttr (_ecgef ,_gaece string )bool {_ca .Log .Debug ("P\u0061\u0072\u0073\u0069\u006e\u0067 \u0062\u006f\u006f\u006c\u0020\u0061t\u0074\u0072\u0069\u0062\u0075\u0074\u0065:\u0020\u0028\u0060\u0025\u0073\u0060\u002c\u0020\u0025\u0073)\u002e",_ecgef ,_gaece ); +_afedd ,_ :=_fd .ParseBool (_gaece );return _gaece ==""||_afedd ;}; -// ScaleToHeight scales the Block to a specified height, maintaining the same aspect ratio. -func (_ged *Block )ScaleToHeight (h float64 ){_bfg :=h /_ged ._ace ;_ged .Scale (_bfg ,_bfg )}; +// SetBackgroundColor set background color of the shading area. +// +// By default the background color is set to white. +func (_faeb *RadialShading )SetBackgroundColor (backgroundColor Color ){_faeb ._ffcg .SetBackgroundColor (backgroundColor );}; -// SetMarkedContentID sets the marked content id for the paragraph. -func (_befbd *Paragraph )SetMarkedContentID (mcid int64 )*_fgd .KDict {_befbd ._dege =&mcid ;_ggdg :=_fgd .NewKDictionary ();_ggdg .S =_bc .MakeName ("\u0050");_ggdg .K =_bc .MakeInteger (mcid );return _ggdg ;};func _cbcc (_bfcgg ,_agfdd ,_efeb int )[]int {_fadgf :=[]int {}; -for _gfgc :=_bfcgg ;_gfgc <=_efeb ;_gfgc +=_agfdd {_fadgf =append (_fadgf ,_gfgc );};return _fadgf ;};func (_aefce *Invoice )generateTotalBlocks (_gcgd DrawContext )([]*Block ,DrawContext ,error ){_dgge :=_bagfg (4);_dgge .SetMargins (0,0,10,10);_bgad :=[][2]*InvoiceCell {_aefce ._beff }; -_bgad =append (_bgad ,_aefce ._aegd ...);_bgad =append (_bgad ,_aefce ._gdba );for _ ,_gafe :=range _bgad {_ggge ,_ebgdg :=_gafe [0],_gafe [1];if _ebgdg .Value ==""{continue ;};_dgge .SkipCells (2);_caed :=_dgge .NewCell ();_caed .SetBackgroundColor (_ggge .BackgroundColor ); -_caed .SetHorizontalAlignment (_ebgdg .Alignment );_aefce .setCellBorder (_caed ,_ggge );_gcf :=_ddge (_ggge .TextStyle );_gcf .SetMargins (0,0,2,1);_gcf .Append (_ggge .Value );_caed .SetContent (_gcf );_caed =_dgge .NewCell ();_caed .SetBackgroundColor (_ebgdg .BackgroundColor ); -_caed .SetHorizontalAlignment (_ebgdg .Alignment );_aefce .setCellBorder (_caed ,_ggge );_gcf =_ddge (_ebgdg .TextStyle );_gcf .SetMargins (0,0,2,1);_gcf .Append (_ebgdg .Value );_caed .SetContent (_gcf );};return _dgge .GeneratePageBlocks (_gcgd );}; +// Height returns the height of the graphic svg. +func (_cfda *GraphicSVG )Height ()float64 {return _cfda ._dddg .Height };func (_egfb *templateProcessor )parseLineStyleAttr (_acgea ,_ebbdb string )_ddb .LineStyle {_ca .Log .Debug ("\u0050\u0061\u0072\u0073\u0069n\u0067\u0020\u006c\u0069\u006e\u0065\u0020\u0073\u0074\u0079\u006c\u0065\u0020a\u0074\u0074\u0072\u0069\u0062\u0075\u0074\u0065\u003a\u0020\u0028\u0060\u0025\u0073\u0060\u002c\u0020\u0025\u0073\u0029\u002e",_acgea ,_ebbdb ); +_dgfad :=map[string ]_ddb .LineStyle {"\u0073\u006f\u006ci\u0064":_ddb .LineStyleSolid ,"\u0064\u0061\u0073\u0068\u0065\u0064":_ddb .LineStyleDashed }[_ebbdb ];return _dgfad ;}; -// SetFitMode sets the fit mode of the image. -// NOTE: The fit mode is only applied if relative positioning is used. -func (_dbdef *Image )SetFitMode (fitMode FitMode ){_dbdef ._cba =fitMode };func _gadda (_dcde ,_aaec interface{})(interface{},error ){_afeg ,_beeffc :=_gaegc (_dcde );if _beeffc !=nil {return nil ,_beeffc ;};switch _deeb :=_afeg .(type ){case int64 :_fbbcb ,_daab :=_gaegc (_aaec ); -if _daab !=nil {return nil ,_daab ;};switch _cfagg :=_fbbcb .(type ){case int64 :return _deeb +_cfagg ,nil ;case float64 :return float64 (_deeb )+_cfagg ,nil ;};case float64 :_eagec ,_ebcca :=_gaegc (_aaec );if _ebcca !=nil {return nil ,_ebcca ;};switch _dbbe :=_eagec .(type ){case int64 :return _deeb +float64 (_dbbe ),nil ; -case float64 :return _deeb +_dbbe ,nil ;};};return nil ,_f .Errorf ("\u0066\u0061\u0069le\u0064\u0020\u0074\u006f\u0020\u0061\u0064\u0064\u0020\u0025\u0076\u0020\u0061\u006e\u0064\u0020\u0025\u0076",_dcde ,_aaec );}; +// GetMargins returns the margins of the ellipse: left, right, top, bottom. +func (_dacd *Ellipse )GetMargins ()(float64 ,float64 ,float64 ,float64 ){return _dacd ._dffg .Left ,_dacd ._dffg .Right ,_dacd ._dffg .Top ,_dacd ._dffg .Bottom ;};func (_bacc *Chapter )headingText ()string {_ggda :=_bacc ._fagc ;if _fbfa :=_bacc .headingNumber (); +_fbfa !=""{_ggda =_f .Sprintf ("\u0025\u0073\u0020%\u0073",_fbfa ,_ggda );};return _ggda ;}; -// SetShowLinks sets visibility of links for the TOC lines. -func (_gffe *TOC )SetShowLinks (showLinks bool ){_gffe ._ggabc =showLinks }; +// Width returns the width of the chart. In relative positioning mode, +// all the available context width is used at render time. +func (_ddcb *Chart )Width ()float64 {return float64 (_ddcb ._bgcd .Width ())}; -// SetColor sets the line color. -func (_deea *Curve )SetColor (col Color ){_deea ._afgg =col }; +// SetPageMargins sets the page margins: left, right, top, bottom. +// The default page margins are 10% of document width. +func (_dfb *Creator )SetPageMargins (left ,right ,top ,bottom float64 ){_dfb ._gffac .Left =left ;_dfb ._gffac .Right =right ;_dfb ._gffac .Top =top ;_dfb ._gffac .Bottom =bottom ;}; -// SkipCells skips over a specified number of cells in the table. -func (_fbffb *Table )SkipCells (num int ){if num < 0{_fec .Log .Debug ("\u0054\u0061\u0062\u006c\u0065:\u0020\u0063\u0061\u006e\u006e\u006f\u0074\u0020\u0073\u006b\u0069\u0070\u0020b\u0061\u0063\u006b\u0020\u0074\u006f\u0020\u0070\u0072\u0065\u0076\u0069\u006f\u0075\u0073\u0020\u0063\u0065\u006c\u006c\u0073"); -return ;};for _aaggb :=0;_aaggb < num ;_aaggb ++{_fbffb .NewCell ();};};func (_deeef *templateProcessor )parseFitModeAttr (_fgdf ,_aabbe string )FitMode {_fec .Log .Debug ("\u0050\u0061\u0072\u0073\u0069\u006e\u0067\u0020\u0066\u0069\u0074\u0020\u006do\u0064\u0065\u0020\u0061\u0074\u0074r\u0069\u0062\u0075\u0074\u0065\u003a\u0020\u0028\u0060\u0025\u0073\u0060\u002c \u0025\u0073\u0029\u002e",_fgdf ,_aabbe ); -_dbad :=map[string ]FitMode {"\u006e\u006f\u006e\u0065":FitModeNone ,"\u0066\u0069\u006c\u006c\u002d\u0077\u0069\u0064\u0074\u0068":FitModeFillWidth }[_aabbe ];return _dbad ;}; +// Flip flips the active page on the specified axes. +// If `flipH` is true, the page is flipped horizontally. Similarly, if `flipV` +// is true, the page is flipped vertically. If both are true, the page is +// flipped both horizontally and vertically. +// NOTE: the flip transformations are applied when the creator is finalized, +// which is at write time in most cases. +func (_feeg *Creator )Flip (flipH ,flipV bool )error {_ffdc :=_feeg .getActivePage ();if _ffdc ==nil {return _fc .New ("\u006e\u006f\u0020\u0070\u0061\u0067\u0065\u0020\u0061c\u0074\u0069\u0076\u0065");};_bbgf ,_eefb :=_feeg ._gaf [_ffdc ];if !_eefb {_bbgf =&pageTransformations {}; +_feeg ._gaf [_ffdc ]=_bbgf ;};_bbgf ._fgfca =flipH ;_bbgf ._gfega =flipV ;return nil ;}; -// GetMargins returns the margins of the chart (left, right, top, bottom). -func (_bbbb *Chart )GetMargins ()(float64 ,float64 ,float64 ,float64 ){return _bbbb ._bgfg .Left ,_bbbb ._bgfg .Right ,_bbbb ._bgfg .Top ,_bbbb ._bgfg .Bottom ;}; +// RotateDeg rotates the current active page by angle degrees. An error is returned on failure, +// which can be if there is no currently active page, or the angleDeg is not a multiple of 90 degrees. +func (_cccc *Creator )RotateDeg (angleDeg int64 )error {_fcbg :=_cccc .getActivePage ();if _fcbg ==nil {_ca .Log .Debug ("F\u0061\u0069\u006c\u0020\u0074\u006f\u0020\u0072\u006f\u0074\u0061\u0074\u0065\u003a\u0020\u006e\u006f\u0020p\u0061\u0067\u0065\u0020\u0063\u0075\u0072\u0072\u0065\u006etl\u0079\u0020\u0061c\u0074i\u0076\u0065"); +return _fc .New ("\u006e\u006f\u0020\u0070\u0061\u0067\u0065\u0020\u0061c\u0074\u0069\u0076\u0065");};if angleDeg %90!=0{_ca .Log .Debug ("E\u0052\u0052\u004f\u0052\u003a\u0020\u0050\u0061\u0067e\u0020\u0072\u006f\u0074\u0061\u0074\u0069on\u0020\u0061\u006e\u0067l\u0065\u0020\u006e\u006f\u0074\u0020\u0061\u0020\u006dul\u0074\u0069p\u006c\u0065\u0020\u006f\u0066\u0020\u0039\u0030"); +return _fc .New ("\u0072\u0061\u006e\u0067\u0065\u0020\u0063\u0068\u0065\u0063\u006b\u0020e\u0072\u0072\u006f\u0072");};var _fagg int64 ;if _fcbg .Rotate !=nil {_fagg =*(_fcbg .Rotate );};_fagg +=angleDeg ;_fcbg .Rotate =&_fagg ;return nil ;};func _agbf (_cfaa []byte )(*Image ,error ){_ecdd :=_cc .NewReader (_cfaa ); +_cbac ,_eefe :=_gd .ImageHandling .Read (_ecdd );if _eefe !=nil {_ca .Log .Error ("\u0045\u0072\u0072or\u0020\u006c\u006f\u0061\u0064\u0069\u006e\u0067\u0020\u0069\u006d\u0061\u0067\u0065\u003a\u0020\u0025\u0073",_eefe );return nil ,_eefe ;};return _bddd (_cbac ); +}; -// TableCell defines a table cell which can contain a Drawable as content. -type TableCell struct{_cbgd Color ;_gaddf _gga .LineStyle ;_faab CellBorderStyle ;_ebgcd Color ;_caef float64 ;_bggf CellBorderStyle ;_aegdf Color ;_eabab float64 ;_cfdbdc CellBorderStyle ;_fcbbf Color ;_adec float64 ;_bgcce CellBorderStyle ;_gefce Color ; -_cddebf float64 ;_deef ,_bacg int ;_afddb int ;_ecddcb int ;_aafg VectorDrawable ;_bbbff CellHorizontalAlignment ;_bdfgg CellVerticalAlignment ;_fceba float64 ;_abdcb *Table ;}; +// SetWidthRight sets border width for right. +func (_ddfa *border )SetWidthRight (bw float64 ){_ddfa ._dggc =bw };func _bacfg (_cbfg TextStyle )*List {return &List {_cacc :TextChunk {Text :"\u2022\u0020",Style :_cbfg },_eeccg :0,_gcbf :true ,_egbg :PositionRelative ,_edga :_cbfg };}; -// Width returns the Block's width. -func (_bce *Block )Width ()float64 {return _bce ._da }; +// SetAngle sets the rotation angle of the text. +func (_adaae *StyledParagraph )SetAngle (angle float64 ){_adaae ._cbace =angle };func _fdaf (_bcaeb *templateProcessor ,_fbgd *templateNode )(interface{},error ){return _bcaeb .parseDivision (_fbgd );}; -// SetMakedContentID sets the marked content id for the table. -func (_egfca *Table )SetMarkedContentID (mcid int64 )*_fgd .KDict {return nil }; +// SetMarkedContentID sets the marked content id for the chart. +func (_badf *Chart )SetMarkedContentID (mcid int64 )*_gd .KDict {_badf ._gcge =&mcid ;_gfbf :=_gd .NewKDictionary ();_gfbf .S =_be .MakeName (_gd .StructureTypeFigure );_gfbf .K =_be .MakeInteger (mcid );return _gfbf ;}; -// SetAntiAlias enables anti alias config. -// -// Anti alias is disabled by default. -func (_bbbfbf *LinearShading )SetAntiAlias (enable bool ){_bbbfbf ._dfae .SetAntiAlias (enable )}; +// NewPolyline creates a new polyline. +func (_dad *Creator )NewPolyline (points []_ddb .Point )*Polyline {return _gcee (points )};var (ColorBlack =ColorRGBFromArithmetic (0,0,0);ColorWhite =ColorRGBFromArithmetic (1,1,1);ColorRed =ColorRGBFromArithmetic (1,0,0);ColorGreen =ColorRGBFromArithmetic (0,1,0); +ColorBlue =ColorRGBFromArithmetic (0,0,1);ColorYellow =ColorRGBFromArithmetic (1,1,0););func (_acebb *StyledParagraph )getTextLineWidth (_bfeg []*TextChunk )float64 {var _egfe float64 ;_fdeae :=len (_bfeg );for _gfbfe ,_bcbf :=range _bfeg {_bdce :=&_bcbf .Style ; +_acdg :=len (_bcbf .Text );for _egedc ,_ggcc :=range _bcbf .Text {if _ggcc =='\u000A'{continue ;};_dggfc ,_cgfc :=_bdce .Font .GetRuneMetrics (_ggcc );if !_cgfc {_ca .Log .Debug ("\u0052\u0075\u006e\u0065\u0020\u0063\u0068\u0061\u0072\u0020\u006d\u0065\u0074\u0072\u0069c\u0073 \u006e\u006f\u0074\u0020\u0066\u006f\u0075\u006e\u0064\u0021\u0020\u0025\u0076\u000a",_ggcc ); +return -1;};_egfe +=_bdce .FontSize *_dggfc .Wx *_bdce .horizontalScale ();if _ggcc !=' '&&(_gfbfe !=_fdeae -1||_egedc !=_acdg -1){_egfe +=_bdce .CharSpacing *1000.0;};};};return _egfe ;}; -// SetMargins sets the Block's left, right, top, bottom, margins. -func (_ffd *Block )SetMargins (left ,right ,top ,bottom float64 ){_ffd ._aag .Left =left ;_ffd ._aag .Right =right ;_ffd ._aag .Top =top ;_ffd ._aag .Bottom =bottom ;}; +// FitMode defines resizing options of an object inside a container. +type FitMode int ;func _cegb (_cacf ,_dfaef ,_acgb ,_ecdg float64 )*Line {return &Line {_cbagd :_cacf ,_efeb :_dfaef ,_agbba :_acgb ,_dcga :_ecdg ,_ffga :ColorBlack ,_gbfc :1.0,_adcb :1.0,_cccd :[]int64 {1,1},_fcbba :PositionAbsolute };}; -// Angle returns the block rotation angle in degrees. -func (_dfg *Block )Angle ()float64 {return _dfg ._df }; +// DrawWithContext draws the Block using the specified drawing context. +func (_dbe *Block )DrawWithContext (d Drawable ,ctx DrawContext )error {_daf ,_ ,_ceg :=d .GeneratePageBlocks (ctx );if _ceg !=nil {return _ceg ;};if len (_daf )!=1{return ErrContentNotFit ;};for _ ,_dfd :=range _daf {if _cafa :=_dbe .mergeBlocks (_dfd ); +_cafa !=nil {return _cafa ;};};return nil ;}; -// GeneratePageBlocks draws the filled curve on page blocks. -func (_dcfg *FilledCurve )GeneratePageBlocks (ctx DrawContext )([]*Block ,DrawContext ,error ){_bccc :=NewBlock (ctx .PageWidth ,ctx .PageHeight );_dfda ,_ ,_agfb :=_dcfg .draw (_bccc ,"");if _agfb !=nil {return nil ,ctx ,_agfb ;};_agfb =_bccc .addContentsByString (string (_dfda )); -if _agfb !=nil {return nil ,ctx ,_agfb ;};return []*Block {_bccc },ctx ,nil ;};func _fdga (_fafb []*ColorPoint )*LinearShading {return &LinearShading {_dfae :&shading {_feac :ColorWhite ,_ccea :false ,_fece :[]bool {false ,false },_bcaca :_fafb },_gafag :&_fgd .PdfRectangle {}}; -}; +// SetMarkedContentID sets marked content ID. +func (_egc *border )SetMarkedContentID (id int64 )*_gd .KDict {return nil }; -// SetLinePageStyle sets the style for the page part of all new lines -// of the table of contents. -func (_dccc *TOC )SetLinePageStyle (style TextStyle ){_dccc ._caeab =style }; +// SetColorBottom sets border color for bottom. +func (_aee *border )SetColorBottom (col Color ){_aee ._bfde =col };func (_ggee *Invoice )drawInformation ()*Table {_dfbb :=_gdcg (2);_gbbb :=append ([][2]*InvoiceCell {_ggee ._eeffg ,_ggee ._cegfg ,_ggee ._fgfe },_ggee ._ebf ...);for _ ,_gfegg :=range _gbbb {_feca ,_agca :=_gfegg [0],_gfegg [1]; +if _agca .Value ==""{continue ;};_edcb :=_dfbb .NewCell ();_edcb .SetBackgroundColor (_feca .BackgroundColor );_ggee .setCellBorder (_edcb ,_feca );_afdf :=_aedcd (_feca .TextStyle );_afdf .Append (_feca .Value );_afdf .SetMargins (0,0,2,1);_edcb .SetContent (_afdf ); +_edcb =_dfbb .NewCell ();_edcb .SetBackgroundColor (_agca .BackgroundColor );_ggee .setCellBorder (_edcb ,_agca );_afdf =_aedcd (_agca .TextStyle );_afdf .Append (_agca .Value );_afdf .SetMargins (0,0,2,1);_edcb .SetContent (_afdf );};return _dfbb ;}; -// GetMargins returns the margins of the TOC line: left, right, top, bottom. -func (_aeae *TOCLine )GetMargins ()(float64 ,float64 ,float64 ,float64 ){_beegg :=&_aeae ._afgdd ._ccddg ;return _aeae ._afage ,_beegg .Right ,_beegg .Top ,_beegg .Bottom ;};func (_gbce *InvoiceAddress )fmtLine (_fcfa ,_aefb string ,_gbbcb bool )string {if _gbbcb {_aefb =""; -};return _f .Sprintf ("\u0025\u0073\u0025s\u000a",_aefb ,_fcfa );}; +// SetMarkedContentID sets the marked content ID for the paragraph. +func (_faed *StyledParagraph )SetMarkedContentID (mcid int64 )*_gd .KDict {_faed ._gbdb =&mcid ;_fabc :=_gd .NewKDictionary ();_fabc .S =_be .MakeName ("\u0050");_fabc .K =_be .MakeInteger (mcid );return _fabc ;}; -// Line defines a line between point 1 (X1, Y1) and point 2 (X2, Y2). -// The line width, color, style (solid or dashed) and opacity can be -// configured. Implements the Drawable interface. -type Line struct{_gbcgde float64 ;_gcfa float64 ;_cfge float64 ;_ceef float64 ;_ebgca Color ;_cedaf _gga .LineStyle ;_eabf float64 ;_cgecc []int64 ;_dcebc int64 ;_aebf float64 ;_babe Positioning ;_efdg FitMode ;_fggd Margins ;_fbeb *int64 ;}; +// SetOutlineTree adds the specified outline tree to the PDF file generated +// by the creator. Adding an external outline tree disables the automatic +// generation of outlines done by the creator for the relevant components. +func (_eecc *Creator )SetOutlineTree (outlineTree *_gd .PdfOutlineTreeNode ){_eecc ._dfac =outlineTree }; -// NoteStyle returns the style properties used to render the content of the -// invoice note sections. -func (_afab *Invoice )NoteStyle ()TextStyle {return _afab ._dgad }; +// SetFillOpacity sets the fill opacity of the ellipse. +func (_cbbe *Ellipse )SetFillOpacity (opacity float64 ){_cbbe ._baae =opacity };func _ebaa (_faddbe string ,_bfebb bool )string {_cgfb :=_faddbe ;if _cgfb ==""{return "";};_fcacg :=_fbg .Paragraph {};_ ,_fdcfg :=_fcacg .SetString (_faddbe );if _fdcfg !=nil {return _cgfb ; +};_fgbd ,_fdcfg :=_fcacg .Order ();if _fdcfg !=nil {return _cgfb ;};_cbbgb :=_fgbd .NumRuns ();_gaadg :=make ([]string ,_cbbgb );for _ffdff :=0;_ffdff < _fgbd .NumRuns ();_ffdff ++{_ecae :=_fgbd .Run (_ffdff );_bbgfd :=_ecae .String ();if _ecae .Direction ()==_fbg .RightToLeft {_bbgfd =_fbg .ReverseString (_bbgfd ); +};if _bfebb {_gaadg [_ffdff ]=_bbgfd ;}else {_gaadg [_cbbgb -1]=_bbgfd ;};_cbbgb --;};if len (_gaadg )!=_fgbd .NumRuns (){return _faddbe ;};_cgfb =_ddf .Join (_gaadg ,"");return _cgfb ;};func _ecdbd (_dgbag *_gd .PdfFont ,_adffe float64 )*fontMetrics {_efff :=&fontMetrics {}; +if _dgbag ==nil {_ca .Log .Debug ("\u0057\u0041\u0052\u004e\u003a\u0020\u0066\u006f\u006e\u0074\u0020\u0069s\u0020\u006e\u0069\u006c");return _efff ;};_bddde ,_ccabd :=_dgbag .GetFontDescriptor ();if _ccabd !=nil {_ca .Log .Debug ("E\u0052\u0052\u004f\u0052\u003a\u0020\u0055\u006e\u0061\u0062\u006c\u0065\u0020\u0074\u006f\u0020\u0067\u0065t\u0020\u0066\u006f\u006e\u0074\u0020\u0064\u0065\u0073\u0063ri\u0070\u0074\u006fr\u003a \u0025\u0076",_ccabd ); +return _efff ;};if _efff ._edgacc ,_ccabd =_bddde .GetCapHeight ();_ccabd !=nil {_ca .Log .Trace ("\u0057\u0041\u0052\u004e\u003a\u0020\u0055\u006e\u0061\u0062\u006c\u0065\u0020t\u006f\u0020\u0067\u0065\u0074\u0020f\u006f\u006e\u0074\u0020\u0063\u0061\u0070\u0020\u0068\u0065\u0069\u0067\u0068t\u003a\u0020\u0025\u0076",_ccabd ); +};if int (_efff ._edgacc )<=0{_ca .Log .Trace ("\u0057\u0041\u0052\u004e\u003a\u0020\u0043\u0061p\u0020\u0048\u0065ig\u0068\u0074\u0020\u006e\u006f\u0074 \u0061\u0076\u0061\u0069\u006c\u0061\u0062\u006c\u0065\u0020\u002d\u0020\u0073\u0065\u0074t\u0069\u006e\u0067\u0020\u0074\u006f\u0020\u00310\u0030\u0030"); +_efff ._edgacc =1000;};_efff ._edgacc *=_adffe /1000.0;if _efff ._daeb ,_ccabd =_bddde .GetXHeight ();_ccabd !=nil {_ca .Log .Trace ("\u0057\u0041R\u004e\u003a\u0020\u0055n\u0061\u0062l\u0065\u0020\u0074\u006f\u0020\u0067\u0065\u0074 \u0066\u006f\u006e\u0074\u0020\u0078\u002d\u0068\u0065\u0069\u0067\u0068t\u003a\u0020\u0025\u0076",_ccabd ); +};_efff ._daeb *=_adffe /1000.0;if _efff ._gecf ,_ccabd =_bddde .GetAscent ();_ccabd !=nil {_ca .Log .Trace ("W\u0041\u0052\u004e\u003a\u0020\u0055n\u0061\u0062\u006c\u0065\u0020\u0074o\u0020\u0067\u0065\u0074\u0020\u0066\u006fn\u0074\u0020\u0061\u0073\u0063\u0065\u006e\u0074\u003a\u0020%\u0076",_ccabd ); +};_efff ._gecf *=_adffe /1000.0;if _efff ._gfcgf ,_ccabd =_bddde .GetDescent ();_ccabd !=nil {_ca .Log .Trace ("\u0057\u0041RN\u003a\u0020\u0055n\u0061\u0062\u006c\u0065 to\u0020ge\u0074\u0020\u0066\u006f\u006e\u0074\u0020de\u0073\u0063\u0065\u006e\u0074\u003a\u0020%\u0076",_ccabd ); +};_efff ._gfcgf *=_adffe /1000.0;return _efff ;};func _dfdb (_dcdf _fbb .ChartRenderable )*Chart {return &Chart {_bgcd :_dcdf ,_eebg :PositionRelative ,_aabg :Margins {Top :10,Bottom :10}};}; -// SetMarkedContentID sets the marked content id for the chart. -func (_gbcbd *Chart )SetMarkedContentID (mcid int64 )*_fgd .KDict {_gbcbd ._aed =&mcid ;_cdc :=_fgd .NewKDictionary ();_cdc .S =_bc .MakeName (_fgd .StructureTypeFigure );_cdc .K =_bc .MakeInteger (mcid );return _cdc ;}; +// SetTotal sets the total of the invoice. +func (_edce *Invoice )SetTotal (value string ){_edce ._cecdb [1].Value =value };func (_agbg cmykColor )ToRGB ()(float64 ,float64 ,float64 ){_dfeb :=_agbg ._febg ;return 1-(_agbg ._cgab *(1-_dfeb )+_dfeb ),1-(_agbg ._bfdc *(1-_dfeb )+_dfeb ),1-(_agbg ._fec *(1-_dfeb )+_dfeb ); +}; -// SetLogo sets the logo of the invoice. -func (_ecfg *Invoice )SetLogo (logo *Image ){_ecfg ._gdfdf =logo }; +// TextOverflow determines the behavior of paragraph text which does +// not fit in the available space. +type TextOverflow int ;func (_aag *Chapter )headingNumber ()string {var _bfb string ;if _aag ._dge {if _aag ._gag !=0{_bfb =_fd .Itoa (_aag ._gag )+"\u002e";};if _aag ._bae !=nil {_dgb :=_aag ._bae .headingNumber ();if _dgb !=""{_bfb =_dgb +_bfb ;};};}; +return _bfb ;};func _bbdfeg (_ageac *_gd .PdfAnnotationLink )*_gd .PdfAnnotationLink {if _ageac ==nil {return nil ;};_bcbd :=_gd .NewPdfAnnotationLink ();_bcbd .BS =_ageac .BS ;_bcbd .A =_ageac .A ;if _egec ,_aegfe :=_ageac .GetAction ();_aegfe ==nil &&_egec !=nil {_bcbd .SetAction (_egec ); +};if _bfab ,_cbbdf :=_ageac .Dest .(*_be .PdfObjectArray );_cbbdf {_bcbd .Dest =_be .MakeArray (_bfab .Elements ()...);};return _bcbd ;}; -// NewImageFromFile creates an Image from a file. -func (_ccfa *Creator )NewImageFromFile (path string )(*Image ,error ){return _gbggc (path )}; +// SetFillOpacity sets the fill opacity of the rectangle. +func (_geagb *Rectangle )SetFillOpacity (opacity float64 ){_geagb ._aadb =opacity }; -// ScaleToWidth sets the graphic svg scaling factor with the given width. -func (_gceeb *GraphicSVG )ScaleToWidth (w float64 ){_dbab :=_gceeb ._dgccb .Height /_gceeb ._dgccb .Width ;_gceeb ._dgccb .Width =w ;_gceeb ._dgccb .Height =w *_dbab ;_gceeb ._dgccb .SetScaling (_dbab ,_dbab );}; +// New creates a new instance of the PDF Creator. +func New ()*Creator {const _fde ="c\u0072\u0065\u0061\u0074\u006f\u0072\u002e\u004e\u0065\u0077";_cfeb :=&Creator {};_cfeb ._bee =[]*_gd .PdfPage {};_cfeb ._fafg =map[*_gd .PdfPage ]*Block {};_cfeb ._gaf =map[*_gd .PdfPage ]*pageTransformations {};_cfeb .SetPageSize (PageSizeLetter ); +_dfcb :=0.1*_cfeb ._baec ;_cfeb ._gffac .Left =_dfcb ;_cfeb ._gffac .Right =_dfcb ;_cfeb ._gffac .Top =_dfcb ;_cfeb ._gffac .Bottom =_dfcb ;var _ggdc error ;_cfeb ._fbbd ,_ggdc =_gd .NewStandard14Font (_gd .HelveticaName );if _ggdc !=nil {_cfeb ._fbbd =_gd .DefaultFont (); +};_cfeb ._gafc ,_ggdc =_gd .NewStandard14Font (_gd .HelveticaBoldName );if _ggdc !=nil {_cfeb ._fbbd =_gd .DefaultFont ();};_cfeb ._dda =_cfeb .NewTOC ("\u0054\u0061\u0062\u006c\u0065\u0020\u006f\u0066\u0020\u0043\u006f\u006et\u0065\u006e\u0074\u0073"); +_cfeb .AddOutlines =true ;_cfeb ._eagf =_gd .NewOutline ();_ag .TrackUse (_fde );return _cfeb ;};func (_gdfea *Invoice )generateInformationBlocks (_dceb DrawContext )([]*Block ,DrawContext ,error ){_ebcg :=_aedcd (_gdfea ._bdae );_ebcg .SetMargins (0,0,0,20); +_ebdc :=_gdfea .drawAddress (_gdfea ._afbf );_ebdc =append (_ebdc ,_ebcg );_ebdc =append (_ebdc ,_gdfea .drawAddress (_gdfea ._adbcd )...);_egedg :=_cfgb ();for _ ,_afaee :=range _ebdc {_egedg .Add (_afaee );};_eaaa :=_gdfea .drawInformation ();_ddfd :=_gdcg (2); +_ddfd .SetMargins (0,0,25,0);_dfdf :=_ddfd .NewCell ();_dfdf .SetIndent (0);_dfdf .SetContent (_egedg );_dfdf =_ddfd .NewCell ();_dfdf .SetContent (_eaaa );return _ddfd .GeneratePageBlocks (_dceb );}; -// Width is not used as the division component is designed to fill all the -// available space, depending on the context. Returns 0. -func (_fcdd *Division )Width ()float64 {return 0};func (_adfg *FilledCurve )draw (_ageca *Block ,_bdfc string )([]byte ,*_fgd .PdfRectangle ,error ){_bedg :=_gga .NewCubicBezierPath ();for _ ,_bgbe :=range _adfg ._acce {_bedg =_bedg .AppendCurve (_bgbe ); -};creator :=_dg .NewContentCreator ();if _adfg ._deca !=nil {creator .Add_BDC (*_bc .MakeName (_fgd .StructureTypeFigure ),map[string ]_bc .PdfObject {"\u004d\u0043\u0049\u0044":_bc .MakeInteger (*_adfg ._deca )});};creator .Add_q ();if _adfg .FillEnabled &&_adfg ._ggea !=nil {_bbgca :=_cfcee (_adfg ._ggea ); -_afbf :=_cacbe (_ageca ,_bbgca ,_adfg ._ggea ,func ()Rectangle {_cbeg :=_gga .NewCubicBezierPath ();for _ ,_deafg :=range _adfg ._acce {_cbeg =_cbeg .AppendCurve (_deafg );};_ecdb :=_cbeg .GetBoundingBox ();if _adfg .BorderEnabled {_ecdb .Height +=_adfg .BorderWidth ; -_ecdb .Width +=_adfg .BorderWidth ;_ecdb .X -=_adfg .BorderWidth /2;_ecdb .Y -=_adfg .BorderWidth /2;};return Rectangle {_defb :_ecdb .X ,_cdgf :_ecdb .Y ,_bcede :_ecdb .Width ,_cggg :_ecdb .Height };});if _afbf !=nil {return nil ,nil ,_afbf ;};creator .SetNonStrokingColor (_bbgca ); -};if _adfg .BorderEnabled {if _adfg ._ccec !=nil {creator .SetStrokingColor (_cfcee (_adfg ._ccec ));};creator .Add_w (_adfg .BorderWidth );};if len (_bdfc )> 1{creator .Add_gs (_bc .PdfObjectName (_bdfc ));};_gga .DrawBezierPathWithCreator (_bedg ,creator ); -creator .Add_h ();if _adfg .FillEnabled &&_adfg .BorderEnabled {creator .Add_B ();}else if _adfg .FillEnabled {creator .Add_f ();}else if _adfg .BorderEnabled {creator .Add_S ();};creator .Add_Q ();if _adfg ._deca !=nil {creator .Add_EMC ();};_ggda :=_bedg .GetBoundingBox (); -if _adfg .BorderEnabled {_ggda .Height +=_adfg .BorderWidth ;_ggda .Width +=_adfg .BorderWidth ;_ggda .X -=_adfg .BorderWidth /2;_ggda .Y -=_adfg .BorderWidth /2;};_geag :=&_fgd .PdfRectangle {};_geag .Llx =_ggda .X ;_geag .Lly =_ggda .Y ;_geag .Urx =_ggda .X +_ggda .Width ; -_geag .Ury =_ggda .Y +_ggda .Height ;return creator .Bytes (),_geag ,nil ;}; +// ColorGrayFromHex converts color hex code to gray color for using with creator. +// NOTE: If there is a problem interpreting the string, then will use black color and log a debug message. +// Example hex code: #ff -> white. +func ColorGrayFromHex (hexStr string )Color {_fcbb :=grayColor {};if (len (hexStr )!=2&&len (hexStr )!=3)||hexStr [0]!='#'{_ca .Log .Debug ("I\u006ev\u0061\u006c\u0069\u0064\u0020\u0068\u0065\u0078 \u0063\u006f\u0064\u0065: \u0025\u0073",hexStr );return _fcbb ; +};var _dfae int ;if len (hexStr )==2{var _bfdd int ;_cdec ,_abbc :=_f .Sscanf (hexStr ,"\u0023\u0025\u0031\u0078",&_bfdd );if _abbc !=nil {_ca .Log .Debug ("\u0049\u006e\u0076a\u006c\u0069\u0064\u0020h\u0065\u0078\u0020\u0063\u006f\u0064\u0065:\u0020\u0025\u0073\u002c\u0020\u0065\u0072\u0072\u006f\u0072\u003a\u0020\u0025\u0076",hexStr ,_abbc ); +return _fcbb ;};if _cdec !=1{_ca .Log .Debug ("I\u006ev\u0061\u006c\u0069\u0064\u0020\u0068\u0065\u0078 \u0063\u006f\u0064\u0065: \u0025\u0073",hexStr );return _fcbb ;};_dfae =_bfdd *16+_bfdd ;}else {_gedf ,_bba :=_f .Sscanf (hexStr ,"\u0023\u0025\u0032\u0078",&_dfae ); +if _bba !=nil {_ca .Log .Debug ("I\u006ev\u0061\u006c\u0069\u0064\u0020\u0068\u0065\u0078 \u0063\u006f\u0064\u0065: \u0025\u0073",hexStr );return _fcbb ;};if _gedf !=1{_ca .Log .Debug ("\u0049\u006e\u0076\u0061\u006c\u0069d\u0020\u0068\u0065\u0078\u0020\u0063\u006f\u0064\u0065\u003a\u0020\u0025\u0073,\u0020\u006e\u0020\u0021\u003d\u0020\u0033 \u0028\u0025\u0064\u0029",hexStr ,_gedf ); +return _fcbb ;};};_fcbb ._ddcc =float64 (_dfae )/255.0;return _fcbb ;}; -// MoveY moves the drawing context to absolute position y. -func (_dffe *Creator )MoveY (y float64 ){_dffe ._eee .Y =y };func (_eabcaf *templateProcessor )parseParagraph (_fbbg *templateNode ,_eebd *Paragraph )(interface{},error ){if _eebd ==nil {_eebd =_eabcaf .creator .NewParagraph ("");};for _ ,_efdda :=range _fbbg ._adfdg .Attr {_cebec :=_efdda .Value ; -switch _eebf :=_efdda .Name .Local ;_eebf {case "\u0066\u006f\u006e\u0074":_eebd .SetFont (_eabcaf .parseFontAttr (_eebf ,_cebec ));case "\u0066o\u006e\u0074\u002d\u0073\u0069\u007ae":_eebd .SetFontSize (_eabcaf .parseFloatAttr (_eebf ,_cebec ));case "\u0074\u0065\u0078\u0074\u002d\u0061\u006c\u0069\u0067\u006e":_eebd .SetTextAlignment (_eabcaf .parseTextAlignmentAttr (_eebf ,_cebec )); -case "l\u0069\u006e\u0065\u002d\u0068\u0065\u0069\u0067\u0068\u0074":_eebd .SetLineHeight (_eabcaf .parseFloatAttr (_eebf ,_cebec ));case "e\u006e\u0061\u0062\u006c\u0065\u002d\u0077\u0072\u0061\u0070":_eebd .SetEnableWrap (_eabcaf .parseBoolAttr (_eebf ,_cebec )); -case "\u0063\u006f\u006co\u0072":_eebd .SetColor (_eabcaf .parseColorAttr (_eebf ,_cebec ));case "\u0078":_eebd .SetPos (_eabcaf .parseFloatAttr (_eebf ,_cebec ),_eebd ._ggfb );case "\u0079":_eebd .SetPos (_eebd ._gddg ,_eabcaf .parseFloatAttr (_eebf ,_cebec )); -case "\u0061\u006e\u0067l\u0065":_eebd .SetAngle (_eabcaf .parseFloatAttr (_eebf ,_cebec ));case "\u006d\u0061\u0072\u0067\u0069\u006e":_gecfe :=_eabcaf .parseMarginAttr (_eebf ,_cebec );_eebd .SetMargins (_gecfe .Left ,_gecfe .Right ,_gecfe .Top ,_gecfe .Bottom ); -case "\u006da\u0078\u002d\u006c\u0069\u006e\u0065s":_eebd .SetMaxLines (int (_eabcaf .parseInt64Attr (_eebf ,_cebec )));default:_eabcaf .nodeLogDebug (_fbbg ,"\u0055\u006e\u0073\u0075\u0070\u0070\u006f\u0072t\u0065\u0064\u0020pa\u0072\u0061\u0067\u0072\u0061\u0070h\u0020\u0061\u0074\u0074\u0072\u0069\u0062\u0075\u0074\u0065\u003a\u0020\u0060\u0025\u0073`\u002e\u0020\u0053\u006b\u0069\u0070\u0070\u0069n\u0067\u002e",_eebf ); -};};return _eebd ,nil ;}; +// SetFillOpacity sets the fill opacity. +func (_bgccg *Polygon )SetFillOpacity (opacity float64 ){_bgccg ._cbfb =opacity };func (_cfdcb *templateProcessor )run ()error {_ddfff :=_b .NewDecoder (_cc .NewReader (_cfdcb ._fagcac ));var _aegag *templateNode ;for {_abaad ,_dggef :=_ddfff .Token (); +if _dggef !=nil {if _dggef ==_cb .EOF {return nil ;};return _dggef ;};if _abaad ==nil {break ;};_dbfae ,_degb :=_abfae (_ddfff );_cfbb :=_ddfff .InputOffset ();switch _bbed :=_abaad .(type ){case _b .StartElement :_ca .Log .Debug ("\u0050\u0061\u0072\u0073\u0069\u006eg\u0020\u0074\u0065\u006d\u0070\u006c\u0061\u0074\u0065\u0020\u0073\u0074\u0061r\u0074\u0020\u0074\u0061\u0067\u003a\u0020`\u0025\u0073\u0060\u002e",_bbed .Name .Local ); +_febf ,_dacb :=_dfbbf [_bbed .Name .Local ];if !_dacb {if _cfdcb ._cabb ==""{if _dbfae !=0{_ca .Log .Debug ("\u0055n\u0073u\u0070\u0070\u006f\u0072\u0074\u0065\u0064\u0020\u0074\u0065\u006dp\u006c\u0061\u0074\u0065 \u0074\u0061\u0067\u0020\u003c%\u0073\u003e\u002e\u0020\u0053\u006b\u0069\u0070\u0070\u0069\u006e\u0067\u002e\u0020\u004f\u0075\u0074\u0070\u0075\u0074\u0020\u006d\u0061\u0079\u0020\u0062\u0065\u0020\u0069\u006e\u0063o\u0072\u0072\u0065\u0063\u0074\u002e\u0020\u005b%\u0064\u003a\u0025\u0064\u005d",_bbed .Name .Local ,_dbfae ,_degb ); +}else {_ca .Log .Debug ("\u0055\u006e\u0073\u0075\u0070\u0070\u006f\u0072\u0074\u0065\u0064\u0020\u0074\u0065\u006d\u0070\u006c\u0061\u0074e\u0020\u0074\u0061\u0067\u0020\u003c\u0025\u0073\u003e\u002e\u0020\u0053\u006b\u0069\u0070\u0070i\u006e\u0067\u002e\u0020\u004f\u0075\u0074\u0070\u0075\u0074\u0020\u006d\u0061\u0079\u0020\u0062\u0065\u0020\u0069\u006e\u0063\u006f\u0072\u0072e\u0063\u0074\u002e\u0020\u005b%\u0064\u005d",_bbed .Name .Local ,_cfbb ); +};}else {if _dbfae !=0{_ca .Log .Debug ("\u0055\u006e\u0073\u0075\u0070p\u006f\u0072\u0074\u0065\u0064\u0020\u0074e\u006d\u0070\u006c\u0061\u0074\u0065\u0020\u0074\u0061\u0067\u0020\u003c\u0025\u0073\u003e\u002e\u0020\u0053\u006b\u0069\u0070\u0070\u0069\u006e\u0067\u002e\u0020\u004f\u0075\u0074\u0070\u0075\u0074\u0020\u006d\u0061\u0079\u0020\u0062\u0065 \u0069\u006e\u0063\u006f\u0072\u0072\u0065\u0063\u0074\u002e\u0020\u005b%\u0073\u003a\u0025\u0064\u003a\u0025d\u005d",_bbed .Name .Local ,_cfdcb ._cabb ,_dbfae ,_degb ); +}else {_ca .Log .Debug ("\u0055n\u0073u\u0070\u0070\u006f\u0072\u0074\u0065\u0064\u0020\u0074\u0065\u006dp\u006c\u0061\u0074\u0065 \u0074\u0061\u0067\u0020\u003c%\u0073\u003e\u002e\u0020\u0053\u006b\u0069\u0070\u0070\u0069\u006e\u0067\u002e\u0020\u004f\u0075\u0074\u0070\u0075\u0074\u0020\u006d\u0061\u0079\u0020\u0062\u0065\u0020\u0069\u006e\u0063o\u0072\u0072\u0065\u0063\u0074\u002e\u0020\u005b%\u0073\u003a\u0025\u0064\u005d",_bbed .Name .Local ,_cfdcb ._cabb ,_cfbb ); +};};continue ;};_aegag =&templateNode {_eccfd :_bbed ,_ddbbd :_aegag ,_gbdd :_dbfae ,_ggcca :_degb ,_afdda :_cfbb };if _cccgb :=_febf ._bdafc ;_cccgb !=nil {_aegag ._fdfd ,_dggef =_cccgb (_cfdcb ,_aegag );if _dggef !=nil {return _dggef ;};};case _b .EndElement :_ca .Log .Debug ("\u0050\u0061\u0072s\u0069\u006e\u0067\u0020t\u0065\u006d\u0070\u006c\u0061\u0074\u0065 \u0065\u006e\u0064\u0020\u0074\u0061\u0067\u003a\u0020\u0060\u0025\u0073\u0060\u002e",_bbed .Name .Local ); +if _aegag !=nil {if _aegag ._fdfd !=nil {if _badce :=_cfdcb .renderNode (_aegag );_badce !=nil {return _badce ;};};_aegag =_aegag ._ddbbd ;};case _b .CharData :if _aegag !=nil &&_aegag ._fdfd !=nil {if _feabf :=_cfdcb .addNodeText (_aegag ,string (_bbed )); +_feabf !=nil {return _feabf ;};};case _b .Comment :_ca .Log .Debug ("\u0050\u0061\u0072s\u0069\u006e\u0067\u0020t\u0065\u006d\u0070\u006c\u0061\u0074\u0065 \u0063\u006f\u006d\u006d\u0065\u006e\u0074\u003a\u0020\u0060\u0025\u0073\u0060\u002e",string (_bbed )); +};};return nil ;};func (_afbee *LinearShading )shadingModel ()*_gd .PdfShadingType2 {_fgfb :=_ddb .NewPoint (_afbee ._ddfb .Llx +_afbee ._ddfb .Width ()/2,_afbee ._ddfb .Lly +_afbee ._ddfb .Height ()/2);_bceb :=_ddb .NewPoint (_afbee ._ddfb .Llx ,_afbee ._ddfb .Lly +_afbee ._ddfb .Height ()/2).Add (-_fgfb .X ,-_fgfb .Y ).Rotate (_afbee ._cfebd ).Add (_fgfb .X ,_fgfb .Y ); +_bceb =_ddb .NewPoint (_ff .Max (_ff .Min (_bceb .X ,_afbee ._ddfb .Urx ),_afbee ._ddfb .Llx ),_ff .Max (_ff .Min (_bceb .Y ,_afbee ._ddfb .Ury ),_afbee ._ddfb .Lly ));_fecf :=_ddb .NewPoint (_afbee ._ddfb .Urx ,_afbee ._ddfb .Lly +_afbee ._ddfb .Height ()/2).Add (-_fgfb .X ,-_fgfb .Y ).Rotate (_afbee ._cfebd ).Add (_fgfb .X ,_fgfb .Y ); +_fecf =_ddb .NewPoint (_ff .Min (_ff .Max (_fecf .X ,_afbee ._ddfb .Llx ),_afbee ._ddfb .Urx ),_ff .Min (_ff .Max (_fecf .Y ,_afbee ._ddfb .Lly ),_afbee ._ddfb .Ury ));_ddac :=_gd .NewPdfShadingType2 ();_ddac .PdfShading .ShadingType =_be .MakeInteger (2); +_ddac .PdfShading .ColorSpace =_gd .NewPdfColorspaceDeviceRGB ();_ddac .PdfShading .AntiAlias =_be .MakeBool (_afbee ._faee ._fdda );_ddac .Coords =_be .MakeArrayFromFloats ([]float64 {_bceb .X ,_bceb .Y ,_fecf .X ,_fecf .Y });_ddac .Extend =_be .MakeArray (_be .MakeBool (_afbee ._faee ._gecd [0]),_be .MakeBool (_afbee ._faee ._gecd [1])); +_ddac .Function =_afbee ._faee .generatePdfFunctions ();return _ddac ;}; -// SetPageMargins sets the page margins: left, right, top, bottom. -// The default page margins are 10% of document width. -func (_fca *Creator )SetPageMargins (left ,right ,top ,bottom float64 ){_fca ._cbb .Left =left ;_fca ._cbb .Right =right ;_fca ._cbb .Top =top ;_fca ._cbb .Bottom =bottom ;};func _gbfdd (_bbce ,_bdda TextStyle )*Invoice {_gccbd :=&Invoice {_dgfaa :"\u0049N\u0056\u004f\u0049\u0043\u0045",_eabc :"\u002c\u0020",_cgce :_bbce ,_gfdfe :_bdda }; -_gccbd ._ddaa =&InvoiceAddress {Separator :_gccbd ._eabc };_gccbd ._eeeb =&InvoiceAddress {Heading :"\u0042i\u006c\u006c\u0020\u0074\u006f",Separator :_gccbd ._eabc };_faaea :=ColorRGBFrom8bit (245,245,245);_agaa :=ColorRGBFrom8bit (155,155,155);_gccbd ._adaa =_bdda ; -_gccbd ._adaa .Color =_agaa ;_gccbd ._adaa .FontSize =20;_gccbd ._efdd =_bbce ;_gccbd ._geef =_bdda ;_gccbd ._dgad =_bbce ;_gccbd ._bgbeg =_bdda ;_gccbd ._gca =_gccbd .NewCellProps ();_gccbd ._gca .BackgroundColor =_faaea ;_gccbd ._gca .TextStyle =_bdda ; -_gccbd ._gbfg =_gccbd .NewCellProps ();_gccbd ._gbfg .TextStyle =_bdda ;_gccbd ._gbfg .BackgroundColor =_faaea ;_gccbd ._gbfg .BorderColor =_faaea ;_gccbd ._baae =_gccbd .NewCellProps ();_gccbd ._baae .BorderColor =_faaea ;_gccbd ._baae .BorderSides =[]CellBorderSide {CellBorderSideBottom }; -_gccbd ._baae .Alignment =CellHorizontalAlignmentRight ;_gccbd ._afcea =_gccbd .NewCellProps ();_gccbd ._afcea .Alignment =CellHorizontalAlignmentRight ;_gccbd ._bcab =[2]*InvoiceCell {_gccbd .newCell ("\u0049\u006e\u0076\u006f\u0069\u0063\u0065\u0020\u006eu\u006d\u0062\u0065\u0072",_gccbd ._gca ),_gccbd .newCell ("",_gccbd ._gca )}; -_gccbd ._cbfg =[2]*InvoiceCell {_gccbd .newCell ("\u0044\u0061\u0074\u0065",_gccbd ._gca ),_gccbd .newCell ("",_gccbd ._gca )};_gccbd ._dfge =[2]*InvoiceCell {_gccbd .newCell ("\u0044\u0075\u0065\u0020\u0044\u0061\u0074\u0065",_gccbd ._gca ),_gccbd .newCell ("",_gccbd ._gca )}; -_gccbd ._beff =[2]*InvoiceCell {_gccbd .newCell ("\u0053\u0075\u0062\u0074\u006f\u0074\u0061\u006c",_gccbd ._afcea ),_gccbd .newCell ("",_gccbd ._afcea )};_gdbbb :=_gccbd ._afcea ;_gdbbb .TextStyle =_bdda ;_gdbbb .BackgroundColor =_faaea ;_gdbbb .BorderColor =_faaea ; -_gccbd ._gdba =[2]*InvoiceCell {_gccbd .newCell ("\u0054\u006f\u0074a\u006c",_gdbbb ),_gccbd .newCell ("",_gdbbb )};_gccbd ._bbgb =[2]string {"\u004e\u006f\u0074e\u0073",""};_gccbd ._affc =[2]string {"T\u0065r\u006d\u0073\u0020\u0061\u006e\u0064\u0020\u0063o\u006e\u0064\u0069\u0074io\u006e\u0073",""}; -_gccbd ._gffd =[]*InvoiceCell {_gccbd .newColumn ("D\u0065\u0073\u0063\u0072\u0069\u0070\u0074\u0069\u006f\u006e",CellHorizontalAlignmentLeft ),_gccbd .newColumn ("\u0051\u0075\u0061\u006e\u0074\u0069\u0074\u0079",CellHorizontalAlignmentRight ),_gccbd .newColumn ("\u0055\u006e\u0069\u0074\u0020\u0070\u0072\u0069\u0063\u0065",CellHorizontalAlignmentRight ),_gccbd .newColumn ("\u0041\u006d\u006f\u0075\u006e\u0074",CellHorizontalAlignmentRight )}; -return _gccbd ;}; +// ScaleToWidth scales the Block to a specified width, maintaining the same aspect ratio. +func (_bea *Block )ScaleToWidth (w float64 ){_ecc :=w /_bea ._de ;_bea .Scale (_ecc ,_ecc )};func (_cbdd *templateProcessor )parseChart (_agdcd *templateNode )(interface{},error ){var _cgdfc string ;for _ ,_efag :=range _agdcd ._eccfd .Attr {_ddecg :=_efag .Value ; +switch _bbcfgf :=_efag .Name .Local ;_bbcfgf {case "\u0073\u0072\u0063":_cgdfc =_ddecg ;};};if _cgdfc ==""{_cbdd .nodeLogError (_agdcd ,"\u0043\u0068\u0061\u0072\u0074\u0020\u0060\u0073\u0072\u0063\u0060\u0020\u0061\u0074\u0074\u0072\u0069\u0062\u0075\u0074\u0065\u0020\u0063\u0061n\u006e\u006f\u0074\u0020\u0062e\u0020\u0065m\u0070\u0074\u0079\u002e"); +return nil ,_fababg ;};_ggcf ,_dage :=_cbdd ._agabg .ChartMap [_cgdfc ];if !_dage {_cbdd .nodeLogError (_agdcd ,"\u0043\u006ful\u0064\u0020\u006eo\u0074\u0020\u0066\u0069nd \u0063ha\u0072\u0074\u0020\u0072\u0065\u0073\u006fur\u0063\u0065\u003a\u0020\u0060\u0025\u0073`\u002e",_cgdfc ); +return nil ,_fababg ;};_ggdac :=NewChart (_ggcf );for _ ,_fgbc :=range _agdcd ._eccfd .Attr {_cbagdc :=_fgbc .Value ;switch _bgea :=_fgbc .Name .Local ;_bgea {case "\u0078":_ggdac .SetPos (_cbdd .parseFloatAttr (_bgea ,_cbagdc ),_ggdac ._badb );case "\u0079":_ggdac .SetPos (_ggdac ._cfca ,_cbdd .parseFloatAttr (_bgea ,_cbagdc )); +case "\u006d\u0061\u0072\u0067\u0069\u006e":_caad :=_cbdd .parseMarginAttr (_bgea ,_cbagdc );_ggdac .SetMargins (_caad .Left ,_caad .Right ,_caad .Top ,_caad .Bottom );case "\u0077\u0069\u0064t\u0068":_ggdac ._bgcd .SetWidth (int (_cbdd .parseFloatAttr (_bgea ,_cbagdc ))); +case "\u0068\u0065\u0069\u0067\u0068\u0074":_ggdac ._bgcd .SetHeight (int (_cbdd .parseFloatAttr (_bgea ,_cbagdc )));case "\u0073\u0072\u0063":break ;default:_cbdd .nodeLogDebug (_agdcd ,"\u0055n\u0073\u0075p\u0070\u006f\u0072\u0074e\u0064\u0020\u0063h\u0061\u0072\u0074\u0020\u0061\u0074\u0074\u0072\u0069bu\u0074\u0065\u003a \u0060\u0025s\u0060\u002e\u0020\u0053\u006b\u0069p\u0070\u0069n\u0067\u002e",_bgea ); +};};return _ggdac ,nil ;}; -// PageFinalizeFunctionArgs holds the input arguments provided to the page -// finalize callback function which can be set using Creator.PageFinalize. -type PageFinalizeFunctionArgs struct{PageNum int ;PageWidth float64 ;PageHeight float64 ;TOCPages int ;TotalPages int ;};func _bbdg (_bcfed *Creator ,_gcedc string ,_afabf []byte ,_aecfa *TemplateOptions ,_daecg componentRenderer )*templateProcessor {if _aecfa ==nil {_aecfa =&TemplateOptions {}; -};_aecfa .init ();if _daecg ==nil {_daecg =_bcfed ;};return &templateProcessor {creator :_bcfed ,_bcfcf :_afabf ,_cbcec :_aecfa ,_ccfe :_daecg ,_edcgd :_gcedc };}; +// SetOpacity sets opacity for Image. +func (_dgggf *Image )SetOpacity (opacity float64 ){_dgggf ._fgec =opacity }; -// FooterFunctionArgs holds the input arguments to a footer drawing function. -// It is designed as a struct, so additional parameters can be added in the future with backwards -// compatibility. -type FooterFunctionArgs struct{PageNum int ;TotalPages int ;}; +// Marker returns the marker used for the list items. +// The marker instance can be used the change the text and the style +// of newly added list items. +func (_cgbd *List )Marker ()*TextChunk {return &_cgbd ._cacc }; -// SetMargins sets the Chapter margins: left, right, top, bottom. -// Typically not needed as the creator's page margins are used. -func (_dee *Chapter )SetMargins (left ,right ,top ,bottom float64 ){_dee ._dbe .Left =left ;_dee ._dbe .Right =right ;_dee ._dbe .Top =top ;_dee ._dbe .Bottom =bottom ;}; +// SetMarkedContentID sets marked content ID. +func (_egga *CurvePolygon )SetMarkedContentID (mcid int64 )*_gd .KDict {_egga ._acgc =&mcid ;_eggg :=_gd .NewKDictionary ();_eggg .S =_be .MakeName (_gd .StructureTypeFigure );_eggg .K =_be .MakeInteger (mcid );return _eggg ;}; -// Scale scales the ellipse dimensions by the specified factors. -func (_gggf *Ellipse )Scale (xFactor ,yFactor float64 ){_gggf ._eefg =xFactor *_gggf ._eefg ;_gggf ._beb =yFactor *_gggf ._beb ;}; +// InfoLines returns all the rows in the invoice information table as +// description-value cell pairs. +func (_cfbd *Invoice )InfoLines ()[][2]*InvoiceCell {_fagca :=[][2]*InvoiceCell {_cfbd ._eeffg ,_cfbd ._cegfg ,_cfbd ._fgfe };return append (_fagca ,_cfbd ._ebf ...);}; -// SetLink makes the line an internal link. -// The text parameter represents the text that is displayed. -// The user is taken to the specified page, at the specified x and y -// coordinates. Position 0, 0 is at the top left of the page. -func (_dbgff *TOCLine )SetLink (page int64 ,x ,y float64 ){_dbgff ._beed =x ;_dbgff ._cdbff =y ;_dbgff ._ebaab =page ;_ecfd :=_dbgff ._afgdd ._fbegf .Color ;_dbgff .Number .Style .Color =_ecfd ;_dbgff .Title .Style .Color =_ecfd ;_dbgff .Separator .Style .Color =_ecfd ; -_dbgff .Page .Style .Color =_ecfd ;}; +// GetMargins returns the Block's margins: left, right, top, bottom. +func (_fg *Block )GetMargins ()(float64 ,float64 ,float64 ,float64 ){return _fg ._bc .Left ,_fg ._bc .Right ,_fg ._bc .Top ,_fg ._bc .Bottom ;}; -// GeneratePageBlocks generates the page blocks for the Division component. -// Multiple blocks are generated if the contents wrap over multiple pages. -func (_abfd *Division )GeneratePageBlocks (ctx DrawContext )([]*Block ,DrawContext ,error ){var (_bdcc []*Block ;_daea bool ;_bdg error ;_dfb =_abfd ._fbec .IsRelative ();_cgca =_abfd ._ddfg .Top ;);if _dfb &&!_abfd ._defa &&!_abfd ._fdb {_edcd :=_abfd .ctxHeight (ctx .Width ); -if _edcd > ctx .Height -_abfd ._ddfg .Top &&_edcd <=ctx .PageHeight -ctx .Margins .Top -ctx .Margins .Bottom {if _bdcc ,ctx ,_bdg =_gbcfe ().GeneratePageBlocks (ctx );_bdg !=nil {return nil ,ctx ,_bdg ;};_daea =true ;_cgca =0;};};_aggc :=ctx ;_daee :=ctx ; -if _dfb {ctx .X +=_abfd ._ddfg .Left ;ctx .Y +=_cgca ;ctx .Width -=_abfd ._ddfg .Left +_abfd ._ddfg .Right ;ctx .Height -=_cgca ;_daee =ctx ;ctx .X +=_abfd ._gbga .Left ;ctx .Y +=_abfd ._gbga .Top ;ctx .Width -=_abfd ._gbga .Left +_abfd ._gbga .Right ; -ctx .Height -=_abfd ._gbga .Top ;ctx .Margins .Top +=_abfd ._gbga .Top ;ctx .Margins .Bottom +=_abfd ._gbga .Bottom ;ctx .Margins .Left +=_abfd ._ddfg .Left +_abfd ._gbga .Left ;ctx .Margins .Right +=_abfd ._ddfg .Right +_abfd ._gbga .Right ;};ctx .Inline =_abfd ._fdb ; -_deaa :=ctx ;_cabec :=ctx ;var _agce float64 ;for _ ,_ffca :=range _abfd ._gebd {if ctx .Inline {if (ctx .X -_deaa .X )+_ffca .Width ()<=ctx .Width {ctx .Y =_cabec .Y ;ctx .Height =_cabec .Height ;}else {ctx .X =_deaa .X ;ctx .Width =_deaa .Width ;_cabec .Y +=_agce ; -_cabec .Height -=_agce ;_agce =0;};};_ddc ,_gedb ,_beec :=_ffca .GeneratePageBlocks (ctx );if _beec !=nil {_fec .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0067\u0065\u006e\u0065\u0072\u0061\u0074\u0069\u006eg\u0020p\u0061\u0067\u0065\u0020\u0062\u006c\u006f\u0063\u006b\u0073\u003a\u0020\u0025\u0076",_beec ); -return nil ,ctx ,_beec ;};if len (_ddc )< 1{continue ;};if len (_bdcc )> 0{_bdcc [len (_bdcc )-1].mergeBlocks (_ddc [0]);_bdcc =append (_bdcc ,_ddc [1:]...);}else {if _ebfe :=_ddc [0]._cb ;_ebfe ==nil ||len (*_ebfe )==0{_daea =true ;};_bdcc =append (_bdcc ,_ddc [0:]...); -};if ctx .Inline {if ctx .Page !=_gedb .Page {_deaa .Y =ctx .Margins .Top ;_deaa .Height =ctx .PageHeight -ctx .Margins .Top ;_cabec .Y =_deaa .Y ;_cabec .Height =_deaa .Height ;_agce =_gedb .Height -_deaa .Height ;}else {if _bgbd :=ctx .Height -_gedb .Height ; -_bgbd > _agce {_agce =_bgbd ;};};}else {_gedb .X =ctx .X ;};ctx =_gedb ;};if len (_abfd ._gebd )==0{_bbff :=NewBlock (ctx .Width ,0);_bdcc =append (_bdcc ,_bbff );};ctx .Inline =_aggc .Inline ;ctx .Margins =_aggc .Margins ;if _dfb {ctx .X =_aggc .X ;ctx .Width =_aggc .Width ; -ctx .Y +=_abfd ._gbga .Bottom ;ctx .Height -=_abfd ._gbga .Bottom ;};if _abfd ._agecb !=nil {_bdcc ,_bdg =_abfd .drawBackground (_bdcc ,_daee ,ctx ,_daea );if _bdg !=nil {return nil ,ctx ,_bdg ;};};if _abfd ._fbec .IsAbsolute (){return _bdcc ,_aggc ,nil ; -};ctx .Y +=_abfd ._ddfg .Bottom ;ctx .Height -=_abfd ._ddfg .Bottom ;return _bdcc ,ctx ,nil ;}; +// SetWidth set the Image's document width to specified w. This does not change the raw image data, i.e. +// no actual scaling of data is performed. That is handled by the PDF viewer. +func (_dfeg *Image )SetWidth (w float64 ){_dfeg ._dcbe =w }; -// SetPageLabels adds the specified page labels to the PDF file generated -// by the creator. See section 12.4.2 "Page Labels" (p. 382 PDF32000_2008). -// NOTE: for existing PDF files, the page label ranges object can be obtained -// using the model.PDFReader's GetPageLabels method. -func (_abee *Creator )SetPageLabels (pageLabels _bc .PdfObject ){_abee ._deg =pageLabels }; +// TableCell defines a table cell which can contain a Drawable as content. +type TableCell struct{_ceege Color ;_aecgdc _ddb .LineStyle ;_bddcf CellBorderStyle ;_edgac Color ;_debdc float64 ;_dgag CellBorderStyle ;_daea Color ;_acdc float64 ;_deef CellBorderStyle ;_cada Color ;_gecc float64 ;_gcccg CellBorderStyle ;_agcef Color ; +_efec float64 ;_fgcga ,_gggbbd int ;_edegf int ;_ffebf int ;_bdea VectorDrawable ;_bebbe CellHorizontalAlignment ;_bdcca CellVerticalAlignment ;_adeb float64 ;_gabb *Table ;}; -// Invoice represents a configurable invoice template. -type Invoice struct{_dgfaa string ;_gdfdf *Image ;_eeeb *InvoiceAddress ;_ddaa *InvoiceAddress ;_eabc string ;_bcab [2]*InvoiceCell ;_cbfg [2]*InvoiceCell ;_dfge [2]*InvoiceCell ;_afff [][2]*InvoiceCell ;_gffd []*InvoiceCell ;_agece [][]*InvoiceCell ;_beff [2]*InvoiceCell ; -_gdba [2]*InvoiceCell ;_aegd [][2]*InvoiceCell ;_bbgb [2]string ;_affc [2]string ;_fcfd [][2]string ;_cgce TextStyle ;_gfdfe TextStyle ;_adaa TextStyle ;_efdd TextStyle ;_geef TextStyle ;_dgad TextStyle ;_bgbeg TextStyle ;_gca InvoiceCellProps ;_gbfg InvoiceCellProps ; -_baae InvoiceCellProps ;_afcea InvoiceCellProps ;_fefb Positioning ;};func (_aege *TableCell )width (_bbfc []float64 ,_gbfaa float64 )float64 {_dfadf :=float64 (0.0);for _cggea :=0;_cggea < _aege ._ecddcb ;_cggea ++{_dfadf +=_bbfc [_aege ._bacg +_cggea -1]; -};return _dfadf *_gbfaa ;};const (TextRenderingModeFill TextRenderingMode =iota ;TextRenderingModeStroke ;TextRenderingModeFillStroke ;TextRenderingModeInvisible ;TextRenderingModeFillClip ;TextRenderingModeStrokeClip ;TextRenderingModeFillStrokeClip ; -TextRenderingModeClip ;); +// SetBuyerAddress sets the buyer address of the invoice. +func (_bdcf *Invoice )SetBuyerAddress (address *InvoiceAddress ){_bdcf ._adbcd =address };func _addgg ()*PageBreak {return &PageBreak {}}; -// SetAngle would set the angle at which the gradient is rendered. +// SetAntiAlias enables anti alias config. // -// The default angle would be 0 where the gradient would be rendered from left to right side. -func (_cfecdd *LinearShading )SetAngle (angle float64 ){_cfecdd ._cgeb =angle }; +// Anti alias is disabled by default. +func (_ffcb *RadialShading )SetAntiAlias (enable bool ){_ffcb ._ffcg .SetAntiAlias (enable )};func (_dbab *Invoice )generateNoteBlocks (_cbff DrawContext )([]*Block ,DrawContext ,error ){_ggea :=_cfgb ();_dggag :=append ([][2]string {_dbab ._cdbg ,_dbab ._acae },_dbab ._dbef ...); +for _ ,_beab :=range _dggag {if _beab [1]!=""{_egdg :=_dbab .drawSection (_beab [0],_beab [1]);for _ ,_adcd :=range _egdg {_ggea .Add (_adcd );};_cbdf :=_aedcd (_dbab ._bdae );_cbdf .SetMargins (0,0,10,0);_ggea .Add (_cbdf );};};return _ggea .GeneratePageBlocks (_cbff ); +};func (_cbecf *templateProcessor )parseFloatAttr (_dccea ,_dadc string )float64 {_ca .Log .Debug ("\u0050\u0061rs\u0069\u006e\u0067 \u0066\u006c\u006f\u0061t a\u0074tr\u0069\u0062\u0075\u0074\u0065\u003a\u0020(`\u0025\u0073\u0060\u002c\u0020\u0025\u0073)\u002e",_dccea ,_dadc ); +_cggcf ,_ :=_fd .ParseFloat (_dadc ,64);return _cggcf ;}; -// EnablePageWrap controls whether the table is wrapped across pages. -// If disabled, the table is moved in its entirety on a new page, if it -// does not fit in the available height. By default, page wrapping is enabled. -// If the height of the table is larger than an entire page, wrapping is -// enabled automatically in order to avoid unwanted behavior. -func (_ecage *Table )EnablePageWrap (enable bool ){_ecage ._bcagb =enable };func (_fdd *Creator )setActivePage (_dgfgg *_fgd .PdfPage ){_fdd ._eda =_dgfgg }; +// GeneratePageBlocks generate the Page blocks. Multiple blocks are generated +// if the contents wrap over multiple pages. +func (_ggbf *TOC )GeneratePageBlocks (ctx DrawContext )([]*Block ,DrawContext ,error ){_aggb :=ctx ;_eecd ,ctx ,_ccfga :=_ggbf ._gfbgc .GeneratePageBlocks (ctx );if _ccfga !=nil {return _eecd ,ctx ,_ccfga ;};for _ ,_facgd :=range _ggbf ._gfcc {_cabd :=_facgd ._bfabf ; +if !_ggbf ._daded {_facgd ._bfabf =0;};_ecfd ,_fgcgag ,_acee :=_facgd .GeneratePageBlocks (ctx );_facgd ._bfabf =_cabd ;if _acee !=nil {return _eecd ,ctx ,_acee ;};if len (_ecfd )< 1{continue ;};_eecd [len (_eecd )-1].mergeBlocks (_ecfd [0]);_eecd =append (_eecd ,_ecfd [1:]...); +ctx =_fgcgag ;};if _ggbf ._egade .IsRelative (){ctx .X =_aggb .X ;};if _ggbf ._egade .IsAbsolute (){return _eecd ,_aggb ,nil ;};return _eecd ,ctx ,nil ;}; -// BorderWidth returns the border width of the rectangle. -func (_cfgec *Rectangle )BorderWidth ()float64 {return _cfgec ._caeg };func _bcgf (_gfbca string )(*GraphicSVG ,error ){_ebga ,_cbdc :=_dd .ParseFromString (_gfbca );if _cbdc !=nil {return nil ,_cbdc ;};return _cdfg (_ebga );};type templateNode struct{_bedcd interface{}; -_adfdg _gf .StartElement ;_cefd *templateNode ;_fcebb int ;_gefcf int ;_agdga int64 ;};func _efbef (_agdae *_gf .Decoder )(int ,int ){return 0,0};func _fbcdc (_bedcc *templateProcessor ,_abde *templateNode )(interface{},error ){return _bedcc .parseDivision (_abde ); -}; +// SetStyleRight sets border style for right side. +func (_cda *border )SetStyleRight (style CellBorderStyle ){_cda ._cbgf =style }; -// MoveDown moves the drawing context down by relative displacement dy (negative goes up). -func (_bfgb *Creator )MoveDown (dy float64 ){_bfgb ._eee .Y +=dy }; +// NewList creates a new list. +func (_dfg *Creator )NewList ()*List {return _bacfg (_dfg .NewTextStyle ())}; -// Width returns the width of the rectangle. -// NOTE: the returned value does not include the border width of the rectangle. -func (_gfgg *Rectangle )Width ()float64 {return _gfgg ._bcede }; +// NewStyledParagraph creates a new styled paragraph. +// Default attributes: +// Font: Helvetica, +// Font size: 10 +// Encoding: WinAnsiEncoding +// Wrap: enabled +// Text color: black +func (_egbb *Creator )NewStyledParagraph ()*StyledParagraph {return _aedcd (_egbb .NewTextStyle ())}; -// SetFillColor sets the fill color. -func (_dcgb *Polygon )SetFillColor (color Color ){_dcgb ._gcbdc =color ;_dcgb ._acdc .FillColor =_cfcee (color );}; +// SetBorderWidth sets the border width. +func (_fdcb *PolyBezierCurve )SetBorderWidth (borderWidth float64 ){_fdcb ._bgdab .BorderWidth =borderWidth ;}; -// GeneratePageBlocks draws the composite curve polygon on a new block -// representing the page. Implements the Drawable interface. -func (_cfdb *CurvePolygon )GeneratePageBlocks (ctx DrawContext )([]*Block ,DrawContext ,error ){_gdg :=NewBlock (ctx .PageWidth ,ctx .PageHeight );_bafb ,_adcag :=_gdg .setOpacity (_cfdb ._fafc ,_cfdb ._bcefc );if _adcag !=nil {return nil ,ctx ,_adcag ; -};_ccd :=_cfdb ._dgc ;_ccd .FillEnabled =_ccd .FillColor !=nil ;_ccd .BorderEnabled =_ccd .BorderColor !=nil &&_ccd .BorderWidth > 0;var (_eggf =ctx .PageHeight ;_ffbg =_ccd .Rings ;_cbee =make ([][]_gga .CubicBezierCurve ,0,len (_ccd .Rings )););_gdcg :=_fgd .PdfRectangle {}; -if len (_ffbg )> 0&&len (_ffbg [0])> 0{_caac :=_ffbg [0][0];_caac .P0 .Y =_eggf -_caac .P0 .Y ;_caac .P1 .Y =_eggf -_caac .P1 .Y ;_caac .P2 .Y =_eggf -_caac .P2 .Y ;_caac .P3 .Y =_eggf -_caac .P3 .Y ;_gdcg =_caac .GetBounds ();};for _ ,_adee :=range _ffbg {_cccg :=make ([]_gga .CubicBezierCurve ,0,len (_adee )); -for _ ,_egdb :=range _adee {_acee :=_egdb ;_acee .P0 .Y =_eggf -_acee .P0 .Y ;_acee .P1 .Y =_eggf -_acee .P1 .Y ;_acee .P2 .Y =_eggf -_acee .P2 .Y ;_acee .P3 .Y =_eggf -_acee .P3 .Y ;_cccg =append (_cccg ,_acee );_dgdde :=_acee .GetBounds ();_gdcg .Llx =_fc .Min (_gdcg .Llx ,_dgdde .Llx ); -_gdcg .Lly =_fc .Min (_gdcg .Lly ,_dgdde .Lly );_gdcg .Urx =_fc .Max (_gdcg .Urx ,_dgdde .Urx );_gdcg .Ury =_fc .Max (_gdcg .Ury ,_dgdde .Ury );};_cbee =append (_cbee ,_cccg );};_ccd .Rings =_cbee ;defer func (){_ccd .Rings =_ffbg }();if _ccd .FillEnabled {_gfba :=_cacbe (_gdg ,_cfdb ._dgc .FillColor ,_cfdb ._eeea ,func ()Rectangle {return Rectangle {_defb :_gdcg .Llx ,_cdgf :_gdcg .Lly ,_bcede :_gdcg .Width (),_cggg :_gdcg .Height ()}; -});if _gfba !=nil {return nil ,ctx ,_gfba ;};};_ggbe ,_ ,_adcag :=_ccd .MarkedDraw (_bafb ,_cfdb ._becd );if _adcag !=nil {return nil ,ctx ,_adcag ;};if _adcag =_gdg .addContentsByString (string (_ggbe ));_adcag !=nil {return nil ,ctx ,_adcag ;};return []*Block {_gdg },ctx ,nil ; -}; +// BorderColor returns the border color of the ellipse. +func (_gacb *Ellipse )BorderColor ()Color {return _gacb ._bfgf };func _gaea (_bgddb *Block ,_eaee _gd .PdfColor ,_bffbe Color ,_fefcc func ()Rectangle )error {switch _beea :=_eaee .(type ){case *_gd .PdfColorPatternType2 :_bfeag ,_efcec :=_bffbe .(*LinearShading ); +if !_efcec {return _f .Errorf ("\u0043\u006f\u006c\u006f\u0072\u0020\u0069\u0073\u0020\u006e\u006ft\u0020\u004c\u0069\u006e\u0065\u0061\u0072\u0053\u0068\u0061d\u0069\u006e\u0067");};_bega :=_fefcc ();_bfeag .SetBoundingBox (_bega ._fdeb ,_bega ._fefcd ,_bega ._dacdg ,_bega ._ddccd ); +_fdgde ,_cbfff :=_bfeag .AddPatternResource (_bgddb );if _cbfff !=nil {return _f .Errorf ("\u0066\u0061\u0069\u006c\u0065\u0064\u0020\u0061\u0064\u0064\u0069\u006e\u0067\u0020\u0070\u0061\u0074\u0074\u0065\u0072\u006e\u0020\u0074\u006f \u0072\u0065\u0073\u006f\u0075r\u0063\u0065s\u003a\u0020\u0025\u0076",_cbfff ); +};_beea .PatternName =_fdgde ;case *_gd .PdfColorPatternType3 :_ecfee ,_efba :=_bffbe .(*RadialShading );if !_efba {return _f .Errorf ("\u0043\u006f\u006c\u006f\u0072\u0020\u0069\u0073\u0020\u006e\u006ft\u0020\u0052\u0061\u0064\u0069\u0061\u006c\u0053\u0068\u0061d\u0069\u006e\u0067"); +};_agafc :=_fefcc ();_ecfee .SetBoundingBox (_agafc ._fdeb ,_agafc ._fefcd ,_agafc ._dacdg ,_agafc ._ddccd );_gdega ,_bdaf :=_ecfee .AddPatternResource (_bgddb );if _bdaf !=nil {return _f .Errorf ("\u0066\u0061\u0069\u006c\u0065\u0064\u0020\u0061\u0064\u0064\u0069\u006e\u0067\u0020\u0070\u0061\u0074\u0074\u0065\u0072\u006e\u0020\u0074\u006f \u0072\u0065\u0073\u006f\u0075r\u0063\u0065s\u003a\u0020\u0025\u0076",_bdaf ); +};_beea .PatternName =_gdega ;};return nil ;}; -// NewChart creates a new creator drawable based on the provided -// unichart chart component. -func NewChart (chart _cc .ChartRenderable )*Chart {return _aeee (chart )}; +// Width is not used as the division component is designed to fill all the +// available space, depending on the context. Returns 0. +func (_ebb *Division )Width ()float64 {return 0};func _cgcff (_dcgbd string ,_dgggb ,_ggdbe TextStyle )*TOC {_efeca :=_ggdbe ;_efeca .FontSize =14;_beeb :=_aedcd (_efeca );_beeb .SetEnableWrap (true );_beeb .SetTextAlignment (TextAlignmentLeft );_beeb .SetMargins (0,0,0,5); +_faec :=_beeb .Append (_dcgbd );_faec .Style =_efeca ;return &TOC {_gfbgc :_beeb ,_gfcc :[]*TOCLine {},_defeaa :_dgggb ,_eebgb :_dgggb ,_daffbe :_dgggb ,_ccffd :_dgggb ,_gffbbe :"\u002e",_dddcf :10,_caada :Margins {0,0,2,2},_egade :PositionRelative ,_cdef :_dgggb ,_daded :true }; +};func _fac (_bgbb Color )_gd .PdfColor {if _bgbb ==nil {_bgbb =ColorBlack ;};switch _bgda :=_bgbb .(type ){case grayColor :return _gd .NewPdfColorDeviceGray (_bgda ._ddcc );case cmykColor :return _gd .NewPdfColorDeviceCMYK (_bgda ._cgab ,_bgda ._bfdc ,_bgda ._fec ,_bgda ._febg ); +case *LinearShading :return _gd .NewPdfColorPatternType2 ();case *RadialShading :return _gd .NewPdfColorPatternType3 ();};return _gd .NewPdfColorDeviceRGB (_bgbb .ToRGB ());};func (_aafg *Line )computeCoords (_aaea DrawContext )(_dabbc ,_fdccd ,_ccd ,_beggf float64 ){_dabbc =_aaea .X ; +_ccd =_dabbc +_aafg ._agbba -_aafg ._cbagd ;_dacg :=_aafg ._adcb ;if _aafg ._cbagd ==_aafg ._agbba {_dacg /=2;};if _aafg ._efeb < _aafg ._dcga {_fdccd =_aaea .PageHeight -_aaea .Y -_dacg ;_beggf =_fdccd -_aafg ._dcga +_aafg ._efeb ;}else {_beggf =_aaea .PageHeight -_aaea .Y -_dacg ; +_fdccd =_beggf -_aafg ._efeb +_aafg ._dcga ;};switch _aafg ._aedgf {case FitModeFillWidth :_ccd =_dabbc +_aaea .Width ;};return _dabbc ,_fdccd ,_ccd ,_beggf ;};func (_egae *List )markerWidth ()float64 {var _cbbc float64 ;for _ ,_dfdbb :=range _egae ._fadf {_gged :=_aedcd (_egae ._edga ); +_gged .SetEnableWrap (false );_gged .SetTextAlignment (TextAlignmentRight );_gged .Append (_dfdbb ._gdeca .Text ).Style =_dfdbb ._gdeca .Style ;_dfdbf :=_gged .getTextWidth ()/1000.0;if _cbbc < _dfdbf {_cbbc =_dfdbf ;};};return _cbbc ;}; -// SetMargins sets the Paragraph's margins. -func (_fadg *StyledParagraph )SetMargins (left ,right ,top ,bottom float64 ){_fadg ._ccddg .Left =left ;_fadg ._ccddg .Right =right ;_fadg ._ccddg .Top =top ;_fadg ._ccddg .Bottom =bottom ;}; +// GeneratePageBlocks generates the page blocks for the Division component. +// Multiple blocks are generated if the contents wrap over multiple pages. +func (_bgfag *Division )GeneratePageBlocks (ctx DrawContext )([]*Block ,DrawContext ,error ){var (_bdfc []*Block ;_abac bool ;_fdae error ;_dag =_bgfag ._fbfc .IsRelative ();_aeega =_bgfag ._fceg .Top ;);if _dag &&!_bgfag ._adbb &&!_bgfag ._dccc {_bdbf :=_bgfag .ctxHeight (ctx .Width ); +if _bdbf > ctx .Height -_bgfag ._fceg .Top &&_bdbf <=ctx .PageHeight -ctx .Margins .Top -ctx .Margins .Bottom {if _bdfc ,ctx ,_fdae =_addgg ().GeneratePageBlocks (ctx );_fdae !=nil {return nil ,ctx ,_fdae ;};_abac =true ;_aeega =0;};};_eccga :=ctx ;_fgbg :=ctx ; +if _dag {ctx .X +=_bgfag ._fceg .Left ;ctx .Y +=_aeega ;ctx .Width -=_bgfag ._fceg .Left +_bgfag ._fceg .Right ;ctx .Height -=_aeega ;_fgbg =ctx ;ctx .X +=_bgfag ._dcfb .Left ;ctx .Y +=_bgfag ._dcfb .Top ;ctx .Width -=_bgfag ._dcfb .Left +_bgfag ._dcfb .Right ; +ctx .Height -=_bgfag ._dcfb .Top ;ctx .Margins .Top +=_bgfag ._dcfb .Top ;ctx .Margins .Bottom +=_bgfag ._dcfb .Bottom ;ctx .Margins .Left +=_bgfag ._fceg .Left +_bgfag ._dcfb .Left ;ctx .Margins .Right +=_bgfag ._fceg .Right +_bgfag ._dcfb .Right ;};ctx .Inline =_bgfag ._dccc ; +_eccf :=ctx ;_bbcb :=ctx ;var _aefb float64 ;for _ ,_afbd :=range _bgfag ._cggf {if ctx .Inline {if (ctx .X -_eccf .X )+_afbd .Width ()<=ctx .Width {ctx .Y =_bbcb .Y ;ctx .Height =_bbcb .Height ;}else {ctx .X =_eccf .X ;ctx .Width =_eccf .Width ;_bbcb .Y +=_aefb ; +_bbcb .Height -=_aefb ;_aefb =0;};};_bbec ,_dccb ,_fccc :=_afbd .GeneratePageBlocks (ctx );if _fccc !=nil {_ca .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0067\u0065\u006e\u0065\u0072\u0061\u0074\u0069\u006eg\u0020p\u0061\u0067\u0065\u0020\u0062\u006c\u006f\u0063\u006b\u0073\u003a\u0020\u0025\u0076",_fccc ); +return nil ,ctx ,_fccc ;};if len (_bbec )< 1{continue ;};if len (_bdfc )> 0{_bdfc [len (_bdfc )-1].mergeBlocks (_bbec [0]);_bdfc =append (_bdfc ,_bbec [1:]...);}else {if _eebc :=_bbec [0]._ge ;_eebc ==nil ||len (*_eebc )==0{_abac =true ;};_bdfc =append (_bdfc ,_bbec [0:]...); +};if ctx .Inline {if ctx .Page !=_dccb .Page {_eccf .Y =ctx .Margins .Top ;_eccf .Height =ctx .PageHeight -ctx .Margins .Top ;_bbcb .Y =_eccf .Y ;_bbcb .Height =_eccf .Height ;_aefb =_dccb .Height -_eccf .Height ;}else {if _gbfg :=ctx .Height -_dccb .Height ; +_gbfg > _aefb {_aefb =_gbfg ;};};}else {_dccb .X =ctx .X ;};ctx =_dccb ;};if len (_bgfag ._cggf )==0{_cab :=NewBlock (ctx .Width ,0);_bdfc =append (_bdfc ,_cab );};ctx .Inline =_eccga .Inline ;ctx .Margins =_eccga .Margins ;if _dag {ctx .X =_eccga .X ; +ctx .Width =_eccga .Width ;ctx .Y +=_bgfag ._dcfb .Bottom ;ctx .Height -=_bgfag ._dcfb .Bottom ;};if _bgfag ._bacfc !=nil {_bdfc ,_fdae =_bgfag .drawBackground (_bdfc ,_fgbg ,ctx ,_abac );if _fdae !=nil {return nil ,ctx ,_fdae ;};};if _bgfag ._fbfc .IsAbsolute (){return _bdfc ,_eccga ,nil ; +};ctx .Y +=_bgfag ._fceg .Bottom ;ctx .Height -=_bgfag ._fceg .Bottom ;return _bdfc ,ctx ,nil ;}; -// GetHorizontalAlignment returns the horizontal alignment of the image. -func (_abfa *Image )GetHorizontalAlignment ()HorizontalAlignment {return _abfa ._fbbb }; +// SetMarkedContentID sets the marked content ID for the chapter. +func (_fda *Chapter )SetMarkedContentID (id int64 )*_gd .KDict {return nil }; -// SetOpacity sets the opacity of the line (0-1). -func (_baaf *Line )SetOpacity (opacity float64 ){_baaf ._eabf =opacity }; +// NewImageFromGoImage creates an Image from a go image.Image data structure. +func (_aedg *Creator )NewImageFromGoImage (goimg _dd .Image )(*Image ,error ){return _gdbcg (goimg )};func (_bbag *List )ctxHeight (_bebe float64 )float64 {_bebe -=_bbag ._eeccg ;var _gbgfg float64 ;for _ ,_bbfb :=range _bbag ._fadf {_gbgfg +=_bbfb .ctxHeight (_bebe ); +};return _gbgfg ;}; -// GeneratePageBlocks draws the ellipse on a new block representing the page. -func (_afge *Ellipse )GeneratePageBlocks (ctx DrawContext )([]*Block ,DrawContext ,error ){var (_adfe []*Block ;_deagd =NewBlock (ctx .PageWidth ,ctx .PageHeight );_dde =ctx ;);_efgc :=_afge ._fdbc .IsRelative ();if _efgc {_afge .applyFitMode (ctx .Width ); -ctx .X +=_afge ._ddbd .Left ;ctx .Y +=_afge ._ddbd .Top ;ctx .Width -=_afge ._ddbd .Left +_afge ._ddbd .Right ;ctx .Height -=_afge ._ddbd .Top +_afge ._ddbd .Bottom ;if _afge ._beb > ctx .Height {_adfe =append (_adfe ,_deagd );_deagd =NewBlock (ctx .PageWidth ,ctx .PageHeight ); -ctx .Page ++;_aaed :=ctx ;_aaed .Y =ctx .Margins .Top +_afge ._ddbd .Top ;_aaed .X =ctx .Margins .Left +_afge ._ddbd .Left ;_aaed .Height =ctx .PageHeight -ctx .Margins .Top -ctx .Margins .Bottom -_afge ._ddbd .Top -_afge ._ddbd .Bottom ;_aaed .Width =ctx .PageWidth -ctx .Margins .Left -ctx .Margins .Right -_afge ._ddbd .Left -_afge ._ddbd .Right ; -ctx =_aaed ;};}else {ctx .X =_afge ._adbc -_afge ._eefg /2;ctx .Y =_afge ._ddaee -_afge ._beb /2;};_effc :=_gga .Circle {X :ctx .X ,Y :ctx .PageHeight -ctx .Y -_afge ._beb ,Width :_afge ._eefg ,Height :_afge ._beb ,BorderWidth :_afge ._gfbg ,Opacity :1.0}; -if _afge ._baacc !=nil {_effc .FillEnabled =true ;_bgacd :=_cfcee (_afge ._baacc );_dbcg :=_cacbe (_deagd ,_bgacd ,_afge ._baacc ,func ()Rectangle {return Rectangle {_defb :_effc .X ,_cdgf :_effc .Y ,_bcede :_effc .Width ,_cggg :_effc .Height };});if _dbcg !=nil {return nil ,ctx ,_dbcg ; -};_effc .FillColor =_bgacd ;};if _afge ._add !=nil {_effc .BorderEnabled =false ;if _afge ._gfbg > 0{_effc .BorderEnabled =true ;};_effc .BorderColor =_cfcee (_afge ._add );_effc .BorderWidth =_afge ._gfbg ;};_aecb ,_gceg :=_deagd .setOpacity (_afge ._fcda ,_afge ._fbcf ); -if _gceg !=nil {return nil ,ctx ,_gceg ;};_deead ,_ ,_gceg :=_effc .MarkedDraw (_aecb ,_afge ._adde );if _gceg !=nil {return nil ,ctx ,_gceg ;};_gceg =_deagd .addContentsByString (string (_deead ));if _gceg !=nil {return nil ,ctx ,_gceg ;};if _efgc {ctx .X =_dde .X ; -ctx .Width =_dde .Width ;ctx .Y +=_afge ._beb +_afge ._ddbd .Bottom ;ctx .Height -=_afge ._beb ;}else {ctx =_dde ;};_adfe =append (_adfe ,_deagd );return _adfe ,ctx ,nil ;}; +// Append adds a new text chunk to the paragraph. +func (_dged *StyledParagraph )Append (text string )*TextChunk {_cgbdc :=NewTextChunk (text ,_dged ._cggd );return _dged .appendChunk (_cgbdc );}; // SetDashPattern sets the dash pattern of the line. // NOTE: the dash pattern is taken into account only if the style of the // line is set to dashed. -func (_fecgg *Line )SetDashPattern (dashArray []int64 ,dashPhase int64 ){_fecgg ._cgecc =dashArray ;_fecgg ._dcebc =dashPhase ;}; - -// SetColPosition sets cell column position. -func (_bceda *TableCell )SetColPosition (col int ){_bceda ._bacg =col }; +func (_fede *Line )SetDashPattern (dashArray []int64 ,dashPhase int64 ){_fede ._cccd =dashArray ;_fede ._aaed =dashPhase ;}; -// PolyBezierCurve represents a composite curve that is the result of joining -// multiple cubic Bezier curves. -// Implements the Drawable interface and can be drawn on PDF using the Creator. -type PolyBezierCurve struct{_ffcd *_gga .PolyBezierCurve ;_ffafb float64 ;_addf float64 ;_bbaef Color ;_daef *int64 ;}; +// NewImageFromFile creates an Image from a file. +func (_gac *Creator )NewImageFromFile (path string )(*Image ,error ){return _dgc (path )}; -// SetLanguage sets the language identifier that will be stored inside document catalog. -func (_dba *Creator )SetLanguage (language string ){_dba ._eeae =language };func _eec (_agfd ,_bgaa *_fgd .PdfPageResources )error {_eed ,_ :=_agfd .GetColorspaces ();if _eed !=nil &&len (_eed .Colorspaces )> 0{for _faef ,_abbd :=range _eed .Colorspaces {_eddb :=*_bc .MakeName (_faef ); -if _bgaa .HasColorspaceByName (_eddb ){continue ;};_cgd :=_bgaa .SetColorspaceByName (_eddb ,_abbd );if _cgd !=nil {return _cgd ;};};};return nil ;}; +// List represents a list of items. +// The representation of a list item is as follows: +// +// [marker] [content] +// +// e.g.: • This is the content of the item. +// The supported components to add content to list items are: +// - Paragraph +// - StyledParagraph +// - List +type List struct{_fadf []*listItem ;_edgdc Margins ;_cacc TextChunk ;_eeccg float64 ;_gcbf bool ;_egbg Positioning ;_edga TextStyle ;}; -// Height returns Image's document height. -func (_bfd *Image )Height ()float64 {return _bfd ._fegb };const (TextAlignmentLeft TextAlignment =iota ;TextAlignmentRight ;TextAlignmentCenter ;TextAlignmentJustify ;); +// Width returns the width of the ellipse. +func (_acde *Ellipse )Width ()float64 {return _acde ._gbea };func _dfcd ()*listItem {return &listItem {}}; -// SetNoteHeadingStyle sets the style properties used to render the heading -// of the invoice note sections. -func (_ggefe *Invoice )SetNoteHeadingStyle (style TextStyle ){_ggefe ._bgbeg =style }; +// SetMarkedContentID sets marked content ID. +func (_baaf *Invoice )SetMarkedContentID (id int64 )*_gd .KDict {return nil }; -// FillOpacity returns the fill opacity of the rectangle (0-1). -func (_edagc *Rectangle )FillOpacity ()float64 {return _edagc ._afdae };func (_dddda *Creator )initContext (){_dddda ._eee .X =_dddda ._cbb .Left ;_dddda ._eee .Y =_dddda ._cbb .Top ;_dddda ._eee .Width =_dddda ._gbgg -_dddda ._cbb .Right -_dddda ._cbb .Left ; -_dddda ._eee .Height =_dddda ._agfdf -_dddda ._cbb .Bottom -_dddda ._cbb .Top ;_dddda ._eee .PageHeight =_dddda ._agfdf ;_dddda ._eee .PageWidth =_dddda ._gbgg ;_dddda ._eee .Margins =_dddda ._cbb ;_dddda ._eee ._cffd =_dddda .UnsupportedCharacterReplacement ; +// Width returns the width of the Paragraph. +func (_gecb *Paragraph )Width ()float64 {if _gecb ._abaa &&int (_gecb ._gba )> 0{return _gecb ._gba ;};return _gecb .getTextWidth ()/1000.0;};func (_gffad grayColor )ToRGB ()(float64 ,float64 ,float64 ){return _gffad ._ddcc ,_gffad ._ddcc ,_gffad ._ddcc ; }; -// SetBorder sets the cell's border style. -func (_begd *TableCell )SetBorder (side CellBorderSide ,style CellBorderStyle ,width float64 ){if style ==CellBorderStyleSingle &&side ==CellBorderSideAll {_begd ._faab =CellBorderStyleSingle ;_begd ._caef =width ;_begd ._bggf =CellBorderStyleSingle ;_begd ._eabab =width ; -_begd ._cfdbdc =CellBorderStyleSingle ;_begd ._adec =width ;_begd ._bgcce =CellBorderStyleSingle ;_begd ._cddebf =width ;}else if style ==CellBorderStyleDouble &&side ==CellBorderSideAll {_begd ._faab =CellBorderStyleDouble ;_begd ._caef =width ;_begd ._bggf =CellBorderStyleDouble ; -_begd ._eabab =width ;_begd ._cfdbdc =CellBorderStyleDouble ;_begd ._adec =width ;_begd ._bgcce =CellBorderStyleDouble ;_begd ._cddebf =width ;}else if (style ==CellBorderStyleSingle ||style ==CellBorderStyleDouble )&&side ==CellBorderSideLeft {_begd ._faab =style ; -_begd ._caef =width ;}else if (style ==CellBorderStyleSingle ||style ==CellBorderStyleDouble )&&side ==CellBorderSideBottom {_begd ._bggf =style ;_begd ._eabab =width ;}else if (style ==CellBorderStyleSingle ||style ==CellBorderStyleDouble )&&side ==CellBorderSideRight {_begd ._cfdbdc =style ; -_begd ._adec =width ;}else if (style ==CellBorderStyleSingle ||style ==CellBorderStyleDouble )&&side ==CellBorderSideTop {_begd ._bgcce =style ;_begd ._cddebf =width ;};}; +// InvoiceCellProps holds all style properties for an invoice cell. +type InvoiceCellProps struct{TextStyle TextStyle ;Alignment CellHorizontalAlignment ;BackgroundColor Color ;BorderColor Color ;BorderWidth float64 ;BorderSides []CellBorderSide ;}; -// SetWidthRight sets border width for right. -func (_bfc *border )SetWidthRight (bw float64 ){_bfc ._gebg =bw }; +// Height returns the height of the ellipse. +func (_gbbg *Ellipse )Height ()float64 {return _gbbg ._fgbb }; -// BuyerAddress returns the buyer address used in the invoice template. -func (_gafa *Invoice )BuyerAddress ()*InvoiceAddress {return _gafa ._eeeb }; +// SetHeight sets the Image's document height to specified h. +func (_cegde *Image )SetHeight (h float64 ){_cegde ._fae =h }; -// SetBorderWidth sets the border width. -func (_gddb *CurvePolygon )SetBorderWidth (borderWidth float64 ){_gddb ._dgc .BorderWidth =borderWidth }; +// SetIncludeInTOC sets a flag to indicate whether or not to include in tOC. +func (_efc *Chapter )SetIncludeInTOC (includeInTOC bool ){_efc ._addc =includeInTOC };func _ccac (_dgae VectorDrawable ,_ceag float64 )float64 {switch _ecd :=_dgae .(type ){case *Paragraph :if _ecd ._abaa {_ecd .SetWidth (_ceag -_ecd ._cgacg .Left -_ecd ._cgacg .Right ); +};return _ecd .Height ()+_ecd ._cgacg .Top +_ecd ._cgacg .Bottom ;case *StyledParagraph :if _ecd ._egbgc {_ecd .SetWidth (_ceag -_ecd ._affa .Left -_ecd ._affa .Right );};return _ecd .Height ()+_ecd ._affa .Top +_ecd ._affa .Bottom ;case *Image :_ecd .applyFitMode (_ceag ); +return _ecd .Height ()+_ecd ._fcad .Top +_ecd ._fcad .Bottom ;case *Rectangle :_ecd .applyFitMode (_ceag );return _ecd .Height ()+_ecd ._ddfgb .Top +_ecd ._ddfgb .Bottom +_ecd ._bcdgg ;case *Ellipse :_ecd .applyFitMode (_ceag );return _ecd .Height ()+_ecd ._dffg .Top +_ecd ._dffg .Bottom ; +case *Division :return _ecd .ctxHeight (_ceag )+_ecd ._fceg .Top +_ecd ._fceg .Bottom +_ecd ._dcfb .Top +_ecd ._dcfb .Bottom ;case *Table :_ecd .updateRowHeights (_ceag -_ecd ._ccecg .Left -_ecd ._ccecg .Right );return _ecd .Height ()+_ecd ._ccecg .Top +_ecd ._ccecg .Bottom ; +case *List :return _ecd .ctxHeight (_ceag )+_ecd ._edgdc .Top +_ecd ._edgdc .Bottom ;case marginDrawable :_ ,_ ,_cbba ,_abgd :=_ecd .GetMargins ();return _ecd .Height ()+_cbba +_abgd ;default:return _ecd .Height ();};}; -// GetMargins returns the margins of the graphic svg (left, right, top, bottom). -func (_agef *GraphicSVG )GetMargins ()(float64 ,float64 ,float64 ,float64 ){return _agef ._aagce .Left ,_agef ._aagce .Right ,_agef ._aagce .Top ,_agef ._aagce .Bottom ;};func (_egcbbg *templateProcessor )parseMarginAttr (_dgbcf ,_cegeg string )Margins {_fec .Log .Debug ("\u0050\u0061r\u0073\u0069\u006e\u0067 \u006d\u0061r\u0067\u0069\u006e\u0020\u0061\u0074\u0074\u0072i\u0062\u0075\u0074\u0065\u003a\u0020\u0028\u0060\u0025\u0073\u0060\u002c \u0025\u0073\u0029\u002e",_dgbcf ,_cegeg ); -_acdcc :=Margins {};switch _defed :=_eg .Fields (_cegeg );len (_defed ){case 1:_acdcc .Top ,_ =_fg .ParseFloat (_defed [0],64);_acdcc .Bottom =_acdcc .Top ;_acdcc .Left =_acdcc .Top ;_acdcc .Right =_acdcc .Top ;case 2:_acdcc .Top ,_ =_fg .ParseFloat (_defed [0],64); -_acdcc .Bottom =_acdcc .Top ;_acdcc .Left ,_ =_fg .ParseFloat (_defed [1],64);_acdcc .Right =_acdcc .Left ;case 3:_acdcc .Top ,_ =_fg .ParseFloat (_defed [0],64);_acdcc .Left ,_ =_fg .ParseFloat (_defed [1],64);_acdcc .Right =_acdcc .Left ;_acdcc .Bottom ,_ =_fg .ParseFloat (_defed [2],64); -case 4:_acdcc .Top ,_ =_fg .ParseFloat (_defed [0],64);_acdcc .Right ,_ =_fg .ParseFloat (_defed [1],64);_acdcc .Bottom ,_ =_fg .ParseFloat (_defed [2],64);_acdcc .Left ,_ =_fg .ParseFloat (_defed [3],64);};return _acdcc ;}; +// Curve represents a cubic Bezier curve with a control point. +type Curve struct{_eded float64 ;_dbcd float64 ;_efdba float64 ;_bacf float64 ;_ffea float64 ;_agefe float64 ;_gffeeb Color ;_bdag float64 ;_dffa *int64 ;}; -// Terms returns the terms and conditions section of the invoice as a -// title-content pair. -func (_dadaf *Invoice )Terms ()(string ,string ){return _dadaf ._affc [0],_dadaf ._affc [1]}; +// NewTextStyle creates a new text style object which can be used to style +// chunks of text. +// Default attributes: +// Font: Helvetica +// Font size: 10 +// Encoding: WinAnsiEncoding +// Text color: black +func (_gbd *Creator )NewTextStyle ()TextStyle {return _dbdbf (_gbd ._fbbd )}; -// SetTextOverflow controls the behavior of paragraph text which -// does not fit in the available space. -func (_cced *StyledParagraph )SetTextOverflow (textOverflow TextOverflow ){_cced ._ecedg =textOverflow };func (_caacf *templateProcessor )parseTableCell (_fcea *templateNode )(interface{},error ){if _fcea ._cefd ==nil {_caacf .nodeLogError (_fcea ,"\u0054\u0061\u0062\u006c\u0065\u0020\u0063\u0065\u006c\u006c\u0020\u0070\u0061\u0072\u0065n\u0074 \u0063\u0061\u006e\u006e\u006f\u0074\u0020\u0062\u0065\u0020\u006e\u0069\u006c\u002e"); -return nil ,_gdbeeg ;};_eegf ,_afcd :=_fcea ._cefd ._bedcd .(*Table );if !_afcd {_caacf .nodeLogError (_fcea ,"\u0054\u0061\u0062\u006c\u0065\u0020\u0063\u0065\u006c\u006c\u0020\u0070\u0061\u0072\u0065\u006e\u0074\u0020\u0028\u0025\u0054\u0029\u0020\u0069s\u0020\u006e\u006f\u0074\u0020a\u0020\u0074a\u0062\u006c\u0065\u002e",_fcea ._cefd ._bedcd ); -return nil ,_gdbeeg ;};var _ffbc ,_dabef int64 ;for _ ,_abgbb :=range _fcea ._adfdg .Attr {_gaed :=_abgbb .Value ;switch _efdcd :=_abgbb .Name .Local ;_efdcd {case "\u0063o\u006c\u0073\u0070\u0061\u006e":_ffbc =_caacf .parseInt64Attr (_efdcd ,_gaed );case "\u0072o\u0077\u0073\u0070\u0061\u006e":_dabef =_caacf .parseInt64Attr (_efdcd ,_gaed ); -};};if _ffbc <=0{_ffbc =1;};if _dabef <=0{_dabef =1;};_cebde :=_eegf .MultiCell (int (_dabef ),int (_ffbc ));for _ ,_adcca :=range _fcea ._adfdg .Attr {_cfae :=_adcca .Value ;switch _bffab :=_adcca .Name .Local ;_bffab {case "\u0069\u006e\u0064\u0065\u006e\u0074":_cebde .SetIndent (_caacf .parseFloatAttr (_bffab ,_cfae )); -case "\u0061\u006c\u0069g\u006e":_cebde .SetHorizontalAlignment (_caacf .parseCellAlignmentAttr (_bffab ,_cfae ));case "\u0076\u0065\u0072\u0074\u0069\u0063\u0061\u006c\u002da\u006c\u0069\u0067\u006e":_cebde .SetVerticalAlignment (_caacf .parseCellVerticalAlignmentAttr (_bffab ,_cfae )); -case "\u0062\u006f\u0072d\u0065\u0072\u002d\u0073\u0074\u0079\u006c\u0065":_cebde .SetSideBorderStyle (CellBorderSideAll ,_caacf .parseCellBorderStyleAttr (_bffab ,_cfae ));case "\u0062\u006fr\u0064\u0065\u0072-\u0073\u0074\u0079\u006c\u0065\u002d\u0074\u006f\u0070":_cebde .SetSideBorderStyle (CellBorderSideTop ,_caacf .parseCellBorderStyleAttr (_bffab ,_cfae )); -case "\u0062\u006f\u0072\u0064er\u002d\u0073\u0074\u0079\u006c\u0065\u002d\u0062\u006f\u0074\u0074\u006f\u006d":_cebde .SetSideBorderStyle (CellBorderSideBottom ,_caacf .parseCellBorderStyleAttr (_bffab ,_cfae ));case "\u0062\u006f\u0072\u0064\u0065\u0072\u002d\u0073\u0074\u0079\u006c\u0065-\u006c\u0065\u0066\u0074":_cebde .SetSideBorderStyle (CellBorderSideLeft ,_caacf .parseCellBorderStyleAttr (_bffab ,_cfae )); -case "\u0062o\u0072d\u0065\u0072\u002d\u0073\u0074y\u006c\u0065-\u0072\u0069\u0067\u0068\u0074":_cebde .SetSideBorderStyle (CellBorderSideRight ,_caacf .parseCellBorderStyleAttr (_bffab ,_cfae ));case "\u0062\u006f\u0072d\u0065\u0072\u002d\u0077\u0069\u0064\u0074\u0068":_cebde .SetSideBorderWidth (CellBorderSideAll ,_caacf .parseFloatAttr (_bffab ,_cfae )); -case "\u0062\u006fr\u0064\u0065\u0072-\u0077\u0069\u0064\u0074\u0068\u002d\u0074\u006f\u0070":_cebde .SetSideBorderWidth (CellBorderSideTop ,_caacf .parseFloatAttr (_bffab ,_cfae ));case "\u0062\u006f\u0072\u0064er\u002d\u0077\u0069\u0064\u0074\u0068\u002d\u0062\u006f\u0074\u0074\u006f\u006d":_cebde .SetSideBorderWidth (CellBorderSideBottom ,_caacf .parseFloatAttr (_bffab ,_cfae )); -case "\u0062\u006f\u0072\u0064\u0065\u0072\u002d\u0077\u0069\u0064\u0074\u0068-\u006c\u0065\u0066\u0074":_cebde .SetSideBorderWidth (CellBorderSideLeft ,_caacf .parseFloatAttr (_bffab ,_cfae ));case "\u0062o\u0072d\u0065\u0072\u002d\u0077\u0069d\u0074\u0068-\u0072\u0069\u0067\u0068\u0074":_cebde .SetSideBorderWidth (CellBorderSideRight ,_caacf .parseFloatAttr (_bffab ,_cfae )); -case "\u0062\u006f\u0072d\u0065\u0072\u002d\u0063\u006f\u006c\u006f\u0072":_cebde .SetSideBorderColor (CellBorderSideAll ,_caacf .parseColorAttr (_bffab ,_cfae ));case "\u0062\u006fr\u0064\u0065\u0072-\u0063\u006f\u006c\u006f\u0072\u002d\u0074\u006f\u0070":_cebde .SetSideBorderColor (CellBorderSideTop ,_caacf .parseColorAttr (_bffab ,_cfae )); -case "\u0062\u006f\u0072\u0064er\u002d\u0063\u006f\u006c\u006f\u0072\u002d\u0062\u006f\u0074\u0074\u006f\u006d":_cebde .SetSideBorderColor (CellBorderSideBottom ,_caacf .parseColorAttr (_bffab ,_cfae ));case "\u0062\u006f\u0072\u0064\u0065\u0072\u002d\u0063\u006f\u006c\u006f\u0072-\u006c\u0065\u0066\u0074":_cebde .SetSideBorderColor (CellBorderSideLeft ,_caacf .parseColorAttr (_bffab ,_cfae )); -case "\u0062o\u0072d\u0065\u0072\u002d\u0063\u006fl\u006f\u0072-\u0072\u0069\u0067\u0068\u0074":_cebde .SetSideBorderColor (CellBorderSideRight ,_caacf .parseColorAttr (_bffab ,_cfae ));case "\u0062\u006f\u0072\u0064\u0065\u0072\u002d\u006c\u0069\u006e\u0065\u002ds\u0074\u0079\u006c\u0065":_cebde .SetBorderLineStyle (_caacf .parseLineStyleAttr (_bffab ,_cfae )); -case "\u0062\u0061c\u006b\u0067\u0072o\u0075\u006e\u0064\u002d\u0063\u006f\u006c\u006f\u0072":_cebde .SetBackgroundColor (_caacf .parseColorAttr (_bffab ,_cfae ));case "\u0063o\u006c\u0073\u0070\u0061\u006e","\u0072o\u0077\u0073\u0070\u0061\u006e":break ; -default:_caacf .nodeLogDebug (_fcea ,"\u0055\u006e\u0073\u0075\u0070\u0070o\u0072\u0074\u0065\u0064\u0020\u0074\u0061\u0062\u006c\u0065\u0020\u0063\u0065\u006c\u006c\u0020\u0061\u0074\u0074\u0072i\u0062\u0075\u0074\u0065\u003a\u0020\u0060\u0025\u0073\u0060\u002e\u0020\u0053\u006bi\u0070p\u0069\u006e\u0067\u002e",_bffab ); -};};return _cebde ,nil ;}; +// SetWidth sets the Paragraph width. This is essentially the wrapping width, i.e. the width the +// text can extend to prior to wrapping over to next line. +func (_debgb *Paragraph )SetWidth (width float64 ){_debgb ._gba =width ;_debgb .wrapText ()}; -// Positioning returns the type of positioning the rectangle is set to use. -func (_bff *Rectangle )Positioning ()Positioning {return _bff ._dfff }; +// SetBorderOpacity sets the border opacity of the rectangle. +func (_dbdd *Rectangle )SetBorderOpacity (opacity float64 ){_dbdd ._ggge =opacity };func (_gebc *Invoice )generateTotalBlocks (_gdgeg DrawContext )([]*Block ,DrawContext ,error ){_cdfab :=_gdcg (4);_cdfab .SetMargins (0,0,10,10);_bfee :=[][2]*InvoiceCell {_gebc ._ffce }; +_bfee =append (_bfee ,_gebc ._gfgd ...);_bfee =append (_bfee ,_gebc ._cecdb );for _ ,_cbee :=range _bfee {_ecad ,_gdeb :=_cbee [0],_cbee [1];if _gdeb .Value ==""{continue ;};_cdfab .SkipCells (2);_eefed :=_cdfab .NewCell ();_eefed .SetBackgroundColor (_ecad .BackgroundColor ); +_eefed .SetHorizontalAlignment (_gdeb .Alignment );_gebc .setCellBorder (_eefed ,_ecad );_ggbba :=_aedcd (_ecad .TextStyle );_ggbba .SetMargins (0,0,2,1);_ggbba .Append (_ecad .Value );_eefed .SetContent (_ggbba );_eefed =_cdfab .NewCell ();_eefed .SetBackgroundColor (_gdeb .BackgroundColor ); +_eefed .SetHorizontalAlignment (_gdeb .Alignment );_gebc .setCellBorder (_eefed ,_ecad );_ggbba =_aedcd (_gdeb .TextStyle );_ggbba .SetMargins (0,0,2,1);_ggbba .Append (_gdeb .Value );_eefed .SetContent (_ggbba );};return _cdfab .GeneratePageBlocks (_gdgeg ); +}; -// CurCol returns the currently active cell's column number. -func (_gcac *Table )CurCol ()int {_bdffd :=(_gcac ._ecgdc -1)%(_gcac ._afacb )+1;return _bdffd }; +// NewFilledCurve returns a instance of filled curve. +func (_bbbg *Creator )NewFilledCurve ()*FilledCurve {return _ggagfc ()}; -// SetEnableWrap sets the line wrapping enabled flag. -func (_gfcba *StyledParagraph )SetEnableWrap (enableWrap bool ){_gfcba ._fegca =enableWrap ;_gfcba ._fegde =false ;};func (_aceec *templateProcessor )processGradientColorPair (_befgb []string )(_agbf []Color ,_edfb []float64 ){for _ ,_bfgbb :=range _befgb {var (_cebbe =_eg .Fields (_bfgbb ); -_bgfd =len (_cebbe ););if _bgfd ==0{continue ;};_eedge :="";if _bgfd > 1{_eedge =_eg .TrimSpace (_cebbe [1]);};_aefea :=-1.0;if _eg .HasSuffix (_eedge ,"\u0025"){_ebac ,_ddbcd :=_fg .ParseFloat (_eedge [:len (_eedge )-1],64);if _ddbcd !=nil {_fec .Log .Debug ("\u0046\u0061\u0069\u006c\u0065\u0064\u0020\u0070\u0061\u0072s\u0069\u006e\u0067\u0020\u0070\u006f\u0069n\u0074\u0020\u0076\u0061\u006c\u0075\u0065\u003a\u0020\u0025\u0076",_ddbcd ); -};_aefea =_ebac /100.0;};_bcedbb :=_aceec .parseColor (_eg .TrimSpace (_cebbe [0]));if _bcedbb !=nil {_agbf =append (_agbf ,_bcedbb );_edfb =append (_edfb ,_aefea );};};if len (_agbf )!=len (_edfb ){_fec .Log .Debug ("\u0049\u006e\u0076\u0061\u006ci\u0064\u0020\u006c\u0069\u006e\u0065\u0061\u0072\u0020\u0067\u0072\u0061\u0064i\u0065\u006e\u0074\u0020\u0063\u006f\u006c\u006f\u0072\u0020\u0064\u0065\u0066\u0069\u006e\u0069\u0074\u0069\u006f\u006e\u0021"); -return nil ,nil ;};_gdbde :=-1;_beged :=0.0;for _aeba ,_dbdbc :=range _edfb {if _dbdbc ==-1.0{if _aeba ==0{_dbdbc =0.0;_edfb [_aeba ]=0.0;continue ;};_gdbde ++;if _aeba < len (_edfb )-1{continue ;}else {_dbdbc =1.0;_edfb [_aeba ]=1.0;};};_aeafg :=_gdbde +1; -for _aadaf :=_aeba -_gdbde ;_aadaf < _aeba ;_aadaf ++{_edfb [_aadaf ]=_beged +(float64 (_aadaf )*(_dbdbc -_beged )/float64 (_aeafg ));};_beged =_dbdbc ;_gdbde =-1;};return _agbf ,_edfb ;}; +// Height returns the height of the division, assuming all components are +// stacked on top of each other. +func (_adca *Division )Height ()float64 {var _bfff float64 ;for _ ,_caaa :=range _adca ._cggf {switch _bcf :=_caaa .(type ){case marginDrawable :_ ,_ ,_aafd ,_dddc :=_bcf .GetMargins ();_bfff +=_bcf .Height ()+_aafd +_dddc ;default:_bfff +=_bcf .Height (); +};};return _bfff ;}; -// Width returns the current page width. -func (_gdbe *Creator )Width ()float64 {return _gdbe ._gbgg };func (_eaae *Creator )newPage ()*_fgd .PdfPage {_gade :=_fgd .NewPdfPage ();_ccbdc :=_eaae ._ccae [0];_dfaa :=_eaae ._ccae [1];_feed :=_fgd .PdfRectangle {Llx :0,Lly :0,Urx :_ccbdc ,Ury :_dfaa }; -_gade .MediaBox =&_feed ;_eaae ._gbgg =_ccbdc ;_eaae ._agfdf =_dfaa ;_eaae .initContext ();return _gade ;}; +// InvoiceAddress contains contact information that can be displayed +// in an invoice. It is used for the seller and buyer information in the +// invoice template. +type InvoiceAddress struct{Heading string ;Name string ;Street string ;Street2 string ;Zip string ;City string ;State string ;Country string ;Phone string ;Email string ; -// NewList creates a new list. -func (_gda *Creator )NewList ()*List {return _cfbf (_gda .NewTextStyle ())}; +// Separator defines the separator between different address components, +// such as the city, state and zip code. It defaults to ", " when the +// field is an empty string. +Separator string ; -// SetBackgroundColor set background color of the shading area. -// -// By default the background color is set to white. -func (_bbeb *LinearShading )SetBackgroundColor (backgroundColor Color ){_bbeb ._dfae .SetBackgroundColor (backgroundColor );}; +// If enabled, the Phone field label (`Phone: `) is not displayed. +HidePhoneLabel bool ; -// SetBorderOpacity sets the border opacity. -func (_ddae *CurvePolygon )SetBorderOpacity (opacity float64 ){_ddae ._bcefc =opacity }; +// If enabled, the Email field label (`Email: `) is not displayed. +HideEmailLabel bool ;}; -// TOC represents a table of contents component. -// It consists of a paragraph heading and a collection of -// table of contents lines. -// The representation of a table of contents line is as follows: -// -// [number] [title] [separator] [page] -// -// e.g.: Chapter1 Introduction ........... 1 -type TOC struct{_defae *StyledParagraph ;_ccfec []*TOCLine ;_cggbgd TextStyle ;_fefdb TextStyle ;_fadge TextStyle ;_caeab TextStyle ;_begag string ;_eaadf float64 ;_becec Margins ;_gabag Positioning ;_eddd TextStyle ;_ggabc bool ;};func _fegbd (_bbgg map[string ]interface{},_ecebba ...interface{})(map[string ]interface{},error ){_dedfc :=len (_ecebba ); -if _dedfc %2!=0{return nil ,_bc .ErrRangeError ;};for _egggc :=0;_egggc < _dedfc ;_egggc +=2{_fefd ,_ccbg :=_ecebba [_egggc ].(string );if !_ccbg {return nil ,_bc .ErrTypeError ;};_bbgg [_fefd ]=_ecebba [_egggc +1];};return _bbgg ,nil ;}; +// SetNoteHeadingStyle sets the style properties used to render the heading +// of the invoice note sections. +func (_afae *Invoice )SetNoteHeadingStyle (style TextStyle ){_afae ._begb =style };func _fcde (_dedeg *templateProcessor ,_ddcfe *templateNode )(interface{},error ){return _dedeg .parseLine (_ddcfe );}; -// Finalize renders all blocks to the creator pages. In addition, it takes care -// of adding headers and footers, as well as generating the front page, -// table of contents and outlines. -// Finalize is automatically called before writing the document out. Calling the -// method manually can be useful when adding external pages to the creator, -// using the AddPage method, as it renders all creator blocks to the added -// pages, without having to write the document out. -// NOTE: TOC and outlines are generated only if the AddTOC and AddOutlines -// fields of the creator are set to true (enabled by default). Furthermore, TOCs -// and outlines without content are skipped. TOC and outline content is -// added automatically when using the chapter component. TOCs and outlines can -// also be set externally, using the SetTOC and SetOutlineTree methods. -// Finalize should only be called once, after all draw calls have taken place, -// as it will return immediately if the creator instance has been finalized. -func (_fgfg *Creator )Finalize ()error {if _fgfg ._ddfc {return nil ;};_dbb :=len (_fgfg ._egfb );_bcd :=0;if _fgfg ._cee !=nil {_dbce :=*_fgfg ;_fgfg ._egfb =nil ;_fgfg ._eda =nil ;_fgfg .initContext ();_gcbc :=FrontpageFunctionArgs {PageNum :1,TotalPages :_dbb }; -_fgfg ._cee (_gcbc );_bcd +=len (_fgfg ._egfb );_fgfg ._egfb =_dbce ._egfb ;_fgfg ._eda =_dbce ._eda ;};if _fgfg .AddTOC {_fgfg .initContext ();_fgfg ._eee .Page =_bcd +1;if _fgfg .CustomTOC &&_fgfg ._ggd !=nil {_dcff :=*_fgfg ;_fgfg ._egfb =nil ;_fgfg ._eda =nil ; -if _gcdd :=_fgfg ._ggd (_fgfg ._aac );_gcdd !=nil {return _gcdd ;};_bcd +=len (_fgfg ._egfb );_fgfg ._egfb =_dcff ._egfb ;_fgfg ._eda =_dcff ._eda ;}else {if _fgfg ._ggd !=nil {if _aafe :=_fgfg ._ggd (_fgfg ._aac );_aafe !=nil {return _aafe ;};};_eade ,_ ,_cfa :=_fgfg ._aac .GeneratePageBlocks (_fgfg ._eee ); -if _cfa !=nil {_fec .Log .Debug ("\u0046\u0061i\u006c\u0065\u0064\u0020\u0074\u006f\u0020\u0067\u0065\u006e\u0065\u0072\u0061\u0074\u0065\u0020\u0062\u006c\u006f\u0063\u006b\u0073: \u0025\u0076",_cfa );return _cfa ;};_bcd +=len (_eade );};_bcbe :=_fgfg ._aac .Lines (); -for _ ,_bdd :=range _bcbe {_ccbec ,_cebb :=_fg .Atoi (_bdd .Page .Text );if _cebb !=nil {continue ;};_bdd .Page .Text =_fg .Itoa (_ccbec +_bcd );_bdd ._ebaab +=int64 (_bcd );};};_dcffa :=false ;var _dafeb []*_fgd .PdfPage ;if _fgfg ._cee !=nil {_bgga :=*_fgfg ; -_fgfg ._egfb =nil ;_fgfg ._eda =nil ;_daeb :=FrontpageFunctionArgs {PageNum :1,TotalPages :_dbb };_fgfg ._cee (_daeb );_dbb +=len (_fgfg ._egfb );_dafeb =_fgfg ._egfb ;_fgfg ._egfb =append (_fgfg ._egfb ,_bgga ._egfb ...);_fgfg ._eda =_bgga ._eda ;_dcffa =true ; -};var _gec []*_fgd .PdfPage ;if _fgfg .AddTOC {_fgfg .initContext ();if _fgfg .CustomTOC &&_fgfg ._ggd !=nil {_gccc :=*_fgfg ;_fgfg ._egfb =nil ;_fgfg ._eda =nil ;if _egcc :=_fgfg ._ggd (_fgfg ._aac );_egcc !=nil {_fec .Log .Debug ("\u0045r\u0072\u006f\u0072\u0020\u0067\u0065\u006e\u0065\u0072\u0061\u0074i\u006e\u0067\u0020\u0054\u004f\u0043\u003a\u0020\u0025\u0076",_egcc ); -return _egcc ;};_gec =_fgfg ._egfb ;_dbb +=len (_gec );_fgfg ._egfb =_gccc ._egfb ;_fgfg ._eda =_gccc ._eda ;}else {if _fgfg ._ggd !=nil {if _dgac :=_fgfg ._ggd (_fgfg ._aac );_dgac !=nil {_fec .Log .Debug ("\u0045r\u0072\u006f\u0072\u0020\u0067\u0065\u006e\u0065\u0072\u0061\u0074i\u006e\u0067\u0020\u0054\u004f\u0043\u003a\u0020\u0025\u0076",_dgac ); -return _dgac ;};};_cfb ,_ ,_ :=_fgfg ._aac .GeneratePageBlocks (_fgfg ._eee );for _ ,_fdee :=range _cfb {_fdee .SetPos (0,0);_dbb ++;_gceb :=_fgfg .newPage ();_gec =append (_gec ,_gceb );_fgfg .setActivePage (_gceb );_fgfg .Draw (_fdee );};};if _dcffa {_cacg :=_dafeb ; -_eccf :=_fgfg ._egfb [len (_dafeb ):];_fgfg ._egfb =append ([]*_fgd .PdfPage {},_cacg ...);_fgfg ._egfb =append (_fgfg ._egfb ,_gec ...);_fgfg ._egfb =append (_fgfg ._egfb ,_eccf ...);}else {_fgfg ._egfb =append (_gec ,_fgfg ._egfb ...);};};if _fgfg ._cbba !=nil &&_fgfg .AddOutlines {var _bdcg func (_gcddf *_fgd .OutlineItem ); -_bdcg =func (_aecdd *_fgd .OutlineItem ){_aecdd .Dest .Page +=int64 (_bcd );if _fbb :=int (_aecdd .Dest .Page );_fbb >=0&&_fbb < len (_fgfg ._egfb ){_aecdd .Dest .PageObj =_fgfg ._egfb [_fbb ].GetPageAsIndirectObject ();}else {_fec .Log .Debug ("\u0057\u0041R\u004e\u003a\u0020\u0063\u006f\u0075\u006c\u0064\u0020\u006e\u006f\u0074\u0020\u0067\u0065\u0074\u0020\u0070\u0061\u0067\u0065\u0020\u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0065\u0072\u0020\u0066\u006f\u0072\u0020\u0070\u0061\u0067\u0065\u0020\u0025\u0064",_fbb ); -};_aecdd .Dest .Y =_fgfg ._agfdf -_aecdd .Dest .Y ;_aefc :=_aecdd .Items ();for _ ,_caab :=range _aefc {_bdcg (_caab );};};_aggb :=_fgfg ._cbba .Items ();for _ ,_dcaa :=range _aggb {_bdcg (_dcaa );};if _fgfg .AddTOC {var _eggb int ;if _dcffa {_eggb =len (_dafeb ); -};_dggc :=_fgd .NewOutlineDest (int64 (_eggb ),0,_fgfg ._agfdf );if _eggb >=0&&_eggb < len (_fgfg ._egfb ){_dggc .PageObj =_fgfg ._egfb [_eggb ].GetPageAsIndirectObject ();}else {_fec .Log .Debug ("\u0057\u0041R\u004e\u003a\u0020\u0063\u006f\u0075\u006c\u0064\u0020\u006e\u006f\u0074\u0020\u0067\u0065\u0074\u0020\u0070\u0061\u0067\u0065\u0020\u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0065\u0072\u0020\u0066\u006f\u0072\u0020\u0070\u0061\u0067\u0065\u0020\u0025\u0064",_eggb ); -};_fgfg ._cbba .Insert (0,_fgd .NewOutlineItem ("\u0054\u0061\u0062\u006c\u0065\u0020\u006f\u0066\u0020\u0043\u006f\u006et\u0065\u006e\u0074\u0073",_dggc ));};};for _efag ,_cgc :=range _fgfg ._egfb {_fgfg .setActivePage (_cgc );if _fgfg ._bbad !=nil {_fbg ,_ccca ,_dabd :=_cgc .Size (); -if _dabd !=nil {return _dabd ;};_gadc :=PageFinalizeFunctionArgs {PageNum :_efag +1,PageWidth :_fbg ,PageHeight :_ccca ,TOCPages :len (_gec ),TotalPages :_dbb };if _ggf :=_fgfg ._bbad (_gadc );_ggf !=nil {_fec .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a \u0070\u0061\u0067\u0065\u0020\u0066\u0069\u006e\u0061\u006c\u0069\u007a\u0065 \u0063\u0061\u006c\u006c\u0062\u0061\u0063k\u003a\u0020\u0025\u0076",_ggf ); -return _ggf ;};};if _fgfg ._cgf !=nil {_abed :=NewBlock (_fgfg ._gbgg ,_fgfg ._cbb .Top );_bae :=HeaderFunctionArgs {PageNum :_efag +1,TotalPages :_dbb };_fgfg ._cgf (_abed ,_bae );_abed .SetPos (0,0);if _aggg :=_fgfg .Draw (_abed );_aggg !=nil {_fec .Log .Debug ("\u0045R\u0052\u004f\u0052\u003a \u0064\u0072\u0061\u0077\u0069n\u0067 \u0068e\u0061\u0064\u0065\u0072\u003a\u0020\u0025v",_aggg ); -return _aggg ;};};if _fgfg ._aedb !=nil {_feca :=NewBlock (_fgfg ._gbgg ,_fgfg ._cbb .Bottom );_bfae :=FooterFunctionArgs {PageNum :_efag +1,TotalPages :_dbb };_fgfg ._aedb (_feca ,_bfae );_feca .SetPos (0,_fgfg ._agfdf -_feca ._ace );if _fgcd :=_fgfg .Draw (_feca ); -_fgcd !=nil {_fec .Log .Debug ("\u0045R\u0052\u004f\u0052\u003a \u0064\u0072\u0061\u0077\u0069n\u0067 \u0066o\u006f\u0074\u0065\u0072\u003a\u0020\u0025v",_fgcd );return _fgcd ;};};_acfb ,_baf :=_fgfg ._agfdc [_cgc ];if _eca ,_baed :=_fgfg ._feab [_cgc ]; -_baed {if _baf {_acfb .transformBlock (_eca );};if _bggg :=_eca .drawToPage (_cgc );_bggg !=nil {_fec .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a \u0064\u0072\u0061\u0077\u0069\u006e\u0067\u0020\u0070\u0061\u0067\u0065\u0020%\u0064\u0020\u0062\u006c\u006f\u0063\u006bs\u003a\u0020\u0025\u0076",_efag +1,_bggg ); -return _bggg ;};};if _baf {if _bedb :=_acfb .transformPage (_cgc );_bedb !=nil {_fec .Log .Debug ("E\u0052\u0052\u004f\u0052\u003a\u0020c\u006f\u0075\u006c\u0064\u0020\u006eo\u0074\u0020\u0074\u0072\u0061\u006e\u0073f\u006f\u0072\u006d\u0020\u0070\u0061\u0067\u0065\u003a\u0020%\u0076",_bedb ); -return _bedb ;};};};_fgfg ._ddfc =true ;return nil ;}; +// Width returns the cell's width based on the input draw context. +func (_ebgbf *TableCell )Width (ctx DrawContext )float64 {_eddfe :=float64 (0.0);for _gdce :=0;_gdce < _ebgbf ._ffebf ;_gdce ++{_eddfe +=_ebgbf ._gabb ._faae [_ebgbf ._gggbbd +_gdce -1];};_fddge :=ctx .Width *_eddfe ;return _fddge ;}; -// SetBorderWidth sets the border width of the rectangle. -func (_adge *Rectangle )SetBorderWidth (bw float64 ){_adge ._caeg =bw };func (_cbad *listItem )ctxHeight (_efccg float64 )float64 {var _eacf float64 ;switch _bbcd :=_cbad ._cdeda .(type ){case *Paragraph :if _bbcd ._ecae {_bbcd .SetWidth (_efccg -_bbcd ._eebg .Horizontal ()); -};_eacf =_bbcd .Height ()+_bbcd ._eebg .Vertical ();_eacf +=0.5*_bbcd ._acdge *_bbcd ._fbcg ;case *StyledParagraph :if _bbcd ._fegca {_bbcd .SetWidth (_efccg -_bbcd ._ccddg .Horizontal ());};_eacf =_bbcd .Height ()+_bbcd ._ccddg .Vertical ();_eacf +=0.5*_bbcd .getTextHeight (); -case *List :_ddeb :=_efccg -_cbad ._edee .Width ()-_bbcd ._gacb .Horizontal ()-_bbcd ._aedbb ;_eacf =_bbcd .ctxHeight (_ddeb )+_bbcd ._gacb .Vertical ();case *Image :_eacf =_bbcd .Height ()+_bbcd ._cdbc .Vertical ();case *Division :_gfde :=_efccg -_cbad ._edee .Width ()-_bbcd ._ddfg .Horizontal (); -_eacf =_bbcd .ctxHeight (_gfde )+_bbcd ._ddfg .Vertical ();case *Table :_bfdf :=_efccg -_cbad ._edee .Width ()-_bbcd ._gbcea .Horizontal ();_bbcd .updateRowHeights (_bfdf );_eacf =_bbcd .Height ()+_bbcd ._gbcea .Vertical ();default:_eacf =_cbad ._cdeda .Height (); -};return _eacf ;};func (_gag rgbColor )ToRGB ()(float64 ,float64 ,float64 ){return _gag ._ead ,_gag ._ddd ,_gag ._decg }; +// SetFitMode sets the fit mode of the ellipse. +// NOTE: The fit mode is only applied if relative positioning is used. +func (_egad *Ellipse )SetFitMode (fitMode FitMode ){_egad ._fdbc =fitMode };const (AnchorBottomLeft AnchorPoint =iota ;AnchorBottomRight ;AnchorTopLeft ;AnchorTopRight ;AnchorCenter ;AnchorLeft ;AnchorRight ;AnchorTop ;AnchorBottom ;); -// SetInline sets the inline mode of the division. -func (_ebdd *Division )SetInline (inline bool ){_ebdd ._fdb =inline };func (_bcgfd *templateProcessor )run ()error {_gdadg :=_gf .NewDecoder (_c .NewReader (_bcgfd ._bcfcf ));var _afabfd *templateNode ;for {_dfebg ,_ccccc :=_gdadg .Token ();if _ccccc !=nil {if _ccccc ==_gg .EOF {return nil ; -};return _ccccc ;};if _dfebg ==nil {break ;};_gbgaf ,_aedae :=_efbef (_gdadg );_ggegb :=_gdadg .InputOffset ();switch _ffba :=_dfebg .(type ){case _gf .StartElement :_fec .Log .Debug ("\u0050\u0061\u0072\u0073\u0069\u006eg\u0020\u0074\u0065\u006d\u0070\u006c\u0061\u0074\u0065\u0020\u0073\u0074\u0061r\u0074\u0020\u0074\u0061\u0067\u003a\u0020`\u0025\u0073\u0060\u002e",_ffba .Name .Local ); -_gccad ,_dcag :=_faba [_ffba .Name .Local ];if !_dcag {if _bcgfd ._edcgd ==""{if _gbgaf !=0{_fec .Log .Debug ("\u0055n\u0073u\u0070\u0070\u006f\u0072\u0074\u0065\u0064\u0020\u0074\u0065\u006dp\u006c\u0061\u0074\u0065 \u0074\u0061\u0067\u0020\u003c%\u0073\u003e\u002e\u0020\u0053\u006b\u0069\u0070\u0070\u0069\u006e\u0067\u002e\u0020\u004f\u0075\u0074\u0070\u0075\u0074\u0020\u006d\u0061\u0079\u0020\u0062\u0065\u0020\u0069\u006e\u0063o\u0072\u0072\u0065\u0063\u0074\u002e\u0020\u005b%\u0064\u003a\u0025\u0064\u005d",_ffba .Name .Local ,_gbgaf ,_aedae ); -}else {_fec .Log .Debug ("\u0055\u006e\u0073\u0075\u0070\u0070\u006f\u0072\u0074\u0065\u0064\u0020\u0074\u0065\u006d\u0070\u006c\u0061\u0074e\u0020\u0074\u0061\u0067\u0020\u003c\u0025\u0073\u003e\u002e\u0020\u0053\u006b\u0069\u0070\u0070i\u006e\u0067\u002e\u0020\u004f\u0075\u0074\u0070\u0075\u0074\u0020\u006d\u0061\u0079\u0020\u0062\u0065\u0020\u0069\u006e\u0063\u006f\u0072\u0072e\u0063\u0074\u002e\u0020\u005b%\u0064\u005d",_ffba .Name .Local ,_ggegb ); -};}else {if _gbgaf !=0{_fec .Log .Debug ("\u0055\u006e\u0073\u0075\u0070p\u006f\u0072\u0074\u0065\u0064\u0020\u0074e\u006d\u0070\u006c\u0061\u0074\u0065\u0020\u0074\u0061\u0067\u0020\u003c\u0025\u0073\u003e\u002e\u0020\u0053\u006b\u0069\u0070\u0070\u0069\u006e\u0067\u002e\u0020\u004f\u0075\u0074\u0070\u0075\u0074\u0020\u006d\u0061\u0079\u0020\u0062\u0065 \u0069\u006e\u0063\u006f\u0072\u0072\u0065\u0063\u0074\u002e\u0020\u005b%\u0073\u003a\u0025\u0064\u003a\u0025d\u005d",_ffba .Name .Local ,_bcgfd ._edcgd ,_gbgaf ,_aedae ); -}else {_fec .Log .Debug ("\u0055n\u0073u\u0070\u0070\u006f\u0072\u0074\u0065\u0064\u0020\u0074\u0065\u006dp\u006c\u0061\u0074\u0065 \u0074\u0061\u0067\u0020\u003c%\u0073\u003e\u002e\u0020\u0053\u006b\u0069\u0070\u0070\u0069\u006e\u0067\u002e\u0020\u004f\u0075\u0074\u0070\u0075\u0074\u0020\u006d\u0061\u0079\u0020\u0062\u0065\u0020\u0069\u006e\u0063o\u0072\u0072\u0065\u0063\u0074\u002e\u0020\u005b%\u0073\u003a\u0025\u0064\u005d",_ffba .Name .Local ,_bcgfd ._edcgd ,_ggegb ); -};};continue ;};_afabfd =&templateNode {_adfdg :_ffba ,_cefd :_afabfd ,_fcebb :_gbgaf ,_gefcf :_aedae ,_agdga :_ggegb };if _beac :=_gccad ._cacf ;_beac !=nil {_afabfd ._bedcd ,_ccccc =_beac (_bcgfd ,_afabfd );if _ccccc !=nil {return _ccccc ;};};case _gf .EndElement :_fec .Log .Debug ("\u0050\u0061\u0072s\u0069\u006e\u0067\u0020t\u0065\u006d\u0070\u006c\u0061\u0074\u0065 \u0065\u006e\u0064\u0020\u0074\u0061\u0067\u003a\u0020\u0060\u0025\u0073\u0060\u002e",_ffba .Name .Local ); -if _afabfd !=nil {if _afabfd ._bedcd !=nil {if _bbge :=_bcgfd .renderNode (_afabfd );_bbge !=nil {return _bbge ;};};_afabfd =_afabfd ._cefd ;};case _gf .CharData :if _afabfd !=nil &&_afabfd ._bedcd !=nil {if _bdad :=_bcgfd .addNodeText (_afabfd ,string (_ffba )); -_bdad !=nil {return _bdad ;};};case _gf .Comment :_fec .Log .Debug ("\u0050\u0061\u0072s\u0069\u006e\u0067\u0020t\u0065\u006d\u0070\u006c\u0061\u0074\u0065 \u0063\u006f\u006d\u006d\u0065\u006e\u0074\u003a\u0020\u0060\u0025\u0073\u0060\u002e",string (_ffba )); -};};return nil ;}; +// NewTOCLine creates a new table of contents line with the default style. +func (_cecd *Creator )NewTOCLine (number ,title ,page string ,level uint )*TOCLine {return _eefca (number ,title ,page ,level ,_cecd .NewTextStyle ());}; -// ColorGrayFromArithmetic creates a Color from a grayscale value (0-1). -// Example: -// -// gray := ColorGrayFromArithmetic(0.7) -func ColorGrayFromArithmetic (g float64 )Color {return grayColor {g }}; +// TextRenderingMode determines whether showing text shall cause glyph +// outlines to be stroked, filled, used as a clipping boundary, or some +// combination of the three. +// See section 9.3 "Text State Parameters and Operators" and +// Table 106 (pp. 254-255 PDF32000_2008). +type TextRenderingMode int ;func (_gcad *TextStyle )horizontalScale ()float64 {return _gcad .HorizontalScaling /100}; -// NewCurvePolygon creates a new curve polygon. -func (_gbfea *Creator )NewCurvePolygon (rings [][]_gga .CubicBezierCurve )*CurvePolygon {return _eedd (rings );};func (_gefb *StyledParagraph )getTextLineWidth (_bbcbf []*TextChunk )float64 {var _adfc float64 ;_eged :=len (_bbcbf );for _bgfe ,_fdaed :=range _bbcbf {_dgebd :=&_fdaed .Style ; -_eede :=len (_fdaed .Text );for _dcdgg ,_dddfd :=range _fdaed .Text {if _dddfd =='\u000A'{continue ;};_edfe ,_egccc :=_dgebd .Font .GetRuneMetrics (_dddfd );if !_egccc {_fec .Log .Debug ("\u0052\u0075\u006e\u0065\u0020\u0063\u0068\u0061\u0072\u0020\u006d\u0065\u0074\u0072\u0069c\u0073 \u006e\u006f\u0074\u0020\u0066\u006f\u0075\u006e\u0064\u0021\u0020\u0025\u0076\u000a",_dddfd ); -return -1;};_adfc +=_dgebd .FontSize *_edfe .Wx *_dgebd .horizontalScale ();if _dddfd !=' '&&(_bgfe !=_eged -1||_dcdgg !=_eede -1){_adfc +=_dgebd .CharSpacing *1000.0;};};};return _adfc ;}; +// AddHighlightedText adds a new highlighted text to the paragraph. +func (_gagca *StyledParagraph )AddHighlightedText (text string ,color Color ,alpha float64 )*TextChunk {_cafe :=NewTextChunk (text ,_gagca ._cggd );_cafe .Highlight (color ,alpha );return _gagca .appendChunk (_cafe );}; -// SetMargins sets the margins of the rectangle. -// NOTE: rectangle margins are only applied if relative positioning is used. -func (_gacf *Rectangle )SetMargins (left ,right ,top ,bottom float64 ){_gacf ._gagb .Left =left ;_gacf ._gagb .Right =right ;_gacf ._gagb .Top =top ;_gacf ._gagb .Bottom =bottom ;};func _eedgb (_cgbb *templateProcessor ,_eedbd *templateNode )(interface{},error ){return _cgbb .parseList (_eedbd ); -}; +// SetFontSize sets the font size in document units (points). +func (_gadd *Paragraph )SetFontSize (fontSize float64 ){_gadd ._geac =fontSize }; -// SetLineLevelOffset sets the amount of space an indentation level occupies -// for all new lines of the table of contents. -func (_bafbe *TOC )SetLineLevelOffset (levelOffset float64 ){_bafbe ._eaadf =levelOffset };func (_befed *Invoice )newCell (_fgff string ,_aadbf InvoiceCellProps )*InvoiceCell {return &InvoiceCell {_aadbf ,_fgff };}; +// AddInternalLink adds a new internal link to the paragraph. +// The text parameter represents the text that is displayed. +// The user is taken to the specified page, at the specified x and y +// coordinates. Position 0, 0 is at the top left of the page. +// The zoom of the destination page is controlled with the zoom +// parameter. Pass in 0 to keep the current zoom value. +func (_beba *StyledParagraph )AddInternalLink (text string ,page int64 ,x ,y ,zoom float64 )*TextChunk {_aaccd :=NewTextChunk (text ,_beba ._debd );_aaccd .AddAnnotation (_egded (page -1,x ,y ,zoom ));return _beba .appendChunk (_aaccd );};func _bdcfa (_feae string )bool {_bfec :=func (_fdfa rune )bool {return _fdfa =='\u000A'}; +_dbdac :=_ddf .TrimFunc (_feae ,_bfec );_fbad :=_fbg .Paragraph {};_ ,_gggff :=_fbad .SetString (_dbdac );if _gggff !=nil {return true ;};_cbage ,_gggff :=_fbad .Order ();if _gggff !=nil {return true ;};if _cbage .NumRuns ()< 1{return true ;};return _fbad .IsLeftToRight (); +}; // SetMargins sets the margins of the line. // NOTE: line margins are only applied if relative positioning is used. -func (_eaaa *Line )SetMargins (left ,right ,top ,bottom float64 ){_eaaa ._fggd .Left =left ;_eaaa ._fggd .Right =right ;_eaaa ._fggd .Top =top ;_eaaa ._fggd .Bottom =bottom ;}; +func (_ddcce *Line )SetMargins (left ,right ,top ,bottom float64 ){_ddcce ._cbeb .Left =left ;_ddcce ._cbeb .Right =right ;_ddcce ._cbeb .Top =top ;_ddcce ._cbeb .Bottom =bottom ;}; -// List represents a list of items. -// The representation of a list item is as follows: -// -// [marker] [content] -// -// e.g.: • This is the content of the item. -// The supported components to add content to list items are: -// - Paragraph -// - StyledParagraph -// - List -type List struct{_ffegf []*listItem ;_gacb Margins ;_edaa TextChunk ;_aedbb float64 ;_ebfa bool ;_bdgca Positioning ;_fedb TextStyle ;}; +// GetMargins returns the margins of the chart (left, right, top, bottom). +func (_fbaa *Chart )GetMargins ()(float64 ,float64 ,float64 ,float64 ){return _fbaa ._aabg .Left ,_fbaa ._aabg .Right ,_fbaa ._aabg .Top ,_fbaa ._aabg .Bottom ;}; -// SetEnableWrap sets the line wrapping enabled flag. -func (_gdff *Paragraph )SetEnableWrap (enableWrap bool ){_gdff ._ecae =enableWrap ;_gdff ._dcefd =false ;}; +// Insert adds a new text chunk at the specified position in the paragraph. +func (_aaae *StyledParagraph )Insert (index uint ,text string )*TextChunk {_fegcg :=uint (len (_aaae ._bcbc ));if index > _fegcg {index =_fegcg ;};_fbgcg :=NewTextChunk (text ,_aaae ._cggd );_aaae ._bcbc =append (_aaae ._bcbc [:index ],append ([]*TextChunk {_fbgcg },_aaae ._bcbc [index :]...)...); +_aaae .wrapText ();return _fbgcg ;};func (_acaa *StyledParagraph )wrapText ()error {return _acaa .wrapChunks (true )}; -// Positioning returns the type of positioning the ellipse is set to use. -func (_cea *Ellipse )Positioning ()Positioning {return _cea ._fdbc };type fontMetrics struct{_geede float64 ;_dfeba float64 ;_feeec float64 ;_egeb float64 ;}; +// SetLazy sets the lazy mode for the image. +func (_cgdef *Image )SetLazy (lazy bool ){_cgdef ._bfbd =lazy }; -// Margins represents page margins or margins around an element. -type Margins struct{Left float64 ;Right float64 ;Top float64 ;Bottom float64 ;}; +// SetLink makes the line an internal link. +// The text parameter represents the text that is displayed. +// The user is taken to the specified page, at the specified x and y +// coordinates. Position 0, 0 is at the top left of the page. +func (_adbgc *TOCLine )SetLink (page int64 ,x ,y float64 ){_adbgc ._bfcae =x ;_adbgc ._geaed =y ;_adbgc ._bfabf =page ;_egdde :=_adbgc ._ecfeg ._debd .Color ;_adbgc .Number .Style .Color =_egdde ;_adbgc .Title .Style .Color =_egdde ;_adbgc .Separator .Style .Color =_egdde ; +_adbgc .Page .Style .Color =_egdde ;}; -// SetFillOpacity sets the fill opacity. -func (_gfeae *PolyBezierCurve )SetFillOpacity (opacity float64 ){_gfeae ._ffafb =opacity };func (_bcedb *pageTransformations )transformPage (_befb *_fgd .PdfPage )error {if _cabe :=_bcedb .applyFlip (_befb );_cabe !=nil {return _cabe ;};return nil ;}; +// FitMode returns the fit mode of the ellipse. +func (_fged *Ellipse )FitMode ()FitMode {return _fged ._fdbc }; -// Width returns Image's document width. -func (_gaag *Image )Width ()float64 {return _gaag ._ecfc }; +// Angle returns the block rotation angle in degrees. +func (_ee *Block )Angle ()float64 {return _ee ._ac };func (_cdbce *templateProcessor )parseColor (_eddg string )Color {if _eddg ==""{return nil ;};_cbfbg ,_bddbg :=_cdbce ._agabg .ColorMap [_eddg ];if _bddbg {return _cbfbg ;};if _eddg [0]=='#'{return ColorRGBFromHex (_eddg ); +};return nil ;}; -// AddPage adds the specified page to the creator. -// NOTE: If the page has a Rotate flag, the creator will take care of -// transforming the contents to maintain the correct orientation. -func (_gcce *Creator )AddPage (page *_fgd .PdfPage )error {_eegcd ,_acba :=_gcce .wrapPageIfNeeded (page );if _acba !=nil {return _acba ;};if _eegcd !=nil {page =_eegcd ;};_afad ,_acba :=page .GetMediaBox ();if _acba !=nil {_fec .Log .Debug ("\u0046\u0061\u0069l\u0065\u0064\u0020\u0074o\u0020\u0067\u0065\u0074\u0020\u0070\u0061g\u0065\u0020\u006d\u0065\u0064\u0069\u0061\u0062\u006f\u0078\u003a\u0020\u0025\u0076",_acba ); -return _acba ;};_afad .Normalize ();_dbg ,_ffgc :=_afad .Llx ,_afad .Lly ;_acg :=_afad ;if _abbf :=page .CropBox ;_abbf !=nil &&*_abbf !=*_afad {_abbf .Normalize ();_dbg ,_ffgc =_abbf .Llx ,_abbf .Lly ;_acg =_abbf ;};_efad :=_de .IdentityMatrix ();_eega ,_acba :=page .GetRotate (); -if _acba !=nil {_fec .Log .Debug ("\u0045\u0052R\u004f\u0052\u003a\u0020\u0025\u0073\u0020\u002d\u0020\u0069\u0067\u006e\u006f\u0072\u0069\u006e\u0067\u0020\u0061\u006e\u0064\u0020\u0061\u0073\u0073\u0075\u006d\u0069\u006e\u0067\u0020\u006e\u006f\u0020\u0072\u006f\u0074\u0061\u0074\u0069\u006f\u006e\u000a",_acba .Error ()); -};_gbba :=_eega %360!=0&&_eega %90==0;if _gbba {_ecf :=float64 ((360+_eega %360)%360);if _ecf ==90{_efad =_efad .Translate (_acg .Width (),0);}else if _ecf ==180{_efad =_efad .Translate (_acg .Width (),_acg .Height ());}else if _ecf ==270{_efad =_efad .Translate (0,_acg .Height ()); -};_efad =_efad .Mult (_de .RotationMatrix (_ecf *_fc .Pi /180));_efad =_efad .Round (0.000001);_eeb :=_gdbda (_acg ,_efad );_acg =_eeb ;_acg .Normalize ();};if _dbg !=0||_ffgc !=0{_efad =_de .TranslationMatrix (_dbg ,_ffgc ).Mult (_efad );};if !_efad .Identity (){_efad =_efad .Round (0.000001); -_gcce ._agfdc [page ]=&pageTransformations {_acb :&_efad };};_gcce ._gbgg =_acg .Width ();_gcce ._agfdf =_acg .Height ();_gcce .initContext ();_gcce ._egfb =append (_gcce ._egfb ,page );_gcce ._eee .Page ++;return nil ;}; +// NewGraphicSVGFromFile creates a graphic SVG from a file. +func NewGraphicSVGFromFile (path string )(*GraphicSVG ,error ){return _dgbe (path )}; -// SetStyleBottom sets border style for bottom side. -func (_bcb *border )SetStyleBottom (style CellBorderStyle ){_bcb ._fagg =style }; +// SetSubtotal sets the subtotal of the invoice. +func (_dggf *Invoice )SetSubtotal (value string ){_dggf ._ffce [1].Value =value }; -// GeneratePageBlocks draw graphic svg into block. -func (_dgeg *GraphicSVG )GeneratePageBlocks (ctx DrawContext )([]*Block ,DrawContext ,error ){_fbdg :=ctx ;_gdde :=_dgeg ._ddcg .IsRelative ();var _bgccd []*Block ;if _gdde {_cdfc :=1.0;_dfed :=_dgeg ._aagce .Top ;if _dgeg ._dgccb .Height > ctx .Height -_dgeg ._aagce .Top {_bgccd =[]*Block {NewBlock (ctx .PageWidth ,ctx .PageHeight -ctx .Y )}; -var _cdcfb error ;if _ ,ctx ,_cdcfb =_gbcfe ().GeneratePageBlocks (ctx );_cdcfb !=nil {return nil ,ctx ,_cdcfb ;};_dfed =0;};ctx .X +=_dgeg ._aagce .Left +_cdfc ;ctx .Y +=_dfed ;ctx .Width -=_dgeg ._aagce .Left +_dgeg ._aagce .Right +2*_cdfc ;ctx .Height -=_dfed ; -}else {ctx .X =_dgeg ._gddbc ;ctx .Y =_dgeg ._bgfb ;};_dag :=_dg .NewContentCreator ();_dag .Translate (0,ctx .PageHeight );_dag .Scale (1,-1);_dag .Translate (ctx .X ,ctx .Y );_dgba :=_dgeg ._dgccb .Width /_dgeg ._dgccb .ViewBox .W ;_fcc :=_dgeg ._dgccb .Height /_dgeg ._dgccb .ViewBox .H ; -_eafa :=0.0;_fbff :=0.0;if _gdde {_eafa =_dgeg ._gddbc -(_dgeg ._dgccb .ViewBox .X *_fc .Max (_dgba ,_fcc ));_fbff =_dgeg ._bgfb -(_dgeg ._dgccb .ViewBox .Y *_fc .Max (_dgba ,_fcc ));};_dbdb :=NewBlock (ctx .PageWidth ,ctx .PageHeight );if _dgeg ._bdae !=nil {_dag .Add_BDC (*_bc .MakeName (_fgd .StructureTypeFigure ),map[string ]_bc .PdfObject {"\u004d\u0043\u0049\u0044":_bc .MakeInteger (*_dgeg ._bdae )}); -};_dgeg ._dgccb .ToContentCreator (_dag ,_dbdb ._dgd ,_dgba ,_fcc ,_eafa ,_fbff );if _dgeg ._bdae !=nil {_dag .Add_EMC ();};if _accc :=_dbdb .addContentsByString (_dag .String ());_accc !=nil {return nil ,ctx ,_accc ;};if _gdde {_ggee :=_dgeg .Height ()+_dgeg ._aagce .Bottom ; -ctx .Y +=_ggee ;ctx .Height -=_ggee ;}else {ctx =_fbdg ;};_bgccd =append (_bgccd ,_dbdb );return _bgccd ,ctx ,nil ;}; +// SetFillColor sets the fill color. +func (_gcbd *PolyBezierCurve )SetFillColor (color Color ){_gcbd ._gfde =color ;_gcbd ._bgdab .FillColor =_fac (color );}; -// SetHeight sets the Image's document height to specified h. -func (_gcgc *Image )SetHeight (h float64 ){_gcgc ._fegb =h }; +// GeneratePageBlocks generates the table page blocks. Multiple blocks are +// generated if the contents wrap over multiple pages. +// Implements the Drawable interface. +func (_aeef *Table )GeneratePageBlocks (ctx DrawContext )([]*Block ,DrawContext ,error ){_aeeed :=_aeef ;if _aeef ._ffeag {_aeeed =_aeef .clone ();};return _cbgg (_aeeed ,ctx );};func (_agbff *templateProcessor )parseFontAttr (_bdacb ,_aeacg string )*_gd .PdfFont {_ca .Log .Debug ("P\u0061\u0072\u0073\u0069\u006e\u0067 \u0066\u006f\u006e\u0074\u0020\u0061t\u0074\u0072\u0069\u0062\u0075\u0074\u0065:\u0020\u0028\u0060\u0025\u0073\u0060\u002c\u0020\u0025\u0073)\u002e",_bdacb ,_aeacg ); +_gcde :=_agbff .creator ._fbbd ;if _aeacg ==""{return _gcde ;};_afefg :=_ddf .Split (_aeacg ,"\u002c");for _ ,_ddece :=range _afefg {_ddece =_ddf .TrimSpace (_ddece );if _ddece ==""{continue ;};_cfcd ,_cgbae :=_agbff ._agabg .FontMap [_aeacg ];if _cgbae {return _cfcd ; +};_aafgg ,_cgbae :=map[string ]_gd .StdFontName {"\u0063o\u0075\u0072\u0069\u0065\u0072":_gd .CourierName ,"\u0063\u006f\u0075r\u0069\u0065\u0072\u002d\u0062\u006f\u006c\u0064":_gd .CourierBoldName ,"\u0063o\u0075r\u0069\u0065\u0072\u002d\u006f\u0062\u006c\u0069\u0071\u0075\u0065":_gd .CourierObliqueName ,"c\u006fu\u0072\u0069\u0065\u0072\u002d\u0062\u006f\u006cd\u002d\u006f\u0062\u006ciq\u0075\u0065":_gd .CourierBoldObliqueName ,"\u0068e\u006c\u0076\u0065\u0074\u0069\u0063a":_gd .HelveticaName ,"\u0068\u0065\u006c\u0076\u0065\u0074\u0069\u0063\u0061-\u0062\u006f\u006c\u0064":_gd .HelveticaBoldName ,"\u0068\u0065\u006c\u0076\u0065\u0074\u0069\u0063\u0061\u002d\u006f\u0062l\u0069\u0071\u0075\u0065":_gd .HelveticaObliqueName ,"\u0068\u0065\u006c\u0076et\u0069\u0063\u0061\u002d\u0062\u006f\u006c\u0064\u002d\u006f\u0062\u006c\u0069\u0071u\u0065":_gd .HelveticaBoldObliqueName ,"\u0073\u0079\u006d\u0062\u006f\u006c":_gd .SymbolName ,"\u007a\u0061\u0070\u0066\u002d\u0064\u0069\u006e\u0067\u0062\u0061\u0074\u0073":_gd .ZapfDingbatsName ,"\u0074\u0069\u006de\u0073":_gd .TimesRomanName ,"\u0074\u0069\u006d\u0065\u0073\u002d\u0062\u006f\u006c\u0064":_gd .TimesBoldName ,"\u0074\u0069\u006de\u0073\u002d\u0069\u0074\u0061\u006c\u0069\u0063":_gd .TimesItalicName ,"\u0074\u0069\u006d\u0065\u0073\u002d\u0062\u006f\u006c\u0064\u002d\u0069t\u0061\u006c\u0069\u0063":_gd .TimesBoldItalicName }[_aeacg ]; +if _cgbae {if _deafa ,_cbca :=_gd .NewStandard14Font (_aafgg );_cbca ==nil {return _deafa ;};};if _ceed :=_agbff .parseAttrPropList (_ddece );len (_ceed )> 0{if _cccca ,_caafb :=_ceed ["\u0070\u0061\u0074\u0068"];_caafb {_aabda :=_gd .NewPdfFontFromTTFFile ; +if _cfcac ,_dgcag :=_ceed ["\u0074\u0079\u0070\u0065"];_dgcag &&_cfcac =="\u0063o\u006d\u0070\u006f\u0073\u0069\u0074e"{_aabda =_gd .NewCompositePdfFontFromTTFFile ;};if _afcbc ,_cgdca :=_aabda (_cccca );_cgdca !=nil {_ca .Log .Debug ("\u0043\u006fu\u006c\u0064\u0020\u006e\u006f\u0074\u0020\u006c\u006f\u0061\u0064\u0020\u0066\u006f\u006e\u0074\u0020\u0060\u0025\u0073\u0060\u003a %\u0076\u002e",_cccca ,_cgdca ); +}else {return _afcbc ;};};};};return _gcde ;}; -// MoveX moves the drawing context to absolute position x. -func (_cgba *Creator )MoveX (x float64 ){_cgba ._eee .X =x };func (_ffce *Image )makeXObject ()error {_bgbb ,_decbc :=_fgd .NewXObjectImageFromImageLazy (_ffce ._cgdfb ,nil ,_ffce ._fdag ,_ffce ._faeda );if _decbc !=nil {_fec .Log .Error ("\u0046\u0061\u0069le\u0064\u0020\u0074\u006f\u0020\u0063\u0072\u0065\u0061t\u0065 \u0078o\u0062j\u0065\u0063\u0074\u0020\u0069\u006d\u0061\u0067\u0065\u003a\u0020\u0025\u0073",_decbc ); -return _decbc ;};_ffce ._gacc =_bgbb ;return nil ;}; +// SetPos sets absolute positioning with specified coordinates. +func (_dfcge *StyledParagraph )SetPos (x ,y float64 ){_dfcge ._abab =PositionAbsolute ;_dfcge ._cabcd =x ;_dfcge ._ccde =y ;}; -// Height returns the height of the chart. -func (_dfac *Chart )Height ()float64 {return float64 (_dfac ._gff .Height ())}; +// CreateTableOfContents sets a function to generate table of contents. +func (_afcb *Creator )CreateTableOfContents (genTOCFunc func (_ceba *TOC )error ){_afcb ._bef =genTOCFunc ;}; -// ColorCMYKFromArithmetic creates a Color from arithmetic color values (0-1). -// Example: -// -// green := ColorCMYKFromArithmetic(1.0, 0.0, 1.0, 0.0) -func ColorCMYKFromArithmetic (c ,m ,y ,k float64 )Color {return cmykColor {_ffea :_fc .Max (_fc .Min (c ,1.0),0.0),_cbg :_fc .Max (_fc .Min (m ,1.0),0.0),_egb :_fc .Max (_fc .Min (y ,1.0),0.0),_gbfd :_fc .Max (_fc .Min (k ,1.0),0.0)};}; +// SetLineStyle sets the style for all the line components: number, title, +// separator, page. The style is applied only for new lines added to the +// TOC component. +func (_gccg *TOC )SetLineStyle (style TextStyle ){_gccg .SetLineNumberStyle (style );_gccg .SetLineTitleStyle (style );_gccg .SetLineSeparatorStyle (style );_gccg .SetLinePageStyle (style );}; -// SetLineHeight sets the line height (1.0 default). -func (_eeagd *Paragraph )SetLineHeight (lineheight float64 ){_eeagd ._fbcg =lineheight };func _dgbbf (_fecdg float64 ,_adbb float64 )float64 {return _fc .Round (_fecdg /_adbb )*_adbb }; +// TextStyle is a collection of properties that can be assigned to a text chunk. +type TextStyle struct{ -// SetMarkedContentID sets the marked content ID for the chapter. -func (_ebc *Chapter )SetMarkedContentID (id int64 )*_fgd .KDict {return nil }; +// Color represents the color of the text. +Color Color ; -// NewGraphicSVGFromFile creates a graphic SVG from a file. -func NewGraphicSVGFromFile (path string )(*GraphicSVG ,error ){return _bded (path )}; +// OutlineColor represents the color of the text outline. +OutlineColor Color ; -// Width returns the cell's width based on the input draw context. -func (_abdab *TableCell )Width (ctx DrawContext )float64 {_cfccd :=float64 (0.0);for _dgbebb :=0;_dgbebb < _abdab ._ecddcb ;_dgbebb ++{_cfccd +=_abdab ._abdcb ._cddfg [_abdab ._bacg +_dgbebb -1];};_agfc :=ctx .Width *_cfccd ;return _agfc ;}; +// MultiFont represents an encoder that accepts multiple fonts and selects the correct font for encoding. +MultiFont *_gd .MultipleFontEncoder ; -// PageSize represents the page size as a 2 element array representing the width and height in PDF document units (points). -type PageSize [2]float64 ;func (_ebgac *templateProcessor )parseColorAttr (_fgfac ,_ceada string )Color {_fec .Log .Debug ("\u0050\u0061rs\u0069\u006e\u0067 \u0063\u006f\u006c\u006fr a\u0074tr\u0069\u0062\u0075\u0074\u0065\u003a\u0020(`\u0025\u0073\u0060\u002c\u0020\u0025\u0073)\u002e",_fgfac ,_ceada ); -_ceada =_eg .TrimSpace (_ceada );if _eg .HasPrefix (_ceada ,"\u006c\u0069n\u0065\u0061\u0072-\u0067\u0072\u0061\u0064\u0069\u0065\u006e\u0074\u0028")&&_eg .HasSuffix (_ceada ,"\u0029")&&len (_ceada )> 17{return _ebgac .parseLinearGradientAttr (_ebgac .creator ,_ceada ); -};if _eg .HasPrefix (_ceada ,"\u0072\u0061d\u0069\u0061\u006c-\u0067\u0072\u0061\u0064\u0069\u0065\u006e\u0074\u0028")&&_eg .HasSuffix (_ceada ,"\u0029")&&len (_ceada )> 17{return _ebgac .parseRadialGradientAttr (_ebgac .creator ,_ceada );};if _cgad :=_ebgac .parseColor (_ceada ); -_cgad !=nil {return _cgad ;};return ColorBlack ;}; +// Font represents the font the text will use. +Font *_gd .PdfFont ; -// Scale sets the scale ratio with `X` factor and `Y` factor for the graphic svg. -func (_bbef *GraphicSVG )Scale (xFactor ,yFactor float64 ){_bbef ._dgccb .Width =xFactor *_bbef ._dgccb .Width ;_bbef ._dgccb .Height =yFactor *_bbef ._dgccb .Height ;_bbef ._dgccb .SetScaling (xFactor ,yFactor );};func (_gdea *Table )resetColumnWidths (){_gdea ._cddfg =[]float64 {}; -_ecgg :=float64 (1.0)/float64 (_gdea ._afacb );for _feaf :=0;_feaf < _gdea ._afacb ;_feaf ++{_gdea ._cddfg =append (_gdea ._cddfg ,_ecgg );};}; +// FontSize represents the size of the font. +FontSize float64 ; -// Height returns the height of the list. -func (_ebgfa *List )Height ()float64 {var _acag float64 ;for _ ,_bdcb :=range _ebgfa ._ffegf {_acag +=_bdcb .ctxHeight (_ebgfa .Width ());};return _acag ;}; +// OutlineSize represents the thickness of the text outline. +OutlineSize float64 ; -// NewCellProps returns the default properties of an invoice cell. -func (_beag *Invoice )NewCellProps ()InvoiceCellProps {_dcgd :=ColorRGBFrom8bit (255,255,255);return InvoiceCellProps {TextStyle :_beag ._cgce ,Alignment :CellHorizontalAlignmentLeft ,BackgroundColor :_dcgd ,BorderColor :_dcgd ,BorderWidth :1,BorderSides :[]CellBorderSide {CellBorderSideAll }}; -}; +// CharSpacing represents the character spacing. +CharSpacing float64 ; -// SetMarkedContentID sets marked content ID. -func (_afbb *border )SetMarkedContentID (id int64 )*_fgd .KDict {return nil };func (_beg *Division )drawBackground (_ccdf []*Block ,_adcc ,_ecge DrawContext ,_bfge bool )([]*Block ,error ){_aaeg :=len (_ccdf );if _aaeg ==0||_beg ._agecb ==nil {return _ccdf ,nil ; -};_daa :=make ([]*Block ,0,len (_ccdf ));for _dddc ,_gdgg :=range _ccdf {var (_aacg =_beg ._agecb .BorderRadiusTopLeft ;_bcda =_beg ._agecb .BorderRadiusTopRight ;_dgdb =_beg ._agecb .BorderRadiusBottomLeft ;_dedf =_beg ._agecb .BorderRadiusBottomRight ; -);_acbd :=_adcc ;_acbd .Page +=_dddc ;if _dddc ==0{if _bfge {_daa =append (_daa ,_gdgg );continue ;};if _aaeg ==1{_acbd .Height =_ecge .Y -_adcc .Y ;};}else {_acbd .X =_acbd .Margins .Left +_beg ._ddfg .Left ;_acbd .Y =_acbd .Margins .Top ;_acbd .Width =_acbd .PageWidth -_acbd .Margins .Left -_acbd .Margins .Right -_beg ._ddfg .Left -_beg ._ddfg .Right ; -if _dddc ==_aaeg -1{_acbd .Height =_ecge .Y -_acbd .Margins .Top -_beg ._ddfg .Top ;}else {_acbd .Height =_acbd .PageHeight -_acbd .Margins .Top -_acbd .Margins .Bottom ;};if !_bfge {_aacg =0;_bcda =0;};};if _aaeg > 1&&_dddc !=_aaeg -1{_dgdb =0;_dedf =0; -};_fdbe :=_aggd (_acbd .X ,_acbd .Y ,_acbd .Width ,_acbd .Height );_fdbe .SetFillColor (_beg ._agecb .FillColor );_fdbe .SetBorderColor (_beg ._agecb .BorderColor );_fdbe .SetBorderWidth (_beg ._agecb .BorderSize );_fdbe .SetBorderRadius (_aacg ,_bcda ,_dgdb ,_dedf ); -_cfec ,_ ,_deag :=_fdbe .GeneratePageBlocks (_acbd );if _deag !=nil {return nil ,_deag ;};if len (_cfec )==0{continue ;};_ddcf :=_cfec [0];if _deag =_ddcf .mergeBlocks (_gdgg );_deag !=nil {return nil ,_deag ;};_daa =append (_daa ,_ddcf );};return _daa ,nil ; -}; +// HorizontalScaling represents the percentage to horizontally scale +// characters by (default: 100). Values less than 100 will result in +// narrower text while values greater than 100 will result in wider text. +HorizontalScaling float64 ; -// SetText replaces all the text of the paragraph with the specified one. -func (_fcff *StyledParagraph )SetText (text string )*TextChunk {_fcff .Reset ();return _fcff .Append (text );};func _ddge (_gagfb TextStyle )*StyledParagraph {return &StyledParagraph {_ecec :[]*TextChunk {},_fgbg :_gagfb ,_fbegf :_ebea (_gagfb .Font ),_fgef :1.0,_abff :TextAlignmentLeft ,_fegca :true ,_fegde :true ,_eadc :false ,_ffab :0,_bagff :1,_cebbd :1,_fceb :PositionRelative ,_cccab :""}; -};func (_ggad cmykColor )ToRGB ()(float64 ,float64 ,float64 ){_affe :=_ggad ._gbfd ;return 1-(_ggad ._ffea *(1-_affe )+_affe ),1-(_ggad ._cbg *(1-_affe )+_affe ),1-(_ggad ._egb *(1-_affe )+_affe );};func (_fdab *templateProcessor )parseCellAlignmentAttr (_dagfbf ,_fffea string )CellHorizontalAlignment {_fec .Log .Debug ("\u0050a\u0072\u0073i\u006e\u0067\u0020c\u0065\u006c\u006c\u0020\u0061\u006c\u0069g\u006e\u006d\u0065\u006e\u0074\u0020a\u0074\u0074\u0072\u0069\u0062\u0075\u0074\u0065\u003a\u0020\u0028`\u0025\u0073\u0060\u002c\u0020\u0025\u0073\u0029\u002e",_dagfbf ,_fffea ); -_fbcc :=map[string ]CellHorizontalAlignment {"\u006c\u0065\u0066\u0074":CellHorizontalAlignmentLeft ,"\u0063\u0065\u006e\u0074\u0065\u0072":CellHorizontalAlignmentCenter ,"\u0072\u0069\u0067h\u0074":CellHorizontalAlignmentRight }[_fffea ];return _fbcc ; -}; +// RenderingMode represents the rendering mode. +RenderingMode TextRenderingMode ; -// GeneratePageBlocks implements drawable interface. -func (_ccbe *border )GeneratePageBlocks (ctx DrawContext )([]*Block ,DrawContext ,error ){_eef :=NewBlock (ctx .PageWidth ,ctx .PageHeight );_edde :=_ccbe ._bad ;_feg :=ctx .PageHeight -_ccbe ._abda ;if _ccbe ._aff !=nil {_bac :=_gga .Rectangle {Opacity :1.0,X :_ccbe ._bad ,Y :ctx .PageHeight -_ccbe ._abda -_ccbe ._aeg ,Height :_ccbe ._aeg ,Width :_ccbe ._cbec }; -_bac .FillEnabled =true ;_gcc :=_cfcee (_ccbe ._aff );_bbc :=_cacbe (_eef ,_gcc ,_ccbe ._aff ,func ()Rectangle {return Rectangle {_defb :_bac .X ,_cdgf :_bac .Y ,_bcede :_bac .Width ,_cggg :_bac .Height };});if _bbc !=nil {return nil ,ctx ,_bbc ;};_bac .FillColor =_gcc ; -_bac .BorderEnabled =false ;_fga ,_ ,_bbc :=_bac .Draw ("");if _bbc !=nil {return nil ,ctx ,_bbc ;};_bbc =_eef .addContentsByString (string (_fga ));if _bbc !=nil {return nil ,ctx ,_bbc ;};};_agcag :=_ccbe ._dedg ;_fdae :=_ccbe ._fcf ;_ggaa :=_ccbe ._aca ; -_cgda :=_ccbe ._gebg ;_gea :=_ccbe ._dedg ;if _ccbe ._cggf ==CellBorderStyleDouble {_gea +=2*_agcag ;};_abg :=_ccbe ._fcf ;if _ccbe ._fagg ==CellBorderStyleDouble {_abg +=2*_fdae ;};_ebe :=_ccbe ._aca ;if _ccbe ._ffbb ==CellBorderStyleDouble {_ebe +=2*_ggaa ; -};_fege :=_ccbe ._gebg ;if _ccbe ._cfc ==CellBorderStyleDouble {_fege +=2*_cgda ;};_cff :=(_gea -_ebe )/2;_aea :=(_gea -_fege )/2;_dabe :=(_abg -_ebe )/2;_gcbd :=(_abg -_fege )/2;if _ccbe ._dedg !=0{_aafb :=_edde ;_dce :=_feg ;if _ccbe ._cggf ==CellBorderStyleDouble {_dce -=_agcag ; -_cde :=_gga .BasicLine {LineColor :_cfcee (_ccbe ._dfd ),Opacity :1.0,LineWidth :_ccbe ._dedg ,LineStyle :_ccbe .LineStyle ,X1 :_aafb -_gea /2+_cff ,Y1 :_dce +2*_agcag ,X2 :_aafb +_gea /2-_aea +_ccbe ._cbec ,Y2 :_dce +2*_agcag };_dcef ,_ ,_aefe :=_cde .Draw (""); -if _aefe !=nil {return nil ,ctx ,_aefe ;};_aefe =_eef .addContentsByString (string (_dcef ));if _aefe !=nil {return nil ,ctx ,_aefe ;};};_afa :=_gga .BasicLine {LineWidth :_ccbe ._dedg ,Opacity :1.0,LineColor :_cfcee (_ccbe ._dfd ),LineStyle :_ccbe .LineStyle ,X1 :_aafb -_gea /2+_cff +(_ebe -_ccbe ._aca ),Y1 :_dce ,X2 :_aafb +_gea /2-_aea +_ccbe ._cbec -(_fege -_ccbe ._gebg ),Y2 :_dce }; -_dcefa ,_ ,_ede :=_afa .Draw ("");if _ede !=nil {return nil ,ctx ,_ede ;};_ede =_eef .addContentsByString (string (_dcefa ));if _ede !=nil {return nil ,ctx ,_ede ;};};if _ccbe ._fcf !=0{_ddg :=_edde ;_dfeb :=_feg -_ccbe ._aeg ;if _ccbe ._fagg ==CellBorderStyleDouble {_dfeb +=_fdae ; -_dcfa :=_gga .BasicLine {LineWidth :_ccbe ._fcf ,Opacity :1.0,LineColor :_cfcee (_ccbe ._dcf ),LineStyle :_ccbe .LineStyle ,X1 :_ddg -_abg /2+_dabe ,Y1 :_dfeb -2*_fdae ,X2 :_ddg +_abg /2-_gcbd +_ccbe ._cbec ,Y2 :_dfeb -2*_fdae };_edg ,_ ,_gccb :=_dcfa .Draw (""); -if _gccb !=nil {return nil ,ctx ,_gccb ;};_gccb =_eef .addContentsByString (string (_edg ));if _gccb !=nil {return nil ,ctx ,_gccb ;};};_ffec :=_gga .BasicLine {LineWidth :_ccbe ._fcf ,Opacity :1.0,LineColor :_cfcee (_ccbe ._dcf ),LineStyle :_ccbe .LineStyle ,X1 :_ddg -_abg /2+_dabe +(_ebe -_ccbe ._aca ),Y1 :_dfeb ,X2 :_ddg +_abg /2-_gcbd +_ccbe ._cbec -(_fege -_ccbe ._gebg ),Y2 :_dfeb }; -_fcfb ,_ ,_cfg :=_ffec .Draw ("");if _cfg !=nil {return nil ,ctx ,_cfg ;};_cfg =_eef .addContentsByString (string (_fcfb ));if _cfg !=nil {return nil ,ctx ,_cfg ;};};if _ccbe ._aca !=0{_cfce :=_edde ;_aaef :=_feg ;if _ccbe ._ffbb ==CellBorderStyleDouble {_cfce +=_ggaa ; -_dac :=_gga .BasicLine {LineWidth :_ccbe ._aca ,Opacity :1.0,LineColor :_cfcee (_ccbe ._bba ),LineStyle :_ccbe .LineStyle ,X1 :_cfce -2*_ggaa ,Y1 :_aaef +_ebe /2+_cff ,X2 :_cfce -2*_ggaa ,Y2 :_aaef -_ebe /2-_dabe -_ccbe ._aeg };_bgb ,_ ,_gaaf :=_dac .Draw (""); -if _gaaf !=nil {return nil ,ctx ,_gaaf ;};_gaaf =_eef .addContentsByString (string (_bgb ));if _gaaf !=nil {return nil ,ctx ,_gaaf ;};};_ddgf :=_gga .BasicLine {LineWidth :_ccbe ._aca ,Opacity :1.0,LineColor :_cfcee (_ccbe ._bba ),LineStyle :_ccbe .LineStyle ,X1 :_cfce ,Y1 :_aaef +_ebe /2+_cff -(_gea -_ccbe ._dedg ),X2 :_cfce ,Y2 :_aaef -_ebe /2-_dabe -_ccbe ._aeg +(_abg -_ccbe ._fcf )}; -_fffc ,_ ,_caee :=_ddgf .Draw ("");if _caee !=nil {return nil ,ctx ,_caee ;};_caee =_eef .addContentsByString (string (_fffc ));if _caee !=nil {return nil ,ctx ,_caee ;};};if _ccbe ._gebg !=0{_fba :=_edde +_ccbe ._cbec ;_dgb :=_feg ;if _ccbe ._cfc ==CellBorderStyleDouble {_fba -=_cgda ; -_cdac :=_gga .BasicLine {LineWidth :_ccbe ._gebg ,Opacity :1.0,LineColor :_cfcee (_ccbe ._gdbb ),LineStyle :_ccbe .LineStyle ,X1 :_fba +2*_cgda ,Y1 :_dgb +_fege /2+_aea ,X2 :_fba +2*_cgda ,Y2 :_dgb -_fege /2-_gcbd -_ccbe ._aeg };_bcag ,_ ,_ggg :=_cdac .Draw (""); -if _ggg !=nil {return nil ,ctx ,_ggg ;};_ggg =_eef .addContentsByString (string (_bcag ));if _ggg !=nil {return nil ,ctx ,_ggg ;};};_aaa :=_gga .BasicLine {LineWidth :_ccbe ._gebg ,Opacity :1.0,LineColor :_cfcee (_ccbe ._gdbb ),LineStyle :_ccbe .LineStyle ,X1 :_fba ,Y1 :_dgb +_fege /2+_aea -(_gea -_ccbe ._dedg ),X2 :_fba ,Y2 :_dgb -_fege /2-_gcbd -_ccbe ._aeg +(_abg -_ccbe ._fcf )}; -_cfgd ,_ ,_fggag :=_aaa .Draw ("");if _fggag !=nil {return nil ,ctx ,_fggag ;};_fggag =_eef .addContentsByString (string (_cfgd ));if _fggag !=nil {return nil ,ctx ,_fggag ;};};return []*Block {_eef },ctx ,nil ;}; +// Underline specifies if the text chunk is underlined. +Underline bool ; -// Creator is a wrapper around functionality for creating PDF reports and/or adding new -// content onto imported PDF pages, etc. -type Creator struct{ +// UnderlineStyle represents the style of the line used to underline text. +UnderlineStyle TextDecorationLineStyle ; -// Errors keeps error messages that should not interrupt pdf processing and to be checked later. -Errors []error ; +// TextRise specifies a vertical adjustment for text. It is useful for +// drawing subscripts/superscripts. A positive text rise value will +// produce superscript text, while a negative one will result in +// subscript text. +TextRise float64 ;}; -// UnsupportedCharacterReplacement is character that will be used to replace unsupported glyph. -// The value will be passed to drawing context. -UnsupportedCharacterReplacement rune ;_egfb []*_fgd .PdfPage ;_feab map[*_fgd .PdfPage ]*Block ;_agfdc map[*_fgd .PdfPage ]*pageTransformations ;_eda *_fgd .PdfPage ;_ccae PageSize ;_eee DrawContext ;_cbb Margins ;_gbgg ,_agfdf float64 ;_dca int ;_cee func (_eegc FrontpageFunctionArgs ); -_ggd func (_beeg *TOC )error ;_cgf func (_abeb *Block ,_fffd HeaderFunctionArgs );_aedb func (_dfcg *Block ,_fad FooterFunctionArgs );_bbad func (_gad PageFinalizeFunctionArgs )error ;_gacd func (_ebf *_fgd .PdfWriter )error ;_ddfc bool ; +// GetCoords returns the (x1, y1), (x2, y2) points defining the Line. +func (_dgcg *Line )GetCoords ()(float64 ,float64 ,float64 ,float64 ){return _dgcg ._cbagd ,_dgcg ._efeb ,_dgcg ._agbba ,_dgcg ._dcga ;};func _efb (_age string )string {_fba :=_fee .FindAllString (_age ,-1);if len (_fba )==0{_age =_age +"\u0030";}else {_fcea ,_gec :=_fd .Atoi (_fba [len (_fba )-1]); +if _gec !=nil {_ca .Log .Debug ("\u0045r\u0072\u006f\u0072 \u0063\u006f\u006ev\u0065rt\u0069\u006e\u0067\u0020\u0064\u0069\u0067i\u0074\u0020\u0063\u006f\u006d\u0070\u006f\u006e\u0065\u006e\u0074\u0020\u0069\u006e\u0020\u0072\u0065\u0073\u006f\u0075\u0072\u0063\u0065\u0073\u0020\u006e\u0061\u006de,\u0020f\u0061\u006c\u006c\u0062\u0061\u0063k\u0020\u0074\u006f\u0020\u0062a\u0073\u0069\u0063\u0020\u006d\u0065\u0074\u0068\u006f\u0064\u003a \u0025\u0076",_gec ); +_age =_age +"\u0030";}else {_fcea ++;_dbbf :=_ddf .LastIndex (_age ,_fba [len (_fba )-1]);if _dbbf ==-1{_age =_f .Sprintf ("\u0025\u0073\u0025\u0064",_age [:len (_age )-1],_fcea );}else {_age =_age [:_dbbf ]+_fd .Itoa (_fcea );};};};return _age ;}; -// Controls whether a table of contents will be generated. -AddTOC bool ; +// Margins returns the margins of the component. +func (_aaaa *Division )Margins ()(_cece ,_bgfgb ,_efaa ,_dcacc float64 ){return _aaaa ._fceg .Left ,_aaaa ._fceg .Right ,_aaaa ._fceg .Top ,_aaaa ._fceg .Bottom ;}; -// CustomTOC specifies if the TOC is rendered by the user. -// When the `CustomTOC` field is set to `true`, the default TOC component is not rendered. -// Instead the TOC is drawn by the user, in the callback provided to -// the `Creator.CreateTableOfContents` method. -// If `CustomTOC` is set to `false`, the callback provided to -// `Creator.CreateTableOfContents` customizes the style of the automatically generated TOC component. -CustomTOC bool ;_aac *TOC ; +// DrawHeader sets a function to draw a header on created output pages. +func (_gea *Creator )DrawHeader (drawHeaderFunc func (_agfa *Block ,_gffeg HeaderFunctionArgs )){_gea ._eee =drawHeaderFunc ;};func (_eeded *Table )getLastCellFromCol (_ecdcb int )(int ,*TableCell ){for _abbdd :=len (_eeded ._gedg )-1;_abbdd >=0;_abbdd --{if _eeded ._gedg [_abbdd ]._gggbbd ==_ecdcb {return _abbdd ,_eeded ._gedg [_abbdd ]; +};};return 0,nil ;}; -// Controls whether outlines will be generated. -AddOutlines bool ;_cbba *_fgd .Outline ;_egdf *_fgd .PdfOutlineTreeNode ;_ecc *_fgd .PdfAcroForm ;_deg _bc .PdfObject ;_caec _fgd .Optimizer ;_dad []*_fgd .PdfFont ;_dff *_fgd .PdfFont ;_ceb *_fgd .PdfFont ;_cfgc *_fgd .StructTreeRoot ;_bbcg *_fgd .ViewerPreferences ; -_eeae string ;};func (_eegbg *templateProcessor )parseHorizontalAlignmentAttr (_adaaf ,_ceeac string )HorizontalAlignment {_fec .Log .Debug ("\u0050\u0061\u0072\u0073\u0069n\u0067\u0020\u0068\u006f\u0072\u0069\u007a\u006f\u006e\u0074\u0061\u006c\u0020a\u006c\u0069\u0067\u006e\u006d\u0065\u006e\u0074\u0020\u0061\u0074\u0074\u0072\u0069\u0062\u0075\u0074\u0065\u003a\u0020\u0028\u0060\u0025\u0073\u0060\u002c\u0020\u0025\u0073\u0029.",_adaaf ,_ceeac ); -_gbeef :=map[string ]HorizontalAlignment {"\u006c\u0065\u0066\u0074":HorizontalAlignmentLeft ,"\u0063\u0065\u006e\u0074\u0065\u0072":HorizontalAlignmentCenter ,"\u0072\u0069\u0067h\u0074":HorizontalAlignmentRight }[_ceeac ];return _gbeef ;}; +// NewPageBreak create a new page break. +func (_cbaaf *Creator )NewPageBreak ()*PageBreak {return _addgg ()}; -// Number returns the invoice number description and value cells. -// The returned values can be used to customize the styles of the cells. -func (_gaab *Invoice )Number ()(*InvoiceCell ,*InvoiceCell ){return _gaab ._bcab [0],_gaab ._bcab [1]};var _faba =map[string ]*templateTag {"\u0070a\u0072\u0061\u0067\u0072\u0061\u0070h":&templateTag {_geca :map[string ]struct{}{"\u0063r\u0065\u0061\u0074\u006f\u0072":struct{}{},"\u0062\u006c\u006fc\u006b":struct{}{},"\u0064\u0069\u0076\u0069\u0073\u0069\u006f\u006e":struct{}{},"\u0074\u0061\u0062\u006c\u0065\u002d\u0063\u0065\u006c\u006c":struct{}{},"\u0063h\u0061\u0070\u0074\u0065\u0072":struct{}{},"\u006ci\u0073\u0074\u002d\u0069\u0074\u0065m":struct{}{}},_cacf :_cecbb },"\u0074\u0065\u0078\u0074\u002d\u0063\u0068\u0075\u006e\u006b":&templateTag {_geca :map[string ]struct{}{"\u0070a\u0072\u0061\u0067\u0072\u0061\u0070h":struct{}{}},_cacf :_bgdfa },"\u0064\u0069\u0076\u0069\u0073\u0069\u006f\u006e":&templateTag {_geca :map[string ]struct{}{"\u0063r\u0065\u0061\u0074\u006f\u0072":struct{}{},"\u0062\u006c\u006fc\u006b":struct{}{},"\u0064\u0069\u0076\u0069\u0073\u0069\u006f\u006e":struct{}{},"\u0074\u0061\u0062\u006c\u0065\u002d\u0063\u0065\u006c\u006c":struct{}{},"\u0063h\u0061\u0070\u0074\u0065\u0072":struct{}{},"\u006ci\u0073\u0074\u002d\u0069\u0074\u0065m":struct{}{}},_cacf :_fbcdc },"\u0074\u0061\u0062l\u0065":&templateTag {_geca :map[string ]struct{}{"\u0063r\u0065\u0061\u0074\u006f\u0072":struct{}{},"\u0062\u006c\u006fc\u006b":struct{}{},"\u0064\u0069\u0076\u0069\u0073\u0069\u006f\u006e":struct{}{},"\u0074\u0061\u0062\u006c\u0065\u002d\u0063\u0065\u006c\u006c":struct{}{},"\u0063h\u0061\u0070\u0074\u0065\u0072":struct{}{},"\u006ci\u0073\u0074\u002d\u0069\u0074\u0065m":struct{}{}},_cacf :_egeag },"\u0074\u0061\u0062\u006c\u0065\u002d\u0063\u0065\u006c\u006c":&templateTag {_geca :map[string ]struct{}{"\u0074\u0061\u0062l\u0065":struct{}{}},_cacf :_bfdcf },"\u006c\u0069\u006e\u0065":&templateTag {_geca :map[string ]struct{}{"\u0063r\u0065\u0061\u0074\u006f\u0072":struct{}{},"\u0062\u006c\u006fc\u006b":struct{}{},"\u0064\u0069\u0076\u0069\u0073\u0069\u006f\u006e":struct{}{},"\u0074\u0061\u0062\u006c\u0065\u002d\u0063\u0065\u006c\u006c":struct{}{},"\u0063h\u0061\u0070\u0074\u0065\u0072":struct{}{}},_cacf :_ggadb },"\u0072e\u0063\u0074\u0061\u006e\u0067\u006ce":&templateTag {_geca :map[string ]struct{}{"\u0063r\u0065\u0061\u0074\u006f\u0072":struct{}{},"\u0062\u006c\u006fc\u006b":struct{}{},"\u0064\u0069\u0076\u0069\u0073\u0069\u006f\u006e":struct{}{},"\u0074\u0061\u0062\u006c\u0065\u002d\u0063\u0065\u006c\u006c":struct{}{},"\u0063h\u0061\u0070\u0074\u0065\u0072":struct{}{}},_cacf :_bcfa },"\u0065l\u006c\u0069\u0070\u0073\u0065":&templateTag {_geca :map[string ]struct{}{"\u0063r\u0065\u0061\u0074\u006f\u0072":struct{}{},"\u0062\u006c\u006fc\u006b":struct{}{},"\u0064\u0069\u0076\u0069\u0073\u0069\u006f\u006e":struct{}{},"\u0074\u0061\u0062\u006c\u0065\u002d\u0063\u0065\u006c\u006c":struct{}{},"\u0063h\u0061\u0070\u0074\u0065\u0072":struct{}{}},_cacf :_gbcbg },"\u0069\u006d\u0061g\u0065":&templateTag {_geca :map[string ]struct{}{"\u0063r\u0065\u0061\u0074\u006f\u0072":struct{}{},"\u0062\u006c\u006fc\u006b":struct{}{},"\u0064\u0069\u0076\u0069\u0073\u0069\u006f\u006e":struct{}{},"\u0074\u0061\u0062\u006c\u0065\u002d\u0063\u0065\u006c\u006c":struct{}{},"\u0063h\u0061\u0070\u0074\u0065\u0072":struct{}{},"\u006ci\u0073\u0074\u002d\u0069\u0074\u0065m":struct{}{}},_cacf :_dcgcc },"\u0063h\u0061\u0070\u0074\u0065\u0072":&templateTag {_geca :map[string ]struct{}{"\u0063r\u0065\u0061\u0074\u006f\u0072":struct{}{},"\u0062\u006c\u006fc\u006b":struct{}{},"\u0063h\u0061\u0070\u0074\u0065\u0072":struct{}{}},_cacf :_bbdbf },"\u0063h\u0061p\u0074\u0065\u0072\u002d\u0068\u0065\u0061\u0064\u0069\u006e\u0067":&templateTag {_geca :map[string ]struct{}{"\u0063h\u0061\u0070\u0074\u0065\u0072":struct{}{}},_cacf :_fgba },"\u0063\u0068\u0061r\u0074":&templateTag {_geca :map[string ]struct{}{"\u0063r\u0065\u0061\u0074\u006f\u0072":struct{}{},"\u0062\u006c\u006fc\u006b":struct{}{},"\u0064\u0069\u0076\u0069\u0073\u0069\u006f\u006e":struct{}{},"\u0074\u0061\u0062\u006c\u0065\u002d\u0063\u0065\u006c\u006c":struct{}{},"\u0063h\u0061\u0070\u0074\u0065\u0072":struct{}{}},_cacf :_gfgfe },"\u0070\u0061\u0067\u0065\u002d\u0062\u0072\u0065\u0061\u006b":&templateTag {_geca :map[string ]struct{}{"\u0063r\u0065\u0061\u0074\u006f\u0072":struct{}{},"\u0063h\u0061\u0070\u0074\u0065\u0072":struct{}{}},_cacf :_gfcbf },"\u0062\u0061\u0063\u006b\u0067\u0072\u006f\u0075\u006e\u0064":&templateTag {_geca :map[string ]struct{}{"\u0064\u0069\u0076\u0069\u0073\u0069\u006f\u006e":struct{}{}},_cacf :_dbffa },"\u006c\u0069\u0073\u0074":&templateTag {_geca :map[string ]struct{}{"\u0063r\u0065\u0061\u0074\u006f\u0072":struct{}{},"\u0062\u006c\u006fc\u006b":struct{}{},"\u0064\u0069\u0076\u0069\u0073\u0069\u006f\u006e":struct{}{},"\u0074\u0061\u0062\u006c\u0065\u002d\u0063\u0065\u006c\u006c":struct{}{},"\u0063h\u0061\u0070\u0074\u0065\u0072":struct{}{},"\u006ci\u0073\u0074\u002d\u0069\u0074\u0065m":struct{}{}},_cacf :_eedgb },"\u006ci\u0073\u0074\u002d\u0069\u0074\u0065m":&templateTag {_geca :map[string ]struct{}{"\u006c\u0069\u0073\u0074":struct{}{}},_cacf :_egce },"l\u0069\u0073\u0074\u002d\u006d\u0061\u0072\u006b\u0065\u0072":&templateTag {_geca :map[string ]struct{}{"\u006c\u0069\u0073\u0074":struct{}{},"\u006ci\u0073\u0074\u002d\u0069\u0074\u0065m":struct{}{}},_cacf :_accfg }}; -func _dgcef (_bfaad ...interface{})(map[string ]interface{},error ){_bbgd :=len (_bfaad );if _bbgd %2!=0{_fec .Log .Error ("\u0049\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u006e\u0075\u006d\u0062\u0065\u0072\u0020\u006f\u0066\u0020p\u0061\u0072\u0061\u006d\u0065\u0074\u0065r\u0073\u0020\u0066\u006f\u0072\u0020\u0063\u0072\u0065\u0061\u0074i\u006e\u0067\u0020\u006d\u0061\u0070\u003a\u0020\u0025\u0064\u002e",_bbgd ); -return nil ,_bc .ErrRangeError ;};_dgcec :=map[string ]interface{}{};for _bgfcg :=0;_bgfcg < _bbgd ;_bgfcg +=2{_aebgb ,_fdcbd :=_bfaad [_bgfcg ].(string );if !_fdcbd {_fec .Log .Error ("\u0049\u006e\u0076\u0061\u006c\u0069\u0064 \u006d\u0061\u0070 \u006b\u0065\u0079\u0020t\u0079\u0070\u0065\u0020\u0028\u0025\u0054\u0029\u002e\u0020\u0045\u0078\u0070\u0065\u0063\u0074\u0065\u0064\u0020\u0073\u0074\u0072\u0069\u006e\u0067\u002e",_bfaad [_bgfcg ]); -return nil ,_bc .ErrTypeError ;};_dgcec [_aebgb ]=_bfaad [_bgfcg +1];};return _dgcec ,nil ;}; +// Invoice represents a configurable invoice template. +type Invoice struct{_bgfbda string ;_afed *Image ;_adbcd *InvoiceAddress ;_afbf *InvoiceAddress ;_gggd string ;_eeffg [2]*InvoiceCell ;_cegfg [2]*InvoiceCell ;_fgfe [2]*InvoiceCell ;_ebf [][2]*InvoiceCell ;_gbbc []*InvoiceCell ;_gdfd [][]*InvoiceCell ; +_ffce [2]*InvoiceCell ;_cecdb [2]*InvoiceCell ;_gfgd [][2]*InvoiceCell ;_cdbg [2]string ;_acae [2]string ;_dbef [][2]string ;_bdae TextStyle ;_ddba TextStyle ;_fcbed TextStyle ;_gdga TextStyle ;_fefc TextStyle ;_degfg TextStyle ;_begb TextStyle ;_ffda InvoiceCellProps ; +_dbbfd InvoiceCellProps ;_ddce InvoiceCellProps ;_aabdc InvoiceCellProps ;_afbg Positioning ;};func (_gcgg *Creator )wrapPageIfNeeded (_caa *_gd .PdfPage )(*_gd .PdfPage ,error ){_cdgf ,_ddgf :=_caa .GetAllContentStreams ();if _ddgf !=nil {return nil ,_ddgf ; +};_gabc :=_eag .NewContentStreamParser (_cdgf );_egag ,_ddgf :=_gabc .Parse ();if _ddgf !=nil {return nil ,_ddgf ;};if !_egag .HasUnclosedQ (){return nil ,nil ;};_egag .WrapIfNeeded ();_ebc ,_ddgf :=_be .MakeStream (_egag .Bytes (),_be .NewFlateEncoder ()); +if _ddgf !=nil {return nil ,_ddgf ;};_caa .Contents =_be .MakeArray (_ebc );return _caa ,nil ;}; -// PageBreak represents a page break for a chapter. -type PageBreak struct{}; +// Line defines a line between point 1 (X1, Y1) and point 2 (X2, Y2). +// The line width, color, style (solid or dashed) and opacity can be +// configured. Implements the Drawable interface. +type Line struct{_cbagd float64 ;_efeb float64 ;_agbba float64 ;_dcga float64 ;_ffga Color ;_dddcg _ddb .LineStyle ;_gbfc float64 ;_cccd []int64 ;_aaed int64 ;_adcb float64 ;_fcbba Positioning ;_aedgf FitMode ;_cbeb Margins ;_afac *int64 ;}; -// NewLinearGradientColor creates a linear gradient color that could act as a color in other components. -func (_dgff *Creator )NewLinearGradientColor (colorPoints []*ColorPoint )*LinearShading {return _fdga (colorPoints );}; +// Positioning returns the type of positioning the ellipse is set to use. +func (_gbef *Ellipse )Positioning ()Positioning {return _gbef ._gbbf };func (_faaa *listItem )ctxHeight (_abga float64 )float64 {var _dfea float64 ;switch _egac :=_faaa ._cfec .(type ){case *Paragraph :if _egac ._abaa {_egac .SetWidth (_abga -_egac ._cgacg .Horizontal ()); +};_dfea =_egac .Height ()+_egac ._cgacg .Vertical ();_dfea +=0.5*_egac ._geac *_egac ._agdbb ;case *StyledParagraph :if _egac ._egbgc {_egac .SetWidth (_abga -_egac ._affa .Horizontal ());};_dfea =_egac .Height ()+_egac ._affa .Vertical ();_dfea +=0.5*_egac .getTextHeight (); +case *List :_defea :=_abga -_faaa ._gdeca .Width ()-_egac ._edgdc .Horizontal ()-_egac ._eeccg ;_dfea =_egac .ctxHeight (_defea )+_egac ._edgdc .Vertical ();case *Image :_dfea =_egac .Height ()+_egac ._fcad .Vertical ();case *Division :_ddfaa :=_abga -_faaa ._gdeca .Width ()-_egac ._fceg .Horizontal (); +_dfea =_egac .ctxHeight (_ddfaa )+_egac ._fceg .Vertical ();case *Table :_egddb :=_abga -_faaa ._gdeca .Width ()-_egac ._ccecg .Horizontal ();_egac .updateRowHeights (_egddb );_dfea =_egac .Height ()+_egac ._ccecg .Vertical ();default:_dfea =_faaa ._cfec .Height (); +};return _dfea ;}; -// GetMargins returns the margins of the ellipse: left, right, top, bottom. -func (_fgac *Ellipse )GetMargins ()(float64 ,float64 ,float64 ,float64 ){return _fgac ._ddbd .Left ,_fgac ._ddbd .Right ,_fgac ._ddbd .Top ,_fgac ._ddbd .Bottom ;}; +// GeneratePageBlocks draw graphic svg into block. +func (_agbb *GraphicSVG )GeneratePageBlocks (ctx DrawContext )([]*Block ,DrawContext ,error ){_ddab :=ctx ;_fegd :=_agbb ._cdgd .IsRelative ();var _acedc []*Block ;if _fegd {_feffb :=1.0;_ebdea :=_agbb ._agdb .Top ;if _agbb ._dddg .Height > ctx .Height -_agbb ._agdb .Top {_acedc =[]*Block {NewBlock (ctx .PageWidth ,ctx .PageHeight -ctx .Y )}; +var _aceb error ;if _ ,ctx ,_aceb =_addgg ().GeneratePageBlocks (ctx );_aceb !=nil {return nil ,ctx ,_aceb ;};_ebdea =0;};ctx .X +=_agbb ._agdb .Left +_feffb ;ctx .Y +=_ebdea ;ctx .Width -=_agbb ._agdb .Left +_agbb ._agdb .Right +2*_feffb ;ctx .Height -=_ebdea ; +}else {ctx .X =_agbb ._eeeb ;ctx .Y =_agbb ._gca ;};_aeaf :=_eag .NewContentCreator ();_aeaf .Translate (0,ctx .PageHeight );_aeaf .Scale (1,-1);_aeaf .Translate (ctx .X ,ctx .Y );_cbed :=_agbb ._dddg .Width /_agbb ._dddg .ViewBox .W ;_fgg :=_agbb ._dddg .Height /_agbb ._dddg .ViewBox .H ; +_aecg :=0.0;_caed :=0.0;if _fegd {_aecg =_agbb ._eeeb -(_agbb ._dddg .ViewBox .X *_ff .Max (_cbed ,_fgg ));_caed =_agbb ._gca -(_agbb ._dddg .ViewBox .Y *_ff .Max (_cbed ,_fgg ));};_adfb :=NewBlock (ctx .PageWidth ,ctx .PageHeight );if _agbb ._dcfc !=nil {_aeaf .Add_BDC (*_be .MakeName (_gd .StructureTypeFigure ),map[string ]_be .PdfObject {"\u004d\u0043\u0049\u0044":_be .MakeInteger (*_agbb ._dcfc )}); +};_agbb ._dddg .ToContentCreator (_aeaf ,_adfb ._fa ,_cbed ,_fgg ,_aecg ,_caed );if _agbb ._dcfc !=nil {_aeaf .Add_EMC ();};if _bbfd :=_adfb .addContentsByString (_aeaf .String ());_bbfd !=nil {return nil ,ctx ,_bbfd ;};if _fegd {_ccgf :=_agbb .Height ()+_agbb ._agdb .Bottom ; +ctx .Y +=_ccgf ;ctx .Height -=_ccgf ;}else {ctx =_ddab ;};_acedc =append (_acedc ,_adfb );return _acedc ,ctx ,nil ;}; -// The Image type is used to draw an image onto PDF. -type Image struct{_gacc *_fgd .XObjectImage ;_cgdfb *_fgd .Image ;_aabe string ;_fbbf float64 ;_ecfc ,_fegb float64 ;_bgcad ,_bgff float64 ;_accd Positioning ;_fbbb HorizontalAlignment ;_afggb float64 ;_dbccc float64 ;_ddea float64 ;_cdbc Margins ;_bbdb ,_cegba float64 ; -_fdag _bc .StreamEncoder ;_cba FitMode ;_faeda bool ;_gebca *int64 ;}; +// SetMarkedContentID sets the marked content identifier. +func (_aeb *Division )SetMarkedContentID (id int64 )*_gd .KDict {return nil }; -// Table allows organizing content in an rows X columns matrix, which can spawn across multiple pages. -type Table struct{_begg int ;_afacb int ;_ecgdc int ;_cddfg []float64 ;_gecdg []float64 ;_edefd float64 ;_efbe []*TableCell ;_aedca []int ;_cgbfc Positioning ;_cbgfe ,_cbdba float64 ;_gbcea Margins ;_ddcb bool ;_fefac int ;_gefbf int ;_fgaag bool ;_bcagb bool ; -_eadda bool ;};func (_fgdeg *Table )getLastCellFromCol (_ccdbf int )(int ,*TableCell ){for _cdfb :=len (_fgdeg ._efbe )-1;_cdfb >=0;_cdfb --{if _fgdeg ._efbe [_cdfb ]._bacg ==_ccdbf {return _cdfb ,_fgdeg ._efbe [_cdfb ];};};return 0,nil ;}; +// PageBreak represents a page break for a chapter. +type PageBreak struct{};func _efafa (_edba *templateProcessor ,_cgcf *templateNode )(interface{},error ){return _edba .parseList (_cgcf );}; -// ColorPoint is a pair of Color and a relative point where the color -// would be rendered. -type ColorPoint struct{_afddd Color ;_ffag float64 ;};func _cbdce (_dcaeg int64 ,_bdagg ,_dcafc ,_gdceg float64 )*_fgd .PdfAnnotation {_aadf :=_fgd .NewPdfAnnotationLink ();_cbgg :=_fgd .NewBorderStyle ();_cbgg .SetBorderWidth (0);_aadf .BS =_cbgg .ToPdfObject (); -if _dcaeg < 0{_dcaeg =0;};_aadf .Dest =_bc .MakeArray (_bc .MakeInteger (_dcaeg ),_bc .MakeName ("\u0058\u0059\u005a"),_bc .MakeFloat (_bdagg ),_bc .MakeFloat (_dcafc ),_bc .MakeFloat (_gdceg ));return _aadf .PdfAnnotation ;}; +// AddTextItem appends a new item with the specified text to the list. +// The method creates a styled paragraph with the specified text and returns +// it so that the item style can be customized. +// The method also returns the marker used for the newly added item. +// The marker object can be used to change the text and style of the marker +// for the current item. +func (_eebbd *List )AddTextItem (text string )(*StyledParagraph ,*TextChunk ,error ){_dddad :=_aedcd (_eebbd ._edga );_dddad .Append (text );_dfec ,_efda :=_eebbd .Add (_dddad );return _dddad ,_dfec ,_efda ;}; -// GeneratePageBlocks generates a page break block. -func (_degg *PageBreak )GeneratePageBlocks (ctx DrawContext )([]*Block ,DrawContext ,error ){_dfecg :=[]*Block {NewBlock (ctx .PageWidth ,ctx .PageHeight -ctx .Y ),NewBlock (ctx .PageWidth ,ctx .PageHeight )};ctx .Page ++;_abeeb :=ctx ;_abeeb .Y =ctx .Margins .Top ; -_abeeb .X =ctx .Margins .Left ;_abeeb .Height =ctx .PageHeight -ctx .Margins .Top -ctx .Margins .Bottom ;_abeeb .Width =ctx .PageWidth -ctx .Margins .Left -ctx .Margins .Right ;ctx =_abeeb ;return _dfecg ,ctx ,nil ;}; +// SetIndent sets the cell's left indent. +func (_aeed *TableCell )SetIndent (indent float64 ){_aeed ._adeb =indent }; -// SetMargins sets the margins of the ellipse. -// NOTE: ellipse margins are only applied if relative positioning is used. -func (_bbcc *Ellipse )SetMargins (left ,right ,top ,bottom float64 ){_bbcc ._ddbd .Left =left ;_bbcc ._ddbd .Right =right ;_bbcc ._ddbd .Top =top ;_bbcc ._ddbd .Bottom =bottom ;};func _eedd (_eadg [][]_gga .CubicBezierCurve )*CurvePolygon {return &CurvePolygon {_dgc :&_gga .CurvePolygon {Rings :_eadg },_fafc :1.0,_bcefc :1.0}; -}; +// MoveDown moves the drawing context down by relative displacement dy (negative goes up). +func (_ddec *Creator )MoveDown (dy float64 ){_ddec ._ecfb .Y +=dy }; -// ColorRGBFromArithmetic creates a Color from arithmetic color values (0-1). -// Example: +// TOC represents a table of contents component. +// It consists of a paragraph heading and a collection of +// table of contents lines. +// The representation of a table of contents line is as follows: // -// green := ColorRGBFromArithmetic(0.0, 1.0, 0.0) -func ColorRGBFromArithmetic (r ,g ,b float64 )Color {return rgbColor {_ead :_fc .Max (_fc .Min (r ,1.0),0.0),_ddd :_fc .Max (_fc .Min (g ,1.0),0.0),_decg :_fc .Max (_fc .Min (b ,1.0),0.0)};}; - -// NewPolyBezierCurve creates a new composite Bezier (polybezier) curve. -func (_ffbe *Creator )NewPolyBezierCurve (curves []_gga .CubicBezierCurve )*PolyBezierCurve {return _ccfcc (curves );}; +// [number] [title] [separator] [page] +// +// e.g.: Chapter1 Introduction ........... 1 +type TOC struct{_gfbgc *StyledParagraph ;_gfcc []*TOCLine ;_defeaa TextStyle ;_eebgb TextStyle ;_daffbe TextStyle ;_ccffd TextStyle ;_gffbbe string ;_dddcf float64 ;_caada Margins ;_egade Positioning ;_cdef TextStyle ;_daded bool ;}; -// IsAbsolute checks if the positioning is absolute. -func (_deda Positioning )IsAbsolute ()bool {return _deda ==PositionAbsolute }; +// FillColor returns the fill color of the ellipse. +func (_cgabg *Ellipse )FillColor ()Color {return _cgabg ._cgcbc };func (_cggef *templateProcessor )parseRectangle (_fccf *templateNode )(interface{},error ){_dfecf :=_cggef .creator .NewRectangle (0,0,0,0);for _ ,_gcdc :=range _fccf ._eccfd .Attr {_gbag :=_gcdc .Value ; +switch _accdf :=_gcdc .Name .Local ;_accdf {case "\u0078":_dfecf ._fdeb =_cggef .parseFloatAttr (_accdf ,_gbag );case "\u0079":_dfecf ._fefcd =_cggef .parseFloatAttr (_accdf ,_gbag );case "\u0077\u0069\u0064t\u0068":_dfecf .SetWidth (_cggef .parseFloatAttr (_accdf ,_gbag )); +case "\u0068\u0065\u0069\u0067\u0068\u0074":_dfecf .SetHeight (_cggef .parseFloatAttr (_accdf ,_gbag ));case "\u0066\u0069\u006c\u006c\u002d\u0063\u006f\u006c\u006f\u0072":_dfecf .SetFillColor (_cggef .parseColorAttr (_accdf ,_gbag ));case "\u0066\u0069\u006cl\u002d\u006f\u0070\u0061\u0063\u0069\u0074\u0079":_dfecf .SetFillOpacity (_cggef .parseFloatAttr (_accdf ,_gbag )); +case "\u0062\u006f\u0072d\u0065\u0072\u002d\u0063\u006f\u006c\u006f\u0072":_dfecf .SetBorderColor (_cggef .parseColorAttr (_accdf ,_gbag ));case "\u0062\u006f\u0072\u0064\u0065\u0072\u002d\u006f\u0070a\u0063\u0069\u0074\u0079":_dfecf .SetBorderOpacity (_cggef .parseFloatAttr (_accdf ,_gbag )); +case "\u0062\u006f\u0072d\u0065\u0072\u002d\u0077\u0069\u0064\u0074\u0068":_dfecf .SetBorderWidth (_cggef .parseFloatAttr (_accdf ,_gbag ));case "\u0062\u006f\u0072\u0064\u0065\u0072\u002d\u0072\u0061\u0064\u0069\u0075\u0073":_eccd ,_acdea ,_ebeb ,_dfbga :=_cggef .parseBorderRadiusAttr (_accdf ,_gbag ); +_dfecf .SetBorderRadius (_eccd ,_acdea ,_dfbga ,_ebeb );case "\u0062\u006f\u0072\u0064er\u002d\u0074\u006f\u0070\u002d\u006c\u0065\u0066\u0074\u002d\u0072\u0061\u0064\u0069u\u0073":_dfecf ._dfegd =_cggef .parseFloatAttr (_accdf ,_gbag );case "\u0062\u006f\u0072de\u0072\u002d\u0074\u006f\u0070\u002d\u0072\u0069\u0067\u0068\u0074\u002d\u0072\u0061\u0064\u0069\u0075\u0073":_dfecf ._afgd =_cggef .parseFloatAttr (_accdf ,_gbag ); +case "\u0062o\u0072\u0064\u0065\u0072-\u0062\u006f\u0074\u0074\u006fm\u002dl\u0065f\u0074\u002d\u0072\u0061\u0064\u0069\u0075s":_dfecf ._ebddb =_cggef .parseFloatAttr (_accdf ,_gbag );case "\u0062\u006f\u0072\u0064\u0065\u0072\u002d\u0062\u006f\u0074\u0074o\u006d\u002d\u0072\u0069\u0067\u0068\u0074\u002d\u0072\u0061d\u0069\u0075\u0073":_dfecf ._fcgc =_cggef .parseFloatAttr (_accdf ,_gbag ); +case "\u0070\u006f\u0073\u0069\u0074\u0069\u006f\u006e":_dfecf .SetPositioning (_cggef .parsePositioningAttr (_accdf ,_gbag ));case "\u0066\u0069\u0074\u002d\u006d\u006f\u0064\u0065":_dfecf .SetFitMode (_cggef .parseFitModeAttr (_accdf ,_gbag ));case "\u006d\u0061\u0072\u0067\u0069\u006e":_aedeb :=_cggef .parseMarginAttr (_accdf ,_gbag ); +_dfecf .SetMargins (_aedeb .Left ,_aedeb .Right ,_aedeb .Top ,_aedeb .Bottom );default:_cggef .nodeLogDebug (_fccf ,"\u0055\u006e\u0073\u0075\u0070\u0070\u006f\u0072t\u0065\u0064\u0020re\u0063\u0074\u0061\u006e\u0067\u006ce\u0020\u0061\u0074\u0074\u0072\u0069\u0062\u0075\u0074\u0065\u003a\u0020\u0060\u0025\u0073`\u002e\u0020\u0053\u006b\u0069\u0070\u0070\u0069n\u0067\u002e",_accdf ); +};};return _dfecf ,nil ;}; -// SetBoundingBox set gradient color bounding box where the gradient would be rendered. -func (_bdaafg *RadialShading )SetBoundingBox (x ,y ,width ,height float64 ){_bdaafg ._bfgf =&_fgd .PdfRectangle {Llx :x ,Lly :y ,Urx :x +width ,Ury :y +height };}; +// SetColor sets the line color. Use ColorRGBFromHex, ColorRGBFrom8bit or +// ColorRGBFromArithmetic to create the color object. +func (_cbab *Line )SetColor (color Color ){_cbab ._ffga =color }; -// SetAntiAlias enables anti alias config. -// -// Anti alias is disabled by default. -func (_bede *shading )SetAntiAlias (enable bool ){_bede ._ccea =enable }; +// Number returns the invoice number description and value cells. +// The returned values can be used to customize the styles of the cells. +func (_debg *Invoice )Number ()(*InvoiceCell ,*InvoiceCell ){return _debg ._eeffg [0],_debg ._eeffg [1]}; -// SetFillColor sets the fill color for the path. -func (_aeag *FilledCurve )SetFillColor (color Color ){_aeag ._ggea =color }; +// SetStyleLeft sets border style for left side. +func (_cfg *border )SetStyleLeft (style CellBorderStyle ){_cfg ._fgfc =style };func _efca (_aegd *Block ,_bgaeb *StyledParagraph ,_fcadf [][]*TextChunk ,_gggba DrawContext )(DrawContext ,[][]*TextChunk ,error ){_gddd :=1;_dfba :=_be .PdfObjectName (_f .Sprintf ("\u0046\u006f\u006e\u0074\u0025\u0064",_gddd )); +for _aegd ._fa .HasFontByName (_dfba ){_gddd ++;_dfba =_be .PdfObjectName (_f .Sprintf ("\u0046\u006f\u006e\u0074\u0025\u0064",_gddd ));};_aagd :=_aegd ._fa .SetFontByName (_dfba ,_bgaeb ._cggd .Font .ToPdfObject ());if _aagd !=nil {return _gggba ,nil ,_aagd ; +};_gddd ++;_efedc :=_dfba ;_cbdbf :=_bgaeb ._cggd .FontSize ;_cadd :=_bgaeb ._abab .IsRelative ();var _gggbf [][]_be .PdfObjectName ;var _affde [][]*TextChunk ;var _ebbgf float64 ;for _cabf ,_fcge :=range _fcadf {var _efbe []_be .PdfObjectName ;var _fafgc float64 ; +if len (_fcge )> 0{_fafgc =_fcge [0].Style .FontSize ;};for _ ,_ead :=range _fcge {_cfcee :=_ead .Style ;if _ead .Text !=""&&_cfcee .FontSize > _fafgc {_fafgc =_cfcee .FontSize ;};if _fafgc > _gggba .PageHeight {return _gggba ,nil ,_fc .New ("\u0050\u0061\u0072\u0061\u0067\u0072a\u0070\u0068\u0020\u0068\u0065\u0069\u0067\u0068\u0074\u0020\u0063\u0061\u006e\u0027\u0074\u0020\u0062\u0065\u0020\u006ca\u0072\u0067\u0065\u0072\u0020\u0074\u0068\u0061\u006e\u0020\u0070\u0061\u0067\u0065 \u0068e\u0069\u0067\u0068\u0074"); +};_dfba =_be .PdfObjectName (_f .Sprintf ("\u0046\u006f\u006e\u0074\u0025\u0064",_gddd ));_addaf :=_aegd ._fa .SetFontByName (_dfba ,_cfcee .Font .ToPdfObject ());if _addaf !=nil {return _gggba ,nil ,_addaf ;};_efbe =append (_efbe ,_dfba );_gddd ++;};_fafgc *=_bgaeb ._bcde ; +if _cadd &&_ebbgf +_fafgc > _gggba .Height {_affde =_fcadf [_cabf :];_fcadf =_fcadf [:_cabf ];break ;};_ebbgf +=_fafgc ;_gggbf =append (_gggbf ,_efbe );};_bbcfg ,_dgcd ,_gdccf :=_bgaeb .getLineMetrics (0);_deeb ,_ebaeg :=_bbcfg *_bgaeb ._bcde ,_dgcd *_bgaeb ._bcde ; +if len (_fcadf )==0{return _gggba ,_affde ,nil ;};_ggdae :=_eag .NewContentCreator ();_ggdae .Add_q ();_edac :=_ebaeg ;if _bgaeb ._eeedb ==TextVerticalAlignmentCenter {_edac =_dgcd +(_bbcfg +_gdccf -_dgcd )/2+(_ebaeg -_dgcd )/2;};_dgfe :=_gggba .PageHeight -_gggba .Y -_edac ; +_ggdae .Translate (_gggba .X ,_dgfe );_bbbd :=_dgfe ;if _bgaeb ._cbace !=0{_ggdae .RotateDeg (_bgaeb ._cbace );};if _bgaeb ._fcga ==TextOverflowHidden {_ggdae .Add_re (0,-_ebbgf +_deeb +1,_bgaeb ._cbcb ,_ebbgf ).Add_W ().Add_n ();};_ggdae .Add_BT ();_eebf :=map[string ]_be .PdfObject {}; +if _bgaeb ._gbdb !=nil {_eebf ["\u004d\u0043\u0049\u0044"]=_be .MakeInteger (*_bgaeb ._gbdb );};if _bgaeb ._abce !=""{_eebf ["\u004c\u0061\u006e\u0067"]=_be .MakeString (_bgaeb ._abce );};if len (_eebf )> 0{_ggdae .Add_BDC (*_be .MakeName (_gd .StructureTypeParagraph ),_eebf ); +};var _cgba []*_ddb .BasicLine ;for _gaed ,_dgee :=range _fcadf {_gced :=_gggba .X ;var _cdbaf float64 ;if len (_dgee )> 0{_cdbaf =_dgee [0].Style .FontSize ;};_bbcfg ,_ ,_gdccf =_bgaeb .getLineMetrics (_gaed );_ebaeg =(_bbcfg +_gdccf );for _ ,_dccbf :=range _dgee {_gaaa :=&_dccbf .Style ; +if _dccbf .Text !=""&&_gaaa .FontSize > _cdbaf {_cdbaf =_gaaa .FontSize ;};if _ebaeg > _cdbaf {_cdbaf =_ebaeg ;};};if _gaed !=0{_ggdae .Add_TD (0,-_cdbaf *_bgaeb ._bcde );_bbbd -=_cdbaf *_bgaeb ._bcde ;};_abaae :=_gaed ==len (_fcadf )-1;var (_ccge float64 ; +_gdbaf float64 ;_afbc *fontMetrics ;_aged float64 ;_bfgfe uint ;);var _gbgfge []float64 ;for _ ,_ffaf :=range _dgee {_gabce :=&_ffaf .Style ;if _gabce .FontSize > _gdbaf {_gdbaf =_gabce .FontSize ;_afbc =_ecdbd (_ffaf .Style .Font ,_gabce .FontSize );}; +if _ebaeg > _gdbaf {_gdbaf =_ebaeg ;};_fbfg ,_dcdb :=_gabce .Font .GetRuneMetrics (' ');if _fbfg .Wx ==0&&_gabce .MultiFont !=nil {_fbfg ,_dcdb =_gabce .MultiFont .GetRuneMetrics (' ');_gabce .MultiFont .Reset ();};if !_dcdb {return _gggba ,nil ,_fc .New ("\u0074\u0068e \u0066\u006f\u006et\u0020\u0064\u006f\u0065s n\u006ft \u0068\u0061\u0076\u0065\u0020\u0061\u0020sp\u0061\u0063\u0065\u0020\u0067\u006c\u0079p\u0068"); +};var _daafc uint ;var _effdd float64 ;_gfab :=len (_ffaf .Text );for _fcgbbe ,_gbfe :=range _ffaf .Text {if _gbfe ==' '{_daafc ++;continue ;};if _gbfe =='\u000A'{continue ;};_afaa ,_fgaeee :=_gabce .Font .GetRuneMetrics (_gbfe );if _afaa .Wx ==0&&_gabce .MultiFont !=nil {_afaa ,_fgaeee =_gabce .MultiFont .GetRuneMetrics (' '); +_gabce .MultiFont .Reset ();};if !_fgaeee {_ca .Log .Debug ("\u0055\u006e\u0073\u0075p\u0070\u006f\u0072\u0074\u0065\u0064\u0020\u0072\u0075\u006ee\u0020%\u0076\u0020\u0069\u006e\u0020\u0066\u006fn\u0074\u000a",_gbfe );return _gggba ,nil ,_fc .New ("\u0075\u006e\u0073\u0075pp\u006f\u0072\u0074\u0065\u0064\u0020\u0074\u0065\u0078\u0074\u0020\u0067\u006c\u0079p\u0068"); +};_effdd +=_gabce .FontSize *_afaa .Wx *_gabce .horizontalScale ();if _fcgbbe !=_gfab -1{_effdd +=_gabce .CharSpacing *1000.0;};};_gbgfge =append (_gbgfge ,_effdd );_ccge +=_effdd ;_aged +=float64 (_daafc )*_fbfg .Wx *_gabce .FontSize *_gabce .horizontalScale (); +_bfgfe +=_daafc ;};_gdbaf *=_bgaeb ._bcde ;var _gafg []_be .PdfObject ;_dcad :=_bgaeb ._cbcb *1000.0;if _bgaeb ._abff ==TextAlignmentJustify {if _bfgfe > 0&&!_abaae {_aged =(_dcad -_ccge )/float64 (_bfgfe )/_cbdbf ;};}else if _bgaeb ._abff ==TextAlignmentCenter {_gceec :=(_dcad -_ccge -_aged )/2; +_gfge :=_gceec /_cbdbf ;_gafg =append (_gafg ,_be .MakeFloat (-_gfge ));_gced +=_gceec /1000.0;}else if _bgaeb ._abff ==TextAlignmentRight {_ebbdd :=(_dcad -_ccge -_aged );_afab :=_ebbdd /_cbdbf ;_gafg =append (_gafg ,_be .MakeFloat (-_afab ));_gced +=_ebbdd /1000.0; +};if len (_gafg )> 0{_ggdae .Add_Tf (_efedc ,_cbdbf ).Add_TL (_cbdbf *_bgaeb ._bcde ).Add_TJ (_gafg ...);};_abcf :=0.0;for _acgef ,_geaeg :=range _dgee {_bebc :=&_geaeg .Style ;_bfbda :=_efedc ;_eaeca :=_cbdbf ;_aefa :=_bebc .OutlineColor !=nil ;_cbcf :=_bebc .HorizontalScaling !=DefaultHorizontalScaling ; +_fdeac :=_bebc .OutlineSize !=1;if _fdeac {_ggdae .Add_w (_bebc .OutlineSize );};_edgab :=_bebc .RenderingMode !=TextRenderingModeFill ;if _edgab {_ggdae .Add_Tr (int64 (_bebc .RenderingMode ));};_ebbe :=_bebc .CharSpacing !=0;if _ebbe {_ggdae .Add_Tc (_bebc .CharSpacing ); +};_cbbd :=_bebc .TextRise !=0;if _cbbd {_ggdae .Add_Ts (_bebc .TextRise );};if _geaeg .VerticalAlignment !=TextVerticalAlignmentBaseline {_gafdg :=_ecdbd (_geaeg .Style .Font ,_bebc .FontSize );switch _geaeg .VerticalAlignment {case TextVerticalAlignmentCenter :_abcf =_afbc ._daeb /2-_gafdg ._daeb /2; +case TextVerticalAlignmentBottom :_abcf =_afbc ._gfcgf -_gafdg ._gfcgf ;case TextVerticalAlignmentTop :_abcf =_dgcd -_bebc .FontSize ;};if _abcf !=0.0{_ggdae .Translate (0,_abcf );};};if _bgaeb ._abff !=TextAlignmentJustify ||_abaae {_bdaa ,_fegdd :=_bebc .Font .GetRuneMetrics (' '); +if !_fegdd {return _gggba ,nil ,_fc .New ("\u0074\u0068e \u0066\u006f\u006et\u0020\u0064\u006f\u0065s n\u006ft \u0068\u0061\u0076\u0065\u0020\u0061\u0020sp\u0061\u0063\u0065\u0020\u0067\u006c\u0079p\u0068");};_bfbda =_gggbf [_gaed ][_acgef ];_eaeca =_bebc .FontSize ; +_aged =_bdaa .Wx *_bebc .horizontalScale ();};_egbdcf :=_bebc .Font .Encoder ();var _cebf []byte ;var _cegaf bool ;_bacd :=_bebc .Font ;for _ ,_edcbd :=range _geaeg .Text {if _edcbd =='\u000A'{continue ;};if _edcbd ==' '{if len (_cebf )> 0{if _aefa {_ggdae .SetStrokingColor (_fac (_bebc .OutlineColor )); +};if _cbcf {_ggdae .Add_Tz (_bebc .HorizontalScaling );};_abdb :=_gggbf [_gaed ][_acgef ];if _cegaf {_abdb =_be .PdfObjectName (_f .Sprintf ("\u0046\u006f\u006e\u0074\u0025\u0064",_gddd ));_dbad :=_aegd ._fa .SetFontByName (_abdb ,_bacd .ToPdfObject ()); +if _dbad !=nil {return _gggba ,nil ,_dbad ;};_gddd ++;_cegaf =false ;_egbdcf =_bebc .Font .Encoder ();};_ggdae .SetNonStrokingColor (_fac (_bebc .Color )).Add_Tf (_abdb ,_bebc .FontSize ).Add_TJ ([]_be .PdfObject {_be .MakeStringFromBytes (_cebf )}...); +_cebf =nil ;};if _cbcf {_ggdae .Add_Tz (DefaultHorizontalScaling );};_ggdae .Add_Tf (_bfbda ,_eaeca ).Add_TJ ([]_be .PdfObject {_be .MakeFloat (-_aged )}...);_gbgfge [_acgef ]+=_aged *_eaeca ;}else {if _ ,_face :=_egbdcf .RuneToCharcode (_edcbd );!_face {if _bebc .MultiFont !=nil {_ecbb ,_cddfg :=_bebc .MultiFont .Encoder (_edcbd ); +if _cddfg {if len (_cebf )!=0{_abda :=_be .PdfObjectName (_f .Sprintf ("\u0046\u006f\u006e\u0074\u0025\u0064",_gddd ));_decgd :=_aegd ._fa .SetFontByName (_bfbda ,_bacd .ToPdfObject ());if _decgd !=nil {return _gggba ,nil ,_decgd ;};_ggdae .SetNonStrokingColor (_fac (_bebc .Color )).Add_Tf (_abda ,_bebc .FontSize ).Add_TJ ([]_be .PdfObject {_be .MakeStringFromBytes (_cebf )}...); +_gddd ++;_cebf =nil ;};_egbdcf =_ecbb ;_cegaf =true ;_bacd =_bebc .MultiFont .CurrentFont ;};}else {_aagd =UnsupportedRuneError {Message :_f .Sprintf ("\u0075\u006e\u0073\u0075\u0070\u0070\u006fr\u0074\u0065\u0064 \u0072\u0075\u006e\u0065 \u0069\u006e\u0020\u0074\u0065\u0078\u0074\u0020\u0065\u006e\u0063\u006f\u0064\u0069\u006e\u0067\u003a\u0020\u0025\u0023\u0078\u0020\u0028\u0025\u0063\u0029",_edcbd ,_edcbd ),Rune :_edcbd }; +_gggba ._ebbc =append (_gggba ._ebbc ,_aagd );_ca .Log .Debug (_aagd .Error ());if _gggba ._ebeg <=0{continue ;};_edcbd =_gggba ._ebeg ;};};_ccfed :=_egbdcf .Encode (string (_edcbd ));_cebf =append (_cebf ,_ccfed ...);};if _bebc .MultiFont !=nil {_bebc .MultiFont .Reset (); +};};if len (_cebf )> 0{if _aefa {_ggdae .SetStrokingColor (_fac (_bebc .OutlineColor ));};if _cbcf {_ggdae .Add_Tz (_bebc .HorizontalScaling );};_ccced :=_gggbf [_gaed ][_acgef ];if _cegaf {_ccced =_be .PdfObjectName (_f .Sprintf ("\u0046\u006f\u006e\u0074\u0025\u0064",_gddd )); +_ecba :=_aegd ._fa .SetFontByName (_ccced ,_bacd .ToPdfObject ());if _ecba !=nil {return _gggba ,nil ,_ecba ;};_gddd ++;_cegaf =false ;};_ggdae .SetNonStrokingColor (_fac (_bebc .Color )).Add_Tf (_ccced ,_bebc .FontSize ).Add_TJ ([]_be .PdfObject {_be .MakeStringFromBytes (_cebf )}...); +};_bacg :=_gbgfge [_acgef ]/1000.0;if _bebc .Underline {_dgdbe :=_bebc .UnderlineStyle .Color ;if _dgdbe ==nil {_dgdbe =_geaeg .Style .Color ;};_gdae ,_eagce ,_bcgfe :=_dgdbe .ToRGB ();_cceg :=_gced -_gggba .X ;_bbdgb :=_bbbd -_dgfe +_bebc .TextRise -_bebc .UnderlineStyle .Offset ; +_cgba =append (_cgba ,&_ddb .BasicLine {X1 :_cceg ,Y1 :_bbdgb ,X2 :_cceg +_bacg ,Y2 :_bbdgb ,LineWidth :_geaeg .Style .UnderlineStyle .Thickness ,LineColor :_gd .NewPdfColorDeviceRGB (_gdae ,_eagce ,_bcgfe )});};for _ebcb ,_bcdfg :=range _geaeg ._bcfe {var _ccgb *_be .PdfObjectArray ; +if len (_geaeg ._dgdde )==_ebcb {switch _bded :=_bcdfg .GetContext ().(type ){case *_gd .PdfAnnotationLink :_ccgb =_be .MakeArray ();_bded .Rect =_ccgb ;_cbgc ,_abbe :=_bded .Dest .(*_be .PdfObjectArray );if _abbe &&_cbgc .Len ()==5{_efebb ,_dgca :=_cbgc .Get (1).(*_be .PdfObjectName ); +if _dgca &&_efebb .String ()=="\u0058\u0059\u005a"{_geee ,_ccfaf :=_be .GetNumberAsFloat (_cbgc .Get (3));if _ccfaf ==nil {_cbgc .Set (3,_be .MakeFloat (_gggba .PageHeight -_geee ));};};};case *_gd .PdfAnnotationHighlight :_ccgb =_be .MakeArray ();_bded .Rect =_ccgb ; +_gebce :=_gced ;_ggbgge :=_bbbd +_bebc .TextRise ;_dagbg :=_baead (&_gd .PdfRectangle {Llx :_gebce ,Lly :_ggbgge ,Urx :_gebce +_bacg ,Ury :_ggbgge +_gdbaf },_bgaeb ._cbace );_bded .QuadPoints =_be .MakeArrayFromFloats ([]float64 {_dagbg [0].X ,_dagbg [0].Y ,_dagbg [1].X ,_dagbg [1].Y ,_dagbg [3].X ,_dagbg [3].Y ,_dagbg [2].X ,_dagbg [2].Y }); +};_geaeg ._dgdde =append (_geaeg ._dgdde ,true );};if _ccgb !=nil {_dfacg :=_ddb .NewPoint (_gced -_gggba .X ,_bbbd +_bebc .TextRise -_dgfe ).Rotate (_bgaeb ._cbace );_dfacg .X +=_gggba .X ;_dfacg .Y +=_dgfe ;_dgfeg ,_cbef ,_cbbfa ,_geceg :=_bcecf (_bacg ,_gdbaf ,_bgaeb ._cbace ); +_dfacg .X +=_dgfeg ;_dfacg .Y +=_cbef ;_ccgb .Clear ();_ccgb .Append (_be .MakeFloat (_dfacg .X ));_ccgb .Append (_be .MakeFloat (_dfacg .Y ));_ccgb .Append (_be .MakeFloat (_dfacg .X +_cbbfa ));_ccgb .Append (_be .MakeFloat (_dfacg .Y +_geceg ));};_aegd .AddAnnotation (_bcdfg ); +};_gced +=_bacg ;if _fdeac {_ggdae .Add_w (1.0);};if _aefa {_ggdae .Add_RG (0.0,0.0,0.0);};if _edgab {_ggdae .Add_Tr (int64 (TextRenderingModeFill ));};if _ebbe {_ggdae .Add_Tc (0);};if _cbbd {_ggdae .Add_Ts (0);};if _cbcf {_ggdae .Add_Tz (DefaultHorizontalScaling ); +};if _abcf !=0.0{_ggdae .Translate (0,-_abcf );_abcf =0.0;};};};if len (_eebf )> 0{_ggdae .Add_EMC ();};_ggdae .Add_ET ();for _ ,_dbgb :=range _cgba {_ggdae .SetStrokingColor (_dbgb .LineColor ).Add_w (_dbgb .LineWidth ).Add_m (_dbgb .X1 ,_dbgb .Y1 ).Add_l (_dbgb .X2 ,_dbgb .Y2 ).Add_s (); +};_ggdae .Add_Q ();_beaf :=_ggdae .Operations ();_beaf .WrapIfNeeded ();_aegd .addContents (_beaf );if _cadd {_cdage :=_ebbgf ;_gggba .Y +=_cdage ;_gggba .Height -=_cdage ;if _gggba .Inline {_gggba .X +=_bgaeb .Width ()+_bgaeb ._affa .Right ;};};return _gggba ,_affde ,nil ; +}; -// GeneratePageBlocks generate the Page blocks. Multiple blocks are generated if the contents wrap -// over multiple pages. -func (_fea *Chapter )GeneratePageBlocks (ctx DrawContext )([]*Block ,DrawContext ,error ){_aeb :=ctx ;if _fea ._bda .IsRelative (){ctx .X +=_fea ._dbe .Left ;ctx .Y +=_fea ._dbe .Top ;ctx .Width -=_fea ._dbe .Left +_fea ._dbe .Right ;ctx .Height -=_fea ._dbe .Top ; -};_dcd ,_eeag ,_afbd :=_fea ._gfdf .GeneratePageBlocks (ctx );if _afbd !=nil {return _dcd ,ctx ,_afbd ;};ctx =_eeag ;_ebee :=ctx .X ;_fegg :=ctx .Y -_fea ._gfdf .Height ();_cfcc :=int64 (ctx .Page );_aecd :=_fea .headingNumber ();_cfeb :=_fea .headingText (); -if _fea ._aga {_cge :=_fea ._edc .Add (_aecd ,_fea ._faed ,_fg .FormatInt (_cfcc ,10),_fea ._eedg );if _fea ._edc ._ggabc {_cge .SetLink (_cfcc ,_ebee ,_fegg );};};if _fea ._bcaf ==nil {_fea ._bcaf =_fgd .NewOutlineItem (_cfeb ,_fgd .NewOutlineDest (_cfcc -1,_ebee ,_fegg )); -if _fea ._cdee !=nil {_fea ._cdee ._bcaf .Add (_fea ._bcaf );}else {_fea ._agbcd .Add (_fea ._bcaf );};}else {_cgeg :=&_fea ._bcaf .Dest ;_cgeg .Page =_cfcc -1;_cgeg .X =_ebee ;_cgeg .Y =_fegg ;};for _ ,_defc :=range _fea ._agbc {_bfe ,_fef ,_bgcc :=_defc .GeneratePageBlocks (ctx ); -if _bgcc !=nil {return _dcd ,ctx ,_bgcc ;};if len (_bfe )< 1{continue ;};_dcd [len (_dcd )-1].mergeBlocks (_bfe [0]);_dcd =append (_dcd ,_bfe [1:]...);ctx =_fef ;};if _fea ._bda .IsRelative (){ctx .X =_aeb .X ;};if _fea ._bda .IsAbsolute (){return _dcd ,_aeb ,nil ; -};return _dcd ,ctx ,nil ;};func (_gffga *templateProcessor )parseDivision (_bgbde *templateNode )(interface{},error ){_cfff :=_gffga .creator .NewDivision ();for _ ,_fbgca :=range _bgbde ._adfdg .Attr {_eefd :=_fbgca .Value ;switch _bdge :=_fbgca .Name .Local ; -_bdge {case "\u0065\u006ea\u0062\u006c\u0065-\u0070\u0061\u0067\u0065\u002d\u0077\u0072\u0061\u0070":_cfff .EnablePageWrap (_gffga .parseBoolAttr (_bdge ,_eefd ));case "\u006d\u0061\u0072\u0067\u0069\u006e":_aadcf :=_gffga .parseMarginAttr (_bdge ,_eefd ); -_cfff .SetMargins (_aadcf .Left ,_aadcf .Right ,_aadcf .Top ,_aadcf .Bottom );case "\u0070a\u0064\u0064\u0069\u006e\u0067":_eaga :=_gffga .parseMarginAttr (_bdge ,_eefd );_cfff .SetPadding (_eaga .Left ,_eaga .Right ,_eaga .Top ,_eaga .Bottom );default:_gffga .nodeLogDebug (_bgbde ,"U\u006e\u0073\u0075\u0070\u0070\u006f\u0072\u0074\u0065d\u0020\u0064\u0069\u0076\u0069\u0073\u0069on\u0020\u0061\u0074\u0074r\u0069\u0062\u0075\u0074\u0065\u003a\u0020\u0060\u0025s`\u002e\u0020S\u006b\u0069\u0070\u0070\u0069\u006e\u0067\u002e",_bdge ); -};};return _cfff ,nil ;};func _bbbf (_gbda VectorDrawable ,_eabe float64 )float64 {switch _ccdd :=_gbda .(type ){case *Paragraph :if _ccdd ._ecae {_ccdd .SetWidth (_eabe -_ccdd ._eebg .Left -_ccdd ._eebg .Right );};return _ccdd .Height ()+_ccdd ._eebg .Top +_ccdd ._eebg .Bottom ; -case *StyledParagraph :if _ccdd ._fegca {_ccdd .SetWidth (_eabe -_ccdd ._ccddg .Left -_ccdd ._ccddg .Right );};return _ccdd .Height ()+_ccdd ._ccddg .Top +_ccdd ._ccddg .Bottom ;case *Image :_ccdd .applyFitMode (_eabe );return _ccdd .Height ()+_ccdd ._cdbc .Top +_ccdd ._cdbc .Bottom ; -case *Rectangle :_ccdd .applyFitMode (_eabe );return _ccdd .Height ()+_ccdd ._gagb .Top +_ccdd ._gagb .Bottom +_ccdd ._caeg ;case *Ellipse :_ccdd .applyFitMode (_eabe );return _ccdd .Height ()+_ccdd ._ddbd .Top +_ccdd ._ddbd .Bottom ;case *Division :return _ccdd .ctxHeight (_eabe )+_ccdd ._ddfg .Top +_ccdd ._ddfg .Bottom +_ccdd ._gbga .Top +_ccdd ._gbga .Bottom ; -case *Table :_ccdd .updateRowHeights (_eabe -_ccdd ._gbcea .Left -_ccdd ._gbcea .Right );return _ccdd .Height ()+_ccdd ._gbcea .Top +_ccdd ._gbcea .Bottom ;case *List :return _ccdd .ctxHeight (_eabe )+_ccdd ._gacb .Top +_ccdd ._gacb .Bottom ;case marginDrawable :_ ,_ ,_bgca ,_fffg :=_ccdd .GetMargins (); -return _ccdd .Height ()+_bgca +_fffg ;default:return _ccdd .Height ();};}; +// FitMode returns the fit mode of the image. +func (_agcd *Image )FitMode ()FitMode {return _agcd ._gfba }; -// SetAlternateText sets the alternate text for the image. -func (_cgeaf *Image )SetAlternateText (text string ){_cgeaf ._aabe =text }; +// SetFillColor sets the fill color of the rectangle. +func (_dfecc *Rectangle )SetFillColor (col Color ){_dfecc ._gffbd =col };func _dbdbf (_decb *_gd .PdfFont )TextStyle {return TextStyle {Color :ColorRGBFrom8bit (0,0,0),Font :_decb ,FontSize :10,OutlineSize :1,HorizontalScaling :DefaultHorizontalScaling ,UnderlineStyle :TextDecorationLineStyle {Offset :1,Thickness :1}}; +};func (_bcad *Invoice )drawSection (_deea ,_fad string )[]*StyledParagraph {var _badc []*StyledParagraph ;if _deea !=""{_degg :=_aedcd (_bcad ._begb );_degg .SetMargins (0,0,0,5);_degg .Append (_deea );_badc =append (_badc ,_degg );};if _fad !=""{_dfab :=_aedcd (_bcad ._degfg ); +_dfab .Append (_fad );_badc =append (_badc ,_dfab );};return _badc ;}; -// Crop crops the Image to the specified bounds. -func (_acde *Image )Crop (x0 ,y0 ,x1 ,y1 int ){_cfeg ,_acge :=_acde ._cgdfb .ToGoImage ();if _acge !=nil {_ac .Fatalf ("\u0045\u0072\u0072\u006f\u0072\u0020\u0063\u006f\u006e\u0076\u0065\u0072\u0074\u0069\u006e\u0067\u0020\u0069\u006d\u0061\u0067\u0065\u0020\u0074o\u0020\u0047\u006f\u0020\u0049m\u0061\u0067e\u003a\u0020\u0025\u0076",_acge ); -};var _ebec _e .Image ;_cafd :=_e .Rect (x0 ,y0 ,x1 ,y1 );if _dbfae :=_cafd .Intersect (_cfeg .Bounds ());!_cafd .Empty (){_beab :=_e .NewRGBA (_e .Rect (0,0,_cafd .Dx (),_cafd .Dy ()));for _ffacc :=_dbfae .Min .Y ;_ffacc < _dbfae .Max .Y ;_ffacc ++{for _cdgb :=_dbfae .Min .X ; -_cdgb < _dbfae .Max .X ;_cdgb ++{_beab .Set (_cdgb -_dbfae .Min .X ,_ffacc -_dbfae .Min .Y ,_cfeg .At (_cdgb ,_ffacc ));};};_ebec =_beab ;}else {_ebec =&_e .RGBA {};};_efee ,_acge :=_fgd .ImageHandling .NewImageFromGoImage (_ebec );if _acge !=nil {_ac .Fatalf ("\u0045\u0072\u0072\u006f\u0072\u0020\u0063\u0072\u0065\u0061\u0074\u0069\u006e\u0067\u0020\u0069\u006d\u0061\u0067\u0065\u0020\u0066\u0072\u006fm\u0020\u0047\u006f\u0020\u0049m\u0061\u0067e\u003a\u0020\u0025\u0076",_acge ); -};_bcad :=float64 (_efee .Width );_gdac :=float64 (_efee .Height );_acde ._cgdfb =_efee ;_acde ._bgcad =_bcad ;_acde ._bgff =_gdac ;_acde ._ecfc =_bcad ;_acde ._fegb =_gdac ;}; +// EnableWordWrap sets the paragraph word wrap flag. +func (_abade *StyledParagraph )EnableWordWrap (val bool ){_abade ._fecad =val }; -// Draw processes the specified Drawable widget and generates blocks that can -// be rendered to the output document. The generated blocks can span over one -// or more pages. Additional pages are added if the contents go over the current -// page. Each generated block is assigned to the creator page it will be -// rendered to. In order to render the generated blocks to the creator pages, -// call Finalize, Write or WriteToFile. -func (_ebd *Creator )Draw (d Drawable )error {if _ebd .getActivePage ()==nil {_ebd .NewPage ();};_dccaf ,_ccaf ,_ggdb :=d .GeneratePageBlocks (_ebd ._eee );if _ggdb !=nil {return _ggdb ;};if len (_ccaf ._agd )> 0{_ebd .Errors =append (_ebd .Errors ,_ccaf ._agd ...); -};for _ffgf ,_abf :=range _dccaf {if _ffgf > 0{_ebd .NewPage ();};_gbfe :=_ebd .getActivePage ();if _faa ,_ddbcb :=_ebd ._feab [_gbfe ];_ddbcb {if _fbaa :=_faa .mergeBlocks (_abf );_fbaa !=nil {return _fbaa ;};if _fegd :=_eec (_abf ._dgd ,_faa ._dgd ); -_fegd !=nil {return _fegd ;};}else {_ebd ._feab [_gbfe ]=_abf ;};};_ebd ._eee .X =_ccaf .X ;_ebd ._eee .Y =_ccaf .Y ;_ebd ._eee .Height =_ccaf .PageHeight -_ccaf .Y -_ccaf .Margins .Bottom ;return nil ;}; +// ScaleToHeight scale Image to a specified height h, maintaining the aspect ratio. +func (_acbbf *Image )ScaleToHeight (h float64 ){_bedb :=_acbbf ._dcbe /_acbbf ._fae ;_acbbf ._fae =h ;_acbbf ._dcbe =h *_bedb ;}; -// SetPos sets the absolute position. Changes object positioning to absolute. -func (_dbabd *Image )SetPos (x ,y float64 ){_dbabd ._accd =PositionAbsolute ;_dbabd ._afggb =x ;_dbabd ._dbccc =y ;};func (_aafae *templateProcessor )parseEllipse (_edbg *templateNode )(interface{},error ){_gdfgg :=_aafae .creator .NewEllipse (0,0,0,0); -for _ ,_fcgc :=range _edbg ._adfdg .Attr {_egead :=_fcgc .Value ;switch _bcdbb :=_fcgc .Name .Local ;_bcdbb {case "\u0063\u0078":_gdfgg ._adbc =_aafae .parseFloatAttr (_bcdbb ,_egead );case "\u0063\u0079":_gdfgg ._ddaee =_aafae .parseFloatAttr (_bcdbb ,_egead ); -case "\u0077\u0069\u0064t\u0068":_gdfgg .SetWidth (_aafae .parseFloatAttr (_bcdbb ,_egead ));case "\u0068\u0065\u0069\u0067\u0068\u0074":_gdfgg .SetHeight (_aafae .parseFloatAttr (_bcdbb ,_egead ));case "\u0066\u0069\u006c\u006c\u002d\u0063\u006f\u006c\u006f\u0072":_gdfgg .SetFillColor (_aafae .parseColorAttr (_bcdbb ,_egead )); -case "\u0066\u0069\u006cl\u002d\u006f\u0070\u0061\u0063\u0069\u0074\u0079":_gdfgg .SetFillOpacity (_aafae .parseFloatAttr (_bcdbb ,_egead ));case "\u0062\u006f\u0072d\u0065\u0072\u002d\u0063\u006f\u006c\u006f\u0072":_gdfgg .SetBorderColor (_aafae .parseColorAttr (_bcdbb ,_egead )); -case "\u0062\u006f\u0072\u0064\u0065\u0072\u002d\u006f\u0070a\u0063\u0069\u0074\u0079":_gdfgg .SetBorderOpacity (_aafae .parseFloatAttr (_bcdbb ,_egead ));case "\u0062\u006f\u0072d\u0065\u0072\u002d\u0077\u0069\u0064\u0074\u0068":_gdfgg .SetBorderWidth (_aafae .parseFloatAttr (_bcdbb ,_egead )); -case "\u0070\u006f\u0073\u0069\u0074\u0069\u006f\u006e":_gdfgg .SetPositioning (_aafae .parsePositioningAttr (_bcdbb ,_egead ));case "\u0066\u0069\u0074\u002d\u006d\u006f\u0064\u0065":_gdfgg .SetFitMode (_aafae .parseFitModeAttr (_bcdbb ,_egead ));case "\u006d\u0061\u0072\u0067\u0069\u006e":_gafea :=_aafae .parseMarginAttr (_bcdbb ,_egead ); -_gdfgg .SetMargins (_gafea .Left ,_gafea .Right ,_gafea .Top ,_gafea .Bottom );default:_aafae .nodeLogDebug (_edbg ,"\u0055\u006es\u0075\u0070\u0070\u006f\u0072\u0074\u0065\u0064\u0020\u0065\u006c\u006c\u0069\u0070\u0073\u0065\u0020\u0061\u0074\u0074\u0072\u0069\u0062\u0075\u0074\u0065\u003a\u0020\u0060\u0025\u0073\u0060\u002e\u0020\u0053\u006b\u0069\u0070\u0070\u0069\u006e\u0067\u002e",_bcdbb ); -};};return _gdfgg ,nil ;}; +// SetAngle sets the rotation angle of the text. +func (_fbbg *Paragraph )SetAngle (angle float64 ){_fbbg ._ggc =angle }; -// ToPdfShadingPattern generates a new model.PdfShadingPatternType2 object. -func (_cgcaa *LinearShading )ToPdfShadingPattern ()*_fgd .PdfShadingPatternType2 {_bccd ,_bdfg ,_gbdf :=_cgcaa ._dfae ._feac .ToRGB ();_fddc :=_cgcaa .shadingModel ();_fddc .PdfShading .Background =_bc .MakeArrayFromFloats ([]float64 {_bccd ,_bdfg ,_gbdf }); -_gbfcf :=_fgd .NewPdfShadingPatternType2 ();_gbfcf .Shading =_fddc ;return _gbfcf ;}; +// GetOptimizer returns current PDF optimizer. +func (_ceb *Creator )GetOptimizer ()_gd .Optimizer {return _ceb ._bfg }; -// SetSideBorderColor sets the cell's side border color. -func (_cgab *TableCell )SetSideBorderColor (side CellBorderSide ,col Color ){switch side {case CellBorderSideAll :_cgab ._gefce =col ;_cgab ._aegdf =col ;_cgab ._ebgcd =col ;_cgab ._fcbbf =col ;case CellBorderSideTop :_cgab ._gefce =col ;case CellBorderSideBottom :_cgab ._aegdf =col ; -case CellBorderSideLeft :_cgab ._ebgcd =col ;case CellBorderSideRight :_cgab ._fcbbf =col ;};};func _bggbd (_adfcb *_fgd .PdfAnnotation )*_fgd .PdfAnnotation {if _adfcb ==nil {return nil ;};var _dbdd *_fgd .PdfAnnotation ;switch _fccg :=_adfcb .GetContext ().(type ){case *_fgd .PdfAnnotationLink :if _cabgc :=_ddgga (_fccg ); -_cabgc !=nil {_dbdd =_cabgc .PdfAnnotation ;};};return _dbdd ;}; +// CurRow returns the currently active cell's row number. +func (_dgbfe *Table )CurRow ()int {_efeg :=(_dgbfe ._eaeec -1)/_dgbfe ._cafcb +1;return _efeg }; -// SetLanguageIdentifier sets the language identifier for the paragraph. -func (_daec *Paragraph )SetLanguageIdentifier (id string ){_daec ._eadae =id };func (_eb *Block )translate (_ebb ,_cfd float64 ){_fag :=_dg .NewContentCreator ().Translate (_ebb ,-_cfd ).Operations ();*_eb ._cb =append (*_fag ,*_eb ._cb ...);_eb ._cb .WrapIfNeeded (); +// GeneratePageBlocks draws the composite curve polygon on a new block +// representing the page. Implements the Drawable interface. +func (_bgcdb *CurvePolygon )GeneratePageBlocks (ctx DrawContext )([]*Block ,DrawContext ,error ){_geec :=NewBlock (ctx .PageWidth ,ctx .PageHeight );_bbfe ,_febb :=_geec .setOpacity (_bgcdb ._bgabd ,_bgcdb ._acfa );if _febb !=nil {return nil ,ctx ,_febb ; +};_gcgd :=_bgcdb ._fbff ;_gcgd .FillEnabled =_gcgd .FillColor !=nil ;_gcgd .BorderEnabled =_gcgd .BorderColor !=nil &&_gcgd .BorderWidth > 0;var (_cbfa =ctx .PageHeight ;_ggagf =_gcgd .Rings ;_bebb =make ([][]_ddb .CubicBezierCurve ,0,len (_gcgd .Rings )); +);_fagga :=_gd .PdfRectangle {};if len (_ggagf )> 0&&len (_ggagf [0])> 0{_gdf :=_ggagf [0][0];_gdf .P0 .Y =_cbfa -_gdf .P0 .Y ;_gdf .P1 .Y =_cbfa -_gdf .P1 .Y ;_gdf .P2 .Y =_cbfa -_gdf .P2 .Y ;_gdf .P3 .Y =_cbfa -_gdf .P3 .Y ;_fagga =_gdf .GetBounds (); +};for _ ,_aeg :=range _ggagf {_fcdc :=make ([]_ddb .CubicBezierCurve ,0,len (_aeg ));for _ ,_eebaf :=range _aeg {_edc :=_eebaf ;_edc .P0 .Y =_cbfa -_edc .P0 .Y ;_edc .P1 .Y =_cbfa -_edc .P1 .Y ;_edc .P2 .Y =_cbfa -_edc .P2 .Y ;_edc .P3 .Y =_cbfa -_edc .P3 .Y ; +_fcdc =append (_fcdc ,_edc );_bfaa :=_edc .GetBounds ();_fagga .Llx =_ff .Min (_fagga .Llx ,_bfaa .Llx );_fagga .Lly =_ff .Min (_fagga .Lly ,_bfaa .Lly );_fagga .Urx =_ff .Max (_fagga .Urx ,_bfaa .Urx );_fagga .Ury =_ff .Max (_fagga .Ury ,_bfaa .Ury ); +};_bebb =append (_bebb ,_fcdc );};_gcgd .Rings =_bebb ;defer func (){_gcgd .Rings =_ggagf }();if _gcgd .FillEnabled {_fbc :=_gaea (_geec ,_bgcdb ._fbff .FillColor ,_bgcdb ._fdbd ,func ()Rectangle {return Rectangle {_fdeb :_fagga .Llx ,_fefcd :_fagga .Lly ,_dacdg :_fagga .Width (),_ddccd :_fagga .Height ()}; +});if _fbc !=nil {return nil ,ctx ,_fbc ;};};_bffa ,_ ,_febb :=_gcgd .MarkedDraw (_bbfe ,_bgcdb ._acgc );if _febb !=nil {return nil ,ctx ,_febb ;};if _febb =_geec .addContentsByString (string (_bffa ));_febb !=nil {return nil ,ctx ,_febb ;};return []*Block {_geec },ctx ,nil ; }; -// Ellipse defines an ellipse with a center at (xc,yc) and a specified width and height. The ellipse can have a colored -// fill and/or border with a specified width. -// Implements the Drawable interface and can be drawn on PDF using the Creator. -type Ellipse struct{_adbc float64 ;_ddaee float64 ;_eefg float64 ;_beb float64 ;_fdbc Positioning ;_baacc Color ;_fcda float64 ;_add Color ;_gfbg float64 ;_fbcf float64 ;_ddbd Margins ;_eddea FitMode ;_adde *int64 ;};func (_fabe *Invoice )drawSection (_ebag ,_febcf string )[]*StyledParagraph {var _ffcg []*StyledParagraph ; -if _ebag !=""{_cfaa :=_ddge (_fabe ._bgbeg );_cfaa .SetMargins (0,0,0,5);_cfaa .Append (_ebag );_ffcg =append (_ffcg ,_cfaa );};if _febcf !=""{_ggbeee :=_ddge (_fabe ._dgad );_ggbeee .Append (_febcf );_ffcg =append (_ffcg ,_ggbeee );};return _ffcg ;}; +// Polyline represents a slice of points that are connected as straight lines. +// Implements the Drawable interface and can be rendered using the Creator. +type Polyline struct{_gcaf *_ddb .Polyline ;_aegga float64 ;_ecga *int64 ;}; -// SetMarkedContentID sets marked content ID. -func (_adb *Curve )SetMarkedContentID (mcid int64 )*_fgd .KDict {_adb ._afbbc =&mcid ;_cegb :=_fgd .NewKDictionary ();_cegb .S =_bc .MakeName (_fgd .StructureTypeFigure );_cegb .K =_bc .MakeInteger (mcid );return _cegb ;}; +// SetAntiAlias enables anti alias config. +// +// Anti alias is disabled by default. +func (_egcg *shading )SetAntiAlias (enable bool ){_egcg ._fdda =enable }; -// BorderColor returns the border color of the rectangle. -func (_gagf *Rectangle )BorderColor ()Color {return _gagf ._bedf };func _gbcfe ()*PageBreak {return &PageBreak {}}; +// SetViewerPreferences sets the viewer preferences for the PDF document. +func (_cdggd *Creator )SetViewerPreferences (viewerPreferences *_gd .ViewerPreferences ){_cdggd ._ggfa =viewerPreferences ;};func (_dfgf *Invoice )generateLineBlocks (_dedd DrawContext )([]*Block ,DrawContext ,error ){_bcgc :=_gdcg (len (_dfgf ._gbbc )); +_bcgc .SetMargins (0,0,25,0);for _ ,_fbdeb :=range _dfgf ._gbbc {_fcgbb :=_aedcd (_fbdeb .TextStyle );_fcgbb .SetMargins (0,0,1,0);_fcgbb .Append (_fbdeb .Value );_fafc :=_bcgc .NewCell ();_fafc .SetHorizontalAlignment (_fbdeb .Alignment );_fafc .SetBackgroundColor (_fbdeb .BackgroundColor ); +_dfgf .setCellBorder (_fafc ,_fbdeb );_fafc .SetContent (_fcgbb );};for _ ,_edeb :=range _dfgf ._gdfd {for _ ,_agaf :=range _edeb {_egbdc :=_aedcd (_agaf .TextStyle );_egbdc .SetMargins (0,0,3,2);_egbdc .Append (_agaf .Value );_ageg :=_bcgc .NewCell (); +_ageg .SetHorizontalAlignment (_agaf .Alignment );_ageg .SetBackgroundColor (_agaf .BackgroundColor );_dfgf .setCellBorder (_ageg ,_agaf );_ageg .SetContent (_egbdc );};};return _bcgc .GeneratePageBlocks (_dedd );}; -// SetMarkedContentID sets marked content ID. -func (_bbgc *CurvePolygon )SetMarkedContentID (mcid int64 )*_fgd .KDict {_bbgc ._becd =&mcid ;_fdad :=_fgd .NewKDictionary ();_fdad .S =_bc .MakeName (_fgd .StructureTypeFigure );_fdad .K =_bc .MakeInteger (mcid );return _fdad ;};func _bbdbf (_gaeae *templateProcessor ,_gdcde *templateNode )(interface{},error ){return _gaeae .parseChapter (_gdcde ); -}; +// SetHorizontalAlignment sets the horizontal alignment of the image. +func (_bdffd *Image )SetHorizontalAlignment (alignment HorizontalAlignment ){_bdffd ._ggaca =alignment }; -// BorderOpacity returns the border opacity of the ellipse (0-1). -func (_bacc *Ellipse )BorderOpacity ()float64 {return _bacc ._fbcf }; +// GeneratePageBlocks draws the polygon on a new block representing the page. +// Implements the Drawable interface. +func (_cfbf *Polygon )GeneratePageBlocks (ctx DrawContext )([]*Block ,DrawContext ,error ){_edbc :=NewBlock (ctx .PageWidth ,ctx .PageHeight );_egge ,_bcgf :=_edbc .setOpacity (_cfbf ._cbfb ,_cfbf ._gcdg );if _bcgf !=nil {return nil ,ctx ,_bcgf ;};_acdec :=_cfbf ._dbfd ; +_acdec .FillEnabled =_acdec .FillColor !=nil ;_acdec .BorderEnabled =_acdec .BorderColor !=nil &&_acdec .BorderWidth > 0;_dgaef :=_acdec .Points ;_baed :=_gd .PdfRectangle {};_daacf :=false ;for _aefbf :=range _dgaef {for _dcaa :=range _dgaef [_aefbf ]{_becg :=&_dgaef [_aefbf ][_dcaa ]; +_becg .Y =ctx .PageHeight -_becg .Y ;if !_daacf {_baed .Llx =_becg .X ;_baed .Lly =_becg .Y ;_baed .Urx =_becg .X ;_baed .Ury =_becg .Y ;_daacf =true ;}else {_baed .Llx =_ff .Min (_baed .Llx ,_becg .X );_baed .Lly =_ff .Min (_baed .Lly ,_becg .Y );_baed .Urx =_ff .Max (_baed .Urx ,_becg .X ); +_baed .Ury =_ff .Max (_baed .Ury ,_becg .Y );};};};if _acdec .FillEnabled {_aegg :=_gaea (_edbc ,_cfbf ._dbfd .FillColor ,_cfbf ._aafdc ,func ()Rectangle {return Rectangle {_fdeb :_baed .Llx ,_fefcd :_baed .Lly ,_dacdg :_baed .Width (),_ddccd :_baed .Height ()}; +});if _aegg !=nil {return nil ,ctx ,_aegg ;};};_gccc ,_ ,_bcgf :=_acdec .MarkedDraw (_egge ,_cfbf ._fgdbe );if _bcgf !=nil {return nil ,ctx ,_bcgf ;};if _bcgf =_edbc .addContentsByString (string (_gccc ));_bcgf !=nil {return nil ,ctx ,_bcgf ;};return []*Block {_edbc },ctx ,nil ; +}; -// SetLineHeight sets the line height (1.0 default). -func (_cefe *StyledParagraph )SetLineHeight (lineheight float64 ){_cefe ._fgef =lineheight }; - -// SetAngle sets the rotation angle of the text. -func (_gfcb *Paragraph )SetAngle (angle float64 ){_gfcb ._cadb =angle };func (_gecg *templateProcessor )parseLineStyleAttr (_dcebd ,_ceee string )_gga .LineStyle {_fec .Log .Debug ("\u0050\u0061\u0072\u0073\u0069n\u0067\u0020\u006c\u0069\u006e\u0065\u0020\u0073\u0074\u0079\u006c\u0065\u0020a\u0074\u0074\u0072\u0069\u0062\u0075\u0074\u0065\u003a\u0020\u0028\u0060\u0025\u0073\u0060\u002c\u0020\u0025\u0073\u0029\u002e",_dcebd ,_ceee ); -_cgga :=map[string ]_gga .LineStyle {"\u0073\u006f\u006ci\u0064":_gga .LineStyleSolid ,"\u0064\u0061\u0073\u0068\u0065\u0064":_gga .LineStyleDashed }[_ceee ];return _cgga ;}; - -// Lines returns all the rows of the invoice line items table. -func (_gddbd *Invoice )Lines ()[][]*InvoiceCell {return _gddbd ._agece }; - -// Drawable is a widget that can be used to draw with the Creator. -type Drawable interface{ +// Drawable is a widget that can be used to draw with the Creator. +type Drawable interface{ // GeneratePageBlocks draw onto blocks representing Page contents. As the content can wrap over many pages, multiple // templates are returned, one per Page. The function also takes a draw context containing information // where to draw (if relative positioning) and the available height to draw on accounting for Margins etc. -GeneratePageBlocks (_ecef DrawContext )([]*Block ,DrawContext ,error ); +GeneratePageBlocks (_dbgg DrawContext )([]*Block ,DrawContext ,error ); // SetMarkedContentID sets the marked content id for the drawable. -SetMarkedContentID (_eeaef int64 )*_fgd .KDict ;};func _afae (_bafe *Block ,_caagc *Paragraph ,_cfecd DrawContext )(DrawContext ,error ){_cbed :=1;_bdag :=_bc .PdfObjectName ("\u0046\u006f\u006e\u0074"+_fg .Itoa (_cbed ));for _bafe ._dgd .HasFontByName (_bdag ){_cbed ++; -_bdag =_bc .PdfObjectName ("\u0046\u006f\u006e\u0074"+_fg .Itoa (_cbed ));};_bdac :=_bafe ._dgd .SetFontByName (_bdag ,_caagc ._gbca .ToPdfObject ());if _bdac !=nil {return _cfecd ,_bdac ;};_caagc .wrapText ();_cbdb :=_dg .NewContentCreator ();_cbdb .Add_q (); -_bbcb :=_cfecd .PageHeight -_cfecd .Y -_caagc ._acdge *_caagc ._fbcg ;_cbdb .Translate (_cfecd .X ,_bbcb );if _caagc ._cadb !=0{_cbdb .RotateDeg (_caagc ._cadb );};_cgdb :=_cfcee (_caagc ._bbfd );_bdac =_cacbe (_bafe ,_cgdb ,_caagc ._bbfd ,func ()Rectangle {return Rectangle {_defb :_cfecd .X ,_cdgf :_bbcb ,_bcede :_caagc .getMaxLineWidth ()/1000.0,_cggg :_caagc .Height ()}; -});if _bdac !=nil {return _cfecd ,_bdac ;};_cbdb .Add_BT ();_fdgbf :=map[string ]_bc .PdfObject {};if _caagc ._dege !=nil {_fdgbf ["\u004d\u0043\u0049\u0044"]=_bc .MakeInteger (*_caagc ._dege );};if _caagc ._eadae !=""{_fdgbf ["\u004c\u0061\u006e\u0067"]=_bc .MakeString (_caagc ._eadae ); -};if len (_fdgbf )> 0{_cbdb .Add_BDC (*_bc .MakeName (_fgd .StructureTypeParagraph ),_fdgbf );};_cbdb .SetNonStrokingColor (_cgdb ).Add_Tf (_bdag ,_caagc ._acdge ).Add_TL (_caagc ._acdge *_caagc ._fbcg );for _bbaeb ,_fgbe :=range _caagc ._ebdc {if _bbaeb !=0{_cbdb .Add_Tstar (); -};_ecgeg :=[]rune (_fgbe );_fffdd :=0.0;_bbfb :=0;for _baaeg ,_afdg :=range _ecgeg {if _afdg ==' '{_bbfb ++;continue ;};if _afdg =='\u000A'{continue ;};_bgfgc ,_dfaab :=_caagc ._gbca .GetRuneMetrics (_afdg );if !_dfaab {_fec .Log .Debug ("\u0055\u006e\u0073\u0075\u0070\u0070\u006f\u0072\u0074\u0065\u0064\u0020\u0072\u0075\u006e\u0065\u0020\u0069=\u0025\u0064\u0020\u0072\u0075\u006e\u0065=\u0030\u0078\u0025\u0030\u0034\u0078\u003d\u0025\u0063\u0020\u0069n\u0020\u0066\u006f\u006e\u0074\u0020\u0025\u0073\u0020\u0025\u0073",_baaeg ,_afdg ,_afdg ,_caagc ._gbca .BaseFont (),_caagc ._gbca .Subtype ()); -return _cfecd ,_bd .New ("\u0075\u006e\u0073\u0075pp\u006f\u0072\u0074\u0065\u0064\u0020\u0074\u0065\u0078\u0074\u0020\u0067\u006c\u0079p\u0068");};_fffdd +=_caagc ._acdge *_bgfgc .Wx ;};var _edgc []_bc .PdfObject ;_fbge ,_ddde :=_caagc ._gbca .GetRuneMetrics (' '); -if !_ddde {return _cfecd ,_bd .New ("\u0074\u0068e \u0066\u006f\u006et\u0020\u0064\u006f\u0065s n\u006ft \u0068\u0061\u0076\u0065\u0020\u0061\u0020sp\u0061\u0063\u0065\u0020\u0067\u006c\u0079p\u0068");};_edag :=_fbge .Wx ;switch _caagc ._cebg {case TextAlignmentJustify :if _bbfb > 0&&_bbaeb < len (_caagc ._ebdc )-1{_edag =(_caagc ._gcbf *1000.0-_fffdd )/float64 (_bbfb )/_caagc ._acdge ; -};case TextAlignmentCenter :_cecef :=_fffdd +float64 (_bbfb )*_edag *_caagc ._acdge ;_gbdg :=(_caagc ._gcbf *1000.0-_cecef )/2/_caagc ._acdge ;_edgc =append (_edgc ,_bc .MakeFloat (-_gbdg ));case TextAlignmentRight :_bfad :=_fffdd +float64 (_bbfb )*_edag *_caagc ._acdge ; -_eefge :=(_caagc ._gcbf *1000.0-_bfad )/_caagc ._acdge ;_edgc =append (_edgc ,_bc .MakeFloat (-_eefge ));};_dddcc :=_caagc ._gbca .Encoder ();var _cbdd []byte ;for _ ,_dddf :=range _ecgeg {if _dddf =='\u000A'{continue ;};if _dddf ==' '{if len (_cbdd )> 0{_edgc =append (_edgc ,_bc .MakeStringFromBytes (_cbdd )); -_cbdd =nil ;};_edgc =append (_edgc ,_bc .MakeFloat (-_edag ));}else {if _ ,_ffbd :=_dddcc .RuneToCharcode (_dddf );!_ffbd {_bdac =UnsupportedRuneError {Message :_f .Sprintf ("\u0075\u006e\u0073\u0075\u0070\u0070\u006fr\u0074\u0065\u0064 \u0072\u0075\u006e\u0065 \u0069\u006e\u0020\u0074\u0065\u0078\u0074\u0020\u0065\u006e\u0063\u006f\u0064\u0069\u006e\u0067\u003a\u0020\u0025\u0023\u0078\u0020\u0028\u0025\u0063\u0029",_dddf ,_dddf ),Rune :_dddf }; -_cfecd ._agd =append (_cfecd ._agd ,_bdac );_fec .Log .Debug (_bdac .Error ());if _cfecd ._cffd <=0{continue ;};_dddf =_cfecd ._cffd ;};_cbdd =append (_cbdd ,_dddcc .Encode (string (_dddf ))...);};};if len (_cbdd )> 0{_edgc =append (_edgc ,_bc .MakeStringFromBytes (_cbdd )); -};_cbdb .Add_TJ (_edgc ...);};if len (_fdgbf )> 0{_cbdb .Add_EMC ();};_cbdb .Add_ET ();_cbdb .Add_Q ();_bgfc :=_cbdb .Operations ();_bgfc .WrapIfNeeded ();_bafe .addContents (_bgfc );if _caagc ._dbgab .IsRelative (){_egdd :=_caagc .Height ();_cfecd .Y +=_egdd ; -_cfecd .Height -=_egdd ;if _cfecd .Inline {_cfecd .X +=_caagc .Width ()+_caagc ._eebg .Right ;};};return _cfecd ,nil ;}; +SetMarkedContentID (_dac int64 )*_gd .KDict ;}; -// Context returns the current drawing context. -func (_edef *Creator )Context ()DrawContext {return _edef ._eee }; +// SetLineWidth sets the line width. +func (_bagg *Polyline )SetLineWidth (lineWidth float64 ){_bagg ._gcaf .LineWidth =lineWidth }; -// AddShadingResource adds shading dictionary inside the resources dictionary. -func (_febgg *LinearShading )AddShadingResource (block *Block )(_abgc _bc .PdfObjectName ,_dgagd error ){_daggf :=1;_abgc =_bc .PdfObjectName ("\u0053\u0068"+_fg .Itoa (_daggf ));for block ._dgd .HasShadingByName (_abgc ){_daggf ++;_abgc =_bc .PdfObjectName ("\u0053\u0068"+_fg .Itoa (_daggf )); -};if _gbfa :=block ._dgd .SetShadingByName (_abgc ,_febgg .shadingModel ().ToPdfObject ());_gbfa !=nil {return "",_gbfa ;};return _abgc ,nil ;};const (AnchorBottomLeft AnchorPoint =iota ;AnchorBottomRight ;AnchorTopLeft ;AnchorTopRight ;AnchorCenter ;AnchorLeft ; -AnchorRight ;AnchorTop ;AnchorBottom ;); +// SetPos sets the position of the chart to the specified coordinates. +// This method sets the chart to use absolute positioning. +func (_gdgc *Chart )SetPos (x ,y float64 ){_gdgc ._eebg =PositionAbsolute ;_gdgc ._cfca =x ;_gdgc ._badb =y ;}; -// SetTextAlignment sets the horizontal alignment of the text within the space provided. -func (_ccab *Paragraph )SetTextAlignment (align TextAlignment ){_ccab ._cebg =align };func _edfc (_bcbeb []_gga .Point )*Polyline {return &Polyline {_cdggc :&_gga .Polyline {Points :_bcbeb ,LineColor :_fgd .NewPdfColorDeviceRGB (0,0,0),LineWidth :1.0},_ggaf :1.0}; -};func _cecbb (_afca *templateProcessor ,_agfgc *templateNode )(interface{},error ){return _afca .parseStyledParagraph (_agfgc );};func (_egegg *List )markerWidth ()float64 {var _eaaae float64 ;for _ ,_ceaa :=range _egegg ._ffegf {_bdcgd :=_ddge (_egegg ._fedb ); -_bdcgd .SetEnableWrap (false );_bdcgd .SetTextAlignment (TextAlignmentRight );_bdcgd .Append (_ceaa ._edee .Text ).Style =_ceaa ._edee .Style ;_bfce :=_bdcgd .getTextWidth ()/1000.0;if _eaaae < _bfce {_eaaae =_bfce ;};};return _eaaae ;}; +// SetStyleBottom sets border style for bottom side. +func (_gefb *border )SetStyleBottom (style CellBorderStyle ){_gefb ._dcd =style }; -// GetMargins returns the margins of the rectangle: left, right, top, bottom. -func (_dbgg *Rectangle )GetMargins ()(float64 ,float64 ,float64 ,float64 ){return _dbgg ._gagb .Left ,_dbgg ._gagb .Right ,_dbgg ._gagb .Top ,_dbgg ._gagb .Bottom ;}; +// ToRGB implements interface Color. +// Note: It's not directly used since shading color works differently than regular color. +func (_gfgbe *RadialShading )ToRGB ()(float64 ,float64 ,float64 ){return 0,0,0}; -// SetNoteStyle sets the style properties used to render the content of the -// invoice note sections. -func (_aedf *Invoice )SetNoteStyle (style TextStyle ){_aedf ._dgad =style };func (_cfaab *Invoice )generateNoteBlocks (_fffdg DrawContext )([]*Block ,DrawContext ,error ){_feedg :=_dcbc ();_eedga :=append ([][2]string {_cfaab ._bbgb ,_cfaab ._affc },_cfaab ._fcfd ...); -for _ ,_fbbfe :=range _eedga {if _fbbfe [1]!=""{_abef :=_cfaab .drawSection (_fbbfe [0],_fbbfe [1]);for _ ,_bfdc :=range _abef {_feedg .Add (_bfdc );};_aede :=_ddge (_cfaab ._cgce );_aede .SetMargins (0,0,10,0);_feedg .Add (_aede );};};return _feedg .GeneratePageBlocks (_fffdg ); -}; +// SetTerms sets the terms and conditions section of the invoice. +func (_caaca *Invoice )SetTerms (title ,content string ){_caaca ._acae =[2]string {title ,content }}; -// CellHorizontalAlignment defines the table cell's horizontal alignment. -type CellHorizontalAlignment int ;type listItem struct{_cdeda VectorDrawable ;_edee TextChunk ;}; +// ClearAnnotations clears any existing annotations. +func (_fafa *TextChunk )ClearAnnotations (){_fafa ._bcfe =[]*_gd .PdfAnnotation {}};func (_abceb *templateProcessor )parseCellBorderStyleAttr (_acaed ,_befg string )CellBorderStyle {_ca .Log .Debug ("\u0050\u0061\u0072\u0073\u0069\u006e\u0067\u0020c\u0065\u006c\u006c b\u006f\u0072\u0064\u0065\u0072\u0020s\u0074\u0079\u006c\u0065\u0020\u0061\u0074\u0074\u0072\u0069\u0062\u0075\u0074\u0065\u003a \u0028\u0060\u0025\u0073\u0060\u002c\u0020\u0025s\u0029\u002e",_acaed ,_befg ); +_aebdb :=map[string ]CellBorderStyle {"\u006e\u006f\u006e\u0065":CellBorderStyleNone ,"\u0073\u0069\u006e\u0067\u006c\u0065":CellBorderStyleSingle ,"\u0064\u006f\u0075\u0062\u006c\u0065":CellBorderStyleDouble }[_befg ];return _aebdb ;}; -// SetNumber sets the number of the invoice. -func (_fcde *Invoice )SetNumber (number string )(*InvoiceCell ,*InvoiceCell ){_fcde ._bcab [1].Value =number ;return _fcde ._bcab [0],_fcde ._bcab [1];}; +// BuyerAddress returns the buyer address used in the invoice template. +func (_aggc *Invoice )BuyerAddress ()*InvoiceAddress {return _aggc ._adbcd }; -// Total returns the invoice total description and value cells. -// The returned values can be used to customize the styles of the cells. -func (_eaca *Invoice )Total ()(*InvoiceCell ,*InvoiceCell ){return _eaca ._gdba [0],_eaca ._gdba [1]};func (_egece *Paragraph )getTextWidth ()float64 {_fffb :=0.0;for _ ,_aaaf :=range _egece ._egea {if _aaaf =='\u000A'{continue ;};_ffcad ,_eadgg :=_egece ._gbca .GetRuneMetrics (_aaaf ); -if !_eadgg {_fec .Log .Debug ("\u0045\u0052R\u004f\u0052\u003a\u0020\u0052u\u006e\u0065\u0020\u0063\u0068a\u0072\u0020\u006d\u0065\u0074\u0072\u0069\u0063\u0073\u0020\u006e\u006f\u0074\u0020\u0066\u006f\u0075\u006e\u0064\u0021\u0020\u0028\u0072\u0075\u006e\u0065\u0020\u0030\u0078\u0025\u0030\u0034\u0078\u003d\u0025\u0063\u0029",_aaaf ,_aaaf ); -return -1;};_fffb +=_egece ._acdge *_ffcad .Wx ;};return _fffb ;}; +// SetColor sets the color of the Paragraph text. +// +// Example: +// +// 1. p := NewParagraph("Red paragraph") +// // Set to red color with a hex code: +// p.SetColor(creator.ColorRGBFromHex("#ff0000")) +// +// 2. Make Paragraph green with 8-bit rgb values (0-255 each component) +// p.SetColor(creator.ColorRGBFrom8bit(0, 255, 0) +// +// 3. Make Paragraph blue with arithmetic (0-1) rgb components. +// p.SetColor(creator.ColorRGBFromArithmetic(0, 0, 1.0) +func (_deab *Paragraph )SetColor (col Color ){_deab ._ebbg =col };func _cdae (_ceaaaf *templateProcessor ,_cccaf *templateNode )(interface{},error ){return _ceaaaf .parseTextChunk (_cccaf ,nil );};func (_befe *pageTransformations )applyFlip (_eed *_gd .PdfPage )error {_gaba ,_dfef :=_befe ._fgfca ,_befe ._gfega ; +if !_gaba &&!_dfef {return nil ;};if _eed ==nil {return _fc .New ("\u006e\u006f\u0020\u0070\u0061\u0067\u0065\u0020\u0061c\u0074\u0069\u0076\u0065");};_befa ,_bafd :=_eed .GetMediaBox ();if _bafd !=nil {return _bafd ;};_aded ,_aedc :=_befa .Width (),_befa .Height (); +_bcec ,_bafd :=_eed .GetRotate ();if _bafd !=nil {_ca .Log .Debug ("\u0045\u0052R\u004f\u0052\u003a\u0020\u0025\u0073\u0020\u002d\u0020\u0069\u0067\u006e\u006f\u0072\u0069\u006e\u0067\u0020\u0061\u006e\u0064\u0020\u0061\u0073\u0073\u0075\u006d\u0069\u006e\u0067\u0020\u006e\u006f\u0020\u0072\u006f\u0074\u0061\u0074\u0069\u006f\u006e\u000a",_bafd .Error ()); +};if _gcba :=_bcec %360!=0&&_bcec %90==0;_gcba {if _adea :=(360+_bcec %360)%360;_adea ==90||_adea ==270{_gaba ,_dfef =_dfef ,_gaba ;};};_ecfa ,_beb :=1.0,0.0;if _gaba {_ecfa ,_beb =-1.0,-_aded ;};_fagf ,_bgdaf :=1.0,0.0;if _dfef {_fagf ,_bgdaf =-1.0,-_aedc ; +};_dcf :=_eag .NewContentCreator ().Scale (_ecfa ,_fagf ).Translate (_beb ,_bgdaf );_eacf ,_bafd :=_be .MakeStream (_dcf .Bytes (),_be .NewFlateEncoder ());if _bafd !=nil {return _bafd ;};_eda :=_be .MakeArray (_eacf );_eda .Append (_eed .GetContentStreamObjs ()...); +_eed .Contents =_eda ;return nil ;};func (_gddbc *templateProcessor )parseColorAttr (_eabfa ,_egfd string )Color {_ca .Log .Debug ("\u0050\u0061rs\u0069\u006e\u0067 \u0063\u006f\u006c\u006fr a\u0074tr\u0069\u0062\u0075\u0074\u0065\u003a\u0020(`\u0025\u0073\u0060\u002c\u0020\u0025\u0073)\u002e",_eabfa ,_egfd ); +_egfd =_ddf .TrimSpace (_egfd );if _ddf .HasPrefix (_egfd ,"\u006c\u0069n\u0065\u0061\u0072-\u0067\u0072\u0061\u0064\u0069\u0065\u006e\u0074\u0028")&&_ddf .HasSuffix (_egfd ,"\u0029")&&len (_egfd )> 17{return _gddbc .parseLinearGradientAttr (_gddbc .creator ,_egfd ); +};if _ddf .HasPrefix (_egfd ,"\u0072\u0061d\u0069\u0061\u006c-\u0067\u0072\u0061\u0064\u0069\u0065\u006e\u0074\u0028")&&_ddf .HasSuffix (_egfd ,"\u0029")&&len (_egfd )> 17{return _gddbc .parseRadialGradientAttr (_gddbc .creator ,_egfd );};if _ebfc :=_gddbc .parseColor (_egfd ); +_ebfc !=nil {return _ebfc ;};return ColorBlack ;};func (_badfdd *StyledParagraph )split (_bgdc DrawContext )(_gabe ,_dfaa *StyledParagraph ,_fgaee error ){if _fgaee =_badfdd .wrapChunks (false );_fgaee !=nil {return nil ,nil ,_fgaee ;};if len (_badfdd ._ccae )==1&&_badfdd ._bcde > _bgdc .Height {return _badfdd ,nil ,nil ; +};_eagbf :=func (_fcba []*TextChunk ,_abace []*TextChunk )[]*TextChunk {if len (_abace )==0{return _fcba ;};_adege :=len (_fcba );if _adege ==0{return append (_fcba ,_abace ...);};if _fcba [_adege -1].Style ==_abace [0].Style {_fcba [_adege -1].Text +=_abace [0].Text ; +}else {_fcba =append (_fcba ,_abace [0]);};return append (_fcba ,_abace [1:]...);};_ggfe :=func (_ccec *StyledParagraph ,_fafbd []*TextChunk )*StyledParagraph {if len (_fafbd )==0{return nil ;};_gcef :=*_ccec ;_gcef ._bcbc =_fafbd ;return &_gcef ;};var (_eece float64 ; +_aefd []*TextChunk ;_fadd []*TextChunk ;);for _ ,_ddebg :=range _badfdd ._ccae {var _fcfe float64 ;_fdaee :=make ([]*TextChunk ,0,len (_ddebg ));for _ ,_fefe :=range _ddebg {if _decd :=_fefe .Style .FontSize ;_decd > _fcfe {_fcfe =_decd ;};_fdaee =append (_fdaee ,_fefe .clone ()); +};_fcfe *=_badfdd ._bcde ;if _badfdd ._abab .IsRelative (){if _eece +_fcfe > _bgdc .Height {_fadd =_eagbf (_fadd ,_fdaee );}else {_aefd =_eagbf (_aefd ,_fdaee );};};_eece +=_fcfe ;};_badfdd ._ccae =nil ;if len (_fadd )==0{return _badfdd ,nil ,nil ;};return _ggfe (_badfdd ,_aefd ),_ggfe (_badfdd ,_fadd ),nil ; +}; -// CellBorderSide defines the table cell's border side. -type CellBorderSide int ; +// SetMarkedContentID sets the marked content ID for the image. +func (_gefc *Image )SetMarkedContentID (mcid int64 )*_gd .KDict {_gefc ._cebad =&mcid ;_beaa :=_gd .NewKDictionary ();_beaa .S =_be .MakeName (_gd .StructureTypeFigure );_beaa .K =_be .MakeInteger (mcid );return _beaa ;}; -// ToRGB implements interface Color. -// Note: It's not directly used since shading color works differently than regular color. -func (_dbcd *RadialShading )ToRGB ()(float64 ,float64 ,float64 ){return 0,0,0}; +// SetBorderColor sets the border color. +func (_fbaae *Polygon )SetBorderColor (color Color ){_fbaae ._dbfd .BorderColor =_fac (color )}; -// SetAddressHeadingStyle sets the style properties used to render the -// heading of the invoice address sections. -func (_cgecb *Invoice )SetAddressHeadingStyle (style TextStyle ){_cgecb ._geef =style }; +// SetBorderOpacity sets the border opacity. +func (_bcab *CurvePolygon )SetBorderOpacity (opacity float64 ){_bcab ._acfa =opacity }; -// GetMargins returns the Block's margins: left, right, top, bottom. -func (_deb *Block )GetMargins ()(float64 ,float64 ,float64 ,float64 ){return _deb ._aag .Left ,_deb ._aag .Right ,_deb ._aag .Top ,_deb ._aag .Bottom ;}; +// ScaleToWidth scale Image to a specified width w, maintaining the aspect ratio. +func (_fgdb *Image )ScaleToWidth (w float64 ){_fcce :=_fgdb ._fae /_fgdb ._dcbe ;_fgdb ._dcbe =w ;_fgdb ._fae =w *_fcce ;}; -// Logo returns the logo of the invoice. -func (_dcfe *Invoice )Logo ()*Image {return _dcfe ._gdfdf }; +// Add adds a new line with the default style to the table of contents. +func (_cfedd *TOC )Add (number ,title ,page string ,level uint )*TOCLine {_bgacc :=_cfedd .AddLine (_gcaeg (TextChunk {Text :number ,Style :_cfedd ._defeaa },TextChunk {Text :title ,Style :_cfedd ._eebgb },TextChunk {Text :page ,Style :_cfedd ._ccffd },level ,_cfedd ._cdef )); +if _bgacc ==nil {return nil ;};_daede :=&_cfedd ._caada ;_bgacc .SetMargins (_daede .Left ,_daede .Right ,_daede .Top ,_daede .Bottom );_bgacc .SetLevelOffset (_cfedd ._dddcf );_bgacc .Separator .Text =_cfedd ._gffbbe ;_bgacc .Separator .Style =_cfedd ._daffbe ; +return _bgacc ;}; -// GeneratePageBlocks generates the page blocks. Multiple blocks are generated -// if the contents wrap over multiple pages. Implements the Drawable interface. -func (_afag *StyledParagraph )GeneratePageBlocks (ctx DrawContext )([]*Block ,DrawContext ,error ){_gcfd :=ctx ;var _ddbee []*Block ;_cfbeg :=NewBlock (ctx .PageWidth ,ctx .PageHeight );if _afag ._fceb .IsRelative (){ctx .X +=_afag ._ccddg .Left ;ctx .Y +=_afag ._ccddg .Top ; -ctx .Width -=_afag ._ccddg .Left +_afag ._ccddg .Right ;ctx .Height -=_afag ._ccddg .Top ;_afag .SetWidth (ctx .Width );}else {if int (_afag ._ffcfd )<=0{_afag .SetWidth (_afag .getTextWidth ()/1000.0);};ctx .X =_afag ._abeag ;ctx .Y =_afag ._agdg ;};if _afag ._beccd !=nil {_afag ._beccd (_afag ,ctx ); -};if _acbgd :=_afag .wrapText ();_acbgd !=nil {return nil ,ctx ,_acbgd ;};_adaaca :=_afag ._bdfce ;_dacb :=0;for {_bbdec ,_dcgbf ,_bcdfg :=_dcad (_cfbeg ,_afag ,_adaaca ,ctx );if _bcdfg !=nil {_fec .Log .Debug ("\u0045R\u0052\u004f\u0052\u003a\u0020\u0025v",_bcdfg ); -return nil ,ctx ,_bcdfg ;};ctx =_bbdec ;_ddbee =append (_ddbee ,_cfbeg );if _adaaca =_dcgbf ;len (_dcgbf )==0{break ;};if len (_dcgbf )==_dacb {return nil ,ctx ,_bd .New ("\u006e\u006f\u0074\u0020\u0065\u006e\u006f\u0075\u0067\u0068 \u0073\u0070\u0061\u0063\u0065\u0020\u0066o\u0072\u0020\u0070\u0061\u0072\u0061\u0067\u0072\u0061\u0070\u0068"); -};_cfbeg =NewBlock (ctx .PageWidth ,ctx .PageHeight );ctx .Page ++;_bbdec =ctx ;_bbdec .Y =ctx .Margins .Top ;_bbdec .X =ctx .Margins .Left +_afag ._ccddg .Left ;_bbdec .Height =ctx .PageHeight -ctx .Margins .Top -ctx .Margins .Bottom ;_bbdec .Width =ctx .PageWidth -ctx .Margins .Left -ctx .Margins .Right -_afag ._ccddg .Left -_afag ._ccddg .Right ; -ctx =_bbdec ;_dacb =len (_dcgbf );};if _afag ._fceb .IsRelative (){ctx .Y +=_afag ._ccddg .Bottom ;ctx .Height -=_afag ._ccddg .Bottom ;if !ctx .Inline {ctx .X =_gcfd .X ;ctx .Width =_gcfd .Width ;};return _ddbee ,ctx ,nil ;};return _ddbee ,_gcfd ,nil ; -}; +// Height returns the height of the rectangle. +// NOTE: the returned value does not include the border width of the rectangle. +func (_egff *Rectangle )Height ()float64 {return _egff ._ddccd }; -// SetCoords sets the center coordinates of the ellipse. -func (_dgafg *Ellipse )SetCoords (xc ,yc float64 ){_dgafg ._adbc =xc ;_dgafg ._ddaee =yc }; +// TOC returns the table of contents component of the creator. +func (_ffb *Creator )TOC ()*TOC {return _ffb ._dda }; -// NewPolyline creates a new polyline. -func (_gaf *Creator )NewPolyline (points []_gga .Point )*Polyline {return _edfc (points )}; +// GetMargins returns the Chapter's margin: left, right, top, bottom. +func (_dbfe *Chapter )GetMargins ()(float64 ,float64 ,float64 ,float64 ){return _dbfe ._dfdg .Left ,_dbfe ._dfdg .Right ,_dbfe ._dfdg .Top ,_dbfe ._dfdg .Bottom ;};const (TextVerticalAlignmentBaseline TextVerticalAlignment =iota ;TextVerticalAlignmentCenter ; +TextVerticalAlignmentBottom ;TextVerticalAlignmentTop ;); -// SetHeaderRows turns the selected table rows into headers that are repeated -// for every page the table spans. startRow and endRow are inclusive. -func (_gba *Table )SetHeaderRows (startRow ,endRow int )error {if startRow <=0{return _bd .New ("\u0068\u0065\u0061\u0064\u0065\u0072\u0020\u0073\u0074\u0061\u0072\u0074\u0020r\u006f\u0077\u0020\u006d\u0075\u0073t\u0020\u0062\u0065\u0020\u0067\u0072\u0065\u0061\u0074\u0065\u0072\u0020\u0074h\u0061\u006e\u0020\u0030"); -};if endRow <=0{return _bd .New ("\u0068\u0065a\u0064\u0065\u0072\u0020e\u006e\u0064 \u0072\u006f\u0077\u0020\u006d\u0075\u0073\u0074 \u0062\u0065\u0020\u0067\u0072\u0065\u0061\u0074\u0065\u0072\u0020\u0074h\u0061\u006e\u0020\u0030");};if startRow > endRow {return _bd .New ("\u0068\u0065\u0061\u0064\u0065\u0072\u0020\u0073\u0074\u0061\u0072\u0074\u0020\u0072\u006f\u0077\u0020\u0020\u006d\u0075s\u0074\u0020\u0062\u0065\u0020\u006c\u0065\u0073\u0073\u0020\u0074\u0068\u0061\u006e\u0020\u006f\u0072\u0020\u0065\u0071\u0075\u0061\u006c\u0020\u0074\u006f\u0020\u0074\u0068\u0065 \u0065\u006e\u0064\u0020\u0072o\u0077"); -};_gba ._ddcb =true ;_gba ._fefac =startRow ;_gba ._gefbf =endRow ;return nil ;};func (_afdfe *templateProcessor )parseLine (_ecgec *templateNode )(interface{},error ){_bbdd :=_afdfe .creator .NewLine (0,0,0,0);for _ ,_dace :=range _ecgec ._adfdg .Attr {_bgfec :=_dace .Value ; -switch _ccdfd :=_dace .Name .Local ;_ccdfd {case "\u0078\u0031":_bbdd ._gbcgde =_afdfe .parseFloatAttr (_ccdfd ,_bgfec );case "\u0079\u0031":_bbdd ._gcfa =_afdfe .parseFloatAttr (_ccdfd ,_bgfec );case "\u0078\u0032":_bbdd ._cfge =_afdfe .parseFloatAttr (_ccdfd ,_bgfec ); -case "\u0079\u0032":_bbdd ._ceef =_afdfe .parseFloatAttr (_ccdfd ,_bgfec );case "\u0074h\u0069\u0063\u006b\u006e\u0065\u0073s":_bbdd .SetLineWidth (_afdfe .parseFloatAttr (_ccdfd ,_bgfec ));case "\u0063\u006f\u006co\u0072":_bbdd .SetColor (_afdfe .parseColorAttr (_ccdfd ,_bgfec )); -case "\u0073\u0074\u0079l\u0065":_bbdd .SetStyle (_afdfe .parseLineStyleAttr (_ccdfd ,_bgfec ));case "\u0064\u0061\u0073\u0068\u002d\u0061\u0072\u0072\u0061\u0079":_bbdd .SetDashPattern (_afdfe .parseInt64Array (_ccdfd ,_bgfec ),_bbdd ._dcebc );case "\u0064\u0061\u0073\u0068\u002d\u0070\u0068\u0061\u0073\u0065":_bbdd .SetDashPattern (_bbdd ._cgecc ,_afdfe .parseInt64Attr (_ccdfd ,_bgfec )); -case "\u006fp\u0061\u0063\u0069\u0074\u0079":_bbdd .SetOpacity (_afdfe .parseFloatAttr (_ccdfd ,_bgfec ));case "\u0070\u006f\u0073\u0069\u0074\u0069\u006f\u006e":_bbdd .SetPositioning (_afdfe .parsePositioningAttr (_ccdfd ,_bgfec ));case "\u0066\u0069\u0074\u002d\u006d\u006f\u0064\u0065":_bbdd .SetFitMode (_afdfe .parseFitModeAttr (_ccdfd ,_bgfec )); -case "\u006d\u0061\u0072\u0067\u0069\u006e":_cbadb :=_afdfe .parseMarginAttr (_ccdfd ,_bgfec );_bbdd .SetMargins (_cbadb .Left ,_cbadb .Right ,_cbadb .Top ,_cbadb .Bottom );default:_afdfe .nodeLogDebug (_ecgec ,"\u0055\u006e\u0073\u0075\u0070\u0070\u006fr\u0074\u0065\u0064 \u006c\u0069\u006e\u0065 \u0061\u0074\u0074\u0072\u0069\u0062\u0075\u0074\u0065\u003a\u0020\u0060\u0025\u0073\u0060\u002e\u0020\u0053\u006b\u0069\u0070\u0070\u0069\u006e\u0067\u002e",_ccdfd ); -};};return _bbdd ,nil ;};func (_ccfg *templateProcessor )parseChart (_efcdg *templateNode )(interface{},error ){var _accga string ;for _ ,_abagg :=range _efcdg ._adfdg .Attr {_adcef :=_abagg .Value ;switch _degb :=_abagg .Name .Local ;_degb {case "\u0073\u0072\u0063":_accga =_adcef ; -};};if _accga ==""{_ccfg .nodeLogError (_efcdg ,"\u0043\u0068\u0061\u0072\u0074\u0020\u0060\u0073\u0072\u0063\u0060\u0020\u0061\u0074\u0074\u0072\u0069\u0062\u0075\u0074\u0065\u0020\u0063\u0061n\u006e\u006f\u0074\u0020\u0062e\u0020\u0065m\u0070\u0074\u0079\u002e"); -return nil ,_gedbe ;};_gfeg ,_daaf :=_ccfg ._cbcec .ChartMap [_accga ];if !_daaf {_ccfg .nodeLogError (_efcdg ,"\u0043\u006ful\u0064\u0020\u006eo\u0074\u0020\u0066\u0069nd \u0063ha\u0072\u0074\u0020\u0072\u0065\u0073\u006fur\u0063\u0065\u003a\u0020\u0060\u0025\u0073`\u002e",_accga ); -return nil ,_gedbe ;};_eagdf :=NewChart (_gfeg );for _ ,_ddgef :=range _efcdg ._adfdg .Attr {_fbbe :=_ddgef .Value ;switch _agcd :=_ddgef .Name .Local ;_agcd {case "\u0078":_eagdf .SetPos (_ccfg .parseFloatAttr (_agcd ,_fbbe ),_eagdf ._gbcb );case "\u0079":_eagdf .SetPos (_eagdf ._dbf ,_ccfg .parseFloatAttr (_agcd ,_fbbe )); -case "\u006d\u0061\u0072\u0067\u0069\u006e":_cfebb :=_ccfg .parseMarginAttr (_agcd ,_fbbe );_eagdf .SetMargins (_cfebb .Left ,_cfebb .Right ,_cfebb .Top ,_cfebb .Bottom );case "\u0077\u0069\u0064t\u0068":_eagdf ._gff .SetWidth (int (_ccfg .parseFloatAttr (_agcd ,_fbbe ))); -case "\u0068\u0065\u0069\u0067\u0068\u0074":_eagdf ._gff .SetHeight (int (_ccfg .parseFloatAttr (_agcd ,_fbbe )));case "\u0073\u0072\u0063":break ;default:_ccfg .nodeLogDebug (_efcdg ,"\u0055n\u0073\u0075p\u0070\u006f\u0072\u0074e\u0064\u0020\u0063h\u0061\u0072\u0074\u0020\u0061\u0074\u0074\u0072\u0069bu\u0074\u0065\u003a \u0060\u0025s\u0060\u002e\u0020\u0053\u006b\u0069p\u0070\u0069n\u0067\u002e",_agcd ); -};};return _eagdf ,nil ;}; +// Width returns the width of the specified text chunk. +func (_aedcg *TextChunk )Width ()float64 {var (_bggab float64 ;_dafbg =_aedcg .Style ;);for _ ,_ccgg :=range _aedcg .Text {_ffbf ,_bgee :=_dafbg .Font .GetRuneMetrics (_ccgg );if !_bgee {_ca .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0052\u0075\u006e\u0065\u0020\u0063\u0068\u0061\u0072\u0020\u006det\u0072i\u0063\u0073\u0020\u006e\u006f\u0074\u0020\u0066\u006f\u0075\u006e\u0064!\u0020\u0072\u0075\u006e\u0065\u003d\u0030\u0078\u0025\u0030\u0034\u0078\u003d\u0025\u0063\u0020\u0066o\u006e\u0074\u003d\u0025\u0073\u0020\u0025\u0023\u0071",_ccgg ,_ccgg ,_dafbg .Font .BaseFont (),_dafbg .Font .Subtype ()); +_ca .Log .Trace ("\u0046o\u006e\u0074\u003a\u0020\u0025\u0023v",_dafbg .Font );_ca .Log .Trace ("\u0045\u006e\u0063o\u0064\u0065\u0072\u003a\u0020\u0025\u0023\u0076",_dafbg .Font .Encoder ());};_dgba :=_dafbg .FontSize *_ffbf .Wx ;_bcedf :=_dgba ;if _ccgg !=' '{_bcedf =_dgba +_dafbg .CharSpacing *1000.0; +};_bggab +=_bcedf ;};return _bggab /1000.0;};func (_cdggf *StyledParagraph )getMaxLineWidth ()float64 {if _cdggf ._ccae ==nil ||(_cdggf ._ccae !=nil &&len (_cdggf ._ccae )==0){_cdggf .wrapText ();};var _cgceg float64 ;for _ ,_dbba :=range _cdggf ._ccae {_cffe :=_cdggf .getTextLineWidth (_dbba ); +if _cffe > _cgceg {_cgceg =_cffe ;};};return _cgceg ;}; -// SetMarkedContentID sets the marked content id for the list. -func (_agcea *List )SetMarkedContentID (id int64 )*_fgd .KDict {return nil }; +// HeaderFunctionArgs holds the input arguments to a header drawing function. +// It is designed as a struct, so additional parameters can be added in the future with backwards +// compatibility. +type HeaderFunctionArgs struct{PageNum int ;TotalPages int ;}; -// FillOpacity returns the fill opacity of the ellipse (0-1). -func (_dgca *Ellipse )FillOpacity ()float64 {return _dgca ._fcda }; +// EnableRowWrap controls whether rows are wrapped across pages. +// NOTE: Currently, row wrapping is supported for rows using StyledParagraphs. +func (_ggdaa *Table )EnableRowWrap (enable bool ){_ggdaa ._ffeag =enable }; -// MoveTo moves the drawing context to absolute coordinates (x, y). -func (_dcbae *Creator )MoveTo (x ,y float64 ){_dcbae ._eee .X =x ;_dcbae ._eee .Y =y };func (_baca *templateProcessor )parseTextRenderingModeAttr (_fceee ,_gdcbfa string )TextRenderingMode {_fec .Log .Debug ("\u0050\u0061\u0072\u0073\u0069\u006e\u0067\u0020\u0074\u0065\u0078\u0074\u0020\u0072\u0065\u006e\u0064\u0065r\u0069\u006e\u0067\u0020\u006d\u006f\u0064e\u0020\u0061\u0074\u0074\u0072\u0069\u0062\u0075\u0074\u0065\u003a \u0028\u0060\u0025\u0073\u0060\u002c\u0020\u0025\u0073\u0029\u002e",_fceee ,_gdcbfa ); -_bggaf :=map[string ]TextRenderingMode {"\u0066\u0069\u006c\u006c":TextRenderingModeFill ,"\u0073\u0074\u0072\u006f\u006b\u0065":TextRenderingModeStroke ,"f\u0069\u006c\u006c\u002d\u0073\u0074\u0072\u006f\u006b\u0065":TextRenderingModeFillStroke ,"\u0069n\u0076\u0069\u0073\u0069\u0062\u006ce":TextRenderingModeInvisible ,"\u0066i\u006c\u006c\u002d\u0063\u006c\u0069p":TextRenderingModeFillClip ,"s\u0074\u0072\u006f\u006b\u0065\u002d\u0063\u006c\u0069\u0070":TextRenderingModeStrokeClip ,"\u0066\u0069l\u006c\u002d\u0073t\u0072\u006f\u006b\u0065\u002d\u0063\u006c\u0069\u0070":TextRenderingModeFillStrokeClip ,"\u0063\u006c\u0069\u0070":TextRenderingModeClip }[_gdcbfa ]; -return _bggaf ;}; +// NewImageFromData creates an Image from image data. +func (_adgb *Creator )NewImageFromData (data []byte )(*Image ,error ){return _agbf (data )};func _cegc (_eadb *_e .File )([]*_gd .PdfPage ,error ){_abdba ,_eedeaf :=_gd .NewPdfReader (_eadb );if _eedeaf !=nil {return nil ,_eedeaf ;};_adae ,_eedeaf :=_abdba .GetNumPages (); +if _eedeaf !=nil {return nil ,_eedeaf ;};var _gcfc []*_gd .PdfPage ;for _aeffa :=0;_aeffa < _adae ;_aeffa ++{_fdfdf ,_gggfg :=_abdba .GetPage (_aeffa +1);if _gggfg !=nil {return nil ,_gggfg ;};_gcfc =append (_gcfc ,_fdfdf );};return _gcfc ,nil ;}; -// Add adds a VectorDrawable to the Division container. -// Currently supported VectorDrawables: -// - *Paragraph -// - *StyledParagraph -// - *Image -// - *Chart -// - *Rectangle -// - *Ellipse -// - *Line -// - *Table -// - *Division -// - *List -func (_eggg *Division )Add (d VectorDrawable )error {switch _bgdf :=d .(type ){case *Paragraph ,*StyledParagraph ,*Image ,*Chart ,*Rectangle ,*Ellipse ,*Line ,*Table ,*Division ,*List :case containerDrawable :_dbcf ,_ggef :=_bgdf .ContainerComponent (_eggg ); -if _ggef !=nil {return _ggef ;};_gdaf ,_dfga :=_dbcf .(VectorDrawable );if !_dfga {return _f .Errorf ("\u0072\u0065\u0073\u0075\u006ct\u0020\u006f\u0066\u0020\u0043\u006f\u006et\u0061\u0069\u006e\u0065\u0072\u0043\u006f\u006d\u0070\u006f\u006e\u0065\u006e\u0074\u0020\u002d\u0020\u0025\u0054\u0020\u0064\u006f\u0065\u0073\u006e\u0027\u0074\u0020\u0069\u006d\u0070\u006c\u0065\u006d\u0065\u006e\u0074\u0020\u0056\u0065c\u0074\u006f\u0072\u0044\u0072\u0061\u0077\u0061\u0062\u006c\u0065\u0020i\u006e\u0074\u0065\u0072\u0066\u0061c\u0065",_dbcf ); -};d =_gdaf ;default:return _bd .New ("\u0075\u006e\u0073\u0075p\u0070\u006f\u0072\u0074\u0065\u0064\u0020\u0074\u0079\u0070e\u0020i\u006e\u0020\u0044\u0069\u0076\u0069\u0073i\u006f\u006e");};_eggg ._gebd =append (_eggg ._gebd ,d );return nil ;}; +// SetMakeredContentID sets the marked content identifier for the ellipse. +func (_bccf *Ellipse )SetMarkedContentID (mcid int64 )*_gd .KDict {_bccf ._ecdc =&mcid ;_cccgc :=_gd .NewKDictionary ();_cccgc .S =_be .MakeName (_gd .StructureTypeFigure );_cccgc .K =_be .MakeInteger (mcid );return _cccgc ;}; -// SetBorderOpacity sets the border opacity. -func (_fggcf *Polygon )SetBorderOpacity (opacity float64 ){_fggcf ._bgde =opacity }; +// AddPatternResource adds pattern dictionary inside the resources dictionary. +func (_ecgae *RadialShading )AddPatternResource (block *Block )(_eaab _be .PdfObjectName ,_daba error ){_aedca :=1;_eeec :=_be .PdfObjectName ("\u0050"+_fd .Itoa (_aedca ));for block ._fa .HasPatternByName (_eeec ){_aedca ++;_eeec =_be .PdfObjectName ("\u0050"+_fd .Itoa (_aedca )); +};if _fgef :=block ._fa .SetPatternByName (_eeec ,_ecgae .ToPdfShadingPattern ().ToPdfObject ());_fgef !=nil {return "",_fgef ;};return _eeec ,nil ;};func (_fdfec *templateProcessor )parseRadialGradientAttr (creator *Creator ,_feeee string )Color {_cfae :=ColorBlack ; +if _feeee ==""{return _cfae ;};var (_dacdga error ;_acfg =0.0;_fadgf =0.0;_ccaea =-1.0;_cfeg =_ddf .Split (_feeee [16:len (_feeee )-1],"\u002c"););_abbf :=_ddf .Fields (_cfeg [0]);if len (_abbf )==2&&_ddf .TrimSpace (_abbf [0])[0]!='#'{_acfg ,_dacdga =_fd .ParseFloat (_abbf [0],64); +if _dacdga !=nil {_ca .Log .Debug ("\u0046a\u0069\u006ce\u0064\u0020\u0070a\u0072\u0073\u0069\u006e\u0067\u0020\u0072a\u0064\u0069\u0061\u006c\u0020\u0067r\u0061\u0064\u0069\u0065\u006e\u0074\u0020\u0058\u0020\u0070\u006fs\u0069\u0074\u0069\u006f\u006e\u003a\u0020\u0025\u0076",_dacdga ); +};_fadgf ,_dacdga =_fd .ParseFloat (_abbf [1],64);if _dacdga !=nil {_ca .Log .Debug ("\u0046a\u0069\u006ce\u0064\u0020\u0070a\u0072\u0073\u0069\u006e\u0067\u0020\u0072a\u0064\u0069\u0061\u006c\u0020\u0067r\u0061\u0064\u0069\u0065\u006e\u0074\u0020\u0059\u0020\u0070\u006fs\u0069\u0074\u0069\u006f\u006e\u003a\u0020\u0025\u0076",_dacdga ); +};_cfeg =_cfeg [1:];};_eecfg :=_ddf .TrimSpace (_cfeg [0]);if _eecfg [0]!='#'{_ccaea ,_dacdga =_fd .ParseFloat (_eecfg ,64);if _dacdga !=nil {_ca .Log .Debug ("\u0046\u0061\u0069\u006c\u0065\u0064\u0020\u0070\u0061\u0072\u0073\u0069\u006eg\u0020\u0072\u0061\u0064\u0069\u0061l\u0020\u0067\u0072\u0061\u0064\u0069\u0065\u006e\u0074\u0020\u0073\u0069\u007ae\u003a\u0020\u0025\u0076",_dacdga ); +};_cfeg =_cfeg [1:];};_cdacc ,_bebg :=_fdfec .processGradientColorPair (_cfeg );if _cdacc ==nil ||_bebg ==nil {return _cfae ;};_cadgf :=creator .NewRadialGradientColor (_acfg ,_fadgf ,0,_ccaea ,[]*ColorPoint {});for _cfbg :=0;_cfbg < len (_cdacc );_cfbg ++{_cadgf .AddColorStop (_cdacc [_cfbg ],_bebg [_cfbg ]); +};return _cadgf ;}; -// Height returns the current page height. -func (_efg *Creator )Height ()float64 {return _efg ._agfdf }; +// BorderOpacity returns the border opacity of the ellipse (0-1). +func (_gfddb *Ellipse )BorderOpacity ()float64 {return _gfddb ._egegc }; -// Fit fits the chunk into the specified bounding box, cropping off the -// remainder in a new chunk, if it exceeds the specified dimensions. -// NOTE: The method assumes a line height of 1.0. In order to account for other -// line height values, the passed in height must be divided by the line height: -// height = height / lineHeight -func (_ecaab *TextChunk )Fit (width ,height float64 )(*TextChunk ,error ){_ddeba ,_abgfbb :=_ecaab .Wrap (width );if _abgfbb !=nil {return nil ,_abgfbb ;};_gcddc :=int (height /_ecaab .Style .FontSize );if _gcddc >=len (_ddeba ){return nil ,nil ;};_facfd :="\u000a"; -_ecaab .Text =_eg .Replace (_eg .Join (_ddeba [:_gcddc ],"\u0020"),_facfd +"\u0020",_facfd ,-1);_afdc :=_eg .Replace (_eg .Join (_ddeba [_gcddc :],"\u0020"),_facfd +"\u0020",_facfd ,-1);return NewTextChunk (_afdc ,_ecaab .Style ),nil ;};func _aggdb (_dbebc *_fgd .PdfFont ,_eaad float64 )*fontMetrics {_geace :=&fontMetrics {}; -if _dbebc ==nil {_fec .Log .Debug ("\u0057\u0041\u0052\u004e\u003a\u0020\u0066\u006f\u006e\u0074\u0020\u0069s\u0020\u006e\u0069\u006c");return _geace ;};_beefc ,_agefb :=_dbebc .GetFontDescriptor ();if _agefb !=nil {_fec .Log .Debug ("E\u0052\u0052\u004f\u0052\u003a\u0020\u0055\u006e\u0061\u0062\u006c\u0065\u0020\u0074\u006f\u0020\u0067\u0065t\u0020\u0066\u006f\u006e\u0074\u0020\u0064\u0065\u0073\u0063ri\u0070\u0074\u006fr\u003a \u0025\u0076",_agefb ); -return _geace ;};if _geace ._geede ,_agefb =_beefc .GetCapHeight ();_agefb !=nil {_fec .Log .Trace ("\u0057\u0041\u0052\u004e\u003a\u0020\u0055\u006e\u0061\u0062\u006c\u0065\u0020t\u006f\u0020\u0067\u0065\u0074\u0020f\u006f\u006e\u0074\u0020\u0063\u0061\u0070\u0020\u0068\u0065\u0069\u0067\u0068t\u003a\u0020\u0025\u0076",_agefb ); -};if int (_geace ._geede )<=0{_fec .Log .Trace ("\u0057\u0041\u0052\u004e\u003a\u0020\u0043\u0061p\u0020\u0048\u0065ig\u0068\u0074\u0020\u006e\u006f\u0074 \u0061\u0076\u0061\u0069\u006c\u0061\u0062\u006c\u0065\u0020\u002d\u0020\u0073\u0065\u0074t\u0069\u006e\u0067\u0020\u0074\u006f\u0020\u00310\u0030\u0030"); -_geace ._geede =1000;};_geace ._geede *=_eaad /1000.0;if _geace ._dfeba ,_agefb =_beefc .GetXHeight ();_agefb !=nil {_fec .Log .Trace ("\u0057\u0041R\u004e\u003a\u0020\u0055n\u0061\u0062l\u0065\u0020\u0074\u006f\u0020\u0067\u0065\u0074 \u0066\u006f\u006e\u0074\u0020\u0078\u002d\u0068\u0065\u0069\u0067\u0068t\u003a\u0020\u0025\u0076",_agefb ); -};_geace ._dfeba *=_eaad /1000.0;if _geace ._feeec ,_agefb =_beefc .GetAscent ();_agefb !=nil {_fec .Log .Trace ("W\u0041\u0052\u004e\u003a\u0020\u0055n\u0061\u0062\u006c\u0065\u0020\u0074o\u0020\u0067\u0065\u0074\u0020\u0066\u006fn\u0074\u0020\u0061\u0073\u0063\u0065\u006e\u0074\u003a\u0020%\u0076",_agefb ); -};_geace ._feeec *=_eaad /1000.0;if _geace ._egeb ,_agefb =_beefc .GetDescent ();_agefb !=nil {_fec .Log .Trace ("\u0057\u0041RN\u003a\u0020\u0055n\u0061\u0062\u006c\u0065 to\u0020ge\u0074\u0020\u0066\u006f\u006e\u0074\u0020de\u0073\u0063\u0065\u006e\u0074\u003a\u0020%\u0076",_agefb ); -};_geace ._egeb *=_eaad /1000.0;return _geace ;}; +// SetPositioning sets the positioning of the ellipse (absolute or relative). +func (_abbg *Ellipse )SetPositioning (position Positioning ){_abbg ._gbbf =position }; -// GeneratePageBlocks generate the Page blocks. Multiple blocks are generated -// if the contents wrap over multiple pages. -func (_bcdg *Invoice )GeneratePageBlocks (ctx DrawContext )([]*Block ,DrawContext ,error ){_dbef :=ctx ;_agbd :=[]func (_dbaba DrawContext )([]*Block ,DrawContext ,error ){_bcdg .generateHeaderBlocks ,_bcdg .generateInformationBlocks ,_bcdg .generateLineBlocks ,_bcdg .generateTotalBlocks ,_bcdg .generateNoteBlocks }; -var _ebbd []*Block ;for _ ,_bfeb :=range _agbd {_bege ,_dcfd ,_ceceg :=_bfeb (ctx );if _ceceg !=nil {return _ebbd ,ctx ,_ceceg ;};if len (_ebbd )==0{_ebbd =_bege ;}else if len (_bege )> 0{_ebbd [len (_ebbd )-1].mergeBlocks (_bege [0]);_ebbd =append (_ebbd ,_bege [1:]...); -};ctx =_dcfd ;};if _bcdg ._fefb .IsRelative (){ctx .X =_dbef .X ;};if _bcdg ._fefb .IsAbsolute (){return _ebbd ,_dbef ,nil ;};return _ebbd ,ctx ,nil ;};func (_ccede *templateProcessor )parseInt64Array (_bgeea ,_eeec string )[]int64 {_fec .Log .Debug ("\u0050\u0061\u0072s\u0069\u006e\u0067\u0020\u0069\u006e\u0074\u0036\u0034\u0020\u0061\u0072\u0072\u0061\u0079\u0020\u0061\u0074\u0074\u0072\u0069\u0062\u0075\u0074\u0065\u003a\u0020\u0028\u0060%\u0073\u0060\u002c\u0020\u0025\u0073\u0029\u002e",_bgeea ,_eeec ); -_aecddf :=_eg .Fields (_eeec );_gcbfc :=make ([]int64 ,0,len (_aecddf ));for _ ,_dfcgc :=range _aecddf {_dcaee ,_ :=_fg .ParseInt (_dfcgc ,10,64);_gcbfc =append (_gcbfc ,_dcaee );};return _gcbfc ;}; +// AppendCurve appends a Bezier curve to the filled curve. +func (_cgda *FilledCurve )AppendCurve (curve _ddb .CubicBezierCurve )*FilledCurve {_cgda ._cefdf =append (_cgda ._cefdf ,curve );return _cgda ;}; // NewChapter creates a new chapter with the specified title as the heading. -func (_dedc *Creator )NewChapter (title string )*Chapter {_dedc ._dca ++;_gaeg :=_dedc .NewTextStyle ();_gaeg .FontSize =16;return _dgg (nil ,_dedc ._aac ,_dedc ._cbba ,title ,_dedc ._dca ,_gaeg );};var _fbf =_d .MustCompile ("\u005c\u0064\u002b"); +func (_bbfc *Creator )NewChapter (title string )*Chapter {_bbfc ._agdg ++;_bbdf :=_bbfc .NewTextStyle ();_bbdf .FontSize =16;return _dbaf (nil ,_bbfc ._dda ,_bbfc ._eagf ,title ,_bbfc ._agdg ,_bbdf );}; -// AddColorStop add color stop info for rendering gradient color. -func (_acdce *LinearShading )AddColorStop (color Color ,point float64 ){_acdce ._dfae .AddColorStop (color ,point );}; +// GeneratePageBlocks generate the Page blocks. Multiple blocks are generated +// if the contents wrap over multiple pages. +func (_gddbe *Invoice )GeneratePageBlocks (ctx DrawContext )([]*Block ,DrawContext ,error ){_adbcg :=ctx ;_fafca :=[]func (_caff DrawContext )([]*Block ,DrawContext ,error ){_gddbe .generateHeaderBlocks ,_gddbe .generateInformationBlocks ,_gddbe .generateLineBlocks ,_gddbe .generateTotalBlocks ,_gddbe .generateNoteBlocks }; +var _beaad []*Block ;for _ ,_feee :=range _fafca {_gcae ,_bbbf ,_affff :=_feee (ctx );if _affff !=nil {return _beaad ,ctx ,_affff ;};if len (_beaad )==0{_beaad =_gcae ;}else if len (_gcae )> 0{_beaad [len (_beaad )-1].mergeBlocks (_gcae [0]);_beaad =append (_beaad ,_gcae [1:]...); +};ctx =_bbbf ;};if _gddbe ._afbg .IsRelative (){ctx .X =_adbcg .X ;};if _gddbe ._afbg .IsAbsolute (){return _beaad ,_adbcg ,nil ;};return _beaad ,ctx ,nil ;}; -// SetLineTitleStyle sets the style for the title part of all new lines -// of the table of contents. -func (_gbecc *TOC )SetLineTitleStyle (style TextStyle ){_gbecc ._fefdb =style }; +// SetBorderLineStyle sets border style (currently dashed or plain). +func (_cbaceg *TableCell )SetBorderLineStyle (style _ddb .LineStyle ){_cbaceg ._aecgdc =style };type border struct{_ffa float64 ;_cbc float64 ;_dc float64 ;_ggb float64 ;_agaab Color ;_fed Color ;_cgd float64 ;_bfde Color ;_fcec float64 ;_gcg Color ;_dggc float64 ; +_ed Color ;_egeb float64 ;LineStyle _ddb .LineStyle ;_fgfc CellBorderStyle ;_cbgf CellBorderStyle ;_gdgg CellBorderStyle ;_dcd CellBorderStyle ;}; -// SetSellerAddress sets the seller address of the invoice. -func (_bdaae *Invoice )SetSellerAddress (address *InvoiceAddress ){_bdaae ._ddaa =address };func (_bbfda *StyledParagraph )wrapWordChunks (){if !_bbfda ._eadc {return ;};var (_bdeb []*TextChunk ;_cddeb *_fgd .PdfFont ;);for _ ,_cfdda :=range _bbfda ._ecec {_eacbf :=[]rune (_cfdda .Text ); -if _cddeb ==nil {_cddeb =_cfdda .Style .Font ;};_decge :=_cfdda ._abefd ;_bdffb :=_cfdda .VerticalAlignment ;if len (_bdeb )> 0{if len (_eacbf )==1&&_fe .IsPunct (_eacbf [0])&&_cfdda .Style .Font ==_cddeb {_dagbd :=[]rune (_bdeb [len (_bdeb )-1].Text ); -_bdeb [len (_bdeb )-1].Text =string (append (_dagbd ,_eacbf [0]));continue ;}else {_ ,_gacbf :=_fg .Atoi (_cfdda .Text );if _gacbf ==nil {_gbdaf :=[]rune (_bdeb [len (_bdeb )-1].Text );_bbecf :=len (_gbdaf );if _bbecf >=2{_ ,_eccde :=_fg .Atoi (string (_gbdaf [_bbecf -2])); -if _eccde ==nil &&_fe .IsPunct (_gbdaf [_bbecf -1]){_bdeb [len (_bdeb )-1].Text =string (append (_gbdaf ,_eacbf ...));continue ;};};};};};_bcfd ,_ffagf :=_feff (_cfdda .Text );if _ffagf !=nil {_fec .Log .Debug ("\u0045\u0052\u0052O\u0052\u003a\u0020\u0055\u006e\u0061\u0062\u006c\u0065\u0020\u0074\u006f\u0020\u0062\u0072\u0065\u0061\u006b\u0020\u0073\u0074\u0072\u0069\u006e\u0067\u0020\u0074\u006f\u0020w\u006f\u0072\u0064\u0073\u003a\u0020\u0025\u0076",_ffagf ); -_bcfd =[]string {_cfdda .Text };};for _ ,_adaac :=range _bcfd {_ffef :=NewTextChunk (_adaac ,_cfdda .Style );_ffef ._abefd =_bggbd (_decge );_ffef .VerticalAlignment =_bdffb ;_bdeb =append (_bdeb ,_ffef );};_cddeb =_cfdda .Style .Font ;};if len (_bdeb )> 0{_bbfda ._ecec =_bdeb ; -};}; +// BorderWidth returns the border width of the ellipse. +func (_dgggg *Ellipse )BorderWidth ()float64 {return _dgggg ._fdcc };func (_daffb *StyledParagraph )getLineMetrics (_fafgg int )(_baff ,_eegb ,_ceeg float64 ){if _daffb ._ccae ==nil ||(_daffb ._ccae !=nil &&len (_daffb ._ccae )==0){_daffb .wrapText (); +};if _fafgg < 0||_fafgg > len (_daffb ._ccae )-1{_ca .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020p\u0061\u0072\u0061\u0067\u0072\u0061\u0070\u0068\u0020\u006c\u0069\u006e\u0065 \u0069\u006e\u0064\u0065\u0078\u0020\u0025\u0064\u002e\u0020\u0052\u0065tu\u0072\u006e\u0069\u006e\u0067\u0020\u0030\u002c\u0020\u0030",_fafgg ); +return 0,0,0;};_gfaa :=_daffb ._ccae [_fafgg ];for _ ,_bafaf :=range _gfaa {_bdeg :=_ecdbd (_bafaf .Style .Font ,_bafaf .Style .FontSize );if _bdeg ._edgacc > _baff {_baff =_bdeg ._edgacc ;};if _bdeg ._gfcgf < _ceeg {_ceeg =_bdeg ._gfcgf ;};if _ccfa :=_bafaf .Style .FontSize ; +_ccfa > _eegb {_eegb =_ccfa ;};};return _baff ,_eegb ,_ceeg ;};func (_cba *Block )addContentsByString (_eae string )error {_adbc :=_eag .NewContentStreamParser (_eae );_bdd ,_aef :=_adbc .Parse ();if _aef !=nil {return _aef ;};_cba ._ge .WrapIfNeeded (); +_bdd .WrapIfNeeded ();*_cba ._ge =append (*_cba ._ge ,*_bdd ...);return nil ;};func (_dgg *Block )translate (_adc ,_ddbg float64 ){_gde :=_eag .NewContentCreator ().Translate (_adc ,-_ddbg ).Operations ();*_dgg ._ge =append (*_gde ,*_dgg ._ge ...);_dgg ._ge .WrapIfNeeded (); +};func (_ddff *Invoice )generateHeaderBlocks (_fgca DrawContext )([]*Block ,DrawContext ,error ){_bacb :=_aedcd (_ddff ._fcbed );_bacb .SetEnableWrap (true );_bacb .Append (_ddff ._bgfbda );_bgcdbb :=_gdcg (2);if _ddff ._afed !=nil {_ecadb :=_bgcdbb .NewCell (); +_ecadb .SetHorizontalAlignment (CellHorizontalAlignmentLeft );_ecadb .SetVerticalAlignment (CellVerticalAlignmentMiddle );_ecadb .SetIndent (0);_ecadb .SetContent (_ddff ._afed );_ddff ._afed .ScaleToHeight (_bacb .Height ()+20);}else {_bgcdbb .SkipCells (1); +};_egaa :=_bgcdbb .NewCell ();_egaa .SetHorizontalAlignment (CellHorizontalAlignmentRight );_egaa .SetVerticalAlignment (CellVerticalAlignmentMiddle );_egaa .SetContent (_bacb );return _bgcdbb .GeneratePageBlocks (_fgca );}; -// Width returns the width of the graphic svg. -func (_ddbdf *GraphicSVG )Width ()float64 {return _ddbdf ._dgccb .Width }; +// GetMargins returns the left, right, top, bottom Margins. +func (_dbeeb *Table )GetMargins ()(float64 ,float64 ,float64 ,float64 ){return _dbeeb ._ccecg .Left ,_dbeeb ._ccecg .Right ,_dbeeb ._ccecg .Top ,_dbeeb ._ccecg .Bottom ;};func (_aeea *Table )resetColumnWidths (){_aeea ._faae =[]float64 {};_ddccc :=float64 (1.0)/float64 (_aeea ._cafcb ); +for _cffeg :=0;_cffeg < _aeea ._cafcb ;_cffeg ++{_aeea ._faae =append (_aeea ._faae ,_ddccc );};}; -// SetPos sets absolute positioning with specified coordinates. -func (_eaeeg *Paragraph )SetPos (x ,y float64 ){_eaeeg ._dbgab =PositionAbsolute ;_eaeeg ._gddg =x ;_eaeeg ._ggfb =y ;}; +// ColorRGBFromArithmetic creates a Color from arithmetic color values (0-1). +// Example: +// +// green := ColorRGBFromArithmetic(0.0, 1.0, 0.0) +func ColorRGBFromArithmetic (r ,g ,b float64 )Color {return rgbColor {_afd :_ff .Max (_ff .Min (r ,1.0),0.0),_fef :_ff .Max (_ff .Min (g ,1.0),0.0),_cbbf :_ff .Max (_ff .Min (b ,1.0),0.0)};}; -// ScaleToWidth scales the ellipse to the specified width. The height of -// the ellipse is scaled so that the aspect ratio is maintained. -func (_gcg *Ellipse )ScaleToWidth (w float64 ){_fdebc :=_gcg ._beb /_gcg ._eefg ;_gcg ._eefg =w ;_gcg ._beb =w *_fdebc ;}; +// SetPositioning sets the positioning of the line (absolute or relative). +func (_acff *Line )SetPositioning (positioning Positioning ){_acff ._fcbba =positioning };type shading struct{_bbdfc Color ;_fdda bool ;_gecd []bool ;_agcac []*ColorPoint ;};func (_dagad *templateProcessor )parseAttrPropList (_cddbg string )map[string ]string {_ffafa :=_ddf .Fields (_cddbg ); +if len (_ffafa )==0{return nil ;};_cccab :=map[string ]string {};for _ ,_gfgfe :=range _ffafa {_edecf :=_ebeae .FindStringSubmatch (_gfgfe );if len (_edecf )< 3{continue ;};_bfgd ,_gafca :=_ddf .TrimSpace (_edecf [1]),_edecf [2];if _bfgd ==""{continue ; +};_cccab [_bfgd ]=_gafca ;};return _cccab ;}; -// SetFillColor sets the fill color. -func (_fdade *PolyBezierCurve )SetFillColor (color Color ){_fdade ._bbaef =color ;_fdade ._ffcd .FillColor =_cfcee (color );}; +// SetLineNumberStyle sets the style for the numbers part of all new lines +// of the table of contents. +func (_edaeb *TOC )SetLineNumberStyle (style TextStyle ){_edaeb ._defeaa =style }; -// GeneratePageBlocks generate the Page blocks. Multiple blocks are generated -// if the contents wrap over multiple pages. -func (_gddge *TOC )GeneratePageBlocks (ctx DrawContext )([]*Block ,DrawContext ,error ){_dgfcc :=ctx ;_dbacf ,ctx ,_egdg :=_gddge ._defae .GeneratePageBlocks (ctx );if _egdg !=nil {return _dbacf ,ctx ,_egdg ;};for _ ,_baeac :=range _gddge ._ccfec {_ccdde :=_baeac ._ebaab ; -if !_gddge ._ggabc {_baeac ._ebaab =0;};_bcfce ,_gbeb ,_fbbag :=_baeac .GeneratePageBlocks (ctx );_baeac ._ebaab =_ccdde ;if _fbbag !=nil {return _dbacf ,ctx ,_fbbag ;};if len (_bcfce )< 1{continue ;};_dbacf [len (_dbacf )-1].mergeBlocks (_bcfce [0]);_dbacf =append (_dbacf ,_bcfce [1:]...); -ctx =_gbeb ;};if _gddge ._gabag .IsRelative (){ctx .X =_dgfcc .X ;};if _gddge ._gabag .IsAbsolute (){return _dbacf ,_dgfcc ,nil ;};return _dbacf ,ctx ,nil ;};func _cgcd (_acgf _e .Image )(*Image ,error ){_dgfff ,_dfef :=_fgd .ImageHandling .NewImageFromGoImage (_acgf ); -if _dfef !=nil {return nil ,_dfef ;};return _eddeb (_dgfff );};func _egeag (_afdb *templateProcessor ,_fabc *templateNode )(interface{},error ){return _afdb .parseTable (_fabc );}; +// Logo returns the logo of the invoice. +func (_cafbc *Invoice )Logo ()*Image {return _cafbc ._afed };const (HorizontalAlignmentLeft HorizontalAlignment =iota ;HorizontalAlignmentCenter ;HorizontalAlignmentRight ;); -// SetMarkedContentID sets marked content ID. -func (_ebgd *FilledCurve )SetMarkedContentID (mcid int64 )*_fgd .KDict {_ebgd ._deca =&mcid ;_fed :=_fgd .NewKDictionary ();_fed .S =_bc .MakeName (_fgd .StructureTypeFigure );_fed .K =_bc .MakeInteger (mcid );return _fed ;}; +// SetAddressStyle sets the style properties used to render the content of +// the invoice address sections. +func (_abaf *Invoice )SetAddressStyle (style TextStyle ){_abaf ._gdga =style };func _cgfa (_ebcc map[string ]interface{},_eaaae ...interface{})(map[string ]interface{},error ){_ebfb :=len (_eaaae );if _ebfb %2!=0{return nil ,_be .ErrRangeError ;};for _feea :=0; +_feea < _ebfb ;_feea +=2{_befac ,_agda :=_eaaae [_feea ].(string );if !_agda {return nil ,_be .ErrTypeError ;};_ebcc [_befac ]=_eaaae [_feea +1];};return _ebcc ,nil ;}; -// Width returns the width of the line. -// NOTE: Depending on the fit mode the line is set to use, its width may be -// calculated at runtime (e.g. when using FitModeFillWidth). -func (_dedb *Line )Width ()float64 {return _fc .Abs (_dedb ._cfge -_dedb ._gbcgde )}; +// Notes returns the notes section of the invoice as a title-content pair. +func (_aabgc *Invoice )Notes ()(string ,string ){return _aabgc ._cdbg [0],_aabgc ._cdbg [1]};func (_cgb *FilledCurve )draw (_gddb *Block ,_egbd string )([]byte ,*_gd .PdfRectangle ,error ){_dffc :=_ddb .NewCubicBezierPath ();for _ ,_bced :=range _cgb ._cefdf {_dffc =_dffc .AppendCurve (_bced ); +};creator :=_eag .NewContentCreator ();if _cgb ._gfecd !=nil {creator .Add_BDC (*_be .MakeName (_gd .StructureTypeFigure ),map[string ]_be .PdfObject {"\u004d\u0043\u0049\u0044":_be .MakeInteger (*_cgb ._gfecd )});};creator .Add_q ();if _cgb .FillEnabled &&_cgb ._gdge !=nil {_ecfag :=_fac (_cgb ._gdge ); +_cdbf :=_gaea (_gddb ,_ecfag ,_cgb ._gdge ,func ()Rectangle {_gdfa :=_ddb .NewCubicBezierPath ();for _ ,_ceagf :=range _cgb ._cefdf {_gdfa =_gdfa .AppendCurve (_ceagf );};_bgeb :=_gdfa .GetBoundingBox ();if _cgb .BorderEnabled {_bgeb .Height +=_cgb .BorderWidth ; +_bgeb .Width +=_cgb .BorderWidth ;_bgeb .X -=_cgb .BorderWidth /2;_bgeb .Y -=_cgb .BorderWidth /2;};return Rectangle {_fdeb :_bgeb .X ,_fefcd :_bgeb .Y ,_dacdg :_bgeb .Width ,_ddccd :_bgeb .Height };});if _cdbf !=nil {return nil ,nil ,_cdbf ;};creator .SetNonStrokingColor (_ecfag ); +};if _cgb .BorderEnabled {if _cgb ._aebe !=nil {creator .SetStrokingColor (_fac (_cgb ._aebe ));};creator .Add_w (_cgb .BorderWidth );};if len (_egbd )> 1{creator .Add_gs (_be .PdfObjectName (_egbd ));};_ddb .DrawBezierPathWithCreator (_dffc ,creator ); +creator .Add_h ();if _cgb .FillEnabled &&_cgb .BorderEnabled {creator .Add_B ();}else if _cgb .FillEnabled {creator .Add_f ();}else if _cgb .BorderEnabled {creator .Add_S ();};creator .Add_Q ();if _cgb ._gfecd !=nil {creator .Add_EMC ();};_fagcd :=_dffc .GetBoundingBox (); +if _cgb .BorderEnabled {_fagcd .Height +=_cgb .BorderWidth ;_fagcd .Width +=_cgb .BorderWidth ;_fagcd .X -=_cgb .BorderWidth /2;_fagcd .Y -=_cgb .BorderWidth /2;};_bgef :=&_gd .PdfRectangle {};_bgef .Llx =_fagcd .X ;_bgef .Lly =_fagcd .Y ;_bgef .Urx =_fagcd .X +_fagcd .Width ; +_bgef .Ury =_fagcd .Y +_fagcd .Height ;return creator .Bytes (),_bgef ,nil ;}; -// Width returns the width of the chart. In relative positioning mode, -// all the available context width is used at render time. -func (_aaea *Chart )Width ()float64 {return float64 (_aaea ._gff .Width ())}; +// SetBorderColor sets the cell's border color. +func (_cdfce *TableCell )SetBorderColor (col Color ){_cdfce ._edgac =col ;_cdfce ._daea =col ;_cdfce ._cada =col ;_cdfce ._agcef =col ;}; -// SetAntiAlias enables anti alias config. +// ColorCMYKFrom8bit creates a Color from c,m,y,k values (0-100). +// Example: // -// Anti alias is disabled by default. -func (_aacf *RadialShading )SetAntiAlias (enable bool ){_aacf ._dafd .SetAntiAlias (enable )};var PPMM =float64 (72*1.0/25.4); +// red := ColorCMYKFrom8Bit(0, 100, 100, 0) +func ColorCMYKFrom8bit (c ,m ,y ,k byte )Color {return cmykColor {_cgab :_ff .Min (float64 (c ),100)/100.0,_bfdc :_ff .Min (float64 (m ),100)/100.0,_fec :_ff .Min (float64 (y ),100)/100.0,_febg :_ff .Min (float64 (k ),100)/100.0};};func _cfgc (_dagb ,_acce ,_cddf ,_acagg float64 )*Ellipse {return &Ellipse {_dbeb :_dagb ,_caaf :_acce ,_gbea :_cddf ,_fgbb :_acagg ,_gbbf :PositionAbsolute ,_baae :1.0,_bfgf :ColorBlack ,_fdcc :1.0,_egegc :1.0}; +}; -// Height returns the height of the division, assuming all components are -// stacked on top of each other. -func (_bbd *Division )Height ()float64 {var _egga float64 ;for _ ,_dccb :=range _bbd ._gebd {switch _fafce :=_dccb .(type ){case marginDrawable :_ ,_ ,_faae ,_abfe :=_fafce .GetMargins ();_egga +=_fafce .Height ()+_faae +_abfe ;default:_egga +=_fafce .Height (); -};};return _egga ;};func _dgg (_gegf *Chapter ,_edec *TOC ,_egfc *_fgd .Outline ,_effb string ,_dfa int ,_eddg TextStyle )*Chapter {var _dcc uint =1;if _gegf !=nil {_dcc =_gegf ._eedg +1;};_gefc :=&Chapter {_gbf :_dfa ,_faed :_effb ,_aee :true ,_aga :true ,_cdee :_gegf ,_edc :_edec ,_agbcd :_egfc ,_agbc :[]Drawable {},_eedg :_dcc }; -_ggb :=_cdbe (_gefc .headingText (),_eddg );_ggb .SetFont (_eddg .Font );_ggb .SetFontSize (_eddg .FontSize );_gefc ._gfdf =_ggb ;return _gefc ;}; +// CurvePolygon represents a curve polygon shape. +// Implements the Drawable interface and can be drawn on PDF using the Creator. +type CurvePolygon struct{_fbff *_ddb .CurvePolygon ;_bgabd float64 ;_acfa float64 ;_fdbd Color ;_acgc *int64 ;};func (_bfad *Ellipse )applyFitMode (_fddd float64 ){_fddd -=_bfad ._dffg .Left +_bfad ._dffg .Right ;switch _bfad ._fdbc {case FitModeFillWidth :_bfad .ScaleToWidth (_fddd ); +};};func (_fbed *pageTransformations )transformBlock (_fea *Block ){if _fbed ._agce !=nil {_fea .transform (*_fbed ._agce );};}; -// SetPositioning sets the positioning of the ellipse (absolute or relative). -func (_egcb *Ellipse )SetPositioning (position Positioning ){_egcb ._fdbc =position }; +// SetMargins sets the Table's left, right, top, bottom margins. +func (_dgab *Table )SetMargins (left ,right ,top ,bottom float64 ){_dgab ._ccecg .Left =left ;_dgab ._ccecg .Right =right ;_dgab ._ccecg .Top =top ;_dgab ._ccecg .Bottom =bottom ;}; -// Division is a container component which can wrap across multiple pages. -// Currently supported drawable components: -// - *Paragraph -// - *StyledParagraph -// - *Image -// - *Chart -// -// The component stacking behavior is vertical, where the drawables are drawn -// on top of each other. -type Division struct{_gebd []VectorDrawable ;_fbec Positioning ;_ddfg Margins ;_gbga Margins ;_fdb bool ;_defa bool ;_agecb *Background ;}; +// ToPdfShadingPattern generates a new model.PdfShadingPatternType2 object. +func (_dgdcb *LinearShading )ToPdfShadingPattern ()*_gd .PdfShadingPatternType2 {_cbde ,_dccbg ,_caffb :=_dgdcb ._faee ._bbdfc .ToRGB ();_bcdf :=_dgdcb .shadingModel ();_bcdf .PdfShading .Background =_be .MakeArrayFromFloats ([]float64 {_cbde ,_dccbg ,_caffb }); +_fgce :=_gd .NewPdfShadingPatternType2 ();_fgce .Shading =_bcdf ;return _fgce ;}; -// SetFillColor sets the fill color of the ellipse. -func (_cfceg *Ellipse )SetFillColor (col Color ){_cfceg ._baacc =col }; +// SetBorder sets the cell's border style. +func (_daaef *TableCell )SetBorder (side CellBorderSide ,style CellBorderStyle ,width float64 ){if style ==CellBorderStyleSingle &&side ==CellBorderSideAll {_daaef ._bddcf =CellBorderStyleSingle ;_daaef ._debdc =width ;_daaef ._dgag =CellBorderStyleSingle ; +_daaef ._acdc =width ;_daaef ._deef =CellBorderStyleSingle ;_daaef ._gecc =width ;_daaef ._gcccg =CellBorderStyleSingle ;_daaef ._efec =width ;}else if style ==CellBorderStyleDouble &&side ==CellBorderSideAll {_daaef ._bddcf =CellBorderStyleDouble ;_daaef ._debdc =width ; +_daaef ._dgag =CellBorderStyleDouble ;_daaef ._acdc =width ;_daaef ._deef =CellBorderStyleDouble ;_daaef ._gecc =width ;_daaef ._gcccg =CellBorderStyleDouble ;_daaef ._efec =width ;}else if (style ==CellBorderStyleSingle ||style ==CellBorderStyleDouble )&&side ==CellBorderSideLeft {_daaef ._bddcf =style ; +_daaef ._debdc =width ;}else if (style ==CellBorderStyleSingle ||style ==CellBorderStyleDouble )&&side ==CellBorderSideBottom {_daaef ._dgag =style ;_daaef ._acdc =width ;}else if (style ==CellBorderStyleSingle ||style ==CellBorderStyleDouble )&&side ==CellBorderSideRight {_daaef ._deef =style ; +_daaef ._gecc =width ;}else if (style ==CellBorderStyleSingle ||style ==CellBorderStyleDouble )&&side ==CellBorderSideTop {_daaef ._gcccg =style ;_daaef ._efec =width ;};}; -// MoveRight moves the drawing context right by relative displacement dx (negative goes left). -func (_aecda *Creator )MoveRight (dx float64 ){_aecda ._eee .X +=dx }; +// SetMarkedContentID sets the marked content ID. +func (_fecab *PolyBezierCurve )SetMarkedContentID (mcid int64 )*_gd .KDict {_fecab ._bgadb =&mcid ;_cdfe :=_gd .NewKDictionary ();_cdfe .S =_be .MakeName (_gd .StructureTypeFigure );_cdfe .K =_be .MakeInteger (mcid );return _cdfe ;};func _gcaeg (_aedf ,_eecce ,_gccgf TextChunk ,_ecdda uint ,_daca TextStyle )*TOCLine {_decfd :=_aedcd (_daca ); +_decfd .SetEnableWrap (true );_decfd .SetTextAlignment (TextAlignmentLeft );_decfd .SetMargins (0,0,2,2);_dcgaa :=&TOCLine {_ecfeg :_decfd ,Number :_aedf ,Title :_eecce ,Page :_gccgf ,Separator :TextChunk {Text :"\u002e",Style :_daca },_gdcff :0,_bfcf :_ecdda ,_gedeb :10,_cdfed :PositionRelative }; +_decfd ._affa .Left =_dcgaa ._gdcff +float64 (_dcgaa ._bfcf -1)*_dcgaa ._gedeb ;_decfd ._bfbe =_dcgaa .prepareParagraph ;return _dcgaa ;};type templateProcessor struct{creator *Creator ;_fagcac []byte ;_agabg *TemplateOptions ;_gfcf componentRenderer ; +_cabb string ;}; -// Curve represents a cubic Bezier curve with a control point. -type Curve struct{_aecc float64 ;_egda float64 ;_bgaca float64 ;_afbc float64 ;_cdf float64 ;_adca float64 ;_afgg Color ;_befg float64 ;_afbbc *int64 ;};func (_ebfac *templateProcessor )parseStyledParagraph (_aebfb *templateNode )(interface{},error ){_ebagd :=_ebfac .creator .NewStyledParagraph (); -for _ ,_efbd :=range _aebfb ._adfdg .Attr {_bdgg :=_efbd .Value ;switch _abeff :=_efbd .Name .Local ;_abeff {case "\u0074\u0065\u0078\u0074\u002d\u0061\u006c\u0069\u0067\u006e":_ebagd .SetTextAlignment (_ebfac .parseTextAlignmentAttr (_abeff ,_bdgg )); -case "\u0076\u0065\u0072\u0074ic\u0061\u006c\u002d\u0074\u0065\u0078\u0074\u002d\u0061\u006c\u0069\u0067\u006e":_ebagd .SetTextVerticalAlignment (_ebfac .parseTextVerticalAlignmentAttr (_abeff ,_bdgg ));case "l\u0069\u006e\u0065\u002d\u0068\u0065\u0069\u0067\u0068\u0074":_ebagd .SetLineHeight (_ebfac .parseFloatAttr (_abeff ,_bdgg )); -case "\u006d\u0061\u0072\u0067\u0069\u006e":_eabca :=_ebfac .parseMarginAttr (_abeff ,_bdgg );_ebagd .SetMargins (_eabca .Left ,_eabca .Right ,_eabca .Top ,_eabca .Bottom );case "e\u006e\u0061\u0062\u006c\u0065\u002d\u0077\u0072\u0061\u0070":_ebagd .SetEnableWrap (_ebfac .parseBoolAttr (_abeff ,_bdgg )); -case "\u0065\u006ea\u0062\u006c\u0065-\u0077\u006f\u0072\u0064\u002d\u0077\u0072\u0061\u0070":_ebagd .EnableWordWrap (_ebfac .parseBoolAttr (_abeff ,_bdgg ));case "\u0074\u0065\u0078\u0074\u002d\u006f\u0076\u0065\u0072\u0066\u006c\u006f\u0077":_ebagd .SetTextOverflow (_ebfac .parseTextOverflowAttr (_abeff ,_bdgg )); -case "\u0078":_ebagd .SetPos (_ebfac .parseFloatAttr (_abeff ,_bdgg ),_ebagd ._agdg );case "\u0079":_ebagd .SetPos (_ebagd ._abeag ,_ebfac .parseFloatAttr (_abeff ,_bdgg ));case "\u0061\u006e\u0067l\u0065":_ebagd .SetAngle (_ebfac .parseFloatAttr (_abeff ,_bdgg )); -default:_ebfac .nodeLogDebug (_aebfb ,"\u0055\u006e\u0073\u0075\u0070\u0070\u006f\u0072\u0074\u0065\u0064\u0020\u0073\u0074\u0079l\u0065\u0064\u0020\u0070\u0061\u0072\u0061\u0067\u0072\u0061\u0070\u0068\u0020a\u0074\u0074\u0072\u0069\u0062\u0075\u0074\u0065\u0020\u0060\u0025\u0073`.\u0020\u0053\u006b\u0069\u0070\u0070\u0069\u006e\u0067\u002e",_abeff ); -};};return _ebagd ,nil ;};func _dcad (_edcgc *Block ,_eadd *StyledParagraph ,_aadaa [][]*TextChunk ,_efgg DrawContext )(DrawContext ,[][]*TextChunk ,error ){_cfdbd :=1;_aeeec :=_bc .PdfObjectName (_f .Sprintf ("\u0046\u006f\u006e\u0074\u0025\u0064",_cfdbd )); -for _edcgc ._dgd .HasFontByName (_aeeec ){_cfdbd ++;_aeeec =_bc .PdfObjectName (_f .Sprintf ("\u0046\u006f\u006e\u0074\u0025\u0064",_cfdbd ));};_cggc :=_edcgc ._dgd .SetFontByName (_aeeec ,_eadd ._fgbg .Font .ToPdfObject ());if _cggc !=nil {return _efgg ,nil ,_cggc ; -};_cfdbd ++;_fgefa :=_aeeec ;_adcf :=_eadd ._fgbg .FontSize ;_gdce :=_eadd ._fceb .IsRelative ();var _bbaf [][]_bc .PdfObjectName ;var _ddbeg [][]*TextChunk ;var _geedb float64 ;for _ddgaa ,_cdbfg :=range _aadaa {var _fafcdb []_bc .PdfObjectName ;var _gcegd float64 ; -if len (_cdbfg )> 0{_gcegd =_cdbfg [0].Style .FontSize ;};for _ ,_daga :=range _cdbfg {_fdgde :=_daga .Style ;if _daga .Text !=""&&_fdgde .FontSize > _gcegd {_gcegd =_fdgde .FontSize ;};if _gcegd > _efgg .PageHeight {return _efgg ,nil ,_bd .New ("\u0050\u0061\u0072\u0061\u0067\u0072a\u0070\u0068\u0020\u0068\u0065\u0069\u0067\u0068\u0074\u0020\u0063\u0061\u006e\u0027\u0074\u0020\u0062\u0065\u0020\u006ca\u0072\u0067\u0065\u0072\u0020\u0074\u0068\u0061\u006e\u0020\u0070\u0061\u0067\u0065 \u0068e\u0069\u0067\u0068\u0074"); -};_aeeec =_bc .PdfObjectName (_f .Sprintf ("\u0046\u006f\u006e\u0074\u0025\u0064",_cfdbd ));_dacd :=_edcgc ._dgd .SetFontByName (_aeeec ,_fdgde .Font .ToPdfObject ());if _dacd !=nil {return _efgg ,nil ,_dacd ;};_fafcdb =append (_fafcdb ,_aeeec );_cfdbd ++; -};_gcegd *=_eadd ._fgef ;if _gdce &&_geedb +_gcegd > _efgg .Height {_ddbeg =_aadaa [_ddgaa :];_aadaa =_aadaa [:_ddgaa ];break ;};_geedb +=_gcegd ;_bbaf =append (_bbaf ,_fafcdb );};_cbdbd ,_dabea ,_dgbcc :=_eadd .getLineMetrics (0);_gdfbf ,_bccce :=_cbdbd *_eadd ._fgef ,_dabea *_eadd ._fgef ; -if len (_aadaa )==0{return _efgg ,_ddbeg ,nil ;};_aagd :=_dg .NewContentCreator ();_aagd .Add_q ();_ggab :=_bccce ;if _eadd ._ddec ==TextVerticalAlignmentCenter {_ggab =_dabea +(_cbdbd +_dgbcc -_dabea )/2+(_bccce -_dabea )/2;};_gaddd :=_efgg .PageHeight -_efgg .Y -_ggab ; -_aagd .Translate (_efgg .X ,_gaddd );_gbcac :=_gaddd ;if _eadd ._ffab !=0{_aagd .RotateDeg (_eadd ._ffab );};if _eadd ._ecedg ==TextOverflowHidden {_aagd .Add_re (0,-_geedb +_gdfbf +1,_eadd ._ffcfd ,_geedb ).Add_W ().Add_n ();};_aagd .Add_BT ();_egaf :=map[string ]_bc .PdfObject {}; -if _eadd ._eeba !=nil {_egaf ["\u004d\u0043\u0049\u0044"]=_bc .MakeInteger (*_eadd ._eeba );};if _eadd ._cccab !=""{_egaf ["\u004c\u0061\u006e\u0067"]=_bc .MakeString (_eadd ._cccab );};if len (_egaf )> 0{_aagd .Add_BDC (*_bc .MakeName (_fgd .StructureTypeParagraph ),_egaf ); -};var _aefee []*_gga .BasicLine ;for _ddff ,_efca :=range _aadaa {_ffcfb :=_efgg .X ;var _dggf float64 ;if len (_efca )> 0{_dggf =_efca [0].Style .FontSize ;};_cbdbd ,_ ,_dgbcc =_eadd .getLineMetrics (_ddff );_bccce =(_cbdbd +_dgbcc );for _ ,_dcbbg :=range _efca {_gabg :=&_dcbbg .Style ; -if _dcbbg .Text !=""&&_gabg .FontSize > _dggf {_dggf =_gabg .FontSize ;};if _bccce > _dggf {_dggf =_bccce ;};};if _ddff !=0{_aagd .Add_TD (0,-_dggf *_eadd ._fgef );_gbcac -=_dggf *_eadd ._fgef ;};_debg :=_ddff ==len (_aadaa )-1;var (_agfg float64 ;_aeada float64 ; -_ebffg *fontMetrics ;_agfbc float64 ;_befa uint ;);var _ggac []float64 ;for _ ,_dabb :=range _efca {_ebbb :=&_dabb .Style ;if _ebbb .FontSize > _aeada {_aeada =_ebbb .FontSize ;_ebffg =_aggdb (_dabb .Style .Font ,_ebbb .FontSize );};if _bccce > _aeada {_aeada =_bccce ; -};_ecdbb ,_eadge :=_ebbb .Font .GetRuneMetrics (' ');if _ecdbb .Wx ==0&&_ebbb .MultiFont !=nil {_ecdbb ,_eadge =_ebbb .MultiFont .GetRuneMetrics (' ');_ebbb .MultiFont .Reset ();};if !_eadge {return _efgg ,nil ,_bd .New ("\u0074\u0068e \u0066\u006f\u006et\u0020\u0064\u006f\u0065s n\u006ft \u0068\u0061\u0076\u0065\u0020\u0061\u0020sp\u0061\u0063\u0065\u0020\u0067\u006c\u0079p\u0068"); -};var _edbfg uint ;var _ggcaf float64 ;_aade :=len (_dabb .Text );for _fefa ,_ddfeb :=range _dabb .Text {if _ddfeb ==' '{_edbfg ++;continue ;};if _ddfeb =='\u000A'{continue ;};_agda ,_adgf :=_ebbb .Font .GetRuneMetrics (_ddfeb );if _agda .Wx ==0&&_ebbb .MultiFont !=nil {_agda ,_adgf =_ebbb .MultiFont .GetRuneMetrics (' '); -_ebbb .MultiFont .Reset ();};if !_adgf {_fec .Log .Debug ("\u0055\u006e\u0073\u0075p\u0070\u006f\u0072\u0074\u0065\u0064\u0020\u0072\u0075\u006ee\u0020%\u0076\u0020\u0069\u006e\u0020\u0066\u006fn\u0074\u000a",_ddfeb );return _efgg ,nil ,_bd .New ("\u0075\u006e\u0073\u0075pp\u006f\u0072\u0074\u0065\u0064\u0020\u0074\u0065\u0078\u0074\u0020\u0067\u006c\u0079p\u0068"); -};_ggcaf +=_ebbb .FontSize *_agda .Wx *_ebbb .horizontalScale ();if _fefa !=_aade -1{_ggcaf +=_ebbb .CharSpacing *1000.0;};};_ggac =append (_ggac ,_ggcaf );_agfg +=_ggcaf ;_agfbc +=float64 (_edbfg )*_ecdbb .Wx *_ebbb .FontSize *_ebbb .horizontalScale (); -_befa +=_edbfg ;};_aeada *=_eadd ._fgef ;var _ccfca []_bc .PdfObject ;_dccbe :=_eadd ._ffcfd *1000.0;if _eadd ._abff ==TextAlignmentJustify {if _befa > 0&&!_debg {_agfbc =(_dccbe -_agfg )/float64 (_befa )/_adcf ;};}else if _eadd ._abff ==TextAlignmentCenter {_gcgg :=(_dccbe -_agfg -_agfbc )/2; -_dadf :=_gcgg /_adcf ;_ccfca =append (_ccfca ,_bc .MakeFloat (-_dadf ));_ffcfb +=_gcgg /1000.0;}else if _eadd ._abff ==TextAlignmentRight {_dcbe :=(_dccbe -_agfg -_agfbc );_gggd :=_dcbe /_adcf ;_ccfca =append (_ccfca ,_bc .MakeFloat (-_gggd ));_ffcfb +=_dcbe /1000.0; -};if len (_ccfca )> 0{_aagd .Add_Tf (_fgefa ,_adcf ).Add_TL (_adcf *_eadd ._fgef ).Add_TJ (_ccfca ...);};_baedf :=0.0;for _dccde ,_acca :=range _efca {_fgfc :=&_acca .Style ;_fdgf :=_fgefa ;_dccef :=_adcf ;_gadcc :=_fgfc .OutlineColor !=nil ;_aaad :=_fgfc .HorizontalScaling !=DefaultHorizontalScaling ; -_bedc :=_fgfc .OutlineSize !=1;if _bedc {_aagd .Add_w (_fgfc .OutlineSize );};_efcaf :=_fgfc .RenderingMode !=TextRenderingModeFill ;if _efcaf {_aagd .Add_Tr (int64 (_fgfc .RenderingMode ));};_edcb :=_fgfc .CharSpacing !=0;if _edcb {_aagd .Add_Tc (_fgfc .CharSpacing ); -};_gdeg :=_fgfc .TextRise !=0;if _gdeg {_aagd .Add_Ts (_fgfc .TextRise );};if _acca .VerticalAlignment !=TextVerticalAlignmentBaseline {_beeb :=_aggdb (_acca .Style .Font ,_fgfc .FontSize );switch _acca .VerticalAlignment {case TextVerticalAlignmentCenter :_baedf =_ebffg ._dfeba /2-_beeb ._dfeba /2; -case TextVerticalAlignmentBottom :_baedf =_ebffg ._egeb -_beeb ._egeb ;case TextVerticalAlignmentTop :_baedf =_dabea -_fgfc .FontSize ;};if _baedf !=0.0{_aagd .Translate (0,_baedf );};};if _eadd ._abff !=TextAlignmentJustify ||_debg {_ecbc ,_gbbf :=_fgfc .Font .GetRuneMetrics (' '); -if !_gbbf {return _efgg ,nil ,_bd .New ("\u0074\u0068e \u0066\u006f\u006et\u0020\u0064\u006f\u0065s n\u006ft \u0068\u0061\u0076\u0065\u0020\u0061\u0020sp\u0061\u0063\u0065\u0020\u0067\u006c\u0079p\u0068");};_fdgf =_bbaf [_ddff ][_dccde ];_dccef =_fgfc .FontSize ; -_agfbc =_ecbc .Wx *_fgfc .horizontalScale ();};_gcgf :=_fgfc .Font .Encoder ();var _agdee []byte ;var _ggcc bool ;_bcea :=_fgfc .Font ;for _ ,_afbe :=range _acca .Text {if _afbe =='\u000A'{continue ;};if _afbe ==' '{if len (_agdee )> 0{if _gadcc {_aagd .SetStrokingColor (_cfcee (_fgfc .OutlineColor )); -};if _aaad {_aagd .Add_Tz (_fgfc .HorizontalScaling );};_gaabb :=_bbaf [_ddff ][_dccde ];if _ggcc {_gaabb =_bc .PdfObjectName (_f .Sprintf ("\u0046\u006f\u006e\u0074\u0025\u0064",_cfdbd ));_fffdc :=_edcgc ._dgd .SetFontByName (_gaabb ,_bcea .ToPdfObject ()); -if _fffdc !=nil {return _efgg ,nil ,_fffdc ;};_cfdbd ++;_ggcc =false ;_gcgf =_fgfc .Font .Encoder ();};_aagd .SetNonStrokingColor (_cfcee (_fgfc .Color )).Add_Tf (_gaabb ,_fgfc .FontSize ).Add_TJ ([]_bc .PdfObject {_bc .MakeStringFromBytes (_agdee )}...); -_agdee =nil ;};if _aaad {_aagd .Add_Tz (DefaultHorizontalScaling );};_aagd .Add_Tf (_fdgf ,_dccef ).Add_TJ ([]_bc .PdfObject {_bc .MakeFloat (-_agfbc )}...);_ggac [_dccde ]+=_agfbc *_dccef ;}else {if _ ,_gfff :=_gcgf .RuneToCharcode (_afbe );!_gfff {if _fgfc .MultiFont !=nil {_dbda ,_gcebf :=_fgfc .MultiFont .Encoder (_afbe ); -if _gcebf {if len (_agdee )!=0{_bggd :=_bc .PdfObjectName (_f .Sprintf ("\u0046\u006f\u006e\u0074\u0025\u0064",_cfdbd ));_cgcc :=_edcgc ._dgd .SetFontByName (_fdgf ,_bcea .ToPdfObject ());if _cgcc !=nil {return _efgg ,nil ,_cgcc ;};_aagd .SetNonStrokingColor (_cfcee (_fgfc .Color )).Add_Tf (_bggd ,_fgfc .FontSize ).Add_TJ ([]_bc .PdfObject {_bc .MakeStringFromBytes (_agdee )}...); -_cfdbd ++;_agdee =nil ;};_gcgf =_dbda ;_ggcc =true ;_bcea =_fgfc .MultiFont .CurrentFont ;};}else {_cggc =UnsupportedRuneError {Message :_f .Sprintf ("\u0075\u006e\u0073\u0075\u0070\u0070\u006fr\u0074\u0065\u0064 \u0072\u0075\u006e\u0065 \u0069\u006e\u0020\u0074\u0065\u0078\u0074\u0020\u0065\u006e\u0063\u006f\u0064\u0069\u006e\u0067\u003a\u0020\u0025\u0023\u0078\u0020\u0028\u0025\u0063\u0029",_afbe ,_afbe ),Rune :_afbe }; -_efgg ._agd =append (_efgg ._agd ,_cggc );_fec .Log .Debug (_cggc .Error ());if _efgg ._cffd <=0{continue ;};_afbe =_efgg ._cffd ;};};_bagc :=_gcgf .Encode (string (_afbe ));_agdee =append (_agdee ,_bagc ...);};if _fgfc .MultiFont !=nil {_fgfc .MultiFont .Reset (); -};};if len (_agdee )> 0{if _gadcc {_aagd .SetStrokingColor (_cfcee (_fgfc .OutlineColor ));};if _aaad {_aagd .Add_Tz (_fgfc .HorizontalScaling );};_gdad :=_bbaf [_ddff ][_dccde ];if _ggcc {_gdad =_bc .PdfObjectName (_f .Sprintf ("\u0046\u006f\u006e\u0074\u0025\u0064",_cfdbd )); -_cecegf :=_edcgc ._dgd .SetFontByName (_gdad ,_bcea .ToPdfObject ());if _cecegf !=nil {return _efgg ,nil ,_cecegf ;};_cfdbd ++;_ggcc =false ;};_aagd .SetNonStrokingColor (_cfcee (_fgfc .Color )).Add_Tf (_gdad ,_fgfc .FontSize ).Add_TJ ([]_bc .PdfObject {_bc .MakeStringFromBytes (_agdee )}...); -};_gacca :=_ggac [_dccde ]/1000.0;if _fgfc .Underline {_caca :=_fgfc .UnderlineStyle .Color ;if _caca ==nil {_caca =_acca .Style .Color ;};_cfgbe ,_dcdgf ,_geafc :=_caca .ToRGB ();_aaded :=_ffcfb -_efgg .X ;_gbcee :=_gbcac -_gaddd +_fgfc .TextRise -_fgfc .UnderlineStyle .Offset ; -_aefee =append (_aefee ,&_gga .BasicLine {X1 :_aaded ,Y1 :_gbcee ,X2 :_aaded +_gacca ,Y2 :_gbcee ,LineWidth :_acca .Style .UnderlineStyle .Thickness ,LineColor :_fgd .NewPdfColorDeviceRGB (_cfgbe ,_dcdgf ,_geafc )});};if _acca ._abefd !=nil {var _cfdg *_bc .PdfObjectArray ; -if !_acca ._ebcfe {switch _bgfee :=_acca ._abefd .GetContext ().(type ){case *_fgd .PdfAnnotationLink :_cfdg =_bc .MakeArray ();_bgfee .Rect =_cfdg ;_aabde ,_cfgbb :=_bgfee .Dest .(*_bc .PdfObjectArray );if _cfgbb &&_aabde .Len ()==5{_dcda ,_cgfa :=_aabde .Get (1).(*_bc .PdfObjectName ); -if _cgfa &&_dcda .String ()=="\u0058\u0059\u005a"{_fdeea ,_bdacf :=_bc .GetNumberAsFloat (_aabde .Get (3));if _bdacf ==nil {_aabde .Set (3,_bc .MakeFloat (_efgg .PageHeight -_fdeea ));};};};};_acca ._ebcfe =true ;};if _cfdg !=nil {_ddgg :=_gga .NewPoint (_ffcfb -_efgg .X ,_gbcac +_fgfc .TextRise -_gaddd ).Rotate (_eadd ._ffab ); -_ddgg .X +=_efgg .X ;_ddgg .Y +=_gaddd ;_ggdbe ,_dfcb ,_gccgd ,_adcfa :=_ffcgd (_gacca ,_aeada ,_eadd ._ffab );_ddgg .X +=_ggdbe ;_ddgg .Y +=_dfcb ;_cfdg .Clear ();_cfdg .Append (_bc .MakeFloat (_ddgg .X ));_cfdg .Append (_bc .MakeFloat (_ddgg .Y ));_cfdg .Append (_bc .MakeFloat (_ddgg .X +_gccgd )); -_cfdg .Append (_bc .MakeFloat (_ddgg .Y +_adcfa ));};_edcgc .AddAnnotation (_acca ._abefd );};_ffcfb +=_gacca ;if _bedc {_aagd .Add_w (1.0);};if _gadcc {_aagd .Add_RG (0.0,0.0,0.0);};if _efcaf {_aagd .Add_Tr (int64 (TextRenderingModeFill ));};if _edcb {_aagd .Add_Tc (0); -};if _gdeg {_aagd .Add_Ts (0);};if _aaad {_aagd .Add_Tz (DefaultHorizontalScaling );};if _baedf !=0.0{_aagd .Translate (0,-_baedf );_baedf =0.0;};};};if len (_egaf )> 0{_aagd .Add_EMC ();};_aagd .Add_ET ();for _ ,_cbfac :=range _aefee {_aagd .SetStrokingColor (_cbfac .LineColor ).Add_w (_cbfac .LineWidth ).Add_m (_cbfac .X1 ,_cbfac .Y1 ).Add_l (_cbfac .X2 ,_cbfac .Y2 ).Add_s (); -};_aagd .Add_Q ();_beaba :=_aagd .Operations ();_beaba .WrapIfNeeded ();_edcgc .addContents (_beaba );if _gdce {_gdbee :=_geedb ;_efgg .Y +=_gdbee ;_efgg .Height -=_gdbee ;if _efgg .Inline {_efgg .X +=_eadd .Width ()+_eadd ._ccddg .Right ;};};return _efgg ,_ddbeg ,nil ; -};func _dgbe (_cfddd ,_afdd ,_ebfg ,_gced ,_bddc ,_gdd float64 )*Curve {_eaff :=&Curve {};_eaff ._aecc =_cfddd ;_eaff ._egda =_afdd ;_eaff ._bgaca =_ebfg ;_eaff ._afbc =_gced ;_eaff ._cdf =_bddc ;_eaff ._adca =_gdd ;_eaff ._afgg =ColorBlack ;_eaff ._befg =1.0; -return _eaff ;}; +// AppendColumn appends a column to the line items table. +func (_bbfg *Invoice )AppendColumn (description string )*InvoiceCell {_gcebd :=_bbfg .NewColumn (description );_bbfg ._gbbc =append (_bbfg ._gbbc ,_gcebd );return _gcebd ;}; -// ConvertToBinary converts current image data into binary (Bi-level image) format. -// If provided image is RGB or GrayScale the function converts it into binary image -// using histogram auto threshold method. -func (_becf *Image )ConvertToBinary ()error {return _becf ._cgdfb .ConvertToBinary ()};type marginDrawable interface{VectorDrawable ;GetMargins ()(float64 ,float64 ,float64 ,float64 );}; +// Finalize renders all blocks to the creator pages. In addition, it takes care +// of adding headers and footers, as well as generating the front page, +// table of contents and outlines. +// Finalize is automatically called before writing the document out. Calling the +// method manually can be useful when adding external pages to the creator, +// using the AddPage method, as it renders all creator blocks to the added +// pages, without having to write the document out. +// NOTE: TOC and outlines are generated only if the AddTOC and AddOutlines +// fields of the creator are set to true (enabled by default). Furthermore, TOCs +// and outlines without content are skipped. TOC and outline content is +// added automatically when using the chapter component. TOCs and outlines can +// also be set externally, using the SetTOC and SetOutlineTree methods. +// Finalize should only be called once, after all draw calls have taken place, +// as it will return immediately if the creator instance has been finalized. +func (_eeda *Creator )Finalize ()error {if _eeda ._gbg {return nil ;};_cagc :=len (_eeda ._bee );_dde :=0;if _eeda ._bbde !=nil {_abf :=*_eeda ;_eeda ._bee =nil ;_eeda ._cafc =nil ;_eeda .initContext ();_ddd :=FrontpageFunctionArgs {PageNum :1,TotalPages :_cagc }; +_eeda ._bbde (_ddd );_dde +=len (_eeda ._bee );_eeda ._bee =_abf ._bee ;_eeda ._cafc =_abf ._cafc ;};if _eeda .AddTOC {_eeda .initContext ();_eeda ._ecfb .Page =_dde +1;if _eeda .CustomTOC &&_eeda ._bef !=nil {_bca :=*_eeda ;_eeda ._bee =nil ;_eeda ._cafc =nil ; +if _acdae :=_eeda ._bef (_eeda ._dda );_acdae !=nil {return _acdae ;};_dde +=len (_eeda ._bee );_eeda ._bee =_bca ._bee ;_eeda ._cafc =_bca ._cafc ;}else {if _eeda ._bef !=nil {if _edeg :=_eeda ._bef (_eeda ._dda );_edeg !=nil {return _edeg ;};};_feg ,_ ,_gfdd :=_eeda ._dda .GeneratePageBlocks (_eeda ._ecfb ); +if _gfdd !=nil {_ca .Log .Debug ("\u0046\u0061i\u006c\u0065\u0064\u0020\u0074\u006f\u0020\u0067\u0065\u006e\u0065\u0072\u0061\u0074\u0065\u0020\u0062\u006c\u006f\u0063\u006b\u0073: \u0025\u0076",_gfdd );return _gfdd ;};_dde +=len (_feg );};_eagg :=_eeda ._dda .Lines (); +for _ ,_bdcc :=range _eagg {_ebad ,_bbdd :=_fd .Atoi (_bdcc .Page .Text );if _bbdd !=nil {continue ;};_bdcc .Page .Text =_fd .Itoa (_ebad +_dde );_bdcc ._bfabf +=int64 (_dde );};};_daee :=false ;var _adgf []*_gd .PdfPage ;if _eeda ._bbde !=nil {_fge :=*_eeda ; +_eeda ._bee =nil ;_eeda ._cafc =nil ;_cgdg :=FrontpageFunctionArgs {PageNum :1,TotalPages :_cagc };_eeda ._bbde (_cgdg );_cagc +=len (_eeda ._bee );_adgf =_eeda ._bee ;_eeda ._bee =append (_eeda ._bee ,_fge ._bee ...);_eeda ._cafc =_fge ._cafc ;_daee =true ; +};var _cec []*_gd .PdfPage ;if _eeda .AddTOC {_eeda .initContext ();if _eeda .CustomTOC &&_eeda ._bef !=nil {_adbcc :=*_eeda ;_eeda ._bee =nil ;_eeda ._cafc =nil ;if _ggbgg :=_eeda ._bef (_eeda ._dda );_ggbgg !=nil {_ca .Log .Debug ("\u0045r\u0072\u006f\u0072\u0020\u0067\u0065\u006e\u0065\u0072\u0061\u0074i\u006e\u0067\u0020\u0054\u004f\u0043\u003a\u0020\u0025\u0076",_ggbgg ); +return _ggbgg ;};_cec =_eeda ._bee ;_cagc +=len (_cec );_eeda ._bee =_adbcc ._bee ;_eeda ._cafc =_adbcc ._cafc ;}else {if _eeda ._bef !=nil {if _ecgb :=_eeda ._bef (_eeda ._dda );_ecgb !=nil {_ca .Log .Debug ("\u0045r\u0072\u006f\u0072\u0020\u0067\u0065\u006e\u0065\u0072\u0061\u0074i\u006e\u0067\u0020\u0054\u004f\u0043\u003a\u0020\u0025\u0076",_ecgb ); +return _ecgb ;};};_bggf ,_ ,_ :=_eeda ._dda .GeneratePageBlocks (_eeda ._ecfb );for _ ,_acdd :=range _bggf {_acdd .SetPos (0,0);_cagc ++;_bgbcg :=_eeda .newPage ();_cec =append (_cec ,_bgbcg );_eeda .setActivePage (_bgbcg );_eeda .Draw (_acdd );};};if _daee {_edec :=_adgf ; +_afff :=_eeda ._bee [len (_adgf ):];_eeda ._bee =append ([]*_gd .PdfPage {},_edec ...);_eeda ._bee =append (_eeda ._bee ,_cec ...);_eeda ._bee =append (_eeda ._bee ,_afff ...);}else {_eeda ._bee =append (_cec ,_eeda ._bee ...);};};if _eeda ._eagf !=nil &&_eeda .AddOutlines {var _gdcb func (_efbc *_gd .OutlineItem ); +_gdcb =func (_afdc *_gd .OutlineItem ){_afdc .Dest .Page +=int64 (_dde );if _affg :=int (_afdc .Dest .Page );_affg >=0&&_affg < len (_eeda ._bee ){_afdc .Dest .PageObj =_eeda ._bee [_affg ].GetPageAsIndirectObject ();}else {_ca .Log .Debug ("\u0057\u0041R\u004e\u003a\u0020\u0063\u006f\u0075\u006c\u0064\u0020\u006e\u006f\u0074\u0020\u0067\u0065\u0074\u0020\u0070\u0061\u0067\u0065\u0020\u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0065\u0072\u0020\u0066\u006f\u0072\u0020\u0070\u0061\u0067\u0065\u0020\u0025\u0064",_affg ); +};_afdc .Dest .Y =_eeda ._defa -_afdc .Dest .Y ;_cgaa :=_afdc .Items ();for _ ,_ggfab :=range _cgaa {_gdcb (_ggfab );};};_facd :=_eeda ._eagf .Items ();for _ ,_egda :=range _facd {_gdcb (_egda );};if _eeda .AddTOC {var _cdb int ;if _daee {_cdb =len (_adgf ); +};_bade :=_gd .NewOutlineDest (int64 (_cdb ),0,_eeda ._defa );if _cdb >=0&&_cdb < len (_eeda ._bee ){_bade .PageObj =_eeda ._bee [_cdb ].GetPageAsIndirectObject ();}else {_ca .Log .Debug ("\u0057\u0041R\u004e\u003a\u0020\u0063\u006f\u0075\u006c\u0064\u0020\u006e\u006f\u0074\u0020\u0067\u0065\u0074\u0020\u0070\u0061\u0067\u0065\u0020\u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0065\u0072\u0020\u0066\u006f\u0072\u0020\u0070\u0061\u0067\u0065\u0020\u0025\u0064",_cdb ); +};_eeda ._eagf .Insert (0,_gd .NewOutlineItem ("\u0054\u0061\u0062\u006c\u0065\u0020\u006f\u0066\u0020\u0043\u006f\u006et\u0065\u006e\u0074\u0073",_bade ));};};for _afce ,_cbeg :=range _eeda ._bee {_eeda .setActivePage (_cbeg );if _eeda ._bdfe !=nil {_bgfef ,_beee ,_faff :=_cbeg .Size (); +if _faff !=nil {return _faff ;};_fdgd :=PageFinalizeFunctionArgs {PageNum :_afce +1,PageWidth :_bgfef ,PageHeight :_beee ,TOCPages :len (_cec ),TotalPages :_cagc };if _cddc :=_eeda ._bdfe (_fdgd );_cddc !=nil {_ca .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a \u0070\u0061\u0067\u0065\u0020\u0066\u0069\u006e\u0061\u006c\u0069\u007a\u0065 \u0063\u0061\u006c\u006c\u0062\u0061\u0063k\u003a\u0020\u0025\u0076",_cddc ); +return _cddc ;};};if _eeda ._eee !=nil {_dgfd :=NewBlock (_eeda ._baec ,_eeda ._gffac .Top );_dggg :=HeaderFunctionArgs {PageNum :_afce +1,TotalPages :_cagc };_eeda ._eee (_dgfd ,_dggg );_dgfd .SetPos (0,0);if _gaa :=_eeda .Draw (_dgfd );_gaa !=nil {_ca .Log .Debug ("\u0045R\u0052\u004f\u0052\u003a \u0064\u0072\u0061\u0077\u0069n\u0067 \u0068e\u0061\u0064\u0065\u0072\u003a\u0020\u0025v",_gaa ); +return _gaa ;};};if _eeda ._fdc !=nil {_edgc :=NewBlock (_eeda ._baec ,_eeda ._gffac .Bottom );_gfda :=FooterFunctionArgs {PageNum :_afce +1,TotalPages :_cagc };_eeda ._fdc (_edgc ,_gfda );_edgc .SetPos (0,_eeda ._defa -_edgc ._ad );if _eea :=_eeda .Draw (_edgc ); +_eea !=nil {_ca .Log .Debug ("\u0045R\u0052\u004f\u0052\u003a \u0064\u0072\u0061\u0077\u0069n\u0067 \u0066o\u006f\u0074\u0065\u0072\u003a\u0020\u0025v",_eea );return _eea ;};};_eeee ,_ggbb :=_eeda ._gaf [_cbeg ];if _edd ,_badfa :=_eeda ._fafg [_cbeg ]; +_badfa {if _ggbb {_eeee .transformBlock (_edd );};if _ecgbd :=_edd .drawToPage (_cbeg );_ecgbd !=nil {_ca .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a \u0064\u0072\u0061\u0077\u0069\u006e\u0067\u0020\u0070\u0061\u0067\u0065\u0020%\u0064\u0020\u0062\u006c\u006f\u0063\u006bs\u003a\u0020\u0025\u0076",_afce +1,_ecgbd ); +return _ecgbd ;};};if _ggbb {if _gcfae :=_eeee .transformPage (_cbeg );_gcfae !=nil {_ca .Log .Debug ("E\u0052\u0052\u004f\u0052\u003a\u0020c\u006f\u0075\u006c\u0064\u0020\u006eo\u0074\u0020\u0074\u0072\u0061\u006e\u0073f\u006f\u0072\u006d\u0020\u0070\u0061\u0067\u0065\u003a\u0020%\u0076",_gcfae ); +return _gcfae ;};};};_eeda ._gbg =true ;return nil ;};func (_eaggb *Image )makeXObject ()error {_gggc ,_agfef :=_gd .NewXObjectImageFromImageLazy (_eaggb ._dgaaf ,nil ,_eaggb ._bdeb ,_eaggb ._bfbd );if _agfef !=nil {_ca .Log .Error ("\u0046\u0061\u0069le\u0064\u0020\u0074\u006f\u0020\u0063\u0072\u0065\u0061t\u0065 \u0078o\u0062j\u0065\u0063\u0074\u0020\u0069\u006d\u0061\u0067\u0065\u003a\u0020\u0025\u0073",_agfef ); +return _agfef ;};_eaggb ._cbaag =_gggc ;return nil ;}; -// SetPos sets the Block's positioning to absolute mode with the specified coordinates. -func (_ca *Block )SetPos (x ,y float64 ){_ca ._ad =PositionAbsolute ;_ca ._bf =x ;_ca ._cbe =y };const (HorizontalAlignmentLeft HorizontalAlignment =iota ;HorizontalAlignmentCenter ;HorizontalAlignmentRight ;); +// SetWidth sets the the Paragraph width. This is essentially the wrapping width, +// i.e. the width the text can extend to prior to wrapping over to next line. +func (_cacbb *StyledParagraph )SetWidth (width float64 ){_cacbb ._cbcb =width ;_cacbb .wrapText ()}; -// SetBorderColor sets the border color. -func (_bbdbb *Polygon )SetBorderColor (color Color ){_bbdbb ._acdc .BorderColor =_cfcee (color )}; +// SetMarkedContentID sets marked content ID. +func (_agfe *Curve )SetMarkedContentID (mcid int64 )*_gd .KDict {_agfe ._dffa =&mcid ;_gffc :=_gd .NewKDictionary ();_gffc .S =_be .MakeName (_gd .StructureTypeFigure );_gffc .K =_be .MakeInteger (mcid );return _gffc ;}; -// SetFitMode sets the fit mode of the ellipse. +// SetAnnotation sets an annotation on a TextChunk, +// this will replace any existing annotation that has been set. +// Supplying a nil value as parameter would clear all the annotations. +func (_bebad *TextChunk )SetAnnotation (annotation *_gd .PdfAnnotation ){if annotation ==nil {_bebad .ClearAnnotations ();}else {_bebad ._bcfe =[]*_gd .PdfAnnotation {annotation };};}; + +// SetLineWidth sets the line width. +func (_dbbd *Line )SetLineWidth (width float64 ){_dbbd ._adcb =width }; + +// AddLine appends a new line to the invoice line items table. +func (_egdd *Invoice )AddLine (values ...string )[]*InvoiceCell {_cegfd :=len (_egdd ._gbbc );var _caab []*InvoiceCell ;for _gcebdg ,_abbd :=range values {_fabb :=_egdd .newCell (_abbd ,_egdd ._ddce );if _gcebdg < _cegfd {_fabb .Alignment =_egdd ._gbbc [_gcebdg ].Alignment ; +};_caab =append (_caab ,_fabb );};_egdd ._gdfd =append (_egdd ._gdfd ,_caab );return _caab ;};func _bcecf (_dfag ,_gcddg ,_eacb float64 )(_gfff ,_fbcgf ,_fabda ,_gdad float64 ){if _eacb ==0{return 0,0,_dfag ,_gcddg ;};_ecfcd :=_ddb .Path {Points :[]_ddb .Point {_ddb .NewPoint (0,0).Rotate (_eacb ),_ddb .NewPoint (_dfag ,0).Rotate (_eacb ),_ddb .NewPoint (0,_gcddg ).Rotate (_eacb ),_ddb .NewPoint (_dfag ,_gcddg ).Rotate (_eacb )}}.GetBoundingBox (); +return _ecfcd .X ,_ecfcd .Y ,_ecfcd .Width ,_ecfcd .Height ;}; + +// NewInvoice returns an instance of an empty invoice. +func (_dfacb *Creator )NewInvoice ()*Invoice {_gffb :=_dfacb .NewTextStyle ();_gffb .Font =_dfacb ._gafc ;return _ccbgg (_dfacb .NewTextStyle (),_gffb );};func _gfged (_eafce *templateProcessor ,_dccbc *templateNode )(interface{},error ){return _eafce .parseListMarker (_dccbc ); +};type pageTransformations struct{_agce *_cbe .Matrix ;_fgfca bool ;_gfega bool ;}; + +// SetFitMode sets the fit mode of the rectangle. // NOTE: The fit mode is only applied if relative positioning is used. -func (_fdc *Ellipse )SetFitMode (fitMode FitMode ){_fdc ._eddea =fitMode }; +func (_ggdee *Rectangle )SetFitMode (fitMode FitMode ){_ggdee ._dfgc =fitMode }; -// TOC returns the table of contents component of the creator. -func (_ceda *Creator )TOC ()*TOC {return _ceda ._aac };func (_edeb *Creator )getActivePage ()*_fgd .PdfPage {if _edeb ._eda ==nil {if len (_edeb ._egfb )==0{return nil ;};return _edeb ._egfb [len (_edeb ._egfb )-1];};return _edeb ._eda ;}; +// SetLineOpacity sets the line opacity. +func (_bfeb *Polyline )SetLineOpacity (opacity float64 ){_bfeb ._aegga =opacity }; -// SetStyle sets the style for all the line components: number, title, -// separator, page. -func (_acbfd *TOCLine )SetStyle (style TextStyle ){_acbfd .Number .Style =style ;_acbfd .Title .Style =style ;_acbfd .Separator .Style =style ;_acbfd .Page .Style =style ;}; +// SetBorderColor sets border color of the rectangle. +func (_cgcbf *Rectangle )SetBorderColor (col Color ){_cgcbf ._aagf =col };func _gfdba (_afdcd *templateProcessor ,_egeeb *templateNode )(interface{},error ){return _afdcd .parseStyledParagraph (_egeeb );}; -// Lazy gets the lazy mode for the image. -func (_gffb *Image )Lazy ()bool {return _gffb ._faeda }; +// CellBorderStyle defines the table cell's border style. +type CellBorderStyle int ; -// Height returns the height of the graphic svg. -func (_dbec *GraphicSVG )Height ()float64 {return _dbec ._dgccb .Height }; +// SetSellerAddress sets the seller address of the invoice. +func (_cdgfc *Invoice )SetSellerAddress (address *InvoiceAddress ){_cdgfc ._afbf =address }; -// SetBackground sets the background properties of the component. -func (_gebgg *Division )SetBackground (background *Background ){_gebgg ._agecb =background };func _bdgfg (_bffa *Creator ,_ggbdc _gg .Reader ,_ddab interface{},_dfca *TemplateOptions ,_gccdd componentRenderer )error {if _bffa ==nil {_fec .Log .Error ("\u0043\u0072\u0065a\u0074\u006f\u0072\u0020i\u006e\u0073\u0074\u0061\u006e\u0063\u0065 \u0063\u0061\u006e\u006e\u006f\u0074\u0020\u0062\u0065\u0020\u006e\u0069\u006c\u002e"); -return _cbgfd ;};_fccb :="";if _ffgfe ,_geeff :=_ggbdc .(*_b .File );_geeff {_fccb =_ffgfe .Name ();};_bebed :=_c .NewBuffer (nil );if _ ,_gaaa :=_gg .Copy (_bebed ,_ggbdc );_gaaa !=nil {return _gaaa ;};_eegeb :=_g .FuncMap {"\u0064\u0069\u0063\u0074":_dgcef ,"\u0061\u0064\u0064":_gadda ,"\u0061\u0072\u0072a\u0079":_faad ,"\u0065\u0078\u0074\u0065\u006e\u0064\u0044\u0069\u0063\u0074":_fegbd ,"\u006da\u006b\u0065\u0053\u0065\u0071":_cbcc }; -if _dfca !=nil &&_dfca .HelperFuncMap !=nil {for _fbde ,_ceaf :=range _dfca .HelperFuncMap {if _ ,_dgce :=_eegeb [_fbde ];_dgce {_fec .Log .Debug ("\u0043\u0061\u006e\u006e\u006f\u0074 \u006f\u0076\u0065r\u0072\u0069\u0064e\u0020\u0062\u0075\u0069\u006c\u0074\u002d\u0069\u006e\u0020`\u0025\u0073\u0060\u0020\u0068el\u0070\u0065\u0072\u0020\u0066\u0075\u006e\u0063\u0074\u0069\u006f\u006e\u002e\u0020\u0053\u006b\u0069\u0070\u0070\u0069\u006e\u0067\u002e",_fbde ); -continue ;};_eegeb [_fbde ]=_ceaf ;};};_adgfd ,_gaae :=_g .New ("").Funcs (_eegeb ).Parse (_bebed .String ());if _gaae !=nil {return _gaae ;};if _dfca !=nil &&_dfca .SubtemplateMap !=nil {for _agdgf ,_gfgdb :=range _dfca .SubtemplateMap {if _agdgf ==""{_fec .Log .Debug ("\u0053\u0075\u0062\u0074\u0065\u006d\u0070\u006c\u0061\u0074\u0065\u0020\u006e\u0061\u006d\u0065\u0020\u0063\u0061\u006en\u006f\u0074\u0020\u0062\u0065\u0020\u0065\u006d\u0070\u0074\u0079\u002e\u0020\u0053\u006b\u0069\u0070\u0070\u0069\u006e\u0067.\u0020\u004f\u0075\u0074\u0070\u0075\u0074\u0020\u006d\u0061\u0079\u0020\u0062\u0065 \u0069\u006e\u0063o\u0072\u0072\u0065\u0063\u0074\u002e"); -continue ;};if _gfgdb ==nil {_fec .Log .Debug ("S\u0075\u0062t\u0065\u006d\u0070\u006c\u0061\u0074\u0065\u0020\u0063\u006f\u006e\u0074\u0065\u006e\u0074\u0020\u0063\u0061\u006e\u006eo\u0074\u0020\u0062\u0065\u0020\u006e\u0069\u006c\u002e\u0020\u0053\u006b\u0069\u0070\u0070\u0069n\u0067\u002e\u0020\u004f\u0075\u0074\u0070\u0075\u0074\u0020\u006d\u0061\u0079 \u0062\u0065\u0020\u0069\u006e\u0063\u006f\u0072\u0072\u0065\u0063t\u002e"); -continue ;};_bcdb :=_c .NewBuffer (nil );if _ ,_ggcff :=_gg .Copy (_bcdb ,_gfgdb );_ggcff !=nil {return _ggcff ;};if _ ,_gaeaa :=_adgfd .New (_agdgf ).Parse (_bcdb .String ());_gaeaa !=nil {return _gaeaa ;};};};_bebed .Reset ();if _ccgcf :=_adgfd .Execute (_bebed ,_ddab ); -_ccgcf !=nil {return _ccgcf ;};return _bbdg (_bffa ,_fccb ,_bebed .Bytes (),_dfca ,_gccdd ).run ();}; +// SetLanguageIdentifier sets the language identifier for the paragraph. +func (_fcdag *StyledParagraph )SetLanguageIdentifier (id string ){_fcdag ._abce =id }; -// SetMarkedContentID sets marked content ID. -func (_aggbd *GraphicSVG )SetMarkedContentID (mcid int64 )*_fgd .KDict {_aggbd ._bdae =&mcid ;_bcga :=_fgd .NewKDictionary ();_bcga .S =_bc .MakeName (_fgd .StructureTypeFigure );_bcga .K =_bc .MakeInteger (mcid );return _bcga ;}; +// TitleStyle returns the style properties used to render the invoice title. +func (_bcaba *Invoice )TitleStyle ()TextStyle {return _bcaba ._fcbed };func _cbgg (_ccbe *Table ,_edfea DrawContext )([]*Block ,DrawContext ,error ){var _dgde []*Block ;_ceaaac :=NewBlock (_edfea .PageWidth ,_edfea .PageHeight );_ccbe .updateRowHeights (_edfea .Width -_ccbe ._ccecg .Left -_ccbe ._ccecg .Right ); +_befb :=_ccbe ._ccecg .Top ;if _ccbe ._ccdf .IsRelative ()&&!_ccbe ._ebcgb {_begf :=_ccbe .Height ();if _begf > _edfea .Height -_ccbe ._ccecg .Top &&_begf <=_edfea .PageHeight -_edfea .Margins .Top -_edfea .Margins .Bottom {_dgde =[]*Block {NewBlock (_edfea .PageWidth ,_edfea .PageHeight -_edfea .Y )}; +var _eafdc error ;if _ ,_edfea ,_eafdc =_addgg ().GeneratePageBlocks (_edfea );_eafdc !=nil {return nil ,_edfea ,_eafdc ;};_befb =0;};};_aega :=_edfea ;if _ccbe ._ccdf .IsAbsolute (){_edfea .X =_ccbe ._dece ;_edfea .Y =_ccbe ._aeff ;}else {_edfea .X +=_ccbe ._ccecg .Left ; +_edfea .Y +=_befb ;_edfea .Width -=_ccbe ._ccecg .Left +_ccbe ._ccecg .Right ;_edfea .Height -=_befb ;};_cbdg :=_edfea .Width ;_cbfaa :=_edfea .X ;_dace :=_edfea .Y ;_cddg :=_edfea .Height ;_ddeab :=0;_fecd ,_debef :=-1,-1;if _ccbe ._fbbbb {for _caaba ,_bggd :=range _ccbe ._gedg {if _bggd ._fgcga < _ccbe ._bccfd {continue ; +};if _bggd ._fgcga > _ccbe ._deceb {break ;};if _fecd < 0{_fecd =_caaba ;};_debef =_caaba ;};};if _gfbad :=_ccbe .wrapContent (_edfea );_gfbad !=nil {return nil ,_edfea ,_gfbad ;};_ccbe .updateRowHeights (_edfea .Width -_ccbe ._ccecg .Left -_ccbe ._ccecg .Right ); +var (_gfbb bool ;_cebcg int ;_egdad int ;_bbfce bool ;_acbbc int ;_egab error ;);for _aadfb :=0;_aadfb < len (_ccbe ._gedg );_aadfb ++{_dbed :=_ccbe ._gedg [_aadfb ];if _gcebf ,_dfbe :=_ccbe .getLastCellFromCol (_dbed ._gggbbd );_gcebf ==_aadfb {if (_dfbe ._fgcga +_dfbe ._edegf -1)< _ccbe ._addf {for _ccgd :=_dbed ._fgcga ; +_ccgd < _ccbe ._addf ;_ccgd ++{_afgdc :=&TableCell {};_afgdc ._fgcga =_ccgd +1;_afgdc ._edegf =1;_afgdc ._gggbbd =_dbed ._gggbbd ;_ccbe ._gedg =append (_ccbe ._gedg ,_afgdc );};};};_dfbbg :=_dbed .width (_ccbe ._faae ,_cbdg );_dbfa :=float64 (0.0);for _dfgb :=0; +_dfgb < _dbed ._gggbbd -1;_dfgb ++{_dbfa +=_ccbe ._faae [_dfgb ]*_cbdg ;};_eddaf :=float64 (0.0);for _cbgdb :=_ddeab ;_cbgdb < _dbed ._fgcga -1;_cbgdb ++{_eddaf +=_ccbe ._gadc [_cbgdb ];};_edfea .Height =_cddg -_eddaf ;_abbea :=float64 (0.0);for _dbbgd :=0; +_dbbgd < _dbed ._edegf ;_dbbgd ++{_abbea +=_ccbe ._gadc [_dbed ._fgcga +_dbbgd -1];};_ffcf :=_bbfce &&_dbed ._fgcga !=_acbbc ;_acbbc =_dbed ._fgcga ;if _ffcf ||_abbea > _edfea .Height {if _ccbe ._ffeag &&!_bbfce {_bbfce ,_egab =_ccbe .wrapRow (_aadfb ,_edfea ,_cbdg ); +if _egab !=nil {return nil ,_edfea ,_egab ;};if _bbfce {_aadfb --;continue ;};};_dgde =append (_dgde ,_ceaaac );_ceaaac =NewBlock (_edfea .PageWidth ,_edfea .PageHeight );_cbfaa =_edfea .Margins .Left +_ccbe ._ccecg .Left ;_dace =_edfea .Margins .Top ; +_edfea .Height =_edfea .PageHeight -_edfea .Margins .Top -_edfea .Margins .Bottom ;_edfea .Page ++;_cddg =_edfea .Height ;_ddeab =_dbed ._fgcga -1;_eddaf =0;_bbfce =false ;if _ccbe ._fbbbb &&_fecd >=0{_cebcg =_aadfb ;_aadfb =_fecd -1;_egdad =_ddeab ;_ddeab =_ccbe ._bccfd -1; +_gfbb =true ;if _dbed ._edegf > (_ccbe ._addf -_acbbc )||(_dbed ._edegf > 1&&_aadfb < 0){_ca .Log .Debug ("\u0054a\u0062\u006ce\u0020\u0068\u0065a\u0064\u0065\u0072\u0020\u0072\u006f\u0077s\u0070\u0061\u006e\u0020\u0065\u0078c\u0065\u0065\u0064\u0073\u0020\u0061\u0076\u0061\u0069\u006c\u0061b\u006c\u0065\u0020\u0073\u0070\u0061\u0063\u0065\u002e"); +_gfbb =false ;_fecd ,_debef =-1,-1;};continue ;};if _ffcf {_aadfb --;continue ;};};_edfea .Width =_dfbbg ;_edfea .X =_cbfaa +_dbfa ;_edfea .Y =_dace +_eddaf ;if _abbea > _edfea .PageHeight -_edfea .Margins .Top -_edfea .Margins .Bottom {_abbea =_edfea .PageHeight -_edfea .Margins .Top -_edfea .Margins .Bottom ; +};_faede :=_gdgf (_edfea .X ,_edfea .Y ,_dfbbg ,_abbea );if _dbed ._ceege !=nil {_faede .SetFillColor (_dbed ._ceege );};_faede .LineStyle =_dbed ._aecgdc ;_faede ._fgfc =_dbed ._bddcf ;_faede ._cbgf =_dbed ._deef ;_faede ._gdgg =_dbed ._gcccg ;_faede ._dcd =_dbed ._dgag ; +if _dbed ._edgac !=nil {_faede .SetColorLeft (_dbed ._edgac );};if _dbed ._daea !=nil {_faede .SetColorBottom (_dbed ._daea );};if _dbed ._cada !=nil {_faede .SetColorRight (_dbed ._cada );};if _dbed ._agcef !=nil {_faede .SetColorTop (_dbed ._agcef ); +};_faede .SetWidthBottom (_dbed ._acdc );_faede .SetWidthLeft (_dbed ._debdc );_faede .SetWidthRight (_dbed ._gecc );_faede .SetWidthTop (_dbed ._efec );_geea :=NewBlock (_ceaaac ._de ,_ceaaac ._ad );_fdgbd :=_ceaaac .Draw (_faede );if _fdgbd !=nil {_ca .Log .Debug ("\u0045R\u0052\u004f\u0052\u003a\u0020\u0025v",_fdgbd ); +};if _dbed ._bdea !=nil {_fgeg :=_dbed ._bdea .Width ();_caffd :=_dbed ._bdea .Height ();_fcee :=0.0;switch _dbde :=_dbed ._bdea .(type ){case *Paragraph :if _dbde ._abaa {_fgeg =_dbde .getMaxLineWidth ()/1000.0;};_bgfdd ,_edcd ,_ :=_dbde .getTextMetrics (); +_fcaec ,_aada :=_bgfdd *_dbde ._agdbb ,_edcd *_dbde ._agdbb ;_caffd =_caffd -_aada +_fcaec ;_fcee +=_fcaec -_aada ;_bdfba :=0.5;if _ccbe ._ggab {_bdfba =0.3;};switch _dbed ._bdcca {case CellVerticalAlignmentTop :_fcee +=_fcaec *_bdfba ;case CellVerticalAlignmentBottom :_fcee -=_fcaec *_bdfba ; +};_fgeg +=_dbde ._cgacg .Left +_dbde ._cgacg .Right ;_caffd +=_dbde ._cgacg .Top +_dbde ._cgacg .Bottom ;case *StyledParagraph :if _dbde ._egbgc {_fgeg =_dbde .getMaxLineWidth ()/1000.0;};_dbgee ,_abbcb ,_fefccd :=_dbde .getLineMetrics (0);_fdcba ,_cbda :=_dbgee *_dbde ._bcde ,_abbcb *_dbde ._bcde ; +if _dbde ._eeedb ==TextVerticalAlignmentCenter {_fcee =_cbda -(_abbcb +(_dbgee +_fefccd -_abbcb )/2+(_cbda -_abbcb )/2);};if len (_dbde ._ccae )==1{_caffd =_fdcba ;}else {_caffd =_caffd -_cbda +_fdcba ;};_fcee +=_fdcba -_cbda ;switch _dbed ._bdcca {case CellVerticalAlignmentTop :_fcee +=_fdcba *0.5; +case CellVerticalAlignmentBottom :_fcee -=_fdcba *0.5;};_fgeg +=_dbde ._affa .Left +_dbde ._affa .Right ;_caffd +=_dbde ._affa .Top +_dbde ._affa .Bottom ;case *Table :_fgeg =_dfbbg ;case *List :_fgeg =_dfbbg ;case *Division :_fgeg =_dfbbg ;case *Chart :_fgeg =_dfbbg ; +case *Line :_caffd +=_dbde ._cbeb .Top +_dbde ._cbeb .Bottom ;_fcee -=_dbde .Height ()/2;case *Image :_fgeg +=_dbde ._fcad .Left +_dbde ._fcad .Right ;_caffd +=_dbde ._fcad .Top +_dbde ._fcad .Bottom ;};switch _dbed ._bebbe {case CellHorizontalAlignmentLeft :_edfea .X +=_dbed ._adeb ; +_edfea .Width -=_dbed ._adeb ;case CellHorizontalAlignmentCenter :if _cgegb :=_dfbbg -_fgeg ;_cgegb > 0{_edfea .X +=_cgegb /2;_edfea .Width -=_cgegb /2;};case CellHorizontalAlignmentRight :if _dfbbg > _fgeg {_edfea .X =_edfea .X +_dfbbg -_fgeg -_dbed ._adeb ; +_edfea .Width -=_dbed ._adeb ;};};_fded :=_edfea .Y ;_efcd :=_edfea .Height ;_edfea .Y +=_fcee ;switch _dbed ._bdcca {case CellVerticalAlignmentTop :case CellVerticalAlignmentMiddle :if _dabab :=_abbea -_caffd ;_dabab > 0{_edfea .Y +=_dabab /2;_edfea .Height -=_dabab /2; +};case CellVerticalAlignmentBottom :if _abbea > _caffd {_edfea .Y =_edfea .Y +_abbea -_caffd ;_edfea .Height =_abbea ;};};_gffge :=_ceaaac .DrawWithContext (_dbed ._bdea ,_edfea );if _gffge !=nil {if _fc .Is (_gffge ,ErrContentNotFit )&&!_ffcf {_ceaaac =_geea ; +_ffcf =true ;_aadfb --;continue ;};_ca .Log .Debug ("\u0045R\u0052\u004f\u0052\u003a\u0020\u0025v",_gffge );};_edfea .Y =_fded ;_edfea .Height =_efcd ;};_edfea .Y +=_abbea ;_edfea .Height -=_abbea ;if _gfbb &&_aadfb +1> _debef {_dace +=_eddaf +_abbea ; +_cddg -=_abbea +_eddaf ;_ddeab =_egdad ;_aadfb =_cebcg -1;_gfbb =false ;};};_dgde =append (_dgde ,_ceaaac );if _ccbe ._ccdf .IsAbsolute (){return _dgde ,_aega ,nil ;};_edfea .X =_aega .X ;_edfea .Width =_aega .Width ;_edfea .Y +=_ccbe ._ccecg .Bottom ; +_edfea .Height -=_ccbe ._ccecg .Bottom ;return _dgde ,_edfea ,nil ;}; -// SetBorderRadius sets the radius of the rectangle corners. -func (_abge *Rectangle )SetBorderRadius (topLeft ,topRight ,bottomLeft ,bottomRight float64 ){_abge ._ggeb =topLeft ;_abge ._cbbc =topRight ;_abge ._ggfa =bottomLeft ;_abge ._gcefb =bottomRight ;}; +// SetMargins sets the margins of the ellipse. +// NOTE: ellipse margins are only applied if relative positioning is used. +func (_eccgae *Ellipse )SetMargins (left ,right ,top ,bottom float64 ){_eccgae ._dffg .Left =left ;_eccgae ._dffg .Right =right ;_eccgae ._dffg .Top =top ;_eccgae ._dffg .Bottom =bottom ;}; -// Chapter is used to arrange multiple drawables (paragraphs, images, etc) into a single section. -// The concept is the same as a book or a report chapter. -type Chapter struct{_gbf int ;_faed string ;_gfdf *Paragraph ;_agbc []Drawable ;_bdcd int ;_aee bool ;_aga bool ;_bda Positioning ;_cdgg ,_gdfg float64 ;_dbe Margins ;_cdee *Chapter ;_edc *TOC ;_agbcd *_fgd .Outline ;_bcaf *_fgd .OutlineItem ;_eedg uint ; -}; +// SetMargins sets the Block's left, right, top, bottom, margins. +func (_aca *Block )SetMargins (left ,right ,top ,bottom float64 ){_aca ._bc .Left =left ;_aca ._bc .Right =right ;_aca ._bc .Top =top ;_aca ._bc .Bottom =bottom ;};func _bdab (_gfedg *Block ,_dgbb *Image ,_gcab DrawContext )(DrawContext ,error ){_aaec :=_gcab ; +_adge :=1;_ddde :=_be .PdfObjectName (_f .Sprintf ("\u0049\u006d\u0067%\u0064",_adge ));for _gfedg ._fa .HasXObjectByName (_ddde ){_adge ++;_ddde =_be .PdfObjectName (_f .Sprintf ("\u0049\u006d\u0067%\u0064",_adge ));};_gbcg :=_gfedg ._fa .SetXObjectImageByNameLazy (_ddde ,_dgbb ._cbaag ,_dgbb ._bfbd ); +if _gbcg !=nil {return _gcab ,_gbcg ;};_gaee :=0;_aabd :=_be .PdfObjectName (_f .Sprintf ("\u0047\u0053\u0025\u0064",_gaee ));for _gfedg ._fa .HasExtGState (_aabd ){_gaee ++;_aabd =_be .PdfObjectName (_f .Sprintf ("\u0047\u0053\u0025\u0064",_gaee ));}; +_gagc :=_be .MakeDict ();_gagc .Set ("\u0042\u004d",_be .MakeName ("\u004e\u006f\u0072\u006d\u0061\u006c"));if _dgbb ._fgec < 1.0{_gagc .Set ("\u0043\u0041",_be .MakeFloat (_dgbb ._fgec ));_gagc .Set ("\u0063\u0061",_be .MakeFloat (_dgbb ._fgec ));};_gbcg =_gfedg ._fa .AddExtGState (_aabd ,_be .MakeIndirectObject (_gagc )); +if _gbcg !=nil {return _gcab ,_gbcg ;};_cgeg :=_dgbb .Width ();_gcddc :=_dgbb .Height ();_ ,_fdea :=_dgbb .rotatedSize ();_cdba :=_gcab .X ;_dbac :=_gcab .PageHeight -_gcab .Y -_gcddc ;if _dgbb ._dbafc .IsRelative (){_dbac -=(_fdea -_gcddc )/2;switch _dgbb ._ggaca {case HorizontalAlignmentCenter :_cdba +=(_gcab .Width -_cgeg )/2; +case HorizontalAlignmentRight :_cdba =_gcab .PageWidth -_gcab .Margins .Right -_dgbb ._fcad .Right -_cgeg ;};};_feba :=_dgbb ._afgb ;_ddeb :=_eag .NewContentCreator ();if _dgbb ._cebad !=nil {_ddeb .Add_BDC (*_be .MakeName (_gd .StructureTypeFigure ),map[string ]_be .PdfObject {"\u004d\u0043\u0049\u0044":_be .MakeInteger (*_dgbb ._cebad )}); +};_ddeb .Add_gs (_aabd );_ddeb .Translate (_cdba ,_dbac );if _feba !=0{_ddeb .Translate (_cgeg /2,_gcddc /2);_ddeb .RotateDeg (_feba );_ddeb .Translate (-_cgeg /2,-_gcddc /2);};_ddeb .Scale (_cgeg ,_gcddc ).Add_Do (_ddde );if _dgbb ._cebad !=nil {_ddeb .Add_EMC (); +};_bgad :=_ddeb .Operations ();_bgad .WrapIfNeeded ();_gfedg .addContents (_bgad );if _dgbb ._dbafc .IsRelative (){_gcab .Y +=_fdea ;_gcab .Height -=_fdea ;return _gcab ,nil ;};return _aaec ,nil ;}; -// GetMargins returns the left, right, top, bottom Margins. -func (_adgd *Table )GetMargins ()(float64 ,float64 ,float64 ,float64 ){return _adgd ._gbcea .Left ,_adgd ._gbcea .Right ,_adgd ._gbcea .Top ,_adgd ._gbcea .Bottom ;}; +// Paragraph represents text drawn with a specified font and can wrap across lines and pages. +// By default, it occupies the available width in the drawing context. +type Paragraph struct{_bcgag string ;_caccd *_gd .PdfFont ;_geac float64 ;_agdbb float64 ;_ebbg Color ;_eced TextAlignment ;_abaa bool ;_gba float64 ;_gdef int ;_aagb bool ;_ggc float64 ;_cgacg Margins ;_adfd Positioning ;_dagaa float64 ;_dcag float64 ; +_babg ,_bcadb float64 ;_beag []string ;_bafa *int64 ;_fbbdg string ;}; -// FitMode defines resizing options of an object inside a container. -type FitMode int ; +// IsAbsolute checks if the positioning is absolute. +func (_caga Positioning )IsAbsolute ()bool {return _caga ==PositionAbsolute }; -// SetColorTop sets border color for top. -func (_bbab *border )SetColorTop (col Color ){_bbab ._dfd =col }; +// GeneratePageBlocks draws the curve onto page blocks. +func (_bddb *Curve )GeneratePageBlocks (ctx DrawContext )([]*Block ,DrawContext ,error ){_dabd :=NewBlock (ctx .PageWidth ,ctx .PageHeight );_bcac :=_eag .NewContentCreator ();if _bddb ._dffa !=nil {_bcac .Add_BDC (*_be .MakeName (_gd .StructureTypeFigure ),map[string ]_be .PdfObject {"\u004d\u0043\u0049\u0044":_be .MakeInteger (*_bddb ._dffa )}); +};_bcac .Add_q ().Add_w (_bddb ._bdag ).SetStrokingColor (_fac (_bddb ._gffeeb )).Add_m (_bddb ._eded ,ctx .PageHeight -_bddb ._dbcd ).Add_v (_bddb ._efdba ,ctx .PageHeight -_bddb ._bacf ,_bddb ._ffea ,ctx .PageHeight -_bddb ._agefe ).Add_S ().Add_Q (); +if _bddb ._dffa !=nil {_bcac .Add_EMC ();};_cafbb :=_dabd .addContentsByString (_bcac .String ());if _cafbb !=nil {return nil ,ctx ,_cafbb ;};return []*Block {_dabd },ctx ,nil ;}; -// SetPadding sets the padding of the component. The padding represents -// inner margins which are applied around the contents of the division. -// The background of the component is not affected by its padding. -func (_ggga *Division )SetPadding (left ,right ,top ,bottom float64 ){_ggga ._gbga .Left =left ;_ggga ._gbga .Right =right ;_ggga ._gbga .Top =top ;_ggga ._gbga .Bottom =bottom ;}; +// SetBorderColor sets the border color. +func (_dbbg *CurvePolygon )SetBorderColor (color Color ){_dbbg ._fbff .BorderColor =_fac (color )}; -// SetMargins sets the margins of the component. The margins are applied -// around the division. -func (_deaf *Division )SetMargins (left ,right ,top ,bottom float64 ){_deaf ._ddfg .Left =left ;_deaf ._ddfg .Right =right ;_deaf ._ddfg .Top =top ;_deaf ._ddfg .Bottom =bottom ;};func (_cebf *RadialShading )shadingModel ()*_fgd .PdfShadingType3 {_ggbf ,_fcdc ,_bddfc :=_cebf ._dafd ._feac .ToRGB (); -var _dfbf _gga .Point ;switch _cebf ._effe {case AnchorBottomLeft :_dfbf =_gga .Point {X :_cebf ._bfgf .Llx ,Y :_cebf ._bfgf .Lly };case AnchorBottomRight :_dfbf =_gga .Point {X :_cebf ._bfgf .Urx ,Y :_cebf ._bfgf .Ury -_cebf ._bfgf .Height ()};case AnchorTopLeft :_dfbf =_gga .Point {X :_cebf ._bfgf .Llx ,Y :_cebf ._bfgf .Lly +_cebf ._bfgf .Height ()}; -case AnchorTopRight :_dfbf =_gga .Point {X :_cebf ._bfgf .Urx ,Y :_cebf ._bfgf .Ury };case AnchorLeft :_dfbf =_gga .Point {X :_cebf ._bfgf .Llx ,Y :_cebf ._bfgf .Lly +_cebf ._bfgf .Height ()/2};case AnchorTop :_dfbf =_gga .Point {X :_cebf ._bfgf .Llx +_cebf ._bfgf .Width ()/2,Y :_cebf ._bfgf .Ury }; -case AnchorRight :_dfbf =_gga .Point {X :_cebf ._bfgf .Urx ,Y :_cebf ._bfgf .Lly +_cebf ._bfgf .Height ()/2};case AnchorBottom :_dfbf =_gga .Point {X :_cebf ._bfgf .Urx +_cebf ._bfgf .Width ()/2,Y :_cebf ._bfgf .Lly };default:_dfbf =_gga .NewPoint (_cebf ._bfgf .Llx +_cebf ._bfgf .Width ()/2,_cebf ._bfgf .Lly +_cebf ._bfgf .Height ()/2); -};_adggb :=_cebf ._aeeeb ;_accg :=_cebf ._babf ;_fegc :=_dfbf .X +_cebf ._eccda ;_eaage :=_dfbf .Y +_cebf ._dagc ;if _adggb ==-1.0{_adggb =0.0;};if _accg ==-1.0{var _facf []float64 ;_ebgee :=_fc .Pow (_fegc -_cebf ._bfgf .Llx ,2)+_fc .Pow (_eaage -_cebf ._bfgf .Lly ,2); -_facf =append (_facf ,_fc .Abs (_ebgee ));_dgcg :=_fc .Pow (_fegc -_cebf ._bfgf .Llx ,2)+_fc .Pow (_cebf ._bfgf .Lly +_cebf ._bfgf .Height ()-_eaage ,2);_facf =append (_facf ,_fc .Abs (_dgcg ));_dgffe :=_fc .Pow (_cebf ._bfgf .Urx -_fegc ,2)+_fc .Pow (_eaage -_cebf ._bfgf .Ury -_cebf ._bfgf .Height (),2); -_facf =append (_facf ,_fc .Abs (_dgffe ));_cdcda :=_fc .Pow (_cebf ._bfgf .Urx -_fegc ,2)+_fc .Pow (_cebf ._bfgf .Ury -_eaage ,2);_facf =append (_facf ,_fc .Abs (_cdcda ));_fd .Slice (_facf ,func (_dccbf ,_becg int )bool {return _dccbf > _becg });_accg =_fc .Sqrt (_facf [0]); -};_cace :=&_fgd .PdfRectangle {Llx :_fegc -_accg ,Lly :_eaage -_accg ,Urx :_fegc +_accg ,Ury :_eaage +_accg };_dgcfd :=_fgd .NewPdfShadingType3 ();_dgcfd .PdfShading .ShadingType =_bc .MakeInteger (3);_dgcfd .PdfShading .ColorSpace =_fgd .NewPdfColorspaceDeviceRGB (); -_dgcfd .PdfShading .Background =_bc .MakeArrayFromFloats ([]float64 {_ggbf ,_fcdc ,_bddfc });_dgcfd .PdfShading .BBox =_cace ;_dgcfd .PdfShading .AntiAlias =_bc .MakeBool (_cebf ._dafd ._ccea );_dgcfd .Coords =_bc .MakeArrayFromFloats ([]float64 {_fegc ,_eaage ,_adggb ,_fegc ,_eaage ,_accg }); -_dgcfd .Domain =_bc .MakeArrayFromFloats ([]float64 {0.0,1.0});_dgcfd .Extend =_bc .MakeArray (_bc .MakeBool (_cebf ._dafd ._fece [0]),_bc .MakeBool (_cebf ._dafd ._fece [1]));_dgcfd .Function =_cebf ._dafd .generatePdfFunctions ();return _dgcfd ;};func (_bcbc *Rectangle )applyFitMode (_cfbg float64 ){_cfbg -=_bcbc ._gagb .Left +_bcbc ._gagb .Right +_bcbc ._caeg ; -switch _bcbc ._aaab {case FitModeFillWidth :_bcbc .ScaleToWidth (_cfbg );};}; +// SetInline sets the inline mode of the division. +func (_facb *Division )SetInline (inline bool ){_facb ._dccc =inline };const (TextOverflowVisible TextOverflow =iota ;TextOverflowHidden ;); // SetVerticalAlignment set the cell's vertical alignment of content. // Can be one of: // - CellHorizontalAlignmentTop // - CellHorizontalAlignmentMiddle // - CellHorizontalAlignmentBottom -func (_becff *TableCell )SetVerticalAlignment (valign CellVerticalAlignment ){_becff ._bdfgg =valign }; +func (_dabeb *TableCell )SetVerticalAlignment (valign CellVerticalAlignment ){_dabeb ._bdcca =valign };func (_eegbe *Table )moveToNextAvailableCell ()int {_ebdad :=(_eegbe ._eaeec -1)%(_eegbe ._cafcb )+1;for {if _ebdad -1>=len (_eegbe ._gaad ){if _eegbe ._gaad [0]==0{return _ebdad ; +};_ebdad =1;}else if _eegbe ._gaad [_ebdad -1]==0{return _ebdad ;};_eegbe ._eaeec ++;_eegbe ._gaad [_ebdad -1]--;_ebdad ++;};}; -// SetMaxLines sets the maximum number of lines before the paragraph -// text is truncated. -func (_ecfb *Paragraph )SetMaxLines (maxLines int ){_ecfb ._dacad =maxLines ;_ecfb .wrapText ()};func (_ffc *Block )addContentsByString (_ga string )error {_cda :=_dg .NewContentStreamParser (_ga );_bca ,_ade :=_cda .Parse ();if _ade !=nil {return _ade ; -};_ffc ._cb .WrapIfNeeded ();_bca .WrapIfNeeded ();*_ffc ._cb =append (*_ffc ._cb ,*_bca ...);return nil ;}; +// NewParagraph creates a new text paragraph. +// Default attributes: +// Font: Helvetica, +// Font size: 10 +// Encoding: WinAnsiEncoding +// Wrap: enabled +// Text color: black +func (_ccccf *Creator )NewParagraph (text string )*Paragraph {return _dafab (text ,_ccccf .NewTextStyle ());};var (PageSizeA3 =PageSize {297*PPMM ,420*PPMM };PageSizeA4 =PageSize {210*PPMM ,297*PPMM };PageSizeA5 =PageSize {148*PPMM ,210*PPMM };PageSizeLetter =PageSize {8.5*PPI ,11*PPI }; +PageSizeLegal =PageSize {8.5*PPI ,14*PPI };); -// SetShowNumbering sets a flag to indicate whether or not to show chapter numbers as part of title. -func (_bada *Chapter )SetShowNumbering (show bool ){_bada ._aee =show ;_bada ._gfdf .SetText (_bada .headingText ());}; +// MultiColCell makes a new cell with the specified column span and inserts it +// into the table at the current position. +func (_fabfc *Table )MultiColCell (colspan int )*TableCell {return _fabfc .MultiCell (1,colspan )}; -// InvoiceAddress contains contact information that can be displayed -// in an invoice. It is used for the seller and buyer information in the -// invoice template. -type InvoiceAddress struct{Heading string ;Name string ;Street string ;Street2 string ;Zip string ;City string ;State string ;Country string ;Phone string ;Email string ; +// SetColumns overwrites any columns in the line items table. This should be +// called before AddLine. +func (_ceda *Invoice )SetColumns (cols []*InvoiceCell ){_ceda ._gbbc =cols }; -// Separator defines the separator between different address components, -// such as the city, state and zip code. It defaults to ", " when the -// field is an empty string. -Separator string ; +// SkipCells skips over a specified number of cells in the table. +func (_gabd *Table )SkipCells (num int ){if num < 0{_ca .Log .Debug ("\u0054\u0061\u0062\u006c\u0065:\u0020\u0063\u0061\u006e\u006e\u006f\u0074\u0020\u0073\u006b\u0069\u0070\u0020b\u0061\u0063\u006b\u0020\u0074\u006f\u0020\u0070\u0072\u0065\u0076\u0069\u006f\u0075\u0073\u0020\u0063\u0065\u006c\u006c\u0073"); +return ;};for _baee :=0;_baee < num ;_baee ++{_gabd .NewCell ();};}; -// If enabled, the Phone field label (`Phone: `) is not displayed. -HidePhoneLabel bool ; +// SetFillColor sets the fill color. +func (_gdgea *Polygon )SetFillColor (color Color ){_gdgea ._aafdc =color ;_gdgea ._dbfd .FillColor =_fac (color );}; -// If enabled, the Email field label (`Email: `) is not displayed. -HideEmailLabel bool ;}; +// MultiRowCell makes a new cell with the specified row span and inserts it +// into the table at the current position. +func (_bccg *Table )MultiRowCell (rowspan int )*TableCell {return _bccg .MultiCell (rowspan ,1)}; -// SetPositioning sets the positioning of the rectangle (absolute or relative). -func (_adda *Rectangle )SetPositioning (position Positioning ){_adda ._dfff =position }; +// SetBorderOpacity sets the border opacity. +func (_afacg *PolyBezierCurve )SetBorderOpacity (opacity float64 ){_afacg ._acfb =opacity }; -// GeneratePageBlocks draws the polygon on a new block representing the page. -// Implements the Drawable interface. -func (_cdca *Polygon )GeneratePageBlocks (ctx DrawContext )([]*Block ,DrawContext ,error ){_cfdc :=NewBlock (ctx .PageWidth ,ctx .PageHeight );_dbeab ,_dead :=_cfdc .setOpacity (_cdca ._afdf ,_cdca ._bgde );if _dead !=nil {return nil ,ctx ,_dead ;};_gabf :=_cdca ._acdc ; -_gabf .FillEnabled =_gabf .FillColor !=nil ;_gabf .BorderEnabled =_gabf .BorderColor !=nil &&_gabf .BorderWidth > 0;_dafaf :=_gabf .Points ;_bedd :=_fgd .PdfRectangle {};_ecfe :=false ;for _fgfd :=range _dafaf {for _baafe :=range _dafaf [_fgfd ]{_gbgac :=&_dafaf [_fgfd ][_baafe ]; -_gbgac .Y =ctx .PageHeight -_gbgac .Y ;if !_ecfe {_bedd .Llx =_gbgac .X ;_bedd .Lly =_gbgac .Y ;_bedd .Urx =_gbgac .X ;_bedd .Ury =_gbgac .Y ;_ecfe =true ;}else {_bedd .Llx =_fc .Min (_bedd .Llx ,_gbgac .X );_bedd .Lly =_fc .Min (_bedd .Lly ,_gbgac .Y ); -_bedd .Urx =_fc .Max (_bedd .Urx ,_gbgac .X );_bedd .Ury =_fc .Max (_bedd .Ury ,_gbgac .Y );};};};if _gabf .FillEnabled {_gcge :=_cacbe (_cfdc ,_cdca ._acdc .FillColor ,_cdca ._gcbdc ,func ()Rectangle {return Rectangle {_defb :_bedd .Llx ,_cdgf :_bedd .Lly ,_bcede :_bedd .Width (),_cggg :_bedd .Height ()}; -});if _gcge !=nil {return nil ,ctx ,_gcge ;};};_dgbg ,_ ,_dead :=_gabf .MarkedDraw (_dbeab ,_cdca ._fdbg );if _dead !=nil {return nil ,ctx ,_dead ;};if _dead =_cfdc .addContentsByString (string (_dgbg ));_dead !=nil {return nil ,ctx ,_dead ;};return []*Block {_cfdc },ctx ,nil ; -}; +// FooterFunctionArgs holds the input arguments to a footer drawing function. +// It is designed as a struct, so additional parameters can be added in the future with backwards +// compatibility. +type FooterFunctionArgs struct{PageNum int ;TotalPages int ;}; -// ScaleToHeight scale Image to a specified height h, maintaining the aspect ratio. -func (_abdg *Image )ScaleToHeight (h float64 ){_bgcfc :=_abdg ._ecfc /_abdg ._fegb ;_abdg ._fegb =h ;_abdg ._ecfc =h *_bgcfc ;};func (_eeeag *templateProcessor )parseBackground (_geaa *templateNode )(interface{},error ){_bfcgb :=&Background {};for _ ,_dbeb :=range _geaa ._adfdg .Attr {_gaefc :=_dbeb .Value ; -switch _cacgg :=_dbeb .Name .Local ;_cacgg {case "\u0066\u0069\u006c\u006c\u002d\u0063\u006f\u006c\u006f\u0072":_bfcgb .FillColor =_eeeag .parseColorAttr (_cacgg ,_gaefc );case "\u0062\u006f\u0072d\u0065\u0072\u002d\u0063\u006f\u006c\u006f\u0072":_bfcgb .BorderColor =_eeeag .parseColorAttr (_cacgg ,_gaefc ); -case "b\u006f\u0072\u0064\u0065\u0072\u002d\u0073\u0069\u007a\u0065":_bfcgb .BorderSize =_eeeag .parseFloatAttr (_cacgg ,_gaefc );case "\u0062\u006f\u0072\u0064\u0065\u0072\u002d\u0072\u0061\u0064\u0069\u0075\u0073":_gedgd ,_ecbcb ,_bbebe ,_fbea :=_eeeag .parseBorderRadiusAttr (_cacgg ,_gaefc ); -_bfcgb .SetBorderRadius (_gedgd ,_ecbcb ,_fbea ,_bbebe );case "\u0062\u006f\u0072\u0064er\u002d\u0074\u006f\u0070\u002d\u006c\u0065\u0066\u0074\u002d\u0072\u0061\u0064\u0069u\u0073":_bfcgb .BorderRadiusTopLeft =_eeeag .parseFloatAttr (_cacgg ,_gaefc ); -case "\u0062\u006f\u0072de\u0072\u002d\u0074\u006f\u0070\u002d\u0072\u0069\u0067\u0068\u0074\u002d\u0072\u0061\u0064\u0069\u0075\u0073":_bfcgb .BorderRadiusTopRight =_eeeag .parseFloatAttr (_cacgg ,_gaefc );case "\u0062o\u0072\u0064\u0065\u0072-\u0062\u006f\u0074\u0074\u006fm\u002dl\u0065f\u0074\u002d\u0072\u0061\u0064\u0069\u0075s":_bfcgb .BorderRadiusBottomLeft =_eeeag .parseFloatAttr (_cacgg ,_gaefc ); -case "\u0062\u006f\u0072\u0064\u0065\u0072\u002d\u0062\u006f\u0074\u0074o\u006d\u002d\u0072\u0069\u0067\u0068\u0074\u002d\u0072\u0061d\u0069\u0075\u0073":_bfcgb .BorderRadiusBottomRight =_eeeag .parseFloatAttr (_cacgg ,_gaefc );default:_eeeag .nodeLogDebug (_geaa ,"\u0055\u006e\u0073\u0075\u0070\u0070o\u0072\u0074\u0065\u0064\u0020\u0062\u0061\u0063\u006b\u0067\u0072\u006f\u0075\u006e\u0064\u0020\u0061\u0074\u0074\u0072i\u0062\u0075\u0074\u0065\u003a\u0020\u0060\u0025\u0073\u0060\u002e\u0020\u0053\u006bi\u0070p\u0069\u006e\u0067\u002e",_cacgg ); -};};return _bfcgb ,nil ;}; +// SetMargins sets the Chapter margins: left, right, top, bottom. +// Typically not needed as the creator's page margins are used. +func (_bgge *Chapter )SetMargins (left ,right ,top ,bottom float64 ){_bgge ._dfdg .Left =left ;_bgge ._dfdg .Right =right ;_bgge ._dfdg .Top =top ;_bgge ._dfdg .Bottom =bottom ;}; -// AddPatternResource adds pattern dictionary inside the resources dictionary. -func (_abfg *RadialShading )AddPatternResource (block *Block )(_ebade _bc .PdfObjectName ,_eegg error ){_abag :=1;_fdcc :=_bc .PdfObjectName ("\u0050"+_fg .Itoa (_abag ));for block ._dgd .HasPatternByName (_fdcc ){_abag ++;_fdcc =_bc .PdfObjectName ("\u0050"+_fg .Itoa (_abag )); -};if _dagb :=block ._dgd .SetPatternByName (_fdcc ,_abfg .ToPdfShadingPattern ().ToPdfObject ());_dagb !=nil {return "",_dagb ;};return _fdcc ,nil ;}; +// GetRowHeight returns the height of the specified row. +func (_cabe *Table )GetRowHeight (row int )(float64 ,error ){if row < 1||row > len (_cabe ._gadc ){return 0,_fc .New ("\u0072\u0061\u006e\u0067\u0065\u0020\u0063\u0068\u0065\u0063\u006b\u0020e\u0072\u0072\u006f\u0072");};return _cabe ._gadc [row -1],nil ; +}; -// AnchorPoint defines anchor point where the center position of the radial gradient would be calculated. -type AnchorPoint int ;func (_baba *TOCLine )getLineLink ()*_fgd .PdfAnnotation {if _baba ._ebaab <=0{return nil ;};return _cbdce (_baba ._ebaab -1,_baba ._beed ,_baba ._cdbff ,0);}; +// ScaleToWidth scales the rectangle to the specified width. The height of +// the rectangle is scaled so that the aspect ratio is maintained. +func (_bbcaf *Rectangle )ScaleToWidth (w float64 ){_gffab :=_bbcaf ._ddccd /_bbcaf ._dacdg ;_bbcaf ._dacdg =w ;_bbcaf ._ddccd =w *_gffab ;};func (_eafg *Division )split (_cffb DrawContext )(_ccgcc ,_cfa *Division ){var (_fbcf float64 ;_acfd ,_fbde []VectorDrawable ; +);_bdbba :=_cffb .Width -_eafg ._fceg .Left -_eafg ._fceg .Right -_eafg ._dcfb .Left -_eafg ._dcfb .Right ;for _edea ,_fdbg :=range _eafg ._cggf {_fbcf +=_ccac (_fdbg ,_bdbba );if _fbcf < _cffb .Height {_acfd =append (_acfd ,_fdbg );}else {_fbde =_eafg ._cggf [_edea :]; +break ;};};if len (_acfd )> 0{_ccgcc =_cfgb ();*_ccgcc =*_eafg ;_ccgcc ._cggf =_acfd ;if _eafg ._bacfc !=nil {_ccgcc ._bacfc =&Background {};*_ccgcc ._bacfc =*_eafg ._bacfc ;};};if len (_fbde )> 0{_cfa =_cfgb ();*_cfa =*_eafg ;_cfa ._cggf =_fbde ;if _eafg ._bacfc !=nil {_cfa ._bacfc =&Background {}; +*_cfa ._bacfc =*_eafg ._bacfc ;};};return _ccgcc ,_cfa ;}; -// SkipRows skips over a specified number of rows in the table. -func (_fbaba *Table )SkipRows (num int ){_bagd :=num *_fbaba ._afacb -1;if _bagd < 0{_fec .Log .Debug ("\u0054\u0061\u0062\u006c\u0065:\u0020\u0063\u0061\u006e\u006e\u006f\u0074\u0020\u0073\u006b\u0069\u0070\u0020b\u0061\u0063\u006b\u0020\u0074\u006f\u0020\u0070\u0072\u0065\u0076\u0069\u006f\u0075\u0073\u0020\u0063\u0065\u006c\u006c\u0073"); -return ;};for _eege :=0;_eege < _bagd ;_eege ++{_fbaba .NewCell ();};}; +// SetNotes sets the notes section of the invoice. +func (_cbdb *Invoice )SetNotes (title ,content string ){_cbdb ._cdbg =[2]string {title ,content }}; -// NewEllipse creates a new ellipse with the center at (`xc`, `yc`), -// having the specified width and height. -// NOTE: In relative positioning mode, `xc` and `yc` are calculated using the -// current context. Furthermore, when the fit mode is set to fill the available -// space, the ellipse is scaled so that it occupies the entire context width -// while maintaining the original aspect ratio. -func (_gcdc *Creator )NewEllipse (xc ,yc ,width ,height float64 )*Ellipse {return _becb (xc ,yc ,width ,height );};func _bcfa (_gggc *templateProcessor ,_dgadf *templateNode )(interface{},error ){return _gggc .parseRectangle (_dgadf );}; +// Sections returns the custom content sections of the invoice as +// title-content pairs. +func (_addgd *Invoice )Sections ()[][2]string {return _addgd ._dbef }; -// FitMode returns the fit mode of the ellipse. -func (_dffed *Ellipse )FitMode ()FitMode {return _dffed ._eddea }; +// GeneratePageBlocks generates the page blocks. Multiple blocks are generated +// if the contents wrap over multiple pages. Implements the Drawable interface. +func (_gggde *StyledParagraph )GeneratePageBlocks (ctx DrawContext )([]*Block ,DrawContext ,error ){_aadc :=ctx ;var _dfce []*Block ;_cggfa :=NewBlock (ctx .PageWidth ,ctx .PageHeight );if _gggde ._abab .IsRelative (){ctx .X +=_gggde ._affa .Left ;ctx .Y +=_gggde ._affa .Top ; +ctx .Width -=_gggde ._affa .Left +_gggde ._affa .Right ;ctx .Height -=_gggde ._affa .Top ;_gggde .SetWidth (ctx .Width );}else {if int (_gggde ._cbcb )<=0{_gggde .SetWidth (_gggde .getTextWidth ()/1000.0);};ctx .X =_gggde ._cabcd ;ctx .Y =_gggde ._ccde ; +};if _gggde ._bfbe !=nil {_gggde ._bfbe (_gggde ,ctx );};if _fcfd :=_gggde .wrapText ();_fcfd !=nil {return nil ,ctx ,_fcfd ;};_acfde :=_gggde ._ccae ;_gabaa :=0;for {_bddg ,_edgef ,_bdbfa :=_efca (_cggfa ,_gggde ,_acfde ,ctx );if _bdbfa !=nil {_ca .Log .Debug ("\u0045R\u0052\u004f\u0052\u003a\u0020\u0025v",_bdbfa ); +return nil ,ctx ,_bdbfa ;};ctx =_bddg ;_dfce =append (_dfce ,_cggfa );if _acfde =_edgef ;len (_edgef )==0{break ;};if len (_edgef )==_gabaa {return nil ,ctx ,_fc .New ("\u006e\u006f\u0074\u0020\u0065\u006e\u006f\u0075\u0067\u0068 \u0073\u0070\u0061\u0063\u0065\u0020\u0066o\u0072\u0020\u0070\u0061\u0072\u0061\u0067\u0072\u0061\u0070\u0068"); +};_cggfa =NewBlock (ctx .PageWidth ,ctx .PageHeight );ctx .Page ++;_bddg =ctx ;_bddg .Y =ctx .Margins .Top ;_bddg .X =ctx .Margins .Left +_gggde ._affa .Left ;_bddg .Height =ctx .PageHeight -ctx .Margins .Top -ctx .Margins .Bottom ;_bddg .Width =ctx .PageWidth -ctx .Margins .Left -ctx .Margins .Right -_gggde ._affa .Left -_gggde ._affa .Right ; +ctx =_bddg ;_gabaa =len (_edgef );};if _gggde ._abab .IsRelative (){ctx .Y +=_gggde ._affa .Bottom ;ctx .Height -=_gggde ._affa .Bottom ;if !ctx .Inline {ctx .X =_aadc .X ;ctx .Width =_aadc .Width ;};return _dfce ,ctx ,nil ;};return _dfce ,_aadc ,nil ; +}; -// SetPageSize sets the Creator's page size. Pages that are added after this will be created with -// this Page size. -// Does not affect pages already created. -// -// Common page sizes are defined as constants. -// Examples: -// 1. c.SetPageSize(creator.PageSizeA4) -// 2. c.SetPageSize(creator.PageSizeA3) -// 3. c.SetPageSize(creator.PageSizeLegal) -// 4. c.SetPageSize(creator.PageSizeLetter) -// -// For custom sizes: Use the PPMM (points per mm) and PPI (points per inch) when defining those based on -// physical page sizes: -// -// Examples: -// 1. 10x15 sq. mm: SetPageSize(PageSize{10*creator.PPMM, 15*creator.PPMM}) where PPMM is points per mm. -// 2. 3x2 sq. inches: SetPageSize(PageSize{3*creator.PPI, 2*creator.PPI}) where PPI is points per inch. -func (_cdbf *Creator )SetPageSize (size PageSize ){_cdbf ._ccae =size ;_cdbf ._gbgg =size [0];_cdbf ._agfdf =size [1];_gbee :=0.1*_cdbf ._gbgg ;_cdbf ._cbb .Left =_gbee ;_cdbf ._cbb .Right =_gbee ;_cdbf ._cbb .Top =_gbee ;_cdbf ._cbb .Bottom =_gbee ;}; +// SetEnableWrap sets the line wrapping enabled flag. +func (_aaaee *StyledParagraph )SetEnableWrap (enableWrap bool ){_aaaee ._egbgc =enableWrap ;_aaaee ._baceb =false ;};func _gdcg (_eafb int )*Table {_bfge :=&Table {_cafcb :_eafb ,_aedbd :10.0,_faae :[]float64 {},_gadc :[]float64 {},_gedg :[]*TableCell {},_gaad :make ([]int ,_eafb ),_ebcgb :true }; +_bfge .resetColumnWidths ();return _bfge ;}; +// SetAngle sets Image rotation angle in degrees. +func (_becc *Image )SetAngle (angle float64 ){_becc ._afgb =angle }; -// SkipOver skips over a specified number of rows and cols. -func (_dbgdcg *Table )SkipOver (rows ,cols int ){_aabb :=rows *_dbgdcg ._afacb +cols -1;if _aabb < 0{_fec .Log .Debug ("\u0054\u0061\u0062\u006c\u0065:\u0020\u0063\u0061\u006e\u006e\u006f\u0074\u0020\u0073\u006b\u0069\u0070\u0020b\u0061\u0063\u006b\u0020\u0074\u006f\u0020\u0070\u0072\u0065\u0076\u0069\u006f\u0075\u0073\u0020\u0063\u0065\u006c\u006c\u0073"); -return ;};for _dcae :=0;_dcae < _aabb ;_dcae ++{_dbgdcg .NewCell ();};}; +// AddColorStop add color stop info for rendering gradient color. +func (_dbaed *RadialShading )AddColorStop (color Color ,point float64 ){_dbaed ._ffcg .AddColorStop (color ,point );}; -// Title returns the title of the invoice. -func (_fabf *Invoice )Title ()string {return _fabf ._dgfaa }; +// Date returns the invoice date description and value cells. +// The returned values can be used to customize the styles of the cells. +func (_eeccd *Invoice )Date ()(*InvoiceCell ,*InvoiceCell ){return _eeccd ._cegfg [0],_eeccd ._cegfg [1]}; // Reset removes all the text chunks the paragraph contains. -func (_agae *StyledParagraph )Reset (){_agae ._ecec =[]*TextChunk {}}; +func (_ecgec *StyledParagraph )Reset (){_ecgec ._bcbc =[]*TextChunk {}};func _caacc (_cbgda *templateProcessor ,_gbbgc *templateNode )(interface{},error ){return _cbgda .parseBackground (_gbbgc );};func _gdgf (_gefde ,_cege ,_dgfb ,_ddbd float64 )*border {_ddbgc :=&border {}; +_ddbgc ._ffa =_gefde ;_ddbgc ._cbc =_cege ;_ddbgc ._dc =_dgfb ;_ddbgc ._ggb =_ddbd ;_ddbgc ._ed =ColorBlack ;_ddbgc ._bfde =ColorBlack ;_ddbgc ._fed =ColorBlack ;_ddbgc ._gcg =ColorBlack ;_ddbgc ._egeb =0;_ddbgc ._fcec =0;_ddbgc ._cgd =0;_ddbgc ._dggc =0; +_ddbgc .LineStyle =_ddb .LineStyleSolid ;return _ddbgc ;};func (_ccfe *Image )applyFitMode (_fgcb float64 ){_fgcb -=_ccfe ._fcad .Left +_ccfe ._fcad .Right ;switch _ccfe ._gfba {case FitModeFillWidth :_ccfe .ScaleToWidth (_fgcb );};}; -// FrontpageFunctionArgs holds the input arguments to a front page drawing function. -// It is designed as a struct, so additional parameters can be added in the future with backwards -// compatibility. -type FrontpageFunctionArgs struct{PageNum int ;TotalPages int ;}; +// SetPdfWriterAccessFunc sets a PdfWriter access function/hook. +// Exposes the PdfWriter just prior to writing the PDF. Can be used to encrypt the output PDF, etc. +// +// Example of encrypting with a user/owner password "password" +// Prior to calling c.WriteFile(): +// +// c.SetPdfWriterAccessFunc(func(w *model.PdfWriter) error { +// userPass := []byte("password") +// ownerPass := []byte("password") +// err := w.Encrypt(userPass, ownerPass, nil) +// return err +// }) +func (_bedf *Creator )SetPdfWriterAccessFunc (pdfWriterAccessFunc func (_dbee *_gd .PdfWriter )error ){_bedf ._eaa =pdfWriterAccessFunc ;}; -// SetWidth sets the width of the ellipse. -func (_eegcb *Ellipse )SetWidth (width float64 ){_eegcb ._eefg =width };func (_abcc *StyledParagraph )wrapText ()error {return _abcc .wrapChunks (true )};func _gbg (_ccb *_dg .ContentStreamOperations ,_cbc *_fgd .PdfPageResources ,_geb *_dg .ContentStreamOperations ,_bfag *_fgd .PdfPageResources )error {_edb :=map[_bc .PdfObjectName ]_bc .PdfObjectName {}; -_afda :=map[_bc .PdfObjectName ]_bc .PdfObjectName {};_fabd :=map[_bc .PdfObjectName ]_bc .PdfObjectName {};_bfb :=map[_bc .PdfObjectName ]_bc .PdfObjectName {};_fae :=map[_bc .PdfObjectName ]_bc .PdfObjectName {};_dgde :=map[_bc .PdfObjectName ]_bc .PdfObjectName {}; -for _ ,_cce :=range *_geb {switch _cce .Operand {case "\u0044\u006f":if len (_cce .Params )==1{if _egf ,_agb :=_cce .Params [0].(*_bc .PdfObjectName );_agb {if _ ,_gcd :=_edb [*_egf ];!_gcd {var _edd _bc .PdfObjectName ;_acc ,_ :=_bfag .GetXObjectByName (*_egf ); -if _acc !=nil {_edd =*_egf ;for {_db ,_ :=_cbc .GetXObjectByName (_edd );if _db ==nil ||_db ==_acc {break ;};_edd =*_bc .MakeName (_fbe (_edd .String ()));};};_cbc .SetXObjectByName (_edd ,_acc );_edb [*_egf ]=_edd ;};_bdf :=_edb [*_egf ];_cce .Params [0]=&_bdf ; -};};case "\u0054\u0066":if len (_cce .Params )==2{if _dfec ,_ffcf :=_cce .Params [0].(*_bc .PdfObjectName );_ffcf {if _ ,_bbb :=_afda [*_dfec ];!_bbb {_ba ,_ced :=_bfag .GetFontByName (*_dfec );_cgg :=*_dfec ;if _ced &&_ba !=nil {_cgg =_aef (_dfec .String (),_ba ,_cbc ); -};_cbc .SetFontByName (_cgg ,_ba );_afda [*_dfec ]=_cgg ;};_bgf :=_afda [*_dfec ];_cce .Params [0]=&_bgf ;};};case "\u0043\u0053","\u0063\u0073":if len (_cce .Params )==1{if _aded ,_aaf :=_cce .Params [0].(*_bc .PdfObjectName );_aaf {if _ ,_afc :=_fabd [*_aded ]; -!_afc {var _fgg _bc .PdfObjectName ;_gde ,_bee :=_bfag .GetColorspaceByName (*_aded );if _bee {_fgg =*_aded ;for {_dc ,_cca :=_cbc .GetColorspaceByName (_fgg );if !_cca ||_gde ==_dc {break ;};_fgg =*_bc .MakeName (_fbe (_fgg .String ()));};_cbc .SetColorspaceByName (_fgg ,_gde ); -_fabd [*_aded ]=_fgg ;}else {_fec .Log .Debug ("C\u006fl\u006f\u0072\u0073\u0070\u0061\u0063\u0065\u0020n\u006f\u0074\u0020\u0066ou\u006e\u0064");};};if _agf ,_dbc :=_fabd [*_aded ];_dbc {_cce .Params [0]=&_agf ;}else {_fec .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u003a\u0020\u0043\u006f\u006co\u0072\u0073\u0070\u0061\u0063\u0065\u0020%\u0073\u0020\u006e\u006f\u0074\u0020\u0066\u006f\u0075\u006e\u0064",*_aded ); -};};};case "\u0053\u0043\u004e","\u0073\u0063\u006e":if len (_cce .Params )==1{if _eaa ,_gee :=_cce .Params [0].(*_bc .PdfObjectName );_gee {if _ ,_gbcf :=_bfb [*_eaa ];!_gbcf {var _aad _bc .PdfObjectName ;_abd ,_gef :=_bfag .GetPatternByName (*_eaa ); -if _gef {_aad =*_eaa ;for {_fdf ,_ecde :=_cbc .GetPatternByName (_aad );if !_ecde ||_fdf ==_abd {break ;};_aad =*_bc .MakeName (_fbe (_aad .String ()));};_ded :=_cbc .SetPatternByName (_aad ,_abd .ToPdfObject ());if _ded !=nil {return _ded ;};_bfb [*_eaa ]=_aad ; -};};if _fde ,_ccg :=_bfb [*_eaa ];_ccg {_cce .Params [0]=&_fde ;};};};case "\u0073\u0068":if len (_cce .Params )==1{if _debd ,_agca :=_cce .Params [0].(*_bc .PdfObjectName );_agca {if _ ,_eaag :=_fae [*_debd ];!_eaag {var _fee _bc .PdfObjectName ;_bgd ,_fbc :=_bfag .GetShadingByName (*_debd ); -if _fbc {_fee =*_debd ;for {_geec ,_ffcc :=_cbc .GetShadingByName (_fee );if !_ffcc ||_bgd ==_geec {break ;};_fee =*_bc .MakeName (_fbe (_fee .String ()));};_fgcf :=_cbc .SetShadingByName (_fee ,_bgd .ToPdfObject ());if _fgcf !=nil {_fec .Log .Debug ("E\u0052\u0052\u004f\u0052 S\u0065t\u0020\u0073\u0068\u0061\u0064i\u006e\u0067\u003a\u0020\u0025\u0076",_fgcf ); -return _fgcf ;};_fae [*_debd ]=_fee ;}else {_fec .Log .Debug ("\u0053\u0068\u0061\u0064\u0069\u006e\u0067\u0020\u006e\u006f\u0074\u0020f\u006f\u0075\u006e\u0064");};};if _bcac ,_gaa :=_fae [*_debd ];_gaa {_cce .Params [0]=&_bcac ;}else {_fec .Log .Debug ("E\u0072\u0072\u006f\u0072\u003a\u0020S\u0068\u0061\u0064\u0069\u006e\u0067\u0020\u0025\u0073 \u006e\u006f\u0074 \u0066o\u0075\u006e\u0064",*_debd ); -};};};case "\u0067\u0073":if len (_cce .Params )==1{if _bed ,_aae :=_cce .Params [0].(*_bc .PdfObjectName );_aae {if _ ,_ffb :=_dgde [*_bed ];!_ffb {var _dcg _bc .PdfObjectName ;_eab ,_gdf :=_bfag .GetExtGState (*_bed );if _gdf {_dcg =*_bed ;for {_dgf ,_age :=_cbc .GetExtGState (_dcg ); -if !_age ||_eab ==_dgf {break ;};_dcg =*_bc .MakeName (_fbe (_dcg .String ()));};};_cbc .AddExtGState (_dcg ,_eab );_dgde [*_bed ]=_dcg ;};_fgce :=_dgde [*_bed ];_cce .Params [0]=&_fgce ;};};};*_ccb =append (*_ccb ,_cce );};return nil ;}; +// SetPos sets absolute positioning with specified coordinates. +func (_acccde *Paragraph )SetPos (x ,y float64 ){_acccde ._adfd =PositionAbsolute ;_acccde ._dagaa =x ;_acccde ._dcag =y ;}; -// ScaleToWidth scales the Block to a specified width, maintaining the same aspect ratio. -func (_bef *Block )ScaleToWidth (w float64 ){_gbd :=w /_bef ._da ;_bef .Scale (_gbd ,_gbd )}; +// AddColorStop add color stop information for rendering gradient. +func (_gfeb *shading )AddColorStop (color Color ,point float64 ){_gfeb ._agcac =append (_gfeb ._agcac ,_cgeb (color ,point ));};func (_fgcg *Creator )newPage ()*_gd .PdfPage {_dcbb :=_gd .NewPdfPage ();_cccbb :=_fgcg ._gfed [0];_gdba :=_fgcg ._gfed [1]; +_egd :=_gd .PdfRectangle {Llx :0,Lly :0,Urx :_cccbb ,Ury :_gdba };_dcbb .MediaBox =&_egd ;_fgcg ._baec =_cccbb ;_fgcg ._defa =_gdba ;_fgcg .initContext ();return _dcbb ;}; -// Margins returns the margins of the list: left, right, top, bottom. -func (_geab *List )Margins ()(float64 ,float64 ,float64 ,float64 ){return _geab ._gacb .Left ,_geab ._gacb .Right ,_geab ._gacb .Top ,_geab ._gacb .Bottom ;};func (_dcab *Table )sortCells (){_fd .Slice (_dcab ._efbe ,func (_gedbb ,_fbgf int )bool {_fbcd :=_dcab ._efbe [_gedbb ]._deef ; -_effec :=_dcab ._efbe [_fbgf ]._deef ;if _fbcd < _effec {return true ;};if _fbcd > _effec {return false ;};return _dcab ._efbe [_gedbb ]._bacg < _dcab ._efbe [_fbgf ]._bacg ;});}; +// SetTitle sets the title of the invoice. +func (_ebbf *Invoice )SetTitle (title string ){_ebbf ._bgfbda =title };func (_dff rgbColor )ToRGB ()(float64 ,float64 ,float64 ){return _dff ._afd ,_dff ._fef ,_dff ._cbbf }; -// SetLazy sets the lazy mode for the image. -func (_abba *Image )SetLazy (lazy bool ){_abba ._faeda =lazy }; +// AddSection adds a new content section at the end of the invoice. +func (_debc *Invoice )AddSection (title ,content string ){_debc ._dbef =append (_debc ._dbef ,[2]string {title ,content });}; -// NewGraphicSVGFromString creates a graphic SVG from a SVG string. -func NewGraphicSVGFromString (svgStr string )(*GraphicSVG ,error ){return _bcgf (svgStr )};func (_gcad *templateProcessor )parseBoolAttr (_fdddd ,_edage string )bool {_fec .Log .Debug ("P\u0061\u0072\u0073\u0069\u006e\u0067 \u0062\u006f\u006f\u006c\u0020\u0061t\u0074\u0072\u0069\u0062\u0075\u0074\u0065:\u0020\u0028\u0060\u0025\u0073\u0060\u002c\u0020\u0025\u0073)\u002e",_fdddd ,_edage ); -_badcd ,_ :=_fg .ParseBool (_edage );return _edage ==""||_badcd ;}; +// GetMargins returns the margins of the line: left, right, top, bottom. +func (_adad *Line )GetMargins ()(float64 ,float64 ,float64 ,float64 ){return _adad ._cbeb .Left ,_adad ._cbeb .Right ,_adad ._cbeb .Top ,_adad ._cbeb .Bottom ;}; -// HeaderFunctionArgs holds the input arguments to a header drawing function. -// It is designed as a struct, so additional parameters can be added in the future with backwards -// compatibility. -type HeaderFunctionArgs struct{PageNum int ;TotalPages int ;};func (_fcgb *templateProcessor )addNodeText (_cdbb *templateNode ,_agaac string )error {_ecadg :=_cdbb ._bedcd ;if _ecadg ==nil {return nil ;};switch _fdbcc :=_ecadg .(type ){case *TextChunk :_fdbcc .Text =_agaac ; -case *Paragraph :switch _cdbb ._adfdg .Name .Local {case "\u0063h\u0061p\u0074\u0065\u0072\u002d\u0068\u0065\u0061\u0064\u0069\u006e\u0067":if _cdbb ._cefd !=nil {if _eagdc ,_afbg :=_cdbb ._cefd ._bedcd .(*Chapter );_afbg {_eagdc ._faed =_agaac ;_fdbcc .SetText (_eagdc .headingText ()); -};};default:_fdbcc .SetText (_agaac );};};return nil ;}; +// MoveY moves the drawing context to absolute position y. +func (_fbag *Creator )MoveY (y float64 ){_fbag ._ecfb .Y =y };var PPI float64 =72; -// Add appends a new item to the list. -// The supported components are: *Paragraph, *StyledParagraph, *Division, *Image, *Table, and *List. -// Returns the marker used for the newly added item. The returned marker -// object can be used to change the text and style of the marker for the -// current item. -func (_eagga *List )Add (item VectorDrawable )(*TextChunk ,error ){_ffaf :=&listItem {_cdeda :item ,_edee :_eagga ._edaa };switch _fadb :=item .(type ){case *Paragraph :case *StyledParagraph :case *List :if _fadb ._ebfa {_fadb ._aedbb =15;};case *Division :case *Image :case *Table :default:return nil ,_bd .New ("\u0074\u0068i\u0073\u0020\u0074\u0079\u0070\u0065\u0020\u006f\u0066\u0020\u0064\u0072\u0061\u0077\u0061\u0062\u006c\u0065\u0020\u0069\u0073\u0020\u006e\u006f\u0074\u0020\u0073\u0075\u0070\u0070\u006f\u0072\u0074\u0065\u0064\u0020\u0069\u006e\u0020\u006c\u0069\u0073\u0074"); -};_eagga ._ffegf =append (_eagga ._ffegf ,_ffaf );return &_ffaf ._edee ,nil ;}; +// SetMarkedContentID sets the marked content id for the list. +func (_cgdaf *List )SetMarkedContentID (id int64 )*_gd .KDict {return nil }; -// SetExtends specifies whether ot extend the shading beyond the starting and ending points. -// -// Text extends is set to `[]bool{false, false}` by default. -func (_dgbeb *RadialShading )SetExtends (start bool ,end bool ){_dgbeb ._dafd .SetExtends (start ,end )}; +// ScaleToHeight scales the rectangle to the specified height. The width of +// the rectangle is scaled so that the aspect ratio is maintained. +func (_ffgf *Rectangle )ScaleToHeight (h float64 ){_bgae :=_ffgf ._dacdg /_ffgf ._ddccd ;_ffgf ._ddccd =h ;_ffgf ._dacdg =h *_bgae ;}; -// Chart represents a chart drawable. -// It is used to render unichart chart components using a creator instance. -type Chart struct{_gff _cc .ChartRenderable ;_cggb Positioning ;_dbf float64 ;_gbcb float64 ;_bgfg Margins ;_aed *int64 ;}; +// Cols returns the total number of columns the table has. +func (_afgbe *Table )Cols ()int {return _afgbe ._cafcb }; -// Marker returns the marker used for the list items. -// The marker instance can be used the change the text and the style -// of newly added list items. -func (_gecc *List )Marker ()*TextChunk {return &_gecc ._edaa }; +// Vertical returns total vertical (top + bottom) margin. +func (_bdfff *Margins )Vertical ()float64 {return _bdfff .Bottom +_bdfff .Top }; -// SetWidth sets the width of the rectangle. -func (_cgceg *Rectangle )SetWidth (width float64 ){_cgceg ._bcede =width }; +// Columns returns all the columns in the invoice line items table. +func (_ddda *Invoice )Columns ()[]*InvoiceCell {return _ddda ._gbbc }; -// SetOpacity sets opacity for Image. -func (_eeff *Image )SetOpacity (opacity float64 ){_eeff ._ddea =opacity }; +// SetBoundingBox set gradient color bounding box where the gradient would be rendered. +func (_gbac *RadialShading )SetBoundingBox (x ,y ,width ,height float64 ){_gbac ._gagb =&_gd .PdfRectangle {Llx :x ,Lly :y ,Urx :x +width ,Ury :y +height };}; -// NewRectangle creates a new rectangle with the left corner at (`x`, `y`), -// having the specified width and height. -// NOTE: In relative positioning mode, `x` and `y` are calculated using the -// current context. Furthermore, when the fit mode is set to fill the available -// space, the rectangle is scaled so that it occupies the entire context width -// while maintaining the original aspect ratio. -func (_fdeb *Creator )NewRectangle (x ,y ,width ,height float64 )*Rectangle {return _aggd (x ,y ,width ,height );}; +// SetStyle sets the style of the line (solid or dashed). +func (_eggc *Line )SetStyle (style _ddb .LineStyle ){_eggc ._dddcg =style }; -// Columns returns all the columns in the invoice line items table. -func (_gbea *Invoice )Columns ()[]*InvoiceCell {return _gbea ._gffd }; +// NewCell makes a new cell and inserts it into the table at the current position. +func (_ddcbfc *Table )NewCell ()*TableCell {return _ddcbfc .MultiCell (1,1)}; -// ColorGrayFrom8bit creates a Color from 8-bit (0-255) gray values. -// Example: -// -// gray := ColorGrayFrom8bit(255, 0, 0) -func ColorGrayFrom8bit (g byte )Color {return grayColor {float64 (g )/255.0}};const (TextOverflowVisible TextOverflow =iota ;TextOverflowHidden ;); +// GetMargins returns the margins of the TOC line: left, right, top, bottom. +func (_baef *TOCLine )GetMargins ()(float64 ,float64 ,float64 ,float64 ){_afbdf :=&_baef ._ecfeg ._affa ;return _baef ._gdcff ,_afbdf .Right ,_afbdf .Top ,_afbdf .Bottom ;};func _gdece (_faefg *templateProcessor ,_bcfd *templateNode )(interface{},error ){return _faefg .parseTableCell (_bcfd ); +};const (CellVerticalAlignmentTop CellVerticalAlignment =iota ;CellVerticalAlignmentMiddle ;CellVerticalAlignmentBottom ;); -// GetMargins returns the Paragraph's margins: left, right, top, bottom. -func (_cegd *StyledParagraph )GetMargins ()(float64 ,float64 ,float64 ,float64 ){return _cegd ._ccddg .Left ,_cegd ._ccddg .Right ,_cegd ._ccddg .Top ,_cegd ._ccddg .Bottom ;};func _eddeb (_ebgc *_fgd .Image )(*Image ,error ){_efdb :=float64 (_ebgc .Width ); -_dacg :=float64 (_ebgc .Height );return &Image {_cgdfb :_ebgc ,_bgcad :_efdb ,_bgff :_dacg ,_ecfc :_efdb ,_fegb :_dacg ,_fbbf :0,_ddea :1.0,_accd :PositionRelative },nil ;}; +// Scale block by specified factors in the x and y directions. +func (_gbb *Block )Scale (sx ,sy float64 ){_ddg :=_eag .NewContentCreator ().Scale (sx ,sy ).Operations ();*_gbb ._ge =append (*_ddg ,*_gbb ._ge ...);_gbb ._ge .WrapIfNeeded ();_gbb ._de *=sx ;_gbb ._ad *=sy ;}; -// SetColumnWidths sets the fractional column widths. -// Each width should be in the range 0-1 and is a fraction of the table width. -// The number of width inputs must match number of columns, otherwise an error is returned. -func (_ecddc *Table )SetColumnWidths (widths ...float64 )error {if len (widths )!=_ecddc ._afacb {_fec .Log .Debug ("M\u0069\u0073\u006d\u0061\u0074\u0063\u0068\u0069\u006e\u0067\u0020\u006e\u0075\u006d\u0062\u0065\u0072\u0020o\u0066\u0020\u0077\u0069\u0064\u0074\u0068\u0073\u0020\u0061nd\u0020\u0063\u006fl\u0075m\u006e\u0073"); -return _bd .New ("\u0072\u0061\u006e\u0067\u0065\u0020\u0063\u0068\u0065\u0063\u006b\u0020e\u0072\u0072\u006f\u0072");};_ecddc ._cddfg =widths ;return nil ;}; +// SetMarkedContentID sets the marked content id for the paragraph. +func (_bdcg *Paragraph )SetMarkedContentID (mcid int64 )*_gd .KDict {_bdcg ._bafa =&mcid ;_dbebf :=_gd .NewKDictionary ();_dbebf .S =_be .MakeName ("\u0050");_dbebf .K =_be .MakeInteger (mcid );return _dbebf ;}; -// SetHorizontalAlignment sets the cell's horizontal alignment of content. -// Can be one of: -// - CellHorizontalAlignmentLeft -// - CellHorizontalAlignmentCenter -// - CellHorizontalAlignmentRight -func (_ddfcb *TableCell )SetHorizontalAlignment (halign CellHorizontalAlignment ){_ddfcb ._bbbff =halign ;}; +// AddInfo is used to append a piece of invoice information in the template +// information table. +func (_adac *Invoice )AddInfo (description ,value string )(*InvoiceCell ,*InvoiceCell ){_dgdd :=[2]*InvoiceCell {_adac .newCell (description ,_adac ._ffda ),_adac .newCell (value ,_adac ._ffda )};_adac ._ebf =append (_adac ._ebf ,_dgdd );return _dgdd [0],_dgdd [1]; +}; -// GeneratePageBlocks draws the chart onto a block. -func (_cgec *Chart )GeneratePageBlocks (ctx DrawContext )([]*Block ,DrawContext ,error ){_gdc :=ctx ;_gfag :=_cgec ._cggb .IsRelative ();var _dcb []*Block ;if _gfag {_fdg :=1.0;_dccf :=_cgec ._bgfg .Top ;if float64 (_cgec ._gff .Height ())> ctx .Height -_cgec ._bgfg .Top {_dcb =[]*Block {NewBlock (ctx .PageWidth ,ctx .PageHeight -ctx .Y )}; -var _gge error ;if _ ,ctx ,_gge =_gbcfe ().GeneratePageBlocks (ctx );_gge !=nil {return nil ,ctx ,_gge ;};_dccf =0;};ctx .X +=_cgec ._bgfg .Left +_fdg ;ctx .Y +=_dccf ;ctx .Width -=_cgec ._bgfg .Left +_cgec ._bgfg .Right +2*_fdg ;ctx .Height -=_dccf ;_cgec ._gff .SetWidth (int (ctx .Width )); -}else {ctx .X =_cgec ._dbf ;ctx .Y =_cgec ._gbcb ;};_dgfg :=_dg .NewContentCreator ();if _cgec ._aed !=nil {_dgfg .Add_BDC (*_bc .MakeName (_fgd .StructureTypeFigure ),map[string ]_bc .PdfObject {"\u004d\u0043\u0049\u0044":_bc .MakeInteger (*_cgec ._aed )}); -};_dgfg .Translate (0,ctx .PageHeight );_dgfg .Scale (1,-1);_dgfg .Translate (ctx .X ,ctx .Y );_eedf :=NewBlock (ctx .PageWidth ,ctx .PageHeight );_cgec ._gff .Render (_ce .NewRenderer (_dgfg ,_eedf ._dgd ),nil );if _cgec ._aed !=nil {_dgfg .Add_EMC (); -};if _aaeb :=_eedf .addContentsByString (_dgfg .String ());_aaeb !=nil {return nil ,ctx ,_aaeb ;};if _gfag {_afga :=_cgec .Height ()+_cgec ._bgfg .Bottom ;ctx .Y +=_afga ;ctx .Height -=_afga ;}else {ctx =_gdc ;};_dcb =append (_dcb ,_eedf );return _dcb ,ctx ,nil ; -};func (_adfeg *TableCell )cloneProps (_bbdbd VectorDrawable )*TableCell {_fgfe :=*_adfeg ;_fgfe ._aafg =_bbdbd ;return &_fgfe ;};const (CellVerticalAlignmentTop CellVerticalAlignment =iota ;CellVerticalAlignmentMiddle ;CellVerticalAlignmentBottom ;);func (_cebe *Paragraph )getTextMetrics ()(_bfcg ,_cfcg ,_ggdab float64 ){_bcdgb :=_aggdb (_cebe ._gbca ,_cebe ._acdge ); -if _bcdgb ._geede > _bfcg {_bfcg =_bcdgb ._geede ;};if _bcdgb ._egeb < _ggdab {_ggdab =_bcdgb ._egeb ;};if _bcfg :=_cebe ._acdge ;_bcfg > _cfcg {_cfcg =_bcfg ;};return _bfcg ,_cfcg ,_ggdab ;}; +// Margins returns the margins of the list: left, right, top, bottom. +func (_abbgg *List )Margins ()(float64 ,float64 ,float64 ,float64 ){return _abbgg ._edgdc .Left ,_abbgg ._edgdc .Right ,_abbgg ._edgdc .Top ,_abbgg ._edgdc .Bottom ;}; -// SetMarkedContentID sets the marked content ID for the paragraph. -func (_dded *StyledParagraph )SetMarkedContentID (mcid int64 )*_fgd .KDict {_dded ._eeba =&mcid ;_gabfb :=_fgd .NewKDictionary ();_gabfb .S =_bc .MakeName ("\u0050");_gabfb .K =_bc .MakeInteger (mcid );return _gabfb ;}; +// SetMargins sets the margins of the paragraph. +func (_ecge *List )SetMargins (left ,right ,top ,bottom float64 ){_ecge ._edgdc .Left =left ;_ecge ._edgdc .Right =right ;_ecge ._edgdc .Top =top ;_ecge ._edgdc .Bottom =bottom ;}; -// FillColor returns the fill color of the ellipse. -func (_ddce *Ellipse )FillColor ()Color {return _ddce ._baacc };func (_fgag *List )ctxHeight (_gdcga float64 )float64 {_gdcga -=_fgag ._aedbb ;var _fbac float64 ;for _ ,_adad :=range _fgag ._ffegf {_fbac +=_adad .ctxHeight (_gdcga );};return _fbac ;}; +// AddAnnotation adds an annotation on a TextChunk. +func (_ebcfe *TextChunk )AddAnnotation (annotation *_gd .PdfAnnotation ){if annotation ==nil {return ;};_ebcfe ._bcfe =append (_ebcfe ._bcfe ,annotation );}; -// NewColumn returns a new column for the line items invoice table. -func (_adfaa *Invoice )NewColumn (description string )*InvoiceCell {return _adfaa .newColumn (description ,CellHorizontalAlignmentLeft );}; +// SetPositioning sets the positioning of the rectangle (absolute or relative). +func (_cegff *Rectangle )SetPositioning (position Positioning ){_cegff ._dbdf =position }; -// Text sets the text content of the Paragraph. -func (_cafe *Paragraph )Text ()string {return _cafe ._egea };func (_fgge *Table )updateRowHeights (_dbcfa float64 ){for _ ,_cacea :=range _fgge ._efbe {_fbabb :=_cacea .width (_fgge ._cddfg ,_dbcfa );_gabbb :=_cacea .height (_fbabb );_gcccg :=_fgge ._gecdg [_cacea ._deef +_cacea ._afddb -2]; -if _cacea ._afddb > 1{_abbfd :=0.0;_aggge :=_fgge ._gecdg [_cacea ._deef -1:(_cacea ._deef +_cacea ._afddb -1)];for _ ,_bgdgf :=range _aggge {_abbfd +=_bgdgf ;};if _gabbb <=_abbfd {continue ;};};if _gabbb > _gcccg {_efeg :=_gabbb /float64 (_cacea ._afddb ); -if _efeg > _gcccg {for _acbed :=1;_acbed <=_cacea ._afddb ;_acbed ++{if _efeg > _fgge ._gecdg [_cacea ._deef +_acbed -2]{_fgge ._gecdg [_cacea ._deef +_acbed -2]=_efeg ;};};};};};}; +// SetFillColor sets the fill color of the ellipse. +func (_afgg *Ellipse )SetFillColor (col Color ){_afgg ._cgcbc =col }; -// DrawFooter sets a function to draw a footer on created output pages. -func (_dae *Creator )DrawFooter (drawFooterFunc func (_cgb *Block ,_beda FooterFunctionArgs )){_dae ._aedb =drawFooterFunc ;}; +// NewSubchapter creates a new child chapter with the specified title. +func (_aaf *Chapter )NewSubchapter (title string )*Chapter {_ceab :=_dbdbf (_aaf ._adbf ._caccd );_ceab .FontSize =14;_aaf ._eec ++;_bde :=_dbaf (_aaf ,_aaf ._bbg ,_aaf ._acbg ,title ,_aaf ._eec ,_ceab );_aaf .Add (_bde );return _bde ;}; -// SetLevel sets the indentation level of the TOC line. -func (_addfcg *TOCLine )SetLevel (level uint ){_addfcg ._gfec =level ;_addfcg ._afgdd ._ccddg .Left =_addfcg ._afage +float64 (_addfcg ._gfec -1)*_addfcg ._ebgcdc ;};func _cgff (_ccac float64 ,_aedd float64 ,_dfacb float64 ,_dddfb float64 ,_bcbebd []*ColorPoint )*RadialShading {return &RadialShading {_dafd :&shading {_feac :ColorWhite ,_ccea :false ,_fece :[]bool {false ,false },_bcaca :_bcbebd },_eccda :_ccac ,_dagc :_aedd ,_aeeeb :_dfacb ,_babf :_dddfb ,_effe :AnchorCenter }; -}; +// VectorDrawable is a Drawable with a specified width and height. +type VectorDrawable interface{Drawable ; -// Height returns the height of the ellipse. -func (_cgcb *Ellipse )Height ()float64 {return _cgcb ._beb }; +// Width returns the width of the Drawable. +Width ()float64 ; -// TextOverflow determines the behavior of paragraph text which does -// not fit in the available space. -type TextOverflow int ; +// Height returns the height of the Drawable. +Height ()float64 ;};func (_acaac *templateProcessor )parseParagraph (_fcfa *templateNode ,_edfbd *Paragraph )(interface{},error ){if _edfbd ==nil {_edfbd =_acaac .creator .NewParagraph ("");};for _ ,_bfdg :=range _fcfa ._eccfd .Attr {_ddfe :=_bfdg .Value ; +switch _dfefd :=_bfdg .Name .Local ;_dfefd {case "\u0066\u006f\u006e\u0074":_edfbd .SetFont (_acaac .parseFontAttr (_dfefd ,_ddfe ));case "\u0066o\u006e\u0074\u002d\u0073\u0069\u007ae":_edfbd .SetFontSize (_acaac .parseFloatAttr (_dfefd ,_ddfe ));case "\u0074\u0065\u0078\u0074\u002d\u0061\u006c\u0069\u0067\u006e":_edfbd .SetTextAlignment (_acaac .parseTextAlignmentAttr (_dfefd ,_ddfe )); +case "l\u0069\u006e\u0065\u002d\u0068\u0065\u0069\u0067\u0068\u0074":_edfbd .SetLineHeight (_acaac .parseFloatAttr (_dfefd ,_ddfe ));case "e\u006e\u0061\u0062\u006c\u0065\u002d\u0077\u0072\u0061\u0070":_edfbd .SetEnableWrap (_acaac .parseBoolAttr (_dfefd ,_ddfe )); +case "\u0063\u006f\u006co\u0072":_edfbd .SetColor (_acaac .parseColorAttr (_dfefd ,_ddfe ));case "\u0078":_edfbd .SetPos (_acaac .parseFloatAttr (_dfefd ,_ddfe ),_edfbd ._dcag );case "\u0079":_edfbd .SetPos (_edfbd ._dagaa ,_acaac .parseFloatAttr (_dfefd ,_ddfe )); +case "\u0061\u006e\u0067l\u0065":_edfbd .SetAngle (_acaac .parseFloatAttr (_dfefd ,_ddfe ));case "\u006d\u0061\u0072\u0067\u0069\u006e":_gaab :=_acaac .parseMarginAttr (_dfefd ,_ddfe );_edfbd .SetMargins (_gaab .Left ,_gaab .Right ,_gaab .Top ,_gaab .Bottom ); +case "\u006da\u0078\u002d\u006c\u0069\u006e\u0065s":_edfbd .SetMaxLines (int (_acaac .parseInt64Attr (_dfefd ,_ddfe )));default:_acaac .nodeLogDebug (_fcfa ,"\u0055\u006e\u0073\u0075\u0070\u0070\u006f\u0072t\u0065\u0064\u0020pa\u0072\u0061\u0067\u0072\u0061\u0070h\u0020\u0061\u0074\u0074\u0072\u0069\u0062\u0075\u0074\u0065\u003a\u0020\u0060\u0025\u0073`\u002e\u0020\u0053\u006b\u0069\u0070\u0070\u0069n\u0067\u002e",_dfefd ); +};};return _edfbd ,nil ;};func (_agec *Paragraph )wrapText ()error {if !_agec ._abaa ||int (_agec ._gba )<=0{_agec ._beag =[]string {_agec ._bcgag };return nil ;};_aefe :=NewTextChunk (_agec ._bcgag ,TextStyle {Font :_agec ._caccd ,FontSize :_agec ._geac }); +_bffe ,_bdbd :=_aefe .Wrap (_agec ._gba );if _bdbd !=nil {return _bdbd ;};if _agec ._gdef > 0&&len (_bffe )> _agec ._gdef {_bffe =_bffe [:_agec ._gdef ];};_agec ._beag =_bffe ;return nil ;}; -// GeneratePageBlocks draws the composite Bezier curve on a new block -// representing the page. Implements the Drawable interface. -func (_afdad *PolyBezierCurve )GeneratePageBlocks (ctx DrawContext )([]*Block ,DrawContext ,error ){_dgfc :=NewBlock (ctx .PageWidth ,ctx .PageHeight );_ggefa ,_eccg :=_dgfc .setOpacity (_afdad ._ffafb ,_afdad ._addf );if _eccg !=nil {return nil ,ctx ,_eccg ; -};_cabd :=_afdad ._ffcd ;_cabd .FillEnabled =_cabd .FillColor !=nil ;var (_fagc =ctx .PageHeight ;_fdgd =_cabd .Curves ;_ddbe =make ([]_gga .CubicBezierCurve ,0,len (_cabd .Curves )););_dffa :=_fgd .PdfRectangle {};for _becef :=range _cabd .Curves {_acbe :=_fdgd [_becef ]; -_acbe .P0 .Y =_fagc -_acbe .P0 .Y ;_acbe .P1 .Y =_fagc -_acbe .P1 .Y ;_acbe .P2 .Y =_fagc -_acbe .P2 .Y ;_acbe .P3 .Y =_fagc -_acbe .P3 .Y ;_ddbe =append (_ddbe ,_acbe );_aabg :=_acbe .GetBounds ();if _becef ==0{_dffa =_aabg ;}else {_dffa .Llx =_fc .Min (_dffa .Llx ,_aabg .Llx ); -_dffa .Lly =_fc .Min (_dffa .Lly ,_aabg .Lly );_dffa .Urx =_fc .Max (_dffa .Urx ,_aabg .Urx );_dffa .Ury =_fc .Max (_dffa .Ury ,_aabg .Ury );};};_cabd .Curves =_ddbe ;defer func (){_cabd .Curves =_fdgd }();if _cabd .FillEnabled {_gacdc :=_cacbe (_dgfc ,_afdad ._ffcd .FillColor ,_afdad ._bbaef ,func ()Rectangle {return Rectangle {_defb :_dffa .Llx ,_cdgf :_dffa .Lly ,_bcede :_dffa .Width (),_cggg :_dffa .Height ()}; -});if _gacdc !=nil {return nil ,ctx ,_gacdc ;};};_abgfg ,_ ,_eccg :=_cabd .MarkedDraw (_ggefa ,_afdad ._daef );if _eccg !=nil {return nil ,ctx ,_eccg ;};if _eccg =_dgfc .addContentsByString (string (_abgfg ));_eccg !=nil {return nil ,ctx ,_eccg ;};return []*Block {_dgfc },ctx ,nil ; -}; +// SetLineHeight sets the line height (1.0 default). +func (_edb *Paragraph )SetLineHeight (lineheight float64 ){_edb ._agdbb =lineheight }; -// SetLineWidth sets the line width. -func (_aebcb *Line )SetLineWidth (width float64 ){_aebcb ._aebf =width }; +// AddLine adds a new line with the provided style to the table of contents. +func (_afbed *TOC )AddLine (line *TOCLine )*TOCLine {if line ==nil {return nil ;};_afbed ._gfcc =append (_afbed ._gfcc ,line );return line ;};func (_aabe *TableCell )width (_geaf []float64 ,_gcff float64 )float64 {_edgaf :=float64 (0.0);for _cdac :=0;_cdac < _aabe ._ffebf ; +_cdac ++{_edgaf +=_geaf [_aabe ._gggbbd +_cdac -1];};return _edgaf *_gcff ;}; -// GeneratePageBlocks draws the block contents on a template Page block. -// Implements the Drawable interface. -func (_fcd *Block )GeneratePageBlocks (ctx DrawContext )([]*Block ,DrawContext ,error ){_ag :=_de .IdentityMatrix ();_afd ,_dab :=_fcd .Width (),_fcd .Height ();if _fcd ._ad .IsRelative (){_ag =_ag .Translate (ctx .X ,ctx .PageHeight -ctx .Y -_dab );}else {_ag =_ag .Translate (_fcd ._bf ,ctx .PageHeight -_fcd ._cbe -_dab ); -};_acecc :=_dab ;if _fcd ._df !=0{_ag =_ag .Translate (_afd /2,_dab /2).Rotate (_fcd ._df *_fc .Pi /180.0).Translate (-_afd /2,-_dab /2);_ ,_acecc =_fcd .RotatedSize ();};if _fcd ._ad .IsRelative (){ctx .Y +=_acecc ;};_ea :=_dg .NewContentCreator ();_ea .Add_cm (_ag [0],_ag [1],_ag [3],_ag [4],_ag [6],_ag [7]); -_egd :=_fcd .duplicate ();_bg :=append (*_ea .Operations (),*_egd ._cb ...);_bg .WrapIfNeeded ();_egd ._cb =&_bg ;for _ ,_efb :=range _fcd ._ed {_fff ,_bcce :=_bc .GetArray (_efb .Rect );if !_bcce ||_fff .Len ()!=4{_fec .Log .Debug ("\u0057\u0041\u0052\u004e\u003a \u0069\u006e\u0076\u0061\u006ci\u0064 \u0061\u006e\u006e\u006f\u0074\u0061\u0074\u0069\u006f\u006e\u0020\u0052\u0065\u0063\u0074\u0020\u0066\u0069\u0065l\u0064\u003a\u0020\u0025\u0076\u002e\u0020\u004f\u0075\u0074\u0070\u0075\u0074\u0020\u006d\u0061\u0079\u0020\u0062\u0065\u0020\u0069\u006e\u0063o\u0072\u0072\u0065\u0063\u0074\u002e",_efb .Rect ); -continue ;};_agc ,_ffe :=_fgd .NewPdfRectangle (*_fff );if _ffe !=nil {_fec .Log .Debug ("\u0057A\u0052N\u003a\u0020\u0063\u006f\u0075\u006c\u0064\u0020\u006e\u006f\u0074 \u0070\u0061\u0072\u0073e\u0020\u0061\u006e\u006e\u006ft\u0061\u0074\u0069\u006f\u006e\u0020\u0052\u0065\u0063\u0074\u0020\u0066\u0069\u0065\u006c\u0064\u003a\u0020\u0025\u0076\u002e\u0020\u004f\u0075\u0074\u0070\u0075\u0074\u0020\u006d\u0061y\u0020\u0062\u0065\u0020\u0069\u006e\u0063\u006fr\u0072\u0065\u0063\u0074\u002e",_ffe ); -continue ;};_agc .Transform (_ag );_efb .Rect =_agc .ToPdfObject ();};return []*Block {_egd },ctx ,nil ;}; +// UnsupportedRuneError is an error that occurs when there is unsupported glyph being used. +type UnsupportedRuneError struct{Message string ;Rune rune ;}; -// SetPositioning sets the positioning of the line (absolute or relative). -func (_bcde *Line )SetPositioning (positioning Positioning ){_bcde ._babe =positioning };func (_dddb *Image )applyFitMode (_adbe float64 ){_adbe -=_dddb ._cdbc .Left +_dddb ._cdbc .Right ;switch _dddb ._cba {case FitModeFillWidth :_dddb .ScaleToWidth (_adbe ); -};};func (_geefb *templateProcessor )parseCellBorderStyleAttr (_gdcf ,_gfaed string )CellBorderStyle {_fec .Log .Debug ("\u0050\u0061\u0072\u0073\u0069\u006e\u0067\u0020c\u0065\u006c\u006c b\u006f\u0072\u0064\u0065\u0072\u0020s\u0074\u0079\u006c\u0065\u0020\u0061\u0074\u0074\u0072\u0069\u0062\u0075\u0074\u0065\u003a \u0028\u0060\u0025\u0073\u0060\u002c\u0020\u0025s\u0029\u002e",_gdcf ,_gfaed ); -_acda :=map[string ]CellBorderStyle {"\u006e\u006f\u006e\u0065":CellBorderStyleNone ,"\u0073\u0069\u006e\u0067\u006c\u0065":CellBorderStyleSingle ,"\u0064\u006f\u0075\u0062\u006c\u0065":CellBorderStyleDouble }[_gfaed ];return _acda ;}; +// SetTextAlignment sets the horizontal alignment of the text within the space provided. +func (_gddgf *StyledParagraph )SetTextAlignment (align TextAlignment ){_gddgf ._abff =align }; -// LineWidth returns the width of the line. -func (_gbcbb *Line )LineWidth ()float64 {return _gbcbb ._aebf }; +// NewTOC creates a new table of contents. +func (_caac *Creator )NewTOC (title string )*TOC {_ccbc :=_caac .NewTextStyle ();_ccbc .Font =_caac ._gafc ;return _cgcff (title ,_caac .NewTextStyle (),_ccbc );}; -// DrawHeader sets a function to draw a header on created output pages. -func (_eagb *Creator )DrawHeader (drawHeaderFunc func (_gdca *Block ,_dafe HeaderFunctionArgs )){_eagb ._cgf =drawHeaderFunc ;}; +// Margins represents page margins or margins around an element. +type Margins struct{Left float64 ;Right float64 ;Top float64 ;Bottom float64 ;}; -// SetSideBorderStyle sets the cell's side border style. -func (_gagg *TableCell )SetSideBorderStyle (side CellBorderSide ,style CellBorderStyle ){switch side {case CellBorderSideAll :_gagg ._bgcce =style ;_gagg ._bggf =style ;_gagg ._faab =style ;_gagg ._cfdbdc =style ;case CellBorderSideTop :_gagg ._bgcce =style ; -case CellBorderSideBottom :_gagg ._bggf =style ;case CellBorderSideLeft :_gagg ._faab =style ;case CellBorderSideRight :_gagg ._cfdbdc =style ;};}; +// ToPdfShadingPattern generates a new model.PdfShadingPatternType3 object. +func (_ebed *RadialShading )ToPdfShadingPattern ()*_gd .PdfShadingPatternType3 {_fagb ,_acdb ,_affd :=_ebed ._ffcg ._bbdfc .ToRGB ();_bbdeg :=_ebed .shadingModel ();_bbdeg .PdfShading .Background =_be .MakeArrayFromFloats ([]float64 {_fagb ,_acdb ,_affd }); +_geaee :=_gd .NewPdfShadingPatternType3 ();_geaee .Shading =_bbdeg ;return _geaee ;}; -// SetWidth set the Image's document width to specified w. This does not change the raw image data, i.e. -// no actual scaling of data is performed. That is handled by the PDF viewer. -func (_ccbdca *Image )SetWidth (w float64 ){_ccbdca ._ecfc =w }; +// NewImage create a new image from a unidoc image (model.Image). +func (_bcgb *Creator )NewImage (img *_gd .Image )(*Image ,error ){return _bddd (img )};func (_eggdd *TableCell )cloneProps (_gagcb VectorDrawable )*TableCell {_ecce :=*_eggdd ;_ecce ._bdea =_gagcb ;return &_ecce ;}; -// ScaleToWidth scale Image to a specified width w, maintaining the aspect ratio. -func (_ggca *Image )ScaleToWidth (w float64 ){_bfcad :=_ggca ._fegb /_ggca ._ecfc ;_ggca ._ecfc =w ;_ggca ._fegb =w *_bfcad ;}; +// String implements error interface. +func (_adbg UnsupportedRuneError )Error ()string {return _adbg .Message }; -// ColorGrayFromHex converts color hex code to gray color for using with creator. -// NOTE: If there is a problem interpreting the string, then will use black color and log a debug message. -// Example hex code: #ff -> white. -func ColorGrayFromHex (hexStr string )Color {_fge :=grayColor {};if (len (hexStr )!=2&&len (hexStr )!=3)||hexStr [0]!='#'{_fec .Log .Debug ("I\u006ev\u0061\u006c\u0069\u0064\u0020\u0068\u0065\u0078 \u0063\u006f\u0064\u0065: \u0025\u0073",hexStr );return _fge ; -};var _edga int ;if len (hexStr )==2{var _cga int ;_fcg ,_caf :=_f .Sscanf (hexStr ,"\u0023\u0025\u0031\u0078",&_cga );if _caf !=nil {_fec .Log .Debug ("\u0049\u006e\u0076a\u006c\u0069\u0064\u0020h\u0065\u0078\u0020\u0063\u006f\u0064\u0065:\u0020\u0025\u0073\u002c\u0020\u0065\u0072\u0072\u006f\u0072\u003a\u0020\u0025\u0076",hexStr ,_caf ); -return _fge ;};if _fcg !=1{_fec .Log .Debug ("I\u006ev\u0061\u006c\u0069\u0064\u0020\u0068\u0065\u0078 \u0063\u006f\u0064\u0065: \u0025\u0073",hexStr );return _fge ;};_edga =_cga *16+_cga ;}else {_dda ,_cafa :=_f .Sscanf (hexStr ,"\u0023\u0025\u0032\u0078",&_edga ); -if _cafa !=nil {_fec .Log .Debug ("I\u006ev\u0061\u006c\u0069\u0064\u0020\u0068\u0065\u0078 \u0063\u006f\u0064\u0065: \u0025\u0073",hexStr );return _fge ;};if _dda !=1{_fec .Log .Debug ("\u0049\u006e\u0076\u0061\u006c\u0069d\u0020\u0068\u0065\u0078\u0020\u0063\u006f\u0064\u0065\u003a\u0020\u0025\u0073,\u0020\u006e\u0020\u0021\u003d\u0020\u0033 \u0028\u0025\u0064\u0029",hexStr ,_dda ); -return _fge ;};};_fge ._dbdf =float64 (_edga )/255.0;return _fge ;}; +// Lines returns all the rows of the invoice line items table. +func (_gdgab *Invoice )Lines ()[][]*InvoiceCell {return _gdgab ._gdfd };func _aedcd (_bbfbe TextStyle )*StyledParagraph {return &StyledParagraph {_bcbc :[]*TextChunk {},_cggd :_bbfbe ,_debd :_cfbbd (_bbfbe .Font ),_bcde :1.0,_abff :TextAlignmentLeft ,_egbgc :true ,_baceb :true ,_fecad :false ,_cbace :0,_efea :1,_abag :1,_abab :PositionRelative ,_abce :""}; +}; -// NewTextChunk returns a new text chunk instance. -func NewTextChunk (text string ,style TextStyle )*TextChunk {return &TextChunk {Text :text ,Style :style ,VerticalAlignment :TextVerticalAlignmentBaseline };}; +// Total returns the invoice total description and value cells. +// The returned values can be used to customize the styles of the cells. +func (_caec *Invoice )Total ()(*InvoiceCell ,*InvoiceCell ){return _caec ._cecdb [0],_caec ._cecdb [1]}; -// Polyline represents a slice of points that are connected as straight lines. -// Implements the Drawable interface and can be rendered using the Creator. -type Polyline struct{_cdggc *_gga .Polyline ;_ggaf float64 ;_egfd *int64 ;}; +// Height returns the current page height. +func (_dcac *Creator )Height ()float64 {return _dcac ._defa }; -// TotalLines returns all the rows in the invoice totals table as -// description-value cell pairs. -func (_fgaa *Invoice )TotalLines ()[][2]*InvoiceCell {_ggbdb :=[][2]*InvoiceCell {_fgaa ._beff };_ggbdb =append (_ggbdb ,_fgaa ._aegd ...);return append (_ggbdb ,_fgaa ._gdba );}; +// NewCurvePolygon creates a new curve polygon. +func (_cefd *Creator )NewCurvePolygon (rings [][]_ddb .CubicBezierCurve )*CurvePolygon {return _ebcd (rings );};func (_ffcbf *templateProcessor )parseImage (_fdfdd *templateNode )(interface{},error ){var _cfbdb string ;for _ ,_gaegg :=range _fdfdd ._eccfd .Attr {_fgcdd :=_gaegg .Value ; +switch _gggga :=_gaegg .Name .Local ;_gggga {case "\u0073\u0072\u0063":_cfbdb =_fgcdd ;};};_bdccf ,_fdgcb :=_ffcbf .loadImageFromSrc (_cfbdb );if _fdgcb !=nil {return nil ,_fdgcb ;};var _egddc _be .StreamEncoder ;_geaca :=_ddf .ToLower (_c .Ext (_cfbdb )); +if _geaca =="\u006a\u0070\u0067"||_geaca =="\u006a\u0070\u0065\u0067"{_egddc =_be .NewDCTEncoder ();}else {_egddc =_be .NewFlateEncoder ();};_bdccf .SetEncoder (_egddc );for _ ,_cadab :=range _fdfdd ._eccfd .Attr {_fega :=_cadab .Value ;switch _dggad :=_cadab .Name .Local ; +_dggad {case "\u0061\u006c\u0069g\u006e":_bdccf .SetHorizontalAlignment (_ffcbf .parseHorizontalAlignmentAttr (_dggad ,_fega ));case "\u006fp\u0061\u0063\u0069\u0074\u0079":_bdccf .SetOpacity (_ffcbf .parseFloatAttr (_dggad ,_fega ));case "\u006d\u0061\u0072\u0067\u0069\u006e":_bgdge :=_ffcbf .parseMarginAttr (_dggad ,_fega ); +_bdccf .SetMargins (_bgdge .Left ,_bgdge .Right ,_bgdge .Top ,_bgdge .Bottom );case "\u0066\u0069\u0074\u002d\u006d\u006f\u0064\u0065":_bdccf .SetFitMode (_ffcbf .parseFitModeAttr (_dggad ,_fega ));case "\u0078":_bdccf .SetPos (_ffcbf .parseFloatAttr (_dggad ,_fega ),_bdccf ._bgabe ); +case "\u0079":_bdccf .SetPos (_bdccf ._aeae ,_ffcbf .parseFloatAttr (_dggad ,_fega ));case "\u0077\u0069\u0064t\u0068":_bdccf .SetWidth (_ffcbf .parseFloatAttr (_dggad ,_fega ));case "\u0068\u0065\u0069\u0067\u0068\u0074":_bdccf .SetHeight (_ffcbf .parseFloatAttr (_dggad ,_fega )); +case "\u0061\u006e\u0067l\u0065":_bdccf .SetAngle (_ffcbf .parseFloatAttr (_dggad ,_fega ));case "\u0065n\u0063\u006f\u0064\u0065\u0072":_egddc =_ffcbf .parseImageEncoder (_dggad ,_fega );if _egddc !=nil {_bdccf .SetEncoder (_egddc );};case "\u0073\u0072\u0063":break ; +default:_ffcbf .nodeLogDebug (_fdfdd ,"\u0055n\u0073\u0075p\u0070\u006f\u0072\u0074e\u0064\u0020\u0069m\u0061\u0067\u0065\u0020\u0061\u0074\u0074\u0072\u0069bu\u0074\u0065\u003a \u0060\u0025s\u0060\u002e\u0020\u0053\u006b\u0069p\u0070\u0069n\u0067\u002e",_dggad ); +};};return _bdccf ,nil ;}; -// IsRelative checks if the positioning is relative. -func (_gbe Positioning )IsRelative ()bool {return _gbe ==PositionRelative }; +// Add appends a new item to the list. +// The supported components are: *Paragraph, *StyledParagraph, *Division, *Image, *Table, and *List. +// Returns the marker used for the newly added item. The returned marker +// object can be used to change the text and style of the marker for the +// current item. +func (_dgbee *List )Add (item VectorDrawable )(*TextChunk ,error ){_dadd :=&listItem {_cfec :item ,_gdeca :_dgbee ._cacc };switch _cegbg :=item .(type ){case *Paragraph :case *StyledParagraph :case *List :if _cegbg ._gcbf {_cegbg ._eeccg =15;};case *Division :case *Image :case *Table :default:return nil ,_fc .New ("\u0074\u0068i\u0073\u0020\u0074\u0079\u0070\u0065\u0020\u006f\u0066\u0020\u0064\u0072\u0061\u0077\u0061\u0062\u006c\u0065\u0020\u0069\u0073\u0020\u006e\u006f\u0074\u0020\u0073\u0075\u0070\u0070\u006f\u0072\u0074\u0065\u0064\u0020\u0069\u006e\u0020\u006c\u0069\u0073\u0074"); +};_dgbee ._fadf =append (_dgbee ._fadf ,_dadd );return &_dadd ._gdeca ,nil ;}; -// Add adds a new Drawable to the chapter. -// Currently supported Drawables: -// - *Paragraph -// - *StyledParagraph -// - *Image -// - *Chart -// - *Table -// - *Division -// - *List -// - *Rectangle -// - *Ellipse -// - *Line -// - *Block, -// - *PageBreak -// - *Chapter -func (_aadb *Chapter )Add (d Drawable )error {if Drawable (_aadb )==d {_fec .Log .Debug ("\u0045R\u0052\u004f\u0052\u003a\u0020\u0043\u0061\u006e\u006e\u006f\u0074 \u0061\u0064\u0064\u0020\u0069\u0074\u0073\u0065\u006c\u0066");return _bd .New ("\u0072\u0061\u006e\u0067\u0065\u0020\u0063\u0068\u0065\u0063\u006b\u0020e\u0072\u0072\u006f\u0072"); -};switch _becc :=d .(type ){case *Paragraph ,*StyledParagraph ,*Image ,*Chart ,*Table ,*Division ,*List ,*Rectangle ,*Ellipse ,*Line ,*Block ,*PageBreak ,*Chapter :_aadb ._agbc =append (_aadb ._agbc ,d );case containerDrawable :_ecdd ,_fagb :=_becc .ContainerComponent (_aadb ); -if _fagb !=nil {return _fagb ;};_aadb ._agbc =append (_aadb ._agbc ,_ecdd );default:_fec .Log .Debug ("\u0055n\u0073u\u0070\u0070\u006f\u0072\u0074\u0065\u0064\u003a\u0020\u0025\u0054",d );return _bd .New ("\u0074\u0079p\u0065\u0020\u0063h\u0065\u0063\u006b\u0020\u0065\u0072\u0072\u006f\u0072"); -};return nil ;};func _gdbda (_feggg *_fgd .PdfRectangle ,_beagd _de .Matrix )*_fgd .PdfRectangle {var _gedbf _fgd .PdfRectangle ;_gedbf .Llx ,_gedbf .Lly =_beagd .Transform (_feggg .Llx ,_feggg .Lly );_gedbf .Urx ,_gedbf .Ury =_beagd .Transform (_feggg .Urx ,_feggg .Ury ); -_gedbf .Normalize ();return &_gedbf ;};func (_ebgaa *templateProcessor )parseAttrPropList (_ecbe string )map[string ]string {_eegbe :=_eg .Fields (_ecbe );if len (_eegbe )==0{return nil ;};_aaca :=map[string ]string {};for _ ,_ccee :=range _eegbe {_fdbea :=_bedfe .FindStringSubmatch (_ccee ); -if len (_fdbea )< 3{continue ;};_acgbf ,_bbdbae :=_eg .TrimSpace (_fdbea [1]),_fdbea [2];if _acgbf ==""{continue ;};_aaca [_acgbf ]=_bbdbae ;};return _aaca ;}; +// EnablePageWrap controls whether the table is wrapped across pages. +// If disabled, the table is moved in its entirety on a new page, if it +// does not fit in the available height. By default, page wrapping is enabled. +// If the height of the table is larger than an entire page, wrapping is +// enabled automatically in order to avoid unwanted behavior. +func (_gcggf *Table )EnablePageWrap (enable bool ){_gcggf ._ebcgb =enable }; -// SetMarkedContentID sets marked content ID. -func (_agga *TOC )SetMarkedContentID (mcid int64 )*_fgd .KDict {return nil }; +// SetMakedContentID sets the marked content id for the table. +func (_defg *Table )SetMarkedContentID (mcid int64 )*_gd .KDict {return nil }; -// InsertColumn inserts a column in the line items table at the specified index. -func (_cdga *Invoice )InsertColumn (index uint ,description string )*InvoiceCell {_bafbf :=uint (len (_cdga ._gffd ));if index > _bafbf {index =_bafbf ;};_ggbd :=_cdga .NewColumn (description );_cdga ._gffd =append (_cdga ._gffd [:index ],append ([]*InvoiceCell {_ggbd },_cdga ._gffd [index :]...)...); -return _ggbd ;};func (_fffdb *shading )generatePdfFunctions ()[]_fgd .PdfFunction {if len (_fffdb ._bcaca )==0{return nil ;}else if len (_fffdb ._bcaca )<=2{_cdcd ,_daecd ,_bbece :=_fffdb ._bcaca [0]._afddd .ToRGB ();_gbceg ,_cbgb ,_bcaa :=_fffdb ._bcaca [len (_fffdb ._bcaca )-1]._afddd .ToRGB (); -return []_fgd .PdfFunction {&_fgd .PdfFunctionType2 {Domain :[]float64 {0.0,1.0},Range :[]float64 {0.0,1.0,0.0,1.0,0.0,1.0},N :1,C0 :[]float64 {_cdcd ,_daecd ,_bbece },C1 :[]float64 {_gbceg ,_cbgb ,_bcaa }}};}else {_cfgg :=[]_fgd .PdfFunction {};_adeba :=[]float64 {}; -for _gdgd :=0;_gdgd < len (_fffdb ._bcaca )-1;_gdgd ++{_gdgc ,_efddg ,_fdeg :=_fffdb ._bcaca [_gdgd ]._afddd .ToRGB ();_dcea ,_dbgfd ,_gabe :=_fffdb ._bcaca [_gdgd +1]._afddd .ToRGB ();_fdegb :=&_fgd .PdfFunctionType2 {Domain :[]float64 {0.0,1.0},Range :[]float64 {0.0,1.0,0.0,1.0,0.0,1.0},N :1,C0 :[]float64 {_gdgc ,_efddg ,_fdeg },C1 :[]float64 {_dcea ,_dbgfd ,_gabe }}; -_cfgg =append (_cfgg ,_fdegb );if _gdgd > 0{_adeba =append (_adeba ,_fffdb ._bcaca [_gdgd ]._ffag );};};_aeaf :=[]float64 {};for range _cfgg {_aeaf =append (_aeaf ,[]float64 {0.0,1.0}...);};return []_fgd .PdfFunction {&_fgd .PdfFunctionType3 {Domain :[]float64 {0.0,1.0},Range :[]float64 {0.0,1.0,0.0,1.0,0.0,1.0},Functions :_cfgg ,Bounds :_adeba ,Encode :_aeaf }}; -};}; +// SetBorderWidth sets the border width of the rectangle. +func (_fggd *Rectangle )SetBorderWidth (bw float64 ){_fggd ._bcdgg =bw }; -// Block contains a portion of PDF Page contents. It has a width and a position and can -// be placed anywhere on a Page. It can even contain a whole Page, and is used in the creator -// where each Drawable object can output one or more blocks, each representing content for separate pages -// (typically needed when Page breaks occur). -type Block struct{_cb *_dg .ContentStreamOperations ;_dgd *_fgd .PdfPageResources ;_ad Positioning ;_bf ,_cbe float64 ;_da float64 ;_ace float64 ;_df float64 ;_aag Margins ;_ed []*_fgd .PdfAnnotation ;}; +// SetPos sets the Block's positioning to absolute mode with the specified coordinates. +func (_dbg *Block )SetPos (x ,y float64 ){_dbg ._agg =PositionAbsolute ;_dbg ._eg =x ;_dbg ._bge =y }; -// SetWidth sets line width. -func (_bfbg *Curve )SetWidth (width float64 ){_bfbg ._befg =width }; +// NewChart creates a new creator drawable based on the provided +// unichart chart component. +func NewChart (chart _fbb .ChartRenderable )*Chart {return _dfdb (chart )};func (_eacfa *templateProcessor )renderNode (_bcdb *templateNode )error {_gggecb :=_bcdb ._fdfd ;if _gggecb ==nil {return nil ;};_defab :=_bcdb ._eccfd .Name .Local ;_ebbadb ,_bfdbf :=_dfbbf [_defab ]; +if !_bfdbf {_eacfa .nodeLogDebug (_bcdb ,"I\u006e\u0076\u0061\u006c\u0069\u0064 \u0074\u0061\u0067\u0020\u003c\u0025\u0073\u003e\u002e \u0053\u006b\u0069p\u0070i\u006e\u0067\u002e",_defab );return nil ;};var _gcddf interface{};if _bcdb ._ddbbd !=nil &&_bcdb ._ddbbd ._fdfd !=nil {_eacag :=_bcdb ._ddbbd ._eccfd .Name .Local ; +if _ ,_bfdbf =_ebbadb ._bfbgb [_eacag ];!_bfdbf {_eacfa .nodeLogDebug (_bcdb ,"\u0054\u0061\u0067\u0020\u003c\u0025\u0073\u003e \u0069\u0073\u0020no\u0074\u0020\u0061\u0020\u0076\u0061l\u0069\u0064\u0020\u0070\u0061\u0072\u0065\u006e\u0074\u0020\u0066\u006f\u0072\u0020\u0074h\u0065\u0020\u003c\u0025\u0073\u003e\u0020\u0074a\u0067\u002e",_eacag ,_defab ); +return _eeeee ;};_gcddf =_bcdb ._ddbbd ._fdfd ;}else {_fbgg :="\u0063r\u0065\u0061\u0074\u006f\u0072";switch _eacfa ._gfcf .(type ){case *Block :_fbgg ="\u0062\u006c\u006fc\u006b";};if _ ,_bfdbf =_ebbadb ._bfbgb [_fbgg ];!_bfdbf {_eacfa .nodeLogDebug (_bcdb ,"\u0054\u0061\u0067\u0020\u003c\u0025\u0073\u003e \u0069\u0073\u0020no\u0074\u0020\u0061\u0020\u0076\u0061l\u0069\u0064\u0020\u0070\u0061\u0072\u0065\u006e\u0074\u0020\u0066\u006f\u0072\u0020\u0074h\u0065\u0020\u003c\u0025\u0073\u003e\u0020\u0074a\u0067\u002e",_fbgg ,_defab ); +return _eeeee ;};_gcddf =_eacfa ._gfcf ;};switch _ggad :=_gcddf .(type ){case componentRenderer :_ecafc ,_babf :=_gggecb .(Drawable );if !_babf {_eacfa .nodeLogError (_bcdb ,"\u0054\u0061\u0067\u0020\u003c\u0025\u0073\u003e\u0020\u0028\u0025\u0054\u0029\u0020\u0069s\u0020n\u006f\u0074\u0020\u0061\u0020\u0064\u0072\u0061\u0077\u0061\u0062\u006c\u0065\u002e",_defab ,_gggecb ); +return _deegg ;};_addfd :=_ggad .Draw (_ecafc );if _addfd !=nil {return _eacfa .nodeError (_bcdb ,"\u0043\u0061\u006en\u006f\u0074\u0020\u0064r\u0061\u0077\u0073\u0020\u0074\u0061\u0067 \u003c\u0025\u0073\u003e\u0020\u0028\u0025\u0054\u0029\u003a\u0020\u0025\u0073\u002e",_defab ,_gggecb ,_addfd ); +};case *Division :switch _fcdcd :=_gggecb .(type ){case *Background :_ggad .SetBackground (_fcdcd );case VectorDrawable :_cgcc :=_ggad .Add (_fcdcd );if _cgcc !=nil {return _eacfa .nodeError (_bcdb ,"\u0043a\u006e\u006eo\u0074\u0020\u0061d\u0064\u0020\u0074\u0061\u0067\u0020\u003c%\u0073\u003e\u0020\u0028\u0025\u0054)\u0020\u0069\u006e\u0074\u006f\u0020\u0061\u0020\u0044\u0069\u0076i\u0073\u0069\u006f\u006e\u003a\u0020\u0025\u0073\u002e",_defab ,_gggecb ,_cgcc ); +};};case *TableCell :_cfgd ,_fadg :=_gggecb .(VectorDrawable );if !_fadg {_eacfa .nodeLogError (_bcdb ,"\u0054\u0061\u0067\u0020\u003c\u0025\u0073\u003e\u0020\u0028\u0025\u0054\u0029 \u0069\u0073\u0020\u006e\u006f\u0074 \u0061\u0020\u0076\u0065\u0063\u0074\u006f\u0072\u0020\u0064\u0072\u0061\u0077a\u0062\u006c\u0065\u002e",_defab ,_gggecb ); +return _deegg ;};_agge :=_ggad .SetContent (_cfgd );if _agge !=nil {return _eacfa .nodeError (_bcdb ,"C\u0061\u006e\u006e\u006f\u0074\u0020\u0061\u0064\u0064 \u0074\u0061\u0067\u0020\u003c\u0025\u0073> \u0028\u0025\u0054\u0029 \u0069\u006e\u0074\u006f\u0020\u0061\u0020\u0074\u0061bl\u0065\u0020c\u0065\u006c\u006c\u003a\u0020\u0025\u0073\u002e",_defab ,_gggecb ,_agge ); +};case *StyledParagraph :_dgdef ,_cefge :=_gggecb .(*TextChunk );if !_cefge {_eacfa .nodeLogError (_bcdb ,"\u0054\u0061\u0067 <\u0025\u0073\u003e\u0020\u0028\u0025\u0054\u0029\u0020i\u0073 \u006eo\u0074 \u0061\u0020\u0074\u0065\u0078\u0074\u0020\u0063\u0068\u0075\u006e\u006b\u002e",_defab ,_gggecb ); +return _deegg ;};_ggad .appendChunk (_dgdef );case *Chapter :switch _ecagc :=_gggecb .(type ){case *Chapter :return nil ;case *Paragraph :if _bcdb ._eccfd .Name .Local =="\u0063h\u0061p\u0074\u0065\u0072\u002d\u0068\u0065\u0061\u0064\u0069\u006e\u0067"{return nil ; +};_fcbf :=_ggad .Add (_ecagc );if _fcbf !=nil {return _eacfa .nodeError (_bcdb ,"\u0043a\u006e\u006eo\u0074\u0020\u0061\u0064d\u0020\u0074\u0061g\u0020\u003c\u0025\u0073\u003e\u0020\u0028\u0025\u0054) \u0069\u006e\u0074o\u0020\u0061 \u0043\u0068\u0061\u0070\u0074\u0065r\u003a\u0020%\u0073\u002e",_defab ,_gggecb ,_fcbf ); +};case Drawable :_dbabf :=_ggad .Add (_ecagc );if _dbabf !=nil {return _eacfa .nodeError (_bcdb ,"\u0043a\u006e\u006eo\u0074\u0020\u0061\u0064d\u0020\u0074\u0061g\u0020\u003c\u0025\u0073\u003e\u0020\u0028\u0025\u0054) \u0069\u006e\u0074o\u0020\u0061 \u0043\u0068\u0061\u0070\u0074\u0065r\u003a\u0020%\u0073\u002e",_defab ,_gggecb ,_dbabf ); +};};case *List :switch _aebec :=_gggecb .(type ){case *TextChunk :case *listItem :_ggad ._fadf =append (_ggad ._fadf ,_aebec );default:_eacfa .nodeLogError (_bcdb ,"\u0054\u0061\u0067\u0020\u003c\u0025\u0073>\u0020\u0028\u0025T\u0029\u0020\u0069\u0073 \u006e\u006f\u0074\u0020\u0061\u0020\u006c\u0069\u0073\u0074\u0020\u0069\u0074\u0065\u006d\u002e\u0020\u0053\u006b\u0069\u0070\u0070\u0069\u006e\u0067\u002e",_defab ,_gggecb ); +};case *listItem :switch _dbgc :=_gggecb .(type ){case *TextChunk :case *StyledParagraph :_ggad ._cfec =_dbgc ;case *List :if _dbgc ._gcbf {_dbgc ._eeccg =15;};_ggad ._cfec =_dbgc ;case *Image :_ggad ._cfec =_dbgc ;case *Division :_ggad ._cfec =_dbgc ; +case *Table :_ggad ._cfec =_dbgc ;default:_eacfa .nodeLogError (_bcdb ,"\u0054\u0061\u0067\u0020\u003c%\u0073\u003e\u0020\u0028\u0025\u0054\u0029\u0020\u0069\u0073\u0020\u006e\u006ft\u0020\u0073\u0075\u0070\u0070\u006f\u0072\u0074\u0065\u0064\u0020\u0069\u006e\u0020\u0061\u0020\u006c\u0069\u0073\u0074\u002e",_defab ,_gggecb ); +return _deegg ;};};return nil ;};const (DefaultHorizontalScaling =100;); -// SetSubtotal sets the subtotal of the invoice. -func (_ggadf *Invoice )SetSubtotal (value string ){_ggadf ._beff [1].Value =value };func (_dage *Invoice )newColumn (_ddeg string ,_acbb CellHorizontalAlignment )*InvoiceCell {_ddbad :=&InvoiceCell {_dage ._gbfg ,_ddeg };_ddbad .Alignment =_acbb ;return _ddbad ; -}; +// SetStructTreeRoot sets the structure tree root to be appended in the document that will be created. +func (_dabf *Creator )SetStructTreeRoot (structTreeRoot *_gd .StructTreeRoot ){_dabf ._fgc =structTreeRoot ;};func _cebge (_badff *_gd .PdfAnnotation )*_gd .PdfAnnotation {if _badff ==nil {return nil ;};var _fdedb *_gd .PdfAnnotation ;switch _egcae :=_badff .GetContext ().(type ){case *_gd .PdfAnnotationLink :if _caeg :=_bbdfeg (_egcae ); +_caeg !=nil {_fdedb =_caeg .PdfAnnotation ;};case *_gd .PdfAnnotationHighlight :if _dfcee :=_faadb (_egcae );_dfcee !=nil {_fdedb =_dfcee .PdfAnnotation ;};};return _fdedb ;}; -// NewCell makes a new cell and inserts it into the table at the current position. -func (_eggab *Table )NewCell ()*TableCell {return _eggab .MultiCell (1,1)}; +// NewBlockFromPage creates a Block from a PDF Page. Useful for loading template pages as blocks +// from a PDF document and additional content with the creator. +func NewBlockFromPage (page *_gd .PdfPage )(*Block ,error ){_ded :=&Block {};_ae ,_ege :=page .GetAllContentStreams ();if _ege !=nil {return nil ,_ege ;};_egg :=_eag .NewContentStreamParser (_ae );_afe ,_ege :=_egg .Parse ();if _ege !=nil {return nil ,_ege ; +};_afe .WrapIfNeeded ();_ded ._ge =_afe ;if page .Resources !=nil {_ded ._fa =page .Resources ;}else {_ded ._fa =_gd .NewPdfPageResources ();};_eb ,_ege :=page .GetMediaBox ();if _ege !=nil {return nil ,_ege ;};if _eb .Llx !=0||_eb .Lly !=0{_ded .translate (-_eb .Llx ,_eb .Lly ); +};_ded ._de =_eb .Urx -_eb .Llx ;_ded ._ad =_eb .Ury -_eb .Lly ;if page .Rotate !=nil {_ded ._ac =-float64 (*page .Rotate );};return _ded ,nil ;}; -// NewPage adds a new Page to the Creator and sets as the active Page. -func (_dbeg *Creator )NewPage ()*_fgd .PdfPage {_acea :=_dbeg .newPage ();_dbeg ._egfb =append (_dbeg ._egfb ,_acea );_dbeg ._eee .Page ++;return _acea ;}; +// AddressStyle returns the style properties used to render the content of +// the invoice address sections. +func (_begbg *Invoice )AddressStyle ()TextStyle {return _begbg ._gdga }; -// ColorRGBFrom8bit creates a Color from 8-bit (0-255) r,g,b values. -// Example: -// -// red := ColorRGBFrom8Bit(255, 0, 0) -func ColorRGBFrom8bit (r ,g ,b byte )Color {return rgbColor {_ead :float64 (r )/255.0,_ddd :float64 (g )/255.0,_decg :float64 (b )/255.0};}; +// IsRelative checks if the positioning is relative. +func (_gdec Positioning )IsRelative ()bool {return _gdec ==PositionRelative }; -// SetBorderWidth sets the border width of the ellipse. -func (_geeb *Ellipse )SetBorderWidth (bw float64 ){_geeb ._gfbg =bw }; +// Polygon represents a polygon shape. +// Implements the Drawable interface and can be drawn on PDF using the Creator. +type Polygon struct{_dbfd *_ddb .Polygon ;_cbfb float64 ;_gcdg float64 ;_aafdc Color ;_fgdbe *int64 ;};func (_badg *templateProcessor )parseListMarker (_dgggfc *templateNode )(interface{},error ){if _dgggfc ._ddbbd ==nil {_badg .nodeLogError (_dgggfc ,"\u004c\u0069\u0073\u0074\u0020\u006da\u0072\u006b\u0065\u0072\u0020\u0070\u0061\u0072\u0065\u006e\u0074\u0020\u0063a\u006e\u006e\u006f\u0074\u0020\u0062\u0065 \u006e\u0069\u006c\u002e"); +return nil ,_eeeee ;};var _ecdb *TextChunk ;switch _fcdagd :=_dgggfc ._ddbbd ._fdfd .(type ){case *List :_ecdb =&_fcdagd ._cacc ;case *listItem :_ecdb =&_fcdagd ._gdeca ;default:_badg .nodeLogError (_dgggfc ,"\u0025\u0076 \u0069\u0073\u0020\u006e\u006f\u0074\u0020\u0061\u0020\u0076\u0061\u006c\u0069\u0064\u0020\u0070\u0061\u0072\u0065\u006e\u0074\u0020\u006e\u006f\u0064\u0065\u0020\u0066\u006f\u0072\u0020\u006c\u0069\u0073\u0074\u0020\u006d\u0061\u0072\u006b\u0065\u0072\u002e",_fcdagd ); +return nil ,_eeeee ;};if _ ,_cbebf :=_badg .parseTextChunk (_dgggfc ,_ecdb );_cbebf !=nil {_badg .nodeLogError (_dgggfc ,"\u0043\u006f\u0075ld\u0020\u006e\u006f\u0074\u0020\u0070\u0061\u0072\u0073e\u0020l\u0069s\u0074 \u006d\u0061\u0072\u006b\u0065\u0072\u003a\u0020\u0060\u0025\u0076\u0060\u002e",_cbebf ); +return nil ,nil ;};return _ecdb ,nil ;};func (_cgegf *templateProcessor )parseEllipse (_gdbgcg *templateNode )(interface{},error ){_febgff :=_cgegf .creator .NewEllipse (0,0,0,0);for _ ,_dfcdb :=range _gdbgcg ._eccfd .Attr {_gaada :=_dfcdb .Value ;switch _bcdfd :=_dfcdb .Name .Local ; +_bcdfd {case "\u0063\u0078":_febgff ._dbeb =_cgegf .parseFloatAttr (_bcdfd ,_gaada );case "\u0063\u0079":_febgff ._caaf =_cgegf .parseFloatAttr (_bcdfd ,_gaada );case "\u0077\u0069\u0064t\u0068":_febgff .SetWidth (_cgegf .parseFloatAttr (_bcdfd ,_gaada )); +case "\u0068\u0065\u0069\u0067\u0068\u0074":_febgff .SetHeight (_cgegf .parseFloatAttr (_bcdfd ,_gaada ));case "\u0066\u0069\u006c\u006c\u002d\u0063\u006f\u006c\u006f\u0072":_febgff .SetFillColor (_cgegf .parseColorAttr (_bcdfd ,_gaada ));case "\u0066\u0069\u006cl\u002d\u006f\u0070\u0061\u0063\u0069\u0074\u0079":_febgff .SetFillOpacity (_cgegf .parseFloatAttr (_bcdfd ,_gaada )); +case "\u0062\u006f\u0072d\u0065\u0072\u002d\u0063\u006f\u006c\u006f\u0072":_febgff .SetBorderColor (_cgegf .parseColorAttr (_bcdfd ,_gaada ));case "\u0062\u006f\u0072\u0064\u0065\u0072\u002d\u006f\u0070a\u0063\u0069\u0074\u0079":_febgff .SetBorderOpacity (_cgegf .parseFloatAttr (_bcdfd ,_gaada )); +case "\u0062\u006f\u0072d\u0065\u0072\u002d\u0077\u0069\u0064\u0074\u0068":_febgff .SetBorderWidth (_cgegf .parseFloatAttr (_bcdfd ,_gaada ));case "\u0070\u006f\u0073\u0069\u0074\u0069\u006f\u006e":_febgff .SetPositioning (_cgegf .parsePositioningAttr (_bcdfd ,_gaada )); +case "\u0066\u0069\u0074\u002d\u006d\u006f\u0064\u0065":_febgff .SetFitMode (_cgegf .parseFitModeAttr (_bcdfd ,_gaada ));case "\u006d\u0061\u0072\u0067\u0069\u006e":_aadfa :=_cgegf .parseMarginAttr (_bcdfd ,_gaada );_febgff .SetMargins (_aadfa .Left ,_aadfa .Right ,_aadfa .Top ,_aadfa .Bottom ); +default:_cgegf .nodeLogDebug (_gdbgcg ,"\u0055\u006es\u0075\u0070\u0070\u006f\u0072\u0074\u0065\u0064\u0020\u0065\u006c\u006c\u0069\u0070\u0073\u0065\u0020\u0061\u0074\u0074\u0072\u0069\u0062\u0075\u0074\u0065\u003a\u0020\u0060\u0025\u0073\u0060\u002e\u0020\u0053\u006b\u0069\u0070\u0070\u0069\u006e\u0067\u002e",_bcdfd ); +};};return _febgff ,nil ;}; -// SetBorderColor sets border color of the rectangle. -func (_accf *Rectangle )SetBorderColor (col Color ){_accf ._bedf =col }; +// SetIndent sets the left offset of the list when nested into another list. +func (_ebadc *List )SetIndent (indent float64 ){_ebadc ._eeccg =indent ;_ebadc ._gcbf =false };func (_gggf *templateProcessor )parseMarginAttr (_bcebb ,_cfdd string )Margins {_ca .Log .Debug ("\u0050\u0061r\u0073\u0069\u006e\u0067 \u006d\u0061r\u0067\u0069\u006e\u0020\u0061\u0074\u0074\u0072i\u0062\u0075\u0074\u0065\u003a\u0020\u0028\u0060\u0025\u0073\u0060\u002c \u0025\u0073\u0029\u002e",_bcebb ,_cfdd ); +_bgccgg :=Margins {};switch _fada :=_ddf .Fields (_cfdd );len (_fada ){case 1:_bgccgg .Top ,_ =_fd .ParseFloat (_fada [0],64);_bgccgg .Bottom =_bgccgg .Top ;_bgccgg .Left =_bgccgg .Top ;_bgccgg .Right =_bgccgg .Top ;case 2:_bgccgg .Top ,_ =_fd .ParseFloat (_fada [0],64); +_bgccgg .Bottom =_bgccgg .Top ;_bgccgg .Left ,_ =_fd .ParseFloat (_fada [1],64);_bgccgg .Right =_bgccgg .Left ;case 3:_bgccgg .Top ,_ =_fd .ParseFloat (_fada [0],64);_bgccgg .Left ,_ =_fd .ParseFloat (_fada [1],64);_bgccgg .Right =_bgccgg .Left ;_bgccgg .Bottom ,_ =_fd .ParseFloat (_fada [2],64); +case 4:_bgccgg .Top ,_ =_fd .ParseFloat (_fada [0],64);_bgccgg .Right ,_ =_fd .ParseFloat (_fada [1],64);_bgccgg .Bottom ,_ =_fd .ParseFloat (_fada [2],64);_bgccgg .Left ,_ =_fd .ParseFloat (_fada [3],64);};return _bgccgg ;}; -// Paragraph represents text drawn with a specified font and can wrap across lines and pages. -// By default, it occupies the available width in the drawing context. -type Paragraph struct{_egea string ;_gbca *_fgd .PdfFont ;_acdge float64 ;_fbcg float64 ;_bbfd Color ;_cebg TextAlignment ;_ecae bool ;_gcbf float64 ;_dacad int ;_dcefd bool ;_cadb float64 ;_eebg Margins ;_dbgab Positioning ;_gddg float64 ;_ggfb float64 ; -_gccbb ,_eacb float64 ;_ebdc []string ;_dege *int64 ;_eadae string ;}; - -// CreateFrontPage sets a function to generate a front Page. -func (_fbd *Creator )CreateFrontPage (genFrontPageFunc func (_caa FrontpageFunctionArgs )){_fbd ._cee =genFrontPageFunc ;}; - -// SetFillColor sets the fill color. -func (_abgf *CurvePolygon )SetFillColor (color Color ){_abgf ._eeea =color ;_abgf ._dgc .FillColor =_cfcee (color );}; +// Ellipse defines an ellipse with a center at (xc,yc) and a specified width and height. The ellipse can have a colored +// fill and/or border with a specified width. +// Implements the Drawable interface and can be drawn on PDF using the Creator. +type Ellipse struct{_dbeb float64 ;_caaf float64 ;_gbea float64 ;_fgbb float64 ;_gbbf Positioning ;_cgcbc Color ;_baae float64 ;_bfgf Color ;_fdcc float64 ;_egegc float64 ;_dffg Margins ;_fdbc FitMode ;_ecdc *int64 ;}; -// Level returns the indentation level of the TOC line. -func (_addd *TOCLine )Level ()uint {return _addd ._gfec };func _bdab (_gbgd Color ,_fcaag float64 )*ColorPoint {return &ColorPoint {_afddd :_gbgd ,_ffag :_fcaag }};func (_fdfb *templateProcessor )nodeLogError (_aebbf *templateNode ,_ebfc string ,_cadd ...interface{}){_fec .Log .Error (_fdfb .getNodeErrorLocation (_aebbf ,_ebfc ,_cadd ...)); -}; +// GetHorizontalAlignment returns the horizontal alignment of the image. +func (_fbaf *Image )GetHorizontalAlignment ()HorizontalAlignment {return _fbaf ._ggaca }; -// Subtotal returns the invoice subtotal description and value cells. -// The returned values can be used to customize the styles of the cells. -func (_cbfd *Invoice )Subtotal ()(*InvoiceCell ,*InvoiceCell ){return _cbfd ._beff [0],_cbfd ._beff [1]};func (_bdce *templateProcessor )parseRectangle (_ebgcac *templateNode )(interface{},error ){_dgcfa :=_bdce .creator .NewRectangle (0,0,0,0);for _ ,_ceeb :=range _ebgcac ._adfdg .Attr {_gaaga :=_ceeb .Value ; -switch _bcbb :=_ceeb .Name .Local ;_bcbb {case "\u0078":_dgcfa ._defb =_bdce .parseFloatAttr (_bcbb ,_gaaga );case "\u0079":_dgcfa ._cdgf =_bdce .parseFloatAttr (_bcbb ,_gaaga );case "\u0077\u0069\u0064t\u0068":_dgcfa .SetWidth (_bdce .parseFloatAttr (_bcbb ,_gaaga )); -case "\u0068\u0065\u0069\u0067\u0068\u0074":_dgcfa .SetHeight (_bdce .parseFloatAttr (_bcbb ,_gaaga ));case "\u0066\u0069\u006c\u006c\u002d\u0063\u006f\u006c\u006f\u0072":_dgcfa .SetFillColor (_bdce .parseColorAttr (_bcbb ,_gaaga ));case "\u0066\u0069\u006cl\u002d\u006f\u0070\u0061\u0063\u0069\u0074\u0079":_dgcfa .SetFillOpacity (_bdce .parseFloatAttr (_bcbb ,_gaaga )); -case "\u0062\u006f\u0072d\u0065\u0072\u002d\u0063\u006f\u006c\u006f\u0072":_dgcfa .SetBorderColor (_bdce .parseColorAttr (_bcbb ,_gaaga ));case "\u0062\u006f\u0072\u0064\u0065\u0072\u002d\u006f\u0070a\u0063\u0069\u0074\u0079":_dgcfa .SetBorderOpacity (_bdce .parseFloatAttr (_bcbb ,_gaaga )); -case "\u0062\u006f\u0072d\u0065\u0072\u002d\u0077\u0069\u0064\u0074\u0068":_dgcfa .SetBorderWidth (_bdce .parseFloatAttr (_bcbb ,_gaaga ));case "\u0062\u006f\u0072\u0064\u0065\u0072\u002d\u0072\u0061\u0064\u0069\u0075\u0073":_fgfa ,_dgbbe ,_bafc ,_affee :=_bdce .parseBorderRadiusAttr (_bcbb ,_gaaga ); -_dgcfa .SetBorderRadius (_fgfa ,_dgbbe ,_affee ,_bafc );case "\u0062\u006f\u0072\u0064er\u002d\u0074\u006f\u0070\u002d\u006c\u0065\u0066\u0074\u002d\u0072\u0061\u0064\u0069u\u0073":_dgcfa ._ggeb =_bdce .parseFloatAttr (_bcbb ,_gaaga );case "\u0062\u006f\u0072de\u0072\u002d\u0074\u006f\u0070\u002d\u0072\u0069\u0067\u0068\u0074\u002d\u0072\u0061\u0064\u0069\u0075\u0073":_dgcfa ._cbbc =_bdce .parseFloatAttr (_bcbb ,_gaaga ); -case "\u0062o\u0072\u0064\u0065\u0072-\u0062\u006f\u0074\u0074\u006fm\u002dl\u0065f\u0074\u002d\u0072\u0061\u0064\u0069\u0075s":_dgcfa ._ggfa =_bdce .parseFloatAttr (_bcbb ,_gaaga );case "\u0062\u006f\u0072\u0064\u0065\u0072\u002d\u0062\u006f\u0074\u0074o\u006d\u002d\u0072\u0069\u0067\u0068\u0074\u002d\u0072\u0061d\u0069\u0075\u0073":_dgcfa ._gcefb =_bdce .parseFloatAttr (_bcbb ,_gaaga ); -case "\u0070\u006f\u0073\u0069\u0074\u0069\u006f\u006e":_dgcfa .SetPositioning (_bdce .parsePositioningAttr (_bcbb ,_gaaga ));case "\u0066\u0069\u0074\u002d\u006d\u006f\u0064\u0065":_dgcfa .SetFitMode (_bdce .parseFitModeAttr (_bcbb ,_gaaga ));case "\u006d\u0061\u0072\u0067\u0069\u006e":_adcbf :=_bdce .parseMarginAttr (_bcbb ,_gaaga ); -_dgcfa .SetMargins (_adcbf .Left ,_adcbf .Right ,_adcbf .Top ,_adcbf .Bottom );default:_bdce .nodeLogDebug (_ebgcac ,"\u0055\u006e\u0073\u0075\u0070\u0070\u006f\u0072t\u0065\u0064\u0020re\u0063\u0074\u0061\u006e\u0067\u006ce\u0020\u0061\u0074\u0074\u0072\u0069\u0062\u0075\u0074\u0065\u003a\u0020\u0060\u0025\u0073`\u002e\u0020\u0053\u006b\u0069\u0070\u0070\u0069n\u0067\u002e",_bcbb ); -};};return _dgcfa ,nil ;};type componentRenderer interface{Draw (_ececb Drawable )error ;}; +// SetMargins sets the Paragraph's margins. +func (_dcfe *Paragraph )SetMargins (left ,right ,top ,bottom float64 ){_dcfe ._cgacg .Left =left ;_dcfe ._cgacg .Right =right ;_dcfe ._cgacg .Top =top ;_dcfe ._cgacg .Bottom =bottom ;};func (_adbed *templateProcessor )parseBorderRadiusAttr (_aaccg ,_agdcg string )(_cfaae ,_cdagc ,_cceaf ,_dadec float64 ){_ca .Log .Debug ("\u0050a\u0072\u0073i\u006e\u0067\u0020\u0062o\u0072\u0064\u0065r\u0020\u0072\u0061\u0064\u0069\u0075\u0073\u0020\u0061tt\u0072\u0069\u0062u\u0074\u0065:\u0020\u0028\u0060\u0025\u0073\u0060,\u0020\u0025s\u0029\u002e",_aaccg ,_agdcg ); +switch _eeece :=_ddf .Fields (_agdcg );len (_eeece ){case 1:_cfaae ,_ =_fd .ParseFloat (_eeece [0],64);_cdagc =_cfaae ;_cceaf =_cfaae ;_dadec =_cfaae ;case 2:_cfaae ,_ =_fd .ParseFloat (_eeece [0],64);_cceaf =_cfaae ;_cdagc ,_ =_fd .ParseFloat (_eeece [1],64); +_dadec =_cdagc ;case 3:_cfaae ,_ =_fd .ParseFloat (_eeece [0],64);_cdagc ,_ =_fd .ParseFloat (_eeece [1],64);_dadec =_cdagc ;_cceaf ,_ =_fd .ParseFloat (_eeece [2],64);case 4:_cfaae ,_ =_fd .ParseFloat (_eeece [0],64);_cdagc ,_ =_fd .ParseFloat (_eeece [1],64); +_cceaf ,_ =_fd .ParseFloat (_eeece [2],64);_dadec ,_ =_fd .ParseFloat (_eeece [3],64);};return _cfaae ,_cdagc ,_cceaf ,_dadec ;}; -// SetCompactMode sets the compact mode flag for this table. -// -// By enabling compact mode, table cell that contains Paragraph/StyleParagraph -// would not add extra height when calculating it's height. -// -// The default value is false. -func (_fgefg *Table )SetCompactMode (enable bool ){_fgefg ._eadda =enable }; +// LevelOffset returns the amount of space an indentation level occupies. +func (_ccfcd *TOCLine )LevelOffset ()float64 {return _ccfcd ._gedeb }; -// SetColumns overwrites any columns in the line items table. This should be -// called before AddLine. -func (_eeab *Invoice )SetColumns (cols []*InvoiceCell ){_eeab ._gffd =cols }; +// BorderWidth returns the border width of the rectangle. +func (_cbcec *Rectangle )BorderWidth ()float64 {return _cbcec ._bcdgg }; -// SetFillOpacity sets the fill opacity. -func (_bcff *CurvePolygon )SetFillOpacity (opacity float64 ){_bcff ._fafc =opacity };func (_caea *templateProcessor )parseInt64Attr (_aagff ,_fgcdc string )int64 {_fec .Log .Debug ("\u0050\u0061rs\u0069\u006e\u0067 \u0069\u006e\u0074\u00364 a\u0074tr\u0069\u0062\u0075\u0074\u0065\u003a\u0020(`\u0025\u0073\u0060\u002c\u0020\u0025\u0073)\u002e",_aagff ,_fgcdc ); -_fdbcb ,_ :=_fg .ParseInt (_fgcdc ,10,64);return _fdbcb ;};func (_dedcc *Table )clone ()*Table {_ddcfda :=*_dedcc ;_ddcfda ._gecdg =make ([]float64 ,len (_dedcc ._gecdg ));copy (_ddcfda ._gecdg ,_dedcc ._gecdg );_ddcfda ._cddfg =make ([]float64 ,len (_dedcc ._cddfg )); -copy (_ddcfda ._cddfg ,_dedcc ._cddfg );_ddcfda ._efbe =make ([]*TableCell ,0,len (_dedcc ._efbe ));for _ ,_ggeg :=range _dedcc ._efbe {_fcfec :=*_ggeg ;_fcfec ._abdcb =&_ddcfda ;_ddcfda ._efbe =append (_ddcfda ._efbe ,&_fcfec );};return &_ddcfda ;};func _cfbf (_geaga TextStyle )*List {return &List {_edaa :TextChunk {Text :"\u2022\u0020",Style :_geaga },_aedbb :0,_ebfa :true ,_bdgca :PositionRelative ,_fedb :_geaga }; -};func (_ec *Block )addContents (_ae *_dg .ContentStreamOperations ){_ec ._cb .WrapIfNeeded ();_ae .WrapIfNeeded ();*_ec ._cb =append (*_ec ._cb ,*_ae ...);}; +// GeneratePageBlocks generates the page blocks. Multiple blocks are generated if the contents wrap +// over multiple pages. Implements the Drawable interface. +func (_faef *Paragraph )GeneratePageBlocks (ctx DrawContext )([]*Block ,DrawContext ,error ){_befc :=ctx ;var _gcbad []*Block ;_eace :=NewBlock (ctx .PageWidth ,ctx .PageHeight );if _faef ._adfd .IsRelative (){ctx .X +=_faef ._cgacg .Left ;ctx .Y +=_faef ._cgacg .Top ; +ctx .Width -=_faef ._cgacg .Left +_faef ._cgacg .Right ;ctx .Height -=_faef ._cgacg .Top ;_faef .SetWidth (ctx .Width );if _faef .Height ()> ctx .Height {_gcbad =append (_gcbad ,_eace );_eace =NewBlock (ctx .PageWidth ,ctx .PageHeight );ctx .Page ++;_cfee :=ctx ; +_cfee .Y =ctx .Margins .Top ;_cfee .X =ctx .Margins .Left +_faef ._cgacg .Left ;_cfee .Height =ctx .PageHeight -ctx .Margins .Top -ctx .Margins .Bottom ;_cfee .Width =ctx .PageWidth -ctx .Margins .Left -ctx .Margins .Right -_faef ._cgacg .Left -_faef ._cgacg .Right ; +ctx =_cfee ;};}else {if int (_faef ._gba )<=0{_faef .SetWidth (_faef .getTextWidth ());};ctx .X =_faef ._dagaa ;ctx .Y =_faef ._dcag ;};ctx ,_gacc :=_babe (_eace ,_faef ,ctx );if _gacc !=nil {_ca .Log .Debug ("\u0045R\u0052\u004f\u0052\u003a\u0020\u0025v",_gacc ); +return nil ,ctx ,_gacc ;};_gcbad =append (_gcbad ,_eace );if _faef ._adfd .IsRelative (){ctx .Y +=_faef ._cgacg .Bottom ;ctx .Height -=_faef ._cgacg .Bottom ;if !ctx .Inline {ctx .X =_befc .X ;ctx .Width =_befc .Width ;};return _gcbad ,ctx ,nil ;};return _gcbad ,_befc ,nil ; +};func (_ddcgg *templateProcessor )parseCellAlignmentAttr (_ccbcb ,_edcdf string )CellHorizontalAlignment {_ca .Log .Debug ("\u0050a\u0072\u0073i\u006e\u0067\u0020c\u0065\u006c\u006c\u0020\u0061\u006c\u0069g\u006e\u006d\u0065\u006e\u0074\u0020a\u0074\u0074\u0072\u0069\u0062\u0075\u0074\u0065\u003a\u0020\u0028`\u0025\u0073\u0060\u002c\u0020\u0025\u0073\u0029\u002e",_ccbcb ,_edcdf ); +_caafbg :=map[string ]CellHorizontalAlignment {"\u006c\u0065\u0066\u0074":CellHorizontalAlignmentLeft ,"\u0063\u0065\u006e\u0074\u0065\u0072":CellHorizontalAlignmentCenter ,"\u0072\u0069\u0067h\u0074":CellHorizontalAlignmentRight }[_edcdf ];return _caafbg ; +};func _babe (_afgf *Block ,_dbce *Paragraph ,_dbge DrawContext )(DrawContext ,error ){_fggc :=1;_ggdeb :=_be .PdfObjectName ("\u0046\u006f\u006e\u0074"+_fd .Itoa (_fggc ));for _afgf ._fa .HasFontByName (_ggdeb ){_fggc ++;_ggdeb =_be .PdfObjectName ("\u0046\u006f\u006e\u0074"+_fd .Itoa (_fggc )); +};_bffaa :=_afgf ._fa .SetFontByName (_ggdeb ,_dbce ._caccd .ToPdfObject ());if _bffaa !=nil {return _dbge ,_bffaa ;};_dbce .wrapText ();_gede :=_eag .NewContentCreator ();_gede .Add_q ();_bdgg :=_dbge .PageHeight -_dbge .Y -_dbce ._geac *_dbce ._agdbb ; +_gede .Translate (_dbge .X ,_bdgg );if _dbce ._ggc !=0{_gede .RotateDeg (_dbce ._ggc );};_fdcca :=_fac (_dbce ._ebbg );_bffaa =_gaea (_afgf ,_fdcca ,_dbce ._ebbg ,func ()Rectangle {return Rectangle {_fdeb :_dbge .X ,_fefcd :_bdgg ,_dacdg :_dbce .getMaxLineWidth ()/1000.0,_ddccd :_dbce .Height ()}; +});if _bffaa !=nil {return _dbge ,_bffaa ;};_gede .Add_BT ();_bfea :=map[string ]_be .PdfObject {};if _dbce ._bafa !=nil {_bfea ["\u004d\u0043\u0049\u0044"]=_be .MakeInteger (*_dbce ._bafa );};if _dbce ._fbbdg !=""{_bfea ["\u004c\u0061\u006e\u0067"]=_be .MakeString (_dbce ._fbbdg ); +};if len (_bfea )> 0{_gede .Add_BDC (*_be .MakeName (_gd .StructureTypeParagraph ),_bfea );};_gede .SetNonStrokingColor (_fdcca ).Add_Tf (_ggdeb ,_dbce ._geac ).Add_TL (_dbce ._geac *_dbce ._agdbb );for _egea ,_cebada :=range _dbce ._beag {if _egea !=0{_gede .Add_Tstar (); +};_eddf :=[]rune (_cebada );_dagg :=0.0;_defc :=0;for _fgdcc ,_gcbge :=range _eddf {if _gcbge ==' '{_defc ++;continue ;};if _gcbge =='\u000A'{continue ;};_aacc ,_badbg :=_dbce ._caccd .GetRuneMetrics (_gcbge );if !_badbg {_ca .Log .Debug ("\u0055\u006e\u0073\u0075\u0070\u0070\u006f\u0072\u0074\u0065\u0064\u0020\u0072\u0075\u006e\u0065\u0020\u0069=\u0025\u0064\u0020\u0072\u0075\u006e\u0065=\u0030\u0078\u0025\u0030\u0034\u0078\u003d\u0025\u0063\u0020\u0069n\u0020\u0066\u006f\u006e\u0074\u0020\u0025\u0073\u0020\u0025\u0073",_fgdcc ,_gcbge ,_gcbge ,_dbce ._caccd .BaseFont (),_dbce ._caccd .Subtype ()); +return _dbge ,_fc .New ("\u0075\u006e\u0073\u0075pp\u006f\u0072\u0074\u0065\u0064\u0020\u0074\u0065\u0078\u0074\u0020\u0067\u006c\u0079p\u0068");};_dagg +=_dbce ._geac *_aacc .Wx ;};var _dfcda []_be .PdfObject ;_daae ,_eedd :=_dbce ._caccd .GetRuneMetrics (' '); +if !_eedd {return _dbge ,_fc .New ("\u0074\u0068e \u0066\u006f\u006et\u0020\u0064\u006f\u0065s n\u006ft \u0068\u0061\u0076\u0065\u0020\u0061\u0020sp\u0061\u0063\u0065\u0020\u0067\u006c\u0079p\u0068");};_ddcac :=_daae .Wx ;switch _dbce ._eced {case TextAlignmentJustify :if _defc > 0&&_egea < len (_dbce ._beag )-1{_ddcac =(_dbce ._gba *1000.0-_dagg )/float64 (_defc )/_dbce ._geac ; +};case TextAlignmentCenter :_bcfa :=_dagg +float64 (_defc )*_ddcac *_dbce ._geac ;_aggcb :=(_dbce ._gba *1000.0-_bcfa )/2/_dbce ._geac ;_dfcda =append (_dfcda ,_be .MakeFloat (-_aggcb ));case TextAlignmentRight :_efaaa :=_dagg +float64 (_defc )*_ddcac *_dbce ._geac ; +_effc :=(_dbce ._gba *1000.0-_efaaa )/_dbce ._geac ;_dfcda =append (_dfcda ,_be .MakeFloat (-_effc ));};_bgdd :=_dbce ._caccd .Encoder ();var _cccae []byte ;for _ ,_ddbb :=range _eddf {if _ddbb =='\u000A'{continue ;};if _ddbb ==' '{if len (_cccae )> 0{_dfcda =append (_dfcda ,_be .MakeStringFromBytes (_cccae )); +_cccae =nil ;};_dfcda =append (_dfcda ,_be .MakeFloat (-_ddcac ));}else {if _ ,_efgde :=_bgdd .RuneToCharcode (_ddbb );!_efgde {_bffaa =UnsupportedRuneError {Message :_f .Sprintf ("\u0075\u006e\u0073\u0075\u0070\u0070\u006fr\u0074\u0065\u0064 \u0072\u0075\u006e\u0065 \u0069\u006e\u0020\u0074\u0065\u0078\u0074\u0020\u0065\u006e\u0063\u006f\u0064\u0069\u006e\u0067\u003a\u0020\u0025\u0023\u0078\u0020\u0028\u0025\u0063\u0029",_ddbb ,_ddbb ),Rune :_ddbb }; +_dbge ._ebbc =append (_dbge ._ebbc ,_bffaa );_ca .Log .Debug (_bffaa .Error ());if _dbge ._ebeg <=0{continue ;};_ddbb =_dbge ._ebeg ;};_cccae =append (_cccae ,_bgdd .Encode (string (_ddbb ))...);};};if len (_cccae )> 0{_dfcda =append (_dfcda ,_be .MakeStringFromBytes (_cccae )); +};_gede .Add_TJ (_dfcda ...);};if len (_bfea )> 0{_gede .Add_EMC ();};_gede .Add_ET ();_gede .Add_Q ();_adcf :=_gede .Operations ();_adcf .WrapIfNeeded ();_afgf .addContents (_adcf );if _dbce ._adfd .IsRelative (){_afecg :=_dbce .Height ();_dbge .Y +=_afecg ; +_dbge .Height -=_afecg ;if _dbge .Inline {_dbge .X +=_dbce .Width ()+_dbce ._cgacg .Right ;};};return _dbge ,nil ;}; -// AddPatternResource adds pattern dictionary inside the resources dictionary. -func (_baag *LinearShading )AddPatternResource (block *Block )(_efea _bc .PdfObjectName ,_acbg error ){_bbaeag :=1;_deaad :=_bc .PdfObjectName ("\u0050"+_fg .Itoa (_bbaeag ));for block ._dgd .HasPatternByName (_deaad ){_bbaeag ++;_deaad =_bc .PdfObjectName ("\u0050"+_fg .Itoa (_bbaeag )); -};if _cege :=block ._dgd .SetPatternByName (_deaad ,_baag .ToPdfShadingPattern ().ToPdfObject ());_cege !=nil {return "",_cege ;};return _deaad ,nil ;}; +// SetBorderOpacity sets the border opacity of the ellipse. +func (_eabb *Ellipse )SetBorderOpacity (opacity float64 ){_eabb ._egegc =opacity }; -// SetNotes sets the notes section of the invoice. -func (_gcea *Invoice )SetNotes (title ,content string ){_gcea ._bbgb =[2]string {title ,content }}; +// Terms returns the terms and conditions section of the invoice as a +// title-content pair. +func (_eabba *Invoice )Terms ()(string ,string ){return _eabba ._acae [0],_eabba ._acae [1]}; -// Lines returns all the lines the table of contents has. -func (_afabb *TOC )Lines ()[]*TOCLine {return _afabb ._ccfec };func (_cdaca *TOCLine )prepareParagraph (_gaafa *StyledParagraph ,_gfeaf DrawContext ){_ddcgb :=_cdaca .Title .Text ;if _cdaca .Number .Text !=""{_ddcgb ="\u0020"+_ddcgb ;};_ddcgb +="\u0020"; -_cbgc :=_cdaca .Page .Text ;if _cbgc !=""{_cbgc ="\u0020"+_cbgc ;};_gaafa ._ecec =[]*TextChunk {{Text :_cdaca .Number .Text ,Style :_cdaca .Number .Style ,_abefd :_cdaca .getLineLink ()},{Text :_ddcgb ,Style :_cdaca .Title .Style ,_abefd :_cdaca .getLineLink ()},{Text :_cbgc ,Style :_cdaca .Page .Style ,_abefd :_cdaca .getLineLink ()}}; -_gaafa .wrapText ();_cdbgf :=len (_gaafa ._bdfce );if _cdbgf ==0{return ;};_dageb :=_gfeaf .Width *1000-_gaafa .getTextLineWidth (_gaafa ._bdfce [_cdbgf -1]);_aaddf :=_gaafa .getTextLineWidth ([]*TextChunk {&_cdaca .Separator });_febb :=int (_dageb /_aaddf ); -_feaa :=_eg .Repeat (_cdaca .Separator .Text ,_febb );_ecgc :=_cdaca .Separator .Style ;_fffgf :=_gaafa .Insert (2,_feaa );_fffgf .Style =_ecgc ;_fffgf ._abefd =_cdaca .getLineLink ();_dageb =_dageb -float64 (_febb )*_aaddf ;if _dageb > 500{_dabbf ,_gcaf :=_ecgc .Font .GetRuneMetrics (' '); -if _gcaf &&_dageb > _dabbf .Wx {_efga :=int (_dageb /_dabbf .Wx );if _efga > 0{_ffgfb :=_ecgc ;_ffgfb .FontSize =1;_fffgf =_gaafa .Insert (2,_eg .Repeat ("\u0020",_efga ));_fffgf .Style =_ffgfb ;_fffgf ._abefd =_cdaca .getLineLink ();};};};};func (_ffabc *templateProcessor )nodeError (_cccc *templateNode ,_gddgg string ,_eeeaf ...interface{})error {return _f .Errorf ("\u0025\u0073",_ffabc .getNodeErrorLocation (_cccc ,_gddgg ,_eeeaf ...)); +// AddSubtable copies the cells of the subtable in the table, starting with the +// specified position. The table row and column indices are 1-based, which +// makes the position of the first cell of the first row of the table 1,1. +// The table is automatically extended if the subtable exceeds its columns. +// This can happen when the subtable has more columns than the table or when +// one or more columns of the subtable starting from the specified position +// exceed the last column of the table. +func (_dbfgd *Table )AddSubtable (row ,col int ,subtable *Table ){for _ ,_eeedg :=range subtable ._gedg {_ccff :=&TableCell {};*_ccff =*_eeedg ;_ccff ._gabb =_dbfgd ;_ccff ._gggbbd +=col -1;if _cbgdd :=_dbfgd ._cafcb -(_ccff ._gggbbd -1);_cbgdd < _ccff ._ffebf {_dbfgd ._cafcb +=_ccff ._ffebf -_cbgdd ; +_dbfgd .resetColumnWidths ();_ca .Log .Debug ("\u0054a\u0062l\u0065\u003a\u0020\u0073\u0075\u0062\u0074\u0061\u0062\u006c\u0065 \u0065\u0078\u0063\u0065e\u0064\u0073\u0020\u0064\u0065s\u0074\u0069\u006e\u0061\u0074\u0069\u006f\u006e\u0020\u0074\u0061\u0062\u006c\u0065\u002e\u0020\u0045\u0078\u0070\u0061\u006e\u0064\u0069\u006e\u0067\u0020\u0074\u0061\u0062\u006c\u0065 \u0074\u006f\u0020\u0025\u0064\u0020\u0063\u006fl\u0075\u006d\u006e\u0073\u002e",_dbfgd ._cafcb ); +};_ccff ._fgcga +=row -1;_dfdbba :=subtable ._gadc [_eeedg ._fgcga -1];if _ccff ._fgcga > _dbfgd ._addf {for _ccff ._fgcga > _dbfgd ._addf {_dbfgd ._addf ++;_dbfgd ._gadc =append (_dbfgd ._gadc ,_dbfgd ._aedbd );};_dbfgd ._gadc [_ccff ._fgcga -1]=_dfdbba ; +}else {_dbfgd ._gadc [_ccff ._fgcga -1]=_ff .Max (_dbfgd ._gadc [_ccff ._fgcga -1],_dfdbba );};_dbfgd ._gedg =append (_dbfgd ._gedg ,_ccff );};_dbfgd .sortCells ();};func _cfebg (_daed *templateProcessor ,_fdac *templateNode )(interface{},error ){return _daed .parseChapter (_fdac ); }; -// SetPos sets the position of the graphic svg to the specified coordinates. -// This method sets the graphic svg to use absolute positioning. -func (_daeba *GraphicSVG )SetPos (x ,y float64 ){_daeba ._ddcg =PositionAbsolute ;_daeba ._gddbc =x ;_daeba ._bgfb =y ;};func (_gedca *templateProcessor )parseListMarker (_bccda *templateNode )(interface{},error ){if _bccda ._cefd ==nil {_gedca .nodeLogError (_bccda ,"\u004c\u0069\u0073\u0074\u0020\u006da\u0072\u006b\u0065\u0072\u0020\u0070\u0061\u0072\u0065\u006e\u0074\u0020\u0063a\u006e\u006e\u006f\u0074\u0020\u0062\u0065 \u006e\u0069\u006c\u002e"); -return nil ,_gdbeeg ;};var _cbddf *TextChunk ;switch _gefaa :=_bccda ._cefd ._bedcd .(type ){case *List :_cbddf =&_gefaa ._edaa ;case *listItem :_cbddf =&_gefaa ._edee ;default:_gedca .nodeLogError (_bccda ,"\u0025\u0076 \u0069\u0073\u0020\u006e\u006f\u0074\u0020\u0061\u0020\u0076\u0061\u006c\u0069\u0064\u0020\u0070\u0061\u0072\u0065\u006e\u0074\u0020\u006e\u006f\u0064\u0065\u0020\u0066\u006f\u0072\u0020\u006c\u0069\u0073\u0074\u0020\u006d\u0061\u0072\u006b\u0065\u0072\u002e",_gefaa ); -return nil ,_gdbeeg ;};if _ ,_ggae :=_gedca .parseTextChunk (_bccda ,_cbddf );_ggae !=nil {_gedca .nodeLogError (_bccda ,"\u0043\u006f\u0075ld\u0020\u006e\u006f\u0074\u0020\u0070\u0061\u0072\u0073e\u0020l\u0069s\u0074 \u006d\u0061\u0072\u006b\u0065\u0072\u003a\u0020\u0060\u0025\u0076\u0060\u002e",_ggae ); -return nil ,nil ;};return _cbddf ,nil ;};func _bfdcf (_bdeee *templateProcessor ,_cdcb *templateNode )(interface{},error ){return _bdeee .parseTableCell (_cdcb );}; - -// SetColorBottom sets border color for bottom. -func (_befe *border )SetColorBottom (col Color ){_befe ._dcf =col };func (_adadc *templateProcessor )parseLinkAttr (_cbagf ,_abab string )*_fgd .PdfAnnotation {_abab =_eg .TrimSpace (_abab );if _eg .HasPrefix (_abab ,"\u0075\u0072\u006c(\u0027")&&_eg .HasSuffix (_abab ,"\u0027\u0029")&&len (_abab )> 7{return _fecd (_abab [5:len (_abab )-2]); -};if _eg .HasPrefix (_abab ,"\u0070\u0061\u0067e\u0028")&&_eg .HasSuffix (_abab ,"\u0029")&&len (_abab )> 6{var (_bggbg error ;_cbage int64 ;_daagd float64 ;_gece float64 ;_fdbfb =1.0;_cabgb =_eg .Split (_abab [5:len (_abab )-1],"\u002c"););_cbage ,_bggbg =_fg .ParseInt (_eg .TrimSpace (_cabgb [0]),10,64); -if _bggbg !=nil {_fec .Log .Error ("\u0046\u0061\u0069\u006c\u0065\u0064 \u0070\u0061\u0072\u0073\u0069\u006e\u0067\u0020\u0070\u0061\u0067\u0065\u0020p\u0061\u0072\u0061\u006d\u0065\u0074\u0065r\u003a\u0020\u0025\u0076",_bggbg );return nil ;};if len (_cabgb )>=2{_daagd ,_bggbg =_fg .ParseFloat (_eg .TrimSpace (_cabgb [1]),64); -if _bggbg !=nil {_fec .Log .Error ("\u0046\u0061\u0069\u006c\u0065\u0064\u0020\u0070\u0061\u0072\u0073\u0069\u006eg\u0020\u0058\u0020\u0070\u006f\u0073i\u0074\u0069\u006f\u006e\u0020\u0070\u0061\u0072\u0061\u006d\u0065\u0074\u0065r\u003a\u0020\u0025\u0076",_bggbg ); -return nil ;};};if len (_cabgb )>=3{_gece ,_bggbg =_fg .ParseFloat (_eg .TrimSpace (_cabgb [2]),64);if _bggbg !=nil {_fec .Log .Error ("\u0046\u0061\u0069\u006c\u0065\u0064\u0020\u0070\u0061\u0072\u0073\u0069\u006eg\u0020\u0059\u0020\u0070\u006f\u0073i\u0074\u0069\u006f\u006e\u0020\u0070\u0061\u0072\u0061\u006d\u0065\u0074\u0065r\u003a\u0020\u0025\u0076",_bggbg ); -return nil ;};};if len (_cabgb )>=4{_fdbfb ,_bggbg =_fg .ParseFloat (_eg .TrimSpace (_cabgb [3]),64);if _bggbg !=nil {_fec .Log .Error ("\u0046\u0061\u0069\u006c\u0065\u0064 \u0070\u0061\u0072\u0073\u0069\u006e\u0067\u0020\u007a\u006f\u006f\u006d\u0020p\u0061\u0072\u0061\u006d\u0065\u0074\u0065r\u003a\u0020\u0025\u0076",_bggbg ); -return nil ;};};return _cbdce (_cbage -1,_daagd ,_gece ,_fdbfb );};return nil ;}; - -// SetBorderColor sets the border color of the ellipse. -func (_beef *Ellipse )SetBorderColor (col Color ){_beef ._add =col };func _dbca ()*listItem {return &listItem {}}; - -// AddColorStop add color stop info for rendering gradient color. -func (_feda *RadialShading )AddColorStop (color Color ,point float64 ){_feda ._dafd .AddColorStop (color ,point );}; +// SetMarkedContentID sets the marked content ID. +func (_daac *PageBreak )SetMarkedContentID (id int64 )*_gd .KDict {return nil };const (FitModeNone FitMode =iota ;FitModeFillWidth ;); -// DrawTemplate renders the template provided through the specified reader, -// using the specified `data` and `options`. -// Creator templates are first executed as text/template *Template instances, -// so the specified `data` is inserted within the template. -// The second phase of processing is actually parsing the template, translating -// it into creator components and rendering them using the provided options. -// Both the `data` and `options` parameters can be nil. -func (_dec *Block )DrawTemplate (c *Creator ,r _gg .Reader ,data interface{},options *TemplateOptions )error {return _bdgfg (c ,r ,data ,options ,_dec );}; +// SetHeight sets the height of the rectangle. +func (_aedd *Rectangle )SetHeight (height float64 ){_aedd ._ddccd =height }; -// SetBorderOpacity sets the border opacity of the rectangle. -func (_gdcgb *Rectangle )SetBorderOpacity (opacity float64 ){_gdcgb ._dbff =opacity }; +// GeneratePageBlocks draws the line on a new block representing the page. +// Implements the Drawable interface. +func (_aaeab *Line )GeneratePageBlocks (ctx DrawContext )([]*Block ,DrawContext ,error ){var (_geba []*Block ;_ddbdb =NewBlock (ctx .PageWidth ,ctx .PageHeight );_fafb =ctx ;_bfc ,_aaga =_aaeab ._cbagd ,ctx .PageHeight -_aaeab ._efeb ;_dgdac ,_abef =_aaeab ._agbba ,ctx .PageHeight -_aaeab ._dcga ; +);_adbgf :=_aaeab ._fcbba .IsRelative ();if _adbgf {ctx .X +=_aaeab ._cbeb .Left ;ctx .Y +=_aaeab ._cbeb .Top ;ctx .Width -=_aaeab ._cbeb .Left +_aaeab ._cbeb .Right ;ctx .Height -=_aaeab ._cbeb .Top +_aaeab ._cbeb .Bottom ;_bfc ,_aaga ,_dgdac ,_abef =_aaeab .computeCoords (ctx ); +if _aaeab .Height ()> ctx .Height {_geba =append (_geba ,_ddbdb );_ddbdb =NewBlock (ctx .PageWidth ,ctx .PageHeight );ctx .Page ++;_gbge :=ctx ;_gbge .Y =ctx .Margins .Top +_aaeab ._cbeb .Top ;_gbge .X =ctx .Margins .Left +_aaeab ._cbeb .Left ;_gbge .Height =ctx .PageHeight -ctx .Margins .Top -ctx .Margins .Bottom -_aaeab ._cbeb .Top -_aaeab ._cbeb .Bottom ; +_gbge .Width =ctx .PageWidth -ctx .Margins .Left -ctx .Margins .Right -_aaeab ._cbeb .Left -_aaeab ._cbeb .Right ;ctx =_gbge ;_bfc ,_aaga ,_dgdac ,_abef =_aaeab .computeCoords (ctx );};};_afbe :=_ddb .BasicLine {X1 :_bfc ,Y1 :_aaga ,X2 :_dgdac ,Y2 :_abef ,LineColor :_fac (_aaeab ._ffga ),Opacity :_aaeab ._gbfc ,LineWidth :_aaeab ._adcb ,LineStyle :_aaeab ._dddcg ,DashArray :_aaeab ._cccd ,DashPhase :_aaeab ._aaed }; +_egee ,_effe :=_ddbdb .setOpacity (1.0,_aaeab ._gbfc );if _effe !=nil {return nil ,ctx ,_effe ;};_bdbfe ,_ ,_effe :=_afbe .MarkedDraw (_egee ,_aaeab ._afac );if _effe !=nil {return nil ,ctx ,_effe ;};if _effe =_ddbdb .addContentsByString (string (_bdbfe )); +_effe !=nil {return nil ,ctx ,_effe ;};if _adbgf {ctx .X =_fafb .X ;ctx .Width =_fafb .Width ;_dcbgd :=_aaeab .Height ();ctx .Y +=_dcbgd +_aaeab ._cbeb .Bottom ;ctx .Height -=_dcbgd ;}else {ctx =_fafb ;};_geba =append (_geba ,_ddbdb );return _geba ,ctx ,nil ; +}; -// SetBackgroundColor set background color of the shading area. +// SetAntiAlias enables anti alias config. // -// By default the background color is set to white. -func (_cgffg *RadialShading )SetBackgroundColor (backgroundColor Color ){_cgffg ._dafd .SetBackgroundColor (backgroundColor );};func _bfaa (_bcef ,_fdfd ,_fagf ,_facd float64 )*border {_ebg :=&border {};_ebg ._bad =_bcef ;_ebg ._abda =_fdfd ;_ebg ._cbec =_fagf ; -_ebg ._aeg =_facd ;_ebg ._dfd =ColorBlack ;_ebg ._dcf =ColorBlack ;_ebg ._bba =ColorBlack ;_ebg ._gdbb =ColorBlack ;_ebg ._dedg =0;_ebg ._fcf =0;_ebg ._aca =0;_ebg ._gebg =0;_ebg .LineStyle =_gga .LineStyleSolid ;return _ebg ;};func (_ebeef *templateProcessor )parseRadialGradientAttr (creator *Creator ,_gfbgb string )Color {_ggbg :=ColorBlack ; -if _gfbgb ==""{return _ggbg ;};var (_eecg error ;_fcfecb =0.0;_cfecc =0.0;_gcbcf =-1.0;_febcc =_eg .Split (_gfbgb [16:len (_gfbgb )-1],"\u002c"););_dfaff :=_eg .Fields (_febcc [0]);if len (_dfaff )==2&&_eg .TrimSpace (_dfaff [0])[0]!='#'{_fcfecb ,_eecg =_fg .ParseFloat (_dfaff [0],64); -if _eecg !=nil {_fec .Log .Debug ("\u0046a\u0069\u006ce\u0064\u0020\u0070a\u0072\u0073\u0069\u006e\u0067\u0020\u0072a\u0064\u0069\u0061\u006c\u0020\u0067r\u0061\u0064\u0069\u0065\u006e\u0074\u0020\u0058\u0020\u0070\u006fs\u0069\u0074\u0069\u006f\u006e\u003a\u0020\u0025\u0076",_eecg ); -};_cfecc ,_eecg =_fg .ParseFloat (_dfaff [1],64);if _eecg !=nil {_fec .Log .Debug ("\u0046a\u0069\u006ce\u0064\u0020\u0070a\u0072\u0073\u0069\u006e\u0067\u0020\u0072a\u0064\u0069\u0061\u006c\u0020\u0067r\u0061\u0064\u0069\u0065\u006e\u0074\u0020\u0059\u0020\u0070\u006fs\u0069\u0074\u0069\u006f\u006e\u003a\u0020\u0025\u0076",_eecg ); -};_febcc =_febcc [1:];};_efdcf :=_eg .TrimSpace (_febcc [0]);if _efdcf [0]!='#'{_gcbcf ,_eecg =_fg .ParseFloat (_efdcf ,64);if _eecg !=nil {_fec .Log .Debug ("\u0046\u0061\u0069\u006c\u0065\u0064\u0020\u0070\u0061\u0072\u0073\u0069\u006eg\u0020\u0072\u0061\u0064\u0069\u0061l\u0020\u0067\u0072\u0061\u0064\u0069\u0065\u006e\u0074\u0020\u0073\u0069\u007ae\u003a\u0020\u0025\u0076",_eecg ); -};_febcc =_febcc [1:];};_gbede ,_eccgce :=_ebeef .processGradientColorPair (_febcc );if _gbede ==nil ||_eccgce ==nil {return _ggbg ;};_fdgbb :=creator .NewRadialGradientColor (_fcfecb ,_cfecc ,0,_gcbcf ,[]*ColorPoint {});for _bage :=0;_bage < len (_gbede ); -_bage ++{_fdgbb .AddColorStop (_gbede [_bage ],_eccgce [_bage ]);};return _fdgbb ;}; - -// Width is not used. Not used as a Table element is designed to fill into -// available width depending on the context. Returns 0. -func (_fgfdc *Table )Width ()float64 {return 0};func (_cbeeb *templateProcessor )parsePositioningAttr (_decf ,_dgdee string )Positioning {_fec .Log .Debug ("\u0050\u0061\u0072s\u0069\u006e\u0067\u0020\u0070\u006f\u0073\u0069\u0074\u0069\u006f\u006e\u0069\u006e\u0067\u0020\u0061\u0074\u0074\u0072\u0069\u0062\u0075\u0074\u0065\u003a\u0020\u0028\u0060%\u0073\u0060\u002c\u0020\u0025\u0073\u0029\u002e",_decf ,_dgdee ); -_aadd :=map[string ]Positioning {"\u0072\u0065\u006c\u0061\u0074\u0069\u0076\u0065":PositionRelative ,"\u0061\u0062\u0073\u006f\u006c\u0075\u0074\u0065":PositionAbsolute }[_dgdee ];return _aadd ;}; - -// SetAnnotation sets a annotation on a TextChunk. -func (_ccedg *TextChunk )SetAnnotation (annotation *_fgd .PdfAnnotation ){_ccedg ._abefd =annotation }; +// Anti alias is disabled by default. +func (_abee *LinearShading )SetAntiAlias (enable bool ){_abee ._faee .SetAntiAlias (enable )}; -// SetExtends specifies whether ot extend the shading beyond the starting and ending points. -// -// Text extends is set to `[]bool{false, false}` by default. -func (_aceaag *LinearShading )SetExtends (start bool ,end bool ){_aceaag ._dfae .SetExtends (start ,end )}; +// NoteHeadingStyle returns the style properties used to render the heading of +// the invoice note sections. +func (_cegg *Invoice )NoteHeadingStyle ()TextStyle {return _cegg ._begb }; -// NewCell returns a new invoice table cell. -func (_bdff *Invoice )NewCell (value string )*InvoiceCell {return _bdff .newCell (value ,_bdff .NewCellProps ());}; +// SetAlternateText sets the alternate text for the image. +func (_eebbc *Image )SetAlternateText (text string ){_eebbc ._bfbga =text }; -// Height returns the height of the rectangle. -// NOTE: the returned value does not include the border width of the rectangle. -func (_fbeg *Rectangle )Height ()float64 {return _fbeg ._cggg }; +// AddTotalLine adds a new line in the invoice totals table. +func (_cfde *Invoice )AddTotalLine (desc ,value string )(*InvoiceCell ,*InvoiceCell ){_gad :=&InvoiceCell {_cfde ._aabdc ,desc };_acceg :=&InvoiceCell {_cfde ._aabdc ,value };_cfde ._gfgd =append (_cfde ._gfgd ,[2]*InvoiceCell {_gad ,_acceg });return _gad ,_acceg ; +}; -// RotatedSize returns the width and height of the rotated block. -func (_bcf *Block )RotatedSize ()(float64 ,float64 ){_ ,_ ,_cec ,_cf :=_ffcgd (_bcf ._da ,_bcf ._ace ,_bcf ._df );return _cec ,_cf ;}; +// AddShadingResource adds shading dictionary inside the resources dictionary. +func (_geacg *RadialShading )AddShadingResource (block *Block )(_ddebc _be .PdfObjectName ,_affdf error ){_daaec :=1;_ddebc =_be .PdfObjectName ("\u0053\u0068"+_fd .Itoa (_daaec ));for block ._fa .HasShadingByName (_ddebc ){_daaec ++;_ddebc =_be .PdfObjectName ("\u0053\u0068"+_fd .Itoa (_daaec )); +};if _fegdc :=block ._fa .SetShadingByName (_ddebc ,_geacg .shadingModel ().ToPdfObject ());_fegdc !=nil {return "",_fegdc ;};return _ddebc ,nil ;}; -// RotateDeg rotates the current active page by angle degrees. An error is returned on failure, -// which can be if there is no currently active page, or the angleDeg is not a multiple of 90 degrees. -func (_fgdd *Creator )RotateDeg (angleDeg int64 )error {_ggc :=_fgdd .getActivePage ();if _ggc ==nil {_fec .Log .Debug ("F\u0061\u0069\u006c\u0020\u0074\u006f\u0020\u0072\u006f\u0074\u0061\u0074\u0065\u003a\u0020\u006e\u006f\u0020p\u0061\u0067\u0065\u0020\u0063\u0075\u0072\u0072\u0065\u006etl\u0079\u0020\u0061c\u0074i\u0076\u0065"); -return _bd .New ("\u006e\u006f\u0020\u0070\u0061\u0067\u0065\u0020\u0061c\u0074\u0069\u0076\u0065");};if angleDeg %90!=0{_fec .Log .Debug ("E\u0052\u0052\u004f\u0052\u003a\u0020\u0050\u0061\u0067e\u0020\u0072\u006f\u0074\u0061\u0074\u0069on\u0020\u0061\u006e\u0067l\u0065\u0020\u006e\u006f\u0074\u0020\u0061\u0020\u006dul\u0074\u0069p\u006c\u0065\u0020\u006f\u0066\u0020\u0039\u0030"); -return _bd .New ("\u0072\u0061\u006e\u0067\u0065\u0020\u0063\u0068\u0065\u0063\u006b\u0020e\u0072\u0072\u006f\u0072");};var _dbfa int64 ;if _ggc .Rotate !=nil {_dbfa =*(_ggc .Rotate );};_dbfa +=angleDeg ;_ggc .Rotate =&_dbfa ;return nil ;}; +// GetIndent get the cell's left indent. +func (_fabab *TableCell )GetIndent ()float64 {return _fabab ._adeb }; -// SetLineColor sets the line color. -func (_efgcc *Polyline )SetLineColor (color Color ){_efgcc ._cdggc .LineColor =_cfcee (color )}; +// SetMarkedContentID sets marked content ID. +func (_eccb *FilledCurve )SetMarkedContentID (mcid int64 )*_gd .KDict {_eccb ._gfecd =&mcid ;_bgde :=_gd .NewKDictionary ();_bgde .S =_be .MakeName (_gd .StructureTypeFigure );_bgde .K =_be .MakeInteger (mcid );return _bgde ;}; -// Scale scales Image by a constant factor, both width and height. -func (_gdbd *Image )Scale (xFactor ,yFactor float64 ){_gdbd ._ecfc =xFactor *_gdbd ._ecfc ;_gdbd ._fegb =yFactor *_gdbd ._fegb ;};type border struct{_bad float64 ;_abda float64 ;_cbec float64 ;_aeg float64 ;_aff Color ;_bba Color ;_aca float64 ;_dcf Color ; -_fcf float64 ;_gdbb Color ;_gebg float64 ;_dfd Color ;_dedg float64 ;LineStyle _gga .LineStyle ;_ffbb CellBorderStyle ;_cfc CellBorderStyle ;_cggf CellBorderStyle ;_fagg CellBorderStyle ;}; +// SetBorderColor sets the border color. +func (_egbae *PolyBezierCurve )SetBorderColor (color Color ){_egbae ._bgdab .BorderColor =_fac (color )}; -// GeneratePageBlocks draws the curve onto page blocks. -func (_cbbd *Curve )GeneratePageBlocks (ctx DrawContext )([]*Block ,DrawContext ,error ){_adebb :=NewBlock (ctx .PageWidth ,ctx .PageHeight );_bbaea :=_dg .NewContentCreator ();if _cbbd ._afbbc !=nil {_bbaea .Add_BDC (*_bc .MakeName (_fgd .StructureTypeFigure ),map[string ]_bc .PdfObject {"\u004d\u0043\u0049\u0044":_bc .MakeInteger (*_cbbd ._afbbc )}); -};_bbaea .Add_q ().Add_w (_cbbd ._befg ).SetStrokingColor (_cfcee (_cbbd ._afgg )).Add_m (_cbbd ._aecc ,ctx .PageHeight -_cbbd ._egda ).Add_v (_cbbd ._bgaca ,ctx .PageHeight -_cbbd ._afbc ,_cbbd ._cdf ,ctx .PageHeight -_cbbd ._adca ).Add_S ().Add_Q (); -if _cbbd ._afbbc !=nil {_bbaea .Add_EMC ();};_eegd :=_adebb .addContentsByString (_bbaea .String ());if _eegd !=nil {return nil ,ctx ,_eegd ;};return []*Block {_adebb },ctx ,nil ;}; +// SetTextVerticalAlignment sets the vertical alignment of the text within the +// bounds of the styled paragraph. +// +// Note: Currently Styled Paragraph doesn't support TextVerticalAlignmentBottom +// as that option only used for aligning text chunks. +// +// In order to change the vertical alignment of individual text chunks, use TextChunk.VerticalAlignment. +func (_fgcd *StyledParagraph )SetTextVerticalAlignment (align TextVerticalAlignment ){_fgcd ._eeedb =align ;}; -// PageFinalize sets a function to be called for each page before finalization -// (i.e. the last stage of page processing before they get written out). -// The callback function allows final touch-ups for each page, and it -// provides information that might not be known at other stages of designing -// the document (e.g. the total number of pages). Unlike the header/footer -// functions, which are limited to the top/bottom margins of the page, the -// finalize function can be used draw components anywhere on the current page. -func (_fcab *Creator )PageFinalize (pageFinalizeFunc func (_dceb PageFinalizeFunctionArgs )error ){_fcab ._bbad =pageFinalizeFunc ;};type shading struct{_feac Color ;_ccea bool ;_fece []bool ;_bcaca []*ColorPoint ;};func _accfg (_fbffbd *templateProcessor ,_bceg *templateNode )(interface{},error ){return _fbffbd .parseListMarker (_bceg ); -}; +// InsertColumn inserts a column in the line items table at the specified index. +func (_bfgc *Invoice )InsertColumn (index uint ,description string )*InvoiceCell {_efgb :=uint (len (_bfgc ._gbbc ));if index > _efgb {index =_efgb ;};_eeccb :=_bfgc .NewColumn (description );_bfgc ._gbbc =append (_bfgc ._gbbc [:index ],append ([]*InvoiceCell {_eeccb },_bfgc ._gbbc [index :]...)...); +return _eeccb ;}; -// NewRadialGradientColor creates a radial gradient color that could act as a color in other componenents. -// Note: The innerRadius must be smaller than outerRadius for the circle to render properly. -func (_badf *Creator )NewRadialGradientColor (x float64 ,y float64 ,innerRadius float64 ,outerRadius float64 ,colorPoints []*ColorPoint )*RadialShading {return _cgff (x ,y ,innerRadius ,outerRadius ,colorPoints );}; +// SetLineLevelOffset sets the amount of space an indentation level occupies +// for all new lines of the table of contents. +func (_bacgca *TOC )SetLineLevelOffset (levelOffset float64 ){_bacgca ._dddcf =levelOffset };func (_eafcb *templateProcessor )parsePositioningAttr (_dgeea ,_ebcgd string )Positioning {_ca .Log .Debug ("\u0050\u0061\u0072s\u0069\u006e\u0067\u0020\u0070\u006f\u0073\u0069\u0074\u0069\u006f\u006e\u0069\u006e\u0067\u0020\u0061\u0074\u0074\u0072\u0069\u0062\u0075\u0074\u0065\u003a\u0020\u0028\u0060%\u0073\u0060\u002c\u0020\u0025\u0073\u0029\u002e",_dgeea ,_ebcgd ); +_gfbg :=map[string ]Positioning {"\u0072\u0065\u006c\u0061\u0074\u0069\u0076\u0065":PositionRelative ,"\u0061\u0062\u0073\u006f\u006c\u0075\u0074\u0065":PositionAbsolute }[_ebcgd ];return _gfbg ;}; -// SetIndent sets the cell's left indent. -func (_fgddb *TableCell )SetIndent (indent float64 ){_fgddb ._fceba =indent }; +// SetHeight sets the height of the ellipse. +func (_badd *Ellipse )SetHeight (height float64 ){_badd ._fgbb =height }; -// SetLineSeparator sets the separator for all new lines of the table of contents. -func (_aaeab *TOC )SetLineSeparator (separator string ){_aaeab ._begag =separator }; +// SetRowPosition sets cell row position. +func (_acfe *TableCell )SetRowPosition (row int ){_acfe ._fgcga =row };func (_fdd *Block )setOpacity (_ce float64 ,_abb float64 )(string ,error ){if (_ce < 0||_ce >=1.0)&&(_abb < 0||_abb >=1.0){return "",nil ;};_dec :=0;_gdb :=_f .Sprintf ("\u0047\u0053\u0025\u0064",_dec ); +for _fdd ._fa .HasExtGState (_be .PdfObjectName (_gdb )){_dec ++;_gdb =_f .Sprintf ("\u0047\u0053\u0025\u0064",_dec );};_cg :=_be .MakeDict ();if _ce >=0&&_ce < 1.0{_cg .Set ("\u0063\u0061",_be .MakeFloat (_ce ));};if _abb >=0&&_abb < 1.0{_cg .Set ("\u0043\u0041",_be .MakeFloat (_abb )); +};_fcf :=_fdd ._fa .AddExtGState (_be .PdfObjectName (_gdb ),_cg );if _fcf !=nil {return "",_fcf ;};return _gdb ,nil ;}; -// Margins returns the margins of the component. -func (_dgcc *Division )Margins ()(_acga ,_baacg ,_ege ,_cece float64 ){return _dgcc ._ddfg .Left ,_dgcc ._ddfg .Right ,_dgcc ._ddfg .Top ,_dgcc ._ddfg .Bottom ;};func (_bgee *TableCell )height (_daaa float64 )float64 {var _efead float64 ;switch _dfcbf :=_bgee ._aafg .(type ){case *Paragraph :if _dfcbf ._ecae {_dfcbf .SetWidth (_daaa -_bgee ._fceba -_dfcbf ._eebg .Left -_dfcbf ._eebg .Right ); -};_efead =_dfcbf .Height ()+_dfcbf ._eebg .Top +_dfcbf ._eebg .Bottom ;if !_bgee ._abdcb ._eadda {_efead +=(0.5*_dfcbf ._acdge *_dfcbf ._fbcg );};case *StyledParagraph :if _dfcbf ._fegca {_dfcbf .SetWidth (_daaa -_bgee ._fceba -_dfcbf ._ccddg .Left -_dfcbf ._ccddg .Right ); -};_efead =_dfcbf .Height ()+_dfcbf ._ccddg .Top +_dfcbf ._ccddg .Bottom ;if !_bgee ._abdcb ._eadda {_efead +=(0.5*_dfcbf .getTextHeight ());};case *Image :_dfcbf .applyFitMode (_daaa -_bgee ._fceba );_efead =_dfcbf .Height ()+_dfcbf ._cdbc .Top +_dfcbf ._cdbc .Bottom ; -case *Table :_dfcbf .updateRowHeights (_daaa -_bgee ._fceba -_dfcbf ._gbcea .Left -_dfcbf ._gbcea .Right );_efead =_dfcbf .Height ()+_dfcbf ._gbcea .Top +_dfcbf ._gbcea .Bottom ;case *List :_efead =_dfcbf .ctxHeight (_daaa -_bgee ._fceba )+_dfcbf ._gacb .Top +_dfcbf ._gacb .Bottom ; -case *Division :_efead =_dfcbf .ctxHeight (_daaa -_bgee ._fceba )+_dfcbf ._ddfg .Top +_dfcbf ._ddfg .Bottom +_dfcbf ._gbga .Top +_dfcbf ._gbga .Bottom ;case *Chart :_efead =_dfcbf .Height ()+_dfcbf ._bgfg .Top +_dfcbf ._bgfg .Bottom ;case *Rectangle :_dfcbf .applyFitMode (_daaa -_bgee ._fceba ); -_efead =_dfcbf .Height ()+_dfcbf ._gagb .Top +_dfcbf ._gagb .Bottom +_dfcbf ._caeg ;case *Ellipse :_dfcbf .applyFitMode (_daaa -_bgee ._fceba );_efead =_dfcbf .Height ()+_dfcbf ._ddbd .Top +_dfcbf ._ddbd .Bottom ;case *Line :_efead =_dfcbf .Height ()+_dfcbf ._fggd .Top +_dfcbf ._fggd .Bottom ; -};return _efead ;};func _fbdb (_cfac []byte )(*Image ,error ){_dfdb :=_c .NewReader (_cfac );_gccg ,_gbbe :=_fgd .ImageHandling .Read (_dfdb );if _gbbe !=nil {_fec .Log .Error ("\u0045\u0072\u0072or\u0020\u006c\u006f\u0061\u0064\u0069\u006e\u0067\u0020\u0069\u006d\u0061\u0067\u0065\u003a\u0020\u0025\u0073",_gbbe ); -return nil ,_gbbe ;};return _eddeb (_gccg );}; +// SetMarkedContentID sets the marked content identifier. +func (_egde *Polygon )SetMarkedContentID (mcid int64 )*_gd .KDict {_egde ._fgdbe =&mcid ;_daab :=_gd .NewKDictionary ();_daab .S =_be .MakeName (_gd .StructureTypeFigure );_daab .K =_be .MakeInteger (mcid );return _daab ;}; -// SetAngle sets the rotation angle in degrees. -func (_af *Block )SetAngle (angleDeg float64 ){_af ._df =angleDeg }; +// FitMode returns the fit mode of the line. +func (_fddf *Line )FitMode ()FitMode {return _fddf ._aedgf }; -// GetCoords returns the center coordinates of ellipse (`xc`, `yc`). -func (_dbcc *Ellipse )GetCoords ()(float64 ,float64 ){return _dbcc ._adbc ,_dbcc ._ddaee }; +// Write output of creator to io.Writer interface. +func (_cafcd *Creator )Write (ws _cb .Writer )error {if _gfede :=_cafcd .Finalize ();_gfede !=nil {return _gfede ;};_ffba :="";if _bbb ,_acag :=ws .(*_e .File );_acag {_ffba =_bbb .Name ();};_bdg :=_gd .NewPdfWriter ();_bdg .SetOptimizer (_cafcd ._bfg ); +_bdg .SetFileName (_ffba );if _cafcd ._bdac !=nil {_aaab :=_bdg .SetForms (_cafcd ._bdac );if _aaab !=nil {_ca .Log .Debug ("F\u0061\u0069\u006c\u0075\u0072\u0065\u003a\u0020\u0025\u0076",_aaab );return _aaab ;};};if _cafcd ._dfac !=nil {_bdg .AddOutlineTree (_cafcd ._dfac ); +}else if _cafcd ._eagf !=nil &&_cafcd .AddOutlines {_bdg .AddOutlineTree (&_cafcd ._eagf .ToPdfOutline ().PdfOutlineTreeNode );};if _cafcd ._ddad !=nil {if _bbdcf :=_bdg .SetPageLabels (_cafcd ._ddad );_bbdcf !=nil {_ca .Log .Debug ("\u0045\u0052RO\u0052\u003a\u0020C\u006f\u0075\u006c\u0064 no\u0074 s\u0065\u0074\u0020\u0070\u0061\u0067\u0065 l\u0061\u0062\u0065\u006c\u0073\u003a\u0020%\u0076",_bbdcf ); +return _bbdcf ;};};if _cafcd ._dgad !=nil {for _ ,_efg :=range _cafcd ._dgad {_fabd :=_efg .SubsetRegistered ();if _fabd !=nil {_ca .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0043\u006f\u0075\u006c\u0064\u0020\u006e\u006ft\u0020s\u0075\u0062\u0073\u0065\u0074\u0020\u0066\u006f\u006e\u0074\u003a\u0020\u0025\u0076",_fabd ); +return _fabd ;};};};if _cafcd ._eaa !=nil {_degf :=_cafcd ._eaa (&_bdg );if _degf !=nil {_ca .Log .Debug ("F\u0061\u0069\u006c\u0075\u0072\u0065\u003a\u0020\u0025\u0076",_degf );return _degf ;};};for _dgga ,_deca :=range _cafcd ._bee {_accf :=_bdg .AddPage (_deca ); +if _accf !=nil {_ca .Log .Error ("\u0046\u0061\u0069\u006ced\u0020\u0074\u006f\u0020\u0061\u0064\u0064\u0020\u0050\u0061\u0067\u0065\u003a\u0020%\u0076",_accf );return _accf ;};if _cafcd ._fgc !=nil {_bcb :=_cafcd ._fgc .K ;_beda ,_gcbg :=_bdg .GetPageIndirectObject (_dgga ); +if _gcbg !=nil {_ca .Log .Debug ("\u0045R\u0052\u004fR\u003a\u0020\u0043\u006fu\u006c\u0064\u0020n\u006f\u0074\u0020\u0067\u0065\u0074\u0020\u0070\u0061ge\u0020\u0069\u006ed\u0069\u0072e\u0063\u0074\u0020\u006f\u0062\u006ae\u0063\u0074 \u0025\u0076",_gcbg ); +};var _bfaf func (_bgba *_gd .KDict );_bfaf =func (_fgab *_gd .KDict ){if _fgab ==nil {return ;};if _fgab .GetPageNumber ()-1==int64 (_dgga ){_fgab .SetPage (_beda );};for _ ,_ceac :=range _fgab .GetChildren (){if _eeac :=_ceac .GetKDict ();_eeac !=nil {_bfaf (_eeac ); +};};};for _ ,_bgeg :=range _bcb {_bfaf (_bgeg );};};};if _cafcd ._fgc !=nil {if _cae :=_bdg .SetCatalogStructTreeRoot (_cafcd ._fgc .ToPdfObject ());_cae !=nil {_ca .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0043\u006f\u0075\u006c\u0064\u0020n\u006f\u0074\u0020\u0073\u0065\u0074 \u0053\u0074\u0072\u0075\u0063\u0074\u0054\u0072\u0065\u0065\u0052\u006f\u006ft\u003a\u0020\u0025\u0076",_cae ); +return _cae ;};};if _cafcd ._ggfa !=nil {if _eccgb :=_bdg .SetCatalogViewerPreferences (_cafcd ._ggfa .ToPdfObject ());_eccgb !=nil {_ca .Log .Debug ("\u0045\u0052\u0052O\u0052\u003a\u0020\u0043\u006f\u0075\u006c\u0064\u0020\u006e\u006f\u0074\u0020\u0073\u0065\u0074\u0020\u0056\u0069\u0065\u0077\u0065\u0072\u0050\u0072\u0065\u0066\u0065\u0072e\u006e\u0063\u0065\u0073\u003a\u0020\u0025\u0076",_eccgb ); +return _eccgb ;};};if _cafcd ._ggfag !=""{if _fdb :=_bdg .SetCatalogLanguage (_be .MakeString (_cafcd ._ggfag ));_fdb !=nil {_ca .Log .Debug ("\u0045\u0052\u0052\u004f\u0052:\u0020\u0043\u006f\u0075\u006c\u0064\u0020\u006e\u006f\u0074\u0020\u0073\u0065t\u0020\u0063\u0061\u0074\u0061\u006c\u006f\u0067\u0020\u006c\u0061\u006e\u0067\u0075\u0061\u0067\u0065\u003a\u0020\u0025\u0076",_fdb ); +return _fdb ;};};_baga :=_bdg .Write (ws );if _baga !=nil {return _baga ;};return nil ;}; -// SetFillColor sets the fill color of the rectangle. -func (_afaf *Rectangle )SetFillColor (col Color ){_afaf ._dgab =col };func _fgba (_efda *templateProcessor ,_egac *templateNode )(interface{},error ){return _efda .parseChapterHeading (_egac );}; +// SetLevel sets the indentation level of the TOC line. +func (_accge *TOCLine )SetLevel (level uint ){_accge ._bfcf =level ;_accge ._ecfeg ._affa .Left =_accge ._gdcff +float64 (_accge ._bfcf -1)*_accge ._gedeb ;}; -// AddSubtable copies the cells of the subtable in the table, starting with the -// specified position. The table row and column indices are 1-based, which -// makes the position of the first cell of the first row of the table 1,1. -// The table is automatically extended if the subtable exceeds its columns. -// This can happen when the subtable has more columns than the table or when -// one or more columns of the subtable starting from the specified position -// exceed the last column of the table. -func (_dgbb *Table )AddSubtable (row ,col int ,subtable *Table ){for _ ,_egaee :=range subtable ._efbe {_fedd :=&TableCell {};*_fedd =*_egaee ;_fedd ._abdcb =_dgbb ;_fedd ._bacg +=col -1;if _aeegc :=_dgbb ._afacb -(_fedd ._bacg -1);_aeegc < _fedd ._ecddcb {_dgbb ._afacb +=_fedd ._ecddcb -_aeegc ; -_dgbb .resetColumnWidths ();_fec .Log .Debug ("\u0054a\u0062l\u0065\u003a\u0020\u0073\u0075\u0062\u0074\u0061\u0062\u006c\u0065 \u0065\u0078\u0063\u0065e\u0064\u0073\u0020\u0064\u0065s\u0074\u0069\u006e\u0061\u0074\u0069\u006f\u006e\u0020\u0074\u0061\u0062\u006c\u0065\u002e\u0020\u0045\u0078\u0070\u0061\u006e\u0064\u0069\u006e\u0067\u0020\u0074\u0061\u0062\u006c\u0065 \u0074\u006f\u0020\u0025\u0064\u0020\u0063\u006fl\u0075\u006d\u006e\u0073\u002e",_dgbb ._afacb ); -};_fedd ._deef +=row -1;_dgfaf :=subtable ._gecdg [_egaee ._deef -1];if _fedd ._deef > _dgbb ._begg {for _fedd ._deef > _dgbb ._begg {_dgbb ._begg ++;_dgbb ._gecdg =append (_dgbb ._gecdg ,_dgbb ._edefd );};_dgbb ._gecdg [_fedd ._deef -1]=_dgfaf ;}else {_dgbb ._gecdg [_fedd ._deef -1]=_fc .Max (_dgbb ._gecdg [_fedd ._deef -1],_dgfaf ); -};_dgbb ._efbe =append (_dgbb ._efbe ,_fedd );};_dgbb .sortCells ();}; +// Table allows organizing content in an rows X columns matrix, which can spawn across multiple pages. +type Table struct{_addf int ;_cafcb int ;_eaeec int ;_faae []float64 ;_gadc []float64 ;_aedbd float64 ;_gedg []*TableCell ;_gaad []int ;_ccdf Positioning ;_dece ,_aeff float64 ;_ccecg Margins ;_fbbbb bool ;_bccfd int ;_deceb int ;_ffeag bool ;_ebcgb bool ; +_ggab bool ;}; -// InfoLines returns all the rows in the invoice information table as -// description-value cell pairs. -func (_gaad *Invoice )InfoLines ()[][2]*InvoiceCell {_agad :=[][2]*InvoiceCell {_gaad ._bcab ,_gaad ._cbfg ,_gaad ._dfge };return append (_agad ,_gaad ._afff ...);}; +// Width returns the width of the graphic svg. +func (_eedb *GraphicSVG )Width ()float64 {return _eedb ._dddg .Width }; -// SetPos sets absolute positioning with specified coordinates. -func (_ecga *StyledParagraph )SetPos (x ,y float64 ){_ecga ._fceb =PositionAbsolute ;_ecga ._abeag =x ;_ecga ._agdg =y ;}; +// SetPadding sets the padding of the component. The padding represents +// inner margins which are applied around the contents of the division. +// The background of the component is not affected by its padding. +func (_dgea *Division )SetPadding (left ,right ,top ,bottom float64 ){_dgea ._dcfb .Left =left ;_dgea ._dcfb .Right =right ;_dgea ._dcfb .Top =top ;_dgea ._dcfb .Bottom =bottom ;}; -// Positioning returns the type of positioning the line is set to use. -func (_bddg *Line )Positioning ()Positioning {return _bddg ._babe };func _afafb (_dadc ,_gggef ,_eace string ,_beea uint ,_cfecca TextStyle )*TOCLine {return _abgd (TextChunk {Text :_dadc ,Style :_cfecca },TextChunk {Text :_gggef ,Style :_cfecca },TextChunk {Text :_eace ,Style :_cfecca },_beea ,_cfecca ); +// Width is not used. The list component is designed to fill into the available +// width depending on the context. Returns 0. +func (_adcdb *List )Width ()float64 {return 0};func _dgbe (_ggeb string )(*GraphicSVG ,error ){_deda ,_ddea :=_ea .ParseFromFile (_ggeb );if _ddea !=nil {return nil ,_ddea ;};return _badfd (_deda );};func (_ggdb *templateProcessor )nodeLogError (_baba *templateNode ,_ffdb string ,_adgg ...interface{}){_ca .Log .Error (_ggdb .getNodeErrorLocation (_baba ,_ffdb ,_adgg ...)); }; -// GetCoords returns the upper left corner coordinates of the rectangle (`x`, `y`). -func (_bged *Rectangle )GetCoords ()(float64 ,float64 ){return _bged ._defb ,_bged ._cdgf };func _ddaea (_aacaf *_fgd .PdfFont )TextStyle {return TextStyle {Color :ColorRGBFrom8bit (0,0,0),Font :_aacaf ,FontSize :10,OutlineSize :1,HorizontalScaling :DefaultHorizontalScaling ,UnderlineStyle :TextDecorationLineStyle {Offset :1,Thickness :1}}; -}; +// RotatedSize returns the width and height of the rotated block. +func (_ade *Block )RotatedSize ()(float64 ,float64 ){_ ,_ ,_dgf ,_cfc :=_bcecf (_ade ._de ,_ade ._ad ,_ade ._ac );return _dgf ,_cfc ;};func (_cgdf *Table )sortCells (){_d .Slice (_cgdf ._gedg ,func (_gdabd ,_cbfca int )bool {_bdbef :=_cgdf ._gedg [_gdabd ]._fgcga ; +_fdbe :=_cgdf ._gedg [_cbfca ]._fgcga ;if _bdbef < _fdbe {return true ;};if _bdbef > _fdbe {return false ;};return _cgdf ._gedg [_gdabd ]._gggbbd < _cgdf ._gedg [_cbfca ]._gggbbd ;});}; -// ScaleToHeight scales the rectangle to the specified height. The width of -// the rectangle is scaled so that the aspect ratio is maintained. -func (_adff *Rectangle )ScaleToHeight (h float64 ){_fafaa :=_adff ._bcede /_adff ._cggg ;_adff ._cggg =h ;_adff ._bcede =h *_fafaa ;}; +// ToRGB implements interface Color. +// Note: It's not directly used since shading color works differently than regular color. +func (_gdfg *LinearShading )ToRGB ()(float64 ,float64 ,float64 ){return 0,0,0};func _cfgb ()*Division {return &Division {_adbb :true }};func (_ebbd *Invoice )newColumn (_fedbe string ,_adeg CellHorizontalAlignment )*InvoiceCell {_ffed :=&InvoiceCell {_ebbd ._dbbfd ,_fedbe }; +_ffed .Alignment =_adeg ;return _ffed ;}; -// SetDate sets the date of the invoice. -func (_dada *Invoice )SetDate (date string )(*InvoiceCell ,*InvoiceCell ){_dada ._cbfg [1].Value =date ;return _dada ._cbfg [0],_dada ._cbfg [1];}; +// DashPattern returns the dash pattern of the line. +func (_acccd *Line )DashPattern ()(_gdde []int64 ,_gfdc int64 ){return _acccd ._cccd ,_acccd ._aaed }; -// AddressStyle returns the style properties used to render the content of -// the invoice address sections. -func (_gecb *Invoice )AddressStyle ()TextStyle {return _gecb ._efdd }; +// GraphicSVG represents a drawable graphic SVG. +// It is used to render the graphic SVG components using a creator instance. +type GraphicSVG struct{_dddg *_ea .GraphicSVG ;_cdgd Positioning ;_eeeb float64 ;_gca float64 ;_agdb Margins ;_dcfc *int64 ;}; -// AddLine adds a new line with the provided style to the table of contents. -func (_gccae *TOC )AddLine (line *TOCLine )*TOCLine {if line ==nil {return nil ;};_gccae ._ccfec =append (_gccae ._ccfec ,line );return line ;}; +// GetCoords returns the upper left corner coordinates of the rectangle (`x`, `y`). +func (_cedf *Rectangle )GetCoords ()(float64 ,float64 ){return _cedf ._fdeb ,_cedf ._fefcd }; -// GeneratePageBlocks generates the page blocks. Multiple blocks are generated if the contents wrap -// over multiple pages. Implements the Drawable interface. -func (_cgef *Paragraph )GeneratePageBlocks (ctx DrawContext )([]*Block ,DrawContext ,error ){_feeb :=ctx ;var _gdga []*Block ;_dgeb :=NewBlock (ctx .PageWidth ,ctx .PageHeight );if _cgef ._dbgab .IsRelative (){ctx .X +=_cgef ._eebg .Left ;ctx .Y +=_cgef ._eebg .Top ; -ctx .Width -=_cgef ._eebg .Left +_cgef ._eebg .Right ;ctx .Height -=_cgef ._eebg .Top ;_cgef .SetWidth (ctx .Width );if _cgef .Height ()> ctx .Height {_gdga =append (_gdga ,_dgeb );_dgeb =NewBlock (ctx .PageWidth ,ctx .PageHeight );ctx .Page ++;_afde :=ctx ; -_afde .Y =ctx .Margins .Top ;_afde .X =ctx .Margins .Left +_cgef ._eebg .Left ;_afde .Height =ctx .PageHeight -ctx .Margins .Top -ctx .Margins .Bottom ;_afde .Width =ctx .PageWidth -ctx .Margins .Left -ctx .Margins .Right -_cgef ._eebg .Left -_cgef ._eebg .Right ; -ctx =_afde ;};}else {if int (_cgef ._gcbf )<=0{_cgef .SetWidth (_cgef .getTextWidth ());};ctx .X =_cgef ._gddg ;ctx .Y =_cgef ._ggfb ;};ctx ,_fbab :=_afae (_dgeb ,_cgef ,ctx );if _fbab !=nil {_fec .Log .Debug ("\u0045R\u0052\u004f\u0052\u003a\u0020\u0025v",_fbab ); -return nil ,ctx ,_fbab ;};_gdga =append (_gdga ,_dgeb );if _cgef ._dbgab .IsRelative (){ctx .Y +=_cgef ._eebg .Bottom ;ctx .Height -=_cgef ._eebg .Bottom ;if !ctx .Inline {ctx .X =_feeb .X ;ctx .Width =_feeb .Width ;};return _gdga ,ctx ,nil ;};return _gdga ,_feeb ,nil ; -}; +// SetCompactMode sets the compact mode flag for this table. +// +// By enabling compact mode, table cell that contains Paragraph/StyleParagraph +// would not add extra height when calculating it's height. +// +// The default value is false. +func (_bbee *Table )SetCompactMode (enable bool ){_bbee ._ggab =enable }; -// SetBorderLineStyle sets border style (currently dashed or plain). -func (_cgcf *TableCell )SetBorderLineStyle (style _gga .LineStyle ){_cgcf ._gaddf =style }; +// SetLogo sets the logo of the invoice. +func (_egfg *Invoice )SetLogo (logo *Image ){_egfg ._afed =logo }; -// Add adds a new line with the default style to the table of contents. -func (_ggcaa *TOC )Add (number ,title ,page string ,level uint )*TOCLine {_aeec :=_ggcaa .AddLine (_abgd (TextChunk {Text :number ,Style :_ggcaa ._cggbgd },TextChunk {Text :title ,Style :_ggcaa ._fefdb },TextChunk {Text :page ,Style :_ggcaa ._caeab },level ,_ggcaa ._eddd )); -if _aeec ==nil {return nil ;};_dbgga :=&_ggcaa ._becec ;_aeec .SetMargins (_dbgga .Left ,_dbgga .Right ,_dbgga .Top ,_dbgga .Bottom );_aeec .SetLevelOffset (_ggcaa ._eaadf );_aeec .Separator .Text =_ggcaa ._begag ;_aeec .Separator .Style =_ggcaa ._fadge ; -return _aeec ;}; +// NoteStyle returns the style properties used to render the content of the +// invoice note sections. +func (_dbdc *Invoice )NoteStyle ()TextStyle {return _dbdc ._degfg }; -// SetRowHeight sets the height for a specified row. -func (_abedc *Table )SetRowHeight (row int ,h float64 )error {if row < 1||row > len (_abedc ._gecdg ){return _bd .New ("\u0072\u0061\u006e\u0067\u0065\u0020\u0063\u0068\u0065\u0063\u006b\u0020e\u0072\u0072\u006f\u0072");};_abedc ._gecdg [row -1]=h ;return nil ; -};func (_beagb *StyledParagraph )getTextHeight ()float64 {var _adac float64 ;for _ ,_aaae :=range _beagb ._ecec {_gcgecb :=_aaae .Style .FontSize *_beagb ._fgef ;if _gcgecb > _adac {_adac =_gcgecb ;};};return _adac ;}; +// SetShowNumbering sets a flag to indicate whether or not to show chapter numbers as part of title. +func (_ceaa *Chapter )SetShowNumbering (show bool ){_ceaa ._dge =show ;_ceaa ._adbf .SetText (_ceaa .headingText ());};func _ebdg (_gaeg [][]_ddb .Point )*Polygon {return &Polygon {_dbfd :&_ddb .Polygon {Points :_gaeg },_cbfb :1.0,_gcdg :1.0};}; -// TemplateOptions contains options and resources to use when rendering -// a template with a Creator instance. -// All the resources in the map fields can be referenced by their -// name/key in the template which is rendered using the options instance. -type TemplateOptions struct{ +// SetMarkedContentID sets marked content ID. +func (_cggg *Polyline )SetMarkedContentID (mcid int64 )*_gd .KDict {_cggg ._ecga =&mcid ;_eabcd :=_gd .NewKDictionary ();_eabcd .S =_be .MakeName (_gd .StructureTypeFigure );_eabcd .K =_be .MakeInteger (mcid );return _eabcd ;}; -// HelperFuncMap is used to define functions which can be accessed -// inside the rendered templates by their assigned names. -HelperFuncMap _g .FuncMap ; +// Height returns the height of the Paragraph. The height is calculated based on the input text and +// how it is wrapped within the container. Does not include Margins. +func (_aaeb *Paragraph )Height ()float64 {_aaeb .wrapText ();return float64 (len (_aaeb ._beag ))*_aaeb ._agdbb *_aaeb ._geac ;}; -// SubtemplateMap contains templates which can be rendered alongside -// the main template. They can be accessed using their assigned names -// in the main template or in the other subtemplates. -// Subtemplates defined inside the subtemplates specified in the map -// can be accessed directly. -// All resources available to the main template are also available -// to the subtemplates. -SubtemplateMap map[string ]_gg .Reader ; +// SetSideBorderWidth sets the cell's side border width. +func (_eafc *TableCell )SetSideBorderWidth (side CellBorderSide ,width float64 ){switch side {case CellBorderSideAll :_eafc ._efec =width ;_eafc ._acdc =width ;_eafc ._debdc =width ;_eafc ._gecc =width ;case CellBorderSideTop :_eafc ._efec =width ;case CellBorderSideBottom :_eafc ._acdc =width ; +case CellBorderSideLeft :_eafc ._debdc =width ;case CellBorderSideRight :_eafc ._gecc =width ;};}; -// FontMap contains pre-loaded fonts which can be accessed -// inside the rendered templates by their assigned names. -FontMap map[string ]*_fgd .PdfFont ; +// NewBlock creates a new Block with specified width and height. +func NewBlock (width float64 ,height float64 )*Block {_gg :=&Block {};_gg ._ge =&_eag .ContentStreamOperations {};_gg ._fa =_gd .NewPdfPageResources ();_gg ._de =width ;_gg ._ad =height ;return _gg ;}; -// ImageMap contains pre-loaded images which can be accessed -// inside the rendered templates by their assigned names. -ImageMap map[string ]*_fgd .Image ; +// SetLineColor sets the line color. +func (_fcggf *Polyline )SetLineColor (color Color ){_fcggf ._gcaf .LineColor =_fac (color )};func (_efacf *templateProcessor )parsePageBreak (_ddbf *templateNode )(interface{},error ){return _addgg (),nil ;}; -// ColorMap contains colors which can be accessed -// inside the rendered templates by their assigned names. -ColorMap map[string ]Color ; +// SetFont sets the Paragraph's font. +func (_aaad *Paragraph )SetFont (font *_gd .PdfFont ){_aaad ._caccd =font };func (_eceeb *templateProcessor )parseChapter (_eabf *templateNode )(interface{},error ){_bgac :=_eceeb .creator .NewChapter ;if _eabf ._ddbbd !=nil {if _aecae ,_gace :=_eabf ._ddbbd ._fdfd .(*Chapter ); +_gace {_bgac =_aecae .NewSubchapter ;};};_fdadf :=_bgac ("");for _ ,_fcgga :=range _eabf ._eccfd .Attr {_fdcf :=_fcgga .Value ;switch _eedbc :=_fcgga .Name .Local ;_eedbc {case "\u0073\u0068\u006f\u0077\u002d\u006e\u0075\u006d\u0062e\u0072\u0069\u006e\u0067":_fdadf .SetShowNumbering (_eceeb .parseBoolAttr (_eedbc ,_fdcf )); +case "\u0069\u006e\u0063\u006c\u0075\u0064\u0065\u002d\u0069n\u002d\u0074\u006f\u0063":_fdadf .SetIncludeInTOC (_eceeb .parseBoolAttr (_eedbc ,_fdcf ));case "\u006d\u0061\u0072\u0067\u0069\u006e":_cafdg :=_eceeb .parseMarginAttr (_eedbc ,_fdcf );_fdadf .SetMargins (_cafdg .Left ,_cafdg .Right ,_cafdg .Top ,_cafdg .Bottom ); +default:_eceeb .nodeLogDebug (_eabf ,"\u0055\u006es\u0075\u0070\u0070\u006f\u0072\u0074\u0065\u0064\u0020\u0063\u0068\u0061\u0070\u0074\u0065\u0072\u0020\u0061\u0074\u0074\u0072\u0069\u0062\u0075\u0074\u0065\u003a\u0020\u0060\u0025\u0073\u0060\u002e\u0020\u0053\u006b\u0069\u0070\u0070\u0069\u006e\u0067\u002e",_eedbc ); +};};return _fdadf ,nil ;};func (_afea *templateProcessor )parseTextVerticalAlignmentAttr (_abdg ,_eafcf string )TextVerticalAlignment {_ca .Log .Debug ("\u0050\u0061\u0072\u0073\u0069\u006e\u0067\u0020\u0074\u0065\u0078\u0074\u0020\u0076\u0065r\u0074\u0069\u0063\u0061\u006c\u0020\u0061\u006c\u0069\u0067\u006e\u006d\u0065n\u0074\u0020\u0061\u0074\u0074\u0072\u0069\u0062\u0075\u0074\u0065\u003a (\u0060\u0025\u0073\u0060\u002c\u0020\u0025\u0073\u0029\u002e",_abdg ,_eafcf ); +_bgefg :=map[string ]TextVerticalAlignment {"\u0062\u0061\u0073\u0065\u006c\u0069\u006e\u0065":TextVerticalAlignmentBaseline ,"\u0063\u0065\u006e\u0074\u0065\u0072":TextVerticalAlignmentCenter }[_eafcf ];return _bgefg ;}; -// ChartMap contains charts which can be accessed -// inside the rendered templates by their assigned names. -ChartMap map[string ]_cc .ChartRenderable ;}; +// Width returns Image's document width. +func (_ddfc *Image )Width ()float64 {return _ddfc ._dcbe };const (CellHorizontalAlignmentLeft CellHorizontalAlignment =iota ;CellHorizontalAlignmentCenter ;CellHorizontalAlignmentRight ;); -// GraphicSVG represents a drawable graphic SVG. -// It is used to render the graphic SVG components using a creator instance. -type GraphicSVG struct{_dgccb *_dd .GraphicSVG ;_ddcg Positioning ;_gddbc float64 ;_bgfb float64 ;_aagce Margins ;_bdae *int64 ;};func _ggadb (_accca *templateProcessor ,_cccbc *templateNode )(interface{},error ){return _accca .parseLine (_cccbc );};func (_fgcea *templateProcessor )parseLinearGradientAttr (creator *Creator ,_fbba string )Color {_bbdef :=ColorBlack ; -if _fbba ==""{return _bbdef ;};_gagfe :=creator .NewLinearGradientColor ([]*ColorPoint {});_gagfe .SetExtends (true ,true );var (_cfaae =_eg .Split (_fbba [16:len (_fbba )-1],"\u002c");_gbef =_eg .TrimSpace (_cfaae [0]););if _eg .HasSuffix (_gbef ,"\u0064\u0065\u0067"){_afgcc ,_gecdb :=_fg .ParseFloat (_gbef [:len (_gbef )-3],64); -if _gecdb !=nil {_fec .Log .Debug ("\u0046\u0061\u0069\u006c\u0065\u0064 \u0070\u0061\u0072\u0073\u0069\u006e\u0067\u0020\u0067\u0072\u0061\u0064\u0069e\u006e\u0074\u0020\u0061\u006e\u0067\u006ce\u003a\u0020\u0025\u0076",_gecdb );}else {_gagfe .SetAngle (_afgcc ); -};_cfaae =_cfaae [1:];};_ceggb ,_fgcg :=_fgcea .processGradientColorPair (_cfaae );if _ceggb ==nil ||_fgcg ==nil {return _bbdef ;};for _bccff :=0;_bccff < len (_ceggb );_bccff ++{_gagfe .AddColorStop (_ceggb [_bccff ],_fgcg [_bccff ]);};return _gagfe ; -}; +// Height returns the Block's height. +func (_gb *Block )Height ()float64 {return _gb ._ad }; -// NewImageFromData creates an Image from image data. -func (_bbaa *Creator )NewImageFromData (data []byte )(*Image ,error ){return _fbdb (data )}; +// SetDate sets the date of the invoice. +func (_cdbe *Invoice )SetDate (date string )(*InvoiceCell ,*InvoiceCell ){_cdbe ._cegfg [1].Value =date ;return _cdbe ._cegfg [0],_cdbe ._cegfg [1];}; -// Height returns the height of the Paragraph. The height is calculated based on the input text and -// how it is wrapped within the container. Does not include Margins. -func (_dcfec *Paragraph )Height ()float64 {_dcfec .wrapText ();return float64 (len (_dcfec ._ebdc ))*_dcfec ._fbcg *_dcfec ._acdge ;}; +// TextDecorationLineStyle represents the style of lines used to decorate +// a text chunk (e.g. underline). +type TextDecorationLineStyle struct{ -// SetColor sets the color of the Paragraph text. -// -// Example: -// -// 1. p := NewParagraph("Red paragraph") -// // Set to red color with a hex code: -// p.SetColor(creator.ColorRGBFromHex("#ff0000")) -// -// 2. Make Paragraph green with 8-bit rgb values (0-255 each component) -// p.SetColor(creator.ColorRGBFrom8bit(0, 255, 0) -// -// 3. Make Paragraph blue with arithmetic (0-1) rgb components. -// p.SetColor(creator.ColorRGBFromArithmetic(0, 0, 1.0) -func (_adag *Paragraph )SetColor (col Color ){_adag ._bbfd =col }; +// Color represents the color of the line (default: the color of the text). +Color Color ; -// SetBorderWidth sets the border width. -func (_daebd *PolyBezierCurve )SetBorderWidth (borderWidth float64 ){_daebd ._ffcd .BorderWidth =borderWidth ;}; +// Offset represents the vertical offset of the line (default: 1). +Offset float64 ; -// StyledParagraph represents text drawn with a specified font and can wrap across lines and pages. -// By default occupies the available width in the drawing context. -type StyledParagraph struct{_ecec []*TextChunk ;_fgbg TextStyle ;_fbegf TextStyle ;_abff TextAlignment ;_ddec TextVerticalAlignment ;_fgef float64 ;_fegca bool ;_ffcfd float64 ;_eadc bool ;_fegde bool ;_ecedg TextOverflow ;_ffab float64 ;_ccddg Margins ; -_fceb Positioning ;_abeag float64 ;_agdg float64 ;_bagff float64 ;_cebbd float64 ;_bdfce [][]*TextChunk ;_beccd func (_agcc *StyledParagraph ,_ddecb DrawContext );_eeba *int64 ;_cccab string ;};func (_bab *Chapter )headingNumber ()string {var _febc string ; -if _bab ._aee {if _bab ._gbf !=0{_febc =_fg .Itoa (_bab ._gbf )+"\u002e";};if _bab ._cdee !=nil {_ccc :=_bab ._cdee .headingNumber ();if _ccc !=""{_febc =_ccc +_febc ;};};};return _febc ;}; +// Thickness represents the thickness of the line (default: 1). +Thickness float64 ;}; // DrawContext defines the drawing context. The DrawContext is continuously used and updated when // drawing the page contents in relative mode. Keeps track of current X, Y position, available @@ -1866,541 +1691,559 @@ Margins Margins ; PageWidth float64 ;PageHeight float64 ; // Controls whether the components are stacked horizontally -Inline bool ;_cffd rune ;_agd []error ;}; +Inline bool ;_ebeg rune ;_ebbc []error ;}; -// Width returns the width of the ellipse. -func (_ccddc *Ellipse )Width ()float64 {return _ccddc ._eefg }; +// PageFinalizeFunctionArgs holds the input arguments provided to the page +// finalize callback function which can be set using Creator.PageFinalize. +type PageFinalizeFunctionArgs struct{PageNum int ;PageWidth float64 ;PageHeight float64 ;TOCPages int ;TotalPages int ;}; -// SetLineSeparatorStyle sets the style for the separator part of all new -// lines of the table of contents. -func (_aaegg *TOC )SetLineSeparatorStyle (style TextStyle ){_aaegg ._fadge =style }; +// ColorPoint is a pair of Color and a relative point where the color +// would be rendered. +type ColorPoint struct{_ccfgb Color ;_aeeb float64 ;}; -// Indent returns the left offset of the list when nested into another list. -func (_caae *List )Indent ()float64 {return _caae ._aedbb };func (_bdbf *pageTransformations )applyFlip (_cddc *_fgd .PdfPage )error {_gfe ,_dadb :=_bdbf ._bbed ,_bdbf ._fcge ;if !_gfe &&!_dadb {return nil ;};if _cddc ==nil {return _bd .New ("\u006e\u006f\u0020\u0070\u0061\u0067\u0065\u0020\u0061c\u0074\u0069\u0076\u0065"); -};_bcfc ,_dge :=_cddc .GetMediaBox ();if _dge !=nil {return _dge ;};_fgcc ,_dcga :=_bcfc .Width (),_bcfc .Height ();_ada ,_dge :=_cddc .GetRotate ();if _dge !=nil {_fec .Log .Debug ("\u0045\u0052R\u004f\u0052\u003a\u0020\u0025\u0073\u0020\u002d\u0020\u0069\u0067\u006e\u006f\u0072\u0069\u006e\u0067\u0020\u0061\u006e\u0064\u0020\u0061\u0073\u0073\u0075\u006d\u0069\u006e\u0067\u0020\u006e\u006f\u0020\u0072\u006f\u0074\u0061\u0074\u0069\u006f\u006e\u000a",_dge .Error ()); -};if _dcgc :=_ada %360!=0&&_ada %90==0;_dcgc {if _cedb :=(360+_ada %360)%360;_cedb ==90||_cedb ==270{_gfe ,_dadb =_dadb ,_gfe ;};};_fegf ,_gcba :=1.0,0.0;if _gfe {_fegf ,_gcba =-1.0,-_fgcc ;};_eaf ,_bbae :=1.0,0.0;if _dadb {_eaf ,_bbae =-1.0,-_dcga ;}; -_bgge :=_dg .NewContentCreator ().Scale (_fegf ,_eaf ).Translate (_gcba ,_bbae );_fgb ,_dge :=_bc .MakeStream (_bgge .Bytes (),_bc .NewFlateEncoder ());if _dge !=nil {return _dge ;};_eeac :=_bc .MakeArray (_fgb );_eeac .Append (_cddc .GetContentStreamObjs ()...); -_cddc .Contents =_eeac ;return nil ;}; +// AddColorStop add color stop info for rendering gradient color. +func (_cdbc *LinearShading )AddColorStop (color Color ,point float64 ){_cdbc ._faee .AddColorStop (color ,point );}; -// AddTextItem appends a new item with the specified text to the list. -// The method creates a styled paragraph with the specified text and returns -// it so that the item style can be customized. -// The method also returns the marker used for the newly added item. -// The marker object can be used to change the text and style of the marker -// for the current item. -func (_eedff *List )AddTextItem (text string )(*StyledParagraph ,*TextChunk ,error ){_acdg :=_ddge (_eedff ._fedb );_acdg .Append (text );_gecd ,_gfca :=_eedff .Add (_acdg );return _acdg ,_gecd ,_gfca ;};func (_cecea *templateProcessor )nodeLogDebug (_fccaa *templateNode ,_acac string ,_badcg ...interface{}){_fec .Log .Debug (_cecea .getNodeErrorLocation (_fccaa ,_acac ,_badcg ...)); -};func _fecd (_adae string )*_fgd .PdfAnnotation {_acdeb :=_fgd .NewPdfAnnotationLink ();_dgage :=_fgd .NewBorderStyle ();_dgage .SetBorderWidth (0);_acdeb .BS =_dgage .ToPdfObject ();_bgccf :=_fgd .NewPdfActionURI ();_bgccf .URI =_bc .MakeString (_adae ); -_acdeb .SetAction (_bgccf .PdfAction );return _acdeb .PdfAnnotation ;}; +// SetAddressHeadingStyle sets the style properties used to render the +// heading of the invoice address sections. +func (_baac *Invoice )SetAddressHeadingStyle (style TextStyle ){_baac ._fefc =style }; -// GetHeading returns the chapter heading paragraph. Used to give access to address style: font, sizing etc. -func (_cdab *Chapter )GetHeading ()*Paragraph {return _cdab ._gfdf };func _gfcbf (_cgfab *templateProcessor ,_bbfa *templateNode )(interface{},error ){return _cgfab .parsePageBreak (_bbfa );};func (_cbecc *templateProcessor )parseList (_cgde *templateNode )(interface{},error ){_deccc :=_cbecc .creator .NewList (); -for _ ,_gbgafd :=range _cgde ._adfdg .Attr {_gabec :=_gbgafd .Value ;switch _aadbb :=_gbgafd .Name .Local ;_aadbb {case "\u0069\u006e\u0064\u0065\u006e\u0074":_deccc .SetIndent (_cbecc .parseFloatAttr (_aadbb ,_gabec ));case "\u006d\u0061\u0072\u0067\u0069\u006e":_ebeb :=_cbecc .parseMarginAttr (_aadbb ,_gabec ); -_deccc .SetMargins (_ebeb .Left ,_ebeb .Right ,_ebeb .Top ,_ebeb .Bottom );default:_cbecc .nodeLogDebug (_cgde ,"\u0055\u006e\u0073\u0075\u0070\u0070\u006fr\u0074\u0065\u0064 \u006c\u0069\u0073\u0074 \u0061\u0074\u0074\u0072\u0069\u0062\u0075\u0074\u0065\u003a\u0020\u0060\u0025\u0073\u0060\u002e\u0020\u0053\u006b\u0069\u0070\u0070\u0069\u006e\u0067\u002e",_aadbb ); -};};return _deccc ,nil ;}; +// SetPos sets the position of the graphic svg to the specified coordinates. +// This method sets the graphic svg to use absolute positioning. +func (_fdgb *GraphicSVG )SetPos (x ,y float64 ){_fdgb ._cdgd =PositionAbsolute ;_fdgb ._eeeb =x ;_fdgb ._gca =y ;}; -// AddInternalLink adds a new internal link to the paragraph. -// The text parameter represents the text that is displayed. -// The user is taken to the specified page, at the specified x and y -// coordinates. Position 0, 0 is at the top left of the page. -// The zoom of the destination page is controlled with the zoom -// parameter. Pass in 0 to keep the current zoom value. -func (_dggcb *StyledParagraph )AddInternalLink (text string ,page int64 ,x ,y ,zoom float64 )*TextChunk {_eeaee :=NewTextChunk (text ,_dggcb ._fbegf );_eeaee ._abefd =_cbdce (page -1,x ,y ,zoom );return _dggcb .appendChunk (_eeaee );}; +// Opacity returns the opacity of the line. +func (_gbgf *Line )Opacity ()float64 {return _gbgf ._gbfc }; -// SetDueDate sets the due date of the invoice. -func (_bag *Invoice )SetDueDate (dueDate string )(*InvoiceCell ,*InvoiceCell ){_bag ._dfge [1].Value =dueDate ;return _bag ._dfge [0],_bag ._dfge [1];};func (_cacb *Image )rotatedSize ()(float64 ,float64 ){_baeb :=_cacb ._ecfc ;_gfgd :=_cacb ._fegb ;_adga :=_cacb ._fbbf ; -if _adga ==0{return _baeb ,_gfgd ;};_fccd :=_gga .Path {Points :[]_gga .Point {_gga .NewPoint (0,0).Rotate (_adga ),_gga .NewPoint (_baeb ,0).Rotate (_adga ),_gga .NewPoint (0,_gfgd ).Rotate (_adga ),_gga .NewPoint (_baeb ,_gfgd ).Rotate (_adga )}}.GetBoundingBox (); -return _fccd .Width ,_fccd .Height ;}; +// Width is not used. Not used as a Table element is designed to fill into +// available width depending on the context. Returns 0. +func (_geedc *Table )Width ()float64 {return 0};func (_gdggd *Table )updateRowHeights (_deebg float64 ){for _ ,_bccb :=range _gdggd ._gedg {_dabfc :=_bccb .width (_gdggd ._faae ,_deebg );_abcc :=_bccb .height (_dabfc );_eggdb :=_gdggd ._gadc [_bccb ._fgcga +_bccb ._edegf -2]; +if _bccb ._edegf > 1{_ggbga :=0.0;_fbeaa :=_gdggd ._gadc [_bccb ._fgcga -1:(_bccb ._fgcga +_bccb ._edegf -1)];for _ ,_edcg :=range _fbeaa {_ggbga +=_edcg ;};if _abcc <=_ggbga {continue ;};};if _abcc > _eggdb {_geca :=_abcc /float64 (_bccb ._edegf );if _geca > _eggdb {for _eebgd :=1; +_eebgd <=_bccb ._edegf ;_eebgd ++{if _geca > _gdggd ._gadc [_bccb ._fgcga +_eebgd -2]{_gdggd ._gadc [_bccb ._fgcga +_eebgd -2]=_geca ;};};};};};}; -// Width returns the width of the Paragraph. -func (_ggdba *Paragraph )Width ()float64 {if _ggdba ._ecae &&int (_ggdba ._gcbf )> 0{return _ggdba ._gcbf ;};return _ggdba .getTextWidth ()/1000.0;}; +// SetExtends specifies whether to extend the shading beyond the starting and ending points. +// +// Text extends is set to `[]bool{false, false}` by default. +func (_edecd *shading )SetExtends (start bool ,end bool ){_edecd ._gecd =[]bool {start ,end }}; -// Date returns the invoice date description and value cells. -// The returned values can be used to customize the styles of the cells. -func (_efdc *Invoice )Date ()(*InvoiceCell ,*InvoiceCell ){return _efdc ._cbfg [0],_efdc ._cbfg [1]};func (_bdc *Block )transform (_ffa _de .Matrix ){_cae :=_dg .NewContentCreator ().Add_cm (_ffa [0],_ffa [1],_ffa [3],_ffa [4],_ffa [6],_ffa [7]).Operations (); -*_bdc ._cb =append (*_cae ,*_bdc ._cb ...);_bdc ._cb .WrapIfNeeded ();};func _gfgfe (_edagf *templateProcessor ,_daebe *templateNode )(interface{},error ){return _edagf .parseChart (_daebe );}; +// ConvertToBinary converts current image data into binary (Bi-level image) format. +// If provided image is RGB or GrayScale the function converts it into binary image +// using histogram auto threshold method. +func (_dcbg *Image )ConvertToBinary ()error {return _dcbg ._dgaaf .ConvertToBinary ()}; -// SetSideBorderWidth sets the cell's side border width. -func (_bdagd *TableCell )SetSideBorderWidth (side CellBorderSide ,width float64 ){switch side {case CellBorderSideAll :_bdagd ._cddebf =width ;_bdagd ._eabab =width ;_bdagd ._caef =width ;_bdagd ._adec =width ;case CellBorderSideTop :_bdagd ._cddebf =width ; -case CellBorderSideBottom :_bdagd ._eabab =width ;case CellBorderSideLeft :_bdagd ._caef =width ;case CellBorderSideRight :_bdagd ._adec =width ;};};func (_caad *templateProcessor )getNodeErrorLocation (_cgfad *templateNode ,_daeff string ,_beecc ...interface{})string {_cggbg :=_f .Sprintf (_daeff ,_beecc ...); -_aaafc :=_f .Sprintf ("\u0025\u0064",_cgfad ._agdga );if _cgfad ._fcebb !=0{_aaafc =_f .Sprintf ("\u0025\u0064\u003a%\u0064",_cgfad ._fcebb ,_cgfad ._gefcf );};if _caad ._edcgd !=""{return _f .Sprintf ("\u0025\u0073\u0020\u005b\u0025\u0073\u003a\u0025\u0073\u005d",_cggbg ,_caad ._edcgd ,_aaafc ); -};return _f .Sprintf ("\u0025s\u0020\u005b\u0025\u0073\u005d",_cggbg ,_aaafc );}; +// Heading returns the heading component of the table of contents. +func (_gdgee *TOC )Heading ()*StyledParagraph {return _gdgee ._gfbgc };const (TextRenderingModeFill TextRenderingMode =iota ;TextRenderingModeStroke ;TextRenderingModeFillStroke ;TextRenderingModeInvisible ;TextRenderingModeFillClip ;TextRenderingModeStrokeClip ; +TextRenderingModeFillStrokeClip ;TextRenderingModeClip ;); -// NewTOC creates a new table of contents. -func (_eaeg *Creator )NewTOC (title string )*TOC {_eaba :=_eaeg .NewTextStyle ();_eaba .Font =_eaeg ._ceb ;return _cffe (title ,_eaeg .NewTextStyle (),_eaba );}; +// SetBackgroundColor sets the cell's background color. +func (_eeeab *TableCell )SetBackgroundColor (col Color ){_eeeab ._ceege =col }; -// SetWidthTop sets border width for top. -func (_gfgf *border )SetWidthTop (bw float64 ){_gfgf ._dedg =bw };func (_gdab *StyledParagraph )getLineMetrics (_dccg int )(_aagcd ,_dadd ,_ddda float64 ){if _gdab ._bdfce ==nil ||(_gdab ._bdfce !=nil &&len (_gdab ._bdfce )==0){_gdab .wrapText ();};if _dccg < 0||_dccg > len (_gdab ._bdfce )-1{_fec .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020p\u0061\u0072\u0061\u0067\u0072\u0061\u0070\u0068\u0020\u006c\u0069\u006e\u0065 \u0069\u006e\u0064\u0065\u0078\u0020\u0025\u0064\u002e\u0020\u0052\u0065tu\u0072\u006e\u0069\u006e\u0067\u0020\u0030\u002c\u0020\u0030",_dccg ); -return 0,0,0;};_caff :=_gdab ._bdfce [_dccg ];for _ ,_cgag :=range _caff {_dfbb :=_aggdb (_cgag .Style .Font ,_cgag .Style .FontSize );if _dfbb ._geede > _aagcd {_aagcd =_dfbb ._geede ;};if _dfbb ._egeb < _ddda {_ddda =_dfbb ._egeb ;};if _aegc :=_cgag .Style .FontSize ; -_aegc > _dadd {_dadd =_aegc ;};};return _aagcd ,_dadd ,_ddda ;};const (CellBorderStyleNone CellBorderStyle =iota ;CellBorderStyleSingle ;CellBorderStyleDouble ;); +// SetLineMargins sets the margins for all new lines of the table of contents. +func (_fdegg *TOC )SetLineMargins (left ,right ,top ,bottom float64 ){_baafe :=&_fdegg ._caada ;_baafe .Left =left ;_baafe .Right =right ;_baafe .Top =top ;_baafe .Bottom =bottom ;};func (_dbfeg *templateProcessor )nodeError (_ddebf *templateNode ,_fdge string ,_aace ...interface{})error {return _f .Errorf ("\u0025\u0073",_dbfeg .getNodeErrorLocation (_ddebf ,_fdge ,_aace ...)); +};type listItem struct{_cfec VectorDrawable ;_gdeca TextChunk ;};func (_ebde *Division )drawBackground (_adfa []*Block ,_gcgb ,_abgg DrawContext ,_ccgc bool )([]*Block ,error ){_cagce :=len (_adfa );if _cagce ==0||_ebde ._bacfc ==nil {return _adfa ,nil ; +};_dgbf :=make ([]*Block ,0,len (_adfa ));for _bdbe ,_gdeg :=range _adfa {var (_efgd =_ebde ._bacfc .BorderRadiusTopLeft ;_afec =_ebde ._bacfc .BorderRadiusTopRight ;_ebda =_ebde ._bacfc .BorderRadiusBottomLeft ;_cbce =_ebde ._bacfc .BorderRadiusBottomRight ; +);_bggcg :=_gcgb ;_bggcg .Page +=_bdbe ;if _bdbe ==0{if _ccgc {_dgbf =append (_dgbf ,_gdeg );continue ;};if _cagce ==1{_bggcg .Height =_abgg .Y -_gcgb .Y ;};}else {_bggcg .X =_bggcg .Margins .Left +_ebde ._fceg .Left ;_bggcg .Y =_bggcg .Margins .Top ;_bggcg .Width =_bggcg .PageWidth -_bggcg .Margins .Left -_bggcg .Margins .Right -_ebde ._fceg .Left -_ebde ._fceg .Right ; +if _bdbe ==_cagce -1{_bggcg .Height =_abgg .Y -_bggcg .Margins .Top -_ebde ._fceg .Top ;}else {_bggcg .Height =_bggcg .PageHeight -_bggcg .Margins .Top -_bggcg .Margins .Bottom ;};if !_ccgc {_efgd =0;_afec =0;};};if _cagce > 1&&_bdbe !=_cagce -1{_ebda =0; +_cbce =0;};_edag :=_acbe (_bggcg .X ,_bggcg .Y ,_bggcg .Width ,_bggcg .Height );_edag .SetFillColor (_ebde ._bacfc .FillColor );_edag .SetBorderColor (_ebde ._bacfc .BorderColor );_edag .SetBorderWidth (_ebde ._bacfc .BorderSize );_edag .SetBorderRadius (_efgd ,_afec ,_ebda ,_cbce ); +_fffc ,_ ,_eaggc :=_edag .GeneratePageBlocks (_bggcg );if _eaggc !=nil {return nil ,_eaggc ;};if len (_fffc )==0{continue ;};_aecb :=_fffc [0];if _eaggc =_aecb .mergeBlocks (_gdeg );_eaggc !=nil {return nil ,_eaggc ;};_dgbf =append (_dgbf ,_aecb );};return _dgbf ,nil ; +}; -// ColorCMYKFrom8bit creates a Color from c,m,y,k values (0-100). -// Example: -// -// red := ColorCMYKFrom8Bit(0, 100, 100, 0) -func ColorCMYKFrom8bit (c ,m ,y ,k byte )Color {return cmykColor {_ffea :_fc .Min (float64 (c ),100)/100.0,_cbg :_fc .Min (float64 (m ),100)/100.0,_egb :_fc .Min (float64 (y ),100)/100.0,_gbfd :_fc .Min (float64 (k ),100)/100.0};}; +// SetFillColor sets the fill color for the path. +func (_facdc *FilledCurve )SetFillColor (color Color ){_facdc ._gdge =color }; -// TextRenderingMode determines whether showing text shall cause glyph -// outlines to be stroked, filled, used as a clipping boundary, or some -// combination of the three. -// See section 9.3 "Text State Parameters and Operators" and -// Table 106 (pp. 254-255 PDF32000_2008). -type TextRenderingMode int ;func _gaegc (_eacef interface{})(interface{},error ){switch _agced :=_eacef .(type ){case uint8 :return int64 (_agced ),nil ;case int8 :return int64 (_agced ),nil ;case uint16 :return int64 (_agced ),nil ;case int16 :return int64 (_agced ),nil ; -case uint32 :return int64 (_agced ),nil ;case int32 :return int64 (_agced ),nil ;case uint64 :return int64 (_agced ),nil ;case int64 :return _agced ,nil ;case int :return int64 (_agced ),nil ;case float32 :return float64 (_agced ),nil ;case float64 :return _agced ,nil ; -};return nil ,_f .Errorf ("\u0069\u006e\u0076\u0061\u006c\u0069d\u0020\u0076\u0061\u006c\u0075\u0065\u002c\u0020\u0025\u0076\u0020\u0069\u0073 \u006e\u006f\u0074\u0020\u0061\u0020\u006eu\u006d\u0062\u0065\u0072",_eacef );}; +// SetAngle sets the rotation angle in degrees. +func (_dg *Block )SetAngle (angleDeg float64 ){_dg ._ac =angleDeg }; -// SetAngle sets Image rotation angle in degrees. -func (_adfec *Image )SetAngle (angle float64 ){_adfec ._fbbf =angle };const (TextVerticalAlignmentBaseline TextVerticalAlignment =iota ;TextVerticalAlignmentCenter ;TextVerticalAlignmentBottom ;TextVerticalAlignmentTop ;); +// SetPos sets the Table's positioning to absolute mode and specifies the upper-left corner +// coordinates as (x,y). +// Note that this is only sensible to use when the table does not wrap over multiple pages. +// TODO: Should be able to set width too (not just based on context/relative positioning mode). +func (_bbdb *Table )SetPos (x ,y float64 ){_bbdb ._ccdf =PositionAbsolute ;_bbdb ._dece =x ;_bbdb ._aeff =y ;};func _dgc (_caee string )(*Image ,error ){_aefba ,_cedc :=_e .Open (_caee );if _cedc !=nil {return nil ,_cedc ;};defer _aefba .Close ();_gae ,_cedc :=_gd .ImageHandling .Read (_aefba ); +if _cedc !=nil {_ca .Log .Error ("\u0045\u0072\u0072or\u0020\u006c\u006f\u0061\u0064\u0069\u006e\u0067\u0020\u0069\u006d\u0061\u0067\u0065\u003a\u0020\u0025\u0073",_cedc );return nil ,_cedc ;};return _bddd (_gae );}; -// DueDate returns the invoice due date description and value cells. +// Subtotal returns the invoice subtotal description and value cells. // The returned values can be used to customize the styles of the cells. -func (_dafca *Invoice )DueDate ()(*InvoiceCell ,*InvoiceCell ){return _dafca ._dfge [0],_dafca ._dfge [1];}; - -// SetFillOpacity sets the fill opacity of the ellipse. -func (_bfbf *Ellipse )SetFillOpacity (opacity float64 ){_bfbf ._fcda =opacity }; +func (_cdee *Invoice )Subtotal ()(*InvoiceCell ,*InvoiceCell ){return _cdee ._ffce [0],_cdee ._ffce [1]}; -// Cols returns the total number of columns the table has. -func (_fcdad *Table )Cols ()int {return _fcdad ._afacb }; +// CellBorderSide defines the table cell's border side. +type CellBorderSide int ; -// TextDecorationLineStyle represents the style of lines used to decorate -// a text chunk (e.g. underline). -type TextDecorationLineStyle struct{ +// Width returns the width of the Paragraph. +func (_dcbgb *StyledParagraph )Width ()float64 {if _dcbgb ._egbgc &&int (_dcbgb ._cbcb )> 0{return _dcbgb ._cbcb ;};return _dcbgb .getTextWidth ()/1000.0;};func (_fddb *templateProcessor )parseCellVerticalAlignmentAttr (_caae ,_aadcg string )CellVerticalAlignment {_ca .Log .Debug ("\u0050\u0061\u0072\u0073\u0069\u006e\u0067\u0020\u0063\u0065\u006c\u006c\u0020\u0076\u0065r\u0074\u0069\u0063\u0061\u006c\u0020\u0061\u006c\u0069\u0067\u006e\u006d\u0065n\u0074\u0020\u0061\u0074\u0074\u0072\u0069\u0062\u0075\u0074\u0065\u003a (\u0060\u0025\u0073\u0060\u002c\u0020\u0025\u0073\u0029\u002e",_caae ,_aadcg ); +_bggac :=map[string ]CellVerticalAlignment {"\u0074\u006f\u0070":CellVerticalAlignmentTop ,"\u006d\u0069\u0064\u0064\u006c\u0065":CellVerticalAlignmentMiddle ,"\u0062\u006f\u0074\u0074\u006f\u006d":CellVerticalAlignmentBottom }[_aadcg ];return _bggac ; +};func (_ffafc *templateProcessor )parseFitModeAttr (_edebc ,_eefef string )FitMode {_ca .Log .Debug ("\u0050\u0061\u0072\u0073\u0069\u006e\u0067\u0020\u0066\u0069\u0074\u0020\u006do\u0064\u0065\u0020\u0061\u0074\u0074r\u0069\u0062\u0075\u0074\u0065\u003a\u0020\u0028\u0060\u0025\u0073\u0060\u002c \u0025\u0073\u0029\u002e",_edebc ,_eefef ); +_gfbc :=map[string ]FitMode {"\u006e\u006f\u006e\u0065":FitModeNone ,"\u0066\u0069\u006c\u006c\u002d\u0077\u0069\u0064\u0074\u0068":FitModeFillWidth }[_eefef ];return _gfbc ;};func (_cdf *pageTransformations )transformPage (_ageb *_gd .PdfPage )error {if _ffab :=_cdf .applyFlip (_ageb ); +_ffab !=nil {return _ffab ;};return nil ;};func (_bdef *templateProcessor )parseImageEncoder (_gfdg ,_dadb string )_be .StreamEncoder {_ca .Log .Debug ("\u0050\u0061\u0072\u0073\u0069\u006e\u0067\u0020\u0065\u006e\u0063\u006f\u0064\u0065\u0072\u0020\u0061\u0074\u0074\u0072\u0069\u0062\u0075\u0074e\u003a\u0020\u0028\u0060\u0025s\u0060\u002c \u0025\u0073\u0029\u002e",_gfdg ,_dadb ); +if _dadb =="\u0066\u006c\u0061t\u0065"{return _be .NewFlateEncoder ();}else if _dadb =="\u0064\u0063\u0074"{return _be .NewDCTEncoder ();};_ca .Log .Debug ("\u0049\u006e\u0076\u0061\u006c\u0069\u0064 \u0076\u0061\u006cu\u0065\u0020\u006f\u0066 \u0065\u006e\u0063\u006f\u0064\u0065\u0072\u003a\u0020\u0028\u0060\u0025\u0073\u0060\u002c\u0020\u0025\u0073\u0029\u0020\u0066\u006f\u0075\u006e\u0064\u002e",_gfdg ,_dadb ); +return nil ;}; -// Color represents the color of the line (default: the color of the text). -Color Color ; +// SetColorRight sets border color for right. +func (_aaa *border )SetColorRight (col Color ){_aaa ._gcg =col }; -// Offset represents the vertical offset of the line (default: 1). -Offset float64 ; +// Length calculates and returns the length of the line. +func (_dafa *Line )Length ()float64 {return _ff .Sqrt (_ff .Pow (_dafa ._agbba -_dafa ._cbagd ,2.0)+_ff .Pow (_dafa ._dcga -_dafa ._efeb ,2.0));}; -// Thickness represents the thickness of the line (default: 1). -Thickness float64 ;}; +// TotalLines returns all the rows in the invoice totals table as +// description-value cell pairs. +func (_dddgf *Invoice )TotalLines ()[][2]*InvoiceCell {_gefa :=[][2]*InvoiceCell {_dddgf ._ffce };_gefa =append (_gefa ,_dddgf ._gfgd ...);return append (_gefa ,_dddgf ._cecdb );};func _bggfea (_efaee *templateProcessor ,_fgfcd *templateNode )(interface{},error ){return _efaee .parseChart (_fgfcd ); +}; -// DrawTemplate renders the template provided through the specified reader, -// using the specified `data` and `options`. -// Creator templates are first executed as text/template *Template instances, -// so the specified `data` is inserted within the template. -// The second phase of processing is actually parsing the template, translating -// it into creator components and rendering them using the provided options. -// Both the `data` and `options` parameters can be nil. -func (_cbf *Creator )DrawTemplate (r _gg .Reader ,data interface{},options *TemplateOptions )error {return _bdgfg (_cbf ,r ,data ,options ,_cbf );}; +// AddExternalLink adds a new external link to the paragraph. +// The text parameter represents the text that is displayed and the url +// parameter sets the destionation of the link. +func (_eacea *StyledParagraph )AddExternalLink (text ,url string )*TextChunk {_bffg :=NewTextChunk (text ,_eacea ._debd );_bffg .AddAnnotation (_cgdd (url ));return _eacea .appendChunk (_bffg );}; -// AppendCurve appends a Bezier curve to the filled curve. -func (_aeda *FilledCurve )AppendCurve (curve _gga .CubicBezierCurve )*FilledCurve {_aeda ._acce =append (_aeda ._acce ,curve );return _aeda ;};type cmykColor struct{_ffea ,_cbg ,_egb ,_gbfd float64 }; +// WriteToFile writes the Creator output to file specified by path. +func (_dgged *Creator )WriteToFile (outputPath string )error {_dcc ,_bbdg :=_e .Create (outputPath );if _bbdg !=nil {return _bbdg ;};defer _dcc .Close ();return _dgged .Write (_dcc );}; -// SetTOC sets the table of content component of the creator. -// This method should be used when building a custom table of contents. -func (_agac *Creator )SetTOC (toc *TOC ){if toc ==nil {return ;};_agac ._aac =toc ;}; +// ScaleToWidth scales the ellipse to the specified width. The height of +// the ellipse is scaled so that the aspect ratio is maintained. +func (_bdad *Ellipse )ScaleToWidth (w float64 ){_ffeb :=_bdad ._fgbb /_bdad ._gbea ;_bdad ._gbea =w ;_bdad ._fgbb =w *_ffeb ;}; -// SetMargins sets the Paragraph's margins. -func (_gaec *Paragraph )SetMargins (left ,right ,top ,bottom float64 ){_gaec ._eebg .Left =left ;_gaec ._eebg .Right =right ;_gaec ._eebg .Top =top ;_gaec ._eebg .Bottom =bottom ;}; +// Context returns the current drawing context. +func (_egcd *Creator )Context ()DrawContext {return _egcd ._ecfb }; -// SetWidth sets the the Paragraph width. This is essentially the wrapping width, -// i.e. the width the text can extend to prior to wrapping over to next line. -func (_dgda *StyledParagraph )SetWidth (width float64 ){_dgda ._ffcfd =width ;_dgda .wrapText ()};func (_cfbe *Line )computeCoords (_cdgbb DrawContext )(_gfee ,_bcbd ,_fdcb ,_fbda float64 ){_gfee =_cdgbb .X ;_fdcb =_gfee +_cfbe ._cfge -_cfbe ._gbcgde ; -_acfc :=_cfbe ._aebf ;if _cfbe ._gbcgde ==_cfbe ._cfge {_acfc /=2;};if _cfbe ._gcfa < _cfbe ._ceef {_bcbd =_cdgbb .PageHeight -_cdgbb .Y -_acfc ;_fbda =_bcbd -_cfbe ._ceef +_cfbe ._gcfa ;}else {_fbda =_cdgbb .PageHeight -_cdgbb .Y -_acfc ;_bcbd =_fbda -_cfbe ._gcfa +_cfbe ._ceef ; -};switch _cfbe ._efdg {case FitModeFillWidth :_fdcb =_gfee +_cdgbb .Width ;};return _gfee ,_bcbd ,_fdcb ,_fbda ;}; +// SetBorderRadius sets the radius of the rectangle corners. +func (_dgfa *Rectangle )SetBorderRadius (topLeft ,topRight ,bottomLeft ,bottomRight float64 ){_dgfa ._dfegd =topLeft ;_dgfa ._afgd =topRight ;_dgfa ._ebddb =bottomLeft ;_dgfa ._fcgc =bottomRight ;};func (_gfgdb *templateProcessor )parseInt64Array (_ccded ,_bcff string )[]int64 {_ca .Log .Debug ("\u0050\u0061\u0072s\u0069\u006e\u0067\u0020\u0069\u006e\u0074\u0036\u0034\u0020\u0061\u0072\u0072\u0061\u0079\u0020\u0061\u0074\u0074\u0072\u0069\u0062\u0075\u0074\u0065\u003a\u0020\u0028\u0060%\u0073\u0060\u002c\u0020\u0025\u0073\u0029\u002e",_ccded ,_bcff ); +_cggec :=_ddf .Fields (_bcff );_cecg :=make ([]int64 ,0,len (_cggec ));for _ ,_gddec :=range _cggec {_aeda ,_ :=_fd .ParseInt (_gddec ,10,64);_cecg =append (_cecg ,_aeda );};return _cecg ;};var _fee =_g .MustCompile ("\u005c\u0064\u002b");func _bdda (_aaedf *Creator ,_dcbeg string ,_fdcd []byte ,_gccf *TemplateOptions ,_bcef componentRenderer )*templateProcessor {if _gccf ==nil {_gccf =&TemplateOptions {}; +};_gccf .init ();if _bcef ==nil {_bcef =_aaedf ;};return &templateProcessor {creator :_aaedf ,_fagcac :_fdcd ,_agabg :_gccf ,_gfcf :_bcef ,_cabb :_dcbeg };};func _bddd (_dfad *_gd .Image )(*Image ,error ){_accc :=float64 (_dfad .Width );_ebg :=float64 (_dfad .Height ); +return &Image {_dgaaf :_dfad ,_dade :_accc ,_abecc :_ebg ,_dcbe :_accc ,_fae :_ebg ,_afgb :0,_fgec :1.0,_dbafc :PositionRelative },nil ;};func (_beff *StyledParagraph )wrapChunks (_agdd bool )error {if !_beff ._egbgc ||int (_beff ._cbcb )<=0{_beff ._ccae =[][]*TextChunk {_beff ._bcbc }; +return nil ;};if _beff ._fecad {_beff .wrapWordChunks ();};_beff ._ccae =[][]*TextChunk {};var _fedbg []*TextChunk ;var _eedga float64 ;_bfded :=_ab .IsSpace ;if !_agdd {_bfded =func (rune )bool {return false };};_cfcad :=_fgfcf (_beff ._cbcb *1000.0,0.000001); +for _ ,_badfc :=range _beff ._bcbc {_abfaf :=_badfc .Style ;_adcdg :=_badfc ._bcfe ;_defcb :=_badfc .VerticalAlignment ;var (_daag []rune ;_agea []float64 ;);_eeef :=_bdcfa (_badfc .Text );for _ ,_bdcb :=range _badfc .Text {if _bdcb =='\u000A'{if !_agdd {_daag =append (_daag ,_bdcb ); +};_fedbg =append (_fedbg ,&TextChunk {Text :_ddf .TrimRightFunc (string (_daag ),_bfded ),Style :_abfaf ,_bcfe :_aagc (_adcdg ),VerticalAlignment :_defcb });_beff ._ccae =append (_beff ._ccae ,_fedbg );_fedbg =nil ;_eedga =0;_daag =nil ;_agea =nil ;continue ; +};_ceceg :=_bdcb ==' ';_gdcc ,_fbcaf :=_abfaf .Font .GetRuneMetrics (_bdcb );if _gdcc .Wx ==0&&_abfaf .MultiFont !=nil ||_abfaf .MultiFont !=nil &&!_fbcaf {_gdcc ,_fbcaf =_abfaf .MultiFont .GetRuneMetrics (_bdcb );};if !_fbcaf {_ca .Log .Debug ("\u0052\u0075\u006e\u0065\u0020\u0063\u0068\u0061\u0072\u0020\u006d\u0065\u0074\u0072\u0069c\u0073 \u006e\u006f\u0074\u0020\u0066\u006f\u0075\u006e\u0064\u0021\u0020\u0025\u0076\u000a",_bdcb ); +return _fc .New ("\u0067\u006c\u0079\u0070\u0068\u0020\u0063\u0068\u0061\u0072\u0020m\u0065\u0074\u0072\u0069\u0063\u0073\u0020\u006d\u0069\u0073s\u0069\u006e\u0067");};_fgdab :=_abfaf .FontSize *_gdcc .Wx *_abfaf .horizontalScale ();_faca :=_fgdab ;if !_ceceg {_faca =_fgdab +_abfaf .CharSpacing *1000.0; +};if _eedga +_fgdab > _cfcad {_ffae :=-1;if !_ceceg {for _fbgb :=len (_daag )-1;_fbgb >=0;_fbgb --{if _daag [_fbgb ]==' '{_ffae =_fbgb ;break ;};};};if _beff ._fecad {_bece :=len (_fedbg );if _bece > 0{_fedbg [_bece -1].Text =_ddf .TrimRightFunc (_fedbg [_bece -1].Text ,_bfded ); +_beff ._ccae =append (_beff ._ccae ,_fedbg );_fedbg =[]*TextChunk {};};_daag =append (_daag ,_bdcb );_agea =append (_agea ,_faca );if _ffae >=0{_daag =_daag [_ffae +1:];_agea =_agea [_ffae +1:];};_eedga =0;for _ ,_fcadg :=range _agea {_eedga +=_fcadg ; +};if _eedga > _cfcad {_bada :=string (_daag [:len (_daag )-1]);_bada =_ebaa (_bada ,_eeef );if !_agdd &&_ceceg {_bada +="\u0020";};_fedbg =append (_fedbg ,&TextChunk {Text :_ddf .TrimRightFunc (_bada ,_bfded ),Style :_abfaf ,_bcfe :_aagc (_adcdg ),VerticalAlignment :_defcb }); +_beff ._ccae =append (_beff ._ccae ,_fedbg );_fedbg =[]*TextChunk {};_daag =[]rune {_bdcb };_agea =[]float64 {_faca };_eedga =_faca ;};continue ;};_cebg :=string (_daag );if _ffae >=0{_cebg =string (_daag [0:_ffae +1]);_daag =_daag [_ffae +1:];_daag =append (_daag ,_bdcb ); +_agea =_agea [_ffae +1:];_agea =append (_agea ,_faca );_eedga =0;for _ ,_aebeb :=range _agea {_eedga +=_aebeb ;};}else {if _ceceg {_eedga =0;_daag =[]rune {};_agea =[]float64 {};}else {_eedga =_faca ;_daag =[]rune {_bdcb };_agea =[]float64 {_faca };};}; +_cebg =_ebaa (_cebg ,_eeef );if !_agdd &&_ceceg {_cebg +="\u0020";};_fedbg =append (_fedbg ,&TextChunk {Text :_ddf .TrimRightFunc (_cebg ,_bfded ),Style :_abfaf ,_bcfe :_aagc (_adcdg ),VerticalAlignment :_defcb });_beff ._ccae =append (_beff ._ccae ,_fedbg ); +_fedbg =[]*TextChunk {};}else {_eedga +=_faca ;_daag =append (_daag ,_bdcb );_agea =append (_agea ,_faca );};};if len (_daag )> 0{_fabaa :=_ebaa (string (_daag ),_eeef );_fedbg =append (_fedbg ,&TextChunk {Text :_fabaa ,Style :_abfaf ,_bcfe :_aagc (_adcdg ),VerticalAlignment :_defcb }); +};};if len (_fedbg )> 0{_beff ._ccae =append (_beff ._ccae ,_fedbg );};return nil ;}; -// Color interface represents colors in the PDF creator. -type Color interface{ToRGB ()(float64 ,float64 ,float64 );}; +// Positioning returns the type of positioning the line is set to use. +func (_ffabc *Line )Positioning ()Positioning {return _ffabc ._fcbba }; -// NewPolygon creates a new polygon. -func (_aacd *Creator )NewPolygon (points [][]_gga .Point )*Polygon {return _dedgg (points )}; +// Height returns the height of the list. +func (_fceb *List )Height ()float64 {var _eggcd float64 ;for _ ,_efac :=range _fceb ._fadf {_eggcd +=_efac .ctxHeight (_fceb .Width ());};return _eggcd ;};type rgbColor struct{_afd ,_fef ,_cbbf float64 };func (_gdebg *Paragraph )getTextWidth ()float64 {_dbcfe :=0.0; +for _ ,_dbffa :=range _gdebg ._bcgag {if _dbffa =='\u000A'{continue ;};_gddg ,_cebc :=_gdebg ._caccd .GetRuneMetrics (_dbffa );if !_cebc {_ca .Log .Debug ("\u0045\u0052R\u004f\u0052\u003a\u0020\u0052u\u006e\u0065\u0020\u0063\u0068a\u0072\u0020\u006d\u0065\u0074\u0072\u0069\u0063\u0073\u0020\u006e\u006f\u0074\u0020\u0066\u006f\u0075\u006e\u0064\u0021\u0020\u0028\u0072\u0075\u006e\u0065\u0020\u0030\u0078\u0025\u0030\u0034\u0078\u003d\u0025\u0063\u0029",_dbffa ,_dbffa ); +return -1;};_dbcfe +=_gdebg ._geac *_gddg .Wx ;};return _dbcfe ;}; -// AddInfo is used to append a piece of invoice information in the template -// information table. -func (_ceff *Invoice )AddInfo (description ,value string )(*InvoiceCell ,*InvoiceCell ){_gedd :=[2]*InvoiceCell {_ceff .newCell (description ,_ceff ._gca ),_ceff .newCell (value ,_ceff ._gca )};_ceff ._afff =append (_ceff ._afff ,_gedd );return _gedd [0],_gedd [1]; -}; +// SetBoundingBox set gradient color bounding box where the gradient would be rendered. +func (_dfda *LinearShading )SetBoundingBox (x ,y ,width ,height float64 ){_dfda ._ddfb =&_gd .PdfRectangle {Llx :x ,Lly :y ,Urx :x +width ,Ury :y +height };}; -// DrawWithContext draws the Block using the specified drawing context. -func (_def *Block )DrawWithContext (d Drawable ,ctx DrawContext )error {_ecd ,_ ,_gac :=d .GeneratePageBlocks (ctx );if _gac !=nil {return _gac ;};if len (_ecd )!=1{return ErrContentNotFit ;};for _ ,_dfe :=range _ecd {if _cfe :=_def .mergeBlocks (_dfe ); -_cfe !=nil {return _cfe ;};};return nil ;};func (_dccae *templateProcessor )parseFloatAttr (_gddbde ,_gadeg string )float64 {_fec .Log .Debug ("\u0050\u0061rs\u0069\u006e\u0067 \u0066\u006c\u006f\u0061t a\u0074tr\u0069\u0062\u0075\u0074\u0065\u003a\u0020(`\u0025\u0073\u0060\u002c\u0020\u0025\u0073)\u002e",_gddbde ,_gadeg ); -_fdbda ,_ :=_fg .ParseFloat (_gadeg ,64);return _fdbda ;};var (_bedfe =_d .MustCompile ("\u0028[\u005cw\u002d\u005d\u002b\u0029\u005c(\u0027\u0028.\u002b\u0029\u0027\u005c\u0029");_cbgfd =_bd .New ("\u0069\u006e\u0076\u0061\u006c\u0069d\u0020\u0074\u0065\u006d\u0070\u006c\u0061\u0074\u0065\u0020\u0063\u0072\u0065a\u0074\u006f\u0072\u0020\u0069\u006e\u0073t\u0061\u006e\u0063\u0065"); -_gdbeeg =_bd .New ("\u0069\u006e\u0076\u0061l\u0069\u0064\u0020\u0074\u0065\u006d\u0070\u006c\u0061\u0074e\u0020p\u0061\u0072\u0065\u006e\u0074\u0020\u006eo\u0064\u0065");_dggef =_bd .New ("i\u006e\u0076\u0061\u006c\u0069\u0064 \u0074\u0065\u006d\u0070\u006c\u0061\u0074\u0065\u0020c\u0068\u0069\u006cd\u0020n\u006f\u0064\u0065"); -_gedbe =_bd .New ("\u0069n\u0076\u0061\u006c\u0069d\u0020\u0074\u0065\u006d\u0070l\u0061t\u0065 \u0072\u0065\u0073\u006f\u0075\u0072\u0063e"););func _bagfg (_bcdc int )*Table {_ddcfd :=&Table {_afacb :_bcdc ,_edefd :10.0,_cddfg :[]float64 {},_gecdg :[]float64 {},_efbe :[]*TableCell {},_aedca :make ([]int ,_bcdc ),_bcagb :true }; -_ddcfd .resetColumnWidths ();return _ddcfd ;}; +// PolyBezierCurve represents a composite curve that is the result of joining +// multiple cubic Bezier curves. +// Implements the Drawable interface and can be drawn on PDF using the Creator. +type PolyBezierCurve struct{_bgdab *_ddb .PolyBezierCurve ;_dcfbf float64 ;_acfb float64 ;_gfde Color ;_bgadb *int64 ;}; -// SetBorderColor sets the cell's border color. -func (_ccef *TableCell )SetBorderColor (col Color ){_ccef ._ebgcd =col ;_ccef ._aegdf =col ;_ccef ._fcbbf =col ;_ccef ._gefce =col ;};func (_adgb *Block )setOpacity (_eea float64 ,_gb float64 )(string ,error ){if (_eea < 0||_eea >=1.0)&&(_gb < 0||_gb >=1.0){return "",nil ; -};_ge :=0;_gc :=_f .Sprintf ("\u0047\u0053\u0025\u0064",_ge );for _adgb ._dgd .HasExtGState (_bc .PdfObjectName (_gc )){_ge ++;_gc =_f .Sprintf ("\u0047\u0053\u0025\u0064",_ge );};_fab :=_bc .MakeDict ();if _eea >=0&&_eea < 1.0{_fab .Set ("\u0063\u0061",_bc .MakeFloat (_eea )); -};if _gb >=0&&_gb < 1.0{_fab .Set ("\u0043\u0041",_bc .MakeFloat (_gb ));};_gce :=_adgb ._dgd .AddExtGState (_bc .PdfObjectName (_gc ),_fab );if _gce !=nil {return "",_gce ;};return _gc ,nil ;};func _ffcgd (_cbaa ,_fffa ,_cgcg float64 )(_bbafb ,_ffff ,_fddf ,_fafbd float64 ){if _cgcg ==0{return 0,0,_cbaa ,_fffa ; -};_ggccg :=_gga .Path {Points :[]_gga .Point {_gga .NewPoint (0,0).Rotate (_cgcg ),_gga .NewPoint (_cbaa ,0).Rotate (_cgcg ),_gga .NewPoint (0,_fffa ).Rotate (_cgcg ),_gga .NewPoint (_cbaa ,_fffa ).Rotate (_cgcg )}}.GetBoundingBox ();return _ggccg .X ,_ggccg .Y ,_ggccg .Width ,_ggccg .Height ; -};var (ColorBlack =ColorRGBFromArithmetic (0,0,0);ColorWhite =ColorRGBFromArithmetic (1,1,1);ColorRed =ColorRGBFromArithmetic (1,0,0);ColorGreen =ColorRGBFromArithmetic (0,1,0);ColorBlue =ColorRGBFromArithmetic (0,0,1);ColorYellow =ColorRGBFromArithmetic (1,1,0); -); +// SetNumber sets the number of the invoice. +func (_eefc *Invoice )SetNumber (number string )(*InvoiceCell ,*InvoiceCell ){_eefc ._eeffg [1].Value =number ;return _eefc ._eeffg [0],_eefc ._eeffg [1];}; -// Style returns the style of the line. -func (_eccd *Line )Style ()_gga .LineStyle {return _eccd ._cedaf }; +// SetPageLabels adds the specified page labels to the PDF file generated +// by the creator. See section 12.4.2 "Page Labels" (p. 382 PDF32000_2008). +// NOTE: for existing PDF files, the page label ranges object can be obtained +// using the model.PDFReader's GetPageLabels method. +func (_gbeg *Creator )SetPageLabels (pageLabels _be .PdfObject ){_gbeg ._ddad =pageLabels };var (ErrContentNotFit =_fc .New ("\u0043\u0061\u006e\u006e\u006ft\u0020\u0066\u0069\u0074\u0020\u0063\u006f\u006e\u0074\u0065\u006e\u0074\u0020i\u006e\u0074\u006f\u0020\u0061\u006e\u0020\u0065\u0078\u0069\u0073\u0074\u0069\u006e\u0067\u0020\u0073\u0070\u0061\u0063\u0065"); +);func (_eaca *templateProcessor )parseStyledParagraph (_abcff *templateNode )(interface{},error ){_feddb :=_eaca .creator .NewStyledParagraph ();for _ ,_cbdc :=range _abcff ._eccfd .Attr {_bcba :=_cbdc .Value ;switch _ebgg :=_cbdc .Name .Local ;_ebgg {case "\u0074\u0065\u0078\u0074\u002d\u0061\u006c\u0069\u0067\u006e":_feddb .SetTextAlignment (_eaca .parseTextAlignmentAttr (_ebgg ,_bcba )); +case "\u0076\u0065\u0072\u0074ic\u0061\u006c\u002d\u0074\u0065\u0078\u0074\u002d\u0061\u006c\u0069\u0067\u006e":_feddb .SetTextVerticalAlignment (_eaca .parseTextVerticalAlignmentAttr (_ebgg ,_bcba ));case "l\u0069\u006e\u0065\u002d\u0068\u0065\u0069\u0067\u0068\u0074":_feddb .SetLineHeight (_eaca .parseFloatAttr (_ebgg ,_bcba )); +case "\u006d\u0061\u0072\u0067\u0069\u006e":_ffcef :=_eaca .parseMarginAttr (_ebgg ,_bcba );_feddb .SetMargins (_ffcef .Left ,_ffcef .Right ,_ffcef .Top ,_ffcef .Bottom );case "e\u006e\u0061\u0062\u006c\u0065\u002d\u0077\u0072\u0061\u0070":_feddb .SetEnableWrap (_eaca .parseBoolAttr (_ebgg ,_bcba )); +case "\u0065\u006ea\u0062\u006c\u0065-\u0077\u006f\u0072\u0064\u002d\u0077\u0072\u0061\u0070":_feddb .EnableWordWrap (_eaca .parseBoolAttr (_ebgg ,_bcba ));case "\u0074\u0065\u0078\u0074\u002d\u006f\u0076\u0065\u0072\u0066\u006c\u006f\u0077":_feddb .SetTextOverflow (_eaca .parseTextOverflowAttr (_ebgg ,_bcba )); +case "\u0078":_feddb .SetPos (_eaca .parseFloatAttr (_ebgg ,_bcba ),_feddb ._ccde );case "\u0079":_feddb .SetPos (_feddb ._cabcd ,_eaca .parseFloatAttr (_ebgg ,_bcba ));case "\u0061\u006e\u0067l\u0065":_feddb .SetAngle (_eaca .parseFloatAttr (_ebgg ,_bcba )); +default:_eaca .nodeLogDebug (_abcff ,"\u0055\u006e\u0073\u0075\u0070\u0070\u006f\u0072\u0074\u0065\u0064\u0020\u0073\u0074\u0079l\u0065\u0064\u0020\u0070\u0061\u0072\u0061\u0067\u0072\u0061\u0070\u0068\u0020a\u0074\u0074\u0072\u0069\u0062\u0075\u0074\u0065\u0020\u0060\u0025\u0073`.\u0020\u0053\u006b\u0069\u0070\u0070\u0069\u006e\u0067\u002e",_ebgg ); +};};return _feddb ,nil ;}; -// Rows returns the total number of rows the table has. -func (_ddbg *Table )Rows ()int {return _ddbg ._begg }; +// InvoiceCell represents any cell belonging to a table from the invoice +// template. The main tables are the invoice information table, the line +// items table and totals table. Contains the text value of the cell and +// the style properties of the cell. +type InvoiceCell struct{InvoiceCellProps ;Value string ;}; -// SetOutlineTree adds the specified outline tree to the PDF file generated -// by the creator. Adding an external outline tree disables the automatic -// generation of outlines done by the creator for the relevant components. -func (_eceb *Creator )SetOutlineTree (outlineTree *_fgd .PdfOutlineTreeNode ){_eceb ._egdf =outlineTree };func _dbffa (_cbgbc *templateProcessor ,_ccag *templateNode )(interface{},error ){return _cbgbc .parseBackground (_ccag );}; +// FillOpacity returns the fill opacity of the ellipse (0-1). +func (_acbbd *Ellipse )FillOpacity ()float64 {return _acbbd ._baae }; -// InvoiceCellProps holds all style properties for an invoice cell. -type InvoiceCellProps struct{TextStyle TextStyle ;Alignment CellHorizontalAlignment ;BackgroundColor Color ;BorderColor Color ;BorderWidth float64 ;BorderSides []CellBorderSide ;};func (_ecggg *templateProcessor )parseListItem (_eaageb *templateNode )(interface{},error ){if _eaageb ._cefd ==nil {_ecggg .nodeLogError (_eaageb ,"\u004c\u0069\u0073t\u0020\u0069\u0074\u0065m\u0020\u0070\u0061\u0072\u0065\u006e\u0074 \u0063\u0061\u006e\u006e\u006f\u0074\u0020\u0062\u0065\u0020\u006e\u0069\u006c\u002e"); -return nil ,_gdbeeg ;};_gabc ,_cbeb :=_eaageb ._cefd ._bedcd .(*List );if !_cbeb {_ecggg .nodeLogError (_eaageb ,"\u004c\u0069s\u0074\u0020\u0069\u0074\u0065\u006d\u0020\u0070\u0061\u0072\u0065\u006e\u0074\u0020\u0069\u0073\u0020\u006e\u006f\u0074\u0020\u004cis\u0074\u002e"); -return nil ,_gdbeeg ;};_bgbg :=_dbca ();_bgbg ._edee =_gabc ._edaa ;return _bgbg ,nil ;}; +// SetForms adds an Acroform to a PDF file. Sets the specified form for writing. +func (_baccc *Creator )SetForms (form *_gd .PdfAcroForm )error {_baccc ._bdac =form ;return nil }; -// SetTotal sets the total of the invoice. -func (_eggba *Invoice )SetTotal (value string ){_eggba ._gdba [1].Value =value }; +// TemplateOptions contains options and resources to use when rendering +// a template with a Creator instance. +// All the resources in the map fields can be referenced by their +// name/key in the template which is rendered using the options instance. +type TemplateOptions struct{ -// SetLineOpacity sets the line opacity. -func (_cebga *Polyline )SetLineOpacity (opacity float64 ){_cebga ._ggaf =opacity }; +// HelperFuncMap is used to define functions which can be accessed +// inside the rendered templates by their assigned names. +HelperFuncMap _fb .FuncMap ; -// SetMargins sets the margins TOC line. -func (_adbdb *TOCLine )SetMargins (left ,right ,top ,bottom float64 ){_adbdb ._afage =left ;_aagge :=&_adbdb ._afgdd ._ccddg ;_aagge .Left =_adbdb ._afage +float64 (_adbdb ._gfec -1)*_adbdb ._ebgcdc ;_aagge .Right =right ;_aagge .Top =top ;_aagge .Bottom =bottom ; -}; +// SubtemplateMap contains templates which can be rendered alongside +// the main template. They can be accessed using their assigned names +// in the main template or in the other subtemplates. +// Subtemplates defined inside the subtemplates specified in the map +// can be accessed directly. +// All resources available to the main template are also available +// to the subtemplates. +SubtemplateMap map[string ]_cb .Reader ; -// SetTextAlignment sets the horizontal alignment of the text within the space provided. -func (_ggec *StyledParagraph )SetTextAlignment (align TextAlignment ){_ggec ._abff =align };func _cacbe (_abbag *Block ,_fgbd _fgd .PdfColor ,_ceffa Color ,_bbga func ()Rectangle )error {switch _bagf :=_fgbd .(type ){case *_fgd .PdfColorPatternType2 :_beee ,_ebbdg :=_ceffa .(*LinearShading ); -if !_ebbdg {return _f .Errorf ("\u0043\u006f\u006c\u006f\u0072\u0020\u0069\u0073\u0020\u006e\u006ft\u0020\u004c\u0069\u006e\u0065\u0061\u0072\u0053\u0068\u0061d\u0069\u006e\u0067");};_egab :=_bbga ();_beee .SetBoundingBox (_egab ._defb ,_egab ._cdgf ,_egab ._bcede ,_egab ._cggg ); -_febge ,_cgaf :=_beee .AddPatternResource (_abbag );if _cgaf !=nil {return _f .Errorf ("\u0066\u0061\u0069\u006c\u0065\u0064\u0020\u0061\u0064\u0064\u0069\u006e\u0067\u0020\u0070\u0061\u0074\u0074\u0065\u0072\u006e\u0020\u0074\u006f \u0072\u0065\u0073\u006f\u0075r\u0063\u0065s\u003a\u0020\u0025\u0076",_cgaf ); -};_bagf .PatternName =_febge ;case *_fgd .PdfColorPatternType3 :_aegae ,_dbgf :=_ceffa .(*RadialShading );if !_dbgf {return _f .Errorf ("\u0043\u006f\u006c\u006f\u0072\u0020\u0069\u0073\u0020\u006e\u006ft\u0020\u0052\u0061\u0064\u0069\u0061\u006c\u0053\u0068\u0061d\u0069\u006e\u0067"); -};_bbbfb :=_bbga ();_aegae .SetBoundingBox (_bbbfb ._defb ,_bbbfb ._cdgf ,_bbbfb ._bcede ,_bbbfb ._cggg );_agea ,_ffae :=_aegae .AddPatternResource (_abbag );if _ffae !=nil {return _f .Errorf ("\u0066\u0061\u0069\u006c\u0065\u0064\u0020\u0061\u0064\u0064\u0069\u006e\u0067\u0020\u0070\u0061\u0074\u0074\u0065\u0072\u006e\u0020\u0074\u006f \u0072\u0065\u0073\u006f\u0075r\u0063\u0065s\u003a\u0020\u0025\u0076",_ffae ); -};_bagf .PatternName =_agea ;};return nil ;}; +// FontMap contains pre-loaded fonts which can be accessed +// inside the rendered templates by their assigned names. +FontMap map[string ]*_gd .PdfFont ; -// SetAngle sets the rotation angle of the text. -func (_bdffc *StyledParagraph )SetAngle (angle float64 ){_bdffc ._ffab =angle }; +// ImageMap contains pre-loaded images which can be accessed +// inside the rendered templates by their assigned names. +ImageMap map[string ]*_gd .Image ; -// GetMargins returns the margins of the line: left, right, top, bottom. -func (_dcee *Line )GetMargins ()(float64 ,float64 ,float64 ,float64 ){return _dcee ._fggd .Left ,_dcee ._fggd .Right ,_dcee ._fggd .Top ,_dcee ._fggd .Bottom ;}; +// ColorMap contains colors which can be accessed +// inside the rendered templates by their assigned names. +ColorMap map[string ]Color ; -// BorderOpacity returns the border opacity of the rectangle (0-1). -func (_gdag *Rectangle )BorderOpacity ()float64 {return _gdag ._dbff }; +// ChartMap contains charts which can be accessed +// inside the rendered templates by their assigned names. +ChartMap map[string ]_fbb .ChartRenderable ;}; -// SetColorRight sets border color for right. -func (_gaba *border )SetColorRight (col Color ){_gaba ._gdbb =col }; +// SetBackgroundColor set background color of the shading area. +// +// By default the background color is set to white. +func (_gbae *LinearShading )SetBackgroundColor (backgroundColor Color ){_gbae ._faee .SetBackgroundColor (backgroundColor );}; -// SetHeight sets the height of the rectangle. -func (_dgdbc *Rectangle )SetHeight (height float64 ){_dgdbc ._cggg =height };func _fbe (_gcb string )string {_fgga :=_fbf .FindAllString (_gcb ,-1);if len (_fgga )==0{_gcb =_gcb +"\u0030";}else {_afg ,_dbd :=_fg .Atoi (_fgga [len (_fgga )-1]);if _dbd !=nil {_fec .Log .Debug ("\u0045r\u0072\u006f\u0072 \u0063\u006f\u006ev\u0065rt\u0069\u006e\u0067\u0020\u0064\u0069\u0067i\u0074\u0020\u0063\u006f\u006d\u0070\u006f\u006e\u0065\u006e\u0074\u0020\u0069\u006e\u0020\u0072\u0065\u0073\u006f\u0075\u0072\u0063\u0065\u0073\u0020\u006e\u0061\u006de,\u0020f\u0061\u006c\u006c\u0062\u0061\u0063k\u0020\u0074\u006f\u0020\u0062a\u0073\u0069\u0063\u0020\u006d\u0065\u0074\u0068\u006f\u0064\u003a \u0025\u0076",_dbd ); -_gcb =_gcb +"\u0030";}else {_afg ++;_geg :=_eg .LastIndex (_gcb ,_fgga [len (_fgga )-1]);if _geg ==-1{_gcb =_f .Sprintf ("\u0025\u0073\u0025\u0064",_gcb [:len (_gcb )-1],_afg );}else {_gcb =_gcb [:_geg ]+_fg .Itoa (_afg );};};};return _gcb ;};func _eeccc (_cdbbd float64 ,_gfce int )float64 {_gfbce :=_fc .Pow10 (_gfce ); -return _fc .Round (_gfbce *_cdbbd )/_gfbce ;}; +// MultiCell makes a new cell with the specified row span and col span +// and inserts it into the table at the current position. +func (_fafbf *Table )MultiCell (rowspan ,colspan int )*TableCell {_fafbf ._eaeec ++;_dede :=(_fafbf .moveToNextAvailableCell ()-1)%(_fafbf ._cafcb )+1;_dgaaa :=(_fafbf ._eaeec -1)/_fafbf ._cafcb +1;for _dgaaa > _fafbf ._addf {_fafbf ._addf ++;_fafbf ._gadc =append (_fafbf ._gadc ,_fafbf ._aedbd ); +};_bebae :=&TableCell {};_bebae ._fgcga =_dgaaa ;_bebae ._gggbbd =_dede ;_bebae ._adeb =5;_bebae ._bddcf =CellBorderStyleNone ;_bebae ._aecgdc =_ddb .LineStyleSolid ;_bebae ._bebbe =CellHorizontalAlignmentLeft ;_bebae ._bdcca =CellVerticalAlignmentTop ; +_bebae ._debdc =0;_bebae ._acdc =0;_bebae ._gecc =0;_bebae ._efec =0;_fgde :=ColorBlack ;_bebae ._edgac =_fgde ;_bebae ._daea =_fgde ;_bebae ._cada =_fgde ;_bebae ._agcef =_fgde ;if rowspan < 1{_ca .Log .Debug ("\u0054\u0061\u0062\u006c\u0065\u003a\u0020\u0063\u0065\u006c\u006c\u0020\u0072\u006f\u0077\u0073\u0070a\u006e\u0020\u006c\u0065\u0073\u0073\u0020\u0074\u0068\u0061t\u0020\u0031\u0020\u0028\u0025\u0064\u0029\u002e\u0020\u0053\u0065\u0074\u0074\u0069\u006e\u0067\u0020\u0063e\u006c\u006c\u0020\u0072\u006f\u0077s\u0070\u0061n\u0020\u0074o\u00201\u002e",rowspan ); +rowspan =1;};_dgbbb :=_fafbf ._addf -(_bebae ._fgcga -1);if rowspan > _dgbbb {_ca .Log .Debug ("\u0054\u0061b\u006c\u0065\u003a\u0020\u0063\u0065\u006c\u006c\u0020\u0072\u006f\u0077\u0073\u0070\u0061\u006e\u0020\u0028\u0025d\u0029\u0020\u0065\u0078\u0063\u0065e\u0064\u0073\u0020\u0072\u0065\u006d\u0061\u0069\u006e\u0069\u006e\u0067\u0020\u0072o\u0077\u0073 \u0028\u0025\u0064\u0029.\u0020\u0041\u0064\u0064\u0069n\u0067\u0020\u0072\u006f\u0077\u0073\u002e",rowspan ,_dgbbb ); +_fafbf ._addf +=rowspan -1;for _fcca :=0;_fcca <=rowspan -_dgbbb ;_fcca ++{_fafbf ._gadc =append (_fafbf ._gadc ,_fafbf ._aedbd );};};for _ddfbg :=0;_ddfbg < colspan &&_dede +_ddfbg -1< len (_fafbf ._gaad );_ddfbg ++{_fafbf ._gaad [_dede +_ddfbg -1]=rowspan -1; +};_bebae ._edegf =rowspan ;if colspan < 1{_ca .Log .Debug ("\u0054\u0061\u0062\u006c\u0065\u003a\u0020\u0063\u0065\u006c\u006c\u0020\u0063\u006f\u006c\u0073\u0070a\u006e\u0020\u006c\u0065\u0073\u0073\u0020\u0074\u0068\u0061n\u0020\u0031\u0020\u0028\u0025\u0064\u0029\u002e\u0020\u0053\u0065\u0074\u0074\u0069\u006e\u0067\u0020\u0063e\u006c\u006c\u0020\u0063\u006f\u006cs\u0070\u0061n\u0020\u0074o\u00201\u002e",colspan ); +colspan =1;};_geda :=_fafbf ._cafcb -(_bebae ._gggbbd -1);if colspan > _geda {_ca .Log .Debug ("\u0054\u0061\u0062\u006c\u0065:\u0020\u0063\u0065\u006c\u006c\u0020\u0063o\u006c\u0073\u0070\u0061\u006e\u0020\u0028\u0025\u0064\u0029\u0020\u0065\u0078\u0063\u0065\u0065\u0064\u0073\u0020\u0072\u0065\u006d\u0061\u0069\u006e\u0069\u006e\u0067\u0020\u0072\u006f\u0077\u0020\u0063\u006f\u006c\u0073\u0020\u0028\u0025d\u0029\u002e\u0020\u0041\u0064\u006a\u0075\u0073\u0074\u0069\u006e\u0067 \u0063\u006f\u006c\u0073\u0070\u0061n\u002e",colspan ,_geda ); +colspan =_geda ;};_bebae ._ffebf =colspan ;_fafbf ._eaeec +=colspan -1;_fafbf ._gedg =append (_fafbf ._gedg ,_bebae );_bebae ._gabb =_fafbf ;return _bebae ;}; -// SetLevelOffset sets the amount of space an indentation level occupies. -func (_dgegd *TOCLine )SetLevelOffset (levelOffset float64 ){_dgegd ._ebgcdc =levelOffset ;_dgegd ._afgdd ._ccddg .Left =_dgegd ._afage +float64 (_dgegd ._gfec -1)*_dgegd ._ebgcdc ;};func _aef (_ccbc string ,_gdb _bc .PdfObject ,_gfg *_fgd .PdfPageResources )_bc .PdfObjectName {_agec :=_eg .TrimRightFunc (_eg .TrimSpace (_ccbc ),func (_gae rune )bool {return _fe .IsNumber (_gae )}); -if _agec ==""{_agec ="\u0046\u006f\u006e\u0074";};_egfe :=0;_afe :=_bc .PdfObjectName (_ccbc );for {_fgda ,_cgdf :=_gfg .GetFontByName (_afe );if !_cgdf ||_fgda ==_gdb {break ;};_egfe ++;_afe =_bc .PdfObjectName (_f .Sprintf ("\u0025\u0073\u0025\u0064",_agec ,_egfe )); -};return _afe ;};func (_gffg *Table )wrapRow (_eefaf int ,_gfbd DrawContext ,_abeec float64 )(bool ,error ){if !_gffg ._fgaag {return false ,nil ;};var (_eddf =_gffg ._efbe [_eefaf ];_bbefa =-1;_dbgdc []*TableCell ;_gdfde float64 ;_gbfda bool ;_dcffc =make ([]float64 ,0,len (_gffg ._cddfg )); -);_ecea :=func (_deed *TableCell ,_dgccd VectorDrawable ,_gfgeg bool )*TableCell {_abgca :=*_deed ;_abgca ._aafg =_dgccd ;if _gfgeg {_abgca ._deef ++;};return &_abgca ;};_dfged :=func (_febf int ,_dgbgc VectorDrawable ){var _agcg float64 =-1;if _dgbgc ==nil {if _defea :=_dcffc [_febf -_eefaf ]; -_defea > _gfbd .Height {_dgbgc =_gffg ._efbe [_febf ]._aafg ;_gffg ._efbe [_febf ]._aafg =nil ;_dcffc [_febf -_eefaf ]=0;_agcg =_defea ;};};_bccee :=_ecea (_gffg ._efbe [_febf ],_dgbgc ,true );_dbgdc =append (_dbgdc ,_bccee );if _agcg < 0{_agcg =_bccee .height (_gfbd .Width ); -};if _agcg > _gdfde {_gdfde =_agcg ;};};for _gefa :=_eefaf ;_gefa < len (_gffg ._efbe );_gefa ++{_gbag :=_gffg ._efbe [_gefa ];if _eddf ._deef !=_gbag ._deef {_bbefa =_gefa ;break ;};_gfbd .Width =_gbag .width (_gffg ._cddfg ,_abeec );_fagad :=_gbag .height (_gfbd .Width ); -var _ccdb VectorDrawable ;switch _gfgga :=_gbag ._aafg .(type ){case *StyledParagraph :if _fagad > _gfbd .Height {_beeec :=_gfbd ;_beeec .Height =_fc .Floor (_gfbd .Height -_gfgga ._ccddg .Top -_gfgga ._ccddg .Bottom -0.5*_gfgga .getTextHeight ());_fcgd ,_ecbg ,_dacaf :=_gfgga .split (_beeec ); -if _dacaf !=nil {return false ,_dacaf ;};if _fcgd !=nil &&_ecbg !=nil {_gfgga =_fcgd ;_gbag =_ecea (_gbag ,_fcgd ,false );_gffg ._efbe [_gefa ]=_gbag ;_ccdb =_ecbg ;_gbfda =true ;};_fagad =_gbag .height (_gfbd .Width );};case *Division :if _fagad > _gfbd .Height {_dfcea :=_gfbd ; -_dfcea .Height =_fc .Floor (_gfbd .Height -_gfgga ._ddfg .Top -_gfgga ._ddfg .Bottom );_ageb ,_bgcfd :=_gfgga .split (_dfcea );if _ageb !=nil &&_bgcfd !=nil {_gfgga =_ageb ;_gbag =_ecea (_gbag ,_ageb ,false );_gffg ._efbe [_gefa ]=_gbag ;_ccdb =_bgcfd ; -_gbfda =true ;if _ageb ._agecb !=nil {_ageb ._agecb .BorderRadiusBottomLeft =0;_ageb ._agecb .BorderRadiusBottomRight =0;};if _bgcfd ._agecb !=nil {_bgcfd ._agecb .BorderRadiusTopLeft =0;_bgcfd ._agecb .BorderRadiusTopRight =0;};_fagad =_gbag .height (_gfbd .Width ); -};};case *List :if _fagad > _gfbd .Height {_bcfe :=_gfbd ;_bcfe .Height =_fc .Floor (_gfbd .Height -_gfgga ._gacb .Vertical ());_ddfbc ,_bfdb :=_gfgga .split (_bcfe );if _ddfbc !=nil {_gfgga =_ddfbc ;_gbag =_ecea (_gbag ,_ddfbc ,false );_gffg ._efbe [_gefa ]=_gbag ; -};if _bfdb !=nil {_ccdb =_bfdb ;_gbfda =true ;};_fagad =_gbag .height (_gfbd .Width );};};_dcffc =append (_dcffc ,_fagad );if _gbfda {if _dbgdc ==nil {_dbgdc =make ([]*TableCell ,0,len (_gffg ._cddfg ));for _bgag :=_eefaf ;_bgag < _gefa ;_bgag ++{_dfged (_bgag ,nil ); -};};_dfged (_gefa ,_ccdb );};};var _babfb float64 ;for _ ,_ebcf :=range _dcffc {if _ebcf > _babfb {_babfb =_ebcf ;};};if _gbfda &&_babfb < _gfbd .Height {if _bbefa < 0{_bbefa =len (_gffg ._efbe );};_bcba :=_gffg ._efbe [_bbefa -1]._deef +_gffg ._efbe [_bbefa -1]._afddb -1; -for _ceag :=_bbefa ;_ceag < len (_gffg ._efbe );_ceag ++{_gffg ._efbe [_ceag ]._deef ++;};_gffg ._efbe =append (_gffg ._efbe [:_bbefa ],append (_dbgdc ,_gffg ._efbe [_bbefa :]...)...);_gffg ._gecdg =append (_gffg ._gecdg [:_bcba ],append ([]float64 {_gdfde },_gffg ._gecdg [_bcba :]...)...); -_gffg ._gecdg [_eddf ._deef +_eddf ._afddb -2]=_babfb ;};return _gbfda ,nil ;};func (_bdaf *templateProcessor )parseImage (_bfcd *templateNode )(interface{},error ){var _cebbf string ;for _ ,_egba :=range _bfcd ._adfdg .Attr {_cccf :=_egba .Value ;switch _bffd :=_egba .Name .Local ; -_bffd {case "\u0073\u0072\u0063":_cebbf =_cccf ;};};_gadec ,_cagd :=_bdaf .loadImageFromSrc (_cebbf );if _cagd !=nil {return nil ,_cagd ;};for _ ,_fbgg :=range _bfcd ._adfdg .Attr {_adffb :=_fbgg .Value ;switch _afbcb :=_fbgg .Name .Local ;_afbcb {case "\u0061\u006c\u0069g\u006e":_gadec .SetHorizontalAlignment (_bdaf .parseHorizontalAlignmentAttr (_afbcb ,_adffb )); -case "\u006fp\u0061\u0063\u0069\u0074\u0079":_gadec .SetOpacity (_bdaf .parseFloatAttr (_afbcb ,_adffb ));case "\u006d\u0061\u0072\u0067\u0069\u006e":_gcfdg :=_bdaf .parseMarginAttr (_afbcb ,_adffb );_gadec .SetMargins (_gcfdg .Left ,_gcfdg .Right ,_gcfdg .Top ,_gcfdg .Bottom ); -case "\u0066\u0069\u0074\u002d\u006d\u006f\u0064\u0065":_gadec .SetFitMode (_bdaf .parseFitModeAttr (_afbcb ,_adffb ));case "\u0078":_gadec .SetPos (_bdaf .parseFloatAttr (_afbcb ,_adffb ),_gadec ._dbccc );case "\u0079":_gadec .SetPos (_gadec ._afggb ,_bdaf .parseFloatAttr (_afbcb ,_adffb )); -case "\u0077\u0069\u0064t\u0068":_gadec .SetWidth (_bdaf .parseFloatAttr (_afbcb ,_adffb ));case "\u0068\u0065\u0069\u0067\u0068\u0074":_gadec .SetHeight (_bdaf .parseFloatAttr (_afbcb ,_adffb ));case "\u0061\u006e\u0067l\u0065":_gadec .SetAngle (_bdaf .parseFloatAttr (_afbcb ,_adffb )); -case "\u0073\u0072\u0063":break ;default:_bdaf .nodeLogDebug (_bfcd ,"\u0055n\u0073\u0075p\u0070\u006f\u0072\u0074e\u0064\u0020\u0069m\u0061\u0067\u0065\u0020\u0061\u0074\u0074\u0072\u0069bu\u0074\u0065\u003a \u0060\u0025s\u0060\u002e\u0020\u0053\u006b\u0069p\u0070\u0069n\u0067\u002e",_afbcb ); -};};return _gadec ,nil ;}; +// GeneratePageBlocks draws the block contents on a template Page block. +// Implements the Drawable interface. +func (_ba *Block )GeneratePageBlocks (ctx DrawContext )([]*Block ,DrawContext ,error ){_ec :=_cbe .IdentityMatrix ();_ccc ,_db :=_ba .Width (),_ba .Height ();if _ba ._agg .IsRelative (){_ec =_ec .Translate (ctx .X ,ctx .PageHeight -ctx .Y -_db );}else {_ec =_ec .Translate (_ba ._eg ,ctx .PageHeight -_ba ._bge -_db ); +};_fbe :=_db ;if _ba ._ac !=0{_ec =_ec .Translate (_ccc /2,_db /2).Rotate (_ba ._ac *_ff .Pi /180.0).Translate (-_ccc /2,-_db /2);_ ,_fbe =_ba .RotatedSize ();};if _ba ._agg .IsRelative (){ctx .Y +=_fbe ;};_bf :=_eag .NewContentCreator ();_bf .Add_cm (_ec [0],_ec [1],_ec [3],_ec [4],_ec [6],_ec [7]); +_afc :=_ba .duplicate ();_adb :=append (*_bf .Operations (),*_afc ._ge ...);_adb .WrapIfNeeded ();_afc ._ge =&_adb ;for _ ,_da :=range _ba ._bdc {_gab ,_fag :=_be .GetArray (_da .Rect );if !_fag ||_gab .Len ()!=4{_ca .Log .Debug ("\u0057\u0041\u0052\u004e\u003a \u0069\u006e\u0076\u0061\u006ci\u0064 \u0061\u006e\u006e\u006f\u0074\u0061\u0074\u0069\u006f\u006e\u0020\u0052\u0065\u0063\u0074\u0020\u0066\u0069\u0065l\u0064\u003a\u0020\u0025\u0076\u002e\u0020\u004f\u0075\u0074\u0070\u0075\u0074\u0020\u006d\u0061\u0079\u0020\u0062\u0065\u0020\u0069\u006e\u0063o\u0072\u0072\u0065\u0063\u0074\u002e",_da .Rect ); +continue ;};_caf ,_ada :=_gd .NewPdfRectangle (*_gab );if _ada !=nil {_ca .Log .Debug ("\u0057A\u0052N\u003a\u0020\u0063\u006f\u0075\u006c\u0064\u0020\u006e\u006f\u0074 \u0070\u0061\u0072\u0073e\u0020\u0061\u006e\u006e\u006ft\u0061\u0074\u0069\u006f\u006e\u0020\u0052\u0065\u0063\u0074\u0020\u0066\u0069\u0065\u006c\u0064\u003a\u0020\u0025\u0076\u002e\u0020\u004f\u0075\u0074\u0070\u0075\u0074\u0020\u006d\u0061y\u0020\u0062\u0065\u0020\u0069\u006e\u0063\u006fr\u0072\u0065\u0063\u0074\u002e",_ada ); +continue ;};_caf .Transform (_ec );_da .Rect =_caf .ToPdfObject ();};return []*Block {_afc },ctx ,nil ;}; -// Height returns the height of the Paragraph. The height is calculated based on the input text and how it is wrapped -// within the container. Does not include Margins. -func (_faaa *StyledParagraph )Height ()float64 {_faaa .wrapText ();var _eecc float64 ;for _ ,_aagec :=range _faaa ._bdfce {var _ddaeg float64 ;for _ ,_aeca :=range _aagec {_bdbec :=_faaa ._fgef *_aeca .Style .FontSize ;if _bdbec > _ddaeg {_ddaeg =_bdbec ; -};};_eecc +=_ddaeg ;};return _eecc ;}; +// Height returns the total height of all rows. +func (_ffge *Table )Height ()float64 {_gebf :=float64 (0.0);for _ ,_bdgc :=range _ffge ._gadc {_gebf +=_bdgc ;};return _gebf ;}; -// SetMarkedContentID sets marked content ID. -func (_gbed *Polyline )SetMarkedContentID (mcid int64 )*_fgd .KDict {_gbed ._egfd =&mcid ;_eaab :=_fgd .NewKDictionary ();_eaab .S =_bc .MakeName (_fgd .StructureTypeFigure );_eaab .K =_bc .MakeInteger (mcid );return _eaab ;};func (_geea *StyledParagraph )appendChunk (_baaa *TextChunk )*TextChunk {_geea ._ecec =append (_geea ._ecec ,_baaa ); -_geea .wrapText ();return _baaa ;}; +// SetExtends specifies whether ot extend the shading beyond the starting and ending points. +// +// Text extends is set to `[]bool{false, false}` by default. +func (_bagc *RadialShading )SetExtends (start bool ,end bool ){_bagc ._ffcg .SetExtends (start ,end )}; -// Horizontal returns total horizontal (left + right) margin. -func (_aagg *Margins )Horizontal ()float64 {return _aagg .Left +_aagg .Right }; +// SetPos sets the absolute position. Changes object positioning to absolute. +func (_afecf *Image )SetPos (x ,y float64 ){_afecf ._dbafc =PositionAbsolute ;_afecf ._aeae =x ;_afecf ._bgabe =y ;};func (_ddgce *RadialShading )shadingModel ()*_gd .PdfShadingType3 {_fcfce ,_aaac ,_dgdb :=_ddgce ._ffcg ._bbdfc .ToRGB ();var _ccccb _ddb .Point ; +switch _ddgce ._cgdec {case AnchorBottomLeft :_ccccb =_ddb .Point {X :_ddgce ._gagb .Llx ,Y :_ddgce ._gagb .Lly };case AnchorBottomRight :_ccccb =_ddb .Point {X :_ddgce ._gagb .Urx ,Y :_ddgce ._gagb .Ury -_ddgce ._gagb .Height ()};case AnchorTopLeft :_ccccb =_ddb .Point {X :_ddgce ._gagb .Llx ,Y :_ddgce ._gagb .Lly +_ddgce ._gagb .Height ()}; +case AnchorTopRight :_ccccb =_ddb .Point {X :_ddgce ._gagb .Urx ,Y :_ddgce ._gagb .Ury };case AnchorLeft :_ccccb =_ddb .Point {X :_ddgce ._gagb .Llx ,Y :_ddgce ._gagb .Lly +_ddgce ._gagb .Height ()/2};case AnchorTop :_ccccb =_ddb .Point {X :_ddgce ._gagb .Llx +_ddgce ._gagb .Width ()/2,Y :_ddgce ._gagb .Ury }; +case AnchorRight :_ccccb =_ddb .Point {X :_ddgce ._gagb .Urx ,Y :_ddgce ._gagb .Lly +_ddgce ._gagb .Height ()/2};case AnchorBottom :_ccccb =_ddb .Point {X :_ddgce ._gagb .Urx +_ddgce ._gagb .Width ()/2,Y :_ddgce ._gagb .Lly };default:_ccccb =_ddb .NewPoint (_ddgce ._gagb .Llx +_ddgce ._gagb .Width ()/2,_ddgce ._gagb .Lly +_ddgce ._gagb .Height ()/2); +};_gaac :=_ddgce ._dabe ;_ccgfa :=_ddgce ._bbbc ;_fedc :=_ccccb .X +_ddgce ._edfe ;_abad :=_ccccb .Y +_ddgce ._dcgb ;if _gaac ==-1.0{_gaac =0.0;};if _ccgfa ==-1.0{var _dcbee []float64 ;_gaec :=_ff .Pow (_fedc -_ddgce ._gagb .Llx ,2)+_ff .Pow (_abad -_ddgce ._gagb .Lly ,2); +_dcbee =append (_dcbee ,_ff .Abs (_gaec ));_gabae :=_ff .Pow (_fedc -_ddgce ._gagb .Llx ,2)+_ff .Pow (_ddgce ._gagb .Lly +_ddgce ._gagb .Height ()-_abad ,2);_dcbee =append (_dcbee ,_ff .Abs (_gabae ));_ffaba :=_ff .Pow (_ddgce ._gagb .Urx -_fedc ,2)+_ff .Pow (_abad -_ddgce ._gagb .Ury -_ddgce ._gagb .Height (),2); +_dcbee =append (_dcbee ,_ff .Abs (_ffaba ));_fcccc :=_ff .Pow (_ddgce ._gagb .Urx -_fedc ,2)+_ff .Pow (_ddgce ._gagb .Ury -_abad ,2);_dcbee =append (_dcbee ,_ff .Abs (_fcccc ));_d .Slice (_dcbee ,func (_ebfd ,_caba int )bool {return _ebfd > _caba });_ccgfa =_ff .Sqrt (_dcbee [0]); +};_acge :=&_gd .PdfRectangle {Llx :_fedc -_ccgfa ,Lly :_abad -_ccgfa ,Urx :_fedc +_ccgfa ,Ury :_abad +_ccgfa };_afeg :=_gd .NewPdfShadingType3 ();_afeg .PdfShading .ShadingType =_be .MakeInteger (3);_afeg .PdfShading .ColorSpace =_gd .NewPdfColorspaceDeviceRGB (); +_afeg .PdfShading .Background =_be .MakeArrayFromFloats ([]float64 {_fcfce ,_aaac ,_dgdb });_afeg .PdfShading .BBox =_acge ;_afeg .PdfShading .AntiAlias =_be .MakeBool (_ddgce ._ffcg ._fdda );_afeg .Coords =_be .MakeArrayFromFloats ([]float64 {_fedc ,_abad ,_gaac ,_fedc ,_abad ,_ccgfa }); +_afeg .Domain =_be .MakeArrayFromFloats ([]float64 {0.0,1.0});_afeg .Extend =_be .MakeArray (_be .MakeBool (_ddgce ._ffcg ._gecd [0]),_be .MakeBool (_ddgce ._ffcg ._gecd [1]));_afeg .Function =_ddgce ._ffcg .generatePdfFunctions ();return _afeg ;}; -// SetBackgroundColor set background color of the shading area. +// SetExtends specifies whether ot extend the shading beyond the starting and ending points. // -// By default the background color is set to white. -func (_bbde *shading )SetBackgroundColor (backgroundColor Color ){_bbde ._feac =backgroundColor };type templateProcessor struct{creator *Creator ;_bcfcf []byte ;_cbcec *TemplateOptions ;_ccfe componentRenderer ;_edcgd string ;}; +// Text extends is set to `[]bool{false, false}` by default. +func (_fdgc *LinearShading )SetExtends (start bool ,end bool ){_fdgc ._faee .SetExtends (start ,end )}; -// GetCoords returns the (x1, y1), (x2, y2) points defining the Line. -func (_bgcb *Line )GetCoords ()(float64 ,float64 ,float64 ,float64 ){return _bgcb ._gbcgde ,_bgcb ._gcfa ,_bgcb ._cfge ,_bgcb ._ceef ;}; +// SetColorLeft sets border color for left. +func (_bgff *border )SetColorLeft (col Color ){_bgff ._fed =col }; -// DashPattern returns the dash pattern of the line. -func (_gfab *Line )DashPattern ()(_dbded []int64 ,_dede int64 ){return _gfab ._cgecc ,_gfab ._dcebc };func (_eagd *Invoice )generateInformationBlocks (_daca DrawContext )([]*Block ,DrawContext ,error ){_dafg :=_ddge (_eagd ._cgce );_dafg .SetMargins (0,0,0,20); -_bdgd :=_eagd .drawAddress (_eagd ._ddaa );_bdgd =append (_bdgd ,_dafg );_bdgd =append (_bdgd ,_eagd .drawAddress (_eagd ._eeeb )...);_faaee :=_dcbc ();for _ ,_ebab :=range _bdgd {_faaee .Add (_ebab );};_fcfdf :=_eagd .drawInformation ();_ccff :=_bagfg (2); -_ccff .SetMargins (0,0,25,0);_faea :=_ccff .NewCell ();_faea .SetIndent (0);_faea .SetContent (_faaee );_faea =_ccff .NewCell ();_faea .SetContent (_fcfdf );return _ccff .GeneratePageBlocks (_daca );};func (_effcg *StyledParagraph )getTextWidth ()float64 {var _gdgcd float64 ; -_cadg :=len (_effcg ._ecec );for _aggca ,_cedba :=range _effcg ._ecec {_cfag :=&_cedba .Style ;_fdaf :=len (_cedba .Text );for _eeef ,_gfaa :=range _cedba .Text {if _gfaa =='\u000A'{continue ;};_edebg ,_gcead :=_cfag .Font .GetRuneMetrics (_gfaa );if !_gcead {_fec .Log .Debug ("\u0052\u0075\u006e\u0065\u0020\u0063\u0068\u0061\u0072\u0020\u006d\u0065\u0074\u0072\u0069c\u0073 \u006e\u006f\u0074\u0020\u0066\u006f\u0075\u006e\u0064\u0021\u0020\u0025\u0076\u000a",_gfaa ); -return -1;};_gdgcd +=_cfag .FontSize *_edebg .Wx *_cfag .horizontalScale ();if _gfaa !=' '&&(_aggca !=_cadg -1||_eeef !=_fdaf -1){_gdgcd +=_cfag .CharSpacing *1000.0;};};};return _gdgcd ;}; +// DrawFooter sets a function to draw a footer on created output pages. +func (_eggb *Creator )DrawFooter (drawFooterFunc func (_ccb *Block ,_ggac FooterFunctionArgs )){_eggb ._fdc =drawFooterFunc ;};func (_dbda *Table )clone ()*Table {_dgec :=*_dbda ;_dgec ._gadc =make ([]float64 ,len (_dbda ._gadc ));copy (_dgec ._gadc ,_dbda ._gadc ); +_dgec ._faae =make ([]float64 ,len (_dbda ._faae ));copy (_dgec ._faae ,_dbda ._faae );_dgec ._gedg =make ([]*TableCell ,0,len (_dbda ._gedg ));for _ ,_beaga :=range _dbda ._gedg {_edda :=*_beaga ;_edda ._gabb =&_dgec ;_dgec ._gedg =append (_dgec ._gedg ,&_edda ); +};return &_dgec ;};func (_debf *Paragraph )getTextMetrics ()(_gdbgc ,_geeb ,_cadg float64 ){_ffeab :=_ecdbd (_debf ._caccd ,_debf ._geac );if _ffeab ._edgacc > _gdbgc {_gdbgc =_ffeab ._edgacc ;};if _ffeab ._gfcgf < _cadg {_cadg =_ffeab ._gfcgf ;};if _fgda :=_debf ._geac ; +_fgda > _geeb {_geeb =_fgda ;};return _gdbgc ,_geeb ,_cadg ;};func (_abde *Table )wrapContent (_edae DrawContext )error {if _abde ._ffeag {return nil ;};_abde .sortCells ();_fdaeeb :=func (_gdca *TableCell ,_fggg int ,_bggdg int ,_fdfc int )(_daafb int ){if _fdfc < 1{return -1; +};_fdegd :=0;for _dfgg :=_bggdg +1;_dfgg < len (_abde ._gedg )-1;_dfgg ++{_dacde :=_abde ._gedg [_dfgg ];if _dacde ._fgcga ==_fdfc &&_fdegd !=_bggdg {_fdegd =_dfgg ;if (_dacde ._gggbbd < _gdca ._gggbbd &&_abde ._cafcb > _dacde ._gggbbd )||_gdca ._gggbbd < _abde ._cafcb {continue ; +};break ;};};_beefg :=float64 (0.0);for _cgecg :=0;_cgecg < _gdca ._edegf ;_cgecg ++{_beefg +=_abde ._gadc [_gdca ._fgcga +_cgecg -1];};_cdbgc :=_gdca .width (_abde ._faae ,_edae .Width );var (_caeda VectorDrawable ;_aacce =false ;);switch _dcce :=_gdca ._bdea .(type ){case *StyledParagraph :_bggfe :=_edae ; +_bggfe .Height =_ff .Floor (_beefg -_dcce ._affa .Top -_dcce ._affa .Bottom -0.5*_dcce .getTextHeight ());_bggfe .Width =_cdbgc ;_eecf ,_aecf ,_acdcd :=_dcce .split (_bggfe );if _acdcd !=nil {_ca .Log .Error ("\u0045\u0072\u0072o\u0072\u0020\u0077\u0072a\u0070\u0020\u0073\u0074\u0079\u006c\u0065d\u0020\u0070\u0061\u0072\u0061\u0067\u0072\u0061\u0070\u0068\u003a\u0020\u0025\u0076",_acdcd .Error ()); +};if _eecf !=nil &&_aecf !=nil {_abde ._gedg [_bggdg ]._bdea =_eecf ;_caeda =_aecf ;_aacce =true ;};};_abde ._gedg [_bggdg ]._edegf =_gdca ._edegf ;_edae .Height =_edae .PageHeight -_edae .Margins .Top -_edae .Margins .Bottom ;_bedfb :=_gdca .cloneProps (nil ); +if _aacce {_bedfb ._bdea =_caeda ;};_bedfb ._edegf =_fggg ;_bedfb ._fgcga =_fdfc +1;_bedfb ._gggbbd =_gdca ._gggbbd ;if _bedfb ._fgcga +_bedfb ._edegf -1> _abde ._addf {for _cfdc :=_abde ._addf ;_cfdc < _bedfb ._fgcga +_bedfb ._edegf -1;_cfdc ++{_abde ._addf ++; +_abde ._gadc =append (_abde ._gadc ,_abde ._aedbd );};};_abde ._gedg =append (_abde ._gedg [:_fdegd +1],append ([]*TableCell {_bedfb },_abde ._gedg [_fdegd +1:]...)...);return _fdegd +1;};_gegg :=func (_agag *TableCell ,_bebcf int ,_eeagf int ,_efaf float64 )(_fdcad int ){_cdda :=_agag .width (_abde ._faae ,_edae .Width ); +_feeb :=_efaf ;_ecggf :=1;_gedff :=_edae .Height ;if _gedff > 0{for _feeb > _gedff {_feeb -=_edae .Height ;_gedff =_edae .PageHeight -_edae .Margins .Top -_edae .Margins .Bottom ;_ecggf ++;};};var (_fgefa VectorDrawable ;_gdaa =false ;);switch _dfebd :=_agag ._bdea .(type ){case *StyledParagraph :_adgba :=_edae ; +_adgba .Height =_ff .Floor (_edae .Height -_dfebd ._affa .Top -_dfebd ._affa .Bottom -0.5*_dfebd .getTextHeight ());_adgba .Width =_cdda ;_gbdag ,_efebf ,_afcf :=_dfebd .split (_adgba );if _afcf !=nil {_ca .Log .Error ("\u0045\u0072\u0072o\u0072\u0020\u0077\u0072a\u0070\u0020\u0073\u0074\u0079\u006c\u0065d\u0020\u0070\u0061\u0072\u0061\u0067\u0072\u0061\u0070\u0068\u003a\u0020\u0025\u0076",_afcf .Error ()); +};if _gbdag !=nil &&_efebf !=nil {_abde ._gedg [_bebcf ]._bdea =_gbdag ;_fgefa =_efebf ;_gdaa =true ;};};if _ecggf < 2{return -1;};if _abde ._gedg [_bebcf ]._fgcga +_ecggf -1> _abde ._addf {for _bbba :=0;_bbba < _ecggf ;_bbba ++{_abde ._addf ++;_abde ._gadc =append (_abde ._gadc ,_abde ._aedbd ); +};};_dbfgb :=_efaf /float64 (_ecggf );for _cgabd :=0;_cgabd < _ecggf ;_cgabd ++{_abde ._gadc [_eeagf +_cgabd -1]=_dbfgb ;};_edae .Height =_edae .PageHeight -_edae .Margins .Top -_edae .Margins .Bottom ;_fegge :=_agag .cloneProps (nil );if _gdaa {_fegge ._bdea =_fgefa ; +};_fegge ._edegf =1;_fegge ._fgcga =_eeagf +_ecggf -1;_fegge ._gggbbd =_agag ._gggbbd ;_abde ._gedg =append (_abde ._gedg ,_fegge );return len (_abde ._gedg );};_gefdc :=1;_bffcb :=-1;for _aeaa :=0;_aeaa < len (_abde ._gedg );_aeaa ++{_cade :=_abde ._gedg [_aeaa ]; +if _bffcb ==_aeaa {_gefdc =_cade ._fgcga ;};if _cade ._edegf < 2{if _ddcf :=_abde ._gadc [_cade ._fgcga -1];_ddcf > _edae .Height {_bffcb =_gegg (_cade ,_aeaa ,_cade ._fgcga ,_ddcf );continue ;};continue ;};_ffdfg :=float64 (0);for _abacf :=0;_abacf < _cade ._edegf ; +_abacf ++{_ffdfg +=_abde ._gadc [_cade ._fgcga +_abacf -1];};_ffgag :=float64 (0);for _eaebb :=_gefdc -1;_eaebb < _cade ._fgcga -1;_eaebb ++{_ffgag +=_abde ._gadc [_eaebb ];};if _ffdfg <=(_edae .Height -_ffgag ){continue ;};_edefc :=float64 (0.0);_aebd :=_cade ._edegf ; +_bcaf :=-1;_ccdg :=1;for _gcccb :=1;_gcccb <=_cade ._edegf ;_gcccb ++{if (_edefc +_abde ._gadc [_cade ._fgcga +_gcccb -2])> (_edae .Height -_ffgag ){_ccdg --;break ;};_bcaf =_cade ._fgcga +_gcccb -1;_aebd =_cade ._edegf -_gcccb ;_edefc +=_abde ._gadc [_cade ._fgcga +_gcccb -2]; +_ccdg ++;};if _cade ._edegf ==_aebd {_edae .Height =_edae .PageHeight -_edae .Margins .Top -_edae .Margins .Bottom ;_gefdc =_cade ._fgcga ;_aeaa --;continue ;};if _aebd > 0&&_cade ._edegf > _ccdg {_cade ._edegf =_ccdg ;_bffcb =_fdaeeb (_cade ,_aebd ,_aeaa ,_bcaf ); +if _aeaa +1==_bffcb {_aeaa --;};};_gefdc =_cade ._fgcga ;};_abde .sortCells ();return nil ;}; -// SetBorderWidth sets the border width. -func (_efade *Polygon )SetBorderWidth (borderWidth float64 ){_efade ._acdc .BorderWidth =borderWidth }; +// SetLanguage sets the language identifier that will be stored inside document catalog. +func (_cgc *Creator )SetLanguage (language string ){_cgc ._ggfag =language };func (_egce *Invoice )drawAddress (_eebcb *InvoiceAddress )[]*StyledParagraph {var _gbba []*StyledParagraph ;if _eebcb .Heading !=""{_dafe :=_aedcd (_egce ._fefc );_dafe .SetMargins (0,0,0,7); +_dafe .Append (_eebcb .Heading );_gbba =append (_gbba ,_dafe );};_bgffa :=_aedcd (_egce ._gdga );_bgffa .SetLineHeight (1.2);_aege :=_eebcb .Separator ;if _aege ==""{_aege =_egce ._gggd ;};_cbbb :=_eebcb .City ;if _eebcb .State !=""{if _cbbb !=""{_cbbb +=_aege ; +};_cbbb +=_eebcb .State ;};if _eebcb .Zip !=""{if _cbbb !=""{_cbbb +=_aege ;};_cbbb +=_eebcb .Zip ;};if _eebcb .Name !=""{_bgffa .Append (_eebcb .Name +"\u000a");};if _eebcb .Street !=""{_bgffa .Append (_eebcb .Street +"\u000a");};if _eebcb .Street2 !=""{_bgffa .Append (_eebcb .Street2 +"\u000a"); +};if _cbbb !=""{_bgffa .Append (_cbbb +"\u000a");};if _eebcb .Country !=""{_bgffa .Append (_eebcb .Country +"\u000a");};_ffdf :=_aedcd (_egce ._gdga );_ffdf .SetLineHeight (1.2);_ffdf .SetMargins (0,0,7,0);if _eebcb .Phone !=""{_ffdf .Append (_eebcb .fmtLine (_eebcb .Phone ,"\u0050h\u006f\u006e\u0065\u003a\u0020",_eebcb .HidePhoneLabel )); +};if _eebcb .Email !=""{_ffdf .Append (_eebcb .fmtLine (_eebcb .Email ,"\u0045m\u0061\u0069\u006c\u003a\u0020",_eebcb .HideEmailLabel ));};_gbba =append (_gbba ,_bgffa ,_ffdf );return _gbba ;}; -// Write output of creator to io.Writer interface. -func (_baedd *Creator )Write (ws _gg .Writer )error {if _eddbb :=_baedd .Finalize ();_eddbb !=nil {return _eddbb ;};_abc :="";if _gfed ,_aaga :=ws .(*_b .File );_aaga {_abc =_gfed .Name ();};_ceea :=_fgd .NewPdfWriter ();_ceea .SetOptimizer (_baedd ._caec ); -_ceea .SetFileName (_abc );if _baedd ._ecc !=nil {_abebcb :=_ceea .SetForms (_baedd ._ecc );if _abebcb !=nil {_fec .Log .Debug ("F\u0061\u0069\u006c\u0075\u0072\u0065\u003a\u0020\u0025\u0076",_abebcb );return _abebcb ;};};if _baedd ._egdf !=nil {_ceea .AddOutlineTree (_baedd ._egdf ); -}else if _baedd ._cbba !=nil &&_baedd .AddOutlines {_ceea .AddOutlineTree (&_baedd ._cbba .ToPdfOutline ().PdfOutlineTreeNode );};if _baedd ._deg !=nil {if _abebd :=_ceea .SetPageLabels (_baedd ._deg );_abebd !=nil {_fec .Log .Debug ("\u0045\u0052RO\u0052\u003a\u0020C\u006f\u0075\u006c\u0064 no\u0074 s\u0065\u0074\u0020\u0070\u0061\u0067\u0065 l\u0061\u0062\u0065\u006c\u0073\u003a\u0020%\u0076",_abebd ); -return _abebd ;};};if _baedd ._dad !=nil {for _ ,_ffac :=range _baedd ._dad {_dabc :=_ffac .SubsetRegistered ();if _dabc !=nil {_fec .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0043\u006f\u0075\u006c\u0064\u0020\u006e\u006ft\u0020s\u0075\u0062\u0073\u0065\u0074\u0020\u0066\u006f\u006e\u0074\u003a\u0020\u0025\u0076",_dabc ); -return _dabc ;};};};if _baedd ._gacd !=nil {_geed :=_baedd ._gacd (&_ceea );if _geed !=nil {_fec .Log .Debug ("F\u0061\u0069\u006c\u0075\u0072\u0065\u003a\u0020\u0025\u0076",_geed );return _geed ;};};for _fffe ,_aecdc :=range _baedd ._egfb {_fcabd :=_ceea .AddPage (_aecdc ); -if _fcabd !=nil {_fec .Log .Error ("\u0046\u0061\u0069\u006ced\u0020\u0074\u006f\u0020\u0061\u0064\u0064\u0020\u0050\u0061\u0067\u0065\u003a\u0020%\u0076",_fcabd );return _fcabd ;};if _baedd ._cfgc !=nil {_baac :=_baedd ._cfgc .K ;_ecg ,_ebbg :=_ceea .GetPageIndirectObject (_fffe ); -if _ebbg !=nil {_fec .Log .Debug ("\u0045R\u0052\u004fR\u003a\u0020\u0043\u006fu\u006c\u0064\u0020n\u006f\u0074\u0020\u0067\u0065\u0074\u0020\u0070\u0061ge\u0020\u0069\u006ed\u0069\u0072e\u0063\u0074\u0020\u006f\u0062\u006ae\u0063\u0074 \u0025\u0076",_ebbg ); -};var _egfcb func (_abdf *_fgd .KDict );_egfcb =func (_fgbf *_fgd .KDict ){if _fgbf ==nil {return ;};if _fgbf .GetPageNumber ()-1==int64 (_fffe ){_fgbf .SetPage (_ecg );};for _ ,_eefb :=range _fgbf .GetChildren (){if _efc :=_eefb .GetKDict ();_efc !=nil {_egfcb (_efc ); -};};};for _ ,_aagc :=range _baac {_egfcb (_aagc );};};};if _baedd ._cfgc !=nil {if _bfca :=_ceea .SetCatalogStructTreeRoot (_baedd ._cfgc .ToPdfObject ());_bfca !=nil {_fec .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0043\u006f\u0075\u006c\u0064\u0020n\u006f\u0074\u0020\u0073\u0065\u0074 \u0053\u0074\u0072\u0075\u0063\u0074\u0054\u0072\u0065\u0065\u0052\u006f\u006ft\u003a\u0020\u0025\u0076",_bfca ); -return _bfca ;};};if _baedd ._bbcg !=nil {if _cfceea :=_ceea .SetCatalogViewerPreferences (_baedd ._bbcg .ToPdfObject ());_cfceea !=nil {_fec .Log .Debug ("\u0045\u0052\u0052O\u0052\u003a\u0020\u0043\u006f\u0075\u006c\u0064\u0020\u006e\u006f\u0074\u0020\u0073\u0065\u0074\u0020\u0056\u0069\u0065\u0077\u0065\u0072\u0050\u0072\u0065\u0066\u0065\u0072e\u006e\u0063\u0065\u0073\u003a\u0020\u0025\u0076",_cfceea ); -return _cfceea ;};};if _baedd ._eeae !=""{if _ebfd :=_ceea .SetCatalogLanguage (_bc .MakeString (_baedd ._eeae ));_ebfd !=nil {_fec .Log .Debug ("\u0045\u0052\u0052\u004f\u0052:\u0020\u0043\u006f\u0075\u006c\u0064\u0020\u006e\u006f\u0074\u0020\u0073\u0065t\u0020\u0063\u0061\u0074\u0061\u006c\u006f\u0067\u0020\u006c\u0061\u006e\u0067\u0075\u0061\u0067\u0065\u003a\u0020\u0025\u0076",_ebfd ); -return _ebfd ;};};_aega :=_ceea .Write (ws );if _aega !=nil {return _aega ;};return nil ;}; +// SetMarkedContentID sets marked content ID. +func (_fdfe *GraphicSVG )SetMarkedContentID (mcid int64 )*_gd .KDict {_fdfe ._dcfc =&mcid ;_dbcb :=_gd .NewKDictionary ();_dbcb .S =_be .MakeName (_gd .StructureTypeFigure );_dbcb .K =_be .MakeInteger (mcid );return _dbcb ;};func _dbaf (_deae *Chapter ,_bace *TOC ,_ebe *_gd .Outline ,_abd string ,_bdbb int ,_faf TextStyle )*Chapter {var _gggb uint =1; +if _deae !=nil {_gggb =_deae ._ecgg +1;};_bbca :=&Chapter {_gag :_bdbb ,_fagc :_abd ,_dge :true ,_addc :true ,_bae :_deae ,_bbg :_bace ,_acbg :_ebe ,_agef :[]Drawable {},_ecgg :_gggb };_ebac :=_dafab (_bbca .headingText (),_faf );_ebac .SetFont (_faf .Font ); +_ebac .SetFontSize (_faf .FontSize );_bbca ._adbf =_ebac ;return _bbca ;};func (_cdagb *templateProcessor )parseLinkAttr (_aagg ,_ffcfg string )*_gd .PdfAnnotation {_ffcfg =_ddf .TrimSpace (_ffcfg );if _ddf .HasPrefix (_ffcfg ,"\u0075\u0072\u006c(\u0027")&&_ddf .HasSuffix (_ffcfg ,"\u0027\u0029")&&len (_ffcfg )> 7{return _cgdd (_ffcfg [5:len (_ffcfg )-2]); +};if _ddf .HasPrefix (_ffcfg ,"\u0070\u0061\u0067e\u0028")&&_ddf .HasSuffix (_ffcfg ,"\u0029")&&len (_ffcfg )> 6{var (_adfgf error ;_efgbg int64 ;_dggaa float64 ;_acba float64 ;_fgddc =1.0;_ecbbc =_ddf .Split (_ffcfg [5:len (_ffcfg )-1],"\u002c"););_efgbg ,_adfgf =_fd .ParseInt (_ddf .TrimSpace (_ecbbc [0]),10,64); +if _adfgf !=nil {_ca .Log .Error ("\u0046\u0061\u0069\u006c\u0065\u0064 \u0070\u0061\u0072\u0073\u0069\u006e\u0067\u0020\u0070\u0061\u0067\u0065\u0020p\u0061\u0072\u0061\u006d\u0065\u0074\u0065r\u003a\u0020\u0025\u0076",_adfgf );return nil ;};if len (_ecbbc )>=2{_dggaa ,_adfgf =_fd .ParseFloat (_ddf .TrimSpace (_ecbbc [1]),64); +if _adfgf !=nil {_ca .Log .Error ("\u0046\u0061\u0069\u006c\u0065\u0064\u0020\u0070\u0061\u0072\u0073\u0069\u006eg\u0020\u0058\u0020\u0070\u006f\u0073i\u0074\u0069\u006f\u006e\u0020\u0070\u0061\u0072\u0061\u006d\u0065\u0074\u0065r\u003a\u0020\u0025\u0076",_adfgf ); +return nil ;};};if len (_ecbbc )>=3{_acba ,_adfgf =_fd .ParseFloat (_ddf .TrimSpace (_ecbbc [2]),64);if _adfgf !=nil {_ca .Log .Error ("\u0046\u0061\u0069\u006c\u0065\u0064\u0020\u0070\u0061\u0072\u0073\u0069\u006eg\u0020\u0059\u0020\u0070\u006f\u0073i\u0074\u0069\u006f\u006e\u0020\u0070\u0061\u0072\u0061\u006d\u0065\u0074\u0065r\u003a\u0020\u0025\u0076",_adfgf ); +return nil ;};};if len (_ecbbc )>=4{_fgddc ,_adfgf =_fd .ParseFloat (_ddf .TrimSpace (_ecbbc [3]),64);if _adfgf !=nil {_ca .Log .Error ("\u0046\u0061\u0069\u006c\u0065\u0064 \u0070\u0061\u0072\u0073\u0069\u006e\u0067\u0020\u007a\u006f\u006f\u006d\u0020p\u0061\u0072\u0061\u006d\u0065\u0074\u0065r\u003a\u0020\u0025\u0076",_adfgf ); +return nil ;};};return _egded (_efgbg -1,_dggaa ,_acba ,_fgddc );};return nil ;};func (_cfdac *TextChunk )Highlight (color Color ,alpha float64 )*_gd .PdfAnnotation {_acfdd ,_gcccc ,_gccde :=color .ToRGB ();_dcgaf :=_gd .NewPdfAnnotationHighlight ();_dcgaf .C =_be .MakeArrayFromFloats ([]float64 {_acfdd ,_gcccc ,_gccde }); +_dcgaf .CA =_be .MakeFloat (alpha );_cfdac .AddAnnotation (_dcgaf .PdfAnnotation );return _dcgaf .PdfAnnotation ;};func (_baeda *StyledParagraph )appendChunk (_gbgc *TextChunk )*TextChunk {_baeda ._bcbc =append (_baeda ._bcbc ,_gbgc );_baeda .wrapText (); +return _gbgc ;}; -// EnableFontSubsetting enables font subsetting for `font` when the creator output is written to file. -// Embeds only the subset of the runes/glyphs that are actually used to display the file. -// Subsetting can reduce the size of fonts significantly. -func (_ega *Creator )EnableFontSubsetting (font *_fgd .PdfFont ){_ega ._dad =append (_ega ._dad ,font )};func (_ffeab *Ellipse )applyFitMode (_gababc float64 ){_gababc -=_ffeab ._ddbd .Left +_ffeab ._ddbd .Right ;switch _ffeab ._eddea {case FitModeFillWidth :_ffeab .ScaleToWidth (_gababc ); -};}; +// SetMargins sets the margins for the Image (in relative mode): left, right, top, bottom. +func (_cdfc *Image )SetMargins (left ,right ,top ,bottom float64 ){_cdfc ._fcad .Left =left ;_cdfc ._fcad .Right =right ;_cdfc ._fcad .Top =top ;_cdfc ._fcad .Bottom =bottom ;}; -// SetHeading sets the text and the style of the heading of the TOC component. -func (_caefe *TOC )SetHeading (text string ,style TextStyle ){_babg :=_caefe .Heading ();_babg .Reset ();_afgeb :=_babg .Append (text );_afgeb .Style =style ;}; +// BorderColor returns the border color of the rectangle. +func (_cdca *Rectangle )BorderColor ()Color {return _cdca ._aagf }; -// SetBorderOpacity sets the border opacity of the ellipse. -func (_eead *Ellipse )SetBorderOpacity (opacity float64 ){_eead ._fbcf =opacity }; +// Indent returns the left offset of the list when nested into another list. +func (_cddb *List )Indent ()float64 {return _cddb ._eeccg }; -// EnableWordWrap sets the paragraph word wrap flag. -func (_eccgc *StyledParagraph )EnableWordWrap (val bool ){_eccgc ._eadc =val };const (DefaultHorizontalScaling =100;); +// TextChunk represents a chunk of text along with a particular style. +type TextChunk struct{ -// RadialShading holds information that will be used to render a radial shading. -type RadialShading struct{_dafd *shading ;_bfgf *_fgd .PdfRectangle ;_effe AnchorPoint ;_eccda float64 ;_dagc float64 ;_aeeeb float64 ;_babf float64 ;}; +// The text that is being rendered in the PDF. +Text string ; -// SetLineNumberStyle sets the style for the numbers part of all new lines -// of the table of contents. -func (_fadcf *TOC )SetLineNumberStyle (style TextStyle ){_fadcf ._cggbgd =style }; +// The style of the text being rendered. +Style TextStyle ;_bcfe []*_gd .PdfAnnotation ;_dgdde []bool ; -// SetTitle sets the title of the invoice. -func (_edcg *Invoice )SetTitle (title string ){_edcg ._dgfaa =title }; +// The vertical alignment of the text chunk. +VerticalAlignment TextVerticalAlignment ;}; -// SetCoords sets the upper left corner coordinates of the rectangle. -func (_bddd *Rectangle )SetCoords (x ,y float64 ){_bddd ._defb =x ;_bddd ._cdgf =y };func _cffe (_efeda string ,_cbdgc ,_gcbcg TextStyle )*TOC {_fcae :=_gcbcg ;_fcae .FontSize =14;_acgbc :=_ddge (_fcae );_acgbc .SetEnableWrap (true );_acgbc .SetTextAlignment (TextAlignmentLeft ); -_acgbc .SetMargins (0,0,0,5);_gbdgd :=_acgbc .Append (_efeda );_gbdgd .Style =_fcae ;return &TOC {_defae :_acgbc ,_ccfec :[]*TOCLine {},_cggbgd :_cbdgc ,_fefdb :_cbdgc ,_fadge :_cbdgc ,_caeab :_cbdgc ,_begag :"\u002e",_eaadf :10,_becec :Margins {0,0,2,2},_gabag :PositionRelative ,_eddd :_cbdgc ,_ggabc :true }; -}; +// RadialShading holds information that will be used to render a radial shading. +type RadialShading struct{_ffcg *shading ;_gagb *_gd .PdfRectangle ;_cgdec AnchorPoint ;_edfe float64 ;_dcgb float64 ;_dabe float64 ;_bbbc float64 ;}; -// ColorRGBFromHex converts color hex code to rgb color for using with creator. -// NOTE: If there is a problem interpreting the string, then will use black color and log a debug message. -// Example hex code: #ffffff -> (1,1,1) white. -func ColorRGBFromHex (hexStr string )Color {_ccbd :=rgbColor {};if (len (hexStr )!=4&&len (hexStr )!=7)||hexStr [0]!='#'{_fec .Log .Debug ("I\u006ev\u0061\u006c\u0069\u0064\u0020\u0068\u0065\u0078 \u0063\u006f\u0064\u0065: \u0025\u0073",hexStr );return _ccbd ; -};var _dddd ,_cbcf ,_fgde int ;if len (hexStr )==4{var _eada ,_ecdec ,_ddf int ;_dcba ,_bcg :=_f .Sscanf (hexStr ,"\u0023\u0025\u0031\u0078\u0025\u0031\u0078\u0025\u0031\u0078",&_eada ,&_ecdec ,&_ddf );if _bcg !=nil {_fec .Log .Debug ("\u0049\u006e\u0076a\u006c\u0069\u0064\u0020h\u0065\u0078\u0020\u0063\u006f\u0064\u0065:\u0020\u0025\u0073\u002c\u0020\u0065\u0072\u0072\u006f\u0072\u003a\u0020\u0025\u0076",hexStr ,_bcg ); -return _ccbd ;};if _dcba !=3{_fec .Log .Debug ("I\u006ev\u0061\u006c\u0069\u0064\u0020\u0068\u0065\u0078 \u0063\u006f\u0064\u0065: \u0025\u0073",hexStr );return _ccbd ;};_dddd =_eada *16+_eada ;_cbcf =_ecdec *16+_ecdec ;_fgde =_ddf *16+_ddf ;}else {_ebed ,_cffb :=_f .Sscanf (hexStr ,"\u0023\u0025\u0032\u0078\u0025\u0032\u0078\u0025\u0032\u0078",&_dddd ,&_cbcf ,&_fgde ); -if _cffb !=nil {_fec .Log .Debug ("I\u006ev\u0061\u006c\u0069\u0064\u0020\u0068\u0065\u0078 \u0063\u006f\u0064\u0065: \u0025\u0073",hexStr );return _ccbd ;};if _ebed !=3{_fec .Log .Debug ("\u0049\u006e\u0076\u0061\u006c\u0069d\u0020\u0068\u0065\u0078\u0020\u0063\u006f\u0064\u0065\u003a\u0020\u0025\u0073,\u0020\u006e\u0020\u0021\u003d\u0020\u0033 \u0028\u0025\u0064\u0029",hexStr ,_ebed ); -return _ccbd ;};};_ccbeg :=float64 (_dddd )/255.0;_fbfe :=float64 (_cbcf )/255.0;_efaf :=float64 (_fgde )/255.0;_ccbd ._ead =_ccbeg ;_ccbd ._ddd =_fbfe ;_ccbd ._decg =_efaf ;return _ccbd ;}; +// Height returns the height of the chart. +func (_egeg *Chart )Height ()float64 {return float64 (_egeg ._bgcd .Height ())};func _ebeaed (_bcdggb string )([]string ,error ){var (_faacc []string ;_dfgcc []rune ;);for _ ,_ggba :=range _bcdggb {if _ggba =='\u000A'{if len (_dfgcc )> 0{_faacc =append (_faacc ,string (_dfgcc )); +};_faacc =append (_faacc ,string (_ggba ));_dfgcc =nil ;continue ;};_dfgcc =append (_dfgcc ,_ggba );};if len (_dfgcc )> 0{_faacc =append (_faacc ,string (_dfgcc ));};var _fefg []string ;for _ ,_egbgca :=range _faacc {_daaag :=[]rune (_egbgca );_aadaa :=_af .NewScanner (_daaag ); +var _eebcf []rune ;for _ddeag :=0;_ddeag < len (_daaag );_ddeag ++{_ ,_cfea ,_edfd :=_aadaa .Next ();if _edfd !=nil {return nil ,_edfd ;};if _cfea ==_af .BreakProhibited ||_ab .IsSpace (_daaag [_ddeag ]){_eebcf =append (_eebcf ,_daaag [_ddeag ]);if _ab .IsSpace (_daaag [_ddeag ]){_fefg =append (_fefg ,string (_eebcf )); +_eebcf =[]rune {};};continue ;}else {if len (_eebcf )> 0{_fefg =append (_fefg ,string (_eebcf ));};_eebcf =[]rune {_daaag [_ddeag ]};};};if len (_eebcf )> 0{_fefg =append (_fefg ,string (_eebcf ));};};return _fefg ,nil ;}; -// Height returns the Block's height. -func (_faf *Block )Height ()float64 {return _faf ._ace };func (_ceab *templateProcessor )parseChapterHeading (_bddgg *templateNode )(interface{},error ){if _bddgg ._cefd ==nil {_ceab .nodeLogError (_bddgg ,"\u0043\u0068a\u0070\u0074\u0065\u0072 \u0068\u0065a\u0064\u0069\u006e\u0067\u0020\u0070\u0061\u0072e\u006e\u0074\u0020\u0063\u0061\u006e\u006e\u006f\u0074\u0020\u0062\u0065 \u006e\u0069\u006c\u002e"); -return nil ,_gdbeeg ;};_faedb ,_ebgfc :=_bddgg ._cefd ._bedcd .(*Chapter );if !_ebgfc {_ceab .nodeLogError (_bddgg ,"\u0043h\u0061\u0070t\u0065\u0072\u0020h\u0065\u0061\u0064\u0069\u006e\u0067\u0020p\u0061\u0072\u0065\u006e\u0074\u0020(\u0025\u0054\u0029\u0020\u0069\u0073\u0020\u006e\u006f\u0074\u0020a\u0020\u0063\u0068\u0061\u0070\u0074\u0065\u0072\u002e",_bddgg ._cefd ._bedcd ); -return nil ,_gdbeeg ;};_accef :=_faedb .GetHeading ();if _ ,_cbdbf :=_ceab .parseParagraph (_bddgg ,_accef );_cbdbf !=nil {return nil ,_cbdbf ;};return _accef ,nil ;}; +// SetWidth sets line width. +func (_gcea *Curve )SetWidth (width float64 ){_gcea ._bdag =width }; -// CellBorderStyle defines the table cell's border style. -type CellBorderStyle int ; +// SkipRows skips over a specified number of rows in the table. +func (_aeac *Table )SkipRows (num int ){_adafd :=num *_aeac ._cafcb -1;if _adafd < 0{_ca .Log .Debug ("\u0054\u0061\u0062\u006c\u0065:\u0020\u0063\u0061\u006e\u006e\u006f\u0074\u0020\u0073\u006b\u0069\u0070\u0020b\u0061\u0063\u006b\u0020\u0074\u006f\u0020\u0070\u0072\u0065\u0076\u0069\u006f\u0075\u0073\u0020\u0063\u0065\u006c\u006c\u0073"); +return ;};for _beef :=0;_beef < _adafd ;_beef ++{_aeac .NewCell ();};}; -// CreateTableOfContents sets a function to generate table of contents. -func (_ffg *Creator )CreateTableOfContents (genTOCFunc func (_dgaa *TOC )error ){_ffg ._ggd =genTOCFunc }; +// NewCurve returns new instance of Curve between points (x1,y1) and (x2, y2) with control point (cx,cy). +func (_fgb *Creator )NewCurve (x1 ,y1 ,cx ,cy ,x2 ,y2 float64 )*Curve {return _cbgb (x1 ,y1 ,cx ,cy ,x2 ,y2 );}; + +// SetWidthBottom sets border width for bottom. +func (_dbff *border )SetWidthBottom (bw float64 ){_dbff ._fcec =bw }; + +// AnchorPoint defines anchor point where the center position of the radial gradient would be calculated. +type AnchorPoint int ; // SetText sets the text content of the Paragraph. -func (_bdfae *Paragraph )SetText (text string ){_bdfae ._egea =text }; +func (_bgdad *Paragraph )SetText (text string ){_bgdad ._bcgag =text }; -// SetMarkedContentID sets the marked content identifier. -func (_ecab *Division )SetMarkedContentID (id int64 )*_fgd .KDict {return nil }; +// GetMargins returns the margins of the graphic svg (left, right, top, bottom). +func (_aebg *GraphicSVG )GetMargins ()(float64 ,float64 ,float64 ,float64 ){return _aebg ._agdb .Left ,_aebg ._agdb .Right ,_aebg ._agdb .Top ,_aebg ._agdb .Bottom ;};func (_ecec *TextChunk )clone ()*TextChunk {_bgbe :=*_ecec ;_bgbe ._bcfe =_aagc (_ecec ._bcfe ); +return &_bgbe ;};func _egded (_ccaa int64 ,_aegb ,_deac ,_agega float64 )*_gd .PdfAnnotation {_eagaf :=_gd .NewPdfAnnotationLink ();_eagag :=_gd .NewBorderStyle ();_eagag .SetBorderWidth (0);_eagaf .BS =_eagag .ToPdfObject ();if _ccaa < 0{_ccaa =0;};_eagaf .Dest =_be .MakeArray (_be .MakeInteger (_ccaa ),_be .MakeName ("\u0058\u0059\u005a"),_be .MakeFloat (_aegb ),_be .MakeFloat (_deac ),_be .MakeFloat (_agega )); +return _eagaf .PdfAnnotation ;}; -// SetMargins sets the margins of the chart component. -func (_bgg *Chart )SetMargins (left ,right ,top ,bottom float64 ){_bgg ._bgfg .Left =left ;_bgg ._bgfg .Right =right ;_bgg ._bgfg .Top =top ;_bgg ._bgfg .Bottom =bottom ;}; +// CellHorizontalAlignment defines the table cell's horizontal alignment. +type CellHorizontalAlignment int ; -// SetBackgroundColor sets the cell's background color. -func (_cgfg *TableCell )SetBackgroundColor (col Color ){_cgfg ._cbgd =col };func _egddc (_gcff *_b .File )([]*_fgd .PdfPage ,error ){_fgedg ,_fcece :=_fgd .NewPdfReader (_gcff );if _fcece !=nil {return nil ,_fcece ;};_gacce ,_fcece :=_fgedg .GetNumPages (); -if _fcece !=nil {return nil ,_fcece ;};var _dggfe []*_fgd .PdfPage ;for _fbafc :=0;_fbafc < _gacce ;_fbafc ++{_aafef ,_ecdgc :=_fgedg .GetPage (_fbafc +1);if _ecdgc !=nil {return nil ,_ecdgc ;};_dggfe =append (_dggfe ,_aafef );};return _dggfe ,nil ;}; +// Background contains properties related to the background of a component. +type Background struct{FillColor Color ;BorderColor Color ;BorderSize float64 ;BorderRadiusTopLeft float64 ;BorderRadiusTopRight float64 ;BorderRadiusBottomLeft float64 ;BorderRadiusBottomRight float64 ;}; -// NewBlockFromPage creates a Block from a PDF Page. Useful for loading template pages as blocks -// from a PDF document and additional content with the creator. -func NewBlockFromPage (page *_fgd .PdfPage )(*Block ,error ){_egc :=&Block {};_ef ,_ee :=page .GetAllContentStreams ();if _ee !=nil {return nil ,_ee ;};_be :=_dg .NewContentStreamParser (_ef );_acec ,_ee :=_be .Parse ();if _ee !=nil {return nil ,_ee ;}; -_acec .WrapIfNeeded ();_egc ._cb =_acec ;if page .Resources !=nil {_egc ._dgd =page .Resources ;}else {_egc ._dgd =_fgd .NewPdfPageResources ();};_adg ,_ee :=page .GetMediaBox ();if _ee !=nil {return nil ,_ee ;};if _adg .Llx !=0||_adg .Lly !=0{_egc .translate (-_adg .Llx ,_adg .Lly ); -};_egc ._da =_adg .Urx -_adg .Llx ;_egc ._ace =_adg .Ury -_adg .Lly ;if page .Rotate !=nil {_egc ._df =-float64 (*page .Rotate );};return _egc ,nil ;}; +// SetShowLinks sets visibility of links for the TOC lines. +func (_fbeb *TOC )SetShowLinks (showLinks bool ){_fbeb ._daded =showLinks };func _acaec (_aafa ,_gfedgg ,_ddgbf int )[]int {_bbdfg :=[]int {};for _cfdad :=_aafa ;_cfdad <=_ddgbf ;_cfdad +=_gfedgg {_bbdfg =append (_bbdfg ,_cfdad );};return _bbdfg ;}; -// NoteHeadingStyle returns the style properties used to render the heading of -// the invoice note sections. -func (_egeg *Invoice )NoteHeadingStyle ()TextStyle {return _egeg ._bgbeg }; +// ScaleToHeight scales the Block to a specified height, maintaining the same aspect ratio. +func (_abe *Block )ScaleToHeight (h float64 ){_fbgc :=h /_abe ._ad ;_abe .Scale (_fbgc ,_fbgc )};func (_bgbc *Creator )getActivePage ()*_gd .PdfPage {if _bgbc ._cafc ==nil {if len (_bgbc ._bee )==0{return nil ;};return _bgbc ._bee [len (_bgbc ._bee )-1]; +};return _bgbc ._cafc ;}; -// SetPos sets the position of the chart to the specified coordinates. -// This method sets the chart to use absolute positioning. -func (_bcefb *Chart )SetPos (x ,y float64 ){_bcefb ._cggb =PositionAbsolute ;_bcefb ._dbf =x ;_bcefb ._gbcb =y ;};func (_geefd *StyledParagraph )getMaxLineWidth ()float64 {if _geefd ._bdfce ==nil ||(_geefd ._bdfce !=nil &&len (_geefd ._bdfce )==0){_geefd .wrapText (); -};var _geac float64 ;for _ ,_fcabb :=range _geefd ._bdfce {_fcca :=_geefd .getTextLineWidth (_fcabb );if _fcca > _geac {_geac =_fcca ;};};return _geac ;};func (_egg *Block )SetMarkedContentID (id int64 )*_fgd .KDict {return nil }; +// AddressHeadingStyle returns the style properties used to render the +// heading of the invoice address sections. +func (_ebgf *Invoice )AddressHeadingStyle ()TextStyle {return _ebgf ._ddba }; -// SetHorizontalAlignment sets the horizontal alignment of the image. -func (_ccfc *Image )SetHorizontalAlignment (alignment HorizontalAlignment ){_ccfc ._fbbb =alignment }; +// SetColorTop sets border color for top. +func (_bddc *border )SetColorTop (col Color ){_bddc ._ed =col }; -// GeneratePageBlocks generate the Page blocks. Multiple blocks are generated -// if the contents wrap over multiple pages. -func (_bccg *List )GeneratePageBlocks (ctx DrawContext )([]*Block ,DrawContext ,error ){var _fcded float64 ;var _gbec []*StyledParagraph ;for _ ,_dadba :=range _bccg ._ffegf {_bece :=_ddge (_bccg ._fedb );_bece .SetEnableWrap (false );_bece .SetTextAlignment (TextAlignmentRight ); -_bece .Append (_dadba ._edee .Text ).Style =_dadba ._edee .Style ;_dfee :=_bece .getTextWidth ()/1000.0/ctx .Width ;if _fcded < _dfee {_fcded =_dfee ;};_gbec =append (_gbec ,_bece );};_dcbaf :=_bagfg (2);_dcbaf .SetColumnWidths (_fcded ,1-_fcded );_dcbaf .SetMargins (_bccg ._gacb .Left +_bccg ._aedbb ,_bccg ._gacb .Right ,_bccg ._gacb .Top ,_bccg ._gacb .Bottom ); -_dcbaf .EnableRowWrap (true );for _fbbbe ,_effg :=range _bccg ._ffegf {_dggad :=_dcbaf .NewCell ();_dggad .SetIndent (0);_dggad .SetContent (_gbec [_fbbbe ]);_dggad =_dcbaf .NewCell ();_dggad .SetIndent (0);_dggad .SetContent (_effg ._cdeda );};return _dcbaf .GeneratePageBlocks (ctx ); -};func (_addeb *StyledParagraph )split (_fegdb DrawContext )(_ggada ,_caaee *StyledParagraph ,_aafa error ){if _aafa =_addeb .wrapChunks (false );_aafa !=nil {return nil ,nil ,_aafa ;};if len (_addeb ._bdfce )==1&&_addeb ._fgef > _fegdb .Height {return _addeb ,nil ,nil ; -};_fbad :=func (_ggfdc []*TextChunk ,_bfbd []*TextChunk )[]*TextChunk {if len (_bfbd )==0{return _ggfdc ;};_cacge :=len (_ggfdc );if _cacge ==0{return append (_ggfdc ,_bfbd ...);};if _ggfdc [_cacge -1].Style ==_bfbd [0].Style {_ggfdc [_cacge -1].Text +=_bfbd [0].Text ; -}else {_ggfdc =append (_ggfdc ,_bfbd [0]);};return append (_ggfdc ,_bfbd [1:]...);};_ffed :=func (_feee *StyledParagraph ,_cecf []*TextChunk )*StyledParagraph {if len (_cecf )==0{return nil ;};_eefa :=*_feee ;_eefa ._ecec =_cecf ;return &_eefa ;};var (_bbca float64 ; -_ggaff []*TextChunk ;_dgfb []*TextChunk ;);for _ ,_fgbga :=range _addeb ._bdfce {var _edff float64 ;_cccb :=make ([]*TextChunk ,0,len (_fgbga ));for _ ,_aefd :=range _fgbga {if _abbaa :=_aefd .Style .FontSize ;_abbaa > _edff {_edff =_abbaa ;};_cccb =append (_cccb ,_aefd .clone ()); -};_edff *=_addeb ._fgef ;if _addeb ._fceb .IsRelative (){if _bbca +_edff > _fegdb .Height {_dgfb =_fbad (_dgfb ,_cccb );}else {_ggaff =_fbad (_ggaff ,_cccb );};};_bbca +=_edff ;};_addeb ._bdfce =nil ;if len (_dgfb )==0{return _addeb ,nil ,nil ;};return _ffed (_addeb ,_ggaff ),_ffed (_addeb ,_dgfb ),nil ; -};func (_gdcbf *templateProcessor )parseChapter (_faagb *templateNode )(interface{},error ){_acbga :=_gdcbf .creator .NewChapter ;if _faagb ._cefd !=nil {if _acbfa ,_dgfd :=_faagb ._cefd ._bedcd .(*Chapter );_dgfd {_acbga =_acbfa .NewSubchapter ;};};_gaecc :=_acbga (""); -for _ ,_eeded :=range _faagb ._adfdg .Attr {_ffdfd :=_eeded .Value ;switch _fgdb :=_eeded .Name .Local ;_fgdb {case "\u0073\u0068\u006f\u0077\u002d\u006e\u0075\u006d\u0062e\u0072\u0069\u006e\u0067":_gaecc .SetShowNumbering (_gdcbf .parseBoolAttr (_fgdb ,_ffdfd )); -case "\u0069\u006e\u0063\u006c\u0075\u0064\u0065\u002d\u0069n\u002d\u0074\u006f\u0063":_gaecc .SetIncludeInTOC (_gdcbf .parseBoolAttr (_fgdb ,_ffdfd ));case "\u006d\u0061\u0072\u0067\u0069\u006e":_dfdc :=_gdcbf .parseMarginAttr (_fgdb ,_ffdfd );_gaecc .SetMargins (_dfdc .Left ,_dfdc .Right ,_dfdc .Top ,_dfdc .Bottom ); -default:_gdcbf .nodeLogDebug (_faagb ,"\u0055\u006es\u0075\u0070\u0070\u006f\u0072\u0074\u0065\u0064\u0020\u0063\u0068\u0061\u0070\u0074\u0065\u0072\u0020\u0061\u0074\u0074\u0072\u0069\u0062\u0075\u0074\u0065\u003a\u0020\u0060\u0025\u0073\u0060\u002e\u0020\u0053\u006b\u0069\u0070\u0070\u0069\u006e\u0067\u002e",_fgdb ); -};};return _gaecc ,nil ;};func (_faefd *List )split (_adcb DrawContext )(_bdbc ,_fgab *List ){var (_ecefb float64 ;_abbb ,_eaaga []*listItem ;);_bfcc :=_adcb .Width -_faefd ._gacb .Horizontal ()-_faefd ._aedbb -_faefd .markerWidth ();_fcac :=_faefd .markerWidth (); -for _fbbc ,_ebae :=range _faefd ._ffegf {_afcg :=_ebae .ctxHeight (_bfcc );_ecefb +=_afcg ;if _ecefb <=_adcb .Height {_abbb =append (_abbb ,_ebae );}else {switch _eebe :=_ebae ._cdeda .(type ){case *List :_ccad :=_adcb ;_ccad .Height =_fc .Floor (_afcg -(_ecefb -_adcb .Height )); -_fafcd ,_fgccb :=_eebe .split (_ccad );if _fafcd !=nil {_cecd :=_dbca ();_cecd ._edee =_ebae ._edee ;_cecd ._cdeda =_fafcd ;_abbb =append (_abbb ,_cecd );};if _fgccb !=nil {_gafg :=_eebe ._edaa .Style .FontSize ;_adbd ,_cfbc :=_eebe ._edaa .Style .Font .GetRuneMetrics (' '); -if _cfbc {_gafg =_eebe ._edaa .Style .FontSize *_adbd .Wx *_eebe ._edaa .Style .horizontalScale ()/1000.0;};_cdgd :=_eg .Repeat ("\u0020",int (_fcac /_gafg ));_dbead :=_dbca ();_dbead ._edee =*NewTextChunk (_cdgd ,_eebe ._edaa .Style );_dbead ._cdeda =_fgccb ; -_eaaga =append (_eaaga ,_dbead );_eaaga =append (_eaaga ,_faefd ._ffegf [_fbbc +1:]...);};default:_eaaga =_faefd ._ffegf [_fbbc :];};if len (_eaaga )> 0{break ;};};};if len (_abbb )> 0{_bdbc =_cfbf (_faefd ._fedb );*_bdbc =*_faefd ;_bdbc ._ffegf =_abbb ; -};if len (_eaaga )> 0{_fgab =_cfbf (_faefd ._fedb );*_fgab =*_faefd ;_fgab ._ffegf =_eaaga ;};return _bdbc ,_fgab ;};func _cdfg (_abfc *_dd .GraphicSVG )(*GraphicSVG ,error ){return &GraphicSVG {_dgccb :_abfc ,_ddcg :PositionRelative ,_aagce :Margins {Top :10,Bottom :10}},nil ; -}; +// SetNoteStyle sets the style properties used to render the content of the +// invoice note sections. +func (_aabcg *Invoice )SetNoteStyle (style TextStyle ){_aabcg ._degfg =style }; -// SetPdfWriterAccessFunc sets a PdfWriter access function/hook. -// Exposes the PdfWriter just prior to writing the PDF. Can be used to encrypt the output PDF, etc. -// -// Example of encrypting with a user/owner password "password" -// Prior to calling c.WriteFile(): -// -// c.SetPdfWriterAccessFunc(func(w *model.PdfWriter) error { -// userPass := []byte("password") -// ownerPass := []byte("password") -// err := w.Encrypt(userPass, ownerPass, nil) -// return err -// }) -func (_gcee *Creator )SetPdfWriterAccessFunc (pdfWriterAccessFunc func (_bgcf *_fgd .PdfWriter )error ){_gcee ._gacd =pdfWriterAccessFunc ;}; +// SetWidthLeft sets border width for left. +func (_gfb *border )SetWidthLeft (bw float64 ){_gfb ._cgd =bw }; -// SetTextVerticalAlignment sets the vertical alignment of the text within the -// bounds of the styled paragraph. -// -// Note: Currently Styled Paragraph doesn't support TextVerticalAlignmentBottom -// as that option only used for aligning text chunks. -// -// In order to change the vertical alignment of individual text chunks, use TextChunk.VerticalAlignment. -func (_abeee *StyledParagraph )SetTextVerticalAlignment (align TextVerticalAlignment ){_abeee ._ddec =align ;}; +// SetBorderWidth sets the border width. +func (_ddag *Polygon )SetBorderWidth (borderWidth float64 ){_ddag ._dbfd .BorderWidth =borderWidth }; -// GetMargins returns the Paragraph's margins: left, right, top, bottom. -func (_ceec *Paragraph )GetMargins ()(float64 ,float64 ,float64 ,float64 ){return _ceec ._eebg .Left ,_ceec ._eebg .Right ,_ceec ._eebg .Top ,_ceec ._eebg .Bottom ;}; +// Height returns the height of the Paragraph. The height is calculated based on the input text and how it is wrapped +// within the container. Does not include Margins. +func (_aadf *StyledParagraph )Height ()float64 {_aadf .wrapText ();var _bacca float64 ;for _ ,_cbbfc :=range _aadf ._ccae {var _cafd float64 ;for _ ,_ffbea :=range _cbbfc {_cgca :=_aadf ._bcde *_ffbea .Style .FontSize ;if _cgca > _cafd {_cafd =_cgca ;}; +};_bacca +=_cafd ;};return _bacca ;}; -// SetMarkedContentID sets the marked content identifier. -func (_cabg *Polygon )SetMarkedContentID (mcid int64 )*_fgd .KDict {_cabg ._fdbg =&mcid ;_fdac :=_fgd .NewKDictionary ();_fdac .S =_bc .MakeName (_fgd .StructureTypeFigure );_fdac .K =_bc .MakeInteger (mcid );return _fdac ;}; +// SetHeaderRows turns the selected table rows into headers that are repeated +// for every page the table spans. startRow and endRow are inclusive. +func (_bfdb *Table )SetHeaderRows (startRow ,endRow int )error {if startRow <=0{return _fc .New ("\u0068\u0065\u0061\u0064\u0065\u0072\u0020\u0073\u0074\u0061\u0072\u0074\u0020r\u006f\u0077\u0020\u006d\u0075\u0073t\u0020\u0062\u0065\u0020\u0067\u0072\u0065\u0061\u0074\u0065\u0072\u0020\u0074h\u0061\u006e\u0020\u0030"); +};if endRow <=0{return _fc .New ("\u0068\u0065a\u0064\u0065\u0072\u0020e\u006e\u0064 \u0072\u006f\u0077\u0020\u006d\u0075\u0073\u0074 \u0062\u0065\u0020\u0067\u0072\u0065\u0061\u0074\u0065\u0072\u0020\u0074h\u0061\u006e\u0020\u0030");};if startRow > endRow {return _fc .New ("\u0068\u0065\u0061\u0064\u0065\u0072\u0020\u0073\u0074\u0061\u0072\u0074\u0020\u0072\u006f\u0077\u0020\u0020\u006d\u0075s\u0074\u0020\u0062\u0065\u0020\u006c\u0065\u0073\u0073\u0020\u0074\u0068\u0061\u006e\u0020\u006f\u0072\u0020\u0065\u0071\u0075\u0061\u006c\u0020\u0074\u006f\u0020\u0074\u0068\u0065 \u0065\u006e\u0064\u0020\u0072o\u0077"); +};_bfdb ._fbbbb =true ;_bfdb ._bccfd =startRow ;_bfdb ._deceb =endRow ;return nil ;}; -// SetMargins sets the margins for the Image (in relative mode): left, right, top, bottom. -func (_agdd *Image )SetMargins (left ,right ,top ,bottom float64 ){_agdd ._cdbc .Left =left ;_agdd ._cdbc .Right =right ;_agdd ._cdbc .Top =top ;_agdd ._cdbc .Bottom =bottom ;};func _edebe (_egec *Block ,_ddba *Image ,_gedg DrawContext )(DrawContext ,error ){_face :=_gedg ; -_eaee :=1;_adccd :=_bc .PdfObjectName (_f .Sprintf ("\u0049\u006d\u0067%\u0064",_eaee ));for _egec ._dgd .HasXObjectByName (_adccd ){_eaee ++;_adccd =_bc .PdfObjectName (_f .Sprintf ("\u0049\u006d\u0067%\u0064",_eaee ));};_bggac :=_egec ._dgd .SetXObjectImageByNameLazy (_adccd ,_ddba ._gacc ,_ddba ._faeda ); -if _bggac !=nil {return _gedg ,_bggac ;};_dagf :=0;_cfgde :=_bc .PdfObjectName (_f .Sprintf ("\u0047\u0053\u0025\u0064",_dagf ));for _egec ._dgd .HasExtGState (_cfgde ){_dagf ++;_cfgde =_bc .PdfObjectName (_f .Sprintf ("\u0047\u0053\u0025\u0064",_dagf )); -};_gadd :=_bc .MakeDict ();_gadd .Set ("\u0042\u004d",_bc .MakeName ("\u004e\u006f\u0072\u006d\u0061\u006c"));if _ddba ._ddea < 1.0{_gadd .Set ("\u0043\u0041",_bc .MakeFloat (_ddba ._ddea ));_gadd .Set ("\u0063\u0061",_bc .MakeFloat (_ddba ._ddea ));}; -_bggac =_egec ._dgd .AddExtGState (_cfgde ,_bc .MakeIndirectObject (_gadd ));if _bggac !=nil {return _gedg ,_bggac ;};_ffdc :=_ddba .Width ();_gcbad :=_ddba .Height ();_ ,_aagaa :=_ddba .rotatedSize ();_egcg :=_gedg .X ;_fggc :=_gedg .PageHeight -_gedg .Y -_gcbad ; -if _ddba ._accd .IsRelative (){_fggc -=(_aagaa -_gcbad )/2;switch _ddba ._fbbb {case HorizontalAlignmentCenter :_egcg +=(_gedg .Width -_ffdc )/2;case HorizontalAlignmentRight :_egcg =_gedg .PageWidth -_gedg .Margins .Right -_ddba ._cdbc .Right -_ffdc ; -};};_begf :=_ddba ._fbbf ;_bgeg :=_dg .NewContentCreator ();if _ddba ._gebca !=nil {_bgeg .Add_BDC (*_bc .MakeName (_fgd .StructureTypeFigure ),map[string ]_bc .PdfObject {"\u004d\u0043\u0049\u0044":_bc .MakeInteger (*_ddba ._gebca )});};_bgeg .Add_gs (_cfgde ); -_bgeg .Translate (_egcg ,_fggc );if _begf !=0{_bgeg .Translate (_ffdc /2,_gcbad /2);_bgeg .RotateDeg (_begf );_bgeg .Translate (-_ffdc /2,-_gcbad /2);};_bgeg .Scale (_ffdc ,_gcbad ).Add_Do (_adccd );if _ddba ._gebca !=nil {_bgeg .Add_EMC ();};_fdfc :=_bgeg .Operations (); -_fdfc .WrapIfNeeded ();_egec .addContents (_fdfc );if _ddba ._accd .IsRelative (){_gedg .Y +=_aagaa ;_gedg .Height -=_aagaa ;return _gedg ,nil ;};return _face ,nil ;}; +// Scale scales Image by a constant factor, both width and height. +func (_ebae *Image )Scale (xFactor ,yFactor float64 ){_ebae ._dcbe =xFactor *_ebae ._dcbe ;_ebae ._fae =yFactor *_ebae ._fae ;};func (_dbbbc *templateProcessor )parseTextAlignmentAttr (_ecbfe ,_begba string )TextAlignment {_ca .Log .Debug ("\u0050a\u0072\u0073i\u006e\u0067\u0020t\u0065\u0078\u0074\u0020\u0061\u006c\u0069g\u006e\u006d\u0065\u006e\u0074\u0020a\u0074\u0074\u0072\u0069\u0062\u0075\u0074\u0065\u003a\u0020\u0028`\u0025\u0073\u0060\u002c\u0020\u0025\u0073\u0029\u002e",_ecbfe ,_begba ); +_bcfg :=map[string ]TextAlignment {"\u006c\u0065\u0066\u0074":TextAlignmentLeft ,"\u0072\u0069\u0067h\u0074":TextAlignmentRight ,"\u0063\u0065\u006e\u0074\u0065\u0072":TextAlignmentCenter ,"\u006au\u0073\u0074\u0069\u0066\u0079":TextAlignmentJustify }[_begba ]; +return _bcfg ;}; -// SetFillColor sets background color for border. -func (_fce *border )SetFillColor (col Color ){_fce ._aff =col }; +// SetTextAlignment sets the horizontal alignment of the text within the space provided. +func (_fgdce *Paragraph )SetTextAlignment (align TextAlignment ){_fgdce ._eced =align }; -// Inline returns whether the inline mode of the division is active. -func (_ffcb *Division )Inline ()bool {return _ffcb ._fdb }; +// Scale scales the ellipse dimensions by the specified factors. +func (_bbcae *Ellipse )Scale (xFactor ,yFactor float64 ){_bbcae ._gbea =xFactor *_bbcae ._gbea ;_bbcae ._fgbb =yFactor *_bbcae ._fgbb ;}; -// SetBorderColor sets the border color for the path. -func (_dcce *FilledCurve )SetBorderColor (color Color ){_dcce ._ccec =color }; +// Chapter is used to arrange multiple drawables (paragraphs, images, etc) into a single section. +// The concept is the same as a book or a report chapter. +type Chapter struct{_gag int ;_fagc string ;_adbf *Paragraph ;_agef []Drawable ;_eec int ;_dge bool ;_addc bool ;_adba Positioning ;_ecg ,_fgd float64 ;_dfdg Margins ;_bae *Chapter ;_bbg *TOC ;_acbg *_gd .Outline ;_edge *_gd .OutlineItem ;_ecgg uint ;}; +var _dfbbf =map[string ]*templateTag {"\u0070a\u0072\u0061\u0067\u0072\u0061\u0070h":&templateTag {_bfbgb :map[string ]struct{}{"\u0063r\u0065\u0061\u0074\u006f\u0072":struct{}{},"\u0062\u006c\u006fc\u006b":struct{}{},"\u0064\u0069\u0076\u0069\u0073\u0069\u006f\u006e":struct{}{},"\u0074\u0061\u0062\u006c\u0065\u002d\u0063\u0065\u006c\u006c":struct{}{},"\u0063h\u0061\u0070\u0074\u0065\u0072":struct{}{},"\u006ci\u0073\u0074\u002d\u0069\u0074\u0065m":struct{}{}},_bdafc :_gfdba },"\u0074\u0065\u0078\u0074\u002d\u0063\u0068\u0075\u006e\u006b":&templateTag {_bfbgb :map[string ]struct{}{"\u0070a\u0072\u0061\u0067\u0072\u0061\u0070h":struct{}{}},_bdafc :_cdae },"\u0064\u0069\u0076\u0069\u0073\u0069\u006f\u006e":&templateTag {_bfbgb :map[string ]struct{}{"\u0063r\u0065\u0061\u0074\u006f\u0072":struct{}{},"\u0062\u006c\u006fc\u006b":struct{}{},"\u0064\u0069\u0076\u0069\u0073\u0069\u006f\u006e":struct{}{},"\u0074\u0061\u0062\u006c\u0065\u002d\u0063\u0065\u006c\u006c":struct{}{},"\u0063h\u0061\u0070\u0074\u0065\u0072":struct{}{},"\u006ci\u0073\u0074\u002d\u0069\u0074\u0065m":struct{}{}},_bdafc :_fdaf },"\u0074\u0061\u0062l\u0065":&templateTag {_bfbgb :map[string ]struct{}{"\u0063r\u0065\u0061\u0074\u006f\u0072":struct{}{},"\u0062\u006c\u006fc\u006b":struct{}{},"\u0064\u0069\u0076\u0069\u0073\u0069\u006f\u006e":struct{}{},"\u0074\u0061\u0062\u006c\u0065\u002d\u0063\u0065\u006c\u006c":struct{}{},"\u0063h\u0061\u0070\u0074\u0065\u0072":struct{}{},"\u006ci\u0073\u0074\u002d\u0069\u0074\u0065m":struct{}{}},_bdafc :_ddcfb },"\u0074\u0061\u0062\u006c\u0065\u002d\u0063\u0065\u006c\u006c":&templateTag {_bfbgb :map[string ]struct{}{"\u0074\u0061\u0062l\u0065":struct{}{}},_bdafc :_gdece },"\u006c\u0069\u006e\u0065":&templateTag {_bfbgb :map[string ]struct{}{"\u0063r\u0065\u0061\u0074\u006f\u0072":struct{}{},"\u0062\u006c\u006fc\u006b":struct{}{},"\u0064\u0069\u0076\u0069\u0073\u0069\u006f\u006e":struct{}{},"\u0074\u0061\u0062\u006c\u0065\u002d\u0063\u0065\u006c\u006c":struct{}{},"\u0063h\u0061\u0070\u0074\u0065\u0072":struct{}{}},_bdafc :_fcde },"\u0072e\u0063\u0074\u0061\u006e\u0067\u006ce":&templateTag {_bfbgb :map[string ]struct{}{"\u0063r\u0065\u0061\u0074\u006f\u0072":struct{}{},"\u0062\u006c\u006fc\u006b":struct{}{},"\u0064\u0069\u0076\u0069\u0073\u0069\u006f\u006e":struct{}{},"\u0074\u0061\u0062\u006c\u0065\u002d\u0063\u0065\u006c\u006c":struct{}{},"\u0063h\u0061\u0070\u0074\u0065\u0072":struct{}{}},_bdafc :_dddf },"\u0065l\u006c\u0069\u0070\u0073\u0065":&templateTag {_bfbgb :map[string ]struct{}{"\u0063r\u0065\u0061\u0074\u006f\u0072":struct{}{},"\u0062\u006c\u006fc\u006b":struct{}{},"\u0064\u0069\u0076\u0069\u0073\u0069\u006f\u006e":struct{}{},"\u0074\u0061\u0062\u006c\u0065\u002d\u0063\u0065\u006c\u006c":struct{}{},"\u0063h\u0061\u0070\u0074\u0065\u0072":struct{}{}},_bdafc :_dacbg },"\u0069\u006d\u0061g\u0065":&templateTag {_bfbgb :map[string ]struct{}{"\u0063r\u0065\u0061\u0074\u006f\u0072":struct{}{},"\u0062\u006c\u006fc\u006b":struct{}{},"\u0064\u0069\u0076\u0069\u0073\u0069\u006f\u006e":struct{}{},"\u0074\u0061\u0062\u006c\u0065\u002d\u0063\u0065\u006c\u006c":struct{}{},"\u0063h\u0061\u0070\u0074\u0065\u0072":struct{}{},"\u006ci\u0073\u0074\u002d\u0069\u0074\u0065m":struct{}{}},_bdafc :_abadb },"\u0063h\u0061\u0070\u0074\u0065\u0072":&templateTag {_bfbgb :map[string ]struct{}{"\u0063r\u0065\u0061\u0074\u006f\u0072":struct{}{},"\u0062\u006c\u006fc\u006b":struct{}{},"\u0063h\u0061\u0070\u0074\u0065\u0072":struct{}{}},_bdafc :_cfebg },"\u0063h\u0061p\u0074\u0065\u0072\u002d\u0068\u0065\u0061\u0064\u0069\u006e\u0067":&templateTag {_bfbgb :map[string ]struct{}{"\u0063h\u0061\u0070\u0074\u0065\u0072":struct{}{}},_bdafc :_fbfgd },"\u0063\u0068\u0061r\u0074":&templateTag {_bfbgb :map[string ]struct{}{"\u0063r\u0065\u0061\u0074\u006f\u0072":struct{}{},"\u0062\u006c\u006fc\u006b":struct{}{},"\u0064\u0069\u0076\u0069\u0073\u0069\u006f\u006e":struct{}{},"\u0074\u0061\u0062\u006c\u0065\u002d\u0063\u0065\u006c\u006c":struct{}{},"\u0063h\u0061\u0070\u0074\u0065\u0072":struct{}{}},_bdafc :_bggfea },"\u0070\u0061\u0067\u0065\u002d\u0062\u0072\u0065\u0061\u006b":&templateTag {_bfbgb :map[string ]struct{}{"\u0063r\u0065\u0061\u0074\u006f\u0072":struct{}{},"\u0063h\u0061\u0070\u0074\u0065\u0072":struct{}{}},_bdafc :_baddb },"\u0062\u0061\u0063\u006b\u0067\u0072\u006f\u0075\u006e\u0064":&templateTag {_bfbgb :map[string ]struct{}{"\u0064\u0069\u0076\u0069\u0073\u0069\u006f\u006e":struct{}{}},_bdafc :_caacc },"\u006c\u0069\u0073\u0074":&templateTag {_bfbgb :map[string ]struct{}{"\u0063r\u0065\u0061\u0074\u006f\u0072":struct{}{},"\u0062\u006c\u006fc\u006b":struct{}{},"\u0064\u0069\u0076\u0069\u0073\u0069\u006f\u006e":struct{}{},"\u0074\u0061\u0062\u006c\u0065\u002d\u0063\u0065\u006c\u006c":struct{}{},"\u0063h\u0061\u0070\u0074\u0065\u0072":struct{}{},"\u006ci\u0073\u0074\u002d\u0069\u0074\u0065m":struct{}{}},_bdafc :_efafa },"\u006ci\u0073\u0074\u002d\u0069\u0074\u0065m":&templateTag {_bfbgb :map[string ]struct{}{"\u006c\u0069\u0073\u0074":struct{}{}},_bdafc :_fedcb },"l\u0069\u0073\u0074\u002d\u006d\u0061\u0072\u006b\u0065\u0072":&templateTag {_bfbgb :map[string ]struct{}{"\u006c\u0069\u0073\u0074":struct{}{},"\u006ci\u0073\u0074\u002d\u0069\u0074\u0065m":struct{}{}},_bdafc :_gfged }}; +func (_dcba *StyledParagraph )getTextWidth ()float64 {var _gbbcd float64 ;_acddg :=len (_dcba ._bcbc );for _ceae ,_egcgg :=range _dcba ._bcbc {_gegd :=&_egcgg .Style ;_daaf :=len (_egcgg .Text );for _ccab ,_abfa :=range _egcgg .Text {if _abfa =='\u000A'{continue ; +};_efed ,_edef :=_gegd .Font .GetRuneMetrics (_abfa );if !_edef {_ca .Log .Debug ("\u0052\u0075\u006e\u0065\u0020\u0063\u0068\u0061\u0072\u0020\u006d\u0065\u0074\u0072\u0069c\u0073 \u006e\u006f\u0074\u0020\u0066\u006f\u0075\u006e\u0064\u0021\u0020\u0025\u0076\u000a",_abfa ); +return -1;};_gbbcd +=_gegd .FontSize *_efed .Wx *_gegd .horizontalScale ();if _abfa !=' '&&(_ceae !=_acddg -1||_ccab !=_daaf -1){_gbbcd +=_gegd .CharSpacing *1000.0;};};};return _gbbcd ;}; -// AddAnnotation adds an annotation to the current block. -// The annotation will be added to the page the block will be rendered on. -func (_acf *Block )AddAnnotation (annotation *_fgd .PdfAnnotation ){for _ ,_dga :=range _acf ._ed {if _dga ==annotation {return ;};};_acf ._ed =append (_acf ._ed ,annotation );}; +// Draw draws the drawable d on the block. +// Note that the drawable must not wrap, i.e. only return one block. Otherwise an error is returned. +func (_bgc *Block )Draw (d Drawable )error {_gce :=DrawContext {};_gce .Width =_bgc ._de ;_gce .Height =_bgc ._ad ;_gce .PageWidth =_bgc ._de ;_gce .PageHeight =_bgc ._ad ;_gce .X =0;_gce .Y =0;_bfe ,_ ,_ggd :=d .GeneratePageBlocks (_gce );if _ggd !=nil {return _ggd ; +};if len (_bfe )!=1{return ErrContentNotFit ;};for _ ,_ffg :=range _bfe {if _aed :=_bgc .mergeBlocks (_ffg );_aed !=nil {return _aed ;};};return nil ;};type containerDrawable interface{Drawable ; -// SetBorderRadius sets the radius of the background corners. -func (_ff *Background )SetBorderRadius (topLeft ,topRight ,bottomLeft ,bottomRight float64 ){_ff .BorderRadiusTopLeft =topLeft ;_ff .BorderRadiusTopRight =topRight ;_ff .BorderRadiusBottomLeft =bottomLeft ;_ff .BorderRadiusBottomRight =bottomRight ;}; +// ContainerComponent checks if the component is allowed to be added into provided 'container' and returns +// preprocessed copy of itself. If the component is not changed it is allowed to return itself in a callback way. +// If the component is not compatible with provided container this method should return an error. +ContainerComponent (_cccg Drawable )(Drawable ,error );}; -// ScaleToHeight scales the ellipse to the specified height. The width of -// the ellipse is scaled so that the aspect ratio is maintained. -func (_bge *Ellipse )ScaleToHeight (h float64 ){_babc :=_bge ._eefg /_bge ._beb ;_bge ._beb =h ;_bge ._eefg =h *_babc ;};var (ErrContentNotFit =_bd .New ("\u0043\u0061\u006e\u006e\u006ft\u0020\u0066\u0069\u0074\u0020\u0063\u006f\u006e\u0074\u0065\u006e\u0074\u0020i\u006e\u0074\u006f\u0020\u0061\u006e\u0020\u0065\u0078\u0069\u0073\u0074\u0069\u006e\u0067\u0020\u0073\u0070\u0061\u0063\u0065"); -); +// AddShadingResource adds shading dictionary inside the resources dictionary. +func (_dgcfd *LinearShading )AddShadingResource (block *Block )(_agafg _be .PdfObjectName ,_fbeac error ){_bcabc :=1;_agafg =_be .PdfObjectName ("\u0053\u0068"+_fd .Itoa (_bcabc ));for block ._fa .HasShadingByName (_agafg ){_bcabc ++;_agafg =_be .PdfObjectName ("\u0053\u0068"+_fd .Itoa (_bcabc )); +};if _dfdd :=block ._fa .SetShadingByName (_agafg ,_dgcfd .shadingModel ().ToPdfObject ());_dfdd !=nil {return "",_dfdd ;};return _agafg ,nil ;}; -// Padding returns the padding of the component. -func (_cbd *Division )Padding ()(_affed ,_efd ,_fecg ,_abac float64 ){return _cbd ._gbga .Left ,_cbd ._gbga .Right ,_cbd ._gbga .Top ,_cbd ._gbga .Bottom ;}; +// Block contains a portion of PDF Page contents. It has a width and a position and can +// be placed anywhere on a Page. It can even contain a whole Page, and is used in the creator +// where each Drawable object can output one or more blocks, each representing content for separate pages +// (typically needed when Page breaks occur). +type Block struct{_ge *_eag .ContentStreamOperations ;_fa *_gd .PdfPageResources ;_agg Positioning ;_eg ,_bge float64 ;_de float64 ;_ad float64 ;_ac float64 ;_bc Margins ;_bdc []*_gd .PdfAnnotation ;}; -// MultiRowCell makes a new cell with the specified row span and inserts it -// into the table at the current position. -func (_ffcab *Table )MultiRowCell (rowspan int )*TableCell {return _ffcab .MultiCell (rowspan ,1)};type rgbColor struct{_ead ,_ddd ,_decg float64 };const (PositionRelative Positioning =iota ;PositionAbsolute ;); +// GeneratePageBlocks draws the filled curve on page blocks. +func (_aafe *FilledCurve )GeneratePageBlocks (ctx DrawContext )([]*Block ,DrawContext ,error ){_cbea :=NewBlock (ctx .PageWidth ,ctx .PageHeight );_dbdb ,_ ,_gcdd :=_aafe .draw (_cbea ,"");if _gcdd !=nil {return nil ,ctx ,_gcdd ;};_gcdd =_cbea .addContentsByString (string (_dbdb )); +if _gcdd !=nil {return nil ,ctx ,_gcdd ;};return []*Block {_cbea },ctx ,nil ;};type templateNode struct{_fdfd interface{};_eccfd _b .StartElement ;_ddbbd *templateNode ;_gbdd int ;_ggcca int ;_afdda int64 ;};func _fgfcf (_bbab float64 ,_bgcbg float64 )float64 {return _ff .Round (_bbab /_bgcbg )*_bgcbg }; -// SetRowPosition sets cell row position. -func (_bega *TableCell )SetRowPosition (row int ){_bega ._deef =row }; -// TextAlignment options for paragraph. -type TextAlignment int ; +// NewEllipse creates a new ellipse with the center at (`xc`, `yc`), +// having the specified width and height. +// NOTE: In relative positioning mode, `xc` and `yc` are calculated using the +// current context. Furthermore, when the fit mode is set to fill the available +// space, the ellipse is scaled so that it occupies the entire context width +// while maintaining the original aspect ratio. +func (_abg *Creator )NewEllipse (xc ,yc ,width ,height float64 )*Ellipse {return _cfgc (xc ,yc ,width ,height );};func _agfg (_fgdc string )(*GraphicSVG ,error ){_fbdeg ,_gfcg :=_ea .ParseFromString (_fgdc );if _gfcg !=nil {return nil ,_gfcg ;};return _badfd (_fbdeg ); +};func (_bgfd *Block )duplicate ()*Block {_cgg :=&Block {};*_cgg =*_bgfd ;_gf :=_eag .ContentStreamOperations {};_gf =append (_gf ,*_bgfd ._ge ...);_cgg ._ge =&_gf ;return _cgg ;};func _febba (_cabc []_ddb .CubicBezierCurve )*PolyBezierCurve {return &PolyBezierCurve {_bgdab :&_ddb .PolyBezierCurve {Curves :_cabc ,BorderColor :_gd .NewPdfColorDeviceRGB (0,0,0),BorderWidth :1.0},_dcfbf :1.0,_acfb :1.0}; +}; -// NewPageBreak create a new page break. -func (_gabb *Creator )NewPageBreak ()*PageBreak {return _gbcfe ()};func (_dfde *Creator )wrapPageIfNeeded (_fgf *_fgd .PdfPage )(*_fgd .PdfPage ,error ){_dccfe ,_dgaf :=_fgf .GetAllContentStreams ();if _dgaf !=nil {return nil ,_dgaf ;};_cbef :=_dg .NewContentStreamParser (_dccfe ); -_febcd ,_dgaf :=_cbef .Parse ();if _dgaf !=nil {return nil ,_dgaf ;};if !_febcd .HasUnclosedQ (){return nil ,nil ;};_febcd .WrapIfNeeded ();_aebd ,_dgaf :=_bc .MakeStream (_febcd .Bytes (),_bc .NewFlateEncoder ());if _dgaf !=nil {return nil ,_dgaf ;};_fgf .Contents =_bc .MakeArray (_aebd ); -return _fgf ,nil ;}; +// GetMargins returns the margins of the rectangle: left, right, top, bottom. +func (_bffd *Rectangle )GetMargins ()(float64 ,float64 ,float64 ,float64 ){return _bffd ._ddfgb .Left ,_bffd ._ddfgb .Right ,_bffd ._ddfgb .Top ,_bffd ._ddfgb .Bottom ;}; -// GetCoords returns coordinates of border. -func (_bbfe *border )GetCoords ()(float64 ,float64 ){return _bbfe ._bad ,_bbfe ._abda }; +// SetBorderWidth sets the border width of the ellipse. +func (_ggde *Ellipse )SetBorderWidth (bw float64 ){_ggde ._fdcc =bw }; -// Length calculates and returns the length of the line. -func (_aafca *Line )Length ()float64 {return _fc .Sqrt (_fc .Pow (_aafca ._cfge -_aafca ._gbcgde ,2.0)+_fc .Pow (_aafca ._ceef -_aafca ._gcfa ,2.0));}; +// The Image type is used to draw an image onto PDF. +type Image struct{_cbaag *_gd .XObjectImage ;_dgaaf *_gd .Image ;_bfbga string ;_afgb float64 ;_dcbe ,_fae float64 ;_dade ,_abecc float64 ;_dbafc Positioning ;_ggaca HorizontalAlignment ;_aeae float64 ;_bgabe float64 ;_fgec float64 ;_fcad Margins ;_cdfa ,_ecag float64 ; +_bdeb _be .StreamEncoder ;_gfba FitMode ;_bfbd bool ;_cebad *int64 ;}; -// Width returns the width of the specified text chunk. -func (_fbfg *TextChunk )Width ()float64 {var (_gcbg float64 ;_edbag =_fbfg .Style ;);for _ ,_dfedf :=range _fbfg .Text {_dbfd ,_bedde :=_edbag .Font .GetRuneMetrics (_dfedf );if !_bedde {_fec .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0052\u0075\u006e\u0065\u0020\u0063\u0068\u0061\u0072\u0020\u006det\u0072i\u0063\u0073\u0020\u006e\u006f\u0074\u0020\u0066\u006f\u0075\u006e\u0064!\u0020\u0072\u0075\u006e\u0065\u003d\u0030\u0078\u0025\u0030\u0034\u0078\u003d\u0025\u0063\u0020\u0066o\u006e\u0074\u003d\u0025\u0073\u0020\u0025\u0023\u0071",_dfedf ,_dfedf ,_edbag .Font .BaseFont (),_edbag .Font .Subtype ()); -_fec .Log .Trace ("\u0046o\u006e\u0074\u003a\u0020\u0025\u0023v",_edbag .Font );_fec .Log .Trace ("\u0045\u006e\u0063o\u0064\u0065\u0072\u003a\u0020\u0025\u0023\u0076",_edbag .Font .Encoder ());};_egde :=_edbag .FontSize *_dbfd .Wx ;_dbed :=_egde ;if _dfedf !=' '{_dbed =_egde +_edbag .CharSpacing *1000.0; -};_gcbg +=_dbed ;};return _gcbg /1000.0;};func (_efdcb *Table )moveToNextAvailableCell ()int {_bedee :=(_efdcb ._ecgdc -1)%(_efdcb ._afacb )+1;for {if _bedee -1>=len (_efdcb ._aedca ){if _efdcb ._aedca [0]==0{return _bedee ;};_bedee =1;}else if _efdcb ._aedca [_bedee -1]==0{return _bedee ; -};_efdcb ._ecgdc ++;_efdcb ._aedca [_bedee -1]--;_bedee ++;};};func _aeee (_dgfa _cc .ChartRenderable )*Chart {return &Chart {_gff :_dgfa ,_cggb :PositionRelative ,_bgfg :Margins {Top :10,Bottom :10}};}; +// NewTextChunk returns a new text chunk instance. +func NewTextChunk (text string ,style TextStyle )*TextChunk {return &TextChunk {Text :text ,Style :style ,VerticalAlignment :TextVerticalAlignmentBaseline ,_bcfe :[]*_gd .PdfAnnotation {},_dgdde :[]bool {}};}; -// NewStyledTOCLine creates a new table of contents line with the provided style. -func (_gbfc *Creator )NewStyledTOCLine (number ,title ,page TextChunk ,level uint ,style TextStyle )*TOCLine {return _abgd (number ,title ,page ,level ,style );}; +// Rectangle defines a rectangle with upper left corner at (x,y) and a specified width and height. The rectangle +// can have a colored fill and/or border with a specified width. +// Implements the Drawable interface and can be drawn on PDF using the Creator. +type Rectangle struct{_fdeb float64 ;_fefcd float64 ;_dacdg float64 ;_ddccd float64 ;_dbdf Positioning ;_gffbd Color ;_aadb float64 ;_aagf Color ;_bcdgg float64 ;_ggge float64 ;_dfegd float64 ;_afgd float64 ;_ebddb float64 ;_fcgc float64 ;_ddfgb Margins ; +_dfgc FitMode ;_bcee *int64 ;}; -// SetLanguageIdentifier sets the language identifier for the paragraph. -func (_baea *StyledParagraph )SetLanguageIdentifier (id string ){_baea ._cccab =id }; +// Horizontal returns total horizontal (left + right) margin. +func (_ccceb *Margins )Horizontal ()float64 {return _ccceb .Left +_ccceb .Right }; -// MultiCell makes a new cell with the specified row span and col span -// and inserts it into the table at the current position. -func (_abega *Table )MultiCell (rowspan ,colspan int )*TableCell {_abega ._ecgdc ++;_aeea :=(_abega .moveToNextAvailableCell ()-1)%(_abega ._afacb )+1;_efgce :=(_abega ._ecgdc -1)/_abega ._afacb +1;for _efgce > _abega ._begg {_abega ._begg ++;_abega ._gecdg =append (_abega ._gecdg ,_abega ._edefd ); -};_bedge :=&TableCell {};_bedge ._deef =_efgce ;_bedge ._bacg =_aeea ;_bedge ._fceba =5;_bedge ._faab =CellBorderStyleNone ;_bedge ._gaddf =_gga .LineStyleSolid ;_bedge ._bbbff =CellHorizontalAlignmentLeft ;_bedge ._bdfgg =CellVerticalAlignmentTop ;_bedge ._caef =0; -_bedge ._eabab =0;_bedge ._adec =0;_bedge ._cddebf =0;_fgbef :=ColorBlack ;_bedge ._ebgcd =_fgbef ;_bedge ._aegdf =_fgbef ;_bedge ._fcbbf =_fgbef ;_bedge ._gefce =_fgbef ;if rowspan < 1{_fec .Log .Debug ("\u0054\u0061\u0062\u006c\u0065\u003a\u0020\u0063\u0065\u006c\u006c\u0020\u0072\u006f\u0077\u0073\u0070a\u006e\u0020\u006c\u0065\u0073\u0073\u0020\u0074\u0068\u0061t\u0020\u0031\u0020\u0028\u0025\u0064\u0029\u002e\u0020\u0053\u0065\u0074\u0074\u0069\u006e\u0067\u0020\u0063e\u006c\u006c\u0020\u0072\u006f\u0077s\u0070\u0061n\u0020\u0074o\u00201\u002e",rowspan ); -rowspan =1;};_abca :=_abega ._begg -(_bedge ._deef -1);if rowspan > _abca {_fec .Log .Debug ("\u0054\u0061b\u006c\u0065\u003a\u0020\u0063\u0065\u006c\u006c\u0020\u0072\u006f\u0077\u0073\u0070\u0061\u006e\u0020\u0028\u0025d\u0029\u0020\u0065\u0078\u0063\u0065e\u0064\u0073\u0020\u0072\u0065\u006d\u0061\u0069\u006e\u0069\u006e\u0067\u0020\u0072o\u0077\u0073 \u0028\u0025\u0064\u0029.\u0020\u0041\u0064\u0064\u0069n\u0067\u0020\u0072\u006f\u0077\u0073\u002e",rowspan ,_abca ); -_abega ._begg +=rowspan -1;for _eecag :=0;_eecag <=rowspan -_abca ;_eecag ++{_abega ._gecdg =append (_abega ._gecdg ,_abega ._edefd );};};for _gbedg :=0;_gbedg < colspan &&_aeea +_gbedg -1< len (_abega ._aedca );_gbedg ++{_abega ._aedca [_aeea +_gbedg -1]=rowspan -1; -};_bedge ._afddb =rowspan ;if colspan < 1{_fec .Log .Debug ("\u0054\u0061\u0062\u006c\u0065\u003a\u0020\u0063\u0065\u006c\u006c\u0020\u0063\u006f\u006c\u0073\u0070a\u006e\u0020\u006c\u0065\u0073\u0073\u0020\u0074\u0068\u0061n\u0020\u0031\u0020\u0028\u0025\u0064\u0029\u002e\u0020\u0053\u0065\u0074\u0074\u0069\u006e\u0067\u0020\u0063e\u006c\u006c\u0020\u0063\u006f\u006cs\u0070\u0061n\u0020\u0074o\u00201\u002e",colspan ); -colspan =1;};_ffdf :=_abega ._afacb -(_bedge ._bacg -1);if colspan > _ffdf {_fec .Log .Debug ("\u0054\u0061\u0062\u006c\u0065:\u0020\u0063\u0065\u006c\u006c\u0020\u0063o\u006c\u0073\u0070\u0061\u006e\u0020\u0028\u0025\u0064\u0029\u0020\u0065\u0078\u0063\u0065\u0065\u0064\u0073\u0020\u0072\u0065\u006d\u0061\u0069\u006e\u0069\u006e\u0067\u0020\u0072\u006f\u0077\u0020\u0063\u006f\u006c\u0073\u0020\u0028\u0025d\u0029\u002e\u0020\u0041\u0064\u006a\u0075\u0073\u0074\u0069\u006e\u0067 \u0063\u006f\u006c\u0073\u0070\u0061n\u002e",colspan ,_ffdf ); -colspan =_ffdf ;};_bedge ._ecddcb =colspan ;_abega ._ecgdc +=colspan -1;_abega ._efbe =append (_abega ._efbe ,_bedge );_bedge ._abdcb =_abega ;return _bedge ;}; +// SetMargins sets the Paragraph's margins. +func (_eefg *StyledParagraph )SetMargins (left ,right ,top ,bottom float64 ){_eefg ._affa .Left =left ;_eefg ._affa .Right =right ;_eefg ._affa .Top =top ;_eefg ._affa .Bottom =bottom ;}; -// FitMode returns the fit mode of the image. -func (_aeeg *Image )FitMode ()FitMode {return _aeeg ._cba }; +// FitMode returns the fit mode of the rectangle. +func (_ccfg *Rectangle )FitMode ()FitMode {return _ccfg ._dfgc };func _dafab (_baeb string ,_cfaf TextStyle )*Paragraph {_gffce :=&Paragraph {_bcgag :_baeb ,_caccd :_cfaf .Font ,_geac :_cfaf .FontSize ,_agdbb :1.0,_abaa :true ,_aagb :true ,_eced :TextAlignmentLeft ,_ggc :0,_babg :1,_bcadb :1,_adfd :PositionRelative ,_fbbdg :""}; +_gffce .SetColor (_cfaf .Color );return _gffce ;};func _agcee (_cdcaf interface{})(interface{},error ){switch _cbaab :=_cdcaf .(type ){case uint8 :return int64 (_cbaab ),nil ;case int8 :return int64 (_cbaab ),nil ;case uint16 :return int64 (_cbaab ),nil ; +case int16 :return int64 (_cbaab ),nil ;case uint32 :return int64 (_cbaab ),nil ;case int32 :return int64 (_cbaab ),nil ;case uint64 :return int64 (_cbaab ),nil ;case int64 :return _cbaab ,nil ;case int :return int64 (_cbaab ),nil ;case float32 :return float64 (_cbaab ),nil ; +case float64 :return _cbaab ,nil ;};return nil ,_f .Errorf ("\u0069\u006e\u0076\u0061\u006c\u0069d\u0020\u0076\u0061\u006c\u0075\u0065\u002c\u0020\u0025\u0076\u0020\u0069\u0073 \u006e\u006f\u0074\u0020\u0061\u0020\u006eu\u006d\u0062\u0065\u0072",_cdcaf ); +}; -// Wrap wraps the text of the chunk into lines based on its style and the -// specified width. -func (_fgbcd *TextChunk )Wrap (width float64 )([]string ,error ){if int (width )<=0{return []string {_fgbcd .Text },nil ;};var _fdfg []string ;var _dgdeeb []rune ;var _addfc float64 ;var _ccbea []float64 ;_dbba :=_fgbcd .Style ;_cecdb :=_eedbc (_fgbcd .Text ); -for _ ,_fcgdf :=range _fgbcd .Text {if _fcgdf =='\u000A'{_accb :=_cgeac (string (_dgdeeb ),_cecdb );_fdfg =append (_fdfg ,_eg .TrimRightFunc (_accb ,_fe .IsSpace )+string (_fcgdf ));_dgdeeb =nil ;_addfc =0;_ccbea =nil ;continue ;};_affd :=_fcgdf ==' '; -_gbceeb ,_egcba :=_dbba .Font .GetRuneMetrics (_fcgdf );if !_egcba {_fec .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0052\u0075\u006e\u0065\u0020\u0063\u0068\u0061\u0072\u0020\u006det\u0072i\u0063\u0073\u0020\u006e\u006f\u0074\u0020\u0066\u006f\u0075\u006e\u0064!\u0020\u0072\u0075\u006e\u0065\u003d\u0030\u0078\u0025\u0030\u0034\u0078\u003d\u0025\u0063\u0020\u0066o\u006e\u0074\u003d\u0025\u0073\u0020\u0025\u0023\u0071",_fcgdf ,_fcgdf ,_dbba .Font .BaseFont (),_dbba .Font .Subtype ()); -_fec .Log .Trace ("\u0046o\u006e\u0074\u003a\u0020\u0025\u0023v",_dbba .Font );_fec .Log .Trace ("\u0045\u006e\u0063o\u0064\u0065\u0072\u003a\u0020\u0025\u0023\u0076",_dbba .Font .Encoder ());return nil ,_bd .New ("\u0067\u006c\u0079\u0070\u0068\u0020\u0063\u0068\u0061\u0072\u0020m\u0065\u0074\u0072\u0069\u0063\u0073\u0020\u006d\u0069\u0073s\u0069\u006e\u0067"); -};_edad :=_dbba .FontSize *_gbceeb .Wx ;_bdfb :=_edad ;if !_affd {_bdfb =_edad +_dbba .CharSpacing *1000.0;};if _addfc +_edad > width *1000.0{_adaaa :=-1;if !_affd {for _cabag :=len (_dgdeeb )-1;_cabag >=0;_cabag --{if _dgdeeb [_cabag ]==' '{_adaaa =_cabag ; -break ;};};};_agaef :=string (_dgdeeb );if _adaaa > 0{_agaef =string (_dgdeeb [0:_adaaa +1]);_dgdeeb =append (_dgdeeb [_adaaa +1:],_fcgdf );_ccbea =append (_ccbea [_adaaa +1:],_bdfb );_addfc =0;for _ ,_gegfa :=range _ccbea {_addfc +=_gegfa ;};}else {if _affd {_dgdeeb =[]rune {}; -_ccbea =[]float64 {};_addfc =0;}else {_dgdeeb =[]rune {_fcgdf };_ccbea =[]float64 {_bdfb };_addfc =_bdfb ;};};_agaef =_cgeac (_agaef ,_cecdb );_fdfg =append (_fdfg ,_eg .TrimRightFunc (_agaef ,_fe .IsSpace ));}else {_dgdeeb =append (_dgdeeb ,_fcgdf );_addfc +=_bdfb ; -_ccbea =append (_ccbea ,_bdfb );};};if len (_dgdeeb )> 0{_faeg :=string (_dgdeeb );_faeg =_cgeac (_faeg ,_cecdb );_fdfg =append (_fdfg ,_faeg );};return _fdfg ,nil ;};func (_adfd *Invoice )drawAddress (_cgfe *InvoiceAddress )[]*StyledParagraph {var _bgdg []*StyledParagraph ; -if _cgfe .Heading !=""{_dadafd :=_ddge (_adfd ._geef );_dadafd .SetMargins (0,0,0,7);_dadafd .Append (_cgfe .Heading );_bgdg =append (_bgdg ,_dadafd );};_abfb :=_ddge (_adfd ._efdd );_abfb .SetLineHeight (1.2);_cbag :=_cgfe .Separator ;if _cbag ==""{_cbag =_adfd ._eabc ; -};_bdcf :=_cgfe .City ;if _cgfe .State !=""{if _bdcf !=""{_bdcf +=_cbag ;};_bdcf +=_cgfe .State ;};if _cgfe .Zip !=""{if _bdcf !=""{_bdcf +=_cbag ;};_bdcf +=_cgfe .Zip ;};if _cgfe .Name !=""{_abfb .Append (_cgfe .Name +"\u000a");};if _cgfe .Street !=""{_abfb .Append (_cgfe .Street +"\u000a"); -};if _cgfe .Street2 !=""{_abfb .Append (_cgfe .Street2 +"\u000a");};if _bdcf !=""{_abfb .Append (_bdcf +"\u000a");};if _cgfe .Country !=""{_abfb .Append (_cgfe .Country +"\u000a");};_fafe :=_ddge (_adfd ._efdd );_fafe .SetLineHeight (1.2);_fafe .SetMargins (0,0,7,0); -if _cgfe .Phone !=""{_fafe .Append (_cgfe .fmtLine (_cgfe .Phone ,"\u0050h\u006f\u006e\u0065\u003a\u0020",_cgfe .HidePhoneLabel ));};if _cgfe .Email !=""{_fafe .Append (_cgfe .fmtLine (_cgfe .Email ,"\u0045m\u0061\u0069\u006c\u003a\u0020",_cgfe .HideEmailLabel )); -};_bgdg =append (_bgdg ,_abfb ,_fafe );return _bgdg ;}; +// SetSideBorderStyle sets the cell's side border style. +func (_cdebg *TableCell )SetSideBorderStyle (side CellBorderSide ,style CellBorderStyle ){switch side {case CellBorderSideAll :_cdebg ._gcccg =style ;_cdebg ._dgag =style ;_cdebg ._bddcf =style ;_cdebg ._deef =style ;case CellBorderSideTop :_cdebg ._gcccg =style ; +case CellBorderSideBottom :_cdebg ._dgag =style ;case CellBorderSideLeft :_cdebg ._bddcf =style ;case CellBorderSideRight :_cdebg ._deef =style ;};}; -// SetMarkedContentID sets the marked content ID for the image. -func (_acdb *Image )SetMarkedContentID (mcid int64 )*_fgd .KDict {_acdb ._gebca =&mcid ;_fbfd :=_fgd .NewKDictionary ();_fbfd .S =_bc .MakeName (_fgd .StructureTypeFigure );_fbfd .K =_bc .MakeInteger (mcid );return _fbfd ;}; +// SetLineSeparator sets the separator for all new lines of the table of contents. +func (_cfffa *TOC )SetLineSeparator (separator string ){_cfffa ._gffbbe =separator };func (_cagb *templateProcessor )parseFloatArray (_fbgf ,_fead string )[]float64 {_ca .Log .Debug ("\u0050\u0061\u0072s\u0069\u006e\u0067\u0020\u0066\u006c\u006f\u0061\u0074\u0020\u0061\u0072\u0072\u0061\u0079\u0020\u0061\u0074\u0074\u0072\u0069\u0062\u0075\u0074\u0065\u003a\u0020\u0028\u0060%\u0073\u0060\u002c\u0020\u0025\u0073\u0029\u002e",_fbgf ,_fead ); +_fadgg :=_ddf .Fields (_fead );_befbb :=make ([]float64 ,0,len (_fadgg ));for _ ,_dgeg :=range _fadgg {_fdgfb ,_ :=_fd .ParseFloat (_dgeg ,64);_befbb =append (_befbb ,_fdgfb );};return _befbb ;}; -// SetFitMode sets the fit mode of the rectangle. +// SetMargins sets the margins of the component. The margins are applied +// around the division. +func (_cgcb *Division )SetMargins (left ,right ,top ,bottom float64 ){_cgcb ._fceg .Left =left ;_cgcb ._fceg .Right =right ;_cgcb ._fceg .Top =top ;_cgcb ._fceg .Bottom =bottom ;};type componentRenderer interface{Draw (_afga Drawable )error ;};func _cgdd (_fcgd string )*_gd .PdfAnnotation {_gcec :=_gd .NewPdfAnnotationLink (); +_beedc :=_gd .NewBorderStyle ();_beedc .SetBorderWidth (0);_gcec .BS =_beedc .ToPdfObject ();_gbbab :=_gd .NewPdfActionURI ();_gbbab .URI =_be .MakeString (_fcgd );_gcec .SetAction (_gbbab .PdfAction );return _gcec .PdfAnnotation ;}; + +// GetHeading returns the chapter heading paragraph. Used to give access to address style: font, sizing etc. +func (_gebb *Chapter )GetHeading ()*Paragraph {return _gebb ._adbf };func _dddf (_efgc *templateProcessor ,_befae *templateNode )(interface{},error ){return _efgc .parseRectangle (_befae );}; + +// SetStyle sets the style for all the line components: number, title, +// separator, page. +func (_bfbee *TOCLine )SetStyle (style TextStyle ){_bfbee .Number .Style =style ;_bfbee .Title .Style =style ;_bfbee .Separator .Style =style ;_bfbee .Page .Style =style ;}; + +// AddAnnotation adds an annotation to the current block. +// The annotation will be added to the page the block will be rendered on. +func (_bgf *Block )AddAnnotation (annotation *_gd .PdfAnnotation ){for _ ,_eeb :=range _bgf ._bdc {if _eeb ==annotation {return ;};};_bgf ._bdc =append (_bgf ._bdc ,annotation );}; + +// SetFillColor sets background color for border. +func (_fca *border )SetFillColor (col Color ){_fca ._agaab =col };type grayColor struct{_ddcc float64 }; + +// SetFitMode sets the fit mode of the line. // NOTE: The fit mode is only applied if relative positioning is used. -func (_afdff *Rectangle )SetFitMode (fitMode FitMode ){_afdff ._aaab =fitMode };func (_cbfge *Invoice )drawInformation ()*Table {_dcaf :=_bagfg (2);_dcgaa :=append ([][2]*InvoiceCell {_cbfge ._bcab ,_cbfge ._cbfg ,_cbfge ._dfge },_cbfge ._afff ...);for _ ,_fdebg :=range _dcgaa {_cdacg ,_dgga :=_fdebg [0],_fdebg [1]; -if _dgga .Value ==""{continue ;};_fffef :=_dcaf .NewCell ();_fffef .SetBackgroundColor (_cdacg .BackgroundColor );_cbfge .setCellBorder (_fffef ,_cdacg );_aegb :=_ddge (_cdacg .TextStyle );_aegb .Append (_cdacg .Value );_aegb .SetMargins (0,0,2,1);_fffef .SetContent (_aegb ); -_fffef =_dcaf .NewCell ();_fffef .SetBackgroundColor (_dgga .BackgroundColor );_cbfge .setCellBorder (_fffef ,_dgga );_aegb =_ddge (_dgga .TextStyle );_aegb .Append (_dgga .Value );_aegb .SetMargins (0,0,2,1);_fffef .SetContent (_aegb );};return _dcaf ; -};func _ebea (_fgfdg *_fgd .PdfFont )TextStyle {return TextStyle {Color :ColorRGBFrom8bit (0,0,238),Font :_fgfdg ,FontSize :10,OutlineSize :1,HorizontalScaling :DefaultHorizontalScaling ,UnderlineStyle :TextDecorationLineStyle {Offset :1,Thickness :1}}; -};func (_eggc *templateProcessor )parseTextChunk (_bfcf *templateNode ,_ccgce *TextChunk )(interface{},error ){if _bfcf ._cefd ==nil {_eggc .nodeLogError (_bfcf ,"\u0054\u0065\u0078\u0074\u0020\u0063\u0068\u0075\u006e\u006b\u0020\u0070\u0061\u0072\u0065n\u0074 \u0063\u0061\u006e\u006e\u006f\u0074\u0020\u0062\u0065\u0020\u006e\u0069\u006c\u002e"); -return nil ,_gdbeeg ;};var (_bgadc =_eggc .creator .NewTextStyle ();_baeg bool ;);for _ ,_baccf :=range _bfcf ._adfdg .Attr {if _baccf .Name .Local =="\u006c\u0069\u006e\u006b"{_ceegc ,_caedd :=_bfcf ._cefd ._bedcd .(*StyledParagraph );if !_caedd {_eggc .nodeLogError (_bfcf ,"\u004c\u0069\u006e\u006b \u0061\u0074\u0074\u0072\u0069\u0062\u0075\u0074\u0065 \u006f\u006e\u006c\u0079\u0020\u0061\u0070\u0070\u006c\u0069\u0063\u0061\u0062\u006c\u0065\u0020\u0074\u006f \u0070\u0061\u0072\u0061\u0067r\u0061\u0070\u0068\u0027\u0073\u0020\u0074\u0065\u0078\u0074\u0020\u0063\u0068\u0075\u006e\u006b\u002e"); -_baeg =true ;}else {_bgadc =_ceegc ._fbegf ;};break ;};};if _ccgce ==nil {_ccgce =NewTextChunk ("",_bgadc );};for _ ,_eggbdb :=range _bfcf ._adfdg .Attr {_gdcag :=_eggbdb .Value ;switch _cfbfg :=_eggbdb .Name .Local ;_cfbfg {case "\u0063\u006f\u006co\u0072":_ccgce .Style .Color =_eggc .parseColorAttr (_cfbfg ,_gdcag ); -case "\u006f\u0075\u0074\u006c\u0069\u006e\u0065\u002d\u0063\u006f\u006c\u006f\u0072":_ccgce .Style .OutlineColor =_eggc .parseColorAttr (_cfbfg ,_gdcag );case "\u0066\u006f\u006e\u0074":_ccgce .Style .Font =_eggc .parseFontAttr (_cfbfg ,_gdcag );case "\u0066o\u006e\u0074\u002d\u0073\u0069\u007ae":_ccgce .Style .FontSize =_eggc .parseFloatAttr (_cfbfg ,_gdcag ); -case "\u006f\u0075\u0074l\u0069\u006e\u0065\u002d\u0073\u0069\u007a\u0065":_ccgce .Style .OutlineSize =_eggc .parseFloatAttr (_cfbfg ,_gdcag );case "\u0063\u0068\u0061\u0072\u0061\u0063\u0074\u0065\u0072\u002d\u0073\u0070a\u0063\u0069\u006e\u0067":_ccgce .Style .CharSpacing =_eggc .parseFloatAttr (_cfbfg ,_gdcag ); -case "\u0068o\u0072i\u007a\u006f\u006e\u0074\u0061l\u002d\u0073c\u0061\u006c\u0069\u006e\u0067":_ccgce .Style .HorizontalScaling =_eggc .parseFloatAttr (_cfbfg ,_gdcag );case "\u0072\u0065\u006e\u0064\u0065\u0072\u0069\u006e\u0067-\u006d\u006f\u0064\u0065":_ccgce .Style .RenderingMode =_eggc .parseTextRenderingModeAttr (_cfbfg ,_gdcag ); -case "\u0075n\u0064\u0065\u0072\u006c\u0069\u006ee":_ccgce .Style .Underline =_eggc .parseBoolAttr (_cfbfg ,_gdcag );case "\u0075n\u0064e\u0072\u006c\u0069\u006e\u0065\u002d\u0063\u006f\u006c\u006f\u0072":_ccgce .Style .UnderlineStyle .Color =_eggc .parseColorAttr (_cfbfg ,_gdcag ); -case "\u0075\u006ed\u0065\u0072\u006ci\u006e\u0065\u002d\u006f\u0066\u0066\u0073\u0065\u0074":_ccgce .Style .UnderlineStyle .Offset =_eggc .parseFloatAttr (_cfbfg ,_gdcag );case "\u0075\u006e\u0064\u0065rl\u0069\u006e\u0065\u002d\u0074\u0068\u0069\u0063\u006b\u006e\u0065\u0073\u0073":_ccgce .Style .UnderlineStyle .Thickness =_eggc .parseFloatAttr (_cfbfg ,_gdcag ); -case "\u006c\u0069\u006e\u006b":if !_baeg {_ccgce ._abefd =_eggc .parseLinkAttr (_cfbfg ,_gdcag );};case "\u0074e\u0078\u0074\u002d\u0072\u0069\u0073e":_ccgce .Style .TextRise =_eggc .parseFloatAttr (_cfbfg ,_gdcag );default:_eggc .nodeLogDebug (_bfcf ,"\u0055\u006e\u0073\u0075\u0070\u0070o\u0072\u0074\u0065\u0064\u0020\u0074\u0065\u0078\u0074\u0020\u0063\u0068\u0075\u006e\u006b\u0020\u0061\u0074\u0074\u0072i\u0062\u0075\u0074\u0065\u003a\u0020\u0060\u0025\u0073\u0060\u002e\u0020\u0053\u006bi\u0070p\u0069\u006e\u0067\u002e",_cfbfg ); -};};return _ccgce ,nil ;}; +func (_eaggd *Line )SetFitMode (fitMode FitMode ){_eaggd ._aedgf =fitMode }; -// CellVerticalAlignment defines the table cell's vertical alignment. -type CellVerticalAlignment int ; +// NewColorPoint creates a new color and point object for use in the gradient rendering process. +func NewColorPoint (color Color ,point float64 )*ColorPoint {return _cgeb (color ,point )}; -// SetColor sets the line color. Use ColorRGBFromHex, ColorRGBFrom8bit or -// ColorRGBFromArithmetic to create the color object. -func (_cedag *Line )SetColor (color Color ){_cedag ._ebgca =color };func (_aceeg *templateProcessor )parseTextOverflowAttr (_cfgfg ,_bafa string )TextOverflow {_fec .Log .Debug ("\u0050a\u0072\u0073i\u006e\u0067\u0020\u0074e\u0078\u0074\u0020o\u0076\u0065\u0072\u0066\u006c\u006f\u0077\u0020\u0061tt\u0072\u0069\u0062u\u0074\u0065:\u0020\u0028\u0060\u0025\u0073\u0060,\u0020\u0025s\u0029\u002e",_cfgfg ,_bafa ); -_eaaea :=map[string ]TextOverflow {"\u0076i\u0073\u0069\u0062\u006c\u0065":TextOverflowVisible ,"\u0068\u0069\u0064\u0064\u0065\u006e":TextOverflowHidden }[_bafa ];return _eaaea ;}; +// Inline returns whether the inline mode of the division is active. +func (_acaf *Division )Inline ()bool {return _acaf ._dccc };func (_dgfff *templateProcessor )parseDivision (_cgdc *templateNode )(interface{},error ){_acdf :=_dgfff .creator .NewDivision ();for _ ,_bdbed :=range _cgdc ._eccfd .Attr {_geaff :=_bdbed .Value ; +switch _dfgd :=_bdbed .Name .Local ;_dfgd {case "\u0065\u006ea\u0062\u006c\u0065-\u0070\u0061\u0067\u0065\u002d\u0077\u0072\u0061\u0070":_acdf .EnablePageWrap (_dgfff .parseBoolAttr (_dfgd ,_geaff ));case "\u006d\u0061\u0072\u0067\u0069\u006e":_edbg :=_dgfff .parseMarginAttr (_dfgd ,_geaff ); +_acdf .SetMargins (_edbg .Left ,_edbg .Right ,_edbg .Top ,_edbg .Bottom );case "\u0070a\u0064\u0064\u0069\u006e\u0067":_bgbbf :=_dgfff .parseMarginAttr (_dfgd ,_geaff );_acdf .SetPadding (_bgbbf .Left ,_bgbbf .Right ,_bgbbf .Top ,_bgbbf .Bottom );default:_dgfff .nodeLogDebug (_cgdc ,"U\u006e\u0073\u0075\u0070\u0070\u006f\u0072\u0074\u0065d\u0020\u0064\u0069\u0076\u0069\u0073\u0069on\u0020\u0061\u0074\u0074r\u0069\u0062\u0075\u0074\u0065\u003a\u0020\u0060\u0025s`\u002e\u0020S\u006b\u0069\u0070\u0070\u0069\u006e\u0067\u002e",_dfgd ); +};};return _acdf ,nil ;}; + +// NewCellProps returns the default properties of an invoice cell. +func (_bbfac *Invoice )NewCellProps ()InvoiceCellProps {_ccacb :=ColorRGBFrom8bit (255,255,255);return InvoiceCellProps {TextStyle :_bbfac ._bdae ,Alignment :CellHorizontalAlignmentLeft ,BackgroundColor :_ccacb ,BorderColor :_ccacb ,BorderWidth :1,BorderSides :[]CellBorderSide {CellBorderSideAll }}; +}; + +// NewRectangle creates a new rectangle with the left corner at (`x`, `y`), +// having the specified width and height. +// NOTE: In relative positioning mode, `x` and `y` are calculated using the +// current context. Furthermore, when the fit mode is set to fill the available +// space, the rectangle is scaled so that it occupies the entire context width +// while maintaining the original aspect ratio. +func (_fbea *Creator )NewRectangle (x ,y ,width ,height float64 )*Rectangle {return _acbe (x ,y ,width ,height );}; + +// BorderOpacity returns the border opacity of the rectangle (0-1). +func (_daeec *Rectangle )BorderOpacity ()float64 {return _daeec ._ggge }; + +// SetWidth sets the width of the rectangle. +func (_dbgf *Rectangle )SetWidth (width float64 ){_dbgf ._dacdg =width };func (_gdfe *Image )rotatedSize ()(float64 ,float64 ){_fgae :=_gdfe ._dcbe ;_cee :=_gdfe ._fae ;_cacb :=_gdfe ._afgb ;if _cacb ==0{return _fgae ,_cee ;};_adaa :=_ddb .Path {Points :[]_ddb .Point {_ddb .NewPoint (0,0).Rotate (_cacb ),_ddb .NewPoint (_fgae ,0).Rotate (_cacb ),_ddb .NewPoint (0,_cee ).Rotate (_cacb ),_ddb .NewPoint (_fgae ,_cee ).Rotate (_cacb )}}.GetBoundingBox (); +return _adaa .Width ,_adaa .Height ;};func _eefca (_bggda ,_ggbbc ,_ebafb string ,_feadd uint ,_cebgec TextStyle )*TOCLine {return _gcaeg (TextChunk {Text :_bggda ,Style :_cebgec },TextChunk {Text :_ggbbc ,Style :_cebgec },TextChunk {Text :_ebafb ,Style :_cebgec },_feadd ,_cebgec ); +}; + +// ColorCMYKFromArithmetic creates a Color from arithmetic color values (0-1). +// Example: +// +// green := ColorCMYKFromArithmetic(1.0, 0.0, 1.0, 0.0) +func ColorCMYKFromArithmetic (c ,m ,y ,k float64 )Color {return cmykColor {_cgab :_ff .Max (_ff .Min (c ,1.0),0.0),_bfdc :_ff .Max (_ff .Min (m ,1.0),0.0),_fec :_ff .Max (_ff .Min (y ,1.0),0.0),_febg :_ff .Max (_ff .Min (k ,1.0),0.0)};}; + +// SetColor sets the line color. +func (_cbgd *Curve )SetColor (col Color ){_cbgd ._gffeeb =col };var PPMM =float64 (72*1.0/25.4); // SetContent sets the cell's content. The content is a VectorDrawable, i.e. // a Drawable with a known height and width. @@ -2415,681 +2258,871 @@ _eaaea :=map[string ]TextOverflow {"\u0076i\u0073\u0069\u0062\u006c\u0065":TextO // - *Rectangle // - *Ellipse // - *Line -func (_dcbea *TableCell )SetContent (vd VectorDrawable )error {switch _cfcef :=vd .(type ){case *Paragraph :if _cfcef ._dcefd {_cfcef ._ecae =true ;};_dcbea ._aafg =vd ;case *StyledParagraph :if _cfcef ._fegde {_cfcef ._fegca =true ;};_dcbea ._aafg =vd ; -case *Image ,*Chart ,*Table ,*Division ,*List ,*Rectangle ,*Ellipse ,*Line :_dcbea ._aafg =vd ;default:_fec .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0075\u006e\u0073\u0075\u0070\u0070o\u0072\u0074\u0065\u0064\u0020\u0063e\u006c\u006c\u0020\u0063\u006f\u006e\u0074\u0065\u006e\u0074\u0020\u0074\u0079p\u0065\u0020\u0025\u0054",vd ); -return _bc .ErrTypeError ;};return nil ;};func _gbggc (_efed string )(*Image ,error ){_badc ,_cdebe :=_b .Open (_efed );if _cdebe !=nil {return nil ,_cdebe ;};defer _badc .Close ();_dgef ,_cdebe :=_fgd .ImageHandling .Read (_badc );if _cdebe !=nil {_fec .Log .Error ("\u0045\u0072\u0072or\u0020\u006c\u006f\u0061\u0064\u0069\u006e\u0067\u0020\u0069\u006d\u0061\u0067\u0065\u003a\u0020\u0025\u0073",_cdebe ); -return nil ,_cdebe ;};return _eddeb (_dgef );};func _aggd (_adgg ,_dcbb ,_faga ,_ebcbd float64 )*Rectangle {return &Rectangle {_defb :_adgg ,_cdgf :_dcbb ,_bcede :_faga ,_cggg :_ebcbd ,_dfff :PositionAbsolute ,_afdae :1.0,_bedf :ColorBlack ,_caeg :1.0,_dbff :1.0}; +func (_eefa *TableCell )SetContent (vd VectorDrawable )error {switch _efga :=vd .(type ){case *Paragraph :if _efga ._aagb {_efga ._abaa =true ;};_eefa ._bdea =vd ;case *StyledParagraph :if _efga ._baceb {_efga ._egbgc =true ;};_eefa ._bdea =vd ;case *Image ,*Chart ,*Table ,*Division ,*List ,*Rectangle ,*Ellipse ,*Line :_eefa ._bdea =vd ; +default:_ca .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0075\u006e\u0073\u0075\u0070\u0070o\u0072\u0074\u0065\u0064\u0020\u0063e\u006c\u006c\u0020\u0063\u006f\u006e\u0074\u0065\u006e\u0074\u0020\u0074\u0079p\u0065\u0020\u0025\u0054",vd ); +return _be .ErrTypeError ;};return nil ;};func (_aff *Creator )setActivePage (_acda *_gd .PdfPage ){_aff ._cafc =_acda };func (_afad *Division )ctxHeight (_bdfa float64 )float64 {_bdfa -=_afad ._fceg .Left +_afad ._fceg .Right +_afad ._dcfb .Left +_afad ._dcfb .Right ; +var _adag float64 ;for _ ,_fegc :=range _afad ._cggf {_adag +=_ccac (_fegc ,_bdfa );};return _adag ;}; + +// NewTable create a new Table with a specified number of columns. +func (_aacb *Creator )NewTable (cols int )*Table {return _gdcg (cols )};func _cfbbd (_eebcg *_gd .PdfFont )TextStyle {return TextStyle {Color :ColorRGBFrom8bit (0,0,238),Font :_eebcg ,FontSize :10,OutlineSize :1,HorizontalScaling :DefaultHorizontalScaling ,UnderlineStyle :TextDecorationLineStyle {Offset :1,Thickness :1}}; }; -// GetOptimizer returns current PDF optimizer. -func (_abebc *Creator )GetOptimizer ()_fgd .Optimizer {return _abebc ._caec }; +// SetHeading sets the text and the style of the heading of the TOC component. +func (_egeee *TOC )SetHeading (text string ,style TextStyle ){_cced :=_egeee .Heading ();_cced .Reset ();_dbga :=_cced .Append (text );_dbga .Style =style ;}; -// SetStyle sets the style of the line (solid or dashed). -func (_bbedd *Line )SetStyle (style _gga .LineStyle ){_bbedd ._cedaf =style }; +// EnablePageWrap controls whether the division is wrapped across pages. +// If disabled, the division is moved in its entirety on a new page, if it +// does not fit in the available height. By default, page wrapping is enabled. +// If the height of the division is larger than an entire page, wrapping is +// enabled automatically in order to avoid unwanted behavior. +// Currently, page wrapping can only be disabled for vertical divisions. +func (_eebd *Division )EnablePageWrap (enable bool ){_eebd ._adbb =enable }; -// Background contains properties related to the background of a component. -type Background struct{FillColor Color ;BorderColor Color ;BorderSize float64 ;BorderRadiusTopLeft float64 ;BorderRadiusTopRight float64 ;BorderRadiusBottomLeft float64 ;BorderRadiusBottomRight float64 ;}; +// FillOpacity returns the fill opacity of the rectangle (0-1). +func (_dbec *Rectangle )FillOpacity ()float64 {return _dbec ._aadb }; -// GeneratePageBlocks draws the line on a new block representing the page. -// Implements the Drawable interface. -func (_fdbf *Line )GeneratePageBlocks (ctx DrawContext )([]*Block ,DrawContext ,error ){var (_affb []*Block ;_cdea =NewBlock (ctx .PageWidth ,ctx .PageHeight );_ebaa =ctx ;_adbg ,_bafde =_fdbf ._gbcgde ,ctx .PageHeight -_fdbf ._gcfa ;_bggef ,_eggbd =_fdbf ._cfge ,ctx .PageHeight -_fdbf ._ceef ; -);_fcec :=_fdbf ._babe .IsRelative ();if _fcec {ctx .X +=_fdbf ._fggd .Left ;ctx .Y +=_fdbf ._fggd .Top ;ctx .Width -=_fdbf ._fggd .Left +_fdbf ._fggd .Right ;ctx .Height -=_fdbf ._fggd .Top +_fdbf ._fggd .Bottom ;_adbg ,_bafde ,_bggef ,_eggbd =_fdbf .computeCoords (ctx ); -if _fdbf .Height ()> ctx .Height {_affb =append (_affb ,_cdea );_cdea =NewBlock (ctx .PageWidth ,ctx .PageHeight );ctx .Page ++;_afac :=ctx ;_afac .Y =ctx .Margins .Top +_fdbf ._fggd .Top ;_afac .X =ctx .Margins .Left +_fdbf ._fggd .Left ;_afac .Height =ctx .PageHeight -ctx .Margins .Top -ctx .Margins .Bottom -_fdbf ._fggd .Top -_fdbf ._fggd .Bottom ; -_afac .Width =ctx .PageWidth -ctx .Margins .Left -ctx .Margins .Right -_fdbf ._fggd .Left -_fdbf ._fggd .Right ;ctx =_afac ;_adbg ,_bafde ,_bggef ,_eggbd =_fdbf .computeCoords (ctx );};};_ecag :=_gga .BasicLine {X1 :_adbg ,Y1 :_bafde ,X2 :_bggef ,Y2 :_eggbd ,LineColor :_cfcee (_fdbf ._ebgca ),Opacity :_fdbf ._eabf ,LineWidth :_fdbf ._aebf ,LineStyle :_fdbf ._cedaf ,DashArray :_fdbf ._cgecc ,DashPhase :_fdbf ._dcebc }; -_efbf ,_ebdf :=_cdea .setOpacity (1.0,_fdbf ._eabf );if _ebdf !=nil {return nil ,ctx ,_ebdf ;};_ccdfa ,_ ,_ebdf :=_ecag .MarkedDraw (_efbf ,_fdbf ._fbeb );if _ebdf !=nil {return nil ,ctx ,_ebdf ;};if _ebdf =_cdea .addContentsByString (string (_ccdfa )); -_ebdf !=nil {return nil ,ctx ,_ebdf ;};if _fcec {ctx .X =_ebaa .X ;ctx .Width =_ebaa .Width ;_gccd :=_fdbf .Height ();ctx .Y +=_gccd +_fdbf ._fggd .Bottom ;ctx .Height -=_gccd ;}else {ctx =_ebaa ;};_affb =append (_affb ,_cdea );return _affb ,ctx ,nil ; -}; +// SetEncoder sets the encoding/compression mechanism for the image. +func (_daeef *Image )SetEncoder (encoder _be .StreamEncoder ){_daeef ._bdeb =encoder };func (_fcd *Block )transform (_fcb _cbe .Matrix ){_bgfb :=_eag .NewContentCreator ().Add_cm (_fcb [0],_fcb [1],_fcb [3],_fcb [4],_fcb [6],_fcb [7]).Operations ();*_fcd ._ge =append (*_bgfb ,*_fcd ._ge ...); +_fcd ._ge .WrapIfNeeded ();};type marginDrawable interface{VectorDrawable ;GetMargins ()(float64 ,float64 ,float64 ,float64 );}; -// SetStyleTop sets border style for top side. -func (_ece *border )SetStyleTop (style CellBorderStyle ){_ece ._cggf =style };func _eedbc (_caaf string )bool {_cfga :=func (_aadbg rune )bool {return _aadbg =='\u000A'};_bbaeg :=_eg .TrimFunc (_caaf ,_cfga );_gfcab :=_fa .Paragraph {};_ ,_dfgf :=_gfcab .SetString (_bbaeg ); -if _dfgf !=nil {return true ;};_agcgf ,_dfgf :=_gfcab .Order ();if _dfgf !=nil {return true ;};if _agcgf .NumRuns ()< 1{return true ;};return _gfcab .IsLeftToRight ();}; +// GeneratePageBlocks generates a page break block. +func (_eaec *PageBreak )GeneratePageBlocks (ctx DrawContext )([]*Block ,DrawContext ,error ){_cecee :=[]*Block {NewBlock (ctx .PageWidth ,ctx .PageHeight -ctx .Y ),NewBlock (ctx .PageWidth ,ctx .PageHeight )};ctx .Page ++;_gfecb :=ctx ;_gfecb .Y =ctx .Margins .Top ; +_gfecb .X =ctx .Margins .Left ;_gfecb .Height =ctx .PageHeight -ctx .Margins .Top -ctx .Margins .Bottom ;_gfecb .Width =ctx .PageWidth -ctx .Margins .Left -ctx .Margins .Right ;ctx =_gfecb ;return _cecee ,ctx ,nil ;}; -// SetMakeredContentID sets the marked content identifier for the ellipse. -func (_adcd *Ellipse )SetMarkedContentID (mcid int64 )*_fgd .KDict {_adcd ._adde =&mcid ;_cbea :=_fgd .NewKDictionary ();_cbea .S =_bc .MakeName (_fgd .StructureTypeFigure );_cbea .K =_bc .MakeInteger (mcid );return _cbea ;}; +// SetBorderRadius sets the radius of the background corners. +func (_ga *Background )SetBorderRadius (topLeft ,topRight ,bottomLeft ,bottomRight float64 ){_ga .BorderRadiusTopLeft =topLeft ;_ga .BorderRadiusTopRight =topRight ;_ga .BorderRadiusBottomLeft =bottomLeft ;_ga .BorderRadiusBottomRight =bottomRight ;}; -// SetFont sets the Paragraph's font. -func (_fdff *Paragraph )SetFont (font *_fgd .PdfFont ){_fdff ._gbca =font };func _gbcbg (_dggcg *templateProcessor ,_adgff *templateNode )(interface{},error ){return _dggcg .parseEllipse (_adgff );}; +// CurCol returns the currently active cell's column number. +func (_fefed *Table )CurCol ()int {_dfeab :=(_fefed ._eaeec -1)%(_fefed ._cafcb )+1;return _dfeab }; -// SetBorderColor sets the border color. -func (_afce *CurvePolygon )SetBorderColor (color Color ){_afce ._dgc .BorderColor =_cfcee (color )}; +// SetMargins sets the margins of the chart component. +func (_fbbc *Chart )SetMargins (left ,right ,top ,bottom float64 ){_fbbc ._aabg .Left =left ;_fbbc ._aabg .Right =right ;_fbbc ._aabg .Top =top ;_fbbc ._aabg .Bottom =bottom ;}; -// SetEncoder sets the encoding/compression mechanism for the image. -func (_edba *Image )SetEncoder (encoder _bc .StreamEncoder ){_edba ._fdag =encoder };func _becb (_aebg ,_cef ,_ebef ,_bde float64 )*Ellipse {return &Ellipse {_adbc :_aebg ,_ddaee :_cef ,_eefg :_ebef ,_beb :_bde ,_fdbc :PositionAbsolute ,_fcda :1.0,_add :ColorBlack ,_gfbg :1.0,_fbcf :1.0}; -}; +// SetBorderColor sets the border color for the path. +func (_eeed *FilledCurve )SetBorderColor (color Color ){_eeed ._aebe =color }; -// GeneratePageBlocks draws the polyline on a new block representing the page. -// Implements the Drawable interface. -func (_eece *Polyline )GeneratePageBlocks (ctx DrawContext )([]*Block ,DrawContext ,error ){_fcaa :=NewBlock (ctx .PageWidth ,ctx .PageHeight );_cfgf ,_gecbc :=_fcaa .setOpacity (_eece ._ggaf ,_eece ._ggaf );if _gecbc !=nil {return nil ,ctx ,_gecbc ;}; -_bcgb :=_eece ._cdggc .Points ;for _cgbd :=range _bcgb {_bbdba :=&_bcgb [_cgbd ];_bbdba .Y =ctx .PageHeight -_bbdba .Y ;};_cddb ,_ ,_gecbc :=_eece ._cdggc .MarkedDraw (_cfgf ,_eece ._egfd );if _gecbc !=nil {return nil ,ctx ,_gecbc ;};if _gecbc =_fcaa .addContentsByString (string (_cddb )); -_gecbc !=nil {return nil ,ctx ,_gecbc ;};return []*Block {_fcaa },ctx ,nil ;};func (_cded *Division )ctxHeight (_efe float64 )float64 {_efe -=_cded ._ddfg .Left +_cded ._ddfg .Right +_cded ._gbga .Left +_cded ._gbga .Right ;var _bbec float64 ;for _ ,_bfgee :=range _cded ._gebd {_bbec +=_bbbf (_bfgee ,_efe ); -};return _bbec ;};func _dcbc ()*Division {return &Division {_defa :true }}; +// Add adds a new Drawable to the chapter. +// Currently supported Drawables: +// - *Paragraph +// - *StyledParagraph +// - *Image +// - *Chart +// - *Table +// - *Division +// - *List +// - *Rectangle +// - *Ellipse +// - *Line +// - *Block, +// - *PageBreak +// - *Chapter +func (_cbf *Chapter )Add (d Drawable )error {if Drawable (_cbf )==d {_ca .Log .Debug ("\u0045R\u0052\u004f\u0052\u003a\u0020\u0043\u0061\u006e\u006e\u006f\u0074 \u0061\u0064\u0064\u0020\u0069\u0074\u0073\u0065\u006c\u0066");return _fc .New ("\u0072\u0061\u006e\u0067\u0065\u0020\u0063\u0068\u0065\u0063\u006b\u0020e\u0072\u0072\u006f\u0072"); +};switch _cef :=d .(type ){case *Paragraph ,*StyledParagraph ,*Image ,*Chart ,*Table ,*Division ,*List ,*Rectangle ,*Ellipse ,*Line ,*Block ,*PageBreak ,*Chapter :_cbf ._agef =append (_cbf ._agef ,d );case containerDrawable :_bgb ,_bga :=_cef .ContainerComponent (_cbf ); +if _bga !=nil {return _bga ;};_cbf ._agef =append (_cbf ._agef ,_bgb );default:_ca .Log .Debug ("\u0055n\u0073u\u0070\u0070\u006f\u0072\u0074\u0065\u0064\u003a\u0020\u0025\u0054",d );return _fc .New ("\u0074\u0079p\u0065\u0020\u0063h\u0065\u0063\u006b\u0020\u0065\u0072\u0072\u006f\u0072"); +};return nil ;}; -// NewStyledParagraph creates a new styled paragraph. -// Default attributes: -// Font: Helvetica, -// Font size: 10 -// Encoding: WinAnsiEncoding -// Wrap: enabled -// Text color: black -func (_cdcf *Creator )NewStyledParagraph ()*StyledParagraph {return _ddge (_cdcf .NewTextStyle ())}; +// GeneratePageBlocks draws the chart onto a block. +func (_accd *Chart )GeneratePageBlocks (ctx DrawContext )([]*Block ,DrawContext ,error ){_aba :=ctx ;_bcc :=_accd ._eebg .IsRelative ();var _bgd []*Block ;if _bcc {_cafg :=1.0;_agf :=_accd ._aabg .Top ;if float64 (_accd ._bgcd .Height ())> ctx .Height -_accd ._aabg .Top {_bgd =[]*Block {NewBlock (ctx .PageWidth ,ctx .PageHeight -ctx .Y )}; +var _cgge error ;if _ ,ctx ,_cgge =_addgg ().GeneratePageBlocks (ctx );_cgge !=nil {return nil ,ctx ,_cgge ;};_agf =0;};ctx .X +=_accd ._aabg .Left +_cafg ;ctx .Y +=_agf ;ctx .Width -=_accd ._aabg .Left +_accd ._aabg .Right +2*_cafg ;ctx .Height -=_agf ; +_accd ._bgcd .SetWidth (int (ctx .Width ));}else {ctx .X =_accd ._cfca ;ctx .Y =_accd ._badb ;};_gda :=_eag .NewContentCreator ();if _accd ._gcge !=nil {_gda .Add_BDC (*_be .MakeName (_gd .StructureTypeFigure ),map[string ]_be .PdfObject {"\u004d\u0043\u0049\u0044":_be .MakeInteger (*_accd ._gcge )}); +};_gda .Translate (0,ctx .PageHeight );_gda .Scale (1,-1);_gda .Translate (ctx .X ,ctx .Y );_afb :=NewBlock (ctx .PageWidth ,ctx .PageHeight );_accd ._bgcd .Render (_bd .NewRenderer (_gda ,_afb ._fa ),nil );if _accd ._gcge !=nil {_gda .Add_EMC ();};if _efdb :=_afb .addContentsByString (_gda .String ()); +_efdb !=nil {return nil ,ctx ,_efdb ;};if _bcc {_ffe :=_accd .Height ()+_accd ._aabg .Bottom ;ctx .Y +=_ffe ;ctx .Height -=_ffe ;}else {ctx =_aba ;};_bgd =append (_bgd ,_afb );return _bgd ,ctx ,nil ;}; -// NewLine creates a new line between (x1, y1) to (x2, y2), -// using default attributes. -// NOTE: In relative positioning mode, `x1` and `y1` are calculated using the -// current context and `x2`, `y2` are used only to calculate the position of -// the second point in relation to the first one (used just as a measurement -// of size). Furthermore, when the fit mode is set to fill the context width, -// `x2` is set to the right edge coordinate of the context. -func (_aggf *Creator )NewLine (x1 ,y1 ,x2 ,y2 float64 )*Line {return _ddfb (x1 ,y1 ,x2 ,y2 )}; +// Title returns the title of the invoice. +func (_daaa *Invoice )Title ()string {return _daaa ._bgfbda }; -// NewTOCLine creates a new table of contents line with the default style. -func (_geaf *Creator )NewTOCLine (number ,title ,page string ,level uint )*TOCLine {return _afafb (number ,title ,page ,level ,_geaf .NewTextStyle ());};func (_gbecd *TextStyle )horizontalScale ()float64 {return _gbecd .HorizontalScaling /100};func _egce (_debb *templateProcessor ,_gfaag *templateNode )(interface{},error ){return _debb .parseListItem (_gfaag ); -};func _abgd (_ebecd ,_ecdde ,_gace TextChunk ,_ebdab uint ,_ddaba TextStyle )*TOCLine {_gcfad :=_ddge (_ddaba );_gcfad .SetEnableWrap (true );_gcfad .SetTextAlignment (TextAlignmentLeft );_gcfad .SetMargins (0,0,2,2);_debf :=&TOCLine {_afgdd :_gcfad ,Number :_ebecd ,Title :_ecdde ,Page :_gace ,Separator :TextChunk {Text :"\u002e",Style :_ddaba },_afage :0,_gfec :_ebdab ,_ebgcdc :10,_afdaf :PositionRelative }; -_gcfad ._ccddg .Left =_debf ._afage +float64 (_debf ._gfec -1)*_debf ._ebgcdc ;_gcfad ._beccd =_debf .prepareParagraph ;return _debf ;}; +// FillColor returns the fill color of the rectangle. +func (_aeee *Rectangle )FillColor ()Color {return _aeee ._gffbd };func _abadb (_gdgce *templateProcessor ,_ebec *templateNode )(interface{},error ){return _gdgce .parseImage (_ebec );};func _fedcb (_fcdd *templateProcessor ,_defcf *templateNode )(interface{},error ){return _fcdd .parseListItem (_defcf ); +}; -// SetMarkedContentID sets the marked content ID. -func (_defe *PageBreak )SetMarkedContentID (id int64 )*_fgd .KDict {return nil }; +// NewRadialGradientColor creates a radial gradient color that could act as a color in other componenents. +// Note: The innerRadius must be smaller than outerRadius for the circle to render properly. +func (_cgde *Creator )NewRadialGradientColor (x float64 ,y float64 ,innerRadius float64 ,outerRadius float64 ,colorPoints []*ColorPoint )*RadialShading {return _dgdg (x ,y ,innerRadius ,outerRadius ,colorPoints );};func (_dfcged *templateProcessor )parseLine (_gbaf *templateNode )(interface{},error ){_gaga :=_dfcged .creator .NewLine (0,0,0,0); +for _ ,_bbdfd :=range _gbaf ._eccfd .Attr {_adfgg :=_bbdfd .Value ;switch _defb :=_bbdfd .Name .Local ;_defb {case "\u0078\u0031":_gaga ._cbagd =_dfcged .parseFloatAttr (_defb ,_adfgg );case "\u0079\u0031":_gaga ._efeb =_dfcged .parseFloatAttr (_defb ,_adfgg ); +case "\u0078\u0032":_gaga ._agbba =_dfcged .parseFloatAttr (_defb ,_adfgg );case "\u0079\u0032":_gaga ._dcga =_dfcged .parseFloatAttr (_defb ,_adfgg );case "\u0074h\u0069\u0063\u006b\u006e\u0065\u0073s":_gaga .SetLineWidth (_dfcged .parseFloatAttr (_defb ,_adfgg )); +case "\u0063\u006f\u006co\u0072":_gaga .SetColor (_dfcged .parseColorAttr (_defb ,_adfgg ));case "\u0073\u0074\u0079l\u0065":_gaga .SetStyle (_dfcged .parseLineStyleAttr (_defb ,_adfgg ));case "\u0064\u0061\u0073\u0068\u002d\u0061\u0072\u0072\u0061\u0079":_gaga .SetDashPattern (_dfcged .parseInt64Array (_defb ,_adfgg ),_gaga ._aaed ); +case "\u0064\u0061\u0073\u0068\u002d\u0070\u0068\u0061\u0073\u0065":_gaga .SetDashPattern (_gaga ._cccd ,_dfcged .parseInt64Attr (_defb ,_adfgg ));case "\u006fp\u0061\u0063\u0069\u0074\u0079":_gaga .SetOpacity (_dfcged .parseFloatAttr (_defb ,_adfgg )); +case "\u0070\u006f\u0073\u0069\u0074\u0069\u006f\u006e":_gaga .SetPositioning (_dfcged .parsePositioningAttr (_defb ,_adfgg ));case "\u0066\u0069\u0074\u002d\u006d\u006f\u0064\u0065":_gaga .SetFitMode (_dfcged .parseFitModeAttr (_defb ,_adfgg ));case "\u006d\u0061\u0072\u0067\u0069\u006e":_caeb :=_dfcged .parseMarginAttr (_defb ,_adfgg ); +_gaga .SetMargins (_caeb .Left ,_caeb .Right ,_caeb .Top ,_caeb .Bottom );default:_dfcged .nodeLogDebug (_gbaf ,"\u0055\u006e\u0073\u0075\u0070\u0070\u006fr\u0074\u0065\u0064 \u006c\u0069\u006e\u0065 \u0061\u0074\u0074\u0072\u0069\u0062\u0075\u0074\u0065\u003a\u0020\u0060\u0025\u0073\u0060\u002e\u0020\u0053\u006b\u0069\u0070\u0070\u0069\u006e\u0067\u002e",_defb ); +};};return _gaga ,nil ;}; -// SetTerms sets the terms and conditions section of the invoice. -func (_aedc *Invoice )SetTerms (title ,content string ){_aedc ._affc =[2]string {title ,content }}; +// Color interface represents colors in the PDF creator. +type Color interface{ToRGB ()(float64 ,float64 ,float64 );}; -// WriteToFile writes the Creator output to file specified by path. -func (_eae *Creator )WriteToFile (outputPath string )error {_gebc ,_gdfb :=_b .Create (outputPath );if _gdfb !=nil {return _gdfb ;};defer _gebc .Close ();return _eae .Write (_gebc );};func _cfcee (_acfd Color )_fgd .PdfColor {if _acfd ==nil {_acfd =ColorBlack ; -};switch _aadc :=_acfd .(type ){case grayColor :return _fgd .NewPdfColorDeviceGray (_aadc ._dbdf );case cmykColor :return _fgd .NewPdfColorDeviceCMYK (_aadc ._ffea ,_aadc ._cbg ,_aadc ._egb ,_aadc ._gbfd );case *LinearShading :return _fgd .NewPdfColorPatternType2 (); -case *RadialShading :return _fgd .NewPdfColorPatternType3 ();};return _fgd .NewPdfColorDeviceRGB (_acfd .ToRGB ());}; +// PageFinalize sets a function to be called for each page before finalization +// (i.e. the last stage of page processing before they get written out). +// The callback function allows final touch-ups for each page, and it +// provides information that might not be known at other stages of designing +// the document (e.g. the total number of pages). Unlike the header/footer +// functions, which are limited to the top/bottom margins of the page, the +// finalize function can be used draw components anywhere on the current page. +func (_ecaf *Creator )PageFinalize (pageFinalizeFunc func (_gcfa PageFinalizeFunctionArgs )error ){_ecaf ._bdfe =pageFinalizeFunc ;};func (_gcffc *templateProcessor )parseListItem (_bgbcc *templateNode )(interface{},error ){if _bgbcc ._ddbbd ==nil {_gcffc .nodeLogError (_bgbcc ,"\u004c\u0069\u0073t\u0020\u0069\u0074\u0065m\u0020\u0070\u0061\u0072\u0065\u006e\u0074 \u0063\u0061\u006e\u006e\u006f\u0074\u0020\u0062\u0065\u0020\u006e\u0069\u006c\u002e"); +return nil ,_eeeee ;};_gfaf ,_dgac :=_bgbcc ._ddbbd ._fdfd .(*List );if !_dgac {_gcffc .nodeLogError (_bgbcc ,"\u004c\u0069s\u0074\u0020\u0069\u0074\u0065\u006d\u0020\u0070\u0061\u0072\u0065\u006e\u0074\u0020\u0069\u0073\u0020\u006e\u006f\u0074\u0020\u004cis\u0074\u002e"); +return nil ,_eeeee ;};_dgbc :=_dfcd ();_dgbc ._gdeca =_gfaf ._cacc ;return _dgbc ,nil ;};type templateTag struct{_bfbgb map[string ]struct{};_bdafc func (*templateProcessor ,*templateNode )(interface{},error );}; -// Opacity returns the opacity of the line. -func (_eaac *Line )Opacity ()float64 {return _eaac ._eabf };func _ccfcc (_fbdf []_gga .CubicBezierCurve )*PolyBezierCurve {return &PolyBezierCurve {_ffcd :&_gga .PolyBezierCurve {Curves :_fbdf ,BorderColor :_fgd .NewPdfColorDeviceRGB (0,0,0),BorderWidth :1.0},_ffafb :1.0,_addf :1.0}; +// GeneratePageBlocks generate the Page blocks. Multiple blocks are generated +// if the contents wrap over multiple pages. +func (_gfgf *List )GeneratePageBlocks (ctx DrawContext )([]*Block ,DrawContext ,error ){var _ggef float64 ;var _cfaaf []*StyledParagraph ;for _ ,_ccca :=range _gfgf ._fadf {_acaef :=_aedcd (_gfgf ._edga );_acaef .SetEnableWrap (false );_acaef .SetTextAlignment (TextAlignmentRight ); +_acaef .Append (_ccca ._gdeca .Text ).Style =_ccca ._gdeca .Style ;_daddg :=_acaef .getTextWidth ()/1000.0/ctx .Width ;if _ggef < _daddg {_ggef =_daddg ;};_cfaaf =append (_cfaaf ,_acaef );};_geg :=_gdcg (2);_geg .SetColumnWidths (_ggef ,1-_ggef );_geg .SetMargins (_gfgf ._edgdc .Left +_gfgf ._eeccg ,_gfgf ._edgdc .Right ,_gfgf ._edgdc .Top ,_gfgf ._edgdc .Bottom ); +_geg .EnableRowWrap (true );for _bcga ,_gfbe :=range _gfgf ._fadf {_ebba :=_geg .NewCell ();_ebba .SetIndent (0);_ebba .SetContent (_cfaaf [_bcga ]);_ebba =_geg .NewCell ();_ebba .SetIndent (0);_ebba .SetContent (_gfbe ._cfec );};return _geg .GeneratePageBlocks (ctx ); }; -// Append adds a new text chunk to the paragraph. -func (_daad *StyledParagraph )Append (text string )*TextChunk {_abbda :=NewTextChunk (text ,_daad ._fgbg );return _daad .appendChunk (_abbda );};func _cdbe (_eage string ,_eeaf TextStyle )*Paragraph {_abdb :=&Paragraph {_egea :_eage ,_gbca :_eeaf .Font ,_acdge :_eeaf .FontSize ,_fbcg :1.0,_ecae :true ,_dcefd :true ,_cebg :TextAlignmentLeft ,_cadb :0,_gccbb :1,_eacb :1,_dbgab :PositionRelative ,_eadae :""}; -_abdb .SetColor (_eeaf .Color );return _abdb ;}; - -// AddExternalLink adds a new external link to the paragraph. -// The text parameter represents the text that is displayed and the url -// parameter sets the destionation of the link. -func (_ccadd *StyledParagraph )AddExternalLink (text ,url string )*TextChunk {_gcfe :=NewTextChunk (text ,_ccadd ._fbegf );_gcfe ._abefd =_fecd (url );return _ccadd .appendChunk (_gcfe );}; +// LinearShading holds data for rendering a linear shading gradient. +type LinearShading struct{_faee *shading ;_ddfb *_gd .PdfRectangle ;_cfebd float64 ;}; -// SetColorLeft sets border color for left. -func (_fda *border )SetColorLeft (col Color ){_fda ._bba =col }; +// LineWidth returns the width of the line. +func (_ceeb *Line )LineWidth ()float64 {return _ceeb ._adcb }; -// GetMargins returns the Chapter's margin: left, right, top, bottom. -func (_caba *Chapter )GetMargins ()(float64 ,float64 ,float64 ,float64 ){return _caba ._dbe .Left ,_caba ._dbe .Right ,_caba ._dbe .Top ,_caba ._dbe .Bottom ;}; +// SetLineSeparatorStyle sets the style for the separator part of all new +// lines of the table of contents. +func (_dbaea *TOC )SetLineSeparatorStyle (style TextStyle ){_dbaea ._daffbe =style }; -// BorderColor returns the border color of the ellipse. -func (_gfea *Ellipse )BorderColor ()Color {return _gfea ._add }; +// SetBackgroundColor set background color of the shading area. +// +// By default the background color is set to white. +func (_adeab *shading )SetBackgroundColor (backgroundColor Color ){_adeab ._bbdfc =backgroundColor };func _bgca (_gcdfe *Creator ,_cdab _cb .Reader ,_dggde interface{},_aade *TemplateOptions ,_dbfef componentRenderer )error {if _gcdfe ==nil {_ca .Log .Error ("\u0043\u0072\u0065a\u0074\u006f\u0072\u0020i\u006e\u0073\u0074\u0061\u006e\u0063\u0065 \u0063\u0061\u006e\u006e\u006f\u0074\u0020\u0062\u0065\u0020\u006e\u0069\u006c\u002e"); +return _dgaba ;};_cddce :="";if _ccfc ,_bcaee :=_cdab .(*_e .File );_bcaee {_cddce =_ccfc .Name ();};_cdfcf :=_cc .NewBuffer (nil );if _ ,_bedae :=_cb .Copy (_cdfcf ,_cdab );_bedae !=nil {return _bedae ;};_fbef :=_fb .FuncMap {"\u0064\u0069\u0063\u0074":_aegcb ,"\u0061\u0064\u0064":_adebe ,"\u0061\u0072\u0072a\u0079":_cddab ,"\u0065\u0078\u0074\u0065\u006e\u0064\u0044\u0069\u0063\u0074":_cgfa ,"\u006da\u006b\u0065\u0053\u0065\u0071":_acaec }; +if _aade !=nil &&_aade .HelperFuncMap !=nil {for _ddcad ,_cgcbfc :=range _aade .HelperFuncMap {if _ ,_eagd :=_fbef [_ddcad ];_eagd {_ca .Log .Debug ("\u0043\u0061\u006e\u006e\u006f\u0074 \u006f\u0076\u0065r\u0072\u0069\u0064e\u0020\u0062\u0075\u0069\u006c\u0074\u002d\u0069\u006e\u0020`\u0025\u0073\u0060\u0020\u0068el\u0070\u0065\u0072\u0020\u0066\u0075\u006e\u0063\u0074\u0069\u006f\u006e\u002e\u0020\u0053\u006b\u0069\u0070\u0070\u0069\u006e\u0067\u002e",_ddcad ); +continue ;};_fbef [_ddcad ]=_cgcbfc ;};};_aegc ,_ffeca :=_fb .New ("").Funcs (_fbef ).Parse (_cdfcf .String ());if _ffeca !=nil {return _ffeca ;};if _aade !=nil &&_aade .SubtemplateMap !=nil {for _aafgb ,_ebcde :=range _aade .SubtemplateMap {if _aafgb ==""{_ca .Log .Debug ("\u0053\u0075\u0062\u0074\u0065\u006d\u0070\u006c\u0061\u0074\u0065\u0020\u006e\u0061\u006d\u0065\u0020\u0063\u0061\u006en\u006f\u0074\u0020\u0062\u0065\u0020\u0065\u006d\u0070\u0074\u0079\u002e\u0020\u0053\u006b\u0069\u0070\u0070\u0069\u006e\u0067.\u0020\u004f\u0075\u0074\u0070\u0075\u0074\u0020\u006d\u0061\u0079\u0020\u0062\u0065 \u0069\u006e\u0063o\u0072\u0072\u0065\u0063\u0074\u002e"); +continue ;};if _ebcde ==nil {_ca .Log .Debug ("S\u0075\u0062t\u0065\u006d\u0070\u006c\u0061\u0074\u0065\u0020\u0063\u006f\u006e\u0074\u0065\u006e\u0074\u0020\u0063\u0061\u006e\u006eo\u0074\u0020\u0062\u0065\u0020\u006e\u0069\u006c\u002e\u0020\u0053\u006b\u0069\u0070\u0070\u0069n\u0067\u002e\u0020\u004f\u0075\u0074\u0070\u0075\u0074\u0020\u006d\u0061\u0079 \u0062\u0065\u0020\u0069\u006e\u0063\u006f\u0072\u0072\u0065\u0063t\u002e"); +continue ;};_cegae :=_cc .NewBuffer (nil );if _ ,_cgcbd :=_cb .Copy (_cegae ,_ebcde );_cgcbd !=nil {return _cgcbd ;};if _ ,_dbdeb :=_aegc .New (_aafgb ).Parse (_cegae .String ());_dbdeb !=nil {return _dbdeb ;};};};_cdfcf .Reset ();if _begc :=_aegc .Execute (_cdfcf ,_dggde ); +_begc !=nil {return _begc ;};return _bdda (_gcdfe ,_cddce ,_cdfcf .Bytes (),_aade ,_dbfef ).run ();};func (_eedg *List )split (_aggcd DrawContext )(_baca ,_gagg *List ){var (_dcfg float64 ;_eede ,_cdadd []*listItem ;);_acbgb :=_aggcd .Width -_eedg ._edgdc .Horizontal ()-_eedg ._eeccg -_eedg .markerWidth (); +_ebea :=_eedg .markerWidth ();for _cggc ,_cgf :=range _eedg ._fadf {_fcfg :=_cgf .ctxHeight (_acbgb );_dcfg +=_fcfg ;if _dcfg <=_aggcd .Height {_eede =append (_eede ,_cgf );}else {switch _cgce :=_cgf ._cfec .(type ){case *List :_dcbbe :=_aggcd ;_dcbbe .Height =_ff .Floor (_fcfg -(_dcfg -_aggcd .Height )); +_feeeb ,_bfca :=_cgce .split (_dcbbe );if _feeeb !=nil {_defe :=_dfcd ();_defe ._gdeca =_cgf ._gdeca ;_defe ._cfec =_feeeb ;_eede =append (_eede ,_defe );};if _bfca !=nil {_ddbe :=_cgce ._cacc .Style .FontSize ;_ecab ,_bfgg :=_cgce ._cacc .Style .Font .GetRuneMetrics (' '); +if _bfgg {_ddbe =_cgce ._cacc .Style .FontSize *_ecab .Wx *_cgce ._cacc .Style .horizontalScale ()/1000.0;};_eabc :=_ddf .Repeat ("\u0020",int (_ebea /_ddbe ));_gefdf :=_dfcd ();_gefdf ._gdeca =*NewTextChunk (_eabc ,_cgce ._cacc .Style );_gefdf ._cfec =_bfca ; +_cdadd =append (_cdadd ,_gefdf );_cdadd =append (_cdadd ,_eedg ._fadf [_cggc +1:]...);};default:_cdadd =_eedg ._fadf [_cggc :];};if len (_cdadd )> 0{break ;};};};if len (_eede )> 0{_baca =_bacfg (_eedg ._edga );*_baca =*_eedg ;_baca ._fadf =_eede ;};if len (_cdadd )> 0{_gagg =_bacfg (_eedg ._edga ); +*_gagg =*_eedg ;_gagg ._fadf =_cdadd ;};return _baca ,_gagg ;}; -// EnablePageWrap controls whether the division is wrapped across pages. -// If disabled, the division is moved in its entirety on a new page, if it -// does not fit in the available height. By default, page wrapping is enabled. -// If the height of the division is larger than an entire page, wrapping is -// enabled automatically in order to avoid unwanted behavior. -// Currently, page wrapping can only be disabled for vertical divisions. -func (_gbbc *Division )EnablePageWrap (enable bool ){_gbbc ._defa =enable }; +// Scale scales the rectangle dimensions by the specified factors. +func (_ccad *Rectangle )Scale (xFactor ,yFactor float64 ){_ccad ._dacdg =xFactor *_ccad ._dacdg ;_ccad ._ddccd =yFactor *_ccad ._ddccd ;}; -// Sections returns the custom content sections of the invoice as -// title-content pairs. -func (_fafd *Invoice )Sections ()[][2]string {return _fafd ._fcfd }; +// SetDueDate sets the due date of the invoice. +func (_fcede *Invoice )SetDueDate (dueDate string )(*InvoiceCell ,*InvoiceCell ){_fcede ._fgfe [1].Value =dueDate ;return _fcede ._fgfe [0],_fcede ._fgfe [1];}; -// AddColorStop add color stop information for rendering gradient. -func (_cfbgc *shading )AddColorStop (color Color ,point float64 ){_cfbgc ._bcaca =append (_cfbgc ._bcaca ,_bdab (color ,point ));}; +// SetMargins sets the margins TOC line. +func (_fcaaa *TOCLine )SetMargins (left ,right ,top ,bottom float64 ){_fcaaa ._gdcff =left ;_gabf :=&_fcaaa ._ecfeg ._affa ;_gabf .Left =_fcaaa ._gdcff +float64 (_fcaaa ._bfcf -1)*_fcaaa ._gedeb ;_gabf .Right =right ;_gabf .Top =top ;_gabf .Bottom =bottom ; +}; -// Height returns the height of the line. -func (_dgbc *Line )Height ()float64 {_edce :=_dgbc ._aebf ;if _dgbc ._gbcgde ==_dgbc ._cfge {_edce /=2;};return _fc .Abs (_dgbc ._ceef -_dgbc ._gcfa )+_edce ;}; +// SetHorizontalAlignment sets the cell's horizontal alignment of content. +// Can be one of: +// - CellHorizontalAlignmentLeft +// - CellHorizontalAlignmentCenter +// - CellHorizontalAlignmentRight +func (_afffg *TableCell )SetHorizontalAlignment (halign CellHorizontalAlignment ){_afffg ._bebbe =halign ;}; -// NewSubchapter creates a new child chapter with the specified title. -func (_bfbc *Chapter )NewSubchapter (title string )*Chapter {_eeg :=_ddaea (_bfbc ._gfdf ._gbca );_eeg .FontSize =14;_bfbc ._bdcd ++;_gfb :=_dgg (_bfbc ,_bfbc ._edc ,_bfbc ._agbcd ,title ,_bfbc ._bdcd ,_eeg );_bfbc .Add (_gfb );return _gfb ;};func (_baafa *TemplateOptions )init (){if _baafa .SubtemplateMap ==nil {_baafa .SubtemplateMap =map[string ]_gg .Reader {}; -};if _baafa .FontMap ==nil {_baafa .FontMap =map[string ]*_fgd .PdfFont {};};if _baafa .ImageMap ==nil {_baafa .ImageMap =map[string ]*_fgd .Image {};};if _baafa .ColorMap ==nil {_baafa .ColorMap =map[string ]Color {};};if _baafa .ChartMap ==nil {_baafa .ChartMap =map[string ]_cc .ChartRenderable {}; -};}; +// SetAngle would set the angle at which the gradient is rendered. +// +// The default angle would be 0 where the gradient would be rendered from left to right side. +func (_ecddf *LinearShading )SetAngle (angle float64 ){_ecddf ._cfebd =angle }; -// Flip flips the active page on the specified axes. -// If `flipH` is true, the page is flipped horizontally. Similarly, if `flipV` -// is true, the page is flipped vertically. If both are true, the page is -// flipped both horizontally and vertically. -// NOTE: the flip transformations are applied when the creator is finalized, -// which is at write time in most cases. -func (_ffbbd *Creator )Flip (flipH ,flipV bool )error {_bgdd :=_ffbbd .getActivePage ();if _bgdd ==nil {return _bd .New ("\u006e\u006f\u0020\u0070\u0061\u0067\u0065\u0020\u0061c\u0074\u0069\u0076\u0065");};_cgea ,_dbgb :=_ffbbd ._agfdc [_bgdd ];if !_dbgb {_cgea =&pageTransformations {}; -_ffbbd ._agfdc [_bgdd ]=_cgea ;};_cgea ._bbed =flipH ;_cgea ._fcge =flipV ;return nil ;};func (_gbcga *TextChunk )clone ()*TextChunk {_gfga :=*_gbcga ;_gfga ._abefd =_bggbd (_gbcga ._abefd );return &_gfga ;};func (_gbc *Block )duplicate ()*Block {_bcc :=&Block {}; -*_bcc =*_gbc ;_acd :=_dg .ContentStreamOperations {};_acd =append (_acd ,*_gbc ._cb ...);_bcc ._cb =&_acd ;return _bcc ;};func (_cgbdg *templateProcessor )parseColor (_gbfee string )Color {if _gbfee ==""{return nil ;};_gfdd ,_cdcab :=_cgbdg ._cbcec .ColorMap [_gbfee ]; -if _cdcab {return _gfdd ;};if _gbfee [0]=='#'{return ColorRGBFromHex (_gbfee );};return nil ;}; +// SetBorderWidth sets the border width. +func (_ggag *CurvePolygon )SetBorderWidth (borderWidth float64 ){_ggag ._fbff .BorderWidth =borderWidth }; -// Vertical returns total vertical (top + bottom) margin. -func (_aecf *Margins )Vertical ()float64 {return _aecf .Bottom +_aecf .Top }; +// GeneratePageBlocks generate the Page blocks. Multiple blocks are generated +// if the contents wrap over multiple pages. +func (_fbbbff *TOCLine )GeneratePageBlocks (ctx DrawContext )([]*Block ,DrawContext ,error ){_gefca :=ctx ;_afega ,ctx ,_fcgdb :=_fbbbff ._ecfeg .GeneratePageBlocks (ctx );if _fcgdb !=nil {return _afega ,ctx ,_fcgdb ;};if _fbbbff ._cdfed .IsRelative (){ctx .X =_gefca .X ; +};if _fbbbff ._cdfed .IsAbsolute (){return _afega ,_gefca ,nil ;};return _afega ,ctx ,nil ;}; -// Link returns link information for this line. -func (_daecc *TOCLine )Link ()(_defac int64 ,_fded ,_ccffc float64 ){return _daecc ._ebaab ,_daecc ._beed ,_daecc ._cdbff ;}; +// SetCoords sets the center coordinates of the ellipse. +func (_afda *Ellipse )SetCoords (xc ,yc float64 ){_afda ._dbeb =xc ;_afda ._caaf =yc }; -// SetFontSize sets the font size in document units (points). -func (_aead *Paragraph )SetFontSize (fontSize float64 ){_aead ._acdge =fontSize }; +// DrawTemplate renders the template provided through the specified reader, +// using the specified `data` and `options`. +// Creator templates are first executed as text/template *Template instances, +// so the specified `data` is inserted within the template. +// The second phase of processing is actually parsing the template, translating +// it into creator components and rendering them using the provided options. +// Both the `data` and `options` parameters can be nil. +func (_cca *Block )DrawTemplate (c *Creator ,r _cb .Reader ,data interface{},options *TemplateOptions )error {return _bgca (c ,r ,data ,options ,_cca );};func (_aeaed *templateProcessor )parseTextRenderingModeAttr (_faaf ,_bedbc string )TextRenderingMode {_ca .Log .Debug ("\u0050\u0061\u0072\u0073\u0069\u006e\u0067\u0020\u0074\u0065\u0078\u0074\u0020\u0072\u0065\u006e\u0064\u0065r\u0069\u006e\u0067\u0020\u006d\u006f\u0064e\u0020\u0061\u0074\u0074\u0072\u0069\u0062\u0075\u0074\u0065\u003a \u0028\u0060\u0025\u0073\u0060\u002c\u0020\u0025\u0073\u0029\u002e",_faaf ,_bedbc ); +_edgdb :=map[string ]TextRenderingMode {"\u0066\u0069\u006c\u006c":TextRenderingModeFill ,"\u0073\u0074\u0072\u006f\u006b\u0065":TextRenderingModeStroke ,"f\u0069\u006c\u006c\u002d\u0073\u0074\u0072\u006f\u006b\u0065":TextRenderingModeFillStroke ,"\u0069n\u0076\u0069\u0073\u0069\u0062\u006ce":TextRenderingModeInvisible ,"\u0066i\u006c\u006c\u002d\u0063\u006c\u0069p":TextRenderingModeFillClip ,"s\u0074\u0072\u006f\u006b\u0065\u002d\u0063\u006c\u0069\u0070":TextRenderingModeStrokeClip ,"\u0066\u0069l\u006c\u002d\u0073t\u0072\u006f\u006b\u0065\u002d\u0063\u006c\u0069\u0070":TextRenderingModeFillStrokeClip ,"\u0063\u006c\u0069\u0070":TextRenderingModeClip }[_bedbc ]; +return _edgdb ;}; -// New creates a new instance of the PDF Creator. -func New ()*Creator {const _daf ="c\u0072\u0065\u0061\u0074\u006f\u0072\u002e\u004e\u0065\u0077";_cdeb :=&Creator {};_cdeb ._egfb =[]*_fgd .PdfPage {};_cdeb ._feab =map[*_fgd .PdfPage ]*Block {};_cdeb ._agfdc =map[*_fgd .PdfPage ]*pageTransformations {}; -_cdeb .SetPageSize (PageSizeLetter );_bcgg :=0.1*_cdeb ._gbgg ;_cdeb ._cbb .Left =_bcgg ;_cdeb ._cbb .Right =_bcgg ;_cdeb ._cbb .Top =_bcgg ;_cdeb ._cbb .Bottom =_bcgg ;var _egca error ;_cdeb ._dff ,_egca =_fgd .NewStandard14Font (_fgd .HelveticaName ); -if _egca !=nil {_cdeb ._dff =_fgd .DefaultFont ();};_cdeb ._ceb ,_egca =_fgd .NewStandard14Font (_fgd .HelveticaBoldName );if _egca !=nil {_cdeb ._dff =_fgd .DefaultFont ();};_cdeb ._aac =_cdeb .NewTOC ("\u0054\u0061\u0062\u006c\u0065\u0020\u006f\u0066\u0020\u0043\u006f\u006et\u0065\u006e\u0074\u0073"); -_cdeb .AddOutlines =true ;_cdeb ._cbba =_fgd .NewOutline ();_aa .TrackUse (_daf );return _cdeb ;}; +// SetWidth sets the width of the ellipse. +func (_efdc *Ellipse )SetWidth (width float64 ){_efdc ._gbea =width };func (_gafgf *templateProcessor )parseTextOverflowAttr (_adebc ,_eedea string )TextOverflow {_ca .Log .Debug ("\u0050a\u0072\u0073i\u006e\u0067\u0020\u0074e\u0078\u0074\u0020o\u0076\u0065\u0072\u0066\u006c\u006f\u0077\u0020\u0061tt\u0072\u0069\u0062u\u0074\u0065:\u0020\u0028\u0060\u0025\u0073\u0060,\u0020\u0025s\u0029\u002e",_adebc ,_eedea ); +_becb :=map[string ]TextOverflow {"\u0076i\u0073\u0069\u0062\u006c\u0065":TextOverflowVisible ,"\u0068\u0069\u0064\u0064\u0065\u006e":TextOverflowHidden }[_eedea ];return _becb ;}; -// AddShadingResource adds shading dictionary inside the resources dictionary. -func (_bdfd *RadialShading )AddShadingResource (block *Block )(_adgc _bc .PdfObjectName ,_dafec error ){_afgb :=1;_adgc =_bc .PdfObjectName ("\u0053\u0068"+_fg .Itoa (_afgb ));for block ._dgd .HasShadingByName (_adgc ){_afgb ++;_adgc =_bc .PdfObjectName ("\u0053\u0068"+_fg .Itoa (_afgb )); -};if _facee :=block ._dgd .SetShadingByName (_adgc ,_bdfd .shadingModel ().ToPdfObject ());_facee !=nil {return "",_facee ;};return _adgc ,nil ;}; +// Positioning represents the positioning type for drawing creator components (relative/absolute). +type Positioning int ; -// EnableRowWrap controls whether rows are wrapped across pages. -// NOTE: Currently, row wrapping is supported for rows using StyledParagraphs. -func (_bdfdc *Table )EnableRowWrap (enable bool ){_bdfdc ._fgaag =enable }; +// NewPolyBezierCurve creates a new composite Bezier (polybezier) curve. +func (_gcdf *Creator )NewPolyBezierCurve (curves []_ddb .CubicBezierCurve )*PolyBezierCurve {return _febba (curves );};func _cgeb (_efbad Color ,_febbb float64 )*ColorPoint {return &ColorPoint {_ccfgb :_efbad ,_aeeb :_febbb };}; -// ScaleToHeight sets the graphic svg scaling factor with the given height. -func (_aaff *GraphicSVG )ScaleToHeight (h float64 ){_bade :=_aaff ._dgccb .Width /_aaff ._dgccb .Height ;_aaff ._dgccb .Height =h ;_aaff ._dgccb .Width =h *_bade ;_aaff ._dgccb .SetScaling (_bade ,_bade );}; +// HorizontalAlignment represents the horizontal alignment of components +// within a page. +type HorizontalAlignment int ; -// SetFitMode sets the fit mode of the line. -// NOTE: The fit mode is only applied if relative positioning is used. -func (_cdgga *Line )SetFitMode (fitMode FitMode ){_cdgga ._efdg =fitMode };func (_bdgc *Division )split (_febg DrawContext )(_gaeb ,_bbcgg *Division ){var (_efcc float64 ;_deab ,_fefg []VectorDrawable ;);_ebdb :=_febg .Width -_bdgc ._ddfg .Left -_bdgc ._ddfg .Right -_bdgc ._gbga .Left -_bdgc ._gbga .Right ; -for _ecb ,_cfgb :=range _bdgc ._gebd {_efcc +=_bbbf (_cfgb ,_ebdb );if _efcc < _febg .Height {_deab =append (_deab ,_cfgb );}else {_fefg =_bdgc ._gebd [_ecb :];break ;};};if len (_deab )> 0{_gaeb =_dcbc ();*_gaeb =*_bdgc ;_gaeb ._gebd =_deab ;if _bdgc ._agecb !=nil {_gaeb ._agecb =&Background {}; -*_gaeb ._agecb =*_bdgc ._agecb ;};};if len (_fefg )> 0{_bbcgg =_dcbc ();*_bbcgg =*_bdgc ;_bbcgg ._gebd =_fefg ;if _bdgc ._agecb !=nil {_bbcgg ._agecb =&Background {};*_bbcgg ._agecb =*_bdgc ._agecb ;};};return _gaeb ,_bbcgg ;}; +// Chart represents a chart drawable. +// It is used to render unichart chart components using a creator instance. +type Chart struct{_bgcd _fbb .ChartRenderable ;_eebg Positioning ;_cfca float64 ;_badb float64 ;_aabg Margins ;_gcge *int64 ;};func (_gfeded *templateProcessor )parseTableCell (_bddaa *templateNode )(interface{},error ){if _bddaa ._ddbbd ==nil {_gfeded .nodeLogError (_bddaa ,"\u0054\u0061\u0062\u006c\u0065\u0020\u0063\u0065\u006c\u006c\u0020\u0070\u0061\u0072\u0065n\u0074 \u0063\u0061\u006e\u006e\u006f\u0074\u0020\u0062\u0065\u0020\u006e\u0069\u006c\u002e"); +return nil ,_eeeee ;};_fafcca ,_ecgbf :=_bddaa ._ddbbd ._fdfd .(*Table );if !_ecgbf {_gfeded .nodeLogError (_bddaa ,"\u0054\u0061\u0062\u006c\u0065\u0020\u0063\u0065\u006c\u006c\u0020\u0070\u0061\u0072\u0065\u006e\u0074\u0020\u0028\u0025\u0054\u0029\u0020\u0069s\u0020\u006e\u006f\u0074\u0020a\u0020\u0074a\u0062\u006c\u0065\u002e",_bddaa ._ddbbd ._fdfd ); +return nil ,_eeeee ;};var _beeee ,_dabbf int64 ;for _ ,_beccg :=range _bddaa ._eccfd .Attr {_ggceg :=_beccg .Value ;switch _dbafcg :=_beccg .Name .Local ;_dbafcg {case "\u0063o\u006c\u0073\u0070\u0061\u006e":_beeee =_gfeded .parseInt64Attr (_dbafcg ,_ggceg ); +case "\u0072o\u0077\u0073\u0070\u0061\u006e":_dabbf =_gfeded .parseInt64Attr (_dbafcg ,_ggceg );};};if _beeee <=0{_beeee =1;};if _dabbf <=0{_dabbf =1;};_bgaga :=_fafcca .MultiCell (int (_dabbf ),int (_beeee ));for _ ,_cdcba :=range _bddaa ._eccfd .Attr {_aefdf :=_cdcba .Value ; +switch _fdgf :=_cdcba .Name .Local ;_fdgf {case "\u0069\u006e\u0064\u0065\u006e\u0074":_bgaga .SetIndent (_gfeded .parseFloatAttr (_fdgf ,_aefdf ));case "\u0061\u006c\u0069g\u006e":_bgaga .SetHorizontalAlignment (_gfeded .parseCellAlignmentAttr (_fdgf ,_aefdf )); +case "\u0076\u0065\u0072\u0074\u0069\u0063\u0061\u006c\u002da\u006c\u0069\u0067\u006e":_bgaga .SetVerticalAlignment (_gfeded .parseCellVerticalAlignmentAttr (_fdgf ,_aefdf ));case "\u0062\u006f\u0072d\u0065\u0072\u002d\u0073\u0074\u0079\u006c\u0065":_bgaga .SetSideBorderStyle (CellBorderSideAll ,_gfeded .parseCellBorderStyleAttr (_fdgf ,_aefdf )); +case "\u0062\u006fr\u0064\u0065\u0072-\u0073\u0074\u0079\u006c\u0065\u002d\u0074\u006f\u0070":_bgaga .SetSideBorderStyle (CellBorderSideTop ,_gfeded .parseCellBorderStyleAttr (_fdgf ,_aefdf ));case "\u0062\u006f\u0072\u0064er\u002d\u0073\u0074\u0079\u006c\u0065\u002d\u0062\u006f\u0074\u0074\u006f\u006d":_bgaga .SetSideBorderStyle (CellBorderSideBottom ,_gfeded .parseCellBorderStyleAttr (_fdgf ,_aefdf )); +case "\u0062\u006f\u0072\u0064\u0065\u0072\u002d\u0073\u0074\u0079\u006c\u0065-\u006c\u0065\u0066\u0074":_bgaga .SetSideBorderStyle (CellBorderSideLeft ,_gfeded .parseCellBorderStyleAttr (_fdgf ,_aefdf ));case "\u0062o\u0072d\u0065\u0072\u002d\u0073\u0074y\u006c\u0065-\u0072\u0069\u0067\u0068\u0074":_bgaga .SetSideBorderStyle (CellBorderSideRight ,_gfeded .parseCellBorderStyleAttr (_fdgf ,_aefdf )); +case "\u0062\u006f\u0072d\u0065\u0072\u002d\u0077\u0069\u0064\u0074\u0068":_bgaga .SetSideBorderWidth (CellBorderSideAll ,_gfeded .parseFloatAttr (_fdgf ,_aefdf ));case "\u0062\u006fr\u0064\u0065\u0072-\u0077\u0069\u0064\u0074\u0068\u002d\u0074\u006f\u0070":_bgaga .SetSideBorderWidth (CellBorderSideTop ,_gfeded .parseFloatAttr (_fdgf ,_aefdf )); +case "\u0062\u006f\u0072\u0064er\u002d\u0077\u0069\u0064\u0074\u0068\u002d\u0062\u006f\u0074\u0074\u006f\u006d":_bgaga .SetSideBorderWidth (CellBorderSideBottom ,_gfeded .parseFloatAttr (_fdgf ,_aefdf ));case "\u0062\u006f\u0072\u0064\u0065\u0072\u002d\u0077\u0069\u0064\u0074\u0068-\u006c\u0065\u0066\u0074":_bgaga .SetSideBorderWidth (CellBorderSideLeft ,_gfeded .parseFloatAttr (_fdgf ,_aefdf )); +case "\u0062o\u0072d\u0065\u0072\u002d\u0077\u0069d\u0074\u0068-\u0072\u0069\u0067\u0068\u0074":_bgaga .SetSideBorderWidth (CellBorderSideRight ,_gfeded .parseFloatAttr (_fdgf ,_aefdf ));case "\u0062\u006f\u0072d\u0065\u0072\u002d\u0063\u006f\u006c\u006f\u0072":_bgaga .SetSideBorderColor (CellBorderSideAll ,_gfeded .parseColorAttr (_fdgf ,_aefdf )); +case "\u0062\u006fr\u0064\u0065\u0072-\u0063\u006f\u006c\u006f\u0072\u002d\u0074\u006f\u0070":_bgaga .SetSideBorderColor (CellBorderSideTop ,_gfeded .parseColorAttr (_fdgf ,_aefdf ));case "\u0062\u006f\u0072\u0064er\u002d\u0063\u006f\u006c\u006f\u0072\u002d\u0062\u006f\u0074\u0074\u006f\u006d":_bgaga .SetSideBorderColor (CellBorderSideBottom ,_gfeded .parseColorAttr (_fdgf ,_aefdf )); +case "\u0062\u006f\u0072\u0064\u0065\u0072\u002d\u0063\u006f\u006c\u006f\u0072-\u006c\u0065\u0066\u0074":_bgaga .SetSideBorderColor (CellBorderSideLeft ,_gfeded .parseColorAttr (_fdgf ,_aefdf ));case "\u0062o\u0072d\u0065\u0072\u002d\u0063\u006fl\u006f\u0072-\u0072\u0069\u0067\u0068\u0074":_bgaga .SetSideBorderColor (CellBorderSideRight ,_gfeded .parseColorAttr (_fdgf ,_aefdf )); +case "\u0062\u006f\u0072\u0064\u0065\u0072\u002d\u006c\u0069\u006e\u0065\u002ds\u0074\u0079\u006c\u0065":_bgaga .SetBorderLineStyle (_gfeded .parseLineStyleAttr (_fdgf ,_aefdf ));case "\u0062\u0061c\u006b\u0067\u0072o\u0075\u006e\u0064\u002d\u0063\u006f\u006c\u006f\u0072":_bgaga .SetBackgroundColor (_gfeded .parseColorAttr (_fdgf ,_aefdf )); +case "\u0063o\u006c\u0073\u0070\u0061\u006e","\u0072o\u0077\u0073\u0070\u0061\u006e":break ;default:_gfeded .nodeLogDebug (_bddaa ,"\u0055\u006e\u0073\u0075\u0070\u0070o\u0072\u0074\u0065\u0064\u0020\u0074\u0061\u0062\u006c\u0065\u0020\u0063\u0065\u006c\u006c\u0020\u0061\u0074\u0074\u0072i\u0062\u0075\u0074\u0065\u003a\u0020\u0060\u0025\u0073\u0060\u002e\u0020\u0053\u006bi\u0070p\u0069\u006e\u0067\u002e",_fdgf ); +};};return _bgaga ,nil ;}; -// FitMode returns the fit mode of the rectangle. -func (_edgb *Rectangle )FitMode ()FitMode {return _edgb ._aaab };func (_aeegcb *templateProcessor )parseTextAlignmentAttr (_fcbg ,_gdcgbc string )TextAlignment {_fec .Log .Debug ("\u0050a\u0072\u0073i\u006e\u0067\u0020t\u0065\u0078\u0074\u0020\u0061\u006c\u0069g\u006e\u006d\u0065\u006e\u0074\u0020a\u0074\u0074\u0072\u0069\u0062\u0075\u0074\u0065\u003a\u0020\u0028`\u0025\u0073\u0060\u002c\u0020\u0025\u0073\u0029\u002e",_fcbg ,_gdcgbc ); -_bffabd :=map[string ]TextAlignment {"\u006c\u0065\u0066\u0074":TextAlignmentLeft ,"\u0072\u0069\u0067h\u0074":TextAlignmentRight ,"\u0063\u0065\u006e\u0074\u0065\u0072":TextAlignmentCenter ,"\u006au\u0073\u0074\u0069\u0066\u0079":TextAlignmentJustify }[_gdcgbc ]; -return _bffabd ;}; +// MoveRight moves the drawing context right by relative displacement dx (negative goes left). +func (_ced *Creator )MoveRight (dx float64 ){_ced ._ecfb .X +=dx };func (_bdfac *templateProcessor )parseLinearGradientAttr (creator *Creator ,_caag string )Color {_fbae :=ColorBlack ;if _caag ==""{return _fbae ;};_dgdaf :=creator .NewLinearGradientColor ([]*ColorPoint {}); +_dgdaf .SetExtends (true ,true );var (_adab =_ddf .Split (_caag [16:len (_caag )-1],"\u002c");_fcccf =_ddf .TrimSpace (_adab [0]););if _ddf .HasSuffix (_fcccf ,"\u0064\u0065\u0067"){_bcgcfg ,_eafe :=_fd .ParseFloat (_fcccf [:len (_fcccf )-3],64);if _eafe !=nil {_ca .Log .Debug ("\u0046\u0061\u0069\u006c\u0065\u0064 \u0070\u0061\u0072\u0073\u0069\u006e\u0067\u0020\u0067\u0072\u0061\u0064\u0069e\u006e\u0074\u0020\u0061\u006e\u0067\u006ce\u003a\u0020\u0025\u0076",_eafe ); +}else {_dgdaf .SetAngle (_bcgcfg );};_adab =_adab [1:];};_eedeg ,_dggb :=_bdfac .processGradientColorPair (_adab );if _eedeg ==nil ||_dggb ==nil {return _fbae ;};for _ccgfg :=0;_ccgfg < len (_eedeg );_ccgfg ++{_dgdaf .AddColorStop (_eedeg [_ccgfg ],_dggb [_ccgfg ]); +};return _dgdaf ;}; -// LevelOffset returns the amount of space an indentation level occupies. -func (_dddea *TOCLine )LevelOffset ()float64 {return _dddea ._ebgcdc };func _bded (_eba string )(*GraphicSVG ,error ){_abgg ,_ggfd :=_dd .ParseFromFile (_eba );if _ggfd !=nil {return nil ,_ggfd ;};return _cdfg (_abgg );}; +// SellerAddress returns the seller address used in the invoice template. +func (_gbfa *Invoice )SellerAddress ()*InvoiceAddress {return _gbfa ._afbf }; -// ScaleToWidth scales the rectangle to the specified width. The height of -// the rectangle is scaled so that the aspect ratio is maintained. -func (_eeca *Rectangle )ScaleToWidth (w float64 ){_bbccc :=_eeca ._cggg /_eeca ._bcede ;_eeca ._bcede =w ;_eeca ._cggg =w *_bbccc ;}; +// Scale sets the scale ratio with `X` factor and `Y` factor for the graphic svg. +func (_bcdg *GraphicSVG )Scale (xFactor ,yFactor float64 ){_bcdg ._dddg .Width =xFactor *_bcdg ._dddg .Width ;_bcdg ._dddg .Height =yFactor *_bcdg ._dddg .Height ;_bcdg ._dddg .SetScaling (xFactor ,yFactor );}; -// SetStyleLeft sets border style for left side. -func (_decb *border )SetStyleLeft (style CellBorderStyle ){_decb ._ffbb =style }; +// Width returns the Block's width. +func (_cafb *Block )Width ()float64 {return _cafb ._de }; -// FitMode returns the fit mode of the line. -func (_bggb *Line )FitMode ()FitMode {return _bggb ._efdg };var PPI float64 =72; +// Add adds a VectorDrawable to the Division container. +// Currently supported VectorDrawables: +// - *Paragraph +// - *StyledParagraph +// - *Image +// - *Chart +// - *Rectangle +// - *Ellipse +// - *Line +// - *Table +// - *Division +// - *List +func (_edgd *Division )Add (d VectorDrawable )error {switch _bddbd :=d .(type ){case *Paragraph ,*StyledParagraph ,*Image ,*Chart ,*Rectangle ,*Ellipse ,*Line ,*Table ,*Division ,*List :case containerDrawable :_ddcbf ,_ecgc :=_bddbd .ContainerComponent (_edgd ); +if _ecgc !=nil {return _ecgc ;};_afa ,_efce :=_ddcbf .(VectorDrawable );if !_efce {return _f .Errorf ("\u0072\u0065\u0073\u0075\u006ct\u0020\u006f\u0066\u0020\u0043\u006f\u006et\u0061\u0069\u006e\u0065\u0072\u0043\u006f\u006d\u0070\u006f\u006e\u0065\u006e\u0074\u0020\u002d\u0020\u0025\u0054\u0020\u0064\u006f\u0065\u0073\u006e\u0027\u0074\u0020\u0069\u006d\u0070\u006c\u0065\u006d\u0065\u006e\u0074\u0020\u0056\u0065c\u0074\u006f\u0072\u0044\u0072\u0061\u0077\u0061\u0062\u006c\u0065\u0020i\u006e\u0074\u0065\u0072\u0066\u0061c\u0065",_ddcbf ); +};d =_afa ;default:return _fc .New ("\u0075\u006e\u0073\u0075p\u0070\u006f\u0072\u0074\u0065\u0064\u0020\u0074\u0079\u0070e\u0020i\u006e\u0020\u0044\u0069\u0076\u0069\u0073i\u006f\u006e");};_edgd ._cggf =append (_edgd ._cggf ,d );return nil ;};func _dgdg (_efae float64 ,_dfbd float64 ,_dgfba float64 ,_ddcg float64 ,_bdbg []*ColorPoint )*RadialShading {return &RadialShading {_ffcg :&shading {_bbdfc :ColorWhite ,_fdda :false ,_gecd :[]bool {false ,false },_agcac :_bdbg },_edfe :_efae ,_dcgb :_dfbd ,_dabe :_dgfba ,_bbbc :_ddcg ,_cgdec :AnchorCenter }; +}; -// GetMargins returns the Image's margins: left, right, top, bottom. -func (_bgce *Image )GetMargins ()(float64 ,float64 ,float64 ,float64 ){return _bgce ._cdbc .Left ,_bgce ._cdbc .Right ,_bgce ._cdbc .Top ,_bgce ._cdbc .Bottom ;}; +// Height returns Image's document height. +func (_ddgb *Image )Height ()float64 {return _ddgb ._fae }; -// Scale scales the rectangle dimensions by the specified factors. -func (_bddf *Rectangle )Scale (xFactor ,yFactor float64 ){_bddf ._bcede =xFactor *_bddf ._bcede ;_bddf ._cggg =yFactor *_bddf ._cggg ;}; +// Link returns link information for this line. +func (_abefa *TOCLine )Link ()(_gecg int64 ,_ebag ,_fecc float64 ){return _abefa ._bfabf ,_abefa ._bfcae ,_abefa ._geaed ;}; -// SetWidth sets the Paragraph width. This is essentially the wrapping width, i.e. the width the -// text can extend to prior to wrapping over to next line. -func (_gcgdd *Paragraph )SetWidth (width float64 ){_gcgdd ._gcbf =width ;_gcgdd .wrapText ()}; +// GeneratePageBlocks implements drawable interface. +func (_gffe *border )GeneratePageBlocks (ctx DrawContext )([]*Block ,DrawContext ,error ){_dgfbb :=NewBlock (ctx .PageWidth ,ctx .PageHeight );_add :=_gffe ._ffa ;_cegf :=ctx .PageHeight -_gffe ._cbc ;if _gffe ._agaab !=nil {_afca :=_ddb .Rectangle {Opacity :1.0,X :_gffe ._ffa ,Y :ctx .PageHeight -_gffe ._cbc -_gffe ._ggb ,Height :_gffe ._ggb ,Width :_gffe ._dc }; +_afca .FillEnabled =true ;_dead :=_fac (_gffe ._agaab );_ffag :=_gaea (_dgfbb ,_dead ,_gffe ._agaab ,func ()Rectangle {return Rectangle {_fdeb :_afca .X ,_fefcd :_afca .Y ,_dacdg :_afca .Width ,_ddccd :_afca .Height };});if _ffag !=nil {return nil ,ctx ,_ffag ; +};_afca .FillColor =_dead ;_afca .BorderEnabled =false ;_aeeg ,_ ,_ffag :=_afca .Draw ("");if _ffag !=nil {return nil ,ctx ,_ffag ;};_ffag =_dgfbb .addContentsByString (string (_aeeg ));if _ffag !=nil {return nil ,ctx ,_ffag ;};};_eca :=_gffe ._egeb ;_cdd :=_gffe ._fcec ; +_cag :=_gffe ._cgd ;_dbcf :=_gffe ._dggc ;_edg :=_gffe ._egeb ;if _gffe ._gdgg ==CellBorderStyleDouble {_edg +=2*_eca ;};_bbd :=_gffe ._fcec ;if _gffe ._dcd ==CellBorderStyleDouble {_bbd +=2*_cdd ;};_bbdc :=_gffe ._cgd ;if _gffe ._fgfc ==CellBorderStyleDouble {_bbdc +=2*_cag ; +};_fcae :=_gffe ._dggc ;if _gffe ._cbgf ==CellBorderStyleDouble {_fcae +=2*_dbcf ;};_cgef :=(_edg -_bbdc )/2;_gcb :=(_edg -_fcae )/2;_gcf :=(_bbd -_bbdc )/2;_fab :=(_bbd -_fcae )/2;if _gffe ._egeb !=0{_eaed :=_add ;_dfcc :=_cegf ;if _gffe ._gdgg ==CellBorderStyleDouble {_dfcc -=_eca ; +_dce :=_ddb .BasicLine {LineColor :_fac (_gffe ._ed ),Opacity :1.0,LineWidth :_gffe ._egeb ,LineStyle :_gffe .LineStyle ,X1 :_eaed -_edg /2+_cgef ,Y1 :_dfcc +2*_eca ,X2 :_eaed +_edg /2-_gcb +_gffe ._dc ,Y2 :_dfcc +2*_eca };_ggbg ,_ ,_bbda :=_dce .Draw (""); +if _bbda !=nil {return nil ,ctx ,_bbda ;};_bbda =_dgfbb .addContentsByString (string (_ggbg ));if _bbda !=nil {return nil ,ctx ,_bbda ;};};_ede :=_ddb .BasicLine {LineWidth :_gffe ._egeb ,Opacity :1.0,LineColor :_fac (_gffe ._ed ),LineStyle :_gffe .LineStyle ,X1 :_eaed -_edg /2+_cgef +(_bbdc -_gffe ._cgd ),Y1 :_dfcc ,X2 :_eaed +_edg /2-_gcb +_gffe ._dc -(_fcae -_gffe ._dggc ),Y2 :_dfcc }; +_ccg ,_ ,_eeg :=_ede .Draw ("");if _eeg !=nil {return nil ,ctx ,_eeg ;};_eeg =_dgfbb .addContentsByString (string (_ccg ));if _eeg !=nil {return nil ,ctx ,_eeg ;};};if _gffe ._fcec !=0{_gge :=_add ;_def :=_cegf -_gffe ._ggb ;if _gffe ._dcd ==CellBorderStyleDouble {_def +=_cdd ; +_gfec :=_ddb .BasicLine {LineWidth :_gffe ._fcec ,Opacity :1.0,LineColor :_fac (_gffe ._bfde ),LineStyle :_gffe .LineStyle ,X1 :_gge -_bbd /2+_gcf ,Y1 :_def -2*_cdd ,X2 :_gge +_bbd /2-_fab +_gffe ._dc ,Y2 :_def -2*_cdd };_bgg ,_ ,_geb :=_gfec .Draw (""); +if _geb !=nil {return nil ,ctx ,_geb ;};_geb =_dgfbb .addContentsByString (string (_bgg ));if _geb !=nil {return nil ,ctx ,_geb ;};};_cbb :=_ddb .BasicLine {LineWidth :_gffe ._fcec ,Opacity :1.0,LineColor :_fac (_gffe ._bfde ),LineStyle :_gffe .LineStyle ,X1 :_gge -_bbd /2+_gcf +(_bbdc -_gffe ._cgd ),Y1 :_def ,X2 :_gge +_bbd /2-_fab +_gffe ._dc -(_fcae -_gffe ._dggc ),Y2 :_def }; +_baf ,_ ,_bcd :=_cbb .Draw ("");if _bcd !=nil {return nil ,ctx ,_bcd ;};_bcd =_dgfbb .addContentsByString (string (_baf ));if _bcd !=nil {return nil ,ctx ,_bcd ;};};if _gffe ._cgd !=0{_agb :=_add ;_afcc :=_cegf ;if _gffe ._fgfc ==CellBorderStyleDouble {_agb +=_cag ; +_bec :=_ddb .BasicLine {LineWidth :_gffe ._cgd ,Opacity :1.0,LineColor :_fac (_gffe ._fed ),LineStyle :_gffe .LineStyle ,X1 :_agb -2*_cag ,Y1 :_afcc +_bbdc /2+_cgef ,X2 :_agb -2*_cag ,Y2 :_afcc -_bbdc /2-_gcf -_gffe ._ggb };_cff ,_ ,_cad :=_bec .Draw (""); +if _cad !=nil {return nil ,ctx ,_cad ;};_cad =_dgfbb .addContentsByString (string (_cff ));if _cad !=nil {return nil ,ctx ,_cad ;};};_agc :=_ddb .BasicLine {LineWidth :_gffe ._cgd ,Opacity :1.0,LineColor :_fac (_gffe ._fed ),LineStyle :_gffe .LineStyle ,X1 :_agb ,Y1 :_afcc +_bbdc /2+_cgef -(_edg -_gffe ._egeb ),X2 :_agb ,Y2 :_afcc -_bbdc /2-_gcf -_gffe ._ggb +(_bbd -_gffe ._fcec )}; +_dfa ,_ ,_deg :=_agc .Draw ("");if _deg !=nil {return nil ,ctx ,_deg ;};_deg =_dgfbb .addContentsByString (string (_dfa ));if _deg !=nil {return nil ,ctx ,_deg ;};};if _gffe ._dggc !=0{_dbcg :=_add +_gffe ._dc ;_efdg :=_cegf ;if _gffe ._cbgf ==CellBorderStyleDouble {_dbcg -=_dbcf ; +_egf :=_ddb .BasicLine {LineWidth :_gffe ._dggc ,Opacity :1.0,LineColor :_fac (_gffe ._gcg ),LineStyle :_gffe .LineStyle ,X1 :_dbcg +2*_dbcf ,Y1 :_efdg +_fcae /2+_gcb ,X2 :_dbcg +2*_dbcf ,Y2 :_efdg -_fcae /2-_fab -_gffe ._ggb };_bda ,_ ,_bggc :=_egf .Draw (""); +if _bggc !=nil {return nil ,ctx ,_bggc ;};_bggc =_dgfbb .addContentsByString (string (_bda ));if _bggc !=nil {return nil ,ctx ,_bggc ;};};_eggd :=_ddb .BasicLine {LineWidth :_gffe ._dggc ,Opacity :1.0,LineColor :_fac (_gffe ._gcg ),LineStyle :_gffe .LineStyle ,X1 :_dbcg ,Y1 :_efdg +_fcae /2+_gcb -(_edg -_gffe ._egeb ),X2 :_dbcg ,Y2 :_efdg -_fcae /2-_fab -_gffe ._ggb +(_bbd -_gffe ._fcec )}; +_eab ,_ ,_gbe :=_eggd .Draw ("");if _gbe !=nil {return nil ,ctx ,_gbe ;};_gbe =_dgfbb .addContentsByString (string (_eab ));if _gbe !=nil {return nil ,ctx ,_gbe ;};};return []*Block {_dgfbb },ctx ,nil ;};func (_feaba *StyledParagraph )wrapWordChunks (){if !_feaba ._fecad {return ; +};var (_fdca []*TextChunk ;_dcbbee *_gd .PdfFont ;);for _ ,_ebbgc :=range _feaba ._bcbc {_decc :=[]rune (_ebbgc .Text );if _dcbbee ==nil {_dcbbee =_ebbgc .Style .Font ;};_cggdg :=_ebbgc ._bcfe ;_cfgf :=_ebbgc .VerticalAlignment ;if len (_fdca )> 0{if len (_decc )==1&&_ab .IsPunct (_decc [0])&&_ebbgc .Style .Font ==_dcbbee {_dabc :=[]rune (_fdca [len (_fdca )-1].Text ); +_fdca [len (_fdca )-1].Text =string (append (_dabc ,_decc [0]));continue ;}else {_ ,_egca :=_fd .Atoi (_ebbgc .Text );if _egca ==nil {_dfdab :=[]rune (_fdca [len (_fdca )-1].Text );_dbggf :=len (_dfdab );if _dbggf >=2{_ ,_beeaf :=_fd .Atoi (string (_dfdab [_dbggf -2])); +if _beeaf ==nil &&_ab .IsPunct (_dfdab [_dbggf -1]){_fdca [len (_fdca )-1].Text =string (append (_dfdab ,_decc ...));continue ;};};};};};_ggce ,_adgea :=_ebeaed (_ebbgc .Text );if _adgea !=nil {_ca .Log .Debug ("\u0045\u0052\u0052O\u0052\u003a\u0020\u0055\u006e\u0061\u0062\u006c\u0065\u0020\u0074\u006f\u0020\u0062\u0072\u0065\u0061\u006b\u0020\u0073\u0074\u0072\u0069\u006e\u0067\u0020\u0074\u006f\u0020w\u006f\u0072\u0064\u0073\u003a\u0020\u0025\u0076",_adgea ); +_ggce =[]string {_ebbgc .Text };};for _ ,_faaad :=range _ggce {_bcgcf :=NewTextChunk (_faaad ,_ebbgc .Style );_bcgcf ._bcfe =_aagc (_cggdg );_bcgcf .VerticalAlignment =_cfgf ;_fdca =append (_fdca ,_bcgcf );};_dcbbee =_ebbgc .Style .Font ;};if len (_fdca )> 0{_feaba ._bcbc =_fdca ; +};};func (_bfafe *Paragraph )getTextLineWidth (_ceee string )float64 {var _cfcb float64 ;for _ ,_dcgc :=range _ceee {if _dcgc =='\u000A'{continue ;};_ecgcg ,_ccaca :=_bfafe ._caccd .GetRuneMetrics (_dcgc );if !_ccaca {_ca .Log .Debug ("\u0045\u0052R\u004f\u0052\u003a\u0020\u0052u\u006e\u0065\u0020\u0063\u0068a\u0072\u0020\u006d\u0065\u0074\u0072\u0069\u0063\u0073\u0020\u006e\u006f\u0074\u0020\u0066\u006f\u0075\u006e\u0064\u0021\u0020\u0028\u0072\u0075\u006e\u0065\u0020\u0030\u0078\u0025\u0030\u0034\u0078\u003d\u0025\u0063\u0029",_dcgc ,_dcgc ); +return -1;};_cfcb +=_bfafe ._geac *_ecgcg .Wx ;};return _cfcb ;}; -// AppendColumn appends a column to the line items table. -func (_cfegc *Invoice )AppendColumn (description string )*InvoiceCell {_gbcff :=_cfegc .NewColumn (description );_cfegc ._gffd =append (_cfegc ._gffd ,_gbcff );return _gbcff ;};type templateTag struct{_geca map[string ]struct{};_cacf func (*templateProcessor ,*templateNode )(interface{},error ); -};func (_aeeed *Invoice )generateHeaderBlocks (_aebc DrawContext )([]*Block ,DrawContext ,error ){_cafg :=_ddge (_aeeed ._adaa );_cafg .SetEnableWrap (true );_cafg .Append (_aeeed ._dgfaa );_efcd :=_bagfg (2);if _aeeed ._gdfdf !=nil {_bdbe :=_efcd .NewCell (); -_bdbe .SetHorizontalAlignment (CellHorizontalAlignmentLeft );_bdbe .SetVerticalAlignment (CellVerticalAlignmentMiddle );_bdbe .SetIndent (0);_bdbe .SetContent (_aeeed ._gdfdf );_aeeed ._gdfdf .ScaleToHeight (_cafg .Height ()+20);}else {_efcd .SkipCells (1); -};_fcce :=_efcd .NewCell ();_fcce .SetHorizontalAlignment (CellHorizontalAlignmentRight );_fcce .SetVerticalAlignment (CellVerticalAlignmentMiddle );_fcce .SetContent (_cafg );return _efcd .GeneratePageBlocks (_aebc );}; +// SetColumnWidths sets the fractional column widths. +// Each width should be in the range 0-1 and is a fraction of the table width. +// The number of width inputs must match number of columns, otherwise an error is returned. +func (_bffc *Table )SetColumnWidths (widths ...float64 )error {if len (widths )!=_bffc ._cafcb {_ca .Log .Debug ("M\u0069\u0073\u006d\u0061\u0074\u0063\u0068\u0069\u006e\u0067\u0020\u006e\u0075\u006d\u0062\u0065\u0072\u0020o\u0066\u0020\u0077\u0069\u0064\u0074\u0068\u0073\u0020\u0061nd\u0020\u0063\u006fl\u0075m\u006e\u0073"); +return _fc .New ("\u0072\u0061\u006e\u0067\u0065\u0020\u0063\u0068\u0065\u0063\u006b\u0020e\u0072\u0072\u006f\u0072");};_bffc ._faae =widths ;return nil ;};func (_eafd *Creator )initContext (){_eafd ._ecfb .X =_eafd ._gffac .Left ;_eafd ._ecfb .Y =_eafd ._gffac .Top ; +_eafd ._ecfb .Width =_eafd ._baec -_eafd ._gffac .Right -_eafd ._gffac .Left ;_eafd ._ecfb .Height =_eafd ._defa -_eafd ._gffac .Bottom -_eafd ._gffac .Top ;_eafd ._ecfb .PageHeight =_eafd ._defa ;_eafd ._ecfb .PageWidth =_eafd ._baec ;_eafd ._ecfb .Margins =_eafd ._gffac ; +_eafd ._ecfb ._ebeg =_eafd .UnsupportedCharacterReplacement ;};func (_agfgc *templateProcessor )parseTable (_abdbg *templateNode )(interface{},error ){var _ffcgg int64 ;for _ ,_afcff :=range _abdbg ._eccfd .Attr {_dgffd :=_afcff .Value ;switch _edfb :=_afcff .Name .Local ; +_edfb {case "\u0063o\u006c\u0075\u006d\u006e\u0073":_ffcgg =_agfgc .parseInt64Attr (_edfb ,_dgffd );};};if _ffcgg <=0{_agfgc .nodeLogDebug (_abdbg ,"\u0049\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u006eu\u006d\u0062e\u0072\u0020\u006f\u0066\u0020\u0074\u0061\u0062\u006ce\u0020\u0063\u006f\u006cu\u006d\u006e\u0073\u003a\u0020\u0025\u0064\u002e\u0020\u0053\u0065\u0074\u0074\u0069\u006e\u0067\u0020\u0074\u006f\u0020\u0031\u002e\u0020\u004f\u0075\u0074\u0070\u0075\u0074\u0020m\u0061\u0079\u0020b\u0065\u0020\u0069\u006e\u0063\u006f\u0072\u0072\u0065\u0063\u0074\u002e",_ffcgg ); +_ffcgg =1;};_ebbad :=_agfgc .creator .NewTable (int (_ffcgg ));for _ ,_gdceg :=range _abdbg ._eccfd .Attr {_gaeda :=_gdceg .Value ;switch _ccfd :=_gdceg .Name .Local ;_ccfd {case "\u0063\u006f\u006c\u0075\u006d\u006e\u002d\u0077\u0069\u0064\u0074\u0068\u0073":_ebbad .SetColumnWidths (_agfgc .parseFloatArray (_ccfd ,_gaeda )...); +case "\u006d\u0061\u0072\u0067\u0069\u006e":_bbfeb :=_agfgc .parseMarginAttr (_ccfd ,_gaeda );_ebbad .SetMargins (_bbfeb .Left ,_bbfeb .Right ,_bbfeb .Top ,_bbfeb .Bottom );case "\u0078":_ebbad .SetPos (_agfgc .parseFloatAttr (_ccfd ,_gaeda ),_ebbad ._aeff ); +case "\u0079":_ebbad .SetPos (_ebbad ._dece ,_agfgc .parseFloatAttr (_ccfd ,_gaeda ));case "\u0068\u0065a\u0064\u0065\u0072-\u0073\u0074\u0061\u0072\u0074\u002d\u0072\u006f\u0077":_ebbad ._bccfd =int (_agfgc .parseInt64Attr (_ccfd ,_gaeda ));case "\u0068\u0065\u0061\u0064\u0065\u0072\u002d\u0065\u006ed\u002d\u0072\u006f\u0077":_ebbad ._deceb =int (_agfgc .parseInt64Attr (_ccfd ,_gaeda )); +case "\u0065n\u0061b\u006c\u0065\u002d\u0072\u006f\u0077\u002d\u0077\u0072\u0061\u0070":_ebbad .EnableRowWrap (_agfgc .parseBoolAttr (_ccfd ,_gaeda ));case "\u0065\u006ea\u0062\u006c\u0065-\u0070\u0061\u0067\u0065\u002d\u0077\u0072\u0061\u0070":_ebbad .EnablePageWrap (_agfgc .parseBoolAttr (_ccfd ,_gaeda )); +case "\u0063o\u006c\u0075\u006d\u006e\u0073":break ;default:_agfgc .nodeLogDebug (_abdbg ,"\u0055n\u0073\u0075p\u0070\u006f\u0072\u0074e\u0064\u0020\u0074a\u0062\u006c\u0065\u0020\u0061\u0074\u0074\u0072\u0069bu\u0074\u0065\u003a \u0060\u0025s\u0060\u002e\u0020\u0053\u006b\u0069p\u0070\u0069n\u0067\u002e",_ccfd ); +};};if _ebbad ._bccfd !=0&&_ebbad ._deceb !=0{_ddccdc :=_ebbad .SetHeaderRows (_ebbad ._bccfd ,_ebbad ._deceb );if _ddccdc !=nil {_agfgc .nodeLogDebug (_abdbg ,"\u0043\u006ful\u0064\u0020\u006eo\u0074\u0020\u0073\u0065t t\u0061bl\u0065\u0020\u0068\u0065\u0061\u0064\u0065r \u0072\u006f\u0077\u0073\u003a\u0020\u0025v\u002e",_ddccdc ); +};}else {_ebbad ._bccfd =0;_ebbad ._deceb =0;};return _ebbad ,nil ;}; -// SetLineStyle sets the style for all the line components: number, title, -// separator, page. The style is applied only for new lines added to the -// TOC component. -func (_dgcgd *TOC )SetLineStyle (style TextStyle ){_dgcgd .SetLineNumberStyle (style );_dgcgd .SetLineTitleStyle (style );_dgcgd .SetLineSeparatorStyle (style );_dgcgd .SetLinePageStyle (style );}; +// FilledCurve represents a closed path of Bezier curves with a border and fill. +type FilledCurve struct{_cefdf []_ddb .CubicBezierCurve ;FillEnabled bool ;_gdge Color ;BorderEnabled bool ;BorderWidth float64 ;_aebe Color ;_gfecd *int64 ;};func (_egadf *TemplateOptions )init (){if _egadf .SubtemplateMap ==nil {_egadf .SubtemplateMap =map[string ]_cb .Reader {}; +};if _egadf .FontMap ==nil {_egadf .FontMap =map[string ]*_gd .PdfFont {};};if _egadf .ImageMap ==nil {_egadf .ImageMap =map[string ]*_gd .Image {};};if _egadf .ColorMap ==nil {_egadf .ColorMap =map[string ]Color {};};if _egadf .ChartMap ==nil {_egadf .ChartMap =map[string ]_fbb .ChartRenderable {}; +};}; -// SetWidthBottom sets border width for bottom. -func (_eabb *border )SetWidthBottom (bw float64 ){_eabb ._fcf =bw }; +// SetOpacity sets the opacity of the line (0-1). +func (_fafcc *Line )SetOpacity (opacity float64 ){_fafcc ._gbfc =opacity }; -// SetBuyerAddress sets the buyer address of the invoice. -func (_dccd *Invoice )SetBuyerAddress (address *InvoiceAddress ){_dccd ._eeeb =address }; +// SetMarkedContentID sets the marked content ID. +func (_edee *Rectangle )SetMarkedContentID (mcid int64 )*_gd .KDict {_edee ._bcee =&mcid ;_bcabf :=_gd .NewKDictionary ();_bcabf .S =_be .MakeName (_gd .StructureTypeFigure );_bcabf .K =_be .MakeInteger (mcid );return _bcabf ;};func (_bgfgf *StyledParagraph )getTextHeight ()float64 {var _cecec float64 ; +for _ ,_afba :=range _bgfgf ._bcbc {_effg :=_afba .Style .FontSize *_bgfgf ._bcde ;if _effg > _cecec {_cecec =_effg ;};};return _cecec ;}; -// AddLine appends a new line to the invoice line items table. -func (_fdfdb *Invoice )AddLine (values ...string )[]*InvoiceCell {_gcef :=len (_fdfdb ._gffd );var _dgbd []*InvoiceCell ;for _beae ,_bebg :=range values {_dfebd :=_fdfdb .newCell (_bebg ,_fdfdb ._baae );if _beae < _gcef {_dfebd .Alignment =_fdfdb ._gffd [_beae ].Alignment ; -};_dgbd =append (_dgbd ,_dfebd );};_fdfdb ._agece =append (_fdfdb ._agece ,_dgbd );return _dgbd ;}; +// SetFillColor sets the fill color. +func (_beg *CurvePolygon )SetFillColor (color Color ){_beg ._fdbd =color ;_beg ._fbff .FillColor =_fac (color );}; -// SetBorderOpacity sets the border opacity. -func (_ebaed *PolyBezierCurve )SetBorderOpacity (opacity float64 ){_ebaed ._addf =opacity }; +// Padding returns the padding of the component. +func (_cfce *Division )Padding ()(_addcf ,_dbfg ,_cdag ,_cafbg float64 ){return _cfce ._dcfb .Left ,_cfce ._dcfb .Right ,_cfce ._dcfb .Top ,_cfce ._dcfb .Bottom ;}; -// SetOptimizer sets the optimizer to optimize PDF before writing. -func (_dafc *Creator )SetOptimizer (optimizer _fgd .Optimizer ){_dafc ._caec =optimizer }; +// Division is a container component which can wrap across multiple pages. +// Currently supported drawable components: +// - *Paragraph +// - *StyledParagraph +// - *Image +// - *Chart +// +// The component stacking behavior is vertical, where the drawables are drawn +// on top of each other. +type Division struct{_cggf []VectorDrawable ;_fbfc Positioning ;_fceg Margins ;_dcfb Margins ;_dccc bool ;_adbb bool ;_bacfc *Background ;}; -// String implements error interface. -func (_ecebb UnsupportedRuneError )Error ()string {return _ecebb .Message }; +// SetWidthTop sets border width for top. +func (_efd *border )SetWidthTop (bw float64 ){_efd ._egeb =bw };func _gcee (_fefa []_ddb .Point )*Polyline {return &Polyline {_gcaf :&_ddb .Polyline {Points :_fefa ,LineColor :_gd .NewPdfColorDeviceRGB (0,0,0),LineWidth :1.0},_aegga :1.0};}; -// SetMargins sets the margins of the graphic svg component. -func (_dfce *GraphicSVG )SetMargins (left ,right ,top ,bottom float64 ){_dfce ._aagce .Left =left ;_dfce ._aagce .Right =right ;_dfce ._aagce .Top =top ;_dfce ._aagce .Bottom =bottom ;}; +// Creator is a wrapper around functionality for creating PDF reports and/or adding new +// content onto imported PDF pages, etc. +type Creator struct{ -// Heading returns the heading component of the table of contents. -func (_fddddf *TOC )Heading ()*StyledParagraph {return _fddddf ._defae }; +// Errors keeps error messages that should not interrupt pdf processing and to be checked later. +Errors []error ; -// SetStyleRight sets border style for right side. -func (_bdb *border )SetStyleRight (style CellBorderStyle ){_bdb ._cfc =style };func (_abdad *templateProcessor )parseTextVerticalAlignmentAttr (_cgcbf ,_cdae string )TextVerticalAlignment {_fec .Log .Debug ("\u0050\u0061\u0072\u0073\u0069\u006e\u0067\u0020\u0074\u0065\u0078\u0074\u0020\u0076\u0065r\u0074\u0069\u0063\u0061\u006c\u0020\u0061\u006c\u0069\u0067\u006e\u006d\u0065n\u0074\u0020\u0061\u0074\u0074\u0072\u0069\u0062\u0075\u0074\u0065\u003a (\u0060\u0025\u0073\u0060\u002c\u0020\u0025\u0073\u0029\u002e",_cgcbf ,_cdae ); -_gdeb :=map[string ]TextVerticalAlignment {"\u0062\u0061\u0073\u0065\u006c\u0069\u006e\u0065":TextVerticalAlignmentBaseline ,"\u0063\u0065\u006e\u0074\u0065\u0072":TextVerticalAlignmentCenter }[_cdae ];return _gdeb ;};const (CellBorderSideLeft CellBorderSide =iota ; -CellBorderSideRight ;CellBorderSideTop ;CellBorderSideBottom ;CellBorderSideAll ;); +// UnsupportedCharacterReplacement is character that will be used to replace unsupported glyph. +// The value will be passed to drawing context. +UnsupportedCharacterReplacement rune ;_bee []*_gd .PdfPage ;_fafg map[*_gd .PdfPage ]*Block ;_gaf map[*_gd .PdfPage ]*pageTransformations ;_cafc *_gd .PdfPage ;_gfed PageSize ;_ecfb DrawContext ;_gffac Margins ;_baec ,_defa float64 ;_agdg int ;_bbde func (_gafd FrontpageFunctionArgs ); +_bef func (_eac *TOC )error ;_eee func (_bcg *Block ,_cddd HeaderFunctionArgs );_fdc func (_dgaf *Block ,_bgab FooterFunctionArgs );_bdfe func (_gcgf PageFinalizeFunctionArgs )error ;_eaa func (_bbcf *_gd .PdfWriter )error ;_gbg bool ; -// NewFilledCurve returns a instance of filled curve. -func (_fcdf *Creator )NewFilledCurve ()*FilledCurve {return _aagf ()};func (_cgae *templateProcessor )loadImageFromSrc (_aecag string )(*Image ,error ){if _aecag ==""{_fec .Log .Error ("\u0049\u006d\u0061\u0067\u0065\u0020\u0060\u0073\u0072\u0063\u0060\u0020\u0061\u0074\u0074\u0072\u0069\u0062\u0075\u0074\u0065\u0020\u0063\u0061n\u006e\u006f\u0074\u0020\u0062e\u0020\u0065m\u0070\u0074\u0079\u002e"); -return nil ,_gedbe ;};_beffe :=_eg .Split (_aecag ,"\u002c");for _ ,_fbggg :=range _beffe {_fbggg =_eg .TrimSpace (_fbggg );if _fbggg ==""{continue ;};_bgacf ,_bafce :=_cgae ._cbcec .ImageMap [_fbggg ];if _bafce {return _eddeb (_bgacf );};if _eedaa :=_cgae .parseAttrPropList (_fbggg ); -len (_eedaa )> 0{if _dffec ,_bafg :=_eedaa ["\u0070\u0061\u0074\u0068"];_bafg {if _cgdffd ,_fcdeb :=_gbggc (_dffec );_fcdeb !=nil {_fec .Log .Debug ("\u0043\u006f\u0075\u006c\u0064\u0020\u006e\u006f\u0074\u0020l\u006f\u0061\u0064\u0020\u0069\u006d\u0061g\u0065\u0020\u0060\u0025\u0073\u0060\u003a\u0020\u0025\u0076\u002e",_dffec ,_fcdeb ); -}else {return _cgdffd ,nil ;};};};};_fec .Log .Error ("\u0043\u006ful\u0064\u0020\u006eo\u0074\u0020\u0066\u0069nd \u0069ma\u0067\u0065\u0020\u0072\u0065\u0073\u006fur\u0063\u0065\u003a\u0020\u0060\u0025\u0073`\u002e",_aecag );return nil ,_gedbe ;}; +// Controls whether a table of contents will be generated. +AddTOC bool ; -// ToRGB implements interface Color. -// Note: It's not directly used since shading color works differently than regular color. -func (_ebda *LinearShading )ToRGB ()(float64 ,float64 ,float64 ){return 0,0,0}; +// CustomTOC specifies if the TOC is rendered by the user. +// When the `CustomTOC` field is set to `true`, the default TOC component is not rendered. +// Instead the TOC is drawn by the user, in the callback provided to +// the `Creator.CreateTableOfContents` method. +// If `CustomTOC` is set to `false`, the callback provided to +// `Creator.CreateTableOfContents` customizes the style of the automatically generated TOC component. +CustomTOC bool ;_dda *TOC ; -// SetHeight sets the height of the ellipse. -func (_aecfd *Ellipse )SetHeight (height float64 ){_aecfd ._beb =height }; +// Controls whether outlines will be generated. +AddOutlines bool ;_eagf *_gd .Outline ;_dfac *_gd .PdfOutlineTreeNode ;_bdac *_gd .PdfAcroForm ;_ddad _be .PdfObject ;_bfg _gd .Optimizer ;_dgad []*_gd .PdfFont ;_fbbd *_gd .PdfFont ;_gafc *_gd .PdfFont ;_fgc *_gd .StructTreeRoot ;_ggfa *_gd .ViewerPreferences ; +_ggfag string ;}; -// SetExtends specifies whether to extend the shading beyond the starting and ending points. +// SetPageSize sets the Creator's page size. Pages that are added after this will be created with +// this Page size. +// Does not affect pages already created. // -// Text extends is set to `[]bool{false, false}` by default. -func (_gbedf *shading )SetExtends (start bool ,end bool ){_gbedf ._fece =[]bool {start ,end }}; +// Common page sizes are defined as constants. +// Examples: +// 1. c.SetPageSize(creator.PageSizeA4) +// 2. c.SetPageSize(creator.PageSizeA3) +// 3. c.SetPageSize(creator.PageSizeLegal) +// 4. c.SetPageSize(creator.PageSizeLetter) +// +// For custom sizes: Use the PPMM (points per mm) and PPI (points per inch) when defining those based on +// physical page sizes: +// +// Examples: +// 1. 10x15 sq. mm: SetPageSize(PageSize{10*creator.PPMM, 15*creator.PPMM}) where PPMM is points per mm. +// 2. 3x2 sq. inches: SetPageSize(PageSize{3*creator.PPI, 2*creator.PPI}) where PPI is points per inch. +func (_eged *Creator )SetPageSize (size PageSize ){_eged ._gfed =size ;_eged ._baec =size [0];_eged ._defa =size [1];_bgfe :=0.1*_eged ._baec ;_eged ._gffac .Left =_bgfe ;_eged ._gffac .Right =_bgfe ;_eged ._gffac .Top =_bgfe ;_eged ._gffac .Bottom =_bgfe ; +};func (_gbfef *TOCLine )prepareParagraph (_bdfacf *StyledParagraph ,_befee DrawContext ){_fdgcc :=_gbfef .Title .Text ;if _gbfef .Number .Text !=""{_fdgcc ="\u0020"+_fdgcc ;};_fdgcc +="\u0020";_caca :=_gbfef .Page .Text ;if _caca !=""{_caca ="\u0020"+_caca ; +};_ecdcba :=[]*_gd .PdfAnnotation {};_ddbc :=_gbfef .getLineLink ();if _ddbc !=nil {_ecdcba =append (_ecdcba ,_ddbc );};_bdfacf ._bcbc =[]*TextChunk {{Text :_gbfef .Number .Text ,Style :_gbfef .Number .Style ,_bcfe :_ecdcba },{Text :_fdgcc ,Style :_gbfef .Title .Style ,_bcfe :_ecdcba },{Text :_caca ,Style :_gbfef .Page .Style ,_bcfe :_ecdcba }}; +_bdfacf .wrapText ();_ddagb :=len (_bdfacf ._ccae );if _ddagb ==0{return ;};_faeg :=_befee .Width *1000-_bdfacf .getTextLineWidth (_bdfacf ._ccae [_ddagb -1]);_dffeb :=_bdfacf .getTextLineWidth ([]*TextChunk {&_gbfef .Separator });_ggca :=int (_faeg /_dffeb ); +_aaca :=_ddf .Repeat (_gbfef .Separator .Text ,_ggca );_debgc :=_gbfef .Separator .Style ;_abfc :=_bdfacf .Insert (2,_aaca );_abfc .Style =_debgc ;_abfc .SetAnnotation (_gbfef .getLineLink ());_faeg =_faeg -float64 (_ggca )*_dffeb ;if _faeg > 500{_cadb ,_dbfbb :=_debgc .Font .GetRuneMetrics (' '); +if _dbfbb &&_faeg > _cadb .Wx {_gfdbc :=int (_faeg /_cadb .Wx );if _gfdbc > 0{_efge :=_debgc ;_efge .FontSize =1;_abfc =_bdfacf .Insert (2,_ddf .Repeat ("\u0020",_gfdbc ));_abfc .Style =_efge ;_abfc .SetAnnotation (_gbfef .getLineLink ());};};};};const (PositionRelative Positioning =iota ; +PositionAbsolute ;); -// SetStructTreeRoot sets the structure tree root to be appended in the document that will be created. -func (_fbaf *Creator )SetStructTreeRoot (structTreeRoot *_fgd .StructTreeRoot ){_fbaf ._cfgc =structTreeRoot ;};func (_agg *Block )mergeBlocks (_dgdd *Block )error {_bced :=_gbg (_agg ._cb ,_agg ._dgd ,_dgdd ._cb ,_dgdd ._dgd );if _bced !=nil {return _bced ; -};for _ ,_aba :=range _dgdd ._ed {_agg .AddAnnotation (_aba );};return nil ;};func (_bbcab *templateProcessor )parseFontAttr (_bgddc ,_dedd string )*_fgd .PdfFont {_fec .Log .Debug ("P\u0061\u0072\u0073\u0069\u006e\u0067 \u0066\u006f\u006e\u0074\u0020\u0061t\u0074\u0072\u0069\u0062\u0075\u0074\u0065:\u0020\u0028\u0060\u0025\u0073\u0060\u002c\u0020\u0025\u0073)\u002e",_bgddc ,_dedd ); -_ecdg :=_bbcab .creator ._dff ;if _dedd ==""{return _ecdg ;};_gccfb :=_eg .Split (_dedd ,"\u002c");for _ ,_eaeb :=range _gccfb {_eaeb =_eg .TrimSpace (_eaeb );if _eaeb ==""{continue ;};_gffff ,_cagb :=_bbcab ._cbcec .FontMap [_dedd ];if _cagb {return _gffff ; -};_dbegd ,_cagb :=map[string ]_fgd .StdFontName {"\u0063o\u0075\u0072\u0069\u0065\u0072":_fgd .CourierName ,"\u0063\u006f\u0075r\u0069\u0065\u0072\u002d\u0062\u006f\u006c\u0064":_fgd .CourierBoldName ,"\u0063o\u0075r\u0069\u0065\u0072\u002d\u006f\u0062\u006c\u0069\u0071\u0075\u0065":_fgd .CourierObliqueName ,"c\u006fu\u0072\u0069\u0065\u0072\u002d\u0062\u006f\u006cd\u002d\u006f\u0062\u006ciq\u0075\u0065":_fgd .CourierBoldObliqueName ,"\u0068e\u006c\u0076\u0065\u0074\u0069\u0063a":_fgd .HelveticaName ,"\u0068\u0065\u006c\u0076\u0065\u0074\u0069\u0063\u0061-\u0062\u006f\u006c\u0064":_fgd .HelveticaBoldName ,"\u0068\u0065\u006c\u0076\u0065\u0074\u0069\u0063\u0061\u002d\u006f\u0062l\u0069\u0071\u0075\u0065":_fgd .HelveticaObliqueName ,"\u0068\u0065\u006c\u0076et\u0069\u0063\u0061\u002d\u0062\u006f\u006c\u0064\u002d\u006f\u0062\u006c\u0069\u0071u\u0065":_fgd .HelveticaBoldObliqueName ,"\u0073\u0079\u006d\u0062\u006f\u006c":_fgd .SymbolName ,"\u007a\u0061\u0070\u0066\u002d\u0064\u0069\u006e\u0067\u0062\u0061\u0074\u0073":_fgd .ZapfDingbatsName ,"\u0074\u0069\u006de\u0073":_fgd .TimesRomanName ,"\u0074\u0069\u006d\u0065\u0073\u002d\u0062\u006f\u006c\u0064":_fgd .TimesBoldName ,"\u0074\u0069\u006de\u0073\u002d\u0069\u0074\u0061\u006c\u0069\u0063":_fgd .TimesItalicName ,"\u0074\u0069\u006d\u0065\u0073\u002d\u0062\u006f\u006c\u0064\u002d\u0069t\u0061\u006c\u0069\u0063":_fgd .TimesBoldItalicName }[_dedd ]; -if _cagb {if _daeab ,_egdff :=_fgd .NewStandard14Font (_dbegd );_egdff ==nil {return _daeab ;};};if _effbb :=_bbcab .parseAttrPropList (_eaeb );len (_effbb )> 0{if _eadf ,_ebdbf :=_effbb ["\u0070\u0061\u0074\u0068"];_ebdbf {_aefg :=_fgd .NewPdfFontFromTTFFile ; -if _dgcge ,_dabeaf :=_effbb ["\u0074\u0079\u0070\u0065"];_dabeaf &&_dgcge =="\u0063o\u006d\u0070\u006f\u0073\u0069\u0074e"{_aefg =_fgd .NewCompositePdfFontFromTTFFile ;};if _gceeg ,_cada :=_aefg (_eadf );_cada !=nil {_fec .Log .Debug ("\u0043\u006fu\u006c\u0064\u0020\u006e\u006f\u0074\u0020\u006c\u006f\u0061\u0064\u0020\u0066\u006f\u006e\u0074\u0020\u0060\u0025\u0073\u0060\u003a %\u0076\u002e",_eadf ,_cada ); -}else {return _gceeg ;};};};};return _ecdg ;}; +// NewCell returns a new invoice table cell. +func (_ceef *Invoice )NewCell (value string )*InvoiceCell {return _ceef .newCell (value ,_ceef .NewCellProps ());}; -// SetLineWidth sets the line width. -func (_eacaf *Polyline )SetLineWidth (lineWidth float64 ){_eacaf ._cdggc .LineWidth =lineWidth }; +// MoveX moves the drawing context to absolute position x. +func (_eaga *Creator )MoveX (x float64 ){_eaga ._ecfb .X =x }; -// SetMarkedContentID sets the marked content id for the line. -func (_fafa *Line )SetMarkedContentID (mcid int64 )*_fgd .KDict {_fafa ._fbeb =&mcid ;_gada :=_fgd .NewKDictionary ();_gada .S =_bc .MakeName (_fgd .StructureTypeFigure );_gada .K =_bc .MakeInteger (mcid );return _gada ;}; +// SetBackground sets the background properties of the component. +func (_dbae *Division )SetBackground (background *Background ){_dbae ._bacfc =background }; -// NewTable create a new Table with a specified number of columns. -func (_gfbc *Creator )NewTable (cols int )*Table {return _bagfg (cols )}; +// SetStyleTop sets border style for top side. +func (_aae *border )SetStyleTop (style CellBorderStyle ){_aae ._gdgg =style }; -// SetMargins sets the Table's left, right, top, bottom margins. -func (_facff *Table )SetMargins (left ,right ,top ,bottom float64 ){_facff ._gbcea .Left =left ;_facff ._gbcea .Right =right ;_facff ._gbcea .Top =top ;_facff ._gbcea .Bottom =bottom ;};func _cgeac (_cceb string ,_gfdg bool )string {_dgfgb :=_cceb ;if _dgfgb ==""{return ""; -};_ecfdc :=_fa .Paragraph {};_ ,_acdcd :=_ecfdc .SetString (_cceb );if _acdcd !=nil {return _dgfgb ;};_cagdf ,_acdcd :=_ecfdc .Order ();if _acdcd !=nil {return _dgfgb ;};_bbfcf :=_cagdf .NumRuns ();_dbbbe :=make ([]string ,_bbfcf );for _bgdga :=0;_bgdga < _cagdf .NumRuns (); -_bgdga ++{_dbdbgc :=_cagdf .Run (_bgdga );_gbfb :=_dbdbgc .String ();if _dbdbgc .Direction ()==_fa .RightToLeft {_gbfb =_fa .ReverseString (_gbfb );};if _gfdg {_dbbbe [_bgdga ]=_gbfb ;}else {_dbbbe [_bbfcf -1]=_gbfb ;};_bbfcf --;};if len (_dbbbe )!=_cagdf .NumRuns (){return _cceb ; -};_dgfgb =_eg .Join (_dbbbe ,"");return _dgfgb ;};func _bgdfa (_beafe *templateProcessor ,_dgfae *templateNode )(interface{},error ){return _beafe .parseTextChunk (_dgfae ,nil );};type pageTransformations struct{_acb *_de .Matrix ;_bbed bool ;_fcge bool ; +// NewStyledTOCLine creates a new table of contents line with the provided style. +func (_aacbd *Creator )NewStyledTOCLine (number ,title ,page TextChunk ,level uint ,style TextStyle )*TOCLine {return _gcaeg (number ,title ,page ,level ,style );}; + +// CellVerticalAlignment defines the table cell's vertical alignment. +type CellVerticalAlignment int ; + +// SetBorderOpacity sets the border opacity. +func (_aabcd *Polygon )SetBorderOpacity (opacity float64 ){_aabcd ._gcdg =opacity }; + +// Crop crops the Image to the specified bounds. +func (_cbbag *Image )Crop (x0 ,y0 ,x1 ,y1 int ){_ggae ,_cdad :=_cbbag ._dgaaf .ToGoImage ();if _cdad !=nil {_bg .Fatalf ("\u0045\u0072\u0072\u006f\u0072\u0020\u0063\u006f\u006e\u0076\u0065\u0072\u0074\u0069\u006e\u0067\u0020\u0069\u006d\u0061\u0067\u0065\u0020\u0074o\u0020\u0047\u006f\u0020\u0049m\u0061\u0067e\u003a\u0020\u0025\u0076",_cdad ); +};var _abdf _dd .Image ;_acac :=_dd .Rect (x0 ,y0 ,x1 ,y1 );if _cgac :=_acac .Intersect (_ggae .Bounds ());!_acac .Empty (){_fegg :=_dd .NewRGBA (_dd .Rect (0,0,_acac .Dx (),_acac .Dy ()));for _fbac :=_cgac .Min .Y ;_fbac < _cgac .Max .Y ;_fbac ++{for _cegd :=_cgac .Min .X ; +_cegd < _cgac .Max .X ;_cegd ++{_fegg .Set (_cegd -_cgac .Min .X ,_fbac -_cgac .Min .Y ,_ggae .At (_cegd ,_fbac ));};};_abdf =_fegg ;}else {_abdf =&_dd .RGBA {};};_ddegb ,_cdad :=_gd .ImageHandling .NewImageFromGoImage (_abdf );if _cdad !=nil {_bg .Fatalf ("\u0045\u0072\u0072\u006f\u0072\u0020\u0063\u0072\u0065\u0061\u0074\u0069\u006e\u0067\u0020\u0069\u006d\u0061\u0067\u0065\u0020\u0066\u0072\u006fm\u0020\u0047\u006f\u0020\u0049m\u0061\u0067e\u003a\u0020\u0025\u0076",_cdad ); +};_begg :=float64 (_ddegb .Width );_gddf :=float64 (_ddegb .Height );_cbbag ._dgaaf =_ddegb ;_cbbag ._dade =_begg ;_cbbag ._abecc =_gddf ;_cbbag ._dcbe =_begg ;_cbbag ._fae =_gddf ;}; + +// GeneratePageBlocks draws the ellipse on a new block representing the page. +func (_cged *Ellipse )GeneratePageBlocks (ctx DrawContext )([]*Block ,DrawContext ,error ){var (_adbac []*Block ;_ebef =NewBlock (ctx .PageWidth ,ctx .PageHeight );_afbb =ctx ;);_fedd :=_cged ._gbbf .IsRelative ();if _fedd {_cged .applyFitMode (ctx .Width ); +ctx .X +=_cged ._dffg .Left ;ctx .Y +=_cged ._dffg .Top ;ctx .Width -=_cged ._dffg .Left +_cged ._dffg .Right ;ctx .Height -=_cged ._dffg .Top +_cged ._dffg .Bottom ;if _cged ._fgbb > ctx .Height {_adbac =append (_adbac ,_ebef );_ebef =NewBlock (ctx .PageWidth ,ctx .PageHeight ); +ctx .Page ++;_fdaef :=ctx ;_fdaef .Y =ctx .Margins .Top +_cged ._dffg .Top ;_fdaef .X =ctx .Margins .Left +_cged ._dffg .Left ;_fdaef .Height =ctx .PageHeight -ctx .Margins .Top -ctx .Margins .Bottom -_cged ._dffg .Top -_cged ._dffg .Bottom ;_fdaef .Width =ctx .PageWidth -ctx .Margins .Left -ctx .Margins .Right -_cged ._dffg .Left -_cged ._dffg .Right ; +ctx =_fdaef ;};}else {ctx .X =_cged ._dbeb -_cged ._gbea /2;ctx .Y =_cged ._caaf -_cged ._fgbb /2;};_gffd :=_ddb .Circle {X :ctx .X ,Y :ctx .PageHeight -ctx .Y -_cged ._fgbb ,Width :_cged ._gbea ,Height :_cged ._fgbb ,BorderWidth :_cged ._fdcc ,Opacity :1.0}; +if _cged ._cgcbc !=nil {_gffd .FillEnabled =true ;_dcbc :=_fac (_cged ._cgcbc );_fdad :=_gaea (_ebef ,_dcbc ,_cged ._cgcbc ,func ()Rectangle {return Rectangle {_fdeb :_gffd .X ,_fefcd :_gffd .Y ,_dacdg :_gffd .Width ,_ddccd :_gffd .Height };});if _fdad !=nil {return nil ,ctx ,_fdad ; +};_gffd .FillColor =_dcbc ;};if _cged ._bfgf !=nil {_gffd .BorderEnabled =false ;if _cged ._fdcc > 0{_gffd .BorderEnabled =true ;};_gffd .BorderColor =_fac (_cged ._bfgf );_gffd .BorderWidth =_cged ._fdcc ;};_bcae ,_fbead :=_ebef .setOpacity (_cged ._baae ,_cged ._egegc ); +if _fbead !=nil {return nil ,ctx ,_fbead ;};_bcca ,_ ,_fbead :=_gffd .MarkedDraw (_bcae ,_cged ._ecdc );if _fbead !=nil {return nil ,ctx ,_fbead ;};_fbead =_ebef .addContentsByString (string (_bcca ));if _fbead !=nil {return nil ,ctx ,_fbead ;};if _fedd {ctx .X =_afbb .X ; +ctx .Width =_afbb .Width ;ctx .Y +=_cged ._fgbb +_cged ._dffg .Bottom ;ctx .Height -=_cged ._fgbb ;}else {ctx =_afbb ;};_adbac =append (_adbac ,_ebef );return _adbac ,ctx ,nil ;}; + +// GeneratePageBlocks draws the composite Bezier curve on a new block +// representing the page. Implements the Drawable interface. +func (_bfadc *PolyBezierCurve )GeneratePageBlocks (ctx DrawContext )([]*Block ,DrawContext ,error ){_ffeac :=NewBlock (ctx .PageWidth ,ctx .PageHeight );_cce ,_cfga :=_ffeac .setOpacity (_bfadc ._dcfbf ,_bfadc ._acfb );if _cfga !=nil {return nil ,ctx ,_cfga ; +};_dbfc :=_bfadc ._bgdab ;_dbfc .FillEnabled =_dbfc .FillColor !=nil ;var (_accfe =ctx .PageHeight ;_gefdff =_dbfc .Curves ;_ebdd =make ([]_ddb .CubicBezierCurve ,0,len (_dbfc .Curves )););_cdgfd :=_gd .PdfRectangle {};for _eaggg :=range _dbfc .Curves {_cgfe :=_gefdff [_eaggg ]; +_cgfe .P0 .Y =_accfe -_cgfe .P0 .Y ;_cgfe .P1 .Y =_accfe -_cgfe .P1 .Y ;_cgfe .P2 .Y =_accfe -_cgfe .P2 .Y ;_cgfe .P3 .Y =_accfe -_cgfe .P3 .Y ;_ebdd =append (_ebdd ,_cgfe );_faac :=_cgfe .GetBounds ();if _eaggg ==0{_cdgfd =_faac ;}else {_cdgfd .Llx =_ff .Min (_cdgfd .Llx ,_faac .Llx ); +_cdgfd .Lly =_ff .Min (_cdgfd .Lly ,_faac .Lly );_cdgfd .Urx =_ff .Max (_cdgfd .Urx ,_faac .Urx );_cdgfd .Ury =_ff .Max (_cdgfd .Ury ,_faac .Ury );};};_dbfc .Curves =_ebdd ;defer func (){_dbfc .Curves =_gefdff }();if _dbfc .FillEnabled {_bgdg :=_gaea (_ffeac ,_bfadc ._bgdab .FillColor ,_bfadc ._gfde ,func ()Rectangle {return Rectangle {_fdeb :_cdgfd .Llx ,_fefcd :_cdgfd .Lly ,_dacdg :_cdgfd .Width (),_ddccd :_cdgfd .Height ()}; +});if _bgdg !=nil {return nil ,ctx ,_bgdg ;};};_gfegc ,_ ,_cfga :=_dbfc .MarkedDraw (_cce ,_bfadc ._bgadb );if _cfga !=nil {return nil ,ctx ,_cfga ;};if _cfga =_ffeac .addContentsByString (string (_gfegc ));_cfga !=nil {return nil ,ctx ,_cfga ;};return []*Block {_ffeac },ctx ,nil ; }; -// SetIndent sets the left offset of the list when nested into another list. -func (_effcd *List )SetIndent (indent float64 ){_effcd ._aedbb =indent ;_effcd ._ebfa =false }; +// ColorRGBFromHex converts color hex code to rgb color for using with creator. +// NOTE: If there is a problem interpreting the string, then will use black color and log a debug message. +// Example hex code: #ffffff -> (1,1,1) white. +func ColorRGBFromHex (hexStr string )Color {_ega :=rgbColor {};if (len (hexStr )!=4&&len (hexStr )!=7)||hexStr [0]!='#'{_ca .Log .Debug ("I\u006ev\u0061\u006c\u0069\u0064\u0020\u0068\u0065\u0078 \u0063\u006f\u0064\u0065: \u0025\u0073",hexStr );return _ega ; +};var _dgfg ,_fcc ,_cgec int ;if len (hexStr )==4{var _aaeg ,_bedg ,_dcee int ;_acf ,_bccc :=_f .Sscanf (hexStr ,"\u0023\u0025\u0031\u0078\u0025\u0031\u0078\u0025\u0031\u0078",&_aaeg ,&_bedg ,&_dcee );if _bccc !=nil {_ca .Log .Debug ("\u0049\u006e\u0076a\u006c\u0069\u0064\u0020h\u0065\u0078\u0020\u0063\u006f\u0064\u0065:\u0020\u0025\u0073\u002c\u0020\u0065\u0072\u0072\u006f\u0072\u003a\u0020\u0025\u0076",hexStr ,_bccc ); +return _ega ;};if _acf !=3{_ca .Log .Debug ("I\u006ev\u0061\u006c\u0069\u0064\u0020\u0068\u0065\u0078 \u0063\u006f\u0064\u0065: \u0025\u0073",hexStr );return _ega ;};_dgfg =_aaeg *16+_aaeg ;_fcc =_bedg *16+_bedg ;_cgec =_dcee *16+_dcee ;}else {_gffee ,_cac :=_f .Sscanf (hexStr ,"\u0023\u0025\u0032\u0078\u0025\u0032\u0078\u0025\u0032\u0078",&_dgfg ,&_fcc ,&_cgec ); +if _cac !=nil {_ca .Log .Debug ("I\u006ev\u0061\u006c\u0069\u0064\u0020\u0068\u0065\u0078 \u0063\u006f\u0064\u0065: \u0025\u0073",hexStr );return _ega ;};if _gffee !=3{_ca .Log .Debug ("\u0049\u006e\u0076\u0061\u006c\u0069d\u0020\u0068\u0065\u0078\u0020\u0063\u006f\u0064\u0065\u003a\u0020\u0025\u0073,\u0020\u006e\u0020\u0021\u003d\u0020\u0033 \u0028\u0025\u0064\u0029",hexStr ,_gffee ); +return _ega ;};};_adaf :=float64 (_dgfg )/255.0;_bbe :=float64 (_fcc )/255.0;_acd :=float64 (_cgec )/255.0;_ega ._afd =_adaf ;_ega ._fef =_bbe ;_ega ._cbbf =_acd ;return _ega ;}; -// FillColor returns the fill color of the rectangle. -func (_bcfcd *Rectangle )FillColor ()Color {return _bcfcd ._dgab }; +// TextAlignment options for paragraph. +type TextAlignment int ; -// SetAddressStyle sets the style properties used to render the content of -// the invoice address sections. -func (_cfddg *Invoice )SetAddressStyle (style TextStyle ){_cfddg ._efdd =style };func _aagf ()*FilledCurve {_egcbb :=FilledCurve {};_egcbb ._acce =[]_gga .CubicBezierCurve {};return &_egcbb ;}; +// Lazy gets the lazy mode for the image. +func (_agac *Image )Lazy ()bool {return _agac ._bfbd };func (_dfcgb *TableCell )height (_gdefb float64 )float64 {var _adfdf float64 ;switch _eaedg :=_dfcgb ._bdea .(type ){case *Paragraph :if _eaedg ._abaa {_eaedg .SetWidth (_gdefb -_dfcgb ._adeb -_eaedg ._cgacg .Left -_eaedg ._cgacg .Right ); +};_adfdf =_eaedg .Height ()+_eaedg ._cgacg .Top +_eaedg ._cgacg .Bottom ;if !_dfcgb ._gabb ._ggab {_adfdf +=(0.5*_eaedg ._geac *_eaedg ._agdbb );};case *StyledParagraph :if _eaedg ._egbgc {_eaedg .SetWidth (_gdefb -_dfcgb ._adeb -_eaedg ._affa .Left -_eaedg ._affa .Right ); +};_adfdf =_eaedg .Height ()+_eaedg ._affa .Top +_eaedg ._affa .Bottom ;if !_dfcgb ._gabb ._ggab {_adfdf +=(0.5*_eaedg .getTextHeight ());};case *Image :_eaedg .applyFitMode (_gdefb -_dfcgb ._adeb );_adfdf =_eaedg .Height ()+_eaedg ._fcad .Top +_eaedg ._fcad .Bottom ; +case *Table :_eaedg .updateRowHeights (_gdefb -_dfcgb ._adeb -_eaedg ._ccecg .Left -_eaedg ._ccecg .Right );_adfdf =_eaedg .Height ()+_eaedg ._ccecg .Top +_eaedg ._ccecg .Bottom ;case *List :_adfdf =_eaedg .ctxHeight (_gdefb -_dfcgb ._adeb )+_eaedg ._edgdc .Top +_eaedg ._edgdc .Bottom ; +case *Division :_adfdf =_eaedg .ctxHeight (_gdefb -_dfcgb ._adeb )+_eaedg ._fceg .Top +_eaedg ._fceg .Bottom +_eaedg ._dcfb .Top +_eaedg ._dcfb .Bottom ;case *Chart :_adfdf =_eaedg .Height ()+_eaedg ._aabg .Top +_eaedg ._aabg .Bottom ;case *Rectangle :_eaedg .applyFitMode (_gdefb -_dfcgb ._adeb ); +_adfdf =_eaedg .Height ()+_eaedg ._ddfgb .Top +_eaedg ._ddfgb .Bottom +_eaedg ._bcdgg ;case *Ellipse :_eaedg .applyFitMode (_gdefb -_dfcgb ._adeb );_adfdf =_eaedg .Height ()+_eaedg ._dffg .Top +_eaedg ._dffg .Bottom ;case *Line :_adfdf =_eaedg .Height ()+_eaedg ._cbeb .Top +_eaedg ._cbeb .Bottom ; +};return _adfdf ;}; -// SetViewerPreferences sets the viewer preferences for the PDF document. -func (_baa *Creator )SetViewerPreferences (viewerPreferences *_fgd .ViewerPreferences ){_baa ._bbcg =viewerPreferences ;};func _dedgg (_bcge [][]_gga .Point )*Polygon {return &Polygon {_acdc :&_gga .Polygon {Points :_bcge },_afdf :1.0,_bgde :1.0};}; +// GetMargins returns the Paragraph's margins: left, right, top, bottom. +func (_cbebg *Paragraph )GetMargins ()(float64 ,float64 ,float64 ,float64 ){return _cbebg ._cgacg .Left ,_cbebg ._cgacg .Right ,_cbebg ._cgacg .Top ,_cbebg ._cgacg .Bottom ;}; -// SetBoundingBox set gradient color bounding box where the gradient would be rendered. -func (_gfda *LinearShading )SetBoundingBox (x ,y ,width ,height float64 ){_gfda ._gafag =&_fgd .PdfRectangle {Llx :x ,Lly :y ,Urx :x +width ,Ury :y +height };};func (_edf *Paragraph )getMaxLineWidth ()float64 {if _edf ._ebdc ==nil ||(_edf ._ebdc !=nil &&len (_edf ._ebdc )==0){_edf .wrapText (); -};var _ecaa float64 ;for _ ,_abea :=range _edf ._ebdc {_faca :=_edf .getTextLineWidth (_abea );if _faca > _ecaa {_ecaa =_faca ;};};return _ecaa ;};const (CellHorizontalAlignmentLeft CellHorizontalAlignment =iota ;CellHorizontalAlignmentCenter ;CellHorizontalAlignmentRight ; -); +// Width returns the width of the line. +// NOTE: Depending on the fit mode the line is set to use, its width may be +// calculated at runtime (e.g. when using FitModeFillWidth). +func (_dfebf *Line )Width ()float64 {return _ff .Abs (_dfebf ._agbba -_dfebf ._cbagd )};func _faadb (_caaae *_gd .PdfAnnotationHighlight )*_gd .PdfAnnotationHighlight {if _caaae ==nil {return nil ;};_fgfg :=_gd .NewPdfAnnotationHighlight ();_fgfg .C =_caaae .C ; +_fgfg .CA =_caaae .CA ;_fgfg .Rect =_caaae .Rect ;_fgfg .QuadPoints =_caaae .QuadPoints ;return _fgfg ;};func _abfae (_bddcg *_b .Decoder )(int ,int ){return 0,0}; -// SetMarkedContentID sets the marked content ID. -func (_gead *Rectangle )SetMarkedContentID (mcid int64 )*_fgd .KDict {_gead ._gbdag =&mcid ;_ebff :=_fgd .NewKDictionary ();_ebff .S =_bc .MakeName (_fgd .StructureTypeFigure );_ebff .K =_bc .MakeInteger (mcid );return _ebff ;}; +// Width returns the current page width. +func (_geff *Creator )Width ()float64 {return _geff ._baec }; -// NewDivision returns a new Division container component. -func (_bfeg *Creator )NewDivision ()*Division {return _dcbc ()}; +// NewPolygon creates a new polygon. +func (_fcg *Creator )NewPolygon (points [][]_ddb .Point )*Polygon {return _ebdg (points )}; -// TextStyle is a collection of properties that can be assigned to a text chunk. -type TextStyle struct{ +// Color returns the color of the line. +func (_agdc *Line )Color ()Color {return _agdc ._ffga }; -// Color represents the color of the text. -Color Color ; +// SetBorderColor sets the border color of the ellipse. +func (_cfgca *Ellipse )SetBorderColor (col Color ){_cfgca ._bfgf =col }; -// OutlineColor represents the color of the text outline. -OutlineColor Color ; +// SetMarkedContentID sets marked content ID. +func (_fcfb *TOC )SetMarkedContentID (mcid int64 )*_gd .KDict {return nil };func (_aaef *templateProcessor )processGradientColorPair (_edbd []string )(_gffbb []Color ,_egdc []float64 ){for _ ,_bgacb :=range _edbd {var (_gfdff =_ddf .Fields (_bgacb );_faddb =len (_gfdff ); +);if _faddb ==0{continue ;};_aacg :="";if _faddb > 1{_aacg =_ddf .TrimSpace (_gfdff [1]);};_gbff :=-1.0;if _ddf .HasSuffix (_aacg ,"\u0025"){_dfgag ,_dbcee :=_fd .ParseFloat (_aacg [:len (_aacg )-1],64);if _dbcee !=nil {_ca .Log .Debug ("\u0046\u0061\u0069\u006c\u0065\u0064\u0020\u0070\u0061\u0072s\u0069\u006e\u0067\u0020\u0070\u006f\u0069n\u0074\u0020\u0076\u0061\u006c\u0075\u0065\u003a\u0020\u0025\u0076",_dbcee ); +};_gbff =_dfgag /100.0;};_effb :=_aaef .parseColor (_ddf .TrimSpace (_gfdff [0]));if _effb !=nil {_gffbb =append (_gffbb ,_effb );_egdc =append (_egdc ,_gbff );};};if len (_gffbb )!=len (_egdc ){_ca .Log .Debug ("\u0049\u006e\u0076\u0061\u006ci\u0064\u0020\u006c\u0069\u006e\u0065\u0061\u0072\u0020\u0067\u0072\u0061\u0064i\u0065\u006e\u0074\u0020\u0063\u006f\u006c\u006f\u0072\u0020\u0064\u0065\u0066\u0069\u006e\u0069\u0074\u0069\u006f\u006e\u0021"); +return nil ,nil ;};_afef :=-1;_ggfae :=0.0;for _ddacf ,_ggeg :=range _egdc {if _ggeg ==-1.0{if _ddacf ==0{_ggeg =0.0;_egdc [_ddacf ]=0.0;continue ;};_afef ++;if _ddacf < len (_egdc )-1{continue ;}else {_ggeg =1.0;_egdc [_ddacf ]=1.0;};};_cdcd :=_afef +1; +for _aebf :=_ddacf -_afef ;_aebf < _ddacf ;_aebf ++{_egdc [_aebf ]=_ggfae +(float64 (_aebf )*(_ggeg -_ggfae )/float64 (_cdcd ));};_ggfae =_ggeg ;_afef =-1;};return _gffbb ,_egdc ;}; -// MultiFont represents an encoder that accepts multiple fonts and selects the correct font for encoding. -MultiFont *_fgd .MultipleFontEncoder ; +// SetTitleStyle sets the style properties of the invoice title. +func (_cbeaf *Invoice )SetTitleStyle (style TextStyle ){_cbeaf ._fcbed =style }; -// Font represents the font the text will use. -Font *_fgd .PdfFont ; +// AddPage adds the specified page to the creator. +// NOTE: If the page has a Rotate flag, the creator will take care of +// transforming the contents to maintain the correct orientation. +func (_fcbe *Creator )AddPage (page *_gd .PdfPage )error {_dcg ,_bfa :=_fcbe .wrapPageIfNeeded (page );if _bfa !=nil {return _bfa ;};if _dcg !=nil {page =_dcg ;};_geae ,_bfa :=page .GetMediaBox ();if _bfa !=nil {_ca .Log .Debug ("\u0046\u0061\u0069l\u0065\u0064\u0020\u0074o\u0020\u0067\u0065\u0074\u0020\u0070\u0061g\u0065\u0020\u006d\u0065\u0064\u0069\u0061\u0062\u006f\u0078\u003a\u0020\u0025\u0076",_bfa ); +return _bfa ;};_geae .Normalize ();_cfb ,_cdff :=_geae .Llx ,_geae .Lly ;_bggea :=_geae ;if _eeea :=page .CropBox ;_eeea !=nil &&*_eeea !=*_geae {_eeea .Normalize ();_cfb ,_cdff =_eeea .Llx ,_eeea .Lly ;_bggea =_eeea ;};_fffd :=_cbe .IdentityMatrix (); +_efbb ,_bfa :=page .GetRotate ();if _bfa !=nil {_ca .Log .Debug ("\u0045\u0052R\u004f\u0052\u003a\u0020\u0025\u0073\u0020\u002d\u0020\u0069\u0067\u006e\u006f\u0072\u0069\u006e\u0067\u0020\u0061\u006e\u0064\u0020\u0061\u0073\u0073\u0075\u006d\u0069\u006e\u0067\u0020\u006e\u006f\u0020\u0072\u006f\u0074\u0061\u0074\u0069\u006f\u006e\u000a",_bfa .Error ()); +};_gggg :=_efbb %360!=0&&_efbb %90==0;if _gggg {_aeca :=float64 ((360+_efbb %360)%360);if _aeca ==90{_fffd =_fffd .Translate (_bggea .Width (),0);}else if _aeca ==180{_fffd =_fffd .Translate (_bggea .Width (),_bggea .Height ());}else if _aeca ==270{_fffd =_fffd .Translate (0,_bggea .Height ()); +};_fffd =_fffd .Mult (_cbe .RotationMatrix (_aeca *_ff .Pi /180));_fffd =_fffd .Round (0.000001);_ecfg :=_dgeb (_bggea ,_fffd );_bggea =_ecfg ;_bggea .Normalize ();};if _cfb !=0||_cdff !=0{_fffd =_cbe .TranslationMatrix (_cfb ,_cdff ).Mult (_fffd );};if !_fffd .Identity (){_fffd =_fffd .Round (0.000001); +_fcbe ._gaf [page ]=&pageTransformations {_agce :&_fffd };};_fcbe ._baec =_bggea .Width ();_fcbe ._defa =_bggea .Height ();_fcbe .initContext ();_fcbe ._bee =append (_fcbe ._bee ,page );_fcbe ._ecfb .Page ++;return nil ;}; -// FontSize represents the size of the font. -FontSize float64 ; +// SetTextOverflow controls the behavior of paragraph text which +// does not fit in the available space. +func (_fgfbe *StyledParagraph )SetTextOverflow (textOverflow TextOverflow ){_fgfbe ._fcga =textOverflow ;}; -// OutlineSize represents the thickness of the text outline. -OutlineSize float64 ; +// SetText replaces all the text of the paragraph with the specified one. +func (_adfg *StyledParagraph )SetText (text string )*TextChunk {_adfg .Reset ();return _adfg .Append (text );};func _cga (_aede *_eag .ContentStreamOperations ,_bfd *_gd .PdfPageResources ,_ggf *_eag .ContentStreamOperations ,_fddg *_gd .PdfPageResources )error {_cd :=map[_be .PdfObjectName ]_be .PdfObjectName {}; +_ggg :=map[_be .PdfObjectName ]_be .PdfObjectName {};_bed :=map[_be .PdfObjectName ]_be .PdfObjectName {};_gfg :=map[_be .PdfObjectName ]_be .PdfObjectName {};_fdg :=map[_be .PdfObjectName ]_be .PdfObjectName {};_bb :=map[_be .PdfObjectName ]_be .PdfObjectName {}; +for _ ,_fbf :=range *_ggf {switch _fbf .Operand {case "\u0044\u006f":if len (_fbf .Params )==1{if _adg ,_aab :=_fbf .Params [0].(*_be .PdfObjectName );_aab {if _ ,_agd :=_cd [*_adg ];!_agd {var _ecfe _be .PdfObjectName ;_dgge ,_ :=_fddg .GetXObjectByName (*_adg ); +if _dgge !=nil {_ecfe =*_adg ;for {_daa ,_ :=_bfd .GetXObjectByName (_ecfe );if _daa ==nil ||_daa ==_dgge {break ;};_ecfe =*_be .MakeName (_efb (_ecfe .String ()));};};_bfd .SetXObjectByName (_ecfe ,_dgge );_cd [*_adg ]=_ecfe ;};_deb :=_cd [*_adg ];_fbf .Params [0]=&_deb ; +};};case "\u0054\u0066":if len (_fbf .Params )==2{if _ddc ,_ecb :=_fbf .Params [0].(*_be .PdfObjectName );_ecb {if _ ,_dfc :=_ggg [*_ddc ];!_dfc {_aea ,_fga :=_fddg .GetFontByName (*_ddc );_decf :=*_ddc ;if _fga &&_aea !=nil {_decf =_eff (_ddc .String (),_aea ,_bfd ); +};_bfd .SetFontByName (_decf ,_aea );_ggg [*_ddc ]=_decf ;};_gcc :=_ggg [*_ddc ];_fbf .Params [0]=&_gcc ;};};case "\u0043\u0053","\u0063\u0073":if len (_fbf .Params )==1{if _gffa ,_gdg :=_fbf .Params [0].(*_be .PdfObjectName );_gdg {if _ ,_ccce :=_bed [*_gffa ]; +!_ccce {var _ffd _be .PdfObjectName ;_ddca ,_egb :=_fddg .GetColorspaceByName (*_gffa );if _egb {_ffd =*_gffa ;for {_cde ,_aedb :=_bfd .GetColorspaceByName (_ffd );if !_aedb ||_ddca ==_cde {break ;};_ffd =*_be .MakeName (_efb (_ffd .String ()));};_bfd .SetColorspaceByName (_ffd ,_ddca ); +_bed [*_gffa ]=_ffd ;}else {_ca .Log .Debug ("C\u006fl\u006f\u0072\u0073\u0070\u0061\u0063\u0065\u0020n\u006f\u0074\u0020\u0066ou\u006e\u0064");};};if _dbgd ,_gdd :=_bed [*_gffa ];_gdd {_fbf .Params [0]=&_dbgd ;}else {_ca .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u003a\u0020\u0043\u006f\u006co\u0072\u0073\u0070\u0061\u0063\u0065\u0020%\u0073\u0020\u006e\u006f\u0074\u0020\u0066\u006f\u0075\u006e\u0064",*_gffa ); +};};};case "\u0053\u0043\u004e","\u0073\u0063\u006e":if len (_fbf .Params )==1{if _dfe ,_gfe :=_fbf .Params [0].(*_be .PdfObjectName );_gfe {if _ ,_bac :=_gfg [*_dfe ];!_bac {var _dba _be .PdfObjectName ;_gfc ,_fbbb :=_fddg .GetPatternByName (*_dfe );if _fbbb {_dba =*_dfe ; +for {_aga ,_fddgf :=_bfd .GetPatternByName (_dba );if !_fddgf ||_aga ==_gfc {break ;};_dba =*_be .MakeName (_efb (_dba .String ()));};_cdc :=_bfd .SetPatternByName (_dba ,_gfc .ToPdfObject ());if _cdc !=nil {return _cdc ;};_gfg [*_dfe ]=_dba ;};};if _gefd ,_gdc :=_gfg [*_dfe ]; +_gdc {_fbf .Params [0]=&_gefd ;};};};case "\u0073\u0068":if len (_fbf .Params )==1{if _cbd ,_baa :=_fbf .Params [0].(*_be .PdfObjectName );_baa {if _ ,_dbaa :=_fdg [*_cbd ];!_dbaa {var _eeba _be .PdfObjectName ;_fcda ,_dbb :=_fddg .GetShadingByName (*_cbd ); +if _dbb {_eeba =*_cbd ;for {_bbc ,_fce :=_bfd .GetShadingByName (_eeba );if !_fce ||_fcda ==_bbc {break ;};_eeba =*_be .MakeName (_efb (_eeba .String ()));};_agaa :=_bfd .SetShadingByName (_eeba ,_fcda .ToPdfObject ());if _agaa !=nil {_ca .Log .Debug ("E\u0052\u0052\u004f\u0052 S\u0065t\u0020\u0073\u0068\u0061\u0064i\u006e\u0067\u003a\u0020\u0025\u0076",_agaa ); +return _agaa ;};_fdg [*_cbd ]=_eeba ;}else {_ca .Log .Debug ("\u0053\u0068\u0061\u0064\u0069\u006e\u0067\u0020\u006e\u006f\u0074\u0020f\u006f\u0075\u006e\u0064");};};if _gceb ,_cbaa :=_fdg [*_cbd ];_cbaa {_fbf .Params [0]=&_gceb ;}else {_ca .Log .Debug ("E\u0072\u0072\u006f\u0072\u003a\u0020S\u0068\u0061\u0064\u0069\u006e\u0067\u0020\u0025\u0073 \u006e\u006f\u0074 \u0066o\u0075\u006e\u0064",*_cbd ); +};};};case "\u0067\u0073":if len (_fbf .Params )==1{if _eef ,_faa :=_fbf .Params [0].(*_be .PdfObjectName );_faa {if _ ,_ddgc :=_bb [*_eef ];!_ddgc {var _dbc _be .PdfObjectName ;_dae ,_fff :=_fddg .GetExtGState (*_eef );if _fff {_dbc =*_eef ;for {_gdcf ,_ffde :=_bfd .GetExtGState (_dbc ); +if !_ffde ||_dae ==_gdcf {break ;};_dbc =*_be .MakeName (_efb (_dbc .String ()));};};_bfd .AddExtGState (_dbc ,_dae );_bb [*_eef ]=_dbc ;};_efa :=_bb [*_eef ];_fbf .Params [0]=&_efa ;};};};*_aede =append (*_aede ,_fbf );};return nil ;}; -// CharSpacing represents the character spacing. -CharSpacing float64 ; +// AddPatternResource adds pattern dictionary inside the resources dictionary. +func (_debba *LinearShading )AddPatternResource (block *Block )(_gebbg _be .PdfObjectName ,_gece error ){_cbecg :=1;_bdbdd :=_be .PdfObjectName ("\u0050"+_fd .Itoa (_cbecg ));for block ._fa .HasPatternByName (_bdbdd ){_cbecg ++;_bdbdd =_be .PdfObjectName ("\u0050"+_fd .Itoa (_cbecg )); +};if _dcdc :=block ._fa .SetPatternByName (_bdbdd ,_debba .ToPdfShadingPattern ().ToPdfObject ());_dcdc !=nil {return "",_dcdc ;};return _bdbdd ,nil ;}; -// HorizontalScaling represents the percentage to horizontally scale -// characters by (default: 100). Values less than 100 will result in -// narrower text while values greater than 100 will result in wider text. -HorizontalScaling float64 ; +// Wrap wraps the text of the chunk into lines based on its style and the +// specified width. +func (_cegfb *TextChunk )Wrap (width float64 )([]string ,error ){if int (width )<=0{return []string {_cegfb .Text },nil ;};var _dege []string ;var _ffgd []rune ;var _afdcba float64 ;var _defd []float64 ;_aafcf :=_cegfb .Style ;_egfeg :=_bdcfa (_cegfb .Text ); +for _ ,_bead :=range _cegfb .Text {if _bead =='\u000A'{_fbacc :=_ebaa (string (_ffgd ),_egfeg );_dege =append (_dege ,_ddf .TrimRightFunc (_fbacc ,_ab .IsSpace )+string (_bead ));_ffgd =nil ;_afdcba =0;_defd =nil ;continue ;};_bgcde :=_bead ==' ';_acfbd ,_bfeea :=_aafcf .Font .GetRuneMetrics (_bead ); +if !_bfeea {_ca .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0052\u0075\u006e\u0065\u0020\u0063\u0068\u0061\u0072\u0020\u006det\u0072i\u0063\u0073\u0020\u006e\u006f\u0074\u0020\u0066\u006f\u0075\u006e\u0064!\u0020\u0072\u0075\u006e\u0065\u003d\u0030\u0078\u0025\u0030\u0034\u0078\u003d\u0025\u0063\u0020\u0066o\u006e\u0074\u003d\u0025\u0073\u0020\u0025\u0023\u0071",_bead ,_bead ,_aafcf .Font .BaseFont (),_aafcf .Font .Subtype ()); +_ca .Log .Trace ("\u0046o\u006e\u0074\u003a\u0020\u0025\u0023v",_aafcf .Font );_ca .Log .Trace ("\u0045\u006e\u0063o\u0064\u0065\u0072\u003a\u0020\u0025\u0023\u0076",_aafcf .Font .Encoder ());return nil ,_fc .New ("\u0067\u006c\u0079\u0070\u0068\u0020\u0063\u0068\u0061\u0072\u0020m\u0065\u0074\u0072\u0069\u0063\u0073\u0020\u006d\u0069\u0073s\u0069\u006e\u0067"); +};_ebbcf :=_aafcf .FontSize *_acfbd .Wx ;_bbfcb :=_ebbcf ;if !_bgcde {_bbfcb =_ebbcf +_aafcf .CharSpacing *1000.0;};if _afdcba +_ebbcf > width *1000.0{_gaca :=-1;if !_bgcde {for _cbebfd :=len (_ffgd )-1;_cbebfd >=0;_cbebfd --{if _ffgd [_cbebfd ]==' '{_gaca =_cbebfd ; +break ;};};};_edcc :=string (_ffgd );if _gaca > 0{_edcc =string (_ffgd [0:_gaca +1]);_ffgd =append (_ffgd [_gaca +1:],_bead );_defd =append (_defd [_gaca +1:],_bbfcb );_afdcba =0;for _ ,_afabb :=range _defd {_afdcba +=_afabb ;};}else {if _bgcde {_ffgd =[]rune {}; +_defd =[]float64 {};_afdcba =0;}else {_ffgd =[]rune {_bead };_defd =[]float64 {_bbfcb };_afdcba =_bbfcb ;};};_edcc =_ebaa (_edcc ,_egfeg );_dege =append (_dege ,_ddf .TrimRightFunc (_edcc ,_ab .IsSpace ));}else {_ffgd =append (_ffgd ,_bead );_afdcba +=_bbfcb ; +_defd =append (_defd ,_bbfcb );};};if len (_ffgd )> 0{_fgada :=string (_ffgd );_fgada =_ebaa (_fgada ,_egfeg );_dege =append (_dege ,_fgada );};return _dege ,nil ;};func (_defcbe *templateProcessor )nodeLogDebug (_deccb *templateNode ,_dded string ,_cddcc ...interface{}){_ca .Log .Debug (_defcbe .getNodeErrorLocation (_deccb ,_dded ,_cddcc ...)); +}; -// RenderingMode represents the rendering mode. -RenderingMode TextRenderingMode ; +// SetLevelOffset sets the amount of space an indentation level occupies. +func (_fcbbaa *TOCLine )SetLevelOffset (levelOffset float64 ){_fcbbaa ._gedeb =levelOffset ;_fcbbaa ._ecfeg ._affa .Left =_fcbbaa ._gdcff +float64 (_fcbbaa ._bfcf -1)*_fcbbaa ._gedeb ;};func (_fadb *templateProcessor )addNodeText (_ggeed *templateNode ,_afdfg string )error {_ebca :=_ggeed ._fdfd ; +if _ebca ==nil {return nil ;};switch _afdbg :=_ebca .(type ){case *TextChunk :_afdbg .Text =_afdfg ;case *Paragraph :switch _ggeed ._eccfd .Name .Local {case "\u0063h\u0061p\u0074\u0065\u0072\u002d\u0068\u0065\u0061\u0064\u0069\u006e\u0067":if _ggeed ._ddbbd !=nil {if _cefgb ,_beffe :=_ggeed ._ddbbd ._fdfd .(*Chapter ); +_beffe {_cefgb ._fagc =_afdfg ;_afdbg .SetText (_cefgb .headingText ());};};default:_afdbg .SetText (_afdfg );};};return nil ;}; -// Underline specifies if the text chunk is underlined. -Underline bool ; +// SetFitMode sets the fit mode of the image. +// NOTE: The fit mode is only applied if relative positioning is used. +func (_gbc *Image )SetFitMode (fitMode FitMode ){_gbc ._gfba =fitMode };func _cffg (_dfgcg float64 ,_fgegf int )float64 {_gbeaa :=_ff .Pow10 (_fgegf );return _ff .Round (_gbeaa *_dfgcg )/_gbeaa ;};func _adcc (_aec ,_cea *_gd .PdfPageResources )error {_dfcg ,_ :=_aec .GetColorspaces (); +if _dfcg !=nil &&len (_dfcg .Colorspaces )> 0{for _feb ,_agad :=range _dfcg .Colorspaces {_egbf :=*_be .MakeName (_feb );if _cea .HasColorspaceByName (_egbf ){continue ;};_eccg :=_cea .SetColorspaceByName (_egbf ,_agad );if _eccg !=nil {return _eccg ;}; +};};return nil ;}; -// UnderlineStyle represents the style of the line used to underline text. -UnderlineStyle TextDecorationLineStyle ; +// SetLineHeight sets the line height (1.0 default). +func (_bcbe *StyledParagraph )SetLineHeight (lineheight float64 ){_bcbe ._bcde =lineheight };func _dgeb (_dgcgg *_gd .PdfRectangle ,_bfeabd _cbe .Matrix )*_gd .PdfRectangle {var _bcafg _gd .PdfRectangle ;_bcafg .Llx ,_bcafg .Lly =_bfeabd .Transform (_dgcgg .Llx ,_dgcgg .Lly ); +_bcafg .Urx ,_bcafg .Ury =_bfeabd .Transform (_dgcgg .Urx ,_dgcgg .Ury );_bcafg .Normalize ();return &_bcafg ;};func (_eggbe *templateProcessor )parseInt64Attr (_edeed ,_fbbbf string )int64 {_ca .Log .Debug ("\u0050\u0061rs\u0069\u006e\u0067 \u0069\u006e\u0074\u00364 a\u0074tr\u0069\u0062\u0075\u0074\u0065\u003a\u0020(`\u0025\u0073\u0060\u002c\u0020\u0025\u0073)\u002e",_edeed ,_fbbbf ); +_caabc ,_ :=_fd .ParseInt (_fbbbf ,10,64);return _caabc ;}; -// TextRise specifies a vertical adjustment for text. It is useful for -// drawing subscripts/superscripts. A positive text rise value will -// produce superscript text, while a negative one will result in -// subscript text. -TextRise float64 ;}; +// GetCoords returns coordinates of border. +func (_efab *border )GetCoords ()(float64 ,float64 ){return _efab ._ffa ,_efab ._cbc }; -// SetAnchor set gradient position anchor. -// Default to center. -func (_gdcb *RadialShading )SetAnchor (anchor AnchorPoint ){_gdcb ._effe =anchor }; +// Lines returns all the lines the table of contents has. +func (_efdd *TOC )Lines ()[]*TOCLine {return _efdd ._gfcc }; -// SetMargins sets the margins of the paragraph. -func (_fcbb *List )SetMargins (left ,right ,top ,bottom float64 ){_fcbb ._gacb .Left =left ;_fcbb ._gacb .Right =right ;_fcbb ._gacb .Top =top ;_fcbb ._gacb .Bottom =bottom ;};func (_ecgd *Invoice )setCellBorder (_dedfa *TableCell ,_beaf *InvoiceCell ){for _ ,_eedb :=range _beaf .BorderSides {_dedfa .SetBorder (_eedb ,CellBorderStyleSingle ,_beaf .BorderWidth ); -};_dedfa .SetBorderColor (_beaf .BorderColor );}; +// ScaleToWidth sets the graphic svg scaling factor with the given width. +func (_bfba *GraphicSVG )ScaleToWidth (w float64 ){_ece :=_bfba ._dddg .Height /_bfba ._dddg .Width ;_bfba ._dddg .Width =w ;_bfba ._dddg .Height =w *_ece ;_bfba ._dddg .SetScaling (_ece ,_ece );}; -// NewBlock creates a new Block with specified width and height. -func NewBlock (width float64 ,height float64 )*Block {_bbf :=&Block {};_bbf ._cb =&_dg .ContentStreamOperations {};_bbf ._dgd =_fgd .NewPdfPageResources ();_bbf ._da =width ;_bbf ._ace =height ;return _bbf ;}; +// NewLine creates a new line between (x1, y1) to (x2, y2), +// using default attributes. +// NOTE: In relative positioning mode, `x1` and `y1` are calculated using the +// current context and `x2`, `y2` are used only to calculate the position of +// the second point in relation to the first one (used just as a measurement +// of size). Furthermore, when the fit mode is set to fill the context width, +// `x2` is set to the right edge coordinate of the context. +func (_daec *Creator )NewLine (x1 ,y1 ,x2 ,y2 float64 )*Line {return _cegb (x1 ,y1 ,x2 ,y2 )};func _badfd (_bab *_ea .GraphicSVG )(*GraphicSVG ,error ){return &GraphicSVG {_dddg :_bab ,_cdgd :PositionRelative ,_agdb :Margins {Top :10,Bottom :10}},nil ; +};func (_bdf *Block )SetMarkedContentID (id int64 )*_gd .KDict {return nil };const (TextAlignmentLeft TextAlignment =iota ;TextAlignmentRight ;TextAlignmentCenter ;TextAlignmentJustify ;);func (_bfegc *templateProcessor )getNodeErrorLocation (_gfgg *templateNode ,_cfff string ,_aagae ...interface{})string {_afdcb :=_f .Sprintf (_cfff ,_aagae ...); +_cfba :=_f .Sprintf ("\u0025\u0064",_gfgg ._afdda );if _gfgg ._gbdd !=0{_cfba =_f .Sprintf ("\u0025\u0064\u003a%\u0064",_gfgg ._gbdd ,_gfgg ._ggcca );};if _bfegc ._cabb !=""{return _f .Sprintf ("\u0025\u0073\u0020\u005b\u0025\u0073\u003a\u0025\u0073\u005d",_afdcb ,_bfegc ._cabb ,_cfba ); +};return _f .Sprintf ("\u0025s\u0020\u005b\u0025\u0073\u005d",_afdcb ,_cfba );};func _ddcfb (_eefaa *templateProcessor ,_acgg *templateNode )(interface{},error ){return _eefaa .parseTable (_acgg );};func _cddab (_edeca ...interface{})[]interface{}{return _edeca }; -// SetMarkedContentID sets the marked content ID. -func (_dcdg *PolyBezierCurve )SetMarkedContentID (mcid int64 )*_fgd .KDict {_dcdg ._daef =&mcid ;_cafb :=_fgd .NewKDictionary ();_cafb .S =_bc .MakeName (_fgd .StructureTypeFigure );_cafb .K =_bc .MakeInteger (mcid );return _cafb ;}; -// Insert adds a new text chunk at the specified position in the paragraph. -func (_ccde *StyledParagraph )Insert (index uint ,text string )*TextChunk {_bacd :=uint (len (_ccde ._ecec ));if index > _bacd {index =_bacd ;};_fcfe :=NewTextChunk (text ,_ccde ._fgbg );_ccde ._ecec =append (_ccde ._ecec [:index ],append ([]*TextChunk {_fcfe },_ccde ._ecec [index :]...)...); -_ccde .wrapText ();return _fcfe ;}; +// TOCLine represents a line in a table of contents. +// The component can be used both in the context of a +// table of contents component and as a standalone component. +// The representation of a table of contents line is as follows: +/* + [number] [title] [separator] [page] + e.g.: Chapter1 Introduction ........... 1 +*/ +type TOCLine struct{_ecfeg *StyledParagraph ; -// TextChunk represents a chunk of text along with a particular style. -type TextChunk struct{ +// Holds the text and style of the number part of the TOC line. +Number TextChunk ; -// The text that is being rendered in the PDF. -Text string ; +// Holds the text and style of the title part of the TOC line. +Title TextChunk ; -// The style of the text being rendered. -Style TextStyle ;_abefd *_fgd .PdfAnnotation ;_ebcfe bool ; +// Holds the text and style of the separator part of the TOC line. +Separator TextChunk ; -// The vertical alignment of the text chunk. -VerticalAlignment TextVerticalAlignment ;}; +// Holds the text and style of the page part of the TOC line. +Page TextChunk ;_gdcff float64 ;_bfcf uint ;_gedeb float64 ;_cdfed Positioning ;_bfcae float64 ;_geaed float64 ;_bfabf int64 ;};func _aagc (_gbedg []*_gd .PdfAnnotation )[]*_gd .PdfAnnotation {var _bfbc []*_gd .PdfAnnotation ;for _ ,_bdfg :=range _gbedg {_bfbc =append (_bfbc ,_cebge (_bdfg )); +};return _bfbc ;}; -// Positioning represents the positioning type for drawing creator components (relative/absolute). -type Positioning int ; +// Rows returns the total number of rows the table has. +func (_eafbd *Table )Rows ()int {return _eafbd ._addf };func _baddb (_gbed *templateProcessor ,_eagdb *templateNode )(interface{},error ){return _gbed .parsePageBreak (_eagdb );};func _aegcb (_gcdb ...interface{})(map[string ]interface{},error ){_cffff :=len (_gcdb ); +if _cffff %2!=0{_ca .Log .Error ("\u0049\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u006e\u0075\u006d\u0062\u0065\u0072\u0020\u006f\u0066\u0020p\u0061\u0072\u0061\u006d\u0065\u0074\u0065r\u0073\u0020\u0066\u006f\u0072\u0020\u0063\u0072\u0065\u0061\u0074i\u006e\u0067\u0020\u006d\u0061\u0070\u003a\u0020\u0025\u0064\u002e",_cffff ); +return nil ,_be .ErrRangeError ;};_aegf :=map[string ]interface{}{};for _cbfffc :=0;_cbfffc < _cffff ;_cbfffc +=2{_abdd ,_ddge :=_gcdb [_cbfffc ].(string );if !_ddge {_ca .Log .Error ("\u0049\u006e\u0076\u0061\u006c\u0069\u0064 \u006d\u0061\u0070 \u006b\u0065\u0079\u0020t\u0079\u0070\u0065\u0020\u0028\u0025\u0054\u0029\u002e\u0020\u0045\u0078\u0070\u0065\u0063\u0074\u0065\u0064\u0020\u0073\u0074\u0072\u0069\u006e\u0067\u002e",_gcdb [_cbfffc ]); +return nil ,_be .ErrTypeError ;};_aegf [_abdd ]=_gcdb [_cbfffc +1];};return _aegf ,nil ;}; -// BorderWidth returns the border width of the ellipse. -func (_ggaaf *Ellipse )BorderWidth ()float64 {return _ggaaf ._gfbg };func (_dfcf *StyledParagraph )wrapChunks (_abdgb bool )error {if !_dfcf ._fegca ||int (_dfcf ._ffcfd )<=0{_dfcf ._bdfce =[][]*TextChunk {_dfcf ._ecec };return nil ;};if _dfcf ._eadc {_dfcf .wrapWordChunks (); -};_dfcf ._bdfce =[][]*TextChunk {};var _dcfdd []*TextChunk ;var _gadb float64 ;_agbb :=_fe .IsSpace ;if !_abdgb {_agbb =func (rune )bool {return false };};_eaaf :=_dgbbf (_dfcf ._ffcfd *1000.0,0.000001);for _ ,_gcdf :=range _dfcf ._ecec {_dcge :=_gcdf .Style ; -_ddgab :=_gcdf ._abefd ;_faff :=_gcdf .VerticalAlignment ;var (_dceaf []rune ;_bdbd []float64 ;);_cead :=_eedbc (_gcdf .Text );for _ ,_fadf :=range _gcdf .Text {if _fadf =='\u000A'{if !_abdgb {_dceaf =append (_dceaf ,_fadf );};_dcfdd =append (_dcfdd ,&TextChunk {Text :_eg .TrimRightFunc (string (_dceaf ),_agbb ),Style :_dcge ,_abefd :_bggbd (_ddgab ),VerticalAlignment :_faff }); -_dfcf ._bdfce =append (_dfcf ._bdfce ,_dcfdd );_dcfdd =nil ;_gadb =0;_dceaf =nil ;_bdbd =nil ;continue ;};_gddc :=_fadf ==' ';_cbefb ,_cedbc :=_dcge .Font .GetRuneMetrics (_fadf );if _cbefb .Wx ==0&&_dcge .MultiFont !=nil ||_dcge .MultiFont !=nil &&!_cedbc {_cbefb ,_cedbc =_dcge .MultiFont .GetRuneMetrics (_fadf ); -};if !_cedbc {_fec .Log .Debug ("\u0052\u0075\u006e\u0065\u0020\u0063\u0068\u0061\u0072\u0020\u006d\u0065\u0074\u0072\u0069c\u0073 \u006e\u006f\u0074\u0020\u0066\u006f\u0075\u006e\u0064\u0021\u0020\u0025\u0076\u000a",_fadf );return _bd .New ("\u0067\u006c\u0079\u0070\u0068\u0020\u0063\u0068\u0061\u0072\u0020m\u0065\u0074\u0072\u0069\u0063\u0073\u0020\u006d\u0069\u0073s\u0069\u006e\u0067"); -};_gfcae :=_dcge .FontSize *_cbefb .Wx *_dcge .horizontalScale ();_afdaa :=_gfcae ;if !_gddc {_afdaa =_gfcae +_dcge .CharSpacing *1000.0;};if _gadb +_gfcae > _eaaf {_bgffc :=-1;if !_gddc {for _bddcd :=len (_dceaf )-1;_bddcd >=0;_bddcd --{if _dceaf [_bddcd ]==' '{_bgffc =_bddcd ; -break ;};};};if _dfcf ._eadc {_aafeb :=len (_dcfdd );if _aafeb > 0{_dcfdd [_aafeb -1].Text =_eg .TrimRightFunc (_dcfdd [_aafeb -1].Text ,_agbb );_dfcf ._bdfce =append (_dfcf ._bdfce ,_dcfdd );_dcfdd =[]*TextChunk {};};_dceaf =append (_dceaf ,_fadf );_bdbd =append (_bdbd ,_afdaa ); -if _bgffc >=0{_dceaf =_dceaf [_bgffc +1:];_bdbd =_bdbd [_bgffc +1:];};_gadb =0;for _ ,_fgec :=range _bdbd {_gadb +=_fgec ;};if _gadb > _eaaf {_bdffe :=string (_dceaf [:len (_dceaf )-1]);_bdffe =_cgeac (_bdffe ,_cead );if !_abdgb &&_gddc {_bdffe +="\u0020"; -};_dcfdd =append (_dcfdd ,&TextChunk {Text :_eg .TrimRightFunc (_bdffe ,_agbb ),Style :_dcge ,_abefd :_bggbd (_ddgab ),VerticalAlignment :_faff });_dfcf ._bdfce =append (_dfcf ._bdfce ,_dcfdd );_dcfdd =[]*TextChunk {};_dceaf =[]rune {_fadf };_bdbd =[]float64 {_afdaa }; -_gadb =_afdaa ;};continue ;};_cegg :=string (_dceaf );if _bgffc >=0{_cegg =string (_dceaf [0:_bgffc +1]);_dceaf =_dceaf [_bgffc +1:];_dceaf =append (_dceaf ,_fadf );_bdbd =_bdbd [_bgffc +1:];_bdbd =append (_bdbd ,_afdaa );_gadb =0;for _ ,_cfda :=range _bdbd {_gadb +=_cfda ; -};}else {if _gddc {_gadb =0;_dceaf =[]rune {};_bdbd =[]float64 {};}else {_gadb =_afdaa ;_dceaf =[]rune {_fadf };_bdbd =[]float64 {_afdaa };};};_cegg =_cgeac (_cegg ,_cead );if !_abdgb &&_gddc {_cegg +="\u0020";};_dcfdd =append (_dcfdd ,&TextChunk {Text :_eg .TrimRightFunc (_cegg ,_agbb ),Style :_dcge ,_abefd :_bggbd (_ddgab ),VerticalAlignment :_faff }); -_dfcf ._bdfce =append (_dfcf ._bdfce ,_dcfdd );_dcfdd =[]*TextChunk {};}else {_gadb +=_afdaa ;_dceaf =append (_dceaf ,_fadf );_bdbd =append (_bdbd ,_afdaa );};};if len (_dceaf )> 0{_bgdb :=_cgeac (string (_dceaf ),_cead );_dcfdd =append (_dcfdd ,&TextChunk {Text :_bgdb ,Style :_dcge ,_abefd :_bggbd (_ddgab ),VerticalAlignment :_faff }); -};};if len (_dcfdd )> 0{_dfcf ._bdfce =append (_dfcf ._bdfce ,_dcfdd );};return nil ;};func (_eeccd *templateProcessor )parseBorderRadiusAttr (_ecfgc ,_cdbcb string )(_eeeda ,_cade ,_ccbb ,_bgbf float64 ){_fec .Log .Debug ("\u0050a\u0072\u0073i\u006e\u0067\u0020\u0062o\u0072\u0064\u0065r\u0020\u0072\u0061\u0064\u0069\u0075\u0073\u0020\u0061tt\u0072\u0069\u0062u\u0074\u0065:\u0020\u0028\u0060\u0025\u0073\u0060,\u0020\u0025s\u0029\u002e",_ecfgc ,_cdbcb ); -switch _caegg :=_eg .Fields (_cdbcb );len (_caegg ){case 1:_eeeda ,_ =_fg .ParseFloat (_caegg [0],64);_cade =_eeeda ;_ccbb =_eeeda ;_bgbf =_eeeda ;case 2:_eeeda ,_ =_fg .ParseFloat (_caegg [0],64);_ccbb =_eeeda ;_cade ,_ =_fg .ParseFloat (_caegg [1],64); -_bgbf =_cade ;case 3:_eeeda ,_ =_fg .ParseFloat (_caegg [0],64);_cade ,_ =_fg .ParseFloat (_caegg [1],64);_bgbf =_cade ;_ccbb ,_ =_fg .ParseFloat (_caegg [2],64);case 4:_eeeda ,_ =_fg .ParseFloat (_caegg [0],64);_cade ,_ =_fg .ParseFloat (_caegg [1],64); -_ccbb ,_ =_fg .ParseFloat (_caegg [2],64);_bgbf ,_ =_fg .ParseFloat (_caegg [3],64);};return _eeeda ,_cade ,_ccbb ,_bgbf ;}; +// GeneratePageBlocks generate the Page blocks. Multiple blocks are generated if the contents wrap +// over multiple pages. +func (_gfd *Chapter )GeneratePageBlocks (ctx DrawContext )([]*Block ,DrawContext ,error ){_abec :=ctx ;if _gfd ._adba .IsRelative (){ctx .X +=_gfd ._dfdg .Left ;ctx .Y +=_gfd ._dfdg .Top ;ctx .Width -=_gfd ._dfdg .Left +_gfd ._dfdg .Right ;ctx .Height -=_gfd ._dfdg .Top ; +};_decg ,_cbbg ,_fced :=_gfd ._adbf .GeneratePageBlocks (ctx );if _fced !=nil {return _decg ,ctx ,_fced ;};ctx =_cbbg ;_cdg :=ctx .X ;_aabc :=ctx .Y -_gfd ._adbf .Height ();_egcb :=int64 (ctx .Page );_bdde :=_gfd .headingNumber ();_dgaa :=_gfd .headingText (); +if _gfd ._addc {_dab :=_gfd ._bbg .Add (_bdde ,_gfd ._fagc ,_fd .FormatInt (_egcb ,10),_gfd ._ecgg );if _gfd ._bbg ._daded {_dab .SetLink (_egcb ,_cdg ,_aabc );};};if _gfd ._edge ==nil {_gfd ._edge =_gd .NewOutlineItem (_dgaa ,_gd .NewOutlineDest (_egcb -1,_cdg ,_aabc )); +if _gfd ._bae !=nil {_gfd ._bae ._edge .Add (_gfd ._edge );}else {_gfd ._acbg .Add (_gfd ._edge );};}else {_bce :=&_gfd ._edge .Dest ;_bce .Page =_egcb -1;_bce .X =_cdg ;_bce .Y =_aabc ;};for _ ,_dca :=range _gfd ._agef {_effd ,_fgdd ,_acbb :=_dca .GeneratePageBlocks (ctx ); +if _acbb !=nil {return _decg ,ctx ,_acbb ;};if len (_effd )< 1{continue ;};_decg [len (_decg )-1].mergeBlocks (_effd [0]);_decg =append (_decg ,_effd [1:]...);ctx =_fgdd ;};if _gfd ._adba .IsRelative (){ctx .X =_abec .X ;};if _gfd ._adba .IsAbsolute (){return _decg ,_abec ,nil ; +};return _decg ,ctx ,nil ;};func (_abgff *TOCLine )getLineLink ()*_gd .PdfAnnotation {if _abgff ._bfabf <=0{return nil ;};return _egded (_abgff ._bfabf -1,_abgff ._bfcae ,_abgff ._geaed ,0);}; -// Notes returns the notes section of the invoice as a title-content pair. -func (_ccga *Invoice )Notes ()(string ,string ){return _ccga ._bbgb [0],_ccga ._bbgb [1]}; +// SetCoords sets the upper left corner coordinates of the rectangle. +func (_abc *Rectangle )SetCoords (x ,y float64 ){_abc ._fdeb =x ;_abc ._fefcd =y };func (_aaccb *Table )wrapRow (_cefe int ,_fegf DrawContext ,_ecbf float64 )(bool ,error ){if !_aaccb ._ffeag {return false ,nil ;};var (_eaef =_aaccb ._gedg [_cefe ];_ggbge =-1; +_efbd []*TableCell ;_cgefd float64 ;_gcaa bool ;_gbgcb =make ([]float64 ,0,len (_aaccb ._faae )););_ddbed :=func (_gcgfc *TableCell ,_cgad VectorDrawable ,_adbd bool )*TableCell {_gefad :=*_gcgfc ;_gefad ._bdea =_cgad ;if _adbd {_gefad ._fgcga ++;};return &_gefad ; +};_bffff :=func (_feffc int ,_egbaf VectorDrawable ){var _gfdb float64 =-1;if _egbaf ==nil {if _cdge :=_gbgcb [_feffc -_cefe ];_cdge > _fegf .Height {_egbaf =_aaccb ._gedg [_feffc ]._bdea ;_aaccb ._gedg [_feffc ]._bdea =nil ;_gbgcb [_feffc -_cefe ]=0;_gfdb =_cdge ; +};};_acedf :=_ddbed (_aaccb ._gedg [_feffc ],_egbaf ,true );_efbd =append (_efbd ,_acedf );if _gfdb < 0{_gfdb =_acedf .height (_fegf .Width );};if _gfdb > _cgefd {_cgefd =_gfdb ;};};for _cdfca :=_cefe ;_cdfca < len (_aaccb ._gedg );_cdfca ++{_eecb :=_aaccb ._gedg [_cdfca ]; +if _eaef ._fgcga !=_eecb ._fgcga {_ggbge =_cdfca ;break ;};_fegf .Width =_eecb .width (_aaccb ._faae ,_ecbf );_ebgb :=_eecb .height (_fegf .Width );var _bacga VectorDrawable ;switch _bfeab :=_eecb ._bdea .(type ){case *StyledParagraph :if _ebgb > _fegf .Height {_gege :=_fegf ; +_gege .Height =_ff .Floor (_fegf .Height -_bfeab ._affa .Top -_bfeab ._affa .Bottom -0.5*_bfeab .getTextHeight ());_ddbdba ,_eggbb ,_baaa :=_bfeab .split (_gege );if _baaa !=nil {return false ,_baaa ;};if _ddbdba !=nil &&_eggbb !=nil {_bfeab =_ddbdba ; +_eecb =_ddbed (_eecb ,_ddbdba ,false );_aaccb ._gedg [_cdfca ]=_eecb ;_bacga =_eggbb ;_gcaa =true ;};_ebgb =_eecb .height (_fegf .Width );};case *Division :if _ebgb > _fegf .Height {_fdgg :=_fegf ;_fdgg .Height =_ff .Floor (_fegf .Height -_bfeab ._fceg .Top -_bfeab ._fceg .Bottom ); +_abgf ,_dfccg :=_bfeab .split (_fdgg );if _abgf !=nil &&_dfccg !=nil {_bfeab =_abgf ;_eecb =_ddbed (_eecb ,_abgf ,false );_aaccb ._gedg [_cdfca ]=_eecb ;_bacga =_dfccg ;_gcaa =true ;if _abgf ._bacfc !=nil {_abgf ._bacfc .BorderRadiusBottomLeft =0;_abgf ._bacfc .BorderRadiusBottomRight =0; +};if _dfccg ._bacfc !=nil {_dfccg ._bacfc .BorderRadiusTopLeft =0;_dfccg ._bacfc .BorderRadiusTopRight =0;};_ebgb =_eecb .height (_fegf .Width );};};case *List :if _ebgb > _fegf .Height {_deeg :=_fegf ;_deeg .Height =_ff .Floor (_fegf .Height -_bfeab ._edgdc .Vertical ()); +_edebf ,_agdgg :=_bfeab .split (_deeg );if _edebf !=nil {_bfeab =_edebf ;_eecb =_ddbed (_eecb ,_edebf ,false );_aaccb ._gedg [_cdfca ]=_eecb ;};if _agdgg !=nil {_bacga =_agdgg ;_gcaa =true ;};_ebgb =_eecb .height (_fegf .Width );};};_gbgcb =append (_gbgcb ,_ebgb ); +if _gcaa {if _efbd ==nil {_efbd =make ([]*TableCell ,0,len (_aaccb ._faae ));for _decaf :=_cefe ;_decaf < _cdfca ;_decaf ++{_bffff (_decaf ,nil );};};_bffff (_cdfca ,_bacga );};};var _bffgg float64 ;for _ ,_cefg :=range _gbgcb {if _cefg > _bffgg {_bffgg =_cefg ; +};};if _gcaa &&_bffgg < _fegf .Height {if _ggbge < 0{_ggbge =len (_aaccb ._gedg );};_gceaa :=_aaccb ._gedg [_ggbge -1]._fgcga +_aaccb ._gedg [_ggbge -1]._edegf -1;for _dfbg :=_ggbge ;_dfbg < len (_aaccb ._gedg );_dfbg ++{_aaccb ._gedg [_dfbg ]._fgcga ++; +};_aaccb ._gedg =append (_aaccb ._gedg [:_ggbge ],append (_efbd ,_aaccb ._gedg [_ggbge :]...)...);_aaccb ._gadc =append (_aaccb ._gadc [:_gceaa ],append ([]float64 {_cgefd },_aaccb ._gadc [_gceaa :]...)...);_aaccb ._gadc [_eaef ._fgcga +_eaef ._edegf -2]=_bffgg ; +};return _gcaa ,nil ;}; -// TitleStyle returns the style properties used to render the invoice title. -func (_dbcb *Invoice )TitleStyle ()TextStyle {return _dbcb ._adaa };func _dcgcc (_ffgcg *templateProcessor ,_dcefg *templateNode )(interface{},error ){return _ffgcg .parseImage (_dcefg );}; +// StyledParagraph represents text drawn with a specified font and can wrap across lines and pages. +// By default occupies the available width in the drawing context. +type StyledParagraph struct{_bcbc []*TextChunk ;_cggd TextStyle ;_debd TextStyle ;_abff TextAlignment ;_eeedb TextVerticalAlignment ;_bcde float64 ;_egbgc bool ;_cbcb float64 ;_fecad bool ;_baceb bool ;_fcga TextOverflow ;_cbace float64 ;_affa Margins ; +_abab Positioning ;_cabcd float64 ;_ccde float64 ;_efea float64 ;_abag float64 ;_ccae [][]*TextChunk ;_bfbe func (_ffdd *StyledParagraph ,_ecee DrawContext );_gbdb *int64 ;_abce string ;}; -// GeneratePageBlocks generate the Page blocks. Draws the Image on a block, implementing the Drawable interface. -func (_fgcdd *Image )GeneratePageBlocks (ctx DrawContext )([]*Block ,DrawContext ,error ){if _fgcdd ._gacc ==nil {if _dgefe :=_fgcdd .makeXObject ();_dgefe !=nil {return nil ,ctx ,_dgefe ;};};var _ceae []*Block ;_gbcg :=ctx ;_daed :=NewBlock (ctx .PageWidth ,ctx .PageHeight ); -if _fgcdd ._accd .IsRelative (){_fgcdd .applyFitMode (ctx .Width );ctx .X +=_fgcdd ._cdbc .Left ;ctx .Y +=_fgcdd ._cdbc .Top ;ctx .Width -=_fgcdd ._cdbc .Left +_fgcdd ._cdbc .Right ;ctx .Height -=_fgcdd ._cdbc .Top +_fgcdd ._cdbc .Bottom ;if _fgcdd ._fegb > ctx .Height {_ceae =append (_ceae ,_daed ); -_daed =NewBlock (ctx .PageWidth ,ctx .PageHeight );ctx .Page ++;_ebge :=ctx ;_ebge .Y =ctx .Margins .Top +_fgcdd ._cdbc .Top ;_ebge .X =ctx .Margins .Left +_fgcdd ._cdbc .Left ;_ebge .Height =ctx .PageHeight -ctx .Margins .Top -ctx .Margins .Bottom -_fgcdd ._cdbc .Top -_fgcdd ._cdbc .Bottom ; -_ebge .Width =ctx .PageWidth -ctx .Margins .Left -ctx .Margins .Right -_fgcdd ._cdbc .Left -_fgcdd ._cdbc .Right ;ctx =_ebge ;};}else {ctx .X =_fgcdd ._afggb ;ctx .Y =_fgcdd ._dbccc ;};ctx ,_gegfg :=_edebe (_daed ,_fgcdd ,ctx );if _gegfg !=nil {return nil ,ctx ,_gegfg ; -};_ceae =append (_ceae ,_daed );if _fgcdd ._accd .IsAbsolute (){ctx =_gbcg ;}else {ctx .X =_gbcg .X ;ctx .Width =_gbcg .Width ;ctx .Y +=_fgcdd ._cdbc .Bottom ;};return _ceae ,ctx ,nil ;}; +// GetMargins returns the Paragraph's margins: left, right, top, bottom. +func (_aafb *StyledParagraph )GetMargins ()(float64 ,float64 ,float64 ,float64 ){return _aafb ._affa .Left ,_aafb ._affa .Right ,_aafb ._affa .Top ,_aafb ._affa .Bottom ;};func _cbgb (_fdf ,_dgda ,_gfga ,_fdeg ,_fafd ,_ebaf float64 )*Curve {_egef :=&Curve {}; +_egef ._eded =_fdf ;_egef ._dbcd =_dgda ;_egef ._efdba =_gfga ;_egef ._bacf =_fdeg ;_egef ._ffea =_fafd ;_egef ._agefe =_ebaf ;_egef ._gffeeb =ColorBlack ;_egef ._bdag =1.0;return _egef ;};func (_addad *templateProcessor )parseList (_ecfc *templateNode )(interface{},error ){_fdag :=_addad .creator .NewList (); +for _ ,_cefgc :=range _ecfc ._eccfd .Attr {_gadf :=_cefgc .Value ;switch _dcda :=_cefgc .Name .Local ;_dcda {case "\u0069\u006e\u0064\u0065\u006e\u0074":_fdag .SetIndent (_addad .parseFloatAttr (_dcda ,_gadf ));case "\u006d\u0061\u0072\u0067\u0069\u006e":_fgee :=_addad .parseMarginAttr (_dcda ,_gadf ); +_fdag .SetMargins (_fgee .Left ,_fgee .Right ,_fgee .Top ,_fgee .Bottom );default:_addad .nodeLogDebug (_ecfc ,"\u0055\u006e\u0073\u0075\u0070\u0070\u006fr\u0074\u0065\u0064 \u006c\u0069\u0073\u0074 \u0061\u0074\u0074\u0072\u0069\u0062\u0075\u0074\u0065\u003a\u0020\u0060\u0025\u0073\u0060\u002e\u0020\u0053\u006b\u0069\u0070\u0070\u0069\u006e\u0067\u002e",_dcda ); +};};return _fdag ,nil ;}; -// SetTitleStyle sets the style properties of the invoice title. -func (_ccfd *Invoice )SetTitleStyle (style TextStyle ){_ccfd ._adaa =style }; +// SetTOC sets the table of content component of the creator. +// This method should be used when building a custom table of contents. +func (_bgfbd *Creator )SetTOC (toc *TOC ){if toc ==nil {return ;};_bgfbd ._dda =toc ;};func _dacbg (_bfae *templateProcessor ,_fadaf *templateNode )(interface{},error ){return _bfae .parseEllipse (_fadaf );}; -// AddTotalLine adds a new line in the invoice totals table. -func (_debdg *Invoice )AddTotalLine (desc ,value string )(*InvoiceCell ,*InvoiceCell ){_dbea :=&InvoiceCell {_debdg ._afcea ,desc };_gaagg :=&InvoiceCell {_debdg ._afcea ,value };_debdg ._aegd =append (_debdg ._aegd ,[2]*InvoiceCell {_dbea ,_gaagg });return _dbea ,_gaagg ; +// SetRowHeight sets the height for a specified row. +func (_dbfb *Table )SetRowHeight (row int ,h float64 )error {if row < 1||row > len (_dbfb ._gadc ){return _fc .New ("\u0072\u0061\u006e\u0067\u0065\u0020\u0063\u0068\u0065\u0063\u006b\u0020e\u0072\u0072\u006f\u0072");};_dbfb ._gadc [row -1]=h ;return nil ; }; -// SetFillOpacity sets the fill opacity of the rectangle. -func (_dbcaf *Rectangle )SetFillOpacity (opacity float64 ){_dbcaf ._afdae =opacity };func _faad (_ecaae ...interface{})[]interface{}{return _ecaae }; - -// GetRowHeight returns the height of the specified row. -func (_eeeab *Table )GetRowHeight (row int )(float64 ,error ){if row < 1||row > len (_eeeab ._gecdg ){return 0,_bd .New ("\u0072\u0061\u006e\u0067\u0065\u0020\u0063\u0068\u0065\u0063\u006b\u0020e\u0072\u0072\u006f\u0072");};return _eeeab ._gecdg [row -1],nil ; -};func (_gfaga *templateProcessor )parsePageBreak (_bcgea *templateNode )(interface{},error ){return _gbcfe (),nil ;}; +// GeneratePageBlocks draws the rectangle on a new block representing the page. Implements the Drawable interface. +func (_cbfc *Rectangle )GeneratePageBlocks (ctx DrawContext )([]*Block ,DrawContext ,error ){var (_bedd []*Block ;_afccg =NewBlock (ctx .PageWidth ,ctx .PageHeight );_baafd =ctx ;_agabb =_cbfc ._bcdgg /2;);_fgff :=_cbfc ._dbdf .IsRelative ();if _fgff {_cbfc .applyFitMode (ctx .Width ); +ctx .X +=_cbfc ._ddfgb .Left +_agabb ;ctx .Y +=_cbfc ._ddfgb .Top +_agabb ;ctx .Width -=_cbfc ._ddfgb .Left +_cbfc ._ddfgb .Right ;ctx .Height -=_cbfc ._ddfgb .Top +_cbfc ._ddfgb .Bottom ;if _cbfc ._ddccd > ctx .Height {_bedd =append (_bedd ,_afccg );_afccg =NewBlock (ctx .PageWidth ,ctx .PageHeight ); +ctx .Page ++;_cdcb :=ctx ;_cdcb .Y =ctx .Margins .Top +_cbfc ._ddfgb .Top +_agabb ;_cdcb .X =ctx .Margins .Left +_cbfc ._ddfgb .Left +_agabb ;_cdcb .Height =ctx .PageHeight -ctx .Margins .Top -ctx .Margins .Bottom -_cbfc ._ddfgb .Top -_cbfc ._ddfgb .Bottom ; +_cdcb .Width =ctx .PageWidth -ctx .Margins .Left -ctx .Margins .Right -_cbfc ._ddfgb .Left -_cbfc ._ddfgb .Right ;ctx =_cdcb ;};}else {ctx .X =_cbfc ._fdeb ;ctx .Y =_cbfc ._fefcd ;};_dffe :=_ddb .Rectangle {X :ctx .X ,Y :ctx .PageHeight -ctx .Y -_cbfc ._ddccd ,Width :_cbfc ._dacdg ,Height :_cbfc ._ddccd ,BorderRadiusTopLeft :_cbfc ._dfegd ,BorderRadiusTopRight :_cbfc ._afgd ,BorderRadiusBottomLeft :_cbfc ._ebddb ,BorderRadiusBottomRight :_cbfc ._fcgc ,Opacity :1.0}; +if _cbfc ._gffbd !=nil {_dffe .FillEnabled =true ;_efee :=_fac (_cbfc ._gffbd );_bgcb :=_gaea (_afccg ,_efee ,_cbfc ._gffbd ,func ()Rectangle {return Rectangle {_fdeb :_dffe .X ,_fefcd :_dffe .Y ,_dacdg :_dffe .Width ,_ddccd :_dffe .Height };});if _bgcb !=nil {return nil ,ctx ,_bgcb ; +};_dffe .FillColor =_efee ;};if _cbfc ._aagf !=nil &&_cbfc ._bcdgg > 0{_dffe .BorderEnabled =true ;_dffe .BorderColor =_fac (_cbfc ._aagf );_dffe .BorderWidth =_cbfc ._bcdgg ;};_egbfc ,_eaae :=_afccg .setOpacity (_cbfc ._aadb ,_cbfc ._ggge );if _eaae !=nil {return nil ,ctx ,_eaae ; +};_dggd ,_ ,_eaae :=_dffe .MarkedDraw (_egbfc ,_cbfc ._bcee );if _eaae !=nil {return nil ,ctx ,_eaae ;};if _eaae =_afccg .addContentsByString (string (_dggd ));_eaae !=nil {return nil ,ctx ,_eaae ;};if _fgff {ctx .X =_baafd .X ;ctx .Width =_baafd .Width ; +_beed :=_cbfc ._ddccd +_agabb ;ctx .Y +=_beed +_cbfc ._ddfgb .Bottom ;ctx .Height -=_beed ;}else {ctx =_baafd ;};_bedd =append (_bedd ,_afccg );return _bedd ,ctx ,nil ;}; -// UnsupportedRuneError is an error that occurs when there is unsupported glyph being used. -type UnsupportedRuneError struct{Message string ;Rune rune ;}; +// SetAnchor set gradient position anchor. +// Default to center. +func (_fccb *RadialShading )SetAnchor (anchor AnchorPoint ){_fccb ._cgdec =anchor }; -// Width is not used. The list component is designed to fill into the available -// width depending on the context. Returns 0. -func (_caag *List )Width ()float64 {return 0};func _ddgga (_eccdc *_fgd .PdfAnnotationLink )*_fgd .PdfAnnotationLink {if _eccdc ==nil {return nil ;};_eedag :=_fgd .NewPdfAnnotationLink ();_eedag .BS =_eccdc .BS ;_eedag .A =_eccdc .A ;if _fecgd ,_aefde :=_eccdc .GetAction (); -_aefde ==nil &&_fecgd !=nil {_eedag .SetAction (_fecgd );};if _gacff ,_fadfb :=_eccdc .Dest .(*_bc .PdfObjectArray );_fadfb {_eedag .Dest =_bc .MakeArray (_gacff .Elements ()...);};return _eedag ;}; +// SetLineTitleStyle sets the style for the title part of all new lines +// of the table of contents. +func (_dcgce *TOC )SetLineTitleStyle (style TextStyle ){_dcgce ._eebgb =style }; -// NewImageFromGoImage creates an Image from a go image.Image data structure. -func (_ffge *Creator )NewImageFromGoImage (goimg _e .Image )(*Image ,error ){return _cgcd (goimg )}; +// SetMaxLines sets the maximum number of lines before the paragraph +// text is truncated. +func (_fage *Paragraph )SetMaxLines (maxLines int ){_fage ._gdef =maxLines ;_fage .wrapText ()}; -// NewCurve returns new instance of Curve between points (x1,y1) and (x2, y2) with control point (cx,cy). -func (_acae *Creator )NewCurve (x1 ,y1 ,cx ,cy ,x2 ,y2 float64 )*Curve {return _dgbe (x1 ,y1 ,cx ,cy ,x2 ,y2 );}; +// ScaleToHeight scales the ellipse to the specified height. The width of +// the ellipse is scaled so that the aspect ratio is maintained. +func (_feab *Ellipse )ScaleToHeight (h float64 ){_afdb :=_feab ._gbea /_feab ._fgbb ;_feab ._fgbb =h ;_feab ._gbea =h *_afdb ;}; -// NewInvoice returns an instance of an empty invoice. -func (_adc *Creator )NewInvoice ()*Invoice {_eeed :=_adc .NewTextStyle ();_eeed .Font =_adc ._ceb ;return _gbfdd (_adc .NewTextStyle (),_eeed );};func (_afcf *templateProcessor )renderNode (_fddd *templateNode )error {_fdbga :=_fddd ._bedcd ;if _fdbga ==nil {return nil ; -};_abaga :=_fddd ._adfdg .Name .Local ;_aacde ,_dbee :=_faba [_abaga ];if !_dbee {_afcf .nodeLogDebug (_fddd ,"I\u006e\u0076\u0061\u006c\u0069\u0064 \u0074\u0061\u0067\u0020\u003c\u0025\u0073\u003e\u002e \u0053\u006b\u0069p\u0070i\u006e\u0067\u002e",_abaga ); -return nil ;};var _faaf interface{};if _fddd ._cefd !=nil &&_fddd ._cefd ._bedcd !=nil {_fbgea :=_fddd ._cefd ._adfdg .Name .Local ;if _ ,_dbee =_aacde ._geca [_fbgea ];!_dbee {_afcf .nodeLogDebug (_fddd ,"\u0054\u0061\u0067\u0020\u003c\u0025\u0073\u003e \u0069\u0073\u0020no\u0074\u0020\u0061\u0020\u0076\u0061l\u0069\u0064\u0020\u0070\u0061\u0072\u0065\u006e\u0074\u0020\u0066\u006f\u0072\u0020\u0074h\u0065\u0020\u003c\u0025\u0073\u003e\u0020\u0074a\u0067\u002e",_fbgea ,_abaga ); -return _gdbeeg ;};_faaf =_fddd ._cefd ._bedcd ;}else {_acgg :="\u0063r\u0065\u0061\u0074\u006f\u0072";switch _afcf ._ccfe .(type ){case *Block :_acgg ="\u0062\u006c\u006fc\u006b";};if _ ,_dbee =_aacde ._geca [_acgg ];!_dbee {_afcf .nodeLogDebug (_fddd ,"\u0054\u0061\u0067\u0020\u003c\u0025\u0073\u003e \u0069\u0073\u0020no\u0074\u0020\u0061\u0020\u0076\u0061l\u0069\u0064\u0020\u0070\u0061\u0072\u0065\u006e\u0074\u0020\u0066\u006f\u0072\u0020\u0074h\u0065\u0020\u003c\u0025\u0073\u003e\u0020\u0074a\u0067\u002e",_acgg ,_abaga ); -return _gdbeeg ;};_faaf =_afcf ._ccfe ;};switch _agbba :=_faaf .(type ){case componentRenderer :_bdcec ,_ggcbb :=_fdbga .(Drawable );if !_ggcbb {_afcf .nodeLogError (_fddd ,"\u0054\u0061\u0067\u0020\u003c\u0025\u0073\u003e\u0020\u0028\u0025\u0054\u0029\u0020\u0069s\u0020n\u006f\u0074\u0020\u0061\u0020\u0064\u0072\u0061\u0077\u0061\u0062\u006c\u0065\u002e",_abaga ,_fdbga ); -return _dggef ;};_bcca :=_agbba .Draw (_bdcec );if _bcca !=nil {return _afcf .nodeError (_fddd ,"\u0043\u0061\u006en\u006f\u0074\u0020\u0064r\u0061\u0077\u0073\u0020\u0074\u0061\u0067 \u003c\u0025\u0073\u003e\u0020\u0028\u0025\u0054\u0029\u003a\u0020\u0025\u0073\u002e",_abaga ,_fdbga ,_bcca ); -};case *Division :switch _afged :=_fdbga .(type ){case *Background :_agbba .SetBackground (_afged );case VectorDrawable :_egfa :=_agbba .Add (_afged );if _egfa !=nil {return _afcf .nodeError (_fddd ,"\u0043a\u006e\u006eo\u0074\u0020\u0061d\u0064\u0020\u0074\u0061\u0067\u0020\u003c%\u0073\u003e\u0020\u0028\u0025\u0054)\u0020\u0069\u006e\u0074\u006f\u0020\u0061\u0020\u0044\u0069\u0076i\u0073\u0069\u006f\u006e\u003a\u0020\u0025\u0073\u002e",_abaga ,_fdbga ,_egfa ); -};};case *TableCell :_afcff ,_dfcfg :=_fdbga .(VectorDrawable );if !_dfcfg {_afcf .nodeLogError (_fddd ,"\u0054\u0061\u0067\u0020\u003c\u0025\u0073\u003e\u0020\u0028\u0025\u0054\u0029 \u0069\u0073\u0020\u006e\u006f\u0074 \u0061\u0020\u0076\u0065\u0063\u0074\u006f\u0072\u0020\u0064\u0072\u0061\u0077a\u0062\u006c\u0065\u002e",_abaga ,_fdbga ); -return _dggef ;};_gecdgg :=_agbba .SetContent (_afcff );if _gecdgg !=nil {return _afcf .nodeError (_fddd ,"C\u0061\u006e\u006e\u006f\u0074\u0020\u0061\u0064\u0064 \u0074\u0061\u0067\u0020\u003c\u0025\u0073> \u0028\u0025\u0054\u0029 \u0069\u006e\u0074\u006f\u0020\u0061\u0020\u0074\u0061bl\u0065\u0020c\u0065\u006c\u006c\u003a\u0020\u0025\u0073\u002e",_abaga ,_fdbga ,_gecdgg ); -};case *StyledParagraph :_ccdc ,_cgggg :=_fdbga .(*TextChunk );if !_cgggg {_afcf .nodeLogError (_fddd ,"\u0054\u0061\u0067 <\u0025\u0073\u003e\u0020\u0028\u0025\u0054\u0029\u0020i\u0073 \u006eo\u0074 \u0061\u0020\u0074\u0065\u0078\u0074\u0020\u0063\u0068\u0075\u006e\u006b\u002e",_abaga ,_fdbga ); -return _dggef ;};_agbba .appendChunk (_ccdc );case *Chapter :switch _ddaac :=_fdbga .(type ){case *Chapter :return nil ;case *Paragraph :if _fddd ._adfdg .Name .Local =="\u0063h\u0061p\u0074\u0065\u0072\u002d\u0068\u0065\u0061\u0064\u0069\u006e\u0067"{return nil ; -};_bgade :=_agbba .Add (_ddaac );if _bgade !=nil {return _afcf .nodeError (_fddd ,"\u0043a\u006e\u006eo\u0074\u0020\u0061\u0064d\u0020\u0074\u0061g\u0020\u003c\u0025\u0073\u003e\u0020\u0028\u0025\u0054) \u0069\u006e\u0074o\u0020\u0061 \u0043\u0068\u0061\u0070\u0074\u0065r\u003a\u0020%\u0073\u002e",_abaga ,_fdbga ,_bgade ); -};case Drawable :_feggc :=_agbba .Add (_ddaac );if _feggc !=nil {return _afcf .nodeError (_fddd ,"\u0043a\u006e\u006eo\u0074\u0020\u0061\u0064d\u0020\u0074\u0061g\u0020\u003c\u0025\u0073\u003e\u0020\u0028\u0025\u0054) \u0069\u006e\u0074o\u0020\u0061 \u0043\u0068\u0061\u0070\u0074\u0065r\u003a\u0020%\u0073\u002e",_abaga ,_fdbga ,_feggc ); -};};case *List :switch _gdbbg :=_fdbga .(type ){case *TextChunk :case *listItem :_agbba ._ffegf =append (_agbba ._ffegf ,_gdbbg );default:_afcf .nodeLogError (_fddd ,"\u0054\u0061\u0067\u0020\u003c\u0025\u0073>\u0020\u0028\u0025T\u0029\u0020\u0069\u0073 \u006e\u006f\u0074\u0020\u0061\u0020\u006c\u0069\u0073\u0074\u0020\u0069\u0074\u0065\u006d\u002e\u0020\u0053\u006b\u0069\u0070\u0070\u0069\u006e\u0067\u002e",_abaga ,_fdbga ); -};case *listItem :switch _dfbe :=_fdbga .(type ){case *TextChunk :case *StyledParagraph :_agbba ._cdeda =_dfbe ;case *List :if _dfbe ._ebfa {_dfbe ._aedbb =15;};_agbba ._cdeda =_dfbe ;case *Image :_agbba ._cdeda =_dfbe ;case *Division :_agbba ._cdeda =_dfbe ; -case *Table :_agbba ._cdeda =_dfbe ;default:_afcf .nodeLogError (_fddd ,"\u0054\u0061\u0067\u0020\u003c%\u0073\u003e\u0020\u0028\u0025\u0054\u0029\u0020\u0069\u0073\u0020\u006e\u006ft\u0020\u0073\u0075\u0070\u0070\u006f\u0072\u0074\u0065\u0064\u0020\u0069\u006e\u0020\u0061\u0020\u006c\u0069\u0073\u0074\u002e",_abaga ,_fdbga ); -return _dggef ;};};return nil ;}; +// DueDate returns the invoice due date description and value cells. +// The returned values can be used to customize the styles of the cells. +func (_dcbbf *Invoice )DueDate ()(*InvoiceCell ,*InvoiceCell ){return _dcbbf ._fgfe [0],_dcbbf ._fgfe [1];}; -// InvoiceCell represents any cell belonging to a table from the invoice -// template. The main tables are the invoice information table, the line -// items table and totals table. Contains the text value of the cell and -// the style properties of the cell. -type InvoiceCell struct{InvoiceCellProps ;Value string ;};func (_dbgd *Paragraph )getTextLineWidth (_ggcb string )float64 {var _cgdff float64 ;for _ ,_ecdbe :=range _ggcb {if _ecdbe =='\u000A'{continue ;};_efbb ,_cbcg :=_dbgd ._gbca .GetRuneMetrics (_ecdbe ); -if !_cbcg {_fec .Log .Debug ("\u0045\u0052R\u004f\u0052\u003a\u0020\u0052u\u006e\u0065\u0020\u0063\u0068a\u0072\u0020\u006d\u0065\u0074\u0072\u0069\u0063\u0073\u0020\u006e\u006f\u0074\u0020\u0066\u006f\u0075\u006e\u0064\u0021\u0020\u0028\u0072\u0075\u006e\u0065\u0020\u0030\u0078\u0025\u0030\u0034\u0078\u003d\u0025\u0063\u0029",_ecdbe ,_ecdbe ); -return -1;};_cgdff +=_dbgd ._acdge *_efbb .Wx ;};return _cgdff ;};func (_efeec *templateProcessor )parseCellVerticalAlignmentAttr (_agcf ,_dgfdg string )CellVerticalAlignment {_fec .Log .Debug ("\u0050\u0061\u0072\u0073\u0069\u006e\u0067\u0020\u0063\u0065\u006c\u006c\u0020\u0076\u0065r\u0074\u0069\u0063\u0061\u006c\u0020\u0061\u006c\u0069\u0067\u006e\u006d\u0065n\u0074\u0020\u0061\u0074\u0074\u0072\u0069\u0062\u0075\u0074\u0065\u003a (\u0060\u0025\u0073\u0060\u002c\u0020\u0025\u0073\u0029\u002e",_agcf ,_dgfdg ); -_dddca :=map[string ]CellVerticalAlignment {"\u0074\u006f\u0070":CellVerticalAlignmentTop ,"\u006d\u0069\u0064\u0064\u006c\u0065":CellVerticalAlignmentMiddle ,"\u0062\u006f\u0074\u0074\u006f\u006d":CellVerticalAlignmentBottom }[_dgfdg ];return _dddca ; -}; +// Style returns the style of the line. +func (_gfa *Line )Style ()_ddb .LineStyle {return _gfa ._dddcg }; -// GeneratePageBlocks generates the table page blocks. Multiple blocks are -// generated if the contents wrap over multiple pages. -// Implements the Drawable interface. -func (_fged *Table )GeneratePageBlocks (ctx DrawContext )([]*Block ,DrawContext ,error ){_eggd :=_fged ;if _fged ._fgaag {_eggd =_fged .clone ();};return _ecdbc (_eggd ,ctx );}; +// Positioning returns the type of positioning the rectangle is set to use. +func (_beeec *Rectangle )Positioning ()Positioning {return _beeec ._dbdf };func (_facg *Paragraph )getMaxLineWidth ()float64 {if _facg ._beag ==nil ||(_facg ._beag !=nil &&len (_facg ._beag )==0){_facg .wrapText ();};var _dgdc float64 ;for _ ,_accce :=range _facg ._beag {_bbbfe :=_facg .getTextLineWidth (_accce ); +if _bbbfe > _dgdc {_dgdc =_bbbfe ;};};return _dgdc ;}; -// NewImage create a new image from a unidoc image (model.Image). -func (_cbfa *Creator )NewImage (img *_fgd .Image )(*Image ,error ){return _eddeb (img )}; +// ColorGrayFromArithmetic creates a Color from a grayscale value (0-1). +// Example: +// +// gray := ColorGrayFromArithmetic(0.7) +func ColorGrayFromArithmetic (g float64 )Color {return grayColor {g }}; -// SetBorderColor sets the border color. -func (_dbdc *PolyBezierCurve )SetBorderColor (color Color ){_dbdc ._ffcd .BorderColor =_cfcee (color )};func _ddfb (_gceef ,_cbbe ,_bfcb ,_aabd float64 )*Line {return &Line {_gbcgde :_gceef ,_gcfa :_cbbe ,_cfge :_bfcb ,_ceef :_aabd ,_ebgca :ColorBlack ,_eabf :1.0,_aebf :1.0,_cgecc :[]int64 {1,1},_babe :PositionAbsolute }; -}; +// SetFillOpacity sets the fill opacity. +func (_dfcbd *CurvePolygon )SetFillOpacity (opacity float64 ){_dfcbd ._bgabd =opacity };var (_ebeae =_g .MustCompile ("\u0028[\u005cw\u002d\u005d\u002b\u0029\u005c(\u0027\u0028.\u002b\u0029\u0027\u005c\u0029");_dgaba =_fc .New ("\u0069\u006e\u0076\u0061\u006c\u0069d\u0020\u0074\u0065\u006d\u0070\u006c\u0061\u0074\u0065\u0020\u0063\u0072\u0065a\u0074\u006f\u0072\u0020\u0069\u006e\u0073t\u0061\u006e\u0063\u0065"); +_eeeee =_fc .New ("\u0069\u006e\u0076\u0061l\u0069\u0064\u0020\u0074\u0065\u006d\u0070\u006c\u0061\u0074e\u0020p\u0061\u0072\u0065\u006e\u0074\u0020\u006eo\u0064\u0065");_deegg =_fc .New ("i\u006e\u0076\u0061\u006c\u0069\u0064 \u0074\u0065\u006d\u0070\u006c\u0061\u0074\u0065\u0020c\u0068\u0069\u006cd\u0020n\u006f\u0064\u0065"); +_fababg =_fc .New ("\u0069n\u0076\u0061\u006c\u0069d\u0020\u0074\u0065\u006d\u0070l\u0061t\u0065 \u0072\u0065\u0073\u006f\u0075\u0072\u0063e"););func (_gbdee *templateProcessor )loadImageFromSrc (_deaeb string )(*Image ,error ){if _deaeb ==""{_ca .Log .Error ("\u0049\u006d\u0061\u0067\u0065\u0020\u0060\u0073\u0072\u0063\u0060\u0020\u0061\u0074\u0074\u0072\u0069\u0062\u0075\u0074\u0065\u0020\u0063\u0061n\u006e\u006f\u0074\u0020\u0062e\u0020\u0065m\u0070\u0074\u0079\u002e"); +return nil ,_fababg ;};_dadg :=_ddf .Split (_deaeb ,"\u002c");for _ ,_ebead :=range _dadg {_ebead =_ddf .TrimSpace (_ebead );if _ebead ==""{continue ;};_cafba ,_bfeaa :=_gbdee ._agabg .ImageMap [_ebead ];if _bfeaa {return _bddd (_cafba );};if _eadd :=_gbdee .parseAttrPropList (_ebead ); +len (_eadd )> 0{if _gafge ,_ggadc :=_eadd ["\u0070\u0061\u0074\u0068"];_ggadc {if _fbab ,_eade :=_dgc (_gafge );_eade !=nil {_ca .Log .Debug ("\u0043\u006f\u0075\u006c\u0064\u0020\u006e\u006f\u0074\u0020l\u006f\u0061\u0064\u0020\u0069\u006d\u0061g\u0065\u0020\u0060\u0025\u0073\u0060\u003a\u0020\u0025\u0076\u002e",_gafge ,_eade ); +}else {return _fbab ,nil ;};};};};_ca .Log .Error ("\u0043\u006ful\u0064\u0020\u006eo\u0074\u0020\u0066\u0069nd \u0069ma\u0067\u0065\u0020\u0072\u0065\u0073\u006fur\u0063\u0065\u003a\u0020\u0060\u0025\u0073`\u002e",_deaeb );return nil ,_fababg ;}; -// Height returns the total height of all rows. -func (_cccabe *Table )Height ()float64 {_bccb :=float64 (0.0);for _ ,_dfcc :=range _cccabe ._gecdg {_bccb +=_dfcc ;};return _bccb ;}; +// SetOptimizer sets the optimizer to optimize PDF before writing. +func (_feff *Creator )SetOptimizer (optimizer _gd .Optimizer ){_feff ._bfg =optimizer }; -// GeneratePageBlocks generate the Page blocks. Multiple blocks are generated -// if the contents wrap over multiple pages. -func (_aaeaa *TOCLine )GeneratePageBlocks (ctx DrawContext )([]*Block ,DrawContext ,error ){_afcfb :=ctx ;_ggged ,ctx ,_agddb :=_aaeaa ._afgdd .GeneratePageBlocks (ctx );if _agddb !=nil {return _ggged ,ctx ,_agddb ;};if _aaeaa ._afdaf .IsRelative (){ctx .X =_afcfb .X ; -};if _aaeaa ._afdaf .IsAbsolute (){return _ggged ,_afcfb ,nil ;};return _ggged ,ctx ,nil ;}; +// SetLanguageIdentifier sets the language identifier for the paragraph. +func (_affb *Paragraph )SetLanguageIdentifier (id string ){_affb ._fbbdg =id }; -// SetWidthLeft sets border width for left. -func (_feb *border )SetWidthLeft (bw float64 ){_feb ._aca =bw }; +// NewGraphicSVGFromString creates a graphic SVG from a SVG string. +func NewGraphicSVGFromString (svgStr string )(*GraphicSVG ,error ){return _agfg (svgStr )};func _fbfgd (_dedb *templateProcessor ,_gacbe *templateNode )(interface{},error ){return _dedb .parseChapterHeading (_gacbe );}; -// FilledCurve represents a closed path of Bezier curves with a border and fill. -type FilledCurve struct{_acce []_gga .CubicBezierCurve ;FillEnabled bool ;_ggea Color ;BorderEnabled bool ;BorderWidth float64 ;_ccec Color ;_deca *int64 ;}; +// SetEnableWrap sets the line wrapping enabled flag. +func (_bafb *Paragraph )SetEnableWrap (enableWrap bool ){_bafb ._abaa =enableWrap ;_bafb ._aagb =false }; -// SetFillOpacity sets the fill opacity. -func (_agde *Polygon )SetFillOpacity (opacity float64 ){_agde ._afdf =opacity };func (_gggb *Paragraph )wrapText ()error {if !_gggb ._ecae ||int (_gggb ._gcbf )<=0{_gggb ._ebdc =[]string {_gggb ._egea };return nil ;};_affedd :=NewTextChunk (_gggb ._egea ,TextStyle {Font :_gggb ._gbca ,FontSize :_gggb ._acdge }); -_ebad ,_bdaaf :=_affedd .Wrap (_gggb ._gcbf );if _bdaaf !=nil {return _bdaaf ;};if _gggb ._dacad > 0&&len (_ebad )> _gggb ._dacad {_ebad =_ebad [:_gggb ._dacad ];};_gggb ._ebdc =_ebad ;return nil ;}; +// ScaleToHeight sets the graphic svg scaling factor with the given height. +func (_fgbbd *GraphicSVG )ScaleToHeight (h float64 ){_daff :=_fgbbd ._dddg .Width /_fgbbd ._dddg .Height ;_fgbbd ._dddg .Height =h ;_fgbbd ._dddg .Width =h *_daff ;_fgbbd ._dddg .SetScaling (_daff ,_daff );}; -// Color returns the color of the line. -func (_ffccf *Line )Color ()Color {return _ffccf ._ebgca }; +// SetColPosition sets cell column position. +func (_gddee *TableCell )SetColPosition (col int ){_gddee ._gggbbd =col }; -// GeneratePageBlocks draws the rectangle on a new block representing the page. Implements the Drawable interface. -func (_cag *Rectangle )GeneratePageBlocks (ctx DrawContext )([]*Block ,DrawContext ,error ){var (_abcf []*Block ;_deee =NewBlock (ctx .PageWidth ,ctx .PageHeight );_effbg =ctx ;_fgfb =_cag ._caeg /2;);_gcccf :=_cag ._dfff .IsRelative ();if _gcccf {_cag .applyFitMode (ctx .Width ); -ctx .X +=_cag ._gagb .Left +_fgfb ;ctx .Y +=_cag ._gagb .Top +_fgfb ;ctx .Width -=_cag ._gagb .Left +_cag ._gagb .Right ;ctx .Height -=_cag ._gagb .Top +_cag ._gagb .Bottom ;if _cag ._cggg > ctx .Height {_abcf =append (_abcf ,_deee );_deee =NewBlock (ctx .PageWidth ,ctx .PageHeight ); -ctx .Page ++;_fdbcg :=ctx ;_fdbcg .Y =ctx .Margins .Top +_cag ._gagb .Top +_fgfb ;_fdbcg .X =ctx .Margins .Left +_cag ._gagb .Left +_fgfb ;_fdbcg .Height =ctx .PageHeight -ctx .Margins .Top -ctx .Margins .Bottom -_cag ._gagb .Top -_cag ._gagb .Bottom ; -_fdbcg .Width =ctx .PageWidth -ctx .Margins .Left -ctx .Margins .Right -_cag ._gagb .Left -_cag ._gagb .Right ;ctx =_fdbcg ;};}else {ctx .X =_cag ._defb ;ctx .Y =_cag ._cdgf ;};_dgag :=_gga .Rectangle {X :ctx .X ,Y :ctx .PageHeight -ctx .Y -_cag ._cggg ,Width :_cag ._bcede ,Height :_cag ._cggg ,BorderRadiusTopLeft :_cag ._ggeb ,BorderRadiusTopRight :_cag ._cbbc ,BorderRadiusBottomLeft :_cag ._ggfa ,BorderRadiusBottomRight :_cag ._gcefb ,Opacity :1.0}; -if _cag ._dgab !=nil {_dgag .FillEnabled =true ;_gcca :=_cfcee (_cag ._dgab );_dfgd :=_cacbe (_deee ,_gcca ,_cag ._dgab ,func ()Rectangle {return Rectangle {_defb :_dgag .X ,_cdgf :_dgag .Y ,_bcede :_dgag .Width ,_cggg :_dgag .Height };});if _dfgd !=nil {return nil ,ctx ,_dfgd ; -};_dgag .FillColor =_gcca ;};if _cag ._bedf !=nil &&_cag ._caeg > 0{_dgag .BorderEnabled =true ;_dgag .BorderColor =_cfcee (_cag ._bedf );_dgag .BorderWidth =_cag ._caeg ;};_fcdb ,_dagg :=_deee .setOpacity (_cag ._afdae ,_cag ._dbff );if _dagg !=nil {return nil ,ctx ,_dagg ; -};_eabfe ,_ ,_dagg :=_dgag .MarkedDraw (_fcdb ,_cag ._gbdag );if _dagg !=nil {return nil ,ctx ,_dagg ;};if _dagg =_deee .addContentsByString (string (_eabfe ));_dagg !=nil {return nil ,ctx ,_dagg ;};if _gcccf {ctx .X =_effbg .X ;ctx .Width =_effbg .Width ; -_cgge :=_cag ._cggg +_fgfb ;ctx .Y +=_cgge +_cag ._gagb .Bottom ;ctx .Height -=_cgge ;}else {ctx =_effbg ;};_abcf =append (_abcf ,_deee );return _abcf ,ctx ,nil ;}; +// SetMargins sets the margins of the rectangle. +// NOTE: rectangle margins are only applied if relative positioning is used. +func (_cdeb *Rectangle )SetMargins (left ,right ,top ,bottom float64 ){_cdeb ._ddfgb .Left =left ;_cdeb ._ddfgb .Right =right ;_cdeb ._ddfgb .Top =top ;_cdeb ._ddfgb .Bottom =bottom ;};func (_cbag *Invoice )setCellBorder (_dcfd *TableCell ,_deaf *InvoiceCell ){for _ ,_dddca :=range _deaf .BorderSides {_dcfd .SetBorder (_dddca ,CellBorderStyleSingle ,_deaf .BorderWidth ); +};_dcfd .SetBorderColor (_deaf .BorderColor );};func _baead (_feggf *_gd .PdfRectangle ,_dbcfa float64 )[4]_ddb .Point {_fbaed :=_dbcfa *_ff .Pi /180.0;_dcccc :=_feggf .Width ();_edfbdd :=_feggf .Height ();_fgegc :=_ff .Sin (_fbaed );_ccfag :=_ff .Cos (_fbaed ); +_dccf :=[4]_ddb .Point {{X :_cffg (_feggf .Llx ,3),Y :_cffg (_feggf .Lly ,3)},{X :_cffg (_feggf .Llx +_dcccc *_ccfag ,3),Y :_cffg (_feggf .Lly +_dcccc *_fgegc ,3)},{X :_cffg (_feggf .Llx +_dcccc *_ccfag -_edfbdd *_fgegc ,3),Y :_cffg (_feggf .Lly +_dcccc *_fgegc +_edfbdd *_ccfag ,3)},{X :_cffg (_feggf .Llx -_edfbdd *_fgegc ,3),Y :_cffg (_feggf .Lly +_edfbdd *_ccfag ,3)}}; +return _dccf ;};func (_beaab *templateProcessor )parseHorizontalAlignmentAttr (_baea ,_cdecd string )HorizontalAlignment {_ca .Log .Debug ("\u0050\u0061\u0072\u0073\u0069n\u0067\u0020\u0068\u006f\u0072\u0069\u007a\u006f\u006e\u0074\u0061\u006c\u0020a\u006c\u0069\u0067\u006e\u006d\u0065\u006e\u0074\u0020\u0061\u0074\u0074\u0072\u0069\u0062\u0075\u0074\u0065\u003a\u0020\u0028\u0060\u0025\u0073\u0060\u002c\u0020\u0025\u0073\u0029.",_baea ,_cdecd ); +_bgabeg :=map[string ]HorizontalAlignment {"\u006c\u0065\u0066\u0074":HorizontalAlignmentLeft ,"\u0063\u0065\u006e\u0074\u0065\u0072":HorizontalAlignmentCenter ,"\u0072\u0069\u0067h\u0074":HorizontalAlignmentRight }[_cdecd ];return _bgabeg ;}; -// Rectangle defines a rectangle with upper left corner at (x,y) and a specified width and height. The rectangle -// can have a colored fill and/or border with a specified width. -// Implements the Drawable interface and can be drawn on PDF using the Creator. -type Rectangle struct{_defb float64 ;_cdgf float64 ;_bcede float64 ;_cggg float64 ;_dfff Positioning ;_dgab Color ;_afdae float64 ;_bedf Color ;_caeg float64 ;_dbff float64 ;_ggeb float64 ;_cbbc float64 ;_ggfa float64 ;_gcefb float64 ;_gagb Margins ;_aaab FitMode ; -_gbdag *int64 ;};var (PageSizeA3 =PageSize {297*PPMM ,420*PPMM };PageSizeA4 =PageSize {210*PPMM ,297*PPMM };PageSizeA5 =PageSize {148*PPMM ,210*PPMM };PageSizeLetter =PageSize {8.5*PPI ,11*PPI };PageSizeLegal =PageSize {8.5*PPI ,14*PPI };); +// CreateFrontPage sets a function to generate a front Page. +func (_cdgg *Creator )CreateFrontPage (genFrontPageFunc func (_aage FrontpageFunctionArgs )){_cdgg ._bbde =genFrontPageFunc ;}; -// SetMarkedContentID sets marked content ID. -func (_fgbb *Invoice )SetMarkedContentID (id int64 )*_fgd .KDict {return nil };func (_cgdfc *pageTransformations )transformBlock (_bfab *Block ){if _cgdfc ._acb !=nil {_bfab .transform (*_cgdfc ._acb );};}; +// ColorGrayFrom8bit creates a Color from 8-bit (0-255) gray values. +// Example: +// +// gray := ColorGrayFrom8bit(255, 0, 0) +func ColorGrayFrom8bit (g byte )Color {return grayColor {float64 (g )/255.0}};func (_gc *Block )addContents (_cge *_eag .ContentStreamOperations ){_gc ._ge .WrapIfNeeded ();_cge .WrapIfNeeded ();*_gc ._ge =append (*_gc ._ge ,*_cge ...);};const (CellBorderSideLeft CellBorderSide =iota ; +CellBorderSideRight ;CellBorderSideTop ;CellBorderSideBottom ;CellBorderSideAll ;); -// TextVerticalAlignment controls the vertical position of the text -// in a styled paragraph. -type TextVerticalAlignment int ; +// SetMargins sets the margins of the graphic svg component. +func (_gcbe *GraphicSVG )SetMargins (left ,right ,top ,bottom float64 ){_gcbe ._agdb .Left =left ;_gcbe ._agdb .Right =right ;_gcbe ._agdb .Top =top ;_gcbe ._agdb .Bottom =bottom ;}; -// Width returns the width of the Paragraph. -func (_fede *StyledParagraph )Width ()float64 {if _fede ._fegca &&int (_fede ._ffcfd )> 0{return _fede ._ffcfd ;};return _fede .getTextWidth ()/1000.0;}; +// NewLinearGradientColor creates a linear gradient color that could act as a color in other components. +func (_acg *Creator )NewLinearGradientColor (colorPoints []*ColorPoint )*LinearShading {return _bgaf (colorPoints );}; -// CurRow returns the currently active cell's row number. -func (_gccda *Table )CurRow ()int {_dcbafe :=(_gccda ._ecgdc -1)/_gccda ._afacb +1;return _dcbafe }; +// PageSize represents the page size as a 2 element array representing the width and height in PDF document units (points). +type PageSize [2]float64 ; -// LinearShading holds data for rendering a linear shading gradient. -type LinearShading struct{_dfae *shading ;_gafag *_fgd .PdfRectangle ;_cgeb float64 ;}; +// SetSideBorderColor sets the cell's side border color. +func (_efcb *TableCell )SetSideBorderColor (side CellBorderSide ,col Color ){switch side {case CellBorderSideAll :_efcb ._agcef =col ;_efcb ._daea =col ;_efcb ._edgac =col ;_efcb ._cada =col ;case CellBorderSideTop :_efcb ._agcef =col ;case CellBorderSideBottom :_efcb ._daea =col ; +case CellBorderSideLeft :_efcb ._edgac =col ;case CellBorderSideRight :_efcb ._cada =col ;};}; -// Polygon represents a polygon shape. -// Implements the Drawable interface and can be drawn on PDF using the Creator. -type Polygon struct{_acdc *_gga .Polygon ;_afdf float64 ;_bgde float64 ;_gcbdc Color ;_fdbg *int64 ;};func _ecdbc (_cccbb *Table ,_bbac DrawContext )([]*Block ,DrawContext ,error ){var _ecad []*Block ;_eegb :=NewBlock (_bbac .PageWidth ,_bbac .PageHeight ); -_cccbb .updateRowHeights (_bbac .Width -_cccbb ._gbcea .Left -_cccbb ._gbcea .Right );_cacbed :=_cccbb ._gbcea .Top ;if _cccbb ._cgbfc .IsRelative ()&&!_cccbb ._bcagb {_fbgc :=_cccbb .Height ();if _fbgc > _bbac .Height -_cccbb ._gbcea .Top &&_fbgc <=_bbac .PageHeight -_bbac .Margins .Top -_bbac .Margins .Bottom {_ecad =[]*Block {NewBlock (_bbac .PageWidth ,_bbac .PageHeight -_bbac .Y )}; -var _afbed error ;if _ ,_bbac ,_afbed =_gbcfe ().GeneratePageBlocks (_bbac );_afbed !=nil {return nil ,_bbac ,_afbed ;};_cacbed =0;};};_afddc :=_bbac ;if _cccbb ._cgbfc .IsAbsolute (){_bbac .X =_cccbb ._cbgfe ;_bbac .Y =_cccbb ._cbdba ;}else {_bbac .X +=_cccbb ._gbcea .Left ; -_bbac .Y +=_cacbed ;_bbac .Width -=_cccbb ._gbcea .Left +_cccbb ._gbcea .Right ;_bbac .Height -=_cacbed ;};_ggcfd :=_bbac .Width ;_dbdbg :=_bbac .X ;_fdfa :=_bbac .Y ;_gecf :=_bbac .Height ;_cbdg :=0;_bdeg ,_dccba :=-1,-1;if _cccbb ._ddcb {for _ggfg ,_ebcbg :=range _cccbb ._efbe {if _ebcbg ._deef < _cccbb ._fefac {continue ; -};if _ebcbg ._deef > _cccbb ._gefbf {break ;};if _bdeg < 0{_bdeg =_ggfg ;};_dccba =_ggfg ;};};if _gacbe :=_cccbb .wrapContent (_bbac );_gacbe !=nil {return nil ,_bbac ,_gacbe ;};_cccbb .updateRowHeights (_bbac .Width -_cccbb ._gbcea .Left -_cccbb ._gbcea .Right ); -var (_badb bool ;_bgccde int ;_abdc int ;_cedg bool ;_fdbd int ;_gaccg error ;);for _fgdea :=0;_fgdea < len (_cccbb ._efbe );_fgdea ++{_efdcc :=_cccbb ._efbe [_fgdea ];if _cgefc ,_ebabb :=_cccbb .getLastCellFromCol (_efdcc ._bacg );_cgefc ==_fgdea {if (_ebabb ._deef +_ebabb ._afddb -1)< _cccbb ._begg {for _ggbc :=_efdcc ._deef ; -_ggbc < _cccbb ._begg ;_ggbc ++{_aebfe :=&TableCell {};_aebfe ._deef =_ggbc +1;_aebfe ._afddb =1;_aebfe ._bacg =_efdcc ._bacg ;_cccbb ._efbe =append (_cccbb ._efbe ,_aebfe );};};};_badfe :=_efdcc .width (_cccbb ._cddfg ,_ggcfd );_baec :=float64 (0.0);for _dffee :=0; -_dffee < _efdcc ._bacg -1;_dffee ++{_baec +=_cccbb ._cddfg [_dffee ]*_ggcfd ;};_dbggc :=float64 (0.0);for _cbde :=_cbdg ;_cbde < _efdcc ._deef -1;_cbde ++{_dbggc +=_cccbb ._gecdg [_cbde ];};_bbac .Height =_gecf -_dbggc ;_eafg :=float64 (0.0);for _cabc :=0; -_cabc < _efdcc ._afddb ;_cabc ++{_eafg +=_cccbb ._gecdg [_efdcc ._deef +_cabc -1];};_fcffa :=_cedg &&_efdcc ._deef !=_fdbd ;_fdbd =_efdcc ._deef ;if _fcffa ||_eafg > _bbac .Height {if _cccbb ._fgaag &&!_cedg {_cedg ,_gaccg =_cccbb .wrapRow (_fgdea ,_bbac ,_ggcfd ); -if _gaccg !=nil {return nil ,_bbac ,_gaccg ;};if _cedg {_fgdea --;continue ;};};_ecad =append (_ecad ,_eegb );_eegb =NewBlock (_bbac .PageWidth ,_bbac .PageHeight );_dbdbg =_bbac .Margins .Left +_cccbb ._gbcea .Left ;_fdfa =_bbac .Margins .Top ;_bbac .Height =_bbac .PageHeight -_bbac .Margins .Top -_bbac .Margins .Bottom ; -_bbac .Page ++;_gecf =_bbac .Height ;_cbdg =_efdcc ._deef -1;_dbggc =0;_cedg =false ;if _cccbb ._ddcb &&_bdeg >=0{_bgccde =_fgdea ;_fgdea =_bdeg -1;_abdc =_cbdg ;_cbdg =_cccbb ._fefac -1;_badb =true ;if _efdcc ._afddb > (_cccbb ._begg -_fdbd )||(_efdcc ._afddb > 1&&_fgdea < 0){_fec .Log .Debug ("\u0054a\u0062\u006ce\u0020\u0068\u0065a\u0064\u0065\u0072\u0020\u0072\u006f\u0077s\u0070\u0061\u006e\u0020\u0065\u0078c\u0065\u0065\u0064\u0073\u0020\u0061\u0076\u0061\u0069\u006c\u0061b\u006c\u0065\u0020\u0073\u0070\u0061\u0063\u0065\u002e"); -_badb =false ;_bdeg ,_dccba =-1,-1;};continue ;};if _fcffa {_fgdea --;continue ;};};_bbac .Width =_badfe ;_bbac .X =_dbdbg +_baec ;_bbac .Y =_fdfa +_dbggc ;if _eafg > _bbac .PageHeight -_bbac .Margins .Top -_bbac .Margins .Bottom {_eafg =_bbac .PageHeight -_bbac .Margins .Top -_bbac .Margins .Bottom ; -};_ebcc :=_bfaa (_bbac .X ,_bbac .Y ,_badfe ,_eafg );if _efdcc ._cbgd !=nil {_ebcc .SetFillColor (_efdcc ._cbgd );};_ebcc .LineStyle =_efdcc ._gaddf ;_ebcc ._ffbb =_efdcc ._faab ;_ebcc ._cfc =_efdcc ._cfdbdc ;_ebcc ._cggf =_efdcc ._bgcce ;_ebcc ._fagg =_efdcc ._bggf ; -if _efdcc ._ebgcd !=nil {_ebcc .SetColorLeft (_efdcc ._ebgcd );};if _efdcc ._aegdf !=nil {_ebcc .SetColorBottom (_efdcc ._aegdf );};if _efdcc ._fcbbf !=nil {_ebcc .SetColorRight (_efdcc ._fcbbf );};if _efdcc ._gefce !=nil {_ebcc .SetColorTop (_efdcc ._gefce ); -};_ebcc .SetWidthBottom (_efdcc ._eabab );_ebcc .SetWidthLeft (_efdcc ._caef );_ebcc .SetWidthRight (_efdcc ._adec );_ebcc .SetWidthTop (_efdcc ._cddebf );_gadf :=NewBlock (_eegb ._da ,_eegb ._ace );_ggdf :=_eegb .Draw (_ebcc );if _ggdf !=nil {_fec .Log .Debug ("\u0045R\u0052\u004f\u0052\u003a\u0020\u0025v",_ggdf ); -};if _efdcc ._aafg !=nil {_bdddb :=_efdcc ._aafg .Width ();_adce :=_efdcc ._aafg .Height ();_cebd :=0.0;switch _begge :=_efdcc ._aafg .(type ){case *Paragraph :if _begge ._ecae {_bdddb =_begge .getMaxLineWidth ()/1000.0;};_ecgf ,_abeg ,_ :=_begge .getTextMetrics (); -_fgbc ,_geabg :=_ecgf *_begge ._fbcg ,_abeg *_begge ._fbcg ;_adce =_adce -_geabg +_fgbc ;_cebd +=_fgbc -_geabg ;_aeagc :=0.5;if _cccbb ._eadda {_aeagc =0.3;};switch _efdcc ._bdfgg {case CellVerticalAlignmentTop :_cebd +=_fgbc *_aeagc ;case CellVerticalAlignmentBottom :_cebd -=_fgbc *_aeagc ; -};_bdddb +=_begge ._eebg .Left +_begge ._eebg .Right ;_adce +=_begge ._eebg .Top +_begge ._eebg .Bottom ;case *StyledParagraph :if _begge ._fegca {_bdddb =_begge .getMaxLineWidth ()/1000.0;};_gdgga ,_dbdbe ,_efde :=_begge .getLineMetrics (0);_gefd ,_fdbge :=_gdgga *_begge ._fgef ,_dbdbe *_begge ._fgef ; -if _begge ._ddec ==TextVerticalAlignmentCenter {_cebd =_fdbge -(_dbdbe +(_gdgga +_efde -_dbdbe )/2+(_fdbge -_dbdbe )/2);};if len (_begge ._bdfce )==1{_adce =_gefd ;}else {_adce =_adce -_fdbge +_gefd ;};_cebd +=_gefd -_fdbge ;switch _efdcc ._bdfgg {case CellVerticalAlignmentTop :_cebd +=_gefd *0.5; -case CellVerticalAlignmentBottom :_cebd -=_gefd *0.5;};_bdddb +=_begge ._ccddg .Left +_begge ._ccddg .Right ;_adce +=_begge ._ccddg .Top +_begge ._ccddg .Bottom ;case *Table :_bdddb =_badfe ;case *List :_bdddb =_badfe ;case *Division :_bdddb =_badfe ;case *Chart :_bdddb =_badfe ; -case *Line :_adce +=_begge ._fggd .Top +_begge ._fggd .Bottom ;_cebd -=_begge .Height ()/2;case *Image :_bdddb +=_begge ._cdbc .Left +_begge ._cdbc .Right ;_adce +=_begge ._cdbc .Top +_begge ._cdbc .Bottom ;};switch _efdcc ._bbbff {case CellHorizontalAlignmentLeft :_bbac .X +=_efdcc ._fceba ; -_bbac .Width -=_efdcc ._fceba ;case CellHorizontalAlignmentCenter :if _dfaf :=_badfe -_bdddb ;_dfaf > 0{_bbac .X +=_dfaf /2;_bbac .Width -=_dfaf /2;};case CellHorizontalAlignmentRight :if _badfe > _bdddb {_bbac .X =_bbac .X +_badfe -_bdddb -_efdcc ._fceba ; -_bbac .Width -=_efdcc ._fceba ;};};_gadddc :=_bbac .Y ;_fbbcd :=_bbac .Height ;_bbac .Y +=_cebd ;switch _efdcc ._bdfgg {case CellVerticalAlignmentTop :case CellVerticalAlignmentMiddle :if _fegfd :=_eafg -_adce ;_fegfd > 0{_bbac .Y +=_fegfd /2;_bbac .Height -=_fegfd /2; -};case CellVerticalAlignmentBottom :if _eafg > _adce {_bbac .Y =_bbac .Y +_eafg -_adce ;_bbac .Height =_eafg ;};};_decgc :=_eegb .DrawWithContext (_efdcc ._aafg ,_bbac );if _decgc !=nil {if _bd .Is (_decgc ,ErrContentNotFit )&&!_fcffa {_eegb =_gadf ;_fcffa =true ; -_fgdea --;continue ;};_fec .Log .Debug ("\u0045R\u0052\u004f\u0052\u003a\u0020\u0025v",_decgc );};_bbac .Y =_gadddc ;_bbac .Height =_fbbcd ;};_bbac .Y +=_eafg ;_bbac .Height -=_eafg ;if _badb &&_fgdea +1> _dccba {_fdfa +=_dbggc +_eafg ;_gecf -=_eafg +_dbggc ; -_cbdg =_abdc ;_fgdea =_bgccde -1;_badb =false ;};};_ecad =append (_ecad ,_eegb );if _cccbb ._cgbfc .IsAbsolute (){return _ecad ,_afddc ,nil ;};_bbac .X =_afddc .X ;_bbac .Width =_afddc .Width ;_bbac .Y +=_cccbb ._gbcea .Bottom ;_bbac .Height -=_cccbb ._gbcea .Bottom ; -return _ecad ,_bbac ,nil ;};func (_ggcf *LinearShading )shadingModel ()*_fgd .PdfShadingType2 {_gedc :=_gga .NewPoint (_ggcf ._gafag .Llx +_ggcf ._gafag .Width ()/2,_ggcf ._gafag .Lly +_ggcf ._gafag .Height ()/2);_edge :=_gga .NewPoint (_ggcf ._gafag .Llx ,_ggcf ._gafag .Lly +_ggcf ._gafag .Height ()/2).Add (-_gedc .X ,-_gedc .Y ).Rotate (_ggcf ._cgeb ).Add (_gedc .X ,_gedc .Y ); -_edge =_gga .NewPoint (_fc .Max (_fc .Min (_edge .X ,_ggcf ._gafag .Urx ),_ggcf ._gafag .Llx ),_fc .Max (_fc .Min (_edge .Y ,_ggcf ._gafag .Ury ),_ggcf ._gafag .Lly ));_effgc :=_gga .NewPoint (_ggcf ._gafag .Urx ,_ggcf ._gafag .Lly +_ggcf ._gafag .Height ()/2).Add (-_gedc .X ,-_gedc .Y ).Rotate (_ggcf ._cgeb ).Add (_gedc .X ,_gedc .Y ); -_effgc =_gga .NewPoint (_fc .Min (_fc .Max (_effgc .X ,_ggcf ._gafag .Llx ),_ggcf ._gafag .Urx ),_fc .Min (_fc .Max (_effgc .Y ,_ggcf ._gafag .Lly ),_ggcf ._gafag .Ury ));_ggbea :=_fgd .NewPdfShadingType2 ();_ggbea .PdfShading .ShadingType =_bc .MakeInteger (2); -_ggbea .PdfShading .ColorSpace =_fgd .NewPdfColorspaceDeviceRGB ();_ggbea .PdfShading .AntiAlias =_bc .MakeBool (_ggcf ._dfae ._ccea );_ggbea .Coords =_bc .MakeArrayFromFloats ([]float64 {_edge .X ,_edge .Y ,_effgc .X ,_effgc .Y });_ggbea .Extend =_bc .MakeArray (_bc .MakeBool (_ggcf ._dfae ._fece [0]),_bc .MakeBool (_ggcf ._dfae ._fece [1])); -_ggbea .Function =_ggcf ._dfae .generatePdfFunctions ();return _ggbea ;}; +// SkipOver skips over a specified number of rows and cols. +func (_eacd *Table )SkipOver (rows ,cols int ){_ccdb :=rows *_eacd ._cafcb +cols -1;if _ccdb < 0{_ca .Log .Debug ("\u0054\u0061\u0062\u006c\u0065:\u0020\u0063\u0061\u006e\u006e\u006f\u0074\u0020\u0073\u006b\u0069\u0070\u0020b\u0061\u0063\u006b\u0020\u0074\u006f\u0020\u0070\u0072\u0065\u0076\u0069\u006f\u0075\u0073\u0020\u0063\u0065\u006c\u006c\u0073"); +return ;};for _fddgb :=0;_fddgb < _ccdb ;_fddgb ++{_eacd .NewCell ();};}; -// SetPos sets the Table's positioning to absolute mode and specifies the upper-left corner -// coordinates as (x,y). -// Note that this is only sensible to use when the table does not wrap over multiple pages. -// TODO: Should be able to set width too (not just based on context/relative positioning mode). -func (_dedgd *Table )SetPos (x ,y float64 ){_dedgd ._cgbfc =PositionAbsolute ;_dedgd ._cbgfe =x ;_dedgd ._cbdba =y ;};func (_gaea *Invoice )generateLineBlocks (_fegbb DrawContext )([]*Block ,DrawContext ,error ){_edbf :=_bagfg (len (_gaea ._gffd ));_edbf .SetMargins (0,0,25,0); -for _ ,_eagg :=range _gaea ._gffd {_gfcg :=_ddge (_eagg .TextStyle );_gfcg .SetMargins (0,0,1,0);_gfcg .Append (_eagg .Value );_dfadg :=_edbf .NewCell ();_dfadg .SetHorizontalAlignment (_eagg .Alignment );_dfadg .SetBackgroundColor (_eagg .BackgroundColor ); -_gaea .setCellBorder (_dfadg ,_eagg );_dfadg .SetContent (_gfcg );};for _ ,_afbbg :=range _gaea ._agece {for _ ,_bafd :=range _afbbg {_cbfgg :=_ddge (_bafd .TextStyle );_cbfgg .SetMargins (0,0,3,2);_cbfgg .Append (_bafd .Value );_bebc :=_edbf .NewCell (); -_bebc .SetHorizontalAlignment (_bafd .Alignment );_bebc .SetBackgroundColor (_bafd .BackgroundColor );_gaea .setCellBorder (_bebc ,_bafd );_bebc .SetContent (_cbfgg );};};return _edbf .GeneratePageBlocks (_fegbb );}; +// NewPage adds a new Page to the Creator and sets as the active Page. +func (_cfcc *Creator )NewPage ()*_gd .PdfPage {_afg :=_cfcc .newPage ();_cfcc ._bee =append (_cfcc ._bee ,_afg );_cfcc ._ecfb .Page ++;return _afg ;}; -// VectorDrawable is a Drawable with a specified width and height. -type VectorDrawable interface{Drawable ; +// NewDivision returns a new Division container component. +func (_dee *Creator )NewDivision ()*Division {return _cfgb ()};func (_bbcbc *templateProcessor )parseBackground (_fgcge *templateNode )(interface{},error ){_dggae :=&Background {};for _ ,_dcfcc :=range _fgcge ._eccfd .Attr {_ggcd :=_dcfcc .Value ;switch _ccgca :=_dcfcc .Name .Local ; +_ccgca {case "\u0066\u0069\u006c\u006c\u002d\u0063\u006f\u006c\u006f\u0072":_dggae .FillColor =_bbcbc .parseColorAttr (_ccgca ,_ggcd );case "\u0062\u006f\u0072d\u0065\u0072\u002d\u0063\u006f\u006c\u006f\u0072":_dggae .BorderColor =_bbcbc .parseColorAttr (_ccgca ,_ggcd ); +case "b\u006f\u0072\u0064\u0065\u0072\u002d\u0073\u0069\u007a\u0065":_dggae .BorderSize =_bbcbc .parseFloatAttr (_ccgca ,_ggcd );case "\u0062\u006f\u0072\u0064\u0065\u0072\u002d\u0072\u0061\u0064\u0069\u0075\u0073":_dddgc ,_egggf ,_gaeeg ,_aeagg :=_bbcbc .parseBorderRadiusAttr (_ccgca ,_ggcd ); +_dggae .SetBorderRadius (_dddgc ,_egggf ,_aeagg ,_gaeeg );case "\u0062\u006f\u0072\u0064er\u002d\u0074\u006f\u0070\u002d\u006c\u0065\u0066\u0074\u002d\u0072\u0061\u0064\u0069u\u0073":_dggae .BorderRadiusTopLeft =_bbcbc .parseFloatAttr (_ccgca ,_ggcd ); +case "\u0062\u006f\u0072de\u0072\u002d\u0074\u006f\u0070\u002d\u0072\u0069\u0067\u0068\u0074\u002d\u0072\u0061\u0064\u0069\u0075\u0073":_dggae .BorderRadiusTopRight =_bbcbc .parseFloatAttr (_ccgca ,_ggcd );case "\u0062o\u0072\u0064\u0065\u0072-\u0062\u006f\u0074\u0074\u006fm\u002dl\u0065f\u0074\u002d\u0072\u0061\u0064\u0069\u0075s":_dggae .BorderRadiusBottomLeft =_bbcbc .parseFloatAttr (_ccgca ,_ggcd ); +case "\u0062\u006f\u0072\u0064\u0065\u0072\u002d\u0062\u006f\u0074\u0074o\u006d\u002d\u0072\u0069\u0067\u0068\u0074\u002d\u0072\u0061d\u0069\u0075\u0073":_dggae .BorderRadiusBottomRight =_bbcbc .parseFloatAttr (_ccgca ,_ggcd );default:_bbcbc .nodeLogDebug (_fgcge ,"\u0055\u006e\u0073\u0075\u0070\u0070o\u0072\u0074\u0065\u0064\u0020\u0062\u0061\u0063\u006b\u0067\u0072\u006f\u0075\u006e\u0064\u0020\u0061\u0074\u0074\u0072i\u0062\u0075\u0074\u0065\u003a\u0020\u0060\u0025\u0073\u0060\u002e\u0020\u0053\u006bi\u0070p\u0069\u006e\u0067\u002e",_ccgca ); +};};return _dggae ,nil ;}; -// Width returns the width of the Drawable. -Width ()float64 ; +// Level returns the indentation level of the TOC line. +func (_baddc *TOCLine )Level ()uint {return _baddc ._bfcf }; -// Height returns the height of the Drawable. -Height ()float64 ;};func (_gdfd grayColor )ToRGB ()(float64 ,float64 ,float64 ){return _gdfd ._dbdf ,_gdfd ._dbdf ,_gdfd ._dbdf ;}; +// ColorRGBFrom8bit creates a Color from 8-bit (0-255) r,g,b values. +// Example: +// +// red := ColorRGBFrom8Bit(255, 0, 0) +func ColorRGBFrom8bit (r ,g ,b byte )Color {return rgbColor {_afd :float64 (r )/255.0,_fef :float64 (g )/255.0,_cbbf :float64 (b )/255.0};};type cmykColor struct{_cgab ,_bfdc ,_fec ,_febg float64 };const (CellBorderStyleNone CellBorderStyle =iota ;CellBorderStyleSingle ; +CellBorderStyleDouble ;);func (_bacgc *templateProcessor )parseChapterHeading (_gggec *templateNode )(interface{},error ){if _gggec ._ddbbd ==nil {_bacgc .nodeLogError (_gggec ,"\u0043\u0068a\u0070\u0074\u0065\u0072 \u0068\u0065a\u0064\u0069\u006e\u0067\u0020\u0070\u0061\u0072e\u006e\u0074\u0020\u0063\u0061\u006e\u006e\u006f\u0074\u0020\u0062\u0065 \u006e\u0069\u006c\u002e"); +return nil ,_eeeee ;};_geffg ,_affdfe :=_gggec ._ddbbd ._fdfd .(*Chapter );if !_affdfe {_bacgc .nodeLogError (_gggec ,"\u0043h\u0061\u0070t\u0065\u0072\u0020h\u0065\u0061\u0064\u0069\u006e\u0067\u0020p\u0061\u0072\u0065\u006e\u0074\u0020(\u0025\u0054\u0029\u0020\u0069\u0073\u0020\u006e\u006f\u0074\u0020a\u0020\u0063\u0068\u0061\u0070\u0074\u0065\u0072\u002e",_gggec ._ddbbd ._fdfd ); +return nil ,_eeeee ;};_ffff :=_geffg .GetHeading ();if _ ,_cgfg :=_bacgc .parseParagraph (_gggec ,_ffff );_cgfg !=nil {return nil ,_cgfg ;};return _ffff ,nil ;};func (_ecggd *InvoiceAddress )fmtLine (_fabf ,_gdbg string ,_ffec bool )string {if _ffec {_gdbg =""; +};return _f .Sprintf ("\u0025\u0073\u0025s\u000a",_gdbg ,_fabf );}; -// AddressHeadingStyle returns the style properties used to render the -// heading of the invoice address sections. -func (_edbaf *Invoice )AddressHeadingStyle ()TextStyle {return _edbaf ._gfdfe };func _feff (_gcega string )([]string ,error ){var (_egbd []string ;_gaeda []rune ;);for _ ,_dbaf :=range _gcega {if _dbaf =='\u000A'{if len (_gaeda )> 0{_egbd =append (_egbd ,string (_gaeda )); -};_egbd =append (_egbd ,string (_dbaf ));_gaeda =nil ;continue ;};_gaeda =append (_gaeda ,_dbaf );};if len (_gaeda )> 0{_egbd =append (_egbd ,string (_gaeda ));};var _bdde []string ;for _ ,_gafc :=range _egbd {_egceb :=[]rune (_gafc );_ccgg :=_bb .NewScanner (_egceb ); -var _dece []rune ;for _fbebd :=0;_fbebd < len (_egceb );_fbebd ++{_ ,_ccba ,_dccbd :=_ccgg .Next ();if _dccbd !=nil {return nil ,_dccbd ;};if _ccba ==_bb .BreakProhibited ||_fe .IsSpace (_egceb [_fbebd ]){_dece =append (_dece ,_egceb [_fbebd ]);if _fe .IsSpace (_egceb [_fbebd ]){_bdde =append (_bdde ,string (_dece )); -_dece =[]rune {};};continue ;}else {if len (_dece )> 0{_bdde =append (_bdde ,string (_dece ));};_dece =[]rune {_egceb [_fbebd ]};};};if len (_dece )> 0{_bdde =append (_bdde ,string (_dece ));};};return _bdde ,nil ;}; +// SetFillOpacity sets the fill opacity. +func (_cgbc *PolyBezierCurve )SetFillOpacity (opacity float64 ){_cgbc ._dcfbf =opacity };func (_aeag *Invoice )newCell (_agab string ,_cfed InvoiceCellProps )*InvoiceCell {return &InvoiceCell {_cfed ,_agab };};func (_ged *Block )drawToPage (_bff *_gd .PdfPage )error {_eba :=&_eag .ContentStreamOperations {}; +if _bff .Resources ==nil {_bff .Resources =_gd .NewPdfPageResources ();};_eebb :=_cga (_eba ,_bff .Resources ,_ged ._ge ,_ged ._fa );if _eebb !=nil {return _eebb ;};if _eebb =_adcc (_ged ._fa ,_bff .Resources );_eebb !=nil {return _eebb ;};if _eebb =_bff .AppendContentBytes (_eba .Bytes (),true ); +_eebb !=nil {return _eebb ;};for _ ,_cbg :=range _ged ._bdc {_bff .AddAnnotation (_cbg );};return nil ;}; -// SellerAddress returns the seller address used in the invoice template. -func (_dafa *Invoice )SellerAddress ()*InvoiceAddress {return _dafa ._ddaa }; +// GeneratePageBlocks draws the polyline on a new block representing the page. +// Implements the Drawable interface. +func (_gagcg *Polyline )GeneratePageBlocks (ctx DrawContext )([]*Block ,DrawContext ,error ){_cfeca :=NewBlock (ctx .PageWidth ,ctx .PageHeight );_beaaf ,_eeebd :=_cfeca .setOpacity (_gagcg ._aegga ,_gagcg ._aegga );if _eeebd !=nil {return nil ,ctx ,_eeebd ; +};_cadgd :=_gagcg ._gcaf .Points ;for _cgbe :=range _cadgd {_edgf :=&_cadgd [_cgbe ];_edgf .Y =ctx .PageHeight -_edgf .Y ;};_aebga ,_ ,_eeebd :=_gagcg ._gcaf .MarkedDraw (_beaaf ,_gagcg ._ecga );if _eeebd !=nil {return nil ,ctx ,_eeebd ;};if _eeebd =_cfeca .addContentsByString (string (_aebga )); +_eeebd !=nil {return nil ,ctx ,_eeebd ;};return []*Block {_cfeca },ctx ,nil ;}; -// MultiColCell makes a new cell with the specified column span and inserts it -// into the table at the current position. -func (_fdca *Table )MultiColCell (colspan int )*TableCell {return _fdca .MultiCell (1,colspan )}; +// Text sets the text content of the Paragraph. +func (_egba *Paragraph )Text ()string {return _egba ._bcgag }; -// SetForms adds an Acroform to a PDF file. Sets the specified form for writing. -func (_fdgb *Creator )SetForms (form *_fgd .PdfAcroForm )error {_fdgb ._ecc =form ;return nil }; +// GeneratePageBlocks generate the Page blocks. Draws the Image on a block, implementing the Drawable interface. +func (_edff *Image )GeneratePageBlocks (ctx DrawContext )([]*Block ,DrawContext ,error ){if _edff ._cbaag ==nil {if _cega :=_edff .makeXObject ();_cega !=nil {return nil ,ctx ,_cega ;};};var _egcc []*Block ;_bafe :=ctx ;_fcgb :=NewBlock (ctx .PageWidth ,ctx .PageHeight ); +if _edff ._dbafc .IsRelative (){_edff .applyFitMode (ctx .Width );ctx .X +=_edff ._fcad .Left ;ctx .Y +=_edff ._fcad .Top ;ctx .Width -=_edff ._fcad .Left +_edff ._fcad .Right ;ctx .Height -=_edff ._fcad .Top +_edff ._fcad .Bottom ;if _edff ._fae > ctx .Height {_egcc =append (_egcc ,_fcgb ); +_fcgb =NewBlock (ctx .PageWidth ,ctx .PageHeight );ctx .Page ++;_cgbf :=ctx ;_cgbf .Y =ctx .Margins .Top +_edff ._fcad .Top ;_cgbf .X =ctx .Margins .Left +_edff ._fcad .Left ;_cgbf .Height =ctx .PageHeight -ctx .Margins .Top -ctx .Margins .Bottom -_edff ._fcad .Top -_edff ._fcad .Bottom ; +_cgbf .Width =ctx .PageWidth -ctx .Margins .Left -ctx .Margins .Right -_edff ._fcad .Left -_edff ._fcad .Right ;ctx =_cgbf ;};}else {ctx .X =_edff ._aeae ;ctx .Y =_edff ._bgabe ;};ctx ,_dabb :=_bdab (_fcgb ,_edff ,ctx );if _dabb !=nil {return nil ,ctx ,_dabb ; +};_egcc =append (_egcc ,_fcgb );if _edff ._dbafc .IsAbsolute (){ctx =_bafe ;}else {ctx .X =_bafe .X ;ctx .Width =_bafe .Width ;ctx .Y +=_edff ._fcad .Bottom ;};return _egcc ,ctx ,nil ;}; -// NewColorPoint creates a new color and point object for use in the gradient rendering process. -func NewColorPoint (color Color ,point float64 )*ColorPoint {return _bdab (color ,point )};func (_aceee *templateProcessor )parseFloatArray (_fcddf ,_gedba string )[]float64 {_fec .Log .Debug ("\u0050\u0061\u0072s\u0069\u006e\u0067\u0020\u0066\u006c\u006f\u0061\u0074\u0020\u0061\u0072\u0072\u0061\u0079\u0020\u0061\u0074\u0074\u0072\u0069\u0062\u0075\u0074\u0065\u003a\u0020\u0028\u0060%\u0073\u0060\u002c\u0020\u0025\u0073\u0029\u002e",_fcddf ,_gedba ); -_dcdggf :=_eg .Fields (_gedba );_gefg :=make ([]float64 ,0,len (_dcdggf ));for _ ,_dafdd :=range _dcdggf {_fedeg ,_ :=_fg .ParseFloat (_dafdd ,64);_gefg =append (_gefg ,_fedeg );};return _gefg ;};func (_ebgf *Chapter )headingText ()string {_ceg :=_ebgf ._faed ; -if _dbde :=_ebgf .headingNumber ();_dbde !=""{_ceg =_f .Sprintf ("\u0025\u0073\u0020%\u0073",_dbde ,_ceg );};return _ceg ;};func (_fb *Block )drawToPage (_gfd *_fgd .PdfPage )error {_bga :=&_dg .ContentStreamOperations {};if _gfd .Resources ==nil {_gfd .Resources =_fgd .NewPdfPageResources (); -};_ab :=_gbg (_bga ,_gfd .Resources ,_fb ._cb ,_fb ._dgd );if _ab !=nil {return _ab ;};if _ab =_eec (_fb ._dgd ,_gfd .Resources );_ab !=nil {return _ab ;};if _ab =_gfd .AppendContentBytes (_bga .Bytes (),true );_ab !=nil {return _ab ;};for _ ,_ddb :=range _fb ._ed {_gfd .AddAnnotation (_ddb ); -};return nil ;};type containerDrawable interface{Drawable ; +// SetLinePageStyle sets the style for the page part of all new lines +// of the table of contents. +func (_ceff *TOC )SetLinePageStyle (style TextStyle ){_ceff ._ccffd =style }; -// ContainerComponent checks if the component is allowed to be added into provided 'container' and returns -// preprocessed copy of itself. If the component is not changed it is allowed to return itself in a callback way. -// If the component is not compatible with provided container this method should return an error. -ContainerComponent (_dedfb Drawable )(Drawable ,error );};func (_cfde *Table )wrapContent (_bbbfbd DrawContext )error {if _cfde ._fgaag {return nil ;};_cfde .sortCells ();_dgdab :=func (_ddgc *TableCell ,_aedbe int ,_acgb int ,_geee int )(_adfde int ){if _geee < 1{return -1; -};_dagfb :=0;for _cedd :=_acgb +1;_cedd < len (_cfde ._efbe )-1;_cedd ++{_dedgdb :=_cfde ._efbe [_cedd ];if _dedgdb ._deef ==_geee &&_dagfb !=_acgb {_dagfb =_cedd ;if (_dedgdb ._bacg < _ddgc ._bacg &&_cfde ._afacb > _dedgdb ._bacg )||_ddgc ._bacg < _cfde ._afacb {continue ; -};break ;};};_faac :=float64 (0.0);for _efba :=0;_efba < _ddgc ._afddb ;_efba ++{_faac +=_cfde ._gecdg [_ddgc ._deef +_efba -1];};_fagada :=_ddgc .width (_cfde ._cddfg ,_bbbfbd .Width );var (_bgage VectorDrawable ;_gedf =false ;);switch _fffdbf :=_ddgc ._aafg .(type ){case *StyledParagraph :_gcgcd :=_bbbfbd ; -_gcgcd .Height =_fc .Floor (_faac -_fffdbf ._ccddg .Top -_fffdbf ._ccddg .Bottom -0.5*_fffdbf .getTextHeight ());_gcgcd .Width =_fagada ;_edfg ,_dgeba ,_abagf :=_fffdbf .split (_gcgcd );if _abagf !=nil {_fec .Log .Error ("\u0045\u0072\u0072o\u0072\u0020\u0077\u0072a\u0070\u0020\u0073\u0074\u0079\u006c\u0065d\u0020\u0070\u0061\u0072\u0061\u0067\u0072\u0061\u0070\u0068\u003a\u0020\u0025\u0076",_abagf .Error ()); -};if _edfg !=nil &&_dgeba !=nil {_cfde ._efbe [_acgb ]._aafg =_edfg ;_bgage =_dgeba ;_gedf =true ;};};_cfde ._efbe [_acgb ]._afddb =_ddgc ._afddb ;_bbbfbd .Height =_bbbfbd .PageHeight -_bbbfbd .Margins .Top -_bbbfbd .Margins .Bottom ;_ceeg :=_ddgc .cloneProps (nil ); -if _gedf {_ceeg ._aafg =_bgage ;};_ceeg ._afddb =_aedbe ;_ceeg ._deef =_geee +1;_ceeg ._bacg =_ddgc ._bacg ;if _ceeg ._deef +_ceeg ._afddb -1> _cfde ._begg {for _faag :=_cfde ._begg ;_faag < _ceeg ._deef +_ceeg ._afddb -1;_faag ++{_cfde ._begg ++;_cfde ._gecdg =append (_cfde ._gecdg ,_cfde ._edefd ); -};};_cfde ._efbe =append (_cfde ._efbe [:_dagfb +1],append ([]*TableCell {_ceeg },_cfde ._efbe [_dagfb +1:]...)...);return _dagfb +1;};_beeff :=func (_bdabb *TableCell ,_gfae int ,_ecbb int ,_bdfcec float64 )(_ddaeb int ){_cabce :=_bdabb .width (_cfde ._cddfg ,_bbbfbd .Width ); -_decc :=_bdfcec ;_dbac :=1;_ccfdf :=_bbbfbd .Height ;if _ccfdf > 0{for _decc > _ccfdf {_decc -=_bbbfbd .Height ;_ccfdf =_bbbfbd .PageHeight -_bbbfbd .Margins .Top -_bbbfbd .Margins .Bottom ;_dbac ++;};};var (_baccb VectorDrawable ;_bcebf =false ;);switch _bdee :=_bdabb ._aafg .(type ){case *StyledParagraph :_daag :=_bbbfbd ; -_daag .Height =_fc .Floor (_bbbfbd .Height -_bdee ._ccddg .Top -_bdee ._ccddg .Bottom -0.5*_bdee .getTextHeight ());_daag .Width =_cabce ;_dfgg ,_fbga ,_bfdd :=_bdee .split (_daag );if _bfdd !=nil {_fec .Log .Error ("\u0045\u0072\u0072o\u0072\u0020\u0077\u0072a\u0070\u0020\u0073\u0074\u0079\u006c\u0065d\u0020\u0070\u0061\u0072\u0061\u0067\u0072\u0061\u0070\u0068\u003a\u0020\u0025\u0076",_bfdd .Error ()); -};if _dfgg !=nil &&_fbga !=nil {_cfde ._efbe [_gfae ]._aafg =_dfgg ;_baccb =_fbga ;_bcebf =true ;};};if _dbac < 2{return -1;};if _cfde ._efbe [_gfae ]._deef +_dbac -1> _cfde ._begg {for _gcfab :=0;_gcfab < _dbac ;_gcfab ++{_cfde ._begg ++;_cfde ._gecdg =append (_cfde ._gecdg ,_cfde ._edefd ); -};};_eeda :=_bdfcec /float64 (_dbac );for _gccf :=0;_gccf < _dbac ;_gccf ++{_cfde ._gecdg [_ecbb +_gccf -1]=_eeda ;};_bbbfbd .Height =_bbbfbd .PageHeight -_bbbfbd .Margins .Top -_bbbfbd .Margins .Bottom ;_gbfddf :=_bdabb .cloneProps (nil );if _bcebf {_gbfddf ._aafg =_baccb ; -};_gbfddf ._afddb =1;_gbfddf ._deef =_ecbb +_dbac -1;_gbfddf ._bacg =_bdabb ._bacg ;_cfde ._efbe =append (_cfde ._efbe ,_gbfddf );return len (_cfde ._efbe );};_bbfff :=1;_bgfba :=-1;for _gdgb :=0;_gdgb < len (_cfde ._efbe );_gdgb ++{_bcagg :=_cfde ._efbe [_gdgb ]; -if _bgfba ==_gdgb {_bbfff =_bcagg ._deef ;};if _bcagg ._afddb < 2{if _fadc :=_cfde ._gecdg [_bcagg ._deef -1];_fadc > _bbbfbd .Height {_bgfba =_beeff (_bcagg ,_gdgb ,_bcagg ._deef ,_fadc );continue ;};continue ;};_bcafc :=float64 (0);for _fcee :=0;_fcee < _bcagg ._afddb ; -_fcee ++{_bcafc +=_cfde ._gecdg [_bcagg ._deef +_fcee -1];};_fdbcgc :=float64 (0);for _dfcbe :=_bbfff -1;_dfcbe < _bcagg ._deef -1;_dfcbe ++{_fdbcgc +=_cfde ._gecdg [_dfcbe ];};if _bcafc <=(_bbbfbd .Height -_fdbcgc ){continue ;};_gdcd :=float64 (0.0);_agbe :=_bcagg ._afddb ; -_bfgfe :=-1;_ebaf :=1;for _efegc :=1;_efegc <=_bcagg ._afddb ;_efegc ++{if (_gdcd +_cfde ._gecdg [_bcagg ._deef +_efegc -2])> (_bbbfbd .Height -_fdbcgc ){_ebaf --;break ;};_bfgfe =_bcagg ._deef +_efegc -1;_agbe =_bcagg ._afddb -_efegc ;_gdcd +=_cfde ._gecdg [_bcagg ._deef +_efegc -2]; -_ebaf ++;};if _bcagg ._afddb ==_agbe {_bbbfbd .Height =_bbbfbd .PageHeight -_bbbfbd .Margins .Top -_bbbfbd .Margins .Bottom ;_bbfff =_bcagg ._deef ;_gdgb --;continue ;};if _agbe > 0&&_bcagg ._afddb > _ebaf {_bcagg ._afddb =_ebaf ;_bgfba =_dgdab (_bcagg ,_agbe ,_gdgb ,_bfgfe ); -if _gdgb +1==_bgfba {_gdgb --;};};_bbfff =_bcagg ._deef ;};_cfde .sortCells ();return nil ;};type grayColor struct{_dbdf float64 }; +// TextVerticalAlignment controls the vertical position of the text +// in a styled paragraph. +type TextVerticalAlignment int ;func _ebcd (_fcgg [][]_ddb .CubicBezierCurve )*CurvePolygon {return &CurvePolygon {_fbff :&_ddb .CurvePolygon {Rings :_fcgg },_bgabd :1.0,_acfa :1.0};};func _ccbgg (_bgag ,_gded TextStyle )*Invoice {_addg :=&Invoice {_bgfbda :"\u0049N\u0056\u004f\u0049\u0043\u0045",_gggd :"\u002c\u0020",_bdae :_bgag ,_ddba :_gded }; +_addg ._afbf =&InvoiceAddress {Separator :_addg ._gggd };_addg ._adbcd =&InvoiceAddress {Heading :"\u0042i\u006c\u006c\u0020\u0074\u006f",Separator :_addg ._gggd };_efe :=ColorRGBFrom8bit (245,245,245);_faba :=ColorRGBFrom8bit (155,155,155);_addg ._fcbed =_gded ; +_addg ._fcbed .Color =_faba ;_addg ._fcbed .FontSize =20;_addg ._gdga =_bgag ;_addg ._fefc =_gded ;_addg ._degfg =_bgag ;_addg ._begb =_gded ;_addg ._ffda =_addg .NewCellProps ();_addg ._ffda .BackgroundColor =_efe ;_addg ._ffda .TextStyle =_gded ;_addg ._dbbfd =_addg .NewCellProps (); +_addg ._dbbfd .TextStyle =_gded ;_addg ._dbbfd .BackgroundColor =_efe ;_addg ._dbbfd .BorderColor =_efe ;_addg ._ddce =_addg .NewCellProps ();_addg ._ddce .BorderColor =_efe ;_addg ._ddce .BorderSides =[]CellBorderSide {CellBorderSideBottom };_addg ._ddce .Alignment =CellHorizontalAlignmentRight ; +_addg ._aabdc =_addg .NewCellProps ();_addg ._aabdc .Alignment =CellHorizontalAlignmentRight ;_addg ._eeffg =[2]*InvoiceCell {_addg .newCell ("\u0049\u006e\u0076\u006f\u0069\u0063\u0065\u0020\u006eu\u006d\u0062\u0065\u0072",_addg ._ffda ),_addg .newCell ("",_addg ._ffda )}; +_addg ._cegfg =[2]*InvoiceCell {_addg .newCell ("\u0044\u0061\u0074\u0065",_addg ._ffda ),_addg .newCell ("",_addg ._ffda )};_addg ._fgfe =[2]*InvoiceCell {_addg .newCell ("\u0044\u0075\u0065\u0020\u0044\u0061\u0074\u0065",_addg ._ffda ),_addg .newCell ("",_addg ._ffda )}; +_addg ._ffce =[2]*InvoiceCell {_addg .newCell ("\u0053\u0075\u0062\u0074\u006f\u0074\u0061\u006c",_addg ._aabdc ),_addg .newCell ("",_addg ._aabdc )};_dbbb :=_addg ._aabdc ;_dbbb .TextStyle =_gded ;_dbbb .BackgroundColor =_efe ;_dbbb .BorderColor =_efe ; +_addg ._cecdb =[2]*InvoiceCell {_addg .newCell ("\u0054\u006f\u0074a\u006c",_dbbb ),_addg .newCell ("",_dbbb )};_addg ._cdbg =[2]string {"\u004e\u006f\u0074e\u0073",""};_addg ._acae =[2]string {"T\u0065r\u006d\u0073\u0020\u0061\u006e\u0064\u0020\u0063o\u006e\u0064\u0069\u0074io\u006e\u0073",""}; +_addg ._gbbc =[]*InvoiceCell {_addg .newColumn ("D\u0065\u0073\u0063\u0072\u0069\u0070\u0074\u0069\u006f\u006e",CellHorizontalAlignmentLeft ),_addg .newColumn ("\u0051\u0075\u0061\u006e\u0074\u0069\u0074\u0079",CellHorizontalAlignmentRight ),_addg .newColumn ("\u0055\u006e\u0069\u0074\u0020\u0070\u0072\u0069\u0063\u0065",CellHorizontalAlignmentRight ),_addg .newColumn ("\u0041\u006d\u006f\u0075\u006e\u0074",CellHorizontalAlignmentRight )}; +return _addg ;};type fontMetrics struct{_edgacc float64 ;_daeb float64 ;_gecf float64 ;_gfcgf float64 ;}; -// CurvePolygon represents a curve polygon shape. -// Implements the Drawable interface and can be drawn on PDF using the Creator. -type CurvePolygon struct{_dgc *_gga .CurvePolygon ;_fafc float64 ;_bcefc float64 ;_eeea Color ;_becd *int64 ;}; +// EnableFontSubsetting enables font subsetting for `font` when the creator output is written to file. +// Embeds only the subset of the runes/glyphs that are actually used to display the file. +// Subsetting can reduce the size of fonts significantly. +func (_faad *Creator )EnableFontSubsetting (font *_gd .PdfFont ){_faad ._dgad =append (_faad ._dgad ,font );}; -// AddSection adds a new content section at the end of the invoice. -func (_aage *Invoice )AddSection (title ,content string ){_aage ._fcfd =append (_aage ._fcfd ,[2]string {title ,content });}; +// GetMargins returns the Image's margins: left, right, top, bottom. +func (_aabgg *Image )GetMargins ()(float64 ,float64 ,float64 ,float64 ){return _aabgg ._fcad .Left ,_aabgg ._fcad .Right ,_aabgg ._fcad .Top ,_aabgg ._fcad .Bottom ;}; -// NewTextStyle creates a new text style object which can be used to style -// chunks of text. -// Default attributes: -// Font: Helvetica -// Font size: 10 -// Encoding: WinAnsiEncoding -// Text color: black -func (_aece *Creator )NewTextStyle ()TextStyle {return _ddaea (_aece ._dff )}; +// Fit fits the chunk into the specified bounding box, cropping off the +// remainder in a new chunk, if it exceeds the specified dimensions. +// NOTE: The method assumes a line height of 1.0. In order to account for other +// line height values, the passed in height must be divided by the line height: +// height = height / lineHeight +func (_ddee *TextChunk )Fit (width ,height float64 )(*TextChunk ,error ){_eeecec ,_ebaea :=_ddee .Wrap (width );if _ebaea !=nil {return nil ,_ebaea ;};_dcagb :=int (height /_ddee .Style .FontSize );if _dcagb >=len (_eeecec ){return nil ,nil ;};_gccd :="\u000a"; +_ddee .Text =_ddf .Replace (_ddf .Join (_eeecec [:_dcagb ],"\u0020"),_gccd +"\u0020",_gccd ,-1);_baab :=_ddf .Replace (_ddf .Join (_eeecec [_dcagb :],"\u0020"),_gccd +"\u0020",_gccd ,-1);return NewTextChunk (_baab ,_ddee .Style ),nil ;};func _adebe (_egaaf ,_bbgb interface{})(interface{},error ){_bbedd ,_ddabf :=_agcee (_egaaf ); +if _ddabf !=nil {return nil ,_ddabf ;};switch _faebc :=_bbedd .(type ){case int64 :_fgfbd ,_cddfe :=_agcee (_bbgb );if _cddfe !=nil {return nil ,_cddfe ;};switch _cbffc :=_fgfbd .(type ){case int64 :return _faebc +_cbffc ,nil ;case float64 :return float64 (_faebc )+_cbffc ,nil ; +};case float64 :_eaeef ,_bbbdg :=_agcee (_bbgb );if _bbbdg !=nil {return nil ,_bbbdg ;};switch _dcfge :=_eaeef .(type ){case int64 :return _faebc +float64 (_dcfge ),nil ;case float64 :return _faebc +_dcfge ,nil ;};};return nil ,_f .Errorf ("\u0066\u0061\u0069le\u0064\u0020\u0074\u006f\u0020\u0061\u0064\u0064\u0020\u0025\u0076\u0020\u0061\u006e\u0064\u0020\u0025\u0076",_egaaf ,_bbgb ); +};func _eff (_dbf string ,_afcd _be .PdfObject ,_bbf *_gd .PdfPageResources )_be .PdfObjectName {_gfeg :=_ddf .TrimRightFunc (_ddf .TrimSpace (_dbf ),func (_adbe rune )bool {return _ab .IsNumber (_adbe )});if _gfeg ==""{_gfeg ="\u0046\u006f\u006e\u0074"; +};_bdb :=0;_gdbc :=_be .PdfObjectName (_dbf );for {_eaf ,_ccf :=_bbf .GetFontByName (_gdbc );if !_ccf ||_eaf ==_afcd {break ;};_bdb ++;_gdbc =_be .PdfObjectName (_f .Sprintf ("\u0025\u0073\u0025\u0064",_gfeg ,_bdb ));};return _gdbc ;}; -// TOCLine represents a line in a table of contents. -// The component can be used both in the context of a -// table of contents component and as a standalone component. -// The representation of a table of contents line is as follows: -/* - [number] [title] [separator] [page] - e.g.: Chapter1 Introduction ........... 1 -*/ -type TOCLine struct{_afgdd *StyledParagraph ; +// MoveTo moves the drawing context to absolute coordinates (x, y). +func (_dced *Creator )MoveTo (x ,y float64 ){_dced ._ecfb .X =x ;_dced ._ecfb .Y =y }; -// Holds the text and style of the number part of the TOC line. -Number TextChunk ; +// DrawTemplate renders the template provided through the specified reader, +// using the specified `data` and `options`. +// Creator templates are first executed as text/template *Template instances, +// so the specified `data` is inserted within the template. +// The second phase of processing is actually parsing the template, translating +// it into creator components and rendering them using the provided options. +// Both the `data` and `options` parameters can be nil. +func (_fbbcg *Creator )DrawTemplate (r _cb .Reader ,data interface{},options *TemplateOptions )error {return _bgca (_fbbcg ,r ,data ,options ,_fbbcg );}; -// Holds the text and style of the title part of the TOC line. -Title TextChunk ; +// NewColumn returns a new column for the line items invoice table. +func (_fbca *Invoice )NewColumn (description string )*InvoiceCell {return _fbca .newColumn (description ,CellHorizontalAlignmentLeft );};func (_fcfcb *templateProcessor )parseTextChunk (_bfac *templateNode ,_ffcecc *TextChunk )(interface{},error ){if _bfac ._ddbbd ==nil {_fcfcb .nodeLogError (_bfac ,"\u0054\u0065\u0078\u0074\u0020\u0063\u0068\u0075\u006e\u006b\u0020\u0070\u0061\u0072\u0065n\u0074 \u0063\u0061\u006e\u006e\u006f\u0074\u0020\u0062\u0065\u0020\u006e\u0069\u006c\u002e"); +return nil ,_eeeee ;};var (_bdfbd =_fcfcb .creator .NewTextStyle ();_gdcge bool ;);for _ ,_fgga :=range _bfac ._eccfd .Attr {if _fgga .Name .Local =="\u006c\u0069\u006e\u006b"{_dfff ,_ccfcb :=_bfac ._ddbbd ._fdfd .(*StyledParagraph );if !_ccfcb {_fcfcb .nodeLogError (_bfac ,"\u004c\u0069\u006e\u006b \u0061\u0074\u0074\u0072\u0069\u0062\u0075\u0074\u0065 \u006f\u006e\u006c\u0079\u0020\u0061\u0070\u0070\u006c\u0069\u0063\u0061\u0062\u006c\u0065\u0020\u0074\u006f \u0070\u0061\u0072\u0061\u0067r\u0061\u0070\u0068\u0027\u0073\u0020\u0074\u0065\u0078\u0074\u0020\u0063\u0068\u0075\u006e\u006b\u002e"); +_gdcge =true ;}else {_bdfbd =_dfff ._debd ;};break ;};};if _ffcecc ==nil {_ffcecc =NewTextChunk ("",_bdfbd );};for _ ,_ecgbc :=range _bfac ._eccfd .Attr {_dfbae :=_ecgbc .Value ;switch _dedaa :=_ecgbc .Name .Local ;_dedaa {case "\u0063\u006f\u006co\u0072":_ffcecc .Style .Color =_fcfcb .parseColorAttr (_dedaa ,_dfbae ); +case "\u006f\u0075\u0074\u006c\u0069\u006e\u0065\u002d\u0063\u006f\u006c\u006f\u0072":_ffcecc .Style .OutlineColor =_fcfcb .parseColorAttr (_dedaa ,_dfbae );case "\u0066\u006f\u006e\u0074":_ffcecc .Style .Font =_fcfcb .parseFontAttr (_dedaa ,_dfbae );case "\u0066o\u006e\u0074\u002d\u0073\u0069\u007ae":_ffcecc .Style .FontSize =_fcfcb .parseFloatAttr (_dedaa ,_dfbae ); +case "\u006f\u0075\u0074l\u0069\u006e\u0065\u002d\u0073\u0069\u007a\u0065":_ffcecc .Style .OutlineSize =_fcfcb .parseFloatAttr (_dedaa ,_dfbae );case "\u0063\u0068\u0061\u0072\u0061\u0063\u0074\u0065\u0072\u002d\u0073\u0070a\u0063\u0069\u006e\u0067":_ffcecc .Style .CharSpacing =_fcfcb .parseFloatAttr (_dedaa ,_dfbae ); +case "\u0068o\u0072i\u007a\u006f\u006e\u0074\u0061l\u002d\u0073c\u0061\u006c\u0069\u006e\u0067":_ffcecc .Style .HorizontalScaling =_fcfcb .parseFloatAttr (_dedaa ,_dfbae );case "\u0072\u0065\u006e\u0064\u0065\u0072\u0069\u006e\u0067-\u006d\u006f\u0064\u0065":_ffcecc .Style .RenderingMode =_fcfcb .parseTextRenderingModeAttr (_dedaa ,_dfbae ); +case "\u0075n\u0064\u0065\u0072\u006c\u0069\u006ee":_ffcecc .Style .Underline =_fcfcb .parseBoolAttr (_dedaa ,_dfbae );case "\u0075n\u0064e\u0072\u006c\u0069\u006e\u0065\u002d\u0063\u006f\u006c\u006f\u0072":_ffcecc .Style .UnderlineStyle .Color =_fcfcb .parseColorAttr (_dedaa ,_dfbae ); +case "\u0075\u006ed\u0065\u0072\u006ci\u006e\u0065\u002d\u006f\u0066\u0066\u0073\u0065\u0074":_ffcecc .Style .UnderlineStyle .Offset =_fcfcb .parseFloatAttr (_dedaa ,_dfbae );case "\u0075\u006e\u0064\u0065rl\u0069\u006e\u0065\u002d\u0074\u0068\u0069\u0063\u006b\u006e\u0065\u0073\u0073":_ffcecc .Style .UnderlineStyle .Thickness =_fcfcb .parseFloatAttr (_dedaa ,_dfbae ); +case "\u006c\u0069\u006e\u006b":if !_gdcge {_ffcecc .AddAnnotation (_fcfcb .parseLinkAttr (_dedaa ,_dfbae ));};case "\u0074e\u0078\u0074\u002d\u0072\u0069\u0073e":_ffcecc .Style .TextRise =_fcfcb .parseFloatAttr (_dedaa ,_dfbae );default:_fcfcb .nodeLogDebug (_bfac ,"\u0055\u006e\u0073\u0075\u0070\u0070o\u0072\u0074\u0065\u0064\u0020\u0074\u0065\u0078\u0074\u0020\u0063\u0068\u0075\u006e\u006b\u0020\u0061\u0074\u0074\u0072i\u0062\u0075\u0074\u0065\u003a\u0020\u0060\u0025\u0073\u0060\u002e\u0020\u0053\u006bi\u0070p\u0069\u006e\u0067\u002e",_dedaa ); +};};return _ffcecc ,nil ;};func _acbe (_eeaa ,_becgf ,_eeead ,_gfce float64 )*Rectangle {return &Rectangle {_fdeb :_eeaa ,_fefcd :_becgf ,_dacdg :_eeead ,_ddccd :_gfce ,_dbdf :PositionAbsolute ,_aadb :1.0,_aagf :ColorBlack ,_bcdgg :1.0,_ggge :1.0};};func (_abfgb *Rectangle )applyFitMode (_gdgcd float64 ){_gdgcd -=_abfgb ._ddfgb .Left +_abfgb ._ddfgb .Right +_abfgb ._bcdgg ; +switch _abfgb ._dfgc {case FitModeFillWidth :_abfgb .ScaleToWidth (_gdgcd );};}; -// Holds the text and style of the separator part of the TOC line. -Separator TextChunk ; +// SetMarkedContentID sets the marked content id for the line. +func (_dabg *Line )SetMarkedContentID (mcid int64 )*_gd .KDict {_dabg ._afac =&mcid ;_efdf :=_gd .NewKDictionary ();_efdf .S =_be .MakeName (_gd .StructureTypeFigure );_efdf .K =_be .MakeInteger (mcid );return _efdf ;}; -// Holds the text and style of the page part of the TOC line. -Page TextChunk ;_afage float64 ;_gfec uint ;_ebgcdc float64 ;_afdaf Positioning ;_beed float64 ;_cdbff float64 ;_ebaab int64 ;}; +// Height returns the height of the line. +func (_cebadd *Line )Height ()float64 {_cffa :=_cebadd ._adcb ;if _cebadd ._cbagd ==_cebadd ._agbba {_cffa /=2;};return _ff .Abs (_cebadd ._dcga -_cebadd ._efeb )+_cffa ;};func (_bdccd *shading )generatePdfFunctions ()[]_gd .PdfFunction {if len (_bdccd ._agcac )==0{return nil ; +}else if len (_bdccd ._agcac )<=2{_egfgb ,_gfdf ,_bgbf :=_bdccd ._agcac [0]._ccfgb .ToRGB ();_ccdd ,_bgfdg ,_cecb :=_bdccd ._agcac [len (_bdccd ._agcac )-1]._ccfgb .ToRGB ();return []_gd .PdfFunction {&_gd .PdfFunctionType2 {Domain :[]float64 {0.0,1.0},Range :[]float64 {0.0,1.0,0.0,1.0,0.0,1.0},N :1,C0 :[]float64 {_egfgb ,_gfdf ,_bgbf },C1 :[]float64 {_ccdd ,_bgfdg ,_cecb }}}; +}else {_ffcec :=[]_gd .PdfFunction {};_dgcf :=[]float64 {};for _ggfagf :=0;_ggfagf < len (_bdccd ._agcac )-1;_ggfagf ++{_fbcg ,_fcaab ,_bbeg :=_bdccd ._agcac [_ggfagf ]._ccfgb .ToRGB ();_egead ,_gbda ,_dgaefg :=_bdccd ._agcac [_ggfagf +1]._ccfgb .ToRGB (); +_cgbb :=&_gd .PdfFunctionType2 {Domain :[]float64 {0.0,1.0},Range :[]float64 {0.0,1.0,0.0,1.0,0.0,1.0},N :1,C0 :[]float64 {_fbcg ,_fcaab ,_bbeg },C1 :[]float64 {_egead ,_gbda ,_dgaefg }};_ffcec =append (_ffcec ,_cgbb );if _ggfagf > 0{_dgcf =append (_dgcf ,_bdccd ._agcac [_ggfagf ]._aeeb ); +};};_adff :=[]float64 {};for range _ffcec {_adff =append (_adff ,[]float64 {0.0,1.0}...);};return []_gd .PdfFunction {&_gd .PdfFunctionType3 {Domain :[]float64 {0.0,1.0},Range :[]float64 {0.0,1.0,0.0,1.0,0.0,1.0},Functions :_ffcec ,Bounds :_dgcf ,Encode :_adff }}; +};};func _bgaf (_bdada []*ColorPoint )*LinearShading {return &LinearShading {_faee :&shading {_bbdfc :ColorWhite ,_fdda :false ,_gecd :[]bool {false ,false },_agcac :_bdada },_ddfb :&_gd .PdfRectangle {}};}; -// HorizontalAlignment represents the horizontal alignment of components -// within a page. -type HorizontalAlignment int ; +// Draw processes the specified Drawable widget and generates blocks that can +// be rendered to the output document. The generated blocks can span over one +// or more pages. Additional pages are added if the contents go over the current +// page. Each generated block is assigned to the creator page it will be +// rendered to. In order to render the generated blocks to the creator pages, +// call Finalize, Write or WriteToFile. +func (_dbd *Creator )Draw (d Drawable )error {if _dbd .getActivePage ()==nil {_dbd .NewPage ();};_bfbg ,_gbf ,_eabg :=d .GeneratePageBlocks (_dbd ._ecfb );if _eabg !=nil {return _eabg ;};if len (_gbf ._ebbc )> 0{_dbd .Errors =append (_dbd .Errors ,_gbf ._ebbc ...); +};for _bgfg ,_aced :=range _bfbg {if _bgfg > 0{_dbd .NewPage ();};_adf :=_dbd .getActivePage ();if _cbec ,_becd :=_dbd ._fafg [_adf ];_becd {if _fcfc :=_cbec .mergeBlocks (_aced );_fcfc !=nil {return _fcfc ;};if _edf :=_adcc (_aced ._fa ,_cbec ._fa );_edf !=nil {return _edf ; +};}else {_dbd ._fafg [_adf ]=_aced ;};};_dbd ._ecfb .X =_gbf .X ;_dbd ._ecfb .Y =_gbf .Y ;_dbd ._ecfb .Height =_gbf .PageHeight -_gbf .Y -_gbf .Margins .Bottom ;return nil ;}; -// SetIncludeInTOC sets a flag to indicate whether or not to include in tOC. -func (_bbe *Chapter )SetIncludeInTOC (includeInTOC bool ){_bbe ._aga =includeInTOC }; \ No newline at end of file +// GetCoords returns the center coordinates of ellipse (`xc`, `yc`). +func (_gdab *Ellipse )GetCoords ()(float64 ,float64 ){return _gdab ._dbeb ,_gdab ._caaf };func _gdbcg (_gfgb _dd .Image )(*Image ,error ){_geed ,_fdab :=_gd .ImageHandling .NewImageFromGoImage (_gfgb );if _fdab !=nil {return nil ,_fdab ;};return _bddd (_geed ); +}; \ No newline at end of file diff --git a/extractor/extractor.go b/extractor/extractor.go index ce5deeae7..1587583bc 100644 --- a/extractor/extractor.go +++ b/extractor/extractor.go @@ -11,544 +11,230 @@ // Package extractor is used for quickly extracting PDF content through a simple interface. // Currently offers functionality for extracting textual content. -package extractor ;import (_aa "bytes";_dg "errors";_d "fmt";_b "github.com/unidoc/unipdf/v3/common";_aed "github.com/unidoc/unipdf/v3/contentstream";_gbc "github.com/unidoc/unipdf/v3/core";_fe "github.com/unidoc/unipdf/v3/internal/license";_abg "github.com/unidoc/unipdf/v3/internal/textencoding"; -_ef "github.com/unidoc/unipdf/v3/internal/transform";_bg "github.com/unidoc/unipdf/v3/model";_ca "golang.org/x/image/draw";_g "golang.org/x/text/unicode/norm";_f "image";_ab "image/color";_e "io";_bb "math";_af "reflect";_gb "regexp";_gd "sort";_ge "strings"; -_ae "unicode";_a "unicode/utf8";);func (_dafe *shapesState )devicePoint (_eeag ,_dda float64 )_ef .Point {_cgfg :=_dafe ._gbag .Mult (_dafe ._bdab );_eeag ,_dda =_cgfg .Transform (_eeag ,_dda );return _ef .NewPoint (_eeag ,_dda );};const _degf =1.0/1000.0; -func _bbf (_dbdd []*textLine )map[float64 ][]*textLine {_gd .Slice (_dbdd ,func (_bgec ,_eafe int )bool {return _dbdd [_bgec ]._ggfc < _dbdd [_eafe ]._ggfc });_dagf :=map[float64 ][]*textLine {};for _ ,_bdbe :=range _dbdd {_baag :=_dcde (_bdbe );_baag =_bb .Round (_baag ); -_dagf [_baag ]=append (_dagf [_baag ],_bdbe );};return _dagf ;}; +package extractor ;import (_eg "bytes";_ad "errors";_bf "fmt";_e "github.com/unidoc/unipdf/v3/common";_gd "github.com/unidoc/unipdf/v3/contentstream";_ff "github.com/unidoc/unipdf/v3/core";_cge "github.com/unidoc/unipdf/v3/internal/license";_gac "github.com/unidoc/unipdf/v3/internal/textencoding"; +_da "github.com/unidoc/unipdf/v3/internal/transform";_b "github.com/unidoc/unipdf/v3/model";_a "golang.org/x/image/draw";_c "golang.org/x/text/unicode/norm";_ga "image";_dd "image/color";_f "io";_ce "math";_dg "reflect";_df "regexp";_fd "sort";_bfb "strings"; +_g "unicode";_cg "unicode/utf8";);func (_fbe *imageExtractContext )extractInlineImage (_ddf *_gd .ContentStreamInlineImage ,_gcda _gd .GraphicsState ,_bgf *_b .PdfPageResources )error {_gcdd ,_bgee :=_ddf .ToImage (_bgf );if _bgee !=nil {return _bgee ; +};_fcb ,_bgee :=_ddf .GetColorSpace (_bgf );if _bgee !=nil {return _bgee ;};if _fcb ==nil {_fcb =_b .NewPdfColorspaceDeviceGray ();};_agc ,_bgee :=_fcb .ImageToRGB (*_gcdd );if _bgee !=nil {return _bgee ;};_cee :=ImageMark {Image :&_agc ,Width :_gcda .CTM .ScalingFactorX (),Height :_gcda .CTM .ScalingFactorY (),Angle :_gcda .CTM .Angle ()}; +_cee .X ,_cee .Y =_gcda .CTM .Translation ();_fbe ._bcf =append (_fbe ._bcf ,_cee );_fbe ._abd ++;return nil ;}; -// ExtractPageText returns the text contents of `e` (an Extractor for a page) as a PageText. -// TODO(peterwilliams97): The stats complicate this function signature and aren't very useful. -// -// Replace with a function like Extract() (*PageText, error) -func (_ebff *Extractor )ExtractPageText ()(*PageText ,int ,int ,error ){_gacb ,_abdf ,_ccbf ,_adgb :=_ebff .extractPageText (_ebff ._eca ,_ebff ._feg ,_ef .IdentityMatrix (),0,false );if _adgb !=nil &&_adgb !=_bg .ErrColorOutOfRange {return nil ,0,0,_adgb ; -};if _ebff ._dff !=nil {_gacb ._gfee ._ddcf =_ebff ._dff .UseSimplerExtractionProcess ;};_gacb .computeViews ();_adgb =_fccc (_gacb );if _adgb !=nil {return nil ,0,0,_adgb ;};if _ebff ._dff !=nil {if _ebff ._dff .ApplyCropBox &&_ebff ._fcb !=nil {_gacb .ApplyArea (*_ebff ._fcb ); -};_gacb ._gfee ._abdc =_ebff ._dff .DisableDocumentTags ;};return _gacb ,_abdf ,_ccbf ,nil ;};func _dfde (_aefc structElement )[]structElement {_ageg :=[]structElement {};for _ ,_edcfe :=range _aefc ._fbcba {for _ ,_cadfd :=range _edcfe ._fbcba {for _ ,_eacc :=range _cadfd ._fbcba {if _eacc ._adfb =="\u004c"{_ageg =append (_ageg ,_eacc ); -};};};};return _ageg ;}; - -// NewFromContents creates a new extractor from contents and page resources. -func NewFromContents (contents string ,resources *_bg .PdfPageResources )(*Extractor ,error ){const _eeg ="\u0065x\u0074\u0072\u0061\u0063t\u006f\u0072\u002e\u004e\u0065w\u0046r\u006fm\u0043\u006f\u006e\u0074\u0065\u006e\u0074s";_fbf :=&Extractor {_eca :contents ,_feg :resources ,_deg :map[string ]fontEntry {},_gdfd :map[string ]textResult {}}; -_fe .TrackUse (_eeg );return _fbf ,nil ;};func (_cage *textObject )getCurrentFont ()*_bg .PdfFont {_ceegg :=_cage ._egf ._aede ;if _ceegg ==nil {_b .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u004e\u006f\u0020\u0066\u006f\u006e\u0074\u0020\u0064\u0065\u0066\u0069\u006e\u0065\u0064\u002e\u0020U\u0073\u0069\u006e\u0067\u0020d\u0065\u0066a\u0075\u006c\u0074\u002e"); -return _bg .DefaultFont ();};return _ceegg ;};func (_dfcgg *textPara )isAtom ()*textTable {_fdggd :=_dfcgg ;_cfee :=_dfcgg ._gbfc ;_eafa :=_dfcgg ._adef ;if _cfee .taken ()||_eafa .taken (){return nil ;};_dbceg :=_cfee ._adef ;if _dbceg .taken ()||_dbceg !=_eafa ._gbfc {return nil ; -};return _dbfbe (_fdggd ,_cfee ,_eafa ,_dbceg );};func _adccd (_cffa *wordBag ,_eeda int )*textLine {_dgacf :=_cffa .firstWord (_eeda );_ffbd :=textLine {PdfRectangle :_dgacf .PdfRectangle ,_gdbd :_dgacf ._dafae ,_ggfc :_dgacf ._ccee };_ffbd .pullWord (_cffa ,_dgacf ,_eeda ); -return &_ffbd ;};func (_afadc *textTable )putComposite (_bfggb ,_cdagb int ,_egfb paraList ,_ccgb _bg .PdfRectangle ){if len (_egfb )==0{_b .Log .Error ("\u0074\u0065xt\u0054\u0061\u0062l\u0065\u0029\u0020\u0070utC\u006fmp\u006f\u0073\u0069\u0074\u0065\u003a\u0020em\u0070\u0074\u0079\u0020\u0070\u0061\u0072a\u0073"); -return ;};_gddfb :=compositeCell {PdfRectangle :_ccgb ,paraList :_egfb };if _eeeg {_d .Printf ("\u0020\u0020\u0020\u0020\u0020\u0020\u0020\u0020\u0070\u0075\u0074\u0043\u006f\u006d\u0070o\u0073i\u0074\u0065\u0028\u0025\u0064\u002c\u0025\u0064\u0029\u003c\u002d\u0025\u0073\u000a",_bfggb ,_cdagb ,_gddfb .String ()); -};_gddfb .updateBBox ();_afadc ._fccfa [_caabd (_bfggb ,_cdagb )]=_gddfb ;};func _faef (_dcfe *Extractor ,_ecd *_bg .PdfPageResources ,_deeg _aed .GraphicsState ,_cecac *textState ,_fgg *stateStack )*textObject {return &textObject {_eadb :_dcfe ,_fgf :_ecd ,_dba :_deeg ,_fbad :_fgg ,_egf :_cecac ,_gbcf :_ef .IdentityMatrix (),_gbe :_ef .IdentityMatrix ()}; -};func (_agfdc gridTile )numBorders ()int {_faga :=0;if _agfdc ._acef {_faga ++;};if _agfdc ._bgdga {_faga ++;};if _agfdc ._dbbba {_faga ++;};if _agfdc ._acffg {_faga ++;};return _faga ;}; +// TableCell is a cell in a TextTable. +type TableCell struct{_b .PdfRectangle ; -// TableInfo gets table information of the textmark `tm`. -func (_gefb *TextMark )TableInfo ()(*TextTable ,[][]int ){if !_gefb ._fafb {return nil ,nil ;};_ffdf :=_gefb ._aeaf ;_eaag :=_ffdf .getCellInfo (*_gefb );return _ffdf ,_eaag ;}; +// Text is the extracted text. +Text string ; -// BBox returns the smallest axis-aligned rectangle that encloses all the TextMarks in `ma`. -func (_cefbb *TextMarkArray )BBox ()(_bg .PdfRectangle ,bool ){var _edgg _bg .PdfRectangle ;_cfef :=false ;for _ ,_bfgba :=range _cefbb ._egbe {if _bfgba .Meta ||_degb (_bfgba .Text ){continue ;};if _cfef {_edgg =_egbb (_edgg ,_bfgba .BBox );}else {_edgg =_bfgba .BBox ; -_cfef =true ;};};return _edgg ,_cfef ;};func (_degcg *textWord )toTextMarks (_dbcef *int )[]TextMark {var _accb []TextMark ;for _ ,_bfcbb :=range _degcg ._ecdf {_accb =_cefe (_accb ,_dbcef ,_bfcbb .ToTextMark ());};return _accb ;};func (_eagg *textObject )setTextMatrix (_bgg []float64 ){if len (_bgg )!=6{_b .Log .Debug ("\u0045\u0052\u0052OR\u003a\u0020\u006c\u0065\u006e\u0028\u0066\u0029\u0020\u0021\u003d\u0020\u0036\u0020\u0028\u0025\u0064\u0029",len (_bgg )); -return ;};_cee ,_ebcf ,_cgfb ,_gga ,_accc ,_gfbd :=_bgg [0],_bgg [1],_bgg [2],_bgg [3],_bgg [4],_bgg [5];_eagg ._gbcf =_ef .NewMatrix (_cee ,_ebcf ,_cgfb ,_gga ,_accc ,_gfbd );_eagg ._gbe =_eagg ._gbcf ;};func (_fabaa *wordBag )sort (){for _ ,_ebdcb :=range _fabaa ._cccf {_gd .Slice (_ebdcb ,func (_gcdg ,_fecc int )bool {return _ccfa (_ebdcb [_gcdg ],_ebdcb [_fecc ])< 0}); -};};func _baagc (_agca ,_ffcag *textPara )bool {if _agca ._ecee ||_ffcag ._ecee {return true ;};return _gacaa (_agca .depth ()-_ffcag .depth ());};func (_bgbg *textObject )nextLine (){_bgbg .moveLP (0,-_bgbg ._egf ._fba )};func _ddgea (_ebga int ,_eggdd map[int ][]float64 )([]int ,int ){_eaee :=make ([]int ,_ebga ); -_eadeb :=0;for _faaa :=0;_faaa < _ebga ;_faaa ++{_eaee [_faaa ]=_eadeb ;_eadeb +=len (_eggdd [_faaa ])+1;};return _eaee ,_eadeb ;};func (_fega *textPara )getListLines ()[]*textLine {var _egdb []*textLine ;_dcad :=_agfa (_fega ._gdc );for _ ,_gbcge :=range _fega ._gdc {_dcac :=_gbcge ._edee [0]._edac [0]; -if _gbggf (_dcac ){_egdb =append (_egdb ,_gbcge );};};_egdb =append (_egdb ,_dcad ...);return _egdb ;};func (_aceb *subpath )isQuadrilateral ()bool {if len (_aceb ._agea )< 4||len (_aceb ._agea )> 5{return false ;};if len (_aceb ._agea )==5{_fbdga :=_aceb ._agea [0]; -_egddg :=_aceb ._agea [4];if _fbdga .X !=_egddg .X ||_fbdga .Y !=_egddg .Y {return false ;};};return true ;};func (_cggc *shapesState )drawRectangle (_adbb ,_bdfa ,_afbg ,_efcb float64 ){if _fbfd {_ebfd :=_cggc .devicePoint (_adbb ,_bdfa );_edge :=_cggc .devicePoint (_adbb +_afbg ,_bdfa +_efcb ); -_afd :=_bg .PdfRectangle {Llx :_ebfd .X ,Lly :_ebfd .Y ,Urx :_edge .X ,Ury :_edge .Y };_b .Log .Info ("d\u0072a\u0077\u0052\u0065\u0063\u0074\u0061\u006e\u0067l\u0065\u003a\u0020\u00256.\u0032\u0066",_afd );};_cggc .newSubPath ();_cggc .moveTo (_adbb ,_bdfa ); -_cggc .lineTo (_adbb +_afbg ,_bdfa );_cggc .lineTo (_adbb +_afbg ,_bdfa +_efcb );_cggc .lineTo (_adbb ,_bdfa +_efcb );_cggc .closePath ();};type textLine struct{_bg .PdfRectangle ;_ggfc float64 ;_edee []*textWord ;_gdbd float64 ;};func (_gecgf *structTreeRoot )parseStructTreeRoot (_aagc _gbc .PdfObject ){if _aagc !=nil {_cefc ,_cdfd :=_gbc .GetDict (_aagc ); -if !_cdfd {_b .Log .Debug ("\u0070\u0061\u0072s\u0065\u0053\u0074\u0072\u0075\u0063\u0074\u0054\u0072\u0065\u0065\u0052\u006f\u006f\u0074\u003a\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u0020\u006eo\u0074\u0020\u0066\u006f\u0075\u006e\u0064\u002e"); -};K :=_cefc .Get ("\u004b");_bcg :=_cefc .Get ("\u0054\u0079\u0070\u0065").String ();var _ecb *_gbc .PdfObjectArray ;switch _gebd :=K .(type ){case *_gbc .PdfObjectArray :_ecb =_gebd ;case *_gbc .PdfObjectReference :_ecb =_gbc .MakeArray (K );};_febfc :=[]structElement {}; -for _ ,_ecbb :=range _ecb .Elements (){_aeac :=&structElement {};_aeac .parseStructElement (_ecbb );_febfc =append (_febfc ,*_aeac );};_gecgf ._dgeg =_febfc ;_gecgf ._dgba =_bcg ;};};func (_fegaf *structElement )parseStructElement (_gdag _gbc .PdfObject ){_gdaa ,_dadb :=_gbc .GetDict (_gdag ); -if !_dadb {_b .Log .Debug ("\u0070\u0061\u0072\u0073\u0065\u0053\u0074\u0072u\u0063\u0074\u0045le\u006d\u0065\u006e\u0074\u003a\u0020d\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u0020\u006f\u0062\u006a\u0065\u0063t\u0020\u006e\u006f\u0074\u0020\u0066\u006f\u0075n\u0064\u002e"); -return ;};_degd :=_gdaa .Get ("\u0053");_dbfd :=_gdaa .Get ("\u0050\u0067");_caea :="";if _degd !=nil {_caea =_degd .String ();};_eaaf :=_gdaa .Get ("\u004b");_fegaf ._adfb =_caea ;_fegaf ._dbdae =_dbfd ;switch _efgggc :=_eaaf .(type ){case *_gbc .PdfObjectInteger :_fegaf ._adfb =_caea ; -_fegaf ._agec =int64 (*_efgggc );_fegaf ._dbdae =_dbfd ;case *_gbc .PdfObjectReference :_cfdf :=*_gbc .MakeArray (_efgggc );var _gccab int64 =-1;_fegaf ._agec =_gccab ;if _cfdf .Len ()==1{_dcdg :=_cfdf .Elements ()[0];_eccdf ,_bacd :=_dcdg .(*_gbc .PdfObjectInteger ); -if _bacd {_gccab =int64 (*_eccdf );_fegaf ._agec =_gccab ;_fegaf ._adfb =_caea ;_fegaf ._dbdae =_dbfd ;return ;};};_fgag :=[]structElement {};for _ ,_gbee :=range _cfdf .Elements (){_fgbb ,_ffgg :=_gbee .(*_gbc .PdfObjectInteger );if _ffgg {_gccab =int64 (*_fgbb ); -_fegaf ._agec =_gccab ;_fegaf ._adfb =_caea ;}else {_adbbd :=&structElement {};_adbbd .parseStructElement (_gbee );_fgag =append (_fgag ,*_adbbd );};_gccab =-1;};_fegaf ._fbcba =_fgag ;case *_gbc .PdfObjectArray :_dfbaa :=_eaaf .(*_gbc .PdfObjectArray ); -var _fgfb int64 =-1;_fegaf ._agec =_fgfb ;if _dfbaa .Len ()==1{_fcea :=_dfbaa .Elements ()[0];_fedgc ,_ded :=_fcea .(*_gbc .PdfObjectInteger );if _ded {_fgfb =int64 (*_fedgc );_fegaf ._agec =_fgfb ;_fegaf ._adfb =_caea ;_fegaf ._dbdae =_dbfd ;return ;}; -};_ffcf :=[]structElement {};for _ ,_cedd :=range _dfbaa .Elements (){_cedb ,_ecefb :=_cedd .(*_gbc .PdfObjectInteger );if _ecefb {_fgfb =int64 (*_cedb );_fegaf ._agec =_fgfb ;_fegaf ._adfb =_caea ;_fegaf ._dbdae =_dbfd ;}else {_ffca :=&structElement {}; -_ffca .parseStructElement (_cedd );_ffcf =append (_ffcf ,*_ffca );};_fgfb =-1;};_fegaf ._fbcba =_ffcf ;};};func (_bfgbf *wordBag )makeRemovals ()map[int ]map[*textWord ]struct{}{_aedee :=make (map[int ]map[*textWord ]struct{},len (_bfgbf ._cccf ));for _fbea :=range _bfgbf ._cccf {_aedee [_fbea ]=make (map[*textWord ]struct{}); -};return _aedee ;};func (_dccf compositeCell )hasLines (_abbcg []*textLine )bool {for _befcd ,_abdb :=range _abbcg {_aecaa :=_adcg (_dccf .PdfRectangle ,_abdb .PdfRectangle );if _eeeg {_d .Printf ("\u0020\u0020\u0020\u0020\u0020\u0020\u005e\u005e\u005e\u0069\u006e\u0074\u0065\u0072\u0073e\u0063t\u0073\u003d\u0025\u0074\u0020\u0025\u0064\u0020\u006f\u0066\u0020\u0025\u0064\u000a",_aecaa ,_befcd ,len (_abbcg )); -_d .Printf ("\u0020\u0020\u0020\u0020 \u005e\u005e\u005e\u0063\u006f\u006d\u0070\u006f\u0073\u0069\u0074\u0065\u003d\u0025s\u000a",_dccf );_d .Printf ("\u0020 \u0020 \u0020\u0020\u0020\u006c\u0069\u006e\u0065\u003d\u0025\u0073\u000a",_abdb );};if _aecaa {return true ; -};};return false ;};func (_gbfe paraList )findTables (_gcgbd []gridTiling )[]*textTable {_gbfe .addNeighbours ();_gd .Slice (_gbfe ,func (_fefeb ,_edde int )bool {return _cada (_gbfe [_fefeb ],_gbfe [_edde ])< 0});var _gegb []*textTable ;if _dgaa {_cbbb :=_gbfe .findGridTables (_gcgbd ); -_gegb =append (_gegb ,_cbbb ...);};if _bbgf {_febef :=_gbfe .findTextTables ();_gegb =append (_gegb ,_febef ...);};return _gegb ;}; +// Marks returns the TextMarks corresponding to the text in Text. +Marks TextMarkArray ;};func (_fcdf *textObject )getFontDirect (_fegf string )(*_b .PdfFont ,error ){_affd ,_fda :=_fcdf .getFontDict (_fegf );if _fda !=nil {return nil ,_fda ;};_cfgf ,_fda :=_b .NewPdfFontFromPdfObject (_affd );if _fda !=nil {_e .Log .Debug ("\u0067\u0065\u0074\u0046\u006f\u006e\u0074\u0044\u0069\u0072\u0065\u0063\u0074\u003a\u0020\u004e\u0065\u0077Pd\u0066F\u006f\u006e\u0074\u0046\u0072\u006f\u006d\u0050\u0064\u0066\u004f\u0062j\u0065\u0063\u0074\u0020\u0066\u0061\u0069\u006c\u0065\u0064\u002e\u0020\u006e\u0061\u006d\u0065\u003d%\u0023\u0071\u0020\u0065\u0072\u0072\u003d\u0025\u0076",_fegf ,_fda ); +};return _cfgf ,_fda ;}; -// String returns a description of `v`. -func (_aeeg *ruling )String ()string {if _aeeg ._gcafd ==_bgeag {return "\u004e\u004f\u0054\u0020\u0052\u0055\u004c\u0049\u004e\u0047";};_cdeb ,_decfc :="\u0078","\u0079";if _aeeg ._gcafd ==_bfcbd {_cdeb ,_decfc ="\u0079","\u0078";};_fcgd :="";if _aeeg ._gcec !=0.0{_fcgd =_d .Sprintf (" \u0077\u0069\u0064\u0074\u0068\u003d\u0025\u002e\u0032\u0066",_aeeg ._gcec ); -};return _d .Sprintf ("\u0025\u00310\u0073\u0020\u0025\u0073\u003d\u0025\u0036\u002e\u0032\u0066\u0020\u0025\u0073\u003d\u0025\u0036\u002e\u0032\u0066\u0020\u002d\u0020\u0025\u0036\u002e\u0032\u0066\u0020\u0028\u0025\u0036\u002e\u0032\u0066\u0029\u0020\u0025\u0073\u0020\u0025\u0076\u0025\u0073",_aeeg ._gcafd ,_cdeb ,_aeeg ._gbaff ,_decfc ,_aeeg ._fabe ,_aeeg ._ccba ,_aeeg ._ccba -_aeeg ._fabe ,_aeeg ._cebe ,_aeeg .Color ,_fcgd ); -};type markKind int ; +// String returns a description of `tm`. +func (_cddf *textMark )String ()string {return _bf .Sprintf ("\u0025\u002e\u0032f \u0066\u006f\u006e\u0074\u0073\u0069\u007a\u0065\u003d\u0025\u002e\u0032\u0066\u0020\u0022\u0025\u0073\u0022",_cddf .PdfRectangle ,_cddf ._dgfec ,_cddf ._gddf );};var _dfda =[]string {"\u2756","\u27a2","\u2713","\u2022","\uf0a7","\u25a1","\u2212","\u25a0","\u25aa","\u006f"}; +type event struct{_caacf float64 ;_bdec bool ;_cfgdd int ;};type compositeCell struct{_b .PdfRectangle ;paraList ;};func _gfeee (_ddfb ,_eebd float64 )bool {return _ce .Abs (_ddfb -_eebd )<=_baaf };const (_beeg =1.0e-6;_cegb =1.0e-4;_adgg =10;_adeg =6; +_dacc =0.5;_dgab =0.12;_gbcc =0.19;_ebagb =0.04;_bdeb =0.04;_ffbc =1.0;_fcga =0.04;_fbee =12;_efce =0.4;_eaac =0.7;_gbeb =1.0;_cbb =0.1;_aaca =1.4;_ddfg =0.46;_gebb =0.02;_abdd =0.2;_bcgc =0.5;_ggcab =4;_aeaf =4.0;_dbebd =6;_degb =0.3;_ecde =0.01;_bdcb =0.02; +_dbee =2;_fbedf =2;_bgfd =500;_cef =4.0;_ggbb =4.0;_adda =0.05;_acgde =0.1;_baaf =2.0;_acgdd =2.0;_aae =1.5;_cgcb =3.0;_dgga =0.25;);func _afbc (_gfggge ,_eea _b .PdfRectangle )bool {return _gfggge .Llx <=_eea .Llx &&_eea .Urx <=_gfggge .Urx &&_gfggge .Lly <=_eea .Lly &&_eea .Ury <=_gfggge .Ury ; +};func (_bcbfg paraList )log (_bfeda string ){if !_ddcfg {return ;};_e .Log .Info ("%\u0038\u0073\u003a\u0020\u0025\u0064 \u0070\u0061\u0072\u0061\u0073\u0020=\u003d\u003d\u003d\u003d\u003d\u003d\u002d-\u002d\u002d\u002d\u002d\u002d\u003d\u003d\u003d\u003d\u003d=\u003d",_bfeda ,len (_bcbfg )); +for _ggge ,_ddaf :=range _bcbfg {if _ddaf ==nil {continue ;};_fbfg :=_ddaf .text ();_bbdcb :="\u0020\u0020";if _ddaf ._cegg !=nil {_bbdcb =_bf .Sprintf ("\u005b%\u0064\u0078\u0025\u0064\u005d",_ddaf ._cegg ._addag ,_ddaf ._cegg ._cffff );};_bf .Printf ("\u0025\u0034\u0064\u003a\u0020\u0025\u0036\u002e\u0032\u0066\u0020\u0025s\u0020\u0025\u0071\u000a",_ggge ,_ddaf .PdfRectangle ,_bbdcb ,_ggcea (_fbfg ,50)); +};};func _gbba (_fedcb func (*wordBag ,*textWord ,float64 )bool ,_gfbb float64 )func (*wordBag ,*textWord )bool {return func (_cffd *wordBag ,_aabg *textWord )bool {return _fedcb (_cffd ,_aabg ,_gfbb )};};func (_dgccf rulingList )blocks (_gbeg ,_cbce *ruling )bool {if _gbeg ._efbba > _cbce ._daba ||_cbce ._efbba > _gbeg ._daba {return false ; +};_cdege :=_ce .Max (_gbeg ._efbba ,_cbce ._efbba );_gcefa :=_ce .Min (_gbeg ._daba ,_cbce ._daba );if _gbeg ._efadf > _cbce ._efadf {_gbeg ,_cbce =_cbce ,_gbeg ;};for _ ,_febda :=range _dgccf {if _gbeg ._efadf <=_febda ._efadf +_acgdd &&_febda ._efadf <=_cbce ._efadf +_acgdd &&_febda ._efbba <=_gcefa &&_cdege <=_febda ._daba {return true ; +};};return false ;}; -// String returns a human readable description of `path`. -func (_fabag *subpath )String ()string {_ggcd :=_fabag ._agea ;_ccce :=len (_ggcd );if _ccce <=5{return _d .Sprintf ("\u0025d\u003a\u0020\u0025\u0036\u002e\u0032f",_ccce ,_ggcd );};return _d .Sprintf ("\u0025d\u003a\u0020\u0025\u0036.\u0032\u0066\u0020\u0025\u0036.\u0032f\u0020.\u002e\u002e\u0020\u0025\u0036\u002e\u0032f",_ccce ,_ggcd [0],_ggcd [1],_ggcd [_ccce -1]); -};type stateStack []*textState ;func (_caf *textObject )checkOp (_ebbb *_aed .ContentStreamOperation ,_efd int ,_ggb bool )(_cga bool ,_dgac error ){if _caf ==nil {var _bafd []_gbc .PdfObject ;if _efd > 0{_bafd =_ebbb .Params ;if len (_bafd )> _efd {_bafd =_bafd [:_efd ]; -};};_b .Log .Debug ("\u0025\u0023q \u006f\u0070\u0065r\u0061\u006e\u0064\u0020out\u0073id\u0065\u0020\u0074\u0065\u0078\u0074\u002e p\u0061\u0072\u0061\u006d\u0073\u003d\u0025+\u0076",_ebbb .Operand ,_bafd );};if _efd >=0{if len (_ebbb .Params )!=_efd {if _ggb {_dgac =_dg .New ("\u0069n\u0063\u006f\u0072\u0072e\u0063\u0074\u0020\u0070\u0061r\u0061m\u0065t\u0065\u0072\u0020\u0063\u006f\u0075\u006et"); -};_b .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0025\u0023\u0071\u0020\u0073\u0068\u006f\u0075\u006c\u0064\u0020h\u0061\u0076\u0065\u0020\u0025\u0064\u0020i\u006e\u0070\u0075\u0074\u0020\u0070\u0061\u0072\u0061\u006d\u0073,\u0020\u0067\u006f\u0074\u0020\u0025\u0064\u0020\u0025\u002b\u0076",_ebbb .Operand ,_efd ,len (_ebbb .Params ),_ebbb .Params ); -return false ,_dgac ;};};return true ,nil ;};func _gebg (_abgaa []*textMark ,_eegadg _bg .PdfRectangle )[]*textWord {var _fdcba []*textWord ;var _febec *textWord ;if _fcee {_b .Log .Info ("\u006d\u0061\u006beT\u0065\u0078\u0074\u0057\u006f\u0072\u0064\u0073\u003a\u0020\u0025\u0064\u0020\u006d\u0061\u0072\u006b\u0073",len (_abgaa )); -};_afgdc :=func (){if _febec !=nil {_gcgba :=_febec .computeText ();if !_degb (_gcgba ){_febec ._edac =_gcgba ;_fdcba =append (_fdcba ,_febec );if _fcee {_b .Log .Info ("\u0061\u0064\u0064Ne\u0077\u0057\u006f\u0072\u0064\u003a\u0020\u0025\u0064\u003a\u0020\u0077\u006f\u0072\u0064\u003d\u0025\u0073",len (_fdcba )-1,_febec .String ()); -for _cdef ,_bgaa :=range _febec ._ecdf {_d .Printf ("\u0025\u0034\u0064\u003a\u0020\u0025\u0073\u000a",_cdef ,_bgaa .String ());};};};_febec =nil ;};};for _ ,_dffca :=range _abgaa {if _afgc &&_febec !=nil &&len (_febec ._ecdf )> 0{_fbgag :=_febec ._ecdf [len (_febec ._ecdf )-1]; -_fafde ,_gabf :=_bdge (_dffca ._aaag );_gdbgb ,_cebbb :=_bdge (_fbgag ._aaag );if _gabf &&!_cebbb &&_fbgag .inDiacriticArea (_dffca ){_febec .addDiacritic (_fafde );continue ;};if _cebbb &&!_gabf &&_dffca .inDiacriticArea (_fbgag ){_febec ._ecdf =_febec ._ecdf [:len (_febec ._ecdf )-1]; -_febec .appendMark (_dffca ,_eegadg );_febec .addDiacritic (_gdbgb );continue ;};};_acbb :=_degb (_dffca ._aaag );if _acbb {_afgdc ();continue ;};if _febec ==nil &&!_acbb {_febec =_dcacd ([]*textMark {_dffca },_eegadg );continue ;};_gabgd :=_febec ._dafae ; -_cbccg :=_bb .Abs (_gafde (_eegadg ,_dffca )-_febec ._ccee )/_gabgd ;_gfbed :=_gefae (_dffca ,_febec )/_gabgd ;if _gfbed >=_gebc ||!(-_fbadd <=_gfbed &&_cbccg <=_gadf ){_afgdc ();_febec =_dcacd ([]*textMark {_dffca },_eegadg );continue ;};_febec .appendMark (_dffca ,_eegadg ); -};_afgdc ();return _fdcba ;};func _cgef (_aaeg []*textLine ,_dadc string )string {var _fffgc _ge .Builder ;_bafdb :=0.0;for _adfd ,_deaa :=range _aaeg {_bbgc :=_deaa .text ();_ecbf :=_deaa ._ggfc ;if _adfd < len (_aaeg )-1{_bafdb =_aaeg [_adfd +1]._ggfc ; -}else {_bafdb =0.0;};_fffgc .WriteString (_dadc );_fffgc .WriteString (_bbgc );if _bafdb !=_ecbf {_fffgc .WriteString ("\u000a");}else {_fffgc .WriteString ("\u0020");};};return _fffgc .String ();};var (_gfg =_dg .New ("\u0074\u0079p\u0065\u0020\u0063h\u0065\u0063\u006b\u0020\u0065\u0072\u0072\u006f\u0072"); -_adc =_dg .New ("\u0072\u0061\u006e\u0067\u0065\u0020\u0063\u0068\u0065\u0063\u006b\u0020e\u0072\u0072\u006f\u0072"););func (_eaab *imageExtractContext )extractFormImages (_afc *_gbc .PdfObjectName ,_gfcc _aed .GraphicsState ,_edd *_bg .PdfPageResources )error {_dfg ,_dfag :=_edd .GetXObjectFormByName (*_afc ); -if _dfag !=nil {return _dfag ;};if _dfg ==nil {return nil ;};_aab ,_dfag :=_dfg .GetContentStream ();if _dfag !=nil {return _dfag ;};_cdgg :=_dfg .Resources ;if _cdgg ==nil {_cdgg =_edd ;};_dfag =_eaab .extractContentStreamImages (string (_aab ),_cdgg ); -if _dfag !=nil {return _dfag ;};_eaab ._da ++;return nil ;};func (_cbcgdc gridTiling )complete ()bool {for _ ,_fbcec :=range _cbcgdc ._egff {for _ ,_acaca :=range _fbcec {if !_acaca .complete (){return false ;};};};return true ;};func _gag (_abeg *wordBag ,_gaacd *textWord ,_abab float64 )bool {return _abeg .Urx <=_gaacd .Llx &&_gaacd .Llx < _abeg .Urx +_abab ; -};func (_efe *shapesState )newSubPath (){_efe .clearPath ();if _fbfd {_b .Log .Info ("\u006e\u0065\u0077\u0053\u0075\u0062\u0050\u0061\u0074h\u003a\u0020\u0025\u0073",_efe );};};func (_ebfa *subpath )last ()_ef .Point {return _ebfa ._agea [len (_ebfa ._agea )-1]}; -func (_ebadg *textTable )getComposite (_bebge ,_daga int )(paraList ,_bg .PdfRectangle ){_cfceg ,_badfd :=_ebadg ._fccfa [_caabd (_bebge ,_daga )];if _eeeg {_d .Printf ("\u0020\u0020\u0020\u0020\u0020\u0020\u0020\u0020\u0067\u0065\u0074\u0043\u006f\u006d\u0070o\u0073i\u0074\u0065\u0028\u0025\u0064\u002c\u0025\u0064\u0029\u002d\u003e\u0025\u0073\u000a",_bebge ,_daga ,_cfceg .String ()); -};if !_badfd {return nil ,_bg .PdfRectangle {};};return _cfceg .parasBBox ();};func (_dfdad *textTable )compositeRowCorridors ()map[int ][]float64 {_afbgd :=make (map[int ][]float64 ,_dfdad ._egbbf );if _eeeg {_b .Log .Info ("c\u006f\u006d\u0070\u006f\u0073\u0069t\u0065\u0052\u006f\u0077\u0043\u006f\u0072\u0072\u0069d\u006f\u0072\u0073:\u0020h\u003d\u0025\u0064",_dfdad ._egbbf ); -};for _ebcgf :=1;_ebcgf < _dfdad ._egbbf ;_ebcgf ++{var _bcbaf []compositeCell ;for _dbdac :=0;_dbdac < _dfdad ._ddcega ;_dbdac ++{if _ddfcc ,_afbfe :=_dfdad ._fccfa [_caabd (_dbdac ,_ebcgf )];_afbfe {_bcbaf =append (_bcbaf ,_ddfcc );};};if len (_bcbaf )==0{continue ; -};_cbdf :=_gdgea (_bcbaf );_afbgd [_ebcgf ]=_cbdf ;if _eeeg {_d .Printf ("\u0020\u0020\u0020\u0025\u0032\u0064\u003a\u0020\u00256\u002e\u0032\u0066\u000a",_ebcgf ,_cbdf );};};return _afbgd ;};func _fcgb (_fdfa func (*wordBag ,*textWord ,float64 )bool ,_dafd float64 )func (*wordBag ,*textWord )bool {return func (_cfcf *wordBag ,_ageaa *textWord )bool {return _fdfa (_cfcf ,_ageaa ,_dafd )}; -};func (_ffd *textObject )showTextAdjusted (_bcf *_gbc .PdfObjectArray ,_gaf int ,_ceab string )error {_dfgbg :=false ;for _ ,_deab :=range _bcf .Elements (){switch _deab .(type ){case *_gbc .PdfObjectFloat ,*_gbc .PdfObjectInteger :_agbd ,_ccde :=_gbc .GetNumberAsFloat (_deab ); -if _ccde !=nil {_b .Log .Debug ("\u0045\u0052\u0052\u004fR\u003a\u0020\u0073\u0068\u006f\u0077\u0054\u0065\u0078t\u0041\u0064\u006a\u0075\u0073\u0074\u0065\u0064\u002e\u0020\u0042\u0061\u0064\u0020\u006e\u0075\u006d\u0065r\u0069\u0063\u0061\u006c\u0020a\u0072\u0067\u002e\u0020\u006f\u003d\u0025\u0073\u0020\u0061\u0072\u0067\u0073\u003d\u0025\u002b\u0076",_deab ,_bcf ); -return _ccde ;};_dgdc ,_adcc :=-_agbd *0.001*_ffd ._egf ._ebab ,0.0;if _dfgbg {_adcc ,_dgdc =_dgdc ,_adcc ;};_dcfa :=_bcca (_ef .Point {X :_dgdc ,Y :_adcc });_ffd ._gbcf .Concat (_dcfa );case *_gbc .PdfObjectString :_ced :=_gbc .TraceToDirectObject (_deab ); -_aeca ,_ddgg :=_gbc .GetStringBytes (_ced );if !_ddgg {_b .Log .Trace ("s\u0068\u006f\u0077\u0054\u0065\u0078\u0074\u0041\u0064j\u0075\u0073\u0074\u0065\u0064\u003a\u0020Ba\u0064\u0020\u0073\u0074r\u0069\u006e\u0067\u0020\u0061\u0072\u0067\u002e\u0020o=\u0025\u0073 \u0061\u0072\u0067\u0073\u003d\u0025\u002b\u0076",_deab ,_bcf ); -return _gbc .ErrTypeError ;};_ffd .renderText (_ced ,_aeca ,_gaf ,_ceab );default:_b .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0073\u0068\u006f\u0077\u0054\u0065\u0078\u0074A\u0064\u006a\u0075\u0073\u0074\u0065\u0064\u002e\u0020\u0055\u006e\u0065\u0078p\u0065\u0063\u0074\u0065\u0064\u0020\u0074\u0079\u0070\u0065\u0020\u0028%T\u0029\u0020\u0061\u0072\u0067\u0073\u003d\u0025\u002b\u0076",_deab ,_bcf ); -return _gbc .ErrTypeError ;};};return nil ;};func (_babad rulingList )findPrimSec (_fdbg ,_cgfab float64 )*ruling {for _ ,_babd :=range _babad {if _gacaa (_babd ._gbaff -_fdbg )&&_babd ._fabe -_beac <=_cgfab &&_cgfab <=_babd ._ccba +_beac {return _babd ; -};};return nil ;};func (_fccg gridTile )contains (_bebc _bg .PdfRectangle )bool {if _fccg .numBorders ()< 3{return false ;};if _fccg ._acef &&_bebc .Llx < _fccg .Llx -_edef {return false ;};if _fccg ._bgdga &&_bebc .Urx > _fccg .Urx +_edef {return false ; -};if _fccg ._dbbba &&_bebc .Lly < _fccg .Lly -_edef {return false ;};if _fccg ._acffg &&_bebc .Ury > _fccg .Ury +_edef {return false ;};return true ;}; +// ToText returns the page text as a single string. +// Deprecated: This function is deprecated and will be removed in a future major version. Please use +// Text() instead. +func (_gefb PageText )ToText ()string {return _gefb .Text ()};func _fccd (_afgb ,_fdege _b .PdfRectangle )bool {return _fbad (_afgb ,_fdege )&&_cbdd (_afgb ,_fdege )};func (_afdg *textTable )growTable (){_gfaf :=func (_fbceb paraList ){_afdg ._cffff ++; +for _gdcgg :=0;_gdcgg < _afdg ._addag ;_gdcgg ++{_fcee :=_fbceb [_gdcgg ];_afdg .put (_gdcgg ,_afdg ._cffff -1,_fcee );};};_edcc :=func (_acfdb paraList ){_afdg ._addag ++;for _fccgf :=0;_fccgf < _afdg ._cffff ;_fccgf ++{_dfdad :=_acfdb [_fccgf ];_afdg .put (_afdg ._addag -1,_fccgf ,_dfdad ); +};};if _cfdc {_afdg .log ("\u0067r\u006f\u0077\u0054\u0061\u0062\u006ce");};for _fead :=0;;_fead ++{_bagb :=false ;_aadcd :=_afdg .getDown ();_fdabc :=_afdg .getRight ();if _cfdc {_bf .Printf ("\u0025\u0034\u0064\u003a\u0020\u0025\u0073\u000a",_fead ,_afdg ); +_bf .Printf ("\u0020\u0020 \u0020\u0020\u0020 \u0020\u0064\u006f\u0077\u006e\u003d\u0025\u0073\u000a",_aadcd );_bf .Printf ("\u0020\u0020 \u0020\u0020\u0020 \u0072\u0069\u0067\u0068\u0074\u003d\u0025\u0073\u000a",_fdabc );};if _aadcd !=nil &&_fdabc !=nil {_dcdb :=_aadcd [len (_aadcd )-1]; +if !_dcdb .taken ()&&_dcdb ==_fdabc [len (_fdabc )-1]{_gfaf (_aadcd );if _fdabc =_afdg .getRight ();_fdabc !=nil {_edcc (_fdabc );_afdg .put (_afdg ._addag -1,_afdg ._cffff -1,_dcdb );};_bagb =true ;};};if !_bagb &&_aadcd !=nil {_gfaf (_aadcd );_bagb =true ; +};if !_bagb &&_fdabc !=nil {_edcc (_fdabc );_bagb =true ;};if !_bagb {break ;};};};func _cfea (_cede ,_bbgde _da .Point )bool {_ccce :=_ce .Abs (_cede .X -_bbgde .X );_dafcd :=_ce .Abs (_cede .Y -_bbgde .Y );return _fgdc (_ccce ,_dafcd );};func (_ccf *imageExtractContext )extractFormImages (_gga *_ff .PdfObjectName ,_gdd _gd .GraphicsState ,_bbca *_b .PdfPageResources )error {_faf ,_abed :=_bbca .GetXObjectFormByName (*_gga ); +if _abed !=nil {return _abed ;};if _faf ==nil {return nil ;};_cgef ,_abed :=_faf .GetContentStream ();if _abed !=nil {return _abed ;};_cdc :=_faf .Resources ;if _cdc ==nil {_cdc =_bbca ;};_abed =_ccf .extractContentStreamImages (string (_cgef ),_cdc ); +if _abed !=nil {return _abed ;};_ccf ._dagc ++;return nil ;};func _cafae (_bcfe string )(string ,bool ){_faebe :=[]rune (_bcfe );if len (_faebe )!=1{return "",false ;};_fdea ,_dabda :=_dagcb [_faebe [0]];return _fdea ,_dabda ;};func (_ggcac *wordBag )text ()string {_ggad :=_ggcac .allWords (); +_cabb :=make ([]string ,len (_ggad ));for _fccc ,_dagb :=range _ggad {_cabb [_fccc ]=_dagb ._deccc ;};return _bfb .Join (_cabb ,"\u0020");};func (_adac *shapesState )moveTo (_bdca ,_dbdf float64 ){_adac ._cbeb =true ;_adac ._dfca =_adac .devicePoint (_bdca ,_dbdf ); +if _gegd {_e .Log .Info ("\u006d\u006fv\u0065\u0054\u006f\u003a\u0020\u0025\u002e\u0032\u0066\u002c\u0025\u002e\u0032\u0066\u0020\u0064\u0065\u0076\u0069\u0063\u0065\u003d%.\u0032\u0066",_bdca ,_dbdf ,_adac ._dfca );};};func _aged (_acdf ,_bece bounded )float64 {return _acdf .bbox ().Llx -_bece .bbox ().Urx }; +func _fdd (_fbeag float64 )int {var _edgc int ;if _fbeag >=0{_edgc =int (_fbeag /_adeg );}else {_edgc =int (_fbeag /_adeg )-1;};return _edgc ;};func (_dafd *textTable )putComposite (_bfecb ,_gbgc int ,_fdfb paraList ,_dcbf _b .PdfRectangle ){if len (_fdfb )==0{_e .Log .Error ("\u0074\u0065xt\u0054\u0061\u0062l\u0065\u0029\u0020\u0070utC\u006fmp\u006f\u0073\u0069\u0074\u0065\u003a\u0020em\u0070\u0074\u0079\u0020\u0070\u0061\u0072a\u0073"); +return ;};_ebgf :=compositeCell {PdfRectangle :_dcbf ,paraList :_fdfb };if _aada {_bf .Printf ("\u0020\u0020\u0020\u0020\u0020\u0020\u0020\u0020\u0070\u0075\u0074\u0043\u006f\u006d\u0070o\u0073i\u0074\u0065\u0028\u0025\u0064\u002c\u0025\u0064\u0029\u003c\u002d\u0025\u0073\u000a",_bfecb ,_gbgc ,_ebgf .String ()); +};_ebgf .updateBBox ();_dafd ._bdfcg [_fbfgf (_bfecb ,_gbgc )]=_ebgf ;};type subpath struct{_gfb []_da .Point ;_dffd bool ;}; -// Marks returns the TextMark collection for a page. It represents all the text on the page. -func (_dbdgb PageText )Marks ()*TextMarkArray {return &TextMarkArray {_egbe :_dbdgb ._dcge }};func (_dfbd *textObject )moveLP (_bafc ,_ceeg float64 ){_dfbd ._gbe .Concat (_ef .NewMatrix (1,0,0,1,_bafc ,_ceeg ));_dfbd ._gbcf =_dfbd ._gbe ;};func _dgcb (_eaffc ,_fgab _ef .Point )bool {_egdc :=_bb .Abs (_eaffc .X -_fgab .X ); -_egbdb :=_bb .Abs (_eaffc .Y -_fgab .Y );return _fcge (_egdc ,_egbdb );}; +// BBox returns the smallest axis-aligned rectangle that encloses all the TextMarks in `ma`. +func (_fec *TextMarkArray )BBox ()(_b .PdfRectangle ,bool ){var _fbdc _b .PdfRectangle ;_gece :=false ;for _ ,_bcba :=range _fec ._gaac {if _bcba .Meta ||_gbcg (_bcba .Text ){continue ;};if _gece {_fbdc =_badbb (_fbdc ,_bcba .BBox );}else {_fbdc =_bcba .BBox ; +_gece =true ;};};return _fbdc ,_gece ;}; -// String returns a string describing the current state of the textState stack. -func (_dag *stateStack )String ()string {_ddfb :=[]string {_d .Sprintf ("\u002d\u002d\u002d\u002d f\u006f\u006e\u0074\u0020\u0073\u0074\u0061\u0063\u006b\u003a\u0020\u0025\u0064",len (*_dag ))};for _deef ,_edae :=range *_dag {_eaad :="\u003c\u006e\u0069l\u003e"; -if _edae !=nil {_eaad =_edae .String ();};_ddfb =append (_ddfb ,_d .Sprintf ("\u0009\u0025\u0032\u0064\u003a\u0020\u0025\u0073",_deef ,_eaad ));};return _ge .Join (_ddfb ,"\u000a");};func (_aadc paraList )reorder (_baafba []int ){_fabf :=make (paraList ,len (_aadc )); -for _eebd ,_fbdg :=range _baafba {_fabf [_eebd ]=_aadc [_fbdg ];};copy (_aadc ,_fabf );};func _ddceg (_ddbd map[float64 ][]*textLine )[]float64 {_ffafg :=[]float64 {};for _dgcf :=range _ddbd {_ffafg =append (_ffafg ,_dgcf );};_gd .Float64s (_ffafg );return _ffafg ; -};func (_cbcc *wordBag )maxDepth ()float64 {return _cbcc ._cfb -_cbcc .Lly };func (_febf *textObject )moveText (_bfb ,_gfbb float64 ){_febf .moveLP (_bfb ,_gfbb )};func (_gcc *TextMarkArray )getTextMarkAtOffset (_bbg int )*TextMark {for _ ,_fffb :=range _gcc ._egbe {if _fffb .Offset ==_bbg {return &_fffb ; -};};return nil ;};func (_bedg gridTile )complete ()bool {return _bedg .numBorders ()==4};func (_ddc *textObject )moveTextSetLeading (_adf ,_geg float64 ){_ddc ._egf ._fba =-_geg ;_ddc .moveLP (_adf ,_geg );};const (_baf ="\u0045\u0052R\u004f\u0052\u003a\u0020\u0043\u0061\u006e\u0027\u0074\u0020\u0063\u006f\u006e\u0076\u0065\u0072\u0074\u0020\u0066\u006f\u006e\u0074\u0020\u006f\u0062\u006a\u0065\u0063\u0074\u002c\u0020\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0074\u0079\u0070\u0065"; -_febe ="\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0043a\u006e\u0027\u0074 g\u0065\u0074\u0020\u0066\u006f\u006et\u0020\u0070\u0072\u006f\u0070\u0065\u0072\u0074\u0069\u0065\u0073\u002c\u0020\u0066\u006fn\u0074\u0020\u006e\u006f\u0074\u0020\u0066\u006fu\u006e\u0064"; -_dbdg ="\u0045\u0052\u0052O\u0052\u003a\u0020\u0043\u0061\u006e\u0027\u0074\u0020\u0067\u0065\u0074\u0020\u0066\u006f\u006e\u0074\u0020\u0073\u0074\u0072\u0065\u0061\u006d\u002c\u0020\u0069\u006e\u0076a\u006c\u0069\u0064\u0020\u0074\u0079\u0070\u0065"; -_edfe ="E\u0052R\u004f\u0052\u003a\u0020\u004e\u006f\u0020\u0066o\u006e\u0074\u0020\u0066ou\u006e\u0064";);func _ccfa (_cfgc ,_feaf bounded )float64 {return _cfgc .bbox ().Llx -_feaf .bbox ().Llx };func (_egbgd rulingList )sort (){_gd .Slice (_egbgd ,_egbgd .comp )}; -func _agfa (_fccfc []*textLine )[]*textLine {_fbcbc :=[]*textLine {};for _ ,_cfaa :=range _fccfc {_fbbf :=_cfaa .text ();_gfabe :=_cfabe .Find ([]byte (_fbbf ));if _gfabe !=nil {_fbcbc =append (_fbcbc ,_cfaa );};};return _fbcbc ;};func _cefe (_fcdce []TextMark ,_dggf *int ,_fbcc TextMark )[]TextMark {_fbcc .Offset =*_dggf ; -_fcdce =append (_fcdce ,_fbcc );*_dggf +=len (_fbcc .Text );return _fcdce ;};func (_bdage *textTable )emptyCompositeColumn (_fdaee int )bool {for _gcdee :=0;_gcdee < _bdage ._egbbf ;_gcdee ++{if _ceage ,_efed :=_bdage ._fccfa [_caabd (_fdaee ,_gcdee )]; -_efed {if len (_ceage .paraList )> 0{return false ;};};};return true ;};func (_geed *wordBag )blocked (_beae *textWord )bool {if _beae .Urx < _geed .Llx {_adaa :=_bbgg (_beae .PdfRectangle );_febfg :=_ccbc (_geed .PdfRectangle );if _geed ._ecdb .blocks (_adaa ,_febfg ){if _bbae {_b .Log .Info ("\u0062\u006c\u006f\u0063ke\u0064\u0020\u2190\u0078\u003a\u0020\u0025\u0073\u0020\u0025\u0073",_beae ,_geed ); -};return true ;};}else if _geed .Urx < _beae .Llx {_ccdc :=_bbgg (_geed .PdfRectangle );_cabe :=_ccbc (_beae .PdfRectangle );if _geed ._ecdb .blocks (_ccdc ,_cabe ){if _bbae {_b .Log .Info ("b\u006co\u0063\u006b\u0065\u0064\u0020\u0078\u2192\u0020:\u0020\u0025\u0073\u0020%s",_beae ,_geed ); -};return true ;};};if _beae .Ury < _geed .Lly {_dgae :=_dcgec (_beae .PdfRectangle );_ebfg :=_dgge (_geed .PdfRectangle );if _geed ._ebfag .blocks (_dgae ,_ebfg ){if _bbae {_b .Log .Info ("\u0062\u006c\u006f\u0063ke\u0064\u0020\u2190\u0079\u003a\u0020\u0025\u0073\u0020\u0025\u0073",_beae ,_geed ); -};return true ;};}else if _geed .Ury < _beae .Lly {_aedgf :=_dcgec (_geed .PdfRectangle );_adbca :=_dgge (_beae .PdfRectangle );if _geed ._ebfag .blocks (_aedgf ,_adbca ){if _bbae {_b .Log .Info ("b\u006co\u0063\u006b\u0065\u0064\u0020\u0079\u2192\u0020:\u0020\u0025\u0073\u0020%s",_beae ,_geed ); -};return true ;};};return false ;}; +// NewWithOptions an Extractor instance for extracting content from the input PDF page with options. +func NewWithOptions (page *_b .PdfPage ,options *Options )(*Extractor ,error ){const _gcfe ="\u0065x\u0074\u0072\u0061\u0063\u0074\u006f\u0072\u002e\u004e\u0065\u0077W\u0069\u0074\u0068\u004f\u0070\u0074\u0069\u006f\u006e\u0073";_cbe ,_fca :=page .GetAllContentStreams (); +if _fca !=nil {return nil ,_fca ;};_gdb ,_ddb :=page .GetStructTreeRoot ();if !_ddb {_e .Log .Debug ("T\u0068\u0065\u0020\u0070\u0064\u0066\u0020\u0064\u006f\u0063\u0075\u006d\u0065\u006e\u0074\u0020\u0069\u0073\u0020\u006e\u006f\u0074\u0020\u0074\u0061\u0067g\u0065d\u002e\u0020\u0053\u0074r\u0075\u0063t\u0054\u0072\u0065\u0065\u0052\u006f\u006f\u0074\u0020\u0064\u006f\u0065\u0073\u006e\u0027\u0074\u0020\u0065\u0078\u0069\u0073\u0074\u002e"); +};_gad :=page .GetContainingPdfObject ();_ab ,_fca :=page .GetMediaBox ();if _fca !=nil {return nil ,_bf .Errorf ("\u0065\u0078\u0074r\u0061\u0063\u0074\u006fr\u0020\u0072\u0065\u0071\u0075\u0069\u0072e\u0073\u0020\u006d\u0065\u0064\u0069\u0061\u0042\u006f\u0078\u002e\u0020\u0025\u0076",_fca ); +};_abf :=&Extractor {_ddgf :_cbe ,_eba :page .Resources ,_fg :*_ab ,_fce :page .CropBox ,_cbg :map[string ]fontEntry {},_cdgf :map[string ]textResult {},_dfd :map[string ]textResult {},_ddde :options ,_fcdd :_gdb ,_fdgc :_gad };if _abf ._fg .Llx > _abf ._fg .Urx {_e .Log .Info ("\u004d\u0065\u0064\u0069\u0061\u0042o\u0078\u0020\u0068\u0061\u0073\u0020\u0058\u0020\u0063\u006f\u006f\u0072\u0064\u0069\u006e\u0061\u0074\u0065\u0073\u0020r\u0065\u0076\u0065\u0072\u0073\u0065\u0064\u002e\u0020\u0025\u002e\u0032\u0066\u0020F\u0069x\u0069\u006e\u0067\u002e",_abf ._fg ); +_abf ._fg .Llx ,_abf ._fg .Urx =_abf ._fg .Urx ,_abf ._fg .Llx ;};if _abf ._fg .Lly > _abf ._fg .Ury {_e .Log .Info ("\u004d\u0065\u0064\u0069\u0061\u0042o\u0078\u0020\u0068\u0061\u0073\u0020\u0059\u0020\u0063\u006f\u006f\u0072\u0064\u0069\u006e\u0061\u0074\u0065\u0073\u0020r\u0065\u0076\u0065\u0072\u0073\u0065\u0064\u002e\u0020\u0025\u002e\u0032\u0066\u0020F\u0069x\u0069\u006e\u0067\u002e",_abf ._fg ); +_abf ._fg .Lly ,_abf ._fg .Ury =_abf ._fg .Ury ,_abf ._fg .Lly ;};if _abf ._ddde !=nil {if _abf ._ddde .IncludeAnnotations {_abf ._bge ,_fca =page .GetAnnotations ();if _fca !=nil {_e .Log .Debug ("\u0045\u0072r\u006f\u0072\u0020\u0067\u0065\u0074\u0074\u0069\u006e\u0067\u0020\u0061\u006e\u006e\u006f\u0074\u0061\u0074\u0069\u006f\u006e\u0073: \u0025\u0076",_fca ); +};};};_cge .TrackUse (_gcfe );return _abf ,nil ;};func _dcag (_gcca ,_bege _da .Point )bool {_eddb :=_ce .Abs (_gcca .X -_bege .X );_aacf :=_ce .Abs (_gcca .Y -_bege .Y );return _fgdc (_aacf ,_eddb );};func _bdgd (_dgecg []*textWord ,_ebgge *textWord )[]*textWord {for _dbage ,_bgedc :=range _dgecg {if _bgedc ==_ebgge {return _ecbbg (_dgecg ,_dbage ); +};};_e .Log .Error ("\u0072\u0065\u006d\u006f\u0076e\u0057\u006f\u0072\u0064\u003a\u0020\u0077\u006f\u0072\u0064\u0073\u0020\u0064o\u0065\u0073\u006e\u0027\u0074\u0020\u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0020\u0077\u006f\u0072\u0064\u003d\u0025\u0073",_ebgge ); +return nil ;};func _badbb (_cfaed ,_ccdd _b .PdfRectangle )_b .PdfRectangle {return _b .PdfRectangle {Llx :_ce .Min (_cfaed .Llx ,_ccdd .Llx ),Lly :_ce .Min (_cfaed .Lly ,_ccdd .Lly ),Urx :_ce .Max (_cfaed .Urx ,_ccdd .Urx ),Ury :_ce .Max (_cfaed .Ury ,_ccdd .Ury )}; +};func (_afb *shapesState )fill (_fge *[]pathSection ){_eegf :=pathSection {_cdad :_afb ._fgdb ,Color :_afb ._aaag .getFillColor ()};*_fge =append (*_fge ,_eegf );if _ccffg {_cccg :=_eegf .bbox ();_bf .Printf ("\u0020 \u0020\u0020\u0046\u0049\u004c\u004c\u003a %\u0032\u0064\u0020\u0066\u0069\u006c\u006c\u0073\u0020\u0028\u0025\u0064\u0020\u006ee\u0077\u0029 \u0073\u0073\u003d%\u0073\u0020\u0063\u006f\u006c\u006f\u0072\u003d\u0025\u0033\u0076\u0020\u0025\u0036\u002e\u0032f\u003d\u00256.\u0032\u0066\u0078%\u0036\u002e\u0032\u0066\u000a",len (*_fge ),len (_eegf ._cdad ),_afb ,_eegf .Color ,_cccg ,_cccg .Width (),_cccg .Height ()); +if _dad {for _dcge ,_fcdfa :=range _eegf ._cdad {_bf .Printf ("\u0025\u0038\u0064\u003a\u0020\u0025\u0073\u000a",_dcge ,_fcdfa );if _dcge ==10{break ;};};};};};const (_cgaa =true ;_bbdc =true ;_bgcff =true ;_egef =false ;_degdd =false ;_debd =6;_feff =3.0; +_fecg =200;_fcbff =true ;_cabf =true ;_febc =true ;_bfce =true ;_dbcdd =false ;); // GetContentStreamOps returns the contentStreamOps field of `pt`. -func (_eddb *PageText )GetContentStreamOps ()*_aed .ContentStreamOperations {return _eddb ._dbcd };func (_bgagf *wordBag )removeWord (_gcae *textWord ,_gbcfb int ){_eefcg :=_bgagf ._cccf [_gbcfb ];_eefcg =_eaggd (_eefcg ,_gcae );if len (_eefcg )==0{delete (_bgagf ._cccf ,_gbcfb ); -}else {_bgagf ._cccf [_gbcfb ]=_eefcg ;};};func (_fcdc *wordBag )firstReadingIndex (_cgge int )int {_eebf :=_fcdc .firstWord (_cgge )._dafae ;_ffcbb :=float64 (_cgge +1)*_dfbad ;_adae :=_ffcbb +_debb *_eebf ;_aaeb :=_cgge ;for _ ,_cgea :=range _fcdc .depthBand (_ffcbb ,_adae ){if _ccfa (_fcdc .firstWord (_cgea ),_fcdc .firstWord (_aaeb ))< 0{_aaeb =_cgea ; -};};return _aaeb ;};func _dcde (_gfgf *textLine )float64 {return _gfgf ._edee [0].Llx };func _bfge (_efgfe ,_cbcgd _ef .Point ,_fbbac _ab .Color )(*ruling ,bool ){_ageec :=lineRuling {_abfed :_efgfe ,_fgcb :_cbcgd ,_gadeg :_bafag (_efgfe ,_cbcgd ),Color :_fbbac }; -if _ageec ._gadeg ==_bgeag {return nil ,false ;};return _ageec .asRuling ();};func (_bgffb *wordBag )removeDuplicates (){if _bfab {_b .Log .Info ("r\u0065m\u006f\u0076\u0065\u0044\u0075\u0070\u006c\u0069c\u0061\u0074\u0065\u0073: \u0025\u0071",_bgffb .text ()); -};for _ ,_cbcg :=range _bgffb .depthIndexes (){if len (_bgffb ._cccf [_cbcg ])==0{continue ;};_eaff :=_bgffb ._cccf [_cbcg ][0];_gecc :=_ebee *_eaff ._dafae ;_cddf :=_eaff ._ccee ;for _ ,_ffdd :=range _bgffb .depthBand (_cddf ,_cddf +_gecc ){_effc :=map[*textWord ]struct{}{}; -_ecgg :=_bgffb ._cccf [_ffdd ];for _ ,_fccfb :=range _ecgg {if _ ,_cgfed :=_effc [_fccfb ];_cgfed {continue ;};for _ ,_gbafb :=range _ecgg {if _ ,_adadc :=_effc [_gbafb ];_adadc {continue ;};if _gbafb !=_fccfb &&_gbafb ._edac ==_fccfb ._edac &&_bb .Abs (_gbafb .Llx -_fccfb .Llx )< _gecc &&_bb .Abs (_gbafb .Urx -_fccfb .Urx )< _gecc &&_bb .Abs (_gbafb .Lly -_fccfb .Lly )< _gecc &&_bb .Abs (_gbafb .Ury -_fccfb .Ury )< _gecc {_effc [_gbafb ]=struct{}{}; -};};};if len (_effc )> 0{_efcc :=0;for _ ,_bcdg :=range _ecgg {if _ ,_gdfc :=_effc [_bcdg ];!_gdfc {_ecgg [_efcc ]=_bcdg ;_efcc ++;};};_bgffb ._cccf [_ffdd ]=_ecgg [:len (_ecgg )-len (_effc )];if len (_bgffb ._cccf [_ffdd ])==0{delete (_bgffb ._cccf ,_ffdd ); -};};};};};var _fdad =TextMark {Text :"\u005b\u0058\u005d",Original :"\u0020",Meta :true ,FillColor :_ab .White ,StrokeColor :_ab .White };func (_aeadb rulingList )aligned ()bool {if len (_aeadb )< 2{return false ;};_cgfa :=make (map[*ruling ]int );_cgfa [_aeadb [0]]=0; -for _ ,_bfce :=range _aeadb [1:]{_gedb :=false ;for _dbce :=range _cgfa {if _bfce .gridIntersecting (_dbce ){_cgfa [_dbce ]++;_gedb =true ;break ;};};if !_gedb {_cgfa [_bfce ]=0;};};_egee :=0;for _ ,_begd :=range _cgfa {if _begd ==0{_egee ++;};};_gdda :=float64 (_egee )/float64 (len (_aeadb )); -_fbeb :=_gdda <=1.0-_ddee ;if _gfab {_b .Log .Info ("\u0061\u006c\u0069\u0067\u006e\u0065\u0064\u003d\u0025\u0074\u0020\u0075\u006em\u0061\u0074\u0063\u0068\u0065\u0064=\u0025\u002e\u0032\u0066\u003d\u0025\u0064\u002f\u0025\u0064\u0020\u0076\u0065c\u0073\u003d\u0025\u0073",_fbeb ,_gdda ,_egee ,len (_aeadb ),_aeadb .String ()); -};return _fbeb ;};func (_fgbe lineRuling )yMean ()float64 {return 0.5*(_fgbe ._abfed .Y +_fgbe ._fgcb .Y )};func _egdbf (_gfcd *textLine )bool {_cfgcg :=true ;_bedf :=-1;for _ ,_afdf :=range _gfcd ._edee {for _ ,_dfed :=range _afdf ._ecdf {_bfde :=_dfed ._bcab ; -if _bedf ==-1{_bedf =_bfde ;}else {if _bedf !=_bfde {_cfgcg =false ;break ;};};};};return _cfgcg ;};func _fgc (_gdfgb ,_gggg bounded )float64 {return _bggc (_gdfgb )-_bggc (_gggg )}; +func (_badc *PageText )GetContentStreamOps ()*_gd .ContentStreamOperations {return _badc ._cfcc }; -// BidiText represents a bidi text organized in its visual order -// with base direction of the text. -type BidiText struct{_feb string ;_cae string ;};func _cgb (_eefc *_aed .ContentStreamOperation )(float64 ,error ){if len (_eefc .Params )!=1{_adfac :=_dg .New ("\u0069n\u0063\u006f\u0072\u0072e\u0063\u0074\u0020\u0070\u0061r\u0061m\u0065t\u0065\u0072\u0020\u0063\u006f\u0075\u006et"); -_b .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0025\u0023\u0071\u0020\u0073\u0068\u006f\u0075\u006c\u0064\u0020h\u0061\u0076\u0065\u0020\u0025\u0064\u0020i\u006e\u0070\u0075\u0074\u0020\u0070\u0061\u0072\u0061\u006d\u0073,\u0020\u0067\u006f\u0074\u0020\u0025\u0064\u0020\u0025\u002b\u0076",_eefc .Operand ,1,len (_eefc .Params ),_eefc .Params ); -return 0.0,_adfac ;};return _gbc .GetNumberAsFloat (_eefc .Params [0]);};func (_ddga *textTable )getDown ()paraList {_fafe :=make (paraList ,_ddga ._ddcega );for _bfbbb :=0;_bfbbb < _ddga ._ddcega ;_bfbbb ++{_cgbg :=_ddga .get (_bfbbb ,_ddga ._egbbf -1)._adef ; -if _cgbg .taken (){return nil ;};_fafe [_bfbbb ]=_cgbg ;};for _gaaga :=0;_gaaga < _ddga ._ddcega -1;_gaaga ++{if _fafe [_gaaga ]._gbfc !=_fafe [_gaaga +1]{return nil ;};};return _fafe ;}; - -// String returns a description of `k`. -func (_gdcb markKind )String ()string {_ccfba ,_fbgg :=_dgeda [_gdcb ];if !_fbgg {return _d .Sprintf ("\u004e\u006f\u0074\u0020\u0061\u0020\u006d\u0061\u0072k\u003a\u0020\u0025\u0064",_gdcb );};return _ccfba ;};func (_bdff *shapesState )stroke (_cca *[]pathSection ){_ace :=pathSection {_cdc :_bdff ._dgdd ,Color :_bdff ._eadd .getStrokeColor ()}; -*_cca =append (*_cca ,_ace );if _gfab {_d .Printf ("\u0020 \u0020\u0020S\u0054\u0052\u004fK\u0045\u003a\u0020\u0025\u0064\u0020\u0073t\u0072\u006f\u006b\u0065\u0073\u0020s\u0073\u003d\u0025\u0073\u0020\u0063\u006f\u006c\u006f\u0072\u003d%\u002b\u0076\u0020\u0025\u0036\u002e\u0032\u0066\u000a",len (*_cca ),_bdff ,_bdff ._eadd .getStrokeColor (),_ace .bbox ()); -if _fafd {for _egbf ,_bge :=range _bdff ._dgdd {_d .Printf ("\u0025\u0038\u0064\u003a\u0020\u0025\u0073\u000a",_egbf ,_bge );if _egbf ==10{break ;};};};};};func (_ffaf *textLine )appendWord (_ababe *textWord ){_ffaf ._edee =append (_ffaf ._edee ,_ababe ); -_ffaf .PdfRectangle =_egbb (_ffaf .PdfRectangle ,_ababe .PdfRectangle );if _ababe ._dafae > _ffaf ._gdbd {_ffaf ._gdbd =_ababe ._dafae ;};if _ababe ._ccee > _ffaf ._ggfc {_ffaf ._ggfc =_ababe ._ccee ;};};func (_fbeaa *wordBag )minDepth ()float64 {return _fbeaa ._cfb -(_fbeaa .Ury -_fbeaa ._aced )}; -func _cffg (_eff float64 ,_bfbb int )int {if _bfbb ==0{_bfbb =1;};_daffb :=float64 (_bfbb );return int (_bb .Round (_eff /_daffb )*_daffb );};type textTable struct{_bg .PdfRectangle ;_ddcega ,_egbbf int ;_gfagc bool ;_bcec map[uint64 ]*textPara ;_fccfa map[uint64 ]compositeCell ; -};func (_abce rulingList )primMinMax ()(float64 ,float64 ){_gaag ,_daad :=_abce [0]._gbaff ,_abce [0]._gbaff ;for _ ,_gcea :=range _abce [1:]{if _gcea ._gbaff < _gaag {_gaag =_gcea ._gbaff ;}else if _gcea ._gbaff > _daad {_daad =_gcea ._gbaff ;};};return _gaag ,_daad ; -};const _fbfa =10;func _ebeeg (_bfae _bg .PdfRectangle ,_geea []*textLine )*textPara {return &textPara {PdfRectangle :_bfae ,_gdc :_geea };};func _bggc (_gbd bounded )float64 {return -_gbd .bbox ().Lly };type fontEntry struct{_cbaf *_bg .PdfFont ;_afgb int64 ; -};type gridTiling struct{_bg .PdfRectangle ;_cdfg []float64 ;_fgcd []float64 ;_egff map[float64 ]map[float64 ]gridTile ;};func _efee (_fafbg *list ,_fbbb *string )string {_gaee :=_ge .Split (_fafbg ._fccf ,"\u000a");_dcaf :=&_ge .Builder {};for _ ,_cdcce :=range _gaee {if _cdcce !=""{_dcaf .WriteString (*_fbbb ); -_dcaf .WriteString (_cdcce );_dcaf .WriteString ("\u000a");};};return _dcaf .String ();};type rulingKind int ; +// ExtractPageImages returns the image contents of the page extractor, including data +// and position, size information for each image. +// A set of options to control page image extraction can be passed in. The options +// parameter can be nil for the default options. By default, inline stencil masks +// are not extracted. +func (_fff *Extractor )ExtractPageImages (options *ImageExtractOptions )(*PageImages ,error ){_acd :=&imageExtractContext {_fcaf :options };_bbcc :=_acd .extractContentStreamImages (_fff ._ddgf ,_fff ._eba );if _bbcc !=nil {return nil ,_bbcc ;};return &PageImages {Images :_acd ._bcf },nil ; +};func (_bgbca *textWord )addDiacritic (_egfc string ){_edbgc :=_bgbca ._bggbb [len (_bgbca ._bggbb )-1];_edbgc ._gddf +=_egfc ;_edbgc ._gddf =_c .NFKC .String (_edbgc ._gddf );}; -// ImageMark represents an image drawn on a page and its position in device coordinates. -// All coordinates are in device coordinates. -type ImageMark struct{Image *_bg .Image ; +// Text gets the extracted text contained in `l`. +func (_bdfe *list )Text ()string {_efdaa :=&_bfb .Builder {};_degc :="";_aaee (_bdfe ,_efdaa ,&_degc );return _efdaa .String ();};func (_abad *textPara )isAtom ()*textTable {_gbaf :=_abad ;_bbedc :=_abad ._abbb ;_fefb :=_abad ._dabf ;if _bbedc .taken ()||_fefb .taken (){return nil ; +};_adfdg :=_bbedc ._dabf ;if _adfdg .taken ()||_adfdg !=_fefb ._abbb {return nil ;};return _ccbed (_gbaf ,_bbedc ,_fefb ,_adfdg );};func (_ccff *textObject )moveTextSetLeading (_acgd ,_bgaa float64 ){_ccff ._eef ._efda =-_bgaa ;_ccff .moveLP (_acgd ,_bgaa ); +};func (_cfbbb gridTile )numBorders ()int {_beeca :=0;if _cfbbb ._cfgg {_beeca ++;};if _cfbbb ._bbed {_beeca ++;};if _cfbbb ._cega {_beeca ++;};if _cfbbb ._fdde {_beeca ++;};return _beeca ;};type list struct{_efgb []*textLine ;_eaag string ;_ddfgc []*list ; +_cceae string ;};func (_dcfd *stateStack )top ()*textState {if _dcfd .empty (){return nil ;};return (*_dcfd )[_dcfd .size ()-1];};func (_ffcg *shapesState )drawRectangle (_ebcff ,_cgeg ,_cgdff ,_babf float64 ){if _gegd {_febg :=_ffcg .devicePoint (_ebcff ,_cgeg ); +_edgg :=_ffcg .devicePoint (_ebcff +_cgdff ,_cgeg +_babf );_dbga :=_b .PdfRectangle {Llx :_febg .X ,Lly :_febg .Y ,Urx :_edgg .X ,Ury :_edgg .Y };_e .Log .Info ("d\u0072a\u0077\u0052\u0065\u0063\u0074\u0061\u006e\u0067l\u0065\u003a\u0020\u00256.\u0032\u0066",_dbga ); +};_ffcg .newSubPath ();_ffcg .moveTo (_ebcff ,_cgeg );_ffcg .lineTo (_ebcff +_cgdff ,_cgeg );_ffcg .lineTo (_ebcff +_cgdff ,_cgeg +_babf );_ffcg .lineTo (_ebcff ,_cgeg +_babf );_ffcg .closePath ();};func (_eecca *textPara )depth ()float64 {if _eecca ._cdcca {return -1.0; +};if len (_eecca ._bbgab )> 0{return _eecca ._bbgab [0]._dce ;};return _eecca ._cegg .depth ();};func (_aafa *wordBag )highestWord (_bdagf int ,_ebfgf ,_eaa float64 )*textWord {for _ ,_fega :=range _aafa ._ecfd [_bdagf ]{if _ebfgf <=_fega ._bagdd &&_fega ._bagdd <=_eaa {return _fega ; +};};return nil ;}; -// Dimensions of the image as displayed in the PDF. -Width float64 ;Height float64 ; +// PageTextOptions holds various options available in extraction process. +type PageTextOptions struct{_bfgf bool ;_gabb bool ;};func (_caaf rulingList )toTilings ()(rulingList ,[]gridTiling ){_caaf .log ("\u0074o\u0054\u0069\u006c\u0069\u006e\u0067s");if len (_caaf )==0{return nil ,nil ;};_caaf =_caaf .tidied ("\u0061\u006c\u006c"); +_caaf .log ("\u0074\u0069\u0064\u0069\u0065\u0064");_egdfd :=_caaf .toGrids ();_addg :=make ([]gridTiling ,len (_egdfd ));for _dggcb ,_dbceb :=range _egdfd {_addg [_dggcb ]=_dbceb .asTiling ();};return _caaf ,_addg ;}; -// Position of the image in PDF coordinates (lower left corner). -X float64 ;Y float64 ; +// Options extractor options. +type Options struct{ -// Angle in degrees, if rotated. -Angle float64 ;};func _fcge (_dgca ,_fcfc float64 )bool {return _dgca /_bb .Max (_cbab ,_fcfc )< _baaee };func (_ccgfb *textTable )growTable (){_abba :=func (_aage paraList ){_ccgfb ._egbbf ++;for _eabcc :=0;_eabcc < _ccgfb ._ddcega ;_eabcc ++{_cfccg :=_aage [_eabcc ]; -_ccgfb .put (_eabcc ,_ccgfb ._egbbf -1,_cfccg );};};_fcadc :=func (_bbeac paraList ){_ccgfb ._ddcega ++;for _degc :=0;_degc < _ccgfb ._egbbf ;_degc ++{_fdge :=_bbeac [_degc ];_ccgfb .put (_ccgfb ._ddcega -1,_degc ,_fdge );};};if _dcfc {_ccgfb .log ("\u0067r\u006f\u0077\u0054\u0061\u0062\u006ce"); -};for _edgd :=0;;_edgd ++{_ecedg :=false ;_becga :=_ccgfb .getDown ();_ggga :=_ccgfb .getRight ();if _dcfc {_d .Printf ("\u0025\u0034\u0064\u003a\u0020\u0025\u0073\u000a",_edgd ,_ccgfb );_d .Printf ("\u0020\u0020 \u0020\u0020\u0020 \u0020\u0064\u006f\u0077\u006e\u003d\u0025\u0073\u000a",_becga ); -_d .Printf ("\u0020\u0020 \u0020\u0020\u0020 \u0072\u0069\u0067\u0068\u0074\u003d\u0025\u0073\u000a",_ggga );};if _becga !=nil &&_ggga !=nil {_agae :=_becga [len (_becga )-1];if !_agae .taken ()&&_agae ==_ggga [len (_ggga )-1]{_abba (_becga );if _ggga =_ccgfb .getRight (); -_ggga !=nil {_fcadc (_ggga );_ccgfb .put (_ccgfb ._ddcega -1,_ccgfb ._egbbf -1,_agae );};_ecedg =true ;};};if !_ecedg &&_becga !=nil {_abba (_becga );_ecedg =true ;};if !_ecedg &&_ggga !=nil {_fcadc (_ggga );_ecedg =true ;};if !_ecedg {break ;};};};func (_baddd rulingList )tidied (_egbge string )rulingList {_ceege :=_baddd .removeDuplicates (); -_ceege .log ("\u0075n\u0069\u0071\u0075\u0065\u0073");_eddf :=_ceege .snapToGroups ();if _eddf ==nil {return nil ;};_eddf .sort ();if _gfab {_b .Log .Info ("\u0074\u0069\u0064i\u0065\u0064\u003a\u0020\u0025\u0071\u0020\u0076\u0065\u0063\u0073\u003d\u0025\u0064\u0020\u0075\u006e\u0069\u0071\u0075\u0065\u0073\u003d\u0025\u0064\u0020\u0063\u006f\u0061l\u0065\u0073\u0063\u0065\u0064\u003d\u0025\u0064",_egbge ,len (_baddd ),len (_ceege ),len (_eddf )); -};_eddf .log ("\u0063o\u0061\u006c\u0065\u0073\u0063\u0065d");return _eddf ;};func (_faeb lineRuling )xMean ()float64 {return 0.5*(_faeb ._abfed .X +_faeb ._fgcb .X )}; +// DisableDocumentTags specifies whether to use the document tags during list extraction. +DisableDocumentTags bool ; -// ToTextMark returns the public view of `tm`. -func (_dbdb *textMark )ToTextMark ()TextMark {return TextMark {Text :_dbdb ._aaag ,Original :_dbdb ._aca ,BBox :_dbdb ._beceb ,Font :_dbdb ._bebg ,FontSize :_dbdb ._cfgcd ,FillColor :_dbdb ._ddbdc ,StrokeColor :_dbdb ._dgad ,Orientation :_dbdb ._ecefa ,DirectObject :_dbdb ._afabc ,ObjString :_dbdb ._gabe ,Tw :_dbdb .Tw ,Th :_dbdb .Th ,Tc :_dbdb ._deed ,Index :_dbdb ._fcbe }; -};func (_bfgb *textObject )showText (_aecf _gbc .PdfObject ,_gege []byte ,_edc int ,_cdf string )error {return _bfgb .renderText (_aecf ,_gege ,_edc ,_cdf );};func (_ccca *wordBag )absorb (_eee *wordBag ){_gfbe :=_eee .makeRemovals ();for _efggg ,_efabc :=range _eee ._cccf {for _ ,_ceda :=range _efabc {_ccca .pullWord (_ceda ,_efggg ,_gfbe ); -};};_eee .applyRemovals (_gfbe );}; +// ApplyCropBox will extract page text based on page cropbox if set to `true`. +ApplyCropBox bool ; -// ToText returns the page text as a single string. -// Deprecated: This function is deprecated and will be removed in a future major version. Please use -// Text() instead. -func (_bce PageText )ToText ()string {return _bce .Text ()};func (_dgfd *textObject )newTextMark (_cacb string ,_dfda _ef .Matrix ,_ccgeg _ef .Point ,_gcg float64 ,_bgdg *_bg .PdfFont ,_gaff float64 ,_bbce ,_fbeab _ab .Color ,_faag _gbc .PdfObject ,_daeg []string ,_eccdc int ,_dbafe int )(textMark ,bool ){_fcacc :=_dfda .Angle (); -_dcbc :=_cffg (_fcacc ,_efdfe );var _egbd float64 ;if _dcbc %180!=90{_egbd =_dfda .ScalingFactorY ();}else {_egbd =_dfda .ScalingFactorX ();};_adcf :=_cfg (_dfda );_baga :=_bg .PdfRectangle {Llx :_adcf .X ,Lly :_adcf .Y ,Urx :_ccgeg .X ,Ury :_ccgeg .Y }; -switch _dcbc %360{case 90:_baga .Urx -=_egbd ;case 180:_baga .Ury -=_egbd ;case 270:_baga .Urx +=_egbd ;case 0:_baga .Ury +=_egbd ;default:_dcbc =0;_baga .Ury +=_egbd ;};if _baga .Llx > _baga .Urx {_baga .Llx ,_baga .Urx =_baga .Urx ,_baga .Llx ;};if _baga .Lly > _baga .Ury {_baga .Lly ,_baga .Ury =_baga .Ury ,_baga .Lly ; -};_aggd :=true ;if _dgfd ._eadb ._ac .Width ()> 0{_cbcb ,_fceae :=_cbee (_baga ,_dgfd ._eadb ._ac );if !_fceae {_aggd =false ;_b .Log .Debug ("\u0054\u0065\u0078\u0074\u0020m\u0061\u0072\u006b\u0020\u006f\u0075\u0074\u0073\u0069\u0064\u0065\u0020\u0070a\u0067\u0065\u002e\u0020\u0062\u0062\u006f\u0078\u003d\u0025\u0067\u0020\u006d\u0065\u0064\u0069\u0061\u0042\u006f\u0078\u003d\u0025\u0067\u0020\u0074\u0065\u0078\u0074\u003d\u0025q",_baga ,_dgfd ._eadb ._ac ,_cacb ); -};_baga =_cbcb ;};_gfgfb :=_baga ;_fdfb :=_dgfd ._eadb ._ac ;switch _dcbc %360{case 90:_fdfb .Urx ,_fdfb .Ury =_fdfb .Ury ,_fdfb .Urx ;_gfgfb =_bg .PdfRectangle {Llx :_fdfb .Urx -_baga .Ury ,Urx :_fdfb .Urx -_baga .Lly ,Lly :_baga .Llx ,Ury :_baga .Urx }; -case 180:_gfgfb =_bg .PdfRectangle {Llx :_fdfb .Urx -_baga .Llx ,Urx :_fdfb .Urx -_baga .Urx ,Lly :_fdfb .Ury -_baga .Lly ,Ury :_fdfb .Ury -_baga .Ury };case 270:_fdfb .Urx ,_fdfb .Ury =_fdfb .Ury ,_fdfb .Urx ;_gfgfb =_bg .PdfRectangle {Llx :_baga .Ury ,Urx :_baga .Lly ,Lly :_fdfb .Ury -_baga .Llx ,Ury :_fdfb .Ury -_baga .Urx }; -};if _gfgfb .Llx > _gfgfb .Urx {_gfgfb .Llx ,_gfgfb .Urx =_gfgfb .Urx ,_gfgfb .Llx ;};if _gfgfb .Lly > _gfgfb .Ury {_gfgfb .Lly ,_gfgfb .Ury =_gfgfb .Ury ,_gfgfb .Lly ;};_gdagb :=textMark {_aaag :_cacb ,PdfRectangle :_gfgfb ,_beceb :_baga ,_bebg :_bgdg ,_cfgcd :_egbd ,_deed :_gaff ,_aefd :_dfda ,_dadg :_ccgeg ,_ecefa :_dcbc ,_ddbdc :_bbce ,_dgad :_fbeab ,_afabc :_faag ,_gabe :_daeg ,Th :_dgfd ._egf ._ffdc ,Tw :_dgfd ._egf ._eaed ,_bcab :_dbafe ,_fcbe :_eccdc }; -if _fcee {_b .Log .Info ("n\u0065\u0077\u0054\u0065\u0078\u0074M\u0061\u0072\u006b\u003a\u0020\u0073t\u0061\u0072\u0074\u003d\u0025\u002e\u0032f\u0020\u0065\u006e\u0064\u003d\u0025\u002e\u0032\u0066\u0020%\u0073",_adcf ,_ccgeg ,_gdagb .String ());};return _gdagb ,_aggd ; -};func _fccc (_eeeea *PageText )error {_deefa :=_fe .GetLicenseKey ();if _deefa !=nil &&_deefa .IsLicensed ()||_abe {return nil ;};_d .Printf ("\u0055\u006e\u006c\u0069\u0063\u0065\u006e\u0073\u0065\u0064\u0020c\u006f\u0070\u0079\u0020\u006f\u0066\u0020\u0055\u006e\u0069P\u0044\u0046\u000a"); -_d .Println ("-\u0020\u0047\u0065\u0074\u0020\u0061\u0020\u0066\u0072e\u0065\u0020\u0074\u0072\u0069\u0061\u006c l\u0069\u0063\u0065\u006es\u0065\u0020\u006f\u006e\u0020\u0068\u0074\u0074\u0070s:\u002f\u002fu\u006e\u0069\u0064\u006f\u0063\u002e\u0069\u006f"); -return _dg .New ("\u0075\u006e\u0069\u0070d\u0066\u0020\u006c\u0069\u0063\u0065\u006e\u0073\u0065\u0020c\u006fd\u0065\u0020\u0072\u0065\u0071\u0075\u0069r\u0065\u0064");}; +// UseSimplerExtractionProcess will skip topological text ordering and table processing. +// +// NOTE: While normally the extra processing is beneficial, it can also lead to problems when it does not work. +// Thus it is a flag to allow the user to control this process. +// +// Skipping some extraction processes would also lead to the reduced processing time. +UseSimplerExtractionProcess bool ; -// String returns a description of `t`. -func (_cgcf *textTable )String ()string {return _d .Sprintf ("\u0025\u0064\u0020\u0078\u0020\u0025\u0064\u0020\u0025\u0074",_cgcf ._ddcega ,_cgcf ._egbbf ,_cgcf ._gfagc );};func (_dacc rulingList )splitSec ()[]rulingList {_gd .Slice (_dacc ,func (_debd ,_aecc int )bool {_bdcf ,_aggfb :=_dacc [_debd ],_dacc [_aecc ]; -if _bdcf ._fabe !=_aggfb ._fabe {return _bdcf ._fabe < _aggfb ._fabe ;};return _bdcf ._ccba < _aggfb ._ccba ;});_dgeba :=make (map[*ruling ]struct{},len (_dacc ));_acgc :=func (_ebfga *ruling )rulingList {_eagecc :=rulingList {_ebfga };_dgeba [_ebfga ]=struct{}{}; -for _ ,_cffe :=range _dacc {if _ ,_caddd :=_dgeba [_cffe ];_caddd {continue ;};for _ ,_dcaed :=range _eagecc {if _cffe .alignsSec (_dcaed ){_eagecc =append (_eagecc ,_cffe );_dgeba [_cffe ]=struct{}{};break ;};};};return _eagecc ;};_bdgda :=[]rulingList {_acgc (_dacc [0])}; -for _ ,_agbb :=range _dacc [1:]{if _ ,_cbeec :=_dgeba [_agbb ];_cbeec {continue ;};_bdgda =append (_bdgda ,_acgc (_agbb ));};return _bdgda ;};type gridTile struct{_bg .PdfRectangle ;_acffg ,_acef ,_dbbba ,_bgdga bool ;};func (_dbaa *textObject )renderText (_dad _gbc .PdfObject ,_edec []byte ,_bdcg int ,_bcae string )error {if _dbaa ._gea {_b .Log .Debug ("\u0072\u0065\u006e\u0064\u0065r\u0054\u0065\u0078\u0074\u003a\u0020\u0049\u006e\u0076\u0061\u006c\u0069\u0064 \u0066\u006f\u006e\u0074\u002e\u0020\u004e\u006f\u0074\u0020\u0070\u0072\u006f\u0063\u0065\u0073\u0073\u0069\u006e\u0067\u002e"); -return nil ;};_adgbb :=_dbaa .getCurrentFont ();_ccc :=_adgbb .BytesToCharcodes (_edec );_eccd ,_cag ,_cgbd :=_adgbb .CharcodesToStrings (_ccc ,_bcae );if _cgbd > 0{_b .Log .Debug ("\u0072\u0065nd\u0065\u0072\u0054e\u0078\u0074\u003a\u0020num\u0043ha\u0072\u0073\u003d\u0025\u0064\u0020\u006eum\u004d\u0069\u0073\u0073\u0065\u0073\u003d%\u0064",_cag ,_cgbd ); -};_dbaa ._egf ._gfff +=_cag ;_dbaa ._egf ._ffbf +=_cgbd ;_gfge :=_dbaa ._egf ;_gcf :=_gfge ._ebab ;_acgg :=_gfge ._ffdc /100.0;_bdd :=_degf ;if _adgbb .Subtype ()=="\u0054\u0079\u0070e\u0033"{_bdd =1;};_bffe ,_gaef :=_adgbb .GetRuneMetrics (' ');if !_gaef {_bffe ,_gaef =_adgbb .GetCharMetrics (32); -};if !_gaef {_bffe ,_ =_bg .DefaultFont ().GetRuneMetrics (' ');};_bfe :=_bffe .Wx *_bdd ;_b .Log .Trace ("\u0073p\u0061\u0063e\u0057\u0069\u0064t\u0068\u003d\u0025\u002e\u0032\u0066\u0020t\u0065\u0078\u0074\u003d\u0025\u0071 \u0066\u006f\u006e\u0074\u003d\u0025\u0073\u0020\u0066\u006f\u006et\u0053\u0069\u007a\u0065\u003d\u0025\u002e\u0032\u0066",_bfe ,_eccd ,_adgbb ,_gcf ); -_gegg :=_ef .NewMatrix (_gcf *_acgg ,0,0,_gcf ,0,_gfge ._dbca );if _eadc {_b .Log .Info ("\u0072\u0065\u006e\u0064\u0065\u0072T\u0065\u0078\u0074\u003a\u0020\u0025\u0064\u0020\u0063\u006f\u0064\u0065\u0073=\u0025\u002b\u0076\u0020\u0074\u0065\u0078t\u0073\u003d\u0025\u0071",len (_ccc ),_ccc ,_eccd ); -};_b .Log .Trace ("\u0072\u0065\u006e\u0064\u0065\u0072T\u0065\u0078\u0074\u003a\u0020\u0025\u0064\u0020\u0063\u006f\u0064\u0065\u0073=\u0025\u002b\u0076\u0020\u0072\u0075\u006ee\u0073\u003d\u0025\u0071",len (_ccc ),_ccc ,len (_eccd ));_ecaad :=_dbaa .getFillColor (); -_bdca :=_dbaa .getStrokeColor ();for _cdbd ,_bdcac :=range _eccd {_bega :=[]rune (_bdcac );if len (_bega )==1&&_bega [0]=='\x00'{continue ;};_bfec :=_ccc [_cdbd ];_edb :=_dbaa ._dba .CTM .Mult (_dbaa ._gbcf ).Mult (_gegg );_ggd :=0.0;if len (_bega )==1&&_bega [0]==32{_ggd =_gfge ._eaed ; -};_geab ,_abfb :=_adgbb .GetCharMetrics (_bfec );if !_abfb {_b .Log .Debug ("\u0045R\u0052\u004fR\u003a\u0020\u004e\u006f \u006d\u0065\u0074r\u0069\u0063\u0020\u0066\u006f\u0072\u0020\u0063\u006fde\u003d\u0025\u0064 \u0072\u003d0\u0078\u0025\u0030\u0034\u0078\u003d%\u002b\u0071 \u0025\u0073",_bfec ,_bega ,_bega ,_adgbb ); -return _d .Errorf ("\u006e\u006f\u0020\u0063\u0068\u0061\u0072\u0020\u006d\u0065\u0074\u0072\u0069\u0063\u0073:\u0020f\u006f\u006e\u0074\u003d\u0025\u0073\u0020\u0063\u006f\u0064\u0065\u003d\u0025\u0064",_adgbb .String (),_bfec );};_cce :=_ef .Point {X :_geab .Wx *_bdd ,Y :_geab .Wy *_bdd }; -_aagb :=_ef .Point {X :(_cce .X *_gcf +_ggd )*_acgg };_baff :=_ef .Point {X :(_cce .X *_gcf +_gfge ._fgdd +_ggd )*_acgg };if _eadc {_b .Log .Info ("\u0074\u0066\u0073\u003d\u0025\u002e\u0032\u0066\u0020\u0074\u0063\u003d\u0025\u002e\u0032f\u0020t\u0077\u003d\u0025\u002e\u0032\u0066\u0020\u0074\u0068\u003d\u0025\u002e\u0032\u0066",_gcf ,_gfge ._fgdd ,_gfge ._eaed ,_acgg ); -_b .Log .Info ("\u0064x\u002c\u0064\u0079\u003d%\u002e\u0033\u0066\u0020\u00740\u003d%\u002e3\u0066\u0020\u0074\u003d\u0025\u002e\u0033f",_cce ,_aagb ,_baff );};_ggad :=_bcca (_aagb );_edcf :=_bcca (_baff );_dgbb :=_dbaa ._dba .CTM .Mult (_dbaa ._gbcf ).Mult (_ggad ); -if _acgb {_b .Log .Info ("e\u006e\u0064\u003a\u000a\tC\u0054M\u003d\u0025\u0073\u000a\u0009 \u0074\u006d\u003d\u0025\u0073\u000a"+"\u0009\u0020t\u0064\u003d\u0025s\u0020\u0078\u006c\u0061\u0074\u003d\u0025\u0073\u000a"+"\u0009t\u0064\u0030\u003d\u0025s\u000a\u0009\u0020\u0020\u2192 \u0025s\u0020x\u006c\u0061\u0074\u003d\u0025\u0073",_dbaa ._dba .CTM ,_dbaa ._gbcf ,_edcf ,_cfg (_dbaa ._dba .CTM .Mult (_dbaa ._gbcf ).Mult (_edcf )),_ggad ,_dgbb ,_cfg (_dgbb )); -};_ffc ,_adcd :=_dbaa .newTextMark (_abg .ExpandLigatures (_bega ),_edb ,_cfg (_dgbb ),_bb .Abs (_bfe *_edb .ScalingFactorX ()),_adgbb ,_dbaa ._egf ._fgdd ,_ecaad ,_bdca ,_dad ,_eccd ,_cdbd ,_bdcg );if !_adcd {_b .Log .Debug ("\u0054\u0065\u0078\u0074\u0020\u006d\u0061\u0072\u006b\u0020\u006f\u0075\u0074\u0073\u0069d\u0065 \u0070\u0061\u0067\u0065\u002e\u0020\u0053\u006b\u0069\u0070\u0070\u0069\u006e\u0067"); -continue ;};if _adgbb ==nil {_b .Log .Debug ("\u0045R\u0052O\u0052\u003a\u0020\u004e\u006f\u0020\u0066\u006f\u006e\u0074\u002e");}else if _adgbb .Encoder ()==nil {_b .Log .Debug ("E\u0052\u0052\u004f\u0052\u003a\u0020N\u006f\u0020\u0065\u006e\u0063\u006f\u0064\u0069\u006eg\u002e\u0020\u0066o\u006et\u003d\u0025\u0073",_adgbb ); -}else {if _ffcc ,_ffde :=_adgbb .Encoder ().CharcodeToRune (_bfec );_ffde {_ffc ._aca =string (_ffcc );};};_b .Log .Trace ("i\u003d\u0025\u0064\u0020\u0063\u006fd\u0065\u003d\u0025\u0064\u0020\u006d\u0061\u0072\u006b=\u0025\u0073\u0020t\u0072m\u003d\u0025\u0073",_cdbd ,_bfec ,_ffc ,_edb ); -_dbaa ._gaa =append (_dbaa ._gaa ,&_ffc );_dbaa ._gbcf .Concat (_edcf );};return nil ;};func (_aagg rulingList )vertsHorzs ()(rulingList ,rulingList ){var _ebba ,_eagf rulingList ;for _ ,_cgac :=range _aagg {switch _cgac ._gcafd {case _cege :_ebba =append (_ebba ,_cgac ); -case _bfcbd :_eagf =append (_eagf ,_cgac );};};return _ebba ,_eagf ;};func (_bcfe rulingList )bbox ()_bg .PdfRectangle {var _gcbd _bg .PdfRectangle ;if len (_bcfe )==0{_b .Log .Error ("r\u0075\u006c\u0069\u006e\u0067\u004ci\u0073\u0074\u002e\u0062\u0062\u006f\u0078\u003a\u0020n\u006f\u0020\u0072u\u006ci\u006e\u0067\u0073"); -return _bg .PdfRectangle {};};if _bcfe [0]._gcafd ==_bfcbd {_gcbd .Llx ,_gcbd .Urx =_bcfe .secMinMax ();_gcbd .Lly ,_gcbd .Ury =_bcfe .primMinMax ();}else {_gcbd .Llx ,_gcbd .Urx =_bcfe .primMinMax ();_gcbd .Lly ,_gcbd .Ury =_bcfe .secMinMax ();};return _gcbd ; -};func _adfaa (_gged ,_bfcg int )int {if _gged > _bfcg {return _gged ;};return _bfcg ;};func (_gcbg paraList )computeEBBoxes (){if _edaef {_b .Log .Info ("\u0063o\u006dp\u0075\u0074\u0065\u0045\u0042\u0042\u006f\u0078\u0065\u0073\u003a");};for _ ,_gegge :=range _gcbg {_gegge ._dgcfe =_gegge .PdfRectangle ; -};_ceff :=_gcbg .yNeighbours (0);for _acccf ,_dgdcf :=range _gcbg {_eefd :=_dgdcf ._dgcfe ;_agcd ,_ggdcc :=-1.0e9,+1.0e9;for _ ,_fbaa :=range _ceff [_dgdcf ]{_edggdc :=_gcbg [_fbaa ]._dgcfe ;if _edggdc .Urx < _eefd .Llx {_agcd =_bb .Max (_agcd ,_edggdc .Urx ); -}else if _eefd .Urx < _edggdc .Llx {_ggdcc =_bb .Min (_ggdcc ,_edggdc .Llx );};};for _bcaefc ,_ccac :=range _gcbg {_bfabe :=_ccac ._dgcfe ;if _acccf ==_bcaefc ||_bfabe .Ury > _eefd .Lly {continue ;};if _agcd <=_bfabe .Llx &&_bfabe .Llx < _eefd .Llx {_eefd .Llx =_bfabe .Llx ; -}else if _bfabe .Urx <=_ggdcc &&_eefd .Urx < _bfabe .Urx {_eefd .Urx =_bfabe .Urx ;};};if _edaef {_d .Printf ("\u0025\u0034\u0064\u003a %\u0036\u002e\u0032\u0066\u2192\u0025\u0036\u002e\u0032\u0066\u0020\u0025\u0071\u000a",_acccf ,_dgdcf ._dgcfe ,_eefd ,_cfbg (_dgdcf .text (),50)); -};_dgdcf ._dgcfe =_eefd ;};if _daee {for _ ,_gecf :=range _gcbg {_gecf .PdfRectangle =_gecf ._dgcfe ;};};};func _aaaa (_cfabb []int )[]int {_bgeg :=make ([]int ,len (_cfabb ));for _aefef ,_fegd :=range _cfabb {_bgeg [len (_cfabb )-1-_aefef ]=_fegd ;};return _bgeg ; -};func _fdc (_cafd float64 )int {var _ecca int ;if _cafd >=0{_ecca =int (_cafd /_dfbad );}else {_ecca =int (_cafd /_dfbad )-1;};return _ecca ;};type structElement struct{_adfb string ;_fbcba []structElement ;_agec int64 ;_dbdae _gbc .PdfObject ;};func _gdbe (_bbef []*textWord ,_ffab float64 ,_ccgdbe ,_cfc rulingList )*wordBag {_bedb :=_edbf (_bbef [0],_ffab ,_ccgdbe ,_cfc ); -for _ ,_edcg :=range _bbef [1:]{_cbfb :=_fdc (_edcg ._ccee );_bedb ._cccf [_cbfb ]=append (_bedb ._cccf [_cbfb ],_edcg );_bedb .PdfRectangle =_egbb (_bedb .PdfRectangle ,_edcg .PdfRectangle );};_bedb .sort ();return _bedb ;}; +// IncludeAnnotations specifies whether to include annotations in the extraction process, default value is `false`. +IncludeAnnotations bool ;};func (_gegdd paraList )tables ()[]TextTable {var _ebbf []TextTable ;if _aada {_e .Log .Info ("\u0070\u0061\u0072\u0061\u0073\u002e\u0074\u0061\u0062\u006c\u0065\u0073\u003a");};for _ ,_ggecf :=range _gegdd {_cbfa :=_ggecf ._cegg ; +if _cbfa !=nil &&_cbfa .isExportable (){_ebbf =append (_ebbf ,_cbfa .toTextTable ());};};return _ebbf ;};func _fbfgf (_ddeae ,_aeba int )uint64 {return uint64 (_ddeae )*0x1000000+uint64 (_aeba )};func (_baf *wordBag )sort (){for _ ,_cedbd :=range _baf ._ecfd {_fd .Slice (_cedbd ,func (_dgbf ,_cba int )bool {return _deedf (_cedbd [_dgbf ],_cedbd [_cba ])< 0}); +};}; -// String returns a string descibing `i`. -func (_aeafb gridTile )String ()string {_adgca :=func (_bcgde bool ,_gedg string )string {if _bcgde {return _gedg ;};return "\u005f";};return _d .Sprintf ("\u00256\u002e2\u0066\u0020\u0025\u0031\u0073%\u0031\u0073%\u0031\u0073\u0025\u0031\u0073",_aeafb .PdfRectangle ,_adgca (_aeafb ._acef ,"\u004c"),_adgca (_aeafb ._bgdga ,"\u0052"),_adgca (_aeafb ._dbbba ,"\u0042"),_adgca (_aeafb ._acffg ,"\u0054")); -};func _bfaaa (_fcfgc *_bg .Image ,_egeb _ab .Color )_f .Image {_gecb ,_beba :=int (_fcfgc .Width ),int (_fcfgc .Height );_gaeb :=_f .NewRGBA (_f .Rect (0,0,_gecb ,_beba ));for _gbffe :=0;_gbffe < _beba ;_gbffe ++{for _addf :=0;_addf < _gecb ;_addf ++{_efbgd ,_agaa :=_fcfgc .ColorAt (_addf ,_gbffe ); -if _agaa !=nil {_b .Log .Debug ("\u0057\u0041\u0052\u004e\u003a\u0020\u0063o\u0075\u006c\u0064\u0020\u006e\u006f\u0074\u0020\u0072\u0065\u0074\u0072\u0069\u0065v\u0065 \u0069\u006d\u0061\u0067\u0065\u0020m\u0061\u0073\u006b\u0020\u0076\u0061\u006cu\u0065\u0020\u0061\u0074\u0020\u0028\u0025\u0064\u002c\u0020\u0025\u0064\u0029\u002e\u0020\u004f\u0075\u0074\u0070\u0075\u0074\u0020\u006da\u0079\u0020\u0062\u0065\u0020\u0069\u006e\u0063\u006f\u0072\u0072\u0065\u0063t\u002e",_addf ,_gbffe ); -continue ;};_adaba ,_bgdea ,_bbeg ,_ :=_efbgd .RGBA ();var _ecfag _ab .Color ;if _adaba +_bgdea +_bbeg ==0{_ecfag =_ab .Transparent ;}else {_ecfag =_egeb ;};_gaeb .Set (_addf ,_gbffe ,_ecfag );};};return _gaeb ;};func (_cggef rulingList )intersections ()map[int ]intSet {var _ddfbf ,_geec []int ; -for _dfcg ,_caab :=range _cggef {switch _caab ._gcafd {case _cege :_ddfbf =append (_ddfbf ,_dfcg );case _bfcbd :_geec =append (_geec ,_dfcg );};};if len (_ddfbf )< _fgbd +1||len (_geec )< _abfd +1{return nil ;};if len (_ddfbf )+len (_geec )> _bbag {_b .Log .Debug ("\u0069\u006e\u0074\u0065\u0072\u0073e\u0063\u0074\u0069\u006f\u006e\u0073\u003a\u0020\u0054\u004f\u004f\u0020\u004d\u0041\u004e\u0059\u0020\u0072\u0075\u006ci\u006e\u0067\u0073\u0020\u0076\u0065\u0063\u0073\u003d\u0025\u0064\u0020\u003d\u0020%\u0064 \u0078\u0020\u0025\u0064",len (_cggef ),len (_ddfbf ),len (_geec )); -return nil ;};_ggced :=make (map[int ]intSet ,len (_ddfbf )+len (_geec ));for _ ,_dccb :=range _ddfbf {for _ ,_fbga :=range _geec {if _cggef [_dccb ].intersects (_cggef [_fbga ]){if _ ,_ffac :=_ggced [_dccb ];!_ffac {_ggced [_dccb ]=make (intSet );};if _ ,_abge :=_ggced [_fbga ]; -!_abge {_ggced [_fbga ]=make (intSet );};_ggced [_dccb ].add (_fbga );_ggced [_fbga ].add (_dccb );};};};return _ggced ;};func (_fab *stateStack )top ()*textState {if _fab .empty (){return nil ;};return (*_fab )[_fab .size ()-1];};func _bgcd (_befg []_gbc .PdfObject )(_dcgc ,_acbaf float64 ,_cbabca error ){if len (_befg )!=2{return 0,0,_d .Errorf ("\u0069\u006e\u0076\u0061l\u0069\u0064\u0020\u006e\u0075\u006d\u0062\u0065\u0072\u0020o\u0066 \u0070\u0061\u0072\u0061\u006d\u0073\u003a \u0025\u0064",len (_befg )); -};_eacf ,_cbabca :=_gbc .GetNumbersAsFloat (_befg );if _cbabca !=nil {return 0,0,_cbabca ;};return _eacf [0],_eacf [1],nil ;};func _cafb (_gffe *wordBag ,_cbgd *textWord ,_cefbe float64 )bool {return _cbgd .Llx < _gffe .Urx +_cefbe &&_gffe .Llx -_cefbe < _cbgd .Urx ; -};func _badd (_gbeb ,_ged _bg .PdfRectangle )bool {return _gbeb .Lly <=_ged .Ury &&_ged .Lly <=_gbeb .Ury };func _gbaa (_dcag []*wordBag )[]*wordBag {if len (_dcag )<=1{return _dcag ;};if _cgdff {_b .Log .Info ("\u006d\u0065\u0072\u0067\u0065\u0057\u006f\u0072\u0064B\u0061\u0067\u0073\u003a"); -};_gd .Slice (_dcag ,func (_gdba ,_cdac int )bool {_bbea ,_cfcc :=_dcag [_gdba ],_dcag [_cdac ];_dgaee :=_bbea .Width ()*_bbea .Height ();_gade :=_cfcc .Width ()*_cfcc .Height ();if _dgaee !=_gade {return _dgaee > _gade ;};if _bbea .Height ()!=_cfcc .Height (){return _bbea .Height ()> _cfcc .Height (); -};return _gdba < _cdac ;});var _ecaf []*wordBag ;_gfce :=make (intSet );for _gaac :=0;_gaac < len (_dcag );_gaac ++{if _gfce .has (_gaac ){continue ;};_edcgd :=_dcag [_gaac ];for _edgb :=_gaac +1;_edgb < len (_dcag );_edgb ++{if _gfce .has (_gaac ){continue ; -};_eade :=_dcag [_edgb ];_bffec :=_edcgd .PdfRectangle ;_bffec .Llx -=_edcgd ._aced ;if _ffff (_bffec ,_eade .PdfRectangle ){_edcgd .absorb (_eade );_gfce .add (_edgb );};};_ecaf =append (_ecaf ,_edcgd );};if len (_dcag )!=len (_ecaf )+len (_gfce ){_b .Log .Error ("\u006d\u0065\u0072ge\u0057\u006f\u0072\u0064\u0042\u0061\u0067\u0073\u003a \u0025d\u2192%\u0064 \u0061\u0062\u0073\u006f\u0072\u0062\u0065\u0064\u003d\u0025\u0064",len (_dcag ),len (_ecaf ),len (_gfce )); -};return _ecaf ;};func _efc (_dbf []rune )BidiText {_eda :=-1;_gfb :=false ;_cba :=true ;_bd :=len (_dbf );_gfd :=make ([]string ,_bd );_fea :=make ([]string ,_bd );if _bd ==0||_gfb {return _ce (string (_dbf ),_cba ,_gfb );};_fa :=0;for _gdf ,_be :=range _dbf {_gfd [_gdf ]=string (_be ); -_df :="\u004c";if _be <=0x00ff{_df =_de [_be ];}else if 0x0590<=_be &&_be <=0x05f4{_df ="\u0052";}else if 0x0600<=_be &&_be <=0x06ff{_ade :=_be &0xff;if int (_ade )>=len (_db ){_b .Log .Debug ("\u0042\u0069\u0064\u0069\u003a\u0020\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0055n\u0069c\u006f\u0064\u0065\u0020\u0063\u0068\u0061\u0072\u0061\u0063\u0074\u0065\u0072\u0020"+string (_be )); -};_df =_db [_be &0xff];}else if (0x0700<=_be &&_be <=0x08ac)||(0xfb50<=_be &&_be <=0xfdff)||(0xfe70<=_be &&_be <=0xfeff){_df ="\u0041\u004c";};if _df =="\u0052"||_df =="\u0041\u004c"||_df =="\u0041\u004e"{_fa ++;};_fea [_gdf ]=_df ;};if _fa ==0{_cba =true ; -return _ce (string (_dbf ),_cba ,false );};if _eda ==-1{if float64 (_fa )/float64 (_bd )< 0.3&&_bd > 4{_cba =true ;_eda =0;}else {_cba =false ;_eda =1;};};var _edf []int ;for range _dbf {_edf =append (_edf ,_eda );};_eaa :="\u004c";if _caed (_eda ){_eaa ="\u0052"; -};_dgd :=_eaa ;_ebc :=_dgd ;_dcb :=_dgd ;for _ff :=range _dbf {if _fea [_ff ]=="\u004e\u0053\u004d"{_fea [_ff ]=_dcb ;}else {_dcb =_fea [_ff ];};};_dcb =_dgd ;var _beg string ;for _fc :=range _dbf {_beg =_fea [_fc ];if _beg =="\u0045\u004e"{if _dcb =="\u0041\u004c"{_fea [_fc ]="\u0041\u004e"; -}else {_fea [_fc ]="\u0045\u004e";};}else if _beg =="\u0052"||_beg =="\u004c"||_beg =="\u0041\u004c"{_dcb =_beg ;};};for _fb :=range _dbf {_edfb :=_fea [_fb ];if _edfb =="\u0041\u004c"{_fea [_fb ]="\u0052";};};for _dbd :=1;_dbd < (len (_dbf )-1);_dbd ++{if _fea [_dbd ]=="\u0045\u0053"&&_fea [_dbd -1]=="\u0045\u004e"&&_fea [_dbd +1]=="\u0045\u004e"{_fea [_dbd ]="\u0045\u004e"; -};if _fea [_dbd ]=="\u0043\u0053"&&(_fea [_dbd -1]=="\u0045\u004e"||_fea [_dbd -1]=="\u0041\u004e")&&_fea [_dbd +1]==_fea [_dbd -1]{_fea [_dbd ]=_fea [_dbd -1];};};for _abf :=range _dbf {if _fea [_abf ]=="\u0045\u004e"{for _dgcc :=_abf -1;_dgcc >=0;_dgcc --{if _fea [_dgcc ]!="\u0045\u0054"{break ; -};_fea [_dgcc ]="\u0045\u004e";};for _gff :=_abf +1;_gff < _bd ;_gff ++{if _fea [_gff ]!="\u0045\u0054"{break ;};_fea [_gff ]="\u0045\u004e";};};};for _gbb :=range _dbf {_cec :=_fea [_gbb ];if _cec =="\u0057\u0053"||_cec =="\u0045\u0053"||_cec =="\u0045\u0054"||_cec =="\u0043\u0053"{_fea [_gbb ]="\u004f\u004e"; -};};_dcb ="\u0073\u006f\u0072";for _gg :=range _dbf {_dfa :=_fea [_gg ];if _dfa =="\u0045\u004e"{if _dcb =="\u004c"{_fea [_gg ]="\u004c";}else {_fea [_gg ]="\u0045\u004e";};}else if _dfa =="\u0052"||_dfa =="\u004c"{_dcb =_dfa ;};};for _aga :=0;_aga < len (_dbf ); -_aga ++{if _fea [_aga ]=="\u004f\u004e"{_bdf :=_bbe (_fea ,_aga +1,"\u004f\u004e");_abd :=_ebc ;if _aga > 0{_abd =_fea [_aga -1];};_eg :=_ebc ;if _bdf +1< _bd {_eg =_fea [_bdf +1];};if _abd !="\u004c"{_abd ="\u0052";};if _eg !="\u004c"{_eg ="\u0052";}; -if _abd ==_eg {_ad (_fea ,_aga ,_bdf ,_abd );};_aga =_bdf -1;};};for _febc :=range _dbf {if _fea [_febc ]=="\u004f\u004e"{_fea [_febc ]=_eaa ;};};for _afb :=range _dbf {_ebd :=_fea [_afb ];if _afa (_edf [_afb ]){if _ebd =="\u0052"{_edf [_afb ]++;}else if _ebd =="\u0041\u004e"||_ebd =="\u0045\u004e"{_edf [_afb ]+=2; -};}else if _ebd =="\u004c"||_ebd =="\u0041\u004e"||_ebd =="\u0045\u004e"{_edf [_afb ]++;};};_ec :=-1;_gbbf :=99;var _eag int ;for _bgfc :=0;_bgfc < len (_edf );_bgfc ++{_eag =_edf [_bgfc ];if _ec < _eag {_ec =_eag ;};if _gbbf > _eag &&_caed (_eag ){_gbbf =_eag ; -};};for _bab :=_ec ;_bab >=_gbbf ;_bab --{_eef :=-1;for _abgc :=0;_abgc < len (_edf );_abgc ++{if _edf [_abgc ]< _bab {if _eef >=0{_dd (_gfd ,_eef ,_abgc );_eef =-1;};}else if _eef < 0{_eef =_abgc ;};};if _eef >=0{_dd (_gfd ,_eef ,len (_edf ));};};for _dbc :=0; -_dbc < len (_gfd );_dbc ++{_fed :=_gfd [_dbc ];if _fed =="\u003c"||_fed =="\u003e"{_gfd [_dbc ]="";};};return _ce (_ge .Join (_gfd ,""),_cba ,false );}; +// TextTable represents a table. +// Cells are ordered top-to-bottom, left-to-right. +// Cells[y] is the (0-offset) y'th row in the table. +// Cells[y][x] is the (0-offset) x'th column in the table. +type TextTable struct{_b .PdfRectangle ;W ,H int ;Cells [][]TableCell ;};var _edbf =map[rulingKind ]string {_aagc :"\u006e\u006f\u006e\u0065",_geggc :"\u0068\u006f\u0072\u0069\u007a\u006f\u006e\u0074\u0061\u006c",_eeeae :"\u0076\u0065\u0072\u0074\u0069\u0063\u0061\u006c"}; +func _dbfa (_ggda []*textLine ,_bafd string )string {var _cabfb _bfb .Builder ;_ccgee :=0.0;for _afcg ,_bdad :=range _ggda {_fdda :=_bdad .text ();_fcbfa :=_bdad ._dce ;if _afcg < len (_ggda )-1{_ccgee =_ggda [_afcg +1]._dce ;}else {_ccgee =0.0;};_cabfb .WriteString (_bafd ); +_cabfb .WriteString (_fdda );if _ccgee !=_fcbfa {_cabfb .WriteString ("\u000a");}else {_cabfb .WriteString ("\u0020");};};return _cabfb .String ();};func (_fegda compositeCell )String ()string {_affebf :="";if len (_fegda .paraList )> 0{_affebf =_ggcea (_fegda .paraList .merge ().text (),50); +};return _bf .Sprintf ("\u0025\u0036\u002e\u0032\u0066\u0020\u0025\u0064\u0020\u0070\u0061\u0072a\u0073\u0020\u0025\u0071",_fegda .PdfRectangle ,len (_fegda .paraList ),_affebf );}; // PageFonts represents extracted fonts on a PDF page. -type PageFonts struct{Fonts []Font ;};func _egbb (_bddg ,_gegc _bg .PdfRectangle )_bg .PdfRectangle {return _bg .PdfRectangle {Llx :_bb .Min (_bddg .Llx ,_gegc .Llx ),Lly :_bb .Min (_bddg .Lly ,_gegc .Lly ),Urx :_bb .Max (_bddg .Urx ,_gegc .Urx ),Ury :_bb .Max (_bddg .Ury ,_gegc .Ury )}; -};const (_edaef =false ;_fcee =false ;_dfga =false ;_acgb =false ;_fbfd =false ;_eadc =false ;_gdgf =false ;_agba =false ;_cgdff =false ;_gfeec =_cgdff &&true ;_eddg =_gfeec &&false ;_bfab =_cgdff &&true ;_eeeg =false ;_dcfc =_eeeg &&false ;_gbcg =_eeeg &&true ; -_gfab =false ;_fafd =_gfab &&false ;_bffed =_gfab &&false ;_degg =_gfab &&true ;_bfgg =_gfab &&false ;_bbae =_gfab &&false ;);var _cdcg =[]string {"\u2756","\u27a2","\u2713","\u2022","\uf0a7","\u25a1","\u2212","\u25a0","\u25aa","\u006f"};func (_fcad *shapesState )cubicTo (_beb ,_geae ,_ebdd ,_dcd ,_egab ,_agab float64 ){if _fbfd {_b .Log .Info ("\u0063\u0075\u0062\u0069\u0063\u0054\u006f\u003a"); -};_fcad .addPoint (_egab ,_agab );};func (_gfceac rulingList )asTiling ()gridTiling {if _degg {_b .Log .Info ("r\u0075\u006ci\u006e\u0067\u004c\u0069\u0073\u0074\u002e\u0061\u0073\u0054\u0069\u006c\u0069\u006e\u0067\u003a\u0020\u0076\u0065\u0063s\u003d\u0025\u0064\u0020\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d=\u003d\u003d\u003d\u003d\u003d\u002b\u002b\u002b\u0020\u003d\u003d\u003d\u003d=\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d=\u003d",len (_gfceac )); -};for _dfbc ,_eeee :=range _gfceac [1:]{_bdea :=_gfceac [_dfbc ];if _bdea .alignsPrimary (_eeee )&&_bdea .alignsSec (_eeee ){_b .Log .Error ("a\u0073\u0054\u0069\u006c\u0069\u006e\u0067\u003a\u0020\u0044\u0075\u0070\u006c\u0069\u0063\u0061\u0074\u0065 \u0072\u0075\u006c\u0069\u006e\u0067\u0073\u002e\u000a\u0009v=\u0025\u0073\u000a\t\u0077=\u0025\u0073",_eeee ,_bdea ); -};};_gfceac .sortStrict ();_gfceac .log ("\u0073n\u0061\u0070\u0070\u0065\u0064");_ecdef ,_ddea :=_gfceac .vertsHorzs ();_bgcfb :=_ecdef .primaries ();_dgce :=_ddea .primaries ();_fbge :=len (_bgcfb )-1;_acbf :=len (_dgce )-1;if _fbge ==0||_acbf ==0{return gridTiling {}; -};_gccg :=_bg .PdfRectangle {Llx :_bgcfb [0],Urx :_bgcfb [_fbge ],Lly :_dgce [0],Ury :_dgce [_acbf ]};if _degg {_b .Log .Info ("\u0072\u0075l\u0069\u006e\u0067\u004c\u0069\u0073\u0074\u002e\u0061\u0073\u0054\u0069\u006c\u0069\u006e\u0067\u003a\u0020\u0076\u0065\u0072\u0074s=\u0025\u0064",len (_ecdef )); -for _fgfd ,_gggb :=range _ecdef {_d .Printf ("\u0025\u0034\u0064\u003a\u0020\u0025\u0073\u000a",_fgfd ,_gggb );};_b .Log .Info ("\u0072\u0075l\u0069\u006e\u0067\u004c\u0069\u0073\u0074\u002e\u0061\u0073\u0054\u0069\u006c\u0069\u006e\u0067\u003a\u0020\u0068\u006f\u0072\u007as=\u0025\u0064",len (_ddea )); -for _cbfd ,_acgff :=range _ddea {_d .Printf ("\u0025\u0034\u0064\u003a\u0020\u0025\u0073\u000a",_cbfd ,_acgff );};_b .Log .Info ("\u0072\u0075\u006c\u0069\u006eg\u004c\u0069\u0073\u0074\u002e\u0061\u0073\u0054\u0069\u006c\u0069\u006e\u0067:\u0020\u0020\u0077\u0078\u0068\u003d\u0025\u0064\u0078\u0025\u0064\u000a\u0009\u006c\u006c\u0078\u003d\u0025\u002e\u0032\u0066\u000a\u0009\u006c\u006c\u0079\u003d\u0025\u002e\u0032f",_fbge ,_acbf ,_bgcfb ,_dgce ); -};_gcbe :=make ([]gridTile ,_fbge *_acbf );for _cagg :=_acbf -1;_cagg >=0;_cagg --{_gddf :=_dgce [_cagg ];_bbeag :=_dgce [_cagg +1];for _dffe :=0;_dffe < _fbge ;_dffe ++{_fage :=_bgcfb [_dffe ];_caag :=_bgcfb [_dffe +1];_afgaf :=_ecdef .findPrimSec (_fage ,_gddf ); -_faca :=_ecdef .findPrimSec (_caag ,_gddf );_deeb :=_ddea .findPrimSec (_gddf ,_fage );_afgd :=_ddea .findPrimSec (_bbeag ,_fage );_cfed :=_bg .PdfRectangle {Llx :_fage ,Urx :_caag ,Lly :_gddf ,Ury :_bbeag };_dege :=_fefe (_cfed ,_afgaf ,_faca ,_deeb ,_afgd ); -_gcbe [_cagg *_fbge +_dffe ]=_dege ;if _degg {_d .Printf ("\u0020\u0020\u0078\u003d\u0025\u0032\u0064\u0020\u0079\u003d\u0025\u0032\u0064\u003a\u0020%\u0073 \u0025\u0036\u002e\u0032\u0066\u0020\u0078\u0020\u0025\u0036\u002e\u0032\u0066\u000a",_dffe ,_cagg ,_dege .String (),_dege .Width (),_dege .Height ()); -};};};if _degg {_b .Log .Info ("r\u0075\u006c\u0069\u006e\u0067\u004c\u0069\u0073\u0074.\u0061\u0073\u0054\u0069\u006c\u0069\u006eg:\u0020\u0063\u006f\u0061l\u0065\u0073\u0063\u0065\u0020\u0068\u006f\u0072\u0069zo\u006e\u0074a\u006c\u002e\u0020\u0025\u0036\u002e\u0032\u0066",_gccg ); -};_edceff :=make ([]map[float64 ]gridTile ,_acbf );for _dbfg :=_acbf -1;_dbfg >=0;_dbfg --{if _degg {_d .Printf ("\u0020\u0020\u0079\u003d\u0025\u0032\u0064\u000a",_dbfg );};_edceff [_dbfg ]=make (map[float64 ]gridTile ,_fbge );for _gddd :=0;_gddd < _fbge ; -_gddd ++{_dbgbd :=_gcbe [_dbfg *_fbge +_gddd ];if _degg {_d .Printf ("\u0020\u0020\u0025\u0034\u0064\u003a\u0020\u0025\u0073\u000a",_gddd ,_dbgbd );};if !_dbgbd ._acef {continue ;};_bfdc :=_gddd ;for _geffg :=_gddd +1;!_dbgbd ._bgdga &&_geffg < _fbge ; -_geffg ++{_aegafa :=_gcbe [_dbfg *_fbge +_geffg ];_dbgbd .Urx =_aegafa .Urx ;_dbgbd ._acffg =_dbgbd ._acffg ||_aegafa ._acffg ;_dbgbd ._dbbba =_dbgbd ._dbbba ||_aegafa ._dbbba ;_dbgbd ._bgdga =_aegafa ._bgdga ;if _degg {_d .Printf ("\u0020 \u0020%\u0034\u0064\u003a\u0020\u0025s\u0020\u2192 \u0025\u0073\u000a",_geffg ,_aegafa ,_dbgbd ); -};_bfdc =_geffg ;};if _degg {_d .Printf (" \u0020 \u0025\u0032\u0064\u0020\u002d\u0020\u0025\u0032d\u0020\u2192\u0020\u0025s\n",_gddd ,_bfdc ,_dbgbd );};_gddd =_bfdc ;_edceff [_dbfg ][_dbgbd .Llx ]=_dbgbd ;};};_cfeb :=make (map[float64 ]map[float64 ]gridTile ,_acbf ); -_gddda :=make (map[float64 ]map[float64 ]struct{},_acbf );for _gede :=_acbf -1;_gede >=0;_gede --{_edggb :=_gcbe [_gede *_fbge ].Lly ;_cfeb [_edggb ]=make (map[float64 ]gridTile ,_fbge );_gddda [_edggb ]=make (map[float64 ]struct{},_fbge );};if _degg {_b .Log .Info ("\u0072u\u006c\u0069n\u0067\u004c\u0069s\u0074\u002e\u0061\u0073\u0054\u0069\u006ci\u006e\u0067\u003a\u0020\u0063\u006fa\u006c\u0065\u0073\u0063\u0065\u0020\u0076\u0065\u0072\u0074\u0069c\u0061\u006c\u002e\u0020\u0025\u0036\u002e\u0032\u0066",_gccg ); -};for _gbad :=_acbf -1;_gbad >=0;_gbad --{_gbae :=_gcbe [_gbad *_fbge ].Lly ;_daafc :=_edceff [_gbad ];if _degg {_d .Printf ("\u0020\u0020\u0079\u003d\u0025\u0032\u0064\u000a",_gbad );};for _ ,_ecfc :=range _ebbf (_daafc ){if _ ,_fgda :=_gddda [_gbae ][_ecfc ]; -_fgda {continue ;};_dfcf :=_daafc [_ecfc ];if _degg {_d .Printf (" \u0020\u0020\u0020\u0020\u0076\u0030\u003d\u0025\u0073\u000a",_dfcf .String ());};for _effb :=_gbad -1;_effb >=0;_effb --{if _dfcf ._dbbba {break ;};_dfee :=_edceff [_effb ];_cega ,_ccbag :=_dfee [_ecfc ]; -if !_ccbag {break ;};if _cega .Urx !=_dfcf .Urx {break ;};_dfcf ._dbbba =_cega ._dbbba ;_dfcf .Lly =_cega .Lly ;if _degg {_d .Printf ("\u0020\u0020\u0020\u0020 \u0020\u0020\u0076\u003d\u0025\u0073\u0020\u0076\u0030\u003d\u0025\u0073\u000a",_cega .String (),_dfcf .String ()); -};_gddda [_cega .Lly ][_cega .Llx ]=struct{}{};};if _gbad ==0{_dfcf ._dbbba =true ;};if _dfcf .complete (){_cfeb [_gbae ][_ecfc ]=_dfcf ;};};};_dcfgd :=gridTiling {PdfRectangle :_gccg ,_cdfg :_dbadc (_cfeb ),_fgcd :_bcgc (_cfeb ),_egff :_cfeb };_dcfgd .log ("\u0043r\u0065\u0061\u0074\u0065\u0064"); -return _dcfgd ;};func (_dfeac *textPara )text ()string {_fgcca :=new (_aa .Buffer );_dfeac .writeText (_fgcca );return _fgcca .String ();};func (_dfdf *textObject )getFont (_bffea string )(*_bg .PdfFont ,error ){if _dfdf ._eadb ._deg !=nil {_abeb ,_ggdg :=_dfdf .getFontDict (_bffea ); -if _ggdg !=nil {_b .Log .Debug ("\u0045\u0052\u0052OR\u003a\u0020\u0067\u0065\u0074\u0046\u006f\u006e\u0074:\u0020n\u0061m\u0065=\u0025\u0073\u002c\u0020\u0065\u0072\u0072\u006f\u0072\u003a\u0020\u0025\u0073",_bffea ,_ggdg .Error ());return nil ,_ggdg ; -};_dfdf ._eadb ._cd ++;_bdcab ,_cgcce :=_dfdf ._eadb ._deg [_abeb .String ()];if _cgcce {_bdcab ._afgb =_dfdf ._eadb ._cd ;return _bdcab ._cbaf ,nil ;};};_gfbg ,_ddgd :=_dfdf .getFontDict (_bffea );if _ddgd !=nil {return nil ,_ddgd ;};_cab ,_ddgd :=_dfdf .getFontDirect (_bffea ); -if _ddgd !=nil {return nil ,_ddgd ;};if _dfdf ._eadb ._deg !=nil {_bedd :=fontEntry {_cab ,_dfdf ._eadb ._cd };if len (_dfdf ._eadb ._deg )>=_fbfa {var _addb []string ;for _ffcb :=range _dfdf ._eadb ._deg {_addb =append (_addb ,_ffcb );};_gd .Slice (_addb ,func (_adeb ,_eeaa int )bool {return _dfdf ._eadb ._deg [_addb [_adeb ]]._afgb < _dfdf ._eadb ._deg [_addb [_eeaa ]]._afgb ; -});delete (_dfdf ._eadb ._deg ,_addb [0]);};_dfdf ._eadb ._deg [_gfbg .String ()]=_bedd ;};return _cab ,nil ;};func (_ggae rulingList )snapToGroups ()rulingList {_fgbce ,_eaadf :=_ggae .vertsHorzs ();if len (_fgbce )> 0{_fgbce =_fgbce .snapToGroupsDirection (); -};if len (_eaadf )> 0{_eaadf =_eaadf .snapToGroupsDirection ();};_cbd :=append (_fgbce ,_eaadf ...);_cbd .log ("\u0073\u006e\u0061p\u0054\u006f\u0047\u0072\u006f\u0075\u0070\u0073");return _cbd ;};type textState struct{_fgdd float64 ;_eaed float64 ;_ffdc float64 ; -_fba float64 ;_ebab float64 ;_dge RenderMode ;_dbca float64 ;_aede *_bg .PdfFont ;_bbd _bg .PdfRectangle ;_gfff int ;_ffbf int ;};func (_dbfc *TextMarkArray )exists (_bgag TextMark )bool {for _ ,_gfffd :=range _dbfc .Elements (){if _af .DeepEqual (_bgag .DirectObject ,_gfffd .DirectObject )&&_af .DeepEqual (_bgag .BBox ,_gfffd .BBox )&&_gfffd .Text ==_bgag .Text {return true ; -};};return false ;}; - -// Elements returns the TextMarks in `ma`. -func (_begb *TextMarkArray )Elements ()[]TextMark {return _begb ._egbe };type bounded interface{bbox ()_bg .PdfRectangle };func (_eced *wordBag )pullWord (_bafa *textWord ,_fdfg int ,_fddd map[int ]map[*textWord ]struct{}){_eced .PdfRectangle =_egbb (_eced .PdfRectangle ,_bafa .PdfRectangle ); -if _bafa ._dafae > _eced ._aced {_eced ._aced =_bafa ._dafae ;};_eced ._cccf [_fdfg ]=append (_eced ._cccf [_fdfg ],_bafa );_fddd [_fdfg ][_bafa ]=struct{}{};};func _dbfbe (_dade ,_bbggb ,_dcgea ,_ecbc *textPara )*textTable {_bbaca :=&textTable {_ddcega :2,_egbbf :2,_bcec :make (map[uint64 ]*textPara ,4)}; -_bbaca .put (0,0,_dade );_bbaca .put (1,0,_bbggb );_bbaca .put (0,1,_dcgea );_bbaca .put (1,1,_ecbc );return _bbaca ;};func (_ebf *imageExtractContext )extractInlineImage (_daf *_aed .ContentStreamInlineImage ,_dgag _aed .GraphicsState ,_ccb *_bg .PdfPageResources )error {_cefb ,_gac :=_daf .ToImage (_ccb ); -if _gac !=nil {return _gac ;};_fff ,_gac :=_daf .GetColorSpace (_ccb );if _gac !=nil {return _gac ;};if _fff ==nil {_fff =_bg .NewPdfColorspaceDeviceGray ();};_bff ,_gac :=_fff .ImageToRGB (*_cefb );if _gac !=nil {return _gac ;};_gba :=ImageMark {Image :&_bff ,Width :_dgag .CTM .ScalingFactorX (),Height :_dgag .CTM .ScalingFactorY (),Angle :_dgag .CTM .Angle ()}; -_gba .X ,_gba .Y =_dgag .CTM .Translation ();_ebf ._aaa =append (_ebf ._aaa ,_gba );_ebf ._egbg ++;return nil ;};type textPara struct{_bg .PdfRectangle ;_dgcfe _bg .PdfRectangle ;_gdc []*textLine ;_cece *textTable ;_bfaab bool ;_ecee bool ;_agge *textPara ; -_gbfc *textPara ;_ggfda *textPara ;_adef *textPara ;_bgea []list ;};var _dgeda =map[markKind ]string {_gffff :"\u0073\u0074\u0072\u006f\u006b\u0065",_aead :"\u0066\u0069\u006c\u006c",_cccg :"\u0061u\u0067\u006d\u0065\u006e\u0074"};func _eged (_eebab map[int ]intSet )[]int {_gfgfg :=make ([]int ,0,len (_eebab )); -for _fgfa :=range _eebab {_gfgfg =append (_gfgfg ,_fgfa );};_gd .Ints (_gfgfg );return _gfgfg ;};type shapesState struct{_bdab _ef .Matrix ;_gbag _ef .Matrix ;_dgdd []*subpath ;_aaba bool ;_gbgg _ef .Point ;_eadd *textObject ;};const (_degfc =true ;_fbec =true ; -_afgc =true ;_daee =false ;_cebf =false ;_dgddb =6;_cecf =3.0;_fdgb =200;_dgaa =true ;_bbgf =true ;_dccd =true ;_bfac =true ;_gbbfa =false ;);func (_fcac *subpath )clear (){*_fcac =subpath {}};func (_fbce *wordBag )arrangeText ()*textPara {_fbce .sort (); -if _fbec {_fbce .removeDuplicates ();};var _cgbf []*textLine ;for _ ,_bfdb :=range _fbce .depthIndexes (){for !_fbce .empty (_bfdb ){_fcafd :=_fbce .firstReadingIndex (_bfdb );_ecgd :=_fbce .firstWord (_fcafd );_bbgd :=_adccd (_fbce ,_fcafd );_fbgf :=_ecgd ._dafae ; -if _fbgf < _gccbd {_fbgf =_gccbd ;};_cgdef :=_ecgd ._ccee -_gfgc *_fbgf ;_abc :=_ecgd ._ccee +_gfgc *_fbgf ;_ebda :=_bfcc *_fbgf ;_ggfac :=_bggg *_fbgf ;_eded :for {var _ebcb *textWord ;_fgdg :=0;for _ ,_dafaa :=range _fbce .depthBand (_cgdef ,_abc ){_aeef :=_fbce .highestWord (_dafaa ,_cgdef ,_abc ); -if _aeef ==nil {continue ;};_fgdc :=_gefae (_aeef ,_bbgd ._edee [len (_bbgd ._edee )-1]);if _fgdc < -_ggfac {break _eded ;};if _fgdc > _ebda {continue ;};if _ebcb !=nil &&_ccfa (_aeef ,_ebcb )>=0{continue ;};_ebcb =_aeef ;_fgdg =_dafaa ;};if _ebcb ==nil {break ; -};_bbgd .pullWord (_fbce ,_ebcb ,_fgdg );};_bbgd .markWordBoundaries ();_cgbf =append (_cgbf ,_bbgd );};};if len (_cgbf )==0{return nil ;};_gd .Slice (_cgbf ,func (_bdgfb ,_aafgd int )bool {return _cfda (_cgbf [_bdgfb ],_cgbf [_aafgd ])< 0});_fbbe :=_ebeeg (_fbce .PdfRectangle ,_cgbf ); -if _cgdff {_b .Log .Info ("\u0061\u0072\u0072an\u0067\u0065\u0054\u0065\u0078\u0074\u0020\u0021\u0021\u0021\u0020\u0070\u0061\u0072\u0061\u003d\u0025\u0073",_fbbe .String ());if _gfeec {for _cgeab ,_gbba :=range _fbbe ._gdc {_d .Printf ("\u0025\u0034\u0064\u003a\u0020\u0025\u0073\u000a",_cgeab ,_gbba .String ()); -if _eddg {for _eeeb ,_fdee :=range _gbba ._edee {_d .Printf ("\u0025\u0038\u0064\u003a\u0020\u0025\u0073\u000a",_eeeb ,_fdee .String ());for _efcbff ,_gfgbd :=range _fdee ._ecdf {_d .Printf ("\u00251\u0032\u0064\u003a\u0020\u0025\u0073\n",_efcbff ,_gfgbd .String ()); -};};};};};};return _fbbe ;};func (_eaagg *wordBag )text ()string {_abebf :=_eaagg .allWords ();_ffad :=make ([]string ,len (_abebf ));for _aega ,_dgcg :=range _abebf {_ffad [_aega ]=_dgcg ._edac ;};return _ge .Join (_ffad ,"\u0020");};func (_bdae paraList )yNeighbours (_cbbd float64 )map[*textPara ][]int {_dagdc :=make ([]event ,2*len (_bdae )); -if _cbbd ==0{for _ccedd ,_gefd :=range _bdae {_dagdc [2*_ccedd ]=event {_gefd .Lly ,true ,_ccedd };_dagdc [2*_ccedd +1]=event {_gefd .Ury ,false ,_ccedd };};}else {for _eedg ,_agceb :=range _bdae {_dagdc [2*_eedg ]=event {_agceb .Lly -_cbbd *_agceb .fontsize (),true ,_eedg }; -_dagdc [2*_eedg +1]=event {_agceb .Ury +_cbbd *_agceb .fontsize (),false ,_eedg };};};return _bdae .eventNeighbours (_dagdc );};func _bdef (_fadgd ,_fdgd _ef .Point )bool {_bafge :=_bb .Abs (_fadgd .X -_fdgd .X );_cdbgd :=_bb .Abs (_fadgd .Y -_fdgd .Y ); -return _fcge (_cdbgd ,_bafge );};func (_dffcf paraList )addNeighbours (){_bbfa :=func (_fgbee []int ,_bbad *textPara )([]*textPara ,[]*textPara ){_bgafd :=make ([]*textPara ,0,len (_fgbee )-1);_ccfbd :=make ([]*textPara ,0,len (_fgbee )-1);for _ ,_addg :=range _fgbee {_ffeb :=_dffcf [_addg ]; -if _ffeb .Urx <=_bbad .Llx {_bgafd =append (_bgafd ,_ffeb );}else if _ffeb .Llx >=_bbad .Urx {_ccfbd =append (_ccfbd ,_ffeb );};};return _bgafd ,_ccfbd ;};_bfcce :=func (_abbb []int ,_bdcace *textPara )([]*textPara ,[]*textPara ){_eec :=make ([]*textPara ,0,len (_abbb )-1); -_aggb :=make ([]*textPara ,0,len (_abbb )-1);for _ ,_aabgd :=range _abbb {_dadbe :=_dffcf [_aabgd ];if _dadbe .Ury <=_bdcace .Lly {_aggb =append (_aggb ,_dadbe );}else if _dadbe .Lly >=_bdcace .Ury {_eec =append (_eec ,_dadbe );};};return _eec ,_aggb ; -};_gcee :=_dffcf .yNeighbours (_fgfcb );for _ ,_eceb :=range _dffcf {_gdde :=_gcee [_eceb ];if len (_gdde )==0{continue ;};_edff ,_acebd :=_bbfa (_gdde ,_eceb );if len (_edff )==0&&len (_acebd )==0{continue ;};if len (_edff )> 0{_gggf :=_edff [0];for _ ,_fdfbd :=range _edff [1:]{if _fdfbd .Urx >=_gggf .Urx {_gggf =_fdfbd ; -};};for _ ,_ffdg :=range _edff {if _ffdg !=_gggf &&_ffdg .Urx > _gggf .Llx {_gggf =nil ;break ;};};if _gggf !=nil &&_badd (_eceb .PdfRectangle ,_gggf .PdfRectangle ){_eceb ._agge =_gggf ;};};if len (_acebd )> 0{_dacg :=_acebd [0];for _ ,_gced :=range _acebd [1:]{if _gced .Llx <=_dacg .Llx {_dacg =_gced ; -};};for _ ,_gdgecd :=range _acebd {if _gdgecd !=_dacg &&_gdgecd .Llx < _dacg .Urx {_dacg =nil ;break ;};};if _dacg !=nil &&_badd (_eceb .PdfRectangle ,_dacg .PdfRectangle ){_eceb ._gbfc =_dacg ;};};};_gcee =_dffcf .xNeighbours (_eead );for _ ,_eeedg :=range _dffcf {_ebecd :=_gcee [_eeedg ]; -if len (_ebecd )==0{continue ;};_ecfa ,_deaaf :=_bfcce (_ebecd ,_eeedg );if len (_ecfa )==0&&len (_deaaf )==0{continue ;};if len (_deaaf )> 0{_bagab :=_deaaf [0];for _ ,_faacf :=range _deaaf [1:]{if _faacf .Ury >=_bagab .Ury {_bagab =_faacf ;};};for _ ,_dafafb :=range _deaaf {if _dafafb !=_bagab &&_dafafb .Ury > _bagab .Lly {_bagab =nil ; -break ;};};if _bagab !=nil &&_degfb (_eeedg .PdfRectangle ,_bagab .PdfRectangle ){_eeedg ._adef =_bagab ;};};if len (_ecfa )> 0{_faeba :=_ecfa [0];for _ ,_gcabe :=range _ecfa [1:]{if _gcabe .Lly <=_faeba .Lly {_faeba =_gcabe ;};};for _ ,_gbdf :=range _ecfa {if _gbdf !=_faeba &&_gbdf .Lly < _faeba .Ury {_faeba =nil ; -break ;};};if _faeba !=nil &&_degfb (_eeedg .PdfRectangle ,_faeba .PdfRectangle ){_eeedg ._ggfda =_faeba ;};};};for _ ,_acbcb :=range _dffcf {if _acbcb ._agge !=nil &&_acbcb ._agge ._gbfc !=_acbcb {_acbcb ._agge =nil ;};if _acbcb ._ggfda !=nil &&_acbcb ._ggfda ._adef !=_acbcb {_acbcb ._ggfda =nil ; -};if _acbcb ._gbfc !=nil &&_acbcb ._gbfc ._agge !=_acbcb {_acbcb ._gbfc =nil ;};if _acbcb ._adef !=nil &&_acbcb ._adef ._ggfda !=_acbcb {_acbcb ._adef =nil ;};};};func (_geaec *textMark )bbox ()_bg .PdfRectangle {return _geaec .PdfRectangle };func (_dcfdb *textObject )getStrokeColor ()_ab .Color {return _fbbag (_dcfdb ._dba .ColorspaceStroking ,_dcfdb ._dba .ColorStroking ); -};func _afa (_cg int )bool {return (_cg &1)==0};func (_dec *imageExtractContext )extractXObjectImage (_dcf *_gbc .PdfObjectName ,_efg _aed .GraphicsState ,_bcd *_bg .PdfPageResources )error {_deb ,_ :=_bcd .GetXObjectByName (*_dcf );if _deb ==nil {return nil ; -};_gdgc ,_cfd :=_dec ._bag [_deb ];if !_cfd {_cad ,_gca :=_bcd .GetXObjectImageByName (*_dcf );if _gca !=nil {return _gca ;};if _cad ==nil {return nil ;};_fcf ,_gca :=_cad .ToImage ();if _gca !=nil {return _gca ;};var _bcb _f .Image ;if _cad .Mask !=nil {if _bcb ,_gca =_ccacb (_cad .Mask ,_ab .Opaque ); -_gca !=nil {_b .Log .Debug ("\u0057\u0041\u0052\u004e\u003a \u0063\u006f\u0075\u006c\u0064 \u006eo\u0074\u0020\u0067\u0065\u0074\u0020\u0065\u0078\u0070\u006c\u0069\u0063\u0069\u0074\u0020\u0069\u006d\u0061\u0067e\u0020\u006d\u0061\u0073\u006b\u002e\u0020\u004f\u0075\u0074\u0070\u0075\u0074\u0020\u006d\u0061\u0079\u0020\u0062\u0065\u0020\u0069\u006e\u0063o\u0072\u0072\u0065\u0063\u0074\u002e"); -};}else if _cad .SMask !=nil {_bcb ,_gca =_gfccg (_cad .SMask ,_ab .Opaque );if _gca !=nil {_b .Log .Debug ("W\u0041\u0052\u004e\u003a\u0020\u0063\u006f\u0075\u006c\u0064\u0020\u006e\u006f\u0074\u0020\u0067\u0065\u0074\u0020\u0073\u006f\u0066\u0074\u0020\u0069\u006da\u0067e\u0020\u006d\u0061\u0073k\u002e\u0020O\u0075\u0074\u0070\u0075\u0074\u0020\u006d\u0061\u0079\u0020\u0062\u0065\u0020\u0069\u006e\u0063\u006f\u0072\u0072\u0065\u0063\u0074\u002e"); -};};if _bcb !=nil {_fgd ,_abde :=_fcf .ToGoImage ();if _abde !=nil {return _abde ;};_fgd =_cdbae (_fgd ,_bcb );switch _cad .ColorSpace .String (){case "\u0044\u0065\u0076\u0069\u0063\u0065\u0047\u0072\u0061\u0079","\u0049n\u0064\u0065\u0078\u0065\u0064":_fcf ,_abde =_bg .ImageHandling .NewGrayImageFromGoImage (_fgd ); -if _abde !=nil {return _abde ;};default:_fcf ,_abde =_bg .ImageHandling .NewImageFromGoImage (_fgd );if _abde !=nil {return _abde ;};};};_gdgc =&cachedImage {_ffg :_fcf ,_fefd :_cad .ColorSpace };_dec ._bag [_deb ]=_gdgc ;};_gcd :=_gdgc ._ffg ;_gad :=_gdgc ._fefd ; -_dafa ,_dgde :=_gad .ImageToRGB (*_gcd );if _dgde !=nil {return _dgde ;};_b .Log .Debug ("@\u0044\u006f\u0020\u0043\u0054\u004d\u003a\u0020\u0025\u0073",_efg .CTM .String ());_fee :=ImageMark {Image :&_dafa ,Width :_efg .CTM .ScalingFactorX (),Height :_efg .CTM .ScalingFactorY (),Angle :_efg .CTM .Angle ()}; -_fee .X ,_fee .Y =_efg .CTM .Translation ();_dec ._aaa =append (_dec ._aaa ,_fee );_dec ._cdg ++;return nil ;};func _cbeeg (_cfba []*textLine ,_gggd ,_eggcf float64 )[]*textLine {var _fadg []*textLine ;for _ ,_ffgae :=range _cfba {if _gggd ==-1{if _ffgae ._ggfc > _eggcf {_fadg =append (_fadg ,_ffgae ); -};}else {if _ffgae ._ggfc > _eggcf &&_ffgae ._ggfc < _gggd {_fadg =append (_fadg ,_ffgae );};};};return _fadg ;};func _abgf (_cdee []structElement ,_afgg map[int ][]*textLine ,_eeef _gbc .PdfObject )[]*list {_faac :=[]*list {};for _ ,_ggdc :=range _cdee {_dfeg :=_ggdc ._fbcba ; -_ddbc :=int (_ggdc ._agec );_bgbdd :=_ggdc ._adfb ;_cfff :=[]*textLine {};_dbbff :=[]*list {};_dadf :=_ggdc ._dbdae ;_fgbc ,_fffd :=(_dadf .(*_gbc .PdfObjectReference ));if !_fffd {_b .Log .Debug ("\u0066\u0061\u0069l\u0065\u0064\u0020\u006f\u0074\u0020\u0063\u0061\u0073\u0074\u0020\u0074\u006f\u0020\u002a\u0063\u006f\u0072\u0065\u002e\u0050\u0064\u0066\u004f\u0062\u006a\u0065\u0063\u0074R\u0065\u0066\u0065\u0072\u0065\u006e\u0063\u0065"); -};if _ddbc !=-1&&_fgbc !=nil {if _acde ,_eedag :=_afgg [_ddbc ];_eedag {if _cefdf ,_gbfg :=_eeef .(*_gbc .PdfIndirectObject );_gbfg {_edecf :=_cefdf .PdfObjectReference ;if _af .DeepEqual (*_fgbc ,_edecf ){_cfff =_acde ;};};};};if _dfeg !=nil {_dbbff =_abgf (_dfeg ,_afgg ,_eeef ); -};_aegd :=_egfa (_cfff ,_bgbdd ,_dbbff );_faac =append (_faac ,_aegd );};return _faac ;};func (_gefa *PageText )computeViews (){_dfbe :=_gefa .getParagraphs ();_ggg :=new (_aa .Buffer );_dfbe .writeText (_ggg );_gefa ._bda =_ggg .String ();_gefa ._dcge =_dfbe .toTextMarks (); -_gefa ._eedcg =_dfbe .tables ();if _eeeg {_b .Log .Info ("\u0063\u006f\u006dpu\u0074\u0065\u0056\u0069\u0065\u0077\u0073\u003a\u0020\u0074\u0061\u0062\u006c\u0065\u0073\u003d\u0025\u0064",len (_gefa ._eedcg ));};};func _cdbae (_addag ,_cdea _f .Image )_f .Image {_cfeef ,_egdbc :=_cdea .Bounds ().Size (),_addag .Bounds ().Size (); -_ebabe ,_abegd :=_cfeef .X ,_cfeef .Y ;if _egdbc .X > _ebabe {_ebabe =_egdbc .X ;};if _egdbc .Y > _abegd {_abegd =_egdbc .Y ;};_fbfac :=_f .Rect (0,0,_ebabe ,_abegd );if _cfeef .X !=_ebabe ||_cfeef .Y !=_abegd {_cbceg :=_f .NewRGBA (_fbfac );_ca .BiLinear .Scale (_cbceg ,_fbfac ,_addag ,_cdea .Bounds (),_ca .Over ,nil ); -_cdea =_cbceg ;};if _egdbc .X !=_ebabe ||_egdbc .Y !=_abegd {_afdca :=_f .NewRGBA (_fbfac );_ca .BiLinear .Scale (_afdca ,_fbfac ,_addag ,_addag .Bounds (),_ca .Over ,nil );_addag =_afdca ;};_acfgg :=_f .NewRGBA (_fbfac );_ca .DrawMask (_acfgg ,_fbfac ,_addag ,_f .Point {},_cdea ,_f .Point {},_ca .Over ); -return _acfgg ;};func (_dfcc rulingList )toGrids ()[]rulingList {if _gfab {_b .Log .Info ("t\u006f\u0047\u0072\u0069\u0064\u0073\u003a\u0020\u0025\u0073",_dfcc );};_ddec :=_dfcc .intersections ();if _gfab {_b .Log .Info ("\u0074\u006f\u0047r\u0069\u0064\u0073\u003a \u0076\u0065\u0063\u0073\u003d\u0025\u0064 \u0069\u006e\u0074\u0065\u0072\u0073\u0065\u0063\u0074\u0073\u003d\u0025\u0064\u0020",len (_dfcc ),len (_ddec )); -for _ ,_acdbc :=range _eged (_ddec ){_d .Printf ("\u00254\u0064\u003a\u0020\u0025\u002b\u0076\n",_acdbc ,_ddec [_acdbc ]);};};_ggcfaa :=make (map[int ]intSet ,len (_dfcc ));for _cgfff :=range _dfcc {_fbaf :=_dfcc .connections (_ddec ,_cgfff );if len (_fbaf )> 0{_ggcfaa [_cgfff ]=_fbaf ; -};};if _gfab {_b .Log .Info ("t\u006fG\u0072\u0069\u0064\u0073\u003a\u0020\u0063\u006fn\u006e\u0065\u0063\u0074s=\u0025\u0064",len (_ggcfaa ));for _ ,_cdag :=range _eged (_ggcfaa ){_d .Printf ("\u00254\u0064\u003a\u0020\u0025\u002b\u0076\n",_cdag ,_ggcfaa [_cdag ]); -};};_ffcfa :=_dbbdd (len (_dfcc ),func (_fdae ,_febcg int )bool {_dgccg ,_ebfdg :=len (_ggcfaa [_fdae ]),len (_ggcfaa [_febcg ]);if _dgccg !=_ebfdg {return _dgccg > _ebfdg ;};return _dfcc .comp (_fdae ,_febcg );});if _gfab {_b .Log .Info ("t\u006fG\u0072\u0069\u0064\u0073\u003a\u0020\u006f\u0072d\u0065\u0072\u0069\u006eg=\u0025\u0076",_ffcfa ); -};_gagg :=[][]int {{_ffcfa [0]}};_ffgad :for _ ,_ffcff :=range _ffcfa [1:]{for _caae ,_edaac :=range _gagg {for _ ,_fdbc :=range _edaac {if _ggcfaa [_fdbc ].has (_ffcff ){_gagg [_caae ]=append (_edaac ,_ffcff );continue _ffgad ;};};};_gagg =append (_gagg ,[]int {_ffcff }); -};if _gfab {_b .Log .Info ("\u0074o\u0047r\u0069\u0064\u0073\u003a\u0020i\u0067\u0072i\u0064\u0073\u003d\u0025\u0076",_gagg );};_gd .SliceStable (_gagg ,func (_gffd ,_bgggc int )bool {return len (_gagg [_gffd ])> len (_gagg [_bgggc ])});for _ ,_geaed :=range _gagg {_gd .Slice (_geaed ,func (_feafa ,_debce int )bool {return _dfcc .comp (_geaed [_feafa ],_geaed [_debce ])}); -};_acadb :=make ([]rulingList ,len (_gagg ));for _ddde ,_accg :=range _gagg {_cdcb :=make (rulingList ,len (_accg ));for _fdcga ,_becc :=range _accg {_cdcb [_fdcga ]=_dfcc [_becc ];};_acadb [_ddde ]=_cdcb ;};if _gfab {_b .Log .Info ("\u0074o\u0047r\u0069\u0064\u0073\u003a\u0020g\u0072\u0069d\u0073\u003d\u0025\u002b\u0076",_acadb ); -};var _cgad []rulingList ;for _ ,_afba :=range _acadb {if _fege ,_cecec :=_afba .isActualGrid ();_cecec {_afba =_fege ;_afba =_afba .snapToGroups ();_cgad =append (_cgad ,_afba );};};if _gfab {_fgba ("t\u006fG\u0072\u0069\u0064\u0073\u003a\u0020\u0061\u0063t\u0075\u0061\u006c\u0047ri\u0064\u0073",_cgad ); -_b .Log .Info ("\u0074\u006f\u0047\u0072\u0069\u0064\u0073\u003a\u0020\u0067\u0072\u0069\u0064\u0073\u003d%\u0064 \u0061\u0063\u0074\u0075\u0061\u006c\u0047\u0072\u0069\u0064\u0073\u003d\u0025\u0064",len (_acadb ),len (_cgad ));};return _cgad ;};var _aafg string ="\u005e\u005b\u0061\u002d\u007a\u0041\u002dZ\u005d\u0028\u005c)\u007c\u005c\u002e)\u007c\u005e[\u005c\u0064\u005d\u002b\u0028\u005c)\u007c\\.\u0029\u007c\u005e\u005c\u0028\u005b\u0061\u002d\u007a\u0041\u002d\u005a\u005d\u005c\u0029\u007c\u005e\u005c\u0028\u005b\u005c\u0064\u005d\u002b\u005c\u0029"; -func (_bcage *textMark )inDiacriticArea (_aadf *textMark )bool {_dcab :=_bcage .Llx -_aadf .Llx ;_bgeb :=_bcage .Urx -_aadf .Urx ;_geeb :=_bcage .Lly -_aadf .Lly ;return _bb .Abs (_dcab +_bgeb )< _bcage .Width ()*_dgee &&_bb .Abs (_geeb )< _bcage .Height ()*_dgee ; -};func _dbge (_cfca []*textLine ){_gd .Slice (_cfca ,func (_feda ,_dfbde int )bool {_baefa ,_ffcd :=_cfca [_feda ],_cfca [_dfbde ];return _baefa ._ggfc < _ffcd ._ggfc ;});};func (_gacgg *textPara )writeCellText (_bdee _e .Writer ){for _aeag ,_eadbb :=range _gacgg ._gdc {_cabd :=_eadbb .text (); -_bcga :=_degfc &&_eadbb .endsInHyphen ()&&_aeag !=len (_gacgg ._gdc )-1;if _bcga {_cabd =_ggfa (_cabd );};_bdee .Write ([]byte (_cabd ));if !(_bcga ||_aeag ==len (_gacgg ._gdc )-1){_bdee .Write ([]byte (_afbff (_eadbb ._ggfc ,_gacgg ._gdc [_aeag +1]._ggfc ))); -};};};func (_acgbd *textLine )text ()string {var _dabg []string ;for _ ,_gcbc :=range _acgbd ._edee {if _gcbc ._ggdce {_dabg =append (_dabg ,"\u0020");};_dabg =append (_dabg ,_gcbc ._edac );};_bcfg :=_ge .Join (_dabg ,"");_bdda :=_efc ([]rune (_bcfg )); -return _bdda ._feb ;};func (_eedf *textLine )bbox ()_bg .PdfRectangle {return _eedf .PdfRectangle };func _fbfb (_gbcc []Font ,_affc string )bool {for _ ,_eea :=range _gbcc {if _eea .FontName ==_affc {return true ;};};return false ;};func (_cdae paraList )extractTables (_cgcb []gridTiling )paraList {if _eeeg {_b .Log .Debug ("\u0065\u0078\u0074r\u0061\u0063\u0074\u0054\u0061\u0062\u006c\u0065\u0073\u003d\u0025\u0064\u0020\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u0078\u003d\u003d\u003d\u003d=\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d",len (_cdae )); -};if len (_cdae )< _cbea {return _cdae ;};_facc :=_cdae .findTables (_cgcb );if _eeeg {_b .Log .Info ("c\u006f\u006d\u0062\u0069\u006e\u0065d\u0020\u0074\u0061\u0062\u006c\u0065s\u0020\u0025\u0064\u0020\u003d\u003d\u003d=\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d=\u003d",len (_facc )); -for _cecg ,_bagcd :=range _facc {_bagcd .log (_d .Sprintf ("c\u006f\u006d\u0062\u0069\u006e\u0065\u0064\u0020\u0025\u0064",_cecg ));};};return _cdae .applyTables (_facc );}; - -// Tables returns the tables extracted from the page. -func (_gacg PageText )Tables ()[]TextTable {if _eeeg {_b .Log .Info ("\u0054\u0061\u0062\u006c\u0065\u0073\u003a\u0020\u0025\u0064",len (_gacg ._eedcg ));};return _gacg ._eedcg ;};func (_aadgc rectRuling )asRuling ()(*ruling ,bool ){_fcgbd :=ruling {_gcafd :_aadgc ._acad ,Color :_aadgc .Color ,_cebe :_aead }; -switch _aadgc ._acad {case _cege :_fcgbd ._gbaff =0.5*(_aadgc .Llx +_aadgc .Urx );_fcgbd ._fabe =_aadgc .Lly ;_fcgbd ._ccba =_aadgc .Ury ;_bbge ,_eddcg :=_aadgc .checkWidth (_aadgc .Llx ,_aadgc .Urx );if !_eddcg {if _bfgg {_b .Log .Error ("\u0072\u0065\u0063\u0074\u0052\u0075l\u0069\u006e\u0067\u002e\u0061\u0073\u0052\u0075\u006c\u0069\u006e\u0067\u003a\u0020\u0072\u0075\u006c\u0069\u006e\u0067V\u0065\u0072\u0074\u0020\u0021\u0063\u0068\u0065\u0063\u006b\u0057\u0069\u0064\u0074h\u0020v\u003d\u0025\u002b\u0076",_aadgc ); -};return nil ,false ;};_fcgbd ._gcec =_bbge ;case _bfcbd :_fcgbd ._gbaff =0.5*(_aadgc .Lly +_aadgc .Ury );_fcgbd ._fabe =_aadgc .Llx ;_fcgbd ._ccba =_aadgc .Urx ;_fgagg ,_ccgaa :=_aadgc .checkWidth (_aadgc .Lly ,_aadgc .Ury );if !_ccgaa {if _bfgg {_b .Log .Error ("\u0072\u0065\u0063\u0074\u0052\u0075l\u0069\u006e\u0067\u002e\u0061\u0073\u0052\u0075\u006c\u0069\u006e\u0067\u003a\u0020\u0072\u0075\u006c\u0069\u006e\u0067H\u006f\u0072\u007a\u0020\u0021\u0063\u0068\u0065\u0063\u006b\u0057\u0069\u0064\u0074h\u0020v\u003d\u0025\u002b\u0076",_aadgc ); -};return nil ,false ;};_fcgbd ._gcec =_fgagg ;default:_b .Log .Error ("\u0062\u0061\u0064\u0020pr\u0069\u006d\u0061\u0072\u0079\u0020\u006b\u0069\u006e\u0064\u003d\u0025\u0064",_aadgc ._acad );return nil ,false ;};return &_fcgbd ,true ;};func _gdgea (_cccgg []compositeCell )[]float64 {var _ebdge []*textLine ; -_ggcee :=0;for _ ,_ebec :=range _cccgg {_ggcee +=len (_ebec .paraList );_ebdge =append (_ebdge ,_ebec .lines ()...);};_gd .Slice (_ebdge ,func (_aggdc ,_eeagf int )bool {_eefef ,_bfff :=_ebdge [_aggdc ],_ebdge [_eeagf ];_fgcg ,_deaad :=_eefef ._ggfc ,_bfff ._ggfc ; -if !_gacaa (_fgcg -_deaad ){return _fgcg < _deaad ;};return _eefef .Llx < _bfff .Llx ;});if _eeeg {_d .Printf ("\u0020\u0020\u0020 r\u006f\u0077\u0042\u006f\u0072\u0064\u0065\u0072\u0073:\u0020%\u0064 \u0070a\u0072\u0061\u0073\u0020\u0025\u0064\u0020\u006c\u0069\u006e\u0065\u0073\u000a",_ggcee ,len (_ebdge )); -for _cbfdc ,_ffedf :=range _ebdge {_d .Printf ("\u0025\u0038\u0064\u003a\u0020\u0025\u0073\u000a",_cbfdc ,_ffedf );};};var _gbfa []float64 ;_aacf :=_ebdge [0];var _ebef [][]*textLine ;_cabg :=[]*textLine {_aacf };for _bfgde ,_gfda :=range _ebdge [1:]{if _gfda .Ury < _aacf .Lly {_ecea :=0.5*(_gfda .Ury +_aacf .Lly ); -if _eeeg {_d .Printf ("\u0025\u0034\u0064\u003a\u0020\u0025\u0036\u002e\u0032\u0066\u0020\u003c\u0020\u0025\u0036.\u0032f\u0020\u0062\u006f\u0072\u0064\u0065\u0072\u003d\u0025\u0036\u002e\u0032\u0066\u000a"+"\u0009\u0020\u0071\u003d\u0025\u0073\u000a\u0009\u0020p\u003d\u0025\u0073\u000a",_bfgde ,_gfda .Ury ,_aacf .Lly ,_ecea ,_aacf ,_gfda ); -};_gbfa =append (_gbfa ,_ecea );_ebef =append (_ebef ,_cabg );_cabg =nil ;};_cabg =append (_cabg ,_gfda );if _gfda .Lly < _aacf .Lly {_aacf =_gfda ;};};if len (_cabg )> 0{_ebef =append (_ebef ,_cabg );};if _eeeg {_d .Printf (" \u0020\u0020\u0020\u0020\u0020\u0020 \u0072\u006f\u0077\u0043\u006f\u0072\u0072\u0069\u0064o\u0072\u0073\u003d%\u0036.\u0032\u0066\u000a",_gbfa ); -};if _eeeg {_b .Log .Info ("\u0072\u006f\u0077\u003d\u0025\u0064",len (_cccgg ));for _aefea ,_bfaag :=range _cccgg {_d .Printf ("\u0025\u0034\u0064\u003a\u0020\u0025\u0073\u000a",_aefea ,_bfaag );};_b .Log .Info ("\u0067r\u006f\u0075\u0070\u0073\u003d\u0025d",len (_ebef )); -for _baeaf ,_ceeb :=range _ebef {_d .Printf ("\u0025\u0034\u0064\u003a\u0020\u0025\u0064\u000a",_baeaf ,len (_ceeb ));for _cdece ,_bedcd :=range _ceeb {_d .Printf ("\u0025\u0038\u0064\u003a\u0020\u0025\u0073\u000a",_cdece ,_bedcd );};};};_agce :=true ; -for _fdbbd ,_aefeb :=range _ebef {_ggcg :=true ;for _cddff ,_bdfbe :=range _cccgg {if _eeeg {_d .Printf ("\u0020\u0020\u0020\u007e\u007e\u007e\u0067\u0072\u006f\u0075\u0070\u0020\u0025\u0064\u0020\u006f\u0066\u0020\u0025\u0064\u0020\u0063\u0065\u006cl\u0020\u0025\u0064\u0020\u006ff\u0020\u0025d\u0020\u0025\u0073\u000a",_fdbbd ,len (_ebef ),_cddff ,len (_cccgg ),_bdfbe ); -};if !_bdfbe .hasLines (_aefeb ){if _eeeg {_d .Printf ("\u0020\u0020\u0020\u0021\u0021\u0021\u0067\u0072\u006f\u0075\u0070\u0020\u0025d\u0020\u006f\u0066\u0020\u0025\u0064 \u0063\u0065\u006c\u006c\u0020\u0025\u0064\u0020\u006f\u0066\u0020\u0025\u0064 \u004f\u0055\u0054\u000a",_fdbbd ,len (_ebef ),_cddff ,len (_cccgg )); -};_ggcg =false ;break ;};};if !_ggcg {_agce =false ;break ;};};if !_agce {if _eeeg {_b .Log .Info ("\u0072\u006f\u0077\u0020\u0063o\u0072\u0072\u0069\u0064\u006f\u0072\u0073\u0020\u0064\u006f\u006e\u0027\u0074 \u0073\u0070\u0061\u006e\u0020\u0061\u006c\u006c\u0020\u0063\u0065\u006c\u006c\u0073\u0020\u0069\u006e\u0020\u0072\u006f\u0077\u002e\u0020\u0069\u0067\u006e\u006f\u0072\u0069\u006eg"); -};_gbfa =nil ;};if _eeeg &&_gbfa !=nil {_d .Printf ("\u0020\u0020\u0020\u0020\u0020\u0020\u0020\u0020\u002a\u002a*\u0072\u006f\u0077\u0043\u006f\u0072\u0072i\u0064\u006f\u0072\u0073\u003d\u0025\u0036\u002e\u0032\u0066\u000a",_gbfa );};return _gbfa ;};func _dbadc (_fdcfc map[float64 ]map[float64 ]gridTile )[]float64 {_ebadf :=make ([]float64 ,0,len (_fdcfc )); -_fgabd :=make (map[float64 ]struct{},len (_fdcfc ));for _ ,_fcdb :=range _fdcfc {for _fecce :=range _fcdb {if _ ,_cdade :=_fgabd [_fecce ];_cdade {continue ;};_ebadf =append (_ebadf ,_fecce );_fgabd [_fecce ]=struct{}{};};};_gd .Float64s (_ebadf );return _ebadf ; -};func (_fcfee *textTable )put (_geebg ,_fagd int ,_afcgb *textPara ){_fcfee ._bcec [_caabd (_geebg ,_fagd )]=_afcgb ;};func (_egffb *textWord )absorb (_abbce *textWord ){_egffb .PdfRectangle =_egbb (_egffb .PdfRectangle ,_abbce .PdfRectangle );_egffb ._ecdf =append (_egffb ._ecdf ,_abbce ._ecdf ...); -};func _fgebf (_bgddb ,_egdd ,_bgcb float64 )rulingKind {if _bgddb >=_bgcb &&_fcge (_egdd ,_bgddb ){return _bfcbd ;};if _egdd >=_bgcb &&_fcge (_bgddb ,_egdd ){return _cege ;};return _bgeag ;};type textObject struct{_eadb *Extractor ;_fgf *_bg .PdfPageResources ; -_dba _aed .GraphicsState ;_egf *textState ;_fbad *stateStack ;_gbcf _ef .Matrix ;_gbe _ef .Matrix ;_gaa []*textMark ;_gea bool ;};func (_abff *wordBag )depthBand (_gdd ,_adcdf float64 )[]int {if len (_abff ._cccf )==0{return nil ;};return _abff .depthRange (_abff .getDepthIdx (_gdd ),_abff .getDepthIdx (_adcdf )); -};func (_fcdf paraList )topoOrder ()[]int {if _agba {_b .Log .Info ("\u0074\u006f\u0070\u006f\u004f\u0072\u0064\u0065\u0072\u003a");};_fgbcc :=len (_fcdf );_ffgab :=make ([]bool ,_fgbcc );_fffdb :=make ([]int ,0,_fgbcc );_cfcd :=_fcdf .llyOrdering ();var _egcd func (_eeba int ); -_egcd =func (_dgaag int ){_ffgab [_dgaag ]=true ;for _feefc :=0;_feefc < _fgbcc ;_feefc ++{if !_ffgab [_feefc ]{if _fcdf .readBefore (_cfcd ,_dgaag ,_feefc ){_egcd (_feefc );};};};_fffdb =append (_fffdb ,_dgaag );};for _baafb :=0;_baafb < _fgbcc ;_baafb ++{if !_ffgab [_baafb ]{_egcd (_baafb ); -};};return _aaaa (_fffdb );};func (_bgbe *wordBag )applyRemovals (_fgfc map[int ]map[*textWord ]struct{}){for _eeff ,_acga :=range _fgfc {if len (_acga )==0{continue ;};_bdgd :=_bgbe ._cccf [_eeff ];_beec :=len (_bdgd )-len (_acga );if _beec ==0{delete (_bgbe ._cccf ,_eeff ); -continue ;};_bad :=make ([]*textWord ,_beec );_ccab :=0;for _ ,_egag :=range _bdgd {if _ ,_cadg :=_acga [_egag ];!_cadg {_bad [_ccab ]=_egag ;_ccab ++;};};_bgbe ._cccf [_eeff ]=_bad ;};};func (_agbe *compositeCell )updateBBox (){for _ ,_fgec :=range _agbe .paraList {_agbe .PdfRectangle =_egbb (_agbe .PdfRectangle ,_fgec .PdfRectangle ); -};};func (_egg *shapesState )quadraticTo (_aacb ,_gfec ,_cgg ,_begbe float64 ){if _fbfd {_b .Log .Info ("\u0071\u0075\u0061d\u0072\u0061\u0074\u0069\u0063\u0054\u006f\u003a");};_egg .addPoint (_cgg ,_begbe );};func (_bbaed compositeCell )parasBBox ()(paraList ,_bg .PdfRectangle ){return _bbaed .paraList ,_bbaed .PdfRectangle ; -};func (_acgfe paraList )findTableGrid (_ageb gridTiling )(*textTable ,map[*textPara ]struct{}){_fdced :=len (_ageb ._cdfg );_gaadd :=len (_ageb ._fgcd );_fafeb :=textTable {_gfagc :true ,_ddcega :_fdced ,_egbbf :_gaadd ,_bcec :make (map[uint64 ]*textPara ,_fdced *_gaadd ),_fccfa :make (map[uint64 ]compositeCell ,_fdced *_gaadd )}; -_fafeb .PdfRectangle =_ageb .PdfRectangle ;_fffda :=make (map[*textPara ]struct{});_dbcaa :=int ((1.0-_ddcb )*float64 (_fdced *_gaadd ));_eadcd :=0;if _degg {_b .Log .Info ("\u0066\u0069\u006e\u0064Ta\u0062\u006c\u0065\u0047\u0072\u0069\u0064\u003a\u0020\u0025\u0064\u0020\u0078\u0020%\u0064",_fdced ,_gaadd ); -};for _bceea ,_degdg :=range _ageb ._fgcd {_abaf ,_dfcfb :=_ageb ._egff [_degdg ];if !_dfcfb {continue ;};for _gegca ,_afeab :=range _ageb ._cdfg {_cdbbfc ,_gbafa :=_abaf [_afeab ];if !_gbafa {continue ;};_eegad :=_acgfe .inTile (_cdbbfc );if len (_eegad )==0{_eadcd ++; -if _eadcd > _dbcaa {if _degg {_b .Log .Info ("\u0021\u006e\u0075m\u0045\u006d\u0070\u0074\u0079\u003d\u0025\u0064",_eadcd );};return nil ,nil ;};}else {_fafeb .putComposite (_gegca ,_bceea ,_eegad ,_cdbbfc .PdfRectangle );for _ ,_bceb :=range _eegad {_fffda [_bceb ]=struct{}{}; -};};};};_bacc :=0;for _dcef :=0;_dcef < _fdced ;_dcef ++{_adfacd :=_fafeb .get (_dcef ,0);if _adfacd ==nil ||!_adfacd ._ecee {_bacc ++;};};if _bacc ==0{if _degg {_b .Log .Info ("\u0021\u006e\u0075m\u0048\u0065\u0061\u0064\u0065\u0072\u003d\u0030");};return nil ,nil ; -};_eagb :=_fafeb .reduceTiling (_ageb ,_dbae );_eagb =_eagb .subdivide ();return _eagb ,_fffda ;};func (_bca *stateStack )pop ()*textState {if _bca .empty (){return nil ;};_dafb :=*(*_bca )[len (*_bca )-1];*_bca =(*_bca )[:len (*_bca )-1];return &_dafb ; -};func (_fdada *ruling )alignsSec (_ffdaa *ruling )bool {const _ccgg =_egba +1.0;return _fdada ._fabe -_ccgg <=_ffdaa ._ccba &&_ffdaa ._fabe -_ccgg <=_fdada ._ccba ;};func _gbeg (_fggfd float64 )float64 {return _bagc *_bb .Round (_fggfd /_bagc )}; +type PageFonts struct{Fonts []Font ;};func (_bbadf *textTable )emptyCompositeRow (_agcc int )bool {for _bbcgd :=0;_bbcgd < _bbadf ._addag ;_bbcgd ++{if _gbfdd ,_ccbee :=_bbadf ._bdfcg [_fbfgf (_bbcgd ,_agcc )];_ccbee {if len (_gbfdd .paraList )> 0{return false ; +};};};return true ;};func (_cccd paraList )llyRange (_decb []int ,_gfde ,_degca float64 )[]int {_gbab :=len (_cccd );if _degca < _cccd [_decb [0]].Lly ||_gfde > _cccd [_decb [_gbab -1]].Lly {return nil ;};_bffaf :=_fd .Search (_gbab ,func (_baefc int )bool {return _cccd [_decb [_baefc ]].Lly >=_gfde }); +_gaefa :=_fd .Search (_gbab ,func (_ddga int )bool {return _cccd [_decb [_ddga ]].Lly > _degca });return _decb [_bffaf :_gaefa ];};func _bc (_dfa string ,_cf bool ,_gb bool )BidiText {_fdg :="\u006c\u0074\u0072";if _gb {_fdg ="\u0074\u0074\u0062";}else if !_cf {_fdg ="\u0072\u0074\u006c"; +};return BidiText {_db :_dfa ,_bg :_fdg };};func _bcdc (_dgdg *wordBag ,_cgebg *textWord ,_dfebf float64 )bool {return _cgebg .Llx < _dgdg .Urx +_dfebf &&_dgdg .Llx -_dfebf < _cgebg .Urx ;};func (_adff *textObject )getCurrentFont ()*_b .PdfFont {_bab :=_adff ._eef ._ggec ; +if _bab ==nil {_e .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u004e\u006f\u0020\u0066\u006f\u006e\u0074\u0020\u0064\u0065\u0066\u0069\u006e\u0065\u0064\u002e\u0020U\u0073\u0069\u006e\u0067\u0020d\u0065\u0066a\u0075\u006c\u0074\u002e");return _b .DefaultFont (); +};return _bab ;};func _gaacb (_dcfee ,_bgdc _da .Point )rulingKind {_eaae :=_ce .Abs (_dcfee .X -_bgdc .X );_fgec :=_ce .Abs (_dcfee .Y -_bgdc .Y );return _bdfee (_eaae ,_fgec ,_adda );};func (_ccfe *textPara )writeCellText (_cbfac _f .Writer ){for _dgbc ,_geaf :=range _ccfe ._bbgab {_fcdge :=_geaf .text (); +_bfba :=_cgaa &&_geaf .endsInHyphen ()&&_dgbc !=len (_ccfe ._bbgab )-1;if _bfba {_fcdge =_ffag (_fcdge );};_cbfac .Write ([]byte (_fcdge ));if !(_bfba ||_dgbc ==len (_ccfe ._bbgab )-1){_cbfac .Write ([]byte (_dadac (_geaf ._dce ,_ccfe ._bbgab [_dgbc +1]._dce ))); +};};};func (_gaf *textObject )setTextRise (_cff float64 ){if _gaf ==nil {return ;};_gaf ._eef ._gcfd =_cff ;};const _fgcg =1.0/1000.0;func (_aggcb paraList )toTextMarks ()[]TextMark {_fefdg :=0;var _adbg []TextMark ;for _gbdb ,_gadb :=range _aggcb {if _gadb ._cdcca {continue ; +};_fccf :=_gadb .toTextMarks (&_fefdg );_adbg =append (_adbg ,_fccf ...);if _gbdb !=len (_aggcb )-1{if _egad (_gadb ,_aggcb [_gbdb +1]){_adbg =_bacbe (_adbg ,&_fefdg ,"\u0020");}else {_adbg =_bacbe (_adbg ,&_fefdg ,"\u000a");_adbg =_bacbe (_adbg ,&_fefdg ,"\u000a"); +};};};_adbg =_bacbe (_adbg ,&_fefdg ,"\u000a");_adbg =_bacbe (_adbg ,&_fefdg ,"\u000a");return _adbg ;};const (_gge ="\u0045\u0052R\u004f\u0052\u003a\u0020\u0043\u0061\u006e\u0027\u0074\u0020\u0063\u006f\u006e\u0076\u0065\u0072\u0074\u0020\u0066\u006f\u006e\u0074\u0020\u006f\u0062\u006a\u0065\u0063\u0074\u002c\u0020\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0074\u0079\u0070\u0065"; +_gfa ="\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0043a\u006e\u0027\u0074 g\u0065\u0074\u0020\u0066\u006f\u006et\u0020\u0070\u0072\u006f\u0070\u0065\u0072\u0074\u0069\u0065\u0073\u002c\u0020\u0066\u006fn\u0074\u0020\u006e\u006f\u0074\u0020\u0066\u006fu\u006e\u0064"; +_dbb ="\u0045\u0052\u0052O\u0052\u003a\u0020\u0043\u0061\u006e\u0027\u0074\u0020\u0067\u0065\u0074\u0020\u0066\u006f\u006e\u0074\u0020\u0073\u0074\u0072\u0065\u0061\u006d\u002c\u0020\u0069\u006e\u0076a\u006c\u0069\u0064\u0020\u0074\u0079\u0070\u0065";_agd ="E\u0052R\u004f\u0052\u003a\u0020\u004e\u006f\u0020\u0066o\u006e\u0074\u0020\u0066ou\u006e\u0064"; +);type paraList []*textPara ;func _babc (_ggbbe []float64 ,_eebb ,_fffa float64 )[]float64 {_feece ,_dbcda :=_eebb ,_fffa ;if _dbcda < _feece {_feece ,_dbcda =_dbcda ,_feece ;};_cfabd :=make ([]float64 ,0,len (_ggbbe )+2);_cfabd =append (_cfabd ,_eebb ); +for _ ,_faebd :=range _ggbbe {if _faebd <=_feece {continue ;}else if _faebd >=_dbcda {break ;};_cfabd =append (_cfabd ,_faebd );};_cfabd =append (_cfabd ,_fffa );return _cfabd ;};func (_dddb *stateStack )empty ()bool {return len (*_dddb )==0};func _cbc (_fbbd _da .Matrix )_da .Point {_dbae ,_bfc :=_fbbd .Translation (); +return _da .Point {X :_dbae ,Y :_bfc };};func (_cfc *imageExtractContext )extractXObjectImage (_abe *_ff .PdfObjectName ,_dfac _gd .GraphicsState ,_ffc *_b .PdfPageResources )error {_afg ,_ :=_ffc .GetXObjectByName (*_abe );if _afg ==nil {return nil ;}; +_edda ,_fee :=_cfc ._ba [_afg ];if !_fee {_acde ,_bcga :=_ffc .GetXObjectImageByName (*_abe );if _bcga !=nil {return _bcga ;};if _acde ==nil {return nil ;};_cga ,_bcga :=_acde .ToImage ();if _bcga !=nil {return _bcga ;};var _dge _ga .Image ;if _acde .Mask !=nil {if _dge ,_bcga =_gfdc (_acde .Mask ,_dd .Opaque ); +_bcga !=nil {_e .Log .Debug ("\u0057\u0041\u0052\u004e\u003a \u0063\u006f\u0075\u006c\u0064 \u006eo\u0074\u0020\u0067\u0065\u0074\u0020\u0065\u0078\u0070\u006c\u0069\u0063\u0069\u0074\u0020\u0069\u006d\u0061\u0067e\u0020\u006d\u0061\u0073\u006b\u002e\u0020\u004f\u0075\u0074\u0070\u0075\u0074\u0020\u006d\u0061\u0079\u0020\u0062\u0065\u0020\u0069\u006e\u0063o\u0072\u0072\u0065\u0063\u0074\u002e"); +};}else if _acde .SMask !=nil {_dge ,_bcga =_cecfa (_acde .SMask ,_dd .Opaque );if _bcga !=nil {_e .Log .Debug ("W\u0041\u0052\u004e\u003a\u0020\u0063\u006f\u0075\u006c\u0064\u0020\u006e\u006f\u0074\u0020\u0067\u0065\u0074\u0020\u0073\u006f\u0066\u0074\u0020\u0069\u006da\u0067e\u0020\u006d\u0061\u0073k\u002e\u0020O\u0075\u0074\u0070\u0075\u0074\u0020\u006d\u0061\u0079\u0020\u0062\u0065\u0020\u0069\u006e\u0063\u006f\u0072\u0072\u0065\u0063\u0074\u002e"); +};};if _dge !=nil {_dbf ,_dac :=_cga .ToGoImage ();if _dac !=nil {return _dac ;};_dbf =_fcagb (_dbf ,_dge );switch _acde .ColorSpace .String (){case "\u0044\u0065\u0076\u0069\u0063\u0065\u0047\u0072\u0061\u0079","\u0049n\u0064\u0065\u0078\u0065\u0064":_cga ,_dac =_b .ImageHandling .NewGrayImageFromGoImage (_dbf ); +if _dac !=nil {return _dac ;};default:_cga ,_dac =_b .ImageHandling .NewImageFromGoImage (_dbf );if _dac !=nil {return _dac ;};};};_edda =&cachedImage {_cfa :_cga ,_gfe :_acde .ColorSpace };_cfc ._ba [_afg ]=_edda ;};_ccb :=_edda ._cfa ;_fegc :=_edda ._gfe ; +_edf ,_agda :=_fegc .ImageToRGB (*_ccb );if _agda !=nil {return _agda ;};_e .Log .Debug ("@\u0044\u006f\u0020\u0043\u0054\u004d\u003a\u0020\u0025\u0073",_dfac .CTM .String ());_cdb :=ImageMark {Image :&_edf ,Width :_dfac .CTM .ScalingFactorX (),Height :_dfac .CTM .ScalingFactorY (),Angle :_dfac .CTM .Angle ()}; +_cdb .X ,_cdb .Y =_dfac .CTM .Translation ();_cfc ._bcf =append (_cfc ._bcf ,_cdb );_cfc ._begg ++;return nil ;};const _ddc =20;func (_gdgb *textPara )bbox ()_b .PdfRectangle {return _gdgb .PdfRectangle };type bounded interface{bbox ()_b .PdfRectangle }; +func (_cecc *textLine )endsInHyphen ()bool {_eadgb :=_cecc ._edge [len (_cecc ._edge )-1];_bcee :=_eadgb ._deccc ;_dfefa ,_febd :=_cg .DecodeLastRuneInString (_bcee );if _febd <=0||!_g .Is (_g .Hyphen ,_dfefa ){return false ;};if _eadgb ._gcccd &&_cdca (_bcee ){return true ; +};return _cdca (_cecc .text ());};func _dgc (_ddg []string ,_bee int ,_fb int ){for _fc ,_ge :=_bee ,_fb -1;_fc < _ge ;_fc ,_ge =_fc +1,_ge -1{_adg :=_ddg [_fc ];_ddg [_fc ]=_ddg [_ge ];_ddg [_ge ]=_adg ;};};func (_eaagd rulingList )sortStrict (){_fd .Slice (_eaagd ,func (_adbc ,_dgcad int )bool {_ceabe ,_bfbf :=_eaagd [_adbc ],_eaagd [_dgcad ]; +_bddgf ,_fgff :=_ceabe ._facdf ,_bfbf ._facdf ;if _bddgf !=_fgff {return _bddgf > _fgff ;};_bagc ,_dgfg :=_ceabe ._efadf ,_bfbf ._efadf ;if !_dbfgf (_bagc -_dgfg ){return _bagc < _dgfg ;};_bagc ,_dgfg =_ceabe ._efbba ,_bfbf ._efbba ;if _bagc !=_dgfg {return _bagc < _dgfg ; +};return _ceabe ._daba < _bfbf ._daba ;});};func (_ecgad rulingList )snapToGroups ()rulingList {_fedgcb ,_afce :=_ecgad .vertsHorzs ();if len (_fedgcb )> 0{_fedgcb =_fedgcb .snapToGroupsDirection ();};if len (_afce )> 0{_afce =_afce .snapToGroupsDirection (); +};_gdefe :=append (_fedgcb ,_afce ...);_gdefe .log ("\u0073\u006e\u0061p\u0054\u006f\u0047\u0072\u006f\u0075\u0070\u0073");return _gdefe ;};func _cgcbb (_cedcg map[int ][]float64 )string {_gecb :=_bcef (_cedcg );_gbffg :=make ([]string ,len (_cedcg )); +for _fbdf ,_gafe :=range _gecb {_gbffg [_fbdf ]=_bf .Sprintf ("\u0025\u0064\u003a\u0020\u0025\u002e\u0032\u0066",_gafe ,_cedcg [_gafe ]);};return _bf .Sprintf ("\u007b\u0025\u0073\u007d",_bfb .Join (_gbffg ,"\u002c\u0020"));};func (_becc gridTile )contains (_gedc _b .PdfRectangle )bool {if _becc .numBorders ()< 3{return false ; +};if _becc ._cfgg &&_gedc .Llx < _becc .Llx -_aae {return false ;};if _becc ._bbed &&_gedc .Urx > _becc .Urx +_aae {return false ;};if _becc ._cega &&_gedc .Lly < _becc .Lly -_aae {return false ;};if _becc ._fdde &&_gedc .Ury > _becc .Ury +_aae {return false ; +};return true ;};type textMark struct{_b .PdfRectangle ;_egba int ;_gddf string ;_fcfce string ;_facf *_b .PdfFont ;_dgfec float64 ;_dggd float64 ;_eebef _da .Matrix ;_degf _da .Point ;_badbe _b .PdfRectangle ;_ebgb _dd .Color ;_eage _dd .Color ;_facd _ff .PdfObject ; +_ccffd []string ;Tw float64 ;Th float64 ;_faad int ;_bafde int ;};func _gdcb (_bdagb _b .PdfRectangle )*ruling {return &ruling {_facdf :_geggc ,_efadf :_bdagb .Lly ,_efbba :_bdagb .Llx ,_daba :_bdagb .Urx };};func (_dcfeb lineRuling )asRuling ()(*ruling ,bool ){_aadfe :=ruling {_facdf :_dcfeb ._becb ,Color :_dcfeb .Color ,_bagdc :_eede }; +switch _dcfeb ._becb {case _eeeae :_aadfe ._efadf =_dcfeb .xMean ();_aadfe ._efbba =_ce .Min (_dcfeb ._eefea .Y ,_dcfeb ._edcb .Y );_aadfe ._daba =_ce .Max (_dcfeb ._eefea .Y ,_dcfeb ._edcb .Y );case _geggc :_aadfe ._efadf =_dcfeb .yMean ();_aadfe ._efbba =_ce .Min (_dcfeb ._eefea .X ,_dcfeb ._edcb .X ); +_aadfe ._daba =_ce .Max (_dcfeb ._eefea .X ,_dcfeb ._edcb .X );default:_e .Log .Error ("\u0062\u0061\u0064\u0020pr\u0069\u006d\u0061\u0072\u0079\u0020\u006b\u0069\u006e\u0064\u003d\u0025\u0064",_dcfeb ._becb );return nil ,false ;};return &_aadfe ,true ; +};var (_dagcb =map[rune ]string {0x0060:"\u0300",0x02CB:"\u0300",0x0027:"\u0301",0x00B4:"\u0301",0x02B9:"\u0301",0x02CA:"\u0301",0x005E:"\u0302",0x02C6:"\u0302",0x007E:"\u0303",0x02DC:"\u0303",0x00AF:"\u0304",0x02C9:"\u0304",0x02D8:"\u0306",0x02D9:"\u0307",0x00A8:"\u0308",0x00B0:"\u030a",0x02DA:"\u030a",0x02BA:"\u030b",0x02DD:"\u030b",0x02C7:"\u030c",0x02C8:"\u030d",0x0022:"\u030e",0x02BB:"\u0312",0x02BC:"\u0313",0x0486:"\u0313",0x055A:"\u0313",0x02BD:"\u0314",0x0485:"\u0314",0x0559:"\u0314",0x02D4:"\u031d",0x02D5:"\u031e",0x02D6:"\u031f",0x02D7:"\u0320",0x02B2:"\u0321",0x00B8:"\u0327",0x02CC:"\u0329",0x02B7:"\u032b",0x02CD:"\u0331",0x005F:"\u0332",0x204E:"\u0359"}; +);type fontEntry struct{_eeecc *_b .PdfFont ;_dcgd int64 ;};func _fbad (_gfcc ,_egcc _b .PdfRectangle )bool {return _egcc .Llx <=_gfcc .Urx &&_gfcc .Llx <=_egcc .Urx ;}; -// Text returns the text content of the `bulletLists`. -func (_adac *lists )Text ()string {_dgbf :=&_ge .Builder {};for _ ,_bgbd :=range *_adac {_aeff :=_bgbd .Text ();_dgbf .WriteString (_aeff );};return _dgbf .String ();};const _ggc =20;func _afbff (_aegb ,_cadc float64 )string {_gggdg :=!_gacaa (_aegb -_cadc ); -if _gggdg {return "\u000a";};return "\u0020";};func (_geb *textObject )setWordSpacing (_ccgdb float64 ){if _geb ==nil {return ;};_geb ._egf ._eaed =_ccgdb ;}; - -// PageText represents the layout of text on a device page. -type PageText struct{_faba []*textMark ;_bda string ;_dcge []TextMark ;_eedcg []TextTable ;_egdec _bg .PdfRectangle ;_fce []pathSection ;_bdfb []pathSection ;_gge *_gbc .PdfObject ;_ecfd _gbc .PdfObject ;_dbcd *_aed .ContentStreamOperations ;_gfee PageTextOptions ; -}; - -// String returns a description of `p`. -func (_bbaga *textPara )String ()string {if _bbaga ._ecee {return _d .Sprintf ("\u0025\u0036\u002e\u0032\u0066\u0020\u005b\u0045\u004d\u0050\u0054\u0059\u005d",_bbaga .PdfRectangle );};_bcgf :="";if _bbaga ._cece !=nil {_bcgf =_d .Sprintf ("\u005b\u0025\u0064\u0078\u0025\u0064\u005d\u0020",_bbaga ._cece ._ddcega ,_bbaga ._cece ._egbbf ); -};return _d .Sprintf ("\u0025\u0036\u002e\u0032f \u0025\u0073\u0025\u0064\u0020\u006c\u0069\u006e\u0065\u0073\u0020\u0025\u0071",_bbaga .PdfRectangle ,_bcgf ,len (_bbaga ._gdc ),_cfbg (_bbaga .text (),50));};func (_ebfgd *ruling )equals (_cabdb *ruling )bool {return _ebfgd ._gcafd ==_cabdb ._gcafd &&_gddc (_ebfgd ._gbaff ,_cabdb ._gbaff )&&_gddc (_ebfgd ._fabe ,_cabdb ._fabe )&&_gddc (_ebfgd ._ccba ,_cabdb ._ccba ); +// String returns a string describing `tm`. +func (_efbb TextMark )String ()string {_cfae :=_efbb .BBox ;var _fbff string ;if _efbb .Font !=nil {_fbff =_efbb .Font .String ();if len (_fbff )> 50{_fbff =_fbff [:50]+"\u002e\u002e\u002e";};};var _bbdg string ;if _efbb .Meta {_bbdg ="\u0020\u002a\u004d\u002a"; +};return _bf .Sprintf ("\u007b\u0054\u0065\u0078t\u004d\u0061\u0072\u006b\u003a\u0020\u0025\u0064\u0020%\u0071\u003d\u0025\u0030\u0032\u0078\u0020\u0028\u0025\u0036\u002e\u0032\u0066\u002c\u0020\u0025\u0036\u002e2\u0066\u0029\u0020\u0028\u00256\u002e\u0032\u0066\u002c\u0020\u0025\u0036\u002e\u0032\u0066\u0029\u0020\u0025\u0073\u0025\u0073\u007d",_efbb .Offset ,_efbb .Text ,[]rune (_efbb .Text ),_cfae .Llx ,_cfae .Lly ,_cfae .Urx ,_cfae .Ury ,_fbff ,_bbdg ); +};func _efbf (_gefa int ,_aeafa func (int ,int )bool )[]int {_bbfg :=make ([]int ,_gefa );for _cgfba :=range _bbfg {_bbfg [_cgfba ]=_cgfba ;};_fd .Slice (_bbfg ,func (_ddfff ,_cdde int )bool {return _aeafa (_bbfg [_ddfff ],_bbfg [_cdde ])});return _bbfg ; +};type markKind int ;func (_cegf *textObject )newTextMark (_bdee string ,_fbag _da .Matrix ,_ccad _da .Point ,_bfdb float64 ,_febe *_b .PdfFont ,_agea float64 ,_bfed ,_cbcg _dd .Color ,_febf _ff .PdfObject ,_bbbe []string ,_cceb int ,_gbfeb int )(textMark ,bool ){_bcab :=_fbag .Angle (); +_geeef :=_abdbd (_bcab ,_adgg );var _bdab float64 ;if _geeef %180!=90{_bdab =_fbag .ScalingFactorY ();}else {_bdab =_fbag .ScalingFactorX ();};_gfd :=_cbc (_fbag );_cgfe :=_b .PdfRectangle {Llx :_gfd .X ,Lly :_gfd .Y ,Urx :_ccad .X ,Ury :_ccad .Y };switch _geeef %360{case 90:_cgfe .Urx -=_bdab ; +case 180:_cgfe .Ury -=_bdab ;case 270:_cgfe .Urx +=_bdab ;case 0:_cgfe .Ury +=_bdab ;default:_geeef =0;_cgfe .Ury +=_bdab ;};if _cgfe .Llx > _cgfe .Urx {_cgfe .Llx ,_cgfe .Urx =_cgfe .Urx ,_cgfe .Llx ;};if _cgfe .Lly > _cgfe .Ury {_cgfe .Lly ,_cgfe .Ury =_cgfe .Ury ,_cgfe .Lly ; +};_edc :=true ;if _cegf ._beec ._fg .Width ()> 0{_becf ,_cgga :=_agdbc (_cgfe ,_cegf ._beec ._fg );if !_cgga {_edc =false ;_e .Log .Debug ("\u0054\u0065\u0078\u0074\u0020m\u0061\u0072\u006b\u0020\u006f\u0075\u0074\u0073\u0069\u0064\u0065\u0020\u0070a\u0067\u0065\u002e\u0020\u0062\u0062\u006f\u0078\u003d\u0025\u0067\u0020\u006d\u0065\u0064\u0069\u0061\u0042\u006f\u0078\u003d\u0025\u0067\u0020\u0074\u0065\u0078\u0074\u003d\u0025q",_cgfe ,_cegf ._beec ._fg ,_bdee ); +};_cgfe =_becf ;};_ggadb :=_cgfe ;_afda :=_cegf ._beec ._fg ;switch _geeef %360{case 90:_afda .Urx ,_afda .Ury =_afda .Ury ,_afda .Urx ;_ggadb =_b .PdfRectangle {Llx :_afda .Urx -_cgfe .Ury ,Urx :_afda .Urx -_cgfe .Lly ,Lly :_cgfe .Llx ,Ury :_cgfe .Urx }; +case 180:_ggadb =_b .PdfRectangle {Llx :_afda .Urx -_cgfe .Llx ,Urx :_afda .Urx -_cgfe .Urx ,Lly :_afda .Ury -_cgfe .Lly ,Ury :_afda .Ury -_cgfe .Ury };case 270:_afda .Urx ,_afda .Ury =_afda .Ury ,_afda .Urx ;_ggadb =_b .PdfRectangle {Llx :_cgfe .Ury ,Urx :_cgfe .Lly ,Lly :_afda .Ury -_cgfe .Llx ,Ury :_afda .Ury -_cgfe .Urx }; +};if _ggadb .Llx > _ggadb .Urx {_ggadb .Llx ,_ggadb .Urx =_ggadb .Urx ,_ggadb .Llx ;};if _ggadb .Lly > _ggadb .Ury {_ggadb .Lly ,_ggadb .Ury =_ggadb .Ury ,_ggadb .Lly ;};_cfda :=textMark {_gddf :_bdee ,PdfRectangle :_ggadb ,_badbe :_cgfe ,_facf :_febe ,_dgfec :_bdab ,_dggd :_agea ,_eebef :_fbag ,_degf :_ccad ,_egba :_geeef ,_ebgb :_bfed ,_eage :_cbcg ,_facd :_febf ,_ccffd :_bbbe ,Th :_cegf ._eef ._ddcc ,Tw :_cegf ._eef ._fagd ,_faad :_gbfeb ,_bafde :_cceb }; +if _ecfc {_e .Log .Info ("n\u0065\u0077\u0054\u0065\u0078\u0074M\u0061\u0072\u006b\u003a\u0020\u0073t\u0061\u0072\u0074\u003d\u0025\u002e\u0032f\u0020\u0065\u006e\u0064\u003d\u0025\u002e\u0032\u0066\u0020%\u0073",_gfd ,_ccad ,_cfda .String ());};return _cfda ,_edc ; }; -// PageImages represents extracted images on a PDF page with spatial information: -// display position and size. -type PageImages struct{Images []ImageMark ;};func (_bba *imageExtractContext )extractContentStreamImages (_gbf string ,_fadc *_bg .PdfPageResources )error {_acf :=_aed .NewContentStreamParser (_gbf );_gc ,_cc :=_acf .Parse ();if _cc !=nil {return _cc ; -};if _bba ._bag ==nil {_bba ._bag =map[*_gbc .PdfObjectStream ]*cachedImage {};};if _bba ._gfgg ==nil {_bba ._gfgg =&ImageExtractOptions {};};_bac :=_aed .NewContentStreamProcessor (*_gc );_bac .AddHandler (_aed .HandlerConditionEnumAllOperands ,"",_bba .processOperand ); -return _bac .Process (_fadc );};func _cdaae (_baba []TextMark ,_egfd *int )[]TextMark {_gfadc :=_baba [len (_baba )-1];_eeec :=[]rune (_gfadc .Text );if len (_eeec )==1{_baba =_baba [:len (_baba )-1];_dcga :=_baba [len (_baba )-1];*_egfd =_dcga .Offset +len (_dcga .Text ); -}else {_edgac :=_ggfa (_gfadc .Text );*_egfd +=len (_edgac )-len (_gfadc .Text );_gfadc .Text =_edgac ;};return _baba ;};func _faebg (_bgffbg map[int ][]float64 )string {_dccgg :=_bgffa (_bgffbg );_cdfdd :=make ([]string ,len (_bgffbg ));for _befd ,_decg :=range _dccgg {_cdfdd [_befd ]=_d .Sprintf ("\u0025\u0064\u003a\u0020\u0025\u002e\u0032\u0066",_decg ,_bgffbg [_decg ]); -};return _d .Sprintf ("\u007b\u0025\u0073\u007d",_ge .Join (_cdfdd ,"\u002c\u0020"));}; - -// Text returns the extracted page text. -func (_beef PageText )Text ()string {return _beef ._bda };func _gfcea (_gffb []*textLine ,_cbeg map[float64 ][]*textLine )[]*list {_aaea :=_ddceg (_cbeg );_fagbc :=[]*list {};if len (_aaea )==0{return _fagbc ;};_cadfa :=_aaea [0];_fbac :=1;_gceg :=_cbeg [_cadfa ]; -for _becg ,_ggca :=range _gceg {var _cfce float64 ;_eggc :=[]*list {};_dfff :=_ggca ._ggfc ;_ccdg :=-1.0;if _becg < len (_gceg )-1{_ccdg =_gceg [_becg +1]._ggfc ;};if _fbac < len (_aaea ){_eggc =_agef (_gffb ,_cbeg ,_aaea ,_fbac ,_dfff ,_ccdg );};_cfce =_ccdg ; -if len (_eggc )> 0{_eefff :=_eggc [0];if len (_eefff ._eadba )> 0{_cfce =_eefff ._eadba [0]._ggfc ;};};_eaec :=[]*textLine {_ggca };_agdf :=_ebfgb (_ggca ,_gffb ,_aaea ,_dfff ,_cfce );_eaec =append (_eaec ,_agdf ...);_efcbf :=_egfa (_eaec ,"\u0062\u0075\u006c\u006c\u0065\u0074",_eggc ); -_efcbf ._fccf =_cgef (_eaec ,"");_fagbc =append (_fagbc ,_efcbf );};return _fagbc ;};func _cdaab (_abbae ,_fccfac int )int {if _abbae < _fccfac {return _abbae ;};return _fccfac ;}; - -// ExtractTextWithStats works like ExtractText but returns the number of characters in the output -// (`numChars`) and the number of characters that were not decoded (`numMisses`). -func (_cea *Extractor )ExtractTextWithStats ()(_aad string ,_aef int ,_eega int ,_affg error ){_dgf ,_aef ,_eega ,_affg :=_cea .ExtractPageText ();if _affg !=nil {return "",_aef ,_eega ,_affg ;};return _dgf .Text (),_aef ,_eega ,nil ;};func _agef (_gaca []*textLine ,_fdef map[float64 ][]*textLine ,_cgde []float64 ,_ggab int ,_geff ,_geac float64 )[]*list {_cbag :=[]*list {}; -_fgeg :=_ggab ;_ggab =_ggab +1;_egbc :=_cgde [_fgeg ];_bgbef :=_fdef [_egbc ];_fac :=_cbeeg (_bgbef ,_geac ,_geff );for _adge ,_dcca :=range _fac {var _daff float64 ;_gfca :=[]*list {};_dbab :=_dcca ._ggfc ;_afec :=_geac ;if _adge < len (_fac )-1{_afec =_fac [_adge +1]._ggfc ; -};if _ggab < len (_cgde ){_gfca =_agef (_gaca ,_fdef ,_cgde ,_ggab ,_dbab ,_afec );};_daff =_afec ;if len (_gfca )> 0{_efeb :=_gfca [0];if len (_efeb ._eadba )> 0{_daff =_efeb ._eadba [0]._ggfc ;};};_eefcgg :=[]*textLine {_dcca };_dffc :=_ebfgb (_dcca ,_gaca ,_cgde ,_dbab ,_daff ); -_eefcgg =append (_eefcgg ,_dffc ...);_dbbc :=_egfa (_eefcgg ,"\u0062\u0075\u006c\u006c\u0065\u0074",_gfca );_dbbc ._fccf =_cgef (_eefcgg ,"");_cbag =append (_cbag ,_dbbc );};return _cbag ;};func _cccae (_bceg _bg .PdfRectangle )rulingKind {_ddbg :=_bceg .Width (); -_ccdd :=_bceg .Height ();if _ddbg > _ccdd {if _ddbg >=_feef {return _bfcbd ;};}else {if _ccdd >=_feef {return _cege ;};};return _bgeag ;};func _cfg (_dca _ef .Matrix )_ef .Point {_eegbf ,_bgaf :=_dca .Translation ();return _ef .Point {X :_eegbf ,Y :_bgaf }; -};func _fgba (_acfd string ,_gaeef []rulingList ){_b .Log .Info ("\u0024\u0024 \u0025\u0064\u0020g\u0072\u0069\u0064\u0073\u0020\u002d\u0020\u0025\u0073",len (_gaeef ),_acfd );for _cgce ,_fggg :=range _gaeef {_d .Printf ("\u0025\u0034\u0064\u003a\u0020\u0025\u0073\u000a",_cgce ,_fggg .String ()); -};};func (_feab *textPara )bbox ()_bg .PdfRectangle {return _feab .PdfRectangle };func (_gaaag intSet )add (_gdcd int ){_gaaag [_gdcd ]=struct{}{}};func _bafag (_gdfdg ,_bcfgg _ef .Point )rulingKind {_gaceg :=_bb .Abs (_gdfdg .X -_bcfgg .X );_ababc :=_bb .Abs (_gdfdg .Y -_bcfgg .Y ); -return _fgebf (_gaceg ,_ababc ,_feef );};func (_eagcf *subpath )add (_debcg ..._ef .Point ){_eagcf ._agea =append (_eagcf ._agea ,_debcg ...)};func (_ggde *wordBag )empty (_eabb int )bool {_ ,_feed :=_ggde ._cccf [_eabb ];return !_feed };func (_ecaa *PageFonts )extractPageResourcesToFont (_dga *_bg .PdfPageResources )error {if _dga .Font ==nil {return _dg .New (_edfe ); -};_cef ,_eac :=_gbc .GetDict (_dga .Font );if !_eac {return _dg .New (_baf );};for _ ,_fgac :=range _cef .Keys (){var (_cgf =true ;_cgc []byte ;_fgb string ;);_aeb ,_egc :=_dga .GetFontByName (_fgac );if !_egc {return _dg .New (_febe );};_eaf ,_bef :=_bg .NewPdfFontFromPdfObject (_aeb ); -if _bef !=nil {return _bef ;};_fad :=_eaf .FontDescriptor ();_gfe :=_eaf .FontDescriptor ().FontName .String ();_gfc :=_eaf .Subtype ();if _fbfb (_ecaa .Fonts ,_gfe ){continue ;};if len (_eaf .ToUnicode ())==0{_cgf =false ;};if _fad .FontFile !=nil {if _eefb ,_ebcd :=_gbc .GetStream (_fad .FontFile ); -_ebcd {_cgc ,_bef =_gbc .DecodeStream (_eefb );if _bef !=nil {return _bef ;};_fgb =_gfe +"\u002e\u0070\u0066\u0062";};}else if _fad .FontFile2 !=nil {if _fef ,_eae :=_gbc .GetStream (_fad .FontFile2 );_eae {_cgc ,_bef =_gbc .DecodeStream (_fef );if _bef !=nil {return _bef ; -};_fgb =_gfe +"\u002e\u0074\u0074\u0066";};}else if _fad .FontFile3 !=nil {if _babc ,_efa :=_gbc .GetStream (_fad .FontFile3 );_efa {_cgc ,_bef =_gbc .DecodeStream (_babc );if _bef !=nil {return _bef ;};_fgb =_gfe +"\u002e\u0063\u0066\u0066";};};if len (_fgb )< 1{_b .Log .Debug (_dbdg ); -};_bf :=Font {FontName :_gfe ,PdfFont :_eaf ,IsCID :_eaf .IsCID (),IsSimple :_eaf .IsSimple (),ToUnicode :_cgf ,FontType :_gfc ,FontData :_cgc ,FontFileName :_fgb ,FontDescriptor :_fad };_ecaa .Fonts =append (_ecaa .Fonts ,_bf );};return nil ;};func (_fbdfg paraList )merge ()*textPara {_b .Log .Trace ("\u006d\u0065\u0072\u0067\u0065:\u0020\u0070\u0061\u0072\u0061\u0073\u003d\u0025\u0064\u0020\u003d\u003d\u003d=\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u0078\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d",len (_fbdfg )); -if len (_fbdfg )==0{return nil ;};_fbdfg .sortReadingOrder ();_egcb :=_fbdfg [0].PdfRectangle ;_eaaa :=_fbdfg [0]._gdc ;for _ ,_gcfa :=range _fbdfg [1:]{_egcb =_egbb (_egcb ,_gcfa .PdfRectangle );_eaaa =append (_eaaa ,_gcfa ._gdc ...);};return _ebeeg (_egcb ,_eaaa ); -};func _ebbf (_edda map[float64 ]gridTile )[]float64 {_bafdc :=make ([]float64 ,0,len (_edda ));for _adgeg :=range _edda {_bafdc =append (_bafdc ,_adgeg );};_gd .Float64s (_bafdc );return _bafdc ;};func (_gecg *textLine )pullWord (_cgeeb *wordBag ,_fdcd *textWord ,_acda int ){_gecg .appendWord (_fdcd ); -_cgeeb .removeWord (_fdcd ,_acda );}; - -// String returns a string describing `ma`. -func (_cbce TextMarkArray )String ()string {_acgf :=len (_cbce ._egbe );if _acgf ==0{return "\u0045\u004d\u0050T\u0059";};_adfg :=_cbce ._egbe [0];_dafc :=_cbce ._egbe [_acgf -1];return _d .Sprintf ("\u007b\u0054\u0045\u0058\u0054\u004d\u0041\u0052K\u0041\u0052\u0052AY\u003a\u0020\u0025\u0064\u0020\u0065l\u0065\u006d\u0065\u006e\u0074\u0073\u000a\u0009\u0066\u0069\u0072\u0073\u0074\u003d\u0025s\u000a\u0009\u0020\u006c\u0061\u0073\u0074\u003d%\u0073\u007d",_acgf ,_adfg ,_dafc ); -};type cachedImage struct{_ffg *_bg .Image ;_fefd _bg .PdfColorspace ;};func (_dbfeb rulingList )sortStrict (){_gd .Slice (_dbfeb ,func (_ebbbc ,_bagbc int )bool {_gfadf ,_fbfg :=_dbfeb [_ebbbc ],_dbfeb [_bagbc ];_fcggc ,_gaecd :=_gfadf ._gcafd ,_fbfg ._gcafd ; -if _fcggc !=_gaecd {return _fcggc > _gaecd ;};_dgfde ,_aedb :=_gfadf ._gbaff ,_fbfg ._gbaff ;if !_gacaa (_dgfde -_aedb ){return _dgfde < _aedb ;};_dgfde ,_aedb =_gfadf ._fabe ,_fbfg ._fabe ;if _dgfde !=_aedb {return _dgfde < _aedb ;};return _gfadf ._ccba < _fbfg ._ccba ; -});};const (_bgeag rulingKind =iota ;_bfcbd ;_cege ;);func (_acg *textObject )setFont (_ddba string ,_cdd float64 )error {if _acg ==nil {return nil ;};_acg ._egf ._ebab =_cdd ;_ccga ,_adfa :=_acg .getFont (_ddba );if _adfa !=nil {return _adfa ;};_acg ._egf ._aede =_ccga ; -return nil ;};func (_gace *shapesState )addPoint (_bbee ,_ddda float64 ){_accdg :=_gace .establishSubpath ();_fdgg :=_gace .devicePoint (_bbee ,_ddda );if _accdg ==nil {_gace ._aaba =true ;_gace ._gbgg =_fdgg ;}else {_accdg .add (_fdgg );};};func (_faec rulingList )primaries ()[]float64 {_bddd :=make (map[float64 ]struct{},len (_faec )); -for _ ,_fbdb :=range _faec {_bddd [_fbdb ._gbaff ]=struct{}{};};_gdecg :=make ([]float64 ,len (_bddd ));_gcda :=0;for _gfbdf :=range _bddd {_gdecg [_gcda ]=_gfbdf ;_gcda ++;};_gd .Float64s (_gdecg );return _gdecg ;};func _caabd (_fbag ,_dafdga int )uint64 {return uint64 (_fbag )*0x1000000+uint64 (_dafdga )}; +// String returns a human readable description of `ss`. +func (_ggaf *shapesState )String ()string {return _bf .Sprintf ("\u007b\u0025\u0064\u0020su\u0062\u0070\u0061\u0074\u0068\u0073\u0020\u0066\u0072\u0065\u0073\u0068\u003d\u0025t\u007d",len (_ggaf ._fgdb ),_ggaf ._cbeb );};func _adfb (_adbb ,_ecgg bounded )float64 {_acac :=_ddabf (_adbb ,_ecgg ); +if !_dbfgf (_acac ){return _acac ;};return _deedf (_adbb ,_ecgg );}; +// ImageMark represents an image drawn on a page and its position in device coordinates. +// All coordinates are in device coordinates. +type ImageMark struct{Image *_b .Image ; -// RangeOffset returns the TextMarks in `ma` that overlap text[start:end] in the extracted text. -// These are tm: `start` <= tm.Offset + len(tm.Text) && tm.Offset < `end` where -// `start` and `end` are offsets in the extracted text. -// NOTE: TextMarks can contain multiple characters. e.g. "ffi" for the ffi ligature so the first and -// last elements of the returned TextMarkArray may only partially overlap text[start:end]. -func (_caede *TextMarkArray )RangeOffset (start ,end int )(*TextMarkArray ,error ){if _caede ==nil {return nil ,_dg .New ("\u006da\u003d\u003d\u006e\u0069\u006c");};if end < start {return nil ,_d .Errorf ("\u0065\u006e\u0064\u0020\u003c\u0020\u0073\u0074\u0061\u0072\u0074\u002e\u0020\u0052\u0061n\u0067\u0065\u004f\u0066\u0066\u0073\u0065\u0074\u0020\u006e\u006f\u0074\u0020d\u0065\u0066\u0069\u006e\u0065\u0064\u002e\u0020\u0073\u0074\u0061\u0072t=\u0025\u0064\u0020\u0065\u006e\u0064\u003d\u0025\u0064\u0020",start ,end ); -};_ecef :=len (_caede ._egbe );if _ecef ==0{return _caede ,nil ;};if start < _caede ._egbe [0].Offset {start =_caede ._egbe [0].Offset ;};if end > _caede ._egbe [_ecef -1].Offset +1{end =_caede ._egbe [_ecef -1].Offset +1;};_acdb :=_gd .Search (_ecef ,func (_fcfg int )bool {return _caede ._egbe [_fcfg ].Offset +len (_caede ._egbe [_fcfg ].Text )-1>=start }); -if !(0<=_acdb &&_acdb < _ecef ){_bafdg :=_d .Errorf ("\u004f\u0075\u0074\u0020\u006f\u0066\u0020\u0072\u0061\u006e\u0067\u0065\u002e\u0020\u0073\u0074\u0061\u0072\u0074\u003d%\u0064\u0020\u0069\u0053\u0074\u0061\u0072\u0074\u003d\u0025\u0064\u0020\u006c\u0065\u006e\u003d\u0025\u0064\u000a\u0009\u0066\u0069\u0072\u0073\u0074\u003d\u0025\u0076\u000a\u0009 \u006c\u0061\u0073\u0074\u003d%\u0076",start ,_acdb ,_ecef ,_caede ._egbe [0],_caede ._egbe [_ecef -1]); -return nil ,_bafdg ;};_gaaa :=_gd .Search (_ecef ,func (_beaf int )bool {return _caede ._egbe [_beaf ].Offset > end -1});if !(0<=_gaaa &&_gaaa < _ecef ){_dde :=_d .Errorf ("\u004f\u0075\u0074\u0020\u006f\u0066\u0020r\u0061\u006e\u0067e\u002e\u0020\u0065n\u0064\u003d%\u0064\u0020\u0069\u0045\u006e\u0064=\u0025d \u006c\u0065\u006e\u003d\u0025\u0064\u000a\u0009\u0066\u0069\u0072\u0073\u0074\u003d\u0025\u0076\u000a\u0009\u0020\u006c\u0061\u0073\u0074\u003d\u0025\u0076",end ,_gaaa ,_ecef ,_caede ._egbe [0],_caede ._egbe [_ecef -1]); -return nil ,_dde ;};if _gaaa <=_acdb {return nil ,_d .Errorf ("\u0069\u0045\u006e\u0064\u0020\u003c=\u0020\u0069\u0053\u0074\u0061\u0072\u0074\u003a\u0020\u0073\u0074\u0061\u0072\u0074\u003d\u0025\u0064\u0020\u0065\u006ed\u003d\u0025\u0064\u0020\u0069\u0053\u0074\u0061\u0072\u0074\u003d\u0025\u0064\u0020i\u0045n\u0064\u003d\u0025\u0064",start ,end ,_acdb ,_gaaa ); -};return &TextMarkArray {_egbe :_caede ._egbe [_acdb :_gaaa ]},nil ;};func (_edca *shapesState )establishSubpath ()*subpath {_efdfb ,_ffcce :=_edca .lastpointEstablished ();if !_ffcce {_edca ._dgdd =append (_edca ._dgdd ,_dce (_efdfb ));};if len (_edca ._dgdd )==0{return nil ; -};_edca ._aaba =false ;return _edca ._dgdd [len (_edca ._dgdd )-1];};func _ggfa (_adga string )string {_cdbde :=[]rune (_adga );return string (_cdbde [:len (_cdbde )-1])};func (_bagfa *ruling )gridIntersecting (_egcda *ruling )bool {return _gddc (_bagfa ._fabe ,_egcda ._fabe )&&_gddc (_bagfa ._ccba ,_egcda ._ccba ); -};type list struct{_eadba []*textLine ;_dbaad string ;_bdfaa []*list ;_fccf string ;};func (_aabc TextTable )getCellInfo (_dfbdc TextMark )[][]int {for _bgfa ,_aedec :=range _aabc .Cells {for _beee :=range _aedec {_edce :=&_aedec [_beee ].Marks ;if _edce .exists (_dfbdc ){return [][]int {{_bgfa },{_beee }}; -};};};return nil ;}; +// Dimensions of the image as displayed in the PDF. +Width float64 ;Height float64 ; -// New returns an Extractor instance for extracting content from the input PDF page. -func New (page *_bg .PdfPage )(*Extractor ,error ){return NewWithOptions (page ,nil )};func (_gccbdb rulingList )connections (_dcfab map[int ]intSet ,_ebad int )intSet {_gfeeb :=make (intSet );_fafg :=make (intSet );var _bgage func (int );_bgage =func (_aedc int ){if !_fafg .has (_aedc ){_fafg .add (_aedc ); -for _ege :=range _gccbdb {if _dcfab [_ege ].has (_aedc ){_gfeeb .add (_ege );};};for _ddfc :=range _gccbdb {if _gfeeb .has (_ddfc ){_bgage (_ddfc );};};};};_bgage (_ebad );return _gfeeb ;};var _cfabe *_gb .Regexp =_gb .MustCompile (_fagb +"\u007c"+_aafg ); -type rulingList []*ruling ;func (_fgdb *textTable )toTextTable ()TextTable {if _eeeg {_b .Log .Info ("t\u006fT\u0065\u0078\u0074\u0054\u0061\u0062\u006c\u0065:\u0020\u0025\u0064\u0020x \u0025\u0064",_fgdb ._ddcega ,_fgdb ._egbbf );};_cfbd :=make ([][]TableCell ,_fgdb ._egbbf ); -for _abbf :=0;_abbf < _fgdb ._egbbf ;_abbf ++{_cfbd [_abbf ]=make ([]TableCell ,_fgdb ._ddcega );for _dbff :=0;_dbff < _fgdb ._ddcega ;_dbff ++{_fegg :=_fgdb .get (_dbff ,_abbf );if _fegg ==nil {continue ;};_dbge (_fegg ._gdc );if _eeeg {_d .Printf ("\u0025\u0034\u0064 \u0025\u0032\u0064\u003a\u0020\u0025\u0073\u000a",_dbff ,_abbf ,_fegg ); -};_cfbd [_abbf ][_dbff ].Text =_fegg .text ();_feea :=0;_cfbd [_abbf ][_dbff ].Marks ._egbe =_fegg .toTextMarks (&_feea );};};_eaaaa :=TextTable {W :_fgdb ._ddcega ,H :_fgdb ._egbbf ,Cells :_cfbd };_eaaaa .PdfRectangle =_fgdb .bbox ();return _eaaaa ;}; -func (_egae *ruling )encloses (_dedf ,_cbegd float64 )bool {return _egae ._fabe -_beac <=_dedf &&_cbegd <=_egae ._ccba +_beac ;};var (_geacg =map[rune ]string {0x0060:"\u0300",0x02CB:"\u0300",0x0027:"\u0301",0x00B4:"\u0301",0x02B9:"\u0301",0x02CA:"\u0301",0x005E:"\u0302",0x02C6:"\u0302",0x007E:"\u0303",0x02DC:"\u0303",0x00AF:"\u0304",0x02C9:"\u0304",0x02D8:"\u0306",0x02D9:"\u0307",0x00A8:"\u0308",0x00B0:"\u030a",0x02DA:"\u030a",0x02BA:"\u030b",0x02DD:"\u030b",0x02C7:"\u030c",0x02C8:"\u030d",0x0022:"\u030e",0x02BB:"\u0312",0x02BC:"\u0313",0x0486:"\u0313",0x055A:"\u0313",0x02BD:"\u0314",0x0485:"\u0314",0x0559:"\u0314",0x02D4:"\u031d",0x02D5:"\u031e",0x02D6:"\u031f",0x02D7:"\u0320",0x02B2:"\u0321",0x00B8:"\u0327",0x02CC:"\u0329",0x02B7:"\u032b",0x02CD:"\u0331",0x005F:"\u0332",0x204E:"\u0359"}; -);func (_ceea *textTable )isExportable ()bool {if _ceea ._gfagc {return true ;};_dcgac :=func (_aggec int )bool {_bcbd :=_ceea .get (0,_aggec );if _bcbd ==nil {return false ;};_fgdbb :=_bcbd .text ();_bedc :=_a .RuneCountInString (_fgdbb );_afaa :=_gdac .MatchString (_fgdbb ); -return _bedc <=1||_afaa ;};for _ffbec :=0;_ffbec < _ceea ._egbbf ;_ffbec ++{if !_dcgac (_ffbec ){return true ;};};return false ;};func (_dafce *textObject )getFontDict (_dbbf string )(_fdafa _gbc .PdfObject ,_eabf error ){_bacad :=_dafce ._fgf ;if _bacad ==nil {_b .Log .Debug ("g\u0065\u0074\u0046\u006f\u006e\u0074D\u0069\u0063\u0074\u002e\u0020\u004eo\u0020\u0072\u0065\u0073\u006f\u0075\u0072c\u0065\u0073\u002e\u0020\u006e\u0061\u006d\u0065\u003d\u0025#\u0071",_dbbf ); -return nil ,nil ;};_fdafa ,_dfce :=_bacad .GetFontByName (_gbc .PdfObjectName (_dbbf ));if !_dfce {_b .Log .Debug ("\u0045R\u0052\u004fR\u003a\u0020\u0067\u0065t\u0046\u006f\u006et\u0044\u0069\u0063\u0074\u003a\u0020\u0046\u006f\u006et \u006e\u006f\u0074 \u0066\u006fu\u006e\u0064\u003a\u0020\u006e\u0061m\u0065\u003d%\u0023\u0071",_dbbf ); -return nil ,_dg .New ("f\u006f\u006e\u0074\u0020no\u0074 \u0069\u006e\u0020\u0072\u0065s\u006f\u0075\u0072\u0063\u0065\u0073");};return _fdafa ,nil ;};func _dcgec (_bcea _bg .PdfRectangle )*ruling {return &ruling {_gcafd :_bfcbd ,_gbaff :_bcea .Ury ,_fabe :_bcea .Llx ,_ccba :_bcea .Urx }; -};func _begbef (_agee ,_gcgd *textPara )bool {return _degfb (_agee ._dgcfe ,_gcgd ._dgcfe )};func (_aeba rulingList )blocks (_baea ,_edaeb *ruling )bool {if _baea ._fabe > _edaeb ._ccba ||_edaeb ._fabe > _baea ._ccba {return false ;};_fggfg :=_bb .Max (_baea ._fabe ,_edaeb ._fabe ); -_bgda :=_bb .Min (_baea ._ccba ,_edaeb ._ccba );if _baea ._gbaff > _edaeb ._gbaff {_baea ,_edaeb =_edaeb ,_baea ;};for _ ,_efef :=range _aeba {if _baea ._gbaff <=_efef ._gbaff +_egba &&_efef ._gbaff <=_edaeb ._gbaff +_egba &&_efef ._fabe <=_bgda &&_fggfg <=_efef ._ccba {return true ; -};};return false ;};func (_bbac compositeCell )String ()string {_fefge :="";if len (_bbac .paraList )> 0{_fefge =_cfbg (_bbac .paraList .merge ().text (),50);};return _d .Sprintf ("\u0025\u0036\u002e\u0032\u0066\u0020\u0025\u0064\u0020\u0070\u0061\u0072a\u0073\u0020\u0025\u0071",_bbac .PdfRectangle ,len (_bbac .paraList ),_fefge ); -};func (_cadf *Extractor )extractPageText (_ccd string ,_fdd *_bg .PdfPageResources ,_fgae _ef .Matrix ,_agd int ,_caeg bool )(*PageText ,int ,int ,error ){_b .Log .Trace ("\u0065x\u0074\u0072\u0061\u0063t\u0050\u0061\u0067\u0065\u0054e\u0078t\u003a \u006c\u0065\u0076\u0065\u006c\u003d\u0025d",_agd ); -_dfc :=&PageText {_egdec :_cadf ._ac ,_gge :_cadf ._egb ,_ecfd :_cadf ._edaa };_ggf :=_fccd (_cadf ._ac );var _bdc stateStack ;_fdf :=_faef (_cadf ,_fdd ,_aed .GraphicsState {},&_ggf ,&_bdc );_cff :=shapesState {_gbag :_fgae ,_bdab :_ef .IdentityMatrix (),_eadd :_fdf }; -var _dab bool ;_dfd :=-1;_eedb :="";if _agd > _ggc {_fbd :=_dg .New ("\u0066\u006f\u0072\u006d s\u0074\u0061\u0063\u006b\u0020\u006f\u0076\u0065\u0072\u0066\u006c\u006f\u0077");_b .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a \u0065\u0078\u0074\u0072\u0061\u0063\u0074\u0050\u0061\u0067\u0065\u0054\u0065\u0078\u0074\u002e\u0020\u0072\u0065\u0063u\u0072\u0073\u0069\u006f\u006e\u0020\u006c\u0065\u0076\u0065\u006c\u003d\u0025\u0064 \u0065r\u0072\u003d\u0025\u0076",_agd ,_fbd ); -return _dfc ,_ggf ._gfff ,_ggf ._ffbf ,_fbd ;};_gec :=_aed .NewContentStreamParser (_ccd );_fbg ,_gab :=_gec .Parse ();if _gab !=nil {_b .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020e\u0078\u0074\u0072a\u0063\u0074\u0050\u0061g\u0065\u0054\u0065\u0078\u0074\u0020\u0070\u0061\u0072\u0073\u0065\u0020\u0066\u0061\u0069\u006c\u0065\u0064\u002e\u0020\u0065\u0072\u0072\u003d\u0025\u0076",_gab ); -return _dfc ,_ggf ._gfff ,_ggf ._ffbf ,_gab ;};_dfc ._dbcd =_fbg ;_cdb :=_aed .NewContentStreamProcessor (*_fbg );_cdb .AddHandler (_aed .HandlerConditionEnumAllOperands ,"",func (_ggcf *_aed .ContentStreamOperation ,_eeab _aed .GraphicsState ,_gbg *_bg .PdfPageResources )error {_bafb :=_ggcf .Operand ; -if _dfga {_b .Log .Info ("\u0026&\u0026\u0020\u006f\u0070\u003d\u0025s",_ggcf );};switch _bafb {case "\u0071":if _fbfd {_b .Log .Info ("\u0063\u0074\u006d\u003d\u0025\u0073",_cff ._bdab );};_bdc .push (&_ggf );case "\u0051":if !_bdc .empty (){_ggf =*_bdc .pop (); -};_cff ._bdab =_eeab .CTM ;if _fbfd {_b .Log .Info ("\u0063\u0074\u006d\u003d\u0025\u0073",_cff ._bdab );};case "\u0042\u0044\u0043":_decf ,_cfe :=_gbc .GetDict (_ggcf .Params [1]);if !_cfe {_b .Log .Debug ("\u0045\u0052\u0052O\u0052\u003a\u0020\u0042D\u0043\u0020\u006f\u0070\u003d\u0025\u0073 \u0047\u0065\u0074\u0044\u0069\u0063\u0074\u0020\u0066\u0061\u0069\u006c\u0065\u0064",_ggcf ); -return _gab ;};_bdg :=_decf .Get ("\u004d\u0043\u0049\u0044");if _bdg !=nil {_fcbf ,_eedc :=_gbc .GetIntVal (_bdg );if !_eedc {_b .Log .Debug ("\u0045R\u0052\u004fR\u003a\u0020\u0042\u0044C\u0020\u006f\u0070=\u0025\u0073\u002e\u0020\u0042\u0061\u0064\u0020\u006eum\u0065\u0072\u0069c\u0061\u006c \u006f\u0062\u006a\u0065\u0063\u0074.\u0020\u006f=\u0025\u0073",_ggcf ,_bdg ); -};_dfd =_fcbf ;}else {_dfd =-1;};_ccf :=_decf .Get ("\u0041\u0063\u0074\u0075\u0061\u006c\u0054\u0065\u0078\u0074");if _ccf !=nil {_eedb =_ccf .String ();};case "\u0045\u004d\u0043":_dfd =-1;_eedb ="";case "\u0042\u0054":if _dab {_b .Log .Debug ("\u0042\u0054\u0020\u0063\u0061\u006c\u006c\u0065\u0064\u0020\u0077\u0068\u0069\u006c\u0065 \u0069n\u0020\u0061\u0020\u0074\u0065\u0078\u0074\u0020\u006f\u0062\u006a\u0065\u0063\u0074"); -_dfc ._faba =append (_dfc ._faba ,_fdf ._gaa ...);};_dab =true ;_fgee :=_eeab ;if _caeg {_fgee =_aed .GraphicsState {};_fgee .CTM =_cff ._bdab ;};_fgee .CTM =_fgae .Mult (_fgee .CTM );_fdf =_faef (_cadf ,_gbg ,_fgee ,&_ggf ,&_bdc );_cff ._eadd =_fdf ;case "\u0045\u0054":if !_dab {_b .Log .Debug ("\u0045\u0054\u0020ca\u006c\u006c\u0065\u0064\u0020\u006f\u0075\u0074\u0073i\u0064e\u0020o\u0066 \u0061\u0020\u0074\u0065\u0078\u0074\u0020\u006f\u0062\u006a\u0065\u0063\u0074"); -};_dab =false ;_dfc ._faba =append (_dfc ._faba ,_fdf ._gaa ...);_fdf .reset ();case "\u0054\u002a":_fdf .nextLine ();case "\u0054\u0064":if _aae ,_eefg :=_fdf .checkOp (_ggcf ,2,true );!_aae {_b .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0065\u0072\u0072\u003d\u0025\u0076",_eefg ); -return _eefg ;};_ddb ,_fbdf ,_aec :=_bgcd (_ggcf .Params );if _aec !=nil {return _aec ;};_fdf .moveText (_ddb ,_fbdf );case "\u0054\u0044":if _bffd ,_bfc :=_fdf .checkOp (_ggcf ,2,true );!_bffd {_b .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0065\u0072\u0072\u003d\u0025\u0076",_bfc ); -return _bfc ;};_cdgb ,_agf ,_ggfd :=_bgcd (_ggcf .Params );if _ggfd !=nil {_b .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0065\u0072\u0072\u003d\u0025\u0076",_ggfd );return _ggfd ;};_fdf .moveTextSetLeading (_cdgb ,_agf );case "\u0054\u006a":if _fae ,_afe :=_fdf .checkOp (_ggcf ,1,true ); -!_fae {_b .Log .Debug ("\u0045\u0052\u0052\u004fR:\u0020\u0054\u006a\u0020\u006f\u0070\u003d\u0025\u0073\u0020\u0065\u0072\u0072\u003d%\u0076",_ggcf ,_afe );return _afe ;};_ebb :=_gbc .TraceToDirectObject (_ggcf .Params [0]);_aac ,_bfg :=_gbc .GetStringBytes (_ebb ); -if !_bfg {_b .Log .Debug ("\u0045\u0052R\u004f\u0052\u003a\u0020T\u006a\u0020o\u0070\u003d\u0025\u0073\u0020\u0047\u0065\u0074S\u0074\u0072\u0069\u006e\u0067\u0042\u0079\u0074\u0065\u0073\u0020\u0066a\u0069\u006c\u0065\u0064",_ggcf );return _gbc .ErrTypeError ; -};return _fdf .showText (_ebb ,_aac ,_dfd ,_eedb );case "\u0054\u004a":if _gde ,_gaba :=_fdf .checkOp (_ggcf ,1,true );!_gde {_b .Log .Debug ("\u0045\u0052R\u004f\u0052\u003a \u0054\u004a\u0020\u0065\u0072\u0072\u003d\u0025\u0076",_gaba );return _gaba ; -};_cdaa ,_faf :=_gbc .GetArray (_ggcf .Params [0]);if !_faf {_b .Log .Debug ("\u0045\u0052\u0052OR\u003a\u0020\u0054\u004a\u0020\u006f\u0070\u003d\u0025s\u0020G\u0065t\u0041r\u0072\u0061\u0079\u0056\u0061\u006c\u0020\u0066\u0061\u0069\u006c\u0065\u0064",_ggcf ); -return _gab ;};return _fdf .showTextAdjusted (_cdaa ,_dfd ,_eedb );case "\u0027":if _bcc ,_bae :=_fdf .checkOp (_ggcf ,1,true );!_bcc {_b .Log .Debug ("\u0045R\u0052O\u0052\u003a\u0020\u0027\u0020\u0065\u0072\u0072\u003d\u0025\u0076",_bae );return _bae ; -};_ecf :=_gbc .TraceToDirectObject (_ggcf .Params [0]);_bed ,_aebb :=_gbc .GetStringBytes (_ecf );if !_aebb {_b .Log .Debug ("\u0045\u0052RO\u0052\u003a\u0020'\u0020\u006f\u0070\u003d%s \u0047et\u0053\u0074\u0072\u0069\u006e\u0067\u0042yt\u0065\u0073\u0020\u0066\u0061\u0069\u006ce\u0064",_ggcf ); -return _gbc .ErrTypeError ;};_fdf .nextLine ();return _fdf .showText (_ecf ,_bed ,_dfd ,_eedb );case "\u0022":if _bea ,_gda :=_fdf .checkOp (_ggcf ,3,true );!_bea {_b .Log .Debug ("\u0045R\u0052O\u0052\u003a\u0020\u0022\u0020\u0065\u0072\u0072\u003d\u0025\u0076",_gda ); -return _gda ;};_add ,_gacf ,_efb :=_bgcd (_ggcf .Params [:2]);if _efb !=nil {return _efb ;};_age :=_gbc .TraceToDirectObject (_ggcf .Params [2]);_cgdc ,_decb :=_gbc .GetStringBytes (_age );if !_decb {_b .Log .Debug ("\u0045\u0052RO\u0052\u003a\u0020\"\u0020\u006f\u0070\u003d%s \u0047et\u0053\u0074\u0072\u0069\u006e\u0067\u0042yt\u0065\u0073\u0020\u0066\u0061\u0069\u006ce\u0064",_ggcf ); -return _gbc .ErrTypeError ;};_fdf .setCharSpacing (_add );_fdf .setWordSpacing (_gacf );_fdf .nextLine ();return _fdf .showText (_age ,_cgdc ,_dfd ,_eedb );case "\u0054\u004c":_cgfe ,_ffe :=_cgb (_ggcf );if _ffe !=nil {_b .Log .Debug ("\u0045\u0052R\u004f\u0052\u003a \u0054\u004c\u0020\u0065\u0072\u0072\u003d\u0025\u0076",_ffe ); -return _ffe ;};_fdf .setTextLeading (_cgfe );case "\u0054\u0063":_bgb ,_bfgd :=_cgb (_ggcf );if _bfgd !=nil {_b .Log .Debug ("\u0045\u0052R\u004f\u0052\u003a \u0054\u0063\u0020\u0065\u0072\u0072\u003d\u0025\u0076",_bfgd );return _bfgd ;};_fdf .setCharSpacing (_bgb ); -case "\u0054\u0066":if _ccg ,_eba :=_fdf .checkOp (_ggcf ,2,true );!_ccg {_b .Log .Debug ("\u0045\u0052R\u004f\u0052\u003a \u0054\u0066\u0020\u0065\u0072\u0072\u003d\u0025\u0076",_eba );return _eba ;};_gabc ,_ead :=_gbc .GetNameVal (_ggcf .Params [0]); -if !_ead {_b .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a \u0054\u0066\u0020\u006f\u0070\u003d\u0025\u0073\u0020\u0047\u0065\u0074\u004ea\u006d\u0065\u0056\u0061\u006c\u0020\u0066a\u0069\u006c\u0065\u0064",_ggcf );return _gbc .ErrTypeError ;};_fda ,_aea :=_gbc .GetNumberAsFloat (_ggcf .Params [1]); -if !_ead {_b .Log .Debug ("\u0045\u0052\u0052O\u0052\u003a\u0020\u0054\u0066\u0020\u006f\u0070\u003d\u0025\u0073\u0020\u0047\u0065\u0074\u0046\u006c\u006f\u0061\u0074\u0056\u0061\u006c\u0020\u0066\u0061\u0069\u006c\u0065d\u002e\u0020\u0065\u0072\u0072\u003d\u0025\u0076",_ggcf ,_aea ); -return _aea ;};_aea =_fdf .setFont (_gabc ,_fda );_fdf ._gea =_dg .Is (_aea ,_gbc .ErrNotSupported );if _aea !=nil &&!_fdf ._gea {return _aea ;};case "\u0054\u006d":if _dgdeg ,_baa :=_fdf .checkOp (_ggcf ,6,true );!_dgdeg {_b .Log .Debug ("\u0045\u0052R\u004f\u0052\u003a \u0054\u006d\u0020\u0065\u0072\u0072\u003d\u0025\u0076",_baa ); -return _baa ;};_dcc ,_dcgf :=_gbc .GetNumbersAsFloat (_ggcf .Params );if _dcgf !=nil {_b .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0065\u0072\u0072\u003d\u0025\u0076",_dcgf );return _dcgf ;};_fdf .setTextMatrix (_dcc );case "\u0054\u0072":if _dfgb ,_ffef :=_fdf .checkOp (_ggcf ,1,true ); -!_dfgb {_b .Log .Debug ("\u0045\u0052R\u004f\u0052\u003a \u0054\u0072\u0020\u0065\u0072\u0072\u003d\u0025\u0076",_ffef );return _ffef ;};_fffe ,_aee :=_gbc .GetIntVal (_ggcf .Params [0]);if !_aee {_b .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0054\u0072\u0020\u006f\u0070\u003d\u0025\u0073 \u0047e\u0074\u0049\u006e\u0074\u0056\u0061\u006c\u0020\u0066\u0061\u0069\u006c\u0065\u0064",_ggcf ); -return _gbc .ErrTypeError ;};_fdf .setTextRenderMode (_fffe );case "\u0054\u0073":if _dac ,_cac :=_fdf .checkOp (_ggcf ,1,true );!_dac {_b .Log .Debug ("\u0045\u0052R\u004f\u0052\u003a \u0054\u0073\u0020\u0065\u0072\u0072\u003d\u0025\u0076",_cac );return _cac ; -};_fec ,_dccg :=_gbc .GetNumberAsFloat (_ggcf .Params [0]);if _dccg !=nil {_b .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0065\u0072\u0072\u003d\u0025\u0076",_dccg );return _dccg ;};_fdf .setTextRise (_fec );case "\u0054\u0077":if _acc ,_afcg :=_fdf .checkOp (_ggcf ,1,true ); -!_acc {_b .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0065\u0072\u0072\u003d\u0025\u0076",_afcg );return _afcg ;};_bagb ,_afg :=_gbc .GetNumberAsFloat (_ggcf .Params [0]);if _afg !=nil {_b .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0065\u0072\u0072\u003d\u0025\u0076",_afg ); -return _afg ;};_fdf .setWordSpacing (_bagb );case "\u0054\u007a":if _fefg ,_gabd :=_fdf .checkOp (_ggcf ,1,true );!_fefg {_b .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0065\u0072\u0072\u003d\u0025\u0076",_gabd );return _gabd ;};_eegb ,_dgfb :=_gbc .GetNumberAsFloat (_ggcf .Params [0]); -if _dgfb !=nil {_b .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0065\u0072\u0072\u003d\u0025\u0076",_dgfb );return _dgfb ;};_fdf .setHorizScaling (_eegb );case "\u0063\u006d":if !_caeg {_cff ._bdab =_eeab .CTM ;};if _cff ._bdab .Singular (){_gabcb :=_ef .IdentityMatrix ().Translate (_cff ._bdab .Translation ()); -_b .Log .Debug ("S\u0069n\u0067\u0075\u006c\u0061\u0072\u0020\u0063\u0074m\u003d\u0025\u0073\u2192%s",_cff ._bdab ,_gabcb );_cff ._bdab =_gabcb ;};if _fbfd {_b .Log .Info ("\u0063\u0074\u006d\u003d\u0025\u0073",_cff ._bdab );};case "\u006d":if len (_ggcf .Params )!=2{_b .Log .Debug ("\u0057\u0041\u0052\u004e\u003a\u0020\u0065\u0072\u0072o\u0072\u0020\u0077\u0068\u0069\u006c\u0065\u0020\u0070\u0072\u006f\u0063\u0065\u0073\u0073\u0069\u006e\u0067\u0020\u0060\u006d\u0060\u0020o\u0070\u0065r\u0061\u0074o\u0072\u003a\u0020\u0025\u0076\u002e\u0020\u004f\u0075\u0074\u0070\u0075\u0074 m\u0061\u0079\u0020\u0062\u0065\u0020\u0069\u006e\u0063o\u0072\u0072\u0065\u0063\u0074\u002e",_adc ); -return nil ;};_fcc ,_aag :=_gbc .GetNumbersAsFloat (_ggcf .Params );if _aag !=nil {return _aag ;};_cff .moveTo (_fcc [0],_fcc [1]);case "\u006c":if len (_ggcf .Params )!=2{_b .Log .Debug ("\u0057\u0041\u0052\u004e\u003a\u0020\u0065\u0072\u0072o\u0072\u0020\u0077\u0068\u0069\u006c\u0065\u0020\u0070\u0072\u006f\u0063\u0065\u0073\u0073\u0069\u006e\u0067\u0020\u0060\u006c\u0060\u0020o\u0070\u0065r\u0061\u0074o\u0072\u003a\u0020\u0025\u0076\u002e\u0020\u004f\u0075\u0074\u0070\u0075\u0074 m\u0061\u0079\u0020\u0062\u0065\u0020\u0069\u006e\u0063o\u0072\u0072\u0065\u0063\u0074\u002e",_adc ); -return nil ;};_agc ,_cecc :=_gbc .GetNumbersAsFloat (_ggcf .Params );if _cecc !=nil {return _cecc ;};_cff .lineTo (_agc [0],_agc [1]);case "\u0063":if len (_ggcf .Params )!=6{return _adc ;};_egde ,_ffb :=_gbc .GetNumbersAsFloat (_ggcf .Params );if _ffb !=nil {return _ffb ; -};_b .Log .Debug ("\u0043u\u0062\u0069\u0063\u0020b\u0065\u007a\u0069\u0065\u0072 \u0070a\u0072a\u006d\u0073\u003a\u0020\u0025\u002e\u0032f",_egde );_cff .cubicTo (_egde [0],_egde [1],_egde [2],_egde [3],_egde [4],_egde [5]);case "\u0076","\u0079":if len (_ggcf .Params )!=4{return _adc ; -};_agdc ,_feac :=_gbc .GetNumbersAsFloat (_ggcf .Params );if _feac !=nil {return _feac ;};_b .Log .Debug ("\u0043u\u0062\u0069\u0063\u0020b\u0065\u007a\u0069\u0065\u0072 \u0070a\u0072a\u006d\u0073\u003a\u0020\u0025\u002e\u0032f",_agdc );_cff .quadraticTo (_agdc [0],_agdc [1],_agdc [2],_agdc [3]); -case "\u0068":_cff .closePath ();case "\u0072\u0065":if len (_ggcf .Params )!=4{return _adc ;};_def ,_fcce :=_gbc .GetNumbersAsFloat (_ggcf .Params );if _fcce !=nil {return _fcce ;};_cff .drawRectangle (_def [0],_def [1],_def [2],_def [3]);_cff .closePath (); -case "\u0053":_cff .stroke (&_dfc ._fce );_cff .clearPath ();case "\u0073":_cff .closePath ();_cff .stroke (&_dfc ._fce );_cff .clearPath ();case "\u0046":_cff .fill (&_dfc ._bdfb );_cff .clearPath ();case "\u0066","\u0066\u002a":_cff .closePath ();_cff .fill (&_dfc ._bdfb ); -_cff .clearPath ();case "\u0042","\u0042\u002a":_cff .fill (&_dfc ._bdfb );_cff .stroke (&_dfc ._fce );_cff .clearPath ();case "\u0062","\u0062\u002a":_cff .closePath ();_cff .fill (&_dfc ._bdfb );_cff .stroke (&_dfc ._fce );_cff .clearPath ();case "\u006e":_cff .clearPath (); -case "\u0044\u006f":if len (_ggcf .Params )==0{_b .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0065\u0078\u0070\u0065\u0063\u0074\u0065\u0064\u0020\u0058\u004fbj\u0065c\u0074\u0020\u006e\u0061\u006d\u0065\u0020\u006f\u0070\u0065\u0072\u0061n\u0064\u0020\u0066\u006f\u0072\u0020\u0044\u006f\u0020\u006f\u0070\u0065\u0072\u0061\u0074\u006f\u0072.\u0020\u0047\u006f\u0074\u0020\u0025\u002b\u0076\u002e",_ggcf .Params ); -return _gbc .ErrRangeError ;};_bdgf ,_bec :=_gbc .GetName (_ggcf .Params [0]);if !_bec {_b .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0069\u006e\u0076\u0061l\u0069\u0064\u0020\u0044\u006f\u0020\u006f\u0070e\u0072a\u0074\u006f\u0072\u0020\u0058\u004f\u0062\u006a\u0065\u0063\u0074\u0020\u006e\u0061\u006d\u0065\u0020\u006fp\u0065\u0072\u0061\u006e\u0064\u003a\u0020\u0025\u002b\u0076\u002e",_ggcf .Params [0]); -return _gbc .ErrTypeError ;};_ ,_debc :=_gbg .GetXObjectByName (*_bdgf );if _debc !=_bg .XObjectTypeForm {break ;};_dfb ,_bec :=_cadf ._gdfd [_bdgf .String ()];if !_bec {_ecc ,_dggb :=_gbg .GetXObjectFormByName (*_bdgf );if _dggb !=nil {_b .Log .Debug ("\u0045R\u0052\u004f\u0052\u003a\u0020\u0025v",_dggb ); -return _dggb ;};_bgff ,_dggb :=_ecc .GetContentStream ();if _dggb !=nil {_b .Log .Debug ("\u0045R\u0052\u004f\u0052\u003a\u0020\u0025v",_dggb );return _dggb ;};_affb :=_ecc .Resources ;if _affb ==nil {_affb =_gbg ;};_aaec :=_eeab .CTM ;if _accd ,_agb :=_gbc .GetArray (_ecc .Matrix ); -_agb {_agg ,_bee :=_accd .GetAsFloat64Slice ();if _bee !=nil {return _bee ;};if len (_agg )!=6{return _adc ;};_ddf :=_ef .NewMatrix (_agg [0],_agg [1],_agg [2],_agg [3],_agg [4],_agg [5]);_aaec =_eeab .CTM .Mult (_ddf );};_ffeg ,_agfg ,_dea ,_dggb :=_cadf .extractPageText (string (_bgff ),_affb ,_fgae .Mult (_aaec ),_agd +1,false ); -if _dggb !=nil {_b .Log .Debug ("\u0045R\u0052\u004f\u0052\u003a\u0020\u0025v",_dggb );return _dggb ;};_dfb =textResult {*_ffeg ,_agfg ,_dea };_cadf ._gdfd [_bdgf .String ()]=_dfb ;};_cff ._bdab =_eeab .CTM ;if _fbfd {_b .Log .Info ("\u0063\u0074\u006d\u003d\u0025\u0073",_cff ._bdab ); -};_dfc ._faba =append (_dfc ._faba ,_dfb ._eafb ._faba ...);_dfc ._fce =append (_dfc ._fce ,_dfb ._eafb ._fce ...);_dfc ._bdfb =append (_dfc ._bdfb ,_dfb ._eafb ._bdfb ...);_ggf ._gfff +=_dfb ._baca ;_ggf ._ffbf +=_dfb ._eagd ;case "\u0072\u0067","\u0067","\u006b","\u0063\u0073","\u0073\u0063","\u0073\u0063\u006e":_fdf ._dba .ColorspaceNonStroking =_eeab .ColorspaceNonStroking ; -_fdf ._dba .ColorNonStroking =_eeab .ColorNonStroking ;case "\u0052\u0047","\u0047","\u004b","\u0043\u0053","\u0053\u0043","\u0053\u0043\u004e":_fdf ._dba .ColorspaceStroking =_eeab .ColorspaceStroking ;_fdf ._dba .ColorStroking =_eeab .ColorStroking ; -};return nil ;});_gab =_cdb .Process (_fdd );if _cadf ._dff !=nil &&_cadf ._dff .IncludeAnnotations &&!_caeg {for _ ,_ddg :=range _cadf ._ga {_ceb ,_gabac :=_gbc .GetDict (_ddg .AP );if !_gabac {continue ;};_eede ,_gabac :=_ceb .Get ("\u004e").(*_gbc .PdfObjectStream ); -if !_gabac {continue ;};_aecd ,_edg :=_gbc .DecodeStream (_eede );if _edg !=nil {_b .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u006f\u006e\u0020\u0064\u0065c\u006f\u0064\u0065\u0020\u0073\u0074\u0072\u0065\u0061\u006d:\u0020\u0025\u0076",_edg ); -continue ;};_bcbf :=_eede .PdfObjectDictionary .Get ("\u0052e\u0073\u006f\u0075\u0072\u0063\u0065s");_cacc ,_edg :=_bg .NewPdfPageResourcesFromDict (_bcbf .(*_gbc .PdfObjectDictionary ));if _edg !=nil {_b .Log .Debug ("\u0045\u0072\u0072\u006f\u0072 \u006f\u006e\u0020\u0067\u0065\u0074\u0074\u0069\u006e\u0067\u0020\u0061\u006en\u006f\u0074\u0061\u0074\u0069\u006f\u006e\u0020\u0072\u0065\u0073\u006f\u0075\u0072\u0063\u0065\u0073\u003a\u0020\u0025\u0076",_edg ); -continue ;};_ebdc :=_ef .IdentityMatrix ();_ccgd ,_gabac :=_eede .PdfObjectDictionary .Get ("\u004d\u0061\u0074\u0072\u0069\u0078").(*_gbc .PdfObjectArray );if _gabac {_bagd ,_gbaf :=_ccgd .GetAsFloat64Slice ();if _gbaf !=nil {_b .Log .Debug ("\u0045\u0072\u0072or\u0020\u006f\u006e\u0020\u0067\u0065\u0074\u0074\u0069n\u0067 \u0066l\u006fa\u0074\u0036\u0034\u0020\u0073\u006c\u0069\u0063\u0065\u003a\u0020\u0025\u0076",_gbaf ); -continue ;};if len (_bagd )!=6{_b .Log .Debug ("I\u006e\u0076\u0061\u006c\u0069\u0064 \u006d\u0061\u0074\u0072\u0069\u0078\u0020\u0073\u006ci\u0063\u0065\u0020l\u0065n\u0067\u0074\u0068");continue ;};_ebdc =_ef .NewMatrix (_bagd [0],_bagd [1],_bagd [2],_bagd [3],_bagd [4],_bagd [5]); -};_ceaa ,_gabac :=_cadf ._adg [_eede .String ()];if !_gabac {_egac ,_dcfd ,_efgg ,_bfgc :=_cadf .extractPageText (string (_aecd ),_cacc ,_ebdc ,_agd +1,true );if _bfgc !=nil {_b .Log .Debug ("\u0045\u0052R\u004f\u0052\u0020\u0065x\u0074\u0072a\u0063\u0074\u0069\u006e\u0067\u0020\u0061\u006en\u006f\u0074\u0061\u0074\u0069\u006f\u006e\u0020\u0074\u0065\u0078\u0074s\u003a\u0020\u0025\u0076",_bfgc ); -continue ;};_ceaa =textResult {*_egac ,_dcfd ,_efgg };_cadf ._adg [_eede .String ()]=_ceaa ;};_dfc ._faba =append (_dfc ._faba ,_ceaa ._eafb ._faba ...);_dfc ._fce =append (_dfc ._fce ,_ceaa ._eafb ._fce ...);_dfc ._bdfb =append (_dfc ._bdfb ,_ceaa ._eafb ._bdfb ...); -_ggf ._gfff +=_ceaa ._baca ;_ggf ._ffbf +=_ceaa ._eagd ;};};return _dfc ,_ggf ._gfff ,_ggf ._ffbf ,_gab ;};func (_acea *textTable )bbox ()_bg .PdfRectangle {return _acea .PdfRectangle };var _de =[]string {"\u0042\u004e","\u0042\u004e","\u0042\u004e","\u0042\u004e","\u0042\u004e","\u0042\u004e","\u0042\u004e","\u0042\u004e","\u0042\u004e","\u0053","\u0042","\u0053","\u0057\u0053","\u0042","\u0042\u004e","\u0042\u004e","\u0042\u004e","\u0042\u004e","\u0042\u004e","\u0042\u004e","\u0042\u004e","\u0042\u004e","\u0042\u004e","\u0042\u004e","\u0042\u004e","\u0042\u004e","\u0042\u004e","\u0042\u004e","\u0042","\u0042","\u0042","\u0053","\u0057\u0053","\u004f\u004e","\u004f\u004e","\u0045\u0054","\u0045\u0054","\u0045\u0054","\u004f\u004e","\u004f\u004e","\u004f\u004e","\u004f\u004e","\u004f\u004e","\u0045\u0053","\u0043\u0053","\u0045\u0053","\u0043\u0053","\u0043\u0053","\u0045\u004e","\u0045\u004e","\u0045\u004e","\u0045\u004e","\u0045\u004e","\u0045\u004e","\u0045\u004e","\u0045\u004e","\u0045\u004e","\u0045\u004e","\u0043\u0053","\u004f\u004e","\u004f\u004e","\u004f\u004e","\u004f\u004e","\u004f\u004e","\u004f\u004e","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004f\u004e","\u004f\u004e","\u004f\u004e","\u004f\u004e","\u004f\u004e","\u004f\u004e","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004f\u004e","\u004f\u004e","\u004f\u004e","\u004f\u004e","\u0042\u004e","\u0042\u004e","\u0042\u004e","\u0042\u004e","\u0042\u004e","\u0042\u004e","\u0042","\u0042\u004e","\u0042\u004e","\u0042\u004e","\u0042\u004e","\u0042\u004e","\u0042\u004e","\u0042\u004e","\u0042\u004e","\u0042\u004e","\u0042\u004e","\u0042\u004e","\u0042\u004e","\u0042\u004e","\u0042\u004e","\u0042\u004e","\u0042\u004e","\u0042\u004e","\u0042\u004e","\u0042\u004e","\u0042\u004e","\u0042\u004e","\u0042\u004e","\u0042\u004e","\u0042\u004e","\u0042\u004e","\u0042\u004e","\u0043\u0053","\u004f\u004e","\u0045\u0054","\u0045\u0054","\u0045\u0054","\u0045\u0054","\u004f\u004e","\u004f\u004e","\u004f\u004e","\u004f\u004e","\u004c","\u004f\u004e","\u004f\u004e","\u0042\u004e","\u004f\u004e","\u004f\u004e","\u0045\u0054","\u0045\u0054","\u0045\u004e","\u0045\u004e","\u004f\u004e","\u004c","\u004f\u004e","\u004f\u004e","\u004f\u004e","\u0045\u004e","\u004c","\u004f\u004e","\u004f\u004e","\u004f\u004e","\u004f\u004e","\u004f\u004e","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004f\u004e","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004f\u004e","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c"}; -func (_badg *textLine )markWordBoundaries (){_fcafg :=_gcca *_badg ._gdbd ;for _ggadb ,_ddce :=range _badg ._edee [1:]{if _gefae (_ddce ,_badg ._edee [_ggadb ])>=_fcafg {_ddce ._ggdce =true ;};};};type lists []*list ;func (_bfd *textLine )toTextMarks (_feacd *int )[]TextMark {var _gbage []TextMark ; -for _ ,_fdcb :=range _bfd ._edee {if _fdcb ._ggdce {_gbage =_eaagb (_gbage ,_feacd ,"\u0020");};_aadg :=_fdcb .toTextMarks (_feacd );_gbage =append (_gbage ,_aadg ...);};return _gbage ;};func _dfgba (_bbgda map[int ][]float64 ){if len (_bbgda )<=1{return ; -};_fdcda :=_bgffa (_bbgda );if _eeeg {_b .Log .Info ("\u0066i\u0078C\u0065\u006c\u006c\u0073\u003a \u006b\u0065y\u0073\u003d\u0025\u002b\u0076",_fdcda );};var _gfbf ,_ffba int ;for _gfbf ,_ffba =range _fdcda {if _bbgda [_ffba ]!=nil {break ;};};for _eedd ,_cbdg :=range _fdcda [_gfbf :]{_bfeg :=_bbgda [_cbdg ]; -if _bfeg ==nil {continue ;};if _eeeg {_d .Printf ("\u0025\u0034\u0064\u003a\u0020\u006b\u0030\u003d\u0025\u0064\u0020\u006b1\u003d\u0025\u0064\u000a",_gfbf +_eedd ,_ffba ,_cbdg );};_dcdae :=_bbgda [_cbdg ];if _dcdae [len (_dcdae )-1]> _bfeg [0]{_dcdae [len (_dcdae )-1]=_bfeg [0]; -_bbgda [_ffba ]=_dcdae ;};_ffba =_cbdg ;};};var _fagb string ="\u0028\u003f\u0069\u0029\u005e\u0028\u004d\u007b\u0030\u002c\u0033\u007d\u0029\u0028\u0043\u0028?\u003a\u0044\u007cM\u0029\u007c\u0044\u003f\u0043{\u0030\u002c\u0033\u007d\u0029\u0028\u0058\u0028\u003f\u003a\u004c\u007c\u0043\u0029\u007cL\u003f\u0058\u007b\u0030\u002c\u0033}\u0029\u0028\u0049\u0028\u003f\u003a\u0056\u007c\u0058\u0029\u007c\u0056\u003f\u0049\u007b\u0030\u002c\u0033\u007d\u0029\u0028\u005c\u0029\u007c\u005c\u002e\u0029\u007c\u005e\u005c\u0028\u0028\u004d\u007b\u0030\u002c\u0033\u007d\u0029\u0028\u0043\u0028\u003f\u003aD\u007cM\u0029\u007c\u0044\u003f\u0043\u007b\u0030\u002c\u0033\u007d\u0029\u0028\u0058\u0028?\u003a\u004c\u007c\u0043\u0029\u007c\u004c?\u0058\u007b0\u002c\u0033\u007d\u0029(\u0049\u0028\u003f\u003a\u0056|\u0058\u0029\u007c\u0056\u003f\u0049\u007b\u0030\u002c\u0033\u007d\u0029\u005c\u0029"; -type pathSection struct{_cdc []*subpath ;_ab .Color ;}; +// Position of the image in PDF coordinates (lower left corner). +X float64 ;Y float64 ; -// Extractor stores and offers functionality for extracting content from PDF pages. -type Extractor struct{_eca string ;_feg *_bg .PdfPageResources ;_ac _bg .PdfRectangle ;_fcb *_bg .PdfRectangle ;_deg map[string ]fontEntry ;_gdfd map[string ]textResult ;_adg map[string ]textResult ;_cd int64 ;_egd int ;_dff *Options ;_egb *_gbc .PdfObject ; -_edaa _gbc .PdfObject ;_ga []*_bg .PdfAnnotation ;}; +// Angle in degrees, if rotated. +Angle float64 ;}; -// TextMarkArray is a collection of TextMarks. -type TextMarkArray struct{_egbe []TextMark };func (_ecfb paraList )log (_fggf string ){if !_agba {return ;};_b .Log .Info ("%\u0038\u0073\u003a\u0020\u0025\u0064 \u0070\u0061\u0072\u0061\u0073\u0020=\u003d\u003d\u003d\u003d\u003d\u003d\u002d-\u002d\u002d\u002d\u002d\u002d\u003d\u003d\u003d\u003d\u003d=\u003d",_fggf ,len (_ecfb )); -for _ebdg ,_acac :=range _ecfb {if _acac ==nil {continue ;};_eabg :=_acac .text ();_ggbb :="\u0020\u0020";if _acac ._cece !=nil {_ggbb =_d .Sprintf ("\u005b%\u0064\u0078\u0025\u0064\u005d",_acac ._cece ._ddcega ,_acac ._cece ._egbbf );};_d .Printf ("\u0025\u0034\u0064\u003a\u0020\u0025\u0036\u002e\u0032\u0066\u0020\u0025s\u0020\u0025\u0071\u000a",_ebdg ,_acac .PdfRectangle ,_ggbb ,_cfbg (_eabg ,50)); -};};func (_bcagg intSet )has (_gcgbc int )bool {_ ,_fedag :=_bcagg [_gcgbc ];return _fedag };func _gdfgg (_cedde []pathSection ){if _bagc < 0.0{return ;};if _gfab {_b .Log .Info ("\u0067\u0072\u0061\u006e\u0075\u006c\u0061\u0072\u0069\u007a\u0065\u003a\u0020\u0025\u0064 \u0073u\u0062\u0070\u0061\u0074\u0068\u0020\u0073\u0065\u0063\u0074\u0069\u006f\u006e\u0073",len (_cedde )); -};for _ebge ,_fgbg :=range _cedde {for _fdadc ,_bacadb :=range _fgbg ._cdc {for _dgdae ,_cgcd :=range _bacadb ._agea {_bacadb ._agea [_dgdae ]=_ef .Point {X :_gbeg (_cgcd .X ),Y :_gbeg (_cgcd .Y )};if _gfab {_adda :=_bacadb ._agea [_dgdae ];if !_fedaf (_cgcd ,_adda ){_fgccf :=_ef .Point {X :_adda .X -_cgcd .X ,Y :_adda .Y -_cgcd .Y }; -_d .Printf ("\u0025\u0034d \u002d\u0020\u00254\u0064\u0020\u002d\u0020%4d\u003a %\u002e\u0032\u0066\u0020\u2192\u0020\u0025.2\u0066\u0020\u0028\u0025\u0067\u0029\u000a",_ebge ,_fdadc ,_dgdae ,_cgcd ,_adda ,_fgccf );};};};};};};func _gddc (_gaagb ,_eedcb float64 )bool {return _bb .Abs (_gaagb -_eedcb )<=_beac }; -func _degfb (_ecceg ,_fbcb _bg .PdfRectangle )bool {return _fbcb .Llx <=_ecceg .Urx &&_ecceg .Llx <=_fbcb .Urx ;};func _ffbe (_afgbc []*textMark ,_aefce _bg .PdfRectangle ,_dbeb rulingList ,_agdb []gridTiling ,_faeaf bool )paraList {_b .Log .Trace ("\u006d\u0061\u006b\u0065\u0054\u0065\u0078\u0074\u0050\u0061\u0067\u0065\u003a \u0025\u0064\u0020\u0065\u006c\u0065m\u0065\u006e\u0074\u0073\u0020\u0070\u0061\u0067\u0065\u0053\u0069\u007a\u0065=\u0025\u002e\u0032\u0066",len (_afgbc ),_aefce ); -if len (_afgbc )==0{return nil ;};_cace :=_gebg (_afgbc ,_aefce );if len (_cace )==0{return nil ;};_dbeb .log ("\u006d\u0061\u006be\u0054\u0065\u0078\u0074\u0050\u0061\u0067\u0065");_aecg ,_aagccg :=_dbeb .vertsHorzs ();_cafc :=_gdbe (_cace ,_aefce .Ury ,_aecg ,_aagccg ); -_bebfc :=_ccae (_cafc ,_aefce .Ury ,_aecg ,_aagccg );_bebfc =_gbaa (_bebfc );_ddaa :=make (paraList ,0,len (_bebfc ));for _ ,_addcb :=range _bebfc {_adff :=_addcb .arrangeText ();if _adff !=nil {_ddaa =append (_ddaa ,_adff );};};if !_faeaf &&len (_ddaa )>=_cbea {_ddaa =_ddaa .extractTables (_agdb ); -};_ddaa .sortReadingOrder ();if !_faeaf {_ddaa .sortTopoOrder ();};_ddaa .log ("\u0073\u006f\u0072te\u0064\u0020\u0069\u006e\u0020\u0072\u0065\u0061\u0064\u0069\u006e\u0067\u0020\u006f\u0072\u0064\u0065\u0072");return _ddaa ;};func (_afbbb *textWord )appendMark (_acdg *textMark ,_bgce _bg .PdfRectangle ){_afbbb ._ecdf =append (_afbbb ._ecdf ,_acdg ); -_afbbb .PdfRectangle =_egbb (_afbbb .PdfRectangle ,_acdg .PdfRectangle );if _acdg ._cfgcd > _afbbb ._dafae {_afbbb ._dafae =_acdg ._cfgcd ;};_afbbb ._ccee =_bgce .Ury -_afbbb .PdfRectangle .Lly ;}; +// Text returns the text content of the `bulletLists`. +func (_gadf *lists )Text ()string {_ceafe :=&_bfb .Builder {};for _ ,_fecd :=range *_gadf {_gbgd :=_fecd .Text ();_ceafe .WriteString (_gbgd );};return _ceafe .String ();};type rectRuling struct{_dbcg rulingKind ;_adgeg markKind ;_dd .Color ;_b .PdfRectangle ; +};func (_aggd *textMark )bbox ()_b .PdfRectangle {return _aggd .PdfRectangle }; -// String returns a description of `tm`. -func (_dbcg *textMark )String ()string {return _d .Sprintf ("\u0025\u002e\u0032f \u0066\u006f\u006e\u0074\u0073\u0069\u007a\u0065\u003d\u0025\u002e\u0032\u0066\u0020\u0022\u0025\u0073\u0022",_dbcg .PdfRectangle ,_dbcg ._cfgcd ,_dbcg ._aaag );};func (_fadca *textTable )newTablePara ()*textPara {_caabg :=_fadca .computeBbox (); -_afbb :=&textPara {PdfRectangle :_caabg ,_dgcfe :_caabg ,_cece :_fadca };if _eeeg {_b .Log .Info ("\u006e\u0065w\u0054\u0061\u0062l\u0065\u0050\u0061\u0072\u0061\u003a\u0020\u0025\u0073",_afbb );};return _afbb ;}; +// PageImages represents extracted images on a PDF page with spatial information: +// display position and size. +type PageImages struct{Images []ImageMark ;};func _cfegg (_deeda []*textMark ,_gadfa _b .PdfRectangle )*textWord {_fgfg :=_deeda [0].PdfRectangle ;_cgfbg :=_deeda [0]._dgfec ;for _ ,_acdb :=range _deeda [1:]{_fgfg =_badbb (_fgfg ,_acdb .PdfRectangle ); +if _acdb ._dgfec > _cgfbg {_cgfbg =_acdb ._dgfec ;};};return &textWord {PdfRectangle :_fgfg ,_bggbb :_deeda ,_bagdd :_gadfa .Ury -_fgfg .Lly ,_ecdce :_cgfbg };};func (_ggcaf *TextMarkArray )exists (_fgdf TextMark )bool {for _ ,_abbe :=range _ggcaf .Elements (){if _dg .DeepEqual (_fgdf .DirectObject ,_abbe .DirectObject )&&_dg .DeepEqual (_fgdf .BBox ,_abbe .BBox )&&_abbe .Text ==_fgdf .Text {return true ; +};};return false ;};func (_ddea *shapesState )stroke (_dgfe *[]pathSection ){_cgba :=pathSection {_cdad :_ddea ._fgdb ,Color :_ddea ._aaag .getStrokeColor ()};*_dgfe =append (*_dgfe ,_cgba );if _ccffg {_bf .Printf ("\u0020 \u0020\u0020S\u0054\u0052\u004fK\u0045\u003a\u0020\u0025\u0064\u0020\u0073t\u0072\u006f\u006b\u0065\u0073\u0020s\u0073\u003d\u0025\u0073\u0020\u0063\u006f\u006c\u006f\u0072\u003d%\u002b\u0076\u0020\u0025\u0036\u002e\u0032\u0066\u000a",len (*_dgfe ),_ddea ,_ddea ._aaag .getStrokeColor (),_cgba .bbox ()); +if _dad {for _bfaac ,_ggd :=range _ddea ._fgdb {_bf .Printf ("\u0025\u0038\u0064\u003a\u0020\u0025\u0073\u000a",_bfaac ,_ggd );if _bfaac ==10{break ;};};};};};type structElement struct{_bgec string ;_fefd []structElement ;_cabe int64 ;_fbfd _ff .PdfObject ; +};func _bdfee (_fceaa ,_abef ,_deegb float64 )rulingKind {if _fceaa >=_deegb &&_fgdc (_abef ,_fceaa ){return _geggc ;};if _abef >=_deegb &&_fgdc (_fceaa ,_abef ){return _eeeae ;};return _aagc ;};func (_facdfd paraList )applyTables (_aeda []*textTable )paraList {var _afdb paraList ; +for _ ,_efded :=range _aeda {_afdb =append (_afdb ,_efded .newTablePara ());};for _ ,_afcf :=range _facdfd {if _afcf ._cdaad {continue ;};_afdb =append (_afdb ,_afcf );};return _afdb ;};var _beg =false ;func _cbdc (_faec []*textMark ,_efdd _b .PdfRectangle )string {_e .Log .Trace ("\u006d\u0061\u006b\u0065\u0053i\u006d\u0070\u006c\u0065\u0054\u0065\u0078\u0074\u003a\u0020\u0025\u0064\u0020e\u006c\u0065\u006d\u0065\u006e\u0074\u0073\u0020\u0070\u0061\u0067\u0065\u0053\u0069\u007a\u0065\u003d\u0025\u002e\u0032\u0066",len (_faec ),_efdd ); +_cfcfd :="";if len (_faec )==0{return _cfcfd ;};_def :=_gabdf (_faec ,_efdd );if len (_def )==0{return _cfcfd ;};_faaf :=0.0;_gcge :=true ;_acfbf :="";for _ ,_deabe :=range _def {_ebcc :=_deabe ._ecdce ;if _ebcc > _fbee {_ebcc =_fbee ;};if (_deabe ._bagdd -_faaf > _dacc *_ebcc &&_faaf !=0.0)||(_faaf -_deabe ._bagdd > _ebcc *10){_eccgdb :=_dc ([]rune (_acfbf )); +_acfbf =_eccgdb ._db ;_acfbf +="\u000a";_cfcfd +=_acfbf ;_acfbf ="";}else {if !_gcge {_acfbf +="\u0020";};};_acfbf +=_deabe ._deccc ;_gcge =false ;_faaf =_deabe ._bagdd ;};if _acfbf !=""{_efaf :=_dc ([]rune (_acfbf ));_acfbf =_efaf ._db ;_acfbf +="\u000a"; +_cfcfd +=_acfbf ;};return _cfcfd ;};func _gbdcf (_gdcc []*textLine )map[float64 ][]*textLine {_fd .Slice (_gdcc ,func (_fggc ,_eecc int )bool {return _gdcc [_fggc ]._dce < _gdcc [_eecc ]._dce });_eafbb :=map[float64 ][]*textLine {};for _ ,_dgfc :=range _gdcc {_cdbf :=_bbfb (_dgfc ); +_cdbf =_ce .Round (_cdbf );_eafbb [_cdbf ]=append (_eafbb [_cdbf ],_dgfc );};return _eafbb ;};func (_ccgcf paraList )eventNeighbours (_ceecbdd []event )map[*textPara ][]int {_fd .Slice (_ceecbdd ,func (_fdfgc ,_egega int )bool {_abffg ,_aedb :=_ceecbdd [_fdfgc ],_ceecbdd [_egega ]; +_dadgg ,_ggde :=_abffg ._caacf ,_aedb ._caacf ;if _dadgg !=_ggde {return _dadgg < _ggde ;};if _abffg ._bdec !=_aedb ._bdec {return _abffg ._bdec ;};return _fdfgc < _egega ;});_dgbff :=make (map[int ]intSet );_cfaff :=make (intSet );for _ ,_gbae :=range _ceecbdd {if _gbae ._bdec {_dgbff [_gbae ._cfgdd ]=make (intSet ); +for _agdga :=range _cfaff {if _agdga !=_gbae ._cfgdd {_dgbff [_gbae ._cfgdd ].add (_agdga );_dgbff [_agdga ].add (_gbae ._cfgdd );};};_cfaff .add (_gbae ._cfgdd );}else {_cfaff .del (_gbae ._cfgdd );};};_dgddc :=map[*textPara ][]int {};for _fbbfb ,_fbcba :=range _dgbff {_dddf :=_ccgcf [_fbbfb ]; +if len (_fbcba )==0{_dgddc [_dddf ]=nil ;continue ;};_bafg :=make ([]int ,len (_fbcba ));_gdgeac :=0;for _bage :=range _fbcba {_bafg [_gdgeac ]=_bage ;_gdgeac ++;};_dgddc [_dddf ]=_bafg ;};return _dgddc ;};func (_cdcd rulingList )bbox ()_b .PdfRectangle {var _geeeb _b .PdfRectangle ; +if len (_cdcd )==0{_e .Log .Error ("r\u0075\u006c\u0069\u006e\u0067\u004ci\u0073\u0074\u002e\u0062\u0062\u006f\u0078\u003a\u0020n\u006f\u0020\u0072u\u006ci\u006e\u0067\u0073");return _b .PdfRectangle {};};if _cdcd [0]._facdf ==_geggc {_geeeb .Llx ,_geeeb .Urx =_cdcd .secMinMax (); +_geeeb .Lly ,_geeeb .Ury =_cdcd .primMinMax ();}else {_geeeb .Llx ,_geeeb .Urx =_cdcd .primMinMax ();_geeeb .Lly ,_geeeb .Ury =_cdcd .secMinMax ();};return _geeeb ;}; -// String returns a human readable description of `ss`. -func (_fgeeb *shapesState )String ()string {return _d .Sprintf ("\u007b\u0025\u0064\u0020su\u0062\u0070\u0061\u0074\u0068\u0073\u0020\u0066\u0072\u0065\u0073\u0068\u003d\u0025t\u007d",len (_fgeeb ._dgdd ),_fgeeb ._aaba );};func _cada (_dbda ,_bagf bounded )float64 {_fbcg :=_ccfa (_dbda ,_bagf ); -if !_gacaa (_fbcg ){return _fbcg ;};return _fgc (_dbda ,_bagf );};func (_fcfgd *textPara )writeText (_abbc _e .Writer ){if _fcfgd ._cece ==nil {_fcfgd .writeCellText (_abbc );return ;};for _aafd :=0;_aafd < _fcfgd ._cece ._egbbf ;_aafd ++{for _fbbad :=0; -_fbbad < _fcfgd ._cece ._ddcega ;_fbbad ++{_afeb :=_fcfgd ._cece .get (_fbbad ,_aafd );if _afeb ==nil {_abbc .Write ([]byte ("\u0009"));}else {_dbge (_afeb ._gdc );_afeb .writeCellText (_abbc );};_abbc .Write ([]byte ("\u0020"));};if _aafd < _fcfgd ._cece ._egbbf -1{_abbc .Write ([]byte ("\u000a")); -};};};func _eaagb (_eefae []TextMark ,_eagec *int ,_gaad string )[]TextMark {_cceg :=_fdad ;_cceg .Text =_gaad ;return _cefe (_eefae ,_eagec ,_cceg );};func _gefae (_gcad ,_acbc bounded )float64 {return _gcad .bbox ().Llx -_acbc .bbox ().Urx }; +// String returns a human readable description of `path`. +func (_ade *subpath )String ()string {_cdeg :=_ade ._gfb ;_beggc :=len (_cdeg );if _beggc <=5{return _bf .Sprintf ("\u0025d\u003a\u0020\u0025\u0036\u002e\u0032f",_beggc ,_cdeg );};return _bf .Sprintf ("\u0025d\u003a\u0020\u0025\u0036.\u0032\u0066\u0020\u0025\u0036.\u0032f\u0020.\u002e\u002e\u0020\u0025\u0036\u002e\u0032f",_beggc ,_cdeg [0],_cdeg [1],_cdeg [_beggc -1]); +};type structTreeRoot struct{_addd []structElement ;_fedg string ;};func _fdab (_ecag _b .PdfRectangle )*ruling {return &ruling {_facdf :_eeeae ,_efadf :_ecag .Urx ,_efbba :_ecag .Lly ,_daba :_ecag .Ury };};func (_daca *wordBag )removeWord (_cddc *textWord ,_dfae int ){_dgfa :=_daca ._ecfd [_dfae ]; +_dgfa =_bdgd (_dgfa ,_cddc );if len (_dgfa )==0{delete (_daca ._ecfd ,_dfae );}else {_daca ._ecfd [_dfae ]=_dgfa ;};};func _fagdd (_dgdd *textWord ,_gecea float64 ,_dbdg ,_badd rulingList )*wordBag {_bdfd :=_fdd (_dgdd ._bagdd );_bded :=[]*textWord {_dgdd }; +_dab :=wordBag {_ecfd :map[int ][]*textWord {_bdfd :_bded },PdfRectangle :_dgdd .PdfRectangle ,_dbfbe :_dgdd ._ecdce ,_gdgea :_gecea ,_dbgbc :_dbdg ,_edfe :_badd };return &_dab ;};type gridTiling struct{_b .PdfRectangle ;_aabgb []float64 ;_fdgd []float64 ; +_caabf map[float64 ]map[float64 ]gridTile ;};func _gc (_ed []string ,_aa int ,_gcd string )int {_dff :=_aa ;for ;_dff < len (_ed );_dff ++{if _ed [_dff ]!=_gcd {return _dff ;};};return _dff ;};func (_cbgg paraList )llyOrdering ()[]int {_eafe :=make ([]int ,len (_cbgg )); +for _fefg :=range _cbgg {_eafe [_fefg ]=_fefg ;};_fd .SliceStable (_eafe ,func (_gbdf ,_gdgg int )bool {_fedcc ,_bebe :=_eafe [_gbdf ],_eafe [_gdgg ];return _cbgg [_fedcc ].Lly < _cbgg [_bebe ].Lly ;});return _eafe ;};func _geec (_fcbd *_b .Image ,_debda _dd .Color )_ga .Image {_edbd ,_egbfg :=int (_fcbd .Width ),int (_fcbd .Height ); +_afbgd :=_ga .NewRGBA (_ga .Rect (0,0,_edbd ,_egbfg ));for _ebggg :=0;_ebggg < _egbfg ;_ebggg ++{for _dcagf :=0;_dcagf < _edbd ;_dcagf ++{_acbb ,_aegdf :=_fcbd .ColorAt (_dcagf ,_ebggg );if _aegdf !=nil {_e .Log .Debug ("\u0057\u0041\u0052\u004e\u003a\u0020\u0063o\u0075\u006c\u0064\u0020\u006e\u006f\u0074\u0020\u0072\u0065\u0074\u0072\u0069\u0065v\u0065 \u0069\u006d\u0061\u0067\u0065\u0020m\u0061\u0073\u006b\u0020\u0076\u0061\u006cu\u0065\u0020\u0061\u0074\u0020\u0028\u0025\u0064\u002c\u0020\u0025\u0064\u0029\u002e\u0020\u004f\u0075\u0074\u0070\u0075\u0074\u0020\u006da\u0079\u0020\u0062\u0065\u0020\u0069\u006e\u0063\u006f\u0072\u0072\u0065\u0063t\u002e",_dcagf ,_ebggg ); +continue ;};_cddd ,_bfbae ,_dbccf ,_ :=_acbb .RGBA ();var _agff _dd .Color ;if _cddd +_bfbae +_dbccf ==0{_agff =_dd .Transparent ;}else {_agff =_debda ;};_afbgd .Set (_dcagf ,_ebggg ,_agff );};};return _afbgd ;};func (_gcdcb *TextMarkArray )getTextMarkAtOffset (_afa int )*TextMark {for _ ,_ccdc :=range _gcdcb ._gaac {if _ccdc .Offset ==_afa {return &_ccdc ; +};};return nil ;};func (_fbae paraList )findTextTables ()[]*textTable {var _gbeef []*textTable ;for _ ,_faee :=range _fbae {if _faee .taken ()||_faee .Width ()==0{continue ;};_gfffbf :=_faee .isAtom ();if _gfffbf ==nil {continue ;};_gfffbf .growTable (); +if _gfffbf ._addag *_gfffbf ._cffff < _dbebd {continue ;};_gfffbf .markCells ();_gfffbf .log ("\u0067\u0072\u006fw\u006e");_gbeef =append (_gbeef ,_gfffbf );};return _gbeef ;};func (_baef *textLine )text ()string {var _adgec []string ;for _ ,_bdcg :=range _baef ._edge {if _bdcg ._gcccd {_adgec =append (_adgec ,"\u0020"); +};_adgec =append (_adgec ,_bdcg ._deccc );};_bdbc :=_bfb .Join (_adgec ,"");_bbce :=_dc ([]rune (_bdbc ));return _bbce ._db ;};func _dea (_gbd *_gd .ContentStreamOperation )(float64 ,error ){if len (_gbd .Params )!=1{_fgae :=_ad .New ("\u0069n\u0063\u006f\u0072\u0072e\u0063\u0074\u0020\u0070\u0061r\u0061m\u0065t\u0065\u0072\u0020\u0063\u006f\u0075\u006et"); +_e .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0025\u0023\u0071\u0020\u0073\u0068\u006f\u0075\u006c\u0064\u0020h\u0061\u0076\u0065\u0020\u0025\u0064\u0020i\u006e\u0070\u0075\u0074\u0020\u0070\u0061\u0072\u0061\u006d\u0073,\u0020\u0067\u006f\u0074\u0020\u0025\u0064\u0020\u0025\u002b\u0076",_gbd .Operand ,1,len (_gbd .Params ),_gbd .Params ); +return 0.0,_fgae ;};return _ff .GetNumberAsFloat (_gbd .Params [0]);};var _be =[]string {"\u0042\u004e","\u0042\u004e","\u0042\u004e","\u0042\u004e","\u0042\u004e","\u0042\u004e","\u0042\u004e","\u0042\u004e","\u0042\u004e","\u0053","\u0042","\u0053","\u0057\u0053","\u0042","\u0042\u004e","\u0042\u004e","\u0042\u004e","\u0042\u004e","\u0042\u004e","\u0042\u004e","\u0042\u004e","\u0042\u004e","\u0042\u004e","\u0042\u004e","\u0042\u004e","\u0042\u004e","\u0042\u004e","\u0042\u004e","\u0042","\u0042","\u0042","\u0053","\u0057\u0053","\u004f\u004e","\u004f\u004e","\u0045\u0054","\u0045\u0054","\u0045\u0054","\u004f\u004e","\u004f\u004e","\u004f\u004e","\u004f\u004e","\u004f\u004e","\u0045\u0053","\u0043\u0053","\u0045\u0053","\u0043\u0053","\u0043\u0053","\u0045\u004e","\u0045\u004e","\u0045\u004e","\u0045\u004e","\u0045\u004e","\u0045\u004e","\u0045\u004e","\u0045\u004e","\u0045\u004e","\u0045\u004e","\u0043\u0053","\u004f\u004e","\u004f\u004e","\u004f\u004e","\u004f\u004e","\u004f\u004e","\u004f\u004e","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004f\u004e","\u004f\u004e","\u004f\u004e","\u004f\u004e","\u004f\u004e","\u004f\u004e","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004f\u004e","\u004f\u004e","\u004f\u004e","\u004f\u004e","\u0042\u004e","\u0042\u004e","\u0042\u004e","\u0042\u004e","\u0042\u004e","\u0042\u004e","\u0042","\u0042\u004e","\u0042\u004e","\u0042\u004e","\u0042\u004e","\u0042\u004e","\u0042\u004e","\u0042\u004e","\u0042\u004e","\u0042\u004e","\u0042\u004e","\u0042\u004e","\u0042\u004e","\u0042\u004e","\u0042\u004e","\u0042\u004e","\u0042\u004e","\u0042\u004e","\u0042\u004e","\u0042\u004e","\u0042\u004e","\u0042\u004e","\u0042\u004e","\u0042\u004e","\u0042\u004e","\u0042\u004e","\u0042\u004e","\u0043\u0053","\u004f\u004e","\u0045\u0054","\u0045\u0054","\u0045\u0054","\u0045\u0054","\u004f\u004e","\u004f\u004e","\u004f\u004e","\u004f\u004e","\u004c","\u004f\u004e","\u004f\u004e","\u0042\u004e","\u004f\u004e","\u004f\u004e","\u0045\u0054","\u0045\u0054","\u0045\u004e","\u0045\u004e","\u004f\u004e","\u004c","\u004f\u004e","\u004f\u004e","\u004f\u004e","\u0045\u004e","\u004c","\u004f\u004e","\u004f\u004e","\u004f\u004e","\u004f\u004e","\u004f\u004e","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004f\u004e","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004f\u004e","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c"}; +func _caaae (_bdgfa map[int ]intSet )[]int {_feffg :=make ([]int ,0,len (_bdgfa ));for _dffce :=range _bdgfa {_feffg =append (_feffg ,_dffce );};_fd .Ints (_feffg );return _feffg ;};func (_ffab *subpath )close (){if !_dcba (_ffab ._gfb [0],_ffab .last ()){_ffab .add (_ffab ._gfb [0]); +};_ffab ._dffd =true ;_ffab .removeDuplicates ();}; // List returns all the list objects detected on the page. // It detects all the bullet point Lists from a given pdf page and builds a slice of bullet list objects. @@ -571,134 +257,346 @@ _fbbad < _fcfgd ._cece ._ddcega ;_fbbad ++{_afeb :=_fcfgd ._cece .get (_fbbad ,_ // // handle error // lists := pageText.List() // txt := lists.Text() -func (_dbad PageText )List ()lists {_dfaf :=!_dbad ._gfee ._abdc ;_deca :=_dbad .getParagraphs ();_fceg :=true ;if _dbad ._gge ==nil ||*_dbad ._gge ==nil {_fceg =false ;};_bde :=_deca .list ();if _fceg &&_dfaf {_eaabg :=_defc (&_deca );_afab :=&structTreeRoot {}; -_afab .parseStructTreeRoot (*_dbad ._gge );if _afab ._dgeg ==nil {_b .Log .Debug ("\u004c\u0069\u0073\u0074\u003a\u0020\u0073t\u0072\u0075\u0063\u0074\u0054\u0072\u0065\u0065\u0052\u006f\u006f\u0074\u0020\u0064\u006f\u0065\u0073\u006e'\u0074\u0020\u0068\u0061\u0076e\u0020\u0061\u006e\u0079\u0020\u0063\u006f\u006e\u0074e\u006e\u0074\u002c\u0020\u0075\u0073\u0069\u006e\u0067\u0020\u0074\u0065\u0078\u0074\u0020\u006d\u0061\u0074\u0063\u0068\u0069\u006e\u0067\u0020\u006d\u0065\u0074\u0068\u006f\u0064\u0020\u0069\u006e\u0073\u0074\u0065\u0061\u0064\u002e"); -return _bde ;};_bde =_afab .buildList (_eaabg ,_dbad ._ecfd );};return _bde ;};func (_eaadd *shapesState )moveTo (_efaa ,_dfe float64 ){_eaadd ._aaba =true ;_eaadd ._gbgg =_eaadd .devicePoint (_efaa ,_dfe );if _fbfd {_b .Log .Info ("\u006d\u006fv\u0065\u0054\u006f\u003a\u0020\u0025\u002e\u0032\u0066\u002c\u0025\u002e\u0032\u0066\u0020\u0064\u0065\u0076\u0069\u0063\u0065\u003d%.\u0032\u0066",_efaa ,_dfe ,_eaadd ._gbgg ); -};};func (_fdb *textObject )setTextLeading (_fca float64 ){if _fdb ==nil {return ;};_fdb ._egf ._fba =_fca ;};func _aaegg (_fede []*textWord ,_ebac int )[]*textWord {_ebbag :=len (_fede );copy (_fede [_ebac :],_fede [_ebac +1:]);return _fede [:_ebbag -1]; -};func _edbf (_eebb *textWord ,_cgda float64 ,_dacfg ,_eadf rulingList )*wordBag {_baad :=_fdc (_eebb ._ccee );_cdcc :=[]*textWord {_eebb };_bgfaa :=wordBag {_cccf :map[int ][]*textWord {_baad :_cdcc },PdfRectangle :_eebb .PdfRectangle ,_aced :_eebb ._dafae ,_cfb :_cgda ,_ecdb :_dacfg ,_ebfag :_eadf }; -return &_bgfaa ;};func _ccbc (_egce _bg .PdfRectangle )*ruling {return &ruling {_gcafd :_cege ,_gbaff :_egce .Llx ,_fabe :_egce .Lly ,_ccba :_egce .Ury };};func _ffff (_dcae ,_fbba _bg .PdfRectangle )bool {return _dcae .Llx <=_fbba .Llx &&_fbba .Urx <=_dcae .Urx &&_dcae .Lly <=_fbba .Lly &&_fbba .Ury <=_dcae .Ury ; -};func (_dgeea *textTable )computeBbox ()_bg .PdfRectangle {var _bgca _bg .PdfRectangle ;_gdfbe :=false ;for _gdgec :=0;_gdgec < _dgeea ._egbbf ;_gdgec ++{for _febcgf :=0;_febcgf < _dgeea ._ddcega ;_febcgf ++{_cgffff :=_dgeea .get (_febcgf ,_gdgec );if _cgffff ==nil {continue ; -};if !_gdfbe {_bgca =_cgffff .PdfRectangle ;_gdfbe =true ;}else {_bgca =_egbb (_bgca ,_cgffff .PdfRectangle );};};};return _bgca ;};func (_cfgg *wordBag )scanBand (_ffda string ,_dbfe *wordBag ,_cadd func (_fedg *wordBag ,_ddab *textWord )bool ,_eaea ,_bgfg ,_ecg float64 ,_edcad ,_dega bool )int {_bbdb :=_dbfe ._aced ; -var _gafg map[int ]map[*textWord ]struct{};if !_edcad {_gafg =_cfgg .makeRemovals ();};_faee :=_gfgc *_bbdb ;_gacc :=0;for _ ,_cgdfa :=range _cfgg .depthBand (_eaea -_faee ,_bgfg +_faee ){if len (_cfgg ._cccf [_cgdfa ])==0{continue ;};for _ ,_fag :=range _cfgg ._cccf [_cgdfa ]{if !(_eaea -_faee <=_fag ._ccee &&_fag ._ccee <=_bgfg +_faee ){continue ; -};if !_cadd (_dbfe ,_fag ){continue ;};_egga :=2.0*_bb .Abs (_fag ._dafae -_dbfe ._aced )/(_fag ._dafae +_dbfe ._aced );_ccge :=_bb .Max (_fag ._dafae /_dbfe ._aced ,_dbfe ._aced /_fag ._dafae );_dddb :=_bb .Min (_egga ,_ccge );if _ecg > 0&&_dddb > _ecg {continue ; -};if _dbfe .blocked (_fag ){continue ;};if !_edcad {_dbfe .pullWord (_fag ,_cgdfa ,_gafg );};_gacc ++;if !_dega {if _fag ._ccee < _eaea {_eaea =_fag ._ccee ;};if _fag ._ccee > _bgfg {_bgfg =_fag ._ccee ;};};if _edcad {break ;};};};if !_edcad {_cfgg .applyRemovals (_gafg ); -};return _gacc ;};func _bbgg (_acffa _bg .PdfRectangle )*ruling {return &ruling {_gcafd :_cege ,_gbaff :_acffa .Urx ,_fabe :_acffa .Lly ,_ccba :_acffa .Ury };}; +func (_ffbb PageText )List ()lists {_adaga :=!_ffbb ._ddfd ._bfgf ;_dfgg :=_ffbb .getParagraphs ();_egee :=true ;if _ffbb ._cagg ==nil ||*_ffbb ._cagg ==nil {_egee =false ;};_bced :=_dfgg .list ();if _egee &&_adaga {_eadc :=_baag (&_dfgg );_feab :=&structTreeRoot {}; +_feab .parseStructTreeRoot (*_ffbb ._cagg );if _feab ._addd ==nil {_e .Log .Debug ("\u004c\u0069\u0073\u0074\u003a\u0020\u0073t\u0072\u0075\u0063\u0074\u0054\u0072\u0065\u0065\u0052\u006f\u006f\u0074\u0020\u0064\u006f\u0065\u0073\u006e'\u0074\u0020\u0068\u0061\u0076e\u0020\u0061\u006e\u0079\u0020\u0063\u006f\u006e\u0074e\u006e\u0074\u002c\u0020\u0075\u0073\u0069\u006e\u0067\u0020\u0074\u0065\u0078\u0074\u0020\u006d\u0061\u0074\u0063\u0068\u0069\u006e\u0067\u0020\u006d\u0065\u0074\u0068\u006f\u0064\u0020\u0069\u006e\u0073\u0074\u0065\u0061\u0064\u002e"); +return _bced ;};_bced =_feab .buildList (_eadc ,_ffbb ._cfec );};return _bced ;};func _fgefe (_fgga _b .PdfRectangle ,_dabc ,_edbce ,_aacdd ,_dafg *ruling )gridTile {_acdd :=_fgga .Llx ;_bffab :=_fgga .Urx ;_edbbc :=_fgga .Lly ;_deffd :=_fgga .Ury ;return gridTile {PdfRectangle :_fgga ,_cfgg :_dabc !=nil &&_dabc .encloses (_edbbc ,_deffd ),_bbed :_edbce !=nil &&_edbce .encloses (_edbbc ,_deffd ),_cega :_aacdd !=nil &&_aacdd .encloses (_acdd ,_bffab ),_fdde :_dafg !=nil &&_dafg .encloses (_acdd ,_bffab )}; +};func (_dcfad paraList )xNeighbours (_dbega float64 )map[*textPara ][]int {_fgdfe :=make ([]event ,2*len (_dcfad ));if _dbega ==0{for _gdgd ,_fddg :=range _dcfad {_fgdfe [2*_gdgd ]=event {_fddg .Llx ,true ,_gdgd };_fgdfe [2*_gdgd +1]=event {_fddg .Urx ,false ,_gdgd }; +};}else {for _ebbd ,_dfgee :=range _dcfad {_fgdfe [2*_ebbd ]=event {_dfgee .Llx -_dbega *_dfgee .fontsize (),true ,_ebbd };_fgdfe [2*_ebbd +1]=event {_dfgee .Urx +_dbega *_dfgee .fontsize (),false ,_ebbd };};};return _dcfad .eventNeighbours (_fgdfe );}; +func (_gegg *wordBag )depthIndexes ()[]int {if len (_gegg ._ecfd )==0{return nil ;};_afag :=make ([]int ,len (_gegg ._ecfd ));_fcbab :=0;for _gcgg :=range _gegg ._ecfd {_afag [_fcbab ]=_gcgg ;_fcbab ++;};_fd .Ints (_afag );return _afag ;};func _bfcg (_bfab *textLine ,_fffd []*textLine ,_gbef []float64 ,_dfbg ,_fcfe float64 )[]*textLine {_egddc :=[]*textLine {}; +for _ ,_fbeeg :=range _fffd {if _fbeeg ._dce >=_dfbg {if _fcfe !=-1&&_fbeeg ._dce < _fcfe {if _fbeeg .text ()!=_bfab .text (){if _ce .Round (_fbeeg .Llx )< _ce .Round (_bfab .Llx ){break ;};_egddc =append (_egddc ,_fbeeg );};}else if _fcfe ==-1{if _fbeeg ._dce ==_bfab ._dce {if _fbeeg .text ()!=_bfab .text (){_egddc =append (_egddc ,_fbeeg ); +};continue ;};_bgad :=_adad (_bfab ,_fffd ,_gbef );if _bgad !=-1&&_fbeeg ._dce <=_bgad {_egddc =append (_egddc ,_fbeeg );};};};};return _egddc ;};func (_caab *PageText )computeViews (){if _caab ._ddfd ._gabb {_caab ._ceef =_caab .getText ();return ;};_abc :=_caab .getParagraphs (); +_aba :=new (_eg .Buffer );_abc .writeText (_aba );_caab ._ceef =_aba .String ();_caab ._ebdc =_abc .toTextMarks ();_caab ._eeg =_abc .tables ();if _aada {_e .Log .Info ("\u0063\u006f\u006dpu\u0074\u0065\u0056\u0069\u0065\u0077\u0073\u003a\u0020\u0074\u0061\u0062\u006c\u0065\u0073\u003d\u0025\u0064",len (_caab ._eeg )); +};}; -// TableCell is a cell in a TextTable. -type TableCell struct{_bg .PdfRectangle ; +// Extractor stores and offers functionality for extracting content from PDF pages. +type Extractor struct{_ddgf string ;_eba *_b .PdfPageResources ;_fg _b .PdfRectangle ;_fce *_b .PdfRectangle ;_cbg map[string ]fontEntry ;_cdgf map[string ]textResult ;_dfd map[string ]textResult ;_ddd int64 ;_bbc int ;_ddde *Options ;_fcdd *_ff .PdfObject ; +_fdgc _ff .PdfObject ;_bge []*_b .PdfAnnotation ;};func (_fegd *wordBag )firstReadingIndex (_edff int )int {_cbcbb :=_fegd .firstWord (_edff )._ecdce ;_eebe :=float64 (_edff +1)*_adeg ;_dbcd :=_eebe +_aeaf *_cbcbb ;_dcfb :=_edff ;for _ ,_babb :=range _fegd .depthBand (_eebe ,_dbcd ){if _deedf (_fegd .firstWord (_babb ),_fegd .firstWord (_dcfb ))< 0{_dcfb =_babb ; +};};return _dcfb ;};func (_bbdd *textTable )log (_gbbc string ){if !_aada {return ;};_e .Log .Info ("~\u007e\u007e\u0020\u0025\u0073\u003a \u0025\u0064\u0020\u0078\u0020\u0025d\u0020\u0067\u0072\u0069\u0064\u003d\u0025t\u000a\u0020\u0020\u0020\u0020\u0020\u0020\u0025\u0036\u002e2\u0066",_gbbc ,_bbdd ._addag ,_bbdd ._cffff ,_bbdd ._cbbdd ,_bbdd .PdfRectangle ); +for _dfacf :=0;_dfacf < _bbdd ._cffff ;_dfacf ++{for _ceggb :=0;_ceggb < _bbdd ._addag ;_ceggb ++{_acdca :=_bbdd .get (_ceggb ,_dfacf );if _acdca ==nil {continue ;};_bf .Printf ("%\u0034\u0064\u0020\u00252d\u003a \u0025\u0036\u002e\u0032\u0066 \u0025\u0071\u0020\u0025\u0064\u000a",_ceggb ,_dfacf ,_acdca .PdfRectangle ,_ggcea (_acdca .text (),50),_cg .RuneCountInString (_acdca .text ())); +};};};func _cbdd (_efcb ,_ecfg _b .PdfRectangle )bool {return _efcb .Lly <=_ecfg .Ury &&_ecfg .Lly <=_efcb .Ury ;};func (_ecg *textObject )checkOp (_fcdg *_gd .ContentStreamOperation ,_efg int ,_dbgb bool )(_cdeb bool ,_adb error ){if _ecg ==nil {var _aafc []_ff .PdfObject ; +if _efg > 0{_aafc =_fcdg .Params ;if len (_aafc )> _efg {_aafc =_aafc [:_efg ];};};_e .Log .Debug ("\u0025\u0023q \u006f\u0070\u0065r\u0061\u006e\u0064\u0020out\u0073id\u0065\u0020\u0074\u0065\u0078\u0074\u002e p\u0061\u0072\u0061\u006d\u0073\u003d\u0025+\u0076",_fcdg .Operand ,_aafc ); +};if _efg >=0{if len (_fcdg .Params )!=_efg {if _dbgb {_adb =_ad .New ("\u0069n\u0063\u006f\u0072\u0072e\u0063\u0074\u0020\u0070\u0061r\u0061m\u0065t\u0065\u0072\u0020\u0063\u006f\u0075\u006et");};_e .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0025\u0023\u0071\u0020\u0073\u0068\u006f\u0075\u006c\u0064\u0020h\u0061\u0076\u0065\u0020\u0025\u0064\u0020i\u006e\u0070\u0075\u0074\u0020\u0070\u0061\u0072\u0061\u006d\u0073,\u0020\u0067\u006f\u0074\u0020\u0025\u0064\u0020\u0025\u002b\u0076",_fcdg .Operand ,_efg ,len (_fcdg .Params ),_fcdg .Params ); +return false ,_adb ;};};return true ,nil ;};func (_gffa paraList )merge ()*textPara {_e .Log .Trace ("\u006d\u0065\u0072\u0067\u0065:\u0020\u0070\u0061\u0072\u0061\u0073\u003d\u0025\u0064\u0020\u003d\u003d\u003d=\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u0078\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d",len (_gffa )); +if len (_gffa )==0{return nil ;};_gffa .sortReadingOrder ();_bfae :=_gffa [0].PdfRectangle ;_adec :=_gffa [0]._bbgab ;for _ ,_aeacb :=range _gffa [1:]{_bfae =_badbb (_bfae ,_aeacb .PdfRectangle );_adec =append (_adec ,_aeacb ._bbgab ...);};return _gfbeg (_bfae ,_adec ); +};func (_gdbf *textTable )markCells (){for _fdgcg :=0;_fdgcg < _gdbf ._cffff ;_fdgcg ++{for _ggbd :=0;_ggbd < _gdbf ._addag ;_ggbd ++{_defeae :=_gdbf .get (_ggbd ,_fdgcg );if _defeae !=nil {_defeae ._cdaad =true ;};};};};func (_gedeb *textPara )taken ()bool {return _gedeb ==nil ||_gedeb ._cdaad }; +var _bb =[]string {"\u0041\u004e","\u0041\u004e","\u0041\u004e","\u0041\u004e","\u0041\u004e","\u0041\u004e","\u004f\u004e","\u004f\u004e","\u0041\u004c","\u0045\u0054","\u0045\u0054","\u0041\u004c","\u0043\u0053","\u0041\u004c","\u004f\u004e","\u004f\u004e","\u004e\u0053\u004d","\u004e\u0053\u004d","\u004e\u0053\u004d","\u004e\u0053\u004d","\u004e\u0053\u004d","\u004e\u0053\u004d","\u004e\u0053\u004d","\u004e\u0053\u004d","\u004e\u0053\u004d","\u004e\u0053\u004d","\u004e\u0053\u004d","\u0041\u004c","\u0041\u004c","","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u004e\u0053\u004d","\u004e\u0053\u004d","\u004e\u0053\u004d","\u004e\u0053\u004d","\u004e\u0053\u004d","\u004e\u0053\u004d","\u004e\u0053\u004d","\u004e\u0053\u004d","\u004e\u0053\u004d","\u004e\u0053\u004d","\u004e\u0053\u004d","\u004e\u0053\u004d","\u004e\u0053\u004d","\u004e\u0053\u004d","\u004e\u0053\u004d","\u004e\u0053\u004d","\u004e\u0053\u004d","\u004e\u0053\u004d","\u004e\u0053\u004d","\u004e\u0053\u004d","\u004e\u0053\u004d","\u0041\u004e","\u0041\u004e","\u0041\u004e","\u0041\u004e","\u0041\u004e","\u0041\u004e","\u0041\u004e","\u0041\u004e","\u0041\u004e","\u0041\u004e","\u0045\u0054","\u0041\u004e","\u0041\u004e","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u004e\u0053\u004d","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u004e\u0053\u004d","\u004e\u0053\u004d","\u004e\u0053\u004d","\u004e\u0053\u004d","\u004e\u0053\u004d","\u004e\u0053\u004d","\u004e\u0053\u004d","\u0041\u004e","\u004f\u004e","\u004e\u0053\u004d","\u004e\u0053\u004d","\u004e\u0053\u004d","\u004e\u0053\u004d","\u004e\u0053\u004d","\u004e\u0053\u004d","\u0041\u004c","\u0041\u004c","\u004e\u0053\u004d","\u004e\u0053\u004d","\u004f\u004e","\u004e\u0053\u004d","\u004e\u0053\u004d","\u004e\u0053\u004d","\u004e\u0053\u004d","\u0041\u004c","\u0041\u004c","\u0045\u004e","\u0045\u004e","\u0045\u004e","\u0045\u004e","\u0045\u004e","\u0045\u004e","\u0045\u004e","\u0045\u004e","\u0045\u004e","\u0045\u004e","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c"}; +func (_gdede *textTable )subdivide ()*textTable {_gdede .logComposite ("\u0073u\u0062\u0064\u0069\u0076\u0069\u0064e");_aebba :=_gdede .compositeRowCorridors ();_eace :=_gdede .compositeColCorridors ();if _aada {_e .Log .Info ("\u0073u\u0062\u0064i\u0076\u0069\u0064\u0065:\u000a\u0009\u0072o\u0077\u0043\u006f\u0072\u0072\u0069\u0064\u006f\u0072s=\u0025\u0073\u000a\t\u0063\u006fl\u0043\u006f\u0072\u0072\u0069\u0064o\u0072\u0073=\u0025\u0073",_cgcbb (_aebba ),_cgcbb (_eace )); +};if len (_aebba )==0||len (_eace )==0{return _gdede ;};_gfeg (_aebba );_gfeg (_eace );if _aada {_e .Log .Info ("\u0073\u0075\u0062\u0064\u0069\u0076\u0069\u0064\u0065\u0020\u0066\u0069\u0078\u0065\u0064\u003a\u000a\u0009r\u006f\u0077\u0043\u006f\u0072\u0072\u0069d\u006f\u0072\u0073\u003d\u0025\u0073\u000a\u0009\u0063\u006f\u006cC\u006f\u0072\u0072\u0069\u0064\u006f\u0072\u0073\u003d\u0025\u0073",_cgcbb (_aebba ),_cgcbb (_eace )); +};_bdade ,_cacd :=_edbe (_gdede ._cffff ,_aebba );_aadbb ,_dccbb :=_edbe (_gdede ._addag ,_eace );_ecabf :=make (map[uint64 ]*textPara ,_dccbb *_cacd );_ddged :=&textTable {PdfRectangle :_gdede .PdfRectangle ,_cbbdd :_gdede ._cbbdd ,_cffff :_cacd ,_addag :_dccbb ,_egbgg :_ecabf }; +if _aada {_e .Log .Info ("\u0073\u0075b\u0064\u0069\u0076\u0069\u0064\u0065\u003a\u0020\u0063\u006f\u006d\u0070\u006f\u0073\u0069\u0074\u0065\u0020\u003d\u0020\u0025\u0064\u0020\u0078\u0020\u0025\u0064\u0020\u0063\u0065\u006c\u006c\u0073\u003d\u0020\u0025\u0064\u0020\u0078\u0020\u0025\u0064\u000a"+"\u0009\u0072\u006f\u0077\u0043\u006f\u0072\u0072\u0069\u0064\u006f\u0072s\u003d\u0025\u0073\u000a"+"\u0009\u0063\u006f\u006c\u0043\u006f\u0072\u0072\u0069\u0064\u006f\u0072s\u003d\u0025\u0073\u000a"+"\u0009\u0079\u004f\u0066\u0066\u0073\u0065\u0074\u0073=\u0025\u002b\u0076\u000a"+"\u0009\u0078\u004f\u0066\u0066\u0073\u0065\u0074\u0073\u003d\u0025\u002b\u0076",_gdede ._addag ,_gdede ._cffff ,_dccbb ,_cacd ,_cgcbb (_aebba ),_cgcbb (_eace ),_bdade ,_aadbb ); +};for _eggd :=0;_eggd < _gdede ._cffff ;_eggd ++{_bffb :=_bdade [_eggd ];for _fbcbg :=0;_fbcbg < _gdede ._addag ;_fbcbg ++{_dgcb :=_aadbb [_fbcbg ];if _aada {_bf .Printf ("\u0025\u0036\u0064\u002c %\u0032\u0064\u003a\u0020\u0078\u0030\u003d\u0025\u0064\u0020\u0079\u0030\u003d\u0025d\u000a",_fbcbg ,_eggd ,_dgcb ,_bffb ); +};_cbacb ,_bbeef :=_gdede ._bdfcg [_fbfgf (_fbcbg ,_eggd )];if !_bbeef {continue ;};_gffea :=_cbacb .split (_aebba [_eggd ],_eace [_fbcbg ]);for _cacbc :=0;_cacbc < _gffea ._cffff ;_cacbc ++{for _eccc :=0;_eccc < _gffea ._addag ;_eccc ++{_fcff :=_gffea .get (_eccc ,_cacbc ); +_ddged .put (_dgcb +_eccc ,_bffb +_cacbc ,_fcff );if _aada {_bf .Printf ("\u0025\u0038\u0064\u002c\u0020\u0025\u0032\u0064\u003a\u0020\u0025\u0073\u000a",_dgcb +_eccc ,_bffb +_cacbc ,_fcff );};};};};};return _ddged ;};func (_bedad *textTable )compositeRowCorridors ()map[int ][]float64 {_dcee :=make (map[int ][]float64 ,_bedad ._cffff ); +if _aada {_e .Log .Info ("c\u006f\u006d\u0070\u006f\u0073\u0069t\u0065\u0052\u006f\u0077\u0043\u006f\u0072\u0072\u0069d\u006f\u0072\u0073:\u0020h\u003d\u0025\u0064",_bedad ._cffff );};for _bdbef :=1;_bdbef < _bedad ._cffff ;_bdbef ++{var _bgbg []compositeCell ; +for _fbga :=0;_fbga < _bedad ._addag ;_fbga ++{if _gfacf ,_acdab :=_bedad ._bdfcg [_fbfgf (_fbga ,_bdbef )];_acdab {_bgbg =append (_bgbg ,_gfacf );};};if len (_bgbg )==0{continue ;};_cedeg :=_aafaa (_bgbg );_dcee [_bdbef ]=_cedeg ;if _aada {_bf .Printf ("\u0020\u0020\u0020\u0025\u0032\u0064\u003a\u0020\u00256\u002e\u0032\u0066\u000a",_bdbef ,_cedeg ); +};};return _dcee ;};func _cdca (_cfb string )bool {if _cg .RuneCountInString (_cfb )< _ggcab {return false ;};_cccb ,_cbac :=_cg .DecodeLastRuneInString (_cfb );if _cbac <=0||!_g .Is (_g .Hyphen ,_cccb ){return false ;};_cccb ,_cbac =_cg .DecodeLastRuneInString (_cfb [:len (_cfb )-_cbac ]); +return _cbac > 0&&!_g .IsSpace (_cccb );};const (_ggafb markKind =iota ;_eede ;_befdb ;_ecdge ;);func _ddabf (_dabd ,_agdb bounded )float64 {return _ecdg (_dabd )-_ecdg (_agdb )};func _beba (_aeabe *list )[]*list {var _dace []*list ;for _ ,_cbfg :=range _aeabe ._ddfgc {switch _cbfg ._eaag {case "\u004c\u0049":_dbcf :=_bdge (_cbfg ); +_ddbe :=_beba (_cbfg );_dgcgf :=_affeb (_dbcf ,"\u0062\u0075\u006c\u006c\u0065\u0074",_ddbe );_fagf :=_dbfa (_dbcf ,"");_dgcgf ._cceae =_fagf ;_dace =append (_dace ,_dgcgf );case "\u004c\u0042\u006fd\u0079":return _beba (_cbfg );case "\u004c":_ddef :=_beba (_cbfg ); +_dace =append (_dace ,_ddef ...);return _dace ;};};return _dace ;};func _fbefd (_bbegg float64 )float64 {return _cegb *_ce .Round (_bbegg /_cegb )};type wordBag struct{_b .PdfRectangle ;_dbfbe float64 ;_dbgbc ,_edfe rulingList ;_gdgea float64 ;_ecfd map[int ][]*textWord ; +};func _caabc (_cgagb *list ,_cage *string )string {_gacb :=_bfb .Split (_cgagb ._cceae ,"\u000a");_facg :=&_bfb .Builder {};for _ ,_cdcc :=range _gacb {if _cdcc !=""{_facg .WriteString (*_cage );_facg .WriteString (_cdcc );_facg .WriteString ("\u000a"); +};};return _facg .String ();};func (_gcfc *subpath )removeDuplicates (){if len (_gcfc ._gfb )==0{return ;};_dec :=[]_da .Point {_gcfc ._gfb [0]};for _ ,_bbdf :=range _gcfc ._gfb [1:]{if !_dcba (_bbdf ,_dec [len (_dec )-1]){_dec =append (_dec ,_bbdf );}; +};_gcfc ._gfb =_dec ;};func _aaba (_cdcab []*textLine )[]*textLine {_cfeg :=[]*textLine {};for _ ,_fbfe :=range _cdcab {_dcgg :=_fbfe .text ();_efbee :=_agge .Find ([]byte (_dcgg ));if _efbee !=nil {_cfeg =append (_cfeg ,_fbfe );};};return _cfeg ;};func _ecbbg (_dbegab []*textWord ,_dega int )[]*textWord {_becfg :=len (_dbegab ); +copy (_dbegab [_dega :],_dbegab [_dega +1:]);return _dbegab [:_becfg -1];};func (_ddee *shapesState )devicePoint (_gca ,_dgce float64 )_da .Point {_abae :=_ddee ._cdgfg .Mult (_ddee ._gefd );_gca ,_dgce =_abae .Transform (_gca ,_dgce );return _da .NewPoint (_gca ,_dgce ); +};func (_bfaa *stateStack )push (_efd *textState ){_beda :=*_efd ;*_bfaa =append (*_bfaa ,&_beda )};type rulingKind int ;func (_ddba paraList )sortReadingOrder (){_e .Log .Trace ("\u0073\u006fr\u0074\u0052\u0065\u0061\u0064i\u006e\u0067\u004f\u0072\u0064e\u0072\u003a\u0020\u0070\u0061\u0072\u0061\u0073\u003d\u0025\u0064\u0020\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u0078\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d",len (_ddba )); +if len (_ddba )<=1{return ;};_ddba .computeEBBoxes ();_fd .Slice (_ddba ,func (_decg ,_dbgd int )bool {return _adfb (_ddba [_decg ],_ddba [_dbgd ])<=0});};func (_gcfea paraList )extractTables (_cbadg []gridTiling )paraList {if _aada {_e .Log .Debug ("\u0065\u0078\u0074r\u0061\u0063\u0074\u0054\u0061\u0062\u006c\u0065\u0073\u003d\u0025\u0064\u0020\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u0078\u003d\u003d\u003d\u003d=\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d",len (_gcfea )); +};if len (_gcfea )< _dbebd {return _gcfea ;};_bebf :=_gcfea .findTables (_cbadg );if _aada {_e .Log .Info ("c\u006f\u006d\u0062\u0069\u006e\u0065d\u0020\u0074\u0061\u0062\u006c\u0065s\u0020\u0025\u0064\u0020\u003d\u003d\u003d=\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d=\u003d",len (_bebf )); +for _ffcb ,_eeda :=range _bebf {_eeda .log (_bf .Sprintf ("c\u006f\u006d\u0062\u0069\u006e\u0065\u0064\u0020\u0025\u0064",_ffcb ));};};return _gcfea .applyTables (_bebf );};func (_cgdc *shapesState )quadraticTo (_ffgda ,_fbg ,_add ,_cfaf float64 ){if _gegd {_e .Log .Info ("\u0071\u0075\u0061d\u0072\u0061\u0074\u0069\u0063\u0054\u006f\u003a"); +};_cgdc .addPoint (_add ,_cfaf );};func _ffag (_addda string )string {_bbabc :=[]rune (_addda );return string (_bbabc [:len (_bbabc )-1])};func (_gaaa rectRuling )asRuling ()(*ruling ,bool ){_eaee :=ruling {_facdf :_gaaa ._dbcg ,Color :_gaaa .Color ,_bagdc :_befdb }; +switch _gaaa ._dbcg {case _eeeae :_eaee ._efadf =0.5*(_gaaa .Llx +_gaaa .Urx );_eaee ._efbba =_gaaa .Lly ;_eaee ._daba =_gaaa .Ury ;_edggc ,_gccc :=_gaaa .checkWidth (_gaaa .Llx ,_gaaa .Urx );if !_gccc {if _dcbb {_e .Log .Error ("\u0072\u0065\u0063\u0074\u0052\u0075l\u0069\u006e\u0067\u002e\u0061\u0073\u0052\u0075\u006c\u0069\u006e\u0067\u003a\u0020\u0072\u0075\u006c\u0069\u006e\u0067V\u0065\u0072\u0074\u0020\u0021\u0063\u0068\u0065\u0063\u006b\u0057\u0069\u0064\u0074h\u0020v\u003d\u0025\u002b\u0076",_gaaa ); +};return nil ,false ;};_eaee ._geeb =_edggc ;case _geggc :_eaee ._efadf =0.5*(_gaaa .Lly +_gaaa .Ury );_eaee ._efbba =_gaaa .Llx ;_eaee ._daba =_gaaa .Urx ;_fgabg ,_fdedf :=_gaaa .checkWidth (_gaaa .Lly ,_gaaa .Ury );if !_fdedf {if _dcbb {_e .Log .Error ("\u0072\u0065\u0063\u0074\u0052\u0075l\u0069\u006e\u0067\u002e\u0061\u0073\u0052\u0075\u006c\u0069\u006e\u0067\u003a\u0020\u0072\u0075\u006c\u0069\u006e\u0067H\u006f\u0072\u007a\u0020\u0021\u0063\u0068\u0065\u0063\u006b\u0057\u0069\u0064\u0074h\u0020v\u003d\u0025\u002b\u0076",_gaaa ); +};return nil ,false ;};_eaee ._geeb =_fgabg ;default:_e .Log .Error ("\u0062\u0061\u0064\u0020pr\u0069\u006d\u0061\u0072\u0079\u0020\u006b\u0069\u006e\u0064\u003d\u0025\u0064",_gaaa ._dbcg );return nil ,false ;};return &_eaee ,true ;};func (_dedg compositeCell )split (_eada ,_decgd []float64 )*textTable {_gbggf :=len (_eada )+1; +_eecg :=len (_decgd )+1;if _aada {_e .Log .Info ("\u0063\u006f\u006d\u0070\u006f\u0073\u0069t\u0065\u0043\u0065l\u006c\u002e\u0073\u0070l\u0069\u0074\u003a\u0020\u0025\u0064\u0020\u0078\u0020\u0025\u0064\u000a\u0009\u0063\u006f\u006d\u0070\u006f\u0073\u0069\u0074\u0065\u003d\u0025\u0073\u000a"+"\u0009\u0072\u006f\u0077\u0043\u006f\u0072\u0072\u0069\u0064\u006f\u0072\u0073=\u0025\u0036\u002e\u0032\u0066\u000a\t\u0063\u006f\u006c\u0043\u006f\u0072\u0072\u0069\u0064\u006f\u0072\u0073\u003d%\u0036\u002e\u0032\u0066",_eecg ,_gbggf ,_dedg ,_eada ,_decgd ); +_bf .Printf ("\u0020\u0020\u0020\u0020\u0025\u0064\u0020\u0070\u0061\u0072\u0061\u0073\u000a",len (_dedg .paraList ));for _bggf ,_egbec :=range _dedg .paraList {_bf .Printf ("\u0025\u0034\u0064\u003a\u0020\u0025\u0073\u000a",_bggf ,_egbec .String ());}; +_bf .Printf ("\u0020\u0020\u0020\u0020\u0025\u0064\u0020\u006c\u0069\u006e\u0065\u0073\u000a",len (_dedg .lines ()));for _badbea ,_fagb :=range _dedg .lines (){_bf .Printf ("\u0025\u0034\u0064\u003a\u0020\u0025\u0073\u000a",_badbea ,_fagb );};};_eada =_babc (_eada ,_dedg .Ury ,_dedg .Lly ); +_decgd =_babc (_decgd ,_dedg .Llx ,_dedg .Urx );_cece :=make (map[uint64 ]*textPara ,_eecg *_gbggf );_dbeg :=textTable {_addag :_eecg ,_cffff :_gbggf ,_egbgg :_cece };_gacf :=_dedg .paraList ;_fd .Slice (_gacf ,func (_gcedc ,_gbee int )bool {_bfeb ,_bgbfg :=_gacf [_gcedc ],_gacf [_gbee ]; +_adffg ,_defe :=_bfeb .Lly ,_bgbfg .Lly ;if _adffg !=_defe {return _adffg < _defe ;};return _bfeb .Llx < _bgbfg .Llx ;});_dgecc :=make (map[uint64 ]_b .PdfRectangle ,_eecg *_gbggf );for _gfaag ,_egddb :=range _eada [1:]{_aeef :=_eada [_gfaag ];for _fdgf ,_abdbb :=range _decgd [1:]{_bdcc :=_decgd [_fdgf ]; +_dgecc [_fbfgf (_fdgf ,_gfaag )]=_b .PdfRectangle {Llx :_bdcc ,Urx :_abdbb ,Lly :_egddb ,Ury :_aeef };};};if _aada {_e .Log .Info ("\u0063\u006f\u006d\u0070\u006f\u0073\u0069\u0074\u0065\u0043\u0065l\u006c\u002e\u0073\u0070\u006c\u0069\u0074\u003a\u0020\u0072e\u0063\u0074\u0073"); +_bf .Printf ("\u0020\u0020\u0020\u0020");for _gcgac :=0;_gcgac < _eecg ;_gcgac ++{_bf .Printf ("\u0025\u0033\u0030\u0064\u002c\u0020",_gcgac );};_bf .Println ();for _gegb :=0;_gegb < _gbggf ;_gegb ++{_bf .Printf ("\u0020\u0020\u0025\u0032\u0064\u003a",_gegb ); +for _cegc :=0;_cegc < _eecg ;_cegc ++{_bf .Printf ("\u00256\u002e\u0032\u0066\u002c\u0020",_dgecc [_fbfgf (_cegc ,_gegb )]);};_bf .Println ();};};_agag :=func (_faed *textLine )(int ,int ){for _gace :=0;_gace < _gbggf ;_gace ++{for _aecd :=0;_aecd < _eecg ; +_aecd ++{if _afbc (_dgecc [_fbfgf (_aecd ,_gace )],_faed .PdfRectangle ){return _aecd ,_gace ;};};};return -1,-1;};_gedecb :=make (map[uint64 ][]*textLine ,_eecg *_gbggf );for _ ,_gfecf :=range _gacf .lines (){_cddb ,_beaa :=_agag (_gfecf );if _cddb < 0{continue ; +};_gedecb [_fbfgf (_cddb ,_beaa )]=append (_gedecb [_fbfgf (_cddb ,_beaa )],_gfecf );};for _efab :=0;_efab < len (_eada )-1;_efab ++{_bdadc :=_eada [_efab ];_dfab :=_eada [_efab +1];for _ebac :=0;_ebac < len (_decgd )-1;_ebac ++{_fbbda :=_decgd [_ebac ]; +_fbef :=_decgd [_ebac +1];_fgde :=_b .PdfRectangle {Llx :_fbbda ,Urx :_fbef ,Lly :_dfab ,Ury :_bdadc };_cfdeg :=_gedecb [_fbfgf (_ebac ,_efab )];if len (_cfdeg )==0{continue ;};_cfbbf :=_gfbeg (_fgde ,_cfdeg );_dbeg .put (_ebac ,_efab ,_cfbbf );};};return &_dbeg ; +};func _cdcg (_abdg ,_acfd _da .Point )rulingKind {_bfgfd :=_ce .Abs (_abdg .X -_acfd .X );_gafa :=_ce .Abs (_abdg .Y -_acfd .Y );return _bdfee (_bfgfd ,_gafa ,_cef );}; -// Text is the extracted text. -Text string ; +// Tables returns the tables extracted from the page. +func (_cfcfg PageText )Tables ()[]TextTable {if _aada {_e .Log .Info ("\u0054\u0061\u0062\u006c\u0065\u0073\u003a\u0020\u0025\u0064",len (_cfcfg ._eeg ));};return _cfcfg ._eeg ;};func (_bbcaa *wordBag )arrangeText ()*textPara {_bbcaa .sort ();if _bbdc {_bbcaa .removeDuplicates (); +};var _gagb []*textLine ;for _ ,_bfaag :=range _bbcaa .depthIndexes (){for !_bbcaa .empty (_bfaag ){_cfbd :=_bbcaa .firstReadingIndex (_bfaag );_cefb :=_bbcaa .firstWord (_cfbd );_aeeee :=_gdged (_bbcaa ,_cfbd );_ecga :=_cefb ._ecdce ;if _ecga < _fbee {_ecga =_fbee ; +};_dddg :=_cefb ._bagdd -_dacc *_ecga ;_cdaca :=_cefb ._bagdd +_dacc *_ecga ;_gagg :=_aaca *_ecga ;_fdbb :=_ddfg *_ecga ;_dgaeg :for {var _adeed *textWord ;_cdccf :=0;for _ ,_ffedf :=range _bbcaa .depthBand (_dddg ,_cdaca ){_bcaf :=_bbcaa .highestWord (_ffedf ,_dddg ,_cdaca ); +if _bcaf ==nil {continue ;};_dceab :=_aged (_bcaf ,_aeeee ._edge [len (_aeeee ._edge )-1]);if _dceab < -_fdbb {break _dgaeg ;};if _dceab > _gagg {continue ;};if _adeed !=nil &&_deedf (_bcaf ,_adeed )>=0{continue ;};_adeed =_bcaf ;_cdccf =_ffedf ;};if _adeed ==nil {break ; +};_aeeee .pullWord (_bbcaa ,_adeed ,_cdccf );};_aeeee .markWordBoundaries ();_gagb =append (_gagb ,_aeeee );};};if len (_gagb )==0{return nil ;};_fd .Slice (_gagb ,func (_fabe ,_dbgac int )bool {return _adfb (_gagb [_fabe ],_gagb [_dbgac ])< 0});_eggf :=_gfbeg (_bbcaa .PdfRectangle ,_gagb ); +if _abfb {_e .Log .Info ("\u0061\u0072\u0072an\u0067\u0065\u0054\u0065\u0078\u0074\u0020\u0021\u0021\u0021\u0020\u0070\u0061\u0072\u0061\u003d\u0025\u0073",_eggf .String ());if _fbed {for _gdgeg ,_dbdgd :=range _eggf ._bbgab {_bf .Printf ("\u0025\u0034\u0064\u003a\u0020\u0025\u0073\u000a",_gdgeg ,_dbdgd .String ()); +if _gecf {for _fcdgb ,_bcgaf :=range _dbdgd ._edge {_bf .Printf ("\u0025\u0038\u0064\u003a\u0020\u0025\u0073\u000a",_fcdgb ,_bcgaf .String ());for _fdfg ,_efcc :=range _bcgaf ._bggbb {_bf .Printf ("\u00251\u0032\u0064\u003a\u0020\u0025\u0073\n",_fdfg ,_efcc .String ()); +};};};};};};return _eggf ;};func (_ecbc lineRuling )xMean ()float64 {return 0.5*(_ecbc ._eefea .X +_ecbc ._edcb .X )};func (_bgcg rulingList )sort (){_fd .Slice (_bgcg ,_bgcg .comp )};func _dadac (_dgcc ,_egge float64 )string {_beef :=!_dbfgf (_dgcc -_egge ); +if _beef {return "\u000a";};return "\u0020";};func (_edgdc paraList )sortTopoOrder (){_babd :=_edgdc .topoOrder ();_edgdc .reorder (_babd )}; -// Marks returns the TextMarks corresponding to the text in Text. -Marks TextMarkArray ;};func (_aebc *wordBag )allWords ()[]*textWord {var _accf []*textWord ;for _ ,_dfcd :=range _aebc ._cccf {_accf =append (_accf ,_dfcd ...);};return _accf ;};type compositeCell struct{_bg .PdfRectangle ;paraList ;};type paraList []*textPara ; -func (_cdad *shapesState )lineTo (_eagc ,_gabaa float64 ){if _fbfd {_b .Log .Info ("\u006c\u0069\u006eeT\u006f\u0028\u0025\u002e\u0032\u0066\u002c\u0025\u002e\u0032\u0066\u0020\u0070\u003d\u0025\u002e\u0032\u0066",_eagc ,_gabaa ,_cdad .devicePoint (_eagc ,_gabaa )); -};_cdad .addPoint (_eagc ,_gabaa );};func (_gcbf *wordBag )depthRange (_caba ,_ebcg int )[]int {var _egdf []int ;for _bebf :=range _gcbf ._cccf {if _caba <=_bebf &&_bebf <=_ebcg {_egdf =append (_egdf ,_bebf );};};if len (_egdf )==0{return nil ;};_gd .Ints (_egdf ); -return _egdf ;};func (_fgca *textLine )endsInHyphen ()bool {_ebaf :=_fgca ._edee [len (_fgca ._edee )-1];_dffb :=_ebaf ._edac ;_gfgbg ,_dcgee :=_a .DecodeLastRuneInString (_dffb );if _dcgee <=0||!_ae .Is (_ae .Hyphen ,_gfgbg ){return false ;};if _ebaf ._ggdce &&_fafdc (_dffb ){return true ; -};return _fafdc (_fgca .text ());};func _dcacd (_dceag []*textMark ,_edfbb _bg .PdfRectangle )*textWord {_ccedf :=_dceag [0].PdfRectangle ;_ddae :=_dceag [0]._cfgcd ;for _ ,_dccc :=range _dceag [1:]{_ccedf =_egbb (_ccedf ,_dccc .PdfRectangle );if _dccc ._cfgcd > _ddae {_ddae =_dccc ._cfgcd ; -};};return &textWord {PdfRectangle :_ccedf ,_ecdf :_dceag ,_ccee :_edfbb .Ury -_ccedf .Lly ,_dafae :_ddae };};func (_ccbd rulingList )snapToGroupsDirection ()rulingList {_ccbd .sortStrict ();_eagge :=make (map[*ruling ]rulingList ,len (_ccbd ));_ecag :=_ccbd [0]; -_dfbab :=func (_bgfd *ruling ){_ecag =_bgfd ;_eagge [_ecag ]=rulingList {_bgfd }};_dfbab (_ccbd [0]);for _ ,_dgdb :=range _ccbd [1:]{if _dgdb ._gbaff < _ecag ._gbaff -_cfaf {_b .Log .Error ("\u0073\u006e\u0061\u0070T\u006f\u0047\u0072\u006f\u0075\u0070\u0073\u0044\u0069r\u0065\u0063\u0074\u0069\u006f\u006e\u003a\u0020\u0057\u0072\u006f\u006e\u0067\u0020\u0070\u0072\u0069\u006da\u0072\u0079\u0020\u006f\u0072d\u0065\u0072\u002e\u000a\u0009\u0076\u0030\u003d\u0025\u0073\u000a\u0009\u0020\u0076\u003d\u0025\u0073",_ecag ,_dgdb ); -};if _dgdb ._gbaff > _ecag ._gbaff +_egba {_dfbab (_dgdb );}else {_eagge [_ecag ]=append (_eagge [_ecag ],_dgdb );};};_dgec :=make (map[*ruling ]float64 ,len (_eagge ));_dedc :=make (map[*ruling ]*ruling ,len (_ccbd ));for _cefbbe ,_fgbeg :=range _eagge {_dgec [_cefbbe ]=_fgbeg .mergePrimary (); -for _ ,_fdgbb :=range _fgbeg {_dedc [_fdgbb ]=_cefbbe ;};};for _ ,_fcab :=range _ccbd {_fcab ._gbaff =_dgec [_dedc [_fcab ]];};_cebg :=make (rulingList ,0,len (_ccbd ));for _ ,_bbbf :=range _eagge {_gfbga :=_bbbf .splitSec ();for _decbf ,_bcegb :=range _gfbga {_gbcb :=_bcegb .merge (); -if len (_cebg )> 0{_bdbg :=_cebg [len (_cebg )-1];if _bdbg .alignsPrimary (_gbcb )&&_bdbg .alignsSec (_gbcb ){_b .Log .Error ("\u0073\u006e\u0061\u0070\u0054\u006fG\u0072\u006f\u0075\u0070\u0073\u0044\u0069\u0072\u0065\u0063\u0074\u0069\u006f\u006e\u003a\u0020\u0044\u0075\u0070\u006ci\u0063\u0061\u0074\u0065\u0020\u0069\u003d\u0025\u0064\u000a\u0009\u0077\u003d\u0025s\u000a\t\u0076\u003d\u0025\u0073",_decbf ,_bdbg ,_gbcb ); -continue ;};};_cebg =append (_cebg ,_gbcb );};};_cebg .sortStrict ();return _cebg ;};func (_eagdd *PageText )getParagraphs ()paraList {var _gbgc rulingList ;if _dccd {_gfag :=_feeb (_eagdd ._fce );_gbgc =append (_gbgc ,_gfag ...);};if _bfac {_cgcc :=_dfec (_eagdd ._bdfb ); -_gbgc =append (_gbgc ,_cgcc ...);};_gbgc ,_gdee :=_gbgc .toTilings ();var _aedg paraList ;_deae :=len (_eagdd ._faba );for _cebd :=0;_cebd < 360&&_deae > 0;_cebd +=90{_cbf :=make ([]*textMark ,0,len (_eagdd ._faba )-_deae );for _ ,_aaca :=range _eagdd ._faba {if _aaca ._ecefa ==_cebd {_cbf =append (_cbf ,_aaca ); -};};if len (_cbf )> 0{_gdec :=_ffbe (_cbf ,_eagdd ._egdec ,_gbgc ,_gdee ,_eagdd ._gfee ._ddcf );_aedg =append (_aedg ,_gdec ...);_deae -=len (_cbf );};};return _aedg ;};func (_cgcg *textTable )reduce ()*textTable {_adbbe :=make ([]int ,0,_cgcg ._egbbf ); -_dbbe :=make ([]int ,0,_cgcg ._ddcega );for _fbcge :=0;_fbcge < _cgcg ._egbbf ;_fbcge ++{if !_cgcg .emptyCompositeRow (_fbcge ){_adbbe =append (_adbbe ,_fbcge );};};for _gcgc :=0;_gcgc < _cgcg ._ddcega ;_gcgc ++{if !_cgcg .emptyCompositeColumn (_gcgc ){_dbbe =append (_dbbe ,_gcgc ); -};};if len (_adbbe )==_cgcg ._egbbf &&len (_dbbe )==_cgcg ._ddcega {return _cgcg ;};_befee :=textTable {_gfagc :_cgcg ._gfagc ,_ddcega :len (_dbbe ),_egbbf :len (_adbbe ),_bcec :make (map[uint64 ]*textPara ,len (_dbbe )*len (_adbbe ))};if _eeeg {_b .Log .Info ("\u0072\u0065\u0064\u0075ce\u003a\u0020\u0025\u0064\u0078\u0025\u0064\u0020\u002d\u003e\u0020\u0025\u0064\u0078%\u0064",_cgcg ._ddcega ,_cgcg ._egbbf ,len (_dbbe ),len (_adbbe )); -_b .Log .Info ("\u0072\u0065d\u0075\u0063\u0065d\u0043\u006f\u006c\u0073\u003a\u0020\u0025\u002b\u0076",_dbbe );_b .Log .Info ("\u0072\u0065d\u0075\u0063\u0065d\u0052\u006f\u0077\u0073\u003a\u0020\u0025\u002b\u0076",_adbbe );};for _gffdb ,_ebefe :=range _adbbe {for _fgdbc ,_acae :=range _dbbe {_eaae ,_fbbadd :=_cgcg .getComposite (_acae ,_ebefe ); -if _eaae ==nil {continue ;};if _eeeg {_d .Printf ("\u0020 \u0025\u0032\u0064\u002c \u0025\u0032\u0064\u0020\u0028%\u0032d\u002c \u0025\u0032\u0064\u0029\u0020\u0025\u0071\n",_fgdbc ,_gffdb ,_acae ,_ebefe ,_cfbg (_eaae .merge ().text (),50));};_befee .putComposite (_fgdbc ,_gffdb ,_eaae ,_fbbadd ); -};};return &_befee ;};type imageExtractContext struct{_aaa []ImageMark ;_egbg int ;_cdg int ;_da int ;_bag map[*_gbc .PdfObjectStream ]*cachedImage ;_gfgg *ImageExtractOptions ;_ebe bool ;};var _db =[]string {"\u0041\u004e","\u0041\u004e","\u0041\u004e","\u0041\u004e","\u0041\u004e","\u0041\u004e","\u004f\u004e","\u004f\u004e","\u0041\u004c","\u0045\u0054","\u0045\u0054","\u0041\u004c","\u0043\u0053","\u0041\u004c","\u004f\u004e","\u004f\u004e","\u004e\u0053\u004d","\u004e\u0053\u004d","\u004e\u0053\u004d","\u004e\u0053\u004d","\u004e\u0053\u004d","\u004e\u0053\u004d","\u004e\u0053\u004d","\u004e\u0053\u004d","\u004e\u0053\u004d","\u004e\u0053\u004d","\u004e\u0053\u004d","\u0041\u004c","\u0041\u004c","","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u004e\u0053\u004d","\u004e\u0053\u004d","\u004e\u0053\u004d","\u004e\u0053\u004d","\u004e\u0053\u004d","\u004e\u0053\u004d","\u004e\u0053\u004d","\u004e\u0053\u004d","\u004e\u0053\u004d","\u004e\u0053\u004d","\u004e\u0053\u004d","\u004e\u0053\u004d","\u004e\u0053\u004d","\u004e\u0053\u004d","\u004e\u0053\u004d","\u004e\u0053\u004d","\u004e\u0053\u004d","\u004e\u0053\u004d","\u004e\u0053\u004d","\u004e\u0053\u004d","\u004e\u0053\u004d","\u0041\u004e","\u0041\u004e","\u0041\u004e","\u0041\u004e","\u0041\u004e","\u0041\u004e","\u0041\u004e","\u0041\u004e","\u0041\u004e","\u0041\u004e","\u0045\u0054","\u0041\u004e","\u0041\u004e","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u004e\u0053\u004d","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u004e\u0053\u004d","\u004e\u0053\u004d","\u004e\u0053\u004d","\u004e\u0053\u004d","\u004e\u0053\u004d","\u004e\u0053\u004d","\u004e\u0053\u004d","\u0041\u004e","\u004f\u004e","\u004e\u0053\u004d","\u004e\u0053\u004d","\u004e\u0053\u004d","\u004e\u0053\u004d","\u004e\u0053\u004d","\u004e\u0053\u004d","\u0041\u004c","\u0041\u004c","\u004e\u0053\u004d","\u004e\u0053\u004d","\u004f\u004e","\u004e\u0053\u004d","\u004e\u0053\u004d","\u004e\u0053\u004d","\u004e\u0053\u004d","\u0041\u004c","\u0041\u004c","\u0045\u004e","\u0045\u004e","\u0045\u004e","\u0045\u004e","\u0045\u004e","\u0045\u004e","\u0045\u004e","\u0045\u004e","\u0045\u004e","\u0045\u004e","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c"}; -func _ad (_fd []string ,_dgc int ,_ba int ,_ee string ){for _dc :=_dgc ;_dc < _ba ;_dc ++{_fd [_dc ]=_ee ;};}; +// ApplyArea processes the page text only within the specified area `bbox`. +// Each time ApplyArea is called, it updates the result set in `pt`. +// Can be called multiple times in a row with different bounding boxes. +func (_bgcf *PageText )ApplyArea (bbox _b .PdfRectangle ){_aegf :=make ([]*textMark ,0,len (_bgcf ._eca ));for _ ,_cfccc :=range _bgcf ._eca {if _fccd (_cfccc .bbox (),bbox ){_aegf =append (_aegf ,_cfccc );};};var _fcbgf paraList ;_cca :="";_fcba :=len (_aegf ); +for _cdaa :=0;_cdaa < 360&&_fcba > 0;_cdaa +=90{_bbcg :=make ([]*textMark ,0,len (_aegf )-_fcba );for _ ,_bfgb :=range _aegf {if _bfgb ._egba ==_cdaa {_bbcg =append (_bbcg ,_bfgb );};};if len (_bbcg )> 0{if _bgcf ._ddfd ._gabb {_cca +=_cbdc (_bbcg ,_bgcf ._bfaf ); +}else {_fgb :=_fabd (_bbcg ,_bgcf ._bfaf ,nil ,nil );_fcbgf =append (_fcbgf ,_fgb ...);};_fcba -=len (_bbcg );};};if _bgcf ._ddfd ._gabb {_bgcf ._ceef =_cca ;}else {_gcdf :=new (_eg .Buffer );_fcbgf .writeText (_gcdf );_bgcf ._ceef =_gcdf .String ();_bgcf ._ebdc =_fcbgf .toTextMarks (); +_bgcf ._eeg =_fcbgf .tables ();};};func (_eec *textObject )nextLine (){_eec .moveLP (0,-_eec ._eef ._efda )};func (_bbbg *textObject )showTextAdjusted (_gdge *_ff .PdfObjectArray ,_aaf int ,_gcc string )error {_cgaf :=false ;for _ ,_gef :=range _gdge .Elements (){switch _gef .(type ){case *_ff .PdfObjectFloat ,*_ff .PdfObjectInteger :_fccg ,_dca :=_ff .GetNumberAsFloat (_gef ); +if _dca !=nil {_e .Log .Debug ("\u0045\u0052\u0052\u004fR\u003a\u0020\u0073\u0068\u006f\u0077\u0054\u0065\u0078t\u0041\u0064\u006a\u0075\u0073\u0074\u0065\u0064\u002e\u0020\u0042\u0061\u0064\u0020\u006e\u0075\u006d\u0065r\u0069\u0063\u0061\u006c\u0020a\u0072\u0067\u002e\u0020\u006f\u003d\u0025\u0073\u0020\u0061\u0072\u0067\u0073\u003d\u0025\u002b\u0076",_gef ,_gdge ); +return _dca ;};_dfee ,_cedg :=-_fccg *0.001*_bbbg ._eef ._gec ,0.0;if _cgaf {_cedg ,_dfee =_dfee ,_cedg ;};_ggca :=_cadc (_da .Point {X :_dfee ,Y :_cedg });_bbbg ._cdffg .Concat (_ggca );case *_ff .PdfObjectString :_bce :=_ff .TraceToDirectObject (_gef ); +_agee ,_gcdc :=_ff .GetStringBytes (_bce );if !_gcdc {_e .Log .Trace ("s\u0068\u006f\u0077\u0054\u0065\u0078\u0074\u0041\u0064j\u0075\u0073\u0074\u0065\u0064\u003a\u0020Ba\u0064\u0020\u0073\u0074r\u0069\u006e\u0067\u0020\u0061\u0072\u0067\u002e\u0020o=\u0025\u0073 \u0061\u0072\u0067\u0073\u003d\u0025\u002b\u0076",_gef ,_gdge ); +return _ff .ErrTypeError ;};_bbbg .renderText (_bce ,_agee ,_aaf ,_gcc );default:_e .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0073\u0068\u006f\u0077\u0054\u0065\u0078\u0074A\u0064\u006a\u0075\u0073\u0074\u0065\u0064\u002e\u0020\u0055\u006e\u0065\u0078p\u0065\u0063\u0074\u0065\u0064\u0020\u0074\u0079\u0070\u0065\u0020\u0028%T\u0029\u0020\u0061\u0072\u0067\u0073\u003d\u0025\u002b\u0076",_gef ,_gdge ); +return _ff .ErrTypeError ;};};return nil ;};func _defa (_accc []pathSection )rulingList {_dadaf (_accc );if _ccffg {_e .Log .Info ("\u006da\u006b\u0065\u0046\u0069l\u006c\u0052\u0075\u006c\u0069n\u0067s\u003a \u0025\u0064\u0020\u0066\u0069\u006c\u006cs",len (_accc )); +};var _abaeb rulingList ;for _ ,_gbcd :=range _accc {for _ ,_acdeb :=range _gbcd ._cdad {if !_acdeb .isQuadrilateral (){if _ccffg {_e .Log .Error ("!\u0069s\u0051\u0075\u0061\u0064\u0072\u0069\u006c\u0061t\u0065\u0072\u0061\u006c: \u0025\u0073",_acdeb ); +};continue ;};if _dgcgb ,_abff :=_acdeb .makeRectRuling (_gbcd .Color );_abff {_abaeb =append (_abaeb ,_dgcgb );}else {if _dcbb {_e .Log .Error ("\u0021\u006d\u0061\u006beR\u0065\u0063\u0074\u0052\u0075\u006c\u0069\u006e\u0067\u003a\u0020\u0025\u0073",_acdeb ); +};};};};if _ccffg {_e .Log .Info ("\u006d\u0061\u006b\u0065Fi\u006c\u006c\u0052\u0075\u006c\u0069\u006e\u0067\u0073\u003a\u0020\u0025\u0073",_abaeb .String ());};return _abaeb ;};func _abdbd (_fgdg float64 ,_dagbd int )int {if _dagbd ==0{_dagbd =1;};_dddbf :=float64 (_dagbd ); +return int (_ce .Round (_fgdg /_dddbf )*_dddbf );};func _ebde (_gaef []*textLine ,_dcef map[float64 ][]*textLine )[]*list {_babfa :=_dceb (_dcef );_cgad :=[]*list {};if len (_babfa )==0{return _cgad ;};_caba :=_babfa [0];_fgdd :=1;_eaga :=_dcef [_caba ]; +for _gabd ,_ccgf :=range _eaga {var _gfgc float64 ;_gcaf :=[]*list {};_daegd :=_ccgf ._dce ;_cfdf :=-1.0;if _gabd < len (_eaga )-1{_cfdf =_eaga [_gabd +1]._dce ;};if _fgdd < len (_babfa ){_gcaf =_dbead (_gaef ,_dcef ,_babfa ,_fgdd ,_daegd ,_cfdf );};_gfgc =_cfdf ; +if len (_gcaf )> 0{_bdcf :=_gcaf [0];if len (_bdcf ._efgb )> 0{_gfgc =_bdcf ._efgb [0]._dce ;};};_fcddc :=[]*textLine {_ccgf };_cfcb :=_bfcg (_ccgf ,_gaef ,_babfa ,_daegd ,_gfgc );_fcddc =append (_fcddc ,_cfcb ...);_abgag :=_affeb (_fcddc ,"\u0062\u0075\u006c\u006c\u0065\u0074",_gcaf ); +_abgag ._cceae =_dbfa (_fcddc ,"");_cgad =append (_cgad ,_abgag );};return _cgad ;};func (_acdg *textObject )getStrokeColor ()_dd .Color {return _edggf (_acdg ._fcbe .ColorspaceStroking ,_acdg ._fcbe .ColorStroking );};func _edbe (_eefg int ,_ebafd map[int ][]float64 )([]int ,int ){_eabg :=make ([]int ,_eefg ); +_ccebd :=0;for _acge :=0;_acge < _eefg ;_acge ++{_eabg [_acge ]=_ccebd ;_ccebd +=len (_ebafd [_acge ])+1;};return _eabg ,_ccebd ;};func (_fdcf paraList )topoOrder ()[]int {if _ddcfg {_e .Log .Info ("\u0074\u006f\u0070\u006f\u004f\u0072\u0064\u0065\u0072\u003a"); +};_baddf :=len (_fdcf );_dfaed :=make ([]bool ,_baddf );_babbf :=make ([]int ,0,_baddf );_dade :=_fdcf .llyOrdering ();var _dcfa func (_adba int );_dcfa =func (_ccba int ){_dfaed [_ccba ]=true ;for _dfad :=0;_dfad < _baddf ;_dfad ++{if !_dfaed [_dfad ]{if _fdcf .readBefore (_dade ,_ccba ,_dfad ){_dcfa (_dfad ); +};};};_babbf =append (_babbf ,_ccba );};for _ebea :=0;_ebea < _baddf ;_ebea ++{if !_dfaed [_ebea ]{_dcfa (_ebea );};};return _gddd (_babbf );};func _agdbc (_eeea ,_bdbd _b .PdfRectangle )(_b .PdfRectangle ,bool ){if !_fccd (_eeea ,_bdbd ){return _b .PdfRectangle {},false ; +};return _b .PdfRectangle {Llx :_ce .Max (_eeea .Llx ,_bdbd .Llx ),Urx :_ce .Min (_eeea .Urx ,_bdbd .Urx ),Lly :_ce .Max (_eeea .Lly ,_bdbd .Lly ),Ury :_ce .Min (_eeea .Ury ,_bdbd .Ury )},true ;};func (_dfecd *textTable )logComposite (_cbfdc string ){if !_aada {return ; +};_e .Log .Info ("\u007e~\u007eP\u0061\u0072\u0061\u0020\u0025d\u0020\u0078 \u0025\u0064\u0020\u0025\u0073",_dfecd ._addag ,_dfecd ._cffff ,_cbfdc );_bf .Printf ("\u0025\u0035\u0073 \u007c","");for _dffc :=0;_dffc < _dfecd ._addag ;_dffc ++{_bf .Printf ("\u0025\u0033\u0064 \u007c",_dffc ); +};_bf .Println ("");_bf .Printf ("\u0025\u0035\u0073 \u002b","");for _cfdfe :=0;_cfdfe < _dfecd ._addag ;_cfdfe ++{_bf .Printf ("\u0025\u0033\u0073 \u002b","\u002d\u002d\u002d");};_bf .Println ("");for _fabae :=0;_fabae < _dfecd ._cffff ;_fabae ++{_bf .Printf ("\u0025\u0035\u0064 \u007c",_fabae ); +for _bcbec :=0;_bcbec < _dfecd ._addag ;_bcbec ++{_dfefdc ,_ :=_dfecd ._bdfcg [_fbfgf (_bcbec ,_fabae )].parasBBox ();_bf .Printf ("\u0025\u0033\u0064 \u007c",len (_dfefdc ));};_bf .Println ("");};_e .Log .Info ("\u007e~\u007eT\u0065\u0078\u0074\u0020\u0025d\u0020\u0078 \u0025\u0064\u0020\u0025\u0073",_dfecd ._addag ,_dfecd ._cffff ,_cbfdc ); +_bf .Printf ("\u0025\u0035\u0073 \u007c","");for _ecfdc :=0;_ecfdc < _dfecd ._addag ;_ecfdc ++{_bf .Printf ("\u0025\u0031\u0032\u0064\u0020\u007c",_ecfdc );};_bf .Println ("");_bf .Printf ("\u0025\u0035\u0073 \u002b","");for _ddffc :=0;_ddffc < _dfecd ._addag ; +_ddffc ++{_bf .Print ("\u002d\u002d\u002d\u002d\u002d\u002d\u002d\u002d\u002d-\u002d\u002d\u002d\u002b");};_bf .Println ("");for _facag :=0;_facag < _dfecd ._cffff ;_facag ++{_bf .Printf ("\u0025\u0035\u0064 \u007c",_facag );for _ebgbb :=0;_ebgbb < _dfecd ._addag ; +_ebgbb ++{_cbbgf ,_ :=_dfecd ._bdfcg [_fbfgf (_ebgbb ,_facag )].parasBBox ();_bcfa :="";_eaea :=_cbbgf .merge ();if _eaea !=nil {_bcfa =_eaea .text ();};_bcfa =_bf .Sprintf ("\u0025\u0071",_ggcea (_bcfa ,12));_bcfa =_bcfa [1:len (_bcfa )-1];_bf .Printf ("\u0025\u0031\u0032\u0073\u0020\u007c",_bcfa ); +};_bf .Println ("");};};func _agfc (_ccae _da .Point )*subpath {return &subpath {_gfb :[]_da .Point {_ccae }}};type lineRuling struct{_becb rulingKind ;_cafe markKind ;_dd .Color ;_eefea ,_edcb _da .Point ;};func (_egfgf *subpath )isQuadrilateral ()bool {if len (_egfgf ._gfb )< 4||len (_egfgf ._gfb )> 5{return false ; +};if len (_egfgf ._gfb )==5{_bgcce :=_egfgf ._gfb [0];_cdcff :=_egfgf ._gfb [4];if _bgcce .X !=_cdcff .X ||_bgcce .Y !=_cdcff .Y {return false ;};};return true ;};func (_aeae rulingList )snapToGroupsDirection ()rulingList {_aeae .sortStrict ();_fcafb :=make (map[*ruling ]rulingList ,len (_aeae )); +_dfeab :=_aeae [0];_gbff :=func (_gbcf *ruling ){_dfeab =_gbcf ;_fcafb [_dfeab ]=rulingList {_gbcf }};_gbff (_aeae [0]);for _ ,_abedf :=range _aeae [1:]{if _abedf ._efadf < _dfeab ._efadf -_beeg {_e .Log .Error ("\u0073\u006e\u0061\u0070T\u006f\u0047\u0072\u006f\u0075\u0070\u0073\u0044\u0069r\u0065\u0063\u0074\u0069\u006f\u006e\u003a\u0020\u0057\u0072\u006f\u006e\u0067\u0020\u0070\u0072\u0069\u006da\u0072\u0079\u0020\u006f\u0072d\u0065\u0072\u002e\u000a\u0009\u0076\u0030\u003d\u0025\u0073\u000a\u0009\u0020\u0076\u003d\u0025\u0073",_dfeab ,_abedf ); +};if _abedf ._efadf > _dfeab ._efadf +_acgdd {_gbff (_abedf );}else {_fcafb [_dfeab ]=append (_fcafb [_dfeab ],_abedf );};};_cccda :=make (map[*ruling ]float64 ,len (_fcafb ));_eeed :=make (map[*ruling ]*ruling ,len (_aeae ));for _egcg ,_abaef :=range _fcafb {_cccda [_egcg ]=_abaef .mergePrimary (); +for _ ,_dddba :=range _abaef {_eeed [_dddba ]=_egcg ;};};for _ ,_aeead :=range _aeae {_aeead ._efadf =_cccda [_eeed [_aeead ]];};_abcc :=make (rulingList ,0,len (_aeae ));for _ ,_egdff :=range _fcafb {_dbcb :=_egdff .splitSec ();for _cbbd ,_cgadd :=range _dbcb {_aafccf :=_cgadd .merge (); +if len (_abcc )> 0{_afgg :=_abcc [len (_abcc )-1];if _afgg .alignsPrimary (_aafccf )&&_afgg .alignsSec (_aafccf ){_e .Log .Error ("\u0073\u006e\u0061\u0070\u0054\u006fG\u0072\u006f\u0075\u0070\u0073\u0044\u0069\u0072\u0065\u0063\u0074\u0069\u006f\u006e\u003a\u0020\u0044\u0075\u0070\u006ci\u0063\u0061\u0074\u0065\u0020\u0069\u003d\u0025\u0064\u000a\u0009\u0077\u003d\u0025s\u000a\t\u0076\u003d\u0025\u0073",_cbbd ,_afgg ,_aafccf ); +continue ;};};_abcc =append (_abcc ,_aafccf );};};_abcc .sortStrict ();return _abcc ;};func (_dcd *textObject )getFillColor ()_dd .Color {return _edggf (_dcd ._fcbe .ColorspaceNonStroking ,_dcd ._fcbe .ColorNonStroking );};func (_cgfg paraList )reorder (_cegd []int ){_ecfb :=make (paraList ,len (_cgfg )); +for _facb ,_aef :=range _cegd {_ecfb [_facb ]=_cgfg [_aef ];};copy (_cgfg ,_ecfb );};type shapesState struct{_gefd _da .Matrix ;_cdgfg _da .Matrix ;_fgdb []*subpath ;_cbeb bool ;_dfca _da .Point ;_aaag *textObject ;};func _feabd (_cfcg *_b .Image ,_gggf _dd .Color )_ga .Image {_gdccd ,_fabcf :=int (_cfcg .Width ),int (_cfcg .Height ); +_efcce :=_ga .NewRGBA (_ga .Rect (0,0,_gdccd ,_fabcf ));for _faedc :=0;_faedc < _fabcf ;_faedc ++{for _gcbd :=0;_gcbd < _gdccd ;_gcbd ++{_edfaa ,_abedb :=_cfcg .ColorAt (_gcbd ,_faedc );if _abedb !=nil {_e .Log .Debug ("\u0057\u0041\u0052\u004e\u003a\u0020\u0063o\u0075\u006c\u0064\u0020\u006e\u006f\u0074\u0020\u0072\u0065\u0074\u0072\u0069\u0065v\u0065 \u0069\u006d\u0061\u0067\u0065\u0020m\u0061\u0073\u006b\u0020\u0076\u0061\u006cu\u0065\u0020\u0061\u0074\u0020\u0028\u0025\u0064\u002c\u0020\u0025\u0064\u0029\u002e\u0020\u004f\u0075\u0074\u0070\u0075\u0074\u0020\u006da\u0079\u0020\u0062\u0065\u0020\u0069\u006e\u0063\u006f\u0072\u0072\u0065\u0063t\u002e",_gcbd ,_faedc ); +continue ;};_cdbb ,_becg ,_fdca ,_ :=_edfaa .RGBA ();var _fgbf _dd .Color ;if _cdbb +_becg +_fdca ==0{_fgbf =_gggf ;}else {_fgbf =_dd .Transparent ;};_efcce .Set (_gcbd ,_faedc ,_fgbf );};};return _efcce ;}; -// ExtractPageImages returns the image contents of the page extractor, including data -// and position, size information for each image. -// A set of options to control page image extraction can be passed in. The options -// parameter can be nil for the default options. By default, inline stencil masks -// are not extracted. -func (_ceca *Extractor )ExtractPageImages (options *ImageExtractOptions )(*PageImages ,error ){_eefe :=&imageExtractContext {_gfgg :options };_efab :=_eefe .extractContentStreamImages (_ceca ._eca ,_ceca ._feg );if _efab !=nil {return nil ,_efab ;};return &PageImages {Images :_eefe ._aaa },nil ; -};func _afgcc (_adfc []rulingList )(rulingList ,rulingList ){var _cgbb rulingList ;for _ ,_fbbfg :=range _adfc {_cgbb =append (_cgbb ,_fbbfg ...);};return _cgbb .vertsHorzs ();};func (_gaaf paraList )sortReadingOrder (){_b .Log .Trace ("\u0073\u006fr\u0074\u0052\u0065\u0061\u0064i\u006e\u0067\u004f\u0072\u0064e\u0072\u003a\u0020\u0070\u0061\u0072\u0061\u0073\u003d\u0025\u0064\u0020\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u0078\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d",len (_gaaf )); -if len (_gaaf )<=1{return ;};_gaaf .computeEBBoxes ();_gd .Slice (_gaaf ,func (_dbbb ,_dged int )bool {return _cfda (_gaaf [_dbbb ],_gaaf [_dged ])<=0});};type subpath struct{_agea []_ef .Point ;_gdge bool ;}; +// Font represents the font properties on a PDF page. +type Font struct{PdfFont *_b .PdfFont ; -// String returns a description of `b`. -func (_abfa *wordBag )String ()string {var _adab []string ;for _ ,_dbe :=range _abfa .depthIndexes (){_bcfc :=_abfa ._cccf [_dbe ];for _ ,_cabb :=range _bcfc {_adab =append (_adab ,_cabb ._edac );};};return _d .Sprintf ("\u0025.\u0032\u0066\u0020\u0066\u006f\u006e\u0074\u0073\u0069\u007a\u0065=\u0025\u002e\u0032\u0066\u0020\u0025\u0064\u0020\u0025\u0071",_abfa .PdfRectangle ,_abfa ._aced ,len (_adab ),_adab ); -}; +// FontName represents Font Name from font properties. +FontName string ; -// String returns a string describing `pt`. -func (_efgf PageText )String ()string {_gfgb :=_d .Sprintf ("P\u0061\u0067\u0065\u0054ex\u0074:\u0020\u0025\u0064\u0020\u0065l\u0065\u006d\u0065\u006e\u0074\u0073",len (_efgf ._faba ));_bbc :=[]string {"\u002d"+_gfgb };for _ ,_aaf :=range _efgf ._faba {_bbc =append (_bbc ,_aaf .String ()); -};_bbc =append (_bbc ,"\u002b"+_gfgb );return _ge .Join (_bbc ,"\u000a");};type intSet map[int ]struct{};func (_eddd *textTable )logComposite (_fbbd string ){if !_eeeg {return ;};_b .Log .Info ("\u007e~\u007eP\u0061\u0072\u0061\u0020\u0025d\u0020\u0078 \u0025\u0064\u0020\u0025\u0073",_eddd ._ddcega ,_eddd ._egbbf ,_fbbd ); -_d .Printf ("\u0025\u0035\u0073 \u007c","");for _ccgaag :=0;_ccgaag < _eddd ._ddcega ;_ccgaag ++{_d .Printf ("\u0025\u0033\u0064 \u007c",_ccgaag );};_d .Println ("");_d .Printf ("\u0025\u0035\u0073 \u002b","");for _aafga :=0;_aafga < _eddd ._ddcega ;_aafga ++{_d .Printf ("\u0025\u0033\u0073 \u002b","\u002d\u002d\u002d"); -};_d .Println ("");for _ggggb :=0;_ggggb < _eddd ._egbbf ;_ggggb ++{_d .Printf ("\u0025\u0035\u0064 \u007c",_ggggb );for _bbgga :=0;_bbgga < _eddd ._ddcega ;_bbgga ++{_dbbd ,_ :=_eddd ._fccfa [_caabd (_bbgga ,_ggggb )].parasBBox ();_d .Printf ("\u0025\u0033\u0064 \u007c",len (_dbbd )); -};_d .Println ("");};_b .Log .Info ("\u007e~\u007eT\u0065\u0078\u0074\u0020\u0025d\u0020\u0078 \u0025\u0064\u0020\u0025\u0073",_eddd ._ddcega ,_eddd ._egbbf ,_fbbd );_d .Printf ("\u0025\u0035\u0073 \u007c","");for _ggaeb :=0;_ggaeb < _eddd ._ddcega ;_ggaeb ++{_d .Printf ("\u0025\u0031\u0032\u0064\u0020\u007c",_ggaeb ); -};_d .Println ("");_d .Printf ("\u0025\u0035\u0073 \u002b","");for _cabfb :=0;_cabfb < _eddd ._ddcega ;_cabfb ++{_d .Print ("\u002d\u002d\u002d\u002d\u002d\u002d\u002d\u002d\u002d-\u002d\u002d\u002d\u002b");};_d .Println ("");for _dgbfd :=0;_dgbfd < _eddd ._egbbf ; -_dgbfd ++{_d .Printf ("\u0025\u0035\u0064 \u007c",_dgbfd );for _gffc :=0;_gffc < _eddd ._ddcega ;_gffc ++{_fdbca ,_ :=_eddd ._fccfa [_caabd (_gffc ,_dgbfd )].parasBBox ();_gabad :="";_ccbfc :=_fdbca .merge ();if _ccbfc !=nil {_gabad =_ccbfc .text ();}; -_gabad =_d .Sprintf ("\u0025\u0071",_cfbg (_gabad ,12));_gabad =_gabad [1:len (_gabad )-1];_d .Printf ("\u0025\u0031\u0032\u0073\u0020\u007c",_gabad );};_d .Println ("");};};func _gfccg (_dfcef _gbc .PdfObject ,_efea _ab .Color )(_f .Image ,error ){_babeb ,_fgddb :=_gbc .GetStream (_dfcef ); -if !_fgddb {return nil ,nil ;};_bcgfe ,_bccag :=_bg .NewXObjectImageFromStream (_babeb );if _bccag !=nil {return nil ,_bccag ;};_ebeb ,_bccag :=_bcgfe .ToImage ();if _bccag !=nil {return nil ,_bccag ;};return _bfaaa (_ebeb ,_efea ),nil ;};func _gbggf (_bgd byte )bool {for _ ,_cbabc :=range _cdcg {if []byte (_cbabc )[0]==_bgd {return true ; -};};return false ;};func (_fddb gridTiling )log (_adgd string ){if !_degg {return ;};_b .Log .Info ("\u0074i\u006ci\u006e\u0067\u003a\u0020\u0025d\u0020\u0078 \u0025\u0064\u0020\u0025\u0071",len (_fddb ._cdfg ),len (_fddb ._fgcd ),_adgd );_d .Printf ("\u0020\u0020\u0020l\u006c\u0078\u003d\u0025\u002e\u0032\u0066\u000a",_fddb ._cdfg ); -_d .Printf ("\u0020\u0020\u0020l\u006c\u0079\u003d\u0025\u002e\u0032\u0066\u000a",_fddb ._fgcd );for _baed ,_ebbd :=range _fddb ._fgcd {_dbaef ,_fceb :=_fddb ._egff [_ebbd ];if !_fceb {continue ;};_d .Printf ("%\u0034\u0064\u003a\u0020\u0025\u0036\u002e\u0032\u0066\u000a",_baed ,_ebbd ); -for _eebfg ,_ddfe :=range _fddb ._cdfg {_dbebf ,_fgebg :=_dbaef [_ddfe ];if !_fgebg {continue ;};_d .Printf ("\u0025\u0038\u0064\u003a\u0020\u0025\u0073\u000a",_eebfg ,_dbebf .String ());};};};func _dfec (_efbd []pathSection )rulingList {_gdfgg (_efbd ); -if _gfab {_b .Log .Info ("\u006da\u006b\u0065\u0046\u0069l\u006c\u0052\u0075\u006c\u0069n\u0067s\u003a \u0025\u0064\u0020\u0066\u0069\u006c\u006cs",len (_efbd ));};var _gagf rulingList ;for _ ,_ecga :=range _efbd {for _ ,_aagf :=range _ecga ._cdc {if !_aagf .isQuadrilateral (){if _gfab {_b .Log .Error ("!\u0069s\u0051\u0075\u0061\u0064\u0072\u0069\u006c\u0061t\u0065\u0072\u0061\u006c: \u0025\u0073",_aagf ); -};continue ;};if _cfeffa ,_bfgga :=_aagf .makeRectRuling (_ecga .Color );_bfgga {_gagf =append (_gagf ,_cfeffa );}else {if _bfgg {_b .Log .Error ("\u0021\u006d\u0061\u006beR\u0065\u0063\u0074\u0052\u0075\u006c\u0069\u006e\u0067\u003a\u0020\u0025\u0073",_aagf ); -};};};};if _gfab {_b .Log .Info ("\u006d\u0061\u006b\u0065Fi\u006c\u006c\u0052\u0075\u006c\u0069\u006e\u0067\u0073\u003a\u0020\u0025\u0073",_gagf .String ());};return _gagf ;}; +// FontType represents Font Subtype entry in the font dictionary inside page resources. +// Examples : type0, Type1, MMType1, Type3, TrueType, CIDFont. +FontType string ; -// Len returns the number of TextMarks in `ma`. -func (_cfgd *TextMarkArray )Len ()int {if _cfgd ==nil {return 0;};return len (_cfgd ._egbe );};func (_bbca *textTable )depth ()float64 {_ddcfg :=1e10;for _cfaac :=0;_cfaac < _bbca ._ddcega ;_cfaac ++{_eege :=_bbca .get (_cfaac ,0);if _eege ==nil ||_eege ._ecee {continue ; -};_ddcfg =_bb .Min (_ddcfg ,_eege .depth ());};return _ddcfg ;};var _fcgbb =map[rulingKind ]string {_bgeag :"\u006e\u006f\u006e\u0065",_bfcbd :"\u0068\u006f\u0072\u0069\u007a\u006f\u006e\u0074\u0061\u006c",_cege :"\u0076\u0065\u0072\u0074\u0069\u0063\u0061\u006c"}; -func _ccacb (_ebacd _gbc .PdfObject ,_badb _ab .Color )(_f .Image ,error ){_adbd ,_edaab :=_gbc .GetStream (_ebacd );if !_edaab {return nil ,nil ;};_gfecg ,_dbdbd :=_bg .NewXObjectImageFromStream (_adbd );if _dbdbd !=nil {return nil ,_dbdbd ;};_fgedc ,_dbdbd :=_gfecg .ToImage (); -if _dbdbd !=nil {return nil ,_dbdbd ;};return _cbff (_fgedc ,_badb ),nil ;};func (_bdcaba paraList )eventNeighbours (_fceef []event )map[*textPara ][]int {_gd .Slice (_fceef ,func (_febfgb ,_dgdbf int )bool {_eggf ,_dgeec :=_fceef [_febfgb ],_fceef [_dgdbf ]; -_eceeg ,_fcfgg :=_eggf ._abbcd ,_dgeec ._abbcd ;if _eceeg !=_fcfgg {return _eceeg < _fcfgg ;};if _eggf ._dcgeb !=_dgeec ._dcgeb {return _eggf ._dcgeb ;};return _febfgb < _dgdbf ;});_bcdb :=make (map[int ]intSet );_edgf :=make (intSet );for _ ,_feaba :=range _fceef {if _feaba ._dcgeb {_bcdb [_feaba ._bbeaga ]=make (intSet ); -for _dcaef :=range _edgf {if _dcaef !=_feaba ._bbeaga {_bcdb [_feaba ._bbeaga ].add (_dcaef );_bcdb [_dcaef ].add (_feaba ._bbeaga );};};_edgf .add (_feaba ._bbeaga );}else {_edgf .del (_feaba ._bbeaga );};};_dfgae :=map[*textPara ][]int {};for _dfdc ,_gcff :=range _bcdb {_beed :=_bdcaba [_dfdc ]; -if len (_gcff )==0{_dfgae [_beed ]=nil ;continue ;};_bfdf :=make ([]int ,len (_gcff ));_bcbg :=0;for _abfc :=range _gcff {_bfdf [_bcbg ]=_abfc ;_bcbg ++;};_dfgae [_beed ]=_bfdf ;};return _dfgae ;}; +// ToUnicode is true if font provides a `ToUnicode` mapping. +ToUnicode bool ; -// Options extractor options. -type Options struct{ +// IsCID is true if underlying font is a composite font. +// Composite font is represented by a font dictionary whose Subtype is `Type0` +IsCID bool ; -// DisableDocumentTags specifies whether to use the document tags during list extraction. -DisableDocumentTags bool ; +// IsSimple is true if font is simple font. +// A simple font is limited to only 8 bit (255) character codes. +IsSimple bool ; -// ApplyCropBox will extract page text based on page cropbox if set to `true`. -ApplyCropBox bool ; +// FontData represents the raw data of the embedded font file. +// It can have format TrueType (TTF), PostScript Font (PFB) or Compact Font Format (CCF). +// FontData value can be indicates from `FontFile`, `FontFile2` or `FontFile3` inside Font Descriptor. +// At most, only one of `FontFile`, `FontFile2` or `FontFile3` will be FontData value. +FontData []byte ; -// UseSimplerExtractionProcess will skip topological text ordering and table processing. -// -// NOTE: While normally the extra processing is beneficial, it can also lead to problems when it does not work. -// Thus it is a flag to allow the user to control this process. -// -// Skipping some extraction processes would also lead to the reduced processing time. -UseSimplerExtractionProcess bool ; +// FontFileName is a name representing the font. it has format: +// (Font Name) + (Font Type Extension), example: helvetica.ttf. +FontFileName string ; -// IncludeAnnotations specifies whether to include annotations in the extraction process, default value is `false`. -IncludeAnnotations bool ;};func (_gdbab intSet )del (_fdfbb int ){delete (_gdbab ,_fdfbb )};func (_ecgde paraList )findGridTables (_cbdc []gridTiling )[]*textTable {if _eeeg {_b .Log .Info ("\u0066i\u006e\u0064\u0047\u0072\u0069\u0064\u0054\u0061\u0062\u006c\u0065s\u003a\u0020\u0025\u0064\u0020\u0070\u0061\u0072\u0061\u0073",len (_ecgde )); -for _bgbgf ,_dfbf :=range _ecgde {_d .Printf ("\u0025\u0034\u0064\u003a\u0020\u0025\u0073\u000a",_bgbgf ,_dfbf );};};var _gfefa []*textTable ;for _babf ,_cadff :=range _cbdc {_efgca ,_fgebe :=_ecgde .findTableGrid (_cadff );if _efgca !=nil {_efgca .log (_d .Sprintf ("\u0066\u0069\u006e\u0064Ta\u0062\u006c\u0065\u0057\u0069\u0074\u0068\u0047\u0072\u0069\u0064\u0073\u003a\u0020%\u0064",_babf )); -_gfefa =append (_gfefa ,_efgca );_efgca .markCells ();};for _gcfed :=range _fgebe {_gcfed ._bfaab =true ;};};if _eeeg {_b .Log .Info ("\u0066i\u006e\u0064\u0047\u0072i\u0064\u0054\u0061\u0062\u006ce\u0073:\u0020%\u0064\u0020\u0074\u0061\u0062\u006c\u0065s",len (_gfefa )); -};return _gfefa ;};func (_cffab *textTable )compositeColCorridors ()map[int ][]float64 {_ecdegd :=make (map[int ][]float64 ,_cffab ._ddcega );if _eeeg {_b .Log .Info ("\u0063\u006f\u006d\u0070o\u0073\u0069\u0074\u0065\u0043\u006f\u006c\u0043\u006f\u0072r\u0069d\u006f\u0072\u0073\u003a\u0020\u0077\u003d%\u0064\u0020",_cffab ._ddcega ); -};for _bfecd :=0;_bfecd < _cffab ._ddcega ;_bfecd ++{_ecdegd [_bfecd ]=nil ;};return _ecdegd ;};func _dce (_gce _ef .Point )*subpath {return &subpath {_agea :[]_ef .Point {_gce }}};func (_efdf *textObject )getFillColor ()_ab .Color {return _fbbag (_efdf ._dba .ColorspaceNonStroking ,_efdf ._dba .ColorNonStroking ); -}; +// FontDescriptor represents metrics and other attributes inside font properties from PDF Structure (Font Descriptor). +FontDescriptor *_b .PdfFontDescriptor ;}; -// String returns a description of `w`. -func (_afadd *textWord )String ()string {return _d .Sprintf ("\u0025\u002e2\u0066\u0020\u0025\u0036\u002e\u0032\u0066\u0020\u0066\u006f\u006e\u0074\u0073\u0069\u007a\u0065\u003d\u0025\u002e\u0032\u0066\u0020\"%\u0073\u0022",_afadd ._ccee ,_afadd .PdfRectangle ,_afadd ._dafae ,_afadd ._edac ); -};func (_fcg *shapesState )closePath (){if _fcg ._aaba {_fcg ._dgdd =append (_fcg ._dgdd ,_dce (_fcg ._gbgg ));_fcg ._aaba =false ;}else if len (_fcg ._dgdd )==0{if _fbfd {_b .Log .Debug ("\u0063\u006c\u006f\u0073eP\u0061\u0074\u0068\u0020\u0077\u0069\u0074\u0068\u0020\u006e\u006f\u0020\u0070\u0061t\u0068"); -};_fcg ._aaba =false ;return ;};_fcg ._dgdd [len (_fcg ._dgdd )-1].close ();if _fbfd {_b .Log .Info ("\u0063\u006c\u006f\u0073\u0065\u0050\u0061\u0074\u0068\u003a\u0020\u0025\u0073",_fcg );};};func (_cfde *stateStack )size ()int {return len (*_cfde )}; -func (_ccbff *textTable )get (_adbf ,_gcba int )*textPara {return _ccbff ._bcec [_caabd (_adbf ,_gcba )]};func (_cfab *subpath )removeDuplicates (){if len (_cfab ._agea )==0{return ;};_afbf :=[]_ef .Point {_cfab ._agea [0]};for _ ,_edggd :=range _cfab ._agea [1:]{if !_fedaf (_edggd ,_afbf [len (_afbf )-1]){_afbf =append (_afbf ,_edggd ); -};};_cfab ._agea =_afbf ;};func (_cgfd paraList )tables ()[]TextTable {var _becd []TextTable ;if _eeeg {_b .Log .Info ("\u0070\u0061\u0072\u0061\u0073\u002e\u0074\u0061\u0062\u006c\u0065\u0073\u003a");};for _ ,_dcgfg :=range _cgfd {_gebb :=_dcgfg ._cece ; -if _gebb !=nil &&_gebb .isExportable (){_becd =append (_becd ,_gebb .toTextTable ());};};return _becd ;};func _ebfgb (_fadb *textLine ,_efae []*textLine ,_fade []float64 ,_aagcc ,_dfea float64 )[]*textLine {_gfad :=[]*textLine {};for _ ,_dfca :=range _efae {if _dfca ._ggfc >=_aagcc {if _dfea !=-1&&_dfca ._ggfc < _dfea {if _dfca .text ()!=_fadb .text (){if _bb .Round (_dfca .Llx )< _bb .Round (_fadb .Llx ){break ; -};_gfad =append (_gfad ,_dfca );};}else if _dfea ==-1{if _dfca ._ggfc ==_fadb ._ggfc {if _dfca .text ()!=_fadb .text (){_gfad =append (_gfad ,_dfca );};continue ;};_dbed :=_fgfcbe (_fadb ,_efae ,_fade );if _dbed !=-1&&_dfca ._ggfc <=_dbed {_gfad =append (_gfad ,_dfca ); -};};};};return _gfad ;};func _bcgc (_dadcb map[float64 ]map[float64 ]gridTile )[]float64 {_dcfeg :=make ([]float64 ,0,len (_dadcb ));for _fecb :=range _dadcb {_dcfeg =append (_dcfeg ,_fecb );};_gd .Float64s (_dcfeg );_fabc :=len (_dcfeg );for _ffbcf :=0; -_ffbcf < _fabc /2;_ffbcf ++{_dcfeg [_ffbcf ],_dcfeg [_fabc -1-_ffbcf ]=_dcfeg [_fabc -1-_ffbcf ],_dcfeg [_ffbcf ];};return _dcfeg ;}; +// PageText represents the layout of text on a device page. +type PageText struct{_eca []*textMark ;_ceef string ;_ebdc []TextMark ;_eeg []TextTable ;_bfaf _b .PdfRectangle ;_eff []pathSection ;_caa []pathSection ;_cagg *_ff .PdfObject ;_cfec _ff .PdfObject ;_cfcc *_gd .ContentStreamOperations ;_ddfd PageTextOptions ; +};func _cacef (_gcfa ,_dcae bounded )float64 {_cdcfc :=_deedf (_gcfa ,_dcae );if !_dbfgf (_cdcfc ){return _cdcfc ;};return _ddabf (_gcfa ,_dcae );}; -// NewWithOptions an Extractor instance for extracting content from the input PDF page with options. -func NewWithOptions (page *_bg .PdfPage ,options *Options )(*Extractor ,error ){const _gfa ="\u0065x\u0074\u0072\u0061\u0063\u0074\u006f\u0072\u002e\u004e\u0065\u0077W\u0069\u0074\u0068\u004f\u0070\u0074\u0069\u006f\u006e\u0073";_gee ,_ada :=page .GetAllContentStreams (); -if _ada !=nil {return nil ,_ada ;};_fge ,_cgd :=page .GetStructTreeRoot ();if !_cgd {_b .Log .Debug ("T\u0068\u0065\u0020\u0070\u0064\u0066\u0020\u0064\u006f\u0063\u0075\u006d\u0065\u006e\u0074\u0020\u0069\u0073\u0020\u006e\u006f\u0074\u0020\u0074\u0061\u0067g\u0065d\u002e\u0020\u0053\u0074r\u0075\u0063t\u0054\u0072\u0065\u0065\u0052\u006f\u006f\u0074\u0020\u0064\u006f\u0065\u0073\u006e\u0027\u0074\u0020\u0065\u0078\u0069\u0073\u0074\u002e"); -};_adb :=page .GetContainingPdfObject ();_cbad ,_ada :=page .GetMediaBox ();if _ada !=nil {return nil ,_d .Errorf ("\u0065\u0078\u0074r\u0061\u0063\u0074\u006fr\u0020\u0072\u0065\u0071\u0075\u0069\u0072e\u0073\u0020\u006d\u0065\u0064\u0069\u0061\u0042\u006f\u0078\u002e\u0020\u0025\u0076",_ada ); -};_gae :=&Extractor {_eca :_gee ,_feg :page .Resources ,_ac :*_cbad ,_fcb :page .CropBox ,_deg :map[string ]fontEntry {},_gdfd :map[string ]textResult {},_adg :map[string ]textResult {},_dff :options ,_egb :_fge ,_edaa :_adb };if _gae ._ac .Llx > _gae ._ac .Urx {_b .Log .Info ("\u004d\u0065\u0064\u0069\u0061\u0042o\u0078\u0020\u0068\u0061\u0073\u0020\u0058\u0020\u0063\u006f\u006f\u0072\u0064\u0069\u006e\u0061\u0074\u0065\u0073\u0020r\u0065\u0076\u0065\u0072\u0073\u0065\u0064\u002e\u0020\u0025\u002e\u0032\u0066\u0020F\u0069x\u0069\u006e\u0067\u002e",_gae ._ac ); -_gae ._ac .Llx ,_gae ._ac .Urx =_gae ._ac .Urx ,_gae ._ac .Llx ;};if _gae ._ac .Lly > _gae ._ac .Ury {_b .Log .Info ("\u004d\u0065\u0064\u0069\u0061\u0042o\u0078\u0020\u0068\u0061\u0073\u0020\u0059\u0020\u0063\u006f\u006f\u0072\u0064\u0069\u006e\u0061\u0074\u0065\u0073\u0020r\u0065\u0076\u0065\u0072\u0073\u0065\u0064\u002e\u0020\u0025\u002e\u0032\u0066\u0020F\u0069x\u0069\u006e\u0067\u002e",_gae ._ac ); -_gae ._ac .Lly ,_gae ._ac .Ury =_gae ._ac .Ury ,_gae ._ac .Lly ;};if _gae ._dff !=nil {if _gae ._dff .IncludeAnnotations {_gae ._ga ,_ada =page .GetAnnotations ();if _ada !=nil {_b .Log .Debug ("\u0045\u0072r\u006f\u0072\u0020\u0067\u0065\u0074\u0074\u0069\u006e\u0067\u0020\u0061\u006e\u006e\u006f\u0074\u0061\u0074\u0069\u006f\u006e\u0073: \u0025\u0076",_ada ); -};};};_fe .TrackUse (_gfa );return _gae ,nil ;};func _fafdc (_edcd string )bool {if _a .RuneCountInString (_edcd )< _cfgcc {return false ;};_abbg ,_ccdb :=_a .DecodeLastRuneInString (_edcd );if _ccdb <=0||!_ae .Is (_ae .Hyphen ,_abbg ){return false ;}; -_abbg ,_ccdb =_a .DecodeLastRuneInString (_edcd [:len (_edcd )-_ccdb ]);return _ccdb > 0&&!_ae .IsSpace (_abbg );};func (_efgd pathSection )bbox ()_bg .PdfRectangle {_ecce :=_efgd ._cdc [0]._agea [0];_cdbg :=_bg .PdfRectangle {Llx :_ecce .X ,Urx :_ecce .X ,Lly :_ecce .Y ,Ury :_ecce .Y }; -_gdfa :=func (_cgdf _ef .Point ){if _cgdf .X < _cdbg .Llx {_cdbg .Llx =_cgdf .X ;}else if _cgdf .X > _cdbg .Urx {_cdbg .Urx =_cgdf .X ;};if _cgdf .Y < _cdbg .Lly {_cdbg .Lly =_cgdf .Y ;}else if _cgdf .Y > _cdbg .Ury {_cdbg .Ury =_cgdf .Y ;};};for _ ,_becf :=range _efgd ._cdc [0]._agea [1:]{_gdfa (_becf ); -};for _ ,_bbeec :=range _efgd ._cdc [1:]{for _ ,_gdfg :=range _bbeec ._agea {_gdfa (_gdfg );};};return _cdbg ;};func (_caac rulingList )comp (_eabc ,_bdabd int )bool {_gcgb ,_aegdgc :=_caac [_eabc ],_caac [_bdabd ];_bcba ,_gcab :=_gcgb ._gcafd ,_aegdgc ._gcafd ; -if _bcba !=_gcab {return _bcba > _gcab ;};if _bcba ==_bgeag {return false ;};_gabdd :=func (_cacf bool )bool {if _bcba ==_bfcbd {return _cacf ;};return !_cacf ;};_cgca ,_dafff :=_gcgb ._gbaff ,_aegdgc ._gbaff ;if _cgca !=_dafff {return _gabdd (_cgca > _dafff ); -};_cgca ,_dafff =_gcgb ._fabe ,_aegdgc ._fabe ;if _cgca !=_dafff {return _gabdd (_cgca < _dafff );};return _gabdd (_gcgb ._ccba < _aegdgc ._ccba );}; +// String returns a description of `k`. +func (_cabdd markKind )String ()string {_egfdf ,_dgbg :=_eafg [_cabdd ];if !_dgbg {return _bf .Sprintf ("\u004e\u006f\u0074\u0020\u0061\u0020\u006d\u0061\u0072k\u003a\u0020\u0025\u0064",_cabdd );};return _egfdf ;}; + +// String returns a string describing the current state of the textState stack. +func (_gbf *stateStack )String ()string {_fcbf :=[]string {_bf .Sprintf ("\u002d\u002d\u002d\u002d f\u006f\u006e\u0074\u0020\u0073\u0074\u0061\u0063\u006b\u003a\u0020\u0025\u0064",len (*_gbf ))};for _ecd ,_cacb :=range *_gbf {_gdac :="\u003c\u006e\u0069l\u003e"; +if _cacb !=nil {_gdac =_cacb .String ();};_fcbf =append (_fcbf ,_bf .Sprintf ("\u0009\u0025\u0032\u0064\u003a\u0020\u0025\u0073",_ecd ,_gdac ));};return _bfb .Join (_fcbf ,"\u000a");};func (_aeee *stateStack )pop ()*textState {if _aeee .empty (){return nil ; +};_ffee :=*(*_aeee )[len (*_aeee )-1];*_aeee =(*_aeee )[:len (*_aeee )-1];return &_ffee ;};func (_geeba *subpath )makeRectRuling (_dafcc _dd .Color )(*ruling ,bool ){if _dcbb {_e .Log .Info ("\u006d\u0061\u006beR\u0065\u0063\u0074\u0052\u0075\u006c\u0069\u006e\u0067\u003a\u0020\u0070\u0061\u0074\u0068\u003d\u0025\u0076",_geeba ); +};_ffbge :=_geeba ._gfb [:4];_bcae :=make (map[int ]rulingKind ,len (_ffbge ));for _efdg ,_gfaca :=range _ffbge {_afca :=_geeba ._gfb [(_efdg +1)%4];_bcae [_efdg ]=_gaacb (_gfaca ,_afca );if _dcbb {_bf .Printf ("\u0025\u0034\u0064: \u0025\u0073\u0020\u003d\u0020\u0025\u0036\u002e\u0032\u0066\u0020\u002d\u0020\u0025\u0036\u002e\u0032\u0066",_efdg ,_bcae [_efdg ],_gfaca ,_afca ); +};};if _dcbb {_bf .Printf ("\u0020\u0020\u0020\u006b\u0069\u006e\u0064\u0073\u003d\u0025\u002b\u0076\u000a",_bcae );};var _befe ,_gadg []int ;for _cdcbf ,_acdac :=range _bcae {switch _acdac {case _geggc :_gadg =append (_gadg ,_cdcbf );case _eeeae :_befe =append (_befe ,_cdcbf ); +};};if _dcbb {_bf .Printf ("\u0020\u0020 \u0068\u006f\u0072z\u0073\u003d\u0025\u0064\u0020\u0025\u002b\u0076\u000a",len (_gadg ),_gadg );_bf .Printf ("\u0020\u0020 \u0076\u0065\u0072t\u0073\u003d\u0025\u0064\u0020\u0025\u002b\u0076\u000a",len (_befe ),_befe ); +};_bgcffe :=(len (_gadg )==2&&len (_befe )==2)||(len (_gadg )==2&&len (_befe )==0&&_dcag (_ffbge [_gadg [0]],_ffbge [_gadg [1]]))||(len (_befe )==2&&len (_gadg )==0&&_cfea (_ffbge [_befe [0]],_ffbge [_befe [1]]));if _dcbb {_bf .Printf (" \u0020\u0020\u0068\u006f\u0072\u007as\u003d\u0025\u0064\u0020\u0076\u0065\u0072\u0074\u0073=\u0025\u0064\u0020o\u006b=\u0025\u0074\u000a",len (_gadg ),len (_befe ),_bgcffe ); +};if !_bgcffe {if _dcbb {_e .Log .Error ("\u0021!\u006d\u0061\u006b\u0065R\u0065\u0063\u0074\u0052\u0075l\u0069n\u0067:\u0020\u0070\u0061\u0074\u0068\u003d\u0025v",_geeba );_bf .Printf (" \u0020\u0020\u0068\u006f\u0072\u007as\u003d\u0025\u0064\u0020\u0076\u0065\u0072\u0074\u0073=\u0025\u0064\u0020o\u006b=\u0025\u0074\u000a",len (_gadg ),len (_befe ),_bgcffe ); +};return &ruling {},false ;};if len (_befe )==0{for _cgegc ,_debg :=range _bcae {if _debg !=_geggc {_befe =append (_befe ,_cgegc );};};};if len (_gadg )==0{for _bacf ,_abbdf :=range _bcae {if _abbdf !=_eeeae {_gadg =append (_gadg ,_bacf );};};};if _dcbb {_e .Log .Info ("\u006da\u006b\u0065R\u0065\u0063\u0074\u0052u\u006c\u0069\u006eg\u003a\u0020\u0068\u006f\u0072\u007a\u0073\u003d\u0025d \u0076\u0065\u0072t\u0073\u003d%\u0064\u0020\u0070\u006f\u0069\u006et\u0073\u003d%\u0064\u000a"+"\u0009\u0020\u0068o\u0072\u007a\u0073\u003d\u0025\u002b\u0076\u000a"+"\u0009\u0020\u0076e\u0072\u0074\u0073\u003d\u0025\u002b\u0076\u000a"+"\t\u0070\u006f\u0069\u006e\u0074\u0073\u003d\u0025\u002b\u0076",len (_gadg ),len (_befe ),len (_ffbge ),_gadg ,_befe ,_ffbge ); +};var _abege ,_dadg ,_dbce ,_bfgfb _da .Point ;if _ffbge [_gadg [0]].Y > _ffbge [_gadg [1]].Y {_dbce ,_bfgfb =_ffbge [_gadg [0]],_ffbge [_gadg [1]];}else {_dbce ,_bfgfb =_ffbge [_gadg [1]],_ffbge [_gadg [0]];};if _ffbge [_befe [0]].X > _ffbge [_befe [1]].X {_abege ,_dadg =_ffbge [_befe [0]],_ffbge [_befe [1]]; +}else {_abege ,_dadg =_ffbge [_befe [1]],_ffbge [_befe [0]];};_baae :=_b .PdfRectangle {Llx :_abege .X ,Urx :_dadg .X ,Lly :_bfgfb .Y ,Ury :_dbce .Y };if _baae .Llx > _baae .Urx {_baae .Llx ,_baae .Urx =_baae .Urx ,_baae .Llx ;};if _baae .Lly > _baae .Ury {_baae .Lly ,_baae .Ury =_baae .Ury ,_baae .Lly ; +};_egefc :=rectRuling {PdfRectangle :_baae ,_dbcg :_bcbfb (_baae ),Color :_dafcc };if _egefc ._dbcg ==_aagc {if _dcbb {_e .Log .Error ("\u006da\u006b\u0065\u0052\u0065\u0063\u0074\u0052\u0075\u006c\u0069\u006eg\u003a\u0020\u006b\u0069\u006e\u0064\u003d\u006e\u0069\u006c"); +};return nil ,false ;};_cacc ,_dbcc :=_egefc .asRuling ();if !_dbcc {if _dcbb {_e .Log .Error ("\u006da\u006b\u0065\u0052\u0065c\u0074\u0052\u0075\u006c\u0069n\u0067:\u0020!\u0069\u0073\u0052\u0075\u006c\u0069\u006eg");};return nil ,false ;};if _ccffg {_bf .Printf ("\u0020\u0020\u0020\u0072\u003d\u0025\u0073\u000a",_cacc .String ()); +};return _cacc ,true ;};func _gdc (_bfceb structElement )[]structElement {_fbcf :=[]structElement {};for _ ,_edga :=range _bfceb ._fefd {for _ ,_ebbb :=range _edga ._fefd {for _ ,_eaad :=range _ebbb ._fefd {if _eaad ._bgec =="\u004c"{_fbcf =append (_fbcf ,_eaad ); +};};};};return _fbcf ;};func _cac (_acc []Font ,_fdc string )bool {for _ ,_gdg :=range _acc {if _gdg .FontName ==_fdc {return true ;};};return false ;};func (_abecf rulingList )primaries ()[]float64 {_bbgd :=make (map[float64 ]struct{},len (_abecf ));for _ ,_eaaec :=range _abecf {_bbgd [_eaaec ._efadf ]=struct{}{}; +};_feaba :=make ([]float64 ,len (_bbgd ));_gcbce :=0;for _aefg :=range _bbgd {_feaba [_gcbce ]=_aefg ;_gcbce ++;};_fd .Float64s (_feaba );return _feaba ;}; + +// ImageExtractOptions contains options for controlling image extraction from +// PDF pages. +type ImageExtractOptions struct{IncludeInlineStencilMasks bool ;};func (_dece *structTreeRoot )buildList (_gbdc map[int ][]*textLine ,_cbbb _ff .PdfObject )[]*list {if _dece ==nil {_e .Log .Debug ("\u0062\u0075\u0069\u006c\u0064\u004c\u0069\u0073\u0074\u003a\u0020t\u0072\u0065\u0065\u0052\u006f\u006f\u0074\u0020\u0069\u0073 \u006e\u0069\u006c"); +return nil ;};var _ebegb *structElement ;_fffe :=[]structElement {};if len (_dece ._addd )==1{_ffgaa :=_dece ._addd [0]._bgec ;if _ffgaa =="\u0044\u006f\u0063\u0075\u006d\u0065\u006e\u0074"||_ffgaa =="\u0053\u0065\u0063\u0074"||_ffgaa =="\u0050\u0061\u0072\u0074"||_ffgaa =="\u0044\u0069\u0076"||_ffgaa =="\u0041\u0072\u0074"{_ebegb =&_dece ._addd [0]; +};}else {_ebegb =&structElement {_fefd :_dece ._addd ,_bgec :_dece ._fedg };};if _ebegb ==nil {_e .Log .Debug ("\u0062\u0075\u0069\u006cd\u004c\u0069\u0073\u0074\u003a\u0020\u0074\u006f\u0070\u0045l\u0065m\u0065\u006e\u0074\u0020\u0069\u0073\u0020n\u0069\u006c"); +return nil ;};for _ ,_dadabg :=range _ebegb ._fefd {if _dadabg ._bgec =="\u004c"{_fffe =append (_fffe ,_dadabg );}else if _dadabg ._bgec =="\u0054\u0061\u0062l\u0065"{_fcaa :=_gdc (_dadabg );_fffe =append (_fffe ,_fcaa ...);};};_gege :=_egbf (_fffe ,_gbdc ,_cbbb ); +var _feeb []*list ;for _ ,_ecef :=range _gege {_cdda :=_beba (_ecef );_feeb =append (_feeb ,_cdda ...);};return _feeb ;}; + +// String returns a human readable description of `vecs`. +func (_afge rulingList )String ()string {if len (_afge )==0{return "\u007b \u0045\u004d\u0050\u0054\u0059\u0020}";};_cgecd ,_acad :=_afge .vertsHorzs ();_agfcg :=len (_cgecd );_eega :=len (_acad );if _agfcg ==0||_eega ==0{return _bf .Sprintf ("\u007b%\u0064\u0020\u0078\u0020\u0025\u0064}",_agfcg ,_eega ); +};_dcdgb :=_b .PdfRectangle {Llx :_cgecd [0]._efadf ,Urx :_cgecd [_agfcg -1]._efadf ,Lly :_acad [_eega -1]._efadf ,Ury :_acad [0]._efadf };return _bf .Sprintf ("\u007b\u0025d\u0020\u0078\u0020%\u0064\u003a\u0020\u0025\u0036\u002e\u0032\u0066\u007d",_agfcg ,_eega ,_dcdgb ); +};func (_abbfc rulingList )removeDuplicates ()rulingList {if len (_abbfc )==0{return nil ;};_abbfc .sort ();_gbbe :=rulingList {_abbfc [0]};for _ ,_abcdc :=range _abbfc [1:]{if _abcdc .equals (_gbbe [len (_gbbe )-1]){continue ;};_gbbe =append (_gbbe ,_abcdc ); +};return _gbbe ;};type textResult struct{_bbe PageText ;_dcg int ;_ebbe int ;};func (_bgde *textTable )computeBbox ()_b .PdfRectangle {var _fdba _b .PdfRectangle ;_gbgb :=false ;for _cedea :=0;_cedea < _bgde ._cffff ;_cedea ++{for _fgdca :=0;_fgdca < _bgde ._addag ; +_fgdca ++{_eeca :=_bgde .get (_fgdca ,_cedea );if _eeca ==nil {continue ;};if !_gbgb {_fdba =_eeca .PdfRectangle ;_gbgb =true ;}else {_fdba =_badbb (_fdba ,_eeca .PdfRectangle );};};};return _fdba ;};func (_fabc lineRuling )yMean ()float64 {return 0.5*(_fabc ._eefea .Y +_fabc ._edcb .Y )}; +type textWord struct{_b .PdfRectangle ;_bagdd float64 ;_deccc string ;_bggbb []*textMark ;_ecdce float64 ;_gcccd bool ;}; + +// String returns a string describing `ma`. +func (_beca TextMarkArray )String ()string {_fbeb :=len (_beca ._gaac );if _fbeb ==0{return "\u0045\u004d\u0050T\u0059";};_cdef :=_beca ._gaac [0];_egg :=_beca ._gaac [_fbeb -1];return _bf .Sprintf ("\u007b\u0054\u0045\u0058\u0054\u004d\u0041\u0052K\u0041\u0052\u0052AY\u003a\u0020\u0025\u0064\u0020\u0065l\u0065\u006d\u0065\u006e\u0074\u0073\u000a\u0009\u0066\u0069\u0072\u0073\u0074\u003d\u0025s\u000a\u0009\u0020\u006c\u0061\u0073\u0074\u003d%\u0073\u007d",_fbeb ,_cdef ,_egg ); +};func (_gcae paraList )lines ()[]*textLine {var _cbae []*textLine ;for _ ,_aaaab :=range _gcae {_cbae =append (_cbae ,_aaaab ._bbgab ...);};return _cbae ;};func (_acb *textObject )showText (_aede _ff .PdfObject ,_ebfb []byte ,_ffd int ,_bdaa string )error {return _acb .renderText (_aede ,_ebfb ,_ffd ,_bdaa ); +};func _bbfb (_acec *textLine )float64 {return _acec ._edge [0].Llx };func (_ccge *wordBag )allWords ()[]*textWord {var _gbdd []*textWord ;for _ ,_adcd :=range _ccge ._ecfd {_gbdd =append (_gbdd ,_adcd ...);};return _gbdd ;};func (_dbeef paraList )findGridTables (_fgcad []gridTiling )[]*textTable {if _aada {_e .Log .Info ("\u0066i\u006e\u0064\u0047\u0072\u0069\u0064\u0054\u0061\u0062\u006c\u0065s\u003a\u0020\u0025\u0064\u0020\u0070\u0061\u0072\u0061\u0073",len (_dbeef )); +for _ggfd ,_cbdbc :=range _dbeef {_bf .Printf ("\u0025\u0034\u0064\u003a\u0020\u0025\u0073\u000a",_ggfd ,_cbdbc );};};var _faca []*textTable ;for _aafbb ,_ebbc :=range _fgcad {_acgfee ,_feabf :=_dbeef .findTableGrid (_ebbc );if _acgfee !=nil {_acgfee .log (_bf .Sprintf ("\u0066\u0069\u006e\u0064Ta\u0062\u006c\u0065\u0057\u0069\u0074\u0068\u0047\u0072\u0069\u0064\u0073\u003a\u0020%\u0064",_aafbb )); +_faca =append (_faca ,_acgfee );_acgfee .markCells ();};for _aeaed :=range _feabf {_aeaed ._cdaad =true ;};};if _aada {_e .Log .Info ("\u0066i\u006e\u0064\u0047\u0072i\u0064\u0054\u0061\u0062\u006ce\u0073:\u0020%\u0064\u0020\u0074\u0061\u0062\u006c\u0065s",len (_faca )); +};return _faca ;};func (_fafdd *textTable )isExportable ()bool {if _fafdd ._cbbdd {return true ;};_cdbc :=func (_faabb int )bool {_badg :=_fafdd .get (0,_faabb );if _badg ==nil {return false ;};_cbbgb :=_badg .text ();_cccf :=_cg .RuneCountInString (_cbbgb ); +_ebcce :=_aeccb .MatchString (_cbbgb );return _cccf <=1||_ebcce ;};for _ddedd :=0;_ddedd < _fafdd ._cffff ;_ddedd ++{if !_cdbc (_ddedd ){return true ;};};return false ;};type ruling struct{_facdf rulingKind ;_bagdc markKind ;_dd .Color ;_efadf float64 ; +_efbba float64 ;_daba float64 ;_geeb float64 ;}; + +// String returns a description of `k`. +func (_acbgg rulingKind )String ()string {_agdc ,_adga :=_edbf [_acbgg ];if !_adga {return _bf .Sprintf ("\u004e\u006ft\u0020\u0061\u0020r\u0075\u006c\u0069\u006e\u0067\u003a\u0020\u0025\u0064",_acbgg );};return _agdc ;};func (_bffd intSet )add (_ddffe int ){_bffd [_ddffe ]=struct{}{}}; + + +// NewFromContents creates a new extractor from contents and page resources. +func NewFromContents (contents string ,resources *_b .PdfPageResources )(*Extractor ,error ){const _eabf ="\u0065x\u0074\u0072\u0061\u0063t\u006f\u0072\u002e\u004e\u0065w\u0046r\u006fm\u0043\u006f\u006e\u0074\u0065\u006e\u0074s";_bda :=&Extractor {_ddgf :contents ,_eba :resources ,_cbg :map[string ]fontEntry {},_cdgf :map[string ]textResult {}}; +_cge .TrackUse (_eabf );return _bda ,nil ;}; + +// BidiText represents a bidi text organized in its visual order +// with base direction of the text. +type BidiText struct{_db string ;_bg string ;};const (_aagc rulingKind =iota ;_geggc ;_eeeae ;);func (_cabfc *textLine )pullWord (_aceg *wordBag ,_abga *textWord ,_caac int ){_cabfc .appendWord (_abga );_aceg .removeWord (_abga ,_caac );};func _egbf (_dcgf []structElement ,_gdcg map[int ][]*textLine ,_dbbgg _ff .PdfObject )[]*list {_eccgf :=[]*list {}; +for _ ,_acbgb :=range _dcgf {_egae :=_acbgb ._fefd ;_fbdg :=int (_acbgb ._cabe );_gaacf :=_acbgb ._bgec ;_ggg :=[]*textLine {};_dgde :=[]*list {};_cdbdd :=_acbgb ._fbfd ;_gbbg ,_bgcc :=(_cdbdd .(*_ff .PdfObjectReference ));if !_bgcc {_e .Log .Debug ("\u0066\u0061\u0069l\u0065\u0064\u0020\u006f\u0074\u0020\u0063\u0061\u0073\u0074\u0020\u0074\u006f\u0020\u002a\u0063\u006f\u0072\u0065\u002e\u0050\u0064\u0066\u004f\u0062\u006a\u0065\u0063\u0074R\u0065\u0066\u0065\u0072\u0065\u006e\u0063\u0065"); +};if _fbdg !=-1&&_gbbg !=nil {if _fefe ,_ccaa :=_gdcg [_fbdg ];_ccaa {if _gbbd ,_gfeaf :=_dbbgg .(*_ff .PdfIndirectObject );_gfeaf {_beb :=_gbbd .PdfObjectReference ;if _dg .DeepEqual (*_gbbg ,_beb ){_ggg =_fefe ;};};};};if _egae !=nil {_dgde =_egbf (_egae ,_gdcg ,_dbbgg ); +};_gdcd :=_affeb (_ggg ,_gaacf ,_dgde );_eccgf =append (_eccgf ,_gdcd );};return _eccgf ;};func (_bcgf *textTable )put (_ecca ,_gaage int ,_bddf *textPara ){_bcgf ._egbgg [_fbfgf (_ecca ,_gaage )]=_bddf ;};func _bfecf (_dggc byte )bool {for _ ,_abeg :=range _dfda {if []byte (_abeg )[0]==_dggc {return true ; +};};return false ;};func (_acddf *textTable )getDown ()paraList {_agde :=make (paraList ,_acddf ._addag );for _eaeef :=0;_eaeef < _acddf ._addag ;_eaeef ++{_efag :=_acddf .get (_eaeef ,_acddf ._cffff -1)._dabf ;if _efag .taken (){return nil ;};_agde [_eaeef ]=_efag ; +};for _aeff :=0;_aeff < _acddf ._addag -1;_aeff ++{if _agde [_aeff ]._abbb !=_agde [_aeff +1]{return nil ;};};return _agde ;};func (_ggba intSet )del (_dgcgaf int ){delete (_ggba ,_dgcgaf )};func (_acda *wordBag )firstWord (_agbgf int )*textWord {return _acda ._ecfd [_agbgf ][0]}; +func (_adag *imageExtractContext )processOperand (_af *_gd .ContentStreamOperation ,_ddgfe _gd .GraphicsState ,_fga *_b .PdfPageResources )error {if _af .Operand =="\u0042\u0049"&&len (_af .Params )==1{_aca ,_gfc :=_af .Params [0].(*_gd .ContentStreamInlineImage ); +if !_gfc {return nil ;};if _dgd ,_aaa :=_ff .GetBoolVal (_aca .ImageMask );_aaa {if _dgd &&!_adag ._fcaf .IncludeInlineStencilMasks {return nil ;};};return _adag .extractInlineImage (_aca ,_ddgfe ,_fga );}else if _af .Operand =="\u0044\u006f"&&len (_af .Params )==1{_dbag ,_abfad :=_ff .GetName (_af .Params [0]); +if !_abfad {_e .Log .Debug ("E\u0052\u0052\u004f\u0052\u003a\u0020\u0054\u0079\u0070\u0065");return _eddg ;};_ ,_afd :=_fga .GetXObjectByName (*_dbag );switch _afd {case _b .XObjectTypeImage :return _adag .extractXObjectImage (_dbag ,_ddgfe ,_fga );case _b .XObjectTypeForm :return _adag .extractFormImages (_dbag ,_ddgfe ,_fga ); +};}else if _adag ._eag &&(_af .Operand =="\u0073\u0063\u006e"||_af .Operand =="\u0053\u0043\u004e")&&len (_af .Params )==1{_bcc ,_cce :=_ff .GetName (_af .Params [0]);if !_cce {_e .Log .Debug ("E\u0052\u0052\u004f\u0052\u003a\u0020\u0054\u0079\u0070\u0065"); +return _eddg ;};_cfd ,_cce :=_fga .GetPatternByName (*_bcc );if !_cce {_e .Log .Debug ("\u0045R\u0052\u004f\u0052\u003a\u0020\u0050\u0061\u0074\u0074\u0065\u0072n\u0020\u006e\u006f\u0074\u0020\u0066\u006f\u0075\u006e\u0064");return nil ;};if _cfd .IsTiling (){_bgbc :=_cfd .GetAsTilingPattern (); +_dege ,_fa :=_bgbc .GetContentStream ();if _fa !=nil {return _fa ;};_fa =_adag .extractContentStreamImages (string (_dege ),_bgbc .Resources );if _fa !=nil {return _fa ;};};}else if (_af .Operand =="\u0063\u0073"||_af .Operand =="\u0043\u0053")&&len (_af .Params )>=1{_adag ._eag =_af .Params [0].String ()=="\u0050a\u0074\u0074\u0065\u0072\u006e"; +};return nil ;};func (_bfbe paraList )writeText (_gbgfd _f .Writer ){for _fcce ,_gfaa :=range _bfbe {if _gfaa ._cdcca {continue ;};_gfaa .writeText (_gbgfd );if _fcce !=len (_bfbe )-1{if _egad (_gfaa ,_bfbe [_fcce +1]){_gbgfd .Write ([]byte ("\u0020")); +}else {_gbgfd .Write ([]byte ("\u000a"));_gbgfd .Write ([]byte ("\u000a"));};};};_gbgfd .Write ([]byte ("\u000a"));_gbgfd .Write ([]byte ("\u000a"));};func (_ddce rulingList )connections (_feffe map[int ]intSet ,_fgf int )intSet {_gbggd :=make (intSet ); +_aecda :=make (intSet );var _gadd func (int );_gadd =func (_acgfd int ){if !_aecda .has (_acgfd ){_aecda .add (_acgfd );for _afbg :=range _ddce {if _feffe [_afbg ].has (_acgfd ){_gbggd .add (_afbg );};};for _dcbe :=range _ddce {if _gbggd .has (_dcbe ){_gadd (_dcbe ); +};};};};_gadd (_fgf );return _gbggd ;};func (_bcfg *textObject )setTextRenderMode (_cfe int ){if _bcfg ==nil {return ;};_bcfg ._eef ._ddgg =RenderMode (_cfe );}; + +// String returns a description of `p`. +func (_eeeg *textPara )String ()string {if _eeeg ._cdcca {return _bf .Sprintf ("\u0025\u0036\u002e\u0032\u0066\u0020\u005b\u0045\u004d\u0050\u0054\u0059\u005d",_eeeg .PdfRectangle );};_cdgga :="";if _eeeg ._cegg !=nil {_cdgga =_bf .Sprintf ("\u005b\u0025\u0064\u0078\u0025\u0064\u005d\u0020",_eeeg ._cegg ._addag ,_eeeg ._cegg ._cffff ); +};return _bf .Sprintf ("\u0025\u0036\u002e\u0032f \u0025\u0073\u0025\u0064\u0020\u006c\u0069\u006e\u0065\u0073\u0020\u0025\u0071",_eeeg .PdfRectangle ,_cdgga ,len (_eeeg ._bbgab ),_ggcea (_eeeg .text (),50));};func (_cbaf *textTable )getComposite (_decc ,_cbfd int )(paraList ,_b .PdfRectangle ){_dcgba ,_cceacg :=_cbaf ._bdfcg [_fbfgf (_decc ,_cbfd )]; +if _aada {_bf .Printf ("\u0020\u0020\u0020\u0020\u0020\u0020\u0020\u0020\u0067\u0065\u0074\u0043\u006f\u006d\u0070o\u0073i\u0074\u0065\u0028\u0025\u0064\u002c\u0025\u0064\u0029\u002d\u003e\u0025\u0073\u000a",_decc ,_cbfd ,_dcgba .String ());};if !_cceacg {return nil ,_b .PdfRectangle {}; +};return _dcgba .parasBBox ();};func (_ebb *imageExtractContext )extractContentStreamImages (_cea string ,_abfa *_b .PdfPageResources )error {_bcb :=_gd .NewContentStreamParser (_cea );_cbd ,_cedb :=_bcb .Parse ();if _cedb !=nil {return _cedb ;};if _ebb ._ba ==nil {_ebb ._ba =map[*_ff .PdfObjectStream ]*cachedImage {}; +};if _ebb ._fcaf ==nil {_ebb ._fcaf =&ImageExtractOptions {};};_bbcd :=_gd .NewContentStreamProcessor (*_cbd );_bbcd .AddHandler (_gd .HandlerConditionEnumAllOperands ,"",_ebb .processOperand );return _bbcd .Process (_abfa );};func _gbcg (_afec string )bool {for _ ,_aaeeea :=range _afec {if !_g .IsSpace (_aaeeea ){return false ; +};};return true ;};func _deabc (_adadg ,_geacb int )int {if _adadg < _geacb {return _adadg ;};return _geacb ;};func _dceb (_edgd map[float64 ][]*textLine )[]float64 {_fcfc :=[]float64 {};for _aegdg :=range _edgd {_fcfc =append (_fcfc ,_aegdg );};_fd .Float64s (_fcfc ); +return _fcfc ;};func (_cbcb *subpath )add (_ceaa ..._da .Point ){_cbcb ._gfb =append (_cbcb ._gfb ,_ceaa ...)};func (_fcfa *textTable )toTextTable ()TextTable {if _aada {_e .Log .Info ("t\u006fT\u0065\u0078\u0074\u0054\u0061\u0062\u006c\u0065:\u0020\u0025\u0064\u0020x \u0025\u0064",_fcfa ._addag ,_fcfa ._cffff ); +};_fgdbg :=make ([][]TableCell ,_fcfa ._cffff );for _feaa :=0;_feaa < _fcfa ._cffff ;_feaa ++{_fgdbg [_feaa ]=make ([]TableCell ,_fcfa ._addag );for _cdeca :=0;_cdeca < _fcfa ._addag ;_cdeca ++{_cbefe :=_fcfa .get (_cdeca ,_feaa );if _cbefe ==nil {continue ; +};_bagcg (_cbefe ._bbgab );if _aada {_bf .Printf ("\u0025\u0034\u0064 \u0025\u0032\u0064\u003a\u0020\u0025\u0073\u000a",_cdeca ,_feaa ,_cbefe );};_fgdbg [_feaa ][_cdeca ].Text =_cbefe .text ();_gbec :=0;_fgdbg [_feaa ][_cdeca ].Marks ._gaac =_cbefe .toTextMarks (&_gbec ); +};};_fdfd :=TextTable {W :_fcfa ._addag ,H :_fcfa ._cffff ,Cells :_fgdbg };_fdfd .PdfRectangle =_fcfa .bbox ();return _fdfd ;};func (_fdeed rulingList )aligned ()bool {if len (_fdeed )< 2{return false ;};_decbe :=make (map[*ruling ]int );_decbe [_fdeed [0]]=0; +for _ ,_gfceb :=range _fdeed [1:]{_eafc :=false ;for _gged :=range _decbe {if _gfceb .gridIntersecting (_gged ){_decbe [_gged ]++;_eafc =true ;break ;};};if !_eafc {_decbe [_gfceb ]=0;};};_ggdg :=0;for _ ,_aebc :=range _decbe {if _aebc ==0{_ggdg ++;};}; +_ffcgc :=float64 (_ggdg )/float64 (len (_fdeed ));_edgce :=_ffcgc <=1.0-_dgga ;if _ccffg {_e .Log .Info ("\u0061\u006c\u0069\u0067\u006e\u0065\u0064\u003d\u0025\u0074\u0020\u0075\u006em\u0061\u0074\u0063\u0068\u0065\u0064=\u0025\u002e\u0032\u0066\u003d\u0025\u0064\u002f\u0025\u0064\u0020\u0076\u0065c\u0073\u003d\u0025\u0073",_edgce ,_ffcgc ,_ggdg ,len (_fdeed ),_fdeed .String ()); +};return _edgce ;};func (_gcea *textObject )setFont (_cgd string ,_daga float64 )error {if _gcea ==nil {return nil ;};_gcea ._eef ._gec =_daga ;_gfffb ,_dbg :=_gcea .getFont (_cgd );if _dbg !=nil {return _dbg ;};_gcea ._eef ._ggec =_gfffb ;return nil ; +};type textObject struct{_beec *Extractor ;_cbgda *_b .PdfPageResources ;_fcbe _gd .GraphicsState ;_eef *textState ;_cgdf *stateStack ;_cdffg _da .Matrix ;_fea _da .Matrix ;_daeb []*textMark ;_bdfc bool ;};func _adad (_feca *textLine ,_gcfdb []*textLine ,_ecbb []float64 )float64 {var _aggf float64 =-1; +for _ ,_bbfa :=range _gcfdb {if _bbfa ._dce > _feca ._dce {if _ce .Round (_bbfa .Llx )>=_ce .Round (_feca .Llx ){_aggf =_bbfa ._dce ;}else {break ;};};};return _aggf ;};func (_gbeeb *textTable )emptyCompositeColumn (_gadae int )bool {for _fbgcb :=0;_fbgcb < _gbeeb ._cffff ; +_fbgcb ++{if _bfgg ,_ceae :=_gbeeb ._bdfcg [_fbfgf (_gadae ,_fbgcb )];_ceae {if len (_bfgg .paraList )> 0{return false ;};};};return true ;};func _cdge (_eadg *wordBag ,_abge *textWord ,_adfd float64 )bool {return _eadg .Urx <=_abge .Llx &&_abge .Llx < _eadg .Urx +_adfd ; +};func (_aedd *ruling )alignsPrimary (_fddf *ruling )bool {return _aedd ._facdf ==_fddf ._facdf &&_ce .Abs (_aedd ._efadf -_fddf ._efadf )< _acgdd *0.5;};func _gaec (_gcdcf []pathSection )rulingList {_dadaf (_gcdcf );if _ccffg {_e .Log .Info ("\u006d\u0061k\u0065\u0053\u0074\u0072\u006f\u006b\u0065\u0052\u0075\u006c\u0069\u006e\u0067\u0073\u003a\u0020\u0025\u0064\u0020\u0073\u0074\u0072ok\u0065\u0073",len (_gcdcf )); +};var _daaa rulingList ;for _ ,_geaa :=range _gcdcf {for _ ,_fbcg :=range _geaa ._cdad {if len (_fbcg ._gfb )< 2{continue ;};_bfafg :=_fbcg ._gfb [0];for _ ,_dbbd :=range _fbcg ._gfb [1:]{if _fefcf ,_ceff :=_abag (_bfafg ,_dbbd ,_geaa .Color );_ceff {_daaa =append (_daaa ,_fefcf ); +};_bfafg =_dbbd ;};};};if _ccffg {_e .Log .Info ("m\u0061\u006b\u0065\u0053tr\u006fk\u0065\u0052\u0075\u006c\u0069n\u0067\u0073\u003a\u0020\u0025\u0073",_daaa );};return _daaa ;};type textLine struct{_b .PdfRectangle ;_dce float64 ;_edge []*textWord ;_efde float64 ; +};func _ebgg (_ddff []*textLine ,_cdbdc ,_bdcfc float64 )[]*textLine {var _fae []*textLine ;for _ ,_bffa :=range _ddff {if _cdbdc ==-1{if _bffa ._dce > _bdcfc {_fae =append (_fae ,_bffa );};}else {if _bffa ._dce > _bdcfc &&_bffa ._dce < _cdbdc {_fae =append (_fae ,_bffa ); +};};};return _fae ;};func (_egdd *subpath )last ()_da .Point {return _egdd ._gfb [len (_egdd ._gfb )-1]};func (_feed *textPara )text ()string {_cbga :=new (_eg .Buffer );_feed .writeText (_cbga );return _cbga .String ();};func (_ddfc *textObject )moveText (_eade ,_gede float64 ){_ddfc .moveLP (_eade ,_gede )}; +func _gddd (_dead []int )[]int {_bgaf :=make ([]int ,len (_dead ));for _ecbgc ,_dccf :=range _dead {_bgaf [len (_dead )-1-_ecbgc ]=_dccf ;};return _bgaf ;};func _cadc (_gffd _da .Point )_da .Matrix {return _da .TranslationMatrix (_gffd .X ,_gffd .Y )}; +func _acaf (_deeg _b .PdfRectangle )*ruling {return &ruling {_facdf :_geggc ,_efadf :_deeg .Ury ,_efbba :_deeg .Llx ,_daba :_deeg .Urx };};func (_bddg rulingList )isActualGrid ()(rulingList ,bool ){_eadgbe ,_gegag :=_bddg .augmentGrid ();if !(len (_eadgbe )>=_dbee +1&&len (_gegag )>=_fbedf +1){if _ccffg {_e .Log .Info ("\u0069s\u0041\u0063t\u0075\u0061\u006c\u0047r\u0069\u0064\u003a \u004e\u006f\u0074\u0020\u0061\u006c\u0069\u0067\u006eed\u002e\u0020\u0025d\u0020\u0078 \u0025\u0064\u0020\u003c\u0020\u0025d\u0020\u0078 \u0025\u0064",len (_eadgbe ),len (_gegag ),_dbee +1,_fbedf +1); +};return nil ,false ;};if _ccffg {_e .Log .Info ("\u0069\u0073\u0041\u0063\u0074\u0075a\u006c\u0047\u0072\u0069\u0064\u003a\u0020\u0025\u0073\u0020\u003a\u0020\u0025t\u0020\u0026\u0020\u0025\u0074\u0020\u2192 \u0025\u0074",_bddg ,len (_eadgbe )>=2,len (_gegag )>=2,len (_eadgbe )>=2&&len (_gegag )>=2); +for _bbdb ,_bdff :=range _bddg {_bf .Printf ("\u0025\u0034\u0064\u003a\u0020\u0025\u0076\u000a",_bbdb ,_bdff );};};if _dbcdd {_ddcb ,_agdg :=_eadgbe [0],_eadgbe [len (_eadgbe )-1];_bebd ,_edbff :=_gegag [0],_gegag [len (_gegag )-1];if !(_aebg (_ddcb ._efadf -_bebd ._efbba )&&_aebg (_agdg ._efadf -_bebd ._daba )&&_aebg (_bebd ._efadf -_ddcb ._daba )&&_aebg (_edbff ._efadf -_ddcb ._efbba )){if _ccffg {_e .Log .Info ("\u0069\u0073\u0041\u0063\u0074\u0075\u0061l\u0047\u0072\u0069d\u003a\u0020\u0020N\u006f\u0074 \u0061\u006c\u0069\u0067\u006e\u0065d\u002e\n\t\u0076\u0030\u003d\u0025\u0073\u000a\u0009\u0076\u0031\u003d\u0025\u0073\u000a\u0009\u0068\u0030\u003d\u0025\u0073\u000a\u0009\u0068\u0031\u003d\u0025\u0073",_ddcb ,_agdg ,_bebd ,_edbff ); +};return nil ,false ;};}else {if !_eadgbe .aligned (){if _dcbc {_e .Log .Info ("i\u0073\u0041\u0063\u0074\u0075\u0061l\u0047\u0072\u0069\u0064\u003a\u0020N\u006f\u0074\u0020\u0061\u006c\u0069\u0067n\u0065\u0064\u0020\u0076\u0065\u0072\u0074\u0073\u002e\u0020%\u0064",len (_eadgbe )); +};return nil ,false ;};if !_gegag .aligned (){if _ccffg {_e .Log .Info ("i\u0073\u0041\u0063\u0074\u0075\u0061l\u0047\u0072\u0069\u0064\u003a\u0020N\u006f\u0074\u0020\u0061\u006c\u0069\u0067n\u0065\u0064\u0020\u0068\u006f\u0072\u007a\u0073\u002e\u0020%\u0064",len (_gegag )); +};return nil ,false ;};};_fdee :=append (_eadgbe ,_gegag ...);return _fdee ,true ;};func _dbead (_edbg []*textLine ,_gdeba map[float64 ][]*textLine ,_edef []float64 ,_bfgff int ,_dfec ,_daec float64 )[]*list {_baefb :=[]*list {};_fccgb :=_bfgff ;_bfgff =_bfgff +1; +_eeaf :=_edef [_fccgb ];_dfge :=_gdeba [_eeaf ];_fgbe :=_ebgg (_dfge ,_daec ,_dfec );for _ebfcg ,_dgcd :=range _fgbe {var _dcefd float64 ;_aggc :=[]*list {};_cfab :=_dgcd ._dce ;_gbgg :=_daec ;if _ebfcg < len (_fgbe )-1{_gbgg =_fgbe [_ebfcg +1]._dce ;}; +if _bfgff < len (_edef ){_aggc =_dbead (_edbg ,_gdeba ,_edef ,_bfgff ,_cfab ,_gbgg );};_dcefd =_gbgg ;if len (_aggc )> 0{_cdffa :=_aggc [0];if len (_cdffa ._efgb )> 0{_dcefd =_cdffa ._efgb [0]._dce ;};};_adcc :=[]*textLine {_dgcd };_ebaf :=_bfcg (_dgcd ,_edbg ,_edef ,_cfab ,_dcefd ); +_adcc =append (_adcc ,_ebaf ...);_bcbb :=_affeb (_adcc ,"\u0062\u0075\u006c\u006c\u0065\u0074",_aggc );_bcbb ._cceae =_dbfa (_adcc ,"");_baefb =append (_baefb ,_bcbb );};return _baefb ;};func _bcbfb (_bbee _b .PdfRectangle )rulingKind {_bada :=_bbee .Width (); +_gffe :=_bbee .Height ();if _bada > _gffe {if _bada >=_cef {return _geggc ;};}else {if _gffe >=_cef {return _eeeae ;};};return _aagc ;}; + +// New returns an Extractor instance for extracting content from the input PDF page. +func New (page *_b .PdfPage )(*Extractor ,error ){return NewWithOptions (page ,nil )};func (_bde *PageText )getText ()string {_ffgd :="";_gbb :=len (_bde ._eca );for _cgec :=0;_cgec < 360&&_gbb > 0;_cgec +=90{_ace :=make ([]*textMark ,0,len (_bde ._eca )-_gbb ); +for _ ,_afc :=range _bde ._eca {if _afc ._egba ==_cgec {_ace =append (_ace ,_afc );};};if len (_ace )> 0{_ffgd +=_cbdc (_ace ,_bde ._bfaf );_gbb -=len (_ace );};};return _ffgd ;};func (_gcdfc *wordBag )absorb (_fggb *wordBag ){_aded :=_fggb .makeRemovals (); +for _cdebe ,_dgee :=range _fggb ._ecfd {for _ ,_dcaf :=range _dgee {_gcdfc .pullWord (_dcaf ,_cdebe ,_aded );};};_fggb .applyRemovals (_aded );};type lists []*list ;func (_cgcbc gridTiling )complete ()bool {for _ ,_fadb :=range _cgcbc ._caabf {for _ ,_aefc :=range _fadb {if !_aefc .complete (){return false ; +};};};return true ;};func (_bdd *Extractor )extractPageText (_aacc string ,_ede *_b .PdfPageResources ,_bggd _da .Matrix ,_dffg int ,_dgf bool )(*PageText ,int ,int ,error ){_e .Log .Trace ("\u0065x\u0074\u0072\u0061\u0063t\u0050\u0061\u0067\u0065\u0054e\u0078t\u003a \u006c\u0065\u0076\u0065\u006c\u003d\u0025d",_dffg ); +_bgbe :=&PageText {_bfaf :_bdd ._fg ,_cagg :_bdd ._fcdd ,_cfec :_bdd ._fdgc };_ffg :=_aagd (_bdd ._fg );var _dgca stateStack ;_cdbg :=_gaad (_bdd ,_ede ,_gd .GraphicsState {},&_ffg ,&_dgca );_aag :=shapesState {_cdgfg :_bggd ,_gefd :_da .IdentityMatrix (),_aaag :_cdbg }; +var _daea bool ;_afe :=-1;_abec :="";if _dffg > _ddc {_gfea :=_ad .New ("\u0066\u006f\u0072\u006d s\u0074\u0061\u0063\u006b\u0020\u006f\u0076\u0065\u0072\u0066\u006c\u006f\u0077");_e .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a \u0065\u0078\u0074\u0072\u0061\u0063\u0074\u0050\u0061\u0067\u0065\u0054\u0065\u0078\u0074\u002e\u0020\u0072\u0065\u0063u\u0072\u0073\u0069\u006f\u006e\u0020\u006c\u0065\u0076\u0065\u006c\u003d\u0025\u0064 \u0065r\u0072\u003d\u0025\u0076",_dffg ,_gfea ); +return _bgbe ,_ffg ._gedec ,_ffg ._ffed ,_gfea ;};_gfad :=_gd .NewContentStreamParser (_aacc );_efc ,_bae :=_gfad .Parse ();if _bae !=nil {_e .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020e\u0078\u0074\u0072a\u0063\u0074\u0050\u0061g\u0065\u0054\u0065\u0078\u0074\u0020\u0070\u0061\u0072\u0073\u0065\u0020\u0066\u0061\u0069\u006c\u0065\u0064\u002e\u0020\u0065\u0072\u0072\u003d\u0025\u0076",_bae ); +return _bgbe ,_ffg ._gedec ,_ffg ._ffed ,_bae ;};_bgbe ._cfcc =_efc ;_bccf :=_gd .NewContentStreamProcessor (*_efc );_bccf .AddHandler (_gd .HandlerConditionEnumAllOperands ,"",func (_ead *_gd .ContentStreamOperation ,_gceb _gd .GraphicsState ,_fceb *_b .PdfPageResources )error {_cde :=_ead .Operand ; +if _gfbd {_e .Log .Info ("\u0026&\u0026\u0020\u006f\u0070\u003d\u0025s",_ead );};switch _cde {case "\u0071":if _gegd {_e .Log .Info ("\u0063\u0074\u006d\u003d\u0025\u0073",_aag ._gefd );};_dgca .push (&_ffg );case "\u0051":if !_dgca .empty (){_ffg =*_dgca .pop (); +};_aag ._gefd =_gceb .CTM ;if _gegd {_e .Log .Info ("\u0063\u0074\u006d\u003d\u0025\u0073",_aag ._gefd );};case "\u0042\u0044\u0043":_dfcf ,_ggc :=_ff .GetDict (_ead .Params [1]);if !_ggc {_e .Log .Debug ("\u0045\u0052\u0052O\u0052\u003a\u0020\u0042D\u0043\u0020\u006f\u0070\u003d\u0025\u0073 \u0047\u0065\u0074\u0044\u0069\u0063\u0074\u0020\u0066\u0061\u0069\u006c\u0065\u0064",_ead ); +return _bae ;};_ceaf :=_dfcf .Get ("\u004d\u0043\u0049\u0044");if _ceaf !=nil {_dfe ,_dacf :=_ff .GetIntVal (_ceaf );if !_dacf {_e .Log .Debug ("\u0045R\u0052\u004fR\u003a\u0020\u0042\u0044C\u0020\u006f\u0070=\u0025\u0073\u002e\u0020\u0042\u0061\u0064\u0020\u006eum\u0065\u0072\u0069c\u0061\u006c \u006f\u0062\u006a\u0065\u0063\u0074.\u0020\u006f=\u0025\u0073",_ead ,_ceaf ); +};_afe =_dfe ;}else {_afe =-1;};_gfff :=_dfcf .Get ("\u0041\u0063\u0074\u0075\u0061\u006c\u0054\u0065\u0078\u0074");if _gfff !=nil {_abec =_gfff .String ();};case "\u0045\u004d\u0043":_afe =-1;_abec ="";case "\u0042\u0054":if _daea {_e .Log .Debug ("\u0042\u0054\u0020\u0063\u0061\u006c\u006c\u0065\u0064\u0020\u0077\u0068\u0069\u006c\u0065 \u0069n\u0020\u0061\u0020\u0074\u0065\u0078\u0074\u0020\u006f\u0062\u006a\u0065\u0063\u0074"); +_bgbe ._eca =append (_bgbe ._eca ,_cdbg ._daeb ...);};_daea =true ;_bbab :=_gceb ;if _dgf {_bbab =_gd .GraphicsState {};_bbab .CTM =_aag ._gefd ;};_bbab .CTM =_bggd .Mult (_bbab .CTM );_cdbg =_gaad (_bdd ,_fceb ,_bbab ,&_ffg ,&_dgca );_aag ._aaag =_cdbg ; +case "\u0045\u0054":if !_daea {_e .Log .Debug ("\u0045\u0054\u0020ca\u006c\u006c\u0065\u0064\u0020\u006f\u0075\u0074\u0073i\u0064e\u0020o\u0066 \u0061\u0020\u0074\u0065\u0078\u0074\u0020\u006f\u0062\u006a\u0065\u0063\u0074");};_daea =false ;_bgbe ._eca =append (_bgbe ._eca ,_cdbg ._daeb ...); +_cdbg .reset ();case "\u0054\u002a":_cdbg .nextLine ();case "\u0054\u0064":if _abdb ,_dbdd :=_cdbg .checkOp (_ead ,2,true );!_abdb {_e .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0065\u0072\u0072\u003d\u0025\u0076",_dbdd );return _dbdd ;}; +_gda ,_cgf ,_fbd :=_fgfb (_ead .Params );if _fbd !=nil {return _fbd ;};_cdbg .moveText (_gda ,_cgf );case "\u0054\u0044":if _gaa ,_fbc :=_cdbg .checkOp (_ead ,2,true );!_gaa {_e .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0065\u0072\u0072\u003d\u0025\u0076",_fbc ); +return _fbc ;};_bfg ,_gcdg ,_gbg :=_fgfb (_ead .Params );if _gbg !=nil {_e .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0065\u0072\u0072\u003d\u0025\u0076",_gbg );return _gbg ;};_cdbg .moveTextSetLeading (_bfg ,_gcdg );case "\u0054\u006a":if _fag ,_gdeb :=_cdbg .checkOp (_ead ,1,true ); +!_fag {_e .Log .Debug ("\u0045\u0052\u0052\u004fR:\u0020\u0054\u006a\u0020\u006f\u0070\u003d\u0025\u0073\u0020\u0065\u0072\u0072\u003d%\u0076",_ead ,_gdeb );return _gdeb ;};_bff :=_ff .TraceToDirectObject (_ead .Params [0]);_fed ,_eac :=_ff .GetStringBytes (_bff ); +if !_eac {_e .Log .Debug ("\u0045\u0052R\u004f\u0052\u003a\u0020T\u006a\u0020o\u0070\u003d\u0025\u0073\u0020\u0047\u0065\u0074S\u0074\u0072\u0069\u006e\u0067\u0042\u0079\u0074\u0065\u0073\u0020\u0066a\u0069\u006c\u0065\u0064",_ead );return _ff .ErrTypeError ; +};return _cdbg .showText (_bff ,_fed ,_afe ,_abec );case "\u0054\u004a":if _gfcb ,_aff :=_cdbg .checkOp (_ead ,1,true );!_gfcb {_e .Log .Debug ("\u0045\u0052R\u004f\u0052\u003a \u0054\u004a\u0020\u0065\u0072\u0072\u003d\u0025\u0076",_aff );return _aff ; +};_cace ,_dee :=_ff .GetArray (_ead .Params [0]);if !_dee {_e .Log .Debug ("\u0045\u0052\u0052OR\u003a\u0020\u0054\u004a\u0020\u006f\u0070\u003d\u0025s\u0020G\u0065t\u0041r\u0072\u0061\u0079\u0056\u0061\u006c\u0020\u0066\u0061\u0069\u006c\u0065\u0064",_ead ); +return _bae ;};return _cdbg .showTextAdjusted (_cace ,_afe ,_abec );case "\u0027":if _bgbeb ,_aeg :=_cdbg .checkOp (_ead ,1,true );!_bgbeb {_e .Log .Debug ("\u0045R\u0052O\u0052\u003a\u0020\u0027\u0020\u0065\u0072\u0072\u003d\u0025\u0076",_aeg );return _aeg ; +};_dbfg :=_ff .TraceToDirectObject (_ead .Params [0]);_bed ,_bbf :=_ff .GetStringBytes (_dbfg );if !_bbf {_e .Log .Debug ("\u0045\u0052RO\u0052\u003a\u0020'\u0020\u006f\u0070\u003d%s \u0047et\u0053\u0074\u0072\u0069\u006e\u0067\u0042yt\u0065\u0073\u0020\u0066\u0061\u0069\u006ce\u0064",_ead ); +return _ff .ErrTypeError ;};_cdbg .nextLine ();return _cdbg .showText (_dbfg ,_bed ,_afe ,_abec );case "\u0022":if _fdf ,_cbdb :=_cdbg .checkOp (_ead ,3,true );!_fdf {_e .Log .Debug ("\u0045R\u0052O\u0052\u003a\u0020\u0022\u0020\u0065\u0072\u0072\u003d\u0025\u0076",_cbdb ); +return _cbdb ;};_affe ,_fbfb ,_ggcg :=_fgfb (_ead .Params [:2]);if _ggcg !=nil {return _ggcg ;};_bcbg :=_ff .TraceToDirectObject (_ead .Params [2]);_ggea ,_cdce :=_ff .GetStringBytes (_bcbg );if !_cdce {_e .Log .Debug ("\u0045\u0052RO\u0052\u003a\u0020\"\u0020\u006f\u0070\u003d%s \u0047et\u0053\u0074\u0072\u0069\u006e\u0067\u0042yt\u0065\u0073\u0020\u0066\u0061\u0069\u006ce\u0064",_ead ); +return _ff .ErrTypeError ;};_cdbg .setCharSpacing (_affe );_cdbg .setWordSpacing (_fbfb );_cdbg .nextLine ();return _cdbg .showText (_bcbg ,_ggea ,_afe ,_abec );case "\u0054\u004c":_eabfg ,_fcea :=_dea (_ead );if _fcea !=nil {_e .Log .Debug ("\u0045\u0052R\u004f\u0052\u003a \u0054\u004c\u0020\u0065\u0072\u0072\u003d\u0025\u0076",_fcea ); +return _fcea ;};_cdbg .setTextLeading (_eabfg );case "\u0054\u0063":_gdbd ,_afdd :=_dea (_ead );if _afdd !=nil {_e .Log .Debug ("\u0045\u0052R\u004f\u0052\u003a \u0054\u0063\u0020\u0065\u0072\u0072\u003d\u0025\u0076",_afdd );return _afdd ;};_cdbg .setCharSpacing (_gdbd ); +case "\u0054\u0066":if _ebc ,_fdeg :=_cdbg .checkOp (_ead ,2,true );!_ebc {_e .Log .Debug ("\u0045\u0052R\u004f\u0052\u003a \u0054\u0066\u0020\u0065\u0072\u0072\u003d\u0025\u0076",_fdeg );return _fdeg ;};_geg ,_cedc :=_ff .GetNameVal (_ead .Params [0]); +if !_cedc {_e .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a \u0054\u0066\u0020\u006f\u0070\u003d\u0025\u0073\u0020\u0047\u0065\u0074\u004ea\u006d\u0065\u0056\u0061\u006c\u0020\u0066a\u0069\u006c\u0065\u0064",_ead );return _ff .ErrTypeError ;};_gcb ,_gcga :=_ff .GetNumberAsFloat (_ead .Params [1]); +if !_cedc {_e .Log .Debug ("\u0045\u0052\u0052O\u0052\u003a\u0020\u0054\u0066\u0020\u006f\u0070\u003d\u0025\u0073\u0020\u0047\u0065\u0074\u0046\u006c\u006f\u0061\u0074\u0056\u0061\u006c\u0020\u0066\u0061\u0069\u006c\u0065d\u002e\u0020\u0065\u0072\u0072\u003d\u0025\u0076",_ead ,_gcga ); +return _gcga ;};_gcga =_cdbg .setFont (_geg ,_gcb );_cdbg ._bdfc =_ad .Is (_gcga ,_ff .ErrNotSupported );if _gcga !=nil &&!_cdbg ._bdfc {return _gcga ;};case "\u0054\u006d":if _fbb ,_fcec :=_cdbg .checkOp (_ead ,6,true );!_fbb {_e .Log .Debug ("\u0045\u0052R\u004f\u0052\u003a \u0054\u006d\u0020\u0065\u0072\u0072\u003d\u0025\u0076",_fcec ); +return _fcec ;};_ece ,_afgf :=_ff .GetNumbersAsFloat (_ead .Params );if _afgf !=nil {_e .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0065\u0072\u0072\u003d\u0025\u0076",_afgf );return _afgf ;};_cdbg .setTextMatrix (_ece );case "\u0054\u0072":if _aee ,_cdf :=_cdbg .checkOp (_ead ,1,true ); +!_aee {_e .Log .Debug ("\u0045\u0052R\u004f\u0052\u003a \u0054\u0072\u0020\u0065\u0072\u0072\u003d\u0025\u0076",_cdf );return _cdf ;};_cbea ,_fcag :=_ff .GetIntVal (_ead .Params [0]);if !_fcag {_e .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0054\u0072\u0020\u006f\u0070\u003d\u0025\u0073 \u0047e\u0074\u0049\u006e\u0074\u0056\u0061\u006c\u0020\u0066\u0061\u0069\u006c\u0065\u0064",_ead ); +return _ff .ErrTypeError ;};_cdbg .setTextRenderMode (_cbea );case "\u0054\u0073":if _cdff ,_fgg :=_cdbg .checkOp (_ead ,1,true );!_cdff {_e .Log .Debug ("\u0045\u0052R\u004f\u0052\u003a \u0054\u0073\u0020\u0065\u0072\u0072\u003d\u0025\u0076",_fgg );return _fgg ; +};_gcdda ,_dda :=_ff .GetNumberAsFloat (_ead .Params [0]);if _dda !=nil {_e .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0065\u0072\u0072\u003d\u0025\u0076",_dda );return _dda ;};_cdbg .setTextRise (_gcdda );case "\u0054\u0077":if _cbgd ,_ggb :=_cdbg .checkOp (_ead ,1,true ); +!_cbgd {_e .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0065\u0072\u0072\u003d\u0025\u0076",_ggb );return _ggb ;};_bec ,_aga :=_ff .GetNumberAsFloat (_ead .Params [0]);if _aga !=nil {_e .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0065\u0072\u0072\u003d\u0025\u0076",_aga ); +return _aga ;};_cdbg .setWordSpacing (_bec );case "\u0054\u007a":if _eagd ,_dbdc :=_cdbg .checkOp (_ead ,1,true );!_eagd {_e .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0065\u0072\u0072\u003d\u0025\u0076",_dbdc );return _dbdc ;};_cdcf ,_ebf :=_ff .GetNumberAsFloat (_ead .Params [0]); +if _ebf !=nil {_e .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0065\u0072\u0072\u003d\u0025\u0076",_ebf );return _ebf ;};_cdbg .setHorizScaling (_cdcf );case "\u0063\u006d":if !_dgf {_aag ._gefd =_gceb .CTM ;};if _aag ._gefd .Singular (){_fcf :=_da .IdentityMatrix ().Translate (_aag ._gefd .Translation ()); +_e .Log .Debug ("S\u0069n\u0067\u0075\u006c\u0061\u0072\u0020\u0063\u0074m\u003d\u0025\u0073\u2192%s",_aag ._gefd ,_fcf );_aag ._gefd =_fcf ;};if _gegd {_e .Log .Info ("\u0063\u0074\u006d\u003d\u0025\u0073",_aag ._gefd );};case "\u006d":if len (_ead .Params )!=2{_e .Log .Debug ("\u0057\u0041\u0052\u004e\u003a\u0020\u0065\u0072\u0072o\u0072\u0020\u0077\u0068\u0069\u006c\u0065\u0020\u0070\u0072\u006f\u0063\u0065\u0073\u0073\u0069\u006e\u0067\u0020\u0060\u006d\u0060\u0020o\u0070\u0065r\u0061\u0074o\u0072\u003a\u0020\u0025\u0076\u002e\u0020\u004f\u0075\u0074\u0070\u0075\u0074 m\u0061\u0079\u0020\u0062\u0065\u0020\u0069\u006e\u0063o\u0072\u0072\u0065\u0063\u0074\u002e",_gcg ); +return nil ;};_dbeb ,_dbfb :=_ff .GetNumbersAsFloat (_ead .Params );if _dbfb !=nil {return _dbfb ;};_aag .moveTo (_dbeb [0],_dbeb [1]);case "\u006c":if len (_ead .Params )!=2{_e .Log .Debug ("\u0057\u0041\u0052\u004e\u003a\u0020\u0065\u0072\u0072o\u0072\u0020\u0077\u0068\u0069\u006c\u0065\u0020\u0070\u0072\u006f\u0063\u0065\u0073\u0073\u0069\u006e\u0067\u0020\u0060\u006c\u0060\u0020o\u0070\u0065r\u0061\u0074o\u0072\u003a\u0020\u0025\u0076\u002e\u0020\u004f\u0075\u0074\u0070\u0075\u0074 m\u0061\u0079\u0020\u0062\u0065\u0020\u0069\u006e\u0063o\u0072\u0072\u0065\u0063\u0074\u002e",_gcg ); +return nil ;};_dbc ,_agb :=_ff .GetNumbersAsFloat (_ead .Params );if _agb !=nil {return _agb ;};_aag .lineTo (_dbc [0],_dbc [1]);case "\u0063":if len (_ead .Params )!=6{return _gcg ;};_edg ,_cfg :=_ff .GetNumbersAsFloat (_ead .Params );if _cfg !=nil {return _cfg ; +};_e .Log .Debug ("\u0043u\u0062\u0069\u0063\u0020b\u0065\u007a\u0069\u0065\u0072 \u0070a\u0072a\u006d\u0073\u003a\u0020\u0025\u002e\u0032f",_edg );_aag .cubicTo (_edg [0],_edg [1],_edg [2],_edg [3],_edg [4],_edg [5]);case "\u0076","\u0079":if len (_ead .Params )!=4{return _gcg ; +};_degd ,_fbbg :=_ff .GetNumbersAsFloat (_ead .Params );if _fbbg !=nil {return _fbbg ;};_e .Log .Debug ("\u0043u\u0062\u0069\u0063\u0020b\u0065\u007a\u0069\u0065\u0072 \u0070a\u0072a\u006d\u0073\u003a\u0020\u0025\u002e\u0032f",_degd );_aag .quadraticTo (_degd [0],_degd [1],_degd [2],_degd [3]); +case "\u0068":_aag .closePath ();case "\u0072\u0065":if len (_ead .Params )!=4{return _gcg ;};_eee ,_fbbf :=_ff .GetNumbersAsFloat (_ead .Params );if _fbbf !=nil {return _fbbf ;};_aag .drawRectangle (_eee [0],_eee [1],_eee [2],_eee [3]);_aag .closePath (); +case "\u0053":_aag .stroke (&_bgbe ._eff );_aag .clearPath ();case "\u0073":_aag .closePath ();_aag .stroke (&_bgbe ._eff );_aag .clearPath ();case "\u0046":_aag .fill (&_bgbe ._caa );_aag .clearPath ();case "\u0066","\u0066\u002a":_aag .closePath ();_aag .fill (&_bgbe ._caa ); +_aag .clearPath ();case "\u0042","\u0042\u002a":_aag .fill (&_bgbe ._caa );_aag .stroke (&_bgbe ._eff );_aag .clearPath ();case "\u0062","\u0062\u002a":_aag .closePath ();_aag .fill (&_bgbe ._caa );_aag .stroke (&_bgbe ._eff );_aag .clearPath ();case "\u006e":_aag .clearPath (); +case "\u0044\u006f":if len (_ead .Params )==0{_e .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0065\u0078\u0070\u0065\u0063\u0074\u0065\u0064\u0020\u0058\u004fbj\u0065c\u0074\u0020\u006e\u0061\u006d\u0065\u0020\u006f\u0070\u0065\u0072\u0061n\u0064\u0020\u0066\u006f\u0072\u0020\u0044\u006f\u0020\u006f\u0070\u0065\u0072\u0061\u0074\u006f\u0072.\u0020\u0047\u006f\u0074\u0020\u0025\u002b\u0076\u002e",_ead .Params ); +return _ff .ErrRangeError ;};_gbea ,_aea :=_ff .GetName (_ead .Params [0]);if !_aea {_e .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0069\u006e\u0076\u0061l\u0069\u0064\u0020\u0044\u006f\u0020\u006f\u0070e\u0072a\u0074\u006f\u0072\u0020\u0058\u004f\u0062\u006a\u0065\u0063\u0074\u0020\u006e\u0061\u006d\u0065\u0020\u006fp\u0065\u0072\u0061\u006e\u0064\u003a\u0020\u0025\u002b\u0076\u002e",_ead .Params [0]); +return _ff .ErrTypeError ;};_ ,_aeb :=_fceb .GetXObjectByName (*_gbea );if _aeb !=_b .XObjectTypeForm {break ;};_fbcb ,_aea :=_bdd ._cdgf [_gbea .String ()];if !_aea {_adfc ,_cbfc :=_fceb .GetXObjectFormByName (*_gbea );if _cbfc !=nil {_e .Log .Debug ("\u0045R\u0052\u004f\u0052\u003a\u0020\u0025v",_cbfc ); +return _cbfc ;};_bggg ,_cbfc :=_adfc .GetContentStream ();if _cbfc !=nil {_e .Log .Debug ("\u0045R\u0052\u004f\u0052\u003a\u0020\u0025v",_cbfc );return _cbfc ;};_ebfg :=_adfc .Resources ;if _ebfg ==nil {_ebfg =_fceb ;};_gaba :=_gceb .CTM ;if _ege ,_eeb :=_ff .GetArray (_adfc .Matrix ); +_eeb {_aec ,_bac :=_ege .GetAsFloat64Slice ();if _bac !=nil {return _bac ;};if len (_aec )!=6{return _gcg ;};_aebb :=_da .NewMatrix (_aec [0],_aec [1],_aec [2],_aec [3],_aec [4],_aec [5]);_gaba =_gceb .CTM .Mult (_aebb );};_ecc ,_egac ,_dbbc ,_cbfc :=_bdd .extractPageText (string (_bggg ),_ebfg ,_bggd .Mult (_gaba ),_dffg +1,false ); +if _cbfc !=nil {_e .Log .Debug ("\u0045R\u0052\u004f\u0052\u003a\u0020\u0025v",_cbfc );return _cbfc ;};_fbcb =textResult {*_ecc ,_egac ,_dbbc };_bdd ._cdgf [_gbea .String ()]=_fbcb ;};_aag ._gefd =_gceb .CTM ;if _gegd {_e .Log .Info ("\u0063\u0074\u006d\u003d\u0025\u0073",_aag ._gefd ); +};_bgbe ._eca =append (_bgbe ._eca ,_fbcb ._bbe ._eca ...);_bgbe ._eff =append (_bgbe ._eff ,_fbcb ._bbe ._eff ...);_bgbe ._caa =append (_bgbe ._caa ,_fbcb ._bbe ._caa ...);_ffg ._gedec +=_fbcb ._dcg ;_ffg ._ffed +=_fbcb ._ebbe ;case "\u0072\u0067","\u0067","\u006b","\u0063\u0073","\u0073\u0063","\u0073\u0063\u006e":_cdbg ._fcbe .ColorspaceNonStroking =_gceb .ColorspaceNonStroking ; +_cdbg ._fcbe .ColorNonStroking =_gceb .ColorNonStroking ;case "\u0052\u0047","\u0047","\u004b","\u0043\u0053","\u0053\u0043","\u0053\u0043\u004e":_cdbg ._fcbe .ColorspaceStroking =_gceb .ColorspaceStroking ;_cdbg ._fcbe .ColorStroking =_gceb .ColorStroking ; +};return nil ;});_bae =_bccf .Process (_ede );if _bdd ._ddde !=nil &&_bdd ._ddde .IncludeAnnotations &&!_dgf {for _ ,_gba :=range _bdd ._bge {_agba ,_fffg :=_ff .GetDict (_gba .AP );if !_fffg {continue ;};_bag ,_fffg :=_agba .Get ("\u004e").(*_ff .PdfObjectStream ); +if !_fffg {continue ;};_dgbb ,_fac :=_ff .DecodeStream (_bag );if _fac !=nil {_e .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u006f\u006e\u0020\u0064\u0065c\u006f\u0064\u0065\u0020\u0073\u0074\u0072\u0065\u0061\u006d:\u0020\u0025\u0076",_fac );continue ; +};_ebd :=_bag .PdfObjectDictionary .Get ("\u0052e\u0073\u006f\u0075\u0072\u0063\u0065s");_gedg ,_fac :=_b .NewPdfPageResourcesFromDict (_ebd .(*_ff .PdfObjectDictionary ));if _fac !=nil {_e .Log .Debug ("\u0045\u0072\u0072\u006f\u0072 \u006f\u006e\u0020\u0067\u0065\u0074\u0074\u0069\u006e\u0067\u0020\u0061\u006en\u006f\u0074\u0061\u0074\u0069\u006f\u006e\u0020\u0072\u0065\u0073\u006f\u0075\u0072\u0063\u0065\u0073\u003a\u0020\u0025\u0076",_fac ); +continue ;};_abb :=_da .IdentityMatrix ();_cgag ,_fffg :=_bag .PdfObjectDictionary .Get ("\u004d\u0061\u0074\u0072\u0069\u0078").(*_ff .PdfObjectArray );if _fffg {_ffa ,_feb :=_cgag .GetAsFloat64Slice ();if _feb !=nil {_e .Log .Debug ("\u0045\u0072\u0072or\u0020\u006f\u006e\u0020\u0067\u0065\u0074\u0074\u0069n\u0067 \u0066l\u006fa\u0074\u0036\u0034\u0020\u0073\u006c\u0069\u0063\u0065\u003a\u0020\u0025\u0076",_feb ); +continue ;};if len (_ffa )!=6{_e .Log .Debug ("I\u006e\u0076\u0061\u006c\u0069\u0064 \u006d\u0061\u0074\u0072\u0069\u0078\u0020\u0073\u006ci\u0063\u0065\u0020l\u0065n\u0067\u0074\u0068");continue ;};_abb =_da .NewMatrix (_ffa [0],_ffa [1],_ffa [2],_ffa [3],_ffa [4],_ffa [5]); +};_fba ,_fffg :=_bdd ._dfd [_bag .String ()];if !_fffg {_gfae ,_fgac ,_cad ,_caf :=_bdd .extractPageText (string (_dgbb ),_gedg ,_abb ,_dffg +1,true );if _caf !=nil {_e .Log .Debug ("\u0045\u0052R\u004f\u0052\u0020\u0065x\u0074\u0072a\u0063\u0074\u0069\u006e\u0067\u0020\u0061\u006en\u006f\u0074\u0061\u0074\u0069\u006f\u006e\u0020\u0074\u0065\u0078\u0074s\u003a\u0020\u0025\u0076",_caf ); +continue ;};_fba =textResult {*_gfae ,_fgac ,_cad };_bdd ._dfd [_bag .String ()]=_fba ;};_bgbe ._eca =append (_bgbe ._eca ,_fba ._bbe ._eca ...);_bgbe ._eff =append (_bgbe ._eff ,_fba ._bbe ._eff ...);_bgbe ._caa =append (_bgbe ._caa ,_fba ._bbe ._caa ...); +_ffg ._gedec +=_fba ._dcg ;_ffg ._ffed +=_fba ._ebbe ;};};return _bgbe ,_ffg ._gedec ,_ffg ._ffed ,_bae ;};func _gfeg (_agbd map[int ][]float64 ){if len (_agbd )<=1{return ;};_cfeff :=_bcef (_agbd );if _aada {_e .Log .Info ("\u0066i\u0078C\u0065\u006c\u006c\u0073\u003a \u006b\u0065y\u0073\u003d\u0025\u002b\u0076",_cfeff ); +};var _adabe ,_eedab int ;for _adabe ,_eedab =range _cfeff {if _agbd [_eedab ]!=nil {break ;};};for _faeb ,_agbaa :=range _cfeff [_adabe :]{_fgddg :=_agbd [_agbaa ];if _fgddg ==nil {continue ;};if _aada {_bf .Printf ("\u0025\u0034\u0064\u003a\u0020\u006b\u0030\u003d\u0025\u0064\u0020\u006b1\u003d\u0025\u0064\u000a",_adabe +_faeb ,_eedab ,_agbaa ); +};_dcgge :=_agbd [_agbaa ];if _dcgge [len (_dcgge )-1]> _fgddg [0]{_dcgge [len (_dcgge )-1]=_fgddg [0];_agbd [_eedab ]=_dcgge ;};_eedab =_agbaa ;};};func _gced (_fbce _b .PdfRectangle ,_ebfbb bounded )float64 {return _fbce .Ury -_ebfbb .bbox ().Lly };const (RenderModeStroke RenderMode =1< _ccaf ;};if _bggae ==_aagc {return false ;};_egadc :=func (_ccgd bool )bool {if _bggae ==_geggc {return _ccgd ;};return !_ccgd ;};_adbe ,_begd :=_gdaa ._efadf ,_dgef ._efadf ;if _adbe !=_begd {return _egadc (_adbe > _begd ); +};_adbe ,_begd =_gdaa ._efbba ,_dgef ._efbba ;if _adbe !=_begd {return _egadc (_adbe < _begd );};return _egadc (_gdaa ._daba < _dgef ._daba );}; // TextMark represents extracted text on a page with information regarding both textual content, // formatting (font and size) and positioning. @@ -730,10 +628,10 @@ Text string ; Original string ; // BBox is the bounding box of the text. -BBox _bg .PdfRectangle ; +BBox _b .PdfRectangle ; // Font is the font the text was drawn with. -Font *_bg .PdfFont ; +Font *_b .PdfFont ; // FontSize is the font size the text was drawn with. FontSize float64 ; @@ -751,270 +649,384 @@ Meta bool ; // FillColor is the fill color of the text. // The color is nil for spaces and line breaks (i.e. the Meta field is true). -FillColor _ab .Color ; +FillColor _dd .Color ; // StrokeColor is the stroke color of the text. // The color is nil for spaces and line breaks (i.e. the Meta field is true). -StrokeColor _ab .Color ; +StrokeColor _dd .Color ; // Orientation is the text orientation Orientation int ; // DirectObject is the underlying PdfObject (Text Object) that represents the visible texts. This is introduced to get // a simple access to the TextObject in case editing or replacment of some text is needed. E.g during redaction. -DirectObject _gbc .PdfObject ; +DirectObject _ff .PdfObject ; // ObjString is a decoded string operand of a text-showing operator. It has the same value as `Text` attribute except // when many glyphs are represented with the same Text Object that contains multiple length string operand in which case // ObjString spans more than one character string that falls in different TextMark objects. -ObjString []string ;Tw float64 ;Th float64 ;Tc float64 ;Index int ;_fafb bool ;_aeaf *TextTable ;};type textResult struct{_eafb PageText ;_baca int ;_eagd int ;};func (_ebgcf *wordBag )getDepthIdx (_aeg float64 )int {_fgff :=_ebgcf .depthIndexes ();_ddcc :=_fdc (_aeg ); -if _ddcc < _fgff [0]{return _fgff [0];};if _ddcc > _fgff [len (_fgff )-1]{return _fgff [len (_fgff )-1];};return _ddcc ;};func _fcda (_feedf *list )[]*list {var _efda []*list ;for _ ,_fgfbb :=range _feedf ._bdfaa {switch _fgfbb ._dbaad {case "\u004c\u0049":_ddgdf :=_fcgc (_fgfbb ); -_bafbb :=_fcda (_fgfbb );_aaed :=_egfa (_ddgdf ,"\u0062\u0075\u006c\u006c\u0065\u0074",_bafbb );_gcde :=_cgef (_ddgdf ,"");_aaed ._fccf =_gcde ;_efda =append (_efda ,_aaed );case "\u004c\u0042\u006fd\u0079":return _fcda (_fgfbb );case "\u004c":_daa :=_fcda (_fgfbb ); -_efda =append (_efda ,_daa ...);return _efda ;};};return _efda ;};func _cbff (_afbfg *_bg .Image ,_ebgaa _ab .Color )_f .Image {_cgdab ,_gbegf :=int (_afbfg .Width ),int (_afbfg .Height );_bgbb :=_f .NewRGBA (_f .Rect (0,0,_cgdab ,_gbegf ));for _cgdea :=0; -_cgdea < _gbegf ;_cgdea ++{for _afgda :=0;_afgda < _cgdab ;_afgda ++{_affaa ,_dcfaa :=_afbfg .ColorAt (_afgda ,_cgdea );if _dcfaa !=nil {_b .Log .Debug ("\u0057\u0041\u0052\u004e\u003a\u0020\u0063o\u0075\u006c\u0064\u0020\u006e\u006f\u0074\u0020\u0072\u0065\u0074\u0072\u0069\u0065v\u0065 \u0069\u006d\u0061\u0067\u0065\u0020m\u0061\u0073\u006b\u0020\u0076\u0061\u006cu\u0065\u0020\u0061\u0074\u0020\u0028\u0025\u0064\u002c\u0020\u0025\u0064\u0029\u002e\u0020\u004f\u0075\u0074\u0070\u0075\u0074\u0020\u006da\u0079\u0020\u0062\u0065\u0020\u0069\u006e\u0063\u006f\u0072\u0072\u0065\u0063t\u002e",_afgda ,_cgdea ); -continue ;};_fgagf ,_cfaag ,_ddcff ,_ :=_affaa .RGBA ();var _bgef _ab .Color ;if _fgagf +_cfaag +_ddcff ==0{_bgef =_ebgaa ;}else {_bgef =_ab .Transparent ;};_bgbb .Set (_afgda ,_cgdea ,_bgef );};};return _bgbb ;};func _cfbg (_dbgc string ,_ddccb int )string {if len (_dbgc )< _ddccb {return _dbgc ; -};return _dbgc [:_ddccb ];};func (_eaba *ruling )alignsPrimary (_cgdg *ruling )bool {return _eaba ._gcafd ==_cgdg ._gcafd &&_bb .Abs (_eaba ._gbaff -_cgdg ._gbaff )< _egba *0.5;};func _dd (_dcg []string ,_ea int ,_fg int ){for _fga ,_eeb :=_ea ,_fg -1; -_fga < _eeb ;_fga ,_eeb =_fga +1,_eeb -1{_aff :=_dcg [_fga ];_dcg [_fga ]=_dcg [_eeb ];_dcg [_eeb ]=_aff ;};};func _ccae (_bgad *wordBag ,_gdbf float64 ,_ddge ,_afga rulingList )[]*wordBag {var _adfdc []*wordBag ;for _ ,_fagbe :=range _bgad .depthIndexes (){_ffbcb :=false ; -for !_bgad .empty (_fagbe ){_cbb :=_bgad .firstReadingIndex (_fagbe );_ddbe :=_bgad .firstWord (_cbb );_fdec :=_edbf (_ddbe ,_gdbf ,_ddge ,_afga );_bgad .removeWord (_ddbe ,_cbb );if _gdgf {_b .Log .Info ("\u0066\u0069\u0072\u0073\u0074\u0057\u006f\u0072\u0064\u0020\u005e\u005e^\u005e\u0020\u0025\u0073",_ddbe .String ()); -};for _dfdg :=true ;_dfdg ;_dfdg =_ffbcb {_ffbcb =false ;_dcec :=_ffed *_fdec ._aced ;_daag :=_cfdb *_fdec ._aced ;_bdgg :=_ccdef *_fdec ._aced ;if _gdgf {_b .Log .Info ("\u0070a\u0072a\u0057\u006f\u0072\u0064\u0073\u0020\u0064\u0065\u0070\u0074\u0068 \u0025\u002e\u0032\u0066 \u002d\u0020\u0025\u002e\u0032f\u0020\u006d\u0061\u0078\u0049\u006e\u0074\u0072\u0061\u0044\u0065\u0070\u0074\u0068\u0047\u0061\u0070\u003d\u0025\u002e\u0032\u0066\u0020\u006d\u0061\u0078\u0049\u006e\u0074\u0072\u0061R\u0065\u0061\u0064\u0069\u006e\u0067\u0047\u0061p\u003d\u0025\u002e\u0032\u0066",_fdec .minDepth (),_fdec .maxDepth (),_bdgg ,_daag ); -};if _bgad .scanBand ("\u0076\u0065\u0072\u0074\u0069\u0063\u0061\u006c",_fdec ,_fcgb (_cafb ,0),_fdec .minDepth ()-_bdgg ,_fdec .maxDepth ()+_bdgg ,_abffb ,false ,false )> 0{_ffbcb =true ;};if _bgad .scanBand ("\u0068\u006f\u0072\u0069\u007a\u006f\u006e\u0074\u0061\u006c",_fdec ,_fcgb (_cafb ,_daag ),_fdec .minDepth (),_fdec .maxDepth (),_dbgb ,false ,false )> 0{_ffbcb =true ; -};if _ffbcb {continue ;};_dbcf :=_bgad .scanBand ("",_fdec ,_fcgb (_gag ,_dcec ),_fdec .minDepth (),_fdec .maxDepth (),_dcda ,true ,false );if _dbcf > 0{_ggac :=(_fdec .maxDepth ()-_fdec .minDepth ())/_fdec ._aced ;if (_dbcf > 1&&float64 (_dbcf )> 0.3*_ggac )||_dbcf <=10{if _bgad .scanBand ("\u006f\u0074\u0068e\u0072",_fdec ,_fcgb (_gag ,_dcec ),_fdec .minDepth (),_fdec .maxDepth (),_dcda ,false ,true )> 0{_ffbcb =true ; -};};};};_adfdc =append (_adfdc ,_fdec );};};return _adfdc ;};func _bcca (_dfba _ef .Point )_ef .Matrix {return _ef .TranslationMatrix (_dfba .X ,_dfba .Y )}; +ObjString []string ;Tw float64 ;Th float64 ;Tc float64 ;Index int ;_gdfc bool ;_baeg *TextTable ;};func (_efbe *textObject )renderText (_bged _ff .PdfObject ,_dbfc []byte ,_dcb int ,_cdgg string )error {if _efbe ._bdfc {_e .Log .Debug ("\u0072\u0065\u006e\u0064\u0065r\u0054\u0065\u0078\u0074\u003a\u0020\u0049\u006e\u0076\u0061\u006c\u0069\u0064 \u0066\u006f\u006e\u0074\u002e\u0020\u004e\u006f\u0074\u0020\u0070\u0072\u006f\u0063\u0065\u0073\u0073\u0069\u006e\u0067\u002e"); +return nil ;};_abg :=_efbe .getCurrentFont ();_dbbg :=_abg .BytesToCharcodes (_dbfc );_acff ,_adfa ,_cdcb :=_abg .CharcodesToStrings (_dbbg ,_cdgg );if _cdcb > 0{_e .Log .Debug ("\u0072\u0065nd\u0065\u0072\u0054e\u0078\u0074\u003a\u0020num\u0043ha\u0072\u0073\u003d\u0025\u0064\u0020\u006eum\u004d\u0069\u0073\u0073\u0065\u0073\u003d%\u0064",_adfa ,_cdcb ); +};_efbe ._eef ._gedec +=_adfa ;_efbe ._eef ._ffed +=_cdcb ;_dface :=_efbe ._eef ;_dbge :=_dface ._gec ;_bcad :=_dface ._ddcc /100.0;_ffede :=_fgcg ;if _abg .Subtype ()=="\u0054\u0079\u0070e\u0033"{_ffede =1;};_gaca ,_cgaff :=_abg .GetRuneMetrics (' '); +if !_cgaff {_gaca ,_cgaff =_abg .GetCharMetrics (32);};if !_cgaff {_gaca ,_ =_b .DefaultFont ().GetRuneMetrics (' ');};_edgf :=_gaca .Wx *_ffede ;_e .Log .Trace ("\u0073p\u0061\u0063e\u0057\u0069\u0064t\u0068\u003d\u0025\u002e\u0032\u0066\u0020t\u0065\u0078\u0074\u003d\u0025\u0071 \u0066\u006f\u006e\u0074\u003d\u0025\u0073\u0020\u0066\u006f\u006et\u0053\u0069\u007a\u0065\u003d\u0025\u002e\u0032\u0066",_edgf ,_acff ,_abg ,_dbge ); +_cacbf :=_da .NewMatrix (_dbge *_bcad ,0,0,_dbge ,0,_dface ._gcfd );if _dgfb {_e .Log .Info ("\u0072\u0065\u006e\u0064\u0065\u0072T\u0065\u0078\u0074\u003a\u0020\u0025\u0064\u0020\u0063\u006f\u0064\u0065\u0073=\u0025\u002b\u0076\u0020\u0074\u0065\u0078t\u0073\u003d\u0025\u0071",len (_dbbg ),_dbbg ,_acff ); +};_e .Log .Trace ("\u0072\u0065\u006e\u0064\u0065\u0072T\u0065\u0078\u0074\u003a\u0020\u0025\u0064\u0020\u0063\u006f\u0064\u0065\u0073=\u0025\u002b\u0076\u0020\u0072\u0075\u006ee\u0073\u003d\u0025\u0071",len (_dbbg ),_dbbg ,len (_acff ));_fcddg :=_efbe .getFillColor (); +_ebag :=_efbe .getStrokeColor ();for _egb ,_ffbg :=range _acff {_deb :=[]rune (_ffbg );if len (_deb )==1&&_deb [0]=='\x00'{continue ;};_gfgg :=_dbbg [_egb ];_aeac :=_efbe ._fcbe .CTM .Mult (_efbe ._cdffg ).Mult (_cacbf );_cgdb :=0.0;if len (_deb )==1&&_deb [0]==32{_cgdb =_dface ._fagd ; +};_dddee ,_ffde :=_abg .GetCharMetrics (_gfgg );if !_ffde {_e .Log .Debug ("\u0045R\u0052\u004fR\u003a\u0020\u004e\u006f \u006d\u0065\u0074r\u0069\u0063\u0020\u0066\u006f\u0072\u0020\u0063\u006fde\u003d\u0025\u0064 \u0072\u003d0\u0078\u0025\u0030\u0034\u0078\u003d%\u002b\u0071 \u0025\u0073",_gfgg ,_deb ,_deb ,_abg ); +return _bf .Errorf ("\u006e\u006f\u0020\u0063\u0068\u0061\u0072\u0020\u006d\u0065\u0074\u0072\u0069\u0063\u0073:\u0020f\u006f\u006e\u0074\u003d\u0025\u0073\u0020\u0063\u006f\u0064\u0065\u003d\u0025\u0064",_abg .String (),_gfgg );};_gedf :=_da .Point {X :_dddee .Wx *_ffede ,Y :_dddee .Wy *_ffede }; +_fcbg :=_da .Point {X :(_gedf .X *_dbge +_cgdb )*_bcad };_ffaf :=_da .Point {X :(_gedf .X *_dbge +_dface ._bggb +_cgdb )*_bcad };if _dgfb {_e .Log .Info ("\u0074\u0066\u0073\u003d\u0025\u002e\u0032\u0066\u0020\u0074\u0063\u003d\u0025\u002e\u0032f\u0020t\u0077\u003d\u0025\u002e\u0032\u0066\u0020\u0074\u0068\u003d\u0025\u002e\u0032\u0066",_dbge ,_dface ._bggb ,_dface ._fagd ,_bcad ); +_e .Log .Info ("\u0064x\u002c\u0064\u0079\u003d%\u002e\u0033\u0066\u0020\u00740\u003d%\u002e3\u0066\u0020\u0074\u003d\u0025\u002e\u0033f",_gedf ,_fcbg ,_ffaf );};_eaf :=_cadc (_fcbg );_egd :=_cadc (_ffaf );_ebcf :=_efbe ._fcbe .CTM .Mult (_efbe ._cdffg ).Mult (_eaf ); +if _gade {_e .Log .Info ("e\u006e\u0064\u003a\u000a\tC\u0054M\u003d\u0025\u0073\u000a\u0009 \u0074\u006d\u003d\u0025\u0073\u000a"+"\u0009\u0020t\u0064\u003d\u0025s\u0020\u0078\u006c\u0061\u0074\u003d\u0025\u0073\u000a"+"\u0009t\u0064\u0030\u003d\u0025s\u000a\u0009\u0020\u0020\u2192 \u0025s\u0020x\u006c\u0061\u0074\u003d\u0025\u0073",_efbe ._fcbe .CTM ,_efbe ._cdffg ,_egd ,_cbc (_efbe ._fcbe .CTM .Mult (_efbe ._cdffg ).Mult (_egd )),_eaf ,_ebcf ,_cbc (_ebcf )); +};_cadg ,_gfee :=_efbe .newTextMark (_gac .ExpandLigatures (_deb ),_aeac ,_cbc (_ebcf ),_ce .Abs (_edgf *_aeac .ScalingFactorX ()),_abg ,_efbe ._eef ._bggb ,_fcddg ,_ebag ,_bged ,_acff ,_egb ,_dcb );if !_gfee {_e .Log .Debug ("\u0054\u0065\u0078\u0074\u0020\u006d\u0061\u0072\u006b\u0020\u006f\u0075\u0074\u0073\u0069d\u0065 \u0070\u0061\u0067\u0065\u002e\u0020\u0053\u006b\u0069\u0070\u0070\u0069\u006e\u0067"); +continue ;};if _abg ==nil {_e .Log .Debug ("\u0045R\u0052O\u0052\u003a\u0020\u004e\u006f\u0020\u0066\u006f\u006e\u0074\u002e");}else if _abg .Encoder ()==nil {_e .Log .Debug ("E\u0052\u0052\u004f\u0052\u003a\u0020N\u006f\u0020\u0065\u006e\u0063\u006f\u0064\u0069\u006eg\u002e\u0020\u0066o\u006et\u003d\u0025\u0073",_abg ); +}else {if _dfdd ,_agg :=_abg .Encoder ().CharcodeToRune (_gfgg );_agg {_cadg ._fcfce =string (_dfdd );};};_e .Log .Trace ("i\u003d\u0025\u0064\u0020\u0063\u006fd\u0065\u003d\u0025\u0064\u0020\u006d\u0061\u0072\u006b=\u0025\u0073\u0020t\u0072m\u003d\u0025\u0073",_egb ,_gfgg ,_cadg ,_aeac ); +_efbe ._daeb =append (_efbe ._daeb ,&_cadg );_efbe ._cdffg .Concat (_egd );};return nil ;};func (_egbfd *textMark )inDiacriticArea (_fbfab *textMark )bool {_eabe :=_egbfd .Llx -_fbfab .Llx ;_fbdgg :=_egbfd .Urx -_fbfab .Urx ;_agcd :=_egbfd .Lly -_fbfab .Lly ; +return _ce .Abs (_eabe +_fbdgg )< _egbfd .Width ()*_bcgc &&_ce .Abs (_agcd )< _egbfd .Height ()*_bcgc ;};func (_baegg *textLine )appendWord (_bgbf *textWord ){_baegg ._edge =append (_baegg ._edge ,_bgbf );_baegg .PdfRectangle =_badbb (_baegg .PdfRectangle ,_bgbf .PdfRectangle ); +if _bgbf ._ecdce > _baegg ._efde {_baegg ._efde =_bgbf ._ecdce ;};if _bgbf ._bagdd > _baegg ._dce {_baegg ._dce =_bgbf ._bagdd ;};};type textTable struct{_b .PdfRectangle ;_addag ,_cffff int ;_cbbdd bool ;_egbgg map[uint64 ]*textPara ;_bdfcg map[uint64 ]compositeCell ; +};func _aaee (_dfce *list ,_cgdce *_bfb .Builder ,_bcdf *string ){_ded :=_caabc (_dfce ,_bcdf );_cgdce .WriteString (_ded );for _ ,_cggf :=range _dfce ._ddfgc {_aaeg :=*_bcdf +"\u0020\u0020\u0020";_aaee (_cggf ,_cgdce ,&_aaeg );};};func (_bacb *PageText )getParagraphs ()paraList {var _ggce rulingList ; +if _febc {_abbd :=_gaec (_bacb ._eff );_ggce =append (_ggce ,_abbd ...);};if _bfce {_bgef :=_defa (_bacb ._caa );_ggce =append (_ggce ,_bgef ...);};_ggce ,_egdb :=_ggce .toTilings ();var _fbbfc paraList ;_gfgd :=len (_bacb ._eca );for _eedg :=0;_eedg < 360&&_gfgd > 0; +_eedg +=90{_fdge :=make ([]*textMark ,0,len (_bacb ._eca )-_gfgd );for _ ,_fbeae :=range _bacb ._eca {if _fbeae ._egba ==_eedg {_fdge =append (_fdge ,_fbeae );};};if len (_fdge )> 0{_dgcg :=_fabd (_fdge ,_bacb ._bfaf ,_ggce ,_egdb );_fbbfc =append (_fbbfc ,_dgcg ...); +_gfgd -=len (_fdge );};};return _fbbfc ;};var _eafg =map[markKind ]string {_eede :"\u0073\u0074\u0072\u006f\u006b\u0065",_befdb :"\u0066\u0069\u006c\u006c",_ecdge :"\u0061u\u0067\u006d\u0065\u006e\u0074"};func _baag (_aadf *paraList )map[int ][]*textLine {_daa :=map[int ][]*textLine {}; +for _ ,_beed :=range *_aadf {for _ ,_faa :=range _beed ._bbgab {if !_gbdg (_faa ){_e .Log .Debug ("g\u0072\u006f\u0075p\u004c\u0069\u006e\u0065\u0073\u003a\u0020\u0054\u0068\u0065\u0020\u0074\u0065\u0078\u0074\u0020\u006c\u0069\u006e\u0065\u0020\u0063\u006f\u006e\u0074a\u0069\u006e\u0073 \u006d\u006f\u0072\u0065\u0020\u0074\u0068\u0061\u006e\u0020\u006f\u006e\u0065 \u006d\u0063\u0069\u0064 \u006e\u0075\u006d\u0062e\u0072\u002e\u0020\u0049\u0074\u0020\u0073\u0068\u006f\u0075\u006c\u0064\u0020\u0062\u0065\u0020\u0073p\u006c\u0069\u0074\u002e"); +continue ;};_faba :=_faa ._edge [0]._bggbb [0]._faad ;_daa [_faba ]=append (_daa [_faba ],_faa );};if _beed ._cegg !=nil {_dadab :=_beed ._cegg ._egbgg ;for _ ,_gdegf :=range _dadab {for _ ,_dccb :=range _gdegf ._bbgab {if !_gbdg (_dccb ){_e .Log .Debug ("g\u0072\u006f\u0075p\u004c\u0069\u006e\u0065\u0073\u003a\u0020\u0054\u0068\u0065\u0020\u0074\u0065\u0078\u0074\u0020\u006c\u0069\u006e\u0065\u0020\u0063\u006f\u006e\u0074a\u0069\u006e\u0073 \u006d\u006f\u0072\u0065\u0020\u0074\u0068\u0061\u006e\u0020\u006f\u006e\u0065 \u006d\u0063\u0069\u0064 \u006e\u0075\u006d\u0062e\u0072\u002e\u0020\u0049\u0074\u0020\u0073\u0068\u006f\u0075\u006c\u0064\u0020\u0062\u0065\u0020\u0073p\u006c\u0069\u0074\u002e"); +continue ;};_ebg :=_dccb ._edge [0]._bggbb [0]._faad ;_daa [_ebg ]=append (_daa [_ebg ],_dccb );};};};};return _daa ;};func _deedf (_dfba ,_bfcb bounded )float64 {return _dfba .bbox ().Llx -_bfcb .bbox ().Llx }; -// String returns a description of `state`. -func (_acd *textState )String ()string {_feff :="\u005bN\u004f\u0054\u0020\u0053\u0045\u0054]";if _acd ._aede !=nil {_feff =_acd ._aede .BaseFont ();};return _d .Sprintf ("\u0074\u0063\u003d\u0025\u002e\u0032\u0066\u0020\u0074\u0077\u003d\u0025\u002e\u0032\u0066 \u0074f\u0073\u003d\u0025\u002e\u0032\u0066\u0020\u0066\u006f\u006e\u0074\u003d\u0025\u0071",_acd ._fgdd ,_acd ._eaed ,_acd ._ebab ,_feff ); -}; +// String returns a description of `v`. +func (_dacfb *ruling )String ()string {if _dacfb ._facdf ==_aagc {return "\u004e\u004f\u0054\u0020\u0052\u0055\u004c\u0049\u004e\u0047";};_dabb ,_edbc :="\u0078","\u0079";if _dacfb ._facdf ==_geggc {_dabb ,_edbc ="\u0079","\u0078";};_ffca :="";if _dacfb ._geeb !=0.0{_ffca =_bf .Sprintf (" \u0077\u0069\u0064\u0074\u0068\u003d\u0025\u002e\u0032\u0066",_dacfb ._geeb ); +};return _bf .Sprintf ("\u0025\u00310\u0073\u0020\u0025\u0073\u003d\u0025\u0036\u002e\u0032\u0066\u0020\u0025\u0073\u003d\u0025\u0036\u002e\u0032\u0066\u0020\u002d\u0020\u0025\u0036\u002e\u0032\u0066\u0020\u0028\u0025\u0036\u002e\u0032\u0066\u0029\u0020\u0025\u0073\u0020\u0025\u0076\u0025\u0073",_dacfb ._facdf ,_dabb ,_dacfb ._efadf ,_edbc ,_dacfb ._efbba ,_dacfb ._daba ,_dacfb ._daba -_dacfb ._efbba ,_dacfb ._bagdc ,_dacfb .Color ,_ffca ); +};func (_fcgaf *textTable )compositeColCorridors ()map[int ][]float64 {_egff :=make (map[int ][]float64 ,_fcgaf ._addag );if _aada {_e .Log .Info ("\u0063\u006f\u006d\u0070o\u0073\u0069\u0074\u0065\u0043\u006f\u006c\u0043\u006f\u0072r\u0069d\u006f\u0072\u0073\u003a\u0020\u0077\u003d%\u0064\u0020",_fcgaf ._addag ); +};for _gbegd :=0;_gbegd < _fcgaf ._addag ;_gbegd ++{_egff [_gbegd ]=nil ;};return _egff ;};func (_egdga rulingList )log (_fdgfa string ){if !_ccffg {return ;};_e .Log .Info ("\u0023\u0023\u0023\u0020\u0025\u0031\u0030\u0073\u003a\u0020\u0076\u0065c\u0073\u003d\u0025\u0073",_fdgfa ,_egdga .String ()); +for _dccg ,_deef :=range _egdga {_bf .Printf ("\u0025\u0034\u0064\u003a\u0020\u0025\u0073\u000a",_dccg ,_deef .String ());};};func _abag (_ccbg ,_abeb _da .Point ,_dggg _dd .Color )(*ruling ,bool ){_fdaa :=lineRuling {_eefea :_ccbg ,_edcb :_abeb ,_becb :_cdcg (_ccbg ,_abeb ),Color :_dggg }; +if _fdaa ._becb ==_aagc {return nil ,false ;};return _fdaa .asRuling ();};func (_bbd *textObject )setWordSpacing (_badb float64 ){if _bbd ==nil {return ;};_bbd ._eef ._fagd =_badb ;};func (_dgba *textObject )setCharSpacing (_cda float64 ){if _dgba ==nil {return ; +};_dgba ._eef ._bggb =_cda ;if _dgfb {_e .Log .Info ("\u0073\u0065t\u0043\u0068\u0061\u0072\u0053\u0070\u0061\u0063\u0069\u006e\u0067\u003a\u0020\u0025\u002e\u0032\u0066\u0020\u0073\u0074\u0061\u0074e=\u0025\u0073",_cda ,_dgba ._eef .String ());};};type gridTile struct{_b .PdfRectangle ; +_fdde ,_cfgg ,_cega ,_bbed bool ;};func (_fggef paraList )readBefore (_bdafg []int ,_dfbgb ,_agfe int )bool {_gdbc ,_ecdc :=_fggef [_dfbgb ],_fggef [_agfe ];if _cfeb (_gdbc ,_ecdc )&&_gdbc .Lly > _ecdc .Lly {return true ;};if !(_gdbc ._cdcbd .Urx < _ecdc ._cdcbd .Llx ){return false ; +};_dbdgf ,_fged :=_gdbc .Lly ,_ecdc .Lly ;if _dbdgf > _fged {_fged ,_dbdgf =_dbdgf ,_fged ;};_gded :=_ce .Max (_gdbc ._cdcbd .Llx ,_ecdc ._cdcbd .Llx );_dfbac :=_ce .Min (_gdbc ._cdcbd .Urx ,_ecdc ._cdcbd .Urx );_acbd :=_fggef .llyRange (_bdafg ,_dbdgf ,_fged ); +for _ ,_ecgb :=range _acbd {if _ecgb ==_dfbgb ||_ecgb ==_agfe {continue ;};_ageec :=_fggef [_ecgb ];if _ageec ._cdcbd .Llx <=_dfbac &&_gded <=_ageec ._cdcbd .Urx {return false ;};};return true ;}; // Append appends `mark` to the mark array. -func (_aefg *TextMarkArray )Append (mark TextMark ){_aefg ._egbe =append (_aefg ._egbe ,mark )};func (_ggcb *textObject )setCharSpacing (_adcb float64 ){if _ggcb ==nil {return ;};_ggcb ._egf ._fgdd =_adcb ;if _eadc {_b .Log .Info ("\u0073\u0065t\u0043\u0068\u0061\u0072\u0053\u0070\u0061\u0063\u0069\u006e\u0067\u003a\u0020\u0025\u002e\u0032\u0066\u0020\u0073\u0074\u0061\u0074e=\u0025\u0073",_adcb ,_ggcb ._egf .String ()); -};};func _fcgc (_ffce *list )[]*textLine {for _ ,_bggf :=range _ffce ._bdfaa {switch _bggf ._dbaad {case "\u004c\u0042\u006fd\u0079":if len (_bggf ._eadba )!=0{return _bggf ._eadba ;};return _fcgc (_bggf );case "\u0053\u0070\u0061\u006e":return _bggf ._eadba ; -case "I\u006e\u006c\u0069\u006e\u0065\u0053\u0068\u0061\u0070\u0065":return _bggf ._eadba ;};};return nil ;};func (_bfcb *textObject )setTextRenderMode (_gef int ){if _bfcb ==nil {return ;};_bfcb ._egf ._dge =RenderMode (_gef );}; +func (_deed *TextMarkArray )Append (mark TextMark ){_deed ._gaac =append (_deed ._gaac ,mark )};type intSet map[int ]struct{};func (_cae pathSection )bbox ()_b .PdfRectangle {_gbc :=_cae ._cdad [0]._gfb [0];_dgae :=_b .PdfRectangle {Llx :_gbc .X ,Urx :_gbc .X ,Lly :_gbc .Y ,Ury :_gbc .Y }; +_fggg :=func (_ebeg _da .Point ){if _ebeg .X < _dgae .Llx {_dgae .Llx =_ebeg .X ;}else if _ebeg .X > _dgae .Urx {_dgae .Urx =_ebeg .X ;};if _ebeg .Y < _dgae .Lly {_dgae .Lly =_ebeg .Y ;}else if _ebeg .Y > _dgae .Ury {_dgae .Ury =_ebeg .Y ;};};for _ ,_ccg :=range _cae ._cdad [0]._gfb [1:]{_fggg (_ccg ); +};for _ ,_eaba :=range _cae ._cdad [1:]{for _ ,_fbdcb :=range _eaba ._gfb {_fggg (_fbdcb );};};return _dgae ;};func (_ceea *wordBag )depthRange (_aeeed ,_eagf int )[]int {var _dfb []int ;for _eegfd :=range _ceea ._ecfd {if _aeeed <=_eegfd &&_eegfd <=_eagf {_dfb =append (_dfb ,_eegfd ); +};};if len (_dfb )==0{return nil ;};_fd .Ints (_dfb );return _dfb ;};func (_eefeag rulingList )vertsHorzs ()(rulingList ,rulingList ){var _bbfbe ,_dcacc rulingList ;for _ ,_ecbbc :=range _eefeag {switch _ecbbc ._facdf {case _eeeae :_bbfbe =append (_bbfbe ,_ecbbc ); +case _geggc :_dcacc =append (_dcacc ,_ecbbc );};};return _bbfbe ,_dcacc ;};func _dcba (_cedd ,_fgegd _da .Point )bool {return _cedd .X ==_fgegd .X &&_cedd .Y ==_fgegd .Y };func (_acbg *shapesState )lastpointEstablished ()(_da .Point ,bool ){if _acbg ._cbeb {return _acbg ._dfca ,false ; +};_eaff :=len (_acbg ._fgdb );if _eaff > 0&&_acbg ._fgdb [_eaff -1]._dffd {return _acbg ._fgdb [_eaff -1].last (),false ;};return _da .Point {},true ;};var _agge *_df .Regexp =_df .MustCompile (_abcd +"\u007c"+_ebcdf );func _bacbe (_efcg []TextMark ,_fdbg *int ,_fafd string )[]TextMark {_gaeg :=_caaa ; +_gaeg .Text =_fafd ;return _fcef (_efcg ,_fdbg ,_gaeg );};func _dag (_gf []string ,_gab int ,_ec int ,_dde string ){for _edd :=_gab ;_edd < _ec ;_edd ++{_gf [_edd ]=_dde ;};};func (_ceca *textPara )writeText (_afcgb _f .Writer ){if _ceca ._cegg ==nil {_ceca .writeCellText (_afcgb ); +return ;};for _beegc :=0;_beegc < _ceca ._cegg ._cffff ;_beegc ++{for _gfaea :=0;_gfaea < _ceca ._cegg ._addag ;_gfaea ++{_agdag :=_ceca ._cegg .get (_gfaea ,_beegc );if _agdag ==nil {_afcgb .Write ([]byte ("\u0009"));}else {_bagcg (_agdag ._bbgab );_agdag .writeCellText (_afcgb ); +};_afcgb .Write ([]byte ("\u0020"));};if _beegc < _ceca ._cegg ._cffff -1{_afcgb .Write ([]byte ("\u000a"));};};};func (_cbbg *textPara )toTextMarks (_eaaf *int )[]TextMark {if _cbbg ._cegg ==nil {return _cbbg .toCellTextMarks (_eaaf );};var _eceb []TextMark ; +for _gccd :=0;_gccd < _cbbg ._cegg ._cffff ;_gccd ++{for _gdef :=0;_gdef < _cbbg ._cegg ._addag ;_gdef ++{_beea :=_cbbg ._cegg .get (_gdef ,_gccd );if _beea ==nil {_eceb =_bacbe (_eceb ,_eaaf ,"\u0009");}else {_gfec :=_beea .toCellTextMarks (_eaaf );_eceb =append (_eceb ,_gfec ...); +};_eceb =_bacbe (_eceb ,_eaaf ,"\u0020");};if _gccd < _cbbg ._cegg ._cffff -1{_eceb =_bacbe (_eceb ,_eaaf ,"\u000a");};};_aebbd :=_cbbg ._cegg ;if _aebbd .isExportable (){_bbfbd :=_aebbd .toTextTable ();_eceb =_egfd (_eceb ,&_bbfbd );};return _eceb ;}; -// TextTable represents a table. -// Cells are ordered top-to-bottom, left-to-right. -// Cells[y] is the (0-offset) y'th row in the table. -// Cells[y][x] is the (0-offset) x'th column in the table. -type TextTable struct{_bg .PdfRectangle ;W ,H int ;Cells [][]TableCell ;};func (_acdaf paraList )llyOrdering ()[]int {_bafg :=make ([]int ,len (_acdaf ));for _ceag :=range _acdaf {_bafg [_ceag ]=_ceag ;};_gd .SliceStable (_bafg ,func (_fdag ,_gaec int )bool {_bgde ,_gabg :=_bafg [_fdag ],_bafg [_gaec ]; -return _acdaf [_bgde ].Lly < _acdaf [_gabg ].Lly ;});return _bafg ;};func (_cagfb *textTable )getRight ()paraList {_dbgd :=make (paraList ,_cagfb ._egbbf );for _gedc :=0;_gedc < _cagfb ._egbbf ;_gedc ++{_fggd :=_cagfb .get (_cagfb ._ddcega -1,_gedc )._gbfc ; -if _fggd .taken (){return nil ;};_dbgd [_gedc ]=_fggd ;};for _eggd :=0;_eggd < _cagfb ._egbbf -1;_eggd ++{if _dbgd [_eggd ]._adef !=_dbgd [_eggd +1]{return nil ;};};return _dbgd ;};func (_gbbg *imageExtractContext )processOperand (_eed *_aed .ContentStreamOperation ,_ede _aed .GraphicsState ,_dbb *_bg .PdfPageResources )error {if _eed .Operand =="\u0042\u0049"&&len (_eed .Params )==1{_cf ,_cefd :=_eed .Params [0].(*_aed .ContentStreamInlineImage ); -if !_cefd {return nil ;};if _acb ,_befc :=_gbc .GetBoolVal (_cf .ImageMask );_befc {if _acb &&!_gbbg ._gfgg .IncludeInlineStencilMasks {return nil ;};};return _gbbg .extractInlineImage (_cf ,_ede ,_dbb );}else if _eed .Operand =="\u0044\u006f"&&len (_eed .Params )==1{_gdg ,_gcb :=_gbc .GetName (_eed .Params [0]); -if !_gcb {_b .Log .Debug ("E\u0052\u0052\u004f\u0052\u003a\u0020\u0054\u0079\u0070\u0065");return _gfg ;};_ ,_ega :=_dbb .GetXObjectByName (*_gdg );switch _ega {case _bg .XObjectTypeImage :return _gbbg .extractXObjectImage (_gdg ,_ede ,_dbb );case _bg .XObjectTypeForm :return _gbbg .extractFormImages (_gdg ,_ede ,_dbb ); -};}else if _gbbg ._ebe &&(_eed .Operand =="\u0073\u0063\u006e"||_eed .Operand =="\u0053\u0043\u004e")&&len (_eed .Params )==1{_abb ,_ffa :=_gbc .GetName (_eed .Params [0]);if !_ffa {_b .Log .Debug ("E\u0052\u0052\u004f\u0052\u003a\u0020\u0054\u0079\u0070\u0065"); -return _gfg ;};_acff ,_ffa :=_dbb .GetPatternByName (*_abb );if !_ffa {_b .Log .Debug ("\u0045R\u0052\u004f\u0052\u003a\u0020\u0050\u0061\u0074\u0074\u0065\u0072n\u0020\u006e\u006f\u0074\u0020\u0066\u006f\u0075\u006e\u0064");return nil ;};if _acff .IsTiling (){_gfef :=_acff .GetAsTilingPattern (); -_dgg ,_bbb :=_gfef .GetContentStream ();if _bbb !=nil {return _bbb ;};_bbb =_gbbg .extractContentStreamImages (string (_dgg ),_gfef .Resources );if _bbb !=nil {return _bbb ;};};}else if (_eed .Operand =="\u0063\u0073"||_eed .Operand =="\u0043\u0053")&&len (_eed .Params )>=1{_gbbg ._ebe =_eed .Params [0].String ()=="\u0050a\u0074\u0074\u0065\u0072\u006e"; -};return nil ;};const (_abdfb markKind =iota ;_gffff ;_aead ;_cccg ;);func (_edcef paraList )list ()[]*list {var _aecga []*textLine ;var _cdec []*textLine ;for _ ,_afdc :=range _edcef {_acee :=_afdc .getListLines ();_aecga =append (_aecga ,_acee ...);_cdec =append (_cdec ,_afdc ._gdc ...); -};_fcbd :=_bbf (_aecga );_fcfga :=_gfcea (_cdec ,_fcbd );return _fcfga ;};func _eaggd (_fcfea []*textWord ,_gggaf *textWord )[]*textWord {for _gfeef ,_begf :=range _fcfea {if _begf ==_gggaf {return _aaegg (_fcfea ,_gfeef );};};_b .Log .Error ("\u0072\u0065\u006d\u006f\u0076e\u0057\u006f\u0072\u0064\u003a\u0020\u0077\u006f\u0072\u0064\u0073\u0020\u0064o\u0065\u0073\u006e\u0027\u0074\u0020\u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0020\u0077\u006f\u0072\u0064\u003d\u0025\u0073",_gggaf ); -return nil ;}; -// String returns a description of `k`. -func (_gdbec rulingKind )String ()string {_ebeg ,_bgae :=_fcgbb [_gdbec ];if !_bgae {return _d .Sprintf ("\u004e\u006ft\u0020\u0061\u0020r\u0075\u006c\u0069\u006e\u0067\u003a\u0020\u0025\u0064",_gdbec );};return _ebeg ;};func _caed (_bgf int )bool {return (_bgf &1)!=0}; -func _adcg (_cbcd ,_agdg _bg .PdfRectangle )bool {return _degfb (_cbcd ,_agdg )&&_badd (_cbcd ,_agdg )}; +// ExtractPageText returns the text contents of `e` (an Extractor for a page) as a PageText. +// TODO(peterwilliams97): The stats complicate this function signature and aren't very useful. +// +// Replace with a function like Extract() (*PageText, error) +func (_cgbc *Extractor )ExtractPageText ()(*PageText ,int ,int ,error ){_cag ,_ccbb ,_bga ,_ceed :=_cgbc .extractPageText (_cgbc ._ddgf ,_cgbc ._eba ,_da .IdentityMatrix (),0,false );if _ceed !=nil &&_ceed !=_b .ErrColorOutOfRange {return nil ,0,0,_ceed ; +};if _cgbc ._ddde !=nil {_cag ._ddfd ._gabb =_cgbc ._ddde .UseSimplerExtractionProcess ;};_cag .computeViews ();_ceed =_bbeea (_cag );if _ceed !=nil {return nil ,0,0,_ceed ;};if _cgbc ._ddde !=nil {if _cgbc ._ddde .ApplyCropBox &&_cgbc ._fce !=nil {_cag .ApplyArea (*_cgbc ._fce ); +};_cag ._ddfd ._bfgf =_cgbc ._ddde .DisableDocumentTags ;};return _cag ,_ccbb ,_bga ,nil ;}; -// ApplyArea processes the page text only within the specified area `bbox`. -// Each time ApplyArea is called, it updates the result set in `pt`. -// Can be called multiple times in a row with different bounding boxes. -func (_afad *PageText )ApplyArea (bbox _bg .PdfRectangle ){_dacf :=make ([]*textMark ,0,len (_afad ._faba ));for _ ,_fbe :=range _afad ._faba {if _adcg (_fbe .bbox (),bbox ){_dacf =append (_dacf ,_fbe );};};var _cbc paraList ;_edbd :=len (_dacf );for _agfga :=0; -_agfga < 360&&_edbd > 0;_agfga +=90{_dabb :=make ([]*textMark ,0,len (_dacf )-_edbd );for _ ,_cfa :=range _dacf {if _cfa ._ecefa ==_agfga {_dabb =append (_dabb ,_cfa );};};if len (_dabb )> 0{_agcf :=_ffbe (_dabb ,_afad ._egdec ,nil ,nil ,_afad ._gfee ._ddcf ); -_cbc =append (_cbc ,_agcf ...);_edbd -=len (_dabb );};};_bede :=new (_aa .Buffer );_cbc .writeText (_bede );_afad ._bda =_bede .String ();_afad ._dcge =_cbc .toTextMarks ();_afad ._eedcg =_cbc .tables ();};func _cbee (_cgee ,_gdeb _bg .PdfRectangle )(_bg .PdfRectangle ,bool ){if !_adcg (_cgee ,_gdeb ){return _bg .PdfRectangle {},false ; -};return _bg .PdfRectangle {Llx :_bb .Max (_cgee .Llx ,_gdeb .Llx ),Urx :_bb .Min (_cgee .Urx ,_gdeb .Urx ),Lly :_bb .Max (_cgee .Lly ,_gdeb .Lly ),Ury :_bb .Min (_cgee .Ury ,_gdeb .Ury )},true ;};type lineRuling struct{_gadeg rulingKind ;_gfefg markKind ; -_ab .Color ;_abfed ,_fgcb _ef .Point ;};func (_aedea paraList )lines ()[]*textLine {var _dbfb []*textLine ;for _ ,_cfbf :=range _aedea {_dbfb =append (_dbfb ,_cfbf ._gdc ...);};return _dbfb ;};type textWord struct{_bg .PdfRectangle ;_ccee float64 ;_edac string ; -_ecdf []*textMark ;_dafae float64 ;_ggdce bool ;};func (_bbfc *textTable )log (_eegd string ){if !_eeeg {return ;};_b .Log .Info ("~\u007e\u007e\u0020\u0025\u0073\u003a \u0025\u0064\u0020\u0078\u0020\u0025d\u0020\u0067\u0072\u0069\u0064\u003d\u0025t\u000a\u0020\u0020\u0020\u0020\u0020\u0020\u0025\u0036\u002e2\u0066",_eegd ,_bbfc ._ddcega ,_bbfc ._egbbf ,_bbfc ._gfagc ,_bbfc .PdfRectangle ); -for _adacg :=0;_adacg < _bbfc ._egbbf ;_adacg ++{for _dffd :=0;_dffd < _bbfc ._ddcega ;_dffd ++{_dfffg :=_bbfc .get (_dffd ,_adacg );if _dfffg ==nil {continue ;};_d .Printf ("%\u0034\u0064\u0020\u00252d\u003a \u0025\u0036\u002e\u0032\u0066 \u0025\u0071\u0020\u0025\u0064\u000a",_dffd ,_adacg ,_dfffg .PdfRectangle ,_cfbg (_dfffg .text (),50),_a .RuneCountInString (_dfffg .text ())); -};};};type ruling struct{_gcafd rulingKind ;_cebe markKind ;_ab .Color ;_gbaff float64 ;_fabe float64 ;_ccba float64 ;_gcec float64 ;};func (_eeed *ruling )intersects (_abgeb *ruling )bool {_cagf :=(_eeed ._gcafd ==_cege &&_abgeb ._gcafd ==_bfcbd )||(_abgeb ._gcafd ==_cege &&_eeed ._gcafd ==_bfcbd ); -_agege :=func (_bgebb ,_aaga *ruling )bool {return _bgebb ._fabe -_beac <=_aaga ._gbaff &&_aaga ._gbaff <=_bgebb ._ccba +_beac ;};_deaf :=_agege (_eeed ,_abgeb );_fbfdd :=_agege (_abgeb ,_eeed );if _gfab {_d .Printf ("\u0020\u0020\u0020\u0020\u0069\u006e\u0074\u0065\u0072\u0073\u0065\u0063\u0074\u0073\u003a\u0020\u0020\u006fr\u0074\u0068\u006f\u0067\u006f\u006e\u0061l\u003d\u0025\u0074\u0020\u006f\u0031\u003d\u0025\u0074\u0020\u006f2\u003d\u0025\u0074\u0020\u2192\u0020\u0025\u0074\u000a"+"\u0020\u0020\u0020 \u0020\u0020\u0020\u0076\u003d\u0025\u0073\u000a"+" \u0020\u0020\u0020\u0020\u0020\u0077\u003d\u0025\u0073\u000a",_cagf ,_deaf ,_fbfdd ,_cagf &&_deaf &&_fbfdd ,_eeed ,_abgeb ); -};return _cagf &&_deaf &&_fbfdd ;};type wordBag struct{_bg .PdfRectangle ;_aced float64 ;_ecdb ,_ebfag rulingList ;_cfb float64 ;_cccf map[int ][]*textWord ;};var _abe =false ;func (_fadef lineRuling )asRuling ()(*ruling ,bool ){_bgee :=ruling {_gcafd :_fadef ._gadeg ,Color :_fadef .Color ,_cebe :_gffff }; -switch _fadef ._gadeg {case _cege :_bgee ._gbaff =_fadef .xMean ();_bgee ._fabe =_bb .Min (_fadef ._abfed .Y ,_fadef ._fgcb .Y );_bgee ._ccba =_bb .Max (_fadef ._abfed .Y ,_fadef ._fgcb .Y );case _bfcbd :_bgee ._gbaff =_fadef .yMean ();_bgee ._fabe =_bb .Min (_fadef ._abfed .X ,_fadef ._fgcb .X ); -_bgee ._ccba =_bb .Max (_fadef ._abfed .X ,_fadef ._fgcb .X );default:_b .Log .Error ("\u0062\u0061\u0064\u0020pr\u0069\u006d\u0061\u0072\u0079\u0020\u006b\u0069\u006e\u0064\u003d\u0025\u0064",_fadef ._gadeg );return nil ,false ;};return &_bgee ,true ; -};func _fccd (_fdg _bg .PdfRectangle )textState {return textState {_ffdc :100,_dge :RenderModeFill ,_bbd :_fdg };}; +// ExtractFonts returns all font information from the page extractor, including +// font name, font type, the raw data of the embedded font file (if embedded), font descriptor and more. +// +// The argument `previousPageFonts` is used when trying to build a complete font catalog for multiple pages or the entire document. +// The entries from `previousPageFonts` are added to the returned result unless already included in the page, i.e. no duplicate entries. +// +// NOTE: If previousPageFonts is nil, all fonts from the page will be returned. Use it when building up a full list of fonts for a document or page range. +func (_fe *Extractor )ExtractFonts (previousPageFonts *PageFonts )(*PageFonts ,error ){_adab :=PageFonts {};_fdbe :=_adab .extractPageResourcesToFont (_fe ._eba );if _fdbe !=nil {return nil ,_fdbe ;};if previousPageFonts !=nil {for _ ,_fgc :=range previousPageFonts .Fonts {if !_cac (_adab .Fonts ,_fgc .FontName ){_adab .Fonts =append (_adab .Fonts ,_fgc ); +};};};return &PageFonts {Fonts :_adab .Fonts },nil ;};func (_babe *wordBag )getDepthIdx (_bfec float64 )int {_gagd :=_babe .depthIndexes ();_edb :=_fdd (_bfec );if _edb < _gagd [0]{return _gagd [0];};if _edb > _gagd [len (_gagd )-1]{return _gagd [len (_gagd )-1]; +};return _edb ;};func (_bdbb rulingList )tidied (_cfdca string )rulingList {_geba :=_bdbb .removeDuplicates ();_geba .log ("\u0075n\u0069\u0071\u0075\u0065\u0073");_cgdfa :=_geba .snapToGroups ();if _cgdfa ==nil {return nil ;};_cgdfa .sort ();if _ccffg {_e .Log .Info ("\u0074\u0069\u0064i\u0065\u0064\u003a\u0020\u0025\u0071\u0020\u0076\u0065\u0063\u0073\u003d\u0025\u0064\u0020\u0075\u006e\u0069\u0071\u0075\u0065\u0073\u003d\u0025\u0064\u0020\u0063\u006f\u0061l\u0065\u0073\u0063\u0065\u0064\u003d\u0025\u0064",_cfdca ,len (_bdbb ),len (_geba ),len (_cgdfa )); +};_cgdfa .log ("\u0063o\u0061\u006c\u0065\u0073\u0063\u0065d");return _cgdfa ;};func (_agbcg paraList )findTables (_gagbf []gridTiling )[]*textTable {_agbcg .addNeighbours ();_fd .Slice (_agbcg ,func (_efdde ,_dgbe int )bool {return _cacef (_agbcg [_efdde ],_agbcg [_dgbe ])< 0}); +var _cffad []*textTable ;if _fcbff {_fgdgd :=_agbcg .findGridTables (_gagbf );_cffad =append (_cffad ,_fgdgd ...);};if _cabf {_ceecbd :=_agbcg .findTextTables ();_cffad =append (_cffad ,_ceecbd ...);};return _cffad ;};func (_afceg paraList )yNeighbours (_bbef float64 )map[*textPara ][]int {_faaed :=make ([]event ,2*len (_afceg )); +if _bbef ==0{for _aeabd ,_cgcg :=range _afceg {_faaed [2*_aeabd ]=event {_cgcg .Lly ,true ,_aeabd };_faaed [2*_aeabd +1]=event {_cgcg .Ury ,false ,_aeabd };};}else {for _fggdf ,_gbbca :=range _afceg {_faaed [2*_fggdf ]=event {_gbbca .Lly -_bbef *_gbbca .fontsize (),true ,_fggdf }; +_faaed [2*_fggdf +1]=event {_gbbca .Ury +_bbef *_gbbca .fontsize (),false ,_fggdf };};};return _afceg .eventNeighbours (_faaed );}; + +// RangeOffset returns the TextMarks in `ma` that overlap text[start:end] in the extracted text. +// These are tm: `start` <= tm.Offset + len(tm.Text) && tm.Offset < `end` where +// `start` and `end` are offsets in the extracted text. +// NOTE: TextMarks can contain multiple characters. e.g. "ffi" for the ffi ligature so the first and +// last elements of the returned TextMarkArray may only partially overlap text[start:end]. +func (_bbbdf *TextMarkArray )RangeOffset (start ,end int )(*TextMarkArray ,error ){if _bbbdf ==nil {return nil ,_ad .New ("\u006da\u003d\u003d\u006e\u0069\u006c");};if end < start {return nil ,_bf .Errorf ("\u0065\u006e\u0064\u0020\u003c\u0020\u0073\u0074\u0061\u0072\u0074\u002e\u0020\u0052\u0061n\u0067\u0065\u004f\u0066\u0066\u0073\u0065\u0074\u0020\u006e\u006f\u0074\u0020d\u0065\u0066\u0069\u006e\u0065\u0064\u002e\u0020\u0073\u0074\u0061\u0072t=\u0025\u0064\u0020\u0065\u006e\u0064\u003d\u0025\u0064\u0020",start ,end ); +};_eafb :=len (_bbbdf ._gaac );if _eafb ==0{return _bbbdf ,nil ;};if start < _bbbdf ._gaac [0].Offset {start =_bbbdf ._gaac [0].Offset ;};if end > _bbbdf ._gaac [_eafb -1].Offset +1{end =_bbbdf ._gaac [_eafb -1].Offset +1;};_ebcd :=_fd .Search (_eafb ,func (_ecf int )bool {return _bbbdf ._gaac [_ecf ].Offset +len (_bbbdf ._gaac [_ecf ].Text )-1>=start }); +if !(0<=_ebcd &&_ebcd < _eafb ){_aebd :=_bf .Errorf ("\u004f\u0075\u0074\u0020\u006f\u0066\u0020\u0072\u0061\u006e\u0067\u0065\u002e\u0020\u0073\u0074\u0061\u0072\u0074\u003d%\u0064\u0020\u0069\u0053\u0074\u0061\u0072\u0074\u003d\u0025\u0064\u0020\u006c\u0065\u006e\u003d\u0025\u0064\u000a\u0009\u0066\u0069\u0072\u0073\u0074\u003d\u0025\u0076\u000a\u0009 \u006c\u0061\u0073\u0074\u003d%\u0076",start ,_ebcd ,_eafb ,_bbbdf ._gaac [0],_bbbdf ._gaac [_eafb -1]); +return nil ,_aebd ;};_bagd :=_fd .Search (_eafb ,func (_cead int )bool {return _bbbdf ._gaac [_cead ].Offset > end -1});if !(0<=_bagd &&_bagd < _eafb ){_ggag :=_bf .Errorf ("\u004f\u0075\u0074\u0020\u006f\u0066\u0020r\u0061\u006e\u0067e\u002e\u0020\u0065n\u0064\u003d%\u0064\u0020\u0069\u0045\u006e\u0064=\u0025d \u006c\u0065\u006e\u003d\u0025\u0064\u000a\u0009\u0066\u0069\u0072\u0073\u0074\u003d\u0025\u0076\u000a\u0009\u0020\u006c\u0061\u0073\u0074\u003d\u0025\u0076",end ,_bagd ,_eafb ,_bbbdf ._gaac [0],_bbbdf ._gaac [_eafb -1]); +return nil ,_ggag ;};if _bagd <=_ebcd {return nil ,_bf .Errorf ("\u0069\u0045\u006e\u0064\u0020\u003c=\u0020\u0069\u0053\u0074\u0061\u0072\u0074\u003a\u0020\u0073\u0074\u0061\u0072\u0074\u003d\u0025\u0064\u0020\u0065\u006ed\u003d\u0025\u0064\u0020\u0069\u0053\u0074\u0061\u0072\u0074\u003d\u0025\u0064\u0020i\u0045n\u0064\u003d\u0025\u0064",start ,end ,_ebcd ,_bagd ); +};return &TextMarkArray {_gaac :_bbbdf ._gaac [_ebcd :_bagd ]},nil ;};func (_ddge *textObject )setTextLeading (_abfd float64 ){if _ddge ==nil {return ;};_ddge ._eef ._efda =_abfd ;};const _bbg =10; + +// TableInfo gets table information of the textmark `tm`. +func (_ffecg *TextMark )TableInfo ()(*TextTable ,[][]int ){if !_ffecg ._gdfc {return nil ,nil ;};_eda :=_ffecg ._baeg ;_egf :=_eda .getCellInfo (*_ffecg );return _eda ,_egf ;};func _fcagb (_fafe ,_fcbfc _ga .Image )_ga .Image {_baee ,_fbgccb :=_fcbfc .Bounds ().Size (),_fafe .Bounds ().Size (); +_dbaef ,_ffbbg :=_baee .X ,_baee .Y ;if _fbgccb .X > _dbaef {_dbaef =_fbgccb .X ;};if _fbgccb .Y > _ffbbg {_ffbbg =_fbgccb .Y ;};_bbdad :=_ga .Rect (0,0,_dbaef ,_ffbbg );if _baee .X !=_dbaef ||_baee .Y !=_ffbbg {_edgdg :=_ga .NewRGBA (_bbdad );_a .BiLinear .Scale (_edgdg ,_bbdad ,_fafe ,_fcbfc .Bounds (),_a .Over ,nil ); +_fcbfc =_edgdg ;};if _fbgccb .X !=_dbaef ||_fbgccb .Y !=_ffbbg {_eeac :=_ga .NewRGBA (_bbdad );_a .BiLinear .Scale (_eeac ,_bbdad ,_fafe ,_fafe .Bounds (),_a .Over ,nil );_fafe =_eeac ;};_edgceb :=_ga .NewRGBA (_bbdad );_a .DrawMask (_edgceb ,_bbdad ,_fafe ,_ga .Point {},_fcbfc ,_ga .Point {},_a .Over ); +return _edgceb ;};func (_adeb paraList )inTile (_accd gridTile )paraList {var _cbgbf paraList ;for _ ,_dcfbf :=range _adeb {if _accd .contains (_dcfbf .PdfRectangle ){_cbgbf =append (_cbgbf ,_dcfbf );};};if _aada {_bf .Printf ("\u0020 \u0020\u0069\u006e\u0054i\u006c\u0065\u003a\u0020\u0020%\u0073 \u0069n\u0073\u0069\u0064\u0065\u003d\u0025\u0064\n",_accd ,len (_cbgbf )); +for _fdcgc ,_ggdfg :=range _cbgbf {_bf .Printf ("\u0025\u0034\u0064\u003a\u0020\u0025\u0073\u000a",_fdcgc ,_ggdfg );};_bf .Println ("");};return _cbgbf ;}; // ExtractText processes and extracts all text data in content streams and returns as a string. // It takes into account character encodings in the PDF file, which are decoded by // CharcodeBytesToUnicode. // Characters that can't be decoded are replaced with MissingCodeRune ('\ufffd' = �). -func (_fbfbg *Extractor )ExtractText ()(string ,error ){_febg ,_ ,_ ,_cge :=_fbfbg .ExtractTextWithStats ();return _febg ,_cge ;};func _dbbdd (_aebf int ,_defa func (int ,int )bool )[]int {_dbdf :=make ([]int ,_aebf );for _adffb :=range _dbdf {_dbdf [_adffb ]=_adffb ; -};_gd .Slice (_dbdf ,func (_fbcf ,_fegdf int )bool {return _defa (_dbdf [_fbcf ],_dbdf [_fegdf ])});return _dbdf ;};func (_adea rulingList )mergePrimary ()float64 {_feffd :=_adea [0]._gbaff ;for _ ,_ccgf :=range _adea [1:]{_feffd +=_ccgf ._gbaff ;};return _feffd /float64 (len (_adea )); -};func _bbe (_dbg []string ,_gf int ,_eb string )int {_bgc :=_gf ;for ;_bgc < len (_dbg );_bgc ++{if _dbg [_bgc ]!=_eb {return _bgc ;};};return _bgc ;}; +func (_dbec *Extractor )ExtractText ()(string ,error ){_ffec ,_ ,_ ,_ccc :=_dbec .ExtractTextWithStats ();return _ffec ,_ccc ;};func _fcef (_fgcc []TextMark ,_edba *int ,_cgfb TextMark )[]TextMark {_cgfb .Offset =*_edba ;_fgcc =append (_fgcc ,_cgfb );*_edba +=len (_cgfb .Text ); +return _fgcc ;}; -// String returns a human readable description of `s`. -func (_dabc intSet )String ()string {var _gcbdb []int ;for _dbged :=range _dabc {if _dabc .has (_dbged ){_gcbdb =append (_gcbdb ,_dbged );};};_gd .Ints (_gcbdb );return _d .Sprintf ("\u0025\u002b\u0076",_gcbdb );};func (_aaab paraList )findTextTables ()[]*textTable {var _fbeaab []*textTable ; -for _ ,_cdfgb :=range _aaab {if _cdfgb .taken ()||_cdfgb .Width ()==0{continue ;};_bcecc :=_cdfgb .isAtom ();if _bcecc ==nil {continue ;};_bcecc .growTable ();if _bcecc ._ddcega *_bcecc ._egbbf < _cbea {continue ;};_bcecc .markCells ();_bcecc .log ("\u0067\u0072\u006fw\u006e"); -_fbeaab =append (_fbeaab ,_bcecc );};return _fbeaab ;};func (_beeg *textTable )markCells (){for _ggffb :=0;_ggffb < _beeg ._egbbf ;_ggffb ++{for _dcadf :=0;_dcadf < _beeg ._ddcega ;_dcadf ++{_fdbcg :=_beeg .get (_dcadf ,_ggffb );if _fdbcg !=nil {_fdbcg ._bfaab =true ; -};};};};func (_faea *textObject )reset (){_faea ._gbcf =_ef .IdentityMatrix ();_faea ._gbe =_ef .IdentityMatrix ();_faea ._gaa =nil ;};func _dceb (_cccgd float64 )bool {return _bb .Abs (_cccgd )< _egba };func (_becfd *wordBag )depthIndexes ()[]int {if len (_becfd ._cccf )==0{return nil ; -};_dae :=make ([]int ,len (_becfd ._cccf ));_bggd :=0;for _baae :=range _becfd ._cccf {_dae [_bggd ]=_baae ;_bggd ++;};_gd .Ints (_dae );return _dae ;};func (_gbfb *textObject )setHorizScaling (_ebg float64 ){if _gbfb ==nil {return ;};_gbfb ._egf ._ffdc =_ebg ; -};func _gacaa (_fgegg float64 )bool {return _bb .Abs (_fgegg )< _cfaf };func (_ggcbg paraList )applyTables (_cadb []*textTable )paraList {var _dafaf paraList ;for _ ,_caegd :=range _cadb {_dafaf =append (_dafaf ,_caegd .newTablePara ());};for _ ,_fffff :=range _ggcbg {if _fffff ._bfaab {continue ; -};_dafaf =append (_dafaf ,_fffff );};return _dafaf ;};func (_dacfc *shapesState )clearPath (){_dacfc ._dgdd =nil ;_dacfc ._aaba =false ;if _fbfd {_b .Log .Info ("\u0043\u004c\u0045A\u0052\u003a\u0020\u0073\u0073\u003d\u0025\u0073",_dacfc );};};func (_adbc *subpath )close (){if !_fedaf (_adbc ._agea [0],_adbc .last ()){_adbc .add (_adbc ._agea [0]); -};_adbc ._gdge =true ;_adbc .removeDuplicates ();}; +// ToTextMark returns the public view of `tm`. +func (_afbed *textMark )ToTextMark ()TextMark {return TextMark {Text :_afbed ._gddf ,Original :_afbed ._fcfce ,BBox :_afbed ._badbe ,Font :_afbed ._facf ,FontSize :_afbed ._dgfec ,FillColor :_afbed ._ebgb ,StrokeColor :_afbed ._eage ,Orientation :_afbed ._egba ,DirectObject :_afbed ._facd ,ObjString :_afbed ._ccffd ,Tw :_afbed .Tw ,Th :_afbed .Th ,Tc :_afbed ._dggd ,Index :_afbed ._bafde }; +};func (_edfd *wordBag )empty (_aegd int )bool {_ ,_aeab :=_edfd ._ecfd [_aegd ];return !_aeab };func (_dfefag gridTiling )log (_febfe string ){if !_gacae {return ;};_e .Log .Info ("\u0074i\u006ci\u006e\u0067\u003a\u0020\u0025d\u0020\u0078 \u0025\u0064\u0020\u0025\u0071",len (_dfefag ._aabgb ),len (_dfefag ._fdgd ),_febfe ); +_bf .Printf ("\u0020\u0020\u0020l\u006c\u0078\u003d\u0025\u002e\u0032\u0066\u000a",_dfefag ._aabgb );_bf .Printf ("\u0020\u0020\u0020l\u006c\u0079\u003d\u0025\u002e\u0032\u0066\u000a",_dfefag ._fdgd );for _dcbca ,_fafbg :=range _dfefag ._fdgd {_aabe ,_ccbe :=_dfefag ._caabf [_fafbg ]; +if !_ccbe {continue ;};_bf .Printf ("%\u0034\u0064\u003a\u0020\u0025\u0036\u002e\u0032\u0066\u000a",_dcbca ,_fafbg );for _ddgc ,_bfcbd :=range _dfefag ._aabgb {_babea ,_cfcd :=_aabe [_bfcbd ];if !_cfcd {continue ;};_bf .Printf ("\u0025\u0038\u0064\u003a\u0020\u0025\u0073\u000a",_ddgc ,_babea .String ()); +};};};func _egfd (_eafbfd []TextMark ,_bbcee *TextTable )[]TextMark {var _efef []TextMark ;for _ ,_fgeb :=range _eafbfd {_fgeb ._gdfc =true ;_fgeb ._baeg =_bbcee ;_efef =append (_efef ,_fgeb );};return _efef ;}; -// RenderMode specifies the text rendering mode (Tmode), which determines whether showing text shall cause -// glyph outlines to be stroked, filled, used as a clipping boundary, or some combination of the three. -// Stroking, filling, and clipping shall have the same effects for a text object as they do for a path object -// (see 8.5.3, "Path-Painting Operators" and 8.5.4, "Clipping Path Operators"). -type RenderMode int ;func (_cbbg rulingList )secMinMax ()(float64 ,float64 ){_afea ,_ffea :=_cbbg [0]._fabe ,_cbbg [0]._ccba ;for _ ,_dgcfc :=range _cbbg [1:]{if _dgcfc ._fabe < _afea {_afea =_dgcfc ._fabe ;};if _dgcfc ._ccba > _ffea {_ffea =_dgcfc ._ccba ; -};};return _afea ,_ffea ;};func (_bded rulingList )isActualGrid ()(rulingList ,bool ){_dagd ,_abae :=_bded .augmentGrid ();if !(len (_dagd )>=_fgbd +1&&len (_abae )>=_abfd +1){if _gfab {_b .Log .Info ("\u0069s\u0041\u0063t\u0075\u0061\u006c\u0047r\u0069\u0064\u003a \u004e\u006f\u0074\u0020\u0061\u006c\u0069\u0067\u006eed\u002e\u0020\u0025d\u0020\u0078 \u0025\u0064\u0020\u003c\u0020\u0025d\u0020\u0078 \u0025\u0064",len (_dagd ),len (_abae ),_fgbd +1,_abfd +1); -};return nil ,false ;};if _gfab {_b .Log .Info ("\u0069\u0073\u0041\u0063\u0074\u0075a\u006c\u0047\u0072\u0069\u0064\u003a\u0020\u0025\u0073\u0020\u003a\u0020\u0025t\u0020\u0026\u0020\u0025\u0074\u0020\u2192 \u0025\u0074",_bded ,len (_dagd )>=2,len (_abae )>=2,len (_dagd )>=2&&len (_abae )>=2); -for _gcbfe ,_ebdgg :=range _bded {_d .Printf ("\u0025\u0034\u0064\u003a\u0020\u0025\u0076\u000a",_gcbfe ,_ebdgg );};};if _gbbfa {_adaf ,_bgbf :=_dagd [0],_dagd [len (_dagd )-1];_babg ,_fedfe :=_abae [0],_abae [len (_abae )-1];if !(_dceb (_adaf ._gbaff -_babg ._fabe )&&_dceb (_bgbf ._gbaff -_babg ._ccba )&&_dceb (_babg ._gbaff -_adaf ._ccba )&&_dceb (_fedfe ._gbaff -_adaf ._fabe )){if _gfab {_b .Log .Info ("\u0069\u0073\u0041\u0063\u0074\u0075\u0061l\u0047\u0072\u0069d\u003a\u0020\u0020N\u006f\u0074 \u0061\u006c\u0069\u0067\u006e\u0065d\u002e\n\t\u0076\u0030\u003d\u0025\u0073\u000a\u0009\u0076\u0031\u003d\u0025\u0073\u000a\u0009\u0068\u0030\u003d\u0025\u0073\u000a\u0009\u0068\u0031\u003d\u0025\u0073",_adaf ,_bgbf ,_babg ,_fedfe ); -};return nil ,false ;};}else {if !_dagd .aligned (){if _bffed {_b .Log .Info ("i\u0073\u0041\u0063\u0074\u0075\u0061l\u0047\u0072\u0069\u0064\u003a\u0020N\u006f\u0074\u0020\u0061\u006c\u0069\u0067n\u0065\u0064\u0020\u0076\u0065\u0072\u0074\u0073\u002e\u0020%\u0064",len (_dagd )); -};return nil ,false ;};if !_abae .aligned (){if _gfab {_b .Log .Info ("i\u0073\u0041\u0063\u0074\u0075\u0061l\u0047\u0072\u0069\u0064\u003a\u0020N\u006f\u0074\u0020\u0061\u006c\u0069\u0067n\u0065\u0064\u0020\u0068\u006f\u0072\u007a\u0073\u002e\u0020%\u0064",len (_abae )); -};return nil ,false ;};};_fged :=append (_dagd ,_abae ...);return _fged ,true ;};func _bdge (_cfgcb string )(string ,bool ){_adcgf :=[]rune (_cfgcb );if len (_adcgf )!=1{return "",false ;};_dbef ,_gdce :=_geacg [_adcgf [0]];return _dbef ,_gdce ;}; +// Elements returns the TextMarks in `ma`. +func (_aafb *TextMarkArray )Elements ()[]TextMark {return _aafb ._gaac };func (_bfdbg rulingList )augmentGrid ()(rulingList ,rulingList ){_gagge ,_cagbf :=_bfdbg .vertsHorzs ();if len (_gagge )==0||len (_cagbf )==0{return _gagge ,_cagbf ;};_caea ,_fgeg :=_gagge ,_cagbf ; +_eaab :=_gagge .bbox ();_egag :=_cagbf .bbox ();if _ccffg {_e .Log .Info ("\u0061u\u0067\u006d\u0065\u006e\u0074\u0047\u0072\u0069\u0064\u003a\u0020b\u0062\u006f\u0078\u0056\u003d\u0025\u0036\u002e\u0032\u0066",_eaab );_e .Log .Info ("\u0061u\u0067\u006d\u0065\u006e\u0074\u0047\u0072\u0069\u0064\u003a\u0020b\u0062\u006f\u0078\u0048\u003d\u0025\u0036\u002e\u0032\u0066",_egag ); +};var _aefb ,_gbfga ,_caccc ,_cdffge *ruling ;if _egag .Llx < _eaab .Llx -_baaf {_aefb =&ruling {_bagdc :_ecdge ,_facdf :_eeeae ,_efadf :_egag .Llx ,_efbba :_eaab .Lly ,_daba :_eaab .Ury };_gagge =append (rulingList {_aefb },_gagge ...);};if _egag .Urx > _eaab .Urx +_baaf {_gbfga =&ruling {_bagdc :_ecdge ,_facdf :_eeeae ,_efadf :_egag .Urx ,_efbba :_eaab .Lly ,_daba :_eaab .Ury }; +_gagge =append (_gagge ,_gbfga );};if _eaab .Lly < _egag .Lly -_baaf {_caccc =&ruling {_bagdc :_ecdge ,_facdf :_geggc ,_efadf :_eaab .Lly ,_efbba :_egag .Llx ,_daba :_egag .Urx };_cagbf =append (rulingList {_caccc },_cagbf ...);};if _eaab .Ury > _egag .Ury +_baaf {_cdffge =&ruling {_bagdc :_ecdge ,_facdf :_geggc ,_efadf :_eaab .Ury ,_efbba :_egag .Llx ,_daba :_egag .Urx }; +_cagbf =append (_cagbf ,_cdffge );};if len (_gagge )+len (_cagbf )==len (_bfdbg ){return _caea ,_fgeg ;};_dacd :=append (_gagge ,_cagbf ...);_bfdbg .log ("u\u006e\u0061\u0075\u0067\u006d\u0065\u006e\u0074\u0065\u0064");_dacd .log ("\u0061u\u0067\u006d\u0065\u006e\u0074\u0065d"); +return _gagge ,_cagbf ;};func _egad (_cgbca ,_dgdgb *textPara )bool {if _cgbca ._cdcca ||_dgdgb ._cdcca {return true ;};return _dbfgf (_cgbca .depth ()-_dgdgb .depth ());};func _cecfa (_ddcea _ff .PdfObject ,_afeb _dd .Color )(_ga .Image ,error ){_ebggf ,_eafcb :=_ff .GetStream (_ddcea ); +if !_eafcb {return nil ,nil ;};_agbdd ,_fbcgd :=_b .NewXObjectImageFromStream (_ebggf );if _fbcgd !=nil {return nil ,_fbcgd ;};_deaef ,_fbcgd :=_agbdd .ToImage ();if _fbcgd !=nil {return nil ,_fbcgd ;};return _geec (_deaef ,_afeb ),nil ;};func _gaad (_dfeb *Extractor ,_aedc *_b .PdfPageResources ,_gafc _gd .GraphicsState ,_efb *textState ,_ebdg *stateStack )*textObject {return &textObject {_beec :_dfeb ,_cbgda :_aedc ,_fcbe :_gafc ,_cgdf :_ebdg ,_eef :_efb ,_cdffg :_da .IdentityMatrix (),_fea :_da .IdentityMatrix ()}; +};func _gfdc (_eedgb _ff .PdfObject ,_agfg _dd .Color )(_ga .Image ,error ){_abfg ,_ggadbg :=_ff .GetStream (_eedgb );if !_ggadbg {return nil ,nil ;};_gedb ,_dgbcg :=_b .NewXObjectImageFromStream (_abfg );if _dgbcg !=nil {return nil ,_dgbcg ;};_ggecb ,_dgbcg :=_gedb .ToImage (); +if _dgbcg !=nil {return nil ,_dgbcg ;};return _feabd (_ggecb ,_agfg ),nil ;};func _ccbed (_cfbgc ,_ffaa ,_ffcbf ,_gaegf *textPara )*textTable {_gbdda :=&textTable {_addag :2,_cffff :2,_egbgg :make (map[uint64 ]*textPara ,4)};_gbdda .put (0,0,_cfbgc );_gbdda .put (1,0,_ffaa ); +_gbdda .put (0,1,_ffcbf );_gbdda .put (1,1,_gaegf );return _gbdda ;};func (_cgae *textLine )toTextMarks (_dbadc *int )[]TextMark {var _ddeg []TextMark ;for _ ,_agdaf :=range _cgae ._edge {if _agdaf ._gcccd {_ddeg =_bacbe (_ddeg ,_dbadc ,"\u0020");};_bfgbe :=_agdaf .toTextMarks (_dbadc ); +_ddeg =append (_ddeg ,_bfgbe ...);};return _ddeg ;};type rulingList []*ruling ;func _dbfgf (_gfabf float64 )bool {return _ce .Abs (_gfabf )< _beeg };func _eadb (_dcec []TextMark ,_dfde *int )[]TextMark {_baafb :=_dcec [len (_dcec )-1];_adaba :=[]rune (_baafb .Text ); +if len (_adaba )==1{_dcec =_dcec [:len (_dcec )-1];_bdbe :=_dcec [len (_dcec )-1];*_dfde =_bdbe .Offset +len (_bdbe .Text );}else {_cbgb :=_ffag (_baafb .Text );*_dfde +=len (_cbgb )-len (_baafb .Text );_baafb .Text =_cbgb ;};return _dcec ;};func _fddag (_fgeba map[float64 ]map[float64 ]gridTile )[]float64 {_abcf :=make ([]float64 ,0,len (_fgeba )); +for _agbad :=range _fgeba {_abcf =append (_abcf ,_agbad );};_fd .Float64s (_abcf );_aedga :=len (_abcf );for _gdab :=0;_gdab < _aedga /2;_gdab ++{_abcf [_gdab ],_abcf [_aedga -1-_gdab ]=_abcf [_aedga -1-_gdab ],_abcf [_gdab ];};return _abcf ;};func (_dbad *wordBag )applyRemovals (_babg map[int ]map[*textWord ]struct{}){for _gdad ,_gdeg :=range _babg {if len (_gdeg )==0{continue ; +};_gfac :=_dbad ._ecfd [_gdad ];_egdf :=len (_gfac )-len (_gdeg );if _egdf ==0{delete (_dbad ._ecfd ,_gdad );continue ;};_ceecb :=make ([]*textWord ,_egdf );_agcf :=0;for _ ,_affc :=range _gfac {if _ ,_fded :=_gdeg [_affc ];!_fded {_ceecb [_agcf ]=_affc ; +_agcf ++;};};_dbad ._ecfd [_gdad ]=_ceecb ;};};func (_fafc *wordBag )minDepth ()float64 {return _fafc ._gdgea -(_fafc .Ury -_fafc ._dbfbe )};func (_adabb *wordBag )makeRemovals ()map[int ]map[*textWord ]struct{}{_cfdd :=make (map[int ]map[*textWord ]struct{},len (_adabb ._ecfd )); +for _gbfe :=range _adabb ._ecfd {_cfdd [_gbfe ]=make (map[*textWord ]struct{});};return _cfdd ;};func (_baff rectRuling )checkWidth (_effd ,_bdbfe float64 )(float64 ,bool ){_fbcd :=_bdbfe -_effd ;_efbec :=_fbcd <=_acgdd ;return _fbcd ,_efbec ;};func _cgb (_cd int )bool {return (_cd &1)==0}; +func (_bgce *textPara )toCellTextMarks (_ecab *int )[]TextMark {var _fbfdd []TextMark ;for _gdebc ,_eefd :=range _bgce ._bbgab {_gcdga :=_eefd .toTextMarks (_ecab );_adbae :=_cgaa &&_eefd .endsInHyphen ()&&_gdebc !=len (_bgce ._bbgab )-1;if _adbae {_gcdga =_eadb (_gcdga ,_ecab ); +};_fbfdd =append (_fbfdd ,_gcdga ...);if !(_adbae ||_gdebc ==len (_bgce ._bbgab )-1){_fbfdd =_bacbe (_fbfdd ,_ecab ,_dadac (_eefd ._dce ,_bgce ._bbgab [_gdebc +1]._dce ));};};return _fbfdd ;};func (_aade rulingList )merge ()*ruling {_bebg :=_aade [0]._efadf ; +_ecfde :=_aade [0]._efbba ;_bega :=_aade [0]._daba ;for _ ,_edffe :=range _aade [1:]{_bebg +=_edffe ._efadf ;if _edffe ._efbba < _ecfde {_ecfde =_edffe ._efbba ;};if _edffe ._daba > _bega {_bega =_edffe ._daba ;};};_dbgbcb :=&ruling {_facdf :_aade [0]._facdf ,_bagdc :_aade [0]._bagdc ,Color :_aade [0].Color ,_efadf :_bebg /float64 (len (_aade )),_efbba :_ecfde ,_daba :_bega }; +if _dcbc {_e .Log .Info ("\u006de\u0072g\u0065\u003a\u0020\u0025\u0032d\u0020\u0076e\u0063\u0073\u0020\u0025\u0073",len (_aade ),_dbgbcb );for _daee ,_dacg :=range _aade {_bf .Printf ("\u0025\u0034\u0064\u003a\u0020\u0025\u0073\u000a",_daee ,_dacg );}; +};return _dbgbcb ;};func (_ecbg *textObject )getFontDict (_begc string )(_fdcb _ff .PdfObject ,_bdc error ){_ecaf :=_ecbg ._cbgda ;if _ecaf ==nil {_e .Log .Debug ("g\u0065\u0074\u0046\u006f\u006e\u0074D\u0069\u0063\u0074\u002e\u0020\u004eo\u0020\u0072\u0065\u0073\u006f\u0075\u0072c\u0065\u0073\u002e\u0020\u006e\u0061\u006d\u0065\u003d\u0025#\u0071",_begc ); +return nil ,nil ;};_fdcb ,_ceag :=_ecaf .GetFontByName (_ff .PdfObjectName (_begc ));if !_ceag {_e .Log .Debug ("\u0045R\u0052\u004fR\u003a\u0020\u0067\u0065t\u0046\u006f\u006et\u0044\u0069\u0063\u0074\u003a\u0020\u0046\u006f\u006et \u006e\u006f\u0074 \u0066\u006fu\u006e\u0064\u003a\u0020\u006e\u0061m\u0065\u003d%\u0023\u0071",_begc ); +return nil ,_ad .New ("f\u006f\u006e\u0074\u0020no\u0074 \u0069\u006e\u0020\u0072\u0065s\u006f\u0075\u0072\u0063\u0065\u0073");};return _fdcb ,nil ;};var (_eddg =_ad .New ("\u0074\u0079p\u0065\u0020\u0063h\u0065\u0063\u006b\u0020\u0065\u0072\u0072\u006f\u0072"); +_gcg =_ad .New ("\u0072\u0061\u006e\u0067\u0065\u0020\u0063\u0068\u0065\u0063\u006b\u0020e\u0072\u0072\u006f\u0072");); -// Text gets the extracted text contained in `l`. -func (_ccfb *list )Text ()string {_ceba :=&_ge .Builder {};_gcaf :="";_ecaac (_ccfb ,_ceba ,&_gcaf );return _ceba .String ();};func (_eggde *textTable )subdivide ()*textTable {_eggde .logComposite ("\u0073u\u0062\u0064\u0069\u0076\u0069\u0064e");_edbb :=_eggde .compositeRowCorridors (); -_dbcba :=_eggde .compositeColCorridors ();if _eeeg {_b .Log .Info ("\u0073u\u0062\u0064i\u0076\u0069\u0064\u0065:\u000a\u0009\u0072o\u0077\u0043\u006f\u0072\u0072\u0069\u0064\u006f\u0072s=\u0025\u0073\u000a\t\u0063\u006fl\u0043\u006f\u0072\u0072\u0069\u0064o\u0072\u0073=\u0025\u0073",_faebg (_edbb ),_faebg (_dbcba )); -};if len (_edbb )==0||len (_dbcba )==0{return _eggde ;};_dfgba (_edbb );_dfgba (_dbcba );if _eeeg {_b .Log .Info ("\u0073\u0075\u0062\u0064\u0069\u0076\u0069\u0064\u0065\u0020\u0066\u0069\u0078\u0065\u0064\u003a\u000a\u0009r\u006f\u0077\u0043\u006f\u0072\u0072\u0069d\u006f\u0072\u0073\u003d\u0025\u0073\u000a\u0009\u0063\u006f\u006cC\u006f\u0072\u0072\u0069\u0064\u006f\u0072\u0073\u003d\u0025\u0073",_faebg (_edbb ),_faebg (_dbcba )); -};_fgebga ,_gbcd :=_ddgea (_eggde ._egbbf ,_edbb );_deea ,_bggba :=_ddgea (_eggde ._ddcega ,_dbcba );_degfca :=make (map[uint64 ]*textPara ,_bggba *_gbcd );_edecd :=&textTable {PdfRectangle :_eggde .PdfRectangle ,_gfagc :_eggde ._gfagc ,_egbbf :_gbcd ,_ddcega :_bggba ,_bcec :_degfca }; -if _eeeg {_b .Log .Info ("\u0073\u0075b\u0064\u0069\u0076\u0069\u0064\u0065\u003a\u0020\u0063\u006f\u006d\u0070\u006f\u0073\u0069\u0074\u0065\u0020\u003d\u0020\u0025\u0064\u0020\u0078\u0020\u0025\u0064\u0020\u0063\u0065\u006c\u006c\u0073\u003d\u0020\u0025\u0064\u0020\u0078\u0020\u0025\u0064\u000a"+"\u0009\u0072\u006f\u0077\u0043\u006f\u0072\u0072\u0069\u0064\u006f\u0072s\u003d\u0025\u0073\u000a"+"\u0009\u0063\u006f\u006c\u0043\u006f\u0072\u0072\u0069\u0064\u006f\u0072s\u003d\u0025\u0073\u000a"+"\u0009\u0079\u004f\u0066\u0066\u0073\u0065\u0074\u0073=\u0025\u002b\u0076\u000a"+"\u0009\u0078\u004f\u0066\u0066\u0073\u0065\u0074\u0073\u003d\u0025\u002b\u0076",_eggde ._ddcega ,_eggde ._egbbf ,_bggba ,_gbcd ,_faebg (_edbb ),_faebg (_dbcba ),_fgebga ,_deea ); -};for _egec :=0;_egec < _eggde ._egbbf ;_egec ++{_afgag :=_fgebga [_egec ];for _dada :=0;_dada < _eggde ._ddcega ;_dada ++{_dafdg :=_deea [_dada ];if _eeeg {_d .Printf ("\u0025\u0036\u0064\u002c %\u0032\u0064\u003a\u0020\u0078\u0030\u003d\u0025\u0064\u0020\u0079\u0030\u003d\u0025d\u000a",_dada ,_egec ,_dafdg ,_afgag ); -};_bfecg ,_aeeff :=_eggde ._fccfa [_caabd (_dada ,_egec )];if !_aeeff {continue ;};_daca :=_bfecg .split (_edbb [_egec ],_dbcba [_dada ]);for _bdeae :=0;_bdeae < _daca ._egbbf ;_bdeae ++{for _aeadd :=0;_aeadd < _daca ._ddcega ;_aeadd ++{_bgbc :=_daca .get (_aeadd ,_bdeae ); -_edecd .put (_dafdg +_aeadd ,_afgag +_bdeae ,_bgbc );if _eeeg {_d .Printf ("\u0025\u0038\u0064\u002c\u0020\u0025\u0032\u0064\u003a\u0020\u0025\u0073\u000a",_dafdg +_aeadd ,_afgag +_bdeae ,_bgbc );};};};};};return _edecd ;};func _cgdb (_efbeb []float64 ,_bbgb ,_gecff float64 )[]float64 {_gfefc ,_ccgff :=_bbgb ,_gecff ; -if _ccgff < _gfefc {_gfefc ,_ccgff =_ccgff ,_gfefc ;};_bcfeg :=make ([]float64 ,0,len (_efbeb )+2);_bcfeg =append (_bcfeg ,_bbgb );for _ ,_ecfbd :=range _efbeb {if _ecfbd <=_gfefc {continue ;}else if _ecfbd >=_ccgff {break ;};_bcfeg =append (_bcfeg ,_ecfbd ); -};_bcfeg =append (_bcfeg ,_gecff );return _bcfeg ;};func (_afed paraList )inTile (_dcea gridTile )paraList {var _effd paraList ;for _ ,_gddga :=range _afed {if _dcea .contains (_gddga .PdfRectangle ){_effd =append (_effd ,_gddga );};};if _eeeg {_d .Printf ("\u0020 \u0020\u0069\u006e\u0054i\u006c\u0065\u003a\u0020\u0020%\u0073 \u0069n\u0073\u0069\u0064\u0065\u003d\u0025\u0064\n",_dcea ,len (_effd )); -for _fdgda ,_ddca :=range _effd {_d .Printf ("\u0025\u0034\u0064\u003a\u0020\u0025\u0073\u000a",_fdgda ,_ddca );};_d .Println ("");};return _effd ;};type event struct{_abbcd float64 ;_dcgeb bool ;_bbeaga int ;}; +// Len returns the number of TextMarks in `ma`. +func (_ccbc *TextMarkArray )Len ()int {if _ccbc ==nil {return 0;};return len (_ccbc ._gaac );};func (_fgad rulingList )intersections ()map[int ]intSet {var _fefa ,_gcdgg []int ;for _cdec ,_abcbf :=range _fgad {switch _abcbf ._facdf {case _eeeae :_fefa =append (_fefa ,_cdec ); +case _geggc :_gcdgg =append (_gcdgg ,_cdec );};};if len (_fefa )< _dbee +1||len (_gcdgg )< _fbedf +1{return nil ;};if len (_fefa )+len (_gcdgg )> _bgfd {_e .Log .Debug ("\u0069\u006e\u0074\u0065\u0072\u0073e\u0063\u0074\u0069\u006f\u006e\u0073\u003a\u0020\u0054\u004f\u004f\u0020\u004d\u0041\u004e\u0059\u0020\u0072\u0075\u006ci\u006e\u0067\u0073\u0020\u0076\u0065\u0063\u0073\u003d\u0025\u0064\u0020\u003d\u0020%\u0064 \u0078\u0020\u0025\u0064",len (_fgad ),len (_fefa ),len (_gcdgg )); +return nil ;};_aeea :=make (map[int ]intSet ,len (_fefa )+len (_gcdgg ));for _ ,_eabfa :=range _fefa {for _ ,_gadfd :=range _gcdgg {if _fgad [_eabfa ].intersects (_fgad [_gadfd ]){if _ ,_adce :=_aeea [_eabfa ];!_adce {_aeea [_eabfa ]=make (intSet );};if _ ,_defec :=_aeea [_gadfd ]; +!_defec {_aeea [_gadfd ]=make (intSet );};_aeea [_eabfa ].add (_gadfd );_aeea [_gadfd ].add (_eabfa );};};};return _aeea ;};func _ccdb (_agfd map[float64 ]map[float64 ]gridTile )[]float64 {_gdgc :=make ([]float64 ,0,len (_agfd ));_gdega :=make (map[float64 ]struct{},len (_agfd )); +for _ ,_cbbbg :=range _agfd {for _effb :=range _cbbbg {if _ ,_eefa :=_gdega [_effb ];_eefa {continue ;};_gdgc =append (_gdgc ,_effb );_gdega [_effb ]=struct{}{};};};_fd .Float64s (_gdgc );return _gdgc ;};var _ebcdf string ="\u005e\u005b\u0061\u002d\u007a\u0041\u002dZ\u005d\u0028\u005c)\u007c\u005c\u002e)\u007c\u005e[\u005c\u0064\u005d\u002b\u0028\u005c)\u007c\\.\u0029\u007c\u005e\u005c\u0028\u005b\u0061\u002d\u007a\u0041\u002d\u005a\u005d\u005c\u0029\u007c\u005e\u005c\u0028\u005b\u005c\u0064\u005d\u002b\u005c\u0029"; +func (_gcdb *wordBag )scanBand (_dagf string ,_dcda *wordBag ,_gcgb func (_acfa *wordBag ,_dcdd *textWord )bool ,_cec ,_dfeae ,_deab float64 ,_baa ,_gae bool )int {_adagd :=_dcda ._dbfbe ;var _cgeb map[int ]map[*textWord ]struct{};if !_baa {_cgeb =_gcdb .makeRemovals (); +};_gcebe :=_dacc *_adagd ;_fgca :=0;for _ ,_agbc :=range _gcdb .depthBand (_cec -_gcebe ,_dfeae +_gcebe ){if len (_gcdb ._ecfd [_agbc ])==0{continue ;};for _ ,_cade :=range _gcdb ._ecfd [_agbc ]{if !(_cec -_gcebe <=_cade ._bagdd &&_cade ._bagdd <=_dfeae +_gcebe ){continue ; +};if !_gcgb (_dcda ,_cade ){continue ;};_bea :=2.0*_ce .Abs (_cade ._ecdce -_dcda ._dbfbe )/(_cade ._ecdce +_dcda ._dbfbe );_agac :=_ce .Max (_cade ._ecdce /_dcda ._dbfbe ,_dcda ._dbfbe /_cade ._ecdce );_dage :=_ce .Min (_bea ,_agac );if _deab > 0&&_dage > _deab {continue ; +};if _dcda .blocked (_cade ){continue ;};if !_baa {_dcda .pullWord (_cade ,_agbc ,_cgeb );};_fgca ++;if !_gae {if _cade ._bagdd < _cec {_cec =_cade ._bagdd ;};if _cade ._bagdd > _dfeae {_dfeae =_cade ._bagdd ;};};if _baa {break ;};};};if !_baa {_gcdb .applyRemovals (_cgeb ); +};return _fgca ;}; -// PageTextOptions holds various options available in extraction process. -type PageTextOptions struct{_abdc bool ;_ddcf bool ;};func (_eedcc *textTable )emptyCompositeRow (_adfe int )bool {for _edag :=0;_edag < _eedcc ._ddcega ;_edag ++{if _deag ,_bdga :=_eedcc ._fccfa [_caabd (_edag ,_adfe )];_bdga {if len (_deag .paraList )> 0{return false ; -};};};return true ;};func (_abda *subpath )makeRectRuling (_gdga _ab .Color )(*ruling ,bool ){if _bfgg {_b .Log .Info ("\u006d\u0061\u006beR\u0065\u0063\u0074\u0052\u0075\u006c\u0069\u006e\u0067\u003a\u0020\u0070\u0061\u0074\u0068\u003d\u0025\u0076",_abda ); -};_fecgc :=_abda ._agea [:4];_agbdf :=make (map[int ]rulingKind ,len (_fecgc ));for _ddggc ,_bcee :=range _fecgc {_fagg :=_abda ._agea [(_ddggc +1)%4];_agbdf [_ddggc ]=_caa (_bcee ,_fagg );if _bfgg {_d .Printf ("\u0025\u0034\u0064: \u0025\u0073\u0020\u003d\u0020\u0025\u0036\u002e\u0032\u0066\u0020\u002d\u0020\u0025\u0036\u002e\u0032\u0066",_ddggc ,_agbdf [_ddggc ],_bcee ,_fagg ); -};};if _bfgg {_d .Printf ("\u0020\u0020\u0020\u006b\u0069\u006e\u0064\u0073\u003d\u0025\u002b\u0076\u000a",_agbdf );};var _aegaf ,_fdfe []int ;for _agfd ,_gbefc :=range _agbdf {switch _gbefc {case _bfcbd :_fdfe =append (_fdfe ,_agfd );case _cege :_aegaf =append (_aegaf ,_agfd ); -};};if _bfgg {_d .Printf ("\u0020\u0020 \u0068\u006f\u0072z\u0073\u003d\u0025\u0064\u0020\u0025\u002b\u0076\u000a",len (_fdfe ),_fdfe );_d .Printf ("\u0020\u0020 \u0076\u0065\u0072t\u0073\u003d\u0025\u0064\u0020\u0025\u002b\u0076\u000a",len (_aegaf ),_aegaf ); -};_dbcb :=(len (_fdfe )==2&&len (_aegaf )==2)||(len (_fdfe )==2&&len (_aegaf )==0&&_bdef (_fecgc [_fdfe [0]],_fecgc [_fdfe [1]]))||(len (_aegaf )==2&&len (_fdfe )==0&&_dgcb (_fecgc [_aegaf [0]],_fecgc [_aegaf [1]]));if _bfgg {_d .Printf (" \u0020\u0020\u0068\u006f\u0072\u007as\u003d\u0025\u0064\u0020\u0076\u0065\u0072\u0074\u0073=\u0025\u0064\u0020o\u006b=\u0025\u0074\u000a",len (_fdfe ),len (_aegaf ),_dbcb ); -};if !_dbcb {if _bfgg {_b .Log .Error ("\u0021!\u006d\u0061\u006b\u0065R\u0065\u0063\u0074\u0052\u0075l\u0069n\u0067:\u0020\u0070\u0061\u0074\u0068\u003d\u0025v",_abda );_d .Printf (" \u0020\u0020\u0068\u006f\u0072\u007as\u003d\u0025\u0064\u0020\u0076\u0065\u0072\u0074\u0073=\u0025\u0064\u0020o\u006b=\u0025\u0074\u000a",len (_fdfe ),len (_aegaf ),_dbcb ); -};return &ruling {},false ;};if len (_aegaf )==0{for _acbg ,_fcba :=range _agbdf {if _fcba !=_bfcbd {_aegaf =append (_aegaf ,_acbg );};};};if len (_fdfe )==0{for _afdfg ,_ffdeg :=range _agbdf {if _ffdeg !=_cege {_fdfe =append (_fdfe ,_afdfg );};};};if _bfgg {_b .Log .Info ("\u006da\u006b\u0065R\u0065\u0063\u0074\u0052u\u006c\u0069\u006eg\u003a\u0020\u0068\u006f\u0072\u007a\u0073\u003d\u0025d \u0076\u0065\u0072t\u0073\u003d%\u0064\u0020\u0070\u006f\u0069\u006et\u0073\u003d%\u0064\u000a"+"\u0009\u0020\u0068o\u0072\u007a\u0073\u003d\u0025\u002b\u0076\u000a"+"\u0009\u0020\u0076e\u0072\u0074\u0073\u003d\u0025\u002b\u0076\u000a"+"\t\u0070\u006f\u0069\u006e\u0074\u0073\u003d\u0025\u002b\u0076",len (_fdfe ),len (_aegaf ),len (_fecgc ),_fdfe ,_aegaf ,_fecgc ); -};var _dcbb ,_acdaa ,_cgaa ,_facb _ef .Point ;if _fecgc [_fdfe [0]].Y > _fecgc [_fdfe [1]].Y {_cgaa ,_facb =_fecgc [_fdfe [0]],_fecgc [_fdfe [1]];}else {_cgaa ,_facb =_fecgc [_fdfe [1]],_fecgc [_fdfe [0]];};if _fecgc [_aegaf [0]].X > _fecgc [_aegaf [1]].X {_dcbb ,_acdaa =_fecgc [_aegaf [0]],_fecgc [_aegaf [1]]; -}else {_dcbb ,_acdaa =_fecgc [_aegaf [1]],_fecgc [_aegaf [0]];};_gbgd :=_bg .PdfRectangle {Llx :_dcbb .X ,Urx :_acdaa .X ,Lly :_facb .Y ,Ury :_cgaa .Y };if _gbgd .Llx > _gbgd .Urx {_gbgd .Llx ,_gbgd .Urx =_gbgd .Urx ,_gbgd .Llx ;};if _gbgd .Lly > _gbgd .Ury {_gbgd .Lly ,_gbgd .Ury =_gbgd .Ury ,_gbgd .Lly ; -};_ffdab :=rectRuling {PdfRectangle :_gbgd ,_acad :_cccae (_gbgd ),Color :_gdga };if _ffdab ._acad ==_bgeag {if _bfgg {_b .Log .Error ("\u006da\u006b\u0065\u0052\u0065\u0063\u0074\u0052\u0075\u006c\u0069\u006eg\u003a\u0020\u006b\u0069\u006e\u0064\u003d\u006e\u0069\u006c"); -};return nil ,false ;};_gcded ,_afbd :=_ffdab .asRuling ();if !_afbd {if _bfgg {_b .Log .Error ("\u006da\u006b\u0065\u0052\u0065c\u0074\u0052\u0075\u006c\u0069n\u0067:\u0020!\u0069\u0073\u0052\u0075\u006c\u0069\u006eg");};return nil ,false ;};if _gfab {_d .Printf ("\u0020\u0020\u0020\u0072\u003d\u0025\u0073\u000a",_gcded .String ()); -};return _gcded ,true ;};func (_faa *textObject )getFontDirect (_dgeb string )(*_bg .PdfFont ,error ){_agfb ,_fefa :=_faa .getFontDict (_dgeb );if _fefa !=nil {return nil ,_fefa ;};_dcff ,_fefa :=_bg .NewPdfFontFromPdfObject (_agfb );if _fefa !=nil {_b .Log .Debug ("\u0067\u0065\u0074\u0046\u006f\u006e\u0074\u0044\u0069\u0072\u0065\u0063\u0074\u003a\u0020\u004e\u0065\u0077Pd\u0066F\u006f\u006e\u0074\u0046\u0072\u006f\u006d\u0050\u0064\u0066\u004f\u0062j\u0065\u0063\u0074\u0020\u0066\u0061\u0069\u006c\u0065\u0064\u002e\u0020\u006e\u0061\u006d\u0065\u003d%\u0023\u0071\u0020\u0065\u0072\u0072\u003d\u0025\u0076",_dgeb ,_fefa ); -};return _dcff ,_fefa ;};func (_deec *textObject )setTextRise (_fbb float64 ){if _deec ==nil {return ;};_deec ._egf ._dbca =_fbb ;};func _fedaf (_gbbe ,_dcebd _ef .Point )bool {return _gbbe .X ==_dcebd .X &&_gbbe .Y ==_dcebd .Y };type rectRuling struct{_acad rulingKind ; -_dagc markKind ;_ab .Color ;_bg .PdfRectangle ;}; +// ExtractTextWithStats works like ExtractText but returns the number of characters in the output +// (`numChars`) and the number of characters that were not decoded (`numMisses`). +func (_bbbd *Extractor )ExtractTextWithStats ()(_cgc string ,_bdaf int ,_gff int ,_ega error ){_dfc ,_bdaf ,_gff ,_ega :=_bbbd .ExtractPageText ();if _ega !=nil {return "",_bdaf ,_gff ,_ega ;};return _dfc .Text (),_bdaf ,_gff ,nil ;};func (_bdfeeb *ruling )intersects (_bfdbf *ruling )bool {_efbbf :=(_bdfeeb ._facdf ==_eeeae &&_bfdbf ._facdf ==_geggc )||(_bfdbf ._facdf ==_eeeae &&_bdfeeb ._facdf ==_geggc ); +_bgdcd :=func (_beae ,_acdc *ruling )bool {return _beae ._efbba -_baaf <=_acdc ._efadf &&_acdc ._efadf <=_beae ._daba +_baaf ;};_aaegd :=_bgdcd (_bdfeeb ,_bfdbf );_befag :=_bgdcd (_bfdbf ,_bdfeeb );if _ccffg {_bf .Printf ("\u0020\u0020\u0020\u0020\u0069\u006e\u0074\u0065\u0072\u0073\u0065\u0063\u0074\u0073\u003a\u0020\u0020\u006fr\u0074\u0068\u006f\u0067\u006f\u006e\u0061l\u003d\u0025\u0074\u0020\u006f\u0031\u003d\u0025\u0074\u0020\u006f2\u003d\u0025\u0074\u0020\u2192\u0020\u0025\u0074\u000a"+"\u0020\u0020\u0020 \u0020\u0020\u0020\u0076\u003d\u0025\u0073\u000a"+" \u0020\u0020\u0020\u0020\u0020\u0077\u003d\u0025\u0073\u000a",_efbbf ,_aaegd ,_befag ,_efbbf &&_aaegd &&_befag ,_bdfeeb ,_bfdbf ); +};return _efbbf &&_aaegd &&_befag ;};func (_bbdae rulingList )asTiling ()gridTiling {if _gacae {_e .Log .Info ("r\u0075\u006ci\u006e\u0067\u004c\u0069\u0073\u0074\u002e\u0061\u0073\u0054\u0069\u006c\u0069\u006e\u0067\u003a\u0020\u0076\u0065\u0063s\u003d\u0025\u0064\u0020\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d=\u003d\u003d\u003d\u003d\u003d\u002b\u002b\u002b\u0020\u003d\u003d\u003d\u003d=\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d=\u003d",len (_bbdae )); +};for _dfdb ,_fabcc :=range _bbdae [1:]{_fbdccd :=_bbdae [_dfdb ];if _fbdccd .alignsPrimary (_fabcc )&&_fbdccd .alignsSec (_fabcc ){_e .Log .Error ("a\u0073\u0054\u0069\u006c\u0069\u006e\u0067\u003a\u0020\u0044\u0075\u0070\u006c\u0069\u0063\u0061\u0074\u0065 \u0072\u0075\u006c\u0069\u006e\u0067\u0073\u002e\u000a\u0009v=\u0025\u0073\u000a\t\u0077=\u0025\u0073",_fabcc ,_fbdccd ); +};};_bbdae .sortStrict ();_bbdae .log ("\u0073n\u0061\u0070\u0070\u0065\u0064");_accag ,_gabg :=_bbdae .vertsHorzs ();_bcge :=_accag .primaries ();_dded :=_gabg .primaries ();_debga :=len (_bcge )-1;_geeeg :=len (_dded )-1;if _debga ==0||_geeeg ==0{return gridTiling {}; +};_agbge :=_b .PdfRectangle {Llx :_bcge [0],Urx :_bcge [_debga ],Lly :_dded [0],Ury :_dded [_geeeg ]};if _gacae {_e .Log .Info ("\u0072\u0075l\u0069\u006e\u0067\u004c\u0069\u0073\u0074\u002e\u0061\u0073\u0054\u0069\u006c\u0069\u006e\u0067\u003a\u0020\u0076\u0065\u0072\u0074s=\u0025\u0064",len (_accag )); +for _gaegb ,_debbc :=range _accag {_bf .Printf ("\u0025\u0034\u0064\u003a\u0020\u0025\u0073\u000a",_gaegb ,_debbc );};_e .Log .Info ("\u0072\u0075l\u0069\u006e\u0067\u004c\u0069\u0073\u0074\u002e\u0061\u0073\u0054\u0069\u006c\u0069\u006e\u0067\u003a\u0020\u0068\u006f\u0072\u007as=\u0025\u0064",len (_gabg )); +for _bcaed ,_gdec :=range _gabg {_bf .Printf ("\u0025\u0034\u0064\u003a\u0020\u0025\u0073\u000a",_bcaed ,_gdec );};_e .Log .Info ("\u0072\u0075\u006c\u0069\u006eg\u004c\u0069\u0073\u0074\u002e\u0061\u0073\u0054\u0069\u006c\u0069\u006e\u0067:\u0020\u0020\u0077\u0078\u0068\u003d\u0025\u0064\u0078\u0025\u0064\u000a\u0009\u006c\u006c\u0078\u003d\u0025\u002e\u0032\u0066\u000a\u0009\u006c\u006c\u0079\u003d\u0025\u002e\u0032f",_debga ,_geeeg ,_bcge ,_dded ); +};_deea :=make ([]gridTile ,_debga *_geeeg );for _deda :=_geeeg -1;_deda >=0;_deda --{_aecc :=_dded [_deda ];_eacfc :=_dded [_deda +1];for _ecbf :=0;_ecbf < _debga ;_ecbf ++{_dcaff :=_bcge [_ecbf ];_edceb :=_bcge [_ecbf +1];_abddg :=_accag .findPrimSec (_dcaff ,_aecc ); +_ddccd :=_accag .findPrimSec (_edceb ,_aecc );_cfeda :=_gabg .findPrimSec (_aecc ,_dcaff );_fafde :=_gabg .findPrimSec (_eacfc ,_dcaff );_bcbfe :=_b .PdfRectangle {Llx :_dcaff ,Urx :_edceb ,Lly :_aecc ,Ury :_eacfc };_adfef :=_fgefe (_bcbfe ,_abddg ,_ddccd ,_cfeda ,_fafde ); +_deea [_deda *_debga +_ecbf ]=_adfef ;if _gacae {_bf .Printf ("\u0020\u0020\u0078\u003d\u0025\u0032\u0064\u0020\u0079\u003d\u0025\u0032\u0064\u003a\u0020%\u0073 \u0025\u0036\u002e\u0032\u0066\u0020\u0078\u0020\u0025\u0036\u002e\u0032\u0066\u000a",_ecbf ,_deda ,_adfef .String (),_adfef .Width (),_adfef .Height ()); +};};};if _gacae {_e .Log .Info ("r\u0075\u006c\u0069\u006e\u0067\u004c\u0069\u0073\u0074.\u0061\u0073\u0054\u0069\u006c\u0069\u006eg:\u0020\u0063\u006f\u0061l\u0065\u0073\u0063\u0065\u0020\u0068\u006f\u0072\u0069zo\u006e\u0074a\u006c\u002e\u0020\u0025\u0036\u002e\u0032\u0066",_agbge ); +};_gfbbg :=make ([]map[float64 ]gridTile ,_geeeg );for _geda :=_geeeg -1;_geda >=0;_geda --{if _gacae {_bf .Printf ("\u0020\u0020\u0079\u003d\u0025\u0032\u0064\u000a",_geda );};_gfbbg [_geda ]=make (map[float64 ]gridTile ,_debga );for _dbecg :=0;_dbecg < _debga ; +_dbecg ++{_fgaeb :=_deea [_geda *_debga +_dbecg ];if _gacae {_bf .Printf ("\u0020\u0020\u0025\u0034\u0064\u003a\u0020\u0025\u0073\u000a",_dbecg ,_fgaeb );};if !_fgaeb ._cfgg {continue ;};_cafa :=_dbecg ;for _dbef :=_dbecg +1;!_fgaeb ._bbed &&_dbef < _debga ; +_dbef ++{_egabf :=_deea [_geda *_debga +_dbef ];_fgaeb .Urx =_egabf .Urx ;_fgaeb ._fdde =_fgaeb ._fdde ||_egabf ._fdde ;_fgaeb ._cega =_fgaeb ._cega ||_egabf ._cega ;_fgaeb ._bbed =_egabf ._bbed ;if _gacae {_bf .Printf ("\u0020 \u0020%\u0034\u0064\u003a\u0020\u0025s\u0020\u2192 \u0025\u0073\u000a",_dbef ,_egabf ,_fgaeb ); +};_cafa =_dbef ;};if _gacae {_bf .Printf (" \u0020 \u0025\u0032\u0064\u0020\u002d\u0020\u0025\u0032d\u0020\u2192\u0020\u0025s\n",_dbecg ,_cafa ,_fgaeb );};_dbecg =_cafa ;_gfbbg [_geda ][_fgaeb .Llx ]=_fgaeb ;};};_cecfgc :=make (map[float64 ]map[float64 ]gridTile ,_geeeg ); +_ebafg :=make (map[float64 ]map[float64 ]struct{},_geeeg );for _ceegb :=_geeeg -1;_ceegb >=0;_ceegb --{_ccgde :=_deea [_ceegb *_debga ].Lly ;_cecfgc [_ccgde ]=make (map[float64 ]gridTile ,_debga );_ebafg [_ccgde ]=make (map[float64 ]struct{},_debga );}; +if _gacae {_e .Log .Info ("\u0072u\u006c\u0069n\u0067\u004c\u0069s\u0074\u002e\u0061\u0073\u0054\u0069\u006ci\u006e\u0067\u003a\u0020\u0063\u006fa\u006c\u0065\u0073\u0063\u0065\u0020\u0076\u0065\u0072\u0074\u0069c\u0061\u006c\u002e\u0020\u0025\u0036\u002e\u0032\u0066",_agbge ); +};for _cffaf :=_geeeg -1;_cffaf >=0;_cffaf --{_aegda :=_deea [_cffaf *_debga ].Lly ;_dgac :=_gfbbg [_cffaf ];if _gacae {_bf .Printf ("\u0020\u0020\u0079\u003d\u0025\u0032\u0064\u000a",_cffaf );};for _ ,_bcafc :=range _gdbe (_dgac ){if _ ,_ecfgd :=_ebafg [_aegda ][_bcafc ]; +_ecfgd {continue ;};_cdefb :=_dgac [_bcafc ];if _gacae {_bf .Printf (" \u0020\u0020\u0020\u0020\u0076\u0030\u003d\u0025\u0073\u000a",_cdefb .String ());};for _dgcf :=_cffaf -1;_dgcf >=0;_dgcf --{if _cdefb ._cega {break ;};_ggcee :=_gfbbg [_dgcf ];_ggdd ,_bcdd :=_ggcee [_bcafc ]; +if !_bcdd {break ;};if _ggdd .Urx !=_cdefb .Urx {break ;};_cdefb ._cega =_ggdd ._cega ;_cdefb .Lly =_ggdd .Lly ;if _gacae {_bf .Printf ("\u0020\u0020\u0020\u0020 \u0020\u0020\u0076\u003d\u0025\u0073\u0020\u0076\u0030\u003d\u0025\u0073\u000a",_ggdd .String (),_cdefb .String ()); +};_ebafg [_ggdd .Lly ][_ggdd .Llx ]=struct{}{};};if _cffaf ==0{_cdefb ._cega =true ;};if _cdefb .complete (){_cecfgc [_aegda ][_bcafc ]=_cdefb ;};};};_fcdfb :=gridTiling {PdfRectangle :_agbge ,_aabgb :_ccdb (_cecfgc ),_fdgd :_fddag (_cecfgc ),_caabf :_cecfgc }; +_fcdfb .log ("\u0043r\u0065\u0061\u0074\u0065\u0064");return _fcdfb ;};func _ecdg (_abgg bounded )float64 {return -_abgg .bbox ().Lly };func (_eacfe rulingList )mergePrimary ()float64 {_cadb :=_eacfe [0]._efadf ;for _ ,_ageaab :=range _eacfe [1:]{_cadb +=_ageaab ._efadf ; +};return _cadb /float64 (len (_eacfe ));};func (_gcde TextTable )getCellInfo (_dbgg TextMark )[][]int {for _ddccg ,_bbac :=range _gcde .Cells {for _aebfe :=range _bbac {_fgcf :=&_bbac [_aebfe ].Marks ;if _fgcf .exists (_dbgg ){return [][]int {{_ddccg },{_aebfe }}; +};};};return nil ;};func (_gabge intSet )has (_gdcee int )bool {_ ,_ggagce :=_gabge [_gdcee ];return _ggagce };func _dc (_ged []rune )BidiText {_ffe :=-1;_dga :=false ;_dgb :=true ;_fcc :=len (_ged );_geb :=make ([]string ,_fcc );_adf :=make ([]string ,_fcc ); +if _fcc ==0||_dga {return _bc (string (_ged ),_dgb ,_dga );};_gce :=0;for _bgg ,_gcf :=range _ged {_geb [_bgg ]=string (_gcf );_gde :="\u004c";if _gcf <=0x00ff{_gde =_be [_gcf ];}else if 0x0590<=_gcf &&_gcf <=0x05f4{_gde ="\u0052";}else if 0x0600<=_gcf &&_gcf <=0x06ff{_ea :=_gcf &0xff; +if int (_ea )>=len (_bb ){_e .Log .Debug ("\u0042\u0069\u0064\u0069\u003a\u0020\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0055n\u0069c\u006f\u0064\u0065\u0020\u0063\u0068\u0061\u0072\u0061\u0063\u0074\u0065\u0072\u0020"+string (_gcf ));};_gde =_bb [_gcf &0xff]; +}else if (0x0700<=_gcf &&_gcf <=0x08ac)||(0xfb50<=_gcf &&_gcf <=0xfdff)||(0xfe70<=_gcf &&_gcf <=0xfeff){_gde ="\u0041\u004c";};if _gde =="\u0052"||_gde =="\u0041\u004c"||_gde =="\u0041\u004e"{_gce ++;};_adf [_bgg ]=_gde ;};if _gce ==0{_dgb =true ;return _bc (string (_ged ),_dgb ,false ); +};if _ffe ==-1{if float64 (_gce )/float64 (_fcc )< 0.3&&_fcc > 4{_dgb =true ;_ffe =0;}else {_dgb =false ;_ffe =1;};};var _bbb []int ;for range _ged {_bbb =append (_bbb ,_ffe );};_ae :="\u004c";if _gg (_ffe ){_ae ="\u0052";};_ada :=_ae ;_dae :=_ada ;_fdb :=_ada ; +for _fcd :=range _ged {if _adf [_fcd ]=="\u004e\u0053\u004d"{_adf [_fcd ]=_fdb ;}else {_fdb =_adf [_fcd ];};};_fdb =_ada ;var _eae string ;for _de :=range _ged {_eae =_adf [_de ];if _eae =="\u0045\u004e"{if _fdb =="\u0041\u004c"{_adf [_de ]="\u0041\u004e"; +}else {_adf [_de ]="\u0045\u004e";};}else if _eae =="\u0052"||_eae =="\u004c"||_eae =="\u0041\u004c"{_fdb =_eae ;};};for _ceb :=range _ged {_dfg :=_adf [_ceb ];if _dfg =="\u0041\u004c"{_adf [_ceb ]="\u0052";};};for _cc :=1;_cc < (len (_ged )-1);_cc ++{if _adf [_cc ]=="\u0045\u0053"&&_adf [_cc -1]=="\u0045\u004e"&&_adf [_cc +1]=="\u0045\u004e"{_adf [_cc ]="\u0045\u004e"; +};if _adf [_cc ]=="\u0043\u0053"&&(_adf [_cc -1]=="\u0045\u004e"||_adf [_cc -1]=="\u0041\u004e")&&_adf [_cc +1]==_adf [_cc -1]{_adf [_cc ]=_adf [_cc -1];};};for _dbd :=range _ged {if _adf [_dbd ]=="\u0045\u004e"{for _adfg :=_dbd -1;_adfg >=0;_adfg --{if _adf [_adfg ]!="\u0045\u0054"{break ; +};_adf [_adfg ]="\u0045\u004e";};for _egc :=_dbd +1;_egc < _fcc ;_egc ++{if _adf [_egc ]!="\u0045\u0054"{break ;};_adf [_egc ]="\u0045\u004e";};};};for _deg :=range _ged {_ccd :=_adf [_deg ];if _ccd =="\u0057\u0053"||_ccd =="\u0045\u0053"||_ccd =="\u0045\u0054"||_ccd =="\u0043\u0053"{_adf [_deg ]="\u004f\u004e"; +};};_fdb ="\u0073\u006f\u0072";for _cb :=range _ged {_cdd :=_adf [_cb ];if _cdd =="\u0045\u004e"{if _fdb =="\u004c"{_adf [_cb ]="\u004c";}else {_adf [_cb ]="\u0045\u004e";};}else if _cdd =="\u0052"||_cdd =="\u004c"{_fdb =_cdd ;};};for _dba :=0;_dba < len (_ged ); +_dba ++{if _adf [_dba ]=="\u004f\u004e"{_cdg :=_gc (_adf ,_dba +1,"\u004f\u004e");_ee :=_dae ;if _dba > 0{_ee =_adf [_dba -1];};_cgg :=_dae ;if _cdg +1< _fcc {_cgg =_adf [_cdg +1];};if _ee !="\u004c"{_ee ="\u0052";};if _cgg !="\u004c"{_cgg ="\u0052";}; +if _ee ==_cgg {_dag (_adf ,_dba ,_cdg ,_ee );};_dba =_cdg -1;};};for _eab :=range _ged {if _adf [_eab ]=="\u004f\u004e"{_adf [_eab ]=_ae ;};};for _gee :=range _ged {_bd :=_adf [_gee ];if _cgb (_bbb [_gee ]){if _bd =="\u0052"{_bbb [_gee ]++;}else if _bd =="\u0041\u004e"||_bd =="\u0045\u004e"{_bbb [_gee ]+=2; +};}else if _bd =="\u004c"||_bd =="\u0041\u004e"||_bd =="\u0045\u004e"{_bbb [_gee ]++;};};_ac :=-1;_acf :=99;var _eb int ;for _ag :=0;_ag < len (_bbb );_ag ++{_eb =_bbb [_ag ];if _ac < _eb {_ac =_eb ;};if _acf > _eb &&_gg (_eb ){_acf =_eb ;};};for _fbf :=_ac ; +_fbf >=_acf ;_fbf --{_gea :=-1;for _dcf :=0;_dcf < len (_bbb );_dcf ++{if _bbb [_dcf ]< _fbf {if _gea >=0{_dgc (_geb ,_gea ,_dcf );_gea =-1;};}else if _gea < 0{_gea =_dcf ;};};if _gea >=0{_dgc (_geb ,_gea ,len (_bbb ));};};for _bdf :=0;_bdf < len (_geb ); +_bdf ++{_cbf :=_geb [_bdf ];if _cbf =="\u003c"||_cbf =="\u003e"{_geb [_bdf ]="";};};return _bc (_bfb .Join (_geb ,""),_dgb ,false );};func _aafaa (_eeaffd []compositeCell )[]float64 {var _cfeea []*textLine ;_egeb :=0;for _ ,_faecb :=range _eeaffd {_egeb +=len (_faecb .paraList ); +_cfeea =append (_cfeea ,_faecb .lines ()...);};_fd .Slice (_cfeea ,func (_bffc ,_afad int )bool {_fced ,_dagd :=_cfeea [_bffc ],_cfeea [_afad ];_dgaa ,_gegf :=_fced ._dce ,_dagd ._dce ;if !_dbfgf (_dgaa -_gegf ){return _dgaa < _gegf ;};return _fced .Llx < _dagd .Llx ; +});if _aada {_bf .Printf ("\u0020\u0020\u0020 r\u006f\u0077\u0042\u006f\u0072\u0064\u0065\u0072\u0073:\u0020%\u0064 \u0070a\u0072\u0061\u0073\u0020\u0025\u0064\u0020\u006c\u0069\u006e\u0065\u0073\u000a",_egeb ,len (_cfeea ));for _bgab ,_gaab :=range _cfeea {_bf .Printf ("\u0025\u0038\u0064\u003a\u0020\u0025\u0073\u000a",_bgab ,_gaab ); +};};var _eefc []float64 ;_aggda :=_cfeea [0];var _gcbb [][]*textLine ;_acadb :=[]*textLine {_aggda };for _fbcbgc ,_dbbcb :=range _cfeea [1:]{if _dbbcb .Ury < _aggda .Lly {_cccc :=0.5*(_dbbcb .Ury +_aggda .Lly );if _aada {_bf .Printf ("\u0025\u0034\u0064\u003a\u0020\u0025\u0036\u002e\u0032\u0066\u0020\u003c\u0020\u0025\u0036.\u0032f\u0020\u0062\u006f\u0072\u0064\u0065\u0072\u003d\u0025\u0036\u002e\u0032\u0066\u000a"+"\u0009\u0020\u0071\u003d\u0025\u0073\u000a\u0009\u0020p\u003d\u0025\u0073\u000a",_fbcbgc ,_dbbcb .Ury ,_aggda .Lly ,_cccc ,_aggda ,_dbbcb ); +};_eefc =append (_eefc ,_cccc );_gcbb =append (_gcbb ,_acadb );_acadb =nil ;};_acadb =append (_acadb ,_dbbcb );if _dbbcb .Lly < _aggda .Lly {_aggda =_dbbcb ;};};if len (_acadb )> 0{_gcbb =append (_gcbb ,_acadb );};if _aada {_bf .Printf (" \u0020\u0020\u0020\u0020\u0020\u0020 \u0072\u006f\u0077\u0043\u006f\u0072\u0072\u0069\u0064o\u0072\u0073\u003d%\u0036.\u0032\u0066\u000a",_eefc ); +};if _aada {_e .Log .Info ("\u0072\u006f\u0077\u003d\u0025\u0064",len (_eeaffd ));for _cefbc ,_dbebf :=range _eeaffd {_bf .Printf ("\u0025\u0034\u0064\u003a\u0020\u0025\u0073\u000a",_cefbc ,_dbebf );};_e .Log .Info ("\u0067r\u006f\u0075\u0070\u0073\u003d\u0025d",len (_gcbb )); +for _egeg ,_fgaeg :=range _gcbb {_bf .Printf ("\u0025\u0034\u0064\u003a\u0020\u0025\u0064\u000a",_egeg ,len (_fgaeg ));for _aafbg ,_dfdag :=range _fgaeg {_bf .Printf ("\u0025\u0038\u0064\u003a\u0020\u0025\u0073\u000a",_aafbg ,_dfdag );};};};_fcdaf :=true ; +for _cedcf ,_agca :=range _gcbb {_feec :=true ;for _dcbed ,_fgdcg :=range _eeaffd {if _aada {_bf .Printf ("\u0020\u0020\u0020\u007e\u007e\u007e\u0067\u0072\u006f\u0075\u0070\u0020\u0025\u0064\u0020\u006f\u0066\u0020\u0025\u0064\u0020\u0063\u0065\u006cl\u0020\u0025\u0064\u0020\u006ff\u0020\u0025d\u0020\u0025\u0073\u000a",_cedcf ,len (_gcbb ),_dcbed ,len (_eeaffd ),_fgdcg ); +};if !_fgdcg .hasLines (_agca ){if _aada {_bf .Printf ("\u0020\u0020\u0020\u0021\u0021\u0021\u0067\u0072\u006f\u0075\u0070\u0020\u0025d\u0020\u006f\u0066\u0020\u0025\u0064 \u0063\u0065\u006c\u006c\u0020\u0025\u0064\u0020\u006f\u0066\u0020\u0025\u0064 \u004f\u0055\u0054\u000a",_cedcf ,len (_gcbb ),_dcbed ,len (_eeaffd )); +};_feec =false ;break ;};};if !_feec {_fcdaf =false ;break ;};};if !_fcdaf {if _aada {_e .Log .Info ("\u0072\u006f\u0077\u0020\u0063o\u0072\u0072\u0069\u0064\u006f\u0072\u0073\u0020\u0064\u006f\u006e\u0027\u0074 \u0073\u0070\u0061\u006e\u0020\u0061\u006c\u006c\u0020\u0063\u0065\u006c\u006c\u0073\u0020\u0069\u006e\u0020\u0072\u006f\u0077\u002e\u0020\u0069\u0067\u006e\u006f\u0072\u0069\u006eg"); +};_eefc =nil ;};if _aada &&_eefc !=nil {_bf .Printf ("\u0020\u0020\u0020\u0020\u0020\u0020\u0020\u0020\u002a\u002a*\u0072\u006f\u0077\u0043\u006f\u0072\u0072i\u0064\u006f\u0072\u0073\u003d\u0025\u0036\u002e\u0032\u0066\u000a",_eefc );};return _eefc ;}; -// String returns a description of `l`. -func (_ddgf *textLine )String ()string {return _d .Sprintf ("\u0025\u002e2\u0066\u0020\u0025\u0036\u002e\u0032\u0066\u0020\u0066\u006f\u006e\u0074\u0073\u0069\u007a\u0065\u003d\u0025\u002e\u0032\u0066\u0020\"%\u0073\u0022",_ddgf ._ggfc ,_ddgf .PdfRectangle ,_ddgf ._gdbd ,_ddgf .text ()); -};func _caa (_decd ,_abag _ef .Point )rulingKind {_cdgd :=_bb .Abs (_decd .X -_abag .X );_gaddb :=_bb .Abs (_decd .Y -_abag .Y );return _fgebf (_cdgd ,_gaddb ,_baaee );};func (_cebc *textPara )depth ()float64 {if _cebc ._ecee {return -1.0;};if len (_cebc ._gdc )> 0{return _cebc ._gdc [0]._ggfc ; -};return _cebc ._cece .depth ();}; -// String returns a string describing `tm`. -func (_ddd TextMark )String ()string {_fbgc :=_ddd .BBox ;var _ggda string ;if _ddd .Font !=nil {_ggda =_ddd .Font .String ();if len (_ggda )> 50{_ggda =_ggda [:50]+"\u002e\u002e\u002e";};};var _eab string ;if _ddd .Meta {_eab ="\u0020\u002a\u004d\u002a"; -};return _d .Sprintf ("\u007b\u0054\u0065\u0078t\u004d\u0061\u0072\u006b\u003a\u0020\u0025\u0064\u0020%\u0071\u003d\u0025\u0030\u0032\u0078\u0020\u0028\u0025\u0036\u002e\u0032\u0066\u002c\u0020\u0025\u0036\u002e2\u0066\u0029\u0020\u0028\u00256\u002e\u0032\u0066\u002c\u0020\u0025\u0036\u002e\u0032\u0066\u0029\u0020\u0025\u0073\u0025\u0073\u007d",_ddd .Offset ,_ddd .Text ,[]rune (_ddd .Text ),_fbgc .Llx ,_fbgc .Lly ,_fbgc .Urx ,_fbgc .Ury ,_ggda ,_eab ); -};func (_bbeda paraList )llyRange (_fgef []int ,_bfbf ,_gcgg float64 )[]int {_debe :=len (_bbeda );if _gcgg < _bbeda [_fgef [0]].Lly ||_bfbf > _bbeda [_fgef [_debe -1]].Lly {return nil ;};_aefe :=_gd .Search (_debe ,func (_ceegd int )bool {return _bbeda [_fgef [_ceegd ]].Lly >=_bfbf }); -_bebd :=_gd .Search (_debe ,func (_agbf int )bool {return _bbeda [_fgef [_agbf ]].Lly > _gcgg });return _fgef [_aefe :_bebd ];}; +// Text returns the extracted page text. +func (_agf PageText )Text ()string {return _agf ._ceef };func (_baca *structTreeRoot )parseStructTreeRoot (_dced _ff .PdfObject ){if _dced !=nil {_bfff ,_degea :=_ff .GetDict (_dced );if !_degea {_e .Log .Debug ("\u0070\u0061\u0072s\u0065\u0053\u0074\u0072\u0075\u0063\u0074\u0054\u0072\u0065\u0065\u0052\u006f\u006f\u0074\u003a\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u0020\u006eo\u0074\u0020\u0066\u006f\u0075\u006e\u0064\u002e"); +};K :=_bfff .Get ("\u004b");_acgf :=_bfff .Get ("\u0054\u0079\u0070\u0065").String ();var _dgfeg *_ff .PdfObjectArray ;switch _gfce :=K .(type ){case *_ff .PdfObjectArray :_dgfeg =_gfce ;case *_ff .PdfObjectReference :_dgfeg =_ff .MakeArray (K );};_dafc :=[]structElement {}; +for _ ,_dacfa :=range _dgfeg .Elements (){_fefc :=&structElement {};_fefc .parseStructElement (_dacfa );_dafc =append (_dafc ,*_fefc );};_baca ._addd =_dafc ;_baca ._fedg =_acgf ;};};func (_cgca gridTile )complete ()bool {return _cgca .numBorders ()==4}; +func (_egbbb *textWord )absorb (_ggbe *textWord ){_egbbb .PdfRectangle =_badbb (_egbbb .PdfRectangle ,_ggbe .PdfRectangle );_egbbb ._bggbb =append (_egbbb ._bggbb ,_ggbe ._bggbb ...);};var _caaa =TextMark {Text :"\u005b\u0058\u005d",Original :"\u0020",Meta :true ,FillColor :_dd .White ,StrokeColor :_dd .White }; -// ImageExtractOptions contains options for controlling image extraction from -// PDF pages. -type ImageExtractOptions struct{IncludeInlineStencilMasks bool ;};func (_adfgf *textPara )toCellTextMarks (_gffed *int )[]TextMark {var _gbgef []TextMark ;for _gccf ,_ebfc :=range _adfgf ._gdc {_eagdb :=_ebfc .toTextMarks (_gffed );_fedfc :=_degfc &&_ebfc .endsInHyphen ()&&_gccf !=len (_adfgf ._gdc )-1; -if _fedfc {_eagdb =_cdaae (_eagdb ,_gffed );};_gbgef =append (_gbgef ,_eagdb ...);if !(_fedfc ||_gccf ==len (_adfgf ._gdc )-1){_gbgef =_eaagb (_gbgef ,_gffed ,_afbff (_ebfc ._ggfc ,_adfgf ._gdc [_gccf +1]._ggfc ));};};return _gbgef ;};func (_afeg *textTable )reduceTiling (_bfca gridTiling ,_cfdec float64 )*textTable {_dgcd :=make ([]int ,0,_afeg ._egbbf ); -_dcdaed :=make ([]int ,0,_afeg ._ddcega );_gbff :=_bfca ._cdfg ;_gbcde :=_bfca ._fgcd ;for _ecdg :=0;_ecdg < _afeg ._egbbf ;_ecdg ++{_bbgcf :=_ecdg > 0&&_bb .Abs (_gbcde [_ecdg -1]-_gbcde [_ecdg ])< _cfdec &&_afeg .emptyCompositeRow (_ecdg );if !_bbgcf {_dgcd =append (_dgcd ,_ecdg ); -};};for _bedfc :=0;_bedfc < _afeg ._ddcega ;_bedfc ++{_bdeab :=_bedfc < _afeg ._ddcega -1&&_bb .Abs (_gbff [_bedfc +1]-_gbff [_bedfc ])< _cfdec &&_afeg .emptyCompositeColumn (_bedfc );if !_bdeab {_dcdaed =append (_dcdaed ,_bedfc );};};if len (_dgcd )==_afeg ._egbbf &&len (_dcdaed )==_afeg ._ddcega {return _afeg ; -};_decae :=textTable {_gfagc :_afeg ._gfagc ,_ddcega :len (_dcdaed ),_egbbf :len (_dgcd ),_fccfa :make (map[uint64 ]compositeCell ,len (_dcdaed )*len (_dgcd ))};if _eeeg {_b .Log .Info ("\u0072\u0065\u0064\u0075c\u0065\u0054\u0069\u006c\u0069\u006e\u0067\u003a\u0020\u0025d\u0078%\u0064\u0020\u002d\u003e\u0020\u0025\u0064x\u0025\u0064",_afeg ._ddcega ,_afeg ._egbbf ,len (_dcdaed ),len (_dgcd )); -_b .Log .Info ("\u0072\u0065d\u0075\u0063\u0065d\u0043\u006f\u006c\u0073\u003a\u0020\u0025\u002b\u0076",_dcdaed );_b .Log .Info ("\u0072\u0065d\u0075\u0063\u0065d\u0052\u006f\u0077\u0073\u003a\u0020\u0025\u002b\u0076",_dgcd );};for _gbfga ,_efaba :=range _dgcd {for _gffgf ,_ffafd :=range _dcdaed {_affbb ,_becb :=_afeg .getComposite (_ffafd ,_efaba ); -if len (_affbb )==0{continue ;};if _eeeg {_d .Printf ("\u0020 \u0025\u0032\u0064\u002c \u0025\u0032\u0064\u0020\u0028%\u0032d\u002c \u0025\u0032\u0064\u0029\u0020\u0025\u0071\n",_gffgf ,_gbfga ,_ffafd ,_efaba ,_cfbg (_affbb .merge ().text (),50));};_decae .putComposite (_gffgf ,_gbfga ,_affbb ,_becb ); -};};return &_decae ;};func _gafde (_cabaf _bg .PdfRectangle ,_fffg bounded )float64 {return _cabaf .Ury -_fffg .bbox ().Lly };func _ecaac (_bcaef *list ,_bbed *_ge .Builder ,_cbef *string ){_cddc :=_efee (_bcaef ,_cbef );_bbed .WriteString (_cddc );for _ ,_ggfe :=range _bcaef ._bdfaa {_dabe :=*_cbef +"\u0020\u0020\u0020"; -_ecaac (_ggfe ,_bbed ,&_dabe );};};func _fbbag (_cgdbg _bg .PdfColorspace ,_affa _bg .PdfColor )_ab .Color {if _cgdbg ==nil ||_affa ==nil {return _ab .Black ;};_adfbe ,_effe :=_cgdbg .ColorToRGB (_affa );if _effe !=nil {_b .Log .Debug ("\u0057\u0041\u0052\u004e\u003a\u0020\u0063\u006fu\u006c\u0064\u0020no\u0074\u0020\u0063\u006f\u006e\u0076e\u0072\u0074\u0020\u0063\u006f\u006c\u006f\u0072\u0020\u0025\u0076\u0020\u0028\u0025\u0076)\u0020\u0074\u006f\u0020\u0052\u0047\u0042\u003a \u0025\u0073",_affa ,_cgdbg ,_effe ); -return _ab .Black ;};_bgdb ,_fbfbb :=_adfbe .(*_bg .PdfColorDeviceRGB );if !_fbfbb {_b .Log .Debug ("\u0057\u0041\u0052\u004e\u003a\u0020\u0063\u006f\u006e\u0076\u0065\u0072\u0074\u0065\u0064 \u0063\u006f\u006c\u006f\u0072\u0020\u0069\u0073\u0020\u006e\u006f\u0074\u0020i\u006e\u0020\u0074\u0068\u0065\u0020\u0052\u0047\u0042\u0020\u0063\u006flo\u0072\u0073\u0070\u0061\u0063\u0065\u003a\u0020\u0025\u0076",_adfbe ); -return _ab .Black ;};return _ab .NRGBA {R :uint8 (_bgdb .R ()*255),G :uint8 (_bgdb .G ()*255),B :uint8 (_bgdb .B ()*255),A :uint8 (255)};};func _daac (_acfg []TextMark ,_fdcf *TextTable )[]TextMark {var _ddef []TextMark ;for _ ,_cebb :=range _acfg {_cebb ._fafb =true ; -_cebb ._aeaf =_fdcf ;_ddef =append (_ddef ,_cebb );};return _ddef ;};func (_cgae *shapesState )fill (_ebbe *[]pathSection ){_ebag :=pathSection {_cdc :_cgae ._dgdd ,Color :_cgae ._eadd .getFillColor ()};*_ebbe =append (*_ebbe ,_ebag );if _gfab {_agcb :=_ebag .bbox (); -_d .Printf ("\u0020 \u0020\u0020\u0046\u0049\u004c\u004c\u003a %\u0032\u0064\u0020\u0066\u0069\u006c\u006c\u0073\u0020\u0028\u0025\u0064\u0020\u006ee\u0077\u0029 \u0073\u0073\u003d%\u0073\u0020\u0063\u006f\u006c\u006f\u0072\u003d\u0025\u0033\u0076\u0020\u0025\u0036\u002e\u0032f\u003d\u00256.\u0032\u0066\u0078%\u0036\u002e\u0032\u0066\u000a",len (*_ebbe ),len (_ebag ._cdc ),_cgae ,_ebag .Color ,_agcb ,_agcb .Width (),_agcb .Height ()); -if _fafd {for _bcbe ,_gccb :=range _ebag ._cdc {_d .Printf ("\u0025\u0038\u0064\u003a\u0020\u0025\u0073\u000a",_bcbe ,_gccb );if _bcbe ==10{break ;};};};};};const (RenderModeStroke RenderMode =1< _ffbc ._ggfc {if _bb .Round (_ffcba .Llx )>=_bb .Round (_ffbc .Llx ){_febeg =_ffcba ._ggfc ;}else {break ; -};};};return _febeg ;};func (_bddaf paraList )writeText (_gcdeb _e .Writer ){for _gegcg ,_bfaa :=range _bddaf {if _bfaa ._ecee {continue ;};_bfaa .writeText (_gcdeb );if _gegcg !=len (_bddaf )-1{if _baagc (_bfaa ,_bddaf [_gegcg +1]){_gcdeb .Write ([]byte ("\u0020")); -}else {_gcdeb .Write ([]byte ("\u000a"));_gcdeb .Write ([]byte ("\u000a"));};};};_gcdeb .Write ([]byte ("\u000a"));_gcdeb .Write ([]byte ("\u000a"));};func _fefe (_eafd _bg .PdfRectangle ,_fgcf ,_gegfd ,_dbdbe ,_gebf *ruling )gridTile {_ffddg :=_eafd .Llx ; -_eafef :=_eafd .Urx ;_cefg :=_eafd .Lly ;_eaeb :=_eafd .Ury ;return gridTile {PdfRectangle :_eafd ,_acef :_fgcf !=nil &&_fgcf .encloses (_cefg ,_eaeb ),_bgdga :_gegfd !=nil &&_gegfd .encloses (_cefg ,_eaeb ),_dbbba :_dbdbe !=nil &&_dbdbe .encloses (_ffddg ,_eafef ),_acffg :_gebf !=nil &&_gebf .encloses (_ffddg ,_eafef )}; -};func (_fbef paraList )sortTopoOrder (){_cacbb :=_fbef .topoOrder ();_fbef .reorder (_cacbb )};func (_caee *textWord )bbox ()_bg .PdfRectangle {return _caee .PdfRectangle }; -// Font represents the font properties on a PDF page. -type Font struct{PdfFont *_bg .PdfFont ; +// String returns a string descibing `i`. +func (_fggd gridTile )String ()string {_ebfcb :=func (_ebcg bool ,_ffbfc string )string {if _ebcg {return _ffbfc ;};return "\u005f";};return _bf .Sprintf ("\u00256\u002e2\u0066\u0020\u0025\u0031\u0073%\u0031\u0073%\u0031\u0073\u0025\u0031\u0073",_fggd .PdfRectangle ,_ebfcb (_fggd ._cfgg ,"\u004c"),_ebfcb (_fggd ._bbed ,"\u0052"),_ebfcb (_fggd ._cega ,"\u0042"),_ebfcb (_fggd ._fdde ,"\u0054")); +};func (_beecg *shapesState )closePath (){if _beecg ._cbeb {_beecg ._fgdb =append (_beecg ._fgdb ,_agfc (_beecg ._dfca ));_beecg ._cbeb =false ;}else if len (_beecg ._fgdb )==0{if _gegd {_e .Log .Debug ("\u0063\u006c\u006f\u0073eP\u0061\u0074\u0068\u0020\u0077\u0069\u0074\u0068\u0020\u006e\u006f\u0020\u0070\u0061t\u0068"); +};_beecg ._cbeb =false ;return ;};_beecg ._fgdb [len (_beecg ._fgdb )-1].close ();if _gegd {_e .Log .Info ("\u0063\u006c\u006f\u0073\u0065\u0050\u0061\u0074\u0068\u003a\u0020\u0025\u0073",_beecg );};};var _aeccb =_df .MustCompile ("\u005e\u005c\u0073\u002a\u0028\u005c\u0064\u002b\u005c\u002e\u003f|\u005b\u0049\u0069\u0076\u005d\u002b\u0029\u005c\u0073\u002a\\\u0029\u003f\u0024"); +func (_aabd *textTable )depth ()float64 {_feee :=1e10;for _eeaa :=0;_eeaa < _aabd ._addag ;_eeaa ++{_aaeae :=_aabd .get (_eeaa ,0);if _aaeae ==nil ||_aaeae ._cdcca {continue ;};_feee =_ce .Min (_feee ,_aaeae .depth ());};return _feee ;}; -// FontName represents Font Name from font properties. -FontName string ; +// RenderMode specifies the text rendering mode (Tmode), which determines whether showing text shall cause +// glyph outlines to be stroked, filled, used as a clipping boundary, or some combination of the three. +// Stroking, filling, and clipping shall have the same effects for a text object as they do for a path object +// (see 8.5.3, "Path-Painting Operators" and 8.5.4, "Clipping Path Operators"). +type RenderMode int ;func (_gbfd *wordBag )maxDepth ()float64 {return _gbfd ._gdgea -_gbfd .Lly };type textPara struct{_b .PdfRectangle ;_cdcbd _b .PdfRectangle ;_bbgab []*textLine ;_cegg *textTable ;_cdaad bool ;_cdcca bool ;_ebff *textPara ;_abbb *textPara ; +_cfbb *textPara ;_dabf *textPara ;_aaeee []list ;};func (_abce *shapesState )establishSubpath ()*subpath {_dcfc ,_bcgb :=_abce .lastpointEstablished ();if !_bcgb {_abce ._fgdb =append (_abce ._fgdb ,_agfc (_dcfc ));};if len (_abce ._fgdb )==0{return nil ; +};_abce ._cbeb =false ;return _abce ._fgdb [len (_abce ._fgdb )-1];};func _gdbe (_cfbf map[float64 ]gridTile )[]float64 {_dagac :=make ([]float64 ,0,len (_cfbf ));for _bfcc :=range _cfbf {_dagac =append (_dagac ,_bfcc );};_fd .Float64s (_dagac );return _dagac ; +};func _gg (_bfa int )bool {return (_bfa &1)!=0};func (_ddab *wordBag )depthBand (_bef ,_egbe float64 )[]int {if len (_ddab ._ecfd )==0{return nil ;};return _ddab .depthRange (_ddab .getDepthIdx (_bef ),_ddab .getDepthIdx (_egbe ));};func _affeb (_gcbc []*textLine ,_aedg string ,_aacg []*list )*list {return &list {_efgb :_gcbc ,_eaag :_aedg ,_ddfgc :_aacg }; +};func (_gffc paraList )list ()[]*list {var _fgge []*textLine ;var _egaec []*textLine ;for _ ,_gbad :=range _gffc {_dgff :=_gbad .getListLines ();_fgge =append (_fgge ,_dgff ...);_egaec =append (_egaec ,_gbad ._bbgab ...);};_ccddd :=_gbdcf (_fgge );_egab :=_ebde (_egaec ,_ccddd ); +return _egab ;};func _aebg (_cbgf float64 )bool {return _ce .Abs (_cbgf )< _acgdd };func (_dcbd compositeCell )parasBBox ()(paraList ,_b .PdfRectangle ){return _dcbd .paraList ,_dcbd .PdfRectangle ;};func (_ggab *shapesState )cubicTo (_cfdg ,_deac ,_eagg ,_dcdg ,_fgbb ,_bcde float64 ){if _gegd {_e .Log .Info ("\u0063\u0075\u0062\u0069\u0063\u0054\u006f\u003a"); +};_ggab .addPoint (_fgbb ,_bcde );};func (_eeecf *textTable )bbox ()_b .PdfRectangle {return _eeecf .PdfRectangle };func (_gfbef rulingList )primMinMax ()(float64 ,float64 ){_eccf ,_adgb :=_gfbef [0]._efadf ,_gfbef [0]._efadf ;for _ ,_fbbdc :=range _gfbef [1:]{if _fbbdc ._efadf < _eccf {_eccf =_fbbdc ._efadf ; +}else if _fbbdc ._efadf > _adgb {_adgb =_fbbdc ._efadf ;};};return _eccf ,_adgb ;}; -// FontType represents Font Subtype entry in the font dictionary inside page resources. -// Examples : type0, Type1, MMType1, Type3, TrueType, CIDFont. -FontType string ; +// String returns a description of `t`. +func (_gagf *textTable )String ()string {return _bf .Sprintf ("\u0025\u0064\u0020\u0078\u0020\u0025\u0064\u0020\u0025\u0074",_gagf ._addag ,_gagf ._cffff ,_gagf ._cbbdd );};func (_bfggb *textWord )computeText ()string {_facc :=make ([]string ,len (_bfggb ._bggbb )); +for _defg ,_gddc :=range _bfggb ._bggbb {_facc [_defg ]=_gddc ._gddf ;};return _bfb .Join (_facc ,"");};func _efgd (_cecfg *wordBag ,_cdac float64 ,_fgab ,_aadaf rulingList )[]*wordBag {var _fgaf []*wordBag ;for _ ,_fbfaf :=range _cecfg .depthIndexes (){_ebdd :=false ; +for !_cecfg .empty (_fbfaf ){_caef :=_cecfg .firstReadingIndex (_fbfaf );_bdcd :=_cecfg .firstWord (_caef );_edbbb :=_fagdd (_bdcd ,_cdac ,_fgab ,_aadaf );_cecfg .removeWord (_bdcd ,_caef );if _gecc {_e .Log .Info ("\u0066\u0069\u0072\u0073\u0074\u0057\u006f\u0072\u0064\u0020\u005e\u005e^\u005e\u0020\u0025\u0073",_bdcd .String ()); +};for _gfceg :=true ;_gfceg ;_gfceg =_ebdd {_ebdd =false ;_bcabc :=_gbeb *_edbbb ._dbfbe ;_bcgbf :=_efce *_edbbb ._dbfbe ;_deag :=_ffbc *_edbbb ._dbfbe ;if _gecc {_e .Log .Info ("\u0070a\u0072a\u0057\u006f\u0072\u0064\u0073\u0020\u0064\u0065\u0070\u0074\u0068 \u0025\u002e\u0032\u0066 \u002d\u0020\u0025\u002e\u0032f\u0020\u006d\u0061\u0078\u0049\u006e\u0074\u0072\u0061\u0044\u0065\u0070\u0074\u0068\u0047\u0061\u0070\u003d\u0025\u002e\u0032\u0066\u0020\u006d\u0061\u0078\u0049\u006e\u0074\u0072\u0061R\u0065\u0061\u0064\u0069\u006e\u0067\u0047\u0061p\u003d\u0025\u002e\u0032\u0066",_edbbb .minDepth (),_edbbb .maxDepth (),_deag ,_bcgbf ); +};if _cecfg .scanBand ("\u0076\u0065\u0072\u0074\u0069\u0063\u0061\u006c",_edbbb ,_gbba (_bcdc ,0),_edbbb .minDepth ()-_deag ,_edbbb .maxDepth ()+_deag ,_fcga ,false ,false )> 0{_ebdd =true ;};if _cecfg .scanBand ("\u0068\u006f\u0072\u0069\u007a\u006f\u006e\u0074\u0061\u006c",_edbbb ,_gbba (_bcdc ,_bcgbf ),_edbbb .minDepth (),_edbbb .maxDepth (),_eaac ,false ,false )> 0{_ebdd =true ; +};if _ebdd {continue ;};_dgdgg :=_cecfg .scanBand ("",_edbbb ,_gbba (_cdge ,_bcabc ),_edbbb .minDepth (),_edbbb .maxDepth (),_cbb ,true ,false );if _dgdgg > 0{_ecfe :=(_edbbb .maxDepth ()-_edbbb .minDepth ())/_edbbb ._dbfbe ;if (_dgdgg > 1&&float64 (_dgdgg )> 0.3*_ecfe )||_dgdgg <=10{if _cecfg .scanBand ("\u006f\u0074\u0068e\u0072",_edbbb ,_gbba (_cdge ,_bcabc ),_edbbb .minDepth (),_edbbb .maxDepth (),_cbb ,false ,true )> 0{_ebdd =true ; +};};};};_fgaf =append (_fgaf ,_edbbb );};};return _fgaf ;};func _adef (_ecaa string ,_cbggf []rulingList ){_e .Log .Info ("\u0024\u0024 \u0025\u0064\u0020g\u0072\u0069\u0064\u0073\u0020\u002d\u0020\u0025\u0073",len (_cbggf ),_ecaa );for _fbgc ,_acga :=range _cbggf {_bf .Printf ("\u0025\u0034\u0064\u003a\u0020\u0025\u0073\u000a",_fbgc ,_acga .String ()); +};};func (_dfecb *textTable )getRight ()paraList {_aafe :=make (paraList ,_dfecb ._cffff );for _affa :=0;_affa < _dfecb ._cffff ;_affa ++{_daead :=_dfecb .get (_dfecb ._addag -1,_affa )._abbb ;if _daead .taken (){return nil ;};_aafe [_affa ]=_daead ;}; +for _ebga :=0;_ebga < _dfecb ._cffff -1;_ebga ++{if _aafe [_ebga ]._dabf !=_aafe [_ebga +1]{return nil ;};};return _aafe ;};func (_edgaa rulingList )toGrids ()[]rulingList {if _ccffg {_e .Log .Info ("t\u006f\u0047\u0072\u0069\u0064\u0073\u003a\u0020\u0025\u0073",_edgaa ); +};_cccdg :=_edgaa .intersections ();if _ccffg {_e .Log .Info ("\u0074\u006f\u0047r\u0069\u0064\u0073\u003a \u0076\u0065\u0063\u0073\u003d\u0025\u0064 \u0069\u006e\u0074\u0065\u0072\u0073\u0065\u0063\u0074\u0073\u003d\u0025\u0064\u0020",len (_edgaa ),len (_cccdg )); +for _ ,_daaaa :=range _caaae (_cccdg ){_bf .Printf ("\u00254\u0064\u003a\u0020\u0025\u002b\u0076\n",_daaaa ,_cccdg [_daaaa ]);};};_dbebc :=make (map[int ]intSet ,len (_edgaa ));for _afcgc :=range _edgaa {_eebg :=_edgaa .connections (_cccdg ,_afcgc );if len (_eebg )> 0{_dbebc [_afcgc ]=_eebg ; +};};if _ccffg {_e .Log .Info ("t\u006fG\u0072\u0069\u0064\u0073\u003a\u0020\u0063\u006fn\u006e\u0065\u0063\u0074s=\u0025\u0064",len (_dbebc ));for _ ,_dbde :=range _caaae (_dbebc ){_bf .Printf ("\u00254\u0064\u003a\u0020\u0025\u002b\u0076\n",_dbde ,_dbebc [_dbde ]); +};};_aacb :=_efbf (len (_edgaa ),func (_aacd ,_dggb int )bool {_fcad ,_geab :=len (_dbebc [_aacd ]),len (_dbebc [_dggb ]);if _fcad !=_geab {return _fcad > _geab ;};return _edgaa .comp (_aacd ,_dggb );});if _ccffg {_e .Log .Info ("t\u006fG\u0072\u0069\u0064\u0073\u003a\u0020\u006f\u0072d\u0065\u0072\u0069\u006eg=\u0025\u0076",_aacb ); +};_cffea :=[][]int {{_aacb [0]}};_dcac :for _ ,_eceea :=range _aacb [1:]{for _gegc ,_fffb :=range _cffea {for _ ,_ecgbf :=range _fffb {if _dbebc [_ecgbf ].has (_eceea ){_cffea [_gegc ]=append (_fffb ,_eceea );continue _dcac ;};};};_cffea =append (_cffea ,[]int {_eceea }); +};if _ccffg {_e .Log .Info ("\u0074o\u0047r\u0069\u0064\u0073\u003a\u0020i\u0067\u0072i\u0064\u0073\u003d\u0025\u0076",_cffea );};_fd .SliceStable (_cffea ,func (_acgfe ,_aebe int )bool {return len (_cffea [_acgfe ])> len (_cffea [_aebe ])});for _ ,_ffcf :=range _cffea {_fd .Slice (_ffcf ,func (_dfdgc ,_acace int )bool {return _edgaa .comp (_ffcf [_dfdgc ],_ffcf [_acace ])}); +};_daab :=make ([]rulingList ,len (_cffea ));for _fggce ,_ecggd :=range _cffea {_eebga :=make (rulingList ,len (_ecggd ));for _aeaa ,_ccde :=range _ecggd {_eebga [_aeaa ]=_edgaa [_ccde ];};_daab [_fggce ]=_eebga ;};if _ccffg {_e .Log .Info ("\u0074o\u0047r\u0069\u0064\u0073\u003a\u0020g\u0072\u0069d\u0073\u003d\u0025\u002b\u0076",_daab ); +};var _fdbeb []rulingList ;for _ ,_dgbce :=range _daab {if _gbadf ,_gdgbf :=_dgbce .isActualGrid ();_gdgbf {_dgbce =_gbadf ;_dgbce =_dgbce .snapToGroups ();_fdbeb =append (_fdbeb ,_dgbce );};};if _ccffg {_adef ("t\u006fG\u0072\u0069\u0064\u0073\u003a\u0020\u0061\u0063t\u0075\u0061\u006c\u0047ri\u0064\u0073",_fdbeb ); +_e .Log .Info ("\u0074\u006f\u0047\u0072\u0069\u0064\u0073\u003a\u0020\u0067\u0072\u0069\u0064\u0073\u003d%\u0064 \u0061\u0063\u0074\u0075\u0061\u006c\u0047\u0072\u0069\u0064\u0073\u003d\u0025\u0064",len (_daab ),len (_fdbeb ));};return _fdbeb ;}; -// ToUnicode is true if font provides a `ToUnicode` mapping. -ToUnicode bool ; +// String returns a description of `w`. +func (_afaf *textWord )String ()string {return _bf .Sprintf ("\u0025\u002e2\u0066\u0020\u0025\u0036\u002e\u0032\u0066\u0020\u0066\u006f\u006e\u0074\u0073\u0069\u007a\u0065\u003d\u0025\u002e\u0032\u0066\u0020\"%\u0073\u0022",_afaf ._bagdd ,_afaf .PdfRectangle ,_afaf ._ecdce ,_afaf ._deccc ); +};func (_dfdba *textWord )appendMark (_cada *textMark ,_dgdbg _b .PdfRectangle ){_dfdba ._bggbb =append (_dfdba ._bggbb ,_cada );_dfdba .PdfRectangle =_badbb (_dfdba .PdfRectangle ,_cada .PdfRectangle );if _cada ._dgfec > _dfdba ._ecdce {_dfdba ._ecdce =_cada ._dgfec ; +};_dfdba ._bagdd =_dgdbg .Ury -_dfdba .PdfRectangle .Lly ;};type pathSection struct{_cdad []*subpath ;_dd .Color ;}; -// IsCID is true if underlying font is a composite font. -// Composite font is represented by a font dictionary whose Subtype is `Type0` -IsCID bool ; +// String returns a description of `state`. +func (_bfd *textState )String ()string {_dfdg :="\u005bN\u004f\u0054\u0020\u0053\u0045\u0054]";if _bfd ._ggec !=nil {_dfdg =_bfd ._ggec .BaseFont ();};return _bf .Sprintf ("\u0074\u0063\u003d\u0025\u002e\u0032\u0066\u0020\u0074\u0077\u003d\u0025\u002e\u0032\u0066 \u0074f\u0073\u003d\u0025\u002e\u0032\u0066\u0020\u0066\u006f\u006e\u0074\u003d\u0025\u0071",_bfd ._bggb ,_bfd ._fagd ,_bfd ._gec ,_dfdg ); +};var _abcd string ="\u0028\u003f\u0069\u0029\u005e\u0028\u004d\u007b\u0030\u002c\u0033\u007d\u0029\u0028\u0043\u0028?\u003a\u0044\u007cM\u0029\u007c\u0044\u003f\u0043{\u0030\u002c\u0033\u007d\u0029\u0028\u0058\u0028\u003f\u003a\u004c\u007c\u0043\u0029\u007cL\u003f\u0058\u007b\u0030\u002c\u0033}\u0029\u0028\u0049\u0028\u003f\u003a\u0056\u007c\u0058\u0029\u007c\u0056\u003f\u0049\u007b\u0030\u002c\u0033\u007d\u0029\u0028\u005c\u0029\u007c\u005c\u002e\u0029\u007c\u005e\u005c\u0028\u0028\u004d\u007b\u0030\u002c\u0033\u007d\u0029\u0028\u0043\u0028\u003f\u003aD\u007cM\u0029\u007c\u0044\u003f\u0043\u007b\u0030\u002c\u0033\u007d\u0029\u0028\u0058\u0028?\u003a\u004c\u007c\u0043\u0029\u007c\u004c?\u0058\u007b0\u002c\u0033\u007d\u0029(\u0049\u0028\u003f\u003a\u0056|\u0058\u0029\u007c\u0056\u003f\u0049\u007b\u0030\u002c\u0033\u007d\u0029\u005c\u0029"; +func (_ceec *shapesState )clearPath (){_ceec ._fgdb =nil ;_ceec ._cbeb =false ;if _gegd {_e .Log .Info ("\u0043\u004c\u0045A\u0052\u003a\u0020\u0073\u0073\u003d\u0025\u0073",_ceec );};};func _dadaf (_eeceb []pathSection ){if _cegb < 0.0{return ;};if _ccffg {_e .Log .Info ("\u0067\u0072\u0061\u006e\u0075\u006c\u0061\u0072\u0069\u007a\u0065\u003a\u0020\u0025\u0064 \u0073u\u0062\u0070\u0061\u0074\u0068\u0020\u0073\u0065\u0063\u0074\u0069\u006f\u006e\u0073",len (_eeceb )); +};for _dgbcc ,_egabff :=range _eeceb {for _befg ,_accdc :=range _egabff ._cdad {for _bdccf ,_babbc :=range _accdc ._gfb {_accdc ._gfb [_bdccf ]=_da .Point {X :_fbefd (_babbc .X ),Y :_fbefd (_babbc .Y )};if _ccffg {_aggfe :=_accdc ._gfb [_bdccf ];if !_dcba (_babbc ,_aggfe ){_aaaaa :=_da .Point {X :_aggfe .X -_babbc .X ,Y :_aggfe .Y -_babbc .Y }; +_bf .Printf ("\u0025\u0034d \u002d\u0020\u00254\u0064\u0020\u002d\u0020%4d\u003a %\u002e\u0032\u0066\u0020\u2192\u0020\u0025.2\u0066\u0020\u0028\u0025\u0067\u0029\u000a",_dgbcc ,_befg ,_bdccf ,_babbc ,_aggfe ,_aaaaa );};};};};};};func _fgdc (_eeaff ,_fdcgf float64 )bool {return _eeaff /_ce .Max (_acgde ,_fdcgf )< _adda }; +func (_edgae rulingList )secMinMax ()(float64 ,float64 ){_daef ,_fafa :=_edgae [0]._efbba ,_edgae [0]._daba ;for _ ,_eceef :=range _edgae [1:]{if _eceef ._efbba < _daef {_daef =_eceef ._efbba ;};if _eceef ._daba > _fafa {_fafa =_eceef ._daba ;};};return _daef ,_fafa ; +};func (_ffcgd rulingList )findPrimSec (_bfdd ,_cefg float64 )*ruling {for _ ,_cfef :=range _ffcgd {if _dbfgf (_cfef ._efadf -_bfdd )&&_cfef ._efbba -_baaf <=_cefg &&_cefg <=_cfef ._daba +_baaf {return _cfef ;};};return nil ;};func _fabd (_dbdcd []*textMark ,_bagg _b .PdfRectangle ,_bdacd rulingList ,_daceg []gridTiling )paraList {_e .Log .Trace ("\u006d\u0061\u006b\u0065\u0054\u0065\u0078\u0074\u0050\u0061\u0067\u0065\u003a \u0025\u0064\u0020\u0065\u006c\u0065m\u0065\u006e\u0074\u0073\u0020\u0070\u0061\u0067\u0065\u0053\u0069\u007a\u0065=\u0025\u002e\u0032\u0066",len (_dbdcd ),_bagg ); +if len (_dbdcd )==0{return nil ;};_dgcga :=_gabdf (_dbdcd ,_bagg );if len (_dgcga )==0{return nil ;};_bdacd .log ("\u006d\u0061\u006be\u0054\u0065\u0078\u0074\u0050\u0061\u0067\u0065");_fegca ,_dfgce :=_bdacd .vertsHorzs ();_edbb :=_adee (_dgcga ,_bagg .Ury ,_fegca ,_dfgce ); +_bdbf :=_efgd (_edbb ,_bagg .Ury ,_fegca ,_dfgce );_bdbf =_bbea (_bdbf );_aegg :=make (paraList ,0,len (_bdbf ));for _ ,_dcea :=range _bdbf {_feaf :=_dcea .arrangeText ();if _feaf !=nil {_aegg =append (_aegg ,_feaf );};};if len (_aegg )>=_dbebd {_aegg =_aegg .extractTables (_daceg ); +};_aegg .sortReadingOrder ();_aegg .sortTopoOrder ();_aegg .log ("\u0073\u006f\u0072te\u0064\u0020\u0069\u006e\u0020\u0072\u0065\u0061\u0064\u0069\u006e\u0067\u0020\u006f\u0072\u0064\u0065\u0072");return _aegg ;};func _gdged (_cbeec *wordBag ,_dfefd int )*textLine {_agcb :=_cbeec .firstWord (_dfefd ); +_ccea :=textLine {PdfRectangle :_agcb .PdfRectangle ,_efde :_agcb ._ecdce ,_dce :_agcb ._bagdd };_ccea .pullWord (_cbeec ,_agcb ,_dfefd );return &_ccea ;}; -// IsSimple is true if font is simple font. -// A simple font is limited to only 8 bit (255) character codes. -IsSimple bool ; +// String returns a description of `l`. +func (_cfff *textLine )String ()string {return _bf .Sprintf ("\u0025\u002e2\u0066\u0020\u0025\u0036\u002e\u0032\u0066\u0020\u0066\u006f\u006e\u0074\u0073\u0069\u007a\u0065\u003d\u0025\u002e\u0032\u0066\u0020\"%\u0073\u0022",_cfff ._dce ,_cfff .PdfRectangle ,_cfff ._efde ,_cfff .text ()); +};func _bbeea (_cdacaf *PageText )error {_cbdee :=_cge .GetLicenseKey ();if _cbdee !=nil &&_cbdee .IsLicensed ()||_beg {return nil ;};_bf .Printf ("\u0055\u006e\u006c\u0069\u0063\u0065\u006e\u0073\u0065\u0064\u0020c\u006f\u0070\u0079\u0020\u006f\u0066\u0020\u0055\u006e\u0069P\u0044\u0046\u000a"); +_bf .Println ("-\u0020\u0047\u0065\u0074\u0020\u0061\u0020\u0066\u0072e\u0065\u0020\u0074\u0072\u0069\u0061\u006c l\u0069\u0063\u0065\u006es\u0065\u0020\u006f\u006e\u0020\u0068\u0074\u0074\u0070s:\u002f\u002fu\u006e\u0069\u0064\u006f\u0063\u002e\u0069\u006f"); +return _ad .New ("\u0075\u006e\u0069\u0070d\u0066\u0020\u006c\u0069\u0063\u0065\u006e\u0073\u0065\u0020c\u006fd\u0065\u0020\u0072\u0065\u0071\u0075\u0069r\u0065\u0064");};func _ffagf (_eacb ,_fgdeb int )int {if _eacb > _fgdeb {return _eacb ;};return _fgdeb ; +};func (_cab *textObject )setTextMatrix (_gebc []float64 ){if len (_gebc )!=6{_e .Log .Debug ("\u0045\u0052\u0052OR\u003a\u0020\u006c\u0065\u006e\u0028\u0066\u0029\u0020\u0021\u003d\u0020\u0036\u0020\u0028\u0025\u0064\u0029",len (_gebc ));return ;};_cfag ,_aed ,_bca ,_gfg ,_bdb ,_bad :=_gebc [0],_gebc [1],_gebc [2],_gebc [3],_gebc [4],_gebc [5]; +_cab ._cdffg =_da .NewMatrix (_cfag ,_aed ,_bca ,_gfg ,_bdb ,_bad );_cab ._fea =_cab ._cdffg ;};func _adee (_fege []*textWord ,_cbcc float64 ,_bbabb ,_efcd rulingList )*wordBag {_dfgcc :=_fagdd (_fege [0],_cbcc ,_bbabb ,_efcd );for _ ,_gecd :=range _fege [1:]{_agga :=_fdd (_gecd ._bagdd ); +_dfgcc ._ecfd [_agga ]=append (_dfgcc ._ecfd [_agga ],_gecd );_dfgcc .PdfRectangle =_badbb (_dfgcc .PdfRectangle ,_gecd .PdfRectangle );};_dfgcc .sort ();return _dfgcc ;};func (_accf *wordBag )removeDuplicates (){if _ecff {_e .Log .Info ("r\u0065m\u006f\u0076\u0065\u0044\u0075\u0070\u006c\u0069c\u0061\u0074\u0065\u0073: \u0025\u0071",_accf .text ()); +};for _ ,_ffdb :=range _accf .depthIndexes (){if len (_accf ._ecfd [_ffdb ])==0{continue ;};_cgaad :=_accf ._ecfd [_ffdb ][0];_debb :=_abdd *_cgaad ._ecdce ;_fdebf :=_cgaad ._bagdd ;for _ ,_edede :=range _accf .depthBand (_fdebf ,_fdebf +_debb ){_dbbe :=map[*textWord ]struct{}{}; +_afgd :=_accf ._ecfd [_edede ];for _ ,_dcafg :=range _afgd {if _ ,_ddccb :=_dbbe [_dcafg ];_ddccb {continue ;};for _ ,_edggb :=range _afgd {if _ ,_bdbfd :=_dbbe [_edggb ];_bdbfd {continue ;};if _edggb !=_dcafg &&_edggb ._deccc ==_dcafg ._deccc &&_ce .Abs (_edggb .Llx -_dcafg .Llx )< _debb &&_ce .Abs (_edggb .Urx -_dcafg .Urx )< _debb &&_ce .Abs (_edggb .Lly -_dcafg .Lly )< _debb &&_ce .Abs (_edggb .Ury -_dcafg .Ury )< _debb {_dbbe [_edggb ]=struct{}{}; +};};};if len (_dbbe )> 0{_aeca :=0;for _ ,_bdbg :=range _afgd {if _ ,_gfab :=_dbbe [_bdbg ];!_gfab {_afgd [_aeca ]=_bdbg ;_aeca ++;};};_accf ._ecfd [_edede ]=_afgd [:len (_afgd )-len (_dbbe )];if len (_accf ._ecfd [_edede ])==0{delete (_accf ._ecfd ,_edede ); +};};};};};const (_bdg =false ;_ecfc =false ;_gfbd =false ;_gade =false ;_gegd =false ;_dgfb =false ;_gecc =false ;_ddcfg =false ;_abfb =false ;_fbed =_abfb &&true ;_gecf =_fbed &&false ;_ecff =_abfb &&true ;_aada =false ;_cfdc =_aada &&false ;_ggdf =_aada &&true ; +_ccffg =false ;_dad =_ccffg &&false ;_dcbc =_ccffg &&false ;_gacae =_ccffg &&true ;_dcbb =_ccffg &&false ;_aadc =_ccffg &&false ;);func _bbea (_ebfc []*wordBag )[]*wordBag {if len (_ebfc )<=1{return _ebfc ;};if _abfb {_e .Log .Info ("\u006d\u0065\u0072\u0067\u0065\u0057\u006f\u0072\u0064B\u0061\u0067\u0073\u003a"); +};_fd .Slice (_ebfc ,func (_dfgcd ,_bcbe int )bool {_gcef ,_fdcg :=_ebfc [_dfgcd ],_ebfc [_bcbe ];_agbae :=_gcef .Width ()*_gcef .Height ();_cdbd :=_fdcg .Width ()*_fdcg .Height ();if _agbae !=_cdbd {return _agbae > _cdbd ;};if _gcef .Height ()!=_fdcg .Height (){return _gcef .Height ()> _fdcg .Height (); +};return _dfgcd < _bcbe ;});var _bgdd []*wordBag ;_efgg :=make (intSet );for _ebeb :=0;_ebeb < len (_ebfc );_ebeb ++{if _efgg .has (_ebeb ){continue ;};_abgdb :=_ebfc [_ebeb ];for _fad :=_ebeb +1;_fad < len (_ebfc );_fad ++{if _efgg .has (_ebeb ){continue ; +};_ebdgc :=_ebfc [_fad ];_gfcf :=_abgdb .PdfRectangle ;_gfcf .Llx -=_abgdb ._dbfbe ;if _afbc (_gfcf ,_ebdgc .PdfRectangle ){_abgdb .absorb (_ebdgc );_efgg .add (_fad );};};_bgdd =append (_bgdd ,_abgdb );};if len (_ebfc )!=len (_bgdd )+len (_efgg ){_e .Log .Error ("\u006d\u0065\u0072ge\u0057\u006f\u0072\u0064\u0042\u0061\u0067\u0073\u003a \u0025d\u2192%\u0064 \u0061\u0062\u0073\u006f\u0072\u0062\u0065\u0064\u003d\u0025\u0064",len (_ebfc ),len (_bgdd ),len (_efgg )); +};return _bgdd ;};func _edggf (_ddded _b .PdfColorspace ,_fceed _b .PdfColor )_dd .Color {if _ddded ==nil ||_fceed ==nil {return _dd .Black ;};_fbeeb ,_gffdf :=_ddded .ColorToRGB (_fceed );if _gffdf !=nil {_e .Log .Debug ("\u0057\u0041\u0052\u004e\u003a\u0020\u0063\u006fu\u006c\u0064\u0020no\u0074\u0020\u0063\u006f\u006e\u0076e\u0072\u0074\u0020\u0063\u006f\u006c\u006f\u0072\u0020\u0025\u0076\u0020\u0028\u0025\u0076)\u0020\u0074\u006f\u0020\u0052\u0047\u0042\u003a \u0025\u0073",_fceed ,_ddded ,_gffdf ); +return _dd .Black ;};_gaee ,_dcfef :=_fbeeb .(*_b .PdfColorDeviceRGB );if !_dcfef {_e .Log .Debug ("\u0057\u0041\u0052\u004e\u003a\u0020\u0063\u006f\u006e\u0076\u0065\u0072\u0074\u0065\u0064 \u0063\u006f\u006c\u006f\u0072\u0020\u0069\u0073\u0020\u006e\u006f\u0074\u0020i\u006e\u0020\u0074\u0068\u0065\u0020\u0052\u0047\u0042\u0020\u0063\u006flo\u0072\u0073\u0070\u0061\u0063\u0065\u003a\u0020\u0025\u0076",_fbeeb ); +return _dd .Black ;};return _dd .NRGBA {R :uint8 (_gaee .R ()*255),G :uint8 (_gaee .G ()*255),B :uint8 (_gaee .B ()*255),A :uint8 (255)};}; -// FontData represents the raw data of the embedded font file. -// It can have format TrueType (TTF), PostScript Font (PFB) or Compact Font Format (CCF). -// FontData value can be indicates from `FontFile`, `FontFile2` or `FontFile3` inside Font Descriptor. -// At most, only one of `FontFile`, `FontFile2` or `FontFile3` will be FontData value. -FontData []byte ; +// String returns a human readable description of `s`. +func (_dbbcbd intSet )String ()string {var _dagfc []int ;for _degbf :=range _dbbcbd {if _dbbcbd .has (_degbf ){_dagfc =append (_dagfc ,_degbf );};};_fd .Ints (_dagfc );return _bf .Sprintf ("\u0025\u002b\u0076",_dagfc );};func _cfeb (_fdeb ,_deff *textPara )bool {return _fbad (_fdeb ._cdcbd ,_deff ._cdcbd )}; +func _ggcea (_ebca string ,_aaead int )string {if len (_ebca )< _aaead {return _ebca ;};return _ebca [:_aaead ];};func (_efac *compositeCell )updateBBox (){for _ ,_geccb :=range _efac .paraList {_efac .PdfRectangle =_badbb (_efac .PdfRectangle ,_geccb .PdfRectangle ); +};};type imageExtractContext struct{_bcf []ImageMark ;_abd int ;_begg int ;_dagc int ;_ba map[*_ff .PdfObjectStream ]*cachedImage ;_fcaf *ImageExtractOptions ;_eag bool ;};func (_agefd *textTable )reduce ()*textTable {_fddb :=make ([]int ,0,_agefd ._cffff ); +_gcbg :=make ([]int ,0,_agefd ._addag );for _bbbc :=0;_bbbc < _agefd ._cffff ;_bbbc ++{if !_agefd .emptyCompositeRow (_bbbc ){_fddb =append (_fddb ,_bbbc );};};for _gabdb :=0;_gabdb < _agefd ._addag ;_gabdb ++{if !_agefd .emptyCompositeColumn (_gabdb ){_gcbg =append (_gcbg ,_gabdb ); +};};if len (_fddb )==_agefd ._cffff &&len (_gcbg )==_agefd ._addag {return _agefd ;};_gabaga :=textTable {_cbbdd :_agefd ._cbbdd ,_addag :len (_gcbg ),_cffff :len (_fddb ),_egbgg :make (map[uint64 ]*textPara ,len (_gcbg )*len (_fddb ))};if _aada {_e .Log .Info ("\u0072\u0065\u0064\u0075ce\u003a\u0020\u0025\u0064\u0078\u0025\u0064\u0020\u002d\u003e\u0020\u0025\u0064\u0078%\u0064",_agefd ._addag ,_agefd ._cffff ,len (_gcbg ),len (_fddb )); +_e .Log .Info ("\u0072\u0065d\u0075\u0063\u0065d\u0043\u006f\u006c\u0073\u003a\u0020\u0025\u002b\u0076",_gcbg );_e .Log .Info ("\u0072\u0065d\u0075\u0063\u0065d\u0052\u006f\u0077\u0073\u003a\u0020\u0025\u002b\u0076",_fddb );};for _fbgb ,_adae :=range _fddb {for _eddaa ,_gggc :=range _gcbg {_ddbb ,_bdafga :=_agefd .getComposite (_gggc ,_adae ); +if _ddbb ==nil {continue ;};if _aada {_bf .Printf ("\u0020 \u0025\u0032\u0064\u002c \u0025\u0032\u0064\u0020\u0028%\u0032d\u002c \u0025\u0032\u0064\u0029\u0020\u0025\u0071\n",_eddaa ,_fbgb ,_gggc ,_adae ,_ggcea (_ddbb .merge ().text (),50));};_gabaga .putComposite (_eddaa ,_fbgb ,_ddbb ,_bdafga ); +};};return &_gabaga ;}; -// FontFileName is a name representing the font. it has format: -// (Font Name) + (Font Type Extension), example: helvetica.ttf. -FontFileName string ; +// TextMarkArray is a collection of TextMarks. +type TextMarkArray struct{_gaac []TextMark };func _bdge (_cceac *list )[]*textLine {for _ ,_addb :=range _cceac ._ddfgc {switch _addb ._eaag {case "\u004c\u0042\u006fd\u0079":if len (_addb ._efgb )!=0{return _addb ._efgb ;};return _bdge (_addb );case "\u0053\u0070\u0061\u006e":return _addb ._efgb ; +case "I\u006e\u006c\u0069\u006e\u0065\u0053\u0068\u0061\u0070\u0065":return _addb ._efgb ;};};return nil ;};func (_cgagf *ruling )encloses (_agbgg ,_caceg float64 )bool {return _cgagf ._efbba -_baaf <=_agbgg &&_caceg <=_cgagf ._daba +_baaf ;}; -// FontDescriptor represents metrics and other attributes inside font properties from PDF Structure (Font Descriptor). -FontDescriptor *_bg .PdfFontDescriptor ;};func (_cgfee rulingList )toTilings ()(rulingList ,[]gridTiling ){_cgfee .log ("\u0074o\u0054\u0069\u006c\u0069\u006e\u0067s");if len (_cgfee )==0{return nil ,nil ;};_cgfee =_cgfee .tidied ("\u0061\u006c\u006c"); -_cgfee .log ("\u0074\u0069\u0064\u0069\u0065\u0064");_effce :=_cgfee .toGrids ();_dadfb :=make ([]gridTiling ,len (_effce ));for _bbcb ,_bcbb :=range _effce {_dadfb [_bbcb ]=_bcbb .asTiling ();};return _cgfee ,_dadfb ;};func (_cgdcg *wordBag )highestWord (_adad int ,_adag ,_fcd float64 )*textWord {for _ ,_dbbfc :=range _cgdcg ._cccf [_adad ]{if _adag <=_dbbfc ._ccee &&_dbbfc ._ccee <=_fcd {return _dbbfc ; -};};return nil ;};func (_dfdfg compositeCell )split (_gccc ,_dcfg []float64 )*textTable {_bbcd :=len (_gccc )+1;_bggge :=len (_dcfg )+1;if _eeeg {_b .Log .Info ("\u0063\u006f\u006d\u0070\u006f\u0073\u0069t\u0065\u0043\u0065l\u006c\u002e\u0073\u0070l\u0069\u0074\u003a\u0020\u0025\u0064\u0020\u0078\u0020\u0025\u0064\u000a\u0009\u0063\u006f\u006d\u0070\u006f\u0073\u0069\u0074\u0065\u003d\u0025\u0073\u000a"+"\u0009\u0072\u006f\u0077\u0043\u006f\u0072\u0072\u0069\u0064\u006f\u0072\u0073=\u0025\u0036\u002e\u0032\u0066\u000a\t\u0063\u006f\u006c\u0043\u006f\u0072\u0072\u0069\u0064\u006f\u0072\u0073\u003d%\u0036\u002e\u0032\u0066",_bggge ,_bbcd ,_dfdfg ,_gccc ,_dcfg ); -_d .Printf ("\u0020\u0020\u0020\u0020\u0025\u0064\u0020\u0070\u0061\u0072\u0061\u0073\u000a",len (_dfdfg .paraList ));for _fcdfb ,_fdcg :=range _dfdfg .paraList {_d .Printf ("\u0025\u0034\u0064\u003a\u0020\u0025\u0073\u000a",_fcdfb ,_fdcg .String ());}; -_d .Printf ("\u0020\u0020\u0020\u0020\u0025\u0064\u0020\u006c\u0069\u006e\u0065\u0073\u000a",len (_dfdfg .lines ()));for _eggg ,_efbg :=range _dfdfg .lines (){_d .Printf ("\u0025\u0034\u0064\u003a\u0020\u0025\u0073\u000a",_eggg ,_efbg );};};_gccc =_cgdb (_gccc ,_dfdfg .Ury ,_dfdfg .Lly ); -_dcfg =_cgdb (_dcfg ,_dfdfg .Llx ,_dfdfg .Urx );_afcc :=make (map[uint64 ]*textPara ,_bggge *_bbcd );_dgada :=textTable {_ddcega :_bggge ,_egbbf :_bbcd ,_bcec :_afcc };_dcade :=_dfdfg .paraList ;_gd .Slice (_dcade ,func (_gfae ,_abed int )bool {_fafa ,_eacb :=_dcade [_gfae ],_dcade [_abed ]; -_dgef ,_aegdg :=_fafa .Lly ,_eacb .Lly ;if _dgef !=_aegdg {return _dgef < _aegdg ;};return _fafa .Llx < _eacb .Llx ;});_acba :=make (map[uint64 ]_bg .PdfRectangle ,_bggge *_bbcd );for _gdgfb ,_aabg :=range _gccc [1:]{_faab :=_gccc [_gdgfb ];for _bedbg ,_eddc :=range _dcfg [1:]{_cedag :=_dcfg [_bedbg ]; -_acba [_caabd (_bedbg ,_gdgfb )]=_bg .PdfRectangle {Llx :_cedag ,Urx :_eddc ,Lly :_aabg ,Ury :_faab };};};if _eeeg {_b .Log .Info ("\u0063\u006f\u006d\u0070\u006f\u0073\u0069\u0074\u0065\u0043\u0065l\u006c\u002e\u0073\u0070\u006c\u0069\u0074\u003a\u0020\u0072e\u0063\u0074\u0073"); -_d .Printf ("\u0020\u0020\u0020\u0020");for _cccb :=0;_cccb < _bggge ;_cccb ++{_d .Printf ("\u0025\u0033\u0030\u0064\u002c\u0020",_cccb );};_d .Println ();for _bdec :=0;_bdec < _bbcd ;_bdec ++{_d .Printf ("\u0020\u0020\u0025\u0032\u0064\u003a",_bdec ); -for _gdff :=0;_gdff < _bggge ;_gdff ++{_d .Printf ("\u00256\u002e\u0032\u0066\u002c\u0020",_acba [_caabd (_gdff ,_bdec )]);};_d .Println ();};};_cbbe :=func (_ggce *textLine )(int ,int ){for _cede :=0;_cede < _bbcd ;_cede ++{for _fcdcd :=0;_fcdcd < _bggge ; -_fcdcd ++{if _ffff (_acba [_caabd (_fcdcd ,_cede )],_ggce .PdfRectangle ){return _fcdcd ,_cede ;};};};return -1,-1;};_cfbc :=make (map[uint64 ][]*textLine ,_bggge *_bbcd );for _ ,_cded :=range _dcade .lines (){_fdab ,_eada :=_cbbe (_cded );if _fdab < 0{continue ; -};_cfbc [_caabd (_fdab ,_eada )]=append (_cfbc [_caabd (_fdab ,_eada )],_cded );};for _fegb :=0;_fegb < len (_gccc )-1;_fegb ++{_eedbc :=_gccc [_fegb ];_cdbgc :=_gccc [_fegb +1];for _beeed :=0;_beeed < len (_dcfg )-1;_beeed ++{_ddcd :=_dcfg [_beeed ];_cdeg :=_dcfg [_beeed +1]; -_gfadg :=_bg .PdfRectangle {Llx :_ddcd ,Urx :_cdeg ,Lly :_cdbgc ,Ury :_eedbc };_cdfc :=_cfbc [_caabd (_beeed ,_fegb )];if len (_cdfc )==0{continue ;};_bdac :=_ebeeg (_gfadg ,_cdfc );_dgada .put (_beeed ,_fegb ,_bdac );};};return &_dgada ;};func (_gfaf *textWord )addDiacritic (_gdgb string ){_gcfg :=_gfaf ._ecdf [len (_gfaf ._ecdf )-1]; -_gcfg ._aaag +=_gdgb ;_gcfg ._aaag =_g .NFKC .String (_gcfg ._aaag );};func _bgffa (_befe map[int ][]float64 )[]int {_fdcbg :=make ([]int ,len (_befe ));_fgeff :=0;for _bbcbb :=range _befe {_fdcbg [_fgeff ]=_bbcbb ;_fgeff ++;};_gd .Ints (_fdcbg );return _fdcbg ; -};func (_baef *stateStack )push (_gbce *textState ){_bfa :=*_gbce ;*_baef =append (*_baef ,&_bfa )};func (_eage *wordBag )firstWord (_geaea int )*textWord {return _eage ._cccf [_geaea ][0]};func (_ecbg paraList )toTextMarks ()[]TextMark {_cffc :=0;var _fdgba []TextMark ; -for _fdgf ,_ggfec :=range _ecbg {if _ggfec ._ecee {continue ;};_ebgf :=_ggfec .toTextMarks (&_cffc );_fdgba =append (_fdgba ,_ebgf ...);if _fdgf !=len (_ecbg )-1{if _baagc (_ggfec ,_ecbg [_fdgf +1]){_fdgba =_eaagb (_fdgba ,&_cffc ,"\u0020");}else {_fdgba =_eaagb (_fdgba ,&_cffc ,"\u000a"); -_fdgba =_eaagb (_fdgba ,&_cffc ,"\u000a");};};};_fdgba =_eaagb (_fdgba ,&_cffc ,"\u000a");_fdgba =_eaagb (_fdgba ,&_cffc ,"\u000a");return _fdgba ;};func _degb (_faaf string )bool {for _ ,_agad :=range _faaf {if !_ae .IsSpace (_agad ){return false ;};}; -return true ;}; +// String returns a description of `b`. +func (_bfga *wordBag )String ()string {var _eddgc []string ;for _ ,_eefe :=range _bfga .depthIndexes (){_dbagd :=_bfga ._ecfd [_eefe ];for _ ,_cbef :=range _dbagd {_eddgc =append (_eddgc ,_cbef ._deccc );};};return _bf .Sprintf ("\u0025.\u0032\u0066\u0020\u0066\u006f\u006e\u0074\u0073\u0069\u007a\u0065=\u0025\u002e\u0032\u0066\u0020\u0025\u0064\u0020\u0025\u0071",_bfga .PdfRectangle ,_bfga ._dbfbe ,len (_eddgc ),_eddgc ); +};func (_cccgf *structElement )parseStructElement (_dada _ff .PdfObject ){_ceccg ,_bddd :=_ff .GetDict (_dada );if !_bddd {_e .Log .Debug ("\u0070\u0061\u0072\u0073\u0065\u0053\u0074\u0072u\u0063\u0074\u0045le\u006d\u0065\u006e\u0074\u003a\u0020d\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u0020\u006f\u0062\u006a\u0065\u0063t\u0020\u006e\u006f\u0074\u0020\u0066\u006f\u0075n\u0064\u002e"); +return ;};_cfbg :=_ceccg .Get ("\u0053");_dadd :=_ceccg .Get ("\u0050\u0067");_aead :="";if _cfbg !=nil {_aead =_cfbg .String ();};_baac :=_ceccg .Get ("\u004b");_cccgf ._bgec =_aead ;_cccgf ._fbfd =_dadd ;switch _cabd :=_baac .(type ){case *_ff .PdfObjectInteger :_cccgf ._bgec =_aead ; +_cccgf ._cabe =int64 (*_cabd );_cccgf ._fbfd =_dadd ;case *_ff .PdfObjectReference :_fdgeb :=*_ff .MakeArray (_cabd );var _gdfe int64 =-1;_cccgf ._cabe =_gdfe ;if _fdgeb .Len ()==1{_adfe :=_fdgeb .Elements ()[0];_edfa ,_cabde :=_adfe .(*_ff .PdfObjectInteger ); +if _cabde {_gdfe =int64 (*_edfa );_cccgf ._cabe =_gdfe ;_cccgf ._bgec =_aead ;_cccgf ._fbfd =_dadd ;return ;};};_bdfb :=[]structElement {};for _ ,_cfgfe :=range _fdgeb .Elements (){_cagf ,_gfbe :=_cfgfe .(*_ff .PdfObjectInteger );if _gfbe {_gdfe =int64 (*_cagf ); +_cccgf ._cabe =_gdfe ;_cccgf ._bgec =_aead ;}else {_gfef :=&structElement {};_gfef .parseStructElement (_cfgfe );_bdfb =append (_bdfb ,*_gfef );};_gdfe =-1;};_cccgf ._fefd =_bdfb ;case *_ff .PdfObjectArray :_adgee :=_baac .(*_ff .PdfObjectArray );var _bacc int64 =-1; +_cccgf ._cabe =_bacc ;if _adgee .Len ()==1{_dgbd :=_adgee .Elements ()[0];_eeeaa ,_ggef :=_dgbd .(*_ff .PdfObjectInteger );if _ggef {_bacc =int64 (*_eeeaa );_cccgf ._cabe =_bacc ;_cccgf ._bgec =_aead ;_cccgf ._fbfd =_dadd ;return ;};};_gcebf :=[]structElement {}; +for _ ,_ddbd :=range _adgee .Elements (){_bgga ,_bcec :=_ddbd .(*_ff .PdfObjectInteger );if _bcec {_bacc =int64 (*_bgga );_cccgf ._cabe =_bacc ;_cccgf ._bgec =_aead ;_cccgf ._fbfd =_dadd ;}else {_ecee :=&structElement {};_ecee .parseStructElement (_ddbd ); +_gcebf =append (_gcebf ,*_ecee );};_bacc =-1;};_cccgf ._fefd =_gcebf ;};};func (_adc *shapesState )lineTo (_ceab ,_cbee float64 ){if _gegd {_e .Log .Info ("\u006c\u0069\u006eeT\u006f\u0028\u0025\u002e\u0032\u0066\u002c\u0025\u002e\u0032\u0066\u0020\u0070\u003d\u0025\u002e\u0032\u0066",_ceab ,_cbee ,_adc .devicePoint (_ceab ,_cbee )); +};_adc .addPoint (_ceab ,_cbee );};type stateStack []*textState ;func (_faac *textWord )bbox ()_b .PdfRectangle {return _faac .PdfRectangle };func (_dggdc *textTable )newTablePara ()*textPara {_gdbed :=_dggdc .computeBbox ();_beab :=&textPara {PdfRectangle :_gdbed ,_cdcbd :_gdbed ,_cegg :_dggdc }; +if _aada {_e .Log .Info ("\u006e\u0065w\u0054\u0061\u0062l\u0065\u0050\u0061\u0072\u0061\u003a\u0020\u0025\u0073",_beab );};return _beab ;};func (_eafbc paraList )computeEBBoxes (){if _bdg {_e .Log .Info ("\u0063o\u006dp\u0075\u0074\u0065\u0045\u0042\u0042\u006f\u0078\u0065\u0073\u003a"); +};for _ ,_dffe :=range _eafbc {_dffe ._cdcbd =_dffe .PdfRectangle ;};_cefc :=_eafbc .yNeighbours (0);for _ggf ,_bbeac :=range _eafbc {_dcgc :=_bbeac ._cdcbd ;_bbga ,_cbad :=-1.0e9,+1.0e9;for _ ,_fece :=range _cefc [_bbeac ]{_edea :=_eafbc [_fece ]._cdcbd ; +if _edea .Urx < _dcgc .Llx {_bbga =_ce .Max (_bbga ,_edea .Urx );}else if _dcgc .Urx < _edea .Llx {_cbad =_ce .Min (_cbad ,_edea .Llx );};};for _ccbbg ,_ceee :=range _eafbc {_cgcc :=_ceee ._cdcbd ;if _ggf ==_ccbbg ||_cgcc .Ury > _dcgc .Lly {continue ;}; +if _bbga <=_cgcc .Llx &&_cgcc .Llx < _dcgc .Llx {_dcgc .Llx =_cgcc .Llx ;}else if _cgcc .Urx <=_cbad &&_dcgc .Urx < _cgcc .Urx {_dcgc .Urx =_cgcc .Urx ;};};if _bdg {_bf .Printf ("\u0025\u0034\u0064\u003a %\u0036\u002e\u0032\u0066\u2192\u0025\u0036\u002e\u0032\u0066\u0020\u0025\u0071\u000a",_ggf ,_bbeac ._cdcbd ,_dcgc ,_ggcea (_bbeac .text (),50)); +};_bbeac ._cdcbd =_dcgc ;};if _egef {for _ ,_abbf :=range _eafbc {_abbf .PdfRectangle =_abbf ._cdcbd ;};};};func (_gffec *textTable )reduceTiling (_acccb gridTiling ,_cdaf float64 )*textTable {_fbaf :=make ([]int ,0,_gffec ._cffff );_ggeff :=make ([]int ,0,_gffec ._addag ); +_gfcec :=_acccb ._aabgb ;_dbeeb :=_acccb ._fdgd ;for _gaga :=0;_gaga < _gffec ._cffff ;_gaga ++{_cgcba :=_gaga > 0&&_ce .Abs (_dbeeb [_gaga -1]-_dbeeb [_gaga ])< _cdaf &&_gffec .emptyCompositeRow (_gaga );if !_cgcba {_fbaf =append (_fbaf ,_gaga );};};for _eead :=0; +_eead < _gffec ._addag ;_eead ++{_gbabf :=_eead < _gffec ._addag -1&&_ce .Abs (_gfcec [_eead +1]-_gfcec [_eead ])< _cdaf &&_gffec .emptyCompositeColumn (_eead );if !_gbabf {_ggeff =append (_ggeff ,_eead );};};if len (_fbaf )==_gffec ._cffff &&len (_ggeff )==_gffec ._addag {return _gffec ; +};_eedd :=textTable {_cbbdd :_gffec ._cbbdd ,_addag :len (_ggeff ),_cffff :len (_fbaf ),_bdfcg :make (map[uint64 ]compositeCell ,len (_ggeff )*len (_fbaf ))};if _aada {_e .Log .Info ("\u0072\u0065\u0064\u0075c\u0065\u0054\u0069\u006c\u0069\u006e\u0067\u003a\u0020\u0025d\u0078%\u0064\u0020\u002d\u003e\u0020\u0025\u0064x\u0025\u0064",_gffec ._addag ,_gffec ._cffff ,len (_ggeff ),len (_fbaf )); +_e .Log .Info ("\u0072\u0065d\u0075\u0063\u0065d\u0043\u006f\u006c\u0073\u003a\u0020\u0025\u002b\u0076",_ggeff );_e .Log .Info ("\u0072\u0065d\u0075\u0063\u0065d\u0052\u006f\u0077\u0073\u003a\u0020\u0025\u002b\u0076",_fbaf );};for _fbdcg ,_ggagc :=range _fbaf {for _dbba ,_cdceg :=range _ggeff {_fggac ,_edged :=_gffec .getComposite (_cdceg ,_ggagc ); +if len (_fggac )==0{continue ;};if _aada {_bf .Printf ("\u0020 \u0025\u0032\u0064\u002c \u0025\u0032\u0064\u0020\u0028%\u0032d\u002c \u0025\u0032\u0064\u0029\u0020\u0025\u0071\n",_dbba ,_fbdcg ,_cdceg ,_ggagc ,_ggcea (_fggac .merge ().text (),50));};_eedd .putComposite (_dbba ,_fbdcg ,_fggac ,_edged ); +};};return &_eedd ;};func (_eeec *textObject )setHorizScaling (_eed float64 ){if _eeec ==nil {return ;};_eeec ._eef ._ddcc =_eed ;};func (_dgfd *textLine )bbox ()_b .PdfRectangle {return _dgfd .PdfRectangle }; -// ExtractFonts returns all font information from the page extractor, including -// font name, font type, the raw data of the embedded font file (if embedded), font descriptor and more. -// -// The argument `previousPageFonts` is used when trying to build a complete font catalog for multiple pages or the entire document. -// The entries from `previousPageFonts` are added to the returned result unless already included in the page, i.e. no duplicate entries. -// -// NOTE: If previousPageFonts is nil, all fonts from the page will be returned. Use it when building up a full list of fonts for a document or page range. -func (_dgb *Extractor )ExtractFonts (previousPageFonts *PageFonts )(*PageFonts ,error ){_gdb :=PageFonts {};_cbe :=_gdb .extractPageResourcesToFont (_dgb ._feg );if _cbe !=nil {return nil ,_cbe ;};if previousPageFonts !=nil {for _ ,_fbc :=range previousPageFonts .Fonts {if !_fbfb (_gdb .Fonts ,_fbc .FontName ){_gdb .Fonts =append (_gdb .Fonts ,_fbc ); -};};};return &PageFonts {Fonts :_gdb .Fonts },nil ;};func (_bgeaf rulingList )log (_cgdd string ){if !_gfab {return ;};_b .Log .Info ("\u0023\u0023\u0023\u0020\u0025\u0031\u0030\u0073\u003a\u0020\u0076\u0065c\u0073\u003d\u0025\u0073",_cgdd ,_bgeaf .String ()); -for _dcace ,_daaf :=range _bgeaf {_d .Printf ("\u0025\u0034\u0064\u003a\u0020\u0025\u0073\u000a",_dcace ,_daaf .String ());};};func (_ebcc paraList )xNeighbours (_gcbce float64 )map[*textPara ][]int {_ecggg :=make ([]event ,2*len (_ebcc ));if _gcbce ==0{for _bfcca ,_gafef :=range _ebcc {_ecggg [2*_bfcca ]=event {_gafef .Llx ,true ,_bfcca }; -_ecggg [2*_bfcca +1]=event {_gafef .Urx ,false ,_bfcca };};}else {for _cbcgb ,_bgge :=range _ebcc {_ecggg [2*_cbcgb ]=event {_bgge .Llx -_gcbce *_bgge .fontsize (),true ,_cbcgb };_ecggg [2*_cbcgb +1]=event {_bgge .Urx +_gcbce *_bgge .fontsize (),false ,_cbcgb }; -};};return _ebcc .eventNeighbours (_ecggg );};func (_abfe *shapesState )lastpointEstablished ()(_ef .Point ,bool ){if _abfe ._aaba {return _abfe ._gbgg ,false ;};_gafe :=len (_abfe ._dgdd );if _gafe > 0&&_abfe ._dgdd [_gafe -1]._gdge {return _abfe ._dgdd [_gafe -1].last (),false ; -};return _ef .Point {},true ;};type structTreeRoot struct{_dgeg []structElement ;_dgba string ;};var _gdac =_gb .MustCompile ("\u005e\u005c\u0073\u002a\u0028\u005c\u0064\u002b\u005c\u002e\u003f|\u005b\u0049\u0069\u0076\u005d\u002b\u0029\u005c\u0073\u002a\\\u0029\u003f\u0024"); -func (_daeee *textWord )computeText ()string {_dfdeg :=make ([]string ,len (_daeee ._ecdf ));for _bgdcf ,_acbgc :=range _daeee ._ecdf {_dfdeg [_bgdcf ]=_acbgc ._aaag ;};return _ge .Join (_dfdeg ,"");};func (_efdfbg *structTreeRoot )buildList (_ffded map[int ][]*textLine ,_cde _gbc .PdfObject )[]*list {if _efdfbg ==nil {_b .Log .Debug ("\u0062\u0075\u0069\u006c\u0064\u004c\u0069\u0073\u0074\u003a\u0020t\u0072\u0065\u0065\u0052\u006f\u006f\u0074\u0020\u0069\u0073 \u006e\u0069\u006c"); -return nil ;};var _egfaf *structElement ;_gdbg :=[]structElement {};if len (_efdfbg ._dgeg )==1{_bdcb :=_efdfbg ._dgeg [0]._adfb ;if _bdcb =="\u0044\u006f\u0063\u0075\u006d\u0065\u006e\u0074"||_bdcb =="\u0053\u0065\u0063\u0074"||_bdcb =="\u0050\u0061\u0072\u0074"||_bdcb =="\u0044\u0069\u0076"||_bdcb =="\u0041\u0072\u0074"{_egfaf =&_efdfbg ._dgeg [0]; -};}else {_egfaf =&structElement {_fbcba :_efdfbg ._dgeg ,_adfb :_efdfbg ._dgba };};if _egfaf ==nil {_b .Log .Debug ("\u0062\u0075\u0069\u006cd\u004c\u0069\u0073\u0074\u003a\u0020\u0074\u006f\u0070\u0045l\u0065m\u0065\u006e\u0074\u0020\u0069\u0073\u0020n\u0069\u006c"); -return nil ;};for _ ,_efgc :=range _egfaf ._fbcba {if _efgc ._adfb =="\u004c"{_gdbg =append (_gdbg ,_efgc );}else if _efgc ._adfb =="\u0054\u0061\u0062l\u0065"{_dfad :=_dfde (_efgc );_gdbg =append (_gdbg ,_dfad ...);};};_fbde :=_abgf (_gdbg ,_ffded ,_cde ); -var _gfdf []*list ;for _ ,_adgc :=range _fbde {_gacef :=_fcda (_adgc );_gfdf =append (_gfdf ,_gacef ...);};return _gfdf ;};func (_cfebe *textPara )taken ()bool {return _cfebe ==nil ||_cfebe ._bfaab };func (_aggf rulingList )removeDuplicates ()rulingList {if len (_aggf )==0{return nil ; -};_aggf .sort ();_gaab :=rulingList {_aggf [0]};for _ ,_fcgg :=range _aggf [1:]{if _fcgg .equals (_gaab [len (_gaab )-1]){continue ;};_gaab =append (_gaab ,_fcgg );};return _gaab ;};func _egfa (_cfeff []*textLine ,_egaga string ,_gafea []*list )*list {return &list {_eadba :_cfeff ,_dbaad :_egaga ,_bdfaa :_gafea }; -};func (_ccad *textPara )toTextMarks (_bgdd *int )[]TextMark {if _ccad ._cece ==nil {return _ccad .toCellTextMarks (_bgdd );};var _cdbe []TextMark ;for _ffabc :=0;_ffabc < _ccad ._cece ._egbbf ;_ffabc ++{for _febgg :=0;_febgg < _ccad ._cece ._ddcega ;_febgg ++{_bfbd :=_ccad ._cece .get (_febgg ,_ffabc ); -if _bfbd ==nil {_cdbe =_eaagb (_cdbe ,_bgdd ,"\u0009");}else {_ffffg :=_bfbd .toCellTextMarks (_bgdd );_cdbe =append (_cdbe ,_ffffg ...);};_cdbe =_eaagb (_cdbe ,_bgdd ,"\u0020");};if _ffabc < _ccad ._cece ._egbbf -1{_cdbe =_eaagb (_cdbe ,_bgdd ,"\u000a"); -};};_fdce :=_ccad ._cece ;if _fdce .isExportable (){_fgeb :=_fdce .toTextTable ();_cdbe =_daac (_cdbe ,&_fgeb );};return _cdbe ;};func (_ccfbe rulingList )augmentGrid ()(rulingList ,rulingList ){_cbgde ,_gaacf :=_ccfbe .vertsHorzs ();if len (_cbgde )==0||len (_gaacf )==0{return _cbgde ,_gaacf ; -};_dacd ,_abgfg :=_cbgde ,_gaacf ;_bafac :=_cbgde .bbox ();_cdbbf :=_gaacf .bbox ();if _gfab {_b .Log .Info ("\u0061u\u0067\u006d\u0065\u006e\u0074\u0047\u0072\u0069\u0064\u003a\u0020b\u0062\u006f\u0078\u0056\u003d\u0025\u0036\u002e\u0032\u0066",_bafac ); -_b .Log .Info ("\u0061u\u0067\u006d\u0065\u006e\u0074\u0047\u0072\u0069\u0064\u003a\u0020b\u0062\u006f\u0078\u0048\u003d\u0025\u0036\u002e\u0032\u0066",_cdbbf );};var _ebcbf ,_ecdeg ,_fggc ,_fbdd *ruling ;if _cdbbf .Llx < _bafac .Llx -_beac {_ebcbf =&ruling {_cebe :_cccg ,_gcafd :_cege ,_gbaff :_cdbbf .Llx ,_fabe :_bafac .Lly ,_ccba :_bafac .Ury }; -_cbgde =append (rulingList {_ebcbf },_cbgde ...);};if _cdbbf .Urx > _bafac .Urx +_beac {_ecdeg =&ruling {_cebe :_cccg ,_gcafd :_cege ,_gbaff :_cdbbf .Urx ,_fabe :_bafac .Lly ,_ccba :_bafac .Ury };_cbgde =append (_cbgde ,_ecdeg );};if _bafac .Lly < _cdbbf .Lly -_beac {_fggc =&ruling {_cebe :_cccg ,_gcafd :_bfcbd ,_gbaff :_bafac .Lly ,_fabe :_cdbbf .Llx ,_ccba :_cdbbf .Urx }; -_gaacf =append (rulingList {_fggc },_gaacf ...);};if _bafac .Ury > _cdbbf .Ury +_beac {_fbdd =&ruling {_cebe :_cccg ,_gcafd :_bfcbd ,_gbaff :_bafac .Ury ,_fabe :_cdbbf .Llx ,_ccba :_cdbbf .Urx };_gaacf =append (_gaacf ,_fbdd );};if len (_cbgde )+len (_gaacf )==len (_ccfbe ){return _dacd ,_abgfg ; -};_dgda :=append (_cbgde ,_gaacf ...);_ccfbe .log ("u\u006e\u0061\u0075\u0067\u006d\u0065\u006e\u0074\u0065\u0064");_dgda .log ("\u0061u\u0067\u006d\u0065\u006e\u0074\u0065d");return _cbgde ,_gaacf ;};func (_bcfge rulingList )merge ()*ruling {_cfedd :=_bcfge [0]._gbaff ; -_fbgb :=_bcfge [0]._fabe ;_ddcde :=_bcfge [0]._ccba ;for _ ,_ccfca :=range _bcfge [1:]{_cfedd +=_ccfca ._gbaff ;if _ccfca ._fabe < _fbgb {_fbgb =_ccfca ._fabe ;};if _ccfca ._ccba > _ddcde {_ddcde =_ccfca ._ccba ;};};_bgdc :=&ruling {_gcafd :_bcfge [0]._gcafd ,_cebe :_bcfge [0]._cebe ,Color :_bcfge [0].Color ,_gbaff :_cfedd /float64 (len (_bcfge )),_fabe :_fbgb ,_ccba :_ddcde }; -if _bffed {_b .Log .Info ("\u006de\u0072g\u0065\u003a\u0020\u0025\u0032d\u0020\u0076e\u0063\u0073\u0020\u0025\u0073",len (_bcfge ),_bgdc );for _egbed ,_cdccf :=range _bcfge {_d .Printf ("\u0025\u0034\u0064\u003a\u0020\u0025\u0073\u000a",_egbed ,_cdccf ); -};};return _bgdc ;};func _defc (_beaca *paraList )map[int ][]*textLine {_bfba :=map[int ][]*textLine {};for _ ,_fgge :=range *_beaca {for _ ,_eefa :=range _fgge ._gdc {if !_egdbf (_eefa ){_b .Log .Debug ("g\u0072\u006f\u0075p\u004c\u0069\u006e\u0065\u0073\u003a\u0020\u0054\u0068\u0065\u0020\u0074\u0065\u0078\u0074\u0020\u006c\u0069\u006e\u0065\u0020\u0063\u006f\u006e\u0074a\u0069\u006e\u0073 \u006d\u006f\u0072\u0065\u0020\u0074\u0068\u0061\u006e\u0020\u006f\u006e\u0065 \u006d\u0063\u0069\u0064 \u006e\u0075\u006d\u0062e\u0072\u002e\u0020\u0049\u0074\u0020\u0073\u0068\u006f\u0075\u006c\u0064\u0020\u0062\u0065\u0020\u0073p\u006c\u0069\u0074\u002e"); -continue ;};_fgffg :=_eefa ._edee [0]._ecdf [0]._bcab ;_bfba [_fgffg ]=append (_bfba [_fgffg ],_eefa );};if _fgge ._cece !=nil {_ebae :=_fgge ._cece ._bcec ;for _ ,_ebdb :=range _ebae {for _ ,_fgga :=range _ebdb ._gdc {if !_egdbf (_fgga ){_b .Log .Debug ("g\u0072\u006f\u0075p\u004c\u0069\u006e\u0065\u0073\u003a\u0020\u0054\u0068\u0065\u0020\u0074\u0065\u0078\u0074\u0020\u006c\u0069\u006e\u0065\u0020\u0063\u006f\u006e\u0074a\u0069\u006e\u0073 \u006d\u006f\u0072\u0065\u0020\u0074\u0068\u0061\u006e\u0020\u006f\u006e\u0065 \u006d\u0063\u0069\u0064 \u006e\u0075\u006d\u0062e\u0072\u002e\u0020\u0049\u0074\u0020\u0073\u0068\u006f\u0075\u006c\u0064\u0020\u0062\u0065\u0020\u0073p\u006c\u0069\u0074\u002e"); -continue ;};_dbdc :=_fgga ._edee [0]._ecdf [0]._bcab ;_bfba [_dbdc ]=append (_bfba [_dbdc ],_fgga );};};};};return _bfba ;};func _feeb (_bcbfa []pathSection )rulingList {_gdfgg (_bcbfa );if _gfab {_b .Log .Info ("\u006d\u0061k\u0065\u0053\u0074\u0072\u006f\u006b\u0065\u0052\u0075\u006c\u0069\u006e\u0067\u0073\u003a\u0020\u0025\u0064\u0020\u0073\u0074\u0072ok\u0065\u0073",len (_bcbfa )); -};var _ggff rulingList ;for _ ,_fcfgdb :=range _bcbfa {for _ ,_ffcfc :=range _fcfgdb ._cdc {if len (_ffcfc ._agea )< 2{continue ;};_dffbg :=_ffcfc ._agea [0];for _ ,_cfdfe :=range _ffcfc ._agea [1:]{if _adfgfg ,_fabb :=_bfge (_dffbg ,_cfdfe ,_fcfgdb .Color ); -_fabb {_ggff =append (_ggff ,_adfgfg );};_dffbg =_cfdfe ;};};};if _gfab {_b .Log .Info ("m\u0061\u006b\u0065\u0053tr\u006fk\u0065\u0052\u0075\u006c\u0069n\u0067\u0073\u003a\u0020\u0025\u0073",_ggff );};return _ggff ;};func (_bfad rectRuling )checkWidth (_dfecf ,_eddbe float64 )(float64 ,bool ){_daage :=_eddbe -_dfecf ; -_caddc :=_daage <=_egba ;return _daage ,_caddc ;};type textMark struct{_bg .PdfRectangle ;_ecefa int ;_aaag string ;_aca string ;_bebg *_bg .PdfFont ;_cfgcd float64 ;_deed float64 ;_aefd _ef .Matrix ;_dadg _ef .Point ;_beceb _bg .PdfRectangle ;_ddbdc _ab .Color ; -_dgad _ab .Color ;_afabc _gbc .PdfObject ;_gabe []string ;Tw float64 ;Th float64 ;_bcab int ;_fcbe int ;};func (_cdba *stateStack )empty ()bool {return len (*_cdba )==0};func _cfda (_ddad ,_edbg bounded )float64 {_adebc :=_fgc (_ddad ,_edbg );if !_gacaa (_adebc ){return _adebc ; -};return _ccfa (_ddad ,_edbg );};func (_bagdg *textPara )fontsize ()float64 {return _bagdg ._gdc [0]._gdbd }; +// String returns a string describing `pt`. +func (_ddcf PageText )String ()string {_ebe :=_bf .Sprintf ("P\u0061\u0067\u0065\u0054ex\u0074:\u0020\u0025\u0064\u0020\u0065l\u0065\u006d\u0065\u006e\u0074\u0073",len (_ddcf ._eca ));_gdea :=[]string {"\u002d"+_ebe };for _ ,_eccg :=range _ddcf ._eca {_gdea =append (_gdea ,_eccg .String ()); +};_gdea =append (_gdea ,"\u002b"+_ebe );return _bfb .Join (_gdea ,"\u000a");};func (_dfeef *textObject )getFont (_dcce string )(*_b .PdfFont ,error ){if _dfeef ._beec ._cbg !=nil {_fef ,_fedc :=_dfeef .getFontDict (_dcce );if _fedc !=nil {_e .Log .Debug ("\u0045\u0052\u0052OR\u003a\u0020\u0067\u0065\u0074\u0046\u006f\u006e\u0074:\u0020n\u0061m\u0065=\u0025\u0073\u002c\u0020\u0065\u0072\u0072\u006f\u0072\u003a\u0020\u0025\u0073",_dcce ,_fedc .Error ()); +return nil ,_fedc ;};_dfeef ._beec ._ddd ++;_fcde ,_efbc :=_dfeef ._beec ._cbg [_fef .String ()];if _efbc {_fcde ._dcgd =_dfeef ._beec ._ddd ;return _fcde ._eeecc ,nil ;};};_gag ,_cgdba :=_dfeef .getFontDict (_dcce );if _cgdba !=nil {return nil ,_cgdba ; +};_fbdcc ,_cgdba :=_dfeef .getFontDirect (_dcce );if _cgdba !=nil {return nil ,_cgdba ;};if _dfeef ._beec ._cbg !=nil {_aab :=fontEntry {_fbdcc ,_dfeef ._beec ._ddd };if len (_dfeef ._beec ._cbg )>=_bbg {var _abba []string ;for _agbg :=range _dfeef ._beec ._cbg {_abba =append (_abba ,_agbg ); +};_fd .Slice (_abba ,func (_fbac ,_bbfe int )bool {return _dfeef ._beec ._cbg [_abba [_fbac ]]._dcgd < _dfeef ._beec ._cbg [_abba [_bbfe ]]._dcgd ;});delete (_dfeef ._beec ._cbg ,_abba [0]);};_dfeef ._beec ._cbg [_gag .String ()]=_aab ;};return _fbdcc ,nil ; +};func (_aagb compositeCell )hasLines (_cfffe []*textLine )bool {for _gdce ,_cafb :=range _cfffe {_gafcf :=_fccd (_aagb .PdfRectangle ,_cafb .PdfRectangle );if _aada {_bf .Printf ("\u0020\u0020\u0020\u0020\u0020\u0020\u005e\u005e\u005e\u0069\u006e\u0074\u0065\u0072\u0073e\u0063t\u0073\u003d\u0025\u0074\u0020\u0025\u0064\u0020\u006f\u0066\u0020\u0025\u0064\u000a",_gafcf ,_gdce ,len (_cfffe )); +_bf .Printf ("\u0020\u0020\u0020\u0020 \u005e\u005e\u005e\u0063\u006f\u006d\u0070\u006f\u0073\u0069\u0074\u0065\u003d\u0025s\u000a",_aagb );_bf .Printf ("\u0020 \u0020 \u0020\u0020\u0020\u006c\u0069\u006e\u0065\u003d\u0025\u0073\u000a",_cafb );};if _gafcf {return true ; +};};return false ;};func (_ffbf *ruling )gridIntersecting (_fgaa *ruling )bool {return _gfeee (_ffbf ._efbba ,_fgaa ._efbba )&&_gfeee (_ffbf ._daba ,_fgaa ._daba );};func (_eafgg paraList )findTableGrid (_efbeb gridTiling )(*textTable ,map[*textPara ]struct{}){_acffg :=len (_efbeb ._aabgb ); +_dfbc :=len (_efbeb ._fdgd );_dbgbd :=textTable {_cbbdd :true ,_addag :_acffg ,_cffff :_dfbc ,_egbgg :make (map[uint64 ]*textPara ,_acffg *_dfbc ),_bdfcg :make (map[uint64 ]compositeCell ,_acffg *_dfbc )};_dbgbd .PdfRectangle =_efbeb .PdfRectangle ;_agadd :=make (map[*textPara ]struct{}); +_gcdbf :=int ((1.0-_degb )*float64 (_acffg *_dfbc ));_adbgf :=0;if _gacae {_e .Log .Info ("\u0066\u0069\u006e\u0064Ta\u0062\u006c\u0065\u0047\u0072\u0069\u0064\u003a\u0020\u0025\u0064\u0020\u0078\u0020%\u0064",_acffg ,_dfbc );};for _gbggg ,_bdea :=range _efbeb ._fdgd {_acgb ,_faedf :=_efbeb ._caabf [_bdea ]; +if !_faedf {continue ;};for _dgfcb ,_cafbc :=range _efbeb ._aabgb {_cdefc ,_ddad :=_acgb [_cafbc ];if !_ddad {continue ;};_ggfdc :=_eafgg .inTile (_cdefc );if len (_ggfdc )==0{_adbgf ++;if _adbgf > _gcdbf {if _gacae {_e .Log .Info ("\u0021\u006e\u0075m\u0045\u006d\u0070\u0074\u0079\u003d\u0025\u0064",_adbgf ); +};return nil ,nil ;};}else {_dbgbd .putComposite (_dgfcb ,_gbggg ,_ggfdc ,_cdefc .PdfRectangle );for _ ,_ddeee :=range _ggfdc {_agadd [_ddeee ]=struct{}{};};};};};_edfg :=0;for _aggae :=0;_aggae < _acffg ;_aggae ++{_bbeg :=_dbgbd .get (_aggae ,0);if _bbeg ==nil ||!_bbeg ._cdcca {_edfg ++; +};};if _edfg ==0{if _gacae {_e .Log .Info ("\u0021\u006e\u0075m\u0048\u0065\u0061\u0064\u0065\u0072\u003d\u0030");};return nil ,nil ;};_fbeagd :=_dbgbd .reduceTiling (_efbeb ,_cgcb );_fbeagd =_fbeagd .subdivide ();return _fbeagd ,_agadd ;};func (_befd *textLine )markWordBoundaries (){_eeef :=_gebb *_befd ._efde ; +for _ceac ,_befa :=range _befd ._edge [1:]{if _aged (_befa ,_befd ._edge [_ceac ])>=_eeef {_befa ._gcccd =true ;};};};func (_geea *ruling )equals (_eaaga *ruling )bool {return _geea ._facdf ==_eaaga ._facdf &&_gfeee (_geea ._efadf ,_eaaga ._efadf )&&_gfeee (_geea ._efbba ,_eaaga ._efbba )&&_gfeee (_geea ._daba ,_eaaga ._daba ); +};func (_aacfa *textTable )get (_efga ,_eafd int )*textPara {return _aacfa ._egbgg [_fbfgf (_efga ,_eafd )]};func _gabdf (_dfed []*textMark ,_ddffd _b .PdfRectangle )[]*textWord {var _ggcgg []*textWord ;var _debf *textWord ;if _ecfc {_e .Log .Info ("\u006d\u0061\u006beT\u0065\u0078\u0074\u0057\u006f\u0072\u0064\u0073\u003a\u0020\u0025\u0064\u0020\u006d\u0061\u0072\u006b\u0073",len (_dfed )); +};_aaed :=func (){if _debf !=nil {_ggdaa :=_debf .computeText ();if !_gbcg (_ggdaa ){_debf ._deccc =_ggdaa ;_ggcgg =append (_ggcgg ,_debf );if _ecfc {_e .Log .Info ("\u0061\u0064\u0064Ne\u0077\u0057\u006f\u0072\u0064\u003a\u0020\u0025\u0064\u003a\u0020\u0077\u006f\u0072\u0064\u003d\u0025\u0073",len (_ggcgg )-1,_debf .String ()); +for _eegda ,_fdag :=range _debf ._bggbb {_bf .Printf ("\u0025\u0034\u0064\u003a\u0020\u0025\u0073\u000a",_eegda ,_fdag .String ());};};};_debf =nil ;};};for _ ,_dagae :=range _dfed {if _bgcff &&_debf !=nil &&len (_debf ._bggbb )> 0{_ceacf :=_debf ._bggbb [len (_debf ._bggbb )-1]; +_bafa ,_fdcgb :=_cafae (_dagae ._gddf );_baffg ,_daac :=_cafae (_ceacf ._gddf );if _fdcgb &&!_daac &&_ceacf .inDiacriticArea (_dagae ){_debf .addDiacritic (_bafa );continue ;};if _daac &&!_fdcgb &&_dagae .inDiacriticArea (_ceacf ){_debf ._bggbb =_debf ._bggbb [:len (_debf ._bggbb )-1]; +_debf .appendMark (_dagae ,_ddffd );_debf .addDiacritic (_baffg );continue ;};};_gafcfe :=_gbcg (_dagae ._gddf );if _gafcfe {_aaed ();continue ;};if _debf ==nil &&!_gafcfe {_debf =_cfegg ([]*textMark {_dagae },_ddffd );continue ;};_dbgc :=_debf ._ecdce ; +_bgadf :=_ce .Abs (_gced (_ddffd ,_dagae )-_debf ._bagdd )/_dbgc ;_abfaf :=_aged (_dagae ,_debf )/_dbgc ;if _abfaf >=_dgab ||!(-_gbcc <=_abfaf &&_bgadf <=_ebagb ){_aaed ();_debf =_cfegg ([]*textMark {_dagae },_ddffd );continue ;};_debf .appendMark (_dagae ,_ddffd ); +};_aaed ();return _ggcgg ;};type cachedImage struct{_cfa *_b .Image ;_gfe _b .PdfColorspace ;};func (_cfcf *textObject )reset (){_cfcf ._cdffg =_da .IdentityMatrix ();_cfcf ._fea =_da .IdentityMatrix ();_cfcf ._daeb =nil ;};func (_fcg *textObject )moveLP (_bdag ,_gfggg float64 ){_fcg ._fea .Concat (_da .NewMatrix (1,0,0,1,_bdag ,_gfggg )); +_fcg ._cdffg =_fcg ._fea ;}; -// String returns a human readable description of `vecs`. -func (_babe rulingList )String ()string {if len (_babe )==0{return "\u007b \u0045\u004d\u0050\u0054\u0059\u0020}";};_edefe ,_faad :=_babe .vertsHorzs ();_febge :=len (_edefe );_edea :=len (_faad );if _febge ==0||_edea ==0{return _d .Sprintf ("\u007b%\u0064\u0020\u0078\u0020\u0025\u0064}",_febge ,_edea ); -};_fdac :=_bg .PdfRectangle {Llx :_edefe [0]._gbaff ,Urx :_edefe [_febge -1]._gbaff ,Lly :_faad [_edea -1]._gbaff ,Ury :_faad [0]._gbaff };return _d .Sprintf ("\u007b\u0025d\u0020\u0078\u0020%\u0064\u003a\u0020\u0025\u0036\u002e\u0032\u0066\u007d",_febge ,_edea ,_fdac ); -};func (_gdfb paraList )readBefore (_gcfe []int ,_edga ,_ggef int )bool {_ffffe ,_baaa :=_gdfb [_edga ],_gdfb [_ggef ];if _begbef (_ffffe ,_baaa )&&_ffffe .Lly > _baaa .Lly {return true ;};if !(_ffffe ._dgcfe .Urx < _baaa ._dgcfe .Llx ){return false ;}; -_dgbba ,_dggfb :=_ffffe .Lly ,_baaa .Lly ;if _dgbba > _dggfb {_dggfb ,_dgbba =_dgbba ,_dggfb ;};_cefa :=_bb .Max (_ffffe ._dgcfe .Llx ,_baaa ._dgcfe .Llx );_bebe :=_bb .Min (_ffffe ._dgcfe .Urx ,_baaa ._dgcfe .Urx );_gcadc :=_gdfb .llyRange (_gcfe ,_dgbba ,_dggfb ); -for _ ,_gfede :=range _gcadc {if _gfede ==_edga ||_gfede ==_ggef {continue ;};_affd :=_gdfb [_gfede ];if _affd ._dgcfe .Llx <=_bebe &&_cefa <=_affd ._dgcfe .Urx {return false ;};};return true ;};func _ce (_ag string ,_ed bool ,_cb bool )BidiText {_bc :="\u006c\u0074\u0072"; -if _cb {_bc ="\u0074\u0074\u0062";}else if !_ed {_bc ="\u0072\u0074\u006c";};return BidiText {_feb :_ag ,_cae :_bc };}; \ No newline at end of file +// Marks returns the TextMark collection for a page. It represents all the text on the page. +func (_gcbf PageText )Marks ()*TextMarkArray {return &TextMarkArray {_gaac :_gcbf ._ebdc }};func _gfbeg (_gfbbf _b .PdfRectangle ,_eeff []*textLine )*textPara {return &textPara {PdfRectangle :_gfbbf ,_bbgab :_eeff };};func _gbdg (_faae *textLine )bool {_acfb :=true ; +_fada :=-1;for _ ,_dadb :=range _faae ._edge {for _ ,_geeee :=range _dadb ._bggbb {_dbddf :=_geeee ._faad ;if _fada ==-1{_fada =_dbddf ;}else {if _fada !=_dbddf {_acfb =false ;break ;};};};};return _acfb ;};func (_eagb *subpath )clear (){*_eagb =subpath {}}; +func _bcef (_cfega map[int ][]float64 )[]int {_acecb :=make ([]int ,len (_cfega ));_efagf :=0;for _cgfa :=range _cfega {_acecb [_efagf ]=_cgfa ;_efagf ++;};_fd .Ints (_acecb );return _acecb ;};func _aagd (_aebf _b .PdfRectangle )textState {return textState {_ddcc :100,_ddgg :RenderModeFill ,_dgbba :_aebf }; +};func (_dbe *PageFonts )extractPageResourcesToFont (_bba *_b .PdfPageResources )error {if _bba .Font ==nil {return _ad .New (_agd );};_gbe ,_dbea :=_ff .GetDict (_bba .Font );if !_dbea {return _ad .New (_gge );};for _ ,_ffb :=range _gbe .Keys (){var (_ced =true ; +_dcc []byte ;_acg string ;);_cddg ,_age :=_bba .GetFontByName (_ffb );if !_age {return _ad .New (_gfa );};_bfe ,_bgc :=_b .NewPdfFontFromPdfObject (_cddg );if _bgc !=nil {return _bgc ;};_eabff :=_bfe .FontDescriptor ();_fbfa :=_bfe .FontDescriptor ().FontName .String (); +_bcd :=_bfe .Subtype ();if _cac (_dbe .Fonts ,_fbfa ){continue ;};if len (_bfe .ToUnicode ())==0{_ced =false ;};if _eabff .FontFile !=nil {if _dfgc ,_ca :=_ff .GetStream (_eabff .FontFile );_ca {_dcc ,_bgc =_ff .DecodeStream (_dfgc );if _bgc !=nil {return _bgc ; +};_acg =_fbfa +"\u002e\u0070\u0066\u0062";};}else if _eabff .FontFile2 !=nil {if _ecb ,_gfag :=_ff .GetStream (_eabff .FontFile2 );_gfag {_dcc ,_bgc =_ff .DecodeStream (_ecb );if _bgc !=nil {return _bgc ;};_acg =_fbfa +"\u002e\u0074\u0074\u0066";};}else if _eabff .FontFile3 !=nil {if _fgd ,_bdac :=_ff .GetStream (_eabff .FontFile3 ); +_bdac {_dcc ,_bgc =_ff .DecodeStream (_fgd );if _bgc !=nil {return _bgc ;};_acg =_fbfa +"\u002e\u0063\u0066\u0066";};};if len (_acg )< 1{_e .Log .Debug (_dbb );};_bcg :=Font {FontName :_fbfa ,PdfFont :_bfe ,IsCID :_bfe .IsCID (),IsSimple :_bfe .IsSimple (),ToUnicode :_ced ,FontType :_bcd ,FontData :_dcc ,FontFileName :_acg ,FontDescriptor :_eabff }; +_dbe .Fonts =append (_dbe .Fonts ,_bcg );};return nil ;};func _ddae (_adde []rulingList )(rulingList ,rulingList ){var _cffag rulingList ;for _ ,_cbddf :=range _adde {_cffag =append (_cffag ,_cbddf ...);};return _cffag .vertsHorzs ();};func (_cecf *wordBag )pullWord (_ceg *textWord ,_bbgc int ,_fcbeb map[int ]map[*textWord ]struct{}){_cecf .PdfRectangle =_badbb (_cecf .PdfRectangle ,_ceg .PdfRectangle ); +if _ceg ._ecdce > _cecf ._dbfbe {_cecf ._dbfbe =_ceg ._ecdce ;};_cecf ._ecfd [_bbgc ]=append (_cecf ._ecfd [_bbgc ],_ceg );_fcbeb [_bbgc ][_ceg ]=struct{}{};};func (_gadc paraList )addNeighbours (){_cccef :=func (_bbcdb []int ,_aadea *textPara )([]*textPara ,[]*textPara ){_cbfdf :=make ([]*textPara ,0,len (_bbcdb )-1); +_bcaa :=make ([]*textPara ,0,len (_bbcdb )-1);for _ ,_egbb :=range _bbcdb {_fcab :=_gadc [_egbb ];if _fcab .Urx <=_aadea .Llx {_cbfdf =append (_cbfdf ,_fcab );}else if _fcab .Llx >=_aadea .Urx {_bcaa =append (_bcaa ,_fcab );};};return _cbfdf ,_bcaa ;}; +_abfe :=func (_deabcf []int ,_dbefb *textPara )([]*textPara ,[]*textPara ){_ffdea :=make ([]*textPara ,0,len (_deabcf )-1);_abcgb :=make ([]*textPara ,0,len (_deabcf )-1);for _ ,_ebcfc :=range _deabcf {_gdae :=_gadc [_ebcfc ];if _gdae .Ury <=_dbefb .Lly {_abcgb =append (_abcgb ,_gdae ); +}else if _gdae .Lly >=_dbefb .Ury {_ffdea =append (_ffdea ,_gdae );};};return _ffdea ,_abcgb ;};_ccgc :=_gadc .yNeighbours (_bdcb );for _ ,_ffbgd :=range _gadc {_gfcd :=_ccgc [_ffbgd ];if len (_gfcd )==0{continue ;};_cgfed ,_fdgg :=_cccef (_gfcd ,_ffbgd ); +if len (_cgfed )==0&&len (_fdgg )==0{continue ;};if len (_cgfed )> 0{_gbfb :=_cgfed [0];for _ ,_caga :=range _cgfed [1:]{if _caga .Urx >=_gbfb .Urx {_gbfb =_caga ;};};for _ ,_fgcce :=range _cgfed {if _fgcce !=_gbfb &&_fgcce .Urx > _gbfb .Llx {_gbfb =nil ; +break ;};};if _gbfb !=nil &&_cbdd (_ffbgd .PdfRectangle ,_gbfb .PdfRectangle ){_ffbgd ._ebff =_gbfb ;};};if len (_fdgg )> 0{_bcfb :=_fdgg [0];for _ ,_dfefb :=range _fdgg [1:]{if _dfefb .Llx <=_bcfb .Llx {_bcfb =_dfefb ;};};for _ ,_fdbebg :=range _fdgg {if _fdbebg !=_bcfb &&_fdbebg .Llx < _bcfb .Urx {_bcfb =nil ; +break ;};};if _bcfb !=nil &&_cbdd (_ffbgd .PdfRectangle ,_bcfb .PdfRectangle ){_ffbgd ._abbb =_bcfb ;};};};_ccgc =_gadc .xNeighbours (_ecde );for _ ,_abfc :=range _gadc {_cfede :=_ccgc [_abfc ];if len (_cfede )==0{continue ;};_cfefb ,_ffedeg :=_abfe (_cfede ,_abfc ); +if len (_cfefb )==0&&len (_ffedeg )==0{continue ;};if len (_ffedeg )> 0{_gdbca :=_ffedeg [0];for _ ,_dgdb :=range _ffedeg [1:]{if _dgdb .Ury >=_gdbca .Ury {_gdbca =_dgdb ;};};for _ ,_cacg :=range _ffedeg {if _cacg !=_gdbca &&_cacg .Ury > _gdbca .Lly {_gdbca =nil ; +break ;};};if _gdbca !=nil &&_fbad (_abfc .PdfRectangle ,_gdbca .PdfRectangle ){_abfc ._dabf =_gdbca ;};};if len (_cfefb )> 0{_baad :=_cfefb [0];for _ ,_aeada :=range _cfefb [1:]{if _aeada .Lly <=_baad .Lly {_baad =_aeada ;};};for _ ,_adacb :=range _cfefb {if _adacb !=_baad &&_adacb .Lly < _baad .Ury {_baad =nil ; +break ;};};if _baad !=nil &&_fbad (_abfc .PdfRectangle ,_baad .PdfRectangle ){_abfc ._cfbb =_baad ;};};};for _ ,_aeggb :=range _gadc {if _aeggb ._ebff !=nil &&_aeggb ._ebff ._abbb !=_aeggb {_aeggb ._ebff =nil ;};if _aeggb ._cfbb !=nil &&_aeggb ._cfbb ._dabf !=_aeggb {_aeggb ._cfbb =nil ; +};if _aeggb ._abbb !=nil &&_aeggb ._abbb ._ebff !=_aeggb {_aeggb ._abbb =nil ;};if _aeggb ._dabf !=nil &&_aeggb ._dabf ._cfbb !=_aeggb {_aeggb ._dabf =nil ;};};}; \ No newline at end of file diff --git a/fdf/fdf.go b/fdf/fdf.go index d2de8508c..02cbb0c01 100644 --- a/fdf/fdf.go +++ b/fdf/fdf.go @@ -10,114 +10,116 @@ // terms that can be accessed at https://unidoc.io/eula/ // Package fdf provides support for loading form field data from Form Field Data (FDF) files. -package fdf ;import (_bg "bufio";_ea "bytes";_b "encoding/hex";_dd "errors";_eb "fmt";_dc "github.com/unidoc/unipdf/v3/common";_cb "github.com/unidoc/unipdf/v3/core";_cc "io";_c "os";_e "regexp";_a "sort";_gg "strconv";_g "strings";);func (_ccbf *fdfParser )parseName ()(_cb .PdfObjectName ,error ){var _fcb _ea .Buffer ; -_ddf :=false ;for {_eeb ,_abe :=_ccbf ._fae .Peek (1);if _abe ==_cc .EOF {break ;};if _abe !=nil {return _cb .PdfObjectName (_fcb .String ()),_abe ;};if !_ddf {if _eeb [0]=='/'{_ddf =true ;_ccbf ._fae .ReadByte ();}else if _eeb [0]=='%'{_ccbf .readComment (); -_ccbf .skipSpaces ();}else {_dc .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u0020N\u0061\u006d\u0065\u0020\u0073\u0074\u0061\u0072\u0074\u0069\u006e\u0067\u0020w\u0069\u0074\u0068\u0020\u0025\u0073\u0020(\u0025\u0020\u0078\u0029",_eeb ,_eeb );return _cb .PdfObjectName (_fcb .String ()),_eb .Errorf ("\u0069n\u0076a\u006c\u0069\u0064\u0020\u006ea\u006d\u0065:\u0020\u0028\u0025\u0063\u0029",_eeb [0]); -};}else {if _cb .IsWhiteSpace (_eeb [0]){break ;}else if (_eeb [0]=='/')||(_eeb [0]=='[')||(_eeb [0]=='(')||(_eeb [0]==']')||(_eeb [0]=='<')||(_eeb [0]=='>'){break ;}else if _eeb [0]=='#'{_gfd ,_cca :=_ccbf ._fae .Peek (3);if _cca !=nil {return _cb .PdfObjectName (_fcb .String ()),_cca ; -};_ccbf ._fae .Discard (3);_ded ,_cca :=_b .DecodeString (string (_gfd [1:3]));if _cca !=nil {return _cb .PdfObjectName (_fcb .String ()),_cca ;};_fcb .Write (_ded );}else {_fd ,_ :=_ccbf ._fae .ReadByte ();_fcb .WriteByte (_fd );};};};return _cb .PdfObjectName (_fcb .String ()),nil ; -};func (_gdce *fdfParser )parseObject ()(_cb .PdfObject ,error ){_dc .Log .Trace ("\u0052e\u0061d\u0020\u0064\u0069\u0072\u0065c\u0074\u0020o\u0062\u006a\u0065\u0063\u0074");_gdce .skipSpaces ();for {_gda ,_dgga :=_gdce ._fae .Peek (2);if _dgga !=nil {return nil ,_dgga ; -};_dc .Log .Trace ("\u0050e\u0065k\u0020\u0073\u0074\u0072\u0069\u006e\u0067\u003a\u0020\u0025\u0073",string (_gda ));if _gda [0]=='/'{_fde ,_aed :=_gdce .parseName ();_dc .Log .Trace ("\u002d\u003e\u004ea\u006d\u0065\u003a\u0020\u0027\u0025\u0073\u0027",_fde ); -return &_fde ,_aed ;}else if _gda [0]=='('{_dc .Log .Trace ("\u002d>\u0053\u0074\u0072\u0069\u006e\u0067!");return _gdce .parseString ();}else if _gda [0]=='['{_dc .Log .Trace ("\u002d\u003e\u0041\u0072\u0072\u0061\u0079\u0021");return _gdce .parseArray (); -}else if (_gda [0]=='<')&&(_gda [1]=='<'){_dc .Log .Trace ("\u002d>\u0044\u0069\u0063\u0074\u0021");return _gdce .parseDict ();}else if _gda [0]=='<'{_dc .Log .Trace ("\u002d\u003e\u0048\u0065\u0078\u0020\u0073\u0074\u0072\u0069\u006e\u0067\u0021");return _gdce .parseHexString (); -}else if _gda [0]=='%'{_gdce .readComment ();_gdce .skipSpaces ();}else {_dc .Log .Trace ("\u002d\u003eN\u0075\u006d\u0062e\u0072\u0020\u006f\u0072\u0020\u0072\u0065\u0066\u003f");_gda ,_ =_gdce ._fae .Peek (15);_fgb :=string (_gda );_dc .Log .Trace ("\u0050\u0065\u0065k\u0020\u0073\u0074\u0072\u003a\u0020\u0025\u0073",_fgb ); -if (len (_fgb )> 3)&&(_fgb [:4]=="\u006e\u0075\u006c\u006c"){_cgd ,_fff :=_gdce .parseNull ();return &_cgd ,_fff ;}else if (len (_fgb )> 4)&&(_fgb [:5]=="\u0066\u0061\u006cs\u0065"){_af ,_gdg :=_gdce .parseBool ();return &_af ,_gdg ;}else if (len (_fgb )> 3)&&(_fgb [:4]=="\u0074\u0072\u0075\u0065"){_eac ,_dgbb :=_gdce .parseBool (); -return &_eac ,_dgbb ;};_bcd :=_ccc .FindStringSubmatch (_fgb );if len (_bcd )> 1{_gda ,_ =_gdce ._fae .ReadBytes ('R');_dc .Log .Trace ("\u002d\u003e\u0020\u0021\u0052\u0065\u0066\u003a\u0020\u0027\u0025\u0073\u0027",string (_gda [:]));_cbd ,_dee :=_efb (string (_gda )); -return &_cbd ,_dee ;};_dde :=_fed .FindStringSubmatch (_fgb );if len (_dde )> 1{_dc .Log .Trace ("\u002d\u003e\u0020\u004e\u0075\u006d\u0062\u0065\u0072\u0021");return _gdce .parseNumber ();};_dde =_gga .FindStringSubmatch (_fgb );if len (_dde )> 1{_dc .Log .Trace ("\u002d\u003e\u0020\u0045xp\u006f\u006e\u0065\u006e\u0074\u0069\u0061\u006c\u0020\u004e\u0075\u006d\u0062\u0065r\u0021"); -_dc .Log .Trace ("\u0025\u0020\u0073",_dde );return _gdce .parseNumber ();};_dc .Log .Debug ("\u0045R\u0052\u004f\u0052\u0020U\u006e\u006b\u006e\u006f\u0077n\u0020(\u0070e\u0065\u006b\u0020\u0022\u0025\u0073\u0022)",_fgb );return nil ,_dd .New ("\u006f\u0062\u006a\u0065\u0063t\u0020\u0070\u0061\u0072\u0073\u0069\u006e\u0067\u0020\u0065\u0072\u0072\u006fr\u0020\u002d\u0020\u0075\u006e\u0065\u0078\u0070\u0065\u0063\u0074\u0065\u0064\u0020\u0070\u0061\u0074\u0074\u0065\u0072\u006e"); -};};};var _cde =_e .MustCompile ("\u0028\u005c\u0064\u002b)\\\u0073\u002b\u0028\u005c\u0064\u002b\u0029\u005c\u0073\u002b\u006f\u0062\u006a"); - -// Load loads FDF form data from `r`. -func Load (r _cc .ReadSeeker )(*Data ,error ){_dce ,_ae :=_fee (r );if _ae !=nil {return nil ,_ae ;};_gc ,_ae :=_dce .Root ();if _ae !=nil {return nil ,_ae ;};_f ,_ag :=_cb .GetArray (_gc .Get ("\u0046\u0069\u0065\u006c\u0064\u0073"));if !_ag {return nil ,_dd .New ("\u0066\u0069\u0065\u006c\u0064\u0073\u0020\u006d\u0069s\u0073\u0069\u006e\u0067"); -};return &Data {_bf :_f ,_ddb :_gc },nil ;};func (_edc *fdfParser )readTextLine ()(string ,error ){var _ga _ea .Buffer ;for {_fc ,_gf :=_edc ._fae .Peek (1);if _gf !=nil {_dc .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0025\u0073",_gf .Error ()); -return _ga .String (),_gf ;};if (_fc [0]!='\r')&&(_fc [0]!='\n'){_bc ,_ :=_edc ._fae .ReadByte ();_ga .WriteByte (_bc );}else {break ;};};return _ga .String (),nil ;}; - -// FieldValues implements interface model.FieldValueProvider. -// Returns a map of field names to values (PdfObjects). -func (fdf *Data )FieldValues ()(map[string ]_cb .PdfObject ,error ){_aeg ,_ccd :=fdf .FieldDictionaries ();if _ccd !=nil {return nil ,_ccd ;};var _ad []string ;for _eaa :=range _aeg {_ad =append (_ad ,_eaa );};_a .Strings (_ad );_cd :=map[string ]_cb .PdfObject {}; -for _ ,_ec :=range _ad {_gd :=_aeg [_ec ];_aa :=_cb .TraceToDirectObject (_gd .Get ("\u0056"));_cd [_ec ]=_aa ;};return _cd ,nil ;};type fdfParser struct{_bfb int ;_fag int ;_cf map[int64 ]_cb .PdfObject ;_ee _cc .ReadSeeker ;_fae *_bg .Reader ;_gcc int64 ; -_ebc *_cb .PdfObjectDictionary ;};func (_cfg *fdfParser )parseFdfVersion ()(int ,int ,error ){_cfg ._ee .Seek (0,_cc .SeekStart );_ccg :=20;_ddc :=make ([]byte ,_ccg );_cfg ._ee .Read (_ddc );_def :=_ca .FindStringSubmatch (string (_ddc ));if len (_def )< 3{_deb ,_fcba ,_fcg :=_cfg .seekFdfVersionTopDown (); -if _fcg !=nil {_dc .Log .Debug ("F\u0061\u0069\u006c\u0065\u0064\u0020\u0072\u0065\u0063\u006f\u0076\u0065\u0072\u0079\u0020\u002d\u0020\u0075n\u0061\u0062\u006c\u0065\u0020\u0074\u006f\u0020\u0066\u0069nd\u0020\u0076\u0065r\u0073i\u006f\u006e");return 0,0,_fcg ; -};return _deb ,_fcba ,nil ;};_aad ,_gdcf :=_gg .Atoi (_def [1]);if _gdcf !=nil {return 0,0,_gdcf ;};_fagc ,_gdcf :=_gg .Atoi (_def [2]);if _gdcf !=nil {return 0,0,_gdcf ;};_dc .Log .Debug ("\u0046\u0064\u0066\u0020\u0076\u0065\u0072\u0073\u0069\u006f\u006e\u0020%\u0064\u002e\u0025\u0064",_aad ,_fagc ); -return _aad ,_fagc ,nil ;};func (_cdd *fdfParser )readAtLeast (_ed []byte ,_ccb int )(int ,error ){_ebg :=_ccb ;_fa :=0;_feg :=0;for _ebg > 0{_ab ,_adc :=_cdd ._fae .Read (_ed [_fa :]);if _adc !=nil {_dc .Log .Debug ("\u0045\u0052\u0052O\u0052\u0020\u0046\u0061i\u006c\u0065\u0064\u0020\u0072\u0065\u0061d\u0069\u006e\u0067\u0020\u0028\u0025\u0064\u003b\u0025\u0064\u0029\u0020\u0025\u0073",_ab ,_feg ,_adc .Error ()); -return _fa ,_dd .New ("\u0066\u0061\u0069\u006c\u0065\u0064\u0020\u0072\u0065a\u0064\u0069\u006e\u0067");};_feg ++;_fa +=_ab ;_ebg -=_ab ;};return _fa ,nil ;};func (_ac *fdfParser )getFileOffset ()int64 {_gcd ,_ :=_ac ._ee .Seek (0,_cc .SeekCurrent );_gcd -=int64 (_ac ._fae .Buffered ()); -return _gcd ;};var _ccc =_e .MustCompile ("^\u005c\u0073\u002a\u0028\\d\u002b)\u005c\u0073\u002b\u0028\u005cd\u002b\u0029\u005c\u0073\u002b\u0052");var _fed =_e .MustCompile ("\u005e\u005b\u005c\u002b\u002d\u002e\u005d\u002a\u0028\u005b\u0030\u002d9\u002e\u005d\u002b\u0029"); -func (_gba *fdfParser )parseNumber ()(_cb .PdfObject ,error ){return _cb .ParseNumber (_gba ._fae )};func (_dcb *fdfParser )skipComments ()error {if _ ,_de :=_dcb .skipSpaces ();_de !=nil {return _de ;};_df :=true ;for {_ggc ,_aaa :=_dcb ._fae .Peek (1); -if _aaa !=nil {_dc .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0025\u0073",_aaa .Error ());return _aaa ;};if _df &&_ggc [0]!='%'{return nil ;};_df =false ;if (_ggc [0]!='\r')&&(_ggc [0]!='\n'){_dcb ._fae .ReadByte ();}else {break ;};};return _dcb .skipComments (); -};var _age =_e .MustCompile ("\u0025\u0025\u0045O\u0046");func (_faeg *fdfParser )parseIndirectObject ()(_cb .PdfObject ,error ){_aaab :=_cb .PdfIndirectObject {};_dc .Log .Trace ("\u002dR\u0065a\u0064\u0020\u0069\u006e\u0064i\u0072\u0065c\u0074\u0020\u006f\u0062\u006a"); -_cda ,_afc :=_faeg ._fae .Peek (20);if _afc !=nil {_dc .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0046\u0061\u0069\u006c\u0020\u0074\u006f\u0020r\u0065a\u0064\u0020\u0069\u006e\u0064\u0069\u0072\u0065\u0063\u0074\u0020\u006f\u0062\u006a"); -return &_aaab ,_afc ;};_dc .Log .Trace ("\u0028\u0069\u006edi\u0072\u0065\u0063\u0074\u0020\u006f\u0062\u006a\u0020\u0070\u0065\u0065\u006b\u0020\u0022\u0025\u0073\u0022",string (_cda ));_ecg :=_cde .FindStringSubmatchIndex (string (_cda ));if len (_ecg )< 6{_dc .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020U\u006e\u0061\u0062l\u0065\u0020\u0074\u006f \u0066\u0069\u006e\u0064\u0020\u006f\u0062\u006a\u0065\u0063\u0074\u0020\u0073\u0069\u0067\u006e\u0061\u0074\u0075\u0072\u0065\u0020\u0028\u0025\u0073\u0029",string (_cda )); -return &_aaab ,_dd .New ("\u0075\u006e\u0061b\u006c\u0065\u0020\u0074\u006f\u0020\u0064\u0065\u0074\u0065\u0063\u0074\u0020\u0069\u006e\u0064\u0069\u0072\u0065\u0063\u0074\u0020\u006f\u0062\u006a\u0065\u0063\u0074\u0020s\u0069\u0067\u006e\u0061\u0074\u0075\u0072\u0065"); -};_faeg ._fae .Discard (_ecg [0]);_dc .Log .Trace ("O\u0066\u0066\u0073\u0065\u0074\u0073\u0020\u0025\u0020\u0064",_ecg );_dcfb :=_ecg [1]-_ecg [0];_acd :=make ([]byte ,_dcfb );_ ,_afc =_faeg .readAtLeast (_acd ,_dcfb );if _afc !=nil {_dc .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0075\u006e\u0061\u0062l\u0065\u0020\u0074\u006f\u0020\u0072\u0065\u0061\u0064\u0020-\u0020\u0025\u0073",_afc ); -return nil ,_afc ;};_dc .Log .Trace ("\u0074\u0065\u0078t\u006c\u0069\u006e\u0065\u003a\u0020\u0025\u0073",_acd );_fega :=_cde .FindStringSubmatch (string (_acd ));if len (_fega )< 3{_dc .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020U\u006e\u0061\u0062l\u0065\u0020\u0074\u006f \u0066\u0069\u006e\u0064\u0020\u006f\u0062\u006a\u0065\u0063\u0074\u0020\u0073\u0069\u0067\u006e\u0061\u0074\u0075\u0072\u0065\u0020\u0028\u0025\u0073\u0029",string (_acd )); -return &_aaab ,_dd .New ("\u0075\u006e\u0061b\u006c\u0065\u0020\u0074\u006f\u0020\u0064\u0065\u0074\u0065\u0063\u0074\u0020\u0069\u006e\u0064\u0069\u0072\u0065\u0063\u0074\u0020\u006f\u0062\u006a\u0065\u0063\u0074\u0020s\u0069\u0067\u006e\u0061\u0074\u0075\u0072\u0065"); -};_dda ,_ :=_gg .Atoi (_fega [1]);_add ,_ :=_gg .Atoi (_fega [2]);_aaab .ObjectNumber =int64 (_dda );_aaab .GenerationNumber =int64 (_add );for {_ddg ,_eef :=_faeg ._fae .Peek (2);if _eef !=nil {return &_aaab ,_eef ;};_dc .Log .Trace ("I\u006ed\u002e\u0020\u0070\u0065\u0065\u006b\u003a\u0020%\u0073\u0020\u0028\u0025 x\u0029\u0021",string (_ddg ),string (_ddg )); -if _cb .IsWhiteSpace (_ddg [0]){_faeg .skipSpaces ();}else if _ddg [0]=='%'{_faeg .skipComments ();}else if (_ddg [0]=='<')&&(_ddg [1]=='<'){_dc .Log .Trace ("\u0043\u0061\u006c\u006c\u0020\u0050\u0061\u0072\u0073e\u0044\u0069\u0063\u0074");_aaab .PdfObject ,_eef =_faeg .parseDict (); -_dc .Log .Trace ("\u0045\u004f\u0046\u0020Ca\u006c\u006c\u0020\u0050\u0061\u0072\u0073\u0065\u0044\u0069\u0063\u0074\u003a\u0020%\u0076",_eef );if _eef !=nil {return &_aaab ,_eef ;};_dc .Log .Trace ("\u0050\u0061\u0072\u0073\u0065\u0064\u0020\u0064\u0069\u0063t\u0069\u006f\u006e\u0061\u0072\u0079\u002e.\u002e\u0020\u0066\u0069\u006e\u0069\u0073\u0068\u0065\u0064\u002e"); -}else if (_ddg [0]=='/')||(_ddg [0]=='(')||(_ddg [0]=='[')||(_ddg [0]=='<'){_aaab .PdfObject ,_eef =_faeg .parseObject ();if _eef !=nil {return &_aaab ,_eef ;};_dc .Log .Trace ("P\u0061\u0072\u0073\u0065\u0064\u0020o\u0062\u006a\u0065\u0063\u0074\u0020\u002e\u002e\u002e \u0066\u0069\u006ei\u0073h\u0065\u0064\u002e"); -}else {if _ddg [0]=='e'{_gdfc ,_bddd :=_faeg .readTextLine ();if _bddd !=nil {return nil ,_bddd ;};if len (_gdfc )>=6&&_gdfc [0:6]=="\u0065\u006e\u0064\u006f\u0062\u006a"{break ;};}else if _ddg [0]=='s'{_ddg ,_ =_faeg ._fae .Peek (10);if string (_ddg [:6])=="\u0073\u0074\u0072\u0065\u0061\u006d"{_cdb :=6; -if len (_ddg )> 6{if _cb .IsWhiteSpace (_ddg [_cdb ])&&_ddg [_cdb ]!='\r'&&_ddg [_cdb ]!='\n'{_dc .Log .Debug ("\u004e\u006fn\u002d\u0063\u006f\u006e\u0066\u006f\u0072\u006d\u0061\u006e\u0074\u0020\u0046\u0044\u0046\u0020\u006e\u006f\u0074 \u0065\u006e\u0064\u0069\u006e\u0067 \u0073\u0074\u0072\u0065\u0061\u006d\u0020\u006c\u0069\u006e\u0065\u0020\u0070\u0072o\u0070\u0065r\u006c\u0079\u0020\u0077i\u0074\u0068\u0020\u0045\u004fL\u0020\u006d\u0061\u0072\u006b\u0065\u0072"); -_cdb ++;};if _ddg [_cdb ]=='\r'{_cdb ++;if _ddg [_cdb ]=='\n'{_cdb ++;};}else if _ddg [_cdb ]=='\n'{_cdb ++;};};_faeg ._fae .Discard (_cdb );_cbgf ,_gfge :=_aaab .PdfObject .(*_cb .PdfObjectDictionary );if !_gfge {return nil ,_dd .New ("\u0073\u0074\u0072\u0065\u0061\u006d\u0020\u006f\u0062\u006a\u0065\u0063\u0074\u0020\u006di\u0073s\u0069\u006e\u0067\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079"); -};_dc .Log .Trace ("\u0053\u0074\u0072\u0065\u0061\u006d\u0020\u0064\u0069c\u0074\u0020\u0025\u0073",_cbgf );_fab ,_cfcc :=_cbgf .Get ("\u004c\u0065\u006e\u0067\u0074\u0068").(*_cb .PdfObjectInteger );if !_cfcc {return nil ,_dd .New ("\u0073\u0074re\u0061\u006d\u0020l\u0065\u006e\u0067\u0074h n\u0065ed\u0073\u0020\u0074\u006f\u0020\u0062\u0065 a\u006e\u0020\u0069\u006e\u0074\u0065\u0067e\u0072"); -};_bdg :=*_fab ;if _bdg < 0{return nil ,_dd .New ("\u0073\u0074\u0072\u0065\u0061\u006d\u0020\u006e\u0065\u0065\u0064\u0073\u0020\u0074\u006f \u0062e\u0020\u006c\u006f\u006e\u0067\u0065\u0072\u0020\u0074\u0068\u0061\u006e\u0020\u0030");};if int64 (_bdg )> _faeg ._gcc {_dc .Log .Debug ("\u0045\u0052R\u004f\u0052\u003a\u0020\u0053t\u0072\u0065\u0061\u006d\u0020l\u0065\u006e\u0067\u0074\u0068\u0020\u0063\u0061\u006e\u006e\u006f\u0074\u0020\u0062\u0065\u0020\u006c\u0061\u0072\u0067\u0065\u0072\u0020\u0074\u0068\u0061\u006e\u0020\u0066\u0069\u006c\u0065\u0020\u0073\u0069\u007a\u0065"); -return nil ,_dd .New ("\u0069n\u0076\u0061l\u0069\u0064\u0020\u0073t\u0072\u0065\u0061m\u0020\u006c\u0065\u006e\u0067\u0074\u0068\u002c\u0020la\u0072\u0067\u0065r\u0020\u0074h\u0061\u006e\u0020\u0066\u0069\u006ce\u0020\u0073i\u007a\u0065");};_dgf :=make ([]byte ,_bdg ); -_ ,_eef =_faeg .readAtLeast (_dgf ,int (_bdg ));if _eef !=nil {_dc .Log .Debug ("E\u0052\u0052\u004f\u0052 s\u0074r\u0065\u0061\u006d\u0020\u0028%\u0064\u0029\u003a\u0020\u0025\u0058",len (_dgf ),_dgf );_dc .Log .Debug ("\u0045R\u0052\u004f\u0052\u003a\u0020\u0025v",_eef ); -return nil ,_eef ;};_cdg :=_cb .PdfObjectStream {};_cdg .Stream =_dgf ;_cdg .PdfObjectDictionary =_aaab .PdfObject .(*_cb .PdfObjectDictionary );_cdg .ObjectNumber =_aaab .ObjectNumber ;_cdg .GenerationNumber =_aaab .GenerationNumber ;_faeg .skipSpaces (); -_faeg ._fae .Discard (9);_faeg .skipSpaces ();return &_cdg ,nil ;};};_aaab .PdfObject ,_eef =_faeg .parseObject ();return &_aaab ,_eef ;};};_dc .Log .Trace ("\u0052\u0065\u0074\u0075rn\u0069\u006e\u0067\u0020\u0069\u006e\u0064\u0069\u0072\u0065\u0063\u0074\u0021"); -return &_aaab ,nil ;};func (_ecdb *fdfParser )parse ()error {_ecdb ._ee .Seek (0,_cc .SeekStart );_ecdb ._fae =_bg .NewReader (_ecdb ._ee );for {_ecdb .skipComments ();_feec ,_eeeb :=_ecdb ._fae .Peek (20);if _eeeb !=nil {_dc .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0046\u0061\u0069\u006c\u0020\u0074\u006f\u0020r\u0065a\u0064\u0020\u0069\u006e\u0064\u0069\u0072\u0065\u0063\u0074\u0020\u006f\u0062\u006a"); -return _eeeb ;};if _g .HasPrefix (string (_feec ),"\u0074r\u0061\u0069\u006c\u0065\u0072"){_ecdb ._fae .Discard (7);_ecdb .skipSpaces ();_ecdb .skipComments ();_fbb ,_ :=_ecdb .parseDict ();_ecdb ._ebc =_fbb ;break ;};_efg :=_cde .FindStringSubmatchIndex (string (_feec )); -if len (_efg )< 6{_dc .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020U\u006e\u0061\u0062l\u0065\u0020\u0074\u006f \u0066\u0069\u006e\u0064\u0020\u006f\u0062\u006a\u0065\u0063\u0074\u0020\u0073\u0069\u0067\u006e\u0061\u0074\u0075\u0072\u0065\u0020\u0028\u0025\u0073\u0029",string (_feec )); -return _dd .New ("\u0075\u006e\u0061b\u006c\u0065\u0020\u0074\u006f\u0020\u0064\u0065\u0074\u0065\u0063\u0074\u0020\u0069\u006e\u0064\u0069\u0072\u0065\u0063\u0074\u0020\u006f\u0062\u006a\u0065\u0063\u0074\u0020s\u0069\u0067\u006e\u0061\u0074\u0075\u0072\u0065"); -};_bec ,_eeeb :=_ecdb .parseIndirectObject ();if _eeeb !=nil {return _eeeb ;};switch _fea :=_bec .(type ){case *_cb .PdfIndirectObject :_ecdb ._cf [_fea .ObjectNumber ]=_fea ;case *_cb .PdfObjectStream :_ecdb ._cf [_fea .ObjectNumber ]=_fea ;default:return _dd .New ("\u0074\u0079\u0070\u0065\u0020\u0065\u0072\u0072\u006f\u0072"); -};};return nil ;};func (_cbc *fdfParser )readComment ()(string ,error ){var _beg _ea .Buffer ;_ ,_ade :=_cbc .skipSpaces ();if _ade !=nil {return _beg .String (),_ade ;};_cfe :=true ;for {_eg ,_da :=_cbc ._fae .Peek (1);if _da !=nil {_dc .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0025\u0073",_da .Error ()); -return _beg .String (),_da ;};if _cfe &&_eg [0]!='%'{return _beg .String (),_dd .New ("c\u006f\u006d\u006d\u0065\u006e\u0074 \u0073\u0068\u006f\u0075\u006c\u0064\u0020\u0073\u0074a\u0072\u0074\u0020w\u0069t\u0068\u0020\u0025");};_cfe =false ;if (_eg [0]!='\r')&&(_eg [0]!='\n'){_egg ,_ :=_cbc ._fae .ReadByte (); -_beg .WriteByte (_egg );}else {break ;};};return _beg .String (),nil ;};func (_dfg *fdfParser )parseHexString ()(*_cb .PdfObjectString ,error ){_dfg ._fae .ReadByte ();var _aee _ea .Buffer ;for {_ce ,_ceg :=_dfg ._fae .Peek (1);if _ceg !=nil {return _cb .MakeHexString (""),_ceg ; -};if _ce [0]=='>'{_dfg ._fae .ReadByte ();break ;};_ffc ,_ :=_dfg ._fae .ReadByte ();if !_cb .IsWhiteSpace (_ffc ){_aee .WriteByte (_ffc );};};if _aee .Len ()%2==1{_aee .WriteRune ('0');};_dcee ,_gdd :=_b .DecodeString (_aee .String ());if _gdd !=nil {_dc .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u0020\u0050\u0061\u0072\u0073\u0069\u006e\u0067\u0020\u0068\u0065\u0078\u0020\u0073\u0074r\u0069\u006e\u0067\u003a\u0020\u0027\u0025\u0073\u0027 \u002d\u0020\u0072\u0065\u0074\u0075\u0072\u006e\u0069\u006e\u0067\u0020\u0061n\u0020\u0065\u006d\u0070\u0074\u0079 \u0073\u0074\u0072i\u006e\u0067",_aee .String ()); -return _cb .MakeHexString (""),nil ;};return _cb .MakeHexString (string (_dcee )),nil ;};func (_ffe *fdfParser )trace (_dab _cb .PdfObject )_cb .PdfObject {switch _gbe :=_dab .(type ){case *_cb .PdfObjectReference :_agc ,_bee :=_ffe ._cf [_gbe .ObjectNumber ].(*_cb .PdfIndirectObject ); -if _bee {return _agc .PdfObject ;};_dc .Log .Debug ("\u0054\u0079\u0070\u0065\u0020\u0065\u0072\u0072\u006f\u0072");return nil ;case *_cb .PdfIndirectObject :return _gbe .PdfObject ;};return _dab ;};var _gga =_e .MustCompile ("\u005e\u005b\u005c+-\u002e\u005d\u002a\u0028\u005b\u0030\u002d\u0039\u002e]\u002b)\u0065[\u005c+\u002d\u002e\u005d\u002a\u0028\u005b\u0030\u002d\u0039\u002e\u005d\u002b\u0029"); -func (_dgg *fdfParser )skipSpaces ()(int ,error ){_bfe :=0;for {_bdb ,_ba :=_dgg ._fae .ReadByte ();if _ba !=nil {return 0,_ba ;};if _cb .IsWhiteSpace (_bdb ){_bfe ++;}else {_dgg ._fae .UnreadByte ();break ;};};return _bfe ,nil ;};func (_cg *fdfParser )parseArray ()(*_cb .PdfObjectArray ,error ){_dgb :=_cb .MakeArray (); -_cg ._fae .ReadByte ();for {_cg .skipSpaces ();_aac ,_abf :=_cg ._fae .Peek (1);if _abf !=nil {return _dgb ,_abf ;};if _aac [0]==']'{_cg ._fae .ReadByte ();break ;};_caa ,_abf :=_cg .parseObject ();if _abf !=nil {return _dgb ,_abf ;};_dgb .Append (_caa ); -};return _dgb ,nil ;};func (_bdbc *fdfParser )parseBool ()(_cb .PdfObjectBool ,error ){_fgf ,_bddf :=_bdbc ._fae .Peek (4);if _bddf !=nil {return _cb .PdfObjectBool (false ),_bddf ;};if (len (_fgf )>=4)&&(string (_fgf [:4])=="\u0074\u0072\u0075\u0065"){_bdbc ._fae .Discard (4); -return _cb .PdfObjectBool (true ),nil ;};_fgf ,_bddf =_bdbc ._fae .Peek (5);if _bddf !=nil {return _cb .PdfObjectBool (false ),_bddf ;};if (len (_fgf )>=5)&&(string (_fgf [:5])=="\u0066\u0061\u006cs\u0065"){_bdbc ._fae .Discard (5);return _cb .PdfObjectBool (false ),nil ; -};return _cb .PdfObjectBool (false ),_dd .New ("\u0075n\u0065\u0078\u0070\u0065c\u0074\u0065\u0064\u0020\u0062o\u006fl\u0065a\u006e\u0020\u0073\u0074\u0072\u0069\u006eg");};func (_gb *fdfParser )setFileOffset (_fb int64 ){_gb ._ee .Seek (_fb ,_cc .SeekStart ); -_gb ._fae =_bg .NewReader (_gb ._ee );};func (_gac *fdfParser )seekFdfVersionTopDown ()(int ,int ,error ){_gac ._ee .Seek (0,_cc .SeekStart );_gac ._fae =_bg .NewReader (_gac ._ee );_feb :=20;_cae :=make ([]byte ,_feb );for {_ceb ,_fcgc :=_gac ._fae .ReadByte (); -if _fcgc !=nil {if _fcgc ==_cc .EOF {break ;}else {return 0,0,_fcgc ;};};if _cb .IsDecimalDigit (_ceb )&&_cae [_feb -1]=='.'&&_cb .IsDecimalDigit (_cae [_feb -2])&&_cae [_feb -3]=='-'&&_cae [_feb -4]=='F'&&_cae [_feb -5]=='D'&&_cae [_feb -6]=='P'{_abd :=int (_cae [_feb -2]-'0'); -_ebd :=int (_ceb -'0');return _abd ,_ebd ,nil ;};_cae =append (_cae [1:_feb ],_ceb );};return 0,0,_dd .New ("\u0076\u0065\u0072\u0073\u0069\u006f\u006e\u0020\u006e\u006f\u0074\u0020f\u006f\u0075\u006e\u0064");}; - -// Root returns the Root of the FDF document. -func (_efc *fdfParser )Root ()(*_cb .PdfObjectDictionary ,error ){if _efc ._ebc !=nil {if _fce ,_bgf :=_efc .trace (_efc ._ebc .Get ("\u0052\u006f\u006f\u0074")).(*_cb .PdfObjectDictionary );_bgf {if _efbg ,_dcea :=_efc .trace (_fce .Get ("\u0046\u0044\u0046")).(*_cb .PdfObjectDictionary ); -_dcea {return _efbg ,nil ;};};};var _ede []int64 ;for _eegd :=range _efc ._cf {_ede =append (_ede ,_eegd );};_a .Slice (_ede ,func (_dag ,_adeb int )bool {return _ede [_dag ]< _ede [_adeb ]});for _ ,_adca :=range _ede {_fcd :=_efc ._cf [_adca ];if _cgb ,_bca :=_efc .trace (_fcd ).(*_cb .PdfObjectDictionary ); -_bca {if _egc ,_aacg :=_efc .trace (_cgb .Get ("\u0046\u0044\u0046")).(*_cb .PdfObjectDictionary );_aacg {return _egc ,nil ;};};};return nil ,_dd .New ("\u0046\u0044\u0046\u0020\u006e\u006f\u0074\u0020\u0066\u006f\u0075\u006e\u0064");}; +package fdf ;import (_dg "bufio";_fb "bytes";_f "encoding/hex";_a "errors";_ba "fmt";_ce "github.com/unidoc/unipdf/v3/common";_ad "github.com/unidoc/unipdf/v3/core";_c "io";_g "os";_dd "regexp";_e "sort";_b "strconv";_da "strings";);var _cbc =_dd .MustCompile ("\u005e\u005b\u005c+-\u002e\u005d\u002a\u0028\u005b\u0030\u002d\u0039\u002e]\u002b)\u0065[\u005c+\u002d\u002e\u005d\u002a\u0028\u005b\u0030\u002d\u0039\u002e\u005d\u002b\u0029"); +func _gagd (_eaae string )(*fdfParser ,error ){_gbe :=fdfParser {};_gcf :=[]byte (_eaae );_ceaa :=_fb .NewReader (_gcf );_gbe ._bed =_ceaa ;_gbe ._cg =map[int64 ]_ad .PdfObject {};_fge :=_dg .NewReader (_ceaa );_gbe ._cdcc =_fge ;_gbe ._gg =int64 (len (_eaae )); +return &_gbe ,_gbe .parse ();}; // FieldDictionaries returns a map of field names to field dictionaries. -func (fdf *Data )FieldDictionaries ()(map[string ]*_cb .PdfObjectDictionary ,error ){_gcg :=map[string ]*_cb .PdfObjectDictionary {};for _ggg :=0;_ggg < fdf ._bf .Len ();_ggg ++{_ef ,_bd :=_cb .GetDict (fdf ._bf .Get (_ggg ));if _bd {_dcf ,_ :=_cb .GetString (_ef .Get ("\u0054")); -if _dcf !=nil {_gcg [_dcf .Str ()]=_ef ;};};};return _gcg ,nil ;};var _ca =_e .MustCompile ("\u0025F\u0044F\u002d\u0028\u005c\u0064\u0029\u005c\u002e\u0028\u005c\u0064\u0029");func _efb (_cef string )(_cb .PdfObjectReference ,error ){_gdc :=_cb .PdfObjectReference {}; -_agd :=_ccc .FindStringSubmatch (_cef );if len (_agd )< 3{_dc .Log .Debug ("\u0045\u0072\u0072or\u0020\u0070\u0061\u0072\u0073\u0069\u006e\u0067\u0020\u0072\u0065\u0066\u0065\u0072\u0065\u006e\u0063\u0065");return _gdc ,_dd .New ("\u0075n\u0061\u0062\u006c\u0065 \u0074\u006f\u0020\u0070\u0061r\u0073e\u0020r\u0065\u0066\u0065\u0072\u0065\u006e\u0063e"); -};_fcc ,_egd :=_gg .Atoi (_agd [1]);if _egd !=nil {_dc .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0070a\u0072\u0073\u0069n\u0067\u0020\u006fb\u006a\u0065c\u0074\u0020\u006e\u0075\u006d\u0062e\u0072 '\u0025\u0073\u0027\u0020\u002d\u0020\u0055\u0073\u0069\u006e\u0067\u0020\u006f\u0062\u006a\u0065\u0063\u0074\u0020\u006e\u0075\u006d\u0020\u003d\u0020\u0030",_agd [1]); -return _gdc ,nil ;};_gdc .ObjectNumber =int64 (_fcc );_daa ,_egd :=_gg .Atoi (_agd [2]);if _egd !=nil {_dc .Log .Debug ("\u0045\u0072r\u006f\u0072\u0020\u0070\u0061r\u0073\u0069\u006e\u0067\u0020g\u0065\u006e\u0065\u0072\u0061\u0074\u0069\u006f\u006e\u0020\u006e\u0075\u006d\u0062\u0065\u0072\u0020\u0027\u0025\u0073\u0027\u0020\u002d\u0020\u0055\u0073\u0069\u006e\u0067\u0020\u0067\u0065\u006e\u0020\u003d\u0020\u0030",_agd [2]); -return _gdc ,nil ;};_gdc .GenerationNumber =int64 (_daa );return _gdc ,nil ;};func (_facd *fdfParser )parseDict ()(*_cb .PdfObjectDictionary ,error ){_dc .Log .Trace ("\u0052\u0065\u0061\u0064\u0069\u006e\u0067\u0020\u0046\u0044\u0046\u0020D\u0069\u0063\u0074\u0021"); -_abfe :=_cb .MakeDict ();_db ,_ :=_facd ._fae .ReadByte ();if _db !='<'{return nil ,_dd .New ("\u0069\u006e\u0076a\u006c\u0069\u0064\u0020\u0064\u0069\u0063\u0074");};_db ,_ =_facd ._fae .ReadByte ();if _db !='<'{return nil ,_dd .New ("\u0069\u006e\u0076a\u006c\u0069\u0064\u0020\u0064\u0069\u0063\u0074"); -};for {_facd .skipSpaces ();_facd .skipComments ();_gfg ,_gfc :=_facd ._fae .Peek (2);if _gfc !=nil {return nil ,_gfc ;};_dc .Log .Trace ("D\u0069c\u0074\u0020\u0070\u0065\u0065\u006b\u003a\u0020%\u0073\u0020\u0028\u0025 x\u0029\u0021",string (_gfg ),string (_gfg )); -if (_gfg [0]=='>')&&(_gfg [1]=='>'){_dc .Log .Trace ("\u0045\u004f\u0046\u0020\u0064\u0069\u0063\u0074\u0069o\u006e\u0061\u0072\u0079");_facd ._fae .ReadByte ();_facd ._fae .ReadByte ();break ;};_dc .Log .Trace ("\u0050a\u0072s\u0065\u0020\u0074\u0068\u0065\u0020\u006e\u0061\u006d\u0065\u0021"); -_gfb ,_gfc :=_facd .parseName ();_dc .Log .Trace ("\u004be\u0079\u003a\u0020\u0025\u0073",_gfb );if _gfc !=nil {_dc .Log .Debug ("E\u0052\u0052\u004f\u0052\u0020\u0052e\u0074\u0075\u0072\u006e\u0069\u006e\u0067\u0020\u006ea\u006d\u0065\u0020e\u0072r\u0020\u0025\u0073",_gfc ); -return nil ,_gfc ;};if len (_gfb )> 4&&_gfb [len (_gfb )-4:]=="\u006e\u0075\u006c\u006c"{_fgfc :=_gfb [0:len (_gfb )-4];_dc .Log .Debug ("\u0054\u0061\u006b\u0069n\u0067\u0020\u0063\u0061\u0072\u0065\u0020\u006f\u0066\u0020n\u0075l\u006c\u0020\u0062\u0075\u0067\u0020\u0028%\u0073\u0029",_gfb ); -_dc .Log .Debug ("\u004e\u0065\u0077\u0020ke\u0079\u0020\u0022\u0025\u0073\u0022\u0020\u003d\u0020\u006e\u0075\u006c\u006c",_fgfc );_facd .skipSpaces ();_abc ,_ :=_facd ._fae .Peek (1);if _abc [0]=='/'{_abfe .Set (_fgfc ,_cb .MakeNull ());continue ;};}; -_facd .skipSpaces ();_agef ,_gfc :=_facd .parseObject ();if _gfc !=nil {return nil ,_gfc ;};_abfe .Set (_gfb ,_agef );_dc .Log .Trace ("\u0064\u0069\u0063\u0074\u005b\u0025\u0073\u005d\u0020\u003d\u0020\u0025\u0073",_gfb ,_agef .String ());};_dc .Log .Trace ("\u0072\u0065\u0074\u0075rn\u0069\u006e\u0067\u0020\u0046\u0044\u0046\u0020\u0044\u0069\u0063\u0074\u0021"); -return _abfe ,nil ;}; +func (fdf *Data )FieldDictionaries ()(map[string ]*_ad .PdfObjectDictionary ,error ){_eb :=map[string ]*_ad .PdfObjectDictionary {};for _af :=0;_af < fdf ._adg .Len ();_af ++{_acd ,_fg :=_ad .GetDict (fdf ._adg .Get (_af ));if _fg {_ade ,_ :=_ad .GetString (_acd .Get ("\u0054")); +if _ade !=nil {_eb [_ade .Str ()]=_acd ;};};};return _eb ,nil ;};func (_acg *fdfParser )parseDict ()(*_ad .PdfObjectDictionary ,error ){_ce .Log .Trace ("\u0052\u0065\u0061\u0064\u0069\u006e\u0067\u0020\u0046\u0044\u0046\u0020D\u0069\u0063\u0074\u0021"); +_ceb :=_ad .MakeDict ();_cec ,_ :=_acg ._cdcc .ReadByte ();if _cec !='<'{return nil ,_a .New ("\u0069\u006e\u0076a\u006c\u0069\u0064\u0020\u0064\u0069\u0063\u0074");};_cec ,_ =_acg ._cdcc .ReadByte ();if _cec !='<'{return nil ,_a .New ("\u0069\u006e\u0076a\u006c\u0069\u0064\u0020\u0064\u0069\u0063\u0074"); +};for {_acg .skipSpaces ();_acg .skipComments ();_gdd ,_bcb :=_acg ._cdcc .Peek (2);if _bcb !=nil {return nil ,_bcb ;};_ce .Log .Trace ("D\u0069c\u0074\u0020\u0070\u0065\u0065\u006b\u003a\u0020%\u0073\u0020\u0028\u0025 x\u0029\u0021",string (_gdd ),string (_gdd )); +if (_gdd [0]=='>')&&(_gdd [1]=='>'){_ce .Log .Trace ("\u0045\u004f\u0046\u0020\u0064\u0069\u0063\u0074\u0069o\u006e\u0061\u0072\u0079");_acg ._cdcc .ReadByte ();_acg ._cdcc .ReadByte ();break ;};_ce .Log .Trace ("\u0050a\u0072s\u0065\u0020\u0074\u0068\u0065\u0020\u006e\u0061\u006d\u0065\u0021"); +_ecc ,_bcb :=_acg .parseName ();_ce .Log .Trace ("\u004be\u0079\u003a\u0020\u0025\u0073",_ecc );if _bcb !=nil {_ce .Log .Debug ("E\u0052\u0052\u004f\u0052\u0020\u0052e\u0074\u0075\u0072\u006e\u0069\u006e\u0067\u0020\u006ea\u006d\u0065\u0020e\u0072r\u0020\u0025\u0073",_bcb ); +return nil ,_bcb ;};if len (_ecc )> 4&&_ecc [len (_ecc )-4:]=="\u006e\u0075\u006c\u006c"{_gbg :=_ecc [0:len (_ecc )-4];_ce .Log .Debug ("\u0054\u0061\u006b\u0069n\u0067\u0020\u0063\u0061\u0072\u0065\u0020\u006f\u0066\u0020n\u0075l\u006c\u0020\u0062\u0075\u0067\u0020\u0028%\u0073\u0029",_ecc ); +_ce .Log .Debug ("\u004e\u0065\u0077\u0020ke\u0079\u0020\u0022\u0025\u0073\u0022\u0020\u003d\u0020\u006e\u0075\u006c\u006c",_gbg );_acg .skipSpaces ();_bcag ,_ :=_acg ._cdcc .Peek (1);if _bcag [0]=='/'{_ceb .Set (_gbg ,_ad .MakeNull ());continue ;};};_acg .skipSpaces (); +_agd ,_bcb :=_acg .parseObject ();if _bcb !=nil {return nil ,_bcb ;};_ceb .Set (_ecc ,_agd );_ce .Log .Trace ("\u0064\u0069\u0063\u0074\u005b\u0025\u0073\u005d\u0020\u003d\u0020\u0025\u0073",_ecc ,_agd .String ());};_ce .Log .Trace ("\u0072\u0065\u0074\u0075rn\u0069\u006e\u0067\u0020\u0046\u0044\u0046\u0020\u0044\u0069\u0063\u0074\u0021"); +return _ceb ,nil ;};func (_age *fdfParser )parseFdfVersion ()(int ,int ,error ){_age ._bed .Seek (0,_c .SeekStart );_ggc :=20;_baff :=make ([]byte ,_ggc );_age ._bed .Read (_baff );_ebcc :=_gcd .FindStringSubmatch (string (_baff ));if len (_ebcc )< 3{_dcf ,_edb ,_fab :=_age .seekFdfVersionTopDown (); +if _fab !=nil {_ce .Log .Debug ("F\u0061\u0069\u006c\u0065\u0064\u0020\u0072\u0065\u0063\u006f\u0076\u0065\u0072\u0079\u0020\u002d\u0020\u0075n\u0061\u0062\u006c\u0065\u0020\u0074\u006f\u0020\u0066\u0069nd\u0020\u0076\u0065r\u0073i\u006f\u006e");return 0,0,_fab ; +};return _dcf ,_edb ,nil ;};_ggb ,_aea :=_b .Atoi (_ebcc [1]);if _aea !=nil {return 0,0,_aea ;};_dbg ,_aea :=_b .Atoi (_ebcc [2]);if _aea !=nil {return 0,0,_aea ;};_ce .Log .Debug ("\u0046\u0064\u0066\u0020\u0076\u0065\u0072\u0073\u0069\u006f\u006e\u0020%\u0064\u002e\u0025\u0064",_ggb ,_dbg ); +return _ggb ,_dbg ,nil ;};var _gcd =_dd .MustCompile ("\u0025F\u0044F\u002d\u0028\u005c\u0064\u0029\u005c\u002e\u0028\u005c\u0064\u0029");var _ge =_dd .MustCompile ("\u0025\u0025\u0045O\u0046");func (_ab *fdfParser )setFileOffset (_fe int64 ){_ab ._bed .Seek (_fe ,_c .SeekStart ); +_ab ._cdcc =_dg .NewReader (_ab ._bed );};func (_dab *fdfParser )skipSpaces ()(int ,error ){_ebc :=0;for {_aaf ,_ddad :=_dab ._cdcc .ReadByte ();if _ddad !=nil {return 0,_ddad ;};if _ad .IsWhiteSpace (_aaf ){_ebc ++;}else {_dab ._cdcc .UnreadByte ();break ; +};};return _ebc ,nil ;};func (_fd *fdfParser )readAtLeast (_ag []byte ,_fgg int )(int ,error ){_be :=_fgg ;_cea :=0;_ef :=0;for _be > 0{_ea ,_cc :=_fd ._cdcc .Read (_ag [_cea :]);if _cc !=nil {_ce .Log .Debug ("\u0045\u0052\u0052O\u0052\u0020\u0046\u0061i\u006c\u0065\u0064\u0020\u0072\u0065\u0061d\u0069\u006e\u0067\u0020\u0028\u0025\u0064\u003b\u0025\u0064\u0029\u0020\u0025\u0073",_ea ,_ef ,_cc .Error ()); +return _cea ,_a .New ("\u0066\u0061\u0069\u006c\u0065\u0064\u0020\u0072\u0065a\u0064\u0069\u006e\u0067");};_ef ++;_cea +=_ea ;_be -=_ea ;};return _cea ,nil ;};func (_egbe *fdfParser )trace (_beb _ad .PdfObject )_ad .PdfObject {switch _cef :=_beb .(type ){case *_ad .PdfObjectReference :_cca ,_gfe :=_egbe ._cg [_cef .ObjectNumber ].(*_ad .PdfIndirectObject ); +if _gfe {return _cca .PdfObject ;};_ce .Log .Debug ("\u0054\u0079\u0070\u0065\u0020\u0065\u0072\u0072\u006f\u0072");return nil ;case *_ad .PdfIndirectObject :return _cef .PdfObject ;};return _beb ;}; // Data represents forms data format (FDF) file data. -type Data struct{_ddb *_cb .PdfObjectDictionary ;_bf *_cb .PdfObjectArray ;};func (_fagb *fdfParser )seekToEOFMarker (_ddd int64 )error {_gdf :=int64 (0);_ggaf :=int64 (1000);for _gdf < _ddd {if _ddd <=(_ggaf +_gdf ){_ggaf =_ddd -_gdf ;};_ ,_cbg :=_fagb ._ee .Seek (-_gdf -_ggaf ,_cc .SeekEnd ); -if _cbg !=nil {return _cbg ;};_dea :=make ([]byte ,_ggaf );_fagb ._ee .Read (_dea );_dc .Log .Trace ("\u004c\u006f\u006f\u006bi\u006e\u0067\u0020\u0066\u006f\u0072\u0020\u0045\u004f\u0046 \u006da\u0072\u006b\u0065\u0072\u003a\u0020\u0022%\u0073\u0022",string (_dea )); -_gfa :=_age .FindAllStringIndex (string (_dea ),-1);if _gfa !=nil {_dgbe :=_gfa [len (_gfa )-1];_dc .Log .Trace ("\u0049\u006e\u0064\u003a\u0020\u0025\u0020\u0064",_gfa );_fagb ._ee .Seek (-_gdf -_ggaf +int64 (_dgbe [0]),_cc .SeekEnd );return nil ;};_dc .Log .Debug ("\u0057\u0061\u0072\u006e\u0069\u006eg\u003a\u0020\u0045\u004f\u0046\u0020\u006d\u0061\u0072\u006b\u0065\u0072\u0020\u006e\u006f\u0074\u0020\u0066\u006f\u0075n\u0064\u0021\u0020\u002d\u0020\u0063\u006f\u006e\u0074\u0069\u006e\u0075\u0065\u0020s\u0065e\u006b\u0069\u006e\u0067"); -_gdf +=_ggaf ;};_dc .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u003a\u0020\u0045\u004f\u0046\u0020\u006d\u0061\u0072\u006be\u0072 \u0077\u0061\u0073\u0020\u006e\u006f\u0074\u0020\u0066\u006f\u0075\u006e\u0064\u002e");return _dd .New ("\u0045\u004f\u0046\u0020\u006e\u006f\u0074\u0020\u0066\u006f\u0075\u006e\u0064"); -};func _fee (_cba _cc .ReadSeeker )(*fdfParser ,error ){_cab :=&fdfParser {};_cab ._ee =_cba ;_cab ._cf =map[int64 ]_cb .PdfObject {};_dfc ,_cdae ,_adg :=_cab .parseFdfVersion ();if _adg !=nil {_dc .Log .Error ("U\u006e\u0061\u0062\u006c\u0065\u0020t\u006f\u0020\u0070\u0061\u0072\u0073\u0065\u0020\u0076e\u0072\u0073\u0069o\u006e:\u0020\u0025\u0076",_adg ); -return nil ,_adg ;};_cab ._bfb =_dfc ;_cab ._fag =_cdae ;_adg =_cab .parse ();return _cab ,_adg ;};func _adfa (_dgbc string )(*fdfParser ,error ){_fbd :=fdfParser {};_ffge :=[]byte (_dgbc );_ccdg :=_ea .NewReader (_ffge );_fbd ._ee =_ccdg ;_fbd ._cf =map[int64 ]_cb .PdfObject {}; -_cee :=_bg .NewReader (_ccdg );_fbd ._fae =_cee ;_fbd ._gcc =int64 (len (_dgbc ));return &_fbd ,_fbd .parse ();};func (_fac *fdfParser )parseString ()(*_cb .PdfObjectString ,error ){_fac ._fae .ReadByte ();var _bab _ea .Buffer ;_acf :=1;for {_eeg ,_bdd :=_fac ._fae .Peek (1); -if _bdd !=nil {return _cb .MakeString (_bab .String ()),_bdd ;};if _eeg [0]=='\\'{_fac ._fae .ReadByte ();_ece ,_gdb :=_fac ._fae .ReadByte ();if _gdb !=nil {return _cb .MakeString (_bab .String ()),_gdb ;};if _cb .IsOctalDigit (_ece ){_ecd ,_bdbf :=_fac ._fae .Peek (2); -if _bdbf !=nil {return _cb .MakeString (_bab .String ()),_bdbf ;};var _ffg []byte ;_ffg =append (_ffg ,_ece );for _ ,_dfa :=range _ecd {if _cb .IsOctalDigit (_dfa ){_ffg =append (_ffg ,_dfa );}else {break ;};};_fac ._fae .Discard (len (_ffg )-1);_dc .Log .Trace ("\u004e\u0075\u006d\u0065ri\u0063\u0020\u0073\u0074\u0072\u0069\u006e\u0067\u0020\u0022\u0025\u0073\u0022",_ffg ); -_baf ,_bdbf :=_gg .ParseUint (string (_ffg ),8,32);if _bdbf !=nil {return _cb .MakeString (_bab .String ()),_bdbf ;};_bab .WriteByte (byte (_baf ));continue ;};switch _ece {case 'n':_bab .WriteRune ('\n');case 'r':_bab .WriteRune ('\r');case 't':_bab .WriteRune ('\t'); -case 'b':_bab .WriteRune ('\b');case 'f':_bab .WriteRune ('\f');case '(':_bab .WriteRune ('(');case ')':_bab .WriteRune (')');case '\\':_bab .WriteRune ('\\');};continue ;}else if _eeg [0]=='('{_acf ++;}else if _eeg [0]==')'{_acf --;if _acf ==0{_fac ._fae .ReadByte (); -break ;};};_fbc ,_ :=_fac ._fae .ReadByte ();_bab .WriteByte (_fbc );};return _cb .MakeString (_bab .String ()),nil ;};func (_cbf *fdfParser )parseNull ()(_cb .PdfObjectNull ,error ){_ ,_aacf :=_cbf ._fae .Discard (4);return _cb .PdfObjectNull {},_aacf ; -}; +type Data struct{_ac *_ad .PdfObjectDictionary ;_adg *_ad .PdfObjectArray ;};func (_aebd *fdfParser )parseBool ()(_ad .PdfObjectBool ,error ){_fggf ,_bcg :=_aebd ._cdcc .Peek (4);if _bcg !=nil {return _ad .PdfObjectBool (false ),_bcg ;};if (len (_fggf )>=4)&&(string (_fggf [:4])=="\u0074\u0072\u0075\u0065"){_aebd ._cdcc .Discard (4); +return _ad .PdfObjectBool (true ),nil ;};_fggf ,_bcg =_aebd ._cdcc .Peek (5);if _bcg !=nil {return _ad .PdfObjectBool (false ),_bcg ;};if (len (_fggf )>=5)&&(string (_fggf [:5])=="\u0066\u0061\u006cs\u0065"){_aebd ._cdcc .Discard (5);return _ad .PdfObjectBool (false ),nil ; +};return _ad .PdfObjectBool (false ),_a .New ("\u0075n\u0065\u0078\u0070\u0065c\u0074\u0065\u0064\u0020\u0062o\u006fl\u0065a\u006e\u0020\u0073\u0074\u0072\u0069\u006eg");};type fdfParser struct{_eae int ;_dde int ;_cg map[int64 ]_ad .PdfObject ;_bed _c .ReadSeeker ; +_cdcc *_dg .Reader ;_gg int64 ;_bb *_ad .PdfObjectDictionary ;};func (_fbe *fdfParser )parse ()error {_fbe ._bed .Seek (0,_c .SeekStart );_fbe ._cdcc =_dg .NewReader (_fbe ._bed );for {_fbe .skipComments ();_dbcf ,_ddd :=_fbe ._cdcc .Peek (20);if _ddd !=nil {_ce .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0046\u0061\u0069\u006c\u0020\u0074\u006f\u0020r\u0065a\u0064\u0020\u0069\u006e\u0064\u0069\u0072\u0065\u0063\u0074\u0020\u006f\u0062\u006a"); +return _ddd ;};if _da .HasPrefix (string (_dbcf ),"\u0074r\u0061\u0069\u006c\u0065\u0072"){_fbe ._cdcc .Discard (7);_fbe .skipSpaces ();_fbe .skipComments ();_bafg ,_ :=_fbe .parseDict ();_fbe ._bb =_bafg ;break ;};_geb :=_agc .FindStringSubmatchIndex (string (_dbcf )); +if len (_geb )< 6{_ce .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020U\u006e\u0061\u0062l\u0065\u0020\u0074\u006f \u0066\u0069\u006e\u0064\u0020\u006f\u0062\u006a\u0065\u0063\u0074\u0020\u0073\u0069\u0067\u006e\u0061\u0074\u0075\u0072\u0065\u0020\u0028\u0025\u0073\u0029",string (_dbcf )); +return _a .New ("\u0075\u006e\u0061b\u006c\u0065\u0020\u0074\u006f\u0020\u0064\u0065\u0074\u0065\u0063\u0074\u0020\u0069\u006e\u0064\u0069\u0072\u0065\u0063\u0074\u0020\u006f\u0062\u006a\u0065\u0063\u0074\u0020s\u0069\u0067\u006e\u0061\u0074\u0075\u0072\u0065"); +};_bdd ,_ddd :=_fbe .parseIndirectObject ();if _ddd !=nil {return _ddd ;};switch _ebag :=_bdd .(type ){case *_ad .PdfIndirectObject :_fbe ._cg [_ebag .ObjectNumber ]=_ebag ;case *_ad .PdfObjectStream :_fbe ._cg [_ebag .ObjectNumber ]=_ebag ;default:return _a .New ("\u0074\u0079\u0070\u0065\u0020\u0065\u0072\u0072\u006f\u0072"); +};};return nil ;};func (_gcdd *fdfParser )parseNumber ()(_ad .PdfObject ,error ){return _ad .ParseNumber (_gcdd ._cdcc )};func (_bac *fdfParser )parseArray ()(*_ad .PdfObjectArray ,error ){_beg :=_ad .MakeArray ();_bac ._cdcc .ReadByte ();for {_bac .skipSpaces (); +_bfe ,_acc :=_bac ._cdcc .Peek (1);if _acc !=nil {return _beg ,_acc ;};if _bfe [0]==']'{_bac ._cdcc .ReadByte ();break ;};_bd ,_acc :=_bac .parseObject ();if _acc !=nil {return _beg ,_acc ;};_beg .Append (_bd );};return _beg ,nil ;};func (_gca *fdfParser )readTextLine ()(string ,error ){var _bf _fb .Buffer ; +for {_fbb ,_adb :=_gca ._cdcc .Peek (1);if _adb !=nil {_ce .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0025\u0073",_adb .Error ());return _bf .String (),_adb ;};if (_fbb [0]!='\r')&&(_fbb [0]!='\n'){_ff ,_ :=_gca ._cdcc .ReadByte ();_bf .WriteByte (_ff ); +}else {break ;};};return _bf .String (),nil ;};func (_fcf *fdfParser )parseString ()(*_ad .PdfObjectString ,error ){_fcf ._cdcc .ReadByte ();var _agg _fb .Buffer ;_bg :=1;for {_dea ,_df :=_fcf ._cdcc .Peek (1);if _df !=nil {return _ad .MakeString (_agg .String ()),_df ; +};if _dea [0]=='\\'{_fcf ._cdcc .ReadByte ();_cae ,_afe :=_fcf ._cdcc .ReadByte ();if _afe !=nil {return _ad .MakeString (_agg .String ()),_afe ;};if _ad .IsOctalDigit (_cae ){_eac ,_fbbg :=_fcf ._cdcc .Peek (2);if _fbbg !=nil {return _ad .MakeString (_agg .String ()),_fbbg ; +};var _bgc []byte ;_bgc =append (_bgc ,_cae );for _ ,_dc :=range _eac {if _ad .IsOctalDigit (_dc ){_bgc =append (_bgc ,_dc );}else {break ;};};_fcf ._cdcc .Discard (len (_bgc )-1);_ce .Log .Trace ("\u004e\u0075\u006d\u0065ri\u0063\u0020\u0073\u0074\u0072\u0069\u006e\u0067\u0020\u0022\u0025\u0073\u0022",_bgc ); +_eaf ,_fbbg :=_b .ParseUint (string (_bgc ),8,32);if _fbbg !=nil {return _ad .MakeString (_agg .String ()),_fbbg ;};_agg .WriteByte (byte (_eaf ));continue ;};switch _cae {case 'n':_agg .WriteRune ('\n');case 'r':_agg .WriteRune ('\r');case 't':_agg .WriteRune ('\t'); +case 'b':_agg .WriteRune ('\b');case 'f':_agg .WriteRune ('\f');case '(':_agg .WriteRune ('(');case ')':_agg .WriteRune (')');case '\\':_agg .WriteRune ('\\');};continue ;}else if _dea [0]=='('{_bg ++;}else if _dea [0]==')'{_bg --;if _bg ==0{_fcf ._cdcc .ReadByte (); +break ;};};_dgb ,_ :=_fcf ._cdcc .ReadByte ();_agg .WriteByte (_dgb );};return _ad .MakeString (_agg .String ()),nil ;};func (_efe *fdfParser )parseIndirectObject ()(_ad .PdfObject ,error ){_bge :=_ad .PdfIndirectObject {};_ce .Log .Trace ("\u002dR\u0065a\u0064\u0020\u0069\u006e\u0064i\u0072\u0065c\u0074\u0020\u006f\u0062\u006a"); +_ace ,_ddg :=_efe ._cdcc .Peek (20);if _ddg !=nil {_ce .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0046\u0061\u0069\u006c\u0020\u0074\u006f\u0020r\u0065a\u0064\u0020\u0069\u006e\u0064\u0069\u0072\u0065\u0063\u0074\u0020\u006f\u0062\u006a"); +return &_bge ,_ddg ;};_ce .Log .Trace ("\u0028\u0069\u006edi\u0072\u0065\u0063\u0074\u0020\u006f\u0062\u006a\u0020\u0070\u0065\u0065\u006b\u0020\u0022\u0025\u0073\u0022",string (_ace ));_def :=_agc .FindStringSubmatchIndex (string (_ace ));if len (_def )< 6{_ce .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020U\u006e\u0061\u0062l\u0065\u0020\u0074\u006f \u0066\u0069\u006e\u0064\u0020\u006f\u0062\u006a\u0065\u0063\u0074\u0020\u0073\u0069\u0067\u006e\u0061\u0074\u0075\u0072\u0065\u0020\u0028\u0025\u0073\u0029",string (_ace )); +return &_bge ,_a .New ("\u0075\u006e\u0061b\u006c\u0065\u0020\u0074\u006f\u0020\u0064\u0065\u0074\u0065\u0063\u0074\u0020\u0069\u006e\u0064\u0069\u0072\u0065\u0063\u0074\u0020\u006f\u0062\u006a\u0065\u0063\u0074\u0020s\u0069\u0067\u006e\u0061\u0074\u0075\u0072\u0065"); +};_efe ._cdcc .Discard (_def [0]);_ce .Log .Trace ("O\u0066\u0066\u0073\u0065\u0074\u0073\u0020\u0025\u0020\u0064",_def );_ged :=_def [1]-_def [0];_cgd :=make ([]byte ,_ged );_ ,_ddg =_efe .readAtLeast (_cgd ,_ged );if _ddg !=nil {_ce .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0075\u006e\u0061\u0062l\u0065\u0020\u0074\u006f\u0020\u0072\u0065\u0061\u0064\u0020-\u0020\u0025\u0073",_ddg ); +return nil ,_ddg ;};_ce .Log .Trace ("\u0074\u0065\u0078t\u006c\u0069\u006e\u0065\u003a\u0020\u0025\u0073",_cgd );_gab :=_agc .FindStringSubmatch (string (_cgd ));if len (_gab )< 3{_ce .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020U\u006e\u0061\u0062l\u0065\u0020\u0074\u006f \u0066\u0069\u006e\u0064\u0020\u006f\u0062\u006a\u0065\u0063\u0074\u0020\u0073\u0069\u0067\u006e\u0061\u0074\u0075\u0072\u0065\u0020\u0028\u0025\u0073\u0029",string (_cgd )); +return &_bge ,_a .New ("\u0075\u006e\u0061b\u006c\u0065\u0020\u0074\u006f\u0020\u0064\u0065\u0074\u0065\u0063\u0074\u0020\u0069\u006e\u0064\u0069\u0072\u0065\u0063\u0074\u0020\u006f\u0062\u006a\u0065\u0063\u0074\u0020s\u0069\u0067\u006e\u0061\u0074\u0075\u0072\u0065"); +};_ffg ,_ :=_b .Atoi (_gab [1]);_dce ,_ :=_b .Atoi (_gab [2]);_bge .ObjectNumber =int64 (_ffg );_bge .GenerationNumber =int64 (_dce );for {_cfb ,_bffa :=_efe ._cdcc .Peek (2);if _bffa !=nil {return &_bge ,_bffa ;};_ce .Log .Trace ("I\u006ed\u002e\u0020\u0070\u0065\u0065\u006b\u003a\u0020%\u0073\u0020\u0028\u0025 x\u0029\u0021",string (_cfb ),string (_cfb )); +if _ad .IsWhiteSpace (_cfb [0]){_efe .skipSpaces ();}else if _cfb [0]=='%'{_efe .skipComments ();}else if (_cfb [0]=='<')&&(_cfb [1]=='<'){_ce .Log .Trace ("\u0043\u0061\u006c\u006c\u0020\u0050\u0061\u0072\u0073e\u0044\u0069\u0063\u0074");_bge .PdfObject ,_bffa =_efe .parseDict (); +_ce .Log .Trace ("\u0045\u004f\u0046\u0020Ca\u006c\u006c\u0020\u0050\u0061\u0072\u0073\u0065\u0044\u0069\u0063\u0074\u003a\u0020%\u0076",_bffa );if _bffa !=nil {return &_bge ,_bffa ;};_ce .Log .Trace ("\u0050\u0061\u0072\u0073\u0065\u0064\u0020\u0064\u0069\u0063t\u0069\u006f\u006e\u0061\u0072\u0079\u002e.\u002e\u0020\u0066\u0069\u006e\u0069\u0073\u0068\u0065\u0064\u002e"); +}else if (_cfb [0]=='/')||(_cfb [0]=='(')||(_cfb [0]=='[')||(_cfb [0]=='<'){_bge .PdfObject ,_bffa =_efe .parseObject ();if _bffa !=nil {return &_bge ,_bffa ;};_ce .Log .Trace ("P\u0061\u0072\u0073\u0065\u0064\u0020o\u0062\u006a\u0065\u0063\u0074\u0020\u002e\u002e\u002e \u0066\u0069\u006ei\u0073h\u0065\u0064\u002e"); +}else {if _cfb [0]=='e'{_dcfg ,_eba :=_efe .readTextLine ();if _eba !=nil {return nil ,_eba ;};if len (_dcfg )>=6&&_dcfg [0:6]=="\u0065\u006e\u0064\u006f\u0062\u006a"{break ;};}else if _cfb [0]=='s'{_cfb ,_ =_efe ._cdcc .Peek (10);if string (_cfb [:6])=="\u0073\u0074\u0072\u0065\u0061\u006d"{_ecfd :=6; +if len (_cfb )> 6{if _ad .IsWhiteSpace (_cfb [_ecfd ])&&_cfb [_ecfd ]!='\r'&&_cfb [_ecfd ]!='\n'{_ce .Log .Debug ("\u004e\u006fn\u002d\u0063\u006f\u006e\u0066\u006f\u0072\u006d\u0061\u006e\u0074\u0020\u0046\u0044\u0046\u0020\u006e\u006f\u0074 \u0065\u006e\u0064\u0069\u006e\u0067 \u0073\u0074\u0072\u0065\u0061\u006d\u0020\u006c\u0069\u006e\u0065\u0020\u0070\u0072o\u0070\u0065r\u006c\u0079\u0020\u0077i\u0074\u0068\u0020\u0045\u004fL\u0020\u006d\u0061\u0072\u006b\u0065\u0072"); +_ecfd ++;};if _cfb [_ecfd ]=='\r'{_ecfd ++;if _cfb [_ecfd ]=='\n'{_ecfd ++;};}else if _cfb [_ecfd ]=='\n'{_ecfd ++;};};_efe ._cdcc .Discard (_ecfd );_eee ,_gcae :=_bge .PdfObject .(*_ad .PdfObjectDictionary );if !_gcae {return nil ,_a .New ("\u0073\u0074\u0072\u0065\u0061\u006d\u0020\u006f\u0062\u006a\u0065\u0063\u0074\u0020\u006di\u0073s\u0069\u006e\u0067\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079"); +};_ce .Log .Trace ("\u0053\u0074\u0072\u0065\u0061\u006d\u0020\u0064\u0069c\u0074\u0020\u0025\u0073",_eee );_bfee ,_cafg :=_eee .Get ("\u004c\u0065\u006e\u0067\u0074\u0068").(*_ad .PdfObjectInteger );if !_cafg {return nil ,_a .New ("\u0073\u0074re\u0061\u006d\u0020l\u0065\u006e\u0067\u0074h n\u0065ed\u0073\u0020\u0074\u006f\u0020\u0062\u0065 a\u006e\u0020\u0069\u006e\u0074\u0065\u0067e\u0072"); +};_bgef :=*_bfee ;if _bgef < 0{return nil ,_a .New ("\u0073\u0074\u0072\u0065\u0061\u006d\u0020\u006e\u0065\u0065\u0064\u0073\u0020\u0074\u006f \u0062e\u0020\u006c\u006f\u006e\u0067\u0065\u0072\u0020\u0074\u0068\u0061\u006e\u0020\u0030");};if int64 (_bgef )> _efe ._gg {_ce .Log .Debug ("\u0045\u0052R\u004f\u0052\u003a\u0020\u0053t\u0072\u0065\u0061\u006d\u0020l\u0065\u006e\u0067\u0074\u0068\u0020\u0063\u0061\u006e\u006e\u006f\u0074\u0020\u0062\u0065\u0020\u006c\u0061\u0072\u0067\u0065\u0072\u0020\u0074\u0068\u0061\u006e\u0020\u0066\u0069\u006c\u0065\u0020\u0073\u0069\u007a\u0065"); +return nil ,_a .New ("\u0069n\u0076\u0061l\u0069\u0064\u0020\u0073t\u0072\u0065\u0061m\u0020\u006c\u0065\u006e\u0067\u0074\u0068\u002c\u0020la\u0072\u0067\u0065r\u0020\u0074h\u0061\u006e\u0020\u0066\u0069\u006ce\u0020\u0073i\u007a\u0065");};_eccc :=make ([]byte ,_bgef ); +_ ,_bffa =_efe .readAtLeast (_eccc ,int (_bgef ));if _bffa !=nil {_ce .Log .Debug ("E\u0052\u0052\u004f\u0052 s\u0074r\u0065\u0061\u006d\u0020\u0028%\u0064\u0029\u003a\u0020\u0025\u0058",len (_eccc ),_eccc );_ce .Log .Debug ("\u0045R\u0052\u004f\u0052\u003a\u0020\u0025v",_bffa ); +return nil ,_bffa ;};_ddf :=_ad .PdfObjectStream {};_ddf .Stream =_eccc ;_ddf .PdfObjectDictionary =_bge .PdfObject .(*_ad .PdfObjectDictionary );_ddf .ObjectNumber =_bge .ObjectNumber ;_ddf .GenerationNumber =_bge .GenerationNumber ;_efe .skipSpaces (); +_efe ._cdcc .Discard (9);_efe .skipSpaces ();return &_ddf ,nil ;};};_bge .PdfObject ,_bffa =_efe .parseObject ();return &_bge ,_bffa ;};};_ce .Log .Trace ("\u0052\u0065\u0074\u0075rn\u0069\u006e\u0067\u0020\u0069\u006e\u0064\u0069\u0072\u0065\u0063\u0074\u0021"); +return &_bge ,nil ;};func (_baf *fdfParser )parseHexString ()(*_ad .PdfObjectString ,error ){_baf ._cdcc .ReadByte ();var _fdd _fb .Buffer ;for {_dbb ,_bea :=_baf ._cdcc .Peek (1);if _bea !=nil {return _ad .MakeHexString (""),_bea ;};if _dbb [0]=='>'{_baf ._cdcc .ReadByte (); +break ;};_dfd ,_ :=_baf ._cdcc .ReadByte ();if !_ad .IsWhiteSpace (_dfd ){_fdd .WriteByte (_dfd );};};if _fdd .Len ()%2==1{_fdd .WriteRune ('0');};_fgf ,_ffad :=_f .DecodeString (_fdd .String ());if _ffad !=nil {_ce .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u0020\u0050\u0061\u0072\u0073\u0069\u006e\u0067\u0020\u0068\u0065\u0078\u0020\u0073\u0074r\u0069\u006e\u0067\u003a\u0020\u0027\u0025\u0073\u0027 \u002d\u0020\u0072\u0065\u0074\u0075\u0072\u006e\u0069\u006e\u0067\u0020\u0061n\u0020\u0065\u006d\u0070\u0074\u0079 \u0073\u0074\u0072i\u006e\u0067",_fdd .String ()); +return _ad .MakeHexString (""),nil ;};return _ad .MakeHexString (string (_fgf )),nil ;};var _agc =_dd .MustCompile ("\u0028\u005c\u0064\u002b)\\\u0073\u002b\u0028\u005c\u0064\u002b\u0029\u005c\u0073\u002b\u006f\u0062\u006a");func (_ebb *fdfParser )parseName ()(_ad .PdfObjectName ,error ){var _adf _fb .Buffer ; +_edg :=false ;for {_ffa ,_fga :=_ebb ._cdcc .Peek (1);if _fga ==_c .EOF {break ;};if _fga !=nil {return _ad .PdfObjectName (_adf .String ()),_fga ;};if !_edg {if _ffa [0]=='/'{_edg =true ;_ebb ._cdcc .ReadByte ();}else if _ffa [0]=='%'{_ebb .readComment (); +_ebb .skipSpaces ();}else {_ce .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u0020N\u0061\u006d\u0065\u0020\u0073\u0074\u0061\u0072\u0074\u0069\u006e\u0067\u0020w\u0069\u0074\u0068\u0020\u0025\u0073\u0020(\u0025\u0020\u0078\u0029",_ffa ,_ffa );return _ad .PdfObjectName (_adf .String ()),_ba .Errorf ("\u0069n\u0076a\u006c\u0069\u0064\u0020\u006ea\u006d\u0065:\u0020\u0028\u0025\u0063\u0029",_ffa [0]); +};}else {if _ad .IsWhiteSpace (_ffa [0]){break ;}else if (_ffa [0]=='/')||(_ffa [0]=='[')||(_ffa [0]=='(')||(_ffa [0]==']')||(_ffa [0]=='<')||(_ffa [0]=='>'){break ;}else if _ffa [0]=='#'{_bc ,_bee :=_ebb ._cdcc .Peek (3);if _bee !=nil {return _ad .PdfObjectName (_adf .String ()),_bee ; +};_ebb ._cdcc .Discard (3);_cgb ,_bee :=_f .DecodeString (string (_bc [1:3]));if _bee !=nil {return _ad .PdfObjectName (_adf .String ()),_bee ;};_adf .Write (_cgb );}else {_gba ,_ :=_ebb ._cdcc .ReadByte ();_adf .WriteByte (_gba );};};};return _ad .PdfObjectName (_adf .String ()),nil ; +};func (_cdb *fdfParser )readComment ()(string ,error ){var _gga _fb .Buffer ;_ ,_aee :=_cdb .skipSpaces ();if _aee !=nil {return _gga .String (),_aee ;};_eda :=true ;for {_ded ,_ggag :=_cdb ._cdcc .Peek (1);if _ggag !=nil {_ce .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0025\u0073",_ggag .Error ()); +return _gga .String (),_ggag ;};if _eda &&_ded [0]!='%'{return _gga .String (),_a .New ("c\u006f\u006d\u006d\u0065\u006e\u0074 \u0073\u0068\u006f\u0075\u006c\u0064\u0020\u0073\u0074a\u0072\u0074\u0020w\u0069t\u0068\u0020\u0025");};_eda =false ;if (_ded [0]!='\r')&&(_ded [0]!='\n'){_ee ,_ :=_cdb ._cdcc .ReadByte (); +_gga .WriteByte (_ee );}else {break ;};};return _gga .String (),nil ;};var _efg =_dd .MustCompile ("\u005e\u005b\u005c\u002b\u002d\u002e\u005d\u002a\u0028\u005b\u0030\u002d9\u002e\u005d\u002b\u0029");func (_cdbg *fdfParser )seekFdfVersionTopDown ()(int ,int ,error ){_cdbg ._bed .Seek (0,_c .SeekStart ); +_cdbg ._cdcc =_dg .NewReader (_cdbg ._bed );_ecfg :=20;_aca :=make ([]byte ,_ecfg );for {_fbc ,_aead :=_cdbg ._cdcc .ReadByte ();if _aead !=nil {if _aead ==_c .EOF {break ;}else {return 0,0,_aead ;};};if _ad .IsDecimalDigit (_fbc )&&_aca [_ecfg -1]=='.'&&_ad .IsDecimalDigit (_aca [_ecfg -2])&&_aca [_ecfg -3]=='-'&&_aca [_ecfg -4]=='F'&&_aca [_ecfg -5]=='D'&&_aca [_ecfg -6]=='P'{_aff :=int (_aca [_ecfg -2]-'0'); +_gfc :=int (_fbc -'0');return _aff ,_gfc ,nil ;};_aca =append (_aca [1:_ecfg ],_fbc );};return 0,0,_a .New ("\u0076\u0065\u0072\u0073\u0069\u006f\u006e\u0020\u006e\u006f\u0074\u0020f\u006f\u0075\u006e\u0064");};func _fgb (_gec string )(_ad .PdfObjectReference ,error ){_cbf :=_ad .PdfObjectReference {}; +_gbc :=_ca .FindStringSubmatch (_gec );if len (_gbc )< 3{_ce .Log .Debug ("\u0045\u0072\u0072or\u0020\u0070\u0061\u0072\u0073\u0069\u006e\u0067\u0020\u0072\u0065\u0066\u0065\u0072\u0065\u006e\u0063\u0065");return _cbf ,_a .New ("\u0075n\u0061\u0062\u006c\u0065 \u0074\u006f\u0020\u0070\u0061r\u0073e\u0020r\u0065\u0066\u0065\u0072\u0065\u006e\u0063e"); +};_eaa ,_eg :=_b .Atoi (_gbc [1]);if _eg !=nil {_ce .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0070a\u0072\u0073\u0069n\u0067\u0020\u006fb\u006a\u0065c\u0074\u0020\u006e\u0075\u006d\u0062e\u0072 '\u0025\u0073\u0027\u0020\u002d\u0020\u0055\u0073\u0069\u006e\u0067\u0020\u006f\u0062\u006a\u0065\u0063\u0074\u0020\u006e\u0075\u006d\u0020\u003d\u0020\u0030",_gbc [1]); +return _cbf ,nil ;};_cbf .ObjectNumber =int64 (_eaa );_aaa ,_eg :=_b .Atoi (_gbc [2]);if _eg !=nil {_ce .Log .Debug ("\u0045\u0072r\u006f\u0072\u0020\u0070\u0061r\u0073\u0069\u006e\u0067\u0020g\u0065\u006e\u0065\u0072\u0061\u0074\u0069\u006f\u006e\u0020\u006e\u0075\u006d\u0062\u0065\u0072\u0020\u0027\u0025\u0073\u0027\u0020\u002d\u0020\u0055\u0073\u0069\u006e\u0067\u0020\u0067\u0065\u006e\u0020\u003d\u0020\u0030",_gbc [2]); +return _cbf ,nil ;};_cbf .GenerationNumber =int64 (_aaa );return _cbf ,nil ;}; // LoadFromPath loads FDF form data from file path `fdfPath`. -func LoadFromPath (fdfPath string )(*Data ,error ){_bgc ,_bge :=_c .Open (fdfPath );if _bge !=nil {return nil ,_bge ;};defer _bgc .Close ();return Load (_bgc );}; \ No newline at end of file +func LoadFromPath (fdfPath string )(*Data ,error ){_gc ,_cd :=_g .Open (fdfPath );if _cd !=nil {return nil ,_cd ;};defer _gc .Close ();return Load (_gc );};func _afg (_ggd _c .ReadSeeker )(*fdfParser ,error ){_cdab :=&fdfParser {};_cdab ._bed =_ggd ;_cdab ._cg =map[int64 ]_ad .PdfObject {}; +_fgcg ,_eag ,_cfa :=_cdab .parseFdfVersion ();if _cfa !=nil {_ce .Log .Error ("U\u006e\u0061\u0062\u006c\u0065\u0020t\u006f\u0020\u0070\u0061\u0072\u0073\u0065\u0020\u0076e\u0072\u0073\u0069o\u006e:\u0020\u0025\u0076",_cfa );return nil ,_cfa ;};_cdab ._eae =_fgcg ; +_cdab ._dde =_eag ;_cfa =_cdab .parse ();return _cdab ,_cfa ;}; + +// Root returns the Root of the FDF document. +func (_gfb *fdfParser )Root ()(*_ad .PdfObjectDictionary ,error ){if _gfb ._bb !=nil {if _fcaa ,_egb :=_gfb .trace (_gfb ._bb .Get ("\u0052\u006f\u006f\u0074")).(*_ad .PdfObjectDictionary );_egb {if _cebb ,_aeeg :=_gfb .trace (_fcaa .Get ("\u0046\u0044\u0046")).(*_ad .PdfObjectDictionary ); +_aeeg {return _cebb ,nil ;};};};var _caa []int64 ;for _dae :=range _gfb ._cg {_caa =append (_caa ,_dae );};_e .Slice (_caa ,func (_dbe ,_ggg int )bool {return _caa [_dbe ]< _caa [_ggg ]});for _ ,_dgd :=range _caa {_ega :=_gfb ._cg [_dgd ];if _dbge ,_aag :=_gfb .trace (_ega ).(*_ad .PdfObjectDictionary ); +_aag {if _cda ,_bgg :=_gfb .trace (_dbge .Get ("\u0046\u0044\u0046")).(*_ad .PdfObjectDictionary );_bgg {return _cda ,nil ;};};};return nil ,_a .New ("\u0046\u0044\u0046\u0020\u006e\u006f\u0074\u0020\u0066\u006f\u0075\u006e\u0064");}; + +// FieldValues implements interface model.FieldValueProvider. +// Returns a map of field names to values (PdfObjects). +func (fdf *Data )FieldValues ()(map[string ]_ad .PdfObject ,error ){_db ,_aa :=fdf .FieldDictionaries ();if _aa !=nil {return nil ,_aa ;};var _de []string ;for _gd :=range _db {_de =append (_de ,_gd );};_e .Strings (_de );_ae :=map[string ]_ad .PdfObject {}; +for _ ,_cdc :=range _de {_ecf :=_db [_cdc ];_fca :=_ad .TraceToDirectObject (_ecf .Get ("\u0056"));_ae [_cdc ]=_fca ;};return _ae ,nil ;};func (_dac *fdfParser )skipComments ()error {if _ ,_gf :=_dac .skipSpaces ();_gf !=nil {return _gf ;};_ada :=true ; +for {_cgc ,_ebf :=_dac ._cdcc .Peek (1);if _ebf !=nil {_ce .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0025\u0073",_ebf .Error ());return _ebf ;};if _ada &&_cgc [0]!='%'{return nil ;};_ada =false ;if (_cgc [0]!='\r')&&(_cgc [0]!='\n'){_dac ._cdcc .ReadByte (); +}else {break ;};};return _dac .skipComments ();}; + +// Load loads FDF form data from `r`. +func Load (r _c .ReadSeeker )(*Data ,error ){_fa ,_cf :=_afg (r );if _cf !=nil {return nil ,_cf ;};_fae ,_cf :=_fa .Root ();if _cf !=nil {return nil ,_cf ;};_ed ,_ceg :=_ad .GetArray (_fae .Get ("\u0046\u0069\u0065\u006c\u0064\u0073"));if !_ceg {return nil ,_a .New ("\u0066\u0069\u0065\u006c\u0064\u0073\u0020\u006d\u0069s\u0073\u0069\u006e\u0067"); +};return &Data {_adg :_ed ,_ac :_fae },nil ;};func (_add *fdfParser )seekToEOFMarker (_bcc int64 )error {_cfge :=int64 (0);_efgf :=int64 (1000);for _cfge < _bcc {if _bcc <=(_efgf +_cfge ){_efgf =_bcc -_cfge ;};_ ,_ece :=_add ._bed .Seek (-_cfge -_efgf ,_c .SeekEnd ); +if _ece !=nil {return _ece ;};_bcd :=make ([]byte ,_efgf );_add ._bed .Read (_bcd );_ce .Log .Trace ("\u004c\u006f\u006f\u006bi\u006e\u0067\u0020\u0066\u006f\u0072\u0020\u0045\u004f\u0046 \u006da\u0072\u006b\u0065\u0072\u003a\u0020\u0022%\u0073\u0022",string (_bcd )); +_ggae :=_ge .FindAllStringIndex (string (_bcd ),-1);if _ggae !=nil {_accg :=_ggae [len (_ggae )-1];_ce .Log .Trace ("\u0049\u006e\u0064\u003a\u0020\u0025\u0020\u0064",_ggae );_add ._bed .Seek (-_cfge -_efgf +int64 (_accg [0]),_c .SeekEnd );return nil ; +};_ce .Log .Debug ("\u0057\u0061\u0072\u006e\u0069\u006eg\u003a\u0020\u0045\u004f\u0046\u0020\u006d\u0061\u0072\u006b\u0065\u0072\u0020\u006e\u006f\u0074\u0020\u0066\u006f\u0075n\u0064\u0021\u0020\u002d\u0020\u0063\u006f\u006e\u0074\u0069\u006e\u0075\u0065\u0020s\u0065e\u006b\u0069\u006e\u0067"); +_cfge +=_efgf ;};_ce .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u003a\u0020\u0045\u004f\u0046\u0020\u006d\u0061\u0072\u006be\u0072 \u0077\u0061\u0073\u0020\u006e\u006f\u0074\u0020\u0066\u006f\u0075\u006e\u0064\u002e");return _a .New ("\u0045\u004f\u0046\u0020\u006e\u006f\u0074\u0020\u0066\u006f\u0075\u006e\u0064"); +};func (_ced *fdfParser )getFileOffset ()int64 {_gb ,_ :=_ced ._bed .Seek (0,_c .SeekCurrent );_gb -=int64 (_ced ._cdcc .Buffered ());return _gb ;};var _ca =_dd .MustCompile ("^\u005c\u0073\u002a\u0028\\d\u002b)\u005c\u0073\u002b\u0028\u005cd\u002b\u0029\u005c\u0073\u002b\u0052"); +func (_cbd *fdfParser )parseNull ()(_ad .PdfObjectNull ,error ){_ ,_gfd :=_cbd ._cdcc .Discard (4);return _ad .PdfObjectNull {},_gfd ;};func (_cgcg *fdfParser )parseObject ()(_ad .PdfObject ,error ){_ce .Log .Trace ("\u0052e\u0061d\u0020\u0064\u0069\u0072\u0065c\u0074\u0020o\u0062\u006a\u0065\u0063\u0074"); +_cgcg .skipSpaces ();for {_ffb ,_fbd :=_cgcg ._cdcc .Peek (2);if _fbd !=nil {return nil ,_fbd ;};_ce .Log .Trace ("\u0050e\u0065k\u0020\u0073\u0074\u0072\u0069\u006e\u0067\u003a\u0020\u0025\u0073",string (_ffb ));if _ffb [0]=='/'{_becf ,_fgbc :=_cgcg .parseName (); +_ce .Log .Trace ("\u002d\u003e\u004ea\u006d\u0065\u003a\u0020\u0027\u0025\u0073\u0027",_becf );return &_becf ,_fgbc ;}else if _ffb [0]=='('{_ce .Log .Trace ("\u002d>\u0053\u0074\u0072\u0069\u006e\u0067!");return _cgcg .parseString ();}else if _ffb [0]=='['{_ce .Log .Trace ("\u002d\u003e\u0041\u0072\u0072\u0061\u0079\u0021"); +return _cgcg .parseArray ();}else if (_ffb [0]=='<')&&(_ffb [1]=='<'){_ce .Log .Trace ("\u002d>\u0044\u0069\u0063\u0074\u0021");return _cgcg .parseDict ();}else if _ffb [0]=='<'{_ce .Log .Trace ("\u002d\u003e\u0048\u0065\u0078\u0020\u0073\u0074\u0072\u0069\u006e\u0067\u0021"); +return _cgcg .parseHexString ();}else if _ffb [0]=='%'{_cgcg .readComment ();_cgcg .skipSpaces ();}else {_ce .Log .Trace ("\u002d\u003eN\u0075\u006d\u0062e\u0072\u0020\u006f\u0072\u0020\u0072\u0065\u0066\u003f");_ffb ,_ =_cgcg ._cdcc .Peek (15);_cfg :=string (_ffb ); +_ce .Log .Trace ("\u0050\u0065\u0065k\u0020\u0073\u0074\u0072\u003a\u0020\u0025\u0073",_cfg );if (len (_cfg )> 3)&&(_cfg [:4]=="\u006e\u0075\u006c\u006c"){_gdg ,_fcd :=_cgcg .parseNull ();return &_gdg ,_fcd ;}else if (len (_cfg )> 4)&&(_cfg [:5]=="\u0066\u0061\u006cs\u0065"){_ga ,_ffag :=_cgcg .parseBool (); +return &_ga ,_ffag ;}else if (len (_cfg )> 3)&&(_cfg [:4]=="\u0074\u0072\u0075\u0065"){_faf ,_cagge :=_cgcg .parseBool ();return &_faf ,_cagge ;};_dbc :=_ca .FindStringSubmatch (_cfg );if len (_dbc )> 1{_ffb ,_ =_cgcg ._cdcc .ReadBytes ('R');_ce .Log .Trace ("\u002d\u003e\u0020\u0021\u0052\u0065\u0066\u003a\u0020\u0027\u0025\u0073\u0027",string (_ffb [:])); +_fbbe ,_bfg :=_fgb (string (_ffb ));return &_fbbe ,_bfg ;};_eaec :=_efg .FindStringSubmatch (_cfg );if len (_eaec )> 1{_ce .Log .Trace ("\u002d\u003e\u0020\u004e\u0075\u006d\u0062\u0065\u0072\u0021");return _cgcg .parseNumber ();};_eaec =_cbc .FindStringSubmatch (_cfg ); +if len (_eaec )> 1{_ce .Log .Trace ("\u002d\u003e\u0020\u0045xp\u006f\u006e\u0065\u006e\u0074\u0069\u0061\u006c\u0020\u004e\u0075\u006d\u0062\u0065r\u0021");_ce .Log .Trace ("\u0025\u0020\u0073",_eaec );return _cgcg .parseNumber ();};_ce .Log .Debug ("\u0045R\u0052\u004f\u0052\u0020U\u006e\u006b\u006e\u006f\u0077n\u0020(\u0070e\u0065\u006b\u0020\u0022\u0025\u0073\u0022)",_cfg ); +return nil ,_a .New ("\u006f\u0062\u006a\u0065\u0063t\u0020\u0070\u0061\u0072\u0073\u0069\u006e\u0067\u0020\u0065\u0072\u0072\u006fr\u0020\u002d\u0020\u0075\u006e\u0065\u0078\u0070\u0065\u0063\u0074\u0065\u0064\u0020\u0070\u0061\u0074\u0074\u0065\u0072\u006e"); +};};}; \ No newline at end of file diff --git a/fjson/fjson.go b/fjson/fjson.go index 3a3d3e9c1..6312d7e6b 100644 --- a/fjson/fjson.go +++ b/fjson/fjson.go @@ -10,43 +10,43 @@ // terms that can be accessed at https://unidoc.io/eula/ // Package fjson provides support for loading PDF form field data from JSON data/files. -package fjson ;import (_b "encoding/json";_cc "github.com/unidoc/unipdf/v3/common";_ca "github.com/unidoc/unipdf/v3/core";_g "github.com/unidoc/unipdf/v3/model";_c "io";_e "os";); +package fjson ;import (_f "encoding/json";_cc "github.com/unidoc/unipdf/v3/common";_e "github.com/unidoc/unipdf/v3/core";_ac "github.com/unidoc/unipdf/v3/model";_a "io";_c "os";); -// LoadFromJSONFile loads form field data from a JSON file. -func LoadFromJSONFile (filePath string )(*FieldData ,error ){_ef ,_d :=_e .Open (filePath );if _d !=nil {return nil ,_d ;};defer _ef .Close ();return LoadFromJSON (_ef );}; +// LoadFromPDFFile loads form field data from a PDF file. +func LoadFromPDFFile (filePath string )(*FieldData ,error ){_ad ,_cfe :=_c .Open (filePath );if _cfe !=nil {return nil ,_cfe ;};defer _ad .Close ();return LoadFromPDF (_ad );}; // LoadFromJSON loads JSON form data from `r`. -func LoadFromJSON (r _c .Reader )(*FieldData ,error ){var _fa FieldData ;_ea :=_b .NewDecoder (r ).Decode (&_fa ._cf );if _ea !=nil {return nil ,_ea ;};return &_fa ,nil ;};type fieldValue struct{Name string `json:"name"`;Value string `json:"value"`;ImageValue *_g .Image `json:"-"`; +func LoadFromJSON (r _a .Reader )(*FieldData ,error ){var _ag FieldData ;_ed :=_f .NewDecoder (r ).Decode (&_ag ._de );if _ed !=nil {return nil ,_ed ;};return &_ag ,nil ;}; +// LoadFromPDF loads form field data from a PDF. +func LoadFromPDF (rs _a .ReadSeeker )(*FieldData ,error ){_eda ,_ace :=_ac .NewPdfReader (rs );if _ace !=nil {return nil ,_ace ;};if _eda .AcroForm ==nil {return nil ,nil ;};var _cg []fieldValue ;_be :=_eda .AcroForm .AllFields ();for _ ,_bg :=range _be {var _fg []string ; +_cf :=make (map[string ]struct{});_cfb ,_eb :=_bg .FullName ();if _eb !=nil {return nil ,_eb ;};if _ee ,_fe :=_bg .V .(*_e .PdfObjectString );_fe {_cg =append (_cg ,fieldValue {Name :_cfb ,Value :_ee .Decoded ()});continue ;};var _da string ;for _ ,_df :=range _bg .Annotations {_g ,_bd :=_e .GetName (_df .AS ); +if _bd {_da =_g .String ();};_fgf ,_gd :=_e .GetDict (_df .AP );if !_gd {continue ;};_gg ,_ :=_e .GetDict (_fgf .Get ("\u004e"));for _ ,_fd :=range _gg .Keys (){_fec :=_fd .String ();if _ ,_bec :=_cf [_fec ];!_bec {_fg =append (_fg ,_fec );_cf [_fec ]=struct{}{}; +};};_fda ,_ :=_e .GetDict (_fgf .Get ("\u0044"));for _ ,_ea :=range _fda .Keys (){_ebd :=_ea .String ();if _ ,_ae :=_cf [_ebd ];!_ae {_fg =append (_fg ,_ebd );_cf [_ebd ]=struct{}{};};};};_ge :=fieldValue {Name :_cfb ,Value :_da ,Options :_fg };_cg =append (_cg ,_ge ); +};_bf :=FieldData {_de :_cg };return &_bf ,nil ;}; -// Options lists allowed values if present. -Options []string `json:"options,omitempty"`;}; +// FieldImageValues implements model.FieldImageProvider interface. +func (_ga *FieldData )FieldImageValues ()(map[string ]*_ac .Image ,error ){_ffdc :=make (map[string ]*_ac .Image );for _ ,_gdf :=range _ga ._de {if _gdf .ImageValue !=nil {_ffdc [_gdf .Name ]=_gdf .ImageValue ;};};return _ffdc ,nil ;}; // FieldValues implements model.FieldValueProvider interface. -func (_cg *FieldData )FieldValues ()(map[string ]_ca .PdfObject ,error ){_fg :=make (map[string ]_ca .PdfObject );for _ ,_ab :=range _cg ._cf {if len (_ab .Value )> 0{_fg [_ab .Name ]=_ca .MakeString (_ab .Value );};};return _fg ,nil ;}; - -// LoadFromPDFFile loads form field data from a PDF file. -func LoadFromPDFFile (filePath string )(*FieldData ,error ){_egc ,_dgb :=_e .Open (filePath );if _dgb !=nil {return nil ,_dgb ;};defer _egc .Close ();return LoadFromPDF (_egc );}; - -// FieldImageValues implements model.FieldImageProvider interface. -func (_ad *FieldData )FieldImageValues ()(map[string ]*_g .Image ,error ){_cbc :=make (map[string ]*_g .Image );for _ ,_ga :=range _ad ._cf {if _ga .ImageValue !=nil {_cbc [_ga .Name ]=_ga .ImageValue ;};};return _cbc ,nil ;}; +func (_gga *FieldData )FieldValues ()(map[string ]_e .PdfObject ,error ){_ede :=make (map[string ]_e .PdfObject );for _ ,_af :=range _gga ._de {if len (_af .Value )> 0{_ede [_af .Name ]=_e .MakeString (_af .Value );};};return _ede ,nil ;}; -// SetImage assign model.Image to a specific field identified by fieldName. -func (_bc *FieldData )SetImage (fieldName string ,img *_g .Image ,opt []string )error {_ed :=fieldValue {Name :fieldName ,ImageValue :img ,Options :opt };_bc ._cf =append (_bc ._cf ,_ed );return nil ;}; +// SetImageFromFile assign image file to a specific field identified by fieldName. +func (_eac *FieldData )SetImageFromFile (fieldName string ,imagePath string ,opt []string )error {_cd ,_gdg :=_c .Open (imagePath );if _gdg !=nil {return _gdg ;};defer _cd .Close ();_cfc ,_gdg :=_ac .ImageHandling .Read (_cd );if _gdg !=nil {_cc .Log .Error ("\u0045\u0072\u0072or\u0020\u006c\u006f\u0061\u0064\u0069\u006e\u0067\u0020\u0069\u006d\u0061\u0067\u0065\u003a\u0020\u0025\u0073",_gdg ); +return _gdg ;};return _eac .SetImage (fieldName ,_cfc ,opt );}; // JSON returns the field data as a string in JSON format. -func (_dfd FieldData )JSON ()(string ,error ){_fac ,_fd :=_b .MarshalIndent (_dfd ._cf ,"","\u0020\u0020\u0020\u0020");return string (_fac ),_fd ;}; +func (_fgg FieldData )JSON ()(string ,error ){_fgd ,_ffd :=_f .MarshalIndent (_fgg ._de ,"","\u0020\u0020\u0020\u0020");return string (_fgd ),_ffd ;}; + +// LoadFromJSONFile loads form field data from a JSON file. +func LoadFromJSONFile (filePath string )(*FieldData ,error ){_b ,_bc :=_c .Open (filePath );if _bc !=nil {return nil ,_bc ;};defer _b .Close ();return LoadFromJSON (_b );}; // FieldData represents form field data loaded from JSON file. -type FieldData struct{_cf []fieldValue }; +type FieldData struct{_de []fieldValue }; -// LoadFromPDF loads form field data from a PDF. -func LoadFromPDF (rs _c .ReadSeeker )(*FieldData ,error ){_gd ,_gb :=_g .NewPdfReader (rs );if _gb !=nil {return nil ,_gb ;};if _gd .AcroForm ==nil {return nil ,nil ;};var _efc []fieldValue ;_eg :=_gd .AcroForm .AllFields ();for _ ,_cb :=range _eg {var _gcd []string ; -_dc :=make (map[string ]struct{});_eb ,_fb :=_cb .FullName ();if _fb !=nil {return nil ,_fb ;};if _cbg ,_de :=_cb .V .(*_ca .PdfObjectString );_de {_efc =append (_efc ,fieldValue {Name :_eb ,Value :_cbg .Decoded ()});continue ;};var _fc string ;for _ ,_deb :=range _cb .Annotations {_a ,_bfd :=_ca .GetName (_deb .AS ); -if _bfd {_fc =_a .String ();};_gbb ,_ce :=_ca .GetDict (_deb .AP );if !_ce {continue ;};_cd ,_ :=_ca .GetDict (_gbb .Get ("\u004e"));for _ ,_ge :=range _cd .Keys (){_dg :=_ge .String ();if _ ,_dcd :=_dc [_dg ];!_dcd {_gcd =append (_gcd ,_dg );_dc [_dg ]=struct{}{}; -};};_cbb ,_ :=_ca .GetDict (_gbb .Get ("\u0044"));for _ ,_df :=range _cbb .Keys (){_egg :=_df .String ();if _ ,_afb :=_dc [_egg ];!_afb {_gcd =append (_gcd ,_egg );_dc [_egg ]=struct{}{};};};};_afba :=fieldValue {Name :_eb ,Value :_fc ,Options :_gcd }; -_efc =append (_efc ,_afba );};_cda :=FieldData {_cf :_efc };return &_cda ,nil ;}; +// SetImage assign model.Image to a specific field identified by fieldName. +func (_ce *FieldData )SetImage (fieldName string ,img *_ac .Image ,opt []string )error {_edf :=fieldValue {Name :fieldName ,ImageValue :img ,Options :opt };_ce ._de =append (_ce ._de ,_edf );return nil ;};type fieldValue struct{Name string `json:"name"`; +Value string `json:"value"`;ImageValue *_ac .Image `json:"-"`; -// SetImageFromFile assign image file to a specific field identified by fieldName. -func (_gaa *FieldData )SetImageFromFile (fieldName string ,imagePath string ,opt []string )error {_ag ,_abb :=_e .Open (imagePath );if _abb !=nil {return _abb ;};defer _ag .Close ();_fge ,_abb :=_g .ImageHandling .Read (_ag );if _abb !=nil {_cc .Log .Error ("\u0045\u0072\u0072or\u0020\u006c\u006f\u0061\u0064\u0069\u006e\u0067\u0020\u0069\u006d\u0061\u0067\u0065\u003a\u0020\u0025\u0073",_abb ); -return _abb ;};return _gaa .SetImage (fieldName ,_fge ,opt );}; \ No newline at end of file +// Options lists allowed values if present. +Options []string `json:"options,omitempty"`;}; \ No newline at end of file diff --git a/internal/bitwise/bitwise.go b/internal/bitwise/bitwise.go index 5a7ee94be..415041dc7 100644 --- a/internal/bitwise/bitwise.go +++ b/internal/bitwise/bitwise.go @@ -9,60 +9,60 @@ // Use of this source code is governed by the UniDoc End User License Agreement // terms that can be accessed at https://unidoc.io/eula/ -package bitwise ;import (_a "encoding/binary";_g "errors";_db "fmt";_ga "github.com/unidoc/unipdf/v3/common";_gd "github.com/unidoc/unipdf/v3/internal/jbig2/errors";_c "io";);func (_bag *Writer )writeBit (_ffgg uint8 )error {if len (_bag ._da )-1< _bag ._eead {return _c .EOF ; -};_gdf :=_bag ._cfce ;if _bag ._gde {_gdf =7-_bag ._cfce ;};_bag ._da [_bag ._eead ]|=byte (uint16 (_ffgg <<_gdf )&0xff);_bag ._cfce ++;if _bag ._cfce ==8{_bag ._eead ++;_bag ._cfce =0;};return nil ;};func (_eff *Reader )ConsumeRemainingBits ()(uint64 ,error ){if _eff ._aed !=0{return _eff .ReadBits (_eff ._aed ); -};return 0,nil ;};func (_effc *Reader )ReadBool ()(bool ,error ){return _effc .readBool ()};func (_agd *Reader )NewPartialReader (offset ,length int ,relative bool )(*Reader ,error ){if offset < 0{return nil ,_g .New ("p\u0061\u0072\u0074\u0069\u0061\u006c\u0020\u0072\u0065\u0061\u0064\u0065\u0072\u0020\u006f\u0066\u0066\u0073e\u0074\u0020\u0063\u0061\u006e\u006e\u006f\u0074\u0020\u0062e \u006e\u0065\u0067a\u0074i\u0076\u0065"); -};if relative {offset =_agd ._cga ._ce +offset ;};if length > 0{_fgf :=len (_agd ._cga ._ffg );if relative {_fgf =_agd ._cga ._gbb ;};if offset +length > _fgf {return nil ,_db .Errorf ("\u0070\u0061r\u0074\u0069\u0061l\u0020\u0072\u0065\u0061\u0064e\u0072\u0020\u006f\u0066\u0066se\u0074\u0028\u0025\u0064\u0029\u002b\u006c\u0065\u006e\u0067\u0074\u0068\u0028\u0025\u0064\u0029\u003d\u0025d\u0020i\u0073\u0020\u0067\u0072\u0065\u0061ter\u0020\u0074\u0068\u0061\u006e\u0020\u0074\u0068\u0065\u0020\u006f\u0072ig\u0069n\u0061\u006c\u0020\u0072e\u0061d\u0065r\u0020\u006ce\u006e\u0067th\u003a\u0020\u0025\u0064",offset ,length ,offset +length ,_agd ._cga ._gbb ); -};};if length < 0{_fcc :=len (_agd ._cga ._ffg );if relative {_fcc =_agd ._cga ._gbb ;};length =_fcc -offset ;};return &Reader {_cga :readerSource {_ffg :_agd ._cga ._ffg ,_gbb :length ,_ce :offset }},nil ;};func BufferedMSB ()*BufferedWriter {return &BufferedWriter {_cd :true }}; -func (_eb *BufferedWriter )Write (d []byte )(int ,error ){_eb .expandIfNeeded (len (d ));if _eb ._gaf ==0{return _eb .writeFullBytes (d ),nil ;};return _eb .writeShiftedBytes (d ),nil ;};func (_cgf *Reader )Reset (){_cgf ._dbdb =_cgf ._cab ;_cgf ._aed =_cgf ._abd ; -_cgf ._egc =_cgf ._gdc ;_cgf ._fd =_cgf ._fdg ;};func (_fac *Writer )WriteBits (bits uint64 ,number int )(_ebg int ,_eae error ){const _eef ="\u0057\u0072\u0069\u0074\u0065\u0072\u002e\u0057\u0072\u0069\u0074\u0065r\u0042\u0069\u0074\u0073";if number < 0||number > 64{return 0,_gd .Errorf (_eef ,"\u0062i\u0074\u0073 \u006e\u0075\u006db\u0065\u0072\u0020\u006d\u0075\u0073\u0074 \u0062\u0065\u0020\u0069\u006e\u0020r\u0061\u006e\u0067\u0065\u0020\u003c\u0030\u002c\u0036\u0034\u003e,\u0020\u0069\u0073\u003a\u0020\u0027\u0025\u0064\u0027",number ); -};if number ==0{return 0,nil ;};_cdc :=number /8;if _cdc > 0{_fbcf :=number -_cdc *8;for _ceb :=_cdc -1;_ceb >=0;_ceb --{_bcg :=byte ((bits >>uint (_ceb *8+_fbcf ))&0xff);if _eae =_fac .WriteByte (_bcg );_eae !=nil {return _ebg ,_gd .Wrapf (_eae ,_eef ,"\u0062\u0079\u0074\u0065\u003a\u0020\u0027\u0025\u0064\u0027",_cdc -_ceb +1); -};};number -=_cdc *8;if number ==0{return _cdc ,nil ;};};var _gfa int ;for _ggfd :=0;_ggfd < number ;_ggfd ++{if _fac ._gde {_gfa =int ((bits >>uint (number -1-_ggfd ))&0x1);}else {_gfa =int (bits &0x1);bits >>=1;};if _eae =_fac .WriteBit (_gfa );_eae !=nil {return _ebg ,_gd .Wrapf (_eae ,_eef ,"\u0062i\u0074\u003a\u0020\u0025\u0064",_ggfd ); -};};return _cdc ,nil ;};var _ _c .ByteWriter =&BufferedWriter {};func (_dg *Reader )Seek (offset int64 ,whence int )(int64 ,error ){_dg ._cc =-1;_dg ._aed =0;_dg ._egc =0;_dg ._fd =0;var _ecg int64 ;switch whence {case _c .SeekStart :_ecg =offset ;case _c .SeekCurrent :_ecg =_dg ._dbdb +offset ; -case _c .SeekEnd :_ecg =int64 (_dg ._cga ._gbb )+offset ;default:return 0,_g .New ("\u0072\u0065\u0061de\u0072\u002e\u0052\u0065\u0061\u0064\u0065\u0072\u002eS\u0065e\u006b:\u0020i\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0077\u0068\u0065\u006e\u0063\u0065"); -};if _ecg < 0{return 0,_g .New ("\u0072\u0065a\u0064\u0065\u0072\u002eR\u0065\u0061d\u0065\u0072\u002e\u0053\u0065\u0065\u006b\u003a \u006e\u0065\u0067\u0061\u0074\u0069\u0076\u0065\u0020\u0070\u006f\u0073i\u0074\u0069\u006f\u006e");};_dg ._dbdb =_ecg ; -_dg ._aed =0;return _ecg ,nil ;};func (_cfa *BufferedWriter )writeFullBytes (_bcb []byte )int {_fe :=copy (_cfa ._cf [_cfa .fullOffset ():],_bcb );_cfa ._ef +=_fe ;return _fe ;};func (_cdgg *Writer )Write (p []byte )(int ,error ){if len (p )> _cdgg .byteCapacity (){return 0,_c .EOF ; -};for _ ,_eac :=range p {if _agb :=_cdgg .writeByte (_eac );_agb !=nil {return 0,_agb ;};};return len (p ),nil ;};func NewWriter (data []byte )*Writer {return &Writer {_da :data }};func (_ab *BufferedWriter )fullOffset ()int {_ae :=_ab ._ef ;if _ab ._gaf !=0{_ae ++; -};return _ae ;};type readerSource struct{_ffg []byte ;_ce int ;_gbb int ;};const (_e =64;_gc =int (^uint (0)>>1););type Reader struct{_cga readerSource ;_egc byte ;_aed byte ;_dbdb int64 ;_fd int ;_cc int ;_cab int64 ;_abd byte ;_gdc byte ;_fdg int ;}; -func (_eaca *Writer )WriteByte (c byte )error {return _eaca .writeByte (c )};func (_gag *BufferedWriter )writeByte (_bbd byte ){switch {case _gag ._gaf ==0:_gag ._cf [_gag ._ef ]=_bbd ;_gag ._ef ++;case _gag ._cd :_gag ._cf [_gag ._ef ]|=_bbd >>_gag ._gaf ; -_gag ._ef ++;_gag ._cf [_gag ._ef ]=byte (uint16 (_bbd )<<(8-_gag ._gaf )&0xff);default:_gag ._cf [_gag ._ef ]|=byte (uint16 (_bbd )<<_gag ._gaf &0xff);_gag ._ef ++;_gag ._cf [_gag ._ef ]=_bbd >>(8-_gag ._gaf );};};func (_bab *BufferedWriter )byteCapacity ()int {_efc :=len (_bab ._cf )-_bab ._ef ; -if _bab ._gaf !=0{_efc --;};return _efc ;};func (_gca *BufferedWriter )WriteBits (bits uint64 ,number int )(_dbd int ,_ea error ){const _eab ="\u0042u\u0066\u0066\u0065\u0072e\u0064\u0057\u0072\u0069\u0074e\u0072.\u0057r\u0069\u0074\u0065\u0072\u0042\u0069\u0074s"; -if number < 0||number > 64{return 0,_gd .Errorf (_eab ,"\u0062i\u0074\u0073 \u006e\u0075\u006db\u0065\u0072\u0020\u006d\u0075\u0073\u0074 \u0062\u0065\u0020\u0069\u006e\u0020r\u0061\u006e\u0067\u0065\u0020\u003c\u0030\u002c\u0036\u0034\u003e,\u0020\u0069\u0073\u003a\u0020\u0027\u0025\u0064\u0027",number ); -};_ba :=number /8;if _ba > 0{_gcf :=number -_ba *8;for _cb :=_ba -1;_cb >=0;_cb --{_ca :=byte ((bits >>uint (_cb *8+_gcf ))&0xff);if _ea =_gca .WriteByte (_ca );_ea !=nil {return _dbd ,_gd .Wrapf (_ea ,_eab ,"\u0062\u0079\u0074\u0065\u003a\u0020\u0027\u0025\u0064\u0027",_ba -_cb +1); -};};number -=_ba *8;if number ==0{return _ba ,nil ;};};var _cfb int ;for _bac :=0;_bac < number ;_bac ++{if _gca ._cd {_cfb =int ((bits >>uint (number -1-_bac ))&0x1);}else {_cfb =int (bits &0x1);bits >>=1;};if _ea =_gca .WriteBit (_cfb );_ea !=nil {return _dbd ,_gd .Wrapf (_ea ,_eab ,"\u0062i\u0074\u003a\u0020\u0025\u0064",_bac ); -};};return _ba ,nil ;};func (_ebc *Writer )UseMSB ()bool {return _ebc ._gde };func (_gbd *Writer )FinishByte (){if _gbd ._cfce ==0{return ;};_gbd ._cfce =0;_gbd ._eead ++;};var (_ _c .Reader =&Reader {};_ _c .ByteReader =&Reader {};_ _c .Seeker =&Reader {}; -_ StreamReader =&Reader {};);func (_bb *BufferedWriter )SkipBits (skip int )error {if skip ==0{return nil ;};_cg :=int (_bb ._gaf )+skip ;if _cg >=0&&_cg < 8{_bb ._gaf =uint8 (_cg );return nil ;};_cg =int (_bb ._gaf )+_bb ._ef *8+skip ;if _cg < 0{return _gd .Errorf ("\u0057r\u0069t\u0065\u0072\u002e\u0053\u006b\u0069\u0070\u0042\u0069\u0074\u0073","\u0069n\u0064e\u0078\u0020\u006f\u0075\u0074 \u006f\u0066 \u0072\u0061\u006e\u0067\u0065"); -};_eg :=_cg /8;_bbc :=_cg %8;_bb ._gaf =uint8 (_bbc );if _gda :=_eg -_bb ._ef ;_gda > 0&&len (_bb ._cf )-1< _eg {if _bb ._gaf !=0{_gda ++;};_bb .expandIfNeeded (_gda );};_bb ._ef =_eg ;return nil ;};func (_ggda *Reader )AbsolutePosition ()int64 {return _ggda ._dbdb +int64 (_ggda ._cga ._ce )}; -func NewReader (data []byte )*Reader {return &Reader {_cga :readerSource {_ffg :data ,_gbb :len (data ),_ce :0}};};var _ BinaryWriter =&BufferedWriter {};func (_bc *BufferedWriter )WriteByte (bt byte )error {if _bc ._ef > len (_bc ._cf )-1||(_bc ._ef ==len (_bc ._cf )-1&&_bc ._gaf !=0){_bc .expandIfNeeded (1); -};_bc .writeByte (bt );return nil ;};func (_cdg *BufferedWriter )expandIfNeeded (_fc int ){if !_cdg .tryGrowByReslice (_fc ){_cdg .grow (_fc );};};func (_gec *Reader )ReadBit ()(_cce int ,_bbb error ){_ead ,_bbb :=_gec .readBool ();if _bbb !=nil {return 0,_bbb ; -};if _ead {_cce =1;};return _cce ,nil ;};func NewWriterMSB (data []byte )*Writer {return &Writer {_da :data ,_gde :true }};func (_dbba *Writer )Data ()[]byte {return _dbba ._da };type BitWriter interface{WriteBit (_gb int )error ;WriteBits (_ag uint64 ,_abe int )(_ggd int ,_ffb error ); -FinishByte ();SkipBits (_dea int )error ;};func (_gcb *Reader )RelativePosition ()int64 {return _gcb ._dbdb };func (_eee *Reader )Read (p []byte )(_efaa int ,_ggdg error ){if _eee ._aed ==0{return _eee .read (p );};for ;_efaa < len (p );_efaa ++{if p [_efaa ],_ggdg =_eee .readUnalignedByte (); -_ggdg !=nil {return 0,_ggdg ;};};return _efaa ,nil ;};func (_dd *Reader )ReadByte ()(byte ,error ){if _dd ._aed ==0{return _dd .readBufferByte ();};return _dd .readUnalignedByte ();};func (_bge *Writer )ResetBit (){_bge ._cfce =0};func (_aeg *Reader )ReadBits (n byte )(_afc uint64 ,_bca error ){if n < _aeg ._aed {_bgd :=_aeg ._aed -n ; -_afc =uint64 (_aeg ._egc >>_bgd );_aeg ._egc &=1<<_bgd -1;_aeg ._aed =_bgd ;return _afc ,nil ;};if n > _aeg ._aed {if _aeg ._aed > 0{_afc =uint64 (_aeg ._egc );n -=_aeg ._aed ;};for n >=8{_fcf ,_fa :=_aeg .readBufferByte ();if _fa !=nil {return 0,_fa ; -};_afc =_afc <<8+uint64 (_fcf );n -=8;};if n > 0{if _aeg ._egc ,_bca =_aeg .readBufferByte ();_bca !=nil {return 0,_bca ;};_df :=8-n ;_afc =_afc <>_df );_aeg ._egc &=1<<_df -1;_aeg ._aed =_df ;}else {_aeg ._aed =0;};return _afc ,nil ; -};_aeg ._aed =0;return uint64 (_aeg ._egc ),nil ;};func (_ccg *Reader )read (_edf []byte )(int ,error ){if _ccg ._dbdb >=int64 (_ccg ._cga ._gbb ){return 0,_c .EOF ;};_ccg ._cc =-1;_dc :=copy (_edf ,_ccg ._cga ._ffg [(int64 (_ccg ._cga ._ce )+_ccg ._dbdb ):(_ccg ._cga ._ce +_ccg ._cga ._gbb )]); -_ccg ._dbdb +=int64 (_dc );return _dc ,nil ;};func (_bcf *Writer )SkipBits (skip int )error {const _aa ="\u0057r\u0069t\u0065\u0072\u002e\u0053\u006b\u0069\u0070\u0042\u0069\u0074\u0073";if skip ==0{return nil ;};_fcb :=int (_bcf ._cfce )+skip ;if _fcb >=0&&_fcb < 8{_bcf ._cfce =uint8 (_fcb ); -return nil ;};_fcb =int (_bcf ._cfce )+_bcf ._eead *8+skip ;if _fcb < 0{return _gd .Errorf (_aa ,"\u0069n\u0064e\u0078\u0020\u006f\u0075\u0074 \u006f\u0066 \u0072\u0061\u006e\u0067\u0065");};_fcg :=_fcb /8;_ded :=_fcb %8;_ga .Log .Trace ("\u0053\u006b\u0069\u0070\u0042\u0069\u0074\u0073"); -_ga .Log .Trace ("\u0042\u0069\u0074\u0049\u006e\u0064\u0065\u0078\u003a\u0020\u0027\u0025\u0064\u0027\u0020\u0042\u0079\u0074\u0065\u0049n\u0064\u0065\u0078\u003a\u0020\u0027\u0025\u0064\u0027\u002c\u0020\u0046\u0075\u006c\u006c\u0042\u0069\u0074\u0073\u003a\u0020'\u0025\u0064\u0027\u002c\u0020\u004c\u0065\u006e\u003a\u0020\u0027\u0025\u0064\u0027,\u0020\u0043\u0061p\u003a\u0020\u0027\u0025\u0064\u0027",_bcf ._cfce ,_bcf ._eead ,int (_bcf ._cfce )+(_bcf ._eead )*8,len (_bcf ._da ),cap (_bcf ._da )); -_ga .Log .Trace ("S\u006b\u0069\u0070\u003a\u0020\u0027%\u0064\u0027\u002c\u0020\u0064\u003a \u0027\u0025\u0064\u0027\u002c\u0020\u0062i\u0074\u0049\u006e\u0064\u0065\u0078\u003a\u0020\u0027\u0025d\u0027",skip ,_fcb ,_ded );_bcf ._cfce =uint8 (_ded );if _ad :=_fcg -_bcf ._eead ; -_ad > 0&&len (_bcf ._da )-1< _fcg {_ga .Log .Trace ("\u0042\u0079\u0074e\u0044\u0069\u0066\u0066\u003a\u0020\u0025\u0064",_ad );return _gd .Errorf (_aa ,"\u0069n\u0064e\u0078\u0020\u006f\u0075\u0074 \u006f\u0066 \u0072\u0061\u006e\u0067\u0065");};_bcf ._eead =_fcg ; -_ga .Log .Trace ("\u0042\u0069\u0074I\u006e\u0064\u0065\u0078:\u0020\u0027\u0025\u0064\u0027\u002c\u0020B\u0079\u0074\u0065\u0049\u006e\u0064\u0065\u0078\u003a\u0020\u0027\u0025\u0064\u0027",_bcf ._cfce ,_bcf ._eead );return nil ;};func (_b *BufferedWriter )Len ()int {return _b .byteCapacity ()}; -func (_dcg *Reader )readUnalignedByte ()(_gac byte ,_fff error ){_ccf :=_dcg ._aed ;_gac =_dcg ._egc <<(8-_ccf );_dcg ._egc ,_fff =_dcg .readBufferByte ();if _fff !=nil {return 0,_fff ;};_gac |=_dcg ._egc >>_ccf ;_dcg ._egc &=1<<_ccf -1;return _gac ,nil ; -};type StreamReader interface{_c .Reader ;_c .ByteReader ;_c .Seeker ;Align ()byte ;BitPosition ()int ;Mark ();Length ()uint64 ;ReadBit ()(int ,error );ReadBits (_dbb byte )(uint64 ,error );ReadBool ()(bool ,error );ReadUint32 ()(uint32 ,error );Reset (); -AbsolutePosition ()int64 ;};func (_gfbc *Reader )readBool ()(_eda bool ,_egcf error ){if _gfbc ._aed ==0{_gfbc ._egc ,_egcf =_gfbc .readBufferByte ();if _egcf !=nil {return false ,_egcf ;};_eda =(_gfbc ._egc &0x80)!=0;_gfbc ._egc ,_gfbc ._aed =_gfbc ._egc &0x7f,7; -return _eda ,nil ;};_gfbc ._aed --;_eda =(_gfbc ._egc &(1<<_gfbc ._aed ))!=0;_gfbc ._egc &=1<<_gfbc ._aed -1;return _eda ,nil ;};func (_ed *Reader )AbsoluteLength ()uint64 {return uint64 (len (_ed ._cga ._ffg ))};func (_af *BufferedWriter )Data ()[]byte {return _af ._cf }; -func (_ebf *BufferedWriter )WriteBit (bit int )error {if bit !=1&&bit !=0{return _gd .Errorf ("\u0042\u0075\u0066fe\u0072\u0065\u0064\u0057\u0072\u0069\u0074\u0065\u0072\u002e\u0057\u0072\u0069\u0074\u0065\u0042\u0069\u0074","\u0062\u0069\u0074\u0020\u0076\u0061\u006cu\u0065\u0020\u006du\u0073\u0074\u0020\u0062e\u0020\u0069\u006e\u0020\u0072\u0061\u006e\u0067\u0065\u0020\u007b\u0030\u002c\u0031\u007d\u0020\u0062\u0075\u0074\u0020\u0069\u0073\u003a\u0020\u0025\u0064",bit ); -};if len (_ebf ._cf )-1< _ebf ._ef {_ebf .expandIfNeeded (1);};_gce :=_ebf ._gaf ;if _ebf ._cd {_gce =7-_ebf ._gaf ;};_ebf ._cf [_ebf ._ef ]|=byte (uint16 (bit <<_gce )&0xff);_ebf ._gaf ++;if _ebf ._gaf ==8{_ebf ._ef ++;_ebf ._gaf =0;};return nil ;};type BufferedWriter struct{_cf []byte ; -_gaf uint8 ;_ef int ;_cd bool ;};func (_gfb *Reader )BitPosition ()int {return int (_gfb ._aed )};func (_cad *Reader )Align ()(_feg byte ){_feg =_cad ._aed ;_cad ._aed =0;return _feg };func (_cfg *BufferedWriter )ResetBitIndex (){_cfg ._gaf =0};func (_cac *Reader )Length ()uint64 {return uint64 (_cac ._cga ._gbb )}; -func (_cfcf *Reader )Mark (){_cfcf ._cab =_cfcf ._dbdb ;_cfcf ._abd =_cfcf ._aed ;_cfcf ._gdc =_cfcf ._egc ;_cfcf ._fdg =_cfcf ._fd ;};func (_gf *BufferedWriter )grow (_ff int ){if _gf ._cf ==nil &&_ff < _e {_gf ._cf =make ([]byte ,_ff ,_e );return ;}; -_caa :=len (_gf ._cf );if _gf ._gaf !=0{_caa ++;};_gg :=cap (_gf ._cf );switch {case _ff <=_gg /2-_caa :_ga .Log .Trace ("\u005b\u0042\u0075\u0066\u0066\u0065r\u0065\u0064\u0057\u0072\u0069t\u0065\u0072\u005d\u0020\u0067\u0072o\u0077\u0020\u002d\u0020\u0072e\u0073\u006c\u0069\u0063\u0065\u0020\u006f\u006e\u006c\u0079\u002e\u0020L\u0065\u006e\u003a\u0020\u0027\u0025\u0064\u0027\u002c\u0020\u0043\u0061\u0070\u003a\u0020'\u0025\u0064\u0027\u002c\u0020\u006e\u003a\u0020'\u0025\u0064\u0027",len (_gf ._cf ),cap (_gf ._cf ),_ff ); -_ga .Log .Trace ("\u0020\u006e\u0020\u003c\u003d\u0020\u0063\u0020\u002f\u0020\u0032\u0020\u002d\u006d\u002e \u0043:\u0020\u0027\u0025\u0064\u0027\u002c\u0020\u006d\u003a\u0020\u0027\u0025\u0064\u0027",_gg ,_caa );copy (_gf ._cf ,_gf ._cf [_gf .fullOffset ():]); -case _gg > _gc -_gg -_ff :_ga .Log .Error ("\u0042\u0055F\u0046\u0045\u0052 \u0074\u006f\u006f\u0020\u006c\u0061\u0072\u0067\u0065");return ;default:_de :=make ([]byte ,2*_gg +_ff );copy (_de ,_gf ._cf );_gf ._cf =_de ;};_gf ._cf =_gf ._cf [:_caa +_ff ]; -};func (_cfc *BufferedWriter )Reset (){_cfc ._cf =_cfc ._cf [:0];_cfc ._ef =0;_cfc ._gaf =0};var _ _c .Writer =&BufferedWriter {};func (_bg *BufferedWriter )writeShiftedBytes (_gab []byte )int {for _ ,_bf :=range _gab {_bg .writeByte (_bf );};return len (_gab ); -};var _ BinaryWriter =&Writer {};func (_egb *Reader )ReadUint32 ()(uint32 ,error ){_ced :=make ([]byte ,4);_ ,_eea :=_egb .Read (_ced );if _eea !=nil {return 0,_eea ;};return _a .BigEndian .Uint32 (_ced ),nil ;};func (_efa *BufferedWriter )tryGrowByReslice (_fg int )bool {if _fb :=len (_efa ._cf ); -_fg <=cap (_efa ._cf )-_fb {_efa ._cf =_efa ._cf [:_fb +_fg ];return true ;};return false ;};func (_aga *Writer )writeByte (_ggff byte )error {if _aga ._eead > len (_aga ._da )-1{return _c .EOF ;};if _aga ._eead ==len (_aga ._da )-1&&_aga ._cfce !=0{return _c .EOF ; -};if _aga ._cfce ==0{_aga ._da [_aga ._eead ]=_ggff ;_aga ._eead ++;return nil ;};if _aga ._gde {_aga ._da [_aga ._eead ]|=_ggff >>_aga ._cfce ;_aga ._eead ++;_aga ._da [_aga ._eead ]=byte (uint16 (_ggff )<<(8-_aga ._cfce )&0xff);}else {_aga ._da [_aga ._eead ]|=byte (uint16 (_ggff )<<_aga ._cfce &0xff); -_aga ._eead ++;_aga ._da [_aga ._eead ]=_ggff >>(8-_aga ._cfce );};return nil ;};func (_gaba *Reader )readBufferByte ()(byte ,error ){if _gaba ._dbdb >=int64 (_gaba ._cga ._gbb ){return 0,_c .EOF ;};_gaba ._cc =-1;_gdcd :=_gaba ._cga ._ffg [int64 (_gaba ._cga ._ce )+_gaba ._dbdb ]; -_gaba ._dbdb ++;_gaba ._fd =int (_gdcd );return _gdcd ,nil ;};type BinaryWriter interface{BitWriter ;_c .Writer ;_c .ByteWriter ;Data ()[]byte ;};func (_deb *Writer )WriteBit (bit int )error {switch bit {case 0,1:return _deb .writeBit (uint8 (bit ));}; -return _gd .Error ("\u0057\u0072\u0069\u0074\u0065\u0042\u0069\u0074","\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0062\u0069\u0074\u0020v\u0061\u006c\u0075\u0065");};func (_cgag *Writer )byteCapacity ()int {_cdb :=len (_cgag ._da )-_cgag ._eead ; -if _cgag ._cfce !=0{_cdb --;};return _cdb ;};func (_afg *BufferedWriter )FinishByte (){if _afg ._gaf ==0{return ;};_afg ._gaf =0;_afg ._ef ++;};type Writer struct{_da []byte ;_cfce uint8 ;_eead int ;_gde bool ;}; \ No newline at end of file +package bitwise ;import (_g "encoding/binary";_b "errors";_e "fmt";_ga "github.com/unidoc/unipdf/v3/common";_gad "github.com/unidoc/unipdf/v3/internal/jbig2/errors";_d "io";);func BufferedMSB ()*BufferedWriter {return &BufferedWriter {_ba :true }};type BufferedWriter struct{_fe []byte ; +_gf uint8 ;_gab int ;_ba bool ;};func (_ed *BufferedWriter )WriteBit (bit int )error {if bit !=1&&bit !=0{return _gad .Errorf ("\u0042\u0075\u0066fe\u0072\u0065\u0064\u0057\u0072\u0069\u0074\u0065\u0072\u002e\u0057\u0072\u0069\u0074\u0065\u0042\u0069\u0074","\u0062\u0069\u0074\u0020\u0076\u0061\u006cu\u0065\u0020\u006du\u0073\u0074\u0020\u0062e\u0020\u0069\u006e\u0020\u0072\u0061\u006e\u0067\u0065\u0020\u007b\u0030\u002c\u0031\u007d\u0020\u0062\u0075\u0074\u0020\u0069\u0073\u003a\u0020\u0025\u0064",bit ); +};if len (_ed ._fe )-1< _ed ._gab {_ed .expandIfNeeded (1);};_fb :=_ed ._gf ;if _ed ._ba {_fb =7-_ed ._gf ;};_ed ._fe [_ed ._gab ]|=byte (uint16 (bit <<_fb )&0xff);_ed ._gf ++;if _ed ._gf ==8{_ed ._gab ++;_ed ._gf =0;};return nil ;};func (_bg *BufferedWriter )ResetBitIndex (){_bg ._gf =0}; +type Reader struct{_dec readerSource ;_gbc byte ;_gbe byte ;_fbb int64 ;_add int ;_cb int ;_bfae int64 ;_ebg byte ;_gcd byte ;_ddf int ;};type BitWriter interface{WriteBit (_bd int )error ;WriteBits (_gdd uint64 ,_aad int )(_eea int ,_abb error );FinishByte (); +SkipBits (_af int )error ;};type StreamReader interface{_d .Reader ;_d .ByteReader ;_d .Seeker ;Align ()byte ;BitPosition ()int ;Mark ();Length ()uint64 ;ReadBit ()(int ,error );ReadBits (_ede byte )(uint64 ,error );ReadBool ()(bool ,error );ReadUint32 ()(uint32 ,error ); +Reset ();AbsolutePosition ()int64 ;};func (_gaec *Writer )ResetBit (){_gaec ._abf =0};func (_ade *Reader )readBool ()(_gfa bool ,_bfc error ){if _ade ._gbe ==0{_ade ._gbc ,_bfc =_ade .readBufferByte ();if _bfc !=nil {return false ,_bfc ;};_gfa =(_ade ._gbc &0x80)!=0; +_ade ._gbc ,_ade ._gbe =_ade ._gbc &0x7f,7;return _gfa ,nil ;};_ade ._gbe --;_gfa =(_ade ._gbc &(1<<_ade ._gbe ))!=0;_ade ._gbc &=1<<_ade ._gbe -1;return _gfa ,nil ;};func (_cbe *Reader )Align ()(_dgfa byte ){_dgfa =_cbe ._gbe ;_cbe ._gbe =0;return _dgfa }; +func (_ca *Reader )ReadUint32 ()(uint32 ,error ){_ddffg :=make ([]byte ,4);_ ,_ge :=_ca .Read (_ddffg );if _ge !=nil {return 0,_ge ;};return _g .BigEndian .Uint32 (_ddffg ),nil ;};func (_dgbe *Writer )WriteByte (c byte )error {return _dgbe .writeByte (c )}; +func (_bff *Reader )RelativePosition ()int64 {return _bff ._fbb };func (_acf *Reader )read (_eee []byte )(int ,error ){if _acf ._fbb >=int64 (_acf ._dec ._gfd ){return 0,_d .EOF ;};_acf ._cb =-1;_dbf :=copy (_eee ,_acf ._dec ._bda [(int64 (_acf ._dec ._bb )+_acf ._fbb ):(_acf ._dec ._bb +_acf ._dec ._gfd )]); +_acf ._fbb +=int64 (_dbf );return _dbf ,nil ;};func (_fa *BufferedWriter )fullOffset ()int {_gac :=_fa ._gab ;if _fa ._gf !=0{_gac ++;};return _gac ;};func (_cac *Reader )readUnalignedByte ()(_cgd byte ,_feeg error ){_agc :=_cac ._gbe ;_cgd =_cac ._gbc <<(8-_agc ); +_cac ._gbc ,_feeg =_cac .readBufferByte ();if _feeg !=nil {return 0,_feeg ;};_cgd |=_cac ._gbc >>_agc ;_cac ._gbc &=1<<_agc -1;return _cgd ,nil ;};func NewWriter (data []byte )*Writer {return &Writer {_baf :data }};func (_dbed *Reader )ConsumeRemainingBits ()(uint64 ,error ){if _dbed ._gbe !=0{return _dbed .ReadBits (_dbed ._gbe ); +};return 0,nil ;};func (_cd *Reader )BitPosition ()int {return int (_cd ._gbe )};func (_dfa *BufferedWriter )WriteBits (bits uint64 ,number int )(_ad int ,_fgg error ){const _gbf ="\u0042u\u0066\u0066\u0065\u0072e\u0064\u0057\u0072\u0069\u0074e\u0072.\u0057r\u0069\u0074\u0065\u0072\u0042\u0069\u0074s"; +if number < 0||number > 64{return 0,_gad .Errorf (_gbf ,"\u0062i\u0074\u0073 \u006e\u0075\u006db\u0065\u0072\u0020\u006d\u0075\u0073\u0074 \u0062\u0065\u0020\u0069\u006e\u0020r\u0061\u006e\u0067\u0065\u0020\u003c\u0030\u002c\u0036\u0034\u003e,\u0020\u0069\u0073\u003a\u0020\u0027\u0025\u0064\u0027",number ); +};_db :=number /8;if _db > 0{_fbc :=number -_db *8;for _gae :=_db -1;_gae >=0;_gae --{_ag :=byte ((bits >>uint (_gae *8+_fbc ))&0xff);if _fgg =_dfa .WriteByte (_ag );_fgg !=nil {return _ad ,_gad .Wrapf (_fgg ,_gbf ,"\u0062\u0079\u0074\u0065\u003a\u0020\u0027\u0025\u0064\u0027",_db -_gae +1); +};};number -=_db *8;if number ==0{return _db ,nil ;};};var _bfb int ;for _dd :=0;_dd < number ;_dd ++{if _dfa ._ba {_bfb =int ((bits >>uint (number -1-_dd ))&0x1);}else {_bfb =int (bits &0x1);bits >>=1;};if _fgg =_dfa .WriteBit (_bfb );_fgg !=nil {return _ad ,_gad .Wrapf (_fgg ,_gbf ,"\u0062i\u0074\u003a\u0020\u0025\u0064",_dd ); +};};return _db ,nil ;};const (_dg =64;_cc =int (^uint (0)>>1););type BinaryWriter interface{BitWriter ;_d .Writer ;_d .ByteWriter ;Data ()[]byte ;};var _ BinaryWriter =&BufferedWriter {};func (_faa *BufferedWriter )writeByte (_gc byte ){switch {case _faa ._gf ==0:_faa ._fe [_faa ._gab ]=_gc ; +_faa ._gab ++;case _faa ._ba :_faa ._fe [_faa ._gab ]|=_gc >>_faa ._gf ;_faa ._gab ++;_faa ._fe [_faa ._gab ]=byte (uint16 (_gc )<<(8-_faa ._gf )&0xff);default:_faa ._fe [_faa ._gab ]|=byte (uint16 (_gc )<<_faa ._gf &0xff);_faa ._gab ++;_faa ._fe [_faa ._gab ]=_gc >>(8-_faa ._gf ); +};};func (_fd *Reader )NewPartialReader (offset ,length int ,relative bool )(*Reader ,error ){if offset < 0{return nil ,_b .New ("p\u0061\u0072\u0074\u0069\u0061\u006c\u0020\u0072\u0065\u0061\u0064\u0065\u0072\u0020\u006f\u0066\u0066\u0073e\u0074\u0020\u0063\u0061\u006e\u006e\u006f\u0074\u0020\u0062e \u006e\u0065\u0067a\u0074i\u0076\u0065"); +};if relative {offset =_fd ._dec ._bb +offset ;};if length > 0{_bgd :=len (_fd ._dec ._bda );if relative {_bgd =_fd ._dec ._gfd ;};if offset +length > _bgd {return nil ,_e .Errorf ("\u0070\u0061r\u0074\u0069\u0061l\u0020\u0072\u0065\u0061\u0064e\u0072\u0020\u006f\u0066\u0066se\u0074\u0028\u0025\u0064\u0029\u002b\u006c\u0065\u006e\u0067\u0074\u0068\u0028\u0025\u0064\u0029\u003d\u0025d\u0020i\u0073\u0020\u0067\u0072\u0065\u0061ter\u0020\u0074\u0068\u0061\u006e\u0020\u0074\u0068\u0065\u0020\u006f\u0072ig\u0069n\u0061\u006c\u0020\u0072e\u0061d\u0065r\u0020\u006ce\u006e\u0067th\u003a\u0020\u0025\u0064",offset ,length ,offset +length ,_fd ._dec ._gfd ); +};};if length < 0{_cg :=len (_fd ._dec ._bda );if relative {_cg =_fd ._dec ._gfd ;};length =_cg -offset ;};return &Reader {_dec :readerSource {_bda :_fd ._dec ._bda ,_gfd :length ,_bb :offset }},nil ;};func (_dgf *BufferedWriter )byteCapacity ()int {_fgga :=len (_dgf ._fe )-_dgf ._gab ; +if _dgf ._gf !=0{_fgga --;};return _fgga ;};func (_eg *BufferedWriter )grow (_gffd int ){if _eg ._fe ==nil &&_gffd < _dg {_eg ._fe =make ([]byte ,_gffd ,_dg );return ;};_ee :=len (_eg ._fe );if _eg ._gf !=0{_ee ++;};_ec :=cap (_eg ._fe );switch {case _gffd <=_ec /2-_ee :_ga .Log .Trace ("\u005b\u0042\u0075\u0066\u0066\u0065r\u0065\u0064\u0057\u0072\u0069t\u0065\u0072\u005d\u0020\u0067\u0072o\u0077\u0020\u002d\u0020\u0072e\u0073\u006c\u0069\u0063\u0065\u0020\u006f\u006e\u006c\u0079\u002e\u0020L\u0065\u006e\u003a\u0020\u0027\u0025\u0064\u0027\u002c\u0020\u0043\u0061\u0070\u003a\u0020'\u0025\u0064\u0027\u002c\u0020\u006e\u003a\u0020'\u0025\u0064\u0027",len (_eg ._fe ),cap (_eg ._fe ),_gffd ); +_ga .Log .Trace ("\u0020\u006e\u0020\u003c\u003d\u0020\u0063\u0020\u002f\u0020\u0032\u0020\u002d\u006d\u002e \u0043:\u0020\u0027\u0025\u0064\u0027\u002c\u0020\u006d\u003a\u0020\u0027\u0025\u0064\u0027",_ec ,_ee );copy (_eg ._fe ,_eg ._fe [_eg .fullOffset ():]); +case _ec > _cc -_ec -_gffd :_ga .Log .Error ("\u0042\u0055F\u0046\u0045\u0052 \u0074\u006f\u006f\u0020\u006c\u0061\u0072\u0067\u0065");return ;default:_gdc :=make ([]byte ,2*_ec +_gffd );copy (_gdc ,_eg ._fe );_eg ._fe =_gdc ;};_eg ._fe =_eg ._fe [:_ee +_gffd ]; +};func (_dbfc *Writer )writeByte (_ccg byte )error {if _dbfc ._feb > len (_dbfc ._baf )-1{return _d .EOF ;};if _dbfc ._feb ==len (_dbfc ._baf )-1&&_dbfc ._abf !=0{return _d .EOF ;};if _dbfc ._abf ==0{_dbfc ._baf [_dbfc ._feb ]=_ccg ;_dbfc ._feb ++;return nil ; +};if _dbfc ._ecb {_dbfc ._baf [_dbfc ._feb ]|=_ccg >>_dbfc ._abf ;_dbfc ._feb ++;_dbfc ._baf [_dbfc ._feb ]=byte (uint16 (_ccg )<<(8-_dbfc ._abf )&0xff);}else {_dbfc ._baf [_dbfc ._feb ]|=byte (uint16 (_ccg )<<_dbfc ._abf &0xff);_dbfc ._feb ++;_dbfc ._baf [_dbfc ._feb ]=_ccg >>(8-_dbfc ._abf ); +};return nil ;};func (_a *BufferedWriter )Len ()int {return _a .byteCapacity ()};func (_ae *Reader )readBufferByte ()(byte ,error ){if _ae ._fbb >=int64 (_ae ._dec ._gfd ){return 0,_d .EOF ;};_ae ._cb =-1;_egb :=_ae ._dec ._bda [int64 (_ae ._dec ._bb )+_ae ._fbb ]; +_ae ._fbb ++;_ae ._add =int (_egb );return _egb ,nil ;};func (_gffc *Reader )Reset (){_gffc ._fbb =_gffc ._bfae ;_gffc ._gbe =_gffc ._ebg ;_gffc ._gbc =_gffc ._gcd ;_gffc ._add =_gffc ._ddf ;};func (_da *BufferedWriter )writeShiftedBytes (_fef []byte )int {for _ ,_ac :=range _fef {_da .writeByte (_ac ); +};return len (_fef );};func (_gd *BufferedWriter )Reset (){_gd ._fe =_gd ._fe [:0];_gd ._gab =0;_gd ._gf =0};func (_adg *Reader )Seek (offset int64 ,whence int )(int64 ,error ){_adg ._cb =-1;_adg ._gbe =0;_adg ._gbc =0;_adg ._add =0;var _cbg int64 ;switch whence {case _d .SeekStart :_cbg =offset ; +case _d .SeekCurrent :_cbg =_adg ._fbb +offset ;case _d .SeekEnd :_cbg =int64 (_adg ._dec ._gfd )+offset ;default:return 0,_b .New ("\u0072\u0065\u0061de\u0072\u002e\u0052\u0065\u0061\u0064\u0065\u0072\u002eS\u0065e\u006b:\u0020i\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0077\u0068\u0065\u006e\u0063\u0065"); +};if _cbg < 0{return 0,_b .New ("\u0072\u0065a\u0064\u0065\u0072\u002eR\u0065\u0061d\u0065\u0072\u002e\u0053\u0065\u0065\u006b\u003a \u006e\u0065\u0067\u0061\u0074\u0069\u0076\u0065\u0020\u0070\u006f\u0073i\u0074\u0069\u006f\u006e");};_adg ._fbb =_cbg ; +_adg ._gbe =0;return _cbg ,nil ;};func NewWriterMSB (data []byte )*Writer {return &Writer {_baf :data ,_ecb :true }};func (_bgf *BufferedWriter )expandIfNeeded (_bfa int ){if !_bgf .tryGrowByReslice (_bfa ){_bgf .grow (_bfa );};};func (_fc *Reader )ReadBit ()(_ddff int ,_aaf error ){_ef ,_aaf :=_fc .readBool (); +if _aaf !=nil {return 0,_aaf ;};if _ef {_ddff =1;};return _ddff ,nil ;};func (_eca *Writer )Data ()[]byte {return _eca ._baf };func (_ebcg *Writer )FinishByte (){if _ebcg ._abf ==0{return ;};_ebcg ._abf =0;_ebcg ._feb ++;};var (_ _d .Reader =&Reader {}; +_ _d .ByteReader =&Reader {};_ _d .Seeker =&Reader {};_ StreamReader =&Reader {};);func (_agb *Reader )Length ()uint64 {return uint64 (_agb ._dec ._gfd )};func (_gcb *Writer )Write (p []byte )(int ,error ){if len (p )> _gcb .byteCapacity (){return 0,_d .EOF ; +};for _ ,_abd :=range p {if _ddb :=_gcb .writeByte (_abd );_ddb !=nil {return 0,_ddb ;};};return len (p ),nil ;};func (_gaf *Reader )Read (p []byte )(_afd int ,_bbg error ){if _gaf ._gbe ==0{return _gaf .read (p );};for ;_afd < len (p );_afd ++{if p [_afd ],_bbg =_gaf .readUnalignedByte (); +_bbg !=nil {return 0,_bbg ;};};return _afd ,nil ;};var _ _d .ByteWriter =&BufferedWriter {};var _ _d .Writer =&BufferedWriter {};func (_aae *Writer )writeBit (_ggd uint8 )error {if len (_aae ._baf )-1< _aae ._feb {return _d .EOF ;};_dab :=_aae ._abf ;if _aae ._ecb {_dab =7-_aae ._abf ; +};_aae ._baf [_aae ._feb ]|=byte (uint16 (_ggd <<_dab )&0xff);_aae ._abf ++;if _aae ._abf ==8{_aae ._feb ++;_aae ._abf =0;};return nil ;};func (_gga *Reader )Mark (){_gga ._bfae =_gga ._fbb ;_gga ._ebg =_gga ._gbe ;_gga ._gcd =_gga ._gbc ;_gga ._ddf =_gga ._add ; +};func NewReader (data []byte )*Reader {return &Reader {_dec :readerSource {_bda :data ,_gfd :len (data ),_bb :0}};};func (_beg *Writer )WriteBit (bit int )error {switch bit {case 0,1:return _beg .writeBit (uint8 (bit ));};return _gad .Error ("\u0057\u0072\u0069\u0074\u0065\u0042\u0069\u0074","\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0062\u0069\u0074\u0020v\u0061\u006c\u0075\u0065"); +};func (_eb *BufferedWriter )FinishByte (){if _eb ._gf ==0{return ;};_eb ._gf =0;_eb ._gab ++;};func (_ecf *BufferedWriter )writeFullBytes (_ecff []byte )int {_fbd :=copy (_ecf ._fe [_ecf .fullOffset ():],_ecff );_ecf ._gab +=_fbd ;return _fbd ;};func (_gea *Writer )UseMSB ()bool {return _gea ._ecb }; +func (_fca *Writer )SkipBits (skip int )error {const _gba ="\u0057r\u0069t\u0065\u0072\u002e\u0053\u006b\u0069\u0070\u0042\u0069\u0074\u0073";if skip ==0{return nil ;};_ea :=int (_fca ._abf )+skip ;if _ea >=0&&_ea < 8{_fca ._abf =uint8 (_ea );return nil ; +};_ea =int (_fca ._abf )+_fca ._feb *8+skip ;if _ea < 0{return _gad .Errorf (_gba ,"\u0069n\u0064e\u0078\u0020\u006f\u0075\u0074 \u006f\u0066 \u0072\u0061\u006e\u0067\u0065");};_beb :=_ea /8;_dgb :=_ea %8;_ga .Log .Trace ("\u0053\u006b\u0069\u0070\u0042\u0069\u0074\u0073"); +_ga .Log .Trace ("\u0042\u0069\u0074\u0049\u006e\u0064\u0065\u0078\u003a\u0020\u0027\u0025\u0064\u0027\u0020\u0042\u0079\u0074\u0065\u0049n\u0064\u0065\u0078\u003a\u0020\u0027\u0025\u0064\u0027\u002c\u0020\u0046\u0075\u006c\u006c\u0042\u0069\u0074\u0073\u003a\u0020'\u0025\u0064\u0027\u002c\u0020\u004c\u0065\u006e\u003a\u0020\u0027\u0025\u0064\u0027,\u0020\u0043\u0061p\u003a\u0020\u0027\u0025\u0064\u0027",_fca ._abf ,_fca ._feb ,int (_fca ._abf )+(_fca ._feb )*8,len (_fca ._baf ),cap (_fca ._baf )); +_ga .Log .Trace ("S\u006b\u0069\u0070\u003a\u0020\u0027%\u0064\u0027\u002c\u0020\u0064\u003a \u0027\u0025\u0064\u0027\u002c\u0020\u0062i\u0074\u0049\u006e\u0064\u0065\u0078\u003a\u0020\u0027\u0025d\u0027",skip ,_ea ,_dgb );_fca ._abf =uint8 (_dgb );if _gfff :=_beb -_fca ._feb ; +_gfff > 0&&len (_fca ._baf )-1< _beb {_ga .Log .Trace ("\u0042\u0079\u0074e\u0044\u0069\u0066\u0066\u003a\u0020\u0025\u0064",_gfff );return _gad .Errorf (_gba ,"\u0069n\u0064e\u0078\u0020\u006f\u0075\u0074 \u006f\u0066 \u0072\u0061\u006e\u0067\u0065"); +};_fca ._feb =_beb ;_ga .Log .Trace ("\u0042\u0069\u0074I\u006e\u0064\u0065\u0078:\u0020\u0027\u0025\u0064\u0027\u002c\u0020B\u0079\u0074\u0065\u0049\u006e\u0064\u0065\u0078\u003a\u0020\u0027\u0025\u0064\u0027",_fca ._abf ,_fca ._feb );return nil ;};func (_fdd *Reader )ReadBits (n byte )(_gge uint64 ,_fec error ){if n < _fdd ._gbe {_baa :=_fdd ._gbe -n ; +_gge =uint64 (_fdd ._gbc >>_baa );_fdd ._gbc &=1<<_baa -1;_fdd ._gbe =_baa ;return _gge ,nil ;};if n > _fdd ._gbe {if _fdd ._gbe > 0{_gge =uint64 (_fdd ._gbc );n -=_fdd ._gbe ;};for n >=8{_dba ,_fgb :=_fdd .readBufferByte ();if _fgb !=nil {return 0,_fgb ; +};_gge =_gge <<8+uint64 (_dba );n -=8;};if n > 0{if _fdd ._gbc ,_fec =_fdd .readBufferByte ();_fec !=nil {return 0,_fec ;};_dff :=8-n ;_gge =_gge <>_dff );_fdd ._gbc &=1<<_dff -1;_fdd ._gbe =_dff ;}else {_fdd ._gbe =0;};return _gge ,nil ; +};_fdd ._gbe =0;return uint64 (_fdd ._gbc ),nil ;};func (_fee *Reader )AbsolutePosition ()int64 {return _fee ._fbb +int64 (_fee ._dec ._bb )};type readerSource struct{_bda []byte ;_bb int ;_gfd int ;};type Writer struct{_baf []byte ;_abf uint8 ;_feb int ; +_ecb bool ;};func (_fcg *Reader )ReadBool ()(bool ,error ){return _fcg .readBool ()};func (_adb *Reader )ReadByte ()(byte ,error ){if _adb ._gbe ==0{return _adb .readBufferByte ();};return _adb .readUnalignedByte ();};func (_bf *BufferedWriter )Data ()[]byte {return _bf ._fe }; +func (_dbd *Writer )byteCapacity ()int {_cff :=len (_dbd ._baf )-_dbd ._feb ;if _dbd ._abf !=0{_cff --;};return _cff ;};func (_dae *Writer )WriteBits (bits uint64 ,number int )(_ccc int ,_cfe error ){const _cgc ="\u0057\u0072\u0069\u0074\u0065\u0072\u002e\u0057\u0072\u0069\u0074\u0065r\u0042\u0069\u0074\u0073"; +if number < 0||number > 64{return 0,_gad .Errorf (_cgc ,"\u0062i\u0074\u0073 \u006e\u0075\u006db\u0065\u0072\u0020\u006d\u0075\u0073\u0074 \u0062\u0065\u0020\u0069\u006e\u0020r\u0061\u006e\u0067\u0065\u0020\u003c\u0030\u002c\u0036\u0034\u003e,\u0020\u0069\u0073\u003a\u0020\u0027\u0025\u0064\u0027",number ); +};if number ==0{return 0,nil ;};_cbf :=number /8;if _cbf > 0{_dgcd :=number -_cbf *8;for _cfb :=_cbf -1;_cfb >=0;_cfb --{_fce :=byte ((bits >>uint (_cfb *8+_dgcd ))&0xff);if _cfe =_dae .WriteByte (_fce );_cfe !=nil {return _ccc ,_gad .Wrapf (_cfe ,_cgc ,"\u0062\u0079\u0074\u0065\u003a\u0020\u0027\u0025\u0064\u0027",_cbf -_cfb +1); +};};number -=_cbf *8;if number ==0{return _cbf ,nil ;};};var _efd int ;for _ggae :=0;_ggae < number ;_ggae ++{if _dae ._ecb {_efd =int ((bits >>uint (number -1-_ggae ))&0x1);}else {_efd =int (bits &0x1);bits >>=1;};if _cfe =_dae .WriteBit (_efd );_cfe !=nil {return _ccc ,_gad .Wrapf (_cfe ,_cgc ,"\u0062i\u0074\u003a\u0020\u0025\u0064",_ggae ); +};};return _cbf ,nil ;};func (_dgc *BufferedWriter )WriteByte (bt byte )error {if _dgc ._gab > len (_dgc ._fe )-1||(_dgc ._gab ==len (_dgc ._fe )-1&&_dgc ._gf !=0){_dgc .expandIfNeeded (1);};_dgc .writeByte (bt );return nil ;};var _ BinaryWriter =&Writer {}; +func (_gbg *BufferedWriter )tryGrowByReslice (_dbe int )bool {if _cf :=len (_gbg ._fe );_dbe <=cap (_gbg ._fe )-_cf {_gbg ._fe =_gbg ._fe [:_cf +_dbe ];return true ;};return false ;};func (_gg *Reader )AbsoluteLength ()uint64 {return uint64 (len (_gg ._dec ._bda ))}; +func (_de *BufferedWriter )Write (d []byte )(int ,error ){_de .expandIfNeeded (len (d ));if _de ._gf ==0{return _de .writeFullBytes (d ),nil ;};return _de .writeShiftedBytes (d ),nil ;};func (_gaa *BufferedWriter )SkipBits (skip int )error {if skip ==0{return nil ; +};_ccd :=int (_gaa ._gf )+skip ;if _ccd >=0&&_ccd < 8{_gaa ._gf =uint8 (_ccd );return nil ;};_ccd =int (_gaa ._gf )+_gaa ._gab *8+skip ;if _ccd < 0{return _gad .Errorf ("\u0057r\u0069t\u0065\u0072\u002e\u0053\u006b\u0069\u0070\u0042\u0069\u0074\u0073","\u0069n\u0064e\u0078\u0020\u006f\u0075\u0074 \u006f\u0066 \u0072\u0061\u006e\u0067\u0065"); +};_aa :=_ccd /8;_fg :=_ccd %8;_gaa ._gf =uint8 (_fg );if _df :=_aa -_gaa ._gab ;_df > 0&&len (_gaa ._fe )-1< _aa {if _gaa ._gf !=0{_df ++;};_gaa .expandIfNeeded (_df );};_gaa ._gab =_aa ;return nil ;}; \ No newline at end of file diff --git a/internal/ccittfax/ccittfax.go b/internal/ccittfax/ccittfax.go index 7cf884b9b..ca3d86eca 100644 --- a/internal/ccittfax/ccittfax.go +++ b/internal/ccittfax/ccittfax.go @@ -9,121 +9,121 @@ // Use of this source code is governed by the UniDoc End User License Agreement // terms that can be accessed at https://unidoc.io/eula/ -package ccittfax ;import (_e "errors";_ge "github.com/unidoc/unipdf/v3/internal/bitwise";_d "io";_g "math";);func _cbcc (_dcae [][]byte )[][]byte {_fgdb :=make ([]byte ,len (_dcae [0]));for _gbgg :=range _fgdb {_fgdb [_gbgg ]=_bffa ;};_dcae =append (_dcae ,[]byte {}); -for _bdbb :=len (_dcae )-1;_bdbb > 0;_bdbb --{_dcae [_bdbb ]=_dcae [_bdbb -1];};_dcae [0]=_fgdb ;return _dcae ;};func init (){_a =&treeNode {_bcfg :true ,_dce :_gd };_ba =&treeNode {_dce :_fa ,_dbdde :_a };_ba ._dgfg =_ba ;_f =&tree {_gdgd :&treeNode {}}; -if _eb :=_f .fillWithNode (12,0,_ba );_eb !=nil {panic (_eb .Error ());};if _db :=_f .fillWithNode (12,1,_a );_db !=nil {panic (_db .Error ());};_bf =&tree {_gdgd :&treeNode {}};for _de :=0;_de < len (_bag );_de ++{for _gb :=0;_gb < len (_bag [_de ]);_gb ++{if _bd :=_bf .fill (_de +2,int (_bag [_de ][_gb ]),int (_fee [_de ][_gb ])); -_bd !=nil {panic (_bd .Error ());};};};if _df :=_bf .fillWithNode (12,0,_ba );_df !=nil {panic (_df .Error ());};if _gdf :=_bf .fillWithNode (12,1,_a );_gdf !=nil {panic (_gdf .Error ());};_gg =&tree {_gdgd :&treeNode {}};for _ca :=0;_ca < len (_ab );_ca ++{for _ce :=0; -_ce < len (_ab [_ca ]);_ce ++{if _gf :=_gg .fill (_ca +4,int (_ab [_ca ][_ce ]),int (_ga [_ca ][_ce ]));_gf !=nil {panic (_gf .Error ());};};};if _ed :=_gg .fillWithNode (12,0,_ba );_ed !=nil {panic (_ed .Error ());};if _cb :=_gg .fillWithNode (12,1,_a ); -_cb !=nil {panic (_cb .Error ());};_c =&tree {_gdgd :&treeNode {}};if _gbf :=_c .fill (4,1,_ae );_gbf !=nil {panic (_gbf .Error ());};if _bdb :=_c .fill (3,1,_gge );_bdb !=nil {panic (_bdb .Error ());};if _fe :=_c .fill (1,1,0);_fe !=nil {panic (_fe .Error ()); -};if _bfe :=_c .fill (3,3,1);_bfe !=nil {panic (_bfe .Error ());};if _dd :=_c .fill (6,3,2);_dd !=nil {panic (_dd .Error ());};if _ged :=_c .fill (7,3,3);_ged !=nil {panic (_ged .Error ());};if _fg :=_c .fill (3,2,-1);_fg !=nil {panic (_fg .Error ());}; -if _fag :=_c .fill (6,2,-2);_fag !=nil {panic (_fag .Error ());};if _dg :=_c .fill (7,2,-3);_dg !=nil {panic (_dg .Error ());};};func _gbb (_dbf []byte ,_ecc int )int {if _ecc >=len (_dbf ){return _ecc ;};if _ecc < -1{_ecc =-1;};var _agg byte ;if _ecc > -1{_agg =_dbf [_ecc ]; -}else {_agg =_bffa ;};_aee :=_ecc +1;for _aee < len (_dbf ){if _dbf [_aee ]!=_agg {break ;};_aee ++;};return _aee ;};var _fee =[...][]uint16 {{3,2},{1,4},{6,5},{7},{9,8},{10,11,12},{13,14},{15},{16,17,0,18,64},{24,25,23,22,19,20,21,1792,1856,1920},{1984,2048,2112,2176,2240,2304,2368,2432,2496,2560,52,55,56,59,60,320,384,448,53,54,50,51,44,45,46,47,57,58,61,256,48,49,62,63,30,31,32,33,40,41,128,192,26,27,28,29,34,35,36,37,38,39,42,43},{640,704,768,832,1280,1344,1408,1472,1536,1600,1664,1728,512,576,896,960,1024,1088,1152,1216}}; -func (_eeg *Decoder )decodeRun (_facd *tree )(int ,error ){var _baa int ;_fcd :=_facd ._gdgd ;for {_baac ,_cega :=_eeg ._gbfa .ReadBool ();if _cega !=nil {return 0,_cega ;};_fcd =_fcd .walk (_baac );if _fcd ==nil {return 0,_e .New ("\u0075\u006e\u006bno\u0077\u006e\u0020\u0063\u006f\u0064\u0065\u0020\u0069n\u0020H\u0075f\u0066m\u0061\u006e\u0020\u0052\u004c\u0045\u0020\u0073\u0074\u0072\u0065\u0061\u006d"); -};if _fcd ._bcfg {_baa +=_fcd ._dce ;switch {case _fcd ._dce >=64:_fcd =_facd ._gdgd ;case _fcd ._dce >=0:return _baa ,nil ;default:return _eeg ._ddfd ,nil ;};};};};func (_edc *Decoder )fetch ()error {if _edc ._acd ==-1{return nil ;};if _edc ._cef < _edc ._acd {return nil ; -};_edc ._acd =0;_fd :=_edc .decodeRow ();if _fd !=nil {if !_e .Is (_fd ,_d .EOF ){return _fd ;};if _edc ._acd !=0{return _fd ;};_edc ._acd =-1;};_edc ._cef =0;return nil ;};func _cdd (_agaa ,_ddg int )code {var _gbe code ;switch _ddg -_agaa {case -1:_gbe =_eg ; -case -2:_gbe =_gc ;case -3:_gbe =_ddd ;case 0:_gbe =_ddf ;case 1:_gbe =_acf ;case 2:_gbe =_gec ;case 3:_gbe =_abe ;};return _gbe ;};func (_cec *Decoder )decodeRowType6 ()error {if _cec ._gfd {_cec ._gbfa .Align ();};if _cec ._egg {_cec ._gbfa .Mark (); -_gbfd ,_ffge :=_cec .tryFetchEOL ();if _ffge !=nil {return _ffge ;};if _gbfd {_gbfd ,_ffge =_cec .tryFetchEOL ();if _ffge !=nil {return _ffge ;};if _gbfd {return _d .EOF ;};};_cec ._gbfa .Reset ();};return _cec .decode2D ();};func init (){_dgg =make (map[int ]code ); -_dgg [0]=code {Code :13<<8|3<<6,BitsWritten :10};_dgg [1]=code {Code :2<<(5+8),BitsWritten :3};_dgg [2]=code {Code :3<<(6+8),BitsWritten :2};_dgg [3]=code {Code :2<<(6+8),BitsWritten :2};_dgg [4]=code {Code :3<<(5+8),BitsWritten :3};_dgg [5]=code {Code :3<<(4+8),BitsWritten :4}; -_dgg [6]=code {Code :2<<(4+8),BitsWritten :4};_dgg [7]=code {Code :3<<(3+8),BitsWritten :5};_dgg [8]=code {Code :5<<(2+8),BitsWritten :6};_dgg [9]=code {Code :4<<(2+8),BitsWritten :6};_dgg [10]=code {Code :4<<(1+8),BitsWritten :7};_dgg [11]=code {Code :5<<(1+8),BitsWritten :7}; -_dgg [12]=code {Code :7<<(1+8),BitsWritten :7};_dgg [13]=code {Code :4<<8,BitsWritten :8};_dgg [14]=code {Code :7<<8,BitsWritten :8};_dgg [15]=code {Code :12<<8,BitsWritten :9};_dgg [16]=code {Code :5<<8|3<<6,BitsWritten :10};_dgg [17]=code {Code :6<<8,BitsWritten :10}; -_dgg [18]=code {Code :2<<8,BitsWritten :10};_dgg [19]=code {Code :12<<8|7<<5,BitsWritten :11};_dgg [20]=code {Code :13<<8,BitsWritten :11};_dgg [21]=code {Code :13<<8|4<<5,BitsWritten :11};_dgg [22]=code {Code :6<<8|7<<5,BitsWritten :11};_dgg [23]=code {Code :5<<8,BitsWritten :11}; -_dgg [24]=code {Code :2<<8|7<<5,BitsWritten :11};_dgg [25]=code {Code :3<<8,BitsWritten :11};_dgg [26]=code {Code :12<<8|10<<4,BitsWritten :12};_dgg [27]=code {Code :12<<8|11<<4,BitsWritten :12};_dgg [28]=code {Code :12<<8|12<<4,BitsWritten :12};_dgg [29]=code {Code :12<<8|13<<4,BitsWritten :12}; -_dgg [30]=code {Code :6<<8|8<<4,BitsWritten :12};_dgg [31]=code {Code :6<<8|9<<4,BitsWritten :12};_dgg [32]=code {Code :6<<8|10<<4,BitsWritten :12};_dgg [33]=code {Code :6<<8|11<<4,BitsWritten :12};_dgg [34]=code {Code :13<<8|2<<4,BitsWritten :12};_dgg [35]=code {Code :13<<8|3<<4,BitsWritten :12}; -_dgg [36]=code {Code :13<<8|4<<4,BitsWritten :12};_dgg [37]=code {Code :13<<8|5<<4,BitsWritten :12};_dgg [38]=code {Code :13<<8|6<<4,BitsWritten :12};_dgg [39]=code {Code :13<<8|7<<4,BitsWritten :12};_dgg [40]=code {Code :6<<8|12<<4,BitsWritten :12};_dgg [41]=code {Code :6<<8|13<<4,BitsWritten :12}; -_dgg [42]=code {Code :13<<8|10<<4,BitsWritten :12};_dgg [43]=code {Code :13<<8|11<<4,BitsWritten :12};_dgg [44]=code {Code :5<<8|4<<4,BitsWritten :12};_dgg [45]=code {Code :5<<8|5<<4,BitsWritten :12};_dgg [46]=code {Code :5<<8|6<<4,BitsWritten :12};_dgg [47]=code {Code :5<<8|7<<4,BitsWritten :12}; -_dgg [48]=code {Code :6<<8|4<<4,BitsWritten :12};_dgg [49]=code {Code :6<<8|5<<4,BitsWritten :12};_dgg [50]=code {Code :5<<8|2<<4,BitsWritten :12};_dgg [51]=code {Code :5<<8|3<<4,BitsWritten :12};_dgg [52]=code {Code :2<<8|4<<4,BitsWritten :12};_dgg [53]=code {Code :3<<8|7<<4,BitsWritten :12}; -_dgg [54]=code {Code :3<<8|8<<4,BitsWritten :12};_dgg [55]=code {Code :2<<8|7<<4,BitsWritten :12};_dgg [56]=code {Code :2<<8|8<<4,BitsWritten :12};_dgg [57]=code {Code :5<<8|8<<4,BitsWritten :12};_dgg [58]=code {Code :5<<8|9<<4,BitsWritten :12};_dgg [59]=code {Code :2<<8|11<<4,BitsWritten :12}; -_dgg [60]=code {Code :2<<8|12<<4,BitsWritten :12};_dgg [61]=code {Code :5<<8|10<<4,BitsWritten :12};_dgg [62]=code {Code :6<<8|6<<4,BitsWritten :12};_dgg [63]=code {Code :6<<8|7<<4,BitsWritten :12};_fae =make (map[int ]code );_fae [0]=code {Code :53<<8,BitsWritten :8}; -_fae [1]=code {Code :7<<(2+8),BitsWritten :6};_fae [2]=code {Code :7<<(4+8),BitsWritten :4};_fae [3]=code {Code :8<<(4+8),BitsWritten :4};_fae [4]=code {Code :11<<(4+8),BitsWritten :4};_fae [5]=code {Code :12<<(4+8),BitsWritten :4};_fae [6]=code {Code :14<<(4+8),BitsWritten :4}; -_fae [7]=code {Code :15<<(4+8),BitsWritten :4};_fae [8]=code {Code :19<<(3+8),BitsWritten :5};_fae [9]=code {Code :20<<(3+8),BitsWritten :5};_fae [10]=code {Code :7<<(3+8),BitsWritten :5};_fae [11]=code {Code :8<<(3+8),BitsWritten :5};_fae [12]=code {Code :8<<(2+8),BitsWritten :6}; -_fae [13]=code {Code :3<<(2+8),BitsWritten :6};_fae [14]=code {Code :52<<(2+8),BitsWritten :6};_fae [15]=code {Code :53<<(2+8),BitsWritten :6};_fae [16]=code {Code :42<<(2+8),BitsWritten :6};_fae [17]=code {Code :43<<(2+8),BitsWritten :6};_fae [18]=code {Code :39<<(1+8),BitsWritten :7}; -_fae [19]=code {Code :12<<(1+8),BitsWritten :7};_fae [20]=code {Code :8<<(1+8),BitsWritten :7};_fae [21]=code {Code :23<<(1+8),BitsWritten :7};_fae [22]=code {Code :3<<(1+8),BitsWritten :7};_fae [23]=code {Code :4<<(1+8),BitsWritten :7};_fae [24]=code {Code :40<<(1+8),BitsWritten :7}; -_fae [25]=code {Code :43<<(1+8),BitsWritten :7};_fae [26]=code {Code :19<<(1+8),BitsWritten :7};_fae [27]=code {Code :36<<(1+8),BitsWritten :7};_fae [28]=code {Code :24<<(1+8),BitsWritten :7};_fae [29]=code {Code :2<<8,BitsWritten :8};_fae [30]=code {Code :3<<8,BitsWritten :8}; -_fae [31]=code {Code :26<<8,BitsWritten :8};_fae [32]=code {Code :27<<8,BitsWritten :8};_fae [33]=code {Code :18<<8,BitsWritten :8};_fae [34]=code {Code :19<<8,BitsWritten :8};_fae [35]=code {Code :20<<8,BitsWritten :8};_fae [36]=code {Code :21<<8,BitsWritten :8}; -_fae [37]=code {Code :22<<8,BitsWritten :8};_fae [38]=code {Code :23<<8,BitsWritten :8};_fae [39]=code {Code :40<<8,BitsWritten :8};_fae [40]=code {Code :41<<8,BitsWritten :8};_fae [41]=code {Code :42<<8,BitsWritten :8};_fae [42]=code {Code :43<<8,BitsWritten :8}; -_fae [43]=code {Code :44<<8,BitsWritten :8};_fae [44]=code {Code :45<<8,BitsWritten :8};_fae [45]=code {Code :4<<8,BitsWritten :8};_fae [46]=code {Code :5<<8,BitsWritten :8};_fae [47]=code {Code :10<<8,BitsWritten :8};_fae [48]=code {Code :11<<8,BitsWritten :8}; -_fae [49]=code {Code :82<<8,BitsWritten :8};_fae [50]=code {Code :83<<8,BitsWritten :8};_fae [51]=code {Code :84<<8,BitsWritten :8};_fae [52]=code {Code :85<<8,BitsWritten :8};_fae [53]=code {Code :36<<8,BitsWritten :8};_fae [54]=code {Code :37<<8,BitsWritten :8}; -_fae [55]=code {Code :88<<8,BitsWritten :8};_fae [56]=code {Code :89<<8,BitsWritten :8};_fae [57]=code {Code :90<<8,BitsWritten :8};_fae [58]=code {Code :91<<8,BitsWritten :8};_fae [59]=code {Code :74<<8,BitsWritten :8};_fae [60]=code {Code :75<<8,BitsWritten :8}; -_fae [61]=code {Code :50<<8,BitsWritten :8};_fae [62]=code {Code :51<<8,BitsWritten :8};_fae [63]=code {Code :52<<8,BitsWritten :8};_bac =make (map[int ]code );_bac [64]=code {Code :3<<8|3<<6,BitsWritten :10};_bac [128]=code {Code :12<<8|8<<4,BitsWritten :12}; -_bac [192]=code {Code :12<<8|9<<4,BitsWritten :12};_bac [256]=code {Code :5<<8|11<<4,BitsWritten :12};_bac [320]=code {Code :3<<8|3<<4,BitsWritten :12};_bac [384]=code {Code :3<<8|4<<4,BitsWritten :12};_bac [448]=code {Code :3<<8|5<<4,BitsWritten :12}; -_bac [512]=code {Code :3<<8|12<<3,BitsWritten :13};_bac [576]=code {Code :3<<8|13<<3,BitsWritten :13};_bac [640]=code {Code :2<<8|10<<3,BitsWritten :13};_bac [704]=code {Code :2<<8|11<<3,BitsWritten :13};_bac [768]=code {Code :2<<8|12<<3,BitsWritten :13}; -_bac [832]=code {Code :2<<8|13<<3,BitsWritten :13};_bac [896]=code {Code :3<<8|18<<3,BitsWritten :13};_bac [960]=code {Code :3<<8|19<<3,BitsWritten :13};_bac [1024]=code {Code :3<<8|20<<3,BitsWritten :13};_bac [1088]=code {Code :3<<8|21<<3,BitsWritten :13}; -_bac [1152]=code {Code :3<<8|22<<3,BitsWritten :13};_bac [1216]=code {Code :119<<3,BitsWritten :13};_bac [1280]=code {Code :2<<8|18<<3,BitsWritten :13};_bac [1344]=code {Code :2<<8|19<<3,BitsWritten :13};_bac [1408]=code {Code :2<<8|20<<3,BitsWritten :13}; -_bac [1472]=code {Code :2<<8|21<<3,BitsWritten :13};_bac [1536]=code {Code :2<<8|26<<3,BitsWritten :13};_bac [1600]=code {Code :2<<8|27<<3,BitsWritten :13};_bac [1664]=code {Code :3<<8|4<<3,BitsWritten :13};_bac [1728]=code {Code :3<<8|5<<3,BitsWritten :13}; -_fgc =make (map[int ]code );_fgc [64]=code {Code :27<<(3+8),BitsWritten :5};_fgc [128]=code {Code :18<<(3+8),BitsWritten :5};_fgc [192]=code {Code :23<<(2+8),BitsWritten :6};_fgc [256]=code {Code :55<<(1+8),BitsWritten :7};_fgc [320]=code {Code :54<<8,BitsWritten :8}; -_fgc [384]=code {Code :55<<8,BitsWritten :8};_fgc [448]=code {Code :100<<8,BitsWritten :8};_fgc [512]=code {Code :101<<8,BitsWritten :8};_fgc [576]=code {Code :104<<8,BitsWritten :8};_fgc [640]=code {Code :103<<8,BitsWritten :8};_fgc [704]=code {Code :102<<8,BitsWritten :9}; -_fgc [768]=code {Code :102<<8|1<<7,BitsWritten :9};_fgc [832]=code {Code :105<<8,BitsWritten :9};_fgc [896]=code {Code :105<<8|1<<7,BitsWritten :9};_fgc [960]=code {Code :106<<8,BitsWritten :9};_fgc [1024]=code {Code :106<<8|1<<7,BitsWritten :9};_fgc [1088]=code {Code :107<<8,BitsWritten :9}; -_fgc [1152]=code {Code :107<<8|1<<7,BitsWritten :9};_fgc [1216]=code {Code :108<<8,BitsWritten :9};_fgc [1280]=code {Code :108<<8|1<<7,BitsWritten :9};_fgc [1344]=code {Code :109<<8,BitsWritten :9};_fgc [1408]=code {Code :109<<8|1<<7,BitsWritten :9};_fgc [1472]=code {Code :76<<8,BitsWritten :9}; -_fgc [1536]=code {Code :76<<8|1<<7,BitsWritten :9};_fgc [1600]=code {Code :77<<8,BitsWritten :9};_fgc [1664]=code {Code :24<<(2+8),BitsWritten :6};_fgc [1728]=code {Code :77<<8|1<<7,BitsWritten :9};_fac =make (map[int ]code );_fac [1792]=code {Code :1<<8,BitsWritten :11}; -_fac [1856]=code {Code :1<<8|4<<5,BitsWritten :11};_fac [1920]=code {Code :1<<8|5<<5,BitsWritten :11};_fac [1984]=code {Code :1<<8|2<<4,BitsWritten :12};_fac [2048]=code {Code :1<<8|3<<4,BitsWritten :12};_fac [2112]=code {Code :1<<8|4<<4,BitsWritten :12}; -_fac [2176]=code {Code :1<<8|5<<4,BitsWritten :12};_fac [2240]=code {Code :1<<8|6<<4,BitsWritten :12};_fac [2304]=code {Code :1<<8|7<<4,BitsWritten :12};_fac [2368]=code {Code :1<<8|12<<4,BitsWritten :12};_fac [2432]=code {Code :1<<8|13<<4,BitsWritten :12}; -_fac [2496]=code {Code :1<<8|14<<4,BitsWritten :12};_fac [2560]=code {Code :1<<8|15<<4,BitsWritten :12};_dda =make (map[int ]byte );_dda [0]=0xFF;_dda [1]=0xFE;_dda [2]=0xFC;_dda [3]=0xF8;_dda [4]=0xF0;_dda [5]=0xE0;_dda [6]=0xC0;_dda [7]=0x80;_dda [8]=0x00; -};func _dbb (_dgf ,_cfbf []byte ,_defb int )int {_edff :=_gbb (_cfbf ,_defb );if _edff < len (_cfbf )&&(_defb ==-1&&_cfbf [_edff ]==_bffa ||_defb >=0&&_defb < len (_dgf )&&_dgf [_defb ]==_cfbf [_edff ]||_defb >=len (_dgf )&&_dgf [_defb -1]!=_cfbf [_edff ]){_edff =_gbb (_cfbf ,_edff ); -};return _edff ;};func (_gdge *tree )fill (_bdeb ,_gfbd ,_eae int )error {_dbfe :=_gdge ._gdgd ;for _gdb :=0;_gdb < _bdeb ;_gdb ++{_ccg :=_bdeb -1-_gdb ;_dgc :=((_gfbd >>uint (_ccg ))&1)!=0;_bafd :=_dbfe .walk (_dgc );if _bafd !=nil {if _bafd ._bcfg {return _e .New ("\u006e\u006f\u0064\u0065\u0020\u0069\u0073\u0020\u006c\u0065\u0061\u0066\u002c\u0020\u006eo\u0020o\u0074\u0068\u0065\u0072\u0020\u0066\u006f\u006c\u006c\u006f\u0077\u0069\u006e\u0067"); -};_dbfe =_bafd ;continue ;};_bafd =&treeNode {};if _gdb ==_bdeb -1{_bafd ._dce =_eae ;_bafd ._bcfg =true ;};if _gfbd ==0{_bafd ._ead =true ;};_dbfe .set (_dgc ,_bafd );_dbfe =_bafd ;};return nil ;};func (_bcc *Decoder )tryFetchEOL ()(bool ,error ){_bfdad ,_aaa :=_bcc ._gbfa .ReadBits (12); -if _aaa !=nil {return false ,_aaa ;};return _bfdad ==0x1,nil ;};func NewDecoder (data []byte ,options DecodeOptions )(*Decoder ,error ){_ffb :=&Decoder {_gbfa :_ge .NewReader (data ),_ddfd :options .Columns ,_cg :options .Rows ,_aef :options .DamagedRowsBeforeError ,_bfd :make ([]byte ,(options .Columns +7)/8),_abee :make ([]int ,options .Columns +2),_bb :make ([]int ,options .Columns +2),_gfd :options .EncodedByteAligned ,_ea :options .BlackIsOne ,_gcf :options .EndOfLine ,_egg :options .EndOfBlock }; -switch {case options .K ==0:_ffb ._dfd =_ff ;if len (data )< 20{return nil ,_e .New ("\u0074o\u006f\u0020\u0073\u0068o\u0072\u0074\u0020\u0063\u0063i\u0074t\u0066a\u0078\u0020\u0073\u0074\u0072\u0065\u0061m");};_bde :=data [:20];if _bde [0]!=0||(_bde [1]>>4!=1&&_bde [1]!=1){_ffb ._dfd =_dde ; -_dge :=(uint16 (_bde [0])<<8+uint16 (_bde [1]&0xff))>>4;for _aea :=12;_aea < 160;_aea ++{_dge =(_dge <<1)+uint16 ((_bde [_aea /8]>>uint16 (7-(_aea %8)))&0x01);if _dge &0xfff==1{_ffb ._dfd =_ff ;break ;};};};case options .K < 0:_ffb ._dfd =_aa ;case options .K > 0:_ffb ._dfd =_ff ; -_ffb ._bfb =true ;};switch _ffb ._dfd {case _dde ,_ff ,_aa :default:return nil ,_e .New ("\u0075\u006ek\u006e\u006f\u0077\u006e\u0020\u0063\u0063\u0069\u0074\u0074\u0066\u0061\u0078\u002e\u0044\u0065\u0063\u006f\u0064\u0065\u0072\u0020ty\u0070\u0065"); -};return _ffb ,nil ;};func (_gacc *tree )fillWithNode (_fcg ,_ddae int ,_ecgb *treeNode )error {_bge :=_gacc ._gdgd ;for _aggg :=0;_aggg < _fcg ;_aggg ++{_abb :=uint (_fcg -1-_aggg );_efa :=((_ddae >>_abb )&1)!=0;_bea :=_bge .walk (_efa );if _bea !=nil {if _bea ._bcfg {return _e .New ("\u006e\u006f\u0064\u0065\u0020\u0069\u0073\u0020\u006c\u0065\u0061\u0066\u002c\u0020\u006eo\u0020o\u0074\u0068\u0065\u0072\u0020\u0066\u006f\u006c\u006c\u006f\u0077\u0069\u006e\u0067"); -};_bge =_bea ;continue ;};if _aggg ==_fcg -1{_bea =_ecgb ;}else {_bea =&treeNode {};};if _ddae ==0{_bea ._ead =true ;};_bge .set (_efa ,_bea );_bge =_bea ;};return nil ;};func (_efg *Decoder )decodeG32D ()error {_efg ._fgcd =_efg ._ee ;_efg ._bb ,_efg ._abee =_efg ._abee ,_efg ._bb ; -_cgg :=true ;var (_gaa bool ;_eee int ;_abec error ;);_efg ._ee =0;_cf :for _eee < _efg ._ddfd {_cfg :=_c ._gdgd ;for {_gaa ,_abec =_efg ._gbfa .ReadBool ();if _abec !=nil {return _abec ;};_cfg =_cfg .walk (_gaa );if _cfg ==nil {continue _cf ;};if !_cfg ._bcfg {continue ; -};switch _cfg ._dce {case _gge :var _ccf int ;if _cgg {_ccf ,_abec =_efg .decodeRun (_gg );}else {_ccf ,_abec =_efg .decodeRun (_bf );};if _abec !=nil {return _abec ;};_eee +=_ccf ;_efg ._bb [_efg ._ee ]=_eee ;_efg ._ee ++;if _cgg {_ccf ,_abec =_efg .decodeRun (_bf ); -}else {_ccf ,_abec =_efg .decodeRun (_gg );};if _abec !=nil {return _abec ;};_eee +=_ccf ;_efg ._bb [_efg ._ee ]=_eee ;_efg ._ee ++;case _ae :_gfda :=_efg .getNextChangingElement (_eee ,_cgg )+1;if _gfda >=_efg ._fgcd {_eee =_efg ._ddfd ;}else {_eee =_efg ._abee [_gfda ]; -};default:_fcb :=_efg .getNextChangingElement (_eee ,_cgg );if _fcb >=_efg ._fgcd ||_fcb ==-1{_eee =_efg ._ddfd +_cfg ._dce ;}else {_eee =_efg ._abee [_fcb ]+_cfg ._dce ;};_efg ._bb [_efg ._ee ]=_eee ;_efg ._ee ++;_cgg =!_cgg ;};continue _cf ;};};return nil ; -};var (_dgg map[int ]code ;_fae map[int ]code ;_bac map[int ]code ;_fgc map[int ]code ;_fac map[int ]code ;_dda map[int ]byte ;_ag =code {Code :1<<4,BitsWritten :12};_bff =code {Code :3<<3,BitsWritten :13};_ceg =code {Code :2<<3,BitsWritten :13};_cc =code {Code :1<<12,BitsWritten :4}; -_fgce =code {Code :1<<13,BitsWritten :3};_ddf =code {Code :1<<15,BitsWritten :1};_eg =code {Code :3<<13,BitsWritten :3};_gc =code {Code :3<<10,BitsWritten :6};_ddd =code {Code :3<<9,BitsWritten :7};_acf =code {Code :2<<13,BitsWritten :3};_gec =code {Code :2<<10,BitsWritten :6}; -_abe =code {Code :2<<9,BitsWritten :7};);func (_gag *Decoder )getNextChangingElement (_efc int ,_bdg bool )int {_abf :=0;if !_bdg {_abf =1;};_abfb :=int (uint32 (_gag ._bc )&0xFFFFFFFE)+_abf ;if _abfb > 2{_abfb -=2;};if _efc ==0{return _abfb ;};for _ccdd :=_abfb ; -_ccdd < _gag ._fgcd ;_ccdd +=2{if _efc < _gag ._abee [_ccdd ]{_gag ._bc =_ccdd ;return _ccdd ;};};return -1;};type code struct{Code uint16 ;BitsWritten int ;};func (_gede *Decoder )tryFetchRTC2D ()(_fgd error ){_gede ._gbfa .Mark ();var _deb bool ;for _fdc :=0; -_fdc < 5;_fdc ++{_deb ,_fgd =_gede .tryFetchEOL1 ();if _fgd !=nil {if _e .Is (_fgd ,_d .EOF ){if _fdc ==0{break ;};return _ebc ;};};if _deb {continue ;};if _fdc > 0{return _ebc ;};break ;};if _deb {return _d .EOF ;};_gede ._gbfa .Reset ();return _fgd ; -};var (_a *treeNode ;_ba *treeNode ;_bf *tree ;_gg *tree ;_f *tree ;_c *tree ;_gd =-2000;_fa =-1000;_ae =-3000;_gge =-4000;);type tiffType int ;func (_bdc *Decoder )Read (in []byte )(int ,error ){if _bdc ._ccd !=nil {return 0,_bdc ._ccd ;};_def :=len (in ); -var (_bdd int ;_fc int ;);for _def !=0{if _bdc ._cef >=_bdc ._acd {if _dea :=_bdc .fetch ();_dea !=nil {_bdc ._ccd =_dea ;return 0,_dea ;};};if _bdc ._acd ==-1{return _bdd ,_d .EOF ;};switch {case _def <=_bdc ._acd -_bdc ._cef :_af :=_bdc ._bfd [_bdc ._cef :_bdc ._cef +_def ]; -for _ ,_dbg :=range _af {if !_bdc ._ea {_dbg =^_dbg ;};in [_fc ]=_dbg ;_fc ++;};_bdd +=len (_af );_bdc ._cef +=len (_af );return _bdd ,nil ;default:_ef :=_bdc ._bfd [_bdc ._cef :];for _ ,_fgb :=range _ef {if !_bdc ._ea {_fgb =^_fgb ;};in [_fc ]=_fgb ;_fc ++; -};_bdd +=len (_ef );_bdc ._cef +=len (_ef );_def -=len (_ef );};};return _bdd ,nil ;};func (_eab *Decoder )decode1D ()error {var (_eaa int ;_age error ;);_bfdag :=true ;_eab ._ee =0;for {var _gdaf int ;if _bfdag {_gdaf ,_age =_eab .decodeRun (_gg );}else {_gdaf ,_age =_eab .decodeRun (_bf ); -};if _age !=nil {return _age ;};_eaa +=_gdaf ;_eab ._bb [_eab ._ee ]=_eaa ;_eab ._ee ++;_bfdag =!_bfdag ;if _eaa >=_eab ._ddfd {break ;};};return nil ;};func (_bfed *Decoder )looseFetchEOL ()(bool ,error ){_gdg ,_dfa :=_bfed ._gbfa .ReadBits (12);if _dfa !=nil {return false ,_dfa ; -};switch _gdg {case 0x1:return true ,nil ;case 0x0:for {_ggb ,_ffcd :=_bfed ._gbfa .ReadBool ();if _ffcd !=nil {return false ,_ffcd ;};if _ggb {return true ,nil ;};};default:return false ,nil ;};};func (_dca *Encoder )encodeG4 (_beb [][]byte )[]byte {_feb :=make ([][]byte ,len (_beb )); -copy (_feb ,_beb );_feb =_cbcc (_feb );var _cge []byte ;var _fcc int ;for _cdb :=1;_cdb < len (_feb );_cdb ++{if _dca .Rows > 0&&!_dca .EndOfBlock &&_cdb ==(_dca .Rows +1){break ;};var _edcf []byte ;var _bga ,_eca ,_aae int ;_gecg :=_fcc ;_cgfdc :=-1;for _cgfdc < len (_feb [_cdb ]){_bga =_gbb (_feb [_cdb ],_cgfdc ); -_eca =_dbb (_feb [_cdb ],_feb [_cdb -1],_cgfdc );_aae =_gbb (_feb [_cdb -1],_eca );if _aae < _bga {_edcf ,_gecg =_edf (_edcf ,_gecg ,_cc );_cgfdc =_aae ;}else {if _g .Abs (float64 (_eca -_bga ))> 3{_edcf ,_gecg ,_cgfdc =_fcf (_feb [_cdb ],_edcf ,_gecg ,_cgfdc ,_bga ); -}else {_edcf ,_gecg =_eggg (_edcf ,_gecg ,_bga ,_eca );_cgfdc =_bga ;};};};_cge =_dca .appendEncodedRow (_cge ,_edcf ,_fcc );if _dca .EncodedByteAlign {_gecg =0;};_fcc =_gecg %8;};if _dca .EndOfBlock {_ced ,_ :=_bba (_fcc );_cge =_dca .appendEncodedRow (_cge ,_ced ,_fcc ); -};return _cge ;};func _gcfe (_fea []byte ,_cgc int ,_bcf code )([]byte ,int ){_gfbc :=true ;var _gage []byte ;_gage ,_cgc =_edf (nil ,_cgc ,_bcf );_ddb :=0;var _acdc int ;for _ddb < len (_fea ){_acdc ,_ddb =_gagf (_fea ,_gfbc ,_ddb );_gage ,_cgc =_dgef (_gage ,_cgc ,_acdc ,_gfbc ); -_gfbc =!_gfbc ;};return _gage ,_cgc %8;};var _ga =[...][]uint16 {{2,3,4,5,6,7},{128,8,9,64,10,11},{192,1664,16,17,13,14,15,1,12},{26,21,28,27,18,24,25,22,256,23,20,19},{33,34,35,36,37,38,31,32,29,53,54,39,40,41,42,43,44,30,61,62,63,0,320,384,45,59,60,46,49,50,51,52,55,56,57,58,448,512,640,576,47,48},{1472,1536,1600,1728,704,768,832,896,960,1024,1088,1152,1216,1280,1344,1408},{},{1792,1856,1920},{1984,2048,2112,2176,2240,2304,2368,2432,2496,2560}}; -func (_gbc *treeNode )set (_da bool ,_fga *treeNode ){if !_da {_gbc ._dgfg =_fga ;}else {_gbc ._dbdde =_fga ;};};type Encoder struct{K int ;EndOfLine bool ;EncodedByteAlign bool ;Columns int ;Rows int ;EndOfBlock bool ;BlackIs1 bool ;DamagedRowsBeforeError int ; -};func (_bdba *Decoder )decodeRowType2 ()error {if _bdba ._gfd {_bdba ._gbfa .Align ();};if _gfa :=_bdba .decode1D ();_gfa !=nil {return _gfa ;};return nil ;};type DecodeOptions struct{Columns int ;Rows int ;K int ;EncodedByteAligned bool ;BlackIsOne bool ; -EndOfBlock bool ;EndOfLine bool ;DamagedRowsBeforeError int ;};var _bag =[...][]uint16 {{0x2,0x3},{0x2,0x3},{0x2,0x3},{0x3},{0x4,0x5},{0x4,0x5,0x7},{0x4,0x7},{0x18},{0x17,0x18,0x37,0x8,0xf},{0x17,0x18,0x28,0x37,0x67,0x68,0x6c,0x8,0xc,0xd},{0x12,0x13,0x14,0x15,0x16,0x17,0x1c,0x1d,0x1e,0x1f,0x24,0x27,0x28,0x2b,0x2c,0x33,0x34,0x35,0x37,0x38,0x52,0x53,0x54,0x55,0x56,0x57,0x58,0x59,0x5a,0x5b,0x64,0x65,0x66,0x67,0x68,0x69,0x6a,0x6b,0x6c,0x6d,0xc8,0xc9,0xca,0xcb,0xcc,0xcd,0xd2,0xd3,0xd4,0xd5,0xd6,0xd7,0xda,0xdb},{0x4a,0x4b,0x4c,0x4d,0x52,0x53,0x54,0x55,0x5a,0x5b,0x64,0x65,0x6c,0x6d,0x72,0x73,0x74,0x75,0x76,0x77}}; -func (_ddac tiffType )String ()string {switch _ddac {case _dde :return "\u0074\u0069\u0066\u0066\u0054\u0079\u0070\u0065\u004d\u006f\u0064i\u0066\u0069\u0065\u0064\u0048\u0075\u0066\u0066\u006d\u0061n\u0052\u006c\u0065";case _ff :return "\u0074\u0069\u0066\u0066\u0054\u0079\u0070\u0065\u0054\u0034"; -case _aa :return "\u0074\u0069\u0066\u0066\u0054\u0079\u0070\u0065\u0054\u0036";default:return "\u0075n\u0064\u0065\u0066\u0069\u006e\u0065d";};};func _ebb (_agc int )([]byte ,int ){var _ddfg []byte ;for _dcg :=0;_dcg < 6;_dcg ++{_ddfg ,_agc =_edf (_ddfg ,_agc ,_ag ); -};return _ddfg ,_agc %8;};func _baad (_fbc int )([]byte ,int ){var _cfb []byte ;for _fca :=0;_fca < 6;_fca ++{_cfb ,_fbc =_edf (_cfb ,_fbc ,_bff );};return _cfb ,_fbc %8;};func _eggg (_aaac []byte ,_ebgg ,_acdd ,_geda int )([]byte ,int ){_ffab :=_cdd (_acdd ,_geda ); -_aaac ,_ebgg =_edf (_aaac ,_ebgg ,_ffab );return _aaac ,_ebgg ;};func _dgef (_gad []byte ,_acfg int ,_cab int ,_cffg bool )([]byte ,int ){var (_gea code ;_dbdd bool ;);for !_dbdd {_gea ,_cab ,_dbdd =_ebf (_cab ,_cffg );_gad ,_acfg =_edf (_gad ,_acfg ,_gea ); -};return _gad ,_acfg ;};func (_bgb *Encoder )Encode (pixels [][]byte )[]byte {if _bgb .BlackIs1 {_bffa =0;_bg =1;}else {_bffa =1;_bg =0;};if _bgb .K ==0{return _bgb .encodeG31D (pixels );};if _bgb .K > 0{return _bgb .encodeG32D (pixels );};if _bgb .K < 0{return _bgb .encodeG4 (pixels ); -};return nil ;};const (_ tiffType =iota ;_dde ;_ff ;_aa ;);type tree struct{_gdgd *treeNode };func _cbcf (_acffg []byte ,_bbg int )([]byte ,int ){return _edf (_acffg ,_bbg ,_cc )};func _fcf (_dbe ,_cgce []byte ,_gdc ,_aga ,_aac int )([]byte ,int ,int ){_efee :=_gbb (_dbe ,_aac ); -_ggc :=_aga >=0&&_dbe [_aga ]==_bffa ||_aga ==-1;_cgce ,_gdc =_edf (_cgce ,_gdc ,_fgce );var _ffbe int ;if _aga > -1{_ffbe =_aac -_aga ;}else {_ffbe =_aac -_aga -1;};_cgce ,_gdc =_dgef (_cgce ,_gdc ,_ffbe ,_ggc );_ggc =!_ggc ;_agd :=_efee -_aac ;_cgce ,_gdc =_dgef (_cgce ,_gdc ,_agd ,_ggc ); -_aga =_efee ;return _cgce ,_gdc ,_aga ;};func (_ffc *Decoder )decoderRowType41D ()error {if _ffc ._gfd {_ffc ._gbfa .Align ();};_ffc ._gbfa .Mark ();var (_faff bool ;_be error ;);if _ffc ._gcf {_faff ,_be =_ffc .tryFetchEOL ();if _be !=nil {return _be ; -};if !_faff {return _ec ;};}else {_faff ,_be =_ffc .looseFetchEOL ();if _be !=nil {return _be ;};};if !_faff {_ffc ._gbfa .Reset ();};if _faff &&_ffc ._egg {_ffc ._gbfa .Mark ();for _abg :=0;_abg < 5;_abg ++{_faff ,_be =_ffc .tryFetchEOL ();if _be !=nil {if _e .Is (_be ,_d .EOF ){if _abg ==0{break ; -};return _ebc ;};};if _faff {continue ;};if _abg > 0{return _ebc ;};break ;};if _faff {return _d .EOF ;};_ffc ._gbfa .Reset ();};if _be =_ffc .decode1D ();_be !=nil {return _be ;};return nil ;};func _bba (_gbg int )([]byte ,int ){var _bdag []byte ;for _gdfg :=0; -_gdfg < 2;_gdfg ++{_bdag ,_gbg =_edf (_bdag ,_gbg ,_ag );};return _bdag ,_gbg %8;};func _cdga (_gfad ,_bcda []byte ,_bgag int ,_ddc bool )int {_dfaf :=_gbb (_bcda ,_bgag );if _dfaf < len (_bcda )&&(_bgag ==-1&&_bcda [_dfaf ]==_bffa ||_bgag >=0&&_bgag < len (_gfad )&&_gfad [_bgag ]==_bcda [_dfaf ]||_bgag >=len (_gfad )&&_ddc &&_bcda [_dfaf ]==_bffa ||_bgag >=len (_gfad )&&!_ddc &&_bcda [_dfaf ]==_bg ){_dfaf =_gbb (_bcda ,_dfaf ); -};return _dfaf ;};type treeNode struct{_dgfg *treeNode ;_dbdde *treeNode ;_dce int ;_ead bool ;_bcfg bool ;};func (_ecg *Encoder )encodeG31D (_edb [][]byte )[]byte {var _cgfd []byte ;_afc :=0;for _eabb :=range _edb {if _ecg .Rows > 0&&!_ecg .EndOfBlock &&_eabb ==_ecg .Rows {break ; -};_cbg ,_afb :=_gcfe (_edb [_eabb ],_afc ,_ag );_cgfd =_ecg .appendEncodedRow (_cgfd ,_cbg ,_afc );if _ecg .EncodedByteAlign {_afb =0;};_afc =_afb ;};if _ecg .EndOfBlock {_bee ,_ :=_ebb (_afc );_cgfd =_ecg .appendEncodedRow (_cgfd ,_bee ,_afc );};return _cgfd ; -};func (_dc *Decoder )decode2D ()error {_dc ._fgcd =_dc ._ee ;_dc ._bb ,_dc ._abee =_dc ._abee ,_dc ._bb ;_ffe :=true ;var (_bcd bool ;_ecb int ;_fdb error ;);_dc ._ee =0;_cff :for _ecb < _dc ._ddfd {_bbba :=_c ._gdgd ;for {_bcd ,_fdb =_dc ._gbfa .ReadBool (); -if _fdb !=nil {return _fdb ;};_bbba =_bbba .walk (_bcd );if _bbba ==nil {continue _cff ;};if !_bbba ._bcfg {continue ;};switch _bbba ._dce {case _gge :var _cbc int ;if _ffe {_cbc ,_fdb =_dc .decodeRun (_gg );}else {_cbc ,_fdb =_dc .decodeRun (_bf );};if _fdb !=nil {return _fdb ; -};_ecb +=_cbc ;_dc ._bb [_dc ._ee ]=_ecb ;_dc ._ee ++;if _ffe {_cbc ,_fdb =_dc .decodeRun (_bf );}else {_cbc ,_fdb =_dc .decodeRun (_gg );};if _fdb !=nil {return _fdb ;};_ecb +=_cbc ;_dc ._bb [_dc ._ee ]=_ecb ;_dc ._ee ++;case _ae :_ccb :=_dc .getNextChangingElement (_ecb ,_ffe )+1; -if _ccb >=_dc ._fgcd {_ecb =_dc ._ddfd ;}else {_ecb =_dc ._abee [_ccb ];};default:_fb :=_dc .getNextChangingElement (_ecb ,_ffe );if _fb >=_dc ._fgcd ||_fb ==-1{_ecb =_dc ._ddfd +_bbba ._dce ;}else {_ecb =_dc ._abee [_fb ]+_bbba ._dce ;};_dc ._bb [_dc ._ee ]=_ecb ; -_dc ._ee ++;_ffe =!_ffe ;};continue _cff ;};};return nil ;};func (_gfbg *Decoder )decodeRowType4 ()error {if !_gfbg ._bfb {return _gfbg .decoderRowType41D ();};if _gfbg ._gfd {_gfbg ._gbfa .Align ();};_gfbg ._gbfa .Mark ();_cgd ,_bab :=_gfbg .tryFetchEOL (); -if _bab !=nil {return _bab ;};if !_cgd &&_gfbg ._gcf {_gfbg ._gda ++;if _gfbg ._gda > _gfbg ._aef {return _ec ;};_gfbg ._gbfa .Reset ();};if !_cgd {_gfbg ._gbfa .Reset ();};_gac ,_bab :=_gfbg ._gbfa .ReadBool ();if _bab !=nil {return _bab ;};if _gac {if _cgd &&_gfbg ._egg {if _bab =_gfbg .tryFetchRTC2D (); -_bab !=nil {return _bab ;};};_bab =_gfbg .decode1D ();}else {_bab =_gfbg .decode2D ();};if _bab !=nil {return _bab ;};return nil ;};func _ebf (_bce int ,_fgda bool )(code ,int ,bool ){if _bce < 64{if _fgda {return _fae [_bce ],0,true ;};return _dgg [_bce ],0,true ; -};_abc :=_bce /64;if _abc > 40{return _fac [2560],_bce -2560,false ;};if _abc > 27{return _fac [_abc *64],_bce -_abc *64,false ;};if _fgda {return _fgc [_abc *64],_bce -_abc *64,false ;};return _bac [_abc *64],_bce -_abc *64,false ;};func (_faf *Decoder )decodeRow ()(_cgf error ){if !_faf ._egg &&_faf ._cg > 0&&_faf ._cg ==_faf ._ebg {return _d .EOF ; -};switch _faf ._dfd {case _dde :_cgf =_faf .decodeRowType2 ();case _ff :_cgf =_faf .decodeRowType4 ();case _aa :_cgf =_faf .decodeRowType6 ();};if _cgf !=nil {return _cgf ;};_gca :=0;_gdd :=true ;_faf ._bc =0;for _bda :=0;_bda < _faf ._ee ;_bda ++{_faca :=_faf ._ddfd ; -if _bda !=_faf ._ee {_faca =_faf ._bb [_bda ];};if _faca > _faf ._ddfd {_faca =_faf ._ddfd ;};_cga :=_gca /8;for _gca %8!=0&&_faca -_gca > 0{var _acff byte ;if !_gdd {_acff =1< 7{_faf ._bfd [_cga ]=_bbb ;_gca +=8;_cga ++;};};for _faca -_gca > 0{if _gca %8==0{_faf ._bfd [_cga ]=0;};var _ffg byte ;if !_gdd {_ffg =1< 0&&!_gdafd .EndOfBlock &&_dbd ==_gdafd .Rows {break ; -};_ffa ,_aaf :=_gcfe (_eef [_dbd ],_cd ,_bff );_gdgb =_gdafd .appendEncodedRow (_gdgb ,_ffa ,_cd );if _gdafd .EncodedByteAlign {_aaf =0;};_cd =_aaf ;for _bbf :=_dbd +1;_bbf < (_dbd +_gdafd .K )&&_bbf < len (_eef );_bbf ++{if _gdafd .Rows > 0&&!_gdafd .EndOfBlock &&_bbf ==_gdafd .Rows {break ; -};_gfc ,_cdg :=_edf (nil ,_cd ,_ceg );var _egf ,_ede ,_bbd int ;_cfgc :=-1;for _cfgc < len (_eef [_bbf ]){_egf =_gbb (_eef [_bbf ],_cfgc );_ede =_dbb (_eef [_bbf ],_eef [_bbf -1],_cfgc );_bbd =_gbb (_eef [_bbf -1],_ede );if _bbd < _egf {_gfc ,_cdg =_cbcf (_gfc ,_cdg ); -_cfgc =_bbd ;}else {if _g .Abs (float64 (_ede -_egf ))> 3{_gfc ,_cdg ,_cfgc =_fcf (_eef [_bbf ],_gfc ,_cdg ,_cfgc ,_egf );}else {_gfc ,_cdg =_eggg (_gfc ,_cdg ,_egf ,_ede );_cfgc =_egf ;};};};_gdgb =_gdafd .appendEncodedRow (_gdgb ,_gfc ,_cd );if _gdafd .EncodedByteAlign {_cdg =0; -};_cd =_cdg %8;};};if _gdafd .EndOfBlock {_cad ,_ :=_baad (_cd );_gdgb =_gdafd .appendEncodedRow (_gdgb ,_cad ,_cd );};return _gdgb ;};var (_bffa byte =1;_bg byte =0;);var (_ebc =_e .New ("\u0063\u0063\u0069\u0074tf\u0061\u0078\u0020\u0063\u006f\u0072\u0072\u0075\u0070\u0074\u0065\u0064\u0020\u0052T\u0043"); -_ec =_e .New ("\u0063\u0063\u0069\u0074tf\u0061\u0078\u0020\u0045\u004f\u004c\u0020\u006e\u006f\u0074\u0020\u0066\u006f\u0075n\u0064"););func _edf (_ecbc []byte ,_egb int ,_faa code )([]byte ,int ){_cfff :=0;for _cfff < _faa .BitsWritten {_deca :=_egb /8; -_eda :=_egb %8;if _deca >=len (_ecbc ){_ecbc =append (_ecbc ,0);};_baaca :=8-_eda ;_dgee :=_faa .BitsWritten -_cfff ;if _baaca > _dgee {_baaca =_dgee ;};if _cfff < 8{_ecbc [_deca ]=_ecbc [_deca ]|byte (_faa .Code >>uint (8+_eda -_cfff ))&_dda [8-_baaca -_eda ]; -}else {_ecbc [_deca ]=_ecbc [_deca ]|(byte (_faa .Code <>uint (_eda );};_egb +=_baaca ;_cfff +=_baaca ;};return _ecbc ,_egb ;};func (_ace *Encoder )appendEncodedRow (_fgg ,_baf []byte ,_caf int )[]byte {if len (_fgg )> 0&&_caf !=0&&!_ace .EncodedByteAlign {_fgg [len (_fgg )-1]=_fgg [len (_fgg )-1]|_baf [0]; -_fgg =append (_fgg ,_baf [1:]...);}else {_fgg =append (_fgg ,_baf ...);};return _fgg ;}; \ No newline at end of file +package ccittfax ;import (_g "errors";_f "github.com/unidoc/unipdf/v3/internal/bitwise";_ga "io";_c "math";);func (_gbdg *treeNode )walk (_caag bool )*treeNode {if _caag {return _gbdg ._efa ;};return _gbdg ._dfg ;};func init (){_ba =&treeNode {_bbf :true ,_fde :_gb }; +_a =&treeNode {_fde :_ab ,_efa :_ba };_a ._dfg =_a ;_d =&tree {_fgbc :&treeNode {}};if _bg :=_d .fillWithNode (12,0,_a );_bg !=nil {panic (_bg .Error ());};if _ge :=_d .fillWithNode (12,1,_ba );_ge !=nil {panic (_ge .Error ());};_fg =&tree {_fgbc :&treeNode {}}; +for _ff :=0;_ff < len (_af );_ff ++{for _cb :=0;_cb < len (_af [_ff ]);_cb ++{if _dg :=_fg .fill (_ff +2,int (_af [_ff ][_cb ]),int (_fc [_ff ][_cb ]));_dg !=nil {panic (_dg .Error ());};};};if _gee :=_fg .fillWithNode (12,0,_a );_gee !=nil {panic (_gee .Error ()); +};if _bge :=_fg .fillWithNode (12,1,_ba );_bge !=nil {panic (_bge .Error ());};_ca =&tree {_fgbc :&treeNode {}};for _bb :=0;_bb < len (_cbd );_bb ++{for _bd :=0;_bd < len (_cbd [_bb ]);_bd ++{if _geec :=_ca .fill (_bb +4,int (_cbd [_bb ][_bd ]),int (_ae [_bb ][_bd ])); +_geec !=nil {panic (_geec .Error ());};};};if _ac :=_ca .fillWithNode (12,0,_a );_ac !=nil {panic (_ac .Error ());};if _cee :=_ca .fillWithNode (12,1,_ba );_cee !=nil {panic (_cee .Error ());};_ce =&tree {_fgbc :&treeNode {}};if _dd :=_ce .fill (4,1,_cc ); +_dd !=nil {panic (_dd .Error ());};if _gbe :=_ce .fill (3,1,_gc );_gbe !=nil {panic (_gbe .Error ());};if _de :=_ce .fill (1,1,0);_de !=nil {panic (_de .Error ());};if _be :=_ce .fill (3,3,1);_be !=nil {panic (_be .Error ());};if _e :=_ce .fill (6,3,2); +_e !=nil {panic (_e .Error ());};if _cag :=_ce .fill (7,3,3);_cag !=nil {panic (_cag .Error ());};if _ged :=_ce .fill (3,2,-1);_ged !=nil {panic (_ged .Error ());};if _ef :=_ce .fill (6,2,-2);_ef !=nil {panic (_ef .Error ());};if _efe :=_ce .fill (7,2,-3); +_efe !=nil {panic (_efe .Error ());};};func _bffd (_fbda ,_dcag []byte ,_ccbc int ,_gfdc bool )int {_gga :=_ccf (_dcag ,_ccbc );if _gga < len (_dcag )&&(_ccbc ==-1&&_dcag [_gga ]==_bgdc ||_ccbc >=0&&_ccbc < len (_fbda )&&_fbda [_ccbc ]==_dcag [_gga ]||_ccbc >=len (_fbda )&&_gfdc &&_dcag [_gga ]==_bgdc ||_ccbc >=len (_fbda )&&!_gfdc &&_dcag [_gga ]==_fcf ){_gga =_ccf (_dcag ,_gga ); +};return _gga ;};func _dad (_cfb []byte ,_aacc int ,_dfab code )([]byte ,int ){_fef :=0;for _fef < _dfab .BitsWritten {_dafca :=_aacc /8;_aga :=_aacc %8;if _dafca >=len (_cfb ){_cfb =append (_cfb ,0);};_baeg :=8-_aga ;_aag :=_dfab .BitsWritten -_fef ;if _baeg > _aag {_baeg =_aag ; +};if _fef < 8{_cfb [_dafca ]=_cfb [_dafca ]|byte (_dfab .Code >>uint (8+_aga -_fef ))&_dgg [8-_baeg -_aga ];}else {_cfb [_dafca ]=_cfb [_dafca ]|(byte (_dfab .Code <>uint (_aga );};_aacc +=_baeg ;_fef +=_baeg ;};return _cfb ,_aacc ; +};func (_gcde *Decoder )tryFetchRTC2D ()(_gbc error ){_gcde ._adb .Mark ();var _dde bool ;for _cbcd :=0;_cbcd < 5;_cbcd ++{_dde ,_gbc =_gcde .tryFetchEOL1 ();if _gbc !=nil {if _g .Is (_gbc ,_ga .EOF ){if _cbcd ==0{break ;};return _ad ;};};if _dde {continue ; +};if _cbcd > 0{return _ad ;};break ;};if _dde {return _ga .EOF ;};_gcde ._adb .Reset ();return _gbc ;};func (_dfd *Decoder )decodeRowType6 ()error {if _dfd ._ffd {_dfd ._adb .Align ();};if _dfd ._eee {_dfd ._adb .Mark ();_eef ,_ece :=_dfd .tryFetchEOL (); +if _ece !=nil {return _ece ;};if _eef {_eef ,_ece =_dfd .tryFetchEOL ();if _ece !=nil {return _ece ;};if _eef {return _ga .EOF ;};};_dfd ._adb .Reset ();};return _dfd .decode2D ();};type tiffType int ;func _baef (_gbad []byte ,_fec bool ,_fdba int )(int ,int ){_gebc :=0; +for _fdba < len (_gbad ){if _fec {if _gbad [_fdba ]!=_bgdc {break ;};}else {if _gbad [_fdba ]!=_fcf {break ;};};_gebc ++;_fdba ++;};return _gebc ,_fdba ;};func init (){_fca =make (map[int ]code );_fca [0]=code {Code :13<<8|3<<6,BitsWritten :10};_fca [1]=code {Code :2<<(5+8),BitsWritten :3}; +_fca [2]=code {Code :3<<(6+8),BitsWritten :2};_fca [3]=code {Code :2<<(6+8),BitsWritten :2};_fca [4]=code {Code :3<<(5+8),BitsWritten :3};_fca [5]=code {Code :3<<(4+8),BitsWritten :4};_fca [6]=code {Code :2<<(4+8),BitsWritten :4};_fca [7]=code {Code :3<<(3+8),BitsWritten :5}; +_fca [8]=code {Code :5<<(2+8),BitsWritten :6};_fca [9]=code {Code :4<<(2+8),BitsWritten :6};_fca [10]=code {Code :4<<(1+8),BitsWritten :7};_fca [11]=code {Code :5<<(1+8),BitsWritten :7};_fca [12]=code {Code :7<<(1+8),BitsWritten :7};_fca [13]=code {Code :4<<8,BitsWritten :8}; +_fca [14]=code {Code :7<<8,BitsWritten :8};_fca [15]=code {Code :12<<8,BitsWritten :9};_fca [16]=code {Code :5<<8|3<<6,BitsWritten :10};_fca [17]=code {Code :6<<8,BitsWritten :10};_fca [18]=code {Code :2<<8,BitsWritten :10};_fca [19]=code {Code :12<<8|7<<5,BitsWritten :11}; +_fca [20]=code {Code :13<<8,BitsWritten :11};_fca [21]=code {Code :13<<8|4<<5,BitsWritten :11};_fca [22]=code {Code :6<<8|7<<5,BitsWritten :11};_fca [23]=code {Code :5<<8,BitsWritten :11};_fca [24]=code {Code :2<<8|7<<5,BitsWritten :11};_fca [25]=code {Code :3<<8,BitsWritten :11}; +_fca [26]=code {Code :12<<8|10<<4,BitsWritten :12};_fca [27]=code {Code :12<<8|11<<4,BitsWritten :12};_fca [28]=code {Code :12<<8|12<<4,BitsWritten :12};_fca [29]=code {Code :12<<8|13<<4,BitsWritten :12};_fca [30]=code {Code :6<<8|8<<4,BitsWritten :12}; +_fca [31]=code {Code :6<<8|9<<4,BitsWritten :12};_fca [32]=code {Code :6<<8|10<<4,BitsWritten :12};_fca [33]=code {Code :6<<8|11<<4,BitsWritten :12};_fca [34]=code {Code :13<<8|2<<4,BitsWritten :12};_fca [35]=code {Code :13<<8|3<<4,BitsWritten :12};_fca [36]=code {Code :13<<8|4<<4,BitsWritten :12}; +_fca [37]=code {Code :13<<8|5<<4,BitsWritten :12};_fca [38]=code {Code :13<<8|6<<4,BitsWritten :12};_fca [39]=code {Code :13<<8|7<<4,BitsWritten :12};_fca [40]=code {Code :6<<8|12<<4,BitsWritten :12};_fca [41]=code {Code :6<<8|13<<4,BitsWritten :12};_fca [42]=code {Code :13<<8|10<<4,BitsWritten :12}; +_fca [43]=code {Code :13<<8|11<<4,BitsWritten :12};_fca [44]=code {Code :5<<8|4<<4,BitsWritten :12};_fca [45]=code {Code :5<<8|5<<4,BitsWritten :12};_fca [46]=code {Code :5<<8|6<<4,BitsWritten :12};_fca [47]=code {Code :5<<8|7<<4,BitsWritten :12};_fca [48]=code {Code :6<<8|4<<4,BitsWritten :12}; +_fca [49]=code {Code :6<<8|5<<4,BitsWritten :12};_fca [50]=code {Code :5<<8|2<<4,BitsWritten :12};_fca [51]=code {Code :5<<8|3<<4,BitsWritten :12};_fca [52]=code {Code :2<<8|4<<4,BitsWritten :12};_fca [53]=code {Code :3<<8|7<<4,BitsWritten :12};_fca [54]=code {Code :3<<8|8<<4,BitsWritten :12}; +_fca [55]=code {Code :2<<8|7<<4,BitsWritten :12};_fca [56]=code {Code :2<<8|8<<4,BitsWritten :12};_fca [57]=code {Code :5<<8|8<<4,BitsWritten :12};_fca [58]=code {Code :5<<8|9<<4,BitsWritten :12};_fca [59]=code {Code :2<<8|11<<4,BitsWritten :12};_fca [60]=code {Code :2<<8|12<<4,BitsWritten :12}; +_fca [61]=code {Code :5<<8|10<<4,BitsWritten :12};_fca [62]=code {Code :6<<8|6<<4,BitsWritten :12};_fca [63]=code {Code :6<<8|7<<4,BitsWritten :12};_gd =make (map[int ]code );_gd [0]=code {Code :53<<8,BitsWritten :8};_gd [1]=code {Code :7<<(2+8),BitsWritten :6}; +_gd [2]=code {Code :7<<(4+8),BitsWritten :4};_gd [3]=code {Code :8<<(4+8),BitsWritten :4};_gd [4]=code {Code :11<<(4+8),BitsWritten :4};_gd [5]=code {Code :12<<(4+8),BitsWritten :4};_gd [6]=code {Code :14<<(4+8),BitsWritten :4};_gd [7]=code {Code :15<<(4+8),BitsWritten :4}; +_gd [8]=code {Code :19<<(3+8),BitsWritten :5};_gd [9]=code {Code :20<<(3+8),BitsWritten :5};_gd [10]=code {Code :7<<(3+8),BitsWritten :5};_gd [11]=code {Code :8<<(3+8),BitsWritten :5};_gd [12]=code {Code :8<<(2+8),BitsWritten :6};_gd [13]=code {Code :3<<(2+8),BitsWritten :6}; +_gd [14]=code {Code :52<<(2+8),BitsWritten :6};_gd [15]=code {Code :53<<(2+8),BitsWritten :6};_gd [16]=code {Code :42<<(2+8),BitsWritten :6};_gd [17]=code {Code :43<<(2+8),BitsWritten :6};_gd [18]=code {Code :39<<(1+8),BitsWritten :7};_gd [19]=code {Code :12<<(1+8),BitsWritten :7}; +_gd [20]=code {Code :8<<(1+8),BitsWritten :7};_gd [21]=code {Code :23<<(1+8),BitsWritten :7};_gd [22]=code {Code :3<<(1+8),BitsWritten :7};_gd [23]=code {Code :4<<(1+8),BitsWritten :7};_gd [24]=code {Code :40<<(1+8),BitsWritten :7};_gd [25]=code {Code :43<<(1+8),BitsWritten :7}; +_gd [26]=code {Code :19<<(1+8),BitsWritten :7};_gd [27]=code {Code :36<<(1+8),BitsWritten :7};_gd [28]=code {Code :24<<(1+8),BitsWritten :7};_gd [29]=code {Code :2<<8,BitsWritten :8};_gd [30]=code {Code :3<<8,BitsWritten :8};_gd [31]=code {Code :26<<8,BitsWritten :8}; +_gd [32]=code {Code :27<<8,BitsWritten :8};_gd [33]=code {Code :18<<8,BitsWritten :8};_gd [34]=code {Code :19<<8,BitsWritten :8};_gd [35]=code {Code :20<<8,BitsWritten :8};_gd [36]=code {Code :21<<8,BitsWritten :8};_gd [37]=code {Code :22<<8,BitsWritten :8}; +_gd [38]=code {Code :23<<8,BitsWritten :8};_gd [39]=code {Code :40<<8,BitsWritten :8};_gd [40]=code {Code :41<<8,BitsWritten :8};_gd [41]=code {Code :42<<8,BitsWritten :8};_gd [42]=code {Code :43<<8,BitsWritten :8};_gd [43]=code {Code :44<<8,BitsWritten :8}; +_gd [44]=code {Code :45<<8,BitsWritten :8};_gd [45]=code {Code :4<<8,BitsWritten :8};_gd [46]=code {Code :5<<8,BitsWritten :8};_gd [47]=code {Code :10<<8,BitsWritten :8};_gd [48]=code {Code :11<<8,BitsWritten :8};_gd [49]=code {Code :82<<8,BitsWritten :8}; +_gd [50]=code {Code :83<<8,BitsWritten :8};_gd [51]=code {Code :84<<8,BitsWritten :8};_gd [52]=code {Code :85<<8,BitsWritten :8};_gd [53]=code {Code :36<<8,BitsWritten :8};_gd [54]=code {Code :37<<8,BitsWritten :8};_gd [55]=code {Code :88<<8,BitsWritten :8}; +_gd [56]=code {Code :89<<8,BitsWritten :8};_gd [57]=code {Code :90<<8,BitsWritten :8};_gd [58]=code {Code :91<<8,BitsWritten :8};_gd [59]=code {Code :74<<8,BitsWritten :8};_gd [60]=code {Code :75<<8,BitsWritten :8};_gd [61]=code {Code :50<<8,BitsWritten :8}; +_gd [62]=code {Code :51<<8,BitsWritten :8};_gd [63]=code {Code :52<<8,BitsWritten :8};_bc =make (map[int ]code );_bc [64]=code {Code :3<<8|3<<6,BitsWritten :10};_bc [128]=code {Code :12<<8|8<<4,BitsWritten :12};_bc [192]=code {Code :12<<8|9<<4,BitsWritten :12}; +_bc [256]=code {Code :5<<8|11<<4,BitsWritten :12};_bc [320]=code {Code :3<<8|3<<4,BitsWritten :12};_bc [384]=code {Code :3<<8|4<<4,BitsWritten :12};_bc [448]=code {Code :3<<8|5<<4,BitsWritten :12};_bc [512]=code {Code :3<<8|12<<3,BitsWritten :13};_bc [576]=code {Code :3<<8|13<<3,BitsWritten :13}; +_bc [640]=code {Code :2<<8|10<<3,BitsWritten :13};_bc [704]=code {Code :2<<8|11<<3,BitsWritten :13};_bc [768]=code {Code :2<<8|12<<3,BitsWritten :13};_bc [832]=code {Code :2<<8|13<<3,BitsWritten :13};_bc [896]=code {Code :3<<8|18<<3,BitsWritten :13};_bc [960]=code {Code :3<<8|19<<3,BitsWritten :13}; +_bc [1024]=code {Code :3<<8|20<<3,BitsWritten :13};_bc [1088]=code {Code :3<<8|21<<3,BitsWritten :13};_bc [1152]=code {Code :3<<8|22<<3,BitsWritten :13};_bc [1216]=code {Code :119<<3,BitsWritten :13};_bc [1280]=code {Code :2<<8|18<<3,BitsWritten :13};_bc [1344]=code {Code :2<<8|19<<3,BitsWritten :13}; +_bc [1408]=code {Code :2<<8|20<<3,BitsWritten :13};_bc [1472]=code {Code :2<<8|21<<3,BitsWritten :13};_bc [1536]=code {Code :2<<8|26<<3,BitsWritten :13};_bc [1600]=code {Code :2<<8|27<<3,BitsWritten :13};_bc [1664]=code {Code :3<<8|4<<3,BitsWritten :13}; +_bc [1728]=code {Code :3<<8|5<<3,BitsWritten :13};_bee =make (map[int ]code );_bee [64]=code {Code :27<<(3+8),BitsWritten :5};_bee [128]=code {Code :18<<(3+8),BitsWritten :5};_bee [192]=code {Code :23<<(2+8),BitsWritten :6};_bee [256]=code {Code :55<<(1+8),BitsWritten :7}; +_bee [320]=code {Code :54<<8,BitsWritten :8};_bee [384]=code {Code :55<<8,BitsWritten :8};_bee [448]=code {Code :100<<8,BitsWritten :8};_bee [512]=code {Code :101<<8,BitsWritten :8};_bee [576]=code {Code :104<<8,BitsWritten :8};_bee [640]=code {Code :103<<8,BitsWritten :8}; +_bee [704]=code {Code :102<<8,BitsWritten :9};_bee [768]=code {Code :102<<8|1<<7,BitsWritten :9};_bee [832]=code {Code :105<<8,BitsWritten :9};_bee [896]=code {Code :105<<8|1<<7,BitsWritten :9};_bee [960]=code {Code :106<<8,BitsWritten :9};_bee [1024]=code {Code :106<<8|1<<7,BitsWritten :9}; +_bee [1088]=code {Code :107<<8,BitsWritten :9};_bee [1152]=code {Code :107<<8|1<<7,BitsWritten :9};_bee [1216]=code {Code :108<<8,BitsWritten :9};_bee [1280]=code {Code :108<<8|1<<7,BitsWritten :9};_bee [1344]=code {Code :109<<8,BitsWritten :9};_bee [1408]=code {Code :109<<8|1<<7,BitsWritten :9}; +_bee [1472]=code {Code :76<<8,BitsWritten :9};_bee [1536]=code {Code :76<<8|1<<7,BitsWritten :9};_bee [1600]=code {Code :77<<8,BitsWritten :9};_bee [1664]=code {Code :24<<(2+8),BitsWritten :6};_bee [1728]=code {Code :77<<8|1<<7,BitsWritten :9};_ddg =make (map[int ]code ); +_ddg [1792]=code {Code :1<<8,BitsWritten :11};_ddg [1856]=code {Code :1<<8|4<<5,BitsWritten :11};_ddg [1920]=code {Code :1<<8|5<<5,BitsWritten :11};_ddg [1984]=code {Code :1<<8|2<<4,BitsWritten :12};_ddg [2048]=code {Code :1<<8|3<<4,BitsWritten :12};_ddg [2112]=code {Code :1<<8|4<<4,BitsWritten :12}; +_ddg [2176]=code {Code :1<<8|5<<4,BitsWritten :12};_ddg [2240]=code {Code :1<<8|6<<4,BitsWritten :12};_ddg [2304]=code {Code :1<<8|7<<4,BitsWritten :12};_ddg [2368]=code {Code :1<<8|12<<4,BitsWritten :12};_ddg [2432]=code {Code :1<<8|13<<4,BitsWritten :12}; +_ddg [2496]=code {Code :1<<8|14<<4,BitsWritten :12};_ddg [2560]=code {Code :1<<8|15<<4,BitsWritten :12};_dgg =make (map[int ]byte );_dgg [0]=0xFF;_dgg [1]=0xFE;_dgg [2]=0xFC;_dgg [3]=0xF8;_dgg [4]=0xF0;_dgg [5]=0xE0;_dgg [6]=0xC0;_dgg [7]=0x80;_dgg [8]=0x00; +};func _cd (_caa int ,_gdab bool )(code ,int ,bool ){if _caa < 64{if _gdab {return _gd [_caa ],0,true ;};return _fca [_caa ],0,true ;};_dcg :=_caa /64;if _dcg > 40{return _ddg [2560],_caa -2560,false ;};if _dcg > 27{return _ddg [_dcg *64],_caa -_dcg *64,false ; +};if _gdab {return _bee [_dcg *64],_caa -_dcg *64,false ;};return _bc [_dcg *64],_caa -_dcg *64,false ;};type tree struct{_fgbc *treeNode };func (_gcd *Decoder )getNextChangingElement (_dfac int ,_geb bool )int {_bcb :=0;if !_geb {_bcb =1;};_ffg :=int (uint32 (_gcd ._cfc )&0xFFFFFFFE)+_bcb ; +if _ffg > 2{_ffg -=2;};if _dfac ==0{return _ffg ;};for _gef :=_ffg ;_gef < _gcd ._fa ;_gef +=2{if _dfac < _gcd ._cf [_gef ]{_gcd ._cfc =_gef ;return _gef ;};};return -1;};func (_ffa *Encoder )encodeG4 (_ccgf [][]byte )[]byte {_ddc :=make ([][]byte ,len (_ccgf )); +copy (_ddc ,_ccgf );_ddc =_cagea (_ddc );var _ffag []byte ;var _gbd int ;for _edc :=1;_edc < len (_ddc );_edc ++{if _ffa .Rows > 0&&!_ffa .EndOfBlock &&_edc ==(_ffa .Rows +1){break ;};var _gfd []byte ;var _eeb ,_fae ,_gba int ;_fffa :=_gbd ;_accb :=-1; +for _accb < len (_ddc [_edc ]){_eeb =_ccf (_ddc [_edc ],_accb );_fae =_acfc (_ddc [_edc ],_ddc [_edc -1],_accb );_gba =_ccf (_ddc [_edc -1],_fae );if _gba < _eeb {_gfd ,_fffa =_dad (_gfd ,_fffa ,_bbe );_accb =_gba ;}else {if _c .Abs (float64 (_fae -_eeb ))> 3{_gfd ,_fffa ,_accb =_ffagc (_ddc [_edc ],_gfd ,_fffa ,_accb ,_eeb ); +}else {_gfd ,_fffa =_fagb (_gfd ,_fffa ,_eeb ,_fae );_accb =_eeb ;};};};_ffag =_ffa .appendEncodedRow (_ffag ,_gfd ,_gbd );if _ffa .EncodedByteAlign {_fffa =0;};_gbd =_fffa %8;};if _ffa .EndOfBlock {_ccbg ,_ :=_faee (_gbd );_ffag =_ffa .appendEncodedRow (_ffag ,_ccbg ,_gbd ); +};return _ffag ;};func (_beg *Decoder )decode2D ()error {_beg ._fa =_beg ._fcd ;_beg ._ed ,_beg ._cf =_beg ._cf ,_beg ._ed ;_ffbf :=true ;var (_gcfe bool ;_beeg int ;_dfbg error ;);_beg ._fcd =0;_bcde :for _beeg < _beg ._dga {_bdd :=_ce ._fgbc ;for {_gcfe ,_dfbg =_beg ._adb .ReadBool (); +if _dfbg !=nil {return _dfbg ;};_bdd =_bdd .walk (_gcfe );if _bdd ==nil {continue _bcde ;};if !_bdd ._bbf {continue ;};switch _bdd ._fde {case _gc :var _bba int ;if _ffbf {_bba ,_dfbg =_beg .decodeRun (_ca );}else {_bba ,_dfbg =_beg .decodeRun (_fg );}; +if _dfbg !=nil {return _dfbg ;};_beeg +=_bba ;_beg ._ed [_beg ._fcd ]=_beeg ;_beg ._fcd ++;if _ffbf {_bba ,_dfbg =_beg .decodeRun (_fg );}else {_bba ,_dfbg =_beg .decodeRun (_ca );};if _dfbg !=nil {return _dfbg ;};_beeg +=_bba ;_beg ._ed [_beg ._fcd ]=_beeg ; +_beg ._fcd ++;case _cc :_gbfg :=_beg .getNextChangingElement (_beeg ,_ffbf )+1;if _gbfg >=_beg ._fa {_beeg =_beg ._dga ;}else {_beeg =_beg ._cf [_gbfg ];};default:_gcef :=_beg .getNextChangingElement (_beeg ,_ffbf );if _gcef >=_beg ._fa ||_gcef ==-1{_beeg =_beg ._dga +_bdd ._fde ; +}else {_beeg =_beg ._cf [_gcef ]+_bdd ._fde ;};_beg ._ed [_beg ._fcd ]=_beeg ;_beg ._fcd ++;_ffbf =!_ffbf ;};continue _bcde ;};};return nil ;};func _acfc (_gfb ,_adfc []byte ,_ebf int )int {_cbda :=_ccf (_adfc ,_ebf );if _cbda < len (_adfc )&&(_ebf ==-1&&_adfc [_cbda ]==_bgdc ||_ebf >=0&&_ebf < len (_gfb )&&_gfb [_ebf ]==_adfc [_cbda ]||_ebf >=len (_gfb )&&_gfb [_ebf -1]!=_adfc [_cbda ]){_cbda =_ccf (_adfc ,_cbda ); +};return _cbda ;};type code struct{Code uint16 ;BitsWritten int ;};func NewDecoder (data []byte ,options DecodeOptions )(*Decoder ,error ){_gbf :=&Decoder {_adb :_f .NewReader (data ),_dga :options .Columns ,_cefg :options .Rows ,_eg :options .DamagedRowsBeforeError ,_aeg :make ([]byte ,(options .Columns +7)/8),_cf :make ([]int ,options .Columns +2),_ed :make ([]int ,options .Columns +2),_ffd :options .EncodedByteAligned ,_bca :options .BlackIsOne ,_ecb :options .EndOfLine ,_eee :options .EndOfBlock }; +switch {case options .K ==0:_gbf ._fcc =_ccc ;if len (data )< 20{return nil ,_g .New ("\u0074o\u006f\u0020\u0073\u0068o\u0072\u0074\u0020\u0063\u0063i\u0074t\u0066a\u0078\u0020\u0073\u0074\u0072\u0065\u0061m");};_ccb :=data [:20];if _ccb [0]!=0||(_ccb [1]>>4!=1&&_ccb [1]!=1){_gbf ._fcc =_cef ; +_dgd :=(uint16 (_ccb [0])<<8+uint16 (_ccb [1]&0xff))>>4;for _daf :=12;_daf < 160;_daf ++{_dgd =(_dgd <<1)+uint16 ((_ccb [_daf /8]>>uint16 (7-(_daf %8)))&0x01);if _dgd &0xfff==1{_gbf ._fcc =_ccc ;break ;};};};case options .K < 0:_gbf ._fcc =_bdc ;case options .K > 0:_gbf ._fcc =_ccc ; +_gbf ._fed =true ;};switch _gbf ._fcc {case _cef ,_ccc ,_bdc :default:return nil ,_g .New ("\u0075\u006ek\u006e\u006f\u0077\u006e\u0020\u0063\u0063\u0069\u0074\u0074\u0066\u0061\u0078\u002e\u0044\u0065\u0063\u006f\u0064\u0065\u0072\u0020ty\u0070\u0065"); +};return _gbf ,nil ;};func _cefd (_bcg ,_efec int )code {var _aceg code ;switch _efec -_bcg {case -1:_aceg =_fe ;case -2:_aceg =_agb ;case -3:_aceg =_acc ;case 0:_aceg =_ec ;case 1:_aceg =_dc ;case 2:_aceg =_gce ;case 3:_aceg =_efc ;};return _aceg ;};func (_fdcb *Encoder )appendEncodedRow (_age ,_bgc []byte ,_bfcf int )[]byte {if len (_age )> 0&&_bfcf !=0&&!_fdcb .EncodedByteAlign {_age [len (_age )-1]=_age [len (_age )-1]|_bgc [0]; +_age =append (_age ,_bgc [1:]...);}else {_age =append (_age ,_bgc ...);};return _age ;};func _fbg (_fgg []byte ,_cagc int )([]byte ,int ){return _dad (_fgg ,_cagc ,_bbe )};func _bcf (_gdfa []byte ,_bddf int ,_ege int ,_aae bool )([]byte ,int ){var (_ggc code ; +_gcg bool ;);for !_gcg {_ggc ,_ege ,_gcg =_cd (_ege ,_aae );_gdfa ,_bddf =_dad (_gdfa ,_bddf ,_ggc );};return _gdfa ,_bddf ;};func (_fcb *Decoder )tryFetchEOL ()(bool ,error ){_dgac ,_bed :=_fcb ._adb .ReadBits (12);if _bed !=nil {return false ,_bed ;}; +return _dgac ==0x1,nil ;};var (_ba *treeNode ;_a *treeNode ;_fg *tree ;_ca *tree ;_d *tree ;_ce *tree ;_gb =-2000;_ab =-1000;_cc =-3000;_gc =-4000;);func _cagea (_cgef [][]byte )[][]byte {_dcac :=make ([]byte ,len (_cgef [0]));for _edcc :=range _dcac {_dcac [_edcc ]=_bgdc ; +};_cgef =append (_cgef ,[]byte {});for _gff :=len (_cgef )-1;_gff > 0;_gff --{_cgef [_gff ]=_cgef [_gff -1];};_cgef [0]=_dcac ;return _cgef ;};func (_dafc *Decoder )decodeRun (_fbb *tree )(int ,error ){var _cea int ;_gf :=_fbb ._fgbc ;for {_gae ,_gaec :=_dafc ._adb .ReadBool (); +if _gaec !=nil {return 0,_gaec ;};_gf =_gf .walk (_gae );if _gf ==nil {return 0,_g .New ("\u0075\u006e\u006bno\u0077\u006e\u0020\u0063\u006f\u0064\u0065\u0020\u0069n\u0020H\u0075f\u0066m\u0061\u006e\u0020\u0052\u004c\u0045\u0020\u0073\u0074\u0072\u0065\u0061\u006d"); +};if _gf ._bbf {_cea +=_gf ._fde ;switch {case _gf ._fde >=64:_gf =_fbb ._fgbc ;case _gf ._fde >=0:return _cea ,nil ;default:return _dafc ._dga ,nil ;};};};};var _cbd =[...][]uint16 {{0x7,0x8,0xb,0xc,0xe,0xf},{0x12,0x13,0x14,0x1b,0x7,0x8},{0x17,0x18,0x2a,0x2b,0x3,0x34,0x35,0x7,0x8},{0x13,0x17,0x18,0x24,0x27,0x28,0x2b,0x3,0x37,0x4,0x8,0xc},{0x12,0x13,0x14,0x15,0x16,0x17,0x1a,0x1b,0x2,0x24,0x25,0x28,0x29,0x2a,0x2b,0x2c,0x2d,0x3,0x32,0x33,0x34,0x35,0x36,0x37,0x4,0x4a,0x4b,0x5,0x52,0x53,0x54,0x55,0x58,0x59,0x5a,0x5b,0x64,0x65,0x67,0x68,0xa,0xb},{0x98,0x99,0x9a,0x9b,0xcc,0xcd,0xd2,0xd3,0xd4,0xd5,0xd6,0xd7,0xd8,0xd9,0xda,0xdb},{},{0x8,0xc,0xd},{0x12,0x13,0x14,0x15,0x16,0x17,0x1c,0x1d,0x1e,0x1f}}; +var _ae =[...][]uint16 {{2,3,4,5,6,7},{128,8,9,64,10,11},{192,1664,16,17,13,14,15,1,12},{26,21,28,27,18,24,25,22,256,23,20,19},{33,34,35,36,37,38,31,32,29,53,54,39,40,41,42,43,44,30,61,62,63,0,320,384,45,59,60,46,49,50,51,52,55,56,57,58,448,512,640,576,47,48},{1472,1536,1600,1728,704,768,832,896,960,1024,1088,1152,1216,1280,1344,1408},{},{1792,1856,1920},{1984,2048,2112,2176,2240,2304,2368,2432,2496,2560}}; +var (_ad =_g .New ("\u0063\u0063\u0069\u0074tf\u0061\u0078\u0020\u0063\u006f\u0072\u0072\u0075\u0070\u0074\u0065\u0064\u0020\u0052T\u0043");_cbc =_g .New ("\u0063\u0063\u0069\u0074tf\u0061\u0078\u0020\u0045\u004f\u004c\u0020\u006e\u006f\u0074\u0020\u0066\u006f\u0075n\u0064"); +);func (_eded *tree )fill (_adfe ,_fac ,_gge int )error {_gea :=_eded ._fgbc ;for _dbc :=0;_dbc < _adfe ;_dbc ++{_ecd :=_adfe -1-_dbc ;_bbacg :=((_fac >>uint (_ecd ))&1)!=0;_egf :=_gea .walk (_bbacg );if _egf !=nil {if _egf ._bbf {return _g .New ("\u006e\u006f\u0064\u0065\u0020\u0069\u0073\u0020\u006c\u0065\u0061\u0066\u002c\u0020\u006eo\u0020o\u0074\u0068\u0065\u0072\u0020\u0066\u006f\u006c\u006c\u006f\u0077\u0069\u006e\u0067"); +};_gea =_egf ;continue ;};_egf =&treeNode {};if _dbc ==_adfe -1{_egf ._fde =_gge ;_egf ._bbf =true ;};if _fac ==0{_egf ._cab =true ;};_gea .set (_bbacg ,_egf );_gea =_egf ;};return nil ;};func _faef (_cgg []byte ,_cff int ,_fcee code )([]byte ,int ){_bda :=true ; +var _ebc []byte ;_ebc ,_cff =_dad (nil ,_cff ,_fcee );_ddec :=0;var _ebg int ;for _ddec < len (_cgg ){_ebg ,_ddec =_baef (_cgg ,_bda ,_ddec );_ebc ,_cff =_bcf (_ebc ,_cff ,_ebg ,_bda );_bda =!_bda ;};return _ebc ,_cff %8;};func (_bcdd *tree )fillWithNode (_baac ,_ffae int ,_adac *treeNode )error {_fcdb :=_bcdd ._fgbc ; +for _fdda :=0;_fdda < _baac ;_fdda ++{_gfdf :=uint (_baac -1-_fdda );_bea :=((_ffae >>_gfdf )&1)!=0;_geff :=_fcdb .walk (_bea );if _geff !=nil {if _geff ._bbf {return _g .New ("\u006e\u006f\u0064\u0065\u0020\u0069\u0073\u0020\u006c\u0065\u0061\u0066\u002c\u0020\u006eo\u0020o\u0074\u0068\u0065\u0072\u0020\u0066\u006f\u006c\u006c\u006f\u0077\u0069\u006e\u0067"); +};_fcdb =_geff ;continue ;};if _fdda ==_baac -1{_geff =_adac ;}else {_geff =&treeNode {};};if _ffae ==0{_geff ._cab =true ;};_fcdb .set (_bea ,_geff );_fcdb =_geff ;};return nil ;};func (_cec *Decoder )tryFetchEOL1 ()(bool ,error ){_adf ,_aac :=_cec ._adb .ReadBits (13); +if _aac !=nil {return false ,_aac ;};return _adf ==0x3,nil ;};func _faee (_fab int )([]byte ,int ){var _faba []byte ;for _aggb :=0;_aggb < 2;_aggb ++{_faba ,_fab =_dad (_faba ,_fab ,_ag );};return _faba ,_fab %8;};type treeNode struct{_dfg *treeNode ;_efa *treeNode ; +_fde int ;_cab bool ;_bbf bool ;};type DecodeOptions struct{Columns int ;Rows int ;K int ;EncodedByteAligned bool ;BlackIsOne bool ;EndOfBlock bool ;EndOfLine bool ;DamagedRowsBeforeError int ;};func _cedb (_bdbf int )([]byte ,int ){var _acf []byte ;for _bbac :=0; +_bbac < 6;_bbac ++{_acf ,_bdbf =_dad (_acf ,_bdbf ,_ag );};return _acf ,_bdbf %8;};var _fc =[...][]uint16 {{3,2},{1,4},{6,5},{7},{9,8},{10,11,12},{13,14},{15},{16,17,0,18,64},{24,25,23,22,19,20,21,1792,1856,1920},{1984,2048,2112,2176,2240,2304,2368,2432,2496,2560,52,55,56,59,60,320,384,448,53,54,50,51,44,45,46,47,57,58,61,256,48,49,62,63,30,31,32,33,40,41,128,192,26,27,28,29,34,35,36,37,38,39,42,43},{640,704,768,832,1280,1344,1408,1472,1536,1600,1664,1728,512,576,896,960,1024,1088,1152,1216}}; +func (_fba *Decoder )looseFetchEOL ()(bool ,error ){_fda ,_cg :=_fba ._adb .ReadBits (12);if _cg !=nil {return false ,_cg ;};switch _fda {case 0x1:return true ,nil ;case 0x0:for {_aedg ,_fdc :=_fba ._adb .ReadBool ();if _fdc !=nil {return false ,_fdc ; +};if _aedg {return true ,nil ;};};default:return false ,nil ;};};type Decoder struct{_dga int ;_cefg int ;_fb int ;_aeg []byte ;_eg int ;_fed bool ;_agg bool ;_agc bool ;_bca bool ;_ecb bool ;_eee bool ;_ffd bool ;_da int ;_gca int ;_cf []int ;_ed []int ; +_fa int ;_fcd int ;_db int ;_cfc int ;_adb *_f .Reader ;_fcc tiffType ;_bff error ;};func (_ede *Decoder )decodeRowType2 ()error {if _ede ._ffd {_ede ._adb .Align ();};if _aed :=_ede .decode1D ();_aed !=nil {return _aed ;};return nil ;};const (_ tiffType =iota ; +_cef ;_ccc ;_bdc ;);func _ffagc (_dfaf ,_bec []byte ,_faea ,_cda ,_cdb int )([]byte ,int ,int ){_cage :=_ccf (_dfaf ,_cdb );_afb :=_cda >=0&&_dfaf [_cda ]==_bgdc ||_cda ==-1;_bec ,_faea =_dad (_bec ,_faea ,_bf );var _ddbc int ;if _cda > -1{_ddbc =_cdb -_cda ; +}else {_ddbc =_cdb -_cda -1;};_bec ,_faea =_bcf (_bec ,_faea ,_ddbc ,_afb );_afb =!_afb ;_fdbd :=_cage -_cdb ;_bec ,_faea =_bcf (_bec ,_faea ,_fdbd ,_afb );_cda =_cage ;return _bec ,_faea ,_cda ;};var _af =[...][]uint16 {{0x2,0x3},{0x2,0x3},{0x2,0x3},{0x3},{0x4,0x5},{0x4,0x5,0x7},{0x4,0x7},{0x18},{0x17,0x18,0x37,0x8,0xf},{0x17,0x18,0x28,0x37,0x67,0x68,0x6c,0x8,0xc,0xd},{0x12,0x13,0x14,0x15,0x16,0x17,0x1c,0x1d,0x1e,0x1f,0x24,0x27,0x28,0x2b,0x2c,0x33,0x34,0x35,0x37,0x38,0x52,0x53,0x54,0x55,0x56,0x57,0x58,0x59,0x5a,0x5b,0x64,0x65,0x66,0x67,0x68,0x69,0x6a,0x6b,0x6c,0x6d,0xc8,0xc9,0xca,0xcb,0xcc,0xcd,0xd2,0xd3,0xd4,0xd5,0xd6,0xd7,0xda,0xdb},{0x4a,0x4b,0x4c,0x4d,0x52,0x53,0x54,0x55,0x5a,0x5b,0x64,0x65,0x6c,0x6d,0x72,0x73,0x74,0x75,0x76,0x77}}; +func (_fag *Decoder )fetch ()error {if _fag ._da ==-1{return nil ;};if _fag ._gca < _fag ._da {return nil ;};_fag ._da =0;_abg :=_fag .decodeRow ();if _abg !=nil {if !_g .Is (_abg ,_ga .EOF ){return _abg ;};if _fag ._da !=0{return _abg ;};_fag ._da =-1; +};_fag ._gca =0;return nil ;};func _ccf (_dce []byte ,_dcd int )int {if _dcd >=len (_dce ){return _dcd ;};if _dcd < -1{_dcd =-1;};var _dcgd byte ;if _dcd > -1{_dcgd =_dce [_dcd ];}else {_dcgd =_bgdc ;};_dafcf :=_dcd +1;for _dafcf < len (_dce ){if _dce [_dafcf ]!=_dcgd {break ; +};_dafcf ++;};return _dafcf ;};func (_fcdd *Encoder )encodeG32D (_efed [][]byte )[]byte {var _cbdg []byte ;var _dcc int ;for _eea :=0;_eea < len (_efed );_eea +=_fcdd .K {if _fcdd .Rows > 0&&!_fcdd .EndOfBlock &&_eea ==_fcdd .Rows {break ;};_ada ,_fdb :=_faef (_efed [_eea ],_dcc ,_aeb ); +_cbdg =_fcdd .appendEncodedRow (_cbdg ,_ada ,_dcc );if _fcdd .EncodedByteAlign {_fdb =0;};_dcc =_fdb ;for _fbd :=_eea +1;_fbd < (_eea +_fcdd .K )&&_fbd < len (_efed );_fbd ++{if _fcdd .Rows > 0&&!_fcdd .EndOfBlock &&_fbd ==_fcdd .Rows {break ;};_bbaf ,_caf :=_dad (nil ,_dcc ,_fge ); +var _afag ,_fdd ,_cge int ;_dbf :=-1;for _dbf < len (_efed [_fbd ]){_afag =_ccf (_efed [_fbd ],_dbf );_fdd =_acfc (_efed [_fbd ],_efed [_fbd -1],_dbf );_cge =_ccf (_efed [_fbd -1],_fdd );if _cge < _afag {_bbaf ,_caf =_fbg (_bbaf ,_caf );_dbf =_cge ;}else {if _c .Abs (float64 (_fdd -_afag ))> 3{_bbaf ,_caf ,_dbf =_ffagc (_efed [_fbd ],_bbaf ,_caf ,_dbf ,_afag ); +}else {_bbaf ,_caf =_fagb (_bbaf ,_caf ,_afag ,_fdd );_dbf =_afag ;};};};_cbdg =_fcdd .appendEncodedRow (_cbdg ,_bbaf ,_dcc );if _fcdd .EncodedByteAlign {_caf =0;};_dcc =_caf %8;};};if _fcdd .EndOfBlock {_gg ,_ :=_abf (_dcc );_cbdg =_fcdd .appendEncodedRow (_cbdg ,_gg ,_dcc ); +};return _cbdg ;};var (_bgdc byte =1;_fcf byte =0;);var (_fca map[int ]code ;_gd map[int ]code ;_bc map[int ]code ;_bee map[int ]code ;_ddg map[int ]code ;_dgg map[int ]byte ;_ag =code {Code :1<<4,BitsWritten :12};_aeb =code {Code :3<<3,BitsWritten :13}; +_fge =code {Code :2<<3,BitsWritten :13};_bbe =code {Code :1<<12,BitsWritten :4};_bf =code {Code :1<<13,BitsWritten :3};_ec =code {Code :1<<15,BitsWritten :1};_fe =code {Code :3<<13,BitsWritten :3};_agb =code {Code :3<<10,BitsWritten :6};_acc =code {Code :3<<9,BitsWritten :7}; +_dc =code {Code :2<<13,BitsWritten :3};_gce =code {Code :2<<10,BitsWritten :6};_efc =code {Code :2<<9,BitsWritten :7};);func _fagb (_dcgb []byte ,_bce ,_ggcb ,_fbdg int )([]byte ,int ){_bgcd :=_cefd (_ggcb ,_fbdg );_dcgb ,_bce =_dad (_dcgb ,_bce ,_bgcd ); +return _dcgb ,_bce ;};func (_fcg tiffType )String ()string {switch _fcg {case _cef :return "\u0074\u0069\u0066\u0066\u0054\u0079\u0070\u0065\u004d\u006f\u0064i\u0066\u0069\u0065\u0064\u0048\u0075\u0066\u0066\u006d\u0061n\u0052\u006c\u0065";case _ccc :return "\u0074\u0069\u0066\u0066\u0054\u0079\u0070\u0065\u0054\u0034"; +case _bdc :return "\u0074\u0069\u0066\u0066\u0054\u0079\u0070\u0065\u0054\u0036";default:return "\u0075n\u0064\u0065\u0066\u0069\u006e\u0065d";};};func (_acb *Decoder )decodeRowType4 ()error {if !_acb ._fed {return _acb .decoderRowType41D ();};if _acb ._ffd {_acb ._adb .Align (); +};_acb ._adb .Mark ();_fga ,_adbe :=_acb .tryFetchEOL ();if _adbe !=nil {return _adbe ;};if !_fga &&_acb ._ecb {_acb ._db ++;if _acb ._db > _acb ._eg {return _cbc ;};_acb ._adb .Reset ();};if !_fga {_acb ._adb .Reset ();};_adbec ,_adbe :=_acb ._adb .ReadBool (); +if _adbe !=nil {return _adbe ;};if _adbec {if _fga &&_acb ._eee {if _adbe =_acb .tryFetchRTC2D ();_adbe !=nil {return _adbe ;};};_adbe =_acb .decode1D ();}else {_adbe =_acb .decode2D ();};if _adbe !=nil {return _adbe ;};return nil ;};func (_dca *Decoder )decodeRow ()(_efd error ){if !_dca ._eee &&_dca ._cefg > 0&&_dca ._cefg ==_dca ._fb {return _ga .EOF ; +};switch _dca ._fcc {case _cef :_efd =_dca .decodeRowType2 ();case _ccc :_efd =_dca .decodeRowType4 ();case _bdc :_efd =_dca .decodeRowType6 ();};if _efd !=nil {return _efd ;};_ddf :=0;_cbe :=true ;_dca ._cfc =0;for _gcfa :=0;_gcfa < _dca ._fcd ;_gcfa ++{_fbc :=_dca ._dga ; +if _gcfa !=_dca ._fcd {_fbc =_dca ._ed [_gcfa ];};if _fbc > _dca ._dga {_fbc =_dca ._dga ;};_ea :=_ddf /8;for _ddf %8!=0&&_fbc -_ddf > 0{var _baa byte ;if !_cbe {_baa =1< 7{_dca ._aeg [_ea ]=_cba ;_ddf +=8;_ea ++;};};for _fbc -_ddf > 0{if _ddf %8==0{_dca ._aeg [_ea ]=0;};var _ced byte ;if !_cbe {_ced =1< 0{return _ad ;};break ;};if _bag {return _ga .EOF ;};_abgc ._adb .Reset ();};if _ffb =_abgc .decode1D ();_ffb !=nil {return _ffb ;};return nil ;};func _abf (_ade int )([]byte ,int ){var _bae []byte ;for _gcdg :=0; +_gcdg < 6;_gcdg ++{_bae ,_ade =_dad (_bae ,_ade ,_aeb );};return _bae ,_ade %8;};func (_bgd *Decoder )decodeG32D ()error {_bgd ._fa =_bgd ._fcd ;_bgd ._ed ,_bgd ._cf =_bgd ._cf ,_bgd ._ed ;_bdb :=true ;var (_aab bool ;_fd int ;_gde error ;);_bgd ._fcd =0; +_gbb :for _fd < _bgd ._dga {_bcd :=_ce ._fgbc ;for {_aab ,_gde =_bgd ._adb .ReadBool ();if _gde !=nil {return _gde ;};_bcd =_bcd .walk (_aab );if _bcd ==nil {continue _gbb ;};if !_bcd ._bbf {continue ;};switch _bcd ._fde {case _gc :var _ccg int ;if _bdb {_ccg ,_gde =_bgd .decodeRun (_ca ); +}else {_ccg ,_gde =_bgd .decodeRun (_fg );};if _gde !=nil {return _gde ;};_fd +=_ccg ;_bgd ._ed [_bgd ._fcd ]=_fd ;_bgd ._fcd ++;if _bdb {_ccg ,_gde =_bgd .decodeRun (_fg );}else {_ccg ,_gde =_bgd .decodeRun (_ca );};if _gde !=nil {return _gde ;};_fd +=_ccg ; +_bgd ._ed [_bgd ._fcd ]=_fd ;_bgd ._fcd ++;case _cc :_bdcg :=_bgd .getNextChangingElement (_fd ,_bdb )+1;if _bdcg >=_bgd ._fa {_fd =_bgd ._dga ;}else {_fd =_bgd ._cf [_bdcg ];};default:_dfa :=_bgd .getNextChangingElement (_fd ,_bdb );if _dfa >=_bgd ._fa ||_dfa ==-1{_fd =_bgd ._dga +_bcd ._fde ; +}else {_fd =_bgd ._cf [_dfa ]+_bcd ._fde ;};_bgd ._ed [_bgd ._fcd ]=_fd ;_bgd ._fcd ++;_bdb =!_bdb ;};continue _gbb ;};};return nil ;};func (_eb *Decoder )decode1D ()error {var (_edf int ;_fgb error ;);_gda :=true ;_eb ._fcd =0;for {var _ecg int ;if _gda {_ecg ,_fgb =_eb .decodeRun (_ca ); +}else {_ecg ,_fgb =_eb .decodeRun (_fg );};if _fgb !=nil {return _fgb ;};_edf +=_ecg ;_eb ._ed [_eb ._fcd ]=_edf ;_eb ._fcd ++;_gda =!_gda ;if _edf >=_eb ._dga {break ;};};return nil ;};func (_fcgb *treeNode )set (_gfg bool ,_bcab *treeNode ){if !_gfg {_fcgb ._dfg =_bcab ; +}else {_fcgb ._efa =_bcab ;};};func (_ffc *Encoder )Encode (pixels [][]byte )[]byte {if _ffc .BlackIs1 {_bgdc =0;_fcf =1;}else {_bgdc =1;_fcf =0;};if _ffc .K ==0{return _ffc .encodeG31D (pixels );};if _ffc .K > 0{return _ffc .encodeG32D (pixels );};if _ffc .K < 0{return _ffc .encodeG4 (pixels ); +};return nil ;};type Encoder struct{K int ;EndOfLine bool ;EncodedByteAlign bool ;Columns int ;Rows int ;EndOfBlock bool ;BlackIs1 bool ;DamagedRowsBeforeError int ;};func (_bdf *Decoder )Read (in []byte )(int ,error ){if _bdf ._bff !=nil {return 0,_bdf ._bff ; +};_ddb :=len (in );var (_bcac int ;_fce int ;);for _ddb !=0{if _bdf ._gca >=_bdf ._da {if _aa :=_bdf .fetch ();_aa !=nil {_bdf ._bff =_aa ;return 0,_aa ;};};if _bdf ._da ==-1{return _bcac ,_ga .EOF ;};switch {case _ddb <=_bdf ._da -_bdf ._gca :_df :=_bdf ._aeg [_bdf ._gca :_bdf ._gca +_ddb ]; +for _ ,_cad :=range _df {if !_bdf ._bca {_cad =^_cad ;};in [_fce ]=_cad ;_fce ++;};_bcac +=len (_df );_bdf ._gca +=len (_df );return _bcac ,nil ;default:_bfc :=_bdf ._aeg [_bdf ._gca :];for _ ,_dfb :=range _bfc {if !_bdf ._bca {_dfb =^_dfb ;};in [_fce ]=_dfb ; +_fce ++;};_bcac +=len (_bfc );_bdf ._gca +=len (_bfc );_ddb -=len (_bfc );};};return _bcac ,nil ;};func (_ded *Encoder )encodeG31D (_edd [][]byte )[]byte {var _afa []byte ;_abc :=0;for _aaa :=range _edd {if _ded .Rows > 0&&!_ded .EndOfBlock &&_aaa ==_ded .Rows {break ; +};_eff ,_gdf :=_faef (_edd [_aaa ],_abc ,_ag );_afa =_ded .appendEncodedRow (_afa ,_eff ,_abc );if _ded .EncodedByteAlign {_gdf =0;};_abc =_gdf ;};if _ded .EndOfBlock {_bef ,_ :=_cedb (_abc );_afa =_ded .appendEncodedRow (_afa ,_bef ,_abc );};return _afa ; +}; \ No newline at end of file diff --git a/internal/cmap/bcmaps/bcmaps.go b/internal/cmap/bcmaps/bcmaps.go index 5fe931d56..2d6485c4c 100644 --- a/internal/cmap/bcmaps/bcmaps.go +++ b/internal/cmap/bcmaps/bcmaps.go @@ -9,383 +9,380 @@ // Use of this source code is governed by the UniDoc End User License Agreement // terms that can be accessed at https://unidoc.io/eula/ -package bcmaps ;import (_d "bytes";_ec "compress/gzip";_cf "fmt";_dc "io";_ed "os";_a "strings";_c "time";);var _abaca =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x84\x9b\xdb\xab\x65\xb9\x75\xee\xdf\xf7\x5f\xb1\x1e\x7d\x1e\xce\xe9\x29\x69\x5c\x24\x28\x36\x1c\x6c\x43\x3a\xe0\x38\xc4\x71\x12\x08\x79\x98\xb7\xd5\x14\xa4\xab\x8a\xea\x6a\x88\xff\xfb\x30\x7e\xdf\xb2\x83\x4d\xa0\x1f\xcc\xe7\xfe\x4a\xd2\x1a\x1a\x1a\x57\x69\xee\xef\x7e\xfd\xfd\x6f\xbe\xff\xf4\xf1\xdb\xe3\xbb\x7f\xfc\xfa\xf9\xfc\xc3\xfd\xed\xf1\xfc\xf8\xe9\xfa\x7a\xff\xf4\xf9\xe7\xaf\xe7\xfd\x38\xee\x1f\x3e\x7e\x7a\x7b\x6b\xfd\x71\x7d\x3c\xbf\xfd\xf9\x3f\x81\xf3\xc7\xfd\xcb\xdb\x5b\xcd\xff\xc3\x9f\x7e\xfa\x76\xff\xf8\xfd\xa7\xe7\xe7\xc7\xd0\xb8\xeb\xe7\x2f\xaf\xb1\x8f\xc7\x77\xff\x74\xff\xf0\xf1\xa7\x6f\x5f\xff\xf4\xf8\xd5\xff\xbf\x3e\x1f\xf7\xff\x79\x5c\xf7\xb3\xf8\xdf\x7f\xbd\xee\xaf\x1f\x3f\xfd\xf0\xf8\xd5\xdf\xef\x5f\xf6\x4f\xed\x2f\xff\xf0\x87\x9f\xbf\x7c\xf9\xcf\xfb\xc7\xfb\xd3\xb7\x47\x87\xbb\x3f\x5d\xe0\xdb\x77\xbf\xfe\xdd\xfe\xe5\x1f\xf6\x1f\xef\xc7\x77\xbf\xfd\xaf\x6f\xff\xf7\xef\x60\x21\xff\xe5\xfe\xfa\xd3\xc7\xcf\x9f\x1e\xad\xfd\xbf\x6d\x8b\xff\xe1\xff\xf9\x4f\x5f\xee\x47\x7b\xcd\xfe\xe3\xf7\xbf\xf9\xfd\xf3\xf9\xd3\xfd\xed\x31\xe6\xa6\x31\xff\xf6\xc7\xef\x7f\xf3\xf8\xf7\xf6\x68\xdb\xa3\xfb\x18\xed\x3f\x5e\x43\xff\xf5\x77\x9f\xaf\xfb\xa1\x41\x6f\x4d\x9b\x39\x3f\x5f\xf7\x4f\x5f\xf6\xf3\xfe\xba\x7f\xfa\xe1\x7e\x7b\x3c\x3e\xf4\xd6\xdb\xfb\xe3\x43\xfe\x36\x7f\xfb\x5e\x52\xfe\xcd\x88\xb7\xb6\x6d\xaf\xa9\x1f\x2f\x51\x7f\x9e\xd2\x5b\xcc\xf7\xc7\x23\xc6\x28\x2a\x96\xa8\xf5\xfe\x48\xcb\x09\xb5\x43\xe5\xfd\xfe\x78\xe4\x16\x6f\x1f\x7a\xd7\xc4\xde\xa1\x7a\xbe\x7d\xe8\x63\x6c\x45\x8d\xb1\x8a\x9a\x5b\x51\xc6\xa8\xe1\x7b\x51\x0b\x2a\x44\x65\x51\xb3\xd5\x5a\xa6\xb5\x2c\x47\x51\xd6\xdf\x3e\x74\x17\xe5\x19\xef\x8f\xc7\xea\xfe\xf6\xa1\x87\xa8\x18\xf3\xfd\xd1\xb6\xd6\x8a\xd2\xf2\xe1\x50\xa3\x46\xa5\x46\x65\xfd\x4b\xdb\x7c\x15\xe5\xa2\x12\x6a\xd5\xf2\x4b\xa3\x96\x3f\xdf\x1f\x8f\x3e\xa0\x02\xe9\x81\xc7\x40\xd4\x25\x51\x17\xdb\xee\xab\x44\xdd\x35\x71\x67\xe2\x60\xdb\xbb\x26\xee\x8c\x1a\xab\xe4\x3a\x34\xea\xa8\x5f\x7c\x58\xaf\xe5\x8f\xec\xa2\x3a\x6b\x39\xd4\x10\x55\x13\x7d\x2b\xdd\x9f\xdd\x8a\x3a\xe3\x89\xee\x4b\xfa\x4b\x6b\x5d\xe3\x7e\x7f\xa4\x7b\x4d\xbc\x8c\x5f\xbc\x3c\x8a\x9a\x50\x25\xd0\x0b\xe6\xe8\xb5\xd6\x25\xb9\x2e\xd6\x8a\xad\xce\xf1\x4a\x51\x05\x8f\x8c\x0e\xa5\xe5\x11\x35\xa3\x41\x75\x51\x1d\x0a\x21\x24\xea\x95\x65\x13\xd1\x0d\x6a\x17\xc5\xd1\x86\x96\x3f\x44\x9d\x35\x6a\xb4\xb7\x0f\x63\x43\x7a\x41\x6b\x75\x8e\x63\xeb\x5d\x54\x67\xd4\x80\x1a\x50\xa3\x33\x2a\x8b\x1a\x2f\x6a\xbc\x3f\x72\x8c\x0d\xca\x44\xed\x35\xca\x0c\xea\x10\x75\xb0\x96\xa8\x13\x2a\xae\x1a\xe5\xbd\xa8\xb8\x45\xdd\x8c\x42\x88\xd2\xca\x87\xb1\xd5\x1e\x5b\xdf\x10\x22\xf5\x8b\x05\x19\x23\xa0\xf4\x8b\xb5\xaf\xd6\x4b\x85\x63\x4b\x2d\xff\xda\x23\xa2\xe6\x25\xea\xae\x51\xad\x28\xb9\xd5\x68\x7d\x41\x2d\xa8\x5d\xd4\xce\xc4\x09\x85\xf4\xad\xf6\xd5\x7a\x67\xd4\x70\x51\xce\x28\x51\x21\xaa\x8c\xbc\xdb\x06\xb5\x44\x71\x1c\x2f\x4a\xcb\x0f\x44\x45\x39\x4d\x9a\x68\xe3\x62\x54\x83\x42\x13\x0d\xef\xe8\x86\x10\xd6\x45\x71\x1c\x36\xa0\xd0\x04\x5e\xdf\xba\x43\x85\x44\x0d\x14\xad\xe5\x43\xcb\x6b\xdb\xab\x28\x05\x85\xd1\x7b\xbe\x3f\xda\x68\x03\x6a\x8a\x9a\x4c\x74\xa8\x25\xaa\xa4\x1f\x65\x5f\xa3\x4b\x39\x5d\xca\xb1\x80\xe2\x17\x7b\x59\x74\xc3\xa2\x47\xc7\xa2\x05\x19\x96\x50\xfa\xc5\x32\xcc\x36\x12\x2a\xb5\x56\x6a\xad\x09\xa5\xb5\xea\xd0\x9a\x71\xda\x5d\x87\x06\x64\x18\x42\xe4\x2d\xea\x66\x54\x09\x31\xb4\x21\xa0\xd9\x96\x50\x5d\x14\xfa\xf2\x0d\x0a\x7d\x11\xec\x9a\x6d\xb5\xd6\x90\x56\x81\xb0\xc5\x44\x7b\x8d\xaa\x73\x34\x8e\x63\xd8\x12\xb5\xde\x1f\xbe\xb1\xc7\x61\x48\x3f\xc2\x18\x55\xd2\x8f\x70\x51\xd8\x84\x33\x31\x42\x54\x9d\x90\x25\xa2\xea\x84\x86\x4e\x08\xbb\x1f\x3a\xa1\x81\x91\xdb\x84\x92\x91\x0f\x19\x39\x47\x3b\x64\xe4\x23\xbd\x46\x2d\x36\x94\x5a\xbe\xc0\x17\x46\x3e\x32\x45\x2d\x46\x69\xa2\x44\x95\xa2\xdd\xa0\x24\x84\x54\xc8\xb6\x15\xdc\x87\xa1\x1c\xdf\x4a\x7a\x93\x72\x4c\x26\x57\x21\x6d\x98\x94\x03\xb8\x84\x30\x33\x51\x75\x68\x8e\x3f\x9a\x5d\xa2\x38\x34\x17\xc5\xa1\x99\xb3\x3c\x96\x63\xae\xe5\x0b\x22\xe6\x84\xd2\xf2\x68\xd5\x51\xa1\x49\xab\xf6\xd2\x2a\xa2\x4a\xab\x86\xf4\x9e\x25\x84\xf2\xd0\xf0\x32\xcc\xe6\x15\xb6\x87\xcb\x30\x81\x0c\x9f\x50\x28\xda\x47\xd9\x6a\x60\x39\x4e\x8c\x16\x64\xf8\x22\x21\xff\x39\xef\xfe\x6f\xa9\x78\xb8\xe9\xa7\xf8\xf5\x20\x08\x2a\xe5\x09\x5a\xcc\x05\xd5\x45\xa1\xbb\xd8\xa0\x86\xa8\x3a\x9a\xa8\x04\x34\x42\xfe\x14\xf2\xa7\x10\x85\xd8\x61\xce\x28\xd6\xb2\x10\x15\x64\x1b\x83\x4a\x51\x25\x44\x4a\x08\x7b\x8a\x22\x8f\x54\xd2\x18\xe1\x6c\x2e\xca\xbe\x5a\x72\x34\x11\x97\x28\x8e\x26\x06\x14\x47\x13\x65\x6b\x2d\x83\x51\xb2\x35\x20\x23\xf8\xc5\x74\x51\xa5\xe1\x4c\x26\xca\x8a\x80\x8c\x70\xa8\x53\x14\xbf\x38\xd9\xb6\x3c\x38\xe4\xc1\xaf\xe5\x5f\xbf\x88\xf4\x18\xbc\xea\x81\x91\x1d\x21\xe6\x80\x32\x51\x12\x22\xa1\x10\x22\x2b\xd4\xb6\x9c\x50\x23\x45\x25\xa3\x26\x14\xb1\x2c\xcb\x30\xdb\xe4\x98\xd3\x34\xd1\xb0\x22\x62\x59\x4a\xab\x59\x46\xda\x66\xdf\xa0\x6e\x51\x24\xa0\x14\x85\x56\xa9\x4d\xda\x24\xf6\xa7\xec\x16\xc8\xc8\x06\x35\x44\xf1\x8b\xe4\xca\x74\xfd\xa2\xf3\x8b\xc9\x1e\x5d\xbf\x58\x55\x56\x9b\x1c\x47\xfa\x21\xaa\x54\xd8\xa6\xd6\x42\x85\x19\xa5\x09\xaa\xac\x91\x21\x4d\x04\x9a\x40\xf7\x29\xb7\xc8\x2a\x11\xda\xc4\x53\x28\x9c\x5e\x90\x81\x99\x64\x4a\xd4\xac\x58\x36\x43\xd4\x12\x45\x4e\x4a\x87\xda\x45\xa1\x09\x89\xaa\x13\x02\x32\x08\x5c\x53\x27\x34\x07\x72\x11\xc2\xa7\x32\x3d\x90\xf1\xa2\x90\x6b\x1a\x72\x11\x59\xa6\x1c\x06\xc8\xa8\x42\x75\x4c\x45\x96\x89\x01\xac\x56\x8a\x56\xa9\x37\x16\x1e\xbc\xd0\xea\x92\x2b\x2c\x79\x70\x55\x59\x63\xc9\x83\x17\x06\xb0\xb0\x9c\x25\x03\x58\x32\x00\x4c\x6e\xc9\x00\x16\xb1\x6c\x91\xf2\x96\x7e\x71\x29\x96\xa1\xe8\xa5\x58\xb6\x4a\xf7\x7d\xdb\x4a\x13\x4b\xba\x07\x7c\x12\x76\x97\x63\xbe\xab\x7c\xa8\x6f\x14\x4b\x2b\x5e\x14\x16\x2d\x21\xe4\x43\xab\x7c\xa8\x6f\xa4\x83\x25\x1f\x5a\xf2\x21\x2c\x7a\xc9\x87\x56\x1d\x47\xdf\x08\xa8\x4b\xc7\xb1\x74\x1c\x13\x51\x75\x1c\x94\xb3\x7d\x23\x74\xa8\x9c\x1d\x7b\x99\x5c\xdf\xf0\xb4\x5d\x26\x07\x64\x4c\x51\xfc\xe2\x5e\xe1\xb1\xb7\x2a\xd9\xc7\x1e\x29\x4a\xca\x11\x85\x72\x76\x44\x6d\x58\xe1\x2e\x51\xf7\x97\xa8\x09\xe5\xa2\x4a\x88\x46\xde\x55\xb5\x3c\x8e\xce\xf2\x2e\x2a\x45\x69\xf9\x09\x35\x45\xad\x1a\x85\xbb\x1f\x8a\x72\x87\xa2\xdc\xd4\xc4\x43\xd4\xc1\x28\x51\xa7\x28\x2a\x36\x52\xcb\xd1\x51\xf4\x51\xc7\xd9\x1b\x36\x71\xa8\xa4\x3a\x54\x52\x2d\x51\x5a\x5e\xa2\xa2\xc2\x53\xa2\x9e\x65\x13\x5d\x95\xd1\x29\x9b\x00\x32\xaa\xbb\x18\xa7\xd6\x3a\x8d\x51\x98\xef\x69\x1a\x65\x1a\xc5\x44\x7b\x8d\x5a\x55\x22\x50\x0f\x9c\x4a\xfe\x67\xf9\x73\x57\x49\x75\x7a\x8a\x42\x13\x2f\x4a\x6b\x95\x31\xf5\x41\x55\x7a\xca\x98\x4e\xc7\xad\x48\x53\x27\x1d\xc1\x38\x91\x7e\xb4\xa2\xd4\x4a\x8c\xab\xf4\xd5\x07\xf5\xd3\x25\x7d\x5d\x72\x85\x25\x0a\x7d\x5d\xe5\x70\x7d\x90\xdf\x2e\x95\xa0\x40\xc6\x12\x85\x5c\x57\x95\x1b\x5d\x45\xdc\xa5\x72\xe3\x92\xf9\x2e\x51\x98\x2f\xdd\x45\xb7\xea\x1b\x86\xba\x8b\x41\x47\x91\x49\x3d\x70\xc9\x4c\x2e\x44\x35\x6a\xfd\x5b\xa2\xde\x15\xa3\xbb\x94\x73\x2b\x46\x03\x99\x14\x71\x77\x47\xae\xbb\xfa\x86\x6e\x24\xff\x5b\x7d\x03\x90\xb9\x19\x94\x89\x62\xf9\xd8\x7e\x39\x15\xdf\xe3\xa9\x19\x4f\x16\x29\xdd\xdd\xca\xe7\xb7\x23\x10\xb1\xec\x56\x24\x06\x92\xae\x78\xdc\x8a\xc4\xb7\xf3\x53\x9c\xd6\xad\x73\x00\x32\x29\x21\x6f\xd5\xb1\x77\x45\xe2\xee\x92\x51\x91\x18\xc8\xe4\x4c\x6f\x45\xe2\x1b\xad\x38\x55\xe5\x53\x5a\x79\xe2\x03\x4e\x23\xf3\x94\x0f\x00\x99\xaf\x51\x9c\xe9\xb3\xcc\xa4\x3b\x25\xf7\xd3\x97\xa8\xb2\xee\x24\x2e\x3e\x5d\x13\x4b\xae\xee\xd8\xed\x53\x72\x01\x99\xd5\x61\x8f\xa7\xea\xeb\x67\xb0\x16\x67\xfa\x0c\xad\x15\x5a\x4b\x13\xb5\x16\xa2\xd2\x6a\x9a\x1a\x3f\x41\x8f\xca\x6f\xa6\xc6\x4f\x90\x59\xdd\x81\xa9\xf1\xb3\xcd\x18\x55\x41\xd0\x36\xd3\x28\xd3\x28\x83\xd2\xa8\x52\x48\xa7\xb6\xb0\x8d\x52\x4d\x90\x59\xd6\x6d\x1b\x21\xc9\xb6\xca\x5c\x1d\xf3\xb3\x2d\x25\x44\x6a\xad\x80\xd2\x5a\x84\x4a\xf6\x68\x1b\xa1\xd2\x36\xea\xd8\x6c\x48\x4f\x05\x62\xb4\x74\x3d\xab\x7f\x33\xb5\x74\xd6\x88\x52\x59\xb5\xba\x35\xa2\x94\x20\xb3\x32\xbd\x35\xa2\x94\x20\xa8\x79\x8c\x26\xf0\x83\xd1\xbf\xf5\x64\x8f\xea\xdf\x04\x99\x5d\xd4\x0e\x65\xe5\x4f\x59\x81\xde\x5a\x55\xbe\x2f\xc8\xec\x1d\xea\x12\x85\x5c\x55\xba\x58\xa3\x90\x10\xe4\x4b\x2e\xca\x33\x6b\x58\x61\x26\x72\xb9\x46\xc9\x0a\xcb\x11\xad\x85\x46\x71\xb4\x39\x11\x35\x24\x97\x8e\xb6\xba\x75\xd3\xd5\x8f\x35\x69\x62\xd5\x28\x75\x79\xd6\xab\xbd\xec\xb3\xfa\x5d\xeb\xe3\x12\x75\x31\x91\x51\xb4\x9a\xd6\x8d\x51\x06\x25\xe9\x81\xa4\xb8\xb4\x6e\x1a\x45\xae\x9c\x55\x5c\x5a\x27\x57\x0a\x32\xfb\x84\xd2\xc4\x28\x3f\xa7\x44\xb0\x1e\x43\x14\x7e\x8e\x7d\x75\x7c\xc8\x7a\xc5\x9c\x3e\x2b\x5e\x5b\xa7\xcd\x17\x64\x56\x64\xb1\xce\x1d\x88\xf5\x8a\x39\x7d\x6a\x43\xe4\x24\xeb\x89\x31\x71\x42\x9d\x76\xc7\xe8\x18\xfb\xaa\x60\x63\xea\x18\x05\x99\x43\x94\xa4\x47\x39\x94\x1b\xa6\x8e\xd1\x06\x66\xb2\xb0\xaf\x21\x33\x19\x32\x93\x61\x50\x53\xd4\x64\xd4\x84\x5a\xa2\xb0\xc2\xf2\x6d\x1b\x38\xb2\x8d\x8e\x10\x5d\x6b\x5d\xa2\x6e\x46\x25\x14\x7b\x1c\x43\xa3\x98\xa8\xe3\x18\x3a\x8e\xb1\xa0\x10\x75\x94\x26\xfa\x32\x44\x95\x26\x80\xcc\x17\x25\xe9\x51\xce\x5a\xfc\xa2\x94\x03\x64\x9a\xa8\x10\x75\x30\x2a\xa0\x4e\x51\x1c\x5a\x15\x97\x36\xa4\x2f\x7a\xc1\xb1\xa1\x42\xf5\x82\x66\x25\xea\xa0\x32\x32\x93\xa8\x26\x51\x8d\x51\x12\xd5\x2a\x7d\x8e\x0d\x7d\x19\xe9\x53\x90\x69\xa2\x96\xa8\x55\xa3\x8c\xb5\x48\x9f\x82\xcc\x17\x75\x88\xe2\x17\x2b\xe5\x99\x9a\x48\x41\x26\x86\xa9\x26\x52\x30\xb6\xea\xe9\xcd\xe4\x56\x26\xb7\xd2\x44\xb9\x95\x55\xe0\x1c\x5b\x75\xd8\x66\xae\xe5\x0b\xcc\xb1\x09\x93\xf9\x9a\xb6\x5d\xa5\xb1\xa9\x89\x14\x8c\x8d\xc8\xe4\x8a\x85\xae\x58\x88\xbb\xbb\x62\xa1\x97\xe5\x8c\x56\x89\xd1\x5c\x96\xe3\xb2\x1c\xd3\xc4\x29\xea\x62\x54\x40\xdd\xa2\xb0\x09\xa4\x77\xd9\x84\x57\x0e\x1f\x8d\x50\xeb\xe4\x70\x41\xa6\xb3\xfc\xd0\xf2\xa5\xef\xd1\xba\xa8\xd7\x44\xb6\xcd\x1e\xd5\xc9\x9a\x73\x1c\x0d\x1f\x72\x1d\x87\xeb\x38\x9c\xe5\x75\x1c\x5e\xba\x1f\x0d\x93\x73\xe9\x1e\xc8\x74\x34\xa1\x90\xe6\xa5\xc9\xd1\xac\xff\x62\x2a\x36\x77\xe9\x8e\xa6\x28\xab\xb4\x35\x77\x29\xca\x51\x94\xb4\xe2\xda\x49\x81\xcf\xd7\x28\xc9\x58\x01\x62\x34\xfd\xba\x02\x84\x2b\xc9\x56\xcb\x6f\x4e\x92\x35\x0f\xd4\x19\xa2\xa4\xce\x02\xef\x1b\xfb\x55\x18\xf1\xca\x23\xa3\x11\x7f\x5c\x79\x04\x70\x93\x56\x52\xcb\x27\x8a\x9a\xe8\x2e\x25\x44\x4a\x51\x1c\xb3\xb2\x0d\x6d\xfe\x68\x55\x13\x9b\xda\x7c\x8b\x81\x10\x55\x1c\x5a\xc8\x07\x80\xcc\xaa\x89\x2d\x74\x34\xdc\x79\x8f\x4e\xa0\x0f\xe5\xca\x50\xae\xac\x8a\xde\x42\xb9\x32\x4a\x47\xa3\x13\x63\x83\xf2\xdd\x42\x75\x4a\x34\xa8\x10\x55\xa7\xd5\xf1\x81\x90\x29\x87\xc2\x2e\x49\x36\x14\x76\xa3\x12\xc5\xa0\xda\xb5\x08\x89\x5a\x90\x59\x0d\x83\x45\x48\x88\xd2\xe4\xe8\xec\x31\x94\x9d\x83\xee\x40\x59\x30\xe8\x0e\x2c\x2a\xb5\x8c\x8e\x5b\x84\x52\x0b\x90\xdc\x20\x5b\x84\x84\x48\xd6\xe2\x38\x42\xc1\x06\x88\x29\xe5\x28\x38\xd3\xe6\x8f\x5e\xfd\x9b\xa9\xcd\xb7\x2c\xef\x18\x1d\xad\xa6\x02\x2a\x90\x5c\x63\x5b\x52\x2c\x19\x7d\xfc\xe0\x42\xdf\x52\xa9\x38\x95\x8a\xc9\x95\xa9\x54\x4c\x57\x3d\x46\x15\x38\x96\xb2\x2f\x20\xb3\x1a\x06\x4b\xd9\x57\x06\xa3\x88\x78\xa9\x0a\x24\xb5\xed\x14\xf5\x1a\x55\xf5\x80\x13\xaf\x53\x49\x36\x95\x64\xab\xe9\xb6\x94\x26\xb2\x0a\xe8\x31\x38\xc7\xa4\x17\x14\x64\x56\xd3\x6d\x29\xc3\xa4\x77\x1e\x03\x15\xaa\x77\xb6\x59\xa1\x63\x8c\xea\x3e\x6d\x72\xbb\x21\xc8\xac\x3e\xdc\x26\x95\xb3\x4d\x62\xc6\x98\xa2\x6e\x51\xd8\x57\xf5\xe1\x36\x15\x33\x80\x31\x16\xa3\x78\xd1\x11\x64\x62\xf7\x73\xe8\x17\xb1\xaf\xb1\xa0\x64\x5f\x40\x66\xf5\xe1\x36\x5d\xbf\x58\x66\x32\x8c\xb8\x38\x65\x26\x40\x26\x87\x36\x95\xc3\x67\xf9\xcd\x30\x62\xec\x54\xb6\x99\xca\x36\xd5\x74\xdb\x94\x01\xd0\xd3\x0f\xc3\x98\xd4\xd3\x0b\x86\xb1\xc7\xa5\x80\xba\x3a\xf5\x00\x9a\x58\xd2\xc4\xea\x4c\x44\xae\xa5\x3d\x02\xc9\x6d\x90\x2d\xed\x11\xf0\x86\x5c\x4b\x7b\x04\x86\x91\x05\xd7\xd0\xf2\x03\xe9\xa9\x2d\x16\x9d\x86\xad\x81\xf4\x4b\x6b\xb9\x28\x49\x8f\x5c\x0a\xbb\xab\x9c\x77\x18\x26\xb7\x14\x50\x81\x54\xe1\xc5\x8d\x42\x41\x9d\x90\x57\x93\x60\x4b\x39\x09\x48\xae\xa4\x6c\x29\x27\x2d\xa2\xa7\x13\xaf\x97\xc2\x23\x90\x39\xd9\xa3\x4b\x54\xf4\xe5\x94\x7a\x6a\xf3\x6d\xaf\x38\x31\x1c\x57\xd8\x15\x27\x80\xcc\x29\xca\x44\x95\x15\xc6\xc6\x44\xe5\xca\x5d\xb9\xb2\x7a\x67\xdb\x25\xd7\x5e\xad\xc4\x08\xea\xf3\x9d\x56\x42\x90\x89\xbe\x76\x45\x93\xbd\x02\xdf\xe0\x32\xd3\x76\x05\x3e\x20\xb3\x1a\x0e\xdb\x53\x13\x11\x95\xab\x54\xd3\x65\x80\x60\xa8\xd6\x3f\x74\xb4\x87\x72\xe5\x12\x35\x44\xb1\x3c\x61\xe8\x90\xbb\x1f\x72\xf7\x6a\xbd\x4c\xf7\x03\x76\x90\x93\xb8\x2a\xb3\x43\x39\xe9\x50\x4e\xc2\xc8\x0f\xe5\xa4\x83\xc8\x44\x1b\x67\x87\xfc\x11\x48\xd9\xd7\xa1\xc8\x74\x54\x26\x18\x2a\xbc\x0e\xd5\x4f\x87\xea\x27\x8e\xf6\x50\xfd\x74\xb0\x6d\x55\x33\x87\xb6\x0d\x58\x7b\x51\x5a\x9e\x6d\x2b\xc9\xea\x62\xc1\x4e\x74\xaf\xd4\x74\x4a\xf7\xe7\x4b\xf7\xa2\xd0\x3d\x17\x00\x63\x6e\x4c\xa4\xb3\x13\x64\x56\x6b\x6e\xa7\x8e\x83\xcb\x80\x31\x39\x21\x5d\x06\x08\x32\xa9\x40\x4e\x95\xff\x27\x2e\x3a\xfb\x2f\x77\xc5\x76\xca\x83\x81\x9c\x24\xc6\x53\x1e\x7c\xb2\xdf\x49\x4e\x3a\xb5\x5f\x20\xcc\x45\x49\x20\x1a\xac\x49\x65\x73\xaa\xc1\x02\xc6\xc4\xf5\x4f\x95\x90\x40\xbe\x36\xa7\x12\x12\x18\x93\x4c\x7f\xaa\xe4\x06\x72\x52\x55\xea\x5a\xc3\x2e\xdc\x95\x2b\x4b\xbb\xe4\xae\x40\x4e\x4c\xf9\x92\xbb\x5e\xe5\x43\x63\xe2\x03\x97\x0a\x3a\x20\x27\xe5\xe8\x25\x7f\xba\x08\x6f\x73\x69\x94\x89\x32\x46\x05\x94\x8b\x2a\x93\x51\x77\x70\x49\xe9\x40\xf2\x22\x63\x97\x7c\xe0\xaa\xd8\x3f\xd6\xc6\x5a\x8a\xfd\x40\x4e\xfc\xfc\x92\xad\x71\xf9\x31\x16\xee\xaa\xcb\x0f\xbb\xb1\xdb\x45\x1d\x7b\xcb\x6e\x81\x9c\x74\xd8\xb7\xec\xf6\x4e\x84\xc0\xf5\x6f\x29\xfa\x4e\x8d\x5a\x50\xaf\x51\xf7\xfb\xc3\xb6\x51\x72\xe9\x16\x41\x90\x93\x16\xe5\x29\x17\x7b\x56\x10\xb4\x8d\x56\xe0\xa9\x20\x08\xe4\x24\x0b\x3e\xc7\x6b\x94\xd7\x28\x67\x2d\x85\x37\x20\x36\x36\xf4\x54\x55\xf9\xac\x24\x6b\x1b\xe5\xc6\x53\x49\x16\xc8\x49\x39\xfa\x54\x92\x7d\x96\xa2\x8d\x32\xd9\x75\x65\xe0\x9b\xb3\x7c\x05\x1b\xdf\xa8\x53\x04\x83\xa2\xd5\x37\x52\xb1\xd3\x9a\x1b\xaf\xc0\xae\xd6\xdc\x79\xef\x34\x2e\xea\x9c\x47\xcf\x17\x24\x3e\xe0\x7a\xfb\xf4\x66\xf1\xfe\xb0\x5e\x42\x78\xe3\xb5\x43\x90\xb3\x39\xd4\x14\xb5\xd7\xa8\xae\x51\x87\x28\xb4\xda\x02\xea\x14\x75\x32\x2a\xa1\xf4\x8b\xa6\x5f\x14\xa5\x5f\x44\x54\xde\x77\x5d\xbd\xb3\x77\x51\x95\x93\x5c\x1d\xa3\xd3\xc6\xd9\xa8\x28\xe5\xfa\x92\x42\x90\xb3\x31\x6a\x68\x54\xa9\xd0\xc6\x14\xb5\x8b\xc2\xad\xda\x82\x42\xd4\x61\xac\xb5\x18\xe5\x5a\x4b\x46\xde\x37\x28\xad\x55\xe5\x9d\xd9\x8b\xba\x45\xe1\x56\x95\x5a\x7c\x10\x33\x9c\x37\x46\xb3\x6a\xc3\x5c\x6f\x8c\x82\x9c\x1d\x51\xb9\xf4\x73\xba\x3c\x23\x87\xbb\xba\x3c\xe7\x2d\xcf\x48\xd8\xae\xb7\x3c\x41\x12\x27\xdc\x78\x39\x71\xab\x08\x62\x5e\xee\xee\x3c\xcf\xbd\x60\x6c\xc1\xa8\xd0\x28\x96\x77\x84\x50\x37\xe5\xce\x69\x7b\x15\x4b\xee\x3a\x6d\xd7\x69\x77\x46\xe9\xb4\xbd\x82\x95\x79\xe5\x37\xa7\x15\x78\x41\xce\x6a\x94\x5d\x1d\x81\x53\x8c\x1b\x69\xca\x55\x8c\x0b\x8c\x57\x4d\xd7\x9b\x9b\x20\x67\x0f\x28\xd6\x8a\xd4\x28\xa8\xd4\xa8\xd4\x28\xd6\xca\xd7\xa8\x5a\x9e\x77\x32\x57\xa1\xea\x29\xaa\x1a\x3f\x57\x11\xe7\x14\x71\xc6\xc3\x8c\xab\x88\x13\xe4\xec\x1a\x85\x26\x28\x83\x8c\xfb\x14\x57\x19\xe4\x7c\xc5\x52\x85\x46\x51\x44\x75\x41\xf2\xac\xe4\xfa\x8a\xc5\x57\x1d\x9a\x6f\x15\xb6\x7d\xe9\xd0\x80\x9c\x43\x14\x2a\x5c\x55\x5a\xfb\x56\xee\xee\x3c\x27\xbc\xa0\xe9\x68\xf5\xaa\xe0\xd4\x16\xbe\xa1\x68\xd5\x16\xbe\x97\xbb\xfb\xc6\x5a\x3b\xee\x2e\xc8\x39\x1a\x14\xb6\x4a\x6d\xe1\xbc\x50\xb8\x6a\x0b\x41\xce\xd1\xa1\x38\xb4\x5d\xcb\x57\xde\x75\xd5\x03\x7e\x94\xe5\x78\xe3\x17\x0f\x59\x0e\x90\x3c\x8a\xf9\xc1\x9b\x9b\x1f\x3c\xa4\xb7\x8a\x39\x4e\xd6\x7f\x41\xce\xa1\x89\x98\xef\x41\x97\xc8\x13\x82\x1f\x54\xf1\x82\xc1\xbb\xb3\x1f\x64\x54\x27\xf9\x7b\x9b\x50\xb2\xfb\x43\x76\x3f\x90\x4b\x2a\x04\xbc\x55\xa2\xf0\x43\x2a\x3c\xd4\x4b\x26\xcb\x53\xb2\x3b\x5f\xfa\x78\xdf\x90\x8b\x2e\x51\x90\x3c\xd6\xf9\x91\xda\x50\xaa\xe3\x9c\xbf\x98\x8a\x5d\xe5\x82\x9f\x9a\x41\x80\x50\x16\x74\xf2\x88\xd3\xb5\xb8\xf2\x88\xdf\x1c\x0d\x1f\x34\xf8\xad\xa3\x01\x06\xef\x82\x7e\xeb\x68\xee\x8a\x19\x6e\x9c\xd6\xad\x98\x71\x2b\x66\x54\xb1\xe3\xb7\x62\xc6\x5d\x62\xbb\xe1\x16\xb7\xc4\x06\x1a\xb7\xd1\x7e\x53\xab\x3b\xd9\xc6\xa9\x9c\x5d\xd9\xc6\x9f\xe5\x16\xee\x98\xdf\x53\x6e\x01\xe4\x1c\x13\xca\x44\xd5\x44\xaf\xc2\x3c\x94\x0e\x62\x2b\xbb\x77\xaf\x82\x2e\x36\xee\xfb\x05\x39\xc7\x82\x4a\xa8\x0a\x5c\x1e\xb5\x7c\x6c\x04\x2e\x41\x4e\x83\xc2\x2d\x62\x2b\x51\x9d\xc7\xfe\xd8\x52\x6b\xa5\x1e\xbf\x45\x69\x2d\x84\xe0\xc5\x2f\x94\x5a\x82\xaf\x76\x9c\x87\xa8\xd0\x57\x3b\x82\x9c\xd6\xa0\x4e\x51\xa5\x42\xae\x9e\xa3\x11\xc2\xa3\x29\x7d\x96\x53\x47\x23\x7d\x06\xe9\xc0\x79\x55\x08\xa5\x83\xe0\xbb\x17\xe7\xc1\x3a\xf4\xdd\x8b\x20\x67\xe5\xb7\xe8\x5a\xbe\x57\x5f\xe9\x14\xc0\xd1\xe9\x2b\x05\x1d\xaf\x8b\x4e\x6d\x21\xf0\xe9\x4c\xa4\xb6\x10\x8c\xe6\x9a\xa8\xe5\xb9\xdd\x98\x15\xb8\x42\x97\xa4\x82\x9c\x86\x5c\x94\xb6\x41\x9a\xf2\x59\xfe\x14\x4a\x53\xa1\x6f\x55\x66\x59\x77\xe8\x5b\x15\x41\x12\x92\x62\xe0\x62\x31\x2a\xad\x3b\x17\x9b\x31\xa8\x9f\x04\x49\xa9\x17\x83\xfa\x29\x48\x40\xbe\xba\x46\xdd\xa2\xf4\xe5\x48\x87\x42\x2e\x52\x8b\xaf\x32\x93\x50\x6a\x09\xc3\xa2\x57\x75\xeb\x61\x58\xb4\x20\xa7\x31\x0a\x8b\x0e\x32\x8c\xaf\x2a\xf2\xc3\x08\x10\x02\xe3\xed\x33\xb8\x5f\xfc\x10\x24\xa0\xd8\x36\x26\x92\x0e\x04\x49\xbd\x19\x4a\x40\x61\xe5\xd4\xb1\x49\x08\x9c\x5a\x90\xd3\x59\x4b\x2a\x24\x4d\x05\xcf\xb4\xa1\x34\x15\x5e\xa2\x06\x05\x4e\xb8\x44\x75\x89\x5a\xd5\x4c\xb8\x44\x05\x62\xab\x34\x15\x4e\x0e\x17\xe4\xac\xee\x20\xc8\x75\x1f\xc2\x6b\x43\xb1\x2d\x26\x6a\x43\x40\xf2\xa2\x1c\xae\x0d\x91\xcc\xa2\x55\x46\x0d\x25\xb3\xe0\xa3\x8f\x68\xd5\x60\x85\x3e\xfa\x10\xa4\xcc\x44\x1f\x7d\x44\x68\x62\x35\x32\xa1\x34\x15\x7c\x2c\x10\x1d\x21\xf4\xb1\x80\x20\xb9\x63\x0b\x7d\x2c\x10\xba\xdd\x18\x55\x48\x84\x6e\x37\x04\x29\xfb\xd2\xed\x46\xf0\xfd\x40\x8c\xce\x44\x72\xa5\x20\x27\xfe\x98\x04\x85\x20\x31\xc6\xa8\x78\x1d\x4a\x8c\xc1\x97\x01\x31\xb0\x2f\x7d\x19\x20\xc8\xc9\x86\xf4\x65\x40\x4c\x54\x38\x42\xa3\x0e\x51\x52\xe1\x82\x42\x85\x33\x59\x2b\x4b\x5f\xdc\x3b\xbc\x20\x27\x36\xa1\xeb\x87\x20\xc9\x06\xb7\x7a\xa1\x24\x2b\x08\x33\x51\x5d\x54\xe7\x99\x76\x40\x0d\x51\x17\xa3\x3a\xd4\x2d\x8a\x36\x0c\xb7\xd2\xf5\x43\xac\x92\x2b\x08\xa2\xb1\x24\x17\x90\xf2\xb4\x45\x35\x13\xcb\xe9\xa0\xa2\xf6\xb8\xe8\x2e\x04\xed\x25\x04\xdd\x45\x2c\x89\x5a\xa5\x5e\x28\x15\xc7\x5e\xb2\x04\xc5\x52\xec\x14\x12\x82\xc1\x63\x6e\xec\x14\x12\xb1\x57\x10\x2d\xf3\x84\x4a\x51\xd4\xc1\xd1\xa1\x08\x30\x7b\xc9\x15\x4e\x94\xdb\x25\xd7\xae\x2a\xab\xca\xb3\xd8\xa9\xb2\x62\x2f\x57\x08\x17\x25\x57\xd8\x15\x4d\xb0\xfb\x5d\xd1\x84\xb4\x1e\x51\x95\x77\x28\xad\xc7\x51\xe1\x31\x82\x08\x70\x28\x3c\x1e\xea\xd9\xaa\xa7\x8f\x83\x9e\x2d\x0e\x2f\x21\xf8\x2c\x30\x0e\xee\x24\x05\xcd\x71\xbe\x43\xa1\xe3\x28\x63\x0c\x3e\x03\x88\x83\x0b\x48\x41\x4e\x6c\xe2\xe0\x72\x2e\xc8\xb5\xc1\x1b\x76\x1c\x4a\x01\x40\xce\x48\xa8\xd7\xa8\x12\x35\x9b\xfd\x75\x2a\x8e\xf6\xb7\x99\x38\x94\x89\x83\xc6\x3d\x78\xa4\x0b\x35\xee\x82\xce\xa3\x53\xa8\x71\x8f\x33\xf4\x2c\x58\xbf\x74\xca\x51\x4e\x39\x0a\xa7\x7c\xca\x51\x4e\x6c\x94\xcb\x89\x38\x65\xa3\xe7\xcb\x46\x17\x94\x8b\x2a\x11\xe9\x47\x43\xb9\x3f\xae\xfa\xc5\xa0\x43\x89\x4b\xbf\x08\xe4\x24\x52\xd2\xfa\x7e\x08\x9e\xec\x43\xa7\xac\x27\x7b\x41\xce\x6c\x50\x97\x28\xd6\x5a\x1a\xa5\xb5\x14\xf0\x52\x94\xd6\x92\x10\x24\x67\x55\x1b\x71\xf3\xf4\xc9\x63\x58\xdc\xdc\xc9\x08\x72\xe2\x74\x37\x77\x32\x71\x63\x57\xab\x9a\x96\xb8\x65\x57\xb7\xec\x2a\x59\x4b\x76\xc5\x73\x7a\x2c\x12\xfd\x4d\xdf\x27\xc8\x59\xb5\x61\xdc\x14\x6f\x41\xb5\x11\x0b\x8b\x51\xb5\x11\x4f\x82\xd4\x56\x8d\x7f\x3c\x15\xa4\x80\x54\xe2\x7a\xca\x3c\xa8\x36\x72\x2b\xb9\x52\xd5\x46\xf2\x09\x72\x6e\x65\x1e\xa9\x4f\x90\x05\xc9\xab\x63\xea\x13\xe4\xdc\xe8\x63\x5a\x83\xa2\x1a\x15\xe4\x4c\x26\x12\x62\x73\xa3\x7c\x6a\x55\x18\xe5\xe6\x5a\x9e\x7b\xba\x99\x0b\xaa\x8b\x2a\xeb\x6b\xc6\x5a\xec\x51\x90\xb3\x0a\x90\xdc\xd8\x63\xea\xab\x64\x52\x78\xea\xab\x64\x41\xa3\x00\x49\x0a\x9b\x17\xe4\x9c\xa2\x24\x04\x7b\x6c\x55\x51\xe5\xeb\xef\x03\x9a\xa8\x3a\xda\x54\x01\x92\x54\x18\xd9\x67\x40\x5d\xa2\x38\x8e\xa9\x51\x37\x14\xf1\xb4\x57\x7d\x93\xbc\xfe\xbe\x20\x27\xcb\xeb\x11\x38\x79\xf1\xcd\x51\x3d\x77\xea\xc5\x57\xd0\xb8\xfc\x4a\xbd\xf8\x0a\x92\x57\xda\xec\x18\x66\xf6\xd4\xb7\xde\xfc\xa2\xf6\x08\xb4\x51\xfd\x68\xea\x95\x36\xa9\x49\x72\x94\x45\xa7\x6a\x92\x54\x6f\x3b\xd0\x97\x7a\x5b\x41\xce\xe9\x50\x28\x5a\x6f\x93\x56\x3d\x51\xea\x6d\x52\x90\x93\x6d\x53\x66\xbc\x20\x0d\x9b\x50\xe8\x4f\x42\xec\x1c\x95\x46\x52\x21\x36\xf7\xca\x39\x93\xdb\xad\xdc\xb9\x02\x11\xb4\xb5\x44\x71\x8e\x04\xbc\xc9\x87\x95\xa9\x80\x97\x04\x96\xc9\x77\xaa\xa9\xd0\x91\x67\xb9\xd5\xe4\x2b\xee\x3c\x53\x54\xee\xef\x8f\xc9\x9f\x2a\xa4\x6e\xca\x04\x0f\xae\x40\x52\x37\x65\x49\x04\x98\xdb\xe6\x7f\x15\xa4\xea\xff\xff\xb8\x7f\x79\xfb\xcb\x1f\xa7\x9c\x3f\x7f\xfd\x7a\x7f\xfa\xc6\x9f\xc2\xf0\x57\x28\x8f\xeb\x7e\x7e\xfc\x74\xff\xe5\xcf\x6a\xbe\x7c\xfe\x52\xb3\xf8\xdf\x7f\x07\x00\x00\xff\xff\xcf\x44\xd9\x36\x82\x33\x00\x00"); -func _dga ()([]byte ,error ){return _g (_afcc ,"KSCms-UHC-V")};var _bbg =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\xd5\x41\x8b\xe3\x46\x10\x05\xe0\x7b\xff\x8a\x3e\x6e\x0e\x1b\x77\x55\x75\xb7\x5a\x20\x06\xc2\x0c\x0b\x26\x6c\x36\x64\x32\x49\x20\xe4\xa0\x91\x5a\x83\x20\x96\x84\x6c\x1f\xe6\xdf\x87\xaa\x67\x4f\x60\x0f\x8b\xd7\xcf\xad\xb2\xfc\xbd\xe9\xd6\xe1\xf1\xf8\x74\x5c\xe6\x8b\x3f\xfc\xba\xaf\xc3\x73\xbd\xf8\x69\x5e\xc6\xbd\x9e\xd7\xeb\x3e\x54\xff\x5a\xdf\xe6\xc5\x39\x62\x3f\xce\xc3\xe5\xfe\xd6\x5e\x86\x53\xbf\x39\xa7\xd7\x3f\xbf\x9f\x2f\xf5\x74\x5c\xa6\xd5\x0b\xd6\x8d\xd7\xed\xb6\xd6\xfb\xc3\x6f\xf5\x6d\x3e\x5f\xf6\x77\xff\xe9\xa7\x71\x7d\xad\x3f\xf8\xb1\x4e\x9a\x7f\xdb\xc7\xba\xcf\xcb\x9b\xff\xf4\xf3\xba\xd7\x9e\x3e\x3e\x78\xbe\x6e\xdb\xbf\xf5\x54\x97\x8b\x27\xcb\xea\x32\xda\xab\x3b\x3c\x7e\xed\xb7\x5f\xfa\x53\xf5\x07\x9b\xf5\x19\x57\x7e\xc6\x32\xfb\xf4\x8f\xba\x9f\xe7\x75\xf1\x14\x7e\x0c\x21\xff\x9f\xff\xfe\xbe\xd5\xdb\x38\x77\x78\x39\x3e\x7d\x9b\xa6\x73\xbd\x78\x91\x80\x35\x7f\xbd\x1c\x9f\xfc\xdf\xe4\x29\x78\x4e\x91\xca\x3f\xb7\xa5\x7f\x7e\x5d\xc7\xea\xc3\xfd\xfb\x8f\x4f\x8f\xeb\x55\x6f\xac\x50\x4a\x08\x09\x3f\x75\x58\xc7\x7a\xde\xfa\xa1\xee\xfd\xf2\x56\x9d\xf7\x5d\x08\x21\x3c\xf8\x2e\xe6\x2f\x5f\x1e\xf4\x37\x7c\xb7\xc2\x35\xf7\x2b\xe7\x11\xc9\xfd\x8a\x10\xa6\xe9\xc1\x07\xd7\x05\xc2\x7b\xd2\xf7\x9c\xb2\xeb\x02\x23\x61\x4d\x12\xb1\xeb\x82\x20\x11\x4d\x9a\x5c\x5c\x17\x22\x92\xa8\x09\x05\x8e\xae\x0b\x09\x51\xb2\x88\x8b\xce\xce\x88\xb2\x45\x49\x74\x78\x83\xa8\xb1\xa8\x69\x75\x7a\x41\x54\xec\x0e\x42\xd4\xf1\x2d\xa2\xd6\x22\x09\x3a\xbe\x47\xd4\xdf\xee\x53\xc7\xbf\x22\x7a\xb5\xa8\x90\x8e\x1f\x10\x0d\x1a\x49\x68\x74\xfc\x88\x68\xb4\x48\x58\xc7\x57\x44\xd5\xa2\x54\x74\xfc\x84\x68\xb2\xa8\xc4\xe0\x3a\x82\x14\x99\x54\x0c\x6d\x76\x1d\x01\x8b\x0c\x2b\x4a\x62\xd7\x11\xb4\xc8\xb4\x62\x0e\xc5\x75\x04\x2e\x32\xae\x58\x72\x74\x1d\xc1\x8b\xe2\xcd\x54\xc7\xc3\x8b\xcc\x2b\x49\xa3\xe3\xe1\x45\xe6\x95\xb2\xe8\x78\x78\x91\x79\xa5\x52\x74\x3c\xbc\xc8\xbc\x32\x45\x1d\x0f\x2f\x32\xaf\x1c\x83\x8e\x87\x17\x99\x57\xce\x5a\x2c\xc1\x8b\xcc\x2b\xb7\xda\x2c\xc1\x8b\xcc\xab\x21\xad\x96\xe0\x45\xe6\xd5\x44\xad\x96\xe0\x45\xf5\xd6\xbf\x8e\x87\x17\x99\x57\xd3\x6a\xb5\x0c\x2f\x36\xaf\x42\x5a\x2d\xc3\x8b\xcd\xab\x44\xad\x96\xe1\xc5\xe6\x55\x1a\xad\x96\xe1\xc5\xe6\x55\x5a\xad\x96\xe1\xc5\xe6\xd5\xb2\x56\xcb\xf0\x62\xf3\x6a\xa3\x56\xcb\xf0\x62\xf3\x6a\x1b\xad\x96\xe1\xc5\xe6\xd5\xb6\x5a\x2d\xc3\x8b\xcb\xfd\x6f\x55\xe7\x03\x8c\x5b\x64\x51\xcb\x65\x88\x71\x8f\xac\xd1\x76\x19\x64\x6c\x64\xda\xbe\x7e\x05\xcc\x78\x40\xc6\xda\x2f\x03\x8d\x47\x64\x49\x0b\x66\xa8\x71\x45\xd6\x68\xc3\x0c\x36\x9e\xb0\x49\x82\x56\x2c\x70\x93\x80\x8c\xb5\x63\x01\x9c\x10\xb2\xa4\x25\x0b\xe4\x84\xef\x1b\x2c\xb8\x4e\x40\x27\x46\x47\x12\xb4\x66\x81\x9d\x60\x6f\x8a\x68\xcf\x02\x3c\xc1\xe6\x94\xa4\x45\x0b\xf4\x04\xbb\x53\x8a\x36\x2d\xe0\x13\x6c\xcf\x18\xb4\x6a\x81\x9f\xc0\x2f\x8a\x76\x2d\xf0\x13\xf8\xc5\xa4\x65\x0b\xfc\x04\x7e\xb1\x68\xdb\x02\x3f\x81\x5f\x22\xad\x5b\xe0\x27\xc3\xfd\x54\xd0\xef\x80\x9f\xc0\x2f\x65\x2d\x5c\xe0\x27\xf0\x4b\x45\x1b\x17\xf8\x09\xfc\x32\x69\xe5\xf1\x76\x06\xc2\x2f\x8b\x76\x1e\xe1\x17\xe1\x97\xb3\x76\x1e\xe1\x17\xe1\x97\x8b\x76\x1e\xe1\x17\xe1\xd7\x90\x76\x1e\xe1\x17\xe1\xd7\x44\xed\x3c\xc2\x2f\xc2\xaf\xc9\xda\x79\xcc\xb7\xb3\xb7\xf6\x38\xca\x82\x9d\xc0\xf7\x93\x56\xff\xaf\xcf\xaf\x8f\xe7\xc9\x70\xdd\xf7\xba\x5c\xec\xe9\x65\xcf\x0b\x3d\xdb\xe7\xa5\x7e\x3c\x09\xb7\x75\xd3\xab\xec\xdf\x7f\x01\x00\x00\xff\xff\x4b\x22\x59\x16\x35\x07\x00\x00"); -func _dfg ()(*asset ,error ){_accb ,_ebe :=_fag ();if _ebe !=nil {return nil ,_ebe ;};_eda :=bindataFileInfo {_b :"Adobe-CNS1-5",_ffe :1901,_ag :_ed .FileMode (436),_ac :_c .Unix (1580491198,0)};_bdc :=&asset {_abe :_accb ,_ece :_eda };return _bdc ,nil ; -};func _fbfd ()(*asset ,error ){_gaab ,_fcdf :=_fggb ();if _fcdf !=nil {return nil ,_fcdf ;};_eged :=bindataFileInfo {_b :"HKm314-B5-H",_ffe :11290,_ag :_ed .FileMode (436),_ac :_c .Unix (1580492384,0)};_gbba :=&asset {_abe :_gaab ,_ece :_eged };return _gbba ,nil ; -};type bintree struct{Func func ()(*asset ,error );Children map[string ]*bintree ;};func _cffa ()([]byte ,error ){return _g (_agdf ,"CNS-EUC-V")};func _bagb ()(*asset ,error ){_aebb ,_cffac :=_ffce ();if _cffac !=nil {return nil ,_cffac ;};_dadb :=bindataFileInfo {_b :"HKscs-B5-H",_ffe :21008,_ag :_ed .FileMode (436),_ac :_c .Unix (1580492459,0)}; -_ddag :=&asset {_abe :_aebb ,_ece :_dadb };return _ddag ,nil ;};var _abd =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\x58\xcb\x8e\x24\xb7\x11\xbc\xf7\x57\xd4\x51\x3e\xd8\xcb\xf7\x03\x68\x34\x20\xeb\x01\xef\x41\x92\xe1\xb5\x6c\x03\x86\x0f\x45\x32\xb9\x18\xc0\x3b\x33\x98\x99\x3d\xe8\xef\x8d\x88\x68\xc9\x96\xe0\x83\x50\x9a\xd8\x48\x92\x95\x8c\xc8\xcc\xea\x77\x5f\xbd\xff\xfa\xfd\xe3\xc3\xdb\xf1\xee\xcf\x2f\x4f\xf3\x83\xbd\x1d\xfb\xe1\x71\xbd\xd8\xeb\xd3\xe7\x97\x69\xc7\xb0\x8f\x0f\x8f\x97\x8b\x0f\xc7\x7a\x98\x6f\x3f\xff\xc9\xc7\xfc\x74\x3e\x5f\x2e\x88\xff\xf0\xd3\xeb\x9b\x7d\x7a\xff\xb8\x9f\x8e\x28\xde\xfa\xfc\x7c\xe7\x1e\xc7\xbb\xbf\xd8\xc7\x87\xd7\xb7\x97\x9f\x8e\x2f\xbe\x5c\x4f\xc3\x7e\x77\x2c\xdb\xc0\x7f\x78\x59\xf6\xf2\xf0\xf8\xf1\xf8\xe2\xab\xef\x3f\xf8\x5f\xe0\x0f\x9f\x9f\x9f\xff\x6d\x9f\xec\xf1\xed\x70\xc4\xec\x71\xf1\x79\x79\xf7\xd5\x77\xe7\xf3\xf7\xe7\x27\x3b\xde\xfd\x31\xff\xfe\x4f\x04\x89\xfd\xcd\x5e\x5e\x1f\x9e\x1e\x0f\xef\xfe\xe0\x5c\xf9\x2f\xfe\xd7\x9f\x9e\xed\xf0\xf7\xe0\x1f\xdf\x7f\xfd\xc3\xde\xaf\xf6\x76\x78\xa7\x85\xdf\xfd\xe3\xc7\xf7\x5f\x1f\xff\xf4\x87\x77\x47\xc8\xb1\xb9\x7f\xdd\xa9\x7f\xff\xee\x69\xd9\x7d\xf7\x4b\xd0\x9b\xcc\xa7\x65\xaf\xcf\xe7\xb4\x97\xf3\xf1\xa3\x5d\x8e\xe3\xea\xdc\xed\x38\x8e\x6b\x73\x37\xfc\xf5\xa5\x4f\xee\x76\x5c\xbf\xfd\xe6\xdb\x6f\x6e\x38\xf2\x6f\xf8\x17\xaf\x65\x1e\x9f\xde\x96\x6d\x61\x5c\xe1\xea\xf7\xed\xf0\xb1\xa4\x86\xa8\xff\xfd\xe7\x0b\xce\xa9\xbd\x1f\xd6\x3d\x22\x20\xa2\xda\xcf\x11\xd7\x53\xbb\x9e\x3e\xb7\xdb\xd1\x3b\x80\xdc\x05\x4c\x90\x6a\x8a\xc4\x16\x31\x06\x06\x86\x9d\x9e\xc8\xce\xb7\xc3\x97\x00\x64\x17\x21\xe5\x76\x04\x2d\xbd\xab\x90\x0a\xa4\x12\x69\x42\x0c\x08\x76\x0b\xda\x3e\x60\xe5\x90\x0b\x10\xad\x1c\xc0\x89\x1e\x9c\x28\x4e\x04\x27\x79\x9c\x27\x8a\x13\xc7\xb8\x1d\xa9\x22\x2a\x8e\x25\x64\xdf\x8e\xec\xc0\x49\x8a\x4a\x88\xca\x3d\x03\x51\x54\xc2\xca\x25\xe3\x84\x59\x9c\x0c\x4e\xcd\x78\x8b\x2c\x4e\x06\xa7\x79\x44\x15\x71\x0a\x38\xdd\xe1\x3c\x45\x9c\x02\x4e\xaf\x88\xaa\xe2\x54\xe6\xc7\x15\x1c\xa8\x8a\x54\x41\xf2\x3e\x20\xae\x89\xd5\x94\xc5\x80\x43\x36\xb1\xda\x56\x62\x11\xd8\xc5\xea\xba\xa4\xe6\x00\x89\xd5\xc9\x4a\xbc\x91\x53\xac\x93\xac\x1c\x91\xdc\x53\xac\x93\xac\xe2\x10\x38\xc4\x1a\x64\x95\x9e\x00\x89\x35\xc8\xaa\x19\x81\x53\xac\x49\x56\xcb\x1e\x90\x58\x73\xaf\xdb\xe1\xbb\x47\xe0\x44\xc4\xfd\x11\x52\x04\x6b\x29\x70\xf1\xf2\x9c\xc3\x5a\x4b\x81\x8b\x2c\x57\x71\x08\x13\xcb\xc8\xf2\x05\x6b\x99\x58\x46\x56\x08\x08\xdc\x62\x6d\xb2\x62\xc0\xf2\x5b\xac\x3d\x37\xa0\x86\xc0\xbd\xc4\xba\x1f\x22\x5c\xae\xc3\x31\x70\x38\x06\xa6\xda\x01\x31\x70\x38\xb2\x72\x02\x4b\x32\x1f\x54\x70\x28\xb1\x00\x12\x4b\x62\x2c\xd0\xfe\x90\x1a\x87\xd4\x58\x7b\x04\x24\x16\xe5\x18\x1a\x14\x3a\xa4\xc7\x41\x3d\x86\x9e\x1d\x20\xb1\x22\x45\xeb\xa0\xd1\x21\xfd\x0d\xea\x2f\x7a\x24\x67\x48\x80\x23\x49\xda\x48\xce\x90\x02\x07\x15\x18\x03\x92\x33\x24\xc1\x41\x09\xc6\x88\xe4\x0c\x69\x70\x50\x83\x31\x21\x39\x43\x22\x1c\x14\x61\x4c\x48\xce\x90\x0a\x07\x55\x18\x73\x6d\x80\xc4\xa2\x0a\x63\x49\x08\x94\x0a\x07\x55\x18\x6b\xcc\x80\xc4\xa2\x0a\x63\xed\x08\x94\x0a\x07\x55\x18\x5b\x47\x0a\xa5\xc2\x41\x15\xc6\x9e\x11\x28\x15\x0e\xaa\x30\x39\x18\x7a\x48\x85\x83\x2a\x4c\xde\x23\x50\x2a\x1c\x54\x61\x0a\x0e\x29\x94\x0a\xc7\x98\x15\x50\x41\xe0\x98\x8d\x10\x03\x23\x8c\x36\x24\xcc\x41\x61\xa6\xc8\xe4\x48\x98\x83\x2a\x4c\x89\xc9\x91\x0a\x07\x55\x98\x32\x93\x23\x15\x0e\xaa\x30\x65\x26\x47\x2a\x1c\x96\xfd\xed\x48\x85\xc9\xb1\x1c\x04\x05\xee\x28\x28\x12\xe2\x5a\xa5\xe3\xa8\xd2\xea\xa0\x56\x53\x4d\xb8\x34\x69\x75\x50\xab\xa9\x45\x2c\x2f\xad\x0e\x0a\x33\xb5\x5e\x2f\xd7\x29\x61\x4e\x0a\x33\xf5\xee\x01\x91\x35\x29\xcc\xec\x72\xba\x5c\xa7\x84\x39\x29\xcc\xec\x51\x37\xa7\x84\x39\xfd\x79\xde\x8e\x1c\xbc\x27\x34\x08\x31\x30\x84\x70\xb9\x4e\x69\x75\x52\xab\x39\x22\xab\x53\x5a\x9d\x61\x22\x30\x22\xab\x33\xcc\x21\x68\x30\xd0\x13\x9a\x84\xb8\x56\xe2\xf2\x52\xf4\x8c\xc5\x01\x42\x39\x9f\xb1\x70\x2d\x8a\x3c\x27\x64\x62\x4a\xe4\x33\x8e\x76\x3b\x72\x0e\x84\x46\x17\xd4\x01\x65\xae\x35\x4e\x41\x27\x21\x47\x88\x87\xa0\x3b\x72\x46\x9d\x9d\x72\xc7\x4c\x39\xdf\x8e\x5c\x02\x58\x29\x17\x41\x85\x3b\x66\x42\x95\x10\x0f\x51\x12\x03\x75\x08\x7a\x28\x97\x06\x48\x1e\x9a\xf4\x50\xae\x68\x07\x53\x1e\x9a\xf4\x50\x6e\x11\x99\x90\x87\x66\x51\x3f\x88\xf1\x72\x9d\x12\xf9\xec\x09\xa7\xef\x7c\xc7\x9e\x4e\x41\xe7\xed\x28\xe8\x74\xb3\x27\x1e\xbe\x97\x71\x3b\x8a\x63\x9e\x7b\x61\x06\x69\x8e\xe2\x92\x63\xbb\xfe\xb9\xc5\xfe\xbf\xae\x3b\xe5\x9d\xd9\xd1\xa5\x8a\xcb\x38\x4f\x1f\x26\x88\x8b\x44\x41\x9b\x90\x4d\x40\x8d\xbb\xdb\x22\xc4\x9e\xe5\xe1\xd6\x29\xd3\x4d\x9a\xae\xf8\x8c\x17\x91\xe9\xe6\x89\xde\x5b\x82\xc7\x19\x4f\x36\x5f\x3d\x8a\x87\x46\xe7\xc9\xee\x3b\x69\xcd\x12\x1d\x52\x27\x6b\x4e\x5a\xb3\xd0\x74\x53\xd6\x9c\x43\x2c\xb4\xb7\x29\x1f\x4e\xfa\xb0\x24\xb4\xb7\x29\x1f\xce\xa9\x5e\x8a\xf6\x36\xe5\xc3\x49\x1f\x96\x82\xf6\x36\xe5\xc3\x49\x1f\x96\x82\xf6\x36\xe5\xc3\x49\x87\x95\x8a\xf6\x36\xe5\xb0\x49\x87\x95\x86\xf6\x36\xe5\xb0\x49\x87\x95\x8e\xf6\x36\xe5\xb0\x49\x87\x55\x87\xf6\xb6\xe4\xb0\x45\x87\x55\x87\xf6\xb6\xe4\xb0\x45\x87\x55\x8f\xf6\xb6\xe4\xb0\x45\x87\xd5\x00\x8d\x2e\x39\x6c\xd1\x4e\x35\xa2\xbd\x2d\xd9\x69\xd1\x4e\x35\xa1\x18\x2c\xd9\x69\xd1\x28\x35\x55\x04\xca\x28\x2b\x6a\x60\x28\x19\x90\x58\x14\x77\xa5\x64\x96\xc4\xbd\x28\xdb\x5a\xe1\xd6\x25\xd9\x2e\xca\xb6\xd6\x86\x40\xc9\x76\x69\xf8\x68\x68\x5c\x4b\xb2\x5d\x94\x6d\xed\xd0\xfb\x92\x6c\x17\x65\xdb\x1c\x1a\xd7\x52\xe9\x5f\x05\x9e\x6e\x0e\x8d\x6b\x15\x7a\x5a\x8f\x56\xa1\x9c\x55\xe6\x22\xa4\x49\x06\x59\x5d\x6a\x10\xab\xd6\x0e\xa8\x13\xaa\xa7\xa0\xf3\x76\xb4\xd6\x3a\xa1\x21\x08\x81\xca\x97\xda\xc8\x62\x1b\x69\x01\xa5\x7f\xa9\x8d\x2c\xb6\x91\x16\x51\xfa\x97\xda\xc8\x62\x1b\x69\x09\xa5\x7f\xc9\x61\x8b\x4e\x69\x19\xe6\x59\xb2\xc2\xa2\xa2\x5b\x46\x91\x5a\x52\xf4\xa2\xa2\x5b\x29\x38\x97\x14\xbd\xce\x05\xa8\xa2\xd6\xac\x73\x6d\x41\x9b\x2f\x84\xe5\x4f\x53\x20\xd7\xaa\x3c\xbd\x14\xbd\xa8\xe8\xd6\x50\x58\x96\x14\xbd\xc6\x59\xf8\x8e\x91\x50\x25\xc4\xc0\xd6\xc1\x92\xc8\x17\x45\xde\x3a\x1a\xc4\x92\xc8\x17\x45\xde\x1d\xba\xe7\x92\xc8\x17\x45\xde\xe9\xc7\x25\x91\xaf\xb5\x07\x20\x74\xcf\xb5\xf6\x14\x34\x11\xc8\x73\xad\xbd\x04\x21\x30\x10\x92\x15\x16\xad\xd0\x03\x1a\xc4\x92\x15\x16\xad\xd0\x23\x1a\xc4\x92\x15\x16\xad\xd0\x13\x1a\xc4\x92\x15\x16\xad\xd0\x33\x2a\xb8\xc9\x0a\x46\x2b\xf4\xe2\x32\x20\xb2\x8c\x56\xe8\xa5\xb4\xcb\xd5\x64\x05\xa3\x15\x7a\x45\x9d\x37\x59\xc1\x68\x85\xde\x02\x02\x65\x05\xa3\x15\x7a\xc7\x08\x6e\xb2\x82\xd1\x0a\xbd\xa3\xea\x9a\xac\x60\x51\x33\xaf\x43\xd9\x35\x79\xc1\xe8\x05\xef\x3c\x8a\x9a\xc9\x0c\x96\xc4\x0b\x28\xbc\x26\x37\x58\x12\x2f\xa0\xf2\x9a\xec\x60\x59\xbc\x88\x3b\x31\xf9\xc1\xb2\x78\x09\xb5\xce\x64\x08\x2b\xe2\x65\x7c\x57\x98\x1c\x61\x45\xbc\xe2\x11\x2b\xb1\xdb\x7d\x26\xaf\x2e\x01\x13\x4f\x43\xb9\xab\x05\xb1\x12\xb2\x69\x2a\x77\xad\x20\x9b\x52\xb2\xb5\x33\x00\xeb\x21\x11\x8b\xc4\x14\xdb\x31\x7a\x98\xe4\x6d\xbd\xe2\x2b\xc8\x3b\xa6\xaa\xd7\x22\x8c\x83\xbf\xab\x88\x95\xe6\x4d\x03\xbc\x77\x90\xa0\x49\xf4\xa6\x09\xde\xfb\x8a\xf5\xa4\x7a\x3b\xef\x1f\x0d\x18\x36\x4c\x82\xb6\x91\x4f\x60\x11\x95\xdc\x46\x1e\xc4\x14\x1b\x79\x91\x52\xb9\x8d\xed\x88\x41\x87\x36\xf6\x1d\xf3\x3a\x73\x21\x16\x84\x31\x36\x41\xe8\x26\xed\x9b\xbe\x00\x7c\x82\x14\x4d\xe2\xb7\xb9\xf0\x09\xe0\x33\xb4\x68\x13\x76\xbc\x3f\xf0\x6e\x91\xd8\x26\xa6\xf5\x0a\xbe\x99\x4c\x2e\xb1\xa5\xf5\x0a\xef\x48\x36\xb1\x75\x76\x60\x95\x77\xb4\x30\xe2\x5c\x6d\x29\xb6\xc2\xad\x26\x57\x98\x29\xb6\x51\xca\xb2\x85\x99\x31\x07\x8d\x5a\x36\x1b\xc2\x06\x3e\x9d\x38\xbe\x99\xa1\x73\x5e\xcd\xb4\x1e\x0b\xa8\xc9\x3f\xb6\xb5\x5e\x2f\xfe\xd7\xdd\x3a\xa5\xdf\x36\x6b\x93\xbd\x6c\xeb\xa3\xcc\xe1\xf6\xb7\xfc\xb5\x1d\xe6\x15\x1f\xbc\x6f\xc0\x38\xb0\xe8\x81\x37\xea\xc4\x2a\x31\x7d\xe3\x79\xdc\xe0\x96\x11\xb7\xc3\x58\xe6\x83\x6f\xc4\x38\x97\xe9\x81\x1b\xf4\xc4\x26\x31\xed\xcb\x29\x6f\xcb\xb1\xdb\x97\x40\x0c\x19\xdf\xbe\x44\x61\xa7\xde\xbc\x13\x1b\xc2\x98\x8d\xc2\x7d\x3d\xc7\x94\x7d\xff\x6a\x8f\xbe\x02\xd3\x59\xbc\xf6\x88\xe8\x27\x5b\x7e\xdf\xa1\x54\x60\x29\x22\x36\x94\x26\xac\x01\xab\x50\xec\x0e\xa5\x13\xd3\x7a\xa9\x92\xa7\xf5\xc2\xe4\xf9\x12\x3e\x14\x76\x98\x3c\x5f\xd0\x1e\x19\x4e\xd9\xaa\x16\x3b\xd6\x44\xac\x11\x83\x6d\xf0\x30\x9d\x19\x39\x50\x05\xd9\xaa\x20\xa1\xa0\xfb\x6c\x55\x90\x9d\x0a\x73\x5f\x53\x06\x56\x98\x7b\x55\x95\x50\x31\xe2\x6f\x55\x95\x9d\x06\xf7\x68\xcc\x4b\x1a\x59\x58\xd6\x59\x0a\x31\xc5\xa2\x3a\xfb\xd0\x02\x79\x2c\xcf\x5b\x15\x29\x74\x87\x7d\x55\x91\xb6\x2a\x52\xe8\x0e\x39\x50\x45\xda\xf9\xce\xc3\x2c\xb4\x55\x91\x76\xe1\x1d\x45\x57\x90\x97\xa2\x3b\xe2\x03\xb1\xc2\x12\x31\x7d\xd9\x3b\x4c\xb8\x5b\x95\x6b\xab\x72\x45\xcf\x3b\x57\xe5\xda\xaa\x5c\x91\xe3\xdc\x56\xe5\xda\xaa\x5c\x31\x60\x5a\xd8\xaa\x5c\x5b\x95\x2b\x46\x6a\x43\x95\x6b\xab\x4a\xc5\xc4\xfb\x55\x95\xda\x2c\x4c\x3e\x66\xde\x6f\xaf\x55\x18\x79\xb9\x91\xa7\xd8\x8e\xeb\xf3\x31\x63\x9e\xda\x7d\x26\x61\x49\xbc\x4c\x2c\x0b\xcb\xfc\x19\x89\xf9\xeb\xb3\x08\x2b\xfa\x69\xc9\x13\xd3\x1e\xcb\x13\xd3\xbe\x2b\x08\x53\x6c\x0a\xbf\x72\x23\xfe\xff\xd3\xf9\x7c\xf9\xe5\x77\xba\xf9\xf9\xe5\xc5\x1e\xdf\xf8\x9b\x20\x7f\x91\x3b\x96\xed\x87\x47\xfb\xe5\xf7\xc5\xe7\xa7\x67\x44\xf1\xbf\xff\x04\x00\x00\xff\xff\xaf\x70\x6a\x2a\x8b\x14\x00\x00"); -var _daddf =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x84\xfd\x4b\xab\x6e\xdb\x95\xa5\x07\xd7\xcf\xaf\xd8\xc5\xef\x2b\xa4\x35\xc7\x1c\x77\x10\x82\x71\x85\xc0\xa4\x6d\x1c\x4e\xdb\x60\x4c\xa2\xd0\xd9\x11\x16\x38\x8e\xc4\x91\xa2\x10\xff\xde\xac\xf6\xb4\x37\x09\x8c\x39\xbb\xb4\xe8\xeb\x9d\x73\x8e\x7b\xef\xbd\xf5\xdb\xf8\xdd\xfa\x87\xfd\x0f\xbf\xfc\xf9\xef\xdf\x7e\xf7\x3f\xfd\xfa\x97\x3f\xfd\xe3\xf7\xbf\x7f\xfb\xe7\x3f\xff\xf2\xf3\xaf\xdf\xff\xf6\x97\x7f\xfb\xf5\x4f\xdf\xbf\xfd\xd3\xf7\x7f\xf9\xf3\x2f\x3f\xfd\x14\xde\x6f\x3f\xff\xf9\x4f\x7f\xff\x90\xfa\xf3\xa7\x7f\xfd\xe3\x5f\x7f\xfa\xe9\xeb\xfd\x7f\xfc\xf7\xbf\xfd\xfd\xfb\xbf\xfe\xc3\x2f\xff\xfc\x97\x6f\x91\xe7\x7e\xfe\xb7\xbf\xfa\xd9\x6f\xdf\x7e\xf7\x3f\x7f\xff\x97\x3f\xff\xed\xef\xbf\xfe\xfb\xb7\xff\xdf\xf8\xf9\x2f\xff\xf4\xfd\xff\xff\xed\xe7\xef\xff\xfc\xf5\xff\xff\xf1\xd7\x9f\xbf\xff\xfa\xe7\x5f\xfe\xc5\xff\xff\xaf\xff\xfd\x5f\x7e\xfd\xfe\xc7\xf0\x5f\xff\xcb\xfa\xc7\xf7\xbf\x3d\xf3\x8f\xff\xf6\xd7\xbf\xfe\xdf\xdf\xff\xf5\xfb\x2f\x7f\xff\xf6\xea\x7f\xdf\x7f\xf9\x59\x7f\x7f\xfa\xdd\xfa\xcf\x7f\xfc\xeb\xff\xf0\xc7\x7f\xfd\xfe\xed\x77\x7a\xfd\x3f\xf1\xfa\x7f\xfa\x7a\xfd\x3f\x3c\xf1\xbf\x7e\xff\xf5\x6f\x7f\xfe\xcb\x2f\xdf\xf2\x7f\xf7\x3c\x59\xff\xd7\xbf\xff\x97\x7f\xff\xeb\xf7\x6f\x9f\xe7\xfe\xf7\xff\xf2\x0f\xfb\xdb\xff\x11\xbe\x85\xe7\xdb\x9b\x63\xcc\xdf\xc2\x1b\xde\xff\xd3\x3f\xfe\x6f\xff\xf9\x2f\x3f\x7f\xff\xf6\x40\x05\x46\xf5\xa7\xbf\xfc\xfc\xfd\x6f\x7f\xfd\xe3\x9f\xbe\xff\xfa\xc7\x5f\xfe\xe5\xfb\x4f\xdf\xbe\xfd\xfe\x79\x9e\xe7\x0f\xdf\x7e\x7f\xef\xbd\x7f\xf8\xea\xe3\xff\xeb\x89\x9f\xc2\xf3\xf0\xea\x3f\xfd\xf3\x9f\xfe\xaf\x3f\xfe\xfa\xd3\x7f\x78\x61\xff\xe1\x8b\x2a\x5f\xd4\xfb\x8c\x0e\x15\x44\x85\x07\xea\xfd\xc3\x57\x0b\x9f\xdf\xe2\xd7\x6f\xe1\x7d\xa1\xd2\x17\xf5\x9e\x0b\xd5\xf4\xe4\xac\x50\x93\xf7\x1a\xd4\xfa\xc3\xb7\xdf\xc7\xe7\x89\x50\x97\x16\x8a\xa8\x4a\x5f\xe2\x82\x52\xeb\xaf\xa9\x46\xeb\x33\x40\x45\x51\x9b\x16\x5a\x12\x75\x4d\x65\xbd\x57\xe8\x75\x6b\xa2\xc2\x81\xea\x7c\x33\x41\x0d\xbe\xe9\x27\xb7\x46\xe4\x9e\xb5\xc3\xf8\xa6\xa8\x1e\xd4\xb3\x93\xa1\xbe\xfa\xf2\x96\xc4\xd8\x7b\x84\xe2\x2b\x9d\x99\x78\x4d\xd1\x97\xe1\xf7\xca\x17\x15\x83\xdf\xab\xfa\xed\x31\x45\x3f\x1f\xc6\xd0\xe9\x67\x61\xb4\x7d\x88\xca\x7e\xd2\xf3\xe9\x27\x97\x66\x30\xba\x9f\x1a\x43\x79\x98\xcf\x7e\xa0\xdc\xba\xe6\x3a\x2f\x9e\x1c\x0f\x14\x2b\x36\x02\x14\xb3\x34\x5e\x28\x5a\x18\x11\x8a\x6f\x0e\x8d\x2f\x0f\x7a\x36\x32\x14\xa3\x1d\x1a\x5f\x9e\xcc\xe0\xa8\x50\xf4\x7a\x34\x28\xf6\xd9\xe8\x50\xac\xed\xd0\xf8\x42\xf7\x93\x57\x3b\x24\xf0\x95\xf9\xb2\x7e\x03\x2a\xb2\x7e\x7c\x65\x32\xd7\xc1\x14\x73\x1d\x19\xed\xf4\x7c\xb2\xeb\x26\xf3\xf9\x30\xf6\x79\x58\x23\x7f\xf3\x42\xb1\xaf\xd7\xcb\x4a\xd3\x97\xc5\x2e\xdf\xa6\x12\x14\xbb\x67\xd1\xde\xc3\xd8\x57\x81\xa2\xd7\xab\xb2\xb3\xfc\xa4\xce\xc3\xbb\x19\xed\xea\xa2\x3c\xbb\x6b\xf0\x1b\xfd\x5c\x13\x8a\x11\xad\x05\x45\x3f\xd7\x86\x72\x3f\x0f\x2d\xf8\xbd\xcb\x6f\x8c\x6f\x3f\xec\x10\xd6\x68\x07\x9e\x64\xa5\x37\xf3\x19\x59\xcd\xcd\x7c\xbe\xac\xfb\xf6\x7c\xfa\x3d\x8f\xcf\xef\x15\xbe\xc9\x88\x76\xe5\xac\xd0\x97\xdd\xd8\x83\xcc\xc4\x66\x6d\x97\xbf\x32\xa0\xfc\xdb\x64\xdd\x19\xfb\x5e\x50\xee\x0b\x7b\xb7\xd0\xc2\x79\xa0\x58\xcd\x13\xa0\x78\xef\x70\xfe\x0a\x73\x7d\x18\x43\xa7\x2f\x87\xfd\xb9\x98\x97\xe3\xfd\xe9\x27\xd9\x83\xde\x67\x87\xbe\x98\x2f\x1d\xfa\xe2\x53\x75\x36\x14\x3d\x3b\x07\xca\x2d\x5c\x5a\xe7\xbd\x4b\x3f\x3d\x4b\x97\x7e\x3e\xcc\xe7\xa5\x9f\x81\x75\xbf\xf0\x89\x2f\x4e\xf4\xfd\x97\x9f\xcd\x81\xff\xbf\x58\xf2\x85\x9d\x79\x5a\x2e\x53\xdd\x99\x88\xdb\xa0\xe8\xe6\xed\x50\x74\xec\xfa\x18\xf9\xbd\x09\xe5\x6e\x2e\x3a\xcd\xc6\xba\x1e\x82\x3a\x16\x24\x02\xe2\x5b\x2f\x54\x10\x15\xfc\x9b\x86\x10\x60\xd0\x5f\xbc\xf1\xdb\xef\x63\x64\xeb\x86\x27\xfd\x07\x11\x10\x9e\xcc\x6f\xa6\x8a\x28\xb6\x75\x78\x18\xc3\xab\x2d\x11\x52\xe4\x88\xf1\xcd\x92\xa1\xb4\x44\x2f\x4f\x66\x0e\xd5\xd7\xe9\x15\xf5\x42\xb1\xb1\x9e\x05\xc5\xc6\x0a\x7e\x92\xc5\x0c\x0d\x8a\xc5\x0c\x09\x8a\xc5\x0c\x7e\x8f\xc5\x7c\x4d\xc1\x14\x5f\x9e\x0c\x30\xc5\x68\x0a\xa6\x88\x00\x7a\x03\x4c\xf1\x09\x50\x30\x45\x8e\xfb\x1b\xd8\x74\x6c\x82\x37\xb0\xe9\x82\x7f\x83\x29\x86\x09\xc5\xf8\x42\x85\x62\x7c\xaf\x9f\x64\x7c\xd1\x14\xe3\x7b\xfd\x1e\xe3\x8b\xa6\x18\x5f\x32\xc5\xf8\x10\x39\x5f\x92\x4e\x94\xfb\xe2\xf1\x31\x2f\xaf\xc7\x47\xeb\xaf\xc7\xc7\x93\x2f\xe3\x83\x99\xbe\x2f\xe3\xe3\x48\xbf\x2f\xe3\x7b\x33\x14\xe3\x8b\xfe\x26\xe3\x43\x18\xbe\xaf\xc7\x67\x8a\xf1\xc1\x50\xbe\x38\xac\xa8\x01\xe5\xf5\xeb\x50\x5e\xbf\x02\xe5\xf5\x73\x7b\x8c\x8f\x43\xf5\xc5\xab\x44\xd1\xcf\x84\x98\xf6\x5c\x27\x89\x8e\xc8\x9e\x7f\xf3\xc3\x8e\x64\x35\x33\xbf\x2d\x5a\x2f\xde\xc9\x8c\xbd\xb0\x5b\x61\x1a\x6f\xb3\x6a\x43\x5f\xa4\x32\xc4\xb8\x4d\x0d\x9e\xa4\x67\x52\x12\x62\x84\xed\xbe\x9d\x6f\xc2\xbc\x5f\x29\x02\x31\x6e\x66\xb0\x73\x3a\x36\xfd\xec\x6e\xcf\x54\x85\x62\x26\xa4\x08\xc4\x88\xb0\x78\x3b\xad\x23\x7c\xdf\x8e\xc2\xf2\xa1\x50\x04\x3e\x2d\x2c\x18\x34\xe3\x93\x22\xf0\x7c\xc6\x20\x45\xe0\x09\x91\x55\x91\x22\xf0\x04\xaf\xbb\x14\x81\x27\x24\xd6\x68\x20\x2c\x38\xb7\xaf\x14\x81\x27\xa0\x78\xbc\x03\xa5\x6b\xd2\xc2\x80\x4b\x6d\x56\x45\x8a\xc0\x13\x0a\xed\x49\x11\x78\x42\xe2\xc9\x43\xcf\x10\xfd\xaf\xd8\xe7\xf3\x20\xfa\xdf\x8b\xa8\x9a\x7c\xe5\xea\x2b\x0f\x9c\xe1\xbd\x7c\xc5\xbb\xe7\x22\x52\x2f\xa3\x15\x1f\x7c\xc2\xcb\x4e\x16\x1f\x7c\x42\xf4\x93\x03\x8a\xd9\x15\x1f\x7c\x82\x77\xab\xf8\xe0\x13\x92\xbf\xc2\x2c\x7d\xed\xdd\xdf\x64\xc9\xef\x45\xda\x5e\x7f\x84\x09\xcc\x6a\x20\x3e\x0c\x61\x5f\x28\x26\xf0\x1e\x28\x26\x10\xb9\x15\xc5\x3e\x9f\xc0\xb1\x8d\x62\x9f\x4f\x48\x5a\xf6\x98\xac\x8b\x9a\xd2\x96\x7f\x6a\x82\x3a\x50\x6a\x21\xf1\xcd\x04\x23\x4a\x3a\xa8\x4f\xca\x50\xe9\xab\x2f\x63\x3d\x7a\x2f\xe5\x57\x14\x8c\x21\xe5\x08\xe5\xdf\xa6\x28\x98\x5b\xca\x4b\x54\xf2\x93\x1b\x6a\x42\x1d\xa8\x0d\x75\x45\x65\xbe\x52\x68\x2f\x37\xa8\x00\xc5\x37\x85\x09\xc6\xaa\x7e\xb2\x42\x69\x4b\xa4\x4a\xcf\x3a\xed\x55\x7a\xd6\x79\xb2\xd2\x97\xc1\x57\x1a\x5f\x41\x9b\x48\xd2\xed\xc7\xe2\x48\xa7\x56\xa0\x68\xbd\xd1\xc2\xf2\x7b\x4d\xd4\xce\x50\x1d\xaa\x42\xd1\xc2\xf1\x57\x18\xd1\xa1\x67\x9d\x11\x1d\xbe\xd2\x69\xfd\x46\x28\x7d\x65\x23\x9c\x92\x0e\xe3\xd8\x9e\x6b\x1d\xc6\xb1\xd1\xbc\x93\x0e\xdc\xd8\x08\x84\xa4\x03\x37\x36\x1b\x39\xe9\xc0\x8d\x8d\xa8\x4a\x3a\x70\x63\x23\x9c\x92\x0e\xdc\xd8\x5e\x31\x1d\xb8\xb1\xd1\x4c\x93\x34\xe8\xb1\xa3\xdf\xa3\x2f\x5e\xbf\xa1\x11\xed\xc4\xf8\xc6\x86\xf2\x7b\xf4\x25\xfb\x9b\xf4\xc5\xeb\x37\xe9\x8b\xd7\x6f\xd2\x17\x50\x47\x9a\xf4\x05\x2d\x2b\x49\xbb\x1e\xbb\xf2\x95\x49\x0b\xde\x91\x8b\x27\x1b\x7d\x59\xf4\xda\x6b\x2b\xbd\x78\x6c\xf4\xc6\x24\xbd\x78\x6c\xf4\xbf\xb4\x98\x41\xaf\xe6\x62\x06\xbd\x9a\x8b\x5e\xc3\x30\xd3\xa2\xd7\x30\xc5\xb4\xe9\xf5\xa1\x85\x4d\xaf\xbd\x9a\xd2\x61\xc7\xbe\x7e\x52\x2d\x1c\xf4\xfe\x24\xed\x73\x1c\x44\x47\x92\xf6\x39\x4e\xf0\x7b\x6a\xe1\x20\xfa\x93\x34\xcc\x71\x22\x7b\x42\x5a\xe4\x38\x89\xbe\x48\x8b\x1c\x27\xf9\x37\xbe\xe2\xd9\x95\xde\x38\x8e\x67\x57\x7a\xe3\x38\x99\x3d\x21\xb5\x6e\x1c\x34\xda\x24\x76\x36\x0e\x2a\x58\xba\x7c\x93\xd9\xcd\xe2\x28\xe3\x30\x9f\xf9\xe1\xbd\xe5\xdf\xe8\x0b\x73\x96\x1f\xda\xdb\x7e\x92\xf6\x4e\x83\x62\x44\x47\x63\xcf\x81\x6f\x9e\x0d\xa5\x39\x3b\x97\xaf\x04\x46\x0b\x77\xcb\x52\x6d\xc6\x61\x06\xb3\xd4\x97\x71\x1f\xbf\xa7\x5e\x5f\x94\xae\x2c\x15\x65\xdc\x68\x6a\x42\xbd\x50\x0b\xca\x2d\x5c\x28\xed\x97\x2c\x05\x62\x5c\xe6\x2c\xbf\x7c\xa5\x76\x28\xbe\xd2\x9e\x1f\xb0\xe4\xfc\xd2\x40\xa3\x01\xe9\x08\xe3\x36\x86\x10\x35\xd8\x8b\xce\x9c\x63\x80\x62\x40\x51\xd3\x79\xa7\x29\xba\xe2\xc9\x8d\x1d\x8a\x29\x8b\xb4\x00\xdc\xcb\x91\x16\x3c\xd5\x49\x53\x76\x3d\x81\xd2\x68\xc7\xf5\x04\xa6\xaf\x29\x9b\xcf\xe3\xdf\x2a\x94\xdf\x6b\xa2\x3c\x81\xa9\x43\xf9\xc9\x25\xea\xf5\x57\xae\xa8\x04\x25\x5d\x66\x3e\x6c\xba\x9c\x03\x14\xdf\x14\x9b\x9f\x4f\x3a\x50\xb4\x9e\x2b\x14\xad\x67\x26\x37\xd3\x7a\x66\x31\x25\x02\xe6\xd3\xe8\x4b\xa6\x75\xcf\x67\xa6\xf5\xc6\x82\x15\x5a\xef\x01\x2a\x41\xd1\x7a\xe5\x37\x0c\x33\xb9\xf2\x1b\xb0\x34\xd7\x0c\xe5\x27\xb7\x28\xcf\x67\x3d\x50\x7e\x92\xf6\x38\xd2\xb9\xf1\x4d\xcc\x2d\x59\x4c\x7f\x06\xcf\x99\x18\xf4\x0c\x9e\x25\x19\x66\x66\x40\x9b\xcf\x62\xd0\x33\x24\x5a\x10\x83\x9e\xc1\x33\x28\x26\x3c\x03\xac\x2e\x0f\xbe\x82\xa8\xca\x83\xaf\x60\x32\xca\xd2\x6c\x66\xa8\xfe\x8d\xd6\x3d\x4b\xd2\x6c\x66\x68\x6c\xf2\x41\x7b\x8d\xfd\x32\x68\xaf\x31\xbb\x62\xbb\xd3\xf8\x2b\x0f\x5a\xf7\x9c\x4d\x5a\x07\x7a\xe6\x49\xeb\xcb\xbf\x69\x35\x03\x5a\x5d\x96\xc1\x63\xda\xe4\xf0\x85\x94\x45\xb1\x2a\x93\xd6\x8f\xdf\xa3\xf5\xeb\xf7\x26\x14\xeb\x3e\x17\x14\xfd\x14\xf3\x9e\x01\x93\xdf\x17\x32\xff\xf6\xfb\x69\x43\x49\x96\x51\x63\xbe\xe0\x93\x2c\xe6\x3d\x5f\x74\xf4\x2c\xe6\x3d\x6d\xda\xca\x32\x6a\x4c\x9b\xd2\xb2\x8c\x1a\xd3\xc6\xba\x2c\xc6\x3e\x5f\xcf\xb5\x18\xfb\x7c\x3d\xd7\x32\x6a\x4c\x9b\xe7\xb2\x98\xf7\x7c\x3d\xd7\x62\xde\xf3\x4b\xe5\x16\x45\x7b\xa8\x05\x59\xe6\x81\xf9\x02\xe5\xf3\xa1\xd7\x68\xbb\xf9\xf0\x15\x54\x86\x2c\xe6\x3d\x5f\xcc\x7a\x59\xe6\x81\xf9\x62\x8a\xc9\x87\x11\x79\xae\x0f\x2d\x78\xae\x0f\x23\xc2\xd8\x93\x0f\xbd\x46\xb7\xcf\x87\x5e\xa3\xdb\xe7\x43\x5f\x30\x12\xe5\x4b\xeb\x66\xbb\x52\x0e\xe7\x97\x8e\xf8\xd3\xef\x9f\x22\x65\x6d\x46\x78\x41\x91\x02\x38\x23\x73\x5d\x84\x67\x67\x44\xf4\x17\xb1\xf2\x19\x99\xb3\x22\x44\x39\x23\x8a\x63\x11\xa2\x9c\xb1\x74\xa8\x02\x35\xa1\x2a\xd4\x81\xd2\xcc\x47\x94\xae\x22\x96\x3c\x63\xe5\x9b\xc2\x7b\x33\x22\x56\xca\x4b\xcf\x10\xd3\xe5\xa5\x67\xcc\x75\x79\x69\x61\xf8\x3d\x5a\xf8\x9a\xdd\xdf\x64\xc9\xe5\xa5\xf1\xe5\xd7\x18\x10\x36\xc5\x22\xd8\x36\x0d\x87\x4a\xa4\x2b\xe8\x63\x25\xd2\x15\x2c\x5b\x25\xd2\x15\x26\xbe\x44\x26\x82\x89\x2f\x91\x89\x38\xfe\x0a\xdd\x44\xf2\x97\x48\x37\x59\x86\x12\xb5\x98\x11\x29\x56\xc4\xd8\x67\x0a\x7e\x6f\x40\xf9\xc9\x09\xe5\x27\xb5\xd0\xe9\xf5\x93\x17\x8a\xbe\x48\xbb\x9e\x89\x2d\x5f\xc4\xf4\x67\xca\xa6\x12\x14\xdf\x84\xe9\x27\x74\xa7\x02\xd3\x4f\x48\xfe\x02\xd3\x4f\x48\xfe\x92\xe8\x0b\xec\xa5\x24\xfa\xd2\xfc\x15\xfa\xd2\x19\xbb\x30\xc1\x4c\xc3\xed\x1d\x28\x3f\x49\x3f\x39\x00\x05\x61\xf1\xa5\xb2\x89\x0a\x50\xcc\x35\xc2\x22\x81\x33\x4a\x66\x0c\x88\xbf\x92\x19\x03\xba\x45\xc9\x19\x8a\x16\x10\x2b\xc9\xeb\x87\x58\x49\xdb\x2d\x30\x06\xaf\x4a\xa6\x9f\x80\xb8\x82\xe8\x48\x78\x06\x4a\xa1\x2f\x37\x40\xd1\x17\xc4\x66\x91\x21\x68\xda\x84\x53\x10\x2b\x36\xc5\x14\xf9\x02\xa6\x4d\x0e\xa5\xaa\xbd\x8c\xfe\x50\xea\x84\xe2\x49\x81\xf7\x99\x3d\x4b\x42\x0f\xd3\x36\xbe\x22\x4d\x7f\xda\x16\x59\x10\x24\xd9\xa3\x15\x24\x9f\x19\x71\x54\x04\xc9\x67\x86\xb5\x16\x04\x49\x09\x7e\x72\x42\xf9\x49\xad\x51\xc1\x34\x52\x04\xbb\x67\x79\xfd\x9e\xd6\xa8\x78\x0c\x08\xa0\x82\x38\x2a\x08\x20\x5b\x3b\x0b\x02\xc8\x36\xc5\x82\x00\x2a\x58\xd5\x0b\x02\xa8\x78\x44\x42\x01\xb3\x20\x6e\x0b\x02\xa8\x6c\xff\x46\x3f\xaf\xdf\xa3\x9f\xd7\xbf\xd1\x4f\xcf\x35\xe2\xa8\xe2\x19\x28\x88\x9c\xea\x5e\x4f\x8d\xbd\x62\x6a\x2a\xb2\xa3\xcf\x8a\x48\x2d\x88\x9c\xea\x31\x20\x72\x6a\xf2\x7b\x1a\x7b\x85\xb1\x17\xd9\xd8\x67\xf5\xf8\x26\xed\x79\x7c\x8b\xf6\x2a\xa7\x43\x78\x61\xd6\x4a\x5f\x10\x39\xd5\xe7\x01\x91\x53\x51\x4a\xca\xe6\x3d\x84\x68\xd9\xbc\xe7\x59\x92\x6e\x3f\x2b\x8a\x47\x91\x6e\x3f\x2b\x86\xca\x82\xe8\xa8\x18\x58\x0a\xa2\xa3\x7a\x96\x10\x1d\xd5\xb3\x74\x34\xa2\x86\xb2\x56\x10\x01\xcd\x5c\x43\xda\xfc\x6c\x18\xf2\x8a\xcc\x18\xb3\x61\x2e\x2b\xb2\xf4\xce\x86\x52\x52\x64\xe9\x9d\xcd\xf3\x29\xe3\xc4\x6c\x60\xeb\x72\x69\xc1\xf3\x79\x69\x01\xf4\x5e\x64\x9c\x98\x0d\xbb\x42\x41\x90\x34\xe6\xb3\x0a\x13\xcc\xc6\x7c\x56\x04\x49\x2b\xf7\x07\x2c\xb9\x0a\x3c\xcc\x56\x03\xaf\x65\xa8\x06\x55\xa0\x16\x94\xa6\xba\xa1\xbd\x54\x59\x5e\x67\x1b\x7e\x92\x21\x4c\x77\x85\x21\x4c\x77\x85\x21\x4c\x3f\xc9\x24\x61\xd9\xaa\x0f\x43\xc0\x5a\x56\x03\x43\x40\xf6\x56\x41\x90\xd9\x60\x28\x35\x30\x81\x6c\xe4\x1a\x18\x1e\x4c\xbf\x22\x0b\x1b\x5a\x4f\x45\x16\xb6\xc3\x88\x02\xfd\x3c\xfe\x26\xfd\xbc\xfe\x26\xd3\x89\xd6\x53\x65\x25\x9d\xed\xfa\x9b\xea\x67\x7f\xdc\x9e\xfa\xd9\x39\xd2\x55\x56\xd2\xd9\x11\x01\x15\xc9\xd8\x93\xa9\x04\xc5\x7b\x02\x32\xb3\x73\x00\x2a\x52\xb3\x27\xfa\x89\xd4\xec\x2c\x6d\x45\x34\xf6\xec\x27\x35\x67\xdd\x4b\x8b\x68\xec\xc8\xf3\xfa\xd2\x17\x2c\xf5\x15\xd1\xd8\xbd\x62\x88\xc6\xee\x15\x43\xfc\xf5\x56\xa1\x34\xbe\xee\x35\x8a\x7c\xd3\x6b\x94\x02\x14\x3d\x4b\x7c\x13\x93\x4a\x4d\x8c\xc1\xab\x82\x90\xe9\x08\xdf\x8a\x20\xe9\x9e\x6b\xc4\x43\x47\xc0\x56\xc4\x43\xf7\xcc\xcb\x48\x34\xc7\xe3\xdf\x34\x86\x81\xfd\xb6\xc2\xe6\x07\xba\x61\x95\xe5\x75\x0e\xcf\x27\x58\x62\x60\x3d\xae\x32\x12\xcd\x81\xe1\xa9\x16\xf5\x65\x20\x52\x6b\xa1\x05\xcf\x60\xd5\xd8\x07\x7a\x4e\xad\xbc\xe7\x59\x42\x20\x0c\xcf\x8b\xcc\x49\x73\xa0\xf5\xd4\xa6\x99\x18\x9e\xa5\x46\xcf\x70\x51\x56\x70\xc6\x98\xb4\xde\x68\x01\xab\x65\x6d\xb4\x80\xb0\xa8\x32\x2e\xcd\x81\x68\xac\x8d\xf6\xae\x5b\x50\x7b\xf3\x71\x0b\x1b\xca\xef\x1d\x28\x7f\xf3\x42\xb1\x2a\x88\xa3\x89\x91\xa8\x82\x6b\xa6\x77\xa4\x1c\xce\x73\xa2\xa2\x54\xd9\x99\xe7\xf4\xfe\x94\x89\x6a\x4e\x8c\x44\x55\x76\xe6\x39\x51\x58\x2a\x78\x68\x22\x36\x2b\x22\x67\x62\x24\xaa\x88\x9c\x89\x91\xa8\x0e\x5a\xc0\xc8\x57\x11\x39\x13\x91\x5a\xc1\x3c\xd3\xeb\x20\xb7\xee\x9c\x18\x89\x2a\xe2\x68\xa2\xe8\x54\xc4\xd1\x44\xb5\xa9\x88\xa3\xd9\xfc\xde\x84\xf2\x6f\xcc\x12\xda\x67\x1d\xcc\xd2\x70\x7b\xcc\x92\x79\x0f\xa2\x6a\xa2\xda\x54\x90\xd3\xf4\xbe\x06\x39\x4d\x54\x9b\x8a\x18\x9b\x88\xf7\x0a\x72\x9a\x5e\xb1\xc9\x2c\x79\xc5\x26\xe3\x33\xef\x01\x55\x4d\x4c\x4d\x15\x11\x37\xbd\x9a\x20\xa7\x85\x07\xaa\x22\xb8\x96\x57\x0c\xc1\xb5\xbc\x62\x32\x4a\xcd\xf5\xd6\x1f\xb1\x64\x20\xcf\xf2\x82\x21\xd3\xd6\xcb\xc4\xcb\xe7\x3a\x17\x1a\x43\x95\xcf\x75\x2e\x2f\x1f\x32\x6d\x79\xc1\x64\xaf\x9a\x0b\x1d\xa8\x22\xd3\x16\xc0\xbe\x02\x79\x96\x27\x1e\xc8\xb3\xda\x81\xd2\xf0\x16\x0e\xc4\x8a\x4c\x5b\x9e\x78\x59\xa1\xe6\xf2\x04\x22\xb7\x6c\x6b\xad\xc8\xad\xb5\x68\xe1\xf2\x1e\xfa\x5f\x45\x52\x2d\x74\xa7\x86\xa4\x5a\x18\x4a\x1a\x02\x68\x5d\xff\xc6\xf8\xae\x7f\x53\x7b\x9b\x98\x87\x86\x90\xd9\xf8\x94\x1b\x42\x66\x23\x7b\x1b\x42\x66\xa3\x81\x35\xb9\xf7\xe6\x7e\x4d\x6d\x28\x7f\x53\x3d\xdb\xb0\x97\x86\x90\xd9\x30\xe8\x86\x90\xb1\x25\xb4\x21\x48\x36\x12\xb5\x01\xaa\x36\x1a\x4a\x43\x90\x6c\xf4\x8e\x86\x40\xd8\x3d\x42\xf1\x4d\x8c\x4b\x0d\x81\xb0\xd1\x49\x1a\x02\xc1\xd6\xce\x86\x40\xd8\x30\x9b\x86\x40\xd8\x08\xca\x86\x40\xd8\x9e\x33\x04\x82\xed\x9b\xed\x65\x7c\x87\x99\x00\x47\xed\xeb\xaf\x30\xbe\xeb\x16\x2e\x14\x5f\x91\xd9\x6b\x1e\x58\x4f\x03\x63\x1d\x5c\x94\x0d\x41\x72\xd0\xf8\x1a\x38\xea\x78\x76\x11\x24\xb6\x84\x36\xb0\xd2\x09\x17\x4a\x7d\x39\xc9\x2d\x6c\x28\xfa\x89\x90\x39\x18\x9e\x1a\x42\xe6\x60\x78\x6a\x20\xa0\xe3\xd9\x05\x01\x1d\xcf\x2e\x08\xe8\x14\x81\xf7\x06\x22\x39\x68\x7c\x0d\x44\x72\x3c\xf3\x98\xa8\x0e\xac\xa0\x21\x64\x0e\x4a\x42\x03\x4b\x1c\x50\x47\x03\x3d\x1c\xc4\x51\x93\x43\x6f\x5e\x7c\x24\x0d\x2c\x71\x11\xda\x0d\x2c\x71\x3d\x22\x0c\x56\x37\x33\x2f\x18\xac\x6e\xf7\x93\x7c\xc5\xeb\x87\x90\xb9\xcb\x4f\x6a\xfd\xee\xf6\x6f\x13\xca\xef\x2d\x28\xfa\x82\xd9\xeb\xa2\xbe\x34\xcc\x5e\xf7\xb8\x67\x5f\xeb\xb7\x1e\x44\x63\x93\xd9\x6b\x3d\xa8\x0c\x4d\xa2\x6a\x3d\xb0\xdd\x26\x51\xb5\x9e\xec\x27\xa3\x28\x14\x88\x26\x71\xb4\x1e\xf7\x5a\xbe\x8e\xf5\x74\xbf\xb7\x44\x61\x36\x69\x12\x47\xeb\x21\x1e\xa9\x09\xc9\xac\xc7\x23\x12\x5a\x59\x0f\x8a\x40\xeb\xf4\xcc\xe3\x13\xd3\x5f\x0f\xa2\xbf\x0d\xda\xf3\x5c\x0f\xbe\x42\xf4\x55\x1b\xb4\x87\xe1\xa9\x89\xb1\xaf\xe0\x1d\x29\xc6\xbe\x02\xc2\xb0\x89\xb1\xaf\x80\xca\xd0\xc4\xd8\x97\x8d\x7c\x4d\x8c\x7d\x05\x14\x88\xb6\xf8\x8d\x98\x95\x26\xb6\xbb\x82\xe7\x4c\x31\x39\xcb\x0e\xbd\x26\xe3\xd2\xb2\x91\xaf\x2d\x5a\xcf\x3f\x32\x5c\xb4\xcd\x27\x31\xbf\xb7\xcd\x27\xd1\x2d\x9a\x58\xf2\x0a\xe8\x16\x4d\x2c\x79\x85\x46\xc7\xe4\x5e\x58\xa1\xfb\xbd\x09\xe5\xf7\xe8\x0a\xd1\x18\x6d\x33\xd8\xce\x26\x38\x0c\x88\x00\x9d\x76\x18\xac\x17\xe5\xd0\x3a\xf2\xae\x1d\x5a\xf7\x16\x3c\xb4\x8e\x4e\xd2\x64\xbd\x5a\x01\x06\xdd\x64\xbd\x5a\x01\x09\xd7\xc4\xe6\x97\x6d\x8a\xed\xd0\x4f\x6f\xcf\xc3\xb4\xf8\xe0\x1c\x16\xe5\xf8\x37\xfa\xe9\x85\x16\xac\x59\x01\xf7\x57\x93\x77\x76\x39\xe0\xa9\xc9\x3b\xbb\x5e\x2f\xa6\x84\xc5\x72\xb0\x50\x93\xb0\x58\x0e\x24\x6a\xf2\xb2\x2e\x47\x94\x74\x59\xc4\xd6\x8b\x86\xd2\x05\x64\xd6\x8b\xf8\xeb\x12\x16\xeb\x25\x76\xa1\x0b\x91\x2c\x5b\x18\xbb\x84\xc5\x7a\x39\xb6\x5d\x02\x61\xbd\xd9\xbf\x2d\x28\xff\x46\x7b\x1c\x8e\x2e\x81\xb0\x5e\x8c\x2f\x5d\x02\x61\xbd\xac\x74\x0f\xf4\x85\x95\xee\x81\xf1\xe1\xd4\xea\x81\xf1\xb5\x00\xc5\xf8\xba\xdf\x63\x7c\x1c\xb1\x1e\xe8\x4b\x67\x44\x81\xbe\x60\xb4\xe9\x42\x16\xeb\x85\x81\xf5\x97\xf1\xa1\xaf\xf4\x97\xf6\x30\xc5\xf4\x97\xf1\xb1\x2a\xfd\xa5\xd7\x98\x4d\xfa\xcb\x57\x30\x9b\x74\xb1\xf9\xf5\xde\x02\xa5\xaf\x44\x56\xa5\x8b\x41\xaf\x88\xde\xd8\xc5\xa0\x97\x2d\x8c\x5d\x06\xab\x15\x13\x33\x21\x2f\xc5\x8a\xc5\xbf\x69\xae\xa3\xe7\x45\xec\x7a\xc5\xfa\x42\xf1\x4d\x58\x72\x4f\x7c\x13\xe5\xa2\xcb\xf0\xb4\x6c\x53\xec\xc2\x0b\x2b\xa2\x40\xf4\x4c\x7b\xdb\xbf\xd1\x1e\x36\xd3\x9e\x3b\x14\xb3\x24\xdf\xc3\x8a\x88\xb1\x2e\x03\xd2\x4a\x8f\x29\xb5\x67\xd3\x5d\x17\xb2\x58\x09\xd1\xdf\x65\x5c\x5a\x09\xd1\xdf\x25\x10\x56\xc2\x1d\xd5\x85\x3a\x96\x8d\x75\x5d\xe2\x61\x25\xef\x1e\x05\xa8\xae\x54\x4c\x75\x28\x7f\x45\x7d\x49\xb8\xa3\x7a\xa1\x2f\xcd\xdf\xa4\x2f\xdd\xdf\xa4\x2f\x88\xfe\x5e\xe9\x0b\xe2\xbd\x57\xfa\x32\xfd\x1b\x7d\x41\xa0\xf7\x4a\x5f\x10\xe1\x5d\x42\x66\xd9\x08\xd6\x25\x64\x56\xba\x03\x4a\x3b\xcb\x11\x4f\x5d\x62\x65\x39\xe2\xa9\x4b\xac\x2c\xc7\x38\x75\x89\x95\xe5\x18\xa7\x8e\xe8\x70\x8c\x53\x47\x74\x38\x96\xa7\x0b\xe5\x2c\x47\x12\x75\xa1\x9c\x95\x09\xa8\xec\xc2\x0b\x2b\x23\xb4\xbb\xcc\x5e\x2b\x7b\x96\x06\x5f\xf1\x4c\xc8\x35\xbd\xb2\xf7\x84\x0c\x56\x2b\x83\xb8\x3a\xc2\x22\xe3\x3b\xea\x08\x8b\x8c\xef\xa8\x0f\x5a\xf8\x52\x9e\x7e\x93\x25\x77\xe4\x48\xf6\xe4\x22\x47\x1c\x67\xda\x91\x23\x8e\xc7\xeb\x13\x0a\x56\xd7\x65\x69\x5a\x8e\x64\xed\x8b\x4e\xc3\xf8\x3a\x92\xc3\x36\xbe\xbe\x18\x3a\x81\x67\x7d\xd1\x69\x5c\x4e\x7d\x31\xf1\xe8\x5c\x1d\xa9\x92\xbd\x60\x8a\x6f\x5c\xc5\x8b\x82\x08\x28\x5e\x14\x58\x79\xc1\x0e\xd4\x61\xde\xc5\x13\x0f\x4b\x2e\x04\x5f\x75\x58\x72\x89\x8c\x41\x96\xa6\x55\xbc\x28\xb0\xe4\x82\xbe\xd2\x61\xc9\xb6\x1b\x76\xf9\x8d\x57\x31\x73\x93\xc6\xbe\x1c\xc8\xd7\x61\xc2\xa5\x30\xf1\x30\xe1\x82\xe9\xa7\xc3\x84\x4b\xf5\x93\xb4\xe0\xc5\xbc\xb4\xc0\x91\x1e\xd2\xdf\x57\xc1\x09\x33\x1e\x46\x84\x8b\x6b\xc0\xbc\x0b\x46\xa2\xf1\x30\xbe\xee\xf7\x0a\xd4\x82\xa2\x2f\xc4\x53\x8e\x87\xbe\x0c\x7f\x93\xbe\x00\xe2\x86\x8c\x3d\xab\x60\x32\x1a\x32\xf6\xac\x82\x4e\x32\x02\xa3\x45\x0b\x19\x81\xd1\x6e\xbf\x47\xaf\xd1\x42\xc6\x4b\xaf\x59\xb1\xf1\xf2\x4d\x8c\x3d\x43\x7a\xf8\xaa\x30\x94\x21\x3d\x7c\xd5\xc7\xef\xa9\x67\x15\x87\xd7\x90\x1e\xbe\x2a\x0e\xaf\x01\x13\xae\x30\x9b\x01\x13\xae\xac\xed\x90\x3e\xbd\x2a\x41\x46\x43\x86\x99\x55\x89\x3d\x1e\xf2\x59\xac\xca\x4a\x8f\x48\x7b\x68\x28\x43\x7e\x89\x65\x7b\xea\x90\xae\xbd\x2a\x6e\xdd\x21\x5d\x7b\x55\x0c\x48\x43\x86\x99\x55\xd1\xf8\x06\xec\xda\xd6\xd5\x01\xbb\xb6\x3d\x75\xc0\xae\x2b\x06\xa4\x91\x18\x03\x0a\xcb\x80\xed\x56\xd0\xdf\x80\xed\x56\x18\xd8\x80\xd1\xd6\x4e\xeb\x85\x27\x51\x35\x46\xa1\x05\xaf\x11\xac\xae\x72\xc6\x06\xac\xae\x72\xc6\x06\xac\xae\x7a\x8d\x60\x75\x95\x33\x36\x2a\xf3\x82\x21\x6f\x54\xe6\x05\x55\x63\xc0\x06\xeb\xf1\x93\xb4\xee\xd5\xac\xea\x67\x7b\xfc\xe4\x80\xf2\x93\x13\x8a\x5e\xc3\xf8\x1a\x01\x80\x03\xbd\xb8\x61\x1a\x19\xb2\xfe\xaf\xe6\xf5\x93\x09\x67\x35\x94\x8b\x81\xce\xdc\x08\x19\x1b\xe8\xcc\x0d\xa4\x3d\x1a\xed\xa1\x61\x8e\x46\x7b\x5e\x3f\x99\x69\x56\x43\xf1\x18\x9d\xf6\xaa\x29\xda\xf3\xcc\xcb\x14\xb3\x1a\x11\x4f\xa3\xd3\x5e\xa3\x9f\x68\xd7\xcd\xeb\x30\xf8\x26\x2a\xc3\x90\x61\x66\x35\x54\xc5\x01\xdb\x6d\xa8\x8a\x03\xb6\x6b\xb3\xec\x90\x61\x66\xb5\xe5\xaf\x30\xbe\xe5\xdf\x68\xcf\x2b\x86\x8e\xde\xf0\xb7\x0d\x78\x6b\xc3\xdf\x36\xd0\xc3\xbf\xf4\xce\xdf\x66\xc9\x03\x15\xfd\x4b\x0d\x14\xa5\xae\x74\xf4\x8e\x21\xab\xc9\xea\xe8\x7f\x43\x8e\x81\xd5\xd1\xff\x86\x7c\xd1\xcb\xd6\xd5\x21\x8b\xca\xea\xc8\xa6\x21\xa7\xc1\xea\x48\xe9\x81\xa2\xdf\x3d\xb9\x2b\x40\xf1\x1e\x8a\x7e\xc7\xd2\x34\xe4\xa7\x5e\x1d\xc6\x37\x60\xe5\x1d\xed\x65\xc0\xca\xbb\x17\x45\x7e\xea\x65\x9b\xe9\x80\xb1\xf7\x66\x8a\xbe\x74\xbf\x77\xa1\x38\x46\x9b\xbe\x78\x51\x40\x08\xdd\x53\x0d\x0a\xe8\xc4\x92\x0e\x04\x42\xc7\x7e\x34\xd0\xed\x3b\x7a\xdc\x40\x20\x74\xb4\x9e\x21\xcf\xf4\xea\x3e\x00\x87\x6f\x1e\x16\x05\x11\xd0\x31\x8d\x0c\xf9\x9b\xd7\xf0\xec\xa2\x87\x0f\x64\xfd\x90\x7b\x61\x0d\xcf\xa7\xc2\x8a\xd6\xc0\x9c\x34\x10\x0f\x23\xfb\xbd\x06\xe5\xf7\x74\x54\x86\x99\x06\x4c\x7f\x54\x8d\x6f\xc2\xf4\x07\xf2\x7c\xc2\xf4\x07\x8c\x7d\xa2\x95\x0f\xb4\xba\x09\xd3\xb7\x25\x74\xa2\x95\x0f\xe2\x68\x27\x4c\x7f\xec\x00\x35\xa0\x22\x94\x56\x7a\x1c\x7f\x85\xbe\x70\xdc\xe7\x43\x5f\x10\xb0\x53\x7e\x82\x35\x39\xee\x13\x8d\x7d\x22\x60\x27\x1a\xfb\x0c\x7e\x32\x42\xf9\x49\xad\xca\x24\x92\x75\xa2\xb1\x4f\x4c\x15\x13\x8d\x7d\x66\x7f\x65\x43\x31\x76\xf9\x02\xd6\x44\xeb\x99\x2f\xed\x21\xc6\xe6\x4b\x7b\x68\x75\x13\xb1\x32\xb7\x9f\xd4\xbc\xcc\x63\x2a\x43\x55\x28\xfa\x82\xc6\x37\x15\xf9\xbc\x96\xc7\x80\xc8\x59\x1e\x03\x82\x64\x71\x1e\x26\x82\x64\x91\x90\x31\x11\x24\x0b\x05\x62\xa2\xdb\x2f\x14\x81\x89\x6e\xbf\x3c\xbe\xc4\x93\x88\x87\x89\xe8\x58\x1e\x11\xa2\x63\x11\x9b\x3b\x11\x1d\x8b\x5d\x30\x11\x1d\xab\xfa\x3d\xfa\x89\x2b\x6e\xca\xfd\xbc\x96\x67\x02\x14\xb0\x50\xc1\x66\xa6\x05\xcf\x0b\x42\x66\xa1\xed\x4e\x84\xcc\xc2\xf9\x36\x33\xa3\xc5\xf9\x36\x65\xd0\x59\x6b\xfb\x2b\xb4\xe0\xf9\x44\x1c\x39\x2c\x73\xa2\xf7\x3b\x10\x73\xa2\xf7\x2f\xc4\xfb\x44\xef\xdf\x98\x77\xa6\x3c\x0a\x6b\x23\xd0\xa7\x3c\x0a\xcb\x86\xc3\x89\x18\xdb\x38\xed\x26\x7a\xff\xc6\x69\x37\xd1\xfb\x6d\x46\x9c\x65\x40\x31\x22\x25\xad\x2d\x1b\x15\x27\x98\x60\xa3\xac\x4d\x30\xc1\xce\xfe\x4d\xfd\xdc\x9e\x79\x04\xa5\x8d\x8a\x13\x61\xb8\x51\xc8\x26\xc2\x70\xa3\x90\x4d\x84\xe1\x46\x58\x4c\x84\xe1\x6e\xa6\xe8\xe7\xd7\xf9\xfb\x4d\x96\x3c\x91\x93\xb6\x3e\x4e\x00\xc2\x46\xe7\x9a\x00\x84\x8d\xce\x35\x91\x93\xb6\x45\x4e\xec\x4e\x8e\xbc\x9c\xd8\x9d\x36\xb2\x62\x02\x1e\xb6\x97\x08\xf0\xb0\x91\xd2\x13\xf9\xba\xbd\x28\xc8\x57\x5b\x26\x27\xf2\x75\xe3\x6e\x9b\xc8\xd7\x8d\x06\x36\x91\xaf\xe7\x71\x7b\x03\xca\xdf\x9c\x50\xfe\xa6\xc6\x60\x5b\xe4\xc4\x5e\x75\xd0\xc7\x26\xb2\xf7\x78\xc1\xe4\x22\x59\xc7\x0b\x86\xec\x3d\xe8\x63\x13\xd9\x7b\xd0\xc7\x26\xb2\xf7\x78\xc1\xb0\x73\x1d\xb4\xa5\x89\x24\x3e\xb8\xdb\x26\xd2\xf6\x78\x51\x90\xb6\x07\xd1\x31\x91\xb6\x07\x90\x33\x91\xb6\x07\x2d\x79\x0e\x46\x84\x3c\x9f\x48\xdb\x63\xf6\x89\xa0\x3c\xb8\xdb\xe6\xe4\x2b\x9e\x4f\x04\xde\xf5\xbc\x20\xf0\xae\xe7\x05\x81\x77\xd1\x6c\x26\x02\xef\x62\x11\x9b\x08\xbc\x0b\xdc\x9b\x08\xbc\x8b\xd6\x33\x11\x78\xd7\xb3\xa4\x38\xda\x75\xd1\x6c\xe6\xa6\x85\x6c\xea\x85\xe2\x2b\x18\xba\x2e\x21\x47\x13\x11\x77\x09\x39\x9a\x88\xb8\x8b\x48\x9d\x60\x9e\xeb\x59\xc2\xec\x75\xc1\x12\x13\xb3\xd7\xc5\x40\x36\xe5\x79\x5f\xb7\xb9\x05\xfa\x82\x2e\x33\x31\x89\x5d\x74\x99\x89\xd8\xb4\xad\x75\x22\x36\xaf\xf7\x27\x26\xb1\x6b\xc6\x00\xaa\xba\x9e\x41\xcc\x5e\x17\x13\xd5\x04\x63\x5d\x54\x94\x09\xc6\xba\x88\xd4\x29\x01\xbb\x9f\xc7\x2d\x2c\x28\x7f\x73\x8b\x42\x61\x99\xc2\x5f\xfb\xb1\x58\x11\xfe\xda\x0f\x26\xaa\x29\x51\xbc\x1f\xcf\xa7\x44\xf1\xb6\xfd\x76\xca\x24\xb6\x1f\x1c\x6c\x53\xa2\x78\x3f\xf8\x6b\xa6\x44\xf1\x7e\x2c\x80\x84\xd4\xf6\x83\x60\x9e\x42\x6a\xdb\x96\xde\x79\xe9\xa7\x19\xca\xa5\x2f\x66\xd0\x97\xbe\xb0\x0e\xeb\xa1\x2f\x98\xa8\x96\x04\xf3\x76\x9e\xed\x7a\xe8\x0b\x66\xc4\xf5\xd0\x1e\x86\xa7\xf5\xd0\x1e\x86\xa7\xf5\x30\x76\xe6\x7a\x05\x7a\x8d\x98\x5e\x81\x5e\x1f\xff\x46\x5f\x30\x55\x2c\xe1\xaf\x1d\x70\x66\x2e\x09\xca\x1d\x50\xe4\x96\x04\xe5\x76\xd2\xc5\x92\xa0\xdc\x81\x68\xea\x25\xef\xc6\x0e\xcc\xc4\x92\x77\x63\x07\x66\x62\xc9\xb4\xb5\x43\xbe\x50\x41\x14\xae\xc6\x15\x69\x01\xc1\xb5\x22\x2d\xa0\x00\xae\x48\x0b\xd5\x94\x66\x22\x34\x7f\xb3\x40\xf9\x3d\xcd\x44\x18\xfe\x6d\x40\xf9\x37\xfa\x42\xfe\xea\x92\x80\xdd\x81\x28\xaa\x15\x19\xed\x1c\x3f\x60\xc9\x2b\x31\x04\x64\xe1\x4a\x0c\x01\xdd\x69\x25\x86\x00\x38\x5a\x89\x21\xa0\xf5\xac\xc4\x10\x3c\xb9\x92\xe0\xdb\xe9\xc0\x4b\x12\x7c\xbf\xb8\xc6\x96\x24\xf8\x7e\x83\xbf\xa9\x21\xbc\xd1\xd4\x84\xf2\x37\x0f\x14\xd3\x29\x5b\xdd\x7e\xd1\x8f\x96\x6c\x75\xdb\xf6\xd4\xa5\x20\xb1\xed\x18\xcd\x25\x97\xcc\x7e\x91\x62\x2b\xd3\x17\x4f\x67\xa6\x2f\x9e\x4e\xc9\xfa\xfd\xe2\x0c\x5b\x99\xbe\x74\x7f\x85\xbe\xa0\x31\x2c\xc9\xfa\xfd\x7a\xe2\x25\xeb\xb7\x23\x36\x57\xa6\x9f\x04\x35\xad\x42\x5f\x3c\x83\x92\xe7\xfb\x25\xaf\x70\x15\xc6\x4e\x84\xf6\x92\x3c\xdf\x2f\xfa\xc3\x2a\xf4\xc5\xb3\x5b\xe8\xcb\xf6\x57\x18\xbb\xe7\xba\x32\x76\xcf\xb5\xe4\xf2\x8e\x38\xca\x96\xe4\xf2\x8e\x38\xca\x96\x24\xf1\x8e\x9e\x6b\x89\xdb\x1d\x83\xbf\x32\xa0\xa4\x57\x2d\x09\xd1\x1d\x09\x04\x5b\x8d\x6f\xa2\x3f\xac\xc6\x37\xbd\x46\x8a\x02\xd8\xb1\x99\xba\x50\x7c\x53\x81\x67\x3b\x7a\x06\x3b\xad\x7b\x06\xe5\xae\xd9\x71\x30\x76\x05\x9e\xed\x38\x38\x7e\x0a\x3c\xdb\x71\xfa\x2b\xb4\x80\x76\xb6\x3a\x2d\x78\x3e\x07\x7d\x41\xbc\x2f\x79\xfa\xb7\xf3\x34\x97\x44\xdc\x8e\x38\xa7\xd6\xa0\x2f\x18\xc8\xd6\x60\xb4\xd7\xef\xd1\x17\xcf\xe7\xa0\x3d\x62\x5e\x97\x00\xe5\x76\x82\xd2\x12\x6a\xdc\xb6\xe6\x2e\x39\x76\x76\x42\x03\x5b\xf2\xd8\xef\x04\xb4\x5e\x12\x94\x3b\x61\x1a\x59\xf2\xd8\xef\xe4\x1d\x29\x8f\xfd\x4e\xc5\x4f\x16\x28\x3f\x59\xa1\xfc\xcd\x06\x45\x5f\x84\x3d\x77\x32\x63\x90\xa9\x70\x27\xa2\xb7\xd7\xa2\x2f\x98\xb6\xd6\xa2\x2f\x98\xb6\xd6\xa2\x2f\x08\xf4\xb5\xe8\x0b\xaa\xd4\x5a\xf4\x05\x75\x69\x2d\xfa\xe2\xf9\x5c\xf4\xc5\x3b\x72\xd1\x17\xef\x41\xc5\x48\xef\x84\x23\x70\x29\x46\x7a\x27\xc4\xd8\x5a\xf4\xf3\xf8\x49\xad\x6d\xf2\x5c\xcb\x8d\xb5\x6d\x21\x5e\x8b\x31\x5c\xf7\x9a\xb9\x46\xcd\x5a\xc2\xac\x3b\x23\xd4\x96\x84\xfd\xce\x9e\x79\x09\xfb\x6d\x5b\xf2\x92\xb0\xdf\xce\x43\x5d\x4a\xe0\xde\xd9\xeb\x20\x61\xbf\xb3\xd7\x41\x02\x7d\x67\x8c\x52\x4b\x02\x7d\x67\x5c\x94\xeb\xd0\x9e\xd7\xe8\xd0\x9e\xd7\xe8\xd0\x1e\x7e\x97\x75\x68\x0f\xa5\x6b\xc9\x8f\xb5\xb3\x57\xec\xd0\x1e\xea\xc4\x92\xd0\xde\xd9\x2b\x76\x69\x01\x84\xbe\x2e\x2d\xe0\x29\x5b\x42\xbe\x5b\x86\xdf\xdf\x66\xc9\x97\xc6\xbd\x44\x48\xe9\x4c\x98\xf7\x42\x12\x67\x02\x9e\x16\x92\x38\x63\xaf\x5a\x97\xc1\x7a\x89\x90\xc4\x8e\x09\x5d\x48\x62\xdb\x84\xf7\x43\x37\xd1\x3b\xf6\x43\x37\xf1\x88\x6e\xa4\x74\xc6\x23\xba\x91\xd2\xe5\xf1\x7b\x05\xaa\x41\x69\xaa\x9d\x2f\xbe\x91\xcb\x05\xad\x6e\x0b\x30\xef\xf2\xfa\xbd\x0b\xa5\x7e\x6e\x81\xe2\x5d\xd0\x42\xb6\x40\xf1\x76\x3d\x8a\x2d\x7b\xea\x2e\x38\x7d\x36\xd2\xbd\x10\x60\xb5\x91\xee\x25\xf9\x2b\x9a\x89\xc2\xd2\xee\x40\x5f\xd0\x49\x76\xa0\x2f\xd9\x2d\xd0\x17\x34\xc5\x8d\x1e\x50\xd0\x14\x37\x7a\x40\x41\x43\xd9\xe8\x01\x05\xab\xd7\x46\x0f\x28\xe8\x86\xfb\xa5\x2f\x2c\xed\x7e\xe9\x4b\xf7\x7b\xf4\x05\xe3\xcb\x16\x60\xde\x05\x8b\xd8\x96\x8d\x76\x17\xb4\xc8\x8d\x36\x51\x90\xe0\x1b\x6d\xa2\x20\x56\xf6\x4b\x3f\xa7\x5b\xa0\x9f\x68\x3d\x1b\x4d\xa3\x10\xec\xb5\xd1\x26\x0a\xb6\xb3\x8d\x36\x51\x38\xe0\x1b\x6d\xa2\x60\xd4\xd8\x68\x13\xb6\x41\xef\xc8\x18\xb0\xab\xed\xc8\x18\xb6\x5b\x60\x0c\x68\x52\x1b\x4d\xa3\x1c\xbf\xc7\x18\x8e\xdb\x63\x0c\xd7\x4f\x32\x06\xef\x25\xd4\x89\x8a\xd6\xba\x51\x27\xaa\x77\x0f\xea\x44\x45\x6b\xdd\xa8\x0c\xd5\xbb\x07\x95\xa1\x7a\xf7\x08\xd8\xef\x8a\xd3\x75\xa3\x32\x54\xef\x1e\x01\xfb\x5d\xd1\xd5\x36\x2a\x43\xf5\x5e\x42\x65\xb0\xb5\x7a\xa3\x32\x54\xf4\xdb\x8d\xca\x50\xd1\x6f\xb7\x82\x03\x77\xcd\x7e\x52\xe3\xab\x18\xeb\x36\xa2\xbf\xc2\x0a\x36\xa2\xbf\x7a\xbf\x20\xfa\x2b\x7a\xdc\xce\xb4\x87\xb6\xbb\x0b\xed\x79\x2f\x09\xe6\xef\x8a\xb6\xbb\x0b\xe3\x03\x59\x6c\xd4\x82\xea\xbd\x84\xe8\xaf\x18\xf2\x76\xa1\x2f\xde\x4b\x82\xf2\xe9\x46\x53\x5b\x14\x91\xc8\x5b\x50\x3e\x5b\x7f\xdf\x52\x19\xb2\x23\x19\xb6\x54\x86\x6c\x65\x66\xcb\xe6\x9d\x23\xee\xd9\x2d\x98\x9f\x13\x66\x93\x2d\x75\x22\xa7\x63\xea\x6b\x5e\x72\x79\xfc\x95\xaf\x35\xca\x03\x2c\xb8\x65\xf3\xce\x93\x42\x0f\x5b\xae\xbf\x52\xc0\x97\x5b\xca\x45\xa9\x9f\x16\xbe\xc6\x50\x6c\xcc\xda\xc2\xf9\xd5\xa5\x16\xb6\x70\x7e\xcd\x1f\xea\x6b\x0c\xd5\xc1\x96\x5b\x38\xbf\x39\x89\x65\x4b\x45\x69\x4e\x46\xd9\xc2\xf9\xad\x11\xaf\xb3\x85\xf3\x5b\x43\xad\xdb\x52\x5f\xda\x20\xe2\x62\x4b\x7d\x69\xce\xb3\xdd\x72\x20\xb6\x8d\xc9\x6f\xcb\x81\xd8\xce\x75\x0b\x5f\x63\x68\x2a\xed\xf0\x9b\x2c\x79\xcb\x3c\xd0\x3b\x01\x64\x5b\xe6\x81\xfc\x46\x7f\x64\x68\x72\xbd\xec\x32\x0f\xe4\xf4\xe9\xf4\xd7\xd0\xcb\x43\xe8\xd0\x96\x79\xa0\x84\xe2\xdf\x8e\x26\x09\x3d\x67\x4b\xaf\xaa\xce\xf0\xdf\x32\x1d\xb4\x40\xed\x81\x2d\xd3\x41\xeb\xd3\x94\x86\xde\x11\x08\x5b\x26\xfd\xee\x92\x21\x5b\x66\x85\x74\xcd\xc0\x64\x56\xc8\xef\xe3\xf7\xb4\x7c\x8d\xdc\xf5\x2d\xcd\x2d\x3b\x52\x77\x4b\x73\xcb\x9d\x24\x88\x2d\xbf\x6a\x3e\xd5\x2d\x0c\x28\xb6\x84\xb4\xba\x12\xb0\x96\x6d\x69\x75\xc5\x1e\xf4\x2d\xad\xae\xd4\xe4\xaf\x1c\xb6\x04\xe3\x93\x56\x57\x1a\xd1\x0a\x5b\x2e\x84\x72\x09\xeb\xdb\x72\x21\xd4\x42\x60\xd6\x96\x51\xa3\x56\x92\x60\xb7\x8c\x1a\xd5\x56\xfc\x2d\x6d\xb0\x3a\x6e\x77\x4b\x1b\xac\xe3\xfa\x9b\x5f\xe3\xab\x8b\xaa\x1d\x5b\xda\x60\x7b\x7c\x8c\xe4\x5e\x68\x6f\x71\x0b\x5d\x54\xf5\x93\x43\x9b\xe7\xb8\xbd\xa9\xf9\x24\x78\x6e\xcb\xf5\x90\x6c\x7c\xd9\x72\xeb\xe6\xfc\xf9\xa6\xc6\x57\x2c\x36\xa5\x45\x16\x27\xe4\x6e\x69\x91\xb5\x79\x55\xa4\x45\xd6\x41\xf4\xc0\x96\x16\xd9\x52\xe6\x9b\xd2\x22\x5b\x47\x63\xdf\xd2\x22\x5b\xf5\x4c\x48\x8b\xec\xd5\xc2\x42\x5a\x64\x36\x5e\xd8\xd2\x22\xf3\x7f\x7b\x52\xeb\xd7\x28\x11\xb4\xe5\xdd\xc8\x0e\x23\xdc\xf2\x6e\x94\x40\x80\xdc\x9e\xac\x9f\x77\x81\xbc\x1b\xe5\xf5\x9c\xc9\xbb\x51\x72\x61\xdd\x27\xeb\x67\x41\x22\x47\x75\x19\x66\xad\x32\x04\x95\x83\x9d\x72\x4b\x33\xad\x4e\x85\xd9\xd2\x4c\xab\xcb\x2a\x6d\x69\xa6\xb5\x1c\x53\x5a\x3f\x3b\xed\xb6\x34\xd3\xba\x01\xda\x5b\x9a\x69\x7f\x06\xfd\x94\xf6\xd9\x9d\x13\xbb\x17\x67\xec\xf5\x57\x74\xc6\x9c\x72\xbf\xa5\x7d\xd6\x4c\x22\xef\x96\xf6\xd9\x1e\xb3\x10\x69\x9f\xfd\xb5\x72\x21\xed\xb3\x67\x0c\x5d\x7b\xc3\x22\xbd\x0e\xd2\x3e\xb3\x9d\x76\x5b\xda\x67\xee\x68\xc2\x5b\xde\x94\xbc\x2c\xc2\x15\x6f\x95\x37\xba\xe8\x96\x66\x9a\xcf\x34\xa5\x35\xba\x1e\x91\x32\x02\xf3\x4d\xa6\x9a\x66\xbe\xfa\xc9\xaf\xf1\x95\x85\xe9\x60\xcb\x44\x55\x73\xf5\x93\x53\x54\xe3\x1c\x49\xa3\xad\xcb\x82\x59\x1a\x6d\xdd\x16\x01\x32\x51\xd5\x3d\xdd\x33\xf1\x10\x9b\xaf\xf6\x81\x87\x58\xc4\x49\xdb\x6d\x9f\x95\x96\xb6\xdb\x1c\xe5\xb0\x0f\x7b\x30\x99\xd2\x1e\x9c\x5e\x5b\x69\xc2\xfd\xbd\xfe\xa6\xd6\xe8\xa3\x82\x29\xa2\xab\x2f\x0b\x20\x99\xb6\xd2\x59\x7e\xaf\x8b\xf2\xe9\x90\x96\x9c\x1f\x9f\x69\x99\xb6\x72\xb8\x6e\x6f\x69\xe6\xd1\xd8\xf7\x81\x47\xc6\x1f\xc5\x25\x6f\x59\xbd\x4a\x88\x6c\x64\x59\xbd\x8a\xad\x2d\x5b\x6a\x78\xc9\x18\xc0\xb7\xd4\xf0\xd2\xa9\x98\xb0\x65\x11\x2b\xd7\x5a\x88\x2c\x62\xd5\x2a\xfa\x96\x8a\x5e\x8b\x27\x5e\x7a\x78\x2d\xdb\x94\xd8\xcb\xb4\xbc\x93\xb5\xac\xbd\x9f\xf7\xc4\x5e\x92\x87\x2e\x1d\xbd\xc7\xe1\x27\x87\x36\x5d\xf3\x6f\x1a\xba\xc3\x52\xb6\x32\x68\xf2\x1c\x6c\x5d\xe9\xef\xb9\x5a\xa3\x95\xfe\x5e\x97\x8f\xd1\x65\x69\xd1\x06\x8f\xf4\xf7\x6e\x5b\xcf\x91\xfe\x9e\x9d\x88\x7d\xa4\xbf\xe7\x88\xa6\x78\x1e\xb6\x6e\xf2\x93\x6c\xdd\xe3\x27\xb3\x0e\x3f\x82\xe4\x48\xb7\x2f\x4e\xcc\x3c\x0a\x66\x2b\x89\x5a\x5e\x47\x6e\xb3\x92\x70\x16\x1d\x59\xe7\xca\x41\x57\x3b\xb2\xce\x55\x5b\xee\x8e\x02\xdd\x6a\xcf\x6e\x7d\x49\xf6\x82\x4f\x8e\x10\x42\x3b\xc1\x2d\xe8\x68\x3e\xd5\xbf\x5d\x0e\x2a\xfd\x94\x4b\xad\xdb\xe0\x71\xe4\x52\x4b\xa7\xf2\x9e\xd0\x43\x3a\x84\x93\x1d\xa1\x87\xfc\x14\xbf\xc7\xf8\xae\x9f\xe4\x68\x12\x9c\x74\xe4\x6e\x2b\xe1\xf1\x7b\x1a\x5f\x47\x9b\x38\x42\x16\x2d\x20\x10\x8e\x90\x45\x2b\x1c\x9c\x23\x57\x5c\x3b\xc9\x4f\x4a\x3c\xc4\xea\xf6\xbe\xc6\xd7\x07\x7a\xea\x11\xea\x48\x27\xbb\x75\xb4\xb3\xee\x6f\x6a\x7f\x5a\x53\x3c\x8a\xfe\x28\xf6\xd1\x1f\xb9\xf0\xb2\xab\x93\x1d\x21\x92\xfc\x02\xec\x8f\x10\x49\x7e\xa9\x01\x76\x84\x48\xca\x18\xa6\x32\xcc\x94\x99\x97\x0b\xaf\xdb\xcc\x76\x84\x56\xba\x63\x8f\x8f\xd0\x4a\x7e\x31\xc5\x1c\xa1\x95\xf2\x10\x59\x70\x84\x56\xda\xbd\xfe\xe6\x44\xa7\x64\xe6\x85\x56\x4a\x18\xee\x99\x8e\xa6\x83\xe0\x8e\xd0\x4a\x49\x38\x95\xcf\x8b\x78\x47\x8f\x3b\x42\x2b\xc5\xee\xd9\x23\xbb\x68\x71\xd1\x82\x23\xbb\x68\xb3\x7d\xf3\x44\x58\x0f\xac\xf5\x08\xc9\x74\xa3\xaa\x23\x24\x93\x1b\xa6\xad\x23\x24\x53\x5f\xef\x17\x21\x99\x6a\x83\xdc\x11\x92\xa9\x36\x24\x1c\x21\x99\xba\x51\x58\x8e\x90\x4c\xb5\xc7\xe4\x08\xc9\x34\x57\x85\x3c\x42\x32\xad\x73\x36\x8f\x90\x4c\x9b\xd5\x5f\x61\x7f\x82\x09\x8e\xec\xa9\x7d\x73\x36\x8f\x50\x4e\x71\xe2\xf7\x11\xca\x29\xae\x15\x73\x12\xfc\xc5\xbb\x47\x46\xd3\xea\x18\xfe\x23\xa3\x69\xb5\x78\x38\x42\x40\x6d\x20\xd4\x8e\x10\x50\xb6\x4d\xf8\xc8\x68\x5a\x5c\x92\xe8\xc8\xed\x59\x27\x8a\xc7\x11\x3a\x6a\x33\xb8\x75\xf1\x97\xd7\x3b\x39\xb1\x3f\x9b\xbf\x82\xfa\xe2\x59\x4a\xa0\x87\xed\xf6\xd8\x9f\x3e\x8d\x09\xf4\x80\x5a\x70\x84\x9c\xf2\xe7\xac\x08\x39\xe5\xf7\x0b\x05\xfc\x26\x4b\x3e\x99\xad\x4b\xd2\xc5\x51\x3c\x65\x8e\x68\x7c\x47\x80\x2b\x7f\x0e\x40\x66\x69\xd1\x53\x8f\x6c\xb4\xf9\x10\xd8\x73\x32\x52\xd3\x07\x27\x5b\x6a\xba\x2b\x9d\x0d\xc9\x80\x64\xbf\x2d\x69\xb9\xd3\x13\xed\xc5\xbf\x69\xeb\x3a\xb8\xec\x08\xc4\x15\xc3\xe7\x93\xad\xb9\xb1\x44\x99\xad\x8b\x2e\x7a\x04\xe2\xca\x6e\xa6\xa4\xd9\x3c\x98\x00\x8e\x62\x34\xeb\x83\xdc\x3a\x02\x78\x35\x01\xf3\x8f\xec\xbe\x35\x0d\x3f\xa9\xa3\xf9\x39\x1c\x02\x7f\x35\x03\xb4\x8f\xc0\x5f\x6d\xee\xa7\x6c\xc2\xd5\x19\x81\x47\x36\xe1\x3a\xb6\xbf\x39\xd0\x6f\x19\xbb\x80\x61\xdd\x66\x91\x02\x86\xd5\x49\x1e\xa7\xa0\xf5\x04\xff\x76\x44\x45\x7f\xe5\x82\x25\x18\x7b\x05\x54\x11\xe7\x7d\x04\x0c\xdb\x2c\xa6\x74\x34\xed\xb4\x3b\x02\x86\xfd\xf3\x4d\x01\xc3\x6e\x5b\xeb\x11\x30\xec\x0d\x1b\xf4\x11\x30\xec\x0e\x47\x3a\x02\x86\x7d\x64\xc6\x2e\x8b\x74\x9f\x16\x39\xb2\x48\xa7\x0b\xf8\x3b\x02\x8d\x39\x67\x7f\x45\xac\xa7\xf9\x70\x08\x34\x66\xe7\x23\x1e\x81\xc6\xec\xbc\xad\x23\xd0\x98\x57\x72\xaf\xb5\x7e\xae\xe1\x71\x1a\x47\x93\x8a\x6e\x47\xa0\xb1\xb4\x64\x4a\x47\xd3\x79\xa1\x47\xa0\xb1\x34\xf7\x4c\xa0\xb1\x1c\x2a\x34\x1c\x81\xc6\x9a\xd1\xa0\x8f\x40\x63\x2d\xd5\x4f\xb2\x7e\xde\x75\x42\x86\x75\x00\xd0\x8f\x90\x61\x5d\xc0\xcb\xd3\xcc\x7a\x4c\x69\xfd\xec\x9e\x3d\x42\x86\xcd\x48\xe6\x08\x19\xb6\x61\x36\x28\x64\xd8\x96\xd7\x4f\xc8\xb0\x17\x42\xe2\x8e\x90\x61\xb7\x2b\xfc\x74\x03\x7b\x53\x88\x7e\xa2\x38\x4e\x07\xd8\x9b\x85\x08\x19\xe6\x64\x11\x07\x32\x2c\x16\x8d\x20\xc3\xbe\xfd\x5b\x65\xae\xfd\x4d\x89\x8e\x05\xd6\x3d\x46\x86\x16\x24\x42\x86\xe5\x45\xc7\x3b\x20\x43\x57\xeb\x3b\x20\xc3\xec\xdd\x0a\x32\xcc\x20\xca\x03\x32\x74\xc2\xf8\x01\x19\x56\xf4\xfe\x03\x32\x74\xb6\xe7\x19\xb0\x56\x32\x08\x0e\xc8\x30\xa3\x8b\x1e\x90\xa1\x0d\x72\x07\x64\x58\xad\x24\x18\x19\x7a\x06\x41\x86\x4e\x93\x39\x46\x86\xde\xbb\x20\x43\x17\x1f\x3d\x20\xc3\xd0\xfc\x9e\x44\xe3\x0b\x2a\x3e\x42\x86\xed\xbd\xee\x8b\xd6\xcf\xfe\x85\x23\x64\xd8\xf2\xa7\xd7\x5a\x3f\x07\xeb\x1d\x21\xc3\xe6\xfc\xe3\x23\x64\xd8\x86\xf9\x84\x90\x61\x73\xad\x9f\x23\x64\xd8\x23\xd1\x34\x47\xc8\xb0\x17\x90\xf6\x11\x32\xec\xad\x98\xd2\xf9\x1b\xfb\x47\x11\x17\x47\xa0\xb1\xdb\x2b\x7f\x00\x8d\xc9\x12\x5c\xa0\xb1\x64\xec\x4e\x47\xa0\xb1\x14\xeb\x01\x80\xc6\xe6\x89\x10\x68\xac\x4e\x82\x3d\x02\x8d\x6d\x79\xa1\x05\x1a\xbb\x03\x4a\x8e\x40\x63\xb6\x6d\xf0\x08\x34\x66\x67\xd5\x1f\x81\xc6\xec\xba\x62\x47\xa0\xb1\xb8\xf6\xef\x59\x3e\x9a\xfe\x8d\xa3\x69\x41\xb2\x38\x9a\xd6\xea\x00\x8d\xc9\xda\xae\x40\x63\x6b\xdd\xbf\x55\x98\x8d\xdb\xd3\xf8\x1c\x3a\x74\x00\x94\x63\x98\x1a\x62\x44\x1e\x3b\x80\xd2\xde\xd9\x23\x40\x99\x3f\xda\xa0\x00\x65\x7e\xcd\xe6\x05\x28\xb3\x53\x4d\x8f\x00\x65\xde\xd8\xce\x8e\x00\x65\xb1\xcf\xfc\x08\x50\x96\xc7\x7a\x87\x00\x65\x71\x4a\xc4\x11\xa0\x2c\x46\x08\x47\x80\xb2\x38\xc4\xfd\x08\x50\x56\x57\x17\x39\x02\x94\x75\x58\xb7\x10\xa0\x6c\x05\xb3\xc2\x11\xa0\x6c\xcb\xda\xa0\x00\x65\xaf\x5e\x31\x01\xca\x74\xa2\x7f\xd3\xf8\xa6\x99\xf7\x06\xf4\x9b\xf5\x6c\x8c\x36\xde\x82\x00\x4a\xbb\x80\x0e\x80\xf2\xc3\x18\x00\x94\x2e\x0a\x79\x00\x94\x4e\x5b\x3e\x00\x4a\xa7\x26\x1f\x00\xe5\x07\x67\x08\x50\x76\x17\x7c\x3a\x00\xca\x88\x4d\xff\x00\x28\x9b\x59\xb9\x00\x65\x3e\x9f\x16\x1a\xb8\xcd\x5f\xd1\xd1\xcc\x18\x7b\x8e\x00\x65\x7f\xbc\x93\x0d\x28\xcd\x50\x00\x94\xb3\xfb\x3d\x44\x87\x05\xac\x51\xa3\x05\x09\xa8\xb1\x99\x0d\x82\x1a\x27\x88\xf2\x5c\x44\xbf\x45\x80\x50\x63\x4d\xd6\x99\x41\x8d\x09\x53\xcc\x01\x35\x4e\xb3\x10\x50\xa3\xab\x85\x1d\xa1\xc6\xe6\x02\x9c\x07\xd4\xd8\xad\x09\x5f\xaf\x1f\x33\x01\x6a\xcc\x9e\x79\x50\x63\xf7\x2e\x07\x35\xba\xee\xf1\xb9\x18\x15\x09\x07\x3c\x42\x8d\xe5\xf5\xf8\x2e\x5a\x2b\x09\xc0\x47\xa8\x31\xdd\xa6\xf1\xdd\x07\xad\x0e\x0b\xf8\x05\x35\x46\x0c\x02\x17\xd4\xe8\x18\xdb\x0b\x6a\x3c\x18\x6d\xae\x50\x63\xb1\x67\xe0\x82\x1a\x5d\xd7\xef\x0a\x35\xd6\xa7\xbb\x05\xb4\x72\xc4\xfb\x15\x6a\xac\x2e\x45\x7a\x85\x1a\xab\x43\x1a\xaf\x50\x63\xb3\x2a\x75\x85\x1a\xbb\x4d\x62\x57\xa8\x31\xc7\xe2\xf7\x40\x1d\xdd\xbf\x69\x7f\xde\x62\xea\x82\xb8\x78\x52\xa8\x31\xbb\x40\xd8\x0d\x18\x74\x10\x7f\x37\x78\x7c\x07\x2a\x82\x80\xfc\x9b\xc6\xe7\xe2\x9c\x37\x18\x15\xfb\x2b\x42\x8d\xfd\x43\xc1\x5f\x30\x94\x5c\xa1\xc6\x3c\x39\x71\x37\x80\x3a\xc2\x8f\x58\xf2\x05\x50\xba\x02\xd9\x15\xa0\x6c\x37\xfb\x23\x56\xd8\x13\x94\xb6\xee\xb3\xfd\xa4\x58\x8f\x8b\xe6\x5c\x01\xca\x9c\x4d\x09\x50\xe6\xf9\x98\xd2\xd0\x37\xc7\xe1\x02\x28\x37\xe0\xfd\x0a\x50\x96\xec\xa1\x03\x28\x33\x47\xf3\x0a\x50\x96\xe6\x2d\x21\x40\x59\x5c\xdd\xe0\xbe\x2c\xed\xf1\x6f\x0d\x43\x89\xdf\xd3\xd0\x6d\xfc\xbf\x02\x94\x75\x67\xff\x26\xd1\x71\x71\x4b\x5c\x01\xca\x16\x3e\x3d\x43\x6a\x7e\x5a\x97\xd4\x2c\xdb\x5f\x91\xd4\xbc\x48\xe9\x2b\x40\xd9\xae\x9f\x14\xa0\xec\x0f\xda\xf5\x15\xa0\xec\xfd\xf3\x64\x44\xfb\xcc\x50\x62\x3d\x93\x23\x76\x05\x28\xd3\xc1\x4e\x79\x05\x28\xd3\x49\x7e\xb2\xb2\x95\x36\x94\x6d\x59\xcc\x59\x44\x6b\xf5\x66\x15\xa0\xcc\xb6\xe3\xdd\xc8\xd1\xbc\xee\x19\x5b\x17\x41\x79\x05\x28\xb3\x23\x12\xae\x00\x65\x8e\xc7\xed\x69\xfd\x92\x67\x50\x80\x32\xbb\x64\xcf\x15\xa0\xcc\x2e\x31\x73\x05\x28\x73\x85\xcd\x5f\x01\xca\x3c\xdd\xb3\x84\xc1\xa3\x99\xc2\xe0\xe1\xcd\x9a\x30\x78\xa0\x2d\x5d\x00\xa5\xad\xc7\x37\x21\xfa\xd1\xae\xaf\x00\x65\x71\x31\x9a\x9b\xec\xca\x61\xc5\x04\x28\x4b\xc7\xb4\x75\x05\x28\xcb\xe7\x10\x0b\x50\x96\x49\x7d\xdf\x9b\xf0\x67\x1c\xb7\x27\xd6\xba\xd0\xbc\x6f\xc6\x5e\x0c\x80\xbd\x19\xd6\x8a\x3e\x7d\x85\x1a\xeb\x8b\x53\xf2\x0a\x35\x56\xe3\x93\x9b\x41\x55\x5e\xdb\x6c\x83\x07\x3b\x44\xa8\xb1\x7e\xfa\x29\xd4\x58\x47\xf5\x7b\x0d\x13\x80\x9f\xec\x68\x7c\x7e\x52\xe7\xef\x33\x2f\x19\xad\x0e\x23\xc3\x15\x6a\x6c\xf6\x98\x5c\xa1\xc6\xf6\x7a\x47\x66\xb4\xba\xe2\x11\x69\x7f\x4e\x02\x38\xaf\x50\x63\x73\xa1\x80\x2b\xd4\xd8\x5c\x02\xf3\x0a\x35\x76\x07\xeb\xdd\x02\xaa\xf2\xe9\x17\x6a\xec\x8e\x5c\xba\x05\x5b\x2b\x0e\xb6\x2b\xd4\xd8\xed\xe7\xb9\x05\x54\xe5\xdd\x2a\xd4\xd8\x97\xc7\x2e\xd4\xd8\xb7\x67\x50\xa8\xb1\x5b\xa7\xbc\x42\x8d\xd9\xde\x94\x2b\xd4\x98\x5d\x38\xf7\x82\x1a\x5d\x63\xfa\x0a\x35\x76\x17\x28\xba\x42\x8d\xbd\xfa\xe4\x08\x35\xf6\x83\x0e\x7b\x71\x27\xa6\xe0\xdf\xb4\x7e\x8e\xbe\xbf\x42\x8d\xf5\x9a\x83\x09\x35\xb6\x8f\x58\x11\x6a\x6c\x07\xb5\xee\x82\x1a\x1f\x73\x14\xa1\xc6\xdc\x70\x1c\xdf\x0a\xea\x48\xfe\x66\x47\x04\x98\x02\x15\xa3\x90\x5d\x50\xe3\x1c\x9c\x23\x50\xa3\xd5\xdd\x8b\xab\x71\xd4\xfe\x23\x96\x6c\x2f\xe4\xe7\x23\x78\x21\x7d\x34\xf1\x42\xda\x86\x72\x9b\x6d\xad\x2c\x51\xc3\xe0\x61\x59\xd8\xb0\xd5\x5d\x53\x09\xf3\x07\x8b\x22\x40\x99\x9d\xd3\x75\x05\x28\xcb\x4b\x14\xe8\x15\xa0\x2c\x4e\x5f\xbd\x02\x94\x65\x7a\x0b\x0a\x50\x96\xbd\xfc\xa4\x86\xee\x4c\xad\x8b\xab\x31\x02\x25\x6e\xc3\xcb\x9a\xfd\x1b\xac\xb5\xb8\x3d\x6d\xdd\xe3\xc3\x01\xa0\xcc\x38\x33\xaf\x00\x65\xa9\xc0\xee\x2b\x40\x59\x86\xdb\xeb\xd8\xb2\x30\xda\xdc\x8e\x97\x15\x8d\xf6\x0a\x50\xb6\x43\xd4\xc1\x15\xa0\xec\xdd\xc2\x42\x80\xb2\x14\x8f\x5d\x80\xb2\x4c\x1f\xf7\x8e\xd6\xe3\xad\x24\x40\xd9\x67\xf4\x57\x70\xf3\x1c\x7f\x85\xad\xfb\xba\x3d\x0c\x02\x16\x01\x00\x4a\x17\x1a\xbf\x00\xca\x7e\xfd\x1e\xae\x54\xec\xfd\x77\xe0\x8a\xf3\xc1\xc1\xd5\x38\xa6\x7f\x63\xeb\x2e\xff\x16\x01\xef\xb4\x20\x40\xd9\xec\x25\xbf\x02\x94\xad\x5b\xd6\x0b\x50\x36\x3b\x61\xae\x00\x65\x7f\xa2\x9f\x6c\x38\x64\x19\xed\xc0\x55\xec\x9e\x09\x50\x66\x47\x24\xdc\x81\x9b\xe7\x43\x69\xfd\x26\x38\xea\x0e\x1f\x4d\xe6\x65\xe0\xc6\x0a\xee\x19\xae\x38\x62\x5d\xee\xb4\x56\x47\x0b\x13\x5b\xdd\x87\xb2\x2d\x99\x16\x04\x28\xcb\x8b\x23\xf0\x0a\x50\x96\x66\x81\x20\x40\x59\xba\x47\x0b\x6a\x2c\x5c\xd4\x70\x41\x8d\xae\xbb\x70\xa7\x6d\xc9\xac\x1f\xae\xc6\xf7\x98\xc2\xd5\xe8\xdd\x83\xab\x31\x7f\x9e\x5c\x58\x88\xfd\xcd\xcd\x8a\xb9\x2f\xa0\x0e\xc0\xfb\x15\x6a\xac\xd3\x63\x10\x6a\x6c\x4e\x3b\xbf\x42\x8d\xed\xb3\x43\x16\xae\x70\x50\xc7\x15\x6a\x6c\xd3\x2d\x08\x35\xb6\x6b\xe5\x69\x79\x7f\xfa\x37\x44\xbf\x19\xdf\xc2\x15\x8e\x01\xf0\x82\x1a\x93\xd9\xee\x02\x15\x9b\x79\x0b\x35\x96\x61\xce\x20\xd4\x58\x9d\xb2\x7d\x71\x43\xf6\xe6\x27\xc5\x7a\x3a\x86\x8b\x2b\xd4\xd8\x5e\xac\xce\x77\xe3\xce\xb7\xca\xb7\x0d\xfa\xd9\xc9\x42\x86\xe9\x9a\x5d\xe3\x6a\xfc\x30\x68\x21\xc3\xf2\x10\xb2\x79\x37\x3c\x04\x94\x7a\x85\x0c\xcb\x32\x0f\xd9\x88\xbf\xe0\xf7\xd0\x4c\xad\x4f\x1b\x19\x9a\x99\x6e\x23\x5f\xbf\xa7\x31\x54\x30\xc8\xdd\x18\x15\x87\xfb\x79\xe8\x99\xdb\x03\x59\x70\xc9\xc1\x3d\xec\x41\xf3\x97\x83\x3f\xc3\x7a\xb8\x90\x61\x36\xae\xb9\x42\x86\x59\x95\x03\x7f\x9b\x25\x1f\xec\xc5\x80\xe2\x7b\x60\x9f\x00\xb5\x2b\xd0\x98\xab\xa5\x2d\xa0\xb1\x5b\x77\x3a\x44\x32\xf8\x50\x09\x34\xe6\x8e\x95\xf4\xe2\x85\x74\x8d\xa5\x0b\x68\x74\x51\xf7\x0b\x68\xdc\x9f\x01\x6d\x1c\x49\x0c\x56\xa0\x31\xdb\x01\x75\x05\x1a\xf3\xf5\xd1\xbc\x76\x05\xf0\x15\x5c\x8d\xd9\x92\x18\x57\xa3\x53\xb6\xaf\x80\x61\xa9\xd6\x8b\x05\x0c\x4b\xb3\x5e\x25\x60\x58\x9c\x1a\x79\x05\x0c\xcb\xf0\x06\x11\x30\x2c\xd3\x0c\x5a\xc0\xb0\xac\xd7\xdf\x9c\x2c\x3b\xdb\x0c\x60\xb8\x88\x17\xbd\x00\xc3\x6d\x4d\x11\x77\xe2\x47\x86\xe2\x4e\x4c\xda\x74\x81\x4b\xb5\x6a\x12\x26\x08\x8f\x80\x61\x25\xea\x34\x3c\x0f\xc0\x57\x26\x87\xf0\x3c\xb8\x4b\xc5\xca\xc3\x23\x60\x58\xb3\xb4\xac\xf0\x08\x18\xd6\xa6\x03\x10\x1e\x80\x61\x3b\xfe\x4d\xda\x19\x1e\xe6\xf0\xe0\x32\xec\xd5\xed\x4d\x9c\x1b\x19\x0a\xbb\xb6\xf4\x80\xf0\x3c\x78\xbb\xa7\x9f\x04\xfc\x35\xb7\x7e\xd1\xea\x18\x83\xc0\x5f\x23\xed\x21\x3c\x02\x7f\xed\x91\x1b\x24\x3c\x01\xe3\x44\xe0\xbd\x00\x9b\x48\xf4\x2c\x10\x2c\x94\xfc\x1b\xc1\x42\x12\x5c\xe1\x11\xf8\xeb\x40\xe4\xf0\x00\xfe\xa2\x42\x1a\xc3\x23\xf0\xd7\xdb\x61\x96\x04\xfe\x3a\xd6\xea\xf0\xd8\x2d\x58\x18\x91\x50\x5c\x3f\xdd\x4f\xe2\xb1\x5f\x8c\x28\x70\x8c\x2a\x63\x00\xc5\x25\xe9\xa9\xe1\x11\x8a\x2b\xef\x39\x50\x18\xc8\x32\xad\x0b\xc5\xf5\xb0\x69\x4f\x28\x2e\x67\xe9\x6a\xe1\x11\x8a\xcb\xa4\x2f\x84\x47\x28\x2e\x8f\xc0\x4c\xbc\xb8\x95\x8e\xdb\xd3\x3e\x7b\x17\x33\x81\x5b\x90\x4a\xc0\xe1\x79\x31\xb0\x78\xdd\x85\xe2\xda\xb8\xee\x0b\xbe\x95\xee\xaf\x68\x8d\x42\x36\x25\x51\x45\xbc\x47\x78\x70\x0b\x46\xcf\x35\x6e\xc1\xe8\x75\x8f\x18\x20\x32\x73\x2d\x14\x57\x30\x5f\x85\x47\x28\xae\x50\x71\x30\x3c\x11\x03\x60\xe5\x9b\x11\xdb\x7c\xf4\x7b\x85\xfd\xc2\xba\x0b\xc5\xb5\x56\x99\x6b\xa1\xb8\x5c\x3c\xd7\x42\x71\xf9\xb3\x0b\x22\x6c\x30\xf9\x9b\x66\x83\xfe\xa6\x55\x0d\x3f\x89\x81\xec\xba\x2f\xf8\x56\x82\x29\xf1\x82\xee\x9e\x81\xe2\x4e\x65\x8d\x70\x0b\xa6\x4e\xeb\x42\x71\xb5\xbb\x2f\xa0\x38\x12\x7f\xc2\x23\x14\x57\x9e\xc2\x1a\x25\x0c\x10\x8b\xd6\x41\x71\xb1\xb2\xb6\x09\xdb\xfc\xa1\x9f\x09\x03\xc4\x36\x85\x28\x1e\x6e\x61\xd0\x33\xf7\x45\xe3\xbb\x2f\x3b\x0b\x14\xf7\x04\x66\x49\x28\xae\xa6\xfc\x03\x2d\x39\x3c\x02\x78\xbd\x7b\xd3\x01\xf0\xee\x62\xe8\x99\x60\x93\xc9\xf2\x65\xcc\xda\x93\x06\x04\xf0\x0a\xb6\x9e\xf0\x08\xe0\x35\xae\x5e\x09\x0f\x6e\x41\x5c\x1d\xe1\xc1\x2d\x38\x0e\xdd\x14\xc0\x6b\xe3\x65\x92\x04\xf0\x4a\xf5\x44\x18\xe0\x79\x19\x0c\xf0\x2e\x9b\x40\x00\x2f\x73\x57\x48\x78\x70\x0b\xae\xe3\xaf\x00\xd0\x3f\xed\x69\x69\x8f\xd9\x8b\x00\x5e\xee\xc1\x94\xd8\x4b\x8c\xf4\x53\x00\x2f\x9d\x48\xcf\x0a\x11\x09\xd3\xbf\x29\x22\xe1\x26\x53\x91\xc3\xc8\x51\x29\x88\x31\x6f\xba\x82\xdb\x73\xb1\x60\x85\x60\x21\x1f\x1c\x01\xbc\xc2\x5d\x63\x81\x3b\x09\x4b\xf6\x41\x15\xc0\x2b\xa3\x31\x5a\x01\xbc\x32\x27\x23\x12\xc0\x2b\x27\x31\x76\xdc\x82\xf5\x98\x02\x00\x99\x09\x17\x22\x4a\x82\x7b\x26\x11\xb0\x37\x14\x6e\xc1\xb2\x98\x5d\xdc\x82\xcd\x2c\x4b\x00\xaf\x73\x1d\x4f\x78\x70\x0b\xc6\xec\x27\xb5\x75\xd3\x34\xa5\xad\x7b\xa7\xbf\xa9\xa3\xf9\x39\xee\x02\x78\x35\x4f\x66\x02\xb7\xe0\x63\x76\x26\x80\x97\xb3\x67\xa2\x5a\x4b\x66\x0c\xd5\x01\x6b\xfe\xca\x42\x3b\xf3\x7b\xb8\x75\x3d\x9f\x42\x71\x65\x1f\xf6\x19\x6e\xc1\xe3\x7e\xe2\x16\xbc\x85\x6f\xe2\x16\x24\x9a\x26\x70\x57\x63\xcd\x3e\xe0\xc4\x92\x3e\x66\x0c\xc4\x92\x52\xc2\x2a\x70\x57\x63\xcb\x16\x63\xc4\x92\xf6\xe6\x27\xc5\x7a\x86\xfb\x22\x14\xd7\x66\xa6\xd7\x8d\x88\xa0\xc0\x3a\x34\x44\x78\xf7\x7b\xa0\x80\x6c\x0a\x14\xe0\x79\x01\xc5\x9d\xc7\xef\x61\xdb\xcd\xee\x0b\x06\x40\x9f\x00\xa1\xb8\xdc\x1e\xd6\x08\xb7\x60\xcb\xcc\x35\x6e\xc1\x53\xfc\x1b\x28\xe0\xa1\x9f\x9d\xf5\xeb\xac\x58\xc7\x00\x78\xfc\x4d\xdc\xd6\x16\x4e\x42\x71\x75\x6d\x53\x1a\x5f\x9d\xf4\x1a\x14\x47\x96\x68\xe0\xfe\xc7\x74\x2c\x02\x8c\xe2\x2c\xb4\x41\x71\xb5\xb8\x3d\xa9\x59\xfd\x75\x5f\x70\xeb\x9a\x95\x0b\xc5\xe5\x35\x99\xeb\x01\x6b\xf5\x69\x14\x8a\xcb\x64\x6d\x06\xee\x7f\x2c\x24\x91\x05\xee\x7f\x2c\xc9\xbb\x00\xb7\x60\x74\x3f\x41\x71\xe1\xb2\x2a\xa0\xb8\xd6\xd8\x21\xb8\x05\x97\xf7\x27\x28\xae\x34\x3f\xc9\xf8\xb6\x9f\x44\x8d\xfc\xb4\x0e\x6b\xf5\xb9\x1d\xb0\xd6\x4f\x7b\x18\x70\xcd\x68\x85\xe2\xf2\x6b\xd5\x46\x28\x2e\x93\x08\x17\x1e\x50\x5c\x0d\x8c\x0f\x14\xd7\xe2\x0f\xca\x0e\x05\xae\x9b\xcc\xcd\x32\x74\x12\xec\xf5\x30\xb9\x13\xd6\x6a\x19\x2a\x80\x97\xd7\x75\x03\x05\xbb\x21\x03\x02\xe0\x9d\xe1\xdf\x24\x55\xae\x0f\x3f\x6e\x41\xee\xc4\x08\x0f\x00\x2f\x06\x26\x17\x80\x17\x1b\xc7\x08\x80\x97\x82\xfb\xa2\xa3\xd9\x7c\x8c\x88\x25\x6d\xd7\x4f\x02\x60\x17\x2d\x10\x4b\x4a\x69\xc9\xf0\xe0\x16\x3c\xd6\xb9\x70\x0b\x1e\x1f\x77\xdc\x82\x24\xd6\x06\xae\xb7\xac\xc1\x3a\xc9\x72\xb0\x1e\xfd\x5c\xd8\x06\x2b\xed\x2d\xb4\x4f\x6f\xa5\x65\x8f\x3d\x63\x17\xc0\x6b\xc4\x6b\x07\xae\xb7\x6c\x7d\xf8\x3d\x69\x3d\xcb\xcc\x74\x11\xcc\x76\x19\x11\x71\xa6\xc7\x3a\xc2\xb2\xdb\xc5\xbf\x5d\x2c\x7e\x7c\x53\x6e\xc1\xfe\xf8\x80\x6f\x6c\xd7\x16\x55\x06\x7f\x66\x75\x1b\x8f\xaf\x0f\x9c\xc0\x5f\xaf\x1e\x11\xe0\x6f\x6e\xe6\x0c\xb7\xe0\x47\xf7\xdd\xd8\xe6\x7d\xdc\x01\x7f\xef\xf0\x93\x02\x7f\xb1\xf8\x37\x0c\x48\xc5\x7d\x21\x58\xcf\x42\x1b\xf0\x37\x3d\xbb\xc4\x99\x9e\xce\x2c\x09\xfc\xb5\x69\x01\x24\xf0\x97\x9b\x67\xe9\xe0\xf6\x34\xe3\x3b\x20\x20\x8b\xf7\x03\x02\xf2\x68\x05\xfe\x4a\xb1\x78\x10\xc2\x2b\xcb\x3a\xba\x10\x5e\x0d\x16\x4e\x42\x78\x35\x2c\xb7\xc0\xd1\x34\x33\x3d\x68\xde\x81\x31\x38\xce\xd4\x8c\xfd\x60\x1b\x34\x06\x11\xc2\x4b\x67\xfb\x37\xdc\xba\xc3\xed\xe9\x68\x86\xe5\xdf\x38\x9a\x9b\x23\x0d\xc2\x4b\x0f\x4f\x82\xf0\xc2\x60\x7c\x20\xbc\x5a\x69\xe1\x5a\x2b\x67\x5e\x2e\x6e\xeb\xcd\x7c\xca\x2d\x58\xb6\x47\x04\xfa\xbb\xd5\xdf\x84\xb5\xfa\x54\x09\xfd\xd5\x0f\x33\xbd\xec\x4f\x2b\x2c\xd7\xaa\x0d\xab\x22\xf4\xd7\x92\xd7\x4f\xe8\xaf\xbf\x66\x44\x04\x93\x72\x47\x4c\x78\x40\x7f\xb9\xbb\xd7\xc4\x72\x7f\x7e\x23\xe2\x02\x01\xc4\x7d\x9a\x95\x32\x63\x81\xfb\x34\xab\xc5\x18\xf7\x69\xb6\x58\xfd\x64\x04\x2b\x15\x28\xdc\xba\xc1\x4f\x12\x11\x04\xfe\xe2\x3e\xcd\xbc\x14\x7d\x15\xb8\x4f\xb3\x91\x55\x1c\xc2\x43\x2c\x3e\x7a\x71\x90\x5b\xb0\x3f\x88\xd4\xf0\x80\x3a\x3e\xef\x31\xbe\xc7\xdf\xc4\xb6\xdb\xdd\x1e\x08\xbd\xfb\xb7\x03\x62\xee\x50\x97\xdd\xc3\x88\x84\x0c\x6b\x41\x71\x0c\x42\x86\x95\x3a\xd2\x21\x80\x0c\x33\x7b\x3e\x18\x19\x3e\xa6\x34\x3e\xdc\x82\x21\x04\x22\x2e\xe2\x0f\x2e\x7a\x0a\x41\xa0\x31\x53\x5c\x2e\x04\xe2\x4c\x03\x6c\x37\x04\xdc\x66\xc5\x8d\x77\xe0\x6c\x86\xd2\xd2\x16\x34\xd3\x80\x5b\xb0\xa2\xf5\x04\x01\xca\xd6\xae\x07\x24\x40\xc9\x65\x47\x21\x04\xb4\x9e\xe0\xe1\x69\xe8\xcf\xa6\x05\x01\xca\x1a\xd1\xf1\x82\x00\x65\xe5\xbe\xb4\x10\x5e\xd2\x10\x22\x13\x68\x40\x59\x68\x4f\x80\xb2\xf7\xeb\x27\x71\x9b\x61\x10\x08\x00\x4a\x22\x60\x43\x00\x50\x7e\xa6\x0c\x40\x39\x83\x9f\xd4\xf8\x9e\xe8\xd6\x75\x34\x5f\xf7\x13\x40\x59\xbc\x5d\x04\x28\x3b\x91\xc1\x21\xbc\x44\x5c\xc8\xf3\x1e\x02\x6e\xc1\x0b\x10\x0d\x2f\x11\x17\x1c\xb8\x00\xa0\x24\x77\x29\x04\xe2\x4c\x29\x23\x18\x02\x80\x72\x22\x51\x43\xb4\xe8\xa0\x75\x01\xca\xba\x10\x4e\x01\x40\x79\xba\xdf\x2b\x84\xf2\xd0\x33\x00\x65\x2f\x8c\x4f\x80\xb2\x61\xd5\x0b\x21\x02\x98\x61\x52\x21\xe2\x56\xf2\x31\x22\xce\xb4\xa1\xf1\x05\x00\x25\xf6\xc6\x10\x0c\x28\x7d\x70\x22\xeb\xe7\x99\x17\xa0\xac\x84\xdb\x87\x90\x30\xcc\x3c\x8c\x2f\x61\x98\xf1\xe1\x10\xa0\x6c\xd5\xab\x92\x70\x2b\x79\xa5\x93\xd3\x80\x18\x3b\x6e\x41\x43\xe4\x40\x9c\xe9\x1d\xcc\xa0\x00\x65\x4b\x0f\xad\x03\x28\x03\xba\x4c\xc0\x2d\x18\x3f\x4f\x92\xa2\x50\xdc\x17\x58\xeb\x70\x7b\x1a\x9f\xc5\x51\x48\xb0\x56\xef\x72\xe2\x4c\xcd\xca\x03\xa8\xd1\x46\xa2\x80\x5b\x70\x04\x53\x1a\xdf\xf2\x37\x71\x0b\x5a\xff\x0b\xb8\x05\x17\xc0\x37\x08\x35\xb6\xd7\x33\x91\x89\xa3\x45\x34\x06\x50\xe3\xf5\x3e\x13\x6a\xec\x61\xf9\x49\xb9\x75\x2f\xb8\x2d\x08\x35\xe6\x10\xfd\xcd\x81\xa5\x9e\xf1\x65\xd2\xb8\x92\xbf\xc9\xfa\x1d\x56\x25\x3b\x8d\xcb\xfd\x3c\x68\x9f\xa6\x34\xbe\xbc\xf8\x0a\xc1\xa4\x63\x33\xbb\x05\xd4\x81\xc2\x12\x08\x26\xed\xaf\x7f\x13\xeb\xc1\x4a\x1a\x42\xc1\x6d\xf6\xb2\x3f\x71\x0b\xe6\xc1\xfa\xe1\x16\x1c\x68\xf3\xc1\x6e\x41\xef\x1e\xdc\x82\xc7\x2c\x12\xb7\xe0\x59\x6e\x8f\xf1\x21\xd0\x03\xa8\xb1\x2c\x66\xa2\xe0\xd6\xad\x7e\x4f\xa2\xff\x09\x6e\xef\xd0\x4f\xbf\x87\x5b\xde\xad\xe3\x16\xac\x9e\x25\xa1\xc6\x42\x79\xe1\x10\x2a\x5a\xf9\x63\xca\x61\x07\x8c\x08\xd4\x78\x3f\x14\xa2\xdf\x2c\x19\xd4\x98\x9a\x29\x89\x46\xea\x87\x87\x50\x09\xd6\xf3\xba\x57\x54\xb7\xf3\x83\x1b\xaa\x43\xa8\x84\xb8\x63\xed\x0c\x02\x94\xfd\xf9\x34\xbe\xd0\xc0\x98\x40\xe2\x4c\x0d\xf7\x02\x71\xa6\xaf\x0f\x6a\x45\x61\x37\x23\x02\x50\x52\xc5\x29\x84\x86\x47\xdb\x12\xc7\xc9\x89\xe8\xb7\x01\xb7\xe0\xf1\x01\x20\xce\x34\xfb\xd8\x36\xb4\x3a\x6f\x79\xdc\x82\xf7\xf3\x1e\x80\xcb\x1b\x8b\x38\xd3\x0f\xdb\x6d\x68\x3d\x96\x5b\x8d\x60\x36\xc0\x51\xc0\x2d\x58\xae\xdb\xc3\xe3\x6b\x41\xd2\x90\x9a\x1f\xea\x60\x07\xf2\x18\x70\x9b\x61\xb4\x09\x02\x94\x75\x9a\x41\x0b\x50\xd6\x6b\x99\x2d\x40\x59\xaf\x37\x56\x37\x60\xa6\xf5\x6e\xad\xc0\xbf\xe1\xd1\x06\x9a\x85\x8e\x5b\xc9\xc2\x50\x80\xb2\x73\x39\x4f\x08\xdd\x5a\x9d\x29\xb2\xbf\x2c\xaa\x00\x94\x17\xb4\x12\x88\x33\xbd\xe8\x63\xa1\xe3\x76\xf1\x0c\x0a\x50\xf6\x30\xdd\x1e\xb6\x48\xb3\x33\x00\xe5\x6b\x16\x49\x9c\x29\x57\x57\x85\x40\x9c\x29\x57\x49\x85\x00\xa0\xa4\x12\x5c\x08\x00\xca\x9b\xfd\x5e\xe2\x70\xf8\xbd\x8c\x50\x63\x93\x13\x67\x5a\xcc\xa4\x3e\x71\xa6\x8c\x81\x38\xd3\x62\x16\x39\x9c\x62\xc2\xcc\x13\x67\xba\x31\xd3\x04\xe2\x4c\xaf\x99\xbe\x00\x65\xaf\x18\x5f\x82\x00\x65\x9f\x3e\x00\xb8\x05\x37\x70\x36\x08\x50\xf6\xe3\x1d\xe2\x0c\x44\xb4\xeb\x40\x06\x62\xc7\x52\x1f\x84\x1a\xeb\x36\x63\x27\x03\x31\x7a\x7f\x12\x67\x1a\x2d\xd0\x89\x33\x3d\x9f\xf7\x0a\xec\x85\x79\x99\x18\x3c\x30\x08\x04\x67\x20\x6e\x3f\x29\xd6\x7a\x3f\x5f\x21\xa2\xc4\x9a\x14\xc1\xa4\xcf\x87\xd2\xfa\x25\x33\x68\xa1\xc6\x6a\xcc\x1a\x26\xb6\xd6\xca\xcc\x13\x4c\xca\xad\xec\x21\x08\x35\x56\x92\x9e\x42\x20\x03\xf1\x35\x5b\x22\x03\xb1\x59\xdc\xe2\x16\x5c\x3e\x55\xb8\x05\x97\x59\xb2\x50\x63\x5b\x66\x2f\xcb\xfb\x93\x9e\x2d\x22\x82\x2c\x44\x85\x1a\xf3\xf3\x79\xaf\x63\x87\xa5\x67\x64\x27\x1e\xcf\xc4\xc2\xed\xd9\x99\x4f\xdc\x82\xc1\x67\x05\xb7\x60\x31\xc3\x14\x6a\xac\xd5\x8c\x7d\xe1\xcf\x30\x27\x12\x6a\x6c\xc9\x8a\x80\x51\x63\x35\x25\xd4\x38\x3d\x83\xa0\xc6\xdb\xf8\x0a\x2e\xc3\x66\x35\x84\xec\xc4\x61\xed\x7a\x5b\x2b\xa7\x75\x5c\x86\x03\x1c\x15\xc8\x4e\xdc\x1e\x1f\xd9\x89\x17\xc3\x53\x00\x35\x52\xee\x37\x04\x50\xe3\x7e\xfd\x9b\xc6\x77\x2c\x44\x71\x19\xe6\xf0\x43\x96\x0c\xa0\xec\xd1\xdd\xbc\x24\x17\xb0\x0c\x02\x94\x9d\xaa\x0f\x21\xe0\x4d\x7c\x2d\x0f\x0c\x28\x2d\xeb\x01\x94\x15\x48\x1e\x00\x94\xdd\x87\xff\x10\xa7\xe8\xa1\x0b\x50\x96\x8f\x8e\x27\x40\x59\x1f\x0f\x4f\x80\xb2\xda\xed\x12\x04\x28\x6b\xf2\x16\x04\x50\x66\x03\x0b\x01\xca\x4a\x55\x8b\x10\x04\x28\x6b\x2b\xee\x27\xd9\x43\xd6\x3e\x05\x28\x7b\x33\xd3\x00\x50\x06\x40\x6a\xb0\xcb\xf0\xe5\x37\x01\xca\x4e\x72\x41\x08\x17\x5b\x32\xae\x95\x70\xc9\x6e\xb3\xec\xbd\x4e\x3c\xa5\x2f\x00\xca\x7d\x58\x30\x00\x25\xb7\x75\x84\x40\x9c\xe9\xb5\x6e\x71\x31\xe8\x98\x7d\xe2\x4e\xe4\xd2\xd1\x10\x70\x27\x36\x8b\x38\x00\x65\xf1\x96\x07\x50\xbe\x9e\xeb\x8b\x37\xf8\xf3\x15\xb4\x3a\xeb\x2b\x97\xf1\xc9\x25\x1a\xde\x87\x10\x7e\xc6\xfe\x1a\x50\x06\xff\x06\xeb\x99\xfe\x0d\xd6\x03\xce\x78\x01\x94\x05\x06\xf6\x0a\x50\xa6\xcb\x86\x7c\x01\x94\x2f\x0e\x8c\x57\x80\x32\xe3\xcc\x0c\xaf\x00\x65\x4e\xac\xe6\xfb\x60\x4b\x7e\xdc\x02\xbe\x80\xe2\x6f\xea\x68\x3e\x88\x8e\x57\x80\xb2\x90\x42\x1d\x5e\xe2\x4c\xa9\x55\x1b\xde\xc7\x5a\xb9\x7b\x8d\x56\x8e\xd6\xfa\x02\x28\x89\xf3\x09\x2f\x80\x32\xc1\xd8\xdf\x80\xbb\x14\x9b\xf0\x1b\x70\x97\xe2\x24\x7c\x03\xa8\xc3\xdf\x0c\xc4\x09\x63\xa2\x7a\x03\x29\x0a\xd3\xdf\xd4\xfa\xd9\xb0\xf6\x92\x9d\xd8\x60\x91\x2f\xd9\x89\x5c\x28\x16\x5e\xa1\xc6\xfe\x99\x79\xb2\x13\xb9\x8c\x35\xbc\xb8\x21\xcb\xa7\x75\x44\xc7\xf2\x37\x09\x26\x45\xc7\x7b\xc9\x4e\xbc\x30\xda\x17\xd4\xf8\xf9\x0a\xa8\x31\x79\xae\x41\x8d\x19\x91\xf3\x0a\x35\x36\x92\x66\xc2\x0b\x6a\x24\x3a\x3d\xbc\x42\x8d\x7d\x61\x9a\x7c\x5f\x8b\x0e\xc6\x00\x6a\xac\xdd\xbf\xc1\x7a\xf0\x3d\xbc\xa0\xc6\x14\xfd\x15\x50\xd5\x71\xeb\x1a\x9f\xad\xa4\xef\xcb\xf9\xe3\xc4\xbd\xb8\x21\xc7\xe7\x2b\x07\xf5\xc5\x63\xd0\xfa\x2d\x4c\x9a\xaf\x51\x23\xf8\xe4\x8d\x46\x55\x8c\x21\xda\x17\xe0\x27\x29\x3e\x80\x99\xe6\x05\x35\x36\xf7\x25\x12\x51\x32\xfc\x9b\xc6\x67\xbb\xfd\x1b\xc9\xbe\xc4\x2b\xf2\x46\xbb\xe9\x98\x5d\xdc\x90\x27\xb3\x23\x85\x1a\xcb\x75\x3f\x41\x8d\x5c\xbb\x1b\x5e\xb2\x13\x29\xa0\x15\xde\x68\xd4\xef\xd6\x15\x8d\x71\xb0\xe2\xbf\xb8\x21\x6d\x46\x7c\x71\x43\x0e\x9f\x15\x82\x49\xf7\xd7\x29\xfe\x4d\x96\xfc\x12\x67\x7a\x7d\x1c\x04\x28\x0b\x81\x21\xe1\xc5\x43\x19\xa3\x1b\x10\xeb\xb1\x19\xe3\xc5\x43\x59\x90\x54\x2f\x71\xa6\x07\x2f\xf2\x4b\x9c\xe9\x85\x81\xbd\x09\x83\x00\xd6\xab\x17\x40\x59\xbb\xdb\xd3\xd0\x93\x17\x53\x80\xb2\xe5\xe0\x27\xc5\x7a\x5a\xf4\x57\x30\x08\x7c\x7e\xbb\x04\xf6\x30\x9d\x02\x94\x7d\xf9\x49\x12\x17\xb3\x59\x0f\x6e\x48\x02\x89\xc2\x9b\x11\x1d\xee\x59\xc6\x16\xe9\xa9\x06\x50\xc6\xc7\x4f\xe2\xe6\xf1\x06\x01\x50\xd6\x6a\x8a\x38\xe1\xc1\x61\x04\x50\xf6\xc6\x26\x20\x03\xb1\x06\x7f\xd3\x91\x0c\xcc\x67\x26\x92\xc1\xdb\x05\x57\xe3\xeb\xed\x49\x2c\x69\x74\xcf\x88\x25\x8d\x20\x92\xb7\x38\x43\x8f\x39\x73\x2c\x29\x9a\xc6\x6b\x57\xa3\x0f\x00\xae\xc6\xee\xd1\xe2\x6a\x1c\x9f\x16\xf0\x22\xfb\x80\xe3\x6a\x2c\x68\x13\x2f\xae\x46\x8a\xac\x87\xb7\x38\x0d\x88\xd9\x05\x34\x4e\x33\x22\x5c\x8d\x54\x33\x09\x2f\xa0\xf1\x9a\x79\x93\x81\xb8\xa6\xbf\x79\xb1\xa3\xb3\x62\x80\xc6\xc7\xcc\x54\xa0\xb1\x4f\xaf\x1f\x19\x88\x5c\xb2\x13\xde\x8a\xe6\x86\x13\xe6\x25\x03\xb1\x60\x16\x7a\xc9\x40\x24\x25\x29\xbc\xc4\x92\x9e\xe1\xaf\x30\xbe\x4c\x3f\x2b\x69\x40\xde\x2f\x15\x7b\xb8\x57\x85\x58\xd2\xe2\xe3\x5e\x11\xef\xdb\xef\x2d\x4c\x23\x6e\x0f\x64\x68\x56\x57\x51\x5f\xba\xbf\x89\xf8\xf3\xf1\x6b\x04\x43\x11\xcf\xf2\x36\x27\xcf\xb2\x0e\xce\x40\xfc\x50\x11\x47\x20\x33\xd8\xc8\x60\x7b\x4c\x11\xeb\x6c\xc6\xd0\x2c\xde\xe9\x19\xc8\x90\xb2\xb6\xe1\xa5\x36\x4d\xf5\x49\xc5\xd5\x78\xa6\x5b\xd7\xfa\x9d\x65\x6a\x72\xaa\x98\xf9\x66\x7b\xb8\x7f\xdb\x08\x51\x8f\x01\xf1\x50\x4d\x49\x3c\x14\x8b\x54\x02\x46\x29\x76\x15\x5e\x02\x46\xed\xc2\x7b\x09\x18\xfd\xb0\xf9\x4e\x86\x9e\x7b\xdd\x19\x5f\xa7\xf5\xce\x19\x0b\x7e\x4f\x67\x2c\xa1\xa3\xbf\x42\x86\xad\x7e\xbe\xd2\x30\x4d\x32\x67\x20\xc3\xd7\xe2\x48\xc8\xb0\x5b\x7f\x7f\x3b\x46\xb7\xe6\xaf\x50\x3a\x69\xb8\xd7\xac\x9f\x4f\x40\xb7\xbd\xdf\x2d\x10\xc5\x81\x31\xe4\xfd\xb8\x1a\x19\x1f\xc8\x30\x98\x5d\x0f\x52\x61\xfc\xcd\x41\x44\x97\xcf\xd1\x20\x5f\x02\x7c\xf2\x0e\x0c\xa3\xcb\x5f\xc1\x30\x8a\x03\xf1\x15\xfa\xab\x5f\xc7\xfe\x07\x2c\x79\x60\x33\x2d\xfe\x24\xf1\x86\xc9\x14\x9e\x7e\x34\xe8\x57\xc0\xb0\xd6\x4f\x03\x0e\x52\x61\x72\x49\x40\x7c\x2d\xc5\xa6\xab\x2a\x31\x20\x12\x10\xb9\xfe\x31\xbc\x94\xa6\x99\x80\xaa\x77\xfa\xf8\xf9\xbd\x04\xc3\xf4\x6f\x99\xad\xeb\xf7\xc8\xcd\x27\x7c\xe6\x15\x30\xac\x05\x70\xf4\x0a\x18\xd6\x8a\x43\xe8\x9d\x24\x38\x27\x53\x5a\x3e\x6a\x3e\x87\x17\x77\xe2\x04\x6c\xbe\xb8\x13\x3f\x32\x7b\xda\x53\x6c\x0a\x77\xc6\xeb\xaf\x68\x7c\xc9\x6c\x90\x2c\xc3\x08\x44\x7e\x17\x9e\x54\x1f\xd4\x45\x59\x97\xcf\x93\x18\x66\xbc\x09\xc8\x32\x8c\x66\x6e\x0b\x11\x87\xe1\xe2\x15\x30\x2c\xdc\x00\x1c\xde\x85\x88\x23\xc0\xea\xc5\x9d\xf8\x61\xd7\xcb\x09\xdc\xcc\x04\xee\xc4\xf7\x43\x91\x9b\xef\x19\x5c\xd6\xae\xdd\x17\x0c\x33\xc7\x5f\x21\x4b\xcd\xdb\x6c\x51\xdb\xc4\x8c\x9d\x2c\x43\x52\x14\xc2\x4b\x96\xe1\x8b\xbb\xe6\x25\xcb\x30\x59\x8c\x91\x65\x98\xf1\xe6\xbf\x64\x19\x76\x90\xcc\x6b\x77\xa2\x57\x85\x58\xd2\xf9\x69\x41\xeb\x67\xa0\xfd\xe2\x4e\x8c\xd7\x2d\x74\xf0\x10\xdb\x1a\x60\x78\xbc\x9a\x9b\x54\x0a\x0b\xa7\x8d\xf6\x42\x44\xc2\x6b\x60\x68\x21\x0a\xfa\x1b\xd6\x14\x37\xe2\xc1\x6c\x02\xf4\x67\x63\xc1\x2b\xf4\xd7\xed\xb3\x78\x89\x25\xfd\xe8\xe8\x42\x7f\xfd\x6c\x53\x09\x5f\xbb\x9f\x74\xe9\x2b\xfa\x42\xc0\x68\xb2\x5a\x40\xc0\x28\x25\x22\xc3\x4b\x96\xa1\xfd\x35\xef\xa1\x2c\x0f\x2e\xd8\x57\x08\xaf\x3d\x46\x32\x20\x3c\xc7\x04\xbc\x20\x3c\x2a\xb9\x84\xf7\x90\xa4\x8d\x09\xe7\xbd\x94\x16\xb2\x12\x84\xcb\x70\x59\x20\x90\x49\xf8\x9a\x9d\x81\xf0\x92\x77\x16\x08\x6f\x58\xf8\x5e\x5c\xf6\x18\x00\xdf\x8b\xcb\x1e\x54\xfc\x5e\x97\x16\xe2\x6c\x1a\xe1\x79\xbf\x80\xf0\xea\xeb\xaf\x20\xc2\xb1\x79\xbf\x04\x8c\x76\xab\x60\x04\x8c\x9e\xe8\xaf\x10\x0d\x05\x32\x7c\x09\x18\xad\x56\x82\x08\x18\x5d\xf4\x33\xe2\x32\xbc\x8a\x83\x0e\x51\x08\xaf\x79\x06\x23\x2e\xc3\xf9\xf8\x37\xf1\x90\x7b\xfd\x1b\x2e\x6d\x56\x33\xe2\x32\x3c\x30\xef\x68\x97\xe1\xf4\x93\x3a\x63\x0f\xbd\x8e\xd4\x9f\xa1\x76\x73\x88\x8f\x8b\x40\x4c\x28\x8d\xcf\xab\x19\x41\x71\x5c\x72\x1a\x22\x28\x6e\x1d\xff\x86\x81\x13\xb1\x12\x41\x71\x36\x7b\x45\x50\x9c\x62\x87\x7e\x93\x25\x47\x01\xbc\x9e\x91\xd9\x31\x38\x1b\x8b\x6e\x12\x4b\x4a\x49\xc3\x10\x89\x25\xe5\x26\x88\x10\x71\x0b\xbe\x1c\x9c\x18\x00\xb0\x78\xb4\x63\x70\x1c\xa6\x7f\xd3\xf0\x0c\x67\x63\xa0\xc6\x05\x7a\x63\x14\xc0\x2b\x35\xba\x75\x2d\xdf\x40\x04\xc4\xc0\xd0\x97\xbf\x49\xbc\xef\x72\xeb\xc4\xfb\xa2\x6b\x47\x00\xde\xf4\x18\x00\x78\xde\x9e\x51\x00\xaf\x52\xd9\x2b\x44\x00\x5e\x60\xcb\xc7\x17\xb7\x0b\x76\xe6\xf8\x12\x0c\xd5\xfc\x15\xdc\x2e\xc7\xef\x55\x2c\x69\x4c\xee\x4b\xf5\xbc\xc5\xa2\xbc\x64\xd3\x79\x0c\x2f\x29\x1f\xc9\x2d\x90\xd2\xe2\x99\x78\x09\xd6\xdb\xfe\x26\x89\xae\x40\xdd\xe8\xf2\x33\xaf\x29\xdc\x2e\x88\xb1\x08\xc0\xa3\xba\x55\x88\xb8\x05\x3b\x81\x8a\x11\xb7\xe0\x42\x38\x45\xbb\x05\x89\x9c\x88\x00\x3c\x0a\xdc\x84\xe8\x38\x53\x74\xf4\x48\x9c\x69\x41\x00\xc5\x68\x11\xe7\xdf\x70\xeb\x82\x80\x22\xe5\x67\xb8\x29\x3c\x44\xca\xcf\x70\xab\x77\x88\x91\x88\x0b\xf7\x3a\x12\xeb\x0c\xfb\x8c\x94\x9f\x79\x3f\xbf\x89\x45\xd6\xe3\xaf\xe0\x76\x21\x0e\x26\x0a\xe0\xf5\x86\x9b\x35\x0a\xe0\x75\x47\x5a\xc7\xe4\x1a\x2c\x8c\x16\x14\xf7\x7e\xde\x23\xd8\x0b\x8d\x2f\x82\xe2\xb8\x9e\x20\x44\x50\xdc\x25\x82\x39\x26\xc6\x87\xbd\x31\x0a\xc5\x35\x03\xf4\x28\x14\xd7\xc3\xf4\x93\x94\x9f\x29\xee\x8b\x44\xdc\xf0\xec\x0a\xc5\xf5\x99\xdc\x17\x82\xa1\x5e\x53\x94\x9f\xc1\x6a\x19\x29\x3f\x53\xbd\x0b\x28\x3f\xd3\x61\xf3\x11\x14\xb7\x5e\x53\x04\xb3\x25\xd8\x04\x35\x66\x6e\x35\x95\x70\xc5\x31\x13\x42\x71\x25\xc3\x3e\xa3\x50\x5c\xc9\xe0\xa1\x48\x30\x69\xf6\x8e\xa4\xc6\x0c\x45\x2f\x43\xa4\xc6\x4c\xc5\xd0\x15\xa9\x31\xd3\x81\xe4\x91\x60\xd2\x83\x9e\x1a\x33\x06\x08\xb4\xeb\x68\x84\xf7\xfa\x9b\xa8\x60\xc3\x23\xa2\x06\x0b\xc2\x22\x82\xf0\xb8\x53\x32\x44\x10\xde\x4b\xf4\x47\x04\xe1\x25\x10\x65\xc4\x2d\x58\x50\xc1\x22\x6e\xc1\x01\x63\x8f\xc5\xfc\x85\xb1\x17\x57\xcf\x63\x2f\xe1\x16\x2c\x78\x0d\x22\x6e\xc1\xdb\xdd\x7a\xc7\x59\xcb\xcc\x17\x7c\x2b\xd7\xad\x13\xac\xe7\x73\x5b\x1c\x71\xc1\xcc\x17\xce\xdf\x76\x5f\x74\xfe\x62\x77\x0b\x44\x94\xa0\x74\xc5\x4a\xb6\xa7\xd7\x5d\x08\xaf\x06\xcc\x96\x91\x6c\xc1\xe2\xfd\x09\xc2\x7b\x7c\xa6\xc9\x16\xb4\x8d\x3d\x56\x5c\xef\xe1\x47\x71\xc9\x11\xaf\xe0\xf2\x51\xc1\x2b\xe8\x50\xe7\x58\xb1\x8f\x01\xcd\x22\xae\xbf\x52\xdc\x00\x00\xe1\x75\xa7\x5d\x5b\xd5\x5f\x21\xe5\xc3\x6c\x90\x58\xd2\x8a\x6e\x18\x71\xfd\x35\xb3\x02\x81\xb8\x3e\x91\x9a\x91\xac\xbf\x63\x09\x87\x7b\x6f\xa0\xab\x45\x40\x9c\x81\x4c\x04\xc4\x05\x1f\x4d\xdc\x7b\xd6\x8f\x22\x65\x64\x4e\xf2\x57\xa4\x45\x66\x4f\xa7\x41\xdc\xf1\x57\x74\xc4\x9a\x17\xa5\x31\x06\x8b\x9c\x86\x0d\xcc\x92\x11\xf7\xde\x67\x7c\x94\x91\xc9\x66\x05\xc4\x8b\x06\x6c\x8a\xd1\xf1\xa2\x58\x34\x23\xf1\xa2\x6d\xfa\x49\x0c\x25\x3e\x54\xc4\x8b\xae\x64\x4a\x47\x6c\x99\x5d\x77\x57\xe8\xa2\xf5\x4e\x05\x2b\x1c\x6c\x51\x20\xae\x51\xc2\x3e\x44\xca\xc8\x70\x3b\x77\x88\xdd\x59\x55\xcc\x04\xf1\xa2\x8f\xd9\x27\x20\x8e\x62\xfe\x21\x02\xe2\x9a\x0f\x31\x65\x64\xa8\xc9\x10\x22\xee\xbd\x81\x85\x31\x92\xf5\x97\x86\x29\xb6\x20\xd1\xc6\xd1\x05\x46\x3f\xbf\x69\x0b\x16\x1f\xaa\x81\xe7\x1d\x0b\x6a\x14\xc0\xeb\x95\x18\xf0\x38\x2c\xc2\x19\xfb\x40\x03\xc3\xd9\x17\x71\xef\x4d\x8b\x4d\xdc\x7b\xd7\xec\xcc\xee\x3d\xcf\x0b\xee\xbd\xe7\xf3\x24\xe3\x23\xe2\x3d\x0e\xbb\x87\x4c\x49\xc3\xe4\x3e\xf5\x10\x85\xe2\x3a\x77\xaf\x84\x38\x89\x47\xf7\x11\x23\x28\x94\x1a\x10\x21\x12\x14\x1a\x30\xcc\x44\x07\x85\x12\x15\x1d\x09\x0a\x3d\x66\x9f\x13\x43\x1e\xfa\x7b\x9c\xd4\xf7\xf5\x3a\x50\x2b\xa6\x7a\xfd\x08\x0a\xfd\x30\xbe\x49\x05\x40\x33\x30\xdc\x7b\xd9\x33\x81\x7b\x2f\x7f\x9e\x24\x2b\xce\x3a\x17\x59\x7f\x83\xf0\xbc\x08\x8a\xbb\xe8\xfd\x51\x28\xae\x77\xcc\x1f\x51\x28\xae\x0f\x8f\x76\xe1\x23\xf1\x7b\xa0\xb8\x66\xb6\xbb\x70\x7f\x45\x53\x1a\xdf\xc4\xe1\x1c\x41\x71\x85\xb8\x8d\x08\x8a\x9b\x78\x06\x22\x59\x7f\xdb\x7a\x23\x59\x7f\x07\x23\x5f\x24\xeb\xef\x56\xb7\x37\x51\x12\x98\x09\x17\x1f\x35\x2b\x27\x28\x34\xfa\x6c\x92\xf5\xf7\x39\x9b\xb8\xf7\x3a\x66\xa8\x88\x7b\x6f\xe2\x00\x8e\x64\x04\x5e\x02\x46\xe3\x66\x7c\x56\x00\x29\x3e\xfa\xf8\x74\x38\x23\xd0\x27\x1c\xf7\x5e\xfc\x7c\x85\xfa\xcc\xdd\x2d\x80\x10\xc0\xd6\x11\xf7\x5e\x35\xd3\x07\xc5\x91\xcd\x1a\xe2\xc6\xc6\x5e\xfd\xe4\xc4\xfc\xe8\xdf\x6c\x88\x75\xcf\x34\xbe\xfe\xfc\xa0\x38\x67\x88\x76\xef\xe1\x48\x8a\x00\xbc\xeb\x83\x43\x19\x99\x0b\x18\x8b\x00\xbc\xee\x4d\x2e\x80\xd7\x97\x35\x1b\xbb\xf7\xac\x11\x09\xe0\x25\x92\x98\x43\x3c\xb8\x87\x70\xc2\x44\x00\x5e\xf7\xe1\x00\xe0\x2d\x6f\xc1\x43\xcc\x32\xc6\x89\x28\x17\x5e\x69\xdb\x2d\x68\xf9\x1c\x8d\x1b\x0f\x99\x4c\xc3\xbf\x91\x94\xea\xa5\x15\xc0\xab\xc7\xd4\xc5\x3b\x8b\x05\x2e\x0a\xe0\xb5\xea\x03\x77\xc9\xf7\xb7\x78\x10\xc0\xeb\x76\xa2\x45\x01\xbc\xbe\x2c\x6d\x2f\x81\x75\x5e\x94\x4b\x52\xaa\x19\x98\x00\x5e\xba\xd6\xea\x00\x78\xd4\xa1\x0b\xf1\x92\xe9\x63\x06\x76\x09\xec\xb1\xec\xa5\x54\x8c\x33\xfb\x22\x2e\xbc\x64\xc9\xef\x02\xa3\x16\x94\xb8\xf0\xfa\x67\x44\xd2\xc0\x06\x06\x81\x44\xa9\x18\xa7\x2f\x24\x4a\xc5\x4c\x58\x48\xa2\x54\xcc\x44\x66\x27\x97\x8a\xe9\xa6\xd0\xc0\xaa\xbf\x82\x06\x06\x7b\x49\x14\x18\xcd\xc3\x54\xc5\xc1\x76\xa0\xb4\x3d\x6d\xbf\x4d\x94\x8a\x31\xce\x48\x64\x0b\xce\xd7\x94\x8e\x9f\x13\x86\x12\xd9\x82\xf7\xf3\x24\x5a\x16\xf0\x39\x91\x11\x48\xed\xdf\x90\xc8\x08\x7c\x31\xfd\x24\xe2\x3e\xe3\x30\x45\x62\x3b\xe2\x28\x39\x23\x70\xf8\x3d\x22\x04\x48\xc4\x49\x42\x71\x8d\xfa\x6e\x21\xe1\xa6\xdb\xe4\x58\x25\xdc\x74\x8e\xad\x49\x64\x04\x72\x05\x7d\x48\x76\xd3\xc1\x0a\x12\x6e\x3a\x2e\x4e\x08\xc9\x6e\xba\xe4\xaf\xc8\xcd\xd3\xb7\x7b\x26\x23\x83\xc3\xde\x12\x35\x5f\x6c\x33\x4d\x64\x0b\xbe\x88\xe9\x44\xcd\x97\x84\xda\x93\xa8\xf9\x52\xdc\x33\x8a\x88\x36\x18\x74\x22\x5b\x90\x5b\x2b\x43\x22\x5b\xb0\x7b\x1d\x08\xee\xbc\x18\x2e\x92\xb3\x05\x87\x9f\x04\xa5\x7e\x9e\x74\x62\x34\xb3\xf4\x22\xc2\xab\x7f\x9b\x68\x7c\xcc\x04\x6e\x3a\x87\x9a\x25\xdc\x74\xab\xb9\x9f\xa4\x24\x6d\xbf\x47\x4a\x12\x4a\x57\xa2\xe6\x0b\x25\x3e\x43\x12\x8a\x6b\x0b\x61\x9f\xa8\xf9\x42\x99\xb1\x90\x22\x49\xd3\xd9\xef\x69\x7c\xd7\xb3\x44\x11\xd1\x8b\x51\x31\x45\x92\xa6\xd1\xdf\x93\x50\x5c\xde\x9e\xb3\x68\x16\xe9\xaf\x20\xe2\xd0\x45\x93\x51\x5c\x75\x5f\xa8\xe4\x87\x42\x96\x84\xe2\xba\x5d\xc5\x29\x52\x04\x36\xb0\x93\xa3\x8b\xc0\xba\x05\xaf\x1f\xbf\xe1\xa6\x8b\x68\xf3\x29\x39\x1b\x92\xf1\x81\xe2\x9c\x5a\x94\xc8\x16\x74\xc8\x5f\xa2\xe6\x0b\x17\xbb\x85\x04\x8a\x7b\xe6\x8f\xdc\x7b\xc9\xe5\x60\x9a\x9b\xa3\x1c\x0c\x0c\x33\xe1\xa6\x7b\xab\xa9\x0e\x7c\x66\x72\x5d\x0e\xe6\xd3\x1c\xf6\x23\x1f\x62\x97\x83\x41\x87\x4d\x44\x73\x3a\x83\x26\x11\xcd\x99\x22\x83\xcd\xf6\xab\xd2\x3a\xd1\x9c\x06\xb0\x89\x22\x2f\x0d\xb8\x9e\x28\xf2\x42\xa9\xfd\x90\x28\xf2\xd2\xb7\xbf\x49\x48\x9c\xa7\xc5\x39\x80\xc0\xd2\x94\x89\xa6\x3e\xfe\x0a\x45\x96\xcc\x50\x28\xf2\x42\xad\xe8\x90\x28\xf2\x12\xbc\x09\x28\xf2\x12\xaf\x29\x60\xb7\xb7\x2e\xb0\xcd\x1e\xdf\x04\x6c\x1b\x40\xc8\x54\x5c\x3a\x93\x65\x07\xb6\x2d\x3c\xbe\x09\xc7\x9c\x21\x4f\xa2\xc8\x0b\x89\xdf\x21\x11\xcd\xd9\xb6\x9f\xa4\x3e\x5f\x34\xa5\x0d\x59\xbc\xe5\x0b\x7e\x63\x6f\x10\x60\xdb\xfd\xb4\x87\xd5\xab\x99\xd2\xaa\x0c\x1f\x70\x47\x73\xa2\x61\x26\x60\x1b\xd7\x3f\x86\x04\x6c\xa3\x94\x51\x48\xe4\x00\x3e\xde\x90\x95\xb8\x06\x4c\x54\x09\xd8\xc6\x85\x4d\x21\xe1\x98\x5b\x5e\x77\x3b\xe6\x08\x90\x4b\x38\xe6\xec\x9e\x4d\xe4\x00\x06\xaf\x66\x05\x13\x44\xbf\x47\x48\x1c\xe6\x96\x44\x0e\xe0\x78\xfc\x24\x21\x8d\xc9\xed\x91\x43\xd6\xfc\x4d\xa2\x8d\xbb\x29\x8a\x64\x79\x87\x18\xb7\xa1\xa7\xa6\x4a\x95\x02\x2c\x9a\xa9\x3a\xbd\x9a\x99\x10\x6e\x4b\x77\x9b\xa2\x92\x8b\x59\x1d\x95\x5c\x3e\xbb\x80\x90\x4d\x2e\xf8\x0f\x09\x4c\x97\xcd\x68\xa9\xe4\x42\x52\x7f\x48\xc2\x74\xb9\x78\x35\x1b\x45\x6c\x8e\x29\x4a\x11\xf8\xd8\x36\xa7\x1f\x33\x5a\x2e\x8d\x98\x9f\x27\x29\x62\xe3\xd3\xe1\x90\x4d\x1c\x81\xc9\x21\x9b\xd7\xed\x81\x4b\x5f\xbf\x47\x29\x02\xb3\x17\x1c\x73\x8e\xdb\x4d\x38\xe6\x9c\xf8\x93\x70\xcc\x65\x8b\x69\x30\x5d\xf6\x0e\x01\xd3\x55\xb4\xe4\x04\xa6\xab\x16\x71\x60\xba\xe6\x5d\xf0\xa9\xe4\xe2\xdf\x70\xac\x7e\x5a\xc7\x72\x8e\xaf\x23\x81\xe9\x0e\xc6\x9e\x04\xa6\xa3\x00\x53\x48\x84\x6c\x46\x5c\xbe\x49\x98\xae\x3a\x73\x31\x75\xa2\x8d\x7d\x52\xa9\xe4\xd2\x2d\xc2\xa9\xe4\xe2\xa4\xf0\x04\xa6\xb3\x51\x31\x81\xe9\xb8\xc0\x36\x24\x30\xdd\xb6\x08\x20\x64\x73\x93\x14\x9e\xc8\x01\x7c\x50\x4d\x13\x39\x80\x4e\x31\x49\xc3\x71\x37\xb4\x4e\xc8\x66\xda\x6e\x81\x90\xcd\xe5\x6f\x0e\x74\x7b\x66\x10\x4c\xc7\x35\xc6\x21\x51\x1a\x74\xe4\x1f\x05\xc1\x25\x8a\xbc\x4c\x2f\x18\x4e\xbb\x65\x1d\x01\xa7\xdd\xb6\x3e\x86\xd3\xee\x7a\x19\x26\xd1\x80\xd8\x96\x12\x55\x43\x1b\xd6\xc7\x44\xd5\xd0\xee\x8e\x11\xcd\x49\xdd\xad\x90\x80\x7b\x6f\xf2\x7b\x38\xb5\x50\xed\x93\x8b\xbc\x60\xeb\x49\x2e\xf2\x62\xd6\x43\x34\xe7\x22\xe7\x29\x11\xcd\x99\x71\x21\x24\x9c\x76\x0b\xff\x68\x9a\xbe\xea\xc5\xef\x71\xd5\x8b\x37\x01\x70\x2f\x7f\xfa\x42\x91\x17\x00\x7a\xa2\xc8\x4b\xf2\xf6\x04\xee\x05\x42\xe2\x92\xe0\x5e\xaf\x24\x4a\x26\xc1\xbd\x64\xc8\x9a\x96\xd3\x57\x59\x5a\x9c\x76\xd3\x1a\x18\x39\x80\xc1\x6c\x57\x70\xaf\x65\x6b\x7c\x8b\xb8\x0d\x6f\x48\xe0\x5e\xb5\x30\x04\xee\xb5\xe3\xf7\xb0\xf8\x79\x2b\x91\x03\x48\x31\xd0\x90\x96\xa3\x1d\xdd\x4f\xd7\x07\xe3\x70\xe0\xb4\xb3\xdb\x2c\xe1\xb4\xbb\xc4\x3c\x24\xa2\x39\x5f\x8b\x3f\xa2\x39\x9b\x0f\x23\x05\x60\x0e\x26\xa3\x04\xdc\xe3\x22\xcc\x90\x80\x7b\xcf\xf2\x93\x14\x0c\x0f\xa6\xec\xd4\x62\xbf\x08\xee\xe5\xec\x1d\x22\xb8\x97\x6d\xd4\x48\x1b\xd6\xe3\x43\x45\x01\x98\x65\x51\xb5\x61\x3d\xc7\xbf\x6d\x3c\xe1\x8c\x6f\xc3\x7a\xac\x40\x90\x03\x78\xac\x25\x53\x00\xc6\x76\xd1\x44\x0e\xe0\x63\x96\x75\x9c\x23\xc7\xd8\xc1\x74\xa3\x98\xa2\xb2\x83\x05\x02\x39\x80\x2f\x9e\xf7\x44\x0e\xe0\x47\x7f\x3f\x2e\x2d\x69\xca\x16\x77\xbf\x07\x9c\x05\xca\x27\x42\x36\xe7\x74\x0b\xd4\x1f\xb4\x8a\x72\x9c\x48\xe5\x9e\x01\x67\xaf\x7f\xc3\x29\x59\xfd\x1b\x4e\x49\xf7\x13\xbc\xf7\xd1\x53\x09\xd9\xb4\x9f\x27\x5d\xe7\xe0\xfa\x37\x4a\x83\x12\xaf\x93\x2e\x58\xe2\x9a\x42\x74\x98\x85\x10\xb2\xf9\x99\x09\x72\x00\x37\xa8\x31\x51\x1a\xf4\x35\xcb\xba\xe0\xa1\x0f\x45\x48\xaa\xd7\xfd\x62\x6e\xc1\x64\x94\x2e\x39\x9c\x5e\x4d\xf0\x9e\xa3\x77\x12\x78\xcf\x9e\x88\x04\xde\xdb\x04\x05\x64\xf0\xde\xc1\x20\x90\xc1\x7b\x2e\x6f\x90\xc1\x7b\xb6\x1e\xe7\x87\xd2\x99\x9c\xf7\x6c\xbc\xc7\xf9\xcb\xe0\x3d\x2a\xbe\x87\x6c\xbc\x87\x40\xcf\xe0\xbd\x82\x5a\x90\xc1\x7b\x5c\x3d\x16\xf2\xe3\xd2\xc3\x0d\xca\x21\xa9\x6e\x1d\xbc\x7e\xdd\x82\xc6\x47\xb5\x9d\x90\x1f\x57\xae\x38\x50\x98\x3b\x8b\x29\xb0\x84\x29\x9c\x7d\x7b\xff\xe0\xa2\xa7\x90\xf1\x03\x5e\xa6\x3a\x03\x13\x1f\xf2\xcb\x32\x30\xd1\xc7\x36\x03\x13\x2d\x43\x33\x30\xd1\x01\xf6\x19\x98\x38\xb0\xc4\x64\x0a\xc7\x58\x2e\x67\x0a\xc7\x50\x31\x2b\xe4\xe0\x1c\x1d\xff\x46\xe9\x3e\xac\x5e\x59\x30\x31\xf7\xe0\xd6\x29\x4a\x52\xfc\x24\x47\xf3\x35\x45\x22\x07\xa2\x23\x13\xcd\x49\x31\xc9\x90\xb9\x6b\xa2\xb0\xad\x33\x45\x65\xaa\x17\x93\xa2\x32\x2b\x9b\xd2\xd2\x6e\x6c\x75\x99\xd2\xa0\x14\x26\x0d\xd9\x77\x4d\x5c\x7f\x85\xe2\x3e\x30\xd3\xfc\x92\x43\x06\xc0\xcb\x38\xfb\x1c\xad\x90\x5f\x2a\x1f\xbc\xa6\xd0\xea\xbc\xec\xbe\x6b\x02\x61\x91\x71\xf6\x05\xd2\x41\x32\x39\x80\x76\x2e\xe6\x97\xaa\xcb\x8f\xbf\xa2\xad\x3b\x89\x1e\xc8\x38\xfb\x5e\x1c\x42\xd9\x39\x80\x00\xd1\x8c\xb3\x2f\xbb\x2f\x38\xfb\xa8\x89\x1c\x32\xce\xbe\x80\x55\x2f\xe3\xec\xe3\x12\xd0\x90\x71\xf6\x71\xb5\x67\xc8\x38\xfb\x52\x73\x0b\x44\x8b\x13\xad\x90\x71\xf6\x15\xb4\xf2\x0c\x4c\xec\xb0\xdd\x0c\x4c\x74\x48\x7d\xc6\xd9\xe7\xb8\xcf\x1c\x09\x97\xc3\x26\x9c\x71\xf6\x85\xea\x27\x31\x63\xa0\xcd\xe7\x04\x0c\xc6\x78\x96\x05\x13\x5b\x01\x9f\x64\xe7\x00\x62\x86\xca\x09\x33\x06\x66\x9a\x2c\x98\xd8\xf6\xf1\x57\x32\x09\x04\xb4\x97\xb8\x2b\xc4\x87\x51\x58\xb0\xa7\xd7\xef\xe1\xac\xf5\xb1\xc5\xd9\xe7\x04\xa5\x4c\x51\x19\xeb\x94\x99\xa2\x32\x2b\xfb\x2b\x42\x1d\x36\x2b\xe4\x64\x67\xb4\x29\xa2\xa9\x5f\x8f\x81\xca\x1c\xde\x13\x54\x8e\x79\x09\xb3\xcb\x54\x8e\xa1\x26\x79\xc8\x99\xfa\x6e\xd1\x14\xe3\xf3\x9e\x27\x07\x70\x78\xae\x85\x1a\x7b\x39\xa6\x40\x55\x98\xfc\x32\x17\x4a\x38\x8a\x2a\xdb\xd9\x07\x8a\xcb\x38\xfb\x26\xee\xf5\x9c\x89\x67\x21\xfa\x3e\x83\x1a\x2b\xf9\x7a\x19\xd4\xe8\x2c\xca\x2c\xd4\xd8\x33\x48\x34\x67\x12\x8d\xb2\x7f\xc3\x19\xed\xf3\xfe\xb9\x50\x82\xf6\xb8\x50\x22\xa0\x5c\xe4\x42\x69\xd7\x65\x4a\xa8\xa3\x83\xaa\x32\xe1\x9c\x13\x2c\x98\x8b\x6b\xbf\x31\x22\xa1\xc6\xf2\x80\x17\x32\x95\x63\x9c\x84\x94\x1d\xce\x89\x78\xc8\x84\x73\x16\x9f\x62\x2e\x94\x88\x5e\x07\x2e\x94\x88\xd7\x14\x66\x1a\x90\x4c\x26\x9c\xb3\xfa\x3c\x14\xb3\x56\xf7\x85\x44\x15\xcc\x8f\x99\xca\x31\x8f\x39\x26\x95\x63\x02\xa2\x38\x83\x1a\x07\x4a\x42\xa6\x72\x8c\x43\xf0\x72\xc5\x9c\x1b\x7e\xc8\x92\xb9\x84\xf0\x3d\x7e\x8d\x50\xa5\x4f\x73\x58\x11\xd1\x6c\x72\x25\x73\xfe\x71\xe3\x14\x9c\xf6\xc1\x21\xd2\x73\x47\x77\x85\xca\x0e\xd3\x14\x71\x06\x3e\x46\x44\x7a\x16\x0c\xe0\x19\x47\xa0\xb5\x97\x4c\xa4\xa7\x4b\xef\x64\x22\x3d\x17\x86\xfa\x0c\xa0\x74\xe8\x49\x6e\xae\xba\x4c\x3f\x89\xf4\xb4\x2e\x93\xc9\x01\x8c\xde\x3c\x38\x09\x93\xd9\x35\x39\x80\x4e\x8c\xce\x94\x06\xb5\xe5\x2e\x53\x1a\x74\x59\x66\xbb\x34\x28\xce\xb0\xec\x48\x4f\x8b\x23\x8a\xca\x3c\xde\x04\x14\x95\x79\x86\x5b\xc0\xca\xbd\xdd\x33\xb4\x72\xac\xab\x19\x27\x61\xb6\x1e\x40\x0e\x60\x06\x0e\x65\x72\x00\x0b\xba\x45\x26\x07\x70\x7a\xb4\x44\x7a\x4e\xf4\xc6\x4c\xa4\xe7\xf2\x01\xef\xdc\xf2\x66\xa1\x46\x51\x99\xed\x55\x21\xd2\xd3\x29\xdb\x99\xa2\x32\xd9\x22\x0e\x27\x61\x21\xc4\x3d\x77\x6e\xe9\x23\x6a\x24\x77\x72\x38\x7d\x18\x3b\x4e\x34\x1f\x70\x72\x00\x1f\xaf\x11\x39\x80\xef\xf4\x57\xa8\x6a\x0b\xd4\xcd\x02\x94\x7d\x60\x9c\xc8\x02\x94\xe9\x6e\x53\x5a\x3f\x27\x6b\x64\x72\x00\xab\x8f\x11\x51\xa0\xdb\xec\x93\x1c\xc0\xd5\xfd\x9b\xc6\x77\x9a\xdf\xab\x20\x3c\xb7\x87\x85\xf8\x43\x61\x21\xf6\x1a\xb9\xa8\x0c\xe8\x21\x53\x54\x66\xa3\x37\x66\x8a\xca\x38\x36\x37\x83\x1a\x13\x9a\x70\x1e\x2e\x0a\xe4\xf6\x2e\xb1\x20\xf4\x8c\x1c\xc0\x68\xc1\x45\x51\x99\x89\x49\x25\x4f\x8a\x72\x61\x2b\xcf\x94\x06\xad\x16\x9b\x84\x7a\xba\x34\x54\x9e\xa4\x57\xbb\x9f\x13\xd5\x86\x38\x83\x3c\x51\x6d\xcc\x26\x26\x39\x9c\x66\xe5\x2e\x0d\xea\xd9\xb5\x93\xd0\xe7\x08\x27\x61\xf3\xce\x9a\xe4\xe0\x9a\xed\x4e\xa2\xfd\x71\x54\x67\xa1\xc6\x1e\xbc\x2a\x13\x83\x8e\xd9\xa7\x43\x3d\xfd\x1b\xa1\x9e\xae\x35\x92\x09\xf5\x2c\x16\xbe\x38\x09\x9d\x2c\x9f\xed\x24\xfc\x3c\x49\x8e\xdc\xf2\x6f\x38\xd1\x7c\xaa\x28\x0d\xea\xbc\x80\x4c\x0e\xe0\xf2\xcc\x93\x03\x78\x2c\x36\x41\x8d\xc1\x33\x01\x6a\xb4\x59\x21\x2f\x2e\x5c\x48\xfe\x0a\xa5\x6b\x3f\x2d\x10\xc7\x04\x96\xc8\xa0\xc6\x8c\x3f\x23\x83\x1a\x5d\x6d\x31\x13\xea\x39\x7c\x72\x08\xf5\xb4\x8b\x39\x13\xea\xb9\x7c\x3a\xb6\x2b\x8f\xf8\x49\x2a\x8f\xe0\x12\xcd\x54\x8e\x09\x78\x14\xb2\x2b\xc7\x1c\x3f\xe9\x1c\xe3\x1f\x14\xe7\x0c\x19\xff\x61\xf2\xd1\x24\x0a\xd4\x21\x6a\x79\x3b\x47\xce\x43\x20\x4a\xd9\x47\x73\xdb\xff\xcb\x04\x72\xd7\xc4\xc8\xfe\x8a\x58\xcf\xb0\x04\x17\xa0\xac\xcb\x52\xfa\x10\x9d\x67\xb6\x74\x9c\xbe\xca\x94\x09\x50\x56\x47\x5c\xe4\xc3\x0d\x5b\x04\xba\xe5\x43\xbd\x27\xcb\xbb\xc3\x5d\x0c\x9e\x08\x8a\xca\xd8\x35\x96\x8f\x6d\x3d\x6e\x9d\xbb\x26\x3e\x7d\xc1\xd6\xe3\xed\x79\xb0\xf5\x58\x74\x00\x28\xe7\xe7\x2b\x1b\xd7\x26\x0b\x46\x84\xe8\x43\xb2\x67\x26\x42\xf4\x31\xd3\xbf\xdc\xe0\x67\xf6\x02\xa0\x7c\xdd\x02\x0e\x44\x27\xaa\x64\x1c\x88\xc5\xc7\xf6\x92\xa2\xba\xfd\x24\xc9\x28\x84\xbd\xe5\xeb\xe3\x47\xeb\xdc\x27\xd1\x3f\xdf\x14\xb2\x70\x4a\x73\x26\xcf\x6f\x5a\x8b\xbc\x0e\xb3\x63\xf3\x18\x34\x9a\x15\xd8\x49\xe8\xad\x04\x68\x9c\x1c\xcd\x62\x27\x21\x9a\x70\x11\x68\x2c\x1b\x6b\x59\x79\x7c\x0b\xda\x80\xd2\x1a\x85\xee\x27\x29\xea\xfe\xfa\x49\x34\x6f\x46\x5b\x04\x1a\x9b\x1d\x9d\x85\xc2\x31\x91\x83\x5a\xc8\xf3\x73\x7d\xb7\x42\x9e\xdf\x85\xb9\x15\xf2\xfc\xee\x70\x7b\xe4\xf9\x31\xf3\x85\x3c\x3f\x6e\x42\x0f\xc5\x79\x7e\xc1\xbf\x51\x39\xba\xb8\x67\xae\xac\xac\x59\x2a\x81\xfb\x40\xd0\xdc\x4a\x60\x7c\xf8\x33\x8a\x90\x61\xb1\x55\xb6\x90\xe7\x47\xa1\xff\x50\xc8\xf3\x2b\xe8\x8d\x85\x3c\xbf\xca\x6e\x2d\xe4\xf9\x4d\xb4\xeb\x12\x00\xfd\x88\xfe\xe2\x5b\x08\x5f\x7f\xa5\x83\x36\xfd\x9e\xf6\x20\x17\x0b\x84\x42\x75\x98\x74\xfd\x1e\x3e\xfa\xe2\xf7\xb8\x4a\x0a\xab\x73\x09\x18\x35\x96\x9f\xd4\x1e\x0c\x9e\x33\x21\xc3\x1e\x89\xf7\x28\x2f\x61\x84\x58\xb9\xcb\xcb\xa5\x0a\xe4\xd2\x96\xd7\x35\xe3\xe8\x0b\x61\xa0\xcd\xb3\x44\x18\xe8\xc5\x15\x57\x7c\x0b\x21\xfa\x5f\x79\x71\xb0\x3d\x6e\x8f\xf5\x7b\x4d\x69\xfd\x36\xd1\x50\x85\xea\x30\x09\x01\x5b\x5e\xe7\xc1\x31\x4b\x5c\x1a\x51\x41\x1d\x85\x30\xd0\xbb\xdd\x02\xd5\x37\x3c\xd7\x38\x10\x2f\xaa\x4d\xc1\x81\xd8\x61\xa6\x05\x07\x62\xaf\xfe\x8d\x5b\x24\x3d\x76\x1c\x88\x36\x43\x15\x1c\x88\x0f\x2c\xb2\xe0\x40\x7c\x89\x36\x29\x91\xea\x37\xc9\xbf\xa1\x79\x83\xfa\x4b\x74\x18\xa1\x7f\x23\x86\xcb\xe3\xa3\x3a\x0c\x77\x19\x86\x12\x71\x00\x67\xb7\x4e\x1c\x5a\x73\x0b\x5c\x1a\x11\xfc\x1e\xf7\x29\xc5\x1f\x69\xc9\xc5\x95\x48\x81\xba\xc5\x29\x80\x68\x7c\x05\xdf\xe2\x82\x2d\x15\x7c\x8b\x0e\xda\x2a\xf8\x16\x97\x37\xa4\x7d\x8b\x18\xe3\x0b\x85\x63\xb8\x2a\x35\x14\x1c\x88\x2e\x8c\x58\x92\xcb\x55\xfa\x3d\xe7\x90\x31\x11\x38\x10\x9d\xe5\x5e\xec\x40\x9c\x6e\x8f\x08\x66\x6f\xdd\x84\xbd\xd8\x9b\x9c\x4a\xa4\xf5\xf8\x3d\xbb\x02\x38\xd2\x89\xa5\xc5\x38\x51\xb2\xed\xc5\x7c\x05\xd0\x98\x30\xa2\x14\x83\x46\x18\x5f\x31\x68\x2c\xa6\x00\x8d\x5e\x14\x17\x8e\x31\x43\x21\xcf\xcf\x96\xec\x92\xa9\x39\x06\x24\x2f\x02\x8d\xf9\xd3\x6b\xf2\xfc\xec\xf6\x2c\x14\x8e\x71\xb8\x4e\x21\x42\xd4\x25\x4a\x0a\x39\x80\xef\x71\xcf\x28\x7a\xfe\x98\xe2\xbe\x8c\x4f\x3f\x5d\xae\x92\x99\x28\xa4\xe0\x62\xfe\x28\x80\x46\xd7\x7e\x2b\xb8\x1a\xab\xfb\x49\x84\xe8\xf4\xd6\x25\x42\xf4\xf8\x38\x7c\x5c\x8d\xf4\x05\x57\x63\xfb\xfc\x46\x7c\x89\xf7\x44\xa1\x30\x0e\xf6\xe9\x52\x88\xd0\xf6\xbc\x50\x38\x26\xe1\xf4\x29\x44\x88\x0e\xb4\xf9\x42\x84\xe8\x9c\xfe\x0a\x85\x71\xa2\xc7\x70\xd8\x21\x7e\x12\xa3\x94\x0f\x31\xae\x46\xee\xe0\x08\x05\x57\x63\x26\xe5\xb7\x10\x21\xea\xf4\xf1\xc2\x7d\x12\xfb\xf3\x1b\xe5\x38\xbd\x77\xb9\x4f\x22\x98\xed\x56\xc4\x7b\x77\x0b\xb6\xf7\xb3\x7e\x84\x88\xe6\xe5\xf7\x3a\xf1\x3a\x7e\x0f\x64\xf1\xf8\x49\xb1\x1e\x6e\xb8\x0b\x85\x1c\x40\xae\x09\x0b\xa5\x22\xde\xbd\x07\x41\x86\x1d\x75\xa2\x18\x19\xfa\xc4\x81\x0c\x27\x51\x23\x85\x72\xa3\x8f\x05\x09\xc8\xd0\xae\xaa\xd2\x5c\xb3\x91\x16\x70\x35\xba\xa8\x6e\x01\x19\x2e\xaf\x0a\xc8\x90\x9a\xe4\xa1\x34\x97\x30\xf0\x7b\x84\x8f\x22\xd0\x4b\x43\x74\x80\x05\x0b\xe1\xa3\xdc\x22\x19\x4a\xc3\x95\x8a\x0a\x56\x9a\xef\xab\xf1\x37\x37\xca\x85\x7b\x46\xf2\x84\xf7\x75\xe3\xaa\x25\x14\xab\xd2\x71\xa5\x5a\xac\x38\x7c\x34\xb3\x3f\x09\x1f\xcd\x5e\x3f\x6e\x21\x74\x11\xdf\xc2\x2d\x84\x0b\x87\x7a\xc1\xd5\xf8\x9a\xbf\x80\x0c\x5f\x12\x94\x0a\xc8\xf0\x35\x7f\x01\x19\x46\xaf\xa6\x91\xa1\x77\x32\xc8\xb0\x7d\xde\x43\x3d\x0b\x7e\x8f\xd8\x1a\xa2\x85\x0a\xc8\xb0\x78\xfd\x40\x86\x0e\xc8\x2b\x20\xc3\x8d\x47\xa8\x80\x0c\x37\x06\x9d\x42\xb9\xd1\xe6\x1d\x62\x64\xf8\x85\xc9\x7f\x9b\x25\x0b\x34\xe6\xed\x21\x0c\x58\x2b\x36\xc5\x42\xea\xe0\xe3\x23\x46\xea\x60\xc0\xd2\x5b\x48\x1d\x8c\x9f\xdf\x28\x06\x6f\x96\x3c\x88\x4c\xf4\x74\x0e\xc2\x8a\x3e\xbf\x91\x5f\x96\xdd\x02\x91\xc1\x3e\x2a\x14\x8e\x59\xd8\x88\x0a\xa0\xd1\x61\xf3\x85\x4a\xa4\x1f\x3d\x87\x4a\xa4\x8e\xe2\x28\x13\x2f\xb2\xa7\x05\xd0\x58\x88\x28\x2e\x80\xc6\x96\xfc\x24\xe9\x9d\x3e\xfc\x14\x8e\x29\x78\x67\x0b\x85\x63\xaa\x25\x1c\xa0\xd1\xa5\xcc\x0b\xa0\x71\x5a\x37\x24\xb2\x34\x0f\xbf\xa7\xa5\x9d\x8f\x29\x8e\xa6\x45\x1c\xa0\xd1\x25\x14\x0b\xf9\x81\xd9\xda\x19\xb7\x10\xae\xe1\x5e\xe3\xea\x40\x67\x2e\x80\x46\x27\xc8\x16\xdf\x42\x88\x1b\xb2\x50\x38\xc6\x29\xc6\x65\xb9\x3a\x05\xfd\x14\x68\xec\x76\xde\x14\x40\x63\x43\x9f\x2e\x44\x96\x3a\xc3\xb2\x2c\xbb\xaa\x98\x79\x81\xc6\xbe\x49\x5f\x28\x8b\x28\x07\x6b\x4b\x14\x8e\xe9\xaf\x9f\x44\x74\xf8\xc0\x01\x1a\x5d\x74\xa5\x00\x1a\x67\x73\x7b\x88\x46\x6b\x28\x94\x1b\xdd\x20\xae\xc2\xb5\xf6\x11\xdf\x43\xe1\x5a\x7b\x1b\x0b\xca\xb6\xbd\xd1\xbf\xb1\x3f\x83\xdf\xe3\x16\x34\x82\xaf\x0a\xa0\xd1\x38\xa3\x90\x1f\xb8\xcd\x50\x00\x8d\xcd\xab\xb9\xed\xaa\x62\x0c\xdc\x42\x58\xcc\x84\x85\x0c\x7b\xf5\x9e\xc7\xd5\x18\x2d\xd4\x7c\x0b\x21\x21\x55\x65\xfb\x96\x37\xb7\x87\xbd\x18\x44\x59\x40\x86\x76\x89\x16\x5f\x6b\x0f\x98\x2e\x84\x8f\x36\xab\x2f\xb8\x1a\xc7\xf5\x6f\x5c\x45\xe4\xd5\xe4\x16\xc2\xcf\x18\xb8\x85\xf0\x98\x61\x1e\x42\x2f\xad\x7d\x12\x3e\xfa\x78\xe6\x8f\x6b\xe2\xd1\x33\x5f\x28\x61\x85\x85\xd0\xd2\x07\x0b\x6a\x21\xb4\x34\x9a\xd1\x1e\xec\xe1\x18\x1c\x0b\xa1\xa5\xaf\x95\x19\x5c\x8d\x8f\x35\x53\x90\xa1\x4b\x04\x15\x72\x07\x0d\xd7\x0b\xb7\x10\x6e\x62\x41\x8a\x90\x61\x7b\xf1\x47\x15\x21\xc3\xe6\x7a\x80\x05\x57\xa3\x2b\x71\x97\x4b\x72\xd6\xe7\x49\x89\xc6\xe3\x15\x73\x68\xe9\xe7\x3d\x0a\x37\x1d\xb7\x80\x6a\x63\x25\x8f\xdc\xc1\xc7\xac\x95\xdc\xc1\x08\x46\x2e\xe4\x0e\xda\xf9\x5d\x5c\x6e\xb4\xb8\x85\xc3\xa9\xf2\x6f\x12\xfd\x9d\xb0\x83\x4a\x75\x18\x6e\xbd\x0e\xd5\xa8\x11\x31\x56\xa9\x0e\x63\x73\x52\x35\x6a\x04\x23\x57\x5f\x36\x81\x12\x54\x41\x8d\x05\x55\xaa\x72\xd9\x44\xff\x21\x4b\xae\x8f\x6f\x09\x7b\x78\x4d\x52\x93\xeb\x11\x43\x15\xa0\x6c\x9d\xcd\x5a\xb9\xa0\xd0\xc1\xd4\x95\x4a\xa4\xae\x60\x5a\x1f\xa4\x4a\x75\xe3\x44\x6c\x3e\xfe\x8a\x58\x8f\xb3\xf8\xeb\x43\x80\x0e\xec\xac\x02\x28\xcd\xb2\x2a\x80\xd2\x29\x03\x95\xc2\x31\x05\x28\x5f\x01\x94\x1d\x2b\x5b\xc5\xd5\x38\x90\xbd\x35\xb8\xf0\x08\xad\x07\x17\x1e\xa1\x75\x5c\x8d\x0e\x12\xab\x5c\x50\x18\xdc\x17\xf2\x0a\xbd\x91\x2b\x79\x85\x76\x01\x55\xf2\x0a\x47\xf3\x37\x1d\x20\xe7\x27\xc9\xdb\x62\x4b\x54\x0a\xc7\xb4\xe8\x7e\x32\x3e\xb4\xeb\xea\xc2\x31\x08\x8b\x2a\x40\xd9\x86\x47\x44\xe1\x98\x81\xcb\xa2\x12\x91\x3a\x39\xfc\xf5\x75\xd2\x85\xbf\xe2\xc8\x6e\x3f\x49\x94\x43\xf4\x93\x04\xc8\x01\x4b\xeb\xeb\xbb\x5e\x4c\xb9\x5c\xa5\x5b\x1f\x68\x4b\xa6\xb0\xa7\x0e\x7f\x93\xa3\xc9\x66\xad\xb8\x1a\x43\x73\xeb\x14\x56\xc1\x3a\x57\x5f\xec\x8d\x1c\x80\x1a\xc9\x4b\xc3\x8a\x58\x71\x35\xba\xca\x44\x75\x5e\x21\x1a\x43\x8d\x8e\x02\xc8\x50\xda\xba\xdd\xe3\x13\xa0\x6c\x2e\xc0\x5e\x29\x37\xfa\x26\x3f\x89\xc1\x23\xba\xbd\x86\x39\xc9\x2d\x90\xd8\xf4\x69\x61\xa0\xbd\xd0\xcf\xe8\x72\x9c\x6e\x81\x22\xeb\xdb\xef\x69\x7c\x2e\x34\x54\x29\x37\x5a\xd0\x7a\x2a\xe5\x46\x7d\x73\x48\xa5\xdc\xe8\xf1\x93\xc9\x01\x8e\x7c\x25\x11\xd5\x8e\x79\xa0\x26\xdf\xb2\xe8\xf7\xa4\xda\x14\x82\x2d\x2b\xa8\xb1\x01\xf3\x2b\xe5\x46\x3b\xbe\xfd\xca\xfd\x15\xb6\x25\x57\xdf\x5f\xe1\xd5\xe4\xfe\x8a\x73\xdd\x02\x51\xfb\xb8\xa6\x2b\xa8\x31\x46\xb7\x67\xd6\xca\x4c\xd8\xd5\xd8\xdc\x1e\x5a\xeb\x74\x0b\x17\x1f\x09\x27\x87\x00\xd5\xed\x33\x9d\x61\x3d\x14\xfc\xac\x54\x87\x71\x0a\x46\x25\x40\xf5\xf1\x0c\x12\xa0\x1a\x60\xd7\x95\x00\xd5\xe0\x3d\x91\x5d\xa9\xda\xdf\x74\x52\x97\xbf\x29\xfe\xd2\x92\xbf\x42\x5e\xa8\xe7\x13\x57\xa3\x63\xea\x6b\xc6\x55\x7c\xfc\x15\x5c\xc5\xaf\x9f\xc4\x1e\x8e\x88\xab\x04\xa8\x9e\x4f\xcf\x24\x3a\x5e\xaf\x43\xa1\xfa\x8d\x67\xb0\x18\x75\xd0\x42\xc1\x60\xf5\xa1\x60\xad\xc4\xc8\x54\x02\x54\xf3\x87\x22\xa9\xc4\xfc\x05\x57\x63\x45\xd1\xa9\xdc\x5d\xff\x78\x3e\xb9\xbb\x3e\x98\x17\x14\x17\x6e\x32\x45\xe9\x83\xfa\x23\xc3\x45\x2d\x54\x0d\x30\x5f\x2f\xd6\xea\x3c\x20\xb1\x56\x97\xc2\xae\x5c\x50\x78\xcc\x76\x0d\x28\x81\x20\xd5\x80\x12\x7d\xb3\xe2\x85\x4c\x04\x74\xd5\x4a\x80\x0e\x1a\x43\xad\xd6\xca\xd9\x90\x15\xc0\x55\xfd\x1e\x5a\x0f\xe0\xb6\xe2\x6a\x2c\x1e\x2c\xae\xc6\xee\xc3\x41\x51\x19\x97\x9d\xac\x5c\x50\x68\x03\x4b\xad\x04\xc3\x63\x1b\xac\xdc\x5f\xe1\x9b\x0b\x2a\xf7\x57\xdc\xe4\xf6\x6c\xcb\x82\x2d\x71\x0b\xe1\x13\xdc\x4f\x62\x73\xbd\x09\x1a\xe3\xf3\x71\xa0\xdc\x68\xf0\x26\xe0\xfe\x8a\x68\xa1\xd6\x60\x3d\xde\x12\x14\x95\xf1\x7d\x19\x95\xa2\x32\x85\x32\xa5\x95\x7c\xc4\x01\x42\xa8\x00\x4a\x17\x77\xac\xdc\x5f\xc1\x7d\xd5\xa1\x02\x28\x47\x71\x0b\xe4\xb3\x2d\xbf\x07\xea\x48\xfe\x26\xe5\x2a\xb1\x5e\x55\xf2\x11\x0f\x86\xa0\x4a\xec\x2a\xb7\xee\x86\x4a\xec\x2a\xb7\x50\x87\xca\xfd\x15\xc6\x3c\x95\xd8\xd5\xe2\x19\x24\x76\x75\x99\x5d\x13\xbb\x7a\x89\x1a\xa9\xb8\x1a\xa3\x85\x2f\xae\xc6\x8a\x3d\xae\x76\x07\x58\xd1\xba\x01\xa5\x57\xcc\xae\xc6\xed\x6f\xda\xd5\xe8\x27\x1d\xdb\xc9\x9c\x19\x50\x16\xf7\x05\x7b\xbf\xf7\xa0\x00\x65\x5b\x38\xed\xea\xc7\xd5\xe8\x27\x71\x35\x9a\xd1\x0e\xa7\x6c\x33\x83\xb8\x1a\x0f\xe6\xab\x3a\x9c\xef\xc5\x37\x07\xc9\x0c\xe4\xc8\xd5\xe1\x00\x40\x7a\x36\x38\x9a\x9e\xeb\xe1\xaa\x16\x8c\x88\x7c\x44\xd7\x4d\xab\xe4\x23\x66\xef\x2c\x6e\x21\x6c\x9e\x09\x5c\x8d\x6d\xfa\x37\xa2\x8c\x88\x95\xa8\x42\x8d\x79\x78\x0f\x92\x8f\xe8\x2b\x01\xea\x20\xca\x08\xa4\x56\x87\xab\x92\xf0\x95\x89\x6a\x43\x4c\x40\x05\x35\x72\x57\x77\xa8\x46\x8d\x14\x8a\xaa\x46\x8d\x44\x92\x57\x5c\x8d\x2e\xed\x5f\xa7\xef\x8f\x61\x0c\x54\x95\x71\xb8\x63\xa5\xaa\x8c\xcb\xf7\x57\xaa\xca\x44\x4c\x0e\x95\xaa\x32\x9f\x55\x01\x35\x56\xef\x2c\x50\xa3\x4d\xa1\x15\xd4\xb8\xa2\xdf\xdb\x64\x51\xba\x2f\xa0\x46\xf3\x09\x2e\xa9\x70\xae\x41\xa5\xdc\x68\xb4\xaa\x41\xb9\x51\xd7\xe7\xab\x04\xa8\x5a\xb7\xaf\x5c\x52\x61\x03\x52\xe5\x92\x8a\x84\x3d\xbc\xfa\x92\x0a\x8b\xbf\xe5\xfd\xe9\xaf\x70\xfe\x82\x9f\x74\xb9\x58\x7f\x93\x4a\xd5\x58\xff\x2b\xa8\xd1\xd9\x97\x15\xd4\x98\xcc\xf9\xc8\x47\x4c\x38\x48\x2b\xe5\x46\xf3\xe7\x9b\xe2\x2f\xa5\xfe\xa8\x84\x7d\x5d\xb6\xb5\xf2\x49\xdf\x5f\x41\x7d\x88\x4a\xec\x6a\xc1\xd6\x5a\x89\x5d\x75\xd0\x4f\xc5\x0b\x79\x00\xa2\x75\x33\xf4\x63\x8a\x3b\x00\xcc\xca\x01\x8d\xb6\x34\xd5\x8d\x3d\x0e\x3f\x67\x25\x1d\xf1\xb3\x05\x01\x8d\xc3\xac\x9c\xf8\xd4\x89\x77\xbd\x12\x9f\x3a\xbb\x9f\xe4\x8e\x11\xeb\xda\x1b\xd0\x61\xed\x93\x3b\x2a\xb6\x0f\xf1\x71\x6a\x03\xdf\xc4\x9d\x98\x7c\x50\x01\x8d\xae\x2b\x51\x8f\x53\x53\xd8\x20\xc4\xa7\xee\xe3\xf7\x28\xd9\x48\x08\x7f\xc5\x9d\x18\xac\x8f\xe1\x4e\x74\xd5\xa8\x8a\x3b\x31\x5a\x7f\xc7\x9d\xb8\x92\x5b\xc0\x15\xf0\xfa\x37\x8c\x36\x58\xc4\xea\xe1\x7a\xa3\xeb\x31\x1c\x1c\x5e\xa6\xf0\x14\x5b\x4b\xa6\xa4\x68\xf5\x86\x74\xc1\x99\xe2\xdf\x10\x0f\x38\x10\xeb\xa7\xa4\x28\xeb\xe7\x82\x33\x58\x42\xeb\x75\x51\x20\xbf\xc7\x1d\x2a\xde\x4a\x14\x9c\xf9\xe8\xb0\x80\x46\xe7\x3c\x55\x40\xe3\xf6\x9e\xb8\x0e\x32\x62\xec\x8e\x4f\xb5\x0e\x84\xab\xd1\x01\x95\x15\x57\x63\xb0\x8e\xee\xf8\x54\x0b\x3c\x5c\x8d\x9d\x7e\x36\x5c\x8d\xb6\xe9\x37\xe2\x53\x3b\xcc\xad\x39\x1f\x91\x6f\x36\xf2\x11\x37\x39\x9c\xcd\xf1\xa9\x44\x08\xb4\xc7\x91\x36\xfe\x8a\xc4\x7b\x42\xe0\x35\xe2\x53\x13\x36\xc5\xf6\x89\x4f\x5d\x50\x5c\xbf\x05\xdb\x6d\xe4\x23\x06\x98\x5b\x23\x1f\x31\xc1\xdc\x1a\xf1\xa9\xa3\xf9\x49\x4a\x52\x0e\x3f\xa9\xe3\xe7\xca\x15\x8d\xf8\xd4\x83\x95\xb4\xf9\xf6\x42\x76\x6b\x23\x57\x31\x54\x53\x0e\xf2\xe3\x2b\x04\xa1\x72\xcd\x68\x68\x20\x43\x97\xb9\x6c\x20\x43\xc3\xf5\x06\x32\xe4\x3a\xfc\xd0\x40\x86\x1d\x86\xd9\xa8\x38\x13\xaa\x5b\xf7\x0d\x93\xfe\x0d\xe4\x44\xee\x60\x0b\xe4\xba\x05\xb7\x2e\xf1\xd7\x59\xdb\x86\xab\xf1\x4e\xf7\x85\xd4\x9b\x6d\x4a\xeb\xf7\xa0\x45\xb6\xd7\x35\xf1\x18\xfb\xeb\x9a\x78\xa6\x6c\x94\x32\x45\xae\x22\x3b\xb9\x91\xab\x38\xa7\x29\xd2\xd5\x51\xdd\x1a\xf7\xd3\x07\x94\x8b\x46\xae\x62\x87\x4b\x35\x97\x14\x85\x4f\x34\x90\xe1\x29\x6e\x81\x48\x29\x70\x70\x73\xae\x22\xa2\xb8\x91\xab\x98\x8a\xbf\xe9\xfc\x05\xb7\xe7\x48\x29\x7f\x93\x20\x38\xc2\x6a\x1b\xae\xc6\x88\x02\xd8\xa2\xfd\x51\xf4\x5a\xc8\xb0\xd9\x7c\xd5\xb8\x9f\x3e\xba\x3d\xee\xa7\xd7\x05\x1d\xbf\xc9\x92\x9b\xaf\xae\x47\x17\x6d\x5c\x5d\xef\x62\x2d\x8d\x34\xc6\x87\xa4\xdb\x46\xb5\xd1\xf0\xba\x39\x1d\xcd\xb8\xdc\x31\xe2\x37\xb1\xa0\x36\x2e\x3d\x8c\xd7\x43\x30\x6b\x65\x92\x00\x8d\x73\xfb\x37\x24\xe3\xeb\x4e\x23\xf9\xb1\x9d\xb5\xc4\xf5\x38\x80\xe2\x96\x2c\xf9\x79\x92\x4b\x0f\x0d\x4f\x5a\xc2\x4b\xee\x4d\x90\x10\x0f\xc8\xb4\x96\xac\x99\xfa\x2b\xd8\x73\xb2\x7f\xe3\xfa\x26\x4c\x15\x4d\xa0\xb1\xba\xb0\x65\xa3\xa4\xe8\x06\x96\x36\x4a\x8a\x5e\x2c\xee\x8d\x92\xa2\x6f\x73\xeb\x78\xc9\x81\x66\x8d\x92\xa2\xf6\xc0\x36\x97\x14\xfd\xb4\x4e\xa4\x86\x0f\x2a\x25\x45\x1f\x60\x62\xcb\xa4\xa6\x10\x19\xd2\x32\x69\xa8\xcd\xbf\xd9\x53\x4c\x5f\x32\xa9\xb4\xde\x74\x2e\x38\x83\x23\xb0\x39\x06\x15\x1b\x5f\x23\x06\xd5\x8c\xaf\x01\x0c\x7d\x8d\x4f\x03\x18\x8e\xe8\x6f\x12\xe8\xb6\xfc\xde\xc6\x63\xef\xbe\x60\xb8\xf0\x2c\x65\x47\x32\x30\x22\x62\x50\x27\x02\xa8\xf9\x1e\x0a\x62\x56\x1a\xf7\x50\x04\x1f\x38\xdc\x89\x2e\x6f\xdf\x70\x27\xbe\x3e\x70\x14\x9c\xf1\x4d\x75\xcd\x05\x67\xd0\x96\x9a\x0b\xce\xf8\xf8\x51\x70\xc6\x65\x35\x1b\xf7\x50\x38\xa3\xac\x01\x0c\xed\xaa\x6a\x85\x48\x14\xcf\x44\x21\xb3\xef\xd3\x33\x02\x15\x9b\x9f\x24\xc6\x16\xbc\xd7\x8a\x4b\x6e\xd2\x97\x6a\x9b\x37\x33\xe8\xeb\xe9\xc1\x12\x0d\xf4\x67\x3d\xbc\x81\xfe\x2a\xd1\x1f\x0d\xf4\x57\x87\x7f\x23\x10\x0c\x75\xa2\x55\x4a\xa6\xba\x3d\x97\x14\x5d\x7e\x52\xeb\xe7\xe2\xf3\x0d\xf4\x17\xa2\x5b\xc7\x70\xe1\x13\x00\xfa\x5b\xde\x21\xa0\x3f\x07\x3f\x36\xd0\xdf\xa9\xee\x8b\xd4\x97\xcf\xd8\x41\x7f\xbe\x1d\xae\x81\xfe\x7c\x6b\x65\x03\xfd\x25\xe2\xa6\x1a\x97\x4d\xbc\x66\xbb\xdc\x5e\xe8\xfb\x55\x1a\xb7\x17\x5e\x8c\x4b\xad\x21\x1e\x8a\xbf\x49\x24\x91\x59\x5d\xb3\x4f\x86\x11\x51\x52\xd4\x89\xd8\x8d\x40\x53\xeb\xd3\x0d\xf4\xb7\xbd\x2a\xa0\xbf\xd7\xe7\xa8\x11\xc9\x80\xa9\xa2\x35\x1b\x0e\x19\xad\xd1\xdf\xf6\x93\xa4\x42\x83\xbb\x1b\xe8\xcf\xd5\x29\x5a\xb7\x78\x67\x06\x71\x27\x3a\x4b\xb4\x75\xbb\x4b\xf9\x26\x99\x8b\x1f\x41\x89\x3b\xb1\x78\x06\xc9\x5c\x74\x86\x44\x73\x35\x1a\x8b\x38\xaa\xd1\x24\xef\xdd\x0e\x0f\xb1\x80\x05\xfd\x3d\xeb\x47\xb6\xe4\x06\x30\x4c\x14\xba\x6b\x00\xc3\x84\x25\xb4\x01\x0c\xb3\x17\xac\x93\x54\x9c\x4d\x91\x54\x6c\xa6\x38\x08\x52\xf1\x81\x1b\x2e\xc7\x49\x37\x07\x36\x37\xb4\xc8\x26\x60\xd8\x5d\xdf\xb7\x09\x18\x76\x17\xf7\x69\x03\xf1\x60\x69\x34\x10\x0f\x66\x05\x00\xc3\xe0\x2d\x0f\x30\xf4\x45\x4f\x0d\x60\x98\xcd\x7a\x00\x86\xce\x91\x6b\x00\xc3\x59\xfd\x24\xe2\x61\xb8\x2f\x64\x7f\x11\xd3\xd1\x00\x7f\x0f\x61\xde\x0d\xf0\x67\xdb\x59\x9b\x2e\xab\xc9\x62\x4e\xd7\xe4\x62\xb4\xce\x40\xf4\x62\x52\x70\xa6\x7a\xd9\x5d\x70\xc6\x3a\x9e\xb3\x0c\xcd\xf4\x29\x0d\xea\x40\xa2\xc6\x4d\x83\xe7\xf3\x4d\x12\x9c\x7d\xf8\x97\x8f\x0a\xcc\x14\xf7\x5e\x36\xb3\x59\x54\xa7\x35\x8b\x04\xa8\x6d\xeb\x2b\xcb\x17\x45\x32\xbe\x45\x75\x5a\xb7\x40\x26\x61\xb3\x20\x01\xa8\x8d\xee\xdf\x30\x94\x10\x44\xdf\x28\xff\x39\xcc\xf4\xb9\x4d\xf0\xf8\x48\x93\x49\x68\xd3\x48\x5b\xc4\x2c\xe3\x22\x69\xbe\x4d\x30\xba\x75\xc4\x91\xd7\x01\x34\xe6\xcb\x72\x1a\x68\xcc\x97\x2b\x35\xdf\x26\x48\xce\x53\xc3\xbd\xd7\x3c\xbb\xb8\xf7\x3e\x02\x7d\x3b\x09\xd6\xbf\x11\x74\x87\x91\xa1\x91\x49\x18\x30\x51\xb5\xed\x24\x66\x46\x44\x26\xe1\x32\x03\xdb\x14\xc6\xb1\xee\x4b\xe0\x67\x04\xd8\x37\x0a\xc7\x3c\xc7\xbf\xe9\x3c\x38\x10\xac\x6d\x0c\x25\xc1\xd4\x25\x95\x82\xfd\x72\x9c\x4e\x60\x8a\xf2\xa6\x3e\x63\x20\x35\xdf\x57\xd3\x40\x6a\x9b\x88\x92\x76\xa8\xbd\x88\x07\xa3\xf9\xbe\x78\xef\x48\x2e\x7f\x78\x00\xda\xed\x50\xd5\xc2\xe2\x9d\xf2\x9f\x73\x9a\x62\xfd\xbc\xaf\x0f\xb5\xed\xac\x41\x1b\xa9\x59\xdb\x3d\x88\x2a\xeb\xda\xdc\x26\x98\xac\x25\x1f\xdc\x97\x20\xc3\x46\x26\x61\x36\x23\x22\xf0\xb3\x98\x65\x39\x93\xd0\x2a\x18\x81\x9f\xce\x3c\x6d\xdc\x26\x18\xad\x4e\x70\x9b\xa0\x6b\x68\xb7\x0b\x2b\xf7\x09\xa7\x34\x68\xd8\x6e\x81\xf1\x79\x4f\x90\x49\xe8\xeb\x73\x1b\x41\xa1\xf6\x8a\xb4\x4b\xed\xb7\xee\xf7\x48\xc7\xb2\x60\xf6\x6d\x82\x46\x24\xd7\x48\x9b\x99\xc7\xbd\x17\x70\x54\x37\xdc\x7b\xc6\x43\xfd\xf1\x95\x6c\x0b\x8a\xda\x8b\x84\xbd\x75\x82\x42\xe7\x32\xc5\xe5\x08\x8c\xa1\xe3\xde\xab\x8c\xaf\xe3\xde\x73\xf1\xa2\x4e\x50\xe8\xfb\xb5\xcf\x7e\x93\x25\x77\xe2\x45\xbd\x95\x3a\x17\x0d\x5a\xef\xe8\xb8\xf7\x5a\x71\x03\x1c\xcd\xe9\x6e\x4e\xac\x7a\x0f\x94\xb4\x2c\xd7\x17\xed\x0f\x36\xcc\xe6\x27\xd1\xb2\x8e\x87\x80\x7b\x08\x0d\xac\x07\x40\x2a\x01\xef\x3d\x20\xc5\x08\x75\xe9\x81\x74\x10\x34\xa2\x4e\xd9\x50\xdf\x51\xd6\x03\x36\xe8\x6c\xca\x99\x3e\x4c\x0b\xf1\xa2\xbe\x5d\xac\x13\x2f\x1a\xdd\x3a\xb7\x09\x66\xf7\x9a\xdb\x04\x7d\x6f\x5d\x0f\x64\xa2\x79\xec\xc4\x8b\x3e\xc4\x6f\x76\x40\xdc\x83\xa5\xb0\x07\xdf\xeb\x91\xa0\x0e\x1e\x66\xb7\xae\xad\xeb\xa2\x24\xfd\x25\x09\x16\xed\xba\xe3\xde\x5b\xd8\xea\x3a\xf1\xa2\x0f\xe8\xa1\x73\x9b\x60\x43\x07\xea\xbe\x4d\xd0\xad\x93\x49\xf8\x78\x96\xc8\x24\xf4\x15\xed\x5d\x20\xae\xde\x0f\x85\x7b\x76\xf9\x3d\xea\x7b\x5c\x53\xb8\x67\x83\x9f\xc4\xfd\x35\x4d\x71\x34\x97\x7b\x4d\x4d\xb5\xc7\xfd\x3c\xe8\x1d\xcc\x19\x99\x84\x4e\xd6\xed\xb8\xf7\x0a\x49\x2c\x9d\xeb\xe9\x3f\x33\x18\x5d\xf4\x88\x99\x8f\x5e\x3f\x53\x0e\xda\xf2\x57\x28\xab\x09\x13\xee\xbe\x9e\x1e\x71\xdb\x3f\xee\x3d\xbf\x87\x11\x0c\x03\x44\xc7\xbd\x67\x17\x6c\xc7\xbd\x57\x8b\x29\xee\xbd\x20\x5e\xa7\x13\x2f\x7a\x1e\xf7\x93\xfa\x17\xd9\x2d\x00\xc2\xab\x5b\xd7\xf8\x7c\xed\x6e\x07\xa9\x39\x26\xa0\x83\xd4\x0e\x86\x92\x6e\xf7\x1e\x22\xae\xe3\xde\x8b\x84\xee\xf5\xc4\xfa\x4d\x7f\x05\x55\xc3\xf3\x82\x7b\xaf\xf9\xb8\xe3\xde\xeb\xe8\x86\x1d\xf7\x9e\x4b\x19\x75\x82\x42\x7d\xd1\x67\x07\xa9\x0d\xdc\x6d\x1d\xa4\x16\x51\x66\x3a\x48\x6d\xa1\x6b\xf7\xcf\x6d\x82\xee\x35\xeb\x97\xfc\x1e\x41\x69\x9e\x79\xca\x86\xba\xb2\x72\xa7\x6c\xe8\x44\x79\xea\x04\x85\xbe\xb8\x05\x7b\x26\xde\x17\x55\xa3\x73\x07\xbd\xed\xb7\x1d\x14\x97\xc8\xcc\xec\xa0\x38\x57\xac\xeb\x64\x12\x76\xb3\x3a\x82\x42\x27\x28\xb5\x3b\x28\x14\xad\xbc\x13\x14\xea\xfa\x6e\xfd\x13\x14\xca\x88\x08\x0a\x75\xa6\x6b\xf7\x1d\xf4\xa8\x75\x9d\x8b\x21\x5c\x30\xa8\x0b\xc5\x55\xdf\x34\xd8\x8b\xd3\x79\x0a\x14\xaa\x0d\x05\x06\x3a\x28\x2e\xe3\x70\xee\xb8\xf7\x5c\x19\xb1\x17\x54\x1b\xd2\xb1\x3a\x28\xee\x31\x4b\x16\x8a\x6b\xc6\xb3\xbd\xb0\x3f\xc1\x35\xbd\xe0\x23\x09\x6e\x81\x9c\x08\xcf\x44\xb1\x6a\xf3\x23\xc3\x45\xc7\xbd\xb7\x96\x3f\x42\xe4\x84\x8f\x74\xf1\xd6\x35\x45\x4d\xfe\xeb\xae\x68\xeb\x16\x33\x68\x2a\x8a\xda\x4f\xdd\xb9\x68\xb0\xb8\x9b\xc4\x8b\xfa\x6e\xac\x4e\xbc\xe8\x33\xfd\x5b\x82\x7d\x32\x58\x2e\x1a\x74\x40\x5e\x27\x5e\xf4\xf5\x81\x13\xc0\xeb\x21\xf9\x2b\x00\x58\xe2\x3d\x7a\x45\x6a\x02\xd4\x3a\xd7\xd3\x4f\xa0\x4b\x07\xe0\x35\x42\xb1\x3a\x00\x6f\x76\xb7\x8e\x7b\x0f\xcd\xad\xe3\xde\x2b\x00\xa0\x4e\xbc\xe8\xb2\xf4\xa3\xa4\x68\xf1\xf8\x7c\x3d\xbd\x05\x02\xee\x3d\x7b\xc9\x3b\xee\xbd\x85\x79\xa7\x03\xf0\x1a\xe6\x81\x0e\xc0\xb3\xd5\xb2\x37\x82\x9a\x80\x6d\xbd\x71\x9b\x19\x96\xd0\x4e\x69\x9a\x88\xdd\xb0\x53\x9a\xa6\x45\xb7\x60\xf7\x90\x5b\x9f\x1c\x70\xb6\x7c\x73\x12\xba\x5b\xd8\x80\x31\x7f\x93\xfa\x10\x16\x2b\x00\xbc\x63\xb1\xd2\x1d\xd4\xc4\x3a\xb8\x34\x8d\x45\x2a\xee\xbd\x82\xf6\xd9\xbb\x33\xed\x18\x11\x00\xcf\xf1\x02\x1d\x80\xe7\xb2\xf1\x1d\x80\x37\x2d\x56\x28\x4d\xe3\x58\x89\x0e\xc0\x7b\x93\xbf\xc2\x9d\x1f\x3e\xa8\x9d\x54\x03\xcc\x42\x9d\xd2\x34\xc3\x4c\x9f\xd2\x34\x2e\x73\xd4\x41\x71\xae\x43\xd2\x41\x71\x76\xba\x76\x50\x9c\xf3\xa8\x3a\x28\x2e\x9a\xf1\x81\xe2\x92\x67\x69\x70\x65\x12\x01\x4f\x5d\x28\xae\xb9\x7e\x78\xa7\xdc\x68\xc6\xc5\xd5\x29\x4d\xd3\xd0\xe3\x3a\xa5\x69\x76\xf0\x7b\xec\xcf\xe1\x6f\x6a\x7f\xba\xb2\x5e\x1f\x0e\xba\xf3\x6f\x5a\xbf\xe0\x7d\x0d\x8a\xb3\x2d\xb2\x83\xe2\x7c\x89\x43\xb7\x7b\xcf\x6c\x1e\xf7\xde\x9b\xfc\x1e\x25\x6f\x3d\x67\x20\xbc\x46\xc4\x45\x07\xe1\xf9\x52\x85\x8e\x7b\xef\x7c\x7e\xc3\x07\xb4\xfd\x1b\xb7\x25\x56\xff\x96\x89\x6b\x60\xcf\x93\x49\xf8\x61\x52\xdc\x26\xb8\x86\x29\x22\x5f\xc0\x2e\x7d\x72\x1b\x24\x70\xbd\x73\x69\x84\xef\x29\xea\x64\x12\xbe\xaf\x5b\xa0\xfe\x85\x15\x40\x32\x09\x87\xc5\x03\x99\x84\xd1\x2a\x83\x33\x09\x41\x01\x7d\x11\xcf\xec\x6f\x92\x49\x18\x30\x16\x74\x32\x09\x13\x28\xa0\x2f\x27\x69\x9b\x22\xa8\x17\xb3\x57\xa7\xfe\xcc\x6b\x26\xfc\xb9\x34\xc2\x14\xf6\x69\xb3\x72\xca\x8d\x0e\xb3\x56\xea\xcf\xf8\xe2\xdb\x4e\x26\xa1\x43\x13\x3b\xe5\x46\x7d\x4d\x44\xc7\xbd\xe7\x9a\x71\xdd\xee\x3d\xf3\x33\xdc\x7b\x8a\xc5\xff\x6d\x96\x8c\x7b\xcf\x99\x4c\x9d\x4a\xa4\xaf\x37\x32\x95\x48\x9d\x13\xde\x37\xc5\xa8\x2d\xd3\x36\x5b\xd7\x12\x67\x13\x94\x66\x26\x05\xa0\x5c\xb8\x3a\xfa\x76\xbc\xa1\x9f\x74\xfd\x0b\x7f\x53\x5b\xf7\xc3\xa0\x1d\x2f\x4a\x2c\x41\x27\x5e\xd4\x35\x27\x3a\xae\xbf\xd7\x90\x00\xd7\x9f\x6f\x2a\xee\xb8\xfe\x9c\xba\xd1\x29\x4d\x33\xb1\xdf\x76\x5c\x7f\x09\x5b\x56\x3f\x4e\xa2\x64\xb4\x00\x4a\xdf\x39\xd0\x01\x94\xef\x32\x85\x41\xc0\x2c\x0b\xd7\xdf\xf0\x71\xc0\xf5\x37\xad\xb1\xe3\xfa\x5b\x9f\xdf\xf0\xdc\x5a\x47\xa7\x34\x8d\xab\x8c\x75\xbb\xfe\xaa\xdf\x43\x6b\xb5\x24\x3e\x16\x8d\x8c\x88\x4c\xc2\x5d\xdc\x3a\x80\xd9\xe3\x23\x5e\xd4\xf1\xa9\x1d\x40\x79\x2d\xb3\x29\x4d\x73\xbd\x62\x00\x4a\x43\xdd\x0e\xa0\x8c\xd8\x06\xfb\x25\xb2\x00\x9b\x69\x17\xa0\x4c\x1f\xe1\x44\x69\x1a\xd7\xf0\xed\x06\x94\x40\xeb\x8e\xeb\xef\xc3\x06\x71\xfd\x7d\xd8\x84\x4b\x91\x5a\xbf\xa5\x14\x69\x2b\x6e\x0f\xd1\x61\xc1\x7c\x2d\x3a\x38\x38\xd7\xa2\xc3\xdf\xc4\xbf\x60\x5d\x0d\xd7\xdf\xc1\x88\x32\x00\x94\x4f\x37\x85\x41\x00\x23\xca\x00\x50\x36\x58\xe4\xa0\x34\x8d\xf3\x11\x07\xae\x3f\xb7\x30\x1e\x47\x16\x04\x28\x82\xb6\x38\xee\x83\xa0\xd0\xf4\xfa\x9b\xa0\xaa\x4f\x0b\xa0\xaa\xe8\xaf\xf8\x36\x48\x7f\x85\x4c\x57\xd4\x82\x81\xeb\x6f\xa2\x40\x0c\x5c\x7f\x4e\xb6\x1e\x2e\x4d\x83\x71\x69\xe0\xfa\xf3\xa5\x11\x83\xd2\x34\x2e\xbd\x33\x70\xfd\x0d\xd8\xc4\xc0\xf5\x77\xa3\x29\xee\xd2\xc0\xf4\x33\xb8\x9e\xde\xc5\xee\x07\xae\xbf\x17\x96\x3c\x70\xfd\x45\x8a\x09\x8d\xe0\xfa\x1e\xf4\x25\xd8\x36\x6f\xea\xff\x61\xec\xcf\x95\x2b\xd8\x7d\xa8\x5f\x2c\xbf\x4f\xc3\xb9\xc9\xaa\x9b\x10\x1c\xde\xc3\x81\xcb\x99\x03\xbf\x7f\xe0\x12\x7e\x6b\x9f\x96\x74\xae\xfe\xe7\x0b\x14\x6c\xaa\x07\x36\x07\x10\xc3\xc2\xc2\xc0\xef\x3b\xf9\xe5\xfb\x4f\x14\x56\x13\x9a\xd2\x11\xf5\x76\xea\xd5\x70\xd8\x4f\x8a\x4d\x88\x20\x6c\xc2\x3f\xa3\xa2\x4c\x13\xfe\x99\x8d\x6b\x64\x02\x0a\x15\xfa\x63\x52\x6c\x62\xb2\xe6\x27\xc5\x26\x0c\x35\x6b\x26\x1c\x3a\xc4\xb1\x26\xa1\xbf\xdc\xf4\x3f\x6a\xa1\xe0\x98\x99\x80\x42\x55\xe7\x7a\x26\x1d\xfd\xbc\x1d\xab\x31\x98\xde\xee\xf3\xb7\xd4\xb3\x84\x55\x45\x78\x7d\x52\x4d\xd0\xba\x9e\xe9\xaa\xe9\xd9\xfa\x05\x1e\x1d\x77\xe7\x54\xb1\x89\x47\xbd\xbe\xc0\x15\xe8\xa7\x5b\x8d\xe5\xe0\x9f\x9e\x59\xc8\x1e\xee\x53\x96\xe1\xd7\xbc\xff\x4f\x91\x3c\x31\x28\x95\xc5\x3f\x95\x80\xf8\xe8\x21\x18\x24\x98\x0b\x33\xcb\x20\x61\xa2\x09\xfd\x19\x59\xfc\x93\xd0\xdf\x21\xa4\x36\x55\x68\x50\x8b\x8e\xd0\xdf\x41\x78\x4f\x42\x7f\xca\xf7\x9a\x6e\x50\xb6\xb0\xf4\x3e\x3e\x3d\xeb\x99\x64\x71\x69\x99\x11\xfa\xab\xc4\x86\xa7\x0c\x4a\xb4\xf9\x89\x41\xd9\x34\x2c\x05\xad\x0e\xa1\x31\xa9\x43\x21\x2a\x95\x49\x1d\x8a\xd1\xf4\x3f\xb4\x3a\x7c\x91\x93\x2c\x43\xc3\x54\x9a\x64\x19\x2e\x7d\x11\x59\x86\x5b\xcb\x05\x83\x72\x1f\x3d\x45\xa7\x26\xfd\x04\x2f\xaa\xe8\xfa\x24\xcb\x50\x35\xa9\x27\x59\x86\x01\x4d\x63\x92\x65\x28\xca\xbf\x49\x96\xa1\x12\x8e\x67\x85\xff\x42\x23\x01\xa1\xe9\xc3\x81\x37\x21\x34\xed\x1c\x71\x13\xbc\xe8\xd0\x53\xc0\x8b\xce\xa0\x2b\xfd\xe8\x98\x8f\x9e\xc9\xd1\xa1\x85\x0c\x5e\x74\x7f\xee\x03\x74\x57\xf4\x4c\x1c\x02\xc4\x02\x66\x95\xc1\xa5\xbe\x70\x74\x0c\xdd\x87\xc3\x2a\xe9\x0d\x1b\x4b\x46\x57\x8a\x3f\x81\x51\x12\x5e\x94\x28\xc5\x04\x2f\xaa\x8a\x2a\xd3\x0d\xca\x21\x9b\x60\x36\x58\xf7\x82\xae\x24\xf6\x50\xf5\x4b\x84\xa6\xba\x8f\x2c\x43\xf5\x53\x84\xa6\x78\x6c\x27\x84\xa6\x62\x72\x9e\x10\x9a\x0a\x73\x3e\x21\x34\xad\x8f\x9e\xc2\xd1\x41\x88\x79\x92\x65\x78\xc8\xe2\x9a\xaa\x43\xa1\xb9\x25\xcb\x30\x74\xdd\x47\x1d\x8a\xad\x5e\xfb\xfa\x14\x97\xde\xc4\x6a\xd4\x51\x3c\xc9\x32\x14\xea\x7b\x62\x35\xaa\x5c\xef\x84\xd0\x34\x2e\xfd\x0f\xad\x1c\x77\xd2\x24\xcb\x50\x6c\x11\x13\xab\x71\x82\x67\x9e\x64\x19\x2a\xa9\x6b\x62\x35\x4a\xf3\x9e\x58\x8d\x1f\xc1\x47\x21\x8a\xa6\x63\x8c\x42\x14\x4f\xd6\x95\x4a\xd5\x52\x5f\x00\xa5\x69\xfe\x44\x68\x8a\x82\x34\x3f\x95\x06\x19\x4f\x55\x1a\xc4\x75\x30\x55\x69\x10\x9f\xe9\x24\xcb\x50\x15\x40\x66\x97\xc3\x8a\xbe\x28\xcb\x50\x62\x9e\x2c\x43\xe5\xd6\x4d\xb2\x0c\x95\x4b\x3b\xbb\xc2\xd6\x7a\x26\x61\x6b\x5c\x38\xb3\x8b\xb5\x4d\xf7\x4d\x7e\xe9\x4a\xb2\x7c\x35\x7f\x6e\x35\xb6\x3e\xf4\x8b\x04\x7c\x2c\xd1\x49\x96\xe1\xd0\xe8\x52\x69\x50\x8e\xb5\x09\xa1\xe9\xd5\x61\x08\xff\x4c\x24\xa0\x3e\xe1\x9f\x11\x9e\x6c\xc2\x3f\xf3\x39\x8e\x00\x85\x16\x7d\x91\x40\xa1\xda\xc5\x43\xd0\x82\xff\xc2\x25\x4f\x22\x86\x43\x27\x23\x06\xa5\x68\x35\x27\x06\xa5\x92\x60\x27\x06\xe5\x94\xcc\xc7\xa0\x5c\x3a\x9b\x64\x50\x7e\xee\xa3\x44\x8c\x96\x0b\x5c\xa7\xe7\xd1\x53\x00\x94\x48\xa0\x60\x50\x56\x9d\xd2\x18\x94\x0d\x0c\xe3\xc4\xa0\x9c\x55\xbf\x48\x70\x96\xd6\x83\x41\xb9\xf1\x1f\x4d\x0c\xca\x23\x31\x4f\xfd\x8a\xa0\x5e\x63\x50\x06\x6d\x07\x0c\x4a\xa5\xd2\x4e\x19\x94\x59\x6f\x67\xe9\x12\xf0\x9a\x64\x19\x2e\x0d\x3c\xd4\x34\x32\x60\x27\x55\x08\xe5\x10\x98\x10\x9a\x6e\xd3\x33\x5d\xf4\x64\x1d\x5c\x26\x82\x79\xb6\x11\xd4\x34\x0b\xdd\x7e\x52\xbf\x42\xd8\xce\x69\x2a\x61\xc4\x17\x61\x50\x66\x2d\x2c\x08\x4d\xc5\x8a\x35\x4d\xf5\x0f\xf4\x8b\xfa\x07\x12\x91\x84\x13\x03\xa6\xee\x24\xcb\x30\x6a\x03\x40\x68\xaa\x80\xde\x24\xd4\xb8\x3f\xef\x03\x10\x94\xf4\x14\x00\x5d\x9f\x5f\x87\xd9\x54\x3f\xb1\xaa\x30\xc2\x27\x78\xd1\x43\xa8\x71\x2e\xb1\x62\xf1\xbe\x05\x20\x48\x8b\x95\x2c\xc3\x83\x35\x36\xc9\x32\xcc\xf8\x6f\xa7\x1b\x94\xa3\x10\x1c\x9e\x4b\xa8\x1f\xbe\x01\x6a\x9a\xe7\xf3\x4b\xdc\x18\x08\x06\x51\xd3\xe0\xc6\x98\x18\x94\xe2\xe0\x9b\x18\x94\xb7\xe9\xed\xf8\x92\x35\xd3\x0b\x87\x1c\x7e\xd8\xb9\x10\x3d\xd2\x4c\x17\x80\x2e\xed\x07\xb2\x0c\x07\xae\x8a\x89\xd5\x18\xb0\xa3\x26\x59\x86\xaa\xa8\x3c\x09\x43\x16\x1d\xf6\x10\x9a\x56\x29\x02\x10\x9a\x0e\xbd\xef\x53\xbf\x82\x91\x27\x0c\x29\x12\xa2\x49\x18\xf2\x6c\x3d\x53\xac\x66\x7a\x3b\x04\x03\x1a\xeb\x2d\x82\x01\xfd\x42\xf4\x68\xac\xc9\x32\x54\xfa\xf1\x54\x96\xa1\x44\x24\x56\xe3\x91\xd8\x3d\x22\x6c\xe5\x0d\x00\x46\x45\xc3\x3a\xb1\x1a\x33\x2e\xa3\x89\xd5\xa8\xea\x77\x13\xab\x51\xe0\xce\x29\xc0\xa8\x8e\x46\xac\xc6\xad\x23\x07\xab\x51\x40\xc5\x09\x60\x34\xe9\x88\xc3\x6a\x14\x17\xdb\x3c\xa2\xbe\xd2\x2f\xf0\xcc\x20\x4a\xa6\xac\x46\xc9\x10\xac\x46\x51\xb4\x4e\xac\xc6\x8b\x43\x6e\x8a\x7f\x46\xa3\x24\xfe\x19\x59\x40\x58\x8d\x4a\xe0\x9e\x58\x8d\x62\x3f\x9c\x57\x84\xc2\xbc\xe1\xa2\xda\x48\xcc\x5f\xa8\xaf\xa4\x25\x53\xc0\x42\xd1\x9b\x29\xab\x51\x7a\x31\x56\xa3\x52\xca\x26\x56\xe3\x03\x2a\x6d\x5e\x71\x61\xff\x57\x39\xd4\x89\x41\xa9\xea\x0b\x93\x04\xc4\x26\x33\x83\x04\xc4\xa9\x13\x95\x08\xe5\xd6\x62\x25\x42\x29\x5a\x3f\xc3\xa0\xbc\x84\x2c\x8c\xf2\xf4\x31\xe8\x17\x6e\x74\x72\x74\x8c\x08\xe5\x44\x28\x5a\xc0\xd7\x8a\x51\x65\x14\x2f\x54\x98\xce\x02\xa2\x15\x8d\xdd\x02\x60\x28\xce\x65\x0b\x10\x2a\x5e\x3d\x53\xa5\x8f\x74\x1f\x84\x98\x68\x6e\x16\x08\x63\x5d\xbd\x01\xae\xda\xa2\x5e\xa3\xd5\x2d\x5d\xa9\x30\x96\x7e\x01\xf6\x62\xb9\x18\x59\x86\x8a\xd8\x1b\x59\x86\x8b\x33\xdb\x30\x28\x65\xc8\x18\x61\xc8\x8e\x88\xb4\x08\x98\xa6\xeb\x17\x60\x9a\xab\x5f\x24\x38\xe3\x05\x36\xc2\x90\x81\xcd\x6f\x0a\x43\x46\xbd\x41\x61\xc8\x87\x5f\x10\x2a\xb2\xb0\x4c\xb4\x35\xb8\x7e\x8c\x30\xa4\x61\xce\x5a\x14\x42\x40\xff\x23\xcc\x5a\xf4\x0d\x80\x85\xd0\x7d\x0d\x2c\xa9\x8a\x9c\x1a\x58\x52\xb1\x43\x9b\xb0\xa4\x45\xbf\xd0\x7a\xd0\x34\x0c\x42\xd3\xcf\xc8\x27\xb4\x9e\xa0\xff\xa1\xf5\x68\xde\x31\x28\x85\x8a\x31\xb0\xa4\x15\xa1\x61\xaa\x7b\xa1\x11\x04\x4b\xfa\xa0\xd9\x58\x42\xf4\x70\xe0\x19\x59\x86\x06\xc0\xca\x30\x28\x57\x53\xcf\xc8\x52\x1b\x7a\x0a\x5a\x0f\x82\xc1\xdc\xa0\x7c\x1e\x0e\x58\xa3\x3c\x7d\x4f\xfa\x05\x37\x86\xc6\x8c\x2c\xc3\x81\x7b\xce\xc8\x32\x14\xeb\x97\x91\x65\x18\x10\x2f\x46\x96\xa1\x88\x02\x8c\x30\x64\x04\x75\x60\x84\x21\x93\xbe\x81\x30\xa4\xf8\xf2\x0c\xda\x9a\x87\x03\xc8\xb2\x44\x8f\xfa\x29\x42\xcc\xc2\x2f\xe6\x0f\xbb\xc6\x32\x08\x96\x47\xef\xf3\xa3\xb1\xe1\x74\x33\xb2\x0c\xa7\xfa\x59\x70\x08\x10\x0e\x36\x00\xa3\xa7\xea\x4a\xc0\x88\x8f\xfe\x27\x1a\x7e\xfd\x82\x4b\x79\xeb\x4a\xc2\x90\xda\x7f\x58\x8d\x2a\x61\x64\x58\x8d\x45\xfb\xf6\xc3\x4d\xa3\xb7\xa3\xb5\x6a\x9d\x61\x35\x76\x54\x22\x53\x96\xe1\xd0\xff\x94\x80\xaf\xf7\x89\xd0\x54\xef\x43\xbe\xe0\x5c\x32\xac\x46\xd5\xb0\x34\x95\xc1\xe0\xf8\x33\xac\x46\x55\xf7\x33\xac\xc6\x8a\x45\x69\x58\x8d\xaa\x50\x68\x58\x8d\xed\xe8\x4a\xb0\xf8\x58\xb0\x86\xd5\xa8\x0a\x85\x46\x96\xe1\xe0\xe8\x37\xb2\x0c\xc5\x6c\x6e\x22\x34\x8d\xea\x0b\xb4\x4a\x57\xf7\x01\x88\xd5\x28\x29\xcb\x10\xe5\xc9\xc8\x32\x9c\x5f\x3a\xf3\xff\x14\xc9\x46\x85\x8c\x85\x87\xd1\xa8\x90\x71\x00\xbe\x18\x15\x32\x2e\x3a\x97\x35\x45\x98\x99\x06\x0c\x4a\x25\x19\x1a\x06\x65\xc3\xe8\x37\x0c\x4a\x31\x16\x1b\x06\xe5\xa3\x69\x17\x6d\x8d\xa6\x01\x83\x32\x5f\xbd\x9d\xdc\x7c\x89\x09\x0c\xca\x49\xe0\xc3\x3e\x06\xa5\x7e\xa1\x15\x70\xfa\x19\x38\x53\xf1\x17\x1b\x5c\xa7\x55\x0b\x99\x0a\x19\x03\x03\xc8\xc8\x32\x54\x19\x7d\x13\xd7\x29\xe1\x28\x83\xeb\xb4\x01\xf6\x32\x55\xc8\x50\x5f\x30\x28\x37\x86\xb6\x61\x50\xde\xcf\x95\xd0\x64\x83\x5d\x35\xb2\x0c\x1f\x0c\x20\x7b\x44\x3b\xc4\xb7\x83\x33\xbd\xda\xee\x22\x34\x95\x10\x86\xb6\x46\xb5\x0c\x0d\x83\x52\x4c\x04\xf6\x88\xf6\x44\xbf\x48\x23\x31\xbd\x41\xe0\x1d\xbe\xa8\x4b\xeb\x61\x74\xbb\xaa\xca\xe9\x17\x59\x6a\x78\xd2\x0c\x83\x52\xe4\x95\x86\x41\xa9\x5a\xba\xa6\x0a\x19\x5b\xff\xf3\xad\xb9\x25\x5a\xa9\x90\xb1\x81\x38\x19\x06\xa5\xe9\x10\xc5\xa0\xb4\xa6\xf7\x51\x72\x47\x87\x28\x84\xa6\x72\x74\x59\x17\x78\x4e\xef\x43\xeb\x59\xfa\x1f\xa2\xa7\xe9\x0d\xd0\xf0\xeb\x4a\x0c\x4a\x65\xcc\x19\x06\xe5\xe7\xb0\xc0\xa0\x9c\xfa\xf6\xc1\xfa\xd4\x78\xba\x41\x39\xca\xa3\x5f\xbe\x3e\xa5\x41\x1b\x61\xc8\xa2\x55\xae\x30\xe4\xd4\x95\x24\xc8\x6a\x6b\x62\x35\x0a\x59\x60\x0a\x43\x6e\x3d\x85\x30\xe4\xd2\xdb\xb1\x1a\x81\x6c\x1a\x56\xe3\xe9\xfa\x45\xc9\x24\xd3\x2f\xd2\x48\x34\x2b\x58\x8d\x9f\x51\xc2\x6a\xdc\x41\xbf\xd0\xea\xa4\x32\x00\x26\x1d\xe4\x23\x1a\x60\xd2\x81\xd6\x6a\x64\x19\x8a\x71\xda\xc8\x32\x34\xcd\x26\xdc\x34\x4a\xea\x32\xb8\x69\x1e\xa9\x2f\x94\xb5\xdf\x58\x47\x46\x18\x32\x68\x95\x13\x86\x94\xf5\x67\x84\x21\xfb\xa3\x37\x68\x0d\xd2\x4f\x65\x12\x12\xe8\x34\xe3\x78\xc0\x1a\x33\xd5\xa7\xd7\xfe\xa3\x3e\xbd\x08\xb4\x8c\xca\x86\xaa\x31\x62\x1f\xcb\x90\x95\x85\x65\x98\x74\x3c\x60\x19\x0a\x06\x6a\x94\xba\x98\x59\xef\xc3\x72\x42\xb7\x37\x83\xda\xeb\xd1\x2f\x3f\x1e\x22\x61\x72\x03\x84\x2a\x9a\x23\x03\x84\xda\xa4\x46\x02\x42\x6d\x59\x3d\x23\x53\x59\x47\xf1\x42\x3d\xd3\xf1\x00\xff\xcc\xd1\xbc\x2f\x92\xd0\x25\x23\x01\xa8\x66\xd2\x95\x0c\x80\x6a\x4b\xff\x55\xa1\xda\x48\x32\x14\xf9\xbc\x81\x5d\x8d\x9a\x4c\xb0\xab\xe2\x58\x32\xb0\xab\x42\x18\x1a\xd8\xd5\x02\xe2\xc2\x48\x32\x14\x8b\xae\xb9\xd1\x58\x1f\x32\xd1\x8c\xd2\xf5\x72\xdb\xdb\x52\x92\x28\x4b\x70\x21\x5e\x9a\xde\xc0\xf6\xd3\x79\xe7\x46\xe3\xd3\xc9\x0f\xb4\x0d\xb5\x89\xde\x40\xa8\x31\x83\x5d\x30\x85\x1a\x35\x7d\x6e\x34\x8e\x28\x9d\xd2\x8d\xc6\x11\xaf\xee\x23\x54\x85\xc9\x63\x1b\xf1\xf9\xf9\x9f\x6f\x3f\xab\x7a\xdf\x20\x44\xa9\x37\x10\x25\xd7\xc0\x13\x6a\x1c\x60\x1e\x0c\xa3\x31\x10\x57\xb5\xad\x54\x11\x3d\x13\x18\x7b\xd4\x53\x48\x62\x96\xbe\x42\x15\x8c\x85\xa7\xc9\x08\x35\x8a\x60\xde\xa0\xa6\x49\x51\xff\x93\x53\x83\x39\xa2\x0a\x46\x91\x10\x3e\x60\xa4\x31\xaa\x0c\xec\xea\xd1\xd1\x81\xd1\xa8\x04\x75\x53\x96\xa1\x36\x38\x46\xe3\x91\x86\x09\x76\x55\xc4\xdf\xf6\xc1\xae\xf2\x7d\xc2\xae\x6a\x4b\x83\x5d\xcd\x45\x7d\xf1\xef\xab\x12\x28\x47\x59\x78\xcc\x26\xd4\x34\x9f\x23\x87\x2c\xc3\x42\xd4\xc0\x2e\x49\xda\x3a\x02\xc0\xae\x6e\x6d\x69\x8c\x46\xe5\x3c\xd9\x95\x3f\x9c\xb7\x43\x4d\x93\x08\xac\xda\x15\x6b\x1b\x33\x06\x76\x75\x1d\xdd\xc7\xf7\x49\x64\x41\x68\xfa\xd1\x0d\x21\x34\x15\x1a\xc3\x2e\x24\x02\xd2\x9d\x2e\xc7\x9f\xd6\x92\x5b\x86\xe3\xd1\x61\x48\xa8\x31\xe2\xcd\x5d\x64\x19\x6a\x1e\x16\x59\x86\x15\xb8\xd5\x52\x15\x0c\xb4\xb3\x45\xa8\xb1\xe0\x90\x5b\x84\x1a\x6f\xd7\x53\x84\x32\xd2\xff\xfc\xfb\xe4\xbb\x5e\x00\x54\x95\x20\xb1\xb0\x0c\x55\x22\x6d\x41\x68\x1a\x96\xde\xe0\xeb\x73\x45\xbd\x5d\xf8\xf7\xc3\x2f\xf0\xef\xe8\x71\x2b\x28\xc9\x57\xbf\xfc\x78\x78\x4c\xbf\xfc\x78\x58\x58\xc5\x8b\x50\xe3\xe2\x80\x5d\x0a\x35\x22\x84\x17\x96\xa1\x58\x90\x97\x2c\x43\xf4\xcd\x05\x40\x75\xe8\xed\x91\x2c\x3c\xf5\x0c\xcb\x30\x33\x0f\x0b\xcb\x30\x55\x3d\x05\xcb\x90\xbd\xb9\xb0\x0c\x1f\xec\xd2\x05\xa1\xe9\x64\xbf\xaf\x28\x3e\x76\xfd\x82\x75\x2f\xea\x29\x94\xba\xc0\x5a\x59\x84\x1a\x55\xd9\x70\x29\xd4\xa8\xf9\x4b\xc2\x8e\xf3\xb5\x00\x54\x33\xf8\x92\x25\xfe\x19\xd4\x89\x95\x14\xcf\xd0\xff\xc8\xa5\x40\x0e\xae\xa4\x2a\x49\xbc\x0f\xcb\xb0\x61\xbd\x2f\x2c\xc3\x8d\xab\x77\x61\x19\x9e\xff\x74\x5c\xac\xa4\x0c\x93\xc0\x6d\x0a\xe5\xe8\x75\x50\x99\x73\x6a\x2e\xa2\x90\xa1\xea\x17\xfc\x17\x18\x39\x0b\xec\x6a\x8a\xfa\x3c\x44\x0f\xdb\x68\x81\x5d\x2d\x08\xe1\x05\x35\x8d\x92\x1a\x17\xd4\x34\xa9\xeb\x97\x44\x0f\x03\xe1\x46\x63\xeb\x9c\x4d\x0b\xec\xea\xd0\xc0\x53\x2c\x51\x1e\xf0\x05\xd7\xe9\xd4\x62\xa5\x0a\x46\x18\xba\xd2\xbf\x2f\x22\xd8\x97\x8a\x25\xe2\x9d\x5b\x2a\x79\x8f\xd9\xbd\xa8\x82\x31\x08\x0f\x2d\xaa\x60\x8c\xad\xa7\xc0\x07\x1d\x74\x1f\xfe\x70\x4e\xf7\xa5\x2a\x18\x84\x13\x17\xd4\x34\x09\x8f\xed\xa2\x0a\x86\x74\xbc\x85\xd1\x58\x3f\xbf\x28\xc0\x83\xee\xb4\xdc\x68\xec\x22\x41\x59\x54\xc1\x88\x4d\xff\x03\x60\x85\x51\xb5\xa8\x82\x11\x81\xe4\xac\x02\x21\x26\xda\xcb\xa2\x0a\x46\xc3\xe6\x59\x85\x04\x52\xf4\x9c\x45\xa8\xf1\xc1\xe5\xb0\xc8\x32\x14\x3f\xf3\x22\xcb\x50\x54\x38\x8b\x92\xf7\xa6\x5f\x60\x57\xaf\x96\x20\xd4\x34\x9f\xe5\x49\x96\x61\x98\xba\x92\xda\x74\x90\xa4\x2e\xb0\xab\x8a\xdf\x2f\xb0\xab\xc6\xf1\xb7\x28\x79\x2f\xda\xff\x45\x06\x62\xec\x7a\x26\x46\x31\x87\xc5\x92\xd1\x28\x31\xa1\xda\x89\x8f\xfe\x67\x1c\xc5\x7a\xe6\x22\x25\x82\x91\x00\xbb\x5a\x34\x4a\x95\xa3\x91\x03\x76\x55\x58\xf7\xb0\x1e\x16\x19\x88\x9f\x91\x68\x10\x2a\xe2\x2b\x5f\x50\xd3\x88\xea\x71\x35\xd2\x1e\xf4\xb5\x8d\x50\xb1\xd6\x0b\x55\x30\x86\x56\x01\xd4\x34\x53\x42\x8a\x2a\x18\x47\xe2\x05\x6a\x9a\x46\x08\x6f\x41\x4d\x23\x72\xdc\x25\x6a\x1a\x89\x48\x00\xaa\x2a\x9c\xba\x1a\xb5\xdb\x88\x67\xac\x86\x53\xe3\xd3\x17\xfc\xa9\x57\xfd\x84\xb5\x4d\x7b\xe5\x91\x3f\x95\x67\x3e\xf8\x53\xf5\x7d\x0f\x28\x1c\x0e\xae\x45\x15\x8c\x8c\x4b\x65\x51\x3b\x31\xa3\xb1\xaf\x47\x00\x4e\x3d\xc5\xd7\xa7\x72\x3f\x17\x00\xd5\xa5\xdd\xf1\x50\xc0\x0c\xa7\xdb\xa2\xd4\x45\xad\x7a\x1f\xd8\x7f\xed\xbf\x07\xcb\xe2\xea\x0d\xa0\x54\xb4\xb2\x1e\x50\x2a\x3a\x72\x00\xa8\x1e\x49\x22\xb7\x0c\x7b\x41\x41\x5a\x1d\xcb\x1e\xc5\x71\xb9\x65\xd8\x8f\x84\x30\x19\x88\x47\x2b\x99\x7a\xf8\x41\x5f\x4b\xa9\x8b\xa6\xd5\x43\xa8\x71\x00\x26\x58\x5d\x55\x76\x58\x4b\x58\x86\xb2\x02\x56\x97\x65\x41\x5f\x3a\x55\x92\x74\x58\x00\x50\x8d\x45\xcf\x04\xca\x20\xd9\x4a\xa8\x71\x8d\xff\x0a\xef\x2d\x8c\xc6\x47\x67\x7d\xa7\x76\x9b\x86\xac\x93\xa1\xa7\x33\x4d\x65\x15\x75\x9e\x0f\x8c\x7e\xb4\xd6\x35\xf0\xa7\x92\x5c\xb0\xdc\x68\xec\x3b\xe8\x7f\x18\xc5\xda\xd2\x03\x14\x07\x7a\xf8\x1a\x94\x8d\xcc\x7a\x26\xac\x58\x9a\xe8\x41\x95\x01\xcc\x93\x85\xd1\xa8\x02\xf1\x0b\xa3\xf1\xf3\xb1\x64\x20\x2a\x24\xb3\xc8\x40\x8c\x41\x4f\x01\xbb\x2a\xb1\x04\x76\x75\x4f\xf5\x53\x34\xe0\xf4\x45\x55\x30\xd0\x14\x97\x1b\x8d\x43\x89\x2a\x0b\xae\xd3\xa0\x89\x86\x9a\x46\xc6\xca\x82\x9a\x26\x93\x63\xb5\x44\x68\x2a\x9d\x64\x2a\xf9\x92\x09\x23\x03\xf1\xa3\x77\x4c\x71\x0d\xb3\x5c\xc8\x40\x0c\x49\xff\x23\x03\xf1\xe8\x17\xfe\xfe\xad\x7e\xba\xd5\x71\x3e\xfd\x04\x05\x40\x5a\xc0\x02\xbb\xda\x75\xe0\x61\x50\xaa\x18\xeb\xc2\xa0\xdc\xea\x35\x06\x65\x94\x2e\x63\xf8\xfb\x75\xc0\x1a\xfe\xb8\xab\x5f\x18\x5c\x80\xd9\x16\xd8\xd5\x89\xfe\xbe\x4c\xd4\x49\xf4\x0c\x6a\x9a\x8d\x7d\xb2\xa0\xa6\xf9\x68\x67\x50\xd3\x28\x86\xbd\xa0\xa6\x89\x9f\x37\x18\x61\x5d\x3d\x45\x5a\x0f\x63\x66\x72\xda\xe8\x7f\x70\xd5\xe2\x59\x5e\x6e\x50\x8e\x2b\x2d\x0b\x42\x53\xa1\x46\xd6\x12\xb7\x02\xe3\xb2\x94\x51\xc6\x2a\x20\xd4\xa8\xf2\x54\x6b\x51\x80\x47\x6b\x17\xec\xea\xa3\xa3\x18\xec\xea\xd5\x5a\x5a\x38\xdd\xb4\xe6\x09\x35\x9a\x0e\x20\xd5\x4e\x94\x46\x44\xa8\x71\x69\x6e\xa1\xa6\xd9\x12\xd7\xa2\xa6\x91\x9e\x0a\x76\x55\x2c\x71\x6b\x09\xa5\xa2\x7e\x12\x2a\x06\x19\xb2\x00\xa8\x3e\x9a\x3f\xac\xc6\xa1\x15\xb2\x71\xda\x68\xaf\x10\x6a\x14\x23\xcb\xda\x7c\x9f\xf6\xdf\x56\x5a\x87\xee\x6b\xb8\x00\x98\x15\x42\x8d\x5d\xc7\x98\x32\x1e\xb1\xbf\x16\xa1\xc6\x80\xe5\xbb\x08\x35\x26\x52\xe0\x17\xa1\xc6\xf4\x79\xc3\x22\x0c\xa9\x5f\x70\x7d\x57\x3d\x85\xb4\x2a\x29\x4f\x64\x3c\x36\x1c\x4f\xcb\xad\xc6\x31\xf0\x1e\x2f\xd5\xc3\xd7\x48\x1c\xf6\x9f\xf6\xd1\xe1\xe8\xd7\xdb\x0f\xfe\x70\xc2\x74\x4b\x19\x8f\x1a\x33\xac\xc6\x44\x78\x7d\x1d\x39\x6d\x98\x31\x32\x1e\x9b\x0e\xca\xc3\xfc\x7d\xde\x47\x46\xa7\x74\x66\x08\x4d\x55\x83\x7e\x1d\x85\xc2\xf5\x14\x9c\xa6\x59\x6f\xc0\x5f\x0c\x9e\x79\x11\x6a\xfc\xfc\x0f\xab\xb1\xd4\xff\x72\x5c\x2c\x37\x28\x6b\xd3\xa2\xa3\xac\xe2\xd3\xf4\x8b\xa9\x2d\x7a\x24\xa1\x2a\x9d\x9a\xa2\xad\xc1\x9b\xbb\xa0\xad\x51\x8d\xe1\x45\x59\x45\xd1\x90\xac\xcb\xd6\x94\x60\xc0\xa0\x14\x6e\x63\x11\x85\x1c\x4d\xcf\xc4\x55\x9e\x74\xe5\x42\x27\xe1\xd3\xaf\x6a\x63\xe9\x0d\xe2\x72\xd5\x1b\xf0\x87\xb3\xc5\x36\x06\xa5\x98\x8e\x37\xd8\xd5\x82\xb7\x6c\x83\x5d\x95\xcb\x61\x43\x5b\x63\xf4\x65\x07\x60\xe5\x9c\xee\x3b\x28\xa3\xec\xf2\xcb\x0d\xca\x8a\x83\x65\x07\x25\xeb\x2e\x7e\xc9\x1f\x1e\xf8\x85\x3f\x3c\xa9\x2f\x70\xb9\x26\xfd\x0f\x5f\x56\xd1\xdb\x09\x55\x61\xea\x6e\x2a\x64\xac\x47\x57\x12\xaa\xfa\x3c\x13\xec\x2a\x3a\xd7\x16\x6d\xcd\xd2\x2f\x69\xe5\x7c\x2d\x06\xe5\xc6\xd0\xde\x11\xad\x00\x2f\xe9\x06\xbb\xda\x59\xf2\x9b\x50\x63\x41\x7c\x6e\x0c\xca\x3b\xf5\x14\x96\xee\xd0\x95\x84\xe2\x82\xfe\x27\x56\x2c\xbd\x1d\x9a\xfa\xa8\x37\xe0\xb0\xc2\xec\xde\x18\x94\x33\xe8\x4a\x68\xea\xab\xfe\xc7\xd1\xf1\xa8\x9f\x10\x62\xa2\x81\x6d\xb0\xab\x86\xa0\xdd\x60\x57\x37\x89\x3f\x5b\x19\x8f\x1c\x08\x5b\xb4\x35\xac\xdd\x4d\xa8\x71\xe0\xb4\xd9\x54\xc8\x88\x58\x6a\xdb\x0d\xca\xfe\x99\x95\xa4\x02\x4a\xf4\x9a\xda\x89\x1d\x25\x61\x53\x21\x43\x35\xfb\x76\x62\x7d\xe2\xfd\xdf\x10\x9a\x8e\xa9\x37\xc0\xa5\xac\xd5\x83\xd5\x28\x1e\xe9\xed\x56\xe3\xb0\xcf\xfb\xf0\xb5\xa2\xe8\x6c\x42\x8d\xaa\xfb\xbe\xdd\x6a\x1c\x15\x71\xb6\xb3\xf6\x1f\x5f\x0b\x40\x75\x16\xfd\xcf\xd7\xe7\xe6\x18\xdb\x58\x8d\x09\x15\x65\x63\x35\x96\xa9\x37\x88\x56\x49\xff\x43\xab\x43\xb1\xda\x94\xd8\x5f\x88\xa5\x9d\xa1\x1d\x42\x24\xef\xac\xb4\x0e\xbe\x0f\xab\xb1\x64\xbd\x9d\xa3\x23\xeb\xed\xae\xb5\xde\xcf\x33\x7d\xff\x25\xbd\x1d\xab\x71\x6b\x36\x0b\x5c\xd1\x08\xa9\x4d\x19\x8c\x84\xe2\xb1\x29\x83\xf1\x80\xe5\xd9\x00\x54\xc5\x23\xb8\xe1\xa6\x49\xc8\x9e\x0d\x37\x4d\x01\x14\xb0\x8b\xd2\x56\x18\xc1\x42\xda\x0a\xee\xab\x4d\xed\x44\xd1\xdb\xef\x82\x43\x4e\xf3\x40\xed\x44\x21\x82\x76\x51\x01\x3a\xf5\x1a\x00\xae\xf6\x74\x01\x85\xa3\xfd\x8e\xd5\xf8\xd9\x01\x55\xd8\x78\xde\x87\xd5\x58\xb5\x42\x20\x34\x5d\x84\x2f\x77\xc5\x21\xa7\x2f\x22\xd4\x98\xbe\xde\xf0\x3f\x45\xf2\x26\x0a\x99\x30\x79\x36\x51\x48\x49\xf9\x4d\x85\x8c\xd1\xf5\x0b\x5f\xdd\xd0\x95\x14\xe7\x69\xfa\xc5\xa9\x02\xb2\x60\x43\x69\x23\xd2\xec\xad\x62\xfc\x98\x58\x1b\x83\x32\x6a\xa3\x42\x69\x73\x4d\x9d\x06\x80\x04\x58\x68\x63\x50\x26\x70\x0d\x9b\x64\x48\xe9\x40\xbb\x09\x56\xae\x5f\xc0\xca\x71\x8d\x6c\x92\x21\x2f\x01\xbd\x4d\xa8\x31\xe0\x8f\xdb\x0a\x35\x6a\xf1\x40\x69\xa3\x38\xf5\x26\x19\x72\xc1\x1a\xb5\x09\x35\x3e\x1c\x16\x9b\x50\xa3\xd8\x37\x76\x13\x0a\x80\x2d\x8d\x41\xa9\xda\x6d\x1b\x83\x72\xa2\x15\x6c\x32\x1e\x95\x78\xb0\xc9\x78\x54\xad\xb8\x0d\xa5\xcd\x21\x24\xba\xa1\xb4\x39\xda\x2a\x50\xda\x28\xed\x7c\xbb\x41\xd9\x54\x8a\x72\x13\x6a\x0c\xa6\xff\x41\xd9\xc3\xe1\xb4\x31\x28\x2b\x7a\xff\xc6\xa0\x6c\x44\x9f\x37\x06\xa5\x0e\xd8\xfd\x40\x1b\x85\x25\xb3\xc9\x78\xcc\xfa\x86\x87\x50\x8e\xc4\x0b\xb5\x13\x8b\x8e\x0e\x6a\x27\x7e\xb6\xfb\x23\x2e\x6c\xf5\x8c\xb4\x0e\xfd\x22\xd4\x18\xf4\xb5\x64\x3c\x26\x2d\xd6\x2e\x87\x00\x73\x4b\xed\xc4\xac\x31\xeb\xe2\x41\xd0\xff\x5c\xf4\xa8\x4a\xfa\xc6\xa0\xac\x9f\xfb\xa0\xa9\x27\x98\xb2\x21\x34\x15\xfd\xcc\x86\xd0\x34\x12\xde\xdb\x50\xda\xa4\xcf\xff\x70\x08\x48\xf0\x11\x6a\x54\x71\xb3\x8d\xd5\x28\xea\xfb\x8d\xd5\x28\x77\xd9\xee\x00\xac\x40\x7d\xef\x01\xb6\x9a\x00\xf0\x1e\x88\x1e\xed\x23\xb7\x1a\x87\xe9\x50\x83\xd2\xe6\x60\xce\x6e\x32\x1e\xc5\x70\xbd\x45\x69\xb3\x75\x1f\xaa\x8d\x04\x8a\x28\x6d\x74\xe4\x0c\xe6\xef\xea\x29\xa4\xe5\x3c\xba\x8f\x30\x96\x56\xeb\xe0\xe8\x47\x8b\xdc\x03\xad\xf5\xf3\x0b\x14\x95\xd6\xfc\x80\x4b\x05\xd4\xc8\x26\xd4\x28\x2d\x72\x7f\x8a\xf1\xb3\x5e\x08\x35\xf6\xcf\x2f\x3f\xfa\x97\x8e\x15\x42\x8d\x5d\xbb\x91\x50\x63\x47\x9b\xdf\x6e\x35\x8e\x89\x0b\x60\x8b\xd0\x14\xed\x73\x4f\xb8\xda\x75\x84\x13\x6a\x1c\xea\x27\xc5\xf8\xe7\xd5\x33\xc5\xa8\xc8\xf7\x01\x50\xed\x92\x28\x94\xc1\x10\x51\xef\x9e\xe2\xc2\x46\xb4\x2a\xe3\x11\x24\xd1\x9e\x1c\xfd\x9a\x69\x6a\x27\x36\xdd\x67\x7c\x9f\xae\xa4\xe2\xbe\x38\x4a\x36\x15\xf7\x55\xed\x68\x13\x86\x14\x83\xf7\x26\x0c\x79\x09\x2e\x6e\xc2\x90\xaa\x1f\xb3\xe1\xbb\x59\x52\x12\x44\x68\xba\xfe\x53\x24\x63\x50\xd6\xa6\xd7\x91\x91\xd4\xd5\x31\xa2\xe4\x3a\xa5\x31\x28\x55\x1b\x6b\x63\x50\x0e\x09\x68\x13\xc0\x4a\x9f\x20\x6c\x20\x5d\x59\xca\x68\xe1\x99\x6e\x50\x96\xab\xed\x47\x32\x64\xd6\x09\xa7\x64\x48\x89\x02\x25\x43\x82\xea\xdb\x18\x94\x0d\x60\xd6\xc6\xa0\x14\x5b\xc4\x86\xeb\xb4\x7c\x9e\x49\x18\x52\x27\x38\x61\x48\xe9\xfd\x1b\x0a\x1d\x95\x5c\xdc\x0b\x5f\x79\xd5\x2f\x71\x0d\xf3\x7d\x4b\x15\x4e\xf4\x4c\xc8\x24\xf1\xd1\xee\xa5\xba\x75\xf4\x0c\x83\xb2\xe9\x29\x60\x57\x0d\x3f\xe5\x86\x42\x47\xc1\x9b\x8d\x41\xa9\xc2\x4b\x1b\x0a\x9d\xa0\x45\x4e\x85\x8c\x20\x51\x40\x85\x8c\x0a\x12\x65\x13\x86\x5c\x3a\x89\xdd\xa0\x6c\x37\xe9\x29\xa0\x38\x70\xc5\x6c\x6a\x27\x7e\xb4\x48\x28\x74\x3e\x63\x4d\xed\x44\x55\x56\xdb\x32\x1a\xd5\x6b\x8c\x46\xd1\x72\xef\x83\xd1\x0f\xdc\x6a\x1f\xb2\xc6\x30\x0c\x37\x46\x63\x94\xe8\xc1\x68\x54\x2e\xd8\xc6\x68\x14\x20\x6f\x1f\x8c\x62\x1d\x39\x54\xc1\x50\xf0\x66\x63\x34\x4e\x59\x2b\x18\x8d\x0a\xdd\xee\x23\x24\x8a\x9e\x02\xeb\x9e\xe6\x0f\x42\xd3\x84\x27\x74\x1f\x9c\x1a\x9a\xe9\x23\x3e\x6f\xb6\x0a\xa1\xc6\x82\x55\xb5\x65\x34\x6a\x2d\x51\x05\xa3\x69\x1e\xae\x90\x36\x7c\x1f\xf8\xd4\x2a\x7b\xe1\x42\x65\x2e\x1b\x04\x9a\x9c\x86\x5f\x74\x83\x4f\x15\xe3\xc5\x56\x15\x0c\xf0\x02\x1b\x7c\xea\x00\x97\xb2\xc1\xa7\x2a\x42\xb3\xb1\x0c\xb7\x84\x0d\x55\x30\x82\x6c\x82\x2b\xcd\x5b\xff\x73\xf1\x29\xd6\x8e\x0d\x08\xb5\x4b\x45\xb9\xe2\x13\xf6\x67\x1e\x40\xa8\xa2\x78\x3f\x80\x50\x95\xc1\x76\xdc\x32\xec\xca\x78\x3c\x6e\x19\x76\xa5\x36\x9c\x80\xf8\xe4\x60\x3e\x01\x2e\x8e\xa9\x5f\x3e\x7f\xa2\x0b\x3b\x58\x86\x85\x1d\x77\xb0\x0c\x9f\xa1\x5f\x58\x86\x55\xcf\x04\x7f\x8b\x86\x79\x02\xb4\x5f\x9f\xfb\xe0\xaa\x58\xea\x19\x4e\x0d\xe6\xef\x60\x19\xee\xcf\x2f\xf1\x95\x73\x1f\x96\xe1\x83\x92\x77\xb0\x0c\xc7\xd1\xff\x08\xc5\xb1\x5a\x0f\x59\x8d\x93\xd0\xed\xc1\x32\x0c\x5d\xff\xa3\xd4\x05\x7a\xf1\x21\xab\x71\xb2\x5a\x4f\x24\xb5\x08\x47\xde\xc1\x32\xec\x1a\x41\x2c\x43\x29\x17\x27\x4a\x3d\xd3\xff\x50\xcf\x90\x7c\x07\xcb\x50\xf5\xfc\x4e\x14\xd5\xfe\xe2\x17\x32\xf2\x4b\xe8\xff\x4f\x91\x7c\xc0\xa7\x16\xce\xe5\x03\x3e\x55\x27\xc7\xc1\x68\xcc\x2c\xa5\x83\xd1\xa8\x42\x4f\x47\x51\x48\x62\x8b\xe7\x43\x93\xc3\x90\x25\x3e\x1d\x11\x72\x28\xab\x38\x86\xfe\x47\x15\x0c\xce\xc2\x43\x15\x8c\x3e\xf4\x14\xa0\xe3\x68\x75\x47\xa1\xc6\xac\x9e\x71\xf2\x73\xc2\x1d\x8c\x46\xd5\x05\x3b\x70\x9d\x2a\x51\xf9\x24\x55\x19\xd0\x95\x17\x07\x0b\x7d\xc9\x30\x58\xe1\xe2\x38\x18\x8d\x2a\xe2\x7a\x30\x1a\xe5\xf5\x3a\xe0\x53\x13\xc6\xed\xc9\x80\xe0\x30\x79\x8e\x1b\x8d\xe3\xd1\xa2\x13\xa1\x29\xdb\xf6\x90\xd5\xb8\xae\x7e\xf9\xf7\x5d\x82\x8b\x07\xa3\x51\x11\xfb\x83\xd1\xf8\xf9\xda\x4c\x94\xfc\xe8\x17\x59\x7f\x53\xbf\xf8\xbe\xae\x67\x92\xf5\x67\x7a\xbb\xb2\xfe\x98\x31\xf0\xa9\x0f\x01\xa1\x53\x04\x12\x63\x09\x82\x4f\xdd\xe8\x2b\xa7\x88\x81\x8c\x51\x82\xd0\xf4\x68\x03\x10\x6a\x54\xf5\xe3\x53\xe0\x3a\xa8\xba\x12\xa3\xf1\xe8\x97\x1b\xfd\xa9\xe8\x7d\x24\xe4\xe2\xec\x39\x45\x34\x32\xcc\x1f\xa1\xc6\x89\x37\xfe\x14\xe1\xc3\x19\xdd\x22\x32\x50\x5d\xe9\xc7\xdf\x44\xb7\x38\xd0\xe4\x28\x6a\x70\x08\x35\xaa\x4c\xd8\x81\x26\x67\x60\x76\x9f\x4a\x6d\x33\x0e\x8b\x83\xd1\x98\x3f\xff\x2b\x6c\x77\xfa\xf9\xb1\x0c\xf5\x4b\xf8\x62\xe6\x1d\xcb\x30\x02\xd9\x3c\x55\xb5\xdb\xf8\xda\x8a\x51\x4c\x80\xed\x54\x12\x8e\xb3\x7a\xa6\x2a\x26\xcc\x6d\x85\x81\xac\xa8\x9f\xd0\x38\x69\x8f\x11\x6a\x14\x02\xf6\x54\x55\xa1\xe1\x0d\x58\x86\x6b\xe9\x97\x00\x56\x7c\x43\x53\x81\x21\xfa\x89\x65\x28\x75\xe2\x60\x19\x06\xa0\x7b\xa7\x51\xe5\x63\xe8\x29\x8d\x5d\xcc\xd7\x52\x05\xa3\x68\xed\x62\x19\x66\xb4\xcf\x03\x4d\xce\xa3\xaf\x25\xd4\xa8\x84\xf8\x03\xd9\x69\xe0\x88\x3b\x70\xe1\x84\xcf\x95\x1b\x40\x2c\xab\x07\xb2\xd3\xa1\x91\x10\xd9\x29\x31\x84\x83\x65\x28\x18\xe8\x81\x0b\x27\x68\x6e\xdd\x32\x6c\xca\x91\x3b\x58\x86\x4d\xa2\x5c\x59\x8d\x84\xf0\x0e\x96\xa1\xd2\x5d\x0e\x96\x61\xd4\xb7\x63\x19\x7e\x46\x57\xa1\xc6\xa2\xb7\x53\xc0\x4c\xe3\xf2\xa8\x36\x24\xeb\x0c\xcb\x50\x89\x54\x07\xcb\xb0\x5f\xbd\xc1\xe7\x6f\x60\x91\x1c\x2c\xc3\x65\xba\x92\xf9\x23\x16\x70\xb0\x0c\x95\x33\x7a\x64\x19\x62\x97\x1e\x2c\x43\xa7\xc5\xff\xdf\x22\x19\xa3\xb1\x69\x20\x30\x1a\x4d\x82\xe1\x63\x34\x32\x10\x2a\xab\xa8\x05\x49\xc2\xe3\xa9\x7a\x39\x00\x0f\x09\x1b\xf0\xa9\x97\x20\xd3\x21\xe1\xf1\xb3\xa9\xba\x5c\xe5\x7a\x26\xa2\x07\x2f\xdb\xa1\xe0\x7e\xda\xba\xf2\xe0\x46\xe7\xd3\x29\xb8\x5f\x74\x12\x53\x70\xbf\xe8\x99\x2a\xb8\xaf\x33\x1b\x7c\xea\x40\x97\x39\x24\x3c\x8a\x3b\xe2\x90\xf0\xa8\x6a\xb6\x67\x00\xfd\xc7\x44\x3e\x03\x80\x15\x1a\xfb\xa1\x0a\x46\x91\x10\xa6\x0a\x46\xc1\xc1\x72\x54\x05\x43\x13\x0d\x0f\xaa\x00\x64\x87\x50\xe3\x23\xd1\xf3\xa9\x82\xc1\xe8\x7e\xaa\x60\xa8\x2f\xd0\xac\x4c\xf5\xf3\x22\x96\xf8\x22\x55\xc1\x20\x68\x77\xa6\x88\x42\xe9\xe7\x14\x40\x8e\x7e\x62\x34\x46\xbd\x81\x50\xe3\xd4\x28\x11\x6a\x6c\x58\x1d\x87\x50\xa3\xb4\xb3\x03\x3e\x55\x5c\x1c\x67\xc2\xf3\x9a\x75\xa5\x8b\x1e\xc3\x50\x3b\x84\x1a\x15\xcd\x3f\x13\xad\x6e\xeb\x0d\x44\xc9\x3f\x6f\xc0\xa9\x81\xc9\x7a\x26\x00\x47\xe2\xf7\x47\xa1\x46\xf0\x3a\x87\x50\xe3\x42\x2b\x3f\xd0\xe4\x6c\x69\x6e\x84\x1a\x03\x5a\xf2\x21\xd4\xa8\x50\xf1\x31\x0a\x60\x49\xb4\xaa\xe0\x3e\x58\xd2\x43\xed\xc4\x4d\xf6\xd7\x01\xbb\x2a\x4c\xe8\x01\xbb\x5a\xba\xae\x84\x81\xec\xf3\x4c\x5f\x9f\x33\xeb\xed\x38\xdd\x34\xef\x64\x35\x8a\x13\xe5\x90\xd5\x38\xb0\x64\x0e\x59\x8d\x02\x7b\x1d\xc3\x9f\x8a\x4b\xe5\x2c\x68\x8e\x08\x08\x9d\x25\x00\x99\xfe\x07\x36\xb7\xe8\x17\xf8\x77\x09\x30\xb2\x1a\x3f\xab\x07\xcb\x50\xd5\xab\x0f\x96\x61\xc5\x22\x39\x8b\xcc\x5a\xf5\x73\x91\x1e\x25\xad\x0e\x10\x6a\x25\xea\x73\x00\xa1\x8a\x23\xfc\x08\x84\xaa\x55\x8e\xf5\x77\xa4\xcc\x00\x42\x0d\x12\xad\x14\xd5\xcf\xf8\x84\x0f\x45\xf5\x4d\x02\x7a\xab\x52\x09\xe3\x42\x39\x0b\xd5\xb9\x3e\x58\x7f\xca\x20\x38\x9b\xe3\xe1\x73\x25\x3e\x61\x5c\x7e\x87\xfa\x88\x4a\x65\x3a\xe2\xbb\x91\xe2\x01\xdf\x8d\x6a\x7e\x1c\xf8\x6e\x96\x64\x01\xe1\xc4\xcf\x4c\x13\x4e\x3c\xda\x1d\x54\xce\xff\x1c\xc5\x84\x13\x95\xd4\x75\x44\xa0\x2a\x59\x00\x08\x35\x62\x35\x1e\x2c\xc3\x23\x8d\x96\x70\xe2\xd5\xac\x00\x42\x95\xf3\xf3\x00\x42\x0d\x52\x07\x01\xa1\xaa\xb4\xd3\x39\xa2\xda\xd7\x53\x5c\x0e\x2a\x40\x7a\x08\x19\xae\xf5\x5f\xe1\xbd\x73\xc4\xc9\xc0\xe2\xa1\x3c\xe2\x21\xbe\x7d\xa8\x74\xf1\x39\xc1\xdd\x30\x7c\xfe\x79\x1d\x22\x12\x13\xf2\x5c\xfc\x32\x78\x9d\x0f\x86\xa1\xe1\x31\x3a\x54\xba\x58\x3a\x47\x28\x8f\xa8\x34\xe2\x43\x79\xc4\x47\xa7\xa6\xf8\x53\xa5\x57\xa9\xa8\xbe\x36\x00\x45\xf5\x0f\x60\xaf\x73\xc5\x94\x46\xaf\x31\x0c\xc5\xe1\x76\xae\x38\x35\x98\xb0\x2b\x4e\x0d\xa6\x01\xc3\x30\xe8\x8b\x30\x0c\x83\x8e\x0e\xf1\xa7\x4a\x64\x61\x18\x36\x0c\xe6\x1b\x04\x94\xca\xfc\xf2\xe5\x39\xf9\xf6\x4b\xc8\x50\xc9\x13\x17\x0c\xea\x9d\xfa\x25\xa6\xad\xc0\x2f\x5f\x9e\x19\x91\x7c\xa1\xbb\x39\x9f\x5f\x68\x67\xa6\xfb\xd0\x5e\x08\xa6\xdc\xa0\xc4\x53\xfd\xc2\x7a\x60\xb9\xdc\x20\xba\x22\xfd\x0f\x3a\x98\xae\x7e\xca\x7a\x48\xfc\x82\x8e\x69\xe8\x8b\xc8\x4e\x64\x4b\x5f\x37\x0c\x47\x21\x80\x71\xa3\xa8\xda\xe9\x0b\x24\xa9\x0d\x13\xf9\x82\x41\x35\x0e\xd1\x4b\x76\x62\x45\x0f\xb8\x84\x0c\x2b\x40\xbe\x4b\xc8\x50\x58\x89\x4b\xc8\x50\xf6\xd0\x8d\xaa\x04\xa1\xa7\xe0\xb8\x58\x7a\x83\x3b\x2e\x52\x56\xcf\x40\xd3\x98\x7a\x06\xa7\xc6\xa3\x37\x00\xc4\x2c\x7a\x0a\x71\x89\xa9\x37\x10\x97\x40\x30\xdc\x24\x2a\x7a\xc6\x9a\xec\x44\x71\x84\x5f\xb2\x13\x0b\x6e\xb6\x4b\xc8\x50\xde\xf8\x0b\xdd\x4d\xc5\x37\x78\x55\xe9\x82\x83\xeb\x42\x77\x73\xbb\xee\x03\xe3\x8e\x4f\xff\x42\x77\x13\xb5\x7a\x00\x9a\xe6\xad\xff\x81\x91\x0e\x7a\x26\x74\x5a\x08\xbe\x9b\x98\x3f\x50\xb5\x17\x92\xd4\x0e\x42\xe7\x02\x34\xed\x4b\xbd\x86\x84\x52\x33\x46\xc8\x30\x92\x14\x7e\xc9\x4e\x54\x46\xd9\xa5\xd2\x85\x2a\x7e\xdf\x8c\x61\x0f\x39\xd3\x05\x68\xda\x40\x86\x5c\xb2\x13\xab\x56\x16\x9c\x36\x95\x74\xf5\x4b\xc8\x50\x34\x5c\x17\xa0\xa9\xd8\x4c\x2e\xd9\x89\x05\x7b\xf6\xaa\x9c\x05\x96\xd3\xcd\x3a\x1e\xf4\x8b\x90\xf6\xd2\x95\xf8\x7d\xab\xfe\xa7\x14\x28\x46\x09\x4e\x9b\xac\x35\x08\xa7\x4d\xd3\xac\x60\xfd\x89\x2b\xfa\x02\x34\x9d\x38\xf9\x2e\x40\xd3\x0b\x1c\xf7\x42\x92\x2a\x46\xf4\x0b\x49\xaa\x2a\xe7\x5f\x38\x6d\x0a\x47\xf1\xa5\x9c\x45\x00\x8c\x78\x29\x67\x51\x35\x7f\x85\xfd\xd7\xf4\x3e\x42\xf6\x9a\x15\x48\x52\x05\x73\xb8\x6e\xfd\x0d\x21\x9f\xaf\x48\x52\x3f\xfd\x3c\x1c\x01\xff\x05\x82\xbb\x44\x13\x33\x27\xd5\x55\x79\x44\x14\xef\x4b\x51\xfd\xa0\x17\x80\x41\xd5\x69\x74\x31\x0c\x1b\x6e\x8c\x8b\x61\x68\x18\xbe\x17\xc3\x30\x0c\xdd\x47\x48\x66\xeb\x4a\x7c\x52\x12\x6e\xf0\xa7\x2a\x4c\x70\xab\x2a\x79\xf0\x09\xa2\xbb\x89\xea\x8b\xf1\x06\x16\x16\xfc\xa9\xa6\x0d\x40\xc8\x50\x3e\xef\x8b\x61\x28\xe8\xc9\xa5\x0a\xc6\x47\x28\x36\x7d\x1f\xf7\x11\x32\xbc\xea\x19\x45\xf5\x55\x8d\xee\x36\xb2\xdb\x88\x84\x5f\x37\x0c\x6b\x44\xe8\x5f\xca\x23\x56\x89\xe4\x06\x90\x4f\xc2\x0d\xba\x1b\x15\xc7\xba\x4d\x3e\x45\x5d\x29\xed\x8c\xaf\x55\xc8\x30\xe8\x7f\x38\x66\xb4\x74\xc9\x4e\x8c\x1a\x41\xe8\x6e\x92\x96\x3c\x74\x37\xaa\x5b\x72\x55\x03\x11\xe7\xd2\x55\x0d\x44\x3d\x05\x22\xd4\xa4\x4d\x05\x11\xea\xf8\xfc\x02\xcc\x86\x56\x7e\x1f\x0a\x59\xe1\x16\xba\x50\xda\xa8\x44\xee\x75\x03\x2f\x05\x34\x94\xeb\x06\x5e\x10\x9a\xe6\xba\x81\x97\x82\x56\x81\x1b\x78\x29\x7d\xae\xfc\xea\xe7\xbd\xea\xa7\x5b\x47\x39\x48\x14\xb8\x75\x74\x55\xf8\xf6\xba\x05\x74\xaf\x46\xc2\x2d\xa0\x2b\xfa\xa0\xeb\xd6\xca\xbd\x12\xd0\x6e\xad\xdc\xab\xf9\x73\x6b\xe5\x8a\xf0\xf3\x5e\xfa\x82\x7e\x74\xfd\xb8\x0d\xe1\xd1\xaf\xe3\xbf\xb0\x9c\xae\x1f\xb7\x29\x3b\xcc\x2e\x05\x3f\x6e\x53\xf6\x20\x53\x0a\x7e\x54\x85\x90\x7a\xa0\xb6\x47\x0a\x7e\x5c\x85\x90\xc6\xd7\x1f\x2d\xf1\x5f\xd7\xa4\x7f\x5d\xc3\x73\xdc\x2d\x95\x42\xe2\x19\x7e\x90\xa5\xe0\x62\x3f\x35\xef\x69\x0a\x2e\xf6\x53\xcb\xfa\x5f\x65\xb4\x23\xbf\xda\x8f\x5f\x3e\x13\x90\xe6\xa7\xe0\x02\x3b\x05\xf5\xdb\x05\x76\xa2\x72\x64\x0a\x99\x1e\x6e\xae\x74\xa1\x9c\x52\xe4\x7d\x2e\x86\x43\x30\x9e\xe9\x62\x38\x25\x9f\x97\x14\x5c\x0c\x87\xa0\x9e\xb9\xa8\x4d\xc9\x11\xe2\x29\xb8\x38\x0d\xe1\xd1\x1b\x34\xbe\xf4\xba\xf0\x06\xf7\xd9\xa6\xe0\x62\x31\xb1\x93\x52\x70\xb1\x18\x70\x6b\xa4\xe0\x62\x31\x7c\xbe\xa8\xec\x17\x80\x98\x82\xdc\x52\x85\xff\xb9\x84\x09\x30\xbb\xa4\x50\xe9\x99\x5b\x52\x29\xb8\xdc\xf8\x67\x24\x5c\x6e\xbc\xff\x9b\xbe\x2a\x2e\x3d\xab\xfb\xf7\x5c\xd5\xf3\x7b\xae\xea\xbf\xe6\xbc\xfd\x6b\xce\x1b\xef\xc8\x31\x11\x40\x4e\xc1\xf7\x6f\x08\x39\xbd\x2d\xec\x8d\x9c\xdf\x16\xc6\x2c\x97\xb7\x85\xfe\xe4\xfa\xb6\xd0\x9f\xdc\xde\x16\xfa\x93\x9f\x7f\x5a\x1e\xfa\x93\x3b\x2d\xff\x4b\xa4\xa7\xf0\x30\xf9\x79\xbc\xb7\x27\x2d\xc6\xaf\x0f\x08\x21\x87\x7f\x96\xe2\x93\x7f\xfe\x27\xbe\xff\x29\x3f\xff\x93\xde\xff\xd4\x9f\xff\xc9\xef\x7f\xda\xcf\xff\x94\xf7\x3f\xcf\xcf\xff\xd4\xf7\x3f\xfd\xe7\x7f\xda\xfb\x9f\xf1\xf3\x3f\xcf\xfb\x9f\xf9\xf3\x3f\xfd\xfd\x8f\xfd\xfc\xcf\x78\xff\xb3\xde\xff\xa4\x9f\x63\xc0\x94\x38\xae\x23\x05\xf7\x3d\x25\x78\x2e\x52\x70\xdf\x53\xc2\x87\x9b\x42\x4f\xbf\x17\x41\xcf\xbf\x17\x41\x2f\xbf\x17\x41\xaf\xbf\x17\x41\x6f\xbf\x17\x41\x7f\x7e\x2f\x82\xde\x7f\x2f\x82\x3e\x7e\x2c\x82\xaf\x96\xf9\x7b\xa6\xbb\xfd\x35\xd3\x7d\xfd\x35\xd3\x7d\xff\x35\xd3\xfd\xfc\x35\xd3\xfd\xfe\x35\xd3\x23\xfc\x35\xd3\x23\xfe\x35\xd3\x23\xfd\x35\xd3\x23\xff\x35\xd3\xa3\xfc\x35\xd3\xa3\xfe\x35\xd3\x73\xfe\xb3\xd1\x4b\xfc\x67\x6b\x4f\x7b\x5b\xd3\xdb\xba\xde\xd6\xfc\xb6\xbe\xe2\xa4\x94\xb7\xf5\xbc\xad\xf5\x6d\x7d\xc5\x4a\x69\xff\xb4\x5a\x78\x5b\x9f\xb7\xf5\x3d\x52\x4a\x7f\x5b\xd3\xdb\xfa\x8a\x22\xcb\x6f\xeb\x7c\x5b\xcb\xdb\x6a\x6f\x6b\x7d\x5b\xd7\xdb\xda\xde\xd6\xfd\xb6\x3e\x6f\xeb\x79\x5b\xfb\xdb\x7a\xdf\xd6\xf1\x4f\x6b\x0d\x6f\xeb\x3b\xbe\xf5\x1d\x5f\x7b\xc7\xb7\xbe\xe3\x6b\xef\xf8\xd6\x77\x7c\xed\x1d\xdf\xfa\x8e\xaf\xbd\xe3\x5b\xdf\xf1\xb5\x77\x7c\xeb\x3b\xbe\xeb\x1d\xdf\xfa\x8e\xef\x7a\xc7\xb7\xbe\xe3\xbb\xde\xf1\xad\xef\xf8\xae\x77\x7c\xeb\x3b\xbe\xfb\xfc\xde\xfb\xfb\xfe\xde\xfb\x27\xfc\xde\xfb\x27\xfe\xde\xfb\x27\xfd\xde\xfb\x27\xff\xde\xfb\xa7\xfc\xde\xfb\xa7\xfe\xde\xfb\xa7\xfd\xde\xfb\xe7\xf9\x6b\xef\x9f\xfe\xd7\xde\x3f\xe3\xaf\xbd\x7f\xe6\x5f\x7b\xff\xd8\x5f\x7b\xff\xac\xbf\xf6\xfe\xd9\x7f\xed\xfd\x73\xfe\xda\xfb\xe7\xfe\xb5\xf7\x6f\xf8\x6b\xef\xdf\xf8\xd7\xde\xbf\xff\x92\xdd\xf7\x5f\xb2\xfb\xfe\x4b\x76\xdf\x7f\xc9\xee\xfb\x2f\xd9\x7d\xff\x25\xbb\xef\xbf\x64\xf7\xfd\x97\xec\xbe\xff\x92\xdd\xf7\x4f\xd9\x7d\xff\x94\xdd\xf7\x4f\xd9\x7d\xff\x94\xdd\xf7\x2f\xd9\x1d\xc3\x5f\xb2\x3b\x86\xbf\x64\x77\x0c\x7f\xc9\xee\x18\xfe\x92\xdd\x31\xfc\x3f\xcb\xee\xff\xa9\xd6\xc4\xf0\x97\x58\x8f\xee\xb6\x49\x04\x14\x53\x74\xd7\x4c\x4a\xee\xba\x48\x11\x0d\x1a\x64\x72\x8a\x09\xbd\xd1\xc3\x5a\x29\x26\xee\x73\xeb\x33\x45\x69\xc9\x68\xa6\x31\xa3\xc3\x3a\x24\x2f\x45\xd7\x99\x13\x09\xc1\x29\x4a\x67\x76\x47\x54\x8a\xee\xac\x48\xc9\xd1\x27\x29\x66\xde\x30\x79\x43\xd6\x24\x87\xcf\x24\xc7\x6c\xbf\x96\x61\x94\x5e\xfd\x2e\xc3\x28\xdd\xfa\x5d\x86\x31\x9f\x5f\xcb\x30\xe6\xfb\x6b\x19\xc6\x12\x7e\x2d\xc3\x58\xe2\xaf\x65\x18\x4b\xfa\xb5\x0c\x63\xc9\xbf\x96\x61\x2c\xbc\xeb\x3d\x20\x63\xe1\x5d\xef\xe1\x18\x2b\xef\x7a\x0f\xc6\x58\x79\xd7\x7b\x28\xc6\xca\xbb\xde\x03\x31\x4a\xa3\x7f\x0f\xc3\x58\x59\x08\xef\x41\x18\x2b\xb3\xfc\x1e\x82\x51\x9a\xff\x7b\x00\xc6\xca\x86\x7b\x0f\xbf\x58\xd9\x70\xef\xc1\x17\x65\x13\xbc\x87\x5e\xac\xcc\xc5\x7b\xe0\xc5\xca\x5c\xbc\x87\x5d\xac\xcc\xc5\x7b\xd0\x45\xd9\x0f\xef\x21\x17\x65\x3f\xbc\x07\x5c\x94\xfd\xf0\x1e\x6e\x51\xf6\xc3\x7b\xb0\xc5\xa6\x0d\xf4\x8e\x4f\xd3\xc6\x79\xc7\xa7\x69\xc3\xbc\xe3\xd3\xb4\x51\xde\xf1\x69\xda\x05\xef\xf8\x34\x29\xdd\xef\xf8\x34\x1d\x04\xef\xf8\x34\xc6\xa7\xbd\x7d\x96\x3d\xd3\xbe\xf5\x99\xf1\x69\xdf\xfa\xcc\xf8\xb4\x6f\x7d\x66\x7c\xda\xb7\x3e\x33\x3e\xed\x5b\x9f\x19\x9f\xf6\xad\xcf\x8c\x4f\x7b\xfb\x2c\x7b\xa6\xbd\x7d\x96\xd1\xd2\xde\x3e\xcb\x68\x69\xef\x9c\xca\x58\x69\xef\x9c\xca\x48\x69\xef\x9c\xca\x38\x69\xef\x9c\xca\x28\x69\xef\x9c\xca\x18\x79\xde\x39\x95\x11\xf2\xbc\xe3\x23\xe3\xe3\x79\xc7\x47\x46\xc7\xf3\x8e\x8f\x8c\x8d\xe7\x1d\x1f\x19\x19\xcf\x3b\x3e\x32\x2e\x9e\x77\x7c\x1e\xc6\xe7\x79\xc7\xe7\x61\x7c\x9e\x77\x7c\x3a\xe3\xf3\xbc\xe3\xd3\x19\x9f\xe7\x1d\x1f\x19\x23\x92\x57\x32\x44\xdc\xf1\x9a\xa2\x8c\x10\x6c\xe7\x28\x03\xc4\xd1\x87\x29\x76\x7c\x0a\x19\x79\xd5\x5f\xa5\xcf\xa5\xea\xdb\xab\xde\x7f\xfe\xe7\x5b\xef\xc6\xcf\xff\x7c\xeb\xe5\xab\x00\x7e\x1d\x38\xf9\x1d\xe1\x8e\xb7\x22\xa9\x7f\x47\xbf\xde\x96\x2b\x4f\xc7\xc7\xdb\x11\xdd\x90\xf8\x5c\xf3\xcf\x75\x32\x22\x26\x5f\x26\xc3\x21\x21\x97\x65\x2c\xe0\x07\x88\x32\x10\x3e\xbf\x5c\x4a\x87\xc2\x18\x8c\xfe\xe3\x7f\xf6\xe3\x7f\xeb\xc7\xff\xd4\x2f\xfe\xe7\xd1\xeb\x54\x67\x48\x14\xb7\x4c\xd1\x23\xd8\xa9\xae\xe7\x6d\xc9\x5c\x13\xdf\x16\x3f\x13\x5a\xfc\x0f\x60\x6f\x8a\x1e\x9e\x4e\x0d\x47\x4d\x74\x0b\x44\x8f\x56\xcb\x79\x1f\xad\x96\xcb\x35\xaf\xd0\x77\x3b\x20\x55\xfb\x3a\x3c\x38\x1e\xdd\x06\x48\xd5\xd2\xdb\xe2\x4b\xe0\x89\x7c\xa2\xeb\xfd\xe9\x71\x47\x6b\x8a\xae\xd9\xa7\x8a\xfd\x1b\x4d\xcf\x77\x57\x59\xdc\x38\xa7\x26\x53\xba\xf9\xac\xc4\x95\x1e\xc8\x7c\x7f\xd9\x8f\x5f\xd7\x9d\x7f\x9a\xc2\x5b\x7f\x2e\x9f\x77\xd3\xdd\xf6\xf3\x3f\xef\xe6\xbb\xbf\x96\xe9\xbb\x09\xef\xaf\x65\xfa\x6e\xc6\xfb\x6b\x99\xbe\x9b\xf2\xce\x9f\xff\x79\x37\xe7\xa5\xdf\x5a\x0a\xb8\x14\x93\xbe\xd7\x75\xad\x1c\x32\xe3\x74\x99\x8b\xc5\x41\x8f\x4b\xb1\x7a\xd8\x3f\xa5\xa0\x65\x12\xf9\xe5\x4b\x24\x3b\x86\x3e\xa5\xa0\xe5\xb1\xf9\x55\x7e\xfc\xea\x9a\x71\x7e\xa1\x9e\x38\xba\x3f\xa5\x40\x5f\x1c\xa8\xf1\x35\x93\x38\x2d\x7d\xce\x53\x44\x75\xa9\xbc\x3d\xa2\xba\x54\xde\x1e\xdb\x37\x07\x5f\x8a\x7c\xf9\x7d\x3e\x6b\x21\xa1\x3c\x65\x07\x3f\xbb\x8f\xd0\x5d\x7e\xf4\x35\xf1\x1d\xb8\x0a\x53\x92\x82\xa4\xff\xe9\x2d\x81\x5f\x6c\x36\x87\x36\xb8\x07\xf8\xeb\x99\x1e\xb1\x49\x49\x2a\x18\x0e\xc0\x94\xa4\x2e\xd5\x40\xad\xf4\x94\xa4\x86\x79\x24\x2f\xa5\xc4\x77\x76\xfa\x83\x93\x33\xb9\xcb\x3c\x25\x9c\x9c\xc9\x1d\xc5\x29\x79\x54\x2a\x41\xe2\x90\x52\x46\x64\xb2\x8a\x53\xc6\x6f\x53\xe9\x01\xaa\x5d\xd6\x48\x66\x89\x09\xde\xe0\x4e\xce\x9c\x06\x23\x99\x11\x05\x99\x37\x48\x35\xfb\x52\x8c\x33\xe3\xfe\x51\xc4\xee\xdb\x42\x2f\x16\x4f\x2b\xe1\xfb\x0c\x96\xf8\xe3\x7f\x49\x7b\x95\x5f\x5a\x07\xf4\xbe\x94\xef\x2b\xa6\xd4\x1f\xff\x6b\x12\x3a\xfc\x7a\xd8\x9f\x7a\x4a\xff\xb6\x0a\x53\x19\x3f\xfe\x37\xf9\x1f\xfd\xf4\xd8\x51\xa2\x52\x50\x4a\x65\x49\x4a\xf0\x6b\xf3\x4b\xbd\xd6\xca\x56\x5f\xfc\xfb\x9e\xc4\x33\x6b\xf8\xfe\xcc\x1a\xbf\xf7\xac\xf2\x45\x8b\x31\x77\xd5\x2e\x13\xb4\x48\xc9\xd5\xba\x0c\xa1\x5c\x4a\xae\xd2\xe5\xac\x5e\xbb\x3a\x97\x4a\xa7\x2f\x75\xfd\x21\x1d\xd2\x37\x57\xee\x4f\xe9\x90\xea\xf9\x43\x3a\xa4\x6f\xae\xdd\x9f\xd2\x21\xb5\xf0\x87\x74\x48\x2d\xfe\x21\x1d\x52\x4b\x7f\x1c\x96\xa9\xe5\x3f\x0e\xcb\xd4\xca\x1f\x87\x65\x6a\xf5\x8f\xc3\x32\xb9\x4a\x97\x40\x1e\xa6\xe4\xaa\x9a\x9f\x6e\xfe\xcb\x67\x27\x6e\xc6\xdc\x55\xab\x14\x35\x1f\xae\x56\x25\x18\x82\x53\x72\x95\x2a\xc5\xfd\x1f\x35\x53\xdd\x00\xfa\x9a\xe2\xc1\x32\x75\x6d\x21\x3d\x83\x2d\xe0\xe7\x6d\x7a\x8c\x49\x1d\x74\x6c\x33\xa9\x9c\xa9\x51\x42\x6f\xe8\x29\x6c\x24\x47\x84\xfd\xf3\x8b\x73\x13\xca\x8c\x94\x38\x33\xa3\xc4\x0a\xe7\x65\x34\xde\xee\x38\xaf\x14\xd1\x63\x92\xe3\xbc\x52\xd4\x32\x35\x9e\xa2\xe5\x6d\x3c\xe5\x20\x44\xdc\x55\x96\xa0\xff\x4a\xc9\x78\xe6\x61\x38\x4d\xcf\xe4\x8b\x38\x0e\xe3\xe2\x0d\xee\xb2\x7a\x7f\xd9\xf7\x2b\xe5\x1e\x72\x4b\x88\xef\x90\x6b\xc8\x2d\x21\xb5\x94\xd7\x12\x52\x4b\x7d\x2d\x21\xb5\xb4\xd7\x12\x52\xcb\xf3\x5a\x42\x6a\xe9\xaf\x25\xa4\x96\xf1\x5a\x42\x6a\x99\xaf\x25\xa4\x16\x7b\x2d\x21\xb5\xac\xd7\x12\x52\xcb\x7e\x2d\x21\xb5\x9c\xd7\x12\x52\xcb\x7d\x2d\x21\x5a\x76\x78\x2d\x21\xb5\xc4\xd7\x12\x52\x4b\x7a\x2d\x21\xb5\xe4\xd7\x12\x52\x4b\x79\x2d\x21\xb5\xd4\xd7\x12\x52\x4b\x7b\x2d\x21\xb5\x3c\xaf\x25\xa4\x96\xfe\x5a\x42\x6a\x19\xaf\x25\xa4\x96\xf9\x5a\x42\x6a\xb1\xd7\x12\x52\xcb\x7a\x2d\x21\xb5\xec\xd7\x12\x52\xcb\x79\x2d\x21\xb5\xdc\xd7\x12\xa2\x45\xae\xbe\xf6\xf6\x59\xae\xbe\xf6\xf6\x59\xae\xbe\xf6\xf6\x59\xae\xbe\xf6\xf6\x59\xae\xbe\xf6\xf6\x59\xae\xbe\xf6\xf6\x59\xae\xbe\xf6\xce\xa9\x5c\x7d\xed\x9d\x53\xb9\xf8\xda\x3b\xa7\x72\xed\xb5\x77\x4e\xe5\xd2\x6b\xef\x9c\xca\x95\xf7\xbc\x73\x2a\x17\xde\xf3\x8e\x8f\x5c\x77\xcf\x3b\x3e\x72\xd9\x3d\xef\xf8\xc8\x55\xf7\xbc\xe3\x23\x17\xdd\xf3\x8e\x8f\x5c\x73\xcf\x3b\x3e\x72\xc9\x3d\xef\xf8\xc8\x25\xf7\xbc\xe3\x23\x97\xdc\xf3\x8e\x8f\xd4\xc7\xe7\x1d\x1f\x57\x1b\x57\xb3\x7f\xbc\x23\xc9\xd5\x45\x4b\xb7\xbe\x2d\x5f\xe3\xb3\xfa\x5d\x6f\xcb\xd7\xf8\xd8\xec\xdf\xae\xf9\x1a\x1f\xfb\xfa\xaa\x7f\x5a\xbe\xc6\x67\xb7\xf8\xed\x9a\xaf\xf1\xb1\xdd\xbf\x5d\xb3\xfd\xc9\xe1\xdb\xdb\x8f\xb7\xc4\xf8\xb6\x7c\x8d\xcf\xfa\xb2\xd9\xd4\x92\x5d\x45\xb4\xbc\xc7\xdb\xf2\x35\x3e\x76\x4a\x79\x5b\xbe\xc6\xc7\xd6\xf7\xbb\xbe\xc6\x67\x3d\x23\xbc\x2d\x5f\xe3\xb3\xc3\xfa\xd6\xf2\x35\x3e\x73\xc5\x6f\x2d\x3e\x3e\xf5\xd9\x6f\xcb\xe3\xcf\x79\xbe\x3d\xf9\x6b\x7c\xec\xc9\xf6\xb6\x90\x00\xfc\x7c\x7b\xce\xa7\x0a\xc1\xdb\x62\x3e\xf2\xe1\xdb\x73\x40\x2e\xc4\xfb\xb6\x00\x4c\x99\xdf\x9e\x43\x2d\xb4\xfa\xed\x4b\x2f\x35\xb5\xff\xf1\x78\x65\x40\x62\x3d\xbd\x7d\x06\x28\x96\x76\xfd\x3f\x88\x81\x66\x70\x64\x25\x7c\xbb\x9d\xd2\x7e\xe7\xbc\x2d\xa2\x2c\xfe\x76\x8d\xaa\x6f\xae\xb7\x85\x0a\x8e\xe9\x5b\x0b\x49\x47\xed\xfd\xc0\x48\x61\x8a\xfe\xad\x65\x40\xe8\xf7\xed\x73\x44\x23\x1b\xdf\x16\x83\x03\xe9\x1d\xcc\x08\x1e\xf2\xdb\xe4\xc2\x7b\x68\xf5\x5b\x0b\x04\x80\xe5\x5b\x9f\x55\x4a\xee\xbd\x26\x01\x6f\x9d\xf5\x6d\xf9\xd4\x05\x7a\x5b\x1c\x47\x98\xc3\xf3\xb6\x64\x71\xe5\xbc\x2d\x64\x7b\xe4\x77\xc4\xc0\xa4\xdd\x96\xde\x16\x5f\x5a\xfd\xdb\x22\x71\xfd\xde\xec\x75\x31\x66\x77\xba\x7e\xdf\x8c\xd9\x31\x6a\xdf\x37\x63\x76\x68\xc3\x8f\xe5\x97\xec\xf7\x62\x73\xcb\x60\xee\x6f\xa3\xe1\xd6\xc1\xaa\xe7\x1d\x0d\xb7\x10\xd6\x53\xbe\x3d\xf9\xb2\x19\xdf\xb7\xbb\xa5\xb0\xeb\xf3\x2e\x3f\xb7\x16\x7e\x2c\x63\xb7\x18\x56\xf7\x6b\x36\x2d\xd9\x7b\xf8\xac\xb7\xe5\x6b\x7c\x6c\xac\xfe\xb6\x54\x36\xec\xb7\xbb\x7c\x7c\xc2\xfc\x76\x97\x6f\xbd\x5a\xbe\x5d\xd3\xdf\x4d\xad\x16\x1f\x9f\x95\xbe\x3d\xf9\x6b\x7c\xd6\xf9\xde\x1f\x7b\x37\xbe\x5a\xbe\xc6\x67\xe7\xf0\xed\x5d\x5f\xe3\x63\x71\xa4\xb7\xe5\x6b\x7c\x2c\xcc\xf3\xb6\xdc\x57\x0c\xd2\x52\xc2\x2b\x06\xd5\x12\x5f\x31\xa8\x96\xf4\x8a\x41\xb5\xe4\x57\x0c\xaa\xa5\xbc\x62\x50\x2d\xf5\x15\x83\x6a\x69\xaf\x18\x54\xcb\xf3\x8a\x41\xb5\x74\x17\x68\xfd\xfd\x2e\xb7\x73\x24\x18\xd5\xe2\xe3\x13\xfb\x7e\x5b\xec\x15\x71\x6a\x71\xd1\xbd\xee\xb7\x96\xfd\x0a\x46\xb5\x1c\x7a\xf8\xad\x3f\xbe\x7e\x9e\xf4\x7e\xa9\xdb\x40\x73\x7f\x1b\x1f\x32\xa8\x10\x71\x6a\x79\xfe\xb0\x62\x72\xed\x7f\x58\x31\xb9\x8e\x3f\xac\x98\x5c\xe7\x1f\x56\x4c\xae\xf6\x87\x15\x93\x7f\xdb\x51\xed\xfd\xcf\x7e\xf7\xac\x7a\x7b\xfc\x8b\xda\x3b\x0e\x6e\x37\xe9\x10\xa1\xa5\x85\xf7\x38\x50\x8b\x32\xfe\xf3\xdb\x92\x90\x96\xf6\xb6\x64\x7f\xce\xf7\xbb\xca\x2b\x0d\xd4\xc2\xae\xf9\xb6\x92\x1b\xbb\x66\xbd\x2b\xc7\x5d\xda\x2b\xe6\x77\x0d\xb8\x4b\x7b\xa5\xf3\xed\xae\x81\x34\xf8\x76\xcd\x7c\xf7\xb5\x5a\x38\xb0\xf6\xb7\xbb\x16\xbb\xef\xdb\xbb\x7c\x7c\xc6\xb7\xf9\x75\x9b\x6b\x07\x7b\x57\x85\xdb\x5d\xab\x7d\x5b\x5d\x6e\x7b\xed\x56\xdf\xb7\xbb\xfd\x35\xd7\xb7\x1d\xe1\x2e\xed\xb9\xbe\xad\x2e\x77\x69\xaf\x74\xbe\x5d\x53\xde\x03\x54\x2d\x00\xf1\xbf\x8d\xf3\xd3\xde\xe3\x52\x2d\xcf\x7b\x38\xaa\xa5\xe3\xd7\x28\xfc\x1a\xef\x59\xa7\xff\xcf\xf7\x1c\xfb\xaf\xd8\x5b\xa6\xb6\x40\x3c\xf3\xbd\x7d\xbd\x07\x91\x5a\xc8\xec\xbe\xef\xe4\x3f\xe7\x3d\x88\xd4\x72\xdf\x83\x88\x16\x52\xbd\xd6\x79\x07\x92\x22\x76\x79\xbd\x1f\xd7\xd3\x7b\x08\xab\x05\xc2\x13\x7b\xa7\xa8\x17\x25\x70\xbe\x2d\xdf\x0e\x2b\xb5\x40\x7e\x32\xbe\x3d\x99\x0a\x5a\xe1\xed\x73\x67\xd8\x3c\xb3\x21\xe5\x3e\xde\x43\x51\xff\xf7\x83\xea\xb4\x6f\x6f\xf6\x25\x95\xf6\xb7\xde\xb1\xa4\xbe\x89\x54\xf7\x7e\xaf\xe7\xdb\xf2\xed\xdf\x0e\x2a\xb5\xf8\x92\x1a\xdf\x16\xbd\x7b\xc0\x77\xf9\xb6\xa4\x86\x96\xd4\xfb\x76\xf7\x80\x5b\x18\xef\xf8\xb9\x17\xdc\xbe\x2f\x29\xf7\x84\xef\x5a\xbf\x5d\x53\x7f\x1f\x5d\x6e\xd9\xff\x38\xba\xdc\xba\xff\x71\x74\xb9\xd7\xfc\xc7\xd1\xe5\x36\xff\x8f\xa3\xcb\x73\xc6\x7e\x1c\x5d\xee\x5d\xff\x71\x74\xb9\x87\xfd\xc7\xd1\xe5\xde\x82\x1f\x47\x97\xe7\x90\xfd\xec\xf3\xfd\x7d\x30\xb8\x57\xe1\x87\x28\x99\xf1\xf7\xec\xcc\xf4\x5b\xe8\x4f\x8d\xcf\xb7\x96\xf2\x5b\xb8\xcc\xfa\x7b\x4e\x67\xfb\x2d\x5c\x3c\xcf\xec\x87\x70\x99\xfd\xf7\x2c\xcf\xf1\x7b\x96\x1d\x82\xf4\x63\x6d\x38\xfc\x68\xf5\xf8\xed\x9a\xf5\x5b\xf9\x98\xff\x12\x49\x1e\x0a\xf8\xb1\x36\x3c\x14\x20\xb5\x86\x16\x63\x7c\xbe\xcd\x8e\xfb\x4c\x7e\x28\x04\x96\x7e\x2b\x04\xee\x3b\xf9\x71\xb8\xba\xff\xe4\xc7\xaa\x73\x1f\xca\x8f\x55\xe7\x21\x85\x1f\xab\xce\xc3\x0a\x3f\x14\x26\x87\x12\xfd\x10\x9a\x36\xfe\x70\xa8\x65\x9b\x7f\x38\xd4\xb2\xd9\x1f\x0e\xb5\xfc\x0d\x52\xf4\xd3\xa1\x96\x09\x4e\xc8\xc3\x95\xdd\xea\x4d\x0f\xce\xd6\x7c\xce\x37\xaf\x52\x3e\xf7\x9b\x57\x29\xdf\xf0\xcd\xab\x94\x6f\xfc\xe6\x55\x2a\x6e\x55\xa5\xe6\xe0\xff\x54\xdc\xa2\x4a\x0d\x34\x6e\x71\x4b\xe9\xfb\x1a\x2b\x58\x4a\x2b\x7f\x6b\x59\xa8\x2c\xeb\x6d\x61\x96\x5f\x85\xa9\x04\xa4\xc4\xf3\xed\x1a\xd4\x91\x77\x96\x8b\x5b\x4a\xfb\xc9\xdf\x5a\x14\xf7\xff\xc7\xd8\x28\xc2\x27\xbf\x18\x83\x12\x15\xf7\xcf\x6f\x8b\xc0\x2f\xe5\x6d\x11\xf8\xa5\xbe\x2d\x02\xbf\xb4\xb7\x45\xe0\x97\xe7\x6d\x11\xf8\xa5\xbf\x2d\x02\xbf\x8c\xb7\xe5\x17\xb8\xe8\x1f\x2c\x47\x89\xbf\x40\x30\xf1\xfd\xcf\x2f\x10\x4c\x7a\xff\xf3\x0b\x04\x93\xdf\xff\xfc\x02\xc1\x94\xf7\x3f\xbf\x40\x30\xff\x40\x5d\x4a\xfa\x05\x82\x69\xef\x7f\x7e\x81\x60\x9e\xf7\x3f\xbf\x40\x30\xfd\xfd\xcf\x2f\x10\xcc\xff\x09\xd4\xa5\xa4\x6f\xf8\x98\x1f\x50\x97\x92\xa0\xfb\x78\x5d\x14\x25\xa1\x0b\xf4\xf5\xb6\x3c\x5c\xf3\x0e\x37\xfc\x10\x6d\xdb\xdb\xa2\x1c\xee\x77\xb2\x21\x17\x8c\x6d\xbf\x2d\x26\x70\xf6\xdb\x42\x3e\x7e\xfb\xf6\x1c\x00\xdc\xf5\xdb\x5d\x47\x20\xee\xb7\xe5\x33\xd4\x5f\xad\x5f\x7d\xff\xe7\x6b\x72\xf8\xf1\x9f\xbe\xde\xff\xc4\x9f\xf7\x8c\xf7\x3f\xe9\xdb\x7f\xbe\xbe\xe9\xfd\x4f\xfe\x71\xcf\x78\x27\x3b\x97\xef\xf7\xc4\xb6\xdf\xff\xd4\x9f\xef\x79\x97\x4e\x6e\x3f\xef\xf9\xf6\x9e\xe7\xc7\x3d\xf5\xdb\xd3\x3e\x38\xbb\xaf\x6f\xf9\xfa\xef\xfb\x9f\xf1\x7b\xde\xf2\xfc\x3d\x6f\xd9\x7e\xcf\x9b\x5b\x74\x3f\xe6\x2d\xef\xdf\xf3\x46\x26\xd3\xf7\x79\xcb\xf7\xf7\xbc\x95\xf0\x7b\xde\x4a\xfc\x3d\x6f\x90\x21\x7e\x9f\xb7\x92\xff\x9a\xb7\x52\xfe\x9a\xb7\x52\xff\x9a\xb7\xd2\xfe\x9a\xb7\xf2\xfc\x35\x6f\xa5\xff\x35\x6f\x65\xfc\x35\x6f\x65\xfe\x35\x6f\xc5\xfe\x9a\xb7\xb2\xfe\x9a\x37\x88\x18\xeb\x79\x45\x20\x75\xdf\x9e\xd7\x57\x50\xa8\x18\x1e\xbe\x8d\x2e\x69\x54\xeb\x9b\x28\x15\x9d\x7f\x7a\xef\x22\x9d\x2a\xee\x77\xbc\xa1\xf5\x7f\x5e\xd7\x59\x51\x0c\x6d\x04\x7e\xd9\xef\xbe\x90\x06\xf5\xbd\x2f\x75\xff\xab\x2f\xe7\x5f\x7d\xb9\xbf\xfb\x42\x15\xf0\xef\x7d\x81\x9e\xff\x7b\x5f\x14\x93\xe2\x60\x2c\x8a\x49\xe9\x28\x14\x74\x88\xc8\x70\x69\x4a\xf5\xe1\x28\x74\xfb\x2a\x07\x1d\x93\x0d\x18\x08\x31\xf4\xf2\x81\x0a\xf1\x7d\x0d\x94\x80\x27\x05\xa5\x22\x40\x50\xd2\xaf\x04\x82\x40\xbf\x14\x6d\x5b\xfc\x2a\xdc\xc7\xdb\xdd\xe8\x98\x2b\xd2\x4f\x57\xce\xe7\xc2\x51\x5c\x26\xea\x73\xe1\xbe\x85\xa3\x14\xf8\x5f\x59\x5c\x49\x0a\x4b\xd9\xfc\x22\x7c\x55\x0e\x76\x1b\xf1\xd8\xe2\x2e\xf2\xb9\x08\x89\x55\x77\xe4\xce\xe5\x89\x62\xa9\xfa\x11\x3e\x17\xe3\x52\x03\x7d\x71\xd2\x89\x54\x23\x6f\x77\x5e\xf5\x54\x23\xcf\xf4\x14\xf8\x54\xfd\x08\x9b\x90\x01\xa4\xea\x87\xc6\xdc\x9e\x02\x95\xaa\x9f\x06\x73\x3b\xad\x6d\xaa\x85\x2b\x0b\xef\x2b\x58\xee\x40\x11\x2b\xd6\x36\x6c\x34\xa9\x3e\xdc\xf7\xf0\x14\xb7\x22\xe7\xee\x3c\xc5\x95\xb3\xb9\x37\x57\x7a\x58\x62\x9e\xc0\x17\x79\x48\x62\x92\x98\x96\x9a\xab\x32\xf3\x10\xb9\x6d\xae\x6c\xcc\x03\x3e\xa2\xf1\x45\xd4\x3e\x4f\xcd\xd5\x85\x49\xc5\xce\xd4\x5c\x55\x98\xd0\xcb\xa5\x16\x79\x8a\xb3\x02\xa5\x96\x78\x8a\xa7\x86\xa5\xe6\x12\x7d\x9e\xe7\x3f\x18\x3d\x52\xf3\xe5\x32\x0f\x10\x88\xe6\x26\xed\x84\xd6\x25\x35\xb7\x9e\xe6\x39\x74\xda\x63\x67\xf3\x12\x7c\x6e\x1e\x37\x9b\x54\xc1\x4d\xcd\xa3\x56\xf3\x92\xe3\xd4\x3c\x62\x35\xaf\x53\xe8\xa4\xc7\x05\xdb\xa4\x7e\x6d\x7a\x5c\x98\xcd\x0b\xf8\xe5\x71\xad\xdc\x82\xa7\x9a\xa6\xc7\x35\x72\x0b\x7c\xec\x33\x71\xab\x79\x72\x70\x7a\xd0\xa0\x83\x33\x88\xa4\xc7\xb5\x67\x83\x8d\x3a\x3d\x07\x7d\xdb\x89\x50\xd3\x73\xb8\x92\x0d\xfe\x78\x7c\xc6\x60\xfd\x4a\xcf\x95\x66\x4e\x5f\x2e\x57\x12\x17\x7d\x2e\xcf\xf4\x7c\xbd\x2f\x75\xd7\x7f\x79\xba\x7a\xea\xc4\x11\x02\x30\x83\xee\xc7\x8c\x51\x20\x2a\x75\xdc\x7f\xd1\x93\x52\x53\x77\x01\x6f\x11\x18\x50\xf7\x10\xbd\x45\xb6\x66\xef\x5c\xd9\xb9\xd2\x2d\x48\xa3\xc4\x56\xea\x58\x8f\xd1\x93\x91\x53\xf7\xad\x62\xe4\x46\xa6\x7e\xb1\x30\x2e\x57\xf2\x0d\xf1\xfa\x95\x23\xe0\xfa\x01\xa2\x31\x3c\x4e\x61\x89\x8d\x3a\x1e\x9c\xc4\x4e\x85\x93\x86\xcf\xad\x09\x53\x3b\xdc\xb3\x60\xc2\xd4\x0e\xb7\x1e\x2d\x11\x83\x1e\xd8\x77\xc9\x59\x3b\xd2\x90\x6d\xb7\x79\xdf\xe4\x99\xce\x39\x96\xc6\xe4\x99\xe8\xf2\xc3\xad\x25\x4b\x97\xbe\x38\xcc\xc9\x72\xe4\xed\x1e\xd1\xb1\xec\x44\x01\x69\x2a\x52\xc3\x81\x30\xe9\x75\xf6\x64\xdd\x34\x03\xee\x4b\xe7\x03\x4c\xd3\x6d\x00\x23\xe5\x3e\x4d\x6c\x80\xec\x34\x4e\x69\x46\xfe\x87\x78\x99\x2e\xea\x8d\x02\xa1\x69\xba\x98\xb7\x4c\x10\x7f\xba\x83\xd0\x28\x1a\x91\xa6\x3b\x05\x2d\x03\xac\x99\x95\x67\xf2\xb5\xd3\x0f\x04\xa3\x60\x5a\xa2\x96\xbc\x15\x70\x6b\x54\xee\xb6\x82\x28\xa0\x72\xb7\x15\x4f\x23\x4e\x94\xeb\xb5\x42\xc2\x13\xe5\x7a\x0d\x06\xc0\x44\x81\x57\x2b\x5e\x7a\x36\x51\x9a\xd5\x48\xce\x4f\x94\x66\xb5\xe2\xbc\x12\x89\xba\x98\x56\x01\x86\x50\x29\xd2\x2a\x82\x81\xda\x89\x46\x65\xbc\x44\x49\x36\xab\xc0\xa8\x28\xad\x66\x90\x6c\x26\x8a\x8d\x59\x65\x17\xc3\x9d\x6e\xcd\x29\xa5\x12\x3c\xd2\x46\xd9\xfe\x04\x89\xaf\x3d\x4e\x30\x90\x20\xf1\x35\xf8\x44\x12\x44\xb6\xf6\xb0\xab\xa0\x7d\xb5\x87\x9d\x03\x85\xa9\x51\x69\x3a\xc1\x11\x69\xcf\xe5\x4a\x8f\xeb\x5a\x67\x07\xc0\xa8\x68\x9d\xbc\x50\x58\x05\xad\xb3\x1f\xe0\xcb\x33\xe8\xbb\x12\xbc\x70\xd6\x9d\x8e\x29\x41\xfe\x66\xdd\xf3\x65\x13\xd4\x50\xd6\x17\x57\xba\x9b\xd2\x20\x3b\x4d\x50\x20\x59\x67\xaf\x40\x81\x64\xfd\x70\x9f\xfb\x76\x0c\xb2\xa4\x04\xd7\x8f\x75\x76\x0e\x4c\x20\x06\xd3\x49\x82\x0e\xc3\xe0\xa9\x4f\xd0\x61\xd8\x68\x7e\x25\x94\x10\x36\x9c\x40\x21\x41\x09\x61\xc3\x53\xee\x13\x89\xfb\x06\xaf\x4b\x22\x71\xdf\x06\xc8\x07\x12\xe9\x8d\x9a\x84\x89\x14\x78\x1b\xfb\xbf\x44\x32\xd9\xf1\x36\x58\x82\x64\xc0\xdb\x70\x56\xb3\x44\xfa\xb8\x0d\xb6\x18\x69\xbd\x36\x49\xee\xbc\xb8\x9b\x26\x08\x31\x92\x7c\x6d\x72\x2e\x5f\xb6\xed\x64\x8b\x5d\xcf\xfd\xb1\xa9\x0f\xda\xfc\x62\x6a\x2f\xc2\x74\x02\x24\xb9\x87\xfb\x4c\xff\x23\xbc\xeb\x50\x8e\x4c\x0a\xac\x99\x9f\xa8\x39\x10\xcb\x31\x3f\x51\x73\x70\x2d\xd3\xa0\x47\xcf\x81\x5e\x9b\x67\xfc\x65\x52\x4b\x8d\xd4\xf2\x4c\x6a\xa9\x99\x9f\xb6\x99\x44\x52\x23\x1b\x3f\x93\xd8\x69\xd4\x7a\xce\x64\x80\xd8\x72\x5d\x26\x93\x8b\x61\x2b\xf0\x06\x16\xf9\xa2\x2f\xe4\x5c\xd8\xa2\x2f\x91\x65\xb6\x7c\x53\xe5\x88\x08\x59\x9e\x94\x9a\x63\x24\x7e\xe1\x5b\x2c\x03\x67\xb7\xe5\xac\x16\x19\xc0\xb9\x79\xd1\x9b\xaf\x5f\x91\x5f\xdc\xf7\xe0\x02\x33\xee\xeb\x38\xfa\x16\x6f\x9f\xfc\x72\x1e\x92\x1c\x71\x0f\xed\xc0\x53\x70\x0d\x41\x62\x93\xc1\xf4\xd9\x76\x4c\x52\x06\xd3\x67\xdb\x1d\x2a\x39\x11\xbd\xdb\x7e\x70\x65\x00\x44\x76\x02\xff\x73\xa7\xa1\x41\x4c\x95\x81\xd4\xd8\xf1\x83\x32\x03\x7a\x31\xa8\xb6\x32\x80\x17\x3b\x95\xf7\xf9\xc1\x6c\xc7\x69\x72\x32\x60\x0f\x3b\x0f\x6f\x77\x07\x8e\x1d\xdf\xee\x99\xa8\x83\x5d\xdf\xc4\x5f\x16\xbe\xff\xf2\x0d\x97\x71\x61\x18\x14\x5d\xb9\xf8\x1b\x16\x7c\x6b\xb9\xb8\x5a\xb0\x28\x8e\x95\x8b\xc3\x5b\x56\x70\x2e\x95\x5c\x36\x57\x1a\xbf\xfc\x7d\x0b\x6a\xa8\x5c\x08\xef\x43\x93\x93\x0b\xa1\x7d\x48\x12\x72\x75\x51\xb0\xa2\xa7\xc0\x67\x34\xb7\x15\x5d\xfb\xcc\x95\xa8\x67\x64\x65\x55\x22\x83\xb0\x5a\xe4\x5a\xf8\x9f\xaf\xf9\x5c\x89\x6d\xc0\xb0\x91\x2b\x11\x8a\x38\x78\xa6\xcf\xe6\x8a\x83\x67\x12\x3f\x88\x8e\xc0\xcb\xd5\xf8\xe5\x1a\x66\xae\x8b\x08\x09\xeb\xac\xf2\xed\x89\x75\x56\x37\x4e\x6b\xd6\x7c\x75\xf1\xb2\xa0\xda\xcf\xd5\x01\x31\x2b\xa9\xd7\x9b\x88\x58\xd6\x7d\x00\x19\x5c\x95\xca\x55\xb0\x06\xe7\xd4\xc8\x2d\xf2\x14\xd7\x37\x73\x8b\x3c\xc5\xf5\xcd\xdc\x32\x71\x0e\x07\x95\xe5\xa6\x38\xa0\x1f\x40\xb9\xb9\x65\xb8\x92\x1f\x40\xb9\x7d\x22\x22\x3c\xc5\x75\xd8\x95\x2e\x4f\x79\xf8\x06\x56\x6b\xf3\x08\xc6\x4a\x2e\x30\x73\xe3\x1b\xb2\x53\x51\xe5\xc7\x15\x9d\x95\x9d\x00\x2d\x77\xb7\xf2\x57\xf1\x63\x25\x77\x46\xb7\xfa\xb1\x92\xbb\xa2\x46\x8e\xf8\xcc\x9d\xd1\xad\xae\xd6\xe5\xfe\x10\xab\x65\x7d\x76\x0f\x82\xac\xea\xec\x45\xb9\x77\x9e\xc2\x8a\xec\xb8\xbd\x2b\x2b\xb2\xe3\xf2\xae\xae\xd6\xe5\xee\x8e\xeb\x55\xd9\x9b\xdd\xb8\xd2\x78\xbb\x67\x2b\x2e\xf0\x9b\xb9\x7b\x96\xe2\xaa\x2e\x84\x73\x5f\xf4\x65\xf1\xbe\xc5\x53\xbe\x64\xeb\xff\x12\xc9\xb9\x6f\x1e\xe9\xdc\xb8\xb9\x6f\x3e\xe1\xf0\x10\xa6\xbd\x3a\x45\x78\xee\x7e\x72\xac\xc6\xc6\xe9\xe0\x58\x80\x6c\xe7\x11\xf8\x9f\x9f\x7e\x79\x04\x02\xe4\x0e\xd8\xcd\xc3\x71\x29\xab\x31\x80\xc3\x3d\x89\xab\xf9\xc9\x98\x07\x8b\xbc\xf9\x59\x98\x87\x3b\x30\x56\xeb\x5c\x99\x79\x83\xeb\x8d\x79\x54\xde\x30\x79\x43\xe5\x0d\x93\x37\x34\xde\xb0\x78\x66\xe3\x0d\x6c\xe9\xc1\x70\x02\x57\xcf\xc3\x63\x00\x8b\xf2\xf4\x79\xb0\x01\x9e\xcc\x7d\xae\x79\xaf\x27\x73\x9f\xfb\xac\xd7\xa3\x2f\x5a\xfc\x8f\x89\x1e\x8b\xff\x21\xca\x87\xe3\xf5\xd6\x53\xf9\x86\x03\x56\xa6\x73\x1f\xa2\xe0\x61\x6b\x8e\x83\x7f\x96\xad\x39\x0e\x3d\x73\xf6\x8d\x3c\x2e\xcf\x44\xd8\x4c\x21\x6e\x10\x28\x33\xd2\x6b\x26\x7a\xba\x19\xb5\x1e\x26\x7a\xfa\x91\xba\xba\x43\x9e\xf3\x74\xe7\xc8\xea\x91\xa7\x14\x50\x4c\x0e\xd6\xce\x68\x83\xab\xb3\x51\xd1\x06\x17\x44\x9a\x79\x12\xbd\xa1\xbe\x72\x9e\x83\x90\x6f\xe7\x29\x03\x7c\x52\xe7\x29\x1e\x25\x58\x1d\x81\x32\x8d\xb7\x23\x50\x26\x9b\xbf\xbb\x2e\x9a\x27\x9b\xbf\xbb\x2e\x9a\xcd\x11\x43\x8b\xba\x7c\xd9\xfc\xe0\x5a\x54\x93\xce\x94\xbc\x5f\x83\xc3\x90\x7a\xe3\x6b\x38\x21\x52\xa6\xde\xf8\x1a\x88\x02\x6a\x4b\xaf\xe1\xc4\x4d\x99\xaa\xd0\x8b\x6a\x90\xd9\x14\xf5\x70\x2a\xaa\x4c\x55\xe8\x35\x9c\xbc\x28\x53\xf9\x79\x0d\x36\x38\x95\x9f\x17\xec\xc2\x99\x2a\xcd\x0b\x26\xe7\x4c\x39\xe2\x35\x39\x7c\x29\x56\xba\xa6\x6b\xa6\x99\xaa\x79\x6b\x2e\xfd\xf2\xf1\x9c\x0e\xad\xcd\x54\xcd\x5b\x93\xbe\x50\x46\x61\x51\xe2\x38\x43\x22\xbf\x96\xd7\xf1\xc9\x90\xc8\xaf\xc5\xce\x81\xe2\x7d\x51\x02\x38\xc3\x6c\xbe\x16\x22\x04\x6e\xf1\xb5\x9c\x33\x2e\xc3\x2d\xbe\x96\x53\xfd\x64\xf8\xa0\xd7\x1a\xfa\xc5\x1b\x5c\xd1\xc9\x10\x0a\xaf\xe5\x36\x5d\x86\x50\x78\x2d\xd7\x68\x33\xc4\xa4\x6b\xb3\x8b\xd1\x3e\xd7\x76\x1d\x36\xc3\x4d\xb8\xb6\xeb\xa9\x19\x6e\xc2\xb5\xd9\x9b\xf0\xc9\xad\xcd\xfe\x83\x4f\x6e\x51\xe7\x30\x43\x48\xb6\x36\xeb\x13\xf2\xa9\x45\x29\xdf\x0c\xf9\xd4\xda\xae\x99\x66\x94\xbc\x75\xd8\x71\x70\x04\xad\xc3\x8e\xbb\xcc\x34\xa4\x63\xf9\x7a\xa4\x77\x9d\xc6\x7d\x6e\x21\xac\xc3\xae\xba\x6e\x5f\xae\xe3\x7a\x6a\xbe\x44\xd6\x60\xe9\xce\x97\x3d\x76\xfc\xb8\x2d\xb0\xb5\xac\xeb\xbc\x8c\x25\x20\x97\x28\x13\x5b\x02\x72\xe9\xfa\xee\x28\x81\x99\xbe\xbe\x3b\x0a\x2c\x24\xeb\x36\x9e\xc2\x01\x74\xdd\x6e\x2b\x24\x9d\xaf\x7b\x79\x8a\x2b\x9c\xeb\xba\x63\xa6\x90\xc4\xba\x83\x2b\x80\x25\x0a\x6d\xe7\x0a\x60\x41\xe9\xda\x4e\x1c\xf1\x4d\x24\xb7\xfe\x53\x22\x17\xd4\xb1\x1d\x8c\xbb\x1e\x9e\xe8\xeb\xaa\xa0\x8e\xed\xe0\x6b\xb5\x44\x5f\x2d\x9b\x52\xdd\x25\xfa\xca\xdd\xb1\x70\xa5\xe3\x4b\x77\xac\x5c\xe9\xaa\xef\x8e\xee\x3a\x2b\x29\x71\x9f\xab\x78\x25\xb9\x0c\xde\x20\xaa\x0b\x49\x13\x3b\x7a\x9a\x44\x49\xbe\x8e\x37\xdc\x2c\x05\xec\xf5\x4e\xee\x0b\x29\x60\xaf\x77\x72\x5f\x48\x01\x81\xb7\x93\xa7\x01\x14\x80\x70\x3b\xb9\x67\xa4\x00\xff\xd9\xa4\xb4\x14\xa0\x3f\x3b\xbb\xc2\x57\x80\xe2\x6c\x8a\x83\x14\x00\x35\x3b\x3b\x43\x50\xc9\x6e\xe9\x6e\xd2\x56\x0a\x30\x8f\x9d\x33\xcf\x24\x7e\x99\x3b\xff\x5b\xbc\x61\xf2\xbf\xc5\x1b\x9c\x51\xb4\x10\xb1\xdb\xd4\x3f\x2d\x85\x19\x82\xba\xb9\x14\x66\xa8\x38\xaf\x51\xc1\x4d\xb9\x4b\xe3\x7f\x0e\x9b\xd8\xc5\x7d\x1a\xa5\x38\x82\x61\x17\x3f\x9b\x4a\x71\xcb\x6c\xc3\xa3\x59\xca\x21\xf2\x7e\xf9\x75\x89\x9f\xfb\x89\x53\xaa\x2b\xc2\xbb\xfa\x59\x51\xaa\xef\x8d\x5d\xfd\xac\x28\xd5\x03\x00\xbb\xfa\x8a\x2f\xd5\x9d\xfe\xbb\xfa\x8a\x2f\xd5\x9d\xcc\x9b\x62\xd2\xa5\x76\xe2\xdb\xee\xc5\x28\x55\x11\xfa\xcd\x7d\x83\x37\x6c\xee\x9b\x3c\x93\xf5\x5f\x27\xcf\x74\x75\xb3\x54\x8f\x78\xee\xc6\xfa\xaf\x8e\x13\xde\xad\xf0\x14\x3f\xb7\x76\x2b\x3c\xe5\x72\x25\x2b\xbe\xf9\x99\xbd\x21\x58\x2b\x2d\x71\xa5\x9f\x00\xa5\xb1\x96\x9a\x9f\x00\xa5\xf9\x99\xbd\xa9\xa2\x5a\x5a\xe5\xbe\xcd\x53\xe8\xf5\x93\xf8\x1f\xbd\x7e\x5c\x89\x2c\xcd\xe3\xdc\xfb\x61\xa7\x34\x97\xd6\xfb\x71\xf7\x5f\x69\xc6\xff\xfc\x74\x28\xcd\xa5\xf5\x7e\x1a\x7d\x39\x5c\x39\x78\xe6\xe1\x0d\x7e\x56\x94\x87\x84\x16\xd2\xcf\xca\x43\x42\x0b\x55\x46\xcb\x23\x17\xfe\xe7\x7f\xee\x66\x8e\xee\x90\x2e\x0f\x09\x2d\x50\xba\x14\x3c\x77\xe2\x89\x2a\x8f\xa8\x3b\x1e\xfd\x52\xa8\xea\xcf\x4c\xbd\xff\xdf\xff\xeb\xff\xfb\xff\xf9\x7f\xff\x5f\xff\x77\x08\x9f\x84\x78\xe5\x97\x7c\x75\x22\x04\x65\x74\xb8\x0c\xce\x54\xf4\x0a\x1f\xe6\xa0\xf6\x8d\x46\x2b\x7c\x68\x80\x9a\x58\x9b\xb2\x37\x2a\xe3\xd5\x05\x44\x0a\xae\xd2\x84\x0f\x0f\xcf\x43\xea\x9d\xcb\xf5\xf0\x21\xda\x79\x78\x91\x0b\xbc\xf0\x61\xd2\x71\x4f\x4c\x86\x62\x3a\x7c\xa8\x66\x3a\x59\x57\x8d\x2b\xc5\x12\xd3\xc5\x98\x95\x68\xe4\x53\x44\xbf\x75\xe8\xbc\xb8\x51\x48\x45\x8c\x43\x8d\x74\x9e\x6c\x44\xf2\x52\xc2\x87\xd7\x84\xac\x8c\xe4\x3b\x20\x7c\x88\x46\xc8\x30\x4c\x4e\xf0\x1a\x3e\x2c\x21\xa6\xb4\xaf\x46\x23\xf3\x67\xe4\x7b\x75\xba\x24\x2e\x8f\xc5\x33\x3d\x9b\x35\x04\xa1\xf3\x5d\x19\x49\xad\xd1\x25\x41\xe4\x0f\xc9\x51\x5b\x8d\x8c\xfc\x21\x0f\x6a\xf2\xed\x82\x8f\x5f\x31\x6b\x71\xa5\x68\x14\xc8\xe9\x6b\x6e\x73\x86\xe8\x0a\x4e\x20\x67\x5e\x5c\x65\x21\x12\xfa\x22\x31\x5b\x44\x64\x41\x29\xd8\x64\x95\xe6\x98\xb9\xd2\xb1\x31\x21\xba\x20\xcb\xd0\xc4\x86\x48\x02\x49\x5c\x8c\xa7\x9f\xc4\x21\x92\xa1\x11\x37\x11\x16\xbe\x28\x92\x02\x11\x41\xfa\xe7\xc1\x33\x41\xf9\x47\x00\xf8\x50\x6a\x85\x08\xf8\x9e\x14\xc4\x90\xdd\x19\x12\x48\x41\x0c\xc9\x1d\x94\x21\xbb\x6b\x38\x90\x31\x17\x48\x95\x4b\xd5\xa5\x70\x20\x55\x2e\x28\x47\xae\x26\x6e\x27\x96\x9a\xe0\x3d\xc0\xc7\x17\x12\xc1\xd2\x94\xc9\x47\x73\x68\x45\x48\x44\x43\x13\xbc\x07\xd5\x35\xa2\x40\x52\x5d\x48\x99\x91\xcf\x7a\xa6\xd1\x48\xea\x99\x17\xc2\x0c\x09\xae\x03\xf2\xea\x52\xcd\x7a\x26\xfd\x54\x32\x1d\x83\x4c\x32\x5d\xf8\x64\xd1\xf9\x21\x15\xc8\xa2\x0b\x9f\x54\xb7\xc2\x67\x12\xe8\x23\xab\x2d\xe7\xc1\x8b\x20\x28\x50\x5a\x9a\x86\x8e\xb4\xb4\x40\xfe\x58\xce\x83\xb7\x93\x19\x46\xb2\x57\xce\x9d\xb7\x93\xc6\x45\xce\x56\xce\xae\xa8\x84\x44\xa2\x7d\x72\x83\x32\x67\xcf\x49\x0e\xa4\x6b\x85\x44\xc4\x2a\x1b\xfd\x24\x62\x95\xd8\xb0\xb9\xab\xb1\xd3\x48\x3f\x5d\xc4\x86\x44\x7a\x78\xea\xdc\xce\x8e\x4b\xe4\x73\xe3\x59\xc9\x79\xa9\xb1\xd1\xc8\xdb\x3b\xb7\xb3\xb5\x53\xe7\x99\x93\xce\xb3\xb5\xd3\xe0\x99\x93\xcf\x9c\x74\x9e\xf5\x09\xc9\x5b\x50\x82\x13\x59\x32\xa9\xb0\x8f\x94\x21\x83\xd7\x25\x15\x5d\x79\xd4\x88\x10\xa8\x8c\x27\x39\x1e\x24\x6d\x38\xbf\xc2\xff\xf5\x7f\x07\x12\x12\x02\xb0\xf4\x4c\x29\x88\x00\x24\x3d\x80\x6b\x4e\x30\xfb\x06\x30\xcd\x01\x78\xaf\xc7\xf5\xbe\x1a\x8b\x1a\x25\x20\x12\x8d\x2c\x76\xd7\x37\x9d\xa5\xeb\xab\x11\x7e\x09\xc0\x5b\x39\x14\x1a\x27\x3b\xe0\x12\x94\x9c\x34\x42\xa8\x92\xd9\x32\x14\x8c\x0c\x78\x8e\x42\x41\xb2\x17\x84\x2a\xda\x45\x10\xc0\xa3\xb8\x0a\x10\x84\xcf\x20\x18\x1f\xa8\x49\x18\x08\xc4\x07\xa2\xef\x73\xf1\x99\xc4\xd9\x03\x01\xf3\xb9\x9c\xd9\x32\x28\x48\x4e\xd4\x79\x2e\xbd\xbd\xf0\xb0\x1a\x05\x11\xf5\x46\xf8\x31\x4a\x25\x52\xe9\x47\x6b\x28\x10\x62\x94\x0a\x2c\xda\xad\x8e\x50\x00\x0f\x17\x37\x09\xe7\x72\x43\x3d\x14\xf2\x15\xcb\x3f\x20\x5c\x1a\x79\xbb\xcb\xac\xb9\x1e\xba\x04\x41\x04\xfa\xd2\x5c\x5d\x57\x4e\x1a\x89\x69\x7a\x7e\x66\x50\xcc\xb6\x08\xdc\xda\xe9\x27\x87\x54\x21\xc6\xb8\x98\x4d\xd4\xad\x50\x1e\xfa\x39\xe8\x27\xbc\x0a\xe5\x21\xbe\x3a\xe9\x27\x24\x09\x9f\xd0\xed\xd4\x95\x4c\x4e\x27\xbe\x6a\x5c\x09\x0d\x42\xe9\x7c\x91\xeb\xb4\xa1\xc0\x3a\xf0\x89\xf5\x72\x72\x15\x58\xcd\x4a\x57\x08\x96\xcf\x84\x3d\xa0\x0c\x6e\x3f\xbc\x08\xbe\xb0\x32\x18\x10\xf7\x8d\x84\xe2\xf6\x73\x28\x83\xce\x5f\xbe\x08\x6a\x80\x32\x14\xac\xa5\x71\xf2\xed\x93\xf8\xaa\xe6\x88\x55\x57\x26\x61\xd6\xfc\x49\xc1\x44\x7d\xf8\x7f\x52\x28\x0a\xdc\x64\xc5\x0f\xdc\xb9\x0b\xab\x0f\xaa\xaf\x02\x00\x6f\x37\x9e\xcd\xa1\x5a\x1c\x3b\x37\xf7\xc3\xb4\x70\xa8\x16\x23\x47\xe2\x61\x60\xe0\xcd\x2a\x1e\xdd\x9a\x9b\x5d\x52\x38\x54\x8b\x1f\xaa\x73\x23\xc9\x0a\x69\x8c\x0a\x89\x6f\x4d\x20\x39\x89\x78\x4d\xe7\x46\xea\x14\x12\x0c\xcb\x62\x0c\x90\x10\x85\x4c\xc0\x42\x30\x15\x46\xda\x50\x48\xf4\x2b\x9b\x31\xb8\x0c\x36\x79\x7c\xf8\x57\xe7\x09\xba\x92\xb9\xda\xc4\x77\x33\xcf\x24\xc3\xae\x1c\x62\xcc\x99\x09\x24\x81\xae\x28\x44\x5d\x74\x25\x03\xe2\x47\xe5\xa4\x8a\x5e\x28\x1c\xfe\xb8\x6e\x27\xec\xe7\xa1\x70\x54\x96\xab\xf8\x33\x8d\x08\xad\x72\x09\x82\x57\xfa\x89\x9a\x50\x2e\x51\xec\x46\x3f\x61\x14\x28\x97\x60\xf6\xa3\x46\xa3\x71\xd3\xc8\xc8\xc3\xbe\x84\x73\x78\x1e\xd7\xb3\x43\x45\xb2\xd4\xc0\x8b\x3c\x32\x11\x2a\x27\x74\x0d\x74\x7e\xa9\xb1\xd3\xc8\x8b\xdc\x31\x14\xaa\x43\x08\x43\x75\xdc\xe0\x3c\xae\x83\x87\x0a\x6a\xaf\x12\x7b\xbf\x08\x98\x0a\x04\xaf\x46\xa2\xe0\x2c\x49\x20\x06\xa1\x7a\xe8\x6a\x52\x8f\x2e\x54\xc0\x6e\x35\x11\x13\x47\x64\x02\x3f\x08\xc2\x1d\x50\x0f\x32\x60\xe8\x84\xea\xb6\xc2\xbc\x55\xb7\xf3\xa2\xc4\x8b\xd0\x2e\xab\x1b\x9c\xa1\xba\xb2\x31\x2f\x27\x58\x05\xb6\x55\x33\xe1\x76\x76\x33\x3e\xf0\x80\xd5\x34\xef\xa2\xf3\x70\x26\x55\x3f\x0b\xe6\x75\x17\x44\xa8\x08\xd7\x8a\x70\xbd\x87\xdb\x61\x3c\xaa\x2e\x63\x27\x45\xd2\x42\x45\x41\xab\x05\x84\x6a\x50\x23\xcf\xf4\xa3\xc4\xa4\x44\x83\xa4\x08\x40\x28\x2c\xb0\xe3\x2a\x67\x48\x25\x18\x1e\x38\xd6\x2a\xc2\xb5\x12\x72\x09\x0f\xb7\x93\x8e\x5e\x89\x02\x85\x4e\x23\xb9\xe3\x00\x31\x0c\x06\xe4\x50\x91\xb8\x78\xf5\x2d\x20\x08\x2b\x6a\x42\x6d\x3c\x73\xea\x4a\xa6\x98\xd0\x2a\x75\x8b\x42\x05\x09\x83\xab\xdf\x82\xd1\x25\x84\x6b\x25\xf0\x19\x16\x9d\x47\xa1\xa8\x0f\xcf\xd4\x78\xc2\x52\x53\x1f\xe0\x0b\x6c\xd8\x8a\x1c\xad\x9d\xf8\x3c\xdb\xb0\xc2\x21\x53\x3b\xc1\xfe\xc0\xdb\xd1\x32\x2a\x31\xd5\xe8\x96\x66\xa8\x70\xc3\x54\x87\xc7\x5b\x8c\xba\x9d\x41\x76\xab\xc2\x62\xd4\xed\x8c\x92\x6b\x20\x16\x13\x9d\x87\xb6\xa5\x12\x25\x8e\x99\xce\xc3\xd7\x52\x89\x0c\x12\x25\x09\x15\x31\x5c\x09\x22\x45\xf6\x7b\x1d\x7c\x11\x40\x80\x58\xd5\xc8\x8b\x88\xf6\xc6\xca\x33\x27\x2f\x02\x16\x10\xd9\xb0\x15\xc5\x07\xbb\xda\x62\x57\x23\xcf\x9c\x9f\x8c\x29\x6f\x84\x53\xb1\x82\x76\x8e\x9b\x29\x86\x26\xb1\x1a\xb7\x6b\x29\x22\x69\x2b\x38\x82\x14\x78\x3b\xa4\x83\x95\x98\x57\xd2\x78\xa2\x61\xd5\x25\x2c\x84\xae\xa4\xf3\x04\xed\x13\xd2\xa6\x92\x94\x5d\x37\x28\x6e\xb4\xa1\x8a\xa4\xad\x44\xc7\x92\x04\x0b\x92\xb6\x6e\x30\xd8\xda\x71\x48\xda\xba\x81\x22\x6b\x29\x92\x10\x4d\xc0\xc7\xd2\xd4\x95\x74\x9e\x60\x38\xa9\x0f\x01\x14\x50\xa8\x07\x94\xc6\xe2\x76\x84\x6a\x05\xa8\x92\x24\x82\xb0\x46\x2a\x71\xe8\x74\xe8\x12\xb9\xbd\xf5\x0a\x16\xce\xb7\xc3\xe2\x52\xc9\xbc\x85\x78\x3e\x54\xc8\x58\x2a\x31\x52\x62\x3b\xa1\xa1\x8b\x35\xb0\x2c\x99\x5d\xdc\xa0\x8d\x6b\x82\x60\x44\x35\x36\x1a\x41\x4d\x60\x49\x03\x5a\x0a\xcd\x45\xa5\x51\xe7\x2a\x34\x47\x63\x85\x16\xc0\x7a\xa0\x9c\x02\x68\x0a\x20\x99\x2c\xbb\x73\x2d\x34\xe0\xd2\x78\x49\x2c\x23\xd6\x1a\x42\xb5\x01\x97\xc8\x28\x53\xc4\xbc\x02\xc1\x2e\x93\x5e\xdf\x40\x1d\x83\x72\xb2\x8c\xde\xd4\xd0\x19\x1b\x61\xd4\xcc\xc8\xe3\x6b\x09\x2d\xf1\x4c\x76\x71\x73\xdc\x6d\x68\x89\xce\x2f\xfa\x89\xe9\xd6\xb2\xd2\x86\xff\x5b\xa1\xc0\x73\x13\x5a\x16\x2c\xc4\xe7\xaa\xa1\x8f\x36\x21\x39\xd8\x3a\x84\xe3\x02\x71\x38\x93\x7e\xdf\xc8\x53\x6b\x04\xc0\x0b\x6b\xbf\x91\x6e\xd6\x1c\x77\x68\x14\xc0\x0e\x0d\xf6\x8d\x56\xc1\x98\x1c\xae\x84\x10\xa3\x01\xd3\xa8\x2c\xf3\x86\x9d\xdc\x40\x48\x54\x24\x44\x43\xf5\x6c\x2e\x0f\xad\x26\x5d\xc9\x04\x12\x54\xaf\x58\xfe\xe0\xbf\x42\x13\xf0\x04\x35\xa1\xe1\x34\x21\x6c\x68\x32\x0b\x09\x1b\x86\xe6\x42\xd2\x64\x16\x36\x68\xbf\x08\x22\x1a\x21\xbe\xd0\x60\xec\x6a\x00\x33\x2a\xc7\x5a\xc3\x06\x6b\xae\x7a\x1a\x01\xbf\xd0\x10\x99\x0d\x91\x59\x35\x81\x50\x6b\x35\x82\xea\xd5\xbd\x95\xa1\xc1\xa9\xd5\x5c\x48\x1a\xb5\x10\x42\x83\x34\xab\xb9\x92\x6a\x10\xaf\x84\x06\x29\x6f\x03\x6c\x55\x51\x67\x1b\x4a\x6a\x03\x01\x02\xf5\x52\x68\x70\x5b\xe1\x64\x33\x62\x82\xa1\x41\x63\xd5\xdc\xd3\x60\x4d\x1b\x02\x99\xd7\x90\x79\x0d\x55\xae\xa1\x8f\x36\x17\x7d\xd6\x38\x58\x1a\x7e\x9c\x06\x78\xed\xd1\x26\xc3\x8f\xd3\x80\x02\x3c\x5a\x36\xe8\xa1\x0d\x28\xdb\x83\xc9\xd1\xe0\x96\x6d\x26\x94\x8e\xae\x64\x85\xb8\x1e\x6a\x8f\x76\x1e\x2a\x67\x5b\x3c\x53\x5b\x07\x95\xb3\xb9\xca\x69\x0f\x87\x6a\x43\xe5\x04\xbf\x67\x4f\x57\x23\x8b\x41\xd0\x9d\xce\xdb\x21\xb1\x68\x9b\x67\x7a\x70\x35\x34\xd8\x26\xda\xe6\x99\x1c\xaa\x0d\x7a\x89\xb6\xc9\x70\xd7\xb7\xc3\x1e\xd1\x90\x8e\x8f\xd1\xcf\xad\x67\xfa\x02\x7b\xb4\x92\x61\x71\xc0\x31\x69\xcf\x55\x23\x2f\x3a\x7c\x3b\xba\x6d\xc3\x57\xd3\x40\x9e\x74\x74\xb1\x06\xa1\x42\x3b\x20\x7f\x38\x2a\x1b\xec\x08\x0d\xb0\x5c\xd7\x9a\x87\xea\xa0\xb9\xe6\x69\xd4\xb6\x0f\x0d\x4a\xac\x06\x9e\xa4\x73\x2a\x36\xdc\x55\x0d\x91\xd9\x59\xb4\x0f\xda\xe5\x03\x69\x40\x6f\x6a\x5c\x34\xf2\x76\x54\xf8\x87\x2c\x8e\x07\x48\x5a\xe7\x04\x7b\x48\xc9\x78\x3c\xff\xc2\x3a\x2a\xfc\x83\x95\xfe\xb8\x7a\x68\x03\x9d\xf1\x41\x68\x3d\x08\xad\x51\x75\x25\x2f\xf2\x7c\x00\xa3\x26\x74\x78\xc0\xf7\x3f\x42\x1a\x71\x82\x3d\x80\xf1\x1f\x72\xa5\x47\x57\xe3\x43\x63\xa7\x71\xd0\x38\x68\x04\x9a\x84\x23\xe6\xc1\x47\xf0\x64\x10\x51\x93\x2e\xe1\x30\x7a\x04\x5b\x42\xb3\x7e\xf0\x0d\x3d\xe5\x93\xa6\x4d\x23\xdf\x5e\x04\x77\x3a\x34\xf2\x4c\x12\x84\xc7\xd6\x95\x87\x46\xc0\x56\x9b\xb7\xe3\x45\x7a\xc0\xef\x11\x6f\x0c\x0f\x06\xf9\xe3\x39\xbf\x36\x2e\x5f\x84\xfc\x7c\xc0\xe8\x0d\x8e\xb5\x87\xa4\xdc\xc7\x55\x47\xa3\xf8\x42\x78\xf0\x37\x3d\x80\x76\x26\xfb\xe8\x41\x67\x7c\x9a\x70\x52\x6a\xe4\x99\x88\x4a\x4a\xd1\x84\x07\x51\xf9\x38\x4a\xc4\x26\x1a\xeb\x03\xe5\xe2\xf3\x00\xba\xe2\x04\x7b\x50\x24\x1f\x44\xe5\x6c\x74\x09\x51\xf9\xb8\xe9\x6e\xd4\x7c\x08\x0f\x8a\xe4\x83\x22\x39\x39\xc1\x1e\xac\xf4\xe7\x11\x04\x8b\x2e\x61\xa5\x3f\x88\xca\xc9\xe6\x7a\x50\x24\x1f\x14\x49\xaa\xb5\x86\x07\x01\xf8\x90\x40\x39\x35\xc8\x83\xa1\x43\xbf\x33\xd6\xfc\x33\xf8\xa2\x01\xa2\x2a\xf3\xcc\xc1\x74\x90\x05\x68\x68\xeb\xcf\xe4\x45\x6e\x82\x9b\x39\xd6\x38\x3c\x28\x68\x0f\x0a\x9a\x69\x25\x63\x1f\x3f\x2e\x9e\xcc\xae\xae\xe4\x8b\x4c\xf0\x2c\x5d\xc9\x17\x21\xac\x16\x5a\xdb\x83\xb0\x7a\x00\x2c\x2d\x8e\xb3\x07\x86\x9e\x07\xb9\xb4\xa2\xae\xa4\x9f\x20\x2e\x17\x5b\xfb\x81\x17\xe7\x71\xf1\x64\x8b\x93\xeb\xc1\xc3\xfb\x20\x97\x56\x51\x23\xcf\x04\x54\xbb\x38\xb9\x1e\xec\xe3\x07\xf0\x1b\xf0\xf5\xf0\xc0\x37\x23\x40\xf1\xd2\x3e\x42\x2e\x3d\x68\x6d\xab\xd3\x25\xe4\xd2\x03\x3e\x6e\x0d\x5d\xc9\x80\x00\xa5\x5a\x63\xfc\xa7\x42\xf1\x20\xc9\x1e\x24\xd9\xe2\x00\x7c\xb0\xa8\x1f\x94\xbf\x85\x0b\xf4\xc1\xa2\x16\x82\x79\x71\x00\x82\x60\x0e\x0f\xe2\x8d\x32\xe0\xe1\x41\xbc\x3d\xf0\xb5\x2c\x6d\x5c\x2c\xea\x07\x18\xee\xe2\xac\x03\xd6\x1c\x3a\xf8\x46\x60\xf3\xa1\xa3\xfc\x75\x80\xb7\x3b\xa8\xd1\xbb\xd4\x5d\xb3\x33\xa0\xf1\xa1\x93\xef\xd6\xdd\x5c\xb6\x5d\xd5\xf8\xd0\xe8\x03\x03\x34\x3e\x74\x04\x61\x47\xa5\xdb\x5e\x65\x2c\x74\x54\xba\x0e\xd2\x73\xa3\x61\x77\x9c\x82\xdd\xcd\x65\xdb\x78\x8f\x3b\xd2\xb1\x23\x1d\xf7\xa6\x4b\xb8\xd3\x3b\x8c\x11\x20\xeb\x43\x47\xe6\xf5\x2c\x80\x9c\x1a\x79\x3b\x30\x5c\x90\xf5\xa1\x23\xde\x3a\xe2\xed\x70\xa8\x76\xb8\x7c\x3b\xe2\xed\x54\xde\x8e\x2a\xd7\x51\xe5\x0e\xaa\x5c\xc7\xfa\xed\x58\xbf\xe7\x51\xe3\xa2\xf1\xd0\x98\x69\xe4\x45\x60\x20\xe5\xcb\xe8\x38\x21\x85\x0f\x3f\x9c\xc9\x1d\x99\xd7\x01\x2b\x1f\xce\xe4\x8e\x9d\xdc\xb1\x93\x0f\x26\x47\x47\xe6\x75\x64\xde\xc1\xfe\xec\xc4\xcd\x3a\xb0\xc5\xb3\x19\x64\xdc\x95\x1d\x9d\xf1\x20\x5c\x3b\x3e\x76\x40\x5b\x76\xd9\xa3\x80\xb6\x42\xc7\x78\xa6\x10\x63\xe8\x18\xcf\x1d\x9d\xf1\xb2\x1d\x3b\x3a\x63\x47\x67\x04\xe6\x1f\x40\x79\x85\x8e\x20\xbc\x55\x8d\x4c\x1c\xea\x21\xa0\xff\xd0\x71\xbc\x77\x57\xf3\x16\x75\xdf\x43\xc7\x24\xee\x9d\x04\x69\x2d\x06\xac\xdf\x4e\x36\x78\x98\x6a\xe4\xed\xa4\x76\x07\x0e\xab\x4e\x85\x84\x3e\x04\x38\x64\xe8\x30\x89\x81\xd6\x2f\x19\xf9\x1d\xe9\xd8\x95\x89\x6d\xba\x9d\x7e\x82\x38\x0b\xa6\xdb\x19\x64\x70\x3e\x81\xb3\xae\x4f\x5e\x34\x79\xd1\x56\x23\x2f\x22\xe7\x39\x6c\x46\x69\xb2\x6c\x00\xe3\x04\x4c\xb8\x3e\x19\x64\x32\x96\x83\x76\x1c\x25\x09\x3a\x20\x97\xa8\x45\x8b\xc4\xed\xe4\xf7\xca\xc8\xef\xe4\xf6\x0a\xef\x16\x09\x21\x75\xd4\xc3\x6e\x40\x1a\x93\x6e\xdf\x34\x0a\x3b\xc9\x17\x61\x3c\x0b\x04\x17\x39\x15\x3b\xdc\x6a\x7d\x09\x3b\xa9\x46\xde\x0e\xc0\x31\xa2\xd7\x77\x74\xc6\xee\x59\x3d\x4b\xee\x80\x8e\x6c\x16\x94\x2e\x72\x2a\x82\x97\x0b\x1d\x68\x0e\x75\x73\x03\xb0\xb9\xd0\x81\x81\x46\xad\x79\xc4\x70\x07\x2a\x13\xd1\xac\x3b\xea\x61\x3f\x02\x62\xd2\x25\x78\xb5\xfa\xe1\x33\xb5\xbc\x51\xfa\xc8\x90\x58\x54\x67\x0c\x1d\xa9\xd8\x2f\x48\x51\xb4\xcb\x8e\x9d\xdc\xaf\x00\x9c\x6a\xe4\x99\x17\x94\xa5\xd6\x3c\x7e\xc6\xfe\xe1\x97\xf2\xa1\x03\xbb\x17\x04\xda\x4b\xa8\xf0\xa4\x5b\x84\x01\x17\x14\xb4\x8c\x61\x38\x6a\x2b\x8c\x00\x92\x92\x8d\x30\x90\x9f\x03\x8c\x5a\x42\x91\x04\xe5\x17\x46\x04\x8f\xf9\xa8\xf1\xa1\x91\x7e\xe2\x49\x19\xf8\x19\x47\x04\x37\x4a\xd4\x75\xe0\x67\x1c\x20\x97\x12\x1b\x61\x20\x3f\x47\x02\xf1\x69\xba\xb2\xd1\xe8\x6b\x9e\x4c\x8e\x00\xaa\x30\x8c\x44\x3f\x91\x0c\x03\x3b\x79\x40\x02\x24\x17\xc3\x20\x9a\x39\xe0\xef\x49\x1c\xfe\x03\xf1\x3b\xb2\xc0\xa4\xba\x92\x17\xc1\xc7\x43\x01\xb4\x30\xc8\xe0\x1c\x10\xf0\x64\x46\x7e\x20\x93\x05\x66\x94\x8b\x61\x20\x93\x87\xcb\xe4\x95\x39\xe7\x07\xe6\xf5\x70\xd1\xbc\xb2\x46\x1e\x8f\xe4\x00\x73\x44\xae\x48\x18\x24\x30\x0e\x78\x6b\xf2\xa3\x46\xbe\xa8\x08\xca\xca\xdb\x51\x39\x07\xd0\x2a\x12\x41\xc2\x40\x26\x8f\xca\x33\x37\xf3\x0e\xe9\xcc\x70\x99\xbc\xf2\xd1\x95\x74\x1e\x74\x60\x66\x17\x83\xa8\x0c\xc3\x25\xed\xa2\x1a\x61\x18\x58\xe7\x03\x04\x19\xb9\x22\x61\xa0\x5d\x0e\x78\x53\x14\x92\x1b\x44\x33\x07\xe0\x5c\xf2\x41\x02\x19\x3c\x61\x00\xa2\x2b\x5f\x1a\xd6\x7f\x28\x14\x03\xdd\x71\x00\x0c\xab\x1a\x2d\x74\xc7\xe1\x82\x77\xd5\xac\x46\xbe\xac\x7f\x08\x28\x68\x64\x08\x91\xb8\x94\x85\x0c\x03\x8b\x7a\x40\xaf\x51\x51\x95\x06\xf1\xcf\x81\xc4\xad\xa8\xc8\x03\x89\x3b\x80\x9e\x55\x4f\xf6\x09\x83\x58\xd0\x18\xb0\x3d\x78\xce\x4f\x18\x38\x21\x87\xe8\x2f\x38\x54\x07\x4e\x48\xb2\x91\x56\x7d\xd4\xc8\xda\x17\xe2\x97\x43\x15\x88\x6a\x18\x88\xe1\xaa\x59\x45\xe2\x0e\xd1\x4a\x74\x35\x32\xd8\x53\xf0\x61\xba\x04\x26\x65\x00\xde\xab\xda\x25\xd4\x8b\x19\x06\x44\x18\x0d\x1b\xf4\x6b\x18\xc8\x66\x79\x13\x06\xb2\x79\x80\x71\xab\xb8\x98\x06\x06\xf9\x10\xde\x98\x33\x19\x48\x6c\x10\x16\xb6\x1e\x35\x32\xab\x60\xe5\x2b\x26\xf1\xc0\x5d\x39\x40\x56\x82\x4c\x0a\x03\x77\xe5\xd8\x8c\x27\x92\x6c\xe0\x99\x1c\x1b\xe6\x07\x4f\x6f\x0c\x03\x27\xe4\x00\xb1\xdd\x90\x64\x03\xe1\x3a\x10\xae\x8d\xd3\x7b\xc0\xbb\x38\x0e\x50\x61\x6d\x32\x24\xee\x70\x55\x77\x35\xce\x90\x41\x0c\x68\x1c\x5e\x94\x19\x79\x34\xd6\x71\xc0\x1d\x73\xf8\x0f\xc4\xf0\x40\x0c\x37\xc9\x3c\xdc\x95\x03\x31\xdc\xb4\x42\x88\x01\x0d\xd1\x0b\x62\x66\x0f\xc4\xf0\x40\x0c\x37\x36\xee\x24\x4a\x3c\x03\xb7\xa3\x61\x03\xf9\x0d\x13\x9c\x6c\x9b\x6a\x34\x1a\xb9\x1d\xd5\x78\xe2\x99\x14\x2a\xb8\x31\x9b\xa0\x82\xc3\x8c\x82\x42\x73\x25\x94\x0c\x13\x6c\x63\x43\x49\x99\xf0\x2b\xcc\x08\xdb\xd1\x56\x23\x2f\x02\x94\xdf\x8e\x6e\xdf\x34\x32\xc8\x48\x88\x89\x91\x3f\x13\x2f\xba\x6a\x2c\x34\x02\x62\x46\xb3\x9e\xe8\xb6\x13\x8c\xf7\x13\xd5\xb8\x68\x84\xe2\x06\x40\xcd\xc4\xf2\x9f\x10\xab\x3d\x59\x8d\x74\x9e\xcc\x87\x07\xa9\x33\x11\xae\x33\x83\xab\x2e\x6a\xa4\x9f\x80\x36\x1f\x67\xb2\x0e\x13\x91\x39\x11\x99\x64\x7e\x85\x89\x1a\x3b\xcb\x87\x28\x83\x46\x5f\x36\x13\x6c\xea\x83\xf9\x3a\xa9\x47\x31\x11\x99\x0f\x7a\xfd\x44\x64\x92\x73\xb7\x1e\x54\x39\x70\xd5\x61\x56\x31\x43\x35\x1a\x99\xa3\x0a\xc6\x1b\xfd\x6e\x62\xba\x4f\x00\xea\x0f\xa0\x92\x09\x54\x64\x36\xe1\xbf\xe9\x12\xa6\xfb\x24\xdb\xe0\x31\x35\xf2\x22\x51\x50\xa1\xca\x4d\xa0\x61\xb3\xf1\x45\xa8\x72\x13\xdf\xe5\x7c\xc0\x7f\xe3\x38\x98\xf8\x2e\xe7\x03\xb8\x3b\xaa\x91\x6f\x47\xa8\x76\xc7\x5d\x86\x89\xef\x72\x76\x58\xed\xd0\xda\x26\xbe\xcb\xd9\xa1\xf0\x4b\x6a\xe4\x99\x10\x16\x75\x84\xea\x44\x8d\x9d\xa8\xb1\x5d\x73\x84\x9b\x72\x0e\x31\xe5\xf1\x76\x34\xd6\x0f\xfa\xbc\xab\x91\x89\x23\x2b\xa2\x77\xba\x84\xc6\xfa\x0f\x16\xdd\xf7\xfb\x24\x96\x3e\xa1\xdf\xe9\x1a\x25\xf4\xd0\x89\x1e\xda\xb1\xa8\x26\xbe\xcb\x09\xf4\xba\x6b\x79\x23\x15\x27\x52\x91\xdc\xb9\x30\x09\xe2\x4c\xa4\xe2\xd0\x4a\x46\x2a\x4e\x13\x86\x5d\x57\xf2\x99\xe8\xa1\x24\xdb\x85\x09\x09\xf0\x5c\xe0\xcd\x9b\x1a\xe9\x12\x52\x91\xf4\xba\x30\x91\x8a\x64\x5e\xae\x81\xf5\x33\x61\xcd\x9d\x68\x97\x43\xbb\x18\x37\xe5\x74\xe1\xb8\x06\x71\xba\x89\xca\x39\x11\x95\x63\xeb\x4a\x56\x08\x79\x1b\x63\x33\x74\x70\xd8\xce\x2d\x78\xfc\xa0\x91\xce\x83\xd1\x1f\x12\x02\xb8\x03\xe6\xe1\x45\x47\x8d\xcc\x11\xa2\x72\x00\x82\x98\x44\x76\xe6\xe1\x8b\x24\x04\xc0\xf8\xcc\x23\x04\xbd\x1a\x59\x60\xc8\xcf\x89\x7f\x64\x22\x2a\x27\xa2\x72\x6a\x85\x10\x2e\x9f\x17\x58\x7d\x55\x23\x72\x89\x6c\x93\x89\x6f\xdd\x28\x22\x64\xd0\x9b\x92\xb3\x17\x0c\xe3\xde\xc8\x9c\x98\x6b\xfd\xa7\x42\x61\x08\x57\x43\xb8\xca\xc5\x64\x44\xc8\x2d\x02\xe0\x47\x3e\x19\x9a\x2b\x99\xb0\x8b\x84\xbe\x60\x88\x4c\x43\x64\x5a\x55\xa3\x7f\xae\x81\xc0\x37\xe4\xbd\x25\x6e\x4f\x80\xfb\x59\x3e\x86\x3e\x6a\x2e\x0f\xd7\x8a\x6a\xdc\x34\x2a\x45\x20\xd2\xc8\x33\x91\x8e\x14\x2b\x0f\x86\x74\xb4\xac\xf4\x01\x5e\x84\x8f\xc0\xa0\x7f\x5c\xb8\xc2\xc8\xd1\x0d\x86\x3e\xba\xd0\x86\x0c\x7d\xd4\xd0\x47\x17\x06\x0f\xf9\xbb\xc1\xe0\x66\x5c\xe8\x38\x86\x3b\xc0\x20\x48\x24\x49\x30\x18\xde\x4e\x83\xed\x50\xb8\x1c\xa3\xcc\x8f\xa1\x7a\x42\x7f\x10\x8c\x08\xb9\xb9\x06\xba\x16\xfa\x88\x21\x47\x0d\x39\x4a\x81\xf0\x60\x04\xc3\x8d\x64\x1e\xf2\x08\x83\xe1\xd8\xb4\x4f\xd6\x02\x8d\xd4\x83\x31\x77\x50\x2e\xe1\x5c\x8c\x10\xb7\x91\x84\x45\xaa\x61\x30\xaa\xb0\x18\xc9\x19\x9b\x43\xd5\x90\x64\xd6\x95\xa7\xc0\x33\x11\x5a\x86\xd0\x3a\x9a\x77\x94\x3e\x53\xf6\x41\x56\x23\x2f\x42\x68\x1d\xcd\x3b\x42\xcb\xc4\x5e\xa6\x75\x8a\xd0\x32\xcc\x6c\xa1\x42\x0c\xfd\xce\xd0\xef\x0e\xe7\x92\x21\xc9\x0c\x49\x26\x00\x88\x79\xc8\x39\x18\xac\x60\x87\xd3\x86\x9c\x97\xa0\x64\x97\x33\xd5\x48\xe7\x51\xfa\x0e\x07\x8b\x21\xde\x0c\xf1\x76\x38\x58\x48\x7d\x09\x46\x76\xd3\xc1\x74\x37\xc4\x9b\x21\xde\x0e\xa6\x91\x61\x90\x1b\x06\xf9\xb9\xba\x92\xb5\x84\x7a\x78\x70\x53\x9b\xe9\xed\x3e\x74\x97\xd3\xc6\x10\x84\x86\x20\xbc\x51\x8d\x3c\x13\x41\x28\xa4\x89\xc1\x4a\x6e\x8b\xb4\x0a\xec\x79\x43\x3d\x34\xb2\xd3\xae\xd6\x27\x7e\x51\xdb\x4a\xce\x50\x23\x9d\x47\x10\x5e\x0e\x16\x43\xe9\x33\xcc\x6c\xa1\x93\x0d\x49\x66\x64\x68\x09\x00\x62\xe8\x77\x76\x49\xba\xc0\xa5\x6c\xc4\x56\xcc\xc5\xd4\x16\xd6\xc3\x40\x01\x9a\x8b\xa2\x1d\x58\x75\x0b\xe3\x79\x05\x6e\x7f\xd4\x98\x69\x24\xfd\x83\x55\xb7\xd0\xef\x96\xeb\x77\x9b\xa2\xf1\x61\x21\x82\x56\xf8\x50\xdc\xd1\x78\x68\xbc\x34\xfa\xb2\x59\x44\x9e\x57\xe4\x45\xc8\xfb\x45\xe4\x79\x45\x5e\xe4\xcc\xfa\x61\xa1\xf4\x91\xba\xb4\x03\xa2\x7d\xa1\xf4\x2d\x57\xfa\x76\x38\x6a\xe4\xed\x91\x2f\x42\xb4\x2f\x6c\xef\x95\xc8\x1f\x61\xcd\xaf\xc4\x33\x49\x5f\x10\xb0\x62\x21\xd6\x96\xf2\x47\x70\x3e\x2f\x37\xba\xc3\x72\xe9\xb6\x23\xa2\x7d\x81\xf1\x59\x2e\xc8\x76\x44\xb4\x2f\x84\xd5\x22\x09\x82\x9c\xd4\xb0\x10\x56\x0b\x72\x5a\x78\xfd\xc3\x82\xd8\x67\xb9\x46\xb7\xc9\x3b\x0d\x0b\x55\x6e\x39\x2c\x67\x27\xd4\xc3\x85\xb4\x59\x24\x8e\x90\x4d\x1a\x16\xd2\x66\xb9\xb4\xd9\xc2\x3b\x2c\x5c\x8a\x8b\xa4\x1c\xb2\x49\xc3\xc2\xa5\xb8\x1a\x79\x2e\x68\x58\x0b\x11\xb4\x9a\x52\x5a\x74\x25\xfd\x74\x5d\x6c\x0b\xc5\xb0\xd0\xc5\x16\xfc\x9f\x64\xa1\x86\x45\x18\x65\x3d\xca\x81\x51\x23\xcf\x74\x61\xb5\xe5\x38\x20\x85\x2c\x2c\x32\x4d\xa8\x37\x1d\x16\x61\x94\xf5\x90\xee\x82\xcb\x66\xa1\xa0\xad\xce\x33\x31\x85\x17\x62\x6d\x75\xa5\xc9\xa8\x91\x6f\x77\xe3\x77\x67\x4e\x84\x85\xf3\x71\xb9\x29\xbc\x33\xcb\x7b\xa1\xca\xad\x0e\xb7\xa2\x56\x32\xce\xc7\xe5\xca\xdb\xce\x5d\x8d\x8c\x12\xf9\x1c\x19\x67\xee\xc2\x14\x5e\x83\xb7\x73\x4c\x2c\xa4\xe2\x1a\xe4\xf8\x70\x4c\x2c\x04\xe0\x9a\x3c\x13\xe1\xbf\xf0\x33\x2e\x32\x8c\xb2\x06\x19\x01\xb8\x48\x62\xc9\x5a\xb4\x08\xc0\x35\xe9\x27\x5a\xdb\x42\x58\x2d\x52\x45\x0a\xc7\xee\x22\x49\x60\x19\xb9\x3a\x0f\xfd\x24\x5e\xb3\x16\x29\x3b\xe8\x62\x0b\xc1\xb2\xb6\x32\x77\xe8\x12\x81\xe0\xe5\xf2\x65\x7b\xc6\xef\x7f\x28\x14\x0b\xf5\x6b\xb9\xfa\xb5\xe5\x4d\x58\x68\x5a\x6b\x5f\x31\x54\x7a\x23\xc0\xc4\x45\xc2\x4a\x6d\x6a\x64\xae\x4e\x17\x33\x23\x8d\x2c\x8a\xa3\x74\x20\x35\xb2\x28\x0e\xcf\xc4\x38\x59\x18\xa5\xcb\x5d\x84\xbb\x6a\x08\xf1\x0d\xae\xcb\x33\xb7\x1a\x79\x26\x49\x3e\xa4\xfe\x86\x8d\xd0\xda\x08\xad\xc6\x3a\xdd\x08\xad\x8d\xd0\x12\x64\x60\xe3\x06\xdc\x41\x6c\xf7\xbe\xef\x37\xf2\x69\x23\x9f\x48\xfd\x0d\x1b\x51\xb4\xa3\x32\x8d\xd4\x38\x69\xe4\x76\x44\xfb\x46\xea\x6c\xa4\x0e\xf9\xc0\x61\x23\x75\x36\x52\x87\x44\xe0\xb0\x71\xd9\x6d\x77\xd9\x6d\xb2\x7c\xc3\x06\xf0\xb7\x5d\xab\xd9\x8d\x45\xb1\x89\xe8\xee\x42\x56\x10\xba\xc3\x86\x3e\x6c\xbb\x48\xd9\x02\x2c\x6c\x3c\x69\x9b\x9c\x2b\x32\x80\xc3\xc6\x02\xdc\x55\xc9\x48\x74\x89\x14\x80\x8d\x2c\x79\x3c\x4f\x33\x6c\x02\x19\xbb\x2a\x51\x89\x2b\x51\x67\xb6\x8b\x94\x2d\x53\x13\x1e\x92\xb0\x1b\xc9\x4f\xac\xbe\x8d\xb1\xb7\xc9\x3e\x7b\xd8\x3a\x1b\xff\xd8\xf6\xf8\x42\x7b\x8c\x17\xe1\xbb\x26\x4b\x74\x14\x0c\xdd\xcb\x51\x79\xfd\xa8\xec\xdd\x53\x93\xc2\xc5\x51\x7c\xfd\x20\x6b\x8f\xe7\x6e\xc4\xe0\xd3\x18\x83\xcf\xdf\x33\x8a\x97\xf6\x0f\x3e\x1d\x31\xf8\x74\x8c\x49\x1d\xfd\xe4\x9f\x12\x93\xbb\x01\xeb\xf5\x65\x13\x93\xef\xd1\x48\x16\x60\x63\x93\x45\xaa\x44\x44\xd0\xfe\xcf\xf6\xb4\xd9\x08\xd1\x7f\x14\xbb\x7f\x75\x0f\x6a\x84\x98\x38\xc2\x46\xdc\xbb\x2b\x14\x11\xfa\xde\x08\x67\xef\xd3\xbc\x3e\x7c\xcc\xbe\x03\x62\x76\x23\xa3\x82\xbb\x8e\xd0\x5d\x46\x38\x2e\x3b\x30\xbe\x08\x0c\x3e\xc2\xa9\xd6\xcc\x13\x8f\x63\xf5\x8f\x8e\xd5\x4f\xef\xd1\x3c\xc8\x18\x1f\xb7\x9e\xe2\xe3\x9b\xfa\x99\x9e\xd4\x10\xbb\xcf\x6d\x24\x64\x35\x70\x70\xc4\xee\x92\x25\x76\xd7\xa9\xea\xf1\x89\x8b\x04\x32\x62\x77\x9f\x59\x03\x01\x19\x89\x59\x44\x62\x16\x6d\xb4\x48\xe3\xf5\x46\x17\x30\x4f\x76\xb4\x7f\x44\x5d\x8b\xe8\x69\x2d\xba\x10\x88\xdb\x2d\xb2\xb8\x5d\x40\x8c\xea\x39\x3b\xf1\xf8\x14\xc7\xe3\x53\xfc\x74\xcf\xf2\x88\xe7\xd0\xe8\xe3\xd2\x9a\x9f\xb4\xf1\xfa\xc1\x12\xaf\x1f\x2c\x4f\xb4\x41\x63\xa7\x71\xbc\xe4\x68\x91\xcc\xda\x48\x4a\xad\xf2\xbf\xe2\x65\xe4\xaf\x9f\x05\xca\xff\x8a\xd7\xa5\x7f\xbc\xae\x0c\xdf\xab\xc6\xc1\x95\x2e\xda\x2f\xc4\x19\xf1\xba\x4c\x8f\xd7\x75\xdb\x7b\x1d\x1e\x17\xaf\x9b\xe7\xf1\xaa\x34\x2d\x05\xdc\x42\x20\x17\xcd\xed\xb3\x1c\x60\x29\x0b\x10\xa0\xb2\x22\x73\x80\x6f\x8a\x85\x99\x42\xf8\xd6\xa5\x14\xa8\x6b\x16\xc2\x87\xad\xd5\x1b\xa3\xf2\xdb\xda\x8f\x46\x6e\x8f\xdc\x0e\x6f\x14\xeb\x3a\x05\xf7\x61\xfd\xd3\x48\x55\xb1\x40\x7d\xd7\x4f\x3f\x29\x10\x16\xf0\x45\x25\x08\x95\x02\xe5\x5a\x83\xa8\x1a\x29\xf4\x15\x48\x43\x09\xaa\xfe\xe5\x8b\x36\x05\xd2\x8f\x82\x8a\x78\xa9\x0c\x34\xe5\xb7\x42\x19\xdf\xf8\xe8\x82\x2f\xb7\x14\x28\x72\xc5\x74\xa4\x50\x79\x58\x5d\xdf\x58\xed\x82\xcb\x90\x14\xfe\x29\x24\x45\x23\x09\x7f\xad\x7c\xff\xa2\xc6\x80\x34\x06\x19\xf2\xb7\x40\xfd\xa5\x40\x51\xc2\x07\x3a\xae\xb0\x78\xbb\x2f\xbe\x24\x56\x27\xc8\x62\x52\x8c\xe4\xd3\xa9\x18\x6e\x84\xdc\x96\xb2\x6e\x28\x53\x29\x26\x58\x6d\xdd\xe1\xe7\x25\xa4\xbc\x11\x7e\x3f\xd7\xfd\x52\x7a\x78\x26\xa5\xd9\xa2\x6a\xb2\x41\x42\x15\xa9\x55\x16\xc9\xb8\x04\x3c\x98\xa2\xaa\x38\xcd\xe7\xdb\xbc\x93\xc0\x9c\x22\xe9\x78\xcf\xa3\xb2\x76\xde\xa5\x14\xe9\x52\xa2\x40\x54\xa4\x2f\xac\x89\x04\x11\x50\x8a\x24\x11\xb2\x26\xd2\x50\xb5\x38\x7e\xa9\x9f\xf0\x31\x25\x97\xe5\x09\x59\x97\x8a\xca\x5a\x35\x65\x40\xf6\x37\x93\xd1\xd3\x14\xbd\x91\x74\xd1\xc1\x8b\x16\x7d\x21\xeb\x30\xc2\xdc\xa4\x4c\xa3\xec\x61\xef\x4f\xad\xb2\xec\xf6\x47\x42\xac\xa5\xf8\x65\x94\xfc\x6f\x85\x22\x91\xc9\x93\x48\xd3\xc9\xaa\x4a\x4c\x9a\x4e\x22\x31\x27\x07\x78\xf7\x0a\xfd\x2d\xea\x2f\xec\xc4\x24\xd8\x24\x32\x6b\xe6\xfa\x30\x1e\x72\xa5\xf2\x6c\xa0\x10\x24\xcf\x26\x91\x59\x33\x41\xb1\x24\x52\x6a\xd2\x27\xa5\x86\xe2\x81\xa4\xd4\xa4\x4f\x4a\x8d\x18\x16\x3d\xfc\x92\xc8\xac\x99\x8b\x69\x29\xe4\x8b\x16\x91\x90\x67\xde\x3e\xe8\xbc\x52\x6a\xe0\xea\x2a\x83\xdb\x95\x52\x93\xe1\x7e\xa4\x5c\x58\x99\xbc\x1d\x22\xa8\x32\xb9\x9d\x44\x99\x55\xc4\xd3\xd8\x69\xe4\xed\x90\x06\x92\x19\x93\xca\xe4\x8b\x2a\xac\x8d\xe4\xa0\x92\xd3\x32\x97\x48\x3b\x99\xb9\xb2\x60\x58\x84\x30\xac\xb8\xdd\x9a\x48\x74\x99\x5f\xea\xba\x37\x32\x9d\x10\x04\xae\x87\x51\x22\x39\x53\x19\x2e\xcb\x75\xb1\x54\xd6\xf9\x64\xc4\x79\x23\x2f\xda\xbc\x88\xb4\x97\x35\xf8\xa2\xcd\xb7\x6f\x9e\xc9\x3a\x2d\x4a\xa8\x23\x99\x65\xc1\x72\x47\x32\x4b\x52\x32\xcb\xa2\x06\x64\x39\x4c\x31\x79\x2b\x0b\x6a\xab\x72\xd8\x5d\x87\xdc\x32\x08\xbc\xc8\x62\x49\xa4\xaf\xcc\x05\xdf\x58\xb9\x8c\xe7\xe5\x99\x8b\xb7\x5f\x9e\x79\x19\xe4\xc5\xd0\x5d\x06\x99\x14\x95\x05\xf1\x17\x29\x2a\x89\xfc\x93\xb9\x60\x9d\xab\x48\x71\x65\xa3\x2c\xd8\xbd\xc8\x46\x49\xca\x46\x59\xf0\xc5\x55\x76\x73\x85\x25\xf2\x4b\xa9\x75\x6e\xcb\x4c\x23\x6f\x77\x17\x43\x22\x45\x25\x29\x45\x65\x41\xc7\x56\x23\x69\x9c\x91\x24\x26\x44\x26\x09\x2b\x49\x29\x2a\x3b\x70\x3b\x15\x26\xab\xef\xfb\xb9\xe1\xed\xab\x14\x92\xac\x89\xd4\xa4\x08\x07\x67\x52\x66\x29\x45\x3b\xa0\x21\xad\x94\x87\x54\xe2\xc9\x66\xcd\x93\xae\x9f\xc8\x3f\x99\x1b\x1e\x3d\xd2\x50\x12\xa9\x26\x73\xc3\x23\x4a\xc6\x49\xaa\x85\x2e\x65\x51\x71\xf2\x99\x90\x46\x6e\xf8\x32\xab\x6a\x37\x92\xea\xb7\xd9\x08\x95\x92\x8a\xb5\x92\xd5\x05\x07\x1a\x19\x27\xa9\x56\xb2\xa5\x28\xde\x59\x91\x64\x24\x9e\xcc\xcd\x46\xa8\xc8\xb5\xda\x78\x3b\x1b\xa1\x36\x32\x75\x1b\xe9\x63\x10\xfd\xc1\x1c\x95\x2a\x09\x7c\xb0\x80\xa4\x4a\xce\x39\x39\x26\x73\x3f\xbc\x88\xca\x81\xe4\x98\xcc\xfd\x30\xc8\x0f\x9d\x7f\x78\x3b\x32\x8f\x74\x92\x44\x3a\xc9\xdc\x48\xb0\xea\x62\x26\xd5\x47\x89\x66\x7c\x66\xe7\x99\xc8\x90\xcd\xee\xa8\x9d\xdb\x07\xe3\x09\xbf\x6a\xa5\xc8\x20\xd9\x1a\x73\x53\x7b\xa1\x7e\xea\xe8\x72\x3b\xf4\x84\xa4\x69\xa4\x3a\x79\x3b\x6b\x9e\xa4\x8d\x54\x27\x6f\x67\xcd\x57\x8a\x05\x56\x77\xfb\xcf\xcd\x9a\x27\x69\x23\x55\x25\xc4\x6d\x46\x09\x79\x4f\x9a\xc6\xdc\x70\xa8\x93\xa6\x91\xaa\x12\xe2\x0e\x9d\x47\x5c\x90\x59\x31\xb7\xd6\xfc\x66\xd9\xb0\xdf\x21\x49\x49\xe4\x59\x24\xf2\x2c\xe6\xbe\x3c\x93\x13\xba\xc2\x26\x7b\x82\xb8\x57\x99\xf7\x43\xaa\x97\x28\x5f\x49\xb5\xad\x4a\x1f\x8b\xb0\xa6\x52\x55\x96\xf4\x87\x79\x58\x9f\x4d\x2c\xf4\x4a\x1f\x43\x26\x93\x0c\x91\x5a\x20\xc9\x2e\xeb\x76\xa3\x91\x67\x66\xb1\xb4\xba\xb8\x68\x51\xf9\x74\x0f\x8d\xe2\xb2\xe7\x76\x96\x62\x43\xed\x6a\x91\xdb\xe1\xc6\x6c\xe8\x0e\x0d\xbe\xda\x03\xd9\x24\x99\x0e\x89\x4c\x87\x79\x38\xbd\x1b\x45\x60\xa1\x9a\x98\x50\xc2\x24\xd2\x1f\x52\x63\x17\x9f\xb6\x69\xe4\x45\x99\xbc\x3f\xd6\x27\xfc\x61\xa9\xb1\x61\xcf\x23\xe2\xd8\x41\x23\x69\x83\x30\x04\xb6\x2c\x5e\x00\xd2\xf1\x58\x8a\xa4\x0c\xa4\x46\xd2\xea\xa1\xb2\x29\x99\x03\xa9\x71\x6e\x1e\x96\x0d\xa4\x62\xa9\xb1\x92\x0f\xfc\xb8\x24\x02\x24\x32\x00\xe6\x41\xf1\x21\x11\x20\x01\xe1\x9f\x87\x65\xd3\x28\x73\x0d\xa0\x7f\x1e\x68\x80\x1b\x95\xac\xc1\xee\xcf\x03\x99\x66\x43\x95\x03\xc2\x3f\xcf\xe5\xed\xd4\xd0\x6c\x83\xa4\xc5\xfb\x9f\xa0\xcc\xd4\xdc\x23\x9d\x1a\xd9\xa7\x87\x85\x06\xda\x3f\xb5\x49\x5a\x1e\xc5\x73\x61\xe4\x48\x8d\x04\xd3\xcb\x42\x6b\x10\x3b\x34\x5f\xd8\xf3\x46\xf1\xe5\x32\xff\x8b\xb4\x3c\x64\x5e\x5b\x4c\xcb\x26\xd9\x4e\x6b\x8a\xb3\xae\x91\xe2\x79\xc5\x03\xac\xba\xd0\xbe\xda\xe7\x45\xbc\x01\xad\x4f\xed\xf0\x4c\xad\x29\x14\xa7\x76\x48\x49\x14\x1d\x30\x15\x18\x1a\x6b\x1f\xc2\x9e\xf4\xb0\xf6\xc1\xb8\xcf\x8b\x7c\x02\xea\x9e\x1e\xd6\xfe\x7d\x20\xca\x65\xed\x3f\x1c\x56\x17\xfe\xda\x87\xb5\x0f\x0c\x7e\x5e\x2a\x0d\x3f\x6e\x78\xa6\x87\xb5\x7f\x3b\xbc\xbe\xe8\x9c\x60\xe3\xe7\xa5\x02\xeb\xc3\x61\xf5\x40\xd2\x7c\x51\x13\x1f\xce\xa5\x47\xc9\x8b\x03\xea\x5f\x96\x24\x90\xf5\x79\xa1\xa2\x04\xb2\x9e\x9e\xcc\xed\xa6\x2b\xb9\xbd\x90\x10\xc9\x92\x04\x9d\x9e\x40\xa7\xcf\x0b\x21\xac\x88\x4e\x80\x9e\xcf\xbb\xe9\x3c\xfa\x28\x80\xf2\x79\x59\x7d\xe0\xca\xd3\xc3\xc9\x70\x0f\x6f\xc7\xba\x78\x1a\x9f\x09\xfb\x34\xf0\xf2\xf4\x34\x3e\x93\xd5\x07\xbc\x3c\x3d\xd0\x2c\x5f\x48\x58\x41\x92\x27\x21\xc9\x45\xb2\x0d\x92\x3c\x3d\xca\x3e\x44\xe5\x04\x34\x9e\x04\x1a\x0f\x81\x2e\x71\x5c\x80\x1d\xb7\xc0\x02\x03\x42\x9e\x84\x0f\x0f\x88\xb7\x47\x75\x67\xc9\x85\x09\x28\xa7\x0f\x65\xe1\x1f\xb8\x7b\x55\xcd\xe3\x61\x25\x3f\x93\x6c\x4e\x98\xb0\xa1\x6e\x49\x8f\xea\x99\x40\x3b\xfd\x50\xeb\x15\x44\xb8\x05\xaa\x41\x03\x0c\x4f\xf8\x0f\x2c\xb0\xea\x70\x23\x24\x30\xd9\x06\x1d\x4c\x02\x9a\x9d\x1e\x92\x44\x82\xd6\x12\xa2\x1d\xf8\xb5\x05\xad\x25\xd7\xe1\xd2\x43\xea\x47\xd0\xb2\x51\x9d\x91\x43\xe6\xa5\x56\x08\xaa\x1c\x10\x69\x0b\x14\xc5\x06\x14\x9d\x40\x43\x5b\xc0\x84\x03\x14\x9d\x1e\xb2\xe5\x82\xf1\xed\x97\x6f\x87\x43\x34\xb0\x96\x3a\x1b\x41\x30\xe8\x00\x7b\x75\x67\x23\x74\x18\x45\xa1\x9b\x4a\xdd\xb7\x45\xea\x41\xc9\xa0\x95\x46\xef\x12\x10\x69\x0b\x1e\x4f\x4e\x20\xa5\x13\x10\x69\x0b\x1c\x80\x20\xa5\x53\xcf\x3c\xf3\x88\x62\xda\x68\x24\x75\x92\x79\x07\xb2\x9c\x00\x29\x5b\xc4\x24\x06\xab\x9c\x3a\x84\xab\x91\x29\xee\xb0\x3d\x00\x52\x36\x70\xa2\x09\xac\x72\xea\x85\x67\x32\xef\x60\x95\x13\xce\x1d\x8b\x89\x17\x61\x91\x75\xf2\x2c\x62\x16\x97\xf5\xa2\x91\xdb\x21\x25\xee\x95\xdb\xc1\x1c\xc7\xc2\xb7\x63\x90\x83\x32\xb6\x08\xb9\x37\x60\xe3\x04\xca\xd8\x22\x9c\xbf\x80\x8d\x13\x28\x63\x8b\x90\x7b\x77\x34\x2c\x50\xc6\x16\xab\x6e\xe7\xdb\x7d\x93\x58\xc4\x28\x01\x73\x9c\xa0\x8d\xb4\xd8\x18\xcf\xce\xb7\x93\x13\x11\x91\x60\x40\x88\x53\xef\x74\x1e\x67\x04\x10\xe2\xd4\x95\x32\x8b\x2e\x06\x3e\x38\x75\xf2\xbf\x22\xec\xc7\x00\x83\x53\x57\x76\x2c\xf6\x07\xc0\xe0\x04\x15\xa5\xc5\x41\x3f\xa9\xca\x0c\xc0\xd7\x22\xeb\xb3\xa3\x61\x75\x92\x1a\x22\x9c\xcd\x00\x67\x13\x50\x59\x53\x7d\xe9\x8e\xf5\xd3\x49\x45\x55\x4d\xe8\xce\x89\xd0\xd9\x32\x51\x0b\x0c\xeb\x07\x8c\xac\x45\xf8\x8e\x3b\x5b\xa6\x93\xaa\x10\x11\x56\x1d\x8b\xba\x1f\x25\xd7\xf2\x22\x8e\x09\xf0\xb3\x16\x2f\x2f\x72\x7f\x68\x02\x23\x6b\xf1\x8a\x7d\x5c\x57\x92\x9f\x4a\xbd\x77\x80\xb3\x09\xe0\xac\xa9\x94\x3c\x6c\x97\x09\xe0\xac\x25\x16\x2d\xc0\xd9\x34\xc8\x31\x80\x2a\x35\x81\x98\x4d\xc3\x8f\x10\x4b\x50\x45\x0f\xaa\xf1\x03\x72\xb5\x84\x01\x31\x70\xaf\x0c\x52\x3c\x13\x47\x24\x78\xd6\x04\x4e\xd4\x12\x16\x00\x38\xd1\x34\x20\x60\x87\x3f\x35\x81\x13\x4d\x03\xec\x7e\xaa\xba\xf2\xa1\xd1\xa7\x23\xb1\x6c\x06\x1b\x01\xbc\xa7\xc1\xb5\x94\x80\x7d\xa6\xc1\x9a\x97\xcb\x66\xb0\xe6\x87\x8a\xee\x3d\xfb\x3f\x15\x8a\xc1\xc9\x00\x0a\xd4\x60\x67\x4a\x83\x0d\x31\x80\xd6\xcb\x6d\x31\x9a\x9e\xcd\x10\x0e\x31\xb7\x33\x84\x70\x0e\xcb\x4b\x03\x5e\x34\x0d\x8e\x8b\x04\xbf\x3d\x40\xd1\x34\x1e\xa5\x22\x43\xcb\xce\xc9\x00\x24\xd4\x12\x26\xf1\xc0\x43\x01\x32\xd4\x12\x26\x31\x00\xd1\x04\x52\xd3\x12\x95\xc5\x41\x6a\x26\x90\x9a\x06\x59\x5d\x1a\x28\x55\x00\x36\x2d\xb1\x78\x41\x6a\x26\x40\x99\x96\xb6\x28\xe2\x79\x26\x59\x92\x09\x96\x6e\x40\x99\x09\x50\xa6\x25\x54\xba\x81\xde\x34\xa6\x92\x96\x59\x29\x98\x1c\x80\x32\x2d\x89\xf4\x9e\x52\xe4\x70\x91\x1a\x8c\x79\x09\x2e\xd2\x04\x36\xd3\x32\xe7\xe7\xe0\x5c\x1a\x64\x23\x65\xd6\x29\x48\xcd\x04\x28\xd3\xb2\xa8\xf3\xb1\x43\xc0\x20\x5a\xc6\xa6\x1d\x90\x57\x8d\xab\xf4\x66\xbf\x7d\x62\xcf\x03\x4c\xb4\x8c\x77\x0e\x44\x62\x9a\x9c\x0c\x19\xe2\x70\x80\x89\x69\x2a\x65\x1a\xa7\xc9\xe4\x64\x98\x4a\x99\xc6\x69\x02\x4c\x31\x81\x41\xb4\x4c\xf9\x8c\xc9\xc9\x30\x3f\x89\xd0\x90\xd7\xa3\x22\xcd\x4f\x22\x34\x6c\xf7\xd8\x0c\x93\xac\x19\x88\xad\x12\x70\xc3\x34\x13\xdf\xce\xb2\x99\xf8\x6f\x27\x59\x33\x19\xa7\x09\x20\xc2\x34\x33\x43\x87\x7c\x9a\xb0\x4f\x81\x02\x34\x58\x8f\x12\x28\xc0\x34\x2b\x6f\x5f\xe2\xd3\xe7\xed\xae\x3e\x59\xc6\x2c\x04\x13\x98\x00\x03\x5a\x46\x92\x01\xff\x4b\x93\xfd\x94\x59\x0c\xa0\x00\x13\xb8\x3f\x83\x5e\x38\x4d\xce\x10\x50\x80\x96\x31\x0b\x41\x01\xa6\x49\x0a\x72\x66\xd9\x00\xe3\x4b\x13\xde\x84\x8c\xb6\x3e\x5d\xfa\xa7\x09\x41\x7a\x41\x45\x02\x5d\x97\x26\xf2\xbe\xe0\xcb\x98\xb8\xd5\x00\xd9\x59\x61\xde\xc1\xda\x25\x28\x5e\xad\x24\xdd\xce\xb7\x43\xef\x5d\x28\x94\x32\x27\x57\x92\xd9\x56\x90\x4f\xe0\xdb\x12\xf8\x36\x2b\x55\xf5\x02\x78\xd1\xe2\xf6\xaa\x2b\x75\x3b\x2f\xd2\x02\xdb\x2c\x06\x94\xa9\xa2\xb2\x08\x28\x53\x20\xcc\xac\x60\xd7\x81\x30\x4b\xc0\xc7\x0c\x12\xc6\x34\xf1\x61\xcd\xab\x46\x2a\x04\x20\x86\x41\x83\x59\x19\x6a\x2c\x34\x92\x8f\x8e\xe3\xc0\x50\x67\x00\x7c\x59\xc1\x71\x60\x2c\x5a\x63\xd1\x16\x55\x1d\x60\xd1\x82\xfb\xb2\xc2\x0a\x31\xfc\x4d\x40\xbc\xac\xa0\xad\x83\xf4\x4a\x46\xce\x6b\x41\x31\x37\x5f\xad\xc9\x10\xed\x05\x5b\xd1\x10\xed\x00\xbe\xac\xb0\x96\x00\x7c\x25\x23\x51\xbf\xb0\x96\x40\x7a\x25\xb0\x5d\x56\x88\x44\x80\xed\x4a\x46\xfe\x57\x61\x81\x19\x06\x04\x80\x2f\x2b\x47\xb7\xfb\x52\x04\xdb\x65\x85\x0a\x16\x80\xba\x92\xa1\x4c\x15\xf4\x7a\x43\x99\x32\x96\x22\x84\xd7\xc9\x58\x8a\x20\xaf\x0c\x1a\xcb\x04\x00\x2b\xd9\x27\x17\x5f\x57\x76\x1a\xc9\x47\x67\x81\x01\xce\x4a\xf6\x90\xca\xef\x24\x7e\xc9\xf0\x44\x9b\x32\xec\xf1\x3b\x00\xd5\x4a\xa6\x0c\x7b\x16\x18\x88\xad\x64\x4a\xa6\xc7\x2f\x66\x18\xcf\xa6\xbc\xf9\xa2\x1a\x12\xdc\xae\xbc\x79\x7c\xc1\x86\x8a\x64\xca\x9b\xc7\x70\x34\x3c\xd1\xa6\x14\x79\xd6\xa7\xb1\x3b\x8c\x8c\xf0\x8a\x33\xc2\x36\x2f\x42\x49\xa9\x53\x8d\xba\x52\x59\xfb\xdc\x8e\xb2\x6f\x64\x5e\x56\x47\x57\x25\xc3\x65\x63\x28\xfb\x55\x15\x33\x0e\xcf\x44\x9d\xa9\x78\x63\x0d\x75\x06\x48\x92\x55\x2d\x1b\xf8\x08\x8d\x94\xc9\xaa\x65\x83\x81\x0b\x24\xc9\x2a\x8a\x39\xc8\xa4\x64\x6c\x84\x8a\x0e\x0e\x16\x29\x01\x34\x32\xc2\xfa\x09\xbc\x51\x02\x96\x63\x15\x15\x09\x74\x4e\x5a\x2c\x45\xf8\x40\xd3\x62\x29\x02\xd2\xb1\x86\x99\xb5\x20\xff\x03\x96\x63\x8d\x79\x07\x9d\x93\x16\xd5\x1c\x1a\x3a\xf8\x82\x69\x0f\xac\x8e\x35\xd4\x6d\x20\x3b\x69\xa1\x6e\xb7\xaf\x29\xfe\x0f\x85\x62\x21\x47\x17\x2b\xa5\xa1\x61\x83\x93\x49\xf0\x2f\x5b\x6b\x74\x8d\x95\x02\x1e\xc4\x60\x61\x4c\xc0\x42\xd2\xe2\xa4\x85\xa3\x34\x2d\x8c\xbd\x05\x49\x41\xa3\x90\xe3\x32\xfa\x6b\xe2\x38\xe0\x99\x1c\xaa\x8b\xbc\xdf\xc6\xbe\x07\x47\x92\x96\x4f\xae\x35\x2a\x91\x00\xeb\x48\x00\x2b\xac\xa1\xb9\x2e\x14\x4a\xf0\x15\xd6\x50\x3d\x81\x59\xa4\x45\xfa\x7d\xc3\x78\xde\xcc\xd5\x86\x9c\xa4\xe1\x06\xdc\xe8\x8e\x5b\xc5\xf5\x39\xfc\x41\x5b\xa4\xad\x92\xe7\x28\xa9\x9b\x09\xdc\x4c\x20\x94\xaa\x69\x33\x81\x9b\x53\xf1\x61\x06\x36\xa7\xe2\x26\x7f\xfe\xa1\xc4\xd1\x46\x96\x80\x9a\x30\xa0\xf5\x09\xf0\x44\xda\xcc\xea\x83\xc1\xb3\x99\x55\x30\x14\xf6\x30\x1d\x9b\x20\x1e\xa8\x09\x7b\x28\x63\x04\x78\x22\x01\x90\x30\x90\x11\x69\x63\x6e\x01\x97\xb0\x07\x7d\x14\xb8\x44\xda\x2c\x8a\x87\xd9\xdc\xcc\x3b\x70\x09\x7b\x98\x4d\x70\x12\x69\x93\xb8\xa9\x18\xe0\x6e\x7c\x3b\x19\xec\x0f\xb6\xf7\x26\x26\xb7\xd1\x2e\x1f\x8e\x8b\x8d\x28\xda\xac\xa5\x07\xdb\x1b\x60\x45\xda\xf8\x1d\x1e\xa7\x23\x4d\x1b\xbf\xc3\x46\xbb\x84\x4e\x36\x6d\xdc\xd4\xfb\xe1\x99\x18\x3c\x1b\xe7\xde\x46\x14\xa9\x28\xe8\xee\x3c\x13\x1b\xec\x99\xaa\x2b\x73\x68\xe4\x76\x84\xc1\xc6\xb9\xb7\x39\x7e\x1f\xac\xf4\xcd\xf1\xbb\x5d\x79\xb3\x07\x3d\x74\x13\x96\xda\xd0\x01\x3d\xb8\x01\x37\x7e\xe6\x2d\x16\x0c\x16\xd8\x46\xbf\xdb\x8b\xce\x6b\x81\x61\x83\x41\x21\x6e\x5d\x6b\x69\x73\x3b\x89\xe5\x9d\xa8\xfb\xde\x0c\x32\xbe\x8c\x8e\x6d\xb3\x11\x6f\x60\x13\xac\xa3\x65\x6c\x42\xb2\x1b\xa1\xd5\x31\xc8\x37\x42\x6b\x73\x7a\x77\x84\xc1\xe6\xf4\xde\xa4\x8b\x77\x0c\xf2\x7d\x98\x62\xf2\xbc\xbb\xd6\x27\xe4\x8f\x1b\xb7\x45\x57\xf1\x1e\xdc\x16\x1b\x8d\xb5\x13\xfb\xdb\xd8\x60\x1b\x99\xd7\x59\x9f\xd0\xa0\xa7\xc3\x96\x21\x01\x21\x1d\xce\xf9\x03\x4b\x4f\xaf\x14\xd3\xc1\x77\x7d\x70\x5b\xf4\xaa\x5a\x3c\x85\x46\xbe\x88\xf5\x79\x70\x68\x1f\x94\xd3\xce\xfa\x84\x53\x3d\x1d\x8e\xf4\x8e\xc2\x7b\x38\xd2\x4f\xe2\xed\xe8\xb6\x87\x20\xf3\xc9\x6a\xf4\xcf\x3c\x1c\xd4\x07\x45\xb2\x63\x7b\x1f\x87\x9f\xa4\x03\x69\x4e\x47\xf5\x38\x95\xce\x43\x9a\xd3\x31\x5f\x0e\xae\xba\x03\x69\x4e\xc7\x7c\x39\x8d\x2e\x41\xfa\xd0\x59\x4b\x87\x52\x7b\x87\x33\xb9\xa3\xc6\x1e\x5c\x0c\x07\x17\x43\xc7\xa6\x39\xb8\x18\x0e\x07\x75\x47\xf5\x38\x1c\xd4\x87\x8d\xd0\x11\x6b\x87\x40\xf0\xc1\x01\xd7\x89\xe8\x1d\x1c\x70\x87\x8d\xd0\x31\xc8\x0f\x67\xf2\x41\x63\xed\x9c\x36\x07\x8d\xf5\xa0\xb1\x76\x16\xed\x19\x7c\x3b\xb6\x57\xc7\x20\x3f\xd8\x5e\x07\xe3\x69\x60\xe8\x1c\x8c\xa7\x83\x9d\x34\x38\x82\x0e\x76\xd2\x41\xbb\x1c\xa8\xb1\x87\x35\x7f\x20\x53\x18\x94\x6c\x3b\xa8\x9c\x87\x8d\x30\x58\x4b\x87\x8d\x70\xa8\x13\x33\xb4\x96\x28\xfb\x7b\x38\xd2\x07\x62\x0d\xde\xfb\x74\xe0\x4d\x18\x2a\xe8\x44\x28\xf6\x1c\xb8\x42\x70\x14\x1e\x42\x33\x60\x75\x6c\x60\x90\x03\xd9\x49\x87\xba\x55\x43\x0b\x8c\xca\xc0\x07\xff\xdd\x50\x59\x28\xfc\x77\x87\x03\x65\x20\xeb\x0e\x07\xca\xe1\x40\x19\x5a\x60\x1c\x28\xb0\xee\xdb\x60\x81\x5d\x36\xc2\x85\xcf\x65\x20\x00\x2f\xd0\x9b\x4b\xdd\xb1\xe1\x59\x33\xe9\x02\xbd\xb9\x58\x54\xc3\xe1\x9b\xe9\x62\x51\x5d\x96\xf7\x40\x82\xc1\xe4\x9f\x2e\xcb\x7b\xa8\x6e\x12\xcb\xfb\xa2\x26\x0c\x96\xe2\x85\x0e\xf8\x62\x66\x0d\x02\x6d\x17\x33\xeb\xe2\xfe\x1b\x88\xb5\x8b\xfb\xef\x66\xf1\xa4\xb8\xf8\xbd\x9c\x32\x17\x07\xc7\xd8\x74\x89\x53\xe6\xe2\xe0\x18\x78\x0f\x2f\x0e\x8e\x5b\x78\xe6\xf9\xef\x90\xc7\x85\xec\xf7\x62\xd7\x0d\x96\x24\x95\x07\xd2\xad\x3c\xfb\x32\x30\x95\x67\xb3\xf3\x66\x50\x59\x2a\x9f\xff\x0b\xa1\xc0\xc4\xcc\xbe\x6c\xb2\x2b\x72\x12\x54\xe4\x8b\x23\xee\x42\x68\x37\x91\x64\x00\xaa\xd2\xe5\x10\x98\xf8\x73\x00\x54\xa5\x0b\x3b\xd3\x2c\x8c\xc1\x60\xb4\xf0\x3b\x4c\x3c\xd2\x97\x78\x0d\x28\x2b\x9b\x55\xb5\xb1\x7c\x99\x5f\xea\x99\x4f\x2c\xab\x3b\x79\x26\xce\x88\xc9\xea\xbb\x93\x7e\xa2\x0d\x4d\x3c\x3f\x17\x6d\xe8\x52\xee\x7b\x22\xc9\x2e\x44\xdc\x97\x5a\x84\x13\xd3\xfd\x1a\x8b\xc2\x78\x3b\xab\xef\x1a\xb7\x73\x2e\x4d\xd5\x0a\xe3\x5c\xba\xa8\x48\x13\xd3\xfd\xc2\xb9\x7d\xd1\x86\x27\xca\xd4\x65\xeb\x5c\x76\xc9\x34\xbe\x1d\x90\xcf\xc5\xd8\x9b\xaa\x38\x86\xb1\x77\x39\x2e\x26\xda\x30\xb8\xc6\x74\x59\xfb\x93\x3a\x20\x54\x79\xc8\x90\xac\xdb\xa4\xfc\x08\xe5\x1d\x72\x60\x99\x4f\x8a\x31\x85\x04\x68\x8a\x7a\x54\xd3\x2d\xea\x0c\x1a\x2c\x07\x38\x38\x4c\x45\xb8\x12\x28\x32\xc8\x88\xcc\x45\x51\x0e\x99\xdb\x59\xd1\x46\x95\x15\xd0\x60\x39\x40\x31\x64\x91\x2e\xb9\x7b\x3b\x07\x96\xb9\x45\x5e\x54\xe8\xa7\xaf\x61\xb3\xc4\x8b\x84\x0d\x63\x7d\x1a\x45\x95\x42\xa5\xf3\x10\x07\x59\xe6\x99\x90\x51\x87\x2a\xf6\x9b\x4b\xa3\xd1\x08\xfb\x4d\x51\x55\xb2\xeb\x8d\x70\x04\x59\xe5\x45\x30\x54\x83\x1b\x33\xab\x7c\x91\x50\x44\x28\x53\x46\x69\x26\x78\xe6\x33\x24\xf2\x66\x8e\x0e\xc8\x90\xc8\x67\x08\xdf\xcd\x1a\x5f\xe4\x2b\x39\x07\xfc\x0e\xd6\xb9\x7d\xd0\x4f\xfc\x0e\xd6\x75\x25\x83\x4c\x68\xc6\x06\x5d\x9a\x0c\x1d\x2a\xbc\x4d\xba\x34\x19\x3a\x4a\x2e\xda\xe4\x99\xc6\xd0\xc1\x1e\x66\x93\x67\x1a\xcf\x14\x75\x8f\x71\xbb\x31\x9e\x28\x53\x46\x99\x28\x38\xe1\x73\xc0\x6d\x61\x8b\xb7\x2f\xfa\x89\xdb\xc2\x16\xb7\x2f\x9e\xc9\xc1\x62\x5a\x60\x8b\x01\xe1\x60\xb1\xcd\xed\x9b\x2e\x51\xf8\xcf\x28\x3b\x13\x2e\xcf\x84\xb6\xc6\xae\x4a\xb8\x31\x74\xd0\xd6\x98\x56\xdd\xa5\x9f\xa2\xad\x09\x5e\x8b\x26\xfa\x12\xce\x11\x29\xbe\x58\x60\x14\x15\xc9\x54\x13\x31\xb8\x9e\x73\x74\xd1\x9e\x61\x9d\xb7\xe5\x10\xc6\x1c\xdd\x2b\x97\x23\xfc\x5d\x8b\x72\x5d\xd1\x03\x97\x39\x06\x51\x0c\x51\xc9\xcd\x1d\x1c\x39\xa2\x22\x01\xce\xca\xd1\x55\xa4\x1c\xa3\x78\x87\x2a\x8d\xbc\x08\xa6\xaf\xc5\x52\x04\x28\x98\x41\x08\xda\xa2\xde\x1d\x40\xc1\x0c\x42\xd0\x16\x4b\x31\x26\x9e\xc9\x36\x04\xb1\x95\x41\x0f\xe6\xc8\x19\xb2\x58\x9f\x31\x73\x3b\x06\xc4\xa2\xe4\x4e\x74\x09\x9d\x23\xbe\xb6\x45\xfd\x97\xe8\x3b\x20\x47\xf4\x26\x48\xa5\x73\x64\x23\x44\x54\xa4\x45\xc5\xa5\xc8\x9a\x87\x71\xdf\x16\x15\xe7\x22\x05\x17\x22\x22\x1d\x74\x55\x8e\x2e\xd2\x73\xc4\xd4\x58\x2c\xc5\x48\x6d\xe2\x88\xde\xb4\x58\x8a\x54\x64\xc9\x91\x12\xa4\x8b\xaa\x64\x11\xc0\x6d\xc4\xaa\x00\x72\x95\xe3\xa3\xdb\xc5\x4c\xc4\x67\x3e\x4c\x07\x65\xef\x80\x5c\xe5\xd8\xe9\x12\x7a\xd3\xda\xaa\xbd\x37\x69\x64\xe4\x11\x6b\xd1\x8f\x97\x1c\x89\x7b\xae\x4d\x97\xfc\x78\xc9\x71\xf2\xcc\x4d\x91\x3f\xe0\x94\x91\x1d\xb7\xa8\x66\x16\xd9\x71\x11\xe1\xbf\x58\x8a\xd1\xf8\x22\xf6\x11\x18\xee\x1c\xd9\x47\x11\x53\x78\x47\x3a\x6f\xbc\xdd\x11\x70\xb6\x23\x9d\x5f\x7c\x26\x9e\x94\x4d\x31\xbb\xb8\x19\x79\x54\xa4\x4d\xe9\xa3\x78\x58\x4b\x98\x05\xbb\xf0\xcc\xc3\x33\xf1\x7a\x6c\x2d\x9b\xc3\x28\x5d\xb1\x32\x71\xfb\x65\x77\xb0\x8f\xb6\x96\xcd\x65\x31\x70\x22\x6c\xd7\xc5\x32\xf5\x0c\x72\xe2\x44\xa0\xc2\x71\x4e\x9c\x08\x89\x7d\xb4\xa9\xaa\x94\xd8\x47\x89\xe5\xbd\xdb\x7f\x2a\x14\x39\x39\xde\x2c\xa7\x0f\xe3\x13\xcf\x06\x5f\x9c\xc4\xf8\xd4\x79\xb6\x38\xec\x13\x2f\xec\xd4\x3b\xe4\xb4\x49\x62\x7c\xa2\xcc\x5b\x72\x7b\x3e\x53\x5c\xc1\xf6\xa0\xde\x61\xa6\xbf\x1c\x2c\xe0\x9c\x32\x15\x10\x32\x95\x0c\x6c\xbb\x4e\x96\x93\x9b\xe7\x99\xc2\x04\xb6\x8d\x22\x88\x1c\x02\xd4\x27\xb0\xcd\xf2\x49\x7e\x24\xe4\x84\xc7\x6f\xb3\x7c\xa8\x56\x90\x13\xc6\x33\x90\xa6\x9c\x1e\x3a\xcf\x21\xb0\x0f\xe3\xca\x21\x40\x29\x02\xdb\x97\xb7\xb3\xf6\xd3\xc3\x10\x52\x2d\x2e\x3d\x8c\x12\xfc\x97\x9b\xd5\x97\x3c\x26\x93\xa9\x4f\x60\x87\x93\x96\xc2\x04\x99\x52\x04\x76\xa8\x26\x99\xba\x6e\x87\x06\x8a\xaa\x61\xa9\x33\xc8\x1c\x41\x87\x25\x99\x38\x82\x12\x45\x41\x01\x3f\xe5\x34\xe8\x12\xbc\x92\x64\x73\xe6\x64\x0c\x1d\x11\x93\x83\xd0\x4a\xc6\x28\xe1\xe5\x3e\x85\x7e\x2e\xfa\xb9\x78\xa6\xeb\x62\x39\x2d\x50\xb8\x9c\x0c\xb0\x81\xe7\xc4\xc9\x90\x38\x19\x8e\x16\x1a\x27\x43\xc2\xe4\x38\x5a\x68\x9b\x41\x86\xbf\xed\x34\x16\xc3\xe6\x99\x5b\xb4\x5a\x74\x69\xd3\x25\xea\xcb\x82\x5e\xca\xe9\xf0\x99\x78\x11\x4f\xe7\xdb\x0f\xcf\x84\x60\xf7\x68\xd5\xb1\x9f\x28\xae\x60\x47\x15\x38\x2f\x6b\x89\x5d\x72\xa8\xad\x96\xd9\x25\x19\x6d\xe8\x20\xde\x32\xeb\x33\xa3\xf4\x03\x69\xca\xd9\x57\x6b\xce\x38\xa1\x8e\x9b\x85\x39\xb3\x68\x33\x8b\xf6\xb0\x96\x32\x8b\x36\x53\x33\xf5\x50\x70\x2d\xa3\x37\x65\xf4\xa6\xe3\xaa\x7c\xa6\x98\x43\xce\xc4\x2a\x8f\x2b\xe6\x99\x02\x50\x99\xda\x0c\x76\x03\x6f\x57\x15\x0e\xd4\x99\x8b\x7c\xca\xbe\x84\x73\x66\x2d\x5d\x0a\x86\x66\x95\xbc\xc0\x28\xbd\xd4\x3e\xcd\x08\xd7\x8c\x70\xbd\x85\xce\x23\x5c\x33\x6b\xe9\x32\xef\x99\xb5\x94\x87\x98\xbe\xb8\x1d\x75\x26\x23\xde\x2e\xa5\xd9\x32\xe2\x2d\x03\xd6\xb8\x54\xf4\xcb\x2e\xc2\x32\x75\x22\xec\xb2\x37\x29\x10\x91\x0b\x36\xd8\xa5\x26\x5b\x71\x1b\x2c\x17\x4e\xef\x4b\x41\xb9\xe2\x9e\xbe\x5c\x08\x1d\xdf\xad\xdb\x7d\x36\x8b\x1f\xcd\x06\x9c\x27\x17\x77\x62\xe4\xc2\x41\x0d\x9c\x27\x17\x77\x62\xe4\x22\xee\xb2\x43\xd5\x52\x76\x31\x70\xed\x15\x32\x57\xfa\x98\xe5\xe2\x03\xb2\x02\x9f\x09\x78\x3b\x83\xda\x5e\x01\x4d\x90\xb2\x08\xb9\x88\x91\xac\x72\xfb\xe0\x99\xb0\xde\x84\x46\x3f\xd1\xef\xa8\x28\xb0\x02\x45\xdc\x0a\x3b\x8e\xc2\x02\x0b\x9c\x4b\xa6\xbe\x40\x06\x76\xbd\x02\x43\x07\xfa\x3a\x53\x43\x60\x05\x6a\x22\x52\x64\x3f\x83\xa2\x5e\x81\xd2\x73\x14\x0f\xc8\xa0\xa8\x57\xd0\x20\xb3\xb9\x28\x17\xb0\xbe\xf4\x42\x6f\xe4\x8b\x20\x8e\x09\x54\x87\xa4\x78\x40\xa6\x78\xc0\x0a\x9a\x0e\x76\x1c\x35\x04\x16\x88\x98\x0c\xfa\x3a\x03\xbb\x5e\x81\xe2\x76\xa0\xaf\x73\x81\xf8\x20\x68\x8e\xd8\x71\x40\xab\x57\xd8\xcc\x26\x3b\x8e\x3a\x01\x0b\xf0\x4b\x06\x68\x9d\xa9\x13\xb0\xc2\xe1\x33\x2f\x43\x07\xc7\x41\x60\x23\x54\xf6\x66\x0d\x30\xbc\xa1\x48\xc2\xfe\x9f\xc1\x5b\xaf\x88\xfc\x04\x6f\x9d\x41\x58\xaf\x88\xa5\x02\xd0\x3a\x57\xe8\x60\x22\xd5\x21\x81\x56\xe7\x1a\xc5\xc6\xc6\xed\xee\xed\xca\xa0\xa8\x57\xa4\x4e\x26\xec\xff\x19\x30\xf5\x8a\x58\x2a\xb0\xff\x67\xf8\xfe\x57\xa4\xcc\x30\xd0\xea\x0c\xb5\xff\x8a\x28\x92\x00\xad\x33\x08\xeb\x05\xca\x26\xd7\x44\x97\xe0\x36\x88\x2c\x45\x68\xff\x73\xa5\xe4\x6a\x44\x23\xa8\x99\x2e\xc1\x58\x10\xd1\x19\x2b\x07\x1f\xd4\xfe\x0b\x40\x4d\x86\xe1\x3f\x83\xb0\x5e\x00\x6a\x32\x40\xeb\x5c\xa9\x7e\x09\xa0\x26\xc3\xe9\x9f\x01\x53\xaf\xc8\xfa\xac\x95\x2f\x82\xb1\x20\x52\x0c\x16\x4e\xff\x0c\xc2\x7a\xc5\x87\xf1\x44\x0f\x85\xb0\x7f\x45\xea\x64\x82\xa9\xce\x15\x0a\xac\xd8\x55\x8d\x97\xe9\x80\x02\x2b\x7e\x19\x3a\xff\xa1\x50\x00\xb8\xce\x10\xf7\xaf\x48\x45\xc7\xea\x6e\xb9\x0c\xa8\x7a\x45\x94\x54\xf8\xfb\x33\xc4\xfd\x2b\xb2\x21\x2a\xc7\x2f\xb8\xeb\x15\x29\x01\x09\xee\x3a\x83\xb4\x5e\x11\x7b\xe9\xff\x4f\xd8\x1d\xec\xde\x8e\xdb\x76\x1c\xdf\xf7\x29\xe6\x0d\x7a\x8e\x49\xc9\xf6\xd2\xa6\xec\x5d\xfb\x0e\xc1\xe4\x16\xc8\x22\x93\xc1\x34\x79\xff\x62\xf4\xd1\x00\x45\x36\xb3\xb8\x9b\x8b\xbf\x8e\x65\x9b\xa2\x48\xfa\xab\x1f\x9b\xd0\x93\x0e\x7f\x7d\x2d\x1d\xc0\x75\x90\xdc\xaf\xaf\xc8\x15\x70\x1d\x94\xf7\xeb\x2b\x48\x25\xc0\x1f\xfa\xcd\xd5\x57\x6a\x44\x80\x3f\xa8\xeb\x17\xd6\x27\xa8\xeb\x07\x75\xfd\x82\xf5\x44\x3b\xbd\x2b\x1a\x07\x5f\xdb\x45\xbb\x0c\xbf\xdc\x91\xed\x42\xd7\xba\x40\x6f\xd7\xf7\x31\xfc\x62\x3e\xe4\x0c\xbe\x96\x0e\xc9\xfd\x68\x5a\x78\x7e\xe7\x99\xc2\xd0\xe6\x2e\x1a\x91\x02\xac\x4f\x90\xdc\x0f\xf4\x76\x6d\x6b\xe9\x48\x0b\x5b\x51\x8f\x5b\x4b\xc7\x3e\x4f\x4f\xbf\x36\x39\x18\x59\xfd\x68\xda\x3e\xc3\x7a\x82\xba\x7e\x50\xd7\xaf\x4d\x92\xdf\xb8\x22\x80\x77\x6d\x6b\xe9\x3c\x86\xbf\x74\xe6\x64\x56\xed\xf5\x3c\x67\x22\x58\x9b\x2d\x88\xbe\x7d\xb4\x59\xf1\xab\x8d\x6f\xd6\x8e\x2f\x88\xde\xd7\x26\x75\x07\x78\x07\xc0\xbb\x36\x81\x2f\xc0\x3b\xb0\xdc\x05\x00\x0a\xfa\xf6\x81\xe5\x2e\x07\xa4\x82\x94\x7d\x90\xb2\x2f\x67\xa1\x02\xe0\x1d\xfd\x0f\xdd\x3e\xc3\x65\x80\x90\xee\xda\x2c\x08\xaa\xf5\xd1\x97\x1a\x9f\x28\x18\xcb\x1d\x04\xea\x0b\xf8\x13\x78\xed\xa0\x45\x5f\x9b\xcc\x1f\xaf\x1d\x7d\x09\xef\xf1\xf7\x5d\x98\x00\xd4\xae\x4d\x8b\xd9\x1e\x6b\xb8\xab\xb3\xf9\x3e\x5d\x43\x60\xb9\x6b\xbb\xd6\xf0\x69\x60\x9d\x0c\xd4\xa6\x35\x77\x9f\xc5\x96\x20\x1b\x5f\x9b\x3e\xca\xd4\xe3\x83\x6c\x7c\x21\x77\xa2\x4b\xf6\x3a\x79\xa5\x8d\x29\x02\xc3\x03\xfc\x5d\x1b\x53\xec\xbb\x07\x62\x19\x6e\xfa\x67\x77\x2b\x8e\x34\x7c\x6d\x32\x2b\xd2\xf0\xd1\xc9\xd3\x05\xab\xa3\x02\x1f\x54\xe0\x2b\x84\x33\x54\xe0\x83\xe0\x7b\x85\x80\x17\x2d\x1e\x30\xf1\x82\xf3\x04\x5a\x3c\x60\xe2\x15\xca\x01\x54\xe0\xa3\x13\x25\xc1\xf8\x04\x5a\x3c\x60\xe2\x15\xba\xc4\xf7\xd3\xf3\xd4\x03\x37\xd4\x08\x88\xb3\x07\xed\xf3\x0a\xa1\x31\x4e\x3b\x00\xda\x15\x7d\x35\xce\xf6\xe8\x48\x0c\x85\x32\x10\x78\x3b\xfa\xdc\x31\x2b\xa6\x90\x5d\x50\x42\x0f\x4a\xe8\x15\xbb\xe1\xf6\x4f\x28\x77\xc5\x6a\xfe\xfd\x98\x12\xfd\xcb\x10\xc6\x92\x40\x0f\x7c\x77\x85\x24\x9f\x12\x7a\xa0\xbd\x0b\x22\x14\x68\xef\x20\x3b\x5e\x21\x79\xda\xa7\x61\xc6\xbe\xa4\x19\x6b\xf5\xf9\xbe\xfc\xa7\xc9\xab\x09\xd2\x06\x0f\xbc\x75\x85\x60\x8a\x44\x78\xe0\xad\x2b\x74\x0a\xa6\x0d\x1e\xb0\xeb\x0a\x29\xd1\xce\xc0\xf6\xa5\xc2\xa8\x8b\xb0\x8e\x92\x41\x14\xbc\x42\xef\x77\xda\xe0\x01\xbb\xae\x90\x12\xed\x9a\xc9\xed\x4b\x5b\xd1\x46\x8d\xb7\x0e\xc0\x74\x61\x7c\x02\x30\x1d\x68\xe8\x4a\x69\x36\x41\xed\xd8\x27\xf3\x56\x29\xcd\xde\x75\x83\x03\x4c\x57\x86\xe1\xac\x6e\x67\x60\x70\x9e\xd8\x19\xd8\xce\xa5\x67\x98\x3c\x97\xbe\x53\x93\x49\x7e\x69\x9f\x05\xe2\x00\x4c\x17\x72\x27\x76\x85\x03\xdc\x74\x65\x5f\x7f\xb9\x86\x97\xff\x34\x25\x91\x20\xb5\xec\x4a\x89\xce\x5e\x5e\x1c\x09\xc1\x64\x21\x7b\x19\xce\xea\x80\x3f\x41\xe7\x3a\x76\x72\x55\x29\x66\xdc\x39\x55\x8c\x73\xe5\x7a\xef\x3a\xb7\x51\x83\xae\x94\x0a\xef\xaf\x87\xcc\x6c\xf2\xd6\x30\x9d\xd9\x90\x5e\xae\xbc\xb5\x3c\xe7\xac\x8e\xcd\x5f\x7a\xc5\x87\xca\xd4\x41\x80\x09\x3b\x13\x87\x44\x87\x48\x73\xe5\xea\x91\x3e\x91\x9d\x40\x3c\x57\xbe\xfa\xb4\xb3\xba\x83\x2d\x35\x39\x0d\xb8\x39\x48\x2f\x57\xfb\x98\x12\x5b\xc2\x38\x57\xf3\xde\xa1\xce\x71\x68\x80\xde\xbe\x7f\xca\x50\x04\x41\xe6\x00\x39\x17\x2e\x27\x40\xce\x01\x72\xae\x66\xdd\x83\x9c\x03\xe4\x5c\xda\x31\x06\xc8\x39\x40\xce\xa5\x1d\x63\xe0\x99\x03\xac\x5c\x8d\xa5\x1c\xb2\x0b\xe8\x72\xe1\x72\x82\x4e\x72\x1c\x22\x97\x26\x79\x26\x97\x1c\x87\x20\xa5\xd9\xac\x0e\x35\x82\x83\xcb\x84\xe0\xc4\xc1\x65\x1e\x4b\xe6\x53\xf2\x7c\xe8\x52\xba\x34\x94\x1b\x43\x83\x43\xc7\xb1\xc4\x3b\xd9\x14\xf2\x39\xa8\x26\x57\xdb\x57\x87\x7d\xc3\xe9\x38\x35\x36\x75\xc8\xeb\x96\x86\x72\xe3\x75\x30\xd2\x81\x91\xae\xa6\xc3\x34\x38\x3a\x0e\xe1\x4c\x93\xc6\xc0\xa1\x83\x40\x72\x35\x3b\xd8\x71\xb9\x77\x31\x4e\x63\x92\x74\x92\x83\xae\x40\xb5\xcb\xd5\x2f\xb7\x79\xbb\x23\x51\x1b\x49\xe4\xa0\x2b\x50\xf8\xa1\x20\x82\x1c\x4b\xef\xb8\x2d\x3b\x55\xa1\x38\xf4\xa5\x47\x05\x05\xbd\xe3\xa0\x70\x5c\x4d\xd8\x75\x94\xdf\x5c\xea\x9b\xc2\x2e\x30\x76\x1c\xfc\x7d\x93\x9c\x1c\xc3\x5f\x8a\x5c\x9a\xe2\x0e\x18\x3b\x0e\x2b\x4f\x23\xe1\x38\xac\x3c\x62\xc6\xd5\x97\x45\x3f\xa6\x44\x3d\xae\xf3\x64\x08\xed\x38\x96\xd0\xe6\x32\xf3\xc7\x8b\xe3\xda\xfb\x32\x73\xc5\x3d\x62\xc6\xd5\x97\xd1\x2a\xee\x01\xb5\x0b\x69\x14\x78\xed\x58\xd2\xc6\x7d\x73\x21\x4b\x7c\x49\x1b\x77\x46\x0b\xcd\x8e\xa5\x62\xdc\x27\xe7\x12\xa7\xdc\xfb\x5c\x42\x9b\x6a\x04\xa4\x8d\x03\xb6\x5d\x5d\x8d\x00\xb6\x1d\xe7\xd2\xd4\xe4\x08\x69\x1a\xc7\xf9\x35\x25\x79\xc8\x49\x73\xe0\x14\x22\x75\xb5\xeb\x53\xa1\x10\xd2\x5d\x5d\x2c\x46\xa9\x38\x4e\xf9\x52\xe7\x1d\x29\x15\xc7\xc9\xeb\xf4\xdd\x94\x78\x1d\x12\xc5\xd5\x79\x47\x4a\xc5\xb1\xb4\x89\xe9\x65\xc4\x39\xb3\xa7\x38\x6d\x6b\x9d\x79\x9f\x33\x36\x0a\xd0\x78\xf5\xc3\x94\x78\x9d\x25\x2e\xdc\x15\x1f\x21\xe4\x71\xca\x97\x3a\x4b\xa6\x38\x1c\xa7\x7c\xa9\xb3\x64\xaa\xc2\x81\x24\xaf\xce\x68\x91\xe4\x71\x36\x0f\xe4\x36\x79\x47\xd6\xcf\xb6\x84\x4b\x3d\xcf\xe9\x7b\xe2\x94\x44\xf5\xa9\x38\x1b\x60\xf3\x38\x49\x5d\x76\x09\x39\x1d\xe1\x58\x3a\xc2\x5d\x7d\xe4\xec\x9e\x27\xa9\xcb\x2e\xf7\xc6\x93\xc7\xa9\xe1\x3e\x0e\x2b\x4e\x65\x4a\x04\x79\x75\xf1\x1d\xc5\xe1\x38\x79\x9b\xae\x3e\x82\x20\x0f\xda\xc2\xd5\xf9\x7b\x3c\x79\x9c\xf4\x2f\xbb\x84\x1c\x4f\x1e\x64\x84\x0b\xdb\x15\xa7\xe4\x89\x8c\x70\xc1\xb8\xe2\x54\x34\xa1\x18\x5c\x5d\xfe\x71\x4a\x9e\x96\x7e\x30\x8c\x2b\xe8\x07\x07\x0e\xbd\x76\x4b\x06\x8e\x1e\x27\x6f\xb3\x5b\x32\xc8\xf3\x58\x02\xc0\xbb\xfc\x03\x79\x1e\xa7\xe4\x69\xdf\xdc\x91\xe4\x69\xa9\x02\xef\xc2\x04\x00\x7a\x2c\x01\xe0\xdd\x92\xa1\xfc\x1b\x27\x6f\xa3\x23\x4f\x9c\xb7\x3b\x92\x51\xed\xfc\xfc\x79\xaf\xe1\xa6\x24\x4b\x3f\xd5\x71\x4e\x0a\x6f\xfb\x5a\x32\x3e\x9f\x9d\xd4\xd5\x77\x09\x39\x39\xe0\x38\x8b\x70\xa9\x84\x9c\x2a\x70\x9c\x92\xa7\x7d\xad\x0e\xc9\x13\x1d\xe0\x42\x81\xc5\x39\xcc\x93\x80\xe5\xde\xad\xe2\xe1\xc5\xf1\x4b\xd0\xb0\xa0\xfc\x1b\x24\x7f\x6b\x97\xa5\x9f\xfc\x12\xc9\xdf\xda\xa7\x0c\x54\x50\xfe\x8d\x53\x1d\x67\x57\x9a\x27\x00\x1c\x4b\x00\x78\xe7\xe7\x09\x00\xc7\xd2\xfa\xdd\x7d\x42\x22\xf2\x1b\xa7\xd0\x63\x9f\xa7\x11\x82\xd6\x6f\x2c\xad\x5f\x14\x58\x9c\xaf\xdb\xe4\x97\x76\x39\xf7\x25\xf4\xb8\xf8\xa5\xdd\xea\xc0\xd9\x07\x88\xbe\x76\xe5\x2a\x5a\xbf\x01\xa9\x2f\x68\x58\x10\xf9\x0d\x10\x7d\xed\x16\x02\x59\xdf\x58\x0a\xbe\x3b\x3f\x0f\xb0\x8f\x25\xd6\xbb\x5b\x08\x58\xfa\xf8\x43\xac\xf7\xf9\xf3\x80\xe2\x9a\x2e\x2c\x08\xfa\xd6\x2e\xf7\xa6\xeb\x1b\x7f\x48\xf1\x5a\x25\x97\x60\x9a\x22\x6f\xc1\xce\xe2\xe2\x8a\x2e\x62\x93\x87\x34\xfb\x52\xa5\xb9\x04\x40\xc7\x94\x9c\x08\xa2\xbd\x71\xa5\xe1\xdf\xdd\x7f\xae\xe1\xaf\xff\x74\x13\x4a\x37\xc8\xfc\x3a\xa4\xd9\x97\xd2\xcd\xc5\x15\x1d\x6c\x1f\x99\x1f\xb0\xfb\x3a\x54\xa8\x2e\xa5\x1b\xd8\x7d\x1d\xbe\x6a\xd2\xe0\x8d\x4b\xe0\x73\xa8\x50\x91\xe2\x8d\x25\xb0\x8b\x45\x8b\x8b\xd7\xb9\x76\x77\xe4\x9b\xd5\x35\xc3\xa0\xc0\xf0\xd7\xa1\x6c\x85\xe1\x0f\x80\x7e\x1d\x52\x77\x2a\xb8\x01\xd7\x2f\x30\x59\xc0\xf5\x03\xae\x5f\xc7\xbe\xfe\xd2\xd5\x95\x57\x8e\xdd\x53\x52\x49\xb9\x48\x48\x1e\x82\x94\xeb\xf2\x9b\x97\xc9\xf3\xf7\xd7\x65\xf8\xe5\xd1\x89\x9b\x09\xde\x06\x51\xdb\x3a\x94\x96\x68\xdb\xc6\xd2\xa8\xc5\xa2\xc5\xa5\x00\x8b\xda\xaf\x43\x6d\x88\x46\x6d\x5c\x16\xee\xa1\x36\x44\xa3\x36\xa0\xfc\x75\xa8\x0d\xd1\xa8\x8d\xa5\x3c\x0b\x3b\x8b\xcb\x1a\x5d\x22\xb3\x87\x1c\x8c\xc8\x6c\x5c\xa4\x19\x11\x66\xe1\x40\x40\x5c\xef\xfa\x4f\x17\x7a\xd7\x7f\xfa\x4d\x99\xd5\x65\xf3\x77\x2e\xa0\xc0\x64\xe1\x5c\x40\x10\x8b\xad\x53\xee\xed\x94\x40\x2c\x95\xd8\x73\xca\x43\x84\x73\x01\xe1\x08\x40\x9d\x2a\x3e\x8e\x00\x04\xb0\xbf\x60\x67\x01\xec\x8f\x5b\xce\x70\x8a\x97\x6f\xbb\xf7\xad\xee\x70\xca\xac\xee\xb9\xc5\xc6\xcd\xbc\x71\x63\x71\x8b\xef\x61\xf7\x75\xb6\xf5\x97\x86\x8b\xef\x4f\x2e\x93\x88\x6a\xdc\x2c\xf9\x84\x60\xdc\x6d\xfd\x65\xf9\x4f\x57\xb7\xa9\xde\x94\xa6\x4f\x25\x9b\xbb\x9b\x3c\xd9\xd4\x93\x2d\x81\xf7\x63\xc9\xa6\xe2\xc6\xe2\xd6\x78\xfc\xde\x09\x16\x2b\xd9\x80\xf7\x03\xae\x5f\x5a\x69\x05\x5c\x3f\x6e\xfb\xe7\xa9\x8e\x83\xd3\x8f\xa5\x66\x7a\x2a\xd9\xdc\x4c\xf1\xbe\xfc\x26\x4f\x46\xe2\x34\x96\xc4\xe9\xc9\x6c\x6e\x3b\xd8\x6d\xb3\x3a\x67\xf3\xc2\xa0\x92\x15\x37\xa3\x3d\x87\x77\x24\xff\x5c\x6a\xa6\x27\x4f\x46\xc6\x34\xee\x25\xd6\xcc\x42\xa8\x99\xc6\x12\x2e\x3d\xa7\xa8\x57\xdc\x76\xb0\xdb\x47\x87\x53\x0a\x47\xa3\x34\x96\x46\xe9\x69\xf7\xbe\x51\x21\xb7\xa6\x21\xa7\x3a\xce\x6d\x5b\x5b\x1a\xa5\xd7\xb2\xa5\x59\x21\x8c\x25\x47\x4a\x39\x2d\xee\x61\x4a\xd3\xf4\xeb\xf2\x39\xd2\x61\x81\x58\xca\xa3\xd7\xb2\x25\xe6\x8d\xe1\xaf\x4b\x42\x86\xe1\x8f\x52\xbf\xbb\x04\xa7\xc5\x3e\x89\x85\xd6\xc5\xb1\xd0\x0c\x0d\x62\xa1\x75\xf9\x18\x4e\x33\x34\x48\x80\xd6\xc5\xc0\x4a\x85\xbf\xec\x0c\x97\x34\x8b\xe8\x67\xe0\xfb\xeb\xb2\xd3\x96\xaa\x5c\x11\x15\xbe\x24\x4f\x74\x3a\x03\xca\x5f\x97\x3c\xa9\x18\x2d\xfd\xcb\xba\xc4\x8c\xf4\x2f\x83\xfe\x65\xc1\xb8\xa2\xb8\x4a\x32\x98\x75\x29\xc4\x50\xc3\x8c\x52\x41\xc3\x76\x05\xe1\xcb\x20\x75\x59\x17\xa0\xa6\x18\x18\x71\xcb\x5a\x18\x17\x8d\xcb\xa0\x4e\x59\x97\x52\x1d\x91\xca\x28\xc1\xd4\x65\x3f\x2a\xfe\xb3\xa8\x81\x5f\xb2\xf4\x9a\xe6\x16\xce\x03\xd4\x2d\xec\x72\x1e\x20\x4a\x5d\xec\x96\x94\x14\x03\x73\x48\xa0\x6e\x6f\xd3\x21\x81\x28\xd1\xd0\x02\xbe\xe8\x4a\x86\x43\x02\x75\x8b\xc5\x1c\x12\x08\x6a\x8f\x75\xaf\xb7\xa9\x04\x56\x1c\xe0\x22\xb6\x8a\x03\xa4\xfd\x58\x37\xde\xa1\xe4\x49\x64\x1e\x6b\x61\x5c\x25\x1e\xa1\xf6\x58\xb7\x4c\x9a\xe8\x63\x38\x8d\x50\xb7\xfc\xc3\x69\x84\x28\x06\x76\xcb\xa4\x1d\x3c\x08\xe2\x8d\x75\x0b\xa6\x06\x5b\x72\x80\xa0\x6e\xa9\x86\x73\x04\x41\x29\xb1\x6e\x19\xc0\xb0\x41\x0f\x12\xf6\xb7\xf2\x0a\x55\xc3\x18\x8a\xa4\xbf\xaf\x80\x3f\x0b\x28\x86\x1a\xc1\xd0\x12\xe4\xb6\x70\x71\xfa\x31\xbc\xc0\x5b\x2c\x3e\xbc\xc0\x21\x21\x2f\x8b\x6c\xa8\x61\x0e\xbb\x62\x79\x57\x98\xfa\x18\xbc\x4e\x79\x57\x83\xd7\x19\xe2\x66\x1a\x56\x31\x78\x9d\xc1\x28\x6a\x36\x20\x8a\xc1\x28\xc6\xe5\x37\x2d\xc7\x31\x7d\x50\x0c\x05\xae\x92\x55\x0e\x0e\x66\x08\x91\x0b\x87\x37\x38\x98\xe1\xa3\xc3\x22\xa2\x86\x8f\x0e\xc0\xfe\x2a\x09\x24\xb0\x3f\x68\x39\x56\x79\xd5\xa3\x3c\x57\x59\x7a\x79\xab\x83\x83\x19\x3e\x3a\x94\x10\x19\xbc\x1f\x43\x96\x5e\x16\xee\x18\x26\xef\xab\x66\xed\xeb\x2f\x0d\xf7\xfe\x4b\x88\xfc\xf8\x1c\xfd\xd8\x15\x0b\x08\xf0\xd8\x15\x1f\x9f\x12\xca\xab\x7e\x7c\x4a\x78\xc8\xa3\x97\xb2\xc5\x23\x1e\x45\xd1\x57\x89\x71\x51\xf4\xf1\xf0\x3a\x8b\x88\xc2\xd4\xc7\x23\x48\x2d\x96\xf2\x08\x52\x9f\xaf\x29\x29\xc4\x3d\x10\xb1\x47\x0f\x9f\x12\xe3\x62\xea\xe3\xd1\xc3\xa7\xc4\xb8\x0f\xe2\x00\x4c\x5f\x25\xd9\x7b\x94\xd7\x9e\x25\x65\xce\x96\x9e\x74\x9b\x4b\xca\x9c\x33\x78\x64\xbf\xb0\xfb\x2a\x29\xdc\xd3\xd6\x7f\xce\xdf\x1c\x22\x56\x10\x7e\x3c\x2a\x68\x8b\x88\x82\xe4\xc7\x33\x6b\x66\x35\x24\x66\x90\xfc\x78\xb4\x6f\x58\x98\xd4\x23\x66\x7c\xa6\x3f\xac\xc1\xea\x20\xf9\xf1\x88\x19\x17\x26\x05\xc9\x8f\xc7\xf6\x3b\x24\x66\x90\xfc\x80\xdd\xd7\x62\xa7\x1e\x8e\xf0\xb1\xd3\x0e\xdf\x54\x1f\x3b\xed\xa3\x3d\xd7\x90\x59\x3d\x73\x8b\x8d\x47\x24\x38\x98\xcd\x23\x12\x7c\x74\x40\x58\xf0\xd3\x63\x53\x7d\xec\x9f\x43\x1c\xfa\x30\xef\x47\x55\x76\x48\xa2\x1e\x55\x59\x30\x7d\x0d\xd5\xf8\x47\x24\x08\xad\xaf\x85\x32\x41\xeb\xe3\x91\xc2\x69\x73\x17\xcf\x58\xc3\xcb\x7f\x9a\x27\xfb\x44\xd1\xd7\x50\x4d\x40\xd1\x07\x1a\xbe\x16\xdf\x04\x8a\x8f\xc7\xf7\x2f\x92\x4d\x81\x78\x8f\x57\xdf\xaa\xa1\x46\x80\x7f\x8f\x97\xd5\x0d\x66\xf3\xb2\xba\x57\x75\x66\x48\x5f\x5e\xd5\x99\xd7\x27\xee\xc1\x42\xde\x69\x98\x01\x83\xaf\xc5\x37\xe1\xdf\xe3\xe5\x1d\x87\xe8\xf2\xe5\x1d\x5f\xfb\xe7\x23\xa7\x79\xed\x9f\xef\x84\x5f\xea\xb1\xb1\xbc\xbe\x6a\xbd\x44\xf9\x1f\x66\x03\x83\x8f\xd7\x07\xac\x45\x2d\x81\xe2\xe3\x15\x48\x3e\x92\x7c\x18\x7c\xc0\xe0\xeb\xb1\xb1\xc0\xe0\x03\x06\x5f\x0f\x5b\x42\xba\x07\xd2\xbd\x1e\xb6\xf4\x4a\x89\x5e\x9e\xf6\x99\xe2\x63\xf1\xfa\x80\xf5\x8a\xef\x1e\xde\xe6\x15\xdf\x51\x10\xad\x87\x2d\x2d\x21\xd1\xd7\x47\x87\xc5\x37\x91\x0e\x8d\xd7\x07\xac\xc7\xa7\xc3\xd7\x07\xac\x57\xd3\xa5\x85\x32\xbd\x4a\xb4\xd0\xf8\x7a\xd8\x12\x42\x3e\x5e\xf5\x91\x47\x1c\x0a\x86\x0f\xb2\xa2\xf5\x88\x43\xc1\xf0\x81\x82\xaf\x85\x32\x81\xe1\xe3\xd5\x35\xe9\x91\xd3\x80\xe1\xe3\xe5\xe7\x1f\x56\xf7\xb2\xf9\xf7\x0f\xad\x7c\x53\x12\x5d\xbe\x7c\xf2\xc3\x83\xbd\x7c\xf2\xab\x70\xf0\x88\x58\xa1\xea\xf1\xb2\xcf\x45\x2d\xbd\xec\xf3\x55\x4d\x78\x96\x2d\x3d\xee\x5d\xe1\x60\xa1\x4c\x68\xf6\x20\xc1\x5b\x8f\xe8\xf2\x7d\x0d\x07\x80\x2c\xbe\xe9\x05\x80\xbc\xaa\x9c\xef\xb2\x25\x55\x4e\xa4\x7b\x51\x65\xca\xcf\x74\xd4\x49\x36\xb5\xde\xf9\x41\x30\xc9\xa6\x26\xa1\xd4\x7a\x67\xe5\x34\xe9\xa5\xe6\x47\x78\xf8\xce\xfc\x38\x3f\x33\x3c\x4c\xea\xa9\xf5\x4e\xb3\xc9\xcf\x0c\x0f\xf3\x23\x3c\x7c\x67\x7e\x9c\x9f\x19\x1e\x26\xf9\xd3\x7a\xc3\xd5\xe7\x81\x8e\x84\xbf\x17\x12\x2a\xe1\xef\x09\x7f\xaf\xb7\xad\xbf\x34\x9c\xfb\x7d\x9b\x29\x4d\x13\xce\x8f\x4e\x12\xef\xfc\x9e\x98\x9f\x34\x4f\x19\xff\xbb\xbb\xfa\xcc\xf8\x13\x13\x5f\xbf\x5b\xeb\x9f\x04\x14\xf9\x99\x9f\x3c\xf2\xa3\x32\xf9\xee\x66\xd1\xcc\x97\x17\x27\xee\x94\x14\x56\x13\x1b\x5f\xef\xe1\x26\x66\x39\x20\x11\xef\xf5\x1e\xe6\xbb\x9b\xaf\xe6\x11\xef\x65\x6a\xbb\xe1\x6a\x83\xef\xe5\x42\x87\xd7\xe2\x53\x02\xf0\x2b\xf1\xef\x89\x5c\xaf\xb7\x3c\xec\xdb\x3c\xa5\x31\x20\xad\xfc\xdc\x86\x8b\x32\xde\x67\xfd\xe5\x1a\xee\xb9\x3e\x2e\x74\x7b\x81\xca\xfe\xef\x6b\xf2\xd3\x53\x27\x72\xbd\xde\xd7\xe4\xcb\xbd\xcf\x7c\x7e\xd0\x93\xcd\xcf\xcc\xe7\xf3\x33\xbd\xf1\x20\xc4\x94\x9f\xe1\xfd\x4f\xdf\x3c\x3e\x5f\x53\x1a\x5e\xe0\x0c\x36\xc7\xe7\xeb\xea\xaf\xc9\xbf\x86\x4f\x92\x3c\x51\xed\xf9\xa1\x30\xfe\x09\x53\x7a\x99\xe4\xac\x88\x8d\xcf\x32\x9f\xd7\xa3\x9b\x16\x3d\xb0\x68\xf9\x9d\x5e\x3c\x11\xef\xe3\x33\xcb\x2b\x09\x6e\xcf\xef\xc7\xe4\x67\x88\x9c\xe0\xf6\x04\xb7\x8f\x4f\x5b\x7f\x39\x2d\x05\xce\x3e\x3e\x33\xe1\x49\x54\x7b\x7e\xa7\x61\x0f\x28\x5b\x7e\xe7\x96\x90\x78\xf4\x81\x5a\x4b\x58\x7a\xe2\xd1\xc7\x67\x7a\xb2\xfc\x6e\xae\xbe\x19\xbe\xaf\xbf\x5c\xc3\x1f\xff\xe9\x42\xb3\x60\x9f\xdf\xe9\xf6\x07\x19\xa8\xfc\xce\x12\x7d\x7e\xe9\x86\x7f\x26\x19\x91\xdf\x19\x65\x24\xb8\x7d\x40\xd9\x12\xdc\x9e\x70\xf6\xf1\x61\x4b\xa8\xf6\xc4\xb1\x8f\xcf\xe5\x29\xb1\x4f\xe4\xfa\xf8\xdc\x1e\x48\x37\x25\xba\xe1\xf8\xb6\x04\xb0\xe7\x57\x63\x82\x0f\xab\xfb\xce\x40\x24\xbf\x7a\x10\xe0\xdb\xf2\xbb\x9b\xd2\x6e\xf8\x30\xa5\xdd\xf0\xdd\x8b\x1b\xee\x88\xcd\x23\xd7\x07\x71\xa7\xfc\xee\xee\xfd\x70\x47\x8c\x16\xc7\x9e\x20\xf5\xf1\x79\x4d\xe9\x70\xf5\xcb\x3b\x7a\xdd\xe6\xe5\x1d\xcd\x14\x7c\x7c\x3f\x2e\x54\x5e\xc7\x34\xef\x01\x26\xcb\x2f\xf3\xfe\x4e\xf3\x1e\xdf\x70\xa1\xf2\x94\x66\x42\x3e\xbe\x53\x9e\x30\xbf\x65\x4a\x64\xfc\xbf\xe9\x8e\x86\xe1\x6c\x1e\x4c\x96\x5f\x36\xff\x9d\x9f\x95\xc7\x77\xd9\xd2\x70\xef\xb3\x40\x35\xbe\xcb\x96\x1e\x53\x22\xca\xff\xed\xa6\xf4\xb8\xfa\xe4\xd8\xc7\xb7\xbb\xa3\xc7\x53\x9a\x7e\x7b\x7c\xbb\x17\xf7\x32\x5a\x36\x4f\x9d\x29\xd1\xe9\x89\x4e\x1f\x5f\x16\x82\x4e\x4f\x74\xfa\xf8\xce\x34\x3b\xd1\xe9\x89\x4e\x1f\xdf\x19\x76\x25\x00\x3d\x01\xe8\x03\x1a\x96\x00\xf4\x84\x9c\x8f\xef\x65\xf8\x3c\x8a\x91\x90\xf3\x41\x9d\x29\xa9\x1f\xe7\xb6\x19\x3e\xa3\xf5\xdc\x58\x32\x00\x7d\x7c\x6f\xf3\x64\xc9\x1b\xad\xfc\xef\x4c\xdd\x73\x9b\x31\x47\x22\xc8\x07\x8c\x2b\x11\xe4\xb9\xe9\x91\xf1\x7d\x5d\x7d\x5a\x6b\x6e\xbb\x3b\xf2\xde\x11\xe4\x09\x16\x1f\xdb\x8c\xac\x13\x2c\x9e\x9b\xe6\x11\xdb\xd7\x85\x4e\xc3\x67\x02\x38\x36\xde\x06\xd8\x9d\xdb\x69\x78\xac\xbf\x34\x7c\x06\xc3\x03\x5d\x95\xdb\xe5\xd1\xcd\x24\x6f\x6c\xe9\x29\xcd\x24\x2f\x91\xe0\x03\x72\x95\x80\xf0\xdc\x58\x1d\x25\xa5\xdc\x58\x1d\x16\x7b\x6c\xdd\x6f\x3e\x5e\xdc\xe4\x5c\xc6\xb6\x5e\xdc\xe3\x29\xe9\xe5\xb0\xad\x17\xf7\x18\xce\x42\xb6\xf5\xe2\x58\xc8\x36\xcf\x36\x0c\x12\x48\xb9\x3d\x9e\xfc\x6b\xf8\xe9\x75\xbc\x86\x4f\xdf\x3a\xb6\xd3\x94\xa6\x8b\xcd\x8d\x81\x6d\x97\x7b\x67\x60\xc0\xee\xb1\x79\xef\xc0\xee\x0c\x06\xb6\xcd\xc8\x3a\x83\x81\xc5\x34\xa9\x41\x2c\x29\x63\x26\x79\x49\xb0\x7f\x6c\xf3\xe3\x5d\xd2\xed\xcf\xe0\x69\x31\x53\x19\x3c\x6d\xe8\x4a\xb3\xb1\x90\xe0\x69\xe3\xeb\x37\x2b\xfc\xe7\xee\x3f\xdd\xe6\xec\x3a\x98\x31\x23\xeb\x0c\x0d\x1e\xb6\x61\x9e\x9b\x29\x71\xbf\x1b\x5b\x0a\xee\x17\x5d\x3e\xb6\xe1\x42\x9b\x29\x85\x0b\xcd\x58\x2c\x23\x4c\x3e\x3c\x25\xde\x26\x04\x29\xe8\xf2\xb1\x31\xc5\x98\xe1\x76\x46\xba\xfa\x9f\x2b\x65\x66\xcc\x20\x3c\x43\xcf\x99\xf8\xb8\x60\xae\x9f\x99\x0f\x26\xd8\x69\xa4\x3b\xe3\xef\x63\x7e\xb3\xc8\x68\x6e\x62\xc6\x23\x23\x36\x53\x13\x8f\x44\xf3\x9b\x9b\xdf\x9c\xa9\x66\xc6\x0c\x52\x06\x1e\x2b\x43\x90\x12\x33\xd5\x1c\xb1\x79\x06\xcd\x85\x34\x8f\x08\xb6\x1f\x16\x59\xf0\xf7\x31\xbf\xd7\x65\xf0\xf7\x61\x41\xc0\xb9\x32\x66\x61\x24\x63\xe6\x8a\x03\x7a\x95\x61\x95\xc4\x65\x9e\x42\xa4\xb8\xcc\xf3\x72\x75\x16\x1d\x37\x9b\xba\x5d\x9d\xf1\x86\x20\x25\x6e\xc3\x4f\x93\xbf\x0d\xd7\x8c\x05\x8f\x95\x71\x7b\x74\x33\xd0\x1e\xc1\x78\xa3\x3c\xe4\xf2\x40\x2e\x53\x2a\x0f\xa4\xdc\xd1\xed\xea\xe5\x8e\xa6\x87\x1f\x71\xb3\x94\x61\x4a\x5c\x7b\x2c\x93\xe4\xda\x63\x96\x5c\x07\x1d\xa7\x8c\xe9\xe8\x33\x86\x3b\xb2\x01\xc6\xf0\x3c\x1f\x77\x34\x4c\xe9\x71\x47\x8f\x57\xbc\x4c\xd2\x1a\x0d\x81\x4f\x4c\x65\x95\x0c\x81\x4f\x08\x7c\x80\x5f\x19\x02\x9f\x10\xf8\xc4\xeb\x37\x05\x3e\xce\x05\x8c\x60\x92\x69\x8d\xa6\xc0\x07\x0d\x96\xc9\xdf\xa7\xc0\x27\x67\x7a\x90\x0e\x04\x64\x5a\x4f\x10\xb1\x4c\xeb\x29\x67\xd5\x63\xe4\x2c\x31\x64\x4e\xfb\xce\x9c\x61\xf7\x48\xc1\x54\xb2\x64\x22\xf2\x23\xd3\xd5\x9b\xdf\x9c\x1f\x0f\x46\xf2\x79\x39\xcd\x2d\x53\x4f\xa4\x14\x22\x65\xf7\x9b\x33\xd8\x18\xc9\x11\xa6\x28\x23\x67\xf5\x62\xe4\xec\x02\x90\x39\xc3\x8b\xcc\xdd\xd5\x67\x15\x31\x53\x94\x41\x8a\x7e\xa4\x0d\x90\x06\x7d\xa6\x4d\x80\x3c\x7e\xe6\xee\xea\x87\xe1\x87\x3b\x3a\x0c\x9f\x7b\xc1\x00\x7e\x65\xce\x2d\x21\x73\x7e\xb8\x1e\xc9\xbd\xe5\x6d\x4a\x33\x5e\x1e\x59\x2e\x34\x1d\x7d\x3a\x72\x30\xc8\x2b\x25\xf9\xf7\xa4\xe6\x3e\x92\x2b\xca\x32\xa5\x72\x9b\xbc\x4e\x8a\x32\x1c\x40\x18\xf9\xb8\xcd\xe1\x81\x0c\xf3\x14\x98\x3b\x80\x90\xc9\x14\xf3\x31\x9c\x29\x3a\x72\x30\x92\x31\x38\x79\x90\x8e\x1c\x8c\x5c\xef\xfd\xf1\x9b\x8f\xe1\xaf\x7b\x7f\x0c\x9f\xc1\xc6\x68\xa2\x75\x27\x0f\x32\x57\x3f\xa0\x65\x0c\x8f\xdb\x5c\xad\x7f\x3e\xae\x6e\x0f\xa1\xd8\x3e\xda\x6c\x7f\x93\x8e\x15\x24\x3d\xf5\xd1\x66\xe9\x33\xc9\xaa\x27\x3d\xf5\x81\xed\xca\x36\x63\x8e\x74\x12\x60\x34\xb6\xe4\x40\x40\x36\x0e\xbb\xb1\xa5\x36\xc3\x8b\xc4\xf7\x8f\x36\x3f\x75\x25\x59\xf5\x44\xfb\x0f\xc0\x57\xa2\xfd\x93\x9e\xfa\xd0\x2f\x39\x9b\x28\xc3\x11\x80\xd1\x58\x5d\xe3\xda\x9d\x04\x18\x6d\xe2\x86\x49\x6b\x3d\x41\xff\xa3\x89\xd6\x69\xad\xa7\x23\x00\x03\x05\x96\x8e\x00\x64\xd3\xfa\xa7\x49\x07\x69\xad\x67\x9b\x4e\x7c\x34\xa6\xd8\xd2\x3c\xe7\xf7\xb6\xd1\x0e\xf3\x9c\xbe\x3c\x9b\x70\x46\x67\x96\x84\xf9\x67\x3b\x3c\x3a\x21\x3c\x96\x3e\x41\xf4\xa3\x71\x2c\x54\xcb\xb3\x69\xa5\xd5\x98\x22\xc0\x3e\x41\xf4\xa3\x0d\x4f\x5e\x8e\xd8\x84\x33\x4d\xb8\x8d\xa5\x4f\x10\xfd\x00\x67\x25\x96\x3e\x9b\x20\xba\xb1\xba\x26\x88\x6e\xbc\x37\x71\xa7\x24\x81\x9e\xf4\xcd\x47\x7b\x4d\x89\xf7\x6e\x33\xfd\x1c\x88\xad\xc4\xd2\x27\x88\x7e\x68\xb7\x9c\xed\xf6\x94\xa6\xbf\x1e\x30\xae\xc4\xd2\x27\xd1\xf3\xd1\xd5\x1d\x88\x9e\x27\xd1\xf3\x81\xd8\x4a\xa2\xe7\xd9\xac\xa3\xae\xee\xd0\xac\x23\x10\xfd\xe8\xea\x0e\x58\xfa\x04\xca\x8f\x2e\xbe\xa3\x84\x9e\x94\xd0\x47\x0f\x93\x97\x8c\x36\x4b\xa6\x4b\x1c\x21\xf5\xd9\x66\x7c\x3e\xfa\xb2\xcf\x19\x84\x25\x95\xf4\xd1\x6d\x7c\x6d\xc6\xee\x49\x33\x7d\x74\x19\x00\xcd\xf4\x6c\xd6\x51\x5f\x46\x6b\x1d\x35\x01\x1a\xb6\x2b\x1b\xe7\xdf\x74\x08\xec\xb2\x49\x24\x7f\xc2\xf4\x47\x6f\xff\xa6\x94\xd9\xe2\xdf\xe3\x89\xf6\xfa\x69\xab\xb1\x2b\x7e\x40\xf8\xb3\xdb\x03\xc0\x60\xd9\xd5\x78\xfa\x6a\xc4\xa5\x22\x82\xf2\x4f\x7c\xfe\xe8\xd2\x4f\x98\x7e\x52\x5e\x1f\x5d\x29\xa3\xcf\x55\x9c\x7d\xb5\xd7\xe2\x46\xbb\x94\x01\xb4\x3f\x3a\x83\x26\xce\x9e\x7d\xb5\xd7\xe2\x5b\xb1\xfb\xd9\xad\xdb\x2e\xb9\xe8\xd6\x2d\x68\x7f\x74\x79\x04\x76\x3f\x41\xfb\x83\x56\x56\xf6\x30\x4f\xfd\xfb\xba\x4a\x08\x4c\x3f\x7b\x7a\x2b\xb3\x5f\x6b\x76\xd5\x20\x7c\xfe\xc0\x7d\x65\x9f\xa9\x46\xf6\xf4\xaa\xca\x85\x44\x5d\x3d\x4d\xc9\x72\xea\xa2\xae\xde\x98\xd4\x30\x4f\x55\xa0\x6e\x31\x83\xc1\xb2\x4b\xbd\xbb\xa8\xab\x0f\x4f\x5e\xd4\xd5\x9b\x79\x4a\x69\xfb\xdc\x0d\xb3\x4b\xbd\xbb\x94\xb6\x77\xef\x88\x2f\xe8\x16\x5e\xe7\x0b\x1c\x20\x18\x60\xb0\x74\x80\x20\xfb\x6e\x4a\x8a\x33\x44\xe4\xd3\x01\x82\x01\x06\xcb\xbe\x7b\xc5\x36\xc5\x5d\x71\xa6\xcb\x8c\xc8\xc6\x8f\xdd\x6a\x24\x1b\x9f\x4e\x07\x8c\x5d\x71\xa6\x1f\x9e\x92\xa6\x7e\x60\xb0\xec\x87\x3b\x92\x7a\xef\x56\xa3\x93\x03\xd9\x39\x9d\xdd\x6a\xa4\x25\x9f\x64\xe3\xc7\x6e\xe1\x51\x86\xcf\xce\xe9\xec\xca\x38\x9d\xd3\xe9\x9c\xce\xae\x8c\xd3\x39\x9d\xce\xe9\xec\x56\x63\x17\x32\xd2\x90\x1f\x60\xb0\x24\x1e\x9f\xfd\x36\x5c\x19\xa7\xab\x80\xf5\xe9\x7b\xc6\x6e\xe1\x39\x8d\x90\xdd\x8e\xbe\xb7\xf5\x97\xa6\x34\xd3\xb3\xb1\xdb\x03\xba\x0a\x58\xd7\xbf\x6f\x5f\xeb\xa8\xfc\x66\xb9\xcd\xb5\x8e\x04\x97\xc4\xea\xc7\xae\x8c\x43\xac\x3e\xbb\xba\xc1\xbe\xd6\x51\xb9\x4d\xee\x89\xa2\x58\x92\xae\x4f\x47\x22\xc6\x2e\xd7\x73\x24\x22\x1d\x89\x18\x3a\x2a\xa5\x23\x11\xe9\x48\xc4\xd8\x15\x0f\xfb\x30\xf9\xc7\x6d\xae\x15\x27\x2b\x74\xde\x61\xec\xa7\x0b\xf1\x44\xce\x34\xac\xa6\x59\xe9\x4c\x43\xee\x9a\x98\x7f\xa4\xb4\x0e\x10\xe4\xae\x03\xe2\xfc\xcb\xff\xef\x74\x7e\xfc\xf2\xd7\x9f\xff\xfe\x97\x5f\xff\xa3\xfe\xeb\x2f\xbf\xfe\xf7\x5f\xfe\xfe\xe3\xa7\x9f\xff\xf5\xdb\x6f\x3f\x7e\xf9\xe7\x5f\xff\xf6\xf3\x3f\x7f\xfa\xcf\xdf\xff\xf7\xa7\xbf\xfe\xf8\x9f\xbf\xfd\xf2\xe3\xb7\x1f\xff\xfb\x8f\x7f\xfd\xf6\xf3\x8f\x9f\x7e\xfd\xc7\xaf\xbf\x8f\x9a\xff\xfe\x2f\x00\x00\xff\xff\x0a\x55\x10\x23\xa2\x34\x02\x00"); -var _dadbe =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x84\x9a\x4f\xcb\x24\x47\x72\xc6\xef\xfd\x29\xea\xb8\x3e\xd8\x53\x95\x19\x7f\x32\xa1\x69\x30\xd2\x82\xc5\xb2\x5e\x63\x79\x6d\x83\xf1\xa1\xab\xba\x5a\x0c\x58\xef\x0c\xef\x8c\x0e\xfa\xf6\x26\x7e\x4f\x4b\x62\xed\x85\x3d\x88\x90\x1e\x65\x46\x45\x46\xc6\x9f\x27\xb2\xdf\x0f\xdf\x7c\xf7\xed\x77\x6f\x1f\xbf\x2e\x1f\xfe\xe5\xfd\xd3\xf1\xfd\xf9\x75\x79\x7e\x7c\x7b\xbc\x9f\x5f\x3e\xfd\xf4\x7e\x9c\xcb\x7e\xfe\xf0\xf1\xed\x72\xd9\xda\xf2\xf8\x78\x7c\xfd\xe5\x3f\x11\xc7\x8f\xf7\xcf\x97\x4b\xed\xff\xfe\xe7\x2f\x5f\xcf\x1f\xbf\x7b\x7b\x7e\x5a\xba\xd6\x3d\x7e\xfa\xfc\x5a\xbb\x2c\x1f\xfe\xf5\xfc\xe1\xe3\x97\xaf\xef\x3f\x2f\xbf\xfb\xc7\xc7\xa7\xfd\xfc\xbb\xe5\x71\x3e\x0b\xff\xd3\xfb\xe3\x7c\xff\xf8\xf6\xc3\xf2\xbb\x3f\x7c\x7a\x3f\xef\xdb\xaf\xff\xe3\xfb\x9f\x3e\x7f\xfe\x9f\xf3\xc7\xf3\xed\xeb\xb2\x82\x9d\x6f\x0f\xe4\xe5\xc3\x37\x7f\xbc\x7f\xfe\xe7\xfb\x8f\xe7\xf2\xe1\x0f\xdf\x7f\xf3\xf7\xff\x04\x0a\xf8\xef\xe7\xfb\x97\x8f\x9f\xde\x96\xf9\x0f\xeb\x1a\xbf\xc1\xff\xf6\xf3\xe7\x73\xd9\x5e\x9b\xff\xfc\xdd\xb7\x7f\x7a\x3e\xbf\x9c\x5f\x97\xb6\x4a\xf1\x87\xff\xfc\xf3\x77\xdf\x2e\xff\xb5\x2d\xdb\xba\x34\xb7\xb5\xfd\xf7\x6b\xe9\x7f\xfc\xf1\xd3\xe3\x7c\x7d\xfd\xb2\xe9\x2c\xc7\xa7\xc7\xf9\xe5\xf3\xfd\x38\xdf\xef\x6f\x3f\x9c\x97\x65\xb9\xb6\xad\x6d\xb7\xe5\x9a\xbf\xcf\xdf\xdf\xca\xc8\xff\xb3\xe2\xb2\xad\xeb\x6b\xeb\xc7\x87\xa0\x5f\xb6\xb4\x2d\xcf\xdb\xb2\xad\xdb\xe5\xda\x9a\x90\x16\x7e\x5b\xb6\xe9\x97\x6b\xeb\x42\x7a\xad\x69\x61\x97\x6b\x33\x21\xe6\xfd\xb6\x74\x1f\x85\xb8\x83\xd4\x1a\x5b\xe7\xe5\xda\x5c\x6b\xbc\xdd\x6f\x8b\x79\x69\xf6\xbe\x82\xf4\x79\x5b\x2c\x40\x4c\x6b\x7c\xdc\x16\x4b\x90\x10\x92\x85\xf0\xf5\x90\x9e\x08\xbb\x2d\xbe\x95\xe6\x14\x92\xf1\xbc\x2d\x3e\xf2\x72\x6d\x43\xc8\x68\x76\x5b\x22\x02\x24\x84\xc4\x6d\x89\x5c\x41\x86\x90\x67\x21\xf5\xad\xd1\xb5\xab\x6c\x8e\x2c\xcd\x53\x7a\x66\x21\xe9\xa5\xf9\x2e\xe4\x9e\xfd\xb6\x0c\x4e\xb1\x0b\xd9\x33\x6e\xcb\xec\xe5\x8d\x43\xc8\x51\x87\xd9\xd6\x56\x1f\x3b\x5c\x50\x02\x79\xbf\x5c\xfb\xca\xaa\xbe\xca\xd3\x23\x2e\xd7\x2e\xe7\x77\x39\x7f\x1b\xeb\xe5\xda\xe5\xfd\xde\x80\x5a\xda\xe5\xda\xe5\xfe\x8e\xfb\xb7\x1e\xe3\x72\xed\xf2\x7f\xc7\xdb\x9b\x45\xbb\x5c\xbb\xdc\xdd\x1d\xc8\xbd\xd4\xcb\x73\x3d\x80\xc2\x4b\xbd\x5c\xd7\x13\x28\xad\xd4\xcb\x77\x1d\x2f\x6c\xa3\x97\x7a\xb9\xa1\xe3\x86\x6d\xf6\x52\x2f\x3f\xf4\x3b\x31\xb0\xb6\x52\x2f\x47\xf4\x1d\x68\xab\x63\x77\x79\xa2\x1f\x40\x6d\x2b\xf5\x0f\x41\x0f\xa0\xbe\x96\xfa\x53\xd0\x09\x64\x6b\xa9\x7f\x0a\x7a\x0a\x9a\x71\xb9\x9a\xfc\x65\xf8\xab\xf9\x5c\x2f\x57\x93\xbf\x6c\x53\x20\x0e\xbb\x5c\x4d\xfe\x32\xfc\xd5\x32\xc7\xe5\x6a\xf2\x97\x29\x5c\x47\xb6\xcb\xd5\xe4\x2f\xc3\x5f\x6d\x56\x80\x98\xfc\x65\xf8\xab\xaf\x51\xea\xe5\x2f\xc3\x5f\x7d\xf3\x52\x2f\x7f\x19\xfe\xea\xcd\x4a\xbd\xfc\x65\xf8\xab\x77\x2b\xf5\x72\x8e\xe1\x9c\x6e\xbd\xd4\xcb\x39\xb6\xdb\xb3\x32\xa4\x97\xfa\xdd\x57\xa0\x12\xb6\x6d\xac\x72\xad\xaa\xe4\xe9\x9e\x09\x14\x82\xe2\xb6\xf4\xe0\x40\xbb\x27\x50\x04\xd9\x56\x5f\xdc\xe3\x05\xe5\x6d\x49\xe2\xcb\xf6\x18\x40\x18\xe1\xb3\x36\xea\x3a\x8c\xeb\xa8\x68\xb8\x5c\x4d\xd7\x61\x0f\x2b\x28\x37\x2f\xa8\x6c\x7c\x89\x6e\x78\xe2\x21\x53\x1f\xa5\xbe\x67\xb0\x51\xea\x11\x39\x57\x56\xc5\x04\x42\x7d\x8e\xd2\xa5\xab\xb5\xb3\x1d\xb7\xa5\x8f\x35\x81\x1e\x82\x1e\x40\x0d\xe8\x04\x62\xe3\xa8\x9c\x36\x05\x80\x3d\xf3\x7e\x5b\xba\xd4\x3f\x73\x17\xb4\x03\x35\xa0\x43\x50\x6d\x9c\x15\x13\xae\x30\x91\xe8\x73\x76\xa0\x26\xa8\x15\x64\x01\xd4\x81\x7a\xb2\xca\x0a\xea\x43\xd0\xf8\x6d\x55\x55\xa6\xab\xaf\xe5\x09\x5b\xcb\x39\xbe\xe2\x09\x89\x9e\x15\xbe\xbe\xba\xbe\xe8\x47\xad\xea\x82\x1e\x82\x1e\x75\xb5\x7d\x03\x3a\x81\x54\x10\x2b\xf9\x5c\xe1\xeb\x5b\x55\x4d\x5b\x47\x99\xba\xb9\x09\xb2\xdb\x62\xbd\xd2\xdd\x37\x2a\xa9\x84\x6d\x95\xc8\xbe\x11\x13\xbe\x55\x1c\xd8\xd6\xb5\x6a\x08\x1a\x6c\x74\xa0\x29\xe8\xce\x2a\x6d\xdc\x81\x62\x65\x15\x50\xc8\x88\x12\xb6\x61\xfd\x16\x4d\x50\xab\x7a\xba\x62\x6a\x74\x41\x65\x44\xaf\x90\xf3\x2d\x64\x44\x09\xeb\x43\xba\x52\x90\xec\x9a\x40\xb2\x2b\x76\x56\x25\xd0\x21\xa8\xfc\xb5\x99\xd4\x3f\x04\x95\xbf\xfa\xdc\x80\x4e\x41\x27\xab\x04\x3d\x81\x12\xeb\xb9\xb4\x2d\x65\x7d\x62\xbd\x61\x57\xca\xfa\x12\xd6\x27\x76\xa5\xac\x4f\x5c\x68\x38\x3a\x65\x7d\x62\xfd\xc4\xd4\x94\xf5\x39\x59\xa5\x8d\x77\x41\xe5\x42\x5b\xb5\x51\x2e\x2c\x61\x9b\x69\xa3\x0e\x94\x0f\x56\x69\xa3\xac\xe7\xb6\xab\xff\x55\xfb\xfd\xa5\xcb\xfe\xb5\xc6\xeb\x2a\x5c\x12\xb6\x11\x1f\x4d\x71\xdb\x2a\x56\xcd\x36\x41\x26\x28\x58\xb5\x01\xa5\x20\x6c\xdc\x1a\xd0\x2e\x68\x07\x9a\x40\x87\x20\x9c\x5e\xb5\xcc\x1b\x89\x28\x61\xd6\xa4\x1e\xb3\x5b\x97\x11\x15\x45\xad\xcb\x88\x12\x66\x8d\x8d\xbd\x0b\x22\xba\x1d\xf5\xfd\xb5\xf1\xa4\xb9\x63\x57\xe7\xb6\x9a\xa1\x2b\x51\x6f\xd2\x65\x9d\x55\x1d\x48\x07\x2a\x61\xbe\x25\x90\x0b\xe2\xb6\x52\xab\x42\x90\xb8\xc3\x00\xd2\x19\x4b\x98\xcb\x2e\xd3\x19\x8d\x33\xa6\x20\x9d\xd1\xb0\xab\x71\x20\x93\x5d\xa4\x98\x37\x74\x29\xc5\x1a\xf9\xe4\x9d\x55\xca\x27\x84\x6d\x29\x68\x0a\xc2\x08\x22\xb2\x29\x9f\x9a\xf2\x9c\x7c\x6a\xca\xf3\xe6\x4f\x56\xb1\x31\xa8\x19\x08\xdb\x12\x7f\x29\xeb\x10\xe6\xc6\xb1\x95\x75\x08\x73\x05\x80\xb2\x0e\x61\xf0\x01\x6f\x21\x7f\x05\xd6\x07\x67\x0c\x59\x5f\x99\x66\x1e\x18\x11\x32\x35\x30\x35\x31\x35\x64\x2a\x89\xe8\x32\x55\x89\xd8\x2a\xad\x6c\x1b\xac\x4a\x99\x5a\x09\x63\xb1\xa2\x3e\xf5\x45\x92\x27\x56\xac\x57\xf2\x20\x6c\x1b\x9c\x51\xc9\xd3\xe0\x69\xa1\x00\x48\x19\x41\x0e\x6c\x14\x08\xb5\x62\xef\x82\x66\xc5\xaa\x5a\xb1\x1b\x95\xa5\xb1\xca\x54\x59\x4c\x95\x85\xdb\x36\x55\x16\x23\xeb\x3a\x81\x69\xca\x3a\xc4\xab\xbc\x59\x3e\x04\x9d\xbf\x96\x37\xb5\x75\xf7\xa6\x82\x3a\x80\x5c\x90\xff\x5a\xde\x1c\x76\xe8\xe2\xa6\x2a\x6f\xae\x1c\x42\xbc\x6a\x99\x2b\x87\x9c\x84\x51\x2d\x73\x25\x0c\xe2\x75\x20\x6f\xc4\x97\xcb\x88\x51\x1b\x45\x24\x3c\xaa\xdb\x98\x05\x90\xba\x0d\xc2\xb6\x48\x20\xfc\x15\x84\xaf\xa1\x2b\x14\xbe\x08\xdb\x52\x10\x5f\x84\x94\x98\x93\xee\x22\x25\x9e\xca\x8e\xea\xce\x9e\xca\x0e\x84\xbb\xb3\x4a\xd9\x91\xa1\xab\xad\xb4\x4a\x05\x13\x22\x94\xdb\xa9\x60\x82\xe0\x58\xb4\xb2\x4b\x04\xc7\x87\xa0\xe2\x16\x2e\x42\xe8\x10\x42\x4b\xc2\x57\x9c\xc7\xe1\x3c\x36\xc8\x0e\x71\x1e\xdf\xc9\xed\x49\x5a\xed\xca\x6d\x84\xab\x7e\xed\xca\xed\x1d\xbb\x26\xb1\xba\xcb\x2e\x84\xcd\xd6\x80\xb4\xb1\xd4\xfb\x5a\x83\x89\x8b\xcd\xf8\x51\x57\xeb\x2b\xa6\x1e\xba\x5a\x44\xaa\x4e\x1c\xba\xda\x43\x1b\x69\xc5\xe2\x3c\xfe\x60\x23\x44\xd5\x1f\xda\x88\xf0\x95\x14\x7d\x68\xe3\xc3\xb5\xaa\x9c\xf3\x50\x9d\x40\xf8\x46\x2a\x3c\xd4\x8a\x1f\x95\x30\xd5\x86\x0a\x52\xc2\x20\x32\x8a\xf3\xf8\x23\xb5\x11\x23\x1a\xd6\x8b\x19\xf9\x59\x11\xed\x8d\x84\x39\x15\xd1\x08\xf7\xa2\xb3\x7e\x2a\xa2\x11\xde\x8b\xf3\xf8\xa9\xd6\x82\xf0\x4e\xe4\x88\x2c\xf9\xb3\x6a\xb4\x77\xae\xf6\xa9\x1a\x8d\x48\x71\x8b\x67\xc7\xae\x67\x95\xa1\xca\xc4\x82\x54\x86\x10\xde\x6b\x6e\xf0\xa7\xca\xd0\xb3\x12\xce\x3b\xd5\xe4\xa9\x1e\x8e\x70\x23\xdd\x9f\x2a\x30\x4f\x19\x51\x81\x19\x22\x5e\xb1\x26\xea\xab\x3b\xc7\x9a\x2f\x68\xbb\x2d\xc1\xa5\xc5\x4a\x77\x0e\x68\x90\x5b\xd5\xe8\x10\x0d\x8a\xad\xb2\xcb\xad\xd2\x2a\x36\x5a\x93\x84\x43\x41\x63\x23\xd3\x02\xd6\xe0\x56\x0d\x3b\xc4\x1a\x24\xbc\x6f\x6c\x0c\xad\x42\xbd\xd7\x81\x42\x8d\x35\x9a\xa0\xfc\xdb\xad\x38\x54\xa5\xa2\xd7\x05\x7a\x54\x03\x8a\xce\x05\x4a\xe4\x5a\x37\x1f\x9d\x22\x18\xd4\x32\x67\x38\x0c\xd5\x32\x89\xec\xd5\xf2\xc2\xe8\xe1\x61\x35\x6c\x7a\x96\x3b\xc3\xda\x14\x34\x51\x3f\x80\xee\x40\xd2\xc5\x17\x55\xb8\x82\x62\xe3\xa3\x66\xea\x50\xb1\x91\xf0\x81\xef\x54\x6c\x82\x49\xda\x47\x85\x5f\x78\xd7\xc6\x57\xc3\x76\xa0\x2e\x68\xb0\x0a\xf5\x14\x1b\x09\xb3\x4a\x9e\xf0\x7e\x17\x74\x67\xd5\x04\xda\x05\x51\x92\x9a\x20\x9c\xee\xd5\xc3\x7d\x54\x4f\x0a\xa7\x87\x4b\x98\x75\x8c\x20\xcf\xc3\x0d\xeb\xb9\x53\x37\x59\x4f\x2b\xb6\x8e\x5d\x26\xeb\x8d\xc1\xbd\xa8\x5a\x38\xfc\x5a\xc2\x18\x9d\xc2\x5d\x07\x2a\xe1\x63\xa2\xcb\x9b\x20\xce\xd8\x05\xe9\x8c\xe4\xe6\x98\xf8\x8b\xdc\x94\x30\xeb\x58\xcf\xe8\x14\x5e\xad\xc9\x27\x11\xe9\xa9\x63\xd3\x5a\xac\x28\x64\x38\x89\x28\x21\x82\x13\x9e\x3a\x36\x89\x38\x65\x57\xea\x40\xe2\x78\x35\x3b\x87\x0a\xbd\x84\x59\xd5\xc5\x08\x05\x40\x14\x89\xf3\xd9\x05\x99\x20\xfc\x55\x14\x32\x82\xfa\x13\x51\x35\xc7\x67\x17\x94\x82\x68\x1a\xc5\x07\x22\x78\xb2\x88\x20\x53\x66\xd5\xd8\x08\x65\x4a\x88\xc4\x55\x71\x8e\x50\x98\x20\x9c\x41\x26\x42\x61\x12\xf0\x3a\xab\xf6\x19\xd1\x65\x17\x35\x63\xca\x54\x85\x09\xc2\x8c\x90\x8b\x2e\x53\x3b\x76\x99\x20\xd9\x45\xe7\x32\x9c\xa3\xce\x15\x51\xd1\xe2\xd3\xb1\xab\x1f\x82\x88\x9c\xc0\x2e\x45\x4e\x10\x39\xd3\xf1\x97\x22\x07\x61\x1b\x79\x1e\x8a\x1c\x84\xcf\x40\x17\x1d\x22\xc2\xd4\x3e\xb1\xde\xe4\x09\xe3\x1e\xc9\xf3\xb0\xbb\x20\xc6\x9d\xd7\x46\xc2\x37\x88\x9c\x19\x7c\x51\x91\x13\x8a\x9c\xe0\x40\x8a\x9c\x20\x72\x68\x40\x11\x8a\x9c\x50\xe4\x04\x67\x54\xe4\x44\x11\x42\x9f\x29\x5d\x3a\xb6\x93\x43\xa4\x7b\xb8\x8c\x70\x3c\x91\xf8\xde\xe5\x09\xc6\xc3\x4d\xa6\xba\x3c\xe1\xdc\x50\xca\x08\xdd\x10\xb4\xd1\x64\x04\xb4\x51\xc2\x27\x99\x16\xa1\xf8\x82\x36\x1a\x65\x37\x42\x07\x0a\xbc\x3a\xb4\x51\x5e\xa5\x7d\xaa\xc6\x46\xc8\xab\xb0\x2c\xa3\x02\x44\xe8\x8c\xb0\x2c\x4b\xbc\x1a\x3a\x23\xb5\x7f\x0e\xad\x92\xa3\x21\x97\xa6\x03\x85\x8e\x1d\xf8\x7e\x48\xbd\x8e\x0d\xb9\x34\x1d\x28\x74\xec\x12\xf1\x4a\x05\xd5\xeb\x08\x8e\x3d\xf4\x45\x1d\x1b\x0a\x6a\xb2\x3e\x75\xec\xd4\xb1\xd9\xa8\x3e\x82\x30\x1b\x1c\x5b\x7d\x04\xf1\xea\x10\x91\xba\x47\xca\xf6\x1c\x18\xa1\xb2\x8d\x30\xd3\x81\x54\xb6\x43\xdc\x55\x81\x99\x3a\x76\x32\xb6\x52\xa3\x23\x75\xec\xe4\xb6\xa7\xd4\xeb\xd8\x8c\x87\x26\xeb\x55\x3a\xe0\x62\x3e\x6b\x6c\x0d\x71\x31\x09\x53\x33\x4b\x55\x80\x84\x5b\x4c\xaa\x5c\xc2\x2d\x24\xcc\x30\x35\x95\xee\x59\x29\x1e\x6b\xb1\xd2\x48\x35\x0a\x84\x59\x31\xc9\x48\x35\x8a\xd4\xb0\xf7\xfa\xe2\x2e\x68\x67\x63\x03\x3a\x04\x1d\xbf\x90\xcb\x48\xd5\x89\x54\x9d\x98\x1d\xe8\x14\xf4\x64\x23\x10\x2f\xb2\x12\x66\xf4\xf0\x54\x3b\xc9\x9a\xec\x62\x5d\x1d\xe8\x29\x88\x4b\x9b\x40\xa6\x8d\x25\x62\xdd\x30\xd5\xb4\xb1\x44\x26\xbe\x4f\x93\x27\x2a\xb7\x63\x6d\xeb\xdf\x6e\xc5\xa9\xd4\x47\x98\x51\xfb\xd3\xe4\x28\x55\x83\xa9\x4f\x0d\x41\x77\xf4\x62\xb6\x52\x3f\x35\x1e\x52\xe8\x45\x80\x25\x02\xbe\x18\x69\xf2\x0a\xfc\xda\xe5\x3b\xb5\x29\x44\xac\x8d\xab\x51\x9b\x4a\x7a\x92\xcb\x51\xea\x49\x59\x65\x24\x56\x1a\x63\xaa\x8c\x20\xcc\x57\xae\x99\xd7\x9c\x48\x47\x17\x8d\x31\xfd\xa5\x8b\xf1\x70\x45\xbd\xf2\x1c\x62\x1e\x2b\x0d\x48\xc4\x5c\xc2\x1c\xba\x21\x62\x2e\x11\x2b\x55\x3d\x95\xc1\x08\xf3\x8d\x90\x51\x06\x67\x45\x77\xac\x64\x5d\xe6\x0b\xaa\xa4\x4e\xb9\x50\xd1\x0d\xc9\x8f\x95\x1c\x10\xc9\x8f\x11\x6c\xa4\x96\x0d\xe9\x1a\x9a\x2b\xa9\xea\x43\xa9\x3f\x2a\x5d\x83\xa7\x9b\x18\x4a\x57\x84\x39\x0d\x68\x28\x5d\x87\x1e\x65\x86\x56\x35\x41\xc1\xc6\x04\x92\x7a\xb2\xce\xe9\x49\x43\x76\x21\x62\xab\xa9\x25\x86\xb2\x0e\xa1\x61\x2d\x86\xb2\x0e\x11\xdb\xeb\x8b\xbb\x20\x6e\xdb\x03\xe8\x10\xf4\x60\x95\x01\x9d\x82\x18\x9d\x60\x6c\x1a\x64\x62\xf2\xb3\x00\x8f\x6b\x31\x95\x88\x08\x73\x2a\xcb\x54\xdf\x9d\xa4\x98\x4a\xf8\x54\x8a\x21\x34\x73\xc5\x54\x8a\x4d\xd3\x2a\x74\x29\xe4\x10\xe6\x38\x7a\x2a\xe4\xa6\x3c\xc1\x75\x4c\x79\x02\x91\x2a\x5c\x53\x9e\x60\xc0\x8a\x06\x1f\xd0\x80\x15\x77\x52\xac\x11\x00\x77\x7b\x41\xc5\xaf\xb7\xd6\x81\x70\xf4\x9d\x91\xae\x51\x89\xef\x8a\x1c\x84\xf1\xa8\x1c\x77\x45\x0e\xbf\x62\x44\xdf\xd8\xc8\xd4\x22\x61\xdb\x10\xa4\x8d\x98\xda\x49\x98\xbb\x4c\xbd\xeb\xd2\xe0\x88\x77\x99\x7a\x2f\xdf\x47\x6f\x82\x0e\x41\x1c\x9b\xaa\x7e\x17\x7f\x42\x44\xef\x52\x7f\x0a\xe2\x3a\xa8\xea\x9a\x18\x63\x6f\xd8\xd5\x0d\xc8\x04\x91\x0a\x43\x90\x0b\xc2\x2e\x28\xd5\xae\x4b\xdb\x75\x69\x23\x80\x86\xa0\xc1\xaa\x09\x34\x05\x4d\x56\x0d\xa0\xbb\x20\x58\xc3\x4b\x3d\xc1\xb4\x17\xa9\x89\x4e\x90\xef\xa2\xc6\x7b\x27\xbe\xa6\xa0\x43\x50\x55\x13\x5e\x24\x62\x17\xc1\x41\x98\x4f\x0e\xc4\xbb\x58\xec\x5c\x5a\x27\xbe\x76\x5d\x1a\xc2\x9c\x4a\xbc\xeb\xd2\x10\xe6\x14\xd4\xdd\xba\x20\x67\x23\xd6\xab\x16\xee\x14\x3e\x9f\xd2\xa5\x33\x12\x72\xcc\x6f\xb1\x2b\xe4\x76\x85\xdc\xd4\x46\xd9\x45\x49\x63\xa4\x8b\x5d\x25\x8d\xdf\x1b\x2c\x48\xab\x5d\xcc\x08\xa1\x27\x83\xd8\x55\xd2\xf8\xbd\x21\xf8\xa5\x29\x76\xd7\x17\x79\x17\xe3\x15\x21\x76\xd1\x20\x46\xf3\xe8\x70\x0b\x8d\xe6\xc1\x1c\x1e\x56\xc3\x6d\x68\x0e\x97\xb0\xd8\x0c\x28\x05\x25\x50\x00\x0d\x41\x93\x8d\x82\xee\x82\xee\xac\x1a\x40\xbb\xa0\x93\x55\x82\x9e\x82\x9e\x90\xcb\x3a\xd0\xa1\x66\x76\x40\x7a\xa3\x09\x6a\x82\x1a\xb7\x9d\x40\x5d\x90\xde\x40\x1a\x90\x0b\xe2\xc5\x8b\x09\xea\xe8\xb2\xbe\xb8\xaf\x5e\x4a\xe2\xe8\x32\x15\x1e\xcc\x4b\x49\x1c\xe2\xc1\x88\xb0\x86\xf5\x8a\x1c\x84\x05\xd9\x71\x68\xa8\x3a\xaa\x7d\x86\x46\xaf\x43\xed\x93\x5f\x0c\x2d\x3a\x46\x28\x26\x0e\xc3\xae\x17\x24\xbb\x78\x18\x0d\xb2\xe3\x50\x4c\x20\x2c\x18\x4b\x0e\xf5\xc7\xa3\x42\x23\x34\x67\x1d\x26\xbb\x44\x8d\x89\xfb\x43\xfd\xf1\x70\xa9\xcf\xbf\x6c\xc5\x11\xff\xaf\x13\x1f\xae\x8f\xbb\x3e\x8e\x0e\xb1\xe4\xc3\x7f\xa3\x78\x87\x98\xed\xe1\xbc\x15\x91\x3b\x87\x3a\xde\x51\x5d\x2e\x8c\x42\x7c\x88\xc6\x22\x2c\xe8\x78\x87\x68\xec\x41\x13\x34\x12\xe5\x50\x13\x44\x58\x98\x36\xca\x08\xba\x94\x26\x94\x43\x5d\xea\xa0\x4b\x85\x71\x5c\x75\xa9\x83\xba\x25\x6e\x78\xa8\x6e\x1d\x7a\x9e\x94\xa9\xf9\x5a\xc5\x65\xc1\x92\x0f\x75\x16\x84\x85\x82\x48\x9d\x85\xe7\xa3\x10\x4b\xd6\xf3\x51\x3c\x78\x96\xe7\x3d\x2c\x1e\x2a\x52\x8f\x22\xb8\x61\x94\xc5\x87\x5e\x22\x10\xde\xe9\x9e\x0f\x91\x5d\x5e\x81\x42\xad\x52\xaf\x40\x71\xd6\xd8\x10\xce\xa0\x71\xf2\xa6\x2c\x11\xe2\x60\xa7\x46\x08\x9e\x7c\x42\xa1\xa6\x27\x9f\x78\x0a\xaa\xcc\x4f\x3d\xc0\xe4\xaa\x9f\xaf\xcb\x85\xf9\xfa\x03\x00\x9e\x43\x62\xd4\x81\x52\xcf\x21\xd9\xa8\x5b\xb3\xbc\x9a\x3c\xe4\xbf\x84\x67\xd1\x94\xd4\x7b\x7e\xf2\x84\x1b\xb3\x06\x8d\x6c\x38\x47\xc2\x33\x59\x85\x73\x92\xa7\x95\x5c\x2b\x46\x53\x6f\x27\xd9\x2b\xf7\x72\xad\x80\xcc\xde\x5f\x10\x74\xa0\x38\x6b\x76\xf2\x30\xbb\x36\x56\xad\x49\xbd\x9d\xa4\x55\x7d\xc8\xad\x12\x25\x8d\xfa\x20\x11\x56\xb5\x39\x79\x47\xb9\xa6\x95\xa3\x73\xab\xe0\x4e\xc3\xd1\x12\x11\x5a\x85\xa3\x93\xe7\x94\x6c\xc5\x59\x53\xcf\x29\xe9\x82\x5a\x19\xa1\x61\x3d\x19\x1b\xb2\x6f\xb5\x8a\xd9\xe1\x25\xac\xd5\x3d\xa6\x46\x08\x89\xec\x73\x00\x85\x20\x4c\xed\x5a\x95\x82\x4e\x56\x15\xa4\x49\x20\xb3\x4a\x46\xda\x9a\x05\x51\x32\x24\xac\x99\xa0\x09\x64\xac\xea\x75\x43\x62\xb3\x12\xd6\xaa\x5c\x67\x9a\x56\x55\x6d\x4e\xab\x20\x4f\xd1\x4d\x09\xa3\x4b\xa5\xe8\x66\x42\xeb\x92\x29\x3f\x45\xeb\x72\x54\x7c\xa5\x61\xfd\x20\xbe\x24\xd2\xb9\xda\x41\x7c\x25\xb4\x2e\xa1\x4f\x29\x5a\x27\xe1\xeb\x60\x63\x4a\xd7\xeb\x8f\x21\x6a\x95\xe8\x53\xbe\xfe\x3e\xa2\xfa\x62\x8a\xa6\x48\x64\x16\x75\xcd\x3b\x03\x90\x44\xf7\xca\xda\xbc\xf3\xfb\x6b\xc2\x49\x52\x97\x26\x4e\x22\xd1\x49\xf7\xbc\x93\xdb\x09\x43\xc8\xac\x1c\x4a\x31\x84\xdc\x05\x55\x3e\xa6\x9a\x4d\xd2\x3a\x72\x54\x0e\x25\xfd\xe3\x25\xfa\xd8\xb4\x8a\xf0\x25\x91\x73\x14\x0b\x4a\x25\x72\x92\x8f\x39\xa3\xfd\x45\x0d\xac\x7f\xff\xf1\xfe\xf9\xf2\xeb\x9f\xf4\x1c\x3f\xbd\xbf\x9f\x6f\x5f\xf9\x03\x22\xfe\x78\x67\x79\x9c\xcf\x8f\x6f\xe7\xaf\x7f\x8c\xf4\xf9\xd3\xe7\xda\xc5\x3f\xff\x1b\x00\x00\xff\xff\xd3\xfe\x56\x0b\xb8\x24\x00\x00"); -func _aaab ()([]byte ,error ){return _g (_adee ,"KSC-EUC-V")};var _fga =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x84\xbd\x4b\xab\x2e\x4b\x92\xa6\x37\x3f\xbf\x62\x0f\xa5\x41\x2b\xc3\x3d\xfc\x0a\x4d\x81\xa8\xa6\xa0\x04\x2d\x09\x95\x5a\x12\x08\xd1\xc4\xc5\x3d\x95\xa0\x3c\x79\x38\x99\x35\xa8\x7f\x2f\x96\x3d\xcf\x97\xec\x12\x62\xef\xd1\xc2\x57\x7c\x11\xee\xe6\x17\x33\x7b\xed\xe6\x7f\xf8\xc7\x7f\xfe\x4f\xff\xfc\xeb\x9f\xfe\xf6\xed\x0f\xff\xf3\xef\x7f\x79\xfe\x65\xfd\xed\xdb\xfe\xd3\xaf\xef\xef\xeb\xaf\x7f\xf9\xd7\xdf\x9f\xf5\xed\x5e\x7f\xfc\xd3\xaf\xbf\xfc\x92\xf2\xb7\xf7\x4f\xcf\xdf\x3e\xcd\xf8\xf3\xfc\xf9\xfa\xed\x97\x5f\xbe\xde\xff\x97\x7f\xfb\xeb\xdf\xd6\x9f\xff\xf9\xd7\xfd\x97\x6f\x27\xbf\x7b\xff\xf5\x37\x7f\xfb\xed\xdb\x1f\xfe\x97\xf5\xc7\x3f\xfd\xf5\x6f\xbf\xff\xdb\xb7\xff\xe6\xbf\x7f\xff\x72\xaf\xff\xf6\xdb\xbb\xf6\xd7\xff\xff\xa7\xdf\xdf\xf5\xfb\x9f\x7e\xfd\xa3\xff\xff\xaf\xff\xc3\xf5\xdb\xf5\x6b\xfa\xaf\xff\xe5\x1f\xff\x25\xff\xfd\x37\xff\xf2\xaf\xbf\xfd\xf6\xff\xac\x3f\xaf\x5f\xff\xf6\xad\xc7\xff\xd6\xaf\x6f\xfc\xfd\xe5\x0f\xff\xf8\x9f\xaf\xdf\xfe\xc7\xeb\xcf\xeb\xdb\x1f\xe2\xf5\xff\xc0\xeb\xff\xe1\xeb\xf5\xf8\x45\xfc\xe0\x7f\x5b\xbf\xff\xf5\x4f\x7f\xf9\xf5\xdb\xfc\xef\x8e\xe3\xbb\x7f\xff\xaf\xff\xf6\xdb\xfa\x96\xfd\xd0\xff\xf1\x5f\xfe\xf9\x3f\x7d\xfb\x3f\xd3\xb7\x74\x7c\xcb\xf5\x3c\xeb\xb7\x94\x53\xfe\xbf\x7c\xf8\xbf\xff\xe7\xbf\xbc\xeb\xdb\x41\x2b\x41\xd4\xf3\x97\x77\xfd\xf5\xb7\xeb\x59\xbf\x5f\xbf\xfe\x71\xfd\xf2\xed\xdb\x7f\x3c\x8e\xe3\xf8\x87\x6f\xff\xf1\x9f\xfe\xe9\x9f\xfe\xe9\x1f\xbe\x86\xf8\xff\xf9\xc5\x2f\xe9\x38\x78\xf5\xde\xcf\xff\x7d\xfd\xfe\xcb\xe7\x85\xbd\xf7\xfb\x0f\x5f\xad\xf3\xfd\x87\xaf\xaf\x5c\x35\x5a\xd5\x56\xa3\xb5\xa2\xd5\xf9\x65\xdd\x5f\xad\xf3\x38\xa3\xd5\xbe\xbe\x92\x8f\x34\x69\xa5\xf8\x65\x7d\x68\x65\x9e\x0d\x5a\x27\x5f\xf1\x59\xa1\xb5\x68\x8d\xf8\x65\x29\xb4\xe6\xd7\xb3\x34\x33\xad\x8b\xb1\x74\x5a\x37\x2d\x7f\xf9\xd0\x83\xdf\x74\xd4\x77\xb4\xba\xbd\xf3\x95\x5e\xe3\xd9\xcd\x57\x7a\xa3\x05\x7d\xbd\xc7\x2f\xb3\xbf\x64\x2c\xe9\xa2\x35\x69\x31\xce\x7e\xd1\x62\x26\x3a\x63\xb9\xed\x8f\xb1\x64\xbf\xf9\x46\xeb\x3c\x68\x31\x83\xf7\x8e\xd6\x60\x96\x2e\x5b\x95\xf9\xa4\xbf\xe1\xc8\x98\xb3\xd1\x79\x46\x0f\x63\x44\x2b\xfb\x6c\xf2\x0c\xda\x47\xcc\xd2\x79\xd2\xfb\x60\x64\x8f\xad\x87\xfe\xec\x21\x66\x29\x95\x44\x8b\x91\xbd\x7e\x33\xd6\x36\x55\x66\x62\x1e\x8c\x85\xf7\x26\xa3\x5e\x7c\x73\xe6\xf8\xe5\xc9\x57\xe6\xc9\x37\x7d\x8f\xb5\xdd\x7c\x73\x56\xbe\xc9\x7e\x99\xd0\xf7\x42\xfb\x0c\xfa\x8e\xcc\x7c\xce\xc1\x38\xd9\x4b\x73\xd2\x82\xbe\xe9\x2e\x60\x1d\xe6\x66\x64\xec\xd6\xcb\x71\xf2\xde\x0b\x0d\x8d\x99\x5f\xf1\x2c\x75\xc6\xb2\x12\x2d\xfa\x5b\x99\x19\xe4\x2b\x0b\x1a\x1a\x14\xad\x2f\x1a\x72\x72\x4f\x2c\x68\x70\xb7\x2e\x68\x60\x6d\x53\x3e\xbf\x3b\x39\xa9\x54\xd6\x3d\x7e\x99\x62\x35\xf7\x2e\xfc\x32\x56\xec\x3c\x96\xcf\xae\x68\xb1\x5b\x53\xac\xd8\x79\xdc\x89\xd6\x13\xad\x5d\x68\xbd\xfc\xf2\xa1\xb5\x68\xf9\x95\xcd\x7b\xf4\x10\x2b\x76\x1e\x77\xa6\x95\x68\xf1\x95\x58\xb1\xd3\x3d\x9f\x62\xc5\x4e\xf7\x59\x8a\x15\x3b\x5d\xe9\x14\x2b\x76\x1e\x37\xfd\xc5\x8a\x9d\xc7\x4d\x7f\xb1\x62\xe7\xf1\xd8\xdf\xa0\x65\x7f\xd0\xf7\x30\x13\x13\xfa\x9e\x4e\x0b\xfa\x9e\x58\xa3\x74\x31\x2f\xac\x51\xda\xce\x19\x5f\xd9\xcc\xee\xc5\xc8\x36\x67\x93\x7d\x9d\x36\x3b\xa4\x32\x67\x9b\x1d\x52\x63\x35\xf3\xf1\xfd\x79\xcf\xc7\xf9\x5d\x0f\xf9\x80\xbe\xe9\x33\xe8\xe3\x04\xe4\x03\xfa\xca\x49\x0b\xfa\x4a\xa5\x05\x7d\xa5\xd3\x82\xbe\x32\x69\x41\xdf\xf0\x3d\xe8\x1b\xbe\xc7\xfa\x0d\xdf\x63\xfd\xda\x19\xac\x59\x0e\xfc\xff\xc3\x92\xf3\xc1\xd2\x16\x87\xc9\xd2\xc2\x14\x73\x62\x69\x4b\xa3\xc5\xd2\x96\x41\x0b\xf2\x0a\x13\x91\x24\x6f\xd3\x82\xbc\x0a\xb1\x09\xf2\x38\x8c\x39\x41\x5e\x65\xd0\x09\xf2\x2a\x83\x4e\x90\x57\x21\x36\x41\x1e\x13\x9f\x13\xe4\x39\xf1\x09\xf2\xaa\xfd\x41\x43\xb3\x3f\x68\x68\xd0\x90\xa1\xa1\x41\x43\x86\x86\x06\x0d\x99\xb1\x74\x68\xcf\x8c\xa5\x33\xb2\xcc\x58\xba\xbf\x64\x2c\x9d\xb1\x9c\x7c\x65\xd0\xc3\xc9\x26\x1f\xf4\x70\xf2\x95\xc1\xc8\x4e\xbe\x32\xa1\xfd\x64\xd4\x63\xd1\x72\xe6\x1f\x5a\xce\x3c\xcf\x0a\xa3\xae\x6c\xa5\x42\x7f\xb0\xc8\x5c\xe8\xaf\xd2\x7b\xe1\x50\x55\x7a\x2f\xac\x4a\x65\xd4\x85\x55\xa9\x17\x2d\x57\x85\xfe\x8a\xab\x62\x7f\xcc\x84\x5b\xb7\x40\x43\xb3\x3f\x68\x68\xcc\x4b\x61\x26\x1a\x2b\x56\x58\x95\xc6\x8a\x55\x58\xeb\xc3\xc8\x2a\x07\x67\xfb\x8c\x83\xb3\x6c\xc1\x5a\x17\xab\x59\xef\xef\x18\x74\xae\x88\x8e\x45\x0f\xaa\x05\x8f\x2d\x45\x07\x2b\x8d\x5a\x70\x6c\x5a\x21\xfa\x8f\x63\x33\xd7\x8a\xfe\x0d\xed\x8a\xfe\xcb\x5f\xd6\xef\x44\x63\x6e\x8a\x3f\xc6\xd2\xa0\xe1\x65\x3e\x1b\x34\xbc\xcc\x59\x93\x06\xe8\x53\x49\x58\xec\x09\x95\x84\xe5\x37\xa1\x61\xfb\x95\xf7\xdf\x7d\x05\x1a\x16\xb3\xdb\xa0\x61\x31\xce\x8e\x58\x81\x5d\xe7\x8e\xf8\x83\x25\xe7\x2e\x7d\x7c\xa5\x43\xdf\x62\xc5\x7a\xf9\x7e\x76\x43\xf1\xc8\x15\x96\x9c\x55\x3c\x16\xb4\xf7\xfe\x9d\x12\x94\xfb\xf8\x4e\xac\xe4\x50\x27\xf6\x3e\xec\xe1\xa5\xe5\x2f\xd9\xad\x1b\x6a\x43\x9d\xd8\x3b\x41\xed\xc8\xfc\x92\x1e\x86\xb3\xcb\xa8\xff\x9d\x38\xca\x28\x17\x32\xda\x1c\xca\xc5\xde\x08\xae\x3c\xe6\x77\x62\x2c\x87\xa8\xda\xfb\xb4\x07\x4e\x07\x0a\x60\x0e\x91\x53\xd6\xcb\x8a\x29\x48\x9c\x97\x09\x63\x4f\xec\xd6\x10\x24\xf9\x48\xf4\x1e\x82\x64\xef\x83\x6f\x4e\x7b\xf7\xbd\x19\x2d\xcf\xc3\x54\xe9\x62\xfd\x42\x90\xec\xed\xc9\x99\xdf\x2b\x5d\x79\xa2\x74\x65\xfa\x53\xc8\x9c\xcc\xd2\x45\x7f\x27\xe3\xbc\xe8\xef\x8b\x9f\xfd\x98\x25\x5f\x0e\x85\xd7\xee\xc2\xa0\xf9\xe4\x5d\x69\xf9\xcc\xad\xcb\xc4\xdf\x6e\x5d\x8e\xca\xed\xf1\xb3\xc5\x37\x93\xef\x05\x79\xd9\xe3\x7e\x43\x1e\x1a\x6d\xbe\xd9\x04\x68\x9f\xf9\xde\xf1\x4b\x5b\x4f\x68\xde\xf9\x64\x69\x9f\xaf\x4d\x90\x9b\xa2\xe3\xc9\xb4\xf8\xe6\xc3\xf6\xbc\x6d\xc5\x32\x24\x97\xef\x61\x5a\x16\x53\xf6\x30\x2d\x87\xdf\x64\x2c\x87\xcf\xdc\x90\xbe\xe7\x86\x64\xe2\x9f\x45\x8b\x83\xf3\xec\x68\x65\xfa\x7b\x8f\xef\xf4\xf7\xfc\x32\x4e\xdf\x7b\x19\xa7\x3d\xbc\x67\x1c\x95\x87\xd9\x7d\x0b\x2d\x36\xc8\xcb\x31\x7a\xa0\xfd\x6d\xb4\xfc\x66\xa7\xe5\x37\x43\x7f\xaf\xb2\x97\x77\xd2\x72\x2c\x17\x87\x11\x1a\xde\xfb\xfb\xa3\xf9\x3e\xb4\x58\x95\xf7\xa5\xc5\x3a\xbc\x8b\xe3\xe0\xc8\x38\x00\x6a\x1a\xa1\x61\x66\xd1\x4a\x0e\x2d\x32\x27\x85\xcc\xe2\x38\x24\x5b\x41\xc3\x97\x52\x11\xad\x46\x8b\x6f\xae\x18\xcb\x97\xa4\x8b\xd6\x43\x0b\x16\xb2\xf6\x77\x9a\x70\xde\xf4\xf7\xd2\xdf\x4e\xb4\x58\xb1\x9d\xf9\x26\xd4\xee\x93\x16\xbd\xef\xc2\x37\x7d\xc6\x58\xd0\x5a\x73\xe8\x5c\xf9\x94\x22\x74\xae\x2f\x85\x2a\x5a\x83\x16\x73\x1d\x3a\x57\xce\x8a\xf7\xcd\xde\x55\x18\xee\x97\xfd\x09\x0d\x7b\xb1\x3f\x99\xcf\xed\xde\x8d\xd6\x79\xb8\x77\x2b\x2d\xe6\x2c\xdf\xb4\xca\x77\xc8\xe9\x0c\x5d\x2d\xb7\xb6\x69\x35\x5a\x7e\xa5\xd3\xba\x68\x5d\xdf\x61\xba\xf3\x60\x6d\x11\x01\x25\xd4\x89\xa3\xc0\x14\x4b\x08\xd1\xa3\xa0\x12\x95\x10\x40\x65\xcd\x87\xd6\x57\x0f\xb5\xc2\x6c\x4a\x08\xa0\x7a\x31\x83\x25\x04\xd0\x6c\xb0\xc1\x12\x02\xa8\x16\x34\xe1\x12\x02\xa8\xa5\x74\xd3\xfa\xea\xbd\x89\xd4\x4a\x08\xa0\x3a\xb7\xdf\xfc\x9a\xa5\x29\xda\x2c\x21\x80\x46\x41\xd1\x29\x21\x80\xc6\xc9\xe9\x2f\x21\x80\xfa\x85\xe2\x51\x42\x00\x35\x51\x5c\x09\x01\xd4\x4e\x04\x49\x09\x01\xd4\x16\x8c\xaf\x84\x00\x6a\x15\x81\x5e\x42\x00\x8d\x82\xd2\x55\x42\x00\x8d\x7c\xd9\xfa\xa2\x6f\xde\xdb\xf7\xbe\xe8\x6b\x83\xbd\x5b\x02\xf9\xd6\x9e\x3b\xad\xa0\xcf\x53\x55\x02\xf9\xb6\x2f\x99\x18\xad\xa0\xef\x9e\xd0\x1e\xa2\xaa\xce\xd7\x51\x07\x7d\xad\xfb\xec\x8b\xbe\x39\x10\xa2\x65\x04\x7d\x2f\xaa\x4d\x09\x31\xd6\xdf\x2f\x9c\xf1\x43\x96\x5c\x42\xc2\xcd\x1b\xcd\xad\x8c\x20\x3d\xbb\x60\xe3\x8b\xf4\xfe\x4c\x96\x28\xa4\xdf\x18\x80\xfe\x12\xd2\xaf\xde\x63\xd2\x8a\xa5\x5d\x40\xc8\x12\xd2\xaf\x9d\x87\xcf\xbe\x48\x6f\x6d\xfa\x5e\x90\x3e\xd0\xb5\x4b\x00\xb5\x29\xeb\x29\x01\xd4\x66\x1f\x4c\x75\x00\xb5\xd6\x8b\xbd\xaf\xd8\x58\xcb\x1e\xbe\x48\x2f\xb2\xc8\x82\xd4\xdc\x68\xec\x25\x80\x5a\xd9\xd3\xd6\x17\x7d\x55\x98\x51\x02\xa8\xd5\xb6\x99\xa4\x90\xaf\x75\x9e\xf4\x1e\xf2\xb5\x4e\x0e\x7f\x09\xf9\x5a\x2f\x37\x79\xc8\xd7\xfa\x48\x51\xc8\xd7\xa6\x56\x57\x42\xbe\xb6\x74\xd8\x62\xeb\x76\x16\x2c\xe4\x6b\x6b\xb0\xac\x12\xf2\xb5\x4d\x18\x74\x09\xf9\xda\x85\x89\x65\x7e\xd1\xd7\xab\xd4\x06\x24\xef\xd5\xaf\x04\x24\xef\x13\x0d\xa5\x5c\x2c\xed\x05\x7d\x57\x8e\x96\x47\xf3\xfa\xa2\x6f\x1c\x0f\xfd\x5d\x25\x36\x2b\x7a\x4e\xb9\x58\xbf\xe6\xb3\xd8\xba\x37\x6c\xa9\x84\x3c\x9f\x62\x97\x12\xf2\x7c\x1e\x9d\x91\x85\xd0\xae\xe7\x69\xef\x17\x07\xdc\x5f\xde\xd1\xba\x6c\xc5\xd6\xed\xce\xcb\xf5\xc6\x58\x6e\x7b\x58\xf1\xcd\x87\xf9\xbc\x82\xbe\xe1\xa8\x6f\xb4\x1e\x18\x6d\xb9\xbf\xe8\xab\x03\xdd\xb7\xdc\x71\x34\xd7\xc5\x57\xee\x33\xbe\x72\xb2\x7b\x42\x81\xe8\xd7\xe9\xb3\xa0\xef\xc3\x26\x6e\x8e\xe6\x60\xd4\xa1\x40\xcc\x27\xdb\xdf\x17\x7d\x55\xa3\x4d\xb9\xa1\xcf\xb9\x0e\x05\xa2\x16\x04\x57\x09\x05\xa2\x16\x19\x43\x28\x10\xb5\x2d\x7f\xc9\xd1\x74\x55\xee\x2f\xfa\xea\x46\x3b\x2b\xb7\x47\x93\x91\x85\x72\xd1\x5e\xf4\xe9\x12\xca\xc5\x50\xd7\x2e\xa1\x5c\x8c\x8a\xd1\xa6\x84\x72\x31\x9b\x87\xf8\x29\xd1\x72\x64\x4f\x8d\xd6\x65\xab\xc5\x59\xb1\xf7\x50\x3c\x6a\x39\x6c\x05\x7d\x27\x78\xa1\x3c\x93\x93\xca\x2e\x7f\xae\xd8\x75\x28\x02\x25\x94\x92\xbe\xa5\x36\x94\x92\xb1\x1f\x7b\x0f\xd6\xda\x16\xf3\x19\x4a\x49\x3d\x9b\xef\x05\x7d\x2f\x7a\x63\x79\x61\xad\xee\xe4\x50\x4a\xca\x4a\xcc\x59\x28\x25\xfd\xc3\x06\x43\x29\x19\x69\xfb\x5e\x81\xd1\xc2\x6d\x42\x29\xa9\x0d\x03\x67\x79\x11\x1d\x28\x4f\x25\x94\x92\x76\x23\xf0\x4a\x28\x25\xa3\x26\xfb\x9b\xb1\xb6\xee\xcf\x50\x4a\xea\x94\x4f\x84\x52\x52\x4f\x8c\x60\x25\x94\x92\xf6\xca\xbc\x43\x29\xe9\xe5\x75\x2c\xb1\x3f\x2b\xe8\xb6\x84\x52\x52\x55\x00\xcb\x62\x7f\x4e\x28\x0a\xb3\xd7\x3c\x0a\xfd\x85\xd9\x6b\x7e\x38\x4a\x28\x2c\xe3\xf4\x14\x87\xc2\x32\x27\xa8\xa3\x84\xc2\x52\x43\xc8\xfc\x98\x25\x2f\x48\x47\xf6\x96\x15\x4b\x7b\x23\xc1\xcb\x8a\xa5\xdd\xca\x8a\x05\x6b\xcd\x3e\x0b\xd6\xd3\x5c\xf6\xd0\x81\xda\x70\x02\x43\x07\x6a\x8f\x07\x67\x05\x6b\x7d\x3e\xbf\x5c\x31\x2d\xe8\x47\x25\xf4\xa3\x5e\x30\x4e\x94\xd0\x8f\x7a\x7b\x78\x2f\xf4\xa3\x7e\x01\xe5\x4b\xe8\x47\x73\xa0\x33\x97\xd0\x8f\x46\xf6\xd8\x86\x7e\x34\xc6\xe7\x2b\x71\x34\x2f\xb4\xf2\x12\xfa\xd1\xcc\x4a\xd4\xd0\x8f\xda\x2b\x9b\x08\xfd\xa8\xd7\xcb\xf7\x26\xbd\xb3\xd0\xa1\x1f\xcd\x89\x45\xac\xec\x1b\x09\xce\x2c\xed\x07\x76\x66\xef\xc1\x7a\xde\xe1\x7b\x2c\xed\xa7\x87\x1d\x4c\x18\x81\x57\x43\x77\xaa\x27\xcc\xb4\x1e\xc1\x7a\x12\x06\x8f\x1a\x36\xb0\xda\xd1\xe3\x6a\xe8\x55\x75\xb0\x0e\xf5\x40\x74\x60\x4e\xaa\xa1\x57\xd5\xfb\xb6\x15\xeb\xb7\xb6\x5f\x09\xfa\x0e\xd8\x52\x3d\x10\x8d\x6c\xc8\x1a\x36\xb0\x76\x6e\xdf\x8b\xf5\x7b\x00\xef\x35\x74\xae\xb6\x93\xcf\x9e\x38\xb6\x9f\x51\xc7\xd6\x4d\x9f\x67\x21\x3a\x52\xf5\x9b\xb1\x7e\xe9\x8d\x59\xaa\x61\xe8\xea\x27\x5a\x56\x0d\x43\x57\x5f\xcc\x52\x4d\xc1\x7a\xbe\x50\x74\xb4\x58\xbf\xd7\x67\xb1\x7e\x15\xa1\x5d\xc3\x08\x36\x35\xa2\xd4\xc4\xfa\xb1\xb6\x35\x8c\x60\xf3\x4d\xb6\x62\x7f\x0e\xcc\x26\x35\x8c\x60\x4d\xbd\xbf\x26\xe8\xc3\x68\x53\xc3\x08\xd6\x6b\x76\x9c\xc1\x5a\xd3\xf6\x3d\x58\x6b\x86\xda\x30\x82\xd5\xd9\xfc\x65\x1c\xcd\x3d\x18\x4b\x18\xc1\xea\xe6\x10\xd7\x30\x82\xb5\x6c\x7f\x39\x44\x47\xc5\x50\x52\xc3\xb2\xdc\xae\x6c\x2b\x58\xcf\x8d\x3e\xf6\x35\x88\xaf\x96\xeb\x97\x5b\xcc\x19\xa2\xa3\xe6\x1e\x2c\x12\xc1\x55\xc3\xb0\x36\x26\x46\xa9\x1a\x9a\xf0\x7c\xb3\xfd\xc5\xfe\x7c\x11\xb7\x35\x0c\x6b\x73\x3d\x7e\x33\xe8\x7b\x2e\xbf\xc2\xf9\x9b\x7e\x25\xb4\xba\xb3\xdb\x5f\xd0\x97\x38\xb7\xf5\x0c\xfa\x1e\x98\x4d\x0d\xf3\x5c\x4b\x70\x86\x1a\xe6\xb9\x91\x1e\x5b\x41\xdf\x70\x35\xcf\x10\x8d\x22\x8b\x7a\xa2\x95\xbb\x43\xce\x16\x0a\x92\xf3\x72\x76\xc4\x1f\xfb\xf3\x44\xb5\x71\xfd\xc2\xe4\xd7\x56\xb6\x75\x71\xfa\xd9\x4b\xe7\x8d\x00\x3a\x69\x3d\x88\x70\xc7\x19\xeb\x77\x26\xc7\xa2\xea\xc6\xbc\x9c\xa8\x6e\xa8\x1a\xb5\xa0\xba\x81\x6b\x6a\x41\x75\x73\x96\xc2\x1c\x58\x76\xa7\x87\x30\x07\xd6\x8c\xf8\xab\x61\x0e\xac\x27\x0a\x44\x2d\x88\x0e\xd4\xb3\x1a\xe6\xc0\x3a\x0f\x9f\x81\x3a\x5c\xbf\x30\x07\xd6\xdb\x19\x2c\x88\xc6\x9f\xb2\xe4\x1a\x20\xa7\x4f\x0f\x47\x41\xab\x43\xa2\xd6\xb0\x14\xb6\x0e\xe4\xa9\x05\xad\xf5\xd3\x41\xb0\xd6\xbb\xf8\x6c\x73\xc0\x21\xa8\xc6\xd1\x3c\x1a\x53\x56\xe3\x68\x9e\xc8\xde\x5a\x43\x6a\x4e\x34\xe1\x5a\xcf\x68\xe1\x34\xa8\x55\xad\x87\x6f\xd6\x2f\xd2\xbb\xd2\xbd\x56\xb4\x1e\xcc\x26\x35\xac\x96\xe3\x0b\x99\x47\x2b\xb6\xee\xe9\xc6\x0a\xab\xe5\x38\xbb\xef\x5d\xd1\x72\x3a\xc3\x6a\x39\xce\xd7\x71\x06\x6b\xed\x48\xcd\x1a\x56\xcb\x71\xdd\x8e\x33\x8e\x66\x73\x83\x84\xd5\x72\x3c\xd8\xc0\x6a\x38\x33\xc7\xc6\xc5\x55\x9b\x52\x13\x1a\xc2\xa2\x39\x7b\xb2\x15\xac\xa7\xc1\xae\x6b\x58\x34\xcb\xf6\xe0\x04\xa0\xac\xcf\xf2\x9b\x0d\x7c\x02\x7d\x01\x28\x7b\x76\x5b\x37\x44\x07\x7a\x40\x0d\x40\x39\x12\x7a\x40\x0d\x40\x39\x32\x7a\x4e\x0d\x40\x39\xda\xb6\xf7\xa0\xef\x01\x7a\x56\x00\x65\x7b\x7c\x2f\x44\xc7\x44\x7f\xaf\x01\x28\xe7\x94\xb5\x76\xb4\x02\x0c\x2c\xb5\xb3\x75\xd1\x49\x6a\x00\xca\x31\x17\xef\x75\x50\xc7\x4b\x7f\x01\x28\xeb\x28\xfe\x32\xe8\x1b\x8f\x2d\x45\x87\xdf\x8c\xad\xbb\x97\x2d\x8e\xa6\x0c\x2c\x00\x65\x3b\x26\xb3\x04\xa0\xd4\xae\x5d\x01\x94\x09\xd0\x58\x03\x50\xb6\xac\x18\x0b\x40\xd9\xf2\xe7\x59\xec\xcf\xaf\x73\x1e\xad\xa0\xef\x46\x2f\xae\x01\x28\x5b\x73\xdd\x03\x50\xb6\x81\xd9\xab\x06\x6a\x6c\xaf\xbb\x27\x50\x63\x3f\xba\xcf\x0a\x48\x86\xfd\x19\xa8\xb1\x37\x45\x6a\xa0\xc6\xfe\x02\xd0\xeb\x60\x7f\x5e\xb6\x62\x7f\x76\x45\x40\xa0\xc6\x59\x65\xc2\x81\x1a\x67\x53\xfc\x05\x6a\x1c\x0f\x08\xaf\x0e\x45\x87\xa3\x0e\xd6\x93\x3d\x2b\x03\xd1\x21\x23\x0a\xd4\x58\x8b\xe7\x2f\x50\x63\xbd\x3f\xad\x10\xfd\xaf\xbf\x0c\xd4\xd8\x12\xde\x94\x1a\xa8\xb1\xcd\xc1\x0c\x06\x6a\x6c\x2f\x0e\xe7\x1a\xa8\xb1\x0f\x4f\x6a\xa0\xc6\x51\xdc\x13\x81\x1a\xc7\xc0\x07\x54\x03\x35\x8e\xab\xfb\x95\xa0\xef\xbc\x7c\x16\xf4\x5d\xb7\xfd\xdd\xe8\xa9\xcc\x60\xa0\xc6\x39\x3d\x55\x81\x1a\x47\x7b\x99\xa5\x40\x8d\xb5\x5f\xd2\x10\xfc\xa5\x6f\x46\x16\xa8\x71\x34\x8c\x7c\x35\x50\xe3\xcc\x0a\xa7\x40\x8d\x35\xe3\x6e\xab\x17\xfb\x53\x1e\x12\xa8\xb1\x16\xf9\x44\xa0\xc6\xba\xe4\x05\x17\xe7\x0f\x3c\x54\x03\x35\xb6\x82\xab\xb8\x5e\x18\x3c\xe4\x4b\x81\x1a\xdb\x40\xe1\xac\x81\x1a\xdb\x8d\x73\xbf\x06\x6a\xec\xa7\x33\x11\xa8\xb1\x0f\xd0\x43\x0d\xd4\xd8\xaf\xf6\x33\x5b\x72\x0d\x40\x39\xe6\xf4\xb5\x60\x3d\x13\x3b\x5e\x0d\x40\x39\x5e\x59\x6b\x00\xca\xa1\xad\xb5\x06\xa0\x9c\x3a\x68\x2a\x80\xb2\x3a\x81\x37\x80\xcb\x43\x15\x80\x72\x76\x65\xe1\x8d\xc1\xc3\xe3\x70\x63\x10\x70\xf3\x04\xa0\x6c\xb3\xfb\x4d\xec\x55\xd3\xde\x83\xbc\x1b\x1d\xbd\x06\x68\x6c\x57\xf6\x59\x1c\xbf\xab\xb3\x60\x01\x1a\xdb\x50\x74\x04\x68\x9c\x0f\xf6\xf0\x1a\xa0\xb1\x6d\xdc\x82\xf5\x61\xf9\x9c\xc0\x00\x8d\xb5\x7a\x1c\x02\x34\xb6\xcf\x61\x0c\xd0\xd8\xf2\x62\x51\x02\x34\xb6\x57\x16\x19\xa0\xb1\x2d\x6c\x91\x35\x40\x63\x5b\x8a\xb8\x00\x8d\x43\x14\x50\x03\x34\x8e\x99\xfc\x66\x1c\xbf\xad\xee\xfb\x20\xf9\xd5\x45\x01\x8d\x8f\x0c\x45\xd0\xa8\x26\xfc\xa0\x79\xab\x29\x06\x68\x6c\xd7\xc9\xfa\x05\x68\x9c\x1d\xc7\x63\x0d\xd0\xd8\x86\xac\x2e\x40\x63\x4d\x80\xcd\xfa\x22\xfe\x30\x71\xd4\x17\x7b\x9c\xe2\x28\x40\xe3\x4c\x6a\x83\x01\x1a\xe7\x39\x6c\x85\xe4\x6f\x52\xf4\xaa\xb9\xb1\x3d\x5f\x8c\x52\xd9\xaf\x20\xfe\x30\xd3\xd4\x00\x8d\xa3\x10\x9b\x51\x01\x8d\x8f\x2c\x2b\x40\x63\xd5\x06\x5d\x03\x34\x8e\xac\xe8\x08\xd0\xd8\x8b\xe2\x6f\x01\x8a\x71\x4e\xd5\x85\x66\xe3\xf1\x5b\xd0\xa7\x66\x13\xa0\xb1\xde\xee\x64\x40\x63\xc6\xd0\x55\x41\x86\x99\xf8\x92\x0a\x32\xcc\xb8\x13\x2b\xc8\xf0\x55\x74\x04\x32\xac\xd5\xd3\x11\xc8\xb0\x7e\xe6\x33\x90\x61\x9d\x9f\x91\x61\x6f\x74\x96\x02\x19\xd6\x7b\xda\xc3\x62\x2c\x7e\x33\xd8\xe7\x72\xd7\x05\x32\xac\xab\xb3\xd2\x5b\x7b\x2a\x14\x6d\xd8\x27\x4e\xb4\x1a\xc8\xb0\xa5\xe6\xb3\x82\x0e\xcb\x4c\x04\x32\x6c\xa7\x3d\x04\x32\x6c\x55\x31\x06\x32\xec\xee\xc8\x0d\x7b\xa9\x7e\x05\xf6\xa2\x0e\xbb\x61\x2f\xa7\xdf\x8c\xf3\x77\x7f\x7e\x09\xf2\x95\x09\x07\x32\x6c\xdb\x95\x0e\x64\xd8\xb6\x28\x07\x64\xb8\x89\x56\x68\x07\xeb\x87\xc0\x6b\x81\x0c\x7b\xc5\x38\xd1\x02\x19\xf6\x86\x78\x6f\x81\x0c\x7b\x47\xf7\x6d\x07\xfb\x13\x26\xdc\x0e\xd4\x33\x34\xda\x16\xc8\xb0\x3f\xd9\x56\xc7\x74\x37\x69\x85\xfa\xb2\x89\xcd\x68\x81\x0c\xfb\xde\xf6\x1e\xe7\xef\xe0\x84\xb7\x40\x86\x23\x37\x7f\x19\xfb\xf3\x9c\x8b\x56\x88\x87\x79\x3b\xb2\xe0\x91\xd7\xf3\xd0\x52\x3d\x63\x9c\x81\x0c\xa7\xae\xfe\x16\xc8\x70\x6a\xc5\x6f\x81\x0c\x67\xc5\x68\xd3\x12\x3c\x72\xfe\x4c\x4b\x6e\x01\x1a\x67\xc5\x56\xd7\x00\x8d\x0d\xd8\xd6\x00\x8d\xfd\xf5\x93\x71\x34\x27\xc7\xaf\x05\x68\x1c\xd9\xc9\x0d\xd0\x58\xd6\x69\x0b\x7b\x5c\x76\xd0\x37\x6c\xd7\x67\xb1\x75\x5f\xc9\x0b\xd0\xd8\x85\xd6\x2d\x40\x63\x6f\xc5\x67\x01\x8a\x3b\xb2\xa9\x01\x1a\x1f\x7f\x19\xa0\xb1\xab\x65\xb5\x00\x8d\xe3\x75\x31\x33\xf6\x38\xc0\x43\x0b\xd0\x38\x47\xb2\x15\xf4\x0d\xa2\x15\x5a\x80\xc6\x39\x88\x4f\x68\x01\x1a\x8b\x7e\xe3\x16\xa0\xb1\xe8\x6f\x6e\x59\x7b\xa3\xcf\x2e\x0e\xaa\x23\x0b\xfa\x5a\xf3\x2b\xd8\x53\xd9\xe4\x2d\x03\x8a\x09\x9f\x69\x99\xa3\x79\x48\x43\x1c\xcd\x1b\x9d\xb9\x09\x1a\x27\x9b\x27\x40\x63\x5d\x58\xa1\x5a\x80\xc6\x2a\x23\x6a\x01\x1a\xeb\x76\x06\x03\x34\xb6\x73\xf9\x2c\x8e\x66\x87\x41\xb7\x93\xa3\x89\x0b\xb6\x05\x68\x6c\x15\x4f\x7f\x03\x34\x76\x8e\x7b\x03\x34\x0e\x74\xa0\x76\xc2\x5a\x3f\x23\x8b\xa3\x79\x55\x7f\x19\xf4\xad\xd3\x71\xc6\xd1\xbc\x61\x9f\x2d\x40\x63\x7b\x92\xfd\x81\x9c\x10\xb0\x2d\x40\x63\xaf\x88\xcd\x16\xa0\xb1\x4f\x3c\x0a\x2d\x40\x63\xbd\x61\x36\x2d\x40\x63\xbf\xb0\x2c\xb7\x00\x8d\xfd\xfd\xb4\x82\xb5\x6a\xfb\x6c\x01\x1a\xc7\x1c\x7e\x33\x34\xb7\xcb\x1d\x19\xa0\x71\x3c\x98\x07\x5a\x80\xc6\xa1\xee\xdb\x02\x19\x8e\xe5\x0c\x16\x44\x63\xf2\x9b\xa1\xb9\x0d\x67\x29\x90\xe1\xbc\xdc\x05\x81\x0c\xe7\xed\x8e\x0c\x64\x58\x16\x46\x8d\x16\xc8\xb0\x1a\x22\xda\x2a\x46\x29\x47\x1d\xc8\xb0\x4e\x8f\x66\x20\xc3\x7a\xbb\x7b\x02\x19\xb6\x8c\x95\xbb\x55\x44\xff\xe7\x9b\xb1\x7e\x65\xf9\x4b\xec\xa9\xae\x6d\x20\xc3\x2e\xb4\x6e\x81\x0c\x7b\xc5\xda\xd9\x2a\xc8\xd7\x5d\x57\xb1\x17\x7b\x72\x44\x86\x88\x9c\xf6\x41\x86\xf6\x10\xac\xe7\xee\x7e\x73\x63\xf6\xe2\x19\xc8\xf0\x04\xf3\x34\x90\x61\xb7\xf7\x40\x86\xb5\xb8\xaf\x03\x19\xd6\x82\xea\xd6\x02\x19\x56\x8d\x83\x2d\x90\x61\xfb\x9c\x3f\x90\xe1\xe5\xf9\x6b\xac\x9f\xbd\x83\x0c\x07\xc6\x9e\x16\xc8\xb0\x75\x30\x48\x0b\x64\x38\xd7\xc3\x5c\x37\xec\xc5\xdd\x6f\x22\x1a\xe5\x67\x81\x0c\x47\x4a\x8e\x1a\x57\x5c\xb5\x87\x40\x4e\x07\x8e\xf8\x26\x32\x74\xf7\x80\x0c\x97\x62\x25\x90\x61\x59\x78\xbc\x5a\x20\xc3\xb2\xe5\x28\x20\xc3\xcf\xbc\x80\x0c\x8b\x7c\x10\x64\x78\x13\xa8\xd8\x44\x86\xe9\x67\x41\x70\xed\x03\x1a\xed\x1c\x7b\x9c\x5c\x1e\xd0\xd8\xb1\xbd\x34\x40\xe3\x83\xc9\xbb\x01\x1a\x9f\x6e\x0b\x7b\x95\xf2\x2e\x40\x63\x37\x80\xac\x75\xec\xc5\x2e\x11\x5e\xc8\x0b\x2b\x54\xc3\x0b\x79\x39\xe8\x00\x8d\xfd\x46\x5b\x6a\x80\xc6\xd7\xe9\xd4\xd5\xb8\xfd\x65\xc5\x97\xe9\x57\x60\x3d\xe8\x39\x6d\x08\xfa\xd9\x04\x03\x57\xc7\x6d\x6b\x62\x2d\x83\xda\x00\x8d\xf5\x5d\xf6\x87\x97\x15\xbd\xaa\x0d\x40\x31\xae\x9c\x86\xab\xf1\x24\xee\xba\x05\x68\x6c\x2b\xfb\x6c\xb3\xd0\x8c\x33\x40\xe3\xb8\xd0\x06\x5b\x80\xc6\xf1\x12\xae\xd3\x02\x34\xce\x4c\xa4\x6e\x03\x34\x7e\x44\x40\x80\xc6\x3e\xb1\x56\xb7\x00\x8d\xf3\xfe\x7c\xb3\xe1\x44\xf3\xbd\x89\xfb\x12\x8a\x02\x18\x96\xed\xe1\x08\x60\x58\x0d\x12\x6b\x13\xe0\xeb\xd1\xc4\x9d\x78\x6d\x7b\x08\xf1\x90\x14\x32\x13\x9b\xa2\xcf\x2e\x6c\xde\x1e\x9c\x00\x86\xf5\x54\x27\x01\x18\x9e\xb2\x56\x80\xe1\xa9\x68\xbc\x3c\x7e\x1c\x62\x80\xe1\x40\x87\x6d\x01\x0c\xeb\xb3\xfc\x0a\xdb\x13\xc7\x6a\xbb\xf0\x59\x60\xf0\x68\x00\xc3\x43\x26\x05\x30\x34\x1c\xb0\x5d\xd8\xf4\x89\x48\x68\x01\x0c\xdb\xa9\x58\x09\x60\xd8\x2a\xc6\x9e\x76\x81\x9c\x8a\x23\x43\x3c\x28\xa6\x03\xfd\xf5\x8c\x29\xad\x05\xfa\xeb\x7a\x1b\x5a\xa0\xbf\xde\x31\x74\xb5\x1b\x77\xa9\x2b\x16\xe8\x6f\x24\xf4\xfe\x86\x3b\x51\xdd\xbe\xe1\x4e\xac\x98\xaf\x1a\xee\x44\x23\x90\x5a\xa0\xbf\x69\xf4\x40\x0b\x77\xe2\x14\x84\xb7\x1b\x9f\x45\xf5\x97\x61\x33\xbd\x5c\xf7\x1b\xe4\xa4\x8e\x87\x3b\x31\xb9\x97\x70\x27\x3e\xd9\xd6\xc6\xe0\x48\x0f\xb8\x13\xa7\xb3\x14\xc8\xb0\x3e\x44\x27\xb5\x40\x86\x4d\x77\x54\x7b\x30\x5c\xc8\xea\x02\x19\xf6\x13\x97\x7d\x7b\x64\x9f\xbe\x87\x66\xfa\xe9\x21\xd6\xcf\xd8\xe3\x86\x3b\x31\xe3\xb0\x6c\xb8\x13\xbb\xbb\xee\xe1\x8c\x79\x6e\x03\x19\xce\x13\x87\x5e\x0b\x64\xd8\xea\xe5\x7b\x88\xf7\xcc\x7e\x79\x30\x8c\xca\x7b\x1e\x78\x08\x9e\xa4\x86\x3b\x71\x3a\x96\x17\xf1\xae\x98\xc6\x9d\x78\xbb\xee\x2f\x3c\x44\x86\x19\xc8\x70\x64\xcc\x11\x0d\x64\x78\x2a\x98\x03\x19\x8e\xe1\xbe\x0e\x64\x38\xa6\x6a\x08\xee\xc4\xfb\xf4\xbd\x10\xef\xdb\x33\x16\xc8\x70\xa6\x4f\x0b\x77\xb0\x3b\x32\x90\xe1\xfc\x08\xd8\x40\x86\x65\xd5\xf7\x67\x2c\x19\xd0\x68\x10\x76\xc3\xd3\x78\x62\xa7\x6c\x8b\xa3\xa9\x5c\x5e\x6c\x5d\x75\xae\x00\x8d\xfd\xc4\x69\xd0\x16\xa0\x43\xf0\xb0\x20\x7d\xf9\x2c\x48\x5f\x58\xa8\x5a\x80\xc6\x39\x1f\x9f\xa1\x79\xe3\xd0\x6b\x01\x1a\xa7\x66\x93\x06\x68\x4c\x6a\x36\xcb\x20\x1c\xc7\x82\xcd\x94\x28\xc2\x06\x68\xac\x82\xa3\x05\xeb\xe9\xfe\x12\xfa\x14\x01\x80\xc6\x5b\xbd\x7f\x03\x3a\xdc\x3c\x01\x1a\x67\x23\xcc\xbb\x6d\x24\x23\xde\xfc\x06\x68\xbc\x00\x86\x2d\x40\xe3\x4c\x8a\x80\x8d\x4d\x58\x31\xb6\x61\x3d\xea\x7f\x80\xc6\x73\xda\x0a\xc9\x7f\x11\xc1\xd2\x00\x8d\x8f\xba\x13\xee\xc4\xae\xac\xdf\x68\x6e\xcd\x6f\x3e\x08\x2e\x28\xda\xb8\xdb\x86\xad\xc5\xa8\xed\x61\x73\x70\x62\xd4\x3d\x40\x63\x1b\x68\xad\x1d\xd0\xb8\xd0\x42\xfa\x81\x51\x83\x51\xf7\x00\x8d\xf3\xc4\xc6\xd7\x71\x27\xe6\xed\x57\x90\xfc\x18\x4a\xfa\x01\xeb\xb9\x6c\xa9\x99\x9e\xb4\x00\x8d\x1c\xb1\x1e\xa0\x71\xa8\xcb\xf4\x00\x8d\xd3\xe8\xd8\x7e\xa0\xd9\x20\x52\x3b\xa0\x71\x40\x43\xc7\x9d\x38\x8b\xbf\x5c\xd8\xdf\x1d\x4b\xac\x9f\x09\x0b\x3d\x40\x63\xd5\xfe\xde\x13\x9a\x29\x86\xa0\x1e\xa0\xb1\x56\x60\x77\x0f\xd0\x58\x3b\x0c\xac\x27\x58\x0f\xb1\xc0\x3d\x90\x61\xed\xd8\x76\x7b\xc2\x5d\xe3\xbc\x24\x44\x07\x26\x80\x8e\x3b\x71\x0f\x7b\x40\x74\xc0\xce\x7a\x32\xd2\x06\x8a\x12\x36\x6f\xa2\xb7\x7b\x20\xc3\x96\xd0\x53\x7b\x42\xbc\xdf\x7e\x33\x58\x4f\x39\x1d\xcb\xc6\xe4\xc0\x3a\x64\x6d\xde\x9b\x16\x36\x6f\x54\xa2\x8e\x3b\x71\x39\xf3\x81\x0c\x7b\x75\x3e\xb3\x3e\x19\xa8\x0d\x64\xd8\x1f\xf4\xe2\x8e\x3b\xf1\x2d\xf6\x00\xe8\x9f\x8c\x2c\x90\x61\x5f\xc5\x5f\x02\xfa\x9b\x2d\x7c\x32\xe0\x85\x9e\x31\x4a\x21\x44\x7b\x20\xc3\xd1\x5c\xe9\x8c\xe6\x8d\xa8\xea\xb8\x13\xaf\xe6\x38\x43\x7d\xd1\x6c\xd9\x03\x19\x8e\x45\x9a\x5a\x0f\x64\x38\x07\x27\xbc\x07\x32\x9c\x2f\x08\xa8\x9f\xb8\x83\x41\xda\x3d\x90\xe1\xd8\xd8\x92\xfb\x89\xfa\xb2\x7c\x86\x51\x0a\xeb\x71\x07\x19\xe6\xe4\x57\x42\xfd\x2c\x28\x09\x1d\x64\xb8\xf1\xb4\xf4\x13\x9b\xbe\x33\x01\x32\x1c\xee\x41\x90\xe1\x31\x6d\x29\x3a\x7c\x0f\x64\xd8\x1d\x35\x46\x1b\x94\x99\x5e\x54\x3f\x6d\x11\x29\xf5\x25\xe2\x7e\xc8\x92\x7b\x80\xc6\x31\x90\xa1\x3d\x40\xe3\xb8\x90\x54\x3d\x40\x63\xeb\x4e\x6e\xc1\x93\x8a\x26\xd5\xf1\x34\x1e\x48\x8e\x8e\xa7\xd1\xf0\xe9\x8e\xa7\xd1\xe4\x82\x5e\x64\xad\x6c\x82\x00\x8d\x35\x9f\x7e\x33\x8e\x66\x76\xc1\x0a\xac\x15\xc7\x40\x0f\xd0\x58\x3b\xbe\xcc\x1e\xa0\xb1\x8e\xc3\x6f\xc6\xd1\xd4\xba\xd3\x01\x8d\x0b\x63\x41\xaf\x7a\x8a\xd9\xba\x15\x7b\x1c\x7a\x4e\xaf\x04\xf9\xe1\xb9\xed\x80\x46\x8d\xf1\x1d\xd0\x38\x93\xdf\x04\x54\xe1\xde\xeb\x15\xcd\x1b\x58\xda\x3f\xa0\xd1\x5f\xc6\xd6\x3d\xf1\xd8\x77\x40\xe3\xc0\x26\xdc\x01\x8d\xc3\x43\x15\xa0\xb1\xbf\xdd\x6f\xbe\xd8\xce\xfc\x4a\x6c\x5d\x73\xd6\x3a\xee\xc4\x29\x9b\x00\x34\xde\xe8\xe8\x3d\x40\xe3\x78\x80\xd6\x3d\x40\xe3\x58\xaf\x2d\x82\xc4\x9c\xcf\x00\x8d\xf3\x94\x69\x34\x8c\x52\x6e\x9e\xa6\xd1\xc6\x67\x21\x1a\x3f\xac\x95\xf8\xd4\x05\xca\xe9\xc4\xa7\xa6\xe2\xb3\x58\xbf\x13\xb1\xd2\x05\x8d\xb7\xcf\x30\x6a\x74\x47\x1d\xeb\xb7\xdd\x13\x0d\x64\x21\x63\x0f\xd0\xd8\x16\x66\x9a\x4e\x7c\xea\x29\xab\xeb\xb8\x83\xd1\xab\x7a\x27\xc8\xcf\xde\x3b\x47\x13\xed\xba\x07\x68\x1c\x9a\x38\x3a\xf1\xa9\x97\xbb\x20\x40\xe3\x14\xa4\xf6\x00\x8d\x65\x15\xbf\xc9\xfe\xc4\xd0\xd5\x89\x4f\x3d\x97\xbd\x63\x74\x73\xb7\x76\x8c\x52\x9f\x6f\x12\x7f\x8b\x46\xd4\x89\x4f\xbd\x9b\xef\x2d\xb4\x41\x9f\x61\x2f\x56\x70\x0d\x22\x35\x00\xe1\x1d\x77\xe2\xe7\x04\xe0\x4e\xac\xe0\xb6\x4e\x10\x6a\x47\x7d\xe9\x83\x20\x31\x22\x2e\x3a\xc8\x50\xf7\x65\xc7\x9d\xf8\xa0\xff\x75\xdc\x89\x03\x33\x4d\xc7\x9d\x68\x62\x4c\x0f\x64\x38\x3e\xc2\x70\xc0\x5a\xb7\x5f\x41\xb5\x71\x5e\x02\x19\x8e\x4b\x76\x36\x88\x24\x92\xd5\x05\x32\x9c\x9f\x99\x0f\x64\x38\x1b\x50\xbe\x07\x32\x9c\x43\x01\x14\xc8\x70\x6e\xf7\xd2\x44\xb5\xc1\xaf\xd4\x03\x19\x96\x45\x8c\x7b\x9f\xb8\xbb\xf1\xf3\x74\x82\x50\x4f\x94\x99\x4e\x10\x6a\x21\x78\xb5\x13\x84\x5a\xb0\x72\xf7\x70\x27\xd6\x0b\x1c\xd5\x03\x35\xd6\x8d\x15\xbf\x07\x6a\xac\xc6\x51\x74\xdc\x89\x87\xbb\x95\x20\xd4\x21\x7f\x99\xf8\xa3\x86\xdf\x5c\xc4\x7e\x31\x9f\x04\xa1\x0e\xf4\xf0\x8e\x3b\xf1\xc2\xce\xdc\x03\x35\x8e\x4b\xc5\x23\x50\xe3\xb8\x51\x1c\x7b\xa0\xc6\x99\xdc\xd7\x81\x1a\xcb\xaa\xbe\x87\xe8\x78\xe6\xcf\x58\xf2\x25\x28\xb6\x03\xec\xa9\x6e\xc8\x0b\x7b\xaa\x1b\x84\xf8\x54\x93\xa6\x7b\x00\xca\x6a\x7e\x4b\x0f\x40\x59\x93\x13\x48\x7c\x6a\x52\xd6\x5f\x78\x8a\x9d\x96\x0b\x57\xce\xed\x2f\x37\xfa\x18\x83\xbe\xd1\xca\x71\xa6\x74\xe2\x53\x4f\x8c\x21\xfd\xc6\x5e\xa5\x46\x74\x6b\xaf\xf2\x3d\x00\x33\x80\xab\xdf\x68\x3d\xea\x39\xb8\x13\x3b\xb6\xa5\x8e\x3b\x51\x07\x62\x27\x3e\xf5\x56\xa6\x11\x9f\x7a\x57\x9f\x05\x7d\xb7\x52\x9a\xf8\xd4\x17\xf4\xd0\x89\x4f\x7d\xd1\x92\x3b\x80\xf2\xdd\xb6\x16\x6c\x89\x8d\x75\x73\x34\x95\xcb\x0f\xa2\x43\xfa\x00\x94\x8b\x38\xef\x8e\xab\x71\x63\xcb\xea\x00\x4a\xf3\xf5\x3a\xae\xc6\xa4\x66\xa3\xab\x71\xfa\x1e\x9e\xe2\xd7\xf7\xd0\xca\xdd\x74\xb8\x1a\x8d\xd4\xe8\x0f\x41\x8c\x87\xdf\x24\x88\x51\x56\xf7\x10\x69\x43\x80\x5c\x07\x50\x76\x80\x6f\x07\x50\x0e\x0c\x17\x1d\x40\x39\x3e\xbd\xe3\x6a\xc4\x06\xdd\x71\x35\x3e\xc0\xbd\x1e\x80\xb2\xbd\x38\xc3\x3a\xae\xc6\x17\x27\x6f\x7f\x0d\xfd\xf7\x97\xb0\x1e\xdc\x2e\x3d\x00\x65\xaf\xe0\x93\x1e\x80\xb2\xeb\x33\xef\x01\x28\xfb\x70\x67\xbd\xa0\x8e\xd3\xaf\x84\x68\x7c\x30\x35\xf5\x00\x94\xfd\x55\x84\x07\xa0\xec\xaf\xb3\xfb\x22\x1a\x3d\x2a\xb8\x1a\x5f\x62\x79\xfa\x8b\x68\x4c\xbe\x17\xa2\xd1\xac\xb1\x1e\xa8\x71\x98\x02\xdf\x17\xf1\xc5\xbe\xb7\x08\x12\x73\x2f\x11\x9f\x9a\xdc\x3d\xa2\x46\x67\x02\xd4\x78\xba\xb6\x0b\xc0\xec\xda\x2e\x58\x6b\xf3\x9b\x00\x66\xc5\x58\xa0\xc6\xf1\xb8\x93\x03\x35\x8e\x67\xfb\xde\x4d\xd4\xb7\x3d\x04\x60\x4e\x8a\xe2\x40\x8d\xd3\xb4\x87\x1e\xa8\xb1\x0f\xe7\x2c\x50\xe3\xcc\x7e\x05\xd4\xa8\x21\xa1\x8b\x1a\x89\xf6\xef\x06\xa1\x3a\x9f\x81\x1a\xe7\x54\xa7\x04\x35\x5e\xee\xc1\x40\x8d\x53\xe7\x77\x07\x35\x6a\x46\xec\x1b\x57\xaa\xa2\x6a\x1b\x3f\xcd\xda\x6e\x52\x53\x54\x00\x37\xae\xd4\xd7\xfe\x30\x2a\x7e\x7e\x19\xfb\x73\xbb\xd2\x04\xa1\x3e\x24\xd4\xf4\x40\x8d\x43\x07\x7e\x0f\xd4\x38\x17\xdc\x66\x10\x84\x9a\x40\x01\x83\x20\xd4\x7c\xda\x82\xbf\xa0\xf7\x8f\xc3\xfc\x85\x97\x16\xa8\x03\xb5\x75\x04\x6a\x9c\xa2\xf7\x11\xa8\x71\xbe\xcd\x67\xa1\xda\xa8\x20\x0d\x50\xe3\x09\x6e\x1b\x04\xa1\xee\xe3\x67\x2c\x79\xe0\x85\x34\xb5\x61\x1c\xc4\x6f\xc2\xf8\x46\x00\xca\xba\x3f\x03\x8b\xa3\x79\xbc\x0e\x3a\xa4\xe6\x85\x7d\x73\x10\x9f\x6a\x50\xda\x48\x04\x89\xe1\x34\x18\x01\x28\x9b\xda\xc4\x48\x2e\xed\x49\x0b\xa9\xc9\x56\x1a\x01\x28\x6b\x43\x82\x0f\x01\xe5\xe7\xbd\x58\xda\x01\x64\x1d\x00\x4a\x6d\x6e\x23\x19\xdf\xc8\x58\x00\x94\x09\x09\x3e\x00\x94\x0d\x5d\x7b\x00\x28\xcd\xad\x1b\x00\xca\x81\xa6\x3f\x00\x94\x83\x23\x36\x00\x94\x32\xda\x81\xab\xb1\xb2\x41\x46\x26\x2b\x07\xb0\x39\x02\x50\x8e\xdc\x18\x59\x26\xf5\x06\x78\x39\xb2\x5a\x01\xf3\x92\xd1\x0a\xd0\xdc\x46\x46\x2b\x20\xdf\x7f\x64\x43\xe3\x19\x59\x00\xca\xfa\xa2\x5d\x8f\x4c\x14\xc0\xf2\xd9\xa4\x65\x7f\xd8\xfb\xb7\x3d\x60\xef\x9f\x7e\x33\x58\x4f\x21\xd6\x72\x04\xa0\xec\xe3\x70\x64\x00\xca\xcf\x58\x62\xeb\x6a\x86\x1a\x00\xca\x41\xca\xc7\xc0\xd5\xd8\xfd\xa5\xae\x46\x98\xfe\x20\x3e\xf5\xc4\x91\x3b\x02\x50\x56\x6b\x4e\x8c\x00\x94\xd5\x9c\xbc\x01\xa0\x4c\x84\x54\x0d\x00\x65\x3f\xfc\x66\xd0\x57\x9c\x89\x00\x94\x75\xc0\x30\xc7\x49\xe8\xff\x6d\x0f\x21\x1a\xef\xdb\xf7\xd8\x9f\xcd\xf7\x08\x82\x2b\xf6\xb0\x10\x4e\xac\x26\x80\x72\x00\xe5\x47\x00\xca\x76\x3b\x2f\x01\x28\xdb\x82\x15\x8c\x40\x8d\x5d\x37\xdd\x28\x68\x3d\xee\x25\x5c\x8d\xda\x06\x47\x21\x48\x0c\xe6\x3d\x02\x35\xf6\x01\x26\x18\x81\x1a\xbb\xd6\xdc\x51\x10\x8d\xe8\x63\x23\x50\x63\x7f\x4f\xbf\x82\xd6\x4a\x74\xcb\xc0\xd5\x38\xb0\x79\x8f\x42\xea\x06\x6e\xb3\x81\xab\xb1\xb9\x97\x40\x8d\xd9\xd3\x01\x6a\xec\xb8\xde\x47\xa0\xc6\xf6\x59\x31\x82\x50\x37\x2c\x6b\x04\x6a\x1c\xc6\x2c\x0f\x5c\x8d\x09\xed\x7a\x04\x6a\xac\xdd\xbd\x5b\x41\x55\xd9\xf7\x38\x7f\xee\x79\x5c\x8d\x73\xd8\x42\x2b\xff\x7c\x05\xd6\x7a\xfb\x15\x6c\xc9\x28\x4f\x23\x50\x63\xed\x88\x80\x01\x6a\x1c\xa4\x1d\x8d\x40\x8d\xf3\xdd\x7e\x13\x83\x55\xf5\x97\xa8\x6e\x32\xcc\x40\x8d\xb5\x80\x21\x47\xa0\xc6\xa6\x06\x3d\x1a\xb6\x72\x67\xa2\x81\x3a\xc0\xac\xa3\x81\xfa\xc9\xe5\x1b\x81\x1a\xfb\x35\x7c\x16\xeb\x77\x83\x48\x06\x41\xa8\x2f\x11\x25\x03\xd4\x78\xa2\x40\x0c\x5c\x8d\xc3\x91\xe1\x6a\xbc\xc9\x35\x18\x81\x1a\xbb\x56\xe7\x01\x6a\xd4\x03\x35\x40\x8d\x61\x70\xfc\x31\x4b\x6e\x2c\x2d\x80\x64\x34\x6d\xad\x74\x1e\x80\xb2\x65\x4c\x15\x83\x84\xc7\x82\x2b\x6e\x90\xf0\x68\x70\xd2\x20\xe1\x51\x5b\xdd\x20\xe1\xf1\x26\x1e\x6f\x00\x28\x2b\x90\x7c\x08\x28\x01\x7f\x23\x00\x65\x6f\x28\xfa\x23\x00\xe5\xbc\x5f\xbf\x49\x6a\x03\xfa\xc3\x08\x40\x39\x4f\x59\x56\x00\xca\x79\x23\x6d\x47\x00\xca\xde\x6e\x47\x1d\x47\xb3\xa1\x85\x8c\x4e\xe8\xb8\xdb\x1a\x40\x79\x60\xdb\x1d\x00\x4a\x23\xa6\xc7\xc0\x0d\x82\x36\x31\x00\x94\xc7\xf2\x97\x41\x5f\x99\xfe\x92\x84\x4e\xcc\x03\x63\xe8\x06\xa1\x77\x00\x65\x72\x5e\x70\x35\xea\x8f\x1d\x83\xf8\xe2\xec\x7b\x71\x34\x6f\xf4\xcd\x11\x80\xb2\xaf\x61\x0f\x00\x4a\x37\x2b\x80\xf2\x1e\xbe\x87\x56\xa0\xf8\x03\x50\x5a\x50\x67\x00\x28\x0d\xb3\x1b\x01\x28\x9b\xee\xb6\x11\x80\xb2\x35\xe7\x8c\xf8\xd4\xdb\x6d\x2d\xa0\x54\xe4\x00\x28\x17\x79\x8c\x23\x00\x65\xd9\x1e\x46\x5c\x8d\x1b\x37\xc8\x00\x50\xe6\xcf\x33\xb5\x1e\xc6\x02\xa0\x3c\xb1\x48\x0f\x00\x65\x05\xf3\x0c\xdc\x90\x4d\x1a\x70\x43\x8e\x65\x8b\x28\x95\xc7\x16\xf1\xb7\xb2\x6b\xdc\x90\x13\xd7\xd8\xc0\x0d\x79\xcb\x7a\x2e\xdd\x58\xec\x41\xdc\x90\x4b\x01\x84\x1b\x72\x29\x3a\x70\x43\x6e\xbc\x22\x23\x00\x65\xb3\x88\xd4\x20\x3e\xf5\x3c\x7c\x46\x94\x8a\x87\xf1\x12\x55\x31\x9f\xb8\x21\xeb\xe5\x33\x12\x72\x6f\xbf\x72\xe3\x70\x66\x26\x2e\xe3\xfb\x7d\x86\x2d\xb2\x39\x32\xdc\x58\xdd\x91\xe1\x86\x54\x81\xc0\x0d\x79\x62\xd4\x18\xb7\x51\x2a\xcc\x04\x6e\xc8\x29\xf3\x0e\xd4\xd8\x1f\x67\x9e\xac\xc6\x57\x56\x70\xe3\x0a\x97\x76\xdc\x90\x07\xba\xf6\x08\xd4\x38\x92\xb3\x14\xa8\x71\x24\xcc\x7a\x23\x50\xe3\x98\x8a\xe9\x40\x8d\xe3\x52\x50\x06\x6a\x1c\x97\xc2\xf0\xc6\xe0\xd1\xfc\x25\xb6\x64\x0c\x09\xe3\x46\xf4\xab\x40\xdc\x04\x90\x29\xe2\x02\x35\x8e\x47\x71\xf4\xa0\x95\x3f\xb6\x50\xdd\x64\xde\xa0\xc6\x5b\x15\xe5\x61\x7f\xba\x77\x1f\xf7\xa7\xbf\x64\x7f\x2a\xfa\x71\x43\x26\x77\xc8\xe3\xfa\xd9\x3b\xa8\x58\x11\x00\x6a\x4c\x98\x4d\x06\xa8\xf1\xc4\xf5\x3e\x40\x8d\xe6\xf2\x8d\x8f\x1b\xd2\x67\x18\xe4\xdc\xad\x8f\xf9\x19\xb4\x70\x43\x66\x85\x05\x6e\xc8\xc8\x0b\xfd\x31\x4b\xc6\x43\x59\x3d\x7e\x78\x28\x3f\x52\x9a\xd8\xd5\xe9\x81\xc3\x43\x79\x60\xfb\x1c\x78\x28\x8f\x93\xe5\xc3\x43\x99\x96\xbf\x8c\xa5\x2d\xd3\x6f\xe2\xa1\x9c\x0e\xcc\xac\x2a\x26\xe9\x25\xeb\xc8\x03\xfe\xa2\xf5\xb8\x21\x03\x50\x8e\x9b\x10\x99\x41\xc2\xe3\x67\x63\x05\xa0\xec\xda\x0d\xc7\xd2\x4d\xc0\x2f\x03\x50\xd6\xdb\x45\x31\xe1\xd1\xe3\xbe\x60\x3d\xea\xe8\xc4\xae\x9e\xd8\xff\x06\xb1\xab\x5d\xbd\x98\xd8\xd5\x79\xfa\xcc\xac\x1c\xb6\x20\xb1\xab\x37\x00\x6f\x90\xd5\x78\x0c\x9f\x05\x7d\x1f\x8a\xc8\x6a\xb4\x52\xc6\x08\x40\xd9\xab\x9a\xfe\x82\xb5\x3a\x67\xc6\xae\x4e\xdf\x8b\xad\x5b\xd5\x22\xc9\x6a\xbc\x97\xad\xa0\xcf\x62\x49\x83\xd8\xd5\x8e\xc9\x61\x98\xd5\xe8\xe1\x0f\x40\x59\x1f\x60\xf0\x20\xab\xb1\xaa\x69\x04\xa0\xec\x8b\x94\x96\xb1\x49\x6d\x50\x97\x01\x50\x26\x75\x6d\x00\xe5\x73\xd8\x43\xd0\x77\x8a\x48\x70\x43\x1a\xf9\x32\x00\x94\x06\x07\x0e\xdd\x90\xa2\x87\x00\x94\x7d\xba\x3d\x71\x43\xbe\x38\x1e\xe7\x81\x41\x00\x50\x3c\x03\x50\x0e\x93\x67\xe7\x81\xad\x1c\xa1\x36\x0f\x6d\xe5\x8b\x56\xc1\xad\xe4\x57\xc8\xfa\xbb\xfc\x25\xbe\x0e\x1c\x3b\xf3\x40\x74\x6c\x9f\x05\x7d\xcf\x69\x8b\x00\x2b\x1c\x81\xf3\x20\xe1\x18\xd3\xdd\x04\x35\x5a\xab\x62\x1e\x18\x04\x8a\xcf\x5e\x34\xe8\x41\x6b\xa1\x49\xdd\xb4\x88\xad\xc6\xd0\x35\x71\x43\xde\x88\xfe\x89\x1b\x72\xb3\xb3\x66\x42\xf4\x93\x46\x32\x45\x8d\x80\xe9\x09\x6a\x3c\x51\x51\x26\xa8\xf1\xc6\x09\x3a\x13\x06\xab\xe2\x2f\x41\x1d\x9f\x6f\x0e\xc4\x2d\xf4\x05\x6a\xec\x79\xd9\xc3\x85\x6b\xf3\xa0\x15\xf4\x5d\xf8\x41\x66\xa0\xc6\x91\x9a\xdf\xc4\x96\x4c\x8c\xf4\x4c\x88\xfe\x2a\x0d\x88\x7e\xd8\xf5\x24\x40\x35\x91\xb2\x33\x33\x06\x47\x04\xde\xcc\x18\x04\xd0\xd1\x67\x26\x00\x10\x91\x3a\xc9\x6a\x3c\xa5\x88\xac\xc6\x0b\x0d\x73\xea\x86\x44\x9d\x98\x81\x1a\xa7\xa8\x6a\x82\x1a\xdb\xeb\x37\x11\xfd\x38\xfb\x26\x01\xaa\xa5\xf9\x4d\x50\xd5\x74\x2c\x64\x35\x3a\x4b\x04\xa8\xbe\xaf\xef\xa1\x95\x2f\x5b\xc1\x5a\x13\x2c\x79\x9e\xaa\xa6\x3c\x23\xab\xf1\xc5\xb0\x36\x4f\x45\x23\x23\x3b\x49\x7d\x83\x41\x4f\xb2\x1a\xdf\xe2\x2f\x2b\xce\xd3\x9f\xb1\xe4\x19\x80\xb2\xef\xd7\xd7\x64\xad\x1c\x87\xd3\xd8\x63\x26\xf0\x24\xed\x61\xda\xf9\x85\x0d\x8c\x45\x09\x40\x39\x66\xf7\x2b\x68\x75\x9f\x5f\xc6\xd2\x2e\xfc\x8e\xf3\xc4\xd6\x93\xfd\x26\xb1\x81\x4e\x52\x00\xca\xa9\xad\x67\x06\xa0\x9c\x5a\xa4\x67\x81\xb5\x12\xa9\x31\x05\x94\xd3\x67\x48\x4d\xa7\x05\x37\xe4\x26\x15\x73\xe2\x86\x4c\x68\x1a\x13\x37\xe4\x59\xec\x0f\x0f\x3a\x31\x0f\x33\x00\x65\x93\x2d\xcd\x82\x41\x00\x51\x35\x8b\x01\x80\xbe\xf7\x00\x75\x1d\x27\xb1\xd5\xcd\xaf\x04\xeb\x31\x6f\x7f\x06\xa0\x9c\x09\x5f\xf4\x0c\x40\x39\xcd\x2c\x9a\xd5\xad\x4b\x0f\xc6\xae\xa2\xd9\x4c\x63\x57\xd1\xfb\x27\x6e\xc8\x17\x64\x31\xc9\x6a\x9c\xd5\x6f\xc2\x5a\x3d\x54\xb8\x21\x1f\xc0\xed\xac\x24\x1c\x77\x9f\xc5\xd1\x4c\xd3\x6f\xc6\xd6\x4d\x32\x29\xb2\x1a\x4d\x20\x98\xc4\xae\x1a\x60\x3f\x03\x50\x96\x2d\x53\x24\xab\x51\xff\xfd\x24\x76\xb5\x11\x42\x39\x03\x50\xf6\xee\x31\x6a\x04\x38\xa2\x17\x4f\xdc\x90\x39\xf9\x0c\x5b\xa4\x47\x93\xd8\x55\x93\x75\x27\x59\x8d\x5b\xd6\xda\x0c\x70\xf4\x3d\x00\x73\xf3\x3d\x59\x0f\x73\x06\xa0\x7c\xb7\xfd\x21\x1a\x65\x1a\x94\xc9\xd9\xc0\xfc\xd9\x40\x55\x1e\xb1\x86\x2d\x39\xf9\x0c\x37\x1d\xce\xb0\x69\xec\x2a\x56\xd9\xd9\xd9\x9f\xd8\xb5\x67\x27\x42\x00\x71\x3b\x03\x35\x56\xd1\xd1\x24\xab\xd1\x22\x44\x13\xd4\x98\xb1\x45\xce\x40\x8d\xad\xe1\xbf\x9f\x81\x1a\x9b\x39\x6b\xb3\x93\x76\x44\xd4\xc1\xc4\x0d\xb9\x6e\xbf\x89\xc1\xc3\x93\x1a\xa8\xb1\x6f\x4f\x5c\xd7\x17\x00\x23\x0a\xd4\x38\xd4\xdf\x67\xa0\xc6\x51\xb7\xa3\x46\x6b\xfd\xfc\x12\x83\x00\x08\x76\x8a\x1a\x1d\x0b\xa8\x71\x62\xde\x99\x03\xd4\x81\x75\x7c\x0e\x62\xe3\x3d\xe1\xa0\x46\x2b\xa4\xcc\x40\x8d\xd3\x90\xb8\x39\x40\xc5\xce\x3c\xb5\x70\x2c\x8e\x3b\x09\x50\x35\x15\x66\x12\xa0\x9a\x09\xf2\x9b\x04\xa8\x9e\xd9\x1e\x70\x23\x17\xdf\xc3\x20\xe0\x9e\x20\xab\xb1\x80\x48\x26\x59\x8d\x55\xbe\x44\x56\x63\x95\xbf\x90\xd5\xd8\x54\x04\xc8\x6a\x9c\x32\x6f\x6a\xe1\x98\x47\x3c\xa9\x85\x63\x1e\xf1\xa4\x16\xce\x8d\x41\x6e\xe2\x86\x7c\x5c\x77\xdc\x90\xe2\x9a\x69\x2d\x9c\x64\x7f\x88\x7e\x57\x13\xd4\xb8\x46\xf9\x19\x4b\x06\x50\x2e\x25\x2a\x80\x72\x29\x43\x01\x94\xbb\xdb\xc2\x56\xd7\xed\x3c\x14\xf6\x8c\x25\x66\x92\xf0\xa8\x2d\x79\x06\xa0\x6c\xe6\x7b\xcd\x00\x94\xcd\x04\xe7\x79\x61\xeb\x39\x6c\x9d\xb4\xfc\x65\xe1\x80\xb3\x28\x00\xca\x46\x58\xd1\x04\x50\x76\xd9\x0b\x80\x72\x00\xbf\x26\x09\x8f\x97\x4b\x0b\xa0\xbc\xd4\x6c\x2e\x6b\x39\xd8\x03\x09\x9d\xca\xe5\x4b\xd6\xca\x16\x04\x50\xae\xea\x33\x6a\x39\xb8\x28\x94\xc9\x49\x32\x5a\x00\xa5\x21\x4e\x13\x40\x69\xe9\xa4\x69\x5c\xab\xf2\x15\x40\x39\x64\x9f\x00\xca\xf9\x79\x06\x6b\x25\x2e\x65\x06\xa0\xec\x53\x36\x18\x80\xb2\x5f\xae\x43\x00\xca\x7e\xbb\xd0\x37\x6e\xac\xcb\xfe\x70\x63\xa9\x5b\x00\x28\x0f\x19\x11\x80\xf2\xa3\x65\x01\x28\xb5\xc0\x4d\x00\x65\x2d\xbe\xb7\x61\xc9\x8c\x13\x40\x39\x64\x6e\x94\xc9\xf9\xcc\x2e\x65\x72\x3e\x9b\xf5\x21\x42\x07\xa7\xd6\x7c\x88\x80\xf0\x10\x07\xa0\x1c\xea\xe8\x33\x00\xe5\x78\xd4\x49\x02\x50\xce\x74\xf9\x5e\x18\xac\xcc\xa3\x9a\x0f\x09\xb9\xae\x74\x00\xca\x59\x70\xcc\x4d\xe2\x5a\x9b\xa2\xf8\xa1\x4c\xd5\xf4\x19\x71\x9f\x64\xe8\xcd\x47\x83\x95\xcf\x48\xeb\x00\x13\xcc\x97\xb4\x00\x00\xec\x7c\x09\x9e\x53\x93\x7a\xcd\xe8\x64\xe6\xc9\x78\xec\x6a\x60\x2f\x09\xe3\x44\xc7\xce\xd7\x84\x71\xc6\x42\x99\x9c\x1b\xeb\xe3\x7c\x29\xc3\x45\x54\xc5\x7c\xf1\x75\x10\xc5\x3b\x03\x35\xb6\xa2\x40\x00\x35\x76\x67\x29\x50\x63\xeb\x58\x34\xa7\x65\x72\x8a\xfd\x85\xe8\xc8\x32\xe8\x97\x32\x55\xce\xb5\xa8\x51\xb5\x00\xd4\x58\x08\x19\x9b\xb8\x21\x6f\x99\x37\xa8\x31\x7d\x9e\x11\xfc\x28\xe3\x03\x35\x36\x19\xd8\x07\x35\xd2\x3b\xc1\xab\xc3\x51\x2f\x82\xcb\x54\xdd\x16\x59\xb7\x87\xad\xa0\xef\x76\x0f\x06\x6a\xec\x1f\x25\x2f\x50\x63\x5f\xee\x97\x40\x8d\xe3\x90\x33\x80\x1a\xf3\x67\x9c\x64\x15\x2b\xe2\x70\x43\xea\xdd\x98\x81\x1a\x47\x57\x04\x6c\xb2\x8a\xf1\x01\xcd\x40\x8d\xd5\x22\x44\x73\x93\xd6\xe1\x3a\x6c\x7c\x39\x8a\xdb\x8d\xea\x26\xa3\xdd\xfa\x72\x18\x0b\x6e\xc8\xcb\x79\x01\x35\xde\x0a\x8b\x6d\xad\x0a\x4e\x0e\x6e\xc8\x4d\x16\xec\xc4\x0d\x99\x88\x60\x99\xa0\x46\x6d\xd0\x93\x8c\xc7\x08\xd5\xfd\x31\x4b\x26\x19\xb2\xa9\x99\x92\x0c\x39\x50\xdf\x2f\xe2\x5a\x27\x3a\xd7\x75\xa0\xb0\x63\xb5\xbc\x88\x6b\x35\xe8\xe7\x22\x19\xb2\x62\xc6\xb8\xf0\x50\x56\xfc\x9c\x17\xc9\x90\xe6\x89\x5d\x24\x43\xce\x6a\x0f\xb8\x41\x98\xf8\x0b\x0f\xe5\xfb\xf9\x8a\xb5\x1c\x6c\x51\xcb\xe1\xf2\x2b\x37\x7a\xc0\x45\x2b\x96\x76\x7e\x5a\xd8\xb2\x4e\x5b\xb1\xb4\x86\x23\x5d\x00\x4a\xd3\x2c\x2e\x93\x21\x81\x20\x17\xc9\x90\x86\xe2\x5f\xb8\x21\x3b\x4b\x74\x09\x28\xb1\x8e\x5f\x49\xad\x1c\xda\x93\xc9\xba\x8c\x53\x37\x24\x7a\xd5\x85\x1b\x72\x20\xcf\x2f\xe2\x5a\x9f\xc3\xde\xc9\xb8\x4a\x7e\xf3\x62\x2b\xd9\x7b\xd0\xe7\xd2\x5e\x00\xca\xeb\xf0\x97\x2f\x51\x99\xf6\x40\x5c\x72\xb3\xf7\xd8\xba\xc6\x4a\x5c\xb8\x21\x6f\x74\xd8\x0b\x37\xe4\x45\x0d\xb0\x2b\xeb\x66\x65\x35\xc9\x78\x4c\xd8\x37\xaf\xac\x9b\x95\x6f\xea\x86\xbc\xfc\x65\x1c\xcd\x03\x4d\xe3\xca\x06\x27\xb1\xd2\x00\xca\x3e\xfc\x0a\x5a\xc1\xa7\x77\x0c\x1e\x9f\xaf\x80\x3a\x60\x6e\x57\xb6\xcc\x11\xf4\xe1\x86\x94\x49\x5d\x01\x28\xfb\x83\x20\xb9\x02\x50\x76\x7d\xed\x97\x6e\xc8\x6e\xcb\x5a\x23\xf4\x4e\x5c\xab\x11\x10\xd7\x09\xeb\x49\xfe\x92\xe0\x40\xd8\xfc\x45\x5c\x6b\x43\xff\xbb\x40\x8d\xc5\xfd\x79\x12\x1c\xf8\xf8\x15\xdc\xac\xee\x09\xdc\x90\xc6\x90\x5c\x64\x3c\xd6\xcf\x58\x60\xad\x97\x63\x79\x30\x01\xd8\x1f\x6e\x3a\xd4\x97\x4b\x37\x64\xb3\x3f\x6a\x39\x20\x28\x2f\xdc\x90\x22\xa7\x2b\x50\xe3\x38\x5d\x77\x50\xa3\x31\xe7\x57\x31\x63\x95\xde\x0b\x65\xb8\x60\x9f\x57\xa0\xc6\x66\x34\xf5\x55\xc8\x08\x24\x14\xf2\x02\x35\xde\xe8\xcc\x57\xa0\xc6\xb2\x88\xa2\xba\x70\x43\x1e\x94\x39\xba\xa8\x85\x53\x11\xda\x97\xb5\x70\x60\x36\x17\xc1\xab\xc9\x59\x22\x78\x35\x9f\x7e\x05\x5f\x15\x21\x9b\x17\x6e\xc8\x49\x5e\xc0\x45\xf0\xea\x26\xd4\xec\x22\x78\xf5\x20\x54\xf0\x22\x78\x35\xbb\x62\x04\xaf\x56\xe2\x44\x2e\x50\x63\x05\x77\x5f\x04\xaf\x36\xf9\x0b\xc1\xab\xed\xf3\x0c\xd5\x0d\x7f\xc6\x55\x49\x26\x97\xbe\x8a\xe8\xf0\xe4\x54\x50\x15\xc6\xb3\x8b\xe0\x55\xc5\xc3\x85\x1b\xb2\x7e\x7a\x88\xfd\xf9\x59\xbf\xca\xfe\x44\xbb\xbe\x08\x5e\xb5\x7a\xf9\x85\x1b\x72\xa0\x66\x5d\x04\xaf\x8e\xfd\x33\xc3\xc5\x05\xa0\x9c\xe8\xbe\x17\x65\x72\xae\xcb\x8f\xa0\xf5\x00\xec\xaf\x46\xdc\x27\x76\x92\xab\x79\x34\x59\x22\xe2\x5a\xad\xa9\x7b\xe1\xa1\xec\xd5\x16\xd9\x4a\x64\x55\x5d\x00\x4a\x03\xd6\x2e\x3c\x94\x26\xac\x5e\x94\xc9\x49\x87\x04\xb1\x75\x6f\xfb\x23\xb8\x2c\xdb\x5f\x6c\x5d\x8b\x82\x5f\xba\x21\x65\x6e\xb8\x21\x2b\xf5\x13\x2e\xdc\x90\x0d\x58\x7a\xe9\x86\x04\x70\x5d\x01\x28\xbb\xf5\xa5\xae\x8e\x07\x16\xf7\xd0\xd5\x89\xfb\xfc\xb4\x42\x74\x2c\x2c\xa1\x57\xc7\x0d\x22\x8b\xec\x06\x27\x39\x96\x0b\xeb\xaa\xfd\x61\x6b\x45\x2e\x5f\x00\xca\x85\x23\xf0\xea\x44\x40\x00\x1a\xaf\x6e\x9d\x07\x36\x64\x17\x75\xf0\x8c\x32\x39\xa7\x14\x11\xd7\x5a\x64\x3d\xb8\x21\x33\x9a\xe2\x35\x8c\x2b\x67\xd4\x64\x3c\x5e\x18\x4a\x2e\xe2\x5a\x6f\x8f\x6d\x00\xca\x71\x39\xea\x00\x94\xb3\x61\xd7\xbe\x70\x43\xbe\xe0\x93\x8b\xb8\xd6\x7c\xf8\xcb\xa0\xef\xc3\x34\x06\xc5\x39\x3f\xe3\x34\x5b\xd0\xb1\x50\xa1\xab\xd8\xbb\xc5\x1d\xed\x1d\x37\x32\x76\xca\x0b\x40\xf9\xe0\x64\xba\x00\x94\x8f\x07\x07\x40\x69\xfe\xe3\x45\xc6\x63\xce\x3e\xd3\x20\xc0\x9c\x05\xa0\x6c\x56\x53\xb8\x02\x50\xb6\x91\xec\x81\xa3\xa9\x08\xa0\xb8\xea\x83\x67\xe0\xa2\xb8\xea\x8b\x69\xeb\xa2\xb8\xaa\x56\xee\x8b\xb8\x56\x4b\x0a\x5c\xc4\xb5\x1a\x05\x70\x91\x0d\xf9\x11\x9b\xc4\xb5\x7a\x53\xc9\x05\x6a\xb4\x32\xf6\x75\x99\x32\xc0\xba\x53\x5c\x55\x1f\xfd\x65\x71\x55\xec\xa2\x57\xa0\xc6\xbe\x8a\xad\x58\xbf\x2d\x2b\xa7\xb8\x6a\x92\x99\x52\x5c\x35\x27\x7b\xc0\x17\xa0\x68\xbc\x28\x5e\x49\x26\xe8\x15\xa8\x71\x5c\x32\xfd\x8b\xe0\xb9\xc7\x16\xfb\x93\x18\x84\x2b\x50\xe3\x34\xeb\xf6\xba\xa8\x7b\x8c\x0e\x7b\x51\x5c\x35\x7f\x46\x4d\xf0\x1c\xc6\x97\xeb\x26\x78\xce\x7d\x16\xa8\x71\x9a\x46\x7c\x11\xbc\x6a\x1c\xcc\x45\xf0\x6a\x55\x3c\x04\x6a\x6c\xea\xb0\x17\xa8\x31\xc9\xca\x09\x5e\xb5\x3c\xd2\x05\x6a\x9c\xa4\x71\x5d\xa0\xc6\x55\x6d\xa1\xba\xdd\xf6\x1e\xa2\xe3\x43\x1f\xc1\xab\x96\x68\xb8\x08\x5e\x35\x3d\xea\x22\x78\xd5\x52\x62\xd7\x6d\x84\x0e\xb3\x6b\x36\xa4\x42\x8d\x6c\x48\x43\xe2\x2e\xea\xe4\x4c\xa2\xbd\xae\x40\x8d\xfd\x73\x52\x1f\x54\x53\xc5\x3b\xd9\x90\x46\xda\x5c\x0f\xa8\xf8\xf8\x59\xbd\xe4\xeb\x51\x6b\x65\x22\x1e\x48\x7f\xfd\xe4\xc0\x32\xc9\xa2\x3c\xd8\xb2\x50\xe6\x2f\xea\xae\x0a\xaa\x2e\x4a\xe8\x68\x8e\xb8\xa8\xbb\x7a\x79\x00\xac\xbb\x0a\x94\xb8\x1e\xea\xe6\xaa\x03\x51\x77\xd5\x62\xf0\xd7\x4b\x9d\x00\xe2\x7d\x2f\x00\x65\x56\xdf\x04\x50\x9a\xfe\x78\xbd\x26\xf2\x72\x88\x01\x94\x07\x06\x88\x0b\x40\xf9\xd1\xa0\x01\x94\x1f\xbd\x1f\x40\x39\xb1\x33\x5f\xc4\xb5\x5a\x84\xfc\x7a\xad\x2b\xcb\x38\xa9\xbb\xfa\xc8\x5a\xad\xbb\xaa\x00\x02\x50\x1e\xea\xef\x2f\xc1\x81\x32\xf6\x97\xa5\xf5\xd8\xbe\xd4\x09\x70\xb3\x2e\x58\xab\xb2\x7e\x61\xd0\x51\xe4\x2c\x22\x58\xb0\x3a\x5f\x0b\xad\x00\x70\x74\x2d\x0c\x3a\xdb\x56\xc5\xda\xe9\x37\x83\xf5\xcc\xcf\x7b\xd8\x5a\xdd\x3c\x00\x4a\x6b\xf8\x5e\x0b\x5b\xf2\xb2\x45\xdd\x63\x45\x23\x80\xf2\xef\xfd\x69\x6b\x65\xb3\x9a\x0d\xa9\x60\x26\xae\xf5\x71\x87\x50\x5c\xf5\x55\xf3\xc6\x0d\xf9\x62\x56\xb8\x00\x94\x9f\x95\x0e\x40\x39\x4e\x59\x39\x6e\xc8\x13\x23\xd1\x45\x71\xd5\xd2\x7c\xcf\x12\x48\xb6\xc8\x16\xc4\x76\x7d\xe1\x86\x1c\x6a\x8a\x01\x28\xc7\xab\x66\x1a\x80\x72\x1e\x87\xfd\x91\x2d\x28\x5e\xd8\x24\xf2\xba\x93\x37\x06\x8f\x64\x0f\xd4\xb1\xc0\x39\x75\x6d\xb2\x3d\x3f\x14\x85\xe8\x30\x0a\xfb\x06\x35\x26\x8e\xd8\x8d\x1b\x32\xc1\xae\x6f\xdc\x90\x15\x73\xd9\x1d\xa8\x71\xbc\x60\x90\x3b\x50\xe3\x3c\xd8\xe5\xf7\x01\x60\x7e\x7c\x0f\x37\x24\x5a\xdd\xad\x1b\xb2\xd8\x1f\x11\x2c\xdd\x5f\xe2\x46\xc6\x8e\x7e\x53\x5c\xd5\xf9\xbc\x0f\x0d\x1e\x3e\xc3\x20\x87\x7e\x7b\x83\x1a\xdf\xdb\xaf\x70\xfe\x92\xbf\xa4\x78\x25\xae\xb8\x1b\x37\xe4\x03\x42\xb8\x13\x29\x49\xf8\x10\x6e\xdc\x90\x5e\xb8\x70\x27\x12\x95\xa7\xcf\x70\x43\xa2\x82\xdd\x89\xba\xdc\x18\x2e\x6e\x50\xa3\x59\x8d\x37\x6e\xc8\x53\xda\x93\x11\x10\xcc\x52\xe2\xfc\xe1\x5c\xbc\x45\x8d\x87\x3d\x04\x7d\x05\xd3\xc8\x4d\xf0\xaa\x99\x07\x77\x42\x74\x70\xe2\xee\x84\xc1\xea\xb5\x3f\xb4\x72\x94\xb5\x1b\x37\xe4\xcc\xb6\xe2\xfc\x3d\xec\x9e\x9b\x3a\x39\x97\xdf\xc4\x0d\x59\x51\xc1\x6e\x50\xa3\xe1\x8e\x37\xa8\x71\x5e\xb6\x1a\xa7\xdf\xaf\x60\xd0\xc1\x27\x73\x67\xea\xc8\x3c\x7e\x13\xd5\xe6\x6b\x87\xfc\x90\x25\xdf\x00\xca\x59\xed\x00\x5b\x5d\xb1\x03\x8a\xe7\x01\x48\xee\xcc\xd6\x25\xe2\xef\xd6\x43\xf9\xe9\x9c\xad\x8b\x7e\x7b\x53\x42\xe7\x46\xc6\xdc\x27\x47\x13\x08\x72\x13\xd7\xfa\x60\xf9\xb9\x4f\x83\x93\x58\x68\xe2\x5a\x37\xb2\xf0\xa6\x84\xce\x67\x23\x53\x42\x47\xd7\xdf\x6d\xa2\x24\x4c\xff\x26\x51\xb2\x6d\xbf\x42\xa2\xb2\x93\x04\xa0\x5c\xaf\x63\xc1\xd6\xfa\xd8\x42\x2b\xef\xbe\x87\x2d\xeb\xf5\x9b\x61\xf0\x18\xc3\xfe\x08\xde\xc1\x02\x77\xe3\x86\x3c\xf0\xff\xde\xb8\x21\x0f\x1c\x6c\xb7\x6e\x48\x40\xf8\x0d\xa0\x5c\x80\x9c\x3b\x00\xe5\xbc\x3f\x2d\xb2\x21\x61\xad\x37\x6e\x48\xb3\xaa\x6e\x00\xe5\x04\xc4\xdd\x05\x5b\xb2\x47\x2c\x00\xe5\x34\xc2\xf7\x0e\x40\x39\x4d\x35\xb8\x03\x50\xce\x17\xe6\x7d\xeb\x86\x7c\xfd\x25\x25\xf3\x3f\xdf\x44\x6b\x75\xfd\x00\x94\x15\x01\x7b\x03\x28\x6f\xd7\x01\x40\x99\x3d\x38\x02\x4a\xe2\x67\x6e\xb3\x21\x65\x4b\x00\x4a\x93\x19\x6e\x00\xe5\xa6\x5a\xc4\x8d\x1b\xb2\x64\x9f\x99\x88\xcd\x58\x02\x50\x4e\x8b\xb5\xdc\xd5\x44\x57\x76\x08\xc5\x55\x2f\xf7\x92\xc5\x55\x3f\xbf\x44\x2b\x5f\x7e\x85\xe2\x8e\xdb\x67\xd0\x87\xde\x7f\x57\x0b\x05\x30\x2f\xcd\x2b\x0f\xd8\xad\x16\x57\xc5\xc4\x71\x83\x1a\x37\xba\xf6\x4d\x09\x9d\x49\xbc\xc0\x0d\x6a\xf4\xa6\xc1\x1b\x37\xe4\x8b\xf8\xbb\x89\x6b\xbd\xec\x8f\x12\x3a\x1b\xf7\xec\x8d\x1b\x72\xbc\x3e\x03\x55\x11\x76\x7a\x07\x6a\xec\xd6\x3d\xb9\x03\x35\x4e\xd3\xf1\xef\x40\x8d\xcd\xc4\xe8\xbb\x59\x22\xc8\x91\xc1\x7a\x4e\x29\x82\x3e\xd7\xa8\xe3\xc6\xf2\x34\x76\xe2\xca\x9b\x2d\xd6\x0f\xa1\x76\x83\x1a\x4f\x57\xec\x73\x5b\x87\xbf\xa4\xae\x33\x28\xe0\xc6\x0d\x29\xde\xbb\x75\x43\x92\x00\x72\x07\x6a\xec\x07\x1a\xf4\x8d\x1b\xb2\x2f\x5b\xd4\x3d\x76\x17\x74\xe2\x76\x51\x97\x6e\x82\x57\xdf\xdb\xaf\x70\xe5\x81\xd4\xe2\x86\xf4\xde\xc8\xbb\x53\x47\x06\xd4\x71\x0f\xb3\xe9\xa0\x21\x50\xe3\x3c\x1d\x0b\x6e\x48\xab\xcb\xdd\xb8\x21\x07\x7e\x9e\x7b\xc0\x5f\x64\xb4\x04\xaf\x56\x47\x4d\x9d\x9c\xa6\x20\x09\xd4\xd8\x2e\x22\xd0\x6f\xae\xe4\xd0\xbd\x77\x13\xbc\x5a\x5d\x3f\x50\xe3\xf5\xe9\x81\x1a\x33\x99\xbd\x14\xa8\xb1\xf7\xe5\x7b\x64\x23\x9f\x3f\xb3\x25\xdf\xc3\xdb\x10\x24\x08\x83\x00\x2e\xa7\x9b\xb8\x56\x53\x70\x6f\xe2\x5a\x1f\xa0\xe7\x3d\x09\x9e\xc3\xf8\x7f\x4f\xaa\x77\x29\x8d\x28\xa1\xb3\x81\x4a\xf7\x04\x70\x7d\x7e\x19\x5a\x4f\xc7\x8e\x77\x4f\xca\xb3\x14\xfb\xa3\xc6\x85\xf2\x7c\x12\xb7\x0b\xbc\xbc\xa7\xb6\x2c\x58\xcf\xc4\xe0\x21\xeb\x99\x14\xee\x54\xc2\x51\x77\xb5\x28\x48\xa6\x5a\x81\xa3\xde\xd8\xae\x79\x4f\x40\x89\xb9\xe5\x26\x51\xd2\xab\x44\x6f\xe2\x5a\x2f\xb7\x20\x80\xb2\x2b\xaa\x4c\x94\xc4\x3c\x70\x5f\x26\x9a\xfb\x15\xdc\x3c\xd3\x1e\xac\x0b\xec\x7b\xb1\xb4\xd6\x36\xbe\x71\x43\x36\x1c\x65\xf7\x65\xca\x87\xfd\x61\x6b\xc5\x8b\x7c\x5f\xd4\x10\x50\x7f\xe0\xb6\x8e\x01\xa0\xbc\x29\xae\x7a\x9d\x3e\x23\xc2\xc3\x63\x04\xa0\x34\x7d\xfc\x06\x50\x7a\x41\xcd\xcd\x6d\x1d\x1f\xa6\x88\x1b\xd2\x84\xf8\x1b\x37\xe4\xa9\x36\x61\x79\x1d\x19\x1f\x71\xad\xa5\xda\xea\x18\x6d\x38\x70\x37\xb6\x48\xf4\xd4\xfb\x36\x11\xdb\x6f\x12\xe1\xe1\xa1\x02\x50\x5a\x33\xf8\x06\x50\x7a\x1d\xcf\x0d\xa0\xd4\xa2\x79\x9b\x0d\x79\x4a\x83\xd9\x90\xf4\x40\x36\xa4\x85\xf7\xef\xc7\xe0\x32\xbe\x62\x36\xa4\x73\x46\xe1\xd5\x7d\xfb\x4b\xb2\x21\x5d\x31\xb2\x21\xcf\xe4\x37\x39\x9a\x32\x29\xb2\x21\x3b\xe8\xe8\x26\x1b\xf2\xb3\xaf\x41\x8d\x5e\x02\x75\x83\x1a\x2b\x1e\x8c\x9b\xdb\x3a\xfa\xa7\xa5\x1b\xcb\xde\xa9\x4e\x26\x33\x0d\xd4\x38\x8c\x2b\xbf\x03\x35\x8e\xae\x4e\xf9\xc2\x7a\x64\xec\x2f\xbe\x00\x8c\x75\xf7\x4b\xf5\x43\xc5\x26\xb7\x75\x18\x6d\x72\x07\x6a\x9c\x59\x1d\x36\x50\xe3\xac\xee\x17\x0a\xaf\x9a\x30\x74\x53\x78\xf5\x91\x69\x50\x78\xf5\xc3\xae\x71\x43\x9e\xae\x34\xd9\x90\xe6\x77\xde\xba\x21\xd5\x1b\x41\x8d\x0f\x4e\xf3\x1b\x37\xe4\x09\x6e\xbb\xc9\x86\x7c\xd4\x8b\x5f\x52\x92\x30\x6a\xdc\x81\x1a\x67\x13\x05\x2c\xb3\x3d\xf9\x66\xa0\xc6\x3a\x40\x5c\x37\xa8\x71\x1e\xbe\x57\x40\x86\x3e\xab\xc4\x07\xd1\x1f\x6e\x48\x33\x80\xef\x40\x8d\xbd\xaa\x04\x51\x43\xc7\x2b\x8e\xef\x65\x4a\x92\x2d\xaa\x1f\x3a\x2f\x04\xaf\x9e\xee\x17\xae\xe4\xf0\xfe\x98\x7b\x11\x81\x54\x1c\x35\x85\x49\x55\x97\x16\xbe\x00\xf2\x18\xef\x6d\xca\x1c\xef\x81\x1a\xeb\xd7\x19\xfb\x31\x4b\xde\xd8\xb2\xec\x9c\x44\x49\x6b\x80\xdd\xd4\x64\x9d\x00\xed\x9b\x9a\xac\xc6\x5f\xdc\x78\x28\xbb\xfa\x03\x1e\xca\x41\xa0\xcd\xad\x87\xd2\x61\x6e\x0d\x1e\xb6\xd0\x0a\x3c\xee\x9b\xca\x49\xc2\x13\x00\xa5\x0e\xbd\x1b\x40\xf9\xf7\x91\xa1\x15\x28\xd3\x36\x80\x0b\xd6\xf3\x90\x28\x29\x74\x79\x0e\xe3\x76\x2b\x2d\x6d\x59\x27\xad\xd8\xba\xcf\xf4\x3d\x4a\x5a\xa3\x93\x3c\x94\xd7\x19\x48\xb8\xe7\x90\xb5\x5e\xb4\xf0\xa0\x73\x34\x1f\x00\xa5\x97\x1d\x3d\x07\x6e\xac\xcb\x67\x44\xb0\x30\x13\x0f\xe5\x75\xbc\x36\xf2\x01\x50\x1e\xc3\x71\x12\xc1\x72\xfb\x15\x0c\x1e\xa7\xfd\x61\xf0\x80\x7d\x3e\x89\xf2\x41\x30\xbe\x87\x6c\x48\x2b\x7b\x3d\x89\x8b\x74\x08\xcc\x7a\x00\x94\xde\x62\xf2\x50\x5e\xe7\xc2\x9d\xf8\x24\x52\x06\x96\xef\x61\x8b\x2c\xbe\x87\xd6\xca\x86\x7c\x28\xbc\x7a\xa1\x2d\x3d\x89\xf2\x41\x68\xd0\x4f\xc2\x20\x80\x8d\xf6\x49\x24\xf2\x82\x1e\x9e\xc4\xfa\x21\xaa\x1e\x00\x65\x7a\x7d\x16\xa2\xd1\x62\xa7\x0f\xe5\x75\x64\x05\x0f\xe5\x75\x0a\x3a\xde\x03\xa0\x2c\x18\xa5\x1e\x6f\xeb\x70\x35\xb9\xad\x63\xc1\x18\x1e\xca\xeb\xb4\x61\x0b\x5b\x39\xca\xc5\xa3\x1b\x12\xe7\xdb\x43\x5c\xeb\x49\x18\xe1\x03\xa0\xd4\x59\xfb\xe0\x86\x2c\xdb\xfe\xf0\xa0\xdf\xbe\x07\x60\xbe\xec\x81\xe0\x40\xec\xa2\x0f\xe5\x75\xf6\xb2\x85\xad\xd5\x59\xf2\xb6\x0e\x18\xed\x03\x6a\x1c\x88\x87\x87\x6c\xc8\x49\xf5\x94\x47\xd4\x08\x4a\x7d\x44\x8d\x18\x4a\x1e\x0a\xaf\x5a\xbb\xf9\x31\xae\x15\x3b\xe5\x83\x1b\xb2\x62\x7c\x79\x08\x5e\x35\xae\xe8\x21\x78\x75\x39\x83\x81\x1a\xa7\x77\xee\x3c\xdc\xd6\xe1\x3d\xde\x4f\xa0\xc6\x62\x61\xd2\x27\x50\x63\x33\xf4\xf2\x21\x1b\xd2\x48\x86\xe7\x24\xc2\x83\x9c\xc3\x87\xe0\xd5\xe6\xc8\x8a\x89\xca\xac\x6d\xa0\xc6\x5a\x50\x82\x1e\x0a\xaf\x0e\x04\xe5\xc3\x6d\x1d\x96\xbe\x7f\xb8\xad\x63\xe2\xcf\x78\x28\xbc\xaa\xca\xf7\x80\x1a\x37\xea\xd2\x53\x48\xd9\x71\x5e\xc8\x86\xec\x9e\xf7\xe2\x6d\x24\x8c\x13\x37\xa4\x77\xe1\x3d\xc5\x2b\x2b\xa0\x88\x6c\xc8\xc7\x15\x23\x1b\xf2\x40\xa0\x3f\x14\x5e\x3d\xb6\xcf\x10\x1d\xae\x34\x57\x72\x0c\x84\xc5\x43\x36\xa4\x79\x8c\x0f\xc1\xab\xf9\xb2\xc5\xfa\x61\xc5\x7f\xcc\x86\xf4\xf4\x57\x0c\x1e\xfd\x67\x41\x70\x0f\x1e\x4a\xaf\xbe\x7c\x2a\x71\x83\x9f\x16\x71\x83\xd5\xee\xd0\x7a\x9c\x40\xe3\x5a\x1f\x07\x4d\xf9\x20\xa0\xfc\x03\xa0\xac\x2e\x4a\x00\xca\x6a\x8d\xd4\x07\x40\x69\x8d\xe2\x07\x40\x69\x69\xc2\x07\x0f\xe5\x2d\xab\x6b\xb8\x79\xc8\x1d\x7c\xa8\xc9\xfa\xa2\x57\x3d\x24\x4a\x7a\xa1\xf9\x43\xa2\x64\xfe\xbc\x87\x9b\x47\xc6\xd0\x0c\x9e\x63\xc1\x88\x6b\x1d\x32\x68\x01\xe5\xe7\x2b\x24\x4a\xba\x7c\x00\xca\xf6\x3a\x32\x82\xe7\x64\x2f\x00\xca\xd5\xfc\x65\x6c\xdd\x77\x3a\x32\x0a\x93\x7e\x9e\x11\x3c\x47\x3a\xc1\x03\xa0\xd4\xd8\xf3\x50\x5e\xa7\xfa\x4d\xca\xeb\x4c\x74\x99\x27\x00\x65\xbf\xb1\x14\x3e\xb8\x21\xad\xc5\xf1\xe0\x86\xbc\xd1\xce\x1e\xdd\x90\xd8\xce\x1e\xdc\x90\xaf\xd4\x12\xd7\x9a\x3d\x46\xb8\x21\x4b\xb3\xf7\x00\x5c\x55\x96\x85\x1b\xb2\x2e\x7b\x30\xc2\x83\x23\x06\xa0\xbc\x0f\x9f\xa1\xf5\x14\xfb\x0b\xad\x6e\x11\x95\xf9\x0c\x0d\x3a\xf4\x00\xa0\x3c\x3e\xcf\x32\xc1\x6c\xf4\x37\x88\x10\x40\x1b\x7c\x06\x35\xad\x5d\x31\xe2\x5a\x2f\x47\x4d\x5c\xeb\x67\x96\x8c\x6b\x75\xd7\x11\xd7\x9a\xc9\x39\x7c\x86\x35\x12\x58\x4d\xe2\x5a\xd5\x7a\x1e\x00\xe5\x23\x45\xc3\xca\x6c\xcc\x35\x85\x57\x8b\x62\x9a\xc2\xab\x6f\xb2\x45\xcd\x6e\x70\xdb\x33\x41\x55\x0a\x12\x0a\xaf\x7a\x7f\xf4\x13\xa8\x71\x78\x63\xc5\x33\x49\x69\x71\xa5\x27\x5a\xeb\xf0\x3d\x6f\x93\x81\xbe\x49\x8d\x04\xbc\x30\x0f\x71\xad\x7a\x1b\x9e\x69\xdc\xbc\xcf\x28\xaf\xf3\x19\x0b\x6e\x48\xb4\xc8\x67\x1a\x21\xc0\xec\x82\x1a\xbb\x2b\x8d\x1b\x72\xca\x68\x71\x43\xde\xae\x34\x6e\x48\x0b\xfd\x3f\xa0\x46\x2f\x6a\x78\x3e\xe5\x75\x98\x6b\x82\x57\x2d\x84\xf0\x10\xbc\x7a\xe1\x27\x78\xc8\x86\xb4\xb4\xd7\x73\x99\xa8\xec\x33\x7c\x1d\x98\x18\x1f\x50\xe3\x83\xfb\xf2\xe1\x8e\xc7\xcf\x09\xc7\x0d\x99\x49\xea\x7a\xa8\xa1\x63\x25\xee\x27\x50\xe3\xb4\x86\xce\xc3\x6d\x1d\x87\x6b\x44\x0d\x9d\xa6\xf8\xa3\x86\xce\xe3\xf9\x23\x1b\xd2\xfb\xcd\x9f\x9b\x6c\x56\x4c\x38\xcf\x8d\x6a\xa3\x82\x74\x93\x68\x2e\xaf\xf3\x8e\x47\xf2\x10\x9e\xdb\x9a\xeb\xd0\x4e\x0d\x1d\xcb\xd4\x3f\x37\xa8\xea\xd3\x43\x88\xfe\x8c\xcd\xfb\xa1\x86\x8e\x55\xc1\x1f\x8a\xb2\xc6\xf5\x04\x3f\x66\xc9\x02\x4a\xb7\xcb\x8d\x07\x5d\xe9\x70\x6b\xab\x73\x98\x84\x9c\x03\xc9\x1f\xe2\x5a\x6f\x37\x79\x00\xca\xee\x65\xf5\x0f\x1e\xca\x13\x83\xc7\x43\xa2\xe4\x89\x15\xf8\xa1\x5e\xeb\x24\xdc\xea\xe1\xfa\xc7\x89\x26\xfc\xe0\xa1\x5c\x6e\x6b\x3c\x94\x02\xae\xe7\xc1\xd6\x2a\xf3\x7e\x4c\x19\x60\x5b\x3f\x68\x05\x32\x53\xe2\x5a\xb5\x26\x3d\x8f\xd9\x82\x50\xf4\x40\x9f\xcb\xf0\x98\xcd\x63\x8b\xca\x65\x0a\x12\x00\xe5\xc6\xc4\xf1\x3c\xd8\xea\x3c\xe0\xaf\x89\xa0\x2c\x0a\x80\xd2\xec\xbd\x07\x40\xd9\x3c\x1c\xb8\x21\x17\x56\xee\xe7\xd5\x56\xc7\x5c\xbf\x18\x3c\x80\x6d\xcf\xab\x87\xd9\x67\xd8\x92\x87\xfd\x99\x6d\xe6\x57\x88\x60\xc1\x61\xf9\xbc\xb8\xe9\xd4\x57\x70\x43\x5a\x7b\xe0\x31\x1b\x52\x06\xf6\x9a\xe8\x6a\x0b\xc0\xb5\xa4\x01\x83\x0e\x76\xca\x87\x9b\x3c\x3e\x6b\x64\x36\x24\x86\x8b\x87\xf2\x3a\x45\xa6\x4f\x51\x56\x73\xd6\x9e\x00\x94\x3d\xa9\x57\xe1\x86\x34\x45\xe8\x21\x1b\x72\x63\x9c\x78\x70\x43\x7a\x03\xdc\x83\x1b\xb2\x88\x48\x74\x43\x02\x75\x1f\xe2\x5a\x1f\x22\x4a\x9e\xe5\xfe\xf4\x19\x95\xe7\x48\xba\x7d\x00\x94\x96\x96\x7c\xc8\x86\xec\xaf\xcf\x62\xfd\x34\x47\x3c\x01\x28\x9b\x55\xf7\x1e\x6e\xf2\xd0\xdd\xf6\x88\x1a\x3d\x54\xdb\x7a\xc9\xb6\xb4\x25\xfb\x4b\x0c\x72\xb2\x3a\xdc\x90\xfb\xb6\x07\xea\xed\xca\x4c\x71\x43\x36\x75\x6d\xe2\x5a\x5f\x59\x39\xd9\x90\xd9\x15\xdb\x6a\xe5\xf6\x47\x70\xa7\x08\x88\xb8\xd6\xee\x79\x20\x78\xd5\x7a\x80\x0f\xc1\xab\x2f\x56\xd2\xd7\x9b\x3c\x30\xc1\xbd\x87\x5a\x5d\xa1\x85\x41\xae\xf8\x2c\xd6\x6f\x83\x41\x5e\xb2\x21\x8d\xaa\x78\xc9\x86\x54\x87\x7d\x0f\xef\xd0\x3b\x69\x81\x1a\x1f\x5b\x18\xe4\x5e\xdf\xc3\xe0\x81\x7e\xfb\xe2\x86\xac\x9c\xdb\x57\x37\x24\x0c\xf3\xe5\x8e\xc7\xf6\xf9\x0a\x71\xd7\xc5\xfe\xb4\x25\xdb\x22\xb8\x0c\x5c\xf3\x5a\x43\x07\x9c\xf1\x1a\xbc\x0a\xcf\x7a\x29\xca\x7a\x1c\xb6\x88\x2b\xdf\xfe\x32\x44\x87\x86\xca\x37\x51\x08\x01\xce\xf7\x92\x0d\x69\x62\xcc\x1b\xa8\xb1\x27\x9c\xfb\x6f\x22\x0c\x60\xfb\x4d\x7c\x01\xa4\xbb\xbc\xb8\x21\x0d\xb3\x7b\x09\x5e\x55\xdc\xbe\xa0\x46\x6f\x18\x7f\x75\x43\xa6\x9f\x95\x1d\x7a\x03\x50\x8e\x8e\x8b\xeb\x4d\xda\x5a\x19\x0a\x71\xad\x9d\xc3\xf8\x12\xd7\x5a\x9c\x88\xcc\x25\x3b\x38\xe6\x5e\x3c\x94\x19\x86\xf2\x66\x3d\xb0\x0c\x85\x44\xc9\x0c\x63\x78\xf1\x50\xf6\xc7\xf7\xe2\x68\xea\xd5\x7d\xa9\xd7\xda\xba\xbf\xb4\x06\x84\x63\xf1\x68\xda\x03\x97\xb4\xb8\xe9\x00\x94\x86\xd6\xbc\x1f\x40\x79\xd3\x22\xee\xda\xed\x42\xa2\xa4\x11\x1e\xef\x89\x56\x80\x1b\xe4\x3d\xa9\x27\x0c\xf0\x7d\xb9\xfe\xf1\xbc\x6c\x21\x3a\x70\x39\xbd\xc4\xb5\x0a\x4f\x5e\xca\xeb\x24\x17\x0c\x40\x79\xdf\xfe\x92\xca\x65\xc4\x37\xbe\x27\x6e\x3a\x60\xfe\x4b\x36\xe4\xc1\x81\x7b\x01\x94\x77\xf1\x19\x37\x79\x2c\x5b\xb0\x9e\xe6\x37\x71\x83\x20\x56\x5e\x01\x65\xf5\x19\xe5\x91\x10\x55\xaf\x80\x12\xc0\xfc\xe2\x86\xcc\x30\xda\xb7\x50\x6f\xd7\xaf\x70\x93\x87\x5e\x83\x17\x37\xa4\xc9\x13\x6f\x41\x6b\x5d\x3e\xe3\x68\x26\x7b\xe8\x1c\x69\x5b\x1c\xcd\xe9\x37\x59\x3f\xa2\x5b\x5e\xdc\x90\x86\x26\xbe\xb8\x21\x1f\x04\xde\x4b\x5c\xeb\xdf\x7b\x17\x55\xf9\x8c\x9b\x20\xdc\x91\x00\xca\x06\xae\x79\x2b\x6e\x3a\x99\x0d\xd9\x90\x39\xdb\x22\x42\x07\x7d\xec\x05\x50\x6a\xdf\x7c\xab\x89\xca\xcc\x0b\x80\x72\xb9\x0b\xbc\xc9\x23\xdb\x83\x80\x99\xd9\x25\xae\xf5\x73\x56\x70\x43\x3e\xb2\x41\xe2\x5a\x9f\x62\x0b\xad\xd5\xd5\x24\xae\xd5\x98\xfa\x97\xb8\xd6\x73\x39\x16\xd7\xcf\x51\x6f\x82\xe0\xe8\x8f\xa2\xac\xd9\xb1\x10\xd7\x6a\x54\xcc\xdb\x2c\x1f\x64\x0b\x54\x85\xff\xe4\xa5\x28\xab\xd9\x90\x2f\xe5\x75\x52\xf3\x97\xd8\x92\xc1\xc1\x2f\xc1\xab\xde\x14\xfe\x82\x1a\x4f\x1c\x6c\x2f\xa8\xb1\x7d\xde\xc3\x56\x2e\x7b\x21\x78\xf5\xb3\x2a\x64\x43\x0e\xcc\x6c\x2f\x6e\xc8\x8a\xd8\x7c\xbd\xc9\x03\x05\xe2\xd5\x0d\x89\xd9\xf2\xed\x5e\x95\x00\xb5\xb8\x21\x0b\xfe\x8c\x97\x6c\xc8\x49\xac\xd2\x4b\x36\xe4\xf2\xac\x70\x93\x87\xf5\x2a\x5f\xdc\x90\xde\x84\xfe\x76\x13\xcd\x19\x35\x6e\x48\xd1\xc3\xcb\x75\x1d\xd6\xa1\x7b\xbd\xae\x83\x80\xd8\x97\xeb\x3a\x6e\x9c\xfb\xaf\xd7\x75\x28\x10\xba\x85\x10\xec\x81\xb8\x64\xec\xe1\x2f\xd7\x75\x0c\x77\x08\xd7\x75\x4c\x30\xdd\xcb\x75\x1d\x2f\xfe\x93\x97\xeb\x3a\xf6\x97\x48\xfd\x31\x4b\x0e\x40\x39\x0e\x8f\x0a\x71\xad\xc3\x41\x0f\xe2\x92\xb1\x3b\xbd\x83\x6c\xac\xdb\x67\xd8\xea\xdc\x9e\xc4\xb5\x76\xc2\x67\xde\x00\x94\x73\xb8\xe5\x07\xd9\x74\x87\x2d\x58\xeb\xe9\xa0\xf1\x50\x4e\x7b\x50\x6b\xf5\x2b\x68\xad\x92\x0e\xa0\xec\x2e\xca\x10\x70\xf1\x95\xa9\x56\x00\x0d\x01\x28\x7b\x27\x24\xee\xc5\x0d\xb9\xb1\xae\xbe\x00\xca\x8d\x33\xec\x25\xae\xb5\x2b\x10\xb8\xfe\x51\x87\xd7\x4b\xa2\xe4\x79\xfa\x15\xdc\x04\xc3\xf7\x06\x4c\x8a\xad\x2b\xa0\x04\x0e\xbd\x93\xca\x7a\xd3\x67\xd8\xb2\x70\xda\xbd\x13\x37\xcf\x74\xd4\xd0\x87\x8e\xfe\x52\x5e\xc7\x04\x90\x77\xca\x5a\xd9\x04\x00\xca\x5b\xcd\x86\xeb\x1f\x0f\xdf\x13\x50\x92\x49\xf8\x52\x5e\x67\x2a\x8e\x2e\xb5\x02\x5b\xd8\x92\x65\xa6\x17\x45\x2f\xc9\x91\x7b\x89\x6b\xd5\xfa\xff\x5a\x94\x15\x8d\xf6\xbd\xa4\x8f\x59\xc2\x0d\x79\x61\x80\x78\x75\x43\x9e\xf6\x4e\xdc\xee\xe1\xa8\x63\xeb\x6a\x13\x7e\xc9\x86\x34\x7d\xf5\xe5\x8e\xc7\x61\x8b\x3b\x1e\x2f\xec\xa9\x2f\x77\x3c\x3e\x1e\x23\xe2\x5a\x45\x40\xef\x4d\x84\x80\x02\x1d\x37\x64\x75\xce\xcc\x86\x04\x84\xbf\xb8\x21\xbd\x70\xe1\x05\x50\x9e\xd9\xfe\xc8\x16\x54\xb3\xb9\x2d\x14\x00\xed\x94\xd7\x69\xae\x2d\xb7\x7c\x78\x77\xc7\x0b\x6a\x2c\x0a\x66\xdc\x90\xbb\xf9\x5e\xec\xcf\xaa\x88\x23\xae\xd5\x4b\xf5\xdf\x40\x8d\xdd\x82\x9f\x2f\xd9\x90\x66\x5f\xbe\x64\x43\x3e\xc4\xac\xbc\xa0\xc6\xe1\xfe\xc4\x0d\x59\x15\x6a\xa0\xc6\x02\xcc\x7f\x29\xaf\xb3\xd4\x06\x1f\xea\x41\x7b\x1e\x28\xaf\xd3\xd5\xd5\x28\xaf\x33\xb3\xdf\x0c\xad\xce\x12\x41\xef\x43\x0d\x08\x59\x0f\xa8\x31\x5d\x7e\x05\x37\xeb\xe1\xc8\x70\xb3\x3a\x4b\x94\xd7\xb1\x34\xef\x4b\x51\x56\x6f\x1f\x7f\x29\xca\x2a\xba\x7d\x29\xca\x6a\x0d\xf4\x97\xa2\xac\x0d\x07\xe9\x0b\x6a\x7c\x3f\x2d\xea\x41\xab\x66\x51\x94\xf5\x96\x41\x5b\x43\x87\xca\x38\x2f\x35\x74\x12\xa8\xea\xa5\x86\x4e\x96\x87\x04\x6a\x1c\x96\x86\x7a\xb9\xff\xf1\xb9\x7c\x4f\x5b\xb2\xdf\x24\x38\x10\x14\xf7\x52\x43\xa7\x25\xdf\x43\xf4\xe3\x19\x78\x17\xa2\x5f\x4e\xb4\x2c\xbf\xc6\x7c\x12\xbc\x6a\x51\xfe\x97\xa2\xac\x39\xf9\x4b\x83\x3b\xd9\x2f\xb8\x21\x43\xa8\xfd\x98\x25\xe3\xa1\xb4\xe2\xd9\x4b\x79\x9d\xe7\xf0\x23\x24\x4a\x62\x11\x7b\x17\x6e\x02\x17\x8c\x7a\xad\x66\x01\xbd\xdc\xf2\xf1\x81\x27\x01\x28\x8b\xe5\x83\x5e\xae\x86\xcc\x82\x15\x00\xa5\x37\x81\xbd\x5e\x0d\x49\xc4\xc5\x0b\xa0\xec\x6e\xb3\x4d\xe5\x2b\xdc\x19\x2f\x71\xad\xc9\x83\x0a\xa0\x9c\x58\xe0\x5e\x00\xe5\xe4\xae\xe0\x17\x37\xa4\xe1\xef\x2f\x6e\xc8\x2d\xa3\xdd\xc6\x0d\xfa\x8c\x94\x01\xb5\xd6\xcd\xfd\x81\x1e\x77\xdd\x90\xea\x08\xc4\xb5\xde\x42\x9e\x00\x94\xf5\xa3\x5d\x6f\x72\xec\x3d\x46\xc4\xb5\x9a\x3d\xf4\x1a\xd7\x8a\xfd\x6f\x19\xd7\x0a\x80\x5d\x64\x43\x5a\xd4\x73\x71\x35\xa4\xb7\xa6\xac\xc3\xe0\x2b\x9f\x71\xc9\x15\xa6\x91\x45\x36\xa4\xa9\xc9\x8b\x6c\x48\xaf\xd1\x5f\xd4\x6b\xb5\xbc\xe9\x3a\x2c\x0a\xd9\x69\xa1\x95\x57\xdf\xc3\xe0\x91\xfc\x26\x6e\x1e\x00\xec\xa2\x28\x6b\xfa\xb4\xd0\x5a\x8b\xdf\xe4\x68\x36\x29\x62\xfd\x80\x7b\x8b\xb8\xd6\x8d\xb3\x76\xe1\x86\xec\x68\x6e\x2b\x51\xca\x9c\x23\xb6\x02\x50\x8e\x8a\x3e\xb6\xbc\xff\x51\xfa\xbc\xff\x11\x77\xd4\x4a\xd8\xca\x3f\x3d\xa0\xd5\xb1\x3f\x17\x71\xad\xc7\xf6\x97\x78\xd0\x1f\x9f\xe1\x0b\xa8\xf6\xc7\x55\x02\x30\x86\xc5\xfd\x8f\x19\x77\xcd\xe2\xfe\xc7\x7e\xd9\x22\xd1\x3c\xf9\x95\x10\x8d\x37\x3b\x6b\x11\xd7\x7a\xc0\x22\x17\xe5\x75\x26\xa2\x7f\x65\x52\x06\x70\x97\xae\xac\xd6\x6a\x8b\xf2\x33\x9c\xb1\x95\x89\x10\x00\x84\xaf\x8c\xc1\x03\xed\x6c\x65\x23\x90\x98\x17\xef\x7f\xbc\xed\x8f\x1a\x10\x8f\xfd\xc1\x5a\xb3\x2d\xdc\xc8\xce\x0b\xc1\xab\xfd\xf2\x2b\x44\x08\xbc\xb6\x16\x4c\xc3\x91\x91\xf2\x01\x02\x5a\xb8\x21\x3b\x4c\x78\x51\x5e\xe7\xe4\xac\xac\x53\xd6\x43\x7f\x94\xd7\xa9\xb0\xf9\xc5\x2d\x1f\x03\x23\xd1\x3a\xa1\x0f\xb7\xd9\x02\x35\x5e\x24\x36\xad\x93\xb8\x6b\x04\xec\x22\x1b\x72\x4c\xfb\xa3\xa8\xee\xa7\x3f\x0c\x3a\xee\x25\x50\xa3\x9a\xe9\xd2\x0d\x09\xe6\x59\x81\x1a\xbb\x66\xbd\x45\xf0\xaa\xe1\x8e\xeb\xa4\xf2\x23\xb5\x17\x57\x81\xb5\x62\xf3\x5e\xb8\x21\xbd\xae\x77\x15\xeb\x25\xb3\xd2\xba\x21\x09\x77\x5c\xba\x21\xd1\xbc\x17\x6e\xc8\x1b\xa5\x6b\xe1\x86\x34\xe4\x76\x11\xbc\xfa\x80\x3a\x16\x35\x74\x5e\xd7\x88\xab\x3c\xa2\xea\xca\x0f\x59\xf2\xa2\xbc\x8e\x97\xf1\x2f\x12\x25\x4f\x74\xae\x45\x5c\xab\x01\xd3\xab\x98\xa3\x6d\x07\x68\xad\xe8\xbe\xab\xe0\x41\xc7\xd1\xb2\xa8\xd7\xea\x3d\x6b\x0b\x0f\xa5\xb5\xae\x56\x25\x42\x80\x24\xe6\x55\xc9\x56\x72\x69\x03\x50\x8e\x43\x66\x53\x09\xbe\x92\x9d\x55\x82\xaf\x70\xde\x2c\xe2\x5a\xbd\x28\x72\x51\xaf\xb5\x1f\x7e\x93\xa2\x82\xc9\x16\x71\x83\x40\xa5\x45\x5c\xab\xee\x85\x55\xc9\x56\xc2\x00\xb1\xa8\xd7\xea\xdd\x7b\x2b\x00\xe5\x1c\x98\x23\x56\x00\xca\xf9\x60\x49\x5b\x01\x28\xa7\x57\x9f\xaf\xe6\xd5\x89\x2c\x43\x83\xf5\x50\x8f\x76\x11\xd7\x7a\x60\xbf\x5d\x94\xd7\xc9\xb2\x09\xe2\x5a\xbb\x63\x69\x54\x9e\x43\xe0\xad\x66\x8d\x04\xdf\x63\x8d\xdc\x74\xb8\x1a\x1b\xf6\xf7\x85\xab\xb1\xcb\x92\x71\x35\x76\x20\xe4\xe2\x26\x8f\x21\x45\x80\x46\x33\x2c\x17\x37\x79\xbc\xf8\xa9\x57\xc7\x1e\x8e\xdf\x78\x75\xc4\x9f\x63\xe1\x26\x8f\x1b\xd7\xed\xe2\x26\x0f\x9d\x22\xab\x8b\x9c\x18\x19\x85\x57\x33\x9a\xf7\xea\x88\x07\x57\x1a\x57\x63\xc9\x7e\x05\xf1\x9e\xfd\x0a\x25\x66\x64\x13\xdd\xfb\x03\xd9\x4b\xdc\xe4\x61\xea\xcd\xe2\x26\x8f\xf1\x19\x19\x97\x24\xdd\xf6\x40\x00\x12\x66\x8c\x05\x68\xcc\xee\x64\x40\xa3\xb1\xb9\x8b\x3b\x1e\xb5\xa7\x2e\x5c\x8d\x16\x0c\x5a\xc4\xae\x66\xec\x9b\x8b\xd8\x55\xab\x0b\x2f\x62\x57\x3f\x0c\x1a\x57\xe3\x70\x5e\x70\x35\x2e\x2c\xa1\x0b\x57\xe3\xac\x8e\x85\x00\x47\xa9\x0d\x64\xd8\xb7\x82\xc4\x8c\x47\xcf\xca\x00\x14\x3f\xf6\x00\x7d\xb2\x41\x5c\x8d\x43\xc6\xce\x4d\x1e\xba\x7c\x17\x37\x79\x2c\x10\xec\x22\xe3\xb1\x3f\xb6\x10\xef\x9e\xdb\x69\x1d\x19\xe6\x85\x8c\xc7\x8e\xbe\xb9\xc8\x78\xbc\x89\xda\x5f\xde\xe4\x21\x73\x23\xe3\x71\xbe\xb6\x60\x2f\xb2\xcf\x0f\x32\x84\x3e\x33\x1e\xa7\xcf\x1e\x72\xf9\xec\x81\xfd\xb9\xed\x21\xce\xd8\x83\xa3\x7a\xe1\x6a\xb4\xce\xca\xba\xa8\x43\xe2\xd9\x0c\x64\x58\x36\xfe\xa1\xe5\xfd\x8f\x38\xcd\x17\xae\x46\x2f\xc5\x58\xd4\xc9\xe9\x72\x94\xcb\xf5\xb3\x85\xf8\x53\x49\xf0\xba\x0e\x05\xd7\x45\x46\x60\xb3\x35\x99\x4f\xf6\xf5\x85\xfa\x82\x02\xb8\x2e\x2f\xf1\x62\xd4\xd6\xc9\x21\x82\x79\x51\x27\x67\x7f\x7a\x57\xbc\x3b\xea\x38\x7f\x51\xbd\xfc\xc7\x2c\x19\x2f\x64\x97\x65\x99\x0c\x89\xd6\xba\x00\x8d\x46\x3b\x2e\x62\x57\x8d\x87\x58\xdc\xe4\x61\x1a\xf1\xc2\x0b\x79\xbb\x95\x6e\x63\x8f\x7d\x46\x58\xb9\xac\x87\x9a\xac\x05\xd7\xd8\xa2\x84\xce\xa5\x44\x05\x34\x26\x72\x9e\x16\xb1\xab\xde\x5c\xb0\x02\x34\xf6\x47\xe6\x16\xa0\xb1\x59\x71\x69\x05\x68\xec\xdd\xe3\x4e\xec\xaa\x29\x8e\xeb\x31\x63\x87\x09\x0c\xd0\xd8\x93\x8c\xc8\x64\x48\x72\x9e\x16\xc9\x90\x1d\x73\xcb\x0a\xd0\x38\xbb\x5b\xf7\xe1\xa6\x84\xe6\x7b\xb8\x02\x14\x47\xd4\x64\x35\x5d\x76\x01\x1a\xbd\x27\x79\x3d\x46\xa9\x30\x67\x80\x46\x73\x90\x16\xa0\xb1\x74\x5b\xd4\x64\xc5\x5d\xba\x1e\xf3\xe8\xfd\x26\xae\xc6\xed\x58\x4c\x66\xa5\x87\x00\x8d\xf3\xc1\x59\xb4\xc8\x78\x9c\x6a\x3d\xaf\xf4\xd1\x83\x37\x79\x00\xf3\x17\x19\x8f\x3a\x45\xd6\x8b\xab\x43\x0d\x0c\xd0\xf8\xba\x21\xb9\xc9\xe3\x55\xfc\xbd\x24\xcb\xbb\x21\x5f\xb7\xae\xfd\x05\xeb\x29\xdd\x91\x61\x0f\x77\xae\x01\x8d\x3a\x48\xd7\x4b\x4d\xe4\xe1\xa8\x29\x4c\xea\x3a\xbc\x1a\xa5\x98\x5d\x5c\x8d\xa7\x22\x87\xfb\x1f\xbd\xcc\x73\x2d\x03\x38\x6d\xe1\x8a\x93\xb1\x0b\x1a\xdd\x3d\xb8\x1a\x93\xe2\x81\x8c\x47\x0b\xbe\xaf\xe5\x4d\x10\xfe\x12\x7f\x06\xb6\xcf\x45\x09\x9d\x0f\xb5\x8b\x4b\xca\x70\xd6\x2e\x6e\xf2\x98\x6a\x59\xb8\x1a\x1f\x2c\xd9\x6b\x11\xe0\x78\x3a\x6a\x32\x1e\x15\x55\xcb\xb4\x23\x76\x6b\x20\xc3\xaa\x71\x62\xe1\x6a\x3c\x28\x2d\xb4\x3e\xae\x46\xbe\x42\x80\x6a\xf5\xf0\x53\x78\xd5\x8a\xbe\x8b\x12\x3a\xa6\xea\x2f\x90\x61\xfa\x7c\x05\x57\xb1\xa7\x71\x9b\xb1\xca\x8a\x6d\x90\xd3\xe9\x2f\x2f\x6c\xd0\x8c\x93\x00\xd5\x2d\x96\xd8\xa6\x3d\x30\x13\x20\x43\xaf\xe6\x5a\x20\xc3\x0d\x82\x5d\x16\x5e\xc5\x49\xbf\x29\xbc\x6a\xcd\xee\x4d\xc6\xe3\x85\x83\x74\x5b\x78\x95\x33\xbd\x29\xbc\x6a\xc9\xa5\x7d\x58\x6e\xde\x5f\x5a\x73\x7d\xd1\x0a\xd1\x5f\xaa\xcf\x82\xbf\x24\xd0\xca\x06\x19\xca\x43\x36\xae\xc6\xe7\xf6\x99\xc8\x29\xd3\xa2\xe6\xf3\xb2\x77\x02\x1c\x4f\xdf\x0b\xfa\xac\x93\xbd\xbd\xff\x11\x9b\xf7\x06\x19\x26\x38\xe6\xf6\xfe\x47\xf0\xd0\xa6\xf0\xea\x89\x30\xdc\xb8\x1a\x6f\x4e\xff\xc6\xd5\xf8\xa5\x55\xfc\x98\x25\xef\x44\x61\x3d\xac\x2d\x1b\x2f\x64\xc2\xd3\xbf\xf1\x42\x5a\x49\x6c\x5b\x93\x55\xd2\xa9\xc9\xda\x5f\x07\x46\x6c\x60\x73\x60\x04\xe8\xa0\x49\x6d\x80\xa1\x05\xf2\x76\xc2\xa6\x58\xed\x0f\x9b\x22\x1a\xd1\xce\x66\xe5\x30\x2d\xd9\x32\x32\xf4\x40\x99\x1c\xaf\x24\xdc\x94\xc9\x39\xb6\xef\x05\xfb\x6c\x48\xbf\x0d\x30\xec\x2e\x34\xb7\x75\xcc\xe4\x2f\xb1\xb9\x0d\x7b\x00\x18\xe2\x48\xda\x19\xc3\x05\x4c\x71\x73\xfd\xe3\x35\x7c\x76\xb3\x60\x2c\x11\xc0\x70\x60\x95\xdd\xd4\x5d\x35\x77\x69\x67\x2f\x7a\x82\x76\xe2\x53\xad\x2b\xbb\xcd\x6a\x74\x83\x9c\x5e\xf4\xc4\x58\x00\x86\xa7\xf3\xe9\x6d\x1d\xdb\x56\xac\x91\x36\xcc\x4d\x56\x63\x03\x26\x6e\xb2\x1a\xa7\xb3\x44\x56\xa3\xee\x85\x4d\x56\xa3\x47\x7a\x03\x0c\x2d\xf5\xb8\x71\x27\x26\x9c\xa7\xfb\x24\xa1\x3a\xfb\x5e\x1c\xbf\x0b\x77\xd4\x06\x18\xee\x61\x0f\x78\xc2\xd1\x0d\x37\x59\x8d\xde\x90\xb6\x0b\x15\xc8\x1e\x5b\x09\x73\x12\xa3\xe6\x8e\x47\x0b\x7f\x6f\xee\x78\xb4\x6a\xdb\xc6\x9d\x68\x82\xd2\x2e\xde\x11\xc8\x7c\x06\x30\x9c\xf3\xf3\x4b\x8e\x1f\xcc\x6d\x7f\xdc\x89\x7e\x93\x32\x32\xb0\xdd\x0d\xfa\x7b\x70\x0f\x6d\xd0\x9f\x76\xc3\x1d\xe8\xaf\x6f\x2c\xa8\x9b\xac\xc6\xbd\x6d\x11\x04\x47\x25\x90\x5d\x28\x73\x84\x57\x7e\x57\x2a\x90\x21\x80\x76\xb5\x8c\x0c\x73\x46\x56\x63\x97\x86\x4a\xc2\x38\xd8\x73\x57\x82\xa8\xb0\xfe\x6f\x6f\xeb\x40\xc0\x6e\xdc\x89\x1a\x9e\x36\xc5\x55\x15\xfd\x1b\xf4\x57\xc0\x4a\xbb\x92\xb5\xd9\xec\x1d\xcd\xad\xfb\x4b\x12\xfe\xbb\xbd\x73\x11\x99\x67\xac\x52\x72\x5d\x16\x59\x8d\xb4\xb1\x3f\xea\x72\x63\x02\xd8\xb8\x13\xad\xc4\xb8\x71\x27\x4e\x8c\x3d\x9b\x20\xd4\x0c\x08\xdf\xcd\x8b\xd6\xd8\x21\xcd\xba\xdc\xf4\x4e\x10\x6a\xc7\xd1\xb9\x09\x42\x15\xd7\x6c\x6e\xeb\x28\x98\xfc\x76\xb8\x13\xbb\xd7\x93\xee\x46\x56\x1c\x4c\x7f\x37\x8a\xff\x3e\xf6\x40\xf1\x58\xb0\xc4\x6e\xc4\xbf\xbb\x7e\xd6\xc2\xf9\xbc\x87\x4d\xb8\xdb\x5f\x9c\xbf\x8d\x0f\x68\x7f\xee\x78\x84\x22\x82\x50\xad\xd9\xb3\x41\x86\xc5\x51\x7f\xb2\x1a\x99\x41\x82\x50\xab\xf4\x75\xca\x8c\xc9\x19\xcc\x6a\xc4\x21\xbb\xcd\x6a\x04\x2f\x6c\xb2\x1a\x8b\x1c\x93\xac\xc6\xb8\x41\xfd\xc7\x2c\x99\x84\x47\xc3\xd8\x37\x09\x8f\x0f\xe0\x76\x77\x82\x38\x00\x6a\x1b\x4f\xa3\xd9\x43\xbb\x13\xfa\x2f\xe3\xeb\xa4\x6e\x78\xdc\x29\x93\x63\xf1\xf2\x4d\x99\x1c\x9d\x30\x1b\x77\x62\x03\x88\xee\x41\x85\x35\x7b\x18\x64\xc5\x29\x0b\x07\x17\x05\xc9\xa4\x06\xee\x0c\x8f\x34\xa0\xf1\xb3\x28\x80\xc6\x7b\xf9\x9e\x9e\x54\x26\x02\xd0\xe8\xc5\x86\x7b\x70\x34\x6f\xdf\x7b\xd0\xc0\x58\x76\x41\x23\x56\xaf\x3d\xd0\xbc\x65\xb4\x80\xc6\x0b\x4d\x63\xe3\x4e\x7c\x88\x44\xd9\xd3\x8b\x9e\xf8\x0a\xf1\xa9\x17\xc6\x82\x6d\x7c\xaa\x0c\x7a\xea\x09\xf7\x97\xb2\x1e\xe6\x65\xea\x09\x67\x2b\x79\x5b\x07\x8e\xb9\x3d\x29\x03\x04\xb2\xd8\x80\xc6\x23\xfb\x0c\xd0\xaf\x18\xfb\x80\x46\x47\x46\x71\x47\x37\x9d\x65\x72\x30\x6a\x6c\xaf\x7f\x54\x5f\x09\xd0\x38\x12\xa0\x78\x5f\x06\x19\x31\xf3\xb8\x13\x1b\x25\x82\x76\x80\xc6\xf9\xe0\x35\xd8\x5c\xff\xb8\xa8\xc1\xbc\x29\x93\x53\x88\xf7\xd8\x17\xa9\x37\x6e\x56\xe2\x53\xbd\x0b\x79\x5f\x5e\xa4\xe3\x7b\xb8\x83\xb1\x72\xef\x0b\xd1\x88\x37\x7f\x03\x1a\x37\x7a\xdc\xbe\xb0\x79\x7b\xc4\xbc\xe3\xf1\x76\x2c\xf8\x2c\x64\x83\xc4\xa7\xbe\xb2\x4f\xe3\x53\x5d\x3f\x6f\xeb\x40\xbb\xde\xde\xd6\x21\xc3\x24\x3e\xd5\x14\xf1\x4d\x7c\xaa\x89\xfb\x9b\xf8\xd4\x66\x7f\xb7\xac\x95\x91\x05\x32\x9c\x5d\xd1\x81\x3b\xd1\x94\x8f\x8d\x3b\xd1\x7b\xae\xf7\x4d\x24\xc3\xe5\x7b\x78\xfa\x15\x16\x20\x43\x2d\xbd\x1b\x77\x62\x76\xe6\x6f\x12\xe2\x81\xeb\x9b\x20\xd4\xf1\xf8\x4d\x6c\xfa\x0a\x43\x82\x50\x0f\xc2\x01\x37\x65\x72\xbc\xa2\x73\x13\x84\xba\xb1\xae\x6e\x90\xa1\xf1\xbe\x9b\x20\x54\xdd\xeb\x1b\x77\xa2\xc1\x7a\x9b\xe2\xaa\xc6\xdb\xef\x47\xc3\xa1\xbf\x24\x2b\xee\xf3\x4d\x8a\xab\x62\xa6\xd9\x22\x43\x4f\x15\xc5\x55\xef\xcf\x57\x48\x18\x77\xae\x41\x86\x06\x93\xee\xc7\xac\x3f\xdf\x8b\xfd\xf9\x62\xa3\xdd\x20\xc3\xae\xf0\xb5\x16\x0e\x86\xbc\xfd\x1a\xe4\xc7\x2e\x30\x08\x15\x07\xfe\x06\x19\x6e\x85\x13\xc8\xb0\x3b\xd7\xaf\x41\x70\x8c\xfa\x45\xb5\x51\x61\xa1\xb8\xea\xab\x30\x7c\xbd\x43\xcf\xb1\xe8\x73\x72\x2c\x44\xda\x28\xde\xb9\xe3\xf1\x56\x0f\xc7\x9d\x18\x35\x58\x7e\xcc\x92\xbd\xfe\x51\xbd\x83\xeb\x1f\xbb\x8b\x49\xc2\xa3\x15\x21\x36\xf1\xa9\x09\x6b\xcb\xa6\xee\xea\xc2\x34\xbf\x97\x59\x63\x90\x00\x68\x3c\x3c\x38\x01\x1a\xe7\xe9\x04\x72\xfd\xe3\xa5\xe6\x8d\x3b\xf1\x50\x2e\x73\x5b\x47\x51\xbb\xe6\xfa\xc7\x4b\x3d\x80\x84\xc7\xdb\x69\xc1\x9d\xf8\xa8\x17\x2f\x2b\xc8\x31\xb9\xcb\x3b\x02\x7d\x0f\x9b\xb7\xf2\x8e\xba\xab\x2f\xc0\x77\x6f\xec\x55\xb2\x89\x8d\x4d\x58\xe6\xc6\xf5\x8f\x8f\x9a\x30\xee\xc4\x4b\xc1\x85\x3b\xb1\xaa\xb5\x7a\x5b\x47\xf3\x3d\x8d\x1a\xbe\x87\xd4\x74\x76\x01\x8d\x16\xb1\xd9\x80\x46\xdd\x19\xdb\xba\xab\xd8\xca\xf7\x26\xfe\xf6\xd3\xfb\x43\xcb\x5f\x12\x7f\x2b\xc3\x34\xab\x51\x0c\x42\x56\xe3\x0a\x06\x96\x8e\x03\xfa\x82\xd9\xa4\xe3\x80\xbe\xd0\xf4\xd3\x71\x60\xf3\x8e\xa3\x92\x8e\x03\xd1\x58\x7d\x0f\xd1\x18\x51\xe6\xe9\xa0\x4c\x0e\x57\x50\xa5\x83\xf8\xd4\x15\x7a\x63\x3a\x0e\xb2\xc6\x62\x5e\xd2\x71\x90\x50\x1d\xfa\x74\x3a\x70\x27\xe6\xe4\x7b\xd2\xf7\xd2\x32\x3e\x7c\xd1\x62\xd4\x17\xbf\x4c\x8c\x3a\x80\x7d\x3a\x12\xa3\x0e\x8f\x42\x3a\x74\x12\xde\x8c\xf3\x73\x73\x23\x5f\xf9\x94\x4c\xa5\x87\xc4\xa8\x63\x87\xa4\x23\x31\xea\xc7\xf7\xc0\x4a\x8f\xfd\x31\xea\x88\xcd\x48\x47\x42\x20\xbc\x7e\x13\x5d\x74\xf9\x4d\xeb\xde\x31\x83\x89\x55\xd9\xbe\x87\x13\x2d\x34\xa2\x74\x24\xa1\x2e\x33\x91\x50\x58\x4e\x28\xca\x38\x99\x2a\x73\x96\xb1\x92\x56\x7a\x30\xb4\xb4\xf2\x4d\x6e\x6e\xdc\xc5\x16\xd5\x7e\x3b\x34\x64\x8a\x17\x0d\xd6\x28\x7b\xbd\x11\x23\x03\x0b\xee\xe9\x33\xb0\x60\xb7\xbf\xa0\x8f\xfb\x0a\xd3\x91\x11\x78\xdd\x91\x21\xf0\x02\x75\xa4\x23\xe3\xa4\x6f\x7e\x13\xfa\x86\xbd\x43\xdf\xb4\x05\x94\x4f\xf4\x77\x42\xdf\xcb\xcc\x9f\xd0\xe7\x9c\x9d\xd0\xe7\x8a\x9d\xd0\xf7\xfa\x1e\xf4\xbd\x8c\xf3\x84\xbe\x97\xb1\x9c\xd0\xf7\x32\x9f\x27\xf4\xbd\x8c\x9a\xdb\x19\x49\x93\x4e\xc7\x69\x95\x09\xbf\xf9\xf0\xcc\xb1\x80\x67\xb3\xbf\xa4\xc0\x54\x66\x27\xeb\x08\x3c\x68\xe9\x08\x4c\x9c\x9c\x02\x0d\x1b\x6a\x71\x04\x1e\x99\x91\xe1\x08\x3c\x32\xf3\x89\x23\x90\x82\xa6\xe9\xf0\x32\x8d\x0d\xb5\x86\x8f\x7e\x89\x95\x1f\xb1\xe4\x74\x78\xdd\x7f\xb2\x03\x7c\xd8\x87\x9d\xa3\x8f\x15\x8e\x03\xd7\xfd\x1f\x6e\x10\xa0\x20\xde\xd9\x74\x10\x59\xca\xbd\x02\xe9\x20\xb2\xf4\xa8\x4c\x19\x05\x6e\x8e\xc2\x24\x51\xe0\xe6\x70\xb3\x56\x53\xa1\xe9\x8f\xc8\xd2\xa3\x41\x10\x91\xa5\x94\x0a\x4c\x47\xd5\x51\xc6\x37\x89\x2c\x3d\xa6\x5f\x41\x9f\x96\x4d\x70\x71\x23\x97\x33\xa6\xc3\x7c\xc4\x9b\xe3\x47\xce\xe1\xe1\x01\x07\xee\x1d\x1e\x4d\xe0\xde\xf1\x3a\x16\x68\xf0\x68\x92\x73\x78\x2c\x7b\x80\x06\x0f\x6a\xb3\x7e\x1d\xdf\x24\xe7\xf0\x58\xbc\x07\xdc\xc3\xb5\x99\x0e\x9d\x7d\x9b\xaf\x78\x97\x86\x87\x18\x87\x5e\x4a\xf4\xde\xbc\x6f\xc1\x5f\x62\x91\x76\x63\x71\x6d\x7f\x72\x0b\x72\x6d\x7f\x72\x83\x70\x01\x63\x3a\x7d\xc6\x05\x8c\x27\x2b\x46\x79\xd3\x24\x83\xd6\xd9\x77\x72\x00\xbc\x13\xa3\x32\x13\x44\x81\x72\xa1\x51\x3a\x88\x02\xa5\xf2\x70\x3a\x80\x6d\x38\x37\xd2\x41\xee\x20\x77\x54\xa4\x83\xeb\xf7\x41\x47\xe9\xe8\x26\x21\xb1\x62\x38\xed\x92\x8c\x1d\xa7\x5d\xf3\x30\x76\x2f\x8a\xb4\x3f\xc6\x39\x98\x17\xee\xbd\x48\x32\x1b\xee\xbd\x48\x32\x8d\x61\xf1\x79\x66\x1e\xc7\x1c\xf1\x2c\xe9\x00\x63\xa5\x8b\xf9\x1c\x58\x57\x65\xfa\x64\xf6\x25\x77\x01\xc1\x96\x49\x11\x40\xcd\x97\x74\x33\xf3\x14\x11\x4d\x37\x2b\x4d\x11\xd1\xf4\xf0\x8c\x22\xa2\xe9\x61\x9c\xb8\xd4\x92\x0c\x05\x97\x5a\x5a\x7c\x73\x72\x21\x95\xa7\x83\xec\xbd\xb4\x7c\x8f\x91\xb9\x97\x40\x47\x69\xfb\x1e\xbb\xc0\xfd\x02\x3a\x4a\x1e\x70\xd0\x51\x3e\xa0\x76\x9a\x3d\x6b\xef\x68\xd7\xee\x17\x82\x2d\xb9\x2d\x27\x1d\x04\x5b\xe6\xcc\x9e\xe0\x2e\xc3\x2c\x93\xe2\x2e\xc3\x9c\xf9\x25\x77\x19\xe6\x93\x59\xc2\xa5\x46\xf9\xcf\x74\x10\x6c\x99\x0b\xab\x42\xb0\x25\xc9\xe4\xe9\x20\x43\x2f\x57\xbf\x42\x86\xa5\xbb\x87\x80\xca\xdc\xec\x0f\x1a\xba\xcf\xa0\x41\x61\x01\x02\xca\xdd\xde\xa1\xa1\xdb\x1f\x34\x74\xe6\xcc\x5b\xee\x07\x2d\x6e\xb9\xcf\x93\x6f\x72\xcb\x7d\x9e\xac\xbb\x85\x42\x3b\xbb\x87\x42\xa1\x59\xa1\x86\x6f\x2c\xbb\xb3\xa8\xeb\x42\x59\xd4\x74\xe0\x1b\xdb\x17\x73\x46\xed\x96\x7c\xb3\x5b\x49\xb5\xcb\xee\x17\x51\xce\xe3\x57\xa0\x41\x25\x81\xa0\xc9\x08\xcb\xfc\x31\x4b\xa6\xac\x4b\x96\xf5\xe8\x1a\x93\xbd\xe0\x1a\xcb\x8b\x6d\x4d\x16\xde\x70\xf3\x50\xd6\x25\xbb\xe9\x28\xeb\x42\x81\x9b\x74\x3c\x90\xe7\x56\xc2\xfd\x75\xca\xe6\x71\x7f\x9d\x07\xc4\x3e\x56\x55\xb2\x05\x08\x57\x93\x7a\x2c\x88\x69\x0f\x78\xde\x0f\x16\x85\x98\xc9\x53\x96\x45\xcc\xe4\x29\x93\x32\xd3\x2e\x33\x16\x0a\x7e\x52\xd9\x3f\x1d\x80\x9c\xf3\x64\xca\x2c\xf8\xe9\xa6\xb3\xe0\xa7\x63\x01\xe4\x9c\x85\xde\x29\xf8\x79\x16\x68\x20\xd3\x8e\x6b\x2a\xd3\xf1\xa2\x73\x25\x16\x8c\x4c\x3b\x8a\x26\xa6\x83\x82\x9f\xe4\xca\xa7\x83\x82\x9f\x49\xa6\x6f\xc1\x4f\xb7\x2e\x99\x76\xa7\x1b\x12\xf7\xd7\x29\x73\xc3\xfd\x35\xd5\x42\x5e\xe8\x53\xeb\x59\xd0\xd7\xe9\x1d\x24\x73\xca\xf8\x28\xdd\x72\xaa\xcb\x2c\xe8\xbb\xa0\xc8\x7b\x07\x65\x59\xcb\x32\xf5\x50\x44\xa6\x1d\xc5\x61\xd2\x01\x92\x39\x65\x59\x20\x99\x53\x3d\x75\x79\xef\x19\x33\x68\xa6\x9d\x7a\x31\xee\x2f\xae\x30\x4a\x07\xee\xaf\x53\x6d\x09\x24\xd3\x36\xdb\x1a\xf7\x57\x52\x8c\x2d\xab\xb6\xd1\xc2\xfd\x75\x2e\x68\xe7\xde\xc1\xd3\x3d\xc8\x0d\x12\x58\xdc\xd3\xb1\xb5\x6f\xb2\xb6\xb8\xbf\xb0\xc3\xa6\x63\x93\x04\xeb\x6a\x52\x83\xa5\x28\x9c\xbc\xac\x5e\x46\x04\x5a\x29\xe2\x0c\x6b\xb0\xa8\x03\x11\xfc\x58\x92\xdf\x24\xf8\xb1\xf8\x5e\xac\x51\x51\x74\x6c\xbd\xeb\x31\x9f\x89\x1a\x2c\x05\x4c\x90\xa8\xc1\x52\xc2\x15\x97\x92\x97\xd5\xc3\x26\x12\xc1\x8f\x85\xd5\x4c\xd6\x60\x41\x87\x4d\xd4\x60\xe1\x4a\xde\x94\xa8\xc1\x52\xd8\x05\x89\x6c\xba\x32\xfc\x25\xf4\xa1\x4f\x27\x6a\xb0\x94\x40\xb0\x29\x81\x56\xb8\xae\x2d\x25\x6a\xb0\x94\xe1\x2f\x8d\xbb\xb6\x77\xe8\xbb\xec\x0f\xfa\xc2\xf3\x91\x12\x2e\xae\xc2\x7e\x49\xb8\xb8\x4a\xb8\xf0\x52\xc2\xc5\x45\xd9\xaf\x94\x70\x71\x95\x87\xf7\x70\x71\x95\xcb\x16\xf4\x5d\xd0\xc0\x55\x10\x05\x05\x29\x51\xd4\x93\xea\x22\x29\x71\x15\x44\xb9\x99\x41\x82\x1f\x29\xdf\x9a\x12\xc1\x8f\xe5\xf5\x9b\x14\x73\x80\x4f\xa4\x84\x9b\x2e\xf9\x15\x68\x88\x28\xaa\x94\x28\xdc\x89\xf1\x25\x25\x02\x1c\x0b\x3b\x2b\x11\xe0\x58\xd8\x59\xc9\xfb\x03\x17\x23\xfb\x14\xee\x9c\xb4\x82\x86\xca\xce\x4a\x14\xee\xe4\xa2\xe4\x94\xbc\x75\x1e\xd5\x26\x71\xdd\x43\xcd\x3f\xa9\x97\x9c\x12\x37\x41\x50\x61\x2d\x25\x62\x1f\x2b\xcc\x26\x71\x7d\xa0\x0c\x33\xe1\xc6\xe2\xe6\x90\x94\x70\x63\x71\xcb\x40\x4a\x40\x17\xec\xb7\x29\xe1\xc6\xaa\x6e\x10\xdc\x58\xe5\x62\x92\x28\xb3\x52\x01\xb7\x89\x32\x2b\x75\xfa\x0c\xf2\xdc\x66\x64\xc5\xd5\xce\x94\x71\xe9\x7c\x05\x8c\x25\xe2\x1b\xeb\xf4\x19\x34\x5c\xb6\xa0\xa1\x43\x11\xb0\x86\xf2\xda\x29\x01\x6b\xb8\x2d\x3b\x25\x60\x0d\x71\xbb\x29\x01\x6b\xaa\xdb\x05\x58\x53\x5f\xc7\x09\x7d\xe8\x47\x89\xac\xb8\x0a\x7b\x49\xc4\x37\x56\xb7\x20\xb0\xa6\xbe\xf4\x0e\xac\xa1\x76\x44\x4a\xc0\x1a\xae\x9e\x4d\x89\xf8\xc6\xe6\x76\x21\xbe\x91\x1b\xd2\x52\x02\xbb\x34\x74\xe6\x04\x76\xa9\xe8\x47\x09\xec\x52\xdd\x58\x60\x97\x96\x98\xb3\x02\x7d\x68\xe5\xc9\xac\xb8\xe2\x7b\xd4\x02\x00\xbb\x24\xee\x08\x4c\x1f\x1a\x48\x38\x3e\x19\x0b\xd8\xa5\xc1\x96\x12\xd8\x85\x60\xb6\x94\xc0\x2e\xcd\x3d\x01\x76\xa1\x46\x5d\x4a\x60\x17\xee\x59\x4b\x09\xec\xc2\xcd\x13\x29\x81\x5d\x1a\x08\x28\x81\x5d\x48\x35\x4d\x89\x5a\x2a\x4d\xc6\x40\x2d\x95\xe6\xee\x01\xd7\x34\xf7\x0b\xb8\xa6\x5d\x3e\x83\xbe\x69\x7f\xd0\x37\xec\x8f\xf8\x70\x99\x46\x35\xa1\x9a\x99\x00\xd7\x34\xc4\x4a\x02\xd7\x10\x54\x98\x12\xb8\xa6\xc9\x18\xc0\x35\xcd\xc3\x0f\xae\x69\xe8\x40\x89\x20\x46\xd2\x81\x53\x22\x88\x91\x7b\x3d\x52\x02\xf3\x34\x19\x11\x98\xa7\x3d\xf6\x0e\x7d\xaf\x5f\x81\xbe\xd7\xaf\x40\x1f\x46\x94\x04\xe6\x69\x32\x0d\x30\x4f\x73\x6d\xc1\x3c\x5c\x10\x9a\x12\x98\x87\xf2\xb4\x29\x75\xe3\x8b\xa1\xc8\xe2\x9c\xa0\xb1\x04\x1e\xea\xa8\x44\x09\x3c\x44\x28\x6b\x4a\xe0\x21\xf2\x02\x52\x02\x0f\xf5\xc4\xc8\x3a\x65\xc6\x92\xef\x75\x5a\xcc\x20\x01\x8e\x55\x56\x0e\x56\x22\xde\x2a\x25\xb0\x52\xcf\xfe\x92\x02\x95\xee\x48\xf0\x50\x3f\xed\x7d\xf3\x0c\x8a\xc0\x43\x1d\x3d\x3c\x0d\x0b\x8c\x42\xc3\x30\xc8\xcf\x5f\x42\x03\xda\x6e\x02\x2b\x71\x27\x4d\x4a\x60\x25\xf2\x2d\x53\x02\x2b\xf5\xe1\x57\xa0\x01\x8c\x95\xf0\x47\x75\x77\x16\x41\x8c\xd4\x36\x49\x09\x54\xd5\x15\x0f\xa4\xb7\xf5\x8b\x1d\x49\x10\x63\xbf\x7d\x0f\xfa\xdc\x13\x20\xae\x8e\xb9\x2c\x81\xb8\xe2\x36\xcf\x1f\xb3\x64\x00\xd7\x38\xe8\x00\xc0\xd5\xd1\xe3\x12\xd7\x00\x76\x74\xe6\x04\xe0\x1a\x2e\x1f\x80\x6b\x24\xc8\x03\x70\x0d\xf4\x87\x34\xbd\x86\x93\x6d\x0d\xe0\x1a\x40\xeb\x04\xe0\x1a\xcd\x67\x41\xde\x28\x7e\x93\xaa\xff\x6a\x05\xc4\x30\xde\x4e\xfc\xb4\x5c\x91\xef\x91\x82\x81\x0e\x94\x00\x5c\xa3\x33\x16\x00\x17\xb9\xeb\x29\x01\xb8\xc6\xed\x33\x42\xc0\x15\x01\x00\xae\xa1\x94\xd6\x1d\x75\x33\x13\x14\xd9\x1c\xa0\x87\x04\x18\x1b\xb7\xbf\x84\x3e\x35\x06\xc0\xd8\xf0\xb8\x03\xc6\x86\xcc\x1b\x30\x36\x3c\x70\x80\xb1\xe1\x61\x04\x8c\x0d\x8f\x1f\x60\x6c\xbc\x8e\x13\xfa\x94\xfc\x80\xb1\x81\xd9\x24\x01\xc6\x86\x4c\x1f\x30\x36\x64\xfa\x80\xb1\x21\xa3\x05\x8c\x91\x2e\x9b\x12\x81\x8a\x43\xc9\xcf\xad\x0d\xc3\x03\x0e\xfc\x9a\x07\xb3\x6b\xf8\xa1\x7b\x02\xf8\x35\x41\x2b\x09\xf8\x35\x15\x01\xe4\xac\x0d\x74\xed\x04\xc6\x9a\x58\xe7\x12\x38\x6a\xca\xca\xc1\x51\x53\x56\x0e\x8e\xe2\xbe\xea\x94\x70\x24\xe1\x12\x4d\x89\x6a\x26\x54\xf0\x4e\x09\x8c\x35\x15\x24\x8f\x85\x5c\x7c\xcf\xe8\x5f\xc6\x09\xc6\x9a\xd5\x1e\xa0\xc1\x7d\x06\xc6\xa2\x26\x4a\x4a\x60\xac\xd9\x98\x79\x30\xd6\x54\x58\x80\xb1\xa6\x87\x1f\x8c\x35\x31\x9e\x25\x43\x0c\x07\xeb\x07\xc6\x9a\x93\x3d\xf8\x62\x17\x05\xf3\xa4\x17\xbb\xa8\x3b\xeb\xb5\xe8\x39\xbb\x00\x8c\x35\x31\xa5\x25\xab\x99\x78\x6c\xc1\x58\x73\xd9\x1f\xf4\xb9\xd2\x60\xac\x39\xec\x2f\x68\xb8\x9c\x6b\x70\x14\xf7\x23\xa6\x04\x8e\xba\x30\x46\x26\x70\xd4\x25\x8b\x04\x47\x5d\x32\x68\x70\x14\x45\x75\x53\x02\x47\x5d\x32\x45\x70\xd4\xe5\xbc\x80\xa3\xae\xe2\x7b\x84\x7a\x3a\xbb\x60\xa5\x4b\x01\x4b\xa8\xe0\x35\x6d\xc5\x3a\x5c\x0a\x35\xb0\xd2\xa5\xb6\x4b\x12\x19\x31\x0f\x29\x91\x44\x76\x29\x0c\xc1\x4a\x17\x26\xa3\x04\x56\xba\xe4\x44\x60\xa5\xcb\x93\xb3\x2d\xa3\xcb\x0c\x82\x95\x2e\xcc\x42\x09\xac\x74\xc9\xcf\x08\x07\xbc\x0f\xc6\x62\xbd\x4a\xf9\x99\x37\xea\x29\x64\xc0\x4a\xb7\x7b\x17\xac\x74\x61\xbb\x4e\x60\xa5\x1b\x63\x4f\x02\x2b\xdd\xaa\x2f\x60\xa5\xdb\x7d\x0d\x56\xba\x31\xfc\x66\xb0\x52\x04\x18\xff\x90\x25\x67\x60\xd4\xcd\x32\x64\x60\x14\x95\x87\x53\x06\x46\xdd\x1c\x8e\x6c\xb9\xca\x66\x0b\xf2\xd8\xba\x19\xa8\x74\x77\xbf\x02\x79\xdd\xa1\x40\x5e\xf7\x3d\x52\x38\xd9\xe4\x99\x72\x95\x75\xd8\x82\xbc\xc8\x08\x4c\x19\xa8\x74\x0f\xbf\x09\x79\x68\xbb\xd9\x6b\xd8\x61\x05\x19\xa8\x44\xed\x88\x94\x8d\x06\x7c\xfc\x25\x34\x20\xc1\x33\x50\x89\x1a\xcc\x29\x7b\x0d\x3b\x5a\x6b\x06\x2a\xdd\x4c\x7c\x06\x2a\x51\x31\x2b\x65\xef\x3f\x58\xf6\xe7\x85\x88\x99\x16\xf4\xc1\xbc\x73\x82\x3e\xd8\x67\x06\x46\xdd\x11\x72\x94\x32\x30\xea\xde\xf6\x00\x7d\xdb\x6f\x42\x1f\xa6\x9f\x9c\xbd\xfa\x88\xaf\x00\x95\x1e\xb4\x97\x0c\x54\x7a\x92\xbf\xa4\xae\x58\xe6\x9b\x40\xa5\x27\x33\x32\xa0\xd2\x83\xab\x23\x93\xef\xc5\x2d\xdb\x29\x93\xef\x45\x45\xb7\x94\xbd\x4e\x1d\x56\x97\xc1\x43\x4f\xb5\x07\x6a\x6b\x55\x7b\xd8\xfc\x32\x0e\x7f\x36\xac\x0f\xd8\x9d\xc1\x43\x0f\x87\x38\x5b\x76\x12\xe3\x4b\xc6\x95\xb3\x38\xc4\x19\x3c\xf4\x00\xad\x33\x78\x88\x14\xea\x94\xc1\x43\x24\xa3\xa4\x0c\x1e\x7a\xa6\x3d\x50\x80\x09\xbd\x38\x83\x87\xb8\x1b\x32\x65\xf0\x10\x69\x01\x29\x83\x87\x48\xff\x4f\x19\x3c\xf4\xdc\xf6\x07\x7d\xb7\x3d\x40\xdf\xcd\x0e\x01\x0f\x3d\x88\xd4\x0c\x1e\xe2\x66\xb5\x94\xc1\x43\x8f\x7b\x09\x3c\xf4\x20\x44\x33\x78\x88\xaa\x1d\x29\x83\x87\x1e\x90\x4c\xb6\xec\x24\xc2\x30\x9b\xef\xb5\x7c\x16\xf4\xbd\x52\x0b\x1e\x7a\x96\xbf\xa4\x40\x11\x4c\x23\x83\x87\xde\xe4\xc8\x6e\x5a\x8e\xc5\xb0\x37\xbf\xf2\xf2\x8c\x35\xc2\x97\x43\x98\x5d\xca\xe0\xa1\x17\x76\x9d\xc1\x43\xdc\xce\x9d\x32\x78\xe8\x75\xf7\x80\x87\x5e\xd8\x75\x06\x0f\xbd\xa8\x60\x19\x3c\xf4\xa2\x33\x67\xf0\xd0\x0b\x40\xcf\xe0\xa1\xb7\xfa\x15\xe8\x73\x67\x81\x87\x5e\x54\xb0\x5c\xbd\xbd\xd0\xf7\xa0\x4f\xae\x01\x1e\x7a\xdd\x21\x86\xf5\x81\x67\x33\x78\xe8\x1d\x8e\x1a\xfa\x86\xfd\x41\x1f\xe6\x96\x0c\x1e\x7a\x11\x9b\x19\x3c\xf4\x62\x60\xc9\xd6\x96\x44\x95\xca\xe0\xa1\xf7\xf6\x97\xd0\x87\x79\x27\x7b\x59\x81\x3b\x04\x3c\xf4\xba\x7b\xc0\x43\xaf\x1c\x05\x3c\xf4\x3e\x7e\x05\xfa\x50\xc8\x32\x78\x28\x6e\x18\xff\x31\x4b\x06\x2a\xbd\xc8\x91\x0c\x54\x7a\x71\x52\x64\xa0\xd2\x2b\x43\xf1\x3a\xf5\x2d\xb1\x90\x8e\xbd\x38\x03\x95\x96\x9b\x07\xa8\xb4\x5c\x4c\xa0\xd2\x72\x31\x2d\x20\xe2\x96\x00\x2a\x2d\xb7\x0b\x70\x88\xca\xbc\x29\x7b\x65\xba\x32\x06\x38\xb4\x14\x1d\xc0\xa1\xe5\x42\xe3\x3a\xe2\xc6\xe1\x94\x71\x1d\x71\x0b\x6e\xca\x40\x25\x82\xe8\x53\xee\xa6\x03\x43\x03\x50\x69\x01\xb4\x33\x50\x69\xe1\xbe\xcc\xc3\xc0\x6e\x68\xa0\x7c\xe4\x72\x19\x86\x35\xce\xf8\x26\x70\x68\x01\x79\x32\x90\x67\x01\x59\x33\x90\x67\xc9\xe6\x81\x3c\xa4\x6c\xa7\x0c\xe4\x59\xce\x3c\x90\x87\x3b\x46\x52\x06\xf2\x70\x1f\x48\xca\x38\x92\x96\x22\x00\x5c\xb3\x16\x33\x08\x76\x59\x8b\x91\x81\x5d\xd6\xf6\x19\xf3\x29\x9b\x07\xbb\x2c\x05\x82\xf9\x57\x1b\xda\xbd\xa7\x1c\x37\x5d\xf6\x9e\x72\x0c\x25\xd9\x7b\xca\x0f\xbf\x42\x65\x07\xb4\xac\x6c\x65\x8e\xea\x38\x89\x02\x95\x31\x5c\xa6\x57\xb3\xb6\x60\x97\xed\xba\x83\x5d\x36\x3a\x49\x06\xbb\x50\xd9\x2b\x65\xb0\xcb\xce\x7c\x13\xec\x42\x08\x7f\xca\x60\x97\xad\x58\xf1\x82\x80\xe2\x33\x4a\x59\xca\x18\xac\xcc\xe1\x0e\x01\xbb\x50\x24\x2b\x65\xb0\xcb\x56\xf1\xb8\xa4\xc1\xde\xa1\x01\xe0\x9b\xc1\x27\xbb\x31\x16\xf0\xc9\x96\x69\x80\x4f\x36\x76\xdf\x0c\x3e\xd9\xaa\x0c\xb7\xf7\xe3\xb0\x62\xe0\x93\xed\x7e\x01\x9f\x10\xe7\x9d\xf2\x0d\x0d\x2a\x25\xb7\xe5\x38\xed\x1d\x1a\x64\x44\x20\x99\x8d\xb1\x2e\x83\x64\x36\xa6\xc2\x0c\x92\x31\xc6\x22\x5b\x7d\xc3\x1d\x79\x5b\xc2\xc0\x67\xd0\x77\x41\x91\x97\x00\xb8\xaf\xbd\x04\xc0\x1d\xe9\x25\x00\x9b\xf5\xf3\x12\x00\x55\x14\x50\xce\x76\xbf\x3c\xd0\xe7\xae\x03\xe5\x6c\xf7\x2e\x35\x1b\x75\xa8\x67\x50\xce\xc6\xc0\x92\x1f\xae\xae\xca\xbe\x17\x31\x55\x07\x48\x26\x07\xca\x69\x87\x5c\x83\x70\x39\x2e\xa2\x48\xf9\x21\xa6\xca\xfd\x12\x28\xa7\x1d\xb8\x2f\xb3\xd5\x37\xf0\x16\x65\xaa\x6f\x1c\xf2\x17\xaa\x6f\x1c\x0a\x35\xaa\x6f\x10\x4c\x9a\x32\x89\x54\x5c\xe2\x90\x32\xd5\x37\x28\x2c\x9b\x32\xe1\x72\x07\x4e\xf3\x4c\xb8\x9c\x01\x0a\x99\x70\xb9\xc3\x1d\xe9\x5d\xe4\xcd\x67\xd0\xe7\x0e\x21\x91\xea\xa8\x3f\x8b\xb8\xc8\xe4\x58\x91\x90\x91\xb2\xb7\xca\xa9\x3b\x79\xab\x1c\xce\xa9\x4c\x39\xc7\x03\xd3\x75\x26\xc7\xca\x68\x8c\xcc\xad\x72\x87\xcc\x8d\xc2\x1c\xdc\x15\x9c\x32\x85\x39\x8c\xa3\xc8\xdc\x0f\x70\x60\x7d\xcc\xdc\x0f\x70\x78\x1c\x16\xa4\x03\x0c\x33\x39\x56\x24\x23\xa7\x4c\x39\x47\xee\xe5\x4b\x99\xea\x1b\x87\x07\x80\x1c\x2b\xe3\x2f\x32\xe1\x72\x87\x32\x94\xfb\x01\x0e\x35\x29\x42\xe2\x8e\xe9\xc8\xa0\x01\x4f\x6a\xb6\x64\xe3\xe0\x97\xe6\x51\xc9\xf8\x36\x34\xa8\x87\x6f\x68\xc0\xb5\x99\x29\xf4\x7f\x28\x0b\xb7\x75\xa9\xe8\xdd\x0a\x1b\xb2\xc1\xed\xf6\x84\x22\x2a\x6c\x70\x95\x4d\xca\x1b\x1a\xf0\xdc\x66\x4a\x36\x1e\xaf\xfd\x91\xc2\xe9\x3a\x70\x15\xb9\xd1\x18\x99\x92\x8d\x5c\x21\x9b\x4e\xab\x68\x60\x61\x3c\xa9\xa2\x41\x45\xdf\x74\x72\xa7\xf8\x81\xae\x76\x06\x02\x6a\x09\x46\x7b\x92\x2b\x65\xdc\xc6\x79\x40\x03\x87\xf1\x3c\xbc\x5d\xcc\x67\x54\x22\x40\x70\x9d\x94\x5e\x4c\x00\xb5\x93\xd2\x8b\x09\xad\xfc\x04\x01\xa5\xec\x2f\x19\x67\xb1\xf7\xc5\x7b\x9b\xd6\xa6\x15\x3b\xe4\xa4\x60\x7f\xca\xb6\x88\xaa\xc5\xca\x7d\x72\x03\x5c\xc2\x60\x75\x26\x68\x60\x9f\x9d\x24\x3d\xa5\xe2\x2f\x49\x7a\x82\x7d\x9e\x24\x3d\x25\x0e\xc7\x49\x2a\x13\x15\xf2\xd2\xc9\xbd\x6e\xa9\xfb\x1e\xa3\x26\xf4\xeb\x4c\x8c\x1a\x64\x78\x26\x46\x0d\x26\x38\x29\xc3\x9f\x10\xf6\x27\x65\xf8\x13\xc2\xe9\xa4\x0c\x7f\x02\x67\x9c\x94\xe1\xa7\x66\x48\x3a\x29\xc3\x9f\x60\xa6\x67\x66\xd4\xb8\x60\xcf\x6c\xaa\x16\xe3\xa4\x6a\x22\x15\xca\xd3\x49\xd5\x44\x92\x7b\xd2\x49\x19\x7e\x4a\xef\xa4\x33\xb3\x2a\xc3\x16\xf4\xc1\xd8\x4f\xca\xf0\x27\xd0\xc3\x99\xad\x15\xcd\x8a\x65\xe8\x7b\xec\x01\xfa\x1e\xbf\x02\x7d\xe8\x7f\xe7\x09\x7d\xf8\x3a\x4e\xea\x5f\x50\x07\x3c\x9d\xa4\x39\x51\x4e\x35\x9d\xa4\x39\x51\x87\x2e\x9d\xa4\x39\x25\xcc\x81\x27\x69\x4e\xdc\x2d\x93\x4e\xea\x5f\x90\xf5\x97\x4e\xd2\x9c\xa8\xc0\x9e\x4e\xd2\x9c\x48\x73\x4f\xa7\xf5\x2f\x96\x3d\x40\xdf\xf6\x19\xf4\xb9\xaf\xa9\x7f\x91\xdc\xf3\x94\xe1\x4f\x88\x80\x93\xdb\xc0\xa9\xd9\x98\x4e\x6e\x03\x4f\xb8\x98\xcf\x22\x7d\xcc\x4b\xa1\xfe\x8c\xe7\xa8\x50\x8f\x1d\x94\x7a\x72\xe3\x37\xd7\x03\xa7\x93\x1b\xbf\x8d\x6e\x39\x49\x65\xe2\x92\xda\x74\x9a\xca\x94\xfc\x66\xd0\x90\xf3\x4f\xe2\x92\xd3\x69\x8d\x0b\x2c\x23\x27\xa1\x6d\x86\xc1\x9c\xd4\xb8\xa0\x04\x7a\x3a\xa9\x63\x91\x91\x07\x27\x75\x2c\x32\x5a\xc8\xf9\xb9\x9f\xcd\x16\xf7\x7b\xc1\xbc\x4f\xef\x67\x23\x0e\xf3\xe4\x7e\xb6\x8c\x2c\x3c\xb9\x9f\x2d\x37\x96\x96\x4c\xa6\x8c\x63\xee\xa4\x30\x62\x46\xd3\x38\x29\x8c\x48\xce\x4c\x3a\x29\x8c\x48\x35\x85\x74\x56\xc6\xe9\xb6\x26\x5b\x89\x3b\xf4\xd2\x49\xb6\x52\x1e\x8e\x05\x1a\xdc\xd6\x0d\x1a\xb0\x49\x9d\x0d\x1a\xb0\xf4\x9e\x0d\x1a\x00\xbe\x27\x25\xf3\x33\xfa\xed\x69\xc9\x7c\x17\xba\x59\x7c\x94\xde\xc9\x56\x2a\xf6\x4e\xc9\xfc\xec\xd6\x6d\xd6\x95\x85\x3e\x8a\x1f\x66\x8f\x83\x75\x2c\x3c\x0e\xd4\xb1\xc8\xd8\xd5\x4e\xea\x58\x90\xb4\x99\x4e\xea\x58\x90\x46\x92\x4e\xea\x58\x64\x0f\x0e\x37\x77\x9f\x6e\x17\x6f\xee\xc6\x3d\x74\x72\x73\x77\x96\xb5\x72\x07\xdb\x29\xc3\x34\x5b\x09\x5b\xf2\xc9\x1d\x6c\x46\xc5\x9c\x14\x3f\xcc\x58\xa4\x4f\x8b\x1f\x82\x8e\x4e\xb2\x95\x4e\x8c\x1a\x67\xb7\xb8\xa3\xfd\x51\x37\x17\x41\x72\x52\xfc\xb0\x24\x47\x46\x2d\x95\xe2\x37\x83\x3e\x23\x43\xce\xc0\x35\xed\x1c\x7e\x85\xdb\x56\x86\x3d\x40\x9f\xec\xc5\x9b\xbb\x01\xb7\x27\x29\x49\x27\x16\xdb\x93\x9b\xbb\x4f\x9c\x7d\xe7\x80\x3e\x77\xcf\x80\xbe\xe9\x33\x2e\x7a\x42\x18\x9e\xd4\xb1\x38\x65\xd7\xdc\xc1\x66\x1c\xcc\xc9\x1d\x6c\x27\x66\x8c\x93\x94\x24\x0a\xdc\xa4\x93\x94\xa4\x13\xcf\xc7\x49\x4a\xd2\xe9\x9e\xa0\x64\xfe\x29\x43\xa1\x64\xfe\xe9\x8a\x51\xc7\xe2\xc4\x8e\x7e\x52\xe1\xf0\x94\xd9\x70\xd1\xda\x89\xe3\xf8\xe4\xa2\xb5\x92\x7c\x16\xf4\x15\x45\x15\x37\x77\x17\x05\x33\x75\x2c\x0a\xa6\xad\xd3\x9b\xbb\xb3\xcf\xd8\x9f\xa7\x2d\x8a\x8f\xe2\x03\x3a\xa9\x63\x51\x30\x86\x9c\xdc\xdc\x5d\x14\xb0\x94\xcc\x27\x5f\x2f\x9d\xa4\x24\x95\xe6\x2f\x1f\x5a\x3e\xe3\x4a\x00\x57\x65\x52\xa7\x43\x3e\xe1\xcd\xdd\x72\x9b\x8b\xdb\x64\x26\x33\x7f\x41\x1f\xee\xb6\x93\x0a\x87\xc6\x74\x9c\xd4\xb1\x28\xb8\xe5\x4f\xea\x58\x14\x90\xc5\x49\x1d\x0b\xe3\x2f\xce\xcb\xf3\x67\x0f\x9d\x16\xb3\xcb\x45\x6b\xe5\xf1\x9b\xd0\xe7\xa9\xa2\xc2\x61\xf1\xbc\x53\xc7\xc2\x28\x8e\x93\x3a\x16\xc6\x82\x9c\xd4\xb1\x28\x9e\xa3\x0b\xfa\x96\x5f\x89\xbc\x8e\x0c\x86\x3c\xb9\x4c\x2d\x2b\x52\xa9\x62\x58\xd6\x4f\x6a\x5c\xa4\x93\x8b\xbb\x8b\x07\xee\xe6\x8a\x40\x35\x14\x2a\xe6\x17\x37\x08\xb5\x2a\x8a\xf2\xe7\x86\x3c\xcc\x18\x27\x19\x49\x06\x8d\x9c\x64\x24\x55\x65\xcc\x0d\x79\xca\xa6\x1b\xeb\x31\x56\xa8\x93\x5a\x15\xd5\x83\x6a\x81\x43\x2c\xa8\xe7\xed\xf2\xd1\x1f\x19\x49\x95\xd0\xb6\x93\x8c\x24\x2a\x51\xa5\xd3\x22\x86\xc4\xdf\x9e\xdc\xa5\x56\xdd\x74\xd4\xa3\x30\x6a\xe4\xe4\x06\xee\x5a\x7c\x8f\x4a\x69\xc5\x67\x64\xfd\x55\xdf\xb3\xf4\x36\x63\x01\x46\x55\xd9\x0b\x30\xaa\x56\xdf\x83\x06\xc5\x11\x30\xca\x48\x94\x13\x18\x55\x71\x74\x9e\xc0\xa8\x8a\x1d\xfd\xe4\xbe\xb4\x5b\xcd\xc6\xf2\xf6\x32\x5a\xa0\x92\x91\x28\x27\x50\xa9\xca\x88\x80\x4a\x15\xcb\xd6\x09\x54\xaa\x6a\x28\x40\xa5\x2a\x2b\x00\x2a\x91\xd2\x92\x4e\xf0\x90\x91\x21\x27\x78\xa8\x2a\x10\xc0\x43\xd5\xad\x0b\x1e\xe2\xc6\xb2\x74\x82\x87\x2a\x36\xd3\x13\xcc\x53\xdd\x90\x60\x9e\x2e\x7d\xde\xa4\x8d\x5b\xf0\x04\xf3\x34\xf5\x70\x30\x4f\x55\xf3\x06\xf3\x74\x75\x58\x70\x8d\xf1\x1e\x27\xb8\xa6\xb9\x27\xb8\xf7\xac\xc9\xbc\x0d\x9e\x53\x13\x06\xf3\xb4\xe2\xc8\x36\x2d\x46\x06\xe6\x69\xae\x0a\x98\xa7\xb9\x2a\x60\x1e\x23\x43\x4e\x70\x4d\x53\xdb\x25\xd5\xa7\x61\xda\x3a\xc1\x35\x0d\x1f\xc9\x09\xae\x69\x8a\x77\x70\x4d\x93\x31\x80\x6b\x9a\x82\x04\x5c\xd3\x14\x01\xe0\x1a\x2e\xa4\x4a\x27\xb8\xa6\x4d\xdf\x83\x86\xe9\xc8\xa0\x81\x15\x2b\x60\x9e\x86\x6b\xba\x80\x79\xda\x63\x0b\x1a\x10\x0f\x05\xcc\x63\x64\x48\x01\xf3\x50\x60\x20\x15\x30\x4f\x03\xe1\x15\x30\x4f\xc3\x38\x51\xa8\x0f\xd1\x60\x60\x85\xfa\x10\x0d\xf4\x57\x0e\xef\x86\xdc\xb4\xa0\x6f\xf9\x1e\xf4\x2d\xc7\x02\x7d\xdb\xf7\x0c\x70\xac\xb4\xa0\x0f\xed\xba\x80\x87\x3a\x8c\xbd\x80\x87\x8c\xdb\x28\x56\x0e\x44\xa7\x2c\x54\x07\xec\x9c\xdb\x02\xe6\xe9\xd9\x67\xd4\x28\x71\x64\x16\x7a\x38\xfd\x0a\x85\x1e\xd8\x05\x85\x42\x0f\x7f\xff\x0a\xe5\x9f\xe0\x13\x05\x74\xd4\x8b\xef\x51\xbe\xab\xda\x03\xe5\x91\x50\x1c\x0b\xe8\xa8\x83\xe5\x0b\x08\xc8\xb8\x8d\x02\x02\xea\xec\x90\x02\x02\xea\x97\xcf\xa8\xd3\x81\x8a\x59\x40\x40\xfd\x67\xc5\x39\x53\xb1\xa4\xfc\xf0\x35\xc8\x03\xbc\x17\x2f\xbd\xc6\x89\x56\x00\x47\xfd\x82\x58\xc0\x51\x27\xae\xa1\x00\x8e\x3a\x6c\xa2\x00\x8e\x3a\x6c\xbe\x00\x8e\x3a\x50\xbe\x00\x8e\xfa\xb2\x3f\x96\x08\x4b\x53\x01\x1c\x75\x17\x1a\x70\xd4\xdd\x4a\x80\xa3\x8e\x2d\xab\x00\x8e\x3a\x2e\xb5\x02\x38\xea\x58\xaf\x0a\xe0\x88\x02\x29\xa9\x50\x03\x82\x3b\x38\x52\x01\x1c\x75\x37\x39\xe0\xa8\x3f\x3e\x83\x3e\xd8\x59\x01\x1c\x51\xbe\x3f\x15\x4b\xca\x4f\x46\x0d\x38\x1a\x6e\x1e\xc0\xd1\x70\x69\x01\x47\x23\xdb\x03\xd5\xad\xb0\x80\x17\xc0\xd1\x80\xb1\x17\xc0\x11\x35\xf1\x52\xa1\xa4\xfc\x40\x9b\x28\xe1\x2c\x6a\xc3\x79\x01\x38\x0d\x04\x50\x01\x38\x0d\x37\x08\xc0\x69\x34\x7f\xc9\x45\x56\x00\xf4\x02\x70\x1a\xd8\x30\x0b\xc0\xc9\x68\x93\x52\x4c\x34\xb7\x15\xf4\x8d\xcb\x91\x41\x1f\x58\xa2\x50\x01\x70\x4c\x9f\x41\xdf\x74\x2c\xd0\x07\x93\x2a\x20\xa7\x0b\x50\x5c\x40\x4e\xc6\xba\x14\x90\xd3\xc0\x3c\x50\xaa\xf4\xb1\x7b\x40\x4e\x03\xdb\x67\x01\x39\x19\xf9\x52\xaa\xd9\x90\x8c\x13\xe4\x34\x30\x66\x95\x2a\x7d\xf6\x37\xf9\x25\xfb\x93\x92\xf2\xe3\xf1\x2b\x37\xcf\xd8\x4b\xa0\x2a\xe3\x59\x0a\xa8\x8a\xc2\x54\xa9\x80\xaa\x26\x3a\x65\x01\x55\x51\x5b\x21\x15\x50\xd5\x04\x83\x14\x50\xd5\x00\x68\x17\x50\xd5\x00\x1d\x15\x50\xd5\x70\xf7\x80\xaa\xa8\xe4\x92\x0a\xa8\x6a\xca\x42\x40\x55\xd4\x2d\x4c\x05\x54\x35\x0f\xbf\x02\x7d\xaf\x5f\x61\xfd\xd0\xb5\x0b\xa8\xca\xe8\x96\x02\xaa\x32\x7e\xa6\x80\xaa\x86\xac\x15\x54\x65\xdc\x4d\x69\xd2\x07\xed\xa0\x2a\xae\xd1\x4f\x05\x54\xc5\x15\xfb\xa9\x80\xaa\x26\x4a\x50\x01\x55\x4d\x4c\x5b\x05\x54\x35\x3c\x2b\xa0\xaa\x89\x01\xa2\x80\xaa\xa6\x7b\x10\x54\x35\xf1\x2f\x14\x50\x95\x11\x2c\x05\x54\x35\x41\x24\x05\x54\x45\xf5\xbc\x54\x40\x55\xd3\xb5\x05\x55\x51\xac\x36\x15\x50\xd5\x3c\xed\x8f\xf5\x73\x67\x81\xaa\x26\xa6\xad\x02\xaa\x9a\x9e\x15\x50\xd5\x04\xf5\x17\x50\xd5\xc4\x6b\x50\x40\x55\x53\x96\x0c\xaa\x9a\x88\xf0\x02\xaa\x32\xd2\xa6\x80\xaa\xb8\xb5\x3c\x15\x50\x95\xf1\x33\x05\x54\x35\x3d\x01\xc3\xea\x79\xf6\x07\x7d\xf7\xcf\x6c\xc9\x05\xc0\x35\x95\xcb\x00\xae\x89\x5d\xb4\x00\xb8\xa6\x92\x18\xc0\x35\x65\x60\x38\xa0\x6e\xc2\x75\x0a\x80\x6b\x7a\x00\x00\x5c\x53\x16\x09\xe0\x9a\x40\x82\x02\xe0\x9a\x68\x75\x05\xc0\x45\x69\x93\x54\x00\x5c\x97\xb2\x10\xc0\x35\xb1\x88\x15\x00\xd7\xf4\xd8\x4e\x73\xd0\x59\x68\x0b\x07\x02\x80\xca\x94\x74\x96\x08\xc0\x35\x65\xde\x00\x2e\x83\x8c\x0a\x80\x8b\x4b\x40\x53\x01\x70\x5d\xc9\x71\xb2\xb4\x18\x27\x8a\x77\x94\xa1\xff\x15\x00\xd7\xf4\x00\x00\xb8\x26\x78\xa1\x00\xb8\xa6\x87\xd1\x3b\xca\xd0\xfb\x0b\x80\x6b\xde\x50\x04\xe0\xba\x64\xec\xde\x51\x86\x1f\xbe\x00\xb8\xa8\x90\x97\x0a\x80\x8b\xc2\xf4\xa9\x5c\x5e\x09\xe0\x58\x2c\x29\x6f\xef\x88\x0e\x57\x13\xc0\x75\x79\xa8\x2e\xe9\xb3\x15\xf4\x5d\xc5\x1e\x36\xdf\x64\x3e\xa9\x0e\x78\xa1\xfb\x16\xee\x28\xbb\x64\x21\xde\x6c\xed\xa1\x02\x8c\x5d\x58\x96\x0b\x88\xcb\xd0\xa8\x02\xe2\xba\x3c\x0e\x20\x2e\x4a\xa7\xa7\x02\xe2\xba\x8a\x5f\x19\xf4\x60\x0b\xfa\x64\x91\x20\xae\x0b\xdf\x77\x01\x71\x5d\xb2\x64\x10\xd7\xe5\x9e\x00\x71\x5d\xe8\xa2\x05\x54\x75\x4d\x46\x46\xd9\xf8\x96\x6c\x41\x83\x3b\xf2\x81\x06\x77\x24\x88\xcb\x50\xac\x02\xe2\xba\x54\x0b\x40\x5c\x97\x82\x12\xc7\xd5\x05\x2c\x2d\x20\xae\xcb\x7d\x06\xe2\xba\x30\x82\x15\x10\xd7\x45\x68\x62\x01\x71\x5d\xc4\xb5\x96\x4f\x9d\x07\x5b\xd0\xb0\x6c\xb1\x46\xdb\x71\xba\x07\xd9\x4b\x5c\x36\x66\xe4\x7a\xc1\x71\x75\x81\x52\x0b\x8e\xab\xdb\x3d\x81\xe3\xea\xfe\xfc\x32\xb4\xcf\x1b\xf7\x57\x01\x8d\xdd\xc4\x66\x14\xd0\xd8\xed\x3a\x80\xc6\x6e\x75\xca\x97\x0a\x79\x18\xdd\xca\x6b\x89\x27\xd6\x36\xd0\xd8\x1c\xaa\x3d\xa0\xb1\xdb\x3d\x01\x1a\x33\x10\xac\x80\xc6\xb8\x53\x32\x15\xd0\xd8\x8d\xd9\xab\x58\x01\xd0\xfd\x82\x77\xea\x96\x41\xe3\x9d\xba\x31\x7e\x16\xcb\xc6\x83\x6b\x0a\x48\xed\x96\xb5\xe2\x65\xba\xdd\x05\x78\x99\x8c\xd3\x2a\x16\x65\x70\xf7\x80\xc6\x6e\xd0\x4a\x01\x8d\xdd\xf2\x10\xd0\xd8\x8d\x2b\xb5\x80\xc6\x6e\xe2\x92\x0b\x88\xeb\x26\xcf\xa2\x80\xb8\x6e\x59\x32\x5e\xa6\xdb\x13\x8e\x97\xe9\x76\xbf\x80\xc6\xee\xfb\x67\xd9\x7b\x05\xa0\x76\x0b\x79\x00\x6a\xb7\xd2\x0f\xa0\x76\x63\x8c\x2f\x00\xb5\x5b\x76\xbd\xbd\x18\xc5\x81\x41\x9e\xba\x2f\x40\xcd\xd0\xaf\x02\x50\x33\xbc\xab\x00\xd4\x6e\x65\x76\x00\xb5\xb9\x60\xfa\x15\xa0\xf6\xa0\xcb\x54\xc0\xd8\x03\x8b\xac\x80\x31\x8a\x1f\xa6\x0a\x18\x7b\x60\x36\x15\x30\xf6\x54\xbf\xc2\xe5\x51\x98\x1c\x2a\x60\xec\x81\x4d\x54\x8b\xf5\x21\xe1\xea\x61\xb5\x30\x9f\x71\x43\x06\x0b\x56\x01\x63\xcf\xf4\x97\x14\x03\x45\x4e\x56\xc0\xd8\x33\x1d\x19\xb5\xa2\x91\xe7\x15\x30\xf6\x60\x1d\xaf\xde\x26\x0d\x40\xaf\x38\xa7\x28\xea\x94\x2a\xce\xa9\x07\x66\x53\x71\x4e\x51\xb5\x23\x55\x80\xda\x83\x79\xa0\x02\xd4\xb8\x79\x22\x55\x80\xda\x83\x93\xb0\x02\xd4\x1e\x34\xa9\x0a\x50\x33\x84\xab\x02\xd4\x9e\xd7\x5f\x42\xdf\xe5\x38\xa1\xef\xb6\x07\xe8\x73\x1d\x00\x6a\x0f\x7a\x6a\xf5\x36\x69\xcc\x18\x35\x5b\x0b\x7b\xd3\x82\x3e\x8c\x1a\x15\x10\x67\x08\x57\x05\xc4\x19\x8a\x55\x33\x65\xce\x41\x08\x15\x10\xf7\xc2\xe6\x2b\x48\xed\xcd\xf6\xd0\x79\xe6\x2f\x29\xf9\x02\x9b\xa8\x20\x35\x43\xb1\x2a\x48\xed\x3d\xa1\x16\xa4\xf6\x92\xca\x54\x41\x6a\x2f\x6c\xa9\x82\xd4\x5e\x44\x4e\x05\xa9\xbd\xcd\x5f\x72\x03\x08\x36\xcc\x0a\x52\x7b\x31\x6a\x54\x90\xda\x8b\x77\xbd\x82\xd4\x5e\xb4\xc1\x0a\x52\x7b\xab\x2d\x6e\xc8\xc0\x70\x51\x41\x6a\x2f\x07\xbc\x82\xd4\x8c\x56\xa8\x20\x35\xae\xfb\x4f\xd5\x6a\x7d\xdb\xaf\x50\xad\x2f\xf9\x2c\xe8\xa3\x5e\x5e\xaa\xa7\x25\xb3\x7c\x66\x49\x29\xd6\x1d\xa4\xf6\x62\x56\xa8\x20\xb5\x17\x41\x52\x41\x6a\x2f\x67\xba\x82\xd4\x28\xb5\x9a\x2a\x48\xed\x45\x90\x54\x90\xda\xfb\xf8\x0c\xfa\x50\x5f\x2a\x48\xed\xc5\xb4\x55\x41\x6a\xaf\xfb\x0c\xa4\xf6\x22\x10\x2a\x48\xed\x75\x4f\x80\xd4\x5e\x69\x07\xa9\xbd\xaf\xef\xb1\x7e\xee\x17\xab\xf5\x2d\xc7\x42\x1d\x62\xe2\x6e\x2a\x48\x6d\x35\x9f\x2d\x9e\xd9\xda\xcc\x19\xfd\x81\xd4\x16\xea\x44\x05\xa9\x19\x6f\x55\x41\x6a\x0b\x5f\x47\x05\xa9\x2d\x79\x08\x48\x6d\xa1\xb1\x57\x90\xda\x72\x47\x82\xd4\x16\xd6\xf1\x5a\x2d\x36\xcc\xc8\x40\x6a\xcb\x5d\x0e\x52\x33\x4a\xac\x82\xd4\x16\x91\x1a\x15\xa4\x16\x51\x62\x3f\x64\xc9\xb5\x4a\x3a\x53\x06\x88\xe3\xfa\xce\x54\x01\x71\x5c\x95\x9f\x2a\x20\x6e\x79\x38\x00\x71\x16\xa3\xa9\x80\xb8\x85\xe4\xaf\x80\x38\x0a\xf8\xa4\xda\xac\xd3\xcb\x94\x01\xe2\x16\x26\x8e\x0a\x88\x5b\x32\x1b\x40\xdc\x92\xd9\x00\xe2\x16\xd2\xa8\x02\xe2\x2c\x23\x53\x9b\x85\x26\xed\xdd\x32\xd2\xfe\x12\x1a\x70\x0c\x54\x80\x9a\x25\x66\x2a\x40\x8d\xca\x65\xa9\x02\xd4\x0c\xa9\xaa\x00\x35\xc3\xb4\x2a\x37\x46\x1f\x84\x54\x55\x80\x9a\xa1\x66\x15\xa0\x66\xc8\x58\x05\xa8\x19\x32\x56\x01\x6a\x94\xf1\x4c\xd5\x62\x7d\x68\xd0\x15\xa0\xb6\x4f\x7b\x80\x06\x99\x1b\x40\x6d\x9f\xfe\x92\xe5\xf3\x70\x00\xd4\xb6\x5b\x09\xa0\xb6\xd1\x76\x2b\x40\xcd\xe2\x37\x15\xa0\x66\x71\x98\x0a\x50\xdb\x04\xf2\x55\x80\xda\x46\xbf\xad\x00\xb5\xad\x90\x01\xa8\x6d\x9c\x68\x15\xa0\x66\xc1\x99\x0a\x50\xb3\x4c\x4e\x05\xa8\x71\x2d\x66\xaa\x00\x35\x83\xc4\x2a\x40\xcd\xd0\xaf\x0a\x50\xe3\x86\xb4\x54\x41\x63\xbb\xda\xfb\xcd\x2f\xa1\x08\x34\x66\xe8\x57\x05\x8d\x6d\x57\x0c\xf7\x17\xd7\x68\xa5\x0a\x1a\xe3\x96\xe6\x54\x41\x63\xfb\xb2\x05\x7d\x18\xd6\x2a\x68\x6c\xa3\xd9\x54\xd0\xd8\xc6\x88\x52\x41\x63\x5b\x26\x05\x1a\xdb\xee\x5d\xd0\x98\x65\x72\x2a\x68\x6c\xcb\x42\x40\x63\xdb\x5d\x00\x1a\xb3\xbc\x4e\x05\x8d\x59\x42\xa7\x82\xc6\x0c\x0b\xab\xa0\xb1\x2d\xb3\x01\x8d\x59\x5e\xa7\x52\x91\xef\x38\x1c\xd9\xa6\xc5\x33\xd0\xd8\x96\xd5\x5d\x5c\x05\xe1\xfe\xbc\xd8\x9f\x87\xad\x93\x16\xa3\x06\x8d\x59\xee\xa6\x72\xc1\x97\x81\x60\x95\x0b\xbe\x2c\xd2\x53\x41\x63\x1b\xd0\x5f\x29\xe3\x7e\x78\xde\x03\x8d\xf5\x03\xaf\x4f\x0d\x34\xd6\x0f\x59\x4f\xa0\xb1\x7e\x60\x02\xa8\xde\x18\xed\xfe\xe4\x82\xaf\xc3\x9d\xcc\x05\x5f\x47\x75\x9c\xd0\xa7\x30\xa4\x22\x1f\xd7\xbc\xa5\x4a\x45\x3e\xa3\xa1\xea\x0d\x7d\x9e\x7e\x6a\xb5\x1b\xf5\x53\xb9\xe0\xeb\x00\x9f\x54\x2e\xf8\x32\x1a\xaa\xde\xd0\xe7\x0e\x09\x34\xd6\x0f\xd5\x90\x1b\xfa\x5c\x5b\x6a\xb5\x1f\x28\x9c\xf5\x86\x3e\xd5\x97\x1b\xfa\x14\x2b\xd4\x6a\xb7\x1a\x4d\xb5\x22\xdf\xf6\x97\x64\xc1\x26\xc7\xb2\x69\xf1\x4b\x2e\xf8\x32\x5e\xa7\x5a\xab\xbd\xfe\x2c\x55\xa4\x52\xc6\x3d\xe1\xa4\xa8\x16\xeb\xf3\x00\x50\xac\xcf\x12\x33\x95\x1c\x2b\x8b\xd1\xd4\x00\x71\x3d\x55\x7f\xd9\xf9\xa5\xcf\x06\xdf\x84\x74\xea\x58\x24\xe0\x57\x7d\xa8\xd3\x0b\xb0\xa8\x01\xe2\x7a\x52\x9b\x78\x20\xfd\x72\x2c\x14\x93\x74\xe2\x1f\x13\x80\x61\x3d\x0f\xa4\x7b\xc4\x5e\x48\x57\xc7\x7b\x21\x5d\x79\x4e\x19\x77\x43\x79\xea\x0b\x7d\x1e\xa3\x17\xfa\x1e\xdf\x83\x3e\x2c\x70\x95\x32\xee\xc9\xe3\x47\x19\xf7\x84\x39\xa2\x02\xe2\x2c\x07\x53\x5f\xe9\xf3\x97\xd0\xa7\xd6\x43\xb1\x3e\x83\x70\x2a\xc5\xfa\x0c\xa6\xa9\x01\xe2\x7a\x4e\xf6\xb7\x68\x31\x4b\xdc\x18\x9d\xb1\xf8\x55\xca\xb8\x67\x35\x06\xca\xb8\x73\x49\x66\xaa\x94\x71\x37\x2a\xa6\x52\x91\x2f\x7b\x1c\x28\xc7\x9e\xff\x5f\xc2\xce\x2c\x69\x76\x96\x57\xd6\x53\xf9\x87\x60\x83\xe9\x22\x4e\xec\xb9\xd0\xce\x7f\x08\x27\x96\x9e\xf4\x5b\x14\xdf\x6a\x2e\xea\x02\xbb\x6c\x23\x1b\x50\xa6\x24\x24\xac\xdc\x81\xca\xcf\x0e\xd7\x66\x20\x1f\x85\xd3\x12\x39\x49\x2a\xa8\xa9\x39\xe9\xa7\x70\xff\xa4\x9f\x5a\x68\xc9\x47\xe1\xb4\x94\x4f\xfa\x49\xd0\x56\x58\xf4\x53\x93\x8a\x42\x5d\x8a\x83\x09\xa4\x63\x77\x55\xe7\xe8\x67\xd5\x75\xf6\x1d\x9c\xbe\xe6\xa2\x06\x9b\xd4\xad\xb1\xb8\x44\x95\x8f\x3b\x18\x8b\x4b\x8a\x6e\x09\x4a\xc7\x2e\x35\xbd\x90\x4f\x5f\x53\x85\xba\x34\x0a\x16\xf2\x4d\xb5\x90\x41\xdf\x88\x94\xeb\x0e\xa5\x16\xd9\x63\xa5\xc5\x2d\x52\xdd\x99\x7a\x27\x77\xa4\x18\x97\x07\xb5\x46\xaa\x3b\x7b\x26\x63\xa4\x18\x97\xc7\x3c\x10\x29\xc6\xe5\x59\xdc\x22\xc5\xb8\x3c\xee\xcb\x68\x2c\x2e\x29\xeb\x4a\x34\x16\x97\x3c\xbe\x87\x68\x2c\x2e\x79\x2c\xc4\x91\x94\xeb\x8a\x60\x89\xc6\xd4\x0a\xf5\xf5\xee\x68\x4c\x2d\x51\xb1\xfd\x8e\xc6\xd4\x92\x87\xfd\xc5\x9b\xe4\xa3\x30\xb5\x78\x23\x03\x0e\xa8\x78\x23\x43\xd2\x39\x64\x20\x3c\x2f\xde\xc8\x40\x42\x83\x78\x23\x43\xd2\x3d\x91\xa1\xeb\x3a\x64\x60\xe1\x8b\x54\x70\xf6\xbc\xf9\x78\x23\x43\xd3\x5d\x90\xa1\xeb\xe9\xf6\x1d\xfc\xd4\xf3\x48\x8e\x3b\x75\x9d\x8d\x33\x3f\xd4\x22\x79\x2c\xe3\x25\x52\x70\xeb\xc1\x68\x13\x29\xd3\xac\x08\x8f\x68\x4c\x2d\x3d\x7a\x67\x14\xdc\xf2\xc0\xa5\x48\xc1\xad\x87\xf9\x10\x29\xb8\xf5\x80\x5a\xa3\xa3\x96\x61\xd0\x75\x91\x73\xba\x27\x79\x9d\x83\x5a\xe4\x3d\x86\x0f\x45\xca\x34\x3f\x00\xb9\x48\x99\xe6\x07\x5b\x79\x34\xa6\x96\xa8\x03\x73\x47\x63\x6a\x49\x39\x4a\xa2\x31\xb5\xf4\xc4\x7f\x45\x5c\x44\x87\xe8\xfa\x98\x0e\xd1\x81\xe8\x91\x0a\xce\x0f\x53\x33\x52\xc1\xf9\xc1\xf5\x17\x8d\xc4\xa5\xa7\xe8\x1c\xa2\x33\xc5\xa2\x47\x74\x2c\xcb\xd1\x23\x3a\x01\x64\x91\x58\x44\x05\x89\x45\x2a\x38\x53\x2e\xf4\x8e\x54\x70\x7e\x58\x14\xa3\x47\x74\xdc\x19\x91\x94\xeb\x0a\x36\x89\xa4\x5c\xa7\x08\xcd\x1d\x49\xb9\xae\x04\x22\x91\x94\xeb\x8a\x05\x89\x0f\x32\xe8\x13\x3d\xc8\xa0\xe9\x67\x44\x2d\x05\x9c\x29\x91\x2a\xcd\x81\x08\x81\xf8\x90\xb6\x5a\x83\xc0\x88\x5a\x0a\x10\xdf\x68\x44\x2d\x05\x82\xd3\x23\x55\x9a\x03\x0b\x6d\x34\xa2\x96\xc2\xad\xeb\x48\xab\x74\xeb\x9e\x95\x96\xae\x53\xda\x78\xde\x35\x69\xd5\x15\xeb\x12\x1f\xa5\xfd\x57\xcb\xbe\x51\x78\xd4\xcf\x45\x8b\xe7\x19\x51\x4b\x81\x78\xdf\x48\x51\xad\x80\xad\x2e\x52\x54\x2b\x80\x6f\x23\x45\xb5\x02\x0b\x74\x0c\xc8\x17\x74\x1d\xf2\x69\x28\x05\xe4\x83\xbc\x47\xd2\xaa\x07\x02\x9e\x62\x40\xbe\xa8\x7b\x22\x5f\x54\x5f\x90\x4f\xd3\x9d\x2a\xcd\x41\x63\x49\x95\x98\x93\xee\x89\x0c\x44\x9b\xc4\x88\x0c\xf8\xb0\x63\x44\x06\x54\x40\x8c\xc8\x80\xab\x31\x52\x89\x39\x14\x5d\x87\x0c\x38\x1e\x23\x95\x98\xa9\x81\x7d\xc7\x88\x0c\x20\xe8\x48\xea\xf4\xd0\x75\x4f\x64\xd0\x82\xa2\xd4\xe9\x5d\x2d\x64\x68\xba\x0b\x32\x34\x3d\x81\x6f\x04\x1e\x8b\x91\x6f\x84\xc9\x2f\x46\xe4\xc3\x10\x14\x23\xf2\xe1\xfa\x8b\xa4\x4e\x0f\x9a\x0f\xa4\x4e\x57\x74\x4b\x84\x8d\x29\x9e\x25\x26\xe4\xd3\x98\x57\xea\x74\x2d\x52\x09\x19\x50\xfd\x91\xf4\xe8\x11\x94\x1c\x95\x1e\x9d\x98\x87\x48\x0e\xf4\xb0\xf4\x3c\xf2\x80\x83\xbc\x23\x15\x95\xa3\x46\x2b\x15\x95\x23\xf8\x2f\x52\x1c\x2b\x82\x84\x23\xc5\xb1\x28\x09\x75\x47\xe3\x4a\x29\xc2\xa6\xa3\x71\xa5\xa4\x18\x99\x68\x5c\x29\x45\x60\x41\xcc\xf4\x8c\xcc\x15\x91\xb2\x56\x51\xa3\x8e\x0c\xe5\x51\x0b\x98\x32\x94\x03\x0b\xa2\x31\x99\x14\x35\xce\x8c\xc9\x24\xe5\x44\x89\x94\x2a\x56\xe4\x4b\x2c\x3c\x1d\xe3\x44\xa4\x54\x71\xd4\x38\x23\xb7\x78\xd4\x18\x34\x26\x93\x62\xd2\x5d\xa8\x2a\x92\x75\x17\x7a\x86\x9d\x39\x16\x7a\x96\x75\x1d\x3d\xd3\x5a\x07\x93\x51\x34\x4d\x84\xc9\x44\xa0\x46\xa4\x54\x71\xc4\xec\x15\x61\x2b\x91\x8c\x17\x91\xfc\xe1\xca\x9e\x12\xe1\x20\x96\x3d\xe5\xef\x4b\x32\xf4\x24\x6a\xf0\x40\x4f\x14\x22\x13\xa1\x27\x51\x83\x07\x7a\x12\x35\x40\xa0\x27\x11\x5f\x74\x84\x9e\x44\x69\x3f\xe8\x49\xd4\xf2\x09\x3d\x89\x58\x8c\x22\xf5\x87\x95\x8c\x26\x42\x4f\x22\x08\x3a\x42\x4f\x94\x12\x25\x42\x4f\xd2\xa5\xbb\x04\x5a\x88\x07\x3d\x49\xc2\x16\xd0\x93\xa4\xe1\x02\x3d\x51\x30\x4d\x84\x82\x50\x9b\xee\x8e\x2a\x09\xf5\xe8\x9e\xd6\xcf\xa4\x65\x09\x9a\x91\x84\x2d\xba\xaa\xb5\x71\x1d\x5c\x22\x69\x71\x53\x49\x28\x08\x49\x84\x4b\x28\xb5\x49\x84\x4b\x24\xa9\x31\xb8\x44\xc2\xfa\x18\xe1\x12\x49\x9f\x16\x2e\xa1\xe8\x96\x08\x97\x48\x90\xf7\x08\x97\x50\x12\x94\x08\x97\x48\x52\x7f\x70\x09\x25\x3a\x89\x70\x89\xc4\x56\xe1\x08\x97\x50\x44\x49\x84\x4b\xa4\x46\xcf\xe0\x0b\x49\xe8\x05\xbe\x90\xb0\x45\x46\xf8\x42\xd2\x28\x80\x2f\xa4\xa1\x73\xc8\x80\x03\x2a\xc2\x17\x12\x6e\x9e\x08\x5f\x50\x16\x94\x08\x5f\x50\x74\x4b\x84\x2f\x24\x2d\x21\xf0\x85\x2c\xa5\x06\x5f\xa0\x74\xfd\x1d\xe1\x0b\x8a\x72\x88\xf0\x85\xcc\x16\xf1\x08\x5f\x50\x4c\x40\x84\x2f\x64\xd2\x62\x45\xf8\x42\xd6\xfb\x84\x2f\x28\xa6\x23\xc2\x17\x32\x26\x9c\x68\xe1\x79\x29\x6b\x6a\x5a\x78\x5e\xca\x5a\xd8\x2d\x3c\x2f\xe5\xac\x73\x26\x5f\xd6\x52\x0e\xcf\x50\x64\x48\x84\x67\xe4\xaa\xeb\x28\xfe\x00\xb5\x8e\xf0\x0c\xe5\x2f\x89\xf0\x0c\x45\x24\x44\x78\x46\x86\x22\x47\x78\x86\x62\x33\x22\x3c\x23\xc3\xf0\x22\x3c\x23\x6b\x99\x87\x67\x28\x5f\x4a\x84\x67\x28\x86\x24\xc2\x33\xf2\xd4\x3f\x91\x4f\x33\x0e\x9e\x91\xf5\xc5\xe0\x19\x54\x91\xbc\x23\x3c\x23\x13\xca\x1a\xe1\x19\x45\x73\x0c\x9e\xa1\xe8\x8f\x08\xcf\x28\x18\x4a\x22\x3c\xa3\x40\xc9\x23\x65\x9f\x8a\x00\xc4\xd2\xf7\x43\x3e\x38\x48\x21\xca\x28\xc2\x41\x94\x5d\x24\x19\x07\x49\x05\x6c\x9f\xe0\x20\x05\x2c\x9a\xe0\x20\xca\x58\x92\xe0\x20\xca\x74\x92\xe0\x20\x14\x66\xbe\x13\x1c\xa4\x24\xfd\x33\xd2\xd2\x5d\x4c\xbe\x92\x75\x0e\xf9\x50\xda\x09\x0e\xa2\x60\x82\x64\x1c\xa4\x2c\x58\x63\xba\x90\xaf\xea\x3a\xe4\xc3\xe0\x91\x2e\xe4\x43\x85\x27\x38\x48\x81\x77\x27\x38\x48\xc1\xb4\x95\xe0\x20\x72\xee\x27\x38\x48\xe1\x1b\x25\x38\x48\x99\xff\xda\x2a\x92\xa0\x27\x65\xea\x71\xe4\xbf\x65\x51\x4c\xd0\x93\x8a\x46\x4d\x50\x90\xca\x54\x49\x50\x10\x25\x3a\x49\x50\x90\x92\x75\x8e\xfa\x23\xd8\x4c\x13\x14\xa4\xa2\x35\x13\x14\xa4\x42\xc6\x12\x14\xa4\xe2\xd5\x4d\x50\x90\x8a\x71\x3c\x41\x41\xaa\x3e\x1f\x14\x44\x69\x4f\x12\x34\xa3\x46\xb5\xac\x86\xc3\xd2\x8b\x87\x66\x54\x34\x6a\x82\x66\xd4\xa4\x7f\x22\x43\xd2\x3f\x91\x01\xcd\x98\xa0\x19\xf2\xd1\x27\x68\x46\xc5\xa4\x92\xe0\x12\x94\xa0\xba\x13\x5c\xa2\xa2\x27\x13\x5c\xa2\x12\x8b\x98\xbc\xca\xc7\xf0\x4f\xb8\x44\x65\xf9\x4c\x70\x89\xda\x74\xdd\xc3\x3f\x79\x02\x5c\xa2\x42\xc2\x93\xea\xfa\xb2\x98\x26\xe3\x12\x45\x7b\x15\x13\x5c\xa2\xb2\x98\x26\xb8\x44\x65\xa2\x26\xb8\x44\x65\x69\x4d\x70\x89\xda\x75\x17\xe4\xd3\xe0\xf1\xaa\x11\xc3\x3d\xe1\x12\x15\x4b\x5a\x82\x2f\x28\x91\x4b\x82\x2f\x50\xa3\xec\x4e\xf0\x85\x0a\x1e\x4b\xf0\x85\x46\xcc\x4a\x82\x2f\x34\x48\x7f\x82\x2f\x28\x4a\x25\xc1\x17\xda\xa5\x7b\x5a\x3f\x9b\xd7\xd3\xad\x2f\x0d\x25\x9a\xe0\x04\x0d\xa7\x5d\x82\x13\x34\x4c\x38\x09\x4e\xa0\x24\x2f\x09\x4e\x20\x8f\x7d\x82\x13\x28\x43\x4a\x82\x13\x50\xde\xe8\x4e\x70\x82\x06\xb3\x48\x70\x02\x25\x9c\x49\x70\x82\x86\x41\x2e\xc1\x09\xa8\x3e\x79\x27\x38\x81\xf2\xb3\x24\x38\x81\xb2\xbc\x24\x38\x01\xf5\x40\xee\x04\x27\x68\x60\xbc\x04\x27\x68\x51\xf7\x44\x06\x9c\x53\x09\x4e\xd0\x34\x5a\xe1\x04\xf2\xfb\x27\x38\x41\xc3\xd7\x91\xe0\x04\x8a\x10\x48\x70\x82\x46\x94\x51\x82\x13\x34\xd4\x4a\x82\x13\x34\xd4\x7b\x82\x13\x50\x4f\xfd\x4e\x70\x82\x96\x75\x4f\x64\x08\xba\x27\x32\x60\xcd\x4d\x70\x02\xb9\xf3\x13\x9c\xa0\x11\xbd\x93\xe0\x04\xad\xeb\xe9\xc8\xa7\x91\x05\x27\x68\xa0\xc1\x04\x27\x50\x88\x40\x82\x13\x34\x8d\x2c\x38\x41\x83\xdd\x26\x38\x01\x15\x34\xef\x04\x27\xe8\xb7\xee\x82\x7c\x1a\x83\xe4\xe5\x56\xe6\x98\x04\x5f\xe8\x5a\xe6\xe1\x0b\xfd\x52\xab\xd0\xe2\x3b\x24\xa5\x8b\x65\x9c\x51\x33\x49\x81\x06\x29\x21\xdf\xd2\x3f\x07\xff\x54\x6b\x72\x17\xf5\x1a\xf9\xd8\x9f\x91\xe0\x12\x0a\x2d\x48\x70\x89\x0e\x97\x48\x14\xda\xed\x00\x88\x94\x25\x1f\x6f\x29\xab\x66\xcb\xbf\x22\x2e\x12\x84\xa4\xa3\xe1\x12\x84\xa4\xe3\xed\x4e\x10\x92\xae\xc1\x0a\x21\xe9\x5a\x30\x33\xa2\x13\xa4\x92\x32\xa2\x3f\x7a\x38\xe5\xa2\xd0\x93\x09\xb2\xa2\xb4\x35\x09\xb2\xd2\x21\x2b\x89\x72\x4a\x5d\x7a\x92\x72\x4a\x1d\xc2\x9c\x54\x4e\x09\x6b\x75\x2a\x88\xae\xe9\x50\x10\x5d\x43\x1e\xca\xd3\x35\x71\xa0\x3c\x5d\x0b\x18\x94\x47\x71\x0d\x09\xca\xd3\xab\x9e\x80\x7c\x44\xe3\x26\x28\x4f\xc7\x7a\x95\xa0\x3c\x4a\x62\x93\xa0\x3c\x54\x2a\xbe\x13\x94\xa7\x63\xf3\x4e\x50\x9e\x2e\x1d\x0a\xe5\xe9\x4d\x77\x41\xbe\xa6\xeb\x90\x4f\xba\x17\xca\x43\xa9\xc6\x3b\xe1\xbc\x51\x1c\x45\xc2\x79\xd3\xb1\xc0\x25\xe8\x90\xe2\x28\x12\x74\x88\x12\x38\x77\xc2\x79\xd3\xb1\x30\x26\x9c\x37\x7d\xe8\x1c\xf2\x81\x68\x13\xc4\xa9\x4f\x9d\x2b\x04\x43\x21\x1f\xec\x48\x71\x14\x09\x76\xd4\x97\xfe\x89\x7c\xe0\xaa\x04\x3b\xea\x1a\x9e\xb0\x23\x25\xd4\x49\xb0\xa3\xa1\x65\x17\x76\x34\xb4\x5c\xe3\xbc\x19\x58\x5e\x13\xec\x48\x29\x74\x12\xec\x68\x68\xf1\x86\x1d\x0d\x2d\x8a\xb0\x23\x25\xaa\x49\xb0\xa3\x81\xaf\x3d\xc1\x8e\x86\xd7\x13\x28\x87\x85\x35\x30\xe1\xbc\x51\x34\x46\xc2\x79\x33\x1e\xf5\xcc\xe4\x53\x82\x9b\x84\xf3\x66\x68\x9c\xe1\xbc\x51\x9a\x9c\x04\xab\x1a\x49\x4f\x40\x3e\x78\x54\x82\x55\x0d\x2d\xb4\xb0\xaa\xa1\x19\x00\xab\x52\x4c\x47\x82\x55\x29\xa6\x23\xc1\xaa\x06\x66\x9a\xa4\x72\x4a\xf0\xaf\x04\xab\x1a\x5a\x3e\x61\x55\x43\x00\x02\x56\x35\x8a\xfe\x89\x7c\x44\xc5\x24\x58\x95\x52\xe8\x24\x58\xd5\xa8\x7a\x1e\xf2\x81\xf4\x13\xac\x4a\x91\x1a\x09\x56\xa5\x64\x3b\x09\x56\x35\x34\xe6\xf1\xd0\x4c\xad\x05\x78\x68\x94\xce\x27\xc1\xb8\x06\x0c\x21\xc1\xb8\x86\xc6\x19\x8c\x4b\xf1\x1e\x09\xc6\x35\xa4\x64\xde\x42\xbb\x8c\x6b\x15\xda\xd5\xd8\x1d\x2a\x67\xa6\xe7\x21\x1f\x91\x1a\x09\xc6\xa5\xc8\x90\x04\xe3\x1a\x4b\xfd\x44\x3e\x8d\x56\x18\xd7\x80\xbd\x27\x18\xd7\xc4\xfc\x98\x60\x5c\x8a\x60\x49\x30\x2e\x45\x5c\x24\x18\x17\x85\xe4\xee\x04\xe3\x9a\xf0\x85\x04\xe3\x9a\x82\x98\x30\x2e\xc5\x58\x24\x18\xd7\xc4\xf4\x93\x60\x5c\xca\xf5\x93\x60\x5c\xd3\xe9\x2e\x26\xdf\xfc\x35\x06\xff\xbe\x24\x43\xc6\x26\x0e\xbd\x04\x19\x9b\x9a\xa8\x90\xb1\xa9\x61\x0d\x19\x9b\x5e\x0f\x1f\x3c\x40\x02\x21\xba\xd0\x2e\x64\x6c\x6a\xaa\x2c\x7d\x5a\x5e\x04\x64\x6c\x0a\x4d\x40\xc6\xa6\x74\x36\x64\x4c\xe5\x86\x12\x64\x6c\x12\xda\x96\x20\x5c\x53\x68\x17\xc2\x35\xa3\xee\x29\x19\x74\x0e\x19\x20\xa9\x09\xc2\x35\x71\x59\x24\x08\xd7\xd4\x72\x0d\xe1\x52\x48\x4e\x82\x70\x4d\x4d\x00\x23\x5c\x79\x31\xc8\x33\x84\x4b\x89\x86\x32\xa4\x6a\x42\x75\x33\xa4\x6a\x82\x49\x32\xa4\x6a\xa2\x02\x32\xc4\x69\x82\xa7\x33\xc4\x49\xe5\x8d\x32\xe4\x48\x09\x75\x32\xe4\x68\xf1\x96\x32\xce\x9b\xc5\xb2\x94\xa1\x3c\x2b\xa8\x15\x68\x3d\xb4\xc8\x13\x80\x8a\xcb\x70\x97\xc5\xdb\xcd\x70\x17\xc5\x58\x64\xb8\x8b\xe2\x21\x32\xdc\x45\xb1\x19\x19\xee\xa2\xa4\x39\x19\xee\xa2\x54\x38\x19\xee\xa2\xe4\x37\x19\xee\xb2\x24\x3b\xdc\x65\x61\xe9\xcd\xb8\x4f\x94\x18\x27\xe3\x3e\x11\x77\xc9\xf0\x9a\x05\xaa\xcb\xb8\x4f\x14\x2b\x91\xe1\x35\x8b\x09\x9e\xe1\x35\x0b\xa5\x96\xe1\x35\x8a\x95\xc8\xf0\x9a\xf7\xab\xc0\x6b\xa8\xf8\x78\x67\x78\xcd\x6a\xea\xb5\x15\x30\x53\x8e\xba\x0c\x77\x59\x70\x89\x0c\x77\x51\x1c\x45\x86\xbb\x28\x72\x22\xc3\x5d\xd6\xd4\x75\xc8\x00\x56\xcb\xca\xc9\x00\xc6\xcb\xf8\x41\x14\x7b\x92\xe1\x2e\x6b\xe9\x9c\x29\x3c\x25\x50\xcd\xc6\x5d\xb2\x6a\xf5\x64\xe3\x2e\xf9\xba\xf4\xbc\x4e\xab\xd1\xa2\x3e\x1b\x4b\x41\xa6\xbc\x2c\x15\x03\xef\x4c\x79\x59\x25\xe9\xc9\x94\x97\x55\x41\xa3\x4c\x79\xd9\x0b\x75\x94\x1f\x0a\xad\x31\x8b\xb3\xf1\x9a\xac\x2c\x36\xf9\xa1\x86\x1e\xca\x29\x1b\xaf\xc9\x57\xd0\xf3\x32\x2d\xdd\xb3\xd0\xd2\x75\xc8\x10\xf4\x04\x64\x88\xba\x0e\x19\xa2\xae\x43\x06\x14\x5e\x7e\x54\x48\x4e\xff\x5c\xb4\x98\x1d\x94\x97\xbd\xb0\x02\x67\xca\xcb\x5e\xcc\xf0\x1c\x90\x8f\xd9\x98\x29\x2f\x7b\x69\xfe\x05\x15\x92\xe3\x0d\x06\xe4\xd3\x48\x0e\xc8\x47\x88\x61\x0e\xc8\x87\x1a\xcb\x94\x97\xbd\x50\x8d\x39\x20\x9f\x46\x64\x40\xbe\xaa\xe7\x51\x03\x47\xb3\x38\x20\x1f\x81\x06\x39\x20\xdf\xd0\x3d\x91\x6f\xea\x79\xc8\x87\x67\x20\x53\x5e\x56\x51\x1c\x99\xf2\xb2\x57\xff\x57\xbe\xe4\x1c\x11\x1d\xbb\x53\x8e\x88\x8e\x2d\x39\x1b\x55\xca\x0a\xfe\xc8\x11\xd1\x41\x52\x39\x22\x3a\x8e\xb9\x6c\x54\x29\xdf\x58\x6c\xb3\x51\xa5\x7c\x3b\x5d\x47\x8d\x39\xb4\x51\xa6\xf2\xec\xed\x74\x17\xfb\xb4\xf7\xa3\xeb\x3a\xe5\x57\xd5\x1a\x9c\x53\x5f\x4c\x74\x25\xb8\xc9\x46\x95\xb2\xd2\xba\x64\xa3\x4a\xf9\x26\xd0\x26\x27\x44\xc7\x86\x99\xa9\x3c\xab\x54\x31\xd9\xa8\x52\x56\x29\xa2\x6c\x74\x28\x2b\xe1\x4c\x4e\xc8\xa0\x65\x29\x21\x83\x96\xa5\x84\x0c\x58\xa8\x72\x42\x06\xcc\x34\x39\x21\x83\x96\xba\x44\x1d\xc0\xaa\x73\xc8\x80\xf9\x23\x27\x64\xa8\x7a\x1e\x32\x68\x59\xca\x92\x81\xf7\x62\x74\x28\xab\x84\x51\xa6\x84\xec\x8d\x69\x24\x67\x64\x00\x69\xe4\xcc\x37\x02\x03\x65\xe3\x3c\x59\xb1\x27\x39\x23\x9f\x16\xa9\x8c\x7c\x20\xa2\x9c\x91\xaf\xeb\x2e\xc8\x07\xf2\xce\x19\xf9\x40\x60\x39\x23\x5f\xd7\xd3\x91\xaf\xeb\x2e\xc8\x87\x05\x35\x67\xe4\xd3\x80\xcc\xc8\x07\x06\xca\x05\xf9\xba\x5a\xc8\xa7\x51\x47\x21\x24\xc5\xb3\xe4\x42\x3f\x09\xe1\xca\xc6\x4f\xb2\x03\xe7\x64\xe3\x27\xd9\x5d\xfa\x67\xa7\xa5\xbb\x0c\x5a\xf4\xcc\xf8\x49\x56\x3c\x4b\xa6\xdc\xab\x23\x1e\x22\x53\xee\xd5\x69\x7c\x1a\x3f\xc9\x0e\x9e\x98\x2b\xe5\x50\xa5\x28\x8d\x9f\x64\x15\x3b\xca\xc6\x4f\xb2\x83\xfd\x65\xe3\x27\xd9\x05\xdd\x25\xd2\xd2\x75\x89\x16\x7d\x31\x7e\x92\x9d\x16\xb7\x4a\x4d\x42\x7d\xe9\x8a\x7c\x30\xc3\x5c\x91\x4f\x4b\x5d\x45\x3e\x2d\x75\xca\x9f\x00\x43\xc8\x0d\x19\x34\xae\x1b\xfd\x4c\x3a\x47\x3f\x31\x78\x64\x8a\x16\x29\x0e\x26\x53\xb4\xc8\x81\x84\x73\xa3\x9f\x60\xd8\xdc\xe8\x67\xd3\x39\xfa\xa9\x85\xa8\xd1\x4f\xa9\xaa\x46\x3f\x31\x77\xe6\x46\x3f\x87\xee\xc2\x77\x18\x7a\x1e\xdf\x01\x8e\x95\x1b\x32\x48\x8d\x75\x64\x80\x63\x65\xb6\xf3\x78\x8d\x79\xe3\x19\xd9\x5f\x6a\x21\x1f\xb8\x38\x77\xe4\x93\xfa\xeb\xc8\x07\x82\xce\x94\x6d\x55\x0d\xa3\x4c\xd9\x56\x65\x95\xc9\xc6\x33\xb2\xd7\x7a\xd6\x91\x4f\xa3\xd5\x78\x46\xf6\xc0\xcf\x6c\x3c\x23\x2b\x46\x26\x1b\xcf\xc8\x8a\xa6\xc9\xc6\x33\x32\xb5\x44\xef\x4c\xd9\x56\xd5\x29\xca\x94\x6d\x55\x2d\xa2\xcc\x76\x1e\x0f\x88\xcd\x03\xf9\xc2\xf5\xaf\x25\x79\x20\xba\xf0\x18\x79\x17\x14\xa0\x93\x8d\x82\x64\xaf\xc1\x6a\x34\x23\x7b\xe9\x9f\x81\x78\xd2\x31\x46\x33\xb2\xaf\x6a\x21\x9e\x3e\xf4\x40\x3c\x28\x4f\x1e\x88\x27\xdc\x48\xd5\x56\x15\x65\xca\x94\x66\x55\xc2\x99\x4c\x69\x56\x2f\x74\x36\x11\x4f\x8b\xe2\x44\x3c\x90\x70\x9e\xc8\xa0\x65\x69\x22\x83\xb4\x34\xa5\x59\x15\xe6\x93\x8d\x66\x64\x15\x3b\xca\x94\x66\x55\x32\x9a\x3c\x91\x0f\x73\x44\x9e\xc8\xa7\xa1\x44\x69\x56\x25\x72\xc9\x13\xf9\xd8\x0a\x93\x29\xcd\xaa\x10\xa0\x4c\x69\x56\x8f\x33\x25\x1b\x97\xc8\x8f\x06\xd6\x44\x3e\x2d\x52\xc6\x25\xf2\x23\x7c\xb4\x90\x0f\xcb\x5d\x5e\xc8\x87\x9d\x2b\x1b\x97\xc8\x8f\x16\x22\x4a\xb3\x7a\xe2\x52\x32\xa5\x59\x3d\xb4\x2d\x53\x9a\xf5\xd1\xb2\x64\x8e\x9d\xfc\x38\x9d\x4b\xb4\x74\x1d\xf2\x69\x81\xa6\x34\xeb\xa3\x85\xc8\x78\x46\x0e\x1a\xd6\x0b\xf9\x34\x1d\x8c\x67\xe4\x27\xea\x3a\xe4\xc3\x76\x96\x8d\x67\x64\x15\x50\xca\xf0\x0c\xc5\x74\x14\xe3\x19\x59\xe5\x86\x8a\x39\x76\xb2\x0a\x1a\x95\x0b\xf9\x70\xa5\x16\xe3\x20\xf9\x01\xaf\x14\xe3\x20\xf9\x41\x89\x96\x0b\xf9\x50\x7f\xe5\x42\x3e\xd8\x51\xa1\x34\xeb\x83\x0a\x2f\xc6\x4f\xf2\x83\x03\xaa\x50\x9a\x55\x61\x53\xc5\x1c\x3b\xf9\x49\xba\xae\xd1\xeb\x40\x0b\xf9\xba\x7a\x8d\x7c\x51\xcf\x43\xbe\xa6\xeb\xf8\x7e\xd8\xfb\xcb\x8d\x7c\x45\x2d\xe4\x63\xba\x97\x1b\xf9\x50\x63\xe5\x46\x3e\x16\xbe\x72\x23\x1f\xca\xa9\xdc\xc8\xc7\x16\xdc\x72\x23\x1f\x63\xa2\xdc\xc8\x87\x8d\xb6\xdc\xc8\x37\xd4\x42\xbe\xaa\x7f\xf2\xfd\x9c\x5a\xc8\xb7\xd4\x33\xe4\x63\x5c\x97\x9b\x6f\xa4\xb7\x64\xec\x28\x07\x28\x79\x31\x76\x94\x15\x3b\x54\x8c\x1d\x65\x95\x4c\x2a\x0e\x19\x96\xae\x33\x19\x54\xec\xa8\x18\x3b\xca\x2a\x76\x54\x8c\x1d\x65\xe5\x83\x29\xc6\x8e\xb2\xb2\xca\x14\x63\x47\x39\x10\x4e\x56\x8c\x1d\xe5\x88\xa1\xab\x38\x64\x00\xac\x15\x63\x47\x59\x19\x67\x8a\xb1\xa3\xac\xaa\x45\xc5\xd8\x51\x0e\x55\x3d\x9b\x9c\xd3\x13\x90\x0f\xa7\x79\xf1\xc8\xc7\x1a\x52\x3c\xf2\x31\xdf\x8b\x47\x3e\xc6\x75\x31\xe6\x94\x15\xe7\x53\x3c\xf2\x81\xb5\x8b\x47\xbe\xa9\xbb\x20\x1f\xab\x54\xf1\xc8\x87\xbd\xbf\x78\xe4\xd3\x28\x37\xe6\x94\xad\x4a\xd2\x5f\x97\xe4\x02\xa9\x0a\x40\xf4\x02\xa9\x0a\x20\xa2\x02\xa9\x0a\x4d\x0f\x47\x74\x4c\xfa\xc5\x23\xba\x86\xa7\x47\x74\x0d\x25\x08\x57\x80\x18\x16\x08\x57\x00\xbe\x17\x08\x57\x98\x3a\x87\xe8\x68\xb1\x02\xe1\x52\x99\xa2\x02\xe1\x52\x12\x9b\x02\xe1\x8a\x2c\x8a\x05\xc2\xa5\xc0\x9e\x02\xe1\x52\x21\xa4\x02\xe1\x52\x08\x50\x81\x70\x45\x96\x97\x02\xe1\x8a\x2c\x52\x05\xc2\x15\x6f\xfd\xd3\xe4\x53\x28\x4f\x81\x70\x29\xe9\x4a\x81\x70\x45\xdc\x43\xc5\x08\xd7\x33\x35\x40\x20\x5c\x11\x43\x42\x81\x70\x29\x89\x4d\x81\x70\x29\xb0\xa7\x40\xb8\x22\xc8\xa6\x40\xb8\x14\x3e\x53\x20\x5c\x94\xe6\xbf\x4b\xa0\x9f\x50\xf2\x02\x71\x8a\x55\xf7\xa4\x9f\x5d\xcf\xa3\x9f\x9a\xa8\x10\x27\x05\xe1\x14\x88\x93\x12\xd5\x14\x88\x53\x46\xfd\x15\xd8\x51\x04\x2d\x15\xd8\x51\x84\xbc\x17\xd8\x91\x62\x6b\x0a\xec\x48\x29\x66\x0a\xec\x28\xe2\x45\x2e\xb0\xa3\x08\x3e\x2a\xb0\xa3\x38\x74\x4f\xa6\xd8\xd4\x39\xfb\x0e\x09\x4a\x5e\x60\x47\x49\x5f\xc5\xd8\x51\x56\xa4\x4d\x81\x1d\xa9\x84\x51\x81\x1d\xa9\xec\x6e\x81\x1d\x29\x42\xa7\xc0\x8e\x12\xee\xa1\x02\x3b\x52\x41\xa3\x02\x3b\x52\xd1\xa2\x02\x3b\x52\x91\xa4\x62\x8e\xa4\x9c\x34\xb2\xcc\x91\x94\x13\x88\xa8\xc0\x9c\x94\xd2\xa6\xc0\x9c\x94\xa8\xa6\xc0\x9c\x54\x98\xa8\xc0\x9c\x12\xf1\xb0\x05\xe6\xa4\x18\xa0\x02\x73\x4a\x1a\x59\x30\x27\x25\xb1\x29\x30\xa7\xa4\x11\x02\x73\x4a\x18\x97\x0a\xcc\x29\xe1\xbd\x29\x30\x27\x95\x45\x2a\x30\xa7\x04\xa7\x2b\x30\xa7\x84\xf3\xbb\xc0\x9c\x14\x2d\x54\x60\x4e\x49\x6a\x0c\xe6\xa4\xa4\x39\x05\xe6\x94\xe0\x97\x05\xe6\x94\xb4\x7c\xc2\x9c\x12\xe6\xc0\x02\x73\xca\xf0\x93\x02\x73\x4a\x00\xab\x02\x73\x4a\x52\x40\x30\xa7\x24\x45\x09\x73\x4a\x1a\xad\x30\xa7\x84\xcb\xb0\xc0\x9c\x12\x40\xa0\xc0\x9c\x54\xb0\xa9\xc0\x9c\x92\xd6\x10\xf3\x16\x15\xc5\x7e\x95\x82\x7c\x1a\xad\xb0\xaa\xa4\x19\x50\x90\x0f\x5f\x4e\x29\xc8\x87\xad\xbc\xc0\xb8\x94\xb7\xa6\x14\xe4\x93\x32\x2c\x7c\x3f\x8d\x4f\xd8\x58\x02\xda\x14\xd8\x58\x9a\xea\x4b\xe7\x4d\xe8\x9f\x83\x96\x64\x40\x3e\xad\x3d\x30\xae\x7c\xa9\xc5\x37\x82\x2f\x14\x18\x57\xbe\xff\x15\x71\x51\x20\x63\x19\x50\x5e\x20\x63\x59\x9a\x11\x32\x96\xb5\x80\x41\xc6\x54\xb0\xa9\x40\xc6\xb2\x57\x8b\xcf\xe7\x75\x97\x4a\x8b\x41\x00\x19\xcb\xf8\x24\x0b\x64\x2c\x6b\x58\x57\xc4\x23\xe2\xb6\x98\xb3\x28\xe7\x47\xcf\xb3\xcf\xa7\xd2\x4e\x05\xa2\xa6\x64\x3b\x85\x50\xba\x8c\x9d\xb9\x98\xb3\x28\xab\x78\x54\x81\xc4\x65\x61\x2e\x48\x5c\x66\x6b\x43\x81\xc4\x29\x51\x4d\x81\xc4\xe5\xa2\x16\xf2\x81\xa7\x0b\x24\x2e\x63\xcb\x2a\x90\x38\x05\x43\x15\x48\x9c\x0a\x59\x15\x48\x5c\xd6\x80\x84\xc4\x65\xe2\x36\x0a\x24\x2e\x17\x9d\x43\xbe\xaa\xe7\x21\x1f\xde\xee\x02\x89\xcb\x1a\xf2\x90\x38\xa5\xd7\x29\x90\xb8\x2c\x1c\x00\x89\xcb\x5a\x76\x21\x71\x59\x58\x0d\x12\x97\x71\x27\x16\x88\x9a\xc2\xad\x0a\x64\x2c\x4b\x35\x42\xc6\x94\xa8\xa6\x40\xc6\x54\xe8\xa9\x40\xc6\xb2\x30\x10\x64\x4c\x61\x53\x05\x32\x96\xd9\x66\x5b\x20\x63\x59\x03\x19\xc6\xa5\xa4\x39\x05\xc6\xa5\x24\x3d\x05\xc6\xa5\xe2\x51\xc5\x9c\x3e\xb9\x48\xc1\x9a\xd3\x27\x97\x47\xad\xc4\x39\xde\x12\x6c\x4c\xe9\x75\x0a\x8c\xab\x08\x57\xc1\xb8\x8a\x46\x0f\x8c\xab\x68\x64\xc1\xb8\x94\xdc\xa7\xc0\xb8\x54\x66\xaa\xc0\xb8\x8a\x16\x3e\x18\x57\x61\x5b\x47\x81\x71\x29\x68\xab\xc0\xb8\x94\x8c\xa6\xc0\xb8\x0a\x7e\x97\x02\xe3\x2a\x98\x1c\x0a\x8c\xab\x08\x65\xc1\xb8\x94\x9a\xa6\xc0\xb8\x8a\x30\x3a\x8c\x4b\x69\x72\x0a\x8c\x4b\x49\x7a\x0a\x8c\x4b\xc9\x76\x0a\x8c\xab\x60\x4a\x2b\x30\xae\x22\xfc\x07\xe3\x52\xb0\x57\x81\x71\x15\xa9\x77\x18\x57\x21\x8a\xa3\xc0\xb8\x8a\x10\x34\x8c\xab\x60\x04\x2b\x30\xae\x42\x62\xb1\x02\xe3\x2a\x98\x2a\x0a\x8c\xab\x68\x69\x85\x71\x29\xbd\x4e\x81\x71\x15\x81\x35\x18\x57\xd1\x42\x0b\xab\x2a\xc2\xfd\x30\x27\x85\x85\x15\x98\x53\x61\x2c\x55\x98\x53\x61\xcf\x40\x85\x39\x55\x94\x6f\x85\x39\x55\xd6\xa5\x0a\x73\xaa\x98\xa1\x2a\xcc\x49\x19\x59\x2a\xcc\x49\xb9\x69\x2a\xcc\xa9\xf2\x35\x2b\xcc\x49\xe5\xb0\x2a\xcc\x49\xd9\x5a\x2a\xcc\xa9\x32\x96\x2a\xcc\xa9\x06\xdd\xa5\xd1\x72\xb4\x3a\xff\xd4\x75\x83\x96\x7a\x6d\xf2\xd5\xa4\xbe\x98\x7c\x95\x51\x50\x61\x4e\x2a\x95\x55\x61\x4e\x96\x01\xe6\xaf\x4b\x72\x85\x54\x55\xcc\x11\x15\x52\x55\x59\x5e\x2a\xa4\x4a\x89\x5c\x2a\xa4\xaa\x02\xf4\x2b\xa4\xaa\xf2\xa1\x2b\xa4\xaa\x16\xb5\x10\x0f\xa3\x46\x85\x38\x55\xf0\x5f\x85\x38\x29\xd8\xab\xde\x88\xd7\x25\x02\xe2\x75\x3d\x1d\xf1\xf8\xb4\x15\x52\x55\x31\x16\x54\x48\x55\xc5\x26\x55\x21\x55\x95\xcf\x5e\x21\x55\x15\x5f\x6d\x85\x54\x55\x6c\xde\x15\x52\xd5\x6e\x9d\x43\x06\x74\x61\x85\x54\x55\x22\x12\x2a\xa4\xaa\x2e\xdd\x93\xcf\x07\x6e\xac\x90\xaa\x3a\xd4\x17\x93\x4f\x15\xbd\x2a\xa4\xaa\x5d\xba\x6e\xf0\x3c\xc9\x80\x7c\x53\x7d\x59\x9c\xe3\x43\x43\xaa\x9a\x06\x1d\xa4\xaa\x11\x92\x53\x21\x55\xcd\xe9\x1c\x49\x3d\xb1\x6f\x56\x4f\x12\x43\xf0\x43\x85\x54\x35\xa7\x7b\x46\x5a\x3a\x97\xb8\x0e\x19\x20\x55\x0a\x2e\xab\x90\xaa\xa6\xe1\x09\x73\x52\x58\x58\x85\x39\x35\x62\x09\x2a\xcc\xa9\x3d\xba\x0b\xf2\x11\x9a\x58\x61\x4e\x2d\xe8\xe9\xc8\xa7\x41\x0e\x73\x6a\x98\x31\x2a\xcc\xa9\x45\x9d\x43\x3e\x70\x63\x85\x39\x29\x80\xac\xc2\x9c\x5a\xd4\x39\xe4\x63\x39\xab\x30\xa7\x86\xda\xac\x30\x27\x15\x06\xab\x30\xa7\x96\x75\x17\xe4\xc3\x24\x56\x61\x47\x0d\xe3\x59\x85\x01\x75\x1c\xab\x15\x97\x93\xca\x61\x55\x18\x50\x07\x33\x57\x18\x50\xd7\x64\x84\x01\x29\x1e\xa9\xc2\x80\x54\x2a\xab\xc2\x80\x14\x65\x54\x61\x40\xca\xba\x52\x71\x39\x29\xeb\x4a\xc5\xe5\xa4\xd8\xa1\x8a\xcb\xa9\x27\x3d\xa1\xd2\x52\xcf\xec\x3b\x28\x23\x4b\x85\x39\x75\x8c\x6e\x15\xe6\xd4\x35\x8b\x61\x4e\x9d\xe5\xba\xc2\x8e\x54\x1c\xab\xc2\x8e\xba\x96\x10\xd8\x51\x67\xf1\xae\xca\x03\xae\xe5\x0c\x76\xa4\x78\xa4\x0a\x3b\xea\x55\xf7\x44\x86\xa6\x73\xf4\x13\xa8\x51\x61\x40\x2a\xaa\x55\x61\x40\xbd\xeb\x09\xf4\x13\x53\x4c\x85\x01\x75\xcd\x54\x18\x50\xc7\x3e\x5d\x61\x40\x5d\xb3\x1f\x06\xa4\xc2\x59\x15\x26\xa3\x08\x9d\x0a\x93\x19\x9a\x71\x30\x99\x01\xa2\xad\x30\x99\x71\xe9\x3a\xeb\xe7\xd0\x1c\x33\x26\x53\x54\x77\xa6\xc2\x64\xc6\xad\xa7\xab\x9f\xba\x6e\x72\x8e\x7e\xc2\x64\x86\xe6\x2d\x4c\x66\xc0\x83\x2b\x4c\x66\x68\x49\x86\xc9\x0c\x58\x71\x85\xc9\x58\x9c\xcf\xdf\x97\x64\x48\xce\xc8\xba\xcc\x3e\xc3\x00\xb9\x55\x48\xce\xd0\x12\x09\xc9\x19\xb8\x8e\x2a\x24\x47\x41\x38\x15\x92\x33\x30\x6a\x54\x48\xce\xd0\xeb\x84\xe4\xa8\x94\x54\x85\xe4\x28\xb5\x49\x85\xe4\xa8\xb0\x54\x85\xe4\x0c\x48\x4e\x85\xc8\x0c\x48\x71\x2d\x88\xa7\x0f\x06\x91\x19\xe0\xb8\x0a\x59\x19\x4b\xff\xb4\xbe\x4c\xbd\x78\x08\x89\x42\x56\x2a\x84\x64\x82\xc3\x2b\x84\x44\x11\x25\x15\x42\x32\xbd\xae\x9b\xb4\xf8\x0c\xb8\x87\x26\x5e\xeb\x8a\x7b\x48\x25\xa1\x2a\x64\x65\x6a\x59\x82\xac\x4c\x4d\x54\xc8\xca\xd4\xd4\x84\x91\x4c\x4d\x69\x18\xc9\x0c\xba\xce\x64\x50\xd1\xa9\x0a\x23\x99\x51\xd7\xd9\xbb\x9e\x4e\x4f\x47\x3e\xc8\x66\x85\x91\xc8\x88\x52\x61\x24\x4a\x90\x52\x61\x24\x4a\xc1\x52\x61\x24\x8a\x44\xa9\x30\x92\xa9\xef\x0e\x23\x99\x58\xc4\x2a\x8c\x64\x6a\x82\xc3\x48\xa6\x14\x33\x8c\x64\xe2\x82\xad\x30\x92\xa9\xc9\x0f\x23\x99\x60\xb5\x0a\x23\x99\x52\xd3\x30\x92\xa9\x85\x01\x46\x32\x35\xce\x60\x24\xca\x90\x52\x61\x24\x53\xca\x1e\x46\x32\x41\x6e\x15\x46\x32\x61\x08\x15\x46\x32\xa1\xa5\x15\x46\x32\x9b\xae\x43\x3e\x8d\x56\x18\xc9\x24\x8c\xb0\xc2\x48\x54\x8c\xab\xc2\x48\xa6\x46\x1d\x8c\x64\x6a\x44\xc2\x48\x54\x7e\xab\xc2\x48\xa6\x46\x1d\x8c\x64\x2e\xfd\x13\xf9\x04\x19\x70\x2b\x29\xef\x49\x85\xad\x2c\x2d\x21\xb8\x95\xd6\xa5\xbe\x98\x7c\xeb\x56\xab\xd1\xe2\x8b\xc1\x64\x16\xdb\x33\x2a\x4c\x46\xb9\x4d\x2a\x4c\x66\xdd\xea\x0b\xf1\x41\x1a\xe5\x30\x99\x25\xdc\x08\x93\x59\x82\x0c\x30\x99\x25\xa5\x0d\x93\x59\x52\xef\x30\x99\xe5\x75\x5d\xa0\xc5\xd3\x61\x32\x8a\x01\xaa\x30\x99\xa5\x79\x04\x93\x51\x0e\x96\x8a\x5f\x49\x05\xb7\x2a\x7e\xa5\xa5\xd9\x01\xcb\x59\xc2\x9b\xb0\x9c\x77\x51\x84\xe5\x2c\x4c\x31\x15\x96\xa3\xa2\x61\x15\xee\xb2\x8a\x5a\xf4\x1a\xb3\x49\x85\xbb\x28\x7a\xa7\xc2\x5d\x54\xc8\xaa\xc2\x5d\x14\xcb\x53\xe1\x2e\x8b\xfc\x3a\x15\xee\xb2\xb4\x4a\xc1\x5d\x16\x06\xd5\x0a\x77\x59\x82\x67\x70\x97\x35\xf5\x4f\x7a\x3d\x75\xcf\xc1\x9e\x01\xdd\x93\x5e\x8b\x05\x18\x77\x29\x97\xbe\xb4\xf1\x93\x72\xfd\xd3\x70\x51\x8d\xba\x14\xd5\xa3\xaa\x46\x5d\x8a\x02\x6d\xaa\x51\x97\x72\x49\xc7\x18\x75\x29\x17\x84\xb2\x2e\xb6\x2f\x48\x57\x18\x75\x29\x0a\xe5\xa9\xe6\x2c\x2a\x17\xa6\x8a\x6a\xce\xa2\x72\x89\x2e\x18\xad\x29\x97\x96\x41\x73\x16\x95\x4b\x9f\x1d\x67\x91\x2a\x7a\xb5\x0b\x11\xb0\xcb\xb4\x8b\x7e\xf2\x69\xdb\x45\x3f\xbd\xce\xd1\x4f\xd0\x59\xbb\xe8\x67\xd0\x5d\xe8\x67\xd0\x3f\xe9\x67\xd4\x39\xfa\x09\x02\x6b\xec\xe6\x51\x48\x4e\x33\xea\x52\x62\xd5\x3f\xe9\x27\x8b\x5b\xbb\xf4\x19\xd4\x9a\x9c\x1b\xb4\xf8\x0c\x2c\x75\xcd\xa8\x4b\xb9\x40\x6e\xcd\xa8\x4b\xb9\x58\xc0\xda\x8d\x7c\xe0\x9c\x76\x23\x1f\x11\xa9\x8d\x04\xde\x97\x9e\x7e\x23\x5f\xd5\x39\xe4\x6b\x7a\x02\xf2\x61\x52\x69\x37\xf2\x31\x94\xda\x8d\x7c\xa0\x90\x46\x5e\x38\xf7\xe8\x9e\x7c\x07\x96\x9e\x66\xdc\xa5\xdc\x97\xae\x33\xf9\xee\x5b\xad\x49\x4b\xfd\x34\xf9\x6e\xfc\xcd\xcd\xb8\x4b\xb9\x51\x63\xcd\xb8\x4b\x51\x31\xa7\x66\xdc\xa5\x28\x0b\x4a\x33\xee\x52\x6e\x7d\x15\xe3\x2e\xe5\x46\xad\x34\xe3\x2e\x45\xe9\x59\x9a\x71\x97\x72\xe3\xb4\x6b\x6c\x03\x52\xc1\xa6\x66\xdc\xa5\xdc\xfa\x0e\xc6\x5d\xca\x8d\x7a\x68\xc6\x5d\xca\xad\xf7\x69\xdc\xa5\x28\x0e\xa6\x39\xe4\xab\x6a\x21\x5f\xd5\x75\xc8\xa7\xb7\xeb\x90\x0f\xf5\xd0\x3c\xf2\xe9\xed\x7a\xe4\x63\x4b\x44\xf3\xc8\xd7\xf4\x4f\x64\xc0\x6e\xdf\x3c\x32\xb0\xcc\x37\xb6\xfa\xdc\x58\x49\x9b\x47\x06\x20\x4a\x23\x5c\xee\x06\x78\x34\x8f\x0c\xf0\xa8\xe6\x91\x41\xdf\xc8\x23\x03\x0a\xa1\x19\x07\x29\x2a\x22\xd4\x1e\xfa\x09\x28\x69\xc6\x41\x8a\x8a\x0f\x35\xe3\x20\x45\x39\x51\x9a\x71\x90\xe2\x98\xef\xcd\x38\x48\x71\x58\xe3\x9b\x71\x90\xa2\xda\x40\xcd\x38\x48\x71\x2c\x91\xcd\x38\x48\x71\x8f\xae\xcb\xb4\x90\xd6\x38\x48\x51\xd4\x48\x33\xef\x4d\x79\xc7\x99\x79\x6f\x8a\x2b\xba\xce\x64\x70\x5e\xfd\x1c\xfc\x13\xf9\xcc\x7b\x53\x1c\xf0\xa5\x3d\xc8\xc7\x22\xdc\x8c\xbb\x14\xe5\x4b\x69\x01\xf9\x50\xfd\x2d\x20\x1f\xce\xb7\x16\x90\x0f\x36\xd6\x02\xf2\x01\x15\x5b\x40\x3e\xfc\x5f\x2d\x20\x1f\x0b\x74\x0b\xc8\x37\x75\xce\xe4\xf3\x97\xae\x43\xbe\xa5\x7b\x9a\x7c\x1e\x73\x59\x33\xee\x52\x3c\x71\x30\xcd\xb8\x4b\xf1\x9a\x2b\xc6\x5d\x8a\xc7\xf0\xdb\x8c\xbb\x14\x7f\xff\x2b\x85\x7d\x33\x87\x50\x51\xcc\x43\x33\x87\x50\xf1\x90\xb8\x66\x94\xa7\x28\x30\xa4\x19\xe5\x29\x1e\x1d\xda\x8c\xf2\x14\x8f\x16\x6b\x46\x79\x8a\x07\xd5\x35\xa3\x3c\x45\xf1\x10\xcd\x28\x4f\xf1\x38\x1b\x9a\x51\x9e\xe2\x35\x51\x23\xa2\x37\x5d\x87\x78\x20\xa9\x46\x48\x9c\xd7\x0b\x8c\xf4\x13\x1b\x66\x4b\xf4\x13\x9d\xd6\x12\xfd\x1c\x3a\x47\x3f\xc9\x59\xd0\x12\xfd\xc4\x82\xda\x12\xfd\xd4\xe4\x48\xf4\xb3\xeb\x3a\xfa\xa9\x05\xcc\xe8\x50\x79\x30\x39\x34\xa3\x43\xe5\xd1\x20\x37\x3a\x54\x14\x7f\xd1\x8c\x0e\x15\x45\x55\x34\xe8\x90\xa2\x23\x9a\xd1\xa1\xf2\xdc\x7a\x9e\x7d\x22\x15\xd9\x69\x46\x87\xca\x83\x59\xa1\x19\x1d\x2a\xf2\xfb\x37\xa3\x43\xe5\x41\x35\x36\xa3\x43\x45\xe9\x52\x9a\xd1\xa1\xa2\xb4\x27\xcd\xe8\x50\x79\xb0\x7a\x35\xca\xb6\x3e\x1a\x2e\xc6\x79\xca\x83\xe9\xa0\x19\xe7\x29\x8f\xbe\x51\x46\xbe\xa8\xeb\x90\x4f\x93\x31\x23\x5f\xd4\xf3\x98\x62\x38\xae\x5a\x46\xbe\xa4\xbb\x20\x5f\x52\xaf\x91\x0f\xbb\x68\xcb\xc8\x27\x55\x95\x91\x4f\x53\xa5\x20\x9f\x46\x48\x41\x3e\x2c\xa8\x0d\xc7\xce\x23\xa5\x56\x90\x8f\x88\xd4\x66\x8e\x9d\xa2\xfc\x17\xcd\x1c\x3b\x45\xde\xee\x66\x5c\xa9\xc8\x9f\xde\xcc\xb1\x53\xe4\x33\x6f\xe6\xd8\x29\x41\x53\xda\xb8\x52\x09\xc4\xdd\x34\xe3\x4a\x45\x9e\xf7\x66\x5c\xa9\x84\xaa\x7b\x4e\x5a\xc8\x60\x5c\xa9\x28\xab\x45\x33\xae\x54\x02\xce\xa2\x66\x5c\xa9\xc8\xdd\xdd\x8c\x2b\x95\x00\x46\x6f\xc6\x95\x8a\x72\x5c\xb4\x37\x4f\x1b\x7d\xa9\xc8\xa0\xd1\x5a\x91\x01\xc2\xdc\x2a\x32\x74\x3d\x0f\x19\x70\x9a\x37\xb6\xfa\x04\xfc\x04\xcd\xb8\x52\x09\x5a\xe6\x2b\xf2\x0d\x5d\x87\x7c\x5a\xe6\x2b\xf2\x69\xe6\x54\xe4\x93\x0a\x37\xae\x54\xa2\x46\x9d\x71\xa5\x12\x31\x6d\x35\xe3\x43\x25\x82\x8b\x9b\xf1\xa1\x12\x41\xc2\xcd\xf8\x50\x51\xe5\x97\x66\x7c\xa8\x44\x2d\xb4\xc6\x87\x4a\xd4\x98\x30\x3e\x54\x94\xe3\xa2\x19\x1f\x2a\xaa\xfc\xd2\x8c\x0f\x15\x55\x7e\x69\x0d\x48\x14\x74\x4f\xc2\x63\xb1\xe2\x37\xe3\x43\x45\x39\x2e\x9a\xf1\xa1\xa2\x6c\x18\xad\x21\x03\x5e\x98\xd6\x91\x01\xc3\x4c\x33\x3e\x54\xa2\xd4\x43\xc7\x81\x88\xd7\xa7\x75\xe4\x93\x2a\xee\xc8\xa7\x51\xd0\x91\x41\xab\x54\x47\x06\x29\xe6\x8e\x0c\x98\x69\x5a\xa7\x9f\x44\x5f\xb5\x4e\x3f\xa5\x98\x3b\xfd\xfc\xa5\xb4\xff\xbe\x24\x77\x44\xd0\x20\x18\x72\x7c\xa8\x85\x08\xfa\xb4\x46\x79\x8a\x7c\xd8\x6d\x20\x82\x06\x08\x89\xb1\xe5\xd1\x6e\x46\x79\x8a\xf2\x51\x34\xa3\x3c\x45\xde\xf5\x66\x94\xa7\xc8\xbb\xde\x8c\xf2\x94\xa4\xc5\xcd\x28\x4f\x49\xc2\xc5\x24\xc6\x96\x3f\xbd\x19\xe5\x29\x2a\x11\xd3\x8c\xf2\x14\x95\x88\x69\x46\x79\x4a\x92\x6e\x32\xca\x53\x94\xf1\xa2\x99\x63\xa7\x24\x48\x7f\x33\xc7\x4e\x49\x42\x75\xe6\xd8\x29\x09\x8c\xde\x26\x56\x59\x2d\x67\x13\x19\xa0\x58\x6d\x22\x83\x34\xff\x44\x06\x0d\xcf\x89\x0c\x42\x0c\x13\x19\x34\xe8\x26\x32\x68\x19\x9c\xc8\x20\x34\x31\x91\x41\xc3\x0c\x02\x24\x9f\x79\x33\x02\x14\x14\xdb\xd9\x20\x40\xca\xb7\xd1\x16\x32\x60\xa1\x6a\x0b\x19\x08\xe8\x6a\x90\x23\xd5\x7a\x69\x30\x20\x15\x9a\x69\x30\xa0\xa4\xa5\x0e\x06\x94\xb0\x53\x36\x18\x50\x22\xdc\xbe\xc1\x80\x94\x7d\xa3\xc1\x72\x92\xf0\x0a\x2c\x27\x69\x01\x83\xe5\xa8\xee\x4c\x5b\xc8\x00\x85\xec\x17\xfd\xec\x6a\xd1\x4f\x8c\x0c\x1d\x06\x94\x50\x86\x1d\x06\x24\xaf\x7c\x87\x01\x29\x8b\x46\x87\x01\x25\xb6\x73\x77\x18\xd0\x62\xf2\x77\x18\x90\xbc\xe4\x9d\x6d\x39\x4a\x14\xdf\x61\x40\x69\xe9\x79\xc8\x40\xee\xbe\x0e\x03\x92\x07\xbd\xc3\x80\x94\x7d\xa3\xc3\x80\xb2\x57\xcf\x6c\x2c\x65\xc6\x52\x87\x01\xc9\xc1\xdd\x61\x40\x99\x68\x8c\x0e\x03\xca\xec\x75\xeb\x30\x20\x55\x9a\xe9\x30\xa0\xac\x5e\xc3\x80\x32\x4b\x56\x87\x01\xc9\x19\xdd\xe1\x35\xca\xd3\xd1\x6f\x52\xc3\xc3\x10\x3a\xbc\x46\x19\x36\x3a\xbc\x46\x19\x36\x3a\xbc\x46\x6e\xdd\x0e\xaf\xc9\x4d\x4f\xa7\xd7\x78\x6f\x3a\xbc\x26\xeb\xab\xc0\x6b\x94\x8b\xa3\xc3\x6b\x32\x48\xb1\xc3\x6b\x32\xa6\x98\x0e\xaf\x29\x97\xae\x0b\xb4\xf4\x4f\xfb\x2a\xca\x8d\xd1\xe1\x35\xe5\xd6\xf3\x32\x2d\xde\x27\xbc\x46\xb5\x49\x3a\xdc\xa5\xe8\xed\xc2\x5d\x0a\x1e\x93\x0e\x77\x51\x16\x8d\x0e\x77\x29\x60\xd1\x0e\x3f\x29\xcc\xbf\x6e\xbe\x95\x52\x98\x7f\x1d\xdf\x4a\x01\xcd\x77\xb8\x4b\x01\x79\x77\xb8\x4b\xd1\x9b\x87\x9f\xc8\xc9\xdb\xe1\x27\xca\xa9\xd1\x3d\x7d\x21\x85\x55\x87\x83\x14\x54\x71\x87\x83\x14\x8d\x33\x38\x48\x81\xc9\x74\x38\x88\x8a\x77\x74\x38\x48\x01\x2a\x76\x38\x48\x19\xff\x32\x5c\x74\x68\x46\x59\xba\x65\xa3\xa5\x9b\xd8\x2b\xab\x64\x9b\xea\xd0\x8c\xaa\x81\x0c\xcd\x50\xbd\x8c\x0e\xcd\x28\x68\xdb\x0e\xcd\xa8\x2c\x91\x1d\x9a\x51\x41\x83\x1d\x9a\xa1\xac\x16\x1d\x9a\x51\xf5\x02\xa1\x19\x55\xaf\x1a\x9a\x51\x89\x76\xec\xd0\x0c\xe5\xbf\xe8\xd0\x0c\x65\xca\xe8\xd0\x8c\xaa\xd7\x09\xcd\xa8\xa8\x95\x0e\xcd\x90\x27\xb5\x43\x33\x94\x37\xa3\x43\x33\x2a\x9a\xb8\x43\x33\x54\x13\xa3\x43\x33\x6a\xd4\x3d\x17\x2d\x06\x0f\x5c\x42\x19\x36\x3a\x5c\xa2\x6a\x52\xc1\x25\x2a\x08\xb3\xc3\x25\x2a\x28\xab\xc3\x25\x94\xf1\xa2\xc3\x25\xaa\x3e\x34\x5c\xa2\x76\x9d\x43\x3e\x08\x57\x87\x4b\xa8\x46\x45\x87\x2f\x28\x03\x45\x87\x2f\x54\x2c\x5b\x1d\xbe\x20\x27\x68\x87\x2f\x54\xd2\x00\x75\xf8\x42\xc5\xce\xd5\xe1\x0b\x72\x7b\x76\xf8\x82\x9c\x99\x1d\xbe\xa0\x6a\x16\x1d\xbe\xa0\xec\x14\x1d\xbe\xd0\x34\xc5\xe0\x0b\x72\x5f\x76\xf8\x82\x6a\x54\x74\x38\x41\xc3\xdb\xdd\xb3\xaa\x59\xf0\x76\xc1\xef\x0d\xf5\xd7\xc1\xef\xaa\x3c\xd1\xc1\xef\x72\x27\x76\x30\x7a\x63\x1b\x50\x07\xa3\x37\xcc\x1f\x1d\x8c\x2e\x67\x5f\x07\xa3\xb7\xa2\xbb\xd8\xf7\x53\x3d\x89\x0e\x46\x6f\xd8\xb5\x3b\x58\xbb\xa1\x56\x3a\x58\x5b\x19\x1a\x3a\x58\xbb\xe9\x3b\x80\xb5\x1b\xf8\xb6\x83\xb5\x1b\x48\xb8\x17\x64\xd7\x72\x56\xe8\xa7\xbe\x18\x58\xbb\x61\x83\xee\x60\xed\xa6\xd9\x01\xd6\x6e\xb0\xb1\x0e\xd6\x6e\x43\xad\x9b\x73\xf4\x13\xac\x2d\xc7\x63\x07\x6b\x37\x29\xa0\x8a\x0c\xfa\x7e\x60\xed\x46\xe6\x91\x0e\xd6\xee\x18\x27\x3a\x58\x5b\xb9\x23\x3a\x58\xbb\x6b\x31\x05\x6b\x2b\x07\x44\x07\x6b\x77\x29\x27\xb0\x76\xd7\x77\x07\x6b\xab\xbc\x44\x07\x6b\x77\x2d\xc2\x60\xed\x7e\xa9\x9f\x8b\x16\xcf\x03\x6b\x77\x2d\xa6\xe6\x97\x28\x2a\x4b\xd1\x1b\xf2\x69\x84\x80\xc3\x55\xa4\xa2\x83\xc3\xbb\x16\x6f\x70\x78\x07\x4a\x75\x70\x78\xc7\x97\xd3\xc1\xe1\x5d\x23\x0b\x1c\xde\xa5\x0c\xc1\xe1\x5d\xeb\x04\x38\xbc\xc3\xd4\x3a\x38\x5c\x99\x32\x3a\x38\xbc\x47\xdd\x13\xf9\x92\xee\x82\x7c\x38\x5d\x3b\x38\xbc\x13\x4c\xd0\xc1\xe1\x9d\xa0\xd0\x0e\x0e\xef\xfa\x0e\xe0\xf0\xa1\x77\x0d\x0e\x1f\xbf\xde\xe0\xdf\x97\x64\x20\x7a\xd7\x24\x36\x97\x45\x19\xd2\x85\xe6\xb2\x28\xca\x59\xd0\x81\xef\x03\xbc\xd9\x81\xef\xc3\xe9\x9c\x89\xae\x3d\xef\xdd\x5c\x16\x65\x38\xdd\xc5\x44\x57\x75\x89\x0e\xb4\x1f\x9a\x8c\x40\x7b\xe5\x3a\xe8\x40\x7b\x55\x82\xe8\xe0\xf7\x01\x41\xef\x86\xdf\x8b\x32\x18\x74\xf0\xfb\xd0\xab\x06\xbf\x2b\x83\x41\x07\xbf\x0f\x10\x6d\x07\xa3\xab\x4a\x44\x07\xa3\x0f\x4d\x70\x30\xfa\x90\x0e\x05\xa3\xab\x4a\x44\x07\xa3\x2b\xbb\x41\x07\xa3\x2b\x2f\x41\x07\xa3\x0f\x08\x73\x07\xa3\x2b\x33\x40\x07\xa3\x8f\xa8\x7e\x22\x03\x58\xb4\x83\xd1\x47\x51\x0b\x19\x08\x6d\xeb\x13\x19\x08\x4e\xea\x13\x19\x08\x39\xea\xe0\xf7\x21\x9c\x03\x7e\x1f\x78\xad\x3b\xf8\x7d\x40\x9f\x3b\xf8\x5d\xf9\x05\x3a\xf8\x5d\x2e\xd8\x0e\x7e\x57\x75\x89\x0e\x7e\x97\x43\xb6\x83\xdf\xe5\xc8\xed\xe0\x77\xd5\x85\xe8\xe0\xf7\x41\x82\xa2\x3e\x91\x4f\x4a\x1b\xfc\xae\x6a\x16\x1d\xfc\x3e\x84\x68\xc1\xef\x43\xca\x02\xfc\x3e\x96\xce\x99\x0c\x13\x4b\x68\x07\xa3\x4f\xcc\x1f\x1d\x8c\xae\xad\xf3\x1d\x2f\x85\xb6\xb9\x77\xbc\x14\x72\x4a\x76\xf0\xfb\x24\x2c\xac\x83\xd1\xb5\xb1\xbd\x5b\xf0\x55\x99\x45\xf7\xa4\x7a\x0d\x4b\xf2\x00\xbf\x4f\xb6\x7a\x0f\xf0\xbb\x4a\x1e\x0c\xf0\xfb\xe4\x3b\x0c\xf0\xfb\xe4\x7d\x0e\xf0\xbb\xdc\x90\x03\xfc\x3e\xab\xee\x02\xcf\x88\x7a\x02\x32\x60\x72\x18\xa0\xf2\xc9\xb2\x3b\x40\xe5\x73\xe8\x9c\xb2\x20\x4f\x5a\xf4\x7a\xe8\x9e\xf4\x9a\x88\xa0\x01\x2a\x9f\x98\x1c\x06\xa8\x7c\x62\xc8\x1b\xa0\x72\x95\x43\x18\xa0\xf2\x89\xf2\x1d\xf8\x1e\x26\x0c\x76\xb0\xc9\x3e\x62\x41\x1d\xa0\x6b\x39\x17\x07\xe8\x7a\xb1\x0c\x0e\xd0\xf5\x02\xa7\x0e\xd0\xb5\x5c\x78\x03\x74\xbd\xf0\x1a\x0c\xd0\xf5\xc2\x78\x36\x40\xd7\xda\xf0\x3f\x40\xd7\x0b\xaf\xc1\xc0\xde\xbf\xa2\xee\x49\xcc\x43\xd4\x5d\xec\xbd\x2c\x4c\x1c\x03\xcc\xbc\x92\xee\x49\xcf\x58\x22\x07\x98\x79\xf1\x6d\x07\xf6\x7e\xb9\xfe\x06\xf6\xfe\x85\x51\x6a\x18\x9e\x0e\x99\xad\x6f\x83\x3a\x30\x85\x98\xe5\x01\x9e\xbe\x98\xef\x43\x29\x84\x59\x27\x86\xe1\x69\x27\x33\xcd\x30\x45\xe9\x3d\x38\x7c\x98\xa2\xf4\x1e\x15\x37\x4c\x51\x7a\xd9\x8b\x87\x29\x4a\xaf\xaa\xec\xc3\x14\xa5\xf7\xc0\x97\x61\x8a\xd2\x5b\x4d\xf8\xbf\x2e\xc9\xc3\x74\xa8\xd7\xc6\xc5\x61\x3a\xd4\x7b\xac\x9d\xc3\x74\xa8\xf7\x2c\x60\xc3\x74\xa8\x57\xd2\xec\x61\x3a\xd4\xfb\x4b\x0f\xef\x3c\x4e\xd7\x0d\x5a\xba\xe7\xa4\xd5\x68\x2d\x3a\xcd\x67\x30\x1d\xea\x65\x9f\x1e\x8d\x4e\xb3\xf4\x8c\x46\xcf\xf0\xbc\x0f\xd3\x7e\x5e\x15\x0f\x86\x69\x3f\xaf\x1a\x07\xc3\xb4\x9f\xbb\x31\x63\x8c\x46\xcf\xba\xfe\xd9\xed\x9c\x86\x99\x29\x20\xef\x30\x55\x8c\xce\x2b\xc3\x86\x39\x3a\x4f\x67\xf2\x8f\xce\xd3\x21\xfd\xc3\x14\x90\xd3\x66\xd6\x61\x0a\xc8\xc9\x29\x32\x4c\x01\x39\x07\x52\x1c\xa6\x80\x9c\xd3\x04\x37\x05\xe4\x1c\x64\x6c\x98\x02\x72\x4e\xbd\x36\x05\xe4\x1c\x11\xc5\xc3\x94\x4c\x50\x9d\xeb\x81\x92\x51\x2c\xf0\xa0\x7a\xda\xc4\x39\x35\x86\xf0\x83\xae\xa3\xe4\x0e\x2a\x75\xc8\x2f\xde\xf5\x4f\xca\x76\xe9\x9d\x99\x02\x0a\x5e\x8b\x8d\x29\xa0\x91\xa3\x1f\x2a\x04\x35\x4c\x09\x85\x77\x18\xa2\x84\x14\x55\x3c\x48\xed\x22\x37\xde\x50\x04\x30\xfe\x80\x21\x25\x44\x2a\xcf\x41\x04\xb0\xb2\x42\x0c\x2a\xa8\x29\x17\xc2\xa0\x82\x9a\xc3\x92\x3f\xa8\xa0\x26\xfb\xe0\x30\x25\xb4\x14\x33\x3a\xf0\xa2\xcb\x0a\x3e\x64\x44\x22\xe6\x63\x98\x12\x0a\x91\x68\x8d\x61\x4a\xc8\x2b\x4d\xd0\x98\xca\x34\xa1\x27\x90\x2d\x43\xef\xc6\x94\x50\x58\x04\x6e\x0d\xf2\xb7\x14\x90\xd6\x30\x25\xf4\x2c\x2d\x7e\xa6\x84\x82\xc7\x7e\x3d\x30\x22\x5d\x44\x6b\x8c\xa9\xd8\x0d\xfe\x69\x4a\x28\x84\xa6\xd6\x6d\xef\x34\xcd\xd1\x51\x4b\xc3\x14\x51\xe8\x9a\x41\xaf\x21\x09\x39\xc8\xe1\xa2\x18\xeb\x41\x65\xb6\x1b\x94\x36\x4c\x49\x8d\x1c\xe2\xe8\xef\xbf\xc9\xf1\x02\x17\x1b\xda\x7b\x09\x08\x19\xeb\xe7\x5b\xce\xa5\x23\x26\xeb\xa5\xf9\x68\xc6\xa6\x50\xa5\x20\x28\xc3\xe6\xb5\xd8\x49\x91\x69\x9c\x13\x45\xac\x1a\x7e\xc3\x14\x59\x18\x70\xa7\xa9\x7a\xd9\xcc\xd5\x49\xbd\x6c\xa9\xb5\x29\x45\x06\xd3\x98\x28\xb2\x01\xfe\x9c\xe4\x80\x09\xcc\x96\x79\xc9\x0d\xaa\x7b\x5a\x0d\x17\x45\x57\x4f\x4a\xb4\x69\x73\xca\x24\x8a\x38\x30\x5e\x27\x86\xa8\x86\xb5\x7c\x62\x88\xd2\xb6\xe9\x49\x62\x4d\xdf\x75\x97\x6e\x5f\x6f\xe9\x79\xf6\x2d\x15\x72\x38\xe5\x8a\xc7\xaf\x35\x4d\xe5\xf1\xbd\x50\x90\x93\xc4\x9b\x57\x52\x4b\xf9\x78\xb8\x13\x6a\x4f\xc9\x1f\x26\x65\xda\x22\xb0\x65\x9a\x31\x6a\x29\x72\x79\x12\x2e\x1c\x00\xa8\x93\x70\xe1\xa0\xb7\x68\xee\xf8\xf0\xa0\x4a\xa7\xb9\xe3\x83\x29\xdd\xbf\x2e\xd3\x93\x0a\x6e\xda\xb6\x30\xdf\xed\x99\x9e\x16\x5e\xe0\xaa\x4e\x63\x4b\x2c\x7a\x80\xf6\x25\xf1\x4a\xd1\xb9\x89\x18\xbd\x89\xce\xbd\x88\xb4\x9d\x4a\x6c\xc3\x14\x98\x54\x70\x7b\xc0\x92\xd3\x29\x58\x84\xeb\x88\x32\x56\x45\xeb\x49\x19\xee\xa7\xe9\x3a\x1b\xc6\x19\xda\x35\x49\x6c\x73\x33\x39\x27\x89\x6d\xee\xa4\xbb\x10\x65\xac\x4f\x61\x16\xad\x20\xe7\xc4\x44\x73\x5f\x7a\xf1\xa6\xb9\x83\x03\xb1\x4d\x2a\xb8\xc9\xad\x37\x49\x6c\x13\xb0\xb5\x4d\x34\xf7\x15\x74\x17\xcc\x09\x20\x85\x49\x94\xf1\xcd\xa4\x9e\x68\x6e\x05\x56\x4d\x34\xb7\x12\xd2\x4f\x34\xb7\x42\x6a\xa6\xd7\xa7\xe5\x4d\x10\x65\x1c\x41\xa4\xd3\xc7\x9f\x01\x94\x75\xad\x82\x7a\x74\xad\x95\x21\x52\x96\xdc\x89\xa5\x4c\x31\xb4\x93\x2a\x6e\x15\x4b\xe7\x24\x69\x67\x07\xa3\x4e\x22\x8d\x95\x3c\x75\x92\xb4\x53\x93\x79\x5a\xa4\x71\x50\xe4\xc0\xa4\x8a\x9b\x94\xf2\xa4\x8a\x5b\x61\xa2\x4f\x2c\x6c\xda\x60\x3f\xcd\xc2\xb6\x14\xda\x3f\xa9\xe2\xf6\xb0\x30\x4d\x2c\x6c\x37\x35\x52\x26\x55\xdc\x1e\x48\xfd\x34\x2f\xff\x52\x86\xd9\x69\x5e\xfe\x90\xf5\x65\xf0\xf2\xe7\xa0\x27\xd8\x37\xcc\xb8\x43\xa7\x99\xdf\x78\x37\x49\xbd\x63\x1b\x38\x16\xbf\x49\x24\xb2\x16\xca\x69\x26\xb8\x90\x31\x7f\x4c\x92\x81\xaa\x48\xed\xc4\x04\xa7\x28\xd7\x49\x32\x50\x25\x0c\x9a\x41\xa5\x96\x78\x6f\x66\x82\x0b\x4a\x96\x3e\x83\x22\x82\xb8\x0b\x26\xb8\x77\x64\x06\x45\xcc\xa8\x45\x34\xf5\xa5\xbb\x50\x8a\x48\x7d\xa1\x92\x5b\xd1\x02\x42\x32\xd0\xa2\xd1\x1e\x50\x99\x5a\x78\x48\x06\xea\x34\x86\x31\xc1\x5d\x98\x0a\x67\x20\xbf\x2f\xa6\x91\x19\xf0\x4b\xe0\x36\x9b\x4a\x14\x0a\xee\x9f\x94\x6b\x5b\xfa\x32\x51\x11\x25\x6a\x99\xca\xf4\x1a\x33\x94\x6b\x53\x8c\xc5\x24\x82\xb9\x12\x61\x35\x29\xd7\x96\xd4\x33\x12\x85\x56\xcd\x74\x4c\x70\x17\x9b\xec\xa7\x99\xe0\x42\x2d\xba\x8e\x68\x71\xa7\x73\x26\xdf\xd4\x17\x23\x51\xa8\x22\xc1\xa6\xb9\xfa\x97\xcc\x81\x93\xe8\xe6\xf0\xf6\x8c\x1c\xe1\x55\xff\x34\x35\x52\x71\x46\x4f\x33\xeb\x05\xa5\xfd\x9a\x94\x72\xeb\x98\x85\x26\xfb\x3b\x1f\x8d\x35\xcc\x7a\x19\xd0\x31\x31\xeb\x75\xcd\x66\xcc\x7a\x93\xb8\x9b\x69\x66\xbd\xa0\x98\xa3\x89\x59\xaf\x48\x8d\x28\x51\x28\x20\x6f\x2a\x0c\x80\x9d\x92\x93\x52\x6e\x37\xa6\x9f\x49\xa2\xd0\xf8\x3e\x81\xfa\x2a\xff\x4c\xdc\x39\xc9\x21\x7a\xe3\xb5\x9e\x04\x4c\x5f\x97\x3a\xad\x0c\x0d\xbc\x24\x8b\x10\x58\xaa\x3b\x3d\x2d\x0a\x60\x15\x70\xcc\x54\xc9\x6d\xdd\x25\x6b\x7f\x20\x2f\x3e\x7f\x96\x99\x4b\x47\x6c\x1a\x2a\x94\x69\x5a\x24\x80\xf4\x98\xee\x5d\x7e\x8e\x40\x08\xa6\x59\x1b\x43\xf0\xba\xa2\xd1\xd2\xbf\x4d\x63\x06\x0d\x4e\xb3\x36\x86\xa8\x97\x49\x8d\xed\xa8\x4f\x69\xd6\xc6\x90\x35\xc8\x2c\x22\x20\x54\x3c\xe6\xb3\x80\x7e\x9e\x38\x26\x58\x78\x16\xa1\x1f\xfd\xdb\xdb\x87\x87\xf4\x4c\x2a\xbb\x5d\x78\x72\x27\x95\xdd\x3c\x76\xe7\x49\x65\xb7\x47\x53\x9c\xca\x6e\x01\xd2\x33\xa9\xec\x16\xb0\x7e\x4e\x2a\xbb\xc9\x71\x36\xa9\xec\x96\x96\x9e\x6e\x95\xdd\x54\xb8\x7f\x52\xd9\x4d\x89\xdc\x27\x95\xdd\x54\x38\x72\x9a\x15\x73\xe4\x70\x8d\x05\x36\x9d\xe5\x07\x19\x0c\xb0\xfb\x24\x49\xa8\x72\x74\x4c\x92\x84\xaa\xd2\xca\xac\xaa\xbb\xc2\xe0\x27\x49\xa8\xb2\x1e\x4c\xd5\x4c\xc0\x76\x3b\x49\x12\xaa\x24\xf1\x93\x24\xa1\xca\x98\x3d\xeb\x9e\xcf\x7a\x92\x24\x54\x39\x7a\x27\x25\x14\x94\x3c\x75\x2a\x49\x68\x55\x5f\x48\xc2\x28\x39\x49\x12\x3a\xde\x73\x63\x4b\xfa\x38\x49\x12\xaa\x6c\x6e\xf3\x2b\x41\xcf\x54\x82\x1e\x7c\xf0\x93\x28\x6b\x39\x4e\x27\x51\xd6\xe2\x73\xb3\x29\x3b\x0a\xf2\x11\x65\x1d\xb4\xb4\x10\x65\x1d\xbc\xee\xc9\xb6\xdd\xac\xbb\xb0\x6d\xf7\xbd\x27\x7b\xd9\x34\x33\x88\xb2\xd6\x1e\xb8\xd9\xb4\xc9\x48\x77\xd1\x26\x1c\xde\x12\x51\xd6\x8a\xe6\x9f\x8a\xb2\xc6\x0e\x39\xdb\xdc\x62\x92\x67\x5b\x5b\x9c\xec\xec\x0a\xb4\xa4\x9f\x58\x33\xdf\x25\x9e\x5a\xdc\x0a\x48\x9b\x58\x33\x6f\x4c\x5e\x13\x93\xa5\x22\x46\xa6\x4a\x2f\x48\x19\x60\xb2\x94\x8b\x7c\x62\xb2\x94\x93\x7a\x62\xb2\x94\x7b\x79\x62\xb2\xcc\xef\x3f\xb1\xa8\xeb\xcd\x63\xb2\x6c\x9a\x09\x98\x2c\x65\x0b\x9f\x98\x2c\x65\x04\x9a\x98\x2c\x65\x7c\x98\xc6\x18\x9d\x42\x5c\xa7\x31\xc6\xa5\x6a\x96\xd3\x18\xa3\x57\x52\xb1\x69\x8c\xd1\xbd\x0b\xb7\x31\x46\x77\x09\x08\x18\x63\xf4\xca\xa3\x37\x8d\x31\x3a\x05\xed\x4e\x63\x8c\x4b\x51\xcf\xd3\x18\xa3\x7b\x61\x88\xb1\x45\x77\x61\xe1\x9e\xc6\xec\x96\x2a\x4f\xce\x49\x5f\xa4\xde\x8c\x4d\xad\x25\xf0\x68\x6c\xca\xbf\x4a\xd9\xd8\x94\xbf\xf0\x8f\x4c\x63\x53\xfe\xc2\x67\x36\x8d\x4d\xf9\x0b\x86\x36\x8d\x49\x79\x85\xf7\xce\x85\x7c\x51\xd7\x19\xab\xb7\x4c\xe9\x7f\x5f\xaa\x8d\x64\x79\x25\xc0\x9b\x0b\xd1\x35\x24\x8c\x60\xf9\x4b\x0b\xc4\xc2\xdc\x80\xf1\x61\x2e\xcc\x0d\x42\x0b\x46\xae\xfc\xa5\x25\xd1\xc8\x95\xbf\xaa\xee\xd2\x69\xa9\x9b\x66\x08\xb9\xb4\xe0\x2f\x44\x9f\x6a\x21\x3a\x16\xb6\x75\x21\x3a\xa6\xf7\x75\x21\x3a\xee\xad\x75\x3d\x9b\x45\x68\x5d\x61\xb3\x08\xad\x2b\x6e\x16\xa1\x75\xa5\xcd\x22\xb4\xae\xbc\x59\x84\xd6\x55\x7e\x2c\x42\xbf\x5a\x75\x33\xfb\xac\xab\x6d\x66\x9f\x75\xf5\xcd\xec\xb3\xae\xb1\x99\x7d\xd6\x35\x37\xb3\xcf\xba\xd6\x66\xf6\x59\xf7\xb5\x99\x7d\xd6\x7d\x6f\x66\x9f\x75\xbb\xcd\xec\xb3\x6e\xbf\x99\x7d\xd6\xad\xcc\x5d\xba\x0b\xa9\x91\x08\x61\x5a\xc6\x6d\x42\x0c\xba\x67\xdf\x4c\x18\x8b\xa4\x9d\xca\x68\xb6\x54\x9d\x1a\x5a\xbb\x48\xda\xd9\xd0\xec\x0b\x7b\xa2\x6a\x42\x2c\xb8\x8d\xb2\x7a\x2d\xb8\x4d\x61\x3a\x2c\xec\x89\x62\x48\x8b\xa4\x9d\x62\x2c\x8b\xa4\x9d\x15\x06\xb1\xe0\x36\xad\xea\x9c\x29\x29\x05\x30\x2e\xb8\x8d\x90\xee\x22\x69\xa7\x10\xe4\x32\x6e\x13\x3c\xcc\x63\x39\x25\x5f\x57\xcf\x08\xe6\xc7\x00\xb6\xe0\x36\x72\xf1\x2c\x27\x33\x04\x6f\xd0\xb8\x4d\xf0\x4c\xe9\xe5\x31\x43\xe8\xbd\x18\xb7\x09\x11\x15\xb0\x64\x95\xbc\x75\xce\x94\x70\xc1\x4d\xb5\x8c\xdb\x84\xae\x77\x6d\xdc\x26\x4c\x54\xe0\x32\x6e\x13\x26\x36\xfb\x45\x75\x6a\xc7\xb4\x5d\xf0\x9a\xd8\xd5\x32\x25\x2c\x07\xda\x52\x75\x6a\x8d\x02\xaa\x53\xab\x1c\xef\xf2\x7b\xb1\x85\x05\xaf\x51\x92\xf8\xe5\xe7\x96\x40\x74\xb1\x83\x52\x89\xa7\x16\x3b\x28\x95\xed\x62\x3d\x7b\x3e\x86\xf5\xec\xf9\x18\x16\x91\x03\x72\xd0\xaf\xe7\xd9\xac\xe6\xcb\x78\xcd\x52\xbd\xed\x05\xaf\x59\xb0\x8a\x65\xbc\x66\xad\x4b\x77\xf9\x25\xdf\xad\x5a\x9a\xcb\x78\x8d\x0b\x92\xd6\x78\x8d\x0b\x4d\xd7\x99\xb9\xef\x56\xaf\x1f\x8c\x8d\x9a\xc5\xc6\x69\xdc\x8d\x29\x6c\x19\xa7\x71\xf7\xd4\x3d\x97\xdd\x05\x3e\xbf\x8c\xd3\x38\x65\x94\x59\xc6\x69\x5c\x84\x63\x2d\xe3\x34\x2e\x02\x9b\x96\x71\x1a\x17\x35\x96\x02\x2b\x03\xf6\xe7\x15\x58\x19\xde\x7b\x32\xfb\xf5\xae\x8d\xb7\xb8\x1b\xd5\xb8\x02\xb3\x1f\x1b\xc1\x0a\xcc\xfe\xa6\x73\xcc\xfe\xa6\xbb\x30\xfb\x9b\xfa\xc2\xec\x87\xfd\xac\xc8\x9c\x86\x89\xae\xc8\x9c\x2e\x3a\x47\xcf\xc6\xbf\x12\x7a\xae\x48\xa7\xa1\x03\x2b\x7e\x2d\x67\x91\xe5\xec\xd6\xb9\xaf\xe5\x2c\xb2\x9c\x69\x02\xc4\xaf\xe5\x2c\xb6\x7d\x21\x8a\x7d\x5f\xc0\x22\x02\x3d\x7a\x02\x02\x81\x8a\x57\x5c\xfb\xb2\x94\x58\xce\x40\xf2\x2b\xb1\x9c\x81\xd5\x56\xd2\x72\xc6\x3d\x13\xa2\x43\x42\x57\x42\x74\x5c\x97\x2b\x85\xcd\x1a\xbd\x92\x6c\xcc\x4c\x2a\x23\x2a\xaf\x6d\x7a\x19\x51\x71\x51\xc3\x3a\xa1\x72\xb4\x24\x27\x54\x8e\x53\x5f\x7e\xc9\x77\x49\xc9\x2c\x23\x2a\x97\x2a\xe7\x2e\x63\x23\xd7\xe5\xaf\xeb\x02\x5f\x2c\xc3\xc1\xde\x69\x39\x37\xec\xe1\x1d\x1a\x77\x75\xce\x41\xdb\x96\x61\x0f\xaf\xe0\xfb\x65\xd8\xc3\x3b\xf6\x1c\x2e\xc3\x1e\x5e\x89\x26\x97\xb9\x4b\xbd\x12\x4d\x2e\x73\x97\x7a\x07\xa1\x5c\x86\x4b\xbc\xd3\x1b\x36\x5c\xe2\x9d\x16\x31\x70\x89\x93\x54\x43\xd6\x78\xbe\xa1\xe1\x12\xef\xf4\xf6\xc1\x25\x4a\x5e\xb9\x0c\x97\x78\x47\xbc\xc0\x32\x5c\xe2\x9d\x86\xa1\xe1\x12\xef\x34\xc9\x07\xf2\xe9\xdd\x0c\xe4\x03\x57\xae\x81\x7c\x70\xac\x35\x90\xaf\xea\x9e\xc8\xa7\x29\x31\x90\x0f\x37\xeb\x9a\xc8\x87\xb3\x6f\x4d\xe4\xc3\xbd\xb7\x26\xf2\x81\xef\xd7\x44\x3e\x4c\x71\x6b\x22\x9f\xbe\xcc\x44\x3e\x8d\x74\xb3\x62\xbb\x57\x95\x99\x15\xdb\x29\x73\xe0\x32\x2b\xb6\xf3\x40\x8a\x65\x56\xec\xa5\x6a\xee\xcb\xac\xd8\xce\x4b\x5a\xb3\x62\x3b\xff\x3e\xaf\xd3\x52\xaf\xc7\x7e\x9d\xa1\xa9\x4f\x2b\x7c\xb5\xe4\x77\xe1\x2e\x4b\x1e\x21\xbe\x8a\x01\xa1\xeb\xc2\x6a\xbe\x0c\x08\x5d\x57\xd3\x3f\xb5\x8c\xf0\x76\x01\x42\x1e\x90\xb4\x00\x42\x5e\x4a\x7d\x31\x2a\x93\xbf\xae\x18\x2e\xe1\xb6\x65\x80\xe8\xba\xe2\xb8\xae\x58\x2e\x59\x65\x17\xc0\xc8\x59\xb6\x18\x77\x5d\x5a\x64\x32\x2d\x8f\x3f\x65\xd0\x7a\xb0\xd3\x5f\xb4\x34\x7e\xd4\xd2\x58\x4e\xb4\xf8\xd6\xa6\xbe\xdc\x65\x20\xc6\xa5\x4a\xcb\xa0\x89\x23\x3d\x9a\xbb\x6e\x2d\xb0\xdc\xc5\xec\xba\x2e\x5a\xac\x94\x01\x68\x6b\x79\x5a\xb8\xed\xcc\x7f\xe1\x2e\x03\x2a\x2e\xde\xf4\xda\xc0\x88\xa3\xf2\xa0\xbb\x6e\x49\xc4\x13\x0c\x8c\xb8\xc7\x78\x89\xbb\x0c\x70\xac\x75\xf3\x3c\x03\x1c\x9f\x16\x70\xf5\x52\xcb\xee\x19\x32\xf7\x74\x28\x90\xcc\xf3\x0c\x00\xb8\x90\x79\x2f\x06\x00\x5c\xb0\x04\x00\xee\xf2\xc8\x67\x61\xa8\xee\x32\x00\xe0\x88\xb8\x77\x97\x01\x00\x67\x95\x2a\xff\xb6\x4c\xbb\xcb\xa3\x03\xf5\xaa\x3d\x3a\x30\xd2\x15\xd3\xf1\x2e\x04\x9d\xeb\xb4\xd4\xb1\xc1\x3f\xf5\x38\x44\x88\xbc\xf8\x87\x6e\x4e\x5e\xee\x43\x37\x4d\x3b\xbb\xeb\xa1\x9b\x9d\x27\x98\x1e\xbf\x40\x26\xee\x22\xb0\xef\x32\x25\xe1\x2e\xac\x8a\xab\x21\x9e\x69\xe0\xc5\xf6\x52\x77\x3d\x0c\xbb\xa6\xeb\xc0\xdf\x37\x9f\xef\x01\x7f\x17\xfe\x19\xc0\xdf\x85\xbb\x04\x51\x2b\x9e\x10\xa0\x33\x17\x12\x05\x51\x24\x5d\x97\x69\xe9\x1c\x14\xe9\x66\xb0\x06\x28\xd2\x8d\xec\xa6\x65\xed\xfd\x5b\xcb\x90\xec\x3d\x74\x17\x99\x90\x18\x20\xa6\xf6\xae\x2b\xe4\xeb\x7a\xca\xfb\xe3\x4c\xfe\x3a\x13\x18\x7a\xb1\xfc\x1c\x7d\x8f\xa0\x12\x52\xd6\xc4\xb2\x1f\x67\xc6\xd7\x99\xa4\xff\xcf\x9f\xa3\xef\x11\x1b\x5e\x58\xcb\xdd\x65\xaa\xd0\xdd\x17\x92\x98\x2a\x74\xe4\xd9\x76\x97\xa9\xc2\xeb\x0a\xcf\x75\x3d\xbc\x2f\x53\x87\xee\xf6\xbc\x4b\xd4\x21\x29\xdd\xdd\x65\xea\xd0\xdd\x9d\xa7\xa0\xf2\xee\xe2\xdd\x5d\x18\x13\xa6\xbe\x42\x71\x4c\x5b\x33\xa6\x05\x8c\x5e\xee\x4a\x9a\x46\x0c\x72\x33\xa6\x45\x16\x49\x77\xd9\x76\x9b\x98\xae\x52\x62\xb8\x9e\x75\xd7\x54\x3c\xdf\x84\x4c\x04\xbd\xde\x21\x4e\x1f\xfb\x08\xcf\x6c\xc8\x91\x51\xdb\x89\x7e\xe6\xe7\xa3\x9a\xdd\x95\xc3\x1f\xef\x17\xff\x78\x3f\x16\x4e\x7d\xe1\x0c\x5c\x79\x74\x55\xf9\x00\x1b\x77\xe5\xfa\x01\x36\xee\xca\xed\xb3\xe0\xba\x2b\xf7\xaf\xd6\xf8\x6a\xcd\xaf\x27\xac\xfd\x09\xe5\xfa\x6a\xdd\x5f\x2d\xf7\x81\x47\xee\x2a\xfe\x03\xa4\xdc\x55\x9e\x0f\x90\x72\x57\x09\x1f\x40\xe4\xae\x12\xbf\x5a\xe9\xab\x95\x3f\xb0\xca\x5d\xa5\x7c\x60\x95\xbb\x4a\xfd\x6a\xb5\xaf\x56\xff\x80\x33\x77\x95\xf1\x81\x5c\xee\x2a\xf3\x03\xb9\xdc\x55\xd6\x07\x56\xb9\xab\x5e\x5f\xad\xfb\xab\xe5\x3e\x90\xcb\x5d\x6f\x94\x84\x5a\xcf\x57\x2b\x7c\x80\x9b\xbb\x14\x25\xe1\x19\x7b\x54\xe9\x99\x5a\x1a\x49\x73\x50\x34\xcf\x09\x27\xf4\x0f\xef\x8c\x70\x42\x97\xd5\x22\x3d\xaa\xe6\x72\xc5\x95\x2c\x75\x82\x01\xee\xd2\xea\x64\x06\xb8\x18\xdf\xe7\x99\xef\x26\x4b\xb5\x11\x4e\x48\x96\x68\x77\x99\x01\x2e\x92\x13\xd1\x5d\x66\x80\x0b\x6c\x77\x77\x97\x19\xe0\x9e\xe9\x74\xdd\x63\xad\xc9\x3d\xcd\x00\xf7\x90\x14\xc0\x5d\x66\x80\x7b\x96\xde\xa7\x19\xe0\x9e\xa5\x51\x60\x06\xb8\xc7\x36\xd4\xff\x7d\xe9\x37\xdb\xdc\xb3\xb4\xb4\x98\x6d\xee\x59\x85\x8f\x69\xb6\xb9\x67\xe9\x95\x35\x44\x2f\x6a\x0d\x5a\x4c\x7c\xb3\xcd\x3d\xab\x33\x79\xcd\x36\x17\xae\x87\x8e\x99\x6d\x2e\xbc\x0b\xba\xd9\xe6\x9e\xb5\x98\x88\x66\x9b\x0b\xef\x02\x6b\xb6\xb9\x40\x85\x06\x77\x99\x6d\x2e\x5c\x52\x4a\x66\x9b\x0b\xef\x22\x64\xb6\xb9\x70\xe9\xe9\x66\x9b\x0b\xd7\x52\xcb\x5c\x1e\xd7\xe0\x05\x9a\x6d\x2e\xb0\x29\xd9\x5d\x86\x8f\xc3\x1d\xf5\x4f\xd5\x3a\xa0\xd7\x9d\x45\xbb\xa9\x2f\xb6\x54\xdd\x93\x57\xdd\x71\xe9\x68\x1a\x19\x3e\x0e\x4e\xca\xc5\xf0\x71\xc0\xc0\xe1\x2e\x22\x3d\x5c\xa7\xd7\x86\x8f\x83\x1b\x7c\x68\xc3\xc7\xe1\x9d\x00\x03\x7c\x73\x31\x58\x0d\x1f\x07\xef\xe8\x99\xe1\xe3\x80\x17\xdf\x5d\x86\x8f\x03\xc9\xc8\xdd\xa5\x48\x8f\xa6\x73\x05\x83\x03\x32\x18\x3e\x5e\x55\xca\xcc\xf0\x71\x78\xde\x7e\x9a\x7c\x8f\xbe\xa6\xe1\xe3\xf0\x54\x06\xa4\xe1\xe3\xf0\xe8\xab\x18\x3e\x0e\x21\x23\x91\xe1\xe3\x00\x3d\x77\x97\xe1\xe3\x90\x84\x99\x0c\x1f\x87\x54\x79\x82\xe1\xe3\x90\x34\xe4\x0d\x1f\x07\xd2\x3a\xba\xcb\xf0\xf1\xaa\x5a\xec\x89\xf2\xc0\xb5\xe8\xae\x89\xdb\x51\x98\xd0\xf0\x71\xc8\x92\xcf\xf0\x71\x28\x17\x6f\x90\x28\x0f\xca\x78\xba\xcb\xf0\x71\x28\x41\xe7\x3a\x2d\xde\x04\x51\x1e\x45\x68\x8e\x28\x8f\x52\x79\xbb\x66\x97\x0c\x45\x0b\x3b\x51\x1e\x4d\x33\xc0\x90\x74\x68\xfa\x7e\x54\xe9\x09\x8e\x5e\x9b\x5d\x32\x34\x8d\x2c\xb3\x4b\x86\xa6\x6f\x6b\x98\x3b\x74\x8d\x64\xc3\xdc\xa1\x6b\x4c\x18\xe6\x0e\xfd\x7d\x9e\xc9\xd7\x17\x6f\xd0\x30\x77\x18\x52\x89\x44\x76\x0c\xc9\x67\x98\x7b\xd5\x9b\xc9\x6f\x98\x3b\x0c\xcd\x00\xc3\xdc\x81\x84\x3c\xee\x36\x03\x63\x18\x40\xa8\xdb\x0c\x8c\x81\xe0\x3b\x77\x5f\x2c\x2f\xc6\xf4\xdc\x6d\x18\x3b\x50\x27\xc7\xdd\x60\x6c\xb2\x54\xb8\xdb\x30\x76\x58\x66\x99\x77\x37\xd1\x1b\x57\xd0\x13\xcc\x44\x84\x71\xd5\xdd\x66\x7c\x8c\xa4\x32\x30\xac\xf0\xab\xf5\x5e\x57\x69\xe9\x9f\x66\x22\xba\x9d\x7a\x66\x7e\x9a\xcb\xec\xdf\xee\x36\xdc\x1e\xef\x5b\xfd\xb4\xe5\xf3\xf6\xea\xcb\xa2\xc5\x75\x66\x7c\x8c\xb7\xf1\x37\x77\xdf\x98\xf8\x80\x7a\xf7\x8d\x7d\x9f\x77\x7d\x13\xb9\xe1\x79\xbb\xf7\x4d\xf8\x42\xd4\x5d\x70\x7d\x33\xdf\xef\x1b\x3f\x54\xa7\xd7\x37\x7e\xa8\x47\x2d\x4c\x60\x97\xae\x33\xf9\xe2\xad\x7b\x56\xce\x15\x5a\x26\x5f\x74\xba\xae\xf3\x4f\xb5\x06\xe7\x78\xf3\x98\x30\x8d\x6d\xfc\x75\x49\xbe\x8d\x50\xc4\x88\xee\xbd\x1d\x81\x39\x4c\xbf\xdb\xac\x9b\xab\xde\xbc\x40\x47\x90\x55\xe2\x45\x38\x82\x56\x8a\xfe\x69\xa2\xc7\x8a\x08\x44\x6e\xc4\xa6\xeb\x22\xad\x45\x2b\xa1\x8d\xf8\x98\x66\xdd\x8c\xec\x2f\x74\xb7\xc3\x05\x77\xab\x2f\xb8\xe0\x20\x45\xb7\x59\x37\x23\xb9\x59\xdd\x4d\xe4\x06\x89\x46\xdd\x6d\xd6\xcd\x48\x9e\x58\x77\x1b\xb9\x89\xf9\xe2\x43\x3b\x34\xe3\xc3\x6b\x31\x72\x13\x33\x5c\xe0\xf6\x92\x0f\x89\x8c\xdc\xc4\x12\xf9\xec\x9e\x20\xb2\x5b\xd7\xc9\xa5\xaa\x73\x26\x1f\x1b\x79\xdc\x6d\xd6\xcd\x58\x35\x78\xb0\x6e\xb2\xd1\xc5\xdd\x58\x37\x09\xe6\x71\x37\xd6\xcd\xaa\x37\xa8\xa8\x8d\x84\xec\x58\x37\xeb\x7b\xcf\x4e\x4b\x4f\x37\xf9\x08\x58\x72\xb7\xc7\x3a\xed\x25\x83\xc9\xd7\xcd\xb1\xe2\x6e\xa2\x36\x3a\x8b\xe9\xfd\xe0\x11\x87\x5b\xdd\xc6\x8a\x22\xb9\xc0\xdc\x4d\xd4\xc6\x00\x4b\xdf\xc6\x8a\x22\x91\xe1\xee\x26\x6a\x63\xbc\xd7\x99\x7c\xa3\xe8\x9e\x26\xdf\xa8\x7a\x9e\xc9\x37\xf4\x3e\xcd\xba\x19\x89\xb1\x76\xb7\x71\xab\x38\x34\xfd\x8c\x5b\x45\x12\x5b\xb9\xdb\xb8\x55\xa4\xc8\x99\xbb\x1f\x5c\xa8\xaf\x0c\x13\xab\xaf\xfa\xb2\xf8\x27\xe7\x8c\x5b\xc5\xa9\xb1\x64\xdc\x2a\x52\x40\xcb\xdd\xc6\xad\xe2\x6a\x4c\x9c\x40\xe4\x8d\xa6\x26\xe5\x5b\x49\x58\xe3\x6e\xca\xb7\x5e\x28\xc3\x9b\xf2\xad\x94\x78\x72\xb7\x22\x36\xb4\xf4\x50\xbe\xf5\xaa\x7c\x4d\x22\x36\xee\x4b\x4f\xaf\xb4\x78\x83\x44\x6c\xdc\x92\x21\xe0\x06\x7e\xee\x31\xb5\xe0\x10\x99\x81\x2b\xd0\xdd\x94\x70\xa5\xd2\x8b\xbb\x29\xe1\xea\x9a\xce\x39\x5a\x3a\x67\x2e\x60\xa9\xea\x3b\x12\x41\x04\xda\xbf\x29\xe1\xea\x13\x72\x10\x99\x41\x11\x05\x77\x53\xc2\xd5\x83\x1d\x6f\x4a\xb8\x7a\x8d\x20\x4a\xb8\xfa\xc9\x38\xa4\x84\xab\x1f\x7c\x27\x22\x33\x1e\xbd\x1b\x4a\xb8\xbe\x0b\x1c\x25\x5c\x1f\xa7\xbb\x4c\x5a\x8c\x27\x4a\xb8\x3e\x8e\xe7\x51\xc2\xf5\xd1\x42\x45\x09\x57\x92\x0d\xb8\x9b\x12\xae\x4f\xd6\x3f\x4d\x3e\x4a\x15\xb8\x9b\x12\xae\x41\x73\x97\x12\xae\xb2\x0d\xdc\x94\x70\x8d\x59\x77\x49\x38\xc3\x79\xdf\x44\x66\xc4\xa2\xe7\x15\x5a\x7c\x35\x4a\xb8\x46\x2d\xd9\x49\x6a\x0e\xf9\x88\xcc\x48\x9a\x9f\x30\x46\x4c\x7c\xee\xa6\x84\x6b\x96\x62\xa3\x84\x6b\xd6\x92\x4d\x09\xd7\x0c\xb4\xbb\x29\xe1\x9a\x13\x6f\x82\x12\xae\x45\xeb\x01\xd5\x57\x09\xc6\x70\xb7\xf1\xba\x65\x89\x4f\xff\xbe\x2c\x53\x98\xb5\x48\x04\x0a\xb3\xb2\xb7\xcd\xdd\x14\x66\x25\x51\xa7\xbb\xb3\x04\xe2\x45\x50\x98\x95\xbd\x6d\xee\xa6\x30\x6b\xd3\x6b\x31\xca\xb7\xc8\xb3\xea\x6e\x0a\xb3\xb2\xdd\xc4\xdd\x14\x66\x1d\x1a\xbe\x14\x66\x1d\xd2\xd4\x14\x66\x1d\x5a\xdc\x29\xcc\x3a\x34\x94\x28\xcc\x3a\xb5\x10\x53\x98\x75\x3d\xba\x8e\x3a\x6e\xd8\xc6\xee\x22\xd1\xe9\x4b\x51\x41\x1a\x9d\xa3\x62\x8b\x06\x08\x99\xed\x44\x9f\xef\xa2\x8a\x26\xba\xa7\x2a\x9a\xe8\xe9\x54\xc4\x78\x65\x50\x45\x0c\x5e\x75\x51\xc5\x0f\x06\x39\x99\xed\x82\x14\x1b\x99\xed\x82\x16\xe9\xaa\x70\x36\x9e\x47\x66\x3b\xe2\x70\xdd\xad\x7c\xda\x9a\x0e\xca\xa7\xad\xe9\x00\xad\x7b\xd5\x23\xd9\xeb\xaa\x10\x05\xd9\xeb\xa8\x1a\xee\xee\xaa\xe4\xad\x3a\x47\x48\x9e\x26\x38\xd9\xeb\xd8\x24\xed\xee\xca\x37\x72\xba\x27\xc9\x5b\x25\x6d\x53\xf2\x4f\x24\x22\xae\xa2\xe9\x2d\x11\x57\xc1\x9e\x2a\x77\x13\x57\x41\x79\x57\x77\x13\x57\x31\xd4\x4f\xe2\x2a\x46\xd2\x3d\x23\xcf\xd3\x3d\xc9\xee\xa6\xe5\xbc\x29\x74\x92\x5e\x37\x25\x71\xa2\xd7\x8d\x90\x2d\x2d\x05\x4d\x49\x9c\x78\x2f\xec\x04\xbb\xb5\x80\xb3\x13\xec\x96\xda\x21\x76\xe2\x1e\x9c\x23\x76\xe2\xd6\x3d\x89\x81\x70\x17\xf7\x24\x06\x82\x32\x56\xee\x26\x06\x82\x82\x57\xee\x26\x06\x02\x1b\xbe\xbb\xbb\x92\x00\xe9\x9f\x24\x01\x92\xc2\x20\x06\xc2\x69\xda\x12\x03\xe1\x34\x0a\xba\x92\x00\x31\x06\xd9\xb6\xe5\xa4\x92\xd8\xb6\xe5\x24\x3b\xdb\xb6\x9c\xbe\x1f\x51\xf3\x4e\xf3\x8f\xd4\x0a\x4e\x12\xb1\x6d\x8b\xd2\x4a\xee\x66\xdb\x96\x13\x52\x26\x06\xa2\xea\xbd\xb0\x6d\xcb\x09\xb9\xb2\x6d\xcb\x4d\xfd\x13\x19\x06\x5f\x85\x6d\x5b\xde\xe9\x9f\x4a\xf4\x43\xaf\x89\x98\xa7\x3c\x94\xbb\x8d\x4b\xad\x2a\x55\xc6\xb6\x2d\x19\x36\x6e\xb6\x6d\x39\x58\xd7\xcd\xb6\x2d\xaf\xb5\x80\x6d\x5b\xfe\x62\x84\xb0\x6d\x4b\xb6\xf0\x9b\x88\x79\x19\x67\x6e\xb6\x6d\x79\xb8\xcd\xcd\xb6\x2d\x8f\x09\xee\x66\xdb\x96\xd7\xd7\x64\xdb\x96\x17\x18\x60\xdb\xd6\x83\xb9\xe2\x66\xdb\xd6\x83\x11\xe2\x66\xdb\xd6\x3b\x8b\xd9\xb6\x15\x8a\xfa\x42\xd6\x0c\x01\x9a\x29\xf9\x78\xbb\x4b\xd9\x3d\x90\x81\x6d\x5b\x51\x8b\xb7\xd2\x2e\x60\xde\xba\x15\x2d\x8f\x69\xe8\x56\xda\x85\x47\xe7\x94\x56\x62\xfc\x6b\x49\x56\x46\x86\x47\x0f\x20\x44\x47\x83\x87\xdd\x5e\xc4\x46\xbb\x9b\xdd\x5e\x59\xaf\x8c\xdd\x5e\x39\xea\x9c\xf6\xd4\xeb\x9c\xa6\x3b\x83\x95\xdd\x5e\x85\xe5\xda\xb1\xdb\xab\x3e\x6a\xb1\x69\x99\x81\xe5\x08\x92\xaf\xd8\x89\x1c\x41\xf2\x14\x99\x77\x8e\xdd\x5e\x0d\x3a\xef\x08\x92\xa7\x78\xbb\x73\xec\xf6\x6a\x20\x0d\xc7\x6e\xaf\x06\xa6\x76\x97\x36\xbd\x5e\xb4\xd8\x75\x97\xd4\x62\xd7\x5d\xd4\x3f\x51\x39\xb8\x4e\x9c\xf6\x85\xdd\xea\x99\xf6\x85\xe9\x09\x58\x83\xab\xfa\xb9\xb0\xef\xd2\x7a\xe4\x6c\xa4\xd7\xb2\x33\xa3\xa5\xdd\x6b\x5b\xe6\x09\xd8\x94\x65\x73\x74\xd8\x93\x2f\x3d\xcf\x90\xc6\xcf\x3d\xb1\x27\xcb\x6a\xee\x64\x4f\x4e\x3a\xe7\x69\xf1\x3e\x71\x98\x5e\xf0\x02\x67\xf8\xe1\xba\x19\x74\x2e\x61\x05\x67\xba\x3b\xc3\x0f\xd7\x55\xf5\xcf\xb6\xd9\xec\xdd\xeb\x30\xe5\xbd\x64\x3d\x9d\xbb\x98\x15\xf8\xba\x50\xa2\xce\xac\xc0\xd7\xd5\x90\xcf\x50\x81\x93\x99\xca\xe5\xb4\x59\xf7\x5d\xde\xfd\x00\x2e\xcb\x0f\xc0\x9b\xc8\xf4\x45\x5f\x2c\xb7\x4f\x18\x95\x73\xa6\xfa\xcd\x7f\x63\x2d\xf9\x2b\xf8\xee\x85\xb7\x54\xd5\x7a\x78\x9f\x3c\xaf\xa8\x67\xbc\x33\x53\xda\x97\xc7\x04\xe2\x4c\x69\x5f\x44\xd0\x38\x67\x4a\xfb\xf2\x78\x44\x9c\x29\xed\x8b\x48\x1f\xe7\x0a\x3d\xeb\x6a\xc9\xad\xac\x27\xd8\x5b\xba\x71\x99\xb9\x42\xcf\x86\xee\x69\xdf\xf6\x06\x40\xb8\xc2\x08\xc1\x78\xe1\x2a\xbd\x9e\xdc\xd3\x94\xf6\x75\xb3\x84\x38\x53\xda\xd7\x8d\x81\xc2\x55\xbe\x2d\x8b\x8d\x33\x3b\xed\x45\x8d\x4c\xdb\x3f\x65\xcf\x43\x76\x53\xe8\xd7\xa5\xb1\x5b\xd3\xc7\xfd\xed\x5c\xcd\xfb\x68\xad\xe5\xe3\x0c\x77\xae\x32\x92\x61\x17\xae\xaa\x9f\x5c\x37\x91\x01\xe2\xef\x6c\x91\xba\xee\x44\x5f\x6c\x91\xba\x6e\x8d\x64\x5b\xa4\x2e\xd9\xe0\xdd\x42\x06\x7c\x58\x6e\xe1\xeb\xd0\x98\x58\xc8\xa0\xd1\xba\x82\x5c\xf1\xb4\x18\x3d\x2c\xd7\xde\xbb\x6d\x1e\xf9\xf0\x7c\x42\xf9\x9c\x0f\xc4\xa9\xa0\x1a\x7d\x88\x9b\x2f\xca\x07\xc9\x9e\x69\x31\xea\xf8\x9a\x3e\x20\xbb\x45\x0f\x39\x1f\xf8\xb6\xd8\x93\x7d\xe0\xdb\x4e\xb5\x98\x01\x16\x7b\xef\x7c\x18\xdb\xbb\xf6\x81\x77\x86\xa2\xf4\x81\x77\x06\x90\xf3\x91\x6f\xcb\x3a\xe1\x8d\x01\x5d\xd4\x54\x75\x3e\x32\x73\xd6\x3f\x82\xf0\x9c\x8f\xbc\x16\x8c\x09\x3e\xf2\x69\xab\x6e\x92\xb6\x09\xe0\xe3\xe6\x7b\x76\x5e\x6e\x2e\x30\xac\x8f\x88\xc7\x62\xea\xa3\xc4\x43\x74\x2d\x4b\xe0\x69\xaf\x65\x69\xea\x9e\x88\xb7\x74\x97\xb5\xdf\x45\xcb\x12\x74\xde\x27\xc4\xc3\x4f\xeb\xb5\x2c\x4d\x3e\x91\x96\x25\xb0\x9a\x4f\x12\x5d\x77\x41\x3e\x50\x81\x4f\x71\x7f\xf1\x09\xf9\x30\xd6\x7b\x16\x30\x2d\x6e\x5e\x0b\x98\xd7\x75\x75\x1b\xd6\x5e\x11\x1f\x2c\x98\xbe\xcd\x4f\x78\xa0\xf3\x0d\x47\x26\xcb\x99\xef\x38\x32\x51\x16\xbe\x13\x48\xa8\x7e\x76\x62\x28\x75\xcf\x4e\x0c\x25\x53\xc5\xb3\x33\x52\xae\x52\xcf\xce\xc8\x0b\x63\x90\x67\x67\xe4\xd5\x74\x17\x02\x25\x59\x14\x7d\x27\x50\x92\x85\xc8\x77\xa2\x56\x58\x0a\x3c\xb1\x26\x44\x0b\x38\x4f\xac\xc9\xd5\xf4\x3c\x02\x25\xbb\x9e\xa7\x40\x49\x3d\x0f\xf9\x3a\x93\x83\x58\x93\x77\x08\x12\x6b\x72\x41\x91\xbd\x61\xae\xb5\x98\xc4\x9e\xf8\x8e\x0b\x85\xe0\x89\xef\x20\xd2\xd4\xf9\xa1\xb8\x53\x4f\x4b\x71\xa7\x3c\x61\x2a\xee\x94\x27\x4c\xc5\x9d\xf2\x04\xe2\x3b\x2c\xb6\xf4\x57\x8b\x77\x96\x75\x9d\xe2\x4e\x75\x1d\xef\x2c\xea\x9f\xbc\x33\x96\x3a\xcf\x2e\x45\x29\x2e\x3f\x79\x67\x10\x58\x3f\x79\x67\x20\x29\x3f\x91\xe1\x61\xcc\x4f\xc9\xc0\xd8\x55\xec\x2c\xf0\xc5\x2b\x76\x96\x05\xd3\x2b\x76\x16\x30\xe3\x15\x3b\x0b\x98\xf1\x8a\x9d\x05\x41\x7b\xc5\xce\x62\x13\xf7\x8a\x9d\xc5\x86\xeb\x15\x20\x1b\x78\x9e\x02\x64\x59\xea\xbc\x02\x64\xa1\xcf\x5e\x01\xb2\x18\xfa\xbc\x02\x64\x31\xc3\x3d\x0a\x66\x05\xcc\x3c\x0a\x66\x05\xe8\x3c\xc4\x73\x5c\x49\xff\xa4\x2f\xb8\x60\x1f\x42\x54\xa9\x5d\xed\x1e\x42\x54\xa9\x5d\xed\x1e\xc2\x49\x49\x7f\xeb\x1e\xc2\x49\xa9\x56\xed\x9e\x5b\x61\xbd\x93\x96\xde\x7c\xa7\xa5\x37\xaf\x73\xf4\x9a\x50\x85\xe7\xe6\x79\xa8\xb1\xe7\xe6\x79\x81\xa7\xdf\x8c\xd6\xa0\xa7\xf3\x55\x02\xbd\xbe\xf9\x2a\xf8\x26\x9e\x5b\x5f\x45\xcf\xd3\x57\xe1\x79\x8e\x37\xc1\xf8\x7c\x1c\x32\xc0\x98\x1f\x87\x0c\x40\xcc\xc7\x29\xa2\x39\xd1\xe2\xab\xe0\xb4\x7f\x3c\x2b\x11\x5f\xec\x91\xea\xe0\x8b\x3d\xbe\x6d\xf0\xe5\xf1\x7d\x9b\x0f\x0f\x30\x24\xb4\x7f\x54\x42\x71\x4f\x26\x52\x81\x85\xe1\x01\xa1\xdc\x20\x94\x07\x03\x44\x03\x61\x3e\x05\x7d\x8e\x09\xe0\x29\xe8\x42\x47\xc7\xcc\xc8\x70\xdd\x51\x2d\x74\x21\x76\xda\x07\xbc\x72\x33\xac\x1f\xf0\xca\xfd\xde\x33\x71\x17\x5e\x27\x78\xe5\x8e\x6a\x15\xee\x82\x78\xe0\x95\x5b\x9f\xb6\x82\xdc\x40\xbb\x4f\xa3\x2f\x38\x18\x9f\x46\x5f\x40\x67\x4f\x63\x81\x7e\xc2\x8b\x9f\x1e\x23\xd4\xb6\x9b\xc0\x5a\xf4\x07\x0a\xfd\x34\x16\xe9\xa7\x7c\xfe\x4d\x9f\x40\x54\x4f\xa3\x4f\x68\xc1\xa7\xb1\x50\x3f\xeb\xf3\xef\xc6\x79\x24\x6f\xe0\xa8\xc8\x80\x30\xd2\x7d\xdd\x9a\x28\x0d\x0c\xd2\x75\x0e\x0c\x72\xf3\xfe\x3a\xca\x28\x7e\xfa\x6c\x8b\xb9\xed\x79\xb0\x16\xf2\x42\x53\x9f\xee\x85\xb3\x3e\xff\xe6\xfd\x43\xbb\x9e\xce\xfb\xc7\x5e\xf8\x74\x94\x52\xfc\xf4\xb9\xf3\x0d\x06\x83\xbf\xeb\x1b\xf0\x3e\x3a\xf2\x6a\x30\xda\xa2\x7e\x89\x80\x3f\xb6\xa8\x5b\x74\xa4\xb5\x3a\x2d\xf5\x09\x59\x97\xfa\x3b\x37\x5c\xf8\xd8\xa2\x7e\x39\x4d\x36\x5b\xd4\x3f\xad\xfb\xab\xe5\x68\xf1\x74\x73\x90\x7e\x5a\x91\x16\x32\x18\x39\xb7\x68\x4c\x6b\x55\x5a\x48\x6c\x8a\xe2\x52\x38\xd8\x33\x84\x6d\x79\xd3\xa6\x28\x2e\xa7\x05\xca\x14\xc5\xe5\x08\x9e\x7a\xc6\xda\x5b\xf3\xfa\x6a\xd1\x4f\xd4\xcd\x33\xe9\x27\x8a\xe2\x99\xf4\x93\xaf\x13\xdc\xb5\xa1\xbd\xf0\xa8\x15\x69\x31\xb9\xc1\x9a\xc1\xec\xfd\x2f\x6b\x0a\x44\x41\x89\x35\x05\xa2\xa0\xb4\xd0\x84\x27\x6c\xac\x29\x3c\x7c\xd1\xa4\x73\x69\x03\x16\x81\x18\x65\x29\x9f\x00\x83\x13\x6b\x0a\x8a\x90\x82\x35\x85\x47\xcc\x4f\xff\x5c\x1b\x6b\x0a\x41\xbd\x6e\xb4\xc2\xb6\xec\x84\x20\xa0\xc6\x5d\x84\x43\x01\x08\x41\x51\x50\x4e\xff\x6c\x1b\x6b\x0a\xa1\x6f\xac\x29\x18\x0e\x7d\x59\x53\x10\x0e\x6d\x7a\xde\xda\x58\x53\x30\x1c\xfa\xb2\xa6\x20\x1c\x0a\x68\x0c\xc2\xa1\x55\x2d\xb1\x1f\x9e\x27\x08\x09\x58\x09\x40\x48\xb1\xa6\x00\x84\x14\x6b\x0a\x40\x48\xb1\xa6\x00\x84\x14\x6b\x0a\x82\x90\x5d\x2d\x20\x24\xac\x29\x00\x21\xc5\x9a\x82\x20\x24\xac\x29\x00\x21\xc5\x9a\x82\x20\x64\xd3\x75\xcf\xcf\xec\xf8\xeb\x52\x1d\x40\x97\x22\x54\x01\x74\x29\x42\x15\x84\x2e\x97\x1e\xc7\x24\x06\x1f\x04\xa1\x4b\x40\x7e\x10\xba\x84\x50\x85\x3d\x9e\xd8\x85\x97\x1e\x23\xba\xe2\x89\x41\x89\x21\xa3\x7b\x20\x54\x21\x4b\x04\xae\xd3\x82\x84\xee\x09\x5a\x90\xd0\xf3\x41\x8b\x91\x06\x39\x8b\x91\x08\x55\x60\x31\x12\xa1\x0a\x3d\x6d\x84\x2a\x68\x21\xd2\x40\xee\x3b\x42\x0e\x7d\x57\x5a\xa1\xef\x4a\x2b\xf4\x5d\x69\x85\xb1\x2b\xad\x30\x76\xa5\x15\xc6\xae\xb4\xc2\xd8\x95\x56\x18\xbb\xd2\x0a\x63\x57\x5a\x61\xec\x4a\x2b\x8c\x5d\x69\x85\xb1\x2b\xad\x30\x76\xa5\x15\xe6\xae\xb4\xc2\xda\x95\x56\x58\xbb\xd2\x0a\xeb\x54\x5a\x61\xed\x4a\x2b\xac\x5d\x69\x85\x75\x2a\xad\xb0\x76\xa5\x15\xd6\xae\xb4\xc2\x3a\x95\x56\x58\xbb\xd2\x0a\x6b\x57\x5a\x61\xed\x4a\x2b\xac\x5d\x69\x85\xb5\x2b\xad\x78\x9d\x4a\x2b\x5e\xbb\xd2\x8a\xd7\xae\xb4\xe2\x75\x2a\xad\x78\xed\x4a\x2b\x5e\xbb\xd2\x8a\xd7\xa9\xb4\xe2\xb5\x2b\xad\x78\xed\x4a\x2b\x5e\xbb\xd2\x8a\xf7\xb3\x4d\xe0\x78\x87\x6d\xf4\xc7\x9b\xfb\x7a\xb5\x78\x8f\x18\xf7\xa2\xcb\xfb\x75\xae\xec\xd7\xb9\xba\x5f\xe7\xda\x7e\x9d\x30\x1a\x0b\x62\x24\xe6\x56\x23\x35\xfa\xe7\xff\x7e\x22\xf4\xd7\xa5\x80\xd0\xe8\xc5\x7c\x27\x2d\x96\x18\x7f\xeb\x3f\xba\x0f\x4b\x8d\x77\x5f\x47\xa5\x4e\xbc\xff\x3e\xca\xd2\xe3\x9f\xef\xa3\xf4\xcb\x87\xef\xa3\xcc\x63\x1f\xbf\x8f\xe6\xef\x3e\xf0\x26\x9f\xf2\xdd\x07\x1d\xad\xdf\x4f\xd3\xd1\xf6\xfd\x34\x1d\x65\x7d\xf1\xe9\xfb\xa8\xf6\x2d\xe4\xef\xa3\xc7\x7b\xb8\xdf\xd9\x1f\x9f\xf5\x2d\xf5\xe7\x8c\x14\xd5\xcf\xfd\xb7\x33\x7a\x27\xe5\xbf\x67\xdc\x7f\x9f\x73\x73\xc6\x7f\xcb\xbb\x9d\x79\xfe\xdb\x03\x9d\x09\xdf\x6f\x63\x3b\x13\xbf\xdf\xc8\x76\x26\x7d\x7f\x83\xed\x4c\xfe\xaf\x3c\x3a\x53\xbe\xdf\xd9\x76\xa6\xfe\x57\x52\x9d\x69\x3f\x92\xfe\x8c\xc0\xed\x6c\xff\xef\x7b\x60\xf6\xc9\x48\xf4\xd5\x73\x9d\x99\xff\xed\x9f\xce\xac\xcf\xb3\xfe\x7b\x47\x19\x93\xbe\xbf\x2d\x5f\xe4\xaf\x2a\x30\x4a\xdf\x1f\x13\x28\x1e\x9f\x50\x0f\xf1\xdf\x47\xf5\xdf\xe7\xfb\xa3\xea\x68\xf8\xfe\x2f\xcb\x8a\x0c\x54\x3f\x9f\x59\x47\xd3\xf7\x7f\x03\x47\xf3\xf7\x7d\x75\xb4\x7c\xdf\x41\x47\x8f\x29\xa3\xa3\xed\xfb\xbe\x2c\x3c\x32\x68\xfd\xbc\x7c\x1d\x1d\xbf\x5b\x24\x84\x4e\x8e\x45\x22\xae\xdf\x2d\x12\x32\x78\x1d\x8b\x84\x50\xcb\xb1\x48\xc8\x00\x76\x2c\x12\xe9\x78\xbf\x99\xa3\xc7\xd4\xd0\xd1\xf0\x7d\x5f\x1d\x8d\xdf\xc3\x47\x47\xd3\xef\x16\x9f\x94\x7f\xb7\xf8\xbc\x86\xb3\xef\xc5\x47\x10\xe7\x58\x7c\x04\x75\x8e\xc5\x47\x90\xe7\x58\x7c\xd2\xf8\xd3\xe2\x93\xe6\x9f\x16\x9f\xb4\xfe\xb4\xf8\xe4\xeb\x4f\x8b\x4f\xbe\xff\xb4\xf8\x08\x6e\xfd\x66\xf1\x11\xf4\xfa\xcd\xe2\x23\x0f\xc6\x6f\x16\x9f\x1c\xfe\xb4\xf8\xe4\xf8\xa7\xc5\x27\xa7\x3f\x2d\x3e\x39\xff\x69\xf1\xc9\xe5\x4f\x8b\x8f\x3c\x21\x7f\x58\x7c\x72\xfb\xd3\xe2\x93\xfb\x9f\x16\x1f\x79\x4c\x7e\xb3\xf8\xe4\xf9\xb7\xc5\x27\xaf\x3f\x2e\x3e\xff\xcf\x45\xf9\x45\xde\x16\xd0\x12\xc3\x5e\x2c\xfd\x67\xf5\x79\xcf\x7f\xb6\xdc\x49\x92\x32\x3f\x47\x78\x9e\x7c\x24\x76\x84\xfb\xc8\x4f\x62\x47\x58\x53\xea\x67\x5d\xd3\x6a\x50\xdd\xe7\x08\x73\x5e\x3e\x13\x3b\xc2\x0c\xac\x1f\x38\xa1\xb9\x53\xc3\xe7\x08\x23\x59\xfe\x93\x5f\xe3\x48\x3d\x94\x0f\xc5\x8e\xd0\xc3\xfa\x99\x5b\x6f\x0f\x3f\xaa\xfe\xed\x61\xfd\x1c\x51\x0f\xdb\xe7\x88\x7a\xd8\x3f\x47\xd4\xc3\xf1\x39\xa2\x1e\x7e\xd6\xa8\xb7\x87\x9f\xf5\x49\x6f\xb5\x7d\x60\x8d\xfa\xdc\xee\xcf\x11\xfa\xdc\xdc\xe7\x08\x7d\x6e\x9f\x79\xa1\x3e\xb7\xcf\x5a\xa4\x3e\xb7\xf0\x39\x42\x9f\xdb\x67\x8d\x57\x9f\x65\x03\xb2\x23\xf4\xb9\xe5\xcf\x11\xfa\xdc\x3e\xeb\xce\xdb\xe7\xcf\x9a\xfe\xf6\xb9\x7d\x8e\xa8\xcf\xfd\x73\x44\x7d\x1e\x9f\x23\xea\xf3\xfc\x1c\x51\x9f\xd7\xe7\x08\x7d\xee\x9f\xb5\x5b\x7d\xee\x1f\xc8\xa7\x3e\x77\xf7\x39\x42\x9f\xbb\xff\x99\x49\xea\x73\x7f\x3e\x47\xe8\x73\xff\xac\x13\xea\x73\xff\xc0\x16\xf5\xb9\xa7\xcf\x11\xfa\xdc\xf3\xe7\x08\x7d\x7e\xe9\x5a\xf8\xf4\xf9\xb3\x26\xbf\x7d\xfe\x40\xc4\xb7\xcf\x9f\xb9\xfe\xf6\x79\xfc\xac\x4e\x6f\x9f\xe7\xe7\xc8\x3f\xf2\xc0\xbb\xd8\xd7\xe7\xcf\x88\x33\xae\xcf\x11\xc4\x19\xf7\xe7\x08\xe2\x8c\x8f\xba\x93\x38\xe3\x83\x92\x25\xce\x78\x3e\x47\x10\x67\x84\xcf\x11\xc4\x19\x9f\xa5\x55\xe2\x8c\xcf\x92\x2a\x71\xc6\x07\xe1\xe9\x13\x8c\xf2\x39\xa2\x3e\xd7\xcf\x11\xf5\xf9\xa3\xca\xde\x3e\x7f\x90\xf5\xdb\xe7\xcf\xf2\xf8\xf6\xf9\x83\xd6\xde\x3e\x7f\x54\x96\xfa\x3c\x3f\x08\x5a\x7d\x9e\xf7\xcf\x62\xaf\x3e\x4f\xf7\x39\x42\x9f\xa7\xff\x1c\xa1\xcf\xf3\xf9\x1c\xa1\xcf\x33\x7c\x8e\xd0\xe7\x19\x3f\x47\xe8\xf3\x4c\x9f\x23\xf4\x79\x7e\x54\x8d\xfa\x3c\x3f\xc8\xf7\xed\x73\xfd\x1c\x51\x9f\xdb\x8f\x1a\x7a\xfb\xdc\x3f\x47\xd4\xe7\xf1\x39\xa2\x3e\xcf\xcf\x11\xf5\x79\x7d\x8e\xd0\xe7\xf5\x51\xe5\xea\xf3\xfa\x30\x0b\xf5\x79\xb9\xcf\x11\xfa\xbc\xfc\xe7\x08\x7d\x16\xc3\xb7\x23\xf4\x79\x85\x2f\x05\x49\xbf\xd3\xa5\x90\x88\xff\x6c\xe7\x4b\x97\xff\x3a\x43\x7c\x58\x82\x45\x6f\xdb\xf9\xd2\x2d\x0f\xc2\x7f\xb6\x14\xa6\xdb\x7d\x9d\x09\xfa\xbf\xff\x39\xaa\x23\x6e\x6e\xfe\xac\xe4\xd6\xe6\xcf\x4a\xfe\xda\xfc\x59\xc9\xdf\x9b\x3f\x2b\xf9\x67\xf3\x67\x25\x1f\x36\x7f\x56\xf2\x71\xf3\x67\x25\x9f\x36\x7f\x56\xf2\x79\xf3\x67\x25\x5f\x36\x7f\x56\xf2\x75\xf3\x67\x25\xdf\x36\x7f\x56\xf2\x7d\xf3\x67\x25\x3f\x36\x7f\x56\xf2\x73\xf3\x67\x25\xbf\x36\x7f\x56\x7a\xae\xcd\x9f\x95\x9e\x7b\xf3\x67\xa5\x27\x6f\xfe\xac\xf4\x94\xcd\x9f\x95\x9e\xba\xf9\xb3\xd2\xd3\x36\x7f\x56\x0a\xf7\xe6\xcf\x4a\xc1\x6d\xfe\xac\x44\x2a\x85\xab\x72\xcf\x20\x1f\x2e\xff\x8c\xf4\x05\x03\x71\x8a\xdc\x05\x97\x7f\x22\xb1\xc2\x55\x91\x8f\xec\x09\x32\x76\xa6\x18\x37\xdf\x6f\x8a\xf2\xd3\xf2\x3e\xa3\xfc\xb4\xf4\x3a\xca\x4f\xcb\xfb\x8c\xf2\xd3\xf2\x3e\xa3\xfc\xb4\xc8\x40\xf6\x04\xf9\xe0\x13\xd9\x13\x64\x6a\x4d\x51\x7e\x5a\x3d\x4f\x7e\x5a\x64\x48\xf2\xd3\x22\x03\xd9\x13\x2e\xf6\xfd\xa4\x44\x5f\xb0\xeb\x24\x65\x3a\x20\xa6\x2e\x29\xd3\xc1\xd0\x3f\xe9\x0b\x3b\x68\x52\x56\x5a\x1c\x9e\x90\x79\x9f\x38\x14\x52\x61\xcf\xd3\x73\x3f\x13\x0b\x5d\x2a\xe5\xe7\x08\x06\xfb\x54\xea\xe7\x3f\xc8\x6a\xd0\xee\xd7\x91\x10\xf5\x8c\xd2\x7f\xfe\x43\xf8\x6f\x2a\xe3\xfd\xcf\xcd\x5e\x9a\x64\xf0\x4e\xf7\xf9\x57\xb8\x43\x2a\xeb\x73\x39\x8f\x30\xe4\xc7\xe5\x1a\xa6\x86\xfc\x7e\x75\xf3\xd7\x51\x8e\x90\x91\x12\x1b\x7a\x32\xd4\x17\x9e\x8b\x97\x42\x31\x32\xb2\xe8\xbb\x64\x68\x2f\x04\x4d\x29\x52\x8a\x35\x7c\x27\xa9\xb2\xe3\x8f\xad\xdf\xa9\xf5\xcd\x41\x9d\x0c\x75\x44\xa7\x89\xa9\x90\x02\x42\x66\x93\xa1\x8d\x9f\x17\x69\x48\xe3\xe7\x25\xb2\x3d\xef\x7d\x81\x6c\xcf\x7b\x5f\x5e\x67\x67\xa2\x5e\x1c\xdb\xf3\xde\x97\xd6\xd9\x99\x88\x67\x23\xb1\x3d\xef\x7d\x23\x86\x26\x7e\xde\x46\x7f\x3f\x25\xad\xb2\xf7\xcc\x10\xc4\xa7\x67\xed\xab\x67\xfd\xab\x67\xe3\xab\x67\xf3\xab\x67\x6b\xef\xd9\xb8\xf6\x9e\xb1\x3d\xef\xed\x99\xc1\x80\x9f\x9e\x69\x7b\x9e\x7a\x36\x9e\xbd\x67\x23\xec\x3d\x33\xb5\xff\xd3\xb3\x91\xf6\x9e\xb1\x3d\xef\xed\x99\xa9\xfa\x9f\x9e\x8d\xfa\xd5\xb3\xf6\xd5\xb3\xfe\xd5\xb3\xf1\xd5\xb3\xb9\x2f\x66\xa6\xd2\x7f\xbe\xed\xbc\xf6\x9e\xcd\x7b\xef\xd9\x74\x7b\xcf\xd8\x9e\xf7\xf6\x6c\x3e\x7b\xcf\x4c\x75\xff\xf4\x6c\xc6\xbd\x67\x6c\xcf\x7b\x7b\x66\xea\xfa\xa7\x67\xb3\xec\xef\x6c\xd6\xfd\x9d\xcd\xf6\xd5\xb3\xfe\xd5\xb3\xf1\xd5\xb3\xf9\xd5\xb3\xb5\xf7\x8c\xed\x79\x6f\xcf\xd6\xbd\xf7\x8c\x04\xcc\x6f\xcf\x96\xdf\x7b\xc6\xf6\xbc\xb7\x67\x0a\x7d\xd0\x72\xf9\x86\x3e\xa8\xc5\x52\xda\xd5\x52\x6e\x30\x7a\xa6\x94\x18\xee\x17\x0f\xd6\x91\x7a\x30\xc4\x7c\x3d\x07\x73\xc9\x57\x38\x98\x4b\xbe\xe2\xc1\x5c\xf2\x95\x0e\xe6\x92\xaf\x7c\x30\x97\x7c\x95\x83\xb9\xe4\xab\x1e\xcc\x25\x5f\xed\x60\x2e\xf9\xea\x07\x73\xc9\xd7\x38\x98\x4b\xbe\xe6\xc1\x5c\xf2\xb5\x0e\xe6\x92\xef\xeb\x60\x2e\xf9\xbe\x0f\xe6\x92\x6f\x77\x30\x97\x2c\x70\xf1\x61\x2e\xf9\x7e\x0e\xe6\x92\xef\x70\x30\x97\x7c\xc7\x83\xb9\xe4\x3b\x1d\xcc\x25\xdf\xf9\x60\x2e\xf9\x2e\x07\x73\xc9\x77\x3d\x98\x4b\xbe\xdb\xc1\x5c\xf2\xdd\x0f\xe6\x92\xef\x71\x30\x97\x7c\xcf\x83\xb9\xe4\x7b\x7d\x31\x97\xbf\xaa\x85\xec\xae\x83\xd4\x64\x77\x7f\x91\x9a\x5f\x47\xdc\xc1\x5c\xb2\xf3\x07\x73\xc9\xee\x39\x98\x4b\x76\xe1\x60\x2e\xd9\xc5\x83\xb9\x64\x97\x0e\xe6\x92\x5d\x3e\x98\x4b\x96\xb7\xe3\xc3\x5c\xb2\xab\x07\x73\xc9\xae\x1d\xcc\x25\xbb\x7e\x30\x97\xec\xc6\xc1\x5c\xb2\x9b\x07\x73\xc9\x6e\x1d\xcc\x25\xfb\xeb\x60\x2e\x59\x51\x30\x1f\xe6\x92\xe5\x65\xf9\x30\x97\xec\xfd\xc1\x5c\xb2\x7f\x0e\xe6\x92\x7d\x38\x98\x4b\xf6\xf1\x60\x2e\xd9\xa7\x83\xb9\x64\x9f\x0f\xe6\x92\x7d\x39\x98\x4b\xf6\xf5\x60\x2e\xd9\xb7\x83\xb9\x64\xdf\x0f\xe6\x92\xfd\x38\x98\x4b\xf6\xf3\x60\x2e\xd9\xaf\x83\xb9\xe4\xe7\x3a\x98\x4b\x7e\xee\x83\xb9\xe4\xc7\x1d\xcc\x25\x3f\xfe\x60\x2e\xf9\x79\x0e\xe6\x92\x9f\x70\x30\x97\xac\xe0\x82\x0f\x73\xc9\x0a\x30\xf8\x30\x97\xbc\x79\x8b\xb6\x85\x2f\x8d\x8d\x35\xe4\x34\x37\xd6\x90\xd3\xda\x58\x43\xce\xd7\xc6\x1a\x32\xa9\x39\xc4\x1a\x72\x7e\x36\xd6\x90\x73\xd8\x58\x43\xce\x71\x63\x0d\x39\xa7\x8d\x35\xe4\x9c\x37\xd6\x90\x73\xd9\x58\x43\xce\x75\x63\x0d\x39\xb7\x8d\x35\xe4\xdc\x37\xd6\x90\x49\xc1\x21\xd6\x90\xf3\xae\x68\x73\x5e\x1b\x6b\xc8\xe5\xda\x58\x43\x26\x5d\x86\x58\x43\x2e\x79\x63\x0d\xb9\x94\x8d\x35\xe4\x52\x37\xd6\x90\x49\x74\x21\xd6\x90\xeb\xbd\xb1\x86\xac\x08\xc7\x85\xb4\x44\x15\xba\xc2\xbb\xa6\xda\x7f\x05\x9b\xe7\xa9\x64\x29\xb4\x50\x91\x2e\xaa\x45\xee\x7e\x7c\xb6\xd9\x54\x64\x24\x65\x9e\xcb\xa6\x22\x63\x63\x37\x76\x46\x45\x92\x51\xd7\x65\x53\x91\xa9\x64\xde\x04\x6a\x90\xb2\xda\x2e\x13\x01\xe8\x8a\xfe\xa9\x2c\x5c\xf4\x73\x29\x0b\x17\x6f\x62\x29\x0b\x17\x5f\x85\x5d\xea\xf7\xfb\x04\x65\xe1\xea\xb4\x24\x83\xbd\xb3\x42\xfd\x81\x09\x08\x2e\xec\x60\xcf\xdc\xa5\x5c\x6e\x03\xc1\xc5\x58\xf1\x0b\x82\x8b\x29\xdf\x17\x04\x17\xb6\x56\x28\xb1\x46\x31\xa5\xeb\xa8\xd6\xeb\x8a\x29\x5c\xa7\x1c\x07\xe5\x55\xb6\x3f\xa3\xb9\xbc\xca\xf6\xc7\xd0\x5b\xae\x4d\xd5\x3b\x8e\xb4\xcf\x11\xcf\x91\xcd\x60\xac\x1e\x6d\x06\x63\xc9\xb6\x19\x8c\x23\x47\x36\x83\x31\x32\xde\x9b\xc1\xf8\x1f\x95\xb6\x5c\xb9\x37\x5b\x72\xe1\x72\xb7\x4d\x50\x8e\x7c\x7c\x37\x12\xe7\xd5\xc3\x3f\x76\xf2\x72\x6f\x06\x09\xc4\x79\xf5\xf0\xfd\x23\xce\xfd\xf1\xd5\x48\x9c\x7b\x5b\x0c\x10\xe7\xd5\xc3\xf7\x47\x9c\xcd\x17\xc0\x27\xbd\x37\xd7\xa4\xfa\xbc\xd9\x92\xd5\xe7\xcd\x96\xac\x3e\x6f\xb6\x64\xf5\xf9\xe3\x26\x57\x9f\x5f\x65\xfb\x63\xc9\x2e\xaf\xb2\xfd\xb1\x64\x17\xf7\xf1\xb5\xa8\xcf\xee\xe3\xfa\x55\x9f\xdd\xc7\x6f\xa8\x3e\xbf\xca\xf6\xc7\x92\x5d\xdc\x86\xe3\xe8\xb3\xdb\x70\x1c\x7d\x76\xf9\xc0\x83\xc5\x95\x03\x0f\x16\x57\x0f\x3c\x58\x5c\x3b\xf0\x60\x79\x95\xad\xff\xf4\x79\x1c\x78\xb0\xb8\x79\xe0\xc1\xe2\xd6\x81\x07\x8b\xbf\x0e\x3c\x58\xfc\x7d\xe0\xc1\xe2\xdd\x81\x07\x8b\xf7\x07\x1e\x2c\xfe\x39\xf0\x60\xf1\xe1\xc0\x83\xe5\x55\xb6\x3f\x78\xb0\xbc\xca\xf6\x07\x0f\x96\x57\xd9\xfe\xe0\xc1\xe2\xcb\x81\x07\x8b\xaf\x07\x1e\x2c\xbe\x1d\x78\xb0\xf8\x7e\xe0\xc1\xe2\xc7\x81\x07\x8b\x9f\x07\x1e\x2c\x7e\x1d\x78\xb0\xbc\xca\xf6\x07\x0f\x96\xe7\x3e\xf0\x60\xd9\x42\x2b\xd4\xe7\xc7\x7f\xe1\xc1\x5f\x47\x9e\x03\xf4\x95\x27\x1c\xa0\xaf\x3c\xf1\x00\x7d\xe5\x49\x07\xe8\x2b\x4f\x3e\x40\x5f\x79\xca\x01\xfa\xca\x1b\x92\x11\x3f\x7d\x6e\x07\xe8\x2b\x6f\x28\x46\xfc\xf4\x79\x1c\xa0\xaf\x3c\xf3\x00\x7d\xe5\x59\x07\xe8\x2b\x5b\xc8\x85\xfa\x1c\xee\x03\xf4\x95\xe0\x0e\xd0\x57\x82\x3f\x40\x5f\x79\x43\x2a\x7e\x40\x5f\x79\x43\x29\x7e\x40\x5f\x09\xf1\x00\x7d\x25\xa4\x03\xf4\x95\x90\x0f\xd0\x57\xb6\x50\x89\xb7\xcf\xf5\x00\x7d\x25\xb4\x03\xf4\x95\xd0\x0f\xd0\x57\xc2\x38\x40\x5f\x79\xc3\x1f\xf2\xa7\xcf\xeb\x00\x7d\xe5\x0d\x75\xf8\x01\x7d\x25\xde\x07\xe8\x2b\xd1\x1d\xa0\xaf\x44\x7f\x80\xbe\x12\x9f\x03\xf4\x95\x18\x0e\xd0\x57\x62\x3c\x40\x5f\x89\xe9\x00\x7d\xe5\x8d\x53\xf8\x01\x7d\x25\x96\x03\xf4\x95\x58\x0f\xd0\x57\x62\x3b\x40\x5f\x89\xfd\x37\xa0\xaf\x08\xb2\x00\xfa\x4a\x75\x1b\xe8\x2b\xd5\x6f\xa0\xaf\xd4\x67\x03\x7d\xa5\xa6\x0d\xf4\x95\x9a\x37\xd0\x57\x6a\xd9\x40\x5f\xa9\xf5\x07\xf4\xfd\x5d\x0d\xd6\xb6\xe1\xc1\x52\xfb\x86\x07\x4b\x1d\x1b\x1e\x2c\x75\x6e\x78\xb0\xd4\xb5\xe1\xc1\xd2\xae\x0d\x0f\x96\x76\x6f\x78\xb0\x34\xb7\xe1\xc1\xd2\xfc\x86\x07\x4b\x7b\x36\x3c\x58\x5a\xdb\xf0\x60\x91\x31\x0e\x3c\x58\xda\xd8\xf0\x60\x91\x31\x0e\x3c\x58\xb4\x33\x07\x3c\x58\xb4\x33\x07\x3c\x58\xc6\xbd\x59\x91\xcb\x70\x9b\x15\xb9\x28\x07\x7c\xd5\x3f\x9f\xcd\x8a\x5c\xc8\xa7\x2a\x2b\x72\x19\x79\xb3\x22\x97\x51\x36\x2b\x72\x19\x75\x33\x8b\x94\xd1\x36\x2b\x72\x11\x1a\xc5\x8a\x5c\xb4\xdf\x06\x2b\x72\x91\x41\x0a\x2b\x72\xd1\x7e\x1b\xac\xc8\x45\xfb\x6d\x40\xaa\x45\xfb\x6d\xb0\x22\x17\xed\xb7\xc1\x8a\x5c\xb4\xdf\x06\x2b\x72\xd1\x7e\x1b\xac\xc8\x65\xb6\xcd\x8a\x5c\xb4\x6f\x06\x2b\x72\xd1\xbe\x99\xa1\x7f\xce\xcd\x8a\x5c\xb4\xe3\x05\x2b\x72\x91\xd9\x07\x2b\x72\xd5\xce\x15\xf0\x75\xa5\xc6\x95\x12\x54\x56\xc3\x98\x91\x92\xfb\xae\x82\x31\x2f\x0c\x4b\xf5\xc2\x24\xcb\x84\xab\x17\xc9\x03\x9d\xfe\x19\xd9\x2f\x7f\xd3\x32\x53\x59\x22\x6f\x41\x35\x8c\xf9\xe2\xd6\x6a\xf8\xf2\xc5\xad\xf5\xaa\x1b\x6e\xad\x57\xdb\x12\x62\xd6\x1f\x4c\x49\x6b\x1c\x48\xb5\xbe\x78\x52\xcf\x5c\x07\x6e\xad\x2f\x96\x74\xb4\xee\x03\xc5\xd6\x17\x2c\xf2\x1e\x6e\x7f\x60\xda\xfa\x63\xb0\xa1\x15\x0e\x84\x5b\x7f\x8c\x35\xb4\xd2\x81\x77\xeb\x0b\x10\x79\xeb\x77\x39\xd0\x6f\x7d\xc1\x61\xa2\xd5\x0e\x2c\x5c\x5f\x60\xc8\x1b\xbe\xc7\x17\x32\xfe\x75\xe4\x65\xd0\xb4\xd6\x01\x86\xab\xbb\x0e\x30\x5c\xdd\x7d\x80\xe1\xea\xdc\x01\x86\xab\xf3\x07\x18\xae\xee\x39\xc0\x70\x75\xe1\x00\xc3\xd5\xc5\x03\x0c\x57\x97\x0e\x30\x5c\x5d\x3e\xc0\x70\x75\xe5\x00\xc3\xd5\xd5\x03\x0c\x57\xd7\x0e\x30\x5c\x5d\x3f\xc0\x70\x75\xe3\x00\xc3\xd5\xcd\x03\x0c\x57\xb7\x0e\x30\x5c\xfd\x75\x80\xe1\xea\xef\x03\x0c\x57\xef\x0e\x30\x5c\xbd\x3f\xc0\x70\xf5\xcf\x01\x86\xab\x0f\x07\x18\xae\x3e\x1e\x60\xb8\xfa\x74\x80\xe1\xea\xf3\x01\x86\xab\x2f\x07\x18\xae\xbe\x1e\x60\xb8\xfa\xf6\x05\x86\xff\xaa\x2a\xaa\xef\x07\x4e\xae\x7e\x1c\x38\xb9\xfa\x79\xe0\xe4\xea\xd7\x81\x93\xeb\x73\x1d\x38\xb9\x6e\xa1\xb8\x12\xe7\x71\x07\x4e\xae\x8f\x3f\x70\x72\x7d\x9e\x03\x27\xd7\x27\x1c\x38\xb9\x3e\xf1\xc0\xc9\xf5\x49\x07\x4e\xae\x4f\x3e\x70\x72\x7d\xca\x81\x93\xeb\x53\x0f\x9c\x5c\xb7\xd0\xdd\xb7\xcf\xfd\xc0\xc9\xf5\x19\x07\x4e\xae\xcf\x3c\x70\x72\x7d\xd6\x81\x93\x6b\xb8\x0e\x9c\x5c\xc3\x7d\xe0\xe4\x1a\xdc\x81\x93\x6b\xf0\x07\x4e\xae\xe1\x39\x70\x72\x0d\xe1\xc0\xc9\x35\xc4\x03\x27\xd7\x2d\xcc\x56\x7d\x0e\xf9\xc0\xc9\x35\x94\x03\x27\xd7\x50\x0f\x9c\x5c\x43\x3b\x70\x72\x0d\xfd\xc0\xc9\x35\x8c\x03\x27\xd7\x2d\x54\xf6\xed\xf3\x3a\x70\x72\x8d\xd7\x81\x93\x6b\xbc\x0f\x9c\x5c\xa3\x3b\x70\x72\x8d\xfe\xc0\xc9\x35\x3e\x07\x4e\xae\x31\x1c\x38\xb9\xc6\x78\xe0\xe4\x1a\xd3\x81\x93\x6b\xcc\x07\x4e\xae\xb1\x1c\x38\xb9\xc6\x7a\xe0\xe4\x1a\xdb\x81\x93\x6b\xec\x07\x4e\xae\x71\x1c\x38\xb9\xc6\x79\xe0\xe4\x1a\xd7\x81\x93\x6b\xba\x0e\x9c\x5c\xd3\x7d\xe0\xe4\x9a\xdc\x81\x93\x6b\xf2\x07\x4e\xae\xe9\x39\x70\x72\x4d\xe1\xc0\xc9\x35\xc5\x03\x27\xd7\x94\x0e\x9c\x5c\x53\x3e\x70\x72\x4d\xe5\xc0\xc9\x35\xd5\xdf\xe0\xe4\x2a\x90\x09\x4e\xae\x02\x99\xe0\xe4\x2a\x90\x09\x4e\xae\x02\x99\xe0\xe4\xda\xc2\x86\x93\x6b\x8b\x1b\x4e\xae\x2d\x6d\x38\xb9\xaa\x68\x2e\xc6\xd1\xaa\xa2\xb9\x80\xe1\xda\xea\x06\x86\xab\xc0\x29\x60\xb8\x0a\x9c\x02\x86\xab\xc0\x69\xd0\xf3\xe6\x06\x86\xab\x36\x9f\x03\x86\xab\x36\x9f\x03\x86\xab\x36\x9f\x03\x86\xab\x36\x9f\x03\x86\xab\xbc\xba\x80\xe1\xaa\x8d\xe2\x80\xe1\xaa\x8d\xe2\x49\xff\xec\x1b\x18\xae\x82\xb8\x80\xe1\x2a\x88\x0b\x18\xae\x02\x99\x80\xe1\x2a\x90\x09\x18\xae\x02\x99\x80\xe1\x2a\x90\x09\x18\xae\xda\xb8\x0d\x18\xae\xda\xb8\x0d\x18\xae\xda\xb8\x0d\x18\xae\xda\xb8\x0d\x18\xae\xda\xb8\x0d\x18\xae\xf2\x6c\x02\x86\xab\xc0\x29\x60\xb8\x0a\x9c\x02\x86\xab\xc0\x69\xfb\x57\xf2\x9a\x2a\xdc\xda\xd4\x95\xb5\xe1\xe4\xaa\xfd\xde\xe0\xe4\xaa\xfd\xde\xe0\xe4\xaa\xfd\xde\xe0\xe4\xaa\xbd\xd9\xe0\xe4\xaa\xe2\x45\xe0\xe4\xaa\xe2\x45\x43\xff\xec\x1b\x4e\x6e\xda\xa9\x0d\x4e\x6e\xda\xa9\x0d\x4e\x6e\xe4\xde\x14\x32\x6e\xe4\xde\x14\x32\x6e\x54\x4d\x15\x32\x6e\xe4\xde\x14\x32\x6e\xe4\xde\x14\x32\x6e\xf7\xb3\x21\xe3\x66\x28\xf2\x45\xc6\xed\x56\x9a\xed\x8b\x56\x22\x4b\xee\xa0\xb5\xa3\xe6\x76\xef\xa8\xb9\xdd\x3b\x6a\x6e\x64\xe5\x57\xfe\xab\x76\x93\x9a\xbe\xea\x79\x63\xc3\xd0\xed\x9e\x07\x86\x6e\x2f\x6a\xe4\xdf\xee\x3a\x30\x74\xfb\x31\x21\xd2\x72\x07\x86\x6e\x2f\x5a\xf4\xb4\x9e\x03\x43\xb7\x17\x29\xd2\xef\x17\x25\x5e\x9f\x23\x69\xc3\xd0\xcd\xe5\x03\x43\xb7\x1f\xff\x1c\xad\x7a\x60\xe8\xf6\xe3\x9b\xa3\xd5\x0f\x0c\xdd\x5e\x64\xc8\xb7\x70\xf3\xc0\xd0\xed\x45\x85\x36\x84\x9b\xbf\x0e\x0c\xdd\xfc\x7d\x60\xe8\xe6\xdd\x81\xa1\x9b\xf7\x07\x86\x6e\xfe\x39\x30\x74\xf3\xe1\xc0\xd0\xcd\xc7\x03\x43\x37\x9f\x0e\x0c\xdd\x7c\x3e\x30\x74\xf3\xe5\xc0\xd0\xcd\xd7\x03\x43\x37\xdf\x0e\x0c\xdd\x7c\x3f\x30\x74\xf3\xe3\xc0\xd0\xcd\xcf\x03\x43\xb7\x6d\x27\x96\xfa\xfc\x5c\x07\x86\x6e\xcf\x7d\x60\xe8\xf6\xb8\x03\x43\xb7\xc7\x1f\x18\xba\x3d\xcf\x81\xa1\xdb\x13\x0e\x0c\xdd\x9e\x78\x60\xe8\xf6\xa4\x03\x43\xb7\x27\x1f\x18\xba\x3d\xe5\xc0\xd0\xed\xa9\x07\x86\x6e\x4f\x3b\x30\x74\x7b\xfa\x17\x86\xfe\x75\x64\x1c\x40\xb9\x3d\xf3\x00\xca\xed\x59\x07\x50\x6e\xe1\x3a\x80\x72\x0b\xf7\x01\x94\x5b\x70\x07\x50\x6e\xc1\x1f\x40\xb9\x85\xe7\x00\xca\x6d\xdb\x6d\xa5\x3e\x87\x78\x00\xe5\x16\xd2\x01\x94\x5b\xc8\x07\x50\x6e\xa1\x1c\x40\xb9\x85\x7a\x00\xe5\x16\xda\x01\x94\x5b\xe8\x07\x50\x6e\xdb\x4e\xa9\xb7\xcf\xf3\x00\xca\x2d\xac\x03\x28\xb7\x78\x1d\x40\xb9\xc5\xfb\x00\xca\x2d\xba\x03\x28\xb7\xe8\x0f\xa0\xdc\xe2\x73\x00\xe5\x16\xc3\x01\x94\x5b\x8c\x07\x50\x6e\x31\x7d\x01\xe5\xbf\xaa\xa5\x16\xf3\x81\xa1\x5b\x2c\x07\x86\x6e\xb1\x1e\x18\xba\xc5\x76\x60\xe8\x16\xfb\x81\xa1\x5b\x1c\x07\x86\x6e\x71\x1e\x18\xba\xc5\x75\x60\xe8\x96\xae\x03\x43\xb7\x74\x1f\x18\xba\x25\x77\x60\xe8\x96\xfc\x81\xa1\x5b\x7a\x0e\x0c\xdd\x52\x38\x30\x74\xdb\x76\x2b\xa9\xcf\x29\x1d\x18\xba\xa5\x7c\x60\xe8\x96\xca\x81\xa1\x5b\xaa\x07\x86\x6e\xa9\x1d\x18\xba\x6d\xbb\x92\xde\x3e\x8f\x03\x43\xb7\x34\x0f\x0c\xdd\xd2\x3a\x30\x74\xcb\xd7\x81\xa1\x5b\xbe\x0f\x0c\xdd\xb2\x3b\x30\x74\xcb\xfe\xc0\xd0\x2d\x3f\x07\x86\x6e\x39\x1c\x18\xba\xe5\x78\x60\xe8\x96\xd3\x81\xa1\x5b\xce\x07\x86\x6e\xdb\x8e\xa1\xb7\xcf\xf5\xc0\xd0\x2d\xb7\xdf\x60\xe8\x26\xc4\x09\x86\x6e\x42\x9c\x60\xe8\x26\xc4\x09\x86\x6e\x4a\x77\x04\x86\x6e\x4a\x69\x04\x86\x6e\x4a\x69\x24\x40\xa1\x94\x46\x60\xe8\x26\xa4\x0a\x86\x6e\x42\xaa\x60\xe8\x26\xa4\x0a\x86\x6e\x42\xaa\x60\xe8\xa6\x94\x46\x60\xe8\xa6\x94\x46\x41\xcf\x5b\x1b\x86\x6e\x4a\x69\x04\x86\x6e\x32\xe9\x82\xa1\x9b\xf0\x2e\x18\xba\x09\xef\x82\xa1\x9b\x4c\xb3\x60\xe8\x26\xd3\x2c\x18\xba\xc9\x34\x9b\xf4\xcf\xb1\x61\xe8\xf6\x26\x31\xe2\x09\x6f\x12\x23\x9e\x20\x58\x09\x86\x6e\x82\x95\x60\xe8\x26\x58\x59\xf5\x4f\xbf\x61\xe8\xa6\x78\x39\x30\x74\x53\xbc\x1c\x18\xba\x29\x5e\x0e\x0c\xdd\x04\x47\xc1\xd0\x4d\x70\x14\x0c\xdd\x04\x47\xc1\xd0\x4d\x70\x14\x0c\xdd\x54\x4b\x13\x0c\xdd\x54\x4b\xb3\xe9\x79\x6b\x03\xca\x5d\x46\x5c\x80\x72\x57\xfa\x21\x80\x72\x17\xa8\x05\x28\x77\x81\x5a\x80\x72\x57\xc2\x21\x80\x72\xbf\xda\x06\x94\xfb\xd5\x37\xa0\xdc\xaf\xb1\x01\xe5\x7e\xfb\x0d\x28\xf7\xfb\xd9\x80\x72\x27\x37\xbb\x80\x72\x77\xf7\x06\x94\xbb\x41\xc6\x17\x28\x77\x72\xb3\x0b\x28\x77\x72\xb3\x0b\x28\x77\x83\x8a\x2f\x50\xee\x06\x15\x5f\xa0\xdc\x0d\x26\xbe\x60\xb8\xbb\xbc\x81\xe1\xee\xca\x06\x86\xbb\xa3\x6a\x13\x90\xba\xbf\xf0\x50\xad\x73\x57\x5b\x7f\xe1\xa1\x9e\x39\x0f\xf8\xdb\x7f\x8c\x86\xff\x50\x17\x7d\x47\x8e\xbc\xda\x17\x39\x7a\x5a\xee\x40\xc6\xfd\xc7\xb1\x4c\xeb\x39\x90\x71\x7f\x11\x23\x2f\xd5\xc7\x03\x19\xf7\x17\x2d\xf2\x09\x7c\x3e\x90\x71\x7f\x91\x62\xa2\x55\x0f\x64\xdc\x7f\xa2\xb6\x68\xf5\x03\x19\xf7\x17\x21\x16\x5a\xf3\x40\xc6\xdd\xaf\x03\x19\xf7\xe7\x3a\x90\x71\x7f\xee\x03\x19\xf7\xc7\x1d\xc8\xb8\x3f\xfe\x40\xc6\xfd\x79\x0e\x64\xdc\x9f\x70\x20\xe3\xfe\xc4\x03\x19\xf7\x27\x1d\xc8\xb8\xef\xd1\x5a\xf4\x79\xdb\xd7\xff\xf6\xb9\x1e\xc8\xb8\x3f\xed\x40\xc6\xfd\xe9\x07\x32\xee\xcf\x38\x90\x71\x7f\xe6\x81\x8c\xfb\xb3\x0e\x64\xdc\xc3\x75\x20\xe3\x1e\xee\x03\x19\xf7\xe0\x0e\x64\xdc\x83\x3f\x90\x71\xdf\xf6\xe4\xab\xcf\x21\x1c\xc8\xb8\x87\x78\x20\xe3\x1e\xd2\x81\x8c\x7b\xc8\x07\x32\xee\xa1\x1c\xc8\xb8\x87\x7a\x20\xe3\x1e\xda\x81\x8c\x7b\xe8\x07\x32\xee\x61\x1c\xc8\xb8\x87\x79\x20\xe3\x1e\xd6\x81\x8c\x7b\xbc\x0e\x64\xdc\xe3\x7d\x20\xe3\x1e\xdd\x81\x8c\x7b\xf4\x07\x32\xee\xf1\x39\x90\x71\x8f\xe1\x40\xc6\x3d\xc6\x03\x19\xf7\x98\x0e\x64\xdc\x63\x3e\x90\x71\x8f\xe5\x40\xc6\x3d\xd6\x03\x19\xf7\xd8\x0e\x64\xdc\xb7\x8d\xed\x6f\x9f\xc7\x81\x8c\x7b\x9c\x07\x32\xee\x71\x1d\xc8\xb8\xa7\xeb\x40\xc6\x3d\xdd\x07\x32\xee\xdb\x06\x76\xf5\x39\xf9\x03\x19\xf7\xf4\x1c\xc8\xb8\xa7\xf0\x85\x8c\x7f\x1d\x89\x07\xfc\xed\x29\x1d\xf0\xb7\xa7\x7c\xc0\xdf\x9e\xca\x01\x7f\x7b\xaa\x07\xfc\xed\xdb\xe6\xf4\xb7\xcf\xfd\x80\xbf\x3d\x8d\x03\xfe\xf6\x34\x0f\xf8\xdb\xb7\x4d\xe8\xea\x73\xbe\x0e\xf8\xdb\xf3\x7d\xc0\xdf\x9e\xdd\x01\x7f\x7b\xf6\x07\xfc\xed\xf9\x39\xe0\x6f\xcf\xe1\x80\xbf\x3d\xc7\x03\xfe\xf6\x9c\x0e\xf8\xdb\xb7\xcd\xe3\xea\x73\x2e\x07\xfc\xed\xb9\x1e\xf0\xb7\xe7\x76\xc0\xdf\x9e\xfb\x01\x7f\x7b\x1e\x07\xfc\xed\x79\x1e\xf0\xb7\xe7\x75\xc0\xdf\x5e\xae\x03\xfe\xf6\x72\x1f\xf0\xb7\x17\x77\xc0\xdf\x5e\xfc\x17\xfc\xfd\xbb\x1a\x2c\xcf\x81\x8c\x7b\x09\x07\x32\xee\x25\x1e\xc8\xb8\x97\x74\x20\xe3\x5e\xf2\x81\x8c\x7b\x29\xbf\x41\xc6\xbd\xef\x1b\xf6\x7a\xdf\x37\xec\xf5\xb1\x6f\xd8\xeb\x63\xdf\xb0\xd7\xc7\xbe\x61\xaf\x8f\x7d\xc3\x5e\x1f\xfb\x86\xbd\x3e\xf6\x0d\x7b\x7d\xec\x1b\xf6\xfa\xd8\x37\xec\xf5\xb1\x6f\xd8\xeb\x63\xdf\xb0\xd7\xc7\xbe\x61\xaf\x8f\x7d\xc3\x5e\x1f\xfb\x86\xbd\x3e\xf6\x0d\x7b\x7d\xee\x1b\xf6\xfa\xdc\x37\xec\xf5\xb9\x6f\xd8\xeb\x73\xdf\xb0\xd7\xe7\xbe\x61\xaf\xcf\x7d\xc3\x5e\x5f\xfb\x86\xbd\xbe\xf6\x0d\x7b\x7d\xed\x1b\xf6\xfa\xda\x37\xec\x8d\x6b\xdf\xb0\x37\xae\x7d\xc3\xde\xb8\xf6\x0d\x7b\xe3\xda\x37\xec\x8d\x6b\xdf\xb0\x37\xae\x7d\xc3\xde\xb8\xf6\x0d\x7b\xe3\xda\x37\xec\x8d\x6b\xdf\xb0\x37\xae\x7d\xc3\xde\xb8\xf6\x0d\x7b\xe3\xda\x37\xec\x8d\x6b\xdf\xb0\x37\xae\x7d\xc3\xde\xb8\xf7\x0d\x7b\xe3\xde\x37\xec\x8d\x7b\xdf\xb0\x37\xee\x7d\xc3\xde\xb8\xf7\x0d\x7b\xe3\xde\x37\xec\x0d\xb7\x6f\xd8\x1b\x6e\xdf\xb0\x37\xa8\xf8\x23\x64\x3c\xa8\xf8\x23\x64\x3c\x0c\x32\xbe\xc8\x78\xf8\x7b\x43\xc6\x83\x8a\x3f\x42\xc6\xc3\xa0\xe2\x8b\x8c\x07\xf5\xcc\x85\x8c\x87\xdf\x77\xc6\x0d\xbf\xef\x8c\x1b\x7e\xdf\x19\x37\x7e\x20\x22\xad\x72\x60\xe1\xf1\x63\x48\xa4\xd5\x0e\x2c\x3c\x7e\x8c\x88\xb4\xc6\x01\x78\xc7\x0b\x11\xf9\xb2\xfe\xcc\x05\x31\x7e\x7c\xc6\xb4\xee\x03\xf0\x8e\x9f\xd8\x42\x5a\xfe\x00\xbc\xe3\x27\xae\x90\x56\x38\x00\xef\x78\x21\x21\xa3\xe7\x49\x07\xe0\x1d\x2f\x1c\xe4\x9d\x3e\xe5\x00\xbc\xe3\x85\x82\x8c\xb7\xa7\x1d\x80\x77\x3c\xfd\x00\xbc\xe3\x19\x07\xe0\x1d\x5b\x2a\x27\xbd\x95\x67\x1d\x80\x77\x84\xeb\x00\xbc\x23\xdc\x07\xe0\x1d\x5b\xaa\x26\x49\x17\xfc\x01\x78\x47\x78\x0e\xc0\x3b\x42\x38\x00\xef\x08\xf1\x00\xbc\x23\xa4\x03\xf0\x8e\x90\x0f\xc0\x3b\x42\x39\x00\xef\x08\xf5\x00\xbc\x23\xb4\x2f\xc0\xfb\x57\xb5\x30\x42\x3f\xb0\xf0\x08\xe3\xc0\xc2\x23\xcc\x03\x0b\x8f\xb0\x0e\x2c\x3c\xe2\x75\x60\xe1\x11\xef\x03\x0b\x8f\xe8\x0e\x2c\x3c\xa2\x3f\xb0\xf0\x88\xcf\x81\x85\x47\x0c\x07\x16\x1e\x5b\x4a\x24\xf5\x39\xa6\x03\x0b\x8f\x98\x0f\x2c\x3c\xb6\x34\x48\x6f\x9f\xeb\x81\x85\x47\x6c\x07\x16\x1e\xb1\x1f\x58\x78\xc4\x71\x60\xe1\x11\xe7\x81\x85\x47\x5c\x07\x16\x1e\x5b\xaa\x23\xf5\x39\xdd\x07\x16\x1e\xc9\x1d\x58\x78\x24\x7f\x60\xe1\x91\x9e\x03\x0b\x8f\x2d\xad\x91\xfa\x9c\xe2\x81\x85\x47\x4a\x07\x16\x1e\x29\x1f\x58\x78\xa4\x72\x60\xe1\xb1\xa5\x30\x7a\xfb\xdc\x0e\x2c\x3c\x52\x3f\xb0\xf0\x48\xe3\xc0\xc2\x23\xcd\x03\x0b\x8f\xb4\x0e\x2c\x3c\xf2\x75\x60\xe1\x91\xef\x03\x0b\x8f\xec\x0e\x2c\x3c\xb2\x3f\xb0\xf0\xc8\xcf\x81\x85\x47\x0e\x07\x16\x1e\x5b\xba\x21\xf5\x39\xa7\x03\x0b\x8f\x9c\x0f\x2c\x3c\x72\x39\xb0\xf0\xc8\xf5\xc0\xc2\x23\xb7\x03\x0b\x8f\xdc\x0f\x2c\x3c\xb6\x94\x41\x6f\x9f\xe7\x81\x85\x47\x5e\x07\x16\x1e\xe5\x3a\xb0\xf0\x28\xf7\x81\x85\x47\x71\x07\x16\x1e\xc5\x1f\x58\x78\x94\xe7\xc0\xc2\xa3\x84\x03\x0b\x8f\x12\x0f\x2c\x3c\x4a\x3a\xb0\xf0\x28\xf9\xc0\xc2\xa3\x94\x03\x0b\x8f\x52\x0f\x2c\x3c\x4a\x3b\xb0\xf0\x28\xfd\xc0\xc2\xa3\x8c\x03\x0b\x8f\x32\x0f\x2c\x3c\xca\x3a\xb0\xf0\xa8\xd7\x17\x16\xfe\x75\xe4\x3e\x00\xef\xa8\xee\x00\xbc\xa3\xfa\x03\xf0\x8e\xfa\x1c\x80\x77\xd4\x70\x00\xde\x51\xe3\x6f\x00\xef\x10\xac\x04\xf0\x0e\xc1\x4a\x00\xef\x78\x73\xc1\xf3\xd4\x37\x17\x3c\xf7\x7f\xf3\xbd\x03\x98\x14\x1a\x20\xd0\x20\x53\x29\x80\x77\xc8\x54\x0a\xe0\x1d\x0a\x1b\x00\xf0\x0e\x85\x0d\x00\x78\x87\xc2\x06\x00\xbc\x43\x70\x14\xc0\x3b\x04\x47\x83\x9e\x57\x37\xc0\x3b\x04\x47\xa3\x9e\xd7\x37\xc0\x3b\x14\x36\x00\xe0\x1d\x8a\x0d\x00\xf0\x0e\x45\xb1\x02\x78\x87\x8c\xb1\x00\xde\x21\x63\x6c\xd2\x3f\xf3\x06\x78\x87\x40\x2d\x80\x77\x08\xd4\x02\x78\xa7\x60\x65\xfd\x97\x81\x6f\x0a\x71\x82\x85\xa7\x10\x67\xd5\x4d\xe6\x86\x85\xa7\x50\x25\x58\x78\x2a\x89\x3b\x58\x78\xca\x8a\x0a\x16\x9e\xb2\xa2\x82\x85\xa7\x12\xbc\x83\x85\xa7\x12\xbc\x83\x85\xa7\x12\xbc\x83\x85\xa7\x90\x2a\x58\x78\x0a\xa9\x36\x3d\xaf\x6e\x58\x78\x0a\xa9\x76\x3d\xaf\x6f\x58\x78\x2a\xc1\x3b\x58\x78\x2a\xc1\x3b\x58\x78\xaa\x28\x3f\x58\x78\xba\xb8\x61\xe1\xe9\xd2\x86\x85\xa7\xcb\x1b\x16\x9e\x4a\xa0\x02\x16\x9e\x4a\xa0\x02\x16\x9e\xd4\x91\x14\x16\x9e\xd4\x91\x14\x16\x9e\x7e\x6c\x58\x78\xbe\x75\x24\xb9\x0b\x75\x24\x85\x85\xe7\x73\x6d\x58\x78\x1a\x8a\x7c\xb1\xf0\x7c\xf6\x0d\x72\xf3\xd9\x37\xc8\xcd\x67\xdf\x20\x37\xc9\x2b\x2d\x2b\xf1\x7c\xa8\x90\x4d\x61\x86\xf9\x50\x01\x9c\x74\xb5\xf3\xa1\x7a\x3b\x75\x0d\xa7\x50\x63\xb8\x2e\x4d\xac\x49\x6a\x14\xaf\xb7\x41\x6a\x14\x4f\x49\xb1\x29\x34\x18\xe2\xa5\xe9\x34\xc9\x36\xad\xf4\xba\x93\x7a\xfc\xef\x73\x85\x02\xa3\xb2\xdd\xb1\x2b\x7f\x92\x50\xc5\xeb\x9b\x05\x2a\xb1\x90\x54\x78\x06\xaa\x7e\xb3\x3d\x70\x06\xaa\x7e\x93\xa5\x7c\x06\x64\xa2\x2e\xe8\xa4\x9e\xbf\x52\xfe\xce\x40\x55\xf3\x8c\x84\x81\xaa\xe6\x6c\x71\x9c\x01\x79\xa8\xa9\x39\x85\xf2\xe2\x50\x9f\x74\x05\xcb\x69\x9c\xdf\x47\xe5\xef\x09\x6f\x09\x81\x19\xaf\xff\x1c\x79\x43\xf9\x7f\x46\x1a\xa9\x5e\x3c\xb5\x2a\x27\xa9\x5e\x3c\x85\xd6\xa6\x52\xbd\xd4\xe8\xaf\xd9\x7e\xe6\x02\x29\x5f\xbc\x46\x8e\x52\xbe\xd4\xfc\x6b\x8e\xfd\xcc\x1e\x52\xbf\xa8\xa8\xf4\x24\xf5\x8b\x12\xea\x4e\xa5\x7e\xa9\xd5\x5f\xcb\xfb\xab\x5d\xbf\xe6\xd5\xaf\xfe\xf8\x6b\x0e\x7f\xad\xee\x55\xd6\x64\x46\x55\xa9\x67\xd6\x29\x2d\xcc\x7b\x1d\xff\xe7\x8c\x2a\xba\xf3\x06\xe3\x5b\xaa\xc4\x5f\xdd\xfb\x8b\xf2\x6b\x93\x54\x31\xca\xb5\x3d\xd3\xbb\x35\x81\x67\xce\xca\x7f\xed\x9e\xdc\x85\xf4\x31\xfe\xd6\xd5\x9a\xe3\xea\xeb\xd6\x47\x52\xc9\x78\x36\xb6\x4e\xa5\x92\xf9\xf5\x26\xec\x8d\x45\xfe\x4b\x21\x91\x99\x55\x33\x9e\x77\xad\x0d\xc7\x3d\xbd\x65\x55\x26\x9b\x8e\x55\xce\x6d\x6a\xd3\x71\xff\xf5\xf6\x75\xbd\x32\x44\x94\x5f\x47\x78\x0a\x41\x47\x53\x1b\x8d\xc7\xa5\xe7\xe9\x09\xcc\x06\x52\x09\x4f\x6d\x38\x1e\x37\x32\xfc\x7a\x3f\x92\x55\x9b\x8f\x7f\x5d\x3d\xfb\xcf\x51\x55\xf7\x47\x19\x4f\xaa\xfb\x5f\x23\xf8\xab\xde\x3c\x5f\x52\x51\xe9\x9f\x33\xe9\xd7\x7b\xf9\x19\x5b\x6f\x65\x7f\xde\x79\x79\xd7\x2d\x7a\xfe\xfe\x27\x1f\x47\x7f\xdb\x43\x6d\x65\x1e\xf5\xd7\xaa\xfb\xb3\xba\xb2\xa5\xd9\xa3\xd4\x67\x69\x9f\xff\xe8\x3c\xe3\xc7\xeb\x49\x83\x16\xa3\xb0\x30\x66\x48\xac\x3c\x0d\x6a\x78\x65\xe9\x98\xec\x11\x52\x1d\xfe\xa9\x0d\x3d\x53\xdf\x72\xfe\x2b\xa2\x6e\x6a\xcf\xcf\xf6\x8a\xd8\xf7\xe3\x49\xca\x3e\x09\xc9\xf4\x5a\x18\x15\x92\xf9\x6b\xb8\xd8\x04\xe2\x0a\x85\x66\xfe\x3a\x3a\x9e\xd7\x20\x34\x09\xd1\xf4\x5a\xcc\x14\xa2\xb9\x4d\x66\x42\x31\xdf\xc9\xdc\xca\x3e\x99\x15\x8a\x79\x4c\x66\x42\x32\xdf\xc9\xac\x90\xcc\x63\x32\x13\x9a\xf9\x4e\xe6\x36\xf7\xc9\xfc\xd6\x05\xfa\xf7\x64\xee\xd7\x3e\x99\xe5\x44\xff\xcd\x64\xc6\xa1\xfe\x4e\xe6\xb7\x7e\xd0\xf7\x64\xee\xcf\x3e\x99\xe5\x20\xff\x9a\xcc\xcf\xd7\x64\xc6\x69\xfe\x4e\x66\x39\xcd\x7f\x33\x99\x31\x67\xbe\x93\x59\xe6\xcc\x7d\x32\xf7\xf5\xf3\x4d\x31\x4c\xbe\x93\x59\x86\xc9\x6d\x32\x63\x9c\x7c\x27\xb3\x8c\x93\xdb\x64\x16\x92\xfc\xcd\x64\x16\x72\x3c\x26\x33\x86\xc9\x77\x32\xcb\x30\xf9\x9b\xa9\x22\xa4\x79\x4c\x66\x70\xe4\x3b\x99\x67\xfc\xd3\x64\x16\xa6\xfc\xcd\x64\x9e\x75\x9f\xcc\xef\xbe\xa8\xef\xc9\xfc\xee\x8f\xfa\xfb\x64\x7e\xf7\x4d\x7d\x4f\xe6\x39\xf7\xc9\xac\x38\xd4\x6d\x32\x13\x34\xf0\x4e\xe6\x75\xef\x93\x19\x23\xea\x3b\x99\x09\x1a\x78\x27\x33\xee\x7e\x4d\xe6\x25\x23\xea\x3e\x99\x7f\x1d\xbd\x8f\x19\xbb\x2e\xb7\xcd\xd8\x85\x0b\x5f\x33\x76\xc9\xd8\xfa\x3d\x63\x97\x8c\xae\xdf\x33\x76\x61\x7c\xd5\x8c\x5d\x18\x58\x3d\x95\x06\x16\x06\x56\x9f\xd4\x07\xfa\x49\x71\x8d\x05\xdc\xf5\x20\xe8\x75\x91\x1d\xcc\xb7\x14\x1f\x17\xfb\x08\xcf\xa4\xa4\xc3\x32\xe8\x1b\x5a\x8c\x31\xbb\xfb\xfb\x0c\xe9\xa7\xd2\x1d\x9e\xab\xa7\xf1\x3c\x6f\x6a\xaf\x75\x93\x1a\x2c\x3c\xff\x3d\x73\x2b\x05\x58\xee\x3d\x3d\xeb\xae\xa9\x50\x2e\x6e\x19\x8c\xfe\x75\x26\x3c\xd7\xf8\x3e\xe3\x29\x6a\x3c\x43\x9c\xfe\xab\x07\x06\xaf\x43\x2b\x29\x86\x50\xbe\xcf\x58\xa8\xc1\xb5\xc2\xb3\xda\x4a\x21\xd6\xe0\x57\xe2\x4c\xfc\x93\xa4\x44\xe7\xfe\x4e\x52\x22\x75\x7f\x2b\x69\xf9\xa3\xa4\xf5\x8f\x92\xb6\x3f\x4a\xda\xff\x28\xe9\xf8\xa3\xa4\xf3\x8f\x92\xc2\x6e\x99\xcf\xeb\x8d\xfc\x55\xeb\x06\x66\x32\x6a\xcc\xa4\x6d\x29\xf8\xad\xe5\x69\x31\xbe\x54\xc3\xe9\xd6\x3f\x19\x83\xd4\x84\x58\x8a\x59\xa0\xa0\xe8\x52\xbc\x82\xd3\x39\x98\xfd\x53\xaf\xeb\xb9\x5f\x78\xbc\xcc\x28\x6d\x55\xec\xad\x45\xe9\x12\xea\x28\x2c\x6a\x40\xa9\xce\xee\x32\xfa\xe0\x54\xf0\x7c\xc9\x18\xdd\x74\x1d\x45\x39\x87\x5a\x8b\x16\x23\x19\x23\xb4\x87\x3e\xac\x87\x2a\xbf\x7d\xa6\x47\xb2\x1a\x4d\xb0\x5c\xe4\xd6\xa2\x48\x21\xb5\x2a\x96\x0c\xcc\xa4\xc4\x5a\xcf\xa7\x40\xe3\x5f\xd5\xf1\x92\xdd\x99\xe2\x22\xeb\x29\x5f\x2d\x96\x65\xaf\xce\xb5\xaf\x16\xd5\x60\x58\xf0\x56\xa0\x1a\x0c\x09\x2d\x97\xb8\x02\xa5\x76\x97\x71\x84\xcf\x3f\xfd\xd7\x3f\x4d\xa0\xe7\x41\x04\x59\x88\x43\x7f\x2b\xec\x2c\x2a\x2f\x3a\x7d\x40\x78\x82\xa3\xbc\xc9\xa2\xf2\xa2\xa3\x9c\xdc\xa2\xba\xa9\x78\xc2\x32\x33\xa2\xf3\x30\xa8\x65\x26\x44\xe7\x29\x78\xbb\xcc\x7c\xf8\xf9\x67\xf8\xfa\x67\xe4\x1c\xf2\x53\xeb\xd4\x13\xac\xbe\x0c\xcb\x3a\x0f\xab\x5e\xd4\x33\xf5\xa4\x57\x59\x66\x02\xfc\xfc\x73\x7c\xfd\x73\xd2\x62\x79\x4c\x6b\xff\x67\x76\xfb\x3f\xb3\xdf\xef\x99\x9f\xaf\x7f\x86\xaf\x7f\xc6\xfd\x9e\x54\x47\x5f\x7a\x67\x6f\x1d\x54\x06\x98\x99\xd1\x2c\x7f\xe9\xaf\x96\x99\xd0\x3e\xad\xfb\xab\xe5\xbe\x5a\x40\x0b\x4d\xb9\xf2\xec\x53\xa7\x30\x91\x48\x6c\xb3\x0a\x8b\xd2\xa3\x7f\xf2\x8d\x80\x43\xab\xf0\x8d\x60\x84\xcb\x70\xaa\x95\x27\xb5\x96\xbd\x4f\x07\x97\x5b\x64\xf8\x76\x30\xc2\x65\xd8\xd4\x29\xed\xcc\x32\x6c\xea\x94\xae\x66\x19\x36\xb5\x02\xa8\xd6\x5a\xfb\x3f\xcd\x04\x66\x89\xbd\xad\x75\x53\x7c\x8d\xf7\x69\xa6\x2f\x17\xba\xce\x79\xce\xf1\x74\x33\x79\x59\x95\x66\x6b\x05\x5a\xf4\xc5\x4c\x5d\x56\xb3\xd9\x5a\x70\x55\x60\xca\xaa\xf0\x6f\x2d\x02\x95\x05\x82\x9c\x78\xcb\x60\xad\x55\xd2\xb6\x16\xdc\xba\x33\xea\x0c\xaa\x5a\xf5\x78\x6b\xc1\x9b\xa9\x07\xb5\x1a\x7d\x29\x7c\x77\x03\xad\x2e\x00\x5a\x57\xa3\x9c\x1c\xa0\x75\x09\xb4\x7a\xdd\x85\x11\xa9\x37\x2f\xb0\xfa\x9e\x1b\x5f\xe7\xe6\xd7\xb9\xb5\x9f\x53\x34\xa7\xce\x19\x10\xfd\x9c\x73\x5f\xe7\xfc\xd7\x39\xeb\x75\xd2\x32\x6c\x5b\xe4\x2d\xbf\xab\xb5\xe2\xb6\xe9\x63\xf5\xf2\xd5\xaa\x5f\xad\xf6\xd5\xea\x5f\xad\x41\x8b\x37\x68\x60\xf4\xb5\x91\x2c\x03\xa3\x2e\x50\x01\x6a\x0d\x46\xb9\x16\xc6\x71\x7f\xb5\x34\x0a\xe8\xf5\x08\x5f\xad\xf8\xd5\x4a\x5f\xad\xfc\xd5\x42\x06\xac\x53\x6b\xd4\xaf\x96\xb6\x89\x33\x3e\x07\x32\x08\x38\x0d\x64\xf8\x35\x0a\xfe\xbe\x2c\x0f\xc4\xd3\x80\x1c\x6b\xdb\x79\xbe\xe6\xb5\x95\xf3\x5a\x54\x33\x4a\xe4\x08\x5e\xd3\x7d\xb5\xfc\x57\xeb\xf9\x6a\xc9\xcd\xcf\xe4\x78\xeb\x5a\xaa\xa5\x60\x4e\x5a\x0a\x48\x7d\x5b\x5c\x67\x13\xce\x5f\x42\x7b\x36\x89\xad\xe0\xe3\xaf\x96\x55\x61\x35\x43\xac\xb5\xf8\xa7\xb2\xed\x2e\xfe\xa9\xbc\x0c\xba\x8b\xb6\xbe\x71\x97\x5b\x28\xd4\xa6\x91\xbf\x15\x20\xca\x3d\x6f\x19\x33\xb9\xe7\x2d\xa3\x24\xf7\xbc\x65\xbe\xb1\xbc\x52\xfe\x36\x4f\xdb\x5a\xa6\x91\xfd\x1d\x51\x3b\x5e\xe7\x9e\x9f\xcf\xf0\xab\x15\x3e\x1f\xcc\xdf\x31\x7e\x3e\x98\xbf\x63\xfa\x2c\x21\xfe\x8e\x0c\x02\xab\xc9\xea\x6f\x99\x15\x90\xe1\xc6\x20\xf0\xca\xf0\x06\x6d\xdc\xb4\x14\xea\xcc\x5d\x14\xb4\xf1\x70\x9d\xb8\x91\x55\x3e\xf5\xb7\x82\x36\x1e\x9e\x2e\x5e\xf4\xd0\xcf\x37\x68\x43\xf7\xdc\x52\xc9\xfa\x5b\xd6\xf5\xac\x96\x6c\xca\x7a\x82\x6c\xca\x3c\x41\xdc\x28\x23\xad\x38\x89\xde\xa7\x02\x8a\x79\x9f\x4e\xd9\xa0\x6d\xfa\x79\xa7\x6c\xd0\xa6\x9c\xbc\x53\x36\x68\x2b\xa7\xe7\x9d\xb2\x41\x5b\x09\x3b\xef\x94\x0d\xda\x90\x88\x77\xca\xf8\xdc\x75\x9d\x8c\xae\xb4\x94\xf1\x79\x72\x17\x65\x7c\x9e\xdc\xe5\x51\xa8\xc2\xa4\xb5\x8f\x02\xf7\x3c\x5f\xad\x40\x32\xde\x4c\x2b\x7e\x2a\x3d\x79\xf7\xa4\x4f\x4d\x32\xef\x0c\xd0\xa8\x26\x99\x77\x38\xc8\xa9\x49\xe6\x1d\xe6\x50\x6a\x92\x79\x87\x63\x9c\xa4\xa5\xde\xe1\x14\xc7\x40\xe9\x1d\xf0\x86\x9a\x64\xde\xe1\x0c\xbf\x75\x4f\x1c\xe1\xd4\x24\xf3\x0e\x27\x38\x35\xc9\xbc\x03\xde\x50\x93\xcc\xbb\xa0\xba\x71\xf4\x53\x85\xf7\x12\x77\x89\xaa\xef\xc5\x13\xa2\xea\x7b\x71\x17\x79\x51\x7f\x6a\x92\x79\x8a\xb7\xab\x26\x99\x57\xf1\x76\x6a\x92\xf9\xb7\x78\xfb\x4f\x4d\x32\xef\x92\xea\x7b\xf1\xb6\x54\xcb\x6e\xf0\x0e\xe4\x35\xfd\xa9\x49\xe6\x29\xf7\xae\x9a\x64\xfe\x2d\xf7\x1e\xf9\x26\x49\xf5\xbd\x74\x27\x6a\xac\x75\x9d\xa3\x96\xd9\xcd\xfb\x93\x87\x34\x6e\x7d\x1e\x9f\x9a\x64\xde\xe1\x1d\x45\x8d\x7a\x87\x67\xf4\x53\x93\xcc\x3b\x3c\xa3\xd4\x24\xf3\x94\x8b\x57\x4d\x32\xef\xe4\x11\x8d\x9f\x3e\xe3\x11\xa5\x26\x99\x57\x39\x79\x6a\x92\x79\x95\x93\xa7\x26\x99\xa7\x9c\xbc\x0a\x69\x7a\xca\xc9\x7f\x5a\xf9\xa7\xf5\xb7\xa5\xda\x53\x69\x5e\x35\x36\xfd\x5b\x69\x7e\x32\xe0\x70\x86\x52\x47\xd3\x53\x69\xfe\xd3\x1a\x5f\x2d\x6a\x5e\x06\x75\x6c\xed\xad\xa2\xfa\x9b\x88\x87\xb3\xd2\x05\x5e\x6d\x89\x5f\x2d\x60\xbf\x06\x9c\xea\xb8\x3e\x3a\x67\xfd\xa4\xc6\xa6\x57\xdd\x79\xea\x68\x7a\xd5\x9d\xff\x69\xf5\xaf\x16\xfd\x2c\xbc\xee\xa2\xda\x9c\x0c\x08\x9c\x90\x4e\x1f\x4e\xc5\x0f\xb4\x28\x2c\xb5\x78\x13\x14\xb0\xa3\xc6\xa6\x77\x14\xb0\xa3\xc6\xa6\x77\x4b\x55\x2e\x4d\x5a\xaf\x02\x76\x86\x66\xbd\xbf\x28\xd6\x67\x35\x36\xbd\x7f\xd3\xf0\xeb\x9c\x52\xef\x4f\x5a\xe9\xff\x7e\x6a\x6c\x9a\xcd\xee\xa7\xc6\xa6\xd9\xd5\xfe\xf7\xd6\xd8\x34\xeb\xdc\xff\xde\x1a\x9b\x66\x4b\xfb\xa9\xb1\x69\x56\xb3\xff\xbd\x35\x36\xbd\xbf\xf5\x74\xee\xa2\x94\x2b\x8d\xbb\x28\xe5\x8a\x21\x48\xef\xef\xf8\x51\xca\x66\x4b\xfb\xa9\xb1\xe9\xfd\x2d\x44\x4e\x3f\x8d\x76\xab\xc6\xa6\xf7\x4a\xb3\xd2\xf4\x3c\xfa\xe2\x74\x4f\x6a\x73\x1a\xde\xf2\x5e\x9b\x65\xcd\xe0\xe3\xfd\x5b\xcf\x54\x2d\x8a\xeb\x31\x01\xbc\xb6\xb5\x36\xde\x19\xdb\x5a\x31\x19\x7a\xcf\x96\x56\x6a\x6c\x7a\xaf\xe2\x7a\x17\xb2\xb3\x9d\x95\x52\x7b\xde\x6b\x3b\x6b\x57\x4b\x05\x2a\xf5\x04\x55\x6f\xbd\x69\xa9\x7a\xbd\xee\xc9\x64\x0e\xbc\x09\xed\x51\x68\x5c\xa7\x8d\x08\xcc\x0e\xcf\x26\x04\x0a\x69\x7a\xd5\xe3\xa7\x90\xa6\xf7\xda\x80\xb0\xb8\x27\x1b\x10\x28\xa4\xe9\xbd\x36\x1f\x0c\x64\x7f\x89\x3c\xef\xd3\x7f\x88\x2f\xf6\xb0\xff\xbd\x85\x34\xbd\xf7\x1b\xbb\xf5\x5e\x11\x61\x46\xcb\xbd\x57\x44\x58\xe3\x3a\x2d\x48\x91\x37\xaf\x05\x29\xd1\x17\x2d\x46\x8c\x64\xcf\x62\x44\x21\x4d\xef\xb3\x0a\x70\x22\x11\x7c\xee\xd6\x98\xd0\x42\xa4\xd1\xfa\x86\x64\xf0\x84\xbc\x2b\x2d\x9f\x77\xa5\xe5\xf3\xae\xb4\x7c\xde\x95\x96\xcf\xbb\xd2\xf2\x79\x57\x5a\xbe\xec\x4a\xcb\x97\x5d\x69\xf9\xb2\x2b\x2d\x5f\x76\xa5\xe5\xcb\xae\xb4\x7c\xd9\x95\x96\x2f\xbb\xd2\xf2\x65\x57\x5a\xbe\xee\x4a\xeb\xff\x13\x76\x66\x47\x92\xf3\x38\x10\x76\x89\x22\xc1\xcb\x1c\x9e\xfe\x9b\xb0\x31\xf8\x52\x55\xdd\xf3\x47\xec\xbc\x35\x5b\x2a\x89\x10\x2f\x24\x8e\x44\x1a\x3f\x0f\xad\x34\xff\x3e\xb4\xd2\xfc\x79\x68\xa5\xf9\xf3\xd0\x4a\xf3\xef\x43\x2b\xcd\x9f\x87\x56\x9a\xdf\x43\xeb\xff\x6e\xcd\x69\xfe\x7d\x9e\xa5\xf9\xf3\x3c\x4b\xf3\xe7\x79\x96\xe6\xcf\xf3\x2c\xcd\x9f\xe7\x59\x9a\x3f\xcf\xb3\x34\xff\x3e\xcf\xd2\xfc\x79\x9e\xa5\xf9\xf3\x3c\x4b\xf3\xef\xf3\x2c\xad\x9f\xe7\x59\x5a\x3f\xcf\xb3\xb4\xfe\x3e\xcf\xd2\xfa\x79\x9e\xa5\xf5\xf3\x3c\x4b\xeb\xe7\x79\x46\x65\xfe\xcf\x02\x56\x45\x1d\x2d\x8c\xb7\x9a\x8e\x5a\x7c\xe2\xc8\xe7\x3f\xf6\xf3\x77\x27\xff\xfc\xdd\x29\x3f\x7f\x77\xea\xaf\xdf\x9d\x9f\x1b\xe2\xb9\x3f\x7f\x77\xc3\xcf\xdf\xdd\x1f\x36\xbb\x44\x35\x7c\xd9\xec\x12\xd5\xf0\x65\xb3\x4b\x6f\x35\x7c\x4d\xdb\xfb\xc3\x66\x97\x2c\xfc\xb0\xd9\x25\x0b\x3f\x6c\x76\xc9\x7c\xc3\xbf\xa3\xe8\x5a\xa7\xa5\x6b\x7f\xc6\xb2\x6e\xb4\x4e\xf3\x0d\xbf\x9f\xa5\x96\xbb\xfa\x0f\x1b\xbe\xb9\x2d\xf9\x8e\xac\xdf\x79\x0d\xdb\x81\x0c\xe6\x36\xe3\x3b\xd0\xdb\xcd\xed\xc4\x77\xb8\xf5\x33\x51\x1b\xbf\xf4\x33\x68\x79\x80\xec\xf1\x10\x81\x64\x6e\x03\xbe\x83\xcd\xc4\xfc\x10\xb9\x03\x7d\x9f\xba\xf9\x77\xb8\xdd\x3e\x51\x37\xff\x0e\xbe\x04\x75\xf3\xef\x30\xbd\xe1\x8f\x7c\xad\x70\xd0\x53\x37\xff\x0e\xc6\x9d\xba\xf9\x77\xbc\xef\x9b\x5c\x43\x3e\x3f\x44\x4a\x3a\xc8\xe0\x87\x48\xb1\xa5\x7e\xfe\x91\xaf\x36\x0f\x49\x48\xd4\xcd\xbf\x03\x85\x84\xba\xf9\xb7\xb3\xb8\xa9\x9b\x7f\x07\xdb\x07\x75\xf3\xef\x60\x9b\xa3\x6e\xfe\x1d\x86\x0c\x51\xf2\x2d\x5a\xc8\x90\x75\x27\x63\x04\x0e\xb2\x88\x0c\xa8\x35\xe6\xc7\x4d\xd9\x0d\x89\xfc\xb8\xa9\x71\xe9\xed\x2e\xc3\xa3\x2f\xe1\xc7\xcd\x6e\xf5\xec\xad\xb1\x88\x8c\x93\x23\xdb\x64\x51\x72\xf0\xdb\xa4\x71\xa2\x07\x09\x39\xc0\x81\xd4\xf1\xcf\xfb\xf0\xbd\x13\x72\x24\xbe\x46\x42\x8e\xc2\x1b\x08\x64\xc6\x1b\x91\x2c\x31\x4e\x89\x31\x4c\x92\x51\xbf\x73\x7b\xfb\x9d\xfa\x1d\x32\x9a\xfa\xf2\x47\xc6\x9e\x38\x80\x2c\x31\x4e\x1c\x6a\xe6\x36\xe3\x3e\xa3\xde\xa0\x79\xa8\xa7\x20\x1f\x3b\x93\x25\xcd\x43\xc6\xc9\x90\x0f\x55\xd1\x1c\x43\x95\xa2\x6f\x6a\x8c\x53\xe2\x29\xa6\x71\x42\x76\x93\x7c\x7a\x0a\xf3\x90\x03\xdd\x4c\xf2\xd1\x6b\x23\x50\xbb\xea\x29\x8c\x61\xd2\xfb\x90\x2f\x21\x83\xe3\xab\x32\xf5\xcd\x0c\xf9\xd2\xf8\xc7\x36\x6d\x6e\x36\x28\x93\xdd\xdf\x0c\xd1\x13\x83\xe2\xb0\xac\x44\x2d\x33\x93\xe8\xdc\x99\x99\xa2\x68\x52\xe6\xb0\xec\xf6\xcd\xc4\x73\x58\x76\x3b\x5b\x9a\x39\x2c\x2b\x7b\xf3\x59\x1c\x96\xdd\xce\xf6\x6c\x0e\xcb\x4a\x59\xba\xb3\x78\x5f\x2a\x43\x9b\x35\xb4\x6a\x35\x1f\x3e\xd3\x53\xdc\x7d\x72\xb4\x94\x32\x43\x1b\xf8\x9c\x1e\x99\x52\x7a\x43\x86\x4c\xd5\x90\xa9\x6b\xbe\x04\x93\x16\x88\x9b\x45\x1a\x55\x35\x92\x79\x94\x4a\x0f\x5a\x04\x1e\xa1\xd2\xdf\x0d\xce\xcd\x1b\x59\xa6\x01\x73\xf3\x46\xdd\x87\x2f\xe1\xe6\x8d\x1e\x34\x5d\x0a\x55\x35\x86\xee\x74\x77\x52\x47\xc7\x33\x37\x6f\xb4\xa6\x6d\xc4\xcd\x1b\xf9\x00\xf8\xcd\xcd\x1b\x65\x4d\x3d\xf3\x8f\x7c\x3d\xbe\x77\xfa\x16\x7a\x17\x13\xc4\xa3\x54\x5a\xe4\xb8\x33\x8f\x44\xe9\x65\xe9\xed\xb8\x7b\x30\x99\x98\x43\xd9\xa2\x43\xd5\x1c\xca\x7e\xbe\x8b\x43\xd9\x32\xd1\x7d\xad\x42\xf5\xa8\x2d\xdb\x61\x6c\x5b\xda\x96\x1d\xc6\xe6\xbd\x90\xc1\x21\x6c\x6f\x0f\x7d\x71\x08\x9b\x8f\x26\xab\x43\xd8\x76\xde\x3b\xff\xc8\x57\x87\x16\x9c\xc3\xd7\x5c\xb5\xf5\x3a\x7c\xcd\xa1\xeb\x29\x2e\xdf\xa8\x8c\x91\xc3\xd7\x1c\x34\x91\x1d\xbe\xe6\x73\x19\x69\x87\xae\x3d\x6a\xf1\xbb\xa6\x58\x46\xd3\x1b\xa8\x8a\x02\xb2\xb0\xa6\xaa\x28\xf4\xa5\xb1\x34\xaf\xae\xf9\x11\xd1\x22\x6f\x77\x4d\xb1\xb6\xf7\x4e\xf3\xb1\xcd\x3c\xd3\x35\xc5\x16\x38\x3a\xad\x41\xca\x73\x75\x67\xf5\x2f\xaf\x6d\xd9\x21\x6b\x89\x97\x9e\x39\x2e\xad\x17\x3d\xce\x1a\xa4\x3c\x95\xb1\x6d\x14\x5d\xba\x7c\x6b\xc7\xa5\xb9\x63\xf2\x32\xd7\x30\xdb\xd4\xaa\x6a\xb8\xe8\x86\x9e\x42\x25\x25\x94\x22\x73\x0d\xb3\xdd\xc8\x33\x3b\x99\xd5\xa8\x29\xe6\x1a\x66\xad\x68\xb4\xe6\x1a\x66\x8b\x8f\x5a\x9e\x59\xdd\x8b\x7e\x07\x55\x67\xd5\x33\x5d\xbe\xf1\xe8\x9a\xaa\xf6\x30\x7b\x28\x30\x55\xf5\x05\x1d\xcf\x96\x1e\xe8\xa7\xe3\xd9\x16\xb4\x6e\x1d\xcf\xb6\xae\x5e\x3b\x9e\xed\x41\xc7\x6a\x67\xfd\x15\xbd\xcf\xc7\xcf\xde\x6b\xd7\xfb\xa9\xcd\xcd\xbd\x09\x75\x6b\x5f\x72\x6f\x42\x0b\x3a\xf4\xa8\x0e\x15\xde\x6b\x2e\xdf\xc0\x14\x68\x54\x87\x7a\x67\x0f\xd5\xa1\x1e\x63\x8d\x51\x1d\xaa\x26\x7a\xe6\xde\x84\x16\x34\xeb\xdc\x9b\xd0\xf6\x65\xa4\x07\xfb\xcb\x40\x3e\xe7\xdb\xcd\x47\x63\x3b\x58\x7f\x9a\xc9\x1e\x83\x53\x9a\x8e\x55\x0f\xb0\xe9\xef\x7c\x71\xad\xbc\x6c\xed\x9f\xae\x95\x97\x3f\xea\xff\x3f\xb6\xe4\xa9\xa1\xe5\x43\xb8\xb2\x5e\x5f\x1d\xc2\x95\xf5\xde\xa4\x93\xb9\xb2\x5e\xc2\x54\xcb\x28\x7b\xa4\xdf\xf9\xd0\xe6\xce\xd2\x74\x6d\xbc\x6e\xac\xae\xe6\x9a\x78\x1b\x53\x77\x36\x96\x3b\x02\xb9\x26\x5e\xa3\x36\x6f\xd7\xc4\xdb\x9f\x15\xea\x2d\x9f\xba\x31\xe8\x9a\x4f\xdd\xa2\x0f\x48\x41\xad\x47\xcb\xcf\xb5\xf0\xba\xb4\x99\xba\x16\x5e\x37\x1a\xbc\xb9\x06\xde\xcb\xa5\x67\xae\x81\xb7\x2c\x3d\xcf\x35\x70\xbb\xda\x06\x5d\xfb\x2e\x49\x7a\xa5\x6b\xdf\xf5\x3d\x2c\x5c\xfb\x2e\x2d\xeb\x77\x3e\x75\x1f\x4d\xd6\xc5\xd0\x4a\x06\x27\xb4\xa8\x57\xcb\xd6\x5d\x20\xd9\x82\xde\xe0\x47\x47\xc1\xb2\x6a\x0b\xed\xb4\xeb\xda\xa2\xa5\xb7\x6f\xa6\xa0\xae\x1d\x26\x0f\x43\xeb\x2e\x90\x72\xd4\x72\x24\x90\x65\x01\x36\x15\xd4\xea\xbc\x61\x53\x90\x49\x47\x8e\x23\x81\xdd\x2c\xee\x1d\xf4\x5b\x15\x65\xe2\xdb\x6c\xaa\x35\x6c\xbe\xa2\x5b\xb2\x73\xd6\xd1\xe2\x96\xec\x5c\x74\x28\x50\x54\xab\x6a\x41\xba\x25\x3b\x37\x6d\xe0\x14\xd5\xea\x3a\x80\xdd\x92\x9d\x87\xbe\x0d\x45\xb5\xc6\xd4\xdb\xfd\xf8\xd8\xd2\xf5\xdc\x92\x9d\x37\xb6\x6b\x73\x4b\x76\xde\xda\xa8\xdc\x92\x9d\x37\x58\xce\xdc\x0f\x92\xaf\xf4\x27\xf7\x83\xe4\xdb\x19\x8b\xc3\x1c\xdd\x6a\xf9\x1c\x7d\x34\xda\x8e\x76\xca\x73\x79\x9f\xa3\x9d\x12\x75\x5c\x39\xda\x29\x51\x8b\xdc\x63\xc8\x4b\xd6\xc6\xe8\x31\xe4\xe5\x1d\x43\x8f\xff\x29\xa6\x0d\xf5\x10\x4c\xac\x79\xe1\x36\xf6\x52\xa4\x1f\xba\xdf\xa5\x54\x7d\x41\x47\x50\xa5\x62\xf3\xb6\xc3\xf1\x08\x80\x37\x47\x50\xa5\xeb\x60\xa3\x62\x48\xd7\x0a\x51\xc5\x10\xe9\x80\x54\x0c\x19\x5a\x67\x17\x26\x64\xcd\xc3\x8b\x75\x1c\x3c\x65\x1e\x97\x5e\x4e\x54\xcb\xe5\xbb\x3a\x48\x3d\x2e\xbd\x1c\x7d\x09\x27\x09\x29\x57\x1b\x87\x93\x84\xd4\xe7\x22\x83\x47\x0d\xd5\x84\xdd\xde\xdc\xd0\x57\x4d\x0a\x9b\x1b\xfa\xaa\x49\x5a\x37\xf4\x55\x3b\xea\x99\xaf\xc1\x8c\x2a\x92\xdd\xd0\x57\x8b\x47\xcc\xa7\xec\x86\xbe\xda\x31\x42\x64\x37\xf4\xd5\xc6\x61\x92\x61\x7a\xee\x53\xd7\x7c\x0d\x52\x2d\x25\x65\x8f\x2c\xaa\xda\x7a\xb3\x23\xc4\xba\xae\x9e\xe9\xc7\xff\xae\x89\x96\xaf\xc1\xed\x0c\x76\x29\xc3\xf4\x7c\x92\x7e\x87\x7a\x83\xa2\x90\x1d\x21\xd6\x7b\x1e\x5a\xcb\xd7\x59\xd6\xdb\x59\x83\xc8\x97\x83\xd6\xa0\xde\x70\x69\xb9\xb4\xd9\x11\x62\xa3\xfe\x67\xca\x8e\x10\x9b\x4c\x58\xd9\x11\x62\x7b\x1a\xcf\x74\x84\xd8\x9e\xf9\x8f\x54\xb5\x94\x1d\x3c\x36\xd9\x58\xb2\x83\xc7\xa6\x53\x3c\x43\xd7\x97\xd1\x01\xb3\x83\xc7\x96\xb7\x5a\xbe\xbd\xe2\x03\x4d\xd9\xc1\x63\x6b\x49\x1d\xf3\xed\xb5\x75\x44\x77\xf0\xd8\x1a\x4b\x25\x3b\x78\x6c\x8d\x13\x37\x3b\x78\x6c\x1d\x6b\x53\x76\xf0\xd8\x7a\x52\xcb\x45\xef\x68\x1b\xd9\xc1\x63\xd3\x09\x9f\x1d\x3c\xb6\xc1\xc2\xc9\x0e\x1e\xdb\xc6\x62\x96\x1d\x3c\xb6\x1d\x74\xa7\x6b\x76\x97\xc5\x9f\xdd\x8e\xd9\x0e\x1a\x5a\x8e\x68\x76\x43\xad\x8a\xc6\x8b\xec\x0e\x2c\x7b\x08\xfa\x9d\x6b\xae\x0f\x0b\x27\x3b\xb0\xec\x0f\xe0\x30\x3b\xb0\xec\x4f\x46\x3e\x07\x96\xfd\x29\xea\x8b\x9f\x9c\x8f\x06\xd3\x41\x65\x7f\x34\x3d\x1d\x54\xf6\x67\xd0\x4a\xc4\xf9\x63\x7d\xcd\x89\x40\x1d\xb4\x8d\xec\xa0\xb2\x4b\xdb\xcf\xca\x8e\xd5\xd4\x75\x50\xd9\x0d\x2d\x25\x27\xb6\x56\x36\xa9\xec\xa0\xb2\x57\xb6\xa5\xec\xa0\xb2\x57\x8c\x06\xd9\x41\x65\xaf\x15\xd9\x1d\x54\xf6\xa6\x65\x04\xa8\x6c\xea\xb5\x83\xca\xde\x96\x5a\x2e\x9f\x4c\x16\xd9\x41\x65\x9f\xa6\x37\xb8\x7c\x53\x5f\xc2\x41\x65\x9f\x1c\x6c\x99\x3c\x86\xa9\x05\x40\x20\xd2\xbc\x6a\xb9\x7c\x1b\xb8\x9f\x1d\x54\x76\xe9\x48\xd9\x18\xbf\xa0\x6b\xbe\xf5\x44\xf5\xda\x41\x65\x29\x1c\x65\xd9\x41\x65\x79\x34\xee\x0e\x2a\x5b\xc3\x64\x91\x1d\x54\xbe\x68\x26\x3b\xa8\xec\x81\xe3\x3f\x3b\xa8\xac\xed\xe8\x77\x3e\x3f\x57\x57\xcb\xed\x91\x67\xeb\x0d\xee\x42\x97\x49\x2e\x3b\x72\xcc\x07\xcc\x97\x1d\x39\x56\x03\x2b\x66\x47\x8e\x5d\x6e\xd6\xec\xc8\xf1\xc5\x4b\xd9\x91\x63\x6b\xe8\xe2\xd9\x91\x63\x8f\x60\x9b\xec\xc8\xb1\xe7\x89\x7c\x8e\x1c\x5f\x2c\x95\x1d\x39\x96\xa4\x95\xe3\xc8\xd1\x4d\x16\xd2\xdc\xb3\xa3\xc7\xfa\x00\xdb\x33\xe8\x31\x68\xb4\x1d\x3d\xbe\xc8\x2b\x3b\x7a\x2c\x79\xea\x77\x7e\x3c\xde\xa6\x3b\xcf\x0f\x54\x96\x33\xda\x39\x76\xea\x0c\x7a\xac\x68\x93\x19\xf4\x98\x1e\x7a\xe7\xe8\xb1\x45\xf5\xdc\xd1\x63\x4b\x5b\x77\x1a\xaa\x98\x9e\x42\x30\xa2\x56\xa4\xa3\x47\x4c\x2f\xda\x70\x4b\xfd\x81\xfd\xb2\x23\xc8\xde\x1f\x3d\x09\x0d\x16\x87\x7c\x06\x41\xbe\x9b\xa3\x23\xc8\x17\x25\xe6\xb2\x7e\xa0\xc4\x5c\xf6\xaf\xd6\xf9\xd5\xba\x9f\x2f\x89\xb1\x2d\x83\x22\x85\x29\x33\x28\xb2\xa2\xdd\x67\xe2\xc0\x8e\x66\xb5\xa3\xc8\x5e\x08\x2c\xc8\x8e\x22\x79\x52\xd4\x6f\x7d\xbf\xb9\xa6\xeb\xbe\x1e\x13\x5e\xb0\xec\x48\xb2\xc5\xf5\xcf\x2d\x1a\x90\x39\xb7\x1e\xe9\xc3\xfc\x47\x9d\xf6\x96\xec\x90\x0c\x7a\xe5\x94\xd1\x36\x5c\x01\x29\x4d\x2f\xf7\xa5\x9a\xbb\x9e\xe2\x4b\xb5\x6a\x80\x2a\x20\x05\x97\x58\x06\x64\x26\x2d\x32\xea\xf3\x5a\xe0\x77\xd4\xe7\xfd\xb4\xd2\xaf\x96\x6b\x79\xd2\x17\x73\x43\x53\xc7\x42\x9a\x1d\x64\x16\x12\x97\x52\x76\x90\x59\x64\xdf\xca\x0d\x90\xa2\x2d\xac\xb1\x15\x1d\x3d\x73\xbc\xba\xe4\x9d\xba\x3e\xd1\x17\x99\x02\x0e\x34\x5b\xc1\x32\x97\x9b\x80\x0a\xf2\x37\x2a\xfa\x62\x4e\xc9\x00\x4d\xc3\x2e\x9a\x1d\x68\x96\x10\x99\x64\x0e\x34\xeb\xd6\x61\xd6\x65\xc3\xd3\x9d\xae\x09\x45\x7d\x7d\x07\x9a\xed\x3d\xf1\x1d\x68\xee\x56\xea\xde\x5a\xea\xbd\xfc\xe7\x3f\xf5\x33\x29\xb0\x69\x65\x40\xe7\x4d\x7a\x9b\x6b\x45\x41\x12\x38\xe8\x2c\x5d\xcb\xcf\x41\xe7\x6e\xb6\xf7\x79\xef\x5e\xff\xf9\x0f\x32\x03\xe3\x72\x67\x5c\xd1\xaa\xb2\x83\xcf\xde\x31\x36\x65\x07\x9f\xa5\x34\x9e\x4d\x28\xdb\x41\x6b\xcc\x0e\x3e\xdb\xdd\xba\xe6\x25\x55\xaf\xb6\x67\x07\x9f\xb5\x6a\x8e\x09\x7c\x6a\xb4\x1c\x7c\xb6\xa2\xcd\x6c\x60\x1c\xd1\xc6\x3a\x38\x42\x4d\x77\xba\x9c\x03\x8c\x90\x01\x9f\x59\xba\x8b\x83\xcf\xdb\x83\xde\xe0\x4b\x97\x4c\xc7\x94\x87\x96\xae\x9e\xe2\x2a\xc2\x5d\x7a\xdf\xfd\x61\x70\xc9\x8e\x30\xcb\xc5\xda\x9c\x41\x98\x32\xbf\xe4\xf9\xa3\xce\x47\xca\x84\xc7\xc9\x55\x94\x27\x25\x8d\xab\x5a\x2e\x5f\xd4\x3c\x99\x9f\xed\x69\x0d\x5d\xf7\xb9\x5b\x81\xc6\x19\x94\x29\xe7\x60\x76\x94\xd9\xa6\xf4\xc8\xa9\x2d\x58\x77\xce\x77\x26\x9f\xa2\x3e\xf9\xdc\x1d\x41\xbd\xa7\x74\xb3\xd6\xae\x23\xcd\x5e\x16\x52\x3b\xd2\xec\x4d\xdf\xc0\x91\x66\x36\xcd\x26\x47\x9a\x79\x80\x42\xb3\x23\xcd\x36\xc0\xab\x79\x61\xe4\x42\xab\xce\x0b\x94\x82\x99\x30\x83\x34\x63\xd3\x35\x5f\x9f\x69\xe8\x0d\x95\x59\xa8\x67\x7e\x8e\x9a\x1d\xf4\xce\x8e\xce\xcf\x2c\x5b\x18\x4a\x1e\x3d\x69\xa2\x95\xaa\x07\x2e\x63\x92\x52\xb5\x64\x08\xd2\x73\xcf\x0f\xc3\x53\x5e\x5a\x9f\x3c\x73\xa3\x0e\x69\x96\x6d\x34\x5d\x6d\xf4\x8e\x36\x6b\x06\x63\x64\x47\x9b\xed\x6a\x2c\x37\xe5\x8d\xb5\xe6\x41\x9a\x24\xf7\xa5\x0c\xd2\x3c\x92\x11\xa4\x79\xf1\x77\x64\x47\x9a\x25\x49\x15\x74\xa4\x59\xa6\x14\x35\x47\x9a\x2d\xe9\x68\x07\x69\xba\x32\xf6\xff\xb7\x6d\x40\xa8\x4d\x3d\xc4\x4f\xd9\x68\xea\x98\x9f\xb2\x59\xa7\x84\x83\x50\x9b\x9a\x72\x80\xd0\xae\x25\x0c\x08\xfd\xb4\xd8\x9a\xde\x16\x36\x22\x02\x9a\xb2\x83\xd0\x6f\xcb\x4f\x9e\xa5\x09\x74\xca\xaf\x56\xa5\x1c\x24\xc2\x02\x42\x3f\xad\xfe\x1d\x6c\x86\xc9\x81\x68\x4d\xd2\x37\xcf\x67\x1a\x5f\xe9\x48\x80\xd1\xa4\xd3\x14\x30\x9a\x3b\x1f\xeb\xfc\xb4\xf5\xe5\xf3\x3d\x69\xf1\xbb\x66\x07\xa4\x35\x0a\x32\x39\x20\xe5\xdd\xea\xcd\x45\xf3\xd5\x94\x75\x50\x9a\x6f\xd2\x35\x86\x5a\x68\xe1\xe2\x4e\x91\xa6\x06\x28\x4d\x4d\x6f\xf9\xb1\x05\xd3\xe7\x0b\x70\xc3\x46\x97\x2f\x76\x4d\x6d\xf1\x17\xf4\x82\x75\x2d\x3b\x30\xed\xe1\x7d\xa7\x57\xb3\xbe\xa6\xa7\x6c\x34\x39\x16\xc5\x65\x6b\xc2\x00\x94\x2f\x86\x05\xf4\xdd\x12\xb0\xbb\xb3\xa5\x95\xf0\xfc\x6a\x45\x0c\x5c\x81\x56\xc2\xa6\xdb\x68\xf9\xd6\xd4\xd1\xc4\x4b\xc8\x5f\xc2\xf4\x54\x02\x86\x13\xfa\x59\x28\x41\x34\xa7\x9e\xf9\xd5\x0e\xdf\xdf\xfa\xb4\x5d\x6c\x4d\x05\x17\xe5\x6e\x7a\x8b\x03\x6c\x19\x9d\x8a\x00\x68\xd7\x73\x19\x33\x0b\x7b\x31\x1f\x0a\xe9\x2c\x13\xed\xa8\x3c\x9f\x31\x5b\x59\xff\x71\x79\x02\xfa\x5b\x71\x20\xfa\x5a\x58\x0b\xe4\xf0\x0d\x83\x40\x71\xb4\xf9\xda\x5b\xcb\x83\x9f\x44\xef\x25\xde\xe5\x48\x56\x47\x9b\xbd\x01\xfa\x0b\xf1\x2e\x67\xeb\x29\x1e\x2a\x58\x9b\xee\x9c\x98\xda\xf4\x76\x8f\x77\x91\xb1\xab\xe0\xaa\xdc\x68\xb3\xc5\xd1\xa6\x9c\x7e\xba\x8e\xaf\x04\xb3\x43\x71\xc4\x69\x07\x5f\x42\x89\xcf\xfb\x1d\xf6\xd0\xf5\x88\xd9\x90\xef\xeb\xa8\x33\xbf\xdf\x28\xb2\x16\x71\xb7\x17\x50\xe7\xa7\x55\x38\xc2\xe8\xa1\xa3\xce\xd6\xd8\xda\x8a\x50\xa7\xe9\x0d\x1e\x12\x99\x51\x9a\x8a\xa3\xce\x1c\x8f\xae\xcd\xcf\x77\x9f\xfa\x8f\x1b\x4d\xe4\xf7\x29\x51\x46\x05\xbe\x66\x04\x59\x37\xbd\xe5\x72\x48\xd0\x72\xe4\xd9\x06\x9b\x7d\x01\x79\x56\x62\xa5\x0a\xc8\xf3\xd3\x72\xa3\xc9\x00\x67\x97\x84\xe5\x00\x65\xab\x08\x79\xea\x6b\xc1\xcb\xb4\xc0\x85\xc5\x91\x67\x9d\x4b\xef\x6b\xbc\x9d\xaf\x01\xf2\x2c\x47\x2d\xd4\xd9\xac\x37\x4c\x56\x06\xa3\x43\x06\xbd\x0c\x70\x85\x0c\xfa\xcb\x86\x5d\x1c\x79\xbe\x56\xf6\x02\xf2\x0c\x1a\x67\xd3\xda\xe3\x29\x64\xd0\x7b\x15\xfd\xff\xbb\x7d\x17\x92\xeb\x05\x12\x8a\x61\xb3\x25\x48\xad\x38\x28\x2d\x64\x16\xa5\xe2\xa0\xb4\x16\x82\x6b\x8a\x83\xd2\xb6\x35\xa0\x86\x51\x81\x33\xbe\x18\xc3\x5b\xf8\x2c\x02\xa5\x51\x77\x0e\x80\x05\x1f\xc2\xd8\x76\x34\xf4\x02\xa5\xef\xb5\xcd\x54\x53\xeb\xfc\x6a\xf9\xb6\xd3\x09\x98\x2b\x0e\x4a\x77\xb3\xbb\x97\x96\x9c\x80\x29\x61\x3a\x05\x60\x1a\xa2\xae\x01\x66\xb0\x20\x15\x80\xe9\xd4\x74\x72\x60\x9a\x3b\x71\x12\x85\x64\x7b\x7b\x5b\x3e\xbc\xe1\x6d\x21\xa3\x86\xc2\x41\x69\x53\x38\x51\x71\x50\x6a\xe7\xbd\xe6\xc3\x3b\x4d\x6f\x5f\x9f\xe5\xf8\xa8\x07\xfb\x87\x0b\xa4\x38\x30\x2d\x45\xdb\x03\xc0\x34\x44\xb6\x15\x07\xa6\xf5\x02\xd1\x8a\x03\xd3\x3a\xb1\xe9\x96\x02\x60\x1b\xba\x26\x92\x04\xc6\xc3\x81\x69\x0f\x0f\x5f\xa3\xe0\x36\xba\xba\x56\x7e\xc4\x00\x17\x40\xa9\x1c\xbc\xa5\x7c\xb7\xd7\x4e\x5f\x01\xa6\xef\xb6\xe3\xc0\xb4\x3c\x98\xd1\x8a\x03\xd3\x52\x31\x56\x95\xf2\x95\x13\x53\x45\x29\xfb\x5b\xe3\x39\x15\x07\xa7\x55\x4e\xbd\x82\x7b\xb3\xa2\x5b\x15\x80\xe9\xa7\xf5\x50\x2d\x99\xc5\x89\x7b\xf3\x12\x34\x5a\x00\xa6\x0a\x17\x2c\x15\x0a\xb5\xa2\x16\xc4\xc3\x20\xb3\xe2\xa0\x34\x1b\xc6\x97\x52\x71\xdf\xaa\xaf\x8e\x3c\xeb\xd0\xa6\x06\xf2\x2c\xe0\xc9\x52\xa5\xdd\xf2\x95\x1d\x79\xb6\x7b\xf4\x3b\x8e\x97\xab\xdf\x51\x0d\x5a\xe3\x0c\xf2\x0c\x8f\x9e\xe2\xf6\xdb\x06\x96\x29\x20\xcf\xca\xe1\x5f\x9a\xb6\x5c\xdb\x07\x13\x56\x71\xf4\xc9\x77\x97\x64\x8e\x40\x73\xd6\x08\x36\x22\x10\xb4\x25\xe3\xe6\xcc\x87\x37\xe1\xe6\x9c\x41\xad\xfa\xc3\xa5\x55\x9a\x8c\x7d\x8c\x00\x08\x54\xb1\x0a\xc5\x11\x68\x5e\x18\x02\x4b\x63\x5d\x66\xfd\x0e\x15\xef\xd1\x35\x8f\x98\x9f\x3a\x54\x41\x9f\xc2\x2d\xa5\x61\xc7\xc5\x73\x54\x3a\x47\x8b\x8e\xe6\x8e\x9f\x01\x13\x6c\xe9\x68\xf0\x3a\xce\x1c\x7d\xde\x0e\x52\x2e\x1d\x37\xae\x0e\x4c\x47\x9f\xad\xe3\xc9\x28\x8e\x3c\x5f\xb7\x5c\xe9\xf8\x8a\x50\xda\x0a\x88\x33\x65\xb5\x7c\x4d\x66\x8d\x23\x6e\xce\x7b\x18\x2b\x47\x9c\x95\x2a\xe2\xa9\x74\xec\xd4\xef\x1b\x36\xab\x57\xad\x03\xda\x62\xac\x40\x9a\x0f\xe6\x9f\xe2\x48\xd3\x2e\xd1\x43\x65\xb0\xe5\x6a\xad\xe2\xe6\x54\xc8\x43\x71\xa4\x99\x8f\x0e\x11\x90\x66\xce\xba\x93\x30\x8a\xf2\x8f\x8c\xc3\x54\x00\xa1\x19\x48\x56\x06\x43\x8b\x5f\xba\x0c\xc0\xb6\x96\xbf\x83\xd0\x7e\xd1\x19\x0b\x20\x34\x69\x3b\x72\x10\x1a\x8f\xce\x25\x07\xa1\xf9\x62\xc7\x2d\x0e\x42\x73\x3f\x2c\xb5\xf1\xd1\x1c\x16\xb1\x05\x65\x70\xa2\xea\xdc\x72\x20\x9a\x4f\xe7\xb9\x00\xd1\xac\xf3\xde\x81\x68\x1e\x05\x81\x71\x75\x66\x9d\x4d\xb8\x3a\xb7\xb6\xb1\x99\xbf\xc5\x72\x52\x99\xe5\x57\x0b\x10\xaa\x89\x00\x08\xed\x4d\xcf\x74\x7e\xf0\x23\x4d\x6f\xe2\xe5\x05\x84\x16\x5c\x9d\xef\xc4\xc3\xd5\xa9\x84\x96\xe2\x00\xb4\x09\x56\x15\x07\xa0\x19\xca\xa4\x54\xe4\xea\xd4\x66\xb8\x70\xe5\xe2\x4a\x29\x4b\xb6\x4e\xfa\xe2\x00\xb4\x4a\xcf\x2e\x00\x50\xc5\xb2\x16\x07\xa0\x79\xe3\x02\x2e\x02\xa0\x9a\x32\x00\xd0\xaa\xad\xc6\x01\x68\x6d\xd2\xc4\x70\x75\x1e\x1d\x22\x0e\x3e\x5b\x90\xf6\x07\xf8\x34\x6c\xab\x05\x57\xa7\x22\xc4\x0b\xae\xce\x4f\x6b\xa3\x7b\xaa\x9f\xbe\x0d\xed\xa2\xdf\x29\xca\x82\xbe\xe0\xea\x7c\x37\x9d\x8d\x01\x48\x12\x6d\x38\xdc\xb5\x40\x76\xfe\xd5\x2a\x38\x45\xe9\xb5\x03\xcc\x62\xda\x20\xb7\xdc\xb5\xba\xd3\x8f\x8b\x47\xe8\xc0\x01\x66\x6d\xfa\xba\x0e\x30\xfb\xd4\x22\xd8\xb8\x6b\xa5\x57\x39\x8a\x2c\x7d\xeb\x99\xe7\x87\xb3\xb8\x90\x94\x63\x52\x58\x1c\x45\xf6\x8b\xcf\xa0\x38\x8a\xac\x47\x8a\x87\xa3\xc8\x7e\x74\xe0\x80\x22\xe5\x64\x2e\xb8\x32\x8b\xb6\xbb\x83\x6a\xb3\x75\x27\x9a\xab\xd4\x1e\x47\x91\xb9\x6b\x1b\x71\x14\x99\x15\xb7\x5f\x0e\x47\x85\x0e\xc0\x23\x03\x81\x7e\x87\x56\xa7\x35\xe8\xe8\xb1\x0a\x6b\x96\x83\x91\x52\x7a\xaa\xa3\xc7\xba\xb5\x65\x3b\x7a\x6c\x47\x1b\x23\xae\xcc\x86\xa9\xa9\xe0\xca\xfc\xb4\x88\x84\x91\xd2\x85\x2b\xf3\xc1\xb8\x54\xee\xc7\x46\xbb\xd5\xd7\x9b\xbf\xff\x41\x4e\x47\x8f\x39\x82\x96\xcb\xd5\x5a\xd3\xef\x7d\x1c\x15\xd8\x5a\x2e\x5a\x78\xce\xfb\x68\xbf\xb9\x8a\x0c\x51\x4f\x7c\xbc\x0a\xa6\x83\x72\xe5\x3f\xd0\x73\xf1\x6f\x61\x8e\xab\x20\xc4\xce\x5a\xac\xb8\x2e\x2f\x31\x47\x15\xd7\xa5\x5c\xfd\xd5\x11\x62\x3b\x64\x09\xd4\x40\xe4\x19\x8a\x62\xc5\x75\x99\xd8\xb0\x2b\x45\x6a\x2f\x5f\xac\x3a\x42\xfc\xb6\x3c\xe8\xae\xa3\xd0\x56\x77\x5d\x96\xf6\xf6\x05\xd7\x2c\xdf\xa7\x12\xdc\xaa\x60\x82\xea\xc8\xb1\xaf\xac\x37\xec\x4f\x68\xc1\xff\xdd\xa2\x6b\x20\x72\xc2\xf9\x15\x52\x25\xee\xb5\x03\xa4\x2a\x95\xc6\x48\x5d\x4d\xf5\x21\xe8\x0e\xbd\xaa\x02\x26\x2b\x53\xa7\xe2\xd5\x0c\x41\xbf\x63\x28\x73\xdf\x67\xea\xb7\x99\x10\x1a\xfd\x96\xe5\xf8\xa8\xe5\xd3\x55\x76\xa9\x2a\x0e\x03\x74\xcb\x2a\x40\xa9\xcf\x06\x57\x41\xd4\x87\x82\x9f\x20\x6e\x5d\x5b\x1f\x38\xdc\xf4\xdc\xfd\x35\x6a\x30\x40\x50\x8b\x65\x4e\xe2\xfa\xe0\x42\x61\x6a\x55\x4a\x47\x14\x0d\xa5\x83\xca\x9c\xb1\xe4\x55\x00\xa5\xf4\x95\x0a\xa0\x34\x8e\x94\xea\x80\x32\x17\x20\x54\x8d\x68\xe3\x1c\x5c\x95\xd2\x11\xe3\xd1\x33\x5d\xce\xb1\xf8\x46\x11\xdf\x01\x1e\xe3\x1a\xfb\xf7\xe0\x42\x3a\x40\xe5\x7a\xf4\x4e\xcf\xb3\xab\x47\xbf\xf5\xe3\x61\x1d\xfd\xd6\x8f\xc0\xa3\xef\xe7\x80\xd2\x0e\x5a\x63\x8d\xb8\xc2\xd0\x28\x6b\xc2\xb6\x0e\xe8\xae\xe9\x6b\x20\xd0\x94\x85\xec\x37\x6a\x72\x3b\xa8\x2c\xa6\xde\x27\x90\xd5\xd2\x9d\xbe\xbd\x1a\xc6\xa2\x9a\xb0\xc5\xe6\xb1\x37\x47\x6b\x4d\xb8\xc4\xd8\x7e\xab\x03\xcb\x37\x2a\xa2\x3a\xb0\xfc\xb6\x06\xba\x84\x7a\x38\x19\x05\xbe\x6d\xfa\x68\xe4\x6b\xeb\x49\xbe\x6c\x5b\xe7\x1b\x41\xcf\xd6\x34\x1f\xa0\x67\xeb\x38\xe5\xaa\xc9\x55\xa4\x96\x8f\xe7\x64\x23\xaf\x20\xc8\x4f\xcb\xe5\xec\x6c\xe4\x15\x04\x39\xf5\x0d\x70\x6b\x2a\x6a\xa2\xe2\xd6\x3c\x9a\xf3\xb8\x35\x05\x7b\xab\x11\x50\x89\x92\x52\x1d\x41\x7e\x5b\xb8\xc3\xf4\x35\x70\x6b\x3e\x28\x28\xd5\x11\x64\xd5\xa6\x5b\x0d\x4d\x4e\xf3\xd5\x11\x64\x4d\x1a\x01\x47\x90\x55\xf1\xdc\x55\x6e\x4d\x9c\xa3\x35\xa3\xca\x60\xb8\xaa\x19\x3b\x2c\x4a\x51\x75\xf4\x58\x0b\x5a\x7e\x85\xaa\xed\x72\xb8\x57\x47\x8f\x55\xf8\xa3\x66\x02\xd6\xb0\x99\x57\xd0\x63\xc7\xfc\x55\x1d\x3d\xd6\x8e\x7e\x5d\x71\x69\x7e\x5a\x03\x57\x3e\x32\x38\x7a\xac\x7d\xe8\x7d\xf2\x75\xe9\xce\x0d\xca\x53\x8b\xbd\x47\x73\xdc\x91\xe3\xa7\xe5\xc8\xd1\x62\x51\xcb\xe5\x5b\xf8\x62\x2a\x01\xb1\x0b\x77\x76\x05\x39\x6e\xcc\x6d\xb5\x7c\x8f\x11\x54\x88\xea\xe8\xb1\x1e\x4c\xba\xd5\xd1\xe3\xb7\xe5\x32\xbe\xab\xa5\xb4\x1f\x71\x22\xb5\x10\x35\x82\xf2\x5a\x71\x69\x9e\xa6\x67\x62\xe4\x40\xc7\xae\x05\xb5\x33\xb7\x7d\xb0\x2e\xd4\xca\x31\x81\x67\xa6\x82\x00\x95\x42\x55\x1d\x01\x9a\xe9\x1b\x38\x02\x6c\x51\xb2\xe0\x96\x8c\xf5\x5f\x9a\x75\x75\x00\xd8\xa2\x16\x36\xf1\xad\x4f\xd5\xeb\x30\x8b\x03\x2a\x2a\x00\xd0\xa2\x3a\x86\xd9\x1f\x4f\x79\x75\x00\xd8\x0c\x48\x5b\x1d\x00\x5a\xc6\xf5\x56\x71\x3d\x66\x6d\xbd\x0e\x00\x5b\xd6\x9d\xed\x63\x73\x5b\xda\xe0\x1d\x00\xb6\x9a\x74\x77\xa2\xc5\x84\x70\xf0\xd7\x1a\xba\x66\x05\xfc\x55\xf5\x00\xf0\x57\xaa\x5a\xf5\x47\xb4\x4a\x75\xf0\xe7\x11\xff\xde\x22\x92\x45\x1b\x90\x83\xbf\xd6\xdf\xa7\xb8\x8c\x72\x61\x55\x5c\x8f\x53\xdb\xbc\x62\x5c\xf5\x35\x1c\xfc\x35\x85\x09\x55\xc0\xdf\xbb\x69\x01\xfe\xaa\xb6\x55\x07\x7f\x4d\x89\x1d\x15\xf0\x77\xd0\x1e\x2a\x31\xae\x57\x8b\xaf\x63\xac\xd0\x97\x02\xfc\xdd\xab\x3b\x0b\xa0\x9a\xbe\x74\x10\x90\x26\x58\x07\xdc\x6a\x52\x03\xfe\xee\x62\x22\x74\x40\xbc\xce\xfd\x8e\xf6\xac\x83\x4d\x31\xae\x6f\x6b\xff\x6a\x9d\x5f\xad\xfb\xb3\x35\xc2\xaf\x16\xe8\x00\xe0\x5b\x47\xfc\xd5\x4a\xbf\x5a\xf6\xab\x95\x7f\xb5\xca\xaf\x56\xfd\xd5\x6a\xbf\x5a\xfd\x57\x6b\xfc\x6a\xcd\x5f\xad\xf5\xab\xc5\x31\x5e\xe2\x56\x68\x60\x75\x94\xd7\x13\x16\xe8\xea\x08\xaf\x2b\x66\xa2\x4e\x0c\x6b\x25\xed\x77\x9b\x76\x94\xd7\x0b\xb6\xd8\x3a\x7f\xda\x4d\xab\xa3\xbc\xde\x74\x5c\x4f\x6c\xe0\x00\xee\x3a\x15\x4b\xcf\x4c\x71\x94\xd7\xe5\x08\xad\x13\xa3\x13\xb1\x36\x75\xb6\x5f\xad\x4e\x4b\x4f\x71\x39\x07\x3a\x7c\x75\x94\xd7\xe5\x5e\xaf\x93\x88\x9d\xa2\xdf\xf9\x38\x0e\xcd\x29\xdc\x8c\xf3\xd1\xef\x88\xd8\x91\xaa\x42\x40\xeb\x56\x5f\x40\x79\x5b\x6f\x58\x20\x08\xcc\x8c\xd5\x51\x5e\x57\x84\x7c\x5d\x3f\x23\x76\xaa\xa3\xbc\x7e\x35\xa3\x17\x1a\xa9\x8e\xe1\x85\x46\x8a\x89\xa4\xca\xcd\x58\xfa\x3e\x52\xd9\x16\xea\x4a\x0e\xfb\xe0\xd5\xaa\x6b\xfc\xe7\x3f\xc4\x65\xeb\xf0\x5a\xc4\x2d\x6b\x76\x2f\xb4\x6f\x30\x57\x75\xc4\x97\xaf\xbe\x1f\xee\xc6\x84\x21\xb4\x82\xf8\x92\xe6\x02\xc1\xad\xef\xb1\xb3\x49\x79\xd1\xe1\xac\xe0\x56\x8f\x16\xd1\x7f\xfc\x28\x1f\x5a\xeb\x3b\x7f\x4c\xae\x84\x9f\xd6\x8d\xda\x62\xcf\x3e\xef\x33\x08\x54\x26\xdc\xb9\x6e\x8c\xa2\xd2\xe0\x1d\xfd\x99\xb0\x6e\x3d\x18\x8a\x88\x1f\xa9\x8e\xe2\xec\xe4\x7f\xa5\xbf\x54\x07\x78\x26\x48\x52\x1d\xe0\x99\x80\x53\x3d\xb8\xcd\xb0\xa3\x56\x07\x78\x76\x88\x99\xae\x0e\xf0\x4c\x21\x4d\xf5\x10\x2a\x7f\xd4\x6a\xde\xba\x7a\x0a\x46\x86\xab\x37\x90\x0a\x10\xd4\x69\x5c\x30\x58\x29\xeb\xc1\x65\x56\xf4\x94\x8d\x65\x48\x77\x1e\xdc\x69\x7a\xbb\x83\x70\xf9\xef\xeb\xc5\x86\x04\xa4\xab\x97\x88\x04\xe9\x94\xb8\xfe\xae\x3e\xb0\x03\x38\xbb\x04\x8c\x55\x07\x6f\x26\x3b\x68\xbd\xa4\x64\x60\x1f\xac\xee\xda\xcb\xaf\x86\x74\x49\xc9\x88\x7a\xe6\xa2\xa5\x67\xba\xb6\x1b\x04\x73\x2e\xc6\x10\x8c\x36\x15\xd7\x9e\x52\xe2\x5b\x20\x2e\x1a\x89\x5a\x20\xa5\xa6\x5d\x5a\x84\xf4\xf3\xad\x9b\x03\xb7\x1c\xb0\xd7\x36\x5c\x7b\x61\xa9\x05\x72\x39\xba\xb3\xd0\xea\xb4\x2a\x2d\x3d\x13\xe4\xc2\xf2\x6a\x81\x23\x39\xe8\xed\x03\xc4\x13\x68\xe1\xa9\x7e\x74\x8d\x94\x21\x8e\x88\x06\xc3\xdd\x93\xf5\x4c\x6c\x95\x98\x3f\x9a\x98\xec\xd8\xea\x1a\xee\xbe\x07\x73\x4b\x83\xb1\xee\x39\x6a\xe1\x23\xe1\xb8\x6e\xa0\x2f\xa8\xb5\x52\x03\x7d\x29\x6e\xbf\xa9\xd6\x33\xa9\x0e\x0d\xf4\x15\xf9\x9e\x0d\xd6\xb8\xd8\xf5\x3b\xd0\x17\x4b\xb8\x09\x7d\xe1\x54\x6d\x0f\x11\x3d\x49\x6f\x67\x09\xe3\x1c\x6e\x91\x25\xcc\x86\xd8\x40\x56\x49\xef\x03\x59\xa5\xa2\x3b\x31\x4a\x0d\xdd\x49\x6c\x3a\x71\xe4\x0d\x64\x95\x34\x0e\x20\xab\x04\x4e\x68\x20\x2b\x79\x3d\x1a\xc8\xca\x30\x7b\xb5\x48\xfc\xbd\x24\x02\x55\x59\xd1\x1b\x60\xb8\x23\x12\xa5\x81\xaa\xac\xe9\x77\x3e\x0e\xa6\x19\xe2\xa8\x2a\x9b\xc6\x01\x54\x65\xa4\x6b\xb4\x44\xd4\x07\x2b\xb5\x25\x98\x03\x31\xe1\x34\xb2\x0e\x0d\xa5\xa5\x25\x90\xe3\xd2\xef\x5c\xbe\x8c\x41\xa7\xa9\x7c\x0a\xdb\x4b\x4b\xb8\x90\x51\x14\x5a\x52\xd1\x41\xbe\x44\x22\x42\x07\x6b\x76\x4b\x44\x5d\x35\x3d\x85\x1c\x09\xcd\x41\x47\x44\xb9\xa0\x94\x35\x47\x44\xb9\x60\x2e\x6b\x20\xa2\xa2\x59\x00\x22\x2a\x1a\x23\x47\x44\xb9\x98\xee\x04\xe1\xea\x0b\x3a\x22\xca\xa5\xe8\x77\x85\x96\xee\xf4\x6f\x5d\xc0\xee\xcd\x51\x4f\x2e\xd8\x0b\x1a\xbe\xb1\x02\xee\x68\xf8\xc6\xca\xd2\x53\xe8\x27\x07\x7a\xcb\xf4\x13\xb4\xdd\x32\xc4\xda\x98\x5f\x9a\x23\x9b\x2c\x3f\x4b\xcb\xb8\xb0\x89\x70\x6f\x19\x5f\x0a\xb1\x2f\xcd\xd1\x4b\xfe\x03\xaf\xfe\xff\x96\xdc\x32\xa9\x0c\x28\xee\x8d\x4c\xbf\x8a\x9a\xdf\x1c\xd8\xe4\xaa\x8d\xc1\x81\x4d\xae\x70\x2d\x34\x32\xfd\xa4\x2d\x36\x62\x35\x2b\x6e\x96\x56\x70\x97\xb0\x09\x37\xe2\x31\x1b\xe7\x75\x73\xf0\x92\x1b\xfa\x78\x73\xf0\x92\x65\x4f\x6d\x64\xf3\x35\x02\x9e\x9a\x03\x97\xdc\x9a\xee\xf4\x4f\xdd\x86\x9e\xe2\xe2\x35\xc2\xad\x9a\x03\x97\xdc\xb6\xee\x24\x1d\x03\x2b\x70\x73\xe0\x92\x9b\x96\x11\xb1\x98\x4d\x1b\x58\x21\x1b\x2c\xe8\x7d\xd8\xd2\xa3\x7e\x77\x68\x49\x06\xdc\x97\x5a\xb6\x95\x48\x18\x4c\x15\x0d\x77\x57\x07\x98\x36\x07\x3b\xb9\x13\xb3\xd1\xc8\xe6\xeb\x1a\x5a\x5c\x5a\x03\xbb\x61\xc3\xa5\x35\xf4\x76\x82\x29\x87\x06\x13\x44\xa3\xd4\xe9\xe6\x88\x26\xcb\x8a\xdf\xc8\xd8\x53\xd2\x73\x23\x63\x6f\xbc\x7d\x71\x19\x06\xa1\x8e\xcd\x11\x4d\x1e\x5d\x2d\x97\x61\x10\x66\xd4\x70\x69\x0d\x82\xc7\x5a\x23\x58\x8b\x18\xd5\xd6\xf0\x05\x70\xc0\x36\x5c\x59\x62\x65\x68\x04\x53\x2a\x94\xac\x39\x9a\xc9\x13\xcc\xd4\x1c\xcd\x64\x25\xf6\xb6\x46\xe4\x07\xb0\xaf\x35\x19\x7c\xf4\x3e\x62\x62\xd1\xc5\x1b\xee\xaa\x25\xd9\x1b\x6e\x64\x6d\x05\xb8\xab\x56\xd2\xdb\x5d\x86\x25\xd9\x1d\xb1\xe4\xa5\xc5\x88\xbb\x6a\xe9\x0d\x04\x4b\x2e\xa2\x07\x5a\x27\x0a\x42\xa3\xe2\x88\x25\x2f\x1d\x0f\x8e\x58\xf2\xd6\xb8\xc3\xf1\xb7\x71\x9a\x37\x47\x2c\x79\x9b\xde\xd7\x68\xe9\x5a\xa7\x85\x0c\x8e\x58\xf2\xee\x7a\xc3\xa4\xa5\x67\x2e\x5a\xea\x27\x69\x3f\x78\x4c\x5a\x27\xed\x87\x2c\x84\xd6\x15\x9d\xc3\xb5\x41\xda\x0f\x31\x37\x0d\x77\xd5\xd1\x38\xe0\xae\x3a\xe8\x6a\x8d\xe0\xc7\xf3\xe8\x4e\x02\xca\x50\x19\xda\xc0\x75\x9a\x75\x0d\xbf\xcb\x50\x0b\xbf\x0b\x86\x9a\xe6\xc8\x22\x1f\x7d\xb3\xa1\x38\x72\xde\x80\xef\xe8\x06\x66\xcf\xc4\x35\xa8\xcd\x9b\x40\xc5\x1b\x75\x67\xa6\xc5\x1b\x1c\x39\x64\x85\xfe\xb6\x49\x70\x9b\x94\x92\x89\x0f\x0c\x13\x4b\x9b\xb8\xaa\xb3\x5a\x83\x96\x9e\xe2\xfd\xbc\x98\x43\x9a\xfc\x43\x68\xc5\x6d\x12\x27\xae\x5d\x0a\xff\xd0\xd5\x2c\x77\xe4\x90\x2f\x61\x87\x8d\x00\xc5\x4b\x2e\x43\x23\x40\xf1\x6a\x3f\x5b\xa4\x51\x2d\xdd\x49\x44\x97\x36\x68\xfc\x43\x4a\x92\x69\x0b\xf9\xb4\x87\x2c\xe4\xd3\xce\xb7\x90\x0f\x33\x6a\x73\xe4\x50\xe4\x5f\x68\x04\x27\xba\xeb\xfb\xff\x6f\xc9\x0e\x26\x0a\xb5\x4e\x52\x73\x20\x51\x94\x8c\xd9\x96\x62\x50\x25\xc2\xc6\xa2\xc9\x30\x38\x90\x28\xe1\x15\xd6\xed\x81\x01\x03\x45\xdb\xd8\x3e\x35\xb4\x0e\x24\x0a\xc5\x22\x52\xdb\x04\x46\x69\x9a\x39\x2c\x28\x0f\xc0\xa5\xe1\x2c\x52\x0c\x6a\x23\x1a\xf1\x91\x8e\x40\x34\xe2\x43\xb8\x5d\xdb\xc4\x16\x68\x62\x39\x5c\x28\x0f\xd6\xde\xb6\x09\x7a\xdf\xba\x93\x88\x52\x9d\x62\x38\x8b\x22\xce\xb7\xe6\xce\xa2\x12\xb5\xe0\x1c\x66\x94\xa8\x05\xe7\x30\xa3\x44\xe9\x55\x07\x6b\x2d\x36\xa8\x46\xde\x5b\xcc\xba\x93\xdc\x4c\x0d\x26\x79\x6f\x51\x83\x42\xde\x9b\x18\x47\x1a\x21\x87\x09\x87\x65\x23\xe4\x30\x69\x19\x91\xf7\x26\x37\x6c\x7b\xc3\x09\xe9\x35\xe1\x84\x49\xba\x13\xb9\x6d\xe2\x4c\x68\xe4\xb6\x25\x1c\x50\x0d\x87\x90\x5c\x1f\x0d\x87\x50\xc2\xa7\xd0\x70\x08\x25\x8d\x1f\x0e\x21\x38\x71\x53\x23\xb7\x4d\xd1\x9d\x8d\xdc\x36\xd3\x21\x4a\x18\xa1\x49\x9f\xc6\x11\x64\x5a\x7e\xe4\xb6\x59\xd6\xdb\xc9\xdd\x23\xc1\xa2\x5d\x72\xf7\x74\x58\x38\xce\x28\x56\x75\x8d\xf4\x60\x62\x72\x9b\x63\x89\x62\xb8\xd4\xba\x63\x89\x62\x00\xd6\x1e\x48\x5f\xe7\x18\xeb\x84\x09\x66\xd2\x2d\x3a\x61\x82\x99\xe3\xa1\x3b\x96\x28\xd9\xf4\x14\x22\xef\x8b\x5a\x2e\x43\xc6\xc4\xd3\x1d\x4b\x94\x4c\xd4\x6f\x0f\xe4\x1f\x32\x7b\x3a\x4e\xa0\x8c\xae\xdd\x1d\x4b\x94\x7c\x75\x0d\x8b\x39\x16\xe3\x4e\xf8\x60\x31\xb5\x2e\xb6\x75\xde\x80\x37\xa7\xa0\xfb\x76\x58\x4c\x0a\x0e\xee\x8e\x37\xa7\xb0\x72\xfa\x43\xa8\x23\x9a\x7e\x7f\x70\x3c\x62\x4d\xee\x84\x06\x56\x8c\x79\xfd\x51\xf6\x40\xa2\x85\x43\x2e\xa9\xe5\x32\x54\xd3\x53\x3a\x2d\x3d\xc5\x65\xa8\x78\x3f\xfa\x43\x1c\x4e\x55\xcf\x28\xc8\xc2\xba\xed\x84\x06\x56\xcc\x37\xfd\x21\x87\xf2\xf2\x75\x1f\x62\x70\xf0\x00\x75\x3c\x38\x15\x17\x6c\x57\xf1\x6f\x7d\xb3\xa8\x14\x7c\xde\x1e\x95\xcb\xcb\xfb\x1c\x4b\x94\x46\x4c\x71\x77\x2c\x51\x1a\x96\xf4\xee\x58\xe2\x75\x5f\xf6\x28\x67\x1c\x5f\x09\x16\x93\x36\x74\xa7\xcb\xd0\xd4\x4f\x58\x4c\xa4\x90\xf5\x88\xd7\x62\x23\x2d\xa5\x18\xe5\x54\xee\x94\x62\x6c\x6c\x9f\x1d\x0f\x4c\x63\xa5\x76\x3c\x30\x1d\xe3\x44\xc7\x03\xa3\x84\x9b\x8e\x07\xa6\x83\x10\xba\xe3\x85\xa2\x04\xbd\x8e\xf7\x45\xd9\x05\x1d\xef\x4b\x2f\xfa\x1d\xa9\xf4\x92\x96\xd0\xbd\x3e\xca\x3f\xb6\xe4\x8e\xe3\xa5\x0f\x75\xf3\xe0\x32\xe1\x05\x10\x91\x28\x5c\xbe\x1b\xe9\xaa\x84\xec\x74\x9c\x2b\x83\xad\xae\xe3\x5c\x19\x9c\x8c\x1d\xe7\x8a\xa8\x6c\x3a\xce\x15\x91\xec\x74\x9c\x2b\xca\x66\xeb\x90\x8d\x88\xf4\xa5\xbb\x03\xa5\x0c\x0d\x1f\x8c\x22\x03\x07\x43\x77\x98\x51\x06\x27\x63\x87\x51\x64\x90\x86\xd0\x33\x3d\x63\x43\xe9\xf0\x84\x0c\xd2\x71\x7b\xa6\x67\x9a\xe4\xf0\x84\x4c\x20\x79\x17\x4f\x08\xfa\x51\x27\xdb\x6b\xea\xc3\x67\x62\xb4\xd9\xa0\x7b\x26\x3c\x5d\xfd\xcc\xa2\x48\x61\x12\x28\xa8\x8e\xe8\xdc\x4e\xa6\xd7\x9c\x7a\x83\xf7\x5a\x39\x78\x9d\x80\x3a\xe5\xe0\x75\x77\x8b\x94\xc5\x56\xd7\x1d\x59\x14\x25\xac\xf4\xa2\x5a\x9d\xf4\xc5\x91\x45\x59\x84\x6c\x75\x47\x16\x65\x91\x75\xd6\x0b\x89\xc2\x5a\x70\x04\xd4\xc9\xe9\xdb\x15\x50\xa7\xad\xc7\x91\x45\x59\x5d\x2d\xdc\x5a\xe8\x16\xbd\xe0\xd6\xd2\xb4\x26\x98\x6e\x81\x33\x3a\xc1\x74\x4b\x93\x9c\x2c\xaf\x75\x74\x27\x32\x60\x9c\xe8\x04\xcb\x6d\x0e\xa0\x4e\x16\x97\x12\xd2\xbb\xa3\x87\xb2\x35\xe5\x2b\x5c\x2e\x51\xd7\x88\xc2\xd1\xb4\x76\x57\x49\x11\x73\x46\xaf\x04\x59\x71\x38\x75\x47\x16\x65\xeb\x5b\x3b\xb2\x28\x1b\x48\xde\x1d\x59\x94\xcd\xd1\xd8\x2b\x54\x44\x4b\x7d\x71\x19\xb6\x64\x50\xb0\x1c\x7a\x4e\x77\x64\x51\xe4\x38\xea\x70\x81\x9c\xac\x7e\x92\x90\x4f\x5c\x42\x77\x64\x51\x14\x30\xda\xe1\x02\x39\x20\xb5\x0e\x17\x88\x8c\x75\xdd\x91\x45\x81\xd6\x3d\x75\x47\x16\xe5\x46\xb5\x70\x3d\x82\xbf\x3a\x69\x5a\x57\xe3\x4e\x9a\xd6\xcd\xba\xb3\xd1\xd2\x1b\x48\xe6\xc6\xbd\xd8\xdd\x4f\x52\x6e\xd5\xfb\x5c\x3e\x6a\x4f\xa5\xde\x88\xdb\x6d\xba\xe6\xf2\xdd\xae\xdf\x11\x44\x86\xfe\xde\x1d\x75\x94\x0b\x94\xef\x8e\x2c\xca\xc5\x69\xdc\x49\xc3\xba\x5b\xd7\x90\x01\xa3\x54\x87\xef\xe3\x6a\xbb\x76\x64\x51\x15\x80\xda\x3b\xc1\xa9\x89\x99\xe5\xc8\xa2\x2a\x3a\xa3\x3b\xb2\xa8\x81\x23\xbc\x3b\x7a\xa8\x14\x66\x4b\xbd\xab\x42\x97\x7e\x77\xc8\x34\xd4\xfb\xdc\x85\x28\xaf\x49\x87\xd3\x43\xa4\xbd\xdd\xd1\x43\x15\x81\x59\x27\xa0\x4d\x34\x01\xdd\xd1\x43\x0d\xda\x19\xe0\xed\x78\x82\xee\xf4\x7e\x3e\xe0\xf5\xee\x3e\x8d\x2a\x1e\xc3\x3e\xc8\xec\x54\xaf\x07\xd1\x19\x44\xdb\xf7\x21\x37\xaf\x7e\xe7\x32\xc8\x43\xd7\xdd\xa7\x51\x15\x8f\xd4\x1d\x75\xd4\x07\xec\xd9\x1d\x75\xd4\xe7\x5f\xbc\xd1\xa9\x3b\x20\xa9\xe2\xb7\xeb\x04\xb3\x3d\x9a\xba\xee\xe6\xa8\x11\xa8\xd4\xdd\xcd\x51\x23\xb1\xa3\xdd\xc1\x4a\x8d\xc0\xcb\xee\x60\xa5\x2a\xab\xaa\xc3\xdb\x11\x81\xac\xdd\xc1\x4a\x8d\x59\x6f\x18\xb4\xf8\x48\x13\xd6\x2e\x4d\x9e\x89\x17\x5b\xc7\x83\x03\x92\x1a\x09\x71\xea\x70\x73\x28\x68\xa7\x13\xb0\x16\xa5\x49\x11\x94\x26\x8a\xca\xee\xa0\xa3\x26\x7d\x5c\xf8\x37\x12\x9a\x70\x5f\x04\xd0\x68\xd8\x1d\x74\x54\x6a\x84\xa4\x4e\x50\x9a\x62\xc0\xfb\x22\x2d\x46\xc3\xbe\xf0\xa1\x13\x6a\xd6\x1d\x13\x54\x59\x18\xbb\x63\x82\x9a\x88\x0d\xee\x1b\xe6\x13\x4d\x10\x72\x99\x12\xb6\xd6\xbe\xe9\x19\x96\xec\xbe\xe9\x99\x34\x8d\x4d\xcf\xb4\x4d\x6c\x7a\x06\xb4\xee\x9b\x9e\x69\xb9\x13\x6a\x66\xd2\x1b\x37\xf9\xa2\xda\x06\x37\xcc\x0a\x3a\x64\x36\xcc\x0a\xfa\x2e\x24\x25\x99\xb4\x17\xd7\xfb\xab\x69\x19\xb9\xde\x5f\x0d\x47\x44\x77\xbd\xbf\x9a\xf4\x4d\x82\xc4\x0c\xab\x5e\x77\xbd\xbf\xca\x2e\xda\x5d\xef\xaf\xa6\x0d\xec\xd0\x33\x6d\xad\x04\x89\xc9\x66\xda\x49\x33\x92\xcd\xb4\xbb\x0f\xa1\x5a\xd5\xef\xe8\x35\x26\xaa\x4e\xd2\x90\x75\xb5\x1e\x5a\xc8\x70\xe9\xb5\x0e\x92\x4b\xaf\x87\xee\xa4\xd7\x04\x32\xf5\x4b\xaf\x87\x7e\x47\xaf\x35\x62\x97\x5e\x6b\xc4\x08\xf9\x92\xad\xb5\x93\x2c\x64\xd2\x5a\x61\xb1\x30\x6d\x4b\xb0\x58\x98\xb6\x25\x58\x2c\xb2\xa9\xb5\x89\x9d\xe0\x7b\xc2\x62\xf1\x6a\xe5\x62\xb1\x40\xa2\x41\xb8\x57\x66\x5e\x0f\x98\x2a\x14\x15\x34\x60\xaa\xc8\x6c\x75\x83\x70\xaf\x12\xf4\xbb\x42\x6b\xd0\x22\x04\xef\xd1\x9d\x83\xd6\xa1\xe5\xfd\x2c\x18\x90\x46\x20\x71\x84\xe3\x7d\x90\x0c\x54\x58\x0f\x83\xb8\x2d\x59\x6c\x87\x6b\xfa\xb5\x70\xfc\x8d\x07\xb6\x0d\x50\xce\x70\x4d\xbf\xca\x46\x3b\x5c\xd3\xaf\x85\xf1\x1b\xd4\xac\x11\xa7\xce\x78\xe8\xe7\xd2\x53\x2a\xad\x45\xcb\xbf\xb5\x50\xc0\x78\x14\x46\xa8\x96\xcb\x50\x93\x9e\x32\x69\x15\x5a\x2e\x83\x1c\xae\xc3\x35\xf6\x5a\xd1\x3e\x87\x6b\xec\xb5\x72\x38\x0d\xd7\xd8\x6b\x65\xdd\x8e\x28\x52\x29\xbe\x99\x7b\x06\xaa\x8c\xad\x23\x92\xf7\x8a\x6e\x3f\x22\x31\x2c\xac\xb8\xe1\xda\x7c\x6d\x41\x77\x12\xae\x1a\xf5\x3e\xc2\x39\x93\x7e\x07\xbd\x80\xbe\x2e\x49\x3a\x8d\x20\xcd\x11\x49\xbc\x02\x97\x8e\x08\x77\xe2\x9f\x99\xf5\x7f\xb7\xe4\x11\x09\x9a\xd7\x27\xa3\xae\xba\x6c\xb4\xc3\x1d\x03\xb5\x69\xba\xb8\x32\x5f\x1b\x20\x6e\xb8\x32\x5f\x1b\x60\x73\x90\xa3\xd3\xd8\x22\x07\x39\x3a\x9d\x4d\x71\x24\xc2\x70\xf4\xa9\x13\x61\x38\x49\x77\x0e\x5a\x7c\xce\x44\x18\x0e\x1a\xf4\x70\x8d\xbd\xf6\xa6\x3b\xbd\x9f\x1d\xe7\xc6\x70\xc7\x40\xed\x2c\xd4\x61\x90\xb3\x4c\xb5\x22\x2d\x7e\x47\x25\x4b\x59\x7a\x87\x6b\xf3\x55\x44\x3f\x83\x64\x1b\x85\xf8\x0f\xd7\xe6\xeb\x00\xae\x0f\x23\xfd\x18\xad\x6e\x18\xc9\x0b\x9a\xf2\xee\x34\xa8\x43\x53\x9e\x50\x29\x51\x0e\x0e\x42\xa5\x84\x02\x06\xa1\x52\xa2\x9b\x1c\xae\xe9\xd7\x91\xf5\x3b\x97\x4f\xc4\x9b\x83\x50\x29\xd9\x84\x07\xa1\x52\x83\xac\xa3\x41\xa8\x94\x72\xac\x06\xa1\x52\x83\xad\x67\x10\x2a\x25\x2b\xf0\x20\x1c\x6a\xe0\xbc\x19\x84\x43\x4d\xb4\x82\x41\x38\xd4\x24\x58\x69\x10\x0e\x35\xa3\xae\xb9\x0c\x53\x23\x46\x38\xd4\x34\x5d\x5b\xb4\x90\x5d\xe1\x50\xea\x35\xe1\x50\x13\x6b\xee\x20\x1c\x6a\x4a\x06\x12\x69\x94\xf8\x3a\x94\x48\x03\xae\x19\x84\x43\x4d\xac\x7a\x43\x89\x34\x80\xe2\xe1\x7a\x7f\x9d\x1c\x55\x83\x50\x28\xe5\xc2\x0d\x42\xa1\x56\xd0\xef\x5c\xbe\x85\x9e\x33\x08\x85\x5a\x58\x81\x07\xa1\x50\x4b\x12\x11\x0a\xb5\xb4\xc0\x5d\xef\xaf\x2b\xeb\xda\xa2\xa5\xf7\xb9\x7c\xab\xa8\x2f\x84\x7b\x11\x45\x3f\x0a\xe1\x5e\xf8\x5d\x86\x63\x82\xba\x38\x6e\x07\xe1\x53\x62\x27\x1c\xae\xf7\xd7\x25\x89\x2a\x32\x48\xa2\x8a\x0c\xf8\x17\x06\x1c\x80\x8b\x08\x8e\x01\xe9\xc2\x06\x30\x8f\x4a\x3c\xf3\xa3\x3b\xbd\x67\x3b\xea\x1a\xf1\xcc\xa8\x3d\x83\xd4\x97\x8d\xda\x33\x1a\xcc\x70\x92\xa8\x41\x48\xa0\x59\xd7\x60\x66\xc4\x3c\x30\x60\xf6\xdb\x84\x1c\x8e\x26\x0a\x34\x24\x6a\xd0\x13\xa9\x67\x8d\x2c\x57\x10\xde\x80\xbd\x6f\xeb\xe8\x68\x04\x9a\xe1\xc2\x1b\x4d\x69\x1f\xba\x73\xd1\x62\x3d\xb8\xc6\x5e\x8f\x46\xcc\x35\xf6\x7a\x34\xcf\x5c\x63\xaf\x07\x14\x30\xdc\x4f\x50\x8f\xbe\x3c\xa4\x0a\xca\x35\x18\xb0\xf7\x29\x08\x61\xb8\x36\x5f\xc5\xc3\x33\x48\x6b\x39\xda\x19\x5c\x9b\xaf\xe2\xcc\x18\x68\xf3\xca\xb8\x1d\x5d\x0c\x84\xfa\x1d\x14\x4b\xef\x53\x20\xbf\xd0\x68\xa2\xcd\x8b\x28\x60\xa0\xcd\xdf\xad\x6b\x70\x9c\x60\x82\x1b\x68\xf3\x57\x47\xce\x50\xac\x35\xdf\x7a\x28\xe0\xf8\xfc\x6b\x4b\x76\x45\xbf\x05\x7d\xc0\x01\xc1\xa2\x96\x2d\xe9\x29\xca\x55\x1b\x22\xe8\xd3\x94\x87\xa0\x2f\x24\xbd\x8e\xd4\x86\xa4\xae\x10\x36\xaf\x65\x0b\x41\x5f\xd0\x89\x3a\xc8\xcc\xc1\x7e\x34\x06\xc9\x9e\x3a\x47\xe0\x48\x50\xda\xc3\x20\x35\x45\xf4\xf3\x63\x12\x23\x88\x15\x71\x4c\x42\xff\xb1\xc3\x8e\x49\x42\xa7\xfa\x42\xfa\x89\x40\xc7\x20\xfd\x44\x89\xd8\x03\xa6\xbd\x07\xed\x65\x90\x7e\xf2\x60\xaf\x1a\x70\x20\x88\xac\x68\xc0\xb4\x27\x1a\xee\x31\xe1\x06\xd0\x14\x84\xff\x40\x09\xb4\x83\xf4\x93\x18\xf5\x4c\x25\x74\x32\xb1\xa6\x48\x14\x79\x26\xe9\x27\xb2\x56\x0f\x98\xf6\xa2\x34\x14\xf8\x0f\xa2\xa6\xcb\x82\x24\x12\xaf\xf5\x58\xc4\x40\x0e\xb5\x88\x81\x44\x0f\x1f\x30\xed\xc5\xa9\x6b\xa2\x66\xd1\x1b\x08\x82\xbc\xba\xe6\xf2\x09\x2f\x8c\xa5\x20\x48\x7a\x4d\x30\x52\xc2\x81\x38\xc4\x7d\xa0\x85\x0a\xf7\x41\xd2\x02\x80\xfb\x20\x01\xcd\x86\xe3\x85\x96\xb4\x00\x1c\x2f\x34\x91\xad\x0e\xf8\x0d\x12\x09\xb2\xc3\x31\x41\x13\x47\xdc\x70\x4c\xd0\x4c\xb3\xce\x31\x41\x33\x8d\x18\x41\x46\x86\x29\x66\x38\x26\x68\xd2\x76\x87\x63\x82\x66\xda\xca\xe1\x37\x30\x62\xcb\xc7\x26\x90\x13\x9b\xf0\x70\xbc\xd0\x4c\x3a\xd0\x56\x20\x27\x32\x38\x5e\x68\xe2\x5e\x1b\x9b\x40\x4e\x8d\xd1\x21\x90\x13\x63\xc1\x38\xb0\x21\x12\x15\x33\x1c\x59\xb4\xac\x2f\x4f\xfa\x89\x6a\xe5\x0c\x48\x0c\x32\x08\x6f\x40\x62\x50\x70\xbe\x0d\xd2\x4f\x0a\x1e\x8c\xe1\xc8\xa2\x95\xac\x6b\x70\x59\x63\x7d\x1c\x8e\x2c\x1a\x55\xed\xd2\x20\xfd\xe4\xd5\x4c\x1d\x59\xb4\xa2\xcd\xf4\xc0\x1f\xa3\x51\x71\x6f\x43\x2b\xda\x50\x0e\x44\xba\x1a\x15\xc7\x19\xad\x68\x63\x70\x9c\xd1\x8a\xbe\xc4\x25\x10\x55\x07\x9e\xe3\x8c\x26\x6b\xf5\xb8\x04\xa2\x4a\x0f\x77\x9c\xd1\xaa\x94\x12\xc7\x19\x8d\x52\xdf\x69\x5c\x28\xd5\x92\xae\xb9\x0c\x22\xe8\x1a\x90\x12\xd4\xa6\x3b\x5d\x86\xda\xf5\xcc\x43\xa8\x2b\xb3\x8e\xb4\x92\x0a\x42\x9f\xee\x51\x68\x95\x03\x61\xba\x47\xa1\x29\x7c\x60\x3a\xce\x68\x4a\x93\x99\xa4\x95\x34\x56\xe3\x0c\x0a\xa6\xd5\x53\x32\x2d\x3d\x05\xc2\x5f\x76\xb7\x19\x08\xa6\xc5\x8f\x35\x03\xb4\x5b\x59\xbf\x23\x98\x96\x28\xa3\x19\x20\x56\x28\xfa\x1d\xb4\x70\x7c\xdd\x09\x23\x5e\x43\x0f\x9f\xb0\xde\x35\x14\xc0\x09\xeb\x5d\xc3\x41\x3a\x61\xbd\x6b\xfb\x5f\x86\x8b\x09\xb3\x5d\x97\x08\xf0\xd5\x29\x81\x79\xc2\x57\x27\x22\xc4\x09\x5f\x1d\x65\x27\xd3\x84\xaf\xae\x63\xb5\x9c\xf0\xd5\x75\xac\x8f\x53\x7c\x75\xfa\xb8\xe2\xab\xe3\x1c\x99\xe2\xab\xe3\xb4\x9d\xf0\xd5\x0d\xf4\xb8\x29\xbe\x3a\x96\xed\x84\xaf\x4e\xd6\xea\x09\x5f\xdd\x00\x3c\x4c\x31\x07\xa0\xb9\x4d\x31\x07\x54\xfd\x0e\x26\x5b\x20\xc8\x84\x39\x60\x3e\xba\xe6\xf2\xcd\xa4\xf7\xb9\x0c\xca\x21\x9b\x91\x48\x65\x40\xf1\x84\x19\x60\x76\xbd\x01\x12\x16\xd3\xef\x5c\x86\xa5\xdf\xc1\x0c\x20\x06\x89\xe9\xc8\xa2\xad\xa1\x6b\xb0\x29\xa3\x1f\x4d\x77\x21\x34\x45\x44\x4e\x98\x01\x16\x8e\xce\x99\xc8\x63\x64\xfb\x9c\x89\xf4\x78\x82\xd2\xa6\xa3\x8e\xb6\x8b\x9e\x02\x11\x14\xcb\x76\x3a\xea\x68\xbb\xe9\x7d\x83\x16\x53\xd7\x51\x47\x13\x63\xd8\x74\xf7\x42\xdb\x1c\x78\xd3\x7d\x08\x6d\x2f\xb5\x88\xc4\x5e\x7a\x3b\x91\xd8\xa0\xa3\xe9\x88\xa4\x6d\x4e\xfe\x69\x44\x62\xa3\xe7\x4c\x53\x24\x36\xfd\x34\x72\xae\xd4\x33\x47\x24\x4d\x41\xf8\xd3\xe0\x14\x64\x43\x99\xa4\xff\x1f\x36\xf6\xe9\x88\xa4\x29\xf9\x7c\xc2\x49\x77\xd0\xfb\xa7\x23\x92\x76\x70\x43\x4e\x47\x24\xed\x68\x9e\x39\x22\x69\x87\x83\x72\x92\xfe\x7f\xf1\x6f\x4f\x47\x24\x4d\x9e\xfe\x69\xb0\x8e\x48\x76\x47\x1d\xed\x4a\xf6\x4c\x4a\x38\xd6\xf1\x99\x15\x4d\xce\x1b\xdc\x13\xd1\xee\xd5\x9d\x44\x5b\x93\x58\x35\x33\xd1\xd6\x18\x82\x66\x26\xda\xda\xf4\x3b\x45\x5b\x33\xb6\x99\x68\x6b\x8d\x83\x38\xe7\xd8\x96\x26\x9c\x73\xa1\xf3\x05\x95\xa0\x31\xf4\x06\xa2\xc9\xa7\x9e\x49\x34\x39\x9a\xf7\x14\x63\x39\xba\xf6\x14\x63\xb9\xe6\x7c\x81\x17\x51\x5f\xa2\xc0\x0e\xa3\xad\x07\xc6\x72\xd9\x4c\x27\xa9\xfd\x52\x66\x26\x9c\x73\x22\x68\x9d\x8e\x48\xfa\x83\xcb\x70\x92\xda\xff\xe0\xe7\x99\xf0\xcd\xa9\xde\xca\x84\xb1\xfc\xd1\x96\x55\xe0\x7d\x44\x9d\x98\x05\xde\x47\xad\x23\x18\xcb\xe5\x96\x9f\x45\xe9\xd0\x48\x5b\x21\x33\x02\x75\xcc\x8a\x0c\x1c\xa9\xb3\x22\x03\x98\x7c\x92\xb6\xff\x80\xc9\x27\xac\xe4\x51\x7b\x08\x69\xfb\x91\xc3\x62\xc2\x25\x17\xb1\xd4\x4f\x47\x24\x5d\xe6\xd5\xe9\x9e\x88\x2e\xe7\xfe\xac\xb0\xae\x6b\x85\x93\xb6\x2f\x05\x69\x56\x78\x01\x8b\xfa\xe2\x32\xc4\xa5\x5e\xbb\x0c\x11\x9d\x79\x3a\x3e\xe9\x72\xe0\x4f\xc7\x27\x3d\x69\x07\x73\x7c\xd2\xd3\xf3\xaf\x2c\xc0\xe9\xd0\xa5\x27\x6d\xc2\xee\x88\xe8\x49\x1d\x6b\x70\x35\x71\x9e\xcf\x06\x55\x5e\xd1\x0b\x2a\x2d\x06\x93\x6c\xfd\x54\xd4\x15\x17\x2f\x69\x9a\x35\x48\xf3\xa7\xee\x74\xf1\xa4\x49\x4d\x87\x35\x3d\xc1\xad\x36\xe1\x8a\x13\x3b\xdc\x84\x94\x3c\x1d\xbd\xdd\x45\x4f\x9c\xf5\xb3\x23\x3a\x67\xfd\x74\x58\xd3\xa5\x81\x4d\x87\x35\xdd\xd0\x7a\xa6\xc3\x9a\x2e\x0e\xab\x49\xc2\x86\x32\xf8\xa6\xc3\x9a\x2e\xfb\xe6\x24\x61\xc3\x00\xda\x93\x84\x8d\x8c\xe9\x60\x92\xb0\x91\xb5\xa4\x1d\xf2\x74\xf1\x23\x4f\x12\x36\xc4\x7e\x37\x49\xd8\x90\xa5\x70\x92\xb0\x91\xa7\xfa\x49\x2a\xed\x96\x0c\xf0\x89\x3d\xba\xe6\xf2\x15\x80\xe8\x24\x61\xa3\x10\x02\x34\x49\xd8\x10\xcb\xc3\x24\x61\x43\x1e\xfb\x49\xc2\x46\x51\x5f\x48\xd8\x28\x3a\x97\xc7\x37\x8d\x56\x8b\x95\xa4\x8d\x82\x35\x74\x92\xb4\x51\x8e\x7e\xeb\x32\x16\x1d\x96\x24\x6d\x54\x6d\x3f\x24\x6d\x28\xe1\x76\x92\xb4\x51\x71\x42\x4d\x92\x36\x2a\x7a\xde\x84\x98\x5c\xd4\x8c\x93\x84\x8d\xaa\xe3\x8a\x84\x8d\x8a\x33\x69\x4e\xa8\x2b\xb5\xfd\x90\x90\x21\x1f\xfe\x24\x21\xa3\xaa\x9f\x24\x64\xc8\xce\x37\x49\xc8\x68\x41\x4f\xa9\xb4\x74\x27\xa4\x44\x8f\x5a\xf0\x16\x02\xf5\x27\x09\x19\x0d\xef\xc7\x24\x21\xa3\x49\xc1\x20\xe9\xa2\x65\xbd\x5d\xdc\x6e\x6c\x0e\x24\x5d\x34\xcc\x62\x93\xa4\x8b\xa6\xd9\x4c\xd2\x45\x03\xe0\x4e\x92\x2e\x94\xea\x30\x97\x92\x4a\x98\x6b\x4b\x89\x23\x2c\xeb\xa5\xc4\x11\xc6\x7e\x91\x38\x92\xf5\xbe\x41\x4b\xcf\xf4\x7e\x76\xa2\x67\x27\x29\xf2\x22\xf1\x9f\x8e\x51\xfa\xd0\x18\xc1\xcf\x36\xc0\x91\xd3\x7d\x1a\x7d\x80\x70\xa7\xfb\x34\xfa\xd0\x2a\x87\x83\x4d\xcc\xdc\xd3\x31\x4a\x57\x75\x9a\xe9\x18\xa5\x0f\x10\xcb\x74\x8c\xd2\xe5\x7e\x9f\xa4\xc1\x0f\x1d\x81\xa4\xc1\x4f\x69\xa7\x1b\xda\x59\x1d\xd5\xa4\xba\x4f\x8d\xfb\x81\x5a\x16\x3b\xfb\x24\xd5\x7d\x12\xa6\x36\x1d\x6b\xf4\xa9\x1d\xe0\xc0\x70\xb3\x74\xcd\xfb\x29\x83\xd6\x74\xac\xd1\xe7\x51\xab\xd2\x62\x34\x1d\x6b\xf4\xa9\x2d\xdb\xb1\x46\x9f\xda\x2b\x1c\x6b\xf4\xa9\xbd\xc2\xb1\x46\x97\x21\x6c\x1e\x52\xa7\xf5\x5d\x48\x75\x5f\x51\xbf\xf3\x6f\x2d\x63\xd7\xf4\xc8\xa6\xbe\xb4\x3e\xdd\xdf\xd1\x17\x86\xa2\xe9\x38\xa4\x2b\x34\x73\x42\x90\x26\xf3\xd6\x74\x1c\xd2\x17\xd1\x36\xd3\x71\x48\xdf\xe1\x5f\xd4\xfc\xd3\x21\x4a\x17\x1b\xda\x74\x88\xd2\xc5\x89\x35\x1d\xa2\xf4\xfd\xbe\xae\xd1\xe2\xe3\x3a\x44\xe9\x1b\xf7\xd8\x74\x88\xd2\x37\x3e\xd2\x09\x6f\xda\xab\xaf\x91\x15\xbf\x35\xb1\xdc\x15\xd2\xf7\xd2\x33\x61\x62\xd0\x30\x38\x7c\xe9\xf2\x8d\x2f\xb2\xe2\x95\x97\xbf\xe0\x4d\x93\x75\x6b\x05\x58\x83\x59\xa8\x2b\x90\x83\xc4\x89\xb4\x1c\xbe\x74\xd1\xd8\x2c\x87\x2f\x5d\x35\x34\x16\x59\xf1\x8a\xcc\x5c\x64\xc5\x1f\xe2\x73\x97\xc3\x97\x7e\x18\xf6\xe5\xf0\xa5\x2b\xd3\x68\x05\xd2\x4f\x89\x90\x58\x64\xc5\x5f\xa0\xe9\x22\x2b\x5e\x1a\xda\x22\x2b\xfe\x02\xf9\x96\xbb\x50\xba\x3c\xec\xcb\xa1\x4d\xbf\xe8\xe9\xeb\x81\xa5\x01\x3b\xf4\x72\x68\xd3\x2f\xc3\xbe\xdc\x85\xd2\x95\xaf\xb4\xdc\x85\xd2\x6f\xd6\xef\xc8\xb1\xc2\x8d\xb0\x28\xef\x7f\xab\x7e\x47\x8e\x55\xd5\xef\xc8\xb1\xc2\xb5\xb4\xe0\x51\x93\xbf\x7d\x3d\xb0\xa1\xb0\x29\xae\x47\xe4\x4c\xba\x73\x42\xed\xaa\xa7\x7c\x53\xa4\x83\x7e\x4b\xa0\x7d\xd4\xdd\x3f\x23\x5a\x97\x23\xa1\x78\xd0\x0a\x17\x01\x53\x0a\x97\x5c\x2f\x8f\xda\x87\xc0\x74\x11\x34\xa5\xb8\x97\x15\xd3\x0f\x5f\xfe\x72\x34\x54\x0e\x0e\x99\x85\x0b\x46\x1e\xec\xe5\x68\x28\xbe\xa3\x8a\x0b\x46\x56\xf4\x15\xdb\x0f\x3b\xe1\x8a\x98\xd5\xf4\x7d\x22\x66\x35\xf4\xb6\x15\x61\x7d\xc1\x7e\xba\xc4\xde\x7d\xd5\x22\x82\x18\x2d\x6e\xc5\xf3\xe3\x98\x58\x91\x64\x25\xdc\xe2\x8b\xe4\x8c\xc0\x81\xb2\x48\xce\x08\x68\x78\x8b\xe4\x8c\x67\xe9\x4e\x92\x1e\x30\xcb\x2c\x82\xad\x54\x20\x6b\x11\x6c\xb5\x01\xe4\x8b\x60\x2b\xb1\x54\x2c\x82\xad\x0e\x6b\x74\x11\x6c\x75\xde\xf7\xb9\x55\x34\x1d\x3d\x05\x97\x64\xd4\x53\xdc\x2a\x9a\x39\x5e\x56\xc2\xfd\x94\x75\xcd\x91\x44\x25\xbd\x65\x25\xd2\x8b\x6d\xed\x0b\x56\x5b\x49\x6e\x6c\x66\x19\xa5\x75\x07\xec\xcf\x8b\xd2\xba\x46\x68\xeb\x72\xb4\x64\x62\x61\x59\x94\xd6\x3d\x44\x9d\x2f\xb3\x77\xc4\x15\x0d\xb3\x28\x0d\xa5\x14\xad\xe5\x88\xc9\x94\x26\xbf\x1c\x31\x7d\xaf\x79\x6e\xee\xd9\x7a\x92\xf3\xe1\x4d\x90\xf2\xa2\xf4\xee\xe7\x4e\x4f\x3a\xcb\x55\x77\x7a\xd2\x59\xe8\xea\xeb\x7e\x49\x79\xc5\xe9\xb2\x1c\x35\x99\x1c\x99\xcb\xfd\x38\xa6\x52\x72\x2b\x93\x12\xae\xdf\x3a\xa2\xb2\x02\x82\x5b\x19\xfa\x63\xd0\xcf\xca\x2a\x74\xd1\xf7\x41\x59\x59\x54\x77\x52\x20\xdf\x72\xac\x74\x1b\xe8\x7d\x65\x0a\x2a\xbf\x6f\x39\xb4\x98\x07\x8e\x79\x28\x3f\xfc\x7f\xb7\xea\xe5\x70\x28\x4a\x61\x5f\xd4\xa0\x8e\x68\x20\x8b\x1a\xd4\xb2\x92\x2e\x6a\x50\xbf\x42\x39\xe4\x49\x81\x54\x91\xe5\x90\x47\xe5\xf6\xd3\xa2\x06\x75\xc4\x15\xb0\x1c\xf2\xc4\xc8\x99\xb5\xdc\x99\x12\x23\xa7\xd4\x72\x58\x13\x15\x43\xbc\x2a\xef\x93\xe8\x0e\x4f\x54\x98\x3f\x2d\x87\x19\x51\x15\x08\x97\xc3\x8c\xa8\x7a\x83\xcb\x61\x46\x54\xd4\xc8\x72\x17\x49\x94\x15\x78\x51\xe0\x32\x6a\x5b\x69\xbc\x81\xd8\xc7\xd5\xf4\x06\x9e\x49\x81\x4b\x81\xa3\x45\x81\x4b\xe5\x97\xad\x86\x44\x59\x77\x4e\xbe\x12\x32\x34\xde\xae\x89\xd0\x78\xbb\x0e\x8a\x86\xb4\xf8\x6a\x97\x6b\xfa\x31\xe2\xdc\x58\xae\xe9\x47\x81\xaa\xd5\xe9\xa7\x36\xe7\x4e\x3f\x01\x94\xcb\xb5\x79\x15\xed\x4f\xab\xd3\x97\x47\xbf\xf3\xaf\xfb\xbc\x6f\xe0\x2b\x81\x25\x56\xe7\x2b\xa1\x1f\x2c\xd7\xe6\x53\xc0\x81\xb8\x54\x47\xdb\x66\x0a\x68\xb4\x4b\x55\x0d\x6d\x7f\xff\x43\x65\x43\xbb\xdf\xff\x14\xd5\xf7\xfe\xfe\xa7\xaa\x2a\xfb\xfb\x9f\x6d\x4c\xc4\x31\xbf\xff\x61\x32\x8e\xcf\x93\xb7\x2f\x89\x14\xc6\xfd\xfe\xe7\xa1\x82\xfb\xf3\xfd\x4f\x54\x4d\xf7\xef\x7f\xe8\xf3\xfc\x3e\x19\x56\x88\xb0\xec\xfb\x1f\xfa\xbc\xda\xe7\x3f\x3e\xc3\xd3\x73\xeb\xf7\x3f\xf3\x5b\x49\x3e\xed\xb2\xbe\xb5\xe3\xd3\x66\x46\x3e\x60\xac\xed\x40\x3b\x2a\xae\x7c\xbf\x95\xa8\x0b\xad\x42\x4b\xd7\x2a\x2d\xde\xa0\x2a\xd4\x04\x66\x6d\x55\xa1\xe6\xa0\xdb\x54\xa1\x8e\xef\xef\x26\x95\x37\x37\x2d\x8a\xd6\x66\x3d\x85\x42\xaa\xd8\xbc\xf7\x5b\xf0\x55\x4f\xb9\x94\x6a\xf5\xb5\xb2\xdf\x82\xaf\x93\x16\xd5\x3a\x59\x39\x9b\x82\xaf\x71\xeb\x5a\xe2\x7d\x3c\x53\x05\x5f\xb3\xae\xb9\x7c\x8a\x78\xda\x54\x9e\x56\x46\xe7\xa6\xf2\xb4\xca\x50\x6c\x2a\x4f\x3f\x6c\x4b\x9b\xf2\xd2\xa2\x91\xdd\x94\x97\x56\xe6\xc1\xa6\xbc\xb4\x58\x72\x36\xe5\xa5\x1f\x56\xdc\x56\xa1\xd8\x24\x19\x90\x8f\x0d\x6c\xab\x50\x2c\x07\xc0\x7e\x0b\xc5\xf2\xcd\x54\x28\x16\xd4\xb4\x55\x28\x96\x75\xb4\x55\x28\x16\x65\x73\xab\x50\x2c\xa9\x29\x5b\x85\x62\xb3\x9e\x82\x7c\x55\xd7\x24\x1f\x3d\x53\x59\x6a\xcd\x82\xae\xf1\xd3\x1b\x90\x0f\x65\x63\x53\x96\x5a\x41\x77\xbb\x4b\x3e\xbe\x04\x65\xa9\x1f\xd4\xb6\xdd\x25\x1f\xdf\x93\xb2\xd4\x0f\x9e\x96\x3d\x90\x0f\x93\xd8\x1e\xc8\xc7\xea\xdf\x03\xf9\xfe\x59\xe5\x7b\x0f\x44\x07\x06\xee\x81\xe8\x55\x2f\x40\x74\xb4\xee\xed\x40\x3a\xc4\xad\x3b\x11\x3d\xe8\x75\x88\x8e\x0d\x6c\x0f\x44\x8f\xea\x98\x44\x57\x4b\x43\xab\x3b\x11\xbd\xa8\xa5\x1a\xc0\x7a\x03\xa2\xb3\x29\x6e\xd5\xdd\x25\xf7\x6c\x53\x77\x57\x1b\xd8\x9e\x88\x8e\x9f\x7a\xab\xe6\x6e\x51\xcb\xe5\x53\xad\x8e\x4d\xbd\xdd\x48\x64\xc8\xa6\xde\x6e\x04\x2b\x6c\x8a\xea\x46\xf5\x85\x82\xba\xb1\xe8\x5a\xe3\x4e\x7a\x46\x41\xdd\xc8\xf9\xbb\x29\xa8\xab\x64\x94\x4d\x41\xdd\x08\x0c\xdc\x14\xd4\x8d\x55\x7d\xd9\xfc\x8e\xe9\x42\x31\xdd\x88\x4e\xbc\x29\xa6\x1b\xb5\x18\x29\xa4\x1b\x25\x03\x85\x74\xa3\x16\x15\x85\x74\x23\x46\x9b\x4d\x11\xdd\xd8\x75\xa7\xe4\xa3\xd7\x14\xd1\xd5\x71\xb4\x17\xf2\x69\xea\x2e\xe4\x6b\xba\xc6\xf8\xb1\xe9\xef\x85\x7c\x68\xce\x7b\x21\x1f\x07\xc9\x5e\xc8\x47\xb8\xdc\x5e\xc8\x87\xfb\x64\x2f\xc6\x6f\xa9\x67\xc8\xa7\x0d\x73\x21\x1f\xc8\x61\x53\xd0\x37\x62\xde\xd9\x14\xf4\x95\x3a\xb1\x29\xe8\xab\xa2\x5e\x9b\x82\xbe\x2a\x5c\xb5\xb7\xe4\x63\x1c\x36\xf2\x69\x69\x6e\xe4\xd3\xcc\xda\xc8\xa7\x6d\x70\x33\x7e\x5a\xd2\x1b\xf9\x70\xc5\xed\x8d\x7c\xe8\x89\x7b\x4b\x3e\xf5\x0c\xf9\x38\xc2\xf7\xd6\xf8\xf1\xad\x37\xf2\x69\x73\xdb\xc8\x07\x8a\xd9\x07\xf9\x48\xa1\xde\x47\xe3\xc7\x9d\x87\xf1\xeb\xba\xa6\xf9\xc9\xdb\x29\x58\x1c\x89\x21\xd9\x14\x2c\x56\xfa\xf8\xa6\x60\xb1\x52\xd2\x37\x05\x8b\x45\x5f\xb5\x0f\xf2\x6d\xdd\xd9\xa9\xaf\x8e\x7c\x6e\x0c\x08\x49\x5b\x08\xe5\x8b\xe3\xe9\x21\x62\xa6\xd9\x97\xde\x9d\xfc\xe7\xbf\xfc\xc7\x7b\x98\xb4\xd6\xfc\xd0\x0f\x09\x3b\xfc\xf6\x03\x3f\x28\x4d\x6a\x5f\x7a\xa8\x75\xef\xb8\x3c\x24\x1d\x4b\x8e\xcb\x43\x8a\xba\x93\x5e\x44\xf5\x82\xaf\x0c\x8a\xd9\x54\xd4\x4f\xda\x2f\xa8\xa8\x9f\x40\x80\x5b\x15\xf5\x93\xde\x70\x69\xf9\x9d\x27\xd0\x17\xd4\xc2\x43\xd9\xe4\xf4\xa8\x85\xc2\x43\x34\xfd\x09\xa8\x93\x78\xa9\x8e\x63\xe8\x18\xa7\x5a\x8c\x6a\xd1\xef\x18\xd5\xaa\x37\x68\x55\xfa\x6c\x3f\x0f\xdf\x0e\x03\xe9\x79\xf8\x6e\x84\x83\x9e\x87\x51\xc5\xb9\x7c\x1e\xad\xca\x4e\x8b\x51\xc5\xf3\x75\xa8\xaf\x1f\xff\xc9\x56\x77\x1e\x06\x7c\xea\x05\x0c\x38\x30\xf0\x3c\x0c\x38\xde\xeb\xf3\x30\xa1\xb1\x28\x9d\x47\x9a\x2d\x02\x3d\xd2\x2d\x75\x4d\x9a\xb4\x0f\xd1\x89\xe8\x96\x2c\xdf\x13\xd1\x2d\x81\xa4\x27\xa2\x5b\xa2\xf9\x1d\x0a\xf1\x87\xa2\x6b\x0c\xbb\xfa\xa2\x42\xfc\x53\x4f\x61\x18\xd0\x07\x8e\x43\xe0\x57\x9b\x3c\x50\x89\x87\xf7\x99\xe3\x87\xd6\x74\x28\xa8\x2f\x3d\xe9\x50\x50\x5f\x7a\xd2\x51\x41\x7d\xf4\xa4\xa3\x82\xfa\xe8\x49\x87\x82\xfa\xd2\x93\x8e\x0a\xea\x33\x05\x4f\xd2\xd9\xad\xdf\x49\x37\x41\x86\xa4\xb3\x5b\xbf\x93\x6e\xc2\x80\x51\x50\x5f\x9a\xd1\x49\x1c\x60\x68\x46\x27\x49\xf7\xd2\x53\xa4\x7b\xe9\x4e\xe9\x5e\x4c\x82\x24\xdd\x4b\xbf\x93\xee\x45\x5f\x4c\xba\x17\x32\x98\x0e\x30\xfa\x62\xc8\x87\xbe\x73\x4c\xba\x17\x3d\x33\xe4\x43\xdf\x39\x86\x7c\x41\x4f\x41\x3e\xf4\x9d\x63\x3a\xa0\xe9\xa7\x21\x1f\xfa\xce\x31\xe4\x43\xdf\x39\x86\x7c\x6c\x8e\xc7\x74\x40\xeb\x29\xc8\x57\x75\x0d\xf9\x8a\x7a\x86\x7c\x1a\x3f\x93\xee\xc5\x1b\xb2\x0e\x68\xa4\xcd\xd2\xbd\x78\x5f\x96\x7c\x8c\x51\x46\x3e\xf4\x9d\x93\x25\x1f\x5f\x30\x23\x9f\xe6\x6e\x46\x3e\xf4\x9d\x93\x91\x0f\x7d\xe7\x64\xe9\x5e\xba\x13\xf9\xb2\x9e\x29\xdd\x52\xd7\x90\xaf\xa8\x9f\xd2\xbd\xf4\x14\xe9\x5e\x7c\xcf\x8c\x7c\x51\xef\x43\x3e\x6d\x3d\x05\xf9\x38\x6c\x4e\x41\xbe\xa2\x96\xe4\xe3\xed\x45\xf2\x21\x6d\x41\x3e\xb6\xd6\x53\x90\x2f\xa9\xa5\xf9\xa9\x3b\x35\x3f\xd5\x5a\x3f\x60\xfb\x29\xfb\x07\x6c\x3f\xe5\x7c\x60\xfb\x9f\xd6\xfd\x81\xb1\x4f\x0d\x3f\x30\xf6\x59\xf5\x2f\xfc\x76\xfc\xe0\xff\x89\xdf\xce\xea\x7f\xe1\xb7\xe3\x0a\xc0\x4f\xfc\x76\xd6\xfc\x0b\xbf\xdd\x18\xff\xc2\x6f\x37\xa6\xbf\xf0\xdb\x8d\xf6\x17\x7e\xbb\x31\xff\x85\xdf\x6e\x2c\x7f\xe1\xb7\x1b\xeb\x5f\xf8\xed\xc6\xf6\x17\x7e\xbb\xda\x57\xbe\xf8\xed\xfa\x3e\xf0\x13\xbf\xdd\x74\x7f\xe0\xb7\x8b\x19\x49\xf8\xed\x62\x46\x0a\x18\x71\xae\x21\x0b\x47\xce\xc5\x8c\xa4\xef\x79\x0d\x8c\xcd\xf8\x5d\x5f\x63\xb1\x94\x7f\x05\xe6\x5d\x5f\x7e\x51\xe9\xa8\xd7\x97\x58\xec\x53\x8f\x5c\x3f\xb6\xc8\x6b\xfb\xc7\x16\x79\xa9\xf5\x16\x80\xed\x57\x70\xf7\x3b\x7c\x57\x70\xf7\x3b\x7c\x57\x70\xf7\x3b\x7c\x57\x70\xf7\x3b\x7c\x57\x70\xf7\xc7\xf0\x41\xa5\xff\x73\xf8\x72\xfd\x7b\xf8\x72\xfb\x7b\xf8\x72\xff\x7b\xf8\xf2\xf8\x7b\xf8\xf2\xfc\x7b\xf8\xf2\xfa\x7b\xf8\x64\x93\xfa\x31\x7c\x2c\xbd\x84\x26\x79\x1d\x7a\x47\xd5\xa3\xbb\x0e\xa1\x7f\x0d\x2d\xc6\x94\xc0\x96\x7c\x1d\x20\xde\x8b\xf6\x73\x31\xa6\x28\x0c\xea\x3a\x40\x7c\xa1\xf9\x75\x80\x18\x0d\x67\xd9\xc5\xd0\xa2\x1a\xd0\x17\x30\x27\x7b\xf1\xc5\x60\x12\xd8\x5e\x2e\x06\x13\xd5\xc7\xb8\x30\x76\xcb\x00\x75\x07\x87\x2f\x81\x95\x77\xec\x1f\x06\x9a\x3b\xce\x0f\x03\xcd\x1d\xf7\x87\x61\xe7\xfa\x42\x8c\x8a\x37\xb8\x5a\x60\x9a\x05\x6b\xfd\x9c\x05\xae\xd9\xfe\x92\xff\x84\xbf\xe7\xc5\x79\xfe\x9e\x17\x27\xfe\x3d\x2f\x4e\xfa\x7b\x5e\x1c\xfb\x7b\x5e\x9c\xfc\xf7\xbc\x38\xe5\xef\x79\x71\xea\xdf\xf3\xe2\xb4\xbf\xe7\xc5\xe9\x7f\xcf\x8b\x33\xfe\x9e\x17\x67\xfe\x3d\x2f\xce\xfa\x7b\x5e\xdc\xff\xc8\x7e\xcf\xdf\xb2\xdf\xfb\x5b\x76\x0b\x21\xfc\x96\xdd\x42\x78\x7e\xcb\x6e\x21\xc4\xdf\xb2\x5b\x08\xe9\xb7\xec\x16\x82\xfd\x96\xdd\x42\xc8\xbf\x65\xb7\x10\xca\x6f\xd9\x2d\x84\xfa\x5b\x76\x0b\xa1\xfd\x96\xdd\x42\xe8\xbf\x65\xb7\x10\xc6\x6f\xd9\x2d\xb8\xde\xf8\x43\x76\x0b\x28\x7a\xec\x23\x16\x50\xf4\xb2\x7b\x29\x2c\x3c\x7f\x7d\x17\x0b\xcf\x7f\xbe\x4b\xfc\xcf\x77\x89\xff\xf9\x2e\xf1\x3f\xdf\x25\xfe\xe7\xbb\xc4\xff\x7c\x97\xf8\x9f\xef\x12\xff\xf3\x5d\xe2\x7f\xbe\x4b\xfc\xcf\x77\x89\xff\xf9\x2e\xf1\x3f\xdf\x25\xfd\xe7\xbb\x68\x73\xf7\xad\xde\x82\x36\xf7\xa9\xd6\xfa\xfb\x6e\xed\x98\xba\x5b\xbb\xa5\xee\xce\xf9\x6b\xe8\xb6\x90\xdb\xd7\xd0\x6d\x21\xf7\xaf\xa1\xdb\x42\x1e\x5f\x43\xb7\x85\x3c\xbf\xc6\x6c\x0b\x79\x7d\x8d\xd9\x16\xca\xf3\x35\x66\x5b\xa0\x30\x08\xc6\x6c\x0b\xa5\x7e\xf7\x12\x0b\xaf\x49\x3c\xd3\xda\x5f\x63\xb6\x05\x4c\xe2\x6e\xcc\xfe\x7f\x47\x8f\x05\x59\xcb\x03\x22\x60\x9b\x8c\xea\x66\x2d\x5f\x3b\xb7\x85\x5a\xbf\x76\x6e\x0b\xb5\x7d\xed\xdc\x16\x6a\xff\xda\xb9\x2d\x60\x57\xc7\xb0\x60\x01\xbb\x3a\x20\xd9\x42\x3d\x5f\x3b\xb7\x85\x7a\xbf\x76\x6e\x0b\x2d\x7c\xed\xdc\x16\xda\xf3\xb5\x73\x5b\x90\x95\xbd\xf0\x14\x59\xd9\x8d\x7e\xca\xca\x6e\xba\xb3\x7e\xb7\x51\x0b\x6d\x7c\xed\xdc\x16\x5e\x2b\xbb\x7e\xb7\xbe\x76\x6e\x0b\x58\xd9\xd1\x2d\x2d\x70\x30\x70\xec\x5a\x68\xf7\xbb\xe1\x5a\xc0\xca\x8e\x66\xeb\xfe\x9b\xcf\xa1\x61\x41\x56\xbe\xcd\x32\x93\x95\x6f\xeb\xda\xf8\xe2\x14\x0b\xb2\xf2\x39\x4e\xb1\xf0\x5a\xf9\xe8\x27\x56\xbe\xf8\xfe\xee\x7c\x51\x8b\x05\x59\xf9\x32\x4f\x91\x95\x2f\x33\xe9\x64\xe5\x2b\x3c\x45\x56\xbe\xca\x74\x91\x29\xaf\x32\xcd\x64\xca\xd3\xe4\xc1\x94\x87\x3d\xd7\x02\xa6\x3c\x30\x8c\x05\x99\xf2\xb2\xae\x81\x2c\x17\xdf\x45\xa6\xbc\xcc\x37\x93\x29\xaf\xe8\x99\xf3\x8b\x68\x2c\x60\xca\xc3\x9e\x6b\x41\xa6\xbc\x8a\xec\x32\xe5\x65\xf5\xfa\x7e\xf1\x8d\x85\xd7\x94\x87\x0c\x32\xe5\x05\xbe\xae\x4c\x79\x81\xa7\xcc\xf4\xc5\x37\x16\xa6\x7d\xf1\x8d\x05\x4c\x79\x8f\xe6\xcb\x2c\x5f\x7c\x63\x61\xd6\x2f\xbe\xb1\x30\xdb\x17\xdf\x58\x98\xfd\x8b\x6f\x2c\xcc\xf1\xc5\x37\x16\xe6\xfc\xe2\x1b\x0b\x73\x7d\xf1\x8d\x85\xb9\xbf\xf8\xc6\xc2\x3c\x5f\x7c\x63\x61\xde\x2f\xbe\xb1\xb0\xc2\x17\xdf\x58\x58\xcf\x17\xdf\x58\xc0\x94\x07\xbe\xb1\xb0\xd2\x17\xdf\x58\xc0\x94\xf7\x68\x96\xaf\xfc\xc5\x37\x16\x56\xf9\xe2\x1b\x0b\x98\xf2\xc0\x37\x16\x64\xca\x2b\xf4\x53\xa6\xbc\xad\x3b\xc7\x17\xed\x58\xc0\x94\x07\xda\xb1\x80\x29\x0f\xb4\x63\x41\xa6\x3c\x6d\x6e\xeb\x7c\xd1\x8e\x05\x4c\x79\xa0\x1d\x0b\x98\xf2\x1e\x6d\x59\x98\xf2\x1e\xad\x70\x99\xf2\x22\x5f\x70\xa7\x2f\xda\xb1\xb0\xed\x8b\x76\x2c\xec\xfc\x45\x3b\x16\x64\xca\x93\x44\x32\xe5\x35\xe6\xa7\x4c\x79\x95\x71\x7f\x4d\x79\xea\x0b\xa6\xbc\xa2\x6b\x32\xc5\xaa\x67\xcc\xcf\x86\xec\x32\xe5\x65\xe6\x99\x4c\x79\x95\x6f\x26\x53\x5e\xa5\x2f\x32\xe5\x35\xe6\x84\x4c\x79\x9d\xf9\x22\x53\x9e\x56\x9c\x4c\x79\xe5\x1f\x45\xbd\x2c\xc8\xca\xa7\x45\x75\x64\x85\xd6\x0b\x10\xbd\xeb\xe5\x12\x1d\x81\x64\xe5\xd3\xb6\x7b\x10\x5d\x53\xf7\xc8\x8a\xa9\x6b\x0c\xad\x36\xb7\x23\x2b\x2d\x1f\xfe\x20\xba\x36\xcc\x23\x2b\x26\x1f\xe2\x20\x7a\xe7\x23\x61\x2b\xc4\x9e\x6b\x41\x76\x42\x9d\x93\xd8\x08\xb1\xe7\x5a\xc0\x46\x88\x3d\xd7\xc2\x95\x15\x93\x9e\x61\x23\xc4\x9e\x6b\xe1\xca\xca\xae\x37\x48\x3e\x86\xe8\xca\x4a\xab\x6b\xc8\xa7\x49\x77\x65\x65\xe7\x4b\xc8\x7e\xa8\x25\x8d\xfd\x10\x7b\xae\x85\x2b\x2b\x2d\x4b\xf3\x4a\x3e\xf5\x4c\x56\x68\x97\xe8\x09\x1a\xda\x4d\x4b\x56\xe8\x4c\x0b\xf9\x86\xee\x44\x3e\xb7\xe7\xda\x13\x34\x7e\xba\x53\xf6\x3c\x5d\xd3\xd4\x1d\xb4\xe4\x45\xa8\xb4\xb0\x8f\x16\xdd\x29\xa3\x5d\xa3\x85\x7c\x6e\xcf\xb5\x27\xc8\x3e\xaa\x3b\xd7\xd7\x9e\x6b\x0f\xf6\x4a\xec\xb9\xf6\xc8\xd2\xf8\xb1\xe7\xda\x23\x6b\xe3\xc7\x9e\x6b\x0f\x16\x47\xec\xb9\xf6\x60\x56\xc4\x9e\x6b\x0f\x66\x45\xec\xb9\xf6\x60\x56\xc4\x9e\x6b\x8f\x47\xdf\xc8\x9e\x6b\xcf\x23\x2b\xad\xee\xa4\x17\x51\xbd\xe0\x2b\xbb\x3d\xd7\x9e\x07\x2b\x2d\x5b\xc9\xe3\x5a\xa6\xec\xb9\xf6\xb8\x86\x29\x7b\xae\x3d\x11\x4b\x73\xd2\x9d\xf4\x05\xcd\xe8\x89\x58\x8c\x1f\xb5\xe6\xd7\x9e\x6b\x4f\x5c\x5f\x7b\xae\x3d\x71\x7f\xed\xb9\xf6\x24\xf9\x4e\xf8\x1d\xa6\x43\xec\xb9\xf6\x24\x2d\xd8\x42\x4b\xb6\x77\x46\x20\xc9\xb7\x40\x3f\x31\x1d\x62\xcf\xb5\x27\x69\x55\x22\x3b\xa6\x43\xec\xb9\xf6\x60\x3a\x74\x7b\xee\x9f\x16\xa3\x3a\xf5\x14\x46\x75\x32\x8b\x30\x1d\x62\xb4\xb5\x07\xd3\x61\x5c\xba\xf3\x7e\x8d\xb6\xf6\x58\xf8\x1a\x6d\xed\xb1\xe7\x6b\xb4\xb5\x47\x26\x08\xd6\xe8\x63\xf9\x6b\xb4\xb5\xc7\xca\xd7\x68\x6b\x0f\x26\x40\x8c\xb6\xf6\x60\x02\x4c\xea\x0b\x26\x40\x8c\xb6\xf6\x60\x02\xc4\x68\x6b\x8f\xfd\x08\x01\xb0\xc7\x7e\x84\x00\xd8\x43\x2d\x7a\x1d\x8a\x8f\x4c\x79\x28\x43\x8f\x4c\x79\x28\x35\x8f\x4c\x79\x28\x43\x8f\x4c\x79\x28\x43\x8f\x4c\x79\x28\x43\x8f\x4c\x79\x9a\x67\xaf\x29\x4f\xbf\x93\x02\x82\x0c\x32\xe5\x15\xfd\x4e\x0a\x08\xa3\x22\x53\x1e\x9b\xf1\x23\x53\x5e\x50\x3f\xa5\x60\xfd\xc3\x50\x63\x8f\xac\x7c\xe8\x42\xcf\x6b\xe5\x63\x68\x5f\x2b\x1f\x8f\x94\x95\x4f\x0b\x5d\x56\x3e\xf4\x9d\x47\x56\x3e\xf4\x9d\x47\x56\x3e\xf4\x9d\x47\x56\x3e\x2d\x38\x59\xf9\xd0\x77\x9e\x82\xe8\x41\x4f\x41\x74\xf4\x9d\xa7\xe8\xec\xe6\x43\x14\x44\x47\xdf\x79\x0a\xa2\xa3\xef\x3c\x45\x56\x68\x06\xac\xe8\xec\xd6\x53\x64\x85\xe6\x5a\x45\x3e\xf4\x9d\xa7\xca\x0a\x8d\x7c\x55\xba\x17\x6f\xa8\x3a\xbb\x91\xb6\x4a\xf7\xe2\x7d\x8a\x70\x40\xdf\x79\x14\xe1\x80\xbe\xf3\x28\xc2\x41\x9b\x95\x22\x1c\x34\xad\x15\xe1\x80\xbe\xf3\x10\xe1\x20\x7d\xe7\x51\x84\x43\xd6\x9d\xb2\xb2\xeb\x99\xd2\x2d\x75\x4d\x56\x76\xf5\x53\xba\x17\x4f\x51\x84\x83\xb6\x33\x45\x38\x68\x5b\x22\xc2\x41\x1a\xce\xa3\x08\x87\xac\x3b\x91\xaf\xa8\x25\xf9\x78\xbb\x22\x1c\xd0\x70\x1e\x45\x38\x68\x6b\x55\x84\x43\x52\x4b\x53\x57\x77\x6a\xea\xaa\x05\x3b\xb9\xa4\x6d\xb0\x93\x6b\x9e\x35\xd8\xc9\xb5\x81\x35\xd8\xc9\xdf\xbe\xc0\xfa\xad\x59\x00\x25\x6a\xd0\x0c\x81\x12\x35\x18\xdf\x05\x4a\xd4\x70\x19\x5b\x28\x51\xc3\x66\xdc\xa1\x44\x7d\x67\x1d\x94\xa8\xef\x48\x43\x89\xfa\xca\xd0\x55\xaf\x48\x2d\x58\xbf\x39\xf4\x1f\xc7\x3e\x09\x7e\x12\x7b\xa0\x44\x7d\x16\xbd\x86\x12\xf5\x39\x7a\xbb\x53\x78\xc6\xf7\x77\x14\xa1\xd6\x51\x07\x25\x6a\xd4\x16\x02\x25\x2a\x8c\x39\xf6\x40\x89\xfa\x1e\x47\x43\x6c\xda\xf4\x53\x15\xfc\x50\x94\x1e\x2a\xf8\xd9\xc3\xfb\x1c\xfb\x64\xab\x7c\x4f\xe8\x52\x09\x97\xb3\x07\xba\xd4\xac\xd5\x01\x5d\x2a\x0c\x28\xf6\x50\xa6\x8f\xbc\x4f\x7b\x1c\xfb\x64\x72\x42\xed\x81\x4a\xb5\x24\xf5\xcc\xe5\x2b\xda\x76\x29\xd3\x47\x46\x82\x3d\x43\xec\xcf\xea\xa7\xcb\x57\x2b\xb2\x43\xb3\x5a\xb5\x4f\xa8\x80\x83\xd9\xbe\x0f\xcf\x85\x6a\xb5\x2e\x7a\x4e\x99\xbe\x7a\x98\xa3\x13\xfa\x64\x6d\x7e\xd0\xb0\x36\x54\xa7\x67\x8a\xf0\x3f\xef\xa5\xed\x1e\x2a\x56\xf2\x15\xed\x81\x8a\x95\xd2\xc5\xf6\x90\x2b\x5d\x34\x53\xa0\x62\x85\x2e\xc3\x1e\xa8\x58\x7b\xd7\xef\x26\x74\xc7\xc8\x02\x15\xeb\x78\xd4\x82\x7e\x58\xca\x0d\x54\xac\x43\x72\x42\xc5\x3a\x50\x08\x1f\xa8\x58\xc7\x52\x4b\xc1\xb7\x65\xaf\xc9\x97\x86\x8e\x75\xd6\x7f\x69\xce\x0f\x4c\xad\x13\x5d\xf2\x81\xa9\x75\x69\xd0\x1d\x22\xdd\x21\xcd\x62\x95\xf7\x83\x9c\xa9\xd7\x56\x18\x83\x99\xa0\x0e\x93\xf2\xd2\xf9\xee\x30\x29\x2f\x9d\xe1\x8b\x72\x54\x43\x6f\x99\xb4\xf4\x3b\xd8\x8b\xb5\x90\x16\x31\x9d\x56\xf7\xd1\x46\x42\x7d\x87\xad\xcd\x90\xfa\x0e\x5b\x1b\x33\xf5\x1d\xb6\x26\x1b\xf5\x1d\xf6\xe0\x77\x0e\x95\xf2\x1e\xba\xd3\xe5\xdc\x8b\x21\x71\xa8\x94\x8f\xce\xc0\x0d\xfb\xef\x65\xe0\xa9\xf6\x77\x31\xef\x3c\x2a\x27\xaf\xa3\x66\xc3\xb8\x1b\x91\x83\x6a\x7f\x57\xa7\xec\x16\xe3\xae\xde\x0e\xe3\x6e\xd5\x35\x68\x67\x25\x03\x04\xae\xd0\x08\xd8\x03\x81\xeb\xbb\xe5\x40\xe0\x1a\xb4\x59\x40\xe0\x1a\x24\x2d\x04\xae\x41\x0b\x14\x02\xd7\xb0\x79\x0a\x04\xae\x58\xbb\xed\x81\xc0\x95\xf2\xbc\xf6\x40\xe0\x4a\x9e\x9a\x3d\x10\xb8\x3e\x13\x69\x21\x70\x8d\x11\xf9\x20\x70\x8d\xd2\x14\x20\x70\x15\x0a\x78\x1c\x0f\x95\x77\x5b\xa1\xda\x5f\xd2\xb2\x13\xb9\xab\xf4\x65\xc8\x5d\x4d\x5a\x04\xe4\xae\xa6\xa9\x0a\xb9\xab\x69\xb4\x21\x77\xcd\xd2\x80\x21\x77\xcd\x92\x0f\x72\xd7\xa2\x03\x12\x72\xd7\xa2\x7e\x42\xee\x5a\x24\x1f\xe4\xae\x45\xfa\x30\xe4\xae\x25\x31\x46\x90\xbb\x16\x1d\x0b\xb7\xbd\xb1\xd0\x5b\xfd\x81\xc4\xb5\x08\xb1\x5c\x08\x50\xa7\x9e\xab\x2a\x7f\x6a\xb9\x1c\xe5\xe8\x49\x90\x87\x32\x32\x11\x82\xd7\xca\x3c\x8c\x10\xbc\x56\xd6\x54\x84\xe0\xb5\xa2\x5d\x46\x08\x5e\xab\xa7\xb5\x59\x84\xe0\xb5\xba\xa3\xd1\x22\x04\xaf\x8d\x83\x30\x42\xf0\xda\x86\x9e\x02\x29\x27\xda\x6c\x84\xe0\xb5\x3b\xfd\xbe\xc5\xd0\x7f\x47\x62\x5b\x84\xe4\xb5\xbb\x3f\xc5\x22\x24\xaf\xbd\xe8\x9a\x48\x3b\x33\x2d\x98\x39\xd9\x1e\xa3\xc7\x6a\x78\x76\x94\xb7\xdc\x84\x37\xd9\xaa\x22\x04\xb0\x1d\x04\x14\x21\x80\xed\x97\xa7\x78\xac\x86\xf7\x00\x2f\x91\x45\x48\x60\x07\x9b\x7b\x7c\x3e\xb1\xe2\xd4\x88\xb1\x08\x11\xec\x00\x33\x47\x88\x60\x87\xfa\xe4\x08\x2a\xc1\x2c\x63\x11\x22\xd8\xf9\xe8\x49\x70\x64\x82\xb5\xe2\x23\x8e\x4c\x46\x01\x22\xd8\x39\xd4\x43\x38\x32\x39\x7a\x22\x44\xb0\xa4\x01\x59\x7c\xc4\x91\xa9\x37\xc0\x2f\x89\x66\x1b\xc9\x6b\x58\xe0\x9b\x08\x11\xec\xd2\xe8\x91\xd3\xb0\x38\x4c\x23\x39\x0d\x6b\xf1\xb5\xc8\x69\xd8\x89\x39\x00\x49\xec\x46\x29\x8d\x90\xc4\x6e\x7d\x1b\x48\x62\x77\xd6\x33\xe1\x97\xec\xff\xb2\x3b\x47\xf8\x63\x37\xdb\x66\x84\x3f\x76\x6f\x75\x45\xd4\x93\x08\x0b\x7f\x2c\xe5\x65\x2c\xc2\x1f\xab\xcd\x2e\xc2\x1f\x7b\xa6\xba\x29\xea\x49\x5a\x54\xf8\x23\x15\xc6\xa2\x03\xbd\x72\xd1\x11\x23\xdc\xb2\xa4\x5e\x58\x84\x5b\xf6\x62\x33\x8a\xa4\x3b\xdc\xc6\xa0\x90\xee\x70\x87\x9e\x02\xf5\xe4\xd4\x35\xa8\x27\x81\x45\x91\x74\x87\x8b\x86\x13\xe1\x96\xbd\x57\xbf\xa3\xea\x9d\xe9\x0d\x9e\xee\x00\x2f\x8a\x45\xd2\x1d\x70\x25\x5a\xa4\x64\x7c\x38\x6a\x41\x87\xc8\xd6\x10\x49\x75\xa0\x3a\x8a\x45\xa8\xaa\x9e\xa8\x16\x9c\x87\x68\xc4\x11\xaa\x2a\xea\xc2\x5b\x84\xaa\xea\x69\xbc\x0f\xaa\xaa\xa7\xd1\x6b\x53\xba\x0a\xbd\x86\xaa\xea\xd1\xc2\x83\xaa\x0a\x6e\x6e\x8b\x4a\x73\xd0\xb0\x43\x55\x15\xb5\xf4\x4d\x25\x8f\x9e\x7d\xaf\x7a\xe0\x32\x92\x45\x6b\x11\xba\xaa\x84\x56\x15\xa1\xab\x4a\x18\x95\xa2\x2a\xfb\x61\x4a\x89\xaa\xec\x27\x89\x55\xd9\xcf\xb8\x13\xba\x2a\x03\x8f\x44\xe8\xaa\xe0\xaf\xb6\x98\xc5\xa2\xa7\x3b\xc5\xa2\xc7\x68\x53\xd9\xcf\x96\x5a\xb0\xe8\x69\xb9\x40\x65\x95\x1f\xfa\x89\x13\xfb\x56\xbd\xc1\x65\x94\x86\x17\xa1\xb2\x2a\x41\xd7\x60\xa7\x03\x49\x44\xa8\xac\x8a\x36\x25\xa8\xac\x8a\x36\x50\xa8\xac\x4a\x57\x3f\x61\xa7\xd3\xbc\x87\xca\xaa\x68\x8b\x82\xca\xaa\xe8\x7d\x50\x59\x15\x8e\xc4\x08\x95\x55\x39\xba\xd3\xe5\x2b\xfa\xd6\x50\x59\x55\x6d\xa7\x50\x59\xc1\xe5\x61\x11\xba\xaa\x5a\x75\x0d\x76\x3a\x8c\x18\x11\xba\xaa\xaa\x6d\x0b\xba\xaa\x7a\x74\x6d\xbf\x45\x63\x57\x53\x7f\x60\x7e\x03\x53\x46\x28\xab\x1a\xda\x64\x84\xb2\xaa\x61\xd6\x88\xf5\x79\x7f\x0b\x95\xad\x45\x47\x8b\xb5\x69\xfb\xaa\x50\xa7\x05\xdd\x0d\x75\x1a\x5a\x7c\x84\xd2\xaa\x6b\x56\x43\x69\x05\xc5\x9b\x45\x28\xad\xba\x66\x03\x75\xdf\x3b\x07\x73\xa4\xee\x7b\xc7\x5c\x16\xeb\x78\x7b\x40\xc2\x99\x45\x08\xb0\xba\xbe\x26\x04\x58\x7d\xeb\x2d\x3e\x5e\xfd\x30\xe7\x20\xc0\xea\x47\x7d\x85\x3e\x4d\x6b\xa7\xa1\x91\xe7\xf2\x39\x9c\x20\xc1\x1a\x1a\x33\x48\xb0\xc6\xe5\xb7\x90\x60\x4d\x14\xd0\xd8\xa0\x1f\x8b\xba\xe6\x72\x4e\x1d\x29\x10\x64\x4d\x94\x93\x08\x41\xd6\x0a\xf4\x1c\x82\x2c\x68\x8e\x2d\x36\x95\x1b\xab\x7b\x0f\x5d\x87\x82\x4c\xeb\x00\x92\xac\xa5\xaf\x02\x49\x96\xd4\xd8\x08\x49\xd6\xd2\x78\x43\x92\xe5\xc5\xba\xff\xff\x56\x0d\x7f\xd6\xda\x7c\x02\xf8\xb3\xde\x93\xa1\x8b\x03\x8c\xc1\x83\x3f\x6b\x37\xba\x0a\x7f\xd6\xd6\x92\x54\x59\x78\xac\xc5\x11\xfe\xac\x13\x19\x2e\xf1\x67\x75\x16\x21\x6c\xb8\x57\x87\x41\x17\xf9\x94\xde\x2e\xf2\x29\xdd\x49\x96\x9c\xb6\xdc\x0e\xf9\x94\x26\xb0\xca\xc2\x5f\xf5\xc5\xb3\xc8\x60\xa0\xb5\xe8\xc0\xb1\x09\x6c\x47\x07\x8e\xed\x41\x4f\x8a\x03\xf2\x29\x3d\x13\x6e\xad\x47\x27\xad\x03\x47\x83\x40\xdf\x22\x04\x5a\xf1\x7d\x26\xe4\x4c\x3a\x69\x1d\x38\x7a\x19\xd8\xa3\x8d\x06\x12\x2d\xd9\x88\x23\x44\x59\x51\x1b\x14\x44\x59\xb2\x50\x46\x88\xb2\xa2\xbe\x37\x44\x59\x51\x53\x0a\xa2\xac\xa4\xa5\x33\x21\x61\x42\x8f\x8c\x0e\x0e\x5b\xd2\x04\x83\x44\x2b\xa1\x71\x46\x48\xb4\x92\x34\x3c\x48\xb4\x28\x51\x60\x11\x12\xad\x34\x74\xcd\xe5\x48\xd2\xa1\x20\xd1\xa2\x0c\x81\x45\x80\x61\x3a\x6a\x41\xd0\xa4\x69\x0a\x89\x96\x61\x34\x88\x90\x68\x59\xd6\x53\x20\x68\xaa\xea\x35\x04\x4d\xb8\x53\x22\x24\x5a\xa6\x05\x06\x89\x96\x01\x9c\x23\x24\x5a\xa6\xc3\x49\xc0\x30\xcf\x7d\x8c\x27\x41\xa4\x95\x13\xf2\x43\xa4\x95\x75\x3c\x42\xa4\x95\xb1\x40\x47\x88\xb4\xb2\x36\x68\x88\xb4\xb2\x36\x45\x88\xb4\xb2\x0e\x7c\x88\xb4\xb2\x8e\x23\x88\xb4\x32\x48\x2b\x42\xa4\x95\xb5\x35\x40\xa4\x95\x35\xbe\x90\x65\x15\xa9\x1b\x8e\xec\x76\xcb\x6b\x53\x59\xc6\x22\x84\x59\x05\x64\x14\x37\x44\x4d\x49\x2d\x88\x9a\x30\x80\x44\xc8\xb4\x8a\x8e\x39\x47\x77\x26\x1c\x11\x21\xd3\x2a\x52\x1d\x20\xd3\x2a\x53\x4f\x81\x6c\x4a\xfa\x37\x64\x5a\x55\xc7\xbc\xa3\x3b\xcb\x07\x89\x21\xd3\x6a\x3a\x30\x20\xd3\x6a\xea\x39\x64\x5a\x4d\x1b\xda\xd6\x31\xb0\xf7\x69\x92\x03\x3e\x21\x7d\x73\x08\xb5\xba\x34\x43\x08\xb5\xba\x46\x07\x42\xad\xae\xed\x06\x42\x2d\x4a\x12\x5b\x84\x50\x6b\x68\x3e\x42\xa8\x05\x7f\xa5\x45\x08\xb5\x86\x94\x33\x08\xb5\x86\x24\x86\x50\x6b\x6c\xbd\x01\x3e\x21\x1d\x08\x10\x6a\x4d\xa9\x78\x10\x6a\xc1\x20\x69\x11\x42\xad\xa9\xaf\x08\xa1\xd6\x12\xe2\x80\x50\x6b\x49\x59\x82\x50\x6b\x0f\x46\x95\x7a\xee\x5b\xf3\xff\xc2\xc5\xa3\xdd\xe0\x8a\x8b\x87\x79\x0c\xd9\x16\xb9\x9b\x16\x21\xdb\x3a\x58\x9b\xa3\xea\xb9\x97\xb0\x4f\xd5\x6f\xbd\x1c\x60\x93\x52\x0b\xe1\xd6\xb9\x8c\x07\x84\x5b\x57\xf3\x18\xc2\xad\x1b\xff\x65\xfc\x88\x70\x71\x09\xb2\xc7\x3b\xde\x57\xde\xa5\x2e\x4d\xa8\x75\x10\xf3\x42\xd7\x73\xf4\x12\xa8\x6e\xa4\xcd\x90\xec\x1e\xb4\x91\x90\xec\x4e\xa5\x6c\x4b\x24\xbb\x2b\x00\x26\x91\xec\x1e\x9c\x91\xce\x12\x09\xed\x61\xe9\x4e\xe8\x7a\xbc\x22\xa0\x25\x12\xda\x1f\xcc\x04\x89\x84\x76\x18\xfe\x2c\x91\xb4\xfe\x44\xdd\x09\x65\x4d\xd2\x9d\x24\x3b\x37\xbd\x6f\x93\xfa\xfc\xd0\x82\x0f\x85\x61\x4c\x24\xa6\x27\x20\x66\x22\x31\x9d\x8a\xe6\x96\x48\x4c\x87\x6d\xda\x12\x89\xe9\x96\x74\x27\x9c\x27\xce\xef\x60\x89\xc4\x74\x2b\xba\xe6\xfd\x84\xe1\xd9\x12\x89\xe9\xd4\x97\xb3\x44\x62\x7a\xee\x7a\x83\x38\x4f\x16\x2d\x71\x9e\x20\xdf\x03\xe7\x09\x9b\x48\x7a\xc4\x79\x12\x68\x1d\x5a\x7a\x9f\x27\xf9\x76\xf4\xa8\xe4\xe0\xad\x67\xb4\x94\x14\xe1\x3c\x01\x56\xa6\x08\xe7\x89\xbe\x6e\x84\x2b\xc4\x74\x27\x5c\x21\x5d\x77\xc2\x15\x32\x74\xcd\xe5\xab\x6c\xa9\xc9\xc1\x5b\xaf\x20\xa6\xe4\xe0\xad\x57\xf4\xe4\x14\xe1\x3b\xe1\x18\x4e\x11\xae\x10\x3c\xe2\x29\xc2\x15\x72\x18\x69\x12\xd2\x3b\x10\x30\x45\x8a\xb7\x62\x2f\x4e\x24\xa4\x8f\xf7\x0d\xf0\x73\x00\xc2\x53\x82\x9f\x83\xad\x26\x25\xf8\x39\x30\xc9\xa4\x04\x27\x06\xda\x76\x4a\x70\x62\x30\x3f\x93\x23\x34\x5b\xe8\xec\x29\xc1\x89\xc1\x6c\x4d\x09\x4e\x8c\xac\x67\xc2\x89\x51\xf4\x4c\x38\x31\xd8\xc8\x52\x82\x13\x03\x47\x70\x4a\x70\x62\x74\xfd\x6e\xc2\xba\xa1\x16\xbc\x1e\x18\x84\x52\x82\xd7\xe3\xaa\x2f\x70\x62\xb0\x09\x24\x13\xef\x05\x77\x1a\xdc\x16\xa6\x6b\x10\x58\xe0\x5c\x4e\x06\x81\x85\xde\x6e\x10\x58\x74\xfa\x69\x10\x58\xe0\xfa\x4b\x06\x81\x85\x66\x96\x41\x60\x31\xd5\x9a\xac\xf2\xb6\x77\xd7\xdd\x90\x58\x68\x64\x1c\x69\xf5\x13\xd4\xf2\xbe\x1e\xc9\xe8\x48\xab\x1f\x36\xba\x94\x21\x79\xd0\x2a\xcf\xcf\xa7\xa8\x35\x16\xe4\x94\xa9\xd6\xaa\xf1\xc8\x54\x6b\x0d\xfa\xad\x51\x1c\x56\xd7\x32\xc5\x61\xf5\xbb\x42\x8b\x77\x3a\xda\x32\x88\x59\x2d\xe5\xf6\x79\xcb\xd0\x6f\xa9\xd8\x0a\x8a\x4d\x84\x0b\x4b\xa5\x48\x79\x7e\xef\x66\x04\x1d\x75\xd9\x29\x7a\xd3\xa6\x66\x2c\xf3\x80\xd4\x75\x78\xe2\x2d\x39\xea\xb2\xa3\xaf\x46\x3d\xf5\xa3\x59\x58\x28\x58\x0b\x72\x48\x05\x39\xc1\x02\xa9\x20\x27\x4e\xca\x54\x90\x53\xbb\x4f\x41\x4e\x8c\x46\xc9\x51\x97\xdd\xe7\x1f\xd5\x63\x2c\xb9\x4b\xcf\xa8\x5e\x66\xc9\x5d\x7a\x06\xd3\x86\x25\x07\x6b\x76\x09\xbc\x4a\x0e\xd6\xec\x6a\x59\x95\x8f\xf8\xe7\x51\xc7\x71\xfd\x10\x7a\x92\x0a\x5c\x0f\xe8\x51\xa9\x52\x98\x16\xb8\x98\x1c\x90\xd9\xc5\xb7\x9b\x1c\x8c\xd9\x5d\xba\x33\xd1\x42\x60\x07\x63\x76\xb7\xee\xf4\xd8\x49\xc3\xd5\x94\x2a\x22\x5e\x5d\xab\x38\x97\xe8\x0b\x15\x0b\x03\x20\x2e\x51\xb1\x50\xe6\x8e\x44\xc5\x42\x45\x50\x26\x2a\x16\x06\x6d\xb0\x54\x2c\x0c\xda\xb4\xa9\x58\x08\x6f\x9b\x25\xaa\x12\x06\x6d\x63\x54\x25\x0c\x00\xe7\xd4\xe2\xfb\x35\x2e\xa6\x82\x44\x65\xc2\x80\x29\x28\x51\x7d\x30\x00\xd2\x12\xd5\x07\xdf\x83\x89\xea\x83\x42\x06\x49\x80\xea\xcf\x93\x9a\x7e\x4b\x7f\xb5\xf8\xdb\xe7\xbb\x0b\x4a\x26\x2a\x14\xca\x56\x9d\xa8\x50\x18\x8e\xae\x31\xed\x70\x8f\xa4\x76\x3f\xbf\xc5\x1e\x9f\x70\xc9\x3d\xda\xba\xfa\xf3\x56\x5d\x5e\x3a\x7e\x70\xcb\x09\xa7\xa4\x9e\xde\xeb\x54\xb8\xb6\x24\xd7\x1c\xba\x73\x92\x6b\x4e\x87\xa3\x5c\x73\x38\x6a\x92\xa3\xa8\x64\x9a\xf2\x72\xcd\x61\xf9\x4b\x54\x2b\x7c\xf4\xd5\xe5\x9a\x03\x9c\xa7\x0e\xa7\x8a\xbe\x55\x5f\x9f\x1e\x68\x63\xc6\x3d\xf7\xe8\xeb\xc9\x3d\xa7\xa5\x2f\xf7\x9c\x8e\xf5\x11\xde\xdf\xc2\x8c\x6c\x09\x17\x9d\x22\x63\x12\x2e\x3a\x45\xf0\x24\x5c\x74\x0a\xd5\x4a\xb8\xe8\x22\xda\x52\xc2\x45\xa7\xf8\xa1\x84\x8b\x4e\x21\x57\x49\x48\xeb\x8f\xe2\xaa\x6d\x0e\x37\x9d\x22\x20\xd2\xe8\x9f\xeb\x60\xa1\x84\xab\x2e\x6a\x13\x19\x72\x37\xea\x9a\xdc\x8d\x8c\xe6\xb8\x9f\xdf\xe2\x61\x48\x54\x3e\x8c\x97\x37\xe1\x8e\x4b\x60\xd3\x84\x3b\x2e\x61\xa7\x4e\x33\xbd\xbf\x85\x7b\xc8\xd2\xb4\xcf\x7f\xb4\x49\x51\x1d\x31\x15\x3d\xcd\xe5\x4a\xa0\x92\x84\x4b\x2e\xa9\x97\x54\x47\x4c\x53\xad\x8f\x4c\x47\x8a\x03\x6e\x39\x0a\x76\x58\xc2\x2d\x97\x74\x80\xcc\xf5\xde\x7d\x1f\xbd\xd7\xc7\x29\x81\x30\x93\xa3\xac\x94\xb5\x22\xa9\x84\x48\xd1\x0e\x4b\xb8\xde\x28\xc5\x61\x09\xff\x1a\xa5\x38\x2c\x39\xc2\x4a\x19\x13\x50\xa2\x12\xa2\xe9\xb0\xa3\x12\xa2\x4c\x75\x09\xdf\x9a\x69\x6c\xf1\xad\x99\xd6\x35\xbe\x35\xca\x5f\x58\xc2\xb7\x26\x33\x5e\xc2\xb7\x66\x52\x5d\xf0\xad\x99\x64\x5c\x14\x25\x96\x22\x83\x5f\xcd\xb4\xa5\x0b\x7d\x59\xda\x9b\xa0\xe0\x84\x6f\xcd\x0e\x3d\xc0\xb7\x66\x52\x9e\xf0\xad\x99\xb6\x75\x7c\x6b\xa6\xf9\x8d\xff\x2c\xff\x59\x7d\xff\x7f\x5b\xc7\xb5\x96\x93\x5e\x80\xa7\xd8\xf4\x48\xf7\x84\x67\x09\x85\x6b\x2d\xeb\x0c\x74\xf0\x95\xf2\xe0\x93\x3a\xf8\xca\x82\xa9\x49\xe0\xeb\xcf\x1f\xda\x5e\x1c\x7c\xe5\x0c\x70\x4f\x0e\xbe\x72\xd6\x42\x70\xf0\x95\x33\x81\x66\x89\x14\x8f\xac\x4d\xde\xc1\x57\xce\xda\xd6\x4f\x7a\x9f\x7b\x34\x08\xc7\x3e\xff\xc1\x28\x92\x1c\x84\xe5\x8c\x49\x22\x1d\x3e\x83\x34\xc3\x83\xac\x78\xe8\xd3\x41\x56\x2d\x99\x83\x57\x7c\xeb\x29\x7e\x82\x67\x9d\x9f\x0e\xc2\x72\x3e\xea\xc5\xfa\xbe\x13\x79\x1d\x88\xe5\x7c\xf4\x16\x97\xb5\x68\xb2\x9d\xcf\x90\x2a\x0e\x22\x39\x18\xcb\x45\x8b\xde\xc1\x58\x16\xfc\x4e\x0e\xc6\xb2\x9c\x68\x09\x5e\x92\xac\x29\xed\x60\x2c\x17\x80\x5a\x72\x20\x96\x8b\xe9\xce\x42\x4b\xcf\x74\x39\x8b\x74\x49\x07\x62\xb9\x68\x6b\xa6\x66\x7b\xd1\xd7\x72\xb4\x95\x0a\x4e\x97\x44\xcd\xf6\xa2\x63\x8c\x9a\xed\x05\xf3\x42\xa2\x66\xbb\xac\xc1\x89\x9a\xed\x45\xa3\x4f\xcd\xf6\xc2\x31\x6d\xd4\x6c\xa7\x02\x89\x19\x35\xdb\x0b\x58\xce\xa8\xd9\x5e\x40\x37\x46\xcd\x76\x39\xf3\x2c\x94\x37\x6a\xe0\x60\x9a\xb1\x50\x3f\xff\xc9\x7a\x9a\xcb\x52\xd1\xd1\xec\x75\xb9\xd9\x16\x60\x35\xea\xb0\x57\xd3\xdb\xf6\xf7\xba\xf1\x1f\xa2\x16\x8a\xde\x48\xd4\x02\xd6\x4b\x73\xac\x95\xab\x9e\xf4\x3a\xcb\x6c\x1f\x7c\x1a\xf6\xe4\xcf\x7f\x00\xd2\x46\x15\x76\x58\x10\xcd\xa8\xb4\x5e\xf9\x26\x46\xa5\xf5\xfa\xde\x39\x3f\xbf\xc5\x20\x66\x0f\x3d\x65\x2e\xda\xf3\xe9\x29\xd4\xb3\x66\xcf\xf9\xfc\xc7\xf4\x7e\x7a\x0b\xaa\x32\x2a\xb2\x53\x3f\xc5\x8c\x04\x97\xc2\x61\x6c\x54\x64\xaf\x68\xfa\x46\x45\xf6\x8a\xbb\xcc\xa8\xc8\x5e\xd5\x0b\x2a\xb2\x37\xf0\xa5\x51\x91\x1d\xce\x45\x33\x2a\xb2\x37\x3c\x21\x46\x45\xf6\x86\xc1\xc4\xe2\xe7\xcb\x53\x6c\xd6\x8c\xaa\xec\xcd\x74\x7d\xd2\x42\x3a\xaa\xb2\xb7\xa2\x27\xb9\x1c\x0d\x67\xaf\x41\xe0\xd5\x30\xb6\x18\x04\x5e\xad\xeb\x1a\xb1\x20\xa8\x4e\x46\x75\xf5\x86\xa2\x64\xa9\x7c\x23\x43\x74\x37\xfd\x65\x2b\xb5\x44\x7f\x35\xef\x1c\x33\xe5\xc6\x0a\x36\xc7\x3e\xb9\x07\x5d\xf3\xfe\x74\x10\xbe\x59\x78\x9f\x2b\x73\x89\x91\x68\x03\x6f\xb9\x19\x55\xd6\x29\xd0\x62\x46\x16\x65\x21\x80\xd2\xa8\xb2\x2e\x3b\xbf\x39\x6e\x4a\xa5\xab\x55\x5e\x23\xe0\xd2\xec\x75\xec\x94\x61\x87\x34\xb3\xf6\x09\xec\x30\xbd\x97\x18\x15\x0e\x61\x73\x7c\x94\x7b\xd7\xdd\x94\xf9\x1e\xff\x0a\xfc\x33\x8a\xb4\xf7\xa9\x87\x20\x2a\x90\xc1\x28\xd2\xde\xf5\x89\x28\xd2\x2e\xd7\x82\x51\xa4\xbd\x03\xc7\x8c\x22\xed\xfd\xe8\x9a\xbd\x5d\xbd\x40\x1c\xcb\x9f\x30\x9d\x8b\x16\x61\x64\x5e\x16\xac\xb1\x46\x21\xf7\xa1\x0f\x4e\xb5\xf6\xf1\xe8\xd9\x3e\x34\x43\xd3\x8c\x6a\xed\x54\x92\x71\x83\xb5\x87\xe2\xb0\xf8\xa9\xd6\x3e\xd0\x33\x8c\x6a\xed\x03\xad\xd1\x32\x61\x3a\xc4\xae\x1a\xd5\xda\x07\xe0\xcc\xa8\xd6\x3e\x34\x71\xa8\xd6\x3e\x08\xef\x32\xaa\xb5\x0f\x4e\x63\xa3\x5a\xfb\xe0\xf0\x30\xaa\xb5\x8f\xad\x6b\xc8\xb0\xf5\x06\x64\x38\x7a\x0a\x32\x68\x31\x52\xad\x7d\xe8\x6b\x51\xad\x7d\x5c\xdd\xe9\x32\xc8\x20\x60\x54\x6b\x9f\xfa\x12\x54\x6b\x9f\x18\x90\x8c\x6a\xed\x53\x4b\x88\x6a\xed\x13\x10\x6e\x54\x6b\x9f\xda\xc6\xa8\xd6\x2e\x27\x8c\x51\xad\x7d\x82\x09\xcc\x71\x51\x96\xe9\xc0\x6a\x7e\x43\x94\xb6\x96\x09\xd5\xdc\xa7\x26\x29\xd8\x68\x0e\xbd\xd3\xe5\x90\x31\xc1\xc0\x3f\x73\xeb\x4e\x8f\x9e\xad\x45\x77\x6e\x5a\x8c\x05\x15\xdb\xa9\x7d\x69\x46\xc5\xf6\xa9\x0d\xc7\xb1\x51\xaa\x58\x45\x0d\x6c\xb4\x30\xb9\x18\x15\xdb\xdf\xe5\xd1\xd2\x1b\x83\xb4\x30\xde\x18\x55\xdb\x97\x16\x4c\x53\xdc\x13\xdf\xbc\xb5\xf7\xee\xad\xb9\xf3\xe2\xa3\xfa\xea\x52\xd6\xc6\xe7\x3f\xc4\x46\xdb\x8b\x91\xea\xde\x68\x7c\xa6\x2a\xee\x4d\xd7\xa9\xe2\x8e\xb1\xc3\xc0\x48\x32\x3a\xd9\x8b\x91\x3e\x0e\x2d\xeb\xe1\xf3\x1f\xcd\x43\x55\x73\x47\x47\x34\x55\x73\xd7\xac\x54\x35\x77\xbc\x17\xd6\xed\xfb\x5b\x5d\xcf\x5c\x47\x1a\x30\xd2\xd2\xac\xed\xf5\x73\xf7\xd4\xef\x89\xfb\x42\xd1\xb1\xfe\x95\xfd\xe8\xdd\xe3\x1b\xd1\xc5\xd7\x56\x75\x77\xad\x60\x55\x77\x7f\x74\x37\xdc\x8c\x20\x54\x53\x75\xf7\x47\x3d\x21\xf6\x8b\xe4\x3a\x53\x75\x77\xbc\x6a\x06\x4e\x52\xbc\x85\x39\x4e\x4a\x55\xc7\x3b\x38\x69\x17\xdd\x69\xb4\xf8\xb2\x8e\x93\x12\xb4\xc0\x66\xe0\xa4\xad\x91\x1d\x1f\x59\x65\x59\x36\xc7\x49\xe9\x3d\xc2\x08\x67\xdc\x1a\x31\xc7\x48\xa9\x05\xfd\x16\x19\x31\x0e\x19\xe1\x8c\x7b\xea\x9a\xf8\x27\xf5\xce\xf3\x79\x0b\x51\xf4\x46\x48\xa3\x2c\xe8\x06\x7e\x7a\x8f\x84\xf9\x7c\xee\xc6\xf6\x6d\x60\xa8\x2d\x55\x81\x90\x46\xaa\x8e\x9a\x39\x7e\x4a\x0d\x33\xb1\x39\x76\x4a\x4d\xc7\xbc\x63\xa7\xd4\x50\xe3\x0c\xec\x74\xfe\xc5\xf5\x6d\x06\xac\x3a\x18\x5c\x8c\x48\xc7\xa3\xb3\x77\xf2\x09\x80\xa7\x06\xa4\x3a\x5a\x42\x0e\xa9\x52\xd3\x20\x4c\x4d\xe1\xb6\xb7\xb4\x1e\x22\x1a\x0f\xb6\x5a\x03\x52\x1d\x6d\x07\x40\xaa\x03\xa0\x34\x20\xd5\x21\xec\xc6\x08\x59\x84\x32\xd3\x6c\xe5\xf7\xb9\xef\x90\x01\xab\x5e\xdd\x47\x05\xe6\xb5\x09\xae\xf6\xb9\x5b\x93\x1d\x68\xf5\xf9\x2d\x21\x7d\x3a\x15\x81\x56\x0a\x60\x32\xa0\x95\xe2\x1e\x0c\x68\xa5\x78\x18\x03\x5a\x5d\x7c\xc8\x46\xc8\xe2\xd5\xe2\x03\x56\x29\x02\xc6\x80\x55\x32\x25\x19\x81\x88\x57\xba\x82\x82\x0d\x81\x55\x06\x22\xea\xda\xb0\xa9\x16\x1f\xa2\xee\x9c\xb4\x98\x02\x8e\x88\xbc\x48\xb6\xb7\x08\x36\xd4\x66\xae\x60\x43\x30\x8c\x29\xd8\x50\x7a\xe3\x09\x1f\xda\x4b\xbd\x53\x01\x87\x3a\xbe\x14\x70\x88\xe7\xc2\x14\x70\xa8\x03\x9d\x80\xc3\xa0\x51\x20\xe0\x30\xe8\x18\x22\xe0\x30\xe8\x18\x22\xe0\xf0\xd1\x72\x27\xe0\x50\xb1\xed\x46\xc0\xa1\xa2\x75\x8c\x80\x43\x45\xc8\x1b\xc9\xec\x5d\x47\x0d\x01\x87\x8f\xa9\x67\x9b\x16\x33\x82\x80\x43\x19\x84\xec\x45\x41\x63\x2f\x9c\xd0\x46\x60\xe1\xa3\xa5\x49\x60\xe1\xa3\x79\x47\x60\xa1\x0c\x3b\x76\xf3\xe7\xb7\x43\xbf\x25\x78\x72\xeb\x6e\x64\xd9\xba\x1b\x59\x24\xe7\xed\xef\x6f\xb7\xe6\x01\xd5\xe3\x23\x76\x6f\x23\xf0\x50\x89\x53\x46\xe0\xa1\x12\xd1\x8c\xc0\x43\xa5\x58\x19\x81\x87\xca\x89\x33\x02\x0f\x21\x32\xb3\x4c\xe0\xa1\xf2\xec\x32\x81\x87\x4a\xaa\xc9\x04\x1e\xca\x29\x9e\x43\x7a\xfb\x73\x70\x7e\x66\x82\x0f\xe5\x26\xcf\x04\x1f\xa6\xa0\x27\xb9\x9c\x89\x51\xca\x54\x90\x4f\x38\x30\x33\xc1\x85\x32\xe1\x64\x02\x08\x13\x23\x91\x1d\xe5\x94\x04\x6e\xc8\x54\x90\x4f\x18\x35\xf3\x13\xde\x1e\x5c\x46\x2a\x13\x44\x98\x70\x3f\xe6\x37\x88\x70\xee\xc5\x86\x9f\x9f\x4f\x9f\x29\x84\x61\x99\x6a\xf2\xd4\x71\xb5\x4c\x10\x61\x92\xbc\x4f\xf9\xfc\x9e\x95\x90\xa9\x28\x9f\xba\x5a\x3e\x3e\x69\xea\xd9\x04\xb0\x72\x48\x65\x02\x02\x13\x86\xda\x4c\x40\xa0\x31\x0f\x33\x01\x81\x46\x46\x42\x26\x20\xd0\x50\x15\x32\x01\x81\xc6\x06\x9b\x09\x08\x34\xc2\x67\x33\x01\x81\x86\x8b\x36\x13\x10\x28\x17\x7e\x26\x20\xd0\xaa\xae\x79\x3f\x0d\xc7\x73\x26\x20\xd0\xd0\xfa\x33\x51\x7f\xd6\xf5\x86\x45\xf8\xac\xfa\x42\xa0\xed\xd6\xef\xce\x2b\xbf\xdb\x3e\xfe\xef\x36\x9e\x09\xfc\x33\x4e\x8d\x4c\xe0\x9f\x02\xbc\xb2\xbb\x95\xbc\xe0\x9e\xb7\x5c\xc4\x1c\x74\xcd\x45\xcc\x8f\x7e\xe7\xe7\xcb\x90\x50\x04\xfe\x29\x9a\x20\x13\xf8\xa7\x48\x83\x4c\xe0\x5f\xd6\xc4\x20\xf0\x2f\x67\xb5\x5c\xc4\x8c\x0e\x97\xdd\xad\x54\x14\x69\x90\xdd\xad\x54\x72\xd3\x9d\x8b\x96\xae\xb9\xf8\x79\xea\x0d\x87\x16\x9f\xc6\xa1\x55\xc9\x9a\xea\x46\x9c\x31\xda\x75\xa6\xe2\xbc\x4c\x33\x99\x8a\xf3\x19\xdb\x74\x06\x56\xc9\xa5\x96\xa9\x38\x4f\x59\x56\xcb\x54\x9c\xcf\x44\x0b\x64\x2a\xce\x97\xa0\xdf\x11\x67\x1c\xf4\x3e\x97\xaf\x44\x86\xd0\xdd\x51\xa5\x90\x85\x97\xa9\x46\x5f\xd0\x0c\x33\xd5\xe8\x4b\xd6\x9d\xc4\x1f\x6b\xc1\xc0\x5c\x33\x8e\x7e\x77\xbe\xb1\xcb\x7c\x6f\xbb\x9f\xff\xb0\xe9\xe4\x1c\x3e\xff\xc1\x91\x9a\x1d\x5b\x95\x82\xb6\x93\xa9\x53\x5f\xd8\x4a\x32\x75\xea\x0b\xa1\x6d\x99\x3a\xf5\xa5\xab\x85\x3c\x68\x84\x99\x20\xbf\x49\x68\x5a\xa6\x4e\x7d\x61\x93\xcc\xd4\xa9\x2f\x1c\x12\x99\x3a\xf5\x45\xa3\x00\x33\xcd\x7c\xf4\xf6\x4d\x8b\xef\x87\xbb\x69\x68\xf2\x52\xa7\xbe\x62\x7e\xc9\xd4\xa9\xaf\xd8\xc8\x73\x79\x3e\x0c\xd6\x55\xff\x21\xa6\x9a\x63\x23\x97\xf4\xb9\x8e\x6d\x37\x17\xfb\xfe\x47\xbf\x70\x59\x65\x9e\xc9\xd4\xac\xaf\x9a\x7f\xd4\xac\xaf\x5a\xa8\xa5\x7d\x7f\xcb\xb7\x28\xfd\xf3\x1f\xad\x97\x32\xbe\xf7\x20\x29\xf5\xeb\x6b\xd5\xf5\xf5\xbd\x8e\xec\x8e\xb7\x4a\xd5\xf7\x2c\x5f\x4e\x6e\x0c\x52\xb9\x10\xa5\x84\x72\x91\xa9\x71\xaf\xf8\x92\x4c\x8d\xfb\xaa\x51\xa7\xc6\x7d\xe5\xe0\xcd\xd4\xb8\xaf\x92\x92\x1a\xf7\x72\x40\x67\x6a\xdc\x57\x2c\xef\xb9\x96\x37\x06\x5b\x9e\x93\x5c\xeb\xe7\x3f\x9a\x7f\xb5\x7d\xef\xd1\x33\x3a\x3d\xd1\xdb\x06\x2d\xfa\x4c\xbd\xfb\x06\xea\xc9\x75\x7d\x7e\x0b\x6a\xce\xd4\xbc\x6f\x49\xfd\x3e\xb4\xf4\xdc\x4b\x8b\x19\x45\xcd\xfb\xa6\x35\x41\xcd\x7b\x19\x74\x32\x35\xef\x65\xd0\xc9\xd4\xbc\x6f\x59\x77\x1a\x2d\x24\xf4\x00\x41\x2f\x9a\xe3\x2d\xe2\xe7\xb5\xab\x50\xf3\x5e\xc1\x97\x99\x9a\xf7\xad\xea\x99\xc8\x88\x51\x38\x53\xf3\xbe\x69\x1d\x50\xf3\xbe\x81\x52\x73\x63\x3e\xeb\xf0\xed\xf4\x1a\xc4\x95\xa9\x64\xdf\xd0\xea\x33\x95\xec\x1b\x11\x72\x99\x4a\xf6\xd4\xe4\xb5\xdc\xbf\x23\xa1\xf9\xd4\x3f\x23\xb1\x75\x78\x74\x7a\xa8\x31\xef\xf4\x70\xe5\x7f\x6d\xeb\x9d\xce\x2f\x75\x89\xce\xa3\x95\xe5\xce\x00\x1c\x5d\x63\x00\x34\x39\x06\xc1\xfd\x3a\xfd\x07\xc1\xfd\x41\xd7\x1c\x4c\x4d\x9d\x4e\x23\x7d\xba\xaa\x73\xd5\x01\x95\x17\xde\xf1\x96\x8b\x2a\x4b\x54\x76\x40\x55\x3a\xfe\xe6\x3c\x48\x62\xd0\xe9\x3d\x48\x62\xd0\x46\xef\x60\xaa\x28\x4b\x2a\x03\xa6\xe6\xd0\x1b\x48\x60\xd0\x20\x0c\x12\x18\x00\x53\x79\x90\xc0\x30\xf5\x94\x43\x4b\x6f\x70\x19\x3b\x4e\x9d\x3c\x91\x11\x58\x95\xe7\x8f\x82\x05\xf4\x6e\x7e\x92\x18\x64\x07\xcb\x33\x7d\xef\x61\x01\x38\xa0\x2a\xfd\xf0\x9d\x26\xf2\x5c\xb5\xd8\x24\x31\x6a\xe5\x89\x3c\x00\xcb\x3c\x49\xc8\xb8\x4c\x3f\x47\x46\x85\x82\xc6\x96\x1d\x19\x95\xa1\x4d\xd2\x43\xfd\xca\x90\x06\x34\xcf\x27\x71\x42\xdb\xa6\x23\xa3\x32\x88\x29\xcf\x8e\x8c\xca\xd0\x52\x59\x24\x5d\xe8\x8b\x2e\x8a\x10\xe8\x30\x59\x24\x5c\xa0\x6f\xe6\x45\xc2\x05\x1a\x66\x5e\x9f\xe9\x77\x83\xde\xe2\x63\x23\x13\x57\x86\xc1\x6e\x62\x64\xca\x8e\x8a\xca\xc0\xf4\x90\xd7\xfc\xa6\x76\xe8\x69\xc8\x33\xf4\x5b\xe4\x91\xd6\xe5\xc8\xa8\x50\xce\xc1\xb2\x23\xa3\x32\x74\xf4\x3a\x32\x2a\x0a\x54\xcb\x1b\x39\xd1\xad\xf3\xfe\x26\x98\x48\x49\xd9\x9f\xb1\xb9\x98\x0a\xb3\xfb\x93\x8a\x22\x89\xf3\xd6\x56\x76\x3e\xda\xe0\x26\x75\x04\xd2\xa0\xfc\x7a\x8a\xce\x5e\x49\xbf\x20\x29\xe4\xd1\xd3\x3c\xf9\x85\x12\xc6\x96\x49\xc4\x9a\xd2\xf3\xc0\x45\x53\xdb\x28\xb8\x68\x12\x74\x90\xc1\x45\x53\x73\x1c\x5c\x34\x31\x3a\x65\x70\xd1\xd4\xf8\x80\x8b\x64\x2e\xcb\xe0\xa2\x49\x76\x40\x06\x17\x4d\xdc\x78\xf9\xf4\xb7\xaf\x14\xd3\xf5\xa8\xc4\x3f\xd7\xf5\x55\x41\x3c\x53\x47\x0d\x69\x54\x13\xf4\x95\x41\x3b\x8b\x28\x94\x0c\xda\x59\x41\x77\x1a\x2d\xdd\xe9\xbd\xa3\x56\x8d\xe5\xab\x4d\xea\xee\x45\xd6\x67\x06\xed\x2c\x1d\xa1\xa0\x1d\x61\xaa\xec\x68\xa7\xc8\x1e\x9e\x41\x3a\x4b\x4a\x1b\x48\x47\x51\x31\xd9\x91\x4e\x5a\xda\xd8\x40\x3a\x8a\xaf\xce\x20\x9d\x05\x32\xcb\x20\x1d\x99\xa1\x0a\x48\x67\x11\x0c\x5d\xa0\x1b\x5b\x5b\x2d\x64\xc4\x40\x5a\x48\xb1\x5a\x98\x40\x0a\x28\x67\x1d\x3d\x25\xbf\x52\x6d\x0c\x35\x05\xa4\xf3\x69\x91\x9a\xc3\x8c\x29\x20\x1d\x0a\x50\x5b\x21\x8d\x6a\x33\x07\x0a\x69\x54\x3b\xe9\x9d\x2e\xc7\xe6\x6b\x14\x50\xd0\x2e\x7a\xa6\xcb\x21\xa3\x52\x71\x94\x53\x3c\x8a\xe9\xff\x6e\xe5\x85\x0c\x2a\x2a\xed\x58\x01\xf8\x6c\x40\x41\x01\xf8\x6c\x26\x43\x79\x3e\x43\xb5\x4d\x2f\xa9\x9f\xff\x60\x25\x2a\x4f\xfb\xfe\x87\x0f\xf3\xf4\xcf\x7f\xd0\x9a\x0a\xd9\x54\x9b\x85\x5b\x00\x48\x9b\x29\x58\xc8\xa6\x92\xcd\xaa\x90\x4d\xa5\xc8\xf4\x02\x78\xda\x49\xd7\x10\x17\xfd\xa4\x00\x9e\xa8\xd3\x68\x05\xf0\x44\xdd\x1f\x2b\x80\xa7\x4d\x7c\x6b\x01\x3c\x9d\xa4\x16\x15\x62\x1e\xfd\xce\x4f\xf6\xcd\x86\x59\x00\x4f\x07\x64\x51\x48\x7d\x3a\xa6\x67\x92\xde\x84\x46\x50\x94\xde\x84\x56\x55\x1c\xe5\xa4\xad\x67\x92\xde\x74\xba\xae\x79\x5f\x0e\x36\xd1\x02\xca\x51\x9e\x6b\x21\xbd\x49\xc1\x4f\x45\xe9\x4d\xc0\xdf\x02\xca\x51\xf0\x53\x51\x35\x17\x7d\x61\x55\x73\xb9\xba\x46\x7a\x13\x4b\xaf\x80\x72\xb4\xdd\x16\x50\xce\x45\xcb\x2a\xa0\x9c\x1b\xf5\x86\xcd\xfb\xf8\x2e\xa0\x9c\xab\x69\x97\xee\x3b\x86\x32\x3d\x15\x90\xce\x65\x9b\x2f\xa6\x14\x2e\xa4\x32\xa5\x70\x31\x47\x8c\x14\x2e\x2c\xf9\x05\xa4\x43\x3d\x21\x2b\x20\x9d\xcb\x81\x5b\x4c\x29\x5c\x7a\x03\x29\x5c\x00\xd2\x02\xd2\xb9\x98\x4f\x0a\x48\xe7\x0e\x5d\xf3\x43\x7c\x73\x2c\x14\x43\x0e\x2d\x4b\xa1\x99\x1c\xf6\x7a\xdf\xe2\x63\x75\x41\x57\x85\x34\xa6\xa0\x65\x49\x1a\x53\xd0\xb7\x23\x8d\x29\x60\x48\x29\xaa\xd6\x92\xc3\xde\x41\xff\xf1\xbc\x09\x8a\x6f\x5b\x21\x95\x29\x98\xae\x15\x5a\x7c\x11\x52\x99\x02\xba\x6e\x01\xe5\xec\xae\xdf\x79\x7a\x4c\x40\x97\x2d\xa4\x32\x05\x14\x99\x42\x2a\x93\x78\x40\x0a\xa9\x4c\x01\xeb\x6d\x21\x95\x29\x34\xb5\x3c\x65\x44\xa1\xc0\x25\xdf\x4f\x5f\x39\x02\x0b\xe9\x4c\x41\x5f\x93\x74\x26\x19\xdc\x4a\x89\x9f\xbb\x51\x1c\x0a\x29\x4d\x01\x15\xae\x90\xd2\xa4\x5c\x8e\x42\x4a\x53\xd8\xfa\x2d\x69\x69\xfa\x22\x54\xe7\x17\x3d\x41\xa1\x3a\xbf\x28\x1d\x0a\xe9\x4e\xa2\xc8\x28\x85\x31\x43\x65\x2a\xa4\x3b\x29\xcc\xb8\x90\xee\x24\x1a\x8c\x42\x75\xfe\x27\xeb\x0d\xa4\xdd\x65\xf5\xd3\x0f\xcf\xcd\xc1\x5e\x48\x75\x7a\x34\xce\x54\xe7\x7f\x40\x9d\x85\x34\xa7\x87\x63\xaf\x90\xe6\xf4\x0c\x5d\x23\xed\x0e\xc3\x69\x11\x5a\xc9\x61\x2b\x99\xb0\x90\xce\xf4\xa0\xde\x16\xd2\x99\xc4\x87\x52\x1c\xa9\x54\xd1\xeb\x15\x47\x2a\xe9\x10\x6c\x50\x48\x65\x12\xcf\x60\x21\x95\x29\x26\x3d\xc5\xe5\x88\xa6\x77\x7a\x1e\x8f\x68\x16\x0a\xb5\xfc\xe3\x9f\xdd\xe4\xff\x6f\xdd\xed\x79\x73\xfb\x14\xd3\x59\xc8\x64\x12\x31\x4e\x21\x93\x29\x72\xae\x16\x32\x99\x44\x49\x55\x5a\xfd\xfc\x56\x8b\x8a\x6c\xa6\xa8\x8d\x98\x72\xff\xa2\xc3\x29\x64\x32\xc1\x53\x6e\xa5\x21\xa6\x16\x38\x99\x4c\x62\x85\x28\xee\x50\x72\x4a\x64\x6f\x1d\x5a\xea\x0f\x62\xa2\xc7\x16\xd2\x95\xa2\x0e\x0e\xd2\x95\x92\x3e\x24\xe9\x4a\x09\x60\x5e\x1c\xd6\xa4\xd3\xf4\x3b\x97\x43\xc4\x47\x85\x94\x24\x91\x22\x15\x87\x33\x35\x25\xdd\x49\x61\x2b\xf4\xae\x42\xb9\xff\xa4\x2d\x8b\x60\xba\x83\x46\x50\x28\xf7\x9f\x00\x71\xa5\x2b\xb5\x22\x7e\x36\x0d\xc7\x2d\x35\x11\x66\x58\x06\x7d\x6d\x6a\xd1\x57\x8c\x45\xc5\x71\x4b\x95\x2d\xb0\x38\x66\xa9\x49\x07\xa8\x63\x96\x9a\x00\x72\x65\x20\x87\xbe\xfe\x40\x0e\x7c\x0f\x65\x20\x07\x86\xa4\x32\x90\x63\xe9\x4e\xe4\xc0\x96\x5f\x06\xd9\x9c\x47\x7d\x41\x0e\x34\xd5\x32\xc8\xe6\xd4\x31\xe1\x98\xa5\x1a\x61\xa1\x65\x50\x9c\x4b\x5f\x7f\x92\xcd\x89\x59\xa4\x4c\xb2\x39\xb5\xe4\x26\xd9\x9c\x3a\xf2\x27\xd9\x9c\xda\xe6\x26\xd9\x9c\xfa\xa6\x93\x6c\x4e\x0c\x1c\x65\x92\xcd\xa9\xaf\xe4\x18\xa6\x8a\xcb\xa3\xcc\xf6\x7e\xe1\x63\xba\xdb\x65\x54\x78\x66\x99\x14\x21\xd3\x76\xe6\x38\xa6\x1a\xf6\xd7\xe2\x38\xa6\xda\xd0\x73\x37\x2d\xbe\xcd\x44\xc6\x21\xa9\xc8\x58\xd5\x37\x5d\xc8\x08\x54\x2e\x0b\x19\xc1\x73\x65\x21\x23\xe6\xb8\xb2\x90\x11\x3a\xa4\xb2\x90\x51\x47\xaf\x3c\x3f\x39\xee\x9b\x75\xb7\xb2\x56\xf5\xa4\xfa\xb9\x8e\x0f\xa1\x38\xc6\xa9\x19\x77\x62\x59\x64\xae\x4a\xf3\x73\x8c\x53\x73\xd4\x6f\x7d\x4e\xbe\xc7\xe8\xc2\xd0\x91\xd3\x5e\x8f\xde\xe4\xf2\x64\x8d\x84\xe3\x98\x9a\xa1\x1c\x28\x8e\x63\xaa\xd8\x51\x8a\xe3\x98\x9a\x35\x2e\x8e\x61\x6a\xae\x6a\x19\x2d\xbe\x9f\xfb\x82\xaa\xcc\xa0\x65\xd3\x57\x22\xa2\x0a\xbe\x20\x4a\x01\x5a\xd9\xf4\x55\xdb\x24\xd1\x71\x17\x23\x48\x71\x5f\x50\xcd\xda\x2d\x1c\xf3\x54\x2a\xf4\x5b\x39\xf4\x53\x07\xd1\xa1\x9f\x84\x4d\x94\x43\x3f\xa5\x18\x1e\xfa\x09\x16\x2b\x8e\x5b\x6a\xd6\x5c\x3e\x64\x03\x83\x36\xca\xa1\x9f\x38\xe0\x8b\xe3\x96\x5a\x74\x08\x1d\xb2\x81\xa5\xe4\x1c\x65\x03\xeb\x29\x64\x03\x07\xbd\xdd\xf7\xaa\xab\x1d\xef\x9c\xf7\x7b\x9f\xa0\xff\x90\x11\xac\x15\x73\xe3\xe7\x3a\x41\xe1\xe5\x92\xf9\x2b\x05\xea\x92\xf9\x1b\xdb\xbf\xb6\x6d\x07\x40\xb5\x48\xb7\x72\x00\x54\xc5\x23\x51\x6e\xfd\xbc\x04\x5b\x6a\xb9\x24\x3e\x63\x45\x2e\x17\x51\x71\x83\x14\xa5\x12\xfd\xb9\x1b\x08\x5d\x2e\xe2\x9a\xee\x46\xdc\xac\x0e\x22\xee\x56\xe7\x49\x7e\x96\x6e\x71\x11\x15\x87\x5d\x0d\x24\x3f\xb3\xc4\x6a\x20\xf9\x99\xd3\xb2\x06\xc4\x44\xf7\xaa\x02\x3a\xd9\x5e\x6b\x5f\x0d\xc8\x43\x7f\xab\x02\xdc\xfe\x5c\xcf\x7a\xb6\x0f\x9d\x42\xe2\xaa\x02\xdc\xb2\xed\x8d\x93\xb1\x06\x12\xa1\x81\xc7\x35\x90\x08\xfd\xe8\xd9\x24\x42\x63\x09\xac\x0e\x86\x6a\x4d\x7a\xee\xf9\x3c\x69\xe8\xdd\x1e\x77\x1f\x38\x28\xaa\xdc\x42\x7f\xae\x13\xd3\x52\x9f\xe7\xf3\x1f\x8c\x29\xd5\x41\x53\xad\x40\xec\x2a\xb7\x50\xb6\x2d\x7c\x50\x1d\x1d\x55\x91\x00\xd5\xe7\x23\xfb\x31\xfd\xc7\xe3\xf0\xc3\xfb\x7b\x9f\xb2\x0a\x9e\xab\x8e\x8c\x6a\x45\x03\xab\x0f\xc9\xdf\x2c\xa6\xfa\x20\x33\x66\xa8\xfa\x20\xd7\x51\xeb\xd0\xd2\x53\x2e\x2d\xde\xe7\xa8\xa7\x2a\xf0\xad\xc6\x4f\x72\xf7\x22\xa9\xa3\x46\x92\xbb\xd1\x47\xaa\x23\x9f\xda\x88\x57\xaf\x8e\x7c\x6a\x23\x62\xa9\x52\x1b\xb3\x3d\xba\xe6\x63\xd8\xa2\xde\xe2\x72\x34\x74\xd9\x4a\x6d\xcc\xc6\xec\xac\x0a\x93\xfb\xf3\xce\xad\xdf\xba\x2c\xad\xe9\xba\x8f\x9f\x82\xdf\x6a\xa4\x7e\xa4\xe4\x74\xb7\x52\x55\x28\x5c\x8d\x24\xb1\xeb\xfb\x44\x92\xd8\xd9\xac\x6b\x22\x89\x1d\x1b\x78\x75\x44\x55\x1b\x19\x14\x35\x21\x07\x9a\x6b\x4d\xf9\xed\x8f\x18\x79\x6a\x22\x51\x1d\x1b\x77\x4d\x24\xaa\x3f\x7a\x2e\x89\xea\x51\xcf\x25\x51\x5d\xf3\x18\x62\x08\xa5\x4e\x55\x47\x4e\x26\x56\xba\x0a\x31\x44\x2f\x7a\x03\x49\xea\x6c\xaf\x15\x62\x88\xae\x95\x04\x31\x44\xd7\x4a\x82\x18\xa2\x6b\x7e\x42\x0c\xd1\x41\x7f\x15\x62\x88\x0e\xd6\xad\x10\x43\x74\xdc\xf7\x15\xf2\x87\xce\xf1\x54\x1d\x19\x99\x08\xd7\xaa\xc2\xea\x72\xde\xf7\x7d\xee\x67\x4c\xee\xfb\xec\xc1\x2f\xf8\xb6\x10\x40\x0c\x50\x4e\x85\x00\x62\x40\x25\x51\x21\x80\x18\xfa\x3e\xd4\xb9\x14\x45\x5b\x85\x00\x82\xe2\xcb\x56\x41\x4e\xca\x13\xad\x20\x27\x8a\x2f\x5b\x05\x39\x0d\x1c\xae\x15\x02\x88\x41\xb8\x46\x05\x35\x0d\x62\x9c\x2a\xa8\x49\x54\x54\x15\xd4\x34\x34\xb7\x40\x4d\xca\x2f\xad\x8e\x9a\xea\xc0\x7a\x5e\x41\x4d\x43\xb3\x0c\xd4\x34\x40\x95\x15\xd4\x34\x86\xde\xa7\x63\xb4\x6c\xe1\x84\x4a\x3a\xd2\xa3\x6f\x03\x72\x1a\x53\x7d\x45\x46\x30\x68\x25\x1d\xe9\x99\xff\x8a\x56\xa9\x45\x5c\x03\xbc\x12\x7e\x88\xa1\x2d\x0e\x30\x35\xb0\xd0\x56\xb9\x8c\x72\x79\xa3\x6e\x6b\xc9\xdf\xff\xf0\xa1\x4b\xf9\xfc\x87\x13\xae\x02\xac\x26\x9a\x6c\x05\x58\x4d\xb4\x86\x5a\x98\x9a\x5a\x0e\x0e\x9e\x4c\x49\x20\x15\xf0\x34\x41\x00\x15\xf0\x34\x4d\xcf\xa4\x6c\x29\x27\x6a\x05\x3c\x4d\x6d\xd2\x80\x27\xaa\x60\x5b\x05\x3c\x4d\x00\x76\x05\x3c\x29\x73\xaf\x02\x9e\xa8\x9e\x6d\xb5\x7e\x64\x51\x4a\x53\x25\x35\x49\x00\xa9\xc2\x13\x31\x35\x50\x00\x2b\xd9\x22\xab\x03\x2b\xe7\x06\xf2\x96\x0f\xe9\x9c\xea\xcf\xa4\xc5\xf7\x05\x58\xcd\xa5\x6b\xc8\x08\x3c\xad\x55\xc7\x40\x7d\x5d\x4b\xb5\xde\xcf\x7f\x24\x01\x00\x6b\x6a\x3a\xc0\x13\xa1\xb0\xbf\x0a\x4f\x84\x6c\x9c\x55\x3c\x11\xda\x7c\xc5\x13\x81\x7d\xba\x82\xae\x14\xda\x57\x41\x57\xb2\x71\x56\xf1\x44\xe0\x68\xaa\xe2\x89\xd0\xc6\x02\xb2\x5a\x68\x79\x55\x1c\x11\x59\xbf\x83\x23\x82\xf8\x8c\x2a\x8e\x08\x8c\x01\x55\x1c\x11\x68\x95\xb5\x7d\xe4\x54\x06\x5f\x6d\x1f\x39\x15\x0b\x55\x15\xae\xf7\xe7\x3f\x98\x17\x2a\x28\x6b\x0d\x5d\x8f\xdf\xeb\x8c\x56\xcf\x9f\xff\xa0\xfd\x56\xd0\xd6\x22\x06\xba\xca\x81\xf4\xe7\xba\x36\x2a\x10\xd7\xd2\x01\xda\x3f\x1c\x18\x47\xb3\x5f\x61\x79\xb9\x6e\xd1\x99\xd5\x8e\x8c\x9a\xaf\x4a\x63\xfa\x73\x5d\x1b\x44\x47\xce\xab\x1e\xfb\x9c\x95\xc9\xa5\xba\x37\xc9\x59\x02\xfe\xb4\x40\x65\x1b\x94\x58\x41\x65\x32\xbb\xd5\xf1\x91\xed\x12\x7b\x51\xe5\x51\xfa\xf3\x1f\x8d\x3c\x08\x4c\xc6\xcc\x0a\x02\x13\xe5\x5b\x1d\xda\x56\xdb\x5e\x98\x2c\xea\xf8\xc8\x76\x75\xe0\x3a\x12\x33\x51\x95\x55\x90\x98\x1c\x6b\x15\x24\xa6\xf0\xbf\x0a\x12\x93\x6d\xb6\x3a\x12\x33\x31\xae\x57\x90\xd8\xd6\x1a\x15\xb3\xe0\x9f\xf7\x4a\x05\x02\x8d\x29\xfc\xaf\x82\xc6\x14\xf0\x57\xe5\x39\xfa\x73\x37\x68\xbc\x82\xc8\x94\xc6\x54\x41\x64\xef\x51\x08\x22\x13\xb3\x53\x05\x91\xc9\x81\x5f\x1d\x91\x55\x19\x64\x2a\x68\x4c\xc1\x80\x15\x34\xb6\x75\xc0\x83\xc6\xb6\xc6\xcf\xd1\x98\x25\xec\xfe\x75\xee\x4f\x7f\x8e\x7a\x70\x9c\xdc\x4f\xc7\x28\x88\xec\xe8\x30\x06\x91\x1d\xc9\x09\x22\xa3\xe8\xba\x55\x10\xd9\x89\xba\x96\x68\x31\x12\x20\xb2\xa3\xd5\xb5\x20\x2c\xd1\x31\x01\x1a\x3b\x98\x29\xab\xa3\x2d\x4f\x8a\xf6\x96\xcb\x71\xa4\x90\x39\xda\xb2\x04\x92\xad\x8e\xb6\xaa\x1b\x3c\xff\xff\x56\xef\x8e\xa6\x7a\x93\x1e\x79\x68\xe9\x75\x2e\xde\xd5\x23\x1d\xa0\x25\xc3\x68\x52\xf7\xf3\x7e\x9a\xa3\x69\x20\x67\xd3\x9f\xff\x60\xc5\xab\x80\xb1\x8b\x7b\xa3\x02\xc6\x64\x2b\xad\xb0\x00\x8a\x25\xb7\xee\xf1\x75\x30\xf0\x6e\x07\x64\x55\xb6\xd4\x0a\x20\xbb\x98\x1a\x2a\x80\x4c\xc1\x87\x75\x6b\xeb\xe8\x5b\xee\x9a\xba\xe9\x37\x96\xe7\x0a\x60\xbb\x40\xb4\x0a\x60\xbb\x3a\x9a\x00\x6c\xca\x34\xad\x70\x45\xc8\x5e\x5a\xe1\x8a\x10\x55\x41\x85\x2b\x22\x00\x5d\x2b\x5c\x11\x41\x03\x08\x57\x44\x20\x09\xa8\xc2\x15\x21\xcb\x69\x85\x2b\x22\xe8\x78\x81\x2b\x22\x48\x6a\xb8\x22\x02\x86\x80\x0a\x57\x44\x90\x8c\x70\x45\x88\xac\xab\xc2\x15\x11\x34\xf1\xe1\x8a\x08\x44\xe9\xd4\x1b\x5e\xf9\xdf\x69\x02\x5f\x44\xd0\x81\x02\x5f\x44\x90\xb6\x09\x5f\x44\xd0\x74\x77\x90\xd7\x44\x99\x5b\x2f\x32\x6a\xab\x82\x2b\x22\x68\x73\x70\x24\xe7\xb9\x52\xde\x72\x19\x45\xce\x5a\x21\x84\x50\x00\x62\x75\x14\xe7\x59\x53\xde\x72\x19\x45\x76\x5b\x21\x83\x10\xa3\x73\xbd\x70\xe5\xe8\x2b\xde\xcf\x38\x2a\x7b\xb0\x3a\x8a\x6b\xe2\x63\x6e\x8e\xe2\x3c\xa3\xc8\x5b\x70\xe9\x70\x98\x34\x77\x65\x99\xb1\xf4\x9a\xbb\xb2\x3c\x63\xc7\x5b\xc8\x48\xbe\x72\x73\x84\xe7\x19\x37\xde\x72\x19\x95\xad\xda\x1c\xdd\xb5\x67\xea\x1a\x32\x32\xdf\x5b\x40\x46\xe6\x54\x73\x54\xd7\xc4\x37\xdd\x02\x32\x12\x3f\xd2\x82\x8e\x80\xb1\xd7\x56\xcf\x91\x13\x05\xa9\xbd\xc8\x6e\xec\xc5\x41\xdc\x02\x72\x82\x82\xda\x03\x67\x10\x0e\xd9\xf6\x20\x27\xee\xdb\xa6\x60\xbf\x3c\xf6\x2e\xfa\x8f\x8f\x67\x24\x9e\xaa\x29\x09\xea\xcf\x75\xbd\xfb\x81\x3b\x08\x24\xd4\x1e\xb8\x83\x24\xfd\xf3\xe5\x0e\x62\xec\xda\x03\x77\x50\x52\x4f\x5c\xe6\x68\xfa\xed\xa0\xc5\x77\x54\x82\xd4\x9f\xdf\xb2\x19\x36\xf7\x75\x79\x82\x82\xb7\x36\x2d\x24\x7c\xe0\x16\x42\x49\x68\xcf\xfd\xfc\x16\xd3\x4c\x73\xe4\xd7\x94\xa1\xdb\x1c\xf9\xb5\x88\x9e\xde\xe2\x47\xe6\x83\x09\xa6\x45\xc6\x17\xaf\x5e\x73\xe4\xd7\x54\x26\xa1\x45\xe4\xe5\xf8\x69\x11\x79\x9b\x9e\x54\x69\xd1\xa7\x88\xac\x5d\xd7\xe0\x49\xd2\xd8\x47\xf1\x24\xf1\x55\x23\x3c\x49\x53\xbf\x43\x96\xa9\xbe\xfa\xd8\x45\x82\x8f\x5b\x42\x0e\x94\x85\x96\x90\x83\x60\x91\x96\xe0\x42\xe2\xf8\x6d\x09\x2e\x24\x62\xa9\x5a\x82\x0b\x09\x9c\xd2\x12\x5c\x48\xac\x82\x96\xe0\x42\x4a\xff\xa2\xcf\x6a\x0e\xf8\x9a\x28\xed\x9b\x03\xbe\xa6\x98\xd2\xe6\x80\xaf\x25\x0d\x40\x62\xa8\x80\x05\x2d\x31\x54\x5b\x77\x1e\xae\xf1\x59\x0c\xaa\x27\x74\xda\x66\x50\x3d\x71\x1a\x37\x83\xea\x09\xd3\x48\x33\xc4\x23\x0e\xa1\x19\xe2\xe9\x99\x86\x78\x9a\x92\x86\x78\x98\x2d\x9a\x21\xde\xd5\x53\xa0\x7a\x7a\x74\x4d\xda\xd6\xdc\xab\xaa\x3f\xd0\x3d\x69\xa1\x1b\x74\x4f\x49\xbf\x85\xee\x09\x58\xd8\x1c\xb4\x35\xd3\x94\x7a\xdd\x5d\xf3\xb3\x28\x1d\xb8\x35\x43\x93\x6c\x0e\xdc\x9a\xe1\x69\x68\x0e\xdc\x9a\x55\xfd\xd6\xfb\x2b\xcb\x6f\x73\xe0\xe6\x01\xbc\xde\xa2\xbf\xe8\x2f\x2d\x43\x4d\x85\x3e\xda\x32\x7d\xd5\x57\x86\x43\x22\x6b\xfb\xca\xd0\x4f\x61\x29\x6c\x25\xbc\xbd\x93\x66\xdb\x1c\x81\x35\xc3\x5a\xd8\x0a\xb2\x68\xbb\x70\x04\xd6\x94\x54\xdc\x0a\x72\x80\xac\x5a\x41\x8e\xab\x3b\xa1\x9f\xd2\xb4\x2a\x50\x4c\x45\xb5\xa0\x98\xd2\xd7\x2a\x50\x4c\x69\x53\x01\x75\x65\x53\xef\xfc\xbb\x66\x82\xdd\x5a\xfd\xf4\xf5\x62\x06\x69\x8e\xae\x5a\xe6\x50\x6b\x15\xaa\x2c\x2d\xc7\x0a\x55\x96\x96\x63\x85\x2a\x4b\x5f\xb2\x42\x95\x85\xb2\xd0\x2a\x7d\xd5\x72\xac\x50\x65\x69\xa6\x55\xa8\xb2\xba\x9e\xd2\x3f\x3d\x20\x63\xb2\x39\x82\x6a\x59\x4b\xb2\xd2\x5f\x8c\x0d\xcd\x11\x54\xcb\xe0\xa9\xd6\xe8\x2b\xae\xf4\xd6\xe8\x2b\xde\x86\xd6\xe8\x2b\x47\x63\x6b\xf4\xf5\xaa\x05\x1d\x16\x8e\xd5\xd6\xa0\xc3\x7a\xf4\x3b\xe8\xb0\xb4\x85\x36\x38\xad\xa3\xae\x75\x5a\x7c\x29\x47\x47\xad\x70\xfc\x35\x25\x33\xe5\xb5\x45\xd3\xdc\x1c\x21\xb5\xa2\xf9\xec\x08\xa9\xc9\xb0\xda\x5e\x84\xb4\xf6\x7e\xaf\xfb\x1c\x52\x46\x71\xeb\xd0\x7e\xe1\xe5\x68\x1d\xda\x2f\x90\x53\xeb\xd0\x7e\x61\xdd\x6e\x1d\xda\xaf\xa6\x96\xd1\xe2\x99\x1d\x59\x70\xa5\x36\x28\xf1\xc4\x20\xde\xa0\xc4\x2b\x3a\x10\xa1\xc4\x2b\x3a\x10\xa1\xc4\x2b\x5b\xd7\x90\x03\x95\xa3\x41\x89\x57\xb6\xde\x07\x7d\xd9\xd1\xef\x90\x41\xdf\xdc\x11\x90\x29\xfc\xb8\x41\x97\x57\x31\x52\x35\xe8\xf2\x2a\xc8\xbb\x41\x97\x57\x51\x16\x9b\xfb\xa5\x5a\x45\x0f\x6f\xd0\xe5\x55\xc2\x2d\x1b\x74\x79\x55\xe3\xe1\xa8\xa8\x55\xb0\x5b\x83\x2a\xaf\x26\x5d\xeb\xb4\x98\x29\x8e\x86\x5a\xd5\xd7\x85\x46\xaf\x6a\x45\x40\xa3\x57\xb5\x22\xa0\xd1\x93\x99\xb5\x41\x95\x57\x6b\xfc\xd7\x76\x0d\x8b\x9e\xac\xaf\x4d\x61\x74\x79\x6d\xf1\x11\xb6\x17\x0c\x7d\xa2\x61\x1b\x6c\x7a\x15\x2d\xb0\xc1\xa6\x57\x35\x70\xb0\xe9\xd5\xa6\xdf\x22\xa6\x16\x13\x6c\x7a\x15\x8b\x77\x13\xa7\xc3\x9f\xe7\x62\x65\x6c\x0e\x88\x3c\xce\xca\x5b\x88\xaa\x6d\x4b\x9c\x0e\x79\xef\xa5\xcf\x0b\xab\x9e\xb2\xea\x1a\xac\x7a\x75\xe9\x6e\x1f\xce\xaa\xe5\xb5\xc2\xe7\xb7\xd2\x21\x16\x32\x6b\xf0\x61\xce\x93\x2d\xb8\xc1\x9c\xd7\x1e\x5d\x73\x79\x1a\x49\xf9\x0d\xe6\xbc\x86\x69\xa0\xc1\x9c\xd7\x88\x64\x69\x30\xe7\x35\x2d\x13\x07\x45\x26\x97\x48\x83\x39\xaf\x99\xde\x00\xe3\x9c\x06\x6a\x7d\x19\xe7\x74\xdc\xac\xf3\xfd\x0f\x0b\xd6\x11\x50\x6b\xd2\x32\xf7\x47\x9e\xa3\x29\x03\xbb\x5e\xd3\xb6\x09\xbb\x5e\xd3\x77\x86\x5d\xaf\x69\x53\x72\x37\x55\x6b\x4b\xd7\xf2\xe7\x49\x1a\x23\x18\xf6\x9a\x16\x10\x0c\x7b\x4d\xc7\x83\x23\x27\x93\x97\xa4\x39\x72\x6a\x3d\xa8\x35\xde\x27\x5d\x2d\x06\x58\xf6\x3a\x4e\x9d\xb6\x3f\xe3\x27\x83\x45\x73\xf4\xd4\xc4\x72\xdd\xc4\xb2\x27\xad\x4e\x2c\x7b\x1a\xad\xf3\x91\x57\x91\x31\x4d\x4c\x7b\x45\x2d\x98\xf6\x34\x03\x41\x4f\x1d\x7c\xd7\x40\x4f\x4a\x7f\x6e\xa0\x27\x05\x9f\x36\xd0\x53\x97\x36\x07\x7a\xea\x18\x68\x1a\xe8\x49\x14\xa9\xcd\xd1\x93\xc9\x73\xd3\x40\x4f\x0a\x1c\x6d\xa0\xa7\x2e\x3d\x19\xf4\xd4\xa5\x27\x3b\x7a\x32\x79\x75\x1a\xe8\x49\x81\xa3\x0d\xf4\x34\x34\xc2\x2f\x7a\x3a\x7b\x0b\x21\x80\x9e\x86\x36\x0c\xd0\xd3\x48\xba\x06\x9b\x20\xf8\xb8\x81\x9e\x86\xbe\x1d\xe8\x69\xe0\x00\x6e\xa0\x27\x19\x0a\x1a\x4c\x7b\x63\xe8\x77\x2e\xa3\xec\xbb\x0d\xf4\x34\xf4\x35\x1c\x3d\x35\xc5\xf7\x37\xd0\xd3\x20\xba\xa7\xdd\xf5\xf6\x55\x1c\x89\x0d\x04\x35\x41\xac\xcd\x11\x54\x9b\xda\x30\x41\x4f\x93\xa3\xa5\x3b\x7a\x6a\xca\x22\xe8\xa0\x27\x51\x99\x75\xd0\x53\x0d\xba\xe6\x32\x4e\x36\xb7\x0e\x7a\x12\xcd\x59\x77\xf4\xd4\x26\x3a\x7e\x07\x3d\x29\x14\xb3\x83\x9e\x26\x3b\x50\x07\x21\x2d\x8e\xaa\x1e\xe6\xdb\xf3\xcb\x61\xd2\x03\xcc\x88\x49\x3d\xd8\xdf\xeb\x7a\xd3\xf9\xfc\x87\x83\xbc\x83\x92\x64\x84\xec\xa0\xa4\x85\xfa\xd2\x41\x49\x32\x42\x76\x47\x49\x4d\x86\xc6\x0e\x42\x52\x90\x65\x7f\x11\xd2\xdd\x8b\x63\xa6\x83\x90\x16\xeb\xb0\x83\x90\x16\x8e\xfb\xee\x08\xa9\xad\xae\x27\xf9\x3a\xac\xe5\x5f\x9c\xe3\x1d\xe0\xb4\xd0\x9a\x3b\xc0\x69\x01\x16\xbb\x03\xa7\x26\x92\xdb\xfe\xac\xb7\x3b\x9b\x6d\xa3\x3f\x90\x44\xa2\xcf\x75\xb1\x4a\xe4\xbb\x65\x65\xea\x0f\x44\x91\xb8\xbd\x3a\xc0\x49\x46\x93\x0e\x70\x52\x10\x61\x77\xe0\xd4\x64\xe7\xea\x11\xa2\x48\x0d\xb2\x83\x26\x53\x4a\x6e\x07\x34\xed\xb7\x05\x49\x24\x61\x4f\x3d\x02\x12\x4b\xd8\x4a\xab\xee\x00\x27\x6d\x91\xdd\x5d\x66\xed\x3c\xba\xdb\x87\x55\x76\xae\x1e\xf7\xe7\xb7\xb8\xbe\xba\x83\x27\xc7\xa1\xde\x72\x59\x14\xbc\xd8\x01\x4f\x8a\x2b\xef\x80\xa7\x03\x40\xea\x09\xd2\x4b\x36\x9e\x9e\x90\x45\x43\x0a\xb0\x3a\x6c\xc2\x1d\x60\xa5\x88\xdf\x0e\xb0\x12\x13\x5d\x07\x58\x1d\xac\xf0\x1d\x60\x75\xd4\xb3\xd4\xdf\xbe\x9e\xa6\xb7\x0c\xa8\x33\xf5\xdb\xf9\xb9\xce\x06\xd4\x13\xcc\x96\xe8\x84\xdd\x51\x54\x53\x8e\x6c\x77\x14\xd5\x44\x19\xd6\xdd\x6d\xd6\x2e\xba\x44\x77\xb7\x59\xbb\x1c\x4a\x1d\x84\x25\xf2\xb5\x6e\xa8\x01\xe5\x79\xed\xb4\x1d\x94\x75\x31\x04\x75\x50\x96\x1c\x61\xdd\xf2\xe7\x6e\x3c\x1d\x1d\xa4\x75\x39\x9c\x3b\x48\xeb\x62\x5f\xee\x8e\xb4\xee\x88\xfa\x2d\x2c\x9e\x4b\xbd\x18\xb4\xf8\xa2\xa0\x2c\xa5\x05\x75\x50\x96\x52\x76\x3a\x28\x4b\xec\xeb\xdd\x90\xf3\xea\x1a\x72\x62\x32\xea\x30\xfd\x05\xc9\x91\x61\xf0\xe4\x58\xea\xf9\x23\xe7\x2e\xba\xdb\x99\x17\x65\x36\xeb\x19\x86\x4f\x62\x6f\xba\x23\xb0\x1e\xd8\xa0\xbb\x23\xb0\x1e\x9a\x9e\xdb\x61\x0d\xe5\xdb\x3a\x02\xeb\x81\x03\xa3\x3b\x02\x73\x4d\xc9\x5b\x0b\x0e\x51\xdd\x09\x13\x29\xf6\xe2\x9e\x61\x22\x5d\x7a\x3b\x4c\xa4\x5a\x47\x42\x67\xe5\x7f\x8c\xbd\x3b\x96\xfc\x3c\xac\xc4\x97\x7b\x35\x7c\x88\x0f\x9c\xe3\xcd\xf0\xe9\xcc\x81\xf7\x1f\xf8\x0c\x7e\xd5\xd3\xdd\xe3\x7b\xbf\xbf\x83\x09\xc4\x51\x4b\x84\x44\x91\x05\x10\xa8\x8a\x2f\x1e\x19\xab\xd8\x42\xd2\x9c\xb9\x77\x66\x01\xd0\x63\x2a\xab\xfa\x39\x1b\x2f\xcc\x2a\xb6\xe0\x49\x58\x85\xad\x94\x90\xa3\x55\xd8\x4a\x35\x86\x2a\x76\xb2\xf8\x59\x85\xad\x94\xd0\x8e\x55\xd8\x4a\xf5\x55\x56\xd8\x4a\xa3\x7a\x08\x5b\x29\x1e\x88\xf9\xbe\x98\x45\x3d\x69\xdf\x17\x33\xe9\x7c\x99\x7b\x67\x26\xe5\x24\x73\xef\xcc\xa4\x67\x65\xee\x9d\x59\xa4\x18\xcb\xdc\x3b\x33\x89\x9a\x59\xa3\x9f\x7a\x03\x0d\x56\x55\x4d\xe5\xee\x9d\x59\xd4\x93\x6c\xfa\x4e\xd2\xde\x8f\x7e\xbb\xde\x2d\x3a\x87\xfe\x12\xf0\x32\xf7\xd0\x2c\x01\x68\x4c\x59\x80\x3f\x67\x6b\x64\xb8\x97\x66\x4a\x2e\x34\xf7\xd2\x2c\xe9\xeb\x71\x2f\xcd\xa4\x9f\x69\xee\xa5\x99\xea\x81\xcd\xbd\x34\x93\x90\xa2\xb9\x97\x66\x12\x7c\x34\xd1\x4f\xfc\xdc\xa5\xff\x2b\xc3\xc5\xdc\x51\x33\xc5\x94\xcc\x9d\x34\x93\x56\xa4\xb9\x93\x66\xd2\x6e\xb4\x8e\x29\x84\x03\xcc\x1d\x34\x53\x61\xb1\xb9\x83\x66\xd2\xe7\x33\x77\xd0\x2c\x91\x35\x6e\x86\x19\x44\x9f\xcc\xe8\xaa\x3e\x5b\x77\xc2\x2c\x81\xb0\xcd\x9d\x30\x93\xc6\xa2\xb9\x13\x66\x19\x64\x63\xf6\xfb\xe8\x15\xcf\x33\xfb\x7d\xf4\x4a\xa9\x34\xa3\xbf\xc4\xa4\xcc\x20\xb6\x7d\xfd\xef\xfe\x9e\x4d\x3a\x95\x89\x59\xef\xa7\x45\x1f\xe6\x80\xfc\x56\xe8\x60\x40\x7e\xcb\x26\x91\xb9\x53\x66\x4a\x3b\x34\x77\xca\x2c\xbf\xae\x54\x38\xd2\x55\x2a\x14\xba\xfa\x5f\xfb\xbd\x8b\x9e\xd5\xf8\x7d\x3d\x47\x53\x92\x3b\x67\x96\xd9\x36\xb2\x81\xdd\xc2\x1a\xee\x9c\x59\xa6\x60\xdc\xdc\x39\xb3\xac\x29\xdf\x9d\x33\xcb\x9a\xa0\xc4\x1a\xf1\x73\x5d\xa2\xb1\x36\xde\x36\x13\x18\x32\x77\xe0\x2c\x6b\x82\x9b\xd8\x2b\x0c\x32\x45\xf6\xcb\xc0\x9d\xd8\x7b\xf4\x3f\xc8\x7e\xb5\x30\xbb\x07\x66\x59\x53\xa1\x7b\x60\xf6\xe0\xb1\x98\x7b\x60\xf6\x64\xfd\x6f\xbc\x7a\xf0\x9a\xb6\xe7\xef\x7b\xbc\x04\x79\xcc\xbd\x30\x93\x04\x85\xb9\x07\x66\x8f\x16\xbc\x09\xb1\xaf\x3e\x54\xf7\xc0\x4c\x41\x15\x5b\x9a\x66\xf3\x16\x53\x88\xad\xfc\xdb\xa2\x37\xe3\x5e\x98\x15\x4d\x76\x4a\x08\xfc\xf9\xbf\xfa\x2e\x05\xab\x9a\xf7\xc1\xa5\x36\xf7\xc6\xac\x12\xb7\xb7\x35\x7e\xff\xaf\x85\xdc\xbd\x2e\x53\xe0\xc2\xdc\xeb\xb2\xaa\x8f\x52\x5e\xd7\xcf\xd9\xfa\x82\xdc\xeb\xb2\xaa\x45\x57\x8c\x7a\x3f\xff\xd7\x34\xe8\x5e\x97\x55\xb6\xb9\x4c\xfb\x4e\x35\xef\xab\xa7\xe9\x5e\xd7\x23\xe6\x23\x73\xaf\xcb\x14\xb2\x30\xf7\xba\xac\x4e\xfd\xb6\x70\xc4\x53\x74\x8f\xeb\x31\x4d\xd2\xbb\xfd\x5e\x97\xa0\x92\xb9\xd7\x65\x75\xeb\xc8\x38\xd2\xd9\x83\x23\x5d\xc9\x97\x99\xa1\x89\xda\x3d\x2e\x6b\x82\x47\xee\x6d\x99\x02\x0e\xe6\xde\xd6\x33\xf4\xbd\xb9\xb7\x65\x4d\x4f\xcd\xbd\x2d\x6b\x78\x79\xe6\x9e\x96\x49\x29\xc9\xdc\xd3\xb2\xa6\x69\xfb\x40\xc2\x4c\xd9\x8c\x1d\x48\x98\xd9\x9a\xb5\xa3\xf7\xf7\xec\x23\x40\x79\xea\x6f\xcb\xd4\xb5\x21\x63\x36\xdd\x17\x32\x66\x7d\x2f\xee\x55\x99\xbc\x7f\x3b\xd8\x42\x22\x88\x1d\x6c\xd9\xba\xca\xe1\x08\x3b\x0f\xb6\xe8\x69\x5d\x6c\x21\xb0\x66\x17\x5b\xf4\x45\xb9\x47\x65\xa2\x30\x33\xf7\xa8\x4c\x79\x5b\xe6\x1e\x95\x75\x3d\x3b\xf7\xa8\xec\x05\x16\xdd\xa3\x7a\x06\xfe\xb4\x29\xb3\xb0\x96\xbd\xb4\xf4\x5f\x88\xa3\xc9\x7e\xb2\x0b\x71\xb4\x9e\x9f\x7b\x4e\xd6\xeb\xbf\x48\x73\x0d\x7e\xf2\xae\x69\x19\x7e\x72\xa9\x89\x18\xfc\xe4\xd2\x1e\x19\x21\xbc\x3a\xb0\xd9\x5a\x1c\x70\x94\x77\x1c\xb9\x01\x47\x79\x27\xaf\x60\xc0\x51\xde\x97\xfe\x57\x39\x9a\x1c\xf9\xeb\xe8\x3c\xac\xe1\xdb\x4e\xd6\x09\x91\x0c\xdf\x76\xb2\x4e\x88\x64\xc0\x51\xde\xaf\xfe\xe7\x7d\x35\x10\xe7\x70\x87\xe9\x91\xce\xc7\x08\xf7\xd5\xbb\xc3\x46\xdc\xd0\xd6\x51\x2d\xfb\xb2\x19\x34\x54\x00\xf5\xd3\x52\x74\x8e\xf7\xc4\x08\x6e\x0c\xb8\xc5\xed\xd1\x11\xdc\xdb\xac\xe0\x03\x6e\x71\x03\x1b\x0f\xb8\xc5\xad\xea\x2a\xfe\x9c\x0c\xd2\xd7\x01\xb7\xb8\x11\x13\x1f\x70\x8b\x1b\x9f\xe0\x80\x5b\xdc\xc8\x0b\x1f\x70\x8b\x4b\xe3\x6f\xc0\x2d\x2e\x1d\x95\x01\xb7\xb8\xe1\xcb\x0c\xb8\xc5\x45\x7d\x36\x5e\x1e\x4a\xdd\x12\x95\x1a\xf0\x8b\x9b\x2c\x87\x5f\xdc\xae\x7e\x3b\x38\x5a\x1c\xb9\x8d\x4a\x1e\x1b\xf0\x8b\x2b\x50\x30\xc4\x2f\x1e\xf5\x3f\xf8\xc5\x93\xae\x09\xbf\xb8\x9e\x94\xf8\xc5\xd9\x6b\x19\xe2\x17\x27\x89\x72\xc0\x2f\xae\x40\xc0\x70\xcf\xe5\x99\x1a\x15\xee\xb9\xd8\x20\x4c\x31\xdc\x73\x79\x94\xf9\x33\xe0\x17\x57\x58\x60\xb8\xe7\xf2\xcc\xad\xdf\x75\xfe\x87\x45\x2f\xcf\xa5\xee\xd3\xf4\x7f\xb7\x51\xf5\xa2\x03\x8e\x71\x55\x88\x0e\x38\xc6\xc7\xeb\x4a\xd8\x08\xb6\x1f\x70\x8c\x8f\xa3\x33\xb1\x11\xa8\x31\x1e\x6c\xa4\x10\x69\xc0\x3f\x3e\xc1\xf6\xe3\x81\x43\x9d\x25\x66\x3c\x70\xa8\x93\xc7\x32\xe0\x26\x9f\x7c\xc4\x03\x6e\x72\x85\x21\x06\xdc\xe4\x13\x2f\x69\xc0\x4d\xae\xac\xb0\xe1\xde\xca\xb3\xf4\xbc\xe1\x26\x9f\x8f\xce\x84\x43\x9d\x0d\xc2\xf1\xc0\xa1\x0e\xce\x1b\x78\x1d\x53\xe3\x0d\xaf\x43\x04\x69\xe3\xe5\x75\xb4\x2d\x05\xb0\x81\xd7\x31\x01\x5e\x03\xaf\x63\x12\x18\x18\x85\xbe\x32\x15\x8e\x42\x5f\xf5\xed\xe1\x91\xcc\xad\x33\xe1\x7b\x67\x39\x18\x78\x24\xca\xb2\x1a\x78\x24\x93\x85\x7c\x14\xfa\x7a\x74\xcd\xf5\xea\x8f\x42\x90\xa3\xec\xdf\x96\xae\xdf\x9f\xdf\x16\xf0\xf4\xc0\x3b\x51\x16\xfd\x70\x7f\xc3\xc4\xfd\x32\xf0\x35\x16\x1b\xbc\x03\x5f\x43\x04\x6d\x43\x79\x78\x3f\x57\x22\xff\x69\xe0\x6f\x2c\x8d\x62\xcf\xc3\xb3\x85\xdf\x30\x7c\xb7\xc8\x14\x6e\x19\xf8\x22\x8b\xdd\xb4\x21\x8a\xf0\x9f\x2b\x69\x3c\xd4\x77\x2f\xf5\x64\xf1\x3b\x16\xfe\xfb\xf0\x5d\x23\x5b\xfa\x0a\x1a\xec\xf5\x2c\x60\x03\x9f\x64\xe1\xeb\x0d\x7c\x12\x91\xc6\x8d\x46\x2f\x34\xae\x1b\xbd\x68\xff\x2a\xe8\x1f\xee\x84\x98\x34\x36\x87\x3b\x20\xa6\x14\xad\x81\xf3\xb1\xae\x2e\xe9\x43\x7e\x07\x75\xe5\xbe\xcc\x50\x5e\xf9\xf0\xe4\x3a\x53\x0d\xe5\x10\xc7\x5d\xed\x7b\x51\xdd\x35\x3a\x12\x01\x7a\xa0\xbd\xfc\xfe\x5f\xd3\x06\x4e\xc8\x06\xab\x0c\x77\x42\x9e\xb5\x75\x35\xe8\xf7\x1f\x9d\x09\xfd\xbe\x0c\xef\xd0\xef\x57\xfd\xee\x97\x7e\x7f\x69\x1a\xeb\xeb\xb7\xa5\xeb\x1c\xb7\x6b\x83\xb0\x07\xde\xc6\x26\x4e\x38\xf0\x36\x36\xe8\x7a\xf8\x76\x90\x89\x05\x6f\xf8\x76\x90\x6d\x4d\xc2\x78\x22\x1b\x97\x79\x18\x52\x02\x9a\x68\x0c\x5b\x34\x79\xe3\xa5\xec\xa5\xff\x61\x0b\xf8\x68\xe0\xa5\x88\xcb\x6e\xe0\xa5\x6c\x2d\x69\xee\xa5\x3c\x9b\x8d\x9c\xe1\x1e\x8a\x1d\x4d\xc0\x26\x19\x01\x2c\xc2\x3b\x39\x41\xf7\x43\x46\x40\x53\x87\x7b\x26\x26\x1a\xd9\x31\x44\x4b\xd0\xf7\xc1\x25\x1e\x78\x26\x87\x7a\xb9\x81\x67\x72\x70\x5f\x07\x9e\xc9\x31\xfd\xf6\xf7\x9d\x49\x8a\x6f\xe0\x9d\x1c\xd9\xf9\xf2\x4e\x6c\xbf\x3e\x0d\xf7\x4e\xec\xe0\xf0\x0f\x3c\x13\xa9\x2f\x0d\x3c\x13\x29\x9f\x8e\x81\xad\x4d\xbf\x5b\xfc\x8f\xe7\x80\x67\x72\xd9\x6e\x1a\xee\x99\x98\x54\x51\x87\x7b\x25\x26\xc2\xa7\x81\x47\x72\xd9\xda\x1b\x78\x24\x97\x80\xcf\xc0\x23\x51\xf8\x68\x68\xcf\xa8\xda\xde\xa0\xad\x81\x57\x72\xf5\x71\x49\x9e\xb7\xfe\xbc\x1a\x7a\xe8\xfb\x46\x76\x89\x95\x0e\xbc\x16\x65\x6c\x0d\xbc\x96\x4b\x7e\xd7\xd0\xbe\xd1\xcf\x6f\x35\x5d\xba\xe7\x92\x44\x37\x37\xdc\x6b\xc9\x15\xec\x36\x44\x5c\x37\x74\xa5\x4d\x7d\xa4\xce\x3c\x54\x6e\xe8\xe8\xb2\xe9\xc7\x94\xe8\x7b\x46\x8f\xe8\x95\x87\xef\x17\x3d\xb3\xe9\x7f\x8e\xf4\x17\x19\xdb\xc3\x3d\x99\x67\x09\x36\x2d\x24\x13\xb4\x20\x2d\xe4\x1f\xf0\x89\x86\xef\x17\x3d\x0a\xdb\x0d\x92\xe8\xee\xeb\x4c\xb4\x0f\x04\x89\x48\xa2\x53\xd8\x6e\xb8\xe7\xf2\xdc\xa4\xbb\x6f\x34\x13\x74\x3f\x69\x22\x60\xed\x42\x13\x01\x0c\x3d\x36\x9a\x08\x5a\xba\x21\xab\x0b\xe0\xdd\x01\x07\xb8\x82\x62\x03\x0e\x70\xd1\xcc\x0d\xf4\x75\x83\x66\x00\x68\xed\x82\x66\x00\xf8\xc1\x83\x46\x12\x24\xe0\xa1\xeb\x7e\xe8\x0c\xbc\xee\x8e\x26\xc2\xd0\xef\xa4\x31\x80\xed\xe8\xeb\x06\xf2\x53\x06\x24\xe0\x41\x23\x65\xa3\x2f\x70\x75\x15\x27\xe3\x93\xb4\xfa\x80\xd6\x3b\x52\xd5\x33\xdc\xff\x28\x51\xef\xe1\x48\x29\x00\xfb\x8e\x94\x02\x74\x84\x52\x80\x16\x54\xe8\xbc\x5d\x02\xf2\xbf\xa7\x6f\x98\xbe\xe3\xd2\xcf\x48\x15\x14\xca\x3e\x88\x08\x68\x0a\x85\xc9\x5b\x52\xff\x03\x26\xef\xa8\x0f\xf3\x20\x12\xc0\x76\xc8\x80\xc5\x3b\xc1\x4c\x31\x60\xf1\x4e\x6c\x2f\x0e\x58\xbc\x93\x5e\x3b\x4c\xdd\x29\xeb\x77\x88\x00\xe0\xcc\x0e\x98\xba\x25\xf5\x3b\x60\xea\x96\x30\xdb\x80\xa9\x3b\x51\x82\x34\x60\xe3\x56\xb2\xd1\x80\x8d\x3b\x69\x82\x81\x8d\x3b\x69\xe8\xc2\xc6\x9d\x58\x49\x67\x10\xf1\x7f\xe4\x08\x92\x7c\xa6\x8c\x09\x1b\xb7\xc2\x3d\x13\x36\xee\x8c\x53\x3e\xdd\xdf\x28\x12\x65\x9b\x01\xc2\x7f\x96\x9d\x19\x20\xfc\xcf\xfa\x1f\x84\xff\xe0\xa5\x09\x43\x77\xae\xfa\x9f\xdb\x90\x9b\xfa\x02\xd9\x3f\x9f\xdf\x0c\x90\xfd\x93\xf5\x31\x61\xee\x16\x8b\xdc\x74\x5f\xa4\x64\x72\x71\x27\xac\xdd\x79\xa8\x67\x88\x00\xe0\x84\x4f\xdf\xb8\x29\x99\x50\xc7\x84\xc3\x5b\x7c\x72\xd3\x37\x67\x8a\x6a\x3a\x67\x84\xe8\x3f\xe9\x77\x10\xfd\x67\xfd\x0e\x32\x7f\x3e\x9c\x19\x45\xe6\xdf\x38\x12\x99\xbf\x7e\x27\x32\x7f\xfd\x4e\x64\xfe\x93\x23\x91\xf9\x63\x1f\x7c\xdd\xca\xb2\x99\xf0\x75\x3f\xf8\x09\xd3\xfd\x96\x52\x18\x4b\x13\xbe\x6e\xe5\xf2\x4c\xf8\xba\x4b\xd4\xff\xdc\x86\xc2\x0e\xc8\x84\xaf\x5b\x15\x91\x13\xbe\xee\x82\xc3\x3f\xe1\xeb\x56\x5e\xcd\x84\xaf\xbb\x54\xfd\x0f\x76\x7b\x42\x5a\x13\xae\xee\xc2\xa6\xd4\x84\xab\xbb\xe8\x3d\xc0\xd5\x5d\x86\x8e\x60\xb6\x9f\x3a\x13\x16\x7f\x3e\xfe\x09\x8f\xb7\x2a\x17\x67\x86\xc5\x9f\x18\xff\xcc\xd8\x07\x76\x9b\x70\x7c\x17\xe2\xb3\x13\x8e\x6f\xd5\x2a\x4e\x38\xbe\x55\xab\x38\xe1\xf8\x56\x96\xcc\xcc\xd8\x47\x00\x65\xc2\xef\x2d\xae\xfa\x09\xbf\x77\x65\x31\x9f\x19\xe6\xfa\xa4\x3b\xc0\x5c\x9f\x75\x26\xcc\xf5\x44\xac\x27\xdc\xdf\xf5\xd1\xef\x60\xae\x07\x55\xce\x07\xe6\x7a\x96\xf5\xf9\xc0\x5c\x4f\x80\x75\xc2\xfb\x5d\xf1\x03\xe6\x03\x73\x3d\x53\xf2\x84\xf7\xbb\xb2\x1c\xcd\x07\x66\xfe\xa5\xdf\xc1\xcc\x8f\xa7\x39\xe1\xfc\xae\x7c\xa9\xf3\xc1\x06\x02\x53\xf3\x81\x99\x9f\xcc\xf0\xe9\x3e\x49\x91\x52\xea\x84\x0b\x5c\xd9\x2a\x13\x2e\x70\x6d\xb0\x4e\x48\xbd\x1b\x88\x7d\x42\xea\xdd\xf4\x24\x20\xf5\x6e\x2c\x39\xb3\xc0\xfd\xce\x82\x30\xdd\x1f\x29\x22\x6d\x9e\x05\x2e\x7b\x7d\xb7\x10\x76\x4b\x7d\x75\x42\xd8\xdd\x48\x7b\x9c\x10\x76\x37\x82\xd2\x13\xc2\x6e\xa9\x74\x4d\x08\xbb\xdb\xfe\x17\xa2\x9e\x70\x79\xb7\xa3\x8b\xf8\x2b\x52\xd4\x66\xc2\xe5\xdd\x99\x5a\x67\x81\x2e\x5e\x2f\xcc\x37\x4f\x4a\x67\x9f\x76\xc2\xf3\xdd\x65\x10\x3c\xdf\x5d\x26\xc0\xf3\xdd\x9b\xfe\x07\x95\x3c\x7b\xcb\x13\x9e\xef\xce\xa6\xde\x84\xe7\x5b\x99\x15\x13\x9e\x6f\xd3\x34\x08\xcf\xb7\x11\x6f\x9b\xf0\x7c\x1b\x1b\x1c\x13\x9e\x6f\x09\xb9\x4e\x78\xbe\x4d\x8f\x05\x9e\x6f\xd3\x94\x05\xcf\xb7\x4d\x5d\x05\x4e\xf6\xad\xff\xc1\xc9\xae\x17\x0d\xcf\xb7\x69\xc8\xc3\xf3\x3d\xf4\xf9\x35\xf1\x98\xeb\x7f\xf0\x98\x6b\x7a\x81\xe7\x7b\xe8\xc3\xf1\xcd\x96\x22\xb5\xee\x29\x8e\x6f\x0d\x10\x71\x7c\x27\xdd\xcf\xed\x9b\x59\xd7\x74\xfb\xa6\x86\xb5\xf8\xbf\xb7\x8e\xe0\xff\xd6\xd4\x8a\xfe\xd1\xd2\x53\x42\xff\x68\x69\x5a\x82\xff\x7b\x69\x08\xc2\xff\x2d\x42\xa3\x89\x36\xd2\xd2\x13\x14\xff\x37\x6e\xe0\x14\xff\xb7\xde\x1f\xba\x48\x4a\xaf\x9c\x70\x7f\x6f\x36\x75\xa6\xfb\x45\x45\x5c\x37\x13\xcd\xa4\xad\xe5\x08\x5e\xf0\xfd\xba\x83\xdb\xb7\xb5\xe4\x74\x71\x45\xf3\x1e\xd0\x4b\xda\x04\xd1\x66\x87\x2b\xfa\xea\x77\x6e\x9f\x74\x5e\x27\x3c\xe0\xe2\xba\x99\xbe\x2b\x53\x8e\xa6\x17\xdf\x95\x29\x07\xe7\x73\xa2\x93\x24\x4a\x87\x09\xff\xb7\x6a\x95\x27\xfc\xdf\x52\x52\x9c\xf0\x7f\xcb\xa3\x98\xe8\x23\xa9\x4e\x79\xc2\xfd\x7d\x34\x5e\xe0\xfe\x96\xff\x30\x0d\x8e\x68\x00\xcb\x34\x91\x23\xeb\x7f\x90\x23\x83\xa0\x27\x9c\xde\x57\x23\xc4\xa0\x20\xd6\x14\x02\x0d\x5d\x20\x04\x30\xa1\xa1\x0b\x9a\x06\xa1\xa1\x0b\x54\x1d\xce\x21\xfa\x61\x7a\x36\xa0\x1f\x5e\x3a\x13\xfa\x61\x36\xfa\xe7\x80\xb6\x17\xdf\x6b\x42\x41\x27\xa9\xc4\x09\x05\x5d\xd4\x08\x81\x82\x2e\x6a\x4c\x40\x41\x27\xd6\x92\x09\x05\x5d\xac\xba\x03\xf4\xc3\x4d\x77\x9f\x1c\xe9\x7e\xd0\x0f\xeb\x0b\x87\x82\x2e\x9a\xfe\x07\xfd\xb0\xbe\x15\x28\xe8\xc4\x4a\x32\xa1\xa0\x8b\xe4\x58\x4f\xf7\x7f\x6a\x24\x2c\x35\x27\xb4\xc4\x20\xda\xe9\xfe\x4f\x55\x36\xfc\x84\x76\x4e\xc5\x7a\xd3\x7d\x9f\x9a\x04\x20\xdc\xef\xa9\xe2\x2f\x99\x50\xd2\x25\x8d\x48\xf7\x7b\x6a\xd2\x64\x0a\x25\x5d\x22\xca\x3c\xa1\xa4\x4b\x43\xf7\x83\x8e\x78\xeb\x4c\xe8\x88\xaf\xee\x0e\xc5\xaf\x9e\xe7\x84\x2a\x57\xcf\x73\x42\xf1\xab\xe7\xe9\x3e\x4f\xcd\x8f\x8e\xa0\xf7\x7d\xe6\xbf\xa6\x64\x58\xec\x32\x6e\xe1\x84\xc5\x4e\xdb\x6d\x13\x16\xbb\x4c\x15\xd1\x84\xc5\x2e\xeb\xc1\xc3\x62\x97\x09\x1b\xcc\x05\xdb\x2f\x38\x75\xc2\x52\x97\x35\x04\x61\xa1\x7b\xa2\xce\x3c\x1c\x61\x3a\x2c\x74\x0f\xf1\xb9\xb9\xc5\xf6\x8b\xe9\x5b\x6c\xbf\x5c\x65\xc3\xf6\xab\xcf\x6f\xc3\xf6\xab\x47\xbd\x61\xfb\x85\x97\x6f\x6e\xd8\x7e\x49\x36\x9b\x1b\xb6\x5f\x2d\x16\xf0\xd4\x3d\x4d\x77\x10\xdb\xaf\xee\xee\xaf\xe1\xd1\x67\xb4\x61\xfb\xd5\xc7\x08\x93\xf7\xa3\x55\x1a\xb6\xba\xe7\xea\x77\xd0\xdd\x6a\xda\x85\xad\xae\x68\x8a\x84\xad\xae\x68\x25\x86\xad\xae\xe8\xf3\x83\xad\xae\x80\xfb\x27\x6c\x75\x2f\x74\x06\x5b\x5d\xa1\x60\x7a\xc2\x56\x57\xc8\xd7\x98\xb0\xd5\xc9\xd5\x9d\xb0\xd5\x69\xe3\x6d\xc2\xe2\x2d\x0d\xf8\x09\x53\x9d\xb4\x3b\xe7\x81\xce\x57\x0b\x10\x2c\xde\x55\x53\xa4\x7b\x39\x55\x1b\x5e\xd3\xbd\x9c\x5a\x49\x33\x9c\x70\xda\xbd\x90\x0d\x9c\x76\x8d\x0d\x92\x09\xa7\x9d\xe8\x06\x26\x9c\x76\xad\xe8\x08\x0a\x54\x4d\x75\xb0\x77\x37\x61\x51\xf8\xec\x1a\xc5\x17\x13\x3e\x3b\x95\xfa\x4f\xf8\xec\x9a\xb0\x36\x7c\x76\x6d\xea\x9a\x50\xbd\xca\x76\x98\xbb\x95\xde\x39\xe1\xb3\xeb\x6c\x5a\xce\x2b\xc6\x4d\xde\xca\x15\xe3\xa6\x5f\x65\xc1\x67\x27\x3e\xf7\x05\x73\xb7\xe1\x96\x2e\xf8\xec\x8c\xa5\x71\xc1\x67\x67\x4c\xf3\x0b\x3e\x3b\xab\xba\x0a\x6c\x9b\x43\x67\xc2\xb6\x39\x74\x26\xec\x94\x00\x81\x15\x60\xdb\x3c\xfa\x9d\xd8\x29\x23\x47\x30\x3a\x12\xbe\x5b\xf0\xdc\x8d\xa2\x33\x61\x73\xac\xea\x27\x6c\x8e\x4d\xbf\x83\xcd\x51\x77\x80\xcd\x7b\xe2\xe1\x2d\x78\xee\xb4\x8b\xb3\x20\xb3\x9b\x59\x67\xc2\x7c\xc8\xfe\xd3\x82\xa5\x7b\xb2\x91\xbf\x60\xe9\x9e\x2c\x86\x2b\xc2\x2b\xc8\x34\xb8\x20\xa8\x5b\x41\xff\x83\x57\x10\xe8\xb6\x20\xa8\xd3\xd2\xbf\x20\xa8\x53\x65\xef\x82\xa0\x6e\xf1\x35\x2e\x08\xea\x14\xcf\x5d\x10\xd4\x49\xfd\x7d\x41\x50\xb7\xf8\xfe\x16\x04\x75\x6b\xea\x4c\x78\x05\xd9\x6f\x58\x10\xd4\x49\x54\x62\xc1\xee\x2d\xd9\xba\x05\x41\x9d\x82\x8d\x0b\x76\xef\xcd\x97\xba\x60\xf7\x56\x8d\xe4\x82\xdd\xfb\x10\xea\x5c\xee\x1d\x55\x85\x02\x97\x88\xed\x58\x72\x16\xcc\xdf\xda\x6a\x5e\x30\x7f\x4b\x9d\x73\x41\xdf\x7d\x81\xad\x0b\x62\xbb\x4b\xac\x7c\x41\x6c\x77\x29\xe9\x5b\x10\xdb\xdd\xde\xfe\x31\x25\xaf\x2c\x3e\x38\x6e\x2e\xce\x3b\xa0\xf6\xca\xe2\x83\xe3\x85\xc1\xdc\x10\xf4\x1a\x60\x6e\x08\x49\xb7\x83\x43\xed\x51\x57\xe0\x50\x03\xfb\xae\x0c\x87\x9a\x06\x01\xec\x0c\x51\x8f\x05\x76\x06\xd5\xaf\x2d\xd8\x19\x22\xab\xd1\x82\x9d\x21\xe9\xc3\x81\x9d\x21\x31\xd5\x2d\xd8\x19\x12\x19\x1e\x0b\x76\x06\x85\x38\x96\x3b\x40\x4d\x21\x8e\xf5\x40\xaa\x05\x5a\x5a\x0f\xa4\x5a\x4d\xd7\x84\x54\xab\xeb\x7e\xde\xcf\x44\x74\x78\xc1\xca\xa0\xac\x95\x05\x2b\x43\x7a\xf5\xcc\x6d\x50\xc9\xed\x82\x95\x21\x13\x8f\x5f\xb0\x32\x64\xb2\x59\x16\xac\x0c\x52\xa1\x5f\x30\x2f\x64\x90\xd4\x82\x79\x21\x13\x07\x5d\x30\x2f\x48\xef\x70\xc1\xbc\xf0\x34\xfd\xce\x6d\x78\xf4\xf9\xc1\xbc\xf0\x6c\x1d\x41\xd4\x44\x6e\xc8\x82\x79\xe1\x51\x3f\xe1\xab\x7b\xae\x7a\x06\x29\x10\xab\xfb\x82\x75\xa1\x80\xd1\x17\xac\x0b\x45\x9f\x2d\x5c\x75\x05\xb4\xb4\xa0\x56\x28\x84\x4d\x16\xd4\x0a\x72\xde\x17\xd4\x0a\x85\xd0\xc8\x82\xa7\xae\x2c\xfd\x0f\x62\x23\x5c\xd6\x05\x4f\x5d\x01\xe9\x2f\xe8\x14\xca\xd6\xff\x20\x13\x3a\xba\x0a\x04\x4d\x47\x7d\x81\x4c\x48\x13\x43\x15\x99\x90\x7e\x07\xbb\x0e\x5e\xc7\x82\x6a\xa1\x82\xa0\x17\x54\x0b\x52\x91\x5f\x15\x76\x1d\x8d\x3a\xa8\x16\x24\x65\xb6\xa0\x5a\xa8\x2c\xda\x0b\xaa\x05\x71\x9e\x2f\xa8\x16\x94\x7f\xb1\xa0\x5a\x90\xa3\xbd\x1a\x2c\x42\x4c\xfa\xab\xc1\xba\xa3\x8f\x1f\x9a\x85\xaa\xc9\x0d\x9a\x85\x16\xf4\x3f\x98\x67\x48\x80\x5d\xd0\x2c\x34\x8d\x10\x68\x16\x1a\x8b\xcc\x6a\x62\xdb\x51\xcf\xc4\xb6\xa3\x6b\xc2\x4a\x93\x75\x15\x58\x69\x64\x1f\xf4\x0a\x4d\xf6\x41\xaf\xd0\xf0\x67\x57\x17\xc3\x0e\xbf\x83\x5e\xa1\x81\x84\x17\xf4\x0a\x4d\x63\x10\x7a\x05\xe9\x2f\x2d\xe8\x15\x9a\xbe\x15\x28\x14\x94\x8f\xb1\xba\xd8\x73\xf4\x3b\x6c\xd0\x68\x85\x42\xa1\x69\x0e\x81\x42\x41\x4b\xea\xea\xd8\xa0\x2f\x0e\x72\x3a\xe5\x6a\x2c\xc8\xe9\x9a\x9e\x35\xb4\x09\xca\xc7\x58\x90\xd3\x75\xf6\x36\x96\xc1\xaa\x83\x87\xb7\x0c\x36\x1a\xa0\xc6\x32\x58\x75\x34\x13\x41\xa5\xd0\x87\xae\x02\xab\xce\xd4\x11\xac\x3a\x80\x92\x05\x71\x5d\x57\xcf\x20\xae\x53\x6d\xc3\x82\x3e\xc1\x34\x06\x21\xae\x93\x2f\xbf\x0c\xb6\x19\x7d\x47\xd0\x23\xa8\x6e\x61\x41\x8f\x60\xe5\x5f\xb9\xd8\x0b\x3e\x3b\x23\x6a\xb2\xe0\xb3\x93\x46\xdb\x82\xcf\xee\xb5\xf2\xc3\x67\x67\xfa\xe0\x60\x53\x30\x90\xf0\x82\x4d\x61\x68\x92\x82\xcf\x6e\xa8\xd3\xf0\xd9\x0d\xad\x15\xf0\xd9\x8d\xac\xdf\x41\xde\xf2\xe8\x9a\x90\xd3\x74\x9d\x09\x39\x0d\xa8\x67\xc1\x67\x37\x4c\x67\x8a\xb8\x85\x21\x08\x9f\x9d\xd8\xa0\x17\x0c\x0a\x83\x40\xfd\x82\x41\x41\x7b\xe8\x0b\x3e\x3b\x91\xb9\x2f\xd8\x13\x26\x89\x40\x0b\xf6\x04\xed\x85\x2f\xd8\x13\x5e\x68\x02\xf6\x84\x89\x1b\xb5\x60\x4f\x98\x6c\x91\x2e\xd8\x13\xa4\x43\xbe\x60\x4f\x98\x57\x57\x81\xc9\xe4\xd5\x17\x18\x3e\x84\x34\xe0\xb2\x5b\xfa\xfc\xe0\xb2\xd3\xb6\xe9\x82\x39\x61\xe9\x65\xc2\x79\xa0\x5d\xde\x05\xe7\xc1\xd2\x0a\xbe\xe0\x1e\xa1\x5a\x6d\xc1\x3e\xb7\xd8\xea\x58\xb0\xcf\x2d\x22\xcb\x0b\x3e\x84\xb5\x74\x26\xbc\x1c\x1a\x66\xf0\x21\xac\xad\x33\xe1\xaf\x20\xa6\xbf\x20\x3d\xd8\x5a\x48\x20\x3d\xd8\x78\x47\x0b\x56\x3a\x95\x86\xac\x2d\xee\x0a\xce\xdc\xe2\xae\x60\xc8\xc3\x4a\xb7\xd5\x33\x58\xe9\xb6\x3e\x00\x88\x10\x5e\xc8\x66\xc3\x5b\x01\xb6\x5f\x1b\xde\x0a\x2d\x8d\xb0\xd2\x1d\x3d\x25\x48\x10\x94\x56\xb7\x20\x41\x38\x1a\x4b\x90\x20\x28\xeb\x7d\xb9\x5f\xd3\x0e\xf5\xab\x0b\x02\x84\x43\xf0\x6c\x89\x00\x01\x8f\x6b\x89\x00\x41\xb8\x58\x04\x08\x45\xff\x73\x1b\xae\x50\xb2\xfb\x35\x4d\x62\xd4\x0b\xc6\xba\xdb\xf5\x3b\xc8\x1c\xd8\x64\x5a\xa2\x2e\xc0\xd1\x5e\xa2\x2e\x10\xb4\x11\x75\x81\x96\x70\x51\x17\x68\xda\x75\x6f\xa5\x4b\x86\x7b\x89\xb6\x80\x4d\xad\x25\xda\x02\x7c\x97\x25\xda\x02\xb2\x81\x16\x85\x37\x01\x9f\x6e\xbd\x68\x0b\x78\x9e\x2f\xda\x02\xfa\x42\xe1\x4d\x20\xc9\x6f\x51\x78\xa3\x2d\xae\x25\xda\x02\x21\x6f\x0a\x6f\x24\x98\xbd\x44\x5b\xa0\x6f\x5a\xb4\x05\x45\xff\xa3\x9c\x5f\x4f\x9e\xa2\x1b\x09\x65\x2f\x51\x16\xf0\x94\x36\x45\x37\x11\x2f\x75\x8b\xb2\xc0\xf4\xbf\xc4\xd1\xe1\xc8\xed\x8b\x4b\xff\x83\xb2\x80\xac\x9c\x2d\x5a\x02\x16\xf4\x2d\x5a\x02\x16\xf4\x2d\x5a\x02\xc2\x88\x9b\xa2\x9b\x14\x74\x3f\x4a\xda\x83\xae\x49\xd9\x3a\x69\x09\x9b\x62\x9a\xc4\x2c\xb5\x29\xa6\x49\x8c\xac\x1d\x55\x7e\xbf\x39\xf2\x7e\x0a\xd6\x6d\xd1\x0d\x80\xa7\x77\xa4\xf4\x9e\x2f\x60\x8b\x6a\x60\xfc\x6b\x7b\x6f\x8b\x85\x80\xa9\x67\x53\x63\x93\xb6\x8e\xa8\xca\x3f\xea\x18\x0c\x04\x32\x56\x0c\x04\x32\x36\xaa\xa4\x5d\x47\xfe\x8a\x32\x1f\xc0\xa6\x88\x26\x5f\x1d\x1d\x8e\x16\x47\x94\x5e\x83\x14\x37\x05\x34\x0f\xd5\x3f\x9b\x02\x1a\x6d\x16\x6d\x0a\x68\x1e\xa6\xdd\x4d\x01\x8d\xf0\xdf\x86\x75\xa0\x10\xb3\xd9\x14\xd0\x14\xf5\x85\x02\x9a\x52\xf4\x3b\x4a\x99\x99\x42\x76\x52\x29\xb3\xee\x4e\x49\x2d\xd3\xe0\x4e\x94\xd4\xbe\xae\x49\x49\x2d\xae\xfc\xa6\xb0\x46\x59\xa5\x1b\x46\x02\xe1\x9c\x0d\x23\x81\x36\x0d\x36\x45\x35\x42\x36\x9b\xa2\x1a\xa9\xb4\xec\xac\x9a\x53\x6c\xa0\xa8\xa6\xb1\x29\xb9\x29\xaa\x69\x7c\x7e\x9b\xc2\x19\x65\x85\x6e\x0a\x67\x1a\x29\x7d\x3b\xab\x9e\x54\xff\xa3\x6c\x96\xfc\x91\x0d\xed\x80\x50\xc8\x86\x76\xa0\x31\xed\x6e\x0a\x66\xa4\x8a\xb2\x29\x98\xe9\x51\x7d\x71\x1b\xa4\x8a\xb2\x29\x98\xe9\x1a\x9e\x14\xcc\x48\xe7\x64\x53\x30\xd3\x49\x05\xdb\x50\x12\xa8\x48\x67\x53\x2c\x23\x9d\x93\x4d\xb1\x4c\x2f\xba\x0a\xf5\xa5\x55\x67\x52\x35\x4a\x76\xf9\xa6\xfc\xa5\x13\x2b\xdf\x94\xbf\x74\x8d\x3a\x4a\x5c\x0c\x37\x71\x53\xe2\x62\x84\x4d\xb6\xfb\x27\xdd\x74\x87\x42\x75\x24\xd8\x69\x43\x40\x20\xe0\xb1\x0b\xd5\x91\xe4\x52\x6c\xc8\x07\x04\x43\x36\xe4\x03\x36\x74\x4d\x55\x47\xea\x88\xea\xc8\xa9\x33\xa9\x8e\xd4\xc4\x00\xf9\x80\x64\x2c\x36\xe4\x03\x83\x49\x6a\x43\x3e\xa0\x00\xc4\x76\xdf\xa5\x0f\x70\xdc\x76\xdf\xa5\x0b\x78\xec\x42\x75\xa4\xe9\x88\xea\x48\x8a\x39\xb6\xfb\x2e\x7d\xe8\x6d\x42\x4a\x30\xc0\x94\x1b\x52\x02\x49\x4d\x6c\x48\x09\x06\x5b\x86\x1b\x52\x02\x69\xa8\x6e\x48\x09\x66\xd0\x35\xa9\x1a\xa4\x42\x77\x57\xaa\x06\xa3\xae\xe9\xf6\x4d\xbd\x69\x08\x0b\xa4\xa1\xba\x21\x2c\x90\x8a\xcc\x86\xb0\x60\xea\x7b\x77\xdf\xa5\x4f\x3d\x4f\x08\x0b\x94\x35\xb2\x2b\x55\x91\xfa\xfe\x50\x0c\x9a\x6c\x12\xee\xa6\x2a\x42\xde\x51\x53\x15\x21\xa3\x1c\x22\x83\xa5\x6f\x05\x22\x03\x41\x8d\x0d\x91\xc1\x82\x61\x67\x43\x64\x20\x2d\xcf\x0d\x91\x81\x02\x1e\x1b\x22\x83\xa5\xe7\x02\x91\x81\xc8\xc0\x76\xa3\x4c\x90\xa5\x6a\xbb\xef\xd2\xb5\x63\xb2\xdd\x77\xe9\x22\x0a\xdb\x10\x1c\xec\xa8\x33\x37\x47\xba\xa6\xdb\xb7\x35\xae\x1b\xe5\x81\x9a\x92\x3b\xe5\x81\xf6\x2f\xc6\xbf\x0d\x2f\x82\x44\x0c\x36\xbc\x08\x9b\x40\xc2\x86\x17\x61\x6b\xd0\xc1\x8b\xb0\xd9\x08\xdc\x70\x1f\x6c\x5c\xe4\x0d\xf7\x81\xd4\xc0\x37\xdc\x07\x47\xeb\x0f\xdc\x07\x47\x9f\x91\xbb\x35\x5d\x65\xd4\xdb\x5d\x97\x2e\xee\xe4\x0d\xaf\x81\xa4\x09\x36\xbc\x06\x47\x1f\x15\xbc\x06\x87\xf8\xd1\x36\x55\x05\xf2\xe0\xe1\x35\x50\xe9\xca\x86\xd7\x40\x3c\x5a\xdb\xa8\x0a\x04\x17\x6f\xa3\x2a\x50\xab\x18\x9c\x07\x47\xab\x34\x9c\x07\xd2\xab\xdf\x70\x1e\x88\x63\x6b\xc3\x79\x20\xb9\x83\x0d\xe7\xc1\x19\xba\x0a\x95\x8f\xb8\xba\x1b\xce\x03\xb1\xc6\x6d\x38\x0f\x94\x89\xbd\xe1\x3c\xb8\xa0\xa5\x3d\xa8\x06\xd4\xa4\x08\xe7\x81\x44\x0c\x36\x9c\x07\x37\xe9\x4c\x2a\x01\x89\xd5\x6d\x38\x0f\x24\xa8\xb0\xe1\x3c\x50\x32\xd9\x86\xf3\x40\xc4\x5d\x1b\xce\x03\xe9\x71\x6e\x38\x0f\x2e\x59\x07\x1b\xce\x03\x25\x93\x6d\x98\x0c\x24\x4b\xb0\x49\x49\x53\xe2\xd2\x26\x25\x2d\x68\xba\x26\x25\x2d\x80\x53\x37\x29\x69\x4a\x63\xda\xa4\xa4\x85\xa2\x33\xa9\xeb\xd3\xc4\x47\x3a\x5a\x20\x8a\xbf\x27\xb5\x70\x44\x11\x37\xa9\x68\x41\xd8\x89\x54\x34\x85\xbd\x36\xa9\x68\x61\xe8\x2a\xd4\xfc\x69\x7c\x4e\x6a\xfe\xb4\x4c\xbb\x47\x62\x41\x1f\x23\x85\x33\xc2\x86\x9b\xc2\x19\xd1\x9e\x6e\x0a\x67\xa2\x9e\x35\x85\x33\x51\x53\xb9\x6f\xc9\x58\xd4\xf4\xe9\x5b\x32\x16\x9b\xfe\x47\x0d\x5d\xd7\x11\x35\x74\xfa\xe0\x28\xa6\x89\x1a\x3d\x8b\x1a\x3a\x01\x9d\x45\x0d\x1d\x1b\x73\x7b\xa9\x86\x8e\x5e\x2f\x6a\xe8\xc8\x0b\xdf\xee\xd7\x58\xd4\xf4\xe2\x7e\x8d\xbd\x50\x1d\xc5\x35\x09\x1f\x6b\x53\x5c\x23\x75\xcc\xbd\x28\xee\xa2\x3c\x7b\x53\x58\x23\x86\xfc\xbd\x28\x46\x23\x90\xb0\x37\x35\x75\x84\x9a\x36\x45\x33\x89\x3c\x91\x4d\xd1\x4c\xd2\xdd\x29\x9a\x49\xec\x52\xec\x4d\xe1\x96\x60\xc8\xa6\xc8\x29\xeb\x77\x9d\x23\xee\x4e\xc1\x8c\x02\x72\x9b\x82\x19\xed\x40\xed\xad\x82\x2d\xac\xa5\x60\x46\x3b\x50\x9b\x82\x99\xac\xa7\xb4\x29\x50\x23\xec\xb5\x29\x98\xc9\x24\xf2\xee\xa3\x42\x2d\x9e\x04\x05\x33\x0f\x1e\xfa\xa6\x28\xe6\x11\x24\xf2\x3d\x19\x53\xb6\xd0\xf6\x3d\x19\x2b\x78\x1d\x9b\x62\x98\x42\x18\x63\x53\x0c\x23\xc9\xc3\xed\x7b\x32\xa6\x8c\x99\xed\x7b\x32\x26\x01\xc4\x4d\x31\x4c\x11\x64\xa0\x18\xa6\x10\x38\xdc\x14\xc3\x88\x49\x66\x53\x0c\x23\x0e\x98\x4d\x31\x4c\xcd\xff\xd2\x9a\xdc\xd4\xc9\x28\xe6\xb6\xa9\x93\xa9\x38\x71\x9b\x3a\x19\xa5\xc1\x6c\xea\x64\xaa\x3e\x2a\x77\x80\x4c\x6a\x85\xfb\x52\xab\xa5\x07\x7f\xa9\x69\xc2\x31\xdc\x97\x9a\x26\x76\xd7\x37\xf5\x33\x22\x82\xd9\xd4\xcf\x48\x0c\x7f\x53\x3f\x53\x85\xf8\x28\x92\x69\x5a\x9b\x28\x92\x69\x9a\x18\x28\x92\x11\xdd\xca\x09\xd4\x01\x81\x53\x0f\x05\x32\x8a\xc7\x9d\x40\x4d\x53\xd6\x99\xd4\x34\xf1\xc1\x1d\x8a\x67\x1a\x03\xf9\x50\x3c\xd3\x08\x08\x1c\x8a\x67\x1a\x16\x9d\xa0\x5a\x26\xe3\x48\xb5\x4c\xfa\x9f\xdb\xd7\x08\x78\x1c\x77\x8e\xac\x4d\x9d\x49\x9d\xd3\xd2\x35\xa9\x73\xe2\x65\x1e\x0a\x6b\xda\xd1\x55\x28\x02\x0a\xea\x19\x45\x40\x2c\x63\xc7\x1d\x27\x13\x2f\xc9\x89\xd4\x32\xb1\xf1\x71\xa2\x0a\x80\x0a\x47\x14\xb0\x30\x3c\x4f\xa4\x80\x05\xd4\x73\x54\x76\x13\x75\x26\xc5\x2b\x59\x47\x14\xaf\xc0\x8e\x7c\x22\xc5\x2b\x45\x77\xa0\x40\xa7\xe8\xee\x14\xe8\x1c\x5d\x93\xc2\x0e\x42\x54\x87\x02\x9d\x41\x56\xed\xa1\x40\x67\x30\x69\x9c\xa4\xe2\x15\x7e\x47\x81\xce\x28\x3a\xa2\x20\x22\xe8\x88\x82\x08\xa6\x9e\x43\x11\x8e\x84\xc1\x0e\x45\x36\x33\xea\x7f\x14\x3d\xc8\x06\x8a\x6c\xa6\x6c\xa0\xc8\x46\xd4\xbc\x87\x22\x1b\x29\xe3\x1f\x8a\x6c\x26\x01\xb2\x43\x91\xcd\x04\xa7\x1e\x8a\x6c\x44\xb6\x7b\x28\xb2\x99\xec\xb4\x1c\x8a\x6c\x14\xcc\x3a\x59\x45\x1d\xbc\x3f\x8a\x6c\x26\x13\xd8\xc9\xd8\x70\xf5\x3f\xb7\x41\xbc\x91\x27\x53\x0e\x01\xae\x3a\x59\xe5\x10\xf4\x33\xab\x1c\x82\x27\x9f\x55\x0e\xa1\x9e\x51\x6d\x00\x28\x39\x14\xd8\x2c\x59\x44\x81\xcd\xce\xea\x19\xd5\x06\x59\xbd\x76\xfb\x44\xaa\x7a\x28\xb0\x91\xb0\xf7\xa1\xc0\x46\x61\xa1\x43\x81\x8d\xf4\xc9\x0f\x05\x36\x9b\x7c\xe6\x43\x81\xcd\x69\xba\x0a\xb9\xe9\x7a\x12\x94\xcd\xa8\xd6\xf5\x50\x36\x23\x18\x72\x28\x9b\x39\x04\xf9\xce\xa3\xdc\x74\xdd\x81\xdc\x74\x30\xfa\x79\xc8\x4d\x8f\xba\x0a\xb9\xe9\x7c\xef\x87\x72\x9b\xab\x2f\x9c\x72\x1b\x6d\xa9\x1d\xca\x69\x2e\x59\x3f\x87\x72\x9a\xcb\x02\x7b\x8a\xf2\xce\xb9\x03\xe5\x34\xca\x9f\x3e\x94\xd3\x08\x86\x9c\x22\xc5\xad\xb0\x85\x9b\x4f\x79\xeb\x04\x04\x5d\x7b\xbe\x5a\xc4\xe5\x79\xca\x9b\x58\x83\xd0\xcc\x51\x69\x4d\x3b\x7b\xe9\x4b\x53\x69\xcd\x4f\xcb\xa3\x1e\xdf\xdf\x16\xcd\x28\x2a\xfe\xff\x69\x19\xff\xaa\x1e\x3c\x92\x5c\xfd\x39\x59\x2f\x4e\x62\x44\xed\xec\x4d\xb5\xda\x71\x47\x29\x97\xd7\xd1\xcf\x23\xba\x97\x84\x9c\xe3\x8e\xd2\xfb\xa8\x7e\x1d\xb5\xaf\xa3\xfe\x2a\x5a\x50\x32\xfe\x71\x67\xe9\x91\xd6\xc3\x71\x67\xe9\x11\xda\x3e\xaa\xd7\x79\xc2\xde\xac\xc7\x07\x86\xb7\xab\x47\x43\xba\x5b\xd0\x70\x26\xdd\x4d\xd1\xb5\x43\xba\x5b\xc4\x8d\x3d\x62\x7f\x7b\xe2\xde\x04\x49\x0e\x29\x6f\x51\xf6\x90\xf2\x26\xf2\xca\xd3\xf2\xeb\xec\x83\x03\x74\x48\x7b\x93\x46\xf7\x21\xb5\x2d\x13\xe0\x3f\xa4\xb6\x89\x12\xf1\x34\x65\xf8\x32\x58\x9b\x08\x62\xf3\xaf\x05\x4d\x59\xb0\xba\xae\xb2\x60\xd5\x4b\x32\x48\x35\x98\x49\x6f\xd3\xe2\x75\x48\x6f\x7b\x1d\x91\xde\xa6\x20\xcb\x21\xbd\x4d\x9c\x66\x87\xf4\xb6\xba\x74\x26\x19\xa4\x47\x47\x64\x66\xc2\xe9\x72\x48\x6f\xeb\xfa\xac\x49\x6f\xeb\x24\xb4\x1d\xd2\xdb\x0c\x6f\xe6\x90\xde\x66\x9a\x5e\x49\x6f\x53\xdd\xe4\x21\xbd\x4d\xe4\x4a\x87\xf4\xb6\x41\xe8\xe4\x90\xde\x36\xf5\xf1\x90\xde\x26\x96\xf2\x43\x7a\x9b\x9c\xdf\x43\x7a\xdb\x24\xf2\x7c\x5e\x9c\xd9\x75\xab\xf8\xe2\x28\xc5\xed\xd1\xff\x49\x71\xc3\xa3\x39\x4a\x71\x3b\xfa\x9f\xdb\x78\x01\x20\x87\x14\xb7\x0b\x4e\x3a\xa4\xb8\x5d\x9c\xff\x63\xa4\x87\xa9\xe7\x88\xb0\x6a\x1b\xfa\x20\xc2\x1a\xaf\xae\xe2\x42\x59\xc6\x86\xe7\x41\xb5\xc8\xa6\xfe\xc7\x27\xfb\xcc\x7d\x1e\xfd\x96\xdc\x1d\x4d\x04\xa6\xdc\x1d\x9e\xb9\x7b\x51\x59\x34\xfc\x47\xfc\xd8\xcf\xdc\x97\x2d\xc4\x43\xaa\x5b\x61\xdf\xe0\x90\xea\x56\x00\x37\x47\x25\x3f\xe5\x6c\x49\xf3\x1d\xd2\xdd\x0a\x58\xf9\xb8\xc7\x94\xc7\xd2\xff\x3a\x47\xba\x2e\x79\x3a\x5a\x66\x49\x77\xab\x82\x2d\xa4\xbb\x49\x84\xe4\x90\xee\x26\xbe\xbc\x43\xba\x5b\xdd\xea\xaf\x97\xc0\x0c\x82\x12\x87\x74\x37\x6d\x69\x1e\xd2\xdd\x9a\x96\x13\xd2\xdd\x9a\xfa\x42\xba\x5b\xd7\x82\x45\xba\x9b\x69\xdc\x49\x65\x55\x70\x80\x74\xb7\x81\xaf\x73\x48\x77\x1b\xfa\x5a\xdc\xb7\xca\xaa\x65\x3c\xa4\xbb\x0d\xbd\x21\xd2\xdd\xa6\xbe\x6e\xd2\xdd\x54\x72\x73\x48\x77\x5b\x64\xd6\x9f\x29\x71\x43\x5d\x13\x71\x43\x2d\x35\x94\xf8\x6c\x81\x3b\xd2\xdd\x0e\xf9\xf2\x87\x74\x37\xd5\xaa\x1e\xd2\xdd\x8e\x9e\x2e\x39\x6d\x87\x58\xc3\x21\xa7\x4d\x15\x85\x87\x9c\x36\xed\x5c\x1c\x72\xda\x7e\x8f\x48\xae\xd0\xbc\x42\x4e\xdb\x6d\x3a\x12\xf7\x79\x80\x43\xff\xbf\xa7\x70\xb6\x94\x12\x3b\xc1\xc7\x5d\xaf\x7c\x34\x09\x21\x68\xa4\x1d\xcf\xc3\x96\x52\xa6\x5c\xf7\xb0\xa5\xa4\x58\xf1\x61\x4b\x49\x11\xe0\x23\xa1\x23\x3d\x28\x09\x1d\xb1\x17\x7b\xd8\x52\x92\x02\xfa\x61\x4b\xa9\xca\x0c\xb6\x94\x6a\xd5\x99\xec\x97\x0b\xc7\xb0\xa5\xd4\xd8\xb5\x3d\x6c\x29\x35\x22\x5e\x87\x2d\x25\xd3\x47\x0d\xef\xb6\xe9\x85\x6e\x36\x2b\xa7\xce\x64\x33\x4f\xb8\x97\xed\xa6\x55\x74\x04\xe5\xbb\x26\x51\xb6\x9b\x14\x12\x3a\x6c\x37\xfd\x1e\xc1\xb7\xad\x67\xa6\xed\x26\x7d\x20\x30\xc6\x05\x52\x08\x0f\x8c\x71\xaa\x62\x3a\xe2\xdb\xd6\x24\x7a\xc4\x45\xcd\xfd\x60\x8c\x8b\x49\x47\xec\x18\x08\xcd\xc2\x18\x97\x84\x40\x60\x8c\x4b\x7a\x47\xf0\x6d\x67\xf2\x39\x0e\x8c\x71\xa2\xa1\x3d\x30\xc6\x3d\x42\x35\x6c\x5a\x3d\x8f\xee\x00\x79\x2c\xfb\x0e\xe7\x25\x9e\x34\xb7\xb6\x1a\x0f\x1b\x57\x2a\xd6\x38\x6c\x5c\x15\x0a\x90\x0f\x1b\x57\x12\x81\x3a\x6c\x5c\x49\x8d\xfe\xb0\x71\x55\x35\x35\x5e\x91\x6d\x72\x17\x36\xae\xba\x26\x3b\x36\xae\xba\x9e\x0d\x1b\x57\x2a\xbe\x3f\x6c\x5c\x4d\x2d\xd0\xd7\xbe\x8e\x88\x8b\x6a\x22\x74\xbf\xed\x11\xf9\xe5\xb9\xbf\x28\x68\x65\xfd\x1f\x7a\x31\x61\x4e\x36\xaf\x94\xc6\x75\xd8\xbc\x5a\x8c\xe8\xcb\xe6\xd5\x66\x6a\xbb\xee\xbb\x39\x91\xb3\x1f\x11\x98\xc2\x03\xbc\x6c\x5e\x5d\xb0\xf1\x65\xf3\xea\xe2\xf7\x5c\x18\xe3\x24\x51\x70\x61\x8c\xbb\x4c\xe1\x17\xdf\x4d\xa3\xe1\xe2\xbb\xfd\x1e\x11\xc6\x21\x45\xef\xe2\x9f\x45\x02\x84\x17\xff\x4c\x05\x53\x17\xff\x2c\x67\xdd\x8f\x10\x01\x41\xa4\x8b\x7f\xf6\x10\x16\xbb\xbe\xb1\x65\x05\x9f\xef\x46\xfc\xeb\xa4\xff\xe1\x5f\x13\x6e\xba\xf8\x6e\x95\x2f\xe8\xe2\xbb\x35\x7c\x86\x8b\xef\xf6\x7b\x84\xef\x16\x74\x15\x7c\x37\xbc\xdf\x2b\xdf\xad\xe8\x2a\xf8\x44\xb2\x08\xdf\x4d\x52\xc5\x17\xdf\x6d\xe2\x9b\x5e\x7c\xb7\x15\x74\xa6\xdb\x27\x39\xe6\x8b\xef\xb6\x48\x10\xbc\xf8\x6e\x8b\x20\xe7\xc5\x77\x53\x9d\xf3\x85\x5c\x41\x12\x08\x17\x72\x05\x69\xcf\xde\x24\x9f\x81\x3b\xe0\xd7\x69\xbf\xe3\x26\xca\xc4\xdf\x12\xcf\x17\xc5\xa4\xa9\xfe\x90\x8a\x27\xf6\x99\x9b\xd8\x82\xe7\xdb\xbf\xa8\x25\xcd\x57\x7f\x7c\x3e\x51\x61\xd4\x65\x07\x4b\x12\xdd\x97\x54\x3c\x55\x37\x5e\xd4\x92\x42\xfb\x17\x15\xd3\xa5\x86\xe9\xb0\x59\x78\x11\x52\x52\x01\xf4\xc5\x25\xac\x00\xf7\xcb\xe6\x96\x42\x24\x97\xcd\xad\x48\x6c\xf8\x66\x51\x13\xd1\x31\x6a\x98\x94\x3d\x7c\x11\x58\x52\x6d\xde\x45\x9a\xb6\x53\x24\x72\x71\x09\x27\x28\xf3\x66\x6a\xe5\x96\xee\x47\xb6\x2b\x1f\xe5\x25\x4d\xaf\x24\x1d\xa1\x27\x17\x75\x4d\xf2\x3e\x98\xc8\x2f\xd2\xb4\x59\x43\x14\x97\x30\xf0\xd9\x5f\x5c\x42\x5b\x3a\x22\x23\x59\x83\x12\x97\x50\xbb\xc2\x17\x97\xb0\x11\x7d\xbe\x8f\xf6\x65\x79\x2e\x8f\xb2\x2b\x78\x45\x4a\xef\xd3\xfd\x60\x88\x93\xa4\xd6\x85\x8b\x5b\x81\x9d\x2b\xce\x05\xbd\x30\x71\x2e\x10\x7d\xbe\xd4\x37\x85\xa0\x3b\xac\x0f\x1f\xe0\x3e\xd4\x02\x06\xf5\x13\x74\x7a\xf4\xbb\x1f\xfb\xae\x11\x02\xba\x85\x6c\x65\x4d\x2a\xee\x3c\x5e\x63\xca\xbf\x92\xab\x25\xed\xea\xfa\xf6\xd9\x95\xac\xd3\xa5\x2e\xaa\x80\x90\xae\x3b\x96\x75\xc9\xa2\x97\xe8\x12\x23\xa4\xb4\x97\x28\xc5\x25\xfa\x77\xd9\x42\xeb\xb2\x11\xae\x06\xf9\x0d\x17\xae\x06\x65\x41\xdf\xf2\x66\x39\xd0\x87\xf0\xe2\x6b\xb0\x7d\xa2\xee\xf6\x63\x4f\x08\x6c\x0b\x5d\x77\x16\x43\x18\x3a\xfa\xb1\x27\xa9\xa0\xe2\xba\x27\x18\x22\x21\x98\xeb\x5e\x60\x88\x1a\x1f\xee\x05\x86\x48\xb2\xdd\x75\x2f\x30\x44\xbc\xa2\xeb\x5e\x60\x88\x7a\x0e\xee\x05\x86\x58\xf5\xbb\xce\x99\xd8\xe2\x1e\x60\x50\x59\xee\x75\x0f\x30\xc4\x47\xf7\x9b\x1c\xf1\x6c\xdd\xfb\x0b\x8a\x6e\x5f\xf7\xfe\x82\xca\x40\xae\x7b\x7f\xe1\xb7\xd7\x97\x23\xde\x90\x7b\x7f\x21\xe2\xec\x5f\xf7\xfc\x42\x24\x69\xf5\x36\xec\xcb\x3a\x92\x7d\xfa\x9d\xec\xe3\x9a\x4d\xf6\xf1\x4c\x1b\xf6\x69\x42\x6b\xd8\xc7\x06\xe0\x6d\xd8\xa7\x6f\xaa\x61\x5f\xd3\xdd\xb1\x8f\x14\xc8\xdb\xb0\x6f\xeb\x2a\xd8\x07\xc4\xba\x0d\xfb\xb6\xae\x89\x7d\x60\xc3\xdb\xb0\x8f\x40\xe3\xed\xd8\x47\x48\xeb\x76\xec\x63\xd3\xed\x76\xec\x23\x04\x71\x3b\xf6\xb1\xcc\xde\x8e\x7d\x9a\xf6\x3b\xf6\x25\xfd\x4f\xf6\xe9\x2a\xd8\xa7\xe9\xb2\xeb\xfd\x31\x32\x3b\xf6\x3d\xea\x0b\xf6\x69\xf1\xe8\xd8\x87\xc7\x77\x3b\xf6\x69\xfe\xea\xd8\xa7\x85\xd3\xbd\xc1\xf4\x7a\xf2\xee\x0d\xa6\xc4\xd6\xeb\x75\x6f\x30\x25\x00\xd0\x75\x6f\x2f\x89\x19\xfd\xba\x47\xf7\x3b\x92\xdd\xa3\xfb\x1d\xc9\xee\xd1\x31\x92\xff\x7b\x7a\x36\xfb\x1c\xe4\x36\x3e\x07\xb9\xcd\xcf\x41\x6e\xeb\x73\x90\xdb\xfe\x1c\xe4\x76\x3e\x07\xb9\xdd\xcf\x41\x3e\xc2\xe7\x20\x1f\xf1\x73\x90\x8f\xf4\x39\xc8\x47\xfe\x1c\xe4\xe3\xf9\x1c\xe4\xa3\x7c\x0e\xf2\x51\x3f\x07\xf9\x68\x9f\x83\x7c\xf4\xcf\x41\x3e\xec\x73\x90\x8f\xf1\x39\xc8\xc7\xfc\x1c\xe4\x63\x7d\x0e\xf2\xb1\x3f\x07\xf9\x38\x9f\x83\x7c\xdc\xcf\x41\x3e\xc3\xe7\x20\x9f\xf1\x73\x90\xcf\xf4\x39\xc8\x67\xfe\x1c\xe4\xf3\xf9\x1c\xe4\xb3\x7c\x0e\xf2\x59\x3f\x07\xf9\x6c\x9f\x83\x7c\xf6\xcf\x41\x3e\xed\x73\x90\xcf\xf1\x39\xc8\xe7\xfc\x1c\xe4\x73\x7d\x0e\xf2\xb9\x3f\x07\xf9\x3c\x9f\x83\x7c\xde\xcf\x41\xbe\xc2\xe7\x20\x5f\xf1\x73\x90\xaf\xf4\x39\xc8\x57\xfe\x1c\xe4\xeb\xf9\x1c\xe4\xee\xfc\xfd\x0e\x72\x77\xfe\x7e\x07\xb9\x3b\x7f\xbf\x83\xdc\x3d\xb8\xdf\x41\xee\x1e\x5c\xc8\x5d\x67\x7a\xcf\x54\xb4\x7e\xdd\x2f\x0b\x99\x6c\x98\xeb\x7e\x59\xc8\x04\x04\xae\xfb\x65\x21\x6b\x99\x70\xbf\x2c\x88\x6f\xf0\xba\x7f\x15\xe4\x07\x5e\xf7\xaf\x42\x26\x4a\x7d\xdd\x87\x0a\x12\x37\xbe\xee\x43\x85\x3c\xf5\xbf\xc3\xff\xb8\x83\xe3\xf6\x1c\xc8\x1a\xb8\x8e\xdb\xb3\x34\x7b\x2e\x4a\xa7\x01\x92\x83\xeb\x98\x3d\x07\x8d\x02\xc7\xec\x39\xf8\xd2\xeb\x24\x13\x3f\x47\xee\x84\x97\xe0\xd8\x3b\xa3\xf5\x53\x42\x94\x20\x58\xe2\xc8\x7b\x1d\x3c\x26\x5f\x82\x23\xd5\x10\x9e\x1c\xd8\xc4\x2d\xc1\xd1\x6a\x08\xcf\xfc\x6e\x9d\xb4\xa6\x10\x9e\xf2\x6e\x5d\xb4\xc6\x10\x3c\x77\xa2\x04\x47\xb0\xb4\x38\x66\x2f\x81\x62\x12\x04\xf0\x4a\x88\xf4\x7a\xd2\x4f\x47\xb1\x19\x02\xd5\x12\x12\x77\xf6\x6f\xac\x84\x34\x75\x14\x82\x7f\x05\x25\x24\xee\x96\xe3\xbb\x85\xbb\xe5\xf4\x6e\x39\xb4\xe4\x77\x0b\x0b\x75\x7e\x7e\x5b\x32\x8b\x75\x2e\xef\x96\x48\x4b\x7d\xb7\x24\x5a\xda\xbb\x25\xd3\xd2\xdf\x2d\x0f\x2d\xf6\xdb\x42\x61\xf8\x69\x58\xf7\xe8\x49\xf2\x86\x00\x4e\x80\x1c\x27\xfe\x70\xb6\x0c\x9e\x11\x5a\xff\xc8\x0e\x97\xe0\xc0\xa9\xd6\xa4\x23\xaa\xaa\x2f\x47\x14\x8d\x27\x3d\x5b\x8a\xc6\x61\xaf\x29\x01\xe0\xf4\x7a\xcf\x52\xab\xf4\x11\x58\x42\x81\x25\x65\xd0\xb3\xc2\xf8\x68\x33\x87\x7f\x05\x46\x3c\x38\xec\x0c\x16\x98\x48\xbd\x39\x09\x76\x25\x28\x2d\xe9\xf0\xf2\x1d\x53\xd5\xee\x8e\x55\x09\x85\x08\x52\xd4\xef\xdc\x3d\x3d\xaf\xae\x52\x74\x1d\x75\xe6\x7e\x47\xec\x4a\xf0\xe0\x7c\x4d\x8f\x3a\xce\xeb\x2b\x21\x10\xa5\x2e\x41\x58\xeb\xd9\xef\x16\xb8\x32\x16\xd7\x06\x6f\x85\x92\x7f\x07\x25\x98\xcb\x5b\x3c\x2e\x55\x02\xb8\x8b\x16\x1e\x17\xd8\x8b\x16\xfd\xaa\xfa\x43\x5a\xf4\x0a\xfc\x15\x9e\xfe\xbe\xab\xaf\x8d\x21\xf2\x48\x1d\x83\xbd\x8f\xc6\xd7\xd1\xfe\x1d\xca\x1a\xdc\xf5\xbc\x5b\xd4\xa3\xfb\x6e\xa1\x47\x2d\xbc\x5b\xe8\x51\x8b\xef\x16\xae\xdc\xd2\xbb\x85\x0f\xac\xe5\x77\x0b\xfd\x6c\xcf\xbb\x05\x5b\xc0\x61\xb4\xf0\x1e\xc1\x62\xb4\x30\x40\xc1\x63\xfe\xb1\xa9\xcf\x60\x32\x5a\xe8\x33\xb8\x8c\x16\xf5\x79\xbc\x5b\xd4\xe7\xf9\x6e\x51\x9f\xdf\x9f\xf1\xab\xcf\xfb\xdd\xa2\x3e\x9f\x77\x8b\xfa\x7c\xdf\x2d\xf4\xb9\x87\x77\x0b\x7d\xee\xf1\x77\x3a\x50\x9f\x7b\x7a\xb7\xd0\xe7\x9e\xdf\x2d\xf4\xb9\x3f\xef\x16\xfa\xdc\xcb\xbb\x85\x3e\xf7\xfa\x6e\xa1\xcf\xbd\xbd\x5b\xe8\x73\xef\xef\x16\xfa\xdc\xed\xdd\xa2\x3e\x8f\x77\x8b\xfa\x3c\x7f\x27\xac\x57\x9f\xd7\xbb\x45\x7d\xde\xef\x16\xf5\xf9\x3d\xcd\xbd\xfa\x7c\xdf\x2d\xf4\xd9\xc2\xbb\x85\x3e\x5b\x7c\xb7\xd0\x67\x4b\xef\x16\xfa\x6c\xf9\xdd\x42\x9f\xed\x79\xb7\xd0\x67\x2b\xbf\x53\xaa\xfa\x2c\x0c\xe9\x2d\xf4\x59\x38\xd2\x5b\xe8\xb3\xf5\x77\x0b\x7d\x36\x7b\xb7\xa8\xcf\xe3\xdd\xa2\x3e\xcf\x77\x8b\xfa\xbc\xde\x2d\xea\xf3\x7e\xb7\xa8\xcf\xe7\xdd\xa2\x3e\xdf\xdf\x49\x5f\x7d\x1e\xef\x65\x40\x7d\x1e\xf1\xdd\x42\x9f\x47\x7a\xb7\xd0\xe7\x91\xdf\x2d\xf4\x79\x3c\xef\x16\xfa\x3c\xca\xbb\x85\x3e\x8f\xfa\x6e\xa1\xcf\xa3\xbd\x5b\xe8\xf3\xe8\xef\x16\xfa\x0c\xe8\x0c\xa9\x7d\xcd\x1d\x80\xcf\x77\xab\xfa\x3e\xbf\x5b\xd5\xff\xf5\xdd\x2a\x1b\xf6\x77\xab\xec\x38\xdf\xad\xb2\xe5\x7e\xb7\x62\x0f\x60\xf5\xdd\x8a\x4d\x80\xd6\x77\x2b\x76\x01\x5e\xdf\xad\xd8\x06\x88\xa5\xf5\x3d\xc7\x00\x66\xdf\xad\xd8\x06\xa8\x7d\xb7\x62\x1b\xe0\xf6\xdd\x8a\x6d\x80\xdc\x77\x2b\xb6\x01\x76\xdf\xad\xd8\x36\xed\xbb\x55\xb6\x8d\xef\x56\xd9\x36\xbf\x5b\xff\x11\xb0\x2a\x61\xae\xef\x1f\xc8\xec\x8f\x47\xff\x9e\xa6\xe6\xf9\x6e\x95\xd9\xf7\xbb\x15\xb3\x57\xf8\x6e\xc5\xec\x15\xbf\x5b\x31\x7b\xa5\xef\x56\xcc\x5e\xf9\xbb\x15\xb3\xd7\xf3\xdd\x8a\xd9\xab\x7c\xb7\xf2\x4a\x57\xfd\x6e\xc5\xb6\xf5\xf1\xe8\xdf\xd3\xd9\xea\xdf\xad\xd8\xb6\xec\xbb\x55\xb6\x8d\xef\x56\xd9\x36\xbf\x5b\x65\xdb\xfa\x6e\x95\x6d\xfb\xbb\x55\xb6\x9d\xef\x56\xd9\x76\xbf\x5b\xb1\x6d\x87\xef\x56\x6c\xdb\x1f\xcf\xf7\x3d\xed\xed\xf4\xdd\x8a\x6d\x3b\x7f\xb7\x62\xdb\x7e\xbe\x5b\xb1\x6d\x97\xef\x56\x6c\xdb\xf5\xbb\x15\xdb\x76\xfb\x6e\xc5\xb6\xdd\xbf\x5b\xb1\x6d\xdb\x77\xab\x6c\x1b\xdf\xad\xb2\xed\xe3\xf9\xbe\xa7\xc7\xbd\xbe\x5b\x65\xdb\xfe\x6e\x95\x6d\xe7\xbb\x55\xb6\xdd\xef\x56\x6c\x3b\xe1\xbb\x15\xdb\x4e\xfc\x6e\xc5\xb6\x93\xbe\x5b\xb1\xed\xe4\xef\x56\x6c\x3b\xcf\x77\x2b\xb6\x9d\x8f\xe7\x5b\x7f\x6d\x3b\xf5\xbb\x15\xdb\x4e\xfb\x6e\xc5\xb6\xd3\xbf\x5b\xb1\xed\xd8\x77\xab\x6c\x1b\xdf\xad\xb2\x6d\x7e\xb7\xca\xb6\xf5\xdd\x2a\xdb\xf6\x77\xab\x6c\x3b\xdf\xad\xb2\xed\xe3\xf9\xb6\x5f\xdb\x6e\xf8\x6e\xc5\xb6\x1b\xbf\x5b\xb1\xed\xa6\xef\x56\x6c\xbb\xf9\xbb\x15\xdb\xee\xf3\xdd\x8a\x6d\xb7\x7c\xb7\x62\xdb\xad\xdf\xad\xd8\x76\xdb\x77\x2b\xb6\xdd\xfe\xdd\x8a\x6d\xf7\xe3\xf9\xf6\xb7\x6d\xe3\xbb\x55\xb6\xcd\xef\x56\xd9\xb6\xbe\x5b\x65\xdb\xfe\x6e\x95\x6d\xe7\xbb\x55\xb6\xdd\xef\x56\xb7\x2d\x86\xf0\xdd\xda\x68\x8d\xdf\xad\x9d\xd6\xf4\xdd\x6a\xb4\x7e\x3c\x5f\x7b\xd9\x16\xc3\xf3\xdd\x1a\x69\x2d\xdf\xad\x89\xd6\xfa\xdd\x9a\x69\x6d\xdf\xad\x0f\xad\xfd\xbb\xb5\xd0\x6a\xdf\xad\xb2\x6d\x7c\xb7\xca\xb6\xf9\xdd\x2a\xdb\xd6\x77\xab\x6c\xfb\xeb\xea\xc4\xf0\xd7\xd5\x89\xe1\xaf\xab\x13\xe3\x5f\x57\x27\xc6\xbf\xae\x4e\x8c\x7f\x5d\x9d\x18\xff\xba\x3a\x31\xfe\x75\x75\x62\xfc\xeb\xea\xc4\xf8\xd7\xd5\x89\xf1\xaf\xab\x13\xe3\x5f\x57\x27\xc6\xbf\xae\x4e\x8c\x7f\x5d\x9d\x18\xff\xba\x3a\x31\xfe\x75\x75\x62\xfc\xeb\xea\xc4\xf8\xd7\xd5\x89\xf1\xdb\xd5\xf9\x4f\x98\x11\xd3\x5f\x2f\x28\xa6\xbf\x5e\x50\x4c\x7f\xbd\xa0\x98\xfe\x7a\x41\x31\xfd\xf5\x82\x62\xfa\xeb\x05\xc5\xf4\xd7\x0b\x8a\xe9\xaf\x17\x14\xd3\x5f\x2f\x28\xa6\xbf\x5e\x50\x4c\x7f\xbd\xa0\x98\xfe\x7a\x41\x31\xfd\xf5\x82\x62\xfa\xeb\x05\xc5\xf4\xd7\x0b\x8a\xe9\xaf\x17\x14\xf3\x5f\x2f\x28\xe6\xbf\x5e\x50\xcc\x7f\xbd\xa0\x98\xff\x7a\x41\x31\xff\xf5\x82\x62\xfe\xeb\x05\xc5\xfc\xd7\x0b\x8a\xf9\xaf\x17\x14\xf3\x5f\x2f\x28\xe6\xbf\x5e\x50\xcc\x7f\xbd\xa0\x98\xff\x7a\x41\x31\xff\xf5\x82\x62\xfe\xeb\x05\xc5\xfc\xd7\x0b\x8a\xf9\xaf\x17\x14\x9f\xbf\x5e\x50\x7c\xfe\x7a\x41\xf1\xf9\xeb\x05\xc5\xe7\xaf\x17\x14\x9f\xbf\x5e\x50\x7c\xfe\x7a\x41\xf1\xf9\xeb\x05\xc5\xe7\xaf\x17\x14\x9f\xbf\x5e\x50\x7c\xf4\x7c\xea\xbb\xcf\xe3\xdd\xa2\x3e\xcf\x77\x8b\xfa\xbc\xde\x2d\xea\xf3\x7e\xb7\xa8\xcf\xe7\xdd\xa2\x3e\xdf\x77\x0b\x7d\x2e\xe1\xdd\x42\x9f\xcb\x3b\x58\xa8\x3e\x97\xf4\x6e\xa1\xcf\x45\xcf\xe7\x77\x59\x8e\xe5\x79\xb7\xd0\xe7\x52\xde\x2d\xf4\xb9\xd4\x77\x0b\x7d\x2e\xed\xdd\x42\x9f\x4b\x7f\xb7\xd0\xe7\x62\xef\x16\xf5\x79\xbc\x5b\xd4\xe7\xf9\x6e\x51\x9f\xd7\xbb\x45\x7d\xd6\xf3\xe9\xef\x3e\x9f\x77\x8b\xfa\x7c\xdf\x2d\xf4\x59\xd1\xb8\xf7\x12\x1b\x6b\x7c\xb7\xd0\x67\x45\xe4\xde\x4b\x6b\xac\xef\x60\xaa\xfa\xac\x88\xdc\xc7\x92\xaa\x88\xdc\xc7\x72\x5a\xeb\xbb\x85\x3e\x2b\x2a\xf7\xb1\x8c\xd6\xfe\x6e\xa1\xcf\xd5\xde\x2d\xea\xf3\x78\xb7\xa8\xcf\xf3\xdd\xa2\x3e\xaf\x77\x8b\xfa\xbc\xdf\x2d\xea\xf3\x79\xb7\xa8\xcf\xf7\xdd\x42\x9f\x5f\x51\xbc\xf7\x12\xf9\x8a\xe2\xc5\xaf\x65\xf2\x15\xc9\x8b\x5f\x4b\xe5\x2b\x9a\x17\xbf\x96\xcb\x57\x44\x2f\x7e\x2d\x99\xaf\xa8\x5e\xfc\x5a\x36\x5f\x91\xbd\xf8\xb5\x74\x7e\x45\xf7\x7e\xed\xf9\x8c\xf0\xbd\x97\xd0\xcf\x28\xdf\x7b\x19\xfd\x8c\xf4\xbd\x97\xd2\xcf\x68\xdf\x7b\x39\xfd\x8c\xf8\xbd\x97\xd4\xcf\xa8\xdf\x7b\x59\xfd\x8c\xfc\xbd\x97\xd6\xcf\xe8\xdf\x7b\x79\xfd\x8c\x00\xbe\x97\xd8\x1e\xbf\x5b\xb1\xad\xa7\xef\x56\x6c\xeb\xf9\xbb\xf5\x9f\xcb\x6d\x7f\xbe\x7f\x80\xd9\xfd\xe3\xd1\xbf\x97\xdd\x5e\xbf\x5b\x31\xbb\xb7\xef\x56\xcc\xee\xfd\xbb\x15\xb3\xbb\x7d\xb7\xca\xec\xf1\xdd\x2a\xb3\xe7\x77\xab\xcc\x5e\xdf\xad\x32\x7b\x7f\xb7\xf2\x4a\xfb\xf9\x6e\x95\x6d\x1f\x8f\xfe\xbd\x3c\x5b\xf8\x6e\xc5\x36\x8b\xdf\xad\xd8\x66\xe9\xbb\x15\xdb\x2c\x7f\xb7\x62\x9b\x3d\xdf\xad\xd8\x66\xe5\xbb\x15\xdb\xac\x7e\xb7\x62\x9b\xb5\xef\x56\x6c\xb3\xfe\xdd\x8a\x6d\xf6\xf1\x7c\xdf\xcb\xb8\x8d\xef\x56\xd9\x36\xbf\x5b\x65\xdb\xfa\x6e\x95\x6d\xfb\xbb\x55\xb6\x9d\xef\x56\xd9\x76\xbf\x5b\xb1\x6d\x84\xef\x56\x6c\x1b\xf1\xbb\x15\xdb\x46\xfa\x6e\xc5\x36\x05\x2a\xd3\xf9\xb5\x4b\x81\x4a\x6f\xc1\x26\x05\x2a\xbd\x05\x7b\x14\xa8\xf4\x16\x6c\x51\xa0\xd2\x5b\xb0\x43\x81\x4a\x6f\xc1\x86\x57\xa0\xf2\xbc\xfb\x3f\xde\x2d\xea\xfb\x7c\xb7\xa8\xdf\xeb\xdd\xa2\x3e\xcb\x3b\x5b\xef\x3e\x9f\x77\x8b\xfa\x7c\xdf\x2d\xf4\xf9\x15\x8c\x5c\xbf\x7d\x7e\x05\x22\xd7\x6f\x9f\x5f\x41\xc8\xf5\xdb\xe7\x57\x00\x72\xfd\xf6\xf9\x15\x7c\x5c\xbf\x7d\x7e\x05\x1e\xd7\x6f\x9f\x5f\x41\xc7\xf5\xdb\x67\x05\x1c\x5b\xe0\xaf\xaa\x4f\xfd\xbb\x75\xd3\xfa\xf6\xba\x8a\x7a\xaa\x3d\xc2\xf7\x82\xaa\x40\xe3\x73\xdf\x2d\xeb\xb7\xa5\xa9\x17\xda\x65\x3d\xef\x16\x9e\x53\x79\x4f\xa4\x8a\x1e\x3e\x23\x84\x96\x7e\x9e\xb2\xb7\x2a\x7a\xf8\x3c\xdf\xad\xd1\xb7\xba\xc6\xca\x48\x50\x96\xe8\x91\xc3\x1c\x66\xc8\xe1\xac\x1c\xd8\x37\x8c\x1e\x39\xcc\x61\xdc\x1c\xce\xce\xe1\xae\x1c\x7c\xf7\xbb\xc4\xc5\xfe\xf3\x6c\xb4\x6e\xfb\xb9\x52\x46\x48\xb3\xc4\x55\x7e\xff\x3b\x5a\x0e\x33\xbe\xef\xc3\x26\xdb\xec\x39\x9c\xc2\x6f\x5f\xff\x69\xda\x7e\xe3\x77\x5c\x91\xff\x74\xfe\x63\x39\xac\xfc\xbe\x87\xb1\x97\x1c\x7e\x7a\xfb\x6e\x1d\xb4\xe6\xef\x73\xb5\xe7\x6e\xb2\xe5\xe3\xae\xda\x7f\x5f\x3f\x7d\xa1\x85\x3d\xf8\x63\x39\xdc\x9f\x2b\xf0\xd6\x17\x7b\xf1\x67\xd0\x3a\xce\xf7\xf5\xef\xdf\xe7\xb9\xc3\xff\xf4\x3c\x77\xfc\xdf\x9e\xe7\x4e\xff\xf5\x3c\x77\xfe\xdf\x9e\xe7\x7e\xfe\xb7\xe7\xb9\xcb\xff\xf6\x3c\x77\xfd\x9f\x9e\xe7\x6e\xff\xd3\xf3\xdc\xfd\x7f\x7a\x9e\xdb\xfe\xb7\xe7\xb9\xc7\xdf\xe7\xb9\xe7\xff\xf4\x3c\xf7\xfa\xaf\xe7\xe9\x51\x47\x95\x40\x79\xb6\xe1\xe7\x11\xcf\x3a\xa4\x0c\xf1\x50\x89\x27\xbc\x5b\x2e\x2d\x7c\xeb\x93\x67\xab\x48\xe1\xd0\x51\x79\x27\xeb\x95\x78\x94\x11\xc4\xec\x73\x94\x11\xa4\xff\x29\x69\x8b\xef\xeb\x28\x23\xe8\x1f\x0c\x0b\x25\x1e\xe5\xe3\xe9\x76\x24\xd3\x54\x5d\x52\xc9\x42\x4c\x06\x47\xc9\x34\x18\x7d\x94\x2c\xa4\xae\x90\x4c\xf3\xf0\xb8\x08\xf2\x91\xe2\x54\x22\xc1\x3d\x52\x9c\x4a\xbc\xca\x37\xe4\x0e\x57\xf9\x6a\x7c\xe8\x57\xf9\x6a\x98\x70\x95\xaf\xc6\x1d\xae\xf2\xd5\x74\x24\xd3\xf5\x3b\x99\xae\x6b\xca\x74\x1e\x37\x41\x39\x52\x9c\x4a\xbc\xca\x37\x64\x92\x25\x08\x47\x8a\x93\x17\x87\xfd\xa6\x38\x95\x48\xd0\x8d\x14\xa7\x12\x09\xb6\x91\xe2\x54\x12\x41\x36\x52\x9c\x4a\x0a\x4a\x86\x2a\x1c\x29\x59\xe8\xe1\x48\xc9\x42\x95\x23\x25\x7b\xe9\x2a\x4a\xf6\x6a\x1c\x61\xdf\xd5\x55\xb0\xcf\x53\x9c\x4a\x0a\x4a\xf6\x8a\x1c\x61\x5f\xd2\xff\x64\x9f\xae\xa2\x64\xaf\xc3\x91\xde\xdf\xe2\x48\xc9\x6c\xea\x0b\xf6\x15\xfd\x4e\xf9\x86\xfe\xa6\x53\x54\xb2\x17\x7d\x21\xd8\x45\x8a\x53\x49\x1e\xe8\x52\x8a\x53\x49\x1e\xe4\x52\x8a\x53\x49\x1e\xe0\x52\x8a\x53\x49\x1e\xb8\x52\x8a\x53\x49\x0a\x48\x4d\x1d\xcd\x8f\x41\x9e\x3c\x10\xf5\x1a\xe4\x89\x20\x94\x06\x79\x22\x00\xa5\x41\x9e\xe2\xfd\x18\xe4\x29\x85\xdf\x41\xfe\x73\x14\x3f\x46\x72\x22\xaa\xa4\x91\x9c\x88\x28\x69\x24\xa7\xf4\x7c\x8c\xe4\x44\x24\x49\x23\x39\xa5\xfa\x31\x92\x53\x6a\x1f\x23\x39\x11\x3d\xd2\x48\x4e\xc9\x3e\x46\x72\x4a\xe3\x63\x24\xa7\x34\x3f\x46\x72\x4a\xeb\x63\x24\xa7\xb4\x3f\x46\x72\x4a\xe7\x63\x24\xa7\x74\x3f\x46\x72\xca\xe1\x63\x24\x27\x22\x43\x1a\xc9\x29\xa7\x8f\x91\x9c\x88\x08\x69\x24\xa7\xfc\x7c\x8c\xe4\x44\x24\x48\x23\x39\x11\x05\x7a\x8d\x64\x22\x40\xaf\x91\x4c\xf4\xe7\x35\x92\xb3\x7d\x8e\x64\xa2\x3e\xaf\x91\x4c\xc4\xe7\x35\x92\x89\xf6\xbc\x46\x32\x91\x9e\xd7\x48\xce\xe7\x73\x24\x13\xe1\x79\x8d\xe4\x27\x7c\x8e\xe4\x27\x7e\x8e\xe4\x27\x7d\x8e\xe4\x27\x7f\x8e\x64\xa2\x39\xaf\x91\x4c\x24\xe7\x35\x92\x9f\xfa\x39\x92\x89\xe0\xbc\x46\x32\xd1\x9b\xd7\x48\xf6\xc8\xcd\xef\x48\xf6\xa8\xcd\xef\x48\xf6\x88\xcd\xef\x48\xf6\x48\xcc\xef\x48\x7e\xa8\x1a\x1b\x3c\x5d\x8f\xc0\xdc\xa1\xd1\x43\xae\xf8\xd0\x9b\x86\x6a\x69\x36\xae\xe2\x51\x17\xaf\xf4\xfe\xef\x29\x39\x29\x1b\xaa\x60\xac\x07\x62\xbc\x3e\xd7\x8f\x2a\x47\x0c\xdd\x42\x71\xad\x61\x50\xa1\xb8\x76\xe8\x76\xa4\x34\xe9\x45\x7b\x40\xc5\x0b\x9d\xfc\x68\x73\xa4\xab\x1c\x8e\xf4\xbb\x8b\x2a\x15\x8f\xa5\xa2\x19\x15\xf8\x9d\x07\x4f\x1e\xc4\xe4\x4b\xf2\xc0\x89\x17\xac\xf8\x51\xe6\x88\xbe\x78\xc0\xc4\xeb\x1b\xfc\xa8\x70\xc4\x6b\xf0\x40\xc9\x73\xf5\xc8\x3c\x48\xe2\x75\x03\x7e\x84\xee\x55\xd1\x11\xba\x57\xb2\x5d\xc5\xc1\x55\x3d\x43\xf7\xaa\x31\x94\x2a\xba\x57\x8d\x81\x5c\xd1\xbd\xea\xfc\xaf\x61\x43\xe7\x7f\x0d\x1b\x48\xf5\x4a\x0d\x1b\x3a\xd7\x6c\xd8\x60\xf4\xac\x61\x83\x71\xf7\x86\x0d\xa6\xab\x60\x83\xf1\xcc\x1a\x36\x4c\xfd\x8f\x9e\x2d\x86\x52\xa3\x67\x60\x85\xd4\xe8\x19\xc9\x60\xa9\xd3\xb3\xad\x23\x7a\xa6\x77\xd4\xe9\x19\x99\x75\xa9\xd3\xb3\xab\x33\x51\xe4\x0a\x3c\x6b\xca\x7c\x83\xa6\x25\xca\x7c\x83\xde\x03\x65\xbe\x21\x32\x85\x50\xe6\x2b\xef\x25\x51\xca\x2b\x8f\x23\x51\xca\x1b\x34\xa1\x50\xca\x1b\x34\x99\xa2\x46\x11\x0a\xf6\x51\xaa\x1b\x2a\x57\xa1\x54\x37\x68\x8a\xa4\x54\x57\x1e\x45\xa2\x54\x37\xe8\x1d\x51\xaa\x1b\xf4\x56\x8c\xbe\x74\x9e\x92\xa1\x0e\xd6\x75\x3f\xd4\xc1\xf4\x1e\x50\xa3\x08\xc6\x48\x1e\xdc\x5d\xcf\x7a\x70\xf7\xc9\xfd\x06\x77\x5f\xfc\x6e\x70\xf7\xcd\xfb\x1b\x3c\x09\xb2\x39\xd3\xe0\xee\x7a\xd6\x83\xbb\x93\x9f\x9a\x06\x77\xbf\xf4\x6c\x70\xf7\x4b\xcf\x86\xb4\xc9\xf4\x3b\x64\xbe\x22\x7d\x71\x4f\xcf\x77\x2f\xfc\x08\xc5\x31\x4d\x6e\x13\xc5\x31\xbc\xc4\x34\x51\x1c\xc3\xfb\x4b\x13\x59\xb1\xac\xab\x20\x2b\xa6\xef\x61\x22\x2b\xf6\xe8\x2a\xde\x97\x58\x74\x07\xb2\x34\x0b\x23\x6b\xd2\x17\x2d\x78\x13\xc9\xb1\xc6\xb8\x9e\x14\xcb\x6b\x94\x2f\xfa\x39\xb9\xe6\xa2\x50\x7e\x71\xbf\x45\xa1\xfc\xd6\x11\x8a\x6a\x5a\x10\x16\x8a\x6a\x47\x47\xd8\xa7\x27\xb1\xb0\xef\x32\x0a\x16\x72\x64\x91\x9e\x2d\xe4\xc8\xb4\x18\x2e\xe4\xc8\x34\xce\xdc\x03\x2a\x49\x36\xb8\xe7\xe3\x53\x90\x1f\x49\xaa\x8c\xb7\xb9\x24\x55\xc6\xef\x50\xaf\x4b\xc6\x5b\x41\xbd\x2e\x0d\xfd\x2f\x73\x44\x5f\x50\xaf\x83\xd5\xb1\x24\x34\xe9\x92\xc6\x0b\x9a\x74\x3f\x86\xfd\x63\x4a\x46\xae\x2e\xe9\x93\x46\xae\x2e\x2d\xba\x89\x5c\x5d\xda\xbc\x4c\xe4\xea\x92\x3e\xe9\x2d\x45\x35\x75\x4c\x8a\x6a\x18\x7b\x48\x96\x3d\x98\x70\x30\xe8\xf0\x3b\x84\xed\xa0\x22\x2f\x09\x61\xbb\xa4\x01\x89\xb0\x5d\x0e\x3a\x13\x45\xb5\xc8\x90\x40\xd8\x2e\xeb\xc1\x23\x6c\x97\x23\x1f\x0e\xea\x75\x59\x08\x05\xf5\xba\x9c\xe8\x19\x9a\x74\x59\x13\x03\x9a\x74\x59\xab\x2d\x9a\x74\x59\x1f\x3f\x9a\x74\xb9\x70\xcd\x8b\x4e\x5a\xe5\x2a\x97\x9e\x75\xfa\x82\x26\x5d\xd6\xa0\x43\x93\x0e\x69\xfd\x92\xd0\xa4\xcb\x53\xbf\x43\xcf\x6d\xd2\xeb\x8b\x9e\x9b\x5e\x11\x7a\x75\x59\xcf\x1a\x4d\xba\x4c\x5a\x79\x46\x93\x0e\x95\xb6\x92\xa5\x49\xe7\x0c\x70\x25\xa3\x49\x07\xef\x92\x0b\xd5\xb9\x82\xdb\xe0\x08\x3d\x37\x50\x48\x0e\xd2\x73\xbb\x1c\xa1\xe7\xe6\x45\xa3\x5e\x2c\xe6\x47\xba\x66\xe7\x48\x67\xc2\x04\x51\xd4\x17\xb4\xde\xaa\x7e\x87\xd6\x5b\xd5\xef\xd0\x7a\xf3\x82\xe9\x1f\xb7\xd7\x8f\x98\x06\x33\xba\x73\x0f\xcf\x2c\x3b\xd6\x2e\x0f\x83\x3c\x47\x6c\x60\xe1\xca\x68\xd2\x3d\xa6\xdf\x61\x03\x0b\x50\x96\x26\x1d\x08\x25\x4b\x93\x4e\xcf\x25\x62\x03\xa3\x27\x47\x6c\x60\x79\xcf\x68\xd2\x15\xf0\x74\x46\x93\xae\x80\x30\x33\x9a\x74\x05\xf4\x99\xd1\xa4\x43\x69\xc4\xc5\xfd\xfc\x88\xff\xa1\x49\x57\xf8\x88\xb3\x74\xe7\x40\x3d\x59\xba\x73\x2c\xa2\x59\xba\x73\x00\x96\x2c\xdd\xb9\xa1\xff\xa1\x3b\xb7\xb0\x4f\xba\x73\x24\x88\x67\x69\xcb\xe9\xbd\x4b\x5b\xee\xea\x0e\x62\xd5\xe0\x99\xa1\x2d\x57\x59\x0c\x33\x75\x99\x95\x09\x3a\xa3\x2d\x57\x01\x25\x19\x6d\xb9\xca\x28\xcf\x68\xcb\xd5\x87\xbb\x53\x7b\x09\xe5\x69\xc9\x54\x54\x56\x50\x64\xce\x28\xaa\x75\xde\xb4\x14\xe3\x3a\xfd\x94\x62\x1c\x53\x4f\x96\x62\xdc\xd0\xff\xe8\xd9\xc4\x06\x29\xc6\xc9\x3e\x29\xc6\x6d\xde\x98\x14\xe3\x98\x43\x32\x5a\x6f\x2d\xd2\x33\xb4\xde\x5a\xd2\x99\x68\xa8\x31\xb5\x66\xe9\xb9\x91\xe1\x9e\xa9\x77\x6c\x78\x47\x99\x7a\xc7\x56\x74\x26\x5a\x6f\x84\x03\xb3\xb4\xde\x34\x5a\xa5\xf5\x06\xcc\xca\x8e\x61\x4b\x63\x09\xcf\x8e\x61\x4b\x03\x66\x65\xe9\xc0\x35\x9d\x89\x0e\x9c\xc6\xb5\x74\xe0\x8c\xa7\x24\x1d\x38\xd3\xef\xb0\x41\x63\x57\x3a\x70\x43\xbf\x43\x07\xce\xfe\x85\x92\xb3\x24\xe2\xf4\xa8\xa5\x03\x37\x74\x03\x4c\x67\x0a\xc9\xe8\xc0\xb5\xad\x23\x4c\x3f\x9c\x89\x0e\x5c\xd3\xe7\x20\x1d\xb8\xc0\x00\x91\x0e\x1c\x68\x37\xa3\x03\xd7\x0e\xdd\x94\x0e\x1c\x93\x70\x96\x0e\x1c\x13\x6d\x96\x0e\x1c\x2e\x4f\x46\x07\x0e\x06\xd9\x92\xd1\x81\xeb\x7a\x29\xe8\xc0\xf5\xc2\xcb\x44\x07\x0e\x96\xd8\x92\xd1\x81\xeb\x55\x77\x77\xfb\x7a\xd3\x11\x55\x17\x60\xd8\x8c\xd6\x5b\x37\x06\x2b\x54\x36\x7d\xe8\x88\x9e\x2d\x5e\x03\x0a\x6e\x88\xff\x97\x0c\xcd\x4d\x07\x99\x66\x68\x6e\xfa\xd6\xef\xe8\x99\x9e\x19\x0a\x6e\x5d\xb6\x43\x71\x63\x41\x67\xa2\x42\x17\x75\x26\x2a\x74\x9a\x5a\xa1\xb1\xa1\xac\xb6\x64\x68\x6c\x8c\x45\x26\x43\x63\x63\xfa\x18\xc1\xb0\xa6\xe7\x02\x86\xb5\x47\xff\x83\xaa\x46\x43\xf7\x45\x55\xc3\x1b\x7b\x51\xd5\xf0\xe4\x5f\x54\x35\xba\x0a\xfd\x6c\xfa\x1d\x45\x1d\x4d\x67\xa2\xa4\xa7\x27\x08\x55\x8d\x75\x5d\x13\x1b\x8c\xf7\x00\xf6\x35\x8d\x33\xb0\xaf\x0d\xac\x05\xfb\x1a\xd8\x22\x83\x7d\x6d\xea\x4c\x7f\x0f\xa6\xe9\x0c\xec\x6b\x7a\x0f\xd0\xd4\x18\x1e\x57\x46\x89\xcd\x40\x52\x19\x5c\x6c\x57\x67\x62\xdf\xd5\x35\xdd\xbe\x11\x74\x3f\xa8\x78\x02\xbd\x46\xa5\x6d\x44\x5d\x65\x73\xa4\xff\xb9\x7d\x23\xe9\x9a\x97\x23\xde\x8a\xef\xe5\x94\xa1\x49\x03\x74\x3d\xf4\x8e\x40\xd0\xe3\xd1\x99\x85\x23\x9e\x99\xef\xc5\x94\xa1\xb1\x0b\xba\x1e\x7a\x2b\xa0\xeb\xa1\x67\x0d\xba\x1e\xa6\x33\xb1\x41\x0b\x02\xe8\x7a\x68\xec\x82\xae\x87\xa6\x09\xd0\xf5\x98\xba\x0a\x36\x2c\x9d\x89\x0d\x1a\xbb\x20\xef\x01\x48\xc8\x13\x1b\x88\xc0\x66\xdf\x5b\x29\x70\xc5\x95\xec\xfb\x2a\x05\xc1\xfe\x92\x7d\x4f\xa5\x4c\xf5\x1a\xc4\x3e\x35\xf1\x81\xd8\x61\x79\x2b\x19\xc4\x3e\x35\x42\x40\xe5\x53\x93\x1b\xc8\x7b\x6a\x4c\x80\xbc\x27\x5e\x78\x06\x5d\x4f\xc2\x5e\x19\x74\x3d\x27\x4f\x10\x74\x3d\x35\x42\x40\xd7\x73\x71\x15\xd0\xf5\x94\x45\x20\xe8\xa9\xf1\x02\x82\x9e\x1a\x21\x20\xe8\xa5\x99\x08\x04\xad\xb2\xa6\x0c\x82\x5e\x04\xcf\xf2\x92\xba\x22\x36\x2c\xd4\x15\xb5\xf4\x2f\xa9\x2b\x32\xe6\xb7\xd4\x15\xe9\x35\x78\xda\x19\x87\xff\x7b\x4a\x06\x6a\xa3\x90\x50\x32\x42\xd1\x28\x24\x94\x8c\x50\xf4\x32\x6e\x87\x50\xf4\x32\x9d\xe9\xe6\xad\xa9\xff\x19\x47\x98\x07\xf2\x5e\x5b\x57\xc1\xbc\x83\x09\xa0\xeb\xad\x21\x0f\xba\xde\xb8\x5f\x19\x74\xbd\x35\xa1\x80\xae\xb7\x06\x32\xe8\x7a\x6b\xa2\x05\x5d\xef\xc2\x6b\x00\x41\x6f\xad\x8c\x20\xe8\x2d\x54\x87\xc6\xf3\x16\xb2\x39\x08\x3d\xe2\xb2\x66\x8f\x95\x97\xad\x61\x8d\xfe\xf3\xd6\x14\x82\xfe\xf3\xc6\x81\xcd\x60\xed\xad\xd5\x0f\xac\xbd\x85\x11\xc0\xda\x7b\x71\x15\xb0\xf6\x5e\x58\x0b\xd6\xde\xc4\xea\x32\x58\xfb\x10\x02\xc8\x68\x43\x23\x49\x5f\x32\xda\xd0\x47\x18\x01\x1c\x7e\x34\xe4\xc1\xda\x0a\x2e\x65\xb0\xf6\x69\x3a\x13\xb1\x4a\x0d\x72\xb4\xa1\x15\xe7\xca\x68\x43\xab\x44\x2f\x83\xc3\x8f\x93\xf7\x94\x07\x1c\x7e\x08\x6a\x3c\xe0\xf0\x43\xaf\x1f\x70\xf8\xd9\xfa\x1f\x4c\x5e\x5b\xff\xc3\x06\xbc\xa3\x07\x1c\x7e\xd8\x9a\x79\xc0\xe1\x97\x45\xe6\x01\x87\x23\x87\x5e\x1e\x70\xf8\x65\x3a\x7b\xc0\xda\xc8\xa1\x97\x07\xac\x8d\x42\x56\x79\xd0\x7f\xbe\x8c\x82\x07\xfd\x67\x08\x61\xca\x03\x0e\x87\xa9\xa9\x3c\xe0\xf0\x4b\x50\xe3\x01\x87\x43\x03\x58\x1e\xb0\xf6\x65\xf1\x7d\xc0\xda\xd7\x89\x0d\xcb\x03\xd6\xbe\x94\x4a\x3e\x60\xed\xcb\x74\xf6\x80\xb5\x91\xdd\x2a\x0f\xda\xd0\x77\xe8\x7e\xf4\x73\xe9\x9a\xf4\x05\xcf\xf0\x01\x4f\x5f\x7c\xc1\x07\x8d\x67\x08\x04\xcb\x83\xc6\x33\x54\x35\xe5\x01\x6b\x5f\x82\x13\x0f\x2a\x66\x0a\x04\x3d\xa8\x98\x05\x3c\xc3\x07\x15\xb3\x00\x28\x79\x50\x31\x0b\x80\x92\x07\xea\x94\x40\x40\xee\x41\xc5\x4c\x25\xb8\x0f\x2a\x66\x81\xaf\xe3\x11\x3d\x4a\xd3\x11\xe2\x9f\xe0\xbf\x27\x21\xfe\xd9\xe9\x27\x2a\x66\x0a\xef\x3c\xa8\x98\xa1\xa8\x51\x1e\x54\xcc\x50\xd4\x28\x0f\x2a\x66\x01\xbf\xe6\x41\xaa\x2c\xf0\x1d\x3d\x48\x95\xc1\xb6\x5c\x1e\xa4\xca\xd0\x1b\x2c\x0f\x1c\x28\x08\xca\x97\x27\x63\x03\x21\x80\x27\x63\x03\x4b\xf1\x03\x07\x4a\x58\x3a\x93\x7e\x12\xfa\x79\x1e\xfa\xa9\x31\x08\x97\x89\x36\x03\x9f\x07\x11\xcf\xa0\x33\x33\x47\x5c\xf3\x91\x48\xa9\xce\x94\x48\xa9\xfe\x27\x91\x52\xfd\x4e\x22\xa5\xd8\xf7\xc0\x42\x97\x75\x3f\x58\xe8\x08\xfd\x3c\x0f\x22\xa5\x8f\xfe\x87\x48\xe9\xa3\xff\x21\x52\x5a\x75\x3f\x44\x4a\x7f\xa0\xcd\x7f\x4e\xc9\x0f\xd5\xba\x51\x43\xb7\x60\x02\xce\xca\x53\x30\xc1\xb8\x24\x74\x25\x71\x30\x08\x0a\x26\xb0\x41\xf3\x14\xba\xa2\xcf\xb6\xd0\x15\xd0\xe0\x43\x79\x6c\xc4\xed\x7e\x28\x8f\x8d\xa0\xeb\xa7\x4a\x13\x95\x17\xe6\x78\xba\x26\x56\xe2\xa7\x4a\x13\x95\x17\x5d\xd1\x44\x8d\xf4\xa5\xa2\x89\xca\x04\xf6\x54\x34\x51\x13\x77\xa8\x68\xa2\x26\x6c\xa8\x68\xa2\x12\x2d\x7b\x2a\x9a\xa8\xfa\xc0\x2b\x9a\xa8\x45\x57\x41\x13\xb5\xe8\x7f\x68\xa2\x16\xdd\xcf\x6d\x48\x2c\x5c\x8f\x47\x88\x6b\x9a\xf4\xac\xd1\x33\x56\xf0\xa7\x71\x77\x4d\x6e\x8d\xbb\x1f\xfd\x8f\xbb\xeb\x43\x6d\x48\x96\x06\xee\xe7\x98\xb9\xa2\x1f\x57\x1e\x4f\x39\xab\x0a\xda\x3c\x0d\x45\x56\x6a\xaf\x9f\x26\x45\x56\xf5\x05\x45\x56\xe2\xb0\x4f\x47\x91\x15\x24\xfc\x74\x14\x59\x65\x51\x97\xec\x2a\x6f\xba\x23\xbb\xaa\xc9\xad\x23\xbb\x4a\x6c\xf0\xe9\xc8\xae\x12\xa3\x7d\x3a\xb2\xab\x1a\x21\x1d\xd9\x55\x16\xae\xc7\xb1\x76\xcd\xa6\xbb\xbb\x7d\x79\xe8\x7e\xd8\x37\x74\x4d\xec\x1b\xba\x26\xf6\x81\x6c\x9e\x8e\x7d\x4b\xd7\xc4\x3e\x4d\x7c\x1d\xfb\xf4\x3c\x0d\xfb\x88\xd8\x3e\x86\x7d\x57\x47\xc8\xb5\x6a\x72\x33\xc9\xb5\xf2\x6e\x0d\xb9\x56\x96\xb8\xc7\x90\x6b\x25\x4c\xf3\x98\xe4\x5a\x75\x15\xe4\x5a\xf5\xde\x4d\x9c\x51\xf4\x13\x4a\xc8\xa7\xea\x4c\xb7\x4f\xa1\x98\xc7\x90\x72\xed\xba\x26\x52\xae\xa6\xfb\x89\x0e\x52\x57\x81\x0e\x72\xe8\x2a\xc8\xd1\xea\x29\xa1\x88\xfc\x0c\x6c\x47\x11\x19\x6e\xbe\xf2\xa0\x88\xfc\x90\x71\xf0\x40\x13\xf9\x6c\xae\x09\x0d\xe4\xc3\x96\xda\x83\xea\x71\xd1\x77\x04\xb9\x63\xd1\x58\x82\xdc\x11\x82\xa7\xf2\x40\xee\x58\x34\xf5\xa0\x65\x5c\x32\x4f\x10\x02\xc7\x82\x8f\xf5\x40\xe0\x58\xf4\xad\x40\xe0\x58\x34\xce\x20\x70\x2c\x44\x65\x1f\x08\x1c\x8b\xbe\x15\x08\x1c\x8b\x26\x68\xf4\x8a\x8b\xe6\x10\x08\x1c\x15\xde\x79\x20\x70\x2c\x7a\x12\x10\x38\x96\xc1\x7b\x87\xc0\xb1\xe8\x8b\x83\xc0\xb1\x6c\x9d\x89\x0d\x5b\x77\x38\x9f\x4b\x00\x44\x8c\x88\xf7\x97\x07\xb2\xc5\xca\x86\xec\x03\xd9\x22\xba\x81\xe5\x71\x04\x5d\x2b\xe0\xf0\x71\x04\x5d\xab\x9e\x12\xe2\xc2\x55\xdf\xdf\x82\x2c\x53\x53\xf2\x82\x2c\x93\x4d\xc9\x07\xe1\xe1\xaa\x85\x12\xe1\x61\x05\x89\x1e\x84\x87\x5d\x6f\xf0\xbf\xa7\x64\x34\x89\xab\x3e\x54\x34\x89\xab\x70\x07\x9a\xc4\x8a\x34\x3d\x68\x12\x43\x92\x5e\x1e\x34\x89\x2b\xb1\x97\x07\x4d\xe2\xda\x18\xc8\x1b\x83\x4c\x67\xba\x41\x46\x50\xe3\x41\x69\xb8\x0a\x9d\xa1\x34\x5c\xf5\xc1\xa1\x34\x5c\x89\x5d\x3f\x28\x0d\x57\x3d\x5c\x94\x86\xab\xf0\x18\x4a\xc3\xf0\xcc\x96\x07\xa5\xe1\xa6\xb5\x10\xa5\xe1\xa6\xc9\x1b\xa5\x61\x45\xa8\x1e\x94\x86\x15\xa1\x7a\x50\x1a\x46\xd0\xb0\x3c\x28\x0d\x37\xad\x77\x28\x0d\x37\xad\x70\x28\x0d\x23\x45\x58\x1e\x94\x86\x9b\x10\x03\x4a\xc3\x4d\x28\xcb\xb1\x76\x55\x6c\xe9\x41\x69\xb8\x69\xad\xbf\x62\x29\xe5\x0e\x52\x1a\xd6\x27\x26\xa5\x61\x21\x53\x29\x0d\x6b\x51\x93\xd2\x30\x14\x25\x8f\x94\x86\x35\xb1\x4b\x69\x58\x08\x0c\xa5\xe1\x0e\x97\xc2\x83\xd2\x70\x17\x4e\x45\x69\xb8\x6b\xe1\x42\x69\xb8\x13\x67\x7e\xa4\x34\x2c\x64\x2a\xa5\x61\x4d\xf3\x52\x1a\xd6\x08\x91\xd2\x30\x58\xb4\xa0\x26\xdc\x19\x05\x05\x35\xe1\x8e\xa3\x5d\x50\x13\xee\xa0\xac\x82\x9a\x30\xb4\xa0\xa5\xa0\x26\xdc\x87\x7e\x07\x7f\x1c\x9f\x5f\x41\x4d\xb8\x6f\x9d\x89\x0d\x4c\xc2\x05\xc5\xe0\xce\x12\x57\x50\x0c\xee\xd8\x5e\x50\x0c\xee\x38\xda\xc5\xf1\x74\x55\x58\xa8\x44\x14\x91\x03\xf7\x43\x4d\xd8\xc8\xe9\x28\xa8\x09\x5b\xd4\x99\x62\x8b\xe5\xee\x11\xb6\x58\xc6\x44\x89\x28\x22\x43\x52\x52\x50\x1a\xb6\xaa\xdf\xa1\x7a\x2c\xdb\x51\x13\x36\x70\x78\x41\x4d\xd8\x64\x3b\x6a\xc2\xf0\xf9\x96\x82\x9a\xb0\x2d\xdd\xe1\x70\xa4\xff\xdd\x8f\x2f\xa7\xa0\x26\xac\x70\x4b\x41\x4d\x78\x00\x58\x0a\x6a\xc2\xda\xe9\x2f\xa8\x09\x2b\xc0\x52\xc0\xe1\x83\x49\xa3\x80\xc3\x51\x60\x2e\x05\x1c\x3e\x2a\xcf\x13\x1c\x3e\x88\x99\x16\xb0\xf6\x60\x59\x29\x60\xed\x81\x1f\x5c\xc0\xd3\x83\xaf\xb8\x80\x99\x07\x9b\xc3\x05\xcc\x3c\xae\xfe\xe7\xf7\x9b\xa0\xd6\x02\x2e\x9e\x7a\x0f\xe0\xe2\x49\xe8\xa7\x80\x8b\xd1\x68\xf4\xb0\xbf\xab\x3a\xf3\x74\x3d\x92\x5d\x27\x11\xfe\xe2\x91\xec\x8a\xe4\x51\x29\x70\x03\xce\xa2\xff\xf9\x33\x9b\x84\xe0\x0a\x78\x5a\x41\x94\x02\x9e\x9e\xf8\x97\x05\x3c\x8d\xe4\x51\x29\xe0\xe9\xc9\x5e\x40\x01\x17\x43\x43\xe9\xdb\x0c\x7e\x84\x45\x80\xd8\x09\x8f\x4b\x21\xff\x62\xe1\xf5\x17\xb8\xfa\x16\x5f\x5c\x29\x28\x3e\xe3\xe5\x14\x31\xf0\xfd\x78\x86\xff\x39\x25\x17\xd0\x2e\xec\x95\xa5\x78\xb0\xba\xa2\xbe\xe4\xbb\x1a\x7e\xa4\x4b\x22\x61\x2d\x63\x45\x22\x03\x76\x2a\xa0\x64\x05\x3c\x0a\x28\x79\x99\x7e\x87\x84\x35\x91\xc2\x02\x4a\x56\xc0\xa3\x14\x0c\x22\xf2\x53\x2a\x06\x11\xf9\x29\x20\xe8\xa5\x4f\x13\x04\xbd\xc0\xda\x05\x04\xbd\x98\x96\x0a\x08\x7a\x11\x15\x2a\x20\xe8\x1d\x74\x26\x12\xd6\x41\xd7\x44\xc2\x1a\xc4\x50\x40\xd0\x9b\xad\xb1\x02\x82\xde\x1a\x20\x20\xe8\x5d\xf4\x3b\xb7\x0f\xe6\xd5\x52\x40\xd0\xdb\x74\x77\x68\x96\xf5\x32\x3d\x1b\xa3\xee\xa9\xa3\xcb\x11\xf6\x79\xb4\xba\x6e\x36\xa7\x0a\x58\x7b\xe3\x8c\x15\xcf\xc6\xa8\xa8\x0b\x94\xe2\xd9\x18\x75\xe3\x3d\x14\x70\xf8\x96\x7d\x1e\xd7\xae\x47\x9f\xa6\xc7\xb5\x2b\xac\xfb\xa5\x80\xd1\x8f\xde\x26\x18\xfd\x68\xe8\x82\xd1\x8f\x86\x2e\x18\xfd\x54\xfd\x6f\x72\x84\xed\x4d\x12\xdd\x3a\x13\x89\x6e\x16\x99\x02\x46\x3f\xe0\x9c\x02\x0e\x3f\xa0\x97\x02\x0e\x3f\x44\x2d\x0b\x38\xfc\x2c\x9d\xf9\x70\xc4\x1d\xc0\xe1\x47\xef\x1d\x1c\x7e\xf4\xde\xc1\xda\x57\x16\x81\xb5\x95\x77\x53\xc0\xda\x37\xe8\x77\xde\xcf\xab\xc9\x14\xac\x8d\x0a\x42\x29\x60\xed\xab\x27\x01\xd6\xbe\x78\x16\x05\xac\x7d\x35\xae\xc1\xda\x17\x94\x5c\xc0\xda\x57\x4f\x09\xac\x7d\x59\x98\x0b\x58\xfb\x76\x9d\x09\xdd\xb5\xe9\x08\xba\x6b\x30\x5e\x01\x6b\x5f\x8d\x79\xb0\xf6\xd5\xb4\x0b\xd6\x56\xc0\xa3\x80\xb5\x95\x33\x5b\xd0\xde\x55\x06\x4b\x41\x7b\x17\x49\xa7\x52\x1c\x6b\x37\xe5\xcd\x17\x83\x9f\x55\x13\x2d\xba\xbc\x01\xef\xaf\xa0\xcb\xab\x30\x46\x41\x97\x37\x68\x12\x46\x7c\x37\x98\xce\xcc\x1c\xd1\x6b\xc4\x77\x95\x6d\x52\x10\xdf\x15\x23\x58\x41\x7c\x57\xb9\x20\x05\xf1\x5d\x64\x9b\x4a\x41\x7c\x57\x29\x71\x05\xf1\xdd\xa8\x67\x8d\xf8\xae\x12\x0e\x0b\xe2\xbb\x91\xad\xc6\x82\xf8\x6e\xd4\x6c\x83\xf8\xee\xb3\x75\xa6\xdb\xa7\xd4\xb6\x82\xf8\x2e\x52\x50\xa5\x20\xbe\x1b\xd9\xc1\x28\x88\xef\x46\xd3\xff\xdc\xbe\xa8\x27\x8f\xc0\x6e\xd4\xd2\x81\xc0\x6e\xdc\x3a\x13\x1b\x20\xcc\x2a\x88\xe8\x26\xcd\x0c\x88\xe8\x26\xcd\x0c\x88\xe8\x26\x2d\x71\x88\xe8\x26\xbd\x15\x44\x74\x95\xd3\x51\x10\xd1\x4d\x5a\xb4\x3d\xdb\xa4\xa5\xa2\x23\xef\x67\xaa\xff\x8a\x25\x97\x85\x14\x3c\x91\xa6\x82\x12\x2f\xfa\x9e\xa5\xa0\xc4\x9b\x34\xe8\x50\xe2\x4d\x5a\x39\x50\xdb\x4d\x7a\x80\xa8\xed\x26\x10\x6d\x81\x1a\x3d\x69\x75\x87\x1a\x3d\xeb\x33\x82\x1a\x5d\x2e\x79\x81\x1a\x3d\x13\x1c\x2f\x50\xa3\x43\xe5\x5c\x0a\xd4\xe8\x08\x7c\x96\xb2\x25\xe9\x4e\xcf\xa0\x38\xcf\x42\x67\x50\x9c\x67\x12\x58\x0a\x14\xe7\xca\x87\x28\x50\x9c\x43\xc8\x57\x0a\x14\xe7\x59\x16\x41\x71\x9e\x35\x99\x42\x71\x0e\x1d\xa0\x6f\x81\xfb\x11\xbd\x86\xe2\x3c\xb3\x29\x52\xa0\x38\x17\xd3\x58\x41\x51\x57\xce\x74\x41\x51\x37\xb3\xa1\x57\x50\xd4\x45\xb1\xaa\x14\x14\x75\x33\x9b\x4c\xe5\x20\x59\x7f\x19\x90\x28\xea\x3e\xec\x3e\x17\xc7\xe8\xed\xd1\xb0\x76\x1c\xde\x1e\xad\xf5\x87\xa1\x8b\x8b\x5c\x3c\xe6\xdd\x94\xad\x50\x3c\xe6\xdd\x1e\x0d\x4f\xc7\xe8\xed\x11\xfa\x74\x1c\xde\x1e\xf5\xda\x71\x78\x7b\xd8\x09\x2f\x8e\xc3\xdb\x23\x1b\x1c\x87\xff\x7e\x1c\x8e\xc3\xdb\x43\x82\x63\xb9\xf4\x53\x13\xca\xa5\x9f\x42\xad\x8e\xc3\xdb\xa3\x85\xc4\x71\x78\x7b\x84\x96\x2e\x1c\xc8\x42\xad\x8e\xc3\x5b\x11\xb6\xb8\xd0\xe5\x83\xdf\xcb\x85\x2e\x1f\x37\xb1\x06\xe8\xf2\x41\x4b\xd5\x63\xde\xad\x64\xfd\x0f\xf9\x7c\x5c\xeb\xea\x18\xbd\x15\x72\x48\xaa\x63\xf4\x56\x8a\x8e\x0a\x47\x97\x23\xe4\xf3\x09\x47\x54\xc7\xe1\x0d\x81\x56\x4f\x68\x70\x81\x7e\x1d\xc1\xe3\x4c\xe8\xae\x06\x6c\x20\x44\x55\x1d\xa3\xb7\x8a\x0d\xd5\x31\x7a\x93\xe3\x5b\x1d\xa3\x37\xb9\xba\x35\x42\xeb\x8f\x3b\x5b\x23\xb4\xfe\x4c\x9f\x35\x42\xeb\x5f\x74\xa6\xf7\xb3\xaa\x2f\x1e\xd7\x6e\xf2\x36\xab\x63\xed\x86\x9e\x44\xa9\x8e\xb5\x9b\xf2\x1a\x6a\xa4\x2f\x5b\xd7\xa4\x2f\x47\xf7\xa3\x2f\xf8\x12\xd5\xb1\x76\x6b\x41\x47\xfe\x3c\x9b\x6c\x70\x3c\xdd\xe4\x5f\xd6\x84\xc4\x00\xf1\xfe\x9a\x90\x18\x20\x4b\xa5\x42\x09\xde\x1e\xfd\x0e\x49\xfe\xa2\x23\xef\x67\x03\x8b\x56\xa8\xbd\x5b\xd7\xef\xbc\x2f\x8d\x58\x72\x85\xbf\x1b\x21\xd9\x52\x33\x7d\x61\xaf\xa3\x66\xa4\xf5\xc9\x5c\xaa\x8e\xc3\x5b\x63\xbf\xa6\x66\xfa\xb9\x75\x15\xfa\xb9\x75\x26\xfd\x64\xa2\xad\x1e\xbb\x6e\x3d\xe8\x0e\xc8\xd2\x47\xdd\x01\x59\x7a\x02\x17\xd5\x31\x7a\xeb\x7a\x7f\xf0\x77\x77\xbd\x23\xf8\xbb\xfb\xa3\x6b\x6e\x8e\x78\x4a\x8e\xd1\x5b\x97\xed\x8e\xd1\x5b\x67\x12\xae\x0f\xd2\xfa\x04\xba\xaa\xe3\xf0\xd6\xfb\xbf\x4a\x45\xaa\x87\xbc\x5b\x67\xa2\xad\xd0\x77\x77\x20\x7a\x85\xbe\xbb\x83\x68\xeb\x83\x79\x20\xbe\xfa\x48\x75\x9f\xe1\xf2\x60\x1e\xc4\x85\xf5\xc1\x3c\x3d\xb2\x07\xf3\x88\xfc\xd4\x07\xf3\xf8\xc0\xeb\x83\x79\x5b\x57\xc1\x3c\x3e\xf0\xfa\x60\x1e\x91\xc2\xea\x2e\x41\x93\x93\x5a\xdd\x25\x68\x9d\x64\xa1\x0a\x0b\xa5\x9c\xd4\x0a\x0b\xa5\x88\x1e\xab\xc7\xc3\x9b\xb1\x67\x5e\xdd\x79\x68\x86\x83\x57\xa1\xef\x16\x3f\x66\x2d\x28\x59\x30\x0d\xd6\x82\x92\x05\xcb\x43\x75\x0f\xa1\x99\x5e\x91\x7b\x08\xcd\x58\xdd\xab\x7b\x08\x0d\xd1\x9d\x52\xdd\x43\x68\x88\xee\x94\xea\x1e\x42\xb3\xaa\x3b\xb8\x7d\x72\x6e\xab\x7b\x08\xcd\xd8\x68\xa9\xee\x21\x34\xe5\x2e\x54\xf7\x10\x9a\x31\xd1\xd6\x8a\x7d\x2c\x24\xb5\x62\x9f\xa6\x89\x8a\x7d\x7a\x7f\x15\xfb\xd8\xa7\xae\x15\xfb\x96\x8e\xb0\x8f\xc5\xa2\x56\xec\xd3\x67\x5b\xb1\x0f\xc4\x5e\x2b\xf6\x81\xd8\x6b\xc5\xbe\xab\xbe\x60\x9f\x86\x7c\xc5\xbe\xab\xbe\xb8\x7d\x03\xff\xa4\xba\x87\xd0\x06\x59\x23\xd5\x3d\x84\x36\x98\x76\xab\x7b\x08\x6d\xe0\xa4\x56\xf7\x10\xda\x00\x77\x54\xf7\x02\x9a\xf2\x13\x6a\x83\x62\x1d\x8c\x57\xdd\x0b\x68\xa3\xea\xc8\x6d\x18\x7a\x82\x0d\xb5\x91\xae\x6b\xba\x0d\x43\x4f\xd0\xbd\x80\x36\x4c\x67\xba\x0d\x28\x0d\x97\xda\xa0\xc8\xd7\x88\x6c\xd8\x70\xf4\x3f\x6c\x60\xd3\xae\x76\x6c\xd0\x93\xe8\xd8\xc0\x92\x5a\xdd\x43\x68\x13\x27\xb5\xba\x87\xd0\xa6\x3e\x70\xf7\x10\xda\xd4\x38\x73\x0f\xa1\x4d\xa2\xdc\xd5\x3d\x84\x36\xc1\xbe\xd5\x3d\x84\x36\x09\x24\xd4\x8e\xc2\x41\xd7\xff\x26\x47\xba\xca\xe2\x08\x8b\xdc\x43\x68\x13\xb4\x5b\xdd\x43\x68\x93\x6d\xb3\xea\x1e\x42\x9b\xfa\x8a\xdd\x43\x68\x73\x72\xa6\xd1\x4f\x7d\xd3\x46\x3f\x97\xce\xa4\x9f\xf8\x35\xd5\xe8\xa7\x9e\x12\x68\x1e\x2d\xbb\x52\x41\xf3\x0b\xbf\xa6\x82\xe6\x97\xbe\x46\xd0\xbc\x32\x19\x2a\x68\x5e\x8e\x7d\x05\xcd\x2f\xfc\x9a\x0a\x9a\x5f\x24\xaf\x56\xd0\xfc\x4a\xfc\x0e\x34\xbf\xf4\x94\x40\xec\xe8\xa8\x79\x5e\x9e\x2b\xc9\xe8\x77\x9d\x23\x9e\x20\x88\x7d\x69\x52\x04\xb1\x2f\x7d\x8d\x20\xf6\xd5\x74\x07\x6c\xe8\xba\x26\x36\x80\xb5\x2b\x88\x7d\x4d\xf5\x13\x1b\xf4\x55\x81\xd8\x97\x16\x43\x10\xfb\xd2\xe8\x01\xb1\xcb\x43\xaf\x1e\x7f\x6f\x3b\xfe\x43\x8c\xb3\x54\x0f\xcd\xb7\x8d\xf3\x57\x01\xfa\x3b\xe9\xa8\x72\x84\x79\x00\xfd\xad\x29\xcb\x43\xf3\x4d\x39\x0f\xd5\x43\xf3\x6d\x0b\x93\xe0\x04\x6c\x7d\x38\x38\x01\x72\xfa\x2b\x4e\xc0\x26\xe0\x51\x71\x02\xb6\x26\x29\x9c\x80\xdd\x75\x4d\x37\x7d\x6b\x98\x81\xd8\xe5\xae\x57\x10\xbb\x9c\xfe\xba\xe8\x8b\xa6\x72\x84\x8e\xf6\xa1\x9f\xa0\xf9\x7d\xf5\x3f\xef\xcb\x11\x0e\x00\xcd\x1f\x59\x04\x9a\x3f\xa4\x93\x55\xd0\xfc\x21\xba\x5a\x41\xf3\x07\x87\xa4\x82\xe6\x0f\x5b\x1d\x15\x34\x7f\x88\xb5\x56\x84\x8e\x8e\xf0\x18\x42\x47\x47\x4f\x02\xa1\xa3\x23\x04\x06\xd2\x57\x66\x41\x05\xe9\x5f\xb6\x95\x2a\x48\xff\x12\xa7\xac\x20\xfd\xdb\x75\xbf\xc9\x11\xbd\x06\xe9\xdf\xae\xab\xb8\x0d\x72\x9f\x2b\x48\xff\x82\xfb\xab\xc4\x8c\x70\x44\xab\xc4\x8c\x48\x24\xaa\x20\xfd\x4b\x90\xa1\x82\xf4\x95\x59\x50\x41\xfa\x72\xb4\x2b\x62\x46\x2a\x3c\xad\x88\x19\x29\x43\xa0\x22\x66\xa4\x52\x91\x8a\x60\x91\x4a\xb0\x2b\x82\x45\x72\xbb\x2b\x82\x45\x21\xeb\x7f\x2e\xa0\xa2\xec\x81\x8a\x60\x91\x9c\xf0\xea\x5e\x40\x0f\x55\x47\x97\x23\xee\x80\x58\x91\xca\x41\x2a\x62\x45\x2a\xeb\xa8\x88\x15\xa9\xc0\xb6\x22\x56\x14\x96\x7e\x87\x0d\x82\x0c\x88\x15\x05\xf6\x25\x2a\x62\x45\x2a\xcf\xa8\x88\x15\xa9\x90\xa3\x22\x56\x14\xae\xee\x60\xc8\x3a\x31\x76\x11\x2b\x8a\x1a\x59\xee\x21\x74\xd5\xeb\x55\xf7\x10\xba\x6a\xcf\x2a\x42\x45\xda\xa3\xaf\x08\x15\x45\x61\x7b\x84\x8a\x22\x98\xab\x21\x54\x14\x41\xf3\xcd\x3d\x84\xae\xda\xb3\x86\x50\x51\x64\x0a\x69\x08\x15\xa9\x3c\xa3\x21\x54\x14\x4d\xff\x43\x70\x6a\xe8\x9a\x95\x23\x9d\xe9\xf6\xa1\xc7\x5c\x9a\x47\xf1\x7b\x5c\xfa\x1f\xf6\xb1\x7b\xd3\x02\xbd\xbe\x3a\x93\x5e\xb3\x30\x37\xf7\x09\x3a\x3a\xce\xa5\x79\xdc\xbe\xab\xf2\xad\x79\xdc\xbe\x27\xc6\x44\x73\x7f\xa1\x27\x82\x83\xcd\xfd\x85\x9e\xf0\x72\x5a\x44\xdb\x85\x6f\xac\xb9\xbf\xd0\x13\xf3\x4b\x8b\xc8\x64\xe1\x31\xb7\x88\x4c\x16\x33\x4a\x8b\xc8\x64\x31\x87\x34\xf7\x25\xba\xd8\xbc\x9b\xfb\x12\x3d\x11\xa6\x69\xee\x4b\xf4\xa4\xe7\xe2\xbe\x44\x4f\x6c\x3c\xb6\x44\x3f\x09\xc8\xb5\x44\x3f\x09\x71\xb4\x44\x3f\x8f\xfe\x47\x3f\x29\xf5\x69\x89\x7e\x32\xdb\xb4\x84\x2c\x17\x30\xa4\xb9\xbf\xd0\x33\xcb\x4a\x43\x26\x28\xff\x33\x96\xdc\x3c\x6c\xdf\x11\x9f\x2e\xcd\xdd\x8c\x9e\x89\x50\x35\x77\x33\x7a\xc6\x59\x69\xee\x66\xf4\x8c\xb3\xd2\x90\x02\xca\xb8\x27\xcd\x5d\x89\xae\xd0\x41\x73\x57\xa2\x23\x4c\x5d\x9a\xbb\x12\x3d\xb3\xd6\x37\x77\x25\x7a\x26\x32\xd9\xdc\x95\xe8\x19\xc4\xd7\x32\xaa\x63\x4c\x28\x2d\x63\xde\xd0\xff\x30\x8f\x74\xf4\x96\x31\x8f\xf8\x5f\xcb\xd8\xc0\xa4\xd1\xdc\x95\xe8\x4f\xd4\x1d\xb0\x81\x00\x44\xf3\x70\x7f\x57\xf1\x44\xf3\x70\x7f\x7f\xf8\x38\x9a\xbb\x19\x5d\xc5\x13\xcd\xdd\x8c\xfe\x3c\xfa\x9d\xdb\xf7\x68\x48\xb8\x2f\xd1\xb5\x2b\xdf\xdc\x97\xe8\x0f\x5b\xa2\x0d\x29\x20\x15\x56\x34\xa4\x80\x54\x58\xd1\xdc\x97\xe8\x0f\x18\xa8\xb9\x2f\xd1\x9f\xa6\x33\x51\x55\x6b\xba\x1f\xaa\x6a\x44\xab\xdb\x83\xaa\x1a\x53\x79\xa3\x4c\x53\x01\x88\x56\xe8\x27\x53\x48\x2b\xf4\x93\xd0\x48\x73\xdc\xdf\x4b\xd0\x51\xe7\x88\x27\xe8\xb8\xbf\x17\xb6\xb8\x9a\xe3\xfe\x5e\xa2\xae\xe9\x7d\x29\x49\xd7\x5c\x1c\xe9\x2a\x9b\x23\x6c\x70\xdc\xdf\x8b\x46\x4f\x41\xdd\x8d\x20\x43\xab\xa8\xbb\xb1\xe4\xb4\x8a\xba\x1b\xcb\x58\x73\xdc\xdf\xb5\x63\xdf\x2a\xfd\x24\x0c\xd5\x2a\xfd\xec\x3a\xa2\x9f\x60\xdf\x56\xe9\xa7\x3e\x9c\x4a\x3f\x41\x83\xad\xd2\x4f\x32\x9f\x5b\xa5\x9f\x2c\x40\xad\xd2\xcf\xa9\x9e\xd1\x4f\x36\xd8\x9a\xc7\xed\x7b\x01\x1b\x36\x8f\xdb\xf7\xa2\x8f\xd1\x11\x7b\x2f\xfa\x18\x1d\xb1\xf7\xa2\x71\xd6\xe8\x35\x5e\x5c\x6b\xf4\x1a\x7f\xa1\x39\x2a\xef\x2a\xe4\x68\x8e\xca\x7b\x05\x0d\x36\x47\xe5\xbd\xea\x29\x39\x2a\xef\x35\xeb\x7e\x97\x23\x46\x41\x97\xf8\x96\x8e\xbc\x2f\x55\x23\xcb\xd1\x75\x47\xd5\xb0\x34\xcf\x83\xe9\x95\x72\xe7\xe6\x79\x30\xbd\x6a\xea\x71\xe4\xdd\x2b\xc1\xac\xe6\xc8\xbb\x57\xb6\x1a\x5b\xa7\x9f\xfa\xe2\x3a\xfd\xd4\xb7\xd2\xe9\x0b\xbb\x22\xcd\xd1\x75\xaf\x2c\x78\xcd\xe3\xef\xbd\xe2\x23\x37\xa3\x9f\x9a\xd8\x0d\xad\x3e\x16\xbc\x66\x68\xf5\xe9\x79\x1a\x36\xb0\x89\xdd\x0c\x1b\xf4\x74\x0d\x1b\x8e\xae\x82\x0d\x47\x77\xc7\x06\xb6\x8a\x9b\xc7\xdf\x7b\x03\x95\x37\x47\xec\xbd\x69\x09\x70\xc4\xde\x9b\xbe\x70\x47\xec\xbd\x11\x18\x6d\x8e\xca\xbb\x36\xf0\x9b\xa3\xf2\xde\xf4\x85\x3b\x2a\xef\x4d\xcb\x9f\xa3\xf2\xde\xd8\xc4\x6e\x03\x41\x2f\x82\x9f\xcd\x91\x77\x6f\xfa\x1a\x07\x7d\x21\x6b\xa4\x0d\xfa\x32\x75\x15\xfa\x02\x2c\x68\x83\xbe\xac\x7f\x65\x5c\x34\x07\xe5\x5d\x91\x98\xe6\xa0\xbc\x37\xf2\x68\xdb\xc4\x04\x3d\xc0\x89\x09\x20\xd3\x36\x31\x41\x6b\xc5\xc4\x04\x5c\xba\xe6\xc8\xbb\x37\x0d\x56\x47\xde\x5d\xd1\x9d\xe6\xc8\xbb\x37\x50\x6b\x73\xe4\xdd\x11\xe6\x2b\x6d\x4a\xe7\x4b\x77\x77\xd3\x95\x2f\xd0\x1c\x79\xf7\x1e\x75\xf7\xc9\x91\xae\xb2\x38\x62\xb2\x71\xe4\xdd\x3b\x8e\x61\x73\xe4\xdd\x3b\x01\x88\xe6\xc8\xbb\x77\xb6\x17\x9a\x87\xdf\x7b\xd7\x2a\xed\x09\x33\xbd\x13\x8e\x68\x9e\x72\xde\xbb\x56\xe9\x85\xec\xa3\x26\xe1\x85\xec\xa3\x26\xe1\x85\x1e\x5b\xd3\x99\xd8\xa0\xe9\x65\x61\x83\x56\xf0\x85\x0d\x5a\xb8\x16\x36\x10\x29\x6c\x0b\x1b\x08\x40\xb4\x85\x0d\x44\x2d\xdb\xa6\x9f\xa4\x18\x36\x47\xe5\xbd\x6b\xb0\x3a\x2a\xef\x5d\x93\xb0\xa3\xf2\x6e\xc4\xed\x9b\xc7\xdf\xbb\xc2\x34\x6d\x23\x4f\x29\x84\xb2\xd1\xff\x20\xb3\xa0\x39\x2a\xef\xa6\x89\xc1\x51\x79\x37\x1c\xc3\xe6\xa8\xbc\x2b\x30\xd3\x1c\x95\x77\x15\x9c\x34\x47\xe5\x1d\xb9\xc4\xd2\x1c\x95\x77\x23\xb1\xae\x39\x2a\xef\xa6\x41\xee\xa8\xbc\x1b\x2e\x64\x43\x62\xd4\x88\x8e\x37\x24\x46\xad\xe9\x7f\xd8\x40\x9e\x4f\x03\x95\x1b\x19\xc5\x0d\x54\x6e\x5a\xb8\x40\xe5\xca\x6b\x68\x48\x8c\xaa\x34\xa5\x81\xca\x4d\x93\x37\xa8\xdc\x34\x41\x83\xca\x4d\x13\x34\xa8\xdc\xc8\xa2\x6f\xa0\x72\xc3\xf5\x6c\xa0\x72\x13\x06\x02\x95\x1b\x28\xb9\x81\xbc\x55\x46\xd2\x40\xde\xca\x79\x68\x20\x6f\xe5\x3c\x34\x90\xf7\xc0\xf7\x6c\xa0\x6b\x85\x69\x1a\xe8\x7a\x68\x12\x06\x5d\x8b\x31\xa1\x81\xae\x87\xc6\x27\xe8\x7a\x08\x86\x80\xae\x87\x40\x02\xe8\x1a\x65\xe5\xd2\x41\xd7\x0a\xef\x74\x50\xf2\x60\xd4\x75\x50\xf2\x60\x8b\xb2\x83\x92\x15\xec\xe9\xa0\xe4\x81\xc7\xd5\x41\xc9\x03\x58\xd0\x03\xfd\x64\xdf\xa5\x07\xfa\x09\xb0\xea\x81\x7e\x9a\x7e\x47\x3f\x87\xfe\x47\x3f\x87\xfe\x47\x3f\xd9\x0e\xee\xe0\x69\x15\xb1\x74\xf0\xf4\x58\xfa\x5f\xe2\xa8\x72\xc4\xb3\x66\x72\xeb\xe0\xe9\x41\x45\x67\x07\x25\x2b\xdf\xa3\x47\x7a\xcd\x8c\xd2\x23\x42\xab\x41\x77\xf0\x5e\x4f\xde\x58\x07\x41\x2b\x80\xd4\x41\xd0\x13\x4f\xa6\x83\xa0\x27\xf0\xb3\x7b\x34\xbe\x4f\x42\x69\xdd\xa3\xf1\x5d\xd9\x1f\x1d\x74\x3d\x19\xd7\x3d\x89\xd5\x02\xdb\x41\xd7\x0a\x3c\x75\xd0\xf5\xfc\x19\xad\xff\x39\x25\x77\x80\xf7\xd4\x6b\xf0\x20\x7e\x47\xce\xb9\x74\x0f\xe2\x77\xb4\x3b\x4b\xf7\x20\x7e\x5f\x4c\x52\xdd\x93\xd3\xfb\x2a\x3a\x73\x70\x84\xe9\x00\xf6\x55\xd4\xe9\xc5\x91\xba\x89\x86\x2c\x2e\x79\x47\x84\x13\xe9\xc9\xd2\x41\xd7\x4b\x03\x04\x74\xbd\x58\x9b\x3a\x08\x7a\xb1\x4a\x77\x10\xf4\xd2\x0b\x03\x41\xaf\xa5\xdf\x71\x3f\x62\x3d\x1d\x04\xbd\x88\xa0\x76\x10\xf4\x02\xe7\x74\x10\xf4\x62\x3b\xaa\x83\xa0\x95\xc5\xd1\x41\xd0\x4b\xaf\x16\x04\xad\x50\x4c\x07\x41\xab\xfc\xa4\x83\xa0\x77\xd7\xef\x0a\x47\xdc\x01\x04\xbd\x65\x03\x08\x7a\x13\xd1\xec\x20\xe8\x3d\xf4\x3f\xe3\x88\x21\x01\x82\xde\x53\xf7\x9b\x1c\xf1\x39\x80\xa0\xb7\x9e\x04\x08\x7a\x6b\x58\x7b\x34\xbe\xa3\xe9\x5a\xba\x47\xe3\xfb\x06\xbd\xf4\x82\x5e\x2f\xf1\xfe\xee\xd1\xf8\xbe\x35\xac\x41\xde\x9b\x88\x58\x07\x79\x2b\xfb\xa3\x83\xbc\xb7\x86\x7c\xc1\x3e\x02\x1e\x1d\xe4\x7d\xd8\x30\xe9\x20\x6f\x85\x7e\x3a\xe8\x5a\xc1\x9e\x0e\xba\x3e\x1a\x21\x20\xe8\xa3\xa1\xeb\xd1\xf1\x7e\x4c\xff\x7b\x38\xe2\x8d\x79\x74\xbc\xab\xf8\xa5\x7b\x74\xbc\x1f\x96\xaa\x0e\xba\x3e\x6c\x78\x75\x10\xf4\x91\x7d\x20\x68\x95\xbb\x74\x10\xf4\x21\x38\xd1\x41\xd0\xe7\xea\x77\x87\x23\xfd\xee\x72\x26\x77\xf7\x08\x78\x17\xeb\x4a\x07\x4f\x2b\xc3\xa3\x83\x99\x2f\xf1\xe2\x0e\x66\xbe\x2c\x78\x1d\xcc\xac\x52\x98\xee\x51\xee\x7e\x09\xda\x74\x8f\x72\xf7\x8b\x27\xda\xc1\xd3\x17\x90\xd0\xc1\xd3\xca\x05\xe9\x1e\xad\xee\x57\xa3\x0e\xcc\xac\x22\x96\xde\xe9\x0b\x48\xbf\x77\x34\x95\xf1\x21\x3b\x78\x5a\x61\xa8\x0e\x9e\xbe\xfa\x3a\xc0\xd3\x77\xeb\x7f\xf4\x13\x44\xdb\xc1\xd3\x97\xf4\xae\x0e\x9e\xbe\x57\xd7\x9c\x2e\x3c\x0b\xa1\x41\x77\x94\x6c\x01\x0f\xa8\x3b\x4a\x36\x71\x1a\x76\x47\xc9\x16\xf4\x85\x3b\x4a\xb6\x40\xce\x4a\x77\x94\x6c\x2a\x38\xe9\x8e\x92\x4d\xa5\x22\xdd\x50\x7b\x5e\x3a\x13\xb5\xe7\xad\xff\x71\x77\x8d\x48\x47\xc2\xa6\xc0\x53\x77\x24\x6c\x31\xa8\x67\x87\x23\x9e\x92\xc7\xae\x4d\x14\x56\xdd\x51\xb2\x45\x80\x5c\x77\x94\x6c\x0a\x2e\xf5\x81\x5c\x2e\xf1\xfe\xee\x28\xd9\x44\x49\xd4\x3d\x13\xc5\x44\x06\xd5\x3d\x13\xc5\x14\x86\xea\x1e\xd7\xb6\xc8\xb2\xd9\x3d\xae\x6d\x62\x09\xe9\x8e\xae\x4d\x2c\x21\xdd\xd1\xb5\xc5\xfa\xcf\x29\xd9\x81\xb7\x45\x70\x5c\x77\xe0\x6d\x91\xe8\x5c\x77\xe0\x6d\x8a\x57\xf5\x81\x79\xc4\x5e\xfa\xc4\x3c\x1c\xa0\x3e\x31\x0f\x07\xa8\x4f\xcc\xc3\xad\xe9\x13\x13\x40\xde\x7d\xd2\x4d\x4d\x83\x93\x6e\x5e\xfd\x8f\xbe\x90\x10\xd4\x1d\xed\x1a\x32\xeb\xa5\x3b\xa2\x35\x91\x8b\x74\x47\x98\x96\xb4\x58\x38\xc2\xb4\x04\xaa\xeb\x8b\xdf\x69\x15\xf3\x98\xb0\x89\x6a\xa4\x3b\xc2\xb4\x84\xbb\xd7\x3d\x9b\xda\x12\x78\xac\x3b\xa6\xb4\xa4\x69\xc2\x31\xa5\x29\x42\xd5\x1d\x53\x5a\xa2\xea\xaf\x3b\xa6\xb4\x24\xfc\xe0\x98\xd2\x14\x85\xea\x9b\xbb\x0f\xdd\x8f\xbb\x83\xc7\xba\xe3\x46\x4b\xfa\x8c\x0e\x16\x69\x7a\x39\xf4\x8c\x8d\x96\xee\xb8\xd1\x92\xa6\x17\xc7\x8d\x96\x96\xfe\xe7\x03\x44\xb9\x2e\xfd\xd0\x4f\x32\x98\xfb\xa1\x9f\xfa\xa8\x0e\xfd\xd4\x02\x74\xe8\x27\x5b\x55\xfd\xf0\x04\x35\x49\x1d\x9e\xa0\xa6\x5d\xc7\x8d\x96\x83\x8e\x0e\x47\xba\x8a\xdb\x90\x09\x71\x74\xc7\x8d\x96\x41\x83\xdd\xa3\xb9\x96\x09\x6a\x74\x8f\xe6\x5a\xd6\x44\xe4\x98\xd2\x14\x12\xeb\x17\xcd\x6b\xc2\x18\xdd\x31\xa5\x65\x36\x68\xba\x63\x4a\xcb\xec\x5a\x77\x8f\xe6\x5a\xae\xfa\x5d\xe7\x88\x77\xe4\x78\xd3\x32\xee\x65\x77\xbc\x69\xb9\xe9\x7e\x93\x23\x9e\xbc\xe3\x4d\xcb\x4d\x3d\xc3\x3e\xb0\xb6\x05\x6c\xe8\x3a\xc2\x06\xde\xad\x05\x6c\x00\x79\x5b\xc0\x06\xbe\x00\x0b\xd8\xc0\x17\x60\x01\x1b\xf8\x02\x2c\x60\xc3\xd0\x99\xd8\x40\x0d\xa0\x21\x18\x8f\x52\x77\x31\x09\xc6\x2f\xfd\x8f\xa7\xcb\x9b\x36\x04\xe3\x95\xcb\x63\x08\xc6\x67\xbe\x23\x43\x30\x5e\xd9\x3b\x86\x60\xfc\x43\x71\x88\x21\x18\xff\xf0\xc6\x0c\xc1\xf8\x27\x62\x03\x82\xf1\x0f\xdb\x90\x86\x60\xbc\x02\x79\x86\x60\xfc\x93\x75\x77\x7f\xba\xcf\xa3\xbb\xfb\xd3\x7d\x8a\xee\x3e\x39\x5a\x1c\x2d\x8e\x74\x15\xb7\x4f\xe5\x35\x86\x60\xfc\x53\xd5\x97\xcb\x91\xbf\x5b\x43\x30\xfe\x01\x45\x1a\x82\xf1\xe2\x44\x31\x04\xe3\x4b\xd3\x99\x6e\x5f\x79\x9d\xe9\x36\x28\xf3\xc5\x1c\x38\x5a\xd1\x73\x71\xe0\x68\x05\x08\x66\x09\x45\x6d\xd2\x07\xcc\x81\xa3\xa1\xf0\x5d\xcc\x81\xa3\x55\xc2\x73\xe6\x21\x5b\x53\xc9\x87\x49\xbd\x1d\x5f\xd0\x50\x68\xaf\xea\xb5\x03\x47\x53\x0d\x86\x39\x70\xb4\xaa\x7e\x7a\x58\xd6\x2a\x9b\xca\x86\x42\xbb\x32\x66\xcc\x41\xa5\x79\x90\xe8\x3f\xa7\x64\xcb\x74\x13\xb4\x64\x99\x6e\x6e\x1d\x2d\x8e\x74\x49\x7f\xd4\xf5\xea\x7f\x6e\x42\x23\x33\xd1\x10\x6f\x6f\xac\x3f\x86\x78\x7b\x23\xa4\x6f\x8e\x37\xad\x11\xf2\x36\xc4\xdb\xdb\xa3\x33\xfd\x51\x37\x26\x4c\x73\x4c\x69\x8d\x69\xd0\x1c\x53\x5a\xc3\xe1\x32\xc7\x94\xd6\x88\x30\x1a\x02\xed\x0d\x37\xca\x10\x68\x6f\x53\x57\x99\x1c\xf1\xc8\x1c\x53\x5a\x63\x79\xb0\x87\x7e\x32\xd5\x59\xa1\x9f\xb2\xbd\xd0\x4f\x36\x37\xac\xd0\x4f\xd0\x84\x15\xfa\xb9\xf5\xbb\x87\x23\xec\x73\xdc\x68\x0a\xe1\x58\xa1\x9f\x7a\x4a\x88\xac\x2b\xf8\x62\x88\xac\x77\xa6\x33\xf3\x88\xad\xf5\xa4\x3b\x2c\x8e\xe8\xa7\x63\x4a\x53\xb8\xc5\x3c\x62\x6b\x4a\xc9\x31\x8f\xd8\x9a\x0a\x39\xcc\xf1\xa6\x29\xc0\x62\x1e\xb1\xb5\x5e\xf5\x3f\xb7\x41\x25\x18\xe6\x58\xd4\x3a\x28\xc4\x1c\x8b\x5a\x27\x3d\xcf\x1c\x8b\x9a\xf2\x59\xcc\xb1\xa8\x19\x31\x68\x73\x2c\x6a\xa6\x8f\xd8\x23\xbd\x66\x1a\xc8\x1e\xe9\x35\x4b\xfa\xdd\xe0\x88\xf7\xe7\x38\xd5\x8c\x29\xd9\x1c\xa7\x9a\x91\xbe\x66\x8e\x53\xcd\x1e\xdd\xc1\xed\x33\x7d\xee\x8e\x53\x4d\xe1\x0f\x73\x9c\x6a\x66\x3a\x8a\x1c\xf1\xe4\x3d\x53\xc3\x4c\x43\xde\x31\xac\x89\x29\xc3\x3c\x26\x6c\x46\x9e\x81\x79\x4c\xd8\x0c\xaf\xc3\x1a\xf6\x69\xaa\x6b\xd8\xa7\x31\xdf\xb0\x0f\x74\x6d\x0d\xfb\x08\x12\x99\xa3\x56\x1b\xc4\x30\xcd\x51\xab\x0d\x9c\x62\x73\xd4\x6a\x0a\x63\x98\xa3\x56\x1b\x7a\x4a\x8e\x5a\x6d\xe0\x3d\x98\xa3\x56\x1b\x7a\xb7\x8e\x5a\x6d\xe8\x49\x38\x32\xb5\x51\x74\x87\xc9\x11\xd6\x7a\xa4\xd7\x06\x9b\xb5\xe6\x39\x16\x36\xf0\xaa\xcc\x73\x2c\x6c\xe8\x4d\x7b\x14\xd8\x86\x6c\xf7\x28\xb0\xa9\xc8\xc3\xc0\xb7\x0a\x16\x18\xf8\x76\xe8\xeb\x00\xdf\x2a\x3c\x60\xe0\xdb\xa1\x31\x0f\xbe\x55\x5e\x8a\x81\x6f\x87\xc6\x3c\xf8\x76\xe8\x29\x81\x6f\x95\xa5\x62\xe0\xdb\xc1\xb6\xa0\x81\x6f\x87\xbe\x0e\xf0\xad\x58\x34\x0c\x9c\x3a\x89\xb8\x1b\x38\x75\x6a\x64\x81\x53\xa7\x9e\x19\x38\x75\x6a\xfa\x04\x8b\x4e\x92\xd2\x0c\x50\x39\x35\x7a\x00\x95\x53\xcb\x83\x47\x73\x4d\xf9\x2c\x06\xa8\x9c\x24\x1a\x18\xa0\x52\x44\x9a\x06\xa8\x54\x19\x89\x4d\xfa\xc2\x96\xa1\x4d\xfa\xa2\x99\x08\xc0\x39\xf1\xec\xcd\xc3\xb2\x36\xb5\xbc\x7b\x58\xd6\xc4\xe1\x61\x80\xd1\x69\xdf\xb1\xe4\xf6\xff\x99\x91\x81\xa9\x73\xe8\xfa\x3e\x22\xe6\xd4\xbd\xb1\x4e\x73\xdb\xc4\x3a\xcd\x51\x40\xd8\x79\xf5\x3b\x1f\x11\x2b\xc8\x1e\x1f\x11\x0b\x6f\xd6\x80\xb7\x4b\x63\xd5\xf3\xa5\x4d\x0c\x1e\xe6\x49\xd1\xb6\xf0\xf6\xcc\x83\xb9\xb6\xb4\x48\x7b\x30\xd7\x96\x16\x69\x0f\xe6\xda\x7a\x74\x15\xb7\x7c\x15\x1d\xb9\xe5\x4b\x33\xb9\x07\x73\x6d\x09\x3e\x78\x30\xd7\x96\xfa\xe9\xc1\x5c\xdb\x9a\x13\x81\xda\x5b\xb3\x20\x70\x7a\x13\x4e\x35\x4f\xb1\xb0\x8d\x77\x62\x1e\xcc\xb5\xcd\xbe\x80\x79\xc0\xd6\x14\xc5\x30\x4f\xa3\xb0\xad\xc5\x1d\xe0\xbd\x71\x2c\x0c\xe0\xbd\xf1\xd3\x0c\x70\x2d\x12\x0d\xf3\xa0\xac\x6d\x7d\x61\x80\xeb\xad\x6f\x0a\x70\xbd\xf5\xa5\x00\xae\x15\x63\x30\x00\xf4\x26\xb0\x6c\x00\xe8\x7d\x74\x44\x5f\x00\xbb\x76\xe8\xcb\xd5\xff\xbc\x2f\x27\xe8\xc8\x9f\xc4\xc1\x07\x37\x20\xf3\xd1\x98\x03\x16\x1f\xd3\xff\x2e\x47\xbc\x23\x60\xf1\x51\x3f\x81\xc5\xaa\x14\x31\x60\xf1\x21\x9a\x64\xc0\x62\xd5\x86\x18\xb0\xf8\x08\x0c\x02\x8b\x0f\x5e\xa9\x01\x7d\x15\x47\x30\xa0\xef\xd1\x37\x0c\xf4\x3d\x57\x57\xf1\x7e\x5e\x8d\x2c\xa0\xaf\xe2\x08\x06\xf4\xbd\x42\x05\x1e\x6a\xb5\xab\x75\xc4\x43\xad\x76\x09\x9c\x0f\x60\xf1\x65\xcf\x67\x00\x8b\x2f\x6f\x7a\x00\x8b\x95\x06\x33\x80\xbe\x97\xf9\x72\x00\x7d\x2f\xe1\xdb\x01\xf4\xbd\x8c\xc1\xe1\x61\x58\x13\x97\xeb\xf0\x30\xac\x5d\x82\xe3\xc3\xc3\xb0\x26\x82\x8d\x11\xb0\x01\x88\x3e\x02\x36\x74\xdd\x8f\x7e\xf2\xe4\x07\x20\xf9\x02\xc3\x07\x20\xf9\xb2\x8f\x34\x1c\x24\xe7\x44\x5c\x6d\x38\x48\xe6\xe8\x7f\x06\x60\xff\xcf\xf8\xbf\xff\xaf\xf3\x7f\xfc\x9f\x21\x48\x39\x4f\x7a\x56\x0e\x07\x42\x90\x72\x95\x44\x8a\x7c\x05\x08\x2f\x89\x6e\x69\xfe\x78\x27\xc2\x4b\x49\xdb\x57\xcd\x84\x26\x43\x78\x49\x67\xfb\x72\x79\x21\x26\x0a\x2f\x65\x6c\x5f\x19\xd3\xeb\x46\x12\x96\x41\x49\x26\xeb\x4c\x69\xc5\xa0\xf5\x92\x3d\x77\x2e\xbc\x84\x88\x25\xe2\x31\xf9\xb9\x04\x39\xa4\xb5\xe1\xf3\x52\x78\x09\x02\x4b\x14\x63\xe9\xcc\x5f\x76\x6e\x6f\x6c\xde\x28\xad\x07\x89\x32\x6c\x3a\x2f\x29\x57\x69\xac\x1e\x7e\x2e\x6d\x55\x49\x80\x1e\x7e\x2e\xe9\x4f\xa9\x6f\x5e\x7e\x2e\x15\xcb\x97\x78\xa1\xff\x5c\xa2\x85\xbf\x42\x70\x7e\xa6\x24\xdf\x5e\xca\x5d\x3c\x64\x69\x74\xa1\x68\x73\x21\x6b\x09\xd2\xac\x41\xa4\x26\x87\x4b\x23\xd2\x27\x68\x9d\xe4\xb0\xd5\x08\x19\xb5\x5d\xc9\x04\x78\x23\x62\x26\xa8\x97\xe4\xe0\xb9\xc7\x41\xaa\x25\xc8\x94\x64\xd9\x2e\x89\x12\x74\x49\x72\x70\x14\x12\xa4\x40\x82\xec\x48\x26\x7b\x2a\x48\x72\x04\x42\xfb\x54\x02\x77\x17\x15\xfd\xa5\x4b\xee\x93\x85\x17\xcf\xfc\x95\x4e\xc0\xcf\xf7\x10\x44\x30\x0f\xb3\x7c\x0e\x1e\x46\x0a\x30\xaf\x07\x28\xd7\x33\xcc\xbc\x41\x34\xe7\xf0\x94\xe7\x50\xd5\xe8\xb6\x43\x1f\x9e\xa1\x67\x09\xa2\x08\x87\xe3\x3b\xc3\xc4\x12\xc4\xe3\x0d\x81\x77\x86\x6f\x37\x24\xa4\xc8\x60\xbd\xce\xa1\xa9\xd1\xdf\x18\x74\xd7\x39\xf8\x97\x1a\xa0\xbb\x0e\xf0\x5c\xe7\xe0\x1e\x76\x80\xe7\x3a\xc0\x62\x9d\x83\x07\x51\x02\x2c\xd6\x01\xfa\xea\x1c\xdc\x63\x0a\x90\x4b\x87\x24\x49\x2e\x8f\xb5\x86\x84\xa0\x53\x6a\x08\x31\xf0\xe8\xa0\x4d\x0e\xf0\x25\x5f\xe6\xac\x00\x27\x72\x80\x0c\x39\x53\xb0\x15\x20\x35\x0e\xb0\x19\xe7\xe0\xe8\x25\xc0\x66\x1c\x52\xc7\x22\xa3\x11\x39\x20\x18\x8b\x73\x70\x5f\x29\x24\x46\x48\x32\x3e\xd8\xc8\x53\x62\x84\xc0\x3c\x9c\x42\xa4\xf3\x8c\x10\x28\x87\x2f\xa5\x79\x01\xca\xe1\x90\x34\x42\xbc\x28\x3c\xc0\x27\x1c\xd2\xcc\x1f\xef\x1d\xba\xde\x00\x4f\x6f\x4a\x95\x47\x87\xca\x31\xd4\xba\x09\xa9\x94\x00\x61\x6e\x48\x52\x1f\xd6\x53\x42\x91\x16\x9e\xd8\x14\xf5\xe2\xf8\xb8\x20\x7a\x4d\xa9\x73\x4d\x94\x20\xd2\x81\xdf\xbc\xeb\xe7\xdc\xfd\x70\x77\xcf\x44\x09\x10\xaf\x06\x18\x57\x53\x62\x2c\xc1\xaa\x1a\xa0\x53\x4d\xb0\xae\x04\x88\x50\x03\x0c\xa8\xaf\xc9\x0a\x96\xd3\x00\x15\xe9\xbd\x0c\x5a\xa8\x48\x03\x3c\x9c\xf7\xba\x9b\x19\xe0\xe1\x0c\x90\x57\x5e\x62\xd0\x21\x23\x9b\x07\x8d\x5d\x0e\x6a\x44\xaa\x08\x22\xac\xac\x49\x15\x22\xac\x00\x07\x55\xc8\xee\x61\x07\x38\xa8\x02\x04\x53\x21\xfb\x5e\x47\x80\x60\x2a\x3c\x68\x24\x64\x5f\x0a\x02\x7c\x51\xe1\x41\x82\x20\x4f\x7e\x8e\x16\x26\xec\x4a\x21\x2f\xce\x44\x35\x00\x7a\xa4\xf0\x60\x11\x84\x48\x01\xe6\x9e\xf0\xf8\x62\x1a\xe0\xea\x09\xb0\xd8\x84\xc7\x23\xb6\xa1\xa0\xa7\x43\x51\x9d\x75\x8f\x42\x86\x8a\x00\x54\x75\x1c\xfe\x1c\x0f\x04\x85\x83\x2c\xdc\x81\x0e\xf2\x7a\x3c\x2f\x5c\x3a\x78\x29\xa8\xc9\x7e\xcd\x18\xfc\x21\xc7\x10\xa0\x6c\x77\x33\x63\xf0\x6f\x3a\x06\x0f\x2b\x3c\xd7\x71\x7f\x0c\x85\x46\xd8\x35\x11\x32\x89\x2c\x52\x31\xc0\x50\x19\x7d\x41\x89\xac\x47\x91\xf5\xa8\xa0\xa6\x10\x83\x3b\x5e\x31\xc0\x0a\x19\x2b\x3f\xf7\xa5\x27\x86\x0e\x2d\xb4\x03\xb3\x18\x3a\x67\xc2\xc4\x18\x87\xce\x9c\x34\x42\x51\x3d\xb9\xd1\xe0\xee\x30\x07\x26\x4f\x42\x88\x48\xa2\x47\x34\xd0\x9d\x5f\xfb\xa7\x71\x71\x26\xac\xd2\xc9\xd1\x4c\x44\xb7\x37\x22\xd4\x5b\x1e\xcf\xcb\x8b\x08\x9d\x46\xd4\x4d\x9d\x7b\xe2\xa7\x31\xd1\x28\xd6\x58\x07\x20\x11\xf5\xb7\x88\xdc\x9b\xa7\xcd\xfd\x34\xba\xff\x15\x91\x06\x2b\x54\xee\x44\x44\x93\x22\x7a\x48\x1e\x3f\xfc\x69\x5c\x9c\x09\xa1\x9f\xe9\xee\x9b\x6b\x42\x01\xfd\x03\x58\xc1\x13\xc0\x87\xff\x01\x50\x44\x24\x5c\x22\xda\x2d\x05\x3f\x33\x22\x75\x12\xd1\x38\x29\x38\x60\x11\xb5\x90\x88\x4c\x48\x99\x85\x46\x0f\x8d\x45\xa6\xfd\xb2\x3c\x08\x10\xd1\xa5\x88\x08\x52\x14\x76\x51\x23\x7c\xf5\x11\xa2\xfa\x72\x18\x3e\x50\xcc\x47\xb8\xe5\xcb\xf1\x70\x77\x84\x23\x3e\x8a\x1c\x9e\x6d\xad\x98\xdc\x4d\x8d\x62\x7e\x3f\x9b\xbb\xfb\x5c\x19\x45\xeb\x8e\x7c\x40\x84\x12\x3d\x8a\x0b\x1d\xb4\x17\xd3\xa1\x11\x6e\x0e\x4a\x6b\x63\xf2\xb5\x2e\x42\xe2\x5c\x49\xcb\x8d\x50\x2c\x47\xa6\x94\xca\x06\x4a\x84\xb3\x38\x66\x28\x1e\x60\x38\x8f\xd9\xa3\x53\x31\x3f\x22\x8e\x52\xe3\xa6\xd1\x2b\x9d\x93\x4f\x99\x11\x12\xd9\x08\x45\x6c\x25\x3a\x1f\x21\x89\x8c\xb0\x43\x56\xc8\x91\x23\x8c\x8c\x11\x2a\xc6\x5a\x3c\x1c\x12\xb3\xef\x0d\xc4\x0c\x19\x4b\xe9\xfc\xfc\xf0\x73\x58\x51\x8a\x7e\xee\x53\x6d\xcc\x50\x97\x54\xde\x26\xf3\x53\x84\xa1\xaf\x56\x8f\x57\xc7\xc7\x57\xef\xf8\x40\x76\xd1\xdc\x9f\x8b\xd0\xbe\x45\xf8\xde\x6a\xf3\xfd\xf5\x08\xc5\x4d\x7c\xdc\x2b\xac\xc3\xe7\xfb\x08\xc5\x4a\x14\xb7\x0a\x6e\x71\x84\x5b\x25\x8a\x54\x05\xef\x38\x3e\x87\x6b\xc2\x83\x32\xdd\x5d\x8a\xc5\x67\xf1\x28\xf2\x90\xe5\x09\xdf\x91\xea\xfe\xa8\xb2\xfe\xe3\x9b\xb0\x91\x5a\xd0\xa8\x22\xd0\xe4\x95\xe3\xb1\x70\xa3\x72\xa8\xb4\x65\x86\xa0\x72\x32\xaa\x64\x92\xf4\xda\x48\x61\x62\x54\x45\x62\x76\xf7\x33\x52\x8b\x16\x55\x84\xf6\x5c\xce\x74\xf4\x1c\x55\xf6\x54\x7c\xb1\x8a\x14\xf4\x44\x55\xf2\x94\xcb\xcf\xf9\x70\x55\x8a\x53\x7c\xa3\x3c\x52\x44\x13\x55\x2f\x53\x13\xd7\xf4\x39\x28\xaa\x18\xa6\xba\x1b\x12\x29\x71\x89\xaa\x6d\xa9\x1e\x6d\x88\xd4\xb6\xc4\x6a\x54\x40\x7a\x4c\x3a\x52\x56\x12\x55\x4f\x52\x3d\xf1\x23\x56\x26\x2d\x95\x8e\xd4\xc9\x99\x93\x1b\x51\x2a\xd1\xbc\x0e\x25\x52\x1c\x11\x55\x15\xa1\x09\x86\x6a\x83\xa8\x32\x03\xe2\x9e\x91\x04\xec\x48\xe6\x75\x33\xdf\x52\x8f\x64\x42\xc7\x16\xa9\x4d\x72\xe8\x11\x49\x57\x8e\xe4\x29\xb7\x41\xe7\x49\xc8\x8d\x64\xe2\xb6\xb1\xf9\xb9\x47\x72\x23\x49\xb7\x6d\x1c\xce\xf4\x75\x29\x92\xfd\xda\xa6\xae\xc9\x93\x27\xf1\xb4\xc1\xcd\x11\xc9\xe6\x89\xa4\xf1\xb4\xe3\xd1\xbe\xd8\x19\x36\x9d\x7a\xd6\xe3\x98\x31\x92\x5d\x13\x49\xab\x69\xc7\x2b\xcd\x22\xa9\x33\x91\x9c\x99\xc6\x96\x7a\x24\x13\x26\x92\xf4\xd2\xae\xc7\x80\x22\x49\x2f\x91\x6c\x97\x76\x7d\xdf\x27\x76\xbe\x77\xd2\x5c\xda\xf5\xed\x83\x48\x9a\x4b\x24\xbf\xa5\x5d\xde\x11\x89\x1c\xb1\x53\xa2\x09\x9b\x40\x24\xbf\x22\x2a\xb1\x02\xd4\x16\xbb\xbb\x52\xb1\x93\x71\x1a\x2b\x67\x1a\x77\x27\xa5\x32\x6e\x6e\xe4\xe1\xb3\xc8\xbe\x70\x8f\x4c\xbf\xec\x04\xc7\x4e\xa2\x24\xa4\x75\xb1\xfb\x24\x17\x3b\x09\x85\x40\xa4\xc8\x96\x67\x64\xaf\xb3\x27\xcf\xf0\x8f\xec\x28\x46\xb6\x12\x7b\x76\x2e\x83\xc8\x86\x48\x64\x27\xa4\x17\x35\x7a\x52\x71\x24\x36\xdd\x2b\xeb\x27\xb1\xe9\x48\x50\xba\xc3\x2e\x1e\xcd\x51\x69\x34\x65\x5d\x32\x7f\x12\xdb\x89\xa6\x0c\x3d\x47\x2e\x91\x30\x4e\x34\x25\xe3\x39\xa0\x88\xc4\x53\xa2\x29\xf3\xcd\xf7\xe6\x22\xe1\x83\x48\xdc\xa0\x9b\x47\x50\x22\x91\x82\x48\x88\xa0\x13\x6e\x8d\x83\xf1\x39\x94\x7c\xe4\xbb\xe7\x71\x38\x6a\x8b\x83\x54\x91\xc9\x4c\x3b\x98\x93\x07\x59\x21\x93\xef\x68\x78\x64\x3c\x0e\x52\x30\x96\x07\xe1\xe2\xa8\x5c\xb3\x2a\xcb\x86\x9f\x7b\xe4\x38\x0e\xd2\x1e\x16\xaf\x63\xf0\x36\x07\x6f\x73\x7b\x94\x37\x0e\x16\xa9\x41\x2a\x2d\x15\x44\x71\x18\x67\x92\x19\x7b\x58\x26\x86\xc3\xae\x38\x4c\x89\x23\xdc\x7d\xf3\xf3\xa3\x7c\x07\xee\xee\x13\x67\x1c\xd4\xa3\xdc\x4b\xe7\x59\xb9\x06\x71\x91\xe0\xfb\xec\x71\x3a\xe4\x8c\x93\x80\x08\x0c\x99\x71\xba\x9b\x15\x27\x1b\x45\xd1\xdd\xeb\x38\x7d\x77\x26\x4e\xb6\x65\xa8\xc2\x88\xd3\x8d\x8e\x93\xb8\x3c\x59\xf9\x71\x56\xce\x24\xe8\x9e\x77\xfd\x27\xa0\x98\xc6\x65\x3c\x85\xd7\x20\x62\x8b\x93\x21\x39\x89\x94\x56\xcf\x27\x88\x13\x50\x35\x09\x06\x56\x30\xd9\xf4\x21\x12\x27\xb1\x3d\x4d\x6f\xd3\xdd\x8a\x38\x09\x96\x51\x5b\x1d\xa7\x87\x9d\xe2\x24\xde\xd4\x3a\xcf\x80\x07\x33\x79\x30\xcd\x03\x5b\x71\x39\xe8\x8f\x8b\x4d\x44\x88\xab\xe2\x02\x93\x2d\xf6\xda\xa0\x0b\x8f\xcb\x3f\xe3\xb8\xd8\x64\xb3\xac\xc6\x46\x23\xc1\x7e\x9e\xeb\x72\x4f\x35\x2e\x76\xbd\xcc\xf7\x96\xe2\xe2\xbb\x5f\x6c\x70\x41\xca\x1d\xd7\xc3\xdd\xd9\xa1\x22\xad\x31\x2e\xdf\xa1\x8a\x8b\xad\x29\x0a\x54\xe3\xe2\x0d\x2c\xde\xc0\xd8\x74\xbe\x72\x23\xb6\x44\x86\x87\x0d\xe3\xe2\xb5\x2c\x5e\xcb\xf0\xf4\xe0\xb8\x58\x97\x56\x23\xd0\x9b\xd4\x48\x97\xd8\x8d\x98\x89\x7e\xb2\x58\xad\xae\xb0\x39\xd7\xec\x74\xa9\x13\x51\x7e\xe8\x27\xeb\xd2\x62\x23\x80\x22\xcd\xb8\x98\xb4\x16\x3b\x00\xd3\x78\x9e\xc6\xdd\x4d\x61\x66\x2c\xf2\xe0\x6a\x5c\x8a\xaa\x16\xae\x09\x1e\x59\x0a\x29\xba\xf3\x1c\xd7\xe5\xe7\xc4\x04\x0f\x13\xcc\x76\x10\x16\x37\x01\x38\x18\x7c\xe3\xf6\x3d\xe4\xb8\xd9\x3c\x3e\xcc\x3a\x9b\x09\x7b\x47\x05\x1f\xf9\x39\x58\x7c\xb3\x25\x7c\x01\xa7\xdb\x97\xae\xb8\x93\xc2\x7f\x97\x46\x6e\xc4\xa6\x2c\x85\x72\x71\xf3\xde\xb7\x3f\x2c\x05\x4d\xe2\xf6\x67\x16\xb7\xcf\xcd\x89\x9a\x90\xb8\xf9\x9a\xb7\x4f\x84\x29\xaa\x91\x31\xbf\x71\xb3\xa9\x80\x89\x7b\xd2\x79\xdf\x08\xc8\x70\x6f\xc4\xed\x2b\x74\xdc\xe8\x8a\x26\xe7\xb3\x8c\x1b\x24\xb8\x11\x11\x4d\x1e\xfa\x8c\xdb\xc3\xda\x71\xfb\x22\x9e\x92\x67\xe9\xc4\x03\x88\x3e\xde\xcf\x6b\xcc\x79\x87\x33\x8f\x94\x34\x59\x2e\x0e\xee\xc1\x71\xf7\x40\x31\x82\x78\x3c\x74\x1d\xcf\x3e\xef\x18\x41\x3c\x4c\x45\xc7\x41\xe6\x3d\x20\x97\xe3\xdf\x5f\x3c\x67\xbd\x03\x07\xf1\xfa\x62\x1c\x6f\x20\x9a\xc0\x5c\x72\x79\x47\x37\x96\x77\x10\x2a\x5e\x3e\xc3\x1b\x89\xf8\xf8\x46\x47\xbc\x85\x46\x5f\x74\x32\x5c\x9e\xf1\x32\x37\x5f\x0f\xc4\xe4\xdc\xb9\x26\x23\xf9\x76\x9e\x3c\x8b\xff\xc5\x57\xb8\x3e\xdb\x24\x4a\x6d\xe2\xf5\x31\x18\xaf\x23\xa5\x14\x01\x14\x77\x70\x23\xcf\x15\xca\xc9\xf7\xcf\xe3\x05\x83\x5f\x5f\x9e\xd2\xc3\x3b\xba\x87\x1b\xf9\xc4\x9b\xc8\x8d\x88\xf7\x62\x26\x11\xb4\xec\x35\x28\x29\xf8\x8c\x9b\x08\xca\xe6\xec\x5d\x4a\xc1\xf1\x48\x0a\x0e\x3d\x72\xf2\x65\x2d\x85\xa0\x00\x8e\x87\x6c\xa6\x07\x77\x52\x40\x91\x30\xf8\x30\x4d\xd5\x07\x98\x87\x73\xbc\x71\x7b\xa3\x07\x77\x52\x48\x84\x7a\x12\xe1\x95\xca\x35\x13\x37\xf2\x02\xaf\x54\x3c\x33\x2a\x85\xac\x58\x8d\xff\xaf\xf8\x43\x4e\x21\x73\x23\x9f\xc1\x52\xf1\x7a\xc7\x14\x32\x5d\xf2\xfd\xf7\x54\x7c\x0e\x49\xe1\xe1\xe7\x3e\x59\xa5\xd2\xb8\xa6\x4f\x56\x29\xf8\x64\x95\x83\xd1\x79\x0f\xab\xa5\x50\x9e\x77\x64\x2a\x85\xc2\xcf\x4b\x7d\x47\xa6\x52\xf0\x1d\xe9\x84\x93\x9f\x9a\x47\xe5\x52\xf0\x49\x2e\x05\x9f\xdd\x52\x6c\x58\xd4\xf8\x9d\xfb\xfa\x29\x2e\x3a\xdf\x88\xea\x34\x45\xd0\x78\xf2\x97\x6b\xc2\xfb\xbd\x7d\x99\x48\xa8\xf4\x27\xa4\xf9\x1b\x72\x7c\x09\xd1\xf2\xa4\x10\x2d\x30\x36\x11\x39\x4d\x44\x4e\x25\x8f\x97\x50\x21\x4e\xb8\xd9\x97\x3c\xf2\x84\xb4\x6f\x42\xcb\xd7\xa2\xcf\xde\x09\xfd\xde\x84\x50\xaf\xc5\xc3\x99\x9b\x33\xd9\x5d\x02\x76\x25\x04\x3e\x13\xca\x9e\x17\x51\x83\x84\x9e\x65\x42\xd4\x4f\x41\xe7\x44\x94\x33\x25\x69\xeb\xfb\x54\x99\x90\x7c\x4b\x49\xb2\xf4\x1e\x6f\x4a\xe8\xb9\x25\x84\xdc\x14\xc4\x4f\x44\x24\x93\x22\x92\x04\xf1\x13\x7e\x75\x22\x30\x99\x5e\x37\xea\x04\xd9\x50\x2a\xcf\x3a\xd3\x27\xf8\x84\x43\xad\x20\x7e\x22\x50\x98\x92\x74\xa6\x27\x3f\x9f\x74\x5e\x12\xd1\xee\x40\x24\x62\x89\x29\x49\xc7\x79\xe9\x4c\x7f\x71\x8a\x17\x12\xc4\x4f\x84\x0d\x53\x5a\xf7\x37\x88\xff\xdf\x80\x22\x25\x4d\x76\xbb\xbc\x23\xfc\x29\x39\x8e\x4d\xe8\x4b\x29\xc2\x9f\x88\x37\x26\x05\x13\x89\xf0\x27\x64\x9f\x52\x7a\x45\xf8\xdd\x5c\x94\x9a\x12\x92\x3b\x21\xf0\x5a\xb2\x43\xa5\x84\xa6\xcc\xeb\x0d\x20\xba\x92\x50\x5b\x51\xb4\x33\x65\x1f\x8b\x29\xfb\x86\x84\xc2\xfe\x29\x4f\x35\xee\x77\xd8\x3f\xe1\xba\xa7\x2c\x81\xe2\xad\x46\x6e\x24\xf5\x61\x5f\xe7\x13\xf2\x04\x29\x4b\x5e\xd8\xc3\xfe\x09\x5d\x82\x94\x5f\x3a\xc2\x46\xa3\xd1\x38\xde\x61\xff\x84\x16\x40\x42\x04\x40\xd1\xf8\x04\xb9\x7e\xca\x0a\xe6\x33\x6d\x10\x84\x4c\x90\xd6\x2b\x1a\x9f\x08\x42\x26\x58\xe7\x15\x8d\x4f\x04\x07\x12\x74\xf3\x8a\xc6\x27\x68\xdc\x13\xfc\xed\x8a\xc6\x27\xf8\xdb\x13\x91\x49\x45\xe3\x13\xc4\xed\x89\x00\xa5\xa2\xf1\xe9\x49\xdc\x28\xad\x77\x34\x3e\x41\xe3\x9e\xe0\x6f\x57\x34\x3e\xc1\xdf\x9e\x1e\xed\x1a\xf8\x1a\x92\x20\x67\x4f\x30\xaf\x6b\x09\x4a\x30\xaf\x27\x68\xd5\xb5\x67\x91\x9e\xbc\x5f\xeb\xc4\xef\xea\x9d\x20\x82\x4e\x30\x40\x2b\xa0\x9d\xe0\x7c\x4e\x90\x3d\xdf\x19\xe8\xbc\xd1\x4f\x8f\xbf\xa7\xe8\x19\x02\x09\xf6\xe4\xf4\x68\x9d\x2f\x9c\xe9\xee\x79\x82\x05\x39\x05\x5f\x82\xd2\xe3\xdb\x2f\x09\x52\xe3\x14\x3a\x77\xdf\x3c\xf9\xad\xbd\x07\x6c\xe7\x15\x3f\xec\x4e\xa5\xc2\x3b\x3a\x9c\xf9\xb9\x2d\xe5\x36\xfc\x98\x82\xe6\x6c\xf0\x0d\xcf\x04\x0b\x68\x82\xf4\xf2\x35\x68\x21\xaf\x4c\xe5\x19\x1f\xd3\x06\x5c\x94\xa9\xf8\xe6\xc8\x6b\xda\x28\xcc\xe2\xc5\x67\xf1\xd7\xb4\x01\xfd\x64\x82\x77\xf2\x35\x6d\xc0\xf5\x98\x20\x79\x7c\x4d\x1b\xd0\x3a\x26\x18\x1c\x5f\xd3\x06\x6c\x84\x09\x1a\xc2\xd7\xb4\x01\xd5\x60\x82\x55\xf0\x35\x6d\x94\xce\x32\xd3\xd7\xc7\xb4\x01\x65\x60\x82\x59\xef\x35\x6d\xc0\xac\x97\x8a\xb6\x0e\xf9\x10\xa0\xc6\x4b\x45\x5b\x87\xcc\x0c\x70\xdb\xa5\xa2\xad\x43\x66\x06\xa8\xe3\x52\xd1\x66\x21\x33\x03\xf4\x6b\x09\xde\xb5\xd7\x60\x80\x69\x2d\x41\xb1\xf6\x1a\x0c\xd0\xa1\x25\xb8\xce\x5e\x83\x01\xae\xb3\x04\xc9\xd9\x6b\x30\x40\x6b\x96\x88\x4c\xbd\x06\x03\x9c\x65\xa9\xdc\xcf\xc1\x00\x81\x56\x82\xe5\x4a\x02\xfe\x09\x26\xab\x54\x23\x16\x79\x5e\x45\xaa\xc2\x07\xd2\x28\x76\xb4\x9e\xe0\xb5\x4a\x10\x5a\x85\xe0\x59\x0f\x09\x42\xab\x04\xeb\xd4\xef\x35\x13\x67\x22\xf3\xfb\xba\x66\xd2\x99\xf7\xf3\x9a\xfe\xa9\xa5\xaa\x59\x51\xd7\x04\x50\xc0\x17\xf5\x32\x13\x86\xa8\x04\xc5\x53\x8a\x9e\x1e\x9b\xe0\x63\x4a\x90\x2d\xbd\x9e\x12\x81\xad\x54\xcd\x3e\xbb\xe4\x51\x9d\x04\x3f\x81\x00\x5a\x82\x9f\x20\x41\x4c\xf0\x42\x04\xd0\x0d\x24\x58\x00\x84\xac\x13\xb5\xfd\xa9\xc9\x22\xdf\x9a\x49\xcd\x6b\x68\x12\x65\xeb\xaf\x09\x90\xe8\x53\xa2\x66\xfb\x35\x01\x12\x7d\x4a\xad\x7c\x6c\x47\x26\xca\xac\x13\x35\xd4\xaf\x09\x90\x1a\xea\x44\x64\x2a\x07\x77\x31\x13\xa5\xcd\xa9\x55\x6e\x34\xb8\x66\xa3\xb1\x71\xa3\xa5\x46\x6e\xd4\xb9\xd1\xe6\x46\x2c\xc6\x4d\xbb\xc3\x87\x1b\x75\x6e\xd4\xb9\xd1\xe1\x46\x2c\xd4\x94\xcd\x66\xc4\x07\x12\xa5\xaa\x89\xc2\xd0\xd7\xf3\xa4\x30\x34\x35\x6d\x90\xab\x11\xe8\x41\x99\x9a\x3c\x95\x44\x99\x5a\xea\x81\x69\xd4\x83\x50\x89\xa2\x9b\xd4\x31\x0c\xaa\xbb\x44\x35\x4a\xa2\x14\x23\x3d\x9e\x27\x9e\x28\xc5\x48\xd4\x60\xbc\x1e\x32\x55\x10\x89\x70\xd5\xeb\x21\x53\xaa\x90\xba\xb6\xb6\x79\xc8\x54\x17\x24\xca\x03\x5e\x0f\x99\xf2\x80\x44\x4a\xff\xeb\x21\x13\xd8\x4a\x1d\xf9\xfb\xa4\x2e\x6d\x1a\x7d\xd1\xcf\xe8\x70\x26\x12\xcb\x13\x99\xe1\xd9\xf3\xe0\xff\x01\x28\x48\xe3\x4e\xe4\x6f\x67\xb2\xe3\x13\x49\x86\xc9\x34\x3f\x79\x60\x33\x91\x6f\x97\x08\x70\xbd\x06\x1a\x09\x65\xc9\x46\xfd\x78\x06\x64\x76\x25\x12\xb0\x5e\xcf\x80\x44\xaa\x44\x5e\xd4\xeb\x19\x10\x1f\x4b\x24\x2f\xbd\x9e\x81\x31\x15\x99\xbc\x35\x9e\x01\xb9\x48\xc9\x84\x08\x18\x68\x24\x05\x25\xf2\x7f\x5e\x03\x8d\x1c\x9f\x44\xca\xce\x6b\xa0\x19\x66\x92\x73\xf3\x1a\x68\x44\xd2\x92\x09\x11\x30\xd0\x86\x07\x0e\x12\x81\xaa\x97\xed\xc4\xab\xd2\x18\xe7\xc3\xf6\x01\xce\x1b\xf3\xf9\xb0\x7d\x2c\x1a\x57\xff\xb0\x7d\x30\xab\x8e\x1d\x3f\x6c\x1f\x2c\x80\x63\xdb\x87\xed\xc3\x71\x4c\x1a\xf2\x3f\xb1\x7d\x1c\xae\x79\x9e\x0f\xdb\xc7\xa5\xf1\xf6\x0f\xdb\xc7\xe5\x46\xb2\x08\xdb\x09\x85\xa5\xa9\x84\x05\x0f\x3e\xa7\x09\xf0\x99\xc1\x3e\x1e\xc8\x64\x1a\x9e\xe1\x7c\x3c\x90\x09\x4c\x98\xa3\x7c\x3c\x90\xe9\x2f\x3c\xcd\x79\x3f\x1e\xc8\xc4\x13\x20\x94\xf5\x7a\x20\x13\x33\xa7\xcc\xac\x6a\xf4\xaf\x99\x50\xd6\xeb\x81\x4c\xde\xe6\xd4\xdb\xe4\x81\x4c\xc7\x70\x69\x9e\xfb\xf1\x40\x26\x8e\xe7\xbc\xe5\xe3\x81\x2c\x2c\x5a\xb2\x68\xa9\xd1\x6f\xb4\x62\xfa\x78\x20\xcb\x3d\xf1\xb4\xe2\xf8\xb0\x7d\xf9\x8a\x92\x56\xfc\x1c\x0c\x0b\x57\x7a\xcd\xfc\x61\xfb\x9a\xdc\x68\x7d\xce\xb8\x0b\x87\x67\xed\xcf\x19\x77\xb1\x00\xae\xf3\x39\xe3\x2e\x8f\x18\xa4\x75\x3f\x67\x5c\xc2\x40\x69\xdd\xcf\x19\x77\x79\x34\x2f\xad\xfb\x39\xe3\x6e\x36\xfb\x77\xf8\x9c\x71\x37\xc2\xff\x04\x7e\x5e\xb6\x6f\x56\xc5\x9d\x3e\x67\xdc\xed\xdb\xe6\x69\xa7\xcf\x19\x97\x50\x4f\xda\xe9\x73\xc6\xdd\x60\xb8\xad\x0c\x23\x6c\x27\x2c\x93\xf6\x1e\x1f\xb6\x6f\x16\xff\x7d\xc2\x87\xed\x9b\xcf\x70\xdf\xe7\xc3\xf6\x8d\x45\x5b\x16\x61\xfb\x61\x7c\x9e\x50\x3e\x6c\x3f\x04\x0e\x4e\x18\x1f\xb6\x1f\x02\x07\x47\xc0\x1c\xdb\x4f\xa4\x31\x3d\x1f\xb6\x1f\x2c\x3a\xb2\x08\xdb\x0f\x4b\xfa\xc9\xe5\xc3\xf6\xc3\x5a\x7e\x84\x97\xb1\xfd\xb0\x2a\x1e\xdc\x50\x14\xf1\xd3\xf1\x95\x2f\x1d\xf7\xe0\x73\xf6\xec\xde\x74\x58\x27\x0e\x0b\xa0\x90\xe0\xf1\xdd\xfa\x74\xdc\x53\xcd\x19\x0c\x7e\x58\x3c\x8e\xfb\xa6\x39\x47\xfa\xd9\xe9\x12\x6b\x48\x8e\xdc\x1d\x98\x7e\x7c\x1d\xcc\x19\x90\x72\x58\x00\x8f\x43\x88\x9c\x01\x29\xc7\x67\xa9\x74\x8c\x08\x9a\xef\x90\xa6\x03\x22\x3f\x83\x6b\x66\xce\x74\xb0\x98\x0e\x13\x75\xf6\x44\xd4\x74\x58\x6d\xce\xe0\x46\xbe\xe7\x9f\x0e\x98\xf1\x78\x3a\x70\xce\x0f\x5d\x62\xae\x3b\xcc\x75\x94\x00\xa5\x33\x79\x74\xb3\x7d\xda\x4e\x7e\xcc\x71\xd7\xf6\xd7\x76\xdc\xd6\xc3\xd7\xf1\xb2\x9d\x99\xe1\x30\xa5\xbf\x6c\xdf\x3c\x25\x5f\xdd\x7e\x6d\xe7\x3b\x3a\x4c\x80\x2f\xdb\x59\xeb\xce\xb1\x4f\xdb\x99\x19\xce\xad\x9f\xb6\xe3\xf5\x9e\x3b\x3e\x6d\x67\xf2\x3f\x0c\xc5\x97\xed\x44\x52\x0e\xf3\xa7\x6c\xbf\xbe\x99\x96\x2e\x3e\xa2\x6c\xbf\xc4\x9b\x6e\x62\xb6\xf1\xea\xb7\x74\xdd\xbb\x4b\x37\xb1\xca\x60\xe6\x05\x72\x5e\x0d\x45\x62\x2e\x17\xc8\x79\x95\x7a\x83\xeb\x76\x19\x9f\x37\xc7\x0f\x27\xef\x02\xe5\x2e\xbe\xde\xeb\xe7\xbe\x83\x91\xae\xe2\x5b\x84\x96\x2e\xf8\xee\xfa\x16\x7c\x62\xdb\x34\x5d\x46\xf2\x55\xbe\x98\x27\xd2\xa7\x0b\x94\xbb\x85\xf0\x83\x6b\x70\xa6\xeb\x1b\xf2\xe9\x32\xbc\x5f\x16\x79\xf0\x31\xdd\x1a\x7e\x2d\xfa\x07\xa0\x20\x4e\x99\x6e\x4d\x9f\xe6\x82\x9f\xae\xa7\xe0\x5c\xe2\xcc\xe9\xe2\x2f\xdd\xda\x3f\x6f\x58\xe9\x5a\x1d\x9f\x8f\x90\xc0\xd8\xad\xeb\xeb\x9a\x9b\xc6\xf3\x79\xcd\xc6\x23\xe4\x03\xcc\xc6\x23\xf4\x3c\x99\x74\x89\x9d\x91\x69\x94\x2e\x5f\xde\x05\xc4\xfd\x36\x72\xf7\x3e\x3e\xdf\x40\xe7\xee\x7d\x7d\xbe\x01\x1c\xb3\xcb\x57\xf9\x6a\xe4\xd3\xb9\x83\x38\x97\xa9\x91\x37\x00\x88\x83\x39\x2c\x11\x6b\x4d\x17\x97\x58\xc1\xbd\x0b\x6e\xba\x13\x9f\xc1\xe8\xd2\x62\xf4\x2d\xdc\x26\x00\xda\x25\x68\x72\xf9\x82\xca\xe2\x9a\xac\x9f\xf7\x7c\x86\x03\x2e\xce\xd7\xd5\xa2\xfa\x6a\xc4\xa2\x57\xec\x9a\x87\x8c\x47\x76\x95\xce\xa5\x47\xc7\xba\x74\xef\x47\xe2\x57\xba\x7c\x25\x57\x28\xc3\x3f\x9d\x4c\xf8\x37\x07\xad\x4b\xbe\x63\xe2\x89\x7b\xde\xc8\xba\xe4\xbb\x45\xde\x09\x3f\x85\x4f\xc7\x9d\x28\x5f\x35\x74\xb1\xdf\xd4\x40\xbf\x8a\x9f\x22\xd0\xc7\xcf\xe5\x95\xc8\x0f\x19\xdc\xbd\x28\xaa\xc3\xa7\x33\x39\x53\x63\x50\x79\xa2\x93\x1b\x0d\xa1\x28\xba\xe4\x11\xd4\x1c\x94\x20\x3a\xec\x6d\x7b\x26\xef\xd6\x7f\xf7\x6b\x7b\x0e\x6c\x56\x84\x39\x3e\x6d\x9f\x3c\x9e\x79\x3e\xcd\x9c\x74\x49\x4f\x09\x33\x23\x20\x2c\x86\xf4\x61\x66\x74\xe4\x92\x63\xd8\x1f\x66\x46\x5f\xeb\x72\x54\xbc\x09\x33\xa3\xef\x1a\xe4\xa8\x5d\x03\xcc\x8c\xee\x20\xe7\x58\xc6\x87\x99\xd1\xbf\xe6\x1c\xf5\x35\x63\x66\xe4\x29\xc5\xaa\x8d\x8c\xe2\x8d\x95\x9f\xeb\x8b\x53\x97\x2a\x3f\xd7\x17\x67\x6a\xdc\x34\x9e\xf7\xa4\x95\x63\xe5\x9a\x4d\x33\xc4\xe3\x8d\x0d\x33\xdd\x11\xfc\x3d\xd3\xf7\x8c\x73\x6c\xcf\xd7\x99\x85\xc6\xf3\xf6\xd6\x72\x64\x8d\x8c\x2c\x80\x7a\xf2\xb1\xd3\x25\x13\xca\x58\xde\xe8\xbb\x6f\x39\x2a\x7a\xe8\x1b\x19\x39\x1e\xee\xae\xf0\x9f\x9e\x27\x3e\x51\x7c\x65\x2b\xf2\x73\xd0\xc9\x2b\xc1\xd7\xb7\xb8\x33\x09\xbe\x39\x29\xac\xe6\xf5\xf3\x59\x59\xb8\x29\x2b\xa0\xe9\x8f\x2e\x79\x68\x29\x27\x5c\x46\x82\x26\x99\x48\x76\x4e\x3e\xf1\x2a\x68\x92\x13\x5b\x3a\x89\x19\x97\x70\x40\x4e\xbc\xa3\xf4\x8a\xd4\xeb\x4c\x7f\x63\x89\x19\x93\xa0\x49\x4e\x3e\x71\xe6\xc4\x94\x47\xd0\x24\x93\xfe\x95\x5f\xa9\xb2\x1e\x41\xcb\xca\x98\x25\x0b\x4c\x11\xb4\x4c\x8e\x6c\x4e\xfb\x23\xc6\x9e\x13\x4b\xac\x12\x4b\x09\x96\x65\xd4\xf7\x33\x42\xfb\x0a\x96\xe5\xcc\xc0\xcc\xe1\x23\xc6\x9e\x51\xca\xcf\x48\xe4\x2b\x58\x96\x11\xc5\xcf\xa8\xe1\x2b\x58\x96\x51\xa7\xcf\xc8\xd2\x2b\x58\x96\x73\x62\x9b\x28\x7d\xc4\xd8\x33\xea\xed\x19\x69\x76\x05\xcb\x32\xf2\xeb\x99\x04\x33\x05\xcb\x32\x79\x66\x19\xc1\x75\x05\xcb\x32\x39\xab\x19\xcd\x72\x05\xcb\x32\xe9\x66\x19\x65\x71\x05\xcb\x32\xca\xe2\x39\xd7\x8f\x30\x7a\x46\x1a\x3c\xe7\xf6\x11\x46\xcf\xe8\x70\xe7\xdc\x3e\xc2\xe8\x19\x99\xeb\x8c\xbe\xf5\xeb\xbd\xa3\x68\x9d\x91\xb2\x7e\xbd\x77\xe4\xa3\x33\xda\xd0\xaf\xf7\x8e\x36\x74\x26\x9b\xf6\xf5\xde\x91\x81\xce\x79\x7c\xbe\x77\x34\x9e\x33\x62\xcb\xaf\xf7\x9e\x17\xfd\xd4\xae\x01\x9f\x8c\xe2\xe7\x59\x1b\x03\x8e\x9b\xb2\xe2\xe7\x59\xa9\xff\x8e\x9b\xb2\xe2\xe7\x04\xce\x15\xd8\xca\x8a\x9f\x23\xb7\xfb\x7b\xcd\xc3\x99\xc7\x3e\xaf\x79\x74\xe6\xfc\xbc\x26\x2b\x49\x3e\xfb\xf3\x9a\x02\x61\xf7\x03\x22\xe5\x2c\x10\x76\xe7\xff\x4f\x40\x91\x11\xbe\xcd\xf9\x7e\xe0\xa7\x8c\xe2\x6d\x26\x98\xff\x9a\x60\x48\x33\xce\x4f\xf8\xc0\x4f\x19\x8d\xdb\x4c\xee\xb1\x16\xea\x4c\xd8\x3f\xa3\x6a\x2b\xfc\x94\x09\xe6\x67\x82\xf9\x77\xf0\xae\x20\xfa\xcf\x0a\x50\x1e\xa7\xf5\xce\x24\x8c\x65\x08\x69\x95\x12\x9c\x21\x2d\xcd\xb0\x95\x2a\x25\x38\x43\xda\x97\x61\xeb\x53\x42\x55\x86\x91\x2f\xb7\xf6\x91\x26\x95\xa1\xdb\xcb\x04\xcd\xd2\xf1\x5c\x9f\x0c\x49\x56\x86\x1d\xeb\x41\x42\x27\xc3\x80\x95\xa1\xbe\x7a\x4e\xd2\x99\x87\xc6\xeb\x8d\x0f\x37\xf2\x25\xfd\xff\x25\xec\xdc\x95\x34\x57\x72\x23\xec\xeb\x29\xe6\x0d\x44\x16\x12\x75\x89\x58\x4f\xb6\xf4\x0e\x64\x5d\x22\xd6\xd8\xb3\x13\xa3\xdd\xf7\x57\x34\x3e\xb4\xba\xcf\x71\xc6\x18\x63\x2a\xf8\x37\x6f\x45\x14\x90\x85\xcc\xb4\x16\x31\x4f\xb0\x74\xac\x01\xf5\xb4\x28\x35\x9d\x1e\x7e\xa3\xe3\xcb\x10\x36\x72\x1a\xaa\x0c\x81\x22\x43\x99\xc8\x2d\xd2\x04\xeb\x70\x14\xd0\xde\x09\x43\xa4\x18\x5c\x0c\x7e\x5c\x44\xd8\x1a\x7c\x0c\x02\x34\xa2\x69\x13\x52\xe1\x31\xf8\x32\x18\x4d\xb9\x95\x30\x8c\x80\x8c\xf5\x58\xe7\x43\x6c\x33\x06\x37\x83\xb1\xab\xd9\x88\xb8\xf4\x8d\x19\x7d\x63\x41\x18\xfb\x18\x64\x9d\x40\x9c\xc4\xdf\xc6\xd9\x59\xf5\xd1\xe9\xf0\xcd\x6a\x03\xbc\x66\xc8\x6e\xf8\x0e\xa3\x28\x4b\xb0\x0d\x94\xcd\x37\xf1\x9e\x86\x31\xeb\x58\x92\x1f\x66\x48\xa7\x7e\xa1\x7d\xac\xde\x21\x05\x67\x08\x36\x18\x4a\x0d\x15\xc1\x50\x43\xc9\xc0\x90\x30\xa8\xe2\x6f\x22\x29\x60\x68\x09\xd4\xca\x04\x83\x33\x6f\x03\x5b\x32\x44\xe3\x6c\xb0\xcf\x03\xbf\xbd\xf6\x93\x83\x0f\x83\x71\xa2\x11\x1d\xa5\x06\x7f\xdc\x20\x8e\xd7\x11\x3b\x65\x06\xe5\xdb\xe0\x7a\x57\x5c\xe0\x0d\x06\xb7\x41\xd6\xae\x0f\x4b\x3a\x48\x9f\xc1\x23\xae\x73\x73\x49\x2c\x2c\x23\x6d\x87\x62\x7b\xdf\xc6\xe0\xec\xe9\xff\xc3\x72\x01\xf3\xd4\x46\x9a\xf4\xc4\xe6\x9d\x41\xd7\x34\xd8\x98\xad\x44\xbd\x64\x30\x27\x0d\xca\x64\xc3\x78\xd5\xa0\x37\x1a\x0d\x71\x8d\xd6\x06\x4b\x30\x70\xa4\x03\xcc\xe0\xd1\x11\x9f\x06\x02\xcd\x8a\xb2\xc0\xe0\x12\xda\x40\x61\x19\x75\x04\x1b\xac\xf3\x23\x4d\x4d\xf8\x9b\xb0\xe4\xec\x49\x27\x90\xe8\x0a\x31\x48\x6f\x06\xdb\xad\xd5\x9b\x23\xc9\xb7\x9e\xf4\xd4\x88\x16\x0c\x7b\xe2\x0b\xb0\x07\x8b\x8c\x16\xa5\x86\x3d\x40\x28\x4f\x54\x80\xad\x87\xd2\xb5\x3d\x51\xad\xd9\x83\xf5\x44\x67\x61\x79\xc8\x1d\x1e\x3c\x20\xa0\x67\xdb\x03\x05\xe7\xc1\xc9\x00\x56\xb1\xd1\x5d\x67\x74\xd7\xb5\x19\x74\x43\x7b\x1a\x27\x42\x09\x1f\xd7\x30\x7b\x20\xd6\x3c\x88\xd0\xaf\xce\xcf\x59\x6d\x68\xa4\x6b\x87\x6c\xe8\x61\xf1\x7f\x90\x65\x3f\x41\xae\xb4\xe7\x65\x10\x49\xc5\x6b\xf1\x37\x09\x6b\x0f\x8a\x7e\x46\x08\x7a\x40\xde\xe8\xbc\xeb\x95\xc9\xf0\x30\xbd\x81\x1b\x7b\xe3\x2b\x7e\x99\xde\xa0\x87\x1d\x7f\x09\x7b\xc9\x08\x5e\xf4\xd3\x72\x26\xbf\xb4\xc2\xbc\x88\x0d\x0f\x62\xf2\x4b\x29\xfd\x22\x1b\xf6\x46\x95\x6e\x2f\x93\xf6\x45\xa7\xea\x04\x0b\xdd\xe8\xc3\xb3\xec\xc3\xbb\x1f\x4e\xd4\x18\x6c\x48\xb9\x04\x37\xd3\x68\xb5\xb3\x6c\xb5\x6b\xf9\x73\xb2\xf5\x17\xd6\x2f\x26\x1c\x96\xa0\x65\xf6\xdf\x0d\xcb\x41\x8e\x44\xaa\x86\x56\x60\x7b\x09\x02\xe0\x9a\xe3\xe1\xbd\x27\xbc\xf9\x22\x32\xf3\xe4\x89\x88\xc9\x2f\x94\xd7\x97\xb0\x36\x79\xef\x33\x62\xdd\x41\xc2\xd1\x66\xa4\x2c\x36\xfd\x7b\x0e\x3e\x49\x0f\xa7\x7f\xcf\xc1\x27\x15\xce\x04\x76\x82\x9a\x64\x34\xc9\x19\xdd\x71\xc9\x2d\x32\x9a\xe4\x8c\xee\xb8\xe4\x16\xd9\x24\x4d\x9f\xd4\xc7\x25\x84\x3a\x6c\x32\xeb\x66\xa3\x6f\x21\xd4\x73\x6c\xb2\x1e\x4d\xd6\x23\x8b\x26\x1d\x9b\x4c\xc5\x49\x25\x0d\x35\xc9\xe8\xaa\xb3\x49\x41\x5d\x06\x47\x76\xae\x33\x9b\x2e\x4a\x0e\x72\x9b\x1d\xdc\xa1\x72\xa2\xd8\x71\x36\x9a\xeb\x92\xc4\x64\x13\x44\x6b\xd2\x59\x56\x1a\x77\x04\x5f\x70\x66\x0a\x4f\x59\x90\x90\xe9\xcc\x14\xfe\xb9\x7f\x9b\x50\x2c\x82\xc1\xca\xe2\x32\x7a\x7a\x6d\x51\x63\xae\xac\x90\x98\xa7\x8b\x87\xbd\x48\x0c\xe9\x3d\xb6\x15\xfb\xbb\xb6\x3e\xeb\xa5\xc6\xe0\x62\x90\x76\x92\xc5\x91\x54\x41\x8b\x96\xd9\x1d\x60\x94\x2d\xaa\xa0\xd5\xa0\x2b\x06\x7b\xc6\x16\xa5\x0a\x98\xe9\x55\x82\x28\x63\x8b\xfc\x69\x1d\xf6\x93\x03\x1f\x33\xc0\x52\xdb\xc9\xfc\x22\xc7\xd9\xe4\x38\x3b\xf9\x55\x7c\x4f\x89\xa7\x02\xa4\x5e\x46\x4e\xb6\x69\xc4\xda\xd0\xc1\x4a\x74\xd5\xda\x06\x08\xdf\xec\xa9\x42\x16\x30\x60\x55\xdb\xe5\xfa\xc2\x88\x6c\x83\x6c\xed\x80\xb4\x3e\xef\x28\x41\xd6\x5d\xf6\xb7\x3b\x82\x35\x65\xb0\xa6\x3e\x67\xf4\xe6\x99\x6d\x92\xa2\x9c\xd1\x80\xa5\xb6\x67\xfd\xf6\x56\x37\x5f\xde\xfe\xf6\x56\xff\x66\x87\x7b\x3f\x25\xc9\xa0\xf1\x94\xc0\xdc\x0c\x7c\xec\xf3\xc5\x01\x8c\xd9\x61\xc5\xcc\x17\x77\x62\xe1\xb4\x63\xdf\x4b\xe2\x23\x8e\x14\x67\x0f\xc6\x98\x1d\x0a\x89\x13\x98\x44\x41\x87\xc3\x0e\xa1\xe8\x44\x28\x2a\x23\xff\x26\xf3\x05\x0c\xab\xe0\x01\x6d\x60\x58\x06\x86\x55\x6a\xfe\x4d\x3e\xc7\x93\xf5\x6e\x5e\x27\xd5\xc5\xa1\x9d\xeb\xf3\x3a\x89\x64\x09\x3b\xa1\x01\x6e\x87\x42\xf7\xb0\x11\xe5\x8b\x9f\xb3\xcb\x78\x06\x1b\xec\xe2\x8e\xa8\x2e\xc0\xa2\x0c\xf6\xa1\x81\x37\x59\xe2\x4d\xf9\x3d\x1d\x72\x9c\x93\xfd\x4a\x04\x83\x03\xc4\x9b\x58\x54\x06\x83\xf3\x72\x22\x90\xa9\x9c\xde\x87\x75\xfe\xd0\xd9\x64\x6f\x9e\x88\xd7\x01\x0a\x5c\x99\x36\x87\x77\x0b\x94\x65\x57\xf4\x9c\x1b\x7d\x86\x76\xe6\xf3\xfd\xc9\x4f\xee\x7d\xd5\xef\x4f\x89\x2c\xf8\xac\xf5\xfd\x29\x11\x5c\x0f\x7b\x0f\x9f\x67\x67\xf1\x3f\xe7\x4f\x3f\x27\x42\x9c\xf3\xed\xe7\xa2\x23\x51\xd7\xad\xaf\x23\x75\x05\xbc\xa2\xeb\x7e\xbf\x1f\x59\x38\xd2\xfe\x74\xa4\x71\xa4\xfd\xe9\xc8\x58\xe7\x45\x2f\x61\x4e\x30\x5d\x51\xb7\x2a\x81\xad\xcf\x9f\x47\xec\xd1\x05\x37\xf7\xf3\xe7\xce\xdf\xa4\xd3\x84\xd0\x2e\x60\x2e\x65\xdb\x20\xa1\x5d\xa0\x5d\xba\xea\xf5\x15\xda\x75\x05\x62\xa0\xab\xea\xeb\x6d\x0a\x4e\xa1\xb2\xdd\x90\xb7\xa9\x2b\xe6\xa7\xb2\xeb\x90\xd0\x2e\x9a\x0f\x75\xd5\xf9\x15\xda\x05\xed\x50\x57\xae\x0c\x83\x23\x23\x74\xe9\x6a\xfe\x15\xda\x45\x47\xa2\xae\x6c\xc7\xab\x9c\xa8\x73\xef\xec\xf2\x13\xda\x75\x45\xf1\x2c\x28\x89\x39\x15\x75\x45\xf4\xd7\x95\x9d\x77\x8b\x9f\x0f\x4e\x04\x03\x84\x68\xa3\x6b\xf0\x94\xa0\x6a\x12\x6d\x74\x43\xb9\xbc\x93\x85\x1d\xf1\x53\xe0\x62\x82\x84\x98\xf1\x53\x77\xa4\xdb\x4a\x02\x3b\xf1\x53\x77\x54\x7e\xba\x4b\xfd\x8a\x9f\xba\x23\xbf\xd3\x1d\x69\x49\xc6\x4f\xdd\x85\x13\xd1\x2a\x42\xfc\xd4\x1d\x89\x9d\x6e\x94\x07\x88\x9f\xba\x79\xef\x37\x68\x3c\xf1\x53\xb7\xf8\xb9\xce\xb7\x3b\xba\x23\xa2\xe8\x86\xaf\xfd\x79\x47\x87\x8b\xc7\xa5\xba\x46\x03\xa5\x4a\x2c\x3d\x2a\x78\x3e\xa1\xe5\x2d\x58\xd1\x82\x15\xdd\xef\xca\x91\x51\xe1\x88\xa6\xc5\x5e\x02\xdd\x56\x89\xa0\xaa\x82\xb6\x73\x8d\x1c\x5c\x90\x87\x65\x88\xa6\x5d\x33\x07\x3b\x83\xe8\xfe\x45\xf7\xbc\x40\x7c\x64\x29\x77\x56\x39\xd2\x18\x44\xb8\x0a\x23\x5e\x81\xd5\x08\x90\x66\x2c\x1e\xb2\xc5\xcc\x92\xc5\x4a\xa9\xc3\x1d\x59\xe4\x0e\xb2\x00\xfc\xfc\x1a\x9c\x28\x72\x5b\x59\xe4\xb6\x7e\x85\x7e\x98\x2c\x40\x75\x59\x14\x6b\x5e\x72\x30\x72\x38\x19\xc0\xab\x3b\x27\x5a\xfc\x3c\xaa\x34\xa7\xd9\x4d\x54\xfc\xa2\xe2\x77\x7c\xed\x04\xf7\x58\xf4\xfb\x39\x4a\xe9\xa2\xed\x4f\x70\x02\x43\x2f\xff\x37\x09\x85\x14\x79\xac\x14\xa8\x6c\xa8\xb0\x7f\x0c\xc6\xaa\x28\xda\xf8\x42\x38\xf3\x63\xd0\xf8\xdb\x51\xd7\x79\xb8\xba\x7d\xfc\x8f\xab\x88\x58\xe2\xf8\xa4\x49\xc4\x12\x1a\xf7\x42\xb6\xee\x63\x30\xd6\x25\x29\xd6\x25\x47\xa0\x5a\x22\x18\x28\x82\x81\xa3\x81\x2c\x45\xa2\x26\x45\xa2\x66\xe8\xbc\x4b\xf1\x40\xa5\x68\xeb\xf0\xc9\x4c\xc1\xc2\x5f\x10\x1b\x7d\x57\x2e\x3e\x4a\x00\xd1\xa3\xe7\x48\x81\x4a\x11\x94\x45\x8f\x9e\x53\x48\x08\x2a\xa3\xd2\xcb\xfd\xe6\x05\xe2\x60\x2e\xac\xcb\x57\xd7\xb3\x50\x2f\x95\x13\x75\xd3\xb7\xdc\x82\xc0\x28\xbc\xc2\x95\x26\xe1\x16\x54\x47\x61\x0b\xae\xf4\x03\xb7\xcd\x91\xb1\xd6\xcb\x23\x22\x57\x4d\x06\x23\x88\x8a\xe6\xbd\x5a\x43\x54\x54\xf4\xcd\x29\x5d\x75\x7b\xec\xc4\x08\x1f\x5d\xa5\x81\x6e\x8f\xed\x63\x61\x61\x2b\x3a\xec\x6a\xdf\x9c\x3d\x56\x3f\x61\xc7\x5a\x07\xb7\x8a\x75\xaa\xf0\x4c\xad\x8f\x71\xab\x4c\x36\x9c\x46\x2b\x96\x62\xc2\x3f\x54\x58\x85\xd6\xf7\xe2\xde\x37\xf7\x0e\xeb\xf6\x0d\x74\x52\x78\x6f\xca\x93\x10\x1a\x9a\x62\xaa\x7c\x7d\x40\x4f\x15\xc7\x28\x55\xa6\x65\xc5\xac\x7d\x05\x14\x28\x9a\xdb\x84\x97\x62\xdd\xa1\x0f\xad\x1a\x11\x4b\x15\xc3\xf2\x1d\x5b\x14\xa2\xf1\x4d\x34\xbe\xd5\x1d\x98\xa3\xb0\xf4\x13\x5e\x7e\x15\x53\x22\x41\xf3\x54\xd2\x3c\x71\xb3\x11\x8c\x4e\xa5\x1f\x5a\xa9\x0c\x06\xd6\xac\xb4\x1b\xcb\xb0\x89\x51\x98\xd2\x21\xcc\xf2\xc8\x08\x39\x4a\xe7\x27\x0f\x2a\x91\x2a\xf3\x29\xcd\x9a\xbc\xe5\x20\x3f\xc7\x51\xc9\xa3\x06\x15\xce\x48\xc2\x12\xa9\x21\x13\x28\x2c\x8a\x84\x37\x51\xc3\x6e\x42\x78\xf7\x08\xd3\x9e\x46\xb5\x2a\x8c\x6b\x84\x63\x4d\x6b\xd1\x0c\x20\x5a\xe4\xd4\xb2\x52\x0f\x60\x57\x38\x9f\x08\xcb\x93\x36\x42\xf0\x4d\x98\x72\x08\x37\x8e\x06\x41\x48\xf8\x3e\x08\xc3\x87\x36\xa3\x23\x4c\xed\xe1\xe7\xf8\x12\x2f\x6e\x13\x79\x7e\xa1\xcb\xdf\x36\x2b\x38\x3a\xf9\x6a\xd8\x56\x9d\x20\x17\x0b\xb9\x7c\xb5\x74\xaf\xe2\x81\x20\xaa\xad\x54\xd3\x2e\xdc\x11\x1a\xd9\xea\x69\x4b\x73\xe5\x60\xcc\xa5\xd4\xac\xb6\x60\x3b\x08\xf5\x67\xa5\xec\xb3\x62\x6b\x4a\xc8\x3e\x2b\xf5\x9e\x11\x8b\x14\x6a\xcc\x02\x76\xeb\x0a\x7e\x91\x90\x53\x56\x4f\x97\x92\xc2\xdf\xac\xfc\xcd\x34\x16\x21\xb8\x20\x61\x2c\xb4\x8b\x57\xf7\x77\x1d\x82\x6c\x6f\x5c\x56\x94\x87\xdd\x03\x2c\x15\xac\x4e\x25\xab\xb3\x06\xd7\x44\x30\x37\xd5\xd3\x03\x82\x05\xa6\x4f\x6e\x15\x73\x84\xc6\xd2\x3e\xf8\x42\x06\x0a\xf1\xc8\x84\x09\xdd\x48\x21\x18\xd9\x77\x34\x6d\x08\x8d\x41\x8d\xc8\xad\x56\xaf\xf7\x5a\x4c\x73\xe4\xf8\x94\x3a\x7c\x57\xb0\x99\x85\x66\x9e\x52\x2c\x0f\xd2\x84\x90\xb2\xd3\x88\x1b\x1c\x77\x90\x38\x35\xb8\xab\x11\x77\x35\xca\xcd\x91\x9d\x23\xd1\xa2\x2b\xd1\xba\x2d\x94\xe2\x84\x44\xdc\xea\xb5\xac\xc5\xe2\x85\x30\x9c\x52\x11\xae\x30\xd5\xe9\x9d\x53\xca\xa1\x29\xff\xee\xe4\xb2\xd0\x1b\xf3\xce\xdf\x9d\xdc\x00\xa2\x60\xd5\xb8\xac\xcd\x15\xec\xd4\x75\xe4\x19\x1c\x8e\x84\x1c\xd8\x09\x5c\x88\x43\xe9\x61\xdd\xef\x81\x3f\x09\x75\x27\xa5\xac\x13\x68\x8d\x90\x6e\x52\x6a\x36\x0d\x2e\x09\x95\x26\x81\x93\x0d\x4c\x3a\x05\x0b\x55\x0f\x22\xa4\x98\x39\xe8\x89\xe8\x22\x78\xa7\xe3\xad\x9c\x88\x69\xf9\xa0\x2a\xf9\x92\x04\x42\x3f\xd5\x83\xf8\xe2\x24\x9e\x3c\xa4\x0d\x0f\xba\x87\x53\x31\x57\x21\x9c\xea\x41\x8e\x10\x23\x40\x3d\x51\x4c\x09\xb8\x6c\x4c\x56\xb2\x27\x70\x08\x3d\x48\x0e\xae\x60\xf5\xea\xe9\x9c\x1d\xb5\xbf\x95\x67\x8f\x92\x45\x4f\xd4\x2a\xda\x21\xe1\x2d\x58\xa8\x82\x85\xea\x77\xec\x61\xe8\x21\x92\x3f\x1b\xfd\x8c\xc5\x91\x87\x07\x72\x40\xd0\x83\xa2\xa6\xe7\xf0\x3c\x63\xb7\xc3\x4b\x28\x03\xe8\x8d\x07\x29\x90\x31\xb7\x8f\x8c\xeb\x37\x09\x06\x40\x99\x5e\x12\x0c\x45\x3d\xaa\x17\x45\x91\x37\xb2\x07\xaf\x21\x23\xa6\x97\xc2\xe2\x8d\xc7\xeb\xa8\x8a\xea\x65\x85\x7c\x63\x85\x74\x18\xa3\x7a\x11\x39\x81\xa1\xea\x08\x0c\xe8\x65\x4e\xbd\x31\xa7\xaa\x11\xfb\xa1\x9f\x0a\x30\xac\x1a\xf9\x29\x80\x97\x00\xbc\xaa\x58\x60\xdf\xcd\xd9\x37\x00\x77\x80\x92\x9a\xa4\x8d\xf3\x66\xd9\xe4\xeb\x9b\x51\x77\x89\x4e\xbc\xfa\x12\xea\x26\xc9\xf5\x8c\xe4\xba\x22\x6b\x21\x48\xa5\x9a\x80\xa7\x14\xfd\x9a\xc4\xe9\x49\x9c\x2e\x24\x17\x93\xdb\x9c\xf8\xc6\x66\xc2\x3e\xa3\x6b\x55\xf0\x39\x5b\xe3\xd3\x01\x48\xd2\xc4\xd3\x72\x50\xeb\x4c\x3e\xb2\x09\x42\x3d\x03\x16\xd4\x24\xfa\xcc\x49\x98\x77\xee\x28\xea\x51\x4d\x9c\x04\xd7\xe1\x92\x62\x71\xd2\x8c\xee\x8b\x76\x1a\x97\xc4\xe7\x38\x63\xc2\x34\x2c\xf4\xb5\x22\x07\xd5\x4a\xbb\xb8\x95\x83\x93\xc1\xc8\xcd\x31\x79\xd7\x8a\x9a\x53\x0b\x0f\x04\x34\x5b\xb5\x02\xaa\xd0\xc2\x2a\xa0\x87\xd1\x91\x16\x1f\x19\x98\x56\x1f\xb1\x01\xa3\x45\xbe\xb7\x10\x7b\x5f\xe4\x26\xab\x73\x64\x24\x48\x9d\x8d\x22\xad\xa8\x13\xb4\xb0\xf0\x39\x0f\x83\xd1\xb4\xa5\x95\x62\xdc\x44\x88\x15\xad\x58\x5a\xb0\x8f\x75\x71\xf1\x7c\x10\x0b\x79\x6a\x0f\xba\xab\x36\xd3\x7c\xa3\x80\xdc\x29\x95\x76\x90\xf6\xe2\xeb\x0a\x9c\x74\x31\xd8\x18\x44\xe6\x91\xbf\xb9\xe3\xdd\x6a\xc3\x14\xde\xd4\xb8\x9b\x57\xbc\x11\x95\x3d\x41\x55\xd2\x26\x61\xa1\xdb\xce\x31\xa5\x17\x4d\x70\xda\x0f\x8a\x20\x54\x06\xe7\x42\x84\x07\x0a\xed\x15\x3a\x94\x3a\xac\x7b\xf4\x3d\x5d\x18\xb7\xe9\x90\x2a\x82\xba\x94\x52\x73\x50\x0c\xfa\xf7\x23\xf9\x64\x92\x35\xf9\x79\x24\x95\xd6\x99\xf9\x37\x63\xce\xd3\xad\xa3\xc3\x6e\x2c\x9c\x72\x1d\x52\xc5\xc3\xd6\x3c\xee\xf0\x02\xd4\xd0\x61\xe3\x55\xe1\x34\x20\x5a\x78\x44\xef\xce\x25\x5e\x31\x2d\x3c\x02\xf0\xb8\xc4\xa4\x3d\x81\x18\x0a\xdc\xe3\x92\x73\x24\x05\xe5\x39\xd9\x2b\x1d\xda\x7e\x34\xed\xf8\x67\xd3\x0e\x72\xc5\x70\x36\x3d\x39\x9b\xb4\x49\x3a\xda\x46\x7e\x65\xeb\x25\xba\xf0\x30\x38\x1d\xd8\x24\xbb\x41\x1d\x7a\xa6\x5f\x25\xf7\x97\x19\x34\x6a\x39\xfb\xd6\xe6\xe1\x00\x25\x7e\xe5\x26\x7e\x0e\x06\x0e\xe1\x89\x43\xa4\x45\xfd\x9d\xf1\x77\x97\xaf\x27\xef\x25\x82\x87\x97\xbb\x7e\x3d\x79\x2f\xc4\xc8\x02\x69\xe4\xf3\x48\x76\x1b\xff\x9f\x55\xc8\x60\xe0\x2c\x5e\x1c\xb1\x27\xf4\xc8\x29\xad\xbd\x90\xf2\x1d\xac\x98\x0a\x3a\x4b\x85\x0c\xe7\xbc\x39\x98\x31\x3d\xdf\x74\x5c\x7c\x41\x67\xa9\xb0\x13\x49\x63\x80\xc3\x31\x74\x38\x86\x4e\x77\x90\x97\xc1\x6c\x0d\x18\xc3\x2f\x04\x37\xcb\xe0\x3a\x23\x2e\xf9\x85\x3a\x2f\x85\xbd\xd3\xc3\xe1\x17\x3e\x36\x88\x98\x79\x41\xad\x09\xda\x9b\x97\x87\x13\x45\xfe\xe4\xe9\x97\x59\x02\xf2\x73\x28\x8a\x7e\xe3\x6b\x07\x45\xd1\x4b\x60\x7d\x7e\xe3\xa2\x58\x26\x3f\x8f\xcf\xde\x01\x7b\x1c\xa6\xa1\x17\x8a\xbe\x54\xc8\x47\xaf\xcc\xd1\x11\x72\xcb\xbf\x19\xc1\xdf\x91\x2d\x73\x43\xca\xb8\x1c\x7e\x8e\x78\x92\xa1\xc9\x59\x0e\x47\x1e\x8e\xc4\xb2\x81\x26\x13\xa7\xc9\xc4\x85\x0d\x29\x1a\x43\x6e\x91\x50\xb8\xe3\x31\x40\xeb\x88\x1b\x32\x4b\x8e\x43\xb0\xa1\xaf\x64\x85\x23\x91\xde\x85\xc4\xe8\x16\x61\x34\xbc\xd4\x63\x90\x6b\x31\xb6\xa5\x11\xb8\x05\xb1\x70\x13\x47\xe2\x29\x61\x11\x82\xdc\xc4\xb6\xf4\x95\x47\x3e\x0c\x82\x19\x20\xa9\x0f\xa8\xe1\x56\xb3\xd8\xe7\xec\x68\x76\x59\x80\x67\x61\x34\x11\x83\x3c\xb3\x46\x5d\x8f\x9b\x98\xa1\xd9\x05\xee\xe1\xe9\x55\x6e\x0f\x97\x14\x7b\xab\xfe\x20\x61\x6d\x28\x71\x19\xea\x57\x2f\x1e\x32\x50\x2f\x1d\xce\xa5\xbf\x4f\xff\x5d\x42\xe1\x16\xa5\xac\x5b\x2c\x79\xfe\x62\xe0\x46\x5f\x89\x5b\xd4\x2b\xfe\x22\xd4\x0e\x67\xd3\xe1\x6c\xfa\xe4\x2b\x31\x24\xb5\x2c\x00\x59\x9f\x68\x9d\x5a\x14\x69\x6e\xb1\x0e\xfa\x42\x65\x9e\x16\x12\xa7\x85\xc4\x17\xa6\x0d\x46\xeb\x01\x8d\x21\x9e\x5e\xbf\x8a\xd8\xec\x40\x32\x7e\x98\x3e\x09\xc2\xc0\xbd\xf4\xc3\xd9\xc5\x6c\x40\x23\xce\x0f\xaa\xd5\xa2\x49\x41\xb1\x45\xeb\x69\x65\x02\xbf\xd2\xe1\x57\xd6\x0b\xad\xd3\xc4\x59\x00\x58\x2a\xda\x6b\x9e\x38\x8b\x22\x3e\xd5\x8c\x8e\x8a\xec\xd4\x15\xd5\x52\xbd\x91\x53\x57\x14\x4d\xae\x58\x89\xea\xcd\x87\x2b\x62\x89\x1c\x9d\xac\x99\x47\x72\x47\xb1\xa9\x57\xd3\xfa\x15\xb4\xc6\x41\x6b\xea\x8d\xd4\xb3\x98\x37\x8a\xea\xa3\x16\x34\x90\xd5\xb8\xf7\x86\xa2\x16\x5f\x9e\x68\x7c\x50\xac\x75\xb5\xe0\xed\x22\x7a\x1c\x14\x31\xa1\x0a\xe7\x30\x48\x97\xae\x58\xd9\xab\x63\x32\x20\x42\x83\x62\x37\xa0\x3a\x32\xb1\x88\x59\xb9\xc0\x35\xfc\xf0\x90\x91\x52\xd3\x44\x66\x0b\xd9\x5d\x4d\x4e\x14\x99\x72\x25\xe5\x74\x60\x21\x87\xb3\x59\xd3\x78\x51\x8b\x87\x0c\x02\x52\x71\x9b\x14\xa1\x01\x11\xac\x9a\x32\xf3\x10\x39\x1d\x11\xac\xda\x71\x58\xf5\x2b\x3f\xf8\x00\x7a\x3a\xe1\xcd\x23\x0b\x76\x8f\x08\x5f\x47\x1e\x19\x49\x83\x7b\xa1\xd5\x01\xa9\x62\x4f\x6d\x39\xde\xfb\xf3\xe6\x91\x9b\x41\xa4\xbb\x78\x74\x0e\x12\xe7\x51\x4f\xd7\x07\x0d\x5f\x27\x42\xb8\x21\xdd\x85\x01\xba\x13\x1a\x5c\x64\xac\xc4\x66\x27\x34\xb8\x38\x12\x43\x22\x98\xa6\xee\x11\x21\xea\x8b\xb6\xbe\xb3\x04\xb9\x12\xfd\x89\x69\x03\x74\xe5\x10\x4e\x6b\xea\x48\x3b\x58\xa8\x47\x65\x59\x37\xf6\x94\x90\x43\xdd\x3b\x40\x0f\x4e\x44\x4e\x14\x77\x7c\xc6\xd3\xc7\xc5\x89\x10\x9e\xdd\x17\xbc\x77\x9f\x1c\x49\x1a\x9b\x6e\x29\x3e\x39\x92\xee\x8b\x92\xf7\xce\x87\xee\x11\xf6\x9b\x21\xa0\x8e\xc4\x98\xa7\xc4\x98\xa1\xd3\xeb\x2c\x02\xc0\x5a\x2d\x4d\x5f\xa1\x75\xba\xc7\x16\x6d\x13\x81\xa5\x06\x1c\xe8\xc0\x5a\xcd\xd3\x91\x3c\x32\x09\x07\xcf\x6a\x15\x75\xfb\x1a\x6b\xb9\xd7\x1b\x3d\xaf\x8e\xab\x33\x8b\x00\xcc\xcf\x56\x79\xc8\x95\xe8\x5f\x23\x91\x6c\xed\xc6\xc3\x9a\x45\x00\xe4\xab\x35\xbe\x77\x90\x2f\x07\xf9\x6a\x0d\x19\xe3\x2a\xce\x1e\xba\x5c\x2d\x8d\x14\x2b\x91\xba\x46\x71\xd9\x9e\x4f\x2b\x7f\x2e\x9e\x02\xe2\x4d\x4b\x71\x24\x09\x53\xa1\xec\xc5\xe1\x02\xf5\x48\x47\x3d\xb2\xbd\x27\x5d\xf4\xb9\xa4\x01\x78\x94\xfe\xd6\x7c\xb0\xa8\x97\xb5\x99\xf7\x4e\x30\xae\xf1\xaa\xda\x9a\xe9\x95\xce\x91\x13\x44\x29\x4d\xb6\x59\x93\xc1\xcf\x5a\x9a\x62\x55\x44\x0b\x6b\x04\xdc\x7e\xa1\x15\xdd\xf8\x8e\x1a\xfe\x78\x6c\x3e\x39\x22\x66\x51\x1c\x86\x9d\x73\x0e\xd2\x66\x85\xb7\x5c\x49\xfb\xd4\xc2\xca\x87\xe7\x1b\x0d\x60\xde\xf8\xe2\x1a\x66\x6f\x96\xee\x83\x7c\x47\x80\x6a\xdd\x3e\x7d\x84\xa9\x42\x13\x7b\x42\x96\x1d\xa6\xa9\xb7\xc4\x9e\x66\xfa\xec\x3a\x83\x51\xa9\xf8\x95\x46\xb9\xd4\xab\x78\x7f\x79\x5a\x5f\x56\x8e\xc4\xf4\xcb\x59\x65\xe8\xa4\x73\x78\xa7\xdd\x31\xe7\x69\x8d\xdb\xc4\x5a\xab\xa6\x23\x65\xe7\x48\x5c\xb4\x2a\xee\x19\xb0\x50\xbd\x61\x98\x55\xd3\x55\x33\x0a\x24\x87\x77\xda\x6b\x1a\x37\x92\x99\x35\xf6\x5a\x1a\xf1\x13\xd4\xcf\x5b\x74\x94\xf7\xd6\xd3\xcc\x93\x07\x12\xf1\xb3\x77\xa5\xab\x26\x3f\x8f\xce\xcd\xde\x67\xda\x54\xf2\xf3\x78\xa9\x7d\xdc\xe9\x1e\xc9\x43\xc6\xe8\x3d\x3d\x1c\x68\xe7\x73\xda\xf9\x7a\x9a\x29\xd0\xce\xe7\xb4\xf3\xf5\xa7\xa4\x91\x22\x1b\x0c\x38\x99\x3f\xe9\xae\x73\x91\x88\x60\x61\xfe\xa4\xc9\x0e\x49\x34\x1a\x6f\x1d\x99\x25\xef\xf1\xad\x78\xc7\x1f\x7b\xd6\xbf\x6c\x81\x78\xff\x6b\x3e\x81\xe2\x9b\xf7\x98\x05\x7d\xa6\x53\x13\xd9\x57\xc7\x2d\x7b\xa6\x3d\x55\x04\x55\xa7\x8b\xb0\xcf\xb4\x77\xa3\xf1\xaf\xe3\xe0\x4c\x9b\xa3\xf7\x58\x37\xbd\x63\xcf\xbc\xd3\x91\xc8\xc9\xb0\xf0\x5e\xde\xe9\x26\x58\xb9\x5b\x6c\x96\x77\x9a\xee\x91\xc9\x77\xd4\xcb\x76\x9a\x3a\x92\x92\x75\x26\xca\x41\xe2\x9f\x9e\x42\x4f\x2d\xba\x93\xde\x5f\x24\x68\x1d\xc3\x62\x5a\xa9\x1c\x28\xd3\x13\xca\x3c\x79\x76\x64\x54\x3b\x46\x12\x57\x9a\xbd\x91\xec\x77\x1c\x24\xae\x74\xbf\x23\x16\x74\xd4\xc0\xae\x74\x86\xa2\xed\x10\xec\x73\x40\xfa\xf0\x6c\x3b\xec\x18\x26\xdc\xf9\x56\x5e\x9e\x12\xde\x08\xf7\x4e\x33\x2e\x76\x8d\x30\x34\x28\xf9\xe8\xd8\xcc\xe9\x78\x17\x14\x92\xcc\xce\x8c\x04\x4f\x1d\x25\x9d\xa1\x58\x18\x3a\xe2\x2d\x25\x0d\xa2\x48\x04\x3b\xe6\x03\x25\x0d\xcf\x26\x17\x8f\xeb\x40\x21\x47\xed\x93\xdb\xc4\x52\xa0\xa4\xfb\x27\x4b\x48\xa7\x41\x8a\xbd\x02\x87\xbc\xec\x1d\xa3\x00\x64\x9d\xbc\x93\x2b\xc2\x61\x1e\x25\x7d\xf9\x28\x0b\x3a\xaa\x65\x69\xb2\x0e\xe0\xeb\x83\xca\xdd\xd2\x91\x83\x7d\xbb\x81\xec\x7c\x00\x69\x7f\x73\x1a\x29\x7d\xc4\x96\xee\xf0\xf4\x3b\x61\x0d\x18\x31\xaf\x47\x2d\xc8\xf1\x47\x26\xe0\xf4\x5a\x8e\x5c\x81\x46\x44\x30\x1f\x31\x77\x47\x65\x09\x19\xac\xfd\x23\xd6\xfe\xd1\x5a\x7a\xe7\x90\xc2\x47\x90\x1b\x2d\xcf\xce\x4c\x46\x36\x70\xb4\xf4\x6d\x68\xb9\x5f\x87\x3c\xda\x4e\xbb\x14\x7e\x4e\xbf\xda\x60\xb5\x00\x55\xf6\x44\x95\x47\xda\x7b\xa0\xfd\x0a\xb8\x3c\x9e\x74\xaf\x61\x2e\xd1\x95\x39\x9e\x93\x86\x25\x9b\xc1\xc3\x20\x7e\x01\x14\x8e\x03\x6b\xbb\x37\x2d\x58\x28\x1c\x07\xde\x74\x6f\xde\x3b\x6d\xb1\x03\xaf\xb9\x37\xef\x9d\xa2\x72\x60\x2b\xf7\xd6\xf4\xb3\xe0\x79\xd2\x18\xb7\xd2\x9e\x85\x52\x61\x2c\xa0\x56\xcf\xc1\xc6\x60\xcc\xa5\x95\x7e\x5d\x8b\x07\x12\x73\x62\xac\xf4\x22\xda\x5c\x27\x0e\x6b\x69\x3b\x39\x58\xd5\x80\xb5\xc7\xbe\xd3\x0b\x82\xb3\xe3\x7f\xb6\xd3\x90\x82\x12\x73\x60\x44\xb6\x77\x3a\x20\x50\x3c\xe1\x01\x76\x94\x16\x06\x8b\xc1\x78\xf2\x67\xfc\xa5\x63\x6c\xff\xb1\xe6\x3f\x9e\x9f\xff\xf1\x5f\xff\xfd\xfc\xfc\x9f\xe7\x1f\xfb\xc7\xfc\xf7\xaf\x5f\xfb\x8f\x7f\xad\xbf\xcf\x7f\xfd\xf8\xcf\x8f\xd1\x1f\x6b\x9f\xbf\xff\xb1\x7f\xed\xff\xfd\xe7\xbf\x7f\xcd\xfd\xe3\xe7\x3f\x7f\x7e\xfc\x2a\xfe\xfd\x5f\x00\x00\x00\xff\xff\xed\x09\xe5\x3d\xde\x4c\x04\x00"); -var _gdfa =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\x94\x51\x6b\xdb\x3c\x14\x86\xef\xf5\x2b\x74\xd9\xef\xa2\x5f\x74\x8e\x65\x4b\x02\x53\x18\x2d\x85\x50\xba\x8d\x76\x6c\xd7\x8e\x25\x07\xc3\x62\x1b\xc7\xb9\xe8\xbf\x1f\xe7\xbc\x49\x07\xbb\x08\x8e\x9f\x48\x6f\xc4\xf3\xda\x67\xf7\xb8\x7f\xda\x4f\xe3\x66\x77\xdf\xd7\xb9\x7f\x2f\x9b\x1d\xc6\x29\xaf\xe5\x3c\x5f\xd6\xbe\xd8\x43\x39\x8e\x93\x31\xc4\x36\x8f\xfd\x76\xbb\xd5\x4b\x7f\xea\x16\x63\x64\xff\xfb\xc7\x79\x2b\xa7\xfd\x34\xcc\xb6\xc2\xba\x7c\x59\xae\x6b\xad\xdd\xbd\x95\xe3\x78\xde\xd6\x0f\x7b\xf7\x25\xcf\x87\xf2\x9f\xcd\x65\x10\xfe\x6d\xcd\x65\x1d\xa7\xa3\xbd\x7b\x79\xfb\x84\xef\x97\x65\xf9\x5d\x4e\x65\xda\x6c\xad\xac\x4c\x59\xaf\x66\xf7\xf8\xda\x2d\x5f\xbb\x53\xb1\x3b\xcd\xb9\x7f\x79\xbb\xc7\x12\xfd\xe5\x67\x59\xcf\xe3\x3c\x59\xfa\xdf\x39\xfe\x8b\x7f\x7c\x2c\xc5\xd2\x35\xe1\xd7\xeb\x9c\x8b\x75\xb7\xbc\xfd\xd3\xe3\x7c\x99\x36\x4b\xcc\x15\x92\x0c\xe1\xd8\xfd\x9c\xcb\x79\xe9\xfa\xb2\x76\xd3\xb1\x18\x6b\x5b\xe7\x9c\x7b\xb0\x2d\x3f\x3f\x3f\x3f\xc8\x99\xfe\x59\x61\x7c\xbc\xee\x1c\x33\xc8\x6d\x87\x73\xc3\xf0\x60\x9d\x69\x1d\xe1\x9e\xe4\x9e\xeb\xc6\xb4\x8e\x41\x58\x48\x4d\x6c\x5a\x57\x81\x54\x42\x42\x13\x4d\xeb\x3c\x88\x17\x42\x8e\xbd\x69\x5d\x0d\x54\x2b\xe2\x28\xd9\x0d\x50\xa3\xa8\xae\x24\x3c\x00\x05\x45\x21\x49\x7a\x04\x8a\x7a\x02\xe7\x25\x3e\x01\x25\x45\x95\x93\xf8\x0e\xa8\xbb\x9e\x53\xe2\x0f\x40\x07\x45\x91\x24\xbe\x07\xea\x05\x55\x2e\x48\x7c\x06\xca\x8a\x2a\x96\xf8\x02\x54\x14\xd5\x51\xe2\x07\xa0\x41\x51\xf4\xce\xb4\x04\x53\xa4\xa6\xbc\x4b\x8d\x69\x09\xb2\x48\x65\xf9\xaa\x66\xd3\x12\x6c\x91\xda\xf2\x8d\x8b\xa6\x25\xe8\x22\xd5\xe5\x63\xe3\x4d\x4b\xf0\x45\xfe\xea\x54\xe2\xe1\x8b\xd4\x57\x5d\x05\x89\x87\x2f\x52\x5f\x75\x53\x49\x3c\x7c\x91\xfa\xaa\x63\x94\x78\xf8\x22\xf5\xd5\x90\x97\x78\xf8\x22\xf5\xd5\x78\x27\xf1\xf0\x45\xea\xab\x69\xa4\x58\x82\x2f\x52\x5f\x4d\x92\x66\x09\xbe\x48\x7d\x05\x92\x6a\x09\xbe\x48\x7d\x05\x2f\xd5\x12\x7c\x51\xb9\xf6\x2f\xf1\xf0\x45\xea\x2b\x24\xa9\x96\xaf\xcf\xa2\xfa\x8a\x24\xd5\x32\x7c\xb1\xfa\x8a\x5e\xaa\x65\xf8\x62\xf5\x15\x83\x54\xcb\xf0\xc5\xea\x2b\x26\xa9\x96\xe1\x8b\xd5\x57\x62\xa9\x96\xe1\x8b\xd5\x57\xf2\x52\x2d\xc3\x17\xab\xaf\x14\xa4\x5a\x86\x2f\x56\x5f\x29\x49\xb5\x0c\x5f\x1c\x6f\xcf\xaa\xe4\x43\x18\x27\x30\x2f\xe5\x32\x8c\x71\x07\x16\xa4\x5d\x86\x32\x56\x65\xd2\xbe\xfc\x05\x9c\x71\x0f\xc6\xd2\x2f\x43\x1a\x67\xb0\x5a\x0a\x66\x58\xe3\x02\x16\xa4\x61\x86\x36\x1e\xfa\x4e\x5e\x12\x57\xb1\xbe\xb5\xb7\xb7\x53\xbe\xcb\xfc\xfa\x9c\x29\xfd\x65\x5d\xcb\xb4\xe9\xf4\xd2\xc1\x21\xf3\x60\x9c\xca\xe7\x24\x5c\xe6\x45\x76\xe9\xe7\x4f\x00\x00\x00\xff\xff\xc3\x2d\x7b\xce\x35\x05\x00\x00"); -type asset struct{_abe []byte ;_ece _ed .FileInfo ;};var _cddc =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x4c\xd2\xc1\x8a\xdb\x30\x10\x06\xe0\xbb\x9f\x62\x8e\xdb\xc3\xd6\x92\x5d\x3b\x32\x2c\x81\xe2\x14\x6a\x96\xed\x96\xa6\x49\x0b\xa5\x07\x59\x1a\x05\x41\x23\x0b\xd9\x3e\xe4\xed\x8b\x66\x52\x77\x0f\x61\xe2\x4f\x9a\xdf\xb2\xa4\xb2\x1f\x0e\x43\xf0\x0b\x94\x5f\xd3\x64\x8e\xb8\x80\xf3\xc1\x26\x9c\xa7\x35\x19\x84\x11\x2f\x3e\x14\x85\xac\xc0\x7a\xb3\xfc\x7b\xa4\x62\xae\x3a\x16\x45\xf9\x7c\xec\xa3\x79\xfc\x74\xea\x1f\x3f\xc3\x3a\xe3\x5d\xfb\xe1\x70\xbc\xcd\x0b\x5e\x87\xe0\x26\xa8\xb9\xdb\xae\xf1\x9e\x00\x50\x7e\xc3\x8b\x9f\x97\x74\x83\x87\x8f\x76\x1a\xf1\x1d\x58\x74\xd9\x5f\x93\xc5\xe4\xc3\x05\x1e\x9e\xa7\x84\x5a\x6e\x03\xc7\x35\xc6\x3f\x78\xc5\xb0\x80\x20\xc3\x60\xa9\x16\x65\xff\xa2\xe3\x17\x7d\x45\x78\xb3\x9a\x33\x8d\xd1\xd0\x19\xd3\xec\xa7\x00\xdd\x7b\x21\xda\xff\xfc\xfd\x16\x11\xe4\x3d\xe2\x34\x1c\x5e\x9d\x9b\x71\x81\x5a\x70\x7c\xf9\xf3\x34\x1c\xe0\x97\x04\x29\xa0\x6a\x3e\x88\xe6\xf7\x7d\xea\x8f\x97\xc9\x6e\x8d\xb2\xe5\x4f\x32\xde\x26\x1d\x2e\x58\x3c\x69\xa9\xab\x3d\xe4\x52\xef\x41\x89\xa6\x25\x6a\x98\x1a\x22\x45\xd4\x32\xb5\x7b\x50\x75\x25\x88\x3a\xa6\x91\x66\x75\x44\x96\xc9\x66\x6a\xab\x4c\x23\xc7\x8f\x4c\x75\x26\x1c\x89\x90\x1a\x77\x4d\xf1\xa4\x6b\x2d\x33\x51\x51\x62\xd7\x12\x29\xa6\x8e\x68\x47\x64\x98\x0c\x51\x47\x84\x4c\x98\x49\xe5\x75\xd5\xa3\x26\x1a\x1d\x91\xcc\x64\xe9\x8d\x54\x94\x50\x94\x65\x2d\x13\xad\x4b\x29\x22\xc7\xc4\x8d\x14\xef\xb8\xd1\x51\x7c\x27\xf2\x29\x6e\x7b\x97\xff\xe7\xfb\xb3\x9d\xa7\x59\x53\xc2\xb0\xd0\xed\xa1\x33\xcb\x9b\xee\x03\x6e\xf7\x33\x4e\x31\x77\xd1\xef\x6f\x00\x00\x00\xff\xff\x8b\x02\x5f\x71\xcb\x02\x00\x00"); -var _ddc =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\x58\x4d\x8f\x63\xb7\x11\xbc\xeb\x57\xf0\xe8\x1c\x9c\x79\xfc\x66\x03\x03\x01\xc6\x4e\x06\x19\x07\x8e\x03\x6f\x9c\x04\x08\x72\x78\x24\xfb\x2d\x04\x64\x24\x41\xa3\x0d\xb0\xff\x3e\xe8\x2a\xcd\xca\x59\xc4\x80\x4d\x4f\xa9\xd8\x2c\x36\xab\xc9\x96\x1e\x3e\xbc\x3c\xbd\x1c\x0f\x57\xf7\xf0\x97\xcb\x69\x7c\xd4\xab\xdb\x0e\xc7\x79\xd1\xb7\xd3\xe7\xcb\x50\xd7\xf5\xd3\xe1\xb8\xdb\xf9\xe0\xe6\x61\x5c\xdf\xff\xc4\x30\x5e\xd7\xf3\x6e\x67\xf3\x3f\x7e\x79\xbb\xea\xeb\xcb\x71\x3b\xb9\x48\xde\xfc\x7c\xbe\x71\x9d\x7b\xf8\x45\x3f\x1d\xde\xae\x97\x2f\xee\xbb\x1f\xe6\xa9\xeb\xef\xdc\xd4\xcd\xf0\x9f\x2f\x53\x2f\x87\xe3\x27\xf7\xdd\x8f\xeb\x79\x3d\xfa\xaf\x1f\x7c\xfc\x7c\x3e\xff\x5b\x5f\xf5\x78\x75\x1e\x98\x1e\x27\xc6\xdd\xc3\x87\x9f\xd6\xf3\x9f\xd7\x57\x75\x0f\x2d\x9e\xff\xf3\xfd\x2f\x7f\xfa\xf8\xe3\xf7\x7f\xc4\x67\xf8\xe8\x6f\x7a\x79\x3b\x9c\x8e\xce\x2f\xbf\x5f\x96\x72\xc7\xff\xfa\xe5\xac\xb7\x58\xbb\x87\x5f\x5f\x9e\x7e\xde\xb6\x37\xbd\xba\x85\x8c\x7f\xfc\xfa\xf2\xe4\xfe\xe9\x9d\x5f\x5c\xc8\x31\xa4\x7f\xdd\x88\x7f\xff\xe9\x34\xf5\x46\xda\x65\x6e\x68\x9c\xa6\xbe\x9d\xd7\xa1\x97\xf5\xf8\x49\x77\xce\x3d\x2e\xcb\xde\x39\xf7\xd8\x96\xbd\xfd\xd5\x7c\x5a\xf6\xee\x51\x9e\x9f\x3f\xe0\xef\x1f\xf8\xe9\xd3\x33\xfe\xfa\xc3\x82\x4f\x9f\x3f\xdc\x3e\x7d\x7e\xc2\xa7\xcf\xcf\x7b\xdb\xe3\x37\xb1\x77\x9e\x4b\x1e\x4f\xd7\xa9\x1b\x31\xac\xf6\xe8\xb7\xbd\xf3\x36\xe3\xb7\x1f\xed\xfc\xb2\xdc\x34\x1e\xe6\x8d\x1d\x8c\x5d\xd5\x16\xc1\x3f\x7e\x67\x3a\x21\xf6\x86\x48\xdd\xbd\x6b\x6e\x1e\xcc\x12\xa3\x41\xe4\xf9\x75\x18\x24\xc5\xa0\xde\x00\xf5\x6d\xef\x5c\x4d\x16\xcb\x0f\x42\x43\x01\x89\x41\x73\x05\xa4\xcd\xa0\x8c\x89\x1b\x63\x6d\xd5\xa0\x8a\x89\xdb\x20\x34\x00\xd9\xc4\x90\x36\x83\x42\xc6\xc4\xb6\x18\x54\x30\x31\x54\x31\x48\x00\x35\x0f\x48\xd6\xbd\x73\xcd\x5b\xf8\x20\x9c\xb8\x79\x83\x52\xd8\x3d\xb6\xc8\x0d\x45\x6c\x48\x42\x36\x88\x1b\x8a\x52\x0c\x6a\xcd\x20\x4e\x8c\xbd\xec\x9d\x5f\xbc\xe9\x8a\x9d\xd0\x04\x14\x6d\x62\x62\xac\x64\x5a\xfc\x92\x4d\x6a\xaa\x84\x2c\xbc\x5f\xc4\x56\x4c\x0c\x9f\xc4\xef\x9d\xf7\x8b\x65\x35\x31\x3c\x86\x9a\xb0\xc7\xb4\x92\x65\x43\x4d\xcd\x03\xf2\x84\xbc\x41\x42\x28\x10\x0a\x80\x20\x62\x8d\x84\xe2\xde\xd5\xbc\x44\x40\x89\x50\x02\x8b\xe1\x33\xa1\x0c\x16\x44\xac\x85\x50\x31\x28\x70\x62\x25\x54\x0d\xf2\x0c\xdf\x08\x35\x83\x22\x45\x08\x21\x01\xc4\xf0\x2b\xa1\x15\xea\x17\x40\x9d\x50\x07\x84\x4c\xac\x83\xd0\x80\xae\x04\x68\x12\x9a\x80\x1a\x20\x25\xa4\x90\x5a\x00\x31\x5f\x36\xd4\xbc\x20\x56\x67\xbe\x6c\xa8\xd9\x23\x56\x67\xbe\x6c\xa8\x39\x42\x44\x67\xbe\x6c\xa8\x39\x70\x22\xf3\xd5\x91\xaf\x88\x15\x3b\xf3\x65\x43\xcd\x99\xb1\x98\xaf\x8e\x7c\xc1\x00\xa9\x33\x5f\x9d\xf9\x82\xae\xce\x7c\x75\xe6\x0b\x99\x60\x29\x60\xa8\x39\x32\x16\xf3\xd5\x91\xaf\x44\x11\xcc\x97\x0d\x35\x2f\x14\xc1\x7c\xd9\x50\x73\xc0\x09\x75\xe6\xcb\x86\x9a\x3d\x57\x64\xbe\x6c\xa8\x99\x2e\xec\xcc\x57\x47\xbe\x92\x41\x99\xc6\xcc\x30\x79\x88\xb6\x62\xa6\x0b\x31\xb8\x88\x82\xc9\x2c\x98\x2c\x60\xa1\x90\x33\x8d\x99\xe7\x34\x16\x44\xe4\x89\xf0\x19\xf5\x18\xe1\xc2\xc2\xf0\x05\xe1\x13\xb2\x5a\x18\xbe\x98\xc9\x5d\x6a\x26\xa2\x48\x20\x14\x10\x9e\x50\x24\x64\x13\xe9\xd5\x42\x47\x17\x9d\x5f\x4b\xa1\x32\x7c\xcd\xd8\x63\xb6\x89\x35\x43\x57\xad\x38\x0e\x84\xaf\x5c\xb1\x36\xf3\x44\x41\x0a\xab\x10\xb2\xc1\xd5\x12\x00\x79\x42\x1e\x90\x07\x14\x08\x05\x40\x58\x91\xba\xaa\xd8\x09\x95\x90\x00\xad\x84\x56\xb0\x18\xbe\x13\xb2\xe3\x28\x28\x85\xc6\x7c\x35\x4b\x8e\xf7\xb8\x4d\x84\xea\x05\x37\x40\x80\x27\x84\x52\x05\xac\x80\x52\x58\xc9\x5a\xc1\x4a\xa8\xc7\x95\xac\x15\xac\x54\xed\x84\x3a\x59\x1d\xac\x8c\x14\x76\xb2\x3a\x58\x25\x9b\xae\x41\xd6\x00\xab\x36\xcb\xea\x20\x6b\x80\xd5\x92\x1d\xed\x24\x6b\x82\x25\xb8\x6a\x27\x59\xd3\x58\x61\x81\x57\x95\x2c\x35\x56\xf0\xb8\xd2\x94\x2c\x05\x2b\xe0\xb4\x37\xb2\x36\xb0\x62\x32\xf5\x1b\x59\x1b\x58\xc9\x2f\xbb\x47\xe1\x8b\x26\x0b\x58\xf0\xaa\x2c\x8d\x10\x58\xd9\xca\x5d\x6e\xaf\x22\x5e\x98\x50\xed\x1a\x12\xbe\x30\x82\x27\x20\xd4\x56\x76\x8f\x12\xc8\x0a\x60\x89\xd5\xa3\x04\xb2\x02\x58\x52\xd3\xee\x51\x78\xb9\x0b\x2e\xf7\xb8\xd8\xc5\x27\xbc\xdc\x25\x1a\x2b\x7a\xf3\x84\xf0\xda\x16\xdc\xd1\x31\xb4\x6a\x10\x59\x09\xac\x98\x4d\x3d\x6b\x48\x50\x43\x31\x55\x53\xcf\x1a\x12\x94\x42\xc4\xd5\x21\x2c\x05\x41\x29\xc4\x52\x4c\x3d\x4b\x41\x0a\x58\x35\x14\xbc\xdf\xef\xef\xee\xff\x7b\x8a\x85\x86\x97\x8a\x20\x2d\xdb\xe6\xe8\x6e\xa9\x08\x22\x76\xbd\x49\x23\xab\xd5\xb0\x77\x69\xb1\x6b\x57\x68\x3f\x81\xfd\xd2\x62\x45\x2d\xb4\x9f\xc0\x7e\xc9\x37\x9b\x48\xfb\x09\xec\x97\x82\x9d\x96\xd0\x7e\x02\xfb\xa5\x58\x2d\x2b\xb4\x9f\xc0\x7e\x29\xe1\xb4\x68\x3f\x81\xfd\x52\x2e\x16\x9e\xf6\x13\xd8\x2f\x15\x9c\x16\xed\x27\xb0\x5f\xaa\xc9\xb2\x42\xfb\x09\xec\x97\x1a\x4e\x8b\xf6\x13\xd8\x2f\x49\xb4\x33\xa5\xfd\x04\xf6\x4b\x82\xd3\xa2\xfd\x04\xf6\xcb\xde\x0a\x51\x68\x3f\x81\xfd\xb2\xc7\x69\xd1\x7e\x02\xfb\xe5\xe8\x4d\x3d\xed\x27\xb0\x5f\x8e\x76\x5a\x78\x4f\xe7\x76\xeb\x66\xa2\xdd\xd7\x4a\x47\x2a\x1c\x99\xf3\xb2\x18\xd4\x08\x61\x62\xb6\x03\x54\x3a\x52\xe1\xc8\x5c\xac\x1f\x50\x3a\x52\xe1\xc8\x5c\xed\x84\x94\x8e\x54\x38\x32\xb7\x6a\xe1\xe9\x48\x85\x23\xb3\xd8\x09\x29\x1d\xa9\x70\x64\x59\x4a\x32\x88\x2c\x38\xb2\x78\xbb\x63\x95\x8e\x54\x38\xb2\x84\x1c\x0c\x22\x0b\x8e\x2c\xd1\x9e\x62\xa5\x23\x15\x8e\x2c\x29\x99\x7a\x3a\x52\xe1\xc8\x82\x0b\x55\xe9\x48\x85\x23\x4b\x09\xa6\x9e\x8e\x54\x38\xb2\x14\xbb\xc2\x95\x96\x53\x58\xae\xa0\x59\x52\x5a\x4e\x61\xb9\xd2\xec\x26\x56\x5a\x4e\x9b\xb1\xea\xb2\x98\xfa\x46\x16\x2c\x57\x97\x62\xea\x69\x39\x85\xe5\xaa\xb7\x9e\x47\x69\x39\x85\xe5\x6a\xb0\x2b\x5c\x69\x39\x85\xe5\x6a\xb4\x16\x41\x69\x39\x5d\xd9\xcd\x24\x53\xbf\xa2\x9b\xd1\xd5\x5a\x97\x16\xcc\xbe\x4a\x17\x72\x60\x0b\xaa\x3d\x79\x42\x36\xb1\x99\x27\xb4\xa7\x48\x68\x03\xcb\x36\xd4\x33\x27\x66\x0f\x96\x00\x0a\x84\xec\x56\x2f\x38\xc7\x9e\x3b\x21\x7b\x6d\x9a\x10\x52\x42\x88\x05\x4f\xf4\xc2\x58\x25\x81\x05\x5d\x25\x13\xb2\xae\xb4\xd8\x7d\xad\xbd\x08\xa0\xba\x82\x85\x15\x2b\xc3\xb3\x81\x46\x72\x58\x43\x1c\xd8\x40\x6b\x6f\xdc\x90\x0d\x55\x3c\x36\xd4\x28\xf5\xd6\x66\xdb\x39\x76\xf4\x16\xda\xef\x6d\xb6\xf6\x41\xe8\xde\x66\x6b\x47\x9b\xad\xfd\xde\x66\x6b\xdf\xb8\xe2\xbd\xcd\x56\x54\xf0\x6d\x60\x9b\xad\x03\x6d\xb6\x8e\x7b\x9b\xad\x83\xdb\x1e\xf7\x36\x5b\x07\xa5\x8e\x7b\x9b\xad\x43\x38\x11\xed\xac\x78\x93\x3a\x56\x4e\xb4\xc1\x35\x1c\xed\x58\x39\x71\xe5\x1e\xb1\x22\x1e\x7f\x0e\xae\x59\xeb\xa2\x83\x06\xc0\x50\x25\x60\x45\xb4\xb3\x1c\x5c\xb3\xfb\x4b\x07\xda\x59\x0e\x55\x82\x07\x54\x08\x15\xb0\x18\xbe\x12\xaa\x60\x05\x40\xc8\xd7\x18\xd0\x05\x03\x8c\x41\x5d\x03\xba\x02\xa4\x0e\xea\x52\xb0\x2a\x56\x54\xb2\x94\xac\x04\xe8\xc6\x32\xf5\xb2\x60\x45\xa5\x7a\xa5\x7a\x6c\x48\xa9\xde\x06\x87\x97\x4b\x87\x52\xbd\x52\x3d\x52\xa8\x54\xaf\x1d\x2c\x88\xd0\x41\x68\x80\x45\x11\x13\x10\xbe\xcf\x30\x39\xbc\x57\x39\x54\x41\xb9\x4f\x56\x07\x06\xc7\xf0\x33\x05\x42\x01\x2c\x01\x14\x09\x45\xb0\x38\x31\x11\x32\x93\x4b\x64\xf8\x4c\x28\x1b\xeb\x06\x15\x42\x05\x2c\x0f\xa8\x12\xaa\x60\x05\x40\x8d\x50\x03\x8b\x10\xaa\x63\x16\xe8\xb2\x76\x43\x67\xa1\xae\x02\x5d\xa8\xed\x59\xa8\x8b\x5f\xd0\x0a\x56\x64\xc1\xcc\x16\xde\xbf\xa0\xe9\x6c\x64\x35\x24\x9a\xb1\x1a\xd5\x37\x24\x1a\x95\x36\x1b\xd5\x37\x24\x3a\xe6\xff\x7d\x8a\x43\xf8\xf6\x25\xd6\xd9\xb8\xb7\x86\xaf\x82\xc2\xb0\xdc\x5b\x83\x89\x70\xb1\xcc\xc6\xbd\xb5\x09\x16\x21\x25\xa4\x60\x55\x40\xa8\x8a\x29\xc9\xbe\x0a\xe2\x6e\x9e\x42\x3d\xc2\xd4\x61\x23\xac\x9d\x79\xff\xa6\xa9\xb3\x13\xba\x7f\xd3\x54\xbe\x8b\xaa\xf7\x96\x58\x15\x2d\xb1\x6a\xc1\x8a\x78\x0d\xb4\x10\x42\x97\x5c\x16\x8b\xc5\xd7\x53\x95\x17\x0b\x2e\x03\xe5\xc5\xa2\x6c\x9c\x3d\x26\x0a\x59\xf7\xc6\x59\x15\x8d\x33\x07\x36\xce\xaa\xc2\x89\xf7\xc6\x59\x15\x8d\xb3\xea\xbd\x71\x56\x45\xe3\xcc\x81\x8d\xb3\x2a\x1a\x67\xd5\x7b\xe3\xbc\x99\x8f\xed\x3f\xfc\xed\xc1\x5e\xbc\xcd\x12\xb8\xbd\xff\x20\x11\xcc\x90\x9b\x6d\x67\x7b\x7f\xc2\xad\x1d\xf8\xed\xf9\xd9\xff\xbf\xae\xe7\xdd\xd7\x1f\x7e\xc6\xe7\xcb\x45\x8f\x57\xfc\xcc\x84\xdf\x76\xdc\xd4\xed\x70\xd4\xaf\x3f\x59\x9d\x4f\x67\x9b\x85\x7f\xff\x1b\x00\x00\xff\xff\x91\x5b\x63\x45\xde\x12\x00\x00"); -func _cgc ()(*asset ,error ){_dcgc ,_gfbe :=_gcec ();if _gfbe !=nil {return nil ,_gfbe ;};_caf :=bindataFileInfo {_b :"Adobe-Japan1-5",_ffe :2005,_ag :_ed .FileMode (436),_ac :_c .Unix (1580491332,0)};_gea :=&asset {_abe :_dcgc ,_ece :_caf };return _gea ,nil ; -};func _gfbg ()([]byte ,error ){return _g (_effc ,"KSCpc-EUC-H")};func _eccba ()([]byte ,error ){return _g (_dbab ,"GBK2K-H")};func _ggef ()(*asset ,error ){_cg ,_faf :=_bef ();if _faf !=nil {return nil ,_faf ;};_bfe :=bindataFileInfo {_b :"Adobe-CNS1-UCS2",_ffe :264249,_ag :_ed .FileMode (436),_ac :_c .Unix (1580490554,0)}; -_bdcc :=&asset {_abe :_cg ,_ece :_bfe };return _bdcc ,nil ;};func _afae ()([]byte ,error ){return _g (_edegb ,"CNS1-H")};var _affa =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\x94\x4f\x6b\xdb\x4c\x10\x87\xef\xfb\x29\xe6\x98\xf7\x90\xd7\x33\xfb\x4f\x2b\x10\x86\x12\x13\x70\x21\x4d\x69\x9a\xb6\x50\x7a\x90\xa5\x95\x11\xd4\x2b\x21\xcb\x87\x7c\xfb\x32\x33\x76\x0a\x3d\x18\xd9\x8f\x66\x7e\x58\xcf\xec\x68\xf3\xb0\xdf\xed\xcb\xb8\xc2\xe6\xf3\x32\x75\x2f\x79\x85\x61\x2c\xfd\x92\xcf\xd3\x65\xe9\x32\x1c\xf2\x71\x2c\xc6\x90\x85\x7e\xec\xd6\xdb\x4f\xb9\x74\xa7\x76\x36\x86\xfb\x5f\xde\xce\x6b\x3e\xed\xcb\x30\x81\xd3\xba\xfe\x32\x5f\x6b\x01\x36\x5f\xf2\x71\x3c\xaf\xcb\x1b\xdc\x7d\xe8\xa7\x43\xfe\x0f\xfa\x3c\x30\x7f\x5e\xfa\xbc\x8c\xe5\x08\x77\x1f\xdb\xb9\x2d\xf4\x7e\xe3\xe5\x32\xcf\xbf\xf3\x29\x97\x15\x48\x58\x2e\xbd\x5c\xcd\xe6\xe1\xa9\x9d\x3f\xb5\xa7\x0c\x1b\xc9\xba\xd7\xce\x7b\x2d\x93\xbb\xdf\xf2\x72\x1e\xa7\x02\x84\xff\x23\xc6\xbf\xfc\xeb\xdb\x9c\xaf\x71\x66\xf3\xba\xdf\x3d\x0f\xc3\x39\xaf\x40\xe8\x50\x8b\x7e\xbc\xee\x77\xf0\x93\x80\x10\x6c\x08\x0e\x7f\x5d\x6b\xbf\x3f\x4d\x7d\x06\xbc\xfd\x81\xfd\xee\x61\xba\x94\x15\x92\x0b\xb5\x32\xd2\x47\xed\xa6\x3e\x9f\xe7\xb6\xcb\x4b\x5b\x8e\xd9\x00\x34\x88\x88\x5b\x68\x2c\x3e\x3e\x6e\xf9\x19\xfe\xa9\x30\xce\x5d\x3b\xc7\x5e\xc9\xad\x03\x71\x18\xb6\x00\x00\x68\x1a\x24\x45\x24\xc8\x86\x68\x1a\xb4\x8a\xac\xa0\x40\xd6\x34\xe8\x14\x39\x41\x55\x4c\xa6\x41\xaf\xc8\x33\x22\xb4\xde\x34\x18\x14\x05\x41\x36\x71\x7c\x54\x14\x05\x05\xc7\xf1\x95\xa2\x4a\x50\x55\x73\x7c\x52\x94\x18\x59\xf4\x1c\x5f\x2b\xaa\x05\x39\xe4\xf8\x56\x51\x2b\x28\x44\x8e\x3f\x28\x3a\x08\x4a\xc4\xf1\x9d\xa2\x8e\x91\xc3\x8a\xe3\x7b\x45\xbd\x20\x67\x39\x3e\x2b\xca\x82\x42\xe2\xf8\x41\xd1\x20\x28\x79\x34\x0d\xa9\x2f\x12\x5f\x1e\xeb\x68\x1a\x52\x5f\x24\xbe\xbc\x0b\xd6\x34\xa4\xbe\x48\x7c\xf9\x88\xc9\x34\xa4\xbe\x48\x7c\xf9\x14\xbd\x69\x48\x7d\x91\xf8\x0a\x64\x39\x5e\x7d\x91\xf8\x0a\xae\xe2\x78\xf5\x45\xe2\x2b\x44\xc7\xf1\xea\x8b\xc4\x57\x48\x89\xe3\xd5\x17\x89\xaf\x48\x9e\xe3\xd5\x17\x89\xaf\xe8\x91\xe3\xd5\x17\x89\xaf\x18\x79\xb4\xa4\xbe\x48\x7c\xc5\x9a\x47\x4b\xea\x8b\xc4\x57\x45\x3c\x5a\x52\x5f\x24\xbe\x2a\xcf\xa3\x25\xf5\x45\xe2\xab\x8a\x3c\x5a\x52\x5f\x24\xbe\xaa\x9a\x47\x6b\x6f\x27\xb2\x8d\x5b\x48\x54\x5b\x39\x96\xb7\xe3\xc7\xdf\x79\xa9\xdf\x97\xac\xbb\x2c\x4b\x2e\xab\xac\xb4\x2c\x11\x1f\xf8\xb1\xe4\xf7\xd7\xc3\x3c\xcd\xdc\x25\x9f\x3f\x01\x00\x00\xff\xff\x26\x4d\xff\xfa\x4a\x04\x00\x00"); -var _ffebg =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\xbd\x4d\xeb\x2f\x3b\x92\xa0\xb7\xbf\x9f\xe2\x2c\xc7\x8b\x71\xa7\xa4\xd0\x1b\x14\x17\xcc\x8c\x1b\xf7\xc0\xd8\xc6\xed\xb1\x0d\xc6\x8b\x7c\x6d\x0a\xdc\x55\x45\x75\xcd\xa2\xbf\xbd\xd1\xf3\xe8\x54\x1b\x63\xb8\xb5\x7a\xce\x5f\x27\x53\x3f\x29\xa4\x54\x84\x42\x21\xe9\xef\xfe\xc3\x3f\xfc\xc7\x7f\xf8\xc3\xef\xff\xf2\xe3\xef\xfe\xe7\x3f\xff\xf1\xfe\xc7\xf7\x2f\x3f\xbe\xdf\xff\xe1\xf9\xf3\xfb\x2f\x7f\xfc\xaf\x7f\xbe\xdf\x1f\xd7\xfb\x4f\xbf\xff\xc3\x2f\xbf\xa4\xfc\xe3\xf9\xfd\xfd\x97\x9f\x7f\x82\xfb\x9f\xcf\x3f\xfd\xf2\xcb\x7a\xff\x1f\xff\xf5\x5f\xfe\xf2\xfe\xf3\x3f\xfc\xe1\xfb\xe3\x8f\xe2\x73\xcf\x7f\xfd\xd3\x7e\xf6\xc7\x8f\xbf\xfb\x5f\xde\x7f\xfa\xfd\xbf\xfc\xe5\xcf\xff\xfa\xe3\xdf\xfd\x77\xcf\x1f\xaf\xf7\xbf\xf9\xf1\xbc\xdf\x4a\xff\x9f\xfe\xfc\xbc\x7f\xfe\xfd\x1f\xfe\xe9\xc7\xbf\xfb\x4f\xe7\x9f\xce\x3f\xa4\xbf\xfe\xc7\x3f\xfe\xd7\x3f\xfd\xe9\xff\x7e\xff\xf9\xfd\xc3\x5f\x7e\x04\x69\xef\x1f\x1e\xf8\xcb\xdf\xfd\x87\xff\x7c\xfe\xe9\x7f\x3c\xff\xf9\xfd\xf1\x77\xff\xe5\x0f\xbf\xff\x4f\xff\xf0\x8f\xff\xfe\xbf\xfc\x87\x7f\xcc\xff\xfe\x7f\xe0\x7f\xf9\xcf\xff\xed\xfd\xf3\xbf\xfc\xfe\x8f\x7f\xf8\x91\xf2\x7f\x7b\x1c\xed\xdf\xd2\xff\xd7\x7f\xfd\xd3\xfb\x23\xed\x5c\xfe\x8f\xff\xf2\x0f\xff\xf1\xc7\xff\x99\x7e\xa4\xe3\x47\xae\xa5\xb6\xff\x6b\xa7\xff\xef\xff\xf9\x8f\xcf\xfb\xe3\xf0\xaf\x6c\x0d\xee\x3f\x3e\xef\xbf\xfc\xe9\xbc\xdf\x3f\x9f\x7f\xf8\xa7\xf7\x97\x1f\x3f\x7e\x77\x1c\xc7\xf1\xeb\x8f\xdf\xfd\xc7\xfe\xf7\x7f\xff\xeb\xfa\xfb\xbf\xf7\xef\xbf\xff\xfb\xf5\xf7\xfb\x87\xe7\xff\xf3\xc6\x2f\xc9\x8c\xfe\xf0\xc7\xbf\x3c\xef\x67\xda\xcf\x3c\x8e\x23\x7d\xbf\xfe\x48\xeb\xad\xff\xf7\x7f\xff\x92\x8e\x63\xff\xfa\xef\x9f\xbf\xbe\x91\x7d\xa3\x5e\xeb\x8d\xf5\x8f\xdb\xbf\xef\x5f\x7f\xcc\x4e\xc2\x43\x42\x7f\x7f\xfd\xd1\xf2\x4a\x38\x13\x09\x67\xf9\xf5\x47\x3a\x78\xe7\x0c\x53\x62\xa5\xf0\xd2\x59\x4d\xa9\xbf\xfe\x68\x3e\xd2\x4c\x68\xbf\xfe\x98\x93\x84\x6e\x42\xff\xf5\x47\xcf\x07\x29\xc3\x94\xf1\xeb\x8f\x16\xe6\x32\x4d\x99\xbf\xfe\x48\xd5\xdf\x3e\x4d\x39\x7f\xfd\x91\xc2\xb7\x2e\x53\x56\xf9\x0f\x73\xb6\x06\x0b\xa9\x16\x52\xac\xc2\x42\xaa\x16\xe7\x35\xe5\x5d\x29\x41\xca\x67\xca\x92\x5c\x26\x9f\x4b\xc9\x2c\x74\x6b\x75\x59\xf3\x85\x36\x79\xeb\xca\xa6\x2c\x59\x54\x9f\x51\x16\x0b\x2d\x2a\x29\xca\x62\x21\x55\x73\x56\x18\x0b\xbd\x0f\x52\x94\xc6\x42\x4a\xe6\xa3\x34\x16\x52\xf1\xb7\x94\xc6\x42\x6a\xd4\xfd\x52\x1a\x17\xd2\xf0\x19\xa5\xb1\x90\x32\x75\xbf\x94\xc6\xb5\x6a\x6a\x53\x5c\xd6\xf4\xa2\xa6\x6d\xa5\xdc\xd6\xf4\x5e\x25\x6c\xe4\x73\x5b\xc2\x85\x54\x28\xf3\x6d\x09\x9f\x95\xd2\xf9\xf5\x67\xa7\xf4\x25\x0d\x6a\xfa\x58\xe6\x85\x14\xb4\xd7\x63\x99\x9f\xf5\xeb\x83\x7a\x3d\xfe\xfa\x42\xaa\xe4\xf3\xfa\xeb\xef\xfa\xf5\x49\x99\x5f\x7f\x7d\x21\x29\xc3\xd7\xdf\xfa\x56\x8a\xfd\xe7\xdb\x29\xfc\x3a\xb5\xf8\xfc\xf5\x8f\x5f\x47\xaa\x9f\xbf\xfe\x7d\xbf\xfe\xc8\x69\x3d\x93\xfc\x3e\xc0\x2c\xcd\xa4\x64\x52\x22\x69\x49\x28\x25\x5a\x15\xcc\xd2\x26\x49\xc5\xa4\x42\x52\x90\x74\x9a\x74\xae\x24\x04\x90\xd2\x65\xd2\xf5\xeb\x8f\x19\xf4\x99\x94\x29\x27\x48\xf9\x98\x99\xb4\x61\xda\xe0\xb1\x83\xa4\x69\xd2\x5c\x49\xc9\xa7\xcc\x3f\x93\x7f\x33\x33\xf3\x5f\x98\x85\xaf\x31\x15\x8b\xbf\x90\x82\x0a\x85\x29\x41\x0a\xf5\x09\xeb\xb3\x90\xf8\xb2\x52\x98\x51\x50\xd0\xe2\x6b\xb7\x49\xeb\xc3\x2f\xb4\x70\x8a\xc7\xa4\x87\x9f\xa3\x86\xd5\xac\x2a\x59\x15\x52\x94\xcc\x42\x0a\x64\xd5\x14\xf2\x42\xa6\x13\xa6\x66\x91\x16\x72\xa6\x00\x4d\x11\x34\x45\x40\xd6\x4d\x11\x34\x45\xe0\x53\x8a\xa0\x29\x82\x41\x92\x25\x6f\x8a\xc0\xdc\x5f\x93\x5e\xf2\xa2\x6d\xda\x67\xd2\x47\x5e\xd4\xaf\xfb\x8b\x0b\x39\xf3\x50\xb7\x7a\x0b\x39\x53\x84\x6e\x4e\x0b\x99\x41\x20\xf9\x69\x80\x69\x82\x2f\xdd\xc8\x84\x41\x20\xdd\xbe\x75\xfb\xfb\xfc\xd8\xed\xef\x2f\xcc\x32\x29\xf8\x63\x4e\x0b\x33\x12\xf2\x7d\x14\xcb\xc2\x0c\x86\xd2\xf4\x28\xdf\x85\x19\x89\xea\x3d\x0a\x78\x61\xc6\x61\x52\x98\x14\x3c\x45\xd1\x3f\xcb\xb5\x30\x23\xaf\xbc\x72\x25\x7b\x30\x23\x0d\x92\xc2\x24\x5e\xa4\x6d\x72\x9d\x26\x21\x76\xc6\x83\x5c\x4f\x93\x4e\x92\x26\x49\x97\x49\x76\x98\xd5\xf3\x72\x67\x5c\x03\x33\xca\x6a\xaf\x3c\x28\x2a\x98\xc1\x08\x90\xc7\x6d\xd2\xcd\x53\x14\x62\x52\x47\x30\x83\x1e\x9a\x15\x4e\x56\x38\xf4\xab\xe2\xa7\x0a\xe8\x7a\xc5\x0f\xb5\x1c\xab\xeb\xd1\x89\xca\x51\x4c\x59\x3f\xe7\x23\x61\x42\xfc\x1c\xc4\xcb\x51\x4d\xa9\xab\x45\x1b\x29\xcd\x14\x06\xd6\x83\x94\xd3\x94\x35\x8c\x16\x7f\xfb\x32\x65\x0d\xa3\xa5\xa2\x7e\x7f\xaa\xcc\xff\x5f\x2d\x5a\x8e\xdb\x17\x96\xce\x41\x14\xc5\xef\x1e\x38\x7e\x17\xbf\x7a\x90\xf8\xe4\x4a\x41\x10\x80\x21\xa5\x14\xcb\x56\x18\x76\x97\xac\x8a\x5f\x0e\xe8\x95\x94\x69\xca\xd2\xc2\xe9\x48\x4b\x7a\xe5\x54\x0e\xe8\xc9\x23\xf3\x94\xaa\xaa\xdc\x3c\x55\x10\xce\xed\x53\x37\x4f\xa1\x4e\x8b\x62\x07\x6b\x70\x42\x1a\x76\x4a\xb0\xd2\x28\xe8\xa3\x3c\x9e\xcb\xb4\x95\x5d\xd8\x1c\x20\x1d\xb4\x50\x24\xb2\x8b\x54\xf9\x85\x49\x12\x35\x8a\x42\x12\x03\x6e\x58\xc9\x88\x0f\x8d\xcd\x53\xf6\x54\x90\x0e\x3e\x97\xb0\xc3\x81\x3d\x6e\xa6\x17\x5d\x26\x66\x59\xd6\x49\x7a\xaf\xc7\x24\xba\xfd\xd2\xff\xf9\x58\x1d\x64\x23\x97\x44\x4a\x31\xa5\xfc\xfa\xa3\xad\x06\xce\x07\x25\x15\x6d\x8d\xa3\xf9\x48\xc9\x14\x46\x4d\x12\xcc\x66\x21\xed\x14\xb3\x59\xf8\x99\x12\xa6\xc4\x6e\xaf\x7c\xac\xba\x6f\xb4\xc6\x8f\x23\x01\xd1\x96\x00\xf2\x91\x86\x29\xf3\xd7\x1f\x6d\x0d\xb4\xf9\x40\x95\x88\x94\x4d\xb9\x4d\x79\xd6\x33\x16\xf0\x35\x65\xa9\xd2\x4c\xce\xd9\x4a\xe4\xd5\x37\x3a\x39\x67\xcb\x9c\x29\x33\xc2\xc8\x96\x27\x53\x1e\x53\x2c\x4f\xa6\x3c\x94\xb9\x98\xcf\x42\xf7\xb7\x8a\xf9\x94\xb2\x4c\x1f\x9f\x99\xa6\xac\x12\x26\x4a\x58\x2e\x53\xae\x5f\x7f\xf4\x82\x34\x8a\x65\x5e\x48\x39\x25\xca\x58\x2c\xf5\x42\x59\x63\x6c\x3e\x42\x99\x05\xc6\x22\xef\x85\x79\x2f\xac\xf7\x28\x41\xb7\x4c\x1d\x45\xdd\x3b\x49\xbe\xd8\x27\x49\x94\x6a\xf8\xd4\x20\x69\x90\xd9\x69\x21\x4e\xfa\x48\x25\xe9\x79\x48\x5a\xe8\x7d\xc9\x40\x33\x40\xa4\x34\x6a\x25\xad\x98\xb6\xea\x4c\x0d\x13\x63\x87\x58\x4f\xf9\xe6\x34\x6d\xfe\xfa\x63\x94\xc3\x17\x4f\x93\x4e\x92\x82\xa4\xcf\xa4\xef\xaf\x9d\x37\x6b\x41\x88\x71\x20\x8a\x64\xd7\x00\xbd\xf9\x9b\x99\x6e\x08\xc6\x61\xc1\x6c\x54\x90\xd7\xc7\x9d\x93\x4d\x08\x66\xd9\x0f\x5d\x26\xad\xd6\xe8\x4b\xf2\xa9\x58\x7a\xbe\xbc\x25\xa2\x95\x56\x2d\x03\xc3\x7f\xe9\xbc\x58\x7d\xb1\xbe\x24\xf1\x66\x53\x3a\x4b\x11\xf7\xea\x53\xcd\x3a\x2e\xad\x3b\xb2\x85\xb7\x85\xd2\x6a\x8e\xb1\xab\xd8\x7d\xaa\xf3\xd4\xa4\xa8\x5d\x49\x2c\x8c\xb2\x94\x57\x4e\xd3\x17\xd7\x38\xd6\xd7\x58\x99\xd3\xb4\x86\x0b\x7d\x8d\x8c\x39\x4d\x0b\xba\xd0\x0b\x45\x9f\x61\x0a\x43\x7b\x3e\x28\xe8\xb4\x8a\x93\x2a\xe6\x44\xb1\xa6\xb2\x99\xdd\xe7\x68\x8e\x39\x4c\x9b\xa6\x51\xd6\xdb\xfc\x96\xcd\x3b\x8a\xb2\xbf\x7d\x75\x61\x14\xc6\x92\x74\xdf\x26\xdd\xbe\x49\xd9\x1e\xcb\xef\xa0\x99\x0f\x5e\x7d\xac\xc1\x42\xaf\xe4\xff\x98\xff\x42\xaf\xd4\xfb\x35\xfb\x85\x71\x24\x93\xba\x49\x9d\x24\xde\x7b\x2d\xeb\xc2\x38\x18\x65\xd2\x6b\x9f\x7b\x91\x34\x9f\x55\xb6\x03\x83\x4e\x27\xcf\x8e\x7a\xa0\xd3\x55\xb3\x1d\x1a\x74\x3a\x49\xb6\x43\x83\x94\xd3\xf0\xbd\x6e\xda\x9a\x87\xad\x59\x45\xce\xc7\x30\x65\xfc\xfa\xa3\x87\xbf\x76\x9a\xe2\xf0\x34\x4d\xbb\x4c\x5b\x1d\x6e\x69\xfa\x9c\x1d\x41\x41\x6f\xf4\x91\xec\x18\x0a\xda\x32\xed\x73\xf6\x2b\x00\xeb\x5b\x1f\xa4\x99\xfd\x42\x6f\xbf\xad\x6d\x73\x4e\x8f\x2f\xac\x0f\x7a\x19\xc6\x39\x3b\x38\x82\x7e\xf8\x43\x9f\x29\x1f\xa5\x41\x20\x8e\x97\xa0\xd7\x46\x8a\x02\x71\x74\x34\x45\x71\x64\x2a\xef\x5b\xd3\x94\xf5\x35\x04\xe5\xcd\x96\x77\xa1\x07\x3f\xef\xd7\x97\xf3\xbd\x7e\xcc\xb7\x2c\xe2\xc2\x48\x13\x61\x64\xcb\xb8\xd0\x5b\x46\xf8\x85\x4e\x02\xfa\x61\x8a\x25\x5a\xe8\x8c\xce\xd9\x51\x15\xb4\x46\x46\xc5\xbc\x0b\xd5\xa7\xd4\xa1\x54\x43\xa9\xa2\x41\x72\x55\xf6\x0b\x1d\x15\x97\xfd\xae\x41\xe3\xeb\xcc\xcd\x26\xc3\xba\x40\x5b\xe5\xd6\x4c\x59\xdd\xe1\x30\xc5\xda\xae\x4f\xbf\x37\x44\xdb\xcd\xb9\xef\x5f\xe3\xa9\x61\xda\xb2\xfc\x7a\x50\xca\x61\x4e\x63\xe5\x14\xbc\xe7\xe7\x9a\xe7\xee\x7e\x94\xc0\xcf\x15\xac\x34\x6a\x33\x6d\x03\x3f\xe1\xc4\xc8\x95\xfd\x84\xc1\x4a\x43\xea\x53\x39\x2c\xfc\xdb\xbb\x0a\x79\xaa\x25\x27\x92\x38\xad\xf7\x79\xf8\x1c\xa5\x3b\x2d\xcb\x42\xaf\xe4\x76\xd9\x61\x2e\x3a\x4c\xe1\xc5\xd7\xcc\x16\xfa\x98\x3c\xf5\xfa\xd4\x82\xda\x53\x3b\x55\xfc\xfc\xa8\x8a\x1f\x15\x58\x03\xd3\xaa\x41\xf1\x5b\x00\x58\x72\x39\x02\xc9\x82\xf5\x2d\xac\xf2\x87\x6d\x14\xdd\x8f\x76\x15\x35\xd4\x7b\x31\x18\x24\x18\xa1\x63\x20\x8d\x58\x23\xe9\x38\x68\xdc\x98\x74\x93\xb8\xd6\x78\xa6\x0e\x0d\xdc\x0c\x39\x6e\x0c\xad\xc2\x30\x1a\x0e\x5e\xf1\x62\x04\x16\x46\xa1\x78\x2d\xc7\xc2\x60\x6a\x94\xab\x95\xaa\xc1\xd7\x8d\xce\xac\xd5\xa4\x85\x91\x6b\x22\xe9\x35\xe9\x25\x69\xfd\x66\xb5\x47\x81\x91\x19\x99\xaa\x1d\x08\x8c\xcc\x50\x58\xdb\x63\x12\x2f\xf2\x09\x55\x66\x6c\x62\xe4\xba\xc4\x5f\xd5\x30\x60\x64\x3e\xc6\xda\xcd\x7e\x89\x67\x64\x7a\x6c\x1d\x26\x2d\x91\x8c\x4c\xbb\xd5\x31\x4d\x9a\xbc\x48\x21\x86\x85\x18\x14\x82\xee\x58\xc7\x65\x12\xda\x8a\x21\xac\x32\x59\x11\x23\x87\xd9\x5b\xd4\x85\x91\xc3\xec\xad\xf6\xa0\xf4\x88\xb5\x0e\x4b\x3f\x28\x3d\x96\x60\x55\x61\xd5\xd5\xdb\x47\xe6\x93\xa8\x76\x44\xd0\x19\x92\xea\x69\xe1\x17\x3a\xba\xbd\x9e\xd9\x94\xcc\x60\xef\x6b\x96\x1d\xa7\x57\xde\x3f\x78\x5a\x78\xdc\x5e\x39\xa3\x46\xeb\xe5\xab\x17\x6a\x94\xc2\x5f\xc5\x14\xd4\x28\x65\xb7\x4f\x80\xf5\x7d\x90\x3f\xce\x27\x31\x8e\xe4\x63\x0a\x62\xa1\x63\x31\xd7\x4b\x39\x2c\xf4\x82\xb0\x6e\x6b\x73\xdb\xf1\x27\x62\xbe\xad\xcf\x8d\xf9\x82\x0a\xad\x6a\x55\xd0\x33\xe5\xbc\xfd\xbd\x1b\xd7\x5f\x23\xc5\x06\xbb\x69\x30\x4b\x70\x5b\xc1\x85\x9e\x29\x81\xba\x18\xa4\xa3\x1e\x96\xc1\xa6\x58\xe8\xa8\x9c\x7a\xdb\x12\x0b\xdd\xbe\xfc\x2a\x96\x97\x3e\xc3\x27\x55\x5f\xdb\x66\x61\x64\x3e\xc6\xfa\x56\x93\x68\x2e\x46\x84\xaa\xc2\x06\x29\xef\xce\xec\xf7\x0f\xb4\x25\x9b\x9f\x4a\x3b\xc8\x9e\x06\x6b\xea\x59\xd0\x73\x26\xa5\x99\x82\x10\x12\x29\xaf\x29\x2f\x86\xde\x92\x42\x73\x84\x00\x3f\xc7\xa9\xe6\x3c\xa0\x25\xba\x1f\x03\x7b\x53\xd7\x81\xe1\xd8\xd2\x54\x76\x60\x64\x7f\x31\x2c\x56\xe0\xbd\x24\xfb\x30\xfb\x85\x8e\xe5\xda\x1c\x6c\xc0\xc8\x29\xfd\xb6\xe6\x6d\x7e\xde\x60\x1c\xa9\x93\x64\xb6\xcd\x0e\x4b\x71\x5a\x31\x49\x91\x14\x92\xc2\xa4\xe0\xa9\x41\x92\x52\x6a\x48\x9c\x11\xab\xa9\x7d\xc0\xc8\x18\x3f\xad\x75\x93\xec\x9c\x54\x04\xdf\x51\x6e\x6d\x6a\x8e\x98\xd9\x69\xda\xd2\xc9\xdd\xca\x29\xb9\xe6\x6c\x04\x33\xad\x39\xee\x80\xde\xcd\x5e\xc9\x35\xda\x73\x95\xb4\x6b\x48\x75\xdd\x0c\x89\x79\x55\xd7\x42\xe9\xce\xcf\x1c\x18\x7a\xa5\xac\x60\xf5\x8e\x55\xf1\xde\x4d\xeb\x34\x0d\x0a\xa9\xfb\x85\x83\xa1\x01\xf9\xe2\x25\x11\x29\x9c\x44\xbc\xa3\x9a\x56\x99\x49\x56\x9f\xeb\xa6\x75\x1c\x79\xfb\xb9\x69\xda\xe4\xdd\xfd\xdc\x65\xda\xc5\x73\x7c\x3e\xaf\x23\xd9\xbb\x86\xad\x54\x06\x9f\xf0\xeb\xb8\x05\x22\xf3\x71\xbe\x8e\x5b\x20\x45\x50\xd9\x57\xfb\x1c\x44\x0b\x93\xb2\x49\xf9\xd7\x1f\x45\x63\xe2\xd5\x42\x07\xa1\x89\xfe\x3a\xe2\x81\xf0\xe3\x78\x55\xf9\x20\xd5\x82\xe5\xf8\xaa\xf2\x41\x8a\xca\xb0\xf4\xaa\xf2\xc1\xaa\xbe\xbf\x30\x4c\xc3\x9f\x5b\x9b\xef\x5a\xfd\x85\x8a\x87\x21\xbf\xd3\xda\x2f\x54\xa7\x39\xef\xb4\x56\x0b\xa5\x31\xfe\xbf\x0e\xbd\xa0\xd8\xd0\xaf\x2d\xf3\x9e\xb8\x32\x9b\x6f\x9e\xd6\x8a\xb5\x8d\xd0\x00\x7c\x4f\xab\xc5\xea\x46\xc5\x99\x97\xdf\xd3\x3a\x9c\xd4\x01\xcf\x7f\x7e\x4f\xcb\x7b\x52\xde\x3e\xa8\xd7\x69\x79\xf1\xcc\x14\xc7\xfc\xd7\xe1\x1c\xa4\x32\x19\x82\x5f\x87\x73\x90\x62\x4e\x9f\xb3\x09\x17\x96\xd1\x46\xd2\x63\xd2\xc3\x63\xf6\x88\xd3\x56\x65\x29\xa3\x4c\x3e\xfe\xf7\xb2\x6a\x0b\xa9\x1e\xf4\xfd\x57\xed\x00\xfe\xfa\x13\xea\x07\x90\x42\x4b\xeb\x55\x1b\x80\x14\x07\xf3\xec\xf7\xb2\x1a\x2c\x3d\xc4\xb1\xdf\xb5\x78\x97\x2e\x2f\x94\xb8\xde\x18\x91\xca\xee\x3b\x97\xe5\x43\x4d\x44\xc2\x8a\x7a\x55\x13\x20\x4d\x54\xd5\x7b\x5b\xbc\x85\x54\x75\xaf\xbc\xb7\xc5\x5b\x48\x65\xe0\x2a\x79\x9d\xb7\x81\xdc\x18\xba\x5f\x35\xcc\xeb\x62\x45\x1b\x48\xe0\x56\xc8\x37\x42\x1e\x36\x9a\x0a\x04\xa4\x8a\x27\x35\xbf\xb7\x25\xbe\x5d\x1a\x1a\xfe\xac\xdd\x07\xbb\xa9\x66\xbb\xfb\x63\x89\x17\xca\x61\x3b\x3a\xe7\x03\xa9\xaa\x58\xde\xc7\xa2\xb0\x4a\xf2\xd7\x57\x15\xe8\xd3\x15\x8a\xcf\xd9\x57\x16\xd6\xa0\x48\x92\x25\x79\xfc\x62\x95\xe7\xa3\xec\x58\x3e\x29\xc3\xee\xf8\x58\x3a\x16\x50\xca\x60\x46\xf2\xaa\xcf\x40\x6a\xca\xce\x79\x24\x28\xc5\xce\xe8\x3c\x12\xa4\x82\x4e\x7d\x5f\xfb\xdd\x42\x76\x06\xf4\xbe\x96\xe3\xc5\x2b\x1e\x3e\xe5\x4f\x2e\x94\xc9\x1c\xe4\xfd\xac\xfc\x42\x6a\x68\xbd\x4f\x45\xf8\x69\x08\xd3\xe7\x3e\x7c\x84\x62\xe8\x5c\xf8\x1c\x5e\x41\xe0\x49\xcc\x9f\x13\x55\x10\x07\x1d\xe4\xc3\x91\x2b\x52\x61\xf4\xfa\x54\xaa\x20\x12\xda\xff\x53\xab\x82\x92\xbb\x79\x75\x93\xfa\x7a\x2a\x59\x88\x61\xd2\x92\x75\x65\x58\xfa\xf4\xe2\x80\xc8\x38\xb8\x3e\xe7\xb8\xa0\x38\x74\x7f\x4e\x71\x41\x29\xd3\x5f\xbc\x4d\xba\xd7\x8b\xc9\xbc\x1e\x93\x9e\x95\x94\x2d\xfd\x6b\x12\x03\xed\x2e\xfd\x67\xd2\xb7\x92\x90\xea\xa7\x0f\x12\x44\xa6\x1d\x3f\xa7\xd0\xa0\xa4\xe6\x53\xca\x6b\xa1\x4c\x06\xd0\xcf\x39\x34\x88\x3c\xe3\xb7\xd5\xf6\xa7\x9f\xf2\x4b\x4b\x76\xe5\x30\x13\x65\xb7\x10\xe5\xa0\xd8\x49\xd9\x2d\x64\xbd\x43\x9f\xae\x4a\x50\xf4\x04\x7e\x49\xd9\x2d\x44\x41\x21\x7f\xaa\x47\x10\x25\x9b\xbd\xb2\x5b\x88\x92\x7d\x51\xd9\x2d\x94\x1e\xbe\xa8\xec\x16\xd2\x64\xe2\xfc\x69\xdd\x80\x88\x6a\x92\xb2\x5b\x28\x09\x95\xf7\x39\x95\x07\xdb\xc9\xf3\xe9\x39\xfb\xf2\xea\x58\x15\x13\xfc\xcb\x0a\x6a\xa1\x8c\x6e\x92\x92\x58\xc8\x83\x69\xe4\xa7\x13\x00\xe4\xb0\xb5\x74\xb0\x81\xbc\xfb\x87\x8e\x01\x10\x8d\x51\xf6\xcb\x0a\x27\xf3\x11\x33\x8a\x7d\x3a\x0b\x40\x8e\x6a\xb9\x14\xce\xc2\x56\xa7\x9f\xee\x02\x10\xcd\x96\xcf\x0a\x67\x21\x1c\xd6\x3e\x5d\x08\x20\xa7\x6e\x51\x15\xce\x42\x74\x65\x9f\x15\xce\x42\x9a\xf6\x6e\xfd\xb9\x20\x4d\x6c\xad\xaf\x28\x1c\x56\x09\xbb\xc2\xd1\xc7\x0b\x52\xb5\x2b\x17\xe5\x55\xfe\x4d\xa7\x7f\x7a\x28\x40\xe8\x0d\xfa\x74\x51\x80\xd0\x6b\xf0\x15\xe5\xb5\x10\x3a\x09\xbe\xa2\xbc\x16\x42\x4f\xc6\x57\x94\xd7\x42\x6a\x8c\x97\x9f\x6e\x65\x90\xa2\xda\x75\x8a\x02\x5b\x88\x3e\xcc\x4c\x81\x2d\x44\x1f\xbe\xa9\xc0\x16\x72\x55\xd2\xfa\x45\x40\x4c\xec\x8a\x4f\xf7\x33\x48\x73\x67\xaf\xc0\x16\x72\x61\xfa\xf1\x69\x2b\x83\xed\x46\xfc\x42\x81\x2d\xd4\xc3\xf6\xd0\x7e\x06\xa5\x3a\x1c\xe8\x77\x01\x25\xf9\x55\xeb\xde\x06\xa9\x33\x5f\xfc\x42\x81\x2d\x14\x17\x05\xbe\x50\x60\x0b\xf5\x18\x66\xaf\xc0\x16\x4a\x46\x11\x7d\xa1\xc0\x16\x6a\x2a\xfe\xa2\x02\xc3\x57\x3e\x9a\xd9\x2b\xaf\x85\x32\x92\x2f\x2a\xaf\x85\x34\xaa\xe5\x52\x5e\x81\x35\xa1\x24\x42\x79\x2d\xd4\x82\x72\xf9\x42\x79\x2d\x54\x96\xb9\xf3\x17\xca\x6b\xa1\x16\x1b\x52\x57\x00\x28\xc1\x5c\xfd\xab\xca\x6b\xa1\x0c\x87\x13\x1d\x50\x20\xb3\x0e\x9c\x3f\xfd\xcf\xa0\xea\xc2\xff\xaa\xf2\xaa\xe8\xf3\xc3\xa7\x94\x57\xc5\x16\xb6\x8e\x1a\xdb\xa0\xb0\x8c\x94\xbf\xaa\xbc\x16\x4a\xb5\x67\x56\xe5\xb5\x50\x9b\xa3\x42\x55\x5e\x0b\xb5\x1d\xbe\xa8\xbc\x16\x4a\xf3\xf3\xd0\x09\x0e\x96\xb5\x4c\x92\xf2\x5a\x48\x4d\xd5\x55\x95\xd7\x42\x1a\xc3\x72\x29\xaf\x4a\xff\xda\xbf\xa8\xbc\x16\x92\x33\xe5\xcf\x79\x16\x48\xba\x02\x3e\x27\x52\x20\x55\x5f\x74\x22\x05\x52\x65\x46\xff\x39\x91\x02\xb9\x55\xf3\x52\x5e\x0b\x65\x60\x89\x7d\x4e\xa4\x40\x61\xad\x31\x7f\x4e\xa4\x40\xd1\x7f\xf3\x39\x91\x02\x29\xb4\x1b\x3e\x67\x52\xa0\xee\x4f\xad\x29\xb0\x85\xb2\x9b\xdb\xb9\x15\x28\x61\x6f\x6a\x0a\x6c\x21\xa7\x6e\xc1\x14\xd8\x42\x19\x8e\x4d\x4e\xb7\x40\xe9\xbb\x14\x0a\x6c\xa1\x8c\xe2\x53\x0a\x6c\x21\x37\xa6\x20\x9f\x9e\x1f\xb0\x4d\xdf\x4f\xcf\x0f\x48\x31\x99\x54\x7e\x3a\x22\x41\x2a\x0e\x3b\x5d\x89\xe1\x9b\x74\x1a\xf5\xe9\x3f\x03\x65\x5a\xfc\xae\xc4\x16\xf2\xb4\x71\x9d\xba\x81\xb2\x3b\x4a\x57\x62\x0b\x79\x6b\xf6\xae\xc0\x16\x52\x65\x66\xf1\x75\x05\xb6\xd0\x96\xce\xfe\x6d\x6d\xec\x32\x09\x28\x53\x6d\xdc\x95\x67\xd7\x9d\xe3\x4f\x29\xcf\x85\x38\x1c\x35\xba\xf2\x34\x60\x61\x27\x29\x4f\xa3\xb3\x98\x10\x7c\x2e\xb9\x80\xac\x09\xfa\xb9\x4e\x06\xda\xce\x5e\xb7\x19\x28\x79\x90\x97\x3e\x5c\x90\xab\xda\xd8\xa9\x2a\xc8\x59\x09\x0f\xc5\xb9\x90\xb3\xfd\xdb\xc9\x2b\x48\xb9\x50\x08\xbd\xbf\x20\x37\x6d\x3a\xa7\xb3\x20\xeb\xf7\xf9\xf4\x63\x82\xbc\xbf\x74\x27\xb8\x20\x1f\xbb\x5c\xca\x6b\x21\xef\x2f\xdd\x29\x2f\x68\x45\x6d\xec\x8c\x17\xb4\xdd\xe5\xf5\xdd\x81\x3c\x1d\x65\x9d\x03\x83\x34\x1c\xd7\x9d\x03\x83\x7c\x98\x97\x53\x60\x90\x9c\x16\x7d\x53\x79\x2d\xb4\x66\x1d\x9d\x15\x83\xb4\x6d\x09\x67\xc5\x20\x85\x2a\xce\x59\x31\x48\x53\x5b\xc2\x59\x31\xc8\x5b\x2b\x39\x29\x06\x25\x4d\x9f\x52\x5e\x0b\xcd\x25\x96\xcf\x29\x31\x68\xba\xd9\x3f\x67\xc4\x60\x4d\xaf\x48\x52\x5e\x0b\xd9\xe9\xd0\xe7\x24\x19\xe4\xb1\x0b\xa1\xbc\x16\xf2\xc8\xbe\xa8\xbc\x16\x72\xc5\x3f\xf2\xe9\x4f\x07\xb9\xf8\x59\x38\xbb\x06\xd9\xe5\xc1\xcf\xd9\x35\xc8\x53\x15\xe4\xec\x1a\xac\x89\x15\x5d\x47\xdf\x26\x28\xc3\xfc\x9d\x70\x83\xb2\xed\x62\xe7\xdb\xa0\x84\xa6\xa3\xde\x7a\x50\xa6\x43\x97\x33\x70\x90\x5c\x02\xfb\x4e\x05\xb6\xb0\xe7\x68\x9f\x73\x72\x50\x86\x1d\xdf\x29\x39\x28\x55\xe5\xe5\x8c\x1c\xf4\xe4\xd0\xe2\x84\x1c\xf4\xa4\x49\xe0\x7c\x1c\xa4\xbc\xb3\x57\x60\x0b\xa3\x39\x99\x71\x3a\x0e\x4a\xf8\xc5\x9c\x0a\x6c\xa1\x0c\x27\x46\x97\x02\xbb\x98\x14\xfb\x25\x3b\x67\x07\x3d\x39\x26\x39\x65\x07\x3d\xe1\xb4\xf8\x9c\xb1\x83\xa4\x4b\xff\xbb\x94\xd7\x42\x69\xaa\xde\x4b\x79\x2d\x94\xba\xb3\x57\x5e\x17\x1a\x41\xcd\xee\x4c\x1f\xe4\xaa\xec\x2f\xe5\x75\xf1\x41\xda\xcb\x9d\xfb\x83\x7c\xec\x24\xe5\xb5\x50\xf6\xec\xec\x52\x5e\x0b\xd9\x15\x89\x4f\x07\x01\xc8\x87\x43\xbd\xfe\x01\xd0\xb3\x43\xbd\xee\x01\xd0\xf3\x34\x2f\xe5\x75\xeb\x26\xa7\x8e\x3a\x0c\xc0\x9e\xe0\x7e\x3a\x0c\x40\x6a\xda\x84\xfa\x0b\x40\x39\x34\xc8\x75\x17\x80\x1e\xfb\x45\x85\x73\x1b\x12\x84\xbc\xf4\x20\x80\x1e\xd9\xbc\x14\xce\xc2\x76\xdc\x7c\xb7\xc2\xb9\x09\xe0\x71\x02\xfd\xe9\xb9\x06\xa9\xf9\x91\xea\x7a\x00\xd9\x25\xfc\x4f\x67\x36\xe8\xe1\x1c\x40\x67\x04\xe8\xa1\xf1\xa5\x2f\x02\x94\x3d\xc3\xd5\xbf\x0d\xd2\xd4\x26\xb8\xb7\x74\xd6\xe7\xe7\xea\xe7\xe7\xa2\x0e\x28\xe1\x17\xa9\xbf\xe2\x63\x41\x3a\xaa\x4f\x29\x9d\x85\x32\xb5\xa1\x5c\xa4\xfe\x9e\xca\x32\x4f\xfe\xe5\x77\xc5\x08\xe2\x42\xf4\x0c\xb1\x32\xc5\xe8\x19\x81\xd5\x5e\x0e\x66\xe7\x62\x94\x35\x9a\x94\x83\xd9\x79\x39\xd6\xbc\xbb\xad\x9f\x2b\x07\xd3\xee\x42\x40\x0d\x83\x50\x31\xa2\x46\xf4\x42\x46\xc9\xac\x13\xab\x86\x07\x29\x66\x4d\xfc\xcc\xea\x20\xc5\x48\x18\xc1\xfa\x67\x21\x28\x66\xa3\x37\x7f\x9e\x29\xa2\xe8\xed\x98\xbf\xa9\x84\x8b\xc1\x33\x62\x60\xe0\x17\xe3\x60\x44\xca\x39\x99\x66\x09\x8d\xa2\x48\xfe\x18\xb3\x1d\x31\x0e\x2b\xcb\x74\xa1\x1c\x6b\xdc\x1f\x41\x65\xa7\x15\x59\xe8\xd3\xfc\x19\x84\xcb\x31\xd1\x50\x88\x76\x5a\x93\x35\xba\xb6\x4a\xca\x69\x46\x5f\xfb\xf5\xc7\xcc\xd4\x96\x40\xd7\x72\x7c\x84\x97\x24\x1e\xfa\xcc\xe8\x43\xfb\x91\xf5\xa7\x90\x3e\x84\x84\x20\x3f\xb3\xfe\xc8\x3a\xfd\xf2\xbb\xe2\xf2\x77\x61\x21\x3b\x1d\x44\xfe\x16\x97\xb2\x4b\x5e\xb3\xc7\x81\xda\x29\x59\x29\x80\x81\xbb\xae\x64\x66\x8f\x25\x17\x96\x92\x93\x4f\x15\x93\x56\x85\x99\xf9\x14\x17\xb3\xc5\x20\xf0\xb4\xb8\x9a\x2d\x06\x31\xb9\x25\x2b\x3c\x30\x08\x46\x2d\x99\xa9\xa2\x18\x4c\xe6\x4b\x66\xaa\x28\x06\xa1\xc4\x25\x33\x55\x14\xbd\xe5\x83\x24\x4b\xbf\x30\x92\x95\x64\xa6\x28\x06\xe1\xa8\xc5\x05\x74\x31\x08\x93\x2e\xae\xa0\x8b\x41\x7c\x73\xc9\xcc\x14\xc5\x20\x90\xb6\x64\x66\x8a\x62\x10\x6d\x5e\x72\x28\x9c\x40\x38\xd5\x24\x85\x13\x3a\xf8\x2b\x49\xd9\xa4\xcc\x8b\x26\x29\xaf\x40\x5e\xb4\x59\x1e\xe6\x85\x2b\xff\x40\x09\x94\x3c\xac\x11\xfe\xf8\xc3\x2f\x32\x4f\x9f\xc3\x18\x39\xa2\xf3\xdc\xf4\x47\x17\x46\xf2\xd5\xe9\x8f\x4e\x7e\x94\x3e\x90\xa7\x3f\x4a\xaf\x4c\xcd\xcc\x6c\xa4\x49\x23\x55\xaa\x39\x6d\x24\x7c\xf4\x47\x4c\x8a\x3b\x6d\xa5\x49\x2b\x35\x93\x6c\x25\x5c\xf4\x47\x4c\x73\xb3\x99\x26\xcd\x44\x27\xcf\xd3\x66\x9a\x2c\xe5\x65\x3a\xc6\xb4\x52\x0b\xe9\x88\x81\xb8\xfd\x16\xc0\x4a\xf3\x55\x1b\x6a\xde\xfe\x02\x2d\xe5\x17\x02\x46\x49\xbe\x6a\x4b\x4d\x5a\x6a\x5a\x77\x5b\x6a\x6e\xb1\xf1\xd8\xa9\xd8\x8c\x93\x8c\x41\x55\x4f\x65\x84\xcb\xff\x08\xdf\x3d\x15\x92\xdb\x19\x62\x22\xb8\x53\x29\x2d\xb3\xa1\x37\xbe\xb9\x7c\x5a\xaf\x85\xc1\x96\x81\x92\x4f\xeb\x75\xda\xfd\xe8\xca\xa7\xd5\x3a\xe9\x7e\xd5\x72\x58\xab\x93\xee\xd7\xcc\xcb\x4a\x61\x36\xb0\x45\xa1\xe4\xd3\x4a\x9d\x54\xaa\x99\xbd\x95\x3a\xe9\x7e\x0c\xbc\xf9\xb2\x4e\x97\xdd\x8f\x26\x78\x4c\x5a\xdf\x79\x3a\x88\x18\x2e\x86\x24\x88\x71\xf0\xd9\x19\x3c\x5b\x0c\x9e\x4d\xd8\x5e\xc5\xf0\x59\x31\x0e\x3e\x32\x03\x68\xc5\x7a\xac\x91\x56\x4d\xe3\x23\x1e\xfe\x40\x33\xa9\xf9\x58\x27\xad\x9b\xc6\x16\x86\xb1\x2c\xf7\x52\xd4\x01\xc6\xda\xa6\x41\xbb\x14\x7c\xaf\x62\x3d\x67\x49\x4e\xd3\x4e\xd3\x2c\xca\x65\xda\x65\x9a\x45\xb9\x4d\xbb\x4d\xb3\x66\x8f\x69\x0f\x81\x4f\x95\x24\x84\x59\x0c\xd4\x1c\x74\xb8\xa2\x62\x01\xbd\x9a\x5b\xb2\x62\x0b\xe3\x60\xc0\x2a\xc9\x8a\x25\x86\xf6\xe2\x8b\xd6\x2b\x59\xaf\xe9\x9b\xd6\x2b\x11\xa4\xc5\xc8\x50\x92\xd5\x4a\x56\x8b\xa1\xb4\x24\xab\x85\x7b\x33\xcd\xc3\xe7\x76\xd9\x5c\xf7\xf5\x47\x69\xe8\x92\x93\x8f\x21\x11\x82\xfe\xc4\x38\x18\x2f\x4a\xb6\xb9\xb2\xcd\x45\x3b\x64\x2b\x95\xc3\x37\x69\x87\x6c\xad\x72\x35\x8d\x3a\x64\xab\xb5\xd0\xab\x55\xc8\x56\x6b\xa1\x57\x7a\xbd\x01\xca\xa5\xa0\x20\xd2\x4c\xb4\x82\x0a\x02\x0c\x82\x86\x4b\xc9\x36\x0c\xa1\x86\xd5\x8a\x66\xdb\x20\x5b\xd1\x44\x23\x64\x2b\x8a\x36\xd5\x0d\x59\x8a\x8a\x04\x8c\x23\xfe\x06\x35\x6d\x88\xb4\x48\x7a\xf0\x96\xc5\x69\xda\x12\x44\xc9\x54\x5a\xdd\x53\x8a\x95\xce\x88\x50\x4d\x03\x3a\xfe\xba\x52\xd4\x34\x20\x25\x5c\x84\xa5\xa8\x6a\xc0\x4a\xf3\x39\x1b\xb3\x10\x71\x87\x32\x28\xea\x9a\x62\x00\xec\xc4\x32\x2a\x2a\x1b\x30\x8e\xb0\x20\xf6\x50\x62\x60\xd3\xcc\xbe\xaa\x74\x8a\xd2\x29\x16\x4e\xe9\x84\xd2\x29\x3c\xa7\x26\x01\x2b\x0d\x29\xaa\x4a\xc0\x38\xc2\x24\xab\x1f\xcd\xc7\x68\xe0\xb0\x62\xc1\x2a\x39\x7a\xa9\x84\xf5\x0a\xeb\x65\x7f\x09\xeb\x15\x44\x76\x0e\x73\xb3\x5e\x0b\xbd\x4e\x33\xb3\x5a\x61\x1d\xd0\x98\x25\xac\x43\xf0\x95\xf9\xe1\xc5\xae\xc2\x4b\x33\x98\x64\x4f\xae\xd6\x4a\xc1\x55\x6b\x55\x89\x60\x9f\x14\xa3\x5a\xa9\x6a\xa3\x5a\xdc\x6a\xad\xd8\x46\x92\x26\x03\x6c\xa9\xb6\x6a\xb5\x7b\xfb\xb1\x54\xbb\x77\xb5\xf6\x0c\x8b\xa5\x5a\xfb\x4a\xed\x2d\x6f\xf7\x57\x71\x17\xa5\x81\x86\x2c\xdd\x7a\x11\x9e\x8a\xf9\x5e\x4a\xb7\xb9\x3a\x81\x7b\x3b\xc9\x9a\x76\xac\xcb\x4c\x77\xe8\xd6\xb4\x1b\xb9\x67\x5e\xd6\x94\xb8\xd6\xc3\xd2\x0e\x4b\x66\x9c\x56\xe1\xa9\x61\x1b\x10\x88\x94\xec\x82\xc3\xec\x59\x98\x4f\xa3\xf9\xa6\xf9\x0f\xad\x57\x92\x54\xfa\xc5\x08\x2f\xbb\x82\x3a\x19\x8c\xa3\xd0\xdb\xd4\xc9\x60\x1c\xf6\x7a\x55\x32\x18\x87\xfd\x4f\x5d\x0b\xd6\x4f\x9a\x99\x15\x9f\x54\xe9\xa0\xb0\x2a\x51\x30\x92\x23\xa4\x3a\x14\x8c\x03\x9b\xab\x68\xa0\x82\xde\x1c\x71\xd4\xaa\xc5\x90\x25\xc5\xa3\x52\x05\x83\x68\xbd\x52\xd4\xa9\xe5\x64\xb4\x55\xae\xa7\x35\x3a\xb1\x32\xec\x54\x6a\x38\x30\x0e\x3f\xd0\xcb\x5f\xbc\x18\x34\x32\x3d\xf4\xf2\x17\x2f\x7f\xd1\x17\xfd\xc5\xcb\xf0\x6a\x7e\xf1\xf6\xa9\x5b\x9d\x87\xb1\x53\x6e\x4b\xc1\x7c\x10\x37\x5f\x29\xb7\x12\xbb\x31\x62\xb0\x3a\xca\xad\xc4\x6e\x3e\x6c\x3f\xd8\x5b\x81\xdd\xa8\x71\x35\xd4\x6d\x53\xde\xf4\x94\x44\xbd\x1f\xb3\x7f\x08\x73\xf1\xab\x7e\x6c\xa3\x47\x1d\xd8\x28\xff\xe3\x47\xf7\xa8\xef\xe8\xd8\xc1\xc2\xa8\x48\x85\xf8\xcc\x12\xaa\x5e\x90\x6a\x41\x8e\xe1\xc0\x1d\x6e\x2c\x99\x69\x89\xc8\x78\x40\x91\x2a\x1b\x6f\x4a\xb0\x67\x43\xa4\xca\xa4\xb6\x54\x35\x0d\x48\xc5\x9e\x50\x1d\x89\xc0\x8e\x1e\x29\xdd\x4e\xda\x77\xf4\x08\x1f\x68\x27\x8c\x4a\xa4\x60\x73\x61\x39\x3f\x84\x0e\xd6\x6f\x2c\x41\x5d\x6a\x2e\x90\x2a\xeb\x69\xe5\xb2\x7c\x20\xb9\x82\x5c\x5e\x4d\x5d\xb0\xde\x5d\x75\x7b\x95\x0b\x58\xef\xae\x7a\xe8\x17\x11\x29\x30\x8d\x82\x79\xd6\xc6\x7a\xae\xfd\xf2\xbb\x30\x7e\x5f\xac\xb4\xf9\xcb\xef\x22\xe3\x2c\x17\x29\x88\xe5\x09\x8d\x62\xb1\x64\x75\xfc\xf2\xbb\x08\xec\x0a\xb1\xca\xb2\x9e\x0b\x06\x24\x91\x82\x48\xb9\xa8\x78\x6e\xc5\xfa\x8d\x95\x66\x18\x93\x58\x69\x63\xa5\x61\xcd\x89\xf5\x1b\xe9\x97\xdf\xc5\xc5\x82\xbc\x58\xcf\xad\xdf\x7d\x31\xd4\x84\x4b\xe6\xf1\x62\xa8\x89\x72\xec\xa4\x62\x12\x4e\xd8\x35\xbd\x8f\x17\x3b\x2d\x5e\x3a\x46\xe4\xa5\xd1\xe3\xc5\x00\x13\x05\x8f\x58\xbc\xd8\x5f\x22\xd7\x64\x66\xd3\xa4\x89\xe7\xde\xa7\x4e\x93\xf0\xaf\x2e\x83\x21\x5e\x8c\x2f\x91\x4a\xf8\xe2\x63\xd2\xf3\xeb\x8f\x52\x73\xfb\x4d\xdd\x1d\x2f\x66\x98\x28\x18\x84\xf1\x26\x2b\xcc\x9a\x37\x81\xe4\xf1\x26\x2b\xcc\xc6\x1b\x16\xcb\xe3\x4d\xd6\x8e\x6d\x35\x31\x28\x23\xb6\x9a\x08\x76\x1b\xc4\x8b\xad\x26\x72\x2b\x26\x29\x82\x85\x28\xc9\xec\x15\x41\x62\xd1\x71\xd9\xc2\xf1\x26\x45\x90\xf0\x00\x4e\xb3\xb7\xa8\x0b\xb9\xee\x17\x3f\x93\x3e\x45\xcc\x9b\xd9\xb2\x2e\x94\xa9\xf0\xb2\xa5\xc8\xae\x1b\x50\x8a\xec\x4f\x2e\x18\xf5\x10\x6f\x56\xc4\x2c\x02\x1f\x93\x4a\x66\x45\x9c\x2f\xf3\x47\xec\xac\x02\x8b\x1d\x56\x14\x6f\x56\xee\x59\x27\x36\x4d\x91\x2d\x1a\xa6\x55\x14\x3b\x49\xb1\x68\x0b\x71\x58\x29\x6c\x27\x91\xd8\x67\x1c\x6f\xb1\xb4\x2c\xd4\x12\x7d\x11\x6f\x51\x66\xc5\xf1\xc4\x66\x2a\xd6\x00\x9b\x08\xff\x61\xbc\x45\xa1\x2d\x64\xec\x9a\x78\x8b\x35\x58\xc8\xe8\xd3\x78\x8b\x15\x28\x2c\x5a\xd8\x2d\xcb\x2e\xec\xf7\x33\xba\x23\xde\xb0\x17\xb8\x43\xb5\x28\xb4\xb0\xb0\x61\x5c\x08\x85\x0d\xfb\x3d\xab\xab\x84\x28\xc4\x1b\xf6\x0c\x56\x57\x83\xcd\x36\xf1\x86\x5d\x23\xdc\xbd\x8c\x1c\xc3\xf2\x63\xfb\x44\xb2\xb4\x61\x69\x83\x68\x0e\x7b\x79\x28\xda\x85\x42\x04\x5f\xbc\x61\x47\x08\x1c\x6e\x76\x84\xb0\x02\x41\x34\x99\xf2\xa9\xfe\xe4\x42\x0b\xdb\xa4\x2a\xd9\xaa\x64\xc9\xab\x2a\xd9\x8a\x7f\x35\x51\xcb\x6a\xc1\x16\x22\xd9\x70\x55\xc1\xd6\xf9\x33\xd4\x25\xde\x6a\x6f\xa9\xe7\x5f\x03\x04\xe3\xad\x96\x95\xc5\xc7\x6e\xcf\xa8\x96\xd5\xc5\xc7\x4a\x25\xab\x65\xad\xb8\x9a\x33\xa5\x68\x0a\x76\x21\x9a\x95\xec\xf6\x95\x4e\x37\x76\x24\xea\xca\xba\xe3\x87\x1f\xfc\x62\x37\xfb\xce\x20\x66\x21\xba\xd9\xf7\xcf\x82\xf1\x93\xc3\xc6\x5c\x30\x12\x28\xde\xe1\x4f\x2e\x04\x47\x04\x84\xf1\x8d\xc2\xe8\x9d\x78\x87\x12\x5b\x28\xd3\xcf\x64\x28\x9e\x81\xbb\xbe\x53\xd6\xa1\x78\x58\x0f\xea\xf6\xeb\xa1\x78\x16\x22\xd9\x07\x86\x8d\xbb\x90\x89\xf8\x0e\x23\x20\x45\xd9\xa3\xe6\x50\x86\xa8\xb5\xd8\x3d\x6a\x58\x4b\x82\x22\x93\x49\x53\xf1\x4c\x46\x24\x87\x8c\x69\x8d\x58\xea\xc1\xe4\x0e\xa3\x1d\x45\x9a\xc5\xa7\xac\xe4\x74\x16\x42\x29\xa6\x95\x34\xd8\x11\x5f\x69\x18\xd8\x28\xe2\xb0\x43\x4d\x6b\xb9\x10\x87\x1d\x6a\x5a\x25\x96\x6c\x8e\x41\xbf\x98\x56\x09\x07\x49\xca\x54\x69\x5a\xfc\x65\xa1\x45\x32\xfb\xd3\xe2\x2f\x18\x0d\x17\xc4\x38\x6e\x44\xb2\x57\x9f\x16\x9f\xa8\x46\xfc\x93\xf1\x9e\x16\xff\xb4\xf8\x64\x7f\x5a\xfc\x85\xd2\x95\xeb\x69\xe9\x09\x73\x6c\x83\x2e\x70\x5a\x54\x56\x46\xda\x40\x86\xa7\xa2\x5e\x28\x47\xa7\x42\xe7\x2e\xea\x4b\x7b\x53\xae\xcb\xbe\x73\x51\x7a\xbf\x90\xcb\x8e\xb8\x10\xac\xc5\xc4\x7b\x59\x88\x85\x20\x32\x30\x0c\x48\x8c\x1d\x90\xb8\xbf\xe6\xcb\x6e\x71\x9d\x3f\xe3\xbc\xe2\xbd\x2c\xd8\x75\xfd\x35\xaa\x36\x08\x44\xdc\xc8\xc5\x62\xdc\x4a\x6c\x21\x57\xa5\x7f\x2b\xb1\x5b\x89\x91\xd9\xad\xc4\x16\x82\x43\x1a\xc2\xc8\x43\x11\x6c\x66\x8a\xf7\xf6\xa3\x5f\x48\xad\x9a\x97\x05\x73\x41\xa0\xf9\xa2\x05\xbb\x2f\x83\x36\x49\x52\x62\x0b\xc1\x66\x90\x78\x6f\x25\x76\xd3\x37\xfd\xb4\x6e\xbf\xc0\x85\x52\x3b\x79\x3d\x56\xe8\x51\x1b\xa4\xe3\x6f\xd0\xcc\x8f\x55\x59\xc8\xc9\x61\xfa\xb1\xf1\x17\xf2\x6e\xfc\xc7\xda\x2d\xe4\x11\x3e\x65\xed\x1e\xc2\xeb\x32\xb5\x7b\xec\x0f\x0b\xa5\x66\x4b\x64\xeb\x2c\xe4\xe6\x58\xf8\x58\xbb\x85\x66\x3b\x3c\x56\xee\xa1\x72\x99\x3e\xf9\x58\xb9\x05\x2d\xcc\x78\x5f\x2b\xf7\xee\xca\xf1\xd8\x6b\x73\xbd\x46\x15\x22\xbc\xd7\x5e\xb3\x90\x87\xc3\xd7\x6b\x1d\x17\xe2\xb0\x87\xbc\xd6\x91\x93\x26\x52\xa3\x14\xaf\xe5\x7a\x91\x7a\x36\x2f\x0b\xf6\x12\x74\x19\x24\x7d\x96\x62\x21\xb1\xab\x20\x0c\x80\x14\x79\x6b\xcd\x4f\x79\x71\x48\xc5\x50\x6b\x7e\xca\xeb\x53\x5e\xbe\x68\xd3\x2f\x94\x3c\x11\xe1\xe7\x77\xbd\x30\x4a\xa7\xde\x9f\xe5\xfa\x1c\xaa\xfc\x34\x3e\xc5\xf3\x39\xfa\xf2\x6d\x18\x74\x29\x46\xc1\x22\x31\xe8\x52\x24\xd6\x67\xc3\x08\x4b\x31\xca\x4e\x9a\x26\x4d\x4a\x66\xd2\x69\x12\xb3\x12\xfa\xa9\x21\x90\x62\xfd\xa4\xf9\x3f\xa6\x11\xb4\x87\x6d\x68\xc0\xa3\x48\x15\x33\xdb\x80\x47\x51\x2a\x56\xbb\x01\x8f\xa2\x10\x47\x1d\x06\x3c\x8a\xc4\x32\x45\x7c\x5a\x7a\x60\xfd\x24\x25\x4b\x96\x2c\x19\x32\x4d\xc5\x59\x16\x12\x81\xbb\x3b\x8c\x26\x14\x25\x15\x32\xd3\x52\x02\x85\x03\x33\xc2\xe8\x38\x11\x9c\x23\x10\x06\xb9\x89\x12\x0c\xa2\x46\xb4\x89\x60\x4f\x4c\x18\xbe\x26\x72\x0d\x5f\x54\x88\xf8\x89\x8a\xf5\x2e\x16\x75\x21\xb3\x7c\x12\x46\xaf\x89\x55\x23\xd3\x2c\x3e\xe1\x6b\x84\x04\x85\xe1\x6b\x22\x15\xc6\x5a\xe3\xcb\x44\x39\x2a\xf5\x0e\x0b\xb6\x90\xf1\xd1\x85\x91\x63\x22\x76\xbd\xc3\x82\x85\xe3\x23\x23\x93\xe1\x5e\x22\xa5\x66\x92\xed\xb6\x50\xd8\x5a\x16\x86\x7b\x89\x6c\x5f\x34\xdc\x4b\xe4\x03\x73\xdc\x70\xaf\xd8\xe1\x5e\xd5\x24\xcb\x5a\xf9\x04\x15\x75\x55\xae\x55\x6b\x8d\x51\xd4\xe0\xae\xd8\xc1\x5d\x61\xfe\x56\xa9\xb2\xef\x96\x31\xcd\xe0\x2e\x11\x9c\xd2\x10\x46\x72\x89\x42\xf4\x55\x18\xc9\x25\xb6\x95\x67\x24\x97\x88\x94\xa9\x64\x55\xd4\x0b\x99\xb5\xa4\x30\x92\x4b\x04\x07\x45\x84\x91\x5c\x22\x6a\xa3\x5c\xcd\x7a\xb7\x3d\xf6\x90\x7f\xb3\x14\x8d\xcf\xa6\x50\xd6\xa6\xc4\x1a\xa3\x96\xdf\x43\xf7\xcd\x4e\x1f\xc3\x36\x30\x30\x49\xa4\xc2\x60\x6a\x14\x92\x28\x78\xae\xc3\x28\x24\x11\x44\xfc\x85\xd1\x42\x22\x45\xc9\xe6\x6f\x2d\x3b\xb5\x2c\x66\x66\x2d\x17\xd2\xc4\xcc\x33\x5c\x28\x88\x0d\x4a\xc6\xe5\x86\xc1\x41\x22\x27\xbf\xc1\x61\xc9\xd8\x8e\x52\xb1\xe9\x8c\xde\x11\xc1\x52\x5e\x18\xaa\x23\x82\x53\x32\xc2\xb8\x1c\x31\x0a\x0a\xd7\xb8\x1c\x11\x6c\x55\x0e\x83\x70\x44\xce\x56\x7c\x58\x88\x81\xc4\x0a\xbd\x47\x9b\x0b\x04\x2b\x72\x61\x78\x8d\x18\x04\x0b\x86\xb1\x34\x62\x14\x06\x5d\x03\x67\x44\xec\xd6\x9d\x76\x1e\x56\xaa\xc2\x89\x89\x91\x33\x22\x12\x13\x77\xc3\x64\xc4\x28\x76\x28\x6d\x2e\x90\xd8\x11\x12\xc6\xc4\x88\x94\x1a\x49\xa7\xad\xcb\x7e\xd2\xc6\x08\x6e\xb4\x8b\x48\xc5\xcf\x59\xa3\x08\xc4\x1a\x00\x7f\x53\x2b\x1b\x4d\x22\x4a\x77\x30\xd4\x66\x32\x9a\xa4\x56\x6a\x77\x2a\x3c\x0e\xaa\x9a\x0e\x7c\x97\x1d\x69\x21\x57\x66\x40\x86\x7b\x88\x32\x1d\xcb\x2f\xf3\xba\x76\x77\x40\xec\x97\x99\x5d\xcc\x6d\x4c\xd2\xf2\x31\xae\x62\xd8\x1d\x6e\x7b\xc8\xcd\xa7\x6d\x3f\xd2\x18\x02\x69\x0b\xef\xf6\xd3\x60\x13\x5f\x71\xc4\xd7\xf2\x31\x14\xa2\x38\x18\x6a\xe6\x80\x51\xb0\x4e\x0d\x72\x10\x91\xec\x21\x9a\x39\x60\x95\x15\x81\x6a\xe7\x80\x48\x8a\xe7\x51\xec\x0f\xbd\xc6\x8a\x3f\x96\xf5\xd1\xbd\x83\x41\x6f\x98\x83\x88\xe4\xc8\xaa\x21\x03\xf2\x70\xcc\xd4\x90\x01\x91\x1c\xdf\x1f\xcb\xff\x30\xc0\x60\xcc\x7d\x8f\xcd\xfa\xf0\xe9\x31\x39\xf8\xb4\x6d\x40\x69\x8e\x26\x5a\x32\x9f\x96\x8c\xfd\x41\x4b\x06\xf4\x66\xbb\x69\xc8\x80\x5c\xcd\x4b\x43\x06\x94\xbe\x5f\xb4\xf4\x2f\x53\x27\xfb\x80\x26\x0a\xc8\xc5\x72\xbd\xfe\xe2\xcb\x2f\x62\xdb\x7c\x9f\x79\x7d\xcc\x9f\xfd\xcc\x3e\x7b\xca\x42\x89\xe9\x53\xf6\x94\x8f\x0f\x08\xab\xe5\xfb\x94\xc4\x42\xd1\x67\xf2\x7d\x4a\xe2\xf3\x8c\x1c\xf3\xb2\xda\xdb\x44\x71\xf8\xfd\x2c\xd8\x47\x53\x36\x8a\xaf\xd5\x02\x46\x59\xa6\x59\x35\xc6\xa4\x1e\x87\xf3\xff\xa5\x83\xab\xa7\xb6\x88\x54\x88\xc1\xad\x06\x95\x88\x60\x35\xb5\x1e\xac\x3c\x8a\x40\x89\xd5\x03\x4b\x46\x64\xce\x2f\xa9\x07\x66\x8b\x70\x21\xab\x1e\x58\x2d\xa2\x30\xfe\xd6\x03\x13\x45\x54\x1c\x48\xd5\x73\x61\xc4\x2a\x19\x3f\x89\x8d\x22\x02\xb3\xa8\x1a\xc9\x22\xca\x2e\x18\x3e\x2b\x11\x2c\xac\x57\x4f\x7e\x11\x69\x36\xf3\xb7\xac\xac\x12\xce\x25\xec\xea\xd9\x2f\x22\x58\x58\xae\x47\xb2\xf8\x49\x83\x61\xa9\xbf\xea\xf1\x2f\x62\x94\x61\xfe\x96\x3f\xa1\xaa\x13\x4f\x65\xcb\x9a\x2d\x2b\x3f\x99\x2d\x2b\x2b\x89\x9c\x91\x52\x0f\x56\x12\x45\xe1\xa8\xbd\x7a\x64\x8b\xcf\xbe\x08\x56\x55\xaa\x47\xc7\x88\x60\x71\xbf\x7a\x76\x8c\x48\xa3\xd1\x46\xb8\xa3\xc5\x2a\x2b\x55\xc2\x01\x26\x22\xed\xcc\xac\x78\x46\x6f\xee\x37\xad\x78\xb6\xe2\x96\xc2\x8a\x2f\x94\x39\x7d\xea\x36\x49\x3b\xcf\xe2\xdb\x94\x0b\x81\xd5\x52\x8f\xac\x74\xb2\x63\x9b\x6d\x59\x2c\x6c\x31\x42\x90\xf2\x17\x4b\x51\x8c\x9e\xf7\x29\x7f\x72\x1b\x67\x05\xc1\x86\xbd\x80\x28\x8f\xdd\x15\x43\x29\x86\x52\xa4\xc5\x43\x29\x06\x33\xd5\x66\x92\x3f\x19\x58\x32\x83\x2a\x85\xf2\xd1\x38\xeb\x34\x52\x28\x9e\x40\x3c\x9d\x2a\x85\x05\xc3\x5e\xfb\xf9\x94\xad\xab\xdb\x29\x51\xae\x6a\xb9\x2a\x23\x60\xa7\x5c\xd5\x46\xaa\x34\x92\x9d\xbf\x5a\x08\x3c\x51\xf8\xbc\xeb\x51\x2d\x44\xdd\x8d\xe4\x9b\x8a\x5f\xe3\xa9\xd3\x48\x55\x59\x2f\x94\xc3\xcc\x9a\xf9\xe3\xdd\x1e\x8a\xbf\x99\x7f\xd3\xa5\x51\x4c\x33\xb3\xa6\x91\x52\xc8\xad\x99\x5b\xa3\xe5\x3a\xc2\xe8\x56\xa0\x2b\x58\x9a\xa4\x2b\xd8\xee\xe9\x36\x48\xb1\xdb\x17\x3b\x7b\x74\x32\xc5\xe8\x16\x03\x53\xe9\xb0\xe6\xdd\x62\x74\x9a\x57\x29\x76\x05\xdb\x15\xac\xd9\xdb\x57\x16\xd2\x96\xe2\xb0\x10\x43\x29\xfe\xf6\x22\x74\x3d\x86\xbf\xae\xf3\x6a\xd0\xe1\x86\xf9\x0e\xc6\x7c\xbb\xc8\xb0\xc1\xdc\x4b\x5b\x0a\x15\x9e\x7e\x8f\xb8\x92\xd8\xd6\x5a\x0d\x0c\x13\xa3\x4c\x9a\x7a\x5a\x95\xed\x24\x2a\x14\x7c\x5a\x97\x85\xbc\x9b\x67\xda\x49\x16\x4a\x38\x10\x4d\xe5\x3e\x69\xc4\x61\x66\x8a\x1d\x27\x51\x10\x22\x5a\x3d\x14\x49\x64\x1c\x72\xd5\x33\x31\x45\x19\x0e\xcb\x97\x4d\x71\xe1\xf3\xb0\x4e\x97\x7d\x5c\x6f\x8c\xa3\xce\x65\xf9\x2f\x06\xba\x41\x95\x2e\xe5\x83\xfd\x81\x57\xb3\x7a\xa0\xa5\xc8\x61\x21\x2e\xbf\x51\xec\x0f\xb6\x88\xd4\xe3\xf6\x17\xf5\xb2\xf8\xbd\xdc\xe6\xc5\x59\x94\xdd\x8e\x74\x5b\xef\xdb\x4a\xd2\xd2\xb7\x15\xba\xad\x64\xf0\x93\xb7\x35\x22\x7c\x32\xef\xfc\x6d\x12\x62\x25\xd9\x1a\x53\x8f\xc7\x16\xe1\x78\xb3\x36\x11\xc5\xe3\x4f\x2e\x94\xee\x8b\x8f\x2d\xf2\xf0\x0d\xd9\x51\x1f\x1b\xe4\xc1\xab\x3f\xa9\xf7\x63\xc1\x9e\xa9\xad\xe1\x63\xb6\xc8\x43\x70\xbf\x3d\xf5\xb1\xe2\x7a\x3a\xec\xe2\xaf\x72\x7d\x91\xab\x99\xbd\x96\x42\x35\x6f\xbf\x78\x2d\x85\xe7\x60\x96\xa0\xb0\xaf\x82\x7d\x89\xa2\x57\x01\xbe\x16\xe3\x75\xb2\x17\xe6\xa6\x30\xf4\x6b\x58\xcd\xd7\x62\xbc\x14\xc3\xc1\xf5\x55\x3e\xaf\x5d\x36\x48\xfb\xfc\x3c\xf0\x75\x54\x8e\x54\xab\xc7\x67\x9b\x7f\xf6\x59\x72\xfb\x2c\xee\x67\x71\x69\xa7\xcf\x72\x7c\x8c\xf1\x13\x69\x7f\x8e\xae\x38\x3b\x08\xd5\xac\x9e\xbd\x25\x52\x5b\x93\xe1\xea\x11\x9c\x35\xb1\x27\x94\x39\x73\x4d\x2c\x70\x89\xa4\x85\x90\x58\xcc\x12\xab\xb0\x41\xda\x34\xcd\x9f\x6c\x24\x5d\x26\x39\xa0\x2f\x13\xaa\x26\xd5\x7a\xda\x6a\x1d\xed\xef\x21\x9f\x22\x3b\xee\x27\x75\x38\x08\x8e\x98\xaa\x09\x6f\x84\x08\x56\xe8\xaa\xa7\x76\x89\xe0\x30\xd2\x9a\x92\x45\x4b\x9a\x8e\x85\xa4\xd3\xa4\x93\x17\x33\x49\x96\x6c\xab\x75\xf4\x6e\x52\xad\x83\x95\x86\x84\xd4\xeb\x20\xb3\x40\x59\x3d\x16\x4c\x44\x3e\xf8\x01\xd5\x27\x28\x1c\x61\x56\x53\xb1\x4a\x85\xf8\xfa\xc4\x53\xac\xee\x88\x20\x3a\xb1\xa6\xe2\x8b\xc5\x92\x21\x46\x95\x20\x08\x3f\x9d\x84\x83\x42\x04\xe7\x16\xd4\x54\x2c\x57\x1c\x3f\x77\xcd\x56\xcf\x1a\x15\xe9\x67\x52\x31\x89\x1d\x38\x36\x66\x28\x57\x56\x6d\x06\x3d\x2a\x85\x72\x5d\xc8\xf8\xad\x6a\x52\x79\x82\x72\x28\x7d\x95\x27\x48\x8d\xcf\x24\xa9\x3c\x41\xee\x36\x88\xca\x13\xa4\x89\x6d\x91\xc2\x3a\x06\x73\xbb\x69\x92\x75\x0c\xfc\xe9\x0a\x3a\xac\x63\xb8\x9b\xd7\x5f\x7c\x4c\x62\x0e\x66\x87\x0a\x9b\x08\x27\x49\xb2\xa3\xa8\x88\x41\xce\x36\x64\x55\xf6\x0b\xc1\x11\x26\x95\x63\xd6\x36\x82\x03\x2e\x6a\x52\xe9\x82\x82\xd7\xaa\x26\x95\x2e\x48\x84\x24\xd6\x54\x15\x74\xdd\x9f\x25\x02\x6b\xe6\xdf\xcc\x9f\x1a\x35\xf3\x6f\x7e\x95\xc8\x50\x75\x0d\xdc\xc5\x5c\x53\x53\x86\xcd\xf5\xbd\x66\x9a\x42\x6c\x08\x91\x01\xc3\xd3\x57\x2b\x07\xbd\x05\x7b\x20\xab\x47\xad\x0a\xf7\x3f\xd7\xa4\x4e\x07\x69\x36\x7f\x52\x89\x35\xac\xb1\xe6\x8b\x4a\xac\xb1\xff\xd9\x4f\xbc\xdb\x51\xba\xc3\x2e\x2f\xaa\xd3\xd3\x76\x7f\x50\x2e\x75\x3a\xc8\xa3\x8c\xdf\x56\xcd\xa9\x5b\xbb\x85\xc4\xd1\x5b\xd5\x83\x5e\x45\xc1\x75\x5f\x39\xa4\x6e\x23\xfd\xfc\xb2\xbb\x55\xc1\x61\x32\x2c\xb7\x96\x01\x08\xe2\xbf\x6b\x1a\x8a\x7d\xe4\x9f\x1b\xbe\x6b\xd2\x1a\x00\x85\xc3\x63\x6a\x1a\x96\x7b\x70\x16\x08\x06\x42\x1a\xfe\xe4\x60\x8b\x39\x46\x4c\x1a\x36\x3e\xfb\x98\x34\x78\xd3\xb0\x10\x83\x1e\x98\x7d\x51\x79\xe2\x2f\x49\x0e\x1c\x5a\x16\x20\x88\xa9\xad\x1e\xa2\x27\x1a\x5b\xae\x6a\xd2\xd6\x00\xc1\x31\x4e\xd5\x83\xf5\x44\x61\x7f\x4a\xf5\x64\x3d\x11\x9c\xe4\x57\x3d\x46\xaf\x72\x72\x5e\x70\x48\x6a\xe5\xf8\xbc\x8d\x5c\xed\x6d\x5a\x1f\x20\x67\x9b\x6b\x5a\x54\x83\x73\xcd\xfe\xb4\x5c\xf8\x46\xaa\x23\xc9\x69\xb9\x4e\x67\x7b\x95\x4e\x7f\x5a\x30\x16\xa4\x38\xb4\xa9\xa6\xd3\xde\x7c\xf2\xb5\x64\xc4\x7a\x5a\x30\xb6\xfd\xb0\xed\xb7\xa6\x53\x49\x9f\x96\x95\xf6\x38\x6d\x6f\xf6\xf8\x54\x4c\xff\x74\x5a\x56\x7c\x2f\x9c\x01\x5a\x93\x26\x10\x28\x4c\x73\x6b\xba\x2c\x2b\xab\x4f\x1c\xa1\x54\xd3\x65\x59\x2f\xcb\xc5\x2f\x6a\x02\x81\xc8\x58\xbb\x49\x13\x08\xe4\x64\xf6\x9a\x40\x20\x38\x00\xaa\xa6\xcb\xa2\xe2\x82\x19\xd6\x51\xab\x08\xc4\xe1\x88\x70\x59\xae\x4b\x4b\xa6\x9a\x99\x72\xbd\x38\x52\x00\xe3\x29\x69\x3c\x81\x51\x94\xfe\x6d\xc1\x6e\x3d\x1d\x0e\x39\xb7\x25\xf3\x74\x0c\xc7\x2a\x0d\x2a\x10\x59\x6d\x72\x5b\xb2\x85\x1c\x6a\x00\x6d\x2c\x10\x1c\x70\x53\xd3\xed\xe7\xbf\x50\x0e\x3b\xa2\x66\x17\x28\x13\xa3\xd4\xf3\x90\x45\x71\xc6\x99\x34\x9e\x80\x6b\x06\x35\x3d\xe6\x85\xd7\x24\x3b\xe0\x3c\xe6\xf5\x70\xd6\xd6\xf0\x29\xf3\xe2\x08\x8c\x6e\xdf\xd4\x76\x02\x4b\x3c\xbc\xf9\xda\x6e\xef\xf1\xf3\x2c\x85\x9a\x5e\xdb\x6d\xa1\x74\xfb\xbe\xc6\x13\xc8\xe1\xc7\xac\xed\x04\xf2\x54\x5b\x69\x3b\x81\xc8\x1a\x0b\xaf\x9f\xe9\xcb\x49\x10\x8e\xd1\xaf\x65\x7d\x59\xa0\x51\xa7\x69\x60\x81\xc8\x5a\x14\x1a\x58\x60\x95\x95\x82\x69\x4d\x81\xd8\x9a\xe2\xb3\xac\x5f\x72\x30\x22\xc9\x66\xfb\x74\x94\xe3\x04\x48\x1a\x58\xc0\xe3\x21\x6a\xfa\xac\x12\x0b\x4c\xfb\x73\xfe\xec\xfc\xb8\x6a\xb2\x0d\xae\x19\x06\x52\xb1\x96\x9f\x55\xfa\xf4\xc3\x99\xbd\xe5\xff\xf0\x87\x38\x64\x7d\x96\x1f\xe7\x0d\xe7\xad\x55\xcf\x99\x14\x1e\x48\x51\xb3\xc6\x1a\x07\x4d\xae\xb2\x56\xd2\x8a\x69\x85\x05\xd4\x44\x52\x98\xc4\xe7\xcc\x47\x9f\xf5\xdd\x80\xc2\x32\x6b\xf5\xf4\x49\x91\x59\x4c\xae\x1e\x3f\x29\x12\xa7\x7c\x55\xcf\x9f\x14\x89\x00\xa5\xea\xf1\x93\x22\x38\x8d\xae\x66\x16\xa1\x44\x70\xce\x5c\xf5\x48\x4a\x91\xd8\xf6\x58\x3d\x80\x52\xac\xe2\x77\xd2\x2c\xab\x76\x1f\x7d\x2c\x6b\xf7\x81\xc1\x5a\x55\xcd\xc9\xb2\x12\x5c\x44\x84\x61\xf5\x20\x4a\x91\xd9\x7c\x59\xb3\x8e\x14\x50\xb4\x9e\x3d\x65\x52\x94\xc6\x57\xef\x31\x93\x22\x38\x59\xac\x7a\xce\xa4\x28\xc4\x13\x54\x77\xe7\x88\xc8\x4a\x5a\x47\x07\x88\x8c\x9b\xc9\x0d\x3b\xa2\x38\x97\x70\x77\x8e\x88\x6c\x1d\xf5\x86\x80\xdc\x8a\x49\x16\x62\x21\xeb\xe0\x71\xdf\x8d\x48\xa3\x99\xbd\xe5\x2a\x7c\x21\xf5\x6f\xd0\xc9\x6e\xcb\x11\x59\x03\xd9\x6d\x39\x22\x1f\x76\x2d\xed\xc4\xec\xda\x16\x16\x60\xd6\x4e\x04\xe1\x97\x97\xb5\x00\x41\x1e\xa8\xbe\xac\xb9\x97\xf7\xda\x96\xe5\xd6\xde\x03\x59\x03\x3c\x6b\xef\x65\x8d\x3b\x06\xfc\xac\x71\x07\x72\x57\xc4\x7a\x59\x40\x10\x02\x54\x3d\x23\x5d\x44\xc6\xc6\xc9\xba\x54\x40\x69\xc3\x24\xb3\xaf\xd4\xc8\xbc\xaa\xd9\x57\x4e\x17\xb3\x46\xd5\xe6\x62\x55\x29\xfb\xfd\x34\xfb\x64\xdb\xea\x90\x9f\x6c\xca\xa2\x61\x33\x33\xb3\x37\x74\x51\x64\xd6\xb6\x6a\xd6\xb8\x03\xa5\xec\xcc\x2c\xd8\xf6\xc5\x28\x32\x2d\x39\x10\x79\x67\xa6\x78\x34\xee\xb0\x75\x72\xb3\xe2\xcd\xf5\x59\x92\xf4\xce\x80\x5c\x19\xb7\xb3\x66\x1b\x88\x6c\x95\x74\xd8\x80\x14\x3b\xc9\xe2\x77\xba\x1b\x73\xd2\xac\x0f\x07\x44\xb6\x23\x69\xef\x81\xac\xa9\x96\xf5\xce\x80\xc8\xb8\xbd\x72\xb7\x5c\x9d\x06\xf1\xa9\x61\xf6\x9e\x97\x86\xf2\xe0\x54\xd1\x8d\x44\x68\x42\xcd\xc3\xae\xcb\x02\x15\xf1\x3e\x35\x6b\x83\x81\x32\xfd\x0c\xb4\xae\x40\x64\x7c\x87\xee\xa5\x12\xc1\xa6\xd4\xea\x5e\x2a\x11\x99\x49\xbc\x61\xa3\x62\x49\xda\x37\xad\x24\x07\x9e\x65\xfc\x65\xee\x6b\x12\x1e\xd7\x53\xdd\xd6\x24\x46\xf1\x73\x98\x56\x72\xba\x86\x43\x59\x35\x9c\x3c\xa4\xd4\xb9\xa1\x3b\x93\x44\x10\xe5\x5c\xb3\xe6\x0f\x18\xdc\x1c\x51\xdd\x98\x24\x72\x60\x8c\xb8\x31\x49\x14\x5d\xca\x6e\x4c\x12\x99\x8d\x2d\xd5\x8d\x49\x95\x5d\x48\x91\xbb\x49\x96\x8b\x2d\x47\xd5\x7a\x6b\x11\x81\xe0\xd4\xe2\x9a\x35\x7f\x40\xec\x8f\x59\xf3\x27\x6b\xfe\xe0\x14\xca\x97\xe5\xba\x9c\x95\x21\x56\x6d\x1d\x10\x9a\xc9\x59\xbb\x26\xbb\x28\x85\x01\x9c\x6f\x25\xb1\x30\xb8\x15\xa1\xe6\xdb\x42\xdc\x34\x11\x9e\xa9\xac\xf5\x03\x0a\x47\xe1\xd4\xac\xa5\x03\xca\x81\x21\x98\x6f\xfb\x09\xbb\x78\x87\xc3\xe5\x6d\x3f\xb9\x75\x23\x34\x1f\xb3\xac\x0b\x85\xa3\x8b\x6b\xd6\xae\x01\xa1\x79\xe2\x56\x2b\x91\xe2\x30\xb7\xc7\x9e\xc2\x3e\xdb\xa4\x9a\xd3\x9d\x04\x8a\x73\xe2\xfc\x58\x0c\xc2\x66\x88\xae\xab\x59\x77\x12\x48\x84\xe6\xd6\xac\x3b\x09\x94\x6e\x0f\xd6\x6e\x02\x23\x54\x86\x1a\x49\x20\x13\x5a\x5c\xb3\x46\x12\x08\x67\x7d\xf9\xb1\x25\x1f\xbc\xc7\xb6\xb7\x66\x53\xd6\x6c\xc2\xc1\x94\x5f\x4b\xbf\x90\x9b\x83\x98\x9e\x29\x10\x19\x97\x5c\x7e\x6d\x6f\x4e\x17\xe3\x7c\xee\x9a\x35\xae\x40\xe4\xe1\x8b\xd6\x71\x21\x11\x42\x5b\xb3\xc6\x0f\x58\xa2\xa6\xdd\x3e\x7f\x92\x83\xc3\x9c\x60\xe7\xcf\x9f\xfc\x3c\xcf\xca\x37\x95\xa1\xc6\x8f\x3a\x4d\x4b\x27\xe3\x5d\x62\xa3\x78\xcd\x9a\x35\x59\xb3\x66\xff\xa4\xa2\x60\x3b\xdc\x74\xf0\xfb\x14\xc5\x47\x4c\x24\x86\xa0\x1b\xe4\xc4\xe0\x20\xb8\xea\x06\x39\x51\x46\xf6\xa9\x6c\x52\x26\x82\x70\x92\x54\x4d\x42\x95\x87\x49\xcd\x24\x44\x81\x51\xe6\x56\x38\x31\xb4\xaf\xdd\x09\x27\x8c\xd7\xae\x6e\x7a\xab\x65\x3b\xaa\x9a\x8f\x3d\xa6\xd1\xeb\xa6\xa5\xf8\x4c\xfa\x38\xa8\x6b\x35\x5b\xd1\x9d\x55\x3c\x39\x6c\xfe\x0d\x1e\x6c\xb7\xba\x09\x0f\x00\xab\x6e\x75\x13\x49\xdf\xa2\x5b\xdd\x44\xe1\xd0\xd0\xea\xb6\x36\x91\x5d\xd6\x72\x57\x9b\x30\x78\xb7\x16\xed\x20\x90\xbb\x92\xca\x96\x91\x13\xba\x1c\xb4\x8b\x4e\x2c\xf7\xb9\x71\x26\x48\x75\x4f\x9b\x88\x62\x43\x68\x40\x81\xc1\xcd\x30\xd5\x4d\x68\xa2\xe8\x4c\x2e\x59\xa9\x64\xa5\x82\xec\x8a\xd9\x13\x01\x5d\x7c\x51\x3b\x08\x18\xae\x5a\xdd\xee\x25\x0c\x01\xad\xee\xf6\x12\x25\x58\x36\x70\xb7\x97\x48\x1c\x8b\x5e\xdd\xec\x25\x92\xee\x53\x37\x71\x89\xd5\x82\xe6\x6f\xc1\x16\x8a\x73\xf5\xe2\x72\x12\x30\x04\xb4\xba\xd5\x4b\x78\xd4\x5a\x75\x5b\x97\xc8\xdd\x26\xd2\x49\x06\xc2\x05\xbe\xa2\x93\x0c\x18\xf7\x58\xdd\xfb\x25\x32\x77\xa7\x54\xf7\x7e\x89\x34\x6d\x5b\xad\x26\x60\x3c\x59\x75\xeb\x97\x28\xb1\xb3\xb7\x92\xb1\xfb\xa4\x65\xbd\x4d\x73\x86\xca\x37\xe5\x76\x30\x61\x24\x5a\x75\x9f\x97\x28\x7a\x2d\xdd\xe7\x25\x32\x87\xfd\x54\xb7\x79\x89\x3c\x98\x89\xb8\xcb\x4b\xa4\xe6\xa7\xe1\x7a\x15\x28\xda\x05\xa5\x5a\xa5\x85\x3c\xb1\xbe\x8b\xce\x34\x50\xf6\xf7\xa3\x33\x0d\x78\x5e\x5d\x2d\x9a\x60\xc0\x70\xb2\x5a\x9a\x0d\xc2\x05\x45\xdd\x1e\xac\x55\x56\xb6\x55\x86\xdd\x51\x34\xae\x40\x1a\x76\x4e\x6d\x2b\x60\x44\x50\x2d\xba\xc4\x40\x8a\x62\x61\x75\x80\x01\x03\xbe\x6a\xd1\xde\x02\x49\x8f\x47\xd1\xde\x02\x29\xdb\x96\xda\x5b\x6e\x5b\x23\xbc\xb3\x16\xed\x2d\x30\xc2\x3e\xac\xbd\x05\xf2\x60\xb6\x5b\xb4\xb7\x40\x6a\x76\x02\xed\x2d\x50\x38\x64\xb3\x16\xbd\x65\xc0\x50\xa2\x5a\xf4\x96\x81\xe4\xc2\x9d\xfb\xe4\x84\x51\x5b\xd5\x4d\x71\x22\x15\xae\x82\xaa\x6e\x81\x13\xa9\x39\x56\xe9\x2d\x03\x06\x1c\xd5\x32\x2c\xd8\xe0\xbc\x2a\xe6\x1d\x45\xb3\xac\x78\x86\xad\xda\xa3\x68\x5e\x15\x0f\x50\xf0\xb3\x74\x55\x0c\x04\x67\xfc\x54\x37\xb7\x89\x32\xed\x3d\xae\x80\x81\x34\xed\xb0\x5a\x57\xc0\x9d\xb8\xd5\x8d\x6c\xc2\x88\xa0\x5a\x74\x2e\x01\x23\x4c\xaa\xfb\xd1\x84\x01\x32\xb5\xe8\x5c\x02\xb9\x3a\x66\x69\x70\x79\xdb\x8e\xee\x87\xa2\x75\x55\x3c\xbe\x95\x2d\x1f\xb5\xb8\xc0\x06\x52\x66\xb6\x5b\x4e\xbb\xc5\x49\xb7\xc0\xa6\x77\xbf\x9b\xd8\x91\x10\x6e\x6e\x13\xc3\x45\x25\x37\xb7\x89\xc4\xa1\x5f\xb5\xe8\x5d\x02\x1e\xb0\x58\xcb\x65\x29\x88\x76\xe6\xd2\x98\xea\x16\x38\xe1\x59\xc6\xd5\x6b\x80\xc4\x8e\x70\x70\x07\x9c\xf0\x64\xc6\x5a\xb4\x88\x40\x3e\xb0\x58\xca\xad\xa4\x39\x52\x95\xc3\xc8\xaa\xfb\xe4\x44\x19\x18\xd8\xee\x93\x13\xb9\xfb\x35\x68\x4a\x81\x12\xa8\xe9\x72\x2b\x89\x9b\x00\x16\xdc\x2e\x6e\x9d\x13\xd9\x38\x91\xa2\x23\x09\xe4\xdd\x1e\x5a\x52\x20\xbb\xc6\x5a\x34\x9b\x40\x66\xcf\x58\x75\x7f\x9d\x58\xed\x61\x9a\x65\x5d\x28\xe1\x00\xa8\x29\x05\x86\x73\xf5\xa2\xdd\x04\x76\x1c\x41\xd1\xb7\x04\x92\x7e\x85\xa2\xdd\x04\x72\xb7\xb9\xb5\x9b\x00\x47\x59\xfe\xb6\x4e\xd6\xac\x02\x69\x3a\x86\xba\x06\x08\x12\xb7\x78\xd4\xa2\xa5\x55\xf6\x1a\x60\xf7\x31\xdb\xeb\x45\x87\x39\xae\xea\xc7\x02\x79\x2a\x63\xfd\x58\x20\x4f\x87\xf7\x57\x19\xbc\xf4\x10\xfb\x91\xae\x2d\x90\x83\x45\xb5\xa2\x6b\x0b\xec\x75\xec\xa2\x6b\x0b\xec\xe5\xfd\xe2\xda\x21\x48\x2e\x5c\x15\xed\x3d\x90\xd9\xb1\x5f\x8b\xce\x2e\x90\x9d\x5c\x15\x2d\x40\xe0\x45\x2e\xb5\x68\x01\x82\xa4\xeb\xba\x68\x01\x82\x55\x6f\xd3\x94\x05\xfe\xaf\xd8\xf9\xdb\x1f\x16\xf2\xa1\xd6\xd1\x50\x04\x5e\xcf\x52\x8b\x86\x22\xd8\xeb\xeb\x5e\x5f\x25\xf6\x2a\x79\xe8\xc5\x02\x89\x23\xbe\x6a\xe8\xc5\x02\x49\xe9\x84\x96\x1c\xc8\x9c\x1a\x50\xc3\x55\x48\x90\x5a\xf1\xa9\xd3\xa4\x93\x03\x0b\x3b\x49\x97\x49\xfb\xc8\x7e\x92\x6e\x93\xd8\xa3\x72\x58\x88\xc7\x24\x16\xa0\xa8\x63\xe8\xd8\x02\x89\x8d\x32\x35\x34\x0a\x41\x99\x96\x5e\xa3\x10\x14\x22\x53\x6b\xe8\xfe\x02\x69\xf2\x2d\x86\x6b\x90\x20\xf5\xe9\x53\xfe\x62\xa2\xb9\x69\xc8\x70\x05\x12\x24\xee\x8e\xa9\xa1\x3d\x07\x0a\x77\x95\xd4\x30\x1a\x08\x14\x67\x22\x6e\x4e\x15\xab\xd5\x7c\x53\xe9\x10\xfa\xe3\xcc\x36\x8c\xf3\x01\xa9\x32\x05\x0b\xe3\x7c\x22\x5b\x0a\x93\xac\x37\xbe\x2e\x07\x89\xd0\xa0\x03\xa9\x68\x98\x79\x9f\x98\xd8\x6b\xbb\xa1\x91\x17\xfb\xa4\x51\x44\xad\x91\x07\x32\xfb\xdc\x6b\x68\xd1\x81\xa2\xd7\x32\x5c\xf5\x04\x7b\x89\x39\x8a\xe2\x29\x16\xcc\x5f\xb4\x60\x9e\x2a\x1a\x66\xaf\xc4\x0a\x5f\x83\x93\xb7\xd0\xee\x0b\xed\x3e\xe5\x63\x18\x51\xb8\xcb\xcd\x5a\x6a\xd1\x81\xc2\x86\x91\x1a\x9a\x6f\xa0\x1c\x7c\x34\xa1\xf9\x16\xae\x71\xee\x17\xed\x62\xe1\x39\x53\xbe\x68\x59\xc3\x90\xbc\xfd\xa6\x85\x0d\xa5\x48\xc5\x35\xd5\x40\x71\x44\x0b\xe3\x88\x40\x72\xaf\x49\x0d\x97\x21\xc1\x76\x67\x87\x26\x51\x6c\x7f\x13\x06\x4a\xb8\x98\x08\xf2\x96\xbf\xfe\x26\x90\xf7\xf7\xe6\x62\x22\x58\x6f\x92\xa6\x01\x04\x3c\xcb\xbe\x86\x06\x10\xd8\x8e\xf0\xd0\xda\x01\xc5\x41\xd1\x2b\x51\xc4\xca\xcc\x34\x6b\xd0\xd1\xe7\x78\x84\xc3\xe5\x44\xb0\x9d\x63\xa1\x05\x14\x5a\x40\xf6\x6c\xcd\x9d\xd0\xdc\xa9\x16\xcc\x6e\x60\x30\x75\xb2\x14\x8a\xb6\xfb\x5d\x52\x71\x97\x0b\xc1\x76\xe4\x85\xd6\x0e\xd8\x4e\xa2\x70\x6d\x10\xec\x39\x70\xb8\x10\x08\x86\xaa\x28\x86\x85\x60\x03\x5b\xb2\xe3\xb9\x36\x08\xc2\x68\xac\xd0\x7b\x15\x7b\x03\x1b\x46\x45\x0c\xdb\x97\x0d\x6c\x2e\x90\x84\xeb\x85\x60\x2f\xb8\x85\xeb\x85\x60\x3b\x3d\x42\x27\x17\xd8\x8e\xf0\xd0\xe4\x8a\x1d\x88\xe4\x27\xa1\xfb\x0a\x0c\xb5\x77\xb8\xa2\x17\x7b\x45\x0f\x77\x4f\xb8\xa2\x07\x42\x03\x31\x5c\xd1\x03\x7b\x04\x0f\x8d\xae\xd0\xe8\x72\x58\xd4\xc2\x02\xdb\x74\x0a\x2d\x2c\x30\x38\xd2\xa6\x86\x16\x16\xd8\x0a\x3d\xf4\x5f\x81\x3d\x55\x09\x6d\xae\x38\xb7\x7c\x7c\x53\x61\x2c\x44\x1c\xbf\x7d\xc9\x45\x0d\x0d\x30\x90\xf7\x48\xaa\x01\x16\x1e\x94\xef\xd8\x7d\x59\xee\x8b\x72\x33\xf7\x0b\x5d\x5e\xb1\x77\xa5\xe1\x34\x0a\x7d\x5e\xe0\xe7\x17\xe9\xf2\x1e\x48\x86\x0a\x84\x6e\x30\xf0\x73\xd8\xbc\x2c\xf7\x65\x10\x00\x06\x51\xe8\x1a\x03\x89\x7d\x0b\x35\x74\x8d\x81\x52\x99\x91\x84\x46\x1f\xd8\x16\x43\xb8\x2e\x08\xf6\xec\x26\x5c\x04\x04\x2b\x7f\xdf\xf4\xeb\xb8\xf9\x3a\x98\x51\x85\xb6\x21\xd8\xb3\x9b\xd0\x36\x04\x39\xa9\x0a\x34\xf1\xc0\xca\x0c\x99\xe9\xe1\x02\x3f\x87\x0a\x4d\xa9\xd0\x94\xb2\x2f\x69\x4a\x81\x9f\xa5\xd0\x0a\x0a\x9c\x4b\x7b\xa4\xd0\xe2\x01\x39\x54\x05\x5a\x3c\xa0\x18\x28\x16\x1a\x2e\xa1\xe1\xa2\xf8\x35\x5c\x42\xc3\xc5\x0e\xa1\xfd\x01\x4a\xb2\x77\x69\x1f\x84\xf6\x81\xa2\x76\x7d\x0c\xfc\xec\xe2\x3a\x92\xc0\xe0\x2c\xc1\x5a\xb5\x0f\xaa\x17\x8e\x32\xd0\x55\xfd\x41\x20\x1f\x54\xa8\xea\x0f\x02\x99\x23\x27\x6b\x55\xa7\x83\x25\x30\xdf\xfc\x4c\xe3\xb3\xe5\xe3\xae\x2a\xf5\xaa\x52\xa7\x41\xaa\x8b\x55\x60\x7f\xa2\x55\x57\x0e\x48\xae\x15\x54\x35\x6c\x75\x77\xb9\x01\xab\x55\x7d\x5a\xd5\xa7\xf8\xd9\xaa\x6e\x14\x50\x38\x28\xba\x56\xdd\x28\x20\x07\xea\xba\xaa\x75\xab\x6e\x94\x69\x52\x35\x49\xf3\x0c\x6f\x62\x55\xeb\x56\x5d\x2b\x4c\xe4\xab\x5a\x17\xec\x6e\xe1\x79\x13\x22\x73\xf4\x45\xad\x2a\xca\xaa\xa2\x54\x16\x2e\x05\x81\x3c\xf0\xaa\x55\xbd\x21\x55\x6f\x08\x0e\x98\xaa\xee\x04\x99\x73\x15\x6b\x55\x2b\x82\xf4\xb3\x96\x7a\x30\xc0\xcf\xb2\xba\xee\x03\x8a\x53\xe8\xaa\x6b\x02\xa4\xc1\x67\x59\x5d\xf7\xa9\x6c\x43\x72\xdd\xb4\xea\x61\x00\x61\x50\x4c\x75\xdd\x07\x84\x6b\x85\xde\x8c\x25\x3a\xc7\x28\xd6\xaa\xd3\xa1\x6e\x0f\x83\x6f\xba\xee\x03\x7e\x36\x92\xda\x08\x84\xbe\xc3\xaa\x36\x02\xe1\x34\xa5\x76\xf3\xef\x9c\x92\x8f\xaf\xab\xaa\x8d\x40\xb8\x34\x50\x5d\x38\x01\xa1\x83\xa7\xaa\xa0\x40\xe6\x88\xf7\x5a\x55\x50\x60\x70\x99\x70\xad\x2e\xaf\x80\x50\x41\x55\x97\x57\x40\xfa\x29\x0b\x27\xf2\x20\xb1\xa3\xb7\x7a\xcf\x96\x08\x1d\xd6\xde\xb3\x25\xca\x81\x1b\xc5\x1b\xb4\xc4\xca\x8c\xdf\x74\x6e\x0f\x42\x3f\x47\x35\xe4\x04\x84\x2b\x27\xd5\xe9\x3e\x48\x06\xa6\x54\x15\x14\x48\x95\xe1\xa2\x1a\x98\x02\x12\x07\x62\xd6\x3a\xfd\xc9\xa9\xc4\xe8\x89\xfa\x09\x40\xe8\x05\xae\xa7\x15\x3f\x59\x57\x42\xa7\x54\xf5\x13\x08\x95\x51\x55\x3f\x81\x50\x25\x7a\x47\x97\xc8\xdc\x2f\x53\xbd\xa2\x4b\x24\x63\x31\xaa\x2a\x0b\x24\x83\xd7\xaa\x3e\x01\x10\xce\xf6\xab\x3e\x01\x90\xdc\xd0\xe0\xb5\x5d\x75\x5f\xdb\x85\x59\x54\x1d\xd2\x41\x70\x5d\x76\xad\x2e\x80\x80\xd8\x2d\xe9\x88\x0e\x22\xcc\xcb\x89\x36\x08\xe3\x0f\xaa\xf3\x65\x10\x7b\x64\x33\x3c\x03\x84\xe1\x13\xd5\xb9\x31\x08\x2e\xd5\xae\xd5\x59\x2f\xf0\x62\xcd\xea\xdd\x5a\x22\x5c\x13\xaf\x4e\xd2\x40\x04\x9e\x9c\x6a\x90\x02\x88\xc8\xfd\xb7\xb5\x72\x75\x40\x06\xc1\x71\x36\xb5\xea\xec\x07\xc1\xe9\x33\xd5\x8b\xb6\x44\x9e\xb8\x45\x9a\x13\xb6\xb6\xe3\x46\x19\x97\x9a\x33\x36\x90\x34\x8a\xbd\x90\xab\xb6\x43\x7d\xcb\x28\xd7\x1c\x6b\x41\xb8\x3a\xd5\x1c\x6b\x41\x68\x09\x34\xdd\xe6\x20\x07\x13\xa8\x66\x40\x28\x48\x86\x16\x35\x67\x5e\x20\x38\x62\xa6\x36\xe7\x54\x20\x55\xbf\xff\xe6\x6c\x09\x24\x8d\xa6\xe6\x20\x0d\x22\xcc\xcc\x41\x1a\x64\x63\x9e\x9a\xc1\x9f\x20\x38\x76\xa7\xb6\x62\xf1\xb9\xbc\xc1\xa5\xc1\xe6\x64\x09\x44\xec\x17\x2d\x7e\x71\xce\xc6\x67\xd6\x1c\xca\x41\x04\x33\xda\xe6\x0c\x07\xa4\x3d\xc0\x78\xa5\x98\x48\x46\xb7\x34\x27\x2a\xcd\xd5\x79\x97\xef\x9a\x5e\xe5\xa6\x57\xd9\x51\xa1\x39\x26\x83\xdc\xf7\xab\xb6\x40\xd8\x9c\xc8\xd1\x61\x1a\xa4\xfd\x8d\x36\x83\x2f\x41\x70\x3b\x79\x6d\x0e\xdd\xa0\x1b\x01\xda\x5c\x9f\x07\x29\x6c\x74\x97\xd4\x41\x70\x68\x50\xf5\xc2\x31\x91\xf6\x70\xeb\xf5\x62\x22\x71\x8e\x40\x6d\xba\x7d\xbd\x71\x6c\x8f\xb7\xde\x38\x26\xc2\x45\x89\xe6\x1c\x07\x04\xa7\x03\x55\x6f\x21\x13\xc1\xe1\x40\xd5\x2b\xc7\x44\xda\x23\x5d\x73\xda\xd3\x5c\x54\x77\x78\x6a\x4e\x72\x40\xa9\x58\x20\xcd\x09\x0d\x48\xd5\x91\xa7\xe9\xc0\x05\xc5\x08\xa6\xd6\x2d\x1a\x07\xcc\xef\x4a\xa9\x1d\x9a\xda\x81\xb9\x68\x73\xdc\x07\xa1\xc3\xbe\x39\xee\x37\x6f\x1c\x63\x62\xdb\x1c\xd0\x9b\x03\x3a\x13\xcf\xe6\xf4\x02\x84\xc6\x58\x73\x25\x1c\x84\x7e\x92\x66\x54\x21\x48\x5b\x6d\x35\x07\x74\xd0\x5b\xf5\x31\xf3\x67\x40\xdf\x4a\xaa\xe9\xad\x05\xb1\x8b\xe1\xf4\x02\x14\x97\xfa\x9a\x73\x09\x10\x2a\xff\xe6\xf8\xda\xb4\xff\xb7\x7c\x1c\x60\x9b\x03\xac\x1d\xcd\x35\xed\xe6\x91\x52\x8e\xe9\xcd\x45\x6d\x10\xe1\x88\xe0\xa0\x0b\x62\x7f\xd7\x5a\xf3\x20\x02\xe3\xa5\x69\x93\x83\x08\xeb\xa4\x4d\x0e\x22\x98\x92\x35\x6d\x72\x10\x5c\x99\x51\x9b\x8e\x58\x10\x5c\xab\x50\x9b\xc6\x36\x08\x8e\x8f\xaf\x4d\x63\x1b\xa4\x3d\x36\x37\x3d\xb1\xa0\xeb\x63\x6d\x3a\x54\x41\x04\x53\xe9\xe6\x4e\x07\x10\x1c\x01\x5d\xdb\xe3\x4f\x3e\xfe\x24\x35\xd2\xa1\x0a\xbc\x6f\xa7\x36\x0d\x77\x10\xdc\x39\x58\x9b\x0a\x02\x64\xfd\x22\x4d\x7f\x2a\xc8\x86\xa4\x37\xfd\xa9\x20\x6d\x05\xd4\x5c\x9b\x6e\x5e\x61\x85\xa6\x6f\x2e\x44\x83\x64\x5c\x74\x53\x8f\x80\x3c\x6d\x4b\xf5\x08\x48\x5b\xdd\x34\xad\x79\x10\xc1\x84\xbe\xe9\x73\x04\xf9\x40\x63\x37\x0d\x7c\x90\x38\x49\xbd\x36\x1d\x8c\x20\x1b\x6b\xdc\xd4\x40\x4d\x0d\xd4\x7c\xca\x5a\xb2\xc9\x71\x5a\x7c\xb5\x0e\xc8\x87\x0d\xee\x34\x00\x04\x27\xbc\xd7\xee\x7a\x32\x88\x60\x76\xdd\x75\x26\x82\xe2\xe6\xc2\xee\x64\x01\x04\x47\xb0\xd7\xae\x6e\x02\x11\x4c\x22\xbb\xaa\x09\x44\x30\x91\xee\x3a\x13\x41\xda\xba\xbe\xeb\x4d\x04\xe1\x66\xa0\xae\xeb\x10\x44\x20\x8a\xee\x94\x02\x78\xf6\x5c\xed\xee\x7b\xe8\xde\x32\xc9\xb0\xd2\x8d\x89\x03\x11\xfb\xa9\x6a\x92\x5f\x6f\xfa\x1b\xc2\xbe\xba\x9a\xb1\xab\x19\x11\x7b\x57\x0d\x82\x08\x3a\x6a\xe7\xdc\x06\x11\x81\xa1\xd4\xf5\x36\xf6\x7f\xbb\xdf\xa9\x76\x97\x8a\xc1\xea\x35\x94\xd2\xb5\x62\x90\xb6\x65\xd1\x75\x41\x82\x30\x18\xa9\xeb\x82\x04\x89\xad\xb7\xb5\xbb\x1f\x11\x64\x8e\x7c\xa8\xdd\x3d\x84\x20\x0d\x06\x8a\xae\x9a\x05\x69\x1b\x46\xdd\xd8\x3a\x90\x8d\x20\xea\x4e\x86\x7a\xb1\x5f\x62\x14\x74\x55\x68\x57\x5d\x62\x6f\x76\x9d\x8b\x20\x5c\x54\xee\x4e\x73\x40\x70\x48\x71\xed\x2a\x50\x90\x93\xbd\xc4\xe5\x5c\x90\xb8\x1f\xbd\x76\xe7\x34\xa0\x70\xd4\x7d\xed\xaa\xcf\xee\xa2\xac\x76\x48\x57\x7f\x76\xf5\x67\xf7\x4d\xeb\x44\x78\x1b\x07\x55\xd5\xae\xfa\xec\x9e\xe6\x80\x99\xd3\xf5\x07\x82\xe4\x9e\xa5\x5e\xed\x85\x55\x17\x0c\x6d\xe2\x12\x29\x08\x4e\x65\xab\x5d\x8d\x0a\xf2\x61\xc7\x31\x48\x0d\x8c\xdd\x55\x55\xb2\x20\xcf\xec\x53\x66\xcf\x3a\x6a\x30\x89\xed\xea\x53\x50\x0e\xbf\x21\xfd\x83\x20\x6d\x03\xaf\xbb\xea\x08\x22\x94\x85\xab\x8e\x20\x37\x0c\x93\xee\x6c\x05\x44\x30\xed\xef\x4e\x56\x40\xb8\x78\xd0\x9d\x99\x80\xe4\x7e\x99\xae\xd3\x0d\xa4\x6d\x66\x76\xd7\x26\x41\x04\x93\xd8\xee\x9c\xa3\xcf\xfd\x18\xb9\xa9\xb5\xba\x5a\x8b\x59\x6c\x57\x6b\x81\x34\xed\x9e\x06\x75\x75\x6f\x98\x2c\x3e\xa5\x14\xf1\x93\x71\x00\x75\xed\x4e\x27\x40\xb8\x29\xa4\xab\xdb\xc0\xd0\x20\xef\x4e\x14\x40\x70\x22\x77\xed\x3a\xaa\x40\x70\xd4\x76\xed\x3a\xaa\x40\xc2\xd6\xfe\x5d\xed\x2a\xad\xae\xd2\x72\x10\x50\x1d\x75\xd5\x11\xd3\xeb\xae\x8b\x08\x04\xe7\x71\xd7\xee\x7c\x02\x8c\xfd\x8d\xa8\xb4\xc0\xd8\x9f\xa5\xeb\x82\xa0\x70\xf1\x70\xed\x2a\x28\x90\x2b\x63\x6b\x37\x76\xaa\xab\x8d\x18\x94\xbb\x73\x93\xee\xdc\x64\xfa\x94\x85\x78\x2c\x04\xd9\x3b\x37\x01\xc5\xb8\x88\xee\xdc\x04\x24\x37\x82\x75\xd5\x0c\x28\x15\x73\xb2\xab\x66\x40\x54\x7b\x8a\xeb\x6b\xdd\xf5\xb5\xd8\x8f\x39\x38\xbc\xea\x31\x7b\xac\x21\xda\x20\x57\xcc\xeb\xee\x12\x55\x77\x39\x2a\xac\xa6\x53\x1d\x90\xb3\xdf\xa0\x8a\x06\x14\xd7\x3f\xba\x8a\x06\x24\x23\xa1\xfb\x67\x9d\x3e\xb6\x68\x16\x7f\xd2\x3a\x79\xde\x8f\xc6\xfa\x50\xd3\x80\xd2\x11\xf6\x30\x4c\x69\x18\xa6\x84\x34\x86\x61\x4a\x20\x71\x6f\x66\x1d\x4e\x8c\x40\x76\xeb\xf6\x50\xd3\x80\xb4\xa7\x0c\x43\x55\x03\x22\xf0\x65\x0c\x35\x0d\x88\x8a\x41\x3f\xd4\x0e\x20\xbb\xad\x75\x18\x28\x04\xc2\xb0\xed\xe1\xc2\x12\x88\x8a\x85\x30\x9c\xf1\x80\xb4\x27\x16\xc3\xb1\x1e\x04\xe7\xcc\xd5\x61\x0c\x10\x28\x07\x52\x1c\xc6\x00\x81\x64\x70\xea\x70\xc0\x06\xdd\xc1\x7f\x38\x5e\x0f\xaf\x70\xe0\xbb\x1f\x4e\x95\x40\xe1\x88\xa1\x3a\x9c\x2a\x81\xb4\x0d\xf5\xe1\x5c\x09\x64\xfd\xa8\x43\x1f\x17\x28\x9c\xe2\x52\x87\x71\x41\xc3\xd0\x66\x8b\xef\xfa\x10\x08\xe3\xde\x86\x03\x3d\x28\x06\x0d\x0c\x03\x7e\x40\x1c\x56\xd2\x51\x1d\x24\xa7\xa5\xc3\x89\x12\x08\x77\xcf\x0c\xc7\x66\x90\x3b\x46\xe8\x30\xac\x06\x44\xfd\x1b\xce\xfb\xaa\xc3\x10\x1b\x50\x38\x96\xa1\x0e\x43\x6c\x40\xb1\xbf\x0d\x43\x6c\x40\xe1\x08\x89\x3a\x54\x03\xa0\x38\xef\x19\x46\xdd\x80\x62\xf4\xe7\xd0\xdb\x05\x72\xf2\x29\x95\x05\xe8\x5d\xa9\xbb\x83\x0d\x04\xe7\xcc\xd4\xa1\x1a\x00\xc9\x28\xae\xe1\x1c\x0a\x14\x4e\x18\xab\x43\x35\x00\xa2\xe2\x22\x19\x06\xc5\x80\xa8\xbe\xe8\xfa\x0f\xc8\x4e\x97\x86\xdb\xbe\x40\x70\x00\x63\x1d\xfa\xd2\x40\xda\x93\xc0\xa1\x33\x0d\x64\x1d\x73\xc3\xe9\x12\x48\x7b\xce\x3d\xf4\xa6\x81\x64\x80\xd6\x70\x2b\x18\x08\xbd\x51\x43\x65\x01\x4a\x63\x56\x35\xdc\x4c\x05\xf2\x60\xe8\x1b\xea\x0f\x50\x5c\x07\x1c\x3a\xa8\xc0\x50\xa1\x0f\x1d\x54\x20\x1c\x33\x87\xde\x28\x50\x3a\x93\xaa\xa1\x37\x0a\xa4\x3d\xc7\x1c\xfa\x9e\x86\x87\xcf\xd8\x9b\x9d\x07\x01\x6f\x5a\xac\xc3\x85\x8e\x61\xa4\x09\xea\x75\xa8\x3f\x40\xa9\x7e\x40\xea\x0f\x10\xd5\x16\x71\xa1\x03\xc4\xfe\x18\x2f\xbb\xc5\x42\x54\xf4\xfe\x30\x1e\x05\x44\x75\xac\x72\x9d\x03\xe4\xc3\x81\xc9\xc9\x12\x28\xcd\x1a\xe9\xc7\x02\x51\xf1\x17\x0d\xf5\x0e\xc8\x93\x41\x74\x38\x0b\x1a\x5e\xf1\xeb\x57\x66\xf0\x09\xc8\xbb\x10\xea\x1d\x90\xf6\x3c\x7d\x18\xc8\x3b\x0c\xe4\x75\xea\x3b\x9c\x2d\x81\xa8\xca\xc2\xd9\x12\x88\x6a\x8b\xa8\x9f\x40\xda\xf3\xe8\x61\xbc\x2f\xc8\xbb\x2d\x9d\x54\x81\xa8\x18\x11\xc3\x49\x15\x08\x8e\xc9\xab\xc3\xc0\x15\x10\x15\x1b\x62\x38\xcf\x1a\x06\xae\xc4\xce\xcc\x4a\xe1\x89\xab\xd9\x0a\x58\x29\x02\x7e\x2b\xb6\xc0\x50\x01\x82\xa8\xf8\x7a\x86\x33\x28\xe0\x3d\xdb\x75\xb8\xb4\x02\x42\x9d\x38\x5c\x47\x19\xee\x1e\x77\xb6\x3d\x8c\x13\x01\x5e\xaf\x5a\x87\x71\x22\x20\xef\x8e\xe1\x6c\x0c\x64\xf7\x3b\x0c\x83\x42\x40\xe8\x97\x1a\x4e\xd0\x40\xe6\xe8\xbf\x3a\x0c\x0a\x01\xc9\x08\x90\xe1\x9c\x0d\x14\xd7\x7d\x87\xaa\x14\x94\x43\x8d\xa5\x2a\x05\x51\x1d\x7e\x55\xa5\x20\xd4\xcb\xc3\x4d\xe7\x03\x4f\x61\x65\x74\x9f\xea\x48\xe0\xe5\xb0\x75\xaa\xfd\x40\x71\x1f\xfa\x54\xf9\x81\xa8\x74\x95\xa9\xf2\x03\x43\x73\x70\x1a\xb4\x01\xd2\x76\x76\x4c\xe7\x59\x20\xb9\xe2\x3a\x5d\xba\x01\x51\xc3\xa4\x6a\x52\xfd\x79\x1f\x6d\x9d\x4e\x9a\x40\xd2\x35\x3a\x9d\x34\x01\x8f\x6e\xab\x53\xe5\x0a\xb2\x8b\x64\xd3\x28\x5c\x90\xb9\x2d\xba\x4e\x3d\x8c\x20\xb8\x27\xaf\x4e\x67\x5b\xa0\x70\xcc\x51\x9d\x9e\x07\x03\x4a\x67\x41\x72\xaa\x6e\x41\xda\x1e\x9d\xe9\xa6\x25\x10\x5c\x0e\x56\xa7\x33\x2b\xe0\xdd\xb9\x75\xea\xad\x04\x85\x43\x1c\xeb\x54\x51\x83\xcc\x35\x93\x75\xba\x18\x05\x8a\x3d\x78\x1a\xee\x31\x09\xf7\xa8\xca\xd0\xe5\x29\x90\x0c\x6d\x9d\x6a\xf8\xb9\xa7\x64\xf8\x05\xa6\xfa\x1c\xe4\xac\x10\xd5\xe7\x20\xea\x7e\xca\xb2\x7a\xd3\x03\x7e\xef\xa9\x4f\x13\x44\x55\x62\x2e\x4f\x4d\xaf\x9f\x4d\x76\x02\xd7\xa7\x40\x54\xcb\xef\x62\x14\x48\xee\x05\x98\xce\xd2\x40\x32\x76\x64\x1a\xb5\x01\x4a\xae\xbf\x7d\x40\x76\x9d\xfa\x4a\x41\x31\xa2\x6e\x3a\x87\x03\x51\x77\x92\x42\xe0\x44\x3e\x23\x4b\xa6\x73\x38\x10\x15\xed\x3a\xb5\x13\x40\xf2\xa8\x8b\xa9\x57\x14\x0c\xe7\x28\x53\x43\x00\x94\x6e\x7b\x19\xf9\x01\xc2\xc5\xc9\xa9\x6d\x30\xb5\x0d\xf0\x2d\x4c\x6d\x03\x10\x5c\xb7\x5b\xa7\x86\x00\x88\x8a\xff\x6a\xea\x74\x05\xc3\x99\xc6\x74\x71\x0c\x0c\xcd\xeb\xe9\x4a\x18\x88\xca\x88\x30\x35\x17\xa6\x8b\x63\x7a\xe9\xa6\xf6\xc2\xd4\x5e\xc0\x19\x36\x5d\x2f\x03\x43\xbb\x7c\x3a\xdf\x04\xc9\xb9\xc0\x74\xc7\x3b\x88\x5a\xcd\xcb\xe2\x37\xd7\x8f\x7d\x51\xe1\x33\x05\xad\xd5\x24\x6b\xd4\x8c\x98\xf3\x17\xed\xa7\xf8\x6f\x6b\xb5\xf8\xd6\xa8\x39\x3b\xb0\x87\x18\xf0\x0b\x4a\xf5\xd3\x30\x6c\x05\x78\xad\x74\x9d\x7a\x74\x41\x71\x03\xf8\xd4\x7b\x0b\xa2\xe2\xd1\x9a\x46\x9a\x80\xe4\x26\xdb\x39\x14\xcf\x40\x39\xe1\xab\x9a\x4e\x7a\x41\x71\x9f\xc6\xd4\x40\x01\x45\xdd\x31\x5d\xee\x9b\x46\xdf\x1e\xe6\x65\x25\x07\xdb\x5b\xa7\x79\xf9\x8b\x6c\x8a\xaa\x68\xe5\xa9\x19\x03\x52\x73\x10\x32\x38\x04\x94\xfd\xf9\xeb\xcf\x05\xc5\x38\xc8\xe9\x06\x28\x10\xdc\xd7\x56\xa7\xab\x71\x20\x8c\xf6\x9a\xce\x82\x41\xb8\xfb\x6c\x3a\x0b\x06\xc3\xc9\xd4\xd4\xc3\x0b\xb2\xab\xd3\x53\xfb\x07\x14\x37\x8c\x4e\x27\xc6\xd3\x9d\xdd\x0e\xb4\x1a\x36\x20\x2a\x96\xec\xd4\x64\x01\xa5\x3b\x12\x6a\xb2\x80\x11\x3b\xc9\xd2\x73\x8d\x61\x3a\x7c\xd1\xa6\xc5\x64\xd1\x73\x3b\x9d\x17\x83\xa8\x7e\x1f\xba\x69\x41\xf6\xb8\x8c\xa9\x7d\x02\xd2\x76\x29\x4f\x27\xc6\x20\x7b\x1c\xc7\xd4\x18\x01\x29\xf9\x94\xb6\x08\x48\x13\xeb\x6d\x3a\x57\x06\x69\x3b\x90\xa7\xf6\x09\xc8\xee\xf1\x99\xda\x27\x20\x79\x42\xd4\xd4\xca\x98\xac\xed\x55\xdb\x48\x8b\x62\x6a\x51\x34\x5f\xb4\x8d\xb6\xeb\xd6\x21\xc5\xd9\xf2\xdc\x1e\x58\x07\x23\x0d\x08\x90\xdc\xc8\x3d\x9d\x41\x83\xa4\x95\x3a\x0d\xd7\x00\x51\xf1\x44\x4e\xa3\x51\x41\xe9\xb8\x17\xa6\x56\x06\x28\x3a\x39\xa6\x56\x06\x48\x65\x62\xd4\x4d\xa3\x3e\x41\xd2\x47\x36\xd5\xf0\x20\x79\x18\xc6\x74\xb2\x0c\xb2\x47\x98\x9c\x86\x78\x82\xe4\x39\x5b\xa7\x5e\x59\x90\xf4\x04\x9e\x7a\x65\xcf\x1d\xe2\x59\x7d\x6c\x9a\xc6\xd8\xd0\x7d\xec\x36\x49\xad\xcf\x70\x74\x1a\x5f\x09\x82\x93\x76\xeb\xa9\xf2\x3e\xbd\x30\x1f\x55\x71\xaa\xa9\x41\xb8\x3e\x7d\xaa\xa9\x41\x2a\xdc\xa1\x5e\x4f\x55\x35\x08\xce\xd0\xad\xa7\x8e\x51\x10\xd5\x0a\x38\x81\x06\xd9\x91\xff\xd4\x2f\x7a\x6e\xbf\x28\xe3\xe9\xa9\xf6\x3e\xd5\xde\xf4\x83\x53\x55\x0d\x4a\xcb\x3e\x65\xfe\xde\x1d\x8f\x12\x3e\x9d\xf3\x9e\xac\x0f\x3a\x8b\x3a\x8d\x89\x04\xd9\x9e\x71\x3a\xc1\x05\xe1\x12\xd9\xe9\x04\xf7\x74\x82\x4b\xff\x3c\x8d\xce\x00\xc5\x53\xec\x4e\xd5\x26\x48\x7b\x51\xe2\x54\x0b\x82\x50\x95\x9e\xea\xa4\xd3\x68\x44\x17\x2a\x4e\xd5\x0d\xc8\x9e\xfa\x76\xaa\x21\x4e\x35\x84\xc2\x56\x43\x80\xb4\xd7\x33\x4e\xfd\x8f\xa0\x2c\x3b\xf8\x37\x15\xf3\xa9\x22\x00\xc1\x3d\x49\xf5\x54\x11\x9c\x2a\x02\x5c\x36\xa7\x8a\xe0\xdc\x8a\x80\xc1\xfb\x74\x2e\x79\x7a\xe6\xaa\xcb\x0a\xa7\x2e\x4b\x50\xb8\x65\xbb\x9e\xc6\xde\x81\x62\xcc\xed\xe9\x42\x18\x08\x2e\x28\xab\xa7\x63\x29\x28\xfa\xf7\x4e\x67\x89\x20\xed\xa5\x86\xd3\xa0\x05\x90\xf6\x8a\xc4\xe9\xa0\x08\xd2\x5e\x6c\x38\x9d\xdb\x9d\x06\xb1\xb9\xb4\x70\xba\xa0\x05\x42\xc5\x75\x1a\x9e\x06\xa2\xf2\x59\x9e\x8e\x81\x20\xb8\xfd\xa9\x9e\x4e\xdb\x40\x32\xdc\xf2\x74\x8d\x0b\x04\x57\x8a\xd5\xd3\x61\xf1\x74\x58\xb4\xa3\x38\x04\x82\xa8\xc3\x24\x0b\xc1\x69\x5e\xc3\xa6\x75\x54\x04\xc1\xb5\xf0\xf5\xd4\x11\x08\xc2\x35\x9c\xd3\x79\xd6\xe9\x3c\x8b\x41\xe5\xd4\xeb\x77\x7a\x60\xb8\x4b\x2a\xa7\x61\x67\x20\x4f\xbf\x40\xc7\xb6\x53\x4f\xa0\xa2\x75\x1c\x03\xc1\xb5\x20\xf5\x74\x6e\x04\x82\x13\x7a\xeb\xe9\x7c\xe3\xfc\x28\x3e\x03\xd4\xa5\x4f\x0e\xa4\xbd\x16\x73\x39\x82\x80\xe4\x77\x74\x39\x95\x00\xa1\x9b\xfa\x72\x50\x01\x61\x50\xf2\xe5\x84\x00\x04\x17\x33\xd5\x4b\xeb\x1f\xa4\xbd\xb0\xe3\x2d\x3b\x22\x3b\x03\xbc\xfc\xe6\x41\xda\xcb\x38\x97\xc6\x38\x08\x6e\x96\xaa\x97\x96\x37\x28\x47\x33\xe9\x31\xc9\x8e\x8c\x01\x70\xe9\x49\xbb\xf4\xa4\x31\xdc\x5d\x9a\xd9\x20\xb8\xea\xa4\x5e\x86\x13\x80\x68\x87\x4f\xbd\x26\xbd\x24\x2d\xf9\x5f\x0e\x17\x20\x9c\xe2\x5f\x0e\x17\x97\x57\x80\xb8\x5a\x74\xb9\x03\x0e\x04\x57\x4b\xd5\xcb\x98\x2f\x10\x9e\x1f\x76\x69\xfb\x5e\x9e\xbd\xb4\x93\xcc\x6c\x21\x1a\x36\xe0\xa5\xa1\x0b\xd2\x64\x34\xbd\x1c\x54\x40\x70\x5d\x53\xbd\x8c\xef\x02\x43\x07\xeb\xa5\xed\x0b\xb2\xc7\x6e\x5c\xda\xbe\x20\x8f\x30\x7b\xe5\xca\x31\xd3\x1e\xe9\x70\x19\x18\x06\x72\x4e\xfe\xa2\x72\xad\x5a\x72\x54\xc8\x98\xea\xcb\x0b\x3a\x94\x8e\x43\x16\x48\x5b\xac\xae\xab\x80\x34\x99\x96\x5c\xda\xb9\x20\xb8\x01\xb9\x5e\x8e\x6b\x97\xc1\x0b\xcd\x17\xed\x2a\x18\xb5\x5c\xc6\x51\x2f\x1d\x6a\x20\x0f\x66\x85\x97\x0e\x35\x10\x1e\x8a\x78\x19\x80\x00\xc2\x59\xfa\xa5\x01\x0b\xc2\x09\xf2\xa5\x8f\x0d\x84\x56\xe1\xa5\x01\x0b\xa2\xe1\xe4\xb9\x0c\x3f\x00\xc1\x75\x69\xf5\xd2\xed\x76\x6d\xb7\x1b\xf3\xb1\xcb\xa1\xf2\xf2\x32\x11\x97\x02\x2f\xfd\x6e\x20\xb8\x7c\xad\x5e\x1a\xba\x20\x95\x2d\x7e\x2d\x5d\x10\x5c\xdb\x56\x2f\x5d\x71\x20\x73\x4b\x63\xbd\x8c\x66\x00\xc9\xa3\x8e\xbc\x88\x4a\xe4\xb2\x93\x14\x19\x41\x6c\x9e\x82\x71\x69\x22\x83\xb4\xd7\xf3\x2e\xd7\x8a\x40\xee\xb6\xa5\x6b\x45\x20\xe9\x64\xbb\xb4\xa4\x2f\x0f\xbb\xde\x55\xb2\xc5\x39\x16\xd2\xc1\xe7\x32\x34\x02\x14\x0f\xb1\xbd\xf4\x11\x82\xec\x22\xc1\x65\x40\x1c\x48\x3a\xb3\x2e\xed\x6d\x90\xa7\xa3\x8a\x6a\x03\x94\x63\x67\x6f\x51\xbd\xef\xcd\x2e\xac\xbf\x11\xa4\xdd\x4a\x5a\xe5\xa0\xb8\x47\xe2\xd2\xdf\x08\xb2\xfb\xc8\x2f\x57\xb0\x40\x6a\x98\x08\x97\xb6\x3b\xc8\x9d\xa1\xf9\xd2\x76\x07\xd9\xbd\x6e\x97\xb6\x3b\x28\x43\xb1\xba\xbd\x0e\x04\x87\x4d\xd7\x4b\xa7\x24\x48\xad\xfe\xf6\x21\xd9\xf5\x72\xcd\x0b\xe4\xe4\x20\xa1\x5e\xbb\x76\x70\x36\xf9\x1a\xcd\x01\x92\x1b\xee\x2f\x8f\x28\x00\x59\x63\xf6\x32\xc0\x03\xa4\xb2\x93\x14\x3a\xce\x4e\x4f\x02\xb8\x9c\x39\x80\xc2\x9d\xa3\xf5\x32\x36\x1b\x64\xc3\x5a\x2f\x57\xd4\x2e\x4f\x2d\x60\xba\x77\xa9\x0f\x41\x76\xb7\xe5\xe5\x22\x1b\x08\x8d\xb0\xcb\x38\x3e\x90\x74\xac\x5d\xfa\x3f\x41\xd1\xc8\xbe\x9c\x72\x80\xd2\x51\xdd\x97\x2e\x51\x10\x2d\x5b\x08\x8b\xca\x29\x4e\x8d\xc9\xf6\xa5\x6e\x05\x45\xbf\xe0\xa5\x6e\xbd\xd4\xad\xd8\x65\x97\xd3\x0b\x90\x74\xb1\x5f\xce\x2e\x40\xd2\xed\x70\x39\xbb\x00\xc1\x41\xd7\xf5\xd2\xad\x09\x86\x2b\x29\x97\x81\x21\x97\x17\xcf\x39\x48\x38\xbb\x00\x59\xaf\xc6\xa5\x0b\x13\x84\x7b\xa6\x2e\x5d\x98\x20\x7b\xaa\xf2\xa5\xe6\x06\xc9\x2d\x28\x97\x01\xe3\x20\x0c\xad\xbd\x74\x74\x82\x68\xd6\xd1\x79\x0a\x08\xf7\x72\x5d\xea\x77\x10\x46\x64\x5c\x9e\x59\x00\x4a\x56\x99\x3b\x75\x01\x35\x3b\xa8\x6a\x05\x80\x5c\x77\x21\xac\xe3\xcb\xf8\xcf\x2a\xc2\xe5\xd4\x05\x8c\xd8\x49\xd6\xf1\xf5\xc6\x1b\x92\xf4\x86\x82\xf0\x18\x9e\xcb\xd8\x14\x10\x4e\xe3\x2e\x57\x16\x41\x39\x54\xdb\xce\x82\x40\x78\x54\xc3\xe5\x46\x37\x90\x77\xb5\xb5\x4e\x40\xf6\x08\xa7\xcb\x20\x49\x90\x3d\xc1\xf7\x72\xae\x04\xb2\x7b\xdf\x6e\xe7\x4a\xa0\xe8\x0d\xb9\xf5\x99\x82\xec\x8e\xaf\xdb\xb9\x12\xc8\xca\xeb\x76\xa9\x11\x84\xeb\x1d\xb7\x4b\x8d\x20\x1b\xd8\x74\x1b\x01\x7f\x13\xe7\xd2\x50\x42\xb7\x16\xd2\xed\x3d\xc0\xf4\xaf\x5b\xff\x2b\xc8\x5c\xa3\x5e\x6f\x8d\x26\x90\x35\xf1\x6f\xc3\x5c\x40\xb8\xd5\xf9\x36\x76\x13\x14\xf7\x15\xdc\x7a\x64\x41\x76\x56\x77\x3b\x5d\x03\xd9\x19\xdc\x6d\xe4\x0b\x08\x87\xb7\xdb\x98\xcf\xdb\xcb\xe7\xb8\x12\xa6\xde\x1a\x65\x20\xf7\xc3\x37\x2d\x3e\x46\x59\x19\xc5\x34\xcb\x8f\x4f\xd6\x89\xd8\xed\xf9\x9e\x60\xb8\x8e\x74\x3b\x85\x03\xd1\x70\xb6\xde\x5a\x73\x20\x1a\x0e\xcc\xdb\x59\xdd\xbd\x67\x75\xdd\x34\x8b\xc6\xb2\xe8\x60\x40\xb9\x0d\x6d\x01\xe1\x51\xde\xb7\xde\xd6\xdb\xd0\x7f\xe3\x40\x6e\x2d\x3c\x90\x3a\xe3\xce\xad\x81\x77\x7b\x89\x9c\x11\x2a\xb7\xbe\x55\x90\x9d\x96\xdc\x7a\x4d\x6f\x22\xf8\xdb\x4e\xb2\x9a\xc5\x63\x37\x10\x90\xd1\x2e\x20\xeb\x81\xbd\x9d\x36\x82\xe2\xce\xcf\xdb\xa5\x52\x90\x9d\xe2\xdc\x5a\x8b\xa0\x68\xda\xde\x06\x9a\xde\x9e\xa0\xc0\x78\x7b\x6b\x40\x82\xd4\x19\x78\x6e\x0d\x48\x10\x6e\x9b\xbb\x35\x16\x6f\x2f\x82\x43\xf9\xde\x4e\x41\x41\xb8\xf8\x7b\xeb\xa6\x05\xa9\xa3\x43\x6f\x57\x62\x41\xf1\xbc\xbd\xdb\x95\x58\x90\xdc\x5e\x7d\xbb\xb9\x0e\x64\x37\x6b\xde\x7a\x6b\x41\xe8\xc0\xbd\xf5\xd6\x82\x68\x76\x32\x2d\x56\x10\x46\x3d\xde\x5a\xac\x20\x75\xe6\xbc\xb7\xde\x5a\x10\xea\xe3\x5b\x8b\x15\x94\xdd\x13\xf5\xb0\x82\x3e\x6c\x48\x57\x5f\x41\x1e\x8c\x6b\xb7\x1e\x56\x50\x92\x9f\x9b\x1e\x56\x90\x3d\x51\xe5\x76\xfa\x0c\x7a\x63\xf6\x74\x6b\x8b\xde\x7b\xfa\xfc\xb7\x1c\x8e\x7d\x6b\xab\x82\xdc\xed\x46\xda\xaa\xa0\x4c\xc7\x04\x0d\xd3\x7b\x47\xd0\x0e\xd3\xec\x21\x4c\xa9\x1b\xbe\x80\x5b\x3f\x2a\x88\x56\xcd\x4c\x81\x72\x50\x95\x07\xed\xdd\x1a\xab\x20\x7b\xb2\xf8\x6d\x64\x2c\x08\x6e\x57\xa8\xb7\xab\xbf\x20\x1a\x33\xf1\x5b\x33\xf4\xde\x66\xa8\x72\xd7\x8a\x03\xd1\x18\xf0\x6f\x37\xcb\x81\xb4\x07\x1d\x0f\x89\x02\xd1\x98\x62\xdf\xc6\xbc\x82\x68\x0c\xac\xb7\x1b\xe3\x6e\xaf\x01\xc9\x26\x59\x30\x4f\x6c\x62\xdc\xbe\xf5\x61\x82\xdc\x19\xa4\x6f\xd7\x70\x41\xd2\x61\x76\xbb\x84\x0b\xa2\x31\x8f\xbd\x9d\xd4\x83\xd2\xfd\x45\x43\x59\x41\xf6\xc0\xb6\x5b\x73\xe8\xd6\x1c\xb2\xa8\x1a\x3a\x20\x9a\xd9\x7b\x14\x25\x88\xc6\x94\xef\xd6\xf6\x01\xa9\xee\x17\xfd\x32\xb6\x8b\x94\xa2\xea\x22\x05\xd1\x98\xec\xde\x3a\x11\x40\xb4\xe6\x53\x36\x24\x1e\x03\xcf\x22\xb8\xb5\x6a\x40\x34\x66\x7c\xb7\x26\xcc\xad\x09\xe3\x17\xab\x7b\x00\xa4\x1d\x9a\x74\x6b\x9d\xdc\xdb\xf9\x89\x8d\x74\xeb\xd6\x04\xd1\xf0\x8d\xdd\x4e\xfd\x41\xf1\x30\xd5\x5b\xfb\x01\x24\x4f\xfa\xb8\x35\x03\x6e\x03\x7e\x92\x8d\xa4\xd2\x07\xc9\x3d\x55\xb7\x4a\x1f\x44\x53\x3d\xe9\xc2\x04\xd1\xec\xc2\x46\x0a\x81\x68\x76\x7e\x97\x40\x41\xd9\x03\x80\x4a\x1f\x94\x3d\x00\x18\x4e\x74\x7b\xe2\xa3\xd1\x74\xb7\x5a\x1f\x0c\x57\xa5\x6f\xb5\x3e\x28\xde\x31\x70\xab\xe2\x41\x34\x3b\xbf\xee\x50\x90\xdd\x80\x74\x1b\xb7\x0a\xa2\x31\xfa\x3e\xea\xe0\xc7\xb3\x16\x93\x49\x97\x49\xb4\x25\xf5\x7e\x54\xa5\x20\x1b\xf4\xf2\xa8\x37\x41\x70\xbd\x5f\x7d\x54\x92\x20\xda\xf0\xa9\x6a\x12\xcd\x4b\xbb\x3d\xaa\xcd\x67\x2f\x6e\x56\x92\x2c\x04\x87\x28\x7a\x6e\xfe\xa3\xcb\x14\x84\x87\x3c\x3f\x2a\x57\x10\x1e\xd2\xfe\xa8\x5b\x41\x70\xe9\x4e\x7d\xf4\xa2\x82\x70\x2d\xe0\xd1\x63\x0a\xc2\x48\xc9\x47\xdd\xfa\xa8\x5b\xf1\x37\x3d\xea\xd1\x67\xaf\x77\xee\xc7\x2c\x6b\x36\x98\xcb\xdc\x5c\xf0\x04\xc3\xc5\xfe\x47\x2f\xea\xa3\x17\x15\x15\xff\x18\xc3\x09\x86\xcb\xc1\x8f\x9e\x0c\x90\x76\xc8\xe0\xa3\x2a\x02\x69\xc7\x07\x3e\x2a\x9e\xc7\xcd\x6a\x86\xeb\x3d\x6a\x1e\x10\x1e\x87\xf3\x18\xec\x09\xc2\x81\xfa\x51\xf3\x3c\x6a\x1e\x3c\x53\x8f\x6a\x06\x14\xee\xb1\xaf\x8f\x91\x42\x20\x3c\x75\xf9\x51\xcd\x3c\x2e\x0a\x86\x4f\x99\x3d\x5b\xda\x3c\xdd\xf0\x71\xb8\x06\xd9\xb9\xff\xe3\x68\xfd\x38\x5a\x4f\x93\x1e\x93\x58\xdb\xc3\x92\x79\x1c\xad\x41\x3e\xac\xb8\x7e\x84\x47\x3f\x02\xbd\xf3\x71\xb4\x7e\x1c\xad\xf1\x7b\x3d\x4e\xf3\x41\xf8\xa5\x3e\x2e\x5e\x81\x30\xe0\xe6\x71\x4a\x0f\xc2\x0d\x54\x8f\x13\x73\x50\xbc\x3a\xe3\x71\x48\x7f\x1c\xd2\xf1\x3a\x3e\x0e\xe9\x20\x3c\x18\xe8\xd1\x07\x0b\xd2\x8e\xbb\x7c\x1c\xd3\x41\xda\x81\x97\x8f\x93\x6e\x90\x76\x98\xe5\xe3\xe4\x19\x84\xb6\xf1\x63\xf8\x27\x48\x3b\x80\xf2\x71\xf6\x0c\xc2\xa9\xf2\xe3\x18\x0e\x42\x53\xf2\x71\x12\x0c\xc2\x63\xb7\x1e\x17\xb0\x40\xaa\x1e\x83\xf8\x38\x62\x83\xe8\xc7\xdf\xa0\x9a\x1f\x07\xf4\xe7\x22\x88\x37\xcc\xd8\x1e\x47\x98\xce\x81\x1b\xe9\x71\xf4\x06\xd1\xf1\x9e\x3d\xba\x80\x41\x78\x23\xc2\xe3\xd4\x12\x44\xc7\xc4\x7e\x9c\x5a\x82\xc4\x15\x7f\xf5\x71\x1f\x30\x88\x8e\x69\xf8\x38\xdb\x04\xc3\xd5\xd2\xc7\xf1\x1c\x44\xb7\x10\xce\x36\x41\x74\x56\x74\x1e\xfd\xbd\x20\x3a\xbe\xac\xc7\xd9\x26\x48\x3b\x22\xf5\x71\xba\x09\xc2\x83\x00\x1f\xa7\x9b\x20\x6f\x81\x3a\xdd\x04\xd9\x0d\x5f\x8f\xea\xe2\xd9\x9e\x62\xbf\x21\xf5\x05\xc8\x6e\xb6\x78\x9c\x6f\x82\xe4\x1d\x82\xf5\xd1\x7b\x0c\x72\xf7\xb3\x75\xc2\x09\xd2\xb4\xcf\xa9\x69\x40\x3e\xfc\xe0\x9d\x70\x82\xc4\x65\xce\xf5\x51\xf7\x80\xa4\x22\x7b\x9c\x5d\x82\xe8\x7e\x7d\x4e\x25\x41\x3e\xfc\x45\xa3\x68\x40\x9a\xcc\xb3\x1f\xa3\x68\x40\xf4\x9d\x64\x51\xb9\x04\xaa\x5b\x7a\x75\x0f\x28\x9e\xd2\xf4\xa8\x7a\x40\x18\x56\xfa\x18\x7e\x03\xd2\x54\x37\x38\xe1\x04\x69\x47\xec\x3e\xea\x1e\x90\x8c\xb1\x7b\xd4\x3d\x20\xeb\xbd\x7c\x9c\x84\x82\xe4\xc9\xab\x8f\x93\x50\x90\x0a\x37\xfb\x56\xef\x43\x17\xeb\x07\x3a\x69\xd9\x34\x8e\x8b\xa1\x7b\x7a\x21\xba\x28\xc6\xfc\xbc\xce\x39\x41\x71\x47\x8f\x77\x98\x8b\xe8\xd9\x17\x6f\x93\xe8\xb1\x8c\xfb\x5e\x3f\x2e\xa2\xe3\x4a\x7c\xdd\x21\x01\xd2\x0e\x82\xf5\x4a\xf2\xfa\xee\xfd\x10\x0c\x59\x5e\x40\x2e\x8a\x31\x9d\xde\x36\x2e\xd2\x0e\x96\xf5\xba\x71\x11\x1d\x2b\xfe\x55\x99\x81\x30\x0c\xe3\x55\x99\x81\xf0\x04\xeb\xd7\xf8\x59\x50\x0e\xba\xd4\xab\x8f\x1f\x64\x57\x07\xbc\x47\x5c\x64\xe7\xbe\x5e\x19\x2e\xb2\xb6\xdd\x6b\x70\xcd\xeb\x05\x49\xc6\xe7\x7a\x8d\xb8\xc8\x9e\x3a\xfb\x3a\x29\xf4\x66\x71\xd7\x58\x5e\xf7\x3b\x80\x72\x1c\x26\x59\x71\x2e\x95\xf0\x9c\x6e\x6f\x0c\x17\xd9\x58\xbf\xd7\xd9\x1e\x28\x9a\x0d\x5e\xfc\x2d\xc2\x79\x9c\x97\x7c\x8b\xe8\x4c\xb4\xbc\xe4\x5b\x44\xcf\xbe\x68\xbd\x83\xbb\x02\x2c\xaa\x4b\x89\x20\x3c\x95\xf2\x55\x4f\x82\xb2\x5b\x5c\x3d\x09\xc2\x48\xf4\xd7\xa5\x01\x10\x1d\x3d\xe9\x7d\xde\xa2\xb8\xe7\xc2\xcb\xbb\x45\x18\x2f\xe0\xe5\xdd\x22\xed\x80\x66\x2f\xdc\x16\xd1\xed\x8a\xce\xb4\x40\x71\x37\xbb\x77\x70\x8b\xe8\x38\xbb\x5e\x67\x5a\xa0\x54\xfb\x98\x33\x29\x10\x9e\x68\xf0\xea\xbc\x7f\x3d\x5c\xce\x40\xd7\xd7\xd8\x57\x90\xb6\xa8\x55\xb1\xde\xde\xed\x3a\xd2\x6b\xac\x09\x28\x9e\xf8\xf8\xea\xbd\x7f\xd1\xba\xbb\x96\x7a\xef\x41\xd2\xa1\xfc\x3a\x6d\x02\xc9\x70\xcf\x57\x87\x3e\x08\x37\x8d\xbf\x6e\x53\x07\x69\x1e\x3e\xa5\xf4\x3b\xb1\x66\x18\x50\xaf\xa1\x2c\xa0\x8c\xea\x8b\x36\x88\xb7\x8a\xef\xa7\x94\x21\x5b\x3a\x3a\x66\xd6\x6b\xc0\x0b\x28\x07\x0a\xe8\xd5\xe7\x0f\xd2\xc4\x72\x7c\x35\x10\x40\x76\x31\xf9\xd5\x40\x00\xc5\x60\x46\xaf\x0b\x17\xd9\xb5\xe4\x57\x9f\x3c\xc8\x46\xa1\x7b\x77\xb7\x28\xdc\xc0\x5d\xbd\xbb\x5b\x14\xe7\xa7\xaf\x6e\x7a\x50\x92\xa3\x85\xe6\xc1\xab\x79\x70\x1c\x7f\xc3\xf2\xf2\xab\xcf\xfe\xf5\xcc\xba\xe1\xcf\x2b\xbc\xa9\x9b\x96\x24\x0d\x0a\xaf\xf6\xf6\x92\x0e\xaf\xe3\x16\xc5\x8b\xd5\x5e\x17\x7f\x41\x3e\xec\x47\xce\x2f\xbd\xa1\x7b\x47\x5a\xbf\x6e\x28\x01\x69\x87\x96\x7b\x6d\xb7\x48\xd3\x8e\xe4\x01\x2a\xfb\xda\x6e\x06\xfd\x57\xbf\x39\x48\x7a\x65\xbd\x90\x5b\x64\x1d\xee\xaf\xc6\x09\x48\xd3\x91\x55\xeb\x03\x94\x31\x7c\xd1\xc6\xf7\x4c\x13\xfd\xcc\x5e\xbe\x5d\xbd\x69\xbb\xdb\x62\x7a\xc9\x41\xf1\xb4\xb1\xd7\x4d\x26\x20\xb8\x17\xb1\xbe\x5a\x24\x20\x0e\xbf\x50\x43\x6e\x40\xb8\x5b\xcf\x9b\xb6\x45\x0a\x0f\xda\xf5\x12\x6d\x11\xee\x3d\xf6\x12\x6d\x11\x1e\x81\xf7\x6a\xa5\xbc\xce\x3a\x8d\xec\x7f\x35\x53\x40\xd2\xe2\xf5\x96\x6c\x11\x06\xe8\xbf\x46\xf1\xbe\x9a\x24\x16\x43\x93\x04\x44\xc7\x5d\xe5\x6d\xd7\xa2\xec\x56\xd2\x24\x01\xd9\xe0\x05\x2f\xbb\x16\xd1\x99\x3b\xbe\x5a\x24\x20\x3a\x9e\x22\xef\xbf\x16\xa1\x4b\xe1\xd5\xae\x78\x99\xc0\x7a\x86\xd7\xab\x8b\x1a\x44\xb7\x43\x3b\x35\x05\xe1\x79\x5a\xaf\x76\x05\x08\xef\xcd\x7b\x35\x22\x40\x78\x04\xd3\xab\x11\x01\xc2\x08\x16\xef\xbf\x16\xc9\xe5\x23\xef\xbf\x16\xe5\x70\x7c\xd1\x88\x00\xa1\x41\xf2\x3a\xa5\x05\x69\x74\x93\x6c\xb6\xcf\x0b\xd2\x2d\x84\xa5\xff\xd8\xf5\x63\xdf\xd1\xac\x00\xd1\xf1\x58\x78\x49\xb6\x28\xee\x00\xf1\x42\x6c\x51\x5c\x28\xf1\x42\x6c\x11\x7a\x52\x3e\x7d\xdb\x20\x0e\x7c\x79\x9f\x33\x66\x90\xf6\x06\x02\xef\xcd\x16\xe1\x42\x8c\xf7\x66\x8b\xe2\xc2\xbe\xf7\x66\x8b\xf0\x96\xae\x4f\xdb\x03\xc4\x31\x7d\xea\x31\x89\x4b\xba\xe8\x01\xde\xa4\x2d\xd2\xde\x52\xe0\x55\xda\x22\x7b\xbc\xba\x57\x69\x8b\xe2\x36\x23\xaf\xd2\x16\xe1\xf1\xea\x9f\xde\x6d\x90\x74\x45\x7c\xda\x31\xa0\x1c\x87\x79\x55\x93\x08\xe9\xc2\xe6\xfd\xb4\x6c\x40\xb8\xc1\xf8\x73\xe2\x0e\x8a\xb1\x48\x9f\xc6\x0e\x48\x93\xf6\xfe\xb4\x62\x40\x9e\xd5\xec\xad\x77\x7a\xac\x91\x6f\x5a\x23\x76\x7c\x1e\x36\x92\xbb\x80\xc0\x30\x58\xee\x73\xe6\x0e\xd2\xde\xc5\xf0\x69\x00\x81\xed\x75\xff\x9c\xb9\x83\x34\xd1\x74\x9f\x13\x77\x90\x26\x3a\xec\xd3\x51\x0e\xd2\xde\xa0\xf0\x39\x99\x07\x61\xf8\xe2\xa7\xe9\x04\xc2\xb3\x37\xbc\x43\x5c\x84\x0e\xce\x4f\x3f\xf9\xa7\x9f\x1c\xfb\xcd\x3b\xc4\xc5\x30\x3e\xef\x33\x96\x0a\x14\x6e\xa0\xaf\x5e\x2b\x2e\xd2\x8e\xdc\xff\x0c\x55\x06\xc9\x49\xa2\x57\x8d\x8b\xf0\x34\x11\xef\x15\x17\x69\x1b\x37\x5e\x2c\x5e\xf7\xc5\xe2\x9a\x02\x5e\x2c\x2e\x8a\xae\x8d\x4f\x1f\x3b\xc8\x93\x11\xea\xd3\x10\x03\x69\x6f\xea\xf8\xf4\xa8\x83\x30\x9c\xff\xd3\xec\x02\xc3\xc3\x9f\x3e\xdd\xe7\x20\x5c\x16\xfc\xf4\x62\x80\xe4\x64\xf8\xd3\x12\x03\x61\x90\xb9\x77\x8d\x8b\x70\x01\xdd\x8b\xc5\x45\xda\x7b\x52\xbc\x59\x5c\x84\x47\x49\x7b\xb3\xb8\x28\xde\xff\xe7\x95\xe1\xd5\xfb\xc1\x3b\xda\xfa\xd3\x3a\xfb\xb6\x75\x86\x9d\xed\x9d\xe1\x22\xfa\xc8\xbf\xad\x9a\xbd\x2c\x5c\x44\x6f\x96\xd2\x2e\xc1\xf1\x3e\x1d\x17\xeb\xa7\x89\x07\xc2\x88\xae\x4f\x13\x0f\x24\x37\xf9\x7c\xda\x73\x20\xed\x0d\x24\x9f\xae\xf1\xcf\x70\xe5\x39\xcd\xcd\xca\x10\x9f\xa6\x53\xfa\x33\x84\x19\x0c\x63\xee\xbc\x79\x5c\xe4\xe4\x97\x6b\x98\x1a\x28\xce\x96\x3e\x0d\x46\x50\xb8\xb7\xbe\x7e\x3a\x6e\x40\xd9\x1d\x5f\xc7\x0d\x08\xa3\x14\xbd\xb2\x5c\x64\x63\xd9\x3e\xdd\xec\x20\x79\xd7\x88\xb7\x98\x8b\xf0\x46\xa6\xcf\x13\xf5\x40\x78\x60\xe5\xa7\x09\x09\xca\x60\xb6\xe7\xf5\xe4\xa2\xe8\x24\xf3\x2a\x72\x11\x4e\xa2\x3f\xc3\x3f\x40\xf2\x94\x87\x4f\x4b\x10\x64\xd7\x17\x3f\x5d\x45\x9f\xae\x22\x0c\x6c\xef\x30\x17\xe1\xe9\x7c\x9f\xc6\x21\x48\xc3\xc1\xc3\x18\x91\xcf\x18\x11\x07\x52\xed\xc5\x4f\x87\x12\x4e\x1b\x6f\x3a\x17\xd1\xa7\x85\xb0\x42\x9e\x58\xec\xee\x20\x6f\x3f\x17\xd1\x1d\xcf\x75\x45\x81\x32\x6d\x35\x5d\x51\x20\x4d\x0c\x86\x4f\x57\x14\xc8\x2e\x99\x7b\xfb\xb9\x88\x8e\x87\xc9\xdb\xcf\x45\xe1\x5e\xf3\xfa\x19\x93\x0d\xb2\x47\xc9\x79\xd5\xb9\x28\x1e\x9c\xea\x4d\xe7\x22\x3c\x60\xff\xd3\x44\x05\xd1\xa7\xbf\x68\xb9\xdc\xc0\xec\x16\xa5\xcf\xd8\x42\x10\x4e\xc8\xbd\xea\x5c\x84\xc7\x85\x7a\xd5\xb9\x48\x1e\xd5\xf0\x19\xfe\x01\xd2\xde\xdc\xf4\x69\x97\x7e\x06\x25\xba\xbb\xe9\xd3\x30\x05\xd1\x51\xea\x9f\x0b\x1f\xa0\x18\xa9\xfd\x69\xaa\x82\xec\x9e\x43\x6f\x46\x17\xd1\x99\xdf\x78\x33\xba\x28\x06\xbb\x79\x33\xba\x48\x7b\x77\xd3\xe7\x62\x08\x28\xc6\x00\x7d\xc6\x86\x80\x72\xd8\xc9\xb4\x71\x41\x2a\x9e\x25\xf8\x69\xd1\x82\x61\xbc\xc8\xa7\x45\xfb\x5d\x7b\x88\xe1\x47\x8d\x0e\x01\x25\xa9\xdd\x74\xa8\x81\x18\xda\x03\x3a\xd4\x40\x32\x4e\xce\x4b\xd5\x45\x76\x47\x85\x97\xaa\x8b\xb4\x77\x6c\x7d\xae\x9a\x80\xa2\x5b\xda\x8b\xd6\x45\xda\x7b\xbd\x3e\x7d\x71\x9f\xbe\x38\x3f\x00\x7d\x71\x9f\xf7\xa1\xda\xa9\xb4\x55\x41\x0c\x55\xa5\x21\x94\x5e\x84\xee\x61\x1c\x5e\x84\x5e\x3f\xee\xa1\xd0\xb9\xff\x19\x31\x0e\x52\xd9\x4f\x99\x3d\x16\xad\x91\x6c\x9f\x4e\x36\x30\x5c\xf8\xf7\xd6\x73\x91\x9d\xb5\x79\xeb\xb9\x48\x7b\x93\x98\x77\x9c\x8b\xf0\xa8\xf5\xcf\x05\x98\xef\xdd\xb5\x34\xcd\x0f\xec\xd5\x2a\x44\xfe\xae\xc0\x7c\xee\xd5\x76\xe6\xf4\x69\xd4\x82\x18\x8a\x56\xa3\x16\x84\x1b\x21\xbc\x0b\x5d\x14\xef\x31\xf0\xe2\x73\x11\x43\x4d\xa6\x21\x0a\x62\xec\xa7\x14\xc6\xe7\xb7\xe3\x17\xac\xcf\xeb\xf3\x9c\x10\x87\x4f\x2d\x51\x10\x5c\x3e\xd5\x0e\xac\x3b\x11\x6c\xd2\x69\x5e\x42\x2e\x82\x35\xfd\xe6\x25\xe4\x22\xc6\x12\x76\xf3\xc2\xf1\xf6\xf3\xc2\x71\xf2\xc2\x6c\x13\x31\xd6\xb0\xde\xbc\x70\x5c\x14\xca\xd5\x0e\xcc\x36\xb1\xca\xda\x48\x9b\xa6\x4d\xde\x4c\x24\x9d\x26\x39\x3d\x2c\xe6\x76\x99\x46\xcd\x93\x6f\xde\x26\x61\xc3\x26\x7f\xe0\x31\x89\x55\xf1\x65\xaf\xb6\x23\x5b\x7e\x62\xd4\x39\x74\xa4\x79\x2f\xb9\x08\x6e\x00\x6d\x5e\x2f\x2e\x52\xfb\x1b\xb6\x4b\x35\x6f\x1f\x17\x31\x92\x99\x58\x3d\xb6\xa4\x11\x57\xd2\xbc\x7c\x5c\x24\x36\xc6\x34\x2f\x1f\x17\x31\x76\x19\xad\x30\xdb\xc9\x39\xcc\xaa\x79\xf9\xb8\x08\xee\x09\x69\x47\xb6\x71\x08\x90\xc7\x59\xdf\x8e\x62\x4d\xb8\x65\x62\x28\x02\x3c\x64\x22\xb9\xbb\xb0\x1d\xc5\xfc\xb9\x64\x75\x64\x0a\x16\xbe\x89\x7d\xc5\x55\x56\xcd\x5b\xc5\x45\x8c\x62\x92\x99\xe1\x0f\x63\xc7\x5e\xf3\x56\x71\x11\x5c\x4d\xd2\x8e\x30\xfb\x30\x7b\x2a\x19\x16\x9f\x75\x23\x6e\xbf\x69\x47\xd8\x36\xdc\xd2\x30\x32\x02\xab\xb6\x0d\x26\x17\xae\xf1\x76\x54\x0b\x51\x39\xa4\x42\x81\x55\xdb\xa6\x12\x2b\x67\xa7\xa9\xca\x10\x53\x6a\xec\x24\x0b\x51\x2d\x04\xbf\x58\xfd\x45\x77\x7b\x55\x3a\x78\x55\x86\xd5\x0e\xce\x8b\xcd\x42\x34\x3b\x38\xc2\x6f\x0a\xa7\xed\x41\x81\xb2\x36\x0b\x86\x49\xc5\xa9\x61\xed\x68\x4a\xa7\x29\x1d\xdf\x0c\x93\x18\x3a\xac\x77\xb3\xf8\x0b\x79\x56\xf3\xb2\x57\xb0\x01\x8c\xc3\x74\xdb\xd1\xac\x91\x9b\xcf\xad\x51\xb3\x46\xcd\x1a\x51\xfc\xa6\x58\x39\xd3\x6b\xf8\x4d\x35\xbf\x02\x56\xc2\x46\xf1\x29\xeb\xcd\x56\x00\x16\x4c\xda\xd1\xac\x37\x2b\x61\x23\xf3\x62\xb7\xde\x9e\x67\xd2\xf9\xc5\x6e\x51\x3b\x27\x35\xf8\x15\x77\xfb\x34\x06\xd5\xcf\x17\xcd\xcb\x50\x59\x36\x93\xb6\x63\x28\x31\xf6\x84\x0d\xbf\xd8\xa1\x74\xb0\x82\xc6\x7e\x4a\xe9\xb0\x86\x46\x48\x55\xf3\x36\x73\x31\x08\x83\x6a\xc7\x50\x14\x83\x30\xfd\x41\xa7\x1b\x8a\xc2\x33\x8a\x2b\x65\x1d\x8a\x62\x20\x8a\xa0\x1f\x0e\x45\x31\x08\x26\x1f\x88\x62\x28\x0a\x36\x93\x0d\x3f\x86\x69\x43\x72\xd2\x30\xb7\x75\x35\x6f\x41\x17\x89\x53\xe2\x9a\xb7\xa0\xb7\x63\x52\xef\x20\xaf\x69\x21\xd8\x13\x31\xfc\xbc\xa7\x85\x98\x16\x82\x4f\x66\x3a\xaa\xba\x27\xa2\xee\xc7\x94\x98\x37\x6c\x05\xd2\x39\x95\xfe\x42\x19\x0d\xe9\x9c\x0a\x8c\xc3\x58\xaa\x5f\xe9\x69\xc1\xb6\x2d\xa3\xc4\x4e\x4b\x76\xe2\xd8\xe8\x48\xec\xb4\x91\x4e\x0b\x6b\xfe\x0a\x11\x53\xa6\x38\x6c\x9f\x96\x1f\xaf\x5b\xb2\x8d\x2e\x4b\x71\x39\xe7\xb1\x02\x97\xf2\x59\x28\x78\x95\x9a\x17\xaf\x8b\x18\x76\xa8\xcb\x92\x71\x42\x19\xbb\xe1\x9a\x17\xaf\x8b\xe0\xfe\x85\x76\x5c\x96\xd5\x5b\x47\xed\x3d\x97\x7d\x9f\x98\xd6\x51\xa9\xf8\x65\xbb\x5d\xec\x99\xeb\x54\xfc\xb2\xdd\x58\xf3\x1b\x76\x8b\xdb\xec\x6f\x8e\x54\x50\x37\xdd\x66\xcf\xd6\xb7\x61\xb7\xb8\x15\x05\x77\x6c\x65\x45\x71\xdb\x48\xdb\xe9\x66\x5b\x3e\xf6\x57\x36\xd8\x73\xa6\x47\x3b\x1e\x2b\xc9\xa2\x1f\xc7\x88\x34\xef\x62\x17\x23\x54\x74\x8f\xc5\x7f\x2c\xbe\x49\xca\x95\xe3\xc8\x8e\x46\xf1\x1f\x7f\xf2\xd9\x3f\x49\xf9\x1f\x6b\xb9\x90\x9b\xb5\x7c\xec\x2b\xdb\x44\xb1\x14\x76\x15\x8f\x8e\xf1\xab\x7c\x6d\xa4\x57\x03\x82\x17\x5f\x8b\x8f\x1f\x6e\x04\x63\xca\x6b\xf1\xf7\x2a\x20\xe2\x79\x95\xc5\x4b\xb7\x70\x14\x7b\x2d\xfe\xeb\x45\xfe\x14\xff\x33\x7b\xef\x49\x70\x94\xfc\xcc\x5e\xfb\xa4\x93\xd7\x67\xaf\xf8\x88\x2b\xb0\xbf\x7e\xfe\xe2\xe7\x2f\x52\xae\xcf\x5e\x81\x1f\x8e\x6b\x8c\xdb\xf1\xd9\x46\x1c\xb7\x39\x1a\x62\xfd\x2c\x84\x2b\x77\xd5\x4f\xf0\xb3\xbf\x7e\x6c\x2a\x77\xf8\xfe\x94\x2b\xb1\x25\xa3\xfd\x2d\x3a\xf9\x53\xec\x9a\x47\xe8\x7a\x2f\x78\x17\x41\xc0\x69\xf3\x82\x77\x91\xd9\x2c\xd4\x12\x1e\x38\x11\x2c\x3e\xb5\xc4\x1a\x9e\x88\xd1\x7c\x6a\x98\x84\x0f\x99\x21\xc7\x2b\xdf\x45\xf1\xcb\x4b\xf8\xd1\x5a\xd2\xac\xea\xbe\xf8\x99\x64\xa3\xf2\x54\xb2\x10\x09\x0f\x93\xd9\x6b\x56\xa5\xb4\x3f\x76\x1f\xab\xa6\xf1\x4d\x21\x76\xef\x72\x17\x09\x77\x58\xf3\x2e\x77\x91\x52\x31\xe9\x36\x49\xb3\xb0\x9a\x66\x31\xb8\x48\x01\x9f\x44\x4b\x5a\x47\x60\xe0\xe3\x6d\xde\xee\x2e\x82\x79\x69\x4b\x1a\x36\x20\x06\x9d\x32\x69\xd8\x80\x18\x8c\x42\x29\xfb\x93\x19\x4d\x44\x0f\x4c\xc5\xec\x0b\xd9\xb7\x42\x52\x98\x44\x17\xa1\xd7\x78\x2d\xbc\x18\x6c\x1d\x69\x5e\xf8\x2e\x62\x74\xca\x55\x94\x2b\x47\xdb\x8c\xe1\x53\xaf\x49\x8a\x9a\xc6\x2d\xd6\xb1\xa0\xe0\xe9\xe0\x49\xbb\x26\x69\xd7\x0c\x0a\x11\x16\x22\x2c\x04\x2f\x86\x85\x08\xeb\xe8\x53\xd6\x91\xdb\xdd\xb3\x22\xd4\xd4\x49\x9a\x3a\xb6\xa4\xa6\x8e\x57\xb9\xfb\xb1\x78\x95\xbb\x48\x73\x58\x08\x4b\xaf\xf5\xa3\xa0\xc3\xd2\x07\x87\x50\x31\xc6\xa5\x6a\x3f\x24\xec\x92\xeb\xea\x5b\xd2\xfa\x01\x45\xa3\x32\x55\xcb\xa5\xa9\x33\x7c\xca\xec\x71\x0b\xb1\xe1\xa4\x79\x6f\xbb\x08\x0e\xad\x6e\x5e\xdb\x2e\x4a\xf7\x17\xb5\x61\x40\xc2\x2b\xd4\xbc\xb6\x5d\xc4\x98\x26\x29\x1c\xae\x6d\xd7\xd8\xf5\xd6\x76\x91\xd8\xcf\xdf\xbc\xa2\x5d\xc4\x98\x48\xa2\x59\x47\xb6\xa2\x4f\x3b\x93\xa6\x08\x88\x31\x69\x47\x4d\x11\x90\x1c\x95\xbc\xa2\x5d\x04\x57\x73\xb5\xd4\x2d\x2a\xee\x9e\x31\x28\x7d\xb7\x1d\xb9\xd8\x73\x4c\x84\xa3\x0d\x03\x82\xfb\x96\x9a\x17\xb9\x8b\xa4\x2d\xed\x4d\xed\x22\x58\x1e\x6c\x5e\xc1\x2e\x92\xe7\x18\xb4\xd4\x2d\x7e\xa7\xf8\x4c\x4e\xbc\x83\x5d\x94\x3d\x2e\x0c\x33\xc3\x6d\x83\xcf\xb7\x79\xbb\xba\x88\x89\xad\xee\x55\xea\x22\x79\x9a\x42\x4b\xc3\xfc\x07\xd1\xb2\xcc\x6a\xbc\x4b\x5d\xc4\x81\x15\xee\x5d\xea\x22\xe6\xe1\x53\x56\x9c\x70\xcf\x79\xf8\x94\xb5\xe4\x86\x2a\x16\x41\x5b\x9a\xb6\xd1\x64\x3f\x84\x83\xdf\x74\xc0\xc2\xfb\xc2\xe5\x4d\x2d\x69\xd7\x80\x98\x87\x4f\xd9\x46\x53\x13\x0f\xf5\xee\x95\xe8\xa2\x54\xbf\x19\xed\x0e\x50\x98\xae\x37\xef\x3f\x17\xc9\xb3\x19\x9a\x17\xa0\x8b\xe4\xac\x92\xcb\xd0\x37\x62\x62\x51\x78\x27\xba\x88\x79\x98\x99\xe2\x21\x16\x89\x2b\xb2\x5b\xd2\x3a\x01\x69\x7f\xa6\x1a\x19\xc9\x8d\x33\x4c\x2c\xd2\x65\x95\x08\x2c\x9a\xca\xf5\x32\x2f\xee\xf6\xc4\x69\xd6\xd2\x6d\x5e\xb7\x2e\x7d\xbf\x87\xdb\x4e\xc6\x9e\x18\x2e\xdb\x68\x5e\x50\x2e\x82\x83\x18\x5a\xd2\xca\x00\xf9\xb0\x14\xb7\x15\x67\x4d\x90\x0b\x94\x9a\xd7\x98\x8b\xd8\xbd\xe7\xb6\x60\xb7\x05\x43\x14\x9a\x27\x20\x08\x50\x69\xde\x6c\x2e\x62\x32\x41\xf5\x66\x73\x11\xd3\x2f\xf0\xb1\xa7\xec\x1b\x40\xf9\x45\xad\x07\x90\x3c\xcd\xa2\x25\x0d\x03\x10\x13\xb3\xd2\xdb\xc8\x45\x4c\x1b\x44\xfd\x0e\xca\x61\x53\xaa\xcc\x41\x4c\x25\xa6\x32\x07\x31\xf3\x6f\xbb\xb0\x5b\xfa\x94\x14\xea\x7f\xee\x7c\x95\x14\xea\x7f\x8f\xda\xaa\x7a\x10\xd3\x51\xe8\x53\x06\x1f\x32\x60\x52\xe9\x2d\xe1\x22\xa6\x43\xce\x67\xab\xb2\xe6\xc6\x09\xdb\x2d\x7d\xca\x00\x4f\xc7\xc4\xe6\xf4\xe2\x70\x11\x9c\xf9\xd8\xbc\xd8\xbb\x65\x56\xce\x26\x2a\xd3\x8b\xbd\x45\x69\xd8\xda\x99\x65\x32\x11\x93\x8f\x31\xab\xde\x41\x10\xd8\xd8\xbc\xeb\x5b\x64\xee\x96\x68\x59\xaf\x09\xc8\x3b\x2f\x35\xbe\xd7\x7f\x73\x87\x43\xcb\x6a\xfc\x6c\x6c\x0f\x5f\x9e\x37\x82\x8b\xc1\xae\xe8\xe6\x85\xe0\x22\x66\xf1\xa9\x6a\x52\xb5\x9d\xfd\xc9\x66\x1a\x27\x13\x54\xdf\xb4\x46\x6c\x01\x21\xee\xb9\x65\x4d\x05\x10\xb3\xf8\x94\x35\x5a\x68\x9d\x3e\x93\x93\x35\x4a\x88\xb5\x98\xf4\x99\xc4\xe1\xad\x18\x27\x59\x4b\x01\xc4\x2c\x26\x59\x88\xec\xde\x14\x93\xa6\x49\xba\xce\x30\x99\xbd\x4b\x5c\x04\xd7\x8b\x37\xef\x12\x17\xc1\x25\x52\x2d\xeb\xf0\x00\xa9\xd1\x4d\xbd\x5e\x5c\x04\xc1\xfc\x2d\x17\x85\xc8\x7d\x10\x5c\x2f\xd9\xb2\x36\x06\xc8\x9a\x60\xde\x38\x2e\x52\xe9\x4a\xac\xd8\x07\xb8\x98\xc9\x2f\xc3\xab\xc1\x45\x19\x3b\xc9\x82\x71\xbf\x52\xe1\xc2\x86\x96\xb5\x32\x40\x69\x26\x85\x25\x0b\x1c\xe9\x16\x56\x1f\x0b\x08\x6e\x66\x6a\xde\x33\x2e\x92\x07\xbd\xb4\xac\x47\x25\x1b\x8b\xcb\xb1\x2b\xcd\x9b\xc6\x45\x26\x42\xb4\x65\xad\x11\xd0\xb6\xcc\x42\xd1\x72\x64\x0f\x21\x95\xcd\x8b\xc6\x45\xe6\x56\xbf\x96\xb5\x46\xb2\xa7\xb3\x72\x60\x4b\xf3\xf2\x71\x91\xd3\x61\x31\xac\x27\x4b\x62\x9c\xbf\xd0\x72\xb5\x02\x55\x3f\x08\x96\x59\xd6\x44\xc9\xde\x99\x69\x37\xd3\x44\x01\x85\x93\x27\x9a\x77\x94\x8b\xf5\x26\x75\xd7\x6c\xc9\xee\x5c\xc6\xb8\xf1\xde\x72\x11\x4e\x8c\xbd\xa4\x5c\x04\x6b\x14\x2d\xeb\xa1\x01\xc1\x92\x61\xf3\x8e\x72\x11\xd3\x9a\x6b\x90\x80\x98\xcc\x89\xb2\xd6\x47\xde\x07\xe1\x90\x97\x76\x05\x48\xc9\x5f\xd4\x3c\x00\x45\xa7\x64\xee\x0a\xb6\x2b\x58\x9f\x52\x8a\xdc\x7b\x31\x31\x06\xb3\xd6\x01\x88\x89\x92\xf4\xc2\x70\x91\x35\xeb\xf3\xb0\xf4\x2c\x23\x35\xbb\x94\x36\x04\x08\x96\x66\x9a\xd7\x8a\x8b\x98\x7e\x24\x7a\x4b\xb2\x01\x45\x0a\x5f\x6f\x09\x48\xee\xbc\x6c\xde\x2b\x2e\x82\xc3\x89\x5b\xd6\xfa\x00\xc5\xc9\x94\xf7\x8a\x8b\xe2\x38\xec\xbd\xe2\x8d\x4b\xc4\x63\xa2\xa9\xbd\x43\x5c\x84\xbe\xaa\x3c\xfd\x49\xb7\x07\x3b\x86\x68\x69\x64\x2d\x0d\x07\x8c\x69\x7f\x9d\x46\xdc\xf8\xa2\xed\x31\xd9\x10\xe8\x37\xa2\xbb\x04\x04\x47\xfb\x36\xef\x23\x17\x45\xd7\x67\xd6\x83\x02\xb2\x16\x9c\x37\x8d\xb7\x7d\xd3\x78\xe3\x17\xb5\x20\x40\x09\x3b\x85\x16\x04\xa8\x87\x83\xee\x65\xb5\x2f\xcf\xdb\xe4\x29\xdd\x14\xa0\x1c\x76\x8a\x4b\x11\x7a\x1c\x8f\xcd\x7d\x99\x3d\x1b\x4b\xa6\xc2\xd7\x4d\x01\x12\xd7\xcc\xb6\xac\x9b\x02\x64\x62\xa7\x5a\xd6\xa8\x00\x31\x1d\x7b\x6e\xa5\xba\x57\x52\x9a\x8f\x59\x0a\xbc\x19\x5b\xff\x68\x67\x64\xed\x0c\xdb\x56\x3b\x03\xc4\x54\xf8\xda\x19\x59\x3b\x83\xa9\xaa\x17\x86\x8b\x98\xfd\xb7\xf7\x2d\xb7\xac\x19\x92\x35\x43\xba\xbf\x6e\xed\xb4\x39\x98\x3b\x7b\xeb\xb8\xf0\x9a\xd5\x96\x6f\xfb\x37\xc1\x4a\xd3\xcf\x5a\x33\xe4\xaf\x17\x91\x93\xa4\xd4\xf1\xae\x4c\xbf\x82\x47\xb1\x10\xbf\xd4\x1c\x23\x74\xb8\x80\xac\x29\x9a\x1f\x25\xf5\xd8\xff\xa8\xdc\xa3\x08\x38\x55\x63\x3a\x38\xea\x83\xf1\xb6\xf2\x69\xcf\x7a\x14\x01\xd7\x6e\x12\xde\xd9\xbc\xad\x5c\xe4\xd8\x45\xb5\x8e\x8f\x75\xa4\x37\x3c\xd6\xf1\xa1\x8e\x7e\xfc\xfa\x5b\x40\x62\xb7\x4a\xcb\xfa\x5b\xb2\xab\x44\x0e\x37\xaf\x79\x71\x38\x50\xa8\xf4\x5f\xf3\x7a\xd9\x51\xa8\x6e\x7d\xed\xcb\x9c\x11\x3f\x77\x5e\x8a\x90\x53\x09\x09\x65\x6e\x59\x7f\x0b\x88\x69\x5e\x3a\x57\x40\x72\x7e\xed\x35\xe4\x22\xa6\x06\x84\xf6\x18\xc8\x49\xe1\x68\x70\xe5\x7d\x07\x25\xd5\xd6\x94\xca\x7b\x89\xc8\x86\xd4\x70\x02\xb9\x38\x6a\x68\x38\x65\x0d\x27\x7a\xa9\xf7\x90\x8b\x9c\x19\xa8\xbc\x87\x5c\x04\xa1\xe5\xcd\x1b\xc6\x45\x26\x66\xa7\x79\xc3\xb8\x08\x42\xcb\x5b\xd1\x55\x52\xdc\x62\xdb\x4c\x3a\x4d\x72\xa1\x87\xef\xba\x68\x72\x15\x4d\x2e\x2a\xee\x3d\xe4\x22\x79\xc4\x55\x2b\x5a\x53\xa0\x1c\x7c\x8c\x25\xf9\x9b\x3b\xdc\x99\xe6\xf5\xc6\x70\x91\xd8\x9f\xd4\x8a\x16\x10\x48\x91\x68\xa6\xa2\x71\x53\xbc\x62\x12\x75\x5b\xf4\x79\x80\xe0\xa4\x84\x56\xf4\x79\x80\x94\x58\x0d\x29\x2e\xd3\x80\x7c\xd0\x87\xbd\x0c\x5c\x64\x4d\x70\xef\xf4\x16\xc9\x33\xae\x9a\x97\x7a\x8b\xc2\xcd\x5c\xad\xe8\xe1\x00\x85\x03\x40\x9a\x97\x7a\x8b\x70\x80\xf1\x4e\x6f\x91\xbb\x49\x7a\x38\xca\xb6\x2a\xf8\x9e\xbd\x62\x5b\x64\x57\x3a\xbc\x3b\x5b\xe4\x64\x29\xb4\x03\xbc\x3a\x9b\x48\xc9\x56\xc2\xfc\xc3\xfe\x89\xc8\x5c\xa7\x01\xc1\xba\x69\x2b\xea\xfc\xa2\x5b\xa2\x98\xa4\xc4\x38\xa8\xef\xd8\x49\xfe\x22\xc7\x90\xb0\xbd\xb5\x15\xbd\x0b\x60\x95\xd5\x34\xdf\x5c\x28\x0d\xb5\x53\xd4\xe6\x20\x73\xf7\x7c\xf3\xba\x6b\x11\x53\x59\xeb\x71\x00\x31\xf7\x53\x4a\x6c\x21\x73\x68\x47\xf3\xd2\x6a\x91\x74\x5f\x79\x43\xb5\xf8\x7f\x18\x3b\x97\x2c\x6b\x59\x66\x0d\x4e\xe5\x0c\x41\x48\x32\xc1\xce\x3f\x17\x6f\x7b\xfe\x43\x38\xcb\x08\xbf\x76\xbd\xad\x58\xe5\xaa\xad\x88\x4a\x5e\x48\x78\x9a\x7b\x52\x55\xe8\x07\x80\xb1\xef\xfe\xd2\x86\x4d\xc4\x74\xf8\x70\x62\xfa\xdc\x90\x33\xe9\x7e\x25\xd3\x56\xbc\x08\x74\xe3\x4b\x89\x6a\xd1\xdc\x2d\xab\x42\x47\x00\x0c\x87\xad\xd0\xea\x83\x3e\xed\x58\xad\x3e\x68\xee\xe3\x55\x61\x82\x21\x54\x42\x49\xef\x60\xd9\x41\x6e\x1e\x32\x3c\x9b\x1d\xa4\x27\xb0\xfb\x4b\x1f\xc0\x62\xbb\x2c\x5b\x6b\xce\x01\x0c\x4d\x75\x2c\x1f\x39\x1a\x2a\x28\x59\x57\x98\x86\x00\xcd\x5d\xc7\x2a\x74\x18\xc2\x7d\xa2\xc2\x43\xf6\x99\xae\x00\x99\x2e\x65\xb1\x45\xfb\xee\x49\xbb\x0f\xda\xf0\xfb\xd5\xc8\xc7\x37\x4d\xe2\xf7\x65\xd6\x01\x0c\xaa\x91\x4a\xa9\x6c\x11\x3b\xde\x66\x1c\x7e\xf9\x07\xeb\x6d\x09\xa1\xe3\xb0\x61\x2f\xfa\xee\x87\xe9\x64\x0a\x18\x3b\x49\x2c\x35\xb6\x45\x2f\xdb\x6a\x02\x03\xb4\x7d\xf7\x87\x36\x9f\xf5\xb0\x6c\x80\x53\x6a\x6c\xd7\xa7\xb1\xfd\xfd\xd0\xb7\x40\x85\xad\xb4\x11\xde\xa4\x29\x8d\xef\x5c\xf6\x3e\xfb\x5e\x55\xfc\xad\xf6\x58\xca\x6d\x8b\x66\xfc\x11\xce\xb4\x84\x15\x22\x8e\xc1\xba\x30\x60\xb0\x2f\x5d\x29\xb7\x2d\xfa\xf4\x43\x36\xe3\x01\x72\xc3\xb5\x8a\xcb\xee\x7c\x91\x9b\x37\x67\xc2\x03\x74\x27\x09\x42\x7f\x05\xe4\xe6\x68\xa8\x6f\x02\x72\xf3\x15\xd7\xeb\x00\xc9\x82\x93\x0a\xbd\x03\x10\x94\x75\x57\xe8\x1d\x80\xd8\x1c\x4d\xf4\x0e\x40\x73\xc3\xb6\x0a\xdd\x03\x90\xac\xeb\x28\xf5\xb6\x45\x38\x71\xa0\x92\xb6\x08\x13\x8c\x0a\x69\x8b\x46\xe5\x50\x85\x56\x1e\x34\x77\x47\x2b\x65\xb3\x45\x63\x21\x69\xa9\x91\x2d\x92\x6d\x2d\x4a\xdd\x6a\x91\x1b\x89\x3c\xe5\xa7\x45\x8b\xef\x3b\xd3\xa8\x83\x96\xbe\x0f\xe6\x4a\x40\xeb\x7e\x54\x9a\xeb\x70\x01\xad\x2f\xbd\xe6\x1a\xe4\x66\xff\x68\xae\x41\x0b\xd3\xa1\x0a\x44\x8b\x30\xab\x39\x9c\x8d\x00\x49\x99\x50\xa9\xf3\x2c\x9a\x5b\xd5\x95\x7a\xcd\xa2\x3b\x1f\xa9\x38\xb3\xc8\x8d\xe4\xa7\xe2\xcc\xa2\xb9\xaf\x5e\x0d\xf3\x0e\x20\xcd\xff\x0c\xf3\x0e\x60\xb2\x08\xa8\x86\x39\x06\x90\x14\x91\xd6\xb0\xa6\x03\xe4\x46\xaa\x6d\x38\xf7\x00\x06\xa5\xb8\x35\xa8\x9e\x15\xef\x25\x69\x99\xb9\x02\x90\x9a\xf0\xa1\x85\x05\xb9\x91\x0b\x53\x8a\x59\x04\x8b\xe0\x0a\x59\xe6\x0f\xc1\xbe\x92\x35\x8c\xf8\x41\x52\x69\x58\x2a\x31\x8b\xdc\xfc\xa1\x36\x17\x34\x6b\x04\x54\x4f\x16\x1d\x81\x96\x52\x16\x59\x74\xd6\xe8\x96\xb2\xc5\x22\x37\x7f\x68\x6c\x0c\xa6\x31\xc3\x48\x1b\x91\x0e\xdd\x98\xe6\x61\xd0\x3b\xdc\xc6\x7e\xf3\xd0\xe9\x21\x27\x07\xf9\x56\x87\x21\x2e\x58\xec\x3c\x51\x43\xa3\x08\x72\x23\xe3\x37\xb4\x80\x20\xd8\x38\xa3\x86\x73\xfd\xc3\x6d\xff\xd2\xce\x36\xc3\x0e\x72\x23\x15\xa1\xf8\xb0\xc8\x8d\x71\x65\x4c\x5b\x86\x54\x17\xb5\x44\x35\xb4\x6d\xa0\xb3\x17\x4f\xa9\x47\x2c\x9a\x7b\xf2\xd5\xd0\x6a\x81\xe6\x3c\xd8\xd0\x1a\x81\xdc\xc8\xc3\xa9\xe8\x2b\x7a\xe3\x2b\x1f\xbb\x3f\xdc\x79\xc9\xf8\x58\x87\xe1\x25\xc8\xcd\x97\xcc\x7c\x34\x88\xb0\xcb\x76\xef\x72\xa7\x92\xa3\x3c\x97\x8f\x64\x77\x97\x15\x5e\x02\x33\xd4\x20\x50\x8d\x2e\x25\x7e\x45\x6e\xf6\x98\xa3\x39\xc8\x8d\xc4\xa2\x7a\xbe\x22\xcc\x76\x2b\xde\x2b\x22\xba\x87\xbc\xe2\xc1\xab\x42\x54\x33\x9c\x3f\x07\x7d\xfa\x3d\x38\x82\x83\x98\xbe\x89\x86\x97\x9f\x12\xaf\xaf\x8a\xc3\x35\xc8\x8d\x9c\x9e\xda\xbc\x22\xb7\xee\xb9\xbc\xe2\xb7\x42\x85\x91\x46\x89\x5d\xf1\x8d\x17\x4a\xec\x8a\xdc\x88\x61\x86\xe1\x25\x48\xeb\x6f\x94\xd3\x15\xa9\x7b\x36\x0c\x03\x87\x9b\xd6\x23\x0a\x5e\x8a\xe7\x8a\x3e\x7d\x9f\x2e\x9b\x71\x31\x4d\x8d\x77\x39\x1c\xaf\x87\xe3\x35\x16\x77\x18\xbb\x0d\x63\x37\x7c\x79\x45\x77\x45\x6e\x78\xda\xc3\x21\x1c\xe4\xe6\x2b\x66\xbc\x85\x0e\x6f\xa2\x9a\x5f\xea\xf0\x8a\x40\xc3\xa1\x86\xc3\xf5\x70\xb8\x76\x68\x7b\xbc\xc9\x47\x57\x72\xf7\x97\xbe\xe8\x8f\x11\x11\x37\xee\x34\x38\xc8\x8d\xb1\x7f\x18\xbc\x81\x56\xff\x92\xc7\x1e\x46\x6d\x20\x37\xb2\x63\xc3\xa8\x0d\xe4\x86\x3b\xa4\x9a\xaf\xc8\xcd\x2f\x43\xcb\x00\x72\xf3\xe1\x6b\x06\x86\x66\x80\x68\x72\x68\x06\x40\x73\x9f\xcb\x52\x07\x58\x24\xda\x16\x35\x9c\xe0\x06\xcd\x9d\x22\x4b\x6d\x60\x91\xfa\x07\xc3\xe0\x0e\x74\x2b\x49\xd2\x14\x38\x48\x76\x44\x2d\xe5\x82\x45\x73\xc3\xca\x4a\x36\x50\x12\xb9\x91\x13\x52\xcf\x57\x34\xb7\xa2\xac\x34\xd4\x02\xc9\xf2\x94\x4a\x23\xad\x74\x5f\x48\xb6\xa7\xac\xd4\x10\x80\xdc\xf8\xae\xd2\x64\x33\x48\x8b\xf6\x52\xdb\x00\xa6\x45\x66\xc9\x7e\x43\x22\x37\x62\xa8\xec\xb6\xb6\xd3\x8f\xe9\x0f\x0f\x0f\xd1\x41\x7c\xa3\x2a\x0d\x8b\xdc\x48\x20\xa4\x06\x04\xe4\x36\xfc\xe1\xcf\x43\xac\x61\xb1\x11\x1a\x10\x24\x84\x73\x23\x51\x94\x1a\x90\xd4\x80\xf0\xbd\xa7\x33\xd5\x20\x29\xac\x2c\x75\x86\x45\xa2\x14\x55\xea\x0c\x8b\x86\xa4\x62\xa5\x79\x65\xd0\x8c\x2d\x94\x1e\x16\x51\xdf\xb9\x6c\x17\xa1\x1d\x9b\x49\x95\x3a\xc3\xa2\xed\x58\x9e\x34\x37\x9c\xe3\x7b\x57\x38\xbf\xc9\x61\x90\xec\xa3\x59\x69\x68\x07\x72\xc3\xff\x48\xcd\x18\x58\x6c\x73\x59\x4a\x0f\x8b\x70\x5a\x2c\xb5\x6c\xa0\x95\x7d\x68\xb4\x07\x72\xe3\xdb\x56\x8d\x58\xe4\x46\x68\x94\x06\x80\x20\x10\xda\xaf\xd4\xfc\x81\x44\x10\xaf\xd2\xda\x3d\xd0\x1c\x33\xd5\x2c\x16\x89\x10\x47\xa9\x59\x2c\x12\x31\xaf\x4a\x67\xaf\x41\xa3\x86\xbb\x94\x2c\x16\xbd\xe1\xe9\x65\xd9\x2e\xd6\x2f\xb0\x65\x66\xa5\x96\x14\x34\xb7\x49\xad\xb4\x6c\x0e\x34\xeb\x1f\xd3\x59\x68\xd0\xd9\x4f\xb2\xd2\xc8\x11\xe4\x66\x87\x19\x39\x82\xce\x26\x5d\x95\x4e\x39\x83\x68\x3e\x6f\x03\x47\x10\x56\xb0\xa6\xf6\x16\xa4\x45\x7f\x69\xd5\x1c\x78\x1b\xc6\x25\xcd\x0d\x23\x93\x9c\x4e\x2d\xa6\x59\x5f\xd0\xdc\x99\xb5\x14\x45\x16\xe1\x40\xa0\x28\xb2\x18\x4e\x97\xa8\x89\x2c\x7a\xf9\xdc\x8c\x08\x41\xa4\x77\x69\x44\x08\x7a\xf3\x87\x86\x7f\x20\x58\x00\x55\x69\x06\x19\xc4\xf0\xa3\x31\xeb\x9b\x2e\x40\xf5\x7d\x75\x7e\x19\x84\xa9\xac\x34\xfa\x03\xb9\x11\xbc\xaa\x92\x2c\x7a\x6c\x5e\xd1\x17\x71\x67\x80\xf5\x87\x46\x7a\xa0\x35\xc6\xc9\xd4\xc4\x83\x36\xb1\x15\xa9\x89\x4f\xc3\x3a\x3b\xcc\xb0\x0e\x84\x25\xb0\xea\x1f\x8b\x64\x67\xca\x52\xff\x58\xf4\x66\x17\x6a\xf5\x41\x77\x0e\x21\x0f\xdb\x75\x38\x56\xd0\x2e\xad\x3e\xe8\x4e\xbe\xe5\xe9\x15\x4f\x06\x06\x9c\x9d\xd4\xea\x83\x28\x87\x0f\x4d\x7c\x9a\x41\xc6\xac\xa5\x19\x64\xd0\xbb\x8f\x43\x0b\x0f\x92\x65\x8a\x95\x5a\xf8\x74\xa6\xba\xec\x30\x03\x37\x90\x9b\xef\xbe\x81\x5b\x1a\xb8\xe1\x64\xab\xc2\x2c\xc2\xb4\x6e\x1a\xcb\xa5\xb1\x1c\x71\x43\x3a\x07\x0d\x3a\x3b\x2e\x54\x9a\x0f\x06\x69\x31\x65\x1a\xde\x81\x6e\xa9\x69\xea\x07\xa4\x7e\x00\xae\x6c\x9a\xb0\x05\x4d\xa3\x9c\x66\x67\x41\x1a\x04\xa6\x71\x1b\x48\xd3\x5f\xa9\x1f\x90\xfa\x01\xeb\x6f\x91\xc7\x4a\xdd\x04\xd0\x34\x9a\x6a\x40\x8b\x16\xec\xd3\x52\xa9\x9f\x00\xa2\x7b\x2b\xba\x09\xa0\x3b\x8b\x9b\xba\x09\xa0\x95\x83\x90\xd5\x72\xa0\x77\xbb\xc5\x10\x11\xf4\xe9\xad\xe8\x4c\x80\xfe\x0d\xf7\x46\x8d\xa0\x35\x5f\x53\xcb\xec\x40\x73\x2f\xe5\x4a\x3d\x88\xd4\x83\xb0\xab\xf4\x20\x40\x73\x5f\xe3\x4a\x1d\x01\xd0\x82\x48\x26\x75\x04\x40\x6e\xd8\xe4\xd2\xc2\x83\xc5\xa6\xb6\x55\xe6\x6a\x41\x33\x09\x52\x56\xba\x81\xdc\xbe\x43\xe5\x21\x76\x06\x21\xe1\x54\x66\x74\x41\x77\xbe\x45\x91\x6a\xb1\xd0\x37\xab\x32\x7d\x0b\x72\xdb\xbd\xe2\xe5\x21\xf3\x4d\x93\x43\x8f\x87\x1e\x36\x1c\x5f\x1c\xfa\x79\x88\x7d\x79\x3c\x97\xf1\x27\x68\x46\x0b\xea\x5d\x8b\x5e\xdf\x7f\xa5\x87\x88\xa9\xf9\xd6\x4b\x1f\xa3\xf4\x31\x76\x7f\xe8\x15\xdd\xe6\x90\x01\xa7\x4c\xf0\x82\xce\x36\x87\xa5\xde\xb5\x68\x9d\xaf\xb8\xf4\x31\xc0\x32\xa7\x5f\x2e\x0c\x00\x3d\x3c\xbd\x99\x61\x10\x6c\xd9\x50\x65\xdc\x5a\x6a\x7a\x32\x52\x95\x6e\x07\x68\x6e\x1a\x5e\x65\xe0\x0a\xba\x51\x5e\x39\xed\x0d\xd6\xb0\xf3\xf5\x4e\x40\x67\xb7\xd0\x52\x61\x5b\xac\xf0\x79\xe8\xb0\x94\x11\x2f\xa6\xa3\xc2\xb6\xea\xb0\xec\xfe\xd7\xe9\xa1\xf3\x7f\xff\x37\xd9\x25\xac\xca\xd2\x3a\xd0\x4d\xf9\xaa\xa6\x2d\xb2\x11\x7a\x94\x73\xd7\x20\x9b\xad\x37\x2e\x06\xbd\xe3\xf4\x95\xd3\xd9\xa0\x99\x38\x2c\x4b\xeb\x40\x36\x5e\x73\x55\xb8\x45\xb6\xcd\x1f\xda\x2e\xa6\xa9\xad\x09\x50\x83\x5b\x34\xb7\x07\x2f\x15\xb7\x45\x36\x86\xbd\x72\x81\x00\xe8\x06\xff\xa5\xdf\x01\xd6\xf0\xdd\xd1\xc9\x28\x15\x43\xbd\x6f\xc3\xee\xca\xef\xfc\xdc\xb8\x8e\x07\xc8\xf6\x1d\xf2\x81\xe0\x78\x18\xb0\x97\x95\x74\x20\x9d\x2c\x2f\x57\x08\x94\x2b\x04\xd8\x1e\xbc\x4a\xff\x04\xa4\x89\xc9\xd2\x3f\x29\x77\x30\x34\xef\xa4\xf0\xb7\x48\xbd\x85\x32\x27\x5e\xca\x94\x4e\xff\xcb\x8f\xd2\xed\xb4\x37\x0f\x79\x9b\xb5\xf8\xa1\x97\xf4\x36\x49\x08\xb0\xcf\x6f\x29\xfb\x2d\x9a\xbb\x94\x57\x99\x13\x2f\xe7\xc1\xc3\x1b\xf0\x9e\xd0\xfd\x76\x71\x41\xe9\xff\x80\x6c\xe4\x98\xca\x92\x3b\xb0\xd8\xfe\xae\x14\x02\x17\xbd\x7c\xd5\x4d\x2e\x80\x6e\x74\x5e\xfa\x3f\xa0\xb9\xcb\x7a\x29\x04\x2e\xba\x33\x79\xa5\x03\x04\x1a\x9b\xab\x54\x99\x5c\x00\xd9\x48\x44\x95\x29\x71\x90\x8d\x14\x93\xda\xe0\xa2\x05\xd1\x40\xe9\xfe\x80\x6c\x24\x04\x4a\xf7\x07\xa4\x09\x81\xd2\xd7\x01\xc9\x0a\xb9\x2a\x1d\x1b\xd0\x91\xd0\xad\x32\xad\x0d\xba\x93\xfd\xa5\xaf\x03\x9a\xd1\x7f\x99\xe9\x06\x89\x5e\x53\xa9\x29\x2e\x16\x7b\x03\x56\x99\xbb\x00\xd9\xb0\xf0\x4a\x8a\x8b\xc5\x76\x7b\xa5\xa4\xb8\x08\xb3\x55\xa5\xaf\x53\x16\xff\x97\x2f\x94\x13\xe1\x60\x98\x41\x29\x3d\x1b\xd0\x9b\x23\xba\x99\x0a\x10\xc6\x11\x65\x5a\xa2\x54\xd7\xf3\xab\x37\xb1\x0c\x82\x7d\xed\xaa\x2c\xce\x07\xd9\x3c\xbd\x6e\x0c\xc8\xd7\x39\xfc\xd3\x2a\x2b\x4b\x2e\x92\x6d\x49\xaa\x4c\x64\x80\x64\xef\xd0\xaa\xd3\x17\xf0\xc5\x62\x29\x61\xa9\x54\x2e\xb2\x61\x6e\x4b\x8f\x06\x64\xf3\x35\xd5\x7d\x01\x2d\x90\xda\xab\x32\xb7\x51\x56\xfd\xa7\xff\xe6\xad\x5c\xcb\xde\xe3\xf6\x4c\x59\x83\x6c\x3e\x69\xb3\xcc\x20\x1b\x41\x45\xe9\xad\x80\x3e\x6c\xac\x59\x0b\x90\xcd\xf7\xd4\x2c\x33\x08\xab\x64\x55\x1c\x17\x11\x1a\x2c\x7d\x1a\x90\x8d\xbc\x58\xe9\x7a\x80\xb4\x58\xbb\x74\x2a\x40\x3a\xb1\x58\x3a\x15\xe5\xf4\x72\xf9\x1d\xe8\x42\x80\x6c\x1a\x1e\xdd\x05\xd5\xc5\xa7\x27\x73\xe6\x18\xb4\xee\xd0\x6a\x0e\x02\x34\x27\x86\xca\xec\x34\xc8\xe6\xc8\x61\x0e\x02\x24\x72\xa2\x55\x96\xea\x81\x3e\xbc\x6f\x0b\xf5\x41\xff\xcc\xb9\xfe\x09\x58\xec\x2f\x58\xa5\x7f\x02\x56\x38\x24\x38\x0b\x0d\x46\x7c\x57\xb4\xc3\x58\xa7\x38\xb5\x28\xa6\x2e\x40\x67\xb7\x92\x52\xe2\x5c\x74\x36\xe4\x28\x25\xce\x45\xd7\x3a\x29\x71\x2e\x86\x8b\x48\xa6\xc9\x0c\xf0\xf6\xa1\xff\xb6\x3c\x46\xf1\x21\x83\x90\x1a\xe7\x22\x10\xa3\x2d\xf5\xcc\x45\xb0\x0d\x6b\xa9\x67\x2e\xc2\xc9\xe5\xa9\x67\x03\x16\x7b\x28\x96\x12\xe7\x22\x9d\x5b\x56\xcf\x5c\x34\xc5\x12\x6a\xea\xda\x80\x6e\x15\x92\x1a\xe7\x22\xb6\xef\x97\xe5\x21\xdf\x94\xe2\xd0\xf4\xd0\x64\x5f\x10\xda\xea\x7c\x36\x08\x76\xac\xac\x69\x92\x65\xba\x57\x57\xf3\x5c\xb6\xb5\xf1\x05\x86\x57\xb4\xad\x2e\x07\xf0\x87\xa6\xe4\x91\x2b\x4f\xcd\x95\x72\xe5\x22\x5c\x25\x3a\xcd\xbb\x80\x98\xf6\xa1\x79\x17\x10\xec\x3b\x53\x53\x07\x08\x04\x3b\x8d\x95\x3a\xe7\xa2\x37\x7b\x5a\xff\x07\x24\x9b\x03\xd7\xd4\xd9\x99\xdf\x7e\x16\x34\xd5\x45\x8d\x33\xbe\x3e\xe4\x8e\x74\x80\x40\xb0\x07\x60\x4d\x33\x36\x20\x8d\x47\x15\x43\x17\xa9\x67\x36\xcd\xd8\x80\x34\xe5\x3f\x9d\x18\x00\x0d\x19\x98\x9a\x4e\xc6\x83\x66\xe5\xd0\xd4\x4d\x9a\xba\x49\xd4\x17\x4d\xdd\xa4\xa9\x9b\x44\x36\x60\xea\x13\x81\x16\xbe\xc2\xd3\x12\x3f\x90\xdf\xf3\x36\x63\x03\x9a\xba\x17\x35\x75\x94\x40\x47\x49\xa2\x94\x56\xaf\x4f\x5a\x9d\xcd\x2f\x4b\x69\x75\x11\x56\x3c\x2a\xad\x2e\x1a\x9a\xba\xa5\xb4\xba\xe8\x0e\x3d\x4a\xab\x8b\xee\xa2\xb6\x69\x39\x1f\xe8\x16\x35\x4d\x33\x3b\xa0\xbb\x24\x40\x01\x76\x91\x0d\x7b\x38\x9d\xda\x07\xf1\xdd\xb9\xae\xd3\xd4\x75\xf2\x25\xd0\x75\x02\xdd\xa5\xa1\xd3\xa9\x0e\x90\x48\x8c\x95\x62\xee\xa2\xbb\x30\x65\xea\x4c\x81\x70\x29\xe2\xd4\x99\x9a\x3a\x4e\xf6\xab\x8e\xd3\x74\x6f\xe7\xef\x87\xb6\xbe\x28\x15\x23\xa6\x52\xcc\x5d\x24\x4a\x77\x35\x9d\x36\x01\xcd\xa9\xe6\xa9\x93\x04\x5a\xb0\xff\x6c\x4d\xbd\x24\x10\xec\x4d\x5f\xca\xc0\x8b\x6c\x98\x9a\x69\x4d\x21\x08\xa4\xbd\x6a\x9a\x38\x9a\x26\x8e\xb0\xad\x53\x5f\x0a\xe4\xc6\x20\x3c\x4d\x1c\x81\xe6\xda\x8e\xa9\x2f\x05\x9a\xaa\x26\x35\x75\xa6\x40\xa0\x13\x52\xd3\x69\x99\xe9\xb4\x4c\xb5\xbf\xf7\xdf\xac\x69\x01\x23\xc8\x46\x4e\x75\x5a\xc0\x08\xba\x89\x7d\x15\xed\x45\x0c\xdf\x4a\xd3\x4f\x20\x4d\xa9\x4f\xdd\xaf\xe9\xc6\x66\xfe\x50\x5f\x6b\xea\x6b\x39\x32\xb9\x44\x13\x24\x9b\x75\x95\x8a\xf6\x22\x5d\x3a\x3e\x4d\x35\x81\x6e\x65\xd8\x74\x52\x08\xc4\xb4\xdb\x75\xbf\x40\x68\xc2\xa6\xf3\x44\x20\xd8\xed\xae\x54\xc2\x17\x2d\xbc\x47\xdd\x2f\xd0\x3b\xc9\x2d\xb5\xf1\xc5\x30\x17\x34\x4d\x35\x81\xd4\xbb\x53\x2e\x5f\x74\x54\x4a\x6a\xea\x7d\x81\xb4\x84\x69\x3a\x9b\x04\xd2\xaa\xeb\x69\xc6\x08\x34\x8b\xd9\xd5\xc6\x17\xed\xcb\xcd\x4d\x3d\x32\xd0\x54\xa6\x29\x05\xf3\x45\xa2\x75\x59\x53\x2f\x0d\xe4\xf7\x65\xbb\xe0\x61\x7e\x4a\x21\xfe\x97\xdd\x43\xfe\xe9\x1b\x59\xf5\xe5\xa6\xbe\x1c\x26\x78\xea\xcb\x4d\x7d\x39\xbb\xda\x89\x28\xb0\x86\x2f\xaa\x45\x02\x53\xf1\x10\x3c\x9b\xa9\x67\x06\xba\x0b\x2d\xa7\x9e\x19\x08\xd3\x19\x2a\xf4\x8b\x74\x99\xdb\x74\x86\x09\x84\xa1\xb8\xda\xfb\x22\xdb\x77\xc8\x1e\xa3\x6e\xc0\xf0\x76\x5a\x37\x00\xa2\x6c\x84\x75\x03\xa0\xa5\x63\x89\x25\x84\xa0\x4f\xcd\x82\xd3\x50\xa0\x87\x0f\xd7\x8c\x14\x68\xe3\x1b\x57\x9d\x9a\x02\xe1\x74\xc2\xd4\xef\x03\x4d\x49\x98\x9a\x3a\x7e\xd3\x8a\x83\xf2\x90\x2f\xd4\x8d\x3f\xaf\x3b\xe2\x3a\x4e\x90\x9f\xef\x61\x6a\x0a\xa4\x61\xea\x7c\x6c\xd9\xc3\x93\xf4\xa3\x31\xe7\x04\xd2\x85\x4f\x53\x5f\x70\xea\x0b\xea\x67\xe8\x0b\x82\x6c\x76\x8f\x25\x08\x20\xbf\x21\xc7\x19\x2a\x90\xcd\xa6\xea\x30\xce\x2f\xe7\xe4\xc8\x61\xce\x09\x74\x27\xe7\xa7\x1e\x23\x88\xcf\x2c\xe8\x31\x82\xde\x1d\x45\xf5\x18\x41\xff\x46\x77\x7d\x41\xd0\x54\x48\xaa\xa9\xe7\x07\xfa\xf6\xfd\xd2\xc6\xfe\xc8\x00\x39\xcc\xe9\xd3\x81\xc6\x56\xee\xb5\xac\x35\x04\x8b\xdd\x74\x6b\x99\xbf\x02\xe1\xa4\xd5\xd2\xcd\x03\xd1\xc3\xff\x1a\x1e\xa2\xf6\x22\x3d\x57\x7a\x28\x49\x7b\xbc\xaf\xca\xd2\x0d\x03\xdd\x79\xd9\xa5\x7f\x05\x3a\x6a\x12\xb5\xf4\xaf\x40\x63\xef\x9b\x5a\x7a\x4e\x4b\xcf\x89\x54\xc2\x72\xe1\x03\x68\xd6\xdf\x2c\x27\xb1\x96\x05\x0e\xa4\x63\x96\x0b\x1f\x40\x36\x82\xe7\xa5\xe7\xb4\xdc\xe8\x61\xf7\x5c\xa7\x87\x18\x24\x97\x3f\xbc\x3c\xa4\xcd\x27\x28\x59\x2e\x7c\x58\x61\xc2\x81\xb7\x7f\xb9\xf2\x01\x64\x23\xa6\x5b\x3a\x45\xa0\xeb\x14\x2d\xdd\x1d\xd0\x4c\xe5\x2f\x27\xa8\x40\x37\x23\xbf\xcc\x0a\x81\x66\x39\xf5\xd2\x03\x02\xdd\x7c\xc0\x72\x91\x03\xc8\x46\x78\xbb\xf4\x80\x40\x73\x75\xf2\x32\x51\x04\x9a\xab\xbe\x97\x4e\x11\x08\x47\x9e\x65\xa2\x08\x2c\x36\x3c\xae\xa5\x9b\xb4\x74\x93\x96\xe7\xb2\xf5\xb8\x49\x1a\x9f\xe5\xc4\x16\x48\x76\xe0\xaa\xa5\x47\x04\xb2\xf1\x52\x2f\xdd\x9f\xe5\xde\x12\x58\x87\xa5\xfb\xb3\xd4\xb9\xf0\x0d\x33\x9b\x04\xd6\xf0\x79\xeb\x11\x81\xc6\xbe\x3d\xb5\x2c\xec\x00\x0d\x9d\x9c\x5a\x7a\x44\x4b\x8f\x08\x8f\x71\x99\x60\x5a\xd6\x75\x54\xff\x07\x9b\xbc\x74\xa2\x40\xd7\x68\x2e\x53\x52\x20\xd8\x81\xb2\x96\x4e\x14\xe8\x5f\xb7\xe8\x0b\x81\x6c\xbe\x48\xa6\x87\x40\x7c\xef\x96\x5e\x08\x68\x8a\x2b\xd5\x32\x7f\x03\xb2\x93\x8c\x5b\xba\x21\xa0\x29\x59\x54\x4b\x3f\x04\xb4\xf8\x0e\x79\x81\xc9\x60\xb5\x7b\xc8\xf7\x79\x1e\xfe\xd2\xb3\xf9\x2c\x5e\x24\x92\x78\xb5\x74\x2a\x40\x3a\xd3\xb2\xcc\xfc\x80\xb0\xbc\x76\x99\xf9\x59\x66\x7e\x48\xb5\x2e\x33\x3f\xcb\x62\x48\xcb\x4c\x97\xee\x08\x88\xf0\x7d\x76\x69\x25\x48\xe4\x56\x6b\x99\xe7\x01\xd3\x1d\x42\x96\x55\x8e\x20\x9b\x8f\xdf\x82\x14\xd0\x74\x62\x97\x4b\x20\x40\x36\x3c\xc3\xa5\xef\xb1\x5c\xdc\xe0\xb7\xed\x9c\x16\xc8\xf6\x1d\xb2\x11\xe6\x79\x1c\x14\x9c\xd3\x02\x69\x6a\x66\xe9\x7b\x80\x44\xcc\xbe\x96\x8e\x06\xe8\xce\xca\x2e\xe7\xb4\x40\x53\x90\xaa\x96\xce\x07\xf8\xb6\x82\x58\xce\x73\x2d\xcb\x17\xfd\x68\x2d\x5f\x04\xb1\x7f\xff\x65\xc3\x0e\x1b\xc6\x87\xa6\x8b\x02\x62\x73\xd0\xd1\x45\x59\xba\x28\x24\xec\x96\x8b\x27\x40\x77\x4a\x6e\xe9\xb4\xac\xcf\x69\x21\x4c\x5d\x3a\x2d\x4b\xa7\xc5\xc1\xd6\x02\x45\x90\x9d\xf8\x7c\xe9\xb4\x80\xf6\xdd\xa5\xee\x08\x48\x94\xf7\x6b\xb9\x70\x13\x24\x92\xc4\xb5\x4c\x27\xad\x6f\x77\x08\x1e\x88\xbe\xc7\x52\xa5\xcc\x27\xa9\xef\x01\xb2\xdb\x2e\x33\x40\x60\x05\xce\xd4\x32\x01\x04\x62\xfa\x8c\xf4\x50\x40\x76\xed\x82\xb3\x61\xa0\x59\x17\xb1\xac\x8a\x01\xe9\x2c\xe0\xd2\x69\x01\x6b\xf8\xa2\xe8\xb4\x2c\x97\x42\x94\x6f\x9d\x33\x64\x20\xca\xb6\xea\xa2\x80\x74\xce\x6f\xb9\xd3\x04\x48\xbd\xd4\x65\x66\x0a\xb4\xf1\x8d\x3a\x7a\x32\x20\xd9\x61\xad\x96\x8e\x0c\x48\xd7\xe0\x2e\x9d\x16\xd0\xf7\xef\x64\x36\x96\xed\x5d\x75\xcd\x96\xa9\x29\x90\xdd\x71\xce\x2a\x49\x90\xd6\x45\x2c\xe7\xd3\x40\x76\xc7\x72\x9d\x16\x90\xce\x8a\x2d\x27\xca\x40\x53\x10\xac\x96\x73\x60\xcb\xbd\xb0\x4a\x1b\xaf\xdb\x02\xba\xab\xdf\x96\x6e\x0b\xc8\xce\xdc\xc3\xd2\x6d\x59\x3f\x6d\x1d\xd3\x67\xcb\x44\x17\xe8\x48\x4b\xd5\xd2\xfb\x00\xd9\xb5\x88\x66\xa2\x40\xcb\xef\x64\xbe\x3e\x2e\x7e\x70\x29\xe6\x6e\xfa\x08\x0c\x27\x1f\x77\xbd\x0f\x90\xe8\x29\xd5\xae\x5f\x01\xb2\xe3\x35\xee\xfa\x15\xa0\xe9\x0b\xec\x26\x94\x40\xb2\xe3\x79\xed\x66\x8f\x40\x58\xf5\xbe\x3b\x2f\x06\x12\x3d\xce\xda\x4d\x28\x81\xee\xb2\xb3\xdd\x84\x12\x08\x6b\x9c\x76\x13\x4a\x20\x91\xf2\xae\xdd\xa5\x0f\xa0\xa9\x39\x56\xbb\x2b\x49\x41\x76\x1c\xb1\x5d\x87\x67\xff\xf2\x4e\x0c\x6e\xbb\x45\x3a\xa0\xeb\xe1\xee\xae\x11\x05\xd9\xc3\x5f\xda\x7e\x57\x48\xf0\x41\xef\xce\xb2\x81\xe6\xbe\x07\xbb\x4e\x10\x48\x3d\xb1\x5d\x27\x08\xa4\x35\x79\xbb\x95\x3c\x20\x7b\x78\xc8\x4e\xec\xbe\xeb\xdc\x92\x79\x27\x90\xae\x20\xd9\xcd\x3b\x81\xec\x98\xae\x5d\xef\x09\x64\xc7\x26\xed\xba\x45\x20\xad\xf6\xd8\x75\x81\x40\xf4\xf0\x90\x57\x0c\x87\xd3\x91\x7f\x5b\xe6\xdd\x54\x12\x48\xe4\x7b\x6a\xd7\x6b\x02\xd9\xed\x4f\xa7\xd7\x76\xf7\x3c\x75\x36\x64\xd7\x6d\x02\xd9\xbf\x43\x3e\x44\x96\x8b\x5a\x36\xb4\xbb\x91\x04\x08\xf7\x37\xd8\x75\x3c\x40\xb8\x0c\x74\xd7\xf1\x00\xd9\xf1\x9c\x77\x4b\x71\x40\x77\x03\x9a\xdd\xf9\x2f\xd0\xd4\x5d\xab\x5d\xff\x04\x64\xff\x0e\x79\xc9\xb4\x66\x9d\x47\xa1\xff\x01\xf2\xeb\x2b\xfd\x0f\x90\x2e\xf9\xd9\xcd\xeb\x80\x74\x1f\x8c\xdd\x24\x0e\x88\xce\x68\xbe\x9b\xc4\x01\x89\xda\x5f\xed\x26\x71\x40\x74\x02\x97\x5d\xc7\x65\xaf\xef\xad\xe4\x92\xae\xf5\x00\x4b\xdf\x79\x37\x65\x03\xb2\xdb\x56\x27\xb6\x40\xf6\x61\x2b\x6c\xab\x1b\x5d\x75\x7f\x68\x5b\x8b\xb6\xfa\x6d\x98\xc4\x01\x7d\xe0\x1d\xec\x3a\x46\xfb\xe7\x18\xd9\x58\xf3\x33\x20\xc2\xbb\xd4\x57\xda\xf5\x95\xc8\x14\xee\xfa\x4a\xa0\x4d\xdf\x41\xfd\x22\x90\x3d\x3c\xbf\x77\x34\x7d\x79\x3d\xbd\x0f\x64\xf2\x40\xfc\xdc\xcd\xc8\x80\x61\xb1\xdd\xee\xba\x91\xdd\x75\x23\xe5\x21\xef\x48\x7f\xca\xf1\x4b\x7f\x6a\x5f\xda\x19\xdb\xaa\x43\x05\xd2\xd9\xd9\xdd\x52\x22\xd0\xcc\xde\xef\xae\x0c\x05\xdd\xfc\xf4\xae\xa7\x04\x1a\xaa\xd8\xb5\x3b\x23\x06\xd4\x7b\xa9\x5d\xb7\x08\x0c\xe3\xe5\xdd\x2c\x0d\xc8\x4e\x20\xbc\x3b\x23\x06\x56\x32\x5f\xbb\xeb\x29\x81\xfe\xbd\xd5\x66\x69\x40\x7e\x2f\x8f\x6e\xd1\xae\x5b\x44\x6c\xbc\xeb\xef\x80\xa6\x9e\x5d\xed\x3a\x3c\x20\x3b\x26\x7d\xd7\xbb\x01\x4d\xa9\xba\xda\x9d\xff\x02\xd9\x6d\xac\xbe\x0c\x48\x6b\x40\x76\x7d\x19\x90\x4e\x1a\xed\x26\x5b\x40\xa2\x98\x5b\xbb\x99\x15\xd0\x14\xcc\xab\xdd\xa4\x09\xc8\x5e\x9e\xdf\x4b\x32\xc3\xd5\xbd\x4d\x67\xb8\x40\x5a\x60\xb0\x9b\x47\x01\xe9\xdc\xcc\x6e\x19\x0f\xc8\xef\x1b\x71\x36\x0b\x4c\x6b\x02\x76\xbd\x94\x5d\x2f\x85\xfc\xce\xae\x97\x02\x9a\xcb\xa1\x76\x6b\x76\x40\x58\xa4\xba\xeb\xb8\xec\x96\xf3\x12\x15\xec\x26\x60\x40\x76\x72\x5d\xbb\x8e\x0b\x48\x36\xd7\xad\xdd\xd4\x0a\x48\xa3\xea\x5d\x8f\x64\xff\xf2\x28\xf6\xab\xee\x07\x08\x77\x99\xd9\xcd\xa3\x80\x98\xbe\xe9\xe6\x4c\x40\xba\x68\x6a\x37\x67\x02\xb2\x93\xc1\xd8\xcd\x99\x80\x85\x5c\x49\xed\xfa\x1a\xbb\xbe\x86\xa6\x54\x5f\x63\x57\x13\xd5\xde\x79\xec\x9d\x87\x02\x99\xf2\x1d\x7e\xec\x9e\x87\x67\x84\x8b\xbb\xeb\x91\x80\xec\x9a\x7d\xdd\x0a\x90\xee\x35\xb7\x5b\x9d\x0b\xda\x70\x16\x61\xd7\xd5\xd8\x75\x35\xb4\xfb\xe6\x39\x40\x58\x02\xbb\x3b\x9d\xb5\x3b\x9d\xb5\x7b\x32\xdf\x81\x1f\xef\x00\x61\xce\xa1\xa7\x01\x9a\x4a\x83\x75\x98\xe8\x00\x89\x3c\x65\x1d\xba\x1a\x20\xd9\x3a\xbe\x0e\xeb\x6d\x40\xba\xc8\xe4\xd0\xd5\x00\xe1\x02\xb5\x43\x57\xe3\xd0\xd5\xd8\x3d\xf4\xf3\xd0\xcf\x4b\xd2\x0c\x3d\x86\x43\x8f\x81\x17\xe3\xd0\x63\x00\xd9\xf1\x7b\x0f\x27\xaa\x40\xba\x7f\xe5\xe1\x44\xd5\xe1\xde\x13\xae\xd6\x3b\x4c\x9b\x80\x6e\x1d\xc8\xa1\xab\x01\xc2\x41\xfd\xd0\xaf\x00\xc9\x3e\xf1\x75\x98\x5c\x01\xd9\xd7\x3f\x18\xe6\xc3\x59\x2b\xd0\x2d\x73\x3a\xf4\x44\x40\xb0\x5f\x6b\x1d\x7a\x22\x20\xad\xb4\x3b\xf4\x44\x0e\x3d\x91\xdd\x1f\x2e\x0f\xe9\xb6\xf2\xd5\x1e\x66\x6d\x40\x73\x03\xa9\x43\xbf\x03\xb4\x68\x9e\xcc\x5b\x51\xd6\x94\x11\xf2\x70\x26\x0b\x24\x1b\xe3\xd7\xa1\x77\x02\x16\x32\x37\x75\xe8\x9d\x80\xa6\x10\x64\x1d\xba\x27\xa0\x5b\xd5\x74\xe8\x7e\x1c\xba\x1f\x04\x2a\x87\x79\x1c\x90\x2e\x8b\x38\xf4\x48\x40\xb7\x7c\xff\x70\x26\x0b\x34\xe7\x24\x0f\x1d\x12\xd0\xdd\xc7\xe5\xb0\xf6\x18\x34\x75\x26\xeb\x30\x1f\x03\xb2\xfb\x0c\x2d\x3e\x06\x4d\xa1\xc9\x3a\xcc\xd1\x80\x95\x36\xc3\x82\x64\x90\x9d\x91\xe8\x30\x6d\x03\xd2\x25\x91\x87\x25\x3f\xa0\x99\x80\x3b\xcc\xd1\x1c\xee\x2f\x81\x6a\x65\x1d\xba\x3c\xa0\xe5\x20\xa0\x39\x9c\x91\x3a\xdc\x4d\xc2\x3a\xd6\xc3\xca\x62\xd0\x8c\x38\x0e\x7d\x1e\x90\xa8\xcc\xd4\x61\x4e\xe6\xf8\x72\x32\x58\x8c\xc3\x74\x0a\x68\x16\xaa\x1f\xfa\x2e\x20\x8c\x1e\x0f\x7d\x17\x90\x96\xa8\x1e\x4e\x2d\x81\x0c\x1f\xa7\x4e\x09\x58\xe9\x7d\xea\x5b\x80\xec\xc4\x85\x87\xae\x05\x58\xe9\xdb\xa8\x87\x70\xe8\x21\xf8\x79\x68\xe8\xc1\x42\x82\xa3\x0e\x0d\xfd\xe1\x56\x9b\x98\xc5\xc3\x55\xa4\xa0\xbb\x77\xc4\x61\xe2\x04\x34\x15\x35\xeb\x30\x73\x02\x32\x88\x67\x0e\x67\x68\x0e\xf7\x0d\x2f\x5f\x5a\x33\x27\x20\x03\xdf\xe8\xd0\x1f\x00\xcd\x1a\xd8\xc3\x29\x1a\x90\x61\xcb\x74\x11\x40\x53\xb2\xb3\x0e\xf3\x24\x20\xdd\x73\xf2\xd0\xd4\x83\xb4\xac\xef\x30\x4f\x72\xb8\xb7\x94\x1b\x21\x1e\x9a\x7f\x90\xa8\x69\xd4\x61\x56\xe4\x38\x82\x93\x71\x7e\x17\x5d\x82\x74\x4d\xce\x61\x0d\x2f\xc8\x20\x16\x3d\x34\xfe\x87\xc6\xdf\x07\x67\x86\x02\x64\x10\x70\x1f\xce\x8e\x80\x0c\x02\xfa\x43\xab\x0e\xd2\x32\xcb\x43\x7b\x7d\x68\xaf\x19\xd1\x0f\x4b\x71\x41\x06\x91\xdc\xa1\x09\x07\xf9\x8d\x0f\xce\x55\x80\x44\x93\xa1\x0e\x0d\x2a\x18\x1a\xe7\xc3\x40\x1d\x64\xf8\x65\x5a\x17\x0b\xda\xb4\xc3\xac\x34\x39\x5c\xcf\x68\x21\xe4\xa1\xf5\x04\x89\x9a\x7b\x1d\x86\xf8\x20\xdd\xf4\xe3\xd0\xa0\x1e\x9f\x41\xe5\x26\x9d\x84\x00\x2b\xed\x69\x6d\x2c\x68\xaa\x8b\xd6\xa1\x91\x05\x11\x8e\xfb\x1a\x59\x90\xce\x42\x1e\x4e\x4c\x1c\x5f\x91\x8a\x76\xcb\x10\x1c\xa4\xbb\x71\x1d\x9a\x4a\x90\xee\x49\x73\x1a\x5b\x83\x70\x63\xa5\x53\x83\x07\xd2\x69\xff\x53\x83\x77\x6a\xf0\xe8\x8c\x53\xb3\x05\x32\x08\x0b\x4f\xd3\xf8\x20\x4d\x55\x9e\x16\x40\x80\xa6\xff\x7d\x6a\x69\x40\x53\xaa\xb4\x4e\x6d\x09\x48\x4b\x52\x4e\xab\x42\x41\x73\x5f\xd3\x53\xf3\x02\x7a\xff\x0e\x85\x87\x90\xa3\x67\xe0\x3d\xad\x1d\x3d\x95\xf1\x44\x7d\xb5\x4e\x2b\x45\x41\xf3\x5d\x39\xcd\xd9\x83\x70\x9b\xb0\xd3\xe1\xff\xfc\xa2\x53\x6f\xd3\xb2\x05\x90\x88\x0e\xd5\xe9\xf8\x7f\x3a\xfe\x13\x6f\x9f\x8e\xff\x20\x5d\x90\x7d\x3a\xfe\x83\xe6\x54\xd7\xe9\xf8\x0f\x1a\xd2\x4d\x75\x3a\xfe\x83\x96\xf6\xa2\x19\x7a\x90\xae\x73\x3d\x1d\xea\x4f\x37\x26\xaa\xf5\x0f\xb5\x5f\xa7\xa6\x00\xa4\x13\xe6\xa7\x45\x0d\x20\x35\x52\xa7\x45\x0d\xa0\x05\xee\xc8\x69\x06\x1f\xf4\xef\x85\xd0\x3a\x80\x0c\xdb\x6d\x88\x7c\x9a\x9b\xf7\x51\x6b\x2f\x40\x06\x9f\xd5\xa9\xb9\x38\x3f\x73\xb1\xfc\x37\x5b\xa1\x6d\x18\x9e\xff\xf4\x10\xaf\x25\xd1\xdd\xa9\x69\x00\x19\xc4\xee\xa7\x91\x2e\x68\x4a\xc9\xd6\xa9\xb9\x00\x19\x04\xd7\xa7\xe6\x02\x74\xf3\x05\xa7\xa1\x2e\xe8\xc6\x98\xa7\xb5\x9f\xa0\xbb\x68\xe6\xb4\x84\xe1\x54\x83\x23\x96\xd7\xf4\x06\x58\xc3\xe2\x1e\x7a\xa7\x95\x9e\x20\x4c\x08\x9f\xc6\xc8\x60\x58\x45\x7d\x1a\xea\x82\x6e\xf4\x7b\x6a\x8e\x40\x0b\x57\x86\x9f\xda\x23\xd0\xad\xb1\x3c\x0d\x75\xc1\x70\xa1\xe4\x69\x5c\x0b\x5a\x20\x7b\x54\xa7\x66\xeb\x9c\x76\xa3\x87\xec\xc6\x89\xe4\x5f\xf7\x64\x36\x63\xf1\xe4\x08\x4f\x4f\x63\xd1\xd3\x58\x14\xad\xdd\x3a\xb5\x5b\x20\xc3\x0f\x4b\xb3\x75\x6a\xb6\xf0\xaa\xcf\x65\x67\xbc\x08\x64\x24\xeb\xd4\x92\x81\x6e\x71\xec\x69\x60\x0b\x3a\x12\xe9\x75\x5a\x7e\x00\xba\xf9\xfe\x53\x73\x77\x6a\xee\xec\x58\xa3\x58\x90\x96\x0c\x9c\x56\x7f\x82\xee\xe2\x9d\xd3\xc0\x16\xa4\xf5\xa6\xa7\x0b\x50\x41\x3a\x0b\x7f\x5a\xb1\x09\xf2\x7b\xaf\xb5\x59\x27\xeb\x4e\x02\x67\xf9\x34\xf9\x0e\x32\xf0\x00\x4f\xa3\x53\x90\x81\x9f\x75\x1a\x9d\x82\x44\xe8\xb3\x4e\xcd\xd8\xa9\x19\xc3\x5b\x3a\x0d\x58\x41\xd3\x8c\x9d\xe6\xde\x41\x77\x3f\xa8\xd3\x18\x16\xa4\x1b\xf9\x9c\x26\xda\x41\x6f\xdf\xb9\xec\xaf\xd3\xc5\x85\x3c\x35\x73\xef\x20\x9d\x98\x3f\x0d\x74\x41\x53\xa0\xb7\x4e\x23\x5d\x10\x16\x26\x9e\x16\x11\x80\x91\xf8\x1f\xa7\x4b\x51\x40\x73\x15\xd6\x69\xd6\x1e\xa4\x29\xfa\xd3\xb0\x16\x24\xe2\x17\x75\x1a\xd6\x82\x37\x22\xf3\x98\x4f\x92\xbd\x89\x4c\x6e\x9e\xc6\xb5\x20\xa6\x9f\x88\x39\x7a\xd0\x94\x3f\xac\xd3\x84\x3c\x08\xb3\x88\xa7\xa6\x19\xa4\xd5\x8a\xa7\x39\x7a\x10\x5f\x67\x18\xfe\x82\xf5\xdd\x92\xd1\x2f\x08\x27\x35\x4e\x0d\x38\x08\xf7\xca\x3e\xb5\xcc\xa7\x96\x19\x57\xe9\x34\xd3\x7e\xba\xa1\x50\xf9\x55\x1a\xb1\x82\x0c\x22\x9b\x53\x03\x0b\x32\x3c\xbf\xf9\x72\x90\x16\x99\x9e\x4e\xe9\x9f\x5f\xbe\xdc\x21\xc4\x39\x7d\x90\x41\x4c\x71\x99\xa9\x06\x89\x62\x4b\x5d\x06\x86\x97\x62\x5e\x58\x8b\xcb\xcd\x01\xae\xf6\x8d\x77\x93\x63\xcd\x63\xaf\x7b\x3c\x3d\x99\xb1\xe2\x45\x60\xe8\x9e\x87\x97\x41\x20\x68\x2e\x66\xbb\x8c\xf8\x40\x06\x96\xed\xd2\x74\x82\x44\xdd\xbc\x2e\x4d\x27\xc8\x20\xba\xbe\x2c\xf8\xbb\xbe\x82\x3f\x1e\xdc\x65\xe8\x04\xba\x0b\x2a\x2e\x4d\xe7\xf5\x99\x4e\x42\xe2\x4b\xd3\x09\x02\x6d\xd4\xba\x34\x9d\xa0\x99\x9c\xb9\xb4\x93\x97\x71\x92\xdb\x93\x5d\x5a\x45\x10\x83\x8f\xe9\x32\x73\x0b\x16\x7a\x7d\x75\x39\x07\x0e\x62\xf3\x92\xce\x81\x83\xfe\xdd\xa6\x73\xe0\xa0\x19\x24\x5f\x9a\x38\x10\x83\x81\xec\xd2\xc4\x81\x6e\xf2\xe7\x32\xbf\x0b\x32\x18\x27\x2f\xf3\xbb\xa0\x21\x51\x52\x97\xe6\x0c\x34\x44\xc9\xff\x34\xcd\x97\xe9\x5f\xd0\x74\xe2\x2f\xd3\xbf\x60\xa1\x29\x58\x97\xe9\x5f\x10\xa6\x65\x2e\xd3\xbf\x20\xdd\xb8\xf2\xd2\x4e\x82\xee\xd6\x22\x97\x76\x12\x74\xf7\xfc\xba\xb4\x89\x97\x21\x14\x23\xc5\x65\xaa\x17\x64\x10\x84\x5f\x9a\x31\x90\xc1\x97\x70\x69\xc6\xc0\x42\x76\xae\x2e\xcb\xee\x40\x77\xc7\xf3\x4b\xcb\x06\x9a\xc1\xfb\xa5\x61\x03\x19\xbb\x3f\x2c\x0f\xe9\x0c\x78\x49\xa7\xad\x41\x73\xcb\xf3\x4b\x2b\x76\x7d\x05\x75\xdf\x4f\xed\x0b\x92\xb1\x2e\xbb\xbc\x8c\xd1\x40\x06\x01\xc1\x65\xe2\x15\x64\xf8\x3e\x68\xec\x40\x6a\xd2\x2f\x6d\x1d\x08\xf7\x95\xbd\x9c\xc8\xbe\x5c\xd6\xe9\xd4\xe0\xa5\xb1\x03\x0b\x8d\xbf\xba\x5c\xd7\x00\xc2\xd5\xfd\x97\x55\x74\x20\x4c\xb5\x5f\x5a\xb6\x4b\xcb\xe6\x57\x6b\xd4\x76\x19\xb5\x11\xe7\x5e\xee\xc9\x00\x32\xbc\xa2\x53\xe0\xa0\xe9\x1e\x5c\x9a\x44\xd0\xd4\x73\xaf\x4b\x9b\x08\x9a\xde\xff\xe5\x5a\x07\xd0\xad\x71\xbc\x2c\xc9\x03\xe9\x70\x7b\x99\xff\x05\xe9\xee\x99\x97\x41\xe1\xa5\xdc\x13\xaa\xf2\x75\x59\x80\x07\x62\xfa\xed\x19\x01\x5e\xee\xea\xe3\x4b\xa6\x35\xbd\x14\x0e\xb5\x60\xe2\x72\xfd\x03\x88\x69\x67\x18\x02\x82\x74\x67\xdc\x4b\x0b\x0b\xd2\xad\x56\x2f\xcd\x29\x68\x9a\xe6\xcb\xa8\x10\x84\xfb\x2c\x5d\x4e\x52\x83\xf8\x5e\x3c\x6d\x27\x48\x17\xfc\x5d\xda\x4e\xd0\xcd\x38\x5f\xda\x4e\xd0\x5d\x30\x77\xb9\xd8\x13\xa4\x8b\xc9\x2e\xcd\x29\x48\x77\xcf\xbb\xb4\xa6\xa0\x99\x99\xbb\x8c\x43\x41\xb3\xac\xe7\x72\x0e\x1c\x64\xd8\x87\x1a\x58\x90\xca\x58\x5c\x4e\x78\x83\x3e\x7d\x9f\x4c\x25\x83\xd0\xe6\x5e\x1a\x58\x10\x08\xbc\xd5\x65\x46\xf8\xfa\xa6\xb2\xb1\xd6\x97\x66\xf2\xd2\x4c\x3a\xc0\x6b\x26\x41\x53\x4f\xbf\x2e\xe7\xb2\x41\x98\x34\xba\x34\x9d\xd7\x37\x97\xed\x9d\x3b\x97\x0d\xd2\x9d\x1f\x2f\x33\xc7\x20\xad\x41\xb8\x0c\x91\xc1\x4a\xbf\x1b\x2d\x2c\x48\xe7\x73\x2e\xf3\xcb\x20\x15\x67\xb9\x9c\xde\xbe\x14\x54\x9f\x9e\x5f\xab\x0b\xc2\x74\xd3\x65\x88\x0c\xc2\xd8\xf4\x72\xca\x1b\x34\x33\x74\x97\x2b\x48\x41\xb8\xde\xe0\x32\x42\x06\xdd\x6d\xd2\x2e\x23\x64\x90\x43\x63\xa1\x4d\xbf\xbe\x5d\x02\x7d\x26\x4e\x82\x83\xa6\x10\x7f\x5d\x5a\x75\x90\x7a\xb4\x97\xb3\xe0\x97\xba\x0c\x1a\x5d\x0d\x3d\x48\x57\xbe\x5c\xda\xf9\xcb\xd5\x1e\x34\xf6\x36\xc1\x0c\x5a\x22\x3f\x5e\xb7\xf1\x36\x58\x49\x8a\xe2\x36\xb8\xbe\xdd\x7c\x0f\xa5\xc4\xba\x4d\x27\x83\x70\x1b\xf9\xdb\x74\x32\x48\x57\x47\xdd\x4e\x53\xdf\xdb\x77\x03\x9c\x4d\x17\xe1\x76\x52\x5a\x2d\x9f\xdb\x58\x1d\xa4\x5b\xe2\xde\xfa\x08\xa0\x23\xb6\x5f\xb7\x89\x62\x90\x5a\xdd\x5b\xb7\x01\x84\x1b\x3d\xdf\x86\xef\x20\xfa\xf7\xc3\x9f\x87\xe8\x33\x3e\x8a\xdb\xa9\x65\x10\xdb\xf0\x90\xa7\x27\x9f\xdb\xf1\xa3\x6f\xf3\xb9\xa0\xbb\xcd\xd3\x6d\x3e\x17\xa4\xbb\x0c\xdd\xe6\x73\xef\xfe\xdd\x25\x0d\x33\x7a\x07\xdd\x88\xe5\xd6\x53\x01\x39\xc8\x40\xdd\x7a\x25\x20\x5f\x43\xff\xa7\x6d\xbe\x4d\xf7\x82\xff\x9e\x98\x3e\x0b\x48\x0b\xb1\x6f\x67\x9b\x6f\x67\x9b\xc9\x30\xdc\xc6\xf6\x20\x5d\x94\x7f\xeb\xc5\x80\x30\x8f\x72\xeb\x9f\x80\x70\x73\xd9\xdb\x6c\x2f\xe8\xee\xfb\x70\x9b\xed\x05\x7d\xda\x08\x3d\x8f\xdb\x99\x65\x37\x46\xbc\x75\x3d\x40\x3a\xab\x78\xeb\x5a\x80\x1c\x18\x87\x5b\xd7\x02\x44\xda\x2d\xfa\x11\xe0\x3d\x19\xc7\x8c\x91\x41\xba\xd6\xea\x36\x46\x06\x39\x6c\x99\x31\xf2\xed\x9e\x81\xe6\x8e\x6f\x63\x64\xd0\x9c\x8d\xbf\x8d\x91\x41\x77\x77\xb3\x5b\xe7\xe2\x36\x46\x26\xba\xbb\xdd\xf9\xe1\x56\xc5\x9c\xd4\xca\xed\xa4\xf1\xed\xfa\xc8\xe1\xe9\x7d\xb9\x3e\x17\x84\xbb\x34\x44\x06\xe1\x3e\xf0\xb7\x21\xf2\xed\x32\x47\xdb\x65\x84\x0c\xba\x9b\x2d\xdf\x4e\xfd\x82\x54\x2a\xe1\xd6\x43\xb8\x0d\x87\x1d\xd1\x6f\xfd\x01\x90\x23\x3c\xe4\xf9\x5f\xac\xf4\x25\xd0\x1d\x00\xdd\xc9\xc1\xdb\x70\x18\xb4\x30\xac\xbd\x75\x11\x40\xac\xf2\x97\xde\x25\x4b\x1f\x07\x21\xf2\xad\xf1\x07\x39\xf0\xff\x6f\x8d\x3f\xc8\x41\xfe\xee\xd6\xf6\x83\xe5\x96\x11\xb7\xb6\x1f\x0c\xf7\x6b\xbb\x35\xf4\x20\xac\x52\xbc\x35\xf4\x20\xac\xf4\xb8\x4d\xd8\x82\xf5\xbd\x17\xc6\xc3\xb7\x4a\x89\xb6\xcb\xe0\x17\x34\x67\x88\x6f\xc3\x5a\x90\xdf\x63\xd3\x5a\x83\x1c\xe1\x0f\x3d\x3d\xc5\x62\xee\x4e\x7a\x6b\x4e\x6f\x37\x51\xd2\x06\xde\x46\xa7\x20\x76\xef\x48\x7b\x7a\xbb\x49\xef\xf7\xfa\x6b\x50\x6f\x0d\x2a\x19\xa2\xdb\x88\x15\xa4\x85\xcb\xb7\xd3\xb5\x20\xd5\x27\xbb\xb5\xb1\xe0\x3d\x19\x4f\xc4\xc0\x16\xa8\xb5\x5a\xb7\x76\x17\xe4\x18\xb6\xcc\xd6\x52\x55\xa6\xca\xd1\xad\x29\x06\xed\xbf\xc1\xc9\xfc\x32\xe8\x3a\x5a\xb7\x71\x2d\xc8\xe1\x07\xa1\x25\x06\x69\xe9\xef\xad\x25\xbe\xef\xaf\x0c\x8f\x7b\x32\x8a\x05\x61\x92\xfe\xd6\x12\xdf\x5a\x62\x32\x5c\xb7\x96\x18\xb4\xd0\x9f\xbc\x4d\x43\x83\x1c\x8e\xb7\xda\x58\xd0\xdd\xad\xfe\x36\xe7\x0c\xd2\xda\xe2\xdb\x45\x90\x20\x07\x29\x96\x5b\x83\x0a\x12\xb1\xfc\xba\xad\x85\xbf\x55\x5d\x9c\xbe\xff\x1a\xd9\x5b\x23\x4b\x60\x7e\x6b\x64\x41\xeb\xdf\x7f\xd9\xb3\x8f\x3d\xeb\x7f\xd9\x56\x4a\xe6\x75\x72\x6e\xed\x29\xe8\x6e\x6f\x7e\x3b\x21\x0c\x96\x4b\x91\x6e\x4d\x2c\xe8\x7a\x25\xb7\xb5\xf0\x20\xdc\x3d\xf4\x76\xf5\xe4\xed\xbe\xbb\x0e\xce\xae\x9e\x04\xcb\x6d\x98\x6e\x27\x92\x41\xba\xc5\xeb\x6d\xc2\x1c\xa4\x7b\x0b\xdf\x26\xcc\x41\xb8\xea\xf5\xb6\x8c\x0d\x2c\x17\x65\x3d\x26\xcc\x41\xb7\x08\xe4\x71\xdf\x86\x47\x8d\x70\x9e\xe4\x63\xd4\x0f\xba\xcb\xa2\x1f\x17\x3c\x82\xee\xa2\x8c\x47\x67\x00\xe4\xe0\xa9\x3d\xfa\x02\xa0\x1b\x95\x3f\x06\xfd\xa0\xb9\xa7\xec\xe3\x6c\x30\x48\x57\xa0\x3f\xda\xf8\x47\x95\x47\x57\x8b\x3d\x1a\xf9\x47\x23\x8f\x7f\xfc\x58\x78\x06\xba\x63\xcf\xa3\xdd\x07\x4d\x09\x90\xc7\x4c\x3e\x48\x67\xc0\x1e\xed\xfe\xa3\xdd\xc7\x8b\x7b\xcc\xda\x83\x66\xee\xfd\x31\x6b\x0f\xc2\x55\x7e\x8f\x93\xc2\x4f\xff\x06\xdd\xf9\xb7\x61\x7e\xcc\x56\x80\x54\x1f\xe9\x31\x5b\x01\xd2\x4d\x1c\x1e\xdd\x0e\xd0\x5a\xf8\x5f\xe5\x21\xcc\x13\x83\xc2\xe3\x6c\x00\x58\xee\x5f\xf4\xe8\x9c\x80\x66\x02\xff\xd1\x13\x79\xf4\x44\xb0\x1f\x8f\xeb\x01\x40\x57\x72\xf1\x71\x25\x25\x48\xf4\x60\xeb\xd1\x5f\x01\xa9\xda\xe1\xe3\x4e\x12\xa0\xbb\x6b\xe7\x63\x12\x05\xb4\x70\x02\xe5\xd1\xd5\x78\x74\x35\x18\x6d\x1f\x67\x16\xc0\xd2\x3d\x78\xcc\x98\x80\x74\x4f\x90\xc7\x45\x03\x60\xb9\x22\xe7\xd1\xfb\x00\xa9\x64\xda\x63\x2a\x04\xb4\xcf\x49\x79\x9c\x6d\x00\x69\xdd\xc2\x63\x45\x1c\x08\xc4\xae\xeb\xb1\xd2\x1f\xa4\x5b\x78\x3f\x26\x51\x40\xba\xc1\xc8\x63\x59\xff\xe3\x2c\xb2\x19\xe2\xc7\x29\x00\xd0\x9c\xf3\x7e\x9c\x30\x06\xdd\xcd\x3d\x1e\x67\x00\x40\x57\x0c\xe3\xd1\x6f\x79\x4c\x89\x74\x0f\xd9\x8b\x4c\x0a\xa8\xd2\xf6\x58\x6b\x0f\x42\x9d\xb3\xc7\x99\x60\x90\x0a\xa4\x3d\xba\x15\x20\x51\xa0\xad\x47\xb7\x02\x84\x05\xa4\x8f\x69\x0c\x90\x6a\x1b\x3e\xe6\x2c\x40\xba\xf3\xff\x63\xe2\x01\x0c\xb7\xd0\x79\xcc\xb2\x83\x6e\x6d\xcc\xe3\xe4\x30\x08\xa5\x3c\x1e\x3d\x0d\x90\xd6\x4b\x3c\xfa\x06\x20\xcc\x02\x3c\xd6\xc6\x83\x74\x47\x82\xc7\xf4\x01\x68\x4a\x0c\x3d\x3a\x02\xa0\xeb\xee\x3c\x26\xc6\x41\x1a\xe5\x3e\x5a\x7d\x10\x8a\x08\x3c\xce\xf9\x82\xee\x5e\xab\x8f\xb5\xf1\x20\x2d\x32\x7d\x0c\xf8\x41\x73\x69\xc2\x63\x21\x3c\x48\xb7\x2d\x78\xcc\x01\x80\xb4\x5a\xe2\x31\x05\x00\x5a\x38\x91\xfa\xe8\x55\x80\xfc\x86\x42\xbd\x0a\x90\x48\x9b\xd7\x63\x55\xfa\xa3\x40\x21\x11\xd5\x63\xb2\x1c\xe4\x37\x3a\x1a\xf0\x83\x70\xbe\xe4\x31\x94\x07\xa9\x2f\xfe\xe8\x68\x80\xe5\xc2\x91\xc7\xc9\x62\x90\x6e\x72\xf0\xe8\x67\x80\x74\x67\x92\x47\x37\x03\x04\x8a\xd8\xf5\xe8\x53\x80\xf7\x9d\xa6\xf9\xc6\xf2\x20\xf5\xfc\x1e\xfd\x8c\xe7\xf3\x33\xba\x67\xb3\x33\x2e\x53\x11\xf4\x85\x7e\xc6\xa3\x9f\xb1\x7b\x32\xdf\xa7\x4b\x67\x1c\xe3\xf4\xe8\x54\x3c\x6e\xcc\x6b\xd3\x0c\xf9\x41\x7e\x1f\x8d\x21\xff\xa3\x53\xe1\x6b\xa7\xb7\x00\xda\x17\xac\x3c\x86\xe4\xa0\xbb\x4f\xe5\xa3\xb7\x00\xba\xc2\x3f\x8f\x7e\x00\x68\x5f\x1a\xe3\xd1\x76\x3f\xda\x6e\xf2\x4a\x8f\xe1\xf1\x63\x78\xec\x63\xd2\x50\x83\x74\xf9\xd0\xe3\xa2\x35\x10\x6e\x90\xf2\x68\x95\x41\x5a\x81\xf3\x68\x95\x41\xba\xe4\xe7\xb1\x70\x0b\xbc\x9d\xe1\x31\x1b\xfb\xe3\xe3\x25\x1f\xf8\x58\xcc\x05\xd2\xa2\x9f\x9f\xb1\x36\x68\xce\x6a\xfd\xac\xe5\x02\x61\x0d\xe4\xcf\x1d\x96\x40\xef\xdf\x7f\xed\x1e\x22\x56\x61\x50\xf9\x99\x8c\x07\xe3\x3b\x64\x54\x0d\x72\x90\x5b\xfc\x69\x83\x41\x5a\x24\xf7\xb3\x48\x0b\x34\xab\x14\x7e\x9a\x65\xd0\x5d\xc7\xf6\xd3\xde\xfe\xda\xf7\xae\xd0\x0a\xed\x26\x88\xe0\x95\xfa\x69\x24\x41\x43\xe8\xba\x7e\x1a\x41\x30\xdc\xac\xf4\x67\x08\xfd\xeb\xdf\xc9\x3c\x76\x7a\x8c\x44\x9c\xed\xd7\x72\x81\xb0\xc2\xf5\xa7\x4d\x02\xef\x2f\xb9\xa6\x2b\xfe\x41\x8e\xfd\x1f\x94\x1e\x7f\x06\xe2\x20\xad\x2e\xfb\x19\x88\xff\x9c\x32\x70\x77\xdc\x9f\x96\x0d\x74\xb7\x8b\xfb\x69\xa0\x40\x7e\x8f\xc7\x24\x3f\x48\x57\x1e\xfe\x8c\x98\x41\x5a\x46\xf5\x33\x3c\x06\x4d\x75\x87\x9f\x96\xe7\xe7\x1e\xc0\x0c\x15\x3f\xa7\xa3\x41\x53\x1e\xe7\xa7\xe1\x01\x69\x0a\xeb\x67\xc0\x0c\xde\xb6\xd2\x57\x1a\x23\x90\x4e\x2f\xfd\x34\x46\x3f\xb7\xcf\x6f\x9e\xdf\xe6\x7f\x41\x34\xa3\xcc\x4f\x03\x05\x9a\x23\xe2\xcf\xd4\xfb\x4f\xb5\xe2\x49\x18\xf7\x33\xb0\x06\xdd\x7c\xc9\xcf\x20\x1a\xa4\x91\xdd\xcf\x9a\x6a\x90\xf9\xfd\x97\xd7\x24\x3c\x76\x8b\xe7\x9f\x76\x0c\xa4\x65\x24\x3f\x33\xf4\x20\xdc\x2e\xf3\x67\xc4\x0c\x52\x75\xd9\x9f\xe1\x31\x48\x4b\xa1\x7e\x66\xe3\x41\x5a\x51\xf6\xb3\x32\x1a\xa4\x13\x00\x3f\x93\xf1\x3f\x2b\xa3\xdd\xea\xe4\xa7\xb9\x03\x69\x7d\xcb\xcf\x6c\x3c\x48\x8b\xa8\x7e\x5a\x40\x90\xe6\xd4\x7f\x4e\x33\x83\x5e\xf6\x8e\x99\x77\x90\x56\x72\xfd\x0c\xb5\xc1\xca\xef\xbf\x7c\x48\xcb\x14\x0c\x41\xfa\xcf\xd4\xfb\x6f\x7d\x2d\xf3\x02\x76\x19\xb1\xb6\xf9\xb6\x9f\x15\x53\x20\x8d\xe5\x7f\xa6\xe3\xc1\xfb\x4b\x2e\x6a\xa1\xf5\x4f\x2d\x62\xa7\x31\x7f\x16\x56\x81\x96\xdf\x21\xdb\xc6\x2e\xfb\xa1\x84\xe5\xcf\xec\x3b\x78\x7f\xca\x55\xcd\xab\x83\x34\x06\xf9\xb9\x35\x3e\x48\x43\xcc\x9f\x13\xd7\x20\x8d\x7a\x7e\x96\x5a\xff\x14\xf2\xb3\x8c\xf7\xa7\xe9\x05\xa9\x73\xf4\x33\xaf\x0e\xc2\x7d\x64\x7e\xe6\xd5\x41\x1a\xe2\xff\x0c\xde\xc1\xb2\xde\xe4\xa7\xe5\xfd\x7d\xeb\xc1\x88\xde\x7f\xe6\xda\x41\x1a\xe4\xfc\x8c\xd4\x41\x33\xfd\xfe\x33\x19\x0e\xba\xda\x8a\x3f\xed\x2c\x48\xb3\x35\x3f\x8b\xb2\x40\xb8\xb1\xc5\xcf\xd8\x1d\xa4\x4e\xed\x4f\x63\x06\xf2\x7b\xc4\x06\xcd\x20\x75\x6a\x7f\x06\xc8\x20\xbf\xe6\x1b\x0d\x83\xb7\xf9\xfe\xd2\x97\x83\xc4\xf4\x37\x74\x6a\xf2\x40\x1b\xdf\x08\xe4\x74\x30\x48\xe3\x80\x9f\xc9\x6a\xd0\xad\x0d\xfb\x19\x47\x83\xb0\x1c\xf3\x67\x1c\xfd\x33\x8e\xb6\x19\x86\xbe\x20\x8c\xb6\x7f\x9a\x4f\x90\xba\x21\x3f\x43\x5f\x90\x4e\x20\xfe\xb4\xa8\xa0\xab\x59\xf9\x33\x1a\x06\x69\x71\xcd\xcf\xd0\x17\xa4\xd3\x9f\x3f\x43\x5f\xb0\xfe\xfb\x2f\xfb\xf5\xc5\x74\x39\xf1\xcf\x38\xf7\xe7\xca\x70\x2b\xa4\x7e\x06\xba\x20\x5d\xf0\xf4\xd3\xc8\x82\x24\xf1\x36\x37\x2c\xaa\x48\xf6\xee\x9c\x1b\x81\xae\x58\x34\x7f\x6e\x58\x54\x31\xd9\x82\x66\x6e\xc4\xbe\x62\xd1\xfb\x73\xc3\xc8\x8a\xe4\xbb\x99\x1b\x51\xad\x48\x46\xf1\xb9\x61\x77\x45\xb2\x3b\xda\xdc\x9a\x8d\x68\x36\x62\x72\xc8\x46\xb0\x3f\x0f\x5f\xcd\xdc\xd8\x05\x59\x24\x22\xcf\x73\xc3\xc8\x8a\x64\x91\xe6\xdc\x9a\x57\x64\x0e\x1c\x3d\xf0\xb9\x11\xd4\x8a\x44\x90\x7a\x6e\xe4\xb7\x45\xf4\xef\x90\xed\x22\xce\x45\x25\x79\x6e\xdd\xdb\x46\x5e\x8f\x5d\x30\xe6\xd6\xbd\xed\x17\x9d\x7d\xa8\xe6\xd6\x6d\x57\x67\xdc\xf2\xb6\x31\xc4\xa2\x97\x9d\x43\x71\xb2\x48\xd4\x86\xe7\x86\x55\x15\x99\x83\x9e\x08\xbb\x30\xbe\x07\xf9\xf7\x56\xd9\x73\x0b\xaf\xe5\x52\x72\x96\x30\xcf\x2d\xbc\x3d\xad\xee\xe0\xa9\x0e\xbb\x6a\xf8\x05\x79\xcb\xc3\x9f\x0e\x5d\x3f\x3a\x39\x7d\x14\xc9\xa3\x48\x0f\x0d\x0f\x39\x44\xda\xf1\xe9\x3d\xb3\xcf\x3e\x0b\x24\xa6\xf2\xff\x73\xfb\x4c\xa5\x1d\x48\xbe\x59\x24\x1a\xaf\x53\xc9\x7e\xf1\xfe\x1b\x6d\x2b\x9f\x19\x9b\xe8\x85\xaf\x57\xd9\xb4\xfa\xee\x8a\xce\x29\x9f\xd0\x17\xcd\xf1\xb4\xa7\xbd\xaa\xaa\x7e\xe3\x02\xd3\xa6\x4d\x2a\x95\xcb\xff\xf2\x64\x93\xfd\x6f\x1b\xb7\x3e\x6d\xed\x74\xb5\xbd\x87\xec\xb4\xe9\x0d\x78\xef\xcb\xee\x70\xcb\xe0\xe9\x1d\x2c\x5f\xcd\xe5\xf7\x41\x77\x2c\x1f\x1b\x52\x30\x9b\x3d\xb4\xec\x6f\x2a\xa4\xd8\x5e\x71\x6e\xcb\x0b\xb8\xf4\x67\xa7\x65\xbb\xaf\x00\x33\xc4\x6c\x85\x3f\xb7\xdd\xd3\x3b\x1d\xcc\x36\x5d\x73\xdb\x3d\xff\xce\x97\xe5\xa1\xc3\x3e\x3b\x28\x85\x0e\x7a\xfb\xf0\x36\xa9\xce\x45\x0a\x69\x6e\x87\xb7\xe9\x0e\xbb\xdf\x7f\xd9\x0a\x66\x6b\x59\x14\x3a\xb7\xc3\x8e\x25\x78\xa3\x00\x6e\xaa\x41\x2f\x92\x1d\x23\xe7\x76\xfa\xea\xbb\x34\x67\xda\xd8\xd3\xce\x26\x27\xcc\xde\xbc\x73\x3b\x6d\x2b\x33\xb8\x6c\xb8\x36\xb7\xd3\xbe\x38\x91\xc2\x5f\x74\xe2\x69\xf3\x4f\x77\x2c\xa3\xc7\x2e\xcf\x85\xd4\x1a\x3b\xf2\x4f\xb5\xe4\x45\x92\xdd\x9f\xdb\x65\x5b\xa9\x31\x22\xc9\x3d\x95\x92\x9f\x9b\xb3\xa2\xd3\xf6\xdf\x9e\xec\xd6\x9e\xda\x19\xb7\x2d\x23\xcb\x9a\xbe\xb4\xb7\x5d\x66\xb1\xef\xf4\x06\x6e\xfb\x8c\xd9\xcd\xf4\x05\xba\xbd\xa8\x36\xc4\x17\xf4\xe7\x9b\xe1\xf0\x9d\xdc\xc0\xcf\xf3\xff\xdc\x82\xd8\x43\x9e\xeb\xe7\xb9\xde\x43\x8d\xb9\x41\xb1\x1c\x71\x9b\x63\x69\xfb\xf2\x88\xe9\xb1\xdd\x63\x36\x76\x70\xe8\xe7\x21\x22\x5e\x86\x49\xd4\xcb\x3f\x34\xd6\x90\xcc\xd6\xfc\x61\xf3\x87\xfe\xd7\xe1\xa1\x03\x61\xc6\xe2\xd0\xe5\x21\xde\x95\xe2\x10\xd1\x89\x78\x5b\xb1\x73\xac\x79\xcc\x52\x24\x4e\xe6\xa0\x08\x3a\x91\xfe\x54\x77\x5c\x4c\xaa\xc3\x66\x0b\x7f\xe8\x06\x1a\x9a\x8c\x16\xfe\x32\x50\x2b\x65\x68\x56\x78\x5c\x74\xe2\xfa\xd9\x86\xff\x35\x30\x2c\x18\xa9\x36\xbc\xa5\xc1\xe7\xc5\x17\xa7\x32\xb8\x78\xcf\xcf\xc9\x1c\xce\x40\x92\x26\x9e\x8a\x7e\x8b\x4e\x9d\xc3\x6c\xec\x41\x21\xde\x5f\x76\x8e\xa5\xc7\x70\x42\x8a\x7b\x4a\x9b\xc1\x86\xeb\x28\x4a\xcd\x96\x36\x83\x2a\x20\x7c\x84\xd9\xd2\x4b\x9a\xbf\xc2\x98\xb5\xb2\x33\xac\x60\x9d\xbc\x66\x2a\x81\x8b\x44\x84\x6b\x36\xc7\x41\x10\xc8\xe2\x4f\x95\xc0\x45\xb2\xe7\xdd\x6c\x65\x2b\x8c\x18\xa6\xff\xe5\xcb\x52\x6c\x16\xbc\xe8\x9f\xb2\x61\xee\x4b\xda\x6d\x85\x0d\x2b\xfb\x82\x2e\x2b\xfb\x02\xa9\x2e\xd6\x6b\xcc\x36\xfd\xe1\xd4\xdc\xf8\x96\x39\x32\x82\x4e\x7a\x6f\xb6\x65\x5b\x29\x13\x4d\x9f\x12\xce\xba\x48\x24\xd0\xa6\x22\xdc\xa2\xcd\x45\x2b\x96\x6f\x2c\x79\x2e\x0a\x3c\x66\x73\xc4\x6b\x9f\x13\xee\x27\xb1\x7b\xfe\x17\x81\x04\xe5\x6c\x8e\x82\x20\xd3\xb7\xcc\x41\x10\xac\xbe\xfc\xa1\xe7\x7f\xd1\xc3\xd7\xff\xb0\x61\x07\x0d\xb3\x7b\x1c\x17\x9b\xe3\x22\xc3\x4f\x3b\x7d\x3d\xf1\xa3\x59\x6e\x32\x9b\x23\x1e\x78\x1b\x46\x63\x1d\xcb\x9a\x1e\xf2\xe2\xfc\xa7\xbd\x48\x05\x49\xae\xbf\xd5\x1f\x67\xbb\xbc\xd6\x8b\x45\x58\x36\x95\xbd\x16\xc1\x7a\xa9\xa9\xa0\xb5\x88\xe6\xa5\x2e\xaf\x7e\x79\x75\x1a\xe4\x80\x08\xde\x46\xf2\x42\x5f\xb6\xe8\xb2\x45\xf4\xde\xed\x3b\xc8\x76\x4e\xec\x98\x33\xdb\x6d\xbf\x33\x5f\x95\xf6\x9e\xe3\x26\x78\x4f\xe6\x2f\x7d\x14\x7a\xe8\xcb\x5f\xfa\x28\x5e\x34\x56\xb8\xcd\x76\xfb\x5a\x7e\xd3\x5a\x7e\x30\xb7\xef\x25\x05\x26\xa8\x1c\x4d\xf5\xb1\xc5\xc0\x83\x9e\xed\xb1\x65\x6c\x83\x90\xbe\x24\x8f\xe7\x7f\x4c\x9e\x70\xe7\x8f\xe7\x57\x56\xc4\x73\x3d\x9e\x9e\xa5\x89\x6c\x3e\x3e\xdb\xe3\x73\xd5\xf5\xde\x3d\xbd\x2f\xef\xa7\x09\xc9\x1d\x3d\x76\x0f\x9a\x90\x14\xf2\xcf\xf6\xf3\x8a\xec\xc6\xc9\x56\x8c\xb3\x39\x76\x83\x4c\xbf\xed\x9f\x7d\xcd\x3a\x8a\x74\xec\xfb\x79\xc5\x9f\x57\xa4\xa9\x3f\x4f\xff\x63\x19\x91\x63\xdf\xcf\xdb\x26\x71\xc5\x8a\xa7\xa9\x24\xb6\x68\x63\xf2\xbd\x74\x9d\x6a\x10\x14\x88\x4e\xd5\xae\x45\x22\x35\x31\x95\xb6\x16\x49\x19\xef\x54\x54\x5a\x24\x95\x9f\x53\x51\x69\xf1\x9e\xff\xed\x9e\xae\x5f\x0a\x92\x7a\xba\xa9\x10\xb4\x08\x84\x25\x66\xef\x9e\xcc\xa5\x75\x93\xb1\xa9\xeb\xbe\x82\x64\xb3\xb1\xd9\xbb\x17\x60\x06\x84\x1d\xf1\xa7\xe2\xd0\x22\xd9\x3a\x7d\x2a\x0e\x2d\x92\x9a\xd1\xd9\xa9\xce\x10\x9d\xd5\x3a\x53\x71\x68\x11\xba\xe8\x6a\x43\x8b\xb7\x15\xfe\xd2\xc6\x22\xd9\xb8\xc2\xf3\xdb\xd8\xb0\x61\x83\x43\x36\x8c\xe5\x76\xd3\x5e\xd4\xfb\x05\x9d\xe5\xb5\x53\x05\xe9\x89\x5c\x74\xd6\xc6\x21\x72\x4e\xe2\xbd\x24\x27\xd3\xf6\x80\x64\x33\xe7\xa9\x34\xb4\x08\x36\x08\x9c\x4a\x43\x8b\xa0\x06\x65\xaa\x03\x2d\x92\xfd\x97\xa7\x3a\xd0\x42\xb1\x9f\xd9\x35\x3d\x20\xd0\xdb\x9a\xea\x3b\x8b\xb7\x15\xf4\x8f\xd6\xe8\x53\x73\xfe\xee\x49\x87\x1b\x24\x9b\x13\xcf\xae\x39\x02\x8d\xd2\xd5\xa9\xc0\xb3\x68\xe5\x5b\xa0\x85\xea\xf9\x09\xa7\x72\x03\xba\xea\xdd\x4d\x8f\x78\xd9\x7b\xda\x41\x2f\xe2\xfb\xaf\xb2\x83\xd8\x74\x3b\xec\x7f\xed\x18\x18\xc8\xb6\xcc\xae\x39\x02\xc1\x74\xff\xec\x9a\x23\x10\x9a\x8b\x3e\xfd\xe1\x64\x3f\x11\xac\x5d\x27\x5b\x25\x92\x0d\x83\xa7\x3a\xd0\x22\xd8\x62\x64\x76\xad\x11\x68\x0b\x3b\xa0\x0e\xb4\xc8\xf2\x8a\xcb\x57\x91\x55\x7a\x6c\x59\x3d\xbb\x9e\x3b\x48\xb6\x81\x9d\xea\x40\x8b\x64\x7f\xda\xd9\x97\xad\x7f\x91\xe5\xdb\xb9\xbc\xe2\x97\x5f\xf2\x92\x1a\x2d\x90\xe5\xf9\x77\x5f\x95\x9d\x57\xc5\x67\x79\xd8\x8a\x43\xe9\x69\x2e\x79\xf8\xc3\xc3\x1f\xd2\x15\x87\x97\x3c\xbc\x24\xa7\xd7\x40\x81\xb6\xb0\x59\x5d\xc7\xbd\xbb\xce\x7e\x7e\xc7\x7c\x46\x6c\x23\x44\x81\xd7\x54\x70\x59\x2c\x63\xe2\x7e\x7a\x49\xa6\x5d\xd8\xe7\x70\xf6\xd3\xae\x3e\x75\x90\x97\xc7\x6c\xff\xe9\xb6\xa3\xfe\xd2\xee\xc7\xda\xd5\x77\x7e\xfb\xfa\x74\x74\xe3\xc6\x2f\xef\x92\x14\x51\xb0\x38\x63\xaa\xc2\x2c\xda\xf7\x12\x68\xe2\x40\xb2\x57\xdd\x54\x98\x59\xe4\xd7\x3f\x97\xad\x20\x47\xc4\xfa\xa9\xa9\x08\xb3\x78\x1b\xeb\x2f\x6d\x06\x26\xae\x6c\xac\x26\x4e\x1d\xe4\xfd\x3b\x64\x2b\x6e\xef\xfc\xef\xbc\xf6\x54\xed\x58\x34\x9d\x48\xa5\x8d\x45\x37\x96\x50\xda\x58\xf4\x0d\x87\x4e\xd1\xe2\x89\x42\x71\x56\xe7\xb9\x3e\x5e\xfd\xf1\xea\xbc\x10\x8f\xe7\x42\xbd\x82\xc5\x79\x53\x1d\x63\x11\xdd\x8f\x4a\x9b\x05\xda\xf4\xb5\xfc\xd9\x2e\xe6\x51\xd8\x21\x6c\xf6\x9f\x03\x00\x7b\x43\xef\xf6\xa7\x36\x0b\x24\xdb\x8d\xcd\xae\xcd\xea\xbf\xaf\x66\xcd\x93\x79\xc9\x9f\xfb\x5e\xd0\x0a\xc3\x12\x10\xac\xfb\x99\x61\x58\x12\xee\xde\x8c\xd0\xed\x54\x30\x58\x24\xab\xa0\x66\xb0\xfa\x4f\x24\x5b\x2e\xcd\xa0\x00\x41\xa4\xc9\x0e\x45\x7f\x45\x2c\xc6\xd1\x30\xe0\x00\xc9\x4e\x56\x33\x34\x5a\x20\xd9\x71\x69\xaa\x0c\x2c\x02\x21\xe3\x19\xdd\x86\xa1\x12\x61\xe2\x24\x28\x00\x10\xc9\x46\xae\x53\xb1\x60\xf1\x36\x9f\x86\x31\xdd\x2f\x92\x7d\x8d\x66\x68\x00\x41\xa7\x2a\x68\xaa\x29\x2c\x82\xe5\xd4\x33\x98\xdb\x17\x6d\x2d\xcf\x6f\xc3\x5e\x24\xbb\x2b\xcd\x30\xc4\x89\x2f\xc4\xc1\x57\x8a\xb0\xb1\xc8\x44\xb0\x4c\x7a\x86\xd6\x2e\xc2\xc9\x6b\xff\xcb\xf3\x93\x9e\x61\x8f\xa4\xa9\xcc\xb0\x68\xdd\x86\x31\x69\x3f\x3f\x99\x61\xf6\xfe\x9e\x31\x3c\x3f\x75\x84\x14\xd8\xcd\x18\x76\x06\x75\x84\x6c\x52\x35\xc3\xa8\x07\x4d\xe1\x64\xc7\xa2\xa9\x5a\xb0\x48\x76\xce\x99\x61\x72\x06\xf4\xf0\x2e\xcb\x5e\x64\xbd\x00\xbb\xc5\xcc\x28\x7b\x8c\xf5\x02\x65\xf7\x1b\x5b\xc4\x97\x9b\xc1\x89\x0b\x13\x31\x20\x59\x7d\x37\xd5\x01\x16\x8d\x0a\xa0\x19\xd3\xb6\x4e\x1e\xdc\x77\xc8\x86\x4d\xc3\x3d\x7f\x68\x2b\x98\xb4\xa0\xd2\x66\x2a\x03\x2c\x92\x5d\x47\xa6\x32\xc0\x22\xcb\x77\xd8\x3c\x0f\x68\x83\xed\x37\xa6\x9a\xbf\xe2\x3d\xc6\x35\x8d\x67\x14\xfd\xdd\x71\x23\xc2\xa4\x4e\x2c\x6d\x2e\x3e\xa1\x3a\xc0\x22\x76\xaf\x60\xa2\x07\x34\xe6\x1e\x66\x2c\xdb\xc1\x1c\x05\xab\x9d\x67\x18\xbc\xc4\x97\xc2\xc1\xc0\x2a\xdd\x2b\x9a\x51\xa7\xa2\xbc\x13\xb5\xdd\xf7\xdf\xf8\x26\x0e\xff\xed\xf8\xda\xc1\xe9\x0c\x69\x40\xb3\x6e\x70\x2a\x92\x2b\x9a\x89\x05\x15\x71\xc5\xfb\x53\xba\x52\x63\x00\x06\x73\x49\x33\x8c\x73\x40\xb2\xab\xc8\x54\xe0\x56\xb4\xb1\xf0\xee\xc2\x6c\x4f\x98\xed\x59\x38\x81\x61\x1e\x07\x34\x45\x2c\xa7\x4a\xb8\x22\xd9\x5e\x63\xc6\xe9\x63\x40\x77\x69\xfc\xf7\x6f\x7e\xeb\x2f\x96\x79\x45\xd5\x71\x45\xb2\x4b\xc6\x0c\xed\x08\x68\xac\xd5\x9b\x61\x5c\x04\x92\xfd\x60\xa6\x52\xb8\x62\x99\x55\x8c\xcb\x96\x5d\xac\xaf\x63\xd8\x8b\xcb\x2b\xb2\x64\x6d\x73\x74\xd1\x8c\x84\x66\xc4\xaf\xc7\x74\x12\x78\xdb\xca\x2f\xb5\x23\x60\x99\x0e\x53\x1d\x57\x2c\x13\x70\xa1\xa1\x08\xf7\xaf\x5d\xbe\x45\xb7\x17\xa0\x40\xaf\x6c\xbf\x96\x02\x74\x0a\x80\xa6\x52\xb8\x62\x99\xf4\x8b\xc7\x37\xf2\xf9\xb6\x61\xa0\xb5\xc6\x45\x20\x59\xd3\x34\x55\xcc\x15\xef\x35\x79\x78\x8f\xb7\xce\x6e\x2c\x0b\xdb\xab\x8a\xae\x08\x8a\xc8\xa7\x22\xba\x22\x59\xbd\x33\xc3\x0c\x16\xc8\x72\xf8\xfa\xd9\x0c\x94\x0b\xc6\xc2\x4f\x56\x58\x57\x2c\xb3\x8a\xa1\x2d\x02\xc9\xfe\x10\x33\xb4\x28\xe1\x9c\x3e\x0b\xf1\x66\x18\x1a\x81\xc6\xcc\xd1\x1c\xec\x27\x2b\x5a\x55\xfc\x6d\xa2\x87\x76\x69\x6c\x5f\x93\x16\xc7\xd2\x63\xf4\x0c\x06\x59\xc5\x5e\x11\xfb\xf0\xd0\xf4\x10\x23\x4b\x7a\xf9\xdd\x43\xc8\xa5\xd1\x0b\x43\x1b\x37\xac\xcb\x5f\xb8\xee\xc3\x7c\xd9\xf8\x76\x64\xc3\xdb\x1e\x66\xc2\x40\xa3\xcc\xfc\xfd\xa3\x7b\xcc\x25\x33\x9d\x43\x36\xd7\x75\xe9\x3e\x8e\xa1\xb9\x1a\x9a\x2b\xbe\x55\xc5\x78\xc5\x32\x6f\xaa\x18\xaf\x78\x7f\xc9\x2d\x68\xc1\xc0\x32\x57\x3b\xb4\x60\x60\x99\x98\x55\xb3\x57\xbc\xbf\x1c\x1c\x7b\x3c\x86\xe3\xe6\x9d\x6a\xc2\x86\xf6\x6a\xe1\xec\x0e\x03\xb6\x61\xc0\x86\x71\x1a\xe1\x23\x0a\x96\x4e\x31\x00\x29\xf7\x2b\x9a\x33\x0c\xc3\xb0\x0e\x04\x75\x4e\x53\x05\x60\x11\xac\x09\x9e\xc3\xe9\x8c\xe1\x74\xc6\xb2\xd3\x0c\xeb\x40\xb2\x7b\xc6\x1c\xf1\xb5\x0c\x7b\x45\x70\x3c\x8c\xce\x40\x22\x33\x37\x87\xb6\x0f\xbc\x27\xa3\x37\x8c\xce\x86\xe2\x8c\xab\xfb\xd3\xd3\x63\x3e\x3d\x5e\xff\x41\x69\x9b\x78\x8f\xd1\x5e\xa7\x3a\x86\x85\x6c\x88\x12\xce\x61\xe8\x05\x92\x3d\x3b\xe6\xd0\x72\x8e\xfc\x2e\x41\xef\x1a\x7a\x81\x2c\xef\x3e\xbd\x2d\x6a\x0c\xd0\xb0\x99\x2a\x0f\x8b\xe6\x24\xc9\x30\x1a\x03\xc9\xde\x12\x73\xa4\x4f\x2a\x51\xd0\xf7\xe1\x19\x8c\x81\x34\x8c\x53\xb1\x58\x0c\x4a\xba\xe6\x30\x18\x03\xcb\xe4\xf8\xd0\xa4\x83\x64\xd3\x85\x39\xcc\x33\x82\x39\xbe\x43\x3e\x28\xc5\x8e\xd8\x31\x78\xaa\x75\x2c\x92\x4d\x29\xe6\xd0\xf2\x0f\x2d\x3f\x61\xdc\x70\xa2\x66\xd4\xd7\xb5\xc5\x31\x1b\x4b\x6d\x02\xab\x7c\xe6\xd0\x19\x18\x3a\x03\xc4\xaf\x63\xda\xd9\xf3\xeb\x6c\xda\x31\x6d\x2d\xeb\xe2\x11\x34\x9b\x0a\x27\x8b\x64\x6f\x86\x39\x0c\xf7\x86\xe1\x1e\x2e\xe1\x30\xdc\x1b\x6e\xc8\xb6\x7c\xd5\xb4\xf3\xc3\x15\x7f\xe4\x61\x86\x36\x7d\xac\xef\xc9\x71\x36\x0d\x38\x58\x26\xf7\x87\x06\x1c\x24\xdb\x17\xcc\xb1\x7b\x01\xe5\xf8\xcd\x3d\x8c\xdd\xef\x73\xf7\xfb\xc4\xcf\x1d\xbb\x8f\xd3\xa5\x75\x68\xf4\x4d\x95\x92\x45\xb2\x81\xc1\x1c\xa6\x29\xc1\x72\xe2\x61\x18\x2b\x8e\xe3\xbb\x02\x1d\x6e\xb0\x38\x0c\x16\x6d\xdb\xe1\x5d\x1d\xe1\xbf\xd1\x95\x06\x90\xc3\x00\x72\x79\x36\xdb\x76\x7c\x6d\xa3\x77\x75\x07\x86\xee\xc0\xc2\x17\x55\x40\x59\x34\x27\x8d\x86\xb6\x7f\x7c\xb6\x1f\xcf\x76\x68\xac\x87\x2a\x89\x8e\x4e\xa7\xb7\x60\x59\xff\xc2\x99\x1e\x9a\xe6\xa1\xe6\xcf\xc2\x0f\x57\xe3\x58\x24\xcb\xd5\xe7\xd0\xc4\x82\x64\xed\xf5\x54\xbc\x58\x24\x2b\xa8\xa7\x4a\xc5\xe2\x3d\x19\x77\xef\xec\x0c\x68\x6c\x08\x38\x87\x16\x76\x38\xc3\xbf\x1c\x8b\x34\xb1\x20\x59\xbc\x3c\x55\x34\x16\x41\xd9\xd6\x54\xd1\x58\x24\x6b\x97\xa7\xea\xc5\xa2\xa5\x1f\x95\x69\x46\xd5\x8b\x59\xa7\x3c\x87\x46\x17\x24\xc2\x4d\x73\x68\x4d\x87\xd6\xd4\x37\xf7\xf1\x2e\x1f\x3a\xa8\x39\xe2\xfe\x6c\x98\x16\x16\x37\x50\xc9\x62\x91\xac\x7b\x9d\xea\x13\x8b\x30\x12\x57\x9f\x58\x24\xab\x01\xe7\xd0\xe6\x0e\x6d\x2e\x01\x42\x3a\x77\x0f\x96\x53\x44\xa9\x7d\x05\xc9\xc2\xbf\xa9\xee\xb0\x48\x96\x0c\x4e\x65\x87\x45\xb2\x56\x6f\x26\xeb\xce\x44\xb2\x70\x6e\xa6\xc9\x48\x90\x73\xfb\x07\x5b\x9d\xac\x54\x13\x39\xb1\x87\xe9\xd4\x3e\xe8\x06\x9f\xd9\x6c\x23\x25\x75\x2c\x67\x9b\xe9\x6c\x3f\x48\xd6\xc6\x4d\x35\x8f\x45\x73\xb2\x2b\x35\xcb\xa0\x9b\xc2\x56\xf2\x58\x04\x7a\x52\x33\x9d\xda\x07\xc9\xca\xb8\x99\x46\x95\xa9\x1c\x21\xde\x9b\x2a\xc8\xa2\x85\xa1\x82\x32\xc8\xa2\xb3\xd3\xf9\x4c\x4d\x37\x68\x6c\xd8\x34\x53\xd3\x0d\x72\x7e\x87\x6c\xab\xa2\x3d\xf6\xba\x51\x25\x08\xc3\x5d\x95\x91\x45\xb2\xb8\x6b\xaa\x8c\x2c\x16\xeb\x00\x66\x9a\x55\x05\xd1\xbe\x43\xf6\x61\xb0\xe1\x1a\x46\x29\xb5\xdb\xa0\x6f\xf6\xa1\x76\x1b\x74\x07\x19\xf5\x93\x45\xdf\xd3\x43\x36\xf5\xc5\x60\xa7\xb3\x99\x1a\x64\x10\x1b\x36\x5a\xfd\x64\xd1\xc2\x9e\x70\xa6\x0e\x24\xab\xc9\x66\x6a\x90\x41\xb2\x4c\x6c\xa6\x09\x54\x90\x2c\x77\x99\xe9\xe4\x1d\x48\xd3\x1b\xe9\xe4\x1d\x48\xd3\x45\xa9\xd1\x06\x69\x8e\x25\x4d\xa0\xa6\x5a\x3c\xdf\x7f\xf9\x4a\x52\xa1\xce\x32\xae\xa9\xc8\xb2\x78\x07\x04\xda\x3a\xec\x56\xe5\x79\x18\x82\x55\x59\x16\x11\x3e\x6e\xeb\x1a\x40\xb0\x18\x6e\x2a\x96\x2c\x82\x55\xf5\x33\xb5\xeb\x20\x29\x0a\x9c\xa9\x5d\x07\xc9\x6a\xa3\x99\xda\x75\xd0\xf7\xe9\xe9\x6d\xeb\x8b\x6e\xf2\x24\x35\xe2\x20\x58\xce\x3e\x55\x59\x16\x41\x5d\xf6\x4c\x2d\x36\x48\x27\xe0\xd2\x99\xc1\x54\x78\x07\x1f\x5c\xe1\x65\xd1\xb4\xa7\x0a\x2f\x8b\xa4\x88\x79\xa6\x66\x1d\xa4\xf3\x9f\xa9\x59\x07\xf1\xbd\x73\x9a\x75\x90\x94\x35\x4f\x05\x9b\x45\x73\xa1\xe5\xcc\xf2\x8e\xa8\x55\xa4\x86\x79\xa6\xc6\x3f\x5d\xb7\x87\x6b\xab\xae\xb3\x68\x86\x62\xa9\xa1\x07\x3d\xfd\x4a\xcd\xfe\x82\x9c\xdf\x21\x6f\xd2\x7d\xf1\x9b\xbd\xaf\x3f\x00\x92\x22\xda\xa9\xd6\xb3\x88\xee\xd7\x60\xc2\x40\xad\xe7\xe9\x93\x34\x95\x9c\xce\x6c\xae\x61\xcb\x6c\x2c\xdb\xbb\x39\x87\xa1\x24\xf4\xfc\x24\xa1\x17\x79\x11\x25\xa1\x45\x52\xcb\x39\x73\xd9\x0c\xd2\xc4\x94\xdf\x4e\xb5\x9e\x45\x52\x18\x3a\xd3\x09\x50\x90\xd3\x47\xa2\x6f\x01\xc2\xc9\x72\xe5\x9f\x45\xb7\x30\x21\x9d\x26\x05\x7d\x12\xa9\xa8\x08\x2d\xde\x86\x71\xb2\xdd\xc6\xb2\x09\x9c\x59\xd0\x34\x31\x9d\xbb\xfe\x01\x19\x9b\x74\x36\x15\x24\x95\x9b\x33\x77\x5b\xc6\x46\x01\x94\x51\xce\xdc\x7d\x98\xec\x9f\x6f\x26\x23\x75\x36\x40\x4e\xdf\x8c\xc3\x67\xc2\x82\x00\x2a\x26\xa7\xd2\xce\xa2\xb1\x0f\xed\x4c\xb3\xd0\x20\xd9\xf2\x6a\xa6\x89\x07\x10\xc3\x21\xd7\xc4\x03\x48\x2a\x1c\x67\x9a\x98\x4e\x13\xd3\x0b\xaf\x39\x75\x48\x40\x52\xa8\x38\xd3\x2a\x13\x90\x54\xf5\x4d\xe5\x9e\x45\xff\x6c\x9f\x69\x07\x90\x96\x17\x28\xf7\x2c\x92\xaa\xc1\x99\x66\xb4\x41\xef\x0e\x6d\x66\x1d\x40\x4e\xc7\x6a\xb3\xd7\xaa\x3d\x4f\xad\xcf\x65\xbb\x58\x36\x90\x0e\xdf\xa6\xaa\x41\x67\x85\xc3\x4c\xfd\x1f\x90\x56\x59\xa5\x89\x08\x90\x46\x4f\xea\x38\x8b\xb4\xa2\x2a\x75\x89\x40\x67\xaf\xda\x99\x4e\xbc\x82\xbe\xf9\xf2\x58\xd6\x92\xae\x1d\xfc\x87\x0d\x3c\xa7\x62\xd0\x22\xad\xca\x52\x0c\x5a\xc4\xe6\xab\xa5\x5b\x05\xd2\xa2\x2c\xd5\x9e\x45\xec\xb6\x51\x17\x0a\xe4\xf4\x87\x26\x2e\xc0\xfb\x04\xe9\x03\x1d\xa6\x4f\xb4\x79\xf7\x97\x3e\x1b\x17\xe6\x23\x2c\x32\x95\x68\x16\x69\x39\x91\x72\xcc\x33\x29\x80\xfc\x3e\x04\x53\x12\xa0\xef\xdf\x0f\x3d\xbf\xd5\x8e\xcb\x97\xeb\x67\xbf\x53\xed\x68\xda\x3e\xcd\x7b\x83\xb4\x74\x2b\xcd\x48\x24\x33\xb3\x16\x95\xa9\xe3\x2c\xde\x93\x05\xc7\x9a\xc7\x78\x9f\x39\xbf\x7a\xcc\x22\xad\x8d\x51\x8f\x59\xbc\xbf\x1c\x1c\x3b\x3d\xc6\x48\x8a\xe7\x5c\xba\x51\xa5\x1b\xc5\x83\x55\x57\x79\x56\x33\x00\xe3\x3e\xcb\xb2\x1d\xf0\x1e\xe3\xa7\xba\x32\xe5\x26\x7a\xeb\xfb\xed\xcf\x63\xdc\x02\x6e\xa6\xd2\xca\xb3\xd8\x7d\xd5\xd4\xa2\xd2\xca\x22\x2d\xb2\x28\xfd\x16\x30\x59\x08\x30\x95\x56\x16\xe9\xf4\x87\x9a\xc9\xe2\xbd\x24\x37\xaa\x4b\x02\xd2\x9a\x03\xe5\x90\x45\x5a\x2b\xa1\x1c\xb2\x68\x63\xd9\x32\xfd\x08\x90\x16\x18\x28\x6b\x2c\x62\xe7\x9b\x51\xd6\x58\xbc\xbf\xf4\x98\xad\xd5\x91\x98\x1e\xb2\xb5\x6c\x72\x6a\xcd\x81\xba\xc6\xe2\xfd\x25\xb7\xae\xdb\xa0\xb0\xb1\x95\x4d\xa5\x8f\x50\xfa\x08\xe8\x75\x4d\x85\x8d\x45\x38\xf2\x94\x25\x3f\x20\x9c\x63\x2d\xa7\x5d\x41\x3a\x2d\x5d\x9a\x7a\x90\xce\x97\x2b\x4f\x3c\x95\x22\x76\x26\x59\x8d\x61\xf1\xb6\x8c\x5f\x6a\x9f\x4b\xfb\xcc\xf7\x5c\x26\xdc\x8b\x18\xdb\x99\xde\xd2\xf2\x82\x74\xe2\xaf\x34\xbc\xe0\x3d\x99\x17\xf0\x3d\x28\x03\x32\x1f\xb1\xa6\x57\x49\x61\xa7\xf9\xca\xb8\xbb\xbe\xb8\xdb\xee\x30\x31\x0f\xd2\x09\x36\x65\x86\xc5\xfb\x6f\x3c\x63\x6d\x6f\x69\x7b\x31\xe4\xa5\xa1\x2d\x0d\x2d\x83\xa7\x32\xc3\xc2\x65\xca\xb3\xcc\xcc\x83\x40\x04\x72\x96\x99\x79\x90\x6c\x7b\x33\xcb\x99\x5d\x10\xe1\xbb\x61\xa8\x0f\x82\x95\x21\xb3\x0c\xf5\x41\x3a\xad\x53\xda\x67\xb0\xbe\x07\x6c\xf0\xaf\x8a\xb1\x33\x31\xaa\x18\x8b\x68\x0c\xd7\xa5\x15\x2f\x73\xfc\x78\xa2\x0a\x1b\x8b\xce\xc2\xfa\xa9\xb0\xb1\x48\x67\x5d\x4a\x2b\x0e\xd2\xf9\x0e\x85\x8d\x45\x1a\x3e\x94\x26\x1b\xf4\x66\x17\xee\xb6\x8b\x05\xff\x4e\x2a\xa8\x75\x2c\xd2\xe9\x08\x55\x8c\x67\x69\x9d\x89\x09\x6b\xf7\x8a\x3b\xd5\x9d\xbe\xeb\xe6\x1a\xc0\xca\xef\xf4\x36\x62\x37\xc9\x47\x53\x0f\x6f\xfb\xf8\xde\x3b\x8f\x79\xc9\x83\x64\x23\xce\xa9\x92\xc5\x22\x86\x83\x9e\xb9\x01\x90\x8e\xda\x4a\x16\x8b\x9c\xc4\x9c\xe5\xb4\x00\x98\xda\x75\x55\x8c\x67\x9d\x36\x9f\x86\x99\x2d\x00\xbd\xf9\x8d\x68\x64\x41\x3a\xc5\x50\x1a\xd9\xb2\x0a\x6a\x78\xc8\xcf\xe6\xb2\xf9\xb6\xd5\x39\x62\x10\xdf\xc0\x65\xe6\x41\xb5\xe1\xee\xf7\xa0\xe1\x05\xad\xfb\xa5\x5e\xf6\x98\x1b\xd9\x2d\x07\x11\x8d\x31\x48\x67\x35\x4a\x63\x0c\xd2\x19\x00\x65\x8a\x45\x3a\x81\x51\x4e\x15\x83\x40\x3b\x6e\x96\x76\x14\x74\x27\xa5\x94\x29\x16\x19\xf1\x0f\x53\xd0\xa5\xe5\x05\xe9\x2c\x42\x59\x36\x05\xe2\x7b\xdd\x1e\x3f\x63\xe6\x9b\xcd\xfb\x97\xc6\x18\x34\x4b\x9d\x4a\x63\x0c\x82\x4d\x1b\x66\x39\x89\x00\xd2\x84\x7e\x99\xe2\x00\x69\xa6\xbe\x9c\x43\x00\x69\x8e\x5d\x45\xe4\xf9\x29\x22\x2f\x9f\xa1\x69\x0f\x10\x8b\x58\x48\x45\x64\x11\x66\xcf\x95\x3f\x16\xc1\xfa\xb5\xa9\xb0\xb1\xe8\xdf\x8b\xe4\x4c\x35\x48\x53\xec\x4a\x16\x8b\xf7\x92\x74\xa8\x16\x5b\x81\x62\x83\xc0\xa9\x75\x06\x9d\x15\x91\x73\x9a\xe3\x00\x69\xea\x7c\x9a\xfd\x07\xb9\xbe\x1f\x2e\x0f\x2d\x0e\x35\x0e\xed\x1e\xa2\x72\x72\xfa\xc3\xd3\x43\xa7\x6b\x24\x39\x74\x79\xc8\xfa\x8c\xb7\x5f\x95\x01\x16\x69\x2e\x5a\xcd\x5f\x91\xf6\x8e\x9a\xbf\xa2\x1b\x1e\x4d\x8d\x35\x08\x6d\xc5\xd4\x58\x83\x34\x2f\x3f\xcd\x3b\x20\x10\x9c\xe8\xb1\xce\xe9\x5c\x00\x48\x93\xfc\x6a\xf2\x8a\xb7\xc3\x3c\x56\x1e\xd3\xb7\x20\x93\xab\x2a\xef\x54\x82\xd7\x24\xb9\x12\xbc\x22\x36\xdb\x6f\x84\x0f\x9a\x03\xcc\x1c\x36\x76\xb0\xcb\x1c\x16\x4b\x6d\x5d\xb1\x2c\x65\x9d\x1a\x66\x90\xe6\xd6\xa7\x51\x33\x48\x53\xeb\xd3\xa8\x19\xa4\xa9\x63\x45\x6d\xc5\xdb\x56\x8f\xd9\x65\x96\xcf\xa2\x7d\x33\x15\xac\x15\xbd\x78\xfb\x15\xac\x15\xf3\xbf\xff\x0a\x0f\xa1\x55\x48\x44\xa6\x60\xad\x48\x83\x64\x05\x6b\x45\x98\x8e\x98\x1a\x61\x90\x26\xf8\xd5\xb0\x15\xaf\xc7\xe0\x25\xbd\x81\xf2\x06\x38\xa4\x25\x9d\x4e\x71\x5b\x9e\x34\x8d\x3c\x41\x2e\xc2\xaf\xa9\xa9\x9b\x2e\xa6\xb3\xc0\x47\x31\x58\x91\xe6\xa6\x15\x83\x15\x69\x56\x5b\x4d\x57\x91\xe6\xa1\xa7\x96\x07\xe4\x22\x96\x9b\x06\x86\x20\xcd\x4c\xab\xe9\x2a\xde\x4b\xfa\x6f\xfe\x72\xf7\x97\xdc\x80\x69\x68\x90\xe6\xaf\xa7\x21\x1f\x08\xab\xa4\x54\x5d\x15\x6f\x6f\xf0\x9c\x0e\x7b\xe8\xf8\x76\xbe\xa7\x69\xd6\x31\x81\xce\x1e\x63\x73\x5a\xc7\x04\x62\xf7\xbf\x34\x34\x20\x4d\x69\x2b\xc4\x2a\xa2\xfb\x05\x58\x9f\x04\xd2\x8c\xb6\x7a\xaa\x22\x4d\x68\xab\xa7\x2a\xd2\xa4\xf1\x34\x0c\x9c\xc4\x7c\x26\xaa\xa7\xe6\x08\xa4\x29\xee\x69\xe8\x06\xd2\x34\xf2\xd4\x34\x4c\x4d\x03\xa1\x9b\x52\xa6\x22\x4d\x22\x28\x51\x2a\xd2\x84\xc1\xd4\x0e\x80\xd0\xaf\x9b\xda\x01\x90\x46\xef\x4a\x94\x8a\xf8\x6e\xdb\x21\x1c\xa4\xc1\xfb\x74\xbc\x06\xdd\x4c\xcf\x34\x4b\x0d\xde\x9e\xa6\xad\x8e\xe1\x20\x5c\x31\xa3\x92\xa9\x68\x96\x9d\x4f\xe7\x81\x41\xdf\xed\x43\x87\x70\x95\x4c\x59\xe0\x37\x55\x32\x15\xcd\x74\x96\x4a\xa6\xf3\x53\x32\x65\xb9\xe3\x54\xb6\x54\x74\x27\x75\x94\x2d\x15\xef\xbf\xd1\x3f\x0e\xe2\x20\xf5\xab\xd5\x15\x15\x7d\xc3\xbf\x59\x4e\xd7\x82\xf7\x97\xc5\xb1\xcb\x63\xfe\xf2\x7d\x63\x57\xf3\x97\x6c\x69\x66\xa0\xb7\x5c\xf1\x00\x9a\xaf\xdd\x32\x9c\x02\xbd\x31\x58\x2e\x47\x59\x90\x86\x66\xaa\x88\x8a\x95\xf3\x1f\x0a\xb7\x15\x19\x9d\x9f\xc8\xe8\x5a\x9e\xd8\x6b\xb1\xe5\x59\xb3\x45\x06\x56\xa0\x37\xf2\x75\xcb\xc0\x0a\x34\x2b\x8f\x96\x81\xd5\x72\x7f\xb3\x85\x5f\xa9\xca\xa8\x68\x63\xe1\x45\xaa\x32\x2a\xc2\xb9\x75\x55\x46\x45\x58\x46\xb6\x0c\xb6\xd6\x17\x6c\xe1\x46\x2e\x87\x74\x10\x6c\xd6\x38\x97\x13\xab\xa0\x6f\x8c\x45\xcb\x72\x21\x90\x68\x0b\x4f\xe5\x3c\xc5\x72\xad\xc0\x32\x83\x0a\x5a\xb0\x1b\xf8\x54\xcf\x53\x34\x37\x98\x9b\xca\x67\x8a\x3e\x78\x35\x97\xe9\x4b\xb0\xac\xf9\x5f\x0e\xb0\xe0\x6d\x2d\x67\x73\x34\x05\x61\x5c\xbf\x8c\x7c\x40\xdf\x70\x4c\x96\x51\x0e\x68\xbe\xfa\xaa\x6c\x8a\x88\xef\x90\x97\x24\x99\x68\x98\xac\x54\xa6\x58\x16\x6f\x2f\x63\x10\x90\xc6\xa7\xca\x62\x8a\xb6\xfb\xca\x19\x24\x80\x34\xfe\x5d\x06\x09\x20\x36\x9f\xd2\xf2\x5c\xcb\x73\xd1\x7a\xeb\x46\x97\x75\xa3\x3e\x25\x87\xea\xe5\x50\x4d\x48\xbf\x1c\xaa\x41\x0c\x5f\x4c\x83\x04\x55\x31\x51\x76\x9b\xcb\xd1\x1b\xf4\xe6\xfb\xb3\xdb\x88\x17\x63\xf3\xf5\x31\xab\x07\xd2\xb0\x79\x39\xc4\x83\xb7\xa7\xe9\x1d\xd3\x7a\x20\x8d\x44\x55\xb2\x14\x61\xed\xed\x72\x8c\x07\xdd\x59\xba\xe5\x10\x0f\xd2\x08\x53\x25\x4b\x91\x46\x93\x8a\x4f\x8a\x34\x36\x55\x56\x52\x34\x83\x04\x65\x25\x45\xea\x4d\x2e\x33\x71\x20\xf5\xce\x97\x4b\x25\x40\xef\x76\xbe\x11\x01\x48\x7d\x42\xc5\x27\x45\x1a\xe2\x28\x3e\x29\xde\xfb\xa6\x15\x46\x04\x4a\x4d\xea\x1c\x29\x35\x29\xd2\x99\x94\x65\x90\xb0\xbe\x20\x81\xb8\x67\x59\x27\xb4\xae\xaf\x17\xb9\x4d\xeb\x4d\x41\xb0\xed\xd8\x5c\xb7\xad\x45\x75\xc2\x98\x59\xad\x49\x91\x86\x2f\xca\x43\x8a\xd4\x53\x51\x0b\x72\x2e\xb7\xa3\x76\xc1\xcb\xd2\x77\x5f\x5f\x22\x6d\xf7\xff\x7c\x4c\x7a\xea\x7e\x4a\x8f\x37\x8a\x52\x84\x39\xe6\xa5\xa7\x0e\x52\x87\x4f\x95\x47\xd1\xd0\x76\x9d\x2a\x3a\x8a\x36\xd8\xdf\x75\x2e\xc7\x6f\x90\x7a\x2f\xcb\x99\x47\xf0\xfe\x1b\x4f\x45\x57\x7d\x59\x54\x6a\x9d\xcb\xb2\xde\x07\x24\xba\x3d\x53\x4d\x47\xd1\xd9\xd4\x66\xee\x3a\xe1\xbb\x4e\x38\x7e\x8f\xa2\x8b\xa2\x9b\x21\x53\x61\x51\xa4\x43\xba\x02\x8b\x22\xf5\x5e\x14\x53\x14\xe9\x50\xa0\x8e\xa1\x48\x53\x77\x8a\x16\x8a\x34\xb3\xb6\x3b\x15\x07\x52\x23\xb5\x3b\x15\x07\x52\xf3\xa6\xb4\xa1\x58\x16\xad\xef\xce\xbb\xed\x16\xcc\xb0\x27\xcf\x54\xee\x50\xbc\xc7\xfc\xa9\xd7\x7c\xd1\xd9\xef\x7a\xaa\x54\x38\x3f\xa5\x42\x6b\x9f\x76\xfd\x6b\x30\xac\xfe\x57\xbc\x50\xbc\xff\x56\x1c\xb3\x83\xc2\x65\x5a\xf4\x86\x6e\x38\x48\x8d\xe5\x6e\x7d\xcc\xae\x0e\xb4\xe7\x77\x64\xdf\x95\x0f\xda\x19\x3f\x77\x5d\x73\xd0\x90\xb6\x9e\xbb\xab\x17\x40\x73\x71\xc7\xee\x14\x1d\xe8\xa8\x8e\xce\x3d\xbd\xe4\x8b\xf0\x45\x56\x30\x51\xa4\x83\xb8\xea\x88\x22\xb5\x42\xbb\x49\x34\xd0\x4d\x77\x2a\x98\x28\x52\xcb\xa7\x38\xa2\x48\x0d\xdf\x6e\x7c\xb0\x1b\x0c\xec\xdb\xdf\xfb\x78\x4e\xc5\x13\x45\x67\x2f\xe8\xa9\x78\xa2\xe8\x26\x87\x76\x23\x0a\x90\xcb\xff\x72\x22\x0e\xa4\x86\x5d\xf1\xc4\xf9\x89\x27\xf2\xc9\xef\x46\x0f\xa0\x0f\x5f\x1c\x2d\x19\x88\xf4\xe1\x98\x9c\x03\xbd\x11\x49\x29\x51\x28\xa2\xf9\xbc\xb4\x47\x20\x1d\x97\x95\x15\x14\xe9\x90\xb5\x9b\xed\x02\xb9\x13\x42\x2a\x34\x28\x9a\x13\x0a\xbb\xa9\x2d\x30\x36\xc6\x9d\xdd\x52\x17\xd0\x9d\x63\x50\x7b\x50\xa4\xe3\xda\x6e\x34\xb1\xbb\x9d\xc6\x4e\xd0\xbd\x6b\xb6\x40\x43\xf8\x60\x2a\x51\x28\x62\xf3\xa9\x3a\x43\x05\xc2\x7c\x94\x12\x85\x62\xb9\xde\x6b\x37\xb7\x05\xde\xf3\xf3\x4b\xcb\x66\x76\xcb\x66\xf6\xe6\xff\xd9\x0e\xb3\x5b\x7e\x7e\x4e\x47\x81\x74\xc4\x55\x91\x50\x34\x4b\x49\x14\x24\x14\xe9\x18\xb9\x6b\xa4\x76\x8d\x14\x43\x9d\x7a\x84\x22\x1d\xe9\x76\x63\x0e\x10\xae\x61\x53\xa2\x50\xcc\xef\x45\x35\x0c\x01\xe9\xd8\xb7\x9b\xdc\x02\x6f\xf3\xe9\x59\xe3\x90\x9d\x84\x97\xc3\xa1\x12\x85\xe2\xfd\x37\x1a\xeb\xe4\x13\x68\x4e\xf2\x28\x5b\x28\x1a\xc2\x13\x53\xd9\x42\x11\x08\xf2\xce\xdd\xc2\x58\xd0\xd9\x5f\x74\xaa\x64\x28\xba\xab\x9e\x77\xab\x60\x41\x7e\x03\x91\x16\x6f\x77\x7f\x2a\xf6\x4c\x9d\xea\x16\x8a\xee\x6a\x8d\x5d\xbb\x05\xda\x77\x7e\x73\x60\x20\xd8\x0d\x67\xee\xce\x3e\x81\xfc\x46\x30\x67\x9f\x54\x1f\x1c\xdf\xb9\xbc\xe4\xfd\x5d\x92\x96\x99\xbf\x02\xdd\xb9\x92\xdd\xfc\x15\xc8\x9d\x04\xd3\x6e\xf0\x03\x72\xf7\x92\xda\x40\x10\xf1\xfd\xd0\x97\x80\x95\x80\x26\x25\x14\x29\x14\xf9\x8d\x99\xc6\x3e\xa0\xef\x98\xc0\x5d\xab\x08\xf2\x1b\x0c\x8d\x6a\x40\x1f\x7e\x96\x9a\x36\xd0\x2c\xf9\x38\x9c\x10\x02\xcd\x35\x6c\x87\x55\x35\xe0\xbd\xc9\xc9\xb1\xf4\x18\x95\x21\x9a\xdd\xc3\x04\x13\x48\x3f\xaf\xc3\x04\x13\x78\x7f\xba\x38\x76\x7a\x8c\xf9\x37\x06\xd2\xc3\x49\x22\x90\x7e\x38\x87\x86\x12\x74\x4b\x33\x0f\x0d\xe5\xe1\xae\xcf\x3b\x63\x8d\x92\x81\x22\x9c\x15\x51\x1e\x50\x84\x25\x7f\x87\xd5\x34\xc8\x03\xa6\x1f\xe1\x61\x35\x0d\xe8\x3b\xef\xe2\x61\x35\x0d\x88\x7d\x79\xc8\x56\x38\x05\x85\xba\xf5\x54\x13\x50\xa4\x6f\xd9\x61\xbc\x05\xd2\xd7\xff\x30\xe0\x39\x9c\x49\xda\x29\x17\x50\xb4\x4f\x74\xb4\xa3\xe6\xa1\x91\x05\xf9\x75\xad\x21\x10\x68\x88\xb6\xcf\xc3\x0c\x16\xc8\xaf\x15\xd6\x96\x1e\xd6\x96\xba\x22\xe6\xd0\xec\x82\xfc\x3a\x5b\xab\x0b\x1a\x2a\x2e\x53\x85\x3e\xd1\xcc\xb3\xa8\xd0\x27\xf2\xeb\x58\x63\xa7\xc3\xd8\x89\x57\xf6\xd0\x0e\x83\x8e\x08\xe5\x3c\x9c\xce\x02\xe1\x82\x8f\xc3\xe9\x2c\x90\xdf\x7d\x6b\x9a\x3f\x65\xbf\x9d\x7c\x98\xca\x7e\x22\x0c\xbb\x0f\xed\x30\xc8\xff\xfe\xcb\xe6\x5b\x04\xc3\xd6\x8a\xf3\xb0\x0a\x06\x74\xab\x3c\x0f\x43\x38\xd0\x90\x48\x9d\x87\x21\xdc\xf1\x85\x70\xb4\x4c\xa3\x0e\x5a\xc3\x87\x3d\xb4\xcd\x20\xbf\x4e\xd4\xaa\x82\xf7\x92\x9c\x4c\x83\x79\x98\x95\xdb\xff\x65\x6d\x95\x22\x7f\x53\x45\xbf\xaf\xe1\x66\xe8\x40\x67\xaf\x9f\x79\x58\xa0\x02\x92\xbd\xc7\xa7\x22\x7f\xa2\x39\x37\x71\x68\x63\x8f\xfa\x9a\xc4\x2f\x9d\xec\x02\xb9\xfb\x14\x8d\x03\x41\x33\xb6\x3d\x9c\xc4\x02\xcd\xea\x54\xb5\x00\xc5\x7b\x32\x7f\x69\x33\xa6\xcd\xe0\xf9\x6b\xb1\x41\x73\xea\xef\x30\x8f\x07\x72\x27\x9c\x56\x32\x50\x74\x4b\x67\x0e\x2d\x36\x08\x04\x8a\xa7\x92\x81\xa2\x5b\x2f\xa8\x62\xa0\xe8\x8d\x44\xcc\xe1\xcc\x13\xc8\xdd\xaf\xc3\xfa\x0e\xd0\x77\x22\x80\xc3\x70\x11\x74\xa7\x5b\x0e\xc3\x45\x90\xa8\x79\xcd\x43\x53\x0c\x92\xbd\x36\xa7\x7a\x81\x22\x77\x72\x89\x87\xc6\x19\x24\xfb\x19\xcd\xc3\x5a\x55\xf5\x02\x9d\xe2\x53\x2e\x50\xbc\x1d\x46\x5b\x0d\x2a\x0f\x0b\x53\xbf\xbe\x30\x84\x04\xe9\x66\x23\x6a\x08\x8a\xe6\x64\x9a\x82\x81\xa2\x59\x0d\x7f\x18\x55\x82\xd0\x60\x1f\x1a\x6c\x90\xbb\x6f\xaf\xd6\xf9\x38\xbf\x4b\xd2\x3f\x66\x09\x41\xee\x64\xf6\x0e\x83\x4f\xd0\x5c\x61\xa7\xd4\xe0\x3c\x5c\x90\xf2\xdd\xba\x76\x17\xe4\x4e\x82\x43\x61\x41\xd1\x86\x4f\xc9\x25\x8b\x20\x77\x6a\x4a\x0e\x03\x52\x90\x3b\xb1\xf9\x61\x40\x0a\xde\xf3\xd3\x69\x26\x18\x41\x5a\x8f\x7c\x18\xa4\x82\x34\x1d\x77\x68\xb1\x41\x5a\x64\x71\x68\xb0\x0f\x37\xae\xf6\xf5\x37\x33\x09\x72\x27\xe7\x78\x58\x54\x0b\x72\x27\xc1\xa8\x08\xa2\x58\x96\x47\x1e\x9a\x75\x30\x5c\x5c\xa5\x2e\xa2\xc8\xfd\x3b\xe4\x1d\x69\xe9\x49\x43\x1e\x56\x8d\x28\x95\x68\x35\xbb\xba\x88\x22\x76\x9f\x9b\x3b\xa5\x80\x74\x81\x94\xb2\x88\x62\x36\x5f\x58\xa3\x5d\xd0\x2d\x71\x3b\x74\x07\x50\x4a\xcc\xef\x1e\x75\x07\x40\x47\x4d\x63\x1e\xe6\x42\x41\xb0\xd1\xf4\x3c\x74\x07\x40\xee\x78\x20\xea\x29\x8a\xe5\x2e\x09\x6a\x27\x8a\xfe\x99\x81\xc7\x5e\x7d\x74\x39\x3d\x64\xeb\x1f\x5b\xef\x0f\x6d\xbd\xdb\x74\xf9\xd6\xe9\x34\x80\xdc\x89\x57\x0f\x0b\x76\x41\xb3\x86\xf7\x70\x82\x0b\x8c\xee\x60\x6e\x95\x0a\xe8\x3b\xe9\x0d\xc5\x1a\x45\xef\xdf\x21\xaf\xf8\x43\x1d\x95\xb7\xe9\x34\x5d\x0a\x12\xf9\x80\xa9\x7e\xa3\x48\xcf\x75\x9a\x41\x05\x69\xa9\xe2\x69\xb4\x7d\xba\x8d\x8c\x1f\xfd\xa9\x4b\x02\x9a\xe9\x44\x65\x1e\x45\xba\x08\xe6\xd4\x23\x01\xb9\x33\xd6\x9d\x6e\x36\x03\x92\x6d\x65\xe7\xa9\xfb\x01\x3a\xbb\x34\xce\x53\xef\x03\xbc\x97\xe4\xfc\xfa\x1a\xa7\xbe\x06\x8e\xc5\xe9\x6c\x19\x88\xb6\x79\xb2\xc7\x43\x58\x5c\x5e\x27\xc5\x20\x45\x63\xab\xe7\x79\x9a\x6e\x05\xdd\x9d\x1a\x4e\x83\x7e\x10\xee\xf9\xa5\xf0\xa3\x78\x5b\x31\x39\x66\x2b\xd8\xfd\x60\x2f\x0f\x5d\x1e\x62\x63\x67\xdb\xaf\xf7\x71\x7e\x21\x7e\x78\x2c\x3c\xc6\x17\x42\x44\xa4\x66\xa4\xc8\xdd\x5e\x74\x9e\x0d\xe4\x6e\x63\xf5\x48\x40\x6f\xbc\x9c\xa7\x86\x1f\xa4\x8e\xa9\x32\x8f\x22\xbe\x5e\x34\x4a\x3f\xc7\xd7\x7e\xfa\xc7\x30\x1d\xa8\x53\x38\x95\x76\x14\xd1\xf8\x90\x4e\x0b\x60\x4e\x55\x7e\xc7\x3f\x98\x65\xc5\x20\x45\xee\x64\xc5\x4e\xfd\x09\x90\x3b\xb9\x39\xf5\x21\x45\x1b\x8e\x72\xa7\x0e\x05\x08\xbf\x50\x35\x23\x45\xee\x38\x9f\xa7\x59\x62\xd0\xbf\x93\x59\x6a\x03\xa2\x2d\xff\xcb\x3e\x76\xdb\x83\xe6\x1b\x67\x3d\x2e\x88\x66\xc7\x98\x4c\x00\x9d\xad\xcd\xe7\xa9\x77\x02\x72\xe7\xe3\x53\x33\x72\x7e\x9a\x91\x8e\xd2\xea\x3c\x8a\xdc\xf1\x91\x4e\xcb\x6f\x40\x3a\x99\xa9\xcc\xa3\x78\x7f\x49\x6b\xcd\x42\x83\x74\xc6\xea\xd4\xfd\x38\x3f\xf7\x63\x78\x51\x7b\x88\xdd\xa6\xf5\x95\x4f\x3d\x92\x73\xe2\xca\x92\xed\x52\x0e\x52\xbc\xbf\xa4\xbb\xf5\x52\x40\xee\x64\x9a\x4e\x4b\x5f\x41\x6a\xe6\x4f\xdd\x0f\x90\x56\x14\x2b\xcd\x28\xc2\xcd\x0a\x4e\x53\xd3\xa0\xb9\x8d\x96\x3a\x8c\x22\xf7\xdd\x1f\xda\x7e\xd4\xaa\x76\x5f\x1c\x03\x7a\x90\xbb\x1f\x96\xa9\xe9\x53\x8d\x61\x8d\xd1\xa9\xff\x01\x72\x27\x15\x70\x1a\xf7\x83\x08\x9f\xb9\xfe\x07\x08\xa7\x9e\x4e\x9d\x0d\xd0\xdb\xf2\x5c\xbe\xd1\x3a\x1b\xdf\x21\xfb\x9f\x7d\xcd\x10\x32\x9f\xa7\x49\x6d\x90\xbb\x2f\x8b\x95\x2f\x20\x77\x5f\x0c\xd3\x05\x20\xf7\xe5\x0f\x7d\x20\x16\xc3\x7c\x3f\xf4\x26\xd9\xf4\x7a\xf7\x1b\x3a\xbc\xc9\xe3\x5b\xc6\xc7\x21\xaf\x78\x60\x2d\xfc\xf8\x9c\xb5\x04\xdd\x4a\x67\x65\x24\xc5\xdb\x3b\x9c\xcc\x14\xc2\xe9\x2e\x42\xbe\x2a\x96\xcc\x80\xdc\x49\x47\x9c\xa6\x10\x40\x58\x4c\xaf\x5c\xa3\xe8\x5a\x90\xd3\x08\x1f\xa4\x2b\xd3\x4f\x9d\x0f\x10\x48\xbf\x4c\x15\x1c\x45\xa1\x04\x37\x4f\x1d\x0d\x10\xee\x27\x71\x9a\x1a\x00\xfd\xfb\x2c\xf5\x2a\xd4\x79\x74\x2b\x43\x75\x1e\x45\xba\x49\x90\x02\x8e\x22\x5d\xfb\x77\x3a\x05\x0a\xde\xfb\xe6\xdf\xf4\x0e\xce\xfb\xfb\x6c\xfc\x3f\xbb\xec\x45\x6d\x8e\x0e\x1a\x7e\xd0\xbb\xcf\xcd\x08\x1f\x44\xc7\x6b\x3c\xb5\xf2\xa0\x2c\xc1\x3a\xb5\xf2\xa0\x5c\xdd\x70\x1a\xe1\x83\x42\x6c\x66\x9e\xda\x6f\x30\x36\xed\x98\x73\x94\xa0\x36\xc2\xe8\x53\x63\x0d\x6a\xf3\xa3\x31\xc7\x0d\x6a\x23\x18\xbe\x0c\xfa\x41\x19\xec\x5d\x5a\x53\x50\x1b\x36\xeb\xd2\x4c\x82\xf7\xbe\x3d\x76\x7b\x8c\xfb\xc6\xf2\x2b\xf3\x28\xda\xd0\x7b\x52\xd3\x51\x14\xda\x00\xf3\x32\xc7\x0d\x86\x2b\x83\x95\x79\x14\xb5\x35\x0f\x0d\x0f\x0d\x7e\xc8\xf9\x8d\xef\x41\x6d\xcd\x73\x3d\x1e\x7a\xfe\xf7\x7f\xd3\x42\xe7\xcb\x28\x1d\x94\x15\x1e\x97\x06\xf6\xd2\xc0\x3a\xdf\x75\x39\x2d\x7a\x7d\xeb\x5a\xe9\x0c\xd7\xc1\x80\x72\xd1\xf8\xa5\xd1\x05\xef\x2f\xfd\x37\x9b\xd1\x6d\xc6\xe4\xd0\xe1\xa1\x83\x43\x74\xa3\xd9\x77\x50\x1b\x9f\xd2\xa5\xd1\xbd\x3e\xa3\x8b\xfb\x77\x69\x4e\xaf\xf8\x2e\xc0\x7d\x1a\xf4\x83\xda\x88\xad\x94\x96\x14\x81\x2a\xc2\xbc\x8c\xe6\x41\x6d\x44\xb0\x2a\x4b\x8a\x81\x86\xdf\x54\x59\x52\x44\x31\xb6\xa9\x2c\x29\x6a\xe3\xf3\xba\x0c\xdd\x41\x6d\xc4\xac\x97\xf6\x12\xd4\x46\x4c\x7e\x69\x2f\xaf\x2f\xfe\xe6\x2e\xb5\x8d\xa0\xd0\xf3\x9d\x8a\x4d\x8a\xda\xfa\x3f\xa4\xb3\x2f\x4d\xe7\x95\x5f\xbf\xd0\x48\x8d\x22\xa8\xad\x7b\xc8\xae\x4a\xde\x68\x82\x99\xcb\x32\x55\x50\x6e\x9d\xa8\x64\xe5\xfc\x24\x2b\x75\x6f\xd5\x91\x14\xe5\x74\xb0\x3a\x92\xa2\x9c\x73\xbd\x9c\xc0\x05\xb5\x11\x66\x5d\x5a\x53\x50\x1b\x01\xe6\xa5\x35\x05\xef\xf9\xfd\xa5\x7d\x55\xf4\x15\x61\xd0\xa5\x99\x04\xef\xbf\xd1\x59\xda\xc9\x6b\x7e\xaf\x21\xcd\x75\x89\x08\x08\x37\x68\xba\x34\x8a\xa0\xdc\xf5\x4f\xd9\xc8\xf9\xc9\x46\x6e\x18\x0c\x35\x22\x45\x58\x7d\xa4\x46\xa4\x68\x2e\x64\x50\x23\x52\x34\xcb\x2e\xd5\x88\x14\xf5\xbd\x25\x2e\xea\x00\x61\x94\x70\x69\x4e\x41\xff\x1a\xa6\x39\x05\x61\x05\xb0\xe2\x8f\xa2\xdc\x6c\x40\xf1\x47\x11\xba\xc1\x2a\x3d\x8a\x40\x99\x76\x5e\xda\x49\xd0\x2d\xe7\xbe\xb4\x93\x20\xc2\x2b\x9a\x30\x07\xdd\x85\x43\x97\xb6\x0d\xb4\xe6\xe3\xd5\xb6\x81\xda\xfc\x94\x5d\x52\x0a\x6a\xc3\x8d\xbb\xac\x10\x05\xb5\xe1\xf1\x5e\x96\xfc\x80\xe6\x6a\xc9\xcb\x4c\x3b\xe8\x6c\x85\x3f\x2f\x17\x99\x82\xda\x70\x82\x14\x83\x14\x85\x00\xdc\xbc\x34\x9d\xa0\x36\x47\x22\x23\x7e\x50\xae\x37\x50\x1f\x52\xd4\x86\x31\xbd\x5c\x31\x02\xca\x3d\x54\x95\x8c\x14\xc5\x3e\xcd\x53\x7d\x48\x51\x1b\x96\x47\xe5\x47\xd1\x86\x01\x8d\xd2\x8f\xa2\x36\x07\x6a\x73\xef\xa0\xbb\x91\x84\xd2\x8f\xe2\xfd\x25\xed\xd7\x34\x83\xda\x1c\xbb\x2d\x5d\x05\x65\xda\x4f\xed\x47\x51\x9b\x03\xa9\xd1\x3d\xda\x8f\xef\xc9\xfc\x37\xc7\x43\x12\xf2\x66\xb7\x2e\xe7\x96\x41\x77\x3d\xc6\x65\x94\x0e\x6a\xb3\x65\x16\xa0\x82\x68\x38\x71\x0a\x38\x8a\xf7\xfc\xfe\x9b\xd7\xbc\x79\x24\x0e\xa4\xda\xe6\xeb\xb3\xcd\xb8\x84\x97\xa1\x3b\xa8\xcd\x71\x45\x73\x0d\xde\x7f\xb3\x1d\x36\xed\x46\x97\xcd\x67\x6e\x38\x7f\x99\xca\xc7\x21\x50\xe9\x51\xf4\xcf\x2e\x5a\xda\x04\xca\x5d\x69\x2e\xa3\x72\x10\x3a\x68\x8a\x33\x8a\xf7\x92\xbc\x07\x06\xdc\xa0\xdc\x50\xec\x72\xa2\x1a\x94\x2b\x46\x2f\xe7\xa9\x41\x69\xe9\x2f\xcd\xfa\xa5\x59\xf7\xc9\x19\x83\x83\xee\xee\x61\x97\x01\x37\xa8\xcd\x47\x62\xc6\x1f\x34\xeb\xee\x2e\x6b\x4c\x41\x73\x47\x82\x5b\x7f\xe0\xfe\x26\x01\x06\x87\xba\x87\x68\x57\x79\x68\x78\x88\x7d\x2b\x79\xd7\x6f\xa7\x05\x40\xd7\x82\xdf\x46\xea\xa0\x5c\xda\x78\xeb\x5b\xdc\xdf\xac\xc0\x77\xc9\xc3\x63\xb6\x75\x72\xe8\xf4\x10\xdb\x28\xf1\xfa\xdc\xba\x1b\x20\xdc\xca\xf8\x76\x87\x40\x10\x48\x67\xcc\x5b\x3f\x02\xb4\x61\xc2\xe0\xd6\x91\x00\xdd\xea\xf7\xdb\xc2\x29\x50\x6e\x07\xa8\x62\xa4\xe8\xb1\xf9\x5f\xcb\x43\x8b\x5b\xf2\x5c\xbb\x87\x9c\x30\xa6\xf9\x4e\x27\x80\xe6\x74\x85\xba\x92\x22\xdc\x9f\xf1\x76\x86\x01\x14\x8a\xfc\xf3\x76\x17\xa8\xdb\xad\x0b\x8d\x18\x6f\x1d\x15\xd0\x5d\x98\x72\xeb\xa7\x80\x70\xfd\xf3\x6d\x7d\x16\xe8\x2d\xfd\x2f\x6f\xbc\x7f\x37\x4e\xfb\xf5\x40\x40\x77\x86\xed\x36\x13\x70\x2b\x94\x51\xff\xb0\x8c\x4a\x79\x4a\x51\x1b\x43\xf7\xed\xe2\x5d\x30\x34\x9d\xb7\x45\x04\xa0\x37\x9c\x1d\x35\x2c\x45\x6d\x3e\x09\x13\x0c\xf7\xb7\x52\x97\xde\x33\xc1\x00\x6a\xb3\xd9\x66\x13\x40\x77\x73\xee\xdb\x42\x03\xd0\xb7\xe5\x21\x1b\x11\x7c\x40\x76\x9e\xa5\x01\xb7\x1b\x1b\x1a\xe2\xdf\x4e\x53\x80\x8e\xec\xfe\xbc\xf5\x75\x40\x73\x1a\x4d\x95\x4a\xd1\x5d\x48\xa4\x4a\xa5\xa8\xcd\xb6\x9a\xc0\x00\xb5\x7d\xa7\xf7\x15\x19\x6c\x81\x8e\x7d\xba\xcd\x4c\x80\xda\x88\x41\x6e\x5d\x29\xd0\xac\x8c\xbd\xcd\x33\x80\xda\x08\xd3\x6f\x5d\xa9\x5b\x57\x8a\xd2\x8f\x5b\x57\x0a\x34\xeb\xa8\x6e\x13\x08\x77\x7e\x0f\x9a\x37\x49\xc7\xe8\xd6\x31\x22\x8a\x56\x3d\x53\xbc\xff\xe6\x31\x5b\x96\xb4\x6c\xf9\x4b\x5b\xe6\x36\xbe\x44\xc3\xb7\x79\x86\xfb\x9b\x05\xb1\x69\x16\x17\x80\x6e\xe0\x70\x3b\xcb\x01\xc2\x89\x89\xdb\x4a\x02\xd0\x2c\x11\x54\x77\x53\xd4\xb6\x3c\x64\x63\xcb\x89\x09\xfa\xc7\xe2\x02\x50\xae\xf7\x53\x2a\x53\xd4\xf7\xc4\x5d\xd1\x03\xa2\xd9\xd7\x66\x19\x40\x21\x86\x37\x6f\xfd\x29\x50\x9b\xdd\xa3\x3f\x75\x7f\xeb\x6b\x79\x6e\xce\x8e\x80\xfe\x7d\x54\xce\x84\x80\x66\x69\xcc\x6d\x2a\x02\xbc\x5d\xe1\xf9\xed\x9e\x89\x81\x25\xa5\x70\x9b\x9e\xb8\x5d\x5e\x63\x82\x45\xad\x4c\x51\x9b\x67\xd3\xa1\x42\x2a\xb3\x0d\xd3\x24\xb7\xd9\x08\x50\x1b\x81\xba\x5a\x99\xa2\x36\xf2\x2b\xaa\x60\x8a\x66\xe5\xf3\x6d\xb6\x00\x74\x4b\x9a\x15\xc6\x14\x65\xa1\x9c\xc2\x98\xa2\xbb\xf6\xe4\xd6\x7d\x02\xd5\x70\x79\x6e\xa7\x39\xc0\x72\x0b\xd8\x5b\xf7\xe9\xd6\x7d\x22\x44\xbe\x9d\xf8\x00\x65\x71\xc4\xad\x17\x74\xeb\x05\x11\x5b\xab\xbb\x29\xba\xe5\x93\xb7\x8e\x11\x68\x66\x44\x6e\x1d\xa3\x5b\xc7\xc8\x4f\xdc\x34\x03\xa8\x0d\x83\x7b\x3b\x15\x02\xaa\x11\xfa\xde\xba\x4f\xa0\x1b\x01\xaa\xe1\x29\xc2\xf5\x14\xb7\xb9\x08\x10\x1a\x57\x65\x3d\x45\x39\xf5\x7c\xbb\xa2\x07\x2c\xf7\xb4\x55\xe9\x53\x54\xb3\xbf\x9c\x55\x01\x85\x0c\xff\xbc\x9d\x55\x01\xdd\x14\xe1\xad\xdb\x75\xeb\x76\xd9\x85\xba\x5d\xa0\x59\x95\xaa\x44\xa8\x08\x9d\x0a\x45\x3d\x45\x59\x22\xac\xa8\xa7\x68\x2e\x36\x55\xd3\x53\xc4\x70\x14\x33\x89\x71\x5f\xdf\xdb\xc4\x1d\x99\xc5\x00\xdd\x7d\xd0\x14\xf0\x14\x61\xba\x4b\x01\x4f\xd1\x51\xd1\x9d\x0a\x78\x8a\x6a\xb8\xb3\x0a\x78\x8a\xe5\x5e\xbe\xea\x77\x8a\x6a\x9a\x48\xab\x20\x40\x77\x01\xfa\xad\xcf\x75\xeb\x73\x7d\x8d\xb0\x77\x48\x91\x34\x9d\x0a\x5d\x2e\x50\xcd\x41\x58\xff\x0a\xc4\xd7\x15\x4e\x97\x80\x32\x7d\x7e\x3b\x5d\x02\x5a\x84\x97\x34\xb9\x02\xaa\x91\x36\x51\xe5\x53\x84\x5b\x7a\xaa\xf2\x29\x9a\xdb\x51\xab\xe8\x29\xde\x4e\xf4\x98\xed\x67\xa3\xca\xaf\x13\x75\xd6\x6e\xab\x0a\xfd\x4a\xdd\x43\x0c\xbc\xbf\xe4\x9e\x74\xe0\x40\xb9\xf2\xee\xd6\x81\x03\xc3\xf0\x48\x69\x4e\xf1\xfe\x92\xd6\xea\x9b\x81\x6a\xdb\xdf\x82\x91\xf3\xb1\xe6\x10\x34\xb7\xb3\x78\x74\xca\x40\x74\x2c\x96\xd2\x9d\xa2\x1a\xdf\x86\x3a\x9d\xe2\xbd\x7c\x71\x6c\xf7\xd8\xce\xbf\x79\xb2\xc3\x43\x07\x87\x1a\x87\x4e\x0f\xd1\x48\x72\x1c\x8f\xc9\x9d\xe7\xab\xcb\x60\x34\x7c\xcc\xee\x80\x52\x60\x42\xf1\x4e\xf1\xfe\x9b\x3f\xf5\x6c\xf8\x48\x31\xfd\xe5\xe3\x21\x56\xa8\xef\xfe\xf2\xe7\x21\x46\x2b\x32\x32\x6a\x70\x8a\xf7\x64\x3b\xc7\x6c\x47\xe7\x3d\x61\x58\x50\x84\x53\x94\xd5\x69\x8a\x6c\x8a\x42\x5e\x6f\x2a\x9f\x29\xba\x89\x4c\x85\x31\x45\xe8\xcf\x29\x79\x29\xba\x7b\x68\x3c\xa6\x72\x40\x35\xb2\x6b\x8f\x0e\x0f\xa8\x86\x45\x7c\xf4\x6e\x40\x35\x72\x28\x8f\xb9\x1d\x50\x6e\xdc\xa2\x08\xa6\x28\x64\x58\xa7\x22\x98\xa2\x1a\x7e\xe6\x63\x89\x07\xa8\xc6\x7b\xff\x98\x01\x7a\xcc\x00\xed\x9e\xcb\xa6\x52\x44\xe9\x3e\x52\x8f\x6e\x11\x08\x37\x51\x54\x16\x53\x54\x63\x08\x78\x74\x6e\x40\x35\x3e\x98\xc7\xd9\x99\xe7\x9b\x9d\xf1\xbe\x75\x78\x40\x1b\xee\x72\xa1\xa2\xa6\xe8\xf3\xbb\x80\x8d\x65\x7a\xc6\xe5\x3b\x8a\x6c\x8a\x1e\xf8\x32\x8f\xf3\x23\x60\xb9\xeb\xf7\x63\xda\x07\x74\x17\xa1\x3d\xd6\x5a\x82\x6e\x21\xa0\xb2\x9b\xa2\x1a\x06\xf1\xd1\xe1\x79\x92\x1e\x23\x53\xf3\xe8\xc9\x80\x52\x90\xe3\xd1\x91\x01\xd5\x6c\x97\x8e\x0c\x98\x6e\x39\xf4\xe8\xc8\x3c\xaa\x9a\x99\xfd\x7f\x74\x5b\x40\xe9\xe1\xaa\xce\x29\xaa\xe1\x5f\x3f\xce\xab\x80\x6a\xe1\xc9\xec\x9d\xb2\x61\xdc\xa4\x85\x1e\x60\xba\xcd\xd9\xe3\x4c\x0b\x08\x57\xde\x2b\xeb\x29\xde\x56\x70\xcc\x0c\x12\x68\xae\x98\x7d\x74\x78\xc0\xfb\x6f\x1e\xb3\x19\xd3\x66\xf0\x7c\xcd\x20\x81\x6a\x76\xac\xeb\x02\x40\x35\x12\x22\x8f\xde\x0d\xa8\x36\xbc\xa4\x9f\xe0\xe4\x13\xb4\xfb\xcd\x29\x81\xee\x78\xf8\x98\x53\x02\x65\xe1\xfe\x63\x55\xc7\x83\x0b\x84\x32\xee\x7c\x2c\xcd\x04\xcb\x3a\x37\x45\x42\x45\x35\xac\xdd\x63\x9a\xe9\x71\x41\x81\xb3\x23\x8f\xa5\x99\xa0\xb4\xa6\x6a\x89\x8a\xf8\x5e\x62\xb3\x51\xa0\xac\x2d\x79\x9c\xdc\x79\xbe\xc9\x9d\xdd\x7f\xb3\xfd\x3b\x5f\x2a\xb9\x94\x47\xaf\xeb\xd9\x31\x21\x64\x3f\x54\x21\x15\xa5\x3b\xab\x0a\xa9\x78\x4f\xc6\x9d\xeb\x76\x21\x43\x5a\x8d\x24\xc6\xcf\x9c\x2e\x68\x6e\x8d\xaf\x42\xa0\x28\xb3\x56\x3f\xbf\xf1\x9f\xdf\x38\x1f\xc4\xcf\x38\xe4\xe7\x4e\x7f\x4e\x4d\xa8\x07\x28\xaa\xe1\xcc\xfc\xfc\x30\x7f\x2a\x85\x7c\xff\x75\x79\xc8\xfe\xd9\x39\xf4\xf3\x90\x49\x1e\xdc\x8d\x9f\x01\x05\x4a\x82\xe5\x6e\x14\x3f\x3f\xc2\xdf\x17\x50\x60\xf0\x54\x17\x14\xe5\x22\xc0\x9f\x5f\x21\xa8\x46\x16\x40\xc1\x41\x51\x2e\x8e\x53\x22\x70\xfe\xc8\xaa\xba\x14\xfc\xe7\xf7\x05\x5a\x3a\x41\xf2\xf3\xcb\xf9\xf9\xe5\x4c\x0f\x79\x32\xbf\x1c\xc2\x82\x9f\x5f\x0e\xe8\x7e\x5f\x3f\xbf\x1c\xd0\x5c\xf0\xa7\x6a\xa0\xe8\x66\x87\x94\x08\x14\x11\xde\x91\x91\x02\xe8\x68\xe3\xcf\x9f\x61\x01\x08\x6b\xf2\x7e\xd6\x2f\x83\x18\x3e\x12\x8b\xa6\x40\xb5\xf9\x0f\xba\x54\x3f\x3f\x3e\xf0\x15\x3e\x2a\x0d\x28\xca\x49\xdf\x9f\x1f\xcc\xcf\x0f\x86\x38\xe5\x67\x2d\x33\x08\x6b\xf1\x54\x0b\x14\xd5\x08\x39\x7f\xce\x7c\x82\x6a\x18\x4e\x05\x04\x45\x59\x7b\xf2\xf3\x4b\x03\x61\x45\xef\xcf\x2f\xed\xe7\x97\x36\x6d\x97\x7d\x47\xc1\xf3\xf0\xf4\x7e\x2f\xe0\x7d\x5c\xbc\x22\xce\x7c\xfe\xfc\x38\x30\x2a\x6a\x00\x8a\x72\xa7\xa9\x9f\x53\x93\xa0\x14\x3b\xfa\x39\x35\x09\x0a\x19\xe2\xa9\x50\xa0\x58\x6a\x38\x28\x14\x28\x4a\x93\xa2\x50\xa0\x68\x06\x2e\x3f\xb3\xb0\xa0\xbb\x15\xd1\xcf\xba\x2b\xd0\xdc\x79\xfc\x67\x64\x01\xca\x52\x81\x9f\x91\x05\x28\x4b\x5d\x7f\xc6\x0c\xa0\x0c\x49\xd4\x09\x14\xe5\x24\xfc\xcf\x68\xe0\x67\x34\x80\xa3\xa1\x72\xa0\x28\x47\xbe\x9f\xae\x3f\x68\x66\xdf\x7e\xfa\xf9\xe0\xed\x43\xee\xc8\x69\x4e\xd0\xc2\x87\x6b\x2e\xf5\xc7\x9c\xa6\x01\xed\x4f\xdf\x1f\x54\xdb\xfd\xa1\x8f\xed\xa2\xfc\x08\x17\xe8\x67\x2a\x15\xbc\xe7\xe7\x96\xf4\xea\x41\x0f\x87\x09\xd7\xe4\x80\x6a\x8c\x7c\x8a\x0e\x8a\x6a\xbb\x3f\xb4\xb1\xf7\xd7\x58\xfe\x4d\x57\x5c\x9d\xc0\x22\xc3\xa3\x4e\xa0\xa8\xc6\xc8\xf7\x73\x02\x13\xbc\xbf\xf4\x98\xdd\xf8\x78\x4f\xfe\xd2\x3e\x63\x06\xb3\xf9\xc4\xf5\xbb\x41\xb3\xaa\x5e\x39\x41\xf1\x9e\xcc\x5f\x7a\x9f\xcf\xd7\x34\x7e\x6a\x59\x12\x68\x6e\xfc\xaf\x7a\xa0\x28\x17\xfd\xa8\x0b\x28\xaa\xfb\xfe\x98\x12\x05\x2d\xcd\x50\xfe\xf4\xbb\x41\xe8\xb9\xfc\x5c\xc6\x09\x82\xb2\xdc\xb5\x91\x13\x15\x41\xd9\xfb\x52\x3d\x50\x0c\xb2\xb0\x6b\x23\x4d\x2a\xda\x20\xf0\x59\x1b\xf5\xd3\xa2\x33\x07\xbb\x36\xbc\x74\x51\xfd\x7d\x35\x96\xba\x83\xa2\xc7\xfb\x34\x97\xba\x83\xa2\xfa\x77\xc9\xd3\x43\x27\x87\xfc\xaf\xcb\x43\x17\xeb\x6f\x6c\xc5\xe3\x21\x5f\x8d\xc6\xb1\x66\xfb\x5f\x74\x96\xb3\x2d\x85\x07\xc5\xfb\x6f\x5c\xa0\x79\x03\x38\xee\x7d\xf3\xdf\x6c\x2c\x55\x4e\x49\xbc\xbd\x14\x28\x14\x9d\x79\xdf\xb5\x91\x3b\x15\xb1\xbe\x6b\x2e\x0f\xf9\x00\x8a\x43\xb6\x96\x14\x68\x7f\x1f\xe6\xda\xba\xcd\xc0\x6f\xef\x1b\x5d\xd6\xbd\x64\xff\x2e\xc9\xf9\xbb\xbd\xd1\xdd\xae\xd2\x7e\xec\x5e\xe0\x45\xf5\xf7\x69\xae\x2d\xec\x6d\xd2\x8b\xbd\xb8\xa7\xf0\x97\x6c\xcd\x8b\xbd\x58\x1b\x66\x57\xbc\x27\xa3\x69\x61\xdf\xe2\x5b\x77\x7b\x23\x6c\xad\x9b\x02\x6c\xbe\x08\xf8\xdb\xa2\x53\x6e\xb3\x36\xd2\x90\xa2\xba\xb7\x3e\xbc\x26\x9e\x74\xf7\x06\x86\xd7\x7c\x51\xdd\x6e\x4c\x7b\x3b\xe9\x6d\x6f\x29\xfd\x21\x45\x3f\x6c\x50\xbe\x94\x1b\x14\xd5\x6d\x6b\x7a\xae\xf4\x5c\xb4\x2b\x7d\xe8\xc9\xfc\xc5\xee\xe9\x6d\x57\xda\x2e\x3a\xbb\x7c\x0d\xa8\x16\xca\xed\x3b\xe6\x03\x60\x83\x01\x76\x05\x59\x5b\xd9\xb0\xb2\x61\x3c\x93\xb2\x15\xe4\xe7\x7a\xa7\xaf\xcb\xf3\x17\x39\xe0\xe0\x5c\xd3\xf3\xbf\xa8\xde\x69\xc5\xf4\xf4\xf3\x7b\xcd\x38\xd9\xf4\xfc\xe4\xec\x7a\xa7\xaf\xa7\x0f\x8e\x9c\x5d\xef\xb4\x62\xfa\x1a\x4c\x52\x38\x5e\x72\xfa\xe2\x4d\x87\x9b\xef\x98\x5d\x36\xe9\xeb\xfe\xf7\xda\xe6\xb5\x4d\xdf\xd5\x17\x9d\xba\xc3\xb5\x61\xb0\x45\xb1\x0a\x6c\xa9\x92\x28\x8a\x65\x27\x4b\x95\x44\x31\x36\xdf\xae\x69\x27\xe0\x1a\x33\xf4\xaf\x6d\xd9\xee\xc5\xe7\xdd\xe9\x97\x65\xbb\x5f\x14\xa5\x1f\x6b\x5b\x36\x7b\xd9\x6c\xba\x65\xd9\x2e\xd6\xda\xc6\xa2\x11\xcb\x76\x31\x29\xdb\x17\xdd\xb2\x7c\x51\x5f\x0c\xb2\xd2\x6b\x5b\xbe\xa8\xaa\xec\x2f\xce\xb5\xdb\x9f\xa4\x10\xa9\x04\x5e\xdb\xee\x15\x95\xd4\xdf\x39\xd7\xee\x53\x65\xba\x95\x65\x8b\x6b\xdb\x7d\xb7\xb0\xea\xdd\xcf\x65\xf7\x8a\x64\x15\x7b\xf8\x43\x3b\xe7\x45\x43\x1b\x65\x6d\xbb\x9d\xb3\x3b\xec\xf8\x08\x0f\x1f\x3e\x15\x47\xbb\x5d\x71\xf8\xec\x5f\xf4\xaf\x2b\x0e\x7b\x87\x5d\x17\x46\xfa\x5f\xb6\xf5\xf0\x73\xf7\x15\x39\xec\x8b\xc3\xec\x2c\xd7\x3c\x6c\xec\x8b\x20\x70\x5b\x6a\x43\x8a\xf7\x97\xdc\xc0\x61\xff\x1c\x0c\x3b\xe1\x2f\xbd\x01\xa6\x6a\x59\x78\xbc\x54\x82\x14\xfd\x1b\x14\x4e\xdb\xff\xe5\x1a\x39\xff\x69\xfb\x4f\x32\xdc\x5e\xf2\xf4\x81\x9f\x94\xb3\x7b\xfa\xd3\x86\x21\xe3\x1f\x83\x46\x5c\x3e\x11\x2a\xac\x71\x4b\xd6\x76\xf9\xc3\x8b\x37\xc5\xc1\xe4\xf2\xc6\x2f\x64\x57\x07\xf7\x7d\xd9\xfa\x4b\x31\x25\x0f\xd9\xd7\x97\xf2\xf6\xbc\x29\xb7\x3f\xbc\x79\x9f\xbc\xe2\xed\xfb\x84\x0e\x64\x52\xd2\xb1\xd4\x81\x14\xd5\x83\x57\xe5\xb6\xad\x37\x4f\xdc\xf3\xdf\x76\xe2\xed\x13\xa7\xad\xb7\x1d\x46\x02\xaf\xfb\xd1\xdc\xb6\x82\x39\xd3\xf2\x4d\x7c\xec\xb0\xc7\x07\xce\xe9\x1f\x6f\x92\xc5\xbd\xdf\x60\xf5\xf8\xc0\x1f\x3f\x07\x7f\x68\xe7\x33\x19\xca\x76\xc7\x4b\x95\x49\x51\xdd\x77\xec\xe7\xb9\xd8\x5e\xe7\x3b\xd7\xcf\x57\xf8\x45\x9b\x0e\xa2\x3f\x3b\xec\xc7\xe3\x4e\xff\xcb\xd6\x2b\xfa\xc2\x7f\x35\x8d\x35\xe8\xbe\xd5\x4d\x2b\x0c\x1a\xfb\x9d\xae\xa6\x15\x06\xdd\x7b\x54\xb1\x52\x0c\xa6\x5a\x56\x23\xa3\x26\x02\x85\xb3\xa5\x86\xa5\x28\x54\x76\x57\x23\xa1\x26\x3a\xbb\x79\xaf\xd6\x3c\x7d\xfb\xde\x73\x4e\xa6\xdd\x6c\xed\x7b\x6c\x93\x63\xfe\xd4\x19\x46\xba\xa7\x91\x3d\x13\xd5\x07\xff\x45\x76\x4b\x54\x7f\x63\xdf\xd5\xba\xcd\xe8\x36\x83\xf6\x77\x7f\x88\xea\x59\xb0\xac\x6f\x35\xe6\xf3\x44\xf5\xa4\x69\xa4\xb7\x44\xdf\xed\x0c\xad\x2b\x88\xf8\x0e\x79\xfe\x17\xe1\x47\xdf\xb4\xae\xed\xb3\xae\x7c\xf5\x8d\x9c\x94\xa8\x9e\xf4\xc6\xf0\xfc\x4e\xd5\xe1\x88\x2e\xf5\x2f\x45\xf5\xa4\x65\xda\x4d\xc5\x2e\x93\xfa\x9e\xd5\x86\x77\xc0\xfc\x5a\x4f\x2e\x4a\xf0\x2b\x5a\x52\xdf\xb3\x14\xc0\x14\x1d\x3d\xbf\xd5\x08\x7e\x45\x90\x00\x5e\x2d\x6d\x07\xf1\x30\x8a\x69\xab\xa5\xf7\x99\xf4\x23\x56\xb8\x11\x0e\x8b\xae\xe1\x54\x38\x53\x0c\xa6\x05\x56\xd3\xe4\x36\x4d\xee\x7c\x3f\x25\x85\x2d\x17\x2a\x96\xc5\x02\xe9\xd5\xca\xe6\x17\x15\x2d\xe1\x7f\xd9\xd4\xb2\x7f\x38\x97\xb6\x14\x74\x66\x30\x56\xd3\x96\x82\xea\xdf\x21\xdb\x35\x19\x42\x30\x49\x6d\xfa\xfe\xbc\x08\x87\x4e\xb5\x2e\x45\xa4\xef\xe7\xb4\x5f\xa7\x19\x3b\xee\x51\x5b\x06\xfa\xf2\xc5\x5e\x36\x62\x61\xd0\xcb\x43\x36\x62\x69\xd0\xfd\x70\x96\xdf\x12\xc1\x6d\x2f\x7a\x7a\xd9\x87\x04\xb7\xfd\x1f\xd4\x2e\x96\x4a\x9b\xe2\x3d\x31\x0d\x5f\xde\x0b\x61\x2d\x9b\x9d\x2d\xa5\x36\x45\xb1\xdc\x6b\x29\xb5\x29\xba\x2e\x46\xd3\xfe\x35\xed\xdf\xe4\x41\xef\x3e\x89\x9d\x51\xa7\xfc\x2f\xcf\xb5\x23\x0e\xeb\x47\xba\xfb\x22\xed\xe4\xfe\x19\x9b\x9a\xc6\x0e\x04\x9b\x6e\xad\x76\xd8\x2f\x87\xfd\xc2\x7f\x1d\x5e\xf1\xf0\x8a\x74\xcb\xe1\x1d\x51\x6e\xd4\xed\xf6\xc3\x1b\x3a\x98\x94\xd8\xfd\xa1\x0f\xe7\xe0\x13\x9d\x34\xe2\xf4\xf4\x4c\x7b\x75\xc6\x77\x25\x3a\x45\x9f\x8e\x00\xda\x1d\xf0\x76\x18\x37\x79\x7a\x93\x4c\x72\x75\x9f\xe1\xe9\x25\x89\x61\xfb\xe4\x92\x9a\x27\x50\xdd\x3b\x3a\xbd\x49\xa6\xaf\xfa\xa4\x77\x4e\x5f\xca\x93\x97\x72\xf2\x54\x4f\x7b\x9a\xe9\xab\x60\x00\x6e\x97\x6d\xa5\x68\xa8\x3b\xaa\x5d\xbe\x0e\x14\x0d\xe9\xb5\x34\xed\x1a\x68\xe1\xe7\x79\xd9\xae\x8b\x76\x2d\xda\x75\xd9\x15\x17\x5d\xb1\xb8\xa1\xcb\x76\x5d\xb4\x0b\x17\xa5\x5d\x36\xe2\x32\x26\xc4\x78\xb7\xdb\xb7\xf2\xe6\xd3\xc0\x77\x52\xe2\x53\xf4\x65\x5b\x6f\x2f\x79\x7b\x49\x0f\x79\x49\x0d\x22\x5e\x45\xd3\x20\x36\x0d\xa2\x1f\xf6\xed\x25\x1f\x6e\x72\xa7\xf9\x8f\xa7\x7f\xac\x64\xe0\xbf\xb4\x6b\xa0\xe9\xc0\x29\xdd\x29\x0a\xdd\xeb\xd5\x1e\x1b\xc1\xbc\x14\xc9\xb6\xd5\x1e\xaf\xf8\xb8\x8b\x02\xf7\xfd\x78\xdf\x8f\xb9\x72\xfe\xeb\xe7\x15\xd9\x85\x48\x9f\xae\x69\x10\xdb\xb7\x43\x2c\x57\xfc\x79\x43\x4c\x2e\x25\xb5\x83\xab\xfd\x3c\x3f\x93\x4b\x48\x25\x2f\xe5\x3c\x45\xeb\xdf\x7f\xf9\xbc\x7f\x3c\xef\xfd\x3d\xd4\x0d\x72\x3b\x85\x3f\xec\x0c\xb0\xba\x01\x2d\x78\xcf\xef\xb1\xf4\x18\x6f\x1d\x6f\x75\xd7\x4a\x82\x42\x5a\x6c\x75\xad\x24\x68\x6c\xc8\xbd\xba\x56\x12\x24\x15\x73\xab\x6b\x25\x41\x21\x4f\xbb\xba\x41\x2e\xe8\xba\x79\xaa\x85\x8a\x42\xd0\x77\x75\xe3\x5e\xd0\xbf\xe6\x1b\xf6\x82\x62\x3f\x89\xd5\x0d\x71\xc1\x60\xa2\x70\x75\x8d\x30\x28\xea\x7e\x56\x37\x9c\x05\x81\xbc\xdc\xea\x9a\xe5\xae\x59\x2e\x0f\x9d\x1e\x3a\x19\x43\xe9\x09\x23\x5c\xd0\xc7\x77\x45\xdb\x85\xde\x3e\x5a\x3c\xab\x33\xa7\x25\x7a\x78\x2e\xe3\xe0\xde\xbf\x61\x95\x9b\xd4\x78\x83\x32\x2b\xa0\x8a\xa9\xe8\x06\x40\xaa\x98\x8a\x0a\xef\xa8\xdb\x0a\x6a\x7c\x46\xf7\x87\xb6\x82\x22\x1e\x92\x4f\x4b\xc5\x52\xf1\x5e\x92\xc7\xa6\x89\x07\xc5\xa6\xff\xab\xb3\xed\x87\x68\xff\x3d\xa4\xf0\x81\xa3\x6c\x4a\x55\xca\x52\xd9\x54\x44\x30\xfe\xf5\xb0\x17\x5f\xb4\xfd\x3b\x99\xbd\x48\x12\x9c\x02\xcf\xd5\x75\x21\x40\x67\x5b\x97\x85\x56\xe9\x87\x0a\xf2\x04\xca\x93\x8a\x96\x94\x73\x2e\xf5\x49\x45\x30\xe5\xbe\x14\x23\x15\xef\xbf\xd1\x8c\x61\x6f\x0f\xc7\x0b\x3c\x5c\x35\x45\x45\x05\xb9\x03\x35\x45\x45\x05\x99\x88\x6e\xa0\x0d\x2a\x9a\x3f\xf4\xc5\x63\x46\x29\x88\xf6\xd5\x0f\x15\x15\xf8\x53\x8a\x85\x8a\xd2\xdf\xec\x65\x37\x52\x5a\x4c\xf5\xda\xea\xe5\x3d\x95\x93\x04\xdc\xb9\x71\x36\x28\x5d\xac\x5e\x36\xa2\x78\xbe\x7e\x36\xba\x0b\xa0\x53\x27\xb4\xba\xd1\x38\x08\xa6\x94\x57\xd7\x5d\x00\x15\xbe\x2b\x46\xde\x6a\x91\xe6\x68\x7f\x5b\xe5\x6e\x78\x0d\xda\xf7\x69\x1b\x3f\x77\xf2\xe1\x81\xcf\xa7\x7a\xa9\x78\x9d\x39\x1a\x69\xb4\x0c\x2a\x08\xc4\xba\xb1\x2b\x68\xa6\x84\x94\x1c\x15\x15\xbe\xaa\xcb\x1f\x2e\x23\x49\xbc\x34\x55\x48\x45\x05\xee\x4a\xdf\xbd\xe6\x8e\x53\x33\x3c\xe4\xc9\x76\xc4\x5b\x08\x71\xfb\x6e\xbf\x50\xec\x12\xbe\x5d\xc6\x9b\xdd\x7d\x62\x7d\x38\xc6\x9b\xa0\x35\xdf\x10\x03\x49\x50\xe1\xc7\x6d\x1c\x09\x8a\xcd\xc8\x96\x5a\xa5\x22\xf4\xe5\xfa\x61\xf3\x8f\xaf\xf9\xdc\x92\xb1\x25\xe8\x3a\x60\xca\x97\x8a\x16\xb8\x56\x5d\x1b\x0f\x82\xba\xa8\xd5\x4f\xfb\x1a\x29\xba\xdc\xbc\x4b\x0d\x3a\x68\xcb\xee\x39\xed\x8b\x93\x0d\xf0\x70\xf3\xfb\x69\xfb\x4f\xdb\xef\x21\x1b\x4b\x9e\x9a\x75\x75\x4b\x91\x53\xf1\x9e\x9f\x63\x97\xfd\x73\x99\x65\xe1\xfc\x9a\x6f\xf0\xfe\x1b\xdd\xa8\xc9\x05\xed\x1b\xe1\x6f\x9f\x12\xd5\xbc\x81\x43\xd2\xb5\xc2\x60\xe8\x38\xf7\xdb\x2f\x81\xed\xde\xd9\x15\x6a\x29\x46\x2a\x22\xfd\x1c\x35\xcc\xa0\xc2\x1b\x37\x2c\x05\x2d\xca\x1f\xfa\x48\x28\x35\x31\xd0\xee\x86\xa5\xa0\xc2\x11\x40\xf3\x0d\xea\x7b\x4a\x46\xaa\xa0\x74\x48\xba\x16\x1d\x14\xb3\x41\xab\x6b\xd1\x41\xff\x46\xcd\xc7\xae\x78\x14\x33\xe4\xe9\x6a\xe4\x41\xdf\x7d\xf9\x1f\x9b\xfa\xa0\xac\x69\x23\x8c\x67\x41\xd3\x49\xee\x5a\x74\x50\x81\x11\xee\x5a\x74\x50\x48\x76\x2f\xb5\x4e\x45\x85\x23\x9f\x06\x1d\x54\x68\x83\x7f\x5e\x11\x1b\x1f\x8e\xd2\x1a\x74\xf0\x3e\xb5\xb7\xf3\x43\x8b\x0e\x16\x42\x10\x2b\x8c\x84\x41\xb0\x0d\xef\x0a\x8d\x3c\x28\x36\x50\x58\x8a\xa4\x8a\xc6\x9e\xd5\x2b\x34\xfb\x9f\x6e\x2a\x6f\x40\x18\x2f\x83\x32\x59\x11\xda\x78\x50\x31\x3c\xfd\xe3\x21\x44\x46\xb9\x49\xc5\x55\x45\x85\x4d\xd5\x08\x47\x63\x9c\xc1\xc8\xa8\xa4\x2a\x1a\xb3\xda\x2b\x0c\x7a\x41\xb1\x0c\x70\x29\x88\x2a\x9a\x69\x6c\x95\x4e\x45\x51\x04\xba\x94\x35\x15\xc5\xee\x30\x4b\x59\x53\x51\x41\x18\x1c\x1a\x49\x50\x41\x4c\xad\xd0\xa9\xa8\xe0\x5b\x08\xed\x21\xa8\xe0\x2b\x52\xfb\x54\x74\x6a\x28\x57\x68\xfc\x40\xd7\x1e\x86\xc6\x0f\x14\x6a\xb4\x2b\x34\x7e\xa1\xf1\x23\xba\x55\x0e\x55\xbc\x0f\x92\x56\x0c\x2f\xc9\xa4\x30\x3b\xd9\xac\x18\x9e\x8c\xbd\xac\xd8\xba\x79\x85\xe1\x33\x68\xcb\x0e\xd3\x1c\x82\x66\xf4\x1c\x86\xc5\xa0\x82\xb8\x3b\x0c\x8b\xc3\x1d\x0f\x37\xfb\xc2\x84\x35\xe8\x06\xfb\x61\x10\x0c\xde\x7f\xf3\x98\xb7\xf9\xa2\xb3\xa9\xf4\x0a\xed\x21\x58\x6c\xbc\xb5\xc2\x8c\x2f\x28\xfd\x05\x25\x52\x45\x05\xe1\xb3\x12\xa9\xa2\xb1\xe2\x72\x29\x7e\x2a\x9a\x03\xb3\xe2\xa7\xa2\xfe\xfb\x2f\xef\xf2\xc5\x2a\xfb\xc2\x2c\x2c\x28\x5d\xea\x30\x0b\xab\xf4\x69\x6e\xf6\xbf\x69\x58\x50\x8e\x32\x4a\x9f\x8a\x0a\x42\xb4\x30\x0c\x05\xf5\x7d\x0e\x9a\x32\xf0\x9e\x8c\x1b\xd7\x96\x81\x72\x94\x0f\x4d\x19\x78\xff\x8d\xb3\x19\xae\x82\x8a\xf8\xbb\xfa\x6b\xa9\xa9\x2a\x8a\xbd\x5d\x56\x98\xcd\x05\xef\x89\x79\xd8\x46\xb8\xa0\xf4\x34\x95\x5e\x15\x2d\xfd\xd2\x34\x92\xa1\x91\x24\x8b\x10\x46\xb8\xa0\x82\x00\x3a\x4c\xdd\x82\x62\x07\xa7\xa5\x3c\xab\xa8\x20\x50\x55\x9d\x75\x7d\xea\xac\x9b\x9f\x9a\x79\x5a\x50\x68\x9b\x2e\x15\x5b\x45\x04\x51\x69\x68\x11\x41\xb0\x05\xcc\x52\x9d\x55\x14\xab\x86\x96\x6a\xaa\xa2\x82\x88\x2a\x8c\x4a\x51\x53\x7d\x2f\xc9\x23\xbb\x3c\xd9\xc5\xa7\x4c\xdc\x18\xda\x35\xd0\xd1\x90\x59\x71\xf9\xac\x5f\xac\xf2\x55\xbd\x6c\x2b\xb5\x97\x85\xad\x08\x33\xb0\xa0\x4d\xbf\x3e\x33\xb0\xa0\x82\x70\x39\xb4\x74\xa0\x7d\x2f\xb4\x49\x59\xd0\x87\x6d\x35\x04\x05\x45\xb9\xd9\x0a\x6d\x18\xe8\x94\x75\xad\xd0\x60\x81\x68\x0e\x31\x8f\x0f\x84\x10\x34\x96\x87\xec\xea\x17\x51\x8e\x3a\x46\x92\x2a\xa2\xe6\xe6\x4b\xae\x2d\x02\xf5\x75\xb5\xe9\x56\xd0\xbe\x7e\xfd\x79\x7e\x66\x55\xd9\xd4\x64\xa9\x92\x2a\x82\x1d\x4e\x57\xfc\x7c\x07\x28\x70\x0c\x82\x76\x85\x53\x45\x05\x29\x87\xf8\x79\xdf\x2f\x56\x69\x51\x7e\xf6\x34\x0b\x4f\x8d\x8d\x43\x8b\x15\x5a\xac\xdd\x43\x3e\xdc\x1f\x0f\x97\x64\x82\xb2\xa9\xa2\x90\x6a\x5e\xea\xa2\x8a\x70\x66\x4b\xc1\x53\x51\xba\x36\xaa\x9b\x8a\xc9\x5e\xef\x6b\x38\x81\x0a\x8a\xfd\x53\xd7\x30\xb6\x04\x81\xfe\xe6\x1a\xc6\x96\xc3\xd8\x92\xf8\x7f\x68\xb0\x40\xa3\x34\x60\x0d\x56\xba\x8a\x96\xac\xcc\x59\xc3\x39\xd5\xf1\xcd\xa9\xf2\xa2\x8f\x66\xfb\x9b\xe3\x1c\xcd\xa0\x7e\x51\x14\x4b\xda\x96\x72\xaa\xa2\xa8\x2f\x5c\x0a\xa0\x8a\xf0\xa3\x51\x00\x55\x54\xec\x9e\xcb\xf6\xbf\xa8\x41\xa8\x34\xb4\x62\x8a\x9d\x26\x26\x5e\xc9\x52\x51\x83\xa8\x65\x68\x8c\x86\x91\x18\x39\x81\xe1\x84\x27\xa8\xd8\x3d\x97\x7d\x11\xec\x61\x8d\x17\x39\x8c\xc4\x40\x0d\xfb\x75\x78\x2e\xd6\x40\xb0\x49\xf9\x1a\xda\x22\x10\xec\x1f\xb9\x86\xb6\x68\x7c\xa9\x5c\x86\x99\x61\x8e\x16\x04\x4b\x5f\x97\xa2\xa3\xa2\xef\xb6\x22\x7d\x6e\xf9\x89\xd2\xbe\x87\x9c\xb6\x04\x81\x34\xef\x52\x14\x54\x14\xab\x7c\x96\xa2\xa0\x22\x9a\x37\x69\xd0\xa5\x02\x28\x85\xce\x4b\x01\x50\x51\x63\xf3\x5c\x5e\x91\xa0\xcb\x38\x7e\x94\xbd\x53\x56\xd2\xd3\xd4\xb2\x77\xca\xb1\xc8\x1f\x7a\x43\x64\x72\xc7\xf7\x5f\xbe\x29\x2f\x6a\x10\x58\x2a\x09\x2a\xc2\xa8\x6a\x68\xfc\x40\x43\xfc\x6e\xa9\x08\x2a\x9a\xca\x70\x6b\x68\x10\x41\xb1\x13\xc5\x1a\x06\x5f\xa0\x06\xce\xf3\x30\xbb\x0b\x22\xed\x69\x73\xb4\xa0\x86\xcf\xc8\x8c\x2b\xa8\xe1\x8b\x62\x84\x06\xfa\xb0\xc3\x76\xdf\x56\xb4\x3d\xbe\xf7\x70\xf7\x87\x3b\x82\x4d\x18\x9f\x61\x34\x06\x02\xcd\x81\xa5\x42\xa8\x88\xf4\x79\x68\x68\x40\x0d\xc2\xdb\xe1\x1c\x21\x28\x6a\xd1\x97\x92\x9e\xe2\xbd\x6f\xce\x6f\xa0\x05\x6a\xf8\x3e\x19\x54\x81\xf7\xdf\xf8\xa9\xd3\x73\xa0\x7d\xed\x37\x4d\x0a\x56\xf9\x74\x8d\xa0\x40\x4f\xdf\x6a\x23\x28\x50\xac\x10\x59\xc3\x08\x0a\xd4\x68\xfb\xdf\x46\x79\x9c\xde\xf1\xe9\x2b\x62\x83\x6c\xe4\xe9\x1d\x73\xc8\x8c\xe9\xf8\xcc\x15\x4e\xc1\xd0\x5c\x81\x42\x90\x6f\x0d\xb3\xa8\xe0\xfd\x37\x3e\x34\x67\x0c\x41\x67\x89\xd7\x1a\x86\x66\xa0\xa8\xed\x5d\xc3\x34\x2a\x88\xdd\x77\x50\xab\x06\x6a\xf8\x78\x2e\x6f\xef\xe2\xa3\x62\xc0\x1f\x26\x5b\x41\x0d\x07\xd6\xdb\xc6\xbe\x28\xf4\xb4\xd7\x30\xf0\x03\x81\xb2\xd1\x1a\x1a\x3a\x50\x26\x9c\x86\xf1\x1b\x28\x54\xbd\x97\x3a\xa7\xa2\xd8\x44\x7b\x29\x73\x2a\x96\x3e\xc5\x78\x3c\xf4\x38\x22\x73\xc5\xc7\x8f\xea\x71\x51\x3b\x5f\x90\xe6\x6a\xfc\xfe\x9f\xb1\x77\x47\xba\x65\xd7\xcd\x6c\xfd\xdb\x8a\xdd\x83\x3b\x49\x26\x01\xc2\x29\xa7\xec\xaa\x3e\xe4\x33\x42\x86\xa4\x13\xa7\xa4\xfe\x57\xe4\x18\x29\xa3\xe4\xac\x6d\xac\x18\x2b\x18\xf3\xcf\x64\xbe\x08\x02\x04\xf1\x7d\x37\x91\x5e\x68\x89\x40\x6c\x3e\x56\xc3\x9c\x20\x90\x05\x59\x9b\x36\x06\xbc\x7f\xe9\xd1\x7c\x4a\x0f\x4f\x89\x28\xc1\x34\xe5\x07\x74\x63\xc5\x53\xe7\x66\xea\xdc\x10\x6f\x52\x3b\x54\xb4\xc9\xe6\xb8\xa5\xee\xa7\x18\xa8\x1a\x2f\x75\x3f\xc5\xa0\xe0\xe6\x9a\x26\xd6\x80\x40\x8b\x70\x29\x05\x2a\x62\xc3\x7d\x9e\xfa\x40\x48\x81\x06\x95\xb5\x97\x52\xa0\xa2\xb9\x12\xab\xc8\xa7\x88\x8d\x39\xcb\x34\x9e\x08\x82\x6c\xc7\xa5\xc6\xa7\x48\xd4\x41\x97\x82\x9e\x62\x38\x71\x52\xaa\x53\xc4\x86\x17\x3c\x29\x67\x28\x9a\xf6\x76\xea\x03\xcd\x2f\x28\xc8\x53\x9a\x1a\x99\x69\x50\xf0\xfb\x99\x7f\x89\xf9\x70\x7e\x35\x5d\x0a\x04\x49\xe5\xee\x35\xf5\x78\x40\x50\x5f\x7a\x4d\x57\x07\x41\x6c\x5e\xa4\x4e\x10\x18\x1b\x01\xd2\xa9\xdd\x01\xb1\xf1\x5e\x28\xb9\x29\xfa\xe6\x33\xd2\xee\x80\x6e\xf4\x5b\xc9\x4d\x11\x1b\x6e\xaa\x62\x9a\xa2\xa5\xbd\x77\x1d\x10\x2c\x72\xe0\xd6\xd4\xdf\x01\xb1\x11\x6f\x98\xda\x2b\x30\x10\x1f\x5d\x53\x0f\x08\xc4\x36\x3c\x96\xfd\x7a\xb1\xe2\x67\x93\xfd\x32\xba\x88\xfb\x3c\x4d\xe3\x01\xef\x6d\xa5\x63\xda\x30\x10\xdf\x75\x1b\x25\x04\x1b\xdb\xf8\x96\x6a\x97\x62\xb8\x9a\xaa\xda\xa5\x18\xd3\x87\xab\x59\x03\x2b\x30\x45\x2a\x5b\x8a\xd8\xf0\xf3\x94\x99\x14\xc1\x5e\xa3\x35\x0d\xe6\x81\xd8\x3c\x96\x6b\x83\x20\x36\xfc\xfa\xa9\x41\x01\x43\x07\x6e\xea\x4d\x81\xa0\xe8\xfb\x9a\x2e\xea\x81\xd8\x98\xb6\x2a\x1f\x29\x62\xc3\x27\x51\x18\x52\xbc\xb7\x82\xfb\xaa\x29\x02\x61\xa6\x88\xc2\x90\x22\x36\x66\xca\x8a\x40\x8a\xd8\x70\x49\x67\xd9\x8b\xc2\x8d\xc4\xd2\x4d\x0d\x16\x18\x66\xce\x4d\x13\x5d\x40\x50\xbb\x7d\x4d\x6d\x18\x08\xca\xbe\xae\xe9\xaa\x1e\x88\x6d\xb3\xc9\xcf\x68\xa7\xf0\x33\x03\xcf\xd4\x86\x81\xd8\xf0\x19\xa6\x9e\x11\xe8\xa4\x54\xaf\xa9\x63\x04\xfa\xf4\x2b\xd2\x31\x52\x63\x92\x1d\x62\x6b\x1a\x77\x04\x63\xf9\x31\x68\x0e\xc1\x7b\x77\xb8\x89\x06\x1e\xc1\x58\x5f\xc7\xbc\x89\xc4\x1d\x1d\x11\xa7\x6b\x8b\x60\x51\xff\x7e\x4d\x83\x8c\xf3\x0b\x32\xe2\xdf\x2a\x32\x29\x62\x63\x06\x31\x5d\x35\x04\xb1\x31\xe1\x9d\x9a\x2d\xb0\xb1\xc7\x71\x4d\x8d\x0f\x88\x0d\x07\x44\x15\x48\x31\xa8\xcd\xb6\xa6\xfe\xd3\xfc\xf2\x57\xd3\x36\x3b\x7b\x32\x8a\xf9\x44\xb4\x3e\x53\xeb\xe3\xb7\x75\xf9\x05\x92\xbf\xba\xc5\xdf\xc8\xf7\x9a\xda\x18\x10\x1b\x76\x74\x9a\xcd\x02\x62\xf3\x51\x98\xa7\x02\x06\xa9\xb2\x6b\x1a\xfd\x03\x41\xc5\x95\xa5\xbe\xa3\x18\xce\x56\xa6\x2e\x17\x08\x6a\x76\x2e\x85\x1b\x45\xdb\x4c\x74\x9c\x3a\x40\xa0\x7f\x23\xb9\x81\x3d\x10\x14\x7d\x5b\x6a\x39\x8a\xd8\x7c\xe9\x75\x93\x40\x5f\x0e\xdb\x06\xf6\x40\x6c\x7c\x67\x61\x10\x0f\xc4\xc6\xb4\x36\x34\x57\x20\x48\xed\x7e\x07\x31\x9b\x2c\xb9\x31\x68\xda\x6d\xf2\xa9\x16\x4d\x87\x4d\x7c\x07\xbc\x95\xe1\xb2\x19\x78\x9f\x57\xd2\x36\x6c\x63\x60\xc2\xf4\x85\x51\x3c\x30\x0d\x3a\x87\x16\x0c\x4c\x57\x47\x42\x0b\x06\x62\xe3\xdd\x0d\xfd\x1f\x10\x1b\xaf\x43\xe8\xff\x80\xf7\x94\x1c\x4c\x4b\x04\x06\x25\xf7\x56\x18\xc6\x03\x13\x15\xae\xa5\x68\xa3\x88\xcd\xbe\x9a\xa4\x09\x62\xf3\x58\x9b\xc7\xda\x78\x07\x70\xe1\x15\x4b\x14\x8d\x2a\x9b\x2b\x0c\x8d\x81\xa6\x8f\xad\x7c\xa2\x78\x3b\xc6\x5f\x9a\x1f\x02\x42\x0f\x25\x34\x15\x60\x33\x03\x28\x1c\xf1\x41\x8b\xef\x0f\xbd\xd7\xb8\x36\xc3\x50\xae\x32\x8b\x62\x94\x37\x56\xc3\x00\x5a\xfa\x48\x5c\x76\x02\x61\x5a\x42\x68\x2a\x40\x9b\xec\x99\x5e\x2a\x2f\x8a\xd0\x89\x0f\xad\x00\xe8\xec\xc5\x5b\x2a\x2f\x8a\xf7\x2f\x39\x81\x7e\x8b\x32\x8b\xf3\xe7\x19\x74\x5c\x40\x98\x31\x18\xba\x1f\x60\xf4\xef\x57\x5e\x67\xea\xe9\x79\x52\xc3\x76\xa0\xb1\xbd\x66\x29\x83\x28\x9a\xa5\x23\x57\x68\x09\x40\x33\xb0\xa2\x04\xe1\x0a\x76\x2d\x50\x8f\x65\x85\xa1\xb6\xf8\x42\x6d\xf6\x43\x4b\x10\xdf\xb6\x05\xac\xa2\x22\x84\x22\xb6\xaf\xc9\xc7\xa2\xbe\x08\xf3\xba\x30\x70\x16\x5f\xe0\x8c\xe8\x41\x98\xce\x01\x62\xfb\x9a\x7c\xc6\xbb\x5a\x34\x5c\xc1\xee\xcd\xfd\x3c\x15\x8f\xe6\x30\x1f\x04\xbb\xb6\xaf\xc9\x2b\x60\x2d\x69\x63\x4c\x0f\x47\x66\x10\x86\x86\x54\x21\x14\xb1\x31\x02\xc5\xe1\xf7\xc4\x96\x04\x73\x36\x43\x17\x00\x84\x1e\x8e\x2a\x81\x22\x9c\xf3\x84\x81\x2d\xd0\x5d\x41\x0d\x07\xe6\x70\x60\xc6\x59\x0d\x5d\x00\xd0\xa9\xed\xb7\x14\x09\x14\x6d\xf9\x3a\x3a\x56\x87\x92\x20\x98\x9f\x70\x09\x07\x84\x91\xff\x70\xbe\x1f\x16\x5f\x61\x9a\xa2\x48\xa0\x88\x89\x1f\xa2\xe4\x9f\x08\x63\x13\x4a\xfe\x89\x70\xb9\x49\x31\xbf\xf5\x89\xf9\x31\xe4\x85\x03\x2f\x08\xea\xf4\x2c\x65\xfa\x44\x20\x48\xb0\xc2\xac\x09\x30\xa6\x2f\x94\xbe\x83\xc2\x7d\xce\xc5\xc2\xe8\x17\x88\x89\x9b\xa6\x4a\x9f\xe8\xe5\x28\xe2\xe8\x0c\x62\x36\x7f\xe5\xcb\xf9\x6d\x20\xf0\x55\x74\x78\x06\x31\xb1\xa7\xa1\x87\x11\x9f\x87\x41\x34\x47\x31\x3f\xd1\x0c\xdf\xa5\x1e\x06\x08\x0a\xcf\xaf\x74\x14\x07\x23\x18\xd8\xd3\xf8\x17\x08\x97\xc6\xd2\x81\x1d\xc4\xfc\x79\xac\x65\xd3\xa2\x69\xd1\x54\x36\xd9\xff\x41\xd3\x6e\xd3\x4e\x53\xd0\x74\xd8\xe4\x82\x39\xaf\x58\x1a\x00\x03\xe1\x5d\x4c\x7d\x1a\x10\x13\xff\x31\x35\x09\x20\x26\x0f\x29\xb5\x08\xe0\x3d\xd8\x9f\xb7\x4a\xad\x34\xad\x02\x74\x6a\xf1\xac\x6c\x76\xbc\x39\xf0\xf3\x8a\xa7\x26\x03\xc4\xec\x36\x9d\x36\x91\xa9\xf5\xfd\xe5\x6d\x93\xb3\x0a\xbe\x04\xe5\x04\x45\x4c\x1c\xd8\x74\x7d\x08\xbc\x3f\x9b\xb4\x79\x52\x72\x2d\x26\x0e\xb8\x12\x83\x22\x26\x1e\xac\x6a\x82\x22\x26\xeb\x81\xe9\xc6\x01\x10\x93\x51\x21\x75\x71\xc0\x7b\x7c\xba\xa6\x01\x02\x31\x71\x2f\x52\x57\x05\x74\x73\xc1\x52\xbf\x04\x6c\x06\x7c\xd2\xcc\x46\x10\x14\x0e\x5f\xa9\x99\x02\x61\xf8\x22\x75\x55\x40\x4c\xbc\xc9\xd4\xfe\x80\x6e\x72\x5b\xea\xaa\x80\x98\xb8\xfc\xa9\x5f\x02\x62\xe2\x73\x2a\x43\x28\x62\x32\xc7\x49\x37\x0e\x80\x98\xf8\xf7\x4a\x0e\x8a\x98\xc3\x5f\xf9\x5e\x12\x5a\x73\xfa\xaf\xbe\xa0\x88\x89\x45\x55\x5f\x50\xc4\x64\x84\x49\x83\x66\x20\x26\xfe\x6b\x6a\x68\xf2\xdb\x37\x40\xac\x33\x4d\x76\x04\x31\x99\x42\xa5\x21\x32\x30\xcc\xf6\x4e\xf3\x1f\x41\xa0\xb8\xbf\x54\x17\x14\x83\x9d\x51\x2b\x0d\x87\x81\x70\x13\x40\xea\x97\x80\xf7\x94\xfe\xcc\x4f\x81\x7a\x67\xae\x55\xa7\x8e\x03\x78\x7f\x46\x37\x8c\x6b\x81\x60\xcf\xf2\x4a\x57\x4b\x40\xa0\x51\xba\x52\x33\x00\xc2\x7c\x0f\x65\x03\x57\x3a\x8f\xa7\xde\xc4\x4a\x4d\x03\x08\xea\x74\x2e\x45\x02\x45\x50\xcc\x7a\xa5\x4b\x23\xe0\xfd\x4b\x6e\x9a\x33\x74\x30\xca\x77\xd1\x20\x16\x88\x39\xfd\x95\xd7\xc4\x0a\x8a\x49\xb0\x69\x48\x0a\xc4\xf7\xae\x68\x67\x40\xb8\x4c\x94\xda\x19\x10\x13\xc7\x4a\x2d\x41\x11\x13\xab\x9e\x1a\x15\x10\x54\x55\x5c\xe9\x34\x1e\x84\xa9\x1a\x69\xaa\x00\x08\x23\x94\x69\x10\x09\xbc\x57\x44\xc7\x5c\xf5\x00\x61\xf2\x54\xba\x9c\x91\xee\x1c\xa3\x96\xc4\x4a\x4d\x01\x48\xb3\xc0\x15\x00\x14\xef\xcf\x6c\xf3\xce\x3a\xf0\x33\x55\x4f\x17\x34\x40\x4c\xfc\xd3\x7c\xbc\xb3\xcf\xb4\x2c\x24\xd7\xe9\x8a\x46\x3e\x5e\x27\x0f\x40\xfb\x90\xcf\xa7\x0c\x49\x93\x5d\xa3\xc0\x56\xf8\x61\x3a\xee\x83\x98\xbc\x7a\xcb\x25\x78\xf0\xf6\x2c\x68\x1b\xb6\x0d\xdb\x92\xb6\x69\x1b\x23\xd7\xb0\x29\x6c\xfa\x6e\x91\x87\x4b\xdb\x58\xc3\x62\xb4\x5e\x0e\xea\xeb\xf7\xdd\xa2\xa2\xed\xb2\x8d\xa7\x3e\x3d\xda\x6d\x13\x7d\xc3\xe1\x5a\xae\x6a\x80\x30\xac\xbe\x1c\xfa\x97\x43\x3f\x63\x92\x42\x84\xa2\x4d\xaa\x4a\x2c\x95\x08\x45\xa0\xf7\xba\x96\xde\x00\x88\x49\x18\x77\x39\x68\x83\xf7\x2f\x39\xa7\xd1\x2b\x90\x28\xd8\x2e\x05\x0b\x45\x20\x7d\xb2\x54\x24\x14\x81\xba\xd1\x5a\x06\xb4\x40\x6c\xe5\xaf\xbc\x19\x14\xe6\xd4\xa1\x5e\x2e\x87\x80\xa0\xe4\xd4\x5a\xae\xcd\x83\x30\x77\x73\xb9\x10\x0f\xc2\x0c\x9d\xe5\xc8\xbe\x1c\xd9\x19\xce\x96\x91\x2a\xd0\x96\x4f\x73\xb3\x5f\x1b\xfd\xc2\xcb\x5a\x9b\xb7\x67\xe3\xd3\xc1\x89\x5b\x2e\x9a\x80\xee\x0a\xeb\x72\x60\x07\xdd\x3c\xed\xa5\x4b\x02\xa6\x51\xda\xa5\xb3\x01\x02\x81\xc2\xb5\x1c\xeb\x41\x77\xdd\x6c\xb9\x6f\x0c\xbc\xb7\xd5\xbf\xf4\x56\x4c\x6a\x37\x30\xf4\x2e\x07\xfb\xe5\x60\x9f\x7f\x2e\x99\xbd\x96\xee\x09\x68\x26\x3a\xab\x7b\xb8\x3e\xdd\xc3\xef\xf4\xbe\x48\xd4\x54\x40\x71\x70\x2d\x8d\x08\x78\x7b\xc4\x4d\x70\xcd\x06\x74\x07\xeb\xe5\x9a\x0d\x08\xa4\xc7\xd6\xd2\xb0\x80\xc6\x9e\xdb\xa5\xae\xa2\x78\x0f\xc6\x4d\xd6\xb2\xac\x4f\x8e\xca\x83\xd9\xd9\xf0\x81\xf1\x97\x66\xd1\x83\x6e\xd8\x4d\x11\x45\x11\x14\xcd\x5f\xcb\xb5\x17\x10\x13\x77\x65\x19\x03\x03\xbd\xec\x85\xee\x0a\x08\xa4\x9b\xd6\x32\x2c\x06\x62\xe2\x35\x2d\x6d\x0d\x68\xc9\x88\xa8\xd4\xa2\x88\xb9\x6c\xb2\x13\x9a\x1f\xa6\x83\x4b\xf3\x03\x9a\xeb\x4b\x4b\xcf\x07\xf4\xe5\xdd\xd1\x20\x81\x70\xa3\xdf\x32\xa1\x00\xc4\xb4\xab\x66\x07\x80\xbe\x1c\x3a\x0c\x81\x81\xa0\xbe\xe7\x5a\xfa\x3d\x4b\xbf\x87\x12\x26\x6b\x69\xdd\x40\x50\xce\x6c\x29\xac\x28\x02\xb5\xab\xb5\x34\x6e\x4b\xe3\x56\x36\xf9\x8c\x08\x8b\x51\x42\x6a\x29\xa2\x28\xde\xe3\x73\xab\xb5\x81\x60\x18\x1e\x5a\xc6\xad\x40\x50\x2b\x6f\x2d\x5d\x21\x10\xd3\x77\xcc\xec\x00\x10\xd3\x8f\xdd\x95\x1d\xd0\x28\x40\xb6\x54\x64\x14\x81\x10\xc4\x5a\x46\xb7\x40\x6b\x0e\x7c\x5a\xc0\x65\xd6\x1b\xe5\x6e\xd6\x72\xa1\x06\x04\x95\x48\x96\x92\x8c\xa2\x37\xdf\x57\x17\x65\xc0\xe6\x36\x93\xe5\xc6\xae\xa5\xa1\x64\xd6\xa0\x70\xa3\xe8\x2e\x3d\x2b\xdc\x28\x5e\x5f\xd7\x36\xef\xcf\xf9\xdd\x1f\x6e\x86\x41\x30\x30\x28\xb5\xbd\x96\xa6\x12\xb4\x49\x61\x96\xa5\xd8\xa2\x08\xd3\xb8\x96\x81\x31\x30\x96\x43\x9f\xc9\x06\x8b\x35\x18\xd3\x6e\x96\x3e\x19\x78\x0f\x66\x9b\x23\x11\xf2\x16\x31\x3c\xa7\x77\x88\x00\x99\x81\xfb\xa5\x9f\x06\xba\x93\xda\x65\x12\x1d\x18\xd4\xc7\x5e\x8a\x34\x8a\xf8\x3e\x38\x97\x6a\xd6\xa3\xbd\x73\xa4\xd3\xec\x82\x30\x10\xbd\x4c\x86\x03\x5d\xff\x54\x91\x46\x11\x06\xe0\x97\xc6\x19\xac\xf0\x95\xd5\x77\x03\xa3\xbc\x22\x6d\x33\x08\x13\x10\x96\x2b\x41\x20\x5c\x06\x54\xc8\x51\xf4\xf0\xcd\xd0\x5c\x83\xae\x05\x2f\x7d\x32\x10\x2e\x6e\x97\x09\x08\x20\x02\xf3\x57\x5a\xe6\xfa\x2c\x33\x53\x64\x25\x20\xc5\xd0\x18\x95\x1e\x18\x88\x60\x9c\x2e\x97\x90\x40\x18\x90\x2d\xf3\xd6\x41\x33\xb4\xa3\x2a\xa4\x18\x81\x4d\x29\xbd\x2d\x10\xa8\x55\xaf\xd2\x9b\xaa\xe6\x1b\xc5\xdc\xbd\x34\xb9\x60\x99\x02\x54\xd4\x9d\x14\x11\xdf\xaf\x6e\x9b\x6e\x0e\x46\x93\x9e\x13\x88\xe0\xeb\x2d\xcd\x2b\x78\x8f\xcf\xfd\x31\x29\x01\x8d\xc9\x08\x5e\x6c\x05\x25\xc5\xfb\xb3\xa2\xcd\x1b\x84\xcd\x0d\x5e\x82\x32\x05\x01\x44\xf0\x7d\x29\x1e\x29\x22\x78\x96\x8a\x42\x8a\x36\x29\xe2\xb3\x94\x80\x14\x41\xe1\xf7\x55\x2e\x0f\x81\x70\x1a\x54\xda\x61\x10\x54\x00\x5b\xa5\xd1\x05\x11\x3e\x25\x8d\x2e\x48\xbf\x2e\x85\x1c\x45\x1b\x5f\x93\xbd\xc0\xc4\x51\x68\x62\x29\xae\x28\x5a\x32\x1d\x56\x5c\x51\x04\x9a\x93\xab\xb4\x5d\x20\xc2\x5b\xa1\x9f\x04\xe2\x7b\xc9\x74\x8a\x40\xc4\xf8\x1b\x89\xd9\x6a\x2f\x8a\x70\x8b\x42\x19\xb0\x03\x61\xea\x52\x69\xec\x40\x77\x7d\xb5\xf4\xa2\x40\xc4\xb0\xc9\xc7\xca\x82\x4f\xe0\x3d\x96\xe1\x3a\xf0\xde\x75\xae\x4e\x6b\x07\x22\x70\xf9\x14\x72\x14\x3d\x98\x10\x29\xe4\x28\x9a\xfa\x99\x4b\x25\x47\x31\xca\x6f\xc8\x0d\x62\x20\x1c\x74\xca\x6c\x3c\x30\x9c\x70\x95\xcb\x47\xe5\x9e\x68\x9f\x97\x76\x12\x44\x60\xdb\xd4\x7b\x14\x81\x12\xd9\x52\xef\x51\x34\x64\x2e\x97\x42\x8e\xa2\x39\x02\x94\xf1\x41\x10\x81\xdf\xa6\x90\xa3\xe8\x6e\x80\x2e\x4d\x27\x18\x66\x01\x2b\xed\x28\x02\x95\xeb\x55\xa6\xda\x81\xe6\x4a\x57\x99\xdb\x00\x22\xf0\xe4\x54\x76\x14\x11\x38\x5f\x2a\x3b\x8a\x51\x5e\x90\x31\x44\x10\x81\x0f\xa5\xd8\xa3\xe8\xdf\xcd\xd1\x79\x04\x11\x9b\x67\xf4\x1a\xf1\x1d\xdd\x28\x5a\xa6\x44\x80\x30\x82\xad\xd8\xa3\x68\xba\x93\xa5\xeb\x08\x22\x18\xca\x15\x71\x14\x11\x78\x80\x2a\x36\x2e\xe4\x19\x23\xfc\x43\xad\x13\x68\xae\x90\x95\xc6\x09\xbc\xef\x0e\x7d\xd5\xb9\xab\xcf\xb9\xf3\xbe\x9a\x0f\x00\x22\xfc\x80\x34\x45\xa5\xdd\xc1\x5d\x55\x2c\x51\x34\x57\xdd\xcb\x85\x99\xb2\xec\x88\xc9\x32\xaa\x25\xae\x4f\x2d\xd1\x5b\x66\x5e\x36\x88\xf0\x89\x98\xd2\x56\x9f\x2d\xf2\x1d\xd6\xca\x94\x56\xc6\x2b\xd0\xa4\x80\x08\xdc\x20\xb5\x11\x45\x43\xc6\x71\xed\x3a\x72\xa0\x8d\xfc\x7e\xd6\x6d\xeb\xec\x49\x99\x34\x0d\x9b\x78\xc9\x30\x33\xbb\x96\x01\xbc\xdd\xf0\x2f\x97\x6d\xcc\xff\x86\x3f\xdb\x6d\xe2\x99\x2f\xcf\x79\xda\xc4\x33\x67\x34\x57\x2d\x51\x0c\xea\xb2\xac\x5d\x37\x6e\x37\x39\xad\x79\x30\x8d\x0a\x88\x60\xe6\xb5\x6b\x54\xc0\x72\x84\xdf\x35\x2a\xa0\x51\xfb\x70\xed\x7a\x76\xe0\x3d\x18\xdd\xd0\xb5\x03\xe1\x77\xaf\xf4\xa2\xe8\x66\x7c\x29\xbd\x28\x9a\xf6\x7b\x77\xcf\x14\x88\xc0\xe7\xdc\xb5\x46\xbb\xd6\x08\xdf\x48\x99\x45\xd1\xf5\xec\x76\xfd\x3f\xf0\xf6\x82\x9e\xe9\x00\x82\xb6\xbc\x24\x8d\xd6\xae\xd1\x62\xc0\xdb\x35\x50\x60\x04\x1e\x9a\x02\x8d\xa2\x07\xb3\x5c\xc5\x18\x45\x73\x77\xf6\xee\x66\x28\x30\xd6\xe6\xaf\x36\x9b\x2c\x13\xcc\xb1\x34\x6c\xbb\x86\xed\x6b\xf2\x56\x0c\x5d\x72\xba\xef\xae\x68\xd0\xf5\x09\x55\x6c\x14\x9d\xda\x7a\x4b\xc5\x46\xd1\x5d\x28\xd8\x35\x75\xbb\xa6\x0e\xbf\x5a\xf9\x44\x11\x6e\x4a\xdf\xcd\x84\x00\xe1\xd6\x11\x75\x11\x45\x9b\x14\x64\x5b\xaa\x20\x8a\x6e\x7c\x74\x37\xd1\x1b\xf4\x35\xfd\x95\xb7\x1a\x9f\x93\xfa\x87\x6b\x77\x7d\x0b\x74\x03\xfe\xbb\xf1\x45\x30\x8c\xee\xef\x7a\x8b\x20\x50\xdc\x5a\xbb\x76\x13\x74\x0b\x2d\x28\xa8\x28\x9a\x1b\x71\x77\xdd\x40\x10\xce\x6e\x14\x4c\x14\x6d\xf9\xd2\x69\x37\x41\xb7\x8e\x83\x1a\x8a\xa2\xbb\x8d\x51\x0d\x45\xb1\xb9\xf6\xb4\xbb\xba\x05\xc2\xb0\xba\xb2\x8a\x22\xcc\x32\xda\x8d\x42\x82\x9e\x58\x6a\x85\x16\x45\x7b\xed\xc3\x1f\xcd\xf2\x6e\xdc\x12\x6c\x66\x2d\xec\xda\xe0\x5d\x21\x24\x46\xc3\xdd\xe4\x77\xd0\x5d\x06\x51\x86\x51\xac\x20\x40\xbc\x9b\xd6\x0e\xc2\xdc\x54\x35\x17\xc5\xfb\x50\xe9\xb7\xbe\x24\x88\x20\x44\xa0\xc2\xa2\x88\x60\x85\x75\x37\xfb\x1d\xc4\xf7\x15\x68\x5c\x41\x2b\x3b\x66\xa6\x3b\x18\xe8\x91\xaf\xdd\xea\x22\xa0\x5b\x0c\x62\xd7\x09\x05\xc3\x8c\x9a\xdd\xd5\x37\x10\x2e\x6d\xaa\xd6\x28\xfa\x37\x54\xb9\xf8\x06\x3a\x92\x50\x4b\x1d\x46\x31\x96\xcf\x46\x4b\x0a\x22\xec\x84\x3e\x28\x68\x68\xb0\x2c\xa5\x19\x45\xff\xc6\x33\xed\xed\xae\xbd\xc5\x5f\x56\xac\x51\x44\xf8\x36\xe8\xa9\x82\x86\x04\xcb\xda\xdd\x12\xb6\x6b\x95\xfd\xf8\xb5\xca\x60\x39\xc5\xdc\xcd\xe9\x00\x81\xf8\xe8\x52\xe4\x51\xb4\xb1\xbe\xbf\xf4\x86\xed\x6e\x57\xe5\x22\x4d\xd7\x00\xc3\x49\x85\x2a\x8f\xa2\xa3\x34\xba\x76\x2d\x35\x68\xe6\xdc\xef\xa6\x61\x80\x61\xce\xc5\x6e\x92\xa1\x8a\x8e\x4e\x28\x77\x77\x71\x81\xe5\x44\x57\x8d\x47\x31\xac\xfd\xb1\xeb\xbb\x82\x08\x02\x1f\x6a\x3c\x8a\x40\x67\x7a\x29\xde\x28\xba\x19\xb9\xca\x32\x8a\xfe\x8d\xd9\xa6\xc4\x83\x66\xdc\x57\xa5\x46\x11\x81\xeb\xad\x52\xa3\xe8\x06\x2b\x94\x65\x14\xa3\xec\x84\x53\x03\xb0\x99\x42\xb7\x3b\x33\xd8\x9d\x19\x30\x7b\xdb\x75\x5c\x41\xb8\x5a\xa2\x2c\xa3\x18\x3f\x6f\xa1\xeb\x8b\x20\xdc\x2a\xac\x2c\xa3\x58\xba\x14\xca\x32\x8a\xf8\x9e\x90\xae\x2c\x88\x24\x9a\x8e\x44\xe3\x87\x08\x4d\xb9\x0b\x93\x20\x3e\xbb\xe1\xbc\x03\x0c\xdd\x62\x65\x19\x45\x84\x03\xbb\x41\x6b\x10\xa1\x25\x37\x40\x0d\xc6\x9a\x1e\xcb\xde\xdf\x0e\x96\xfc\xca\x09\x0b\x08\xe4\x53\xd7\xae\xa3\x0c\x22\x88\xf7\xec\x4e\x61\xc0\x3b\x2c\xf8\x33\x3b\x66\x12\x3e\xde\xd5\x6e\x0e\x0a\x88\xb0\xaf\xce\x74\x40\x37\x0b\x54\xa9\x46\xd1\x5c\x0b\xdd\x75\x8b\x41\xa7\x60\xfe\x3a\x9c\x0f\x81\x11\x58\x84\xc3\xf9\xd0\x61\x45\xe2\xf4\x57\xdd\x26\xcb\xe5\xfc\x68\xda\x6c\x32\xd1\x26\x69\x4a\x9b\x92\x9b\xef\xaf\x4e\x9b\x18\xfb\xbe\xc3\xdf\x36\xdd\x64\x6c\xbd\xd7\x78\x38\xa7\x01\x91\xd8\x20\x65\x19\x45\xa0\x2f\xb6\x0e\x27\x2b\x20\xf2\x67\x93\x67\x6c\x9e\x71\xd2\x54\x36\x59\x5f\x68\xd1\xb4\xdb\xb4\xf3\xab\x46\xd3\x61\xd3\x41\x0c\xd3\x33\x5e\x36\xb1\x55\xff\x3b\xd6\x63\xd3\x37\x4c\x73\x4a\xb3\xfe\x41\x98\x7e\x79\x18\xe6\x06\xe3\xbb\xad\x66\x64\x82\x48\x6e\xbe\x72\x8e\x22\x92\x98\xc1\xe1\x76\x36\x10\x49\x00\x42\x85\x47\x31\x0c\xcb\xaa\xe6\x28\x22\x99\x7e\x1d\xce\x4c\xc0\xdb\x31\xfa\x6f\xe8\x1b\x34\x0a\xcf\xae\x43\x9f\x1b\x44\x12\x93\x38\x9c\x87\x80\x48\xa2\x0d\x87\x2e\xf7\xb1\x7d\x6f\x1d\xe7\x74\x51\x13\x84\x9b\xfc\x95\x5d\x14\x81\xda\xf3\x52\x63\x51\x84\x95\x76\x94\x58\x14\xe1\x12\x8e\x4a\x89\x62\xe9\xac\x2b\x94\x28\xde\x53\xfe\x8d\x9d\x52\x0a\x29\x8a\x30\xb1\xf3\x30\x3f\x13\x74\x67\x20\x87\xa9\x39\x20\x10\x33\x5e\x87\xb3\x19\x10\xd9\xfc\x95\x97\x42\x66\x8e\x75\xaf\x0e\xa3\x00\x20\xa8\x7f\xbe\x0e\xe7\x29\xa0\xa1\x8d\xb2\x0e\x27\x25\x20\x50\xd5\x5b\x8a\x2d\x8a\xa0\xf2\xe0\x3a\x74\xe0\x41\xa4\x17\xec\x0c\xe4\xf8\x66\x20\xf4\xcb\x29\x06\x88\xef\x9b\x72\x8a\x71\xb8\xaf\x1b\x9b\xa0\xd4\xa2\x08\x0b\xbc\x1c\xba\xf9\xa0\x39\xb4\x1f\xc6\xb4\x41\x58\xc2\xe0\x70\x8a\x71\xb8\x73\xce\x3f\xd4\xa5\x07\xe1\x16\xfd\x43\xf7\x1d\x74\x77\xc4\x1c\x7a\xe1\xe0\x4b\xe9\x3b\x9c\x3b\x80\x30\x31\xf2\x70\x47\x1c\x08\x67\x59\x87\x69\x9d\xc7\xb7\xc3\x80\x7e\x19\xd3\x3e\x70\xcc\xd3\xcb\xd6\x31\x07\x91\xcc\x56\xd4\x50\x5c\x08\x26\x46\x62\x56\x15\x4c\x14\xef\x0b\xc2\x29\x9d\x3c\x1c\xf5\xcd\x84\xdf\x73\x2a\xb0\x26\xba\x41\xc3\xd3\x29\x3a\x88\x64\x2e\xa9\x74\x9a\x88\x64\xee\x73\xfa\x1d\x9c\x7e\x07\x4c\x42\x4f\xe7\xe3\x60\x50\xde\x72\x9d\x96\x26\x00\x6d\x9a\xee\x74\x3a\x47\x07\x61\x69\x99\xd3\xd4\x64\x30\x9c\xba\x29\xba\x26\x02\x39\xbb\x75\xfa\xb5\x9c\x7e\x2d\x4c\xe4\x55\x58\x13\x91\x4c\x03\x95\x4b\x13\xef\x29\x6d\x9b\xb6\x4d\x7e\xd6\x69\xf2\x94\x2f\x86\xa5\x9e\x4e\xd7\x65\x40\x37\xb7\xe6\x74\x42\x0e\x22\x19\xbf\x4e\x43\x54\xa0\xbb\x13\xfd\xf4\xad\x06\x9b\x0b\xb6\xea\xa0\x89\xa0\x54\xf7\x52\xdf\x4c\xbc\x1d\xa3\x17\x2e\xd2\x83\xb0\x9c\xcd\xe9\x04\xf8\xb4\x48\xd1\xcf\x26\x4f\x99\x3c\x11\x3e\xb7\xd3\x39\x31\x88\xe4\x1d\x56\xdf\x4c\x04\x6a\x09\xeb\x74\xb2\x0b\xc2\x1d\x7b\xea\x9b\x89\x70\x8b\xfc\xe9\x0b\x0b\xc2\xa5\x9a\xd3\x17\x16\x0c\x2d\x91\x92\x67\xeb\xf4\x85\xf5\xb6\x9a\x61\x0c\x22\x99\x41\xaa\x5c\x26\x22\x09\x22\x9c\x56\x23\x00\x6d\x63\xfc\x38\x7d\x13\xc1\xf0\x13\x39\x9d\xc6\x82\x61\x52\x80\x62\x66\xa2\x1b\xf0\x54\xcc\x4c\x74\xa7\x3a\x8a\x99\x89\xf7\xb6\xd2\x0b\x27\xad\x60\x98\xec\xa2\x74\x99\x68\xe3\x3b\xa5\xb7\x62\x37\x89\x95\xdb\xea\x3c\x16\x84\x1b\x14\x14\x38\x13\xcd\xd5\xfe\xd3\x99\xed\xe9\xcc\x76\xd9\xe4\x45\xb2\x2f\x27\xa7\xdd\xf7\x22\x59\xcf\x41\x4a\x67\x9d\x86\xa5\x40\xb7\xe6\xcd\xe9\xfc\x17\x8c\xc5\xf0\xa7\x0c\xda\x52\xf3\x0c\x41\xb8\x75\xba\xc4\x03\x9a\xcb\x09\xa7\x39\x71\x20\xcc\x61\x3d\x5d\xe2\x01\xc3\xfd\xcb\xa7\x5b\x7c\x40\x5f\xe9\x19\xbd\xa0\x83\xa5\x27\xa6\xb1\xea\xa7\x89\x41\xc1\xfe\xa5\x7c\x9a\x88\x9c\xfe\xa1\xbd\x57\xb4\xc3\xef\xc3\x84\x09\xd0\xdc\x07\x79\xba\x5a\x04\x22\x71\xd4\x55\x4f\x13\x9b\xc5\x15\x4e\x57\x8b\xc0\xb0\xe6\xca\xe9\x24\x1c\x6c\xdf\x4b\xe1\x24\x1c\x74\xcb\xf4\xa9\xb1\x26\xc2\xc8\x83\x12\x6b\xa2\x5b\xda\xf4\x74\x12\x0e\x22\x7d\x42\xa6\xef\x7d\xaa\x6b\xbe\x4d\xee\xe0\x01\xc3\x9a\x4d\xa7\xbb\x57\xc1\x30\xff\x49\x39\x35\xf1\xbe\x60\x9c\xd2\x89\x39\x08\xf7\xfe\x9c\x4e\xcc\x41\x6f\xeb\x6f\xf8\xc8\x6a\xb2\x89\xee\x0e\x16\xf5\xd7\x44\x37\x97\x4f\xb1\x35\x31\xdc\x9f\x7f\x3a\x49\x07\x6f\x8f\x6c\xf3\x1e\xbf\x68\x8b\xd9\xf0\x69\xc4\x10\x44\x12\xbf\x38\x9d\xb8\x83\x30\x59\xec\x74\xe2\x0e\x86\x09\x2e\xa7\xa9\xdc\xa7\x75\x98\x96\x87\xf7\x86\x32\x4b\xd7\x9c\x9c\xae\x67\x81\x65\x90\x5f\x95\x36\xb1\x5c\x1d\x50\x92\x4d\xbc\x7d\xf5\x67\x1e\x9f\x5c\x41\xeb\x04\x9e\x2e\x4b\x81\xfe\xfb\x0e\xe6\x29\xd9\x04\x9b\xcc\x4e\x94\x69\x13\xef\xc1\xde\x13\xa8\xc0\xb6\x90\x5b\x0b\xa4\x18\x97\xda\x6a\x22\x92\x37\xe9\x32\xaa\x08\xfa\x62\x10\x52\x6d\x4d\x44\x12\x09\x50\x6d\x4d\x34\xb3\x1f\x54\x5b\x13\x91\xe9\x19\x1f\x9b\xb0\x86\xcc\xef\x15\x60\x13\x91\x78\xdc\x97\x41\xc5\xcb\xa0\x62\xb7\x69\xd8\xc4\x03\xe1\x7d\x53\x92\x4d\x44\xe2\xe3\x5f\x4e\xd3\x2f\xa7\xe9\xb8\xea\xca\xa8\x89\xf7\xba\x39\x98\x0b\x2a\xa0\x1b\x1d\x50\x50\x4a\x74\x4b\x91\x5c\xa6\x3d\x83\x48\x3c\xdb\xcb\x58\x11\x78\x0f\xe6\xcf\x3c\x01\xd5\xe4\xdd\xea\x72\x69\xc1\x2e\x53\xa1\x1b\xc3\xd0\x65\xb4\x08\x44\xf2\x62\x5c\x4e\xcc\x40\x5f\x8c\x4c\xca\x53\x89\x48\x7c\x5b\xb5\xa8\x44\x24\x8e\xec\xe5\xc4\x0c\x0c\x83\xef\x6a\x51\x89\xa5\x4b\x7f\x39\x57\x03\xcd\x05\xd2\xcb\x45\x14\x10\xc9\x98\x73\x19\xe7\xb9\xac\x99\xd7\x18\xd3\x2e\x6d\x1f\x18\xbe\x51\x97\x86\x0e\x34\x2b\xb9\x5d\x5a\xb5\xcb\x0c\x6a\x74\x00\xd6\x65\x74\x06\xbc\x6d\x3c\x01\xa7\x58\x20\x92\xcf\x4b\x19\x28\xd1\xad\xf2\x72\xb9\xaa\x71\x59\xaf\x15\x6d\x80\x75\x69\x78\x40\x37\x28\x71\xb9\xee\x00\xfa\xf2\x3a\x5d\x77\x50\x5c\x29\xf1\x6f\x95\x4d\x12\x81\x5e\xe9\xba\x1c\x48\x41\x24\x53\xde\xcb\x05\xf5\xeb\xfc\x4e\xc9\x33\x31\x50\x01\xc2\xbd\x33\x8a\x24\x89\x48\x5c\xde\xcb\x01\xf1\x72\xef\x09\xaa\x05\x4b\xdd\x24\x11\xa8\x6a\x2c\xe5\x8f\x44\x24\x0e\x95\x5a\x47\x22\x92\xb8\xc1\xe5\xe8\x07\x22\xf1\x66\xd5\x3a\x12\x4d\x2b\x79\x19\x83\x00\x61\x91\x65\x85\x8d\x44\x37\x30\xa5\xb0\x91\x08\xeb\x77\xa8\x6b\x24\xde\xbe\x72\x7c\x97\xd8\x41\x2b\xef\xbf\x03\x17\x2a\x46\x61\xd4\x5e\x11\x23\xf1\xfe\x25\x37\xc3\xfc\x37\xb0\x59\xc5\xe7\x32\x98\x00\x86\xc5\x46\x2f\x97\xd8\x41\x4f\x56\xfe\x2e\x47\x29\x10\x96\xf4\xb8\xdc\x32\x09\xc2\x6d\x29\x0a\x0b\x2d\x45\x84\xcc\x60\x51\x44\x48\x0c\x4b\x9e\xdc\x8e\x22\x60\x50\xab\x7d\xdd\x8e\x22\x20\xdc\xc3\x71\xeb\x54\xa3\x04\x14\xa6\x50\xa8\x04\x24\x02\x99\xaf\xa5\x12\x90\x78\x2f\x92\xbf\x34\xdc\x0f\x62\xe1\x44\xdd\xae\x47\x83\x30\xc3\xec\x36\x90\x0f\x62\x35\x7f\x35\x6d\x9a\x34\xbd\xb7\xff\x36\xb9\x0b\x84\x65\xcd\x6f\x17\x95\xc1\x30\x2f\x55\x95\x1c\x11\x0b\x6f\x56\x91\x1c\x11\x8b\x97\xff\xd6\x33\x06\x61\x3d\x42\x65\x73\x44\x2c\x7c\x5e\x65\x73\x44\x9b\x2d\xfd\xcb\xd3\x36\xee\x3e\x1e\xec\xed\xfc\x1f\x84\xc3\xba\x22\x39\x22\x50\xcc\x5c\x2a\xe2\x88\x58\xfd\x6f\xac\x2a\xdf\x7a\xb3\xa0\x1b\x10\xbc\x0d\xd7\x83\x70\xa2\x76\x1b\x9b\x07\xb1\x98\x8d\xde\x8e\xca\x20\x90\x22\x5e\xb7\x03\xe9\xfd\x0d\xa4\xc4\xd8\x55\xaf\x11\x6f\x1b\xbf\xd3\x79\x05\xb1\x30\x18\xb7\x63\x24\xe8\x16\xf5\xb9\x1d\x23\x41\x2c\x5e\xd4\x5b\xf7\xe0\x76\x9b\x09\xa2\x1a\x4b\x45\x1b\x11\x0e\x31\xb7\xe3\x26\x08\xb4\x17\xd7\xed\xb8\x09\xc2\x99\xd3\xed\xb0\x09\x02\xbd\xa2\x75\x1b\x1f\x07\x81\xe8\xde\x52\xbe\x46\x84\xf5\x74\x6e\x57\x9a\x41\x58\xcc\x48\xf9\x1a\x31\x16\x6e\x97\x22\x34\x22\x5c\xdd\x53\x83\x46\xbc\xdd\xe7\x2f\x8d\x99\x83\x70\xfb\xc5\xad\xb3\xa1\x2e\x8d\x0b\x21\xb7\x83\x32\x08\x03\x0c\xb7\x3e\x03\x08\xd7\xaa\x6e\xe7\xf4\x20\xdc\x36\x78\x3b\xa7\x07\xdd\x64\xc5\xdb\x39\x3d\x88\xaf\xaf\x4e\xe0\x6f\x2b\x98\xa1\x4c\xb2\x6e\x67\xf0\xa0\x39\xbb\xbd\x9d\xc1\x83\xb0\x0e\xd9\x6d\x92\x16\x08\xb7\x20\xde\x8e\xf9\xb7\x6b\xcd\x48\x93\xac\xdb\x29\x3c\x68\xdf\x1a\xcd\xed\xa8\x0f\x62\x31\x57\xbe\x9d\x64\x83\x74\x2d\xef\x36\xb3\x0a\xc4\x62\x04\xbb\x35\x04\x20\x16\x1e\xe7\xed\x5c\x19\xc4\x62\xd2\x76\x3b\x57\x06\xdd\xc2\x83\xb7\xd6\x02\xc4\xc2\x10\xdf\x5a\x0b\xd0\x4c\xec\xb9\x9d\x51\xdf\x6e\x88\x61\xe8\xbe\x35\x16\x60\x85\xef\x85\x33\x6a\xf0\x5e\x25\x1d\x33\xd4\x0d\xda\xc2\x68\xdd\xae\x8c\xdf\xdf\xca\x38\xf3\xa5\x5b\x0b\x02\xc2\x05\xb8\x5b\x73\x01\x86\x75\x84\x6f\xa7\xb9\x60\x98\x78\x73\x6b\x2e\x6e\xcd\x05\x0e\xda\x6d\x98\x19\xc4\x62\xc6\x7e\x3b\x0f\xbd\x95\x06\xf6\x58\x66\x47\xdd\x96\x08\x45\xcd\x65\xdd\xa6\x2e\x83\x58\xb8\x50\xb7\x83\xfe\xed\xa0\x3f\xfd\x4b\x6f\x06\x3b\x5b\xbe\x57\xca\xa9\x29\x88\xc5\x94\xfc\x71\xc1\x1b\x34\x37\x0b\x3f\xe6\x32\x83\x58\x5f\x53\xd9\xc4\x76\x58\xc6\xe9\x47\x6b\x01\x62\x31\x1b\x7b\x8c\x03\x83\x50\xb9\xe2\x71\x82\x09\xc2\x55\xdf\xc7\x09\x26\x08\x37\x95\x3f\x4e\x30\xc1\x30\x4d\xe4\x71\x21\x1b\x84\xd9\xbb\x8f\x71\x60\xd0\x26\xfa\x34\xeb\x31\x10\x0c\x62\x85\x4d\x87\x4d\xdc\x1d\xa6\x37\x8f\x69\x55\x20\x16\xf3\xa7\x47\x9b\x05\x9a\x99\x5c\x8f\x36\xeb\xd1\x66\xf1\x0a\x3f\x46\x78\x41\x2c\x66\x1f\x8f\x9b\x4f\x1e\x4b\xbd\xf0\x0a\x3f\x5a\x31\xb0\xfd\x08\x44\x3c\xee\x74\x04\xdd\x5a\x52\x8f\x11\x5e\x10\x8b\xd9\x81\xca\x53\xeb\x53\x9e\x42\x84\x67\x29\x3d\x25\x86\x4f\xf2\x31\xe8\x0b\x62\x61\x38\x1f\xd7\xa3\x41\x2c\x26\x0c\x8f\x71\x60\x10\x2e\xce\x3d\x86\xc4\xc0\x58\x7c\xba\x8f\x56\xf2\xd1\x4a\x32\xce\x2b\x63\xb5\x3e\x19\xab\xef\x57\xde\x7d\x0a\x96\x99\x16\xf4\x18\x38\x03\x61\x1d\xfb\x47\x2b\xf9\x68\x25\x19\xa1\x14\xb6\x12\xb1\xd2\x63\x79\xa7\x37\xbc\x32\x2c\xee\x63\x90\x4c\xf9\x2b\xab\x57\x3f\x66\x40\x83\x70\xf3\xc6\x63\x00\x17\x84\x19\xb5\x0a\x56\x89\xae\x93\xae\x60\x95\x68\xce\xda\x1f\x03\x62\x8f\xf6\x8d\x4f\xe6\x71\xbb\x38\xe8\xa6\x66\x3f\x46\x1f\x41\xb8\x7c\xaa\x00\x92\xe8\xd6\xab\x7e\xdc\x2d\x02\xe2\xbd\x85\x7f\x34\xcb\xea\x23\x89\x40\x99\x76\x3d\x4e\xb9\x9f\x6f\xca\xed\xb9\x0c\xff\x80\xcd\x52\xcf\x6a\x26\x89\xcd\xa9\xff\x63\xc8\x06\xc4\xc2\x99\x51\x33\x69\x7d\x9a\x49\x0c\xe5\x6a\x26\x89\x50\x6e\xe1\x71\xc0\x7f\x5c\xb2\x64\xce\xf4\x38\xe0\x83\xee\xce\x0e\x95\x95\xc4\x18\xcc\x56\x1e\xb3\x72\x51\x56\x7a\xfb\xca\xf1\x8d\xd9\x80\x30\x41\xeb\xd1\x17\x00\xc3\x95\xba\xc7\x98\x0d\x18\x16\x13\x7b\x8c\xd9\x80\x6e\x71\x18\xd5\x96\x44\x47\x36\x6b\x3d\x7a\x0c\xa0\xa9\xc2\xf1\x18\x67\x01\xc3\x70\x9f\xfa\x4b\xa2\x9b\x3a\xfd\x68\x4e\x9e\xcf\xaf\xf0\xf6\x68\x4f\x40\xdb\x5c\xbf\x55\x81\x49\x34\xcd\xce\xa3\x11\x00\xcd\xb0\xa0\x02\x4c\x62\x98\xf5\xf8\xe8\x44\x80\x70\x9d\x49\xb1\x25\xf1\x9e\x93\xcb\x74\xc0\x07\xa1\xf5\x78\x74\x06\x9e\xcf\x19\xf0\x9e\x99\x0a\x05\xc2\xf0\x87\x02\x4c\xa2\x59\x90\x4b\x01\x26\x31\xbe\x17\x43\x97\x01\xc4\xc2\xcb\x52\x93\x49\x0c\xd7\x9f\x1f\xc3\x1f\x8f\xe1\x8f\xe6\x19\xbd\xd9\x6c\xa2\x59\x78\x6c\x2a\x32\x89\x6e\x1d\xa4\xc7\x88\x08\x88\x85\xab\xf4\xb8\x20\x09\xde\xee\xd3\x0b\x57\x24\xc1\xd0\xb1\x7b\x34\x58\x20\x5c\x7e\x54\xcb\x69\x21\xdc\x14\xeb\x3b\xbe\x1d\x43\xd1\x81\x68\x74\x29\xd2\x24\x3a\x4b\xf1\xa5\x48\x93\xe8\x38\x16\xa5\x48\x93\x78\x7b\x61\xdb\xb0\xed\x75\x82\xd0\x8a\x2a\x15\x99\x44\xac\xf2\xf8\x61\x13\xb2\xd5\xef\xdc\xa3\x54\x64\x12\x41\xa5\x9d\xfa\x11\x37\x11\x81\xec\x5a\xa9\xc8\x24\x82\xef\xa6\x7e\x38\x41\x62\x74\x7f\xd5\xec\x3e\x1a\x4d\x48\x97\x97\x1a\x4d\x22\xd6\xeb\xcf\xd6\xaf\xd9\x55\x2a\xc9\xfc\xbe\xa6\xcd\x26\x16\x54\x37\x2e\xa8\xd9\x7b\x2d\x5d\xd9\x64\xef\x89\xae\x90\x9e\x55\x8a\x36\x89\x3e\xbf\x63\x95\x4d\x58\xa2\xc9\x35\xb2\x08\x2a\x06\x45\x44\xeb\xd7\xbc\x46\x56\x3c\xc9\xd8\xaa\x5f\xf3\x1a\xf1\xd7\x50\xc8\xaa\x5f\xf3\x1a\x49\xe2\x62\xde\x5d\xbf\xee\x35\x22\x6e\x8f\x5b\x54\x0a\x40\x89\x28\xef\x7d\xf7\x11\x91\xea\x45\xaa\x60\xfd\xba\x97\xdd\x29\x23\xbb\xf9\x2b\x7b\xcf\x56\x1f\x72\x4a\xeb\xc7\x1a\xa8\x68\x93\xa5\xb1\xfa\x75\x3b\x86\x72\xeb\x5a\xdc\xe9\xe1\x29\x91\xb6\xa0\xc2\x63\xfd\x86\xa7\x1c\x2c\xa0\xbd\xdf\x4c\xfd\x86\xf7\x10\x77\x10\xd7\xb5\xd4\x92\x12\xc1\x7a\x6d\xfd\x30\xad\xa2\x75\x6f\xeb\xf0\x1e\x62\x5a\xc9\x14\x2c\xa5\xa4\xc4\xd8\x7c\xe7\x86\xfd\x1a\xbe\x14\x1c\x6b\xb3\x5f\xc8\xb4\x52\x99\xb3\x7e\x9b\xfd\x42\xbc\x3e\x7c\x81\x37\x1f\xf7\xb7\xea\x5a\xfe\xcc\xbe\x6e\xe4\xd5\x78\x45\x9b\xb7\x87\x15\xa8\xf4\x8a\x36\x3b\x86\x6d\xad\xc6\x1d\xdb\x7c\xb8\x2c\x40\x61\x5b\xeb\xb7\xf9\x4e\xe3\x81\x76\x5f\xa7\xcd\xe7\x8d\xb9\x25\x95\xa0\x7e\x9b\xdd\x27\xbb\x8c\xb2\x76\xf5\xdb\x7c\xde\xa4\x8d\x55\xe3\xe6\x4f\x1f\xdb\xe4\xc3\x6a\x1c\x6b\xda\x7d\x32\xc9\x50\x1f\xa9\xdf\xb4\xf7\x14\x11\xfd\x2e\x68\x7a\xa7\x59\xb4\x45\x83\xad\x14\xc2\x12\x81\xa8\x62\xfd\xa6\x17\xf4\x22\x37\xaf\x71\x7a\xa7\x27\x25\xb8\x1c\x17\xa6\x5d\x9d\xde\x69\x3a\x11\xbe\x87\xa4\xa0\x0d\x3f\xbf\xf0\xe6\xb3\x08\x96\xf1\xe7\xbd\x51\xf5\x0b\x2f\xce\x0c\x35\xbb\x1d\x5e\x49\xa0\xdf\xe8\xa3\x0f\x9f\x43\x90\x47\x34\xf8\xac\xc3\x2b\x61\x53\x6c\xf9\x15\x84\x57\x62\xf9\x1e\xef\x5d\x78\xd3\x5f\xf4\xf5\x35\x79\x25\x64\xa8\x0d\x5f\xc9\xf0\xa6\xb3\x64\xcc\x3a\x66\x29\xaf\x25\xa2\x3a\x67\x4c\xfb\xf5\xa2\x6f\x3e\xf9\xf4\x0e\xe3\x4f\x57\xe7\x83\x4d\xbb\xca\x9e\xa7\xf4\xbb\x4b\xbb\x9a\x48\x2e\x0e\x7f\xe5\x2b\x83\xd7\xdd\xca\x26\x6f\x7a\x52\xb0\x62\xd1\xaf\xb4\xf7\x2c\x2c\x57\xe7\xd1\xa4\x5d\x65\x17\xee\xe6\xa8\xb1\x7c\x0e\x2c\x2c\x53\x5e\xb0\x7e\xcb\xe7\x80\xb7\xce\xa6\x9e\xfa\x2d\x2f\x68\x79\x41\xf4\x7e\x79\xef\x5f\x4c\x2a\x17\x94\xba\x5b\xa2\xb1\xd3\xb5\x54\xd4\x12\xb1\xca\x5f\x79\x41\x6e\xf2\xfd\xba\xbf\xbc\xf9\x2c\x0d\x96\x03\xd5\xf2\x22\xf1\xf3\x11\x32\xaa\xdf\xb2\xfb\x08\xf5\x53\x1c\xa4\x7e\x65\x5f\x5f\x8c\xe5\x90\x5d\xde\xe9\x2f\x86\xea\x39\xcb\xe3\xbb\x63\x98\xe2\x4c\xa5\xa8\x96\x78\xdb\xb8\xa8\xdd\xeb\xdc\x35\x4d\xc5\x4d\xdb\xbd\xd0\x9d\x2f\xc8\x01\x79\xf7\xc9\xbd\x18\xe1\x5b\xbf\x7b\x55\x64\xa6\x95\x8f\x69\xf7\x0a\x76\x1d\x5e\xae\x60\xf7\x0a\x76\xaf\x80\xae\x1d\x5e\x01\x0e\x7b\xf9\x76\x1e\xde\xc7\xe3\x1b\x5f\x38\xe5\xe1\x55\xb1\xad\x8a\x0a\x3e\xf5\x3b\x3c\xe5\x81\xcc\x8c\x26\xe6\xf4\x60\x08\x5c\x36\xed\xc9\x69\x2f\x4e\xf5\x0a\x38\xd6\xe9\x4b\x7c\xaa\xa2\xc6\x29\x2f\x9f\xd3\xa5\x17\xe6\x5f\x5e\xde\x20\xdc\xe2\x1a\x1c\xff\xf2\x9d\xba\x8c\x59\x7b\xce\xcb\xa3\x5d\xa4\xbe\xd9\xb3\xdb\x6e\xb0\x4a\xb4\x34\x45\xb7\x77\x96\xc9\x14\x75\x63\x4a\x5d\x2a\x11\x64\xdd\xd7\xef\xf6\x92\x50\xe6\x60\xaf\x6e\xfd\x6e\x4f\xc9\x2e\xe2\xcd\xa6\xc7\x3f\x34\xd7\xea\x9b\x2d\x3c\xde\x9f\xc7\xbd\x57\xf4\xe2\xf1\x9a\x1e\xc6\x5f\x47\x9d\xc7\x83\x31\x67\x21\x27\xa0\x54\xa1\x12\x51\xd8\xb5\xd6\x6c\x6a\x36\x35\x9a\xa6\x4d\x6c\x7a\xa2\xaf\x4d\xdb\xdd\x74\x5c\x9d\x41\x34\x8d\x37\x08\xc4\xc3\xaa\xe1\xa5\x8a\xf7\x67\xb4\x69\x38\xc1\x62\xb7\x44\x35\xf2\xa1\xc5\x60\x17\x7a\x35\x62\xa6\x22\x48\xd5\x2c\x25\xa1\xc4\x7b\xb0\x41\x9b\xbd\x1d\xf6\xd6\xa6\xdd\xa6\xdd\x9f\xf9\xa7\x9e\x60\x5c\xb6\xbd\x77\xa8\x11\x23\x15\x6f\x5b\xd0\xe6\x25\x50\x36\xb4\x7b\x38\x4d\x14\x88\xda\xfc\xcb\xc3\x26\x14\x94\x82\x2b\xd8\xbc\x50\x76\xd3\x22\x9c\x50\x4d\xab\x05\xc6\xf8\xfe\xf0\xb6\x89\x3c\x36\x86\xec\x36\xbd\x00\x8a\x5a\x53\x70\xbd\x14\x7b\x12\x9d\x28\x50\x35\xed\x51\xd3\x1e\x6d\x1c\x5e\x7b\xd4\xb4\x47\x4c\x07\xdb\xb4\x5f\xec\x96\x9d\x9d\x01\xba\x69\x57\x5a\x7c\x37\x8d\xce\x86\xe7\x0c\x66\x1b\x7c\xfb\x4d\x63\x02\xa2\x36\x7f\x65\x37\xe2\x7b\xd1\x8a\x36\xdf\x84\xe0\x43\xdc\x6c\xf2\x96\x51\xbd\xb4\x7c\xab\xc2\x5b\x16\xd6\x01\xf0\x57\xde\x1f\xaa\x97\x52\x22\xbb\x9a\x76\xa2\x69\x27\x18\x30\x5b\xda\x0b\x96\xab\x8a\x19\x48\xd3\x74\x80\x8e\x9a\x57\x35\xed\x04\xe8\xd4\xb9\x2e\x45\xa7\x44\x77\xe2\xa5\x28\x94\x88\x9a\x5c\xa4\xe3\x31\xe8\x9b\x0f\xc9\xb1\xb7\x39\xf6\x4e\x6e\xff\xf2\x2e\x12\x50\x2d\x0f\xbf\x7c\x94\x0b\x5b\xf8\x37\xd6\x98\xab\x2d\x9f\xb4\x22\x12\xdd\x87\x58\xbe\xd2\xc5\x16\x0e\x7b\x54\x76\xb2\x98\x5f\x05\xe7\x2a\x3b\xe9\x6e\x1f\x06\x61\x45\xa1\x44\xa7\xb4\x73\xb5\xf2\xf8\xf5\x1d\x9f\x36\xc7\x6f\x10\x35\xf9\xcb\xdd\x67\xb8\x23\x66\xef\x17\xe3\x58\xdd\xac\x19\x84\xd4\x68\x35\x07\x6b\x10\x35\x79\x3a\xbb\x77\x61\xf7\x2e\xf0\x2a\xed\x76\x63\xa7\xca\x81\x6f\xd7\xee\x8d\xd9\xbf\x6e\x78\x82\xc7\x36\x86\x79\xc6\xac\xe6\x30\x0f\x92\xc5\xdc\x6a\x87\x9d\x25\xd9\x78\x22\x3f\x5a\x2a\x4a\x89\xa8\xe0\x9a\x1c\xf9\x15\x94\xaa\xe0\x36\x3a\xf2\x37\xab\xa7\x0e\x9b\xec\x3f\xab\x78\x85\x69\x6f\x87\x9d\x3d\x1c\x79\x7c\xd8\xa7\x0f\x80\x14\x89\xf2\x6e\x9f\x7e\x58\x2f\xc6\xe6\xeb\x75\xfa\x00\x48\x7e\x68\x76\xec\xf4\x94\x2f\x3a\x1a\x28\xa5\x56\x94\x08\xa4\x8f\xaa\x9d\xde\x32\x02\xba\xd4\x92\xa9\x76\xda\x0b\xa5\x93\xfd\xac\x4e\x6f\xd9\x49\xba\xe6\xb2\x13\x3e\xcc\x93\xca\x79\x8e\x01\xa7\x37\xd1\x7d\xb8\x8b\x3f\xbc\xec\x3d\x55\x2c\x9c\x64\x2b\x3b\x25\x5a\xfa\xf6\x5e\x5e\x10\xcb\x86\xe5\xd8\xa4\x79\x03\x2b\x1c\xe4\x2f\x2f\xe8\xc5\x68\x8e\xde\x97\xf7\xf0\xc5\x62\x2f\x5a\x35\x6d\x60\xd3\x06\xfa\xde\x5d\x5e\xd0\x8b\x46\xad\xa7\x6a\x9a\x45\xd0\xa7\x0f\x57\xab\xd8\xb4\x8a\xda\x90\xcb\x0b\x62\x09\xb2\x1c\x00\x34\x94\x20\xa8\x33\x56\xaa\x5a\x89\xf1\xb3\xf7\x1a\x4a\x54\xad\x56\x68\x08\x6e\xaf\x91\xd4\x89\xf4\x09\xdd\x5e\xe3\x8d\xb9\x5b\x1e\xcb\x7e\xdd\x76\x82\x97\xe2\xf1\x16\x5a\xb5\xb5\xfb\x20\xb5\x9d\xed\xe1\x86\xe1\x82\x34\x6d\x27\x78\x7f\x46\x37\x1e\xef\xc5\xe3\xd8\x8a\x41\x55\xc4\x4a\x44\xa5\x67\xf0\x32\x59\x96\x2c\x26\x47\x5d\xbf\x1d\x2c\x36\xc0\x95\xea\x54\xa2\x4d\xf4\x6c\x4b\xe1\x29\xb1\xd8\xee\x56\xaa\x4c\x89\x81\x10\x60\xa9\x32\x25\x1a\x75\xf6\x4a\x95\x29\xb1\x8c\x0b\x74\x1d\x77\x10\xc5\xdd\xe8\x7a\xe9\x20\xd0\x83\xa8\xae\x59\x07\x51\x59\x34\x79\x78\xdd\x68\x26\x12\x9d\xf4\x5f\xf1\xf6\x95\x53\x12\x30\x16\x89\x38\x43\xa9\xf9\x24\xa2\x92\xee\x13\x1d\x16\xef\x5f\x76\xda\xec\xc6\x20\xd9\x88\xbb\xa8\x4c\x53\x7d\x32\x4d\xbc\xfd\xca\x34\x89\xf7\x2f\x07\x6d\x9e\x73\xb0\x41\xc5\x9b\xa1\xa5\x07\x8b\xed\x80\xd5\xf5\x74\xc1\x62\x4f\x5f\x75\x22\xc6\x22\xfc\x94\x14\x78\x12\x2b\xec\xff\x66\x67\xb7\xaf\xb3\x74\x43\x57\x17\x8c\xd6\xfc\x4b\xef\x19\x51\xe4\xe2\xeb\x55\x06\x4a\xbc\x7f\x49\xcf\x9c\x5b\x80\x60\x9b\x41\x75\xa7\x16\x5d\xef\x77\x79\xfc\xc3\x26\xbe\x2f\xdc\xf2\xee\x0c\x01\x2c\x36\x20\x96\xfa\x51\xf5\xe9\x47\x21\x05\x5c\x7d\x7a\x01\xac\xbf\xb2\x77\xab\xfa\xf4\x99\x4f\x94\x55\x18\x0b\xfa\xb4\x67\x04\xa0\x6b\x71\x30\x5d\xd6\x6e\x1d\x58\x8c\x9b\x2a\x53\x22\x8a\xd9\x40\x77\x22\xd1\xad\x0a\xf8\xf3\x0f\xed\x98\x5e\x2c\x71\x8c\xae\x17\xdb\x95\x73\x46\x7d\xb8\x54\x9e\x12\x83\xb2\xee\xa5\xf2\x94\x08\xa4\xa1\x4a\xe5\x29\xd1\xd9\xbb\x55\x5d\x3f\xb5\xeb\xa7\x62\xbc\x14\x90\x12\x1d\xe9\xcd\x52\xfb\xa9\xd0\x7e\x5a\xec\xfb\x2b\x75\x9e\xc4\xc8\xdf\x9f\x6b\x7e\x55\xd7\xeb\x03\x2d\x3d\x95\xfe\x1c\xe8\xc3\x87\xb3\x7c\xd2\xe4\xb1\x7c\x9f\xa8\xce\x1b\x58\x54\x51\xa9\xae\x0b\x06\x3a\x49\xbb\xd5\xcb\x63\xb1\x86\x5a\xde\x02\xbd\x32\x10\x3a\xa8\xbd\xbc\x05\xa4\x13\x57\x79\x2c\x0f\xcf\x56\x24\x12\x4f\xaa\x97\xcf\x06\x85\x48\x67\x3f\x5d\xcf\x0d\x44\x31\x02\x77\xe7\x07\x20\x9c\x56\xf6\xdd\x1b\xe5\xf6\x21\xcc\xb7\x5a\x51\xa2\xa7\xdf\xd9\x61\x57\x59\x1c\x1d\xdf\xeb\x76\xf8\x97\x04\xc6\xa9\x7f\x5f\xca\x3b\x89\x40\x60\xa8\xfa\xe9\x73\xb6\x3a\x78\xb7\x67\xda\xbf\xee\xa6\x9c\xee\x03\xd3\x8e\x81\x28\x66\x33\x5d\x3b\x06\x96\x73\x1e\x85\x9b\xc4\x08\x07\xa7\xcb\xae\x5d\x24\xdf\x87\x4d\xde\xc5\x0b\x4b\x80\xc9\x55\xb8\x49\x2c\xb6\x06\x95\xc2\x4d\x62\x19\x1c\x54\x7f\x49\xb4\x89\xd8\x6e\xf5\xdb\x5e\xdc\xf6\x82\x8e\x69\x69\x40\xa7\x84\x60\x29\xad\x24\x16\x7b\xc8\xaa\xdf\x1e\xff\xf6\x66\x70\x91\xb7\x4f\xe9\x66\xe1\xe0\x3b\xbc\x37\x1b\xc7\x0d\xed\xcd\xea\x8f\x17\xf9\x62\x50\xc3\xae\x14\x60\x12\xfd\x7b\x09\x1e\x5f\x02\xf2\xf6\xc2\x6f\xf6\xf1\x8c\x2f\x96\xee\x86\x02\x4c\x22\x7f\xd8\x6f\x05\x98\xc4\x8a\xef\x8c\xbe\x17\x26\xf7\xd9\x2f\xed\x13\x58\xec\x74\x2c\xf5\x97\xc4\x22\x09\xbc\x14\x5b\xaa\x4f\x6c\x09\xfd\x81\x52\x5a\x49\x74\x12\x43\x6a\x68\x9f\xc0\x7b\x5f\xfd\xd9\x63\xdb\x43\xcf\xf8\x99\x06\x0a\x74\xd6\x25\x6b\x68\x7a\x86\x7b\x7a\x59\xd1\x28\x84\x96\x3e\x74\x6a\x53\xd4\xd0\xa3\x04\xf9\x63\x9c\x18\x86\x83\x41\xfe\x70\xda\x86\xe1\x60\xb0\xd8\x5a\x58\x43\x3b\x06\x16\x3b\x2e\x6b\x18\x0e\x1e\xed\x7b\x09\xf8\x99\xf1\x60\xd0\x29\x0f\x57\xc3\x78\x30\x58\xec\x64\xad\x61\x3c\x18\xe4\x0f\xdf\x51\xd5\x27\x91\x3f\xa6\xc2\xa3\x7b\x49\xdd\xb7\x73\xd1\xe4\x2d\xeb\x68\x75\x0d\x8f\x95\x36\x69\x2c\x86\x07\xf3\xc2\x3b\x7e\xbf\xf7\x87\x0d\x36\xa2\xb3\x88\x55\x43\x03\x0b\x36\x94\x05\x6b\x18\x5b\x06\xf9\x63\x76\xaf\xaa\x94\xe8\xe4\xba\x97\x12\x52\x62\xfb\x79\x45\xc6\x96\x41\xfe\x7e\x36\x79\x5f\x87\xf7\x95\x33\x0e\x3b\xf1\x22\x7f\xb8\x30\x43\x8b\x08\xf2\xe7\x7b\xa1\xf9\x1b\x9f\xf9\x23\xb8\x31\x34\x7f\x60\xa1\xd9\x50\x2a\x41\x89\xf7\x95\xf2\x68\x9e\x60\x43\xa5\x8c\x0f\x7a\xe8\x34\x0f\x57\x56\xb1\xdf\xca\x3e\x89\xf7\x04\xdc\x6c\x5d\x64\x30\x90\x99\xa9\xa1\x8b\x0c\xf2\xc7\xa4\x70\x68\xff\xc0\x72\x58\x19\x5a\x36\xd0\xf5\xe6\x87\x21\x5b\x90\x3f\x6f\xbf\x96\x0d\xe4\xcf\x57\x51\xcf\x17\xbc\xbd\xe0\x06\xe9\xe7\x82\xb7\x8d\x6e\xe8\xe8\x82\x46\xda\x5e\x0d\x23\xa9\xa0\x4d\x12\x8e\x6b\x18\x4a\x05\xf9\x63\x4d\x66\xa4\x27\x4d\x46\x24\xa6\x8e\x2a\x52\x89\xc6\x5a\x57\xa9\x35\x25\xf2\x87\xc3\x35\xb4\x80\xa0\x4f\xdf\xcf\xe5\xaf\x96\xd3\x74\x9a\xca\x5b\x56\x3c\x3a\x66\x5e\x8a\x38\x89\xfe\xfb\x7e\xe5\x2d\x7b\xd1\x97\x37\x43\x1b\x34\xb4\x41\xcc\x5f\x87\x36\x68\x18\x3d\xec\xbe\x8c\xba\x9a\x60\xb1\xf9\xb5\x86\x46\x08\xb4\x6d\xfc\x79\xa1\xb9\x54\x6f\xaa\x4f\xbd\xc9\x00\xcc\xd0\xed\x1c\xaf\xdd\x4a\x54\xf0\x6b\xec\x5e\x31\xa5\xc6\x7f\xde\xf7\xc3\xbb\x77\xf8\xc8\xe8\xa5\x66\x0b\x24\x62\xa5\x35\x74\x14\xc1\x7b\x7c\xee\xa8\x61\x43\xf0\xb6\xf1\x2c\x4e\xbf\xef\x93\xef\x9b\x29\xd7\xd0\x53\x04\x8b\x1d\xc6\x35\x74\x0b\x41\x3a\x41\x51\xbe\x49\xbc\x07\xe3\x9e\x6a\xf0\x40\x6a\xc4\x87\x8e\x1b\x18\xcd\xdb\xac\xe3\x36\x5e\x53\x96\xa8\x9b\x95\x62\x4d\x22\xd9\x75\x51\x43\x67\x0b\xa4\x01\xcd\xa1\xb3\x35\x74\xb6\x98\xec\x0f\x3d\x2b\xd0\xd2\x2b\x37\x04\x09\xde\x8e\x71\x49\x1a\x3c\x90\x54\x93\xaa\x71\xfb\xc6\xdd\x8c\x0c\xcc\x82\x87\x61\x49\x90\x94\x4d\xab\xa1\x91\x02\x8b\x14\xd3\x1a\x5a\xa4\xf1\x7c\x17\x4e\xcf\x0c\x38\x8e\xe7\x7b\xf1\xdf\x2b\x57\x4f\x49\x24\xe2\xc9\xa5\x78\x92\x48\x14\x83\x4b\x75\xa3\xfa\xd4\x8d\x5c\x05\xda\x34\x23\x20\x11\xfe\x2d\xc5\x8d\x44\xa2\x40\x5d\x9b\x7e\x0e\x48\x54\xbc\x6b\xd3\xb0\x80\x4e\xa5\xd8\xda\x34\x2c\x60\x18\x96\xdc\x34\x2c\x9b\x86\x05\x5b\xb0\x69\x0b\x40\xba\xea\xb7\x39\x30\x83\x64\xff\x44\xa9\x77\x24\x96\x16\x7b\xd3\xcb\xd9\x94\xa7\x60\x97\x53\xa9\x81\x24\xd2\x77\x76\x73\x3d\x0f\x24\x9a\xbb\xa5\x2c\x92\xe8\xae\xe8\x6e\x8e\xcc\x9b\x23\x33\xdf\xda\xa6\x4b\x03\xde\xe3\xd3\xe6\xea\x1d\x48\x54\x66\x6b\x73\xb4\xde\x1c\xad\x79\xb1\x37\xfd\x17\xb0\x48\xfb\x2d\xd5\x93\xea\x53\x4f\x62\xee\xbb\xe9\x4b\x6c\xaa\xef\xe1\x25\x6c\x8e\xc2\x20\x11\x45\xad\xcd\xd5\x35\x30\x48\x99\xab\xcd\xa5\xb4\x4d\x3d\xbe\x8e\xfd\xd9\xf4\x2f\x40\x22\x0b\x57\x0a\x2a\x89\x74\xf5\x7c\xd3\xbf\x00\xe9\x32\xef\xe6\x28\xbc\x39\x0a\x7b\x7c\xdd\x0b\x90\x64\x10\xd7\xe6\x20\x0c\xf2\xe7\x9b\x12\x1e\x3e\x1c\x9e\xec\xbf\xa3\x2b\xc8\x9f\x77\xcc\x00\x24\x78\x7f\xc6\x95\x3b\xe2\x82\xfc\xd9\x7f\x7d\x0e\x90\xbf\xef\x60\xa7\x4d\x0c\xc2\x78\x10\x9b\x0b\x4e\x20\x7f\xdf\xb1\xbc\xa4\xe4\x92\x98\x83\x6f\xae\x41\x81\xd4\x6e\x6d\x2e\x38\x81\x44\x68\xbf\x14\xc0\x10\xc3\x71\x65\x1a\xe0\x04\x6f\x5f\xdf\x5b\xa6\x02\x86\x18\xa4\xa4\xd6\x34\xe8\x09\x12\x51\xb0\x9a\xba\x36\xa0\xb3\x61\xb0\x14\xc5\x10\x89\x4c\x58\x4d\xe3\xa0\x60\x50\xb1\xac\x14\xc5\x10\x89\x5c\x56\x4d\x43\xa3\xa0\x21\xaa\x53\xea\x64\x88\xe6\xb0\xa2\x26\x86\x68\xd3\xae\x1a\xe7\x04\x8b\xcd\xf9\x35\x75\x93\x40\xa3\xf2\x69\xa9\x9c\x21\x92\xf2\xc3\x35\x35\x51\x20\x5d\xad\x99\xba\x49\x28\x67\x24\xb2\x4b\x35\x77\xef\xc4\xce\xc3\xc5\x59\x98\x06\x43\xa7\x8b\x59\x3c\xa2\xe9\x5a\x16\x68\xd4\xfe\x2b\xc5\x34\x44\x77\xb4\x98\xd4\x62\x10\xdf\xd4\x57\x7d\x0d\xf1\xde\x7c\x0f\xe6\x3d\xdc\xbd\x87\x1e\xcc\x8e\xed\x0c\x94\xcc\x00\xd5\xdc\x10\xef\x5f\xda\x33\x6f\xe2\xfe\xbd\x9d\xfe\xee\xb2\x8d\xb7\x87\xc9\xf5\x34\x66\x3a\x3f\x81\x5e\xde\xbb\x69\xd0\x14\x34\xf2\x68\x6a\x1a\x33\x9d\xc7\x37\xd4\xd0\x11\x0d\xdf\xd4\xf0\xa5\x7f\xe9\x49\x0f\xbe\x38\x26\xc4\xd3\x08\x29\xc8\x5f\xfe\x39\x3b\xbb\xe6\x61\x2f\x0f\xc7\x73\x5f\x2f\xf2\x66\x45\xa2\xdd\x51\x53\xe3\x39\x35\x9e\x4c\xbb\xa6\x31\x55\xd0\x9a\x4f\x56\x4b\x09\x92\x6d\x67\x35\x8d\x96\x82\x44\xd8\xa0\xd4\xee\x10\xf9\xf3\x8a\x2f\xaf\xf8\xe2\x2d\xc1\xf8\x28\xca\x21\x12\xdd\x81\x9a\x9a\x53\x90\x88\x07\xd4\xd4\x9c\x82\xe1\x7a\xcf\x34\xe8\x09\xde\x2b\xf2\x60\xf6\xe2\xa2\x17\x0c\x91\x53\x7b\x0a\x92\x72\xff\x35\xb5\xa7\x20\xa9\xd9\x5f\xea\x75\x88\x44\x00\xa0\xc2\xf5\x2f\x30\xa8\x53\x51\xa1\xb7\x02\xde\x53\xbe\x3d\x0b\x0d\x4d\x68\x68\x88\x0f\x84\x4e\x01\xc8\x1f\x51\xab\x20\x27\x53\x74\xf3\x52\x42\x0f\x00\xf5\x89\xa4\x20\x7c\x85\xd3\x7d\x30\xa8\x36\x50\xe1\x44\x1e\x74\x92\xa7\x4b\x41\x0a\xd1\xc8\xe7\xad\x30\x28\x06\x3a\x79\xad\x15\xda\x14\xf0\xf6\x95\x83\x99\x12\x02\x92\x82\xed\x15\xda\x19\x30\xd8\xaa\x59\xe1\xd4\x1e\x24\x95\x7e\x2a\x5c\x22\x03\xf9\x63\x32\xab\x06\x86\xe8\xda\xef\x30\xda\x05\x92\xe2\xeb\xa5\x06\x86\x68\x26\x76\x84\x8b\x5f\xe0\xed\x18\xc7\xd7\xa8\x80\x41\xa1\xc4\x52\xc9\x42\x24\xc5\x31\x2a\xa6\xa7\x9c\xbc\x50\x84\x37\x14\xb7\x10\xc9\x96\x8a\x52\xdc\x42\xa4\xab\xcb\xa1\xe9\x01\xcd\xf8\xaf\x7a\x17\xa2\x53\x39\xb4\xc2\x60\x17\xe8\x94\xfb\xaf\xd0\x73\x08\x3d\x07\x86\x80\x30\xfe\x05\xd2\xf5\xce\xd0\x8c\x81\x81\x42\x70\x29\x8a\x21\x92\x0a\xdb\x15\x5a\x31\xd0\x0c\x4a\x85\x56\x0c\xa4\xa1\xfc\x70\x19\x0d\x0c\xe7\x2d\xa1\x5d\x03\xc3\x50\x63\x98\x81\x01\x86\xab\xa9\xa1\xe1\x09\x4d\x1d\x0e\x41\x68\x78\xc0\x70\x79\x4f\x79\x0d\xd1\x4c\x6b\x50\x4a\x43\x0c\x92\xe6\x2a\xcc\x87\x08\xf3\x21\xf4\xee\xc2\x98\x1a\x68\xae\x03\xc5\xb2\x17\x14\xdd\x2b\x1f\xa4\x61\x36\xd0\xd2\xdb\xaa\x2d\x02\x9d\xc4\xd6\x52\x96\x43\x84\x33\x0d\x65\x39\x44\x36\xaf\xc8\x75\x38\xd0\x90\x94\xab\xd0\x62\x81\x4e\xdd\xca\x0a\x0d\x0f\x68\x94\xb9\x29\x75\x3a\x44\x36\xdf\x26\x7d\x23\x90\xd4\xcd\x2e\xa5\x3b\x44\x52\x0b\xbc\xc2\x6c\x0b\xd0\x96\x37\x4c\x77\x09\x74\xaa\x62\x56\x18\xb2\x03\x1d\x0d\x85\x8a\xb2\xf7\x45\x18\xc3\x2f\x5e\xbb\x06\x9a\xa1\x77\x85\x41\xc4\x66\xe4\x47\x61\x10\xf1\xde\x69\x3a\xa6\x79\x02\x49\xa1\xee\x0a\xcd\x53\x98\xa4\xc1\x3c\x5e\xad\x10\xf1\xfe\x25\xdd\x70\x2d\x10\x64\xb3\x67\xae\xe8\x81\x15\xbe\x3c\xba\x5b\x20\x75\x60\x42\x83\x15\x87\x2f\xa2\xbf\xb2\x67\x2f\x92\xb2\xd0\xa5\xa4\x88\xc8\xe6\xdd\x37\xe2\x08\x36\xfd\xb4\x70\x8d\x2f\xb0\x60\x14\x5c\xae\xd0\x82\x81\x6e\x60\x26\xb4\x60\x60\x6c\x76\xd5\x25\x3e\xd0\xd9\x09\x5b\xa1\x7f\x17\xfa\x77\xac\x62\x29\x62\x22\x06\xc9\xda\x15\xa7\xcf\x1b\xd5\xf9\xe1\x35\xea\xf1\x81\x8e\x4a\x6d\xa9\x6b\x22\x9a\x89\x28\xea\x9a\x88\x74\x91\x40\x5d\x13\x91\x64\xad\x56\x68\xda\x40\xd7\x61\x56\xea\x44\x64\x73\x40\x71\x21\x10\x64\x6b\x7f\x23\x09\x2c\x74\x24\x41\x6f\x3e\x7a\x83\xa9\x61\xbd\x5e\x8a\x66\x57\x68\x20\x41\x36\x9f\xbd\x06\x12\x04\xb5\x44\x4a\x0d\x15\xb1\xa1\x40\x5f\x6a\xa8\x88\x1e\xbe\x81\xda\x47\x90\xed\x6b\xb2\xdf\x97\xcb\xc0\xde\x2a\x0d\x24\x18\xa6\x0a\x84\xab\x7b\x60\x74\xe6\x25\xa1\x73\x09\x9a\x21\x63\xa5\x56\xc4\x7b\x30\x4e\x60\x84\x15\xf4\x70\x60\xba\xed\xd9\x8b\xde\x99\x78\x84\xcb\x7b\x60\x4c\x4d\xd3\xe3\xfd\xb1\xe0\x22\xfb\x4f\x2a\x0c\xc4\x82\xa6\x73\x16\x8f\x37\xe3\xa1\x06\x94\xd7\xe4\x22\x20\x18\x66\x7d\x29\xc9\x22\x92\x2d\x23\xa5\xfc\x8a\x18\xd4\x73\x2c\x75\x55\x44\x1f\x78\x4a\xea\xaa\x88\xb7\x17\xb6\x6d\xb6\xf1\x6d\x74\xff\x32\x6c\xe2\xdb\x20\xea\x90\xfa\xc6\xa0\x53\xa0\xbc\xd4\x5a\x11\x49\xd1\x80\x52\x6b\x45\xbc\xc7\xdf\x68\xdb\x6d\x63\x07\x07\x8b\x6f\x0a\xab\x88\x6c\x5f\xd3\x6d\x13\x6f\x1c\xf7\x3f\xf5\xbd\x41\x52\x79\xb5\x94\x5f\x11\x49\x45\x88\x52\x6b\x45\xa4\x13\x88\x34\xc5\x17\x24\x65\x37\x4b\x2d\x15\x91\x4e\x59\xd4\x4d\x11\x9d\x6d\x8e\xa5\x6e\x8a\x68\xc3\x8b\xec\xde\x9d\xce\xdd\x21\x4c\x90\x86\x4e\xc1\x70\x89\x37\x9d\x11\x81\xfc\xee\xbe\x79\x43\x20\xa9\x6c\x59\xe9\x8c\x28\x0d\x80\xe2\x5a\xa6\x4b\x93\x60\x51\x22\xab\x52\xcf\x1b\x58\xae\xb0\xd2\x25\x47\x90\x54\xb1\x2c\xe5\x56\xc4\xa2\x02\x57\xa5\xb9\x45\xc8\xad\x24\xe5\x29\x2b\x9d\x23\x81\x6c\xbe\x02\xae\x2f\x82\x45\x21\xad\x4a\xa7\x4d\x20\xbf\x33\x6e\xde\xc2\x8d\x5b\xc8\x30\x91\xba\xe7\x20\x29\xad\x55\x2a\xb7\x88\xa4\x88\x52\xa5\x33\x29\xb0\x28\x3b\x55\xe9\x4c\x0a\x2c\xaa\x8c\x55\xea\xd7\xa7\x6b\x84\x7c\x46\xa9\x5f\x0f\x3a\xe5\x23\x4b\xe5\x16\xb1\x28\xd3\x55\x69\x70\x15\x8c\xe5\x05\xb9\x92\x08\xba\xab\x31\xa9\xa7\x0f\xde\xd7\xd0\x36\x1f\x37\x53\x30\x6a\x34\x55\x3a\xdf\x02\x03\x55\xbd\x52\xe0\x45\x64\x63\x30\x4a\x13\x97\x40\x6e\xbe\x73\x4e\xc1\xc0\x58\x3f\x9b\xbc\xad\x4a\x8e\x51\xf4\xab\xd2\x39\x18\x48\xd4\xcb\x4b\x69\x18\x91\xcd\x57\xc0\x2c\x58\x90\xa6\xad\xa7\xa9\x4c\xa0\x51\xa1\xa3\xd2\x50\x02\x48\xe3\xd1\x69\x38\x17\x74\x47\x19\x05\x64\xc4\xdb\x0b\x4e\xe9\xea\x25\x48\x23\xf1\xe9\xbc\x2c\xf3\xeb\x2c\xdd\x48\x3b\xfb\xa2\xb1\x69\xbf\x32\xed\x46\xf2\x78\x71\xfc\xd2\x29\x17\x48\xea\x2f\x54\x1a\x83\x00\x49\x2d\x8a\x4a\x43\x09\x20\x29\xf9\x50\xe9\x2c\x0c\x34\x33\xbf\xd3\x49\x18\x48\xca\x6a\x54\x3a\x09\x03\x49\x99\x83\x4a\xa7\x57\x20\x29\x56\x50\x8a\xd1\x88\xd6\x7c\x55\x9c\x4b\x65\xf1\xdc\x98\x38\xa5\x53\x22\xd0\x91\x82\xaa\x34\x82\x0c\xde\xeb\xe6\x60\x4e\x80\x40\xb2\xff\xbf\xd2\xd9\x0e\x68\xe1\x60\xa1\x17\x9f\x7a\xf1\xdd\x8f\xde\x19\x10\xc8\xe6\x8b\xa7\x83\x0e\xf2\xeb\x99\xb3\x1d\x90\x7a\x9c\xea\xdf\x88\x48\x7b\xa6\xdf\x0d\x46\x38\x8a\xb9\x26\x9a\xce\x59\xb0\xa8\x6a\xdd\x54\xba\x7f\xa8\xaf\xbf\xe1\x2a\xa7\x3e\x30\x48\x76\xbf\x97\xf2\x35\x22\xd9\x2b\x5e\x69\x00\x19\xa4\x6b\x6a\xca\xd7\x88\x64\xd3\x72\xa5\x4b\xa1\xa0\x99\x17\x9a\x5a\xea\xb4\x36\x4a\xc7\x49\x4d\xed\x72\x6a\x97\xb1\x74\xa9\x5d\xce\xcf\x2e\xe3\xb8\x2a\x4c\x23\xb2\x69\x8a\x6e\x7f\x86\x46\x59\xf7\x25\xd1\x46\x82\x6c\x7e\xc9\x2e\x56\x82\x36\x86\xbf\xf2\xed\xfa\x72\x51\x97\x3f\xf3\x66\x3d\xbc\x5e\xbe\xe3\x5a\x57\x90\xcd\xaf\x43\xbb\xa9\x54\x8d\xa9\x21\xe9\xd2\x24\x68\xd4\x28\x2b\xa5\x6a\xc4\xa0\x80\x6f\x2d\x4d\xe9\xb2\xc0\x31\xc3\x82\xe2\x35\xa2\xa3\x67\x5d\x6a\xd7\x88\x6e\x94\x59\xed\x1a\xd1\x8d\x5d\x2d\x2d\x29\xe8\x68\x46\xd4\xd2\x6a\x82\xf7\x8a\x3c\xd8\x69\x1b\x37\x76\x79\xca\xdb\xa6\xef\xc6\x7a\xb4\xc7\x36\xec\x26\x2f\xf9\x32\x64\x0d\x06\xfb\xe6\x4a\x39\x1b\xd1\xa8\xa3\x5d\xcb\x8c\x5b\x30\x1c\xe9\x96\xd6\x15\x0c\x9d\x9b\x65\xc6\x2d\xe8\x94\x7d\xa9\x65\x60\x1b\x0c\xb3\x40\x96\x51\x6c\xd0\xd8\x87\x5d\x4b\xeb\xba\xda\xd7\xd7\xf7\x89\x28\x70\x23\x92\x0d\x71\xa5\x9a\x8d\x78\x7f\x46\xff\xb5\xc2\x4b\x2b\x8c\xdb\xb5\x0c\x80\x83\x36\xbb\x27\x75\x69\x12\x0c\xaa\x19\xd6\x32\xa3\x17\x0c\x73\x70\x97\x96\x19\xa4\x2b\x63\xcb\x38\x39\x68\x3a\x2e\xcb\x6c\x20\x90\xcd\x5b\xa6\x65\x06\xc9\x8e\xd2\x52\x2e\x47\xb4\xcd\xa8\x97\x7a\x39\x62\xa0\xd1\x56\xcb\x6c\x20\x30\xdc\x8a\xb0\xb4\xd6\x20\xd9\x5e\x57\xcb\xad\x30\xcb\x0a\xff\x9d\x11\x5d\xc1\x1c\x91\xcd\xd7\xc0\x90\x06\xc8\xe6\x6d\x34\xa4\xa1\x86\xce\xf2\x5e\x68\x88\x17\x1b\x53\x90\x76\xad\xa5\x21\x06\xd9\x7c\x57\xb4\xba\x68\xe8\xbc\xa7\xe4\xce\xba\xa6\xb9\x2c\xa0\xc6\x87\xb9\xb4\xc4\xa0\x2d\x5f\x50\xd7\x34\x97\x6b\x9a\xe5\xc1\xbc\x3f\x06\x43\xd2\x5f\x79\x7f\xa6\xe3\xc3\xf7\x97\xbe\x1a\xc4\xe1\xd3\x77\xca\x90\x09\x18\xce\xfe\xd4\xd2\x11\x9b\xeb\xc0\xcb\x00\x06\x58\x94\x3e\xad\x65\xb6\x0e\x68\x26\xb4\xab\x7e\x23\xd2\x7d\x6d\xcb\x00\xc6\xb2\x02\x43\xf7\x91\xbb\x61\x64\x69\x16\xbd\x65\x9a\x45\x90\x6e\x4f\x58\x5a\x45\x90\xee\x62\x58\x0e\xe8\x60\xa0\x16\x55\x0a\xbc\x88\x74\x0f\xc3\xd2\x55\x05\xe9\x16\x06\x95\x5b\x44\xba\x9f\x60\xe9\x84\x2e\x9d\x50\xaf\x48\x8f\x13\xbc\x7d\xf5\x2f\x3d\xfe\xb7\x5a\xf8\xfd\xa9\x27\x38\x5c\x7a\xf1\x6f\x1d\xec\x41\x9a\x91\xbf\xf4\x30\x41\xba\x55\x40\x09\x16\x91\x66\xcc\x2f\xc7\x7f\xf0\x1e\x8c\x9f\xe9\x71\x81\xb1\x61\xcb\x14\x48\x11\xf1\xfd\xa5\x29\x2d\xaa\xa1\x20\xa2\x56\xcb\x8c\x16\xd0\x06\x65\x07\x6a\xe9\x84\x81\x66\x4e\xc5\x32\x4a\xb9\x2c\x5e\x3f\xec\xad\x2e\x17\x48\x97\xc3\x96\xee\x15\x48\xa3\x43\x4b\xcb\x01\xb6\x6f\x80\xd0\x72\x80\x39\x86\xa7\xb4\x67\x37\xdb\x6c\x70\x1f\x54\x5b\x11\xcd\x54\x5f\xa5\x55\x44\x73\x5e\xa5\x42\x8a\xe8\x2e\xcd\xaa\x90\x22\x86\x6b\xca\x2a\xa4\x88\x8e\xd2\x60\x95\xe3\x3f\xc8\x77\xac\xf9\xa3\x75\x2e\xcd\x03\x18\x94\x2f\xa9\xd2\x85\x02\xe9\x06\x01\xc5\x52\xc4\x30\xee\xa8\x58\x8a\x68\x8e\xcb\x8a\xa5\x88\xee\xee\x31\xc5\x52\x44\x1a\x68\x56\x2c\x45\xb4\xc1\x6b\x5f\xae\x54\x82\x34\x59\x5f\xfd\x14\x91\xe6\xea\xab\x95\x52\x08\xa3\xa4\x79\xe4\x65\xd6\x0a\x48\x73\xae\xcb\xf1\x1c\xa4\xa9\xfa\xe5\xd8\x0d\xd2\x34\x6f\xe5\x53\xc4\xa2\x90\x5c\x95\x61\xe6\x32\xbb\x73\xfa\x87\x5e\xe3\x8b\x44\x15\xb7\xca\x30\x33\x48\x1f\x60\xe9\x54\x95\xc9\x9d\xee\x61\x2b\xc7\x56\xa4\x52\xd2\x94\xeb\x32\xa8\x0c\xde\x9f\xd1\x59\xbd\x23\x90\x66\xd7\x96\xcb\x92\x20\x8d\x6b\x96\x4e\x0e\x48\xe3\xad\xe5\x08\x0c\xd2\x49\x83\x82\x2a\x22\xcd\xbd\x54\x50\x45\xbc\xa7\xe4\x02\x0c\x21\x83\x34\x90\x56\xfa\x42\xc5\x82\xa6\x29\xa6\xe5\x70\x0b\xd2\x44\xcb\x72\xb8\x05\x2d\x3d\xa5\x1e\x0d\x78\x8f\xcf\x39\x8d\x17\xab\xc5\x32\x87\x8f\xdc\xa5\x2b\x95\x3c\x06\xce\xa9\x4a\x1e\x85\x6c\x47\x9a\x30\x59\x86\x0b\x41\xff\x7d\xbf\xf2\x6e\xbf\x58\x46\xf0\xcb\x45\x29\x90\x86\x49\xca\xf1\x10\xb4\x8d\x21\x58\x41\x0e\x31\xa8\x8c\x55\xe5\x04\xb7\x76\x1e\x09\x73\x8b\x72\x3c\x04\x6f\x5f\xe9\x85\x93\x5e\xd0\xcd\x1a\x2f\x63\x77\x60\x18\x1a\x2c\xd7\x95\xca\xf1\x70\xf8\x7e\x1a\x83\x03\x69\x0a\x58\x19\x70\x03\x03\x0d\xe5\x2a\x87\x43\xd0\xa9\x69\x51\x65\xc0\x0d\x34\x43\x16\xe5\x08\x09\x1a\x55\xf2\xaa\x1c\x21\x41\x4b\x7b\x61\xc0\x0d\xb4\x39\xfc\x24\x4c\xb1\x00\xdd\x9c\xcb\x32\x32\x06\xd2\xac\x21\xb5\x42\x44\x4b\xaf\xd2\xc0\x18\x68\xc3\xaf\xd7\x65\x22\x90\xe6\x33\x95\x63\x32\x48\x53\xc7\xca\x44\x0c\x90\xe6\x71\x95\x63\x32\x48\x73\xda\xca\xf1\x17\xa4\x49\x11\xe5\x28\x5a\xb7\x4f\x84\x4e\x18\xa4\xaa\xc7\x5f\x71\x41\x66\x58\x80\x34\x0f\xa6\x9c\x32\x83\x74\x7c\x2c\xa7\xcc\xa0\x6f\xbc\x29\x8a\x82\x88\x34\x99\x45\x4d\x10\xf1\xde\xb0\x46\xdb\xb4\x8d\x17\x0a\x87\x5b\x01\x10\xd1\x36\x67\x63\x6a\x7b\x88\x66\xac\x5c\x6d\x0f\x91\x26\xb8\xa8\xe3\x21\xfa\xf2\x57\x8e\x77\xea\x78\xb8\x7f\x5d\xcd\x0e\xf1\x76\xa3\xd3\x56\xb6\xf1\x91\x63\xb2\x76\xc7\x2d\xd0\x54\x6c\xaf\xdd\x81\x6b\x37\x6b\x6e\x30\x26\xed\x8e\x5c\xa0\x53\x73\xa5\x76\xe7\xa6\x20\x4d\x1a\x51\x69\xa3\xf6\x7e\xfb\x97\x74\xc4\x89\x28\x18\x0e\xf5\x8a\x68\x88\xf7\x67\x49\x9b\x27\x65\x26\x6a\x98\x70\x77\x26\xba\x9b\x97\x6e\x5e\xde\xee\xec\x71\x77\xd0\xc3\x0f\xdf\x1d\xf4\x40\x9a\x7e\xb0\x3b\xe6\xed\x8e\x79\x18\x8e\xdd\x88\x10\x48\xb3\x0f\x76\x87\xc1\xdd\x61\x10\xab\xb8\x9b\x37\x07\xde\x53\x72\x51\x8e\x70\x20\x5d\x54\x56\x6d\x43\x2c\x2a\x91\x97\x32\x1a\x22\xa9\x9a\x5c\x6a\x66\x88\x74\x1d\x7b\x37\xb2\xb3\x2b\xdd\x88\xd8\x54\xed\x0e\x7a\x20\x9d\x5c\xef\x4e\x1e\x41\xa3\x5a\x74\xa9\xb6\x21\xd2\x65\xec\xdd\x61\x10\xa4\xeb\xc3\x4a\x6b\x88\xec\xf1\x37\x5c\xe7\xdd\xf0\x0d\x48\xd7\x1c\x77\x67\xa0\x20\x5d\x32\x55\x79\x43\xa4\x0b\x80\xbb\x4b\x68\x20\xbf\xf7\xd7\x49\x29\x48\xd7\xa0\x54\x51\x10\xdd\xb4\x06\xe5\x11\x44\x3a\xd4\x29\x8f\x20\xd2\x18\xfa\x6e\x14\x60\x3f\xbe\x3b\xc5\xd3\x71\xd6\x08\xda\xc6\xc0\xa0\x3e\x82\x48\x8a\x7b\xd7\xee\xa2\x04\x48\xa3\xe3\x2a\x1f\x88\x1e\xbe\x96\xa6\x4a\x83\x34\xec\xbd\x3b\x86\xed\x8e\x61\x38\x8b\xbb\xc1\x80\x9d\xd5\x6f\x23\xc9\xbb\x03\x16\xe8\x26\x46\xed\xc6\x07\xc0\xd2\x23\x53\xad\x40\x2c\xea\xbf\x97\x6a\x05\xb5\x3b\x60\xe1\xe4\x2b\x3a\x50\xfb\xcd\x4b\x89\xab\xae\xc2\x80\x48\x83\x37\xbb\xe1\x78\x30\x46\xf9\x2b\xef\xb4\xf3\x45\x9c\x34\x15\x06\xc4\xd8\xf0\x9b\x55\x18\x10\x89\x58\x7f\xed\xce\x17\x41\x1a\xe1\x51\x74\x40\xa4\x51\x0b\x15\x06\x44\x1a\xef\x50\x4d\x40\xa4\xb1\x87\xdd\x00\xfd\x6e\x65\xa9\xe1\x6b\xea\xb0\xb9\x3b\x6c\xe2\xc9\x1d\x4e\x18\x0f\xd5\x6e\x91\xf5\xaa\xc3\xf0\x00\x48\x1d\xfa\xc3\xd9\xd8\xe1\x6c\x0c\x87\xcf\x8a\xfc\x22\x9d\x02\x5b\x6b\x5f\xa4\xfe\xb0\xa5\xf6\xc5\x7b\xfc\x49\x5b\xb7\x8d\x1b\x8b\xa1\x39\xcc\x18\x06\x89\x8c\x49\x1d\x0e\x74\x07\x01\x6d\xdd\xb6\xc3\x11\x0c\xb4\x81\xac\x75\x1d\xce\xc7\x8e\xee\x39\xe9\x99\x59\x68\x60\x0e\xec\xf0\xe1\x14\x0d\xa4\x13\x7d\x4b\xf2\xd7\x61\x62\xda\x60\x8a\x73\xe8\x37\x83\x30\x4d\xe9\xd0\x6f\x06\x0d\x31\xbb\xb2\xfe\xbe\x68\xae\xb5\x1d\x8e\x69\xa0\x9b\x62\x61\x49\x7e\x91\x6e\x1c\x39\x8c\x72\x83\x74\x9e\x78\x38\xcc\x81\x91\x61\x93\x57\xf9\x8e\x5f\xe9\x9c\xcd\x8a\xfc\x22\x9d\x39\x1e\xce\xd9\x40\x3a\xcb\xb2\x22\xbf\x18\x94\x78\x2f\xcb\xeb\x8b\x74\x7e\x63\x79\x7d\xd1\xcc\x3f\xb2\xd8\xbd\xd8\x4c\x68\xb3\x8c\xbd\x58\x06\x08\x0f\x7d\xd3\x23\xbf\x57\xc5\x36\x4f\x99\x5e\x91\x4d\x5e\xd1\x8b\xe5\xd6\xc8\xc3\x28\x2e\x78\xff\x92\x77\xc5\x5c\x2c\x90\xce\x5c\xac\x47\x2f\x9a\xd1\xd8\xc3\xa0\x2a\x58\x68\x30\xd4\x61\x4a\x15\x48\x2d\xb8\x25\xea\xc5\x40\x6d\xb6\x0e\x53\xaa\x40\x8e\xef\x0f\x7d\xad\x59\xb3\xd6\xe6\x1e\xe5\xe1\x49\x96\xd2\x96\x1e\xae\x16\x83\x36\x07\xd3\xc4\xc3\x71\x12\xa4\x3b\x9a\x0f\xfd\x6d\x30\x28\x04\x5f\x87\x31\x55\xd0\x0d\x57\x1e\x8e\xa6\xa0\x7f\x57\x64\xbe\x2e\xe8\xd4\xb1\xaf\xc3\x59\x28\x58\xe9\xad\x70\xc6\x09\x52\x1b\x7c\x38\xe3\x04\xa9\x71\x3a\x5c\x07\x06\x2b\xbd\x15\x8e\xaf\x20\xb5\xca\x87\x73\xd0\xc3\x45\x5f\xd7\x32\x0f\xa7\x97\x20\x1d\xbf\x0f\xd7\x73\x41\xfb\xaf\xcf\xc6\xf9\x25\x68\xee\x7c\x3d\xcc\x55\x02\xa9\x0d\x3e\x1c\xad\x41\x0e\x1c\x83\xc3\xd1\xfa\xb8\xf8\xde\x18\x7c\x0e\x73\x95\x40\x7e\x6f\x8f\xeb\xae\xa0\x1b\x19\x3e\xdc\xc5\x72\x5c\x5f\x2f\xfc\x4b\x2f\x93\x85\x57\x43\x87\x87\xf3\x4b\xd0\x36\x2d\xc4\x61\x66\x12\xc8\xef\x25\x73\x08\x07\xf9\x7d\xe2\x2e\xbc\x82\xfc\xc6\x23\x73\x7f\x41\x8e\xfe\x67\x21\x8b\x3a\xdc\x0b\x03\xde\x5e\xd2\x25\x97\x6f\x41\xb3\xdc\xc9\xa1\x21\x38\xd4\x47\xd7\xef\x39\x5c\x98\x05\xf9\x5d\x9f\x63\x3c\xc8\xef\xc6\x1b\x26\x00\xf9\x3d\x32\x83\xc9\xa0\xb9\x90\x76\x38\xec\x1f\xcf\xd7\x0d\xae\xcf\xe4\xe3\xc3\xe4\xe3\xe1\x0b\x66\xec\xe0\x30\xf9\xd8\xd8\xc4\xe9\xd2\x2c\x58\x48\x99\xd4\xe9\x32\x2c\x48\x57\x6b\x4f\x4d\x01\x48\x03\xdd\xa7\x73\x63\x90\x83\x37\xff\x34\x60\x00\xd2\x6e\x9c\x06\x0c\x40\x8e\xcd\xc3\x1f\x36\x7d\x77\xc3\x83\x9d\xb6\x9d\xfc\xa5\x1d\xbb\x6c\xa2\xce\x03\x63\xfc\x69\x5c\x01\x6c\x8e\xae\xa7\xf3\x6c\x90\x83\xe0\xee\xe9\x3c\x1b\xa4\x17\x7e\x1a\x57\x00\xe9\xfd\x3f\xdd\x6e\x03\xd2\x27\x77\x36\x3b\xf6\x22\xad\x4e\x70\x1a\x44\x00\x39\x98\x8c\x9f\x4e\xc6\x41\x0e\xfc\x97\x53\xab\x05\x72\xe0\x39\x9c\x5a\xad\xf3\x9b\x9e\x7b\x7b\x5c\x9a\x05\x6f\x1b\x9d\xd5\x94\x81\x31\x9b\xe7\xbc\x6d\x62\xdc\xc7\x5d\x39\xdd\xc2\x02\x9a\x71\x91\xd3\x19\x3b\xc8\xc1\xc4\xfe\xd4\xb8\x9d\x1a\x37\xa6\xca\xa7\x93\xf8\xf3\x9b\xc4\x7b\xff\x0d\x14\x9f\x06\x8a\x19\xf8\xd5\xd9\x10\xe9\x58\x77\x6a\x02\x41\x33\x3b\xe3\x74\x5a\x0f\x92\x9a\xfe\xa5\xf4\x86\x78\x8f\x6f\x9b\xe7\x24\x4e\x3c\x98\xd7\xab\xbd\x21\x72\xe0\x37\x28\xbd\x21\xba\xa9\x37\xa7\xb3\x73\x30\xd2\xbe\x9a\x4f\x7d\x1a\x14\xfe\x6e\x86\x53\x71\xb0\xb9\xe1\x46\x05\x0d\x91\x83\xf1\xf5\x74\xf9\x14\x24\xb5\xea\xeb\x74\x61\xf4\x8c\xef\x60\xb6\x79\xb0\xb0\x67\x3c\x3a\xe7\xcc\x67\x7c\x8f\x89\x36\x13\xc3\x40\x5a\x84\xeb\x34\x31\x0c\xbc\x3f\xb3\xcd\x8b\x4a\xbe\x09\xe6\xff\xa7\xb1\x45\x30\xcc\xa1\x3f\x1d\x35\x40\x0e\x7c\x89\xd3\x68\x23\x18\x7a\xad\xa7\x83\x06\x48\x24\x58\xea\xbc\xfd\x4a\x6e\xbe\x12\x7c\x09\x2b\xdf\x8b\x74\x5b\xd1\xe9\xa2\x14\x18\xee\xca\xb0\x18\xbe\x18\x94\xf4\xae\xd3\x05\x28\x30\x74\xb0\x2f\x9d\xe2\xeb\x73\x8a\x79\xdb\x2f\xe7\x85\x20\x29\xfb\x5b\x97\x63\xc1\xe5\x58\x80\x4f\x61\x95\x7b\x31\x8c\x42\x59\xe5\x5e\x24\x32\xb7\x75\x39\x3c\x5c\x0e\x0f\xe1\xaf\x6e\x9b\x48\x73\xf0\x0f\xfd\xa2\x2f\xbf\x68\x82\x20\x97\xdf\xea\xe5\xb7\xca\x04\xdf\x32\xf4\xa2\x39\x13\xba\x9c\x75\x82\xb4\x24\xc4\xe5\x02\x0e\x48\xd3\x95\x2e\x37\xa0\x81\x74\xe7\xe0\xa5\xdb\x0c\x1a\xd2\x96\x75\xf9\xa9\x82\xb4\x1e\xd9\xa5\x27\x0d\x7a\xff\x8e\x75\xda\x74\xd2\x7b\xce\xe8\x67\x03\xba\xfb\x17\x2e\x3f\x9b\xcb\xcf\x26\x6d\xb2\xab\xc3\xae\x72\x0b\xfd\x92\x40\x22\x0a\x52\x97\x93\x49\xf0\x3e\x8f\xa2\x6d\xb3\x8d\xd1\x87\x51\xf1\xf2\x7b\xbb\xfc\xde\x88\x08\x5f\x7e\x6f\x97\x1b\xd0\xfc\xe0\x2e\x3f\x38\x90\x86\xa0\x2e\x43\x80\x20\xdd\xe2\x7b\x39\x9d\xbc\x9c\x4e\xe2\x54\x5c\x2e\x9c\x80\x1c\x8c\x17\x97\xf1\x3e\xd0\xdc\x3c\x7a\x99\x44\x7a\x91\x31\x3a\xf0\x59\x2e\x3f\x41\xd0\xcd\xff\xbf\xcc\x60\x00\x03\x31\x8c\xba\xfc\x2a\xaf\xef\xab\x9c\xb6\x79\x95\xf8\xbb\x83\x81\x5e\xa9\x80\xfa\xa4\x02\xde\x61\xe5\x8f\xd6\x59\x25\x01\xb1\x50\xb9\x2a\x95\x04\xc4\x88\xaf\x97\x3e\x8b\xe0\x59\xe0\xac\x28\x24\x20\x16\xc2\x5a\x75\x39\x0f\x06\x39\x70\x99\x2e\x13\x10\x40\x1a\x27\xbb\x4c\x40\x00\x6f\x27\xfd\x4b\x1f\x7f\x1a\x6e\xf1\x36\xb8\xdb\x00\x24\x5a\x25\x75\xb9\xdb\x00\xe4\xc0\xd9\x52\x10\xa0\x3e\x41\x00\xc7\xb0\xcb\x89\x30\x68\xd4\x86\xae\xcb\x54\x02\x90\x83\x8f\xfb\x32\xfd\x11\xa4\x5b\xce\x2f\xf3\x1a\x41\xa2\xd9\x5b\x97\x13\x55\x90\xe6\xf7\x5d\xae\x15\x81\xb4\x26\xcd\xe5\xac\xf4\xfa\x62\xa3\x0c\x91\x97\x49\xf7\x20\x07\xa1\xac\xcb\x99\x2a\x18\xbf\xef\x2f\x7d\xe3\x0e\xde\xb8\xb2\xc9\xbe\xbe\x48\x77\x3c\x5e\x4e\x5e\x41\x0e\x1c\xb7\xcb\x99\x2a\x48\x7d\x69\xe5\x06\x44\x3a\x40\x5e\x2e\x31\x81\xb7\x63\xfe\xcc\x5e\x9c\x5e\x38\x7d\x75\x8a\x0b\x72\xc3\xd9\xba\x9c\xe2\x5e\xdf\x14\x77\x7a\x4e\xaf\x9c\xc9\xab\x7b\x1c\x2e\xe3\x0a\x20\x37\x22\x06\x2a\x10\x88\xf7\x2f\xb9\x26\xa7\xaa\x20\x2d\x66\x71\x19\x6b\x00\xb9\xe1\xba\xa9\x37\x20\xda\x74\xf0\xbe\x0c\x23\x80\xd4\x81\xbc\x1c\xf5\xaf\x6f\xaa\xc8\x80\x7e\x19\x34\x00\xb9\xe1\x5c\x29\x1b\x20\x72\xc3\xad\xb9\x9c\x2a\x82\xcd\x9d\x02\x97\xc3\xfe\x65\x2e\xc2\x37\xe2\x1a\x45\x05\xb9\xe1\x2f\x5e\x86\x08\x40\xb7\x6a\xde\xe5\xec\x11\x74\x93\xae\x2e\x27\x8f\x20\x37\xbc\x93\xdb\x71\xf9\x76\xcb\xb2\x83\xfc\x6d\xf8\x12\x2c\x74\xe4\xea\x36\x42\x70\x33\xaf\xda\x70\x4f\xd4\x12\x10\xef\x5f\x6e\xb4\xdd\xb6\xdd\xfc\x8c\x83\xe9\x43\x82\xdc\xf8\x82\x6f\x4d\x2c\x68\x14\x1e\xad\x5b\xb7\x12\xa4\xa5\xf4\xac\x39\x2f\xd2\x6d\xae\xb7\xf9\xd8\x20\xad\x74\x74\xbb\xf5\x08\x74\x83\x5c\x56\xa6\x17\x69\x4a\xc4\x6d\xee\x35\x48\xf3\xa5\x2d\x30\x5f\xf7\x3a\x69\x7a\xef\xb5\xd5\xe4\x45\x6e\xcc\x67\xac\x26\x2f\x72\xc3\x3c\x58\x4c\x5e\x6c\xe6\x65\xdc\x66\x55\x83\xdc\x30\x81\xb7\x6b\x22\x60\xfb\x7d\xc7\xb2\xf7\x45\xef\x09\xcf\xdc\x3a\xad\x60\x73\xab\xf3\xed\x77\x7f\xef\xdf\x03\xe7\x56\xb8\x4e\x02\x72\xeb\x36\x85\x4d\xaf\xed\x77\xac\xbe\x75\x6d\x6f\x4b\x20\x69\xd5\x6f\x87\x0c\x90\x88\x52\x95\x05\xec\x45\x5a\x1b\xc8\x6a\xf5\xe2\xfd\x4b\x6e\x99\xfe\x2e\xc8\x0d\x17\xec\x76\x7c\x00\xe9\x96\xc0\xdb\xe8\x21\x48\x84\x3a\xea\x76\xc8\x00\xb9\x75\x9b\xec\xc5\xc1\x6a\xd0\x66\x93\xbd\xa0\x2a\x31\x05\xe0\xeb\x76\x14\x01\x23\xbf\x33\xda\xb1\x17\x9b\xae\xb9\x15\xed\xc5\xd4\xc8\xde\x2e\x5e\xdf\x2a\x49\x31\x62\xdf\x0e\x2c\xa0\x0d\xbd\xd6\xdb\x81\x05\xb4\xff\x6a\xf2\xf8\x6c\xcd\x71\x55\xd7\xca\xf4\xa2\x59\x5f\xe7\x36\x7f\xf9\x66\xa7\x2b\x52\xc3\x65\x65\x7a\xb1\xd2\x77\xcc\x65\x18\xd0\xdd\x10\x68\x61\x7a\x91\xdb\xb0\xc9\xbb\xf3\x62\x22\x25\x5f\xb7\x23\x0d\x18\xcb\x77\x5f\x37\xf9\xfe\xdc\x64\xba\x6a\xa0\x13\xa4\x0b\x63\xb7\x8b\x35\x20\xdd\x95\x71\x5f\x5f\x57\xf9\x00\x99\xbb\xdc\x2e\xa0\x83\xdc\x70\xd5\x6e\x27\xb4\x20\x37\x6f\xab\x13\xda\xfb\x73\x83\x63\xfd\xd9\x36\xdf\x7a\xc9\x20\x2d\xda\x73\x1b\x08\x05\xef\x51\x3c\x99\x4f\xc7\x71\xce\x1b\xea\xa0\x06\x72\xc3\xe3\xb8\x9d\xcb\xde\x84\x3d\x37\x9c\x04\x0b\xea\x8b\xdc\x18\x94\xad\xa7\x5f\xb7\x03\x18\x2f\xd2\xe3\xbc\xf5\x61\x92\xba\x31\x4d\x7a\x9c\x91\x3e\x4a\xb7\x63\x07\x1e\xdd\x4e\xd0\xa6\xd3\x48\x2b\xde\x8b\xb7\xad\xd1\x36\x6c\x1b\x64\x80\x70\x02\x47\x48\x90\x1b\x6f\x97\xf5\xed\xeb\xab\x6f\xef\x14\xce\xfa\xf6\xe2\x6d\xe3\x77\x46\x4c\x41\x77\x99\xef\xd1\x1b\x05\xb9\x31\x93\x78\x9c\x82\x82\x44\xeb\xbf\x2c\x4a\x2f\xde\x83\xf1\x33\x17\x6e\x9e\xf1\x9d\x94\xdf\xe9\x07\x82\xb7\x2d\x68\x3b\x6c\x23\xd3\xe2\xfb\x99\x37\x84\xe9\x2b\x7a\x4c\xf5\x38\x57\x7d\x3e\xaf\x8f\xe1\xd5\x5a\xf2\xe2\x6d\x5b\xb4\xed\xb6\x31\x5a\x4c\x7f\xe6\x09\x5e\x4c\xeb\x27\x5b\x26\x5e\x44\x62\xb8\x1e\xe3\x9c\x8f\xe9\x41\x5e\x81\xce\x21\x48\xcb\x3e\x3e\xc6\x39\x41\xba\x79\xd1\xfa\xf2\xe2\xed\x85\x6d\x1e\xcc\xac\x59\x2c\xaa\xa5\xe3\xc5\xe6\x96\xee\xc7\x69\x28\x48\xf7\xbb\x3c\x66\xc8\x3e\xf8\x86\xa6\x9d\x3c\x66\xc8\x82\x36\x1d\x3a\x1f\xfd\x45\x90\x9b\x0f\xca\x69\x26\xc8\x8d\xc1\xf4\x31\xf7\x15\xbc\x7f\x49\x37\x9c\x54\x82\xdc\x78\xe1\x1f\x2d\x1e\x78\x7f\xc6\xdb\xa1\xf3\x09\x72\xf3\xf5\xd3\xf9\x04\xb9\xe1\xc5\x3c\xce\x16\xc1\xb0\xd4\xda\x63\x75\x3d\xf0\x1e\x8c\xd7\xca\x7d\x3d\xe0\x6d\xe3\xaa\x34\x41\x8f\x26\xc8\x77\xd9\x5c\x54\x90\x46\x5f\x1e\x4d\x10\x98\x96\x81\x7d\x4c\x4f\x05\xb9\xf9\xda\x9a\x9e\xfa\x98\x9e\x8a\xbb\xf0\x14\xb5\xb1\xc4\x22\xe3\xf6\x29\x46\x24\xb1\x50\xbe\x7e\x5c\x58\x15\x8b\x09\xc6\xe3\xc2\xea\xb3\x53\xc7\x0b\x0b\xfa\xec\x24\x0b\x8a\xc5\xe7\xff\xb8\xd6\x2a\xd6\xb6\xfc\xd5\xb0\x69\xbc\x4d\xaf\x69\x79\x76\x62\x40\x62\xa1\x97\xff\xec\x7c\x9d\x62\xcd\x77\x74\x79\x5c\x91\x15\x0b\x09\xba\x67\xe7\x83\x15\x8b\xcd\x32\xcf\xce\x32\xc8\xb3\xbf\x13\x9b\x45\xa0\xf9\xd9\x71\x48\xc5\x9a\xcb\x7e\x9d\x36\x9d\x34\xd9\x89\xcb\xa6\xeb\x6d\x2a\xae\xb1\x79\xd9\xd4\x65\x99\x5f\xbf\xbe\xcb\x26\x4d\xdd\x3b\xc1\x68\xf0\xec\xd6\x60\x69\x74\xb5\x7b\xd9\x5d\x55\x37\x9b\xbc\xec\x4e\x46\xfd\xf0\x0f\xbd\x6c\x6b\xb0\x0c\x7f\xe5\x35\x76\xca\x36\x0c\xee\x7d\xf7\x1a\x2d\x40\xfa\xbe\xea\x8f\x8b\xc9\x62\x85\x97\xed\x73\x04\x2b\xbc\x20\x1c\xe5\x87\xf5\xe5\x15\xf6\xbe\x7b\xd9\xdd\x55\x35\xcf\xe8\x65\xbf\x58\x54\xa7\x7b\x14\xab\x16\xc5\x14\xfc\x51\xac\xfa\xf9\x94\xa9\x3b\x2d\xc3\x96\x8d\x1f\xbd\x47\x57\x38\x4a\x24\x03\xc8\x73\xb3\xce\xf3\xdc\xc4\xbd\x28\x09\xf2\xdc\x2c\xea\x88\x24\x0b\xf1\x51\x4b\xea\xb9\xa9\x2c\x40\x01\xf6\xe7\x66\x54\x7c\x6e\xb2\x28\xa9\x57\xfe\xdc\x0c\x8a\xcf\x4d\x24\x8c\x5a\xf1\xcf\xcd\x98\xf8\xdc\xe3\xfd\x14\xa8\xd1\xfd\xdc\x64\xf5\x3c\x37\x63\x22\x7b\xfb\x9e\x1b\x97\xfe\xb9\x59\xe0\xa6\x36\xf9\x73\x6f\xf6\x0b\x5f\xbd\xde\x79\xef\xf3\x78\x89\x80\xf9\xc1\xf3\x10\x74\x11\x8b\xb2\x39\x8f\x62\x2d\x82\x19\xf4\xf3\x10\x91\x15\xc4\x68\x1f\xd5\x5b\x84\x37\xf4\x21\x2c\x23\x98\x54\x3c\x5a\x37\xb1\x7e\xbf\xff\xb6\x75\x6a\x8c\xff\x6e\x94\x1f\xec\xe0\x0b\x05\x59\x69\xd9\x6d\x21\x9d\x70\xd1\x72\xd8\x42\xad\x2d\xbb\x72\xda\x72\xfe\x8f\xbf\x7c\x9b\x1e\x42\xb7\x82\x8d\x17\x8f\x56\x55\x50\x2d\xf7\x79\xfc\xb4\x01\x15\xaf\x1e\xcd\xec\x83\x11\x64\x2f\xcb\xf3\x34\xcf\x8e\xc6\xcb\x3b\xf9\x78\x94\x78\x11\xbe\x6d\x2a\xbc\x08\x72\x3f\x9f\xc7\x0f\x0a\xa0\x17\xfb\x28\xf9\x22\x28\xbd\xf8\x68\x5c\x05\x95\x80\x1f\x6d\xeb\xf3\x7c\x0f\xfe\x6d\xf1\xb9\x2b\xbe\x92\x5c\xfb\xf0\xec\x03\x05\x74\xee\x8f\x2f\x02\x20\xd4\xf6\x68\x2e\x05\x25\x0b\x1f\xe5\x59\x04\x85\xf5\x9e\x67\xf3\xec\x2f\x70\x18\x1f\x2d\xea\xf3\xcc\x77\x40\xf1\x91\x4f\xcf\x8e\xd4\xb5\x77\x63\x7a\x76\x84\x52\x82\x2b\x9d\x9e\x7d\x22\x1b\xc2\x75\x4d\xcf\x4e\x49\xba\xe0\xb5\x08\x8f\x5c\x0a\x17\xbd\x2d\xb7\x67\xbf\xdd\xb9\x44\x8b\xef\x20\xcb\x23\x93\xe3\xdc\xbe\x82\x08\x19\x6d\x5c\xd7\xed\x2b\xf8\x62\x51\xf1\xe9\x51\xe8\x42\xa4\xaf\xf7\xed\x0b\x44\xb9\xe6\xfe\xff\x16\xb7\x79\xff\xff\xaf\xfb\x3f\xfe\xbf\xff\xf9\xbf\xf6\x7f\xfc\xef\xfd\x5f\xef\xbf\xce\xff\xfc\xe7\x3f\xef\x7f\xfb\x8f\xeb\x5f\xce\xff\xf8\xeb\xff\x7f\x5b\xff\xba\xee\xe7\x5f\xfe\xed\xfe\xe7\xfd\x7f\xfe\xfd\x3f\xff\x79\xde\x7f\xfd\xe3\xdf\xff\xf1\xfe\x15\xff\xfe\x6f\x00\x00\x00\xff\xff\xb5\x0d\xdf\x1d\xc7\x89\x02\x00"); -var _cbgg =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\x97\x4f\x6f\x1b\xbd\x11\xc6\xef\xfa\x14\x7b\x4c\x0f\xa9\x49\x0e\xb9\x4b\x02\x86\x81\x22\x41\x51\x07\x48\x5b\xd4\x49\x5a\xa0\xe8\x61\x25\x91\xae\x80\x5a\x16\x64\xfb\x90\x6f\x5f\xcc\xef\x91\xfd\x3a\xef\x41\xe0\x33\xc3\xf9\xf3\x90\x1c\x0e\xb5\x57\x9f\x6e\x3f\xdf\x1e\x0f\xcf\xd3\xd5\xdf\xcf\x8f\xbb\xbb\xfe\x3c\x8d\xc3\x71\x7f\xee\x4f\x8f\x2f\xe7\x5d\x9f\xb6\xfd\xfe\x70\xdc\x6c\x62\x9a\xf6\x87\xdd\xf3\xab\xc8\xb0\x7b\x58\x4f\x9b\xcd\xd5\xf7\xe3\xe1\xcb\xed\xdd\xc7\xef\xdf\xfe\x1c\xe7\x8f\x7f\x99\x5e\x9e\xfa\x65\xe2\xd3\xed\xe7\xbb\x9f\x4f\xcf\xfd\xe1\xf6\x38\x1e\x27\x53\x80\xfd\xcb\xe9\x12\x64\x9a\xae\xfe\xd1\xef\x0f\x4f\xcf\xe7\x9f\xd3\x87\x3f\xed\x1f\xb7\xfd\x0f\xd3\xbe\x0f\xd7\xff\xed\xbc\xef\xe7\xc3\xf1\x7e\xfa\xf0\x65\x3d\xad\xc7\xf8\x36\x71\xf7\x72\x3a\xfd\xaf\x3f\xf4\xe3\xf3\xb4\xa0\xeb\xc7\x3d\xe3\xe6\xea\xd3\xd7\xf5\xf4\xd7\xf5\xa1\x4f\xbf\x12\xfa\xc1\x34\xb3\x3f\xfa\xf9\xe9\xf0\x78\x9c\xe2\x1f\x43\xa8\xbf\xa9\xbf\xfd\x3c\xf5\x29\x5e\xa2\xfc\xeb\xfb\xed\xe7\xe9\xdf\x71\x8a\x61\x4a\x65\x8e\xe9\x3f\x17\xfd\x3f\xbf\x3e\xee\xdf\xac\x62\x08\x5a\xc3\xee\xb0\xdf\xfd\x77\x3d\x6f\xae\x43\xd8\x86\x9b\xa9\xa6\xb9\x6d\xae\x53\x88\xe1\x66\x5a\x6a\x33\x70\x01\x27\xf0\x0c\x2e\x8e\x93\xf4\x15\x2c\xfd\xe2\xd8\x92\xc7\x59\xf0\x35\x73\x5c\x1d\xc7\xe6\x31\xad\x02\xa3\xc3\x19\x98\x1c\x36\xa0\x39\xf4\x18\x71\x97\x6f\xa6\x6a\x31\x82\x0b\x38\x80\x67\xb0\x73\x89\xdd\x71\xb8\xe0\x05\x9c\xc1\x15\x8c\x6f\x6f\x60\xcf\x6f\x6d\x7b\x33\xc5\x14\x73\x45\xd8\x21\xcc\x12\xf6\x9a\x59\x10\x3a\x42\x09\x08\xe3\x9d\xd9\x1a\x64\xd6\x10\xa2\xcc\x66\x84\xf4\xde\xcc\x34\x53\x10\xb2\x04\xcd\x94\xf7\x66\xb3\x66\x48\xba\x3a\xff\xd7\x89\x0a\x96\xbe\x81\x95\x64\x7d\xef\xbd\xf5\x89\x25\x81\x77\xe0\x08\xde\x83\x9d\x7c\x09\xbb\x9b\x69\xc9\x1c\x56\x09\x7b\xf0\x02\xee\xe0\x19\x3c\xc0\x1e\xb3\x70\xe8\x25\x18\x38\x82\xf1\x8d\x09\x9c\xc1\x06\xc6\x37\x66\x7c\x23\xb8\x80\xe5\x3b\x83\x13\x78\x01\xcb\xb7\x82\x1b\xb8\x11\x47\xbe\x2b\x18\xce\x71\x0b\x96\xaf\xf3\x2f\x49\x31\xf7\x60\xf8\xc7\x0e\x16\xb7\x01\x26\x7e\x82\x7f\x82\x5b\x82\x7f\x22\x57\x82\x7f\x62\x8d\x14\x6d\x31\x7c\x29\xda\x62\xc4\x4f\x0b\x98\xbc\xa9\x82\x15\x13\x9e\x14\x65\x49\xf0\x34\xc5\x87\xa7\x29\x26\x3c\x23\x31\x0d\x0e\x11\x1b\xcb\xac\x05\x5f\x23\x66\xc0\x3e\x63\x93\x59\x7b\x86\x67\x66\xed\x19\x9e\x19\x0e\x99\x7d\xa6\x22\x4b\x26\x0e\x65\x57\x32\xfc\x33\xf1\x33\xfc\xb3\x62\xc2\xbf\xb0\x96\x4c\xae\xe2\x71\x66\xdf\xc3\x9a\x52\x04\x7b\x6d\xa4\xd8\xc0\x1d\xbd\x6c\x06\xd8\x39\x2c\x41\x95\xbc\x78\xd0\xc5\x6b\xbc\xa6\xd0\x36\xd7\x16\x38\x8c\xea\x07\x69\x81\xc3\x68\x5e\xfa\x16\x38\x80\xe6\x55\x6c\x81\xc5\xb4\x58\xc1\x06\xc6\x17\xd2\xcd\x13\x58\x80\x68\x73\x42\x16\x72\x03\x27\xc7\x33\xf6\x7e\xd8\x16\xaa\x30\xb9\xaa\x7c\x0b\x58\xbe\xe4\xad\x1d\xbc\x78\xff\x7c\x6d\x62\x9b\x9a\x7f\xd7\xd5\x2c\xf8\xad\xaf\x69\x21\x47\x63\x33\x16\x72\x73\x99\x67\x33\x09\x10\x4f\x10\x5f\x95\x1c\xe2\x2b\xc9\x0d\xe2\x2b\xc9\x2f\xf6\x10\x37\x82\xee\xb0\x37\x88\x77\x61\x88\x77\xf9\x42\xbc\xcb\x17\xe2\x1d\xe2\xc6\x86\x0d\x6d\xaa\xc7\x4c\x63\xdc\x4c\xc9\x42\xf1\xc4\x16\xbc\x17\x9b\xf7\x20\xb3\xe0\x3d\xd4\xbc\xd4\xcc\x82\xb7\x93\xd8\x66\x4d\xd0\x18\xc9\x6c\x61\xd6\x44\x44\x58\x24\x14\x84\x2a\x41\x66\x4d\x82\x82\xad\x12\x66\x84\x2d\xc2\xa2\xc8\x3b\x09\x09\x41\xa7\xcd\x04\x57\xbe\x65\xb2\x44\xd2\x67\xe9\xe9\xcb\x26\xac\xec\x55\x42\x65\x82\x45\x45\x25\xaf\x44\xa5\x00\xad\xc0\xca\x2f\x68\x35\xb6\xdc\x12\xab\xcd\x10\x4c\x5a\x2d\xfb\x63\x7e\x73\x5d\x90\xc7\x0c\x27\x4d\xb0\xb9\x99\xc5\xfa\x15\xad\x46\x65\x1a\x57\xb4\x5d\x32\xec\xe5\x4c\x0a\x8b\x18\x91\xc2\xa8\xf7\x10\xf0\x36\xed\x74\x06\x93\xc1\x2f\xa0\x99\x2d\x18\x45\x4d\x54\x09\xe4\xb0\x06\x5b\x72\xd8\xaa\x09\xb9\x6c\x99\x50\xbe\x9d\x26\xd8\x10\xdb\x4b\x20\x7b\x8e\x12\x30\xcb\xec\x82\x32\xfa\x2d\xa9\x56\x84\x95\x30\x49\xa0\xf2\xb4\xe9\x79\x65\x81\xb0\xca\x1c\x92\x88\x64\xb6\x96\x0a\xb3\x42\x65\x6b\x3b\x8b\xd6\xaa\xf5\x15\x93\xa0\x99\x2c\x81\x5d\x28\xe4\xce\x58\x2d\xbc\x99\xe1\x22\x68\x1d\x4a\xb2\x68\x1d\x99\xc3\x5c\xba\x04\xce\x63\x19\x9c\x66\xde\x5c\x8f\x11\xb8\x71\x5e\x6e\x63\x04\x5a\xce\x82\x3e\xea\x2d\xf3\xfe\x3f\x86\xda\x89\xef\xdb\x18\xc6\xa1\xf9\x1b\x34\x86\xa1\x0f\x38\xd8\xe0\xa6\x04\xc7\x45\x36\x05\xac\x1b\x34\x83\x65\x2f\xdc\x5f\xdb\xd5\x18\xdc\xca\x5a\xdb\x2f\xad\xc2\x96\xb7\x56\x71\x5e\x8f\xf7\xdd\x1f\x4f\xff\x07\xe4\x43\xa4\x35\x14\x3d\xa2\xe8\x4a\xf0\x7d\xcc\x95\x9e\xed\x3d\xd2\x07\x0f\x9b\x17\xda\xb2\xdf\x4b\x1f\x78\x05\xab\x5e\xdc\x59\x2a\x1e\x40\xfe\x01\x15\xbf\x8a\x3e\x34\x54\x72\x5c\xa5\xda\xa2\xd2\x33\x63\xa8\x12\x5d\xdf\x20\xe1\xe5\xeb\x03\x8f\x5d\xd4\x83\x12\x51\x19\xef\x04\xbd\xbb\x58\x91\x8a\xa7\x20\x10\xde\xeb\xd3\x07\x5e\x2b\xfe\x2a\x15\x53\x2c\x36\xb4\x64\x3d\x18\xb2\xa2\x9e\x0a\x17\x3d\xf8\x7a\x7d\x48\x6c\x1d\xcd\x0a\xf6\x16\xf8\x67\xd0\x02\x2a\x6f\x07\x3e\xd0\xea\x02\xad\xd1\x3b\x81\x0f\x0b\x7b\xa8\x36\x1a\x2f\x9e\x8d\x43\xa7\x19\x84\x56\xd0\xb5\x99\x02\xa1\x63\x0e\xa9\x06\x37\x8f\xc2\x8c\xc3\x77\xdf\xe2\x68\x6a\xd6\x86\x6e\x95\x6e\xa0\x53\x69\x8a\xae\xf1\x7a\xc5\xa6\xab\xed\xf5\xe6\x8d\xc6\xd4\xcb\xa8\xda\xb8\x4a\xa7\x76\x50\xf1\xf5\x17\xcc\x5b\x44\x94\x4e\x9d\xa7\x4a\xa7\x8e\xd5\xd4\x4f\x14\xcf\x82\x3a\x06\x85\x6f\x59\xba\x22\x9d\x5a\x8a\xec\xb2\xec\x92\xae\xaa\x49\x37\x4b\xa7\x6b\xba\x95\x4e\xb7\x2a\xa9\x21\x88\x4b\x91\xaf\xfa\x69\x29\xd2\xc9\xd7\x77\x6f\x0c\xce\x62\x0c\x2a\xa9\x36\x54\x65\xa0\x9a\x2f\x7f\x52\xe3\xa5\xda\x55\xdc\x08\xfe\x4d\xf3\xf6\x8d\xb1\x7b\x39\x9f\xfb\xf1\x99\x2f\x1a\x3e\x22\xfc\xc3\xe0\x70\xec\x6f\x9f\x4d\xa7\xc7\x93\x7b\xf1\xfb\x7f\x00\x00\x00\xff\xff\x03\x19\x3b\x09\x62\x0d\x00\x00"); -func _eefa ()(*asset ,error ){_aad ,_bag :=_efc ();if _bag !=nil {return nil ,_bag ;};_dbe :=bindataFileInfo {_b :"Adobe-CNS1-2",_ffe :1781,_ag :_ed .FileMode (436),_ac :_c .Unix (1580491179,0)};_cfb :=&asset {_abe :_aad ,_ece :_dbe };return _cfb ,nil ; -};func _adae ()(*asset ,error ){_fgca ,_geb :=_ggd ();if _geb !=nil {return nil ,_geb ;};_daaf :=bindataFileInfo {_b :"Adobe-CNS1-7",_ffe :1877,_ag :_ed .FileMode (436),_ac :_c .Unix (1580491225,0)};_dcd :=&asset {_abe :_fgca ,_ece :_daaf };return _dcd ,nil ; -};var _ecb =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\x9b\xdb\xab\x65\x37\x72\xc6\xdf\xcf\x5f\xb1\x1f\x27\x0f\x89\x97\xa4\xba\x48\x70\x38\x10\x66\x06\xe2\xc0\x24\x21\xce\x0d\x42\x1e\xd6\xda\x6b\x6d\xd3\x10\x9f\x3e\xb4\xdb\x0f\xfe\xef\x43\xfd\xbe\x6d\x87\x19\x02\xce\x83\xf9\xdc\x5f\x4b\x5a\xa5\xaa\x52\x5d\xa4\xdd\xdf\xfc\xfe\xdb\x3f\x7c\xfb\xfe\xe9\xeb\xed\x9b\x7f\xfa\xf2\xf9\xfe\xdd\xf5\xf5\xf6\xf8\xf4\x7e\x7e\xb9\x7e\xfc\xfc\xd3\x97\xfb\x75\x3b\xae\xef\x3f\xbd\xbf\xbc\xb4\x7e\x3b\x3f\xdd\xbf\xfe\xf2\x47\xe0\xfe\xc3\xfe\xf1\xf2\x52\xf3\xbf\xfb\xf9\xc7\xaf\xd7\x0f\xdf\xbe\x3f\x3e\xdf\x86\xc6\x9d\x3f\x7d\x3c\xc7\xde\x6e\xdf\xfc\xf3\xf5\xfd\xa7\x1f\xbf\x7e\xf9\xf9\xf6\xbb\xbf\x3d\x3f\x1f\xd7\x5f\xdd\xce\xeb\x51\xfc\x3f\x7e\x39\xaf\x2f\x9f\xde\xbf\xbf\xfd\xee\xef\xf7\x8f\xfd\xbd\xfd\xfa\x17\xdf\xfd\xf4\xf1\xf1\xdf\xd7\x0f\xd7\xfb\xd7\xdb\x06\x77\xbd\x9f\xe0\xcb\x37\xbf\xff\xd3\xfe\xf1\x0f\xfb\x0f\xd7\xed\x9b\x9c\x7f\xfd\x77\x90\x70\xff\x76\x7d\xf9\xf1\xd3\xe7\xf7\x5b\xdb\xfe\x66\xdb\xe2\x7f\xf9\x7f\xf9\xf9\xe3\xba\xb5\xe7\xe4\xff\xf8\xd7\x6f\xff\x70\xfb\xcf\x76\x6b\xdb\xad\xfb\x30\xff\xaf\x27\xff\xef\x7f\xfa\x7c\x5e\xcf\x4f\xbd\x34\x09\x7e\xff\x7c\x5e\x3f\x7e\xec\xf7\xeb\xcb\xfe\xfe\xfd\xf5\x72\xbb\xbd\xf6\xd6\xdb\xdb\xed\x35\xff\x98\x7f\x7c\x2b\x89\xfe\x62\xc4\x4b\xdb\xb6\xe7\xd4\x4f\xa7\xa8\x5f\xa6\xf4\x96\xd7\xdb\x2d\xc6\x78\x79\xed\x5d\x4c\xef\xd7\xdb\x2d\x7b\xbe\xbc\xf6\x31\xb6\x62\xc6\x58\x6f\xb7\x9c\x5b\x31\xc6\x98\xe1\xfb\xdb\x2d\x17\x4c\x88\xc9\xfd\xed\x36\x5b\xbc\xbc\x76\xd3\x3a\x96\xe3\xed\x36\xad\xbf\xbc\x76\x17\xe3\x19\x6f\xb7\xd5\xfd\xe5\xb5\x87\x98\x18\xf3\xed\xd6\xb6\xd6\x8a\xd2\xd2\xe1\x50\xa3\x46\xa5\x46\x65\xfd\x4d\xdb\x7c\x15\xe5\xa2\x12\x6a\xf5\x97\xd7\xb1\x31\x4a\xd0\x5a\x2d\x3f\xb6\xde\x45\xf5\xb7\x5b\xb2\xbb\xb1\xf5\x21\x6a\x32\x2a\xa1\x96\xa8\xf5\x76\x9b\x3d\x02\x6a\x87\x1a\xac\x35\xac\xa8\xa1\xb5\x0a\x72\x45\x83\xd2\x5a\x05\x39\xc6\x06\x65\xa2\xf6\x9a\x68\x9a\x78\x88\x3a\x10\x42\xd4\x1d\x2a\xce\x1a\xe5\x48\x1f\x97\xa8\x8b\x51\x48\x1f\x0f\xa8\xec\x6f\xb7\xd6\x37\xa4\x4f\x7d\xb1\x20\x63\x20\x6a\xea\x8b\x79\x30\x6a\x42\x69\xf9\x82\x8c\xc1\x1e\xf3\x14\x75\xd5\xa8\x56\x94\x2c\x3f\x5a\x6d\xbb\xf5\xb6\xa0\x76\x51\x3b\x13\x27\x14\xd2\xb7\xda\x57\xeb\x9d\x51\xc3\x45\x39\xa3\x44\x85\xa8\xd2\x6a\xb7\x0d\x6a\x89\x2a\xa7\x89\x27\xa5\xe5\x6b\xf7\xad\xa3\x9c\x36\x4e\x51\x27\xa3\x3a\x14\x9a\x68\x58\xbb\x1b\x42\x58\x17\x85\x1d\x6d\x40\xa1\x89\x16\xa5\xe8\xee\x50\x21\x51\x03\x45\x6b\xf9\x40\x13\x4d\xdb\x5e\x45\xc9\xbd\x47\xef\xf9\x76\x6b\xa3\x0d\xa8\x29\x6a\x32\xd1\xa1\x96\xa8\x92\x7e\xc4\x82\xda\x45\xa1\x1c\x0b\x28\xbe\xd8\xfd\x51\x6b\x75\xd6\x8a\x0d\xaa\x20\xc3\x12\x4a\x5f\xcc\x52\xf4\x48\xa8\xd4\x5a\xa9\xb5\x26\x94\xd6\x2a\xa3\x35\xc3\xda\x5d\x46\x03\x32\x0c\x21\xf2\x12\x75\x31\xaa\x84\x18\xda\x10\xd0\x6c\x4b\xa8\x2e\x0a\x7d\xf9\x06\x85\xbe\x38\xb8\xcd\xb6\x5a\x6b\x48\xab\x40\xd8\x62\xa2\x3d\x47\x95\x1d\xcd\x1a\xd4\x12\xb5\xde\x6e\xbe\xb1\xc7\x61\x48\x3f\xc2\x18\x55\xd2\x8f\x70\x51\xf8\x84\x33\x31\x42\x54\x59\xc8\x12\x51\x65\xa1\x21\x0b\xe1\xf7\x43\x16\x1a\x38\xb9\x4d\x28\x39\xf9\x90\x93\x63\xda\x21\x27\x1f\xe9\x35\x6a\xb1\xa1\xd4\xf2\x05\xbe\x70\xf2\x91\x29\x6a\x31\x4a\x13\x25\xaa\x14\xed\x06\x25\x21\xa4\x42\xb6\xad\x50\x35\x0c\xe5\xf8\x56\xd2\x9b\x94\x63\x72\x39\x77\xa8\x21\x6a\xbc\xdd\x5c\x42\x98\x99\xa8\x32\x9a\x73\x1e\xcd\x4e\x51\x18\xcd\x45\x61\x34\x73\x96\xc7\x73\xcc\xb5\x7c\x41\xc4\x9c\x50\x5a\x1e\xad\x3a\x2a\x34\x69\xd5\x9e\x5a\x45\x54\x69\xd5\x90\xde\xb3\x84\x50\x58\x1d\x5e\x8e\xd9\x7c\x39\xd4\x21\x4a\x8a\x9e\x50\x28\xda\x47\xf9\x6a\xe0\x39\x6e\xf8\x2a\x90\x51\x71\x75\xb8\x69\x2d\x96\x0f\xc2\xa3\x62\xb4\xa0\xc5\x5c\x50\x5d\x14\xca\x89\x0d\x6a\x88\x2a\xdd\xc7\x6a\x50\xbb\x28\x74\x1f\xa2\x90\x2b\xcc\x19\xc5\x5a\x16\xa2\xe2\xed\x96\x96\x06\x95\xa2\x4a\x88\x94\x10\xf6\x10\xf5\x60\xad\x72\x93\x70\xa4\x8f\x72\xa0\x96\xe8\x3e\xe2\x14\x85\xee\x63\x40\xa1\xfb\x28\x67\x6a\x49\x70\x0f\x39\x13\x90\x11\x7c\x31\x5d\x54\xa9\x30\x93\x89\x72\x13\x20\x23\x1c\xea\x2e\x8a\x2f\x4e\xb6\xad\x23\x1a\x3a\xa2\xcf\xe5\x9f\x5f\x44\xfa\xd9\xc9\xc4\xbf\x24\xdc\xff\x2b\x07\x0f\xe5\xb7\x91\x1d\x19\xe7\x80\x32\x51\x92\x31\xa1\x90\x31\x2b\xd4\xb6\x9c\x50\x23\x45\x25\xa3\x26\x14\xb1\x2c\xcb\x31\xdb\xc4\xcc\x69\x9a\x68\x78\x11\xb1\x2c\xa5\xf4\x2c\x27\x6d\xb3\x6f\x50\x97\x28\x12\x50\x8a\x42\xe9\xe4\xda\x36\x89\xfd\x29\xbf\x05\x32\xb2\x41\x0d\x51\x7c\x91\x24\x9b\xae\x2f\x3a\x5f\xcc\x0e\xa5\x2f\x56\xc5\xd0\x26\xd6\x4a\x3f\x44\x95\x86\xdb\xd4\x5a\x68\x38\xa3\x34\x41\xd1\x30\x32\xa4\x89\x40\x13\x98\x26\x75\x2c\x32\xb7\x1a\xc5\x49\xa1\x10\x78\x42\x06\x5e\x94\x29\x51\xb3\x62\xd9\x0c\x51\x4b\x14\x39\x29\x1d\x6a\x17\x85\x26\x24\xaa\x0c\x08\x64\x10\xb8\xa6\x2c\x34\x07\x72\x11\xc2\xa7\x32\x3d\x90\xf1\xa4\x90\x6b\x1a\x72\x11\x59\xa6\xce\x13\x90\x91\x13\x0a\xb9\x26\xfe\xb1\x5a\x29\x7a\x69\xf9\xc5\x09\x5e\x68\x75\xe9\xa4\x2c\x9d\xe0\x5c\x50\x28\x67\xe1\x00\x8b\x50\xb9\xe4\x00\x4b\x0e\x80\x47\x2e\x39\xc0\x22\x96\x2d\x52\xde\xd2\x17\x97\x62\x19\x8a\x5e\x8a\x65\xab\x74\xdf\xb7\xad\x34\xb1\xa4\x7b\xc0\x27\x61\x77\x39\xde\xbd\xea\x88\xf5\x6d\x30\x31\x9e\x14\x0e\x2f\x21\x74\xc4\x56\x1d\xb1\xbe\x91\x0e\x96\x8e\xd8\xd2\x11\xc3\xa3\x97\x8e\xd8\x2a\x73\xf4\x8d\x80\xba\x64\x8e\x25\x73\x4c\x44\x95\x39\x56\x29\xa7\x6f\x44\x96\x5d\xca\xd9\xcb\xe5\xfa\xc6\x41\xdc\xe5\x72\x40\xc6\x14\xc5\x17\xf7\x0a\x8f\xbd\x55\x01\x3a\xf6\x48\x51\x52\x8e\x28\x94\xb3\x23\x6a\xc3\x0b\x77\x89\xba\x3f\x45\x4d\x28\x17\x55\x42\x34\xf2\xee\x21\x21\x8e\xce\xf2\x2e\x2a\x45\x69\xf9\x09\x35\x45\xad\x1a\x45\x34\x38\x14\x04\x0f\x05\xc1\xa9\x89\x87\xa8\x83\x51\xa2\xee\xa2\xa8\xd8\x48\x2d\x47\x47\xd1\x47\x99\xb3\x37\x7c\xe2\x50\x49\x75\xa8\xa4\x5a\xa2\xb4\xbc\x44\x45\x85\x77\x89\x7a\xaf\x20\xda\x55\x19\xdd\x6d\x8a\xa2\xc0\x59\xa2\x96\xa8\x55\xc9\x9f\x4c\x7f\x57\x5a\xbf\xd7\x49\xed\x2a\x96\xee\x9e\xa2\xd8\xe3\x93\xd2\x5a\xe5\x26\x7d\x50\x6f\xde\xe5\x26\x77\xe7\xc0\x90\x80\xee\x4e\xe8\xb8\x23\xd7\x68\x45\x9d\x92\xeb\x2c\x4d\xf4\x41\x65\x74\x4a\x13\xa7\x9c\x7c\x89\x42\x13\x67\x1d\xa5\x3e\xc8\x5c\xa7\x8a\x4b\x20\x63\x89\x42\xae\xb3\x0a\x89\xae\xf2\xec\x54\x21\x71\xca\x31\x97\x28\x1c\xf3\xac\xa0\xd0\xad\x97\xf4\xa7\x82\xc2\x49\x6d\x91\x64\xfa\x53\x0e\x70\x22\xaa\x51\xc5\x5f\x12\xf5\xaa\xe8\xdb\xa5\x9c\x4b\xd1\x17\xc8\xa4\x3c\xbb\x3a\x72\x5d\xd5\x11\x74\x23\xad\x5f\xea\x08\x80\xcc\xcd\xa0\x4c\x14\xcb\xe3\xd1\xd7\x78\x88\x7a\x30\xaa\x94\x73\x29\x15\x5f\xce\x17\x09\x43\x97\x82\x28\x90\x49\x24\xbf\x14\x44\x2f\x67\x2d\xcc\x71\x49\xd1\x40\x26\xd5\xdf\xa5\x12\xf4\xaa\x20\xda\x5d\x42\x28\x88\x02\x99\x18\xed\x52\x10\xbd\xd8\xb6\x53\x10\x3e\xb4\xed\x07\xee\xeb\xf4\x20\x0f\xb9\x2f\x90\xf9\x1c\x85\xd1\x1e\xe5\x07\xdd\xa9\x96\x1f\xbe\x44\x95\x63\x26\x21\xed\xe1\x9a\x58\x72\x75\xa7\x41\x7b\x48\x2e\x20\xb3\x9a\xbd\xf1\x50\x69\xfc\x08\xd6\xc2\x68\x8f\xd0\x5a\xa1\xb5\x34\x51\x6b\x21\x6a\x94\xf4\xa6\x66\x4f\xd0\xa3\x52\x93\xa9\xd9\x13\x64\x56\x61\x6f\x6a\xf6\x6c\x33\x46\x8d\xf6\x9b\xa9\xd8\x36\xd3\x22\xa6\x45\x0c\x4a\x8b\x94\xbe\x3a\x45\x85\x6d\x14\x61\x82\xcc\xf2\x6e\xdb\x08\x36\xb6\x55\x4e\xea\xb8\x9f\x6d\x29\x19\x53\x6b\x05\x94\xd6\x22\x08\xa2\x02\xdb\x08\x82\xb6\x51\xa1\x66\x63\x73\x94\x1e\x46\xb3\xd6\xb3\x3a\x33\x53\xb3\x66\x8d\xf8\x93\x55\x85\x5b\x23\xfe\x08\x32\x2b\x87\x5b\x23\xfe\x08\x82\x62\xc7\x68\xef\x5e\x8d\xce\xac\x67\x85\x70\x53\x67\x26\xc8\xec\xa2\x76\x28\xab\xf3\x94\x15\xc2\xad\x55\x4d\xfb\x84\xcc\xde\xa1\x4e\x51\xc8\x55\x45\x89\x35\x4a\x04\x41\x3e\xe5\xa2\x2e\xb3\x86\x93\x66\x22\x97\x6b\x94\x9c\xb4\x0e\xa2\xb5\xd0\x28\x2c\x9f\x13\x51\x43\x72\xc9\xf2\xd5\xc0\x1b\xed\xdd\xab\x35\x69\x62\xd5\x28\xf5\x6f\xd6\xab\x89\xec\xb3\x3a\x59\xeb\x34\x91\x82\xcc\xce\x28\x9a\x48\xeb\xc6\x28\x83\x92\xf4\x40\x52\x55\x5a\x37\x8d\x22\x0b\xce\xaa\x2a\xad\x93\x05\x05\x99\x7d\x42\x69\x62\xd4\x39\x27\xf9\x5b\x8f\x21\x8a\x73\x8e\xfb\x75\x8e\x98\xf5\x8a\x39\x7d\x56\x24\xb6\x4e\x03\x2f\xc8\xac\xc8\x62\x3d\xd9\x76\xaf\x98\xd3\xa7\x36\x44\xb6\xb1\x9e\x38\x13\x16\xea\x34\x32\x46\x2f\xd8\x57\x05\x1b\x53\x2f\x28\xc8\x1c\xa2\x24\x3d\xca\xa1\x90\x30\xf5\x82\x36\x70\x93\x85\x7f\x0d\xb9\xc9\x90\x9b\x0c\x83\x9a\xa2\x26\xa3\x26\xd4\x12\x85\x17\xd6\xd1\xb7\xc1\x39\xb7\xd1\x11\xa2\x6b\xad\x53\xd4\xc5\xa8\x84\x62\x8f\x63\x68\x14\x13\x65\x8e\x21\x73\x8c\x05\x85\xa8\xa3\x34\xd1\x97\x21\xaa\x34\x01\x64\x3e\x29\x49\x8f\x72\xd6\xe2\x8b\x52\x0e\x90\x69\xa2\x42\xd4\xc1\xa8\x80\xba\x8b\xc2\x68\x55\x36\xda\x90\xbe\xe8\xf2\xc6\x86\x0a\xd5\xe5\x99\x95\xa8\x83\x9a\xc7\x4c\xa2\x9a\x44\x35\x46\x49\x54\xab\xf4\x39\x36\xf4\x65\xa4\x4f\x41\xa6\x89\x5a\xa2\x56\x8d\x32\xd6\x22\x7d\x0a\x32\x9f\xd4\x21\x8a\x2f\x56\xca\x33\xb5\x87\x82\x4c\x1c\x53\xed\xa1\x60\x6c\xd5\xad\x9b\xe9\x58\x99\x8e\x95\x26\xea\x58\xd1\x25\x8e\xad\x7a\x67\x33\x6a\x1e\xc1\xec\xa1\x51\x2e\x6a\x67\x94\x28\x09\x51\x60\x8e\xe7\x98\x9c\xdc\xa4\x9c\x2a\x8d\x4d\x4d\xa4\x60\x6c\xc4\x2f\x57\x40\x75\x05\x54\x82\x82\x2b\xa0\x7a\xf9\xd7\x68\x95\x3e\xcd\xe5\x5f\x2e\xff\x32\x4d\x9c\xa2\x4e\x46\x05\xd4\x25\x0a\xcf\x61\x8f\x2e\xcf\xf1\xca\xf4\xa3\x11\xaf\x9d\x4c\x2f\xc8\x74\x96\x1f\x5a\xbe\xac\x32\x5a\x17\xf5\x9c\x88\x72\xd0\x84\x3a\x59\x73\x8c\xd6\x38\x69\x2e\xa3\xb9\x8c\xe6\x2c\x2f\xa3\x79\x59\x68\x34\x1c\xd3\x65\x21\x20\xd3\xd1\x84\x02\x9f\x97\xbe\x47\xc3\x99\xdc\xa5\x1c\xba\x9e\xac\xda\xd5\xdc\xa5\x09\x47\x13\xda\xb6\x4b\xd4\x02\x9f\xcf\x51\x12\xa2\xe2\xc4\x68\x5a\x5e\x71\xc2\x95\x8a\xb1\x90\x93\x8a\xcd\x03\x7d\x85\x28\xe9\xab\xc0\xfb\xc6\x86\x14\x4d\xbc\xd2\xc9\x68\x84\x21\x57\x3a\x01\xdc\xb4\xed\xd4\xf2\x89\x26\x26\xd2\xa7\x84\x48\x69\x02\x3b\x2a\xe9\xd0\xe6\x8f\x56\x45\xaf\xa9\xcd\xb7\x18\x08\x51\x35\xa2\x85\x8e\x02\x90\x59\x45\xaf\x85\x74\xcf\x25\xed\xe8\xc4\xfb\x50\xca\x0c\xa5\xcc\x2a\x70\x2c\x94\x32\x03\x5f\xed\x84\xda\x90\xaf\x86\xaa\x99\xf8\x7f\xa4\xe2\xa0\xd8\xb1\xc0\x95\x3b\x27\x25\xe4\xca\xa1\xe0\x4c\x2a\x0e\x05\xe7\xa8\x74\x32\xa8\x76\x2d\x42\x3b\x29\xc8\xac\x86\xc1\x22\x24\x63\x29\x7a\x74\x54\x10\xca\xe1\x41\x77\xa0\x5c\x19\x74\x07\x16\x95\x80\x46\xe7\x58\x84\x12\x10\x90\x19\x9a\x28\x21\x92\xb5\xb0\x56\x28\x24\x01\x31\xa5\x3b\x85\x70\x6e\x01\x46\xaf\xfe\xcd\xd4\xe6\x5b\xd6\xe9\x18\x1d\xa5\xa7\xc2\x2e\x90\x19\x1a\xc5\x17\xe9\xe3\x47\x27\xbc\xa5\x12\x76\x2a\x61\x93\x51\x53\x09\x9b\xae\x7a\x8c\xaa\x92\x2c\xe5\x7e\x40\x66\x35\x0c\x96\x72\xbf\x0c\x46\xe1\xca\xa9\x3a\x25\xb5\xed\x14\xf5\x1c\x55\x55\x83\x13\xd5\x53\xa9\x38\x95\x8a\xab\xe9\xb6\x94\x26\xb2\xca\xec\x31\x30\x73\xd2\x0b\x0a\x32\xab\xe9\xb6\x94\xdf\xd2\x3b\x8f\x81\x0a\xd5\x3b\xdb\xac\xd0\x31\x46\x75\x9f\x36\xb9\xdd\x10\x64\x56\x1f\x6e\x93\xfa\xda\x26\x31\x63\x4c\x51\x97\x28\xdc\xaf\xfa\x70\x9b\x8a\x19\xc0\x18\x8b\x51\x3c\x4e\x08\x32\x39\x16\x73\xe8\x8b\xb8\xdf\x58\x50\x72\x3f\x20\xb3\xfa\x70\x9b\x0a\x95\xb3\xdc\x64\x18\x71\x71\xca\x4d\x80\x4c\x8c\x36\x95\xe9\x67\x1d\xab\x61\x44\xe2\xa9\x9c\x34\x95\x93\xaa\xe9\xb6\x29\x07\xa0\xa7\x1f\x86\x33\xa9\xa7\x17\x0c\x63\x8f\x4b\x01\x75\x75\xaa\x06\x34\xb1\xa4\x89\xd5\x99\x88\x5c\x4b\x7b\x04\x92\xdb\x20\x5b\xda\x23\xe0\x0d\xb9\x96\xf6\x08\x0c\x23\x57\xae\xa1\xe5\x79\xa1\x48\x2a\x90\x45\x3f\x62\x6b\x20\xfd\xd2\x5a\x2e\x4a\xd2\x23\x97\xc2\xee\xaa\xb3\x3d\x0c\x97\x5b\x0a\xa8\x40\xaa\x3c\xe3\x46\xa1\xa0\x2c\xe4\xd5\x69\xd8\x52\xe6\x02\x92\x2b\x29\x5b\xca\x5c\x8b\xe8\xe9\xc4\xeb\xa5\xe8\x09\x64\x4e\xf6\xe8\x12\x15\x7d\x39\x05\xa1\xda\x7c\xdb\x2b\x8c\x0c\xe7\x28\xec\x0a\x23\x40\xe6\x14\x65\xa2\xca\x0b\x63\x63\xa2\x32\xea\xae\x8c\x5a\xbd\xb3\xed\x92\x6b\xaf\x7e\x64\x04\x55\xfc\x4e\x3f\x22\xc8\x44\x5f\xbb\xa2\xc9\x5e\x71\x71\x70\xd7\x69\xbb\xe2\x22\x90\x59\x5d\x8b\xed\xa9\x89\x88\xca\x55\xaa\xe9\x32\x40\x30\xd4\x11\x1c\x32\xed\xa1\x5c\xb9\x44\x0d\x51\x2c\x4f\x18\x3a\x74\xdc\x0f\x1d\xf7\xea\xdf\x4c\xf7\x03\x76\x90\x93\xb8\x2a\xb3\x43\x39\xe9\x50\x4e\xc2\xc9\x0f\xe5\xa4\x83\xc8\x44\x2f\x68\x87\xce\x23\x90\xf2\xaf\x43\x91\xe9\xa8\x44\x31\x54\x9e\x1d\xaa\xb2\x0e\x55\x59\x98\xf6\x50\x95\x75\x90\x21\x54\xf3\x1c\xca\x10\x40\x2e\x3c\xfa\x90\x26\x00\x6b\xcf\x51\xfa\x22\x9a\x50\xde\xd5\x5d\x83\xdd\x31\x87\x92\xd9\x5d\xe6\xb8\x3f\xcd\x21\x0a\x73\x70\x73\x30\xe6\xc6\x44\x3a\x46\x41\x66\xf5\xf4\x76\x97\x85\xb8\x45\x18\x13\xa3\xe9\x16\x41\x90\x49\x51\x72\x57\xdf\x70\xe7\xd4\x72\x73\x69\x77\x9d\x5a\x20\xe7\x26\x0a\xdd\xdf\x31\xed\x24\x4d\xdd\xb5\x21\x20\xcc\x45\xe9\x8b\xb4\x5e\x93\x6a\xe6\xae\xd6\x0b\x18\x93\xe3\x7e\x57\x71\x09\xe4\x53\x7a\x15\x97\xc0\x98\x24\xff\xbb\x8a\x71\x20\x27\xf5\xa6\x2e\x3c\xec\xe4\x88\x72\x4d\x69\xa7\x8e\x28\x90\x13\xf7\x3d\x75\x44\xcf\x3a\x37\x63\xe2\xf7\xa7\x4a\x3d\x20\x27\x85\xea\xa9\x33\x74\x12\xd2\xe6\xd2\x28\x13\x65\x8c\x0a\x28\x17\x55\x6e\xa2\xbe\xe1\x94\x56\x81\xe4\x15\xc6\x4e\xf9\xfd\x59\xf1\x7e\xac\x6d\xfd\x76\x2a\x3e\x95\x0e\x80\x9c\x1c\xfd\x53\xee\xc7\xad\xc9\x58\x9c\x60\xdd\x9a\xd8\x85\x2b\x2f\x0a\xe0\x4b\xae\x0c\xe4\xa4\x73\xbf\xe4\xca\x57\x22\x23\xd1\xe0\x92\x1d\xae\xd4\xa8\x05\xf5\x1c\x75\xbd\xdd\x6c\x1b\x25\xb6\x6e\x27\x04\x39\xe9\x6d\x1e\x3a\x75\x8f\x8a\x8b\xb6\xd1\x43\x3c\x14\x17\x81\x9c\x24\xc6\xc7\x78\x8e\xf2\x1a\xe5\xac\xa5\x88\x07\xc4\xc6\x86\x1e\x2a\x34\x1f\x95\x77\x6d\x0b\x96\x57\xde\x7d\xe8\xdd\x9b\x0a\xf5\xa1\xbc\xfb\x28\x3b\x18\x95\xb3\xeb\x2a\xc2\x37\x67\xf9\x8a\x3f\xbe\x51\xba\x08\x06\x75\xac\x6f\x64\x67\xa7\xa7\x37\x1e\x86\x5d\x3d\xbd\xf3\x1c\x6a\xdc\xdd\xb9\x9e\x43\x05\xc9\x19\x70\x3d\x87\x7a\xb3\x78\xbb\x59\x2f\x21\xbc\xf1\x3e\x22\xc8\xd9\x1c\x6a\x8a\xda\x6b\x54\xd7\xa8\x43\x14\x5a\x6d\x01\x75\x17\x75\x67\x54\x42\xe9\x8b\xa6\x2f\x8a\xd2\x17\x11\x95\x27\x5f\x57\xd3\xed\x5d\x54\xa5\x29\x57\xab\xe9\xf4\x7f\x36\x2a\x70\xb9\x7e\x27\x20\xc8\xd9\x18\x35\x34\xaa\x54\x68\x63\x8a\xda\x45\x71\xea\xda\x82\x42\xd4\x51\xb5\x9c\x8d\xc5\x28\xbf\x44\x71\x9e\x2a\x8f\xf8\x20\x1a\x38\x0f\x8a\x66\xd5\x99\xb9\x1e\x14\x05\x39\x3b\x42\x70\x0f\xe8\x34\x7e\x46\xc2\x76\x35\x7e\xce\xc3\x9d\x91\x9d\x5d\x0f\x77\x82\x24\x40\xb8\xf1\x4c\xe2\x56\xa1\xc3\xbc\xce\xb9\xf3\x16\xf7\x84\xb1\x05\xa3\x42\xa3\x58\xde\x11\x42\xad\x93\x3b\x76\xf4\xaa\x8c\xdc\x65\x47\x97\x1d\x3b\xa3\x64\x47\xaf\x28\x65\x5e\xc9\xcc\x69\x0b\x9e\x90\xb3\x7a\x67\x57\x77\xe0\x14\xe6\x46\x4e\x72\x15\xe6\x02\xe3\x09\xd3\xf5\xfe\x26\xc8\xd9\x03\x8a\xb5\x42\x13\xcb\xc9\x5d\xf5\xa6\x53\x8b\x19\xfd\x9b\xab\x16\x73\x6a\x31\xe3\x7d\xc5\x55\x8b\x09\x72\x76\x8d\x62\x8f\x54\x33\xc6\xe5\x89\xab\x9a\xf1\x55\x26\xa8\x7a\xa1\x28\x22\xb1\x20\x79\x1d\xf2\x15\x1a\x55\xe6\xf0\xad\x22\xb1\x2f\x99\x03\xc8\x39\x44\xa1\x9c\x55\x09\xc8\xb7\x3a\xa2\xce\xab\xc0\x13\x9a\x8c\xa6\xc7\x01\xa7\x44\xf0\x0d\x15\xaa\x44\xf0\xbd\x8e\xa8\x6f\xac\xb5\x73\x44\x05\x39\x47\x83\xc2\xbf\x28\x11\x9c\x87\x06\x57\x89\x20\xc8\x39\x3a\x14\xe6\xd8\xb5\x7c\xa5\x4f\x57\x5a\xf7\xa3\x7c\xc2\x1b\x5f\x3c\xe4\x13\x40\xf2\xb6\xe5\x07\x4f\x67\x7e\xf0\x1e\xde\x2a\x4e\x38\xc9\xfb\x09\x39\x87\x26\xe2\x98\x07\xbd\x20\x2f\x01\x7e\x50\x8c\x0b\x06\xcf\xc7\x7e\x90\x05\x9d\x1c\xee\x6d\x42\xc9\xa3\x0f\x79\xf4\x40\x2e\xa9\x10\xf0\x56\xb1\xdf\x0f\xa9\xf0\x50\xc7\x98\x2c\x4f\xe5\xed\x07\xbd\x60\xdf\x90\x8b\x5e\x50\x90\xbc\xb9\xf9\x91\xda\x50\xaa\xaf\x2c\x6b\x2b\x87\xfb\x5d\x14\xa7\x56\x99\xcb\x09\xee\x4e\x77\xe1\x0a\xee\x7e\xa1\x7b\x7e\x78\xe0\x97\x74\x0f\x0c\xde\xef\xfc\x92\xee\xaf\x4a\x66\x6e\x98\xe3\x22\x99\x09\x72\x56\x51\xe2\x97\x6b\xad\x92\xcb\x0d\x8f\xbe\x24\x17\xd0\xb8\x7a\xf6\x8b\x9a\xda\x49\x01\x4e\x85\xeb\x4a\x01\xce\x45\xb0\x7b\xf9\x57\x28\xfa\xc6\x56\x2e\xeb\x5e\x25\x55\x6c\xdc\xcb\x0b\x72\x56\x9b\x1f\x1b\x97\x14\xb1\x55\x34\xf1\xd0\x44\xa2\x89\x20\xa7\x41\xe1\xd1\xb1\x95\x10\xce\x73\x7b\x6c\xa9\xb5\x52\xaf\xd3\xa2\xb4\x16\x42\xf0\xe6\x16\x8a\xe4\xc1\xef\x66\x9c\xa7\xa0\xd0\xef\x66\x04\x39\xad\x41\xdd\x45\x95\x72\xb8\x22\x8e\x46\xc4\x8c\xa6\x6c\x65\xbf\xfd\x56\x1c\x8d\x64\x16\x04\x67\xe7\xed\x20\x14\x9c\x83\x1f\xa6\x78\x56\xcb\x1f\xfa\x61\x8a\x20\x67\x65\x9b\xe8\xfa\x7a\xaf\xc6\xcf\xa9\x50\xa3\xd3\xf8\x09\x3a\xe7\x29\x3a\x99\x5e\xe0\xd3\x99\x48\xa6\x17\x8c\xe6\x9a\xa8\xe5\xb9\x9d\x98\x15\x6c\x42\x77\x9d\x82\x9c\x86\x5c\xd4\x9e\x41\xd2\xf0\x59\x27\x25\x94\x34\x42\x3f\x26\x99\xe5\xb7\xa1\x1f\x93\x08\x92\x60\x13\x83\xc3\x13\xa3\x92\xac\x73\x3f\x19\x83\x62\x47\x90\xd4\x65\x31\x28\x76\x82\xa4\xe1\xab\x6b\xd4\x25\x4a\x3f\xed\xe8\x50\xc8\x45\x3a\xf0\x35\x6a\x94\xd2\x41\x18\xae\xbc\xaa\x9d\x0e\xc3\x95\x05\x39\x8d\x51\xb8\x72\x90\x15\x7c\x55\x15\x1e\xc6\xd1\x17\x18\x8f\x93\xc1\x35\xe1\x6b\x90\x34\x62\xdb\x98\x48\x08\x17\x24\xc5\x61\x28\x69\x84\xd5\x71\x8d\x4d\x42\x70\x5c\x05\x39\x9d\xb5\xa4\x42\x52\x4b\xf0\x8e\x1a\x4a\x2d\xe1\x25\x6a\x50\x6e\x84\x4b\x54\x97\xa8\x55\x5b\x84\x4b\x54\x20\xb6\x4a\x2d\xe1\x64\x54\x41\xce\xaa\xd5\x83\xfc\xf4\x1a\x5e\x1b\x8a\x6d\x31\x51\x1b\x02\x92\x27\xdf\x70\x6d\x88\x04\x14\xad\xb2\x60\x28\x01\x05\x3f\xda\x88\x56\x1d\x50\xe8\x47\x1b\x82\x94\x9b\xe8\x47\x1b\x11\x9a\x58\x9d\x46\x28\x01\x05\xaf\xf9\xd1\x11\x42\xaf\xf9\x82\xe4\x8e\x2c\xf4\x9a\x1f\xba\x7e\x18\x55\xd1\x87\xae\x1f\x04\x29\xff\xd2\xf5\x43\xf0\xc0\x1f\xa3\x33\x91\xb7\x3c\x41\x4e\x8e\x6b\x72\x21\x16\xf9\xfc\x35\x63\xc9\xa5\x94\x17\x3c\xdd\xc7\xc0\xbf\xf4\x74\x2f\xc8\xc9\x86\xf4\x74\x1f\x13\x15\x8e\xd0\xa8\x43\x94\x54\xb8\xa0\x50\xe1\x4c\xd6\xca\xd2\x17\x17\x03\x4f\xc8\x89\x4f\xe8\x7e\x20\x48\x9f\xc1\xad\x5c\x28\x7d\x0a\xc2\x4c\x54\x17\xd5\x79\x6d\x1d\x50\x43\xd4\xc9\xa8\x0e\x75\x89\xa2\x29\xe2\x58\xe9\x7e\x20\x96\xab\x91\xa9\x3d\x2e\x8a\x7c\x41\x7b\x2e\x4f\x91\x1f\x4b\x42\x54\x49\x15\x4a\x9f\xb1\xd7\x57\x82\xd2\x25\x76\x92\xbf\x60\xf0\xda\x1a\x3b\xc9\x3f\xf6\x8a\x9e\xe5\x78\x50\x29\x8a\x7a\x33\x3a\x14\xa1\x63\x2f\x85\x84\x13\xde\x76\x6a\x1e\x41\xce\x2a\x96\x62\xa7\xe6\x89\xbd\x9c\x3c\x5c\x94\x9c\x7c\x57\x9c\xc0\xa3\x77\xc5\x09\x52\x71\x44\x55\xb8\xa1\x54\x1c\x47\xc5\xc5\x08\xce\xf6\xa1\xc0\x77\xa8\x75\xaa\x76\x3a\x0e\x5a\xa7\x38\xbc\x84\xe0\x17\x79\x71\x70\x1d\x28\x68\xce\xb1\x3a\x14\x14\x8e\x72\xb3\xe0\x05\x3e\x0e\xee\xfe\x04\x39\xb1\xf6\xc1\xbd\x58\x90\x1f\x83\x47\xe6\x38\x14\xfb\x81\x9c\x91\x50\xcf\x51\x25\x2a\xcf\x83\xa1\xf4\x19\xb4\xc0\xc1\x3b\x59\xa8\x05\x16\x74\xde\x7d\x42\x2d\x70\xdc\x43\x2f\x73\xb5\xd6\x5d\x4e\x7e\x97\x93\xc7\x84\xc2\x8e\x77\xfc\x8b\xce\x3f\xee\xf2\xaf\xfb\xd3\xbf\x16\x94\x8b\x2a\x21\x68\xfc\x42\x09\x3b\xce\xfa\x62\x50\xeb\xc7\xa9\x2f\x02\x39\x89\x72\xf4\x98\xaf\xc1\xab\x79\xc8\x8e\x7a\x35\x17\xe4\xcc\x06\x75\x8a\x62\xad\xa5\x51\x5a\x4b\xc1\x2a\x45\x69\x2d\x09\x41\xde\x55\x89\x10\x17\xaf\x8f\xbc\x47\xc5\xc5\x85\x87\x20\x27\x07\xe6\xe2\xc2\x23\x2e\x3c\x67\x55\xf9\x1f\x97\x3c\xe7\x92\xe7\x24\x6b\xc9\x73\x78\xf0\x8e\x45\x0e\xbf\xe8\xa0\x04\x39\xab\x62\x8b\x8b\x92\x2a\x28\x11\x62\xe1\x13\x2a\x11\x82\x12\x21\xb7\xea\xb0\x53\x25\x42\x6e\xd4\xfa\x5b\x99\x36\x37\xea\x3a\x41\xce\x14\x15\x50\xd4\x29\x6d\xf8\x9f\xa7\xe2\x3e\xfe\x32\x13\xe7\xe6\x5a\x96\x6b\xad\x99\x0b\xaa\x8b\x2a\x8f\x69\x95\xa5\x52\x7d\x9f\x20\x67\x55\x0b\xb9\x21\x75\xea\x47\xbc\x24\xd4\xd4\x8f\x78\x05\x8d\x6a\x21\xa9\x42\x9e\x90\x73\x8a\x92\x88\xec\xad\xcd\x9a\xf8\xfc\xc5\x77\x13\x55\xc6\x4a\x95\x03\x49\xbe\xcf\x3e\x03\xea\x14\x85\x82\xa7\x46\x5d\x50\x44\xb7\x5e\xc5\x48\xf2\xa4\xfa\x84\x9c\x2c\xaf\x97\xd5\xe4\x19\x35\x47\xf9\x7b\xea\x19\x55\xd0\xb8\x18\x4a\x3d\xa3\x0a\x92\xa7\xcf\xec\xb8\x5a\xf6\xd4\x4f\xa3\xf9\xa2\xf6\x08\xb4\x51\x1d\x5d\xea\xe9\x33\xa9\x10\x72\x94\x8f\xa6\x2a\x84\x1c\x98\x61\xa0\xaf\xe1\x4f\x0a\x45\x4f\x87\x42\xd1\x7a\xf0\xb3\xea\x3d\x52\x0f\x7e\x82\x9c\x6c\x9b\xa4\xff\x84\xb4\x1c\x7f\x66\xd2\xfa\xff\x1f\xf6\x8f\x97\x5f\x7f\xaf\x7f\xff\xe9\xcb\x97\xeb\xfd\x2b\xff\x3a\x80\x5f\xe6\xdf\xce\xeb\xf1\xe9\xfd\xfa\xf5\x5f\x1a\x7c\x7c\xfe\xa8\x59\xfc\xf7\x3f\x01\x00\x00\xff\xff\x94\xbf\x01\x60\x95\x30\x00\x00"); -var _ccd =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x4c\xd5\x4f\x8f\xdb\x36\x10\x05\xf0\xbb\x3f\x05\x8f\xe9\x21\xb5\xf8\x77\x48\x20\x58\xa0\xd8\x3d\xd4\x29\xd2\x14\xd9\x26\x2d\x50\xf4\x40\x4a\xf4\x42\x40\x2d\x0b\xb2\x7d\xd8\x6f\x5f\xcc\x7b\x5b\x37\x87\x60\xb2\x3f\x93\xa3\xe1\xb3\x64\xed\x1f\x0f\x4f\x87\x65\xbe\x9a\xfd\x6f\xdb\x79\x7c\xee\x57\x73\x9c\x97\x69\xeb\x97\xf3\x6d\x1b\xbb\x69\xfd\x65\x5e\x76\x3b\xeb\xcc\x34\x8f\xd7\xff\xfe\x44\x19\x4f\x75\xdd\xed\xf6\x65\x38\x5d\xde\x7f\xf9\xe5\xf9\xe3\xfb\x9f\xcd\xed\xd2\xdf\xf4\xf1\xf0\xf4\xfc\x7a\xb9\xf6\xd3\x61\x39\x9e\x8d\xe7\xee\xe9\xb6\xbe\x75\x30\x66\xff\xa5\xbf\xcc\x97\xeb\xf6\x6a\xde\xfd\x34\x9d\x5b\xff\xc1\x4c\xfd\xa8\xfe\x79\x9b\xfa\x36\x2f\x2f\xe6\xdd\xc7\xba\xd6\xc5\xde\x3f\x78\xbe\xad\xeb\x3f\xfd\xd4\x97\xab\x71\xb0\xbe\x4c\xa8\xbb\xfd\xe3\xa7\xba\xfe\x5a\x4f\xdd\x7c\x37\xcd\x37\x7c\x86\x8f\xbe\xf5\xed\x32\x9f\x17\x63\xed\x8f\xc3\x90\xfe\xf7\xdf\x5f\xd7\x6e\xec\x5b\x8f\xaf\x87\xa7\xcf\xc7\xe3\xa5\x5f\x8d\x1d\xdc\xc0\x45\x7f\x7e\x3d\x3c\x99\xbf\xac\xb1\x83\x71\xd1\x87\xf0\xf7\xdb\xda\x3f\x3e\x9d\xa7\xfb\x4e\xc9\x3c\xd4\x38\x4f\x5b\x5d\x5e\xfa\xee\x43\xb6\xc1\x3e\x18\x2d\xee\xc1\x48\xce\x02\xf2\x24\xff\x60\xb2\x4b\x19\x14\x48\x41\x49\x82\x52\x1c\x40\xd1\x62\x63\x01\x35\xd2\xa4\x54\xac\x52\xe2\xaa\x14\x40\xd8\x98\x0a\x48\x2a\x08\x1b\x33\x87\xd0\x22\xc5\x62\x88\x9a\x41\x5a\x8c\x78\xac\xaa\xdc\xa8\xc5\x88\xc7\x5c\xb5\x92\x1a\x28\x81\x46\xd2\x88\x51\x87\xdd\x87\xec\xca\x51\x09\x45\x8a\xd5\x8d\xae\xe2\x8a\x28\x52\x6c\x01\x79\x92\x57\x72\xd8\x58\x23\x29\x82\x2c\x48\x48\x02\x72\x4a\x23\x7b\x8d\xe8\xe5\xbc\x52\x27\x75\x52\x00\xb1\x7d\x67\xfb\x08\x62\xfb\xce\xf6\x09\x34\x92\x46\x90\x26\xe1\x03\x22\x44\x91\xe2\x32\xc8\x91\x1c\xa8\x80\x02\x49\x83\x2e\x7e\x00\x25\x52\x02\x59\x50\x26\x65\x90\x4e\xef\x13\x7b\x25\xf4\xf2\x3a\xbd\xcf\x18\x15\x45\x8a\x0f\xa0\x48\xc2\xa8\x3e\x82\x84\x84\x24\x90\xbd\xcf\x9d\xd4\x41\x98\xbe\x70\x63\xe1\x10\x3a\x7d\xe0\xd7\x81\x22\x21\xeb\x5c\xa1\xe2\x8c\x28\x12\xa4\x80\x2c\x49\x23\x0c\x25\x82\x1c\x49\x47\x8d\x83\x07\x79\x92\xc7\x2a\x6e\x0c\xa4\x00\x62\xfb\x48\xd2\xe9\xa3\xe3\xc6\x44\xd2\xb9\xa2\x65\x7b\x21\xe9\x81\xa2\xe7\xc6\x4c\xca\xb8\xa2\x80\x0a\xa9\x60\x15\xaf\x58\x49\x15\x07\x72\xa0\x46\x6a\xa0\x01\x34\x92\x46\xcc\x85\x24\xea\x44\x9a\xd0\x3e\x81\x3a\xa9\x83\xd8\x8b\x79\x55\xe4\x85\x67\x28\x34\xe6\xa5\x45\x22\xbe\xed\xd0\x98\x97\x16\x89\xb8\x31\x43\x63\x5e\x0d\x79\x31\xfb\xc6\xbc\xb4\x48\xb4\xec\xc5\xbc\xb4\x48\x8c\x24\xe6\xd5\x98\x17\xe6\x6a\xcc\xab\x31\x2f\x1c\xbb\x31\xaf\xc6\xbc\xb8\x91\x79\x35\xe4\x65\x11\x61\x63\x5e\x0d\x79\x05\x04\xdd\x98\x97\x16\x89\xb8\xc9\x43\x63\x5e\x5a\x24\x5a\x5e\x91\x79\x69\x91\xe8\xb9\x91\x79\x35\xe6\xc5\x03\x31\xaf\x86\xbc\x82\x1e\x5b\x22\xf2\x92\x84\x07\x26\x68\x38\x92\x2c\xc9\x3e\x98\xec\xf1\xc0\x08\xef\x7b\xe1\x7d\x1f\x3c\xc8\x93\xf4\x87\xcf\x7b\xae\x0a\x24\x3c\x56\x98\x5e\x52\x24\x45\xac\xca\xa0\x44\xc2\xa3\x10\x04\x94\x49\x59\x57\x85\x00\x2a\x24\x3d\x76\x89\x9c\xab\x91\x1a\x56\xb1\xd7\x48\x9a\xb0\x8a\x73\x75\x52\xc7\x2a\xcc\x95\x71\x03\x08\x7f\x31\x63\xd2\x37\xcc\xfd\x57\x5d\xff\xaf\xef\xb6\xfb\xbb\x66\xbc\x6d\x5b\x5f\xae\x78\xb3\xe1\x75\xa2\xaf\x83\x79\xe9\xf7\x77\xe7\x7a\x5e\x75\x17\xfe\xfd\x1b\x00\x00\xff\xff\x59\x2d\x4a\x62\x67\x07\x00\x00"); -var _dbb =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\x97\x4f\x8f\x23\xb7\x11\xc5\xef\xfa\x14\x3c\x3a\x07\x67\xf8\x9f\x2c\x40\x10\x60\xec\x66\x91\x71\xe0\x38\xf0\xc4\x49\x80\x20\x07\x76\x77\x71\x20\x20\x23\x09\x1a\xcd\x61\xbf\x7d\x50\xef\x69\x76\x62\x1f\x16\xdc\xf9\xf5\x63\xa9\x58\x7c\x5d\x64\x3f\x7c\x7a\xfc\xfc\x78\x3a\xde\xdc\xc3\xdf\xae\xe7\xf5\x49\x6f\x6e\x1e\x4f\xdb\x55\x5f\xcf\x6f\xd7\x55\xdd\xa2\xcf\xc7\xd3\x6e\x17\xa2\xdb\x8e\xeb\xed\xfd\x4f\x0c\xeb\xcb\xb8\xec\x76\x36\xff\xe9\xeb\xeb\x4d\x5f\x1e\x4f\xf3\xec\x12\x75\xdb\xdb\xe5\xae\x75\xee\xe1\x17\x7d\x3e\xbe\xde\xae\x5f\xdd\x77\x3f\x6c\xe7\x45\xff\xe0\x36\x9d\xc6\x7f\xbe\x6e\x7a\x3d\x9e\x9e\xdd\x77\x3f\x8e\xcb\x38\x85\x6f\x0f\x9e\xde\x2e\x97\xff\xea\x8b\x9e\x6e\x2e\x82\xe9\x69\xc3\xb8\x7b\xf8\xf4\xd3\xb8\xfc\x75\xbc\xa8\x7b\x10\xff\xf2\xfa\xfd\x2f\x7f\x79\xfa\xf1\xfb\x3f\xe3\x19\x1e\xfd\x43\xaf\xaf\xc7\xf3\xc9\x85\xf0\x47\xef\xeb\x07\xff\xfb\xd7\x8b\xba\x70\x8f\xf1\xeb\xe3\xe7\x9f\xe7\x7c\xd5\x9b\x93\xe2\xa9\xf9\xd7\xaf\x8f\x9f\xdd\xbf\x83\x0b\xde\xc5\x92\x72\xfa\xcf\x5d\xfa\xcf\x9f\xce\x9b\x3a\x8a\x76\x99\x4b\x5a\xcf\x9b\xbe\x5e\xc6\xaa\xd7\x71\x7a\xd6\x9d\x73\x7b\xef\x0f\xce\xb9\x7d\xf7\x07\xfb\xab\x87\xec\x0f\x6e\x2f\x5f\xbe\x7c\xc2\xdf\x3f\xf0\xe9\xe7\x2f\xf8\xeb\x4f\x1e\x4f\xbf\x7c\xb2\xa7\x7a\xda\x7e\x17\x6d\x17\xf8\x23\xa7\xf3\x6d\xd3\x49\x86\xf8\xfb\x30\x0f\x2e\xa6\x60\x73\xfe\xff\xe1\x2e\x78\x7f\xcf\xeb\xb8\xdd\xf5\xd1\xf4\x6d\xb3\x9f\x75\x0e\x93\xf6\x4d\x0d\xe9\x1d\x55\x43\xf7\x3c\x7b\x00\xae\x29\x19\xea\x44\x63\x35\x24\xd5\xd0\xd2\x81\x96\x79\x70\xae\x65\x4c\x5c\x89\x56\x05\x12\x43\xdb\x00\xd2\x6e\xa8\x60\xe2\x64\xac\xd9\x0c\x35\x4c\x9c\x2b\xd1\x0a\x64\x13\x63\x9e\x86\x62\xc1\xc4\xee\x0d\x55\x4c\x8c\x4d\x0c\x09\x50\x0f\x40\x32\x0e\xce\xf5\x60\xe1\xa3\x70\xe2\x0c\x86\x72\xdc\xed\x7b\xe2\x82\x12\x16\x24\xb1\x18\xe2\x82\x92\x54\x43\xbd\x1b\xe2\xc4\xb4\xd4\x83\x0b\x3e\x58\x5e\x69\x21\xda\x80\x92\x4d\xcc\x8c\x95\x2d\x97\xe0\x8b\xa5\x9a\x1b\x91\x85\x0f\x5e\xec\x17\x33\xc3\x67\x09\x07\x17\x82\x6f\x86\x18\x1e\x43\xcb\x58\x63\x1e\x54\xd9\xd0\x72\x0f\x40\x81\x28\x18\x12\xa2\x48\x14\x81\x90\xc4\x48\x44\xe9\xe0\x5a\xf1\x09\x28\x13\x65\xa8\x18\xbe\x10\x15\xa8\x90\xc4\xa8\x44\xd5\x50\xe4\xc4\x46\xd4\x0c\x05\x86\xef\x44\xdd\x50\x62\x12\x42\x24\x40\x0c\x3f\x88\x06\xb2\xf7\x40\x0b\xd1\x02\x84\x4a\x8c\x95\x68\x45\x5e\x19\x68\x23\xda\x80\x3a\x90\x12\x29\x52\xad\x40\xac\x97\x0d\xad\x78\xc4\x5a\x58\x2f\x1b\x5a\x09\x88\xb5\xb0\x5e\x36\xb4\x92\x90\xc4\xc2\x7a\xd9\xd0\x4a\xe4\x44\xd6\x6b\x41\xbd\x12\x7e\x71\x61\xbd\x6c\x68\xa5\x30\x16\xeb\xb5\xa0\x5e\x30\x40\x5e\x58\xaf\x85\xf5\x42\x5e\x0b\xeb\xb5\xb0\x5e\xa8\x04\x5f\x05\x0c\xad\x24\xc6\x62\xbd\x16\xd4\x2b\x33\x09\xd6\xcb\x86\x56\x3c\x93\x60\xbd\x6c\x68\x25\x62\x87\x16\xd6\xcb\x86\x56\x02\x7f\x91\xf5\xb2\xa1\x15\xba\x70\x61\xbd\x16\xd4\x2b\x1b\x6a\x34\x66\x2b\x50\x15\xa0\x82\x12\xb6\x8a\x7a\x75\xa0\x1a\x88\xc2\xc1\x75\x8f\x4a\xb4\x1a\x89\x50\xaf\x4e\x94\x88\x92\xa9\xb2\x07\xca\x44\xa8\x97\x10\x15\xa2\x02\x55\x04\xaa\x44\x28\x8e\x10\x75\xa2\x0e\x55\x06\x12\x22\x54\x42\x98\xd7\x42\xb4\x40\x95\x80\x56\x22\x2c\x48\x98\x97\x12\x29\x54\x0d\x88\x6b\x6c\xb6\x69\xd5\xdb\xa6\xb5\x46\x95\x0d\x3d\xc1\xe4\x8d\xef\x63\xeb\x09\x2a\xc4\xea\x5c\x90\x0d\xdd\xb3\x5e\x9d\x0b\xea\x66\xb9\x1a\x30\x51\x38\xd1\x06\xd7\x2a\x16\x24\x2c\xa1\x0d\x26\x03\x62\x09\x6d\x70\xad\x0a\x10\x4b\x28\x66\x80\x1a\xb1\x6c\x19\x44\x03\x2a\x24\x21\x5c\xb6\xd8\x6e\xb3\xfb\x76\xf6\x89\x6e\xbd\x30\x04\x34\x2b\xe1\xd6\x0a\x1a\x4c\x84\xe5\x84\x0b\x12\xa8\x22\xde\xb4\x41\xd5\x80\x2a\xe3\x75\x1f\x54\x0d\xa8\x72\xb3\x4d\x5b\xa8\x5a\xa0\x62\xed\x17\xaa\x16\xa8\x6a\xb1\xbc\x56\xaa\x56\xa8\x5a\xb7\x4a\xac\x54\xad\x50\xf5\x6c\xc6\xdc\xa8\xda\xa0\x12\x74\xf2\x8d\xaa\xcd\x54\xd1\xe3\x55\x50\xaa\xd4\x54\x31\xa0\x63\x2a\x55\x0a\x55\xc4\x2b\x3a\xa9\x9a\x50\x25\x6c\xed\xa4\x6a\x42\x95\x83\xdf\xed\x85\x87\xa4\x78\xa8\xf0\x2a\x88\xef\x44\x50\xc1\x26\x72\x3f\x68\x71\x80\xc5\x66\x06\x10\x1e\x60\x82\x13\x26\xb6\x5e\x77\x7b\x89\x54\x45\xa8\xc4\x5e\x77\x89\x54\x45\xa8\xa4\xe5\xdd\x5e\x78\x76\x08\xce\x8e\xe4\xad\xaf\x0a\xcf\x0e\x49\xa6\x4a\xc1\x3c\x21\x3c\x15\x04\x47\x40\x8a\xbd\xe1\x04\x7f\x3f\x77\x77\x2d\xfc\xfe\x24\x16\x1e\x10\x92\x11\x23\x15\x5b\x5b\x61\x8c\x82\x18\xb9\xd9\xda\x0a\x55\x05\x2a\xf4\x2d\xa9\x54\x55\xa8\x6a\xb5\xb5\x55\xaa\x2a\x54\xcd\x9a\x94\xb0\x19\x08\x5e\x81\xd4\x8b\xad\x8d\xaf\x80\x34\xa8\xc4\x9a\xa7\x74\xaa\x7a\x8b\x07\x97\xbd\x35\x75\xa1\xfb\x04\xee\xcb\xde\x5e\x73\xa1\xfb\x04\xee\xcb\xa1\xdb\x44\xba\x4f\xe0\xbe\x1c\x6d\xb3\x84\xee\x13\xb8\x2f\xa7\x66\x45\xa1\xfb\x04\xee\xcb\x19\x9b\x45\xf7\x09\xdc\x97\x4b\xb5\xf0\x74\x9f\xc0\x7d\xb9\x62\xb3\xe8\x3e\x81\xfb\x72\xcb\xb6\x6c\xba\x4f\xe0\xbe\xdc\xb1\x59\x74\x9f\xc0\x7d\x59\x92\x2d\x9b\xee\x13\xb8\x2f\x0b\x36\x8b\xee\x13\xb8\xaf\x04\x7b\x0f\x85\xee\x13\xb8\xaf\x84\x6e\xd9\xd3\x7d\x02\xf7\x95\x14\x2c\x7b\xba\x4f\xe0\xbe\x92\x6c\x3b\x70\x5a\x6f\xf3\x7e\x57\x4a\x56\x68\xa5\x21\x15\x86\x2c\xc5\x7b\x43\x9d\x08\x13\x8b\xed\x90\xd2\x90\x0a\x43\x96\x6a\x2d\x56\x69\x48\x85\x21\x4b\xb3\x1d\x52\x1a\x52\x61\xc8\xd2\x9b\x85\xa7\x21\x15\x86\x2c\x62\x3b\xa4\x34\xa4\xc2\x90\xd5\xd7\x6c\x88\x2a\x18\xb2\x06\x3b\x46\x94\x86\x54\x18\xb2\xc6\x12\x0d\x51\x05\xcb\xd5\x64\x07\xbd\xd2\x72\x0a\xcb\xd5\x6c\x7d\x5e\x69\x39\x85\xe5\x2a\xae\x16\x4a\xcb\x29\x2c\x57\x6b\xb4\xec\x69\x39\x85\xe5\x6a\xb5\x6b\x8a\xd2\x72\x0a\xcb\x55\x5c\xc5\x94\x96\x53\x58\xae\x76\xbb\xf2\x28\x2d\xa7\xdd\x54\xcd\x7b\xcb\xbe\x53\x05\xcb\x35\x5f\x2d\x7b\x5a\x4e\x61\xb9\x16\xec\x18\x51\x5a\x4e\x61\xb9\x16\xad\x5d\x2b\x2d\xa7\xb0\x5c\x4b\x76\x01\x51\x5a\x4e\x07\xef\x4a\x76\x8c\xe8\xc0\x5d\x49\x87\x5d\x8c\x7a\x34\xfb\x2a\x9d\xa3\x1b\x0f\x08\xeb\x48\x4a\xe7\xe8\x66\x37\x84\x9e\xad\x23\xe9\x86\x1b\x02\x87\x20\x92\x80\x0a\x90\x25\xd1\xb3\xf5\x07\xa5\xbf\x14\xfe\xea\xc5\xda\xa2\xd2\x5f\xaa\x6a\xaa\xea\x2d\xbc\xea\x04\x9a\x38\x04\xb1\x20\x9d\x42\x84\xdb\x2c\x0c\xa0\x73\x10\xd9\x44\xef\xcb\x6e\x3f\xb9\xc6\x39\xb2\xbc\x4f\x9c\x23\x0f\xa0\x82\xcb\x4c\x83\xaa\x64\xa2\xfc\x1e\x6b\x8e\x52\x88\xda\x47\x2c\xbb\x4b\xdf\x87\x56\x43\x07\x12\x22\x9c\x52\xd6\x62\xe7\x28\xf7\xf0\xe3\xfd\x5c\x9c\xa3\x2c\x44\xcb\xfb\xc1\x35\x47\x59\x81\x3e\x4a\x38\x59\xfb\x39\xd6\x69\xc8\x6e\x7a\x73\x6c\x44\x36\xb0\x84\x73\x6c\x01\xe8\xa3\x84\x93\x4d\x61\x2e\x2c\x21\xf2\x62\x53\x98\x68\x0a\xbd\xd8\xcd\x78\xb2\x29\xcc\x35\xdb\x0d\xa1\xf9\xfa\x9b\x16\x6b\xff\xb7\xcf\xce\x6f\x9f\x81\xeb\xdb\xf5\xaa\xa7\x1b\x3e\x3a\xf1\xa5\x67\x9f\x6a\xc7\x93\x7e\xfb\x80\xbd\x9c\x2f\x36\x0b\xff\xfe\x17\x00\x00\xff\xff\x0c\xbd\x28\xe3\xec\x0e\x00\x00"); -var _cdceb =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\x58\xd1\x6e\x1c\xbb\x0d\x7d\xdf\xaf\x98\xc7\xf4\x21\xb5\x24\x4a\x33\x12\x50\x18\x28\x12\x14\x75\x80\xb4\x45\x9d\xa4\x05\x8a\x3e\xcc\xee\x48\xee\x02\xf5\x7a\xb1\xb6\x1f\xf2\xf7\x17\x3a\x5c\x1d\x3a\xc6\xbd\xc0\x45\xe6\x90\x12\xc9\x43\x89\xa4\xbc\x37\x9f\xee\x3e\xdf\x9d\x8e\x2f\xd3\xcd\x3f\x2e\x4f\x87\xfb\xfa\x32\xb5\xe3\x69\xbb\xd4\xe7\xa7\xd7\xcb\xa1\x4e\xfb\xfa\x70\x3c\xed\x76\x3e\x4c\xdb\xf1\xf0\x32\x20\xfe\x39\x3c\xae\xe7\xdd\xee\xe6\xfb\xe9\xf8\xe5\xee\xfe\xe3\xf7\x6f\x7f\x91\xf0\xf1\xaf\xd3\xeb\x73\xbd\x2a\x3e\xdd\x7d\xbe\xff\xf9\xfc\x52\x1f\xef\x4e\xed\x69\x12\x35\xb0\xbd\x9e\xaf\x46\xa6\xe9\xe6\x9f\xf5\xe1\xf8\xfc\x72\xf9\x39\x7d\xf8\xf3\xf6\xb4\xaf\x7f\x98\xb6\xda\xba\xfc\xef\x97\xad\x5e\x8e\xa7\x87\xe9\xc3\x97\xf5\xbc\x9e\x3c\x15\xf7\xaf\xe7\xf3\xff\xeb\x63\x3d\xbd\x4c\x0b\x64\xf5\xb4\xe1\xdf\xdd\xcd\xa7\xaf\xeb\xf9\x6f\xeb\x63\x9d\x7e\x0d\xe8\x07\xd4\xd0\xfe\xa8\x97\xe7\xe3\xd3\x69\xf2\x7f\x74\x2e\x9b\xf8\xdb\xcf\x73\x9d\xfc\xd5\xca\xbf\xbf\xdf\x7d\x9e\xfe\xe3\x27\xef\xa6\x90\x66\xef\xfe\x7b\x95\xff\xeb\xeb\xd3\xc6\x55\xde\x39\xe5\x70\x38\x6e\x87\xff\xad\x97\xdd\x9f\x1c\xfe\xdb\xbb\xdb\x29\x87\xb9\x28\x0e\xce\xbb\xdb\x69\xc9\x45\x88\x13\x70\x20\x9e\x81\xd3\xc0\x41\xf5\x99\x58\xf5\xcb\xc0\x12\xba\xfd\x85\xf6\x44\x3a\xce\x03\xfb\xd2\xfd\x49\x26\xf4\x1d\xce\x84\xa1\xc3\x42\x28\x1d\x0e\xdb\xfe\x10\x6f\xa7\x2c\xde\x13\x27\x60\x47\x3c\x03\x8f\xd8\x7d\xed\xd8\xbd\xc1\x0b\x70\x24\xce\xc0\xb4\x57\x0b\xf0\x88\x55\xca\xfe\x76\xf2\xc1\xc7\x4c\xc1\x01\x82\xd9\x04\x9b\xae\x58\x28\xa8\x10\x24\x47\x41\x7b\xb7\x65\x75\xba\xa5\x50\xe0\x75\xcb\x4c\x41\x78\xbf\x45\x74\x45\xa2\x20\xaa\xc0\x56\xa4\xf7\x5b\x66\x5d\xc1\xc0\xd6\xce\xfd\xed\x82\x0c\x6c\xfa\x02\x6c\x41\xac\xef\x2d\xee\xfb\x82\x25\x10\x1f\x80\x3d\xf1\x06\x3c\x88\x27\x77\xb8\x9d\x96\xc8\x8b\x93\xdc\x06\xbc\x10\x57\xe0\x99\xb8\x01\x0f\x7f\x09\x17\x33\x39\x21\xf6\xc0\xb4\xe7\x03\x70\x24\x16\x60\xda\xf3\x11\xf6\x3c\x71\x02\x36\x7b\x33\x70\x20\x5e\x80\xcd\x5e\x06\x2e\xc4\x05\xf6\xcd\xde\x0a\x4c\xbe\x7e\x0f\x6c\xf6\x3a\xff\x14\xcc\xdf\x06\x4c\xfe\xbe\x02\x1b\x9f\x06\x4c\xff\x01\xfc\x03\xf9\x04\xf0\x0f\x8c\x27\x80\x7f\x60\xbe\x50\x98\x49\x68\x0f\x85\x99\x84\xfe\xc3\x02\xcc\xf8\x42\x06\x36\x7f\xe0\xc7\x62\x4b\x01\xfc\xc4\xfc\x83\x9f\x98\x3f\xf0\xf3\xf4\x27\x88\xd7\x73\xbd\x44\xe4\x83\xf6\x04\xfe\x1c\xf7\x47\xac\x8f\xcc\x67\x04\xbf\xc8\x7c\x46\xf0\x8b\x8c\x37\xe2\x7c\x59\x69\x29\xc2\x3e\xcb\x28\x45\xf0\x8f\xf4\x1f\xc1\x3f\x9a\x3f\xf0\x4f\xcc\x47\x44\x3c\x69\xd8\x9f\xfb\x79\xe5\x10\x3c\x71\xbf\xcf\xc1\x17\xe2\x0a\xbd\xad\x6f\xc0\x23\xde\xc5\x69\xd5\x2e\xc3\xe1\xd2\xeb\x3a\x07\x77\x35\x20\x0e\x17\x22\x8f\x0b\x26\x0e\x17\xa2\x8c\xb2\x17\x87\x0b\x50\x46\xc5\x8a\x43\x42\x8a\xcf\xc4\x02\x4c\x7b\x20\x5c\x46\x00\xe2\x40\xb0\x0c\x02\xe2\x62\x01\x0e\x03\xcf\xd8\x3f\x2e\xa4\xb8\xac\x98\xf1\x64\xb5\x97\x88\xd5\x1e\xe3\xcb\x15\x78\xe9\xf3\x6c\x0c\x95\x5d\x8e\xbf\x33\x65\xc4\xf5\xce\x99\xc3\x42\xdf\x05\xc9\x5d\x18\x1b\x9a\xe0\x2c\x62\x02\x90\x0d\x24\xbb\x6a\x70\x24\xbb\x22\x38\x21\xd9\x15\xc1\xbd\xd9\x0f\xb2\x42\x87\x07\xec\x17\x92\xad\x8a\x49\xb6\xaa\x3d\x92\xad\x6a\x8f\x64\x2b\xc8\x0a\x0f\xa3\xe9\xe1\x0d\x7f\xa1\xb5\xdb\x29\x88\x4b\x23\x40\x71\x7d\xae\xca\xe8\xfb\x22\xae\xcf\x3d\x19\xe5\x22\xe2\x7a\xcb\xf6\x65\xb6\x05\x18\x5e\x8c\x50\xdc\xac\x0b\x3c\x05\x8b\x0a\x12\x05\x59\x05\xb6\xa5\xa8\xc0\x9c\xac\x2a\x98\x29\xd8\x43\xb0\x98\xd7\x83\x0a\x02\x05\x7a\x0b\xb9\x00\x6d\xb3\x44\x46\xe1\x11\x66\x34\x3d\x66\xac\x18\xd6\x28\xb3\x09\x32\x16\x30\x31\x5e\x83\xcc\xf4\x88\x42\x92\x44\x16\xbd\x91\x65\xe1\x51\x4b\x40\xe6\x22\x49\x05\xcd\x1c\x73\x2f\xbd\xd3\x75\x81\x59\x98\xc1\xc1\x16\xe0\x30\x23\x13\xd7\x5b\x59\x16\x56\x9a\xa0\x95\x95\x37\x11\x6c\x6a\x90\x21\x88\xc7\x06\x86\x20\xa8\x6d\xe7\x68\x51\xf4\x74\x23\x31\x22\x18\xcd\x49\x44\x16\x6c\xf0\xb6\x20\xab\x80\x31\x48\x01\x4b\xc6\x20\xab\x2e\x30\x13\x7b\x2c\xb0\x98\x0e\xba\x80\x89\x96\x4d\x05\x8c\x32\x7a\x15\x70\x4b\x44\x66\x2d\xaa\xde\x21\xb2\x24\xc3\x1a\x54\x30\x01\xaa\xc8\x0e\x3b\xae\x48\x14\x59\x44\x5c\x16\x0b\x3a\xe2\x28\x59\x25\x92\x50\xc5\x76\x74\x49\xf3\x66\x79\x4a\xa2\x02\x5b\x11\x55\xc0\xcc\x26\xc4\x18\xb9\x63\xc1\x1b\xcc\xbd\x11\x68\x1e\x2c\x88\x45\xf3\x10\x79\xc1\x96\xaa\x02\xde\x87\xa5\xe1\x86\x5d\x4d\xb4\xe6\xd0\x8d\x46\xd9\xb4\xe6\xd0\xda\x17\xea\xbd\xbe\x7d\xc6\xac\x6f\x4d\x5b\xf5\x38\x9b\xd6\x04\x17\x68\xbc\x4d\x5a\x13\xe8\x1d\x0d\x48\x43\xb7\x70\x03\x27\x5d\x9f\x88\xb5\x9b\xcc\xc4\xba\xdf\x70\x7d\x3b\x2a\x5a\x43\xf7\xca\xb9\xfc\xd2\x7a\x65\x61\xeb\xbd\xac\xa7\x87\x7a\x9d\x3b\xd2\x5f\xf8\xe3\xd3\xa3\xcd\x26\x7b\x94\x51\x97\x5c\x3f\xab\x98\x39\x7f\xfb\xfc\x1a\x9f\xdd\x5d\x5c\x38\x5a\x7b\xef\x1a\x9f\x78\x45\x65\x7b\xd5\xcd\xa6\xc2\x03\x8a\x2f\xfd\xd4\xdb\xd5\xf8\x2c\x50\x99\xc1\xd5\x54\x7b\xa8\xec\xd9\x21\x54\x05\x4c\x78\x61\xf0\xbd\x4c\xc7\x27\x1e\x4b\xde\x1e\x17\x9e\x2a\xc1\x3b\x81\x73\x39\x49\x32\x15\x9e\x00\x8e\x61\xf4\x1a\x1c\x9f\x78\xdd\xf0\x4f\x85\x24\xe6\x0b\x87\x99\xa2\x3d\x1c\x6c\x17\xea\x23\xb1\x79\x3a\x37\xc2\x10\xd7\xd3\xb9\xe4\xcc\x01\xc2\x6c\x88\xc3\x4b\xb6\x38\xaa\x7c\x34\x15\xc6\x92\xe3\x58\xf3\xb3\xa9\x16\x9c\xa5\x8d\x44\xff\xc6\x62\xc1\x85\x65\xd3\x75\x25\x51\x57\x66\x5c\x76\x4e\xbe\x66\xaa\x86\xae\xc5\x62\xf4\x6d\xdc\x0e\xf1\xad\xe8\x80\x16\xea\x56\xd3\x35\xe8\xac\x24\x8d\xb6\xe0\x15\xe4\x8b\xb5\xce\x5e\x5b\xa3\xf1\x8b\xce\x1e\x56\xae\x5f\x4d\xa7\x2d\x38\xd3\x66\x7f\x0d\x8d\xf6\xec\x55\x67\x13\x21\x9b\x4e\xa7\x4b\xb1\xde\x6e\xfe\xc4\x69\xd7\x66\x63\x90\x68\xba\xa4\x3a\x6b\xf1\xb6\x2f\xea\xbe\x60\x6d\x50\x4c\x37\xab\xce\x5a\xe0\xde\x74\xda\x99\x82\x35\x64\xe3\x90\xd4\xa6\xcd\xcd\x94\x4c\xa7\x36\xc7\xe9\xb5\xc6\xbb\xd2\x1a\x2a\x27\x17\xaa\x52\xa3\x6a\xbe\xfe\x21\xe9\xaf\x5d\x41\x9b\x00\xc0\xe3\x7a\xde\xf1\xb7\x86\xc3\xeb\xe5\x52\x4f\x2f\xf8\x65\x03\x3f\x26\x4c\x5b\x6d\xc7\x53\xe5\xcf\x27\xe7\xa7\x73\xdf\x85\xff\x7f\x0b\x00\x00\xff\xff\xd3\x1e\xdc\xc0\x6a\x11\x00\x00"); -func _fgcg ()(*asset ,error ){_gfbeb ,_gfdf :=_beee ();if _gfdf !=nil {return nil ,_gfdf ;};_aeg :=bindataFileInfo {_b :"Adobe-KR-4",_ffe :1313,_ag :_ed .FileMode (436),_ac :_c .Unix (1580491427,0)};_fcb :=&asset {_abe :_gfbeb ,_ece :_aeg };return _fcb ,nil ; -};func _dcb ()(*asset ,error ){_ccda ,_gfdb :=_abc ();if _gfdb !=nil {return nil ,_gfdb ;};_gfac :=bindataFileInfo {_b :"Adobe-Japan1-0",_ffe :1097,_ag :_ed .FileMode (436),_ac :_c .Unix (1580491303,0)};_fba :=&asset {_abe :_ccda ,_ece :_gfac };return _fba ,nil ; -};var _ggcg =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x84\xbc\x4b\xaf\x27\xbb\x75\x9f\x3d\xef\x4f\xb1\x87\x7e\x07\x7e\x55\x17\x92\x45\x02\x1b\x0d\x24\xbe\xc0\x42\x60\x27\x88\x9c\x0b\x10\x64\xc0\xab\x72\x80\xa8\xcf\x41\xeb\x68\xa0\x6f\x1f\xf0\x79\x4a\x8a\x2d\x38\x38\x83\xc6\xbf\xc9\x2a\x92\xab\xc8\xdf\xba\x2f\xee\x5f\xfd\xcd\xaf\xff\xf6\xd7\xdf\x7e\xf8\xf9\xe3\x57\xff\xe9\xfb\x8f\xfd\x37\xf3\xe7\x8f\xf5\xc3\xb7\xf1\x7d\xfe\xfe\xc7\x3f\x7c\xef\xf3\xa3\xcd\xdf\xfe\xf0\xed\xcb\x97\xf3\xfa\x18\x3f\xf4\x9f\xff\xd4\xe4\xa7\xff\xae\xfe\xf4\xe5\xcb\x1e\xff\x9b\x3f\xfe\xfe\xe7\xf9\xbb\x5f\x7f\x5b\x3f\x7e\xdc\xbe\x37\xfe\xf0\xd3\xfb\xee\xc7\xc7\xaf\xfe\xf3\xfc\xed\x0f\xbf\xff\xf9\xfb\x1f\x3f\xfe\xea\xdf\x8d\x1f\xdb\xfc\xff\x3e\xc6\x5c\xbb\xff\x3f\x7e\x1f\xf3\xfb\x0f\xdf\x7e\xfb\xf1\x57\x7f\xf3\x4f\xbf\x39\xff\xdc\xfd\x9b\x3f\xfc\xf4\xd3\xff\x9e\xbf\x9b\xdf\x7e\xfe\x48\xf4\xcd\x6f\x83\xdf\x2f\xbf\xfa\x9b\x7f\xac\x3f\xfd\x53\xfd\xdd\xfc\xf8\xd5\xdf\xfd\xf3\x3f\xfc\x87\xbf\xfe\xf7\xf1\xaf\xff\x81\x27\x3c\xf8\xaf\xf3\xfb\xef\x7f\xf8\xf1\xdb\xc7\xf5\xff\x1f\x47\xf9\xbf\xdd\xff\xfc\xc7\x9f\xe6\xc7\xf9\x4e\xf0\xdf\xff\xcb\xaf\xff\xf6\xe3\x7f\x9c\x1f\xe7\xf1\x71\xc5\x98\xaf\xff\xf9\xf6\xff\xb7\x7f\xfc\x71\xcc\x8f\xc3\xd6\x25\xe9\xfd\xc7\x31\x7f\xff\x53\xed\xf3\x7b\xfd\xf6\xdb\xf9\xe5\xe3\xe3\xf3\x38\xbe\x7e\x7c\x7c\x7c\xe6\xe3\xeb\x6e\xe5\x27\x1c\x5f\x3f\x3e\xff\xfe\xef\xfe\xfe\xef\xbe\x6e\x1a\xff\xe2\xfd\x2f\xa7\xd3\x7c\xfb\xf1\xe7\x31\x97\x7d\xcc\xf0\x79\xae\xaf\x1f\xe7\x1e\xf1\x2f\x1f\x7d\x39\x8f\xe3\x5d\xf7\x87\xd1\xff\x57\xfd\xfe\xe5\x33\x97\x70\x7f\xfd\x38\x9f\xe7\xcc\x34\x3a\x8d\xeb\xa6\x31\x76\xe3\x0e\xcf\x6e\xc4\x93\xc6\x91\x76\xa3\x26\x1a\x67\xa0\xd1\x68\x64\x26\xa8\x4e\xf0\x30\xa6\x3a\x41\xb6\x31\x7d\xc2\x6b\x7d\x39\xf5\xb1\x1b\xa3\x38\x35\x4f\x46\xdd\x8d\x7c\x46\x1a\x4e\x7d\xfa\x5a\xf7\x09\x14\x0c\xa7\x3e\xcf\xdd\x98\xd2\x76\x42\xf5\xbc\x78\xed\x62\xcc\xbc\x7d\xc2\x6c\x8b\xa9\xef\x6b\x8f\xa9\x7b\x5f\xcf\x27\x87\x48\x83\x09\xce\xe4\x93\xe1\x93\xbd\x4e\x8d\x92\xc3\x1e\xd4\x38\x6d\x6c\x42\xeb\x73\xda\x28\x34\xd8\x90\x8b\x0d\xa9\xcf\xc3\x93\x78\xd0\x70\x82\xc8\xd4\x4f\xf3\x35\xc7\xf8\x3d\xf1\xa2\xc1\xa2\x97\xb4\x3d\xae\x13\xf7\xf7\xd4\x9a\x6d\x30\x75\x4b\x36\xa0\xba\xb1\xce\xe5\x27\xb4\xf7\x35\xa8\x6e\xc5\x27\x50\xdd\xdf\x75\x68\x4c\x27\x48\xd0\x36\x99\xe0\x7e\xf6\xa2\xed\xdd\x90\x7c\xd3\x88\x4c\x50\x02\x0d\xc7\xe4\x44\xc3\x45\x4b\xa4\xe1\xa2\x1c\x70\x0b\x2e\x5a\x7c\xcd\xcf\x06\x14\x2d\xf8\xd9\xc5\xd7\x24\x27\xef\x3d\x68\x31\x7b\xf4\x2c\x1a\x99\x20\x3b\x81\x1b\x7f\x1f\x50\x10\xc5\x01\x1b\xdf\xd2\x7b\xda\x4c\x90\x9c\xe0\xda\xaf\xf5\xb4\x8f\xbe\x1c\xd7\xde\xd1\x0e\x76\xca\x01\x94\x3b\xd8\xc9\x25\xed\xd7\x06\x5f\x5a\x0e\x36\x64\x30\xe6\xb9\xef\x4c\xc3\xd9\xee\x42\x43\x58\x9e\x17\x0d\xc9\x09\x27\x8d\x69\x83\x27\x1e\xfd\x1d\x6e\x1a\xef\x6b\xac\xe3\x69\x97\xcc\x18\x4f\xfb\xe6\xb0\x46\x8d\x36\x12\x8d\x77\x51\xc8\xa9\x2e\x7a\xf1\x9a\xa7\x7d\x83\x9d\xd1\x85\x32\x70\x19\x42\x39\x1c\xfb\xc9\xe4\xb0\xf2\xf1\xec\x27\x73\x53\x1d\x4e\xd6\x9c\x10\x1d\x4e\xbe\x7a\xa6\xcd\x72\xe7\xc3\xf8\x09\xd1\xf9\x78\x22\x8d\x66\x23\xd1\x98\x5f\x3f\x2e\x0e\x67\xd6\xf7\xa5\x87\x46\xfb\xfa\x11\x2e\x0e\x6a\xb6\xf0\xf5\x23\x94\x83\x99\xc0\x5d\x3e\x60\xeb\xd9\x8b\x0d\x86\xf7\x0d\xe9\xc4\xbe\xcc\x71\xec\x11\xf0\xf1\x9c\x92\x9b\x6d\x2c\x1b\xd0\xbb\x5c\x30\xef\x89\x57\x7c\xbe\x7e\xdc\x37\x0f\x16\x30\x09\x42\x6b\x45\x17\x01\xa8\x2b\xbe\xe3\xf7\x27\xae\xf4\xd8\x88\x34\x18\x73\x1f\x85\xc6\x1e\x73\x9c\x50\xb9\xf6\xf1\xe5\xcc\x67\xad\xe7\x9d\x2c\x21\x5d\x5f\xa9\xf8\x6f\xc9\xc9\xd5\x0e\xdf\x64\x58\x7f\xbf\x81\xf9\x7a\x62\xa5\x64\xe3\xa5\x81\x65\x7b\xa5\x51\x0e\x1a\x7b\x07\x4b\xf0\xff\x1b\x0d\xe9\x96\x86\xf1\xbe\xc5\xa7\x22\xb1\xf2\x51\xd8\x83\xd5\x6d\xf0\xa9\x6b\xef\x67\x08\x08\xb6\xb5\xf6\x31\xc5\xbd\xa1\xe5\x88\x12\xb3\x99\xb5\x1c\x69\x7c\xfd\xb8\x8f\x2d\xf0\xca\x01\x4e\x43\x48\x89\x86\x3b\x55\xf2\x6e\x80\xd3\x00\x0b\x94\xe3\x3d\xe7\x52\x76\xc3\xf3\x3c\x0f\x66\xde\x6c\x13\x8f\x83\x07\xeb\xfc\xfa\x11\x9f\x7d\x04\xe5\x4c\xd1\x97\x4e\x1a\xd3\xc6\xb5\x1b\xcf\xdb\xb8\x77\xa3\x6e\x4e\x0d\xe9\xb6\x71\xf9\x64\x53\x79\xb6\x4d\xcc\x15\x1c\xd3\xdf\x25\x37\xcd\x57\x08\x7b\xcc\x73\x6d\x32\xaf\x14\x7c\x92\x68\x0c\x1b\x9b\xe6\xab\x9d\x1b\xa6\x81\xff\x5e\xfb\xbf\x7b\x8d\x8b\x99\xd2\x0d\xf1\xd7\xd8\xab\x1f\xe9\xa2\x31\x5f\x8a\x99\x76\xbd\xa4\xec\xef\xba\x93\xab\xb3\x95\x77\xad\x36\xf6\x87\xdd\xdd\xd7\xb6\x00\x28\xf7\x3b\xc1\xd6\x31\xe5\x9e\xef\x98\x40\xa3\xd9\xd8\xe4\x07\x64\x65\x3e\xb7\x92\x2a\x61\xcb\xca\x27\xdc\x7b\xe6\x20\xd0\xce\x73\x53\x1f\xc0\xc5\x91\xa2\x8d\x77\xfc\x26\x2d\x06\x3f\x72\x0b\xb7\x12\xa3\xd4\xf0\x05\x51\xa4\x9f\x5b\x43\x94\xd8\x5d\x66\x4b\xba\x12\xb7\xfe\x4c\xe7\x96\xe2\x25\xb1\x7d\xb1\x30\x3e\xa1\xb3\xf3\xb9\x45\x60\x49\xe9\x9d\x6c\xd3\x9c\x86\x1b\xbb\xc5\x4c\x49\x73\xaf\x19\xc3\x66\x8e\x92\x80\xdc\x79\x6c\x09\x56\x72\x7a\xd7\xdc\x4f\x32\x6a\x2d\x3e\x1c\x53\x06\x40\xf1\xe1\x64\x72\xbd\x6d\x3c\x34\x96\x0d\xc6\x6c\x49\xb1\x85\x16\xb3\x35\xb7\xf0\x6d\x24\x5f\x2b\x34\x1e\x9f\x30\xb5\x9a\xec\x8e\x4c\x8d\x26\x8b\x0f\xa7\x93\x9b\x9f\xf0\x3e\x69\x8a\xc0\x8b\x46\xf7\x09\x14\x70\x6e\xf1\xe1\xa8\x32\x62\x33\xa3\xda\x4b\xee\xc1\x27\x50\x20\x0f\x9f\x89\x09\x86\x6a\xc0\x09\x64\x48\xa4\x45\xc9\xaf\x0d\xe2\x04\x43\xbb\x25\x31\xc1\xf4\xb3\x39\xd2\x3c\xdd\x1d\x4e\x31\xbb\xa3\x0f\xa7\x90\xd7\x41\x83\x53\xcc\xcb\x23\x29\x7c\xe9\x92\x50\x8e\x34\x2f\x09\x85\xc1\x32\xa7\x10\x1f\xce\x37\xc3\xf8\x19\xd9\x5b\xf2\x52\xf7\xa4\xbd\x68\x09\x97\x7b\x10\x68\x48\x0e\xa7\x5d\xc0\x41\xbe\x38\x9f\x82\x82\x88\xcf\xe5\x6b\xc9\x27\x4e\xa0\x05\xb0\x45\x57\x29\xc1\x93\x03\x14\x25\x7a\x72\xa9\xd0\x50\x79\x3d\xc7\x2f\x48\xc9\x52\x92\xc3\xb6\x2e\x2a\x25\x09\x92\x0b\x22\x10\x13\xf1\xb9\x58\xf7\x79\x29\x62\xdd\x27\xdb\x60\x29\x64\x46\xbe\x80\x42\xa9\x6e\x10\x1c\x54\x40\x59\xbe\x38\xfd\x52\x5d\x27\x38\x26\xfa\x84\xa9\x5f\xdb\x34\x3a\xc6\x45\xef\xbd\xc3\xa5\x79\xc6\x0f\xdb\xf0\xe2\xef\x86\xd0\x26\xa1\x08\xaa\xd2\xd5\xe1\x0f\xeb\x74\xed\x4c\xa0\x50\x86\x2a\xf8\x61\xd1\xe1\x3a\x99\xa9\x5f\x5c\x3c\x50\x3d\x5f\xaa\x59\x47\x79\x8e\x71\x5b\xca\x94\x6a\x8f\x48\x89\x82\x82\x2a\x65\xbe\xb3\xf9\x04\x76\xc0\xec\x2d\x65\xca\x0e\xd9\xa9\x97\x07\x4e\x63\x89\xe6\x7b\x37\x6a\x78\x3f\x21\xd1\x40\xa4\x60\xad\x94\x1a\xc4\xd2\xb6\x2f\x4a\x8d\xf2\xd3\x36\x77\x4a\x8d\x52\xcd\x91\xd4\x84\x7e\xbb\x63\xa1\x71\xfa\x9a\x8d\x97\x36\x1b\xd2\x06\x07\xd4\xe4\xc9\x6d\x9d\x56\xea\x6b\x2f\x15\x1b\xd5\xd7\xa0\x2d\xbd\xac\xca\x3a\x8f\x30\x95\xb6\x07\x98\xde\xcf\x4d\x43\xab\xa8\xd8\xf0\xe4\xb6\x8d\x55\x6a\x75\xe3\xe1\x9a\x5a\x1d\x83\xf0\xaf\xaf\x25\x55\x6c\x14\xd7\x81\x82\xea\x31\xc2\x4f\xb5\x79\x24\x81\xa9\x9b\xac\x8a\x88\xd3\x6e\xce\x37\xca\xaf\xbe\xd2\x26\xb0\x8e\xd2\xe6\x9d\x0d\x69\x13\x9f\xe0\x6c\xdd\x27\x7c\x42\x13\x21\x9e\x42\x7f\xa7\xe6\x4b\x87\x8c\x1f\xd8\x6b\xb4\x51\x0e\x88\x84\x3a\x5e\x72\x68\xbc\x70\x89\xd0\x26\x5c\x02\xb0\xac\xd3\x03\x46\x60\xd6\xe9\x5e\xc3\x18\x75\xbe\x66\x22\x53\x4f\x45\x02\x5c\x52\x5f\x99\x02\x97\xd4\x25\xc8\x61\x8c\xba\xfc\x84\xb8\xc7\x68\xd3\xc7\x87\xd3\x6e\x2f\x76\xb6\x53\x50\x5a\x74\x51\xc4\xa2\xf6\x79\x7c\xd2\x4d\x03\x15\x16\xe0\x1f\xed\xf3\xf8\x24\x1b\xcd\x27\x91\x86\x78\x4b\x36\x86\x4f\x36\x39\x4d\x88\x85\x6d\xf5\x94\x86\x09\x7a\xa9\x5d\xdb\xab\x5b\xc0\x41\xdb\xf2\x20\x16\xc4\x50\xc3\x36\xbd\x8f\xdb\x21\xce\xec\x64\x8f\x33\x17\x1b\xa2\xc5\x99\xab\xe0\x85\x67\x9b\x66\x47\x28\x3e\x81\xce\xc8\x91\xb6\xea\x6c\x30\x56\x7b\xb5\x56\x66\xb6\xe6\x6c\xc0\xad\x61\xaa\xe4\x08\x9b\x36\xf4\xee\x51\x92\x0d\xb6\x20\x23\x97\x9b\x5a\x3c\x9e\x36\xba\x4f\xc2\x2f\xc9\xcb\x86\x7c\xc9\x11\x8d\xd4\xfa\x2b\xdb\x21\xaf\xbb\x2e\x66\x45\x03\x30\x39\x62\x56\x34\xc4\x50\xcc\xb0\x53\x53\x93\xc7\xd3\x46\xf4\x09\x5f\x8e\x8b\x1c\xb3\x1b\x3c\xe6\xd7\x8f\xe7\xcc\x3e\x58\x3e\x80\xd4\xc9\x99\x44\x34\x4d\xc3\x91\x8e\x59\x6a\xa6\x6b\x5e\xbe\xe6\x9a\x52\xa3\xae\xcb\x52\xa3\x2d\x14\x11\x22\x6d\x62\xd7\x66\x64\x40\x9b\x7e\x1b\x20\x6d\xcb\x09\x9c\x6d\xe3\x32\x64\x44\x40\x5b\x08\x94\x88\xb4\x6c\xf8\x35\x39\xc2\x4c\x1d\xed\x76\x06\x64\x55\x47\xbb\xe5\xf8\x36\xde\x31\x85\x06\x18\xcd\xef\x18\x30\x1a\x91\x48\x5d\x5c\x67\x64\x62\x8f\xf7\xd7\x8f\x24\x5f\xf4\xe8\xa6\x21\x0e\x7a\x74\xd3\x10\x07\x3d\x26\x9f\xd8\xe8\x36\x98\x39\xba\x9d\xe8\x95\x0e\x92\x23\x5e\x7d\xe9\x08\xcb\x1c\xe1\x73\x7c\xd0\xa8\x95\xd5\x93\x34\xc3\xe6\x5d\xc1\x19\xdf\xf1\xf9\xeb\x47\x2e\x60\xb7\x27\x49\x7e\xe7\x92\x64\x38\xb6\x23\x37\xef\x70\x3a\xb1\xc4\x6c\xff\xad\xf4\xf4\x12\xe3\x93\xe9\x13\xbe\x66\x73\x52\xce\x2e\xf9\x78\x34\x7e\x33\x06\x68\xcc\xc9\x86\xfb\xec\x32\x72\x52\x74\x32\x39\x29\x83\xf0\x5e\xdd\x1a\xb4\x79\xd7\x36\x8e\xc8\x82\x0e\x27\xc5\x0c\xc7\xf7\x2a\x69\xc8\x82\xde\x64\x04\x0c\x94\xbe\x25\x65\xc2\x07\x2f\x7d\x0b\xca\x4b\x41\xdb\xbb\x24\x63\xb3\x76\x90\x1e\x0b\x7c\xd4\xb7\xd0\x7c\xf2\xed\xff\x9d\x0a\x7e\xef\xd3\x93\x81\xc5\xfb\x94\x16\x58\xbc\xbf\x38\x43\x2d\x77\x8c\xa5\x58\xc4\xc9\x72\x19\xb4\xaa\x6e\xff\xa3\xde\x18\xca\xbf\x02\x82\x06\xa0\x89\xb8\x66\x65\x04\xc7\x14\xc7\x48\x1a\x70\x18\x51\x56\x29\x36\x4e\x9f\x44\x1a\xd1\x46\xa2\x21\xa1\x38\x5a\x63\x7b\xb1\x25\x25\xdf\xaa\xdb\xa3\x75\x95\x37\x88\xc1\x99\x19\x83\x88\x05\x00\x0d\x41\x93\xe0\xee\x91\x34\xe7\x39\xce\xf1\x68\x09\x20\xca\x86\xc7\x59\x80\xd3\xf0\xd0\x0a\x10\x32\x84\x90\x13\xfc\x30\x38\xb4\x58\x80\xc0\x50\xfc\x25\xf8\x61\xe0\xcf\xc6\x82\xb0\x19\xed\xb6\xc1\x04\x18\xed\x39\x05\x1b\x7e\x1a\xea\xc0\x80\x44\x4e\xc1\xc6\xe3\x13\x3e\x01\x91\x99\x13\x8a\xcf\x50\x45\x2c\x58\x95\x43\x9b\x1b\x5b\x66\x18\x1f\x48\x60\x78\x28\x3e\xcb\x73\xfd\x92\x90\x1c\x4a\xbf\x84\xea\x1b\xfa\xc4\x09\xba\xa7\x52\x21\x41\xf7\xd4\x43\x4a\x90\x3a\xdf\x6d\x84\xba\x89\x9d\x92\x0e\x14\xe9\x94\xdf\x12\x8c\x60\x88\x24\x1d\x4c\x3d\x09\xe9\xa5\x83\xcd\x9a\x8f\x8b\xa2\x92\x26\x46\x4b\xd2\x5f\x9e\xba\x72\xe9\xb1\xe1\x04\x92\x63\x24\x25\x01\xcb\x89\xb6\x4a\x87\xb4\xc9\x63\x09\x8c\x12\x63\xd9\x4f\x20\x54\xb3\x36\x65\x26\xf0\xec\x6e\x1f\xbc\x33\x33\xe4\x3d\x3a\x90\x3c\xab\x9b\x0d\x92\x09\xc6\x9c\x89\x50\x4e\x99\xba\x58\x29\x43\x9a\xa6\x4d\x42\xe8\x4f\x4c\x9b\x74\x48\x5a\x93\x34\xa9\xd1\x97\x4c\x08\xa3\x37\x68\x43\xf8\xa2\x4c\xf7\xfd\xc1\xce\x99\xc3\x2d\x28\xd0\xb6\xed\xd0\x72\x03\xf1\xb9\xde\xb7\x18\x8f\x91\x91\xf5\xd7\x26\x47\x95\x14\x86\x73\x33\x66\x3a\xa3\x0f\xa6\x0f\xf6\x90\xe5\x19\x3e\xf8\xdc\x0b\x61\x9e\x1f\x94\xd6\x42\xca\xde\x11\x0d\xbd\xb0\x42\x83\x47\xbd\x9e\xc3\xd7\xf6\x77\x2e\x3f\x5a\xd7\x6b\xb5\x97\x80\x42\x03\x44\xe8\x7a\xad\xbe\xc7\xa4\xcb\xa9\xfb\xe9\x13\x66\xdb\xba\xfb\x2e\x8f\x6f\x75\x1f\xf0\x96\xca\x55\x97\x6a\x0d\x02\x4a\x04\xb1\xca\x9a\xef\x93\xfd\x69\x6b\x15\x1b\xf1\xcb\x67\x3d\x82\xa4\xed\x6f\xab\x87\x8a\x0a\xa7\xa7\xbe\x71\x1a\x9c\x9e\x7a\x80\xcf\x80\x00\xa8\x87\xa1\x0d\x3c\xa0\x7a\x68\x0b\x6d\x02\xea\x21\xa0\x70\x80\xea\x81\x5d\x93\xee\xb7\xe1\xae\x6f\xcf\xa6\x1e\xd5\x65\x6e\xc6\xe8\xd7\xe2\xcc\xd4\x63\x48\xcd\xd6\xae\xf5\xd0\x3c\x38\x32\xa4\x0d\x8e\x30\x30\x5e\xab\x13\x4f\xa2\x1e\x5a\x9d\x47\x80\x98\x3f\xd9\x96\xcc\xbc\xde\x58\xe9\x1e\x7f\x6e\x1d\x7e\x6d\x91\x55\xcf\xad\xc2\x09\x36\x57\x24\xee\x15\x36\x55\x6d\xc6\xeb\xeb\x47\xc0\xf3\xe9\xd7\xde\xe2\x48\x78\xbb\xdf\x1b\x8a\x11\x7d\xd7\xef\x6d\x64\x47\x94\x62\x0f\x5b\x70\xc6\xb0\xad\xae\x9e\x36\x75\xe9\xd8\x2b\xf5\xac\x89\x42\x40\xbe\x67\x2c\xdf\x4c\x40\xbe\xbf\xde\x34\x01\xf9\x5e\xb6\xb6\x4f\x17\xff\xdd\xd2\x28\x1d\x5b\xb8\xf7\xba\x89\x4b\xe7\xde\x80\x91\xf6\xe1\xe6\x67\x33\xc4\x78\x36\xe3\x66\xc2\xd0\xa3\xee\xd5\xf2\xb9\xc5\xda\x40\xbe\x14\x18\x60\x36\xe6\x3f\xca\x3e\xcb\xd9\xb7\x09\x75\x9e\xc7\x16\x08\x73\x12\xf4\xb9\xf8\xb8\x75\x20\xf1\x4f\x30\xb7\x0e\x0c\xc1\x93\x78\xc1\x3a\xd1\xe0\x57\xda\x32\x7f\x5d\x48\xa1\xeb\xd9\x3c\xbc\x02\xa0\xbd\xe2\x9e\x7a\x25\xc0\x70\x95\x6d\x97\xae\x82\xc0\x04\xf5\xff\x52\x2e\x86\xf0\x17\x62\x71\x15\x0e\xfa\x4e\x1b\x35\xab\xc0\xc5\x37\x42\x7b\xe1\xd8\x5d\x84\xcd\x16\xde\xdb\x85\xa6\x5f\xf8\x2a\x4f\xe6\x95\x3d\xf8\xde\xd2\x71\xd5\x0d\x8b\xeb\xdc\x3a\x6e\x19\xd1\x4f\xc7\x71\xed\x46\x14\x16\x5b\xb6\xad\xa6\x95\xf1\xf0\x5d\xad\xbe\x4f\x78\x6d\xcb\x99\x9b\xb8\xdc\x7a\xad\x65\x1c\x86\xf5\x1a\xb7\xf8\x08\x0b\x03\x30\x11\x18\x5b\x6d\x29\x8c\xb6\x9d\xb9\xb4\xd2\x32\xfe\xc2\xea\x5b\xe1\x66\x30\xb0\x7a\x14\xe2\x5b\x50\xaf\xd7\x96\x7a\xb6\x59\xb1\xb4\x85\x12\x3e\xf1\xea\x2f\xf3\x6c\x6d\xb3\xfa\x23\xf8\xb7\xd0\x5c\x7d\x03\x2d\x84\xc0\x90\x97\xaf\xb7\x29\xb3\xfa\x36\x6d\xef\x73\xab\xf8\xd5\x5f\xec\x3f\x36\xfc\xc8\x07\xc2\x38\x7d\x92\x35\x4b\x13\x21\x3f\x5b\xca\x2e\x93\x01\x19\x3f\x64\xa1\x06\xd3\xbd\xb9\x6d\x0d\x76\xe2\x62\x8b\xc6\x16\x44\xf7\xb5\x1d\x97\x35\xfe\xb4\x06\x8d\x3d\xed\x7d\x6d\x41\xbc\xc6\x2b\x3b\x69\xc0\x2f\x6f\x50\x64\xcd\xf7\xab\xb6\x88\x5e\xd3\x84\x03\x5a\x6a\x11\xc8\xbf\x1f\x36\x72\x6a\xe1\x3d\x5b\x79\x2c\x14\xc6\x95\x19\xbd\x6d\xff\xe7\xc8\xff\xef\x78\xcd\x9b\x2b\xbc\x8e\xaf\x1f\x9f\xa8\xa3\x2f\x7f\xca\x35\xee\x93\xf8\x4a\xb2\x24\xee\xbe\x6d\xb6\x7e\x6e\x3a\xc8\x99\x10\xff\x87\x75\xf6\xcf\xa4\x8f\x20\xf8\xb3\x85\xd3\x67\x7e\xf0\x2d\x8a\x11\xeb\xec\x7c\x19\xb9\xf7\x24\x22\xf1\x79\xf3\xca\x67\xce\xc6\x89\x71\xbe\x72\x76\x6c\x26\x11\x92\xf3\x66\x89\x9c\xb7\x26\xdc\x3f\x55\x0e\x27\xd3\xe8\x7c\xc5\x6c\xdd\x63\x22\x30\x24\xfb\x8a\x7d\x85\xbe\x49\x1f\xf6\xda\x83\x8c\xce\x65\x6f\xee\x67\x2e\xa6\xd6\x10\xc8\xb9\xb8\xae\xe1\xa3\x07\x68\xe4\xd2\x5c\xc3\x58\x11\xdb\x9f\xcb\xe6\xd5\xfd\x43\xb8\xe4\x21\x3d\x51\xba\x63\xcd\xca\x3c\x7c\x2f\x0c\xb9\x7f\x5c\xa3\x98\xa8\x74\xbe\x61\xa6\xcc\xf4\xe9\x90\xbe\x69\xc6\xed\x84\x96\x2d\x75\xf7\x8f\x39\xb0\xcb\xbc\x66\xb5\xef\xcd\x82\xfa\x5e\xa7\x6f\xbd\xef\xd1\xb7\x95\xee\xfe\x79\xd3\x93\x66\x31\xef\xdd\x67\xf0\xe7\x39\x13\xa9\x44\xf7\xc5\x18\xd0\x73\x3e\x64\x14\x63\xb3\x8f\x28\xc6\x99\xcd\x73\x2e\xfa\x4c\x8d\x9d\xe4\x25\x6a\x82\xbe\x8a\xe2\x7d\x88\x52\xe6\xfa\x5c\xf6\x05\xb3\x9a\xe6\x3b\xb3\x7d\x26\x03\x39\xa3\xea\x3e\xd7\x6a\xea\xf0\x32\xad\x59\xec\x23\x4a\x73\xdd\xac\x51\xf9\xb6\x8a\x65\xfa\x5c\xb7\x19\x4f\xd7\x68\x26\x24\xc9\x9e\x10\x8c\xf9\xcc\x06\x5b\x9e\xcb\x0c\x6c\x77\xbe\x6e\xaa\xd1\xef\xed\x7e\xef\x70\x2c\xf9\x99\x3a\x92\x7d\x6f\x8e\xd6\x3e\x69\x36\xc1\x0c\x67\x66\x54\xc2\x67\xae\xd3\xb1\xe0\x94\x10\xcc\x67\xae\xc4\xdd\x9e\x6c\xb6\x78\x39\xdf\xbb\xf7\x8f\x09\x53\xbe\xb7\x19\x9d\xbd\x48\xe5\x34\xcf\xa3\x05\xc7\x66\xdf\x1b\xf4\x89\xd3\xab\x90\xdd\x8c\x8e\x45\xf4\x3e\x38\xd2\xb9\xc5\x68\x9f\x34\x17\x93\xa5\xec\x95\x21\x95\x27\x9b\x5a\x4d\x97\x7d\xbc\x67\x7e\xae\x25\xf6\xc5\x00\xc9\x53\xc8\xb1\x37\xcf\x43\x59\xfd\x94\x9b\x35\x3a\x38\x6d\xee\x41\xe2\x3c\x9a\x38\x6d\xb8\x54\x0f\x16\x77\xee\xf2\xe0\xeb\xf3\x9a\xfd\x46\x36\x7f\x66\x5d\xc7\x6c\x06\xb9\xbb\x86\x1e\x64\x2e\xe4\xe9\x7b\x45\x96\xf4\xfe\xf6\x6d\x6c\x74\xcf\xed\x15\xcf\x85\x8c\x75\xf7\xdc\xba\x61\x78\xbc\x9a\xdc\x07\x7b\xd5\x31\x4e\xca\x61\xbe\x77\xb2\xf7\x7a\x79\xe5\xb8\xc9\x8c\x06\xf6\x60\x44\xe5\x50\x34\xad\x0b\xcd\xaf\xcf\x85\x93\x93\x87\x34\x8f\x77\xaf\xc0\xcb\x48\xcd\xbe\x61\x9f\x63\xc1\xc1\x30\x36\x59\x1e\x73\xb9\x8f\x7d\xc5\x3e\xde\x7b\x86\x7d\xee\x33\x32\x62\xb8\x07\xc3\x58\x75\xe1\xcc\x47\x4d\xf6\xb9\x2e\xb2\x13\x27\xed\x33\xeb\x6a\x3d\x85\x33\x47\xad\x7c\xe6\x61\x0e\x0a\x7d\x9c\x71\xa5\x3e\xf3\xd0\xdc\x44\x7b\xe6\x21\xef\x0f\x3d\xdd\x03\x9a\xa7\x67\x34\x4d\xa5\x91\xfe\xc9\x53\x39\xa9\x27\x14\xc8\xe8\xe4\xe9\xf7\x4e\x23\x0b\x18\x36\x19\xbd\xb3\x7f\xa6\xa9\x63\x73\xc2\xce\xc7\x1e\x84\x33\x91\xdd\x75\x0f\x74\x7f\xc2\xf9\x26\x92\xbb\x7d\x24\x2a\x4f\x13\xbc\xee\xc1\xac\x8e\x65\x5f\xa6\x38\xd0\xc1\x09\xca\x9c\x29\xef\x4f\x1c\xd1\x70\x16\x73\xcb\xd1\xbe\x87\xec\xaf\xc9\xee\x06\x5e\x66\x37\x23\x7c\xb0\x6e\xaf\xf6\x75\xfa\x90\x9d\x53\x0c\x4d\x62\x0b\xe1\x22\x9f\x3e\x87\xb4\x80\xa1\x70\xb9\x07\x62\x68\xa2\xf8\x03\xf6\x6c\x9e\xcb\xef\x5d\xd0\x4c\x5a\x21\xcf\x25\xcd\xcb\xf7\x48\xa9\x2f\xf7\x79\x61\xfe\x85\xeb\x31\x6d\x5d\xed\xf3\x3d\xf8\x72\x89\xbf\xd7\x83\xb9\x39\xcb\x95\x7c\x0f\xac\x05\xeb\x58\x96\x58\x5b\x8f\x99\x6b\xf8\x63\xa9\x6b\x17\xb8\x0a\x84\xea\xf3\x72\x4f\x17\x31\xcb\xb0\x6d\x73\xb5\xfc\xbf\x51\xe4\xf3\xaa\xf9\xbc\x9a\x43\xb0\x2d\x83\x85\x14\xab\x67\xfb\x8a\xe9\x6b\x33\xd6\x1c\xff\x1a\xf6\x21\xce\xd6\x00\x26\x8b\x78\x60\xb0\x9a\x67\xa9\xae\x16\xee\x5e\x30\xc8\x8e\xe7\xf3\x59\x0e\x82\x6b\x21\xe0\x41\x61\x1a\xef\x1f\xde\x0b\xc4\x51\x0e\x44\x57\x39\xa2\x90\x25\xca\x7a\xa0\x72\xca\x01\x14\x43\x20\x90\x71\x3c\xce\x07\x9b\x85\x40\x40\x09\x87\x68\xff\x98\xd9\x7e\xcc\x5f\x9f\xf4\x09\xb1\x40\x42\x06\x8f\xe8\xb3\x1c\x42\x27\x10\xd6\x3d\x80\x4e\x39\x88\x2a\x85\x48\xb8\xe9\x40\xac\x94\x83\x1c\x5d\x30\xa0\x88\x9b\xb3\x7f\x58\x23\xe2\xd9\x9f\x7e\xdb\x49\x3c\x26\x44\x82\x02\x67\x4a\xf6\x71\x84\x09\xbf\xf0\xe4\x08\xcb\xf9\xbc\x7d\x99\xcc\xf7\x4d\x1f\x21\x92\x90\x08\x74\x9e\xdd\xf9\x50\x61\xc1\x28\xc5\x89\x28\x2c\xa7\xeb\x26\x82\x6e\x97\xeb\x5e\xf8\xc8\xc1\x4c\xda\x15\x22\x7d\x7a\x90\xe6\xb6\xae\xf4\xf6\xb1\x7f\xc6\xeb\xaf\xcd\xc3\x9f\xe5\x72\xaf\x1e\xe7\x73\xaf\xae\x6a\x1f\x6e\xfe\x55\xa1\xf9\xda\x6a\xf7\x62\xf7\xae\x06\xc5\x97\xd4\x19\xe0\xbe\xa4\xee\xc2\xa1\x0c\x99\xe8\xfc\x35\xd8\xa9\x4b\x86\xca\x7c\xd9\x05\x43\x95\x0b\xe3\x39\x50\xc3\x54\xae\xe5\x7c\x7e\x59\x26\x1a\x76\xfb\x65\x77\x72\x0d\x4e\xf2\x46\x59\x95\x5b\x8a\x0b\xde\xfd\x2d\xc5\x37\x91\x91\x60\xc0\xee\xae\xa0\xe0\xc6\x89\x0f\xc6\xcd\xee\xce\x1a\xb7\xb4\x20\xa8\xcb\x2d\x2d\xb7\xf1\xea\x83\xac\xd9\x3d\x5d\x83\x08\x62\x3c\x08\x95\xdf\x18\x55\xe5\x86\xbe\x78\x70\x92\x41\xfa\x82\xb9\xd3\x83\xe4\x64\xd8\xde\xd1\x67\x09\x26\x2c\xf1\x4e\x4b\x80\x41\x4b\x30\x04\x87\x6f\x5d\x82\x34\x07\x38\x2b\x52\xd8\x51\x42\x67\x8d\xe0\x1a\xf8\xa3\x25\xba\x46\x34\x43\x77\x12\xe7\x88\x18\x69\x25\x9a\xa8\x3b\x09\xb1\x44\x8c\xb4\x12\xe1\x98\x88\xa1\x55\x62\x72\xec\xf3\xf6\x31\xd6\x75\x23\x0a\x36\x5e\x84\x23\x63\x87\x13\x22\x06\x68\xb4\x4e\x22\x0e\x68\x8e\xd2\x82\x40\x2a\x49\x5a\x92\x59\x64\x4a\xa0\x4a\x12\x69\x09\x03\x25\x52\xd5\x54\x12\x86\x74\x49\x44\xd1\xa2\x09\xf3\x84\x22\x29\x49\x5a\xee\xcc\x7c\xd2\x92\x4c\x56\x98\xa6\x4f\xc3\xf9\xc8\x12\xc4\x00\x36\xd2\xe4\x7b\x93\xd9\xa9\x3f\x15\x21\x0c\xfb\x98\x2f\x10\x8a\xd5\x39\x29\x3a\x1d\x46\x09\x8a\x4e\x47\x79\x7c\xcf\x00\xb6\x4e\x47\xc9\x7e\x87\xa1\xc6\xbc\x35\xe1\xfe\x31\xe3\x0f\x17\x65\x14\x62\xc9\xa6\xa5\x93\x63\x95\x38\xf9\x31\x05\x46\x9a\x28\x3f\xd1\xbe\xb7\xe2\x82\x94\x3e\x46\x6e\xc9\x6f\x4d\x07\x1c\x98\x95\x4c\xaf\x63\x73\x12\xc0\xd6\xb1\x29\xf9\x2d\x7d\xb9\xad\x8f\x90\x96\xfa\xbe\x67\xfd\x83\xeb\x36\x4b\x00\xa2\xc5\x0e\xc3\x3e\x73\x51\x44\xc7\x72\x83\x53\xb3\xc1\xab\x53\x9a\xbb\xdf\xf1\x66\x1e\xc1\x41\xee\xd2\x67\xce\x11\xe3\xbf\xe4\x71\xdb\x67\xa9\xc5\x63\xdf\xfb\x9e\xd9\x44\xe7\x1b\xdd\x3e\xe9\x23\x44\x48\x04\x66\xff\xf8\x1d\x9c\x6f\x9e\x7e\x87\x61\x79\xb1\x9b\xa7\xf3\x4d\xab\x31\xb2\xb5\x10\xd3\x3e\x4b\x49\x8a\x45\x0c\x8e\x5d\x26\x6f\x93\xc5\x10\x7e\x87\x01\xc4\xb3\x58\x9e\xc0\xba\x3a\x7c\xf9\x7a\xcb\x1c\xb2\x7d\xd3\x3e\xf2\xea\xd1\xf7\x8c\x57\xc8\x0b\x05\xa3\xb9\x14\x53\x93\x78\xf1\xa5\x44\xf6\xb4\x18\x4b\xb8\xde\xba\x04\xdf\x33\x2a\x7c\x59\x02\x20\x9e\x8b\x3e\xf8\x45\x2e\xa1\x28\xd9\x8b\x19\xeb\x8b\xe0\x78\x79\x92\x7d\x8f\x7d\x96\x36\x14\xfb\xa4\xef\x2d\x50\x80\x07\xad\x87\xcd\x17\xfb\x5c\x94\xba\xa5\xf9\x6d\xec\x41\x51\xee\x16\x03\x9a\x97\x55\x19\xcd\xb1\x4d\xfa\x9e\xf3\x17\x95\x7d\x29\x4d\xf2\xfb\x3b\x84\x6d\xeb\x6f\x1f\x47\x43\x81\x5f\xc1\x51\xfd\x2c\xc5\x30\xef\x55\xac\x64\x08\xf6\x49\x02\x8a\xbd\x0c\x49\x10\x12\xf8\x29\xa5\x08\x09\x4b\x6f\xf3\x6d\x9d\x89\xa2\xb5\x18\x44\xc1\xa6\x29\x65\xf9\x9e\xd5\x2d\xf8\xb0\xa5\x2c\xb7\x5c\x9b\x95\x7a\xdc\x52\x3d\xea\x6a\x9c\xe5\xbe\xed\xe3\xb8\x6a\x34\x45\x6f\x29\x00\xf6\x55\xb1\x14\x37\x5b\x58\x84\xa3\xba\x7f\x2c\xa8\x48\x16\x20\x00\xe3\x6a\x14\xff\x26\xd8\x5f\x3d\x2e\x6b\x6d\xb3\x75\x20\xfa\xa6\xa5\xca\xa2\x8a\xae\x5a\x7d\xcf\x78\x84\x95\x17\x55\x95\x53\x3d\x2e\x8a\x9d\x4b\xf5\xb8\x2c\xca\xcd\x6f\x75\x42\x63\x4f\xab\x41\x75\xc5\x5e\x95\x1d\xab\x19\xdd\xc0\xbe\x54\xd9\x11\xd7\xf3\xcc\x14\xf5\x95\x3a\x8a\x7d\x6f\xa2\xde\x3e\xbf\xc3\x7d\x0e\x40\x16\xa7\x74\xff\x00\xbb\x70\x5b\x38\xe0\xbe\x98\x0b\x0b\x96\x81\x4c\x20\x56\x8d\x92\x06\xab\x34\x54\xc5\x15\xd6\xcb\xc1\x82\x08\x6c\xdb\x52\x4d\xbe\x06\x6b\x1c\x96\xeb\x7a\x46\x01\x5a\x9a\x67\x64\x71\x70\x56\x7c\x53\x0f\xbc\x7f\xac\x0d\x78\xeb\x09\xd8\xab\x37\x7c\x18\xde\x4a\x82\x68\x9f\x34\xa3\x9e\x5b\x9c\xf6\x99\x7b\x4f\xd6\x08\x70\x96\xcd\xca\x33\xd5\x41\x53\x2c\xb7\xb7\x72\x24\xd9\x17\xec\x93\x96\x62\x15\x41\xb1\xcf\xef\x20\x4f\xd7\x34\xbe\x5a\x55\xa4\x23\xce\x5a\x95\x16\xeb\x1e\x43\xb1\x4e\xc0\xef\x30\x5f\x46\x8c\xb4\xb4\x3a\xec\x33\x23\x48\x1a\xa4\x29\xaa\x9b\x38\xd0\x88\x6c\x4d\x9a\xdf\xea\x11\x92\x2f\xad\x55\xfb\xcc\x4d\x62\x7a\xe8\x63\x97\xa6\x7a\xb6\x94\xb2\xa9\x9e\x9b\xbc\x6a\x9a\xac\x0d\xdf\x1b\x66\xe3\x1d\x4b\xdc\xa2\x34\xc5\x77\x3c\x4d\xe4\x67\xfb\xde\x3a\x04\xbe\x6d\xb8\xf7\x16\x3c\xc7\xcb\x44\xbc\x7b\xf5\x66\x50\x2f\xb3\xfb\xee\xd5\x34\x8f\x6b\xf9\x80\xa2\xba\x4d\xeb\x03\x2e\xd3\xf3\xd2\xb2\xde\x62\x00\xd6\x50\x7c\x37\x31\x14\xc9\x56\xb5\x25\x2d\xcb\x2c\xb3\xc5\x1b\x4b\x5a\x2c\x66\xcb\x56\x08\xa8\xda\xdb\x9b\x99\x35\x35\x2f\xae\x7a\xf0\x7b\x2f\xb3\xfa\xc1\xbe\x64\x0a\x9f\x0c\xb4\xb8\xea\xe1\x4d\xcb\x93\x3c\x56\x46\x18\x2b\x8e\x19\x15\xdb\xe3\x63\x9f\xdf\xf6\xa6\xef\xa7\x7d\x56\x55\x04\x33\xef\xae\x91\x5c\xc3\xfc\xb9\x62\xbe\x3f\xce\x17\xcd\xa3\xdf\xf6\x59\x35\x80\xcc\xe9\x9a\x05\xfd\x71\xac\x49\x71\x4d\x80\x6e\x99\x4a\x36\x03\xae\x7c\xe9\x56\xb2\x65\x72\x4c\x5d\x4c\xf6\xfa\xce\x67\xaa\x3d\xd9\xe7\xf9\x92\xe5\xea\x35\xdb\xe7\x9e\x3e\x26\xde\xfd\x5e\x0b\xdb\xb2\xa9\x71\x55\x49\xb7\x42\x39\xa2\x4a\x7a\x73\x5d\x2b\xdb\xb2\x89\x72\x65\x53\xb7\x3e\xd2\x22\x8d\xae\xd9\xfc\xc6\x64\x22\xbc\xd5\x35\x29\x7a\xb7\xc8\x00\xb9\xd6\x87\xf3\x69\xce\x95\xc3\x3e\xf7\xef\xc5\xa4\x55\x02\x62\xd2\xd8\x4d\x24\xde\x54\xba\x32\xac\x4f\x53\xc9\xc8\xbf\x3e\x3d\xa3\x69\x1a\xfb\xb2\xcf\xfd\xd3\x3c\x2c\xd6\x50\x88\xc9\xbe\xde\xf7\xf8\xde\x55\xed\x13\x07\xd9\xb4\x3d\xf4\x0d\x65\x53\x7c\x93\xfc\x8f\x7d\x96\x41\x64\x73\xfd\xd5\x3e\x4b\x0b\xd0\x79\x23\x74\xfb\x2c\x1d\x30\xbb\xad\x99\x3b\xde\x4a\x91\x62\x02\x3f\xdb\x27\xaf\x52\xc9\x30\x34\xcd\x87\xa5\x4d\x09\x19\x31\x34\x29\x86\x66\x41\x62\x0f\x86\x6e\xc2\x78\xf3\xc0\xf0\x82\xf1\xa1\x62\x7c\x28\x13\x73\x2b\x43\xd9\xe4\xa5\x80\x58\xe2\x2f\xfb\xf6\x65\x54\xc9\xaf\x92\x1f\x9d\x7a\xda\x67\x4a\x1c\xb6\x18\x42\x62\x34\x13\xdb\x96\x3e\x34\x3f\xc9\xac\x29\xc5\xfa\x65\x34\xe7\x6b\xce\x47\x55\xc7\xd0\xf2\x1c\xfd\x2d\x1a\xa0\x82\xa0\x3b\x9f\x21\xaa\x64\xf5\x42\x97\xfc\x37\xa7\x6c\x75\x82\x22\x6e\x74\x3f\xe9\xb1\xcf\x6d\xd3\x1c\x49\x96\x41\x10\x7b\x28\x43\xb1\x57\x80\xfb\x50\x4d\x0e\x33\x97\x84\xda\xca\x50\x14\x8e\xf1\x16\x13\x40\x8b\x1e\xcd\xd0\x8b\xe0\xca\x45\x19\x8a\x1a\x43\x63\xc9\x92\x78\x43\x63\x65\x12\x9a\x4d\x07\x62\x6f\x2a\x6a\x66\xf4\x3d\xa0\x38\xf5\xae\x66\xf2\x3d\xac\xb8\xa9\xb8\x98\x98\x19\xe9\x88\x96\x19\x24\xfb\x3c\xea\x64\x81\x01\xdf\x36\xcd\x51\xa7\x64\x99\x80\x63\xf5\x22\x12\xa6\x87\x21\xb4\x62\x0e\x27\x11\xaa\x2c\x86\xcb\xca\xac\xae\x6b\xf5\x82\x1e\x83\xd7\x31\xd2\x01\x7b\x1b\x42\x2b\xb3\xbe\x29\x7e\x68\x16\x07\xb3\x9a\xc2\x7f\x2c\x28\xe0\xdc\x66\xb3\xb2\x01\x16\x9d\xaa\x2b\x43\x6d\x39\x65\x0b\x07\xfc\x0e\xe2\x25\x89\xab\x20\x65\xaa\xc2\xe6\x8b\x0d\x4b\x02\xf4\x4a\xe6\x5b\xee\x01\xfb\x4c\xb1\x31\xcd\xaf\x1f\x16\x32\x88\x8d\x69\xf5\x75\xc2\xea\x9f\xdd\xef\xe8\xee\x1f\xa6\xd6\x14\x1b\x44\xf0\x76\x1f\xfb\x22\x36\xe6\x8b\x0d\x3c\x01\xc3\x79\xc5\x70\x5e\x4e\xc5\xf2\x04\xcf\x68\xf8\x6d\x88\xb3\xa9\x48\x9a\x9a\xaf\x0f\xe6\xd7\x14\x2f\x73\xf8\x6d\xd2\xa2\x98\x9a\x62\xe8\xc1\xb3\x98\x62\xc8\x50\x60\x32\x2e\x65\x28\xb0\x4c\x4c\xa8\x64\xf5\xfe\xd4\x84\x32\x3c\x98\x2c\xd5\x9f\x7a\x2f\x73\x99\x8f\x3b\x7c\xaf\xd8\x57\x2d\x76\xa0\xa2\x40\xfc\x2d\xf1\x77\x22\x06\x96\xf8\x5b\xd4\x0a\xa4\x93\x32\xce\x15\x8a\x7d\x8e\x25\x5a\xb0\x54\x7f\x4b\xf5\x67\x79\xfb\x52\xfd\x79\x0d\x26\x9d\xa8\xd3\x95\xd8\xfb\x25\x4e\xad\x96\xe7\x6a\xcc\xfe\x79\xcb\x2b\xac\xa8\x70\x8d\xe4\x58\xb0\xb6\x1e\xc7\x5a\xa1\x72\x5a\x12\x21\x26\x97\x85\x26\x27\x67\xb4\xc4\xcb\x42\xbd\x24\x3d\xb3\xa5\xdc\x58\x60\x23\x5d\x98\x23\xab\x83\x35\x2f\xc2\xa4\x4b\x9a\xe5\xf3\x65\x41\xc9\x65\x09\x85\x91\x81\xe5\x19\x5d\xb7\xd5\x17\xd2\x37\x7d\xcf\x6f\xd3\xf4\x5d\xec\x73\xd2\xe3\x5a\xaa\x83\x25\x9f\x5f\x89\x5a\x0b\xd4\x41\x3d\x30\x1f\x12\xa1\xd9\x7a\xe0\x39\x56\xe3\x93\x89\x34\x4f\x35\x3e\x59\x0f\xf9\x1c\x17\xa8\x1e\xf0\x79\x3d\xde\x24\xf3\x41\x51\x04\xb1\xb4\x7a\xc0\xbf\x89\x8b\x8f\xf5\x78\x9c\xcf\x0a\x20\xae\xa0\xd5\x83\x10\x78\x35\x3e\x99\x6e\xeb\x3e\x50\xf7\xd5\x6b\x36\xe9\x7e\x2b\x36\x1c\x4b\x3c\x36\xdd\x16\x5e\x74\x69\x01\xe3\x89\x0a\xeb\x7a\x0c\xbf\x63\xf8\xde\x63\x9f\xef\x0d\xd7\x78\xac\xd3\x38\xe8\xc3\x43\x4f\x94\x6a\xd7\x83\xbd\xaa\xc7\x74\xdd\x42\x3d\x08\x6a\xb7\x1e\xba\x09\x54\x8b\xd7\x03\x37\xa1\x1e\xba\x09\xd4\x48\xd7\x63\x49\xb3\x66\x1a\x65\xcf\xd5\x18\x68\x3d\xb7\x16\xdc\x0c\x58\xcf\xad\x08\xf7\xcf\xde\xa8\xdb\x81\x27\x2e\x76\xf5\x1e\x10\x95\x2e\xdc\x02\xfa\xac\xa7\xec\x72\x51\x2f\x92\xed\xa1\x56\x64\xcf\x64\x98\xb3\x12\xaa\xa4\xc0\xbf\x1a\xa8\xac\x84\x0c\xb9\xea\x57\x0d\x18\x56\x82\x83\x61\x03\xa9\x1a\x1a\xac\xf7\x16\x50\x54\x18\xd7\x1b\xf1\x54\xef\x2d\x91\xb0\xcd\xab\x61\xbc\x4a\x78\x0e\x2d\x5e\x0d\xce\x55\x02\x71\x84\x7d\xaa\x61\xb8\x4a\x28\x8d\xfb\x71\xd5\x40\x5a\x25\x40\x46\xcd\x6b\x35\x3c\x56\x09\x71\x95\x0d\xed\x6a\x80\xab\x12\xa4\x2a\x00\xcc\x10\x55\x35\x44\x75\x6c\x1d\x59\x8d\x50\x55\x23\x54\xe7\x55\x7e\x51\x9b\x57\xe3\x57\xd5\x38\x12\xb9\xd2\x6a\x18\xa9\x7a\xf5\xe3\xa2\x7a\xc7\xc8\x48\x35\xca\x70\x6f\x91\x5b\xcd\x66\x57\xbd\x6a\x1c\xbb\xaa\x53\x5d\xdf\x5a\xfa\x6d\x04\x54\xfd\xdd\x5a\x5f\xa5\xb8\x07\xea\xd6\x55\x53\x84\x69\x7b\x4d\xd5\x0c\x61\xd5\x4a\xa7\x7c\xbc\x6a\xa4\xd7\x37\xc9\x17\x37\x88\xb5\x6d\xab\x25\x97\x05\x9e\x18\xbe\x45\x1a\xec\x3a\xb6\x18\xac\x5a\x39\x15\x35\x7c\xa1\x95\xaa\x5a\xb8\x7a\xd7\x90\xeb\x89\x55\xc5\x57\xc9\xaf\x5c\x17\x7c\xa3\xac\xac\xc8\xa2\x8b\x28\x41\x55\x14\xd5\xb5\x59\xe4\xa2\x92\xb3\xae\xe1\x5b\x6f\xe1\xd1\xf5\xe5\xb3\x99\x88\x68\x30\xe1\x15\x36\x7f\x34\x73\x04\xed\xf0\xda\xdc\xb6\xf0\x9a\x70\x6e\x20\xf5\xa2\x26\xb2\x09\xd5\x26\x30\x51\x32\x4d\x64\x36\x91\x49\x9a\xbf\x09\xcd\x06\x34\x2f\x2e\xdc\x36\xb1\xd9\xc0\xe6\x45\x4d\x66\x13\x9c\x8d\x98\xf2\x7d\x6c\xbc\x36\xb1\xd8\xc0\xa2\xf5\x32\x4d\x30\xb6\x20\xcc\xf7\xe6\x34\xd1\xd8\x40\xe3\x4d\xa2\xa9\x09\xc7\x06\x1c\x6f\x84\x4a\x13\x8f\x0d\x3c\xde\x61\x6f\x4e\x13\x90\x0d\x40\xde\x61\x6f\x4e\x13\x91\x0d\x44\xde\x54\xcb\x36\x11\xd9\x40\xa4\xe5\x42\x4d\xc8\x35\x20\x77\x53\x04\xd6\x84\x5c\x03\x72\xf7\xb3\x3d\xe4\x26\xe4\x1a\x90\xbb\xf3\x76\xb8\x9b\x90\x6b\x40\xee\x2e\x71\x0f\x14\x72\x0d\xc8\x05\xec\xa6\x26\xe4\x1a\x90\x0b\xd4\xfb\x37\x21\xd7\x80\x5c\xe0\x92\x52\x13\x72\x0d\x7f\x38\x5c\x69\x0f\x6c\xc4\x4d\x1a\x28\xf4\x22\x67\x13\x85\x0d\x14\x06\x44\x64\x13\x85\x8d\x2c\x70\x08\x6c\x8e\x28\x6c\xa0\x30\x44\x36\x47\x14\x36\x50\x18\x70\x0f\x9a\x28\x6c\x33\x9e\x5f\x3f\x02\x35\x9b\x6d\xc6\x9b\x2e\x06\x52\x11\xd9\x04\x66\x03\x98\x81\x9b\x2e\x4d\x60\x36\x80\x69\xd6\xa3\x09\xcc\x06\x0a\x03\xd9\xf8\x2e\x0a\x3b\x28\x0c\x65\x6b\x96\x2e\x0a\x3b\x28\x8c\x54\xa3\x76\x51\xd8\x41\x61\x3c\x29\x64\x13\x85\xfd\xac\xf5\xeb\x47\xbc\xb6\xb7\xd4\x4f\xa2\x4f\x1d\x60\xc6\x6b\x5b\x12\x5d\x60\x76\x80\x19\x89\xbf\x75\x81\xd9\xaf\xad\x6c\x23\xf9\xbc\x7e\x91\x75\xe8\x60\x35\x12\x79\xea\x62\xb5\xdf\xdb\xc2\x8d\x04\x67\xfa\x8d\xc5\xd0\x81\x6f\xe4\x46\x45\x17\xbe\xfd\xde\xfe\x41\xa4\x4a\xad\x23\x67\x3f\x3b\x88\x8e\xd4\xa1\x77\x11\xdd\x43\x8c\x5f\x3f\x22\x37\x2d\x7b\xc0\xf9\xee\x0a\x5c\x2a\x85\xbb\x20\xef\x80\x3c\xa6\x6d\xf7\x75\x41\xde\x01\xb9\x17\x3a\xba\x20\xef\x80\x3c\x66\x6a\xf7\x04\x79\x4f\x0a\xef\xfb\xde\x5d\xbe\x95\x1a\x5b\xb8\xc7\x25\xcc\xcf\x9e\xb6\xe9\x80\x8c\xeb\x09\xe3\xae\x27\x14\xe4\xcd\x65\x9c\x9e\xa6\x53\x2d\xfb\xd8\x7b\xb9\xa3\x2b\xaf\x6f\x6a\x91\xba\xec\xd1\x15\xd8\xb7\x95\x85\xf2\x47\x57\x24\xdf\xf8\x87\x5d\x06\xe9\x44\xd5\xcf\x40\x6a\xa9\x67\x8c\xcf\x9e\xbd\x19\x96\xa0\x8e\x78\xfb\xfe\xa1\xd6\x22\x15\xc6\x4e\xc7\x7a\xb3\x8b\xf2\xda\x9e\x89\xdf\x75\x2f\x0b\x3e\x5c\x8b\xec\xc4\xc7\xf7\x8f\x75\x15\x1b\x68\x5d\x2e\xec\xd4\x3b\x45\x2e\x10\xf4\x82\x5d\xd8\x09\x5a\xa7\x83\x55\x0b\xd1\xcf\x0e\xaf\xa6\x63\x83\xb6\xcb\xab\xbd\x6c\x0d\x99\x8e\x58\x28\x93\x64\xe7\x28\x29\x4a\x94\x71\xf5\xb2\x0d\x83\xcf\x0e\x47\xa7\x73\x8b\x82\x2e\x47\x77\x38\x3a\x9d\xdb\x53\xeb\x72\x74\xa7\xf6\x25\x51\xe3\xd3\x2b\x3a\xbd\xc3\xe4\x89\x8c\x52\x97\xc9\x3b\x4c\x9e\x60\xdf\x2e\x93\xf7\xe6\x5b\x5b\x69\x76\x39\xba\xc3\xd1\x89\xab\xca\x5d\x8e\xee\x5d\x0d\x7d\xed\x81\x72\x74\x87\xa3\x53\xda\x5a\xb1\xcb\xd1\x1d\x8e\x4e\x69\x6b\xc5\x2e\x47\x77\xd8\x37\x51\x14\xd7\x65\xdf\x0e\xfb\xa6\xbc\xb5\x62\x97\x7d\x3b\xec\x9b\xca\xfd\xfc\xa2\x4e\xee\x72\x77\x87\xbb\x9f\x63\x2b\xcd\x21\x77\x0f\xb8\xfb\xe1\xea\xf5\x90\xbb\x07\xdc\xfd\x70\x15\x75\xc8\xdd\x03\xee\x7e\xae\xad\x34\x87\xdc\x3d\x60\x65\xff\x82\xc6\x90\x95\x07\xac\xfc\x84\x23\xef\x2e\xdf\x82\x6f\x1f\xa2\xa5\x43\xbe\x1d\xb7\x56\xca\xf6\x02\x87\x4c\x3a\xe0\xc8\x87\xd2\xd7\x21\x47\x0e\xd8\xef\xa1\x8a\x79\xc8\x7e\x03\xf6\x7b\x40\xf9\x90\xfd\x86\x16\x4f\xde\x1a\x72\xc8\x7e\x03\xf6\x7b\xc0\xf8\x90\xfd\x06\xec\x97\xc9\x76\x0e\xd9\x6f\xa4\xed\xa2\x79\x63\x7c\x24\xcc\xf9\x91\xb4\x95\xf6\x0e\x0f\x19\x6b\x50\x34\x68\xca\x67\x3c\xc4\xc6\x06\xbc\x96\xdd\x09\x59\x6d\xc0\x6a\x5e\xf8\x1c\x72\xda\x80\xd3\x32\x97\x3b\x87\x8c\x36\x60\x82\x1c\xb6\xf6\x18\xf2\xc0\x00\xdd\x19\x21\x30\x44\xf7\x00\xb7\x39\x26\x8a\x7a\x7d\x0b\xdc\x7a\x0f\x60\x88\xdb\x51\xb7\x60\xb0\x42\x7b\xd4\xe9\x5b\x0c\x24\x1f\x3e\xc4\xed\x00\xb7\x99\xbf\x23\x32\xc4\xed\x20\x62\x6c\x81\xd3\x30\x60\x3c\x80\x72\x26\x96\x36\x84\xf2\x00\xca\x99\x58\xc5\x10\xca\x03\x28\x97\x63\x6b\xdb\x21\x94\x07\x50\x2e\xb0\xd8\x10\xca\x83\xe8\x45\x21\xe5\x3b\x0c\x5e\x0c\xd0\x5d\x48\xd7\x0c\xd1\x3d\x40\x77\xc1\x55\x19\xa2\x7b\x80\xee\x42\x32\x64\x88\xee\x01\xba\x4b\xd8\xf2\x6b\x08\xdf\x01\x7c\x4b\xdc\x4a\x60\x0a\xdf\x09\x7c\x4b\xda\xd2\x6b\x0a\xdf\x09\x7c\x4b\x4a\xf9\xcb\xe7\x14\xbe\x13\xf8\x16\x8a\x7d\xa7\xf0\x9d\xc0\xb7\x10\xe6\x9d\xc2\x77\x02\xdf\xc2\xcd\xf3\x29\x7c\x27\xf0\x2d\x14\x43\x4d\xe1\x3b\xcd\xed\x1f\x44\x18\xa6\xf8\x9d\xe6\xdd\x0f\x72\xa1\x53\x00\x4f\xf3\xe9\x07\xf9\xb8\x29\x82\xa7\xb9\xf3\x83\xa4\xd4\x14\xc2\xd3\xfc\xf7\xc1\xad\xd3\x29\x86\xa7\x79\xed\x83\x04\xc5\x14\xc4\xd3\xdc\xf4\x11\xb7\x32\x98\xa2\x78\xaa\x0c\x0e\x2a\x37\xa6\x98\x9d\xaf\xf1\x4e\x44\x60\x8a\xd0\xa9\x32\x38\xa8\x3d\x9e\x42\x74\xaa\x0c\x0e\x8a\x00\xa7\x18\x9d\xe6\x79\x0f\x02\x97\x93\x4b\xf1\x9f\x53\xe1\x7d\x94\x6d\x97\x4c\x81\x3b\xbd\xfd\x7c\x1e\x6c\x95\x39\xc4\xa9\x25\x7f\x1e\xdb\xc3\x9b\xa2\x79\x6a\xca\x9f\xfc\xa5\x8b\x29\x9c\xa7\xb6\xfc\x79\x3e\x7b\x3e\xf1\x3c\xeb\xeb\x5d\x6c\x39\x3f\x45\xef\xf4\x7e\xe6\x79\x6f\xa5\x31\xb9\x9f\xf9\x39\xb5\xf0\xcf\x9b\x83\x14\xd2\x93\xf8\xfe\x79\x72\x95\x63\x12\xe5\xdf\x3f\xbc\x47\xf2\x65\x0a\xea\xa9\xdd\x7f\x86\x0d\xbb\x29\xaa\x27\x35\x79\xe7\x49\x40\x7c\x76\x0a\x26\xa7\xc5\x78\x67\xda\x4e\xd3\x14\xea\xd3\xa2\xb8\x93\xcb\x41\x53\xac\x4f\x6f\x29\x9d\x5c\x14\x99\x16\xc0\x4d\x23\x75\x27\xd7\x35\xa6\x68\x9f\xde\x95\x39\x49\x82\x4c\xe1\x3e\x27\xb5\x1b\x67\x06\xa3\x93\xda\x8d\x69\x61\xd6\x89\xe0\x9a\xf2\xc0\x34\x8a\x71\x52\xf0\x37\x65\x82\x69\x94\xe0\xa2\x80\x70\xc9\x05\xcb\x8b\x19\x17\x7f\x81\x61\x1d\xd8\x2f\x4b\x0f\xfe\x3a\xa9\xdc\x97\x35\xd6\x41\x14\xe3\xa2\xb0\x6d\x1d\x58\x56\x4b\x0f\xf9\xc2\x26\x5b\xf2\xcb\x3a\x89\x26\x5c\x17\x25\xe5\x27\x85\x86\xeb\xa4\x66\xfc\x42\x0d\xae\x13\xf5\xbc\x5e\x27\x99\xa4\xe8\x92\xb1\x96\xd5\x3f\x17\x77\x2c\x96\x9c\xb5\x2e\xa2\x8b\x17\x7f\x48\x62\x5d\x44\x6d\x96\x55\x3d\x57\x78\xe8\x73\xec\x45\x24\xf6\x22\x19\xb6\x2e\x02\xfb\xcb\x9a\x9b\x8b\xeb\x99\x4b\x1e\x5c\x37\x89\x8c\x2b\x66\xfa\x48\x64\x2c\xf9\xf2\xf2\xfe\x80\x7c\xb9\xe4\xcb\x2b\x6d\x69\xbd\xe4\xcb\x15\x88\x2a\x5d\x5c\x91\x5e\x81\xe8\xe7\x92\x57\xaf\x67\x5b\xd5\x4b\x5e\x5d\x81\x68\xd1\x45\x52\x6a\x85\xe6\x7b\x04\xec\x2f\x12\x3c\x2b\x20\xe0\x96\x3c\x7d\x95\x6d\x04\x2d\x79\x7a\xc9\xd3\x17\x17\x02\x97\x3c\xbd\xe2\xfb\x1e\x97\x01\xe4\xe9\x95\xd8\xe7\xfb\x48\xc7\xbf\x56\xe1\x29\xfe\xa5\x06\x5f\x89\x98\xce\x52\x0a\xdc\xc4\xf6\x96\x52\x60\xbd\x26\x21\xf1\xb9\xa5\x14\x58\xaf\x49\x88\x69\xb3\x94\x02\xeb\x35\x09\x2f\x2a\xf2\x95\x02\xeb\x35\x09\xb9\xbf\xbe\x94\x02\x4b\x8e\xbf\x49\xc1\x2e\x39\x7e\xc1\xe4\xe7\x1d\x39\x41\xca\x05\xf6\xcf\xf4\x9e\x07\xef\x39\xd6\x72\xf2\x9b\x2b\x86\xab\x74\xdf\x23\xbe\x79\x27\xc7\x52\x71\xb5\x4c\xcf\xdf\x98\xd7\x8b\xbf\x44\xf0\xb9\x5e\xc7\x9f\xdb\x6b\x4b\x69\xb1\x4c\x93\x27\x52\xd3\x8b\x1b\xfe\xfb\x87\x40\x0c\x9e\xd2\xe2\x3a\xff\xe7\x52\xaa\xa4\xb0\xa5\xc5\x52\xaa\x2c\xd3\xdf\x29\xc4\x4c\x5f\xb1\xcf\x9b\x0f\x6f\x5f\xa3\xcf\xcb\x64\x81\xfb\x17\xa6\xbf\x57\x35\xae\x15\x40\x18\xb9\xf0\xcf\x55\x8d\x61\x79\xb7\xc3\x32\xec\xf5\x86\x21\xd0\x49\x4b\xc9\xb5\xfc\x0b\x53\x09\x07\x63\x91\x57\xfe\x5c\x8d\xf4\x5e\x8a\x5e\x3e\x89\x9c\x65\xa3\x3a\x23\x91\x76\x5a\xe4\x8b\x3f\xd7\x1b\xc3\x20\x35\xb3\x94\x70\xcb\x1b\xe0\x09\x89\xb4\xc8\x03\x7f\xae\x66\x9c\x9b\xfa\xbc\x45\xde\x76\xff\x30\x96\xbc\xc8\x32\x55\xbb\xbc\xc8\x9d\x12\x68\xe7\x7a\xf6\xe7\x32\x15\x9a\x08\x1d\x2d\x53\xa1\xab\x19\x8f\xc4\x63\x5c\x5c\x62\xde\x3f\xcc\x47\x0c\x7a\x29\x45\x97\xd7\x93\x13\xf1\xe1\x65\x3a\x73\xf5\xe0\x7b\x48\x81\x1e\x7d\x8f\xdb\xa5\x89\xeb\x69\x8b\x9b\xcb\x9f\xcb\xbf\x6e\x95\xb8\x8c\xb6\x4c\x5d\x2e\x6f\x08\x27\xfe\x4e\xc3\xe2\x1e\xf0\xe7\x32\x4d\x99\xf8\xe3\x02\x8b\xfc\xe4\xfe\x71\x0d\xb0\xa1\xf4\x5e\x9d\xeb\x81\xe9\xbd\x77\x43\xac\x7f\x79\x79\x37\x61\x07\x2d\x2e\xef\xee\x9f\xf7\x26\xca\x41\x9f\x6b\x74\xdf\x43\xd2\x90\x27\xfc\x5c\x9d\x12\x85\x94\xfd\xb6\x29\x7d\xc4\x19\x93\x1c\xdf\x89\x33\xae\x8e\xc6\x49\x59\x9a\xd1\x38\x4b\xad\x91\x32\x78\x56\x6b\x2c\xd3\x76\x89\xbf\x75\xb6\x4c\xdb\x2d\xff\x26\x57\xca\xdc\x28\xb2\x5c\x7b\xa9\x5d\x12\x4e\xf7\x52\xbb\x2c\x2f\xaa\x26\x2a\x08\xd7\xf0\x7c\x87\xb1\xea\x12\xbc\x9d\xc3\xb7\x0d\xe3\xa5\xdc\xef\x5d\x43\x9a\x87\xf4\x51\xae\xbd\x06\x71\xd0\xf5\xe6\x90\x4a\xe1\x72\x8d\xf4\x4d\xff\x22\x1e\xd5\x82\xcb\xc0\xc1\xb2\x94\xfa\xa1\x5a\x70\x59\x36\xbd\xa6\x7f\x0e\x8e\xbb\xa3\x8b\xbb\xa3\xfb\x87\xc0\x1a\xb9\x9c\xa5\x56\x5b\xde\xfd\x7c\x8e\x6d\xec\xaf\x29\x6f\x4d\xcb\xf1\x0f\xef\xf7\x50\x8e\xbf\xe6\xf0\x8a\x15\xd7\xb8\xe6\x74\x8d\xe9\x35\x8f\xdb\xbe\x61\x9f\xb1\x5b\xae\x9b\x4d\xf7\x5e\x2d\xf9\x9c\x21\xfc\x6b\x89\xb9\x1b\xbf\xab\x3f\x7d\xf9\xf3\xdf\x3e\xec\x7f\xf8\xfe\x7d\x7e\xfb\x99\xbf\xb3\xc8\x5f\x38\xfc\x18\x73\xfd\xf0\x6d\xfe\xf9\x6f\x36\xfe\xf4\xe3\x4f\x7b\x14\xff\xfe\x4f\x00\x00\x00\xff\xff\x69\x55\x86\x2d\xdf\x51\x00\x00"); -func _baa ()(*asset ,error ){_fcdfd ,_gceb :=_gdfe ();if _gceb !=nil {return nil ,_gceb ;};_adcdd :=bindataFileInfo {_b :"UniKS-UTF8-H",_ffe :143593,_ag :_ed .FileMode (436),_ac :_c .Unix (1580493060,0)};_cgfe :=&asset {_abe :_fcdfd ,_ece :_adcdd };return _cgfe ,nil ; -};var _cgad =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x4c\xd2\xc1\x8e\x9b\x30\x10\x06\xe0\x3b\x4f\x31\xc7\xf4\x90\x82\x01\xe3\x56\xaa\x2a\xb5\xe4\x10\x54\x25\xad\x4a\x9b\x5d\x69\xb5\x07\x62\x4f\x90\xa5\xc5\x58\x06\x0e\x79\xfb\xd5\x8c\x59\x76\x0f\xd1\x84\xcf\xf8\xd7\x78\x4c\x5a\x37\x87\xc6\xd9\x19\xd2\x3f\x61\xd4\x2d\xce\x70\xb3\xce\x04\x9c\xc6\x25\x68\x84\x2b\xf6\xd6\x25\x89\xc8\xc1\x58\x3d\xbf\x3d\x72\xd1\x43\xe7\x93\x24\x3d\xfe\xea\xb5\x9e\xf6\x3f\xe5\xfe\x08\xcb\x84\xab\xd6\xcd\xa1\xbd\x4f\x33\x0e\x8d\xbb\x8d\x50\xc4\xdd\x66\xf1\x6b\x02\x40\xfa\x17\x7b\x3b\xcd\xe1\x0e\xbb\x1f\x66\xbc\xe2\x27\x30\x78\x23\xff\x1d\x0c\x06\xeb\x7a\xd8\xd5\xe7\x56\x6c\xdc\x2e\xde\xbf\xe0\x80\x6e\x06\xc1\x86\xce\x70\x4d\xd2\xfa\xd4\xf9\x73\x37\x20\x7c\xe8\xe5\xc2\x6b\xbc\x74\xc1\x30\xd9\xd1\x81\xc8\x3f\x67\x99\x7c\xf7\x7f\x77\x8f\x6b\x56\x92\x3e\xfe\x6f\x0e\xf0\x24\x40\x64\x90\x4b\x99\x67\xcf\xab\x3f\x9c\x46\xb3\xbd\x25\xf2\xd8\xbe\xb6\x26\x74\xae\xc7\xe4\x5b\x27\xca\xeb\x77\x58\x8b\x28\xaa\xb2\x22\x93\x1d\x1b\x15\x51\xa8\xb2\x60\xd3\xd1\x74\x34\xc9\x66\xa2\x21\x59\x46\x52\x09\x96\x2a\x27\x29\x59\x64\x94\x8a\xe4\x0b\xcb\xd7\x28\x94\x5e\xe6\x2c\x31\xa7\xa2\x9c\xd8\x81\x8a\x39\x8a\x72\x24\x27\xab\x98\xa3\x28\x47\x72\xb2\x8a\x39\x8a\x72\x24\x27\x63\xc1\x42\x85\xce\xa2\x68\xc6\xdb\x59\xe9\x3f\xdd\xed\x36\x6d\xbd\x84\x80\x6e\xe6\x9b\xe5\x81\xd2\x90\xac\xc3\xed\xdb\xf1\xa3\xa7\x5d\xfc\x7b\x0d\x00\x00\xff\xff\x90\x65\xb7\xe6\x67\x02\x00\x00"); -func _dcgfb ()([]byte ,error ){return _g (_dbbd ,"GBpc-EUC-V")};func _edeg ()([]byte ,error ){return _g (_debc ,"Add-V")};var _fed =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\xd6\x4f\x6b\xeb\x46\x14\x05\xf0\xbd\x3e\xc5\x2c\x5f\x17\xaf\x99\xfb\x67\x46\x23\x10\x81\x47\xc2\x83\x14\x5e\x5b\x9a\xfe\x83\xd2\x85\x63\x8d\x83\xa1\x91\x8d\xe3\x2c\xf2\xed\xcb\xb9\xc7\x0e\xa5\x8b\xe0\xf8\x58\xba\x72\x7e\x27\xa3\xd1\xcd\xdd\xc3\xfd\xc3\xba\x3f\xa7\x9b\x9f\x4f\x87\xed\x63\x3f\xa7\xdd\x7e\x5d\x4e\xfd\xf5\xf0\x76\xda\xf6\xf4\xd4\x9f\xf7\xeb\x30\x88\xa6\x65\xbf\x3d\x5f\xdf\xc6\xcb\xf6\x65\x73\x1c\x06\x9c\xff\xf8\xfe\x7a\xee\x2f\x0f\xeb\xee\x90\x8c\xc7\x2d\x6f\xc7\xcb\xb1\x29\xdd\xfc\xd2\x9f\xf7\xaf\xe7\xd3\x7b\xfa\xf4\x65\x39\x3c\xf5\xef\xd2\xd2\x77\xc8\x7f\x3a\x2d\xfd\xb4\x5f\x9f\xd3\xa7\x1f\x36\xc7\xcd\x2a\x1f\x1f\x3c\xbe\x1d\x8f\xff\xf4\x97\xbe\x9e\x53\x8d\xac\xaf\x4b\xbc\x0e\x37\x77\xdf\x36\xc7\x1f\x37\x2f\x3d\xdd\xc4\xac\xcf\x3c\xf3\x33\x0f\x8b\x4f\x7f\xef\xa7\xd7\xfd\x61\x4d\xf2\x7d\xce\xff\x89\x7f\x7d\x3f\xf6\x24\x97\x29\x7f\xfe\xf6\x70\x9f\xfe\x92\x24\x39\x69\xa9\xe2\x7f\x5f\xf2\x3f\xbe\x1d\x96\x9e\xf2\xf5\x5a\x0f\xf7\x77\x87\xb7\xf5\x9c\xd4\x72\x69\x0c\x85\x7f\xd6\xf6\xb0\xf4\xd7\xe3\x66\xdb\x4f\x9b\xf5\xb9\x0f\x29\xcd\x39\xe7\x7c\x9b\xe6\xf2\xe5\xeb\xd7\x5b\x7c\xdf\xff\x1d\x31\x4c\xd7\x33\xf7\x0b\x93\xeb\x19\x39\xef\x76\xb7\x29\x0f\x73\x16\xbe\x17\xbc\xd7\x52\x87\x39\x2b\x13\x45\x52\x44\x87\x39\x1b\x13\x43\x32\xd6\x36\xcc\xd9\x99\x38\x12\xc9\xea\xc3\x9c\x0b\xa3\x12\x91\x36\xcc\xae\x8c\x6a\x44\xc5\x30\x7c\x64\x34\x46\x34\x4e\x98\xde\x18\xb5\xf8\x06\xd9\x31\x7e\x62\x34\x45\x64\x19\xe3\x37\x8c\x36\x97\xef\x89\xf1\x4f\x8c\x9e\x22\x6a\x82\xf1\x5b\x46\x5b\x44\x96\x47\x8c\x5f\x18\x2d\x11\x99\x62\x7c\x67\xd4\x23\x2a\x0d\xe3\x77\x8c\x76\x11\x35\xcf\xc3\x2c\x94\x92\x90\xf2\x3c\xd5\x61\x16\x62\x49\x60\xb9\x15\x1d\x66\xa1\x96\x84\x96\xd7\xdc\x86\x59\xc8\x25\xc1\xe5\xad\xfa\x30\x0b\xbd\xc4\x2f\xa6\x18\x4f\x2f\x09\xaf\x62\x23\xc6\xd3\x4b\xc2\xab\x54\xc3\x78\x7a\x49\x78\x95\xd6\x30\x9e\x5e\x12\x5e\x55\x1c\xe3\xe9\x25\xe1\x55\x3d\x63\x3c\xbd\x24\xbc\x6a\x45\xb1\x42\x2f\x09\xaf\x3a\xa1\x59\xa1\x97\x84\xd7\x28\xa8\x56\xe8\x25\xe1\x35\x3a\xaa\x15\x7a\x49\xbf\xf4\x8f\xf1\xf4\x92\xf0\x1a\x27\x54\xab\xf4\xd2\xf0\x6a\x82\x6a\x95\x5e\x1a\x5e\xcd\x51\xad\xd2\x4b\xc3\xab\x8d\xa8\x56\xe9\xa5\xe1\xd5\x26\x54\xab\xf4\xd2\xf0\x9a\x14\xd5\x2a\xbd\x34\xbc\x26\x47\xb5\x4a\x2f\x0d\xaf\x69\x44\xb5\x4a\x2f\x0d\xaf\x69\x42\xb5\x4a\x2f\x6d\xd7\xff\x55\xcc\x27\x98\x4e\xcc\x1c\xe5\x2a\xc5\x74\xc3\x6c\x44\xbb\x4a\x32\x0d\x32\xb4\x8f\x4b\xd0\x4c\xb7\xcc\x14\xfd\x2a\xd1\x74\x61\x56\x50\xb0\x52\x4d\x3b\xb3\x11\x0d\x2b\xd9\x74\xc7\x45\x92\x51\xb1\xd1\xcd\x32\x33\x45\xc7\x46\x38\x13\x66\x05\x25\x1b\xe5\x4c\xaf\x0b\x2c\x0f\xb3\x91\xce\x82\x4e\x2c\xa3\x66\xa3\x9d\x71\x6d\x9a\xa1\x67\x23\x9e\x71\x71\x5a\x41\xd1\x46\x3d\xe3\xea\xb4\x86\xa6\x8d\x7c\xc6\xe5\xe9\x19\x55\x1b\xfd\x8c\x7e\x6e\xe8\xda\xe8\x67\xf4\xf3\x82\xb2\x8d\x7e\x46\x3f\x6f\x68\xdb\xe8\x67\xf4\x2b\x82\xba\x8d\x7e\xb6\xbd\xde\x15\x70\x0d\xfa\x19\xfd\x4a\x45\xe1\x46\x3f\xa3\x5f\x69\x68\xdc\xe8\x67\xf4\xab\x82\xca\x9d\x7e\x4e\xbf\x6a\xe8\xdc\xe9\xe7\xf4\xab\x15\x9d\x3b\xfd\x9c\x7e\xb5\xa1\x73\xa7\x9f\xd3\x6f\x14\x74\xee\xf4\x73\xfa\x8d\x8e\xce\x9d\x7e\x4e\xbf\xb1\xa2\x73\xa7\x9f\xd7\xeb\xad\x0c\xd7\xa0\x9f\xd3\xaf\x09\x3a\x77\xfa\x39\xfd\x9a\xa3\x73\xa7\x9f\xd3\xaf\x55\x74\xee\xf4\x73\xfa\xb5\x09\x9d\x3b\xfd\x9c\x7e\x93\xa2\x73\xa7\x9f\xd3\x6f\x72\x74\xee\xf4\x73\xfa\x4d\x23\x3a\x77\xfa\x39\xfd\xa6\x09\x9d\x3b\xfd\x7c\xc7\x7b\xad\xa2\xf3\x72\xd9\x43\xf2\xf5\xfe\x9b\x87\xb9\xd0\xaf\x70\x57\xc8\x23\x3a\x2f\xf4\x2b\xca\x6c\x42\xe7\x85\x7e\x25\xfc\x54\x14\x9d\x17\xfa\x15\x67\x56\xd0\x79\xa1\x5f\x29\xcc\x46\x74\x5e\xe8\x57\xc2\x4f\x35\xa3\xf3\x42\xbf\x32\x32\x53\x74\x5e\xe8\x57\xb8\x3f\x68\x41\xe7\x85\x7e\x85\x1b\x84\x8e\xe8\xbc\xd0\xaf\x6c\x44\xb8\x69\xe4\xd8\x11\xaf\x3b\x1f\x7e\xc7\xb3\xc3\xc7\x5e\xbe\x7d\x3b\x9d\xfa\x7a\x8e\x27\x87\xd8\xac\xb1\xd7\xee\xd7\xfe\xf1\x14\x72\x3c\x1c\x71\x56\xfc\xfc\x1b\x00\x00\xff\xff\x0d\xf5\xe5\x1f\xb1\x08\x00\x00"); -var _gcdc =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x44\xd4\xdf\x6a\xdb\x30\x18\x05\xf0\x7b\x3f\x85\x2e\xbb\x8b\x2d\xb6\xfe\x5a\x50\x0a\xa3\x19\x2c\x83\xae\x63\x5d\xbb\xc1\xd8\x85\x63\x7d\x09\x86\x45\x36\xb6\x03\xeb\xdb\x0f\x9d\x93\x65\x17\x45\xf5\x2f\xfa\x0e\x47\x49\x94\xcd\xfd\x6e\xbb\xcb\xc3\xaa\x36\x5f\xe6\xb1\x7f\x92\x55\x1d\x86\x9c\x66\x59\xc6\xf3\xdc\x8b\xda\xcb\x71\xc8\x55\xd5\x68\x95\x86\x7e\xfd\xf7\x88\xa5\x3f\x75\x53\x55\x6d\x3e\xfc\x59\xdf\x7e\x54\xe7\x45\x2e\xcf\xf7\xbb\xed\xd3\xeb\xb2\xca\x69\x97\x0f\xa3\x32\x9c\x4b\xe7\xe9\x32\xab\xd4\xe6\xab\x1c\x87\x65\x9d\x5f\xd5\xcd\xfb\x34\xee\xe5\x8d\x4a\x72\x28\xfe\x38\x27\x99\x87\x7c\x54\x37\x9f\xba\xa9\xcb\xcd\xf5\x85\xa7\xf3\x34\xfd\x96\x93\xe4\x55\x69\x98\xe4\x84\xb5\xda\xdc\x3f\x74\xd3\xe7\xee\x24\x0a\x3d\x5e\xa0\xc0\x17\x99\x97\x61\xcc\xaa\xd1\xef\xea\xda\xfd\xf7\x6f\xaf\x93\xa8\xe6\x32\xfd\xbc\xdb\x3e\x1e\x0e\x8b\xac\xaa\xd5\x35\xf7\xfc\x78\xde\x6d\xd5\xcf\x46\x35\xb5\xd2\xce\x18\xfb\xeb\xb2\xf5\xfb\xc3\x98\xae\x83\x26\xf2\x34\xfd\x90\xe6\x2e\x1f\xa5\xba\xd5\x8d\xd6\x77\xaa\x2c\xe6\x4e\x85\xb6\x0d\x20\x4b\xb2\x77\xaa\xd5\xbe\x05\x39\x92\x2b\x14\x2c\x68\x4f\xda\x83\x34\xa8\x27\xf5\xa0\xa6\x90\x21\x19\x29\xf1\x11\x64\x1b\x90\x75\x20\x64\x59\x4f\xf2\x65\xb0\xe5\xae\x40\x0a\xc8\xf2\xa0\x96\xd4\x82\x22\x28\x92\x22\x08\x55\x6d\x07\x72\x7b\xc4\x63\x97\x67\x55\x8f\xaa\x9e\xc4\x5e\x9e\x55\x0d\x28\x91\x12\x4a\x14\xd2\x5a\x0a\x61\x69\x75\xa8\xab\x5b\x6d\x35\xda\x63\x09\xb1\x69\x41\x86\x64\x40\x11\xe4\x48\xe5\x8c\x51\x73\x30\x90\x02\xa8\x01\x45\x52\x04\x95\xb7\xd0\x5a\x66\x59\x64\xe9\x52\xc2\x7a\x92\x27\x59\x10\xe3\x3d\xe3\x1d\x88\xf1\x9e\xf1\x1e\x24\x24\x01\x95\x8f\xd6\xb1\xbd\x63\x7b\xdd\x82\x0c\x89\xf1\x11\xe4\x48\x88\x37\x35\x28\x90\x10\x6f\x1a\x50\x24\xa1\xbd\x29\xed\x1d\xdb\x3b\xb6\x37\xa5\xbd\x63\x7b\xc7\xf6\xc6\x82\x18\xcf\xf6\xc6\x81\x18\xcf\xf6\xc6\x83\x84\x84\xf6\x06\xed\x03\x07\x83\x07\x95\xf6\xc9\xd6\x85\x92\x3d\x14\xb2\xa5\x6a\xf2\x24\x8f\x33\x3a\x5f\x6e\xdd\xf5\x0b\x5f\xfe\x2f\xf7\xfd\x7a\xff\xfa\xf3\x3c\x4b\x5e\x71\xdb\x71\xd1\xca\x4d\x19\xb2\x5c\x7f\x49\xa6\x71\x2a\x53\xf8\xfb\x1b\x00\x00\xff\xff\xf8\x0f\xe0\x8e\x75\x04\x00\x00"); -var _aca =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x4c\xd5\x4f\x8f\xdb\x36\x10\x05\xf0\xbb\x3f\x05\x8f\xe9\x21\xb5\xf8\x77\x48\x20\x58\xa0\xd8\x3d\xd4\x29\xd2\x16\xd9\x76\x5b\xa0\xe8\x81\x94\xb8\x0b\x01\xb5\x2c\xc8\xf6\x61\xbf\x7d\x31\xef\xb9\x6e\x0e\xc1\x64\x7f\x26\x47\xc3\x67\xc9\xda\x3f\x1e\x9e\x0e\xcb\x7c\x31\xfb\x5f\xb7\xd3\xf8\xdc\x2f\xe6\x75\x5e\xa6\xad\x9f\x4f\xd7\x6d\xec\xa6\xf5\xb7\x79\xd9\xed\xac\x33\xd3\x3c\x5e\xfe\xfb\x13\x65\x3c\xd6\x75\xb7\xdb\x4b\x3e\x9e\x3f\x7e\xfd\xe9\xf9\xf3\xc7\x1f\xcd\xf5\xdc\x6f\xfa\x78\x78\x7a\x7e\x3f\x5f\xfa\xf1\xb0\xbc\x9e\x8c\xe7\xee\xe9\xba\xde\x3a\x18\xb3\xff\xda\xdf\xe6\xf3\x65\x7b\x37\x1f\x7e\x98\x4e\xad\x7f\x67\xa6\xfe\xaa\xfe\xcb\x36\xf5\x6d\x5e\xde\xcc\x87\xcf\x75\xad\x8b\xbd\x7f\xf0\x7c\x5d\xd7\x7f\xfa\xb1\x2f\x17\xe3\x60\x7d\x99\x50\x77\xfb\xc7\x2f\x75\xfd\xb9\x1e\xbb\xf9\x66\x9a\x17\x7c\x86\x8f\x5e\xfa\x76\x9e\x4f\x8b\xb1\xf6\xfb\x61\x48\xff\xfb\x6f\xef\x6b\x37\xf6\xd6\xe3\xcf\xdf\x0f\x4f\xe6\x2f\x6b\xec\x60\x5c\x0c\xc1\xfd\x7d\xf3\x3f\xbe\x9c\xa6\xfb\x2a\xc9\x3c\xc0\x38\x4f\x5b\x5d\xde\xfa\xee\x53\xb6\xc1\x3e\x18\x2d\xee\xc1\x48\xce\x02\xf2\x24\xff\x60\xb2\x4b\x19\x14\x48\x41\x49\x82\x52\x1c\x40\xd1\x62\x63\x01\x35\xd2\xa4\x54\xac\x52\xe2\xaa\x14\x40\xd8\x98\x0a\x48\x2a\x08\x1b\x33\x87\xd0\x22\xc5\x62\x88\x9a\x41\x5a\x8c\x78\xac\xaa\xdc\xa8\xc5\x88\xc7\x5c\xb5\x92\x1a\x28\x81\x46\xd2\x88\x51\x87\xdd\xa7\xec\xca\xab\x12\x8a\x14\xab\x1b\x5d\xc5\x15\x51\xa4\xd8\x02\xf2\x24\xaf\xe4\xb0\xb1\x46\x52\x04\x59\x90\x90\x04\xe4\x94\x46\xf6\x1a\xd1\xcb\x79\xa5\x4e\xea\xa4\x00\x62\xfb\xce\xf6\x11\xc4\xf6\x9d\xed\x13\x68\x24\x8d\x20\x4d\xc2\x07\x44\x88\x22\xc5\x65\x90\x23\x39\x50\x01\x05\x92\x06\x5d\xfc\x00\x4a\xa4\x04\xb2\xa0\x4c\xca\x20\x9d\xde\x27\xf6\x4a\xe8\xe5\x75\x7a\x9f\x31\x2a\x8a\x14\x1f\x40\x91\x84\x51\x7d\x04\x09\x09\x49\x20\x7b\x9f\x3b\xa9\x83\x30\x7d\xe1\xc6\xc2\x21\x74\xfa\xc0\xaf\x03\x45\x42\xd6\xb9\x42\xc5\x19\x51\x24\x48\x01\x59\x92\x46\x18\x4a\x04\x39\x92\x8e\x1a\x07\x0f\xf2\x24\x8f\x55\xdc\x18\x48\x01\xc4\xf6\x91\xa4\xd3\x47\xc7\x8d\x89\xa4\x73\x45\xcb\xf6\x42\xd2\x03\x45\xcf\x8d\x99\x94\x71\x45\x01\x15\x52\xc1\x2a\x5e\xb1\x92\x2a\x0e\xe4\x40\x8d\xd4\x40\x03\x68\x24\x8d\x98\x0b\x49\xd4\x89\x34\xa1\x7d\x02\x75\x52\x07\xb1\x17\xf3\xaa\xc8\x0b\xcf\x50\x68\xcc\x4b\x8b\x44\x7c\xdb\xa1\x31\x2f\x2d\x12\x71\x63\x86\xc6\xbc\x1a\xf2\x62\xf6\x8d\x79\x69\x91\x68\xd9\x8b\x79\x69\x91\x18\x49\xcc\xab\x31\x2f\xcc\xd5\x98\x57\x63\x5e\x38\x76\x63\x5e\x8d\x79\x71\x23\xf3\x6a\xc8\xcb\x22\xc2\xc6\xbc\x1a\xf2\x0a\x08\xba\x31\x2f\x2d\x12\x71\x93\x87\xc6\xbc\xb4\x48\xb4\xbc\x22\xf3\xd2\x22\xd1\x73\x23\xf3\x6a\xcc\x8b\x07\x62\x5e\x0d\x79\x05\x3d\xb6\x44\xe4\x25\x09\x0f\x4c\xd0\x70\x24\x59\x92\x7d\x30\xd9\xe3\x81\x11\xde\xf7\xc2\xfb\x3e\x78\x90\x27\xe9\x0f\x9f\xf7\x5c\x15\x48\x78\xac\x30\xbd\xa4\x48\x8a\x58\x95\x41\x89\x84\x47\x21\x08\x28\x93\xb2\xae\x0a\x01\x54\x48\x7a\xec\x12\x39\x57\x23\x35\xac\x62\xaf\x91\x34\x61\x15\xe7\xea\xa4\x8e\x55\x98\x2b\xe3\x06\x10\xfe\x62\xc6\xa4\x6f\x93\xfb\xaf\xba\xfe\x5f\xdf\x63\xf7\xf7\xca\x78\xdd\xb6\xbe\x5c\xf0\x16\xc3\xab\x43\x5f\x07\xf3\xd2\xef\xef\xc9\xf5\xb4\xea\x2e\xfc\xfb\x37\x00\x00\xff\xff\x30\xa4\x71\xa2\x53\x07\x00\x00"); -var _faa =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\xd6\x4d\x8b\x1b\x47\x18\x04\xe0\xfb\xfc\x8a\x39\x3a\x07\x67\xfb\xfd\xec\x1e\x18\x0c\xb1\x8d\xcd\x1e\x9c\x84\x38\x5f\x10\x72\xd0\x6a\x46\x8b\x20\x2b\x09\xad\xf6\xe0\x7f\x1f\xaa\x4b\x72\x88\x0f\x46\x56\x59\x7a\x47\x7e\xaa\x67\xba\xef\xde\xdd\xbf\xbf\x3f\xec\x2f\xe3\xdd\xcf\xe7\xe3\xf6\xf3\x7a\x19\x77\xfb\xc3\x72\x5e\x9f\x8f\x2f\xe7\xed\x3a\x3e\xac\x8f\xfb\xc3\x30\x88\x8e\xcb\x7e\x7b\xb9\xbd\xed\x2f\xdb\xa7\xcd\x69\x18\xf0\xfd\xcf\x5f\x9e\x2f\xeb\xd3\xfd\x61\x77\x1c\x8d\x9f\x5b\x5e\x4e\xd7\xcf\x8e\xe3\xdd\x2f\xeb\xe3\xfe\xf9\x72\xfe\x32\xbe\xfa\x61\x39\x3e\xac\xdf\x8d\xcb\xba\x43\xfe\xd3\x79\x59\xcf\xfb\xc3\xe3\xf8\xea\xe3\x5b\xf9\x9a\x7e\x7e\x39\x9d\xfe\x59\x9f\xd6\xc3\x65\xf4\x9e\xad\x87\xa5\xbf\x0e\x77\xef\x3e\x6d\x4e\x3f\x6e\x9e\xd6\xf1\xae\x0f\x7a\xfd\xf1\xad\xbc\xe6\x67\xfa\x3f\xfd\xbe\x9e\x9f\xf7\xc7\xc3\x28\xdf\x97\x92\xff\xc5\xbf\x7e\x39\xad\xa3\x5c\x47\xfc\xf9\xdb\xfd\xfb\xf1\x2f\x19\xa5\x8c\x1a\x1e\xed\xef\x6b\xfe\xc7\xa7\xe3\xb2\x8e\xe5\x76\xa1\xfb\xf7\xef\x8e\x2f\x87\xcb\xa8\x53\x49\x5e\x61\x10\xfe\x87\xb6\xc7\x65\x7d\x3e\x6d\xb6\xeb\x79\x73\x78\x5c\x87\x71\x9c\x4b\x29\xe5\xcd\x38\x57\xf9\xf0\xe1\x0d\x7e\xec\x37\x9f\x18\xa4\x94\xeb\x57\xf7\x0b\xa3\xdb\x57\x4a\xd9\xed\xde\x8c\x65\x98\x8b\xf0\xbd\xe0\xbd\x46\x0e\x73\x51\x26\x8a\x24\x44\x87\xb9\x18\x13\x43\x52\xb3\x0d\x73\x71\x26\x8e\x44\x8a\xfa\x30\x97\x60\x14\x3d\xd2\x86\xd9\xc9\x28\x7b\x14\x86\xe1\x95\x51\xed\x51\x9d\x30\xbd\x31\x6a\xfd\x17\x14\xc7\xf8\x89\xd1\xd4\x23\x2b\x18\xbf\x61\xb4\xb9\xfe\x4e\x8c\x7f\x60\xf4\xd0\xa3\x26\x18\xbf\x65\xb4\x45\x64\xa5\x62\xfc\xc2\x68\xe9\x91\x29\xc6\xaf\x8c\xd6\x1e\x45\xc3\xf8\x1d\xa3\x5d\x8f\x9a\x97\x61\x16\x4a\x49\x97\xf2\x32\xe5\x30\x0b\xb1\xa4\x63\xb9\x85\x0e\xb3\x50\x4b\xba\x96\x67\x69\xc3\x2c\xe4\x92\xce\xe5\x2d\x7d\x98\x85\x5e\xe2\x57\x53\x8c\xa7\x97\x74\xaf\xb0\x8a\xf1\xf4\x92\xee\x15\x69\x18\x4f\x2f\xe9\x5e\xd1\x1a\xc6\xd3\x4b\xba\x57\x8a\x63\x3c\xbd\xa4\x7b\xa5\x17\x8c\xa7\x97\x74\xaf\x4c\x14\x2b\xf4\x92\xee\x95\x13\x9a\x15\x7a\x49\xf7\xaa\x82\x6a\x85\x5e\xd2\xbd\xaa\xa3\x5a\xa1\x97\xac\xd7\xfe\x31\x9e\x5e\xd2\xbd\xea\x84\x6a\x95\x5e\xda\xbd\x9a\xa0\x5a\xa5\x97\x76\xaf\xe6\xa8\x56\xe9\xa5\xdd\xab\x55\x54\xab\xf4\xd2\xee\xd5\x26\x54\xab\xf4\xd2\xee\x35\x29\xaa\x55\x7a\x69\xf7\x9a\x1c\xd5\x2a\xbd\xb4\x7b\x4d\x15\xd5\x2a\xbd\xb4\x7b\x4d\x13\xaa\x55\x7a\x69\xbb\xad\x55\xcc\x27\x98\x4e\xcc\x1c\xe5\x2a\xc5\x74\xc3\xac\xa2\x5d\x25\x99\x76\x32\xb4\x8f\x4b\xd0\x4c\xb7\xcc\x14\xfd\x2a\xd1\x74\x61\x16\x28\x58\xa9\xa6\x2b\xb3\x8a\x86\x95\x6c\xba\xe3\x4d\x52\x50\xb1\xd1\xcd\x0a\x33\x45\xc7\x46\x38\x13\x66\x81\x92\x8d\x72\xa6\xb7\x1b\xac\x0c\xb3\x91\xce\x3a\x9d\x58\x41\xcd\x46\x3b\xe3\xbd\x69\x86\x9e\x8d\x78\xc6\x9b\xd3\x02\x45\x1b\xf5\x8c\x77\xa7\x35\x34\x6d\xe4\x33\xde\x9e\x5e\x50\xb5\xd1\xcf\xe8\xe7\x86\xae\x8d\x7e\x46\x3f\x0f\x94\x6d\xf4\x33\xfa\x79\x43\xdb\x46\x3f\xa3\x5f\x08\xea\x36\xfa\xd9\xf6\xf6\x54\xc0\x35\xe8\x67\xf4\x8b\x44\xe1\x46\x3f\xa3\x5f\x34\x34\x6e\xf4\x33\xfa\xa5\xa0\x72\xa7\x9f\xd3\x2f\x0d\x9d\x3b\xfd\x9c\x7e\x99\xe8\xdc\xe9\xe7\xf4\xcb\x86\xce\x9d\x7e\x4e\xbf\x2a\xe8\xdc\xe9\xe7\xf4\xab\x8e\xce\x9d\x7e\x4e\xbf\x9a\xe8\xdc\xe9\xe7\x79\x7b\x94\xe1\x1a\xf4\x73\xfa\x35\x41\xe7\x4e\x3f\xa7\x5f\x73\x74\xee\xf4\x73\xfa\xb5\x44\xe7\x4e\x3f\xa7\x5f\x9b\xd0\xb9\xd3\xcf\xe9\x37\x29\x3a\x77\xfa\x39\xfd\x26\x47\xe7\x4e\x3f\xa7\xdf\x54\xd1\xb9\xd3\xcf\xe9\x37\x4d\xe8\xdc\xe9\xe7\x3b\x3e\x6b\x15\x9d\x07\xfd\xa2\xdc\x9e\xbf\x65\x98\x83\x7e\xc1\x5d\xa1\x54\x74\x1e\xf4\x0b\x65\x36\xa1\xf3\xa0\x5f\x74\x3f\x15\x45\xe7\x41\xbf\x70\x66\x81\xce\x83\x7e\x11\xcc\x2a\x3a\x0f\xfa\x45\xf7\x53\x2d\xe8\x3c\xe8\x17\x95\x99\xa2\xf3\xa0\x5f\x70\x7f\xd0\x40\xe7\x41\xbf\xe0\x06\xa1\x15\x9d\x07\xfd\x62\x73\xdb\x34\x70\x0d\xfa\x05\xb7\x08\x53\x74\x1e\xf4\x8b\x2d\xb3\x40\xe7\x41\xbf\x58\x98\x35\x74\x1e\xf4\x8b\xee\xa7\x5e\xd0\x79\xd0\x2f\xe8\xe7\x86\xce\x93\x7e\x49\x3f\x0f\x74\x9e\xf4\x4b\xfa\x79\x43\xe7\x49\xbf\xa4\x5f\x14\x74\x9e\xf4\x4b\xfa\x85\xb9\xf7\x6d\xfc\xb6\x5b\x0f\xe2\xdf\xee\xdf\x49\xdd\xf4\xdb\x3e\x88\x5f\x40\xdd\xa4\x6e\x34\xac\x88\xa4\x6e\x52\x37\x05\x2b\x22\xa9\x9b\xd4\x4d\xc3\x8a\x48\xea\x26\x75\x33\xb1\x22\x92\xba\x49\xdd\x6c\x58\x11\x49\xdd\xa4\x6e\x15\xac\x88\xa4\x6e\x52\xb7\x1a\x56\x44\x52\x37\xa9\x5b\x13\x2b\x22\xa9\x9b\xd4\xad\x13\x56\x44\x52\x37\xd7\xdb\xe6\x8d\x6b\x50\x37\xa9\xdb\x1c\x2b\xa2\x5e\x8f\x38\xd4\x6d\x89\x15\x51\xe5\x7a\xec\x69\x15\xd9\xa4\xed\x7f\x6a\xf8\x7b\x3f\x20\x7e\x3d\xb4\x6d\x5f\xce\xe7\xf5\x70\xe9\xe7\xc3\x7e\x30\xc3\xb9\x6a\x7f\x58\xbf\x9e\x35\x4f\xc7\x13\xbe\xd6\xff\xfc\x1b\x00\x00\xff\xff\x7b\xfe\x2b\xdd\x97\x0a\x00\x00"); -func _ccca ()(*asset ,error ){_gbfaf ,_decea :=_gdbc ();if _decea !=nil {return nil ,_decea ;};_ebeg :=bindataFileInfo {_b :"HKdla-B5-H",_ffe :21023,_ag :_ed .FileMode (436),_ac :_c .Unix (1580492309,0)};_gaec :=&asset {_abe :_gbfaf ,_ece :_ebeg };return _gaec ,nil ; -};var _geca =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\x9c\x4d\xaf\x26\xbb\x71\xdf\xf7\xe7\x53\x3c\x4b\x67\xe1\xdc\x26\x9b\x2f\xdd\xc0\xe0\x00\x8e\x6c\xc3\x42\x60\x27\x88\xf2\x06\x04\x59\x34\x59\x45\x61\x00\xdf\x99\xc1\xdc\xd1\x42\xdf\x3e\xa8\xff\x8f\x47\x4a\x14\x03\xba\x0b\xa1\x34\x75\xc9\x6e\xf6\xbf\xab\x48\xfe\xba\xf8\x9c\x9f\x7e\xf3\xdb\xbf\xff\xed\x97\xcf\x3f\x5e\x3f\xfd\xe7\xef\x5f\xe7\xef\xfc\xc7\x6b\x7d\xfe\x62\xdf\xfd\x97\xaf\x7f\xf8\x3e\xfd\x35\xfc\xf7\x9f\xbf\xbc\xbd\xa5\xfc\xb2\xcf\xf3\xc7\xc7\x3f\x65\xe6\xcf\xcf\xb7\xb7\xb7\xe8\xff\xbb\x3f\xfe\xf2\xc3\x7f\xfe\xed\x97\xf5\xf5\x75\xd2\xce\xfe\xf0\x6d\xb7\x7d\xbd\x7e\xfa\x2f\xfe\xfb\xcf\xbf\xfc\xf8\xfe\xc7\xd7\xdf\xfc\x9d\x7d\x1d\xfe\xef\x5e\xe6\x2b\xfc\xff\xe9\xbb\xf9\xf7\xcf\x5f\x7e\xff\xfa\x9b\xdf\xfc\xcb\xef\xd2\x9f\xdc\xbf\xfb\xc3\xb7\x6f\xff\xea\x3f\xfb\x97\x1f\xaf\x24\x9f\x7f\x31\xd9\xb7\x9f\x7e\xf3\xcf\xcf\xb7\x7f\x79\x7e\xf6\xd7\x4f\xff\xf4\x1f\xed\x5f\x9f\xbf\xfd\x0f\xf5\x6f\xff\x49\xff\x49\xff\xe5\xbf\xfb\xf7\x5f\x3e\x7f\xfd\xf2\x4a\xff\xfe\x38\xda\x9f\xdd\xff\xf5\x8f\xdf\x7c\x5f\xe9\xed\xa7\xff\xf9\xdf\x7e\xfb\xf7\xaf\xff\x95\x5e\xe9\x78\xe5\x5a\x73\xfa\xdf\xdb\xff\x3f\xfe\xf9\xab\xf9\xeb\xe0\x5f\x99\xb1\xcf\xaf\xe6\xbf\x7c\x7b\xa6\x7f\x7f\xbe\xfc\xde\xdf\x5e\xaf\x4f\xc7\xf1\xfe\x7a\xbd\x3e\x5d\xc7\x7b\xfc\xeb\xef\x52\x39\xde\x5f\x9f\xfe\xf1\x1f\xfe\xf1\x1f\xde\x63\x90\x7f\xd1\xfe\x2d\x71\x99\x2f\x5f\x7f\x98\x2f\x7c\xba\xc2\xa7\xb4\xde\x5f\x29\x7a\xfc\xdf\xff\xe9\x2d\x1d\xc7\xbe\xef\x67\xdb\xad\x73\xb4\xee\x1e\xad\x3f\x3d\xdc\xed\x49\xf5\x7a\x7f\xdd\x77\x38\xea\x8d\x63\xbe\xbf\xd2\xd9\xcb\x29\x9f\xc9\xa7\x4e\xf9\x0a\xcf\x93\xe4\x59\xf5\xfd\x95\x5a\x0e\xcf\x6a\x78\xda\xfb\x2b\x17\xb5\x59\x1d\x4f\x0f\x4f\x97\xe7\xc2\xe3\xe1\x89\xbb\x65\x6e\x9f\xe3\xca\xb9\xb6\xf0\x70\xe5\x1c\x6d\xce\x14\x6d\x4e\xda\x9c\xd1\xa6\xa4\x18\xcf\x49\x9b\x73\x8c\xf7\x57\xe9\xd1\xeb\x1c\x86\x67\xbd\xbf\xea\x11\x6d\x0a\xbd\x4a\xf4\xaa\x77\x0d\x0f\xbd\x4a\x5c\xb9\xd5\x18\x61\xa5\x4d\x8d\x36\xbd\xc6\x53\x54\xda\xd4\x68\x73\xa5\xe8\xd5\x68\xd3\xa2\xcd\x7d\xc4\x78\x1a\x6d\x5a\xb4\xb9\x7b\xf4\xea\xb4\xe9\xd2\xe7\x68\x31\xa0\x4e\xa3\x1e\x8d\x52\xca\xd1\xef\xa2\xd5\x85\x8a\x39\x06\x79\xd1\xea\x5a\x08\x1b\x1d\x6f\x5a\xdd\x6a\x75\x5e\x47\xb8\x68\x75\xab\x55\xd1\x1b\x79\x68\xf5\xa8\x55\x3d\x43\xdc\x87\x56\x8f\x5a\xb5\x23\x3a\x0e\x5a\x0d\xb5\x6a\x77\x09\x17\xad\x86\x5a\xf5\x1a\x1d\x27\xad\xa6\x5a\x5d\x35\xa2\x62\xd2\x6a\x2e\x7b\x7f\xa5\x3b\x45\xc7\x19\x3d\xb6\xc9\xe5\x8c\x56\x46\x47\xd3\xcb\x3b\x8e\xb8\x96\xd1\xd1\xd4\xea\xe8\x31\x08\xa7\x95\xab\x55\x6a\x71\x2d\xa7\x95\xab\x55\xce\xd1\x71\xd1\x6a\xa9\xd5\x99\xe3\xf2\x8b\x56\x6b\xae\x70\x5d\xd1\x71\x19\xad\xf6\x20\xf2\xdb\xa7\x71\xa8\xe3\x38\xd4\xb1\xf4\x3b\x5c\xea\x38\x0e\xb5\xaa\x25\x5a\x11\xe6\x43\x11\x9c\xdb\xd9\xc2\x45\x2b\x82\xb1\x45\xec\x0f\xa2\x71\x10\x8d\xfd\x3e\xc3\x45\x2b\x85\x63\xbe\x22\x42\x07\xf1\x38\x14\x8f\xf9\xae\x47\xb8\x68\x75\x2a\x68\x8f\x88\xd1\x41\xfc\x0d\xc5\xdf\x99\x42\x9c\x41\x00\x8e\x42\x68\x87\x38\x83\x08\x1c\x8a\xc0\x33\x87\x38\x83\x10\x1c\x0a\xc1\xf3\x0c\x71\x06\x31\x38\x14\x83\x67\x09\x71\x06\x41\x38\x14\x84\x67\x09\x71\x06\x51\x38\x14\x85\x67\xed\x57\xb8\x68\xa5\x28\x3c\x5b\x89\x8e\x44\xe1\x50\x14\x9e\xfd\xac\xe1\xa2\x95\xa2\xf0\xec\x77\x74\x24\x0a\x87\xa2\xf0\xbc\xee\x90\x90\x28\x1c\x8a\xc2\xf3\xae\xd1\x91\x28\x1c\x8a\xc2\x72\x44\x42\x0f\xa2\x70\x28\x0a\x4b\x4a\xd1\x91\x28\x1c\x8a\xc2\x92\x8f\x90\x90\x28\x1c\x63\xf6\x70\xb5\xe8\x38\xe6\x25\x97\x3a\x9e\x91\x68\x83\xc0\x1c\x0a\xcc\x72\x4a\x1c\x02\x73\x28\x0a\x4b\x91\x38\x44\xe1\x50\x14\x96\x2a\x71\x88\xc2\xa1\x28\x2c\x55\xe2\x10\x85\xc3\x6b\x7a\x7f\x95\x26\x71\xbc\x66\x5c\x59\x77\xc4\x75\xca\xa5\x6b\xb5\x3b\x86\x4a\xac\x0e\xc5\x6a\xe9\x25\x5e\x1a\xb1\x3a\x14\xab\xe5\x3a\xe3\xf2\xc4\xea\x50\x60\x96\xeb\xee\x6f\x9f\x26\x81\x39\x15\x98\xe5\xbe\x53\xb8\xd4\x6a\x2a\x30\xeb\x51\xcb\xdb\xa7\x49\x60\x4e\x05\x66\x4d\x31\x6f\x4e\x02\x73\xa6\xe7\x79\x7f\xd5\x9c\x92\x5c\x43\x2e\x75\xcc\x39\xbf\x7d\x9a\xc4\xea\x54\xac\xd6\x33\x54\x9d\xc4\xea\xcc\x33\x3a\x9e\xa1\xea\xcc\x73\xe0\x1a\xea\x98\xe4\x9a\x72\xe9\x5a\x45\x97\x27\xa2\xe7\xd9\x8e\x70\xc5\x74\x3e\xcf\xa6\x6b\x29\xc8\x6b\x09\x25\x26\x41\x3e\xcf\x71\xbd\xbf\x6a\xcd\x72\x8d\x1b\xd7\x1d\xae\xaa\x6b\x8d\x07\xd7\x23\xd7\x21\x97\x06\xa1\xec\xa8\x35\xe6\xd9\x49\x76\xcc\x52\xeb\xfb\xab\xb6\x1c\xad\x4a\x6d\xb8\x9a\xee\x58\xe5\xea\x72\x69\x10\xad\xa8\x23\x83\x50\x0e\xd5\x76\x85\x8b\x1c\x9a\xca\xa1\xda\x63\x39\x98\xe4\xd0\x54\x0e\xd5\xeb\x0c\x25\xc8\xa1\xd9\x58\x0f\xce\xf3\xed\xd3\x24\xc8\xe7\x5d\x62\xf4\xb7\x9e\xf1\x2e\x0f\xae\xe7\xfd\xd5\x62\xa5\x9b\x77\xd1\xe0\xef\x36\xde\x5f\xed\x90\xce\x77\x93\x82\x4a\x8e\x76\x94\x43\xcb\xf4\xc7\xf2\xfa\x6f\xad\xb8\x93\xdc\x99\x77\xac\x52\xed\xa8\x31\x9e\x7b\x38\x2e\x5d\xe4\xc4\xb5\xe4\xf2\x19\xae\x4b\x77\x77\x93\x4b\x6b\x56\x8a\x6c\x9d\x24\xdd\x54\xd2\xb5\x54\xe3\x41\x48\xba\xf9\xc4\xda\xdb\x72\x8a\x31\x3e\x5a\x7c\x31\x2d\x45\x8c\xce\x47\xab\xef\x54\x6a\xb6\xf3\x08\xe9\x48\xcd\xa9\xd4\x6c\x4a\xba\x49\x6a\xce\x41\xab\x58\xde\x26\x79\x38\x95\x87\xad\xc4\xf2\x36\xc9\xc3\x39\x59\x4b\x63\x79\x9b\xe4\xe1\x54\x1e\xb6\x16\xcb\xdb\x24\x0f\xa7\xf2\xb0\xb5\x58\xde\x26\x79\x38\x95\x61\xad\xc7\xf2\x36\xc9\xb0\xa9\x0c\x6b\x57\x2c\x6f\x93\x0c\x9b\xca\xb0\x76\xc7\xf2\x36\xc9\xb0\xa9\x0c\xeb\x47\x2c\x6f\x46\x86\x99\x32\xac\x1f\xb1\xbc\x19\x19\x66\xca\xb0\x9e\x62\x79\x33\x32\xcc\x94\x61\x3d\x47\x8c\x1a\x19\x66\x4a\xa7\x7e\xc6\xf2\x66\xa4\x93\x29\x9d\x7a\x89\xc9\xc0\x48\x27\x53\xa2\xf4\xd2\xa3\x23\x89\x62\x27\x1b\x86\x56\xc3\x45\x2b\x05\x77\x57\xc8\x18\xc1\x6d\x0a\xdb\xde\x23\x5b\x8d\xb0\x35\x85\x6d\xef\x57\x74\x24\x6c\x8d\xcd\xc7\x15\x0b\x97\x11\xb6\xa6\xb0\xed\x77\xc4\xbb\x11\xb6\xa6\xb0\xbd\x8e\x58\xb8\x8c\xa9\xdf\x5a\xe4\xf4\x75\xc4\xc2\x65\x4d\x39\x8d\xb9\x7a\x44\x8e\xb5\x69\x72\xb1\x93\x09\x55\x8d\x05\xc2\x7a\xbf\xc3\x75\xcb\xd5\x1f\x5c\xcf\xfb\xeb\xba\xae\x5b\xae\x81\x2b\x3a\xa2\x17\xcb\x88\x69\x19\xb9\x72\x4c\xfd\xc6\x32\x62\x5a\x46\xae\x33\xa6\x7e\x63\x19\x31\x2d\x23\x57\x89\xa9\xdf\xc8\x30\x53\xa6\x5c\x35\x92\xc7\x48\x05\x53\x44\x5f\x35\x26\x29\x23\xa2\x4d\x11\x7d\xb5\x16\xe3\x22\xa2\xed\xb1\x70\xf5\x98\x6b\xec\xb1\x85\x6b\xe9\x81\xe2\xf2\x8f\xd3\x51\xd7\xea\x1a\x3d\x11\x6d\x8a\xe8\xeb\x8a\x89\xc5\x88\x68\x1b\x4f\xd3\x33\x9e\x72\x75\xb9\xd4\xf1\xba\xa3\x15\x41\x6e\x0a\xf2\xeb\x8e\x05\xc2\x08\x72\x53\x90\xdf\x47\xac\x9e\x46\x90\x9b\x82\xfc\x56\x3e\x1a\x41\x6e\xb6\x46\xb8\x62\xf5\x34\x5b\x13\xd7\x8c\x8e\x1a\x97\x2d\xc3\x15\x1d\xb3\x5c\xa4\x82\x29\x15\xee\x1c\x0b\x84\x91\x0a\xa6\x54\xb8\xcf\x58\x20\x8c\x54\x30\xa5\xc2\x5d\x62\x81\x30\x52\xc1\x94\x0a\x77\x8d\x19\xdc\x49\x05\x57\x2a\xdc\xed\xa8\xe1\x52\x2b\x57\x2a\xdc\xad\x5d\x6f\x9f\x9c\x54\x70\xa5\xc2\xdd\x63\x9e\x77\x52\xc1\x95\x0a\xf7\x95\xa3\x23\xa9\xe0\x4a\x85\xfb\x8e\x2d\xb8\x93\x0a\xae\x54\xb8\xef\x98\x75\x9d\x54\xf0\x93\x3d\xef\x11\xd3\xae\x93\x0b\xae\x5c\x48\x47\x8a\x49\xcd\x49\x06\x2f\xb4\xcb\x31\xf1\x3a\xd9\xe0\x85\x76\x39\x66\x5e\x27\x1d\xbc\xd2\xee\x8c\x77\xe2\xe4\x83\x57\xda\x95\x98\xeb\x9c\x84\xf0\x46\xbb\x1a\x5c\xe1\x64\x84\x37\xda\xb5\x14\x7d\x09\x76\xdf\x7b\xf2\x7e\x94\xf0\xd1\x8e\x4d\xf9\xd1\x5b\xf4\x25\x90\x9d\x5d\xf9\x71\xb5\x50\x93\x48\xf6\xeb\xc9\xe1\xbb\x73\x91\xef\x94\x8f\xbe\x77\x6c\x3d\x9c\xf0\xf6\xbb\x07\x05\xa5\x43\x52\xdd\xbd\xe1\xd3\xc6\xff\xe8\xd1\x97\x98\x77\x36\xf0\xe9\x88\x10\x74\x82\xde\xd9\xc1\xa7\xd4\xe3\x7a\x44\xbd\x3f\x1b\x1a\x62\xb3\xe1\x04\xb4\x8f\xfa\x84\xef\x8c\x99\xdc\x47\x1d\xf2\xd1\xf7\xd4\x8b\x24\xca\x7d\xac\x43\xbe\x88\x43\x1f\x6b\xfb\x12\x63\x6e\xf2\x65\x7c\xea\x5b\x22\xd0\x9d\xd8\x77\x08\x20\x95\x08\x45\x27\xf8\x7d\x5a\x20\x40\xaa\x11\x8b\x3e\x23\x1d\xb7\x89\x67\x3b\xe5\x5b\xf2\x71\xbd\x16\xcc\xe4\x64\x89\x1b\xd7\x6b\x7a\x47\xa4\x89\xdb\x73\x87\xaf\xeb\x1d\x59\x6c\x71\x3e\xb9\xd1\xb7\x47\xb6\x3a\x59\xe1\x4e\xdf\x4b\xa1\x4c\x5a\xb8\xbb\x34\xb8\x14\xcb\xee\x03\xdf\x08\x74\xd2\xf6\xcd\x3d\x56\xce\x4f\xee\x5c\x4f\x13\xa8\x93\x3f\xbe\xb8\xde\xdd\xd2\x5f\x5d\xad\x9d\xfc\xf2\x05\x95\x1d\xf1\xfa\x17\x09\xb6\x8e\xd8\xb0\xa4\x9c\xd2\x15\x3e\xed\x58\x30\xf1\x48\xb7\x7c\x5d\x3e\x20\x2f\xc5\x2b\x5c\x64\xe2\x3a\x62\x5f\x96\x72\xba\xe4\xd3\xc6\x0c\x13\xaf\x30\xc9\x37\xe5\xe3\xbe\xda\xe6\x2d\x52\x76\xa5\x96\xe5\x0b\xc9\x57\x6a\x27\xbe\x87\x47\xbf\xe5\x1b\xf8\x24\x47\xd3\x7d\x93\xf6\x29\x6b\x63\xfb\x99\x7a\xf8\x18\x4b\xe2\x1e\x67\x2c\x28\x8b\x84\x5f\xb9\xf5\xf0\x95\x33\xfa\xe6\x76\xe1\xbb\xc2\xd7\x23\x64\x57\x6e\xb7\x7c\x5c\xaf\x74\xb5\xe3\x7a\x79\x6a\x7c\x25\x48\x61\xe5\xa9\xf1\x65\xee\x51\x23\x55\x16\xd3\xc5\x3a\x7b\x91\xef\x92\x2f\xf2\x26\x8c\x33\xe6\xd0\x80\x29\x64\x31\x85\xe4\x16\xcb\xcf\x62\x0a\x59\xa5\x49\xfb\x5e\x6a\xf8\x9a\xb4\x67\x5a\xc9\x3d\xf6\xf8\x8b\x69\x65\x95\xa1\x7b\x5c\xd2\xa5\x8c\x8a\xaf\x32\x96\x26\x1f\x7d\x63\x7a\x4e\xf9\xca\x6a\xa7\xf9\x79\x31\x25\xe5\xfb\x88\xfb\x32\x25\x2d\xa6\xa4\x7c\x1f\xa1\x01\x53\xd2\xaa\xbb\x5d\x6c\x86\x16\x53\xd2\x6a\x7a\x47\xe7\xd1\x42\x97\xc6\x3b\x92\x89\xbe\xf8\x8a\x7c\xa0\xfd\x11\x5b\xdc\xc5\xd4\xb5\x98\xba\xce\xa4\x77\xce\xd4\xb5\x98\xba\x4e\xed\xe7\x16\x53\xd7\x62\xea\x3a\x73\x6c\x17\x16\x53\xd7\x62\xea\x3a\x4f\xc5\x06\x53\xd7\x62\x9a\x3a\x8b\xde\x2f\xd3\xd4\xd2\xcc\x94\xce\xaa\xf7\x7b\xf7\x8e\x4f\xed\xea\xa5\x76\xf4\xbd\xe3\xf5\xa5\xb3\xc6\x86\x6a\xdd\xb3\xe0\x2b\xb4\xab\xf2\x55\x7c\xa1\xe9\xd9\xa4\xdf\x3d\x1b\x3e\xdd\x83\x77\x79\x4f\xee\x61\x49\x3e\xee\x6b\x19\x1f\x7d\x23\x45\xd7\x53\x74\x5f\x99\xd4\x7a\xe0\xf3\x7a\x4a\xc6\x97\xf5\x35\x23\x56\xda\xf5\x94\x13\xdf\xc9\x17\x8e\x22\x5f\xc1\x57\xf0\x75\xf9\x2a\xbe\xb8\x47\xbd\x3a\xbe\x86\x2f\xc6\xd7\xea\x49\xdf\x8e\x2f\xe2\xbe\x68\xdb\xb4\x9e\x72\xe1\x8b\xb8\xaf\x3d\x73\xdf\x1b\x5f\x4c\x5d\xf5\x8e\x1d\xd7\x7a\x04\x0a\x98\x54\xf5\xdd\x61\x3d\x42\x05\x4c\x82\x15\xd6\x53\x26\xbe\xa9\x6f\x37\x8a\x8d\xa7\x18\x3e\xe3\xd9\xe8\xeb\xf8\xf8\x54\x93\x68\xb7\xf0\x2d\xda\xe9\x7a\x55\xef\x52\x26\xb5\xde\x35\xe6\x8a\x7e\x55\xfa\xed\xb1\x54\xf4\xab\xd2\xaf\x35\xe9\x5c\xd1\xaf\x4a\xbf\x9a\xa5\x73\x45\xbf\x30\xa9\xde\x5d\xba\x54\xf4\xd3\x5c\x57\xef\x4e\x3b\xf4\xd3\x5c\x57\x7b\xe5\x1e\xe8\x17\x26\x35\x7d\x38\x58\x4f\x45\xbf\x30\xa9\xe8\xeb\xc8\x7a\x2a\xfa\x85\x49\xad\x9f\x7a\x1f\x15\xfd\xb4\xac\xb5\x83\xe7\xad\xe8\x17\x26\xee\xc1\xf5\xd0\x4f\x9f\x23\xdb\x41\x6c\x54\xf4\x0b\x93\xea\x45\x1c\x54\xf4\xab\x7c\xfd\x0a\xd2\x5d\x4f\x45\xbf\x30\xa9\xf4\xaa\x77\xd9\xd0\xaf\x49\xbf\x4b\xf3\xc6\xd3\xd0\xaf\x25\xee\xa1\xf1\x35\xf4\x53\x4e\x57\xd1\xd2\x7a\xc8\x69\x99\x54\xaf\xa4\x7b\x90\xd3\x32\xa9\x1d\x45\xef\xa8\xa1\x9f\xe6\xab\x92\xd0\x80\xf9\x4a\x26\x95\x52\xa4\x5f\x43\x3f\xcd\xbb\xe5\x2a\x7a\x5e\xe6\x5d\x99\xd4\xf7\x3b\x67\xde\x95\x49\xed\xbe\x18\x1f\xfa\x35\xf4\x2b\x3c\x1b\xfa\x69\x0d\x68\xad\xe3\x43\xbf\x86\x7e\x27\xf7\x40\xbf\xb6\xe3\x8f\x67\x43\xbf\xa6\x0f\x8a\x1f\x63\x46\xbf\x30\xa1\xb3\xae\xd7\xd1\x2f\x4c\x2a\xcc\x2f\x4f\x47\xbf\x30\xa9\x96\x8b\x76\xe8\xd7\xc9\x5f\xcd\x07\x4f\x47\xbf\xae\xf8\xd3\xc7\xd4\xf5\x74\xf4\xd3\xba\x00\xbb\xae\x87\x75\x41\x26\xde\xa5\xde\x51\x47\xbf\x4e\xfc\x65\x3d\x07\x73\x98\x4c\x12\x88\xc7\x3f\xd0\x2f\x4c\xf4\xfd\xeb\x70\xbe\x9e\x8e\xbc\xfd\xa6\x0b\xc3\x42\xde\xae\xf4\x3e\x12\xb7\x43\xde\x4e\x7a\x13\xc6\x1d\x79\xc3\xa4\x5a\x1b\x43\x45\xde\x6e\x4c\x35\x3c\x12\xf2\xf2\x25\xf6\x38\x25\x07\xd3\xad\x4c\x84\xa2\x64\x7b\x90\xed\x41\x36\x42\xec\x41\xb6\x47\x61\x97\x19\xcb\x83\x6c\x61\x52\x39\x49\x81\x07\xd9\x1e\xa5\xed\xd1\xe9\x8b\x6c\x61\x52\x4f\x59\x12\x3d\xc8\xf6\x20\x1b\xd3\xc0\x83\x6c\x8f\x64\xeb\x5a\x0e\x9e\x07\x5d\xb4\x63\x2b\xa5\x2b\x4c\x1e\x74\x09\x93\xfa\x71\xd3\x0e\x5d\x1e\x74\xe1\x15\x3e\xe8\xf2\x30\xed\x15\x69\xf5\xa0\xcb\x43\xd8\xf1\x0a\x1f\x74\x79\xa4\x4b\x3f\xf0\x11\x76\xcf\x62\x39\xd0\x98\x07\x61\x37\x0e\xf4\xc3\x87\x7e\x83\xb4\x25\x9c\x06\xfa\x8d\x8c\xf6\xd2\x60\xa0\xdf\xd8\x4b\x04\x3e\xb4\xd2\xb6\xa0\x9e\x4c\x7b\x6c\x0b\x64\xa2\x9d\xde\xc7\x40\xab\xa1\x14\xad\x55\xcf\x36\xd0\x6a\x48\xab\x72\x71\x5f\xb4\x1a\xd2\x2a\xa3\xcb\x40\xab\x41\x8a\xb2\x94\x0c\xb4\x1a\x7b\x89\x90\xf6\x03\xad\x06\x29\x8a\x06\x03\xad\x06\x5a\x1d\x3c\x2f\x5a\x0d\x62\x88\x29\x64\xa0\xd5\x40\x2b\xa6\x9f\x89\x56\x53\x29\x9a\x98\x2e\x26\x5a\xcd\xc4\x94\xae\xb1\x4c\xb4\xd2\xd6\xad\xde\xda\xba\x3d\x6c\xdd\x64\x52\xbb\xb5\x05\x78\xd8\x02\xc8\xa4\x72\xf2\x1c\x6c\x01\x64\xc2\x47\x3b\xf4\xd3\x16\xa0\x26\x96\x0d\xb6\x00\x32\xa9\xde\xda\xe6\x3e\x13\xfd\xc2\xa4\xe3\x26\x6d\x27\xfa\xcd\x9b\xa9\x86\x31\xa3\x9f\xb6\xcd\xad\xee\xeb\xa1\x9f\xb6\xcd\xf5\x66\xc9\x61\xdb\x2c\x93\xca\x79\x71\x0f\xf4\x9b\xe8\xc7\xd4\x3a\xd1\x6f\x6e\xfd\xb8\x1e\xfa\x4d\x96\x58\xa6\x3d\x43\x3f\x53\xac\xdd\xcc\x07\x86\x7e\xda\xca\xb4\xcc\xf6\x81\xad\x8c\x4c\x2a\x67\xd3\xf5\x0c\xfd\x8c\x2d\x8a\xb6\x9b\x8f\xa1\x9f\x29\xfe\x6e\x62\xd2\xd0\xcf\x98\xe2\x12\xd7\x43\x3f\x93\x7e\x67\x95\x06\x86\x7e\xd6\x59\xda\x69\x87\x7e\xc6\x14\x47\x6e\x19\xfa\xd9\xcd\x3c\xc4\x73\xa0\x5f\x98\x54\x1a\x73\x93\xa1\x5f\x98\xd4\x0f\xe6\x1c\x43\x3f\x53\xfc\x55\xb6\x41\x86\x7e\xa2\xbf\x7a\xef\xbe\xe8\x67\x5b\x3f\x7c\xe8\x67\x5a\x62\x1b\x73\x93\xa3\x9f\x93\xab\x6c\xf1\x1c\xfd\xc2\xa4\x7e\x92\x5b\x8e\x7e\x2e\xfd\xca\xad\x31\x3b\xfa\x39\xfa\x25\xfa\xa2\x9f\x17\xda\xd1\x17\xfd\x1c\xfd\x4e\x69\xef\xe8\xe7\x8d\xad\x11\xed\xd0\xcf\x99\xeb\x12\x3e\xf4\x73\xe9\x77\x32\xff\x39\xfa\x39\x6b\x00\xef\xd7\xd1\xcf\x77\xfe\x4a\x67\x47\x3f\xdf\xf1\x87\x0f\xfd\x5c\xfa\x95\xc6\x3d\xd0\xcf\x15\x7f\x27\x73\xa2\xa3\x9f\x4b\xbf\x93\x25\xd1\xd1\xcf\xb5\xc4\x26\xf2\x68\xa1\xdf\x22\xfe\x98\xeb\x16\xfa\x89\xe4\x4b\x66\x3b\xbc\xd0\x6f\x31\xd7\x91\x33\x0b\xfd\xc2\xa4\xb2\x97\xd3\x85\x7e\x4b\x5b\xbc\xcc\x96\x67\xa1\x1f\xf5\xdb\xbd\xf5\x58\xe8\xb7\x1a\xb9\x4f\x5f\xf4\x5b\x9d\xe5\x9e\xb1\xa0\xdf\xba\x98\x5f\xe8\x8b\x7e\x6b\xe7\x2f\x7d\xd1\x6f\x29\xfe\x4e\xb6\x5f\x0b\xfd\x96\xe6\xbf\x53\x58\xf9\x2c\xf4\x13\x8e\xd5\xce\x3b\x02\xc7\x64\xe2\x39\x18\x33\xfa\x2d\xb6\x28\xda\xfa\xf2\x75\x04\x93\x4a\x3a\xaf\xbf\xbe\xdc\x0f\x68\x43\x26\x75\x96\xf6\x01\x6d\xc8\xc4\x0e\x26\xcb\x77\xe2\xdb\xbb\x95\x24\x5f\xc1\x27\x29\xf5\x91\x65\x0d\x68\x43\x26\x15\x7d\x8e\x5b\x03\xda\x90\x49\xa5\x69\x5a\x1e\xd0\xc6\x80\x36\x54\x22\x5f\x03\xda\x18\xd0\x46\xd6\xf2\x3c\xa0\x0d\x99\x98\x6a\xba\x7c\x0f\xbe\x1d\x8a\x8c\x6f\xe0\x1b\xba\x5e\xe3\x7a\x13\xdf\x24\x3c\xab\x7c\x86\x8f\x50\x6c\xf4\x75\x7c\xce\xeb\xc7\xb7\xf0\x29\x95\x99\x82\x07\xb4\x31\xa0\x8d\x7a\x9f\xf2\xa1\x9f\x68\xa3\xe6\x44\x3b\xf4\x83\x36\x4e\x85\xe7\x80\x36\x64\xd2\xad\x1d\xc5\x00\x36\x64\x52\x67\x93\x39\x80\x8d\x01\x6c\xe8\x9b\xfa\x1a\xc0\xc6\x00\x36\x6e\x45\xec\x00\x36\x64\xc2\xc7\xf5\x90\x0f\xd8\x48\x15\x1f\xf2\x09\x36\x4a\xba\xb8\x1e\xf2\x09\x36\x6a\xba\x78\x0c\xe4\xab\xc8\x27\x08\x1b\xc0\x86\x4c\x4a\x57\xa1\x2f\xf2\x09\x36\x8a\xbe\x74\xaf\x01\x6c\x0c\x60\x23\xdf\x3c\x07\xf2\x01\x1b\xaa\x56\xae\x01\x6c\x0c\x60\x23\x57\xc9\x0c\x6c\x0c\x60\x63\xcb\x07\x6c\xc8\xa4\x96\x79\x36\x60\x63\x00\x1b\x5d\xab\xcb\x00\x36\x64\x22\xa3\xe8\x8b\x7e\xc0\x46\xd1\xac\x37\x80\x0d\x99\x54\x0b\xba\x00\x1b\x03\xd8\xa8\x1d\x1f\xfa\x09\x36\x4a\xe6\x7d\x00\x1b\x03\xd8\xe0\x63\xd5\x00\x36\x64\x62\xb7\xa4\x50\x03\x36\x64\x52\xa9\x37\xcf\x86\x7e\xc0\x46\x26\x3d\x80\x0d\x99\x54\xda\xc1\x73\xa0\x9f\x60\xa3\xb4\x13\x1f\xfa\x09\x36\x5a\x6a\x7a\x36\x60\x43\x26\xb5\xac\x1d\xe8\x00\x36\x64\x42\x3f\x3d\x2f\xb0\x31\x80\x8d\xac\x0f\x71\x03\xd8\x18\xc0\x46\xd6\x4a\x3c\x80\x0d\x99\x54\xbb\x66\xf9\x01\x6c\xc8\xa4\xd2\x79\x0e\x60\x63\x00\x16\x59\x3b\xd5\x01\x58\xc8\xa4\xd2\xaa\xc6\x0c\x39\xc8\x24\x0a\xa7\x6b\x40\x0e\x32\x91\x46\xd2\x0f\x72\x18\x90\x43\x61\xca\x81\x1c\x64\x52\x4b\xfb\xd9\xd0\x0a\x72\x48\xa4\x34\xe4\xc0\xb7\xde\xd2\x35\x2b\xf3\xad\x17\x13\xed\xf0\xa1\x81\xc8\xa1\x74\xad\x4c\x03\x72\x90\x49\x2d\xdd\x9a\x9a\x20\x87\x01\x39\xa8\x68\xb2\x06\xe4\x20\x13\xe9\x2b\x5d\x20\x07\x99\xd4\x00\x3d\xca\x26\x98\xd0\x45\x63\x86\x1c\x06\xe4\x50\x76\x5f\x74\x11\x39\xb4\xc2\x73\x40\x0e\x32\xa9\x75\xed\x50\x06\xe4\x30\x20\x87\x9c\xe9\x8b\x2e\x0f\xba\x34\xc6\x87\x2e\x90\x43\xe9\x3c\x1b\xba\x40\x0e\x89\xa9\x0e\x72\x18\x90\x43\x16\xd8\x0e\xc8\x61\x40\x0e\x85\x78\x86\x1c\x06\xe4\xa0\x93\x18\x6b\x40\x0e\x03\x72\x28\xcc\x11\x90\x83\x4c\x2a\x57\xc6\x87\x7e\xa2\x89\x52\x79\x97\xd0\x84\x4c\x6a\x95\x78\x81\x26\x06\x34\xb1\x73\x10\x9a\x90\x49\xad\x1c\x8c\x0f\xfd\x06\x1f\x9c\x0a\x63\x41\xbf\x81\x7e\xfa\xd8\x32\xa0\x89\x01\x4d\x14\xed\xa4\x07\x34\x31\xa0\x89\xc2\x1c\x01\x4d\x0c\x68\x82\x9d\xfe\x80\x26\x64\x22\xee\xa5\x1f\x34\x31\xc6\xd6\x8f\xb1\xa0\x1f\x34\x91\xf4\xb1\x60\x40\x13\x32\x11\x1b\x7a\x0e\x68\x42\x26\xe6\x08\xf5\x85\x26\x64\x52\x2b\x2c\x15\xd0\xc4\x80\x26\x2a\x73\x1d\x34\x21\x13\x3e\xae\x87\x7e\xa2\x89\xd6\xd1\x05\x9a\x90\x49\x4d\xe7\x73\xd6\x80\x26\x64\x62\xe7\xd6\x7e\xc5\x6a\x0f\x6c\xc8\xc4\xed\x78\x24\xe4\x15\x6c\x94\xa6\x4d\xf5\x00\x36\xc6\x86\x0d\xa6\x7e\x60\x43\x26\xc2\x84\xbe\xc8\x2b\xd8\x68\xd7\x1e\x16\xf2\x02\x1b\x59\x9b\xa4\x01\x6c\xc8\xc4\x6b\xe5\xd1\x91\x57\xb0\x51\x6f\x52\x0f\xd8\x18\xc0\x46\x65\xa7\x00\x6c\x0c\xbe\x9b\xf2\x66\x60\x0d\x99\x50\x5c\xc3\x83\x35\x64\x72\x22\x20\x40\x8d\x01\x6a\x24\x16\x21\x50\x63\x80\x1a\x55\x5f\xd5\x06\xa8\x21\x13\x2f\x9f\xbb\x22\xae\xb1\x40\x5c\x5c\x0f\xf5\x6c\x6f\x95\x19\x31\xea\x09\x35\xda\xc9\xe4\x0d\x6a\xc8\x24\x0e\x12\xac\x01\x6a\xc8\x24\x8e\x57\xac\x01\x6a\x0c\x50\xe3\x24\xc0\x40\x0d\x99\xd4\xf2\xc1\xa3\xa1\x1e\xa8\x51\x99\x1c\x41\x0d\x99\xd4\x2a\x0b\x04\xa8\x21\x93\x4a\x61\x02\x01\x35\xc6\x46\x8d\x4c\x3b\xe4\x73\x16\x08\x82\x18\xd4\x90\x89\x37\xa4\x31\x83\x1a\x32\x81\x29\xba\x2f\xa8\x21\x93\x0a\x5f\x25\x07\xa8\x31\x40\x8d\xcc\x62\x00\x6a\x0c\x50\xe3\x64\x11\x02\x35\x06\xa8\x51\xd9\xc8\x80\x1a\x03\xd4\xc8\x4c\x2a\xa0\xc6\x00\x35\x92\x3e\xdd\x0c\x50\x63\x80\x1a\x9d\xa8\x02\x35\x06\xa8\x51\x99\xd0\x41\x0d\x99\x54\xae\x3d\x16\xf4\xf3\x1d\x7d\x3c\x2f\xfa\x09\x35\x5a\xd3\x27\xa3\x01\x6a\x50\x34\xac\x9d\x04\x05\x35\x28\x1a\xb6\xca\x7b\x03\x35\x06\xa8\xd1\xd0\x05\xd4\x90\x89\x31\xeb\xbe\xa0\x86\x4c\x2a\x84\x0b\xa4\x21\x13\x43\xd1\xeb\x85\x34\x06\xa4\xd1\x32\x3e\xe4\x13\x69\x74\xa2\x0f\xd0\x90\x49\xad\x31\x9d\x03\x1a\x32\xe1\xa3\x2b\xea\x2d\xd4\x63\xea\x01\x34\x06\xa0\x01\xfc\x0e\x40\x63\x6c\xd0\x40\x29\x40\x43\x26\xde\x86\x54\x06\x34\x28\x91\x56\xea\x7a\x94\x48\x31\xa9\xe9\xf8\xc1\x9a\x90\xc4\xa4\x6e\x91\x94\xe3\x13\x92\x98\xd4\x2d\x98\x5b\x26\x24\x31\x21\x89\x53\x6f\x72\x42\x12\x93\xba\x45\xd3\xf3\x4e\x48\x42\x26\xae\x47\xbb\x86\x8f\x4c\x3d\x19\x4b\xc7\xb7\x97\xe1\x2a\xdf\x85\x8f\x65\xa4\x72\xdf\x1b\x1f\x5b\xb9\x3d\x96\x07\xdf\xf3\xfe\x6a\x55\x9f\xd3\x27\x20\x31\x29\x5b\xb4\x1b\xdf\xc4\xa7\x6f\x2a\xd7\xcd\xf0\x0c\xdf\x9e\xe6\xb8\xad\xe3\x93\x54\x3a\xc9\xb7\x26\x20\x31\x29\x5b\x14\xed\x7a\x27\x20\x31\x01\x89\x9b\xc7\x05\x24\x64\x82\xdd\x74\x3d\x40\x62\x02\x12\xa9\xe1\x43\x3e\x81\x44\x49\x5a\xbd\x26\x24\x21\x13\xe3\x6b\xf2\x21\x5f\xdd\xab\x08\xed\x90\xaf\x52\xf6\xd1\xea\x3f\x21\x89\x09\x49\xf4\x44\x5f\xe4\xab\x4c\x74\x5a\x26\x26\x24\x31\x29\x5b\x64\x7d\x0b\x9b\x90\xc4\xa4\x6c\x51\x32\xed\xd0\x4f\x24\xd1\x7a\xe6\xbe\xe8\x47\xd9\x22\x5f\xf8\xd0\x4f\x24\x91\x8e\x8e\x2e\xe8\xf7\x41\x12\x3c\x2f\xfa\x89\x24\xda\xa9\x65\x62\x42\x12\x13\x92\x38\x35\xff\x4f\x48\x42\xa6\xf3\x19\x63\x02\x12\x93\xaa\x45\x17\x63\x4e\x40\x42\x26\xf7\x83\xab\xa1\x1e\x45\x8b\x8f\x66\xa8\xd7\xd8\x03\x12\x05\x70\xc4\x84\x23\xfa\x89\x0f\xf5\xc4\x11\xf5\x68\xf4\x45\x3d\x71\x44\xe3\xeb\xe7\x84\x23\xe6\x07\x47\xd0\x17\xf5\x28\x5a\xf4\x4a\x3b\xd4\xa3\x68\xa1\x73\x1f\x6b\xc2\x11\x13\x8e\x38\xaf\x5f\xb1\xce\x4f\x30\x63\xb6\xfd\xc1\x45\x2f\x0b\xcc\x90\x89\xd5\x8b\x4b\x23\x6e\x98\x42\xd9\x78\x42\x19\x13\xca\xa0\x4c\x3e\xa1\x8c\x09\x65\x50\x3a\x9a\x50\xc6\x84\x32\x3a\xe9\x04\x65\xc8\xa4\x72\x6b\x8a\x9a\x50\xc6\xa4\xa4\xc1\xf7\xd2\x09\x65\x4c\x4a\x1a\x37\xef\x0f\xca\x90\x89\x76\xf4\x45\x5d\xc8\x23\x69\x51\x9a\x90\xc7\xa4\xa4\x91\xf5\x7d\x78\x42\x1e\x93\x9a\x45\x6e\xf4\x45\xdd\xce\x22\xac\x12\xd8\x84\x3c\x26\xe4\xd1\x89\x7f\xc8\x63\x42\x1e\x2c\x90\x13\xf2\x98\x9b\x3c\x2a\xed\x90\x8f\x9a\x45\xd7\x2e\x8f\x53\x21\x98\x18\x8b\xde\x2a\xe4\x31\xa9\x59\x40\x1e\x13\xf2\x90\xd9\x9f\xff\x27\xe0\x21\x13\xb7\x95\x7c\x80\x87\x4c\x3a\xf9\x94\x34\x01\x0f\x99\x00\x5f\x49\x00\x78\x4c\xc0\xe3\x42\x52\xc0\x43\x26\x95\x2d\x29\xe0\x31\x01\x0f\x36\xec\x13\xf0\x90\x89\x99\x91\x76\xc8\xf2\xb0\xb6\x92\xee\x80\x87\x0c\x1f\xbe\x27\xd8\x21\x93\x6a\xe7\x05\x81\x1d\x32\x91\x12\xf4\x24\xa6\xc0\x8e\x4b\x3b\x93\x09\x76\xc8\xa4\xaa\xcd\xd9\x84\x3a\x64\x52\xe9\x2c\x21\x50\xc7\x84\x3a\x4e\xe6\x13\xa8\x43\x26\x55\xca\xc8\x13\xea\x98\xd4\x30\x12\x71\x0b\x75\xcc\xb1\x57\x56\x7c\x88\x07\x61\x5c\xc4\x05\x84\x21\x93\x7a\x3a\x19\x0b\x42\x89\x30\x6a\xe7\x7d\x43\x18\x13\xc2\xb8\x44\x1d\x13\xc2\x98\x10\x46\x22\x3b\x21\x8c\x09\x61\x70\x0c\x64\x42\x18\x93\x7a\xc5\x55\x91\x00\xa9\x20\x0c\x6a\x2c\x13\xc2\x98\x10\x46\x26\x46\x21\x0c\x99\x90\x54\x63\x86\x30\x26\x84\x71\x31\x57\x42\x18\x13\xc2\xb8\x58\x0a\x21\x0c\x99\x08\x16\xae\x87\x56\x22\x8c\x9a\x3a\xed\xd0\x4a\x84\xc1\xb9\xe1\x35\x21\x8c\x49\xbd\xe2\xd8\x63\x21\xd0\xa8\x57\x50\x6e\x9e\x20\xc4\x04\x21\xae\xdd\x17\xfd\x26\xf9\xa7\xcd\xd4\x04\x21\x26\x08\x71\x11\xcc\x20\xc4\x04\x21\x32\xe1\x02\x42\x4c\x10\x22\x93\xe3\x20\xc4\xdc\x08\x41\xd0\x83\x10\x93\x7a\xc5\xc9\x1a\x02\x42\x4c\xea\x15\x1c\x07\x9a\x20\x84\x4c\xaa\xd4\x35\x26\x08\x21\x93\xf7\x8e\x03\x84\x98\x20\xc4\xcd\xa4\x0f\x42\x4c\xca\x15\x27\x52\xc1\x10\x13\x5e\xb8\x1b\x7d\x91\x0a\x5e\xa0\xc4\x32\xe1\x85\x49\x69\x22\xef\xeb\x21\x95\x78\xa1\x02\xea\x13\x5e\x98\x94\x26\xf8\x40\x35\xe1\x85\x49\x69\xa2\x1e\x5c\x0f\xa9\x28\x4d\x94\xed\x43\x2a\xf1\x42\x6d\xcc\xea\xf0\x02\x07\xd3\xda\xcd\xc2\x02\x2f\x70\x30\xad\xdd\xcc\x37\xf0\x82\x4c\x64\xaf\xae\x07\x2f\xc8\xa4\x5a\xf4\xa1\x6d\xc2\x0b\x32\xd1\x4e\x7d\xe1\x85\x09\x2f\x9c\xa4\x1b\xbc\x30\xe1\x85\x8b\x69\x18\x5e\x90\x89\x76\xf8\x08\xb5\x30\x67\xbb\x71\x21\x9f\xef\xcf\xc1\xf8\x90\x0f\x5c\xc8\xa2\xbc\x09\x2e\xc8\xa4\xa3\xee\xe1\x21\x9f\x70\xa1\x53\x11\x9e\xe0\x82\x4c\xbc\x71\xbd\x36\x70\x41\x26\xf5\x1d\xcd\xe0\x82\x4c\xaa\x54\xb7\x26\xb8\x30\x77\x65\x82\xd9\x05\x5c\x98\xbb\x32\x91\x68\x87\x7c\xbe\x23\x4d\xf7\x00\x17\x26\x95\x89\x4c\x26\x80\x0b\x32\xa9\x73\x50\x67\x82\x0b\x32\xf1\x2a\x69\x87\x7c\xc2\x85\x4e\x85\x65\x82\x0b\x32\x91\x45\xf7\xaf\x58\xe7\xc1\x89\xb9\x7f\x78\xc6\x82\x06\x4e\x4c\x70\xe2\x62\x51\x02\x27\x64\x52\xa5\xb0\x3c\xe1\x89\x09\x4f\x64\xde\x34\x3c\x21\x93\x3a\x67\x08\x26\x3c\x21\x73\x1d\xbc\x7c\x70\x42\x26\x71\xd6\x7c\x4d\x70\x42\x26\xf5\xa3\x72\x0b\xd4\x05\x27\xf8\x52\xca\x2f\xa7\x30\x31\xe4\x50\x88\x13\x92\x98\x08\x9c\x2c\x5f\xc2\xc7\xda\xaa\xc0\x36\x70\xc2\xc0\x89\x53\xc7\xe1\x0c\x9c\xb0\x8d\x13\xba\xaf\x81\x13\x06\x4e\x9c\x7a\xd3\x06\x4e\xc8\xa4\x7e\xe8\x0d\x1a\x38\x61\xe0\x84\x8e\xf7\x2f\x03\x27\x64\x52\x3f\x2e\xfa\x5e\xf8\xd8\x0f\x37\xc6\x72\xe3\x43\x2a\xcd\x47\x06\x4e\x18\xc7\xa0\x7a\xe6\x1e\x03\x1f\x73\xde\x41\xbb\x89\x0f\xad\x6e\xae\x67\xf8\x4c\xeb\xd2\x41\x5f\xc7\xe7\xf8\x8a\x7c\x0b\xdf\x92\x4f\x35\x41\x83\x27\x0c\x9e\xc8\x9a\xa7\x0d\x9e\x30\x8e\x41\x9d\x9a\xb8\x0c\x9e\xb0\x5d\x98\x10\x58\x1b\x3c\x21\x13\xd7\xd3\x7d\xe1\x09\x99\x40\x34\x7c\xe8\xb7\x8f\x41\xf1\xbc\xf0\x84\xc1\x13\xb9\xe3\x43\x3f\xf1\x44\xd7\x6f\x2d\x96\xc1\x13\x32\xa9\x83\x72\x06\x4f\xd8\xe6\x09\xed\x9c\x0d\x9e\x30\x78\x82\xc2\x89\xc1\x13\x32\x71\x3d\x9e\x17\xfd\xe0\x89\x73\x5f\x0f\xfd\x2a\xfa\xe9\xa3\x86\xc1\x13\x32\xbb\xe8\x62\xe0\x84\x4c\x86\x26\x0c\x9a\x90\xf9\xa8\xc3\x18\x34\x21\x13\x3e\x29\x0a\x4e\x18\x38\x41\x6d\xc6\xc0\x09\x99\x68\xc7\xf5\x50\x4f\x3c\xd1\xcb\x41\x5f\xd4\xdb\x3c\xa1\x4f\x10\x06\x4f\xc8\x84\x02\x52\x0f\x9e\x30\xea\x12\xec\x4e\x0c\x9e\xb0\xcd\x13\x8d\xbe\xa8\xd7\xa8\xeb\x14\xc6\x82\x7a\xe2\x89\x92\xb4\x03\x32\x78\xc2\xa8\x4b\xa4\x7d\x5f\xd4\xdb\x75\x89\x4e\x5f\xd4\x03\x18\x32\x91\x01\x30\x18\x87\xa0\xa8\x3b\x19\xc0\x20\x13\x91\xab\x31\x43\x0c\x32\x1f\xb5\x28\x83\x18\x6c\xd7\x25\x76\x3b\xf4\x13\x31\xf4\xa4\x25\xcd\x20\x06\x99\xd4\x29\xc7\x19\xc4\x60\xfb\x10\x94\x76\x54\x06\x31\x18\xc4\xa0\xdf\xcf\x2e\x83\x18\xec\xe3\x10\x14\xf7\x45\xbf\x30\x27\x5f\xd4\x0c\x60\x30\x80\x61\x4b\x05\x30\xc8\xa4\x92\xf6\x6d\x91\x0f\x60\xd0\x8f\xcf\x96\x01\x0c\x06\x30\xa4\x4a\x3b\xe4\x03\x18\xf4\x8b\xb4\x65\x00\x83\x7d\x00\x83\xc2\x00\x60\xe0\xd8\x77\xa3\x1c\xc7\xb1\x6f\x4c\x2c\x2d\xba\x1e\xc0\x20\x93\xce\x9d\xbc\x00\x83\x71\xc8\x89\xf2\x8f\x41\x0c\xf6\xec\xb3\x61\x92\x05\x62\x30\x4a\x15\x49\xdf\x39\x0c\x62\x30\x4a\x15\xfa\xd5\xcf\x32\x88\x41\x26\x15\xca\x2b\x06\x31\x18\xc4\x50\xb4\xc9\x32\x88\x81\x63\xe9\x25\x91\xd0\x10\x83\x51\xaa\x38\x0b\xe3\x43\x17\x4a\x15\x67\xe1\x7a\xe8\xf2\xec\xa4\x94\xce\x30\x83\x51\xaa\x38\x09\x49\x98\xc1\x9e\x5d\xf8\xe7\xbe\x84\x15\xcc\x70\x30\x09\xc1\x0c\x32\x1f\xa5\x4b\x03\x1a\x0c\x68\x60\x03\x6e\x40\x83\x4c\xaa\x94\xe8\x0c\x68\x30\x4a\x15\x7c\xd1\x35\xa0\xc1\x28\x55\xec\x89\x18\x68\x90\x09\x9f\x9e\x0d\x68\x90\x49\x65\xeb\x4c\xa9\x42\xe6\xa3\x64\x6a\x80\x84\x4c\x2a\x94\xd4\x0c\x90\x30\x4a\x15\x14\xf9\x0d\x90\xb0\xb1\xf5\x53\x5c\x01\x12\x36\xb6\x7e\xfd\xaf\x2f\xf5\x06\x67\x18\x9c\x41\xb5\xd3\xe0\x0c\xa3\x92\x01\x3f\x18\x9c\x21\x93\x4a\xe6\xd5\xc0\x19\x06\x67\x9c\x84\x09\x9c\x61\xbb\x92\x41\xc8\xc2\x19\xb6\xcf\x45\x69\x63\x6b\x70\x86\xcc\x79\x92\x8c\x60\x86\x81\x19\x37\xcb\x17\x98\x61\x60\xc6\xcd\x9b\x01\x33\x8c\x63\x51\x14\x95\x0d\xcc\x30\x0a\x19\x27\x93\x19\x98\x21\x13\x13\x83\x14\x02\x33\x64\x02\x65\x18\x32\xea\x72\x2c\x8a\x93\xd1\x06\x66\x18\x98\x71\x32\x51\x83\x19\x32\x11\xc5\xf4\x45\x3e\x61\x46\xdd\x6f\x0b\xcc\x90\x49\xe5\x64\x52\x01\x33\x6c\x63\xc6\xbe\x2f\xf2\x81\x19\x27\xd9\x08\x66\xc8\x7c\x14\xc7\x0d\xcc\x30\x8e\x45\x9d\x44\x22\x9c\x61\x70\xc6\xc9\xa2\x01\x67\xc8\x7c\x14\xd1\x0d\xce\x30\xdb\x5b\x16\x8d\x8f\x5a\x85\xc1\x1e\x99\xe7\x80\x3d\x6c\xb3\x87\x36\x93\x06\x7b\x18\xb5\x8a\xad\x01\xec\x61\xd4\x2a\x28\x66\x1b\xec\x61\xb0\x47\x26\x93\x61\x0f\xa3\x56\xc1\x71\x4a\x83\x3d\x64\xe2\x7a\xf8\xd0\xcf\x76\x31\x9b\xeb\xa1\x1f\xc7\xa2\x32\x8b\x0b\xec\x21\xf3\x51\xf8\x37\xd8\x43\xe6\xca\xaa\xb5\x1b\xe8\x61\x94\x2a\xb6\xa4\xa0\x87\x4c\xec\xf8\x74\x5b\xd0\x43\x26\xd6\x52\x5d\x0e\xf4\xb0\x8d\x1e\x37\x3e\xe4\x73\x4e\xf5\x30\x51\x83\x1e\xc6\xa9\xa8\x0f\x1f\xf2\x51\xaa\x38\xf5\x25\xd7\x60\x0f\xdb\xec\xc1\xae\x12\xf6\x90\x09\x0a\xc7\x87\x7c\xbe\x0f\xbe\xe3\x43\x3e\xd8\xa3\xb3\x90\xc0\x1e\x32\xf1\x1c\x7a\xbd\xb0\x87\x4c\x2a\x90\xaa\xc1\x1e\x46\xa9\x22\xef\xeb\x21\x1f\xa5\x8a\x7b\x3f\x1b\xf2\x6d\xf6\xd0\x17\x39\x83\x3d\x8c\x52\x45\x21\xfc\x60\x0f\xa3\x54\x71\xa2\x33\xec\x61\x6b\xef\xf8\x74\x5f\xd8\x43\x26\x55\x6a\xd9\x06\x7b\x18\xa7\xa2\xf8\x16\x69\xc0\x85\x6d\xb8\x60\x7c\xc0\x85\x4c\x3c\x87\x9e\x17\xb8\x90\x89\xf1\xe1\x43\x3f\x4e\x45\x9d\xfb\x1e\xe8\xc7\xa9\xa8\x8c\xa6\xc0\x85\x51\xac\xe0\xac\x87\x41\x17\x32\xa9\xec\x29\x07\xba\x90\x89\x34\xa2\x2f\xfa\x71\x2a\x6a\xef\x66\xa1\x0b\x7e\x43\xd5\x4e\xbd\x73\x7e\x43\x85\xf9\x38\x3b\xe2\xd0\x85\x97\xad\x55\x97\x2f\xe3\xe3\x04\xa3\xf6\x45\x0e\x5d\x38\x74\x91\x6f\xfa\x16\x7c\xa4\xaa\x76\xae\x0e\x5d\x38\xc7\x9e\xf8\x6e\xeb\xd0\x85\x43\x17\x59\xb3\xa9\x43\x17\x4e\xb1\x82\x67\x73\xe8\xc2\x3f\x8a\x15\x8c\xe5\xc6\x27\xba\x80\x88\x1c\xba\x90\x49\x27\x65\x27\x87\x2e\x1c\xba\xd0\xaf\xdc\x97\x43\x17\x32\x71\xdf\x22\x9f\xe1\xdb\x9c\xcb\xb3\x39\x3e\x48\xac\xf3\x1c\x0b\xdf\x2e\xca\xea\x79\xa1\x0b\xdf\x74\x71\xe2\x43\xbf\x4d\x17\x68\x05\x5d\x38\x74\x91\x35\x6d\xf0\x27\x04\x30\xb1\x77\xd5\x58\xa0\x0b\x87\x2e\xb2\xde\xa5\x43\x17\x5e\x77\xae\xea\x39\xa0\x0b\xdf\x74\x51\xb9\x07\xfa\xf1\x23\x8b\xdc\xf0\xa1\x5f\xe5\xd8\xd8\x85\x0f\xfd\x38\xf7\xc4\x39\x0c\x87\x2e\x1c\xba\xc8\xc4\x01\x74\xe1\x75\x17\xb5\xa5\x3d\x74\x21\xf3\x71\xae\xc8\xa1\x0b\xe7\xdc\x13\x67\x5b\x1c\xba\xf0\x5d\xad\x38\x78\x0e\xf4\xa3\x5a\x91\x75\xde\xc5\xe1\x0b\xa7\x5a\x91\xee\x5f\xc1\xf5\x0e\x7e\x38\xc7\xa2\x92\xb6\xcf\x0e\x7e\xc8\x44\x48\xe0\x43\x5e\xe1\x47\xd1\x8f\xd1\x97\x83\x1f\x4e\x39\x83\x55\xd7\xc1\x0f\x07\x3f\xf4\x57\x27\x96\x83\x1f\x4e\x39\x83\x43\xf3\x0e\x7e\xc8\xc4\x74\x2b\x29\xc1\x0f\x6f\xac\xba\xfa\x8a\xec\xa0\x86\x4c\xb4\xe3\x7a\x48\xb9\x4b\x17\x4a\x6f\x07\x35\x64\x52\xbd\x32\xed\x90\x92\x23\x50\x05\x79\x41\x0d\xa7\x36\x01\xba\x38\xa8\x21\x93\xca\x4e\x01\x50\xc3\xf7\xef\x2d\x08\x3b\x50\xc3\xf7\xef\x2d\x34\x75\x39\xa8\x21\x93\x8e\x5b\x7b\x74\x07\x35\x64\xa2\x9d\xee\x0b\x6a\xc8\xa4\xc2\x31\x17\x07\x35\x64\x22\x05\x14\xc6\xa0\x86\xef\xe2\x04\xaf\x15\xd4\xf0\x7d\x2c\x6a\x5f\x0f\xad\xc4\x1a\x95\xca\xbf\xc3\x1a\xce\xb1\x28\x0e\xbf\x3a\xac\xe1\xfc\xa0\xe2\x4c\x3c\x07\xfa\xf5\xad\x1f\xcf\x8b\x7e\xbb\x38\x71\x72\x0f\xf4\xdb\xac\x71\x71\x0f\xf4\xeb\x3b\x14\xd5\x17\xd6\x90\xb9\x39\x77\xec\xa0\x86\x73\x2a\xaa\x32\x3c\x50\xc3\x3f\x4e\x45\xe9\x71\x41\x0d\x7f\xf6\xa9\x1e\xdd\x16\xd4\xf0\x8d\x1a\x3a\xaf\xeb\xa0\x86\x3f\x5b\x16\xda\x21\x0b\xa8\xc1\xe9\x1f\x07\x35\x64\x52\xd5\x8f\xa8\x97\x83\x1a\x0e\x6a\x54\x6d\x46\x1c\xd4\x90\x09\x1f\xed\x90\xe5\xd9\x19\x8a\x0f\x59\x1e\x4a\xd7\xcc\x02\xa0\x86\x3f\x5b\x16\xc6\x87\x2c\x42\x8d\xa2\xbf\xc8\xb1\x1c\xd4\x70\x50\x23\x11\x42\xa0\x86\x83\x1a\x9c\x17\x77\x50\x43\x26\x55\xc8\xd4\x41\x0d\xa7\x3e\xc1\xde\xda\x41\x0d\x99\xf0\xd1\x17\xfd\x06\xab\x29\x69\x09\x6a\x38\x58\x51\xb7\x0f\xad\xf6\x09\x28\x5e\x2f\x58\xe1\xfc\x9e\x82\x4d\x9a\x83\x15\xce\xef\x29\x38\xad\xe8\x60\x85\x4c\xaa\xac\x7e\x0e\x56\xc8\xa4\x52\x09\x67\xb8\x41\xe6\xe3\x54\xa3\xc3\x0d\x32\x91\xbe\xdc\x17\xad\xe0\x06\xbe\xb6\x3a\xdc\x20\x13\xf7\x50\x3b\xb8\xc1\xe1\x06\x70\xcb\xe1\x06\x9f\x1b\x6b\x75\x5f\xb8\xc1\xf9\x3d\x05\xdf\xfe\x1c\x70\x70\x4e\x40\x9d\xda\xdd\x38\xe0\xe0\x73\x9f\x42\xd4\xfb\x00\x1c\x9c\x13\x50\x69\xb7\x23\xd6\x66\xfb\xf3\x09\x4b\x07\x1c\x64\xc2\x47\x3b\xf4\x9b\x5b\x3f\x7c\xe8\xb7\xc1\xa1\xf1\x1c\xe8\x07\x38\x70\x3a\xd3\x01\x07\xdf\x47\x9c\x2a\xcf\x81\x7e\xd4\x27\x12\xab\x10\xe0\xe0\x73\x9f\xe2\x94\x56\x80\x83\x4c\xf8\xf4\x3e\x00\x07\x99\x8f\xd3\x9e\x0e\x38\xb8\xed\xa3\x13\xea\x0b\x38\x38\xe0\x90\x88\x53\xc0\xc1\x37\x38\x30\x85\x01\x0e\x4e\x81\x22\x11\xa7\x80\x83\x6f\x70\x60\x2a\x01\x1c\x1c\x70\xa0\x90\xe8\x80\x83\x7f\x80\x03\xd7\x43\x3f\xc0\xa1\x91\xe7\x80\x83\x6f\x70\x50\x91\xc1\x01\x07\xe7\x90\x53\x26\xf7\x01\x07\xff\x38\xe4\xc4\x3d\xd0\x0f\x70\xd0\x1f\xb2\x59\x0e\x38\xb8\x6d\xfd\x68\x87\x7e\xb6\x73\x15\x0d\xd0\x0f\x70\x68\xcc\x11\x80\x83\xef\xa2\x05\xba\x40\x0e\xbe\x8b\x16\x02\x16\x87\x1c\xdc\xf7\x09\x50\xc5\x06\xe4\x20\x13\xd3\xb8\x74\x81\x1c\x1c\x72\x28\x3c\x2f\xe4\xe0\x90\x03\x75\x48\x87\x1c\x1c\x72\x68\xe4\x1b\xe4\xe0\x90\x03\xbf\x23\x72\xc8\x41\x26\xee\x41\x5f\xf4\xf3\x5d\xfd\xff\x8b\xd5\x3e\xe7\xff\x7f\xb1\x87\x2b\x64\x42\x35\x3d\x39\x5c\xe1\x1f\x47\xa0\x18\x01\xea\xfa\xf8\xf3\x39\x61\x7e\xe3\x8f\x89\x3d\x8d\x14\x87\x2b\x9c\x9a\x46\x62\x06\x81\x2b\x9c\x9a\x06\xa8\xe6\x70\x85\x7f\xd4\x34\xe4\x83\x2b\x64\x52\xe1\x07\xc9\x0e\x57\xf8\xda\xea\xea\xc9\xe1\x0a\x99\x68\xa7\x7b\xc0\x15\xbe\xf6\x4c\x28\xc5\xe1\x0a\xe7\x08\x94\xfe\xf6\xc1\x72\xb8\xc2\xf7\x19\xa8\x93\xfb\xa2\x2e\x45\x0b\x8e\xef\x39\x5c\xe1\x9b\x2b\x3a\x63\x41\xdd\xb5\xcf\x1d\xd3\x17\xfd\xe0\x8a\xbe\xc7\x82\x7e\x6b\xff\xda\x87\x76\xe8\xc7\x21\xa8\xbc\xfb\xa2\xdf\xda\xe7\x6b\xe9\x8b\x7e\x70\x45\xdb\xf7\x45\xbf\x5d\xb5\xa8\xe5\xff\x79\xab\xf1\xff\x7f\x7e\xbe\xbd\xfd\xe9\x6f\x27\xce\x3f\x7c\xff\xee\x5f\x7e\xe8\xef\x34\xea\x0f\x24\xbe\xcc\xd7\xe7\x2f\xfe\xa7\xbf\xf9\xf8\xed\xeb\xb7\xe8\xa5\xff\xfd\x9f\x00\x00\x00\xff\xff\xa6\xb9\x1e\x14\x1f\x52\x00\x00"); -func _accc ()(*asset ,error ){_efda ,_fea :=_cdde ();if _fea !=nil {return nil ,_fea ;};_dab :=bindataFileInfo {_b :"Adobe-KR-7",_ffe :1853,_ag :_ed .FileMode (436),_ac :_c .Unix (1580491445,0)};_add :=&asset {_abe :_efda ,_ece :_dab };return _add ,nil ; -};var _gd =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x44\xd3\xb1\xae\xd3\x4c\x10\x05\xe0\xde\x4f\x31\xe5\xfd\x8b\x9f\x78\x77\xbd\x5e\xaf\x84\xae\x84\x92\x82\x20\x5d\x40\x04\x2e\x48\x88\xc2\xb1\x27\x91\x25\xb2\xb6\xd6\x76\x91\xb7\x47\x73\x26\x98\x22\x9a\xf8\x8b\xe7\xe8\x14\x93\xdd\xfe\x78\x38\xa6\x61\xa1\xdd\xe7\x3c\x76\x27\x5e\xe8\x32\xa4\x3e\xf3\x3c\xae\xb9\x63\x3a\xf3\x75\x48\x45\x61\x2c\xf5\x43\xb7\xfc\x7d\xc4\xe8\x6e\xed\x54\x14\xbb\xd0\xfc\xff\x9e\xd6\x99\x1f\x8f\xfb\xe3\xe1\x74\x9f\x17\xbe\x1d\xd3\x65\x24\xa7\x6b\xfd\x3a\x3d\x56\x89\x76\x5f\xf8\x3a\xcc\x4b\xbe\xd3\xd3\xbb\x7e\x3c\xf3\x7f\xd4\xf3\x45\xfc\x53\xee\x39\x0f\xe9\x4a\x4f\x1f\xda\xa9\x4d\x66\xfb\xe1\xb4\x4e\xd3\x6f\xbe\x71\x5a\xa8\x84\x71\xea\x31\x8b\xdd\xfe\xa5\x9d\x3e\xb6\x37\x26\xa9\xf1\x0a\x84\xbd\x72\x9e\x87\x31\x91\x29\xdf\x94\x65\xfd\xcf\xbf\xde\x27\x26\xf3\x58\xfe\xf1\xed\x78\xa0\x9f\x86\x4c\x49\xd6\x3b\xef\x7e\x3d\xfc\xfb\xcb\xd8\x6f\x6f\xd9\xa0\xcd\xbb\xa1\xcf\x6d\xba\x72\xf1\xd6\x1a\x6b\x9f\x49\x86\x7b\xa6\xd0\x34\x41\xc8\x19\x90\xb3\xa0\x08\xea\x94\x58\x28\x1a\xa1\x4a\xdf\xaa\x3c\xa8\x02\xb5\x20\x7f\x06\x61\xb1\xd6\xb7\x64\x84\x68\x24\xbe\xb2\x20\x8c\x10\x4d\x03\x72\x4a\x0e\x14\x41\x5e\x49\xe2\xa3\x2d\x41\x41\x29\x80\x0c\x28\x2a\x45\x90\x15\xaa\x34\xab\x42\x96\x75\x42\xb5\x52\xad\x54\x81\x34\xbe\xd6\x78\x0f\xd2\xf8\x5a\xe3\x6b\x10\x2b\x31\x48\xda\x7b\x6d\xef\xb5\xbd\x6d\x40\x4e\x49\xe3\x23\xc8\x2b\x21\xde\x95\xa0\xa0\x84\x78\x67\x40\x51\x09\xed\x9d\xb4\xf7\xda\xde\x6b\x7b\x27\xed\xbd\xb6\xf7\xda\xde\x55\x20\x8d\xd7\xf6\xce\x83\x34\x5e\xdb\xbb\x1a\xc4\x4a\x68\xef\xd0\x3e\xe8\x62\xa8\x41\x8d\x5c\xdf\x76\x0c\xf2\x5d\xee\x7e\xbb\xc3\x6e\xcd\x99\xd3\x82\xab\xc7\xc5\xc9\x15\x0d\x89\xb7\x3f\xd4\x34\x4e\xb2\x85\xcf\x9f\x00\x00\x00\xff\xff\xc4\x5a\x5d\x5a\x7c\x03\x00\x00"); -func _dgf ()([]byte ,error ){return _g (_dfb ,"Adobe-CNS1-6")};func _bad ()([]byte ,error ){return _g (_efg ,"Adobe-GB1-1")};func _g (_gb []byte ,_db string )([]byte ,error ){_ef ,_f :=_ec .NewReader (_d .NewBuffer (_gb ));if _f !=nil {return nil ,_cf .Errorf ("Read %q: %v",_db ,_f ); -};var _ff _d .Buffer ;_ ,_f =_dc .Copy (&_ff ,_ef );_ab :=_ef .Close ();if _f !=nil {return nil ,_cf .Errorf ("Read %q: %v",_db ,_f );};if _ab !=nil {return nil ,_f ;};return _ff .Bytes (),nil ;};var _faabb =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\xdd\x51\xcf\xfd\x3a\x96\xe7\xf5\xfb\xf3\x2a\xfe\x97\xc3\xc5\x50\xdb\x4e\xe2\xc4\x52\xe9\x48\xa8\xbb\x47\x34\xa3\x61\x10\xcd\x00\x12\xe2\xc2\xf6\xde\xbb\x29\x89\x3e\xa7\x54\x55\x7d\xd1\xef\x1e\xe5\xf7\x49\x01\x42\x48\xa7\xae\x7e\x7a\xfc\x64\x27\xb6\x63\x2f\x2f\xc7\xfe\x7a\xfd\xee\xef\xfe\xf1\xef\xff\xf1\x97\x3f\xfc\xe5\xc7\xef\xfe\x87\x3f\xfd\xba\xfe\xe9\xf3\x97\x1f\xdf\x3f\xfc\xf2\xfe\xd3\xe7\xcf\xbf\xfe\xeb\x9f\xd6\xe7\xc7\xfc\xfc\xf3\x1f\x7e\xf9\xe9\xa7\x52\x7f\xbc\xff\xb0\xfe\xf2\xd7\x3f\x23\xeb\x5f\xc6\x1f\x7f\xfa\xe9\xfe\xfd\x3f\xfd\xdb\x9f\xff\xf2\xf9\x97\x7f\xfc\xe5\xfb\xeb\x8f\xcd\x75\xef\x7f\xfd\xe3\x73\xed\x8f\x1f\xbf\xfb\x1f\x3f\xff\xfc\x87\x3f\xff\xe5\x4f\xff\xf6\xe3\xdf\xfd\x37\xef\x5f\xe7\xe7\xbf\xfa\xf1\xfe\x7c\xef\xf4\xff\xfc\xa7\xf7\xe7\x4f\x7f\xf8\xe5\x9f\x7f\xfc\xbb\xff\xf8\xeb\x9f\x3e\xa3\xfc\xdf\xff\xf8\xa7\x7f\xfd\xe3\x1f\xff\xcf\xcf\xbf\x7c\x7e\xf9\xcb\x8f\x92\xb4\xcf\x2f\xef\xe8\x4f\xbf\xfb\xbb\xff\x34\xfe\xf8\xdf\x8f\x7f\xf9\xfc\xf8\xdd\x7f\xfc\xa7\xbf\xfb\xf7\xff\xdd\xaf\xff\xc7\x98\xff\xfe\xbf\xcd\xff\xf2\xaf\xff\xf9\xf3\xa7\x3f\xff\xe1\xd7\x5f\x7e\x94\xd7\x7f\xfd\x7a\xb5\xff\x27\xfd\x7f\xfa\xb7\x3f\x7e\x9e\x7b\xfd\xf4\xbb\xff\xf2\x8f\x7f\xff\x9f\xbf\xdf\x3f\x7f\xfe\xf2\xe3\x68\x2f\xd7\xfc\xaf\xff\xe5\x1f\xff\xfe\xc7\xff\x56\x7e\x94\xd7\x8f\x7a\xec\xa5\xfc\xef\xcf\xa5\xff\xcb\x7f\xfa\xf5\xfd\xf9\xe1\xa2\x9f\x76\x45\x5a\xbf\xbe\x3f\x7f\xfe\xe3\x58\x9f\x3f\x8d\x5f\xfe\xf9\xf3\xd3\x8f\x1f\xbf\x7f\xbd\x7e\xfe\xf1\xe3\xc7\xef\xaf\xd7\xcf\xf7\x5f\xd7\xbe\x97\x9f\x7f\xfc\xfe\xef\xb7\xff\xf0\x0f\xf9\xfb\xef\xaf\x2d\x7f\xff\xc3\xf3\xf7\x3f\xbc\xf2\xf7\x7f\xe8\xf7\xdf\x9f\x5f\xde\xff\x9f\xfb\xfd\x54\x3c\xe6\x97\x5f\xff\xf2\xfe\x7c\xa5\xe5\x09\xbf\x2f\xdf\x9f\x7f\x94\xfb\x17\xff\xef\x7f\xfd\x54\x5e\xaf\x27\x5f\x7f\x78\x3f\x57\xd7\xfb\xea\xf3\x73\x5f\x7d\xe7\xa6\xfe\x9c\x4c\x5d\x3f\xff\xd8\x8e\x2b\x29\x3d\x29\x47\xf9\xf9\xc7\xd6\xda\x9d\x72\x6c\x52\xb6\x9f\x7f\x6c\xe7\x91\x94\x5d\xca\xfd\xab\xf3\x4c\xca\xf3\xab\xf7\xcf\x3f\xb6\x6b\xbb\x53\x5a\x49\xca\x2d\xdb\x95\x3b\x5f\x52\xae\xa4\xf4\x3b\x65\x48\xb9\x65\xeb\xaf\x3b\x65\x49\x59\x49\x49\x0e\x3f\x52\x3e\x49\xa9\x3f\xfd\xfe\x3a\x52\x83\x64\xeb\xf7\xb3\x0e\xcf\x8a\x6c\x7d\xbf\x53\x3c\x2b\xb2\xf5\x3b\xcf\x87\x67\x1d\x9e\x75\x97\xeb\xf0\xac\xc3\xb3\xee\x52\x1c\x9e\x75\x78\xd6\x9d\xe7\xe6\x59\xcd\xb3\xee\x3c\x37\xcf\x8a\xec\xaf\x3b\xcf\xcd\xb3\x22\xfb\xeb\xce\x73\xf3\xac\xc8\xfe\xba\xf3\xdc\x3c\x2b\xb2\xbf\xee\x3c\x37\xcf\x8a\xec\xaf\x3b\xcf\xa7\x67\x45\xf6\xd7\x9d\xe7\xd3\xb3\x4e\xcf\xba\xf3\x7c\x7a\xd6\xe9\x59\x77\x9e\x4f\xcf\x3a\x3d\xeb\xce\xf3\xe5\x3e\x11\xef\xf4\x72\x9f\xab\xd5\x9f\x7f\x94\xd7\xd5\x92\xb4\x49\xda\x7f\xfe\xd1\xb7\x6d\x4b\xd2\x21\xe9\xc8\x55\x7e\xd8\x24\x9d\xb9\xea\x48\xd2\x25\x69\xe6\xaa\x9e\xa4\x95\xa4\xf3\x95\xab\xee\x5c\x5d\xa7\x27\xde\x52\x5e\x79\x49\xd7\xe9\x89\x67\x4f\xd2\x9e\xa4\x21\x69\xdc\x3f\xdc\x6b\x92\xa6\xa4\xf7\xcf\x3f\x4a\x49\x6d\x5e\xca\x7c\x5d\x35\x49\xf9\xe1\xe5\x5e\x57\x72\xbf\xe7\xf6\x97\xdc\xdf\x52\x4a\x2a\xeb\xba\xe4\xfe\xba\x72\x55\x72\x7f\x75\x49\x3d\x57\x25\xab\x97\x4c\xf4\xe4\x7e\x4f\xb1\xbb\x27\xde\x52\x8a\x4a\xed\x9e\x78\x4b\x29\xaf\x14\xbb\xef\x92\x92\x89\x23\xb7\xef\x32\xd1\xcf\xfb\xaa\xf2\x4a\x92\xfa\xea\xef\x5c\x95\x7c\x79\x65\xd7\x48\x81\x4a\x72\x3f\xdc\x7e\xe4\x5e\x2d\x35\x31\xdc\x6b\xa4\x40\x25\xb7\x1f\x0a\x34\x52\xa0\x96\x9a\x18\x0a\x34\x52\xa0\xe2\xf6\x0a\x34\x4b\xae\x4a\x19\xa7\xdb\xcf\xdc\x3e\x7d\xf8\x9a\x6e\x3f\xdd\xde\x55\x6e\x7f\x4b\xd7\xaf\xaf\x79\x4a\x52\xa0\xd4\xc4\x54\xa0\x99\x02\x9d\x49\xd2\xba\x23\xa5\x94\x54\xce\xaa\x92\xf2\xc4\x2b\x59\x5d\x9e\xb8\xf2\xc4\x9a\xca\x59\x9e\xb8\x52\xa0\x2b\x4f\x5c\x0a\xb4\x52\xa0\x9a\x06\xb0\x14\xe8\x9d\x02\xc5\x4e\x5c\x6f\x05\x7a\x27\x13\xe9\xaa\x97\x0e\x75\x7d\x52\xab\x35\x55\xf8\x71\xd5\xe7\xce\xc4\xee\xa5\x7d\x64\xe2\x23\x13\xc9\xd7\x47\x26\x3e\x77\x23\xdf\x4b\x9e\xf8\x51\xc6\x8f\x4c\xa4\xbe\x3e\x32\x71\x4b\xdf\xbd\xb4\x8f\xb6\x7a\x4b\x29\x35\xb9\xff\xe8\x0a\xdf\x57\xae\xca\xed\xbf\xf2\xf5\x4d\xe5\xd4\x64\xf5\x2b\x5f\xdf\x34\xa6\x9a\x7c\x7d\x35\xa6\x6f\xb2\xaa\x0a\xbf\xb2\xfa\xbd\xee\xab\xb6\x14\xfb\xab\x72\xbe\xc9\x84\x2a\xfc\xca\xc4\x37\x1d\x66\xbb\x9f\xd8\x19\x80\x48\x29\xe9\x8f\x9d\x9d\xef\x7b\x6e\x9f\xca\xe9\xfb\x21\x29\x35\xb1\x5d\x49\x6a\x92\xae\x5c\x75\x24\xa9\x4b\x4a\x4d\x6c\x3d\x49\xa9\x89\x7e\xa4\x8c\x29\x50\x3f\x3c\xf1\xc8\x13\xf7\x57\x92\x36\x49\x29\xe3\x5e\x92\xb4\x4b\x4a\x26\x62\x4d\xfa\x21\x13\x47\xda\x57\x2c\x40\x3f\x2e\x49\xef\x5c\x75\xb7\xe8\xce\x7e\xf5\xe6\x5e\xf9\x61\x73\xaf\xd8\xaf\xdd\x0f\xd9\xaf\x48\x29\xe9\xc8\x9d\xfd\xea\xb1\x5f\x7b\xec\x44\x67\xbf\x7a\x4b\x81\xf6\x14\xa8\x29\x50\xec\xd7\xee\xf6\xec\x57\xa4\x94\x23\xb9\x67\xbf\x22\xa5\x1c\x35\xa3\xf3\x5f\x47\xd5\xff\xbf\x81\xf6\xea\xa7\x3c\x9e\xc9\xe3\x91\x3c\x9e\xf2\x78\xa6\xbc\x47\x32\x74\xca\x50\x8c\xe0\xfe\x24\x4d\x49\x69\x58\xb1\x19\xfd\x5c\x92\x52\x2b\x92\xd8\xc5\x48\x29\x47\x5e\xf3\xe5\x35\x5f\x9e\x98\x2a\x60\x17\x3b\xbb\xf8\x24\xa9\x95\xd8\xc5\xbd\xa5\x70\xec\x62\x67\x17\x8f\xd4\x0a\xbb\xd8\x6f\x23\xd8\xf7\x18\x9b\xce\x08\x76\x46\xb0\xe5\x35\x33\x82\x91\xbe\x9f\x29\x23\x23\x18\x29\xc5\xed\xbb\x27\xc6\x08\xee\x67\xca\xc8\x08\x76\x46\x30\x16\xaf\x33\x82\x3d\x46\x70\xbf\xf2\x43\x46\xb0\x33\x82\x32\xc1\x08\xf6\x91\x77\x7a\xb9\x97\x2a\x64\x04\x5b\x5e\x20\x23\x18\xe9\xfb\x25\x49\xad\x8e\xd4\x6a\xec\x62\x1f\x6a\xf5\x96\xbe\x67\x60\xec\xe3\x2d\x29\xfd\xa9\xa5\xbe\xc6\x47\xd2\x37\x57\xe5\x87\xf3\x95\xa4\x99\xba\x6f\xa9\x2f\x36\x36\x52\xca\x99\xdc\x4f\x95\x33\x15\xc8\x55\x0a\xc4\xec\xaa\x2f\x66\x37\xd2\xf7\x98\xb7\xce\xec\xf6\x99\xae\xaf\xbe\xa6\x37\x14\xb3\xbb\xc7\x35\xea\xcc\x6e\x5f\xa9\xc2\x58\xf5\xbe\x64\x22\x66\x77\x8f\x9b\xd3\x99\xdd\xce\xec\xc6\xaa\x77\x66\xb7\xc7\xec\xee\xb1\x9e\x9d\xd9\xed\xcc\xee\x29\x49\x15\xde\xd2\x8f\x97\x27\xaa\xc2\x95\x2a\x3c\x53\xa0\xa5\x0a\xdf\xaf\x5c\x95\x02\xbd\xe5\xeb\x9d\xca\xb9\x52\x20\xf6\x3a\x52\x8a\x57\xfb\x56\x39\xb7\xf4\x23\x43\x71\x7f\xcb\xea\x3b\x59\xbd\xdc\x4b\x56\x6f\xe9\x47\x86\xe2\xfe\x56\x39\xef\xf4\x21\x0d\xe0\xad\x01\x64\x38\x38\x62\xe8\xbb\xe1\x20\x52\x4a\x06\xa0\xfe\xd1\x3b\x32\x1c\x1c\x19\x51\xbb\xe1\xa0\x1b\x0e\x34\x13\xc3\x41\xbf\x87\x80\x7e\x64\xc8\xeb\x1f\x95\x63\x38\xd0\x4c\x0c\x07\xfd\xb6\xea\xfd\xc8\x30\xd5\x59\xf5\xce\xaa\x6b\x26\xac\x7a\xbf\x2d\x79\x3f\x62\xe8\xfb\xd7\xed\xbf\x72\x9f\xdb\x7f\xe5\xfe\x9b\xdc\x6f\xf7\xbd\x06\x13\x3e\xf6\xbc\xda\xb4\x89\xb1\x6f\x92\x92\xfb\x58\xf5\xc1\x84\x0f\x26\x3c\xce\xf1\x60\xc2\x47\x4c\xf8\x11\x7b\x3d\x98\xf0\xc1\x84\xc7\x17\x1b\x4c\xf8\x88\x09\x3f\x62\x3d\x07\x13\x3e\x98\xf0\xb8\x67\x83\x09\x1f\x4c\x78\xbc\xe8\xc1\x84\x47\xfa\x11\xeb\x39\x98\xf0\x48\x29\x69\x72\xe3\x90\x89\x23\x2f\xed\x48\xee\x8f\x53\x52\x8a\x1d\x6f\x7b\x30\xf4\x23\x86\xfe\x88\x8d\x1d\x0c\x7d\xa4\x94\x34\xcc\xd1\xaa\xa4\x3c\x31\x56\x6e\x30\xf4\x83\xa1\x8f\x57\x3e\x18\xfa\xd1\x52\xec\x58\xa6\xd1\x14\x3b\x86\xbe\xbe\x24\x29\xf6\x99\x97\xd6\x52\x13\xac\x7a\xa4\xd4\x34\xf2\xc1\x6c\x47\xfa\x71\x4a\xf2\xc4\x5b\x4a\x4d\x23\x1f\xa7\x27\xc6\x20\x1f\xe9\xc8\x83\x41\x1e\x71\x54\x6b\xbc\xfc\xc1\x51\x1d\x31\xc8\x47\xba\xc2\x60\x90\x23\xa5\xc6\xcf\x1f\x0c\xf2\xb8\xce\x5c\xe5\x5e\x2a\xe7\x9a\xb9\x2a\xb5\x7a\x2d\x49\xdf\x5c\x95\x37\xd4\x63\x86\x46\x1c\xd5\x1a\x7f\x73\xb0\xd1\x91\x52\x4b\xee\xc5\x46\x47\xfa\x91\x26\x37\xd8\xe8\x48\xa9\xf1\x66\x06\x1b\x1d\xe9\x47\x8c\xd5\xe8\x5e\xda\xed\xc2\x96\x5a\x3c\x51\xad\xc6\x92\x1f\x1a\x26\x4b\x3e\x62\xc9\x6b\x5c\xd0\xc1\x92\x8f\x58\xf2\x43\xcb\x61\xc9\x23\xa5\xa6\x5b\x0d\x96\x7c\xc4\x9d\x3d\xb4\x09\xee\x6c\xa4\xd4\xb8\x41\x83\x25\x1f\x71\x67\x9b\xf7\xc8\xd4\x8e\xdb\x88\xf6\xf6\xba\x7e\x7b\x28\x1e\x6c\xec\x88\x1f\x5b\xab\x9b\xa8\xe1\x18\xd4\x16\xb7\x6f\x30\xa8\x91\x52\xe3\x25\x0d\x7e\xec\x88\xef\xd9\xe2\x26\x0f\xb6\x6c\xc4\x70\xb5\x4c\x9d\x06\xc3\x15\x29\xb5\x4a\xf2\xc4\x98\xa4\x16\x67\x67\x30\x49\x23\x1e\x6a\x8d\xef\x39\x78\xa8\x23\x26\xa9\xc5\x41\x19\x4c\x52\xa4\xd4\x9a\xea\x64\x92\x46\x4c\x52\xdb\xdd\x4b\x45\xc5\x24\xd5\xf8\x9e\x83\x49\x1a\xf1\x3d\x5b\xfc\x9f\xc1\xf7\x8c\x94\x5a\x25\x79\x62\xac\x54\x8d\x49\x1a\xac\x54\xa4\xb7\x4c\x64\x06\xdf\x33\x52\x6a\x7c\xcf\xc1\x70\x8d\x58\xa9\x16\x0f\x64\xb2\x52\x91\x52\x63\xb8\x26\x47\x73\xc6\x4a\xb5\x0c\xd8\x93\x95\x8a\x94\xba\xd5\x24\x35\x49\x29\x50\x86\xe2\xc9\x4a\x45\x4a\x4d\xad\x4e\x56\x6a\x1e\xa9\xfb\xf3\xce\xc4\x64\x92\x66\x6c\x46\xcb\x30\x35\xd9\x8c\x99\xc9\x6d\x8d\x03\x3c\x4d\x6e\x67\x6c\x46\x4b\x53\x9e\x6c\x46\xa4\xd4\x78\x95\x93\xcd\x98\x71\x0e\x5b\x46\xd4\xc9\x39\x9c\xb7\x9d\x28\x35\x36\x76\xb6\x0c\x79\x33\xce\x61\x8b\xf5\x9c\x9c\xc3\x48\xa9\xf1\x76\x27\x33\x32\x99\x91\x78\xbb\x93\x19\x89\xf4\x16\x2b\x35\x99\x91\xc9\x8c\xc4\xec\x4e\x66\x24\xd2\xcf\x97\x7b\x9d\x92\xd2\x56\x77\x4f\x94\xaf\x18\x9b\x33\x56\x6a\x32\x36\x91\x52\xf7\x14\x9b\xf7\x37\xe3\xb1\x9d\x19\x51\x27\x6b\x30\xd3\x5d\xcf\x34\xcc\xa9\xbb\x4e\xdd\x35\x8d\x69\xea\xae\x33\xdd\xf5\x54\x85\xba\xeb\xd4\x5d\xf7\xdc\x4b\x77\x9d\x71\xbc\x4e\x55\xc8\xf1\x9a\xba\x6b\x9a\xdc\xd4\x5d\x23\xfd\xdc\x24\xa9\xc2\x38\x5e\x35\xc3\xc1\xe4\x78\xcd\xdb\x8d\xea\x67\x86\xa9\x39\xe5\x2b\x2e\x55\xcd\x70\x30\xf5\xf3\x48\xa9\x71\xa0\x27\x97\x2a\xd2\x4f\xc5\xe6\x52\x45\x4a\x8d\x03\x3d\x75\xf7\x48\x3f\x95\x91\x4b\x35\xe3\x52\xd5\xc3\x0f\x35\xb9\x39\x73\x55\x0a\x34\x9f\x7c\xad\x5c\x25\xe9\x2d\x29\x55\x98\x21\x6f\x69\xf7\xcb\x17\x96\xa4\x68\x84\xab\xc9\xe9\x99\xa4\x5d\x52\x72\x9a\x52\x2f\x8d\x70\x69\x84\x4d\x52\x93\x74\xe5\xaa\x92\xa4\x2e\x29\x95\xda\x24\x0d\x49\xa9\xd4\x64\x7e\x69\x97\x91\x52\xe3\x3f\x2f\xdf\x61\x56\x9a\xea\x99\x7e\xbc\x34\xd5\xa5\xa9\x66\xc4\x5b\x9a\xea\xd2\x54\xd3\x43\x97\xa6\x1a\xe9\xa7\x7c\x69\xaa\x4b\x23\x6c\xee\x75\x49\x4a\x26\xe4\xcb\x44\x25\x52\x6a\x9c\xe5\x75\x3e\x99\x48\x75\xb9\xbd\xa6\xba\x8c\x8b\x71\x96\x97\x71\x71\x5d\x9e\xd8\x92\xe4\x89\xc6\xc5\x0c\xbb\xcb\xb8\xb8\x32\x51\x39\xdd\xde\x44\x25\x52\x6a\x86\xdd\x65\xa2\xb2\xf2\x01\xe7\xf4\x43\x1f\x70\x96\x71\x31\xfe\xf3\xd2\x13\x96\x71\xf1\x4c\xbe\x8c\x8b\x91\x7e\xc6\x98\x2c\xe3\xe2\xca\x07\x9c\x1a\x97\x7a\xf9\x80\xb3\x74\xa1\xf8\xbc\x4b\x17\x5a\xba\x90\x1f\xea\x42\x2b\x63\xd9\x19\x47\x72\x19\xcb\x96\xce\x91\xb1\x7f\xe9\x1c\x2b\x63\xd9\x19\x93\xb3\xb4\xf1\xa5\x79\xc5\x4c\x2c\xc3\xd0\xca\x98\x73\x65\x54\x5f\xc6\x9c\x95\xd1\xe4\x8a\xb9\x5f\x46\x93\xf5\x49\x81\xe2\x52\xaf\x8f\x02\x65\x34\xb9\xd2\xf7\x96\xd1\x64\x19\x4d\xe2\x34\x2c\xa3\xc9\xca\x68\x72\xa5\xef\x2d\xa3\xc9\x32\x9a\xc8\xbd\xd1\x64\x65\x34\xb9\x62\xab\x96\xd1\x64\x19\x4d\xe2\x06\x2f\xa3\xc9\x32\x9a\x5c\xe7\x6f\x8f\xc4\xcb\x60\x13\xe9\x97\xee\x64\xb0\x59\x71\x89\x6b\xfc\x93\xc5\x25\x5e\x19\x6c\xae\x74\x9e\xb7\x4e\xf7\x8e\x4b\x5c\x53\x77\x6f\x2e\xf1\x3b\x83\xcd\x95\xde\xfa\x36\xd8\xbc\x0d\x36\x31\xd7\x6f\x83\xcd\x3b\xce\xee\x95\x19\xf0\x9b\xb3\x1b\x29\x35\xce\xee\xdb\xc8\xf2\x8e\x67\x7b\xa5\x91\xbe\x79\xb6\x91\x52\xe3\xc5\xbc\x8f\xe7\x5e\xb7\x61\xb9\xd2\xd6\xde\x3c\xdb\x48\xa9\xf1\x7f\xdf\x3c\xdb\x77\x46\xa9\x2b\x8d\xf4\xcd\x40\x44\x4a\x8d\xaf\xf3\xe6\xd9\xbe\x63\x20\xae\xb4\xa2\x37\x03\xf1\x66\x20\xba\x24\x4f\x8c\x81\xb8\xf2\x9a\xdf\x0c\xc4\x9b\x81\x48\x93\x79\x33\x10\xef\x78\xb6\x57\x5e\xf3\x5b\x3f\x7f\xa7\x53\x5f\x99\x1c\xbc\x75\xea\xf7\x3d\xd8\x94\x2d\x83\xcd\xdb\x60\xf3\x4e\xa7\xbe\xd4\x84\x4e\x1d\x29\xdb\xcb\x0f\x97\xa4\x14\x48\xbe\x74\xea\x48\xd9\xe2\xec\xbe\x8d\x3f\xef\x8c\x3f\xdd\xed\xf5\xba\x77\x3a\x4f\x8f\x6f\xf8\xd6\x79\xde\xe9\x3c\x5b\x3e\xe7\xbe\x75\x9e\x77\xc6\x9f\x9e\xd6\xfd\x36\xfe\x44\xca\xf6\xf2\x43\x35\x71\x4b\xef\xf1\x5c\xde\x43\xee\x6f\x29\xdb\xcb\x0f\xd5\x7d\x3a\x62\x8f\xe7\xf2\xd6\x11\x23\x65\xcb\x1c\xf2\xad\x23\xbe\x33\xfe\xf4\x78\x2e\x6f\xe3\x4f\xa4\x6c\x99\x43\xbe\xf5\xcd\x48\xd9\xd2\x11\xdf\xc6\x9f\x48\xef\xe9\x62\x6f\xe3\x4f\xa4\x6c\xc5\xbd\x64\x35\xe3\x4f\xdf\xdc\x4b\x56\x67\x32\x11\xbf\xfc\x3d\x9f\x4c\xa4\x72\xe2\x47\xbc\x75\xfd\x77\xa6\xf4\x5b\xa6\xa8\x6f\x53\xfa\x77\x26\xeb\x3d\x23\xde\xdb\x64\x3d\x52\xb6\x38\xa5\x6f\x93\xf5\x77\x6c\x46\xd7\x61\xd8\x8c\xf7\xed\x94\xf6\xae\xdd\x73\x4a\xdf\x99\x3a\x6f\x45\x92\xfa\x8a\x65\xe9\xb1\xea\x6f\x96\xe5\x1d\x3f\x75\x8b\xb3\xfc\xe6\xa7\xbe\x33\xdd\xed\x71\xd8\xde\xdf\x27\x29\x65\xcc\xa4\xe5\xfd\x55\xc6\x74\xe4\xad\x4a\x72\xfb\x74\xe4\x1e\x9b\xf1\xd1\x91\x23\x65\x8b\x4f\xf2\xe1\x35\x7e\xd2\x91\x7b\xda\xea\x47\x47\x8e\x94\x2d\xce\xf2\x47\x47\xfe\xc4\x6b\xec\xe9\x8f\x1f\x5e\x63\xa4\x6c\x55\x52\x6a\xe2\x93\xee\xde\xd3\x56\x3f\xba\x7b\xa4\x6c\x71\xa9\x3f\xba\x7b\xa4\x6c\x69\x72\x1f\x73\xdb\xcf\xdd\xb7\xcb\xeb\x95\x99\xd9\x47\xe7\x8e\x94\xad\xba\xd9\x25\xe9\xed\xb2\xa4\xe9\xdd\x91\xb2\xa5\x69\x7e\xf4\xee\x8f\x15\x90\x57\x26\x4f\x1f\x5d\xf2\x73\xfa\x69\x1a\xe7\x47\x3f\xfa\x64\x70\xdc\x9e\x24\x97\xdd\x83\x63\x79\xbd\xe2\x4d\x7e\x8c\x8e\x91\xb2\xc5\x89\xfe\x18\x1d\x3f\xf7\xe8\x78\x5f\x96\x8a\x34\x3c\x46\x8a\x65\x9d\x8f\xe1\xf1\x73\x4f\x1b\xef\xcb\x52\x7a\xf3\xc6\x4f\xc6\xc7\x2d\x0e\xdf\x47\x4f\x8d\x94\x6d\x73\x95\x0a\xe9\xf2\x11\xff\xeb\x63\x80\x8c\x14\x6b\x3d\x1f\x13\xc7\xc8\x7d\x59\x1e\x6a\xe6\xf8\xc9\xcc\x71\x4b\x37\xf9\x98\x39\x7e\xba\xc2\xc7\x89\xf9\xb0\x05\x91\xb2\xa5\x07\x7c\x86\x7a\x1b\x4a\x15\xef\xea\xa3\x03\x7f\x74\x60\xf5\xa1\x03\x7f\xa6\xea\x8d\x07\xf1\xd1\x5d\x3f\xe9\x88\xaf\x57\xc6\xf8\x8f\x9e\xf8\xc9\xc4\xcf\x12\xd3\xc7\xc4\xef\x33\x65\x24\x5f\xc4\x3e\xfa\xdd\x47\xbf\x4b\x27\xfb\xe8\x77\x9f\xa5\xf4\xf9\xce\xf4\xf1\x2d\x2d\x52\x36\x55\xe9\x5b\xda\x67\xc9\x6f\xc6\xce\x8f\xfe\xf9\xd1\x3f\x77\x0f\x90\xdf\xf7\xcb\x65\xa9\x11\xdf\xc9\x22\xc5\xca\xd3\x47\x9f\x8d\x94\x2d\xa3\xe3\xc7\x77\xb2\xcf\x5b\xa9\x34\x7b\xfd\x38\x52\xb6\xf4\xf6\x8f\xaf\x62\x9f\xb7\x52\x65\x84\xf9\xe8\xc8\x91\xb2\x1d\xe5\xb7\x47\xe7\x8f\x4f\x64\x9f\x4f\x0a\x6d\xb1\xed\xc3\x85\x88\x94\x4d\x2b\xe0\x42\x7c\x3e\x97\xcb\x3c\x4c\xa1\xe3\x43\x6c\x5a\x01\x1f\xe2\xf3\x4d\xa1\xad\x87\x7d\x38\x11\x91\xb2\x69\x05\x2c\x49\xa4\x58\x48\xfb\xf0\x12\x3e\x59\xd5\x78\x59\x9e\xfa\xb2\x1b\x5f\x76\x23\xa3\xfd\x97\xdd\xf8\xa6\x63\xbf\x2c\xc1\x7c\xf5\xec\xaf\xfe\x59\xd2\x2d\xbe\xfa\xe7\x37\x73\xc4\x2d\xee\xf9\xd7\x1c\xf1\xdb\x94\x34\x19\xf9\x1a\x7e\x23\x85\x63\xff\x35\xfc\x46\xee\xcb\xf2\xd4\x76\x4a\x4b\x9b\x8a\xbb\xfc\x35\x71\x8c\xdc\x97\x79\x42\x97\x96\x0a\x89\x65\xfd\x1a\xa6\x23\xf7\x65\x57\xd2\xa6\xb4\x0c\xb7\x71\xe4\xbf\x1c\xf9\x6f\xfb\xba\x2c\x19\x39\xd3\x65\xbf\xb1\x27\x5b\x3c\xf9\x2f\x73\x12\x29\x5b\x7c\xf4\x2f\x4f\x3e\x52\x5e\xe5\xb9\x4c\xa9\x32\xeb\xb4\xa4\xff\x35\xeb\x8c\xdc\x97\xa5\xf0\x3c\x81\x48\xb1\x6c\xf8\xe5\xf1\x7f\x4f\xd9\x7d\x9e\x20\xbb\xbc\x83\xf8\xe4\x5f\xde\xc1\x97\x59\xf3\xcd\xfc\xcb\xac\x7d\xbb\x37\x93\xc9\xfb\x97\x89\xf9\xb2\x00\xbe\x90\x7e\x59\x80\x2f\x6f\x20\x6e\xd7\x97\x37\xf0\x1d\xca\x10\x0b\xfe\xe5\x0e\x7c\xb9\x03\xf1\xbb\xbe\xdc\x81\x2f\x43\xe1\x03\xdf\x97\xa1\xf8\x32\x14\x71\xbc\xbe\x0c\xc5\x77\xbe\x5c\x96\x1a\x31\xd4\x7f\x0d\xf5\xa7\x24\x0f\x35\xd4\xc7\x74\x7c\x0d\xf5\x91\xf2\xf2\x75\xed\x6b\xac\xff\x1a\xeb\x33\x3f\xf8\xb2\x30\x91\xfb\xb2\xe4\xcd\x60\xff\x65\x75\xce\x54\x39\xab\xf3\x65\x75\xf2\x61\xae\xbf\xd2\xa2\x49\x1a\x48\x7f\x35\x29\x4d\x36\xce\x24\xed\x92\x9e\x6c\x5c\x49\x3b\xa4\x25\x1b\xf7\xd4\xa2\xbf\xd2\x50\xfb\x2b\x8d\xf2\x95\x4f\x67\xfd\x95\x56\xd9\x5f\x9a\xd6\xe5\x01\x2b\x49\xa7\xea\xa8\x49\x3b\x3d\x54\xd3\xba\x2d\x58\x7f\xa5\x69\x91\xb2\xdd\xc3\x76\x7f\x9d\xf2\xa1\x69\xe5\xc3\x54\x7f\x9d\xf2\x91\x35\xfd\xac\xdf\xf6\x57\xd6\xf4\xc9\x7d\x99\xb4\x29\x2d\xf9\xe8\x29\xfa\xf9\xe4\x63\xb9\x2c\xa5\xba\x1b\xd0\x23\x25\x3b\x3b\xfa\xeb\x92\x35\xa3\xe3\xed\x9e\xf6\xd7\x25\x6b\xd7\x93\x8f\x14\xf4\x92\x0f\xa3\x63\x4f\xd6\x2e\xf5\x61\x74\xcc\xc7\xa9\xfe\xca\xe8\x48\x4a\xb6\x7c\xf4\xd7\x25\xbb\x5d\x7d\x6c\x79\x42\xf7\x50\xa3\x63\x4f\xd6\xba\x87\x1a\x1d\x7b\x9e\xd9\xd5\x87\xd1\x31\xdf\x7c\xfa\xab\xcb\x47\xa6\x8f\xd9\x1d\xd2\x5f\xdd\x3b\xd0\xe8\xf3\xd1\xa7\xbf\x86\x07\xa4\xd1\x67\x3b\x48\x7f\x0d\x0f\x18\xcf\xdd\xf2\xd0\xe1\x6e\x69\xf4\xd9\x11\xd2\x5f\x43\xa9\x9e\x46\x7f\xe4\x09\x43\xa9\xd2\xe8\xb3\x4d\xa4\xbf\x86\x52\x3d\x8d\xfe\xc8\x13\xa6\x87\xa6\xd1\x67\xef\x48\x7f\x4d\x0f\x7d\x9a\x6e\xcb\xdd\xd2\x74\x49\xc9\x86\x92\xfe\x9a\x8a\xf0\x34\xdd\x96\x3a\x5a\xee\x96\xb1\xeb\x55\xcf\xfc\xf4\xed\x76\x86\xa0\xaa\x39\x7c\x5c\xf7\x51\xd4\x54\xdc\xc7\x65\x99\xb8\xbe\xaa\xfa\xfd\xa8\xcc\x8c\x31\x59\x83\xef\xaf\x8f\xa2\x1a\x63\xaa\x3a\xff\x28\x6a\xc6\x98\x2c\xc2\xf7\xd7\x47\x51\x3f\x69\x6f\x99\xae\xf4\xd7\x47\x7b\xfb\xac\x5c\x96\xfc\x7e\xb4\x2d\x43\xd1\xa6\xce\xbf\xf2\x96\xa1\x68\x2f\xa9\xb8\xaf\xbc\x65\x28\xda\x4b\x4a\xf0\x95\xb5\xef\xee\x97\xd2\xbc\x99\x38\xba\xbb\x2e\xf9\x55\x49\xdf\xe5\x32\x69\xcf\x43\xef\x0a\xd9\xd3\xd7\x8a\x2e\x5f\x32\x8b\xcd\x42\x7c\x2f\x99\xc5\xf6\xb2\x7b\x40\x4a\x55\xe2\xfd\x92\xb2\xd7\xfd\x37\x47\xee\x5e\xe2\x1c\xf7\xb2\x5f\xee\x72\x24\xad\x4b\x4b\x75\x55\x49\xa9\xae\x72\xa8\x87\x64\xbd\x1c\xf2\x94\x51\x74\x4f\xc7\x2e\x87\x3c\xc5\x3d\xde\xd3\x89\x4b\xdc\x63\x52\x5e\x9b\xbb\x1d\xb2\x19\xf7\x38\x5b\x01\x7a\x89\x7b\xdc\x8b\xe1\x77\x73\x37\x56\xad\x64\xf8\xdd\xd3\x15\x4b\xf3\x00\x56\x2d\x0e\x6d\x2f\xac\x5a\xa4\xec\x5b\xea\x81\x55\x2b\xc6\xd5\x78\xaa\xbd\x34\xa5\xca\xb8\xba\x3f\x49\x4a\xc5\xaa\xc5\x2d\xed\x85\x55\x8b\x94\xec\x36\xe8\x85\x55\x8b\x94\x6c\x2d\xe8\x85\x55\x2b\x19\x1c\x5f\xf1\xfc\x7a\x39\x3d\x34\x23\xe1\xfe\xdc\x4c\xa9\x6c\x5e\x8a\xe7\xd7\xcb\xf9\x3c\x74\xe4\xb2\x9e\xa4\x29\x49\xe1\xd3\x8b\x0b\x13\x16\x29\xfb\xed\xe3\xf6\x92\x89\x72\x2f\x4c\xd8\xed\x98\xdd\x7f\x28\x7c\x4c\xd8\xbe\x4b\x92\x0f\x63\x68\x7c\xa5\x5e\x18\xa2\xc2\x9c\x64\x34\xef\x85\x39\x29\xcc\x49\x2c\x4c\x61\x4e\x0a\x73\x62\x20\x29\xcc\x49\x61\x4e\x94\x94\x39\x29\xcc\xc9\x76\xa6\x0c\xcc\x49\x61\x4e\xf6\xd4\x1b\x73\x12\x29\xaf\xed\xf2\x04\x45\xcd\x47\xdd\x5d\x85\xe4\xa3\x6e\x2f\xac\x4e\xb6\x01\xf6\xc2\xea\x14\x56\x67\x4f\x3e\x58\x9d\x48\xd9\xd5\xd1\xf4\x16\x0c\xb5\xd9\x2e\xd8\xcb\x94\xdd\x29\xbb\xc9\xda\x94\x5d\xf6\x2a\x7b\x08\x7b\x61\xaf\x0a\x7b\x15\x83\x58\xd8\xab\x32\xb3\x45\x2d\x1b\x86\x7a\x99\x4f\xde\xd2\x15\xd5\x38\x13\x16\x29\xd9\x78\xd1\xcb\xf2\x62\xf8\xfc\xc6\x9b\xb2\xe4\x23\x3e\xff\xee\x25\x2c\xf9\xe0\xf3\x1b\x48\xca\x52\x6d\xf1\xf9\xf7\x23\xd5\xb6\x54\x1b\x1b\x69\x38\x28\x6c\x64\xe1\xcd\xb3\xaf\xe5\xed\x76\xf1\xe6\xb3\xb7\xa3\x97\xb7\x52\x31\xa5\x0c\x62\x61\x4a\xcb\xd7\xed\x74\x5d\xf6\xaa\xf0\x93\xb5\xf2\xca\xc4\x44\xca\x7e\xbb\xa2\xbd\xc6\x4f\xee\x95\x89\xf1\xb6\x2a\x13\x53\x99\x98\xdb\x15\xed\x95\x0d\xa9\x6c\x88\x3a\xaf\x6c\x48\x65\x43\x0e\x49\x29\x57\x65\x43\xb2\xb1\xa5\x57\x36\xa4\xb2\x21\x19\x49\x2a\x1b\x52\xd9\x90\xb8\x37\x95\x0d\xa9\x6c\xc8\x73\x37\x36\x24\x52\xf6\xe6\x66\xf2\xc1\x86\x3c\x77\x63\x43\x2a\x1b\x72\x3b\xb6\xbd\xb2\x21\x95\x0d\xd9\x5b\x8a\xc0\x86\x54\x36\xa4\xa5\x3e\xd8\x90\xca\x86\xec\xa7\xbb\x29\x15\x1b\x92\x5e\x54\xd9\x90\x6a\xc2\x9e\x4d\x2a\xbd\x32\x18\x95\xc1\x68\xa9\x4a\x06\xa3\x72\x83\xb2\x4b\xa5\x57\x6e\x50\xa4\x3c\xf9\x60\x43\x2a\x0f\x7b\x4f\x97\xa9\xf1\xb0\x49\xd9\x5b\x0a\xcf\xae\x54\x06\x23\xbb\x59\x7a\x65\x30\x6a\x7c\x9e\x27\xbb\x7c\x9e\x7a\x3d\x0f\xcd\x4f\x19\x8c\xca\x60\x9c\x79\x00\x83\x51\xaf\xf8\x80\xd9\x24\xd2\xeb\xe5\x09\xf1\x79\x9e\x52\xf1\x79\x2a\x9f\x67\x8f\xa3\x55\xf9\x3c\x91\xb2\x9f\xa9\x37\xa6\x26\x52\xf6\x33\x75\xc4\xe7\xa9\x7c\x9e\x23\x2d\xba\xf2\x79\x22\x65\x8f\xa5\xa9\x5d\x3e\x7c\x11\xc8\xd6\x91\x5e\xbb\xc2\x73\x8d\xce\xd4\x11\xd7\xa8\xb2\x65\xd9\x3b\xd2\x2b\x5b\x16\x29\x7b\x0c\x52\x1d\x1a\xaf\xa9\x7e\xf6\x80\xf4\xca\x86\x54\x53\xfd\xa3\xee\x49\xf3\xd4\x58\x87\x3d\x4e\x71\x65\x1c\x2a\xcf\xe5\xc8\x38\x56\x75\xfb\xaa\xdb\x7b\x7f\xba\x7d\xd5\x51\x8f\x0c\x29\x55\x47\xad\x7a\x60\x36\x31\xf4\xaa\x07\x46\xca\xf3\x4e\x3f\x7e\x6a\xc2\x7c\x68\xe5\x1f\x35\xc2\x99\xb9\xb6\xdf\x1e\xbc\x2b\x5f\xa7\xf2\x75\x8e\x78\x58\x95\xaf\x53\xf9\x3a\x97\x24\x2f\x8e\x13\x73\x68\x8f\x9c\x98\xca\x89\x89\xf3\x5e\x19\x85\xca\x89\x89\xf3\x5e\x39\x31\x95\x9d\x38\xee\xf9\x4d\xdf\xd8\x89\x8d\x2b\x12\x6f\x6d\xe3\x8a\x6c\x0c\x40\xf6\x18\xf4\x8d\x01\xd8\x18\x80\x34\xbd\x8d\x01\xd8\x18\x80\xec\x02\xe8\x1b\x03\xb0\x31\x00\x4f\x92\xbb\x31\x00\x69\x8d\x1b\x03\xb0\xf9\xc6\x96\x35\xff\xbe\xe5\x1b\x1b\x29\x7b\x66\x07\x1b\x27\x62\x63\x00\xb2\xe8\xdf\x37\x06\x60\x63\x00\xd2\x68\x37\x06\x60\x63\x00\x5a\x5c\xdf\x8d\x01\xd8\x18\x80\x7e\x24\xa9\x49\xba\x5c\x76\x25\x4d\xa9\x32\x35\xca\x46\xa9\xbe\x99\x1a\x6d\x9c\x88\xec\x08\xe8\x1b\x27\x62\xe3\x44\xc4\x07\xdd\xd8\x84\x48\xd1\x05\x36\x36\x61\x63\x13\x5a\x3c\xc9\x8d\x4d\x88\x14\x5d\x60\x63\x13\x36\x36\x21\x9b\x09\xfa\xc6\x26\x6c\xb7\x1d\x28\xba\xc0\x76\xca\x5a\x66\x4b\xaf\x16\x3b\xbf\x9d\x4f\xde\x56\x2e\xcb\x7b\x31\x5b\xda\x98\x8e\x16\xef\x72\x63\x3a\x22\xe5\xc8\x8c\x61\xe3\x6b\x6c\x4c\x47\x8b\xc7\xb9\x31\x1d\x91\x72\xa8\x36\xa6\x63\x33\x5d\x6a\xd5\x4f\x65\x24\xa6\x23\x3b\xb4\xfa\xc6\x74\x6c\x5c\x92\x16\x8f\x6f\x63\x27\x36\xdd\xb8\xc5\xad\xda\x74\xe3\x2d\x2e\x89\x2e\xbb\x71\x49\x36\x2e\x49\x8b\x2b\xb0\x71\x49\x22\xe5\x28\xa9\x4b\x2e\xc9\xc6\x25\x69\x19\x83\x36\x2e\x49\xa4\x1c\x5e\x0c\x97\x64\xe3\x92\xb4\x8c\x41\x1b\x97\x24\x52\x8e\x22\x49\xbd\x71\x49\x5a\x06\xf9\x8d\x4b\x12\x29\x47\x91\x24\x6f\x71\x49\x8e\x4c\x18\x36\x2e\xc9\xc6\x25\x69\x19\x1f\x37\x2e\x49\xa4\x64\x03\x59\xdf\x18\x9d\x8d\x4b\xd2\x32\xa2\x6d\xac\x4e\xa4\x1c\x5a\x03\x97\x64\xe3\x92\xb4\x8c\x68\xdb\x7c\xf2\x96\x77\xaa\x35\x4c\xef\x94\xbd\xca\xf6\x89\x0e\x18\x21\x9b\x14\x3d\x61\x6f\x72\x7b\x25\x69\x97\x24\xb7\x19\xf7\x76\x3d\x21\x52\xb2\x45\xad\xef\x7a\xc2\xee\x23\x41\xcb\xb8\xb7\xfb\x48\xb0\xb7\x64\x23\xed\x63\x6f\x6f\x49\x5f\x97\xe5\x09\xf9\xfe\xd4\xf7\xf4\x04\x96\x74\xd7\x13\x76\x3d\x21\x13\xf1\x5d\x4f\xd8\x9f\x9e\x70\xe6\xa1\x7a\xc2\x1e\xdf\xf9\xd8\x5e\x49\x1a\x92\x96\xcb\xf2\x50\xed\x39\x52\x8e\x78\x32\x88\x91\xbe\x67\x24\x3c\xd2\xb0\x76\x23\xe1\xfe\x34\xe7\xd3\x65\x1e\xa0\x39\x6f\xc9\xad\xe6\xbc\x3f\xcd\x39\xa3\xd2\xae\x39\xef\x9a\x73\xfc\xf5\x5d\x73\xde\x8d\x84\x2d\x63\xc6\x6e\x24\x8c\x94\x63\x97\xe4\xa1\x19\x09\x8f\xf8\xe6\xbb\x91\x70\x37\x12\xb6\x58\xcf\xdd\x48\xb8\x67\x88\xcb\xae\xba\xbe\x1b\xe2\xf6\xa7\x6f\xc4\xb1\x45\xbd\x90\x72\xc4\xc1\xde\x0d\x71\xbb\x21\xae\xc5\xef\xdc\xb5\xc9\x5d\x5b\x38\xd3\x39\xe0\x31\x7d\x37\x50\x9d\xde\xa9\x81\x6a\x37\x50\x9d\x8a\x6f\xa0\xda\x3f\x32\x9c\x8a\x33\xc3\xde\x0d\x54\xd9\xc7\xd0\x77\x03\x55\xa4\x1c\x4f\x92\x8a\xfb\xa4\x85\x64\xdb\x42\xdf\x3f\x0a\x91\x91\xe8\x78\x92\x54\x9c\x59\xf7\x99\xee\xb7\x9b\x75\xef\x99\x75\x1f\x4f\x92\x77\x6a\xc0\x3a\xd3\xfd\x76\x03\x56\xa4\x1c\xf1\xa7\x77\x03\x56\xa4\x1c\xf1\x9d\x77\x03\xd6\x6e\xd6\x7d\xc6\x8b\xdd\xcd\xba\x23\xe5\x88\x9f\xbc\x7f\x65\xf7\xdb\x5c\x96\xc2\x67\x15\x8a\x94\xe3\xf9\xa5\x12\x64\x2b\xfd\xeb\x4c\x2f\xdd\xbf\x9a\xc3\x57\xa9\xfc\x52\xa9\xbe\xe9\xa5\x67\x7b\xfd\xf6\xc8\xbd\x7f\x97\x9f\x28\xb4\x1b\x3f\x85\xf6\x42\xe2\xd1\x62\x96\xfa\x91\xb1\x36\xfb\x13\xfb\x61\xac\x3d\xf8\xe4\x67\x3c\xda\x83\x4f\x1e\x29\xc7\xf3\xcb\x26\x49\xd6\xd3\xb3\x0f\x43\x72\xa4\x1c\xcf\x2f\x93\xf5\xc3\x90\x9c\xbd\x12\xfd\x30\x24\x47\x0a\xa7\xe2\x30\x24\x47\xca\xe1\x66\x86\xe4\x83\x4f\x7e\x9e\xd2\xe4\x23\x43\xf2\x11\x33\x71\x18\x92\x0f\x43\xf2\x19\x77\x10\x77\x45\xca\x11\x87\xf6\xc8\xb2\x57\x3f\x18\xa2\x33\x3e\xd2\xc1\x10\x1d\x0c\x51\x1c\xda\x83\x21\x3a\x0c\xc9\xd9\x2f\xd1\x0f\x43\x72\xa4\x64\xdf\x65\x3f\xf8\xe4\x07\x9f\xfc\x4c\xf7\x39\x58\x9d\xc3\x8c\xfd\xcc\xd0\x7d\x18\x59\x8f\x78\xd6\xd9\x8c\xd9\x0f\x9e\xf5\x61\x78\xcc\xc6\x8a\x8e\x0a\x23\x85\x13\x74\x18\x1e\x0f\xf6\xe4\xca\x90\x79\xb0\x27\x07\x7b\xa2\x42\xd8\x93\xc3\xb8\x77\x65\x40\x3b\x58\x85\x43\xdf\xbe\x6a\xca\xa5\x6f\x1f\xc6\x3d\x95\x64\xdc\x3b\x8c\x7b\x57\xbe\x7e\x1c\xc6\xbd\xc3\xb8\x17\x67\xf8\x30\xee\x1d\x59\xca\x7e\x5d\xf9\xfa\x71\x0c\x65\x30\xee\xc5\x19\x3e\x8c\x7b\x87\x71\xef\x8a\x99\x3c\x8c\x7b\x87\x71\xef\xf2\x80\x25\x69\xb9\x4c\x46\xde\xd2\x62\x60\xbd\x99\xec\x6c\xef\x87\xe1\xf1\xca\xa7\x8e\xc3\xf0\x78\x18\x1e\x33\x23\x39\x98\xa2\xc3\xf0\x18\xaf\xf0\x30\x3c\x1e\x86\xc7\x2b\x66\xf2\x30\x3c\x1e\x86\x47\xef\xd4\xf0\x78\x18\x1e\xaf\x98\xce\xc3\xf0\x78\x18\x1e\xe3\x9e\x1e\x86\xc7\xc8\x7d\x59\xf2\x36\x35\x87\x2c\x98\x1f\x97\xac\x29\xfc\x54\xf8\x5d\xde\x14\x7e\x2a\x7c\xaa\xd2\xc0\x7a\xb0\x9c\x57\xbe\x74\x80\xfd\x48\xc9\xee\xd6\x7e\xf0\xfa\x8f\xf5\x14\x21\x19\x31\xd9\x8f\x14\x8e\xed\x61\xb2\x7f\xac\x27\x6f\x7e\x2a\x6f\x99\xec\x1f\xf1\x6c\x0f\x93\xfd\x83\x69\xbe\x62\xfe\x0e\xa6\xf9\x60\x9a\x2f\xdd\x9e\x69\x8e\x94\x23\xde\xee\x61\x0e\x71\x98\xd8\x5f\x5a\x3e\x93\x78\x7c\x1f\x18\x2f\xc5\x67\xec\x22\xe5\x88\x07\x7c\xb0\x75\x07\x5b\x73\x25\xc3\x98\x45\x52\x8e\x8c\x25\xcd\xfc\xbf\xb1\x35\x57\xdc\xee\xc6\xd6\x34\xb6\x26\x8e\x72\x63\x6b\x1a\x5b\x93\x1d\x1c\xbd\xb1\x35\x8d\xad\x49\x6f\x6b\x6c\x4d\x63\x6b\x7a\xbe\xa5\x36\xb6\xa6\xb1\x35\x1e\xc0\xd6\x34\xb6\x26\x9f\x79\x1b\x5b\xd3\xd8\x9a\x9e\x31\xad\xb1\x35\x91\x72\xa4\x9f\x36\xf3\xff\xc6\xd6\xf4\x38\x7c\xb8\x4b\x52\xcc\x08\x1a\x5b\xd3\x1e\xc8\x30\x4b\x1e\x8d\x75\x68\xba\x7d\x4f\xff\x00\x68\xf6\x16\x37\xa2\xc5\x15\x6f\xdc\x88\xa6\xdb\xf7\xbc\xfb\xa6\xdb\x47\x4a\x53\x2a\xdd\xbe\x71\x23\x7a\xbe\x55\x35\x6e\x44\xa4\xb4\xb8\xe2\x8d\x1b\xd1\xb8\x11\x3d\x5f\x97\x1a\x37\x22\x52\x5a\xec\x4a\x63\x30\x22\xc5\x6c\xa5\x71\x23\x1a\x37\x22\x9b\x34\x7a\xe3\x46\x44\x4a\x8b\xdb\xdd\x4c\xa8\x9b\x09\x75\xcf\x30\xd3\x4c\xa8\x23\xc5\xa4\xa6\xf1\x36\x1a\x8b\xd4\xd3\xde\xb0\xa8\xa4\xb4\x7c\x80\x6f\xbc\x8d\xc6\xdb\xe8\x31\xef\x4d\x17\x6f\x26\xd4\xd9\xce\xd1\x9b\xce\x1b\x29\xcd\xcb\xd2\x77\x9b\xae\xd5\xd3\xc7\xb1\xad\xa4\x98\x36\x35\x5d\xab\xe9\x0c\xd9\xd0\xd1\x9b\xce\xd0\xf2\x95\xab\xbc\x64\xd8\x67\xae\x48\x69\xc5\x65\xca\xf0\x7e\x00\xd0\xa4\xe9\x33\x91\xd2\xe2\xb1\x37\x7d\xa6\xc5\x9d\x29\xaf\x38\xc1\x8d\x3b\x13\x29\xad\xfc\x0d\x1f\xcd\x1b\x6f\xa7\x65\xde\x5d\x5e\xf1\xa7\x9a\x79\x77\xa4\xb4\x38\xf9\x8d\xb7\xd3\x20\x7c\xaf\x7c\x6d\x68\x3a\x68\xa4\x98\xf2\x35\x3e\x4b\xa4\x94\x57\xbe\x69\x37\x3e\x4b\xa4\x98\xf2\x35\xdd\x38\x72\x5f\x96\xe2\xe8\xc7\x91\x62\xca\xd7\xf8\x2c\x0d\xd8\xf7\xca\x47\x09\x88\x30\x29\x2d\x0d\xfe\xd4\xb5\xcf\xdd\x43\x63\x88\x4f\x5d\x3b\x52\x5a\x95\xd4\x24\x29\x69\x4c\xe7\xa9\x6b\x47\x8a\x09\xe4\xa9\x6b\x9f\xe9\xda\x25\x9b\x45\xfa\xa9\x6b\x47\x8a\x09\xe4\xa9\x6b\x9f\x87\x22\xc4\xaf\x3b\x4d\xe3\x23\xa5\x55\x49\x97\x24\x45\x88\x2b\x86\x69\xee\x67\xa6\xf1\x2d\x55\x79\x9a\xc6\x9f\x4d\x11\xe2\xcf\x9c\x7c\x86\x48\x69\x59\x45\x38\xf9\x0c\x67\x26\x2f\xf7\x5c\x2b\x69\x9e\xd0\x14\xc1\x03\x14\x21\x6b\xec\xb7\xef\x9f\xb4\x29\x6d\xe6\xb2\xd4\x9b\xd9\xfe\x79\x2a\x69\x1c\xa6\xd3\x6c\x3f\x52\x5a\x66\x2a\x27\x7b\x12\x29\x2d\x83\xf7\x69\x8e\x13\x29\xb7\xc7\x9d\x34\xd9\x8d\x53\xd2\xf2\xe6\x4f\x3e\x49\xe4\xbe\x2c\x25\x35\xdb\x8f\x94\xa0\x03\xfd\xe4\xa7\x9c\x0f\xf0\x1c\x6f\x03\xe5\x4d\x4a\xf3\xe6\xf9\x29\xe7\x5f\x91\xe4\x64\x84\x3d\x39\xbb\x9f\xc6\xe8\xc2\xc1\xfb\x19\x07\x24\xd8\x41\x3f\x39\x20\x67\x1c\x10\x38\x73\x3f\x39\x20\x91\xd2\x36\xbf\x94\xdf\x01\xf5\x4d\x77\x3f\x39\x20\x67\x1c\x90\xb6\xf9\xa5\xea\x8d\xcb\x50\x4a\xfa\xe7\xc9\x65\x88\x94\xa6\x09\xb2\x27\x91\xd2\x32\xee\x9f\x5c\x86\x48\x81\x09\xf7\x93\xcb\x70\x66\xe0\x6f\xbb\x9b\x69\x95\x31\x31\x38\xe1\x0e\x69\x27\xd9\xe8\xd0\x21\xed\x1d\xd2\xde\xd2\x4e\x21\xed\xfd\xd2\x8c\x42\xed\x76\x4c\x3b\x29\x61\x22\x3a\xa6\xbd\x87\x63\x2f\xb0\xdd\x7e\x71\x3d\x2f\xcd\x28\x43\xfc\xa5\x19\x5d\xda\x47\xf0\xdb\x8e\x6a\x27\xa5\x1d\x92\x3c\x54\xfb\x88\xe5\xbf\xb4\x8f\x4b\xfb\x08\x7f\xdb\x2f\xed\xe3\xf2\xe2\xe3\x1c\x5c\x5e\xfc\x95\x39\x30\x00\xb7\x5f\xe6\xc0\xe8\xf7\x90\x18\x1d\xfd\xde\xd1\xef\xc1\x2e\x3a\xfa\xbd\x87\x7e\x2f\x25\x3b\x5c\x3a\xfc\x9d\x14\x5f\x2b\xe0\xef\x3d\xf8\x7b\x81\xcd\x76\xfc\x3b\x29\xbe\x56\xe0\xdf\x7b\xf8\xf7\x82\x9b\xed\x00\x78\x52\x7c\xad\x00\xc0\x93\xd2\xf2\x9d\x13\x00\x4f\x4a\x29\xb2\x6b\xf0\x42\xc0\xb7\xcc\x60\x10\xf0\xfd\xd2\x4c\x8b\x22\x68\xa6\x17\x7e\xb2\xb8\x4e\x93\xb9\x9e\x17\x1f\x77\x17\x59\xde\xaf\xf7\x43\x96\x27\x27\x06\x92\xcb\x08\x51\x33\x40\x82\xbf\x3b\xf8\xdb\xe7\x0f\xf0\x77\xbf\x8c\x10\xf6\x4d\xa0\xbf\x49\x09\x77\xd2\xd1\xdf\xfd\x32\x04\x54\xcd\xcd\x10\x00\xff\xf6\xf9\x03\xfe\x4d\x0a\xc4\xa7\xe3\xbf\x7b\x98\xef\xd2\x32\xfd\xb9\x4c\x78\xc3\x7f\x17\x8c\x4f\x07\x80\x93\xe2\x93\x08\x00\x9c\x14\x9f\x3f\x00\xe0\xa4\x60\x75\x3a\x02\xbc\x5f\x46\x85\x18\x9a\xcb\xa8\x70\x65\xbe\x89\xdf\xe9\xd7\xf7\x79\x68\x5a\x4d\x26\x1d\x10\xf0\x1e\xec\xbb\xf8\xfc\xd1\xcd\x37\xbb\x81\xc2\x4e\x07\x0c\x38\x29\x2d\x35\x8e\x01\xef\xdd\x40\x11\x52\xa6\x83\xc0\x49\xf1\x95\x04\x04\xde\xbb\x81\xa2\xe6\x6b\x0a\x0a\x9c\x94\x16\x13\x85\x02\x27\xa5\xc5\xab\x40\x81\x93\x52\x6a\xba\x2e\x0c\xbc\xc3\xc0\xdb\xdf\xf2\xc5\x1c\x25\xde\xbb\xa1\x25\x80\x4a\x87\x89\x93\xd2\x32\xb1\xe8\x5c\xc4\x87\xe3\xb6\x11\x02\xc8\xdd\x83\x62\x17\x3c\x42\xef\x8c\x75\xa4\xf8\x9a\xd3\xd9\xea\xce\x30\x07\x35\xe8\x90\xeb\xde\x59\xe1\xaa\xc2\x74\x8c\xae\x79\x67\x03\x78\x07\x37\x77\x70\xb3\xaf\x3e\xe0\xe6\xde\x59\x61\xdb\x08\xd0\xcd\xa4\xb4\x34\x6e\x74\x73\x0f\xd1\x5c\x6c\x43\xee\xdd\xe7\x4f\x78\x73\x40\xa5\x0e\x6f\xee\x0f\x7f\x9c\xed\xc4\x1d\x80\xdc\xc3\x11\x17\xfb\x76\x3b\x90\x98\x94\xd6\x5d\xa6\xe6\x74\xb3\xec\xac\xed\x48\x62\x52\x02\x39\xf5\xce\x85\x0b\x23\x5c\x6c\x4c\xed\x20\x61\x52\x7c\xa5\x02\x09\xf7\x87\xf5\xb5\xf2\x0e\xf6\xed\xfd\xfd\x1c\x49\x70\xf7\x46\x38\x2e\x29\xad\x4b\xf2\x04\x5e\x55\x36\xf4\x75\x0c\x6d\xef\xcf\x69\x06\xa9\x74\x2c\x2c\x29\x2d\xf5\x3b\x38\x3d\x43\x5b\xb6\xd2\x0c\x86\x25\xa5\x65\x30\x04\xc3\xf6\x87\x69\xb5\x8d\x09\xd4\xda\x87\x86\x63\x77\x0f\xec\xb4\x8f\xf3\x39\xbe\xe0\xae\x74\x60\x68\x1f\x5e\xbf\x5d\x11\x00\xcf\x0e\xf0\x6c\x7e\xca\x16\x0f\xb6\xd8\x66\x01\x84\x27\x29\x61\xba\x3a\xc2\xb3\x0f\xb6\xd8\x66\x81\xc1\x16\x47\x4a\xa0\xae\x3e\xd8\xe2\x20\x9e\xe5\x59\xca\xc7\x78\x76\x8c\xe7\xf9\x92\xe4\xa1\x99\x0e\x3c\x4b\xe8\x58\x4d\x52\xce\x4c\x4b\x06\xc3\x3b\xb4\x4c\xeb\xb4\x60\xcd\x3e\x34\x1c\xcb\xbe\x70\xca\x3e\xb4\x08\x8b\x7f\x50\x48\x52\xce\x97\x24\x95\xee\x55\x5b\x57\xc2\x42\xf6\xe1\x55\x5b\xbf\x80\x39\x92\x72\x66\x9a\x33\xbc\xea\xc1\x16\xfb\xe6\x8e\x73\x24\x25\xb4\x5a\xc7\x39\xf6\xc1\x16\xfb\x72\x0e\x74\x24\xe5\x8c\xf3\x02\x74\xec\x83\x91\x3d\xe2\x48\x20\x1d\x49\x39\xbd\x41\x6d\x09\xe9\xe8\xfb\x29\xd2\xb1\x0f\xae\xf7\xe1\xa5\x72\xbd\x23\xe5\xcc\xf4\x65\x30\xb2\x43\x2b\xf4\x65\x1b\xeb\xd8\xa7\xb6\xe4\xfb\x34\x1a\xb1\x4f\x6d\xc9\x27\x4f\x38\x62\x87\x23\x9e\x45\x92\xcb\x38\x26\xbe\xd7\xe1\x11\x49\x39\xb3\xe2\x80\x47\xec\x93\x7f\xeb\xe3\x1c\x20\xb1\xcf\x38\x26\x67\x91\x94\xd2\x4f\x8e\x89\x45\x40\x44\x22\x29\x67\x91\xe4\xa1\xa7\xd2\x5f\x49\xda\x25\xc9\x47\x3c\x52\x48\x22\x29\x67\xaa\x12\x92\xd8\xa7\x96\xef\xfb\x17\xda\x90\x94\x33\xa6\x05\x6d\xd8\xa7\x96\xef\x43\xd1\xd4\xf2\xa7\x96\x9f\x19\xc5\xd4\xf2\xa7\x96\xef\x73\xcf\xd4\xf2\xa7\x96\x9f\x19\xc5\xd4\xf2\x27\x2f\xc4\x07\x9a\xc9\x0b\x99\x5a\x7e\x86\x5c\x3c\x23\x29\x67\x6c\xd7\xe4\x85\x4c\xad\xdc\x17\x0a\x8c\x23\x29\x67\x3c\xc1\x69\xd2\x3b\xd9\x5f\xb3\x6f\x90\x23\x29\x67\x95\x24\xbb\xec\xaf\xf9\xf2\x64\x7f\x51\x8e\x67\x1c\x46\x94\x63\x9f\xbc\x60\x33\x57\x00\x23\x29\x67\x06\x70\x00\x23\x29\xa7\x76\xc4\x0b\x9e\xbc\x60\x73\x38\x04\x23\x29\x67\x4c\x2d\x82\x91\x94\x67\x0e\x07\x61\x24\xe5\xcc\x5c\x64\x32\xe6\x53\xd7\x35\x87\x43\x27\x12\x1b\x84\xd0\x89\x7d\x69\x93\x99\x9d\x2c\x6d\x72\x69\x93\x66\x4e\xf0\x44\x52\x82\x81\x76\x78\x62\x5f\x9c\x65\x33\x27\x7c\x22\x29\x67\x3a\x02\x3e\xb1\x2f\x6d\xf2\x9e\xff\xfc\xe6\x00\x8e\x4c\x24\x25\x34\x69\x47\x26\x92\x72\xc6\x94\x22\x13\xc9\x7d\xe3\x3c\x5f\x93\x0d\x8e\x58\xac\x77\x2c\x4b\xa6\x38\xc4\x67\x06\x02\x44\xec\x01\x11\xcb\x19\x53\x0a\x44\xec\x40\xc4\xc0\xa3\x1d\x88\xd8\x97\x56\x1c\x02\xbb\x23\x11\x49\x09\x17\xda\x91\x88\x7d\x69\xc5\x41\xb0\x3b\x14\x91\x94\x33\x1e\x08\x14\xb1\x2f\xad\xd8\x7c\x03\x8b\x48\xca\xf9\x24\x79\xa8\x56\x9c\xe9\x06\x16\x91\x94\xc7\xf5\x07\x23\x76\x30\xa2\xa5\x18\x30\x62\x5f\x1a\xbb\xe9\x00\x1a\xb1\xa3\x11\xad\xb1\xa0\x11\xfb\x7a\x1a\x7b\xdc\xeb\xa5\xb1\x2f\x8d\xdd\x03\x34\xf6\xf5\x9c\x62\x92\x15\x02\x3c\x62\x5f\x4f\xfb\x8c\x37\xb9\xb4\xcf\xa5\x7d\x7a\xe8\x7c\x7e\xaa\x7d\xe6\x13\xf6\xd2\x3e\x97\xf6\x99\xd9\xfe\xd2\x3e\xd7\xd3\x3e\xe3\x30\xc1\x1b\xfb\x32\x8e\xb4\x7c\x43\xc2\x37\xf6\x65\x1c\x31\xca\x01\x1c\xfb\xfa\x28\x57\x9e\xc0\xa7\x5f\xc6\x91\x33\xe3\x08\xc2\x91\x94\xc0\xab\x1d\xe1\xd8\x97\x71\x84\xd9\x84\x38\x92\x12\x7a\xb5\x43\x1c\xfb\x32\x8e\xb0\x91\x18\x47\x52\xac\xdd\x60\x1c\x49\xb1\x4e\x03\x62\x24\xe5\x31\x30\x28\xc6\x8e\x62\x3c\xd5\xa5\x71\x64\x71\xd6\x19\x98\xc5\x59\x8f\x94\x33\xd6\x1b\xd9\xd8\x91\x8d\x96\x6e\x90\x8d\xfd\xcd\xc1\xd1\xd7\xa1\x8d\xa4\x9c\x59\x46\x81\x36\xf6\xf7\xfe\x9c\x13\xb3\x25\xad\x4b\x4b\x41\x4f\xbf\x4c\x41\xdf\x9c\x75\x9d\x0d\x02\x49\xca\x19\x47\x0b\x02\x49\xca\x99\xe9\xc6\x9b\xb3\xfe\xe6\xac\x9f\xbb\x34\xf9\x38\xe4\x63\x4f\x92\x7c\xf8\x1e\xa4\x67\xe1\x22\x49\xb1\xac\x84\x8b\xec\x6f\xe3\x65\xb8\xec\x0e\x8c\xec\x6f\xb6\x29\xcd\xed\xcd\x36\xbd\xd9\xa6\x40\xd1\x1d\x19\x49\x4a\x58\xdd\x8e\x8c\xec\x6f\xb6\x49\xc3\x87\x46\x92\x12\x58\xb7\x43\x23\xfb\x9b\x6d\xd2\x7a\xdf\x8c\xcf\x9b\xf1\xc9\x84\x06\x2e\x49\xca\x99\xc9\xcb\x9b\xf1\x79\x33\x3e\xde\x3c\x84\xb2\x07\x9b\x2c\x96\xb7\xde\x26\xf2\x6f\xe3\xa5\x37\x8f\x8e\x24\xc5\xf2\x16\x3a\xb2\xbf\x59\x9a\xe7\xfd\xb1\x34\x6f\x96\x26\x63\xe3\x9b\xa5\x79\x9b\x62\x3c\x6f\x81\xbd\x78\xb3\x17\x99\x9d\xbc\xd9\x8b\x37\x7b\xf1\x3c\x81\xbd\x88\x14\x8b\x65\xef\xfe\xdc\x4d\xde\x3c\x81\xbd\x00\x60\x9e\x19\x69\x01\x98\xfd\xcd\x5e\x9c\xf1\xec\x11\x98\xa4\x84\x55\xee\x08\xcc\xfe\x36\x38\x5a\x7a\x03\x57\x92\x72\x66\x86\x01\xae\xec\x6f\x83\xa3\xa5\x37\x74\x25\x29\x67\x66\x18\xe8\x4a\xf2\xd7\x67\x1a\x1c\xdf\x8c\xcf\x95\x41\x1a\x5e\x49\xca\x99\x99\x03\xbc\x92\xdc\x97\xa5\x42\x18\x9f\x37\xe3\x23\x6b\x8c\xcf\x9b\xf1\xb1\x68\x07\xb0\x24\xe5\xcc\x2c\xe1\xcd\xaf\x7d\x2f\x0f\x8d\x2f\xf6\xb6\x0e\x14\x29\x67\xf7\x4b\x0f\x7d\x4e\x35\x8a\x93\x05\xb1\xec\x6f\xdf\xb4\xaf\x0c\x8f\x6f\xdf\xb4\x31\x96\x4f\xe1\x7d\xd3\x7e\xb3\x6e\xd6\xf6\x40\x96\xfd\x6d\xf6\x13\x0c\xbb\x43\x2a\xfb\xfb\xfb\x9c\x46\x94\x42\xf8\x5a\x1c\x29\x57\x26\x13\x30\xcb\xfe\xe6\x9e\x5e\xf9\x8a\x03\xaa\x24\xe5\xca\x64\x02\x54\xd9\x3f\x6c\xc8\x15\x4f\x00\x55\x49\xca\x15\x33\x8b\xaa\xec\x1f\x36\xe4\x6a\xfd\xb7\xc7\x6e\xd4\x25\x29\x57\x56\x4a\x50\x97\xfd\xc3\xc4\x84\x79\xee\xb0\x4b\x52\xae\x4c\x49\x60\x97\xa4\x58\x6d\x85\x5d\x92\xfb\x97\x29\x0d\x13\x13\x79\x9a\xc1\x87\x89\x41\x67\x96\x2b\x7d\x16\x9d\x49\x9e\x66\x80\xce\xec\xe8\xcc\x12\x5e\xba\xa3\x33\xc9\xd3\x0c\xd0\x99\xfd\xc3\xc4\x58\x5e\xfb\x30\x31\x91\x72\xc5\xf3\xfb\x30\x31\x1f\x26\xc6\xf2\xda\x87\x89\x89\x94\xd0\xf9\xfd\xc3\xc4\x60\x3d\xcb\x95\xd6\x8d\xf5\x24\xe5\xca\xb4\xe2\xc3\x9e\x7c\xd8\x93\xee\x25\xb1\x27\x91\x72\xc5\x8f\xfc\xf0\xbf\x3f\x3e\x1c\x77\x2f\xc9\xc7\x88\x48\xb9\x8a\x07\x28\x29\xb3\x63\x15\x0e\x4c\xda\xc1\xa4\x5a\x32\x98\xb4\x83\x49\x4b\x57\x2c\x66\x07\x4c\x7a\x65\x9a\x05\x26\xed\x60\xd2\x62\xc9\x0d\x4c\x4a\x9e\x06\x0f\x26\xed\x1f\x0e\x4e\xf7\x04\x0e\x0e\x98\xf4\xca\x28\x0a\x26\x25\xe5\x8a\x8f\x0b\x26\x25\xa5\xf4\x78\xaa\x60\x52\x52\x2c\xa0\x83\x49\xc9\x7d\x59\x0a\x6f\x6a\x1b\x29\xd7\xf3\x4b\x85\x67\xd7\x7a\xe6\x06\x60\x52\x52\x2e\xbf\xe4\xf4\xa3\x44\x4b\x98\xf1\x8e\x12\xed\x28\xd1\xd2\x33\x08\xa1\x44\x49\xb9\xdc\x8d\x3d\x41\x89\x16\x4b\x7f\x28\x51\x52\xae\xcc\x3e\x3e\x8c\x07\x86\xb3\xf4\xb8\x55\x20\xce\x0e\xc5\x2c\x3d\x43\x30\x14\xb3\x87\xaf\x2c\x57\x1c\x86\x0f\x67\x06\x6b\x59\x2c\xb9\x61\x2d\x49\xc9\x39\x0f\x1d\x6b\xd9\xb1\x96\xa5\x67\xf5\x1d\x6b\x49\xca\x95\xa9\x06\xd6\xb2\x63\x2d\x4b\xd7\xa2\x39\x33\x58\x4b\xd6\x09\x6b\xd9\x3f\x3c\x97\x1e\xab\xfb\xe1\xb9\x44\xca\x95\xe9\xc7\x87\xd5\xf9\x98\x28\xf7\x98\xd3\x0f\xb3\x13\x29\xf6\x31\x7c\x38\x38\x30\xcd\xd2\x63\x4e\x61\x9a\x3d\x68\x66\xb9\x32\xd9\xf8\xf2\x66\xbe\xb1\x44\xf5\x95\xa6\xfa\x65\x89\xbe\x2c\x51\x26\x1b\x5f\x96\xe8\x1b\x4b\x54\x03\x60\xf7\x2f\x53\xf3\x65\x6a\x36\x49\x29\xe9\x37\xa6\xa6\x5a\x48\xfc\x32\x35\x40\x50\xdb\x1d\x70\xa0\xa4\xd8\xda\xf0\x65\x6a\x22\xa5\xbe\xe2\x17\x7e\x99\x9a\x2f\x53\xb3\xb9\x99\x7c\xc4\xd4\xd4\x57\x71\xb7\x53\x9a\xc2\xf7\x24\x5d\x92\xde\x2e\xcb\x13\x98\x1a\xa0\xa9\x5d\x11\x40\xd3\x0e\x34\xad\xaf\x34\x2e\xa0\x29\x29\xb6\x3b\x00\x4d\x3b\x82\xb4\xbe\xd2\x42\x10\xa4\xa4\xd8\xee\x80\x20\xed\xa1\x41\xef\xcb\x92\x5f\xde\x0c\x34\xd4\x76\x07\x68\x28\x29\x57\xda\x38\x34\x94\x94\xfa\x52\x95\xac\x0f\x34\xd4\x0e\x08\x68\x28\xb9\x2f\x93\xa6\xf0\x99\x71\x5d\x99\xe9\x7c\xcd\xb8\xa0\xa1\xf5\xa5\x7a\xd1\x2f\xc1\x41\x8b\x8d\x12\x5f\x0b\x1a\xd0\xd0\xfa\x52\x6f\x8c\x14\x34\xb4\x5a\xb1\x84\x86\x76\x68\x68\xb5\x52\x08\x0d\xed\xd0\xd0\x2b\x5e\x20\x34\xb4\x43\x43\xab\x45\x3b\x68\x28\x29\x57\xbc\x40\x68\x68\x87\x86\xd6\x57\x5c\x2d\x68\x28\x29\x57\xb6\x9d\x41\x43\x3b\x34\xb4\x5a\xc8\x83\x86\x92\x72\xa5\x3b\x43\x43\xc9\x33\x28\x43\x43\x49\xa9\xaf\x0c\x46\xd0\x50\x52\x2e\x25\x60\x56\xa0\xa1\xd5\xa2\x1d\x34\x94\x94\x9c\x46\xd2\xa1\xa1\x1d\x1a\x5a\x5f\xb7\x21\x18\xd0\x50\x12\x1c\x75\x40\x43\xc7\x4b\xd3\xba\x07\xfd\x11\x4c\xf4\x96\x27\x1b\xbf\x7d\x10\xda\x40\x8e\x92\x72\xdd\xd3\xa0\x81\x1c\x25\xa5\xbe\xee\x41\x6e\x04\x23\xbd\x65\xe6\xb2\xe4\x28\x0b\xa6\xe3\xf5\xb4\xbc\x9e\x9f\x9e\xf2\xa4\xe5\xdd\x93\x99\x81\x1c\x25\xe5\xba\xdf\xd0\x40\x8e\x92\xfb\x97\x2d\x69\xf2\xa1\xe5\xb5\x94\xe6\x94\x8f\xa7\xe5\x75\x77\x93\x0f\x2d\xef\x4c\xd6\xd2\xf2\xc6\xeb\x69\x79\xdd\x13\xa6\xb4\x64\xf7\x4c\x76\xcf\x27\xbb\xcb\xd1\x78\x7e\xfa\x96\xf6\xce\x65\xdb\x9d\x74\x29\x81\x11\x53\x45\x5f\x4a\x90\x11\xb3\xe6\x0c\xea\x01\x30\x25\xe5\x3a\x53\x82\x4b\x76\x2f\x87\xe3\xbd\xdc\x4d\xde\x8c\x98\x67\x4a\x90\x11\x73\x00\x4c\x6b\x0e\xa6\x1e\x00\x53\x52\x72\xf2\xcb\x00\x98\x12\x4e\xd0\x00\x98\x92\x52\x73\x4e\xf4\x00\x98\x8e\x40\xa5\x9c\xa0\xf1\xea\x9e\xa9\xeb\x94\x92\x22\x0c\x0f\xd0\x75\x2e\x49\x1e\xa0\x4f\x64\xf5\x75\x20\x47\x49\xb9\xae\x64\x6d\xc8\xae\x53\xb8\xb2\x88\x3a\x60\xa2\x03\x26\x5a\xcb\x96\x8c\x4c\x2f\x46\x33\xbe\x52\xd2\x34\xe3\x01\x13\xad\x59\xf7\x1c\x30\xd1\x01\x13\xad\x59\xaa\x1c\x30\xd1\x01\x13\xad\x39\x46\x76\xc0\x44\x07\x4c\xf4\xba\x52\x23\x1f\x97\x7d\x14\xff\xcc\x6b\xf8\x28\xbe\xe1\x51\x4b\xfd\x78\x0d\x1f\xe5\xf2\x52\x3f\xca\x65\x78\xd4\x52\x3f\xca\x95\xf5\xbb\x5a\xbc\xc1\x8f\x56\x93\xf3\x9b\x73\x42\xce\x08\x32\xfa\xfb\x01\x13\xad\xc5\x1b\xfc\xca\x9b\x51\xb4\xe7\x01\x5f\x79\xcb\x27\x81\x9c\x9a\x33\x60\xa2\xa4\xd4\xa2\x13\x7f\x65\xd7\xc0\xda\x53\x97\x5f\xd9\xfd\xaa\xcb\xcb\xdd\xd4\x65\x76\xa7\x5e\xba\xc7\x57\x09\xbe\x5a\xaf\x37\xf8\xd5\x7a\x33\xd8\xe6\x10\x9e\x81\x26\x1d\x68\xd2\xeb\x9e\x6b\x0c\x34\xe9\x40\x93\xd6\x1c\x30\x3a\xd0\xa4\x84\xdf\x39\xe0\xa2\x03\x2e\x5a\xb3\xb0\x3a\xe0\xa2\x84\xdf\x39\xe0\xa2\x03\x2e\x5a\x73\x78\xe8\x80\x8b\x12\x7e\xe7\x80\x8b\x92\xd2\x6f\x4f\x7f\xc0\x45\x49\xa9\xc1\xf3\x07\x5c\x74\xc0\x45\xfb\x3d\xbe\x0f\xb8\xe8\x80\x8b\xd6\x2a\x6f\x2c\x1d\x5c\xb4\xbf\x52\x02\x96\x0e\x2e\x5a\xb3\xe6\x3b\xe0\xa2\xa4\x64\x2f\xd9\x80\x8b\x0e\xb8\x68\xad\xaf\x54\x48\x53\xaa\x0c\xa2\x71\x6c\x07\x5c\x74\x40\x43\x6b\x58\xfc\x81\x0d\x1d\x85\x91\xca\x3a\xf0\x28\x8c\x14\x10\xb4\x3f\x97\xc9\xef\xe9\x09\x55\x9a\x27\x9c\x9e\x90\x62\x9d\xcf\x13\x14\xab\xa6\x92\x98\x1a\x20\x68\xce\x42\x1a\x40\xd0\x81\xf0\xac\x81\xe5\x07\xc2\x73\x20\x3c\x6b\xce\xff\x1b\x08\xcf\x81\xf0\xec\x25\x97\xe9\xcf\x91\x52\x73\xa0\xdd\x08\xee\x79\x8b\x1a\x49\xe9\x87\x1a\xd1\xed\xeb\x91\xcc\xe9\xf6\x08\xcf\x78\xe2\x03\xe1\x49\xee\xcb\x52\xe7\xd9\x56\x4a\x78\xe2\x03\xe1\x39\x10\x9e\xb5\x66\x10\x42\x78\x12\x9e\xf8\x40\x78\x92\xd2\x6b\xb2\x36\x65\xcd\x88\x19\x86\x7c\x20\x3c\x49\xe9\x31\x35\x08\x4f\x72\x5f\x26\xed\x94\x96\xb7\x50\x53\x6f\x4c\x0d\x9a\xb3\xd6\x96\x34\xa6\x06\xce\xd9\x55\xe5\x52\xbd\xcb\x43\x33\x2e\xc0\x39\x49\xe9\x35\x05\x5d\x1e\xca\x48\xe5\xd4\xb7\x81\xd3\x1c\xe5\x39\xd1\x33\x06\x0e\xa7\x39\xc2\x66\x9a\x4c\x8c\xf2\x96\x11\xb6\xac\xea\x46\x6c\x59\x79\x0e\xdd\x4c\x7f\xc6\x69\x0e\x9c\x66\x0d\xe3\x3d\x70\x9a\xa4\xf4\xed\xb7\x4f\x67\x19\x30\xce\x01\xe3\xac\x59\xba\x1d\x30\x4e\x52\xfa\xed\x6e\x0f\x18\xe7\x80\x71\xd6\x1c\x6e\x34\x60\x9c\xa4\xf4\xcd\xf3\xf3\xce\x21\x9b\x35\x2b\xbc\x03\xb3\x49\x4a\xdf\xf2\x00\x1d\x19\xb3\x59\x73\x96\xcf\xc0\x6c\x92\x92\x4d\x96\x03\xb3\x49\xee\xcb\x7a\xd2\x4e\x69\xa9\xb0\xdb\x95\x1c\x55\x7f\x87\x76\xd6\x1c\xf9\x33\xa0\x9d\xa4\xf4\x8c\x1b\xc1\x3c\x6f\xf1\xd0\x3d\x3f\xd5\xdf\xa1\x9d\x5d\x3e\xf4\x77\x68\x67\xcd\x79\x39\x03\xda\x49\x4a\x97\x0f\xfd\x1d\xda\x59\x73\x84\xcd\x80\x76\x92\xd2\xe5\x83\x9f\x02\xed\xac\x39\xd8\x65\x40\x3b\x49\xe9\x7b\x49\x92\x87\xea\xdb\x39\xb7\x63\x60\x36\x47\x38\xcd\xd2\xf7\x3c\xe0\x72\xb7\xeb\xb9\x5b\x32\xc2\x8d\xc0\x6c\x66\xea\x39\x30\x9b\x03\xb3\x59\xb7\xb8\x38\x98\xcd\x51\x73\xf8\x6f\x57\xf8\x1c\xfe\x3b\x30\x9b\x35\x0b\xe3\x03\xb3\x49\x4a\xce\xfc\x1a\x98\x4d\x52\xb2\x11\x75\x60\x36\xc9\xfd\xcb\x54\x2f\x37\x02\xb3\xd9\xd5\x47\x97\x8f\xee\xfd\xc5\x29\xc1\x6c\x92\xd2\x8f\x34\x9a\x2e\x6b\xfd\x39\x21\x35\xa5\xea\x53\x5a\xb2\x1b\x4b\x54\xfb\x93\xdd\x8c\x5f\x21\xc6\x47\x38\xcf\x47\xcc\x94\x07\xda\x93\x94\x7e\xa4\xa0\xc3\x9b\xe7\xe2\x67\x69\x7f\xd4\x21\xbb\xec\xda\x91\x12\xb0\x6b\x95\x5d\xcb\xd2\xfe\xa8\xec\x5a\x65\xd7\x62\xc3\x2a\xbb\x86\x1d\xad\x21\xc6\x07\x76\x94\x94\xec\xa5\x1d\x95\x75\xaa\xac\x53\x80\xee\x51\x59\x27\x88\x69\xd7\x18\x58\x27\x38\x69\xcd\xde\x81\x01\x27\x25\xa5\x6b\x0c\xcc\x0e\x9c\xb4\xe6\x44\x8e\x01\x27\x1d\x70\xd2\x9a\x83\x1f\x06\x9c\x94\x94\xde\x24\xf9\x29\xa7\x67\xd7\x4f\x39\x3d\x70\xd2\xde\x24\xc9\x08\xa7\x67\xd7\xb3\x38\x3d\x78\xd1\x1e\x03\x8b\x17\x1d\xd8\xd0\xba\xeb\x0b\x2c\x11\x12\xb4\x86\xc8\x1f\x48\x50\x52\x7a\x8c\xee\xc6\xd4\x6c\x4c\x4d\xf6\x09\x8c\x8d\xa9\xd9\x98\x9a\x18\xdd\x8d\xa9\x01\x8c\xd6\x40\xde\x03\x30\x4a\x4a\xce\x8a\x1b\x80\xd1\x01\x18\xad\x09\x26\x30\x00\xa3\xa4\xf4\x4c\x14\x00\xa3\x63\x63\x6a\xf6\xb8\x7c\x1b\x53\xb3\x31\x35\xe9\x45\x1b\x53\x83\x0e\xad\x61\x9a\x07\x3a\x94\x94\x9e\x5e\xb4\xb1\x21\xe8\xd0\x1a\xd2\x77\xa0\x43\x89\x2f\x33\x03\x1d\x3a\xd0\xa1\x35\xa0\xed\x40\x87\x92\xd2\xd3\xd9\x36\x36\x04\x1d\x5a\x83\xcb\x0e\x74\x28\x29\x5d\x3e\x98\x15\x28\x68\xdd\xe3\x1a\x42\x41\x49\xe9\xa7\x24\x0f\x65\x43\xc2\x9f\x0e\xf0\xe6\xc0\x56\xd6\x40\x9e\x03\x5b\x39\xb0\x95\x35\x10\xdf\xc0\x56\x0e\x6c\x65\xcf\x68\x85\xad\x1c\xd8\xca\x7a\x64\x14\xc0\x56\x92\xd2\xd3\xed\xb1\x95\x63\xcb\x16\xcf\x1a\xce\x79\x04\xb4\xbc\x45\x51\xf3\x1a\x74\x1a\x6c\x65\x0d\x77\x37\xb0\x95\xa4\xf4\x4c\x3c\xb0\x95\x03\x5b\x59\x73\x22\xfd\xc0\x56\x92\xd2\x55\xb9\xee\x86\xad\xcc\x57\xae\x81\xad\x24\xa5\x86\x94\x1b\xd8\xca\x01\x9a\xec\xe9\xf6\xa0\x49\x72\x5f\x26\xcd\x9b\x09\x15\x92\xf3\x04\xc7\x36\x65\x77\xca\xee\x9e\x52\x4d\xd9\x9d\xb2\x2b\x6b\x4f\x76\x55\x65\x8c\x2f\xb6\x92\xe4\x34\xa7\x81\xad\x1c\xa0\xc9\x1e\xef\x19\x34\x39\x40\x93\xf5\x48\x8f\x01\x4d\x0e\xd0\x64\xef\xbf\xbd\x61\x6d\x60\x2a\xc7\xae\xfd\x04\xb6\x1b\xbb\xf6\x83\xa9\xcc\x51\x85\x03\x53\x49\x4a\xef\xae\xda\x25\xa9\xad\x98\x61\x4c\x25\xa9\xaf\x38\xd7\xbb\x26\xb5\x9b\x3e\x07\xac\x1b\xbb\xe9\x73\xa4\xbe\xe2\x5c\xef\x1c\xd8\xdd\xf4\x39\xb0\xdd\xd8\x4d\x9f\x23\xf5\x15\xc7\x7f\x37\x7d\x46\x63\xd6\xe0\x71\x03\x8e\x39\x82\x63\xfa\x8a\x37\xe0\x98\x03\x8e\x59\x03\xb6\x0d\x38\x26\xf1\x15\x6f\xc0\x31\x07\x1c\xb3\x06\x6c\x1b\x70\x4c\x52\x5f\x31\x92\x70\xcc\x01\xc7\xac\xd9\x01\x33\xe0\x98\xa4\xbe\xe2\xf8\xc3\x31\x89\xef\x7f\x03\x8e\x49\x4a\x0d\x01\x36\xe0\x98\x23\x38\x66\x7d\x65\x2e\x00\xc7\x1c\xbb\xd1\xeb\x48\x8f\xdd\x8d\x5e\x91\x1a\xde\x60\xec\x46\xaf\xfd\xe9\x75\x99\x2c\xa2\x36\x47\x48\xcd\xfa\x8a\x03\xb7\xeb\x75\xfb\xd3\xeb\xd2\x77\x76\xbd\x2e\xe2\x0b\xe3\xd8\xf5\xba\xfd\x39\xd8\x3a\x7d\x07\xdc\x49\x7c\x61\x1c\xbb\x4e\xb1\x3f\xed\x33\xd3\x51\xbc\xe7\xc0\x7b\xd6\xe6\xcd\x18\x49\xf0\x9e\x35\x1b\x48\x06\xde\x73\xec\x1f\x99\x4b\x25\x99\x3e\xe3\x3d\x6b\x36\xb3\x0f\xbc\x27\xa9\xaf\xe7\x97\x32\xf7\x71\xce\x73\x2c\x07\xde\x73\x84\xf7\xac\xaf\xea\x97\xde\x8c\xe9\x73\xb6\xa4\x0f\xbc\x27\xa9\xaf\xea\x97\x2a\xce\xf4\x39\xdb\xcf\x07\xde\x93\xf8\xfc\x39\xf0\x9e\xa4\x06\xa7\x18\x78\x4f\x52\x6a\x76\x70\x0c\xbc\x27\xf1\x45\x74\xe0\x3d\xc9\x7d\x59\x5a\xb4\xe9\x73\xe0\xce\xfa\xca\xfc\x00\xdb\x39\x20\x98\x35\xfb\xca\x07\x04\x73\x04\xc1\xf4\xe1\x74\x40\x30\x07\x04\xb3\x06\x49\x1f\x10\x4c\x52\x73\x44\xe7\x80\x60\x8e\x63\x57\x47\xe9\xba\xe1\x31\x6f\x49\x1d\x6d\x25\x49\xa9\x23\x08\x66\xcd\x5e\xf0\x01\xc1\x24\x35\xa8\xc7\x80\x60\x92\x1a\xac\x63\x40\x30\xc9\xfd\xcb\xe4\xcd\xb8\x17\x04\xd3\xd7\xda\x01\xc1\x1c\x10\xcc\x9a\xdd\xdb\x03\x82\x39\x82\x5d\xd6\x57\x9c\xe2\xc3\x5c\x19\x82\x59\xb3\x19\x7a\x40\x30\x89\x4f\xae\x03\x82\x39\x20\x98\x35\x9b\xa1\x07\x04\x93\xd4\x1c\x3c\x3a\x20\x98\xe3\x78\x4e\x10\xcf\xc8\x0a\xc1\x24\xf5\xa5\x76\x19\xa9\x83\x91\xca\x7e\x90\x71\x30\x52\x07\xeb\x13\xf3\x8d\xca\x1c\x07\xeb\x93\xfd\x20\xe3\x60\x7d\x0e\xd6\x27\xde\xee\xc1\xfa\x80\x37\x6b\xf6\x0d\x0f\xf0\x26\xa9\x2f\xef\xca\xf4\x19\xbc\x59\x5b\x86\x6e\xf0\x26\xa9\xaf\x3d\xf9\x60\x7d\xc0\x9b\x35\xbb\x7b\x07\x78\x73\x80\x37\x6b\x8e\xe7\x1f\xe0\xcd\x11\x60\xb3\xbe\xbc\x66\x33\x6a\xf0\x66\xcd\x26\xc2\x01\xde\x24\x35\xa7\xa2\x0e\xf0\xe6\x38\x78\xa3\xd9\x44\x38\x0e\xde\x68\xa4\x06\x91\x19\xe0\xcd\x01\xb7\xac\xd9\xf5\x37\xe0\x96\xa4\xe6\x54\xd4\x01\xb7\x24\xf5\x15\x0b\x0d\xb7\x24\xa5\x66\x67\xdd\x80\x5b\x92\xfa\x8a\xf3\x0c\xb7\x24\xf7\x65\xc9\x9b\xe9\x73\xc4\x97\xf5\x01\xb7\x1c\x00\xc9\x9a\x9d\x75\x03\x20\x49\xea\x4b\x13\xe4\xc7\x02\x24\x6b\xb6\xaf\x0d\x80\x24\xa9\x2f\x4d\xd0\xf4\x19\xf9\x58\xb3\xbd\x6c\x20\x1f\xc7\x61\xfa\x9c\x0d\x21\xe3\x78\x3f\xd7\xb5\xfb\xa7\x19\x2a\x8e\xb7\xbc\xb1\x65\xa7\x97\xca\x96\x45\xea\x2b\x1e\x25\x40\x72\x00\x24\xeb\xa9\x92\xd8\x10\x80\x64\x3d\xb5\x4b\xd6\x21\x52\x5f\x19\x65\x00\x92\x03\x20\x59\xb3\x9d\x62\x00\x24\x47\x63\x09\xda\xdf\x30\x78\x37\x86\x02\x3f\x59\xb3\x61\x64\xe0\x27\x49\x0d\x8d\x34\xf0\x93\x03\x3f\x59\xb3\x3b\x64\xe0\x27\x49\xcd\x39\xb5\x03\x3f\x39\xf0\x93\x35\x7b\x37\x06\x7e\x92\xd4\x40\x4b\x03\x3f\x49\xac\x75\x0c\xfc\xe4\x00\x46\xd6\xec\xb6\x18\xc0\x48\x52\x5f\x71\x90\x81\x91\xa3\xb1\x00\x59\xe6\x1f\x8d\x05\x68\x2c\x40\xaa\xab\xb1\x00\xf8\xc9\x9a\xd5\xf8\x81\x9f\x1c\xf8\xc9\x9a\x45\xdf\x81\x9f\x1c\xcd\xb8\x1f\xa7\x19\x3f\x39\xf0\x93\x35\x2b\x90\x03\x3f\x49\xac\xa6\x0c\xfc\xe4\x68\x26\xb7\x59\x5a\x1c\xcd\xe4\xb6\x5d\xe9\xee\xf1\x86\x9b\xc9\x2d\x7e\xb2\x66\xcd\x70\xe0\x27\x49\x7d\xc5\x9e\xe0\x27\x49\x7d\xc5\x76\xe0\x27\xc9\xfd\xcb\x64\xd7\xb8\x1f\xb1\x36\x33\xf0\x93\xe4\xbe\xcc\xdd\x4e\x69\xe9\x17\x71\x55\xf1\x93\xa3\x71\x0f\xb2\xca\x37\x1a\xf7\xa0\xdd\x2e\xc1\xb3\x36\xd3\x4c\x64\x61\x96\x35\xcb\x77\x03\x66\x49\xea\x2b\x96\x08\x66\x39\x1a\xa3\x90\xe5\xbb\xd1\x18\x85\xc6\x28\x78\xf3\x8c\x02\x1a\xb3\xe6\xac\xfb\x81\xc6\x1c\x68\xcc\x9a\x55\xa2\x81\xc6\x24\x35\x41\x3c\x07\x1a\x73\xa0\x31\xab\xd5\x1c\x34\x26\xa9\xaf\xd8\x3a\x34\xe6\x40\x63\x56\x6b\x32\x68\xcc\x01\xb3\xac\x96\x08\x60\x96\xa3\xf1\x22\xe2\xfb\x36\x5e\x04\xcc\xb2\xfa\x84\x0d\xb3\x24\xcf\x72\x11\x8e\x72\xe0\x28\x6b\xf8\xe2\x81\xa3\x24\xcf\x72\x11\x8e\x72\xe0\x28\x6b\xf8\xe2\x81\xa3\x1c\x68\xc8\xea\x6b\x2f\x1a\x92\xd4\x97\x56\xfe\xf5\x6a\xf4\x63\xdf\x62\xd1\x90\xa4\x26\xc8\xe8\x40\x43\x0e\x34\x64\xed\xe5\x4a\xda\x21\x4d\x7e\xf7\x24\x35\x49\xc9\xaf\x4f\xa0\x68\x48\x52\x73\xcc\xf2\x40\x43\x0e\x34\x64\xf5\x21\x13\x0d\x49\x9e\xb5\x2c\x34\xe4\x38\x0d\xdf\x39\x4d\x7e\x9c\x86\xef\xc8\xb3\x96\x75\x9a\xb6\x82\x26\xab\x6f\x70\xa0\x49\xf2\xac\x65\x81\x26\x07\x68\xb2\xfa\x06\x07\x9a\x1c\xa7\x51\x3e\x83\x15\x68\x72\x80\x26\xab\x0f\x58\xa0\x49\xf2\x2c\x5c\x81\x26\xc7\x69\x94\xf7\x65\xea\x34\xca\x47\x6a\x79\x49\x52\x52\xb3\x13\x5f\xa6\xd0\x90\xe4\x59\xdf\x42\x43\x92\x9a\xd3\xa1\x07\x1a\x92\x94\xea\x5b\x12\x1a\x92\xd4\xf2\x72\x33\xf9\x60\x57\x7c\x4b\x82\x39\x0e\x4c\x63\xf5\xed\x04\xd3\x38\x30\x8d\xd5\x7c\x14\xd3\x38\xc2\x34\x3e\x2b\x68\x98\xc6\x81\x69\xac\x3d\xdf\x75\x30\x8d\xa4\x06\x73\x1c\x98\xc6\x71\xea\x82\x3d\x8d\xf0\xd4\x05\x23\x35\x91\x5c\x07\xa6\x91\xdc\x97\xa5\x5c\x26\xbc\x91\x1a\x1a\x72\x9c\x26\xbc\xd0\xc7\xda\x35\x11\xc3\x77\xa4\x96\x0c\xfc\xd0\x47\x52\x8b\x96\x6a\xf8\x86\x3e\x6e\xe6\x6b\xd0\x47\xf2\xac\xee\x9d\xba\x78\xe4\xbe\xcc\xdd\xb4\x90\x99\xec\xc6\x65\x38\x4d\x78\x11\x92\x9b\xf9\x1a\x42\x92\xe4\xc0\xe1\x81\x90\x1c\x21\x24\x6b\x4e\xd0\x1e\x08\xc9\x81\x90\xdc\xcc\xb9\x10\x92\xe4\x59\x16\x44\x48\x0e\x84\xe4\x66\x82\x85\x90\x24\x35\x50\xe6\x40\x48\x92\xb2\xbd\x52\xf6\x84\x05\x7e\xa4\x26\x7a\xeb\x10\x1d\x78\x00\x29\x37\x13\x2c\x20\x25\xa9\x89\xd5\x3a\x80\x94\xa4\x96\xb8\x24\x40\x4a\x72\xff\x32\x45\xd0\xb4\x02\x52\xd6\xf2\x37\x1c\x8c\x3a\x70\x96\x03\x67\xb9\x85\x14\x1f\x38\x4b\x52\x83\x80\x0e\x9c\xe5\x08\x67\x59\x13\xa6\x75\xe0\x2c\x07\xce\x72\x33\x75\xc1\x59\x92\x1a\x2a\x74\xe0\x2c\x07\xce\x72\x33\x4f\xc1\x59\x92\x5a\x62\x11\x70\x96\x03\x67\xb9\x99\x80\xe0\x2c\x49\x2d\x19\xf7\x70\x96\xe4\x59\x6b\xc5\x59\x92\xb2\x99\x0b\xe0\x2c\x47\x38\xcb\x9a\xb0\xaf\x03\x67\x39\x70\x96\x5b\x76\x6e\x0c\x9c\xe5\xb8\x74\x9d\x0c\x8f\x42\x0d\x8f\x6b\xca\x47\x2c\xc2\xa5\x15\x5f\x5a\x71\xc6\x3d\x34\xe6\xb8\x9e\x46\x16\xf7\x12\x8d\x39\xd0\x98\x1b\x2f\x05\x8d\x39\xd0\x98\x9b\x91\x0f\x8d\x39\x42\x63\xd6\x84\x83\x1d\x68\xcc\x81\xc6\xdc\x98\x57\x34\x26\xa9\x45\x46\x0c\x24\x89\xc5\x7b\x5f\x96\x27\x98\x8e\x86\xc6\x7c\x96\x90\xd1\x98\x03\x66\xb9\x31\x88\x30\x4b\x52\x43\xbb\x0e\x98\xe5\xc0\x54\x6e\x2c\x07\xa6\x72\x84\xa9\xac\x65\x97\xe4\x01\x19\x5b\x36\x96\x03\x40\x49\x6a\xc2\xc4\x0e\x31\x74\x07\xbc\x71\xd3\x15\xf1\x8d\xa3\xc7\xa6\x6f\xda\x43\x67\xd3\x23\xb5\x1c\x92\x2e\x49\x9e\x90\xd7\x85\x56\x1c\x5d\xff\xcc\x6c\xb1\xeb\x9f\x5d\x57\x51\x71\x22\xd1\x92\x9a\x88\xb1\x03\xc0\x48\x6a\x4e\xae\x1f\x42\xcd\x92\xb2\xfd\x35\xed\x90\x26\x1f\x47\x92\xe4\xc3\x09\xdb\x4f\x9a\x86\x8f\x69\xdc\x12\xaf\x75\x60\x1a\x07\xa6\x71\x4b\x38\xd0\x81\x69\x1c\x5d\x53\x3a\x24\xb9\x6c\x78\x6a\xac\x30\xa6\x91\x3c\x8b\xfb\x98\xc6\x81\x69\xdc\x4a\xac\x30\xa6\x91\xd4\xe7\xa1\xac\x70\xd7\x30\x13\x82\x72\x74\x0d\xb3\x6b\x98\xf1\xe8\x61\x8e\xa4\xe6\x84\xfb\x21\xce\xea\x40\x3e\x6e\x16\x91\x91\x8f\xa4\xe6\x84\xfb\x81\x7c\x1c\xc8\xc7\xad\x66\xf8\x42\x3e\x0e\xfc\xe2\x96\x43\xde\x07\x7e\x71\xe0\x17\x37\xab\xb2\xf8\xc5\x01\x56\xdc\x6a\x3c\x48\xb0\xe2\x00\x2b\x6e\xd6\x56\xc1\x8a\xa4\xe6\xc4\xfc\x01\x56\x1c\xe3\xaf\xd1\x47\xee\x26\x87\x42\x1c\x28\xc4\xad\xc6\xad\x44\x21\x92\x5a\x5c\xc6\x91\x07\x26\x6e\x09\x67\x34\x80\x89\x63\x08\xe2\x13\x42\x74\x0c\xdf\xf9\x86\x57\x9d\x7e\x39\xbc\x6a\xfc\xe2\x66\xc5\x11\xbf\x38\x06\x1b\x17\x3f\x10\xbf\x38\xf0\x8b\xdb\x16\xfb\x8f\x5f\x24\x35\x47\xf7\x0f\xfc\xe2\xc0\x2f\x6e\x5b\x0c\x3b\x7e\x91\x3c\xfb\x33\xf0\x8b\x63\xb0\x71\x16\x28\x07\x1b\x37\xd8\xb8\x7c\x99\xc3\x2f\x8e\xc1\xa0\x6d\x31\x8f\x22\x52\x92\x67\x1b\x87\x88\x94\xe4\xbe\x4c\x9a\x92\xb2\x7b\xa7\x07\x28\xa9\xc6\x9a\x33\xa2\x07\xcc\x71\xc0\x1c\x37\xcb\x8c\x30\xc7\x01\x73\xdc\x12\x05\x62\xc0\x1c\x07\xa6\x71\xdb\x54\x89\xd7\x8f\x69\xdc\x72\x1e\xfe\xc0\x34\x0e\x78\xe1\x96\x13\xe6\x07\xbe\x70\xa0\x04\xb7\x9c\x46\x3e\x50\x82\xa4\x26\x24\xef\x10\x11\x71\x00\x07\xb7\x3d\x75\x02\x1c\x1c\x93\xd9\xc8\xa1\xd0\x63\x32\x1b\x93\xd9\xc8\x10\x3e\x99\x0d\x7c\xe1\x96\x23\x9b\x07\xbe\x90\x3c\x1b\x54\xa6\x56\x82\x2f\xdc\x72\x06\xf2\xc0\x17\x92\xaa\x03\xe3\x0b\xc7\x34\xac\xe7\xc0\xe3\x31\x0d\xeb\xd3\xb0\x9e\x29\x15\xbe\x70\xe0\x0b\xb7\x1c\x47\x3c\xf0\x85\xa4\x26\xa2\xef\xc0\x17\x92\x9a\x88\xbe\x03\x5f\x38\x80\x83\x5b\xce\xe8\x1d\xc0\xc1\x81\xe1\xdb\xac\xd5\x80\xf8\x06\x62\x6f\xdb\xfb\x6f\x1f\xb3\x36\x00\x7d\x63\x32\x3e\xe9\x2e\x82\x16\x0e\x40\xdf\x96\x13\x36\x07\xa0\x8f\x3c\xbb\x66\x00\x7d\x03\xd0\xb7\x1d\x71\x63\x01\x7d\xa4\x26\xea\xef\x00\xf4\x0d\x40\xdf\x96\x33\x31\x07\xa0\x8f\xd4\x84\xfd\x1d\x80\x3e\x52\x13\xc1\x62\x00\xfa\x48\xd9\x0e\xcd\x80\x6f\x37\xf9\x76\x99\x49\x01\xfa\xc8\x7d\x59\xf2\xc6\x46\x4d\x36\x2a\xe6\x13\xd0\x37\x00\x7d\x5b\xce\x98\x1c\x80\x3e\x62\x61\x16\xd0\x37\x96\xb1\x23\x53\x30\x40\x1f\x29\x9b\x95\x22\x21\x08\xc7\xd2\x08\x32\x8f\x02\xf4\x8d\x25\x76\x49\x8e\x7b\x1c\xcb\x62\xc6\xe2\xb4\xc5\xee\x0a\x25\x38\x00\x7d\x5b\xce\xd7\x1d\x88\x3d\x52\x13\x96\x63\x20\xf6\x48\x4d\x24\xde\x81\xd8\x23\xf7\x2f\xa5\x1d\xd2\xee\x72\xda\x0a\x24\x98\xe0\x48\x30\xc1\xb2\xe5\x54\xc8\x21\x9a\x20\xa9\x89\xd4\x31\x40\x7c\x03\xc4\xb7\x1d\x31\x01\x28\xbe\x11\x8a\xaf\xb2\xe2\x28\xbe\x81\xe2\xdb\x02\xe7\x0e\x14\x1f\xa9\x89\xa0\x3b\x50\x7c\x03\xc5\xb7\x59\xb1\x42\xf1\x91\x67\x63\x11\x8a\x6f\xa0\xf8\xb6\x1c\x01\x39\x50\x7c\xa4\xd6\xb8\x08\x28\x3e\xf2\xec\x35\x42\xf1\x91\xfb\x97\xb9\x1b\xc3\x16\x8a\xaf\x1a\x60\x50\x7c\x03\xc5\xb7\x1d\xf9\x48\x89\xe2\x1b\xa1\xf8\x6a\x22\xf2\x0e\x14\xdf\x58\x4f\x0b\xcf\xa0\x8e\xe2\x23\xb5\x6a\x1e\x5a\xf8\x7a\x5a\x78\x3a\xac\xd8\x83\xa4\x26\x26\xef\x10\x7b\x70\xac\xa7\x85\xe7\xd3\xdd\xd2\xc2\x23\xb5\xc6\xc1\xc6\xff\x91\x9a\x53\x33\xc6\xd2\xc2\xd7\xd3\xc2\x33\x32\x41\x02\x49\x4d\xb4\x91\x01\x09\x24\xf7\x65\xee\x76\x4a\x4b\xe1\x33\x6d\x80\x04\x8e\xf5\xb4\xf0\x98\x5c\x48\x20\xa9\x55\xdb\xf5\xd1\x62\x2d\x0f\x8d\xa5\x5f\x3e\x3e\x46\x9e\xbd\x57\xcb\xc7\xc7\xb5\x14\x3e\xf6\x70\x2d\x85\x5f\x29\x7c\xdc\xf6\xb5\x14\xfe\xad\xf0\xb1\x60\x01\x10\x1f\xa9\x55\x13\x67\xfa\xd7\x13\x57\x29\xfd\x7b\xf9\x46\x19\xa9\x35\xde\xfd\xb2\xeb\x07\xad\xb8\xe5\xfc\xb7\x81\x56\x1c\xc1\x10\x6b\xa2\xa3\x0c\x18\xe2\x58\x9c\xd9\x1c\x8a\x36\x16\x67\x36\x18\x62\x4d\x54\x92\x01\x43\x24\xf7\x65\xa9\x4b\x6b\x2b\xeb\xb3\x72\x59\x8a\x90\xa3\x45\x06\x5a\x71\x6b\x7a\x11\x9f\x37\x52\xab\x66\x6f\x54\x8a\xd4\x1c\xdf\x31\xd0\x8a\xe4\xfe\x65\x4a\xca\x0d\x0e\xad\x58\xab\x9e\xc0\x0d\x5e\x5f\x91\x7d\x5e\xee\xa6\xff\x7d\x93\x0f\x3d\xe1\xfb\xe4\xe3\xed\xb2\x3b\xbb\x08\xc6\x11\x82\xb1\x26\x14\xca\x40\x30\x0e\x04\xe3\x96\xd3\xc3\x06\x82\x91\x3c\x3b\xdb\x10\x8c\x03\xc1\xb8\x05\xa4\x1e\x08\x46\x52\x13\xda\x76\x20\x18\x07\x82\x71\xcb\xa9\x5c\x03\xc1\x48\x6a\x02\xd9\x0e\x04\x23\xa9\x39\x5a\x64\x20\x18\x49\xd9\x72\x7c\xd5\x40\x30\x8e\xa0\x89\x35\x67\x87\x0c\x68\xe2\x80\x26\x6e\x39\xbe\x6a\x40\x13\x47\xd0\xc4\x9a\x58\x2b\x03\x9a\x38\xa0\x89\x5b\x78\xe8\x01\x4d\x24\x35\x51\x6a\x07\x34\x71\x40\x13\xb7\x1c\x1b\x35\xa0\x89\xa4\xe6\x24\x92\x01\x4d\x1c\xd0\xc4\xcd\xaa\x1a\x34\x91\x3c\xdb\xfa\xa0\x89\xe4\xd9\xc2\x07\x4d\x24\x65\xb3\x0e\x06\x4d\x1c\x6f\x56\x36\x66\x00\x9a\x38\xa0\x89\x9b\x75\x30\x68\x22\x79\xb6\xf0\x41\x13\x07\x34\x71\x0b\xb6\x3c\xa0\x89\xa4\x26\x34\xcc\x80\x26\x8e\x37\xf3\xd9\xfe\x86\x78\x62\xe3\xcd\xba\xbe\x59\xd7\xb8\xf9\x6f\xd6\x15\xe0\xb8\x35\x25\x64\x4a\xdf\x3c\xbd\xf0\xca\xe3\xcd\xd3\x7b\xb3\x9b\x4f\x92\xe2\xb0\x9b\x39\xbe\x78\xa0\x19\x47\x08\xc6\x9a\x08\xb7\xe3\x6d\xd1\x06\xcd\xb8\xe5\x78\x9d\x81\x66\x24\xcf\x86\x41\x34\xe3\x40\x33\x6e\x39\x5e\x67\xa0\x19\x49\xad\x31\x61\x68\x46\x72\x5f\xe6\xa7\x53\x5a\x46\xaa\x98\xb0\xb7\x8f\x43\xa0\xc7\x2d\x47\xee\x0c\xd0\x23\xa9\x39\x68\x66\x80\x1e\x49\x4d\xd8\x9c\x01\x7a\x24\x65\xb3\xd8\x05\x7a\x24\x35\xc1\x70\x07\xe8\x91\xdc\x97\x25\xbb\xcc\xeb\x9b\x79\x55\x50\xe6\x35\xb1\x25\xef\xcb\x52\xbd\x76\x43\x44\x6a\x55\xd0\xf9\x64\x57\x55\xc6\xd2\x61\x23\x47\x78\xc8\x9a\x10\xb9\x43\xf0\xc9\x81\x8d\xdc\x12\x4a\x7b\x60\x23\x49\xad\xea\x83\x15\x7e\xb3\xc2\x39\xa2\x66\x08\x52\x49\x6a\x55\x1f\xac\x30\x84\x72\xcb\x01\x32\x03\x42\x39\x20\x94\x5b\xc8\xef\x01\xa1\x24\x35\xf1\x75\x07\x84\x72\x40\x28\xb7\x9c\x2a\x32\x20\x94\xa4\xe6\x30\x9e\xf1\xb6\x52\xf4\xf6\x99\xe1\x64\x4e\x7c\x66\x78\xb3\xcc\x31\xfd\x6f\x96\xf9\x9d\xef\xd5\xdb\xc9\x9c\xf8\x5e\xfd\x66\x99\xe3\xd0\xbe\x59\xe6\x37\x93\x1b\x40\x7c\xbc\x99\xdc\x37\x93\xeb\x65\x31\xb9\x6f\xf6\x35\x34\xf8\x78\xb3\xaf\xc1\x36\x6b\xf5\xb2\x7c\xd5\x86\x6d\x6e\x39\x47\x62\xc0\x36\x49\x4d\xe0\xdd\x01\xdb\x1c\xb0\xcd\x2d\xc7\x30\x0c\xd8\x26\xa9\x89\xbc\x3b\x60\x9b\x03\xb6\xb9\xe5\xb4\x84\x81\xcb\x24\xcf\x9e\x55\x5c\xe6\xc0\x65\x6e\x67\x2c\x38\x2e\x93\xd4\xc4\xdb\x1d\xb8\x4c\x52\x6b\x5e\x33\x2e\x93\xdc\xbf\xcc\xdd\x18\xce\xc8\xb3\xdb\x15\x97\x39\x00\x97\x5b\xce\x37\x18\x80\xcb\xf1\x61\x38\xd3\x1a\x3e\x0c\x27\xe0\x72\x0b\x85\x3d\x00\x97\xa4\x9a\xdc\x02\x2e\x07\xe0\x72\x0b\xf4\x3f\x00\x97\xa4\x26\x58\xef\x00\x5c\x8e\x0f\xc3\x19\x9a\x7f\x7c\x18\xce\x0f\xc3\x99\x0f\x4c\x18\x4c\xf2\x6c\xc4\xc5\x60\x92\xfb\x97\x79\x00\xc3\x19\xa9\x89\xcd\x3b\x30\x98\xe4\xbe\x2c\x15\x62\x92\xfd\x61\x5f\xbb\x5f\x5e\x92\x14\x3e\xdd\x19\x83\x39\x3e\xdc\xd3\x8c\xe6\x18\xcc\x81\xc1\xdc\x02\xb9\x0f\x0c\x26\xa9\x5b\x66\x2f\x18\xcc\xf1\xb9\x44\x8d\x4b\xbb\xff\x58\x2d\x0b\x83\x59\x13\xdd\x6a\x60\x30\x07\x06\x73\xb3\x18\x89\xc1\x24\x35\x41\x75\x07\x06\x93\xd4\x2d\xa3\x39\x06\x93\xdc\xbf\x4c\x49\xb9\xa7\x91\x9a\x40\xbb\x03\x83\x49\xee\xcb\x92\x0f\xd6\x38\x52\x73\x7a\xd5\xc0\x60\x8e\x27\xc6\xe7\xa9\xd1\x80\x51\x22\x35\x41\xb0\xc6\xa7\x3f\xd9\x8d\x41\x3a\x35\x1a\x8b\x6a\x9f\x2c\xaa\xf9\x84\xf1\xb1\xa8\x86\xe8\xdc\x4e\x8d\x86\x6d\x8f\xd4\x44\xd6\x1d\x88\xce\xf1\x79\x42\xf7\x65\x4e\x83\xe8\x1c\x88\xce\xed\xf2\x54\xd6\x32\x52\x73\x3e\xd6\x40\x74\x0e\x44\xe7\x76\xb9\x1d\x93\x17\x8a\xf3\xd9\x96\x2d\xee\xe7\x10\xf7\x73\x0b\xcf\x3a\xc4\xfd\x24\x35\xb1\xb5\x86\xb8\x9f\x43\xdc\xcf\x2d\xf0\xea\x10\xf7\x93\xd4\x2d\x5e\xb7\xb8\x9f\x43\xdc\xcf\x2d\x68\xe9\x10\xf7\x93\xd4\x84\xef\x1d\x90\xd1\xf1\x04\xf4\xb4\x50\x2a\xa2\x27\xa9\x9b\x7c\xb0\x82\xc8\xd2\xed\x62\x1b\x58\xc1\x90\xa5\xd5\x07\x1c\x64\xe9\x40\x96\x6e\x97\x4e\xcf\x0a\x46\xea\x56\xff\x86\xb1\x1b\x78\x3a\x80\xa7\x9b\x65\x4e\xe0\x29\xa9\x89\xf0\x3b\x80\xa7\x03\x78\xba\x85\x35\x1c\xc0\x53\x52\x37\x85\x66\x24\x23\xcf\xd6\x75\x41\x3e\x49\xd9\x72\x64\xf2\xc0\xa2\x92\x9a\x20\x63\x03\x8b\x4a\xee\xcb\xdc\x4d\xdd\xc4\x7d\x4d\x90\xb1\x81\x45\x1d\x58\xd4\x2d\x84\xdf\xc0\xa2\x8e\xb0\xa8\xcf\x46\x78\x2c\xea\x00\x99\x6e\x39\x93\x79\x80\x4c\x49\x4d\xf8\xde\x01\x32\x1d\x20\xd3\x2d\xf0\xfc\x00\x99\x92\x67\xbf\x3c\xc8\x74\x20\x4a\x37\x48\x19\xa2\x94\x54\x1f\xb7\x10\xa5\xe4\xbe\xec\x48\xda\x29\x2d\x45\xc8\xb7\x7f\x44\xe9\x40\x94\x6e\x30\x33\x44\xe9\x08\x51\x5a\x7d\x03\x43\x94\x0e\x44\xe9\x76\x65\x0c\x42\x94\x92\xba\x65\x26\x80\x28\x1d\x88\xd2\xcd\x12\x2f\xa2\x74\x84\x22\xad\x89\xf2\x3b\xc4\x1f\x1d\x88\xd2\x0d\xca\x85\x28\x25\xcf\x96\x7f\x44\x29\x79\xb6\xf7\x23\x4a\x49\xd9\x90\x51\x88\x52\xf2\x6c\xef\x47\x94\x92\xfb\xb2\xe4\x83\x2d\x8d\xd4\x44\xf4\x1d\x82\x8d\x0e\xa8\xe8\x66\xa9\x19\x2a\x3a\xbe\x4f\x24\xc6\x58\x49\xa8\xe8\x80\x8a\x6e\x96\x78\xa1\xa2\x23\xa8\x68\x4d\x94\xdf\x01\x15\x1d\x50\xd1\x0d\xad\x01\x15\x25\x35\xb1\xde\x06\x54\x74\x7c\x45\x10\xb7\x76\xfb\xb5\x25\x36\xa8\x68\xcd\xf1\x75\x03\x2a\x3a\xbe\xe3\xeb\xb2\x14\xf5\x76\xf5\x6e\x49\x25\x65\x7c\x84\x8a\x92\x07\x47\x80\x8a\x92\xfb\x97\xd2\xe4\x23\xde\x5d\xc2\xf7\x0e\xa8\x28\x29\x9b\xe5\x5c\xa8\x28\xa9\x89\x12\x37\xa0\xa2\xe3\x3b\x45\xd2\x54\x71\x5c\xb9\xc8\x03\x37\x04\x25\x7d\xe4\xbe\xec\xf8\xe9\xf7\x13\x51\x3a\x1f\xa2\xb4\xdf\x29\x4d\x8a\xa6\x75\xf7\xab\x89\x28\x9d\x4f\xfc\xd1\xa0\x07\x53\x00\xd2\xf9\xd2\xb4\x8e\xdc\x2b\x4d\x6b\xbe\x34\xad\x7e\x97\x7d\xbe\xd2\xb4\x48\xcd\xd7\xd5\xf9\xca\x30\x3d\x21\xa3\x5b\x08\x85\x09\x19\x25\x75\xbb\x07\xf8\x09\x19\x25\x35\x61\x77\x27\x64\x74\xc2\x43\xb7\xee\x6e\xa7\x87\x6a\x33\xcd\xcd\x2e\x49\xcb\x65\x7e\xfa\x96\xf6\xce\x65\xf5\x4e\xba\x3c\x33\x43\x72\x62\xe7\x4e\x90\xe7\x04\x79\x6e\xd9\x2e\x3f\x41\x9e\xa4\xe6\x98\xd9\x09\xf2\x9c\x20\xcf\x2d\x7b\xde\x27\xc8\x93\xd4\xed\x49\x52\x50\x43\x72\x76\xa9\x4f\x90\x27\xa9\x89\xa7\x3b\x41\x9e\xa4\xe6\x63\xf3\x04\x79\xce\x97\x78\xda\xfd\xcc\xdd\xba\x87\x1a\x6b\x9f\x9b\x29\xe8\xd3\xe8\xcf\xfc\x74\x78\x80\xa1\x30\x07\x03\x4c\xa8\xe6\x84\x6a\xee\x59\x41\x9e\x50\x4d\x52\x13\x3b\x77\x42\x35\x27\x54\x73\xcf\x1e\xdd\x09\xd5\x9c\x50\xcd\x3d\xcb\xb9\x13\xaa\x39\xa1\x9a\x7b\xd6\x2c\x27\x54\x73\xbe\x8c\x37\x67\xea\xf7\xe3\xb2\x8c\x37\x7b\x28\xef\x09\xd5\x24\x35\x04\xf3\x84\x6a\x4e\xa8\xe6\x9e\xed\x85\x13\xaa\x49\x6a\xb6\x60\x4f\xa8\x26\xb9\x2f\xf3\xd3\x29\x6d\xe6\xb2\xd4\x52\xf6\x9a\x4e\xa8\xe6\xfe\xd2\xc6\xbf\xf2\x66\xdc\x39\x53\xe7\x5f\x79\x33\xee\xa8\xb8\xaf\x3a\xff\x3e\x71\x55\xd3\x92\xbe\xf2\x66\x40\xd1\x3d\xbe\x2a\x49\xf4\xce\x6c\xf4\x9b\x80\x4b\x52\x13\x51\x77\x06\xbe\xbc\x45\xe1\xd3\xa2\x01\x97\x04\xfd\x32\x01\x97\x13\x70\xb9\x67\x5f\xdb\x04\x5c\x12\xa8\xcb\x04\x5c\xce\x27\x16\xe7\x2b\xed\x12\x5d\x39\x31\x92\xfb\xeb\xfc\xed\xd3\xd5\x26\x84\x72\x3e\xc1\x2f\x5f\x6e\xad\x9b\x61\x12\xf7\x10\xd1\x13\x93\x38\x45\xa2\xdc\xb3\x7f\x61\x8a\x44\x49\xea\x96\x66\x25\x12\xe5\xc4\x29\xee\xe5\x76\x80\x26\x4e\x71\xe2\x14\xf7\x2c\xa2\x4f\x9c\xe2\x2c\xec\xf0\x95\xcb\x86\xcb\x86\x27\x6c\xa9\x9e\xe1\x09\xec\xf0\xe5\x97\x9e\x30\x44\x54\xdd\x93\xb9\xd8\xe1\x59\xd8\xe1\xcb\x2f\x55\x4f\x26\xe3\x7b\xd6\x8c\x27\x4e\x91\xd4\x44\x7b\x9c\x38\xc5\x89\x53\xdc\xb3\x66\x3c\x71\x8a\xa4\x6e\x3d\x25\xd5\x5b\x0a\x73\xdd\x73\xb3\x98\xeb\x09\x40\xdc\x73\x1a\xf2\x04\x20\x92\x9a\xb8\xc4\x13\x80\x38\x9f\x70\x92\x59\xbd\x9d\x00\xc4\x59\xf8\x92\x3d\xf5\xb6\x3c\x60\x29\x7c\xcc\x18\x00\x91\xd4\xac\x24\x4d\x00\xe2\x04\x20\xee\x89\xf7\x3d\x01\x88\x13\x80\xb8\x67\x79\x6d\x02\x10\x09\x4a\x69\x0a\x14\x39\x01\x88\x7b\x16\xc4\x26\x00\x91\xa0\x94\x66\xf9\x68\xa4\x4f\xa8\x5b\x0d\x57\xcf\x28\xba\x41\x71\x3b\xdd\x20\x52\x13\xe7\x78\x96\xaf\x27\x3c\x41\x6c\xd3\x6c\xa0\x8b\xa4\xee\x4f\x52\x95\xb4\xbb\xec\x4c\xda\x21\xed\xc8\x65\x25\x49\x4d\xd2\x25\x24\xae\x9f\x76\x69\x3d\x97\xd5\x24\xe5\x3d\x0b\x31\xb9\xe7\x73\xf8\x14\x62\x92\xd4\x44\x4d\x9e\x70\x45\x52\xf7\x7b\xda\x33\xe1\x8a\x13\x60\xb8\xe7\x93\xf3\x04\x18\x92\x9a\x40\xca\x13\x60\x38\x21\x81\x7b\xdd\x72\x99\x0e\x02\xec\xdb\xf3\xf9\x70\x02\xfb\x66\x82\x31\x42\xb9\xa6\x60\x8c\x13\xd8\xb7\xd7\xbc\x54\x60\x1f\xa9\x89\xea\x39\x81\x7d\x33\x2c\xdf\x7d\x59\x4f\x9a\x92\x5e\x4a\x2a\x49\x49\xbb\x92\x66\xbc\x02\xf6\x91\xba\xab\x23\xbd\x2d\x52\x13\x0f\x74\x02\xfb\x26\x62\x6f\xcf\xe7\xa5\x89\xd8\x23\x75\x2f\x6e\x76\x49\x52\xaa\x18\x6c\xdc\x1d\xa9\xbb\xda\x1d\x2a\x44\xa0\xd6\x7c\x74\x99\x48\xb9\x09\x81\xdb\x33\xf5\x9e\x18\x38\x52\x13\x5b\x79\x8a\xb2\x38\x61\x71\x7b\x26\xd0\x13\x16\x47\xea\x1e\x83\x01\x8b\x9b\xb0\xb8\x7d\xf3\xb6\xb4\x72\x58\xdc\xbe\x79\x5b\x9a\x6f\xa4\x26\x2c\xf3\x84\xc5\x4d\x58\xdc\x1e\x9f\x7a\xc2\xe2\x48\x4d\xa8\xe6\x09\x8b\x9b\x4f\x2c\xc4\xac\x04\x4f\xbc\xdb\xc4\xbb\xed\x21\x49\x27\xde\x6d\x3e\xb1\x0a\xf9\x2a\xd8\xb3\x29\x32\xe1\x6e\xc0\x12\x99\x90\xd4\x04\x5c\x9d\x22\x13\x4e\xec\xd9\x6e\x3c\xc1\x9e\xcd\xf0\x66\x75\xbf\x67\x60\x53\x64\xc2\x89\x3d\xdb\x19\x51\xec\x19\xa9\x89\x06\x3d\xb1\x67\x13\x7b\xb6\x87\x62\x9c\xd8\x33\x02\x14\x9c\xd8\x33\x72\x5f\xe6\x09\x53\xda\xcc\x65\x5b\x92\x96\xa4\xaf\x80\xc4\x77\x65\x86\x57\xbb\x25\x95\x59\x93\x0f\xcd\x3c\x52\x73\xb0\xf1\x14\xc0\x70\xc2\xd1\x76\xb6\x0b\x8e\x46\x6a\x42\x40\x4f\xb1\x04\xa7\x58\x82\xbb\xfe\x26\x96\x20\xa9\x09\x01\x3d\xc5\x12\x9c\x62\x09\xee\x09\x35\x3e\xc5\x12\x24\x75\xaf\x29\x81\x96\xbf\x69\xf9\x9a\xf9\xa6\xe5\x6f\x5a\xfe\x26\x49\x76\xb5\x5f\x2f\x1a\x02\x37\x83\xc0\xd5\x04\x94\x9e\x10\xb8\x09\x81\xdb\x9f\x8c\x18\x67\x22\x60\xca\x09\x81\x9b\xc2\x0b\xee\xcf\x13\x86\xbc\x65\x9c\x49\x40\xe9\x09\x81\x9b\xd8\xb6\xfd\xf9\xa9\x01\x24\x52\x13\x6a\x77\x62\xdb\x08\x0c\x73\x62\xdb\x48\xd9\xb3\xb4\x3f\xb1\x6d\xa4\xee\xdb\xf9\xdb\xe3\xb7\xb0\x82\xe4\xbe\x4b\x4a\xa8\x9b\x45\xea\x9e\x81\x14\x21\x37\x31\x6d\x7b\xce\x8b\x9e\x98\x36\xb2\x5d\xf7\xe3\x31\x6d\x73\xd7\x3e\xe3\x9d\xed\xda\xa7\x78\x81\x7b\x4e\x90\x9e\xe2\x05\xce\x70\x6e\xd5\x23\x61\x6e\xa4\xec\xd9\x59\x30\x77\xed\x73\xd7\xf0\xe2\x9d\xed\x1a\x9e\x78\x81\x7b\xa2\x2b\x4f\xf1\x02\xe7\xae\xe1\x65\x86\x80\x6d\x23\x35\xd1\x85\x27\xb6\x8d\xdc\xbf\x3c\x92\x26\x1f\xf1\xf3\x9f\x67\xf2\xf3\x41\x6b\x7b\xf6\x24\x4c\xd0\xda\x0c\xa8\x56\xb3\x9b\x61\x0a\x21\x48\xee\xcb\xf2\x04\xcd\x18\xb4\xf6\x3c\x80\x01\xdf\x9f\x66\x9c\x99\x04\x68\x8d\xd4\x04\x4d\x9e\xa0\xb5\xb9\x3f\xcd\x38\x96\x19\xb4\x46\x50\xb1\x13\xb4\x36\xf7\xa7\x19\x67\xda\x00\x5a\x23\xf5\xc9\x87\x66\x0c\x5a\x7b\x9e\xc9\x80\x83\xd6\xf6\x84\xf0\x9d\xa0\xb5\x09\x5a\x0b\x4f\x3b\x41\x6b\x73\x7f\x3a\xc0\x99\x92\xea\x00\x68\xb4\xf0\xb4\x13\x8d\x36\xf7\xa7\x03\xc4\x85\x45\xa3\x91\x9a\x30\xc7\x13\x8d\x36\xf7\xa7\x03\xc4\x13\xd8\x75\x80\x5d\x07\xc8\x54\x65\xd7\x01\xf6\x27\xbc\xf7\xe5\x09\x5e\xf3\x48\x8d\x67\xfa\xb2\x0f\x35\xfe\xf4\x93\x18\xb0\x5d\x3f\xd9\xf5\x93\x0c\x4b\x70\x37\x52\x13\xd2\x78\xc2\xdd\x48\xd9\x13\x30\x76\xee\xfa\xc9\xae\x9f\xc4\xe5\xd9\x75\x84\xfd\xe9\x08\x5d\xda\x29\x2d\x75\xa4\xda\x74\x84\x7d\x6a\x20\x5d\x9a\x06\x92\x55\x8f\xa7\xda\xa6\x12\x24\xe4\xe6\x9e\xe8\xb0\x33\xc0\xdd\x23\x75\x8f\xdd\x87\xdd\x91\x9a\xf3\xd0\xe7\x6e\xf0\xda\xd7\x93\xdd\x14\x94\x27\x17\xa9\x09\x90\x3c\x77\x9e\xdc\xbe\xd4\x6e\x1c\xa8\x7d\xa9\xdd\x7c\x15\x4c\x80\xe4\xb9\x2f\xb5\x6b\x28\xcc\xb1\xe9\x13\xd7\x47\x6a\x02\x24\xcf\xfd\xad\x8e\x8c\x8e\x89\x8f\x3a\xa1\x7e\x13\xea\xf7\xbc\x65\xd3\x2f\xa8\xdf\x7e\x54\x97\xc9\xdb\x27\xc3\xb4\xb7\xfc\x51\x6d\x1f\x91\xd2\x33\xb2\x40\xfd\x26\x86\x2f\xe1\xa7\x27\x86\x6f\x62\xf8\xf6\x23\x23\x0b\x86\x8f\x60\x9f\x27\x86\x6f\xa2\xee\xf6\x38\xe7\xa8\x3b\x72\xff\x52\x9a\x92\xde\x02\x87\x9e\x09\xaf\xf8\xc8\x7d\x59\x8a\xf0\x7d\x1e\x9a\xa6\xe5\xbd\x7c\xbd\x17\x03\x77\x76\x88\x4c\x0c\xdf\xc4\xf0\x79\x09\x18\xbe\x89\xe1\xdb\x8f\x8c\x05\x18\x3e\x52\xf7\x38\xc0\x18\xbe\x29\x8c\xe2\x9e\x8d\x24\x53\x18\x45\x52\xbd\x2b\x0c\xdf\xc4\xf0\xed\x41\x9f\x27\x86\x8f\xd4\x04\xfc\x9d\x18\x3e\x52\xb3\xf5\x68\x62\xf8\x48\xd9\x03\x2b\x4f\x0c\x1f\xa9\xde\xf2\x71\xc8\x07\x37\x23\xb0\xf2\x3c\xb8\x19\x50\xbf\xec\x50\x9a\x50\xbf\x09\xf5\xdb\x03\x2b\x4f\xa8\xdf\x0c\xde\x07\x0f\x9f\x87\x4f\x33\x50\xbf\xfd\x88\xe1\x85\xfa\x91\x9a\xa8\xbd\x13\xea\x37\xa1\x7e\x7b\xce\xa9\x9f\x50\x3f\x52\x13\xa1\x77\x42\xfd\xc8\x7d\x99\x87\x4e\x69\x2b\x97\xa5\x8e\x42\x32\xcf\xe3\x54\x47\x31\xc6\x87\xaf\x3a\x91\x9a\x08\xbd\x13\x24\x38\xd1\x7f\x89\xc6\x3b\xd1\x7f\x13\xfd\xb7\x87\x16\x9e\xe8\xbf\x19\xd4\xaf\x26\x0a\xee\x44\xfa\x91\xaa\x39\x23\xfd\x26\xd2\x6f\xcf\x11\xfa\x13\xe9\x47\xa0\xf1\x13\xe9\x37\x0f\x26\x3b\x3b\x55\xe6\xc1\x64\x47\xaa\x56\x7f\x30\xd9\x07\x93\x9d\xc0\x95\xf3\x60\xb2\x23\x55\xab\xc7\x08\x92\x7a\xfc\x0d\x7b\xcd\xe7\xc1\xa2\x1f\x2c\x7a\xc0\xe1\x79\xb0\xe8\xc7\xed\xa6\xd7\xa3\xa6\x52\x79\xe9\xe0\xc3\x3d\x9b\x56\x26\xf8\x70\x26\x72\x64\x4d\x7c\xdd\x29\x72\xe4\x04\x1f\xee\x89\xbb\x38\xc1\x87\xa4\xea\x3b\xe0\xc3\x09\x3e\xdc\x73\xc2\xfe\x04\x1f\xce\x84\x84\xac\x4f\xdf\x61\xbd\x85\x84\xdc\x73\xc2\xfe\x14\x12\x92\xd4\xa7\x53\x24\x24\xe4\x3c\xf2\xa5\x73\x4f\x08\xc4\x19\x60\xf1\x96\xd4\x4d\x1c\x24\x8c\x22\xa9\x4f\x3f\x61\xd1\x31\x8a\x7b\x00\xe6\x89\x51\x24\x8e\x08\x98\x18\x45\x72\x5f\x96\x87\xb2\xe8\x18\xc5\x44\xf0\x9d\x18\x45\x72\x5f\xe6\xa1\x4a\x15\x16\x22\x11\x7c\xa7\x90\x90\x13\xca\xb8\x27\x8c\xe1\x84\x32\xce\xe0\x8b\x35\xdb\xb7\xe6\x61\x22\x0e\x65\xdc\x0f\x7d\x9d\xf9\x86\x32\xe6\x10\x82\x09\x65\x9c\x62\x3d\xee\x4d\xc7\x66\xbe\x23\xf5\xe9\xd7\xcc\xf7\x91\x45\x9d\xbd\xe9\x8a\x6f\x0f\xcd\xa2\xce\xd3\xaf\x59\xf4\x48\x7d\xfa\x30\x8b\x1e\x29\x7b\xd3\x51\xde\xf2\x91\x75\x9e\x04\xeb\x9d\xc7\x5b\xe1\x19\xfe\xa6\xf3\x30\xfc\x61\x21\x9d\x1f\x30\x0f\x86\xff\xf8\x3c\x77\x4b\xbd\x31\xfc\x91\xfa\x58\x04\xd3\xa2\x83\x45\x6f\x3a\x14\x8b\x1e\xa9\x8f\x45\x60\xd1\x8f\xaf\xbb\xb1\xa4\x5f\x77\xfb\xba\x5b\x0a\xff\x7d\xee\xd6\x5c\x26\xcd\xfb\xcb\xd7\xb3\x6c\x54\x9b\x87\xaf\x67\xc0\xcb\x3d\x7b\x5b\x26\xf0\x72\x02\x2f\xd9\x17\x64\xe5\x44\x56\xee\xe1\xbe\x27\xb2\x92\xd4\x04\xf0\x9d\xc8\xca\x89\xac\xdc\xb3\x91\x65\x22\x2b\x89\x13\x0a\x26\xb2\x72\x22\x2b\xf7\x1c\xd3\x3f\x91\x95\xa4\x66\xdb\xdb\x44\x56\x12\x87\x16\x4c\x64\x25\x29\x7b\x22\x74\x4d\x91\x29\x49\x4d\x68\xff\x29\x32\x25\xb9\x2f\xdb\x92\x76\x4a\x4b\xe1\x9b\x5f\x5e\x92\x14\x3e\x15\x82\xd3\x9c\x61\x33\x2b\x0b\xd6\x78\xe1\x38\xcd\xbd\xc9\x08\xf3\x8d\xd3\xcc\x11\x08\x13\xa7\x39\x1b\xf3\xdd\x3c\x81\xf9\x6e\xcc\x77\x0c\x5d\x63\xbe\x1b\xbb\xdc\xfc\x94\x5d\x6e\xec\x72\x3c\x3b\x84\x27\xa9\xd9\x7e\x37\x1b\x2f\xbc\xf1\xc2\xb3\x61\x66\x36\x5e\x78\xa4\x32\x91\xcd\x07\xf8\xc8\x7d\x59\x8a\x70\x2a\x3c\x2b\x1f\xcf\xae\xb1\xf2\x10\xd2\xbd\xc5\xa3\x82\x90\x4e\x08\x69\x62\xfb\x4e\x08\xe9\x84\x90\xee\x89\x2a\x35\x21\xa4\xc4\xf1\x0c\x13\x42\x3a\x85\xe0\xdc\xb3\x3b\x66\x0a\xc1\x39\x21\xa4\xc7\xf3\x80\x58\x37\x08\xe9\x9e\xa0\x02\x13\x42\x4a\x2a\x2b\x0b\x21\x25\x4e\x6c\x98\x10\x52\x52\xf6\x44\x61\x9a\x10\x52\x52\x13\x78\x77\x42\x48\xc9\x7d\x59\x8a\xc0\x8e\x43\x48\x0f\x25\xe0\xac\x63\x43\xf7\x44\x5c\x9a\xd8\xd0\xd9\x98\xf6\xf8\x62\x8d\x69\x6f\xe3\x79\x68\x32\xc2\xb4\x37\xa6\x3d\xbe\x58\x63\xda\x21\xa4\x7b\x42\x09\x4d\x08\x29\xa9\x06\x05\x08\xe9\x6c\xbc\xf0\x33\x1e\x44\xe3\x85\x37\x36\x5b\x7d\xb0\xd9\x8d\xcd\xce\x38\xd1\xd8\x6c\xa0\xe9\x1e\xbe\x7d\x02\x4d\x67\x63\x8c\xe3\xec\x35\xc6\x18\x68\xba\x67\x5b\xcd\x04\x9a\xce\xc6\xca\x66\x38\x69\xac\x6c\x63\x65\xb3\x5f\x66\x36\x56\xb6\xb1\xb2\xaa\x8d\x95\x6d\xac\x6c\xa2\xc9\xcc\xc6\xca\x36\x56\x56\xb5\xb1\xb2\x8d\x95\x0d\xa5\x3e\x1b\x2b\xdb\x58\xd9\x2e\xc9\x43\x59\xd9\x8c\x13\x8d\x95\x15\x6a\x74\x3f\xb7\xdf\xde\x60\x3e\x45\x22\x25\xd5\x30\x22\x12\xe9\x84\xc8\xee\x09\xae\x30\x21\xb2\x13\x22\x9b\x58\x33\x13\x22\x3b\x21\xb2\xfb\x99\x51\x09\x22\x4b\xea\xe1\xed\x32\xc2\x10\xd9\xfd\xcc\xf4\x1a\x22\x4b\xaa\x41\x09\x22\x3b\x1b\x5b\x1d\x70\x7e\x36\xb6\x3a\x52\x9b\x46\xc0\x56\x47\xaa\x71\x4a\xf4\x51\x52\xf6\x44\x4d\x98\xa2\x8f\x12\xc7\x87\x4c\xd1\x47\xc9\x7d\x99\x34\x85\x8f\xf9\x6e\x9a\x0f\xf3\x8d\xb7\xdd\x13\x5c\x61\xe2\x6d\x67\x18\xdb\x6a\xd4\x3b\x99\x6f\xbc\xed\x9e\xc0\xea\x13\x6f\x4b\x6a\x02\xed\x4c\xbc\xed\xc4\xdb\xee\xd9\xaf\x33\xf1\xb6\xa4\x26\xcc\xed\xc4\xdb\x4e\xbc\xed\x9e\x48\x0a\x13\x6f\x4b\x6a\xc2\xdc\x4e\xbc\x2d\xa9\xd9\x80\x3a\x4f\xe6\x1b\x82\xbb\x27\xea\xc5\x84\xe0\x92\x9a\x0d\xa8\x13\x82\x4b\xee\xcb\x6a\xd2\x4e\x69\x29\x7c\xf1\xcb\x4b\x92\xec\xc6\x0e\x9d\x87\xec\x1e\xc9\x6e\xf1\xcb\x27\xbb\xea\x28\x76\x08\xa9\x3b\x91\xba\x09\x55\x3b\x91\xba\x13\xa9\xbb\x67\x5b\xcf\x44\xea\x92\x9a\xed\xac\x13\xa9\x3b\x91\xba\x7b\xb6\xf5\x4c\xa4\x2e\xa9\x09\x32\x3b\x91\xba\xf3\x6c\x1f\x97\x79\xc2\x57\xda\x37\x97\xa5\x2a\x7d\x7e\x01\xf4\xee\xd9\xc3\x33\x01\xbd\xa4\xf2\x16\x00\xbd\xc4\x59\x32\x13\xd0\x4b\xee\x5f\x4a\x93\xdd\x0c\x06\x1c\x08\x40\x2f\x29\x7b\xb6\xf5\x4c\xe1\x4d\x67\x20\xdf\x9a\x60\x44\x13\xe3\x4b\x6a\xcb\x94\x50\x28\xd3\x79\x32\xfc\xd9\xe9\x33\x4f\x86\x3f\x52\xb3\xad\x76\x9e\x0c\xff\xc9\xf0\x27\x3e\xc4\x3c\x19\xfe\x88\x33\x6d\xe6\xc9\x97\x3f\x19\xfe\x44\x74\x98\x27\xc3\x1f\xa9\x1c\x19\x5c\xf1\x3c\x59\xf9\x4b\xe3\x65\xe5\x23\x8e\xbe\x99\x27\x2b\x0f\x3f\xde\x2f\x8d\x97\xf9\x86\x1f\xf3\x77\xe0\xc7\x13\x7e\xbc\xe7\xa0\xfd\x09\x3f\x26\x8e\xbe\x99\xf0\xe3\x09\x3f\xde\x2f\xef\x8f\xf9\xc6\x15\xb7\x4d\xd2\x92\xf4\x75\x59\x4a\xcf\xe5\xc6\x15\x27\xee\xd1\xc4\x15\x13\x47\xdf\x4c\x5c\x31\x29\x7b\x76\x17\x4d\x5c\xf1\x4c\x48\x55\x47\xdf\x4c\x21\x55\xe7\x99\x5d\x03\x7b\x0e\xae\x9f\xa7\x4f\x21\x91\x9a\x00\xaa\xf3\xf4\x25\x04\x57\xbc\xe7\xf4\xf9\x89\x2b\x26\xd6\x3b\x71\xc5\x13\x57\x9c\x33\x73\x26\xae\x78\xe2\x8a\xf7\x9c\x06\x31\x71\xc5\xc4\x99\x39\x13\x57\x4c\xca\x9e\x4d\x4e\xf3\xca\x41\xd3\x13\x57\x9c\x90\xaa\x13\x57\x4c\xee\xcb\x3c\x74\x4a\x4b\xad\xc5\x1a\xe1\x8a\x27\xae\x78\xcf\xa1\x11\x13\x57\x4c\x2a\xb7\x0b\x57\x4c\x6a\xe2\x2a\x4d\x5c\x31\xb9\x7f\x99\x22\x68\xe1\x81\x85\x6b\xe2\x2a\xcd\x2b\xc7\xba\x4e\xc1\x58\xf7\x1c\x1a\x31\x51\xc2\x13\x25\xcc\x61\x43\x09\x4f\x94\xf0\x9e\x63\x1e\x26\x4a\x98\x54\x0e\x1b\x4a\x78\xa2\x84\xf7\x6c\x93\x9a\x28\x61\x52\x5b\xf3\x4b\x85\xd7\x9c\xaf\x7c\x98\x45\x09\x93\x9a\x28\x4d\x13\x25\x4c\x1c\xf1\x33\x51\xc2\xa4\xec\x97\x92\x6a\xe1\x28\xe1\xec\x97\x9e\x28\xe1\x79\x3d\x2d\x5c\x49\xb5\x70\x94\x70\x02\x99\x4e\x94\xf0\xbc\x9e\x16\xae\x08\x5a\xf8\xa5\x85\xc7\xc6\x5e\x5a\x78\xe4\xbe\x2c\x79\x1b\x5e\xe9\xc8\x43\x4f\xbf\xf4\xd0\xa7\x23\xc8\xaf\x8e\x10\xa9\x9c\xc9\x8b\x1f\x03\x4d\xde\xaf\xd6\x7e\x7b\xdc\x46\x2e\x93\xca\xd7\x44\x2e\xcf\xcb\x04\xf3\x72\x67\x13\xcc\x48\x6d\xf9\xa2\x77\xf1\x69\xae\xa7\xb5\xc7\x3d\x04\x38\x93\x9a\xad\xde\xf3\xf2\xe1\xef\xe2\xd3\x5c\xb1\xb7\x17\x9f\x26\x52\xdb\xf3\x4b\x15\xc1\xa7\xc9\x59\xda\xf3\xe2\xd3\x44\x1c\x89\x34\x2f\x3e\x0d\x82\x7a\xbf\x62\x5c\x11\xd4\x13\x41\xbd\xe7\xf0\x8c\x89\xa0\x9e\x08\xea\x1c\x93\x34\x11\xd4\x13\x41\xbd\xe7\xa0\x8c\x89\xa0\x26\xb5\xe9\x9e\xfc\x0c\xf1\x6c\xf7\x1c\x8b\x3c\xc5\xb3\x25\x4e\x53\x9a\x08\x6a\x72\x5f\x96\x62\xd9\x64\x11\xa9\x4d\x49\x7d\x0c\x04\x5a\xef\x89\xf7\x31\x81\xd6\xc4\xa1\x4b\x13\x68\x4d\x2a\xe7\x5b\x3c\x5b\x72\xff\x32\x45\xe0\x8e\x5c\xdc\x11\x75\xc4\x1d\xb9\xb8\x23\x3d\x43\xcb\xc5\x1d\x09\x96\xed\xb8\xa6\x79\xf9\xb4\x08\xd1\xde\x73\x60\xc7\x84\x68\xcf\xce\x1d\x49\x55\x8a\x71\x3b\xc5\xb8\xdd\x73\x56\xf0\x14\xe3\x96\x54\x7e\xbb\x18\xb7\x53\x8c\xdb\x3d\x87\x00\x4f\x31\x6e\x49\xe5\xb7\x8b\x71\x3b\xc5\xb8\xdd\xb3\x37\x6c\x8a\x71\x4b\x6a\x22\xa5\x4e\x0c\x38\xa9\xd9\xd4\x3e\xc5\xb8\x25\xf7\x2f\xf3\x00\xee\x48\xe7\x8e\xc4\xc3\xec\xdc\x11\xf4\xf8\x9e\xbd\x61\x13\x3d\x4e\x6a\xa2\x9d\x4e\xf4\xf8\x44\x8f\xef\xd9\x1b\x36\xd1\xe3\xa4\x26\xda\xe9\x14\xeb\x76\x76\x56\xd8\xde\xad\xce\x0a\x77\x56\x38\x8e\x68\x67\x85\x3b\x3f\xa3\xc7\x32\x77\x7e\x46\x67\x85\xbb\x24\x85\x67\x5e\x73\xae\xc7\xc4\xa2\x93\x6a\x36\x82\x45\x27\x35\x41\x4c\x27\x16\x7d\x8a\xaf\xbb\xdb\x94\x25\xbe\xee\xc4\xa2\x67\x93\xff\xc4\xa2\x4f\x2c\xfa\x9e\xd3\x3f\x26\x16\x9d\xd4\x04\x31\x9d\x9d\xb7\x00\x4f\xdf\x73\x9c\xe8\x84\xa7\x4f\x78\xfa\x9e\xc3\x22\x27\x3c\x7d\xc2\xd3\x13\xb0\x74\xc2\xd3\x27\x3c\x7d\xef\xde\x0c\x1b\x06\x4f\x4f\xd4\xd1\x09\x4f\x9f\xf0\xf4\xbd\xab\x72\xc6\x09\x9e\x9e\xa8\xa3\x13\x9e\x4e\xee\xcb\x52\x2c\x5b\x4f\x22\x35\x51\x47\x67\x37\x98\xa3\xd8\x8f\x97\x4a\x62\xa4\x50\xec\x26\x59\x28\x76\xe2\xc0\xb0\x89\x62\x27\xf7\x2f\x53\x04\x83\x79\xa4\x9a\x77\x75\xd3\x33\xb0\xfb\x91\x43\x3c\x26\xd8\x7d\xf6\x7c\x18\x4b\x58\xbc\xd9\x7d\x18\xeb\x59\xea\x38\x5e\x4a\x6a\x80\x8f\xd4\x33\xee\x08\xfe\x7d\x26\xda\x6f\x4d\xe4\xd0\xd9\xcd\xe2\x44\xfe\x3d\x5e\xb2\xcb\x94\x45\x6a\xc2\x84\x4e\x91\x7f\x27\x72\xfe\x78\xb9\x1b\x53\x16\xa9\x26\x76\xdd\x5c\x2c\x52\x8e\x1c\xf6\x37\xbb\x2f\x5e\x11\x87\x99\xcd\x6e\x6b\x4b\xe4\xbe\x2c\x85\x37\x27\x8b\x38\xcc\x6c\x76\x73\x32\x68\xfe\xf1\xd2\xc1\xd9\xca\x88\xc3\xcc\xa6\xd0\xc2\x13\xad\x7f\xbc\xe2\x1b\xa0\xf5\x67\xcf\x76\x97\x23\x27\xc3\xcd\xce\xfa\xf4\xaf\x27\x24\x6f\x26\x3e\xa0\xfe\xe3\x95\x69\x14\xa8\x9f\xd4\x84\xf1\x9b\xa0\xfe\x29\x02\xf1\x91\x63\xd5\xa6\x08\xc4\xa4\x86\xef\x98\x22\x10\xcf\xb1\xab\xcb\x38\x0c\x83\xa5\x89\xd4\xc4\x09\x9d\x83\xa5\x19\x87\x46\x13\x4f\x60\xb0\x34\x11\x87\xaf\x4d\xa7\x06\x90\x9a\x38\xa1\x73\xb0\x34\x91\x72\xe4\x5c\xaf\x39\x58\x9a\x48\x4d\xec\xc0\x39\x58\x9a\xc8\x7d\x99\xb4\x53\x5a\x0a\x9f\x3a\x1a\x2c\x8d\x63\x09\x8e\x57\xc6\x6e\xc7\x12\xcc\x1c\x45\x50\xcd\x82\x07\x7f\x6f\xb4\xe7\xa1\x29\x02\x4b\x13\xa9\xe7\x76\xfc\xf6\xd0\x3d\x18\x22\x87\x1b\x1c\x39\xa8\x6b\x3a\xdc\x60\x3a\xdc\xe0\xc8\xd1\x4f\xd3\xe1\x06\xa4\x26\x78\xe1\x74\xb8\xc1\x74\xb8\xc1\x91\x53\x98\xa6\xc3\x0d\xa6\xc3\x0d\xc2\xc3\x4c\x87\x1b\x4c\x87\x1b\x1c\x39\xe9\x68\x3a\xdc\x80\x54\xb3\x75\x87\x1b\x4c\x87\x1b\x1c\x39\xd6\x68\x3a\xdc\x60\x8e\x7c\x62\x0a\x36\x33\x87\x4f\x4c\x0e\x37\x38\x4a\x7a\x94\xc3\x0d\x48\x4d\x78\xc4\xe9\x70\x03\xe2\xe4\xbb\x39\xb8\x66\xce\x3b\x38\x72\x24\xd0\x74\xde\x01\xa9\x09\x85\x38\x9d\x77\x40\xee\xcb\xdc\x4d\xe1\xe3\xc1\x25\x16\xe9\x74\xde\xc1\x74\xde\xc1\x91\x73\x48\xa6\xf3\x0e\x88\x73\xf4\xe6\xb0\xa1\xc7\x11\x08\x47\x8e\xec\x99\x8e\x40\x98\x23\x9f\x7b\x8e\xa2\x2e\xd9\x93\x48\x0d\xbf\x33\x07\x73\xe2\xa4\x84\xa3\xa8\x24\x86\x22\x52\x13\xb3\x74\x0a\x08\x3d\x1d\x9e\x70\x14\x99\x63\x01\x1c\x9e\x70\xe4\xc4\x8e\xe9\xf0\x84\x99\x20\xd0\x35\x71\x4c\xe7\xe0\xcc\x08\x08\x7d\xe4\xb8\x87\x29\x20\x34\xa9\x3e\x4c\x08\x08\x3d\x05\x84\x3e\x72\x9e\xc2\x14\x10\x9a\x54\x1f\x26\x04\x84\x9e\x02\x42\x1f\x45\x7b\xe4\xa5\x44\x1c\x19\x38\x1d\xd8\x40\x6a\x22\xa0\x4e\x01\xa1\x49\x39\x72\x14\xc0\x1c\xbc\x94\x48\x0d\xa9\x34\x07\x3b\xe1\xa8\x87\x23\x47\x01\x4c\x47\x3d\x90\x9a\x68\xa7\xd3\x51\x0f\x73\x32\x0a\x21\xe9\xe7\x64\x14\x26\xa3\x90\xaf\xd4\x93\x51\x98\x8c\x82\x8d\x77\x93\x51\x98\x8c\x42\xc6\xcc\xc9\x28\x4c\x46\xc1\xc6\xbb\xc9\x28\x4c\x46\xa1\x49\xda\x24\xbd\x5d\x96\xbb\xe9\xb3\x53\x9f\xcd\xd0\x2a\x08\xf5\x74\x48\xc4\x11\xb0\x7b\x3a\x24\x82\xd4\xc4\xb7\x9c\x0e\x89\x98\x0e\x89\x38\x6c\x9f\x73\x48\x04\xa9\xbe\xca\x38\x24\x62\x3a\x24\xe2\x08\x63\x3d\x1d\x12\x41\xea\x19\x1f\xdf\x21\x11\xa4\x9e\x99\x7f\x38\x24\x82\x94\xc3\xc6\x3b\x41\xa8\x49\x4d\x4c\xd4\x29\x08\x35\xb9\x2f\x4b\x11\x18\x82\xc9\x10\xe4\xcb\xf5\x64\x08\x1c\x39\x71\xd4\x18\x31\x47\x4e\x4c\x47\x4e\x1c\x39\xaa\x65\x3a\x72\x62\x3a\x72\xe2\x08\x43\x3b\x9d\x29\x31\x9d\x29\x11\xc4\x6b\x3a\x53\x62\x3a\x53\xe2\xa8\x32\xcc\x63\x70\xa6\x84\x2f\x4b\xce\x94\x98\x33\x9b\x55\x8f\x2a\x27\xa6\x38\xce\x94\xf0\x65\xc9\x99\x12\xa4\x1c\x81\x3d\xe7\xe4\x31\x4c\x1e\x43\xe6\x2b\x93\xc7\xe0\xe8\x89\xa3\x7a\x02\x8f\xc1\xd1\x13\x09\x9e\x3a\x1d\x3d\x41\x6a\x18\xb2\xe9\xe8\x09\x72\xff\x52\x9a\xec\xf2\x18\x32\x37\x71\xf4\x04\xb9\x2f\x93\xa6\x2e\xf3\x95\xc0\x37\xa9\xe9\x2b\xc1\x9c\x4f\x76\xa5\xc9\x6e\xbe\x12\xf8\x26\x35\x39\x11\x4e\xa8\x38\xc2\x53\x4e\x27\x54\x10\xdb\x9d\x9d\x50\x31\x9d\x50\x71\x3e\x49\x9b\x24\xb9\xcd\x6c\x45\xc8\x69\x52\xcf\xcc\x25\x9c\x50\x41\xee\xcb\xb6\xa4\x9d\xd2\xf2\xe6\xd3\x4b\x1d\x5a\x41\xee\xcb\xfc\xb4\x4b\xcb\x3b\x48\x2f\x15\x99\x7a\xe6\x6c\x8b\xfb\x32\x3f\x5d\xd2\x14\xea\x4c\x52\x0a\xb5\x9e\xf6\x2c\x4d\x7b\x76\xde\x85\x2f\x68\xce\xbb\x20\xd5\xa7\x31\xe7\x5d\x90\x72\x04\x76\x9c\xce\xbb\x98\xce\xbb\xf0\x69\xcc\x79\x17\x73\x3d\x0d\x35\x03\x9b\x83\x2c\xa6\x83\x2c\x12\x13\x75\x3a\xc8\x62\x3a\xc8\xe2\x08\x64\x38\x1d\x64\x41\x6a\x02\xa0\x4e\x07\x59\x4c\x07\x59\x1c\x5b\x4c\x83\x83\x2c\x48\x4d\x00\xd4\xe9\x20\x8b\xe9\x20\x8b\x63\xcb\x87\x5d\x07\x59\x90\xea\x73\x99\x83\x2c\x48\x3d\xfb\x6f\x47\x11\x9b\xce\xb9\x20\xe5\xd8\xe2\x22\x3a\xe7\x62\x3a\xe7\x22\x71\x4f\xa7\x73\x2e\xa6\x73\x2e\x8e\x00\x7c\xd3\x39\x17\xc4\xd1\xa4\x73\x19\xa9\x9c\x73\x71\x04\x88\x9b\xce\xb9\x20\xf5\x92\x73\xbd\x4e\xb4\xea\xc3\x5e\x51\xa7\x55\x4c\x67\x4e\x1c\xa1\xa8\xa6\x33\x27\x48\xf5\xa5\xcf\x99\x13\xd3\x99\x13\x47\xb8\xa7\xe9\xcc\x89\x29\x0c\xf5\x11\x68\x68\x3a\xff\x61\x3a\xd8\xe1\x80\xa2\x38\xd8\x61\x26\x0c\xb5\x43\x52\xa7\x30\xd4\x53\x18\xea\x23\x31\x3b\xa6\x30\xd4\xa4\x26\x16\xe9\x74\xfe\xc3\x14\x86\xfa\x80\x4a\x08\x43\x4d\x6a\x50\xc5\xe9\xfc\x87\xe9\x60\x87\x03\x03\xe1\x60\x07\x52\x13\x8b\x74\x3a\xd8\x81\xd4\x4b\x95\x1b\xbd\x1c\xec\x70\x3c\x1d\xcf\xe8\xe5\x60\x87\x4b\x95\x73\x69\x9d\xd8\x70\xe0\x0c\x9c\xd8\x40\xaa\x0f\x98\x6f\xa3\x97\x88\xd0\x87\x5d\xa6\x0e\x54\x98\x02\x3b\x1f\xb6\x4e\x0b\xec\x4c\xea\x55\x24\x5d\x92\xde\x2e\xcb\x4f\x59\x80\x48\xf5\xed\xf3\x6d\x86\x2a\xec\xf2\x61\x57\xb0\xc3\x0d\x66\x0e\x2f\x28\x87\xbd\x9c\x6f\xc6\x3f\xe2\x0c\xda\xf9\x66\xfb\x9d\x64\x70\xd8\xa4\xe9\x24\x83\xe9\x24\x81\xc3\x8e\x45\x27\x09\x4c\x47\x04\x1c\x76\xe8\x39\x22\x60\x26\xe0\x71\x0d\xd0\x39\x05\x3c\x9e\x8e\x08\x38\x6c\x52\x73\x44\x00\xa9\x01\x3a\xa7\x23\x02\xa6\x23\x02\x0e\x3b\xd2\x1c\x11\x40\x6a\xa2\x91\x4e\x47\x04\x4c\xec\xff\x61\x0f\x19\xf6\x9f\xd4\x44\x23\x9d\xd8\x7f\x52\x7d\xac\xc5\xfe\x93\x72\xd8\xa7\x85\xfd\x27\xd5\xc7\x5a\xec\x3f\xb9\x2f\x73\x37\x35\xa2\x99\x67\xc2\x84\xfd\x27\xf7\x65\x9e\x20\xbb\x53\x76\xf3\x1a\xe6\x93\x5d\x75\x14\xd3\x89\xfd\x9f\xd8\x7f\x9f\x7e\xb1\xff\x13\xd4\x7f\xd8\xe2\x05\xea\x27\x35\x11\x45\x27\xa8\x7f\x82\xfa\x0f\x5b\xbc\x40\xfd\xf3\x1d\x78\xe1\xb0\xf3\xe9\x6d\x86\x17\x71\x14\xf0\xc4\xf9\x4f\x50\xff\x71\x68\x5d\xba\x1b\xa8\xdf\xc7\x5f\x50\xff\x14\x2a\xf9\xb0\x95\x08\x73\x3f\x85\x4a\x3e\xec\x35\x13\x2a\x99\x38\x45\x78\x62\xee\x27\xe6\xfe\xb0\x3b\x0c\x73\x4f\x6a\x82\x31\x4f\xcc\xfd\xc4\xdc\x1f\x36\xa0\x60\xee\x49\x0d\x6a\x3b\x31\xf7\x13\x73\x7f\x1c\xbb\xbb\x75\x69\xa9\x91\x7c\xf6\xc7\xdc\x4f\xcc\xfd\x61\x2f\x08\xe6\x9e\xd4\x04\x28\x9d\x98\x7b\xe2\xe8\xe2\x89\xb9\x9f\x60\xfa\xc3\xee\x0d\x30\xfd\x14\x5c\xf8\xb0\x0d\x01\xd8\x3e\xe1\xe9\x87\x75\x6c\x78\x3a\x71\xc4\xf1\x84\xa7\x4f\x78\xfa\x71\xa4\xd9\xc0\xd3\x27\x3c\x3d\x47\x1c\x4f\x78\xfa\x84\xa7\x1f\x47\x5e\x34\x3c\x9d\xd4\x4b\x49\x0d\x3a\x42\x04\x1f\x76\x06\x09\x11\x4c\x9c\x84\x3c\xe1\xe9\x13\x9e\x7e\x58\xa3\x85\xa7\x13\x27\x21\x4f\x78\x3a\xa9\x97\x3a\x32\xaa\xe0\xce\x0f\x0b\x9d\xb8\x73\x52\x7d\x35\xc7\x9d\x4f\xa4\xf8\x61\xb9\x12\x29\x4e\x6a\x02\x99\x4e\xa4\xf8\x44\x8a\x1f\x96\x09\x91\xe2\x13\x29\x7e\xb4\x74\x1a\xa4\xf8\xfc\xe8\x47\x99\x3a\x7d\xf4\x23\xa4\xf8\x61\xd5\x0a\x29\x3e\x05\xfa\x3d\xec\x67\x41\x6d\x4f\x38\xf6\xd1\xbc\x2e\xed\xf7\xa3\xfd\x66\x9e\xf4\xd1\x7e\x85\xe1\x3d\x2c\x07\xc0\xa1\x27\x5a\xf9\xf0\x71\x18\xad\x4c\x1c\x04\x3d\xbf\x1a\xa6\xb8\xb6\x87\x8f\x9c\x98\xe3\x89\x12\x3e\x7c\xea\x42\x09\x93\x7a\xfd\x0d\x27\xb3\xcc\x2f\x5b\x0c\xfb\x3d\x7c\x0c\x82\xfd\x92\x1a\x1e\x7b\xc2\x7e\x27\xc6\xf7\xf0\x31\x01\xe3\x4b\x6a\x78\xec\x89\xf1\x25\xf7\x65\xd2\x4e\x69\xa9\xd8\xcc\xc0\x30\xbe\x13\xe3\x7b\xe4\x6c\x8b\x89\xf1\x9d\x18\xdf\xc3\x54\x1b\xe3\x3b\x31\xbe\x87\xc9\x15\xc6\x77\x62\x7c\x2d\x6f\x60\x7c\x27\xc6\xf7\x30\x23\xc0\xf8\x92\x7a\x3d\xbf\x94\x39\x56\x3c\xa7\x34\x4c\xe1\x60\x89\x03\xb6\x27\xc6\x77\x0a\x07\x7b\x58\xf5\x15\x0e\x96\xd4\x04\x5d\x9d\x18\x5f\x52\xc3\x8f\x4f\x8c\xef\x04\xef\x1e\xdc\x64\xf0\xee\x0c\xb0\xeb\x68\xee\xf9\x65\x8a\xbf\x3e\xc9\x59\xba\x45\xea\x92\x7a\xdd\x53\xb0\x05\xd4\x25\x19\xac\x17\x50\x77\x01\x75\xb3\xc8\xb2\x80\xba\x4b\xe8\xd7\x23\x4e\xec\x12\xdb\x95\xd4\x20\xeb\x0b\xa8\x4b\xee\xcb\x7a\xd2\x4e\x69\x79\x2f\xcd\x2f\x2f\x49\x6a\xe8\xee\xda\x0b\xcf\x4b\x1c\x1a\xbe\xf0\xbc\xeb\xf5\xb4\x99\xdb\xd7\x5d\x78\x5e\x52\x13\xc8\x75\xe1\x79\x49\x4d\xd0\xd6\x85\xe7\x25\xf7\x2f\x73\xb7\x53\x76\xb3\xe4\x76\x9d\x6e\xe6\x99\x4f\xfb\xe8\xb9\xdb\xe5\x01\x0c\xd6\xed\x1d\x2d\xf0\xee\x02\xef\x1e\x71\xf1\x16\x78\x97\xd4\xac\xe6\x2c\xf0\xee\x02\xef\x1e\x59\xcc\x5d\xe0\x5d\x52\x13\x7a\x75\x81\x77\x17\x78\xf7\x88\xb3\xb5\xc0\xbb\xa4\x26\x1c\xeb\x02\xef\x92\x9a\xd0\xab\x0b\xbc\x4b\xca\x11\x1f\x67\x89\xd0\xba\xc0\xbb\x89\x3f\xbf\xc0\xbb\x0b\xbc\x7b\xc4\x9f\x59\xe0\x5d\xe2\xf8\xf5\x95\x68\xad\xb7\xb8\x5b\xcd\x9b\x1f\xee\xa6\x35\x5f\x29\xfc\x50\xaa\x2c\xb9\x1d\x19\xd1\xd7\x6b\x78\xa5\xc3\x43\x25\x79\xa8\x46\x9f\x11\x7d\x89\xf7\x4a\xea\xa5\xcd\x0c\x85\xd7\xe8\xb3\x74\xbb\x42\x14\x3f\x52\x13\x8c\x75\xe1\x8a\x17\xae\xf8\xc8\x30\xb7\x70\xc5\xa4\x5e\x9a\xd6\xf4\x50\x86\x33\xa3\xcb\xc2\x15\x2f\x5c\xf1\x11\x13\xbe\x70\xc5\x0b\x57\x7c\x64\x75\x71\xe1\x8a\x17\xae\xf8\xd2\x04\x3f\x2e\xe3\x67\x67\x25\x6f\xe1\x8a\x49\x4d\xd0\xd6\x85\x2b\x5e\xb8\xe2\xe3\x69\x22\x1f\x45\xe5\x67\x77\xbf\x54\x54\x7e\xf6\xf3\xee\xbf\x1e\xca\xcf\xee\x79\x0d\x5f\x0f\xe5\x67\xf7\xdc\xec\xeb\x3d\xf3\xb3\x9f\xd7\xf0\x95\x0f\x7e\x76\x4f\x95\x7f\x95\x9e\x4d\xf7\x1a\x00\xc3\x2b\x90\x70\x4d\x84\xd6\x25\x42\xeb\x02\x0c\x1f\x8a\x00\x18\x26\x35\xe7\x1c\x2c\xc0\xf0\x02\x0c\x1f\xf2\x06\x18\x26\x35\x11\x5a\x17\x60\x78\x89\xd0\x7a\x64\xf5\x70\x89\xd0\x4a\x6a\x22\xb4\x2e\x0c\x31\xa9\x89\xd0\xba\x44\x68\x25\xe5\xf8\x6b\x9a\x7c\x1c\xf2\x71\x24\x49\x3e\x4c\x01\xfe\x9a\x76\x4a\x3b\x73\x59\x0a\x9a\x29\xc0\x02\x29\x1f\x4f\x1a\xbb\x15\xa9\xfd\x95\xac\x65\xd8\x59\x02\xb9\x1e\x39\xc7\x7f\x09\xe4\x4a\x44\x00\x58\x02\xb9\x2e\xfc\xf2\x91\x98\xaa\x0b\xbf\xbc\x8a\x99\x42\x22\x7c\xae\x72\x3e\xd7\xb5\xfc\x34\xd5\x7b\xca\x1b\x1b\xd2\x6f\x47\x73\xc1\x9c\x49\xcd\x9a\xe8\x12\x7a\x75\x21\x9f\x8f\x44\x9d\x5c\xc8\x67\x52\x13\x2a\x76\x21\x9f\x17\xf2\xf9\xc8\xda\xdb\x42\x3e\xaf\xc2\x4f\xc9\xd2\xd8\x2a\xdd\x53\xd3\xed\x9f\x62\xe9\xf6\x00\xe9\x23\xd1\x0d\x17\x40\x7a\x01\xa4\xb3\xea\xba\x00\xd2\x0b\x20\x7d\xf4\xf6\xdb\x74\xf7\xc2\x4f\x93\xfa\x54\x0e\xab\x20\xce\xeb\x91\xf3\x0c\x96\x38\xaf\xa4\x26\xe0\xec\xc2\x4f\x2f\x60\xf4\x91\xd5\xb4\x05\x8c\x26\x35\xc1\x65\x17\x30\x9a\x88\xa2\xb0\x80\xd1\xa4\x1c\x89\x62\xb7\x04\x70\x25\x35\x4b\xbc\x4b\x00\x57\x72\x5f\x96\xbc\x31\x14\xf8\xe9\x2c\xf1\x2e\xfc\xf4\xc2\x4f\x1f\x39\xf6\x60\xe1\xa7\x89\x98\x0c\x4b\x00\xd7\x85\x9f\x3e\x12\x3c\x6e\xe1\xa7\x49\x4d\x58\xda\x85\x9f\x5e\xc5\x4c\xa5\xa7\x7f\x96\xa5\xf0\x99\xa9\x24\x2c\xed\x2a\x4b\xe1\x59\xa2\x04\x77\x5b\x30\xeb\x55\xac\x3b\x65\xf1\x6f\x61\xaa\x89\xa8\x0f\x4b\x9c\xd7\x05\xb3\x6e\x59\xd5\x5b\x30\xeb\x85\xa9\x6e\x2f\x2d\x9e\xf1\x00\x4b\xb7\x1c\x19\xbf\xc0\xd2\xa4\x26\xcc\xed\x02\x4b\x2f\xb0\x74\x4b\x10\xa8\x05\x96\x26\x35\x4b\xd7\x0b\x2c\xbd\xc0\xd2\x2d\x41\xf6\x17\x58\x9a\x54\x9d\x00\x2c\xbd\xc0\xd2\x2d\xd1\x9d\x16\x58\x9a\xd4\xac\x70\x2f\xb0\x34\xa9\x39\x10\x65\x81\xa5\xc9\xfd\xcb\xdc\x8d\x09\xa8\x4c\xc0\xe6\x66\xf2\x11\x13\xd0\xb2\x74\xb6\xc4\x76\x25\x62\x5e\x2c\xb1\x5d\x17\xf4\xba\x25\x80\xd2\x82\x5e\x93\x9a\xf0\xb4\x0b\x7a\xbd\xea\x29\xbb\x47\x2a\x84\x17\x11\x11\x1a\x63\xa1\xb1\x17\x1a\xbb\x65\x65\x6b\xa1\xb1\x17\x1a\xbb\xab\x36\xbe\x00\x1a\xbb\x25\x8e\xcb\x42\x63\x93\x9a\xb8\xb3\x0b\x8d\xbd\xd0\xd8\x2d\x07\x22\x2c\x34\x36\xa9\x2c\x00\x1a\x7b\xa1\xb1\x5b\xa2\xac\x2c\x34\x36\xa9\x59\xcb\x5f\x68\x6c\x52\xb3\x6e\xbf\xd0\xd8\xa4\xb4\x44\x23\x59\xc2\xac\x12\x21\x3a\x96\x30\xab\xe4\xbe\x2c\x45\x60\x3b\x40\xdb\x39\xd3\x65\x81\xb6\x17\x68\xbb\xe5\xb8\xfc\x05\xda\x26\x22\x79\x2c\xd0\xf6\x02\x6d\xb7\x44\xfc\x58\xa0\xed\x05\xda\x6e\x09\xfc\xb0\x40\xdb\xa4\xf6\x3d\x79\xd3\x29\x41\xdb\x2d\xcb\x43\x0b\xb4\x4d\x6a\xdf\x93\x37\x3d\xb0\xa6\x07\xb6\xa2\xbd\xe9\x81\x55\x0f\xcc\x80\x5e\xf5\x40\x6c\x77\x2b\x5a\x8d\xae\x85\xed\x6e\x45\x86\xf5\x19\x6c\x77\xb6\x28\x2c\x6c\xf7\xc2\x76\xb7\x9c\x70\xbf\xb0\xdd\xa4\x76\xcd\xd2\x20\x2f\xe4\x69\x2b\x87\x9f\x7a\x81\x19\xe4\xbb\x66\x69\x90\xaf\x19\xe4\x5b\x8e\x52\x58\xd5\x20\x1f\xa9\x5d\xb3\xd4\x4f\x23\x35\x07\xd3\xac\x6a\x90\x8f\x94\x96\xf3\xd7\x57\x35\xc8\x47\x6a\xc2\xe9\xae\xfa\x95\x8f\x6c\x58\x69\x39\x6b\x7d\xd5\xaf\xba\x8c\x2f\x60\x3c\xa8\x7c\x01\xd8\x79\xcb\x59\xeb\x0b\x76\x4e\x84\x40\x59\xc2\xac\x2e\x61\x56\x5b\x8e\x6f\x58\xc2\xac\x92\x9a\x70\xba\x4b\x98\xd5\x25\xcc\x6a\xcb\xa9\xdf\x4b\x98\x55\x52\x13\x4e\x77\x09\xb3\xba\x84\x59\x6d\x39\xa7\x7b\x09\xb3\x4a\xaa\x41\x08\xea\xbe\xa0\xee\x2d\xa7\x58\x2f\xa8\x3b\xa9\x39\x6f\x67\x41\xdd\x17\xd4\xbd\xe5\xd8\xfe\x05\x75\x5f\x50\xf7\x84\xd8\x5d\x50\xf7\x05\x75\x6f\x59\xcd\x5a\x50\x77\x52\x13\x3b\x77\x41\xdd\x17\xd4\xbd\xe5\xac\xe8\x05\x75\x27\xe2\xbf\x2c\xa8\xfb\x12\x66\xb5\xd5\xb8\x38\xc2\xac\x92\x9a\x38\xb9\x0b\xc3\x4e\x6a\x62\xe2\x2e\x0c\x3b\xb9\x7f\x99\x07\x98\x62\x44\xaa\x41\x51\xe4\x55\x52\x5a\x0e\xa0\x58\x1b\x97\x21\x52\x13\xff\x76\x6d\xa7\xc2\xb3\x3e\x35\xbe\x00\x22\x7e\x09\xd0\xda\x72\x5c\xf2\x42\xa7\x2f\x74\x7a\xab\xdb\x6f\x43\x62\x0b\xbc\xbe\xc0\xeb\x39\x52\x68\x81\xd7\x17\x78\xbd\xe5\x2c\xdb\x05\x5e\x27\xb5\x6b\x40\x06\x79\xf1\x5b\x5b\x0e\xae\x5d\xe2\xb7\xae\x00\xeb\x35\x27\x0f\x2d\xb1\x5a\x17\x78\xbd\xd5\x34\x78\xf0\x3a\xa9\x89\x68\xbb\xc0\xeb\xa4\x26\x7a\xed\x02\xaf\x93\xd2\xaa\x46\x65\x90\x07\xaf\x1b\xf7\xd1\xe9\xe4\xbe\x2c\x45\x60\x4f\xd0\xe9\xc6\x7d\x74\xfa\x42\xa7\xb7\x1c\x94\xb1\xd0\xe9\xeb\xa1\xd3\xef\x9b\xa1\xd3\x17\x3a\x9d\x27\x80\x4e\x5f\xe8\xf4\x96\x43\x5d\x17\x3a\x9d\x88\x0b\xb4\x04\x66\x5d\xe8\xf4\x96\x60\xf1\x0b\x9d\x4e\x6a\xcf\xc4\x6d\xd7\xa4\xf6\xa7\x49\xa5\x26\x45\x5e\x25\x35\xe1\x6c\x17\x3a\x9d\xd4\x84\xae\x5d\xe8\x74\x52\x5a\x02\xc3\x2f\x74\x3a\xa9\x3c\x12\x91\x57\xc9\x7d\x59\x8a\xa0\x49\x81\xd8\xb3\x43\x69\x81\xd8\xd7\xfe\x34\xa9\x74\x62\x74\xfa\x42\xa7\x77\xf5\x61\x40\x43\xa7\xb7\xea\xa7\x06\x34\x74\x7a\xa2\xde\x2e\x74\xfa\x42\xa7\xb7\x2c\x6c\x2d\x74\x3a\xa9\x89\x7a\xbb\xd0\xe9\x0b\x9d\xde\x72\xd8\xe7\x42\xa7\x93\xda\x9f\x24\x0f\x35\xa0\x65\x2e\x87\x4e\x27\xa5\xe5\x40\xcd\x85\x4e\x5f\xe8\xf4\x9e\x39\x1a\x3a\x7d\xed\x4f\x07\x88\x03\x85\x4e\x5f\xe8\xf4\x9e\xa1\x10\x9d\xbe\x04\x41\x6d\x39\xc8\x72\xa1\xc2\x17\xb6\xbb\x65\xdd\x67\x61\xbb\x89\x10\x4b\x0b\xdb\xbd\x04\x46\x6d\x89\x3d\xb1\x10\xda\x0b\x40\xdd\x72\xb2\xdf\x02\x50\x2f\xb4\x74\xcb\xf1\x6e\x0b\x2d\xbd\xd0\xd2\xbc\x3b\xb4\xf4\x42\x4b\xb7\x9c\x67\xb6\xd0\xd2\xa4\x26\x10\xef\x12\x18\x75\xa1\xa5\xdb\xa6\xf1\x7e\xe4\xc4\x78\x13\x13\x26\x30\xea\x42\x4b\xb7\xac\x18\x2d\xb4\x34\x11\xc5\x69\xa1\xa5\x89\x88\x4d\x4b\xc4\x53\x52\x5a\xce\x11\x5b\x22\x9e\xae\x44\x34\xdd\x12\x61\x77\xed\x06\x12\x18\x74\xcb\x39\x62\x0b\x06\xbd\x82\x41\x0b\xe3\xb4\x60\xd0\x0b\x06\xdd\xb6\xf4\x66\x18\x34\x11\xc6\x69\xc1\xa0\x17\x0c\xba\x65\xad\x69\xc1\xa0\xc9\x96\x38\xb9\x0b\x06\xbd\x60\xd0\x2d\xa7\x9c\x2c\x18\x34\xd9\xb2\x2b\x6c\xc1\xa0\x89\x00\x50\x0b\x06\x4d\x4a\xcb\x11\x50\x0b\x06\x4d\x04\x80\x5a\x30\x68\x72\x5f\x96\x22\x18\x82\x22\x5b\x22\xec\x2e\x18\xf4\x82\x41\xb7\x9c\x14\xb5\x60\xd0\x64\x7b\x95\x3d\x49\x55\x92\x87\xa6\xc1\xc1\xa0\xc9\x96\x40\xbc\x0b\x06\xbd\x60\xd0\x2d\x47\x2f\x2d\x18\x34\xd9\xb2\x89\x6d\xc1\xa0\x17\xbe\xb9\xe5\x10\xa4\x85\x6f\x26\x22\x51\x2d\x7c\x33\x11\x56\x6a\x09\x82\x4a\x4a\xdb\xbd\x18\xf6\x22\x18\xf4\x96\x98\xbb\x0b\x06\xbd\x44\x37\x6d\x39\x1f\x65\x61\x9e\xc9\x96\x60\xba\x0b\xf3\xbc\x84\x2d\x6d\xbb\x0a\xd1\x4f\x91\xc3\x2d\xe7\xa8\x2c\xe4\xf0\x0a\x39\x2c\x4a\xd5\x42\x0e\x2f\xe4\x70\xcb\x21\x24\x0b\x39\x4c\x44\xa9\x5a\xc8\xe1\x85\x1c\x6e\x39\x3e\x64\x21\x87\xc9\x96\x0d\x76\x4b\xd8\xd2\x25\x6c\x69\xdb\x33\x3a\x09\x5b\x4a\xb6\x57\xfa\x1f\x24\x98\x88\x6f\xb5\x20\xc1\xa4\xb4\x3d\x9e\x11\x24\x98\x6c\x2f\x25\x30\x9e\x40\x82\x5b\xce\xf2\x58\x90\x60\xb2\x25\x0e\xef\x82\x04\x2f\xac\x6f\xdb\xe3\x19\x61\x7d\x57\x58\xdf\x2d\x71\x78\x17\xd6\x77\x61\x7d\x5b\x8e\xda\x58\x58\x5f\xb2\x25\x0e\xef\xc2\xfa\x2e\xac\x6f\xdb\xff\x96\x79\x37\x14\x98\x6c\x66\x6d\x50\xe0\x05\x05\x6e\x39\xfd\x63\x41\x81\x89\x70\x5d\x0b\x0a\xbc\x12\xfb\xb4\xb4\x9c\x59\xb1\x04\x3f\x25\xc2\x75\x2d\xdc\xef\xc2\xfd\xb6\x1c\x29\xb1\x70\xbf\x64\x33\x07\x14\x0f\x75\x89\x87\xda\xb2\x1c\xb8\xd0\xbb\x0b\x96\xdb\x72\xe8\xc1\x82\xe5\x92\x2d\xc1\x81\x17\x2c\x77\xc1\x72\x5b\x56\xe6\x16\x2c\x97\x6c\x39\xbd\x6f\x35\x7e\x29\xde\xb6\xe5\x78\x80\x85\xb7\x25\x9b\x59\x26\xde\x76\x85\xad\x2d\x2d\xd1\x4a\x16\xb8\x76\x61\x5f\x5b\x48\xfa\x85\x7d\x25\x5b\x0e\xfe\x5b\x62\x94\x2e\xc1\x47\x5b\xa0\xf2\x05\x4d\x5d\xc8\xd1\x76\xc4\x2d\x47\x8e\xae\x90\xa3\xa2\x95\x2d\xe4\xe8\x42\x8e\xb6\xac\x88\x2d\xe4\x28\xd9\x72\x66\xe0\x42\x8e\x2e\xe4\x68\x0b\x71\xbb\x90\xa3\x64\xcb\x99\x81\xab\x19\x21\x91\xa3\x2d\x28\xed\x42\x8e\x92\x2d\x21\x89\x17\x72\x94\x6c\x66\xca\xc8\x51\x52\x5a\x70\xd5\x85\x1c\x25\x9b\x99\x32\x72\x94\xdc\x97\x25\x6f\xa6\x7c\x91\xcd\x4c\x19\x39\xba\x90\xa3\xed\x88\x69\x46\x8e\x92\xed\xa5\x3e\x4c\xf9\x90\xa3\x2d\x34\xe9\x42\x8e\x92\x2d\x5b\x56\x17\x72\x74\x21\x47\x5b\x30\xd1\x85\x1c\x25\x5b\xce\x33\x5c\xc8\xd1\x25\xf8\x68\x0b\xec\xb9\x60\xa2\xab\xe9\x8d\x61\x21\x97\x48\xa3\x64\x4b\x30\xe3\x85\x09\x5d\x98\xd0\x16\x7a\x71\x61\x42\xc9\x96\x60\xc6\x4b\xf0\xd1\x25\xf8\x68\x4b\x54\x89\x05\xd9\x5c\xf8\xcc\x16\x50\x6c\x01\x30\xc9\xe6\xa3\x00\x00\x73\x01\x30\x5b\x56\xeb\x16\x00\x73\x05\xc0\x14\x95\x6e\x01\x30\x17\x00\xb3\x05\xf7\x5a\x00\x4c\xb2\xe5\x4c\xc6\x05\xc0\x5c\x00\xcc\x16\x8e\x6b\x01\x30\xc9\x96\x68\xc6\x0b\x80\xb9\x00\x98\x2d\x80\xd6\x02\x60\x92\x2d\x9b\x78\x17\x00\x93\x6c\x2f\x4d\xd0\x80\x0e\xc0\x6c\x2d\xb3\x6c\x00\x26\xd9\x12\x91\x78\x01\x30\xc9\x7d\x59\x2a\x49\x47\x6d\x3a\xaa\x96\xaa\xa3\xfe\x5f\x8c\xbd\x4d\xee\xf4\x3a\x72\x67\x3d\x7f\x57\x71\x77\xf0\xa6\x14\x14\xa9\x04\x0a\x77\xd2\xe3\xee\x3d\x64\x46\x04\x01\x0f\x6c\x17\xaa\xed\xfd\x37\x74\x4e\xba\xd0\xf0\xe4\xf6\xe0\xc1\xef\x01\xa1\x7f\x8a\xa4\xc8\xe0\x57\x1c\x86\x00\xe6\x04\x65\x4f\x01\x4c\x25\xb8\x1b\x32\x0d\x78\x9a\x02\x98\x93\x23\xc8\x14\xc0\x54\x82\xc8\xc4\x29\x80\x99\x02\x98\x13\x32\x2a\x05\x30\x95\x20\x32\x71\x0a\x60\xa6\x00\xe6\x9c\x4c\x7a\x04\x30\x15\x63\xfe\xa5\x00\x66\x0a\x3e\xce\x69\x46\xec\xe2\x80\x8f\x41\xb4\xe2\x14\x7c\x4c\xc1\xc7\x09\x75\x93\x82\x8f\x4a\xb8\xa9\x23\xf8\x98\x82\x8f\x13\x9c\x26\x05\x1f\x95\xc0\x5d\x39\x05\x1f\x53\xa2\x71\xc2\x8b\xa7\x44\xa3\x12\xb8\x2b\xa7\x44\xa3\x12\x44\x21\x4e\x89\xc6\x14\x55\x9c\x00\x25\x29\xaa\xa8\x04\x51\x88\x73\x39\x2c\x1b\xa2\x74\x02\x82\xa7\xf8\x62\x1a\xa2\x74\x82\x63\xa4\x28\x61\xca\x08\x4e\xbc\xed\x53\x46\x30\x97\x63\xb0\x25\x75\x0c\x96\x11\x9c\x38\x97\xa7\x8c\xa0\x12\x2f\x4b\x6a\x47\x95\x11\x9c\x38\x97\xa7\x8c\xa0\x12\xb8\x57\xa7\x21\x4a\xd3\xd8\xa3\x13\x77\xf0\x34\xf6\xa8\x12\xc4\x43\x4e\x19\x41\x25\x5e\xd6\x91\x63\xb0\x8c\xe0\xc4\x7f\x3a\x65\x04\x95\x70\xcf\xcc\xd8\xa3\xca\xf3\x18\x79\xb3\xd7\x2f\x7b\x3d\xc3\xcc\xb2\xd7\xcb\x08\xce\xc5\x98\x22\x23\x98\x3f\x46\xf0\x29\xbb\x8c\x60\xde\x36\x06\x96\x30\x32\x82\x29\x23\x38\xf1\x8b\x4e\x19\x41\x25\x5e\xbf\xbf\x9c\x26\x59\x1d\x98\x5e\x63\x8f\x26\x40\x60\xb8\x27\x27\x0f\x98\xc2\x7f\x73\x8d\xf7\x5f\x0f\xde\xb2\x81\x4a\x10\xdd\x38\x65\x03\x95\x78\xb1\xea\x91\x0d\x54\x8e\x89\x93\x70\xca\x06\xe6\x6d\x5b\xa1\x5d\x18\x54\x34\x65\x03\x27\x4e\xc2\x29\x1b\x98\xb7\x23\x15\x93\x50\xd9\xc0\x94\x0d\x9c\x8b\xfe\x2f\x1b\xa8\x18\x08\x33\x65\x03\x53\x36\x70\xe2\x61\x9b\xb2\x81\x4a\xe0\xe1\x9e\xb2\x81\x29\x1b\x38\xf1\x93\x4d\xd9\x40\xc5\x78\x99\x29\x1b\xa8\x04\x31\x85\x53\x36\x50\x39\x26\x6e\xa7\x29\x1b\x98\xb7\x43\x10\xe6\x5b\x36\x30\xef\x5f\xcb\xa6\x19\xcb\x06\x2a\x81\x0b\x7d\xde\x0e\x41\xb7\x83\xc6\xa2\xf9\x08\xdd\xe5\xfd\x6b\x3e\x66\xc4\xe6\x83\x04\x01\x84\x53\xe8\x2e\x85\xee\xe6\xcd\xda\x48\xe8\x2e\x65\xe2\x26\xae\x73\x29\x13\x97\x32\x71\x13\x27\xa8\x94\x89\x4b\x98\xb8\xc0\x4b\x3f\x65\xe2\x52\x26\x6e\x7a\x2c\x29\x13\xa7\x18\xf3\x33\x65\xe2\x52\x26\x6e\xe2\x6a\x93\x32\x71\x4a\x1c\xbe\x54\xd3\x2f\x13\x37\xb9\x36\x3f\x65\xe2\x14\x43\x83\xa6\x4c\x5c\xca\xc4\x4d\x7c\x63\x52\x26\x4e\x09\x82\x0a\xa7\x4c\x9c\x12\x04\x10\x4e\x99\x38\xe5\xf9\x4b\xf2\xe6\x08\x01\xf3\x16\x5c\xc0\x9b\xc6\x23\x4d\x61\xb7\x89\x4b\x4a\x0a\xbb\x25\xb0\x9b\xb1\x47\x53\xd8\x2d\x85\xdd\x26\x7e\x18\x29\xec\xa6\xc4\xc1\x72\x46\xd8\x2d\x85\xdd\x26\x8e\x13\x29\xec\xa6\x84\x5b\xc4\xc2\x6e\x29\xec\x36\xf1\x88\x48\x61\x37\x25\x8e\xc3\x24\x5f\x7a\x59\xaa\x37\x49\xc3\x24\xf3\xc1\x78\x23\xec\xa6\x84\x9b\xcb\xc2\x6e\xca\xf3\x18\x79\x73\xc9\x87\x04\xe1\x82\x53\xd8\x2d\x85\xdd\xa6\xee\x09\xc2\x6e\x4a\x10\x2e\x38\x85\xdd\x52\xd8\x6d\x7a\x34\x2c\xec\xa6\x04\x21\x84\x53\xd8\x2d\xdf\xce\x32\xb9\x51\x3f\x45\xd6\x52\x3e\x6d\x7a\xbe\x2d\x9f\xa6\xc4\x41\x73\x7b\x3b\x42\xc8\xa7\xcd\x9b\xed\x4f\xf9\x34\x25\x0e\x26\x24\xf2\x69\xf9\xb6\x8b\xdf\x74\xb7\xb7\x5d\x1c\x89\x03\x93\xfe\xb6\x8b\x8b\xb1\x4d\x4f\x78\xc5\xd8\x52\x8c\x6d\x7a\x1a\x28\xc6\x96\x60\x6c\xe1\x76\xbb\x18\x5b\x8a\xb1\x4d\xcf\xa3\xc4\xd8\x94\x38\x18\x0d\xc4\xd8\x52\x8c\x6d\x7a\x80\x24\xc6\xa6\x18\x9d\x36\xc5\xd8\x52\x3e\x6d\x7a\x0c\x24\x9f\xa6\x04\xd1\x8a\x53\x3e\x4d\x09\x22\x13\xa7\x7c\x9a\x72\x4c\x8f\x55\xe4\xd3\x94\x20\x5a\x71\xca\xa7\x29\xcf\x63\x14\x41\x4b\xf0\xd6\x12\x30\xd7\x37\x18\x6b\xbe\x61\xd2\xa7\xc7\x2a\xc0\x6a\x3f\x89\x83\xde\x2c\xb2\xa6\x1c\xd3\x53\x0f\x99\x35\x25\x0e\xf3\xe1\x2c\xf3\xed\x9a\xcf\x13\x8e\xb7\x6b\x3e\x24\x0e\xf3\xe1\x9a\x4f\x66\x6d\x7a\xfe\x20\xb3\x96\x22\x65\xd3\x3d\x6d\x91\x32\x25\x0e\xf3\xe6\x9a\x4b\xa4\x6c\xba\xd1\x2a\x52\x96\xb2\x62\xd3\x73\x47\x59\x31\x25\x40\x67\x52\x56\x2c\x65\xc5\xa6\xbb\x50\xb2\x62\x8a\x91\x7e\x53\x56\x2c\x8d\x13\x3b\xdd\x5e\x92\xf8\x4a\xf1\xae\xe5\x16\x8b\x78\x97\x12\xc7\x30\xe9\xf7\xa7\xd3\xc7\x82\xb4\x65\x1a\x75\x4e\xc5\x89\x77\xa5\x78\xd7\x72\xef\x44\xbc\x4b\x09\x6e\xca\x4e\xa3\xce\xa6\x60\xd6\x7a\xd1\x7b\x05\xb3\x52\xe2\x6a\xb9\x5a\x95\xb8\x4a\x88\xab\x38\x18\xd1\x25\xae\x52\xe2\x6a\xb9\x4c\x92\xb8\x52\x02\x4a\x28\x25\xae\x52\xe2\x6a\xbd\xfe\x5f\x86\x6f\x81\x2c\x25\x8e\xdf\x0f\xd3\x94\x05\xb2\x96\x0b\x1a\x81\x2c\x25\xb8\xbe\x3b\x05\xb2\x94\x20\x94\x73\x0a\x64\x29\xcf\x5f\x9a\x66\x36\x59\xb9\x11\xb6\x39\x05\xb2\x94\x63\x39\xf1\x17\xc8\x52\x82\x8b\xbf\x53\x20\x2b\x05\xb2\x96\x8b\x01\x81\x2c\x25\x0e\xb3\xe6\xb0\x29\x90\xb5\x9c\x49\x0b\x64\xa5\x40\xd6\x72\xa6\x24\x90\xa5\x84\xe7\x61\x02\x59\x29\x90\xb5\x9c\x02\x09\x64\x29\x46\x7c\x4e\x81\xac\x14\xc8\x5a\x4e\x41\x04\xb2\x52\x20\x6b\x39\x34\x09\x64\xe5\xc7\x91\x94\x11\x41\x20\x2b\x05\xb2\x96\x16\x5b\x20\x4b\x09\x2e\x2f\x4f\x81\xac\x14\xc8\x5a\x9a\x62\x81\x2c\x25\x08\x0c\x9d\x02\x59\x29\x90\xb5\x34\x94\x02\x59\x4a\x78\x30\x27\x90\xa5\xc4\x61\xf5\x3a\x44\x02\x5c\x1d\x4b\xc3\xf3\x71\x75\xf4\x71\x88\xb4\x7a\x1d\x22\x05\xb2\x96\xa6\x42\x20\x4b\x09\xc8\xb3\x14\xc8\x4a\x81\xac\x65\x5f\x11\xc8\x52\x82\xf8\xd1\x29\x90\x95\x02\x59\xcb\x96\x2c\x90\xa5\x04\xf1\xa3\x53\x20\x2b\x05\xb2\x96\x6d\x50\x20\x4b\x09\xe2\x3d\xa7\x40\x56\x1a\xdc\x77\xf9\x65\x0c\xee\xab\x84\x67\x8b\x06\xf7\x4d\xb9\xad\x65\xbd\xc9\x6d\x25\xdc\x56\x78\xb6\x28\xb7\x95\x72\x5b\xeb\x97\x11\x07\xba\xaf\x03\x1d\xa6\x48\x6e\x2b\xbf\xc4\x75\x5d\xbf\x37\xe8\xd5\x07\xb7\x15\xc4\x71\x4e\xb9\x2d\xe5\x79\xcc\x97\x7e\x4d\x63\x8a\xc3\x22\xea\x0b\x21\x93\xe2\x5d\xeb\xf7\x06\xe7\xcf\x48\x40\xec\xa5\x78\x97\x12\x1e\x5e\x8a\x77\x29\xc7\xfa\xaf\x34\xb3\xbb\xc8\x2e\xb3\x4a\xf1\xae\x94\xdb\x5a\xbf\x34\xcd\xc9\xd7\xc1\x95\xa1\xfa\xeb\xe0\xfa\xd5\x9c\x1c\x74\x8f\xaf\xe6\xe4\xab\x39\x61\x0d\xf5\xd5\x9c\x7c\x35\x27\xe0\x79\xf9\xd5\x5e\x7c\xb5\x17\xac\xa1\xbe\xda\x8b\xaf\xf6\x82\x78\xbb\xf9\xd5\x5e\x7c\xb5\x17\xcb\x24\x4b\xa5\xbd\x60\x0d\xf5\xd5\x5e\x88\x8f\xad\x03\x0b\x2e\x3e\x96\x5f\x47\x6a\x26\xc1\xe2\x63\x29\x3e\xb6\x88\x39\x9b\xe2\x63\x4a\xfc\x4a\xe0\x48\x6d\x48\xe2\x45\x30\xd9\x34\x24\xb1\x12\x44\x2e\x4e\xf1\xb1\x94\x0b\x5b\x1e\x41\xca\x85\x29\x01\xae\x98\x72\x61\x4a\xfc\xca\xee\x48\x2d\x17\xb6\x60\xfd\x52\x2e\x4c\x09\xcf\x7c\xe5\xc2\x94\xe7\x31\x0a\xaf\xa5\xf9\x3a\x52\xdf\xfe\xa5\xcd\x48\xe3\x03\x12\x98\x02\x5f\xf9\x03\xbe\x9e\x77\x0a\x7c\x25\x90\x97\xa1\xe0\xd3\xf0\xc3\xca\xf3\x87\x3e\x76\x99\x46\x36\xf0\x7d\x13\xf8\x4a\x49\xae\x45\xb8\xf5\x94\xe4\x52\xe2\xc0\x90\x49\x72\x29\xc7\x02\x1c\xcc\xb4\xe9\xa6\x4d\x17\x67\x0a\xe1\xae\x94\xe4\x5a\x80\x83\x29\xc9\xa5\xc4\xc1\x92\x4b\x92\x4b\x09\x3f\xa8\x24\x97\xf2\xfc\xa5\x69\x66\x97\xa5\x9f\x67\xdb\x92\x5c\x69\xe4\xe2\x45\xe8\xd4\x34\x72\xb1\x12\x90\x9a\x69\xe4\xe2\x14\xf8\x5a\x84\x4e\x4d\x81\xaf\x04\xf8\x32\x4c\x7d\x0a\x7c\xa5\xc0\xd7\x3a\x19\xa6\x05\xbe\x94\x20\x0e\x72\x0a\x7c\xa5\xc0\xd7\x22\x26\x6a\x0a\x7c\x29\x46\xb3\x4f\x81\xaf\x14\xf8\x5a\x1e\x10\x0b\x7c\x29\x71\xb2\xff\x26\xf0\xa5\x84\xcd\x54\xa2\x4b\x39\x16\x71\x47\x53\xa2\x2b\x21\xba\x02\xb0\x34\x25\xba\x52\xa2\x6b\x9d\xd7\x5f\x63\xde\x29\xf0\x95\x40\x5e\x06\xd8\x4f\x03\x1b\xa7\x24\xd7\x22\x2c\x68\x4a\x72\x65\xfe\x5a\x19\xdd\x5f\x44\x2b\x45\xb4\x16\x54\x5e\x8a\x68\xa5\x88\xd6\x0a\x8b\xed\x78\x06\xa2\x15\x27\x07\x4c\x22\x5a\x29\xa2\xb5\x08\xd9\x96\x22\x5a\x4a\x9c\x87\x7f\x69\xbd\x3a\x9e\x79\x04\x29\xa2\xa5\xc4\xf9\xfb\x4b\xeb\xd5\xf1\x2c\xec\x02\x8e\x67\x48\x10\x62\x39\x45\xb4\x94\xd0\x3f\x40\x44\x4b\x79\xfe\xd2\x34\xf3\xc1\x78\x66\xef\x14\xd1\x4a\x11\xad\x15\x1c\x9e\x88\x68\x25\x58\x56\x10\x14\x39\x0d\xaa\x9b\x06\xd5\x5d\x04\x38\x48\x83\xea\x2a\x01\x89\x9b\x06\xd5\x4d\x83\xea\x2e\x70\xb7\x34\xa8\xae\x12\x44\x3b\x4e\x83\xea\xa6\x41\x75\x17\x31\xbd\xd2\xa0\xba\x4a\x10\xed\x38\x65\xc0\x94\xb0\x17\x1b\x54\x57\x39\x16\x41\x15\xd2\xa0\xba\x4a\xd8\x8b\xcb\x69\xa9\xf4\xd8\x22\x44\x56\x4a\x8f\x29\x71\x5a\x50\x47\x42\xe9\xb1\x15\x4c\xda\xa4\xc7\x94\x38\x59\xa5\x48\x8f\xa5\xb1\x77\x57\xd0\x44\x8d\xbd\xab\x84\x36\xc1\xd8\xbb\x69\xec\xdd\xe5\xc1\xad\xb1\x77\x95\xd0\x26\x18\x7b\x37\x8d\xbd\xbb\x08\x27\x95\xc6\xde\x55\x02\x98\x38\xc5\xd3\x94\x20\x10\x73\x1a\x7b\x37\x25\xd6\x96\x27\xb2\x12\x6b\x09\xa5\x16\xa7\xdf\x45\x3b\x21\xb1\xb6\x08\xe3\x94\x12\x6b\x4a\x68\x61\x8c\xbd\x9b\x06\xd5\x5d\x9e\xc8\x1a\x35\x57\x09\x2d\x8c\x51\x73\x53\xd6\x6d\x81\xfa\xa5\xac\x9b\x12\x70\xce\x59\x76\xe3\xb2\x1b\x13\x02\x22\xcb\x6e\x8c\xc4\xe9\x57\x76\x62\x2b\x25\xb7\x08\x86\x93\x52\x72\x59\xf6\x53\xec\x95\x94\x5c\x4a\xc9\x2d\x4f\x42\xa5\xe4\x94\xd0\x5e\x49\xc9\xa5\x94\xdc\x22\xce\x4b\x4a\xc9\x29\x41\xa8\xe7\x94\x92\x4b\x29\xb9\x45\xf4\x88\x94\x92\x53\x42\xb3\x26\x25\xa7\x84\xae\x30\x52\x72\xca\xb1\x88\x7e\x92\x52\x72\x4a\x9c\xb6\x40\xc7\x33\x29\xb9\x45\xf4\x93\x94\x92\x53\x42\x83\x28\x25\x97\xe2\x6f\xcb\x73\x55\xf1\x37\x25\x4e\x5b\xa0\x93\x69\xb9\xb6\x45\x58\x8f\x94\x6b\x4b\x83\xd5\x2e\x62\x40\xa4\x10\x9b\x12\x3a\xdb\x18\xac\x36\xe5\xda\xd6\xb0\xca\xb5\x51\x42\x6c\xcb\x43\x54\x21\xb6\x94\x4e\x5b\x44\x18\x48\xe9\x34\x25\x08\x3a\x9d\xd2\x69\x29\x9d\xb6\xb8\xc9\x3e\xa5\xd3\x94\x38\x59\x86\x48\xa7\x25\x88\xd9\xf3\xd8\x53\x25\x32\x66\x29\x50\xb6\x60\xf8\x52\xa0\x4c\x09\xe2\x55\x67\xdb\xb5\x8c\xce\xba\xb8\x0a\x3d\x8d\xce\xaa\x04\xf1\xaa\xd3\xe8\xac\x69\x74\xd6\xe5\xe1\xa1\xd1\x59\x95\x70\xdc\x30\x3a\x6b\x4a\xac\x2d\xb0\xbe\x94\x58\x53\x42\xc7\x22\x43\xb1\x2a\xc7\xba\xf8\x0e\x86\x62\x55\x42\xc7\x22\x43\xb1\xa6\x10\xdb\xba\x30\xdb\x42\x6c\xd9\x0e\xa4\x74\x71\x21\xb6\x14\x62\x5b\xdc\xf3\x9d\x42\x6c\x4a\x10\x81\x27\x85\xd8\xd2\x18\xab\xeb\x3a\xfd\xb5\xdb\x34\x8a\x80\x25\x10\x62\x53\x9e\xc7\xc8\xc8\xfd\x35\x8d\x41\xde\x8f\xc5\x95\x20\x29\xeb\xb6\xb8\xb5\x3b\x65\xdd\x94\xd0\x77\x49\xd6\x4d\x89\x93\x29\xbc\xac\x9b\x72\xac\x0b\x5b\x63\x28\x56\x25\x74\x67\x32\x14\xab\xf2\x3c\xe6\xaf\x2d\xd3\x68\x70\xcc\xf4\x45\xe2\x52\x24\x6e\x79\x98\x2a\x12\xa7\x04\xa1\xac\x53\x24\x2e\x45\xe2\xd6\x35\xfe\xfa\x5e\xd4\x94\x98\xcb\xb6\x4f\x5d\x7e\x11\xfb\x54\xdb\xa7\x58\x43\x48\xcc\xa5\xc4\xdc\xba\xac\x43\xfb\x94\xc4\xdc\xf2\x60\x55\x62\x2e\x25\xe6\x16\x97\xdc\xa6\xc4\x9c\x12\x84\x31\x4a\x89\xb9\x34\x80\xe9\xe2\x52\xd7\x34\x80\xa9\x12\x5c\xa6\x90\x46\x28\x4d\x23\x94\x2e\x02\xec\xa7\x11\x4a\x95\xe0\x32\x85\x34\x42\x69\x1a\xa1\x74\xc1\x15\xa6\x11\x4a\x95\x20\x28\x52\x8a\xe4\xa5\xe1\x48\x17\x37\x92\xa6\xe1\x48\x95\x38\xed\x79\x9e\xdf\x49\xee\x2d\xb8\xc2\x94\xdc\x53\x82\xc8\xd9\x29\xb9\x97\xdb\x4e\xcb\xa5\x9c\xb9\xed\xb4\xdb\x4e\x8b\xa9\xdf\x76\x5a\xc3\x91\x2e\xae\xd6\x4c\xc3\x91\x2a\xe1\x4c\xc8\x70\xa4\x69\x38\xd2\x45\x78\xfa\x34\x1c\xa9\x12\xba\x93\x89\x06\xa6\xe1\x48\x17\x17\x64\xa6\xe1\x48\x95\xe0\x56\x87\x34\x1c\xa9\xf2\x3c\x76\x92\xb6\x4c\xe3\xa3\xb2\x10\x32\x1c\x69\x0a\x1a\x2e\x4f\x4c\x05\x0d\x95\xe0\xf2\x87\x94\x24\x4c\xc3\x91\x2e\xee\xaa\x4c\xc3\x91\x2a\xc1\x55\x0f\x69\x38\xd2\x34\x1c\xe9\xe2\x62\xca\x34\x1c\xa9\x12\x04\xd3\xce\xad\xf1\x90\x4b\x5c\x9e\x7b\xca\x25\x2a\xa1\x47\x9c\x5c\xa2\x12\xdc\xfe\x90\x86\x23\x55\x8e\xc5\x15\xde\x29\xaa\xa8\x84\x4e\x72\xa2\x8a\x29\x83\xb8\xb8\x4b\x32\x65\x10\x53\x06\x71\x4d\x26\xa4\x32\x88\x29\x83\xb8\xa6\x15\x67\x9f\xda\x8e\x91\xac\x7b\x64\x10\x53\x06\x71\x41\x68\xa6\x0c\xa2\x12\xfa\xdc\xc9\x20\xa6\x0c\xe2\xe2\x1a\xba\x94\x41\x54\xe2\xfc\xfd\xa5\xa5\x77\x8c\xe4\x32\xb9\x94\x41\x54\x82\xa0\xdb\x29\x83\xa8\xc4\xe9\x8f\x39\x46\x1a\x67\x74\x71\x13\x5b\x1a\x67\x54\x09\xee\x9c\x48\xe3\x8c\x2a\xcf\x63\xa6\xf9\xe9\xed\xcf\x2c\xb6\x8c\x33\x9a\x06\x10\x5d\xdc\x28\x5d\x72\x89\xf5\xe3\x12\xd7\x93\x32\x4d\x61\xbb\x82\xf0\x60\x25\x97\x58\x72\x89\x8b\x2b\xd1\x4a\x2e\x51\x09\x3c\x04\x4b\x2e\xb1\x04\x0e\x17\xf7\x9f\x95\xc0\xa1\x12\x44\x11\x2b\x81\xc3\x7a\x4d\xb3\x71\xf8\x86\x36\xad\x79\xec\x26\x69\x93\x64\x9b\xe1\xde\xe9\x92\x4b\x54\x82\x30\xdc\x25\x97\xa8\x04\x97\x66\x94\x5c\xa2\x72\x2c\x6e\x2c\x2b\xb9\x44\x25\x88\xcc\x5d\x86\x1e\x55\x9e\xc7\x4c\x5b\xa6\x2d\x1e\x3b\x49\xba\x4d\x32\xbb\x27\x69\xb7\xf9\x60\xa8\x0a\x2b\xf2\x36\x1f\xf7\xef\xa5\x64\xf7\xf6\xa5\xb7\x2f\xbd\x48\xf2\xa5\xce\x0c\xb9\xee\xab\xc4\x17\x95\x20\x5a\x77\x89\x2f\x96\xf8\xe2\x02\xbd\x2d\xf1\x45\x25\x88\xd6\x5d\xe2\x8b\x4a\x10\x99\xbb\xc4\x17\x95\x63\x41\xde\x96\xf8\x62\x81\x2f\x46\xf8\xf9\xde\x96\xca\x8e\xc0\xcd\xd5\x25\xbe\xa8\x04\xe1\xb5\x4b\x7c\xb1\x0c\x47\xba\xb8\x83\xaa\xc4\x06\xeb\xf5\x6b\x6d\x93\xbc\x7d\xad\x37\x5a\x1b\x21\xb7\x4b\x6c\xb0\x5e\xbf\xd6\x36\xf9\xd3\xf4\x0d\x8e\x1e\xd0\xb8\x25\x36\x58\x62\x83\x0b\x4c\xb5\xc4\x06\x0b\x6c\x30\xc2\x16\xd2\x3e\xe6\xe8\x71\xfb\x05\xdb\x72\x31\x7a\x10\x9a\xbb\xc4\x06\x4b\x6c\x70\xdd\x7e\x9a\xb6\x7e\x19\x3d\x58\x0e\x96\xd8\xa0\xf2\x3c\xe6\x9f\x7e\x4d\xfb\xf2\x18\x95\xc9\xa9\x60\x49\x17\xae\xdb\x3a\xdf\xe6\x6d\x5b\x4b\x54\xe6\x36\x6f\x2c\x11\xc3\xf6\xb6\xfd\x0c\x8e\x3b\xb7\x95\xb9\xcd\x2e\xe3\x4e\xd8\xde\xb6\xd9\x75\x67\xf4\x3e\xe2\x2f\x07\xef\x02\x4e\xfc\x49\x84\xcd\x71\x5b\xd5\x8e\x5e\x5c\xfc\x51\x32\x8a\x05\xa3\x18\x44\xeb\x2e\x19\xc5\x92\x51\x5c\x5c\x86\x51\x32\x8a\x4a\x10\x9a\xbb\x64\x14\x4b\x46\x71\x71\xcb\x45\xc9\x28\x2a\x41\x68\xee\x92\x51\x2c\x19\xc5\x75\xfb\xa7\x97\x2f\x65\xf4\x62\x5d\x5c\x32\x8a\x4a\xb0\x06\x2e\x19\x45\xe5\x58\xdc\xe9\x50\x32\x8a\x4a\x10\xad\xbb\x64\x14\x95\xe7\x31\x8a\xc0\x80\xa6\x04\xd1\xba\x4b\x46\xb1\x64\x14\x17\x77\x3a\x94\x8c\x62\xc1\x25\x06\x91\x05\xeb\xd0\x86\xc9\x28\x2e\xce\x81\x4b\x46\x51\x89\xf0\x05\xda\xb0\x43\x1b\xc6\xe5\x07\x75\x68\xc3\x90\x88\xdf\x0b\x2c\xbc\xc6\x09\xfe\xb5\x0e\x8d\x13\x12\x44\xeb\x2e\xe9\x46\x25\x58\xb2\xd7\xa1\x71\x3a\x34\x4e\xf0\xf8\x75\x68\x9c\x0e\xad\x4e\x50\x6d\x5a\x1d\x81\xc7\xc5\x39\x70\x09\x3c\x2a\x11\x96\x80\x85\x66\x09\x3c\x2e\x58\xf6\x12\x78\x54\x82\x30\xdc\x25\xf0\x58\x87\x56\x07\x34\xb7\x0e\xad\xce\xa1\xd5\xb1\xa0\x5a\x1d\xb9\xc8\xc5\xa1\x6f\xc9\x45\x2a\x11\x83\x7c\x68\x62\x64\x20\x17\xc7\xb4\x25\x03\x59\x30\x90\x81\x9b\x76\xc9\x40\x96\x0c\xe4\xe2\x92\xdd\x12\x72\x54\x82\x2d\x86\x12\x72\x2c\x21\xc7\x05\x87\x5b\x42\x8e\x4a\xb0\xc5\x50\x42\x8e\x75\x7c\x7c\xe9\x4d\x43\x22\xac\x8d\x12\x6c\x31\xd4\xf1\x61\xd4\x90\x85\x5c\x70\xb8\x25\x0b\xa9\x04\x01\xbc\x4b\x16\x52\x09\x82\x75\x97\x2c\xa4\xf2\xfc\x25\x45\xf8\x9a\x5d\xc6\x5a\x82\x75\x97\x2c\xa4\xf2\x3c\x46\x76\xb5\x7e\x87\xd6\xcf\x4f\xaa\xf5\x3b\xbe\x1a\x18\xc6\xc7\x83\x7b\xb7\x94\x08\x3f\x29\x87\xa3\x25\x32\xb9\x40\x89\x4b\x64\xb2\xc0\x24\x83\x1d\x91\x32\xe4\x6c\x89\x4c\x2e\x0e\x9a\x4b\x64\x52\x89\xb8\x78\x41\x9a\x37\xbc\x5f\x17\x8c\x70\x89\x4c\x2a\xc1\xc6\x49\x89\x4c\x96\xc8\xe4\x82\xea\x2d\x91\xc9\x3a\xca\x37\x68\x42\xca\x37\x94\x6f\xa0\x7a\xcb\x37\xb8\x56\x06\x3f\x2d\xc9\x4a\x25\xc2\x26\x58\x96\x5e\x9b\x0e\x7e\x5a\x92\x95\x75\x68\xd3\x27\x55\xae\x4d\x3f\xb4\xe9\x6f\x8d\x94\x36\xfd\xd0\xa6\xdb\x52\xb5\xe9\x32\x99\xeb\xad\xa5\xd1\xe4\x1e\xda\xd7\xb7\x7d\x46\xfb\x7a\x68\x5f\x19\x97\x0c\x7d\xab\x3c\x8f\x91\x39\x0d\xe8\xa1\x01\x9d\x94\x54\x03\x2a\xe1\xb9\x80\xfa\x4a\xc2\xb3\x4e\x0d\x28\x7d\xe1\xd4\x80\x4a\x78\x2e\x4e\x9a\x4b\xc2\x53\x09\xf6\x8d\x4a\xc2\xb3\x24\x3c\x17\x08\x5b\x49\x78\x2a\x41\x94\xf0\x92\xf0\xac\xd3\xa5\x3d\x20\x5a\x89\x73\x2a\xc1\xf6\x52\x89\x73\x2a\xcf\x63\xa6\xf9\x52\xad\xe5\x22\xbb\x5a\x4b\x71\xce\x05\x9e\x55\xe2\x9c\x4a\x10\x24\xbc\xc4\x39\x4b\x9c\x73\x81\x67\x95\x38\xa7\x12\xdc\x68\x55\xe2\x9c\x75\x6a\x2d\xdf\x16\x4b\x6b\x79\x6a\x2d\xe9\xf5\xa7\xd6\xf2\xd4\x5a\xbe\xcd\x88\xd6\xf2\xd4\x5a\x3e\xcb\xa6\x3a\xb5\x96\xc6\xe5\x5d\x6f\xff\x54\xd3\x78\x6a\x1a\x17\xd5\xab\x69\x3c\x35\x8d\xd0\x3a\x75\x6a\x1a\x4f\xe7\x6d\x8b\x1a\x77\xde\x26\x43\xba\xa0\x75\x4a\x86\xb4\x4e\x27\x64\x8b\xec\x3a\x21\x93\x21\x5d\x70\x2d\x25\x43\xaa\x04\x01\xc1\x4b\x86\xb4\x64\x48\xd7\xfb\xed\xaf\x59\x04\x4d\xe3\xed\x5f\x5a\x84\xdb\x97\xd2\xed\xcf\xbb\x4d\xc3\xfc\xdc\x7f\x7d\x3f\x4b\x9d\x37\xd6\x49\x12\x75\xe1\x0d\x50\x92\xa8\x4a\x84\xa5\xd1\xe6\x8a\x9d\xde\xc0\x26\x25\x76\xaa\x04\x37\x88\x94\xd8\xa9\xf2\x3c\x66\x9a\x9f\xdc\xa9\xde\x4d\xed\x3b\xd5\x13\x3b\xbd\x5f\x2f\xd2\x34\xd7\xa7\x53\x3d\x6c\xae\xd8\x69\x9d\x1f\x5f\x7a\x50\x6a\xcd\xf5\xa9\xb9\xbe\xa9\x7d\xcd\xf5\x89\xb9\xbe\xf1\x4a\xa8\x53\x73\x7d\x6a\xae\x59\x45\x9c\x9a\xeb\x13\x3b\x7c\xc3\x60\xd4\xa9\x1d\x3e\xb5\xc3\x58\x70\xb9\xd6\x82\x61\x3d\x6e\x38\x87\x12\x62\x55\x82\x1b\xcb\xea\xd4\x9a\xca\xb5\xde\x90\x09\x25\xd7\x5a\xa7\x66\xd2\xcf\xab\x99\x94\x6b\xbd\x21\x02\x4a\xae\x55\x89\xf0\xf3\x6a\x26\xcf\xb4\x08\x8c\xd4\xa7\x66\xf2\xd4\x4c\xbe\xfd\x4b\x8b\x80\x99\xbc\xf1\xb4\x2f\xf1\xd7\x3a\xcb\xfc\x6a\x01\xb4\x7f\xa7\xf6\x8f\x71\xe3\xd4\xfe\x49\xc9\xde\xf8\x78\x97\x94\x6c\x9d\xda\x3f\x1b\x90\xf6\x4f\x4a\xf6\xc6\xf1\xb9\xa4\x64\x95\x20\x1c\x78\x49\xc9\x96\x94\xec\x8d\xe3\x73\x49\xc9\x2a\x41\x38\xf0\x92\x92\x2d\x29\xd9\xfb\x65\xd7\x76\xb2\x7a\x3a\x59\xb5\xbd\x69\x39\x91\x20\xcc\x77\x49\xc9\x2a\xcf\x5f\xf2\x6b\x1a\x53\x24\x86\x4d\x50\x63\x2a\x25\x7b\xbf\xb4\x4e\x1a\x53\x24\x08\xf3\x5d\x52\xb2\x25\x25\x7b\xe3\x0e\x5c\x52\xb2\x05\x19\x1b\x84\xf9\xae\xd0\x98\x4a\xc9\xde\x2f\xba\xb6\x94\xac\x12\x5c\x4c\x57\x52\xb2\x25\x25\x7b\xe3\x37\x5b\x52\xb2\x4a\x40\xe4\x94\x94\x6c\x49\xc9\xde\x78\xbf\x96\x94\xac\x12\x10\x39\x25\x25\x5b\x71\xf9\x52\xda\x60\x68\x4c\x91\x20\xcc\x77\x85\xc6\x54\x98\xf6\xc6\x3b\xb4\x84\x69\x95\xe0\x36\xbc\x12\xa6\x2d\x61\xda\xfb\xf5\xe6\xa5\x1a\x53\x60\xda\x20\xfe\x71\x09\xd3\x96\x30\xed\x8d\x3f\x67\x09\xd3\x2a\xc1\xae\x76\x09\xd3\x2a\xcf\x63\xbc\x61\xfa\x52\xbc\x64\xd9\xd5\x2e\x63\x44\x97\x30\xed\x4d\xc4\xff\x12\xa6\x55\x82\x68\xca\x25\x4c\xab\x04\x61\xae\x4b\x98\x56\x79\xfe\x92\x7a\xd3\xbe\x22\xc1\x7e\x78\x09\xd3\x2a\xcf\x63\xfe\x9a\xf9\x60\x86\x3a\x4e\xdf\x69\xe1\x39\x32\xbd\x0f\xeb\x6d\xfd\xf2\xf6\xe5\x31\xea\x83\x23\xd3\x92\xb9\xbd\xf1\x85\x2c\x99\x5b\x25\x88\x86\x5d\x46\xa1\x2e\xa3\x50\xdf\x87\x25\xd5\x5a\x23\x41\x34\xec\x32\x0a\x75\x19\x85\xfa\xc6\x17\xb2\x8c\x42\xad\x04\xd1\xb0\xcb\x28\xd4\x65\x14\xea\xfb\xb0\x58\xda\x59\x24\x06\x93\x08\x39\x5f\x25\x08\x9a\x5d\xe1\xdc\x36\xb4\xa9\xc7\x2f\xcd\xc2\xbf\x2d\x3c\xf5\xa1\x4d\x95\x10\xbe\xf1\xd5\x2b\x11\xe0\x02\x01\x0e\x62\x55\x97\x08\x70\x89\x00\xdf\x78\xb4\x94\x08\xb0\x12\xc4\xaa\x2e\x11\xe0\x32\x7e\xf5\x8d\x57\x5b\x19\xbf\x5a\x09\x6e\x50\x2c\xe3\x57\x97\x08\xf0\x8d\x7f\x59\x89\x00\x2b\x31\x58\x4a\x89\x00\x2b\x41\x94\xeb\x12\x01\x56\x9e\xbf\xe4\x05\xce\x6d\x91\xe0\xee\xc5\x12\x01\x56\x9e\xc7\x28\x82\xd6\x18\x89\x61\x09\xb4\xc6\x22\xc0\x37\xce\x57\xf5\x0e\xf2\xf1\x5e\xfd\xe7\x1f\x5c\x59\x50\x6f\xeb\xfb\xdd\x9c\xa8\x3d\xcf\x7c\x7c\xe6\xf3\x3c\xc3\x86\x79\xe9\xd8\x55\x9f\xcf\x8b\x2a\x7b\x52\x9c\x73\x7e\x76\xff\xf9\x87\x9d\xec\xeb\x5f\x7d\xe3\xf3\xe7\x1f\x44\xa1\xae\xef\x78\x91\xf2\x74\x7f\xa2\x29\x97\x0e\x3b\x85\x6f\x0c\x17\x3a\x96\x8e\x2d\xf5\x7d\xde\x45\xe8\xd9\xd2\x29\xa4\xbe\xef\xcf\x9f\x7f\x5c\xaf\xbf\x76\x4e\x2b\x7d\x41\xea\xfb\x58\xe7\x8b\x26\x94\x66\x25\x9f\x1f\x05\xab\x29\xcf\xe1\x15\x22\xb6\x94\x27\xe3\xc5\xbd\xa7\x04\x67\x29\xaf\x38\x55\x26\xd6\x30\xc1\xbb\x2b\x9f\xb5\x0a\x21\x57\x2a\xfd\x8c\xf9\x14\x9b\xc8\x20\x55\xbe\xab\x9e\x77\x71\x57\x5a\x95\xef\xe2\x7c\x09\xaf\xe8\x6a\x9f\xe9\xe7\x19\x2e\xce\x28\xcf\x29\x8a\xa3\x83\x03\x2a\xb3\x3c\x32\x28\x36\xee\x0f\xfc\xfe\x8a\xdd\xfb\xbf\x95\x77\xd7\x01\xfe\xf4\x8b\x9f\xea\xd7\xf3\x53\x41\xd0\xf3\x76\xbf\xa9\x5f\xb9\xff\xfc\x23\x38\xa2\xe9\x57\xbd\x48\x7a\x64\xd0\xfb\x9a\xbd\x9c\x47\x9e\x66\x44\x3c\xbe\x7e\xb1\x48\x50\x82\x3d\xd6\x7e\x31\x46\x36\xbb\x33\xc1\x9d\x85\xfd\xea\x5f\xd2\xfa\xf3\x8f\xf5\xcb\x04\x28\x6e\xbf\x9e\x5a\x08\x22\xac\xf5\x61\xbe\x0e\xf2\x05\x54\xd4\x87\xf9\x3a\x92\xa4\xc7\x4c\xf6\xf1\xe4\xf1\x27\x01\x1c\xd8\x87\x59\x3d\x9e\x9f\x0f\x6e\xcb\xee\xc3\x9f\x47\xd6\xfb\xc5\x53\x0c\xa3\x7d\xf0\x46\xee\x20\xee\xd3\x37\x9e\x91\x84\x5a\x5f\x24\x95\x49\x45\xd2\x49\x52\x93\x44\xbe\x88\xee\xd4\x4e\xe4\xfa\xdc\x8f\xad\xe6\xf6\xaf\x3e\x89\x8a\xac\xc4\xdb\x3f\x24\x28\x72\x9f\xbc\x91\x59\x69\x87\x6f\x44\x02\xb2\xba\x23\x4e\x93\x1e\x5b\xc2\x42\xa3\x23\x82\xa4\xb1\x78\xea\xf9\x79\x06\xc5\x9f\xfc\xd7\x53\x0c\x8d\x1d\xd7\x7e\xfa\xcf\xf1\x14\x28\x26\x35\x81\x04\x61\x2f\xda\x41\xaa\x63\xe6\xf3\x54\x98\x54\x26\xd5\xf3\x69\x1f\x7b\xd3\xc1\xa6\x6c\x07\x7d\x88\x49\x4c\x6b\x44\x3b\x9e\x69\xd0\xc0\xdb\xb1\x83\x58\x10\xca\x60\xbe\xdf\x41\x27\x56\x06\xb7\x7a\x74\xd8\x26\xe2\x69\x07\x03\x67\xe1\x8e\x32\xf7\x8f\x0c\x56\x00\x1d\x65\xee\xeb\xc3\x53\xfe\x21\x55\x18\xfd\xe2\x29\x92\xda\x4c\x3c\x32\x0e\x73\xdf\xd6\xd7\x23\xd7\xcd\xa7\x8d\xb6\xbe\x1e\xfb\x33\x98\x57\x77\xb4\x99\x78\x64\x30\x9d\xed\xb0\x15\x22\x03\xcf\xde\x0e\x9b\x49\xf4\x97\xa7\x28\x23\xfb\x80\xca\xc0\xf0\x76\xb4\xf5\xf5\xc8\xe0\xb0\xbd\xa3\xad\xaf\x47\x06\x7e\x89\x1d\x4d\xc3\x8c\x4d\xee\xfd\x68\xdb\xdc\x6f\x72\x3f\xc8\xd7\x36\xf7\x8f\x0c\x10\xe6\x8e\x6d\xee\x37\x55\x38\x68\x13\xdb\xdc\x6f\x72\x4f\xbb\x8f\x6d\xee\xf7\x9b\xa7\xfc\xc3\x8f\x49\x4f\x15\x32\xd3\xea\xb0\x15\x22\x03\x73\xdd\x61\x2b\x8c\x67\x8e\x36\x98\x41\x75\x6c\x73\x8f\xe5\xc5\xf4\xf6\xb0\x61\x22\x03\xef\xd9\x1e\x36\xcc\xf1\x34\xc6\xc1\xf4\xa6\x47\x0c\x93\x26\x4f\x1d\x24\x2d\x93\xc8\xc4\x63\x86\x7a\xc4\xd7\xa4\x2f\x49\xfe\x7c\x9a\x44\xad\x5e\x83\xa4\x32\x89\x7c\x9d\xfe\x3c\xf9\xe2\x72\x89\x81\x5f\x6b\x8f\x61\x26\x1e\x19\x8c\xf8\x3d\x98\x4d\xf6\x18\x34\xdf\x8b\x9f\x1f\xbf\x3f\x6c\x06\x0e\xf2\x35\xf8\x1c\xe3\xe2\xb7\x16\x3f\x7f\xf9\x5b\xcf\xc4\x70\x70\x5e\xdd\xe3\xb2\x40\x8f\x0c\xa2\x57\xf7\x60\x8e\xa8\x0c\xfc\x24\x7b\x30\x47\xec\x71\x39\x2e\xdd\x24\x59\xc6\x47\xc6\x65\xbe\x2e\xcb\x78\x51\xc6\x65\x92\x65\xbc\xc8\xd7\x49\x81\x2e\xf3\x35\x79\xe3\xc9\x6f\x4d\xdf\xf8\x4c\x00\xc7\x15\x3c\x85\xeb\xa7\x32\x70\xaf\x6c\x6f\xc6\x68\x6e\xc3\x18\xdc\x5d\xdb\x63\x9a\x09\x3b\x32\x1d\x66\xd8\x91\xc7\xdc\x3c\xc5\x1f\x12\x4a\x50\x19\x0c\xcf\xed\xf5\x19\xca\xb8\x06\xc5\x5e\x56\xce\x23\xe3\xb2\x01\x2c\x2b\xfa\x91\x81\x23\x65\x7b\xa3\x86\x32\xae\x49\x19\x97\xb9\x7f\xe6\x88\x86\xec\xee\xb1\xcc\xea\x22\xab\xeb\xaf\x57\xcb\x3d\x96\x25\x59\x54\xa7\x25\x59\x56\x27\x26\x09\xff\xcc\xf6\xe2\x0b\x65\xe0\x64\xd9\xe3\x6d\xb6\x9f\xb5\xb2\x91\x9c\x7b\xbc\xfd\x5a\xcf\x1c\x6e\x4c\x5b\xf7\xdb\xea\x7c\x53\x9d\xd8\xfe\xf1\x36\x8f\xcf\x1c\xc1\x40\xce\x3d\xde\x66\x62\xfb\xc6\x27\x13\x97\xdd\x82\x4b\x00\xc6\x69\x12\x73\x66\x65\x70\x76\xd0\x5c\x0e\xf0\xc8\xf3\x87\xdc\x48\xd1\x86\x23\x6f\x40\xff\xc1\x06\x55\x5f\xef\x36\xa9\xff\x69\xf1\xae\x37\x8d\x01\xce\xff\x67\xf1\xc4\xfc\x95\x9f\x79\x13\xf3\x6f\x30\xfe\x9f\x79\x23\x30\xf8\x4f\x7e\xb6\xcc\xf8\xe0\x4d\x2c\xf0\x9f\x2d\x33\x16\xb8\x32\x70\xd6\x6c\xe2\x82\xff\xad\x2f\xca\xc8\x8a\xbb\xa7\x65\x9c\xcf\x68\x33\xb8\x4a\xbb\xa7\xa3\x0d\x32\xf0\x63\x6e\xe9\xf1\x9e\xb4\xee\xc1\x6f\x4d\x5b\x37\x32\x70\x3c\xee\x79\xf1\xc6\xb9\xec\x88\x24\x59\x13\x44\x83\xfd\xb5\xc8\x99\x5f\x93\xbe\x7f\xfe\x71\x11\xbc\xba\x67\x92\x7b\x58\xe0\xc1\x9d\xc0\x0d\x10\xfc\x93\x69\xd7\x17\x0b\xee\x49\xee\xe7\x33\x3d\xef\x65\xee\x17\x6f\xe4\x34\xb8\x0d\x1f\xd9\x8b\xa7\xb8\xf2\xb6\x6f\x9f\xba\x79\x0a\xe4\xab\x25\xef\x9a\xc0\x70\xc6\x37\x6b\xe3\xc2\x29\x97\xe6\xcd\xb8\x70\x0d\xa8\x36\xde\x8b\x24\xf3\x85\x0c\x2e\xb0\x6b\x99\xb5\xbe\x9f\x37\x5e\x6c\xe2\xb4\xb3\xe4\x7e\x3f\x16\xf3\x62\x1b\xa3\xdf\x71\x99\x74\x3d\xf3\x3c\x5a\xce\x3b\xf8\x79\xe6\xd2\x17\xd7\x1f\xb4\x93\xe9\x06\x17\x32\x98\x4d\x4b\x0b\x29\x17\xa0\x68\x4b\x0b\x35\x61\x99\x2e\x80\xa7\x36\x2a\x93\x72\x01\x0a\xb4\x51\x99\x1a\xce\xe5\x3a\xc8\xfd\x9b\x0d\x00\x45\x27\x89\x26\xa4\xd2\x23\x4f\x26\x70\x6b\x6d\xe7\xef\xcd\xfc\xfd\xc2\x75\xb9\x9d\xc0\x37\x94\xc4\xc5\x69\x77\x7f\x6c\xd1\xc8\x05\xa3\xde\x1f\x5b\x34\x72\x71\xaa\xda\x4c\xf9\x7f\x72\xb1\x6d\xda\xd2\x15\xfd\xf9\x9e\x3c\xf5\x7c\x34\x49\x0a\x45\x90\xa2\x3f\x2c\x65\xfa\xd3\xfc\x21\x13\x42\xc9\x07\xe5\x62\xcb\xb8\x3f\xce\x07\x3e\xcf\xb0\x7e\x71\x0d\x4b\x7f\x1c\xd6\x91\x6b\xd0\xdd\x85\x1c\x9a\xc5\x86\x57\xf9\xb7\xab\x8d\x66\xdd\x70\x39\x60\xbb\x70\xe8\xef\x63\x54\xae\xe1\x53\x2c\x1c\x95\xe9\xa7\xd5\x9b\xbc\x89\xfb\xe1\x6d\xf1\xfd\x25\x10\xbf\x72\x39\x2b\xfd\xda\xf9\xbe\xcd\x53\x8c\xe1\x5f\x27\x12\x88\x71\x12\xfa\xeb\x44\xe2\x4b\xbe\x08\x3e\xde\x2e\x3d\xda\xa5\x07\xc1\xab\xdb\xb5\x47\xe3\x85\x7a\x81\x75\xb7\x4e\xa8\xca\xe2\xd6\x97\x4e\x67\x0d\xac\x2c\xbc\x74\xb9\x5d\x5a\x28\x8b\xdd\xe3\x2e\x87\xf5\x8a\xa7\x72\x88\xe9\xd2\x15\x6f\x93\xde\xcf\xcf\x33\x8b\xaf\x60\x6e\xc1\x9a\xc4\xbb\x94\xdb\x45\x49\x17\x65\xe4\xb8\xac\xcb\x32\x22\xd7\x4d\x4d\x94\x06\x06\x2f\xc1\x8b\x5b\x81\x5b\x27\xc1\xae\xaf\x63\xf8\x45\x52\x98\x74\xf3\x14\x3f\xff\x35\x13\x8f\x0c\x96\xde\xed\x45\xf7\xca\xc5\x2d\xbe\x5d\x1c\xac\x74\x7d\x31\x43\xa7\x49\xd4\x2a\xd7\xdd\x5f\x5c\xec\xdb\x95\xc3\xa4\xa7\x8b\xb2\xa2\xee\xb2\x6f\x57\x92\x7b\xcc\x63\xa5\xb9\x4f\xa6\x41\x8c\xbb\xe5\xea\x02\xb9\x38\xca\xe9\x72\x75\x81\x0c\x97\x4b\xe5\x42\x08\xf1\xca\xd6\xae\xb2\x56\x8b\x32\x86\x49\x96\x91\xfe\x08\x58\xd8\xde\xa1\xaf\x0c\xfc\x0a\x5b\xf7\xc3\xae\x67\x5e\x77\x71\xdc\xd3\xe5\xbc\xae\x98\xc4\x0d\x2b\xda\x49\x1c\xf2\x9b\xf3\xe0\x75\xf8\x93\xeb\x6d\xbe\x9c\xd7\x95\xf3\xba\xf1\x7c\x0e\xd7\x8d\xca\x18\x63\xfd\xf5\x50\xdc\xb6\x8f\x7e\xa6\x7d\xde\xab\xda\xed\xb4\x0f\x19\x83\x59\x65\x6b\xcb\xfa\xb1\x5f\x17\x87\x2d\xdd\xce\x04\x91\x31\x98\x41\x74\xdc\x26\x3d\x7d\x80\x9b\x11\xbb\x9d\xf6\xb5\xd3\x3e\xec\x75\x3b\xed\x43\x2e\xd7\x36\x1d\x7c\x07\xbc\x28\xc7\x60\x44\xd5\x8b\x52\xb9\xb8\x53\xb0\xdb\x99\x20\x32\x88\x15\xd1\x38\x59\x3e\x42\xbe\x86\x49\xe6\x8b\xc1\x6c\x50\x77\x5e\xfa\xdf\x3d\x9e\x01\x88\xe3\x98\xee\x91\x26\xd1\xb0\x18\xb0\x7b\x98\xd5\x8b\x9a\x60\xd2\xea\x05\xff\xca\x80\x78\xea\x76\xbe\x88\x5c\x9c\xb2\x74\x3b\x5f\xec\xcb\x11\x95\xdc\x5f\xd6\xc4\xc5\x67\xa6\x9f\x37\xe1\xa7\x95\x71\xfc\xfe\x90\xd6\x8d\x6b\xa7\x97\xc0\xb6\xae\x9d\xca\x18\x93\x02\x4d\x8b\x3d\x79\x23\x5d\x4c\xcf\x4e\xe5\x37\x86\xf7\xb4\xd8\xcf\x14\xd2\xfb\x5e\x5b\x5f\x4f\x65\x0c\xac\x81\xbe\x9e\xdd\x93\x9a\x60\x06\xd2\xd3\x9a\x60\xc5\x78\x98\x55\x57\x8c\x3d\xf9\x42\xcb\x4c\xf8\x85\x98\x68\x0e\x33\xe1\x44\x13\xb9\xb8\x94\xad\xdb\x89\x26\x32\x34\xa8\xed\x44\x13\x4f\xd2\x8b\x93\x9f\xd6\x93\x54\x19\x1a\x54\x1d\x49\x95\x81\xcb\x6c\xeb\x48\xaa\x8c\xc1\x9c\xd8\x98\x09\xca\xc5\x2d\x6d\x6d\xcc\x04\x65\x0c\x0b\xe4\x74\x14\xb9\xb8\xa4\xad\x7b\x59\x6c\xe6\x9b\xc3\x02\x39\xdf\x44\xe6\xb0\x7d\x2d\x8b\x8d\x11\x04\x0f\x6d\x77\x5d\x94\x31\xcc\xbd\x53\x50\xe4\xe2\xd6\xb6\xd6\x61\x54\x19\xdc\xef\xd3\x3a\x8c\x2a\xbf\x11\x42\x7f\xd1\xc6\x39\xd4\xeb\x6c\x5b\xdf\x50\x65\x0c\x0b\xe4\xdc\xb5\x9d\xbb\xda\x30\x9d\xbb\x22\x03\x56\xac\xfb\x6d\x81\xd8\xf2\x72\xaf\xa1\x9d\xce\x22\x63\xfc\x72\x6f\x19\x19\x8a\xdf\xac\x64\xdd\x33\x52\xc6\x30\xf7\x1f\x0b\xc4\x74\x03\xdc\xb5\xdb\xe9\x06\x32\x86\x59\xfd\x98\xd5\xcf\xcd\xc0\xc8\x1b\x3f\xe6\xeb\x43\xfb\x62\x8a\xd0\x1f\xf3\xc5\xdc\x75\xfc\xde\x68\xbe\x1e\x99\xdc\xa5\xd6\xfd\xf9\xe5\x2b\xff\x39\xdf\x6c\x47\x54\x64\x0c\x76\x4a\xda\xd1\xa6\xd9\x4b\xe3\x0c\xac\xfb\x6b\x93\xfb\x62\x9c\x19\xc3\xdb\xd1\xa6\xbf\xcd\x53\x14\xfb\x6b\x5b\xfd\xd2\x56\xdf\x24\xa5\x7f\xf8\xc8\xe4\x5a\xaf\xd6\xdf\x55\x59\xcb\xba\x4f\x6b\xe2\x19\x3b\x26\x1b\x6a\xdd\x4e\x08\x91\x31\xb0\xfd\x9d\xd6\x44\xf2\xd1\xde\xfe\x96\x1f\xed\x99\xf4\x4e\x82\x66\x76\x3b\xe9\x45\xc6\x85\xa1\x6f\x27\xbd\xc8\x74\x8e\xd8\x69\xb1\x1f\x19\x97\x95\xe3\x30\x85\x4c\xee\xe5\xea\x76\x98\x6a\xc6\xa4\xcb\x9a\x70\x4c\xea\x67\x00\x9a\x5c\xcb\xd5\x3a\xeb\x2a\xe3\x62\xe5\xdf\xee\xe0\x74\xf1\x5b\x0c\x8c\x5d\xbf\xdf\x62\xc5\xc8\x9e\x51\xb7\x95\xd3\xcc\x79\x18\x80\xda\x49\x2f\x32\x2e\xa6\x1b\x3a\xf4\x2a\xf3\xa5\xd9\x76\xd7\x05\x19\x17\x5b\x06\xed\xae\x0b\x5e\xb7\xde\x50\xdc\xbd\x7f\x49\x4f\xaf\x5d\x56\xe1\xb6\xbe\xd8\x14\xe5\x02\x9d\xde\x8e\x5c\xb8\x7b\x7a\x7d\x70\x1b\x91\xa2\xb7\x4b\x4d\xcc\xf6\xb6\x6f\xef\xa7\x8b\x4e\xb7\x6b\xb6\x5d\x14\x99\xee\x94\x6c\xbb\x28\x32\x2e\x06\x1d\xdd\x43\x95\xdf\xe2\x76\xdb\x45\xf7\xd3\xd3\x26\x3b\xe7\xbd\xed\x69\xc8\xb8\x18\x87\xb6\x3d\x0d\x99\x90\xc1\xbd\xed\x69\xc8\x6f\xcd\xb6\xed\x69\x88\x97\xe2\x36\x9e\xa8\x3f\x19\xd7\xf5\xd7\xc1\xb1\x7b\x3b\xbf\xde\xcf\x64\x7a\xba\x6b\xb2\x9d\x4c\x23\xe3\x62\x8e\xa7\x53\x6b\xe3\xa1\xea\xc5\xba\xbd\xed\x9b\xc8\xc0\x9b\xbb\xf1\x5c\x7d\xe4\xe9\x75\x5a\xf5\x6d\xaf\x43\x06\xd7\x70\xf5\xb6\xd7\xed\xf4\x29\x7e\xcb\x46\x8a\x8c\xcb\x4f\x63\x23\xdd\x7c\x53\xa8\xba\xde\x7e\x53\x64\x69\xcb\xb6\xdf\x74\xf3\x4d\xe1\x56\xb6\x5b\xcf\xfb\x75\x3d\xbd\x0e\xe8\x63\xbf\xae\x5f\x12\x5f\xeb\x0c\x92\x4e\x92\x9e\xe1\x60\xe2\xf1\xbc\xf5\xe9\x54\x06\x5b\xcf\x5b\x9f\xce\xcd\x36\xf6\xc4\x0f\x71\xbb\x8d\xbd\xf1\x81\x9c\xf8\xcb\xed\xd7\xdb\xa7\xde\xec\x58\xdd\x3e\xb5\x4c\xba\x79\x8a\xdf\xe2\x33\x2b\x83\x29\xf7\x7e\xf1\x99\x37\x5e\x93\x13\x2f\xb5\xfd\xe2\x73\x28\x83\x9b\xbb\xf6\x8b\xe5\x8e\x32\x71\x2b\xdb\x2f\xbe\x90\x32\xd8\xff\xde\x7a\x5b\xee\xd7\x27\x78\x6a\x90\x34\x4c\xa2\x3f\xdd\x26\x59\x46\xbe\x23\xae\x61\xdb\xb8\x10\xca\xb8\x6e\xea\x8b\xef\xa8\xcc\xb0\x56\x3f\xe6\x1e\xb3\x4b\xf8\x9f\x6d\x58\x08\xc5\x9d\x92\xfd\xc2\xec\xee\xd7\x33\xbf\x9e\xb8\x94\xed\xd7\xd7\xa7\xbe\x98\xa4\xb7\x49\x69\xd2\xd3\x6e\xd9\xca\xd8\xb8\x75\xfe\x64\x5c\x6f\x0a\xf4\xb5\x26\xb0\x9e\x38\x24\x6d\xfd\x3d\x95\x41\xd4\xa0\xfd\x4a\xbf\x63\xd2\xeb\xde\xfc\x16\xc7\xf6\xfb\x85\x41\xc5\x81\x68\xbf\xd2\x2f\x84\xf5\xbc\xde\xfe\x96\x65\xa4\x15\xb2\xca\xdb\xaf\x34\x5f\xb6\xc2\xb7\x7f\x68\xbe\xb0\x8b\x2c\xfc\x36\x07\x18\x7f\xdb\x1c\x54\x0c\x40\x81\xfd\x2a\x33\xf1\x88\x7b\x0d\x5b\x37\xd4\xcd\x41\xc5\xc4\x41\x67\xbf\xca\x37\xb2\x41\xcd\xf6\xc3\x7e\x95\xb5\x4a\xf3\xc5\x07\x66\x7b\x42\xb1\x8f\x67\xee\x3b\xc1\x98\xf6\xc1\x02\x5e\x19\xf3\x18\x24\x2d\x93\xd8\x7f\x3a\x26\x49\xb7\x49\x6f\xfe\xd0\xa4\x8f\x49\xee\x3f\xdd\x24\x7d\x4d\x6a\x9e\x32\x69\x9b\xb4\x99\x82\x3e\x05\x3a\x38\x12\xdb\x38\x7d\x0e\x80\x83\x8d\xe7\xe7\x4f\x06\x6c\xf0\xd6\x01\x74\xe3\x00\x3a\x39\x77\xdd\xfa\x7f\x2a\x83\xdb\xd8\xb6\xfe\x9f\xfb\x78\x66\xc8\x6e\xb1\x6c\x7c\x41\x7f\xe2\x16\xcb\xd6\x23\x54\x99\x9c\x9d\x6e\x3d\x42\x95\x31\xe9\x1d\xc7\x30\xf7\x63\xf3\x14\x7f\x78\x99\x55\xf6\x60\xc1\x14\xf6\x61\xdf\xc6\x21\x74\x8e\x5f\x92\xf9\x62\xc3\x95\xc0\x4c\x5b\x7f\x50\x65\x70\x87\xdb\xd6\x1d\x74\xe3\x02\x3a\x59\xac\xed\xe3\x32\x5f\x4e\xa0\x69\xf7\xc7\x65\x26\xa6\x3f\x4f\x26\xa6\x3f\x3f\xfd\x79\x9e\x9a\xfe\xfc\xfc\xe7\x54\x6f\x1f\xcc\x70\xf7\x31\xd9\x46\xa2\x77\x1c\xd3\xba\x7f\xa6\xb3\xde\x56\xb9\xf5\xfb\x54\x06\x08\xc4\x3e\x96\x05\x7a\xa6\xb3\x73\xd0\x15\xf4\xfb\x54\x06\x17\xc4\x6d\xdd\x3e\x37\x71\x2e\x26\x2b\x95\x6d\x9c\x8b\x8d\xf7\xe7\x80\x93\xd8\xc7\xb2\x40\x98\x34\xe6\x88\xdb\x13\xb0\x4d\x2c\x8a\x39\x68\xe4\x87\xc6\xea\x70\xe7\xd2\xdc\xbf\x2d\xf6\x23\x93\x09\xf4\x3e\x18\x80\x94\x31\x6d\x39\x6f\xcb\xf8\xa1\x40\x8b\x37\x6a\x99\xf0\xdf\x74\xf7\x6c\x1f\x5a\xa6\xa3\x8b\xa7\xf8\xb4\x6c\x52\x28\x17\xbe\x91\xfb\x68\x2b\x87\xde\xc1\x88\xba\x3d\x4d\xdb\x78\x80\xcd\xeb\x59\x83\xec\x93\x0d\x6a\x65\x32\x3d\xdb\x27\xab\x8b\xcd\x69\xda\xb4\x7d\x79\x9a\xb6\x39\x27\x9b\x93\x51\xc1\x73\xb2\xcd\x79\x94\xd7\x73\x6d\xcf\xa3\x36\x87\x16\x13\xdf\xdf\xed\xa1\xc5\x1e\xcf\x9a\x6d\x72\xdf\xfd\xe6\x54\xe0\x27\x86\xbb\xda\x1e\x0e\x6c\x36\x92\x27\x57\x67\x6f\x37\x92\x37\x1b\xbe\xeb\x75\xfe\xb7\x0d\xea\x58\xff\x7d\x24\xde\xc3\xda\x44\x2e\x82\xc8\xee\x61\x6d\x8e\x67\xea\xb9\x08\x51\xbe\xb9\x1d\xf9\x27\x83\x0b\xd7\xf7\xf8\xd2\x3c\xd8\x53\xf6\x8a\x93\xed\x9e\xf2\xbe\x1e\x93\xb1\xf0\x27\xd8\x97\x26\x03\x99\x04\xf4\xdb\x97\x26\x83\x4b\x66\xbd\x20\x63\xb3\xbf\xfc\x93\x39\x7d\xca\x82\xb0\x9d\xbb\x80\xc3\xb7\xdb\xb9\x9b\x2d\x58\xc1\xe9\xed\x16\xec\xe6\x52\xcb\x85\xc7\xd3\xf6\x52\x4b\x65\x80\x0b\x6d\xef\xb4\x54\x16\x7e\x46\xdb\x3b\x2d\x95\xc5\x36\xf3\x9e\xb6\x3e\x6e\x92\x14\x29\xdd\xde\x24\xa9\x0c\x18\xcd\x3d\xbf\x3e\xf5\x18\xf5\x85\xe7\xc3\x9e\x1a\x75\x64\x80\xbd\xed\x99\x3e\xf5\xd8\x66\x91\xca\xed\xd5\x92\xca\x70\x94\x9a\xcc\x59\x37\x9b\xbe\x8b\xbd\x80\xed\xa6\xef\xe6\x4a\xc1\xc5\x5d\xa9\x7b\xd9\xd4\x90\x75\xf1\x95\x97\x4d\x6d\x79\xae\x4e\x23\x72\x6b\x58\x59\xdc\xd1\xb9\x17\x73\x43\xe5\xc2\x4d\x68\x7b\x43\xe0\x66\x03\x79\x71\x1a\xb1\xdd\x40\x56\xc4\x62\xf6\xcd\x46\x89\x12\x17\x7d\xfa\xe6\xe0\x76\x73\xe1\xdc\xf2\x0b\xdd\x4e\x53\x90\xd0\x18\xdc\xf6\x7c\x36\xa3\xd7\xa2\x3b\xb9\x19\xbd\xd9\x40\x5e\x84\x8f\xde\x6e\x20\xef\xf7\xd3\x0e\x16\x81\xb9\xf6\x9b\x7d\x3a\x25\x88\xdc\xb9\xdf\x0e\x23\x6c\x20\x2f\xc2\x66\x6d\x37\x90\x37\xdb\xb9\x78\xae\xfe\xdf\x8d\xfb\xf9\xff\xbf\x7e\xfe\xfe\xff\xfd\x8f\xff\xf9\xf9\xfb\xff\xfa\xfc\x6b\xff\x91\xff\xf9\x8f\x7f\xf4\xbf\xfd\x47\xfd\x4b\xfe\xc7\x1f\xff\xff\x93\xfa\x47\xf5\xfe\x97\x7f\xeb\x7f\xf4\xff\xfe\xf7\xff\xfc\x47\xf6\x1f\x7f\xff\xf7\xbf\x3f\x7f\xc5\xbf\xff\x13\x00\x00\xff\xff\xe4\xfe\x34\x66\x50\x40\x01\x00"); -var _ddgf =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\x95\x4f\x8b\xe3\x46\x10\xc5\xef\xfd\x29\xfa\xb8\x39\x6c\xdc\x55\xd5\x2d\xb5\x40\x0c\x04\x0f\x0b\x0e\x6c\x12\x32\xf9\x07\x21\x07\x59\x6a\x19\x41\x2c\x09\x59\x3e\xcc\xb7\x0f\x55\xcf\x9e\xc0\x1e\x06\x8f\x7e\xea\x7e\xd2\xfc\xde\x74\xf9\x70\x3c\xbd\x9e\xe6\x69\xf7\x87\x5f\xb6\xa5\x7f\x2b\xbb\x1f\xa7\x79\xd8\xca\x6d\xb9\x6f\x7d\xf1\xe7\x72\x99\x66\xe7\x88\xfd\x30\xf5\xfb\xf3\xd2\x3e\xfa\x6b\xb7\x3a\xa7\xfb\xdf\xde\x6f\x7b\xb9\x9e\xe6\x71\xf1\x82\x75\xc3\x7d\x7d\xac\xf5\xfe\xf0\x6b\xb9\x4c\xb7\x7d\x7b\xf7\x9f\x7e\x18\x96\x73\xf9\xce\x0f\x65\x54\xfe\xf3\x36\x94\x6d\x9a\x2f\xfe\xd3\x8f\xdd\xda\xcd\xf4\x71\xe3\xed\xbe\xae\xff\x96\x6b\x99\x77\x1f\x8d\x95\x79\xb0\x4f\x77\x38\x7e\xed\xd6\x9f\xba\x6b\xf1\x07\xcb\xfa\x8c\x9d\x9f\xb1\xcc\xee\xfe\x51\xb6\xdb\xb4\xcc\x9e\xbe\x0f\x21\xfd\x8f\x7f\x7b\x5f\x8b\xa7\x47\xca\x5f\xbf\x9f\x5e\xfd\xdf\xe4\x29\x78\x4e\x49\xea\x7f\x1e\xfc\xcf\xaf\xcb\x50\x7c\x78\x3e\xeb\xf4\x7a\x5c\xee\xf3\xee\x29\xc5\x88\x27\x38\xc2\x9f\xd5\x2f\x43\xb9\xad\x5d\x5f\xb6\x6e\xbe\x14\xe7\x7d\x1b\x42\x08\x2f\xbe\x95\xe3\x97\x2f\x2f\xfa\xbe\xdf\xac\x70\xd5\x73\xe7\x34\x80\x3c\x77\x84\x30\x8e\x2f\x3e\xb8\x36\x10\xae\x49\xaf\x39\x55\xae\x0d\x0c\xc2\x4a\x12\xb1\x6b\x83\x80\x88\x92\xba\xca\xae\x0d\x11\x24\x2a\xa1\xc0\xd1\xb5\x21\x01\x25\x43\x9c\x35\xbb\x02\xaa\x0c\x25\xd1\xf0\x1a\xa8\x36\x54\x37\x9a\x9e\x81\xb2\xbd\x41\x88\x1a\xdf\x00\x35\x86\x24\x68\x7c\x07\xd4\x3d\xde\x53\xe3\xcf\x40\x67\x43\x99\x34\xbe\x07\xea\x15\x49\xa8\x35\x7e\x00\x1a\x0c\x09\x6b\x7c\x01\x2a\x86\x52\xd6\xf8\x11\x68\x34\x94\x63\x70\x2d\xc1\x14\x99\xa9\x18\x9a\xca\xb5\x04\x59\x64\xb2\xa2\x24\x76\x2d\xc1\x16\x99\xad\x58\x85\xec\x5a\x82\x2e\x32\x5d\x31\x57\xd1\xb5\x04\x5f\x14\x1f\x4e\x35\x1e\xbe\xc8\x7c\x25\xa9\x35\x1e\xbe\xc8\x7c\xa5\x4a\x34\x1e\xbe\xc8\x7c\xa5\x9c\x35\x1e\xbe\xc8\x7c\x55\x14\x35\x1e\xbe\xc8\x7c\x55\x31\x68\x3c\x7c\x91\xf9\xaa\x2a\x2d\x96\xe0\x8b\xcc\x57\xd5\x68\xb3\x04\x5f\x64\xbe\x6a\xd2\x6a\x09\xbe\xc8\x7c\xd5\x51\xab\x25\xf8\xa2\xf2\xe8\x5f\xe3\xe1\x8b\xcc\x57\xdd\x68\xb5\x0c\x5f\x6c\xbe\x32\x69\xb5\x0c\x5f\x6c\xbe\x72\xd4\x6a\x19\xbe\xd8\x7c\xe5\x5a\xab\x65\xf8\x62\xf3\x95\x1b\xad\x96\xe1\x8b\xcd\x57\xc3\x5a\x2d\xc3\x17\x9b\xaf\x26\x6a\xb5\x0c\x5f\x6c\xbe\x9a\x5a\xab\x65\xf8\x62\xf3\xd5\x34\x5a\x2d\xc3\x17\xe7\xe7\xff\xaa\xe6\x43\x18\x37\x60\x51\xcb\x65\x18\xe3\x0e\xac\xd6\x76\x19\xca\xd8\x94\x69\xfb\xfa\x08\x38\xe3\x1e\x8c\xb5\x5f\x86\x34\x1e\xc0\x92\x16\xcc\xb0\xc6\x05\xac\xd6\x86\x19\xda\x78\xc4\x21\x09\x5a\xb1\x3c\xce\x70\x00\x63\xed\x58\x20\x4e\x08\x2c\x69\xc9\x02\x73\xc2\xcf\x03\x16\x5c\x2b\x50\x27\xa6\x8e\x24\x68\xcd\x02\x77\x82\xb3\x29\xa2\x3d\x0b\xe4\x09\x0e\xa7\x24\x2d\x5a\x60\x4f\x70\x3a\x25\x6b\xd3\x02\x7d\x82\xe3\x19\x83\x56\x2d\xf0\x27\xf0\x17\x45\xbb\x16\xf8\x13\xf8\x8b\x49\xcb\x16\xf8\x13\xf8\x8b\x59\xdb\x16\xf8\x13\xf8\x4b\xa4\x75\x0b\xfc\x49\x9f\x04\x53\x21\xd8\xe4\x7a\x4e\x28\xfd\x5d\x67\xfc\xc7\xcc\xed\xef\xdb\x56\xe6\xdd\x26\xbc\x0d\x55\x9d\x89\xd3\x5c\x3e\xbe\x2d\xd6\x65\xd5\x5d\xf6\xf3\x5f\x00\x00\x00\xff\xff\x3e\x48\x0b\x81\x59\x06\x00\x00"); -func _abc ()([]byte ,error ){return _g (_dcc ,"Adobe-Japan1-0")};func _cde ()(*asset ,error ){_dce ,_feef :=_bad ();if _feef !=nil {return nil ,_feef ;};_cab :=bindataFileInfo {_b :"Adobe-GB1-1",_ffe :1205,_ag :_ed .FileMode (436),_ac :_c .Unix (1580491251,0)}; -_dad :=&asset {_abe :_dce ,_ece :_cab };return _dad ,nil ;};var _aegg =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x54\x91\x41\x6b\xf3\x30\x0c\x86\xef\xf9\x15\x3a\xf6\x3b\xf4\x8b\xed\x26\xb4\x85\x12\x18\xe9\xa1\x29\x74\x1b\xcb\xba\x0e\xc6\x0e\xa9\xad\x06\xc3\x22\x1b\xc7\x39\xf4\xdf\x0f\x3b\x59\xc6\x0e\x46\xd6\x23\x4b\xbc\xaf\x9c\x96\xd5\xbe\x22\xed\x21\x7d\x76\x46\xd6\xe8\xe1\xa6\x49\x39\xec\xcd\xe0\x24\xc2\x15\x5b\x4d\x49\xc2\x05\x28\x2d\xfd\x4f\x1a\x83\xec\x1a\x9b\x24\xe9\x99\xf4\xb1\xaa\x97\xe7\xb2\x16\xcb\x03\x0c\x3d\x4e\xbc\xac\xf6\xf5\xbd\xf7\xd8\x55\x74\x33\xb0\x1a\xfb\xd5\x60\xa7\x19\x00\xe9\x0b\xb6\xba\xf7\xee\x0e\x8b\x07\x65\xae\xf8\x0f\x14\xde\x02\x7f\x72\x0a\x9d\xa6\x16\x16\xc7\xc6\x36\xc4\xe7\x42\x3d\x58\xfb\x85\x1d\x92\x87\x2c\x32\x24\x15\x63\x92\x96\xa7\xc6\x3e\x36\x1d\xc2\x5f\x3d\x97\xe5\x21\x3e\x88\xf5\x37\x74\xbd\x36\x04\x5c\xfc\x67\x2c\xff\xe5\xaf\x77\x8b\xc0\xa7\x41\xef\xe7\x6a\x0f\x1f\x1c\x38\x03\x91\x67\xd9\xe6\x73\xe2\x97\x93\x51\x08\x6c\xcc\xb2\xd1\x84\xd4\xca\x35\xd4\x62\xb2\x63\x4c\xb0\x02\x76\x8c\xe5\xd7\x02\xc4\x8a\x07\x92\xcb\x91\xc8\x02\x36\x6b\xbe\x8d\x48\x45\xb4\xc6\x02\xc4\x56\x04\xd2\xe4\x91\x84\x20\xb6\x3c\x18\x9a\x87\x86\x7b\x58\xe5\x6c\x4d\x0e\xce\x21\xf9\xb8\xc8\x28\x3c\x88\xd1\x84\xf3\x67\x59\x63\x43\x57\x3c\xdf\x01\x00\x00\xff\xff\x9f\x7a\x2c\x1b\xd8\x01\x00\x00"); -func _decb ()([]byte ,error ){return _g (_gag ,"B5pc-V")};func _fded ()(*asset ,error ){_dbd ,_aeea :=_aeaf ();if _aeea !=nil {return nil ,_aeea ;};_egda :=bindataFileInfo {_b :"HKm471-B5-V",_ffe :615,_ag :_ed .FileMode (436),_ac :_c .Unix (1580492433,0)}; -_ded :=&asset {_abe :_dbd ,_ece :_egda };return _ded ,nil ;};var _bbd =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\x9b\x4b\xcb\x27\xc9\xd1\xdd\xf7\xcf\xa7\xf8\x2f\xe5\x85\x3c\x15\x95\xb7\x4a\x68\x1e\x90\x75\x41\x83\x91\x6c\x3c\xbe\x81\xf1\xa2\x32\x32\x73\x68\xf0\x74\x37\x3d\x3d\x0b\x7d\x7b\x13\xe7\x57\x23\x5b\xf6\x0b\x7a\x17\x22\x34\xa7\x23\x2f\x75\x2a\x2e\x27\xb3\xfe\xcf\x77\xbf\xff\xfe\x0f\xdf\x7f\xfa\xf8\xed\xf5\xdd\x7f\xfc\xfa\xd9\x7f\x58\xdf\x5e\xfb\xe3\xa7\xf9\x75\xfd\xfc\xf9\x97\xaf\xbe\x5e\x63\xfd\xf8\xf1\xd3\xdb\x9b\x9d\xaf\xf9\xd1\xbf\xfd\xfa\x9f\x32\xfe\xd3\xfd\xe5\xed\x2d\xc6\xff\xf0\xb7\x9f\xbf\xad\x9f\xbe\xff\xb4\x3f\xbf\x12\x7e\xf3\x97\x2f\x8f\xef\xeb\xf5\xdd\x7f\x5a\x3f\x7e\xfc\xf9\xdb\xd7\xbf\xbd\x7e\xf3\xbb\xf9\x79\xac\x7f\xf3\x9a\x6b\x07\xfe\x1f\xbe\xce\xf5\xf5\xe3\xa7\x1f\x5f\xbf\xf9\xfd\x5f\x7f\xb0\xbf\xc3\x3f\xfc\xf2\xe5\xcb\xff\x5a\x3f\xad\x4f\xdf\x5e\x26\x6c\x7d\x9a\xb2\x6f\xdf\xfd\xfe\x2f\xf7\x97\xbf\xde\x3f\xad\xd7\x77\x7f\xfe\xf7\x3f\xe5\x66\xbf\xfd\x77\xe5\xb7\x7f\xd6\xbf\xe9\x9f\xfe\xeb\xfa\xfa\xf3\xc7\xcf\x9f\x5e\xf6\x6f\x8f\xa3\xfe\x1f\xf8\x3f\xff\xed\xcb\x7a\xa6\x7a\xfb\xee\xbf\xff\x97\xef\xff\xf0\xfa\x1f\xf6\xb2\xe3\x75\x96\x72\x96\xff\xf9\xe0\xff\xed\x2f\x9f\xe7\x7a\x1d\xfc\xd7\xc9\xe6\xfd\xf3\x5c\x3f\x7f\xb9\x7d\x7d\xbd\x3f\xfd\xb8\xde\x5e\xaf\x0f\xc7\xf1\xfe\x7a\xbd\x3e\x5c\xc7\x7b\xfc\xd7\xef\x2c\x1f\xef\xaf\x0f\x7f\xfa\xe3\x9f\xfe\xf8\x1e\xbb\xfc\x7f\xfc\xdf\x8c\x69\x3e\x7d\xfe\x36\xd7\x06\xd3\x0c\x1f\x6c\xbf\xbf\x2c\x46\xfc\xdf\xff\xf4\x66\xc7\xf1\xac\xfb\x71\x3e\xde\x67\x78\xb7\x15\xde\x1f\x6e\x56\xbb\xad\x5c\xef\xaf\xde\x03\x28\x1d\xc0\xdf\x5f\x96\x5a\x4e\xc2\xa6\x30\x0d\x3a\xaf\x40\x6e\x13\xb2\xcb\xfb\xcb\xea\x19\xc8\xae\x20\xf5\xfd\x75\x66\xf9\xec\x06\xd2\x02\x69\x42\x2e\x90\x15\x48\xac\x76\xb2\xfc\x19\x33\x9f\xa5\x06\xc2\xcc\x67\xf8\x24\x0b\x9f\x84\x4f\x0a\x9f\x6c\xb1\x9f\x84\x4f\x1a\xe3\xfd\x95\x5b\x8c\x4a\x63\x82\xec\xf7\x57\x39\xc2\x27\x33\x2a\xc7\xa8\xd2\x4b\x20\x8c\xca\x31\x73\x2d\xb1\xc3\x82\x4f\x09\x9f\x56\xe2\x29\x0a\x3e\x25\x7c\x2e\x8b\x51\x15\x9f\x1a\x3e\xfd\x88\xfd\x54\x7c\x6a\xf8\xf4\x16\xa3\x1a\x3e\x4d\xfc\x1c\x35\x36\xd4\x70\x6a\xe1\x64\x76\xc6\xb8\x0b\xaf\x0b\x16\xcf\xd8\xe4\x85\xd7\xb5\x21\x36\x06\x76\xbc\xba\xbc\xd2\x75\x04\x84\x57\x97\x57\xd6\x1b\xb9\xf1\xba\xe5\x55\x52\x90\x7b\xe3\x75\xcb\xab\x1e\x31\x70\xe0\x35\xe4\x55\x7b\x0e\x08\xaf\x21\xaf\x56\x62\xa0\xe3\xe5\xf2\xba\x4a\x44\x85\xe3\xe5\x7b\xbe\xbf\xac\x5b\x0c\xf4\x18\xf1\x98\x33\xa7\xf0\x9a\x0c\x9c\x7a\x79\xc7\x11\x73\x4d\x06\x4e\x79\x1d\x2d\x36\xb1\xf0\x5a\xf2\xb2\x1a\x73\x2d\xbc\x96\xbc\xce\x33\x06\x6e\xbc\xb6\xbc\xd2\x19\xd3\x6f\xbc\xb6\xef\x80\xae\x18\xb8\x27\x5e\xcf\x26\xce\xb7\x0f\xe3\xd0\xc0\x71\x68\x60\x6e\x3d\x20\x0d\x1c\x87\xbc\x4a\x0e\x2f\xc2\x7c\x28\x82\xcf\x9a\x6a\x40\x78\x11\x8c\x35\x62\x7f\x10\x8d\x83\x68\x6c\x3d\x05\x84\x97\xc2\xf1\xbc\x22\x42\x07\xf1\x38\x14\x8f\x67\x2f\x47\x40\x78\x25\x05\xed\x11\x31\x3a\x88\xbf\xa1\xf8\x4b\x16\xe4\x0c\x02\x70\x64\x42\x3b\xc8\x19\x44\xe0\x50\x04\xa6\x33\xc8\x19\x84\xe0\x50\x08\xa6\x14\xe4\x0c\x62\x70\x28\x06\x53\x0e\x72\x06\x41\x38\x14\x84\x29\x07\x39\x83\x28\x1c\x8a\xc2\x54\xda\x15\x10\x5e\x8a\xc2\x54\x73\x0c\x24\x0a\x87\xa2\x30\xb5\x54\x02\xc2\x4b\x51\x98\x5a\x8f\x81\x44\xe1\x50\x14\xa6\xab\x07\x85\x44\xe1\x50\x14\xa6\x5e\x62\x20\x51\x38\x14\x85\xf9\x88\x84\x1e\x44\xe1\x50\x14\x66\xb3\x18\x48\x14\x0e\x45\x61\x3e\x8f\xa0\x90\x28\x1c\xc3\x5b\x40\x35\x06\x0e\xbf\x04\x69\x60\x8a\x44\x1b\x04\xe6\x50\x60\xe6\x24\x72\x08\xcc\xa1\x28\xcc\x59\xe4\x10\x85\x43\x51\x98\x8b\xc8\x21\x0a\x87\xa2\x30\x17\x91\x43\x14\x8e\x55\xec\xfd\x95\xab\xc8\x59\xe5\x04\x3a\xb5\x22\x50\x12\xa4\xb9\x6a\x8f\xad\x12\xab\x43\xb1\x9a\x5b\x8e\x97\x46\xac\x0e\xc5\x6a\xbe\x52\x4c\x4f\xac\x0e\x05\x66\xbe\x7a\x7b\xfb\xe0\x04\xa6\x2b\x30\x73\xef\x16\x90\xbc\x5c\x81\x59\x8e\x92\xdf\x3e\x38\x81\xe9\x0a\xcc\x62\x51\x37\x9d\xc0\x74\xbb\xef\xf7\x57\x39\xcd\x04\x0d\x41\x1a\x78\x9e\xe7\xdb\x07\x27\x56\x5d\xb1\x5a\x52\xb0\xea\xc4\xaa\x9f\x1e\x03\x53\xb0\xea\xa7\x0f\xa0\xa1\x81\x26\xc8\x05\x69\xae\xac\xe9\x89\x68\x4f\xf5\x08\x28\xca\xb9\xa7\xaa\xb9\x14\xe4\x25\x07\x13\x4e\x90\x7b\x1a\xd7\xfb\xab\x94\x53\xd0\xe8\x40\x3d\xa0\xa2\xb9\xc6\x0d\x74\x0b\x3a\x04\x69\x13\xca\x8e\x52\xa2\xce\x3a\xd9\xe1\xb9\x94\xf7\x57\xa9\x67\x78\xe5\x52\x81\xaa\x56\x2c\x82\x9a\x20\x6d\xa2\x66\x0d\x64\x13\xca\xa1\x52\xaf\x80\xc8\x21\x57\x0e\x95\x16\xed\xc0\xc9\x21\x57\x0e\x95\x2b\x05\x13\xe4\x90\x57\xfa\x41\x4a\x6f\x1f\x9c\x20\xf7\x9e\x63\xf7\x5d\xcf\xd8\xf3\x0d\x74\xbf\xbf\x6a\x74\x3a\xef\x59\x9b\xef\x75\xbc\xbf\xea\x21\x9e\x7b\x15\x83\x4a\x8e\x7a\xe4\x43\x6d\xfa\xd7\xf6\xfa\x2f\x75\x5c\x27\x77\xbc\x47\x97\xaa\x47\x89\xfd\xf4\xb1\x80\x34\x49\x02\xda\x82\x96\x07\x74\x69\xf5\x35\x05\xa9\x67\x59\x64\xab\x93\x74\xae\xa4\xab\x56\xe2\x41\x48\x3a\xbf\xa3\xf7\xd6\xd3\x62\x8f\xb7\x9a\x2f\xa6\x5a\xc4\xa8\xdf\xea\xbe\xae\xd4\xac\xe9\x08\xea\x48\x4d\x57\x6a\x56\x25\x9d\x93\x9a\x3e\xf0\x8a\xf6\xe6\xe4\xa1\x2b\x0f\x6b\x8e\xf6\xe6\xe4\xa1\x3b\xbd\x34\xda\x9b\x93\x87\xae\x3c\xac\x35\xda\x9b\x93\x87\xae\x3c\xac\x35\xda\x9b\x93\x87\xae\x0c\xab\x2d\xda\x9b\x93\x61\xae\x0c\xab\x57\xb4\x37\x27\xc3\x5c\x19\x56\x7b\xb4\x37\x27\xc3\x5c\x19\xd6\x8e\x68\x6f\x93\x0c\x9b\xca\xb0\x76\x44\x7b\x9b\x64\xd8\x54\x86\x35\x8b\xf6\x36\xc9\xb0\xa9\x0c\x6b\x67\xc4\xe8\x24\xc3\xa6\xd2\xa9\xa5\x68\x6f\x93\x74\x9a\x4a\xa7\x96\xa3\x18\x4c\xd2\x69\x2a\x51\x5a\x6e\x31\x90\x44\x99\x09\xc1\x50\x4b\x40\x78\x29\xb8\x9b\x42\x66\x12\xdc\x53\x61\xdb\x5a\x64\xeb\x24\x6c\xa7\xc2\xb6\xb5\x2b\x06\x12\xb6\x13\xf1\x71\x45\xe3\x9a\x84\xed\x54\xd8\xb6\x1e\xf1\x3e\x09\xdb\xa9\xb0\xbd\x8e\x68\x5c\x93\xd2\x3f\x6b\xe4\xf4\x75\x44\xe3\x9a\x55\x39\x8d\xb9\x5a\x44\xce\xac\x3e\x05\xa1\x64\x82\xd5\x49\x83\x98\xad\xf5\x80\xba\xa0\x76\x03\xdd\xef\xaf\xeb\xba\xba\xa0\x01\x14\x03\xe1\x8b\x36\x32\xd5\x46\xae\x33\x4a\xff\xa4\x8d\x4c\xb5\x91\x2b\x45\xe9\x9f\xb4\x91\xa9\x36\x72\xe5\x28\xfd\x93\x0c\x9b\xca\x94\xab\x44\xf2\x4c\x52\x61\x2a\xa2\xaf\x12\x45\x6a\x12\xd1\x53\x11\x7d\xd5\x1a\xfb\x22\xa2\xe7\x3d\x03\x6a\x51\x6b\xe6\x3d\x37\xd0\xd6\x03\xc5\xf4\xf7\x62\xa0\xe6\x6a\xda\x3d\x11\x3d\x15\xd1\xd7\x15\x85\x65\x12\xd1\x73\xdc\x55\xcf\x98\x04\x35\x41\x1a\x78\xf5\xf0\x22\xc8\xa7\x82\xfc\xea\xd1\x20\x26\x41\x3e\x15\xe4\xfd\x88\xee\x39\x09\xf2\xa9\x20\xef\xca\xc7\x49\x90\xcf\xb9\x47\x40\xd1\x3d\xe7\xdc\x0e\xe4\x31\x50\xfb\x9a\x7b\x02\xc5\xc0\x53\x10\xa9\x30\x95\x0a\xfd\x8c\x06\x31\x49\x85\xa9\x54\xe8\x29\x1a\xc4\x24\x15\xa6\x52\xa1\xe7\x68\x10\x93\x54\x98\x4a\x85\x5e\xa2\x82\x2f\x52\x61\x29\x15\x7a\x3d\x4a\x40\xf2\x5a\x4a\x85\x5e\xeb\xf5\xf6\x61\x91\x0a\x4b\xa9\xd0\x5b\xd4\xf9\x45\x2a\x2c\xa5\x42\xbf\xce\x18\x48\x2a\x2c\xa5\x42\xef\x21\xc1\x17\xa9\xb0\x94\x0a\xbd\x47\xd5\x5d\xa4\xc2\x4a\x68\xde\x23\xca\xee\x22\x17\x96\x72\xc1\x0e\x8b\xa2\xb6\x48\x86\x95\xf1\x3b\xa3\xf0\x2e\xb2\x61\x65\xfc\xce\xa8\xbc\x8b\x74\x58\x05\xbf\x14\xef\x64\x91\x0f\xab\xe0\x97\xa3\xd6\x2d\x12\x62\x55\xfc\x4a\x9c\x2b\x16\x19\xb1\x2a\x7e\xd5\x62\x2c\xc1\xbe\x1e\x4d\xde\x8e\x1c\x18\x7e\x88\xf2\xa3\xd5\x18\x4b\x20\x2f\x54\xf9\x71\xd5\x60\x93\x48\x5e\xd7\x7d\x06\xd6\xcf\x2c\x2c\x09\x63\x6c\x0f\xe9\xb1\x08\xef\xd5\x5b\x9c\x82\xec\x10\x55\xbd\x55\x30\x09\xff\xa3\xc5\x58\x62\x7e\x21\xe0\xed\x88\x10\x5c\x04\xfd\x42\xc1\x9b\xb5\x98\x8f\xa8\x5f\xf7\x73\x68\x08\xb1\xb1\x08\xe8\x35\xca\x1d\x58\x8a\x4a\xbe\x46\x19\xc2\x18\x9b\xf4\x22\x89\xf2\x35\xf6\x21\x2c\xe2\x70\x8d\xfd\x60\xc6\x9e\xab\xb0\x13\x4c\x63\x73\x04\xfa\x22\xf6\x17\x27\x00\xcb\x11\x8a\x8b\xe0\x5f\x3e\xe3\x08\x60\x25\x62\x71\x79\xa4\xe3\x63\xe2\xd9\x92\xb0\x2d\x8c\xf9\x6a\x9c\x99\x16\x59\xb2\x26\xf3\x55\xbd\x23\xd2\x64\xcd\xbb\x07\xd6\xf4\x8e\x66\x48\x9c\x0f\x6b\x32\xb6\x45\xb6\x2e\xb2\x62\x2d\xc6\x5e\x0a\x65\xd2\x62\xad\x25\x0e\x2e\xc5\xf2\x5a\x03\x6c\xc4\xd1\x49\xf2\x6d\xad\xe8\x9c\x1f\xd6\x62\x3e\x15\xd0\x45\xfe\xac\xcd\x7c\xbd\xda\x3f\xed\xd6\x8b\xfc\x5a\x9b\x53\xd9\x11\xaf\x7f\x93\x60\xfb\x08\xc1\x62\xa7\xd9\x15\x98\x14\x0b\x26\x1e\xa9\x0b\x6b\xc2\x38\xe4\x59\xbc\xc2\x4d\x26\xee\x23\x74\x99\x9d\x76\x09\x93\x30\xc3\xc4\x2b\x34\x61\x2e\x8c\x75\x25\xf3\x36\x29\xbb\xad\x9e\xc2\x82\xf2\x6d\x35\x81\xdd\x3c\x7a\x17\x36\xc0\x44\x47\xd5\xba\x26\x9d\xb2\x9f\x63\x7b\xb2\x16\x18\x7b\x31\xd6\x48\xd1\x50\x36\x09\xbf\xcf\xda\x02\xcb\x29\xc6\x9e\xf5\x02\xbb\x02\x6b\x11\xb2\xfb\xac\x5d\x18\xf3\xe5\x26\x3f\xe6\x3b\x5d\xfb\xcb\x71\x52\xd8\xa7\x6b\x7f\x27\x6b\x94\x48\x95\x4d\xb9\xd8\xa9\x65\x61\x97\xb0\xc8\x9b\x30\x8b\x3d\x07\x07\x94\x90\x4d\x09\x39\x6b\xb4\x9f\x4d\x09\xd9\xb9\x8a\xfb\x96\x4b\x60\x55\xdc\x53\x56\xce\x16\x1a\x7f\x53\x56\x76\x1e\x5a\xe3\x12\x2f\x79\x14\xb0\xc2\x5e\xaa\x30\xc6\x46\x79\xb6\xf3\x3a\xe5\xa7\xfa\xbc\x29\x49\x67\x3f\x62\x5d\x4a\xd2\xa6\x24\x9d\xfd\x08\x0e\x28\x49\xbb\x3c\x7e\x21\x86\x36\x25\x69\x57\xbd\xa3\x74\xd4\xe0\xa5\xf2\x8e\x64\x62\x2c\x58\x16\xc6\xd1\xfe\x08\x89\xbb\x29\x5d\x9b\xd2\x95\x4c\xef\x9c\xd2\xb5\x29\x5d\x49\x7a\x6e\x53\xba\x36\xa5\x2b\x9d\x21\x17\x36\xa5\x6b\x53\xba\x52\x52\x6c\x50\xba\x36\x65\x2a\x65\xbd\x5f\xca\xd4\x56\x65\xb2\x54\xf4\x7e\x7b\x6b\x60\xf2\x2b\x97\xfc\x18\xdb\xe3\xf5\x59\x2a\x21\xa8\x76\xf7\x0c\x96\xf1\x2b\xc2\x0a\x58\x70\x9a\xaa\xf8\xeb\x5e\xc1\xb4\x06\xef\xb2\x3b\x6b\x4c\x13\xc6\xba\xf3\x04\x63\x6c\xa4\xe8\xa6\x14\x62\xac\xb4\x68\x42\xfb\xce\x06\x16\x63\xb3\x24\xcd\xbe\xf3\x09\x16\x3c\xb7\x74\xe0\x97\xc0\x92\x2e\xa2\xe2\x9c\xbd\xef\x9c\xc1\x62\xcf\xe5\x6a\x60\x05\xac\x30\xb6\x0a\xab\x60\xb1\xe7\x72\x66\xb0\x06\x16\xb9\x90\x8f\xc2\xba\x17\xd8\xa5\xbd\x74\xf6\xdc\xc1\xa2\x9c\xe5\x1a\xad\x69\xdf\x3a\x3c\x60\x62\x0d\xd6\x1d\x60\x91\x97\x35\x1b\xf3\x39\xd8\x64\x3e\xd6\x5d\x60\x8b\xb1\xf8\x6d\xb0\x0d\x07\xc1\xf3\x5d\xe0\x2a\x4c\xf8\x81\xc1\x55\x18\xab\xbc\xf3\xbb\xc0\x55\x1c\x68\xad\xa5\x28\xb7\xfb\x2e\xf0\x12\xc6\xea\x91\xc4\x5f\x81\x17\xd5\xb5\x7a\x24\xad\x4b\x5d\x93\x89\xb1\x7a\x5e\xea\x9a\x8c\xd5\x5c\x19\x0b\x2f\xa5\x0b\x2b\xac\x0b\x07\x6a\x57\x35\x17\xf6\x07\x07\x05\x0e\xaa\xb8\x2a\x70\xa0\x6b\xc6\x9a\x2b\xeb\x4e\xb0\xe0\xa5\xb6\xca\x9e\xe1\xa5\xe8\x0a\xcb\x9e\xfd\xc1\x4b\x85\x03\xd3\x7c\x15\x0e\x2a\x1c\x44\xdb\xdd\x77\x85\x03\xe5\x65\x3d\xe0\x85\xbc\x94\xb1\x72\x11\x43\xe4\xa5\x4c\xcc\x07\x06\x2f\xaa\x39\xe5\xe2\x5d\x52\x73\x64\x62\x0d\xe6\x83\x17\xd5\xc9\xaa\xfb\xa7\x7d\x53\x27\x65\xac\xe6\x8b\xfd\xc1\x4b\x25\x36\x8c\xb1\xf0\x52\xc5\x41\x21\x26\x2b\x1c\xd4\x09\xc6\x7c\x70\x50\xc5\x41\x31\x9e\xed\xe1\x60\x2b\xee\x93\xf6\xd7\x88\x8d\xf6\xf0\x02\x06\x2f\x4d\xbc\x94\x53\x7b\x69\xf0\xd2\xc8\x23\x62\xb2\xc1\x4b\x53\x1e\x99\xf2\xfc\x6e\xf0\xa2\x9a\x5d\x4b\x32\x61\xf0\x22\xc9\x53\x4b\xd2\x5e\x1a\xbc\xb4\x27\x5e\xb4\x67\xea\x8b\x4c\xf8\xe9\xd9\x1a\xf1\x12\xc6\x4a\xef\xf8\xc1\x55\x18\x2b\x0f\x7f\x0d\xae\xda\xcd\x7b\x03\x83\xab\xa6\x18\xba\x9e\xb1\xc4\x50\x13\x7f\xc7\xc5\xfe\xe0\xaf\x89\xbf\xc3\xfe\xf9\xe1\x7c\x4b\x82\x3d\xc6\x2a\xed\x1e\x25\x86\x89\x69\x94\x02\x37\xb4\x49\x15\xd6\xa2\x36\x74\xdf\xd0\x76\x2b\x9c\x5a\x16\xe5\x37\xb4\x85\xb1\x7c\x65\xd1\x7b\x43\x5b\x18\xcb\xad\x30\x16\xda\xee\xca\x1a\x7a\x35\x37\xb4\x85\xb1\x96\x4e\xa5\xc0\x0d\x6d\xb7\x42\x8c\x76\x70\xdf\xd0\x26\x35\x55\xae\x83\x3d\x43\xdb\x7d\xb3\x3f\xfc\xa0\x2d\x8c\x95\x52\xf1\x83\xb6\x1b\x8a\x32\x6b\xc0\xc1\xad\xfb\x64\x2b\x60\x84\x58\x18\x2b\xba\x30\xd8\xf7\x20\xc4\xc2\xc4\x9e\x45\xf9\x80\xab\x01\x57\x84\xc9\x80\xab\xa1\x10\x33\x4a\xdc\x80\xab\x41\x49\x3a\xf1\x83\x2b\xb5\xec\x6a\x84\x09\x2d\x5b\x26\xe6\x13\xa7\xb4\x6c\x19\xab\x07\x69\x31\xe0\x2a\x8c\x95\xeb\xd9\x0b\x5c\x8d\x0b\x3f\xf6\x0c\x57\xa3\x83\xe1\x07\x57\x83\x10\x83\xe7\x01\x57\x61\x62\x7f\x8c\x85\xab\x41\x88\x49\x02\xdc\x83\x10\x1b\xf0\x47\xa9\x1e\xf0\x37\x28\xdf\xa4\xd9\x80\xbf\xb1\xe1\x4a\xcf\xe1\xf0\xe7\xa4\x28\xb1\xe6\xf0\x17\xc6\xb8\x87\xda\xb7\xc3\x9f\x53\xba\x24\x1f\x6e\x64\x95\x4c\xcc\xa7\x18\xa2\x3d\xcb\x58\x33\x5a\x04\xed\x59\xc6\x4a\x6f\xf8\xc1\x9f\xda\x73\xe9\xb4\x30\xda\xb3\x4c\xf8\xb1\x2e\xfc\x85\x89\xfd\x31\x16\xfe\x5c\xad\xee\xec\xec\x05\xfe\x24\x69\xeb\x49\x19\x45\xd2\xca\xc4\x58\xe6\x83\xbf\x30\xb1\xae\xb8\x72\xf8\x73\x4a\x5c\x63\x2f\xf0\xe7\x8b\xbd\xe8\x1d\x39\xfc\xf9\xc6\x4f\x9c\x4e\xf8\x9b\x0f\x7f\xe2\x74\xc2\x9f\x64\x46\x3d\x89\x21\x64\x86\x8c\x55\x23\xd6\x26\xfc\x4d\xf1\x57\x2a\x63\xe1\x6f\xd2\x12\xc9\xcb\x09\x7f\x92\x28\xd5\x88\xb5\x09\x7f\xb3\xb2\x86\xde\xdb\x84\xbf\xd9\xc8\x69\x3d\xdb\x84\xbf\xf9\xf0\x07\x06\x7f\x93\xf8\x7b\xf6\x02\x7f\x61\x2c\x57\xf2\x72\xc2\xdf\x7c\x72\x55\x3c\x4f\xf8\x9b\x4f\x5c\xb1\x17\x78\x99\xf0\x82\x34\x5a\xf0\xb2\xc8\x4b\x5a\xc9\x82\x97\x45\xe9\x97\x44\xbe\x17\xbc\x84\xb1\x92\x2f\x71\xbf\xe0\x65\x25\x30\x71\xb0\xe0\x65\xd1\x12\x13\x7e\xf0\xb2\x28\xfd\x5d\xef\x63\xc1\xcb\x52\x5c\x35\x49\xbc\x7b\xc1\xcb\xa2\xf4\x13\xcf\x0b\x5e\x96\x4a\x7f\x22\x0e\x16\xbc\xac\x8e\xd4\xd2\xb3\x2d\x78\xd1\x49\xaf\x56\xf2\x77\xc1\x8b\x4e\x7a\xb5\x92\xbf\x0b\x5e\x16\xad\x93\x18\x5f\xc4\x55\x98\xa8\xc5\x60\xc4\xd5\x52\x6d\xaf\xc4\xf3\x82\xbf\x25\xfe\x38\x2a\xdd\x1b\xfe\x74\x7a\x2e\x99\x67\xdb\xf0\xa7\xd3\x73\x4b\x09\x0c\xfe\xc2\x58\x7e\xa4\xe5\x86\xbf\x30\x96\x9f\x9c\xd9\xf0\xb7\xd5\x03\x8e\xaa\xe7\xd8\xf0\xb7\xc9\x4b\xe2\x6f\xc3\xdf\x56\x5c\xd5\xc7\x0f\xfe\xb6\x7a\xc0\x81\x7c\xd8\xf0\xb7\x55\xd7\x2a\xf9\xb1\xe1\x2f\x4c\xec\x4f\xef\x77\xc3\xdf\x86\x3f\xe2\x6a\xc3\x9f\x8e\x3b\x2d\x21\xfb\x38\xee\xc8\xc4\x7c\x60\x70\xc5\x07\xc4\x2a\x09\xc5\xed\x03\x26\xb0\x2e\xcc\xc0\x1e\x5e\x9a\xb0\x13\x4c\xf9\x56\xd5\x8a\x07\xd2\x5c\x26\xfc\x2e\x61\x19\x0c\x69\x7e\x32\x5f\x01\x23\xdf\x8c\xb1\x15\x8c\xb8\x2a\xec\xa5\x81\xd1\x1b\x13\x63\x2f\x30\x49\xf3\xab\xff\xf3\xd3\xfd\x1e\x28\x77\x19\x6b\x49\xaf\x7f\xa0\xdc\x65\xac\xea\xc3\xcf\x1e\x28\x77\x99\xf0\x63\x5b\x0e\x46\x3b\x30\xb6\x35\xc1\x26\x5b\x60\xec\x02\xe3\x8b\x6d\x86\xa2\x0d\xa6\xb0\x6b\x52\x94\x03\x35\x2f\x63\x55\x97\x22\x7b\xa0\xe6\x07\x6a\xbe\xa9\xbd\x0c\xd4\xbc\x4c\xf8\x25\x61\xd0\x2b\x85\x5f\xf4\x11\x6d\x0f\x14\xfe\x40\xe1\xb7\x93\x35\xa0\xb7\x70\xf2\xd1\x89\x6b\xa0\xf0\x65\xac\x36\x5e\x21\x0a\x5f\x26\x42\x96\xbd\x40\x6f\x51\xd8\x35\x49\x8a\x51\xe0\x4f\xaa\xbf\xb4\xcc\xfe\xe0\x0f\xd5\x9f\x2e\xfc\xe0\x0f\xd5\xdf\x08\x27\x54\xff\x40\xf5\x27\xf8\x43\xf5\xcb\xc4\xfe\x78\x36\xf8\x43\xf5\x93\x52\x03\xd5\x2f\x13\x2d\x47\xeb\x56\xf8\xab\x94\x3d\xb5\xec\xc1\x49\x40\x26\xe6\xd3\x1a\x9c\x04\x06\x27\x81\xd6\x18\x0b\x7f\x3a\x09\x54\xe4\xc8\xe0\x24\x20\x13\x61\x27\x4e\x39\x09\xc8\xc4\x7c\xda\x0b\x27\x81\xc1\x49\xe0\x48\xac\x0b\x7f\xba\x45\xa9\x48\xa8\xc1\x2d\xca\xe0\x74\x70\x10\xee\x9c\x0e\x06\xa7\x83\x76\x31\x16\xfe\x74\x3a\xa8\x0d\xfe\x38\x1d\xc8\x58\xee\xcf\x7c\xf0\xc7\x89\xe1\x38\x79\x0e\xf8\xd3\x89\xa1\x9d\x9d\xfd\xc1\x1f\x27\x86\xc3\x98\x0f\xfe\x38\x31\xb4\xae\x77\xce\x89\x61\xb4\x87\x2b\xf9\x71\x3a\x18\x9c\x0e\x4e\xd2\x96\xd3\x81\x8c\xe5\x93\x77\xce\xe9\x60\x70\x3a\xd0\x67\xe3\x3d\x38\x1d\x0c\x4e\x07\xfa\x82\xbe\x07\xa7\x03\x99\xe0\x5e\xfb\xe3\x74\x30\x38\x1d\x1c\x2a\x5d\x83\xd3\x81\x4c\x8c\x15\x57\x9c\x0e\x64\xa2\xad\xb1\x67\xb8\x7a\x4e\x07\x07\x63\xe1\x8a\xd3\xc1\xf1\x3c\x07\x5c\xe9\x24\x50\x4e\x49\xbc\x81\xd4\xe7\xe2\x34\x9f\xe4\x02\x52\x5f\xc6\xca\xa9\xd3\xd0\x40\xea\xcb\x84\x6c\xd1\x73\x20\xf5\x07\x52\xbf\x53\xe2\x90\xfa\xe3\x7e\x62\x83\xb1\x3c\xef\x23\xeb\x79\x6f\xc8\xfa\xf1\xc8\xfa\x07\xe3\x79\x91\xf5\x07\x71\x8a\xac\x97\xb1\x7a\x3d\xfb\xe3\x79\x91\xf5\xd7\x85\x1f\xcf\x7b\x53\x9b\x0a\x7b\xe1\x79\x6f\x67\x2c\x7b\x21\x36\x24\xf5\xcb\xf1\x3c\x1b\x1c\x48\xea\xd7\xab\xb2\x06\xb1\x21\xa9\x5f\x2f\xe2\x1e\xa9\x3f\x90\xfa\x97\x64\xda\x40\xea\xcb\xc4\xba\x60\x70\x25\xa9\x5f\x13\x79\x8e\xd4\x97\x89\xf9\xf4\xde\x90\xfa\x32\xc6\xa7\xdb\x3d\x90\xfa\x03\xa9\x7f\x49\x7a\x0c\xa4\xfe\x40\xea\x5f\x92\x37\x03\xa9\x2f\x13\xa7\x3f\x3d\x2f\x52\x7f\x20\xf5\xb9\xb1\x1b\x48\x7d\x99\xc8\x5f\xc6\xc2\x1f\x52\xbf\x53\x63\x91\xfa\x32\x56\x9a\xb1\x2e\xfc\x21\xf5\x7b\xc2\x0f\xfe\x90\xfa\x9d\xfc\x45\xea\xcb\x84\x1f\xeb\xc2\x1f\x52\x3f\x4b\x86\x0f\xa4\xbe\x8c\xd5\x8c\x1f\x52\x5f\xc6\x6a\x87\x7b\xa4\xbe\x8c\xe5\xc2\x73\x20\xf5\x07\x52\x9f\x5b\xc6\x81\xd4\x97\xb1\xa2\x6f\x3c\x7b\x20\xf5\x07\x52\xbf\x51\xc3\x90\xfa\x03\xa9\x5f\xa9\xb1\x48\x7d\x19\xab\x5d\xb7\xaf\xfc\xe0\x02\x63\xe5\x20\x5e\x90\xfa\x32\x71\xac\x04\x83\x3f\x49\xfd\x7c\x9d\xec\x05\xfe\x24\xf5\x6b\x22\x26\x91\xfa\x32\x56\x39\xc6\x0c\xa4\xfe\x40\xea\xf7\x8e\x1f\xfc\x39\xb5\x5d\xf2\x66\x20\xf5\x07\x52\xff\x60\x0d\xa4\xfe\x40\xea\x73\xd4\x1c\x48\x7d\x19\xcb\xb5\xb7\x7f\x45\xbb\xe7\x24\x20\x13\xd3\xe8\x91\x38\x09\xc8\x58\x3b\x68\x93\x9c\x04\xc6\x24\x95\x75\xa1\x37\x50\xfd\xe3\x51\xfd\x84\x2c\xaa\x5f\x26\xd2\x1b\x3f\xa8\x9c\x48\x0a\x9d\x22\x06\x0a\x5f\xc6\x2a\x17\x8e\x03\x85\x3f\xa6\x94\xd8\x53\xf6\x26\x14\xe9\x3b\x4b\xb1\x67\x2f\x50\x84\xea\xe7\xe2\x6a\xa0\xfa\x65\xac\x71\x6a\x1f\xa8\x7e\x19\x2b\x87\x54\xe1\x40\xf5\xcb\xc4\x5e\x34\x1f\xaa\x5f\xc6\xda\x41\x39\x43\xf5\xcb\x04\xa6\x35\x50\xfd\x32\x51\x92\xf4\x1c\xa8\x7e\x99\x98\x4f\xfc\xa1\xfa\x65\xac\x9e\xcf\xba\xf0\xb2\x9e\x12\xa7\x14\x40\xf5\x0f\x54\x7f\xa7\xad\xa1\xfa\x65\x02\x13\x07\xa8\x7e\x19\x6b\x09\xe9\x81\xea\x1f\xeb\x29\xe9\xe2\x1e\xd5\x2f\x13\x7e\xac\x0b\x7f\x52\xfd\xf5\xa4\xad\xa1\xfa\xf9\x16\xd6\x12\x69\x86\x9a\xe7\x5b\x58\xd3\x2f\x93\x36\xdf\xc2\x30\x51\xba\x34\x1f\x6a\x5e\xc6\x9a\xd1\x36\x50\xf3\x32\x56\x8c\x96\x83\x9a\x97\xb1\x66\xb4\x35\xd4\xbc\x8c\xe5\x44\x8b\x40\xcd\xcb\xc4\xf3\x6a\x7f\xa8\xf9\x81\x9a\x7f\xa4\x25\x6a\x7e\xec\x87\x03\xe6\x83\x83\x3d\x88\x0d\xd6\x85\x03\xa9\xf9\x7c\xe8\xd2\x75\xa0\xe6\x65\xac\xf1\xd1\x69\xec\x87\x03\x6e\x74\x14\xf7\x7c\xe7\xc3\x58\x33\xc9\x16\x47\xcd\x3b\x6a\x9e\x1b\x18\x47\xcd\xcb\x44\xfb\x6b\xc2\x12\x18\x6a\xbe\x82\x65\x30\x6e\x1f\xd4\xd6\x1c\x35\xef\x5c\xb4\xeb\x27\x18\xdb\x51\xf3\x32\xf1\xbc\xac\xd1\xc0\xb8\xbd\x79\xfc\x2e\x30\xa9\x79\x53\xc9\x74\xe4\xba\x4c\xc8\x4d\xb0\x1b\xec\xe1\x8a\x67\x1b\x60\x83\xb1\x60\x0e\x26\xae\x4c\x2d\xd6\x91\xeb\x8e\x5c\xb7\x67\x2f\x0b\x4c\xb2\xe0\xd7\xe7\xd8\x60\xba\x7c\xd7\x6f\x5c\xb7\x23\xd7\x1d\xb9\x6e\x8a\x71\x47\xae\xcb\xc4\x5e\xc0\xe0\x4f\x72\x3d\x1f\x8a\x53\x47\xae\x3b\x72\xdd\x24\x41\x1d\xb9\x2e\x63\xd9\xd4\x3a\x1d\xb9\x2e\x13\x7e\x49\x18\xfc\x3d\x17\xf2\xfa\xf0\xe6\xc8\x75\xe7\x42\x5e\xbf\x7e\xd9\x8e\x5c\x97\xb1\xcc\x25\xae\x23\xd7\x65\x02\x63\x5d\xf8\x93\x5c\xcf\xa6\x98\x74\xe4\xba\x8c\x65\xeb\xac\x01\x7f\x92\xeb\x99\x8f\x2b\x8e\x5c\x97\x09\x8c\xfd\xc1\x5f\x41\x56\x19\x63\xe1\x4f\x72\xbd\x74\x9d\x94\x1d\xb9\x2e\x63\xc5\x54\xfa\x1d\xb9\x2e\x13\x63\xf5\x1c\xc8\x75\x99\x78\x5e\xf1\x87\x5c\x97\x09\x3f\xbd\x37\xe4\xba\x3f\x17\xf7\x92\x28\x8e\x5c\x97\xb1\x7a\x3c\xeb\xc2\x9f\xe4\x7a\x3e\x89\x2b\xe4\xba\x23\xd7\xf5\xcb\xde\xed\xc8\x75\x99\x98\x8f\xfd\xc1\x5f\xe5\xf6\x8b\x58\x43\xae\xfb\x73\x99\xcf\x7b\x43\xae\x3b\x72\x5d\xbf\x69\xd8\x8e\x5c\x97\x09\x69\xc9\x5e\xe0\x4f\x72\xbd\xd0\x12\x1d\xb9\x2e\x13\xf3\xe9\xbd\x21\xd7\x65\x2c\x17\xe5\xb9\x23\xd7\x65\x2c\x27\xd5\x21\xe7\x82\x5f\xc6\x32\x97\xf9\x8e\x84\x97\xb1\xcc\x2d\xa3\x23\xe1\x1d\x09\x4f\x8f\x72\x24\xbc\x37\x6a\x7b\x63\x0d\xb8\x42\xae\x23\x0b\x1c\xb9\x2e\x13\x7e\x60\x70\x85\x5c\xa7\x5e\x39\x72\x5d\xc6\xb2\x7e\x15\xb4\x1d\xb9\xee\x8f\x5c\xd7\x51\xd8\x91\xeb\x8e\x5c\x3f\xe1\x0f\xb9\x2e\x13\xfb\x63\x0d\xb8\x92\x84\xcf\xa9\xa6\x7f\x6c\xf7\x57\xff\xff\xba\xbd\x23\xf0\xf9\x25\x43\xe5\xae\x92\x5f\x32\x60\x8c\xdf\x91\x6e\x47\xe0\xfb\x0d\x1b\x12\x58\x8e\x98\x97\x89\x9d\x6a\xf7\xdc\xdb\xcb\xe4\x4e\x51\x41\xdf\xcb\x04\x19\xb8\x41\x90\xf4\x7d\xa5\x31\x39\xfa\x5e\xc6\x9a\x7e\xc9\xbd\x1d\x7d\xef\xe8\xfb\x44\x70\xa2\xef\x65\xac\x34\x7d\x1d\x73\xf4\xbd\x3f\xfa\xfe\x62\x3e\x08\xba\xb9\x4a\x7d\xd6\x80\xa0\x9b\xb3\xb3\x04\x8a\xa3\xef\x65\x2c\xa7\x8e\x1f\xc1\x84\xbe\x3f\x99\x0f\x7d\xef\xcf\x55\xbe\xce\xd8\x8e\xbe\x97\x89\x35\x44\x0b\xfa\x5e\xc6\xca\xa9\x86\xed\xe8\x7b\x47\xdf\x1f\x3a\xb3\x3b\xfa\xde\x07\xc1\x44\x72\xa3\xe5\x65\x2c\xf3\xcb\x02\x47\xcb\xcb\x84\x1f\xeb\xc2\x95\xb4\x7c\xb9\x0e\xd6\x85\xab\x5f\xaf\xed\xf1\x83\x2b\xe9\xf6\x9c\x13\x18\xbc\x48\xb7\x97\x46\xb0\xa3\xdb\x65\x2c\x67\x5e\x25\xba\xdd\xd1\xed\x08\x1e\x47\xb7\xcb\xc4\x5e\x84\xa1\xdb\x65\x2c\x67\x89\x11\x47\xb7\xcb\x84\x9f\xde\x1b\xba\xdd\x9f\x2b\x7a\x12\x14\xdd\x2e\x13\x63\xc1\xe0\xc5\x09\xab\x93\xb1\x84\x95\x3f\x5c\x29\xae\xd0\xed\x32\x96\x33\xc5\x0c\xdd\xee\x5c\xd1\x3f\x85\x06\xdd\x2e\x13\x22\x03\x3f\xb8\xe2\x8a\x3e\x13\xf6\xe8\x76\x47\xb7\x67\x8a\x0a\xba\x5d\xc6\xca\x93\x0a\xe8\x76\x99\x10\x14\xec\x0f\xfe\xa4\xdb\xdb\xc1\x3b\x42\xb7\x3b\x57\xf4\x7c\x79\x76\x74\xbb\x4c\xac\x2b\x3f\x74\xbb\x8c\x95\x8b\x9c\x41\xb7\x3b\xba\xfd\xe4\xbd\x21\xcc\x65\xac\xf0\xd5\xd5\x11\xe6\x32\x96\xf5\xd3\xb6\xed\x08\x73\x7f\xae\xe8\xf5\x69\xc5\xb9\xa2\x97\x89\xe2\xa8\xe7\x45\xac\x3b\x62\xdd\x88\x71\xc4\xba\x73\x45\xcf\x95\xba\x23\xd6\x65\xe2\x5c\xa6\xe7\xe5\x8a\x5e\xc6\x72\xa1\x10\x22\xe0\x7d\x3e\x39\xa8\xe7\xe5\x3a\x5e\xc6\x0a\xe2\xda\x11\xf0\xfc\x28\xaa\x3c\x39\x8d\x58\x77\xc4\xfa\x93\x83\x88\x75\x99\x68\x60\x7a\x0e\xc4\xba\x8c\x65\x7e\x71\xe1\x88\x75\xe7\x8a\xfe\x42\x90\x21\xd6\x1d\xb1\x9e\xf4\xf9\xc6\x11\xeb\x8e\x58\x3f\x75\xff\xe2\x88\x75\x19\xcb\x95\xe6\x8c\x58\x77\xc4\xba\x7e\x30\xbc\x1d\xb1\x2e\x13\x7e\xac\x01\x2f\x12\xeb\xb9\xd2\xac\x10\xeb\x32\xb1\x2e\x63\xe1\x45\x62\xbd\x64\x09\x64\x47\xac\xcb\xc4\x58\xf6\x02\x57\x12\xeb\x25\x3f\x18\x5c\x49\xac\xe7\xaa\x2f\xc5\x8e\x58\x97\x09\xa1\x00\x07\xf0\xc7\x15\xfd\x23\xbe\xb8\xa2\x77\xae\xe8\x5b\x06\x83\xbf\x4d\xbd\x22\x4e\x11\xf5\x32\xb1\xae\x9e\x03\x51\x2f\x63\xf5\xd0\x55\xbe\x23\xea\x1d\x01\x9f\xe0\x1e\x01\xef\x5c\xc7\x1b\x71\x80\x80\x97\xb1\x5c\x9f\xb1\x70\xf5\x08\x78\xc4\x08\x02\x5e\xc6\x72\x45\x58\x72\x1d\xef\x8f\xa8\xa7\xe6\x20\xea\x65\xc2\x8f\xfd\xc1\x95\x44\x7d\x3d\xc9\x7d\x44\x3d\x7f\x83\xd3\x12\x22\x1c\x51\xcf\x1f\xe1\xb4\x5c\xff\xa1\x1f\xc6\xff\xff\xe9\xfe\xf2\xf6\xf7\x3f\x68\xf3\x5f\xbe\x7e\x5d\x9f\xbe\xe9\x8f\xe7\xf4\x47\x6b\xaf\xb9\xf6\xc7\x4f\xeb\xef\x7f\x88\xf7\xe5\xf3\x97\x18\xa5\xff\xfd\xef\x00\x00\x00\xff\xff\xd6\xea\xb5\x3c\xb4\x37\x00\x00"); -func _ead ()([]byte ,error ){return _g (_afg ,"Add-RKSJ-V")};func _cbg ()(*asset ,error ){_bbcc ,_ebg :=_beaf ();if _ebg !=nil {return nil ,_ebg ;};_febg :=bindataFileInfo {_b :"GBK-EUC-H",_ffe :80859,_ag :_ed .FileMode (436),_ac :_c .Unix (1580492080,0)}; -_fde :=&asset {_abe :_bbcc ,_ece :_febg };return _fde ,nil ;};func _abbe ()(*asset ,error ){_agfb ,_caab :=_geed ();if _caab !=nil {return nil ,_caab ;};_fca :=bindataFileInfo {_b :"Adobe-Korea1-2",_ffe :1845,_ag :_ed .FileMode (436),_ac :_c .Unix (1580491385,0)}; -_afb :=&asset {_abe :_agfb ,_ece :_fca };return _afb ,nil ;};func _bfgf ()([]byte ,error ){return _g (_caaf ,"HKgccs-B5-H")};var _cafed =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\xbd\x4d\xcf\x35\xb9\x91\xa6\xb7\xaf\x5f\xf1\x2c\xc7\x8b\xb1\x4e\xf2\x9b\x40\xe1\x05\x7a\xa4\xd1\x58\x8b\x9e\x31\xdc\xd3\xb6\x01\xc3\x8b\x93\x0c\x52\x28\xc0\xaa\x2a\x94\x4a\x8b\xfe\xf7\x46\x5e\xd7\x91\x3d\x18\x1b\x28\x2d\x0a\x77\xbd\xf1\x64\xe6\x61\x32\x23\x82\x41\xc6\xcd\xe0\xef\x7e\xff\xa7\x3f\xfc\xe9\xc7\x1f\x7e\xfd\xfa\xdd\xff\xfc\xcb\x4f\xeb\x5f\xf6\xaf\x5f\xe7\x87\x1f\xe3\x97\xfd\xd7\x9f\xfe\xf6\xcb\xda\x5f\xf7\xfe\xf3\x0f\x3f\x7e\xf7\xdd\x95\xbe\xe2\x87\xf5\xeb\xdf\xff\x09\xac\xbf\xbc\x7f\xfe\xee\xbb\xe7\xfe\x7f\xf9\xb7\xbf\xfe\xba\xff\xf2\xa7\x1f\xcf\x4f\x5f\xd9\xeb\xe2\x6f\x3f\x7f\xae\xfd\xfa\xfa\xdd\xff\xb2\xff\xfc\xc3\x5f\x7f\xfd\xe5\xdf\xbe\xfe\xdd\x3f\xc5\x4f\xf7\xfe\x1f\xbe\x62\x9f\x47\xfe\x5f\x7e\x89\xfd\xcb\x0f\x3f\xfe\xf9\xeb\xdf\xfd\xa7\xff\x70\xfd\x3f\xd2\x7f\xf9\xdb\xcf\x3f\xff\x5f\xfb\x2f\xfb\xc7\x5f\xbf\x2e\x64\xfb\xc7\x00\xbf\xfb\xdd\xef\xff\xf9\xfd\xf3\x7f\x7e\xff\x65\x7f\xfd\xee\x3f\xfd\x87\xff\xfa\xf3\xfa\xf7\xff\xf1\x5f\x7f\xff\xef\xff\x27\xfe\xc6\x9f\xfe\xd7\xfd\xcb\x5f\x7f\xf8\xe9\xc7\xaf\xeb\xf5\x3f\xbe\x5e\xed\xff\x95\xff\xd7\x7f\xfb\x79\x7f\x9e\xf5\xdd\xef\xfe\xf5\x4f\x7f\xf8\x2f\xe7\xfc\x75\xff\xfa\x95\xc7\xcb\x6b\xfe\xf7\x7f\xfd\xd3\x1f\xbe\xfe\x8f\xeb\xeb\x7a\x7d\xa5\x9a\x7b\xf9\x3f\x3f\x97\xfe\x6f\xff\xfc\x53\xec\x2f\x2f\xfa\x2e\xfb\x3e\xeb\xa7\xd8\x7f\xfd\xf9\xbd\xf6\x2f\xef\x1f\xff\xbc\xbf\xfb\xfa\xfa\xfe\xf5\xfa\xf6\xf5\xf5\xf5\xfd\x78\x7d\x7b\xfe\xf5\x4f\xd7\x3f\x5d\xdf\xbe\xbe\xff\xe3\xef\xff\xf8\x1f\xf9\xf7\x1f\xff\xc0\x5f\xff\xf8\xc7\x6f\xcf\x7b\xfc\x77\x77\x7f\x77\xf9\xd0\x1f\x7f\xfa\x35\xf6\x51\xc6\xf3\xbe\xbf\xce\xb7\xaf\xeb\xb9\xe3\xbf\xfd\xd3\x77\xd7\xeb\xf5\x69\xc5\x0f\xf1\xb9\x3a\x3d\x57\xf7\xfd\x5c\xfd\x34\x81\x76\x7c\xf5\x7e\xa5\xef\xbe\x7f\x5f\xef\xa7\x29\xef\xeb\xec\x6f\x5f\xb3\x7d\xf7\xfd\x3b\xdd\x08\xd2\x4e\xdf\xbe\xae\xf9\x7a\x24\xbb\x2a\xd9\xdf\xbe\x52\x41\x72\xbc\xe6\xac\x6f\x5f\xa9\x3e\x92\xec\x63\xf2\xf3\x98\xd4\x9e\x07\x17\x25\xe5\xe4\x6f\x5f\xb9\x3e\x4f\xae\x4a\xea\x69\xdf\xbe\x4a\x9e\xdf\x7d\xff\x6e\x4a\xda\x3d\xbe\x7d\xd5\x54\x1f\xc9\x52\x72\xea\xb7\xaf\x5a\x9e\x6b\xba\xd7\xf4\xe7\x0f\xed\xf5\x3c\xb9\x87\x92\xa7\x11\x2d\x3f\x77\x0d\xaf\x19\xeb\xf5\xed\xab\xb5\xf1\x48\x16\x6d\x1e\xfb\xfd\xed\xab\xbf\x9e\x16\xce\x77\x79\x24\x73\x9f\x6f\x5f\x3d\x3f\xd7\xbc\xbd\xeb\xfd\xb4\x79\x5c\xe5\xbb\xef\xdf\xb7\x92\xfb\x79\xce\x7c\x8d\xef\xbe\xbf\x5f\x48\xee\xd7\xbb\x7f\xfb\x9a\xcf\xbb\xdf\xaf\xf7\x50\x32\xe8\xc3\x8e\x68\x2a\x9a\xcf\x45\xde\xf6\x56\xf2\xe6\x22\x45\xb7\xa2\xf5\xed\x6b\x56\x9f\x14\x4a\x36\x17\x4d\x44\x07\xd1\xd3\x21\xb3\x96\x47\x72\xfb\xec\x07\x7a\x4f\x17\x22\x1f\x7e\x9f\xe7\x93\xd5\x47\xf2\x34\xf8\x03\xbd\xa7\x84\xc8\x86\x47\xfa\xf6\x35\x3b\x92\xc8\x4a\x32\x17\x65\x44\x45\x51\xf9\xf6\x35\x27\xcf\x8e\xaa\xa4\x72\x11\x2d\x88\xa6\xe8\x79\xbb\xe9\x6d\x36\x20\x78\xbb\x44\x0b\xc2\xb7\x7b\x60\x4e\xde\x37\x96\x92\xc5\x45\x0d\x91\x2f\xbc\xf3\xb7\xaf\xeb\xf5\xa2\x0f\xb6\x2d\x78\xa0\xf7\x44\x6f\x6e\x9b\xb0\x6f\xae\xe2\x59\xdb\x67\xed\xe0\x2a\x45\x5b\xd1\xa3\xd6\x2f\x3f\xc3\xb6\xf3\xf8\xc2\x3d\xf3\xf8\x63\xc7\x9c\xc4\x55\x74\xf1\xb1\x1b\x0e\xdd\x90\x79\xe9\x63\x23\x1e\xc5\xbc\x5e\xf6\xcc\xe9\x8a\x3a\x57\xd1\x7f\xc7\x0f\xff\xc0\xf5\xb2\xa9\xc7\x8f\x73\xf8\x38\xd9\x1b\xed\x9b\x43\xbb\xd2\xf3\x8b\x9a\xd8\x7d\x3d\x0a\x78\xbd\x72\x41\x54\x15\x35\x6e\x54\xd4\x15\xf5\xe7\x2a\x54\xed\x52\xd5\x2e\x55\x2d\x37\x44\x53\xd1\x9b\xab\x12\xa2\x5b\xd1\xcd\x55\x1d\x11\xfd\x75\x3d\xa6\x7c\xbd\xca\xf3\x81\xae\x3b\x29\x4a\x5c\x35\x10\x65\x45\x7c\x8e\xca\xb3\xee\xa2\x88\xcf\x9f\x69\xfd\xdd\x14\xd1\x39\xd5\x67\xd9\x54\x75\xb2\x5c\x88\x78\xed\xeb\xd1\xc0\xeb\x55\xb9\x51\x0d\x04\x7a\x2f\xbc\xe3\xb2\x11\x6b\x3e\x57\x35\x9a\xba\x3e\x37\xa2\x4b\x36\x75\xf9\x42\x8b\x2e\xec\xbc\xf6\xe2\xd3\x5e\x81\x82\x17\x44\xe1\xe3\x83\x77\x1c\xb4\x3e\x7c\x7c\xf0\x8e\x18\xe2\xa5\xd2\x5f\x41\xdf\x0f\x1a\xa1\x8a\x5f\xaa\x78\xa1\xa9\xaa\xf8\x15\xfc\xe2\xa0\x5d\xe1\x2f\x6e\x5a\x8f\xbd\x5e\xdb\xc7\xab\xbe\x93\x1b\x55\xdf\x4b\xf5\xad\x19\x91\x8f\xdf\x4f\x7f\x5d\x2f\xda\xb5\xed\xaf\xcd\x77\xc4\xac\xaf\xed\x77\x7c\xe0\xba\x5e\xbc\xd0\xb6\x27\x70\x59\xbd\x2a\xb2\x27\x1e\xbd\xbf\x2e\x4c\xe1\x52\xef\x81\xde\x2b\x4d\x55\xef\xaf\x47\xd7\xaf\xeb\xe2\x17\x8f\x9d\x73\x6c\x3d\x37\x1e\x5b\xff\xe8\xfd\x75\x5d\x74\xb4\x7a\x7f\xa9\xe4\x7e\x34\x95\xfc\x7a\x3c\xfb\x75\xe1\x6e\xae\x13\x8a\x30\xbe\xc6\x3b\x1e\x1b\x81\x92\x5f\x98\x42\x52\xc9\xd3\xa3\xd8\xd7\x85\x89\xa6\x77\x53\xc4\xe3\x5b\x41\x34\x14\x3d\xb6\x7d\x3d\xbe\xfb\x4e\xea\x2a\xd0\x7b\x6b\x88\xf8\xc5\xf4\x28\xe3\x75\x61\x0a\xe9\xae\x8a\xf8\x68\x68\x4e\x52\x31\xd3\xe3\x2b\xaf\x8b\xef\x98\x74\x96\x49\xc5\x6c\x34\x42\xc5\x4c\x8b\x76\xf1\x85\xd2\xf2\xc6\x85\xf1\x35\x6e\x5c\x5d\x11\x1d\x6d\x23\x16\xef\x98\x82\xd6\xf7\x17\x43\xf3\xdf\x87\xd4\xff\xbf\x51\xf6\x4e\xe1\xcb\x05\x0f\x19\xfc\x54\x7c\x1e\xc2\xd7\x1a\xbc\x89\x8a\x05\x5c\x0c\xb0\x77\xda\x78\x29\xa0\xf7\x71\x21\xb2\x3b\x1f\xb8\xae\x99\x10\x25\x45\x38\xae\xa1\xa8\x28\xe2\x3b\x4c\xba\x53\x65\x48\x3a\x41\x14\x3e\xe9\x04\x13\x4e\x30\xbd\xe8\x3b\x9d\x20\x03\x78\xef\x83\x1b\xfd\xcc\x89\x6f\x9a\xd2\xd3\x2e\x07\xf5\x3b\xbf\xb1\x27\x1e\x9f\xdf\x59\x51\xe6\xaa\x82\xa8\x28\xa2\xa3\x66\x47\x34\x14\x0d\xae\x9a\x88\xa6\xa2\xe7\xd3\x8c\xd7\x85\xe8\xad\xe8\xe9\xaf\x94\x15\x6d\x45\x9b\xab\x12\x22\x5e\x28\xa3\x0c\x09\x27\x98\x55\x06\xa0\x8f\x57\x46\xd4\x14\xf1\x8b\x45\x91\xbf\x78\xfb\x8b\x34\x55\x65\xc8\x37\xbf\x58\x68\xea\xed\x2f\xde\xfe\x22\xef\x78\xfb\x8b\x8f\xe3\xba\x12\x7e\x31\xeb\xb8\x80\x3e\x30\xd7\xbc\xec\x89\x45\x4f\x54\x45\xf6\xc4\x03\x7d\xd0\xd1\x79\xd9\x54\xd4\x2f\x61\x88\x59\xf5\x03\xfa\x78\x29\xea\x8a\x1e\xab\x4b\x8d\xbe\x5f\xa1\x28\xb8\x8a\x2e\x54\x23\x81\x2b\x35\x1f\xff\x69\xea\xf3\xb5\xc7\xc5\x8d\xc1\xd7\xce\xf8\xc5\x84\x76\x67\xfd\x22\xd0\xc7\x45\x47\xeb\x17\x73\xd0\x5f\xc4\x07\x39\xec\xaf\xa0\xbf\x2e\x45\xf6\xd7\x03\x57\xea\x3e\xeb\x56\x74\x73\x15\x1d\xed\x48\x0f\x5c\x69\xf8\x78\x5b\x1f\xb4\xfe\xa2\xef\x35\x85\x4c\x5c\x99\xb0\x8e\xbc\x6d\x04\x1a\x3d\x70\x49\x59\x8d\x06\xae\x34\xf8\x45\x1d\x6a\xde\xf4\xd7\x45\x47\xeb\x50\x81\x2b\x61\x1d\x79\xab\x72\xf8\xd8\x41\xc4\x95\xf5\xb1\x79\xd3\xfa\x49\x23\x74\xa8\xf9\x89\x27\xfa\xb8\x7c\xbc\x4d\xc5\x86\xd2\xf4\x46\x7b\x15\x1b\x1a\x38\xc1\xac\x0d\x01\x57\x56\x7d\xf5\xb1\x40\x1f\x04\x5d\x59\x1f\x0b\x5c\x59\xc5\xd4\xd2\x80\x3e\x92\x22\xdf\xf1\x89\x1a\xae\xac\xca\x19\x35\xe4\x43\xaf\x6a\x56\xc7\x5e\xc5\x1e\x33\x1d\x6d\x48\x7d\x17\xec\x71\x10\x52\x15\xed\xb1\x10\x5b\x64\x5e\xbb\x18\x5b\x14\x62\x8b\x91\x14\x75\x45\x4f\x4f\x64\x9a\x5a\x8c\x1a\x80\x3e\x08\x96\x8a\x9e\xb8\xbc\xf9\x45\xbc\x7a\xd1\xf8\x80\x3e\x30\xd1\x72\xd3\x13\xe5\xe6\x1d\x3f\x22\x1b\x71\xa3\xf7\x04\x4b\x45\x13\x2d\x4f\xa4\x70\x65\xac\xb6\xdc\x43\x11\x5f\x88\x98\xa7\x68\xa2\xe5\xe6\x17\x71\xf4\x45\xe3\x03\xfa\x60\x84\x28\x46\xb7\x05\x7b\xcc\x58\x6d\xd1\x1e\x8b\xf6\xe8\xe3\xb5\xc7\xf2\x98\xd5\x95\x19\xb0\x8b\x66\x05\xf4\x91\xbd\xd1\x46\x10\x81\xe4\xea\xe3\xdf\x8a\xde\x5c\x45\x7f\x19\x81\x14\xec\x31\x57\x45\xa1\x08\x8d\x26\x32\x2a\xda\x23\x70\xe5\x46\x4f\x68\x8f\x45\x7b\xf4\x85\xb4\xc7\x12\xf4\x17\xc3\x67\xd1\xf8\x4a\xd0\x5f\xc4\x4f\xc5\xa0\xa4\x04\xed\x62\xe4\x2a\x1a\x1f\xd0\x47\xf1\x46\xdb\xf5\xc0\x95\x3b\x5d\xa8\xf1\x01\x7d\x14\x45\x36\x75\xd3\x7a\xe2\xa7\xb2\x3f\x22\x5a\x4f\x94\x55\x0c\x24\x80\x2b\x13\xd7\x17\xf5\xbe\xa8\xf7\x44\x59\x45\xbd\x2f\x87\xef\xc8\x10\x50\x0c\x11\x80\x3e\xfc\x1c\xc6\xc1\xe5\xd1\xe2\xab\xe0\x6a\xcb\xb1\xa9\x6a\x34\xb1\x58\x51\xa3\x0b\x1a\x5d\x70\x8f\x4e\x09\xef\xfa\x68\xf4\x55\xf0\x5f\x55\x8d\x06\xfa\x60\x58\xaf\x8e\x30\xc0\x55\xae\xfc\xdb\x43\x71\xd5\x06\x2a\x91\xf3\xa8\x3e\x77\x2a\xba\x79\xc8\x40\xb4\x14\xd1\x77\xc4\x65\xd5\xd0\x03\xb8\x0a\x96\x52\x1d\x93\xaa\x36\x80\xca\x54\x6d\x00\xb8\x4a\x52\xe4\x9b\x38\x26\x11\x97\x55\xc7\x24\xe0\x2a\x58\x4a\x35\x72\x06\xfa\x68\x3c\x5e\xb3\xa8\x8f\x29\x5c\x85\x39\x44\x75\x98\xaa\x37\xed\x6a\x8a\x6c\x17\xe3\x48\x41\x49\xab\xe3\x48\x75\x1c\x21\x66\xa9\x2a\x7c\x5d\x7c\x87\xe2\x55\xb7\x22\xbe\x03\x83\x46\x5d\xbe\xf6\xa3\xa4\x57\x21\x24\xaa\x2a\x29\xd0\x07\xea\x57\x8d\xaf\x2b\x7a\x5b\xaa\x22\x3f\x0d\x33\xc8\xc1\xd0\x52\x9d\x41\x56\x7c\x7f\xc1\x06\xaa\xea\x57\x83\xfe\xea\xf4\xbd\x01\x4e\xc5\xf7\x97\xce\x2f\xea\xfb\xab\xbe\xff\x23\xf2\x59\x9b\x77\xec\x34\x75\xfb\x8e\x9b\xfe\x42\xe1\xab\x8e\xbe\xa2\xdd\x85\xd1\xa6\xaa\xdd\x55\xed\x46\xe1\xab\xda\x5d\x0f\xcf\x22\xa2\x67\xdd\xe1\x01\x9f\xa5\xc8\x67\x11\xed\x96\xa9\xc8\x67\x1d\x9f\xc5\x3b\x9e\xcf\xb3\x1e\xbd\xad\x78\x75\x17\x2e\xee\x46\x18\x54\x51\xf8\xa6\x92\xb6\x37\x0a\x40\xa8\xd7\x0c\x80\x81\xab\x32\x86\x37\x3d\x31\xd0\x07\x41\x5c\x33\x58\x02\xae\xca\xe8\xdc\xd4\xd5\x66\xb0\x34\xfc\xc5\xb7\xa2\x37\x57\x29\xba\x15\xf1\x69\x87\x8d\x58\x8a\x68\x2a\x23\x6a\xd3\x85\xb7\x9b\x4f\x4b\xa8\xd7\xd4\xd5\x86\x0b\xaf\x84\x7a\x4d\x17\x0e\xf4\x41\x7f\x35\xe7\x82\x0d\xf5\xad\x8c\x5c\x4d\xf5\x6d\xaa\xef\x18\x88\x6c\x3d\x2e\xbc\x26\x6f\xf4\x17\x99\xf8\x0d\xc6\xf0\xa6\xbf\x6e\x04\x4b\x15\x4f\xdc\x0c\x96\x9a\xc1\x12\x63\x78\x33\x58\x02\xae\x8a\xf7\x6c\x2a\x79\x53\xc9\xf1\x52\x4d\x25\x6f\x38\xe7\x5a\xbc\x31\x14\xf1\xd1\x18\xe9\x9b\xce\x19\xb8\x58\x49\xba\x9b\xce\xb9\xa9\xe4\xf8\xb2\xa6\x92\x37\x94\xbc\x12\xea\x35\x95\xbc\xe9\x9c\xd1\x89\xa6\x73\x06\xae\x4a\xa8\xd7\x9c\x31\x02\x7d\x30\x17\x6c\x61\xbb\x08\xa9\x2a\x06\xd3\x0c\xa9\x80\x3e\x59\xf0\x68\x7a\x75\xe0\xaa\x18\x4c\xd3\xab\x03\x7d\xbe\x14\xf9\x1d\x1f\xbb\xb9\x2a\x1e\xa0\x39\x23\x00\xfa\x24\x34\x6e\xce\x08\xda\xe6\x17\xb1\xc7\x66\xcc\x03\xf4\xa9\xae\x3a\xaf\x6c\xac\xa7\x54\xf4\xbe\xed\xcf\xe3\x17\x57\xd1\x5f\xda\x10\x70\x55\xd5\x57\x1b\x6a\x0c\x07\x93\x38\xa5\x39\x1c\x00\x57\x55\x31\x0d\x83\x80\x3e\xf1\xea\xcd\x30\x88\x45\xbc\xab\xaa\x72\x1a\x1f\xd0\x5d\x5a\x6b\x2e\xb1\x34\xd6\x53\x2a\x13\xa1\xe6\x38\x02\xf4\xa9\xc1\x18\x19\x01\x57\x55\x01\x1c\x5a\x1a\x93\x97\x79\x79\xa3\xad\xd7\x44\xe7\xf3\x85\x5c\x37\xbc\x3b\xe3\xc8\x24\x9c\xed\x9a\x68\xc7\x1e\x1b\x1d\xdd\xb5\x47\xa0\x4f\x0c\xa6\x6b\x8f\x1d\x1b\x6a\x2f\x45\x68\x4e\xc7\x86\x26\x21\x68\xd7\x86\x3a\x36\xd4\x88\x70\xbb\x36\x04\xf4\xc9\x08\xd3\xb5\xa1\xfe\x8c\x0a\x57\x63\x95\xaa\x3b\x2a\xf4\xdb\x5f\x9c\x88\xfc\x45\x26\x2f\x8d\x78\xb3\x1b\x19\x01\x7d\x7e\x44\xf4\x44\x5f\xfc\x22\xf6\xd8\x8d\x79\x3a\x36\x34\x19\xad\xba\x36\xd4\x17\xcf\x22\xca\xea\xcb\x67\x2d\x9f\xa5\xe8\xf3\xac\x9b\xab\x68\x84\xa3\x02\xd0\x27\x63\x5a\xd7\xac\x3a\x36\xd4\x8a\x8f\xb7\x27\x08\x70\x66\x6a\xbf\x3d\x14\x77\x87\x16\xe0\x6a\x84\x1e\x2e\xe0\x0a\x7d\xe2\x33\xba\x53\x94\x1e\x7c\x9a\xa2\xc8\x4f\xf3\xd8\x53\x9f\xc4\xb1\x5d\x7b\xea\xc4\x3f\x8d\x01\xbb\x6b\x29\x40\x9f\xc4\xb1\xdd\x01\xa8\xb3\x9a\xd3\xaa\x37\xda\x6c\x8d\x87\xa1\xb8\x6b\x3c\xc0\xd5\x30\xb1\xee\x98\x04\xf4\x69\xdf\x39\x26\x75\xc6\xa4\xc6\x62\x6b\x77\x4c\xea\xcc\x34\x66\x56\x64\xbb\x98\x69\x34\x86\xbc\xee\x4c\xa3\x33\x26\x4d\x06\xec\xae\x3d\x01\x57\xeb\xde\xf8\x69\x17\xdd\x49\x24\xd8\x35\xb1\xce\x3a\x4d\xc3\x5c\xbb\x13\x06\xa0\x4f\xbf\xc3\xf1\x33\x13\x97\xb5\xa1\x48\x2d\x22\x2e\x9b\xc4\x8b\x5d\x7b\xea\x98\x45\x1b\x8f\xde\xba\x54\x7e\x0f\x6d\x00\xb7\x3b\xb4\x81\xf1\xf6\xc6\x82\x88\x1b\x07\xda\xcd\xfa\xf9\x3d\xd4\xee\x71\xdb\x08\x9e\x65\x90\x3f\x08\x5d\x48\x27\xdc\x43\x25\x05\xba\x6b\xe1\xe3\xbe\x15\xdd\x5c\xa5\x68\x29\xe2\xa3\xe1\x9c\x87\x01\x0e\x70\xf5\xe4\x2f\x6e\x45\x74\x0e\x41\xdc\x70\x2a\x30\xb0\x01\xd7\xb0\x87\x36\x00\xf4\x89\x0b\x1f\x0e\x2d\xe4\x00\x2e\x17\x95\x87\xe3\xc8\x60\x2a\x30\xab\x37\x0e\x45\x8f\xa5\xb8\x10\x3c\xb4\x94\xa1\xa5\x10\xea\x0d\x2d\x65\x60\x03\x2e\xf1\x0e\x6d\x60\x68\x03\x0c\x07\x43\x25\x1f\x8c\x23\xae\x9b\x0e\xc7\x91\xc1\x08\x31\x09\x08\x87\x1a\x3d\x18\x21\x5c\xc5\x1c\x6a\xf4\x20\xc8\x9f\x0c\x07\xc3\xe1\x60\xb0\xcc\xe8\xca\xe3\x50\x0b\x81\x3e\xd1\xd5\xe1\xac\x78\xe0\xfb\x7b\xf3\x2a\x9f\xa5\xef\x67\xbd\x6d\xe8\xfb\x81\xab\xa3\xbe\x63\x7f\x1e\xcf\x68\xf3\x11\xf9\x39\x98\xb6\xba\xb8\x36\x9c\xb6\x02\x7d\x12\x5c\x0e\xb5\x10\xb8\x3a\xea\x3b\xd4\xc2\xa1\x57\xff\xdc\xe8\x3b\xa2\x98\xbd\xf3\xb5\x55\xcc\xa1\x62\x32\x4c\x0d\x15\x73\xa0\x98\xae\x8b\x4d\x15\x73\xb2\xfe\xdd\xd1\xd5\xa9\x27\x9e\x2a\x66\xf7\xaa\xa9\x08\x35\x61\xa4\x9f\xc6\xe7\x40\x9f\xfd\x42\xc4\x17\x9a\xc4\xe7\x03\xf5\x9d\xfa\x6b\xa0\x9b\x10\x99\x2e\x89\x03\x97\xcb\x48\x53\x25\x9f\xba\xf0\xae\xa8\x28\x2a\x5c\x55\x11\x55\x45\x95\xab\x68\x84\x5e\x7d\xe2\xc2\x5d\xfa\x99\xba\xf0\xa9\x29\x74\x6f\xa4\xef\x27\x8a\xe9\x12\xcb\x54\x31\x81\x3e\x31\xf7\x69\x80\x33\x89\xe2\x5d\x0c\x98\xeb\x73\x23\x1f\x8d\x5e\x9d\xfa\xeb\x49\x14\x3f\x58\x63\x9b\x6a\x21\xd0\x67\x57\xe4\x6b\x3f\x9a\x77\x39\xe9\x9e\x2e\x53\x4e\xfd\xaa\x7d\xaf\x16\x4e\x82\x92\x81\x83\x99\x6a\xe1\x34\x28\x21\xcc\x9e\xba\x5a\xe0\x72\x12\x39\x75\xb5\x40\x9f\xc3\x1b\xfd\x1c\x78\x5f\xa7\x87\x53\xef\x0b\xf4\x49\xd4\x30\x9d\x11\x00\x97\xb3\xbc\x69\x80\x33\xf5\xd1\x84\xb3\x53\x1f\x0d\x5c\xa3\xd2\x08\x7d\xf4\xd4\x47\x13\x5b\x4c\xad\x63\xe2\xa3\x47\xf5\xf1\xf6\x2a\x6b\x46\x53\x65\x72\xcd\x68\x62\x30\xa3\x2a\xf2\xb5\x0d\x83\x08\x7a\xa7\x61\x10\x70\x39\x41\x9b\xba\x6d\xa0\x9b\x25\x9b\xba\xed\x49\x18\x34\xb0\xb4\x69\x18\x34\x0d\x83\xf0\xab\xd3\x30\x08\xb8\x9c\x7a\x4d\xcd\x6a\x1e\x34\x87\x68\x66\x1a\x19\x4d\x0c\x66\xa8\xbe\x1a\xcc\xd4\x60\x88\x66\xa6\x06\x03\x5c\x4e\x84\xa6\x91\x11\xd0\xe7\xec\xbf\x3d\x14\x4f\x03\xa7\xc9\x74\xc7\x79\xd2\x34\x70\x02\xba\x89\xbb\xe9\x74\x07\xb8\x9c\x01\x99\x29\xbd\xdf\x0c\x1a\xce\x6d\xde\x0e\x1a\x6f\x03\xa7\xe9\x55\x43\x11\x5a\x44\x77\xbe\x9d\xa2\x00\xc3\x8c\xdf\xdb\x29\xca\x9b\x41\x63\xd0\x9d\x6f\x07\x0d\x60\xbc\x5e\x8a\xbc\xf1\xf1\xe4\xd7\x64\xc1\xf5\x6d\x64\x03\x8c\x17\x01\xf0\x5b\xe3\x79\xb3\xd6\x39\x09\xaf\xde\x06\x12\xc0\x78\x61\xd4\x6f\x3d\xf1\x9b\xd8\xc2\x10\xe1\xad\x27\x7e\x3f\x36\x30\x5e\x04\xc0\x6f\x6d\xe0\x8d\xdb\x9d\x2c\x29\xbd\x55\x2c\x60\xbc\x6c\x84\x6e\xf7\xcd\xca\xa3\xe3\xdb\xdb\x09\x29\x30\x5e\x98\xfe\x7b\x7f\x9e\xf5\x0c\x79\x8e\x49\x6f\x7d\x2c\x30\xcc\x6a\xbe\xd5\xb5\x37\xfa\xe1\x38\xf2\x56\x3f\x80\x6a\xec\xf9\xd6\xed\xbe\xd1\x0f\x7d\xff\x5b\xfd\x00\xc6\x8b\x30\xf9\xad\x7e\x90\xcb\xbe\x26\x13\x78\x93\xd9\xf7\xcd\x1c\x55\x2f\x75\x1b\x00\x03\xe3\x45\xe4\x7c\xbb\x52\x02\x5c\x7a\x96\xdb\x69\x2b\x30\x5e\x4c\x48\x6f\xbf\xf6\xcd\x1c\x55\x9f\x71\xeb\x89\xef\x37\x1f\x0d\x5f\x76\xfb\xb5\xef\xe7\x0b\x5f\x5a\xf0\xed\x7a\xca\xfd\x38\xe7\xf1\xba\x14\x1d\x45\x87\xab\xf8\x45\xd7\x53\x80\xf1\x22\xbe\xbe\xf5\xd7\x37\xce\x79\x32\x3b\xb8\x75\xce\xc0\x30\xe5\x7b\xeb\x9c\x81\x4b\x7b\xba\x75\xce\xf7\x13\x5f\x8f\xd7\xe5\xe3\x87\x22\x5a\x3f\xbd\xd1\xd6\xab\x72\xc4\xd7\xb7\x2a\x77\x3f\xde\x33\xa9\xab\xb7\xde\x13\x18\x26\x86\x6f\xf5\x0b\x48\x7f\x17\xd9\xae\xa0\x57\xf1\xd7\xb7\x33\xc6\xfb\x71\x82\xe9\xc5\x4a\xed\xad\x13\xbc\x37\xed\x52\xa4\xe6\xdc\xcf\xe8\x9c\x4c\xd3\xde\x8e\xce\xc0\x78\x65\x45\x68\xce\x7d\x68\x17\xae\xf2\xd6\xd9\x00\xe3\x85\xae\xde\x3a\x9b\xfb\xd1\x96\x64\x9a\xf6\x76\x74\xbe\x0f\xbf\xc8\xa4\xfb\x56\x73\xee\x47\x5b\xd2\x8b\x70\xe3\xd6\x8d\x00\xc3\xbc\xf3\xad\x9f\xb8\xa1\x77\xbc\x70\x6f\xb7\x7e\x02\x18\xaf\xe2\x8d\x5b\x11\xef\x88\x7b\x5b\xaa\x1c\x90\x5e\x68\xe1\x7a\x27\x45\xd8\x23\x43\xcb\x72\x85\x6f\xbd\x69\x2a\xc3\xfa\x52\x0b\x97\x2a\x47\xec\xba\x54\x39\x20\xbd\x50\xdf\xa5\x83\x59\x8f\xe6\x0d\xfb\x6b\xb9\x2c\x02\xa4\x57\xb7\x11\xb7\x22\xba\xb0\x28\x5a\x8a\x78\x21\x5c\xda\x52\x31\x81\xf1\x2a\x36\x95\x17\x5a\x8f\x02\xa5\x17\x43\xde\x72\x58\x5f\x37\x96\x46\xdf\x2f\x35\x67\xdd\xfc\x22\x8e\x7e\xa9\x39\xc0\x30\x91\xbe\x8c\x70\xd7\xe2\xa3\xb1\xd6\xb0\xcc\x87\x03\xe3\xc5\x30\xb5\x5c\x16\x01\xd2\x85\xe3\x5b\x86\xb3\xc0\x78\x31\xc5\x59\x86\xb3\xeb\x71\x7c\xe9\x7a\x79\xa3\xed\x5a\x7c\xda\xea\xe3\xed\x9c\x27\x76\x4d\x17\x6e\x68\x19\xbb\x02\xe3\x55\x15\xd9\xd4\x07\xd2\x85\x07\x58\xeb\xd3\x54\x7a\x82\xe9\xd2\x72\xf1\x64\x3d\xb1\x45\xba\x58\x6c\x5a\xc6\x16\xc0\x78\x11\x6f\x2e\xad\x63\x3d\xea\x9f\x2e\xac\x76\xb9\x1c\xb8\x82\xef\x88\x7e\x2d\x5d\x2d\x90\x2e\xe6\xa8\xcb\x08\x64\xe9\x7d\xd1\xaf\xa5\xf7\x5d\x4f\x04\x92\xae\xa4\xc8\xa6\x06\xbd\x4a\xa0\xba\x8c\x40\x80\x64\xde\x79\x19\x81\x00\xe3\xd5\x6c\x84\xad\xc7\xf8\x2e\x22\xa3\xa5\xf1\xad\x4d\xdf\xab\xab\xc6\x16\x40\xba\x08\xec\x97\xb1\xc5\xd2\xdf\xab\x98\xfa\xfb\xb5\x69\x3d\x96\xb6\xb4\xda\xa5\xbf\x27\x92\x5c\xfa\x7b\x20\x5d\xe5\x1f\xc8\x15\x2f\x03\xf3\xe5\x70\xd0\xfd\x75\xdf\x04\x9a\xd5\xc5\x34\x6c\x19\x67\xac\x83\x32\x30\x60\x2f\x87\x83\x75\x50\x06\x42\xa2\x65\x04\xb1\x0e\xcf\x52\x6f\x35\xd7\x85\x6d\x5e\x7c\xad\xd0\x36\x81\x74\x11\xd9\x84\xb6\x19\x6f\xb4\x08\x4f\x1c\x9a\x58\x60\x4f\x17\xb1\x7a\x68\x4f\xf1\xe6\xf1\x84\xdc\xa1\xf1\xc4\x9b\xc7\x77\x45\x34\x35\x6e\xec\x9c\x98\x25\xf4\xd7\x40\xba\x18\x34\x42\x7f\x0d\x8c\xeb\xa5\xa8\x2a\xa2\xef\x08\x21\xc3\x78\x00\x18\x9a\x45\x68\x62\x71\xf3\xe5\x6d\xaa\x33\xc6\x78\xa6\x87\x43\xa2\x45\x38\x3d\x04\xd2\xc5\x70\x10\x5a\x5d\x2c\x7f\xb1\x22\xf2\x17\x17\xdf\x94\x98\x27\x34\x9e\x58\xfe\x22\xaf\xad\xa5\xc4\x63\x16\x29\x11\x22\x84\x66\x11\x8b\x5f\x64\xc8\x0b\xcd\x22\x1e\x85\x4f\xc9\x1b\x55\x78\x60\x5c\x0c\x79\xa1\xc2\xc7\xa3\xe4\x29\x31\x72\x85\xeb\x80\xc0\x90\x8e\x11\x2a\x7c\x3c\xba\x9a\xcc\xc0\x87\x61\x72\xa0\xb7\x9a\x58\xa8\xb7\xc1\xa0\x91\xb0\x81\x70\xd0\x00\xc6\xc5\x90\x17\x0e\x1a\xf1\x68\x4e\x4a\xf8\xfe\x50\x73\x82\xa8\xe1\x62\xe1\x29\x8c\x1a\x02\x47\x0f\x91\xef\x0e\x35\x07\x18\x1a\x62\xe8\xe8\x81\x94\x70\x36\x5b\x65\xda\x78\xf5\x2b\x29\xca\x8a\x0a\x57\x0d\x44\x55\x51\xe5\xaa\x8e\xa8\x29\x7a\xfa\x3e\xe1\x20\xb6\x2a\x07\x0c\x99\x23\xdb\xd8\x02\x48\x09\x07\xb1\x75\xf4\xc0\xd0\xa8\xb7\x8a\xb9\xf1\xea\x09\xd3\xdf\x2a\x26\x30\x2e\x42\xbd\xad\x57\xdf\x4f\x6c\x91\xcc\x87\x6f\x63\x0b\x60\x5c\xcc\xfc\xb7\x73\xc1\x7d\xd3\x7a\xec\x71\xab\x98\x9b\x40\xe2\x22\xab\xb9\x0d\x24\x36\xba\x6a\x3e\x7c\xab\xab\x5b\x5d\x65\xc0\xde\xea\xea\xbe\xf9\x8e\x68\xf4\x56\x31\x81\xa1\x1b\xd9\x2a\xe6\x7e\x34\x2f\x25\x34\x7a\xbb\xfc\x00\x8c\x8b\x8f\xb6\x75\xe1\x1b\x1f\x9b\x08\x5d\xb6\x3e\x16\x18\x17\x2b\x4b\xdb\x70\x63\x3f\x6a\x96\xf2\x4b\x91\xcf\x0a\x9f\x45\x53\xe3\xf3\xac\xa7\xbf\xcc\x28\x6f\xbd\x27\x30\x64\xda\x6c\xbd\xe7\x7e\x54\x2e\x65\x74\x75\xab\x72\xc0\xb8\x18\xfc\xb7\xae\x72\x3f\xae\x32\x99\x51\xde\xba\x4a\x60\x5c\x45\x91\x5f\xfb\x81\x94\x55\x13\xa7\x61\xc0\xb8\x18\xe9\xb7\x0e\x15\x48\xe6\x9d\xb7\x0e\x15\x18\xfa\xc2\xad\xc7\xdc\x8f\x97\x4c\x59\x05\xd8\x9f\xa6\x4a\xe0\xf4\xf1\xb8\xa1\x4d\x18\x94\x99\xef\x6e\xc3\x20\x60\x5c\xac\xba\x6c\x3d\x26\x90\xb2\x2f\xe4\xba\xc5\xd6\x3a\x88\x1a\xb6\xd6\xb1\x9f\xc8\x28\x65\x1b\x61\x64\xb4\x71\xb5\x72\x8e\xb6\x06\xb3\xb1\x8e\x4c\x20\x71\xb4\x8e\x83\x29\x98\x8a\x3e\x9a\xc2\xd1\x14\x70\xdb\x47\x53\x38\x28\xb9\xa9\xe8\xa3\x92\x1f\x95\x9c\x40\xe2\xa8\xe4\x07\x25\xcf\xcd\x67\x85\x22\x3e\x1a\x81\xc4\x51\xc9\xcf\xe2\x17\x99\x24\x1c\xbd\x1c\x30\x2e\x02\x89\x63\xd4\x00\xa4\xcc\x04\xed\xb8\xd6\x00\x8c\xcb\x46\xe8\x0b\x0f\x8e\x2f\x93\xbe\x39\xeb\xf3\x78\x3a\x9a\x99\xca\x71\x11\xec\x10\x2d\x67\xfc\xfd\x31\x1e\x38\x4c\xbd\x2e\xc2\x8d\x63\x68\x7c\x50\xcc\x82\xbf\x3f\x2a\xe6\x51\x31\x21\x9d\x1d\x15\xf3\xa0\x72\x26\x86\x8f\x2a\x77\x18\x8a\x1d\xc0\x8e\xfa\x75\x50\x13\x13\xb8\x47\x35\x39\xaa\x89\xaf\xbd\x3f\xcf\x7a\x3e\x5a\x49\xff\x40\xae\xf8\xe8\x3d\x8f\xde\x13\x67\x73\xf4\x9e\x40\x32\xbf\x7b\x1c\x9d\x81\x71\x35\x45\xf6\xca\x13\x79\xa7\x82\xde\x1e\xe7\x6f\xc0\x90\x47\x76\x74\xbb\x40\x32\xbf\x7b\xd4\xc8\xa3\x46\x36\x6f\xf4\xd3\xa0\x91\x05\x37\x72\xd4\x48\x60\x5c\x04\xd3\xc7\xf0\x1d\x48\x25\x7b\xa3\x5d\x40\xf8\xee\x80\x7d\x54\xd2\x83\x46\x96\xc7\xa8\x97\x34\x66\x61\x5c\xfd\x42\x94\x14\xd1\xfa\xc7\x78\xd6\x0b\x17\x2e\x8c\xeb\x89\x6c\xd6\x8b\x19\xe3\x82\xed\x9c\xca\x63\x16\x4b\xb6\xb3\x30\xae\xc7\x55\x2e\xe9\xce\x42\x22\xa3\xbc\xa4\x3b\x0b\x83\x10\x61\x41\x7d\x7e\x80\x76\x55\x7f\xf1\x20\x62\xe2\x77\x75\x44\xb7\x4d\xbd\x69\x57\xa3\xf5\xb7\xed\x7a\x82\xf1\x71\x75\x1a\x41\x26\x52\x48\xe5\xe9\xe8\x05\x69\xfa\xfb\xf5\x72\xa4\x1f\xbc\x23\x36\xb0\x5e\x44\xbb\x65\xf0\xac\x65\x23\x88\x76\xaf\x49\xbb\xd0\xee\x05\x31\x3a\x95\x47\xe1\x97\xc4\x68\x61\x5c\x93\xc7\x87\xcf\x7a\x20\x95\x8f\xa8\x29\xa2\x5d\x93\x76\x85\xed\x22\xda\x2d\x4f\x6c\xb1\x5e\x61\xbb\x88\x76\xaf\x8f\xc8\x2e\x0c\xf9\xf3\xb4\x0b\x4f\x2c\x8c\x6b\xda\x88\x4f\xbb\x0e\x57\xd1\x39\xc4\x03\xc2\x48\xde\xb8\xed\x2f\xcc\xa2\xbe\x78\xfc\xf6\xf1\x98\x45\x7a\xd1\x13\xdb\x2f\x84\x59\xd4\x8b\xa6\x6e\xbf\x10\x21\x68\x7a\xf1\xb5\xb7\x8d\x20\x04\x25\x31\xbc\x24\x55\xaf\x17\x53\x4d\xc2\xa0\x05\x9b\xfa\x81\xca\x55\xb4\xeb\xd8\x13\x68\x21\x14\xc3\xf5\x3a\x3e\x1e\x2d\xac\x8f\x27\x5e\x12\xa1\xd7\xf5\xe8\x57\xaa\xcf\xc8\xb5\x2e\xf5\x0b\x3e\xf4\x48\x4f\x48\xb5\x20\x45\x3f\xc0\x0b\x3d\x23\xc4\x92\xf5\xbc\x2e\x3c\x5e\xba\x7c\xd6\x56\xc4\xe3\x1f\x87\xba\x2e\x95\xe9\x62\xb2\x96\x9e\x00\x67\x41\x51\x7e\x80\x8e\x6e\x3c\x9e\xb0\x71\x5d\xf7\xe3\xcb\xe0\x26\xae\xeb\xf6\xc6\x67\x44\x4e\xb5\xd1\x2e\x66\x66\xc2\x80\x9b\xb8\x2e\x66\x66\xeb\x62\x1a\x56\xb1\x8e\x6b\xd9\xd4\x07\x46\xca\x8a\xba\x22\x5a\xff\x84\xec\x0b\xba\xf3\x07\x46\xca\xbc\x10\xc3\xfa\xba\x16\xed\xea\x34\x62\xd9\x2e\x14\x33\xd9\x5f\x2a\x26\x1c\xe6\x44\xb6\x75\x5d\x2a\x26\x30\xd2\xe3\x27\x96\x7c\xe6\x75\xe1\x63\xc9\xa3\xae\x4b\xfd\xba\x98\x3a\xc1\x99\x5c\x17\x53\xa7\x75\x3d\xfa\x95\x2a\xba\x7a\xc5\xe7\xf1\xf4\x44\xa6\x11\x61\x4f\x3c\xa3\x7b\x6a\xe8\x97\x14\xe7\x05\xad\x79\xb0\xfd\x63\xc1\x6d\x7e\x60\x70\x15\xcf\x52\xe5\x2e\x55\xae\xd0\x13\xaa\x1c\x90\xda\x45\x17\xaa\x72\x97\x2a\xe7\xa7\x55\xe5\x60\x27\xa7\xe6\xa7\x3d\x76\x34\x4e\x34\xe1\x99\x64\x2a\x0b\x89\x0c\xe9\xba\x8e\xaf\x7d\x6c\x17\xef\xa8\x16\x5e\xac\x6e\x90\x21\x5d\xd7\xb1\x11\x84\xb3\x30\x3e\x97\xe4\x65\x21\x35\x3e\xad\xe4\x65\x21\x35\xbe\x63\xd2\x3d\x42\x58\x1e\xa9\x7a\xd5\x54\xc4\x0b\xd1\x13\x49\x2f\x97\x58\x92\x22\xe8\x5d\xb0\x96\x1f\x78\x3c\x40\xf3\x46\x3d\x53\x52\x31\x1f\x7f\xbf\x64\x2a\xaf\xf4\x84\x8a\xa9\x3d\x23\xea\x4a\x2c\x19\xac\x74\xd3\xd4\xe6\xb3\xb6\x22\x9a\xda\x7c\xd6\x51\xf4\xcc\x41\x52\xa7\x11\x04\x97\x42\x22\x93\xb9\xd2\xf2\x85\x58\x6b\x48\xf8\xfb\xa4\x46\x27\x42\x04\x32\x99\x2b\xe9\x1e\x21\x3f\x0f\x48\xa0\x2b\x2d\x9b\xba\x78\xc7\xcf\x8d\xbe\x23\x33\xff\x84\x8f\x4e\xe1\xe3\x83\xfe\xc2\xaf\xa6\xf0\xf1\x0c\xfe\x90\x40\x57\x62\xf0\x5f\x29\xf8\xc5\x91\x7e\x73\x28\x5e\x49\x55\x4e\x81\x7e\x0c\x1a\xa4\x5f\x04\x12\xf9\xca\x25\xa9\x7a\xc1\x87\x1e\x09\x85\x87\x14\xfd\x40\xe5\x2a\xfa\x4e\x25\x4d\x4c\xd3\xd3\xa4\xd9\x2a\x29\x90\x3a\xbe\x2c\xa9\xa4\x30\xa8\x47\xfa\xdc\x68\x0f\x3f\x90\xfa\xc5\xe3\x8f\x3d\xfc\xc0\x80\xd7\xb9\xdc\x02\x25\x24\x72\x9f\x2b\xe9\x17\x13\x1a\x99\x7d\xbc\x1a\x09\x24\x36\x0b\xad\xc4\xb0\xbe\x12\xae\x92\x58\x7d\x25\x5d\x25\xd4\xeb\xc4\xf6\x9d\x25\xf5\x5a\x18\xf9\x52\x94\x14\xd1\xfa\x27\xdc\x58\x32\xa8\x85\x41\x44\xbf\xb2\x1a\x99\x89\x17\xd9\x33\xb2\x20\x58\x7f\x60\x64\x4c\x4c\x9e\xf5\xca\x0c\xb2\xe4\x2b\x57\x76\x90\x05\x46\x7e\x26\xa4\x2b\xab\xca\x40\x6f\x8c\xf4\x52\xaf\x17\x0c\xea\x44\x0a\x73\xc9\xa0\x16\x46\xbe\x14\xd1\x85\x10\xa1\x13\x5b\x19\x96\x44\xe8\x05\xd3\x79\x30\xad\x58\x59\x5d\xcb\x8c\xce\x24\x27\x57\x76\x74\x06\x46\x66\x00\x92\x08\x2d\xa4\xde\x15\xf9\x8b\x84\xa3\x19\x6f\x20\x11\x7a\x65\x74\xad\xa3\xca\x59\x65\xca\x8c\xce\xd9\x5e\x75\x74\x86\xf5\x9c\x48\x3b\x2e\x59\xcf\xc2\xc8\x89\xce\x09\x7b\x95\x71\xb7\xe3\x76\xb3\xe3\x2e\x30\x98\xc8\xac\xec\xb8\x0b\x53\x39\x75\xb4\x50\xa6\xb2\x30\x72\xe2\xb5\xd5\x42\x08\xc7\x09\x0a\xfd\x92\x70\x2c\x8c\xec\x77\xdc\xbe\x10\x2a\x47\x26\x72\x49\x38\x16\x46\x7e\x66\xc5\x4b\xc2\xf1\x82\x3e\x9c\x20\xa1\xaf\xac\x13\xcc\xc7\x77\xe4\x3b\xaa\x5f\x99\x18\x71\xa8\x39\xc7\x77\x54\xe5\xf0\x78\x59\x95\x83\x64\x9c\x86\x1f\xed\xd8\x2e\x5c\x65\xce\x36\xc2\x76\xa1\x98\xd0\xa5\x97\x1c\xe4\x05\x0b\x38\x0d\xbe\x50\xb9\x3f\x22\x74\x95\x91\x0b\x76\xf0\x03\x8f\x3d\xc2\xbc\x5d\x85\xa5\x54\x61\x64\x46\xae\x62\x10\x57\x18\x51\x49\x3b\xae\xe2\x88\x0a\x0c\x78\xc3\x4b\x16\xef\x82\xb9\x9b\x06\x3e\xb6\x38\xa2\x02\x23\xfb\x78\x47\x54\xd8\xb6\x69\xe0\x2a\x8b\x5e\x0a\x18\x99\x70\xa3\xe8\xa5\x80\x04\x83\x71\x49\xc6\x5d\x45\x35\xc9\x8a\xfc\x45\xd4\x84\x64\xdb\x2a\xaa\x49\x51\x4d\x18\xb9\xe4\xe7\xae\xc2\xac\x05\x3e\xe1\x2a\xdb\xc7\xe3\x99\x98\x31\xae\xa2\x67\x2a\xa8\xc9\x18\xbc\x90\x6a\x52\x54\x13\xc6\xb7\xa2\x9a\x94\x67\x7c\x4c\x50\xe6\x16\xf4\xdd\x0f\x8c\x5c\xbc\x31\x14\xa1\x26\x84\xa0\xf2\x73\x57\x21\x3c\x83\x1b\xbd\x8a\x6e\x88\x8d\x97\x09\x3a\xd9\x2a\x0e\x9f\xc0\xc8\x85\xc7\xab\x39\x40\x82\x02\xb6\x8a\xce\x0a\x62\xef\x60\xda\xba\x24\xf6\x2e\x88\xbd\x09\xda\xd6\x92\xd8\xbb\x20\xf3\x8e\x4c\xac\x5f\xd4\x1c\x20\x41\xb5\x5a\x45\xcd\x01\x06\x93\xdb\x25\xd7\x77\xc1\xf5\x1d\xec\x08\x5d\x72\x7d\x17\xc4\xde\x04\xaf\x6a\xc9\xdc\x5d\xb0\x75\x07\xd4\xeb\x55\xf5\x72\xb0\x6d\xd3\x64\x58\x97\x6d\x2b\x0c\xe6\xbb\xab\xaa\x72\x95\x15\x1c\x28\x3e\xab\xea\xac\x80\x91\x9f\x99\xdd\x92\x93\x2b\x24\xc8\x3b\x4b\x4e\xee\x82\x80\x3b\x72\x53\xf4\xf9\x45\x5e\x1b\x9d\xa8\x2c\xea\x08\x03\x82\xf6\xaa\x0e\xd8\x40\x82\xbc\xb3\xa4\xe9\x0a\x23\x37\x6f\xa4\x27\x20\xe0\x26\x68\x39\x4b\x02\xae\x30\x32\x2e\xad\xea\xe5\x60\xdb\xa6\xe9\x6b\xab\x98\xc0\xc8\x0c\xc5\xb2\x6d\x57\x45\xe5\xa6\x4d\x55\xe5\xaa\x2a\x87\xe3\x93\x5a\xbb\xe0\xce\x26\x92\x75\x0b\x02\xed\x07\x46\xee\xbf\x3d\x2b\x5e\xd2\x6c\x57\x55\x8b\x06\x3f\xa5\x16\x55\xb5\x08\xb3\xa8\x6a\x11\xd4\xd8\x44\xfa\x78\x49\x8d\x5d\x30\x51\x33\x89\xce\xd5\x1c\x80\x60\xa5\x8e\x4c\x04\x21\x2b\x75\xc1\x31\xcd\x2f\x9c\x73\xf3\x6b\x35\x1d\x04\xf6\x24\xdf\x74\xb5\xe7\x3b\xe4\x57\x7e\x21\xba\x15\xf1\x1d\x88\x9c\x9b\xdf\xa1\x3d\x9d\x9e\xc9\x99\xad\x66\xa7\x37\xc7\xa4\xe1\x8d\x9f\x5f\x3c\x5c\x45\xbb\x0c\x9c\x80\x91\x89\x59\xdc\x7f\xbc\xe0\xab\x66\xb2\x61\xab\x19\xf7\x43\x54\x1d\x99\xa0\x44\xa2\xea\x6a\x8b\x76\x61\xe7\xcd\x28\x09\x0a\xea\xc8\x43\x91\x8d\x08\x9e\x85\xa5\x48\x2e\x15\x06\x2b\x30\xab\xf9\x4d\x61\x92\x66\x76\x4e\x2e\x99\xa4\xc2\xc8\x83\xa6\x3a\x89\x84\xd7\x99\x5f\x28\xbc\xbc\xce\x05\xaf\x73\xb0\x4e\xb3\xe4\x75\x2e\x88\x9b\xf9\x35\xbc\xca\xd7\x7e\x60\xe4\xc9\x3b\xea\x33\x80\xfc\xb2\x11\x0e\x2d\x4d\x37\x42\x94\x25\x89\x73\x35\xf6\x6f\xbf\x7c\xbc\x0a\xd0\x54\x80\xc9\xe3\x55\x00\xb8\x9c\xf9\xf5\xb9\xd1\xa6\xea\x46\x98\x61\xcb\xeb\x5c\x30\x36\x33\xc9\x81\x25\x63\x53\x18\x6c\x2c\x58\x4d\x9f\x01\x64\x96\xfd\x97\x24\xce\xd5\x1f\x9f\x91\x59\xe3\x5f\x5d\x9f\x01\x0c\x16\x9e\x96\xbc\x4e\x21\xb3\xc6\xbf\xba\x6e\x04\xaa\xe7\xc8\x4c\x77\xa4\x7a\x0a\x99\xcd\x94\x4b\xaa\xe7\xea\x3a\x1b\x26\xdd\x5d\x67\x03\xe4\xeb\xb2\x11\xb7\xa2\xa7\xa3\xcb\xa7\x5d\x4b\x51\x70\x55\x46\xb4\x15\x1d\xae\xa2\xa9\xa4\xb5\x17\x1c\xd1\x7c\x11\xf3\xc8\x11\x5d\x10\x42\x07\x3b\x25\x96\x84\xd0\x05\xfb\x33\x5f\xb8\x37\xd9\x9f\x0b\xc6\xe7\x60\x41\x6c\x75\xf5\xbe\x3f\xba\x9e\x59\x25\x5f\x5d\x67\xd3\x51\xf2\xf2\xa2\xf5\x2a\x39\x90\x59\xb3\x5e\x5d\x25\x07\x46\xf1\x85\x54\x72\x20\x5f\x0c\xd8\xdd\xd9\x01\x30\xca\xe5\x8d\x36\x75\xd1\xab\x0c\xc5\x92\x4b\x85\x51\x7c\x6d\x07\x6c\x20\xb3\xce\xbc\xba\x03\x36\x14\xd4\x51\x2e\x1f\xef\x0b\x3d\x46\x92\x59\x1b\x5e\xf2\x4d\x85\x51\x2e\x1f\xef\x0b\x2d\x14\xa0\x28\xf2\x85\x48\xb9\x14\xbb\x30\x7c\xa1\xc7\x86\x32\x6b\xb0\xab\x6b\x43\x3d\x6c\x17\x9d\xe3\xda\x0c\x90\x59\xd8\x5c\x12\x4a\x85\x51\x08\x5d\xba\x66\x05\x63\x34\xb3\x64\xb9\xba\xb3\x0b\x60\x14\x82\x4b\xd9\xa3\xab\x3f\xd1\x5f\x66\x85\x70\x75\xa3\x3f\xa8\xa2\x83\x7d\x22\x4b\xaa\xe8\x82\x0b\x9a\x59\x89\x5b\x5d\x13\x85\xf1\x39\x58\x47\x5c\x32\x3e\x57\x3f\xb4\x0b\xcf\xd4\x8d\xd8\x20\x6e\x8e\x92\x15\xd9\x5f\x07\x2d\x9c\x8a\x54\x80\x83\x16\xfa\x69\x8f\x5d\x88\x59\x91\xee\x5a\x5d\xb3\x02\x06\xab\x8d\xab\x6b\x56\x5d\xb3\xc2\xd2\x24\x81\xae\xa1\x59\x61\x43\x43\xb3\x02\x46\x41\x27\x86\x66\x05\x55\x34\xbb\x24\x25\x55\x74\x41\x15\x1d\x2c\x53\x2e\xa9\xa2\x6b\x3c\x7a\x9f\x5d\x20\x1a\xea\x3d\x30\x58\xa6\x5c\xc3\x01\x1b\xf6\x68\x76\x9d\x47\xf6\xa8\x30\xd8\xd2\xb2\x86\xa6\x00\x64\xf2\x64\x6b\x38\x04\x00\x83\xaa\x11\x6b\x38\x9d\x86\x04\x9a\x5d\xe7\x91\x04\xba\x60\x79\x0e\x97\x3c\x87\x5a\x08\x64\xd7\x53\x64\x7c\x0a\xa3\x14\x45\xb6\xfe\xd1\xc2\xec\x4a\xc9\x50\x0b\x81\xe1\xc2\xe8\xd0\x93\x03\x39\x31\xd2\x4b\x02\x15\x46\x41\x57\x25\x81\xae\xf1\xc4\x9b\xd9\xd5\x8d\x61\xbc\x09\x0c\x97\x4f\xe5\x85\x2e\x48\xa0\x39\x95\xdf\x66\x50\x2f\x39\xa2\xc2\x60\x57\xcf\x1a\xc6\x9e\x03\xbd\x4d\xd5\x9f\xb2\x8d\xea\x2d\x66\x31\xd4\x5b\xe8\x9d\xd9\xd5\x89\x61\x08\x09\x8c\x42\x8c\x37\x9c\x7c\x0c\x86\x03\x52\x5f\x6b\x38\x1c\xc0\xfe\x1c\x85\x35\x0c\xd9\x9f\x0b\xaa\x67\x26\xf5\xb5\xa4\x7a\xae\xa1\xde\x56\xba\x53\xbd\x05\x72\x1a\x8a\x6c\x2a\x93\x8f\x42\xd8\x37\x54\x65\x20\xa7\xa1\x68\x29\xc2\x1b\x60\x88\x43\x55\x86\x23\x9a\x49\x90\x2d\x39\xa2\xc2\x60\x4f\xd2\x9a\xce\x8a\xa9\xee\x91\x13\xe3\xdb\xd4\xf7\x03\xa3\x30\xa2\x4e\xd7\x14\x81\xec\x62\xc0\x54\x95\xa7\xaa\xcc\x3a\xb3\xe4\xd2\x35\xdf\xb4\x6b\xfa\xf8\xa5\x88\x76\xb1\x80\x38\x8d\x66\x20\x97\xe6\x8c\xa3\x97\x5c\x2a\x8c\xc2\xe8\x2c\xb9\x74\xc1\x24\xcd\x19\x17\x2e\x93\x54\x18\x05\x37\x22\x93\x74\xcd\x47\xbb\x73\x66\xad\x61\xaa\xdd\xb0\x47\x47\x21\xc6\x9b\x86\xa3\x73\xf1\x8b\x4c\xcd\xa7\x2e\x7c\xea\xaf\x59\x52\x9a\xda\x00\x90\x9d\xc9\xce\xe5\x2f\x2e\x7f\x91\x9e\xd0\x85\xcf\xc7\x06\xb2\x73\xd4\xa9\x0d\x00\xa3\x10\x8e\xce\xf5\xf9\xc5\xc7\xff\x38\x63\x94\x82\x2a\x8c\xd2\x15\xd9\x39\x18\x8f\x33\xc6\xa9\xf1\x4c\x8d\x87\x70\x74\x6a\x3c\xf3\xf1\xd1\xd9\x89\xdf\x74\x6a\x3e\xf5\xd7\xa8\xdc\xd4\x5f\xc3\x37\xcd\x4e\xb0\xe4\x9b\x0a\xa3\x10\x6f\xca\x37\x15\xb2\x53\x14\xf9\xa6\xc2\x28\xdd\xc7\xa3\xf7\x90\x4b\x73\xae\x34\x42\x7f\x0d\x8c\xc2\xb2\xac\xe4\x52\x21\x3b\x45\x91\x5c\x2a\x0c\x76\xa0\x2d\xc9\xa5\x42\xce\x55\x91\xad\xdf\xb6\x1e\x35\x71\xfe\x06\xc7\x34\x67\x55\xce\x00\x1a\x18\xa5\x2b\xb2\xa3\x9f\x21\x20\x67\x95\xc9\x58\x0c\x18\x66\x28\x64\x92\x2e\x68\xa3\xd9\xd9\x81\xb4\xd1\x35\x09\xbc\xd8\xf3\xb6\xa6\x81\x17\x90\x0d\xc6\x65\x92\x0a\xa3\x10\xfd\x4d\x4d\x14\xc8\xd9\xd7\x36\x3c\x83\x49\x3a\xca\xf0\x46\xbf\xf6\xa1\x57\x6d\xaa\x83\x06\x30\x0a\x26\x2a\x09\x74\xbd\xdf\xe8\x17\x37\xbe\x1d\x21\xe0\x85\x0e\x76\xd9\x2d\x79\xa1\x42\xce\x8c\x5c\xf2\x42\x85\x51\x3e\xa2\xa9\x68\x72\x55\x42\xf4\x56\x84\x7e\x61\xc8\x52\x45\xd7\x5b\x4b\xc3\x6a\xdf\x5a\xda\x5b\x4b\x63\xc8\x7b\x6b\x69\x6f\x2c\xcd\xf0\xec\xad\xa5\xbd\x99\x4a\x14\x42\xd0\xb7\xe3\x08\x1c\xd3\x5c\x58\x3c\x91\x63\x2a\x0c\x76\xff\xad\xb7\x53\x09\x38\xa6\xd9\x60\x49\x8e\xa9\x30\xcc\xe8\xbc\x1d\x5a\xde\x8f\xc1\x64\x07\xff\xb7\x06\x03\x8c\xc2\x58\xf9\xd6\x60\xde\x58\x47\xc1\xd2\xde\x5a\xc7\x9b\x85\x2b\xf3\x3e\x6f\xc7\x11\xf8\xaa\xd9\xc1\x5f\xbe\xea\x7a\xb3\xc6\x5f\x71\x30\x6f\x0d\x06\xbe\x6a\x2e\x0c\x53\xf2\x55\x85\xc1\x16\xc4\xf5\x76\x54\x78\x63\x1d\x85\x61\xea\xad\x75\x00\xc3\x1c\xd2\x3b\x3e\xbf\x78\xb8\x8a\x67\xb9\xbc\x05\x8c\x6a\xe7\x68\x30\xd0\x61\xb3\x83\x8e\x74\x58\x61\x54\x5c\x9a\x74\xd8\x05\xf7\x35\x17\x2c\x4d\xee\xeb\x7a\x3f\xa1\xcf\x30\x1f\xf5\x76\xd9\x1f\x56\x6b\xd6\x6d\xcb\x6a\x5d\x6f\xd6\x4a\x2b\x8e\xef\xad\xfa\x02\x59\x67\xf5\x56\x7d\x81\x51\x89\x1a\xe4\xbe\x2e\xf8\xae\x59\x37\xf4\x56\x7d\x81\xc1\xd6\xc8\xf5\x3e\x9f\x5f\xa4\xef\xb1\x8e\xb7\xc3\x09\x30\xea\xa5\xc8\xce\x61\x84\x79\xcc\xfd\x37\x87\x62\x39\xb5\x0b\x6a\x6c\xd6\xf4\xa5\xc6\x0a\x83\x2d\x97\xeb\x56\xe1\xa1\xc6\xe6\x32\x14\xdd\x8a\x6e\xae\x6a\x88\x96\x22\xda\xc8\x04\x4b\xb6\xac\x30\xcc\xd2\xdd\x4e\x2b\xe0\xc1\x66\xcd\x42\x1e\xac\x30\x2a\xd1\xae\x3c\x58\x21\xab\xca\xf2\x60\xd7\x8d\x0d\x54\xa2\xa4\x5b\x1b\x00\xb2\xea\x27\x35\x56\x18\x35\xf9\xf8\xa9\x68\x73\x55\x42\x74\x14\x1d\xae\x42\xe4\xb4\xe2\x26\xee\x67\x6f\xeb\xba\x35\x0b\x60\xb0\x61\x74\xdd\x46\x5c\x40\xfe\xbc\x90\xa3\xcd\x4d\xdc\x5f\x19\xa6\x6e\xcd\xe2\x26\xbc\xfa\xfb\xe3\xfd\x45\x92\x0e\x95\xe9\x8e\x64\xdc\x05\xf3\x36\x57\xec\x49\xe6\xad\x30\x2a\xc6\x73\x3b\x15\x00\x72\x65\x45\x54\x32\xae\x30\x2a\x83\xd9\xed\x68\x03\x3f\x37\xff\x5d\xe4\x2f\x6a\x03\xc4\xd7\xb7\x36\x70\x63\x03\xec\x34\x5d\xb7\x36\x70\x6b\x03\x44\x95\xb7\x36\x00\xe4\x8a\x3d\xdd\x0e\x07\x72\x7d\x2b\x43\x9e\x5c\xdf\x75\x33\x3b\x60\x3f\xea\xba\x9d\x1d\xdc\x5a\x0a\x61\xb2\xf4\xdf\x75\x33\x81\x67\x3f\xea\xba\x9d\x30\x40\xff\x1d\x26\x4d\xa5\xff\x2e\xb8\xbe\x99\x9d\xa6\x4b\xae\xef\xba\xf1\xfd\x6c\x9d\x5d\xb7\xc6\x03\xe4\x4a\xb8\x21\xfd\x57\x18\x9f\x17\x32\x62\x83\xc5\x9b\x2b\x89\x74\x59\xbc\x4b\xca\xae\x09\x58\x29\xbb\x0b\x32\x6e\xae\xd8\x93\x64\x5c\x61\x54\xc2\xe4\xa5\x57\x87\x79\x9b\xd9\x43\xba\x64\xde\x0a\xc3\xce\x91\x79\xbb\x60\xdb\xe6\x3a\x7c\x16\xef\xb8\xd4\x68\xc2\xe4\xa5\x46\x43\xc0\xcd\x15\xbd\x5f\xaa\xaf\x64\x5c\x3b\x47\x32\xee\x5a\x2c\xfd\xb0\xef\x73\x2d\x97\x7e\x80\x51\x89\x4a\xd7\xfd\x79\xfc\xe3\xf1\xa8\x21\xb7\x96\xea\x0b\x8c\xca\xe0\x2f\x3f\x77\x41\x8d\xcd\x0d\x87\x2a\x35\x56\x18\x6c\xfc\x5d\x4b\x5d\x05\x72\xbb\x14\xf9\x8b\x7a\x75\x42\x84\xa5\xfa\x02\xb9\x61\xa2\x12\x68\x85\xe1\x47\x93\x40\xbb\xd6\xa3\x98\xb9\x31\x21\x5d\x2a\xa6\x04\xda\x4a\x20\x21\x81\x76\xc1\x90\xcd\x0d\xbd\x5f\x3a\x7a\x60\xd4\xe6\x8d\xb7\x22\x5a\x9f\x15\xd9\x7a\xe2\x27\xb6\x1a\x2f\xd9\xb2\x0b\x3a\x6c\x36\xd1\xb9\xf4\xfd\x4b\xbd\x6f\x8a\x6c\xd7\x03\xb9\x31\xda\xc8\x96\x15\x06\x1b\x92\x97\x6c\xd9\x05\x5b\x36\x37\x14\x53\xb6\xac\x30\x54\xb9\xa5\x29\x40\x5b\xcd\x8d\x31\x69\xa9\xab\x4b\xdf\x4f\x84\x2b\x85\x75\xad\x47\x31\x73\xb3\x0b\x55\xcc\xa5\x57\x57\x31\xf5\xea\x40\x6e\x36\xd5\x79\x03\x44\xd7\x61\xea\x5e\xa2\xeb\x82\xaf\x9a\x1b\x37\xca\x57\x15\x46\x65\xd0\x08\xfd\x2a\x7c\xd5\xdc\x88\x79\xe4\xab\x0a\xc3\x04\xbf\x7c\xd5\x15\x68\x61\xc3\x93\x87\x5a\x08\x8c\x4a\xec\x1a\x3a\x51\x38\xaa\xb9\x0d\x9f\xb5\x14\xd1\xf7\x18\x8c\x7c\xd5\x15\xf8\xd5\x36\x15\x1d\x45\xf8\x55\x62\x57\x29\xac\x0b\xbe\x6a\x6e\x78\x72\xf9\xaa\xc2\x90\x52\x10\x06\x25\x40\xee\x24\x8c\x42\xef\x1b\x7a\xdf\xee\x8d\xb6\x8b\x09\x69\x67\xf0\x0f\x27\xa4\xc0\xa8\x0c\x60\xa1\x13\x05\x72\x47\xa3\x43\x27\x1a\x6a\xa1\x9d\xa3\x16\xc6\xa3\x4c\x99\xfd\x99\x2b\x54\x26\x60\x54\x16\x46\xc3\x70\x03\x0a\x6b\x36\x47\x29\x85\x55\x18\x92\x18\x42\xfd\x0a\xfc\x2a\x85\xfa\x56\xe8\x57\x43\xcd\x19\xe5\xb7\x87\xe2\x50\xb1\x80\xdc\xf1\xb1\xe1\x2a\x77\xe8\x76\x09\x5a\x43\xb7\x1b\x87\x2e\xc0\xc7\x86\x0b\x9b\xc0\xa8\x43\x91\x5d\x80\xab\xa4\x70\xdc\x8a\xf3\xb9\x11\x67\x33\x14\x4d\x45\xcf\x07\xa4\x8c\xdb\x92\x07\xbb\xe0\xbe\x66\x76\x61\xae\x6d\x4c\x2c\xe9\xb5\xa2\x0c\x92\x5e\x85\x6c\xa2\x73\x1b\x35\x6c\xa3\x06\xdc\x9b\x3c\xd8\x05\xe9\x35\xb3\x0b\x73\x49\x7a\x5d\xd2\x59\x2b\x61\xb2\x74\xd6\xb5\x59\x6e\xe9\xa8\xdf\x76\xb9\x45\x3a\xab\x4e\x50\x3a\xab\x90\x3b\xca\xb0\xd5\xee\xad\x76\x13\xc7\x6e\xb5\x7b\xb3\xa6\xd8\xf9\xcc\x5b\x25\x05\x46\x9d\x8a\xfc\x45\xbc\x67\xf7\x85\x54\x52\xe9\xac\xd2\x44\xa4\xb3\xae\x8d\xde\x76\x9b\xaa\xde\x6e\x22\x67\xb6\xdb\xaf\xad\x92\x02\xb9\xdb\x08\x95\x14\x18\x0d\x55\x96\x07\x2b\xe4\xf1\x79\xbc\x3d\x41\x7c\xad\x73\xde\xc6\xd7\x1b\x4f\x4c\xad\xb0\xb5\xf5\xc4\x9b\x8c\x1f\xdb\xa7\xd6\x56\xe1\xf7\xa3\xbe\x99\x3a\x5a\x6b\xbb\xe8\x07\x1d\x76\xb4\x8f\xc8\x67\xe1\x3d\xa9\x1e\xb5\xb6\xde\x13\x18\x8d\xd8\x53\xb6\xac\x90\xcd\x7d\xca\x96\x5d\xfb\x51\xf8\xd1\x88\x3d\xb7\x0a\x0f\x5f\x35\x53\xf1\x69\x6d\x87\x75\x60\x34\x62\xc4\xed\x52\x3d\x90\xa9\x73\xb4\xb6\x6b\x33\xc0\x70\x68\x91\xe1\xba\x36\x6b\x33\xe6\x51\xb7\x83\x3f\x30\x28\x29\xb0\xb6\x1a\x0d\x64\xea\x09\xad\xad\x46\x03\xc3\x01\x68\x1b\x72\xc3\x5d\xcd\xd4\x13\x5a\x72\x57\x17\xdc\xd5\xd1\x88\x11\xe5\xae\x2e\xc8\xa5\x99\x9a\x38\x4b\x72\xa9\x30\x24\xdf\x1c\x07\x6c\x20\x53\x2f\x66\x1d\xb5\x10\x18\x8d\x20\xee\x38\x59\x3b\x68\x21\x95\x60\xd6\x51\x0b\x81\x21\x45\xe7\xa8\x85\x07\x1f\x4b\x25\x98\x75\xf4\xb1\x87\x91\xbe\x11\x23\x1e\x47\x7a\x20\x8f\xee\x2f\xbe\x15\xf1\x1d\x19\x18\x8f\x53\xba\x83\x46\xb3\x51\x71\x1d\x35\x1a\x18\x0d\x97\x74\xd4\x68\x20\x53\x5e\x65\x1d\x3d\xf1\x81\x30\xd3\x88\x37\x8f\x4b\xe2\x70\x6a\x33\xdb\x19\x97\x9c\x5a\x61\x48\x1d\x92\x53\x2b\x64\xb6\x33\x2e\x39\xb5\xc2\x70\x90\x95\x53\xbb\x8e\x1a\xcd\xb4\xf5\xa8\xd1\x87\xf5\x94\x96\x15\x2d\x45\xb4\x7e\xfa\x8b\xb6\x9e\xd8\x82\x62\xb7\x4b\xe6\xad\x90\x29\x2a\xb2\x8e\xb1\x05\x30\x1a\x6a\x22\x19\x77\x41\xc0\xcd\x94\x0b\x59\x47\xaf\x0e\x19\x77\x38\x60\x4b\xc6\x15\x32\xa5\x34\x96\x64\x5c\x61\x34\xd4\xe4\x68\x1d\x40\x36\xbf\x7b\xb4\x8e\xa3\x75\xb0\x94\x7a\xb4\x8e\x43\x4c\x3d\x2f\x45\x36\x55\xeb\x20\x46\x3c\x5a\x07\x5c\xdf\xcc\x96\xcd\x25\xd7\x57\x18\x8d\x18\xf1\x18\x5b\x1c\x9c\xfb\xc4\xd2\x8e\xce\x1d\x18\x54\x88\x58\x47\xe7\x0e\xfd\x37\x53\xb2\x62\x49\xff\x15\x46\xc3\x93\xcb\xef\x15\xf2\xf4\xd3\x6a\x7c\xc0\x68\x04\xe3\xf2\x7b\x85\xcc\x26\xd1\x25\xbf\x57\x18\xad\x2a\xf2\x85\x98\xc9\x4e\x3f\xad\x66\x05\x0c\xf9\x5e\xf2\x7b\x17\x34\xdd\x3c\xed\x68\xc7\x0e\x69\xba\xad\x7a\xa3\xed\x62\xd5\x65\xda\x85\x4e\x48\x8f\xf6\xf8\x18\x5f\xc8\xdc\x0d\x78\xb8\x99\x0d\xa7\xf1\x62\x7d\x53\x18\xed\x89\x5d\xe3\xc5\x08\x13\x30\x6c\x33\xe5\x0d\xc2\xea\xc2\xf1\xd2\x6a\x9f\xd8\x35\x64\xdb\x06\x0c\xdb\x3c\x9f\xf8\x29\xa0\xd9\x3e\x60\xeb\x79\xfc\xed\xe3\xb1\xb4\xd9\xc6\x6f\x0e\xc5\x61\x41\xe2\x78\xb1\x90\x02\x4d\x2d\x5e\xc4\x3f\xf1\xc2\xc4\xd8\xfc\x1e\xd4\x2b\xfe\xc0\x80\xa6\x16\xd6\x2d\x0e\x68\xba\x99\x0d\xeb\xf1\x5a\xbe\x89\x83\x46\xa3\x0b\xb0\xa7\x78\xb1\x18\xc9\x66\xee\x80\xd1\xfb\x81\x01\x99\x2d\x24\xf6\xc6\x4b\xc5\x9a\x34\x62\xfb\x72\x2a\x56\xe3\x46\x14\x2b\xa8\x37\x5c\xd8\x8f\x1a\xd6\x1b\x16\x46\x7b\xc6\xdd\x78\x6d\x1b\xf1\x68\x51\x61\xa7\x69\xc8\x96\x15\x06\x35\xa6\xc3\xaa\xc4\x42\x61\x2b\x68\x48\xa0\x15\x46\x6b\xbc\x10\x5a\x14\x30\x64\xcb\x2b\xd1\xd4\xe3\x0b\xb1\x04\x47\xb9\x90\xb0\x6c\x70\x40\x9a\x2d\xec\xd5\x8c\xd7\xf1\xf1\x2c\x89\xc3\xbe\x8a\xd7\xf1\xf1\x8f\x7e\x14\xb2\xd3\x21\xa7\x36\x2e\x26\x6b\xed\x09\x34\x03\x7e\xed\x07\x0a\xd9\xe9\x90\x66\x2b\x8c\xf6\x84\x90\x61\x09\xe2\x80\x6d\x5b\x5e\x45\x51\x57\x84\x89\x3d\x51\x43\x58\x82\x38\xa8\x37\x5c\xd8\x00\x19\xd6\x1b\x16\x46\x7b\x3c\x71\x58\x6f\x38\x20\xe3\x16\x32\xdd\x21\x19\x37\x28\x41\x3c\x88\xaf\xc3\x12\xc4\x41\x8d\xe1\x42\xa6\x3b\x2e\x75\x8d\x82\xc2\x83\x32\x26\x01\x7d\xf7\x03\x85\x6d\x7f\x21\x8b\x57\x18\x44\xe1\x61\xbd\x61\xa1\xb0\xa1\x2f\xae\xdb\x76\x11\x72\x53\xec\x24\xe4\xfa\x06\x94\xdd\xc2\x86\xbe\x90\xb2\x1b\x97\xe1\xc6\xa0\xf5\xcb\xc7\x2f\x9e\x65\x23\xd4\xaf\x4b\xfd\x42\x99\x2e\xf5\x0b\x7e\x6e\x79\xd9\x08\xc2\x8d\xa0\x38\xf1\x80\x9b\x18\x54\x28\x7e\x80\x77\x1c\xbc\x63\xf8\x8e\x04\xd3\xc4\xfd\x71\x85\x1d\x1d\x3c\x6b\xd2\xd4\xf0\x59\x2c\xd4\xb5\x8f\xc8\x2e\x7c\x3c\x66\xb9\x5e\xdc\xb8\xfd\xda\x6a\xf4\xe4\xb5\xd5\x68\x6a\x0c\x17\xd2\xda\x01\x31\xf7\x01\xfa\x6b\xd2\x88\x6d\x7f\x3d\xea\x5b\xd8\x6e\x16\x97\xea\x2b\x19\xb7\xbf\x78\x47\xd5\x17\x28\x6c\x24\x0b\xeb\x0d\x07\x35\x86\x47\x7f\xf1\x8e\xc7\x77\x3c\xb4\x2b\x71\xe3\xb1\x5d\x04\x25\xdd\xa6\x1e\xbf\xf6\xe3\x2a\x0b\x69\xed\x90\xc5\x2b\x0c\xe6\x23\x21\x8b\x37\x60\xee\x96\x2b\xf1\xda\x5a\x07\x2c\xde\xd1\x5f\x8a\x6c\x3d\x7a\xcf\x86\xad\x90\xb2\x2b\x14\xb2\xd3\x21\x65\x57\x18\xfd\x89\xeb\x22\x69\x0a\xe9\xd1\xfb\xc2\x5e\xa9\x48\xea\x3d\x30\xa0\x77\x86\x85\x8a\x03\xae\x6f\x61\x7f\x53\xc8\xf5\x15\x46\xbf\x14\xbd\x15\xd1\x88\x67\x30\x8b\xa4\x92\x03\x03\x12\x68\x24\xc2\xa0\x48\x8f\xae\x17\x36\xfa\x04\xec\xe0\x0f\x8c\xfe\xc4\x88\x21\x49\x58\x28\x64\xa7\xc3\x0a\xc7\x41\x55\xe3\xd1\xf1\x4c\x70\x88\x1f\x58\x5c\x45\xeb\xd5\x68\x49\xc2\x4c\xd6\x42\x92\xb0\x50\xd8\x99\x12\x92\x84\x85\x01\xed\x34\x24\x09\x07\x2c\xe0\xc2\x9e\x93\x48\xcb\x76\x2d\xdb\xc5\xe3\x97\xed\x5a\xb4\xab\xd3\xfa\x65\xbb\x96\xfd\x45\xaf\x6a\x43\x40\x61\x07\x48\x58\x40\x59\x18\x4c\x0f\x43\x2a\x71\x50\x47\xb9\xb0\xb7\x23\xd2\xb2\x5d\x18\x0c\xc5\xec\x23\x69\x30\x90\x84\x0b\x45\x93\x43\x16\xb0\x30\xa0\xc3\x46\x0a\x7f\xf1\x89\x53\xca\x85\x59\xa5\xf0\x73\x10\xa7\x50\x0a\x28\x12\x71\x4a\x40\x06\x2e\xec\xed\x08\x2b\x24\x07\xc4\xe0\x41\x3d\xfb\x90\x18\x1c\x09\x83\x49\x68\x61\xd2\x60\x12\xce\x9d\x5a\xf5\x91\xb4\x0e\x88\xc1\x25\xa9\x00\xdb\xd6\x6b\x0a\x99\x77\xd4\x14\x80\x92\x30\x2b\x89\xc1\xc2\xe8\xea\xaa\xa6\x90\x1e\xbd\x2f\xc9\xcf\xa1\xde\xcb\x15\xa6\xbe\x7c\xc8\x15\x0e\xf8\xc1\x25\xd9\x39\xc7\x76\x31\x09\xed\xf9\xb7\x69\x5b\x91\x8e\x7a\xfb\x18\x4c\x49\xbe\xef\xb1\x57\x20\x0e\x50\x6b\x3e\x92\x43\x0b\x25\x9f\x0b\x7b\x48\x03\xf2\xf1\x07\x06\xd3\xe9\x90\x83\x1c\xf0\x8e\x4b\xe2\x7d\x2d\xff\x1c\xb0\x8b\x07\xec\xe2\x90\x5d\x2c\x14\x98\xff\x21\xbb\x58\x18\x90\x84\xc3\x2a\xce\x91\x6f\x3a\x8a\x31\x29\xdf\x3e\x9e\x11\xa2\x3f\x01\x5d\x64\x47\x08\x38\xc8\x25\x7d\x44\x45\x11\x66\x41\xfc\x93\x35\x0b\xa0\x50\x9f\x39\xb2\x83\x06\x30\x3a\x56\x67\xf9\xe7\xa0\xe4\x73\x49\xd5\x5f\xbc\x15\xd1\x13\x9f\x1b\xe9\x09\x98\xca\x25\x55\x7e\x51\x85\xcf\x2a\x3c\x83\x99\x25\x9b\x85\x02\x81\x3f\x2c\xd9\x2c\x8c\xee\xe3\x55\xf8\xfc\x0c\x27\x85\x9d\xa6\x91\x09\xf2\x43\x3e\x73\xc7\xce\xe5\x33\x07\x4c\xe5\x92\x18\xb0\x65\x2a\x0b\x83\x6a\xed\x91\x55\x78\x8a\x26\x17\xaa\x25\x47\x76\x38\x90\x83\x4c\xb5\xf6\x90\x83\x1c\xd4\x54\x2e\x54\x38\x0e\x6b\x2a\x0b\xa3\x13\x8b\x59\x53\x39\xa0\x25\x17\xf6\x90\x86\xb4\x64\x61\x74\x22\x41\x6b\x2a\x07\xd5\x92\x4b\x7e\xf1\xb5\x8d\x79\xb2\x23\x04\x11\x9b\xe4\xe5\x80\xb0\x5c\x32\xce\xd9\x6a\xc9\xc2\x60\x75\x23\x24\x2f\x07\x45\x8f\x4b\xc6\x13\x5b\xf4\x58\x18\x94\x79\x0f\xc9\xcb\x01\x15\xb9\xc0\x4b\x0f\x8b\x1e\x0b\xa3\xdb\xd1\xc6\x3c\x40\x81\xc6\x1d\xd2\x92\x85\x41\x99\xf7\x90\x96\x1c\x94\x43\x2e\x24\xbf\xa3\x18\xf3\x00\x83\x32\xef\x61\x69\x64\xa1\x40\xaa\x8e\xa2\xef\x2f\x2c\x63\x43\x2f\x8f\xa2\xef\xa7\x0e\x72\xc9\xd8\xa6\x75\x90\x03\x5a\xf3\x60\xd5\x25\x2c\x7a\x1c\x14\x3d\x2e\x19\xbd\xb7\xe8\x71\x48\x71\x66\xd5\x25\xa4\x38\x0b\x05\x16\x6f\x58\x07\x59\x18\xac\xba\x84\x75\x90\xa3\xdc\xf4\x04\x4a\x5e\x54\x4c\x60\x40\x55\x8f\xa2\xef\x07\x0a\x69\xed\x28\xfa\xfe\xa2\xa3\x1f\xcf\xd7\xb6\x5a\x72\x50\x0e\xb9\x90\xd6\x8e\xa2\x57\x07\x06\x84\xf6\x28\x2a\x39\x50\xd8\x56\x1a\x52\xaf\xa3\xa8\xd1\x83\x2e\x54\xa3\x81\x02\xcd\x36\xa4\x5e\x0b\x83\x32\x5d\x21\xf5\x5a\x28\x10\x68\xc3\x02\xca\x41\x69\xe4\xd1\x07\x3d\xa1\xef\x87\x7a\x5d\xb2\x1d\x1d\x76\x21\xe9\x9b\x4e\x94\x45\x4d\xe4\x07\xe8\x2f\x06\x0d\x68\xd8\x1f\x18\xac\x2c\x85\x6c\xec\xa0\x0e\x72\xc9\x76\x4e\xd8\x5f\x5a\xc7\xa4\xa9\x5a\x07\x0c\xec\x02\x8d\x32\x8a\xa6\x00\x0c\xd6\x9f\x42\x36\xb6\x50\xb2\x8f\xd7\x3a\x8a\xd6\x41\xfc\x54\xb4\x0e\x18\xd8\x05\x52\x63\x58\x40\x59\x18\xac\x52\x85\x05\x94\x85\x02\x07\x30\x24\x68\x87\xd4\x6b\xea\xde\x87\xd4\xeb\x80\x67\x5d\x0a\x11\x9b\x3c\x6b\x61\x40\xed\x8f\x62\xcc\x03\xa9\xba\xc0\xb5\x0b\x49\xd5\xc2\xa0\xc8\x58\x48\xaa\x0e\x49\xd5\x14\x93\x0f\x49\xd5\x41\xed\xe3\x02\xcd\x2d\xac\x7d\x2c\x0c\xca\xc4\x87\xa4\x6a\xa1\xb0\x79\x35\xaa\x81\x3d\x30\x28\x13\x1f\x56\x48\x0e\xca\x21\x97\x92\x26\xa2\xad\x88\x46\x10\xf3\x54\xad\x03\x82\x76\x81\x9a\x16\x12\xb4\x85\x41\x99\xf8\x90\xa0\x1d\x10\xb4\x0b\xdc\xb1\x90\xa0\x1d\x94\x40\x1e\x94\x89\x8f\xaa\x29\x40\xbd\x2e\xa5\xf8\x2c\xdb\x75\xdb\x2e\xde\x51\xeb\x00\x0a\x1c\xad\x90\x7a\x2d\x0c\xf6\x2a\x84\xd4\xeb\xa8\x37\x9f\x83\xe1\xa4\x6a\x1d\xc0\x18\x76\xce\xb2\xa9\x0c\x01\x50\xa2\xa2\x6a\x1d\xc0\xa0\x00\x7c\x58\x6d\x59\x28\xa5\xd6\xdf\x1e\x8a\x2d\xc6\x2c\x0c\xea\xc3\x47\xd5\x9e\x2a\x23\x04\x2c\xa7\xa8\x1a\x0f\xf4\xf0\xc1\x6a\x61\x48\x0f\x17\x0a\x35\x95\x43\x7a\xb8\x30\x06\x93\xc8\xea\xe4\x03\x7a\x78\x81\x73\x14\xd2\xc3\x85\x41\x7d\xf8\xa8\x0e\x2d\xd4\x67\x2e\x70\x7b\xc2\xfa\xcc\x51\x99\x69\x0c\xbf\xbc\x43\x0b\x50\x60\xa1\x84\x25\x9b\x85\x31\xfc\xf2\xda\x13\x50\x0a\xf3\x24\xd9\xe7\xc2\xa0\x8a\x7c\xc8\x3e\x8f\xba\x79\x47\xdc\x48\x75\xf2\x41\xc9\xe6\x41\x15\xf9\xb0\x64\x73\x50\xa6\xb9\xc0\xd0\x88\xaa\xf1\x00\x83\x52\x75\x51\x35\x9e\x7a\xf8\x45\x46\xae\x6a\x2c\x05\x2f\x7d\x0c\xb5\xc8\xa1\xc5\x73\xa5\x2a\x26\x56\x9d\x43\x00\xb5\xa9\xca\xc6\x52\x50\xd5\x0b\x4c\x88\x90\xaa\x1e\x54\x6e\x1e\xac\xae\x46\x73\x84\x80\xaa\x5e\xc8\xd3\x87\x54\xf5\xa0\x80\xf2\x60\x75\x35\x2c\xa0\x1c\x54\x4b\x2e\x64\xa7\xc3\x6a\xc9\xc2\x60\x75\x35\x24\xb4\x07\xec\xf5\x42\x46\x39\x64\xaf\x0b\x83\x6a\xed\x21\x7b\x5d\x28\x35\x4f\x44\xa1\x88\xaf\x8d\x76\x4b\x68\x17\x4a\xfd\x34\xc2\x76\xa9\xca\x0c\x2d\xb2\xd7\x03\xc6\x7a\xa9\x3e\x5e\xdf\x2f\x7b\x9d\x3a\xec\x21\x7b\x3d\x1a\x5a\x58\x3f\xa2\xb7\xa2\x37\x57\xd1\x08\x5d\x38\x65\x96\x0b\x79\xd4\xb0\xcc\xb2\x30\xa8\xaa\x1e\x72\xdc\x03\x8e\x7b\x21\xf7\x19\x72\xdc\x85\x41\xd1\xbe\x90\xe3\x2e\x14\xb2\x87\x61\x4d\xe5\x90\xe3\x3e\x18\xcc\xe4\xb8\x07\xd5\x92\x4b\x6d\x3e\xcb\x76\x11\xe4\x53\x7b\x3d\xac\x96\x1c\x8d\xc8\xa8\xa2\xd1\x4d\xf5\x05\x06\xa5\xfd\xa2\xa9\xbe\x40\x21\xb3\x16\x16\x50\x16\xc6\xb0\xa9\xaa\x6f\x63\x35\x88\x9c\x59\x34\x87\x03\x60\xb0\xdb\x28\x9a\xc3\x01\x50\x2a\x83\x6c\x73\x38\xa0\xf2\xf2\x18\xc4\x62\x56\x5e\x0e\x0a\x28\x17\xd2\xda\x61\x01\xe5\x90\x7b\xcf\x9e\xa4\x90\x7b\x1f\x10\xed\x0b\x79\x9f\x90\x68\x2f\x8c\x61\xe7\x1c\xbb\x90\x09\x43\xc5\x3a\x24\xda\x07\x05\x94\x07\x25\x07\xc3\x02\xca\x41\x39\xe4\x42\x46\x27\x9a\xf1\x53\x73\x84\x20\xca\x92\x42\x1f\xf0\xe5\x4b\x7b\x29\x2a\x8a\xd0\x09\x22\x23\xf9\xf2\x01\x39\xbe\x34\x46\x08\xc9\xf1\x01\x13\x7e\xb0\x7a\x1f\x32\xe1\x85\x42\x86\x22\x64\xc2\x0b\x83\xd5\xfb\xe8\xce\x08\x80\x42\xee\x21\x24\xc7\x47\x77\x38\x20\xe8\xed\x0e\x07\x40\x21\x13\x10\x92\xe3\xa3\x6b\x43\xac\x2c\x75\x6d\x08\x28\xac\xf1\x87\x7c\x79\x61\xb0\xc6\x1f\xdd\x28\x0b\x28\xac\xde\x87\x35\x95\x03\xbe\xfc\x18\x7c\x34\xf9\xf2\x01\x55\xbd\x50\x1a\x39\xa4\xaa\x0b\x83\xdd\x59\xd1\xf5\xd1\x30\xd6\x0b\x6b\xd6\x61\xb5\x64\x61\x90\x09\x88\xae\x75\x40\x3c\x2f\xac\x33\x47\x57\xa3\x25\xa1\x53\x1c\x3d\x24\xa1\x47\x7f\xd4\xb7\x34\xd4\xa4\xc7\xe7\x46\xbe\xd0\x50\x84\xfa\x52\x57\xb8\xb8\xb4\xd8\xd5\x2f\x60\x90\x2f\x88\xee\x1c\x15\x28\x2e\xce\x59\x76\x38\x60\x99\x0f\xca\x9e\x87\x65\x87\x03\xfe\x78\x61\x67\x6e\x48\xf6\x0e\x28\xd2\xa5\xcd\xe7\x85\x2c\x90\x2b\x0c\x36\x92\x85\x07\xe6\x05\x0c\xea\xe2\xb4\x55\x06\xb5\x30\x48\x47\x84\x0c\x6a\xa1\x38\x97\x94\x41\x2d\x8c\x81\x16\x5a\x33\x37\xc6\xd3\x47\xc5\x59\xe2\x70\x4c\x93\x54\x4d\xbd\xf4\x90\x54\x1d\x30\xa8\x4b\x67\x31\x53\x06\x75\xc0\xa0\x1e\x6c\x5d\x0b\x19\xd4\x42\xe1\x14\xb1\x90\x41\x2d\x8c\xf9\xfa\x07\x66\xc5\x43\xff\x03\xe7\xba\x38\x21\x95\x54\x2d\x0c\xf6\xbf\x85\xa4\x6a\xa1\x38\x3d\xb4\x16\x6f\x0c\xd2\x1c\x94\x40\x8f\xe1\xf0\x09\x5d\xba\x38\xa5\x93\x2e\x2d\x0c\x4a\xa0\xc7\xd0\xa8\x29\x90\x5b\x3a\x0b\xae\xc3\xf9\x3d\xac\xe9\xc1\x5e\xba\xb0\x32\x6e\x40\x71\x2e\x1c\xe9\x14\x52\x9c\x03\xc2\x71\x21\xdb\x1a\x12\x8e\x85\x41\x92\x26\xac\x79\x2b\x14\x72\x9f\x61\xcd\x5b\x61\x4c\x86\xbc\xe9\x5a\x14\x50\x38\x01\x29\x64\x2a\x07\xb4\xe4\x41\x2a\x27\xa4\x25\x07\x15\x68\x8b\x21\xa4\x15\x68\x85\x41\x55\xf4\x98\x7e\x79\xb8\xbe\x85\x53\x65\x42\xae\x6f\x50\x6e\x76\xb0\x7b\x2f\x2c\x37\x1b\x50\x76\x8b\x23\xaa\x94\x5d\x61\x90\xca\x09\x29\xbb\x01\x3f\xb7\x38\x8e\xc8\xcf\x15\x06\xf5\xce\x43\x7e\x6e\x40\xc6\x2d\x64\x22\x43\x32\xae\x30\xa8\x77\x1e\x92\x71\x85\xa2\x57\x97\x8c\x2b\x0c\xf6\x0b\x86\xc5\x5f\x63\xb2\xfc\xa9\xbf\x9e\x2e\xf0\x00\x83\xaa\xe8\x61\xf1\xd7\x80\x6d\x5b\x06\x13\x99\x69\x6c\x01\xcd\x76\x90\x62\x0a\x69\xb6\x01\x35\xb6\xe8\xcb\xa4\xc6\x06\x74\xd8\x42\x42\x31\xde\x3a\x54\x58\x96\x83\x1a\xe7\x21\xcb\x32\x20\x48\x16\x2a\x68\xc7\xdb\xc8\x48\xb2\xa4\xa9\x0d\xc9\x92\x01\x0d\xb2\x50\x37\x3a\xa4\x41\x0a\x83\x3a\xb5\x21\x0d\x52\x28\x94\x46\x0e\x4b\x80\x0a\x83\xba\x9a\x21\x33\x32\xe0\x3c\x16\x8a\x1e\x87\x9c\x47\x61\x4c\xf4\x4b\x52\x63\xdc\xac\xf3\x50\x82\x38\x6e\xe7\x10\xc0\xa0\xfa\x66\x58\x3b\x34\x28\x14\x5a\xd8\x55\x18\x16\x0a\x15\x86\x29\x17\xd9\x90\x01\x03\xb2\x50\xea\x37\x2c\x14\x1a\x16\x0a\xa5\x32\x6e\xc8\x86\x0c\xaa\x6f\x16\x5f\xc8\xea\x9b\xc2\x98\xf8\xb2\xdb\xc8\x08\xa8\x14\x69\x8d\x5b\x17\x0e\x8c\x89\x2f\xbb\x8d\x8c\x20\x0f\x56\x8a\xb4\x86\xe4\x41\x61\x50\x3f\x37\x6e\x3d\x0b\x50\xa9\xd1\x19\xf2\x09\x85\x41\x55\xd0\xb0\xb8\x67\xdc\x8f\x07\xa8\xd4\xe8\x8c\x5b\x0f\x00\x0c\x76\x38\xc6\xed\x54\xf3\x7e\x34\xba\x52\x7d\x33\x6e\x35\x1a\x18\x54\xc3\x0d\xf9\x84\x01\x87\xb0\xbe\x88\xeb\x6e\x35\x1a\x98\x54\x18\x8d\xdb\x68\x19\xa8\x14\xbe\x0c\x29\x86\xc2\xa4\x1a\x6e\x48\x31\x0c\x98\x82\x95\xc2\x97\x21\x53\x50\x98\x54\xc3\x0d\x0b\x85\xc6\xbd\x69\x57\x55\x64\xbb\x1e\x98\x54\xc3\x0d\xf9\x84\x01\x9f\xb0\x52\x3a\x32\xe4\x13\x0a\xf3\xd3\xd1\xfa\x2f\x28\x86\x95\xa2\x90\x21\xc5\x30\xe0\x13\xce\xd7\xcb\x1b\x87\x22\xfa\x9e\xa0\x44\xf2\x60\x50\x0b\xb3\xbe\x58\x41\xb6\x16\xa6\x30\xd9\x11\x1a\xcb\xef\x08\x49\xaf\x72\x94\x62\x48\xd2\x13\x26\x45\x6d\x43\x92\x5e\x40\xcc\xab\xec\xfe\x0b\x2b\x66\x0a\x93\x0a\xb6\x61\xc5\xcc\xa0\x16\x66\x65\xf7\x5f\x58\x0b\x33\x28\x7c\x39\xa9\x60\x1b\x16\xbe\x0c\xe8\x77\x95\x1d\x7b\x21\xfd\x4e\x98\xe6\x02\x97\x0a\x00\xfd\xae\x5e\x38\x2b\xe9\x77\xc2\x7c\xe1\x0b\xad\x5f\x19\xb0\xe8\xaa\x49\x0b\x59\x74\xc2\xa4\x82\x6d\xc8\xa2\x0b\x28\x73\x95\xca\x70\x21\x65\x2e\x96\x9f\x96\x85\x60\x29\x73\x41\x35\xc9\xca\xfe\xb9\xb0\x9a\x64\x50\x22\x72\x72\x68\x69\x2c\xbf\xf6\xe2\xa3\x99\x7b\x58\x7e\xb4\xe5\x47\xc3\x63\x2e\x3f\x1a\xc4\xba\x4a\xf9\xb0\x90\x58\x27\x4c\xf6\xd9\xc6\xd2\x9b\xc0\xb5\xab\xec\x79\x0b\xb9\x76\xc2\x34\x93\xb9\x74\x1d\xf0\xeb\x2a\x05\xb8\xc2\xa2\x92\x01\xd7\x6e\x6a\x43\x72\xed\x84\xf9\xfa\x07\x8e\x83\x08\x6b\x4e\x0a\x95\x0a\x59\x11\x3a\x1b\xca\x50\x4e\x0e\x56\x0d\xcb\x50\x46\x3c\xae\xa3\x52\x89\x2a\xc2\x05\x0b\xaa\x51\xce\x57\x56\x84\x62\xc5\x8d\x7e\x30\xc8\x86\x51\x25\x30\x39\x6b\x35\xa4\xf5\x05\x54\xbe\x6a\x86\xc1\x9a\x93\xc2\x64\xc7\x70\x84\x51\x25\x65\x28\xeb\x35\x7c\x96\xbf\x78\xfb\x8b\x8a\xfc\xc5\xa0\xf5\xf8\x32\xe9\x73\xc2\x64\x5f\x71\x48\x9f\x0b\x6a\x3b\xd6\x84\x32\x58\xdb\x51\x98\x7a\x83\x88\xcf\xb3\x1e\x73\x75\xa9\x5e\xfa\x9c\x30\xcd\xef\x86\x6e\x04\xae\x5c\x75\xa9\x5e\xae\x9c\x30\xa9\xc5\x1b\xa1\x16\x51\x14\xb2\x52\x62\x28\x2c\x0a\x29\x4c\x0a\xef\x86\x45\x21\x23\xd0\xa2\xe4\xe3\xd5\xa2\x50\x8b\xf0\x3f\xf2\xe3\x22\xd0\x22\x0a\xeb\x44\xa8\x45\xa1\xe9\x13\x84\xc9\x8f\x8b\x78\x26\x1f\xd5\x45\xf8\x38\x9f\xc7\x63\xe7\x9f\x1b\x43\x11\xef\x88\xae\x59\x4d\x52\x98\x94\xe7\x0d\x59\x74\x41\x21\xc7\x9a\x18\x9d\x2d\xe4\x28\x4c\xca\xf3\x86\xcc\xb7\x80\xc0\x56\xa9\x56\x13\x12\xd8\x84\x69\x76\xda\xaa\x8d\x41\x89\xc6\xca\x3e\xb5\xb0\x44\xa3\x30\x5f\x84\x1b\x96\x68\x0c\x18\x6a\x35\x91\xcc\xdd\x2e\xf0\x00\xf3\xc5\xb4\x55\xb6\x5a\xc0\x2a\xab\x2e\x9c\x6f\x87\x16\x60\xea\x63\xb7\x43\x0b\x50\x5d\x12\xdf\x7a\x16\xb8\x67\xd3\x7c\xf8\x56\x4d\xe0\xa1\x55\x97\xc4\xe5\xa1\x09\x53\x4f\x6c\xd5\xc6\xa0\xf8\x62\x65\xa7\x57\x58\x7c\x51\x98\x2f\x26\xb7\x16\x5f\x0c\x6a\x28\x56\xaa\x91\x84\x35\x14\x85\x49\xa9\xdf\xb0\x86\x62\x40\x3a\xab\xec\xe1\x0a\x49\x67\xc2\xd4\xab\x4b\x3a\x0b\xb8\x63\x95\xdd\x59\x21\x77\x4c\x98\xe6\xe9\xe5\x8e\x05\xe5\x0f\xab\x8b\xdd\xdb\xaf\xbd\xfd\xda\x38\x08\xe9\x64\x01\x9d\xac\x66\xba\x50\x3a\x99\x50\xa9\x16\x11\x47\x0f\x70\xde\x3c\xbe\x79\x55\x51\x54\xb8\xaa\x21\xaa\x8a\x30\xd1\xe6\x8d\x7c\x21\xb8\x63\x95\xd2\x10\x21\x77\x4c\x98\x0e\x40\x47\x05\x80\x09\x56\x33\x13\xd2\xa3\xd5\x42\x01\x9b\x52\x0a\xa4\x80\x09\x95\x4d\xfd\x21\x05\x4c\x98\x52\x0a\x8e\x03\x10\xac\xb0\xca\x96\xa7\x90\x15\x16\x67\xd9\x7a\x1a\xe1\x6c\x0a\x26\x57\x75\x9d\x59\x26\x97\x30\x25\x1e\xc8\xe4\x0a\x68\x5b\x95\x1d\xe9\x21\x6d\x4b\x98\x8e\x95\xd2\xb6\x02\xaa\x56\x65\x33\x53\x1c\xe7\x95\xc0\xa4\xde\x70\x1c\xe7\x95\x07\x65\x62\x33\x53\x1c\x95\x09\x26\xd7\x7c\xf9\xda\xce\x67\xa0\x6d\x55\x0e\xd7\x0b\x69\x5b\xc2\x7c\xb1\x2c\x22\x6d\x2b\xe0\x68\x55\xd7\x99\xe5\x68\x09\x93\xb2\xc3\x71\x1c\xcc\x80\xca\x3e\xec\x90\xb6\x25\x4c\x4a\x6f\x87\xb4\xad\xa0\x52\x63\x2d\x8c\x5c\xc7\x60\x1c\x98\x2f\xe6\xf4\x32\xb9\x02\xf6\x56\x2d\xc9\x5f\x9c\x8a\x6c\xbd\x37\xda\x7a\x5c\x1a\xdb\xa7\x42\x26\x97\x30\x5f\x84\xa0\x32\xb9\x02\x8e\x56\x2d\xc9\xc7\xfb\x1d\x37\xdf\x91\x99\xff\x71\xd5\x05\x8e\x56\x75\x81\x5a\x8e\x96\x30\x25\x7d\x58\x83\x31\xa0\x6d\x55\x36\x24\x87\xb4\x2d\x61\x52\x50\x21\x8e\x03\x23\x1c\xad\xca\x02\xf5\x96\xa3\xb5\x21\x4e\x55\xd6\x99\x37\xb5\x0a\x1f\xc0\x63\x3e\x9a\xb3\xad\x4f\xb8\xa1\x44\x55\x96\x62\xb7\x94\x28\x61\xbe\x9e\x41\x67\x4b\x89\xda\x70\x9e\x2a\x3b\x8c\xf6\x6b\x79\xe3\xc2\xb6\x07\x8f\x67\xd2\xbd\xa9\x62\x58\xcb\x47\xb4\x15\xe1\x57\xc7\x6f\xd3\xb6\xf6\x6b\xf9\xeb\x0c\x66\xec\xa5\xdb\x9e\x11\x2f\x4c\xe8\x2b\xdb\x52\x88\xfb\xa5\x7e\x4c\x1a\xb4\x6d\xa3\xfa\x31\x79\x93\x6d\x17\x3c\x9d\x5e\x39\xc4\x6e\x7b\xf6\xba\x30\x5f\x53\x91\x57\xb1\x2c\xcb\x61\x71\xdb\x53\xd5\x85\x49\x01\x89\xed\xa9\xea\x1b\x2e\x54\x65\xf7\xcc\x96\x0b\xb5\x5f\x0e\x1a\x34\x55\xe2\xd3\x86\x99\x54\x59\x11\xdd\x32\x93\x84\x09\xad\x66\xcb\x4c\x12\x2a\x7b\x46\x36\x55\x04\x3f\x30\x5f\x8f\x21\x6e\x8b\x09\x6e\x38\x4b\x95\xb5\xce\x7d\x31\x77\x16\xe6\x8b\xd7\x86\xcb\xf4\x40\xe6\x2a\x6e\xc4\xff\x08\x93\x38\x76\x4b\x69\xda\x30\x93\x2a\xbb\x2e\xb6\xcc\x24\x61\x52\xf5\x7a\xc3\x52\xfa\x40\x65\xdf\xc2\x96\xac\x24\x4c\xca\x5f\x6c\x8a\x14\x3e\x40\xbb\x50\x99\x4b\xfd\xa0\x56\xe1\x24\x26\xde\xd6\x2a\xdc\x50\x9a\x2a\x7b\x0d\xb6\x94\x26\x61\x42\x1d\xda\x96\x1c\xdc\x90\x95\x2a\x6c\xfd\x2d\x59\x49\x98\x44\xce\xdb\x53\xd5\xf7\x45\xe8\x02\x7b\x7d\x53\x45\xf0\x03\x93\xa3\xca\xb7\xc5\x04\x37\xcc\xa4\xda\x7c\x21\x15\x00\xb8\xe0\x16\x6e\xcf\x4b\x17\x26\x15\xe9\xb7\x64\xa5\x4d\x01\xc1\xda\x3e\xa2\xae\xa8\xb3\x2e\x4f\x53\x19\xcc\x36\x34\xa4\x0a\xf5\x7a\x4b\x43\xda\xd0\x90\x26\x2c\xa7\x2d\x0d\x69\xc3\x20\xaa\xec\x9e\xd9\x16\x00\x14\x26\xd5\xed\xb7\x6c\x22\xa1\x42\xff\xdd\x9e\x71\x2e\x4c\x4a\x7c\xec\x4b\x95\xe3\xd8\xf3\xda\x12\xaf\x7d\xfc\x1c\x87\xcf\x61\x23\x8e\x8d\xc0\xf4\x59\x40\xdc\xd2\x90\x36\x3c\xa3\x0a\x3f\x77\x43\x36\xfa\xc0\x64\xa6\xb1\xe5\x1c\x6d\x4e\x42\xaf\x1c\xb7\xb6\x3d\x09\x5d\x98\x54\x09\xdf\x72\x8e\x36\x27\x96\x57\x98\xb7\x3b\xa9\x39\xf0\x71\x26\xb4\xad\x2d\x1f\x47\x28\x09\x53\x90\x8f\xb3\x61\xda\x4c\xaa\x71\x6f\x99\x36\x42\x6d\x8f\x13\xdc\x32\x6d\x84\x79\xd9\x7a\xbf\x36\x07\x97\xd7\x36\x78\x56\xd8\x08\xc6\x91\xcb\x17\x62\x1c\xd9\xd4\xdb\xab\xd0\xdc\xb6\xf5\xf6\x36\xec\x9a\x09\xfb\x6a\x43\xb1\xf9\x40\x65\x4b\xca\x96\x69\x23\x4c\xd8\x57\x3b\xf9\xb5\x21\xdc\x54\x28\x60\xdb\xaa\x7c\x1b\xf2\xcd\xbc\xec\x1c\xbc\xfa\x86\x0a\x53\xe1\x68\x6d\xa9\x30\xc2\xa4\x82\xc8\x96\xeb\x22\x54\x18\x40\x1b\xde\xcb\x03\x7c\x34\xbb\xd0\x8f\x06\xd4\xfe\x8c\x10\x5b\x62\x8b\x50\x3b\x5f\xdb\xe2\x7a\xc2\xa4\xfc\xf3\x96\xeb\xb2\x39\xde\xbc\xb2\x22\xba\xb3\xdf\x11\x98\x57\xf1\x59\x4d\xd1\x9b\xab\x0a\xa2\x5b\x11\x2f\x54\x7c\x3c\x2f\x04\xb1\xa5\xb2\xd6\xb9\x25\xb6\x08\xf3\xaa\x8a\x7c\xfc\xe2\x17\xbd\xd1\xaf\x9d\x35\xbe\x4a\x23\x34\x3e\x48\x1f\xb5\x0f\x1a\xe1\xe7\x00\x26\xc5\x76\xb7\xa4\x8f\x0d\x77\xa3\x76\x7c\xa1\xdc\x0d\x61\x42\xc8\xda\x16\x9e\xdb\xf0\x35\x2a\x79\xe7\x6d\x95\xb9\xcd\x19\xd6\x93\x49\xd5\xf6\x0c\xeb\x4d\x65\xb9\x4a\x62\x78\x67\x3f\x47\xf6\x73\x30\x4c\x59\x65\x6e\x43\xd4\xa8\xe3\xa2\x0b\xcf\xe7\xf1\x28\xe6\x33\xac\x6f\x89\x1a\x1b\xa2\x46\x25\xdf\xb9\x25\x6a\xec\x62\xaf\x3e\xc3\xfa\x96\x95\xb1\x39\xb0\xba\xb2\xda\xb8\x3d\xb0\x5a\x98\x9c\x13\xb0\x3d\xb0\x7a\x43\xd4\xa8\x64\x0c\xb7\x44\x8d\x4d\x2d\xba\xc9\x64\x6f\x5b\x8b\x6e\x43\xd4\xa8\x9c\xc9\xbc\x25\x6a\x6c\x88\x1a\x93\xc9\xde\x96\xa8\xb1\x39\x64\xba\x92\x73\xdb\x1e\x32\x2d\x4c\xce\x1c\xd8\x1e\x32\xbd\x61\x52\x54\x56\x1b\xb7\x4c\x0a\x61\x42\x4d\xdb\x32\x29\x36\xb4\x89\x3a\xda\x6f\x1f\x07\xb1\x65\x55\x08\x93\x7a\x2f\x5b\x56\xc5\x86\xf6\x50\x49\xf8\x6c\x69\x0f\xc2\xbc\x18\x51\x2d\x42\xb7\x61\x42\xd4\x61\xdf\xa9\x1f\xc0\x64\x8e\xba\x3d\x11\x5a\xa8\xc3\x5e\x61\xaa\x29\x4c\x6a\xc7\xec\x12\xf6\x1d\x53\x4d\x4e\x8a\xdd\xf2\x25\x84\x09\xa3\x6e\xcb\x97\xd8\x85\xb8\x6c\xd8\x88\xed\xa7\xd9\xfe\xa2\x37\xfa\x8b\x87\xee\x64\x60\xb4\x2e\x9d\x30\xa9\x96\xbc\x8b\x8a\x05\xc7\xa1\xb2\xbc\xbe\xe5\x38\x08\x93\x6a\xc9\x5b\x8e\xc3\x86\x65\x50\xd9\x32\xb0\x3d\x80\x59\x98\x94\xa6\xd9\x32\x0e\x36\x5c\x82\x3a\x9f\x29\xf0\x96\x4b\x20\x4c\xaa\x25\x6f\x2b\xbb\x6d\xd2\xf8\x95\xa3\x14\xb7\x79\x7a\x61\x52\x2d\x79\x9b\xa7\x17\x2a\x27\x33\xed\xea\x17\x02\x26\xd5\x92\xb7\xa9\xfb\x4d\x52\xbe\x52\xb3\x6d\x9b\x94\x17\x66\xc2\x09\x56\x3d\x31\x69\xed\xca\xf9\x4d\xdb\xb4\xb6\x30\x29\x99\xb3\xab\x56\x07\x54\x16\x23\xb7\x99\x6e\x61\xc2\x53\xdc\xd5\xfe\xaa\x44\x46\xd3\xd7\x36\x32\xe2\xbc\xe2\x99\xb0\x60\xcf\x2b\x16\x1a\x6b\x64\xdb\x4c\xf7\x6e\x8f\x7b\x6b\x2c\x88\xed\xa6\x7b\x03\x66\x62\x44\xf5\x08\xe3\xcd\x19\xc3\x8d\x05\xb1\xed\x19\xc3\x9b\x6a\x6e\x93\xf3\x2d\xb6\xd5\xdc\x84\xc6\x62\xd1\x6e\xc6\x4f\xc0\x4c\x9f\xc7\xf3\xda\xa4\xc8\x1b\xb4\xf7\x6d\x8a\x7c\x93\x16\x9f\xd4\x00\xda\xcd\x30\x99\xb4\x76\x63\x51\x67\x9b\xd6\x16\x66\xb2\x11\xc6\x3c\x1c\xfc\xdb\x58\xca\xd8\xcd\x2f\xd4\xfc\x1c\x0c\x8c\xe6\xb0\x37\x09\xeb\xc6\xd4\x7c\x9b\xb0\x16\x26\xc4\xcb\x6d\xc2\x7a\x93\x2b\x6e\x4c\xa7\xb7\xb9\xe2\x4d\xd2\x74\xa6\xeb\xe9\x09\x93\xa6\x9b\xc4\xdd\x4c\x78\x62\x13\x77\x9b\x22\x50\x8d\x5a\xf3\xdb\x22\x50\x9b\x23\x44\x27\x35\x5e\xb6\x47\x88\x6e\x72\x79\x0d\x02\xed\x36\x97\x27\x4c\x66\xfe\xdb\x5c\xde\xa6\x2e\x54\xd3\xc7\x5a\x17\x4a\x98\x54\x82\xd9\x9e\x04\xba\x39\x09\xb4\x5d\xcc\x21\x3c\x09\x74\x53\x3d\x6a\x66\x3a\xda\xea\x51\x9b\xf2\x4e\x4d\xa7\x60\xc6\x6f\x53\xac\xa9\x69\x1d\xc3\x70\x03\x98\x70\xed\xb6\x85\x9b\xf6\x78\xbe\x70\xa3\x66\xf7\x1e\x3a\x54\x60\xb2\xfc\xb0\x87\x5f\x9b\x2a\x4d\xcd\x4f\x6b\x95\x26\x61\x52\xf0\x75\x5b\xa5\x49\x68\x70\x57\xb7\x55\x9a\x36\x27\x81\x4e\x0a\xbe\x6e\x4f\x02\xdd\x9c\xeb\xd9\x12\x3a\x31\xfc\xda\x9c\xeb\x39\x29\xf8\xba\xc7\xb2\xf5\x8f\x8f\x6d\x94\xde\xde\x26\x27\x85\x09\x07\x70\x7b\xa0\xa7\xd0\x28\xdc\xb4\xcd\x57\x6e\x32\x91\x33\xa3\x98\x66\x22\x37\x69\xc7\xc6\x8a\xd7\x36\xed\x28\x4c\x0a\xe0\x6c\x6b\x39\x09\x8d\x82\xd3\xdb\x4c\xa4\x30\x29\xd2\xba\x87\xc1\x12\x99\xc8\x06\x39\x75\x9b\x89\x14\x26\x7c\xc2\x6d\xaa\x71\x93\x31\x6c\x1c\xa9\xb2\xcd\x18\x0a\x93\x22\xad\xdb\x62\x4d\x42\x4b\xcd\xab\x6c\x44\xa0\x00\x19\x91\x8a\x39\x1e\x35\x6b\x89\x98\x7a\x18\x53\x73\x38\xe8\xcc\x76\x8e\x3e\x1a\x68\x1c\x83\xb2\x3d\x1c\x54\x98\x14\xe6\xd9\xc3\x58\x0c\x68\x54\x97\xde\x43\xc5\x1c\x2a\x26\xc3\xe7\x50\x31\x39\x2f\xb4\x51\x5d\x7a\x7b\x5e\xa8\x30\x59\x20\xda\x9e\x17\x2a\x34\x28\xac\xdb\xba\x52\xc2\xcc\x7e\x0e\x63\x0b\xa0\xa5\xae\xc8\x77\x54\xc9\x33\x5d\xa8\x92\x93\x09\x6d\x89\x40\xc2\x22\x52\xc2\xa4\x6e\xeb\xb6\x88\xd4\xa6\x62\x54\xa3\x16\xd4\xb6\x62\xd4\xa6\x4a\xd4\xa4\x6e\xeb\x1e\x3a\x3e\xa0\x25\x46\x3e\xd3\xa9\xc2\xcc\xe5\xfa\xed\xa1\xd8\x82\x52\x9b\x04\x6c\x83\x53\xbb\x4d\xc0\x0a\x93\xd5\xaf\x6d\x02\x76\x93\x47\x6d\x2c\xfa\x6d\xf3\xa8\x9b\x92\x4e\x93\x0a\x46\xdb\x53\x41\x85\xa6\xd5\x4d\x2d\x05\x98\x14\x7f\xdd\x56\x7c\xda\x14\x6e\x6a\xda\x93\x85\x9b\x84\x09\x6d\x74\x5b\xb8\x49\x68\x6a\x91\x67\x87\x0a\x93\xe2\xaf\xdb\xcc\xed\x26\x5b\xdb\xd4\x0f\xcb\x3b\x09\x13\x72\xe9\xb6\xbc\xd3\xa6\xfe\x52\xf3\xcb\x5b\x7f\x49\x98\x94\x88\xdd\x1c\x1a\xfa\xc0\x7c\xae\xf2\xf1\xf1\xb9\x11\xa3\x46\xbb\x3d\x28\x74\x93\xa6\x6d\x2c\xfa\x6d\xd3\xb4\xc2\xfc\xbb\xc8\xd6\x6f\x7e\xb1\x29\xf2\x17\x55\x3f\xfc\xb5\x35\x93\x84\x46\xc1\xd6\x6d\xcd\x24\x61\xe6\xaa\xc8\x46\xa0\xa4\x19\x85\x9f\xfb\xd3\x08\x94\xb4\xd2\xab\x2a\x29\xd0\x28\xd8\xba\xcd\xef\x6e\x32\xb7\x93\x65\xc6\x6d\xe6\x76\x93\xad\x9d\x94\x51\xda\x6f\x63\x4f\xa0\x41\x08\xdd\x16\x35\xda\x6f\xbd\x27\x71\xac\x15\x8c\x36\xb5\x89\x1a\xb5\x89\xb6\xb5\x89\x84\x49\x39\xd1\x6d\x6d\xa2\x4d\x89\xa1\x46\xb9\xc7\x6d\x89\x21\x61\xb2\xf2\xb8\xdf\xce\xfc\xa9\x27\xd4\x0a\x6e\xd7\x7a\x42\xc2\xcc\x44\x6c\xd6\x13\xda\xd4\x13\x6a\x70\x31\xb7\xf5\x84\x84\xc9\xfa\xe4\x7e\xeb\xde\xa8\x27\xd4\x58\xea\xda\xd6\x13\x12\x66\x26\xae\x7b\xeb\xa5\x28\x1e\xd4\x58\xea\xda\x16\x0f\xda\x6f\x6d\x93\x98\xf8\xad\x6d\x92\x2b\x6e\x1c\xb2\xb1\xcd\x15\x6f\x52\xbe\x8d\x4a\x54\xdb\x94\xaf\x30\xa1\xb3\x6e\x0b\xe0\x6c\x32\xbf\xad\x0c\x45\x6f\x45\x6f\xae\x9a\x88\x78\x21\x4e\x7a\x6c\x94\xb6\xd9\xb7\xfd\x05\x4c\x96\x2c\xb7\xd5\x6e\x36\x15\x6a\x1a\x95\x95\xb6\x15\x6a\x84\x49\x95\xa6\x7d\x1b\xd7\x51\x5c\xa6\x51\xc1\x68\xdf\xeb\x23\xba\xb9\x2a\x21\x5a\x8a\x9e\x2e\xa4\xf6\xcc\xb6\xf6\x8c\x30\x29\x56\xb9\x6f\xbb\x90\x7a\x31\x8d\x42\x33\xdb\x7a\x31\xc2\xf4\x0b\xdd\x5a\xc7\x4d\x17\xba\x4a\x75\xdb\x85\xc0\xa4\xa4\xe5\x36\x7d\xbc\xa9\x2a\xd3\x60\xf7\x6d\xab\xca\x08\x93\xa5\xd4\x6d\x62\x78\x53\xbd\xa5\x51\x25\x65\x5b\xbd\x45\x98\x94\xb4\xdc\x66\x5b\x37\xd9\xd6\xe6\x9a\x91\xd9\xd6\x4d\xa9\x96\x06\xcd\x6d\x5b\xaa\x45\x98\xac\xc1\xee\x65\x5c\x47\xa9\x96\x46\xd1\x87\x6d\xa9\x96\x4d\x11\x96\x09\x49\x78\x5b\x84\x65\x2f\x34\xda\xa5\x9f\xa5\x46\x03\x93\x35\xd8\xbd\xfc\x42\x94\x6a\x69\x94\x24\xd8\x96\x6a\xd9\x9c\x9b\x38\xa1\x12\x6f\xcf\x4d\xdc\xa4\x79\x1b\x25\x09\xb6\x75\x59\xb6\xf9\x5d\xd5\xd7\xfc\xae\xd0\xa0\xa6\x6d\x8b\xb0\x08\xb3\xe0\xbf\x4c\xf9\x6e\x8e\x3c\x6c\x0d\xfd\x5a\x7a\x39\x60\xaa\xe4\xa6\x7c\x37\x29\xdf\xc6\x39\x12\xdb\x94\xaf\x30\xa9\x85\xb9\x2d\xe8\xb2\x49\xcd\x36\xa8\x69\xdb\xca\x26\xc2\xa4\xf0\xe5\x36\x4d\xbb\x49\xad\x36\x6a\x96\x6c\x53\xab\xc2\x84\xbc\xbc\xd7\xf9\x5c\xf5\x8c\xbb\xd4\x2c\xd9\x56\x36\x11\x26\x65\xba\xb6\x09\xd8\x4d\xd2\xb5\x35\x46\xfa\xe5\x77\x04\x26\xe5\x31\xb7\x09\xd8\x4d\x6a\xb5\xb1\x37\x76\x9b\x5a\x15\xa6\x26\x6a\xee\x74\x93\x28\x6d\xec\x1b\xdd\x26\x4a\x85\x49\x79\xcc\x1d\x7e\x5a\x0a\x9c\x34\x88\x62\xdb\xc3\xf9\x76\x30\x5d\xa2\x3c\xe6\x0e\x3f\x2d\xc9\xd1\xc6\x9e\xca\x6d\xb1\x13\x61\xba\xb2\x6d\xa2\x54\x68\x54\x36\xd9\x26\x4a\x85\x59\x18\xe6\x2c\x89\x22\x34\x76\x4b\x6e\x4b\xa2\x08\x93\x52\x9b\x3b\xb4\x5a\xa0\xb5\xf9\xdb\xb4\xad\x6d\x02\x56\x98\xb0\xbc\xb7\xe7\x00\x6e\x8a\xa8\x34\xc8\x6c\xdb\x22\x2a\xc2\xa4\x9e\xd9\xb6\x88\xca\xe6\xec\xbf\xc6\xf1\xf5\x3b\xd4\xa2\x20\x6f\xe3\x1a\x7d\x38\xc8\x72\xd0\x5f\x63\xd3\xe2\x0e\xf5\x23\xf4\x06\x8c\x82\x1e\xfa\xb7\x49\xf9\x36\xf6\xe5\x6d\x53\xbe\xc2\xa4\x3c\xe6\x36\xe5\xbb\xa9\x98\xd2\xd8\xff\xb6\xad\x98\x22\x4c\x6a\xa3\x6d\xcf\x01\xdc\x14\x28\x69\xec\x46\xdb\x16\x28\x11\x26\x47\x27\xed\x70\xc8\x8b\x67\xb4\x6a\x1d\xf5\x0b\x63\x29\x60\x52\x6a\x73\x87\xb1\x14\x79\xd8\xd6\x7d\x21\xb5\x28\x0e\xfd\xc5\x28\x48\x7e\xf6\x81\xa7\xbf\xd8\x34\xb4\xcd\xb6\x6e\x52\xa0\x8d\x5d\x3d\x7b\x3b\x26\x01\x13\x5e\xfa\xb6\x10\xc8\xa6\xf8\x47\x63\x6f\xc6\xde\x76\xf4\xb6\xa3\x99\xef\x5a\x08\x64\x6f\x42\x17\x8e\x63\xdf\xdb\x5e\x25\x09\x38\xa9\xbe\xb9\x4d\x02\xee\x43\x92\x99\x82\x65\xfb\x68\x4f\x64\x51\x1a\x5b\xe4\x8f\x59\x94\xc3\x81\x54\x6d\x3e\xbd\x7a\x3c\x90\x4a\x98\x54\x23\x39\x1e\x48\x75\xd8\xd6\xde\xe6\xd3\x13\xc7\x6d\xed\x87\x43\x95\x26\xab\xd1\xe7\x85\x27\x3e\x2f\x4e\x2f\x87\x72\x72\x38\x6c\xe9\x81\xe7\xd3\xb2\xba\x7a\x3c\x60\x49\xe8\x1c\x61\x7c\x48\x73\x7c\x60\xc2\xfe\x3c\x66\x3b\x0e\x07\x2c\x75\x66\xc5\xc7\x03\x96\x84\x49\xc5\x82\xe3\x01\x4b\x87\xfd\xe1\x1d\x72\xc4\x71\x7f\xb8\x30\xa9\x58\x70\xdc\x1f\x7e\xd8\x13\xde\xa1\x3a\x1c\x0f\x58\x12\x26\x4c\xd2\x63\xe6\xe4\xb0\x65\xbc\x53\xf6\xfc\xb8\x65\x5c\x98\x54\x2c\x38\x66\x4e\x84\xfe\xb2\x0b\x8f\xed\x22\x72\xa6\x62\xc1\x71\x63\xf9\x21\x99\xd2\xa1\x14\x1c\x93\x29\xc2\x6c\x76\xf4\xb1\x5d\x87\x76\xd1\x39\xe6\x57\x0e\x9b\xc1\x3b\x9c\xa3\xe3\x66\x70\x61\x52\xc4\xe0\x78\x32\xd3\x21\x0b\xd3\xc9\x74\x1f\xb3\x30\xc2\x6c\x1f\xd1\x52\x14\x5c\xd5\x10\x6d\x45\x9b\xab\x0a\x22\x7a\x82\x34\x4b\x27\xef\x7c\xdc\x32\x2e\x4c\x4a\x1d\x1c\xd2\x2f\x0f\xf0\x42\x8d\xc7\xdf\x3e\xfe\xf6\x85\x78\x3c\xea\x7b\xc8\x9c\x74\xd2\xa1\xc7\xcc\x89\x30\xf1\xd7\x87\x2c\xca\x03\x74\x61\x57\xe4\x0b\x2d\xbb\x70\x20\x7a\x2b\x5a\xcf\x55\x83\xc7\x2f\x1f\x8f\x9f\x68\x36\x75\xf9\x42\x8b\x2e\x9c\x2f\x44\xbe\x10\x93\x48\x7c\xff\x31\xbf\x72\x38\xa0\xa9\x93\xc8\x3a\x97\xba\x0a\x4c\xaa\x5a\x1d\x53\x2e\x42\xe7\xc4\xdf\x63\xca\x45\x98\xcd\xd7\x0e\x1b\xc1\x51\xf8\xa4\x6f\x8e\x87\x35\x09\x93\xea\x09\x87\x83\x9b\x1e\xe0\x59\x17\x37\xaa\x98\x97\x8a\xd9\xbc\xf1\xf3\xac\xa7\xf5\xec\xe9\x3e\x97\x8a\x69\xca\x85\xea\x09\xc7\x94\xcb\x21\xbf\xd2\x39\x1c\xf4\x98\x5f\x11\x26\xd5\x13\x8e\xf9\x15\xa1\x53\x84\xfc\x98\x5f\x11\x26\x14\xe7\xe3\x9e\xee\x73\xa1\x98\xa4\x23\xce\xa5\x62\x92\x5f\x99\x54\x4f\x38\xe6\x57\x4e\x62\xea\xd5\x7a\x42\x44\x47\xb3\xd1\xba\xc3\x72\x3a\xe9\xf6\x2a\xd5\xe4\x19\xcc\x8e\x9b\xae\x0f\x67\x2e\x75\x58\x4e\xc7\x33\x97\x84\xd9\x86\x22\x1a\xc1\xae\xe8\x4e\x65\xef\xe3\xae\x68\x61\x52\x20\xe0\xb8\x2b\xfa\xb0\xa1\xb9\xb3\xbc\x7e\x92\x6a\x92\x54\x93\x41\x53\xd7\xe7\x59\xbc\xd0\x78\x21\x5a\x8a\x68\xfd\x54\x64\xeb\x51\x13\x16\x75\x8e\xb9\x1a\x61\x92\x5f\x39\xe6\x6a\x0e\xa7\x29\x75\x16\xa8\x8f\xa7\x29\x09\xb3\xa1\x39\x6c\x9a\xfe\xfe\x90\x85\xe9\x97\x8f\xf7\x6b\x03\x93\x62\x03\xc7\x2c\xcc\x49\xcf\x17\xee\x2c\xf4\x1d\x76\x35\x7f\x60\x3e\xa3\xe8\x6f\x0d\xc5\xc7\xbd\xcf\x87\x3d\xca\x9d\x95\xb4\xe3\x41\x46\xc2\xa4\x62\xc1\x31\x49\x73\xd8\x5e\xdc\x53\x52\x14\x8a\xec\x02\x6f\xf4\xd7\x71\x36\x9c\x9a\x76\xcc\xc8\x1c\xce\x10\xea\xf0\x97\x8e\x67\x08\x09\x93\x23\x9d\x4e\xd6\x82\xc9\x89\x74\x8e\x85\x3d\xee\xcc\x15\x26\xa5\x0e\x8e\x3b\x73\x85\xce\xd9\x57\xc7\x9d\xb9\xc2\x24\x1e\x38\xd9\x0f\xc8\x9e\xdb\x4e\xd5\xeb\xe3\x9e\x5b\x61\x52\x10\xe1\x78\x60\xd0\xe1\xc0\xa0\x9e\x50\x19\x0f\x0c\x12\x26\x05\x11\x8e\x07\x06\x1d\x52\x2e\x9d\x03\xa9\x8e\x47\x01\x1d\x36\xd8\x4e\xb2\x61\xc7\x0d\xb6\x27\x3f\x83\x46\xcf\x1f\xd1\xe7\xc6\x37\x57\x55\x44\xb7\xa2\x9b\xab\xf8\x45\xcd\x15\x98\x14\x44\x38\xa6\x72\x0e\xe9\x9b\xce\x9a\xe2\x71\x1b\xae\x30\xbb\x37\x6a\xae\x40\xe7\x10\xa9\x63\x76\x47\x98\x1d\x65\x20\xd3\xf3\xc0\xe2\x2a\x7a\xd5\x8f\x06\xcc\xee\xe3\xfd\x68\x40\x67\xd9\xec\x98\xca\x39\xa4\x6f\x3a\x6b\x64\xc7\x0d\xb6\xc2\x24\x71\x77\x4c\xe5\x1c\x92\x34\x9d\xdd\xb4\xc7\x24\x8d\x30\x29\xae\x70\x38\x4f\xe8\x01\x9e\x55\xb8\xea\xf6\x59\xb7\xcf\x52\xe4\xb3\x16\x2f\xc4\x58\x59\x74\xe1\xc0\xa4\xb8\xc2\x31\x6f\x73\xc8\xc2\x74\xf6\xb6\x1e\xcf\x10\x12\x26\x41\xdc\x71\x6f\xeb\x61\x8b\x6a\x67\x15\xe1\xb8\x45\xf5\x70\x86\xd0\xec\xcf\x2c\xef\x78\x86\xd0\x29\xa8\x09\xfb\x51\x4f\x51\x4d\x8a\x6a\x82\x29\x78\x60\xd0\x29\x7e\xda\xc1\x0b\xf9\x69\x8b\x9f\xf6\xa2\xa9\x7e\x5a\x36\x8c\x76\xb8\x3d\xc7\x0d\xa3\xc2\xa4\xb8\xc2\x71\xc3\xe8\x61\xc3\x68\x87\xdb\x73\xdc\x30\x2a\x4c\x82\xcb\xe3\x59\x3d\x87\x34\x49\x67\x72\x7b\x4c\x93\x1c\x0e\xd0\xe9\x1c\x5c\x70\xaa\x7d\x5f\x99\x9a\xf7\x8f\x88\xd7\x26\x27\xd2\x21\xcc\x1c\x73\x22\x87\xfd\x95\x93\x3c\xea\x71\x7f\xe5\xa9\x8f\x13\xec\x54\xff\x3d\x55\x27\x08\xcc\x9e\x2a\xa2\xaa\xe8\xb1\x34\xc2\xc6\x63\xe6\x44\x98\x54\x52\x38\x66\x4e\x0e\x69\x92\xce\x76\xc6\x63\x9a\xe4\x90\x1a\x99\x94\x09\x3c\x55\x8f\x07\xf4\xc2\x08\x51\xed\x7b\xce\xc4\x99\xa4\x69\x8f\x67\xe2\x9c\x8a\x3d\x52\xfd\xf7\x54\xed\xb1\x6a\x8f\x59\x91\x2f\xc4\xf0\x09\x87\xe6\x54\x87\x4f\x60\x52\x6f\xe1\xb8\x0f\xf2\xd4\x4d\x7f\xf1\xd1\xaa\xae\x92\x63\x72\x66\xc7\x0d\x79\x0e\xce\xa9\x7e\x34\x9c\xb3\x1b\x15\x85\x49\xa9\x84\x63\x46\xe7\x90\xbe\xe9\x54\xd6\x3d\xa6\x6f\x84\xc9\x26\x98\x63\xfa\xe6\x90\xbe\xe9\x15\x0f\x60\xfa\x46\x98\xd4\x27\x3c\x55\xe3\x23\x7d\xd3\x29\x67\x7c\x4c\xdf\x1c\xd2\x37\x9d\x1a\xc3\xc7\xf4\x8d\x30\x3b\xd1\x9f\xe9\x9b\xc3\x16\xc6\x4e\x98\x7d\x9a\x0a\x00\x4c\xce\x79\x3b\x8d\xe5\x1a\xa1\x53\xf1\xf7\x34\x75\x02\x98\x64\xa7\x4f\x33\xae\x23\x15\xd4\xa9\xe5\x7b\x4c\x05\x09\x93\x69\xc9\x69\xc6\x75\xe4\x7a\x3a\x2b\x25\xa7\x69\xc8\xc0\xec\x18\xb2\xbb\x25\x4f\xbb\x69\x3d\x5f\xa8\x39\x3a\x93\xf7\x99\x9d\x78\xd3\xbc\xcf\x61\xa3\x62\xa7\x9e\xec\x71\xa3\xa2\x30\xd9\x6a\x73\x9a\xfe\x1e\xe8\xf0\x79\x4e\xd3\xb6\x9b\xb6\x4d\xf4\x67\x76\x48\xe8\xf0\x79\x4e\x53\x0b\x4d\x18\x75\x74\xd5\x84\xd1\x21\x23\xd4\xeb\xe7\x46\x1b\x41\x04\x42\x25\x86\x63\x2a\xe8\x70\xae\xcb\x24\x45\x7e\x3c\xd7\xe5\xb0\x9b\xad\x53\x9e\xee\xb8\x9b\xed\xb0\x83\x6d\xb2\x63\xf8\xb0\x8d\xed\x03\x9d\x4d\x69\xc7\xdd\x6c\xc2\x24\xf9\x7d\xdc\xcd\x76\xd8\xa7\xd6\x5b\xfe\xef\x72\xc5\xa3\xfc\x7f\x46\x62\x77\xb1\x09\x73\x7c\x7e\x1c\x73\xe2\xf0\x96\x4e\x61\xb7\xe3\xe1\x2d\xc2\x64\xc3\xf0\xe9\x1a\x30\xd0\x29\xd9\x76\x3c\xcf\xe5\xb0\x23\x6e\xb2\x61\xf8\xb8\x23\xee\xb0\xfd\xad\x3b\x69\x71\xfb\xdb\x61\xcb\xdb\x1c\xbe\x88\x81\x0d\x27\xb5\x74\x67\x02\x9e\xd4\x72\x38\x9d\x65\xb2\x15\xf8\x74\x0d\x98\xd3\x55\xba\x11\xb7\xa7\xab\x08\x73\x60\x87\x6e\x7f\x3b\x24\xd6\x3a\x47\x4e\x1e\x13\x6b\x42\xea\xe8\x02\x49\xb6\xef\x4f\xc7\xc2\xa8\x73\x75\xfa\xf9\x88\x12\xcf\xa2\x37\xb5\x30\xd2\x64\x9d\x95\x88\xd3\x75\x9e\xc0\x84\x24\x70\xba\xce\x93\x94\x59\x37\x48\x32\x65\x76\x38\xeb\x64\xb2\xad\xf8\x78\xd6\x89\x70\x25\x5e\xdb\x2c\x9a\x70\x39\xd0\x9b\x45\x13\x2e\x0e\x7d\x3c\x83\xa5\xce\x43\x62\x6d\xb2\x61\xf8\x98\x58\x13\xae\xf2\x79\x56\x28\x8a\x47\x44\x88\x37\x8c\x6c\x81\xc9\x1e\xe2\x33\x1c\x2a\x81\x4b\x0b\xf3\x74\x95\xc3\x89\x2a\x93\x3d\xc4\x67\xa8\x7d\xc0\x45\x1d\xc7\x33\xb4\x30\xe0\x72\x56\x31\x54\x48\x60\xb2\x61\xf8\x78\x06\x8b\x70\xe9\x16\xcd\xee\x1d\x52\x79\x73\xa0\x00\xa6\xf2\x84\x8b\xbd\xba\x67\x18\x4b\x9b\xdd\x63\xc3\xf0\x31\xbb\x27\x5c\x6c\xea\x39\xc3\x61\x84\x24\xdf\x64\x2b\xf0\x19\xc6\x70\x40\x82\x15\x78\x4c\xf8\x09\x93\x4d\xbe\x67\x38\x84\x03\xe9\xf2\xb5\xd5\x68\x20\x71\xea\xf9\x71\x1b\xe3\x31\x2d\xc8\xbe\xdf\x63\x5a\x50\x48\xe4\x52\x8e\x69\xc1\xc3\x9e\xc5\xc9\x8e\xde\xe3\x9e\x45\x21\xb1\x04\x7b\xcc\x14\x0a\x73\x10\x34\xb0\x7f\xf1\x01\x4e\x01\xff\xdc\xe8\x47\x23\xa0\x67\x47\xef\x31\x9f\x28\x24\x8a\x97\x1f\xf3\x89\xc2\x1c\xf6\xbd\xc3\x1b\x90\xf4\x48\xe6\x13\x0f\x5b\x0c\x27\xfb\x7e\xcf\x70\x94\x02\x32\xbb\x17\x8e\xc9\x43\x21\x53\x18\xee\x98\x3c\x14\x32\x7c\xf6\x63\xf2\x50\xc8\x2f\xbf\x90\xcb\x16\x40\x7e\xd9\x7a\xcd\xca\xb4\x20\x3b\xd7\x8e\x69\x41\x21\x93\xfb\x3e\xa6\x05\x85\x9c\x6d\xaa\x83\xe0\xb0\xcc\x7f\xf3\x2a\xbb\xd0\x7a\xe6\x9f\x1b\xed\x42\x42\x9e\xd1\xd1\x09\x43\x1e\x20\xd7\x8f\xc8\x77\x64\xee\x01\x63\xe5\x98\x16\x14\xb2\x33\x09\xd3\x82\xc2\x84\xb1\x72\xdc\x65\x29\xe4\xae\x62\xea\x01\xd8\x52\x39\x07\x93\x29\xb7\x54\x0a\xc5\x79\x9f\xf9\x44\xa1\x70\x4a\xea\x31\x9f\x78\xc8\x27\xce\xa1\x21\x3b\x12\x03\x25\x7f\x1e\x6f\xdf\x5b\x7a\xc6\xaf\x6d\x18\x0c\xcc\x41\x38\x60\x8a\x51\x28\x8e\xd7\xe6\x10\x85\xc9\xf6\xdd\x33\x1d\xaf\x81\x42\x19\xf7\x33\x1d\xaf\x39\xa7\x66\xb2\x7d\xf7\x78\x4e\x8d\x50\x28\x8d\x7d\x3c\xa7\x46\x98\xec\xd5\x3d\x53\x37\x04\x14\xca\xdc\x1e\x8f\xae\x11\x0a\xd5\x44\x6d\xfb\x33\x30\x3f\x51\xf1\x7f\x3b\xaa\x3c\xff\xff\x97\xf7\xcf\xdf\xfd\xfe\x9f\xdf\x3f\xff\xe7\xf7\x5f\xf6\xd7\xfa\xdb\x2f\xbf\xec\x1f\x7f\x8d\x1f\xd6\xaf\x5f\xbf\x7b\xa4\x5f\xb1\xcf\x0f\x3f\xee\x5f\xf6\x5f\x7f\xfa\xdb\x2f\x6b\x7f\xfd\xfc\xd3\xcf\xcf\x5d\xfc\xf7\x7f\x07\x00\x00\xff\xff\x22\x98\x3d\x9c\x0c\xae\x00\x00"); -func _gab ()([]byte ,error ){return _g (_gd ,"78-V")};var _bfbg =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x54\xd2\xcd\x8a\xdb\x30\x10\x07\xf0\xbb\x9f\x62\x8e\xdb\x43\x6a\xc9\xae\x1d\x19\x96\x40\x71\x0e\x31\xcb\xb6\xa5\xe9\xee\x16\x4a\x0f\xfa\x18\x07\x41\x2d\x09\xd9\x3e\xe4\xed\x8b\x46\xae\xcb\x1e\xc2\x24\xbf\xf1\xfc\x23\x4b\x2a\xfb\xe1\x3c\x38\xbb\x40\xf9\x2d\x7a\x7d\xc5\x05\x46\xeb\x4c\xc4\xd9\xaf\x51\x23\x28\xbc\x59\x57\x14\xbc\x02\x63\xf5\xf2\xef\x27\x15\x3d\xc9\x50\x14\xe5\xd3\xb5\x9f\xe6\xc3\xcb\xa5\x3f\x5c\xde\x0e\x17\x58\x67\xdc\x1a\xfd\x70\xbe\xde\xe7\x05\xa7\xc1\x8d\x1e\xea\x1c\x60\xd6\xb0\x85\x00\x94\xdf\xf1\x66\xe7\x25\xde\xe1\xe1\xb3\xf1\x0a\x3f\x80\xc1\x31\xf9\xd7\x68\x30\x5a\x77\x83\x87\x27\x1f\x51\xf2\xbd\x71\x5d\x43\xf8\x83\x13\xba\x05\x38\x19\x3a\x43\xb5\x28\xfb\x67\x19\xbe\xc8\x09\xe1\xfd\x82\x5e\xa9\x4d\xdd\x57\x8c\xb3\xf5\x0e\x38\xfb\xc8\x58\xfb\xdf\x7f\xdc\x03\x6e\x71\x45\xf9\xf3\x65\x38\xc3\x2f\x0e\x9c\x41\xd5\x7c\xe2\xc7\xdf\x9b\xbf\x3d\x7b\xb3\x3f\xc5\xdb\xfc\x0e\xda\x9a\x28\xdd\x0d\x8b\x47\xc9\x65\x75\x82\x54\xea\x13\x08\xd6\xb4\x44\x4d\xa6\x86\x48\x10\xb5\x99\xda\x13\x88\xba\x62\x44\x5d\x26\x45\x4f\x75\x44\x26\x93\x49\xd4\x56\x89\x54\x8e\x57\x99\xea\x44\xa8\x88\x90\x06\x8f\x4d\xf1\x28\x6b\xc9\x13\x51\x11\xec\xd8\x12\x89\x4c\x1d\xd1\x91\x48\x67\xd2\x44\x1d\x11\x66\xc2\x44\x22\xad\xab\x56\x92\x48\x8d\x44\x3c\x91\xa1\x7f\xa4\x22\x98\xa0\x2c\x63\x32\xd1\xba\x84\x20\x1a\x33\xe5\x41\x8a\x1f\xf3\xe0\x48\xf1\x1d\x4b\xc7\xb6\xef\x5d\xfa\x9e\x2e\xcc\x7e\x80\x7a\x8d\x11\xdd\x42\xd7\x85\x0e\x28\x6d\xba\x75\xb8\xdf\xc9\xe0\x43\x9a\xa2\xcf\xdf\x00\x00\x00\xff\xff\xc4\x43\xb0\x3f\xbf\x02\x00\x00"); -func _ddgba ()(*asset ,error ){_bac ,_cfecd :=_ceee ();if _cfecd !=nil {return nil ,_cfecd ;};_bfda :=bindataFileInfo {_b :"ETen-B5-V",_ffe :650,_ag :_ed .FileMode (436),_ac :_c .Unix (1580491761,0)};_agbe :=&asset {_abe :_bac ,_ece :_bfda };return _agbe ,nil ; -};func _aaag ()([]byte ,error ){return _g (_ggeg ,"B5pc-H")};func _aea ()(*asset ,error ){_acac ,_affd :=_gagg ();if _affd !=nil {return nil ,_affd ;};_fda :=bindataFileInfo {_b :"GB-EUC-V",_ffe :782,_ag :_ed .FileMode (436),_ac :_c .Unix (1580491964,0)}; -_ebced :=&asset {_abe :_acac ,_ece :_fda };return _ebced ,nil ;};func _bcec ()([]byte ,error ){return _g (_bbbc ,"KSC-EUC-H")};func _bdce ()(*asset ,error ){_ecaae ,_fcg :=_gga ();if _fcg !=nil {return nil ,_fcg ;};_gfc :=bindataFileInfo {_b :"GBKp-EUC-H",_ffe :80839,_ag :_ed .FileMode (436),_ac :_c .Unix (1580492102,0)}; -_caed :=&asset {_abe :_ecaae ,_ece :_gfc };return _caed ,nil ;};var _fcf =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x44\x92\x31\xcf\x9b\x30\x10\x86\x77\x7e\xc5\x8d\x5f\x87\x16\x6c\x6c\x92\x4a\x55\xa5\x2a\x0c\x65\x48\x52\x95\x26\xad\x54\x75\x20\xf8\x40\x96\x8a\xb1\x8c\x19\xf2\xef\xab\x3b\x13\x3a\xa0\x17\x1e\xf9\x7d\xc0\x67\xf2\x53\x53\x37\xce\x46\xc8\xbf\x85\xb9\x6f\x31\xc2\x60\x9d\x09\xb8\xcc\x6b\xe8\x11\x1e\x38\x5a\x97\x65\x42\x82\xb1\x7d\x7c\x3d\x72\xf4\x53\xe7\xb3\x2c\x3f\x5d\x5a\xf1\xfe\x2b\xac\x0b\xbe\x40\x53\xb7\xcf\x25\xe2\xd4\xb8\x61\x86\x32\x15\xcd\xea\xb7\x32\x40\xfe\x1d\x47\xbb\xc4\xf0\x84\xb7\x2f\x66\x7e\xe0\x3b\x30\x38\x10\xbf\x06\x83\xc1\xba\x11\xde\x48\xba\xe3\x76\xf5\xfe\x2f\x4e\xe8\x22\x14\xcc\xd0\x19\xce\x2c\x3f\x9d\x3b\x7f\xe9\x26\x84\xf4\x19\x77\xc6\x4c\xef\x18\x16\x3b\x3b\x10\xc5\x87\xa2\xa8\xfe\xf3\x1f\x4f\x8f\x20\xb6\xfa\xad\xa9\xaf\xc3\xb0\x60\x84\x8f\x2a\xa9\xf3\x5f\xb7\xa6\x86\xdf\x02\x44\x01\x52\x97\x47\xfd\x67\x5b\xfa\xf3\x3c\x9b\xbd\x28\x64\xda\x4c\x6f\x4d\xe8\xdc\x88\xd9\x27\x29\x64\xff\x19\xb6\x10\x65\xa5\x2a\x62\xe5\x83\x19\x85\x90\x8a\x89\x49\xc4\x10\x49\x6b\x30\x91\x81\x7a\x05\x11\x25\x99\xa8\x92\x08\xb7\x54\x95\xc8\x81\xc8\x91\x49\x97\x08\x99\x95\x64\x92\x3c\x8a\x3c\xe9\xed\x3a\x79\x34\x79\x34\x9b\x75\xf2\x68\xf2\x68\x36\xeb\xe4\xd1\xe4\xd1\x64\x96\x4a\x11\xe1\xa0\x7d\x1c\x68\xda\xfb\x3e\xe9\x9e\x4e\x79\x9f\x7b\xbf\x86\x80\x2e\xf2\x19\xf3\x7c\x69\x40\xd6\xe1\xfe\x03\xf9\xd9\x53\x8b\xaf\x7f\x01\x00\x00\xff\xff\xdf\x7b\xca\x7c\x6c\x02\x00\x00"); -func _gda ()([]byte ,error ){return _g (_dbb ,"90ms-RKSJ-H")};var _bdge =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x64\x97\x4f\x6f\x5b\xbb\x11\xc5\xf7\xfa\x14\x77\x99\x2e\x52\x93\x1c\xf2\x5e\x12\x30\x0c\x14\x09\x8a\x3a\x40\xda\xa2\x4e\xd2\x02\x45\x17\x57\x12\xe9\x0a\xa8\x65\x41\xb6\x17\xf9\xf6\xc5\xfc\x8e\xec\xe7\xf7\xde\x42\xe0\x99\xe1\xfc\x39\x24\x87\x43\xdd\xab\x4f\xb7\x9f\x6f\x8f\x87\xe7\xe9\xea\xef\xe7\xc7\xdd\x5d\x7f\x9e\xc6\xe1\xb8\x3f\xf7\xa7\xc7\x97\xf3\xae\x4f\xdb\x7e\x7f\x38\x6e\x36\x31\x4d\xfb\xc3\xee\xf9\x55\x64\xd8\x3d\xac\xa7\xcd\xe6\xea\xfb\xf1\xf0\xe5\xf6\x2e\x85\x90\x3f\x7e\xff\xf6\xe7\x38\x7f\xfc\xcb\xf4\xf2\xd4\x2f\x93\x9f\x6e\x3f\xdf\xfd\x7c\x7a\xee\x0f\xb7\xc7\xf1\x38\x99\x82\xec\x5f\x4e\x97\x40\xd3\x74\xf5\x8f\x7e\x7f\x78\x7a\x3e\xff\x9c\x3e\xfc\x69\xff\xb8\xed\x7f\x98\xf6\x7d\xb8\xfe\x6f\xe7\x7d\x3f\x1f\x8e\xf7\xd3\x87\x2f\xeb\x69\x3d\xc6\xb7\x89\xbb\x97\xd3\xe9\x7f\xfd\xa1\x1f\x9f\xa7\x05\x5d\x3f\xee\x19\x37\x57\x9f\xbe\xae\xa7\xbf\xae\x0f\x7d\xfa\x3d\xa9\x1f\x98\x60\xf1\xa3\x9f\x9f\x0e\x8f\xc7\x29\xfe\x31\x84\xf9\x17\xf5\xb7\x9f\xa7\x3e\xc5\x4b\xa4\x7f\x7d\xbf\xfd\x3c\xfd\x3b\x4e\x31\x4c\xa9\xcc\x16\xfe\x73\xd1\xff\xf3\xeb\xe3\xfe\xcd\x2a\x86\xa0\x75\xec\x0e\xfb\xdd\x7f\xd7\xf3\xe6\x3a\x84\x6d\xb8\x99\x6a\x9a\xdb\xe6\x3a\x85\x18\x6e\xa6\xa5\x36\x03\x17\x70\x02\xcf\xe0\xe2\x38\x49\x5f\xc1\xd2\x2f\x8e\x2d\x79\x9c\x05\x5f\x33\xc7\xd5\x71\x6c\x1e\xd3\x2a\x30\x3a\x9c\x81\xc9\x61\x03\x9a\x43\x8f\x11\x77\xf9\x66\xaa\x16\x23\xb8\x80\x03\x78\x06\x3b\x97\xd8\x1d\x87\x0b\x5e\xc0\x19\x5c\xc1\xf8\xf6\x06\xf6\xfc\xd6\xb6\x37\x53\x4c\x31\x57\x84\x1d\xc2\x2c\x61\xaf\x99\x05\xa1\x23\x94\x80\x30\xde\x99\xad\x41\x66\x0d\x21\xca\x6c\x46\x48\xef\xcd\x4c\x33\x05\x21\x4b\xd0\x4c\x79\x6f\x36\x6b\x86\xa4\xab\xf3\x7f\x9d\xa8\x60\xe9\x1b\x58\x49\xd6\xf7\xde\x5b\x9f\x58\x12\x78\x07\x8e\xe0\x3d\xd8\xc9\x97\xb0\xbb\x99\x96\xcc\x61\x95\xb0\x07\x2f\xe0\x0e\x9e\xc1\x03\xec\x31\x0b\x87\x5e\x82\x81\x23\x18\xdf\x98\xc0\x19\x6c\x60\x7c\x63\xc6\x37\x82\x0b\x58\xbe\x33\x38\x81\x17\xb0\x7c\x2b\xb8\x81\x1b\x71\xe4\xbb\x82\xe1\x1c\xb7\x60\xf9\x3a\xff\x92\x14\x73\x0f\x86\x7f\xec\x60\x71\x1b\x60\xe2\x27\xf8\x27\xb8\x25\xf8\x27\x72\x25\xf8\x27\xd6\x48\xd1\x16\xc3\x97\xa2\x2d\x46\xfc\xb4\x80\xc9\x9b\x2a\x58\x31\xe1\x49\x51\x96\x04\x4f\x53\x7c\x78\x9a\x62\xc2\x33\x12\xd3\xe0\x10\xb1\xb1\xcc\x5a\xf0\x35\x62\x06\xec\x33\x36\x99\xb5\x67\x78\x66\xd6\x9e\xe1\x99\xe1\x90\xd9\x67\x2a\xb2\x64\xe2\x50\x76\x25\xc3\x3f\x13\x3f\xc3\x3f\x2b\x26\xfc\x0b\x6b\xc9\xe4\x2a\x1e\x67\xf6\x3d\xac\x29\x45\xb0\xd7\x46\x8a\x0d\xdc\xd1\xcb\x66\x80\x9d\xc3\x12\x54\xc9\x8b\x07\x5d\xbc\xc6\x6b\x0a\x6d\x73\x6d\x81\xc3\xa8\x7e\x90\x16\x38\x8c\xe6\xa5\x6f\x81\x03\x68\x5e\xc5\x16\x58\x4c\x8b\x15\x6c\x60\x7c\x21\xdd\x3c\x81\x05\x88\x36\x27\x64\x21\x37\x70\x72\x3c\x63\xef\x87\x6d\xa1\x0a\x93\xab\xca\xb7\x80\xe5\x4b\xde\xda\xc1\x8b\xf7\xd0\xd7\x26\xb6\xa9\xf9\x37\x5d\xcd\x82\xdf\xfa\x9a\x16\x72\x34\x36\x63\x21\x37\x97\x79\x36\x93\x00\xf1\x04\xf1\x55\xc9\x21\xbe\x92\xdc\x20\xbe\x92\xfc\x62\x0f\x71\x23\xe8\x0e\x7b\x83\x78\x17\x86\x78\x97\x2f\xc4\xbb\x7c\x21\xde\x21\x6e\x6c\xd8\xd0\xa6\x7a\xcc\x34\xc6\xcd\x94\x2c\x14\x4f\x6c\xc1\x7b\xb1\x79\x0f\x32\x0b\xde\x43\xcd\x4b\xcd\x2c\x78\x3b\x89\x6d\xd6\x04\x8d\x91\xcc\x16\x66\x4d\x44\x84\x45\x42\x41\xa8\x12\x64\xd6\x24\x28\xd8\x2a\x61\x46\xd8\x22\x2c\x8a\xbc\x93\x90\x10\x74\xda\x4c\x70\xe5\x5b\x26\x4b\x24\x7d\x96\x9e\xbe\x6c\xc2\xca\x5e\x25\x54\x26\x58\x54\x54\xf2\x4a\x54\x0a\xd0\x0a\xac\xfc\x82\x56\x63\xcb\x2d\xb1\xda\x0c\xc1\xa4\xd5\xb2\x3f\xe6\x37\xd7\x05\x79\xcc\x70\xd2\x04\x9b\x9b\x59\xac\x5f\xd1\x6a\x54\xa6\x71\x45\xdb\x25\xc3\x5e\xce\xa4\xb0\x88\x11\x29\x8c\x7a\x0f\x01\x6f\xd3\x4e\x67\x30\x19\xfc\x02\x9a\xd9\x82\x51\xd4\x44\x95\x40\x0e\x6b\xb0\x25\x87\xad\x9a\x90\xcb\x96\x09\xe5\xdb\x69\x82\x0d\xb1\xbd\x04\xb2\xe7\x28\x01\xb3\xcc\x2e\x28\xa3\xdf\x92\x6a\x45\x58\x09\x93\x04\x2a\x4f\x9b\x9e\x57\x16\x08\xab\xcc\x21\x89\x48\x66\x6b\xa9\x30\x2b\x54\xb6\xb6\xb3\x68\xad\x5a\x5f\x31\x09\x9a\xc9\x12\xd8\x85\x42\xee\x8c\xd5\xc2\x9b\x19\x2e\x82\xd6\xa1\x24\x8b\xd6\x91\x39\xcc\xa5\x4b\xe0\x3c\x96\xc1\x69\xe6\xcd\xf5\x18\x81\x1b\xe7\xe5\x36\x46\xa0\xe5\x2c\xe8\xa3\xde\x32\xef\xff\x63\xa8\x9d\xf8\xbe\x8d\x61\x1c\x9a\xbf\x41\x63\x18\xfa\x80\x83\x0d\x6e\x4a\x70\x5c\x64\x53\xc0\xba\x41\x33\x58\xf6\xc2\xfd\xb5\x5d\x8d\xc1\xad\xac\xb5\xfd\xaa\x55\xd8\xf2\xd6\x2a\xce\xeb\xf1\xbe\xfb\xe3\xe9\xff\x80\x7c\x88\xb4\x86\xa2\x47\x14\x5d\x09\xbe\x8f\xb9\xd2\xb3\xbd\x47\xfa\xe0\x61\xf3\x42\x5b\xf6\x7b\xe9\x03\xaf\x60\xd5\x8b\x3b\x4b\xc5\x03\xc8\x3f\xa0\xe2\x57\xd1\x87\x86\x4a\x8e\xab\x54\x5b\x54\x7a\x66\x0c\x55\xa2\xeb\x1b\x24\xbc\x7c\x7d\xe0\xb1\x8b\x7a\x50\x22\x2a\xe3\x9d\xa0\x77\x17\x2b\x52\xf1\x14\x04\xc2\x7b\x7d\xfa\xc0\x6b\xc5\x5f\xa5\x62\x8a\xc5\x86\x96\xac\x07\x43\x56\xd4\x53\xe1\xa2\x07\x5f\xaf\x0f\x89\xad\xa3\x59\xc1\xde\x02\xff\x0c\x5a\x40\xe5\xed\xc0\x07\x5a\x5d\xa0\x35\x7a\x27\xf0\x61\x61\x0f\xd5\x46\xe3\xc5\xb3\x71\xe8\x34\x83\xd0\x0a\xba\x36\x53\x20\x74\xcc\x21\xd5\xe0\xe6\x51\x98\x71\xf8\xee\x5b\x1c\x4d\xcd\xda\xd0\xad\xd2\x0d\x74\x2a\x4d\xd1\x35\x5e\xaf\xd8\x74\xb5\xbd\xde\xbc\xd1\x98\x7a\x19\x55\x1b\x57\xe9\xd4\x0e\x2a\xbe\xfe\x82\x79\x8b\x88\xd2\xa9\xf3\x54\xe9\xd4\xb1\x9a\xfa\x89\xe2\x59\x50\xc7\xa0\xf0\x2d\x4b\x57\xa4\x53\x4b\x91\x5d\x96\x5d\xd2\x55\x35\xe9\x66\xe9\x74\x4d\xb7\xd2\xe9\x56\x25\x35\x04\x71\x29\xf2\x55\x3f\x2d\x45\x3a\xf9\xfa\xee\x8d\xc1\x59\x8c\x41\x25\xd5\x86\xaa\x0c\x54\xf3\xe5\x4f\x6a\xbc\x54\xbb\x8a\x1b\xc1\xbf\x6b\xde\xbe\x33\x76\x2f\xe7\x73\x3f\x3e\xf3\x55\xc3\x47\x84\x7f\x18\x1c\x8e\xfd\xed\xf3\xe9\xf4\x78\x72\x2f\x7e\xff\x0f\x00\x00\xff\xff\xb3\x28\x27\x75\x6a\x0d\x00\x00"); -func _gdag ()([]byte ,error ){return _g (_fcf ,"CNS1-V")};func _beee ()([]byte ,error ){return _g (_ggca ,"Adobe-KR-4")};func _gfab ()([]byte ,error ){return _g (_dfca ,"B5-V")};var _fagd =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\x98\x41\x6f\x1c\xb9\x11\x85\xef\xfa\x15\x7d\xdc\x1c\x1c\x93\x55\xe4\x90\x04\x0c\x01\x81\x7d\x88\x16\xd8\x64\x11\xc5\xbb\x01\x82\x1c\x7a\x66\xd8\xc6\x00\xd1\x68\x30\x92\x0e\xfe\xf7\x41\xbd\x6f\xa2\x60\x83\x3d\x18\xcf\xfe\x4c\x16\xeb\x15\x8b\x64\x4b\x1f\x3f\x3f\x7c\x79\x38\x9f\x5e\x97\x8f\x3f\x5f\x9f\x0f\x8f\xf3\x75\xd9\x4e\xe7\xe3\x75\xbe\x3c\xbf\x5d\x0f\x73\xd9\xcf\x6f\xa7\xf3\xdd\x5d\xb6\xe5\x78\x3a\xbc\xfe\xf7\x9f\x92\xc3\xd3\x7a\xb9\xbb\xfb\xf8\xf5\x7c\xfa\xf1\xe1\xf1\xc3\xd7\xcf\x8f\xf6\xe1\xcf\xcb\xdb\xcb\xbc\xf1\xcf\x0f\x5f\x1e\xbf\xbf\xbc\xce\xa7\x87\xf3\xf6\xbc\x38\xf3\x8f\x6f\x97\x5b\x8c\x65\xf9\xf8\xb7\xf9\xed\xf4\xf2\x7a\xfd\xbe\xfc\xf0\xa7\xe3\xf3\x7e\xfe\x61\x39\xce\x2d\xf8\x5f\xaf\xc7\x79\x3d\x9d\xbf\x2d\x3f\xfc\xb8\x5e\xd6\x73\x7e\xff\x8f\xc7\xb7\xcb\xe5\xdf\xf3\x69\x9e\x5f\x97\x22\x36\xcf\x47\xe9\xdd\xc7\xcf\x3f\xad\x97\xbf\xac\x4f\x73\xb9\xe5\xf3\xf3\xf5\xf9\x96\xd2\xaf\x1f\x7e\xd1\x18\x0d\xf9\x65\x5e\x5f\x4e\xcf\xe7\x25\xff\x31\xa5\xfa\x3f\xfc\xf7\xef\x97\xb9\xe4\x5b\xa8\x7f\x7c\x7d\xf8\xb2\xfc\x33\x2f\x39\x2d\x56\xab\xf7\x7f\xdd\xf8\xaf\x3f\x3d\x1f\xdf\x47\xe5\x94\x30\x72\x38\x1d\xaf\xeb\xf9\xdb\xbc\xfb\x94\x92\xa5\xfb\xe5\x53\x4a\x75\x7f\xbf\x98\xe7\x20\xf5\x00\x39\xdc\x2f\xbd\xe5\x21\x74\x14\x6a\xf3\x7e\xb1\x61\x41\xd6\x2a\x12\x62\x43\xd3\xf6\x04\x0a\xe9\xb6\x1b\x77\x9f\x2c\xe5\x40\x48\xeb\xc3\x85\x2a\xa8\x0a\x99\xd0\x0e\xb4\x13\xaa\x42\x1d\x34\xee\x97\x6c\xb9\x31\xf3\x00\x3b\xde\x2f\x6d\xd4\x5d\x20\x23\x98\x11\xac\x0b\x11\xcc\x08\xd6\x02\xb9\x09\x85\x74\x23\x96\x3b\xc8\x03\xf5\x40\x79\x28\x57\x49\xf3\x2e\x92\x21\x39\xc8\x4e\xc4\x20\x16\x64\x88\x38\xc4\x83\x34\x91\x0a\xa9\x91\xba\xe5\x12\xec\x50\xc4\x42\xba\xe7\x2c\xc4\xb0\x90\xee\x39\x09\xed\x40\x3b\xa1\x28\x4d\x9e\xa0\x90\x9e\x6e\xa8\x81\x9a\x90\xc2\xcf\x0e\xea\x42\x0a\x3f\x07\x68\x08\x85\x41\xa3\x58\x76\x2b\x56\x94\xd9\x5c\x25\x95\xb4\x3e\x22\x96\xcd\x4d\x28\xe4\x56\xbf\x9a\x54\x99\x9a\xa2\x0e\xa5\x67\x21\x03\x85\xed\xd2\x86\x50\x01\x55\x8d\xaa\x42\x3b\x50\x13\x72\xa1\x0e\x1a\x42\x4c\x5c\x41\x7b\x21\x56\x3c\x80\x22\xaf\x32\x88\x75\x04\x1d\x85\x18\x35\x41\x53\x68\x27\xb4\x81\x36\xa1\xd8\xc5\x4a\x0f\x4a\x5a\x4d\x4a\x22\x67\x50\x16\x52\xf8\x8c\xa1\x90\x56\x53\x11\x72\x90\x0b\x29\x7c\xc6\x63\x48\x2b\x43\x95\xa0\x9f\x25\xad\x0c\xc2\x63\x5b\xfd\x5c\xd4\xe2\x35\x37\x90\x2a\x31\x08\x4f\x25\x42\x5a\x19\xaa\x44\x1e\xa0\xa1\x15\x09\x4f\x71\x42\x5a\x4d\x49\x68\x0f\xda\x0b\x11\x9e\x7a\x85\xb4\x6a\x24\x41\xbd\x74\x5a\xaa\xa9\x5e\x99\x7a\x85\xb4\x6a\xd8\xa6\x5e\x21\xad\x9a\xf2\x32\xea\x65\xaa\x97\xc9\xb6\x51\x2f\x53\xbd\x4c\xa9\x1a\xf5\x32\xd5\xcb\x54\x68\xa3\x5e\x16\xc5\xa9\xae\x54\x69\x39\x49\xab\xae\x15\x39\x9f\x92\x56\x5d\xa9\x1a\xc5\x09\x69\xd5\x65\xc8\x28\x4e\x48\xab\x4e\x5e\x14\xc7\x54\x1c\x1d\xb5\x6a\x14\xc7\x54\x1c\x27\x55\x8a\x63\x2a\x8e\x93\x17\xc5\x31\x15\x27\x93\x04\xc5\x31\xd9\xce\x8a\xe5\xd8\x76\xd9\xce\x8a\xe5\xd8\x76\x35\x80\xc9\x90\xd3\x00\x2e\x8f\x89\x89\x78\x74\x65\x9f\x54\x1c\x27\x7b\x57\xf6\x49\x49\x38\xd9\xbb\xf2\xd2\x41\xae\x4e\x12\xae\x24\x8a\x2a\x51\x48\xa2\x28\x89\xa2\x06\x28\x24\x51\x54\xfb\xa2\x24\x0a\xb5\x2f\xaa\x7d\x51\xac\x42\xed\x8b\x52\x2d\xca\xab\x90\x6a\x51\xaa\x45\x79\x15\x52\x2d\xda\x8e\x22\x8f\x85\xed\x28\xda\x8e\xa2\x54\x0b\xdb\x51\x64\xa8\x92\x17\x86\x8a\x0c\x55\x56\xc4\x50\x51\xed\x6b\xe4\xb5\xa3\x0b\x25\xdd\x2c\x0b\x1d\x41\xc7\x40\xf1\x94\xd8\x8e\x2e\x94\x74\x33\x13\xda\x40\x9b\x50\xc4\x6a\x5c\x30\x92\x78\x00\x22\xb1\xb6\xaa\x14\x92\x6e\x51\x69\x4f\x71\x27\x85\x44\x29\x7a\xdc\x1d\x9e\x74\xc3\x78\xd2\xe1\x1e\x49\x48\x27\x19\xe9\xd6\x92\x50\x01\x55\x8d\xca\x42\x07\xd0\xfb\x65\xe8\x7a\x6b\x6e\xc2\x93\xe3\x49\xb9\x22\x6d\x54\x85\x2f\x24\xa1\x2d\x1a\xb9\x0b\xb1\xa2\xf6\x63\xe4\x11\x6f\xfe\xfb\x9b\xfb\x7b\xcf\xb0\x27\xed\x0d\xd2\x86\x29\x47\x6d\x04\xd2\x86\x29\x47\x55\x1d\x69\x23\x8a\xe7\x69\xc7\x52\x3b\x2d\x15\x67\xdf\x53\x07\x75\x90\x9c\x74\xc2\x77\xc2\x57\x21\xc2\x77\xc2\xcb\x5c\x9f\xa0\x29\x24\x73\x63\x2f\x14\xd2\xad\x69\xc5\x41\xa1\x86\xf6\xb9\x29\xaf\x95\x12\xac\x2a\x81\xa9\x04\x2b\x49\xac\x24\xa1\xdd\x5a\x49\x62\x55\x12\x2e\x8f\x2b\x49\xac\x4a\xc2\x89\x85\xc7\x55\x1e\x5d\x2b\x1e\x88\x75\x50\x2c\x97\xc7\x09\x9a\x20\x79\x9c\x84\x9f\x84\x97\xc7\x49\xf8\x49\x78\x79\x9c\x78\x9c\xf2\xe8\xf2\xb8\x31\x71\xdb\x09\x29\xfb\x0d\x8f\x1b\xcd\x10\x79\xb9\x9e\x41\xa4\x7b\x74\xbc\x3b\xed\xe7\xea\xd2\x3c\x6a\x17\x73\x58\x34\x9b\x3b\xa8\x80\x8a\x86\xed\x98\x5a\x61\x7a\xff\x65\xc9\xf5\x5c\x22\x31\x8c\x45\x1b\xac\xc1\xaa\x58\x87\x75\x18\x73\x07\x6c\xc0\x58\x76\x85\xad\xb0\x9d\xd8\x1e\xb6\x17\x6b\xa4\x72\x80\x1d\x60\x26\x76\x84\xd1\xf9\x0c\x53\xe1\x3c\x4e\x51\x0c\xd3\xb2\x1c\x23\x49\x1b\x45\x19\x67\x8c\x65\x19\x2b\x9a\x99\x31\x96\xf5\x61\xe3\x20\x7c\x65\x7c\x75\x18\xbe\x42\xba\xc7\xe7\x95\x7b\xc6\x56\xc6\x56\x57\x6a\x19\x5b\x71\x28\x83\x15\xb1\x5b\x6e\x53\x7b\x43\x6a\x3a\xa8\x1e\x8f\x56\x0c\x53\x45\xf4\x6a\x21\xdd\xd5\x93\x6e\x6c\x97\x69\xbb\x0a\xa3\x30\x65\x6c\x17\x9b\x6f\xb8\x0a\x09\xa6\x15\x0c\x5b\x7a\xca\x46\x65\x18\xb6\xf4\x94\x8d\xa2\xdd\x32\x5c\x19\x16\x86\x76\xc1\xb0\x10\xd2\xbd\x82\xd8\x18\x3d\x5c\x03\x07\xc6\x1e\x18\x46\x07\xe9\x62\x34\x9e\xa9\x6c\x29\xa9\x20\x4e\x17\x86\x74\xa7\x09\x1d\xa3\x6e\x0c\x53\x22\x8e\x53\xa7\x31\x55\x36\xc7\xa9\x57\x86\x31\x15\x57\x2e\x57\xf1\x94\xb8\x3b\xae\x42\xb2\xe9\x9b\xd3\xdd\xb1\x15\x12\x4c\x1e\x9c\xdd\x0a\xe9\x5e\xe4\xc1\x71\x1a\x12\xc3\x08\x87\xd5\x90\xee\x45\xb6\x9c\x16\x0c\x89\x61\x6a\x07\xc7\x7e\x48\x30\x92\xc3\x7e\xc1\xbe\xae\x49\xe7\xfa\x95\xc4\x38\xc5\x2b\xf8\x2f\xda\x68\x4c\x70\x25\x7b\xbc\x74\x31\x55\xd9\x71\xc3\x4a\xba\x57\x86\xe1\xab\xe0\xcb\x60\xf8\xe2\xd6\xa5\xa5\x0b\xbe\xf4\xfc\x8d\xaa\x8a\x14\x6c\x15\x3c\xe8\x12\xf4\x82\x87\xa2\x63\x44\x45\xca\xcd\x82\x5a\xd5\x89\x4f\xab\x56\x5c\x71\x40\x2a\xae\xaa\x6e\x54\xfa\xb2\x62\xaa\xb2\xa9\xec\x60\xc5\x55\x48\x30\xc6\xb1\xab\x21\xc1\xb4\xf9\x95\xfe\xad\xb8\xe7\x70\x55\xdc\x57\xb9\x2f\x0a\xd7\xf0\x10\x92\x2d\xdd\x18\x7b\xd3\xf0\x85\x89\x86\xaf\xc6\xde\x14\xb5\x61\xc3\x58\x48\x30\x9d\x87\x86\xb3\x90\xee\xf1\x12\x6d\x9b\x6e\xaf\x6d\xd3\x4f\x00\x3d\x9a\x7a\xdb\x74\x01\x21\xdd\xe2\xee\xda\x36\x5d\x36\x48\xb7\xa6\x89\x3a\xf7\x48\xb6\x1c\x6f\xf6\xb6\xe9\x81\x46\xda\x88\xee\xda\x36\x75\x17\xd2\x46\x7c\xef\x6f\x9b\x33\xca\x35\x2a\x29\x58\x7c\x75\xdd\xa4\xf5\x91\x02\x55\x26\x56\x26\xd6\xdf\xbe\xd9\xe5\xff\x5f\xec\x6d\xab\x64\x5d\x79\x22\x76\x42\x2c\x54\x59\x08\x84\x91\x10\xbe\x2a\xb6\x4d\x4f\x17\xd2\x7a\xff\xed\xc7\x41\xfc\xfd\x69\xbd\xdc\xbd\xff\x6a\xe0\xf0\x76\xbd\xce\xf3\xab\x7e\x11\xa1\x1f\xfb\xe3\x47\xf9\xd3\x79\xbe\xff\xb2\xe3\xf2\x7c\x89\x59\xfa\xf3\x9f\x00\x00\x00\xff\xff\x39\x89\xff\xa0\x18\x11\x00\x00"); -func _agcc ()(*asset ,error ){_edc ,_efec :=_dadd ();if _efec !=nil {return nil ,_efec ;};_cfbc :=bindataFileInfo {_b :"Adobe-Japan1-2",_ffe :1136,_ag :_ed .FileMode (436),_ac :_c .Unix (1580491314,0)};_dgc :=&asset {_abe :_edc ,_ece :_cfbc };return _dgc ,nil ; -};func _afca ()([]byte ,error ){return _g (_aeae ,"UniGB-UTF32-H")};func AssetExists (name string )bool {_ ,_fecg :=_adgfc [_a .Replace (name ,"\\","/",-1)];return _fecg };func _ebed ()([]byte ,error ){return _g (_afbc ,"CNS2-V")};var _adee =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x44\xd2\xc1\x8a\xdb\x30\x10\x06\xe0\xbb\x9f\x62\x8e\xdb\xc3\xd6\x92\x5d\x3b\x32\x2c\x81\xe2\x14\x6a\x96\xed\x96\xa6\xd9\x16\x4a\x0f\xb2\x35\x0a\x82\x46\x16\xb2\x7c\xc8\xdb\x17\xcd\xb8\xee\x21\x4c\xfc\x49\xff\x58\x96\x54\xf6\xc3\x69\xf0\x2e\x41\xf9\x35\xce\xd3\x19\x13\x58\xe7\x4d\xc4\x65\x5e\xe3\x84\x30\xe2\xd5\xf9\xa2\x90\x15\x18\x37\xa5\x7f\x8f\x54\xa6\x9b\x0e\x45\x51\x3e\x9f\xfb\xc7\x4f\x97\xfe\xf1\x33\xac\x0b\x6e\xd6\x0f\xa7\xf3\x7d\x49\x78\x1b\xbc\x9d\xa1\xe6\xac\x59\xc3\x96\x07\x28\xbf\xe1\xd5\x2d\x29\xde\xe1\xe1\xa3\x99\x47\x7c\x07\x06\x6d\xf6\xd7\x68\x30\x3a\x7f\x85\x87\xe7\x39\xa2\x96\xfb\xc0\x79\x0d\xe1\x0f\xde\xd0\x27\x10\x64\xe8\x0d\xd5\xa2\xec\x5f\x74\xf8\xa2\x6f\x08\xfb\x5a\xde\x68\x84\x06\xde\x30\x2e\x6e\xf6\xd0\xbd\x17\xa2\xfd\xcf\xdf\xef\x01\x41\x6e\x0d\x2e\xc3\xe9\xd5\xda\x05\x13\xd4\x92\x9b\x97\x3f\x2f\xc3\x09\x7e\x49\x90\x02\xaa\xe6\x83\x90\xbf\xb7\xa9\x3f\x5e\x66\xb3\x07\x65\xcb\x1f\x34\x39\x13\xb5\xbf\x62\xf1\xa4\xa5\xae\x8e\x90\x4b\x7d\x04\x25\x9a\x96\xa8\x61\x6a\x88\x14\x51\xcb\xd4\x1e\x41\xd5\x95\x20\xea\x98\x46\x9a\xd5\x11\x19\x26\x93\xa9\xad\x32\x8d\xdc\x7e\x64\xaa\x33\xe1\x48\x84\x14\x3c\x34\xc5\x93\xae\xb5\xcc\x44\x45\x89\x43\x4b\xa4\x98\x3a\xa2\x03\xd1\xc4\x34\x11\x75\x44\xc8\x84\x99\x54\x5e\x57\x3d\x6a\xa2\xd1\x12\xc9\x4c\x86\xde\x48\x45\x09\x45\xbd\x8c\x61\xa2\x75\x29\x45\x64\x99\x38\x48\xed\x2d\x07\x2d\xb5\xef\x44\x3e\xc3\x7d\xef\xf2\xff\x7c\x7b\xf6\xd3\x9c\xd6\x18\xd1\x27\xba\x3b\x74\x66\x79\xd3\x9d\xc7\xfd\x6e\x86\x39\xe4\x14\xfd\xfe\x06\x00\x00\xff\xff\xb3\x7c\xc9\x5d\xc7\x02\x00\x00"); -func _aaca ()([]byte ,error ){return _g (_eabf ,"UniKS-UCS2-V")};func _ccgce ()(*asset ,error ){_dggeb ,_gbde :=_cccd ();if _gbde !=nil {return nil ,_gbde ;};_cedc :=bindataFileInfo {_b :"HKgccs-B5-V",_ffe :615,_ag :_ed .FileMode (436),_ac :_c .Unix (1580492370,0)}; -_fcff :=&asset {_abe :_dggeb ,_ece :_cedc };return _fcff ,nil ;};var _ggca =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\x94\x51\x6b\xdb\x30\x14\x85\xdf\xf5\x2b\xf4\xd8\x3d\x74\xd1\xbd\x96\x25\x19\x4c\x61\xb4\x2b\x84\xd2\x6d\xb4\x63\x7b\x76\x6c\x39\x18\x16\xdb\x38\xce\x43\xff\xfd\xb8\xf7\x38\x19\xec\x21\x38\xfa\x22\x9d\x88\xef\x58\xda\x3d\xee\x9f\xf6\xe3\xb0\xda\xdd\x8f\x65\x6a\xdf\xf3\x6a\xfb\x61\xec\x96\x7c\x9e\x2e\x4b\x9b\xed\x21\x1f\x87\xd1\x18\x62\xdb\x0d\xed\x7a\x1d\xea\xa3\x3d\x35\xb3\x31\xb2\xfe\xfd\xe3\xbc\xe6\xd3\x7e\xec\x27\x5b\x60\x5e\x77\x99\xb7\xb9\xd6\xee\xde\xf2\x71\x38\xaf\xcb\x87\xbd\xfb\xd2\x4d\x87\xfc\xc9\x76\xb9\x17\xfe\x7d\xe9\xf2\x32\x8c\x47\x7b\xf7\xf2\x76\x83\xef\x97\x79\xfe\x93\x4f\x79\x5c\xad\x57\x96\xc7\x4e\x9f\x66\xf7\xf8\xda\xcc\xdf\x9a\x53\xb6\x3b\xcd\xb9\x7f\x79\xbb\xc7\x14\xfd\xe5\x57\x5e\xce\xc3\x34\x5a\xfa\xec\x1c\xff\xc3\x3f\x3f\xe6\x6c\x69\x4b\xf8\xfd\x3a\x75\xd9\xba\x6b\xde\xfe\xe9\x71\xba\x8c\xab\x25\x4a\x31\x01\x12\xb6\xdd\x4e\x5d\x3e\xcf\x4d\x9b\x97\x66\x3c\x66\x63\x6d\xed\x9c\x73\x0f\xb6\xe6\xaf\xcf\xcf\x0f\xb2\xa7\xff\x66\x18\x1f\xb7\x95\x43\x07\x72\x5d\xe1\x5c\xdf\x3f\x58\x67\x6a\x47\x18\x93\x8c\xb9\x0c\xa6\x76\x0c\xc2\x42\x4a\x62\x53\xbb\x02\xa4\x10\x12\x43\x32\xb5\xf3\x20\x5e\x08\x39\xf6\xa6\x76\x25\x50\xa9\x88\x93\x64\x07\xa0\xa0\xa8\x2c\x24\x3c\x02\x45\x45\xb1\x92\xf4\x04\x94\x74\x07\xce\x4b\x7c\x05\x54\x29\x2a\x9c\xc4\x37\x40\xcd\xb6\x4f\x89\x3f\x00\x1d\x14\x25\x92\xf8\x16\xa8\x15\x54\xb8\x28\xf1\x1d\x50\xa7\xa8\x60\x89\xcf\x40\x59\x51\x99\x24\xbe\x07\xea\x15\x25\xef\x4c\x4d\x30\x45\x6a\xca\xbb\x2a\x98\x9a\x20\x8b\x54\x96\x2f\x4a\x36\x35\xc1\x16\xa9\x2d\x1f\x5c\x32\x35\x41\x17\xa9\x2e\x9f\x82\x37\x35\xc1\x17\xf9\xcd\xa9\xc4\xc3\x17\xa9\xaf\xb2\x88\x12\x0f\x5f\xa4\xbe\xca\x50\x48\x3c\x7c\x91\xfa\x2a\x53\x92\x78\xf8\x22\xf5\x15\xc8\x4b\x3c\x7c\x91\xfa\x0a\xde\x49\x3c\x7c\x91\xfa\x0a\x41\x8a\x25\xf8\x22\xf5\x15\x2a\x69\x96\xe0\x8b\xd4\x57\x24\xa9\x96\xe0\x8b\xd4\x57\xf4\x52\x2d\xc1\x17\xe5\xad\x7f\x89\x87\x2f\x52\x5f\xb1\x92\x6a\x79\x7b\x17\xd5\x57\x22\xa9\x96\xe1\x8b\xd5\x57\xf2\x52\x2d\xc3\x17\xab\xaf\x14\xa5\x5a\x86\x2f\x56\x5f\xa9\x92\x6a\x19\xbe\x58\x7d\x55\x2c\xd5\x32\x7c\xb1\xfa\xaa\xbc\x54\xcb\xf0\xc5\xea\xab\x8a\x52\x2d\xc3\x17\xab\xaf\xaa\x92\x6a\x19\xbe\x38\x5d\xdf\x55\xc9\x87\x30\xae\xc0\xbc\x94\xcb\x30\xc6\x0d\x58\x94\x76\x19\xca\x58\x95\x49\xfb\xf2\x17\x70\xc6\x2d\x18\x4b\xbf\x0c\x69\xdc\x81\x95\x52\x30\xc3\x1a\xe7\x50\x0a\x8b\x31\xe8\x09\xbd\x9e\x44\xf9\x2e\x77\xd5\xed\xfe\x68\x2f\xcb\x92\xc7\x55\x6f\x2a\xbd\x24\xe4\xec\x0f\x63\xbe\xdd\x7a\xf3\x34\xcb\x2a\xfd\xfc\x0d\x00\x00\xff\xff\xf5\xca\x92\xc4\x21\x05\x00\x00"); -func _bef ()([]byte ,error ){return _g (_deg ,"Adobe-CNS1-UCS2")};func _efaf ()([]byte ,error ){return _g (_gdfa ,"Adobe-KR-5")};func _bdec ()([]byte ,error ){return _g (_bec ,"ETHK-B5-V")};func _afa ()(*asset ,error ){_agd ,_aac :=_cfd ();if _aac !=nil {return nil ,_aac ; -};_fcd :=bindataFileInfo {_b :"Add-RKSJ-H",_ffe :12790,_ag :_ed .FileMode (436),_ac :_c .Unix (1580491088,0)};_bff :=&asset {_abe :_agd ,_ece :_fcd };return _bff ,nil ;};func _dfaf ()(*asset ,error ){_bfed ,_acfc :=_afca ();if _acfc !=nil {return nil ,_acfc ; -};_aced :=bindataFileInfo {_b :"UniGB-UTF32-H",_ffe :265659,_ag :_ed .FileMode (436),_ac :_c .Unix (1580492773,0)};_edgfd :=&asset {_abe :_bfed ,_ece :_aced };return _edgfd ,nil ;};func _afed ()(*asset ,error ){_abfge ,_eaeg :=_ffaeb ();if _eaeg !=nil {return nil ,_eaeg ; -};_gfbf :=bindataFileInfo {_b :"UniJIS2004-UTF16-H",_ffe :185990,_ag :_ed .FileMode (436),_ac :_c .Unix (1580492807,0)};_adaecf :=&asset {_abe :_abfge ,_ece :_gfbf };return _adaecf ,nil ;};var _efg =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\x94\x4d\x6b\xdb\x40\x10\x86\xef\xfb\x2b\xe6\x98\x1e\x52\xef\x8c\xf6\x4b\x20\x0c\x4d\x4c\x82\x0f\x69\x4a\xd3\xb4\x85\xd2\x83\x2c\xad\x8c\xa0\x96\x84\x2c\x1f\xf2\xef\xcb\xcc\xc8\x29\xf4\x60\x64\x3f\x9e\x7d\x6d\x3d\xaf\x76\x37\xf7\xfb\xdd\x7e\xe8\x17\xd8\x7c\x99\xc7\xe6\x25\x2f\xd0\xf5\x43\x3b\xe7\xf3\x78\x99\x9b\x0c\x87\x7c\xec\x07\x63\x90\xa0\xed\x9b\xe5\xfa\x51\x2e\xcd\xa9\x9e\x8c\xe1\xf5\x2f\x6f\xe7\x25\x9f\xf6\x43\x37\x42\xa1\x73\xed\x65\x5a\x67\x01\x36\x5f\xf3\xb1\x3f\x2f\xf3\x1b\xdc\x7c\x6a\xc7\x43\xfe\x00\x6d\xee\x98\x3f\xcf\x6d\x9e\xfb\xe1\x08\x37\x8f\x77\xf8\x4e\x5f\x2e\xd3\xf4\x27\x9f\xf2\xb0\x00\x0a\xcb\x43\x2b\x57\xb3\xb9\x7f\xaa\xa7\xcf\xf5\x29\xc3\x46\x82\x6e\x1f\xef\xf0\x56\x67\xe4\xab\xef\x79\x3e\xf7\xe3\x00\x68\x3f\x5a\x1b\xfe\xf1\x6f\x6f\x53\x5e\xb3\xcc\xe6\x75\xbf\x7b\xee\xba\x73\x5e\x20\xa2\xd5\x99\x9f\xaf\xfb\x1d\xfc\x42\x40\x0b\xe4\x9d\x2f\x7e\xaf\xa3\x3f\x9e\xc6\x36\x83\xbd\xfe\xf8\x7e\x77\x3f\x5e\x86\x05\xca\x54\x46\x65\xa8\xf7\xd8\x8c\x6d\x3e\x4f\x75\x93\xe7\x7a\x38\x66\x03\x50\x59\x6b\xed\x16\x2a\x0a\x0f\x0f\x5b\xfe\xff\xff\x4d\x98\xa2\x5c\x57\xf6\xad\x92\xeb\x0a\x6b\xbb\x6e\x0b\x00\x60\x4d\x65\x51\x11\x0a\x22\x1f\x4c\x65\x49\x11\x09\xf2\x48\xa6\xb2\x85\xa2\x42\x50\x0c\xc9\x54\xd6\x29\x72\x8c\xd0\x92\x33\x95\xf5\x8a\xbc\x20\x4a\x1c\x1f\x14\x05\x41\xbe\xe0\xf8\xa8\x28\x0a\x8a\x25\xc7\x27\x45\x89\x11\x59\xc7\xf1\xa5\xa2\x52\x50\x61\x39\xbe\x56\x54\x0b\xf2\x81\xe3\x0f\x8a\x0e\x82\x12\x72\x7c\xa3\xa8\x61\x54\xd8\xc8\xf1\xad\xa2\x56\x50\x41\x1c\x9f\x15\x65\x41\x3e\x71\x7c\xa7\xa8\x13\x94\x9c\x35\x15\xaa\x2f\x14\x5f\xce\x96\xc1\x54\xa8\xbe\x50\x7c\xb9\xc2\x93\xa9\x50\x7d\xa1\xf8\x72\xc1\x26\x53\xa1\xfa\x42\xf1\xe5\x52\x70\xa6\x42\xf5\x85\xe2\xcb\x23\x71\xbc\xfa\x42\xf1\xe5\x8b\xc8\xf1\xea\x0b\xc5\x97\x0f\x05\xc7\xab\x2f\x14\x5f\x3e\x25\x8e\x57\x5f\x28\xbe\x02\x3a\x8e\x57\x5f\x28\xbe\x82\xb3\x1c\xaf\xbe\x50\x7c\x85\xc0\xd5\xa2\xfa\x42\xf1\x15\x4a\xae\x16\xd5\x17\x8a\xaf\x88\x5c\x2d\xaa\x2f\x14\x5f\xd1\x71\xb5\xa8\xbe\x50\x7c\xc5\xc0\xd5\xa2\xfa\x42\xf1\x15\x4b\xae\x96\xd6\x27\x52\x7c\x25\xe4\x6a\x49\x7d\x91\xf8\x4a\x8e\xab\x25\xf5\x45\xe2\x2b\x45\xae\x96\xd4\x17\x89\xaf\x54\x72\xb5\xa4\xbe\x48\x7c\x95\xc4\xd5\x92\xfa\x22\xf1\x55\x3a\xae\x96\xc2\xba\x07\xea\xb4\x85\x32\x52\x92\x8d\x70\x7d\xe0\xf9\x3d\x9f\x1f\xef\x5b\xba\xb9\xcc\x73\x1e\x16\x39\x3d\x64\xd7\xf2\x16\xeb\x87\xfc\x7e\x12\x4d\xe3\xc4\xab\xe4\xf5\x37\x00\x00\xff\xff\x39\xbe\x00\xdd\xb5\x04\x00\x00"); -var _bdee =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x84\xfd\x4b\xcf\x27\x41\x76\x9f\x89\xed\xfb\x53\xd4\x52\x5e\xc8\xcc\xb8\x9d\x88\x00\x1a\x05\x58\xa2\x29\x73\x21\xdb\xb0\x24\xdb\x80\xe1\x45\x5e\x39\x0d\x0c\xbb\x89\x26\xb5\xd0\xb7\x1f\xc4\xf3\x44\x91\x83\xc1\x60\xaa\x36\x15\x6f\xfe\x33\xe3\x1e\xe7\x16\xe7\x9c\xdf\xdf\xfc\xc7\xbf\xff\xdb\xbf\xff\xf3\x9f\xfe\xe5\xc7\xdf\xfc\x3f\xff\xfa\x97\xfb\xbf\xbc\xff\xf2\xe3\xfb\xd3\x9f\x9f\xbf\xbe\xff\xfc\x97\xff\xfe\xd7\xfb\xfd\x71\xbd\xff\xf0\xa7\x3f\xff\xe1\x0f\x29\xff\x78\xfe\x74\xff\xcb\xaf\x3f\xf9\xef\xfe\xc7\xf3\x9f\xfe\xf0\x87\xf5\xfd\x7f\xf9\x1f\xff\xfc\x2f\xef\x3f\xfe\xfd\x9f\xbf\xbf\xfc\x28\xbe\xf7\xfc\xf7\x7f\xda\xef\xfe\xf8\xf1\x37\xff\xaf\xf7\x1f\xfe\xf4\xcf\xff\xf2\xd7\xff\xf1\xe3\xdf\xfd\x5f\x9e\xbf\x5c\xef\xff\xe9\xc7\xf3\x7e\xeb\xf9\xff\xe3\xaf\xcf\xfb\xd7\x3f\xfd\xf9\x1f\x7e\xfc\xbb\xff\xf4\x1f\xd2\xbf\x3e\xfd\x2f\xff\xfd\x9f\xfe\xe9\x7f\x7e\xff\xf1\xfd\xf3\xbf\xfc\x68\x3c\x7b\xff\xfc\xf0\xff\x1f\xfe\xe6\x3f\xfe\xe7\xf3\x9f\xfe\xef\xe7\x3f\xbe\x3f\xfe\xe6\xbf\xfd\xf9\x4f\xff\xe9\x3f\xfc\xfb\xff\xf6\x5f\xff\x2e\xc5\xbf\xff\xbf\xf1\x2b\x3f\xfe\xbf\xdf\xbf\xfe\xf3\x9f\xfe\xf2\xe7\x1f\xe9\xff\x7c\xa4\xf8\xb7\xc7\xff\xf5\x7f\xfc\xd3\xfb\x23\xed\x4a\xfe\xbf\xff\xed\xef\xff\xf6\xc7\xff\x2f\xfd\x48\xc7\x8f\xdc\xe2\x48\xff\xff\xfd\xfc\xff\xf3\x9f\xff\xf2\xbc\x3f\x0e\xff\x2a\xf6\xfe\xfe\xcb\xf3\xfe\xf3\x3f\x9d\xf7\xfb\xd7\xf3\xcf\xff\xf0\xfe\xe1\xc7\x8f\x3f\x1e\xc7\x71\xfc\xfc\xb1\xfe\xfd\xf1\x6f\xfb\xdf\xfd\xdd\xcf\xf5\xec\x6f\xc7\x71\xfc\xed\x7f\x5c\xcf\xff\xf8\xb7\xff\xe1\xef\xfe\xee\x6f\xff\x6e\x3f\xff\xbf\xfe\xdb\xbb\x7f\xc7\xb3\xf7\xcf\xcf\xff\xa6\xc6\x3f\x24\x1b\xfa\xf3\x5f\xfe\xe5\x79\x3f\x9f\xed\x36\xfe\x78\x1c\xe9\xfb\xf9\x23\xad\xaf\xfe\xd7\x3f\xff\x21\x1d\xc7\xee\xdd\x9f\x9e\xfb\x7f\x3a\xff\xba\x3e\x38\x8f\xf5\xe6\x2a\xd4\x9f\x3f\x52\x74\x8a\xed\xe7\x8f\x9c\x4b\xab\xfc\xd1\x7f\xfe\x48\xdd\x57\xc6\xcf\x1f\xe9\xc8\x14\xe7\xcf\x1f\xbd\xa7\xb2\xca\xd7\xaa\x22\x78\x7c\xa5\x9f\x3f\x52\xa6\x92\xab\xff\xfc\x31\xe7\x2a\x3d\xab\x86\x3c\x56\xf1\x3d\x7e\xfe\x08\x2b\x7b\xd3\xcf\x1f\x11\xbc\xf0\x8e\xf5\xb4\x51\x9c\xab\x48\xb5\xef\xf9\xf3\x47\x4c\x8b\xf7\x7a\xea\xbb\xcf\x2a\xd2\xc2\x97\x7f\xfe\x88\xc1\x0b\x5f\x59\x45\xea\xfd\x68\x8d\x77\xbf\x55\xd9\xf0\xdd\x55\xd9\xa0\x89\x6f\x55\x36\x57\x77\xd3\x41\x1f\x56\xcf\x52\x5a\x35\x74\x9e\xa6\x6b\x15\xd7\xe0\x53\xa6\x18\xab\x58\xeb\xfa\xcc\xe2\xea\xef\xec\x14\x57\x77\xc6\xb1\x8a\xb1\xde\x1d\x7c\x76\xbf\xeb\x33\x9e\x3e\x8c\x98\x26\x1e\xfa\x4b\x13\xcf\xaa\x6c\x50\xd9\x13\xab\xe8\x0b\xab\xde\x31\x29\x32\x78\x6b\xa0\xbf\x6b\x6c\x89\x01\xcd\xf5\x6e\x6e\xab\xeb\x73\xb5\x96\x83\xe2\xfa\x2c\xdf\x6b\xf0\x47\xa2\x38\x57\x71\xd5\x90\x9f\xb9\x96\xe2\x58\x6f\x54\x86\x7c\xac\x2a\x2a\x55\xd4\xf4\x87\x3f\xa6\xb7\x7c\xab\x8a\xf6\x87\x3f\xe6\xe3\xc8\xac\x6c\xac\x72\x3a\xa8\x23\x0d\xfe\x28\xab\x96\x74\x50\x5e\x9b\xe5\xe0\xfd\xd4\x78\x9c\x28\xc7\x7a\xdc\x57\x31\x67\x97\x3f\x1f\xd9\x17\x32\x65\x5e\xa0\xba\xb2\xea\xee\xd4\x56\x7c\xa3\x50\xbe\x7e\xfe\x48\x6b\x16\xf3\xd1\x9e\x9f\x3f\x9a\x75\x9c\xb7\x3b\x72\xbd\x92\x8e\xb2\xf6\x5b\xa3\xe8\x97\x95\x32\xa3\x4c\x3c\xa7\x23\x6b\x35\x73\xca\xc9\x31\x04\x7f\x38\x38\xde\x9f\x79\xb5\xc4\xeb\x73\xd5\xb8\xd6\x20\xe7\x63\xed\xf1\xd2\x29\xae\x43\x54\xd6\xbb\x39\xad\x4a\x4a\xa1\x48\x93\xf9\xa0\x7c\xae\xc7\x93\xe2\xf3\xf3\x47\x6a\x89\xe2\xbb\x8a\x54\xb1\xce\xe1\x9c\x99\xc7\x79\x0d\xb8\x66\x8a\x4c\x65\xb6\xdc\xd6\x63\xdf\x58\x4b\x56\x82\x22\x35\x37\x8a\x6b\x46\xaa\xc5\x55\x73\xe5\x85\xb2\x56\xa0\xd1\xf4\x9a\xbe\xd4\xe8\x7d\x59\xe3\x2e\xf4\xad\xac\xad\x50\x7c\x4a\xdf\x78\xba\xb6\x6e\xaa\x7c\x56\xef\x55\xe4\x85\xc6\x62\x65\xc6\x17\xab\x9b\x8d\xae\xad\x8d\x95\x2a\x03\x99\x8c\xda\x29\x9a\xab\x9b\x95\x79\x39\xe9\x3c\x35\x5f\x0e\x95\xce\xbd\x9f\xcb\xbc\xc8\xd6\x26\x35\xff\x3b\xc4\x27\x97\xb4\x96\xa0\xae\x66\x1b\x74\x68\x9d\xe0\xdc\xce\xd5\xec\x3a\x53\xb9\x5d\xac\x11\x2f\x5c\xac\xd1\xea\x57\xbb\x59\xdd\x49\x11\xea\x34\x28\xae\x79\x5a\x54\x24\xb7\x75\xfe\xd2\x22\x12\xb9\xdd\xab\x2b\xeb\x04\xe7\x58\x9b\x25\xad\x73\x9d\xe3\xa0\x86\x42\x91\x6d\xb3\xa8\x44\x8e\x0a\x25\x4b\x14\x57\xcb\xb1\x3a\xf1\x8e\x63\x6d\xbe\xba\x28\x58\x7e\x47\x5a\x7f\x1c\xcc\xca\x3b\x2a\x7f\xb0\xec\xef\x18\xfe\x51\xf9\xe3\xf2\x8f\xc6\x1f\xec\xde\xc3\xda\x66\xf7\x0f\xbe\x39\xfd\x83\x4e\xbd\xe7\xe9\x1f\x54\x7d\xbe\xfc\xc1\x34\xbc\x6b\xec\xeb\x8f\xcc\x1f\x56\xcd\x5a\xbc\xb7\xdf\x2c\x9a\x90\xbf\x45\xfc\x2b\x94\x38\x7f\xeb\x9c\xd7\xce\x59\xfc\xd6\x91\xae\x3d\xfb\xbc\xf0\x7c\x52\xae\xeb\x7d\x8e\xc0\xc7\xe4\x1c\xa9\x24\xfe\x08\x36\x97\x1f\xf7\x9f\x3f\xea\x08\xcb\xe3\xe7\x8f\x92\x8b\x8d\x4d\xde\xb1\xd2\x73\x3d\xe7\x30\x7f\xc7\xf5\xf3\xc7\x1c\x3e\xbe\x57\x5b\x61\xfd\xcf\xaa\x86\x83\xfd\x1d\xef\x2a\x77\xfb\xf0\xfd\xfc\x91\x8f\x49\xb3\x8b\xdc\xb4\x23\xd1\x14\x27\xae\xda\x9d\xb5\x4d\x72\x63\x9f\x7c\x8b\x0a\xd5\xc1\x54\x7e\x8b\x0a\xd5\x9e\x2c\xb7\x55\xae\x96\x25\x43\x6c\x8b\x2f\xf5\x9f\x3f\x4a\x71\x2c\x69\xed\x7e\x4f\xc2\x97\xe6\xcf\x1f\x75\x72\x98\x3e\xce\x71\xce\xbe\x7f\xad\x4e\x64\xdf\x59\x03\xc8\xc3\x86\x9f\x9f\x3f\x72\x75\x42\xd7\x09\x6f\x2d\xfb\xfc\xfb\xf9\xa3\x84\x0b\xb0\x8e\x78\xa9\x90\x97\x6f\xd1\x9d\x16\x76\x74\x91\x9d\x94\x9a\x33\xb1\x0e\x7f\x19\x1c\xdd\x2f\x57\x08\x88\x1f\x2f\xae\x3b\x33\x0d\x2c\x3a\x59\xa3\xd1\xb9\xdc\x17\x19\x2c\x56\x0a\x75\x1a\x3e\x9f\x3f\x7f\x94\x59\xfd\xf6\xfc\xf9\xa3\x95\x83\x59\x5f\xf4\xa2\x94\x69\x5b\x8b\x77\x1c\x87\xdf\x3e\xeb\x79\xf2\xfd\xc5\xa0\xd2\xee\x0f\x27\x64\xd0\x9f\x45\x94\xf3\x31\x19\x58\x61\xa7\xbb\xd8\x25\x73\x5e\xa8\xbf\x14\xbe\xf5\x9d\x0a\x0d\xf5\x79\x63\xf5\xe8\xdb\xa2\x43\x2d\xef\x7a\x56\xff\x4b\xf8\x7c\x70\x72\xad\x73\xae\x71\x39\x96\xb2\xfa\x1f\x4e\xdc\xe2\x00\x2d\x0e\x26\xae\xdc\x6b\x8c\x2e\x00\x54\x6c\xef\xa6\xf2\xc2\xe4\x5d\xbd\xc5\xbc\x4a\x85\x66\x7f\xeb\x04\xd7\xe6\x20\x2b\xfc\xcd\xad\xbe\x8e\x73\xe9\x4e\x4a\x2d\x50\x38\xbe\xad\x9c\x60\xb7\x4d\x6d\xc8\x31\x3e\x8f\xb5\x48\x10\xee\xaf\xae\x1d\x94\xeb\x6f\xc9\xd9\xb7\x88\x6b\x2d\x6e\xaf\x3a\x29\xdb\xa9\x75\x48\x47\xb5\x23\x6b\x75\x52\x66\xa4\x8b\x02\xd7\x56\x6c\xf0\x81\x92\xfa\xed\x5a\x9d\xe6\x8a\xd4\x8f\x8e\xf0\x4e\x83\x1d\x43\xb6\xbe\xc5\xbc\x73\xf7\xdb\x45\xbe\x4b\x85\xec\x7f\x6d\xed\xae\xc3\x81\xb6\xba\x9e\x7b\xb6\xda\xda\x5d\x47\xf3\x5b\x76\x57\xf2\xb9\xe2\x9d\xef\x0f\xce\x93\xef\xac\xd5\xd9\xbb\xa2\xad\xe3\x7d\x24\xcb\xd7\xcf\x1f\xf5\x57\x1f\x16\x5d\x9b\xae\xf8\x62\xd6\x25\x3b\xd9\x6d\x9d\xef\xa3\x5a\xff\xb7\xe6\xc1\x33\x0a\x6b\x19\xee\xa2\xc5\x5b\x4a\xf7\xc8\x85\xbb\x8b\x3a\x63\xf5\xbf\x48\x1b\x62\x9d\xef\x1c\xcc\x55\xb4\x75\xcc\x9c\xdb\x88\x9f\x3f\x7a\xda\x75\xf6\x9f\x3f\xfa\x71\x58\xcf\x80\x66\xbb\x35\x03\xba\xee\xb7\xf6\x9f\xfe\x2c\x29\x2d\x8f\xfd\xfe\xea\xff\xd8\x75\x3e\xcc\x27\xeb\x15\xef\x9a\x37\x8f\x7a\x7c\x9c\x26\xde\xef\x1e\x6f\xaa\xef\x09\x21\x04\xbe\xf1\xf5\x35\x00\xf9\xe7\xd7\x0b\x83\x67\x00\x7d\xed\xae\x56\x2c\x2f\x02\xb5\xe9\x65\x8f\xd5\x18\xb4\xfd\xeb\x6b\x00\x65\xfa\xce\xf8\xf9\xa3\x67\x09\x78\x5f\xc7\xbb\xbb\x60\xfd\x5c\x84\x7a\xd7\xbf\x16\xa0\x38\xd1\x7d\x0d\xa0\x4e\xeb\x81\xc9\xbb\xd8\xfd\x65\x82\x58\xd4\xfe\xf1\x9c\x6f\x17\x27\x8b\xf0\xc8\x2d\x46\x56\x32\x6c\xe8\x1b\xab\xff\xd9\x3e\x8f\x02\xe9\x61\x5c\x8b\xbf\xd5\x06\xab\xff\x06\x4a\x81\x74\x74\xac\xd3\xa1\x34\xf6\x8d\x75\xbc\x37\xa9\x5a\x2c\xb0\x36\xf9\xc0\x58\x1a\x42\x81\x4b\x7d\x63\x2d\x40\x71\x73\x0f\xd8\xf4\xde\xd1\x8b\x33\x76\xa5\x8d\x6f\x3c\x9c\x69\x3b\xc4\x0e\x6a\x96\xd7\x0a\x4c\x77\xf4\x94\xc3\xd1\xd1\x89\x98\x30\x5d\xca\x25\xcc\x8d\xc3\x91\x4d\xb9\x25\xad\xcd\x35\x82\x4d\xd0\x96\x0c\x93\x46\xb6\x22\x38\x9c\xdb\x6f\x71\xe4\x5e\xab\xcf\xd7\x0a\x34\x09\xe6\x44\xc7\x71\xf5\x26\x1c\x42\x56\x39\xd7\x0a\xa0\x36\xe4\x6f\xae\x23\x8c\xde\x90\xbf\x09\x81\x95\xd0\xcd\xb5\x02\xe3\xb0\x5d\x06\xe0\x6a\x23\xe6\x64\xb7\x1c\x72\xce\xec\xf2\xb8\x73\xf1\xe8\xe4\xe8\xcf\xb5\x04\x19\xa1\xe5\x43\x2d\x9b\xd3\x7d\x83\x62\xd6\x64\xe4\x67\x40\xb9\xfc\x60\x8d\xa0\xbb\x36\x4b\x49\x1b\x45\x26\xba\xb4\xb4\xa4\xb8\xfb\x21\x5d\xb4\xea\xb7\xd7\x1a\x65\x6d\xbf\xa5\x68\x4b\xee\xae\xc5\x61\x9c\xeb\x84\x1c\xbf\x6a\x5b\x04\x38\x24\x3f\xe7\x62\xe1\x9b\xb6\xa2\x0b\x76\x77\xc0\x52\x06\xc7\x26\x63\x4b\x90\xcb\x79\x97\x19\x9e\xe4\xe4\xaa\x3f\x7f\x8c\x4d\x72\xae\xf6\xf3\x47\x9f\xd6\x79\xad\x23\x3e\x25\x93\x4b\x93\x2c\x55\xe6\x76\x0d\x48\x1d\x73\x7f\xc1\x00\xe5\xd4\xd7\xb9\x46\x7d\x30\x1b\x17\x2a\xc4\xfe\xf6\x46\x28\xb4\xfc\xfc\xfc\xd1\x37\x47\xbe\x58\x1f\x77\xe7\x92\x5c\xdb\x26\x6f\xf7\x81\x78\xc4\xfb\x37\x1b\xcc\xd3\x78\xaf\xfd\xd5\x3d\x2d\x77\x59\x6d\xc9\x78\xef\xba\xa4\x1d\x49\xd4\xbd\x56\x67\x9f\x84\x25\xa2\x8e\x82\x86\xf4\x2d\x19\x35\xff\xaa\x73\x09\x89\x69\x48\x97\x96\x8a\x56\xaa\x1c\x6d\x09\x72\x69\x4a\x7f\x6e\x15\x50\x1b\xbb\x7f\xfe\x98\xdd\x13\x72\x2b\xc7\xdb\xd1\x97\x41\xfa\x0e\x0c\xd0\x8d\xf7\xc8\x23\x78\xff\x59\x0b\x50\x24\x0f\x4b\xf9\xec\xc3\xc5\x7b\xd6\x00\x32\x22\xec\xb7\x34\xd1\xae\x60\xff\x3d\x8b\x44\x8d\x75\xea\xca\x81\x92\xb5\x16\xbe\x1c\x8a\x86\x95\x22\x92\xd5\x91\xfd\x83\x5d\xe7\x3b\x09\x0d\x62\xad\x6f\x41\x51\x4c\x16\xe1\xd3\xc7\xd1\xfc\xe3\x53\x89\xeb\xeb\x8f\x09\xe3\x2d\x4b\x5e\x5f\xec\x8a\x3f\xd6\x54\x97\x63\x86\x7f\xd0\xc6\x87\x80\xcc\x18\xca\xf1\x0d\xff\xe0\xb5\xa5\x0b\xaf\x3f\xe8\xed\x77\xfa\x07\x7d\xf9\x2e\x55\xcf\x82\xaa\xbf\x74\xbf\xf5\x47\xca\x10\xda\xd5\x78\x2e\x5b\x27\xe4\x8f\x93\x91\x1e\x6b\xef\x94\x72\xfa\xcb\xa2\xfd\xa5\xdc\xd5\x3f\x06\x7f\x38\x94\x35\xfb\xa5\x3c\xcd\x0a\x56\x4f\x6a\x55\x88\x5f\xe4\xb0\xd4\x2e\xf1\x59\x0b\x56\xda\x54\x88\x67\xc4\x71\xec\x3f\x56\x05\x91\x94\xdb\x97\xd6\x56\x66\x52\x73\x58\x7c\xab\xcc\xf0\x35\xe6\x62\xde\x9f\x7f\xac\x59\x9a\xcf\xe1\x1f\x7c\xf3\xec\x5f\xe2\x0f\x7f\x2c\xe7\x6e\x74\x09\xe9\xe5\xaa\x56\xd0\xd7\x78\xee\x5d\xdb\xda\x0f\xe5\x7e\xad\x60\x31\xef\x7a\xb4\xf0\x8f\xf1\x87\x3f\xd6\xd4\xac\x6d\xb1\xdd\x5a\x8a\xe3\x59\xca\x58\x2d\x6a\xde\xc7\xe2\x73\xb5\x5c\x2a\x3f\x8b\xcc\xd6\xf2\x3c\xfe\xb1\xbe\xa9\x8f\xb5\xad\x75\xaa\x51\xfd\x66\xad\x53\x8d\xf0\x9b\xb5\x4e\xb5\x67\x3b\xba\xb6\x7f\xed\x79\xfa\x47\x5b\x7f\xf4\xfd\xcd\xaa\xba\x0f\xab\x5e\x04\xad\xce\x3d\xbd\x6b\x45\xeb\xec\xcc\x1b\x76\x8d\x3a\xfb\xe3\x1f\xab\xea\x89\x2e\x36\x8e\x75\xe4\xea\x9c\x97\xbf\x50\xc1\xfc\xfc\x63\x55\x3d\xaf\xf0\x8f\xf9\x1b\xda\x57\xe7\xd5\x7d\x73\x4d\xd0\xdd\xfd\x63\xc9\x3a\xf5\x3e\xb3\x7f\x74\xfe\x28\xfe\xb1\x06\xfb\xa8\xb5\xa5\xc5\x63\xea\xfb\x6f\xea\x58\x7d\x97\x3a\x96\xe0\x2b\xf5\x5d\xea\x58\x3a\x58\x93\xfa\x1e\xc8\x6b\x8b\x60\xd6\x77\x1d\xa8\xd2\xd7\xb9\xac\xef\x52\xb5\x6a\x5d\xfb\xa3\xbe\x4b\xd5\x2a\x79\x58\x86\x95\x2e\x22\x59\xdf\xa5\x6a\x95\x31\x7c\x1f\x46\x34\x7d\xfe\xa0\x6e\xd8\xd8\x0b\x05\xb7\xfc\xd9\x30\x2f\x2d\x65\xab\xa2\xb7\xd4\x57\xf3\x86\x2f\xa5\xdd\x3b\x6a\x45\xdb\x8a\x45\x9e\xeb\xbb\xb4\xad\x82\x89\xa3\xbe\x6a\x5b\x87\xe5\x40\x2a\x62\xc8\xa9\xfb\xb1\xb5\x2e\x5a\x8d\x4e\x5f\xdf\xa5\x6d\x25\xc4\xde\xfa\x26\xa4\x99\x66\x2f\x2e\x4c\x1e\x36\x76\x63\x42\xf1\x9d\xc5\x4b\xdb\x61\x3d\x2f\x8d\xd1\x09\x34\xa9\x66\x87\xb2\x07\x77\x30\x8f\x19\x51\x2b\xa8\x74\x69\x52\xf5\x70\xbe\xb4\x38\x1d\xc3\x2f\x90\xe4\xd9\x7d\x6f\x1e\xbf\x14\xe4\xfa\x66\x6d\x65\xc3\x1f\x4e\x58\x98\x3f\x28\xed\x32\x84\xa5\x4b\xb5\xbe\x6b\x5d\xda\x6c\x5b\x47\xb9\xbe\x18\xb2\xc2\x65\xde\x84\xc5\x25\x41\x69\x2a\xd9\x97\x76\x5f\xf9\xba\xd0\x57\xbb\x51\xa4\x24\xc3\xb7\xe2\x97\xa2\x5e\xdf\xe2\x54\x72\xa2\xde\xa5\x37\x15\x88\x57\x7d\x0b\xe6\x17\xa7\x60\xe9\x4d\xa5\x87\x1f\x5f\x08\x98\xb6\x20\xe1\xe3\xd0\xbd\x4b\x71\xca\x6d\xf7\x63\x6d\xd0\x92\x6c\xe1\xfb\x65\x0a\xa8\xef\xd2\x89\xf2\x70\x10\x55\xb2\xc7\xb9\x7c\xab\x62\x1f\xbd\xa8\xce\xa5\x9b\x6c\x1d\xcb\xda\x13\x2d\x2c\xc5\x27\xf7\xea\x07\x4b\xf1\xc9\xee\xa5\xa5\xf8\xac\x0f\xe8\x77\xa5\x7f\x1e\x8d\x45\x21\xca\x48\x3e\x5f\x73\x59\xdd\x1a\x8b\x76\xa5\x19\x96\x3f\xa4\x79\xc6\xb9\x34\x9f\x5c\xad\xa7\x39\xc7\x0e\x14\xd5\xe7\x28\xf4\x7b\xa9\x3e\x79\x86\x1f\xb0\x59\x2b\xdd\x6e\x4e\x31\x04\xe4\x5d\x64\x2f\x0d\x67\xb2\x69\x2d\x3d\x7c\x6b\x29\x0f\xd9\xa6\x97\xf2\xa3\x61\xa4\xbe\x0d\x23\x86\xdd\x6e\x10\x9c\x69\x6b\x4b\x49\xd8\xeb\x86\x92\x93\x1a\x2d\x2f\x25\xa7\x0c\x97\x04\x25\x67\x3a\xb4\xe0\x98\xb8\xeb\x97\x6e\x52\x7b\xa6\xbc\x94\x8a\xdc\x5d\xce\xa5\x54\xe4\xf0\xc4\xa0\x53\x1c\xc9\x73\xb5\x08\x7c\xc9\xc1\x90\x97\x70\x5f\x92\x1f\x2c\xc1\x7d\x64\x3f\x58\x42\x79\x6e\x83\xc1\x0c\x47\x56\xf2\xef\xa8\x1c\x56\xab\x5a\x3c\xc9\x4b\x64\xaf\x0d\x3a\xf9\x8e\xd3\x1a\x6c\xe6\xe2\x88\x33\x69\xe3\xfe\x65\x1b\xaa\xef\xa2\xd3\x35\xdc\x28\x88\xec\xd9\x9d\xbf\x44\xf6\x5c\x25\x52\xf3\xb0\x22\x26\x61\xc9\xec\xb5\x04\xad\x61\x7f\x9d\x92\x8a\x89\x55\x2a\xf3\xf1\x92\x0c\xca\xc8\x3e\x67\xf7\x39\x99\xd3\x03\xcb\xe4\x63\x82\x3c\x92\xcb\xb8\x64\xf3\x7a\x38\xf0\x45\xf8\xcb\x74\x96\x17\xf7\x1d\xe1\x0a\x4d\xf6\x7a\x66\x34\x4b\x06\xd7\xa2\x55\xdf\x13\x35\x54\xa2\x06\x59\x47\x22\xa9\xaf\x42\xc1\xde\x40\x4b\x06\xcf\xc9\xb3\x8b\xc5\x73\x48\x29\x96\x08\x5e\x93\xfb\x8a\x6b\x92\xec\x14\x71\x4f\x32\xab\x8d\x4d\x74\x7f\x1b\x70\x4e\xf7\x1f\xf4\xb4\xd8\x00\xcc\xcf\xbd\xb7\xc4\xec\x12\x0e\x19\x76\xd2\x64\x0e\x4b\x82\x2e\x9b\x6a\x5e\x1a\xc1\x78\xe7\xaa\x56\x4a\xb7\x2f\x24\x38\x39\xcb\x75\xfe\x32\xd6\x55\x6c\x86\xb5\x3b\xe4\x8b\xcd\x3a\xe9\xdd\x8d\x46\xeb\xea\xdf\x28\x84\x4e\xe9\x8d\xc5\xd0\x86\x6f\xd6\xc6\xbd\x77\x63\x71\xf3\xb8\x21\xee\x66\xb9\xd5\x12\x77\x0b\x42\x4f\x7d\x31\xc9\xee\x1d\x75\x73\x63\xb4\x4f\xc6\xcd\xae\xb7\xd7\xda\x2d\xab\x1f\xc0\xac\xdd\x20\xf7\xed\x07\xfe\x81\x4d\x61\xb7\xf0\xc2\x28\x18\xfe\xe3\x31\xe1\xf9\xe3\x31\x69\xfe\xb1\x56\x6d\x73\x9c\x25\xd8\xd6\xb0\xe5\x25\xae\x95\xea\x79\x5b\x92\x4a\x69\x0e\xe7\x59\x34\xac\xba\x1d\x1f\x4c\x53\x1e\xab\x67\x31\xdc\x21\x81\x7e\x30\x5c\x56\xbf\x85\x13\x75\x9f\x7f\x1c\x43\xbe\x7d\xdd\xe3\x56\xf4\x62\x79\x75\x0d\x5e\x7b\x27\x5d\x7d\x0b\x26\x1e\x16\xea\x5d\x5b\x2a\x3c\xdc\x6f\x83\xda\x30\x82\x97\x4d\x2e\xc3\x79\xdd\xe4\xe1\x4b\x30\x4d\x9b\x7e\x59\x4d\xc4\xb8\xf7\x5d\x5b\xa7\xbb\x75\x3e\x04\x0e\x4f\xd1\x97\xfc\x98\xd9\xfe\xd6\x72\xee\x31\x7f\x2c\xa7\x32\xc0\xe7\xde\x71\x9d\x3f\x78\x7a\xf7\x83\x45\x4b\xf6\x78\x10\xc1\x93\x93\xb7\x44\xeb\x92\xdd\xc0\x0a\xd7\xbb\x4b\xdf\xa3\x39\x84\xf2\xeb\x0f\xf4\xfb\x83\x8a\x2f\x1d\xb7\x62\x9f\x5e\x3f\x04\x7f\x24\x0c\x55\x07\x65\x76\x06\x8c\x1c\x5b\x72\x4d\xf4\x15\xa3\x71\xc1\x60\x54\x31\x1a\x6b\xe8\xae\x18\x8d\xd3\x3a\xd9\xbf\xa1\x6e\x58\x94\x53\x40\x33\xb0\x28\x57\x84\xf9\x8a\x51\xb8\x36\x26\x07\xa3\x70\xcd\xec\x2c\x8c\xc2\x0a\xef\x15\xa3\x70\x3e\x8a\xef\x3b\xe3\x8d\xf2\x8b\x10\x41\xc7\x31\xfe\xee\xe7\xdc\xef\x14\xe6\xe9\xf3\xd2\xc9\x43\x86\xf5\xb7\x2a\x50\x7c\xca\x2c\x89\xad\x85\xf5\xb7\x14\x87\x87\xcc\x82\x49\xa8\x62\xfd\xcd\x98\x69\x2a\xd6\xdf\xda\xd9\xd2\x58\x79\x8b\x4b\x87\x95\xb7\xf6\x61\x03\x6b\x3a\x24\x2b\x58\x70\x93\x9c\xf5\x53\x1a\xc1\x12\x52\x31\xe1\xd6\x3e\x7d\xa9\xf8\x83\x7f\xb8\x09\xe8\x85\xd2\x48\x76\xc2\x0a\xdd\x38\xac\xaa\xfb\x03\xed\x21\x8d\x14\xf6\x25\x56\xdc\xf5\x03\x03\x42\x1c\x51\x82\xc3\x8c\xbb\x7e\xf0\xad\x9b\x1f\x2c\x3f\x74\x84\x26\x30\xc5\x56\x47\x87\x74\x51\x33\x9d\x5d\x32\x41\xe9\xce\x00\x32\x41\x85\x22\x60\x0d\xad\x01\x87\xc2\x1a\x5a\x25\xef\x58\x43\x6b\x76\xf6\x1a\x67\x0e\xfb\x42\xd5\x1c\x1a\xd5\x1f\x18\x68\xb6\x05\x84\x82\x09\x5b\xc7\x1e\xba\x7e\xa0\x1b\x8d\x09\x77\x79\x31\x88\x8e\xca\x16\x40\x26\xc8\xae\x68\x3b\x99\x7c\x66\xa6\x5d\xdc\x9b\x5b\x56\x08\x67\x68\x8d\x61\x0e\xbf\x85\x6e\xc0\x34\x34\x88\x76\xbb\xbd\x64\x85\x3c\x1c\x66\x60\x15\x81\x13\x69\xf8\xe4\xfe\xa2\x62\xf8\xac\x18\x8f\x2b\x86\xcf\xd5\x51\x2a\x0a\x77\x06\x23\x08\x6f\xe6\x1d\xce\x92\x2e\xf2\xf4\x34\x85\x16\x42\x6b\x85\xf0\x3b\xca\x25\x75\x4c\x0f\x13\xca\xa3\x9a\x0d\x06\xcb\xda\xdd\x9d\xdd\xbd\xe0\xf6\xec\x48\xa6\x8e\x1e\x0b\xe4\x70\x57\x2d\xb5\xad\x0e\xf7\x0b\x16\xc8\x43\x0e\x82\x09\xb2\x76\x78\x23\x26\xc8\x52\x3d\x79\x98\x17\x31\x55\xd5\x6d\x5e\x44\xc4\xc0\xbc\x98\x0e\x49\x0b\xf6\xc5\x91\x1c\xbf\xa2\x8c\xac\x02\x03\x63\xca\xee\x7a\xa4\x95\x8e\x30\xfa\x29\xad\xe4\xea\x0f\x17\x56\x57\x7f\xb8\xfd\x81\x11\x2d\x71\xa5\xd4\x6c\xdb\xaf\x3f\x30\x63\x83\x35\x71\x3a\x94\x57\x32\x04\x1f\x1b\x63\xc5\xb4\x55\x35\x25\x0e\x37\xfa\xdc\xbd\x65\x78\x33\x10\xc2\x7c\xa9\x63\x57\x64\x6e\x26\x96\x4e\x27\x73\xda\x0f\xd8\x11\x86\xc2\x8a\xaf\x45\xc5\x20\x58\x86\x1f\xa3\x4a\x86\xe7\xea\x74\xb3\xb6\xdf\xdd\x3a\x54\x8d\x82\xc9\x19\x45\x22\xa9\x2e\x13\x12\x49\x72\xe9\x4f\x54\x31\x27\x17\x89\x44\x79\x1b\xa3\x60\x1d\xd2\x81\xd3\x03\x8b\x52\xa3\xe1\x6f\x78\xdc\x4f\xd7\x35\x18\xd4\x12\x49\xca\x70\xcd\xce\x45\x77\x26\xac\x17\xe3\x5d\x49\x8d\xbe\x5f\xd0\x23\x37\xc8\x92\x24\xa6\xf2\x12\x86\xb3\x54\xe0\x8c\x18\xce\x92\xd2\x2a\x86\xb3\x3a\xdc\x1f\x08\x06\xdc\xa1\x54\x6c\x5c\x75\xec\x32\xec\x16\x59\x00\x1b\x57\x6e\xee\xb3\x25\x0b\xd4\x21\xf5\x5a\xec\xbc\x34\x37\x2c\xec\x3c\x3c\xc6\x8f\x34\xca\x33\xf7\x38\x64\xcb\x0e\x79\xbf\xc5\x90\x61\xe8\xdf\xc3\x90\xdd\x42\x30\x7d\x95\xc6\x6f\x31\xfd\x3a\x10\x12\xbe\xc5\xf4\x47\xa0\x56\x7d\x2f\x82\xbe\xa3\x94\xe7\x67\x27\xfe\x45\x52\x4b\x34\xf0\x06\x2d\x33\x45\xaf\xbb\xda\x5a\x61\xfa\x43\xaa\xb6\x98\x7e\x6e\xee\xbe\xd7\xae\x32\xce\x77\xa9\x1e\xc9\xb9\x78\xb1\x8e\x3b\x04\xae\xda\xbb\x73\xfd\xb9\x75\xdd\x0a\x4b\x00\xc8\x05\x5d\xf2\xfb\x76\x97\x98\xe1\xcf\x2e\xf9\x12\x2d\x4b\xb0\x3f\x66\xa9\xb8\xe6\xdf\xf9\xf3\xc7\x6c\xbe\xcf\x2a\xec\x8a\x3e\xdf\xe9\x7f\xf8\x63\xc3\xd7\x48\xfb\x7b\xc3\x30\x38\xf2\xaa\xa8\x1d\x07\x76\xf3\xee\x73\x0e\x66\x59\x94\xbf\x1d\xc7\xf5\xf3\x47\x9f\xe1\x0f\xcc\x76\xf6\x03\x66\xbb\xf9\xce\xeb\x07\xc1\x1f\x4e\xf7\x5c\x65\x7d\x51\x30\x6c\xb7\x23\x61\xd9\xdc\x3f\xe8\x44\x40\x4d\x49\xab\x65\xa2\x89\xb4\x64\xac\x52\x2c\xaf\x03\xc0\x95\x57\x3b\xb0\x45\xcc\xb0\x8c\xb4\xb1\x08\x4a\x3b\xb0\x45\x1c\x4c\x59\x3b\x92\xfd\xf3\x07\x0d\x97\x94\xb3\xdd\xc8\x74\x16\x36\x0f\x85\x6c\xb8\xb9\xd4\xb1\x9f\x07\x2d\x1f\x94\xbb\x1f\xd0\x57\x8c\x0e\xdc\x7d\xb4\x23\x4f\x06\xe7\x07\xdc\x10\x0e\x2b\xba\x20\x27\x8c\x27\xbb\x27\x19\x02\x36\x07\x2c\xbe\xed\xc8\xae\x09\x0d\x2c\xa6\x5b\xb9\x29\x6f\x7a\xcf\x1c\xa5\xfa\x87\xd7\x8b\x54\x5a\xdc\xd0\xd5\x3f\xd0\x20\x5d\x87\xca\x6e\xc8\x96\x95\xf4\x68\x99\xbb\xcc\xe1\x10\x96\x4a\x3f\xda\xa4\xd7\xd5\x1e\x59\xb6\xd2\x46\xa5\x95\x2e\xd9\x0d\x2e\x2d\x0f\xbb\xdd\x9c\x17\x86\x0f\xdf\xc4\x97\xa9\x1d\xcd\xae\xc6\xef\x54\xd4\x76\x2c\xae\x5a\xc2\xee\x06\xc4\x2e\x68\x31\xe8\x8a\xe3\x5b\x8c\xab\x23\x26\xb5\x63\x31\xae\x31\x5c\x2e\x6e\xda\xa6\xf3\xd1\x17\x79\x40\xac\x6a\x87\x3c\x6c\xbf\xe3\x64\xb2\xb1\xb8\x2d\xcb\x2e\x10\x7e\x1f\xb5\xf2\x0e\xec\xa9\x27\xda\xc2\xd1\xa3\x15\x16\x6e\x48\x1b\xf9\x16\x3e\x80\x9b\x55\x3b\xe0\x03\x47\xf5\xa0\x2c\xcd\x75\x60\xcb\x6b\x87\x97\x4a\xae\xc3\x09\x6d\x74\xdf\x9f\x2a\x07\x74\x54\xda\x5f\x9d\xe4\x93\xf9\x73\x7b\x9f\xe1\x0f\xd4\x7a\xe2\x98\x61\x37\xd0\x38\xf7\xd9\x38\xd9\x57\xc5\x8f\x6f\x28\x2e\x2d\x2f\x32\x3e\x7a\x63\x45\x97\x32\x39\x3b\x9d\x58\xba\x64\xdf\x0b\xcd\x6d\xcc\xb4\xd3\x17\xb3\xe8\x88\x2f\xdb\x75\x67\x5c\x7d\x8d\xa6\xd3\xd3\x0b\x0a\x55\xfc\x00\xbf\x83\x64\x45\x4b\xf5\xde\xef\x73\x75\x32\x1d\xcc\xa2\xf4\x23\xb9\x87\x97\x3a\x38\xa6\x7b\x18\xea\x3e\x1d\xa4\x37\x18\xd5\x29\xe2\x0a\xa3\x7a\x48\x96\x16\x37\x8a\xeb\xf7\x40\x4b\x3d\xdb\x0f\x37\x5b\xdd\x8f\x5f\xb6\x2a\x1d\x7a\x69\x4c\xfa\x24\xed\xb5\xce\x17\x8f\x90\x83\x75\x5d\xa4\x77\x4c\xeb\x7f\xd9\x4f\xee\x95\x57\xad\x8f\xce\x41\x6e\x87\xfb\x60\x11\xcf\xd2\x9c\x5c\xb5\x27\xee\x6f\xda\xf1\xb1\x31\x3b\x1f\x2c\x4a\x3a\x8e\xfd\xfc\xf4\x25\x76\x05\xea\xd3\x01\x95\x4c\x50\xcf\xce\xf0\xf1\x43\x4c\x47\xed\xfe\xe0\x7c\x25\xca\xc5\x1f\x1a\x7f\x70\x57\x06\x49\x4a\xfb\x4e\x66\xe9\x02\x2d\x1d\x4e\xc6\xa4\xcc\xae\xa8\xd6\xb4\x06\x97\xc2\x32\x7d\x1a\x36\x67\x9f\x96\xcc\xda\xd2\xc1\x49\xa8\xb4\x90\xa0\xe8\x9c\xdb\x94\xec\x13\x34\x29\x2d\x1a\x5b\xb2\x35\x49\x63\x2b\x34\x33\x25\x76\x4c\xf2\xa5\x46\x99\x26\x16\xbd\x9d\xa3\xd1\xc2\x22\x9f\x1d\xe9\xaa\x25\xc9\x67\x9d\x7c\xb0\xc8\x67\x6e\x2c\x44\x5a\x14\x70\x70\xdd\xdd\x52\xe1\xae\x8a\x43\x95\x96\xe2\x31\xa6\x53\xb6\x28\xdd\x98\x50\xfd\xb4\x28\xdd\x98\xc9\x77\x6e\xca\x7e\xfb\xfd\x72\x4b\x6a\xa9\x6a\xe2\xe6\x9d\xaa\xe5\x89\x61\xe2\xdb\x75\x34\xb6\x64\x82\x00\x16\x28\x01\x3e\x9e\x95\x9b\xa0\x96\xf0\x06\x41\x66\x68\xa9\x22\x56\x75\x2b\xed\x7e\x6c\xad\x03\x43\x81\x1f\x4f\x7c\x61\xfc\xf8\xf4\xa5\xdf\x49\x6f\x2d\xd5\x25\xac\x96\xdd\xdf\xdb\xaf\x6c\x13\x87\x04\x68\x65\xc2\xe4\xd9\x9c\x9c\xa5\xde\x74\xa9\x4c\x6a\x2c\x45\x73\x4b\x60\xf2\x44\x12\x68\x49\xa2\x1b\x0c\x10\x6f\x8f\x01\xf9\x4c\x8b\x00\x27\x3c\xd9\x5a\x92\x00\x37\xa7\xb9\x61\xd5\xe3\xc0\xa6\xe0\x7a\xa3\xd1\x02\x6e\x17\x78\x76\xb5\x14\x78\x7f\x1d\x54\xba\x74\x8c\x91\xb3\xef\x38\x58\xa8\x00\x5e\xb0\xd3\x4d\x13\xdc\xbd\x4e\xdf\x5f\xa3\xc1\xb7\xa6\xa5\x50\xac\xb3\xad\xcf\x6f\xe9\x11\xa6\x50\x29\x4b\xea\x3a\x01\x32\x32\x4d\xa1\xcd\x0d\xde\xb9\x5d\xac\xbe\x54\x71\x0d\xa0\x77\xa8\x2b\x92\x96\xd4\x31\x47\x79\x6a\xb8\xb9\x51\x22\x48\x1d\xef\x47\xf7\x7d\x5f\x64\x32\xdc\xf7\xdd\x11\x54\x2b\xba\x50\x93\x6c\x6c\xa9\x4f\xc9\x91\x75\xb4\x07\x3f\x18\xfa\x49\x31\x9c\x81\x04\x0a\x75\x4f\x23\xff\xf2\x78\x6b\x09\x87\x89\x61\x63\xe8\x2d\x1d\x12\x92\x06\xb7\x39\x4e\x35\xea\x49\x72\xf5\x31\xa6\x16\x4f\xe8\xcc\x18\xd4\x19\x0c\x36\xd0\xee\x20\x67\xfc\xf2\xa2\x6b\x69\x72\x99\x61\xbb\x73\x28\x41\xd1\xf0\xe4\x5e\x3c\x68\x78\x3a\xb2\x46\x4f\xb9\x15\x2b\xd5\x1f\xf0\xdd\x41\xd6\x49\xfa\x5e\xda\x3b\x2f\x40\x5b\xd0\x1c\x4e\x09\x28\x27\x2d\x69\x11\x6d\x88\x4d\x69\x71\xa8\x8a\xe5\xa2\x25\x19\x14\x64\x39\x9d\xd7\x2f\xcf\xbe\x96\x4e\xaf\x73\xfc\x18\x83\x8d\x07\x08\x17\x81\x64\xcb\x17\x73\xe7\x98\xf1\xf5\xcc\x8e\x13\x87\x47\xc5\x98\xa4\x81\x13\x63\x4d\x4b\x8b\x2b\xe5\x0a\xd3\x4b\x17\xe6\xd7\x66\x45\x6b\x95\x9b\x44\x93\xfb\xff\xb6\x1b\x80\xa6\xbb\x1f\x2f\x5d\x10\x79\xe7\xe6\x2a\xd4\xe7\x4b\x15\x29\x87\xdb\xee\x86\xae\x36\x38\x66\xba\xf1\x93\x92\x34\xdc\xd0\x55\x89\x9e\x56\xcd\xe6\x30\x6f\x04\xf6\xb0\x26\x67\xdb\xf1\xe0\x8f\x5a\x3d\xc0\xf7\x8d\x29\xc5\x0f\x1e\x5c\x0f\x58\x05\x2f\x95\xdb\xee\xd3\x87\x88\x4f\x4d\x32\xc1\x66\x07\x1f\xae\xe7\x3c\xc1\x0f\xca\xad\xc4\xf4\x91\x5e\xb8\x7d\xb8\x8e\xdd\x94\xf8\x3d\x7e\x39\x55\xb6\xf4\xe2\xa8\xe4\x32\xbc\xfa\xf8\xb3\x54\x18\x11\x87\x24\xfd\xa5\xa2\xf0\xb4\x2d\xd6\x57\x0e\xf7\xfc\xfb\xfa\x83\x6f\xad\xfe\x15\x47\xfa\xd1\x42\x8a\xdf\xd2\xb7\xa5\x86\x8c\x24\xe9\x52\x0d\x89\x83\xbe\x7c\x08\x3c\x92\x4b\x39\x69\x48\x5a\xbe\xf6\xcb\x0b\xb4\xa5\x2f\x20\xc8\x36\xd9\x7d\xc9\x1f\x90\xe7\xdd\x2c\x8b\xdd\xee\xed\x0e\xb7\x2d\xfb\x95\x35\x53\x87\x1b\xf9\xbb\xa9\x93\x59\xc3\x54\x89\x71\xb7\xa5\x6f\x8f\xcf\x1f\x70\x55\x63\xd6\x32\xa6\x4a\x85\xea\x0c\x77\x96\x65\x65\x5d\x69\xeb\xa0\xcc\xa5\x0c\xc7\x26\xe3\x18\x11\xcd\xf7\x3b\xaa\xea\xa4\x8c\x3d\x77\x97\x51\xb0\x54\x42\xf2\x81\x9e\xcb\xf4\xe7\xa5\xff\xb4\xe3\xb0\x22\xec\x26\x48\x69\x78\x9d\x97\x69\x87\xd0\x72\x70\x53\x6e\x39\xc5\xcf\x1f\xd1\x92\xef\xb0\xf1\x39\xa2\x19\x3f\x82\x60\xe3\x67\xdc\x5b\x31\x36\x37\xdd\xd4\x3b\x32\x41\xf6\xc2\xb5\xf8\xdc\x65\x87\xdf\xe8\xc0\x5e\x58\x02\x5c\xd5\x8b\xea\x55\xe6\x62\x55\x6d\x29\x2f\xf5\x25\x4f\xb8\x01\xce\xea\xb9\x21\xb2\xe9\xad\x7e\x04\x7c\x45\x7f\x75\xee\xa7\x5a\xce\xb6\x90\xad\x09\x8b\x98\x73\x84\x27\xbb\xda\x42\xc6\x7c\x79\x04\x22\x68\x2e\x4e\x3c\x35\x15\x6c\x45\x1c\x08\x3c\xdb\x6b\x73\x22\x0b\x0e\x41\xdd\x32\x4c\xc9\xb9\x28\x13\xc1\x8e\x39\x2a\x3a\xd0\xfb\x8e\x3c\x96\x1e\x79\x33\x1a\x4e\x00\x5a\x11\xf7\x28\x2d\xeb\xaa\x82\x4b\x53\xcb\x15\x86\x8b\x3c\x96\x97\xb4\xa0\xc7\x41\xcb\x55\x73\x22\x1f\x57\x85\x65\xdf\x59\x52\x8a\xdc\x2a\x2f\xde\x5f\x66\xf5\x7d\xb8\xa1\xbd\x40\x73\xea\xcd\x6f\x1f\x2e\x0f\xe8\x69\xd3\x2b\x92\x6f\xf1\xea\x54\x62\xcb\xf0\xf3\xd8\xcf\x21\x4b\xbb\xe1\x06\x77\x73\x2a\x1a\x2a\xb5\x0d\x78\x53\x09\x43\xc8\x0d\xbd\x24\xdc\x47\x9a\x1f\xe1\x01\xf8\xf4\xd7\x8e\x60\x96\x83\x5a\x6d\x41\xd3\x62\xec\x97\xe0\x99\xd9\xf2\xf0\x07\xbf\x60\x86\x87\x3f\x9c\x90\x2b\x96\x70\xb1\xf4\x3e\x5d\x91\xd0\x22\x41\x37\xe0\xdc\xdd\x09\x86\x71\x1f\x11\x34\xd7\x9d\x3c\x2a\x5a\x9c\xbb\xef\x09\xe8\xec\x11\x0e\x6d\xee\xae\x08\x84\x39\x77\x3d\x54\x98\x99\x71\xf8\x03\x1b\x03\xf6\xdb\xc3\xb2\xec\x97\x0f\x46\x59\x02\x2f\x74\x2f\x8f\xb5\x3c\xc9\x93\xba\x58\x71\x39\x3c\x18\x03\x29\xa6\xd2\x8b\x71\xae\x21\x4c\x1b\xb8\x6c\xe0\xb7\xe4\x2d\x0f\x44\xcf\x5d\xdb\x83\x88\xcd\x60\x71\x54\xec\x8e\x75\x2e\x12\x88\x7b\x50\xcb\x53\x12\xe8\x4c\x79\xeb\xe9\x6a\xc3\x9b\x9b\x5d\xd4\x58\x18\x1e\x76\xbc\x0a\xb3\x44\x63\x7a\xb3\x42\x6b\x93\x69\x96\x38\x2c\x06\x9e\x13\xe4\x2d\x73\xa3\xa9\xe6\x92\x17\xff\x6e\x7b\xac\x18\x17\xdb\xf0\x9d\x01\x6b\xb6\x8c\x1c\x74\x58\xcf\x89\x50\xe0\xfb\xba\xd0\xf0\x0e\x7e\x3f\xcd\xd3\xaa\x27\x9f\xdb\x01\x36\x5d\xad\x73\xa9\x7c\xed\x70\xd9\x2f\x0c\xbe\xc8\x62\xf9\xd6\x21\xcd\x4e\xdc\x70\x03\x37\xd6\x9d\xfd\xc1\x3f\xb8\xb9\x83\xe9\x10\xc4\x54\xb3\x73\x27\xab\xed\x9e\x6f\x58\x6d\x97\x10\xcb\x6a\xbb\xf3\x72\xe3\xa6\x21\xa1\x78\x0c\x22\xe0\x03\x18\xe7\x41\x30\x53\xcb\x4f\xc6\x14\x6e\x99\x2d\x27\xd5\x5c\xaa\x64\x3b\xac\x88\x50\xb5\xa3\x4b\xf9\x9e\x01\x89\xf6\x83\xb5\x53\xc2\x03\xfb\xd8\x74\xb6\x89\xa5\x87\x10\xe0\xd5\xb2\xfc\xb8\x3b\xee\xc5\x8f\x47\x75\x0d\xd1\x4a\xd3\xb4\xb9\x8f\x0b\x61\x9e\xbf\x4b\xd5\xab\x30\xf3\xcc\xed\xe0\xd1\x91\x0b\xf3\xab\xaf\x0d\xdd\xf8\x1c\x10\x83\x83\x9b\x4e\x2b\x5a\x7c\x72\xe0\x71\xdd\xf2\x87\x85\xc1\xe9\xfb\xe6\xaf\x08\x89\x96\x3f\xbc\x85\xa4\xfc\xf0\xba\xe1\x3a\x7c\x78\x95\x23\x50\x17\xdc\x94\x0a\xd3\x5d\x54\x2b\x59\xe8\x02\x4b\x53\x63\x2a\x87\xf3\x02\xdf\x2b\xf0\x34\x82\x0a\x5a\x31\xac\x23\xfc\x80\xdd\xa9\x0e\x57\x8e\x8f\x88\x04\x7e\x48\x5e\xb8\xf3\x5c\xcf\x21\x96\xa7\x10\xa7\x81\xef\x61\x2b\x7a\x0e\x35\x9f\xbb\xe8\xcd\x1f\x26\x21\x85\x41\xf9\xfc\x15\xe4\xd1\x4a\x42\x5c\x86\x06\x94\xcc\xfe\x47\xec\x2a\x28\x95\xaa\x38\x25\xbb\xc5\x6c\xd9\xb8\x8b\xfd\x12\xd7\x19\xd5\x8f\xd7\x72\x86\x95\x2e\x16\x35\xa6\xbd\xc6\xc6\xa6\xcc\x5e\x16\x8b\x1a\x07\x1c\xaa\x14\x37\x34\x64\xa9\x14\x16\x04\x01\xa5\xc0\x7e\x5c\xa8\xc2\x4d\x18\x4e\x90\xad\xe0\x98\x23\x51\x2f\xc5\x4a\x2d\xb3\x13\xd8\x21\x65\xa9\xaa\x43\x79\xa3\x2c\xe6\x63\xc4\x4a\x2b\xaa\xaa\x1a\xb6\x0a\xdc\x47\x83\x46\xd1\x49\x87\x3b\xd3\x56\xaa\xee\x58\x74\x4f\x27\x1d\x6e\x06\x5b\x21\x74\xa1\xec\x97\xd0\x55\x1d\x43\xe5\x9e\xb3\x94\xdf\xd1\xb7\x52\xb7\xcb\x02\x65\x9c\x73\x76\xc5\x18\x6c\xd8\x64\x65\x87\x25\x38\x10\xbd\x73\x60\x4e\x65\xa9\xaa\x95\x68\xce\x56\x1a\x9e\x64\x70\xd7\xb2\x38\xdb\x90\xd5\x94\x66\xf8\x1b\x0d\xe0\x92\x48\x2c\x42\x2b\xad\xe3\x90\xe4\x3b\x27\xc4\xc1\x32\xa4\x59\x75\xa8\xa0\xb5\x26\x37\x8d\x1c\x4f\x82\x58\x16\xc7\x4b\xc9\x65\x69\xec\x44\x84\x96\x12\x6b\x27\xaa\xc3\x15\x1c\x13\xf1\x46\x6d\x05\x95\x37\x5c\x6b\x2e\xe2\xf0\xc2\x6b\x25\xb8\xa6\x77\xdb\xcb\x2d\x25\x3f\x25\xdc\x40\x74\x69\x71\xcb\xc2\xc5\x41\x2b\x72\x4b\x2e\xca\x5a\x89\x7f\x0d\x31\x6a\x45\x25\x99\xdb\xa0\x56\x96\x92\x5c\x76\x57\xd1\x86\xbb\x13\x10\x78\x52\x7b\x2c\x97\x32\x5c\xb3\xcb\xd5\xf1\x52\x81\xc7\x15\x95\xe1\xee\xf6\xe0\xee\xee\x70\xe6\x51\x86\xb3\xb3\xd7\x71\x45\x76\xaf\x77\x37\x04\x54\xa6\xa8\x0d\x17\x6b\x1a\xac\xa1\xad\x4d\x5f\xf2\x8f\x93\x7e\x5b\x2b\xf7\x2e\xbe\x64\x98\x80\x47\x6b\x40\xae\xb8\xb4\x68\x65\x78\x99\x43\xd3\x83\x40\x0d\x8f\x9c\x2e\x49\xc5\xb2\xf2\x22\x5d\xf2\xba\x8e\x4b\x98\x56\x06\xc4\xdb\x95\x5e\xec\xb4\xa6\x5d\x29\xa2\x80\x1f\x73\xdf\xb6\x8f\xd3\xc4\xfc\xea\x31\x5b\xaa\xee\x18\xce\x05\xaa\xee\xde\x92\xd3\x6f\x99\x54\x99\xa6\x86\xf3\x82\x1f\x50\x71\x2b\x2d\xae\xd9\xbb\x93\xa4\xda\xcb\x2d\x47\x2b\x8b\x6d\x16\xcd\x60\x05\x5f\xfc\x8e\xb8\x58\xb4\xcb\x7a\x29\x50\x50\x7b\xfb\xae\x89\x68\x21\x09\x19\xd7\x6e\x87\x37\x1b\x45\xbb\xac\xe3\xe4\xde\x2d\xbb\x01\xb0\xc5\x6a\x99\x2a\x27\x1b\x00\xda\x5d\x2e\xfc\xb9\x3c\xe1\x97\x33\x2c\x4d\xc0\x32\x3b\x5c\xc3\xab\xf9\x03\x7d\xbd\xe2\x57\xb8\x5a\x2b\x58\x60\xb3\x64\x00\x16\xac\x99\xa8\xc8\x82\x95\x09\x8a\x6e\x3e\x4e\x25\x2c\x38\x79\x40\x17\x07\xee\xdd\x63\x72\x8f\x5f\x71\x6f\xad\x10\x47\x9c\xec\x2a\x97\x73\xc7\x7e\x7e\x11\xa4\x40\x8f\x96\x7a\x5b\x94\x03\x0a\x4e\xea\x72\xca\x02\xff\x6d\x6e\xaa\x87\x60\x24\x78\xf4\x76\x9f\x1e\x1e\x5c\x1c\x72\x12\x7c\xb9\x70\x83\xa7\xc9\xbd\x70\x83\x97\xa4\xc5\x8b\xfd\x56\xcd\xec\x45\xf6\xab\xa1\xad\xa0\x0e\x4f\x4f\xc6\xa3\x1f\x3f\x1f\xe3\x91\xd3\x8e\xdf\x13\xb8\xd7\x85\x47\x2c\x2f\x2f\x86\x47\xd9\xc2\x5b\x7e\xc5\xfb\xb5\x82\xde\xbc\x37\xc7\xdb\x90\x8d\x6d\x05\x0f\x09\xcf\xae\x37\x7a\x43\xaa\xf6\x0e\x68\x8e\x3f\x4c\xca\x7e\x70\x72\x25\xc3\x44\xbd\xc6\x71\x32\x39\x98\x9e\xeb\x7e\xff\xf9\xf9\x43\x51\xba\xa0\x7e\x37\x8f\x83\xda\xb7\x74\x6f\x89\x04\x45\xfb\x43\x59\x22\xc1\xa2\x10\x94\x09\x04\xf3\xfd\xcf\x20\x12\xdf\x71\xe3\x4a\xeb\xf4\xf3\xa9\x7e\xa0\x09\xc5\xe7\x6b\x00\xda\xe9\x0b\xea\x75\x73\xf0\x4b\x9e\x28\x0a\x88\xe5\xdb\x73\xcf\x00\x96\x82\xdd\xf0\x97\x6b\xe5\x33\x98\xd8\xd6\x1e\x9e\xaf\xd9\xaa\xba\xfc\x28\x20\x10\x7b\x5e\x0b\xd3\x55\x75\x82\xc6\xe3\xb4\x55\xcc\xdc\x99\x29\xaa\x47\xc5\xfd\x76\x50\x76\x9f\x84\x3f\x04\xd5\xfa\x83\x93\x1d\x56\x85\xbb\x1d\x42\x65\x3d\x60\x6c\x18\xdd\x2a\x66\xee\x3a\x7d\xe7\xf2\x83\xc6\x1f\x5c\x28\xed\x97\x9e\xc5\x67\x92\x1f\xeb\x7d\x6a\x97\x3e\x9c\x66\x79\x67\xc9\x2f\x85\x08\xfb\x56\xd5\xc9\xa1\x07\x75\xe9\xe4\x8b\xbe\x52\x46\xba\x60\x79\xaa\xd1\xf1\x32\xaf\x9a\x20\xc5\x0e\x21\x39\x04\x2b\x25\x2a\x04\xae\x51\x93\x86\x39\x86\xa6\x52\x3e\xba\x35\x61\x36\x3d\x2c\xbf\xd8\x77\xed\xc5\x22\x63\x99\x0d\x59\x31\xa9\x47\xb5\xcc\x66\x80\x10\x57\x85\x9f\xc1\xce\xa8\x4b\xf8\x69\x44\x63\xb5\x8a\x4b\xb4\x22\x6b\xcd\x7d\x29\xa8\xd4\x4f\x6c\x69\x63\x2f\x54\x1c\xa2\x03\x2e\x5e\x55\xee\x07\x9b\xb3\xa2\xdc\x8f\x69\x9d\xde\xcb\xf9\xdc\xe8\x58\x9f\x13\x3e\xe7\xbc\x67\x6e\x02\x7d\x5f\xc1\x69\xb0\x61\xea\x12\x9c\xaa\xa6\xee\x5a\x98\xc7\x61\x59\xaa\xe7\xa4\x16\x5d\x41\xfd\x00\x7b\x3c\x34\xac\xa2\xf4\x4b\x01\x2a\x0e\x48\x52\xf4\x5a\x76\x57\xad\x49\x26\xcb\x30\xd1\xfa\x55\x93\xab\x57\xa1\x0a\x82\x95\xab\x50\x89\x75\x2d\x46\xad\x23\x6b\x55\xee\x0e\x0e\x57\xa1\x3a\x79\xbc\x84\x78\x55\xdc\x0b\x5e\x05\x68\xfa\xac\x55\xff\x61\xd6\x99\xab\x80\x43\xd1\xae\x22\x42\xa9\x94\xd6\xea\x91\xe1\x6b\x7c\x9a\xa5\x17\x55\xa9\x69\x20\x5b\x54\x42\x35\x35\x20\xd4\xc6\x8e\x81\xe2\xd6\x46\x20\xad\xad\xe1\x99\x54\xea\xf1\x3b\xfa\x56\x89\xe3\x2c\xf6\xa4\x39\x3d\xd3\xda\x0c\x44\xf5\x07\xdd\xb1\x99\x67\x44\xa1\xbd\x48\xe1\x62\x38\xda\x25\x0b\xb5\xe2\xb2\x2a\x0b\x4d\x37\x66\xd0\xc7\xfd\x52\xf7\x07\x46\x1b\x86\x03\x52\xee\xec\x4c\x9b\x5e\x22\xcc\x3a\x55\x94\x0b\x9e\x5e\xbe\xc3\xb9\x99\xfb\x07\x1c\xb4\x60\xc2\xb5\xdb\x82\x65\x66\xc1\x99\xea\xda\xa3\xe8\x6b\xe7\xfa\xd1\xdd\xd8\x59\x6e\xd7\xa2\x7b\xc0\x19\x27\x66\x7b\xaf\x28\xeb\x48\x36\xc6\xc7\x83\x1d\xe8\xe9\x55\xb2\x91\x10\xd6\xe1\xa0\xfd\xda\x41\xef\xaa\xb8\x58\x46\x2e\xaa\x48\x30\x15\x96\x50\xb1\xe8\x4f\x37\x94\x97\xc3\x1a\xd9\xeb\x20\x34\xc4\x59\xc2\xdf\x48\xd3\x7d\xc5\xdf\xc8\x5b\xbd\x3a\xed\xd3\xfe\x03\xa7\x4d\xf7\xca\xb4\x4f\x56\x3b\xed\x13\x53\x66\x4c\xa3\x83\x20\x70\xaa\xb8\xa1\x96\x60\x94\xb5\xbb\x55\xcd\x09\xd3\xa5\x5e\x92\x51\xab\x2e\xdc\x92\x6d\x16\x45\xa3\xbc\x2a\x55\x65\xaf\xa7\x03\x45\xf4\xaa\x4b\xb6\x69\xf2\xc1\xba\x64\x9b\x26\x7f\xa9\x4b\xb4\xa9\x51\x2d\x5f\x64\xea\xf0\x63\x44\x38\xc9\xd1\x69\x63\x96\x5f\x2b\x65\x08\x84\x0c\x16\x27\x80\xfb\x80\x63\x93\x54\x2e\x04\x54\x58\x2a\x17\x02\xc7\xf4\x68\x7b\x23\x20\x8d\xb8\xe8\x2b\x0a\x68\xbd\xbc\x81\xa3\x7b\x4b\xfe\x69\x44\x46\xb4\x7a\xdd\x3f\x7f\xcc\xc3\xf5\xc1\xf0\xaf\xd8\x52\x2f\xbb\x61\xff\x88\xfc\x53\xf9\xa8\x4b\x48\x52\x56\xaf\x88\x48\x6a\x7b\xf5\x66\xaf\x62\xd9\xab\xb7\xab\x50\xfd\x83\xc0\x4c\x69\xb6\xb7\x06\xb3\x5a\x11\xa1\xa5\x12\xff\x9b\x88\x1e\x97\x0d\x53\xc6\xa6\x4d\xb8\x42\x6f\xce\xb1\x84\xa7\xe6\x15\x77\xc5\xe3\x79\xba\x6c\xf7\xbb\x3a\xe4\xa7\xf4\xd3\x6d\x81\x7d\x63\x53\x5a\x9c\x9f\x0e\xab\x7c\xec\x28\xd5\x2c\xf9\x6a\xb1\x27\xca\x61\xdf\x98\x21\xec\x1b\x5e\xcf\x55\xe4\xab\x63\x8f\x40\x4f\xa8\x29\xc5\x7f\xec\x91\x3f\xb0\x84\x6e\xe1\xe7\xa5\x4c\x97\xf0\x84\xca\xbe\xaf\xfb\xf3\x44\x9c\xab\x4b\xa0\x1a\xdd\x33\xf9\xe2\x35\x21\x43\x45\x56\xda\xab\xfc\xb2\x8f\xe4\xd8\x2f\xce\xa4\x76\x6f\x3b\x3f\xf9\x0e\x2e\x31\xed\x77\x31\xaa\xad\xe2\x19\xb5\x77\xf1\x12\x98\x8a\xee\x1e\x15\xa7\x67\x2f\xfb\xea\xc7\x4e\x77\x45\x91\x61\xb4\x5b\xd6\xcf\x61\x2b\x16\x20\xc3\xec\x9d\xf1\x39\x6c\xa6\xc0\x4b\x82\xe9\x8a\x7e\x08\x99\x70\xe1\xa6\x70\xe3\xd5\x43\x43\xb8\x49\xfb\x87\xca\xe6\x1b\x94\xdd\x1b\x70\x92\x76\xe8\x7c\x9e\x28\xe3\x27\xcf\x02\xb7\xc3\xb5\xe8\xfe\x30\xd7\xc2\x37\x8a\x2c\x3c\x07\xb1\x29\x85\xd8\xc0\x92\x42\x9a\x3e\x4f\x2d\x79\x72\x7d\xce\x09\x80\x61\xb6\xcc\x46\xe1\xd4\x37\xfd\x91\x89\xcf\x6c\x0d\x8b\xbe\x97\x2a\x8d\xe4\x12\xde\xa7\x35\x92\x48\x10\xb5\xd1\x5a\x76\x62\xa0\xf6\x0d\x2b\xfe\xec\xfe\x20\x4d\x9b\x7e\x01\xa7\xaf\xd6\x84\x2b\xb4\x73\x51\x68\x1a\x43\x50\x2b\xfa\x48\x31\xb2\xe2\x89\x46\xd6\x6f\x85\x35\x41\x21\x68\xe4\x88\xa8\xd5\x8f\xd9\x7d\xd5\x77\x1e\x3d\x09\xe9\x06\xbc\x9a\xe8\xa8\xd6\x0a\x13\xe3\xe4\x91\xb5\x25\x69\xe6\x6c\x95\x99\xb1\x4b\x18\x4f\xd2\x01\xbd\x6a\x44\x38\x49\xc9\x1b\xf7\xfc\xa4\x3e\x6a\x8d\x7b\xfe\x44\xc4\x67\x6b\xa4\x7d\xd0\x19\xa0\x2d\x26\xbe\xe4\x00\xca\xe7\x5a\x12\x8b\xdf\x52\xdd\xec\x51\x63\x9c\x2e\x55\x23\x2a\x18\x06\xd7\xf0\x34\x4e\xe4\xc2\x68\xad\x71\x18\xab\x3f\x40\x4c\x39\x72\xad\x31\xce\x66\x45\x8e\xd3\xb1\x35\xe3\x56\x78\x89\x14\x3c\x81\x72\xd8\x82\x7b\xca\xc3\xe7\x8d\x1b\x1a\x46\xb0\xf8\x6f\xae\x6e\xaa\x70\x3d\x7d\x1f\x6b\xae\x0d\xc7\x65\x03\x6c\x00\x1c\xa7\x3a\xa7\xa1\x05\x1b\xdd\xa9\x20\x58\x54\x63\x76\xd3\x38\xe0\xea\x74\x76\x15\xfb\xbf\x75\x84\x3e\x4c\x14\xad\xdb\x6b\xd4\x99\xd6\x21\x0e\xf0\xdc\xd6\x75\x00\xf5\x2d\x99\x2e\x0a\x56\x1b\xac\x8e\x5d\x1d\xa4\xe4\x40\xaa\x6a\xc3\xbd\x40\xb7\x07\x5e\xf1\xee\xdb\xb1\x84\xe4\x5f\xcf\x07\xdf\xd2\xeb\x81\x0b\x1f\xac\xae\x61\x4c\x18\x6e\xc8\x41\x4f\x77\x5b\x9e\x1d\x3a\x37\xdd\x22\xae\xd4\xb4\x13\x96\x39\x3c\x1e\x4e\x2e\xd1\x4b\xf6\x03\x16\xdf\xf3\x38\x91\x8e\x76\xf9\x41\x2a\x61\x60\x53\x23\x93\xdb\x7c\xd2\x1a\xa4\xae\xe1\x99\xe5\x0d\x6a\x3b\x4f\x7c\xbf\xf8\xe0\x74\x11\x9c\xa3\xc5\x27\xc7\xe2\x3d\xbf\xa1\x6f\xed\x74\x96\x91\x6c\xda\x49\xdc\x3a\x94\xb6\x5d\x8c\x03\x26\x4a\xa2\xa4\xa1\x7d\x96\x4c\x49\x55\xae\xd6\x2e\x77\xa2\xc7\xf2\x62\x27\xba\x2a\xb8\x74\xa5\x4d\xa3\xb8\x3d\x9f\x2e\xc5\xa5\xda\x1d\xbe\xc5\x34\xd8\xfb\x0b\xba\xa9\x48\xdc\x08\x28\xd2\x4b\xb3\x11\x63\x9f\xbc\x40\x6f\x37\x13\x0a\x87\x69\xf8\xf5\x6a\x10\x25\x67\xd3\xa8\x6e\xde\x9b\xdb\x32\xa9\xc0\x6d\x73\x90\xe9\x76\x3b\xeb\xf4\x63\xb1\xbf\xa1\x97\x56\x7b\x18\xa9\x04\x48\x3e\xe7\xd2\x3f\xdc\xc0\x7a\xe6\x1e\x57\x92\xae\x3e\x9e\x69\x7b\x81\x7d\xbf\x3a\x7d\xcf\xc9\xe1\xf5\x25\x57\x63\x58\x13\x16\x8c\x6c\x4d\x1c\x09\x44\xd2\xf6\xb8\xc6\xc8\xcf\xed\x71\x8d\x29\xbf\xee\x28\x4f\x29\xee\xbf\x43\x8a\xfa\x4a\x74\x24\xb5\x2f\xee\x62\xce\xc0\x4b\x07\x11\x92\xda\xcb\x4a\x38\xe1\x2f\xfd\x43\x1d\x69\x18\x11\x12\x51\x31\xad\x61\x44\xa8\xbb\xa2\xc5\x13\x0e\xfb\xf4\x42\xa7\xbb\x95\xd2\x25\x44\x9b\xf6\xb9\xd6\x9e\x04\x6e\xd1\xab\x15\x2d\x2d\x7f\x1e\x4e\xeb\x07\x81\xe8\x7e\x40\x90\xad\x34\xe1\xe3\xf8\x4e\xcb\x1c\x5f\x4d\x2f\xb1\x98\xdc\x62\x75\x94\x59\x07\x16\x8e\x14\x5a\xa3\x41\xbe\x02\x56\x96\xb4\xdb\xc5\x41\xb7\xa7\x3f\x4c\x2e\xa6\x0a\x65\xe8\x1d\xbd\x8b\xa5\x75\x4f\xe2\x6d\x1b\x71\xf1\x89\x00\xcb\x16\x38\xfc\x92\x11\xa3\x05\xae\x65\x7a\x3d\x44\x62\x41\x77\x45\x89\xe1\xb0\xb8\x91\xcc\x7c\x41\xc3\x04\xf2\x1c\xd9\x8f\x2f\xb4\x6b\x7a\x9d\x10\x05\xd9\x19\xc1\x2d\x77\x22\xda\xa1\x45\x72\xcc\x56\xca\x44\x22\xb6\x04\xca\xb2\xd7\x32\x91\x5d\xb5\x4e\xb9\x33\x15\x34\x80\xb6\xbc\xdd\x58\x22\xe3\x5c\x97\x2c\xdf\xbc\x44\x03\x8b\x59\xb6\x76\xf8\xfc\xa5\xd7\xf4\x88\xeb\x84\x80\x4c\xc5\xe2\x95\xd3\xd3\x1d\x2a\xc5\x36\x06\xaf\x24\x98\xa2\x05\x4a\x71\x4a\xce\x51\x81\x79\xb1\x15\x82\xcc\x79\x04\xf4\xb7\x28\xc8\x16\x87\x15\xb9\x20\x48\x58\xb1\xb4\xe5\xa9\x3b\x62\x90\x74\xe9\xd7\x4b\xa7\x2f\xd9\x04\xb1\xe4\x10\x96\x40\x11\x56\xee\x36\x25\x5a\x4a\x2e\xc9\x62\xae\x53\xe7\x42\x82\xfc\x9b\x1e\x37\x51\x1d\x27\x15\xe1\x07\x4c\x5e\xb9\x16\x8b\x0f\xb6\xb5\xfd\x7f\x43\xe3\xa2\x39\xb3\x74\x71\xa9\xb6\x4d\xaf\xc0\x68\x76\x97\xa5\x6b\x36\x48\x0f\x1b\xfb\x07\x8a\x13\xc1\x04\x72\x1c\x48\x36\x90\x92\xee\x26\xb1\x34\xd9\x46\x0c\x79\x8b\x70\x06\xdd\xae\x61\xb7\x2c\x3b\x83\xbe\xe4\x39\xa1\x17\xe1\x0c\xba\x46\x78\xbe\x1d\x6e\x69\x63\x77\x5d\xdf\xc5\x61\xab\x7a\x69\x2c\x0e\xdb\xf4\x29\x8c\x90\x9a\xf8\xfe\xc7\xba\x33\x37\xdd\xc9\x84\x64\x07\x1a\xb1\xfe\x51\xb1\x34\xe2\x49\x60\x7e\x8b\xbe\xbb\xca\xa0\xb9\x27\xd7\x78\x18\x7a\xb8\x91\x94\xae\x45\x37\xc3\x21\x4d\x74\xfb\x0a\x5b\x0d\x72\x08\xa9\xb2\x47\x9f\xac\x17\x53\xd3\x5d\x6d\x38\x54\x0c\xe7\x8c\x9a\x96\x5a\xdb\xb4\xc4\xc4\xd2\x6a\x5b\xf3\x98\x71\x69\x1e\x2e\xfc\xf0\x08\x31\x88\xe1\x11\x82\x9c\x04\x61\x34\x6a\xec\x41\xa2\x1e\x0d\x51\xb1\x14\xd6\x46\x1c\x4c\x8b\x59\xfd\x80\x51\x93\x48\x50\x02\x17\x58\xef\x8b\x7b\x6e\xe9\xa2\x45\xe1\x3b\x4e\xd6\x01\x3a\x1b\x46\xb1\x24\x0f\x29\xb9\x6d\x54\x3a\x62\x71\xc2\xa9\x89\x25\x96\x3a\xb9\x84\xdc\x55\x5e\xdc\x6f\x1e\x98\xc0\x02\xab\x79\xf8\xed\xa5\x7f\xa0\x87\xf1\x92\x84\x50\x11\xe9\x65\x74\x65\x8c\x0b\x7f\x3f\x3f\x40\x21\x54\x6b\x8c\xa5\x11\x4e\x59\x45\xe0\xcf\x1c\x48\x46\x81\x3f\xb3\xfa\x7a\xdc\x1e\x33\xdf\x61\xe2\x3d\x72\x18\xcd\x75\x32\x09\x7c\xc2\x92\x71\x12\x41\x6a\x17\x15\xc2\xc0\xcf\x79\x7f\x00\x27\xd3\x7f\x2d\x9e\xfe\x2b\xd3\x5c\x8b\xc7\x3b\x45\xdf\xb9\x60\x2c\x3e\xbf\x75\xa8\xf3\x07\x8e\xa2\xfb\xe2\x21\x64\xd2\x91\xa1\xaf\x79\x13\x1e\x2f\x57\x4b\xd8\x31\xe2\x65\x17\xfa\xed\x8b\x44\xe6\x0c\x71\x1d\xbd\x3d\xe1\x03\xfb\xb7\x6a\x4b\xbc\xec\x73\x89\xc6\x6b\xcb\xc8\xcb\x81\xcb\x74\x41\xba\x08\xdc\xc3\xaa\x2b\xfb\xe9\xbd\x46\x8f\x3e\x7c\x54\x9d\x23\x38\x54\xb3\x81\x8f\x73\x8e\xe8\x15\xe8\x67\x06\x0c\x84\xbe\x5a\x9e\xc8\xc5\xa1\xca\x5e\xcc\xcf\x05\x5f\xef\x74\x33\x68\x34\xcb\x4c\x1d\x92\x6d\x3f\x5c\x70\x14\x89\x8e\x8b\xb4\x0e\x85\x7d\x71\xab\xa9\x4d\xb2\x9b\xd1\xf0\xb0\x4c\x27\xb8\x56\xe9\xc7\x49\xd9\xe7\xf8\xd8\x40\x95\xfb\xe1\x88\xab\x7f\x3c\x38\x9b\xa7\xdf\x91\xb7\x9e\x90\xce\x38\x31\x3d\x15\xca\xf4\x2a\xc1\x43\xf7\x73\x36\x7a\x6e\xfe\x31\xf8\xc1\x97\xa0\x7b\xcc\x71\xff\xb7\x64\x83\x8d\x5c\x2a\x45\x93\x6e\x27\xae\xa4\xc0\x13\x48\xab\xd2\xbc\xc3\xef\xa8\x74\x7a\xf8\x74\xfd\xb2\x32\xc7\xaa\xc3\xa5\x0e\xc7\x8a\x4a\xa7\x21\xb2\xeb\x7e\xc5\x3e\xec\x28\x68\x07\x4a\x66\x2f\x56\xea\x73\xb3\x25\xf2\x2d\xc9\xfa\x14\xf4\x3b\xb9\x25\x48\x6c\xd9\x3a\x2c\x24\x65\x28\x46\x37\x29\x9f\x15\xe1\x59\x95\xbc\x37\xea\x15\xff\x14\xf4\xaa\x4e\xf0\x89\xea\x70\xc7\x64\x1a\xd9\xb2\xdd\x66\xdb\x77\x98\xce\xb1\x7f\x40\x7a\xd9\xcf\x49\x6b\xe1\xd0\xc8\x1b\xa1\xe6\xda\x8d\x11\x65\xcf\x74\x7c\xab\xb4\x7c\x75\x6e\x97\xb5\x6a\xf4\x86\x1f\x93\x53\x81\x51\xb4\x4d\xdf\x71\x8a\xe8\x28\xfc\x66\x3f\x36\x00\xce\xea\x71\x6b\x85\xdb\x74\xae\x96\x75\x62\xeb\xe4\x7d\x38\xdc\x6d\x5c\x21\xab\xda\xf6\x70\x4b\x22\x03\x75\x12\x42\x18\x55\xd3\xe5\x36\x79\xff\x31\x98\x15\xbf\x60\xde\x77\x4d\xa4\xb1\x73\x31\xe1\x36\x47\xb5\xec\x9e\x74\x83\xa2\xcf\x1d\xb0\xdf\x1e\xaf\x3f\xf8\x07\x96\x78\x87\xdf\x59\xd9\x66\x99\x0b\x44\x68\x6a\xf7\x76\xd8\x6d\xd4\x6d\x81\x1e\x75\xa6\x02\xed\xa9\x73\x09\x5c\x5c\xb3\xc1\x1d\x59\xf3\x39\x57\xe5\xf6\x0e\x96\x72\x40\xcc\xfb\xb0\x7e\xe6\x8b\x3c\x12\xe4\x32\x6b\x7d\x50\xa7\x73\x87\xbb\xb3\x52\x49\x9f\xf6\x8d\x3e\x13\x41\xa9\xe7\x6f\x3f\x71\x83\xf1\x98\x9f\x89\x6d\x40\xdf\x4e\x52\xc4\x1e\x3e\xd7\x97\x9f\x7a\x30\x68\xea\x13\xd4\x31\x68\x26\xaf\xbd\x3b\x89\xd3\x64\xda\x1d\x83\xe6\xe1\xd6\xe7\xae\x36\xa9\xfc\xf7\x93\x79\x87\x2c\xf6\x53\xf7\x83\x5d\x2d\x5e\xbd\xdd\xe6\x6e\x7f\xf0\x2d\x26\x1e\xb3\x52\x27\x6f\x83\x06\xb4\x7e\xb1\xc7\x3d\xd6\x97\x5e\x4e\x1e\x97\xcb\x0e\xb2\x6a\x17\x4b\xee\xb1\xe3\x52\x96\xd8\xe7\xd6\xef\xc5\xcc\x9c\xc7\x5b\x89\xd6\x32\xe9\x2f\x11\x04\x3a\xb6\x41\x83\xe7\x3a\xba\x91\xb2\x64\x37\x17\x82\x7e\x3d\x9d\xcb\xd7\xdd\x16\xc6\x41\xfd\x62\xfb\x63\xbb\x74\xfa\x61\xc8\xfb\x7d\xe8\xc6\xef\x63\xb3\x3a\xec\x46\x41\xa2\xab\x2b\x29\xb1\xf7\xc7\xbc\x8f\xd4\xac\xae\xe4\x52\xbf\x70\x52\x78\x4c\x47\x23\x52\xd3\xec\xaf\x15\xd1\xf5\xd7\x8a\x9c\x64\x34\x1c\x85\x81\xfe\xf9\x01\x53\xf3\xa1\x44\x7a\x02\x3e\x87\x41\xc3\xe4\x05\x9b\x12\x1e\xd2\x82\x91\x4a\xab\xf5\xcf\x06\xd6\xfb\x03\x9d\x46\x41\x6f\xe0\xdd\x9b\xb4\xfd\x8f\x23\x63\x63\x0b\xca\x8d\x28\x9e\x49\x19\x9b\x2e\x9b\x69\x2c\xf6\xd1\xbc\xaf\x1e\x07\x11\x29\x9c\xbc\x71\x70\x60\x90\x49\x87\x6c\x82\x24\xac\x6d\xe8\xde\x8b\x80\x3a\xb8\x3e\x54\x6b\x18\x28\x35\x12\xf9\xa1\x4e\xc3\x09\x18\x89\x85\x60\x04\x23\x21\xe8\xda\x21\xd4\x95\x63\xbf\x6f\xc8\x3f\x22\xf7\xc8\x0e\x87\x9e\x6a\xe9\x2b\x3e\xaf\xb8\x58\x33\xe4\xac\xbf\x31\x1d\x42\xfd\xf0\x26\x71\x14\x72\x46\xd8\xf0\x52\x3f\xba\x2e\x0d\xa3\x10\x50\xe7\x00\x4c\x30\x6d\x9d\x95\x25\x80\x7c\x8f\x45\xa6\x07\x99\x60\xdb\xc0\xd3\x55\xaf\xed\x41\x76\x9f\x16\x96\x9f\x9f\x3f\xa2\xed\x77\x58\x57\x4d\x6a\xa3\x22\x17\x23\xe6\x0f\x3c\x88\x92\x56\xa8\xb1\xe8\x74\xd9\xad\x91\x98\x5a\xcb\xde\x20\xd8\x25\x69\xda\x1b\x38\xc7\x7a\xb5\x34\x16\x31\x1f\xcd\xd5\x6c\xf8\x85\x3b\x1c\x28\x75\xe6\x20\x8d\x40\x68\x43\xd8\x1e\xea\x02\x7b\x5e\x02\x53\xad\xf3\x18\x9c\x0c\x54\xb4\x81\x8b\x8e\x37\xa0\x23\x20\x55\x90\xc5\xa1\xb3\xaa\x3d\x5a\xe2\xf5\xf0\x3a\x64\x60\xfe\xd2\x43\x61\x68\xfe\xd2\x8e\x31\x06\x8b\x03\x9b\x1a\x98\xbf\xd4\x5c\x07\x74\x34\xa9\x71\x0e\x08\x69\xde\x1f\x54\x7f\xa0\x5a\xbc\x69\x7e\xd5\xc4\xbe\x40\x20\x1d\x78\xab\x7a\x27\x3b\x16\xf5\x2c\x05\x86\x3f\xc8\x7d\xa9\x86\x36\x88\x03\x21\x1b\x78\x1b\x93\x03\x3d\x7c\x0e\x47\xd5\xa1\x7d\xcc\x7b\x1d\x23\xbb\x84\x71\x2b\xa9\x10\x8f\xf9\xe2\x40\xce\x04\xe0\x35\xb3\x17\x77\x91\xc9\xac\x1b\xd9\x20\xbf\xa4\xc1\x25\x03\xcb\xd4\x74\x3d\x89\x29\xf4\x1a\x63\x5c\x17\x93\x64\x59\xf6\xcd\xe6\xb9\x4c\x52\x66\xa5\xc4\x0b\xea\x87\x30\xee\x7d\x31\x47\x99\x15\xb1\x22\xee\x55\x92\xb2\xf0\xc0\x84\xd4\xa0\xb6\x03\xeb\x90\xd7\x35\xe3\x31\xd3\x32\x44\x7c\x90\xe7\x30\x9c\xfa\xa7\xfa\x03\x33\x80\x7d\x68\xfe\x36\x07\x5c\x1b\x0f\x11\x74\x28\x53\x03\x17\x50\x72\x26\xb4\xb1\xe8\xe3\x34\x50\x6c\xe0\xdc\x69\x6c\xc1\x58\x54\x6f\x64\xbb\xf5\xa2\x3f\xc0\x70\x07\x5e\x26\xc9\x00\xa3\x81\xd7\xe7\xb4\x52\xc5\xec\xe6\xce\xc7\xeb\x33\xbb\x87\x5e\xe2\x44\x1d\xec\xeb\x8d\x05\xbc\x78\xbc\xd7\xaf\x1c\xd3\x6d\x2c\xf9\xbb\x64\x0f\xec\xbb\x93\xbe\xf9\xf5\x5a\x3c\x05\xa8\xb1\x08\xe8\x18\x9e\x58\x1c\x47\xca\x2e\x7b\xa3\x66\x19\x4f\x4c\x4f\x2c\xfe\xa3\xfb\x54\x2f\x02\x3a\xbc\xed\x18\x1f\xd2\x2e\x47\x6b\x2e\x3a\x69\x72\xeb\x36\x0f\x87\xb0\xff\x20\xa1\x35\x9a\xd8\xd4\x49\x83\x45\x9d\x84\x78\xeb\xed\x30\x31\xf8\x24\xd2\xd1\xb4\x79\xe0\x89\x8a\x26\x36\xc9\xe7\xad\xb7\xfc\x5c\xc4\xb1\xfc\x2a\x07\xd9\xcf\xf8\x38\xe9\xdd\xda\x28\x9f\x88\x07\x34\x40\x5c\x43\x92\x0a\x4c\x82\xb7\x55\x94\x27\x94\xd2\x38\xd6\x99\xd7\xcc\xef\xde\x65\xbb\xcd\x69\x9f\x58\x79\xc2\xd6\x72\xa3\x4c\xad\xd9\x3d\x37\xfc\xa2\xff\x4a\xd6\xdd\xa6\xe6\x1f\xe3\x73\x26\x99\xb8\xa3\xfa\x05\x29\x50\xf6\x73\x53\x83\x58\xab\xae\x8a\x9c\xde\x69\x24\xc4\xee\x13\xf6\x12\x14\xb3\x49\x24\x84\x5e\xf1\xb3\xc8\x34\x39\xb2\xb3\xe8\x12\x4a\x5f\x71\x8a\xf0\x7a\x60\x96\x4e\x56\x20\xba\x57\x06\x42\x07\xbd\x28\xda\xdd\x98\x8c\xe2\x2c\xf9\xbe\xb3\xe4\x74\x73\xd1\xa2\x30\x3a\xbd\x68\x69\xbb\x05\x76\xb4\xd3\xc7\x7d\x8a\x82\xe9\x54\x5c\x77\x07\x54\xa7\x0f\x5a\x31\x8d\x9b\x74\x66\x70\x39\x95\x7b\x4d\xf2\xc2\xed\xc5\xc2\x27\x22\x5c\x9f\xea\x86\xde\xb5\x32\x4b\xce\x37\x72\xbc\x7c\x60\x9a\xeb\x05\xfe\x3b\x65\x10\x7a\x92\xcd\x66\xe6\x20\x66\xcf\x9c\x2e\x08\x30\x93\x8b\x16\xa5\xdd\x89\x2b\xa9\x26\x87\xd9\x88\xfb\x46\x5a\x9c\x18\x97\xc8\x44\xdc\x66\xc3\xb3\x8d\xec\x40\x6d\x2e\x2d\xa0\x79\x3d\x3f\xc9\x53\x5d\xa1\x1b\x53\x8b\x92\x11\x42\x33\xa0\xb4\xc8\xcd\x13\xc3\x11\xe2\xc4\x24\xd5\xb4\xa2\xdf\x0c\xc2\x08\xac\xd3\x4b\x17\xfd\xc3\xe6\x62\x22\x63\xcf\x51\x3c\xfe\x60\x0b\x10\x4e\xc8\xd7\xc4\x9f\xd3\x9b\xfa\x49\xf2\x68\xaf\xfc\xa7\xa6\x9f\xc8\xbe\x14\xcc\x2a\x4d\x6b\xfa\x09\xb7\x34\xee\x10\xe4\x2c\x6b\x93\xf4\xd1\xad\xff\xd6\x41\x84\x24\x9a\xc9\x00\xdb\x39\x00\x07\x81\xb9\xcd\x61\xc8\x2f\xb3\xb6\xd8\x53\x28\x85\x90\x67\xb3\xe8\x9b\x3d\xc7\xee\x96\x7f\x10\x2d\x87\x68\x33\x49\xda\xa2\x23\xfc\x24\x5c\x9e\xf4\x8d\x6d\x0e\xa7\x1c\x82\x3e\xc9\x0a\x4d\x6a\x96\x36\xc7\x43\x0b\x0c\x9c\x18\x09\x6f\x81\xe7\x34\x39\x0d\x43\x22\xf8\x91\x44\x72\x6d\xce\xbe\xde\x97\x9e\x70\x6f\x93\x02\x4d\x6d\xe2\xf8\x60\x24\xce\x5c\xfc\x6c\x18\x81\x39\x17\x3b\x0b\x1d\x99\xe7\xc9\x70\xac\x74\xa9\x09\x61\x48\xc5\x5c\x6a\x42\xd1\xaf\x7f\xa2\x0d\xa8\xce\xcd\x25\xf3\x87\x8e\x85\x13\xd1\x5e\xe7\xa1\x79\x7e\x3c\xa7\xdd\x25\xe6\x87\x2c\x72\x5e\xc4\x29\x78\x7e\xbc\x35\x09\xe7\x0b\x07\x4d\x45\xca\x79\xd1\x21\x1b\xbb\x59\x51\x24\x9b\x79\x9f\x54\x64\x59\x5a\xcf\x28\xcd\xfe\xea\x54\xe3\x57\x69\xfa\x87\xf9\xd8\x30\x6b\xf3\x90\x7b\xdc\xdd\x8d\xc8\xaf\xcd\x61\x3e\xce\x16\xed\x02\x32\xa3\xee\x34\x1f\x97\xc3\x19\x22\x31\x4a\xf2\xec\x79\x37\xa2\x8f\xd8\x7c\x30\x8a\x49\x64\x1e\xd6\x09\xb6\x34\x5f\xa6\x11\x1d\x69\x62\x21\x4a\x21\xb5\xc2\x45\x52\xf9\x62\x92\xdb\x24\x49\x03\xc9\x55\xa6\x8c\x3f\x81\xb2\x51\x5e\x9a\xde\xc8\x6b\x78\x9a\x1f\x7e\xa5\x6e\x1d\x22\xf2\x74\xbf\x3e\xb9\x6c\x4f\x1a\x5e\xcf\xc3\xb4\x7d\x93\xb2\x4e\xac\xec\x9d\x13\x63\x10\x89\x04\xdb\x79\xa8\x91\x5a\x26\xb5\x05\x5d\x3a\x0f\x67\xa0\x52\xb6\x1b\x56\x04\x58\x02\x33\x7c\x26\x4e\x02\x0a\xe3\x99\x6c\x80\xbd\x73\x82\x13\xa4\x51\xe4\x24\xde\x4e\xa7\xdc\x33\x99\x4b\x9e\x8a\xc8\x17\x62\xc6\x8f\xd3\x50\x3a\xa8\xef\x99\xfd\xb6\x50\x66\xc2\xc8\x01\xd9\xce\x2c\x82\x8b\x3f\x18\xe4\x42\x99\xfb\x00\x60\x1d\xda\x59\x58\x67\x36\xe4\xe9\x7d\x80\x3e\xc3\x67\x61\x07\xc3\x1d\x4f\x24\xf5\xd4\x39\x0a\x67\xd1\xb1\xd6\x97\x18\x1b\x8a\xe7\x59\x0f\xca\x8d\x72\x42\x60\xb1\x6c\x5c\x19\x43\xab\x64\x9f\x47\xe2\x38\x2b\x3b\xd2\xc6\x16\x8d\x0d\x8d\x22\x27\x86\x13\x2d\x04\x67\xd0\x3b\x48\xcf\x49\x7a\x7e\xbd\x41\xce\x60\xe7\x15\xdf\x39\xb9\xa7\xb6\xbc\xf4\x1a\x9d\x5f\x4f\x92\x4e\x69\x44\x3c\x3b\xf5\xb3\x09\x4f\xa2\xb8\xb5\x7d\x9f\x9d\x7a\xa0\x09\x67\xa7\x3f\xf5\xb7\xc1\x59\x67\x47\x6c\xb5\x62\x23\xaa\x51\xc3\xcf\x25\x0c\x67\x3d\xf2\xce\xc9\xd9\x76\xd0\x67\x5f\x9d\xe2\xe8\x9d\xa7\x8d\xf0\xad\x67\x1b\x5d\xe0\xbc\xf0\xf3\x44\xe1\x3d\xbd\x5c\x35\x0b\xc5\x79\x35\x14\x1d\x2a\xba\xd8\x61\xa8\x8b\xe7\x92\x73\x87\xc6\x99\xd3\x33\x8f\xa0\x70\xde\x84\xfa\xb9\x49\x6e\x68\xad\x1b\x89\x20\x27\xef\x15\x4f\xfc\xaa\x0d\x31\x3c\x3d\xe7\xce\xea\xce\x73\x18\xfe\xc1\xfa\xc3\x7d\x4e\x2f\x3e\x75\xb7\x3d\x41\x96\xd2\xb8\x71\x3e\x0c\xcd\x33\x22\x05\x80\x22\x9d\x80\x4b\x69\x55\x39\x01\xe7\xd2\x22\x73\x22\xb0\x7a\x9d\x7d\x7a\xa3\x69\x06\x81\xd3\x43\xef\x3c\xbe\x36\x40\xa5\xb8\xee\x28\x65\x9e\xca\xab\xc3\x95\x7b\x9d\x60\x7e\xf8\x38\x55\xee\xb6\xaf\xd1\x23\x7a\x47\xc6\xee\x0c\x81\xbd\xd6\x39\x9f\xba\xc0\x5f\xeb\xa4\x4e\x83\x3b\x2f\x4f\x6a\x58\xb6\x81\xe9\x4b\x7e\x5c\x29\xdf\xa4\xfc\xa0\x4c\x94\xac\xca\xff\x95\xd8\x3e\x4c\xcb\x25\x08\x8c\x79\x8b\xae\x25\x4e\x4e\x4d\xe1\xd7\x52\x9d\xa7\x01\x14\xd7\x12\xe3\x66\x86\xaa\x5e\x85\x4c\x1d\xec\xff\x0b\x6f\x96\xa4\x6a\x73\x79\x24\x61\xc4\x97\x47\x52\x36\x7e\x71\x45\xa7\x0f\xeb\x55\x6c\x9a\x2e\x15\xc2\xb4\x10\x0e\x2f\x4f\x21\xb2\xd1\xb5\x14\xe6\x69\x8c\xdf\xa5\xc9\x92\x55\xbb\x40\xe8\xd2\xa4\x70\x91\xd6\x2e\x4d\x66\xfe\x6a\xac\x02\x26\x85\xab\x61\x60\x74\xcc\xe4\x7d\x28\xfb\x83\xf0\x03\x5a\x20\xab\x9d\x02\xee\xd5\x04\x91\xf1\x39\x62\xc2\x6e\x8d\x2d\xcf\x32\x5f\xc0\x7c\x74\x87\x69\x56\xbb\x66\xa5\x38\xa8\x55\x9f\xbf\x36\xe0\xc7\x84\xae\xd8\x23\x89\x01\xcb\x7f\x05\x11\x2a\x6c\xff\x2b\x70\xa3\x87\x0d\x5d\xc1\x41\x0f\xcb\x44\x79\xb3\x45\xae\x20\x8b\x06\x02\xf7\x05\xc1\x90\x09\x5d\x4b\x96\x1a\x7a\xce\x5f\xfa\xaf\x20\xa6\x5c\x62\x72\xb0\x99\x2f\x6e\xd4\xb4\xfc\x5e\xdd\xe9\x72\xde\xbb\xd3\xc5\xda\xe0\x64\x9a\x74\xf9\xba\x90\xab\xc2\x05\x59\xd2\xd3\x90\x17\x5e\xdd\xa0\x07\xe7\xa2\x23\xa7\xec\x0f\x88\xb2\x77\xb2\xbb\xe3\x77\xb6\x3b\x9a\x1f\x7c\xee\x42\xe5\xd7\xd3\xf1\x02\x2f\xca\xdc\x24\x97\x2a\xbf\x79\x77\xae\x81\x6b\x80\x13\x80\x97\xa9\xbe\x71\xd7\x92\xa9\x6a\xcd\xbf\xd5\x4d\xaf\xe1\xfa\x3a\xcd\x4b\xe0\xaa\x86\x3e\x5f\x43\x8c\x04\x6b\x5e\xfb\xbb\xf9\xf8\xf4\x7d\xbb\x85\xa1\x3b\xfb\xed\x8d\x7a\xe5\xfb\xa6\x74\xe3\x39\x96\xd8\xe9\xbe\xf7\x0e\x4f\x4f\xf1\x6b\x36\x7e\x60\xdd\xa7\xbd\x70\xc1\x26\xbb\xcc\x03\x81\x54\xa6\x4c\x73\x4d\x12\x0b\xef\x77\x50\x47\xdc\xeb\x64\xeb\x25\x6f\x74\xbb\x40\xd2\x50\x62\xbf\xa6\x89\xa5\xe8\xd1\x14\x8c\x85\x5e\x13\xf3\xba\xfd\x17\x2f\xa1\x34\x60\x94\x17\x41\xaf\x86\x1c\x5c\xa6\xf1\x75\x17\x60\x10\x96\x5d\x5d\x27\x01\x28\xc5\xf7\x1d\x81\xcf\x03\x77\x38\x86\x79\x12\xbb\xed\x6a\x9d\xa6\xef\xe3\xf9\x45\x8c\xa4\x9d\x13\x88\xcc\xe3\x73\x81\xa0\x05\xc7\xb8\xc8\x80\xa7\xdf\xde\x45\x96\x79\xe3\xbb\xaf\xcb\x3c\x7c\xd3\x97\x06\x0d\x33\x32\xf0\x2b\xb2\xc7\xe7\xc2\x89\x31\x5b\x7e\xbd\xf2\xa4\xfc\x61\x0c\xa3\x7c\x1b\x88\xce\xc0\x8c\x97\xd5\x1a\x71\xdd\xe4\x27\x46\xe6\xbd\xf0\xb9\xf1\x2e\xf0\xba\x85\x99\xb1\xcc\x8d\xc7\x61\x45\x24\x66\x41\x6e\xbd\x10\x2b\x95\xa4\x2e\xc4\xca\xac\x9c\x7f\x61\x49\xd1\x57\xfc\x42\xae\x34\xe7\xd9\xf5\x10\xba\xee\x1a\x73\xc1\xe8\x5d\xc8\xf5\x90\x39\xcb\x4e\x60\xf0\xcd\x0a\xa5\x17\xac\x64\xbf\x64\xc0\x2b\xc2\xdd\x85\xe9\x23\x2b\x32\x5f\x98\x82\xf5\x55\xbb\x10\x1f\x9b\x07\xf1\xc5\x6d\x08\x1d\xf5\x7a\x3b\xd7\xc5\x96\x49\x8f\x8f\x7c\x76\xbd\x98\xe1\xdc\x5d\xb0\x9e\xac\x4c\x7e\xbd\xc4\xe6\xca\x32\x5e\x38\x83\x87\x18\x53\x49\x56\x1e\xbe\xde\x97\x96\xed\x9e\x63\x40\xb0\xbe\x88\xbb\xd5\x23\xf8\xfa\xb0\xfa\x59\xeb\x17\x58\x49\xa9\x49\xb0\x49\x65\xe0\xeb\xfb\x57\x70\xae\x76\x7d\x5a\xc6\x7c\x6e\x56\x54\xfa\xf7\x19\xa9\xcc\xd8\x8c\x99\xf1\x7c\x11\x90\xab\x65\xf4\x3e\x9c\x3d\x04\xd1\x1b\xf3\xb4\x47\xea\x3e\xf0\x8c\xe3\xe3\x9b\xdb\xcd\xac\xd8\x77\x1f\x6a\xbb\x99\x72\x47\xcf\xac\x94\x07\x0a\x90\xb5\x22\xd1\xa1\xf9\xdf\xe4\xd8\xd5\x30\x76\x1f\x4c\xd2\xf0\x9d\xdb\x4a\xad\x88\x3c\x25\xd3\x5e\xe0\x76\x16\x7e\xf0\xfd\xc2\x1d\x6b\x77\xb2\xab\x1c\xaa\x1b\xdb\x76\x61\xc2\xee\x24\x3c\x21\xbd\x48\x92\x7a\x9f\xd3\xd3\xdf\x07\x9e\xde\xc9\x99\x2d\x7e\x45\x6c\x05\x1c\xe8\x36\x1e\x58\x71\xf4\x4e\xa2\x21\x58\xbe\xfc\xc1\x8e\x21\xd7\x84\x3f\xb0\xdc\xd0\xba\x3b\xe7\x5f\x40\x69\xed\xce\x6e\xc0\xea\x0f\x62\x4d\x31\x3d\x58\x80\x74\x3d\xbb\xb1\x00\x65\x05\xc4\x9b\x64\xbc\x46\xa9\xdf\xdc\xa0\x82\x99\xd0\x6e\xa0\xd2\xb4\x2a\xdc\x05\xef\x7c\x98\xd3\x5d\xb8\x69\x46\x0e\xbc\x4d\x9a\x3b\x7d\x4e\x2e\x59\xb4\x94\xdb\xdb\xd4\x61\x3d\xfa\xd1\x5b\x0f\x0a\xc5\x7e\x4e\xde\x79\x28\xc5\xad\x17\x6c\xf7\xdb\x0f\x6e\xc4\xbc\x54\xdc\x2c\x39\xe0\x37\x11\xc4\x2a\xb5\xb7\x4e\xb0\xae\x04\xc9\xfc\xcd\xf1\x71\x13\x0e\xac\xab\xc3\x5d\x35\x60\xf9\x5c\x28\x15\xea\x07\xac\x4c\x3d\xf3\xae\xd2\x61\xeb\xe7\x2e\xd1\xdd\x8a\x0f\xac\xd4\xed\xc6\x32\x63\x3c\xc6\x8d\x28\xa2\xb5\xfe\xc6\x8d\x67\xda\x16\x56\x79\x9d\xe8\xee\xe6\x79\x83\x85\xdd\x61\x94\x15\x3f\x10\x9b\x6b\xca\xbf\x1b\xd3\x7d\x76\x73\x07\x2c\xc9\x49\x0c\x53\xfe\xf9\xad\x41\x56\x7e\x1b\xbc\xc3\x60\xc2\x5d\x04\xcf\xbb\x03\x69\xd2\x15\xc3\x1a\xa3\x33\xd1\x1d\x92\x83\x6e\x6b\xef\x2f\xc4\xbc\x76\x73\x65\xaa\x13\xd9\xdd\xdd\xe9\x30\xf8\x9b\x78\x5c\x73\x4a\xdd\xe4\x91\x52\xb3\xbc\x3b\x5e\x03\x1e\x0d\x94\x8f\xbd\x0f\x86\x1f\x63\xd3\xbe\x01\xde\xd2\x74\x7d\x63\x64\x51\xd8\xbf\xf1\x6f\xf5\x8e\xe9\xe6\x72\x54\x5b\xee\x3d\xf0\xe8\x40\xe4\xba\x27\xce\x78\x28\x01\x37\x6e\xac\x92\x98\x1b\xf6\xbc\x87\x46\x48\xc8\xe6\x13\xf7\xc4\xa1\xc7\xc6\xc8\x49\xd8\x77\x45\xf4\xd4\x1d\xc5\x7d\x80\x3e\xe0\xf7\xa4\x61\x49\xcc\x62\xaa\x9d\x24\xa0\x0d\xc8\x93\x06\xe0\x45\x03\xf1\xa4\xa9\xe9\xdc\x64\x8f\xd8\x03\xe3\x9e\x34\xa7\xe4\x0f\xb8\x89\x20\x7d\xdf\x27\x95\x86\x2f\x11\xd1\x06\xc7\xbc\x71\x60\xf5\x6e\xe8\x36\xfb\x93\x39\x2c\x6e\x3c\x58\xa5\xf4\x37\x4a\x56\x96\x1d\xde\x78\xb0\x36\xbb\x84\x07\x6b\x4e\xee\xce\x0b\x3f\x19\x69\xcc\xe2\xb1\x26\xac\xb9\x2f\xe6\x2e\x7c\xe5\xf5\x7d\x6b\x15\xa1\x80\x8a\x08\x8f\x35\xc3\x79\xbb\x6f\xfb\xc4\x4b\xf8\xb2\x6a\x5f\xbe\x6f\xc6\x23\x29\xe5\x9a\x55\x8b\xea\x4d\x64\xea\x5e\x72\xdd\x40\xc7\x6f\x5d\x7a\xef\xd7\x8a\x19\x12\xae\xa0\xde\x64\xdd\xc6\x93\xa2\x37\xdc\xaf\x80\x02\x2e\xd1\x4b\x6c\x9e\x3b\x94\xb4\xf0\xd9\xcb\x92\x9b\x80\x52\x13\x3f\xde\x24\x6e\x4a\x9e\xe2\x4f\x50\x12\xcb\x5c\x71\x79\xb0\x3e\x37\x87\xe3\x83\x93\x69\x48\xbc\x3f\x43\x10\xe9\x12\x8c\x69\x27\x33\xbc\x31\xfb\x6b\xe2\x7b\x08\xc1\x34\x24\xe9\x39\xc4\x59\xce\x94\x97\x36\xaf\x00\xf2\x1c\xe2\x62\xac\x6f\x1f\xb8\x80\xf1\x8e\x4f\xb2\xe5\xe1\x1f\x48\xfc\x10\x8a\x07\x17\x4e\xa3\x2e\x1f\xe2\x17\xda\xfe\x18\x90\x4d\xc6\xfc\x60\x9f\x57\x24\x78\xb2\x15\x4d\x7f\xb0\x47\x54\xa4\x7b\x26\x67\xfd\xc1\x3e\x9f\xbd\xb9\x79\x84\x77\x09\x5f\xc2\x93\x6d\x3f\x07\x79\x04\x63\xc3\x93\x6d\x6d\x4d\xd8\x03\x09\xd7\x1c\xf3\x14\x76\x10\x64\xf8\x29\xbc\x83\xf4\xf9\xd4\x0e\xfe\x32\xef\x57\x0e\x13\x87\xe0\x21\xc2\x4f\x3b\xfa\xc3\x3d\x28\xb0\x7d\xed\x69\xdc\x06\xd9\x69\x3d\x1c\x11\x58\x9e\xe6\x88\xa9\x87\x74\x06\x9b\xf6\x3e\xcd\x86\xf9\x00\x2f\x10\xf3\x7c\x3d\xa1\xf7\x0d\x2b\xf5\xe8\x74\x38\x2c\x73\xca\x60\xea\x4f\xe0\x1f\xe5\x5c\x77\x46\x03\xf1\x7d\x16\xed\x99\x00\x37\xb7\x87\x98\x37\x59\xf4\x43\xcc\x5b\x06\x60\xa4\x3d\x83\x58\x73\xf6\xd4\x33\xf4\x95\xa2\x7b\x8b\x7e\x4c\x93\x2a\x3c\x48\xf7\xd9\xcb\xd5\x67\xda\x3d\x6a\x25\xbe\x4c\xcb\xfe\xb3\x24\xf4\xa9\x1b\xf1\x73\xfa\x31\xf3\xe2\x61\x75\x2e\x38\xac\x12\xab\xe7\x9a\x86\x8a\xd0\x55\x10\xdd\xcc\xae\xf5\x90\xd1\x2d\x1b\x39\xfc\x5c\x37\x50\x6c\x94\xb9\x1f\xf4\x5a\xe0\x59\x27\x74\x98\xa9\xe0\x41\xc2\xcd\xfa\xf2\x3f\x04\x55\x69\x8e\x7d\x1e\x99\x09\x63\xc3\x8a\x92\x75\xf8\x78\x9e\x4a\x3f\xe8\xf7\x73\xfd\x42\x47\x6d\xcf\x63\x4d\xd5\xaf\xc9\x91\xe5\x82\x92\x16\xba\xc1\x96\x1e\x20\x1f\xb4\xa2\x3c\xaf\x7e\xbb\x96\xdb\x2f\x68\xd5\xf6\x90\x81\xd4\x6b\x9b\xe7\x35\x43\x98\xdf\x92\x65\xc6\xd9\xe6\x68\x9b\x84\xe1\x51\x92\x2d\xe8\x13\x0f\x97\x7e\xc3\xf1\xe3\x1d\x91\x5d\x43\x9d\x23\xec\xd0\x47\xf2\x4e\x67\x9e\xe4\xcf\x87\x6b\x4e\x1c\x54\x72\x07\x9b\xbe\xd4\xc6\x20\x0b\xfb\x71\x27\xa8\x99\xfe\x7c\x64\x74\x81\xf6\x3e\xdf\xfb\x0b\x02\xb6\x3d\x38\x85\x13\xc7\xf1\x1b\xea\xf6\x2a\xbf\x1a\x88\x28\xf0\x95\x97\xd6\x00\x5f\x15\x93\x9c\xbc\xfb\xd6\xb0\x51\xae\x7e\xd0\xf9\x83\x1b\x6f\xfa\xf5\x9a\x55\x0d\x4b\xcd\x2b\xbd\x31\x66\x10\x74\xac\x62\x34\x20\xc8\x57\x65\xec\xd6\xd8\xf7\xe8\x1a\x02\x5c\x19\xbb\x00\xc0\x55\xd3\xa7\x00\x1c\xab\x66\x0a\x57\x70\xac\x84\x91\x6d\xe2\x58\x81\xe3\xd4\xc4\xb1\xda\xb9\x7f\xc0\xb1\xca\x7a\xba\x83\x63\xd5\xcc\xfd\x2b\x8e\x95\x04\x4a\x1c\x2b\x57\x14\x1c\xab\x2a\xf3\x06\xc7\x2a\x55\xce\x15\xb0\x54\x43\x87\x5f\x61\xa9\x0c\x2b\x04\x95\xaa\x1a\x24\x00\xe0\xd4\xd0\xe7\x1f\xc0\xa9\x94\x25\x9f\x20\x4e\x95\xb1\x2b\x32\x0d\x14\xe5\xe2\xc8\x2c\xbb\xf5\x20\x9f\x20\x4e\x0d\x73\x55\x80\x2b\xd5\xcd\x39\x04\xae\x54\xf3\xc2\x19\x58\xa9\x64\x2a\x4a\x51\xa2\x4c\x89\xf3\x92\x8d\xc6\xb4\xbe\x6f\x35\x7e\x6b\xf8\x07\x56\x54\x4e\x3d\x90\x51\xd3\x6b\x38\x20\xa3\x5a\xdb\x1f\x6b\x53\xf1\x1d\x2c\xfe\xb0\xe8\x57\x67\x70\x0e\x34\x90\x4c\x79\x38\xef\xd8\xa9\x76\xec\x38\x90\x4c\xd3\x10\x06\x10\x99\xa6\x9a\xcc\x2b\x99\xac\x96\x21\xc3\xd5\x77\xb8\xdc\x86\xfd\x82\xbc\xb4\x2a\xa2\xd6\x60\x5e\x6c\x01\x7c\x59\xbd\xbf\xde\x20\xcd\xc5\xfe\xe0\x42\x93\xa3\x77\x21\x5f\xa0\x77\xfd\x5f\xd1\x8e\x9b\xc8\x4b\xaa\x21\x2f\x37\x72\x63\xbf\x63\x38\x3a\x62\xc9\x8b\x33\xb6\xb6\xdc\x97\x1b\xb9\x5c\x1d\xb3\x51\x54\xb0\xde\x77\x09\x8a\x5d\x73\xdc\x8b\x09\x5b\x25\xfa\xed\xe4\x29\x74\x93\x77\x01\xa7\x19\x26\xa9\xd0\x34\x3b\x81\xf9\x34\xb4\xf1\xbe\x78\x97\x80\xb9\xdc\x80\x26\x6f\xc6\x02\x00\x46\x5e\xbd\x22\x7c\x87\xbd\x73\x65\x41\x6b\x4d\x6e\x23\xd1\x14\x6c\x00\x83\x90\xe4\x0f\x84\xa7\x16\x1e\x53\xa2\x93\xbd\x13\x01\xbd\x29\x9b\x77\x0e\xf0\xa6\xa6\xb1\x4c\xf0\xa6\x6c\x44\x25\xe8\x4d\xd9\x08\x56\xd0\x9b\x6a\xf6\x80\x20\x89\x1a\x79\xf3\x22\x88\x7a\x3f\x04\x04\x7a\x32\x68\xe5\x95\x91\x6c\xa2\xb0\x2f\xef\x6c\x81\xb0\xf9\xfd\xc1\xe5\x4b\xfe\x80\xf5\xe2\xb0\x85\xc7\x1f\xac\x8a\xf0\xb5\xdd\x1c\x9e\x99\xee\x97\xd3\x49\x62\x09\x31\xfc\xa8\xf9\x02\xdf\x94\xf6\x86\x24\x64\x2b\xe6\x6f\x45\x37\x60\x9b\x86\xae\x05\xc0\x36\xa5\x7d\x5d\xbd\x71\x9b\x90\x99\xc0\x67\x6a\x66\xa7\x14\x9f\x69\x3b\x80\x82\xcf\xd4\x64\x02\xef\x05\x20\x18\xa2\xcb\x4b\x00\x56\xd9\x1f\x93\x7c\x45\x72\x43\xfc\x95\x89\xe0\x5e\x12\xac\x85\xa4\xc1\xa4\xa3\xee\x07\xfc\xcb\xf7\x6c\xe2\x0a\xa3\xbf\x2b\xc8\x48\x2d\x3c\x9f\x8f\x8e\x9a\x3e\x17\x27\xcc\x32\xcb\xee\x11\xc3\x77\xc5\xb8\x3b\x00\x8d\x3a\x10\x1f\x0d\x3c\xa3\xe9\xb5\x2b\x78\x46\xdd\x54\x1b\xc0\x19\xf5\xe9\x54\x12\xaa\x14\x1e\x5b\xe5\x53\xed\x31\xc0\x16\x35\x60\x09\x1b\xb0\x45\xeb\x07\x7a\x84\x3d\x06\xf8\xe1\x06\x24\xd1\x50\x9e\x7e\x75\xf1\xc3\x72\xf4\x2a\xac\x6e\x6a\x68\x2a\x50\x87\x03\xbf\x52\xdd\x7b\xf1\xf1\x93\xed\x83\x3c\x24\xec\x78\x7b\xbd\x3b\x84\x97\x02\x3c\x94\x4d\x06\x09\xee\x50\x33\x4a\x48\x60\x7c\xed\xee\x9f\x6e\xe4\x1c\x55\x80\xf1\xb3\x6e\xfd\x60\xde\x37\xd3\xf6\x88\x79\x9f\x8d\x0c\xfa\xcc\xa2\x3d\x2c\x5f\xbf\x30\xce\x1b\xe0\x44\xc5\xe0\x6b\xf1\x87\xb2\x11\x40\x00\x10\xb5\x42\x4f\x81\xb4\x4f\x3b\xf7\x35\x98\xf6\xa2\xa2\x37\x30\xed\xd3\xf6\x85\x15\xd4\xde\x3b\x5f\x41\xed\xb3\x31\x32\xe0\x17\x25\xa7\x55\x50\x7b\xef\x05\x3e\x6d\x20\xdd\x26\x3e\x4e\x1f\xe5\x2c\x2f\xe4\x1d\x70\xe6\xbb\xef\x2c\x36\x54\x74\xda\x02\x69\x68\x9b\x87\xc5\x99\xcf\xf2\x2a\x80\xe6\x9b\xfe\x4a\x02\xcd\x6b\x76\x04\x50\x3e\xbc\x6d\x06\x50\x7e\x7d\xe0\x0f\xe8\xcd\x1c\x4a\xf1\x88\xb2\xe1\x25\x00\x12\x15\x60\x7a\x9a\x90\xf2\xd9\x10\x11\x00\x89\xa6\x32\x8d\x78\x44\xd9\x68\x0e\x00\x89\xc6\xd8\x65\x80\x0f\xa1\x69\x22\x0d\xe9\xb4\x2d\xd2\x50\x36\x86\xe1\xf3\xa2\xd3\x09\xe7\x8a\x45\x59\x1c\x74\xa1\xe9\x55\x1d\x80\xee\x69\xe7\x2e\x05\xb4\xbd\x2b\x3e\x00\xc8\x3e\x94\xef\x04\x64\xcf\x6d\x7f\x41\x5a\xf9\xe1\x07\x9f\x3f\x30\x22\xad\x1f\xd0\x16\x40\x88\x52\xd6\xc9\x4b\x14\x22\x13\xe5\x00\x42\x94\x34\xee\x0a\x42\x94\xe5\xbf\x82\xb2\x7b\x2b\x03\x08\x51\x33\x19\x1e\x18\x44\xcd\x64\xaf\x60\x10\x35\x23\xb7\xc1\x20\x9a\x92\x7e\xf1\x85\xcc\x79\x07\x98\xba\xf0\xf9\x0d\x30\xf5\xa2\xad\x05\x4c\xa1\xd5\x18\x95\x12\x3e\x1c\xfd\xb7\x17\x0b\x20\x0e\xad\xaf\x68\x92\xbb\x19\x1d\x30\x00\x16\x4a\x1e\x35\x30\xd5\x93\xb9\xe8\xc0\x54\x4f\x59\xd3\xc5\xa7\x37\xba\x3b\x87\xac\xdf\xda\xb3\x40\x1c\xaa\x86\x7b\x03\x9e\x5e\xc1\xde\x69\x62\xa7\x67\xed\x18\x60\x11\x89\xfd\xdf\x00\x46\x6f\xe6\x1d\x02\x18\x7d\xbd\x44\xd3\xdb\xe2\xc2\x68\x89\x6a\xca\x6a\xf8\x00\x13\xed\x80\x0f\x80\x89\x92\xce\xb2\xc0\x9e\x17\xef\x7e\x81\x3d\xaf\xfb\x78\xa1\x01\xe9\xff\xf3\xa9\x01\x69\xd5\x00\x98\x28\xab\x25\x08\x4c\x64\xe0\x2a\xb8\x44\xeb\x25\xfa\x2a\xf0\xb9\x67\x87\xfc\xde\x9a\xf5\xc1\x25\x6a\xb1\x5b\x20\x27\x19\x9a\xa1\xb0\x44\x26\x2d\x05\x96\xa8\x99\x08\x59\x4c\x73\x65\x78\xf0\x86\x46\xf2\xe4\xe0\xd6\x29\x6d\x06\x6f\xa8\xe9\x97\x2c\x74\x79\xd6\x62\x20\xde\x90\x71\xf0\x60\x97\x67\x43\xb6\xc1\x2e\x6f\xe6\x4a\x06\x7b\xa8\x29\x45\x7f\x32\x4c\x95\xe4\x0d\x52\xee\x56\x9c\xee\x6a\xd8\xd1\xb7\x15\x37\xbe\x3e\x4d\xda\xc4\xd7\x27\x64\x1e\x1b\x20\x30\x42\xdd\xb4\x12\xc2\x08\x79\x29\x0c\x5a\x50\x0b\x37\x0c\x60\x41\x5e\xb4\x7f\xb2\x3e\x69\xad\xa6\x9b\x7d\x32\x2f\x87\xc0\x98\x2f\xd7\xd9\x09\x5b\xcc\xaf\x0f\x27\x12\xcf\x51\xcd\x46\xe0\x78\x67\x3d\x58\x80\x14\x2a\xe6\x24\x04\x52\xa8\x19\x1c\xf3\x99\x91\xc3\x53\x43\x1a\x6f\x6f\x26\x80\xdc\x6e\x9b\x2b\x90\x94\x7b\x6f\x61\xa1\x06\x5d\xc0\x5f\xde\xf5\x7e\xb0\x34\x8a\xee\x2e\x7c\x80\xcf\x87\x4f\x81\x3b\x14\xb2\x20\xb0\xb5\x5b\xd9\xe5\xe0\x7d\x46\x06\xbc\xe0\x3e\xea\x0f\x08\xae\xcd\x77\x70\xf1\x28\x3e\x5f\xd3\x65\x86\x4a\x10\x85\xaa\x76\x32\x10\x85\x9a\x52\xce\x87\xb9\x48\xcf\x17\x80\x83\xaa\x8a\x3a\xf8\x40\x4d\xfb\xe4\x47\x36\x31\x33\x3f\x7c\x84\x65\xe5\x70\xcd\x70\xac\xd7\xf3\x12\xe0\xa0\xa6\x2b\x16\xf8\x40\x09\x40\xaa\xf6\x01\x5e\x61\x12\x15\x20\x81\x9a\xbe\x89\x1f\x78\x15\x5e\xb7\x7d\x1a\x85\x34\x04\x7d\xc4\x65\x79\x87\x0a\x3e\x50\xd3\xfd\x46\x7c\x20\x08\x5a\x00\x0f\xe4\xb5\x57\x1c\xf8\xeb\x20\x73\x2c\xda\xcc\xd5\xe3\x41\xb9\xf0\xad\xef\x38\xca\x4a\x99\x91\x2d\xb2\x1f\xa0\x03\x35\x6e\xab\x02\x74\xa0\xca\x61\x0c\xc0\x81\x5a\x5f\xba\x6c\x80\x01\x94\x97\x5c\xf2\x7f\x4c\xdb\x42\x80\xa0\x4c\x1e\xca\x00\x20\xa8\x12\xb6\x1a\xc7\xd6\x04\x2d\xeb\xf5\xc9\x28\x50\xf8\x80\x85\x0c\xc0\x82\xd6\xc7\xfe\x70\xf1\x83\x15\xdd\x88\x63\x0c\x63\x23\x17\xb7\x55\x26\x35\x17\x89\x8e\x02\xac\xa0\x86\x43\x6f\x80\x15\x94\x91\xc2\x03\xac\xa0\x46\xd2\xcb\x00\x2b\xa8\xc0\x69\x43\xa8\x20\x72\x82\x05\x50\x41\x8d\xac\xb4\x01\x54\x50\x1a\xf6\x21\xd3\x07\xa7\x12\xa6\x9b\xec\xc3\xe2\x9a\x0d\x87\xa5\x00\x12\xa8\x02\x2a\x16\x20\x02\x05\x2e\x95\x01\x1a\x7b\x23\x9b\x46\x1c\x04\xf9\x66\x6e\xca\xe2\xa8\xec\xec\x4e\x47\xf1\xf8\xec\x99\x4e\x90\x7d\x14\x19\x3c\x0e\x50\x2b\xb0\xc3\x06\x88\x40\x49\x63\x7d\x00\x09\x94\x0f\x17\x4e\xd0\xde\x83\x8a\xe4\x8d\xe4\x72\x8e\x03\xde\x88\xd6\x1d\xc0\x03\x95\xda\xf9\x78\xb1\xb7\x88\x4e\xb7\x71\x46\xf8\xf5\xfe\x43\x99\xde\x91\x9e\x0a\xbf\xb1\x38\x16\x7b\x0b\x5c\x4a\xe3\x00\x32\x8f\xeb\xb0\x38\x70\x3a\x82\xd2\xc6\x11\x62\xb1\xfa\x9c\x4b\xb9\x69\x3d\xee\x30\xa6\x22\x04\x0c\xf0\x1d\xf2\x5b\x38\x8d\x5c\x0c\x74\x77\x70\x48\x14\x86\x8d\xe1\xb4\xdc\x28\xe3\x80\x90\xdc\xc2\xdd\x1c\x23\x54\x8a\x4e\xd8\x5c\x63\x75\xc2\xb0\xe5\x6e\xcb\x8c\xa0\xbb\x80\xcc\x04\x58\x13\xc3\x5e\x77\xf6\x7c\xf1\x7d\x5b\x9e\x74\x8f\x5b\x85\x1c\xbc\x44\xd2\x0c\x2e\x22\xe3\xc0\x2b\x93\x9b\xa9\x38\x00\x98\x20\xd9\x5f\x1c\x30\x9a\xbe\x9f\x73\x68\xed\xe9\x64\x61\x3d\x06\xd3\xec\x7b\x6e\x59\x70\xf9\xf7\x3c\x7a\x93\x00\xe1\x09\xd0\x8d\x5a\xdf\x3f\x30\x04\xb7\xc2\x64\x08\x85\x05\x44\x35\x33\xec\x3e\x8e\xe9\x18\x98\x00\x52\x65\x98\xed\x2e\x8e\xc9\xec\xb9\x24\x60\xf1\x12\x93\x18\x40\x20\x65\x9c\xea\x03\xa4\xa3\x5a\xdc\x60\x42\xeb\xee\xa3\x46\xf8\x01\x79\x2d\xe3\xc0\x2f\x13\x73\x79\x80\x74\x54\x0f\x8f\xc5\x69\xcb\x6c\xbc\x73\xb7\xec\x0f\x64\xdc\xb5\x7b\xa4\x9d\xca\xfb\xf0\x70\x13\xd1\xed\x92\x69\xa7\x3c\x78\x97\x53\xe3\xd6\x20\x60\xab\xbb\x6d\x17\x37\x9b\xb8\xda\x06\xe8\x48\xa3\x48\xa0\x2e\xfb\xea\xb1\xba\xf0\xc7\x75\x40\xe4\xa6\xea\xfb\x03\x2e\x7e\x2d\xdf\xe0\xe6\xb9\xe7\x6f\xa6\xb8\x5a\xe6\x1a\xce\x63\x7b\xeb\x26\xf1\x3b\xe5\x34\x40\x4b\xca\x78\x7c\x05\x68\x49\x85\x94\xb6\x71\x10\xe6\xd5\x77\xd9\x7c\xca\x0e\x83\x38\x2f\x1c\x30\xe2\x78\xd4\x1d\x24\x81\xe4\xc3\x18\x12\x04\x59\x54\x65\x48\x8f\xd3\xe9\xec\x3c\xa6\xfc\xa1\x2c\xe4\x84\xab\xfd\x72\x71\x24\x5d\x7d\x31\x74\x79\x0c\x5e\xd3\xca\x5b\xc6\x0b\xab\xfb\xce\x94\x82\x50\x86\xc6\x92\x44\x3a\x8e\x57\x88\x1a\x1b\x70\x27\xb3\x8e\xc6\x3a\xb8\xf0\x98\x43\xab\x2b\xc4\xfd\xfd\xb0\x73\xdc\x80\x34\x89\x03\x69\xb3\x8b\xcb\xfb\x65\x56\x8e\x86\x31\x87\x4e\xc9\x1b\x8a\x27\xe8\x04\x71\xa8\x78\x22\x31\xc6\x01\x16\xee\x21\x9f\x21\x17\x66\x76\x94\x5c\xeb\x23\x98\x07\xc0\x4e\x13\x0c\xe6\x00\xd8\xa9\x81\x5a\x10\x02\x3b\xe1\x55\x1e\xa0\x34\x05\xfe\x45\x91\x34\x66\x02\x14\x13\xc0\x34\x55\xd0\x16\x02\x98\xa6\x8a\xb7\x60\xa4\x43\xb2\x37\x28\xc3\x64\x99\x95\x44\x92\x0c\x62\x96\x03\xcc\xa5\xc6\x9d\x5e\x24\xec\x91\xe0\x0e\x46\x4a\x98\xb6\xd8\xdc\x89\xfc\x17\x69\xbf\x43\xd6\x78\x66\x11\x2c\xa6\xe6\x7a\x27\x52\x5e\x00\x3b\x11\x09\xd7\x54\x99\x41\xf2\xb2\x85\x34\xd3\x91\x64\x55\x4c\x6f\xca\xf8\x93\x38\x62\xd9\x10\xb3\x95\x0a\x76\x74\xa6\x1a\xec\xa6\xc9\x85\x54\xa4\xf2\x62\x45\xa0\x61\x80\xe7\x8b\x0d\x93\x36\x91\xab\xbe\x10\x41\x69\x9f\x4f\x20\x94\x5a\xdf\x3f\xe0\xfc\x65\x45\x9a\x14\xf7\x3b\x8f\x1f\xd0\x1a\x17\xd4\xe4\x54\x0b\x00\x93\x8a\xe4\x23\x6d\x5b\xa3\xe5\x41\x92\x5b\x7a\xda\x76\x6b\x74\x69\xb1\x9b\x0e\xa4\x72\xa4\xcd\x6e\x7c\xce\x7e\x27\xf5\x6b\xa4\xf6\x31\x1e\x5e\x82\x0f\x91\x7f\x21\x52\x68\x09\xf1\xf9\x1a\x7f\x75\x9c\xc0\x28\xe0\x4d\x11\x80\x27\x65\xa2\x31\x03\xf0\xa4\x55\x29\x13\xb0\x18\xd1\x4c\xd0\xcf\xa4\x93\x1b\xec\x00\x94\xa4\x91\xed\x2a\x90\x0a\x06\x5d\x05\x28\x49\x85\x04\xd8\x01\x18\xd2\x4c\x8e\x0d\xc7\xb6\x0c\x8e\x42\x80\x86\xd4\x80\x7c\x08\xd0\x90\x46\xb5\x35\x23\x7c\x61\xab\x80\x15\x8d\xbd\x6c\xc4\x93\x49\x21\xd2\x10\xc0\x83\x6e\x83\xea\xae\x04\x93\x86\xbd\x70\x13\x2e\xad\x65\x64\x27\x0f\xad\x05\xb3\x73\x80\x5c\x34\x93\x1b\x49\xc6\x32\x6c\x61\x7a\xbe\xe8\xea\x24\x7a\x6d\x3f\x67\xb6\xc7\xef\x82\xe8\x03\xcc\xa1\x3e\x61\x40\x89\xb8\x5d\xbc\x96\x22\xe1\xa9\x4f\xf2\xe5\x48\x27\x12\x84\x3d\xf1\x3a\x1a\xef\x97\x00\x98\x68\xe0\x92\x1d\x00\x13\x35\x44\xf1\x48\xa7\x3b\xc8\x09\x39\xdd\xa3\xfc\x40\x42\x25\x0c\x88\x01\xd0\xd0\xd8\x6b\xcd\xdd\x55\xf7\x70\x70\xa3\x3c\x3d\x88\x44\xed\x72\xb3\x12\x60\x05\x8d\xe4\x50\x6f\x2c\xc0\xd6\x0f\xe2\xdd\x3e\x7c\x8b\xbe\x4f\x57\xf7\x86\x8d\x79\xc4\x6e\xcf\x2a\x65\x55\x0c\xb7\x95\xe0\x05\x6e\x6e\xef\xad\xc8\x78\x15\x89\x64\x11\xa8\x58\x91\x1e\x52\x62\x40\x8f\xd3\xa2\xcd\xb3\xba\xad\x5e\xa2\x88\xe1\x37\x69\xa7\xe1\xa3\x01\xaf\x98\xa7\xab\xfb\x72\x11\xe7\x80\x3f\xf2\x20\xc3\x64\x85\xe3\x21\x87\x5f\x00\xc7\x33\x92\x5b\x8f\xf8\x5b\xc9\x22\x68\x3c\x43\x91\x11\x34\x9e\x24\xb2\x54\x80\xc7\x33\xc9\xdc\x1e\xe0\xf1\x24\xad\x6a\x01\x20\xcf\xd8\xe3\x44\x99\x30\xd2\x25\x40\xe4\x19\xca\x83\xc9\x5c\x7b\xac\x2c\x80\x3c\x03\xbf\xb6\xc8\x52\x52\x78\x0a\x60\x3b\x13\x13\x6c\x00\xb6\x93\x24\xaa\x82\xed\x64\xfc\x71\x03\xb0\x9d\x02\x54\x62\xe4\x63\xcd\x36\x79\xda\x22\x03\x42\xca\x45\x4a\x00\xc2\x53\xc8\xaa\x14\x80\xf0\x14\xae\x58\x23\x1b\xa0\xc6\xcc\x67\xcd\x79\xcc\x85\xe0\x3c\xce\x11\xe0\x3c\x99\x14\x22\x91\xd5\x30\xdc\xa7\x79\x69\x18\x93\x40\xe6\xc8\x92\x6a\x26\x0f\x04\x9f\x8c\x23\x74\x80\xe0\x13\xf8\x2b\x06\x08\x3e\x95\xdc\x77\x91\xd3\x1e\x81\xad\x11\xfb\xcf\xd2\x02\xe1\x13\x78\x12\x45\x5e\xf4\x3c\xca\xe4\x83\xbc\x1d\x22\xfd\x23\xf1\x03\x1f\xe4\x4c\xb9\x53\xde\xdd\xf3\x8f\xfa\xf3\x47\x90\x12\x21\xf2\xa2\xf4\xa1\xec\x9a\x75\x7a\xc2\x3f\x32\x32\x29\x82\x3d\xdd\x00\xfd\x64\xdc\xa5\x43\x9c\x1f\xb1\x35\x03\xa0\x9f\xe0\x0e\x27\xc0\xf9\x59\x3f\xd0\xf1\xfc\xe2\x99\xe3\x0f\x9f\x3f\x30\xf7\x78\x55\x4b\x7d\xb3\x39\x02\x71\xc2\x8b\x5c\x38\x79\xd9\x32\x88\xc1\xd0\xb7\x8c\x5d\x90\x64\xa2\x01\x02\x90\xde\xa8\x01\x88\x4f\xc4\xfe\xf6\xa5\x6c\x03\xe8\xa2\x30\xf7\x5c\x49\x98\x8d\x84\x21\xb6\xcf\xe1\x40\xab\x98\x63\x30\x6b\xc0\x7d\x82\xbb\x8e\xc8\x02\x27\xb8\xa2\x44\xab\x65\xfc\x9c\x03\x44\x9f\x52\x9d\xbe\xaa\x0b\x98\xcf\x0d\xe9\xa2\x17\x55\xa2\x49\x2f\x0c\x56\x6b\xbf\x8b\xc3\x8a\x4c\xa8\x33\xfb\x3e\x63\x2f\xdc\xeb\x45\xa0\x73\x76\x47\x10\xdc\xdc\x77\xbd\xf8\x6b\x70\xe4\x72\x98\xaa\x9c\x6f\xc9\x2a\xc1\x0d\x7f\x00\xe3\x53\x9b\x3b\x11\x3d\x28\xcf\xfd\x01\x10\xd0\x8e\x1a\x45\x08\xcf\xe1\xc8\x04\x3d\x2b\x7d\x64\x9c\xac\xf1\xae\x89\xac\x1d\xcf\x65\x0f\x2f\x1f\x7d\xfe\x79\xfd\xb2\xca\xb0\xa5\xec\x6e\x15\xea\xc7\x4e\xa0\x07\x49\xc5\x32\x41\x69\xc4\x7c\x47\xc6\x40\x87\xe3\x43\x80\xfa\x93\x84\x2c\x0f\x60\x7f\x2a\x0e\x62\x91\x85\x63\x45\x61\xcd\x1b\x73\x8f\x4a\x87\x37\xc6\xcc\x36\xc0\x02\xc5\x5d\xbf\xd8\xd8\x94\x60\x00\xdd\x0d\x64\x40\x80\xba\x53\x48\x47\x13\x82\xee\x84\xfd\xd7\x6d\x6a\x7a\x7c\x26\x02\xf3\xa0\x5d\x6c\x6c\x4d\x6a\x33\x65\x99\xb4\x35\x39\x9f\x12\x83\xe9\xf9\x74\xb6\xb8\xad\x0a\x8f\xdb\x34\x27\xbd\x65\x61\x50\x28\x9f\xea\xc3\x7c\x7c\xe2\xe0\x26\x09\x03\x6e\x00\xa3\x5f\x80\xd2\x93\x8a\x4a\x50\x06\x6f\x80\x54\x06\x91\xcd\xc9\xeb\x61\x53\x07\xb2\xa7\x27\x21\x65\x87\x15\x11\x77\xef\x1e\xba\xc4\xe1\x60\x98\x97\xf7\x70\x34\x40\x6c\x9a\xa2\x47\xbe\x44\x4b\x43\xb1\xca\x28\x28\x45\x7a\x06\x6a\xde\xe1\x12\x5c\xfb\x34\x53\x7e\xfd\xc0\x1f\x50\xa6\xdc\x38\x70\xbf\x3d\x1c\x51\xbe\x0f\x77\xce\x8d\x89\xc5\x45\xbb\x85\xfa\x60\x91\x6f\xdd\x2a\xfd\x18\xa8\x0f\xd8\x22\x78\x3f\x99\x3c\xd8\x21\xdc\x4f\xf5\xd8\xdd\xec\x52\x57\x8d\x24\x4a\x45\x23\x43\xc6\xd3\x83\x40\xc0\xc8\x37\xdb\x54\xb2\x7d\x43\x77\x9c\xc7\xfb\xf3\x03\x6a\x7d\x84\xdb\x62\x92\x04\xd6\xc3\xf6\x1a\xe2\x03\x81\x54\x1d\xf9\x31\x8c\x8c\xaf\xf1\x0c\x19\x3e\x6e\xbe\xcf\x38\xc1\x2d\xe8\x0e\x87\x34\x4d\x65\x97\x91\xf4\xdc\xe4\x78\x87\x85\x8c\xe7\x71\x08\xd6\x49\xc6\x68\x39\x95\xa8\x41\x12\x61\xc1\x81\x6c\xec\x05\x93\xc4\x3d\x0e\x18\x81\x4a\x0b\xd8\x40\xab\x13\x0c\xf3\xe5\x86\xc8\x9d\xfd\x9a\x07\x94\x91\xa1\x6a\x11\xd5\x19\xf9\xdd\x89\x4d\x28\x0b\x0b\xe7\xf3\x9b\xf9\xa5\x43\xf8\x8e\x55\x39\x21\x56\xc2\x22\x99\x59\x1a\x55\x6d\xee\x0a\x34\xaa\xa2\x3c\x0b\x12\x51\x1a\xc7\x6f\xc5\xb6\x0c\xe8\x9f\x69\x6b\x22\xa3\x70\x65\x8f\x03\xb9\xa0\xaa\x04\xe0\x73\x62\x1d\xec\x47\xb6\x6f\x17\xe2\xf3\xf0\xf9\xc1\xda\xde\x9a\x7e\x32\x5e\x2a\xe1\x84\x93\x18\x6a\x73\xae\x8f\x09\x44\xb2\x04\xd8\x68\x55\x3a\xf9\x23\xa9\xd2\x51\xe6\x6e\xa6\x58\x96\x46\x5a\x1e\x8b\x89\xd1\x58\x21\x09\x6f\xf3\x53\xb3\xb9\x50\x86\xeb\x93\xb9\x2f\x8a\x61\xe9\x6c\x1e\x91\x89\x70\x80\x88\x92\x34\xf4\x77\xca\x00\x30\xe3\xf0\x1d\x40\x16\x15\x72\x47\x44\x21\x9b\x7f\xeb\x7e\x2c\x98\xce\x5a\x08\xa1\x8c\x14\x5a\x81\x32\x4a\x0a\xee\x45\xc7\x65\x16\x14\x24\xa3\xca\xa5\x62\x14\x93\xf9\x4e\xdf\xc7\xac\x98\x7d\x67\x20\xff\x51\x9c\x22\xfb\xf9\x0e\x49\x61\x8b\x6d\x71\x90\xa6\xe5\xb5\xd0\xdc\x6c\x46\x21\xae\x89\x1c\x37\x01\xa8\x51\x23\xd1\x67\x08\x6a\xa4\x4d\xae\x14\x9c\xaa\xaa\x65\x12\xd6\x3a\xc6\xc5\x51\x0b\xd9\xbb\xa2\x98\x37\x9f\x4d\x25\x5e\x91\x71\xe1\x01\x5e\x51\x51\xe2\x05\xaf\x28\xd7\xea\x07\x1e\x17\x06\x50\x25\x4e\xf0\xf8\x62\xde\xfc\xe4\xc7\x4b\x44\xde\xf5\x08\xe5\xe8\xb7\xec\x82\xea\xeb\xfa\x45\x53\x3f\x56\xc8\xe2\x24\x02\x36\xa4\x26\x0c\x44\x50\x06\x9f\x2b\x80\x08\x2a\xcd\x01\x84\xbb\x06\x01\x51\x8c\x20\xf5\x2b\x31\x82\x3c\xa7\x60\x04\x25\x6d\xa1\xc0\xff\xe4\xe9\xcc\x05\x01\x5e\xf0\x07\xd0\x7f\x1a\x2e\x68\x21\xfa\x8f\xb7\xcb\x01\xfa\xcf\x24\xce\x2e\x4a\xb8\x3f\xf6\xd7\x00\x67\xc0\x75\x80\x05\xca\x7b\xde\xcd\x9d\x0f\x35\x02\xfe\x67\x72\xaf\x18\x22\xfb\x00\x70\x1f\x02\xfb\x90\x94\x2b\xc0\xef\x69\x65\x97\x2f\x08\x2a\xf5\x70\x0f\x36\x5c\x6f\xd2\xdf\x17\x2e\xf6\x42\x60\x9f\xea\x66\x04\x37\xaf\xba\x19\xf1\x04\xcc\xae\x13\x9e\x23\x5c\x7d\x45\x31\xc2\xc8\xc5\x27\xa4\xbb\x3a\x5d\xc3\x86\x19\x25\x5a\x64\x21\x65\x67\x88\xeb\x53\x3d\x36\x98\x21\x4b\x72\x2b\x0f\x68\x8d\x67\xc8\xfc\x81\x0e\x79\x6a\x55\xa5\x85\xb9\xbb\xca\xd7\xc4\x71\x12\x5c\xba\xc4\x5e\xd0\x4b\x7c\xde\x7d\x89\xb5\xe5\x26\x8c\xb0\x80\x00\xe5\x27\xef\xbd\x76\x5a\x93\x1d\x3c\xcd\xf5\x43\x4d\xb0\x5d\x2e\x24\x43\x94\x9f\x92\xf2\xef\xb0\x9b\x03\x08\xa0\x4c\xbc\x68\x00\x01\xb4\xbe\xa2\xfd\xd3\x60\x1b\xab\x43\x68\x83\x1d\x94\xed\x2d\xed\x3b\x6c\x09\x0f\xee\xe9\x5c\x15\xff\x40\xaa\xc4\x08\x00\x4e\x50\xd3\x34\x04\x4e\x50\x2b\xbb\x81\xcf\x0f\x98\x9f\xeb\x58\xc7\xd5\x83\x42\x9a\x7c\x52\x51\x04\x98\x41\x4d\x73\x5b\xb9\xbc\x8a\xa2\x17\x5c\xb2\x55\xe7\x19\x97\xcb\xa2\x86\x56\xae\xed\xc0\x4d\x79\x77\xc9\x9a\xe8\x92\xdd\xbb\x5c\x3e\x77\x1d\x3e\x29\xfb\xd0\x5d\xbb\x4f\x74\xf0\x5e\xd2\xfd\x3e\xed\xdc\xcb\x15\x49\x2c\x32\x40\xd1\x86\x52\xb0\x77\x96\xfd\x81\xc1\x50\x96\x21\xee\xd2\xc0\x9b\x16\xec\x06\x00\xb9\xdd\x43\xf4\x10\x2d\x60\xbf\x65\xe3\xfb\x5c\x3f\x3b\xf0\x8f\x32\x1b\xc4\x3d\x4b\xea\xdf\xbd\x0e\x8f\x95\xfa\x8e\xdd\xb6\xe5\xf7\xe0\x07\x5e\xd2\x9b\xdb\xd5\xc5\xa9\xb3\x24\x49\x28\x81\x4b\xfb\x78\x11\xf6\x5a\xf6\x73\x94\x23\x98\x37\x20\x3e\x79\x4f\xe5\x8b\xf3\x96\xeb\xf0\x41\xc6\x5d\x37\x10\x70\x4b\x92\x9e\x7e\x22\x2a\x33\x36\xb9\x21\xf1\x3c\x51\xe4\x86\x48\x53\x42\xf4\x94\xe4\x41\xe5\xa2\xae\x48\x83\x3e\xc2\xc7\xba\x4d\xbc\xbe\xc4\x02\xa1\x42\x93\xba\x2c\xc4\xe2\x21\x9a\x36\x80\xe2\x49\x38\xd1\x06\x50\x3c\x99\xf4\x09\x01\xe2\x4e\xe6\x6e\x3d\xaa\x4e\x2d\x2c\x15\x90\x39\x8d\xd8\x9e\xa8\xa6\x3d\x64\xd9\x84\xcc\x29\x69\xf8\x03\xe1\x79\x56\x84\xaa\xec\xce\x05\x1b\x27\xe1\xad\x19\x60\xe3\x14\x92\x8e\x04\x10\x38\x1d\x08\xa0\x00\x02\xa7\x91\xfe\x2f\x80\xc0\x29\x9a\xc1\xaa\xb0\xb4\xbb\x47\x89\x54\xc1\xcd\x06\x5c\x37\x6b\xc2\x94\x89\xaf\x6c\x6c\x0c\x1c\x68\x36\x50\x37\x4d\x4b\x23\x38\x36\x85\x3b\xf7\x10\xc6\xa6\x70\x27\x1c\x55\x90\x5a\x64\x22\x70\x6c\x92\xd6\x01\xd0\x67\x9a\x6a\xac\xe8\x33\x65\x4f\x5e\xc1\xa0\xc6\xe2\x02\x39\x53\xa6\x63\x28\x06\x92\x58\x7e\xfd\x80\x41\x2c\x55\x34\xf0\x88\x0a\x80\x65\xd6\x0f\xf4\xa9\xda\x57\xbe\xa8\x46\x77\xf1\x41\x25\x02\xa9\xfa\x41\xfc\xfc\xa1\x96\x01\xe0\x4c\xf5\xb0\x8a\x37\xa3\x7e\x26\xde\x4c\xc9\xfb\x0f\x33\xd0\xf0\x52\x23\xdb\x9a\x75\x36\xb7\x1e\xf3\xd2\xf6\x16\xee\xbf\xa3\x71\xb5\x29\xa5\xd1\x13\x40\x67\x94\x47\x80\x8c\x99\xca\x35\xb5\x6d\xb7\x68\x66\xb0\x49\x12\x58\xec\x66\x3a\x24\x9a\x27\x14\x47\xf3\x2c\xc0\x30\xa9\x64\xc7\x1d\x6a\x24\xac\x8b\x1c\x10\x91\xb4\x86\x33\xe8\x9e\x0b\xfd\x3c\x29\x2f\xed\x72\x78\x60\x41\x86\x99\x78\x1e\x04\xc8\x30\xa9\x64\xd4\xda\x2a\x0f\x84\xc9\x02\x0d\xd3\xbb\x33\x32\x48\x35\xe8\x78\x86\xb3\x60\x4d\x22\xbd\xc0\x58\x40\x7a\xc9\xfb\xd4\xe0\xf3\x51\x48\xb6\x17\x75\x90\xdc\xc6\xbe\x0e\x73\x43\xf1\xd2\xf4\x32\x9d\xb9\x45\xd9\xcc\xb6\x30\x01\x05\xf0\xa8\x4c\x53\x23\x85\x7f\x34\x6e\x89\xe9\x1e\x37\x6b\xc5\x6e\xe3\xb7\xb1\x37\xc1\x34\x89\x93\xef\x90\x2d\x0d\x56\x07\x6c\x4b\x1f\xbe\x7f\x6e\xef\x42\xca\x6d\x0d\xd3\x33\x0d\xd8\x1c\xde\xe9\x51\xe5\x34\xb2\x71\xa0\x5a\xfa\xdc\x1f\x10\x9f\xb0\xcb\xd8\x2f\x8a\xef\x30\xf3\xa8\xd1\x55\x4e\x03\x16\x5c\x00\xd5\x52\xe5\xd0\x20\xb5\xac\x1f\xf8\x1a\x6b\x69\xd9\x65\xfc\x82\x9d\x8b\xcb\x31\x43\x13\xeb\xa5\x97\x81\x65\x67\xd5\x35\x91\x09\x65\x64\xb1\x7a\xb9\x70\x96\xb5\xfb\x5b\xed\x8d\xac\x67\xb5\x6e\x38\x7b\x48\xee\xb0\x7d\xae\x2f\x70\x3a\x21\x7d\x00\xba\x34\xef\x00\x40\x74\x19\x5e\x93\x80\xe8\xa2\x1f\x5d\x88\xe8\x22\x1a\x5e\x80\xe8\x32\x40\x70\x0a\x10\x5d\x8a\xbc\x53\x40\x97\x02\x32\x7d\x54\x73\xd7\x7b\xc6\x6f\xb2\x63\xb9\xba\x4b\x29\xed\x63\xb7\x76\xfb\x81\x35\x31\xb1\x4e\xcd\x62\x66\x9b\xe0\x57\x95\x52\x15\x6b\x41\x5d\x8a\x1b\x51\x6e\xb6\x49\xe4\x83\x6d\x00\x69\xac\x3e\x76\x16\xd6\x56\x97\x56\xda\x87\x23\x52\xfb\x74\x87\x92\xdc\xa1\xba\xd6\x8f\xf3\x3a\x7d\x89\x64\x7d\xd5\x97\x50\x3e\x10\x4d\xab\xfc\x4f\x7d\x15\x24\x97\x71\x78\x08\x88\xdb\x2d\x45\xba\xf8\xea\xe2\x42\xb5\xf2\xbf\xe2\x0c\xe2\x9b\x52\xec\x20\xe1\x0e\x45\x83\x18\x78\x2f\x26\xab\x8e\x8a\xb3\xe7\x26\xee\x4b\xa3\xec\xda\x93\x2b\x21\x0b\x7b\xb7\x7f\x5c\x1a\xba\x7b\x17\x97\x1c\x43\xb2\x2d\x97\x54\xf3\xa9\x8b\x4b\x0e\xf9\x5f\xfd\x70\x15\xb7\xe5\x8f\xeb\x0b\xcf\xe5\x67\xa6\x00\x1a\xfe\x44\x01\xfa\x5d\x1e\xcb\x00\xef\x25\x95\xcd\xaf\xb4\x41\x4b\x9d\x3e\xa7\x07\xd2\x0a\xe0\x4b\xc6\x85\x3b\x36\xc6\x0b\x4b\x26\xc6\xcb\xde\x2e\x60\xbc\x0c\x59\x25\x50\x2e\xcd\x5b\x1f\xb0\x5c\x86\xd4\xa9\xa5\x4c\xbe\x5e\x9e\xcb\x1d\xa5\x36\x80\xb9\x8c\x34\x7c\xc9\x5a\x11\x9c\x9a\x09\x22\x99\xce\x86\xf7\x67\x51\x7e\x69\x89\x0c\xc6\xac\x65\x4b\x24\x8d\x1b\x7e\xb0\xbd\xbb\x3b\x7f\xa0\x72\xd8\x0f\x55\x52\x19\x41\x4b\xa0\x14\x23\xa7\x35\xb2\xa3\x91\x79\x26\xda\x52\x31\x07\x59\x7a\x03\xbc\x98\x41\x3c\x43\x34\x43\x63\x59\x25\xf0\x62\x86\xa6\x46\xf0\x62\xf2\xee\x6a\xc6\xb6\x3f\xfc\xd6\x79\xdd\x1f\xc3\x1a\xc2\x97\x30\x2c\xa0\x1b\xb6\xa2\x19\x9a\xa9\x2c\xa4\x51\xe1\x7c\x35\x12\xd8\x54\x87\x59\x1c\xb3\xd3\x57\x40\xd5\x1f\xfe\x40\xcc\x0c\x4c\xa9\x09\xfa\x2e\xd5\x6f\xc5\xf8\x7d\x66\x0c\x6e\xac\x62\x09\x74\x4c\x25\x1c\x3b\x04\x7f\xd1\x1a\xd6\xaa\x88\x27\xbc\xb3\x18\x6a\xf7\x9a\xac\xe1\xdf\x02\x06\x49\x00\xfe\x92\x35\xfa\x03\xfe\x92\x0a\x6e\x5f\xd1\x48\x2e\xec\x99\x05\xf0\x25\xa4\xed\x00\xbe\x68\x0a\x6c\x0d\xa8\x02\xa4\x9a\x66\x0a\x8e\xdd\x40\x03\x18\xd4\x79\x6c\x8e\x00\xc2\xdd\x9a\x5e\x36\xfe\xe0\xaa\x75\x6b\x15\xc2\xce\x96\xb9\xa1\x44\x2d\x68\x04\x3a\xa8\x94\xb7\x10\x1b\xc3\xb2\xe9\x4b\x7d\xe7\xa2\x77\x0c\x73\x69\x9f\x59\xa3\x48\x33\x91\x06\xfc\xb9\x75\x8f\xbe\x13\xdc\x35\x4f\x5a\x76\xaf\xda\x72\xd7\x7d\x8a\xc1\x99\x16\xd3\x81\xfe\x52\x4b\xfd\x03\x4f\x65\x94\x13\x30\x65\x06\x79\xf7\x03\xf4\x97\xa1\xbe\x0a\xfa\x4b\xf7\x22\x1a\xc4\x97\xd2\x9d\xc8\x8d\xab\x46\x3d\x43\xb7\x52\x7a\x31\xf5\xeb\x65\x2a\x84\x4c\x73\xbf\xcc\x9d\x9a\x98\x8a\x16\xeb\x0d\x2d\x8f\x4d\xd6\xab\x85\xbc\x91\x81\x7e\xd7\x8a\x9d\xb7\xec\xad\x87\x0a\xa9\xd8\xb9\xb1\x60\xbc\xf8\x04\x0c\x26\xeb\xca\xd3\x30\xf4\x9a\x93\x2b\xda\x5c\x44\xbf\xed\x97\xc8\xd5\xe3\xc9\x20\x5f\xa6\xa6\xad\x46\x9a\x0a\x13\x36\x46\x13\x9c\xdd\x0f\x4e\x9c\x4c\xab\xe5\xe6\x35\x24\x65\xfb\x94\xfc\x83\x98\x5d\x87\x77\xee\x3e\xd1\x73\x54\x49\xef\x99\xdb\xb9\xfb\xf4\x3b\xd7\xde\x68\x7a\xcc\x4c\xab\x26\xf3\x27\x5a\xb5\x18\x33\xc4\x15\x47\x93\xfb\x57\x29\xde\x89\x65\xc4\xf6\x17\xf7\x2f\x64\xfa\x08\x10\x63\xba\xbc\x5c\xc4\x98\xa2\x5c\x08\x62\x4c\x0a\x27\x71\xb1\xec\x20\x16\x30\xda\x62\xd9\x05\xd8\xbe\x68\xa4\x3e\x9a\xd2\x81\xdb\x35\x43\xe5\x6a\xb7\x6b\xc6\xa0\x16\x37\x0e\x82\x04\x03\x20\x99\x4c\x34\x6b\x00\x24\x13\xcd\x21\x88\xfb\xee\x14\xde\xf8\xb6\x1d\x96\x1f\x2b\xf5\x63\xee\x84\x30\x25\xb4\x9b\xa0\x00\xf4\x24\x80\x64\x22\x1c\x1a\xa9\x92\xc2\x23\x0b\x06\xed\x21\x6d\x7e\xb1\x98\x60\x79\x69\xf2\x43\x6f\x4d\x40\x79\xc9\xc9\x9d\xb6\xd8\x5e\xc9\x28\x1c\x4d\x77\x17\x97\x08\x1b\xac\xec\x1a\x2c\x97\xaa\xce\x04\x96\x4b\xf5\xc2\xaf\x01\xfc\xaa\x5c\xd7\x48\xa0\x7f\xb8\x31\x31\xaf\x4e\x47\xf3\x41\x06\x77\x19\xcb\x82\x84\x0c\x07\x14\x3d\x24\x40\x69\x09\xdb\x05\xa5\x25\x15\x0d\xc1\xb1\x94\x3b\xa7\x3a\x8e\xc2\x3b\x41\x59\xab\x9b\xaf\x9c\x3c\x2f\x94\x51\x8c\xd4\x24\xc3\x74\x10\x6c\x04\x10\x5b\x92\xe1\x2a\x01\x64\x4b\x56\x35\x06\xb2\x25\x93\x99\x2b\x62\xb1\xb2\xea\xfd\x30\xf0\x2d\x85\xfc\xcc\x01\x7c\x4b\xb8\xa3\x63\xf1\xa8\xf0\x38\x80\xc6\x12\xfa\xee\x00\xc6\x92\x0a\x59\x17\x23\xb4\x88\x72\x80\x82\xd8\x05\xa7\x37\x70\x47\x51\x2f\x8a\xec\x39\xb1\x35\xdc\x51\xd4\x0c\x81\x66\xa9\x5e\xe4\x84\x21\xbe\x61\x45\xb6\xc0\xa6\x05\x82\xa5\x90\x01\x3e\x80\x60\x59\x3f\xf0\x56\x49\xf4\x89\x7e\xcb\x98\xf6\x4b\x8c\x01\x11\x03\xa8\x95\x20\x12\x21\xa2\x10\xed\x37\x7c\x87\x49\x92\xb8\x06\x89\x1a\x40\xd3\x0a\x80\x53\x02\x8c\xb6\x88\x2a\xe8\x3f\x0d\x00\x4a\x46\x22\x92\x08\x7c\x2a\x49\x72\x11\x80\xab\x6c\xce\x1f\x15\xe5\x11\x79\x26\x1a\x09\x28\x9d\xbc\x26\x62\x06\xc3\x6c\x76\x94\xe1\x9b\x03\x0a\x35\x23\x1a\x1d\xc5\xdc\x00\xc6\x4a\x78\xd0\xa2\xb1\x75\x90\x70\xc0\x52\x19\x64\xae\x8b\x80\x99\x94\xe6\x88\x1b\x0d\x73\xac\x43\xab\x68\x73\x5a\x82\xd1\xa0\x2b\x80\xa5\x52\x08\x15\x0c\xb0\x54\xd2\x56\xdc\x01\x53\xc9\x87\x43\x50\xf7\x6b\xbb\x2a\x7d\xbc\xfd\x9a\x60\x71\xa4\x1a\x80\x52\x72\x86\x25\x02\x94\x52\x94\x6e\x81\x40\xc1\x18\xf2\x1b\xe2\x26\x3e\x4a\x21\xb2\x33\xc0\x47\xc9\x5e\xd5\x83\x8f\x12\x1e\x1a\x60\x50\xaa\x94\x2e\xfa\xda\xc6\xcd\x99\x1a\x4a\x64\xbc\xa3\x5e\xd8\xdc\xd3\x83\xa9\x75\x1c\x30\xa7\x01\x69\x08\xd4\x3f\xc5\x8b\x20\xcb\xd2\xaf\x8f\xb9\x09\xb7\x13\x8b\x39\x15\x6d\xa9\x01\x3a\xa7\xbe\x66\x41\x24\xb5\xa3\xc6\xfd\x45\x4a\x15\xa7\x6e\x17\xbc\x7e\xda\x67\x66\x6c\x11\xfe\xae\xfd\x24\x70\x64\x01\x46\x3e\xc2\x5c\x94\x76\x13\x4d\xeb\x70\x45\x89\x1a\x03\x42\x3a\x82\x94\x73\xf2\x89\xb8\xf1\x46\xb0\xfb\x1a\xe2\x64\xa2\x71\x13\x1c\xe3\x64\xdd\x5e\xf7\x5b\xd6\x39\xcb\xd6\xf0\x5e\x09\xe4\xa3\x58\xf4\x72\x16\xcf\xea\xd2\x32\x4a\xf5\x63\xb0\xb9\x05\x29\x0c\xa0\x48\x8a\x42\x27\x90\x23\x23\x21\x2b\x05\x69\xe3\x14\xaf\xe3\x85\x1a\x48\x25\xd0\x12\xf6\x59\xfd\x48\xb8\xe4\x32\x6d\x00\x11\x8f\x1b\x10\xd7\x09\xb1\x26\x80\xb8\xd6\xcf\x06\x64\x91\xd4\x1d\xdb\xc7\xdc\x49\xb7\x70\x4d\x51\x48\x01\x65\x24\x25\x09\xc3\xd2\x0c\xb2\x97\x37\xa2\x8c\x94\xf0\x78\x7e\x5e\xde\xdb\x80\x88\x36\xab\xdc\x0f\x74\x5f\x1a\x00\x72\x64\x48\xa9\xbb\xde\x7b\x88\x87\x5d\xef\xbd\x6e\x79\x51\x55\x22\xa8\x02\x04\x91\x7d\xcd\x2c\x82\xc8\xb6\x5c\x82\x20\x92\x74\xed\xed\x09\xa9\x86\x53\xd5\x21\x9e\x80\x6e\x45\x87\x78\x7a\xb5\x04\x60\x48\x12\x63\x27\x40\x0c\xc9\x12\xcc\x9e\x70\x11\x45\x93\xea\x0a\xf8\xa4\x73\x89\x6e\xf2\x1b\x5b\x93\xc4\x6a\x1d\x16\x4a\x84\xa4\x08\xd1\x33\x3c\x15\xa1\xb3\xe3\xee\xe1\x2d\x2d\xb0\x22\xd9\x63\xd8\xbd\x45\x72\xfd\xc1\x15\x29\xc4\x90\x05\xb8\x22\x79\x38\x19\x9a\xd2\x58\xf2\x2e\xe9\x85\xdd\x74\x49\xaf\xf7\x66\x5d\xd2\x0b\x7b\x12\x6f\xa4\x84\x1d\x17\xfe\x8a\xf5\xe9\x45\xc4\x02\x5f\x32\x51\x3e\xb3\x54\x4c\xe9\x4f\x0b\x05\x86\xc9\x52\x81\x31\xb2\x55\x4f\x31\x46\x8c\x0f\x0c\x30\x46\xaa\xd7\xf7\xbd\x7a\xfd\xc8\xc7\x00\x39\xeb\x9e\x0c\xf6\x48\x32\x78\x33\xfa\xd2\x03\x42\x85\xaa\x93\x18\xc7\x7b\x27\xb0\x47\x42\x0f\x24\xb0\x47\xd6\x07\xd6\x04\x19\xc9\x76\x03\xc6\x85\xd4\xd2\x4d\x5a\x6c\x57\xf1\x7f\x97\x42\x74\xdc\xdf\x8b\x52\x48\x27\x93\x5f\xfe\x7d\xe4\x42\x5f\xa4\xbc\xaa\x86\x00\x4d\x62\x36\xf1\xe8\x1a\xdf\xbc\xe0\x00\x9c\x24\x48\x2c\x14\x80\x93\x94\xea\xac\x41\xbe\x75\x6e\x15\x9c\x64\xcf\x38\x79\x73\xf4\x0c\x00\x76\xa4\x7a\x81\x02\xec\x48\xa8\x54\x00\x3b\x12\x3a\x76\x80\x2e\x92\xf4\xec\x15\x5d\xa4\xe8\xd4\x0e\xba\x48\x3a\xdc\x72\xdd\x4c\xb5\x34\xb6\x34\x89\x3e\x1c\x77\xe7\x5a\xd1\x13\x41\x46\x3e\x72\x7e\x46\xc7\x71\xb1\xec\x53\x40\x02\xd0\xbd\x5f\x55\x24\x08\x61\x0d\xb0\x49\x22\x7b\x16\x3b\x4b\xe1\x29\xe8\x8e\x1f\x81\xb0\x77\x0c\x1b\x88\x41\x1d\xdf\x11\xe2\xaa\xa3\x0f\xb7\x99\xeb\x42\x4a\x3e\x8d\x44\xa0\x96\x24\x05\xf2\x3e\x68\x01\x66\xd9\x09\xe8\xda\xd7\x36\x1d\x87\x7a\x3d\x7a\xbb\x41\xd3\x86\xa9\x80\x67\x12\x8a\xf0\x7d\xca\xb2\x18\xdd\x24\xf7\x11\x64\xb3\xab\x62\xe8\xb5\xd3\xf1\x25\x69\x8e\x74\xb2\xcf\xdc\x80\xf8\x92\x14\x23\x36\xba\xe9\x49\x3d\xa5\x44\x3e\x17\xc3\x43\x3a\xee\xf5\xba\xa2\xf5\xc5\x37\xaa\xfe\x86\x9d\xdc\xc6\xa4\x69\x08\xe0\x50\x4a\xf5\x63\xe1\x50\x20\xf1\xdd\x5b\x2d\xfd\xe0\xc1\x43\x89\x8c\x48\xd1\x55\x37\x74\x15\x06\x0f\x25\x88\xde\x0e\xf0\x50\x82\x64\x24\x01\x1c\x4a\xda\x0e\x11\xe0\xa1\x14\xd2\xe5\x84\x70\x28\x60\xc0\x87\x70\x28\x02\xb4\x06\x70\x28\x41\x40\x55\x74\x35\x0a\x89\x6d\xc7\x07\x5f\xc5\xaa\x73\x73\xa5\x68\x07\x36\x4a\x10\x8f\x14\x5d\xb3\xa1\xba\x72\x27\xb1\xaa\x72\x51\x37\xaf\x9e\xfb\x9b\x98\x69\xaf\x11\xc1\x4f\x89\xec\xe1\x58\xda\x45\x68\xaf\x15\x4b\xa5\x18\x23\x01\x98\x4a\x68\x8d\xee\xa0\x37\x27\x7b\xb4\x94\x02\x72\x4a\x45\x27\x1b\x9e\xce\x21\x1d\x3b\xdc\xfe\x14\x33\xdc\xe1\x71\x17\x74\x52\x3a\x40\x92\xe5\xdd\x16\x96\x37\xef\x10\xc1\x52\x09\xdd\x32\xc0\x52\x09\xe5\x9d\xfe\xb8\x9c\x52\x54\x1c\x3f\x06\xfc\x0e\x1c\x95\xc8\x12\x57\x32\x8b\xec\x73\xa5\x75\x4e\xc7\x6c\x70\x54\xb6\xbb\x66\x57\x1b\xd9\x47\x7a\x69\x23\xa1\xf9\xb9\xbf\x26\x86\xf3\x25\xba\xe1\x66\xc0\xdb\x43\x63\x2f\x98\x2a\x59\x41\xa0\x7f\xae\x81\xe5\x45\x80\xd5\xa1\xba\x7e\x1b\x7a\x96\x76\xb0\x02\xc2\x31\x7f\xe6\x9a\xa2\xb1\x8f\x6e\xef\x77\x5c\x65\x89\xa8\xf9\xec\x20\xfe\xa0\xad\x44\xfe\x6d\xe2\x90\x00\x71\xa5\xaa\x0e\x88\xb8\x52\xc0\x91\x8e\x21\xbe\x24\x64\x67\x1c\xba\x48\x56\xca\x8e\xcf\x32\xd3\x5c\x6d\x91\x80\x1e\xf6\x3a\x50\x2c\xa1\x2f\xe7\x50\x89\x01\x7c\x2b\xc6\xc1\xa9\x69\xfe\xc0\xa6\x84\x61\x0c\x6f\xae\xc8\xb0\x16\xe2\xb5\x80\x0f\x1b\x23\x39\x23\x10\x8e\x91\x88\x86\x82\xf9\x02\xde\x52\x8e\xfd\x35\x27\x3c\xfb\x0e\xb3\x03\x05\x06\x97\xa5\x78\x6f\x3d\x32\xdd\x1e\x96\x91\x47\xad\xc7\x6c\xfe\x1c\xcb\x41\x6a\x0e\xbd\x68\x87\x26\x2e\xdf\x2f\x64\x3f\xe8\x3e\x07\x71\xcd\x29\xc2\xf3\x51\xd1\x63\xe0\xf9\x58\x06\x4b\x34\x08\x82\xce\x0e\x19\x35\x44\x9f\xf2\x81\xeb\x23\x29\xfd\x62\xc0\x17\xc3\x89\xaf\x95\x25\xf5\x5b\x12\xa2\xef\x77\xd0\x18\x8b\xef\x74\x1b\x60\xee\x2a\xe9\xb6\x0a\x45\x06\xd6\x7d\xcc\x7a\x38\x59\xa4\xf8\xdf\x76\x0f\xd0\x61\x2a\x69\xb9\x63\xc8\x47\x75\xe0\x07\x1e\x26\x0c\x03\x01\x1d\x26\xed\xdb\x57\xe0\x61\x36\xbf\x14\x1d\x86\xb4\x53\x31\x64\xa4\x03\xd2\x2a\x3c\x8c\xf7\x64\xa0\xc3\x64\x15\xd7\x81\x35\x2e\x3b\x61\x24\xa6\x35\xda\x68\x6c\x17\x0e\xde\x09\xc7\x4c\xbf\x41\x56\xf6\x12\x73\x2c\x1d\x26\x32\xc7\x7e\x10\x54\xa6\xad\x6c\xe0\xcc\x6f\xf0\xca\x00\x0f\x32\xdc\x6b\xba\x79\x0c\x24\x55\x10\x64\xc2\x1b\x8e\xd1\x69\x80\x03\x37\x54\x53\xf4\xd3\x1f\xe4\xb8\x26\x81\x47\x0c\x39\x1c\xbc\x12\xa4\x98\xdc\x9c\x55\x11\xb7\x54\xa5\x41\x8a\x89\xec\x86\x84\x79\x95\xe1\xfe\xe7\xce\xca\xe0\x8c\xc1\x9d\x95\x6a\xe5\x18\x1f\xb5\x32\x7e\x6c\x62\xde\xc6\x0c\xb3\xc1\x61\xa4\x1b\x8b\x15\x4d\x6f\xb4\x01\x81\x19\xfa\x79\x80\x01\x93\xca\xb0\x1b\x5c\x41\xe9\x9d\x32\x4e\x21\x67\x68\x80\xfc\xa9\xdd\x5d\x7e\xa2\x20\x41\x56\x05\x8a\x69\x2e\x0e\xc9\x31\x88\xd2\x8e\xb1\x6f\x97\x9c\x55\xec\x4b\x81\x70\x31\xb4\x2f\xb9\xf3\x48\xb3\xad\x7d\x62\xc8\x0d\xe4\x7b\x43\x6e\xe0\x84\xdd\x07\x24\x8d\x8a\x6e\x05\x2c\x84\xc7\x71\xb3\xce\xbb\x4c\xb0\xed\x2e\xbb\x3e\x30\xe6\x41\x54\xd5\x61\xad\xde\xd8\x68\xcf\x1a\xb7\xa0\x83\xf4\x09\x6f\x02\x1d\x04\x41\x8d\xa9\xba\x32\x0f\x15\xa0\xfd\xbc\xa3\x92\xfd\xd6\xfa\x06\x9a\x8c\x29\x04\x63\x78\x37\xa3\x8f\x12\x70\x32\xd9\x50\x59\x20\x64\xfa\x70\xdb\xbc\x42\xbe\xd3\x77\x12\x6f\x93\x23\x3c\x06\x99\x50\x49\x47\x1a\x40\xbd\x94\x62\x3d\xc4\x3f\x95\xe9\x0f\x12\x76\xc7\x4a\x3e\x28\xdd\xf8\x06\xc1\xbe\x8a\xa2\x60\xbd\xc4\x3e\x4d\xe2\x2e\x22\xcc\x8c\x4f\xcf\x30\x17\xfb\x83\x82\xa2\x7e\x4e\x7d\xea\xc8\x7f\x1d\xf3\x80\x9c\xa0\xd6\x4c\x68\x77\x62\x5d\x26\x2e\xf6\x1a\xc3\xa7\xea\x8e\xae\xe4\xa0\xc0\xd4\xb6\x3f\xf6\x76\xd3\x8f\xd9\x5a\xd0\x96\x99\xec\x36\xef\xa4\xe4\xc7\xfe\x81\xc9\x8d\x7e\x83\xd7\x12\x5e\xb0\x01\xa6\xb2\x05\x9b\x29\x9a\x15\x0c\x0f\x9c\x94\xd0\x65\x14\x3c\x94\x28\x68\xd6\x42\x9d\xb8\x8f\xa7\xb7\xf4\x64\xac\x8c\x29\xd9\x44\xaa\x04\xea\x24\xbc\x14\x03\xad\x64\x68\x83\x9d\x8d\x50\x1f\x84\x36\xb0\x47\x8a\xb7\x41\x60\x8c\x84\x9e\xd3\x53\x1b\x7e\xf2\xf9\x43\x3d\xbe\x8f\x9e\x60\x87\x9a\x2b\xe5\x30\x97\x74\x1e\x2e\xe1\x24\xa6\x55\x8d\x63\x42\x7e\xf4\x01\x9b\x98\x50\xaa\x5e\x0a\x93\x4c\x96\xba\xa9\x00\x32\x12\x2a\x3e\x60\x8c\xac\x97\xfc\x7a\x1d\x64\x45\x4a\x30\x46\xc2\xfb\xd2\xd9\x89\x0c\x80\xc9\x83\x2b\x32\x0e\xe7\xab\x9b\x92\x8a\x03\x3b\x8d\x13\x62\xaf\x03\x2b\x12\x7a\x06\x03\x2b\x12\xba\xf4\x4d\x02\x56\x55\x64\xe7\x70\x08\x54\x84\x6b\x59\x95\xfc\x00\x23\x92\x8c\x20\x06\x46\x24\x55\x3d\x83\xc1\x11\x09\x2f\x11\xe7\xce\xb1\x00\x03\x12\x47\x64\x6f\xb7\x61\x73\xbe\xc4\x54\xba\x49\x88\x52\xd5\x2b\x61\x4e\x02\x17\xdc\x54\xd3\xae\xd2\x1a\x99\xfd\xbd\xd1\x9b\x48\xce\xbb\x61\x64\xdc\xb2\xcb\x7a\x34\x30\xf3\xc8\xb8\x55\x4b\xe6\x5c\x32\xee\xfc\xf5\x12\x15\xed\x97\x9c\x61\xc4\x8c\x89\x8c\x2b\x11\x00\x17\x64\x48\xb0\xe6\xc5\x0c\xbb\xc3\x2e\x40\x28\x9c\x30\x91\x66\x5d\xdb\xcb\x4a\x19\xc1\xe5\xf6\x67\xa5\x48\x46\x69\x2e\xb9\x98\xb7\x15\xd1\x18\xb8\x20\xfa\xd6\x81\x0b\xd2\xf7\xae\xc5\xee\xad\x5b\xf1\xbc\xb9\xcd\x73\x15\x30\x7b\x6b\x2a\x9c\xdc\x35\x57\xc3\x47\x00\x12\x49\x24\xe5\x08\x40\x42\xc2\x7b\x4b\x30\x3f\x32\x08\xc9\x31\x1f\xc2\x4a\x5c\x35\x60\x01\x4a\xf9\x6d\x04\xc3\x7c\xb1\x1c\x41\x40\xe6\xeb\x62\x51\xd9\xc7\x59\x92\x02\x90\xea\x47\x3f\xc8\xf9\x79\x33\xce\xe8\x10\x1e\xab\x97\x89\xc0\x7e\x84\x9e\x4d\xc2\x7e\x54\x12\xf3\x05\xb0\x1f\x03\xd4\xb3\x00\xf6\x63\x80\x6e\x11\xe7\x22\x3e\xd3\x61\x9c\xa4\xe5\x21\xcf\x44\x00\xd6\x31\x94\xaa\x4f\xef\x46\x91\xfe\xcf\x44\x3a\x17\xeb\x4c\xdc\xd5\x20\x98\x9d\x3b\x5e\x9f\x71\x9f\x4b\x62\xdb\x91\x7f\x67\xce\xfe\x30\xf9\x03\x04\xd7\xc3\x97\xd8\x70\xd5\x32\x1b\x88\x4c\x49\x71\x12\xa6\xaf\x9f\xc5\x99\x1d\xcf\xda\x27\xa7\x00\xab\x7a\xc9\x89\xef\xa1\x6a\x0d\x74\x47\x78\x47\x7e\x82\x13\xe0\x2d\xdb\xb9\x48\xd7\x20\x3b\x5c\x9c\x85\x5d\x89\x4a\x72\x12\xf6\xe2\xc5\xea\x89\xf0\xe7\xcc\x9f\xc8\x6f\xb2\xe6\x93\x28\x96\xdd\xa1\x2a\xcd\xa0\x1e\xe2\x29\xb5\xf8\x9f\x8d\xe5\x85\xea\x9d\xcd\xd1\xf0\xad\xe1\x91\x50\x00\x90\x3e\x52\xd5\x7c\x77\x36\x76\x6e\xf5\x63\xfc\x2d\x6c\x58\xd4\x24\xbd\x1b\x4e\x8c\x0c\xd3\x21\x93\xc0\x57\x97\x9b\x93\xb4\xff\x5e\x4a\x9f\xde\x32\x3a\x8f\xd2\x15\x8e\xd5\x89\x76\xaf\xed\xef\xc4\x65\x55\x85\xf9\x24\xc6\x5d\x7d\xe9\xd4\xe2\x5a\x7c\xc7\xd1\x33\x2b\xc4\x28\x56\xb5\x93\x93\x7b\x42\xaf\x8c\xcf\xc9\x51\x42\x5d\x3a\x27\xbe\x13\x0e\x0d\x20\xa1\xe2\x16\x59\x54\x62\x7a\xad\x7e\x9e\x4e\x0b\xef\x9c\xfa\x61\x43\x0d\xce\x25\xfa\x0c\x52\x97\xc6\xb9\x14\xec\xb9\x57\x9f\xd0\x43\xaf\x9e\x01\x0f\x59\x1f\x58\x13\xf3\xd5\xfc\x00\xab\xa3\xf3\xb8\x44\x9f\x39\x9c\x96\xcb\x8a\x78\xff\x62\xf1\xad\x08\x07\x18\x00\x03\xe3\xbc\x61\x3d\xf0\x6a\x00\x40\xe6\x5e\x28\xb0\xe8\xf6\xc6\x59\x67\x78\x4a\x30\x80\xf6\x48\x55\x79\xfa\x5c\xfa\xe5\xdc\xbb\x82\x30\xc1\x3d\xbf\x8f\x42\x1d\xcf\xf7\xf9\xa5\x73\xaf\x12\x21\x23\x7b\xcd\xbb\xe4\xb1\x7b\x25\x8c\xf4\x9a\xf0\xec\xaa\x4c\x7c\xbe\x4c\x9e\xdb\xe2\xa3\x7b\xd0\xaa\xf3\xa3\x26\x57\x07\xd7\x0c\xb3\x0e\x5c\x87\x9e\x0e\x89\xf2\xe2\xb0\x75\x3f\xa7\x47\x4c\xfc\xb5\x58\xfe\x74\xb7\x00\xe7\x31\xdd\xa7\x57\x62\x04\x50\x94\xcb\x34\x57\x72\xcc\x0b\xb4\x9d\x04\x21\x00\xce\x23\xc9\xc2\x2e\xce\xaf\x3a\xfe\x05\x6e\xb2\xd6\xf1\x0b\x39\xa2\xf5\xdf\xba\xc1\x5d\xdc\x2f\x19\x5a\x07\xec\x47\x95\x37\x88\xee\x61\xc8\x0d\xe8\x1e\x49\xf8\xd9\xb8\x90\x38\x9a\xad\x14\x83\xf7\xfc\x18\x12\x9d\x7c\x8e\x0b\x3a\xd3\x74\x11\x7c\x46\xe6\xdb\xb8\x2a\xe6\x58\xa7\x86\x23\x0c\x82\x43\x5c\xd5\x06\x98\xe3\x0b\xd3\x24\xd9\x8c\x03\xfc\x90\x44\x12\x99\x00\x3f\x64\xe8\x64\x01\xba\x47\x78\x37\x05\x40\xc7\xdc\x0d\x7b\x54\x75\xe7\xb9\xd6\x51\x1d\xc7\xfe\x21\x73\x4d\x49\x4f\x83\x28\x03\xc4\x15\x91\x3b\xf4\xa5\xba\x04\x31\x6e\xbe\x13\xc8\xfb\xf4\x2e\x04\x7e\xf3\x1d\xec\xc3\x1c\x4f\x90\x38\x46\x73\x11\x97\x58\x31\x74\x8b\x05\x6f\xa3\x1b\xc5\x24\xde\x86\x57\x9c\xc0\x6d\xa4\xaa\xa7\xe0\xd5\xc1\xa9\x40\xf6\xb8\x90\x37\x54\x8f\x41\xcf\xa8\xba\x84\x5f\x4a\x12\x2e\xb4\x92\x44\x71\xee\x86\x12\x0d\xeb\x81\x71\x4f\x1f\x29\x00\x32\xd6\x4b\x0c\x7f\xe0\x93\xbd\x7f\x38\xd1\x3a\x68\xcd\x28\xe8\x6e\x0b\x66\xea\x47\x7f\xbb\x94\x43\x30\x79\x81\x7e\x51\xf5\x35\xba\x4c\xc5\xa4\x47\x37\xe8\x17\x5d\x35\x1d\xf4\x8b\xf5\x03\x7d\x9a\x1e\x3e\x7e\x38\xa1\x49\x50\x03\xd0\x29\xa6\xf4\x09\x14\x8a\x00\x33\x2a\x40\xa1\x98\xd2\xa7\xeb\xf4\x5b\x7a\x01\xf5\x90\xaa\x5c\x78\xdf\x69\x7f\x00\x9d\x22\xc8\x08\x1c\xa0\x53\xec\x28\x4e\xd0\x29\x52\x73\x68\x38\xdf\x55\xe5\x04\xe0\x29\x6a\x4e\xbe\xc4\x39\x74\x1f\x41\x7a\xd2\x6e\x80\x33\xe6\x52\x29\xa0\xc8\x3c\x2e\x6e\xf2\x0f\xc7\x8f\xd2\x25\xa9\xde\x28\x14\x48\xb4\xa0\x50\x8c\x3d\xca\xdb\x84\xf2\x2c\xed\x6d\x16\x0c\xcf\x11\xa1\x5b\xaa\xb8\x17\xf9\x97\xb6\x1d\xe8\xd2\xe7\xdb\xdd\x86\x32\x06\xb6\x67\x08\x49\xa1\xd4\x7f\x81\xed\xa9\x75\xee\x7a\x4c\xfc\x44\xa5\x0f\x6a\xb0\xcb\xec\xad\xbe\x43\x7e\x86\x0d\x30\xa9\x28\x62\x87\x1b\x86\xeb\xab\xea\x25\xef\x85\x3c\xb4\x89\x15\x09\x7e\xbd\x41\x04\x62\x22\xcc\x68\x01\xc2\x44\x9a\x30\x67\xc0\x23\x8a\x8e\x09\xd7\xc7\x55\x3b\x8a\xf6\x85\xbd\xac\x9a\x2a\x01\x20\x89\xd8\x33\x89\xf2\x55\x11\xca\x2f\x0c\x69\x7a\x8c\x5c\xca\x42\x3a\x1a\x00\x0c\x31\xf5\x5c\x01\xf3\x21\x48\x87\x18\x40\x3e\x44\x65\xb6\x81\x7c\x08\x2f\xc2\x37\xe4\x03\xab\x03\x9c\xc3\xac\xbf\x85\x39\x0d\xa0\x1e\x02\xc0\xb6\x00\xea\x21\x55\x2f\x2d\xc5\x7a\xd0\x48\x02\xd6\x43\xd5\x12\x0d\xd4\x43\x1e\x08\x50\x37\x66\xb1\xea\x05\xe0\xbd\x24\xae\xdc\xf7\x07\x5c\xe1\x4c\x3f\xa0\xeb\x28\x6c\x62\x40\xc8\x7e\x85\x79\xa8\x6e\x39\x11\x1c\xa2\xf9\x31\xd1\xbb\x4c\xd4\xad\x58\xa6\x79\xee\x26\xb0\xb9\x4e\xcb\x7a\x47\x5a\xc6\xd5\x16\x75\xf7\x36\xae\x19\xe5\x0a\x30\x87\xf5\x31\x33\x88\xcf\x80\x17\xb8\x1b\xcc\x81\xbd\x78\x13\x2d\xd5\x2c\xb2\x2a\xd3\xd7\xb9\xc3\x83\x2c\xdd\x66\xe6\xcd\x7e\xca\xc4\x26\x9f\x3f\xd6\x6f\x63\x8a\xb1\x96\x3f\xc2\xc0\x18\x66\x81\x2f\xb1\x43\x01\x8b\x48\x55\x9b\xe2\x4d\xa8\x55\x3b\x7c\xa9\xf8\x83\x7f\xe0\x77\xed\xfa\x9a\xce\x69\x97\xc9\x0e\xea\xe4\x61\xff\xd3\x4d\x12\xf8\x87\xa2\x8b\x0c\xf0\x0f\xb5\xb1\xbd\x81\x7f\x28\x6a\xcd\xf7\xe2\x2b\x55\xc7\xe1\x1b\xb8\x7d\x25\xb7\x5b\xbe\x52\x9d\x16\x7c\xc9\x75\x5b\xb8\xcd\xc1\xe1\x9c\x62\x84\x1b\x61\x99\xa4\x03\xee\x97\xa6\xa7\x2c\xf3\xd5\x24\x2c\xfb\x07\x62\xb4\x0f\x3f\xc0\x51\xc7\x5e\x83\xab\xaf\x9b\xe1\x0d\x9c\x94\x86\x37\x80\x21\xd2\x70\xb2\x41\x93\x32\x2b\xce\x6d\x5a\x5f\x8c\x6d\xe0\x42\x14\x0d\x1f\xb7\xf9\x0c\x51\xd1\x6f\xf9\x0d\xd4\x0d\xa4\x86\xa2\xb7\x16\x40\x0d\xa9\x2a\xe9\xdf\x9d\x00\xae\x61\xb9\xf8\x03\xb5\x92\x21\x5d\x9f\xde\x1b\xeb\xdc\xf6\x6a\xbb\xc1\xc6\x1f\x36\x41\xd6\x41\x63\x9a\xef\xce\xcd\xb6\x7b\x84\xf4\x4c\xde\x6c\x0a\xed\x60\x10\x38\xd0\x0e\x55\x1b\xe1\x0d\xd6\xd3\x3e\x94\x43\x50\x6e\xb4\xfa\x7b\xb8\xb2\x96\x6d\xcc\x8f\xbb\x2f\xf9\x35\xc9\xae\xdd\x16\x44\x5b\xa9\xd1\x08\x12\xd1\xdd\xe5\xc4\x4e\x1d\x4e\x18\x20\x11\x86\xc9\xdc\x58\xfc\xf6\x31\x32\x03\x87\xbd\x06\x1b\x5a\xd9\x1b\x2c\x88\x54\xb5\x59\xdf\x06\x2f\xbb\x15\xc8\x09\xb8\x4f\x39\x6e\x6c\xd5\xeb\x69\x90\x21\xb2\x17\x62\x20\x43\xac\x1f\xf8\x02\x68\x08\xbd\xf7\x6e\xfc\xdb\x0c\x9f\xb8\x89\x94\x22\x13\x5e\xdc\xd8\x0b\xc9\x81\x1b\x37\xee\x6d\xba\xbb\xde\xb8\xb7\x55\xb2\x72\x06\xb8\x12\xcd\x50\x49\x71\x25\x14\xd8\x80\x95\xc8\x63\xf7\x42\xc7\xcc\xf2\xdb\x8b\x05\x40\x27\x9a\xf6\xf0\xfb\x34\xb0\x8e\xee\x92\xf6\xc9\x1c\x04\x00\x50\xb4\xbd\x46\xa4\x7d\x32\x77\x04\x68\x12\xc9\xac\x00\xf7\xe5\xfd\x3e\x3d\xbc\x9c\x35\xc7\xb7\x98\x65\x35\x80\xf0\x26\x78\x7a\xd3\x1b\x1c\xd5\xf7\x7e\xbd\x70\x2c\x28\xbe\x43\x8a\x65\x97\xe8\xc6\x8c\x84\xa8\x70\x9b\x0d\xca\xe5\x32\x22\xca\x29\xc0\x70\xa9\x5d\x0b\x24\x8a\xb4\x5d\x58\x6e\x72\x18\xea\xf6\x70\xe3\x44\xbe\x97\x6b\xb1\xc7\x06\x72\x4b\xdc\x8f\xdb\x9b\x8f\x61\x8f\x3a\xcb\xdf\xa4\x2a\xd4\x01\xf0\xc6\x85\x5c\x73\xfb\xcd\x25\x95\x71\x07\x37\x08\x4f\x73\xbf\x83\x14\xd0\x3c\xc5\x44\x4a\x91\x91\x3e\xc0\xbd\xc8\x26\x33\xb9\x05\x0b\x44\x45\xbd\x5f\x53\xea\x32\xbd\xaf\xdb\x5e\x2e\x01\xc2\xd3\x26\xc3\x78\xc6\x69\xe3\x14\xda\xa2\x6a\x7c\x06\xda\x22\xef\x83\xb8\xf8\x6c\x1b\x1e\x07\xc2\x93\xf7\x9c\x92\xff\x5e\xff\x3c\x20\x2f\x8a\x12\xf4\xfd\xb9\xb0\x3e\x77\x83\xba\x20\xb8\x8c\x78\xe9\x73\x7f\xbb\x4b\xfe\x81\xdc\xb0\x5f\x32\xbf\x88\x65\xbb\x24\xb5\xfe\x4e\xaa\x65\x86\xcd\x8d\x28\x49\x37\x32\xd9\xad\x40\x64\xb2\x51\xfe\x37\xa9\x11\x35\x21\xdc\x9f\xb3\xc7\x31\x7e\xb4\x6a\xe8\x71\xf1\x1c\xf8\x0e\x23\x74\x3c\x24\x41\x34\x7c\x16\x84\x8d\xa6\x63\xc5\x73\x5c\x30\xab\x4a\xf9\xe6\xb9\xef\xc3\x7d\x1c\x35\xd0\x1b\x6d\x60\x21\x7b\x92\x51\x28\x34\x90\xb0\xca\xd3\xd5\x27\x79\xca\x18\xdc\x43\x72\x43\xd3\x0a\x3d\x89\xb1\x21\xee\x00\xc3\x91\x49\x62\x19\xc0\x70\x88\xba\x1e\x40\x6f\x64\xef\x0a\x1f\x33\xd8\x2b\xef\x08\xbd\xe1\xbd\xc7\xa3\xe5\x03\xe2\xf0\x90\x19\xca\xe3\x2a\xc2\x06\x38\x60\xf1\xc0\x03\xf5\x0c\x7d\x50\xa7\x8c\x84\x7e\x0a\xdb\x16\xae\xf4\x98\xef\x83\x44\xaa\xf1\xc0\x02\x0d\xd9\x7e\x08\x49\xf6\x92\xe1\xc1\xe3\xbb\x92\xdc\x34\x9e\x42\x26\x75\x64\xe8\xa7\x00\x6a\x97\x6d\x01\x60\x94\xc3\x0f\xd8\xd0\x10\xd0\xa7\x92\x84\xc1\x5e\x73\x1d\x56\xb5\x1b\x3d\xd5\xd3\xc3\xc7\xd5\x6e\x70\x34\x1e\x2e\xc4\x0c\xba\x7a\xaa\xa0\x5b\xd4\x5a\x85\x97\xf5\xf9\xe0\x63\xe6\x05\x66\x5a\x23\xf9\x12\xa8\x5b\xd5\xe6\x2e\xe1\x22\x29\xdf\xbe\xe4\x0f\x90\xaa\xe2\x0f\x2f\x4e\xa6\xbf\xf5\x7c\x7b\x2a\xc7\x00\xd2\x02\xd0\xc8\xaa\x8d\xa9\xc2\x2d\xdd\x5c\x76\x0f\xf1\x5f\xde\x6d\x3f\x4d\x9c\x69\x06\x0b\x33\x37\xfd\xc2\xd3\xf0\x2a\x86\x77\x3e\xc0\xbb\xaa\xa9\x80\x52\x92\x4c\x2e\x1f\xc0\x94\xb4\xb1\x2b\x15\xdf\x60\xd7\xc4\x0a\x57\x5b\x36\xfb\x34\x7b\xff\x09\x88\x05\xec\xf9\x01\xc2\x69\xb8\x48\xe1\xc5\xa9\x65\xe4\x0e\x8e\xf8\x23\x52\x2c\x9c\xfa\xc1\xcd\x44\x1f\x10\x61\x4d\xc0\x14\x0c\x60\x4d\xaa\x36\xbf\x07\x27\xf3\xe1\x66\x07\x04\x1b\x44\xdb\x78\x16\xcf\x9e\xc9\xc3\xd1\xe9\x35\x54\x13\xe8\x93\x12\x6e\x3f\xee\xcd\xa6\x1b\x48\x85\x51\x07\x29\xa1\x4f\x40\x2e\x8e\x07\x16\xac\x35\xef\xc1\x1b\xc4\x58\x9d\x87\xb8\x66\xef\xff\x9f\xe1\x54\xec\x16\x74\xfe\xa4\x47\xe4\xcd\x37\xdf\xe1\x33\xdd\x66\xe8\x70\x8f\x19\x47\xac\x15\x28\xc4\x70\xf8\xd3\x0d\x61\x13\x93\xd0\x4e\x58\xea\x33\x9d\x60\x3f\xfe\x08\x0e\xa0\x7c\x3a\xbf\x54\xa4\x8b\x39\xf4\xf4\x91\x37\x9b\xca\xed\xd9\xe9\x15\x19\xf4\xb9\xcf\x16\x65\xb3\x83\xb8\x0a\x8b\x39\x17\x6f\x6d\x81\x6c\xc9\x29\x2c\x63\x28\x6f\x7e\xac\xec\xe0\xfb\xe6\x3d\xb1\x17\x1c\xf6\xb0\x17\xf4\x34\x7c\x1f\x66\x87\x24\xf4\x5c\x48\x45\xb6\x85\x4a\x6a\xae\x0f\x60\x60\x92\x69\x09\x9e\x8b\x55\x86\x99\x3e\x6a\x9b\xee\x04\x72\x89\xec\xf9\x05\xf8\xc5\x3c\x0f\xcf\x4d\x12\xf3\xea\x3b\x10\x22\x67\xe5\x26\x7c\x42\x02\x05\x92\xee\x3e\x87\x0f\x77\xfa\x7e\x4b\x32\x7c\x2d\xca\xcf\xd3\x4d\x98\x4e\x03\xe4\xeb\x95\x09\x3e\x0f\x04\x07\xd6\x05\x04\x4c\x53\x79\x01\x02\xa6\x99\x06\xf4\x79\x76\xb6\x75\x6a\x92\x39\x62\x2e\x79\xde\x6d\x3c\xa4\x0c\x38\x82\xa3\x79\x9d\x76\xbb\xf7\xc2\x8a\x5d\x8f\x17\xe0\x9b\xfd\x92\x60\xd8\x56\xea\x1d\xa5\x15\xb1\xd7\xba\x6b\x40\x06\xc4\xe9\x1a\x7c\x24\xbe\x43\x23\x7a\x64\x7c\xba\x2a\x3d\x86\x51\x79\x36\x65\x7c\x26\xfc\x7c\x16\xe3\x1b\x5a\x2a\x9e\xc5\xf8\xa6\x16\x79\x30\x61\xf2\xe1\x99\x05\xd9\xb0\x9a\x08\xf4\xf9\x10\x84\xf7\x4b\x18\x0c\x76\x0b\xec\x60\xc9\x02\x57\x86\x60\x15\x84\x80\x2e\x80\x49\xc5\x0b\xf0\xa0\x77\x38\x2f\x4e\x1a\xa8\xf0\xbf\x21\x6f\xaf\x0c\x0f\xa9\xe0\xe5\x0a\x11\x38\xf5\x78\xe5\x77\x6c\x4a\x90\x5f\x52\xd5\x8d\x09\xe8\x97\x9c\xd8\x7d\x42\xbf\xe8\xde\x0c\xf4\x4b\xf5\x6e\x11\xe8\x97\xf5\x41\xe1\x0f\xe7\xdf\x32\xa9\x9f\xd8\xae\xaf\x4c\x11\x1a\x08\x94\x4b\xf5\x02\xf6\xd5\xce\xc8\xa1\x7c\xb1\x33\x1a\xa4\xf8\xe6\x9d\x48\x81\x5e\x90\xa6\x43\x7f\xb7\x57\xb8\x6f\xf6\x28\x38\x30\x6d\xd8\xc0\xe2\xa2\x43\xe9\xe7\xcd\xb8\x99\xb1\x8e\x2f\x4c\xb4\x9a\xc3\xf4\x95\x8b\x86\x2f\xdd\x84\x78\xd1\x23\x6f\x3e\x87\xcf\x5f\x3f\xb0\x1b\x64\x79\xe4\xa4\x00\x0a\xd3\xbc\x3c\x7f\xd5\x30\x4d\x07\xfb\x2e\xfe\x9a\xb5\x4a\xbd\x6a\x95\x18\xbb\x5e\xd3\xec\x1b\x45\xf4\xe2\x6e\xa9\x4b\xf2\x4b\x9a\x0f\x3d\xba\x01\x7f\xc9\xe0\xc4\x86\xe0\x2f\x40\x3f\xc7\x5b\xe9\x92\xef\x57\x69\x00\xb3\xdd\x9c\x6d\xce\x8d\x88\x2f\x8a\x4e\x00\xbe\xac\x1f\x18\x10\x09\xae\xcc\x10\x07\xe2\x4b\xf5\x42\x0d\xc4\x97\xa9\xad\x18\xc4\x97\xe6\xed\x3c\x00\x2e\xcd\x64\x29\x6f\xd8\x1a\xef\x13\x2d\x6c\xe0\x14\xd0\x29\x65\xcf\x4b\xff\x08\x42\xa1\xfe\x41\xd2\x2c\x57\x44\x9d\x4c\x95\x09\xec\x94\xac\x51\xe1\x55\x27\xb3\xa7\xa8\x5e\x26\xc0\x05\x22\xa5\x0d\x2b\x22\x7f\xbb\x46\x59\x50\x4e\x86\xf9\x7b\x7e\xa1\x9c\x60\x25\x00\xe6\xa4\x69\xec\x07\xc0\x24\x1b\x45\x0b\x80\x49\x57\x74\x06\xbf\x64\x7d\xe0\x1f\xb6\x40\x4d\x27\x30\x15\x9c\x3e\x01\x4c\x76\x0b\xa7\xb9\x55\xd1\x5f\x40\x30\x69\xfa\x0d\xbc\x78\xe8\xed\xed\x6c\x04\x0f\x6c\xff\xbd\xa4\xa6\x08\x36\xaf\xca\x0f\xcc\xf1\x55\xf9\x41\x36\x05\xbc\x64\xbd\xc4\x04\x90\x43\xc2\x94\x21\xaf\x69\xa4\x14\x48\x45\x2f\x91\xcd\x82\x5e\xd2\x86\xa7\xfd\x62\xc3\x4c\x6b\x65\x79\x86\xef\xc3\xd3\x14\x4e\x5f\x60\xf9\xf4\xd5\x78\x75\xdc\x80\x32\xbf\x37\xdd\x80\x86\xbe\xb7\xdd\x70\xbb\xdd\x60\x3d\xc2\x8b\xdf\x45\xfa\x87\x06\x87\xf7\x76\x06\x90\x5a\xdf\xdb\xad\xe4\xd7\x64\xbd\xae\x7e\x70\x73\xdd\x63\x19\xc2\xa9\x84\xf9\xde\x6b\x5b\x19\xcd\xfd\xde\xce\x37\xdb\xea\x71\x9a\x3c\x01\xb8\x01\x9a\xff\x09\x48\x95\xf5\x83\x6f\x91\x48\xcc\x19\xc0\x0f\xd0\x5b\xde\xf7\x11\x08\xde\xf2\xce\x7e\xfb\x3b\xbc\xd3\x78\x55\xc0\x9c\x37\xcc\x90\x7b\x35\x84\x19\x93\xc6\x3d\x6e\x7d\x06\x22\x8b\x91\x0e\xa0\x7f\xe9\x9c\x09\x42\x4b\xd3\xe1\x16\x84\x96\xd5\xba\x1f\x70\x11\xed\xec\xa0\x7f\xd5\x5d\x91\x98\x83\x96\xdd\xb2\x12\x0e\xd3\x46\x39\xa6\x17\x98\x70\x57\x18\x37\x7d\xbd\xae\xdf\x97\xb0\x7c\xdf\x27\x68\x57\xd9\x11\x44\x97\x55\x11\x2b\xbc\xf5\x2c\x26\x8a\xac\x91\x39\x7c\x89\x8c\x93\xfb\x03\x42\x16\xa4\x1b\x1f\x40\x34\x34\xf0\x1d\x9b\xff\x37\xfe\x20\x8a\x1b\x52\x01\x74\xcb\x4e\xe9\xf5\x1d\x88\x91\xdd\xb2\x15\x75\xca\x58\xe0\x58\x6b\x30\x56\x84\x21\x09\x30\x56\xaa\x29\xbb\x81\x58\x69\x06\x5a\x7d\xff\x0b\x61\x67\x72\x34\x2d\xcf\x6c\xdb\xf9\xb5\xe2\x37\x01\xb5\x99\x8a\xb8\xf1\xf9\x02\x14\xf8\x6f\xc2\x09\xd6\xd2\x3b\x7e\x66\x14\x05\xa8\x4f\xa5\xb2\xd9\xfb\x93\xf6\x69\xe6\xcc\x2b\x0e\x13\xf2\xf7\x15\x87\xc9\x89\xfc\x92\x25\x2b\x40\xdb\x6b\x96\x2c\x7b\xce\x5b\x5d\x29\xbe\x6c\x25\x7c\x1e\xc6\x14\x16\xef\x4b\xa8\xbc\x69\xca\x2f\x59\xb2\xff\xbe\xe9\x7a\xb0\x30\xa5\xc0\xf2\xc7\xcb\xcb\xd4\x54\xcf\xb1\xab\x43\x26\x15\xf3\x76\x61\x52\x49\x4f\x99\x10\xa9\x74\x88\x7e\xe6\xdb\x60\x14\x39\xbc\x76\x64\x97\x2f\x24\x4e\x78\x9a\xf0\x09\xf5\x2e\x90\xcc\xdb\xf0\xe6\x22\x73\xe0\x4e\x29\x7d\xbf\xfd\x1d\x94\x96\x73\xe7\x05\x8a\x49\xb3\xde\xeb\xc9\x65\x39\x54\x8a\x7e\x84\x31\x54\x28\xa9\xae\x02\xe3\x49\x9a\xb9\x09\x99\xc9\x46\x52\x94\xcc\x44\x07\xcb\x3b\x40\x22\x60\xae\xbd\x1e\x29\x0c\x7d\x7c\x89\x99\x11\x5a\x0a\x66\x93\x21\x94\x91\xcc\x26\x1d\x26\xa2\x09\xb3\x49\xee\x46\xe3\x9d\xea\xab\xfa\x06\x54\x47\xcc\x6d\xb8\x48\x76\xbe\xcb\x2b\x98\x3b\x32\xf1\x9d\x80\xfa\xb2\xbe\xe1\x28\x49\x71\x57\x5e\x4d\x87\x86\xfa\x40\x52\x32\xe0\x05\x9f\xaf\xa6\x43\xd8\xda\xe7\x8b\xe9\x50\x6b\x29\x84\x25\x4b\x40\x08\x08\x4b\x86\x8e\x81\x37\x36\x42\x12\xc5\x81\x4b\xa1\x41\x45\xbe\x92\x6e\x78\x13\x84\x25\x43\xc4\xb6\x37\xac\x13\x6d\xc8\x03\x9f\x0c\x5f\x12\xf6\x70\x7a\xdf\x86\xa2\xd1\x41\x4c\x92\x7b\x46\x27\xe8\xb3\x76\x53\xca\xae\xe5\x0b\x4e\x4a\x0a\x4b\x0b\x63\xdc\xe0\x97\x35\xaa\xf8\x4d\x4e\xc7\xac\x73\xa8\x45\x52\x1c\x2c\x28\x44\xaa\xe0\xa8\x9b\x1c\xc4\x67\x24\x07\x59\x7f\x5a\xe0\xde\x13\x4e\x49\x67\x0d\x3b\x95\x41\x6a\xaf\x46\xbf\x65\x93\xbe\x83\xc5\x32\x31\xe8\x15\x8b\xd7\x19\x74\x91\x44\x80\x0a\xf3\x82\xce\xde\xdd\x31\x5f\xdc\xe6\xce\xa0\x8b\xc9\xee\x52\x34\xff\xc9\xb5\x4e\x8c\xe0\x81\x2c\x7d\x41\x81\x70\x8b\x7c\xd9\x6a\x3c\x01\x43\x22\x92\x3a\x10\x25\x08\xf1\x18\x0a\xc7\xc7\x58\xce\x5c\x61\x85\xf6\xfd\x41\x06\x1f\xcf\xff\xf4\xd6\x7b\xff\x22\x8d\xca\x6b\x68\xc5\xd1\xdc\x5f\x98\xb5\x04\x29\x81\xe3\x63\x18\x58\x27\xc7\xc7\x9e\xe8\x0f\x49\xf6\x7e\x07\xde\x72\x8d\x03\x52\x76\xa8\x12\xbd\x58\xbb\xf6\x9c\x07\x3a\x61\x4f\x67\xa0\x13\xc4\x24\x7e\xd1\xc8\xa1\xc9\x9a\xd0\x77\x14\xe9\x21\x27\xfc\x1d\x4b\x54\x20\xe9\x3b\x86\x90\x44\xf0\x77\xa4\xba\x9f\xfc\x1d\x83\x2d\x31\x0e\xa2\x6a\xa8\x46\x1c\x87\x27\x83\xe4\x9a\x44\xb0\xaf\xbb\x02\xa2\x8e\x32\x40\xf7\x8b\xe3\x00\x05\xfd\xdb\xc3\x02\x76\x8e\x55\x92\xfb\x44\x54\x0f\x28\xbb\xe3\x20\xa2\xfa\xf8\x76\x80\x80\x74\x23\x80\x71\x8e\xa3\xb0\x1b\x84\xcf\x40\xd4\x00\x33\x77\xc0\xba\x31\x58\xd0\x21\xe9\x06\xd1\x87\x01\xe9\xc6\xf7\x90\x5f\xfa\xe1\x58\xae\x5c\x3f\xfe\x41\x23\x0a\xf5\xf8\x56\x43\x40\xc7\xb1\xd0\xda\xe3\x00\xf0\x9c\x74\xbc\x80\x76\x63\x01\x27\x1f\xd0\x6e\x2c\xc8\x65\xe3\xf8\x24\xee\x42\xbd\x8c\x43\x8b\x15\x09\x49\x71\x34\x40\xae\x17\x55\xc2\x32\xc5\xc9\x35\x0e\x2c\x53\xd8\x8d\xe3\x40\x5b\xe6\x2c\x15\x50\x67\x2c\xdc\x19\x71\x74\x00\xd2\x17\x35\x45\x7e\xb2\x3f\xc7\x81\x0d\x07\xb4\xdf\x80\x39\xa3\x0c\x9c\x92\x01\x75\x46\x72\x5c\x0d\xd8\x32\x92\x04\xa6\x38\x06\x99\x6d\x83\xc2\x06\x04\xbc\x8b\x0f\x61\x85\x59\x8e\xc8\x84\x59\x2d\x69\xf1\x14\xcc\x8d\xe7\xa7\xa2\x8a\xef\x4f\xad\x66\x3e\xcf\xb9\xad\xf1\x1d\x40\x5f\x31\xc1\x87\xec\x17\x03\xfa\xd6\x80\xfd\xa2\x90\x62\x12\xb0\x5f\x54\x66\x58\x1c\x41\x96\x76\xe1\x99\x20\x5b\xe9\xa0\x00\xac\x33\xa3\xf8\x25\xcd\x33\x96\x0c\xdb\xe1\x74\x94\x49\xe3\x19\xe5\xa0\x68\x20\x60\x9b\x73\x81\x34\x1e\xe6\x6d\x1c\x44\x19\x62\x11\x8c\x23\xcd\x29\xe6\x79\x20\x60\x49\x78\x8b\x63\xb3\x1a\xf2\x2e\xe8\xe5\x87\x83\xbf\x19\x0b\x29\x18\x60\xf2\x51\xac\xf6\x22\x87\xa3\x78\x4d\x6c\xac\x33\x61\x99\x13\xfe\x57\x66\x56\x1c\x0b\x0a\x68\x07\x68\x99\x85\x4e\x53\x45\x36\x3f\xa8\x89\x89\xf7\x85\xd2\x09\x02\x6a\xae\x31\x59\x03\x0f\x46\x1d\xcf\x04\x50\xe1\x21\x53\x45\x75\xf9\xa0\xb5\x8f\x62\xd5\x89\x2d\x9c\x4e\xf4\x4b\xcc\xf1\xee\x0f\x08\x55\x5d\x26\x17\x04\x28\x8e\xc4\x65\x88\x23\xa5\x5d\x1e\xed\x68\x1e\xfe\x8b\x51\xec\x34\xa2\x11\xb1\xa2\x06\xec\x14\x52\x6d\xc5\x21\xf8\xab\xcb\xfe\xb6\xf3\xb9\x7f\xc3\xe7\xe3\xf0\xde\x42\x93\xfb\x0c\x89\x04\x93\xc2\x80\x72\x25\x9b\x2f\x8e\x9b\x05\x5d\x9c\x64\x44\x32\x62\xee\x8c\xe3\x53\xbb\x73\xf7\xcb\x4f\xaa\x16\x0a\x80\x22\x89\x0c\xaa\x80\xa4\xa2\x0c\x8e\xf3\x01\x4b\x45\x1f\x0a\xa5\x1f\x86\x25\x67\x37\xea\x2d\x48\xdb\x71\x60\x5a\x19\x7b\xbd\x91\x91\xcf\x69\x2b\x20\xa0\x68\xcd\xfe\xfa\xd4\xdb\x39\x1d\x76\x50\xdc\x0e\xa7\xfd\x63\x69\xe1\x57\xb5\xca\x79\x0d\x58\x86\xc3\xfc\x48\x17\xe5\x7d\xd7\x86\xbd\x4a\x10\x00\xa6\xa2\x80\x51\x22\x87\xe2\x03\xc6\x42\x58\x52\xe2\xc0\x9a\x32\xb6\x6c\xfc\x14\xdf\xba\xec\x61\xc4\x32\x59\x88\x21\x11\x04\xb1\x0b\x51\x10\xb2\xa8\x62\x51\x08\x8f\xb6\x46\xa5\xe0\xdc\xa3\x69\x05\xde\xc0\x81\xbb\x28\x60\x85\xa8\xc7\xbe\x66\x1a\x7f\x1b\x57\x94\x22\xc2\xc5\xe1\x1b\x74\x40\xa7\x34\x04\x2e\x41\xa7\x01\x8d\x44\x21\xcf\x33\xca\xa7\xf9\xa6\x9d\x04\xfb\x43\x55\xa0\x15\x22\x1a\x39\xef\x44\x31\xe6\x9a\x21\x2c\xcd\xd9\xc9\x77\x40\x6f\x01\xe1\x23\x4a\xff\x16\x2b\xd6\xb4\x80\xe5\x21\x89\x8d\x0b\x48\x1e\x26\x79\x45\x01\xc9\x43\x19\x64\xf0\xc4\x3f\x96\x07\x0a\x20\x49\x64\xa0\xc5\x44\xd1\x26\xde\x78\x08\xc8\x6c\xa2\x13\xa2\x0c\x16\x5e\xa5\x16\xc3\x17\xa6\x7f\x10\x1f\xcf\x82\x81\xb4\x61\xed\xaf\xa2\x41\x0e\x8e\x22\x01\x6b\x43\x25\x99\x2a\x0a\x1a\xe4\x80\x7a\x25\x0a\x21\xd8\x64\x00\x07\x74\x0e\xfa\xed\x03\x3a\x87\x39\x6d\xdc\x84\x09\x6d\x7f\x95\xc8\x00\x36\xa8\x32\x77\x35\xfc\x83\x73\x1c\x13\xba\x90\x08\x89\xdf\x21\x60\x70\x98\x18\xd6\xa3\x84\x1f\xa5\x6d\x28\x8d\x83\xbc\x9d\x28\x61\x37\xd1\x01\xf8\x9e\x9b\x2f\xec\x88\x48\x6a\x97\x70\xb0\x21\x6d\x8a\x0c\xae\xac\x36\x08\x19\x12\x52\x99\x90\x90\x61\x10\xb1\x1f\x45\xb9\x37\xfe\x62\x95\x89\x42\xb6\x3a\x99\x3f\x51\x96\x55\xa4\x49\xf8\x90\x73\x7f\x99\x40\x11\x27\x10\xa1\x93\xe4\x74\x04\xe4\x0c\x73\xfa\xee\x27\xf7\xd6\xe4\x91\x8b\x3d\xcd\x57\x95\x62\xcd\xfe\xbb\xec\x0e\x1f\xea\xfe\xe1\x0f\x66\x90\x63\x7d\xc1\xf2\xc0\x32\x86\x83\x21\xd2\xf5\xf0\x49\xa5\xd5\x2d\x58\x3e\x86\xe6\x97\x6e\x53\xf6\xe8\x8f\x1b\xbe\x47\x84\x49\x01\x24\x7a\xd8\xc7\x30\x83\x83\x81\x1a\x32\x2c\x88\xcb\x17\x30\x2c\x4c\xb0\x83\xa2\x90\x02\xe2\x4e\x56\x7e\x04\xe6\x0e\x5f\x66\xd8\x9b\x2f\xbf\x74\x38\xd7\x8f\x5d\xe1\x35\xd9\x6d\x88\x7a\x58\x18\x82\xe4\xb6\x80\x85\x61\x82\x11\x1d\xe5\x01\x8b\x61\xfa\xfc\x03\x13\x2a\xe5\x22\x4a\x0e\x1b\x43\xd8\xd0\x74\x05\x48\xa3\xe0\x4c\x52\xa9\x6b\xce\xcf\x4f\xa9\x5b\xdd\x4a\xab\xd4\x11\x40\x10\x70\x27\x14\x75\xa3\x2a\x90\x23\x6b\x06\x6a\x83\x04\x2f\x21\x20\x18\x48\x55\x94\xaa\x96\x05\xc3\x40\x54\x12\xda\x48\xdd\x8a\x5a\x1d\xd9\xe4\x7a\x99\x8f\xec\x1f\xb8\xb9\x90\x07\x72\x04\x0c\xc2\x97\x02\x8e\x80\xba\x2c\xba\x91\xec\xee\xfd\x4f\x68\x60\x4a\x0c\xb1\xff\x87\x25\x37\x41\xf8\x16\xd7\x24\x6b\x17\x5f\x25\x6e\x07\xbd\xa7\x7e\x27\x59\x2c\xdf\x51\x35\x5b\x2e\xbf\x48\xc6\x46\xf1\x33\x17\x61\x4b\x3e\x63\xde\x34\x7d\x0a\x6f\x40\x23\x9a\x2a\xe0\x0d\x08\xce\x40\x51\x25\x46\xf3\x3e\xd1\x97\xc4\x46\x46\x25\x4a\xe6\x38\xbc\xa6\x29\xc8\x0b\x90\xff\x27\x78\x72\x01\x88\xff\x24\xdc\x24\x2a\xd8\x1b\xc3\x3e\xc1\xca\x39\x9c\x9a\xc0\xf8\xaf\x6e\x07\xe1\x70\x23\x74\x2d\x2a\x51\xd6\xc3\x59\x24\xbe\x3f\x67\x8f\xa8\x3b\xdd\x9b\xd1\xac\x64\x94\x10\x5e\x10\x95\x90\x99\x01\x38\x45\x54\x62\x66\xd2\xc1\x21\x66\x66\x10\x51\x1b\x15\x10\x63\x4c\x5e\x51\x01\x31\xde\x8d\x46\xb6\x11\xb8\x14\x50\x05\x54\x0c\xdd\x21\x55\xc0\xe8\xfb\x05\x16\xb9\xc3\x4c\x16\x09\x00\x0d\x01\xf4\xff\x54\x18\x56\x10\xa2\x88\xb9\x8c\x1a\x58\xfb\x51\xd1\x84\xfb\x57\x6c\xd5\xc0\x24\xe9\x28\x7f\x22\x2c\xf7\x94\x12\x93\x18\x61\x5b\x4d\x7a\x73\x74\x84\xdd\xb0\x63\x50\xe9\x86\xcd\x27\xe5\x1a\x23\x5f\xd4\xb4\x5f\x90\x7f\x95\xb0\x4c\xf0\x69\xa2\xa6\xfd\xf2\x27\xee\x5b\xd4\xb4\x19\x54\x65\x09\x7b\x4d\x75\x17\x70\x6b\x2c\x2c\x30\xfc\x27\xd1\x67\x51\x85\xe8\xb0\xff\xbe\x73\x6c\x2a\xba\x85\xde\xaf\x4e\x8e\xcd\x80\x49\x4d\x4e\x6b\xc2\xae\x59\x4f\x19\x29\xa8\xee\x05\x29\xb5\xe3\x8b\x91\xd5\x2d\xba\xfe\x8b\xd3\xe4\xab\xdf\xa1\xb6\xbb\x3d\xd6\x1d\x7b\x42\x87\x80\xae\x8b\x21\x30\xea\x0d\xf7\xab\x1f\x55\x15\x43\x48\x02\xc3\x3f\x76\xed\x6e\x2d\x70\x3e\xcf\x34\x46\x6c\x01\x98\x3f\xdc\x96\x01\xcc\x1f\xee\x68\x02\xe6\x8f\xe1\x28\x9a\x2f\xa2\xf4\xc0\x18\x3a\xf6\x64\x97\x60\xda\x3e\xc2\x77\x96\xae\x67\xf4\xb8\x31\x5c\x4d\x28\x72\x6d\x7f\xc9\x60\x12\xbf\x64\x11\xf6\xd2\x43\x11\x4e\x38\x8c\x99\x1e\x65\xaa\xb4\xd2\xb6\xff\x81\xb9\xd3\xc9\xf4\x28\x94\xbc\x0f\xa8\xba\x1d\x6c\x2e\x1c\x87\x0b\x90\xeb\x87\x9b\x29\xc8\xf5\x7d\xd7\x9a\x1c\xe7\x66\x7f\xbd\xb6\x80\x5a\xbf\xf4\x97\x2b\x14\x2e\x30\x77\x21\x10\xe8\x87\x1b\x4f\x7d\x4d\x69\xa4\x0e\x2f\xa7\xe0\x7d\x1f\xf3\x48\xfa\xee\x0f\x30\xb3\xef\xfb\x22\xd0\x0f\x22\xab\x02\x04\xfa\xe1\x56\x28\x02\xfd\x20\x13\x2e\xda\x61\xc9\x8d\x6b\xf8\xb2\x9b\xf7\xd9\x9d\x98\x6b\xad\xf8\x4c\x70\xcd\xbe\x08\x98\x73\x34\xec\x97\xee\x85\x4d\x8a\x68\x9a\xd6\x8a\xd5\x9e\x5c\x63\x76\x64\xad\x0a\x48\x8f\x03\x36\xc0\xa3\x1f\x2a\x37\xe0\xd1\x0f\xb5\x41\x70\xe7\x87\xa2\x5d\xdc\x79\xcf\x68\xe0\xcb\x0f\x42\xa1\x02\x50\xf9\xa6\xde\xda\x76\x0e\xb3\xd7\x46\xcd\xfa\x3c\xa4\xad\x28\x74\xad\x8a\x30\x86\x5a\xd9\xaa\xde\x71\x5e\x68\x14\xd6\xbd\x86\xf0\x62\x78\x3d\x7c\x81\xe6\x83\xb8\x0b\x65\x53\xb4\x66\xc6\x06\x5f\x6d\x4c\x90\xee\x7d\x26\x08\x3a\x05\x48\xf5\x65\x90\x70\x1a\xad\x61\x96\x60\xda\x01\x55\x5f\x56\xfa\x90\x34\x64\x74\x5d\x77\xa4\xd8\x79\x1b\xe6\x4e\x8f\xa2\xe0\xd6\x27\x19\x1b\x01\x6c\x7d\xba\x34\x81\x9e\x1f\x38\xa3\x03\x88\xf9\x81\xb3\x21\xda\x70\x85\x20\x87\x1a\xdb\x41\xb3\xda\x70\x3a\x4f\xb6\x0c\x30\xe6\x07\x24\x93\x01\x64\x7c\xa4\x1f\x95\xa0\x12\xd0\xba\x68\x12\x83\x15\xff\xb0\x09\xbe\x40\xaf\x8e\xbf\x5c\x0a\xd1\xb4\x78\x86\x2f\x3d\x7e\x99\x5e\x23\x8c\x42\x0d\xbf\x85\x10\x9c\x5e\x5b\x77\xec\x1a\x00\xcd\xe7\xe1\x04\x22\x4d\xd0\xe3\x8e\xa0\xf3\x72\x34\x47\xd3\xe4\xe9\x40\x8a\xee\x77\xf8\xd0\xf2\x21\x5a\xfb\x89\xfe\xdc\xd3\x35\x2e\x68\xb5\xbc\x8f\x45\xaa\x58\xf4\xcf\x17\xa8\x6c\x30\x17\x87\x5f\x7a\xfd\x83\xb7\x13\x03\x4e\xf1\x1a\xc2\x4f\xbf\x94\x81\x0f\xc3\xfb\xe9\x0b\x8c\x06\xc1\xfd\xcd\x3e\x74\x17\x99\xfb\x87\x78\x39\x5e\x7f\xdb\x1a\x71\x0e\x01\xd6\xfc\x84\xe2\x3a\x80\x97\xaf\x1e\x7e\xdb\x32\x22\x8a\x2a\xb1\x1f\x14\xfb\xf5\xdb\x0f\x26\x39\x4f\x01\xba\xbb\x58\x13\x21\xba\xfb\x50\x6b\x04\xde\x5d\xc6\xc5\x00\xc5\x7d\x16\xd7\x22\xfb\xc1\x72\x4c\x4c\x7e\x46\x5b\x68\x40\xeb\xfe\x5b\xed\x17\xe8\xdc\x76\x0c\xda\xb1\x36\x32\x10\xdd\xa7\xa7\x4e\x80\xdb\xa7\xd6\x39\x81\xdb\xc9\x92\x08\x50\xd8\xa7\xb6\x93\x76\xfb\x51\xd7\xca\x6d\xb5\xa9\xdd\xb7\x21\x4c\x82\x64\x02\x14\xf6\x49\xcc\x4b\xb4\xef\x98\xde\xc8\xbd\x0c\x11\xd9\x89\x67\x0f\x10\xd9\xcb\xbf\xe1\xb9\xed\x0b\x7a\x9e\x8d\x02\x92\xea\x00\x92\x7d\x7a\x88\x6e\x80\x61\x60\xca\x0d\x90\xd7\x27\x96\xed\x10\x79\x7d\x4c\xd7\x96\xdc\xc7\x2e\xcc\x4f\x53\x9e\xb8\x7b\xa3\x3d\x4e\x37\x7b\x1b\x55\xd9\x23\x68\x7b\x1c\x67\x8b\x7e\x2c\x82\xe2\x88\x8d\x38\x9c\x30\xa4\x1e\x16\x45\x28\x76\xce\x2d\xe1\x54\x89\x89\x2a\x8a\x0e\xf3\xbf\xc7\xf1\x7e\x74\xff\x98\xfc\xc0\x4d\x46\xcf\x74\x00\xf3\x60\x2d\x8e\x7e\x60\x6e\x62\x1b\xe8\x87\x5d\xdf\xb9\xa6\x33\x58\xca\xe0\x9f\x37\xe5\x49\x2f\x40\x21\x1c\xde\xbf\x78\xe6\xab\x51\xff\x64\x6b\x57\xce\x76\xe8\xb7\x70\x1e\x04\xa8\xe5\x53\xc3\x6b\x87\x95\x5f\x8e\xdf\xe8\xe8\xdc\x1a\x30\xbb\x3a\x37\x5e\xbf\x00\xdb\x7c\x6a\xcf\x13\xdb\x5c\x66\xdf\x00\xdb\x7c\x6a\xce\x14\xdb\x5c\x0a\xe2\xe8\x95\x81\x60\xa9\x77\xc2\x05\x06\x04\x77\xd1\xd1\xcc\x35\x98\xf6\x86\xd3\xcc\x06\x11\x90\x0e\xd8\x56\x80\x86\xde\x08\x25\x0a\xc0\xd0\xeb\xea\xde\xc7\x8d\x13\x5e\x93\xa0\x82\xc8\x12\xf3\x5c\x2e\xd8\xe8\x82\x50\x20\x1a\x7a\x27\xbb\x05\xf9\xd1\x05\x6a\x40\x53\xe8\x44\x08\xc0\x77\xf9\x87\x90\xeb\x26\x5e\x33\xda\xe0\x93\x17\x89\x28\xa3\x93\xfb\xa4\x3d\xa4\xa3\x59\x2f\x14\xd7\x3e\x1c\x00\xea\x85\xd1\x80\x34\x95\x10\xc4\x5c\xc2\xc9\x00\xc4\xbc\x61\x13\x0f\x40\xcc\x05\x51\x8e\xae\x3d\x15\xa1\x03\x6e\x79\xc6\xbe\x26\x66\xc7\x6e\x9e\xa0\x7e\xb0\x92\x7b\x40\x36\x64\x85\x30\x89\x12\x19\x1b\x5d\xa8\x07\x3b\x30\xc8\xcd\xb6\x0f\x94\x76\x38\xba\x03\xa8\xf2\x32\xc2\xf9\x47\xb8\x02\x51\x26\xd1\x05\x2a\x42\x0c\x76\xc5\x5d\x38\x01\xcd\x8a\xdc\x7f\x9c\xfe\x41\x79\x02\x15\x15\x1f\xa2\xbc\xe2\x57\x2d\x0f\xc9\xd1\x49\x97\x24\x13\x28\xfa\xb2\x67\xa8\x07\x9c\xf1\x23\x9d\xbf\x62\x0d\x21\x15\xba\xe9\x8f\xb6\xf4\x24\x3d\xcf\x12\x44\x11\xe2\xd4\x04\x64\x78\x1e\x4e\x5f\xc4\x94\xfa\x09\x10\xde\x0b\x27\x6f\x88\xa3\x0d\x7a\x61\x00\x8b\xbd\x9a\x05\x83\xd0\x59\x7d\xd7\x23\x39\xae\xf7\x00\xfc\x7a\x29\x9a\xba\xe9\x8f\x28\xd2\x9d\xc8\x65\x43\x13\xa3\x0b\xaf\xd3\x7c\xc1\x26\x74\x3f\xfb\x35\x01\xc8\xfe\x10\xfd\xda\xb0\xc0\x00\xfd\x7a\x2e\xd7\x2c\x61\x5b\xc6\x29\x06\xe8\xd7\xd2\x44\x85\xe8\xd7\x87\x7d\xfc\x60\x42\x41\xc7\x14\xfc\xda\x58\xa1\x00\xfc\xba\x85\x2d\x42\x29\x4d\xe7\xf5\xc3\x51\xc2\xd9\xfa\x8a\x7a\xcc\xfd\xd7\x97\xa7\x3f\x70\x67\x2b\x16\x64\x7c\x40\xd9\x01\x8a\x7a\xc2\x2a\x12\xa0\x4f\x77\x72\x87\x62\x90\xe6\xe3\xf1\x6b\x40\x96\x0e\x8a\x52\x0c\x32\x79\x74\x2b\x07\xe8\xd3\x93\xb0\xe4\x18\xfa\x63\x08\x12\x88\x51\xc8\xa7\x61\x10\x81\xa5\x2e\x46\x97\x04\xb8\xd4\xd3\xa3\x3b\x20\xd3\x45\xad\x0e\x90\xe9\x41\x76\x5a\x00\x32\xdd\x00\x57\x0b\x30\xa6\x8b\x21\x0c\x01\xc8\x74\x53\xdb\x19\x20\xcd\x69\x9a\x05\x57\x3a\xc8\x1c\x09\x70\xa5\x8b\x0e\xdd\x00\x58\xba\xc1\x32\x18\xa3\x9a\xe3\xc2\x57\xd1\x33\xbb\x6d\x20\x28\x4a\x1f\x7b\x80\x38\x5d\x08\x9f\x0b\x10\xa7\xe7\xda\x2f\x20\xfe\xa7\xf7\xe9\x01\xbc\xfb\x31\xf4\xa5\x23\xff\x07\xf9\x38\x6a\x6f\xc3\x24\xec\xf0\x1a\x8c\x09\x44\xe7\xf8\x84\x5f\x03\xbb\x3b\x40\xa8\x2e\xc6\x27\x04\x10\xd5\xc5\x6d\x01\x88\xea\xa2\x87\x3e\xc0\xa8\xae\x69\xd1\x26\x83\xa6\xf7\x37\xef\xb8\x9f\xfa\x16\x01\x10\x44\x21\x44\xf5\xca\x3f\x5d\x0c\xe0\x57\x4f\x2d\xe0\xe0\x57\x17\x23\x0a\x62\x80\xee\x03\x56\x51\x08\x66\x0d\xaa\x57\x00\x66\x3d\x15\x1d\xe3\x13\xb2\x53\x99\x02\x98\x75\x25\xe3\x3c\x86\x76\x55\x7c\xd1\x31\x00\xdf\x01\xdb\x28\x40\xb9\x6e\x61\xdd\x81\xd2\x01\xab\x32\x04\xaa\xf6\xa8\x09\x50\xf5\x38\xec\x29\x44\x6a\x38\x01\x87\x3c\xdc\x3e\xcf\x39\x1f\x89\x07\x34\x75\xa8\x03\x0d\x50\xe7\xa6\x63\x6a\x08\xb0\x95\x03\x3e\x47\xcd\x0d\x98\xea\xd4\xfa\x05\x02\xf5\xdc\xf5\xc1\xfb\x3e\xf0\x99\xc7\x90\xf2\xd6\x09\x44\xe2\xce\xbf\xf1\xfd\x64\x6d\x10\x7e\x12\x22\x50\x0f\x78\x2a\x03\x08\xea\xaa\xf7\x71\x90\x73\x1e\x56\x23\xd8\xba\xbd\x0f\xc4\x8e\x12\x75\xa4\x41\xde\x34\x21\xc1\x3c\x46\xac\x01\x4d\x1d\x2a\xe7\x23\xb5\x7d\xf2\xcc\x62\x69\x79\x84\x19\x52\x10\x3a\xd4\xeb\x6b\xff\xe1\x6a\xd2\x0c\x0b\xbb\x58\x80\x4d\x1d\x9a\x95\x80\xa6\x2e\x63\xf7\xf6\xa7\x7e\xc6\x61\x11\xe2\xc6\x59\x0d\xa0\xa9\x07\x74\x61\x01\x34\x75\x09\x17\x23\xb8\x71\xcd\x39\x4a\x5c\xd9\xc1\xee\x3b\x96\xab\xc0\xc6\x11\x36\xac\x8b\x12\x68\xea\x20\x92\x27\x40\xa6\xee\x7b\xe6\x13\x36\x3c\x40\x0d\x8e\x01\xdb\xc4\x1e\x08\x92\x54\xed\x30\xb9\x8f\x1c\xdb\x93\xe4\x04\x76\x3f\x50\xa5\x43\xf1\xb8\x51\xa5\x35\x1d\x6c\x58\xe9\x5d\x30\x86\x10\xb4\x6c\x50\xa5\xc3\x0d\x62\xe0\xe8\xd7\xdc\x36\x2e\x64\xae\xcd\xbf\x04\x2b\xf5\x3a\x79\x86\xa1\xc5\x26\x42\x6c\x74\x00\x36\xdd\x3c\x8f\x03\x36\x5d\x9b\x92\xf2\x7a\xc8\xfa\xe2\xfa\x66\x10\x6c\x24\xe9\xf4\x87\x93\x99\xf0\x32\xfd\x02\x60\x4d\x17\x20\x20\x02\xac\xe9\x22\x92\x6a\x8c\x1b\x0a\x25\x5b\x76\x23\xa1\x14\xb3\x00\x0c\x55\x57\x0e\x3a\xb3\x7b\x3f\x20\xd4\xa1\x09\x09\xac\xe9\xbe\x3f\xea\x4e\x06\xb8\x71\x8c\x1f\x18\xea\xce\x1d\x72\x73\x08\x13\x09\x00\xa9\xc3\x1d\x07\x40\xea\xef\x05\xbe\xaa\x71\xc5\x66\x62\x81\x06\xde\x21\x86\x4e\x32\x0f\xe4\xe3\x87\xdb\xca\x36\xc3\xf5\xb0\x07\x04\xd4\xea\x61\x09\x8f\xed\xe7\x99\x87\xf6\x5b\x3d\xf7\xb1\x85\x26\x0a\x9c\x75\x40\xb9\x17\xc0\x59\xc7\x5e\xd9\x0f\x83\xc0\xc6\x07\x9c\xf5\xf7\x82\x5f\x02\x9e\x53\x49\xf7\x5c\x3c\xf4\x57\x7c\x6f\x0c\x33\x77\xdc\x14\x88\x65\x38\x14\x50\x22\xcd\xb9\xbb\xbc\xa6\xe9\x52\xc8\xcb\x1c\x73\x37\xfa\x36\xc5\x80\x38\x30\x00\xc1\x0e\x8f\xac\x1b\x04\x1b\x01\xb8\x31\xb0\xbb\xf7\x69\x36\x56\x98\x89\xb2\x3f\x9d\x63\xf3\x53\xf6\xc3\x18\x05\x10\xb1\x83\xe4\xc8\x00\x11\x3b\xd6\xbe\x6f\xc1\xc9\x35\xf0\x3a\x6c\xdf\xb3\x58\xf0\xe0\x9a\xef\x70\xda\x9d\x18\x64\xa6\x93\x6c\x16\xfb\x6f\x71\x4d\xff\xa1\xcc\x00\x88\x1d\x86\x31\x4c\x7d\x6f\xce\xd0\x09\x87\xbb\xa6\x7a\xd0\xb1\x97\x1b\x96\xe0\xd8\xee\xa1\x80\x63\x07\x09\x1e\x31\x2b\x61\x32\x36\xad\x32\xd3\x39\xec\x4d\x28\x7f\xa7\x43\x3d\xe1\x0b\xd4\xe4\x07\x9a\x76\x78\x84\x06\x4d\xbb\xe9\x91\x01\x4c\x3b\xdd\xf9\x00\xd3\xfe\x5e\xa6\xf3\xc4\x80\x5d\x5e\x93\x92\x56\x7c\x81\x2c\xfd\xb4\x16\xb7\x2f\x58\x34\x6b\xc0\x6a\x37\xaa\x8a\x4a\x30\x1b\xa3\x80\x5a\x03\xc8\xb6\x19\xc0\x01\xc8\x76\xe8\xb8\x9a\x0d\x62\x0b\x0b\xc0\x84\x33\xf7\xbb\x0c\x82\xa3\x09\x96\xd3\xdc\x43\x8e\x11\x1f\x2c\xf5\x98\x8d\x69\x81\x32\x36\xbb\x7d\x44\xc7\x03\x0d\x3b\xf7\x30\x83\xc4\xed\x66\x08\x12\x77\x10\xa3\x13\xb3\xdb\x66\xc7\xbf\x2f\x26\x8f\x6f\xe3\xe6\xa1\x99\xdd\x96\xf1\x9d\xc1\xf2\x41\x9c\x83\xbe\xfd\xbd\xeb\x0f\x96\x0f\x92\x1a\xf8\xed\x32\x77\x5f\xe0\x02\xd0\x56\x35\x07\xed\x99\xde\xb7\x3d\x56\x63\xd8\x1e\x8a\x1b\xb0\xa6\x78\x0d\x9e\x0a\xc1\xf8\x31\x01\x69\xd8\xb3\x0d\xea\xf9\xb9\xaf\xc7\x7f\xff\x4b\xcd\xf6\x20\x71\x7f\x1f\xa5\xae\x44\x7e\x68\xc3\x13\x89\x7b\xee\x12\x26\xed\xb4\xe4\xbd\x11\xdb\xa2\xc9\x34\x44\x5d\x9e\xf3\x86\xe8\xdb\xb7\xe9\x62\xc7\x0d\x2b\x92\xfe\xd3\x19\x85\x33\x12\xef\x86\xe8\xf3\x3c\x1f\xf0\xb4\xb3\x0b\x4d\x23\xdf\xec\xc9\xb8\xf1\xbd\xf8\x9d\xef\x54\xb0\x7c\xe4\x9b\xf1\x4e\x35\x52\x69\x41\x87\x08\xb1\xb9\xe7\x11\xfe\x30\xb5\x9e\xcf\xa7\x1d\xcf\x66\x33\xd9\xb6\x3d\x21\x01\xda\x5d\x8f\xe2\x43\x9f\x5a\xb4\xec\x09\x00\x1e\xc2\xb9\xc6\x99\xc8\x5d\x1b\xd0\xee\xe5\xca\x21\x66\x64\x82\x69\x11\x93\x54\x5a\x37\x6d\xc0\xbc\x5b\xfc\x19\xd6\x1b\xf3\xdb\x9f\xa7\x1b\xfa\x84\xf5\x3e\xd8\xb9\xe6\xb7\x93\x4e\xf7\x70\x60\xbc\x9b\xdb\xf0\xbc\x84\x40\xe6\xf9\x6f\x07\x0c\x8d\x7e\x93\xe8\x8e\x49\x0e\x5b\x80\xf5\x1d\x9a\xc1\xe6\xc5\x4c\xb2\x57\xe5\x5e\x00\x27\x33\x26\x58\x0e\x69\x93\x36\x55\x2f\xd7\x37\xc1\xe4\xae\x55\x60\x1a\xb4\x92\x82\x01\x5e\x89\x73\x0e\x30\xc0\xcb\x24\x66\x33\xa6\x7b\x9d\x73\xf5\xb6\x04\xdb\xf0\x6d\x76\xdd\x13\xf6\xfc\x36\xbb\x49\xe2\x6f\x4c\xc2\xaa\xa7\xef\x02\xae\xe4\x34\xfc\x1d\x44\x34\xf0\xea\x0f\x23\xbf\xa2\x8a\xc8\x3a\xe3\xbb\xe6\xcf\x66\xa2\x0d\xcc\x1f\x20\x5f\x2e\x55\xf3\x56\x8b\x92\xf4\x27\x74\xb3\x0f\x09\x20\x40\x27\xfd\x8c\x2e\xf5\x85\x8b\xf3\x04\x15\xfa\xb6\xc0\x4c\x25\x09\x0c\xbb\x2a\x4c\x80\x92\x7f\x1f\xa5\xaa\xdf\x81\x2f\x8b\x42\x92\x24\xd6\x69\x30\xcd\x7c\x80\xac\xda\x6f\xf4\x4f\x32\x3a\xf9\xb0\x52\x85\x33\x74\x07\x99\x54\x1f\x22\xc6\xd9\x89\xf2\x00\xd1\xee\xa2\x7f\x0c\xae\xa3\x84\xd7\xa2\xdd\x32\xbe\x3d\x6f\xea\xa2\x07\xdf\xbc\x06\x8e\x01\xf0\xcd\xbf\x87\x28\x02\x82\x40\x5d\x09\x80\x9a\xb7\xe5\x28\xe0\x0e\x0e\xe7\xeb\xab\x5b\xd2\x97\x11\x25\x06\x07\x01\x6a\x5e\xb4\x46\x01\x6a\xfe\xfd\xf1\xfd\x00\xd5\xfc\xfb\xd1\xf9\x41\xf2\x50\x7a\xdd\xf9\xec\xe0\x1a\x08\xc5\xe1\x0b\xc2\x6b\xb1\xbc\xc5\x35\x27\x60\x3a\xc4\x35\x9f\xfa\x65\xc1\x35\x9f\x6a\xfb\x01\xe1\x03\xc9\xe2\x11\x58\xc2\x34\xbb\x86\xc0\x5b\xcc\x87\x20\xda\x5a\x33\x44\x10\x6d\xbd\x0f\x3b\x01\x75\xbd\x82\x45\x94\x72\xad\x3b\xa0\x94\x97\x6d\x47\x05\xa6\x5c\x20\x91\x00\xa6\xbc\xbb\x9b\x82\x40\x3e\x77\xbd\x39\x0a\x6e\x93\x27\x08\xe4\x35\x30\x1d\x02\x2e\x3e\x35\xfb\x44\x13\xe3\xd4\xfb\x20\xe0\x31\x45\xa3\x71\x9a\x62\xbb\x8a\xe6\x12\x60\x89\x86\x8c\xb8\x2c\xb2\xe0\x30\xb7\xcd\x96\x01\x2b\x84\xf1\x72\x40\x93\x77\x5d\x34\x21\x34\x03\xcb\x18\x64\xf2\xb2\xad\x96\x40\x93\x4f\x62\x38\x03\x38\xf2\x69\x58\x24\x80\xe2\x2b\xbd\x3f\xe8\x3d\x84\x46\xe0\x1f\xae\xfb\x1a\x67\xbf\x4d\x00\x21\x01\x04\x86\x08\xe0\x4e\x81\x05\x8a\x30\xdc\xa5\x79\x1f\xbd\x47\x93\x13\x10\xe0\x13\xd6\xb8\x08\xe2\xa5\xb5\x79\x04\x80\x83\x98\x80\xfe\x90\x71\x00\x87\x4f\xc2\xf2\x23\x08\x26\x34\xd2\x22\xa6\xae\x26\x7a\x4d\x87\x00\x82\x00\xc4\xee\xa9\x4b\x05\xc0\x6e\xb3\xb6\x02\xc0\xee\x09\xda\x6c\x00\xd8\x3d\x5d\xa6\x60\x74\x57\x70\x0b\x22\x72\x13\x45\x73\x7d\xf3\x0c\xdd\x94\x7e\x93\xb2\xc8\xbd\x24\x1f\x29\x02\x7b\xbe\xae\xaf\x80\x3a\x36\x8a\xf7\xf1\xc1\x3b\x97\xbe\xf3\x51\x6a\x84\x0c\xa0\xbe\x84\xa4\x0e\xb0\xb4\x47\xb5\x80\x13\x93\x27\xa2\x42\xc8\x6c\x21\xa9\x03\xc8\x6c\x59\x4f\x03\xc8\xec\x22\xd6\x73\x80\x99\xdd\xf5\xb8\x84\x80\x60\xce\x7b\x21\xb3\x3d\x3c\x80\x99\x2d\x25\x49\x00\x99\xbd\x0c\xfe\x10\x19\x7b\xcf\x50\xb0\x50\x27\xc7\x48\x91\xb1\x85\x7a\x0e\x91\xb1\xc3\x29\x0d\x02\xc1\x9e\xba\x17\x6a\x8a\xd3\xf5\xa2\x63\xd8\xb1\x03\xfa\xf6\xa9\x61\x25\xbe\x3d\x21\x0c\x1f\x0d\x38\x1f\xd2\x86\xe2\x13\x76\xbb\x8c\x9f\x7c\xa3\x14\x06\x7f\x9c\xdb\x77\x6c\x68\x1c\x46\xf0\x77\xb3\x19\x71\x1f\x3b\x99\xb6\xa4\x78\x40\x68\xe2\x94\x13\x8f\xb5\xc6\xa2\x0d\x40\x75\x37\xea\x24\x94\x9b\x80\x94\x46\x60\xdd\xf7\xfc\x13\x8f\x3d\x69\xc7\x48\xb2\x5a\x7c\xe3\xf4\x0f\xbf\x0b\x64\xe1\xbe\xc6\x06\xe4\x38\xe0\x02\x80\xb1\x2c\xe2\x93\xc0\xcb\x66\x92\xad\xe2\xf6\x08\xa2\x75\x6b\x4e\x2a\xf3\xfd\x31\x5c\x05\x06\x37\xc1\x38\x23\x5e\x62\x5c\x30\xab\x03\x75\xdd\x34\x2d\x0a\x75\x6d\x10\x26\x48\xd7\xd5\xc8\x0e\x91\xae\xf5\x2a\x24\x59\xfd\x6a\x69\x49\xb2\x8a\xe7\x51\x31\xab\xc9\x98\x0d\xb0\xa9\xa5\x9a\x0e\xb0\xa9\xab\x66\x35\x50\xa7\xa7\x4e\x08\x50\xa7\x1b\xf9\x26\x01\xe8\x74\x11\x7e\x33\x92\x2c\x96\x03\xdf\x46\x92\xcc\x28\xd8\x65\x00\x47\x6d\x3a\x79\x24\x81\x7d\xa2\x5d\x46\x42\x52\x6e\xfb\x53\xac\x1d\xfd\xe0\x59\xa4\x47\xe3\xd8\x91\x85\x65\xc8\xc1\x26\x2b\x52\x89\xa5\x91\x98\xeb\x44\xa3\x8c\xc4\x5d\xb1\x5b\xa7\x5c\xb6\x3c\x40\x75\x8c\x2f\x49\x8f\x0e\xc0\xc0\x85\x98\xd7\x71\xf8\x07\x0b\xd7\x7a\x20\xa3\x01\xe6\x8f\x6c\xe0\x9b\x33\x65\x52\xfe\x07\xf6\x1f\x70\xb1\x1b\x68\x65\x01\x2e\x76\x87\x06\x2d\xc0\xc2\x9e\x3a\xe5\xd2\x93\x80\x71\xbf\x80\x61\x57\x85\x9d\x60\xd8\xc2\x4f\x46\x4a\xbe\x8a\x5e\x03\xe8\xf5\xca\xf5\xa7\xf1\x0d\x44\xec\x22\x16\x60\xa4\x8c\x71\xe8\x18\x40\x62\x17\xb1\x13\x23\x15\xda\xfb\xd3\x54\xac\xf8\x90\x15\xeb\xfe\xc0\xca\xc6\x81\x53\x88\x6b\xb1\x23\x03\x88\xeb\x69\x80\x13\x10\xd7\x45\x18\xc6\x00\xe3\xba\xa5\x6f\x03\xb5\x03\xac\x51\x24\xc8\x39\x2e\x16\xe0\xab\x57\xf7\x79\xa0\x61\x55\x89\x81\xa6\x2e\xb3\x21\x15\xc1\xa6\x9e\x4a\x3f\xa0\xa9\xab\x61\x9a\x39\x49\x61\xb7\x00\x5c\x17\xc1\x42\x4b\xa8\x79\xea\x7e\x9e\x28\x5d\x07\x09\x64\x58\xc3\x86\x13\x44\x36\xe3\xaf\x12\xa7\x84\x5e\xa7\x4c\x47\x9e\xfd\x3c\x25\x08\xdf\xd7\xa4\x3e\x0e\x1f\xfa\xc4\xdd\xbe\x84\xb6\x81\x45\x9a\x12\xba\x59\x1f\xf5\xef\x66\x01\xe8\xdf\x6e\x15\x80\x57\xb7\xe8\x5e\x9b\x9c\x4c\x8b\x97\x2d\x5e\xbe\x4d\x8b\x9d\xe1\x80\xc1\x86\x2d\xc6\xb7\xa1\x1b\x0c\x50\xeb\xb2\xbb\x14\x88\x9b\xe9\x39\x23\xc1\x66\xd3\x25\x06\xda\xf5\xf7\x07\x5f\x3a\xad\x06\xc5\x91\x46\x3f\x8d\xe9\x4b\x48\x15\xb4\xf9\xa7\x3b\x84\x86\x7e\x40\xb1\x0b\xf9\xef\x91\xee\x10\x5a\xfd\xf3\x24\x82\xd0\x16\x21\xfc\x3d\x7f\x03\x84\x5d\x97\x95\xba\x64\xa0\xa7\xb8\x8b\xfd\xdc\x05\xc8\xa6\x30\xf6\x33\x22\xf2\x53\xbd\xcb\xf1\xf7\x19\xd6\x9c\xeb\x4f\x68\xb7\xe6\xf3\xac\x7d\x20\xdc\x22\xbf\xcd\x22\xeb\xfe\xd0\xcf\x3f\xac\x05\xaa\x2b\xa2\x79\xa3\x6b\x3b\x58\x18\xc8\xb4\x6b\x01\xae\x3d\xc9\x89\x0d\xc0\xb5\xab\x31\xe1\x60\x6b\x17\x00\x4c\x23\x7f\x92\x66\xd2\x2f\xc4\x52\xaa\xdd\x02\xa7\x5d\xd5\xd0\x41\xc3\x9e\x6a\xf4\xe9\x46\xc3\x39\x0e\xd0\xeb\xd5\x2d\x17\x78\xca\x3e\xbc\x0f\x31\x8d\x75\x40\xf0\x87\x8b\xfd\x01\x2d\x0d\xd5\x36\xf1\xfd\xea\xb3\x48\x35\xe9\xfd\x32\x8e\x17\xfd\xf4\xf9\x4a\xc8\xc1\xcb\x2f\xb6\xab\xe2\x35\xc3\xc1\x8c\x14\xf3\x7a\x82\x96\x10\x60\x5e\x57\x75\x36\x30\xaf\xa7\x5e\x4d\xe0\xac\x83\xcc\xda\xef\x2c\xcb\x7d\xaf\x81\x9d\x65\xe2\xad\xc2\xea\x67\xcd\x8a\x60\xed\x16\xba\x80\x28\x13\xc0\x2d\x16\x19\xe1\x6a\x4d\xab\x9e\x34\xc7\x87\x2e\x32\x5c\x7c\xc6\x23\x33\xcf\x10\x3d\xe9\x51\x5a\xc8\xeb\x60\x90\x17\xaa\xe9\x37\xc6\x7f\x88\xb7\xd5\x88\xfd\xdf\x1f\x20\xf6\x9f\x7e\x15\x27\x7b\x07\x36\x02\x94\xdd\x9a\x5d\xa0\x44\x35\xca\x71\xe1\x80\xd0\x3c\xb2\x3a\xa9\x3d\xf6\x0d\x18\x96\x1a\xac\x16\x74\x01\x13\xca\xcd\x58\xd0\x6c\x1e\x1c\x32\x16\x7c\x01\x9a\x75\x40\xd6\x9e\xda\x1f\x16\x5c\x37\x9a\x19\x44\xd6\x26\x03\x30\x40\xd6\x9e\x9a\x13\x40\xd6\x16\xf8\x25\x96\x31\xde\x68\x79\x20\x6b\x37\x2d\xaa\x02\x6b\xab\x9e\xaf\x89\x54\x1d\xd5\x3f\x88\xc0\x46\x43\x5a\x00\xfe\x2f\x47\x4e\x53\x89\xa7\x2c\x20\xb7\xe7\xb4\xcd\x93\x5a\xdb\x31\x24\xc6\x00\x6b\x14\x4b\x74\x12\xd0\xaf\x62\x11\x13\x09\x6c\x47\x00\xa0\x5d\x0c\xc0\x5c\x3a\x1d\xf6\xfd\x65\x74\x3d\x6d\x36\xae\x1b\x25\x1e\x04\xed\x9e\xb6\x99\x40\x48\xd5\x48\x70\xb2\xeb\x6e\x03\x39\x2f\x73\x7a\xdf\x77\x29\xf8\x13\xa5\xa9\x5d\x72\xa5\x91\xbf\x14\x8c\x7b\x17\x4c\x8a\x58\xcb\xe7\xb9\xc6\x59\xab\xa7\x4e\x38\x6c\x53\x36\x44\xbd\xf6\xc4\x2d\xa0\xb5\x2e\xea\xa5\xbd\x1e\x44\xd2\x58\x9f\x74\x5a\xc6\x9c\x2e\x33\xf3\xfc\x28\x71\xdc\xa2\x8d\xc6\x32\x8e\xdb\x59\x8c\x95\xbe\xf9\xa5\x4f\x0c\x75\x15\x0a\x20\xb0\x2b\x64\x3d\xb1\x48\x0f\x9f\x9a\x10\x17\x5c\x91\xc5\x66\xa2\xb3\x92\xff\x16\xe0\x64\x17\xc1\x2d\x03\xa0\xec\xae\x5f\x62\xed\x74\x14\x4a\xb8\xad\x86\x8d\x33\x1f\x05\x05\x6e\x61\xcc\x77\xcf\x58\xd8\x31\x3c\xec\x03\xac\x5d\x64\x0a\x0d\x90\xb5\x9b\x87\x3b\x90\xb5\x8b\xfc\x95\x01\xb4\xb6\xc8\x54\xb1\xb0\x5e\x28\xdd\xd6\xaf\x62\x5a\xe1\x05\x32\xbf\x75\x34\x2d\x6c\x11\xfa\xc4\x40\xd3\xee\x20\x01\xc6\x02\xc6\x7f\x21\xa1\xd6\xa3\x7d\x9b\x76\x62\x76\xdf\xf9\x28\x0b\xf7\x71\x71\xce\x3f\x84\x3b\xdb\x4b\x6a\xc5\xaa\x76\xeb\x31\xed\xc8\xaf\x9e\xfe\x41\xf5\x3e\xad\x78\x02\x56\x13\x8b\x48\xc9\x9d\x23\x22\x28\x37\x88\x6c\xb1\xc8\x5a\xd9\x79\x21\x0b\x3e\x98\xc3\xd1\xc2\x32\xa1\xf5\x62\x11\xef\xa8\x09\x76\xbd\x38\x79\x50\xbc\xd6\xeb\x57\xd9\x59\x80\xf1\xae\x5a\x54\x41\xeb\x6e\xc6\x3b\x00\xd6\x5d\x76\xc8\x3e\x68\xdd\x53\xd3\xe9\x79\xd8\x05\xbe\x30\xb9\x1e\x5c\x5f\x64\xb7\x7a\x6d\x09\xfb\xab\xa4\x3c\xd0\xaf\xe7\x27\x67\x1b\x40\x92\x71\x16\x8c\x68\xe3\x2f\x64\xf2\x38\xc9\x7b\x51\x87\x3e\x8b\x04\x80\x95\x6b\xcc\x7e\x08\xaf\x53\xc0\x49\x25\x96\x40\xe0\xc6\x73\x00\xf7\x1d\x83\xe3\xea\x59\xb1\x24\x71\x74\x03\xbc\x3b\x34\xaa\x9d\x8d\x49\xe7\x2a\x3a\x71\x1c\x83\xcb\x17\x27\xc1\x8a\x6a\x39\xa0\x7a\x7f\x0f\xf9\x07\x86\x41\x46\x0f\x58\xef\x32\x4d\xfc\x39\x31\x23\xb8\x51\x9f\x88\x63\xa7\x29\x78\xdf\xf5\xd8\x25\x38\x78\xe1\xdb\x80\x7d\x20\xa6\xce\x4e\xc6\xa2\x5d\xdb\x3d\xcc\x53\x57\x0c\xd7\x1e\xf2\xcf\x8e\xb0\xb0\x37\x3f\x7d\x34\x35\x1e\x9d\x9f\xda\x39\x8d\xc3\x3f\x3f\xa1\xdb\x76\x27\x4d\xc2\xf3\x6d\x0e\xa6\x67\x6d\xfb\x27\xf1\x2f\x06\xe6\x9d\x1a\x8c\x3d\x34\x9c\x04\x2b\xee\x82\x83\x90\x0a\x04\xed\x19\x46\xec\xf1\x21\xbc\xb5\xd3\x10\xfd\x53\xae\xc6\xf4\x21\x8e\xd3\xe1\x43\xc0\x40\x1d\x3e\x23\x5d\x3a\x05\x24\x06\x7d\x8e\x4a\x27\x90\x8b\x1e\xb9\x4e\x02\x66\xb6\xde\x7d\x82\xb9\x68\xc6\x19\xc8\xe1\xdd\xb8\xe8\x33\x77\xc9\xbe\xad\x81\x9e\xd2\xc0\x5c\xdc\x3a\xe2\x99\x38\x68\x1c\x91\x44\x1c\x39\x77\x75\xe9\x3a\x3a\x0b\xe0\xb2\xe1\x7d\x1c\x17\x0e\x88\x71\x83\xec\xd4\xc0\x8b\x17\xad\x48\xe7\x62\x35\xb1\xf3\x01\x35\x5e\xa0\xee\x89\x73\x71\xb2\x74\x22\xe1\xab\xdd\xda\xcc\xb9\xa4\xca\xe2\x5a\x5f\x2d\xcb\xef\xc4\xf7\xba\xa7\xc8\x49\x0b\xc2\x67\x6c\x81\x8b\xe6\xb4\x05\x94\x70\x3a\x54\x94\x70\x12\x8d\x99\xbe\x70\xf9\x82\x7f\xe0\x87\xc0\x9a\x70\x9e\x78\x37\x30\x39\x9c\x32\x1b\xa0\xb3\x81\x53\x1e\xaa\xb2\xe7\x05\xb5\xf5\xf0\x1a\x2a\x70\xbb\x0b\x63\xb3\x71\xce\xe7\x2d\x4b\x3d\xdf\x04\xb7\xa3\x3b\x38\xc8\xe2\x6d\x51\x3b\xb1\x3e\xcc\x7d\x0d\x7c\x2d\xe2\xf4\xd4\xd8\x6c\xd4\xef\x69\x8c\x90\xa3\x26\xb0\x93\xed\xff\xe1\xb7\xb2\x5f\x7e\xb8\x83\x9d\xcd\xc4\x9a\xc3\x13\x13\x80\x9c\x57\x33\x5f\x4f\xe2\x0c\x55\x04\xcf\x4f\x16\xd7\xb6\xaf\x51\xe5\x8d\xcb\x38\x61\xf4\x9d\xfb\x05\xa7\x08\xfd\x08\x34\x93\x2e\xe0\xf3\x13\xa6\xb5\x3a\x21\x15\xa6\x46\x28\x9c\x9a\x79\xd1\xc0\xcf\x17\x65\x8e\xbd\xf2\x7c\xb5\x07\xf1\x0c\x7c\xf5\x55\x99\x42\xc0\xb8\x59\x62\xa7\x86\x85\x50\xbc\x61\xa8\xfd\xd4\xc8\x3f\xc4\xdb\x75\x38\xa5\x39\xf5\x5c\x64\x6a\xd3\xee\xeb\x70\x3e\x20\xc6\xae\x23\x29\x66\x71\x6d\xcf\x2e\x7f\x50\x17\x7a\xf0\x3a\x70\xe4\x0d\x5f\x78\xb9\xff\xd5\xfd\x22\x62\x68\x82\x84\x1a\x57\x91\xca\xca\x6b\xa1\x97\x7d\x68\xf0\x42\xe5\x7a\x71\x4d\x01\x3a\x35\x61\x8b\x8a\xab\x88\x5e\x49\x09\x9f\xf8\x0d\x68\x7a\xe2\xda\x78\xbf\x4c\x76\x60\xdc\x03\xf0\xc2\x00\xa2\x3d\x5c\x35\x17\x0e\x4b\xb3\x62\x2f\xf0\x07\x01\x69\x8c\x4b\x6b\x30\xc0\x8c\x71\x61\x76\x30\xc4\xe3\xc2\x61\x39\x01\x8e\x8c\xab\xda\x50\xdf\xb8\xb8\xf6\x21\xe1\xd6\x7c\xe6\xe7\x0b\x3e\x64\xfd\xbe\x69\x70\x21\xed\x9d\x4f\x97\xd2\x1e\xd8\xc9\xb8\x70\x65\xc2\xa9\x14\x20\xc0\x07\x50\xb5\x71\x69\x27\xf6\x44\x00\x02\x7c\xd5\x53\x7f\x69\x27\x06\x5f\x27\xae\x26\x87\x8a\x45\x58\x36\xca\x27\xd8\xf0\xa1\x4c\xbc\x3a\xcd\x46\xa3\x01\x1b\x3e\xb4\xcb\x83\x0d\x1f\xa6\x08\x8a\x0d\x3f\x81\xcb\x89\x4b\xd8\x41\x24\xed\xd5\xed\xfd\xe6\x53\x98\x67\x9b\x7f\xdc\x7c\x95\x4e\xd6\x16\xc1\x06\x09\x80\x7c\x75\xbd\x5f\x43\x42\x38\x3e\x8a\x25\xc2\xa8\x9d\x0b\xb2\xad\x99\x7e\x68\x00\x0e\xbf\x7c\x88\xa9\x68\xb2\xd1\x45\x14\xa7\xf1\xb0\x97\xee\x4f\x30\x75\xe2\x1a\xf4\x93\x63\x37\xec\x27\xb4\x92\x6b\x30\x44\xe9\x67\xf1\xe0\x14\xcb\xbb\x7d\xc8\x1f\x2c\x18\xd6\x08\x48\xf6\xa1\xfd\xf0\x52\xc3\x4f\x56\x1e\x48\xf6\x51\x5d\x12\xf8\x3c\x81\xb3\x8c\x6b\xd2\xaf\x56\x16\x72\x4a\x8f\xbe\xa0\xd4\x87\x3b\xfe\x15\xf6\x37\x55\x0d\xa7\xd9\xf4\x07\x8c\xab\x28\xa3\xc0\xd7\x7f\x7f\x50\x6f\xb4\xfa\x66\x09\x61\x87\x4f\x9f\x62\x9e\xa1\x42\x5e\x20\x51\x19\x33\x74\x85\xd3\x1d\x95\xeb\x4a\x79\xac\xa8\xc7\xb7\x3d\x85\x31\x95\x40\xd0\xa7\x9b\x90\x10\xf4\x33\x1d\xec\x14\x56\x96\xeb\x75\xf0\x02\x0f\x2d\x51\xc6\xbc\x26\x07\xd8\x59\xbd\xf6\x5a\xa1\xae\xd8\x4e\x8c\x24\xbd\xbe\x6d\x28\x8c\xb6\xbc\x08\x19\xd2\x48\x09\x32\x7d\x49\x67\x19\x29\x4f\xc6\xd0\x5f\x32\x11\xa3\x68\x5f\x27\xd1\x60\x36\xed\xdb\x54\x42\x13\x3a\x88\xf5\xa1\xb5\xf6\x3a\xfd\x3e\x65\x7d\x7b\x4a\x2d\xe8\x29\xd7\x85\x08\x71\x01\xe1\xcd\x6c\xe5\xcf\x5c\xad\xeb\xb2\x70\xfa\x95\x0c\x28\xf0\xff\x03\x10\xfa\x30\xf4\xf4\x62\xc3\x01\xfa\x23\x00\xa1\x2f\xd3\xac\x3e\x50\xe8\xbb\x19\xcb\xd7\x6d\x56\x1f\x5d\x43\x3a\xd4\x34\x29\xe9\x82\xe2\x18\x0c\xb1\xb8\x3c\x16\x2c\x05\xd2\xb7\xe3\x2c\xd5\x1b\x70\xeb\xc3\xe0\xd3\xeb\x67\xd1\x54\x09\x3f\xe6\xd4\x2b\x07\x3c\x7d\x35\x8f\x47\x84\x79\x1d\x60\x20\xcc\x47\xdb\xcf\xd0\xe1\x8e\xe2\xa6\x73\xa4\x80\x07\x3f\xbe\xd3\xf2\x53\xf2\xb3\xb3\xfb\x00\x3c\x1f\x9a\x72\x2f\xfc\x8a\xe6\xee\x5d\x92\x7b\xf9\x9d\xd7\x4a\xa0\x02\x80\x42\xbf\x20\xae\x8a\x0b\x43\x87\xae\xf5\x8b\xf8\x99\xe6\x34\xd6\x4d\xa8\x06\x0e\xf2\x7c\x68\x06\xbe\xde\x7d\x76\xfc\x3e\x7b\x7f\x7a\xfd\x82\x0d\x35\x40\x9b\x2f\x66\x93\xde\x04\xc7\x68\x12\x06\x6d\x3e\x34\x28\x03\x28\x9f\xf0\x71\x86\x80\xf2\x5b\x07\x04\x50\x3e\x54\xe3\xc0\x81\x0f\x71\x10\x6e\xe2\x5b\xb4\x27\x03\xfd\x1e\x9a\x8d\x85\x7e\x9f\x8b\x35\x00\xf4\x7b\x1a\x2b\x08\xf4\xfb\xf7\x07\xc5\x55\x1b\x9a\x5c\xfb\x55\x1f\xd2\xf5\x4f\x69\xd5\xde\xf3\x19\x87\x93\x12\x90\xd9\xc6\xa5\xdd\x92\x73\x1c\x5e\x73\xfe\xb5\x39\xa8\xd8\x9e\xc7\x00\x5a\x0f\x78\x74\x02\xa0\xf5\x50\xbb\xbb\xf5\xe6\xc1\xcf\x12\x77\x6f\x80\x7f\xd0\x5f\xc8\x59\x37\x8b\xbb\xa3\xc4\xb3\x8b\x80\x83\xbe\xb4\x5e\x83\x77\xbe\xb4\x0b\x83\x77\x9e\x70\x87\x06\x18\xe7\x4b\xa3\xc0\x4d\x80\x06\xd0\x7a\x01\xde\xf9\xd2\x9a\x7e\x4f\xe2\x18\xb4\x4d\xdc\x04\x68\xd4\xfd\xd0\xcf\x3f\x7c\x9b\xe6\x20\x34\x01\x42\x5f\x80\xba\x05\x40\xe8\xd5\x40\x51\x70\xd0\xbb\x8a\xfb\x1d\xe8\x58\x76\x11\x11\x1a\x9a\x57\x80\x3e\xef\x9a\x69\x04\x23\x57\x71\xbb\x17\x5d\xc1\xe6\x7f\xe3\x68\x83\x9e\x38\x6e\x30\x4e\x0d\x50\xba\x11\x43\x3b\x42\xe7\x56\x33\x66\x06\xdf\x0b\x07\x6e\xf3\x43\x16\x46\x01\x8a\x24\x54\x93\x7b\x31\x37\xed\x8a\x25\xa6\x1d\xd7\x8a\x27\xe4\x22\xf0\xe3\x65\x07\xdc\x80\x3f\xde\x0d\x9d\x06\x7f\xbc\x1b\x3f\x29\x9c\xf8\xdc\xcf\xc8\x00\xcf\xf5\x25\xe5\x22\x05\x5f\x7e\x94\xd6\x7f\x3a\x6f\x55\x57\x03\x00\xbc\x18\x6a\x0d\x9e\x77\x85\x5e\x27\x6e\x45\x90\xbd\x78\x23\xc1\x51\x08\x6e\x6d\x0e\x47\xfe\x69\x85\xbb\x3f\x99\x14\xfb\xcb\xb7\x7c\xef\xd4\x04\x25\x38\x8e\xfd\x43\x24\x74\x3a\xf9\x76\xd8\x2d\x87\xf0\x08\x35\x65\x60\xbd\x9b\x69\x4e\xc0\x7a\x47\x43\x8b\xb8\x89\x1c\x0c\xbd\x4d\xf7\x4f\x2a\x74\x5f\x06\x43\xdc\x1e\x84\x27\xc8\x13\x14\xd8\xdf\x21\x22\x0d\xd8\xdf\x72\x9b\x04\xd0\xdf\x75\x0f\xb5\xb1\x0e\xae\xaa\xc7\x6a\xf3\xee\x63\x98\x29\x65\xbd\x1c\x4a\x5d\x0c\x70\xb9\x87\x19\x63\x20\x73\x2f\x9d\x1e\x00\x73\x7f\x7f\x30\x1f\x48\x77\x77\x7b\x10\x98\x7b\x87\xda\x82\xcc\xbd\x74\xb2\xdc\x78\xea\xc2\xbc\xbe\xfb\xa5\xec\xe5\xdb\xdf\x42\x01\xa5\x3a\x40\xec\x2e\x3b\x88\x46\xc8\xee\x74\x6a\x91\x0d\x64\x68\x85\xd0\xdc\xe1\x6e\x02\x34\x77\x6a\xac\x03\x99\xfb\xfb\x63\xf2\xa3\xf2\x59\x1f\xb2\xb6\xf4\x13\x98\xdd\xe9\x12\xfa\x1d\x10\xea\xd1\xbc\x1f\x9a\xb8\x81\x33\x3f\x30\x93\x3c\x9a\xfc\x0e\x52\xa1\x0f\x9f\x27\x1f\x0e\x11\x0d\xae\xf7\xf7\x51\x5f\x36\x76\x9a\x17\x8a\x39\x7a\x54\xa9\x7c\xa2\x4e\xd7\xf3\xaf\x70\xba\x62\x19\xfc\x3e\xe5\x7b\x29\x35\x7e\xc5\x6c\x79\x04\x3c\xe0\xdf\xd9\x99\xd6\x82\x7f\x87\x78\x01\x80\x7f\xa7\x7b\x3c\xe0\xdf\xe9\xd1\x1c\xf0\xef\x10\x19\xe9\x57\x6e\x9a\xc0\x7d\x30\x4f\xb5\x74\xfe\x08\x35\xd4\x2a\xf7\x83\x84\xc3\x75\x03\x0e\x78\xdd\x7d\x54\x81\x60\x64\xdb\xfb\x11\x70\x31\x6c\x66\x3b\x48\x9b\xe6\x19\x8c\xd7\x62\xaa\x80\x03\xbe\x74\x8b\x83\x03\x9e\x86\xd8\x03\xf7\x9d\x66\x7c\x03\xf7\xbd\x34\x8c\x82\xf6\x5d\xc2\x38\x16\xe0\xbe\x17\xdc\xce\xf1\x23\xf3\x48\x17\xf9\x0f\x83\x88\x1b\x11\x70\xdf\xdf\x0b\x3c\x44\xec\x9f\xd9\x1a\xc0\x7d\x7f\x7f\xf8\x14\x48\x65\x6c\x94\xc0\x7d\x7f\x7f\xf8\x29\x34\x6f\x36\x16\x90\xb9\x97\x00\x23\x80\x6f\x97\x28\x96\x3d\xd4\x4b\xf8\x12\xa0\x4c\x5a\xd2\x80\xc6\x4e\xe7\xea\x0f\xc2\x25\x75\xc2\x1f\x06\x15\x7d\xfb\xa0\x61\x87\x00\x19\xbf\xe9\xe4\xb6\xd5\x33\x99\x3c\xfe\x01\xa4\x11\x8b\xf2\x67\xa4\x5d\x78\x0d\x72\x42\xf5\x9a\x39\x82\x54\xfb\x05\x27\x50\x5b\xf0\xa9\xaf\xe1\xf6\x06\x4c\x76\x09\x13\xd7\xc0\xc9\x4e\x9d\x4c\xbf\x04\x4c\x8c\x3d\xed\x27\x79\xa3\xc9\x52\xbf\xf4\xab\x74\x77\x32\xb5\xa7\xf7\xad\xea\x9f\x20\x70\x01\x8a\xf6\x32\xfc\x00\x14\xed\x34\xf7\xef\x97\xc0\xb5\xb2\x16\x7f\x8b\x9d\x93\xed\x18\x1c\xec\x34\xd9\x1e\x18\xec\x12\x22\x7c\x81\x83\xbd\x4c\xd9\xf8\x99\x91\x6f\xc3\x49\x48\xf2\x28\x0b\x92\x75\xe8\xb3\x03\x99\x3a\x0d\x7a\xfc\x81\x42\x02\x29\x73\xfc\x4e\x00\x30\x1c\xeb\x6f\x2b\x08\x8d\x4d\x20\x56\x97\x10\xbb\xe6\x87\xbd\xdb\xa3\xe2\x0f\x7b\xb7\x61\x7b\x40\x59\xa7\x16\xeb\x1f\x76\x11\x23\xb8\x7e\x17\x13\x08\x71\x07\xac\x75\x7a\xc2\xfd\x5d\x88\x25\x47\xeb\x62\x1e\xb3\x77\xfc\x20\x5a\x82\xaa\x21\x7e\x98\xc1\xc3\x8c\xa2\xdf\xf5\x63\x79\x7b\xed\x84\xa3\x05\x17\xf8\x98\x2e\xa0\x4f\xdf\x5d\x9e\xea\xc1\xbe\x5e\x1e\xd8\x7f\x98\x4b\x20\xf3\x0f\x70\xb0\x97\x1b\x18\xd8\xd7\xe9\x91\xf1\xf7\x73\xee\x51\x30\x81\x77\x01\x95\x7d\xfc\x7e\x7e\x94\x96\xfd\xfc\xa8\x2f\x83\x1b\x69\xf7\xfe\x6c\x8d\x1f\xd2\xa2\xe8\x35\x7e\x30\x27\xf7\xcf\x6e\xf4\x8f\x6f\xd7\x08\xdd\x7a\x60\x62\x2f\xcf\xcc\xbf\x47\x82\x50\x17\x1f\xb1\x76\xa6\xb3\x80\x89\xbd\x3c\x71\xff\x00\x26\x8d\x2d\xde\xd8\x67\x8c\x09\xfb\xa1\x1f\x1b\x2f\x0d\x40\x76\xaa\x8c\xfe\x08\xf5\x18\x1c\xe7\x7e\x58\xb4\x03\xac\xda\x00\x20\x7b\x69\x42\x00\x20\x7b\x69\xa4\x10\x1f\x3b\xb6\x04\x61\xff\xa9\x68\xa0\x3f\xf7\x9f\x2d\x42\x5e\xeb\x44\x71\x6e\x33\x61\x11\x6c\x33\x5b\x20\xbc\xd8\x3f\x99\x55\xcf\xf1\x4d\x79\x3d\x33\xcf\xc1\x0b\x6c\xc6\x00\x61\x2f\x8f\x98\x00\x61\x2f\x2d\x1c\x20\x57\x2f\xab\x0a\x72\xf5\xf2\x80\xfe\x28\x94\x69\xf3\x53\x9c\x24\x7e\xa8\x20\x64\x98\x61\x0f\x4a\xb4\xa7\xe7\x07\xdc\x3b\x8f\xd8\x00\x51\xa7\x01\x68\x0f\xb1\xdd\x5a\x78\xc0\x95\x0e\x43\x66\xc0\x95\x2e\xfb\xa4\x0a\xb0\xf4\xd2\xe0\x00\xb0\x74\xaa\xcc\x3d\x0d\x00\x45\x6b\xad\xb8\xf6\xf9\x66\xe7\xb1\xfd\x82\x2b\xbd\x3c\xa8\x3e\x8d\x5d\x89\xd3\xf6\xd3\xdc\xbb\x29\xb9\xa1\x36\x30\x93\xc0\x9e\x2e\xfb\x04\x0b\xf8\xf4\xf2\x3c\x0f\xf6\xf4\xf7\x87\xc5\x7d\x75\xd5\x25\xf8\xc8\x81\x6e\x8c\xce\x83\xce\xae\x2f\x6b\x23\x54\xb3\xce\x1f\x23\xbd\xd1\xfd\x9f\x6e\x35\x28\xba\x33\x84\x18\x06\x9e\xae\x40\xa4\x1a\x80\x49\xed\xc2\x30\x6f\x84\x71\x36\x0f\xf8\xa5\xd9\xcb\x5f\xe2\x0d\x8c\xeb\x14\x12\xe5\x19\x64\x25\xda\xa6\x21\x35\x2c\xa5\x80\x40\xa5\x49\xe9\xc1\x80\x2e\x34\xc8\x43\x02\xa9\x29\x0d\x8f\xf6\x73\x56\xc7\x33\x6d\x6a\xf3\x07\xeb\x0c\x49\x04\xdc\xf5\xda\x5d\x30\xcd\x99\xe4\x99\x38\xb8\xe6\x99\x40\x96\xa2\x39\x3d\x88\x78\x3d\xec\x4f\x80\xe0\xeb\x1c\x08\x87\x9a\x82\xc3\x6f\x72\x4d\xcc\xb5\x26\xd0\x47\xb9\xed\xe8\x6e\x14\xec\xe1\x43\xcc\x62\x36\x97\xc7\x70\x6a\x91\x04\x9e\x34\x4e\x9c\xce\x4c\xc3\xda\xbc\x7e\x7c\x88\xaa\x26\x31\xed\x8e\x1c\x62\x5f\xe7\xdc\xb3\x98\x40\xfb\x7a\xf8\x02\x65\x83\xae\x6d\x4e\xbd\xe8\xda\xa1\x47\xfa\x91\xbf\x9c\xd3\xe3\xb3\x2e\xc6\xd4\x87\x80\x47\x72\xbe\x92\xb5\xaf\xd7\xf6\x39\x0f\x0c\xc2\xcc\x01\x02\x3d\x8c\xd4\x04\x68\xbb\x2c\x6b\x47\x9c\x47\x71\x3e\x9c\xe0\x6c\x39\xd7\x09\xf3\x28\x76\xfc\xb7\xc7\x74\x0d\xc8\xe0\x6f\x57\xc3\xb1\xc0\xdf\xae\x2a\x9d\xcf\xb7\xf7\x34\x55\xa2\x87\x68\x3f\x93\xec\x1e\xc8\x83\x85\x92\x7a\x4e\xbb\x65\xfa\x43\x1a\x6a\x0a\x23\x0c\xb0\xd8\x30\x6c\x26\xda\x6a\xc0\xeb\x2e\x61\xc7\x73\x3e\x31\x42\x14\xb8\xee\xef\x43\xbe\x20\x5f\xb9\xd7\x92\x2e\xf9\xb2\xee\x78\x6a\x07\x3a\xe0\x5e\xdd\x97\xf8\xf3\xf4\x0a\xe8\x80\x62\x92\x80\xd6\x5d\xb5\xa9\x3c\x17\x89\x88\x87\xcf\xbc\x44\x21\xf3\xfd\x9b\xf4\x64\x2b\x21\x4f\x83\xad\x84\xd0\xc8\x53\x1e\x60\xdd\x0d\xdc\xfb\x78\x4c\xa6\xaa\xbe\x4b\x1d\x50\x0b\x1e\x01\x08\xd0\x93\x1e\x4e\x3b\xc7\xfe\xbe\x2e\x40\xbf\xf3\xc0\x58\xe8\xf3\x98\xf6\xd9\xaa\x80\xed\x9e\x46\x22\x8a\xda\xed\xbe\x00\x6a\x77\x53\x80\x03\xda\x5d\xdd\x5f\x01\xed\x9e\x6a\xfd\x80\x76\xb7\x6a\x7b\x77\x78\xb9\x95\xfe\x01\x39\x60\x25\xe4\x6f\x77\x21\x6b\xd4\x09\x9f\x01\x7a\xcd\x21\xfe\x91\x5e\x5e\x2c\x8c\x83\x95\x53\xe5\x47\x78\xdf\x7e\x97\x93\xa3\xeb\xec\x07\x01\xbe\xc2\x9f\xf4\xac\x66\x25\x08\x9f\xdc\x8d\x7f\x1c\x55\x25\x0b\xbe\x89\xe1\xd0\x3f\x1e\xf5\xa8\xc4\x43\x5c\x96\x3d\x07\xb6\xa1\x51\xf4\x8f\xd8\x86\x0a\xce\x87\x8a\xba\x80\xf0\x12\x97\xfa\xb7\x58\x7b\x14\x41\x2e\xe6\xe7\xc7\x17\xf8\x1a\xfb\xea\x1e\x13\xc3\x29\xd9\x56\xc1\xfb\x6e\xe1\xf3\x90\xcd\x0b\xa6\xf5\x10\x66\x69\x50\x3d\x38\xe0\x45\x8f\x33\x38\xe0\x65\x8b\xb2\x57\xf1\x12\xfe\x00\x1f\xd4\x89\x21\xad\xd2\x2e\x8c\x49\xa8\x2c\x7b\x65\xd9\xfb\x2a\x04\x58\x78\xd7\xf3\xf4\x7e\x87\xb2\x2a\x66\xe6\x0b\x8e\x03\x34\x76\x01\x56\x78\x15\xe4\x09\xac\xf0\xaa\x97\xeb\x3d\xdc\x6c\xd8\x92\x5e\xc2\xd7\xcd\x0b\x78\xcd\xa2\x1e\x7e\x88\x2c\x51\x76\xf3\x17\x97\xc8\x36\x54\x80\x2e\x5e\x8c\xd8\x02\x5d\xbc\xc0\xe2\x17\xa0\x8b\x57\x3d\xbe\x2f\xa7\x32\x38\xbf\xe2\x2d\xcc\x2a\x6b\x57\x88\x68\xec\x7e\x87\xe9\xcf\x4e\x0d\x1a\x79\x31\xa0\xee\x15\x35\x62\x3f\x03\xa4\x03\x33\xe9\x2d\x22\x46\x7a\xad\x10\xb1\x2b\x08\xe2\x54\xa3\x7f\x75\x66\x17\xaf\x49\xe6\x40\xa7\x04\xa5\xbc\xc1\xc8\x15\xa0\x8e\x37\xad\x60\x2f\xc4\x10\x95\xf1\x78\x89\x8e\x37\x14\x03\x3c\xf1\xa8\xfb\x5a\xf1\x6b\xdf\xb9\x83\x77\xaf\xf7\x00\xd2\x4c\x62\x90\xd4\xd9\xdf\x8e\x81\x9d\xe3\xc3\xeb\x81\x4b\x1b\x09\x20\xe2\xcb\xe0\x42\x30\xc4\x4b\xb4\xe5\x1b\x0f\xfb\xa0\xd7\xfa\xc2\xd8\xa7\x5e\xe0\x71\xf5\x72\x83\x34\xde\x8c\xf1\x07\x69\xbc\x1b\x04\xfe\x0e\xc9\x65\xbc\x76\x41\xef\x1f\x60\xc5\xec\x0f\x99\x25\x4d\x35\x86\x15\x77\x7c\x86\x09\x50\x74\xc7\x20\x1e\x96\xcd\xe2\x05\x57\x6d\x9f\x12\xde\x49\x88\x20\xfb\x37\xd8\xe4\xda\xfe\x5e\xc3\xe1\x99\xf2\xef\xc4\x23\xe9\x5c\x98\xe0\xe2\xb1\xd2\x5f\xd1\x20\xed\x31\xe0\x74\x43\x3c\x38\x10\xc8\x03\x14\xf0\x00\x81\x7c\x42\xfb\x18\x00\x90\x37\x93\xe4\x04\x20\x0f\xfd\xc2\x00\x90\x4f\x37\x51\x00\xc8\xc3\x98\xc5\xd7\xf3\x5d\x77\xd4\xcd\x74\xb6\x7a\xc0\x4d\xec\xc5\x90\x96\xc0\x57\x13\x8c\x1f\x3f\xc4\xf1\xae\x23\x31\x5f\x8f\x77\x02\xc8\x82\x27\xbe\xf4\xde\xbd\x6a\x02\xdd\x55\x02\xfa\xa4\x16\x87\x57\x4d\x00\x5e\xe3\x00\x69\xbc\x41\x9c\x1e\x20\x8d\x7f\x7f\xf8\xfa\x43\x52\x09\x0f\xe1\xb7\xd0\x1b\xfc\x92\xc5\xac\xaf\xfa\xd5\xfe\x87\x00\x78\x17\x07\x5f\x94\x99\x77\x61\x21\x66\xbb\x04\x8e\xbc\x44\x77\x2d\x41\x7e\xa4\xcd\x1e\xc8\xf1\x56\xff\x16\x70\xef\xb7\xa3\x2f\xe3\x97\xdf\xd3\x20\x21\x57\xda\x89\xf5\xcc\xf9\x74\xda\x9f\xae\x28\xfc\xe9\xc6\x80\x02\x4e\x5e\x42\x8f\xf2\xab\xdd\xd0\xf5\xce\xd6\x6a\x1a\x02\x88\xe4\x65\x4f\xb4\x0b\xec\x75\xe7\xd9\xb7\xb5\x76\xf7\xf4\x97\x48\xa7\x10\xa5\xed\x25\x3a\x5f\x7b\x1b\x10\xe6\xdf\xf2\xf2\x87\xf4\x4e\x74\x34\x0e\x0e\xcf\x01\xef\x4d\xca\xaa\x5d\xa5\x69\x50\x8c\xc0\xf7\x26\xbe\xb7\xf8\x82\x03\x60\xfd\x6e\x0c\xaa\x4e\x2f\x8f\x82\xca\x1a\x8f\x82\xba\xd4\x5f\x88\x2d\x96\x2d\xfd\x61\xd8\x74\x16\x41\x8f\xb4\xe5\xcb\xa6\x3e\xe2\x43\xa4\x54\xb9\x0f\x00\x6f\x1e\xcd\x99\xf6\xf8\xae\xf7\xb1\xd0\x73\x28\x78\xbf\xdd\xe9\xdf\xca\x7c\xac\x10\x1d\xf3\xb8\x28\xac\x1d\x1b\x4d\xfa\x07\xe7\x37\x76\xc2\xf7\x55\x09\xb2\x42\xdf\x06\x14\xc6\xf3\xbf\x40\xb3\x75\xf6\xce\xd7\x93\x59\xdf\x7f\x98\xa2\xe3\xdb\xf6\x4b\xfd\x7f\xff\x3f\x0f\x36\x0e\x0c\x43\x79\x10\xe0\x49\x2c\x66\x1e\xc0\xb4\x05\x76\xab\x3c\x0e\xa2\x05\x3e\xc1\x96\x07\xd9\x51\xa0\x52\x24\x30\xe9\x1d\x5b\x55\x1e\xb2\xf2\x56\x3f\x04\x44\x40\xf5\xf9\x5b\xa8\x05\xae\xc5\x9d\xe4\x79\x88\x8a\x88\x9f\x4b\x80\xd1\xbf\xc2\x16\x3f\xcc\xfd\x1b\x5c\x33\x20\xe0\xe9\xe5\x51\xcc\xfd\xa3\x04\xa2\xfe\x89\x3a\xc8\x03\x67\x0a\x7a\x47\x1e\x84\x3b\xad\xfd\x32\xbb\xcb\xf4\xdd\xc5\xc1\x94\x4b\xb3\x36\xf2\xbb\xc6\xdb\x8e\xad\x20\x8f\x6a\x25\xfc\x3e\x49\xc4\xa8\x11\x09\x2e\x7a\x10\x8a\x94\xc7\xb7\x71\x68\x45\xcc\xa3\x9e\xe0\x43\xf8\xbc\x19\x95\xfb\x4b\x88\xf5\xfd\xc7\x4f\x0f\x98\x5f\x32\x3d\x90\x2f\xe1\x55\x2f\xf6\x57\xb3\xb3\x2b\x9d\xda\x36\xcc\x03\xd7\x4a\x07\xcb\x23\x43\x98\x44\xbb\x3c\x1a\x88\x3a\x9d\xe2\xbe\x0d\x69\x70\xac\xcb\x83\xcc\xe1\x5d\x0d\xac\x84\x58\x11\xf2\xf0\xdc\x38\x1c\x12\xbc\xed\x48\xdd\x04\xab\xfd\xfb\xc3\xaf\x32\xf5\x92\x87\xbe\x4d\xab\x02\xdc\x91\x80\xb8\x07\x92\x2c\x0f\x6c\x81\x68\x20\x79\x74\xe2\x9e\xc3\x67\x08\xac\xf7\x3b\xdf\xbe\xd6\x77\x61\x64\x0b\x93\xef\x98\xc7\xa0\x57\x1b\xa3\xe6\x41\x13\xfd\x3b\x0f\xa0\x36\xc8\x5a\x49\x80\xde\xbf\x3f\x7c\x63\x72\x50\xe4\xab\xf8\xd1\x03\xda\xd1\x04\x02\xbe\x1d\xed\x2f\x11\x97\x87\x9b\x1b\x18\x6c\x79\x48\xec\x57\xe8\x4e\xce\xa6\x38\xfe\xf3\x00\xc7\xb8\x34\x9e\x21\xa0\x8b\x94\x8b\x04\xef\x3d\xab\xd3\x89\xfd\x29\xad\x2f\xee\x73\x82\x1a\xf2\x08\xc9\x5f\x7c\x06\x90\x24\xa7\x4a\x6c\xc9\x4e\x01\x31\x18\x79\xda\x81\x5d\xb2\x39\x76\xb0\xc2\xa7\x4d\x72\xdf\x1a\x96\x0c\x7f\x1f\x46\xc2\x04\x20\x3e\x21\xeb\x4c\xf0\xe1\x93\x73\x67\x82\x0f\x3f\x67\x32\x85\xc4\x87\xb7\x16\xc4\x7f\xed\x0e\x24\xfe\xab\x38\x39\xd8\xe7\x86\xad\xfc\xf6\xb9\xb6\x17\x56\x8a\xee\xec\xfd\x5d\x09\x0a\x80\xef\xaf\xda\x02\x40\x95\x62\xd7\x22\x75\x91\x59\x32\x78\xd5\xbe\x40\xa2\x02\x51\x42\x09\x88\x7c\xc3\x6e\x93\x87\x47\xd6\x11\x3e\xc4\xa1\x47\x69\x22\x88\x07\x3c\x25\x79\x2c\x51\x60\x69\xff\x52\x90\xfb\xd0\xcd\x57\xbd\xaf\x9a\xe4\x7d\xe7\xae\xf2\x84\x43\xee\x70\x52\xb3\x31\x56\xe7\x9f\xfe\x7c\xd7\x19\x6c\x52\x58\x8a\xf3\xd0\x61\x36\x5c\x1e\x66\x33\xec\x6b\x13\x8a\xa8\x11\x8e\x7e\xb4\xde\x3c\x74\x9e\xed\x8f\x5e\x14\xe6\x7d\x97\x96\x5d\xcf\xd1\x76\xaf\x3f\x78\x3c\x14\x70\x60\xda\x23\xeb\x53\x4c\xfb\x18\x0e\x1b\x98\xf6\x43\xd9\x05\x41\x60\xb3\x76\xd7\xae\x9d\x7f\x7c\x22\x77\x8b\x10\xb0\xef\x48\x21\x4b\x71\xec\xa7\x33\xfb\x52\x00\x2d\xdf\xb6\xc3\x28\xfa\xb2\x46\x96\x66\xb0\x38\x35\x85\x87\x77\x28\xa4\x08\x28\xee\x4e\x3c\x76\xd9\xa5\x8c\x92\xd7\xde\x26\x13\x4f\x1c\xca\xfd\xdb\x0a\xd1\xfc\xdb\xe5\xaa\xbc\x92\x94\xca\xe6\x10\x43\x0c\x0e\x41\x1e\xe4\x48\x0f\x85\xc6\x4d\xc6\x4b\x50\x30\x1c\x84\xcb\x59\xce\x71\x73\x28\x28\x74\xd8\x4d\x27\x18\x19\x12\x43\xe9\xf3\x43\xe6\xee\x97\x19\x04\x47\xf6\x3b\x6f\xb6\x66\x77\xfd\x2c\x8c\x0a\x7d\xe7\xcd\x72\x58\x30\x81\x06\xcb\x09\x0c\x1d\x61\x58\x51\x36\xe8\xe2\xcc\x21\x2b\x2f\xe6\xfe\x41\x01\xae\x72\x52\x2d\x0e\xe7\xe6\x63\x01\xbe\xfc\xf8\x82\x7f\x10\xb5\xe8\xe0\x00\xbc\x5a\xec\x6b\xb2\x9c\x71\xda\xe6\x41\x6e\xc6\x16\x7b\x5a\x5e\x6d\x3e\xa9\x19\x78\x02\xf2\xd0\xf0\x3a\xff\xcc\x60\xc8\xe3\x15\x99\xde\x2f\x84\x6f\x51\xdf\xef\x64\xd9\x0f\xc5\xb7\x27\xcb\xa9\x18\xfb\xb4\x82\xe5\x50\xa3\x13\xc4\x74\x6e\xc0\x5b\xb8\x85\x06\x71\xcd\x80\xec\x66\x39\x5c\x33\x8d\xeb\x4f\x80\x10\x90\x9f\x05\x34\xed\xb6\x9f\x21\x4b\x9a\xde\x04\xb1\xbf\xc2\xc2\x92\xe5\xc0\x75\x4a\xed\x40\xef\x6f\xf8\xff\xb3\xc8\xa1\x1f\x5e\xdb\x1f\x7c\xbf\xc8\xcd\x7a\x70\x8d\x47\x3e\xbc\x6f\x7f\x54\x3f\x44\x68\xd5\xa7\xa6\xa6\xa8\xfe\xe1\xae\x23\xaa\x3f\xe6\x81\x14\xd5\x3f\xc0\xb1\x4d\x60\xfd\x2b\x20\x3d\x59\xbe\xe3\xe4\xe2\x6c\x90\x85\x18\x68\x8e\x22\x59\xaa\xcd\xa7\x04\x39\x04\xe9\x3b\x20\xfe\x4b\x4c\xff\x80\x7a\x0a\x75\x39\x8b\xf4\xf5\x48\x71\xf0\xfe\xe7\xe8\x7c\xd4\xe3\x21\x99\x1d\x59\x1a\xa8\xb9\x83\x12\x70\xe6\xc1\x5d\x9c\x85\x9c\x12\x90\x8f\xb2\x74\x2c\x19\x83\x8f\x76\x5f\x9e\x14\x0d\x90\x15\xa9\x61\x09\x73\xc0\xf7\x87\x4f\x11\x1c\x3c\x7c\x9b\xd8\xf4\x7d\x4d\x1b\x2c\xd9\xe3\xa4\xba\x06\xcc\x01\xa9\xce\x56\x3c\x4e\xaa\x9d\x14\x8e\x93\xc4\x9e\x64\x21\xf7\x8e\x40\x9f\x84\x5e\xe0\x7b\x88\x56\x93\x9e\x42\x44\x74\x96\x01\x14\xa2\xfd\x4d\x4e\x5e\xd8\xdf\x83\x63\x13\x82\xbf\x90\x7a\x02\x9f\x4f\x16\x22\xa8\x15\x08\xc5\x6c\x13\x67\xc3\x74\x0f\xa4\x6d\x24\x9b\xb8\xed\x41\x2e\xf0\xad\x08\x3e\x3a\x59\xf8\x4e\x37\x76\xe5\x98\xce\x37\x10\xb2\xd2\x2e\xd3\x4c\x8c\xb9\x36\xe1\x1d\x98\x6e\xb9\xc5\x2c\xbe\xf4\x21\x1b\xed\xec\x0b\x56\x26\xf2\xa1\x70\xd0\xdc\x03\xc4\x79\x12\x5a\xd9\x84\x8f\x20\x88\x12\x4d\xf9\x08\xf0\xbc\x27\x74\x04\x8d\xb8\xaa\x2c\xc4\x89\x40\x63\x96\x85\x00\xb7\x3d\xdd\xa0\x5a\x24\xba\x25\xcb\xb7\x2d\x17\x50\x70\xb2\x64\xb1\x12\x74\x40\x32\x7d\x1c\x05\xa0\x39\x86\x43\xe5\xd1\x92\x43\x7a\x42\x6c\x50\x8a\xf3\x2a\x25\xb6\xe4\x7a\x39\x29\x9d\xd1\xe4\x79\x0f\x87\x8a\x84\xc0\xe2\xbc\x72\x6b\xdd\xf5\x00\x80\x83\xfc\x87\x2c\xf2\xed\x1e\xbe\x7c\x93\x4d\x46\x69\x06\x63\xdb\xdd\x27\xce\x5c\x94\xa3\x82\x39\xd8\x8d\xbf\x9c\xcc\x74\xe4\x6f\x21\xe6\x3a\x08\x64\x4f\xd8\x0e\x2a\x48\x48\x59\x38\x23\x36\xab\xfd\xed\x9a\x13\x26\x90\x84\xe1\xa0\xe1\xa5\xca\x72\x81\xf6\xbc\xe2\x2f\x09\x57\xe0\x67\x19\xc1\x30\xea\x23\x0c\xe5\x80\x3e\x42\x87\x0b\x1f\x61\x77\x88\xf4\x11\xa2\xf6\x97\x6f\x63\x6b\x64\x75\x26\x14\x09\x93\x40\x98\x94\x22\x61\x0b\xa9\x5b\x5e\x74\xaf\x51\xab\x6d\xc5\x2d\x59\x07\xdf\xbf\x6d\x85\xd7\x48\x4d\xe2\xd4\xb3\xdc\x2c\x39\x25\xd9\x4d\xdc\x02\x87\x0c\xe8\x15\xbe\x87\x7c\x83\xd4\x3c\xb4\x85\x82\x23\xb1\xd8\x81\xdb\x90\xea\xa8\x00\xe6\xd8\x95\x2d\xf2\x28\xa0\xb4\xc1\xa3\x90\xcb\x4e\x03\x80\xb1\x2a\x73\x48\x19\xc7\x1c\x93\xe5\xc1\xd7\xda\x7c\xc6\x8f\xda\x1e\xac\x9e\xd3\xa5\xf8\x58\x6f\x3b\xec\x21\xd4\xa8\xf9\xc7\x0f\x23\x24\x8d\x7e\x05\x2c\xf6\x9a\xbc\x7a\x8e\x83\xb0\x2d\x54\xcf\x18\xb2\x2d\x44\x28\x8b\x8c\x9b\xb3\x9d\x06\x93\x00\x63\x90\x75\x1f\x2c\x1b\xd7\xcd\x3f\x26\x3f\x08\x7a\x6c\x5e\x03\xa5\xc6\x3c\x86\x9e\xa1\xe3\xf3\xcb\x7a\x04\xd0\xd3\xbe\x9c\xb8\xcb\xfd\xa8\xb0\x5f\x8b\x6b\xfc\xbc\x34\xa1\x1e\xb6\x8d\x45\x00\x9f\x43\x54\x0b\xf3\x64\x09\x0a\x42\x56\xf2\xc9\x21\xcb\xcb\xea\xc9\x12\x53\x6d\xd6\x02\x87\xe5\xfe\xe3\x02\x81\xd9\xb7\x85\x28\xf0\xab\xb6\x1a\xc9\x54\x0b\x38\x0b\xcd\x97\x51\xa4\x2c\x01\x7b\xa3\x6c\x9d\x09\x4d\x44\x60\xdd\x4c\x69\x22\x02\x64\xbd\xac\xd2\xc4\xb3\x00\xa1\x89\x08\xd7\x0a\x2c\x11\x05\x6c\xd9\xac\xc0\x47\x91\x5f\x9d\xb5\x3a\x99\xd2\x87\x30\x8f\xd8\xaf\x4d\xb2\x5f\xaf\x0b\x61\x4d\x54\xc3\xf3\x24\xf6\xb9\xac\xa2\x89\x87\x0f\xb9\x77\x7a\x1d\xc0\x2e\xfb\x82\x55\xf5\x79\x02\xbd\x58\x63\x55\x3f\xa4\x27\x42\xe8\x24\x82\x6c\xee\x94\x35\x02\x58\xba\xac\x9d\x01\x65\xdb\x91\x35\x02\xc8\xe2\x94\x35\x22\x9c\xc6\xb5\x63\xed\x18\xfe\xe1\x57\x1d\xf6\xce\x57\xed\xfb\x4e\xdb\x90\xeb\x50\x45\x34\x75\x4f\xa8\x22\x02\xdf\x78\x42\x15\xa1\x1b\x2d\xe1\x7d\x88\xe6\x58\x11\x2f\xe8\x52\xaf\x53\xeb\x00\x2b\x0e\xae\x87\xef\x5c\xc3\x75\xf8\x07\xe3\x03\xfc\x38\x10\xe5\x59\x71\x3c\x2a\xca\xe0\x7a\x88\xb6\x5f\x20\x7a\xc7\xc9\x07\xe1\xd7\x9e\x7c\x61\x3c\x26\xcf\xcb\x01\x61\x47\x06\xd0\x0f\xa8\x0e\x95\xfd\xe4\x38\xfe\x3c\xa2\x56\x0e\x81\x84\x13\x67\xf5\x10\xe8\x79\x05\x16\x89\x81\x63\x2d\x61\x91\xe8\xc5\x5a\x05\x40\x15\xcb\x12\x01\x79\xa0\xd9\xdf\xc6\x33\x20\xb7\xcc\xfa\xed\x2f\xb5\xda\x50\x80\xa3\x62\x4f\xd7\xef\x40\x38\x60\xba\xcc\xfa\x6d\x3c\x9d\xbc\xed\xac\x6e\x3c\x84\x54\x25\xb4\x13\x83\x78\xb9\x84\x76\xa2\x37\xbb\x86\x50\x6c\x03\x33\x12\xda\x89\xb6\x67\x62\xc2\xd8\x62\x13\xd2\x6a\xf0\x82\x3b\x55\xba\x4a\x61\x83\x3f\x9c\x0f\x22\x92\x38\xbc\xdf\xe9\x70\x1c\x4e\x07\xd8\x82\xf1\xb2\x65\x5d\x34\x9f\x4d\xb8\x7e\x1b\x55\x23\xd6\x25\xeb\x22\x21\x11\x69\x5f\x3d\x03\xa6\xab\x0c\xe6\x60\x2d\x41\x55\xe3\x68\xba\xb2\xbe\x43\xe0\xd0\xa6\x54\xbf\xb3\xde\xd0\xb4\x53\x37\x94\x23\x1d\x73\xe2\x27\x74\xc5\xb9\xb5\x01\x79\x91\xf5\xdb\xda\xc6\xb1\x28\xe1\xdb\xda\x06\xf8\x53\x59\xbf\xad\x6d\x68\x8f\xaa\x10\xc0\x17\xe7\x00\x07\x42\x35\x46\x08\x31\x3c\xae\xc0\x87\x21\xcb\x5b\x42\x87\xd1\x96\x13\x1a\x3a\x8c\x3d\x65\x2e\x19\x77\xa9\x8f\x8e\x4e\x80\x7b\xb3\x0a\x82\x85\xf2\x28\x67\x06\xce\xbe\xac\xf0\x0f\x17\x45\xc9\x65\xd7\xf9\xf2\x22\x8f\x94\xfa\x70\x4c\x8c\x74\xed\x11\x72\xb3\x6c\x8c\xdb\xa9\x5b\x68\xc5\x1e\xbb\x67\xf4\x65\x55\xb9\xbe\xed\x3a\xaf\x2d\x99\xd2\x88\x24\x0f\x9f\xbf\x2d\x99\x8f\x1a\xb5\x99\x16\x7d\xd3\x45\x6c\x2d\x30\x6e\x94\xa2\x68\x84\x71\x43\xbb\x1b\x8c\x1b\xcd\xb3\xa1\x84\x1b\x81\xc7\x3c\x61\xdc\xe8\x5b\x28\x41\xb8\xa1\x05\xaa\xfe\xda\x77\xcd\x96\x53\x31\xd2\x6a\x4b\xa8\xbf\xf1\xdd\xef\x7e\x68\xfa\x21\xaa\xf7\x9d\x2c\x6b\x38\x39\x7f\x54\x75\x97\x06\x86\x53\xfa\xcc\x4d\x01\x7e\xe8\xe7\xcb\x54\xdb\x13\xe4\x2e\xf9\x85\xea\x83\x87\x60\xb3\xdc\xd2\x00\x36\x4b\x10\xba\xb2\x1a\xd4\x93\x6e\x3f\x0f\x55\x55\xa2\x3f\xce\x3b\x3a\x09\x4f\x66\xb5\x2f\x60\x21\x56\x75\xae\x24\xfa\x1f\x0e\xed\x63\x12\x88\xef\xbe\xf8\x0c\xa9\xa9\x31\x3d\x9e\x8c\xa4\xf4\xd8\x13\xf8\xb5\x00\x46\x07\xea\x0e\x9c\x12\x09\x75\xc7\xf7\x82\x7f\x2c\xec\x66\x94\xa0\x81\xd8\x73\x5e\x7d\x99\xc1\x68\x35\x92\x77\x04\x28\xc9\x09\x79\x47\xd7\x1e\x02\x79\x47\x25\x56\x21\xe1\xee\x28\xf3\x4f\x0e\xfb\x6c\x87\xf0\xe9\xbe\x84\x3f\xb2\xf9\xe1\x49\x89\x93\x6b\xeb\xeb\x35\x43\xc4\xc2\x6d\x70\x1a\x83\xcd\x9a\x0d\x2e\x7c\x2d\x89\xed\x70\x88\xd8\x98\x64\x0b\x21\x02\x29\xdb\x81\x08\x60\xa1\xb4\xb2\x9b\x91\xfc\x60\x8c\x2c\xd9\x28\x51\xa2\x79\x52\xba\x10\xd0\xdd\xb3\x41\xb8\x49\xd2\x5a\x42\x1d\x22\xf5\x5e\x42\x1d\x22\x0d\x61\xb6\x2a\x0a\x08\x55\x22\xe1\xca\xad\x6f\xd3\x7f\xd0\xfd\xd0\x7f\x14\x4f\x9c\xd0\x7f\x0c\x97\x62\x73\x27\x07\xc0\x38\x1b\xa8\xcc\x85\x65\xd9\x3c\x66\x42\x82\x90\xf2\x82\x68\xdc\x6d\x6e\xe5\x2a\x0b\xad\x31\x9d\xa6\x6f\x30\xda\xdd\xfb\x03\x83\x3e\xd5\x76\x8b\x5f\xbe\x1c\xbe\xec\x0f\x40\x25\x1d\x86\xa6\x61\xcf\x0f\xd1\x66\x96\x5c\x33\xb0\xd4\xf3\x4d\x6b\x36\x9a\x2a\x75\x66\xfb\xf0\x9a\x5a\xb0\x03\x37\x32\x6d\xab\x9d\xd7\xed\x48\x7a\xd8\xbd\x1f\x66\xb8\x6c\xdd\x88\x6b\xaf\x6d\xf4\x37\x31\x21\x0f\xa9\xff\xae\x6d\x33\x35\xfa\x4e\x9f\xd5\xd3\x71\xd3\x4c\x0c\x9b\x6c\x36\xcd\xc4\xce\x92\x61\xa0\x89\x0f\x31\x1b\x80\xf6\xcd\x06\x09\x68\x71\x4c\x86\xa5\xf1\xc2\xb4\x09\xbc\x40\xbe\x14\x89\x5e\xd9\xa6\x3d\xec\xbc\x9a\xd0\xa5\x39\x26\x30\xe3\x81\xa7\x96\x6d\x22\x5b\xa6\xd7\xcc\x5b\xb4\xae\x06\x31\x5e\x75\x41\x4c\xe6\x2d\x52\x03\x3a\x93\x01\x93\x7e\xc2\x66\x32\x20\xd6\x48\xd8\x4c\x7a\x2d\x56\x88\xfe\xc5\x70\x0a\x2f\x49\xd7\xa8\x01\xb3\x48\xd1\x0a\x02\xb3\xc8\x20\xf5\x3c\x21\x10\x19\xc0\x4a\x25\x04\x22\x03\xc0\xb5\x84\x40\x64\x14\x17\x6b\x52\x4f\xb4\xc0\x86\x89\xf7\xb0\x7b\xa1\x09\xd5\x30\x0d\x1b\x48\x92\x59\x91\x10\x80\x34\x62\xa6\xb2\x2d\x64\x2c\xf2\xb6\x2d\xc6\x18\x91\x01\x19\x48\x2a\x1a\x9b\x86\xdc\xe5\x80\xbb\x57\xbb\x06\x17\x95\x73\x76\x2d\x2a\x87\x58\x69\xda\x6b\x97\xd3\x6b\x31\x34\x4e\x04\xe0\x67\x42\x4b\x54\x3b\x19\x1b\xf6\xc9\x86\xc1\x36\x96\xfd\x7b\x92\x75\xed\xdb\xa7\xc2\xd1\x6b\x8b\xa6\x08\xf7\xe4\xf4\x79\xfa\x9a\xfd\x40\xee\x91\x74\x90\xdd\x64\xd9\xad\xe0\x18\xa9\x5a\x3b\xa5\x18\xd1\x66\xd4\x80\x5a\x8e\xb5\x1f\x62\x90\xf3\xaf\xd4\xac\x84\x8c\xa4\x1e\xce\x7a\x77\x60\xf4\xf4\x26\x69\x15\x8a\x0f\x24\x25\x83\x6c\xc0\x94\xa4\x24\x96\x43\x8a\x43\xb4\x28\x87\x88\x35\xf2\x58\x09\x7b\xc9\x20\xce\x27\x9b\x1b\xf0\xf2\xfe\xe0\x3e\xef\x9a\x60\xb1\xec\x66\x60\x2b\x73\xbf\x20\x18\x36\x6d\xf2\xb0\xba\xd2\xb7\x61\x5f\x55\xb0\xc2\x73\x45\x9e\x41\xb6\x6f\x13\x95\x1a\x33\x9b\xe9\x14\xba\xca\xda\xb7\x8b\x0e\x52\x6a\xb2\xfd\x1c\x79\x1b\xe1\x2e\x8a\x12\xd9\x20\x1b\x20\x01\x3a\xdb\x8f\xa9\xa8\xf0\xf9\x29\xeb\x50\x35\x20\x3c\x19\x55\xf1\x86\xa3\x74\xcb\x71\x76\xce\x5a\xbc\xcf\xdc\xf5\x79\x58\xf7\x0f\x65\xcc\x77\x88\x1d\xba\x2b\x1b\xc1\xad\x87\x1d\xf0\xda\x49\x54\x9b\x44\x30\x32\xf2\xb3\x99\x08\xa6\x10\x7f\x21\x05\x40\x2f\xeb\xec\x6a\x09\xbe\x5b\xf6\xc3\x5e\x6d\x5c\x57\xff\x98\xfc\x68\xbc\xb1\xb8\xe6\x5c\x58\x7d\x7b\xf8\x50\xf0\xc3\x8e\xf1\x4b\x4e\xcb\xca\xb5\xc9\xe0\x3e\xc3\x8a\x60\x0f\xe8\x07\xe1\x50\xd3\xe7\x7f\xec\xc0\x5e\x3f\x28\x51\xd6\xc2\x2e\xe2\xf9\x62\x55\x2d\x99\x9d\x0b\x76\x90\xec\xc5\x8e\xa7\x00\x36\x25\x82\x55\xb2\x7f\xa7\xd3\x0a\xda\x47\xc2\xa1\x32\xdc\x0d\xe0\x50\x69\xe4\xc4\x25\x14\x2a\x8d\xf8\xdf\x84\x1c\x25\x75\x2f\x74\xb6\x9b\xca\xce\x08\xbd\xc9\x22\x18\x33\x3b\x0c\x53\xc4\x6a\x25\xf4\x26\x83\x64\x97\xec\xcd\xb2\xe8\xa1\x4e\x59\xd5\x6b\x42\x03\x2c\x77\x38\xae\xdc\x27\xbc\x54\x1b\x3c\x9c\x25\x7d\xf8\x2e\x9c\x25\xfb\x10\x05\x67\xc9\x20\xe7\x2c\xe1\x2c\x19\xd5\xc6\x0f\x4f\xf6\xde\xa7\x12\xec\x29\x1d\xb0\x47\x97\x5d\x9f\x8e\x9f\xdd\x2e\xda\xa3\x63\xc9\x99\x10\xc4\xeb\xec\xd3\xf1\x0b\xdf\x9e\xc4\x48\x53\x55\x44\x75\xb5\x7a\x58\x19\x53\x2b\x75\x27\xbb\x6c\x4d\x5f\xb8\xb1\x64\x7b\xcd\x9c\x72\x00\x01\xc1\x49\xc8\x6a\xb3\x13\x8c\x4a\xd0\x7e\x6e\xfa\x93\xc3\xde\x86\x5d\x0a\x54\xe9\xec\x61\x65\x11\xd7\x3d\x98\x6c\xa8\x37\x1d\x7f\x61\x92\xd5\x94\x1d\x42\x69\x78\x08\x13\xf6\x94\xa1\x8e\x07\x7b\x4a\xaa\xbe\x75\xf6\x06\xbd\x5c\x1d\x1b\x65\x1e\x6c\x0e\x3d\xec\x3f\x3e\x44\x1e\x03\xc4\x85\x09\x47\xca\x20\x02\x30\xe5\x48\xc9\xef\xd0\xf5\x87\x80\x83\x40\xa5\x2a\x9b\x3b\xe4\xf9\xc0\x46\x67\x37\x13\xd7\xe3\x19\xcc\x2a\xa3\x3a\x6f\xbe\xbd\x63\x1d\xce\xb9\xe5\x08\xf0\x02\xc7\x3c\xad\x57\x1d\x43\x65\xaa\x19\xf7\x85\xfb\xc0\x3a\x72\xce\xd3\x1d\xd0\x39\xb5\x11\x43\x9f\xfd\x3b\x31\x75\x80\x41\xb3\x8b\x8f\xcf\xae\xde\x39\x18\xa5\x5a\x6f\xe7\x64\xa4\x73\xb4\x1b\xde\x89\xec\xea\xb0\xe2\x13\x67\x9f\x30\xb1\x0c\x52\x93\xb2\x23\x8b\x53\xa5\xb7\x7f\xb2\x38\xc2\x76\x5e\x0c\xb1\xdd\x4f\x70\x4a\x7a\xde\xe8\x17\x8b\xd4\xea\x7d\x42\x7a\x79\x32\xe8\xb7\x6b\x88\x97\x09\x02\x3d\xec\xfe\x1b\x45\x0b\x65\x04\xae\x97\x51\x51\x71\xfa\x6d\x50\x3b\xb5\xc0\x51\x96\x1e\x5c\xfa\xed\xe4\xa2\xaa\x3f\x04\x1c\xde\xc7\xfe\x03\xe7\xc7\xf6\x93\x6e\x9b\x9a\x71\x60\x87\x19\x90\x7b\x67\xe7\xd4\xb3\xa7\x38\x51\x97\x5d\x91\xf3\xb3\x09\xa8\x35\xf0\xbe\x54\x8f\xb3\xd0\xbe\x0c\x22\x74\x13\x76\x97\xb1\xab\x4a\xd8\x65\xaa\xe3\x41\xef\x32\x54\x1c\x61\x77\x19\x64\xd1\x67\x7f\x84\xc0\xf3\x85\x9d\x96\xed\x0f\x7c\xd4\x2e\x41\x60\xc9\x14\xd8\x5d\x81\xed\x47\x5f\x66\x12\x9b\x70\x07\x71\x6c\x0b\xbb\xd7\xaa\x2a\x12\x5f\x7a\x9b\x8f\x42\xf5\x32\xd4\xcc\x86\xfe\x23\x24\xa2\xc4\x2d\xe9\xe6\x0a\x71\x4b\x25\x70\x30\x47\x91\xb1\x61\x71\x2d\x36\xa3\xf7\x4f\x1c\x99\x3e\xff\x7c\x25\xd3\x79\x70\xb5\x0c\x62\x65\x73\x60\xc7\x4b\x85\xf7\x20\x30\x04\xa2\xb3\x1c\x75\x97\xc6\x57\x49\x2e\xd0\xe8\x31\x2a\xac\x99\xc5\x6b\x14\x8f\xe5\x0b\x98\x10\xbb\xf7\xc1\xcd\x67\x21\x43\x98\xd2\xca\xbe\x66\x21\x33\x19\x20\x4c\x19\xe4\x62\x24\x7c\x29\x43\xe5\x1a\xbe\x14\x79\x9d\x73\x90\xf1\xc5\x3a\x1a\x84\x72\x90\x17\x9c\x03\xee\x3e\x70\x5a\x73\x90\x92\x9b\xca\xca\x81\xc2\x4e\xce\x50\x0e\x72\x00\x0e\x7b\x05\x6f\x93\x89\xbe\x09\x6d\x8a\x9c\xd0\x39\x3a\x6e\x6f\x64\xd7\xe8\x04\x32\x86\xf7\xe9\x2e\x9f\x57\xaa\xb3\xee\xc6\x60\xc5\xb3\x67\xc2\x9a\x52\xcc\x8b\xcc\x31\xdc\x4e\x06\xd7\x4c\x9d\xe1\x43\xbb\x64\x7f\x90\x28\x52\xbc\xa6\xf9\x48\xca\x81\x22\x4f\xf2\x4e\x0e\xe9\xab\x59\x22\x03\x09\x9f\xae\x91\x31\x59\xf2\xc8\x8e\x31\x6d\x02\xa5\x11\xd1\x91\xf3\x2f\x80\xa4\x84\x79\x25\x75\x9a\x0e\xb2\x0c\x74\xdd\xc1\xbc\x32\xaa\xa3\x1e\x96\x88\x00\x81\x79\xa5\x37\xab\x05\x09\x20\xe1\xcf\x39\x04\x79\x77\x9d\x40\xb0\x32\xc8\x1d\xca\xa1\x38\x66\x1f\x19\xe8\xf0\x64\x42\xe5\x08\x32\x70\xd1\x4d\x06\x70\xee\xca\xf5\x81\x0e\x5f\x9d\xa0\x9f\x0e\xff\x7d\x94\x97\x13\x01\x8a\xe2\x3e\x08\x47\x3c\x9c\xe9\x98\xee\x72\x77\x2d\xda\xbd\x6e\x77\xa8\x5a\x4a\xee\x59\xf3\xc9\xee\x45\x7e\x66\xc2\xdb\x22\xc3\x76\xca\xdb\x92\xbb\xcf\x41\x80\x4f\xa7\xdf\x27\xbb\x3f\x55\x84\xeb\x8b\x38\x6f\xda\x83\x7a\xaf\xf1\x02\x4e\x95\xb5\xeb\x8d\x61\x8d\xcc\x96\x84\x23\xa5\x24\x29\x42\x39\x4e\x2d\xb0\x74\xe5\xe9\xc8\xfb\x36\x5a\xfc\x9e\x5b\x38\x8d\x40\x72\xce\x71\xe2\x65\xb3\x7a\x98\xcd\xfe\x7d\x08\xba\x19\x9b\x83\x46\xaf\x36\x33\xb0\x82\x55\x97\xf7\xe5\x30\xb0\x0b\x0f\x05\xbf\x25\x93\x78\x06\xaf\x48\x0e\xc5\x35\x5b\xed\x26\x31\x61\xff\x87\xb8\x24\x3d\x3e\x8d\xdb\xc9\x4e\x93\xd1\x96\xf7\x82\x00\xd4\x51\xd7\xe0\x50\xf8\xb2\x97\xc3\x67\x52\x04\x53\x4e\x08\x4d\xea\x72\x99\x61\x5a\x22\x56\x31\x07\xf9\x62\x5b\x40\x3d\x6a\x97\x3c\xff\xc9\xd8\xd4\x7a\x2d\xab\xc8\x44\x57\x86\x54\x64\x1d\xae\xf5\xd7\x64\x5b\x9e\x27\x42\x20\xf5\xbb\x8c\x57\xd9\x43\xad\x5f\x41\x17\x7d\xc8\x97\xf9\x10\xce\x1c\x22\x18\x73\x28\x56\x51\xfe\x20\x02\x59\x24\xa9\x27\x3c\x20\xc3\x9e\x9b\x9f\x86\xbb\xe7\xdd\xc4\x1b\x63\x64\x06\x9c\x20\xa9\xdb\x7f\x2a\x86\x11\x07\xf0\x7d\x0c\xb2\xba\x12\x2a\x8f\x05\xdd\x43\xce\x2d\x61\xbf\xc6\xc3\xcc\xb1\xd4\xbf\x21\xda\x18\x24\x69\xa5\x44\x1b\x09\x00\x70\x42\xb4\x31\x08\xc6\x4d\x38\x34\xd2\xf3\x14\x9c\x18\x9d\x54\xa2\x9c\xb8\x28\x52\xcb\xdd\x6c\xb6\xd2\x3f\x2e\xff\xf0\x07\xfd\xbe\x7c\x88\x40\x2e\x9b\x66\x44\x1a\x2b\x64\x76\x30\xf6\x58\x52\xb3\x13\x4f\x4f\x5f\x4f\x4c\x13\xab\x7a\xcd\xd9\x02\xf1\x29\xdf\x85\x26\x0b\xf8\x2e\x22\xf7\x33\xa4\x17\x54\x9f\xa1\x12\xb0\x95\x25\x14\x17\xa9\x4c\x92\xe2\x22\x61\x22\x4b\x28\x2e\xfa\x6e\xe7\xe0\x54\x83\x26\x0f\xc5\xc5\x34\x14\x12\xc6\x8a\xd4\x42\x00\x17\x45\xd9\x1d\x3c\x09\x61\xfc\x93\xbf\x3e\xe7\xb4\x44\xb6\xa5\x89\x5f\xc3\x3d\x1d\xa6\x8a\x66\x40\xd2\x44\x77\x5c\x0e\xd7\x27\xab\x42\x3b\x0f\x4c\x15\xa1\xc1\x44\xa6\x0a\x8d\x64\x30\x55\x34\x7d\x84\x50\x55\x34\x2d\x88\x33\x5e\x9e\xe1\x9b\x70\x5b\x93\x5e\x96\x33\x01\x0e\x73\xb0\x70\x4b\x00\x3f\x91\x33\xd9\x88\x51\x44\xa6\xa4\x52\xd3\x67\x70\x83\xa1\x3f\xcd\x64\xac\xd0\x00\x60\xa1\x88\xdd\x1b\x84\x4d\x27\xf4\x0a\x39\xc9\x94\x22\x61\x38\xe7\x82\x84\x6b\x5f\xfb\x32\xd7\xa7\x2f\x53\x39\xe1\x11\x6c\x3c\x81\xce\x1a\x6d\x26\x10\x2f\x5a\xea\xe6\x49\x44\x20\x46\x9b\x09\xc4\x8b\xc6\x9c\x79\x3a\xb8\xce\x1e\x30\x5e\xb4\x04\xcd\x93\xd6\x23\xf1\x27\xc4\x4e\xbb\x42\xe4\xcd\xaa\x3e\x6f\xf6\x0a\xc4\xcb\xbc\x88\x3a\x62\x27\x98\x17\x31\x95\xce\xb0\x8b\xc2\x9c\x91\xc4\x65\x4d\xe7\x05\xf0\x2e\x6a\x21\x90\x57\x94\xec\x76\x05\xb9\x45\xea\x3f\xb0\x57\x34\xbd\x6c\x90\x57\x7c\x0f\xd1\x84\x9b\xe6\x84\x2f\x9c\xee\x9f\x5c\x83\x49\x65\x5f\x13\x15\xad\xe6\x05\x7b\x45\x68\xc2\x81\xbd\x22\xb4\x3b\xc1\x5e\x61\x56\x74\x4a\x52\xa1\x06\x00\xff\x44\x68\xc8\x98\x3f\x92\xa9\xfc\x26\xdc\x4c\xd9\xed\x96\xdf\x05\xc3\x87\x1f\xa2\x30\xd7\xff\x8f\xc2\x6c\x81\x09\x3f\x56\x82\x08\x69\x8d\x5c\xf3\x61\x2c\x91\xb4\x32\x4b\x84\x8b\x0d\xcb\x78\x76\x4b\x26\xe6\xaa\xdb\x4a\xa2\xa2\xb7\xec\x78\xed\x77\x5a\xf3\x5a\x53\xef\x63\xa3\x71\xb6\x1b\x17\x65\x25\xe4\x8c\xb0\xd2\xef\x2e\xe0\xfb\x28\x9c\x11\x0d\x44\x81\x84\x32\xe2\xfb\x63\xf1\x43\x14\xc4\xc1\x35\x25\x63\x5a\x08\x80\x10\x0c\xf9\x88\x83\xa9\xb6\x7c\xd9\x5a\x4c\xae\x69\xe6\xfe\x0e\xa3\xbf\x7c\x9e\x26\x5b\xf0\xa7\xe5\x76\x3d\x7e\x51\x6c\x19\xcf\x90\x71\x93\xe3\xf0\x21\x02\x72\x10\x2f\x81\x89\x3b\x95\x23\xf1\xa9\xbf\x2d\xf7\x1f\x9c\x8b\xaa\x5f\x42\x8e\x1a\x05\x0a\x41\x45\x68\xd3\x08\xa0\xca\xd2\x68\xca\x28\x18\x2f\xe8\xfa\xc0\x0b\x9e\xc6\x62\x86\x20\x66\x4c\x4f\xa8\x2b\x2a\xe9\x11\x09\x73\x45\x68\xbd\x0a\x20\x24\x35\xc0\x44\xb5\xb2\x6c\x00\x21\xa0\x19\x12\x02\xe6\x8a\xa8\x56\x43\xe4\xb1\xe3\x4f\xd9\x16\xc2\x92\xd9\xc0\x06\x52\x9a\xbd\xd0\x80\x06\xb3\xea\xb8\xac\x35\x60\x85\xb0\x62\x76\x02\x1c\x49\x9a\x94\xa0\x9c\xe8\x1e\xa0\xa2\x83\xce\x85\x78\x0a\xac\xd6\xff\x9e\x01\x30\xcc\x4e\xeb\x76\x01\x1b\x4e\x74\xe8\xbc\x6d\xf6\xa0\xa9\xac\xab\x50\x0b\xd6\xb0\x18\x66\xc7\x3a\xf0\xc3\x71\x61\x97\x89\x21\x48\x8f\x6f\xb0\x5c\x0d\xf7\x0a\x1c\xde\x1e\xed\x43\x9c\x2f\x76\x74\xa8\x2c\x02\xe4\xbd\x84\xca\xc2\x7c\xf9\x84\xc9\x22\xd4\xb9\x61\xb2\xc8\xb9\xef\xd3\x66\x76\xe8\x20\x06\x2a\x0d\x39\x8a\xf0\xa3\xd4\x02\xc3\x03\x89\x05\x19\xb1\x31\xde\xfd\x01\x07\x9c\x63\x87\x51\x3a\x8d\x74\x09\xf8\xae\x8d\xce\x0c\x61\xbe\x30\x8b\x45\xd8\x4d\x8c\x6f\x3a\x09\x68\x5b\x52\x6d\x84\x35\x94\x16\x0b\xd4\xca\x84\xd2\x22\xb4\xa4\x04\xb0\x93\x5a\xa1\x82\xdd\x40\xb3\x08\x54\x17\x25\x8d\xd3\x85\xeb\xa2\x01\x94\x91\xb1\xec\x0b\x9a\xb0\x18\x73\x4e\x04\xff\x38\x2d\xa8\x35\x30\x92\x69\x25\x30\x25\x1b\x6c\x03\x5b\x45\x68\x52\x81\x94\x22\x3c\xd2\xc2\x49\x11\x7b\x2e\x00\x04\xe9\x91\x3e\xc8\x52\xcd\xe9\xe2\x40\xd2\xab\x30\x42\x50\x11\xda\x03\x24\xa8\xc8\xe9\x8c\x44\xbc\x7b\xd8\x8f\x8b\xbc\x1e\x9b\x7c\x41\xe7\xe5\xc2\xc7\xff\xba\xcf\x1e\xb0\x55\x08\x18\x90\x71\x33\x3a\x4e\x9e\x9b\x1c\x6c\xa7\x82\x72\x5f\x83\x64\xdc\xe4\xa4\xa1\x01\x86\xe6\xdf\xe9\x40\xdf\xf0\x22\x39\xdd\xf0\xc6\x9a\xde\x92\x41\xa2\x8c\x06\x98\xc0\x00\xa1\x19\x24\x64\x2d\x52\xe8\x20\xe0\x3d\xe9\xc4\x8f\x21\xc4\x3a\x12\x3f\x1b\x4a\x07\xfc\x78\xd7\x99\x0a\xb6\x81\xc7\x72\x78\x2f\x96\x31\xe8\xf2\x5e\xc8\x39\x9d\xf0\x5e\x88\xb0\x90\xb0\x58\x84\x66\x06\x48\x2c\x8a\xe8\x14\x09\x8b\xc5\x0e\x35\x91\xc5\x22\xa7\xbd\x41\x72\xcc\x1e\x74\xcc\x09\xda\x39\xe3\x05\xfe\xc2\x99\xf7\x2a\x67\x69\x1a\x2e\xce\x3d\x9f\x71\x71\xa6\xd1\x95\xf1\xe9\xc0\x19\x76\xd2\xeb\x47\x29\x40\x11\x6f\x98\x54\x7e\xd2\xbb\x93\xaa\x9b\x79\xd8\x08\xd4\x8f\x24\xf8\x15\xf8\xc1\xcc\x2d\xd6\x27\xd7\x36\x88\x17\xc0\x30\x30\x78\x0f\x26\x8b\x35\xd9\x68\x52\x23\x85\x3a\x24\x54\x16\x60\x32\xfc\x21\xe1\x52\xe1\x4e\x2e\x79\xc2\x73\xd1\x3c\xa5\x41\x73\x11\x1a\x0c\x60\xb3\x08\x15\x75\xf8\x2b\x52\xdd\x21\x35\x61\x18\x30\x99\x80\xd6\x78\x40\x4c\x4c\x18\x86\xf1\x40\x72\xb1\x40\x92\xcc\x44\x9e\x1a\x93\x90\x04\xb7\x1a\xb9\x93\xe4\x3e\x6a\x81\xcd\x86\x5c\x42\x43\xca\x66\xd7\x2e\x5f\xe6\x58\x50\xfc\x83\x45\x64\xa7\x41\x00\x04\xf3\x5d\xa6\x71\x42\x48\x01\xb8\x24\x1a\x94\x5b\x09\x97\x44\xe6\xf0\xfa\x04\x41\xa1\x72\xcd\xec\x00\xdb\x2c\xe1\x95\x68\xc6\x17\xc2\x2b\xd1\x0d\x74\xc8\x41\xc6\x45\xf1\xda\x5c\x75\x5a\x89\x68\xd5\x08\x9e\x8a\x56\x23\x38\x73\xc0\x92\x14\x5e\x9f\xfe\x41\x3b\x87\x78\x44\x34\x01\xd0\xc5\xf4\x18\x05\xdf\x44\xa4\x6f\xe3\x38\x5c\x4e\x82\x4f\x53\x1f\xc0\x56\x67\x42\x46\xa7\xba\x08\x27\x45\x68\x85\x4b\xac\xce\x9e\x35\xe0\xa7\x28\xc5\x3e\xc2\x3c\xa1\xdd\x26\x35\x3a\x93\xbc\x98\xf0\x53\x34\xa0\xe4\x12\x7e\x8a\xb2\x67\x96\x9a\xbc\x5a\x15\x04\x15\x3d\x9d\x4d\x8a\x75\xa8\x11\x32\x03\xfd\x04\x55\x3b\x31\x3a\xa7\x21\x36\x09\xc6\xe3\x81\xe6\x09\x8d\x45\x1f\xce\x24\x8d\x16\x7a\x9d\x32\x84\x45\xa2\x1e\x01\x0c\x2e\x52\x37\xc3\x60\x2f\x1a\x84\x92\xaf\xbd\x3b\x09\x6e\x4d\xd0\xfe\x33\xd1\xf2\x41\x6b\xc8\x4c\x4b\xa3\x04\x82\x8f\xd2\x8c\x8d\x4c\x83\xb4\xb8\x24\x2d\xce\x29\x89\xec\x37\x64\x33\xb1\x59\x40\xa4\x93\xa9\xec\x57\x66\x43\x9a\x51\xf5\xce\xc1\x8e\xd1\x86\x53\x6f\x4d\xb2\x23\x29\x18\xeb\x31\x40\x45\x09\x75\x85\xe8\x61\x09\x73\x45\xc9\xb0\x84\xd3\xc8\x72\x6a\x81\x3a\x7f\xec\xfb\x96\x86\x9e\x0f\x29\x45\x4b\xaf\x89\xca\xd9\x2b\xf9\x82\xca\xd2\x95\x8f\xc5\x18\x5a\xb7\x94\x26\xc2\x03\x4c\xde\x38\x15\x7d\x06\x9e\x39\x05\x73\x22\xb1\x35\xf0\x43\x1f\x11\x46\xa5\x41\x1f\xb1\xc2\x89\x84\x12\xae\xa2\x97\x37\x87\x56\xcc\x9c\x09\x8d\x2a\x00\x5e\x99\x3f\x5b\xa3\x98\x81\x46\x55\x05\x0b\x5e\x89\x6e\x80\x6d\xfe\xec\x53\x0a\x46\x23\x57\x7d\x49\x48\x8b\xa0\x97\xca\xc4\x1a\x91\xae\x05\x6d\xc4\x06\xe5\xe5\xcf\x2c\x53\x5a\xf3\xd8\x8f\xf4\xa9\xcc\xa9\x88\xdf\x7c\xe0\xa8\x73\x59\x20\xe0\x0d\xf9\x4a\x09\x52\xff\x24\x97\xc9\x7c\xc1\x75\xb6\x40\xb9\x4f\x6d\x11\xfe\xbb\x4f\x96\xf2\x83\x98\x61\x85\xc6\x0b\x21\xb3\x0b\x0b\x7c\xf6\x2d\x7c\xc8\x6f\xd8\x22\x5b\x82\x54\xc7\x0a\xbb\x72\xee\x6b\xfb\xd5\x67\x5e\x0b\xf8\xaa\xbe\x74\xfe\x35\xaf\x21\x83\xea\x5e\xa3\x89\xa3\x9f\x2e\xdc\x71\x40\xba\xe5\x22\xa2\x34\x93\xed\x7f\x21\xd7\x75\x6f\x2c\xd5\x72\xa4\x92\xd4\x17\x86\x83\x2d\xf4\x6a\xed\xed\x0b\x61\x6d\x60\xd5\xaa\x36\x79\x71\x6d\x3c\x10\xef\x56\x8e\xc5\x2c\x00\x98\x2f\xc2\xf8\xa9\xd5\x0e\x48\xbc\xbd\xb6\x12\xc8\x95\xf5\x09\xeb\x6d\x7a\x5f\x0d\x81\xce\xaa\x82\x12\x23\x8c\xca\x5a\x04\x81\x0a\xdf\x9e\x0b\x89\xae\xef\x65\x11\x22\xb2\x63\xe9\x57\x93\x51\xd1\xaf\x12\x28\x86\xbc\x81\xdd\x22\x0c\xca\x5b\xdd\xb4\x58\x9e\xe9\xc0\x57\x5b\xf2\x10\x23\x8c\xfb\xc0\x7f\x41\x1f\x91\x10\x54\x84\xbe\x2f\x08\x2a\xaa\x4a\x07\x04\x15\xcb\x5c\x92\x25\x7d\xa7\xcf\xe8\xa7\xd3\x8b\x06\x29\x85\x90\x79\xb9\xa6\xe8\xdd\x3e\xc4\xd6\x90\xcb\x1f\x37\x86\x7e\x6a\x0a\x33\xa7\x11\x5a\x2b\xcc\xec\xa5\x76\xda\x32\x50\xcd\x16\xf1\xf9\x7b\x94\x15\x61\x46\xc8\x2c\x0d\x15\xf6\x30\x7e\xb3\x34\x12\x66\xa1\xbf\x1a\x16\xb4\x52\x5c\x43\x5f\x00\xa5\x36\xfd\xd2\x57\xf2\xf2\x1a\x48\x17\xa0\x3e\x73\x11\x3d\x61\x1e\xed\x22\x7a\xe2\x5f\xa7\xca\xc3\xe6\x1c\x39\x49\x93\xf0\x21\x18\x2a\xba\xc3\x06\x62\x39\xf4\x7e\xb9\xb4\x3c\xc0\xb1\x90\x0b\x28\xaf\xee\x64\x3b\x09\x2f\x77\x92\x5c\x95\x6b\x6a\x71\xc1\x1a\x63\x5f\x88\x52\x6e\x9b\x2f\xad\x6a\xb4\x40\xe7\x96\x8e\x28\x48\x26\x96\x46\x1b\x38\x26\xc2\x48\x44\x38\x26\xaa\xc6\x1f\x39\x26\xdc\x23\xa0\x98\xf8\x5e\xa6\xe4\xdb\x13\x8f\xd7\x42\x5f\xd0\x1c\xcc\x13\xbd\xf9\x02\x31\xeb\xfb\x43\x09\x1a\x85\xcf\xc3\x72\x86\x7e\x08\xdb\xc4\xf7\x51\xaa\x0a\xc5\x84\xc2\x6d\xc1\x0b\xed\x4e\xbf\xc0\x92\x35\xcf\x70\xfd\xec\x17\x67\x0f\xd2\xcd\xcc\xb7\xf5\xf3\x4b\xd3\x1f\x0f\x7f\x50\xa5\x47\x24\x14\x3a\x46\x3d\xd5\xac\x30\x98\x28\xc2\xf3\x29\x44\x14\xa5\xd9\xf5\xd0\x39\xeb\x53\x86\x30\x22\x46\xf9\x33\x71\x61\xbd\xa4\x4d\x20\x13\xd7\xcb\xbe\xc7\x1e\xb8\x34\xdd\x2e\xf6\xe2\x25\xaa\x23\xe2\x6d\xbd\xce\x0e\xfb\x1c\x33\x05\x80\xd8\x09\xb5\x44\x57\x38\x42\x2d\x91\x50\x86\x26\xcc\x12\x01\xdc\x5a\xc2\x2c\x11\x3a\x85\xce\x4f\x8c\x75\x63\x1f\x4f\xa2\xe7\x0d\xa4\x38\xc1\x3e\x4f\xb0\x1a\xf2\x24\x54\x61\xee\x97\xed\xc2\x5d\xc2\x4d\x09\x7e\xc9\x2e\x44\x78\xc1\x3f\x91\xba\x20\xcf\xe3\xf5\x0f\xbe\x5b\x4c\x51\xa0\xae\x05\xc0\x2d\x86\xfe\x54\x7f\x5d\xcb\x3f\x3e\xf5\xd9\x10\xad\xb3\x90\xfd\xb3\x5f\xb6\xd5\xc8\xc1\xb3\x58\xdb\xc9\x35\x2e\xd2\xc3\xeb\x9b\x88\xf9\xc3\xcf\xe2\xa5\x59\x7e\xe9\xf1\x0f\x6a\x8e\xfa\x6b\x5a\x22\xd4\x15\x69\xf0\xda\x89\xdd\x61\x1d\x87\x3f\xac\x07\x2f\x00\x8c\xab\x2c\x3b\xb1\x35\x77\x34\x32\xf8\x2d\x12\xec\x92\x3c\x3f\x29\x9a\x10\xaa\xe5\x89\x14\xdd\xae\xaa\xf3\x93\xa2\x9f\x60\xe5\x9a\x90\x2a\x26\x39\x0c\x15\x61\x6e\xe8\xd9\x19\x2d\xef\x77\x9f\xa7\x3d\x78\xde\xb6\x5f\xfc\xec\xa2\x66\xf8\xc2\xc3\x43\xde\x7f\x7d\x88\x3f\x40\x57\x74\x4f\x84\xae\xa2\x6c\x27\xde\x39\x2a\x6f\x78\x0d\x16\x8b\x6e\xb2\x13\xf0\x2e\x43\x3f\x4e\x2c\x10\x40\xac\xe6\xf9\x69\xc3\xb9\xf6\x57\x49\xa4\x72\xdc\x11\xd4\xe9\x7d\x70\x1a\x35\x09\x9f\x1b\xa7\x91\x02\x26\x58\x55\x28\x18\xa7\x31\x14\xf6\xbc\x78\x5e\x4e\xac\x69\x76\xc3\xf0\x8f\x8b\x43\x1d\x1d\x00\x40\x2f\xa8\xca\x79\x7e\xea\x6c\xe8\x3b\x3e\xc1\xe7\x5d\x0e\xd5\xb4\xcd\xc8\x23\x18\x34\x12\xc2\x98\x3c\x0d\xb8\x67\x09\x9e\x28\xb3\x30\x8b\xe4\x19\x02\xbc\x51\x6b\x0d\x19\x7b\xb2\x07\xe3\xdc\xbd\x06\x8b\xc4\xa1\x0a\x6b\x61\x01\x2f\xd7\x7c\x28\xe9\x2e\xa4\x2b\x44\x19\xb9\x17\x50\x32\x6c\x76\x69\x6a\x8f\xf7\x7e\x52\x18\x1a\xe2\x99\xf0\xfc\x60\xfa\x39\x31\x6b\x03\xc5\x93\xf0\x67\xa4\xde\xdf\xf3\xdb\x14\x5a\x77\xee\x2c\x6b\x8a\x99\x53\x02\x0d\x25\x27\x44\x19\x09\xd9\x75\x9e\x24\x70\x2d\x8f\x2a\xe7\x3a\x19\x11\xbe\x8a\x85\xc3\x68\x22\x88\x32\xca\x52\xb3\x97\x29\x63\x4f\x92\x13\x52\x5f\xa7\xa1\xe0\x5e\x6a\xf3\xe7\x49\x8f\x21\x09\xcf\x4f\x15\xce\xb9\x1f\xa2\xc3\xec\x55\x3c\x76\xe3\x4f\xfe\xfa\x94\x77\x63\x79\x1e\x80\x77\x23\xf7\xa4\x3e\x09\x30\xb2\xb5\xd7\xc1\x35\x3d\x65\x84\xbb\xea\xe4\x09\x8e\xa4\x1e\x03\x38\x35\xd2\x38\xc1\xf3\x5a\xac\x4b\x1a\x08\x49\x9b\x61\xb5\xf0\x6b\xec\x40\xe6\xf3\x66\xde\xa3\x63\x9c\x6c\x44\x4b\xdd\xeb\xd4\x60\xe2\x94\xbb\x85\xfc\xa3\x9b\xb1\x87\x2f\xf5\x21\x08\x36\x12\xbe\xe4\x3c\x85\x16\x56\xcb\x82\x60\x23\x85\xb1\x38\x09\xcc\x58\x2a\x4a\x27\xae\xc1\xe5\x44\x23\xbb\x6b\xa9\x10\x9d\x68\xe9\x6e\x82\x27\xf1\xeb\x4b\x85\xe5\xfc\xb9\x88\x78\xfb\x27\xdf\x3a\x15\xfc\xe1\x5a\x73\xbd\xff\x82\x67\xe8\x8d\x1f\x1a\x97\x63\xcf\x3e\xa6\x5f\xe5\x64\x1f\x5b\x66\x2f\x40\xee\x91\x9e\x82\xce\x87\x2e\x50\xe6\x3f\x76\x81\x1d\x0e\x57\xb3\xc8\x14\x10\x7a\x94\x65\xbe\x03\x8c\x1e\xa9\x69\xe4\x04\xbf\x58\x55\xf1\x7c\x28\x9a\x2d\xf4\x7c\x6c\x35\xda\x0b\x54\x1f\x69\x82\x36\x54\x1f\xe9\xe9\xed\x7c\x59\x8e\xb6\x07\x7d\x7d\x19\x20\x7a\x7e\xbb\xde\xde\x4e\xa5\x00\x31\xc2\xf3\xfc\x36\xb7\xd8\xcb\xe8\x85\xe9\xc4\xa1\x46\x77\x5f\x06\xe4\xc3\x0d\x92\x46\x96\x9d\x24\x27\xaf\xb2\x8b\x60\xd1\x72\x68\x81\x34\xe4\xfb\xc3\xcf\x62\xec\x63\x8b\x97\x34\x64\x19\xa8\x73\x81\x65\xdc\x90\xbc\x97\x7b\x26\xeb\xe5\x3a\x80\x2e\xa5\x88\xeb\xb0\xcf\xf6\x43\xc8\x79\x2a\x05\xab\x48\xea\x05\x87\x54\xe4\x7b\xc8\xb7\x03\x1d\x3c\xb9\xc6\xd1\x5e\x2d\x8d\x6a\xb0\x91\x40\x1e\x52\x96\xc1\xe2\x97\x5b\x23\x47\x13\x08\x43\xb6\x3a\x02\x61\xc8\xf7\x10\x5f\x2d\x8e\x8a\xd7\x00\x19\xd9\x86\xe2\x8c\x45\x7c\x40\x2b\x92\x6a\x7c\xd0\x8a\xa4\xfe\x71\x58\x45\x76\x14\xd6\xe5\x36\xe9\xae\x77\xb9\x4d\xd2\xfb\x17\xf0\xf1\x80\xac\x27\xec\x21\x1b\xa9\x44\xf6\x90\xa5\x4f\x10\xf6\x90\x34\x30\x15\x92\x90\xf4\xa8\x05\x49\xc8\x76\x35\x43\x12\x92\xc6\x9c\x42\xff\x91\xc6\x4d\x43\xf9\x91\xc6\xe9\xc3\xdf\x91\x26\x0c\x41\xc7\x91\x82\x66\x5c\xee\x6d\xe9\x7d\x3c\x9e\x88\x76\xb8\x32\xb6\x3e\x24\x57\xc6\xd2\xc1\x04\x57\x46\x76\x6c\xa5\x70\x65\x6c\xdd\x08\xaa\x8c\x34\x21\x19\xaa\x8c\xef\x05\xbf\x44\x4d\x59\x59\x17\x84\xce\x06\xbd\x5c\xe4\x0b\x2f\x44\xc2\x35\x21\x9e\x65\x23\xb9\x80\xf7\x88\xbf\xc5\xdc\x25\xc9\x3f\x33\xfc\x0a\xc2\x22\x90\x16\x97\xe1\x78\xf6\x2b\x28\x1d\x1e\xac\xa1\xb5\xd8\xf9\x05\x57\xc2\x7d\x8f\x0c\xba\x60\xa8\x33\x89\xf7\x5a\x95\xad\x91\xae\xe4\xc0\x60\xb8\x9f\x4c\x16\x4b\xc3\x33\x54\x16\xa9\xaf\x07\x2a\x8b\xd4\x66\x06\x7b\x45\x2e\xcc\x01\xb0\x57\x94\xa5\xad\xf9\x5a\x76\x32\xa5\xb9\x37\x68\x9d\xbe\x4e\x48\xf6\xfc\xd2\x89\x42\x6f\x13\xd8\x1b\x54\x8c\x2f\x31\x31\x9c\x1a\x62\x48\xf9\x51\xd2\xa4\x0c\xd4\x84\x07\xa3\x99\x89\x04\x0f\x46\xd3\x12\x0e\x0f\x46\x07\x8c\x34\xe1\xc1\x68\x1e\x7f\xe1\xc1\x28\x62\x81\x27\x44\x18\xdd\x3c\x96\xeb\xc4\x01\x8e\xa8\xbc\x88\xee\x3b\x90\x3f\x17\x14\xa0\x0a\xdd\xcb\xdd\x42\xb3\xf3\x45\xac\xb6\x3e\xc9\x0b\xe4\x47\x03\xb7\xae\x0b\x03\x90\x53\xe3\x42\xf5\x75\x36\x10\x01\x08\x39\x40\x5e\xa0\x50\x0d\xe7\xde\x36\xc7\x53\x3b\x22\x00\x97\x66\xf7\xeb\x22\xf6\x70\xbf\x20\xbc\x9c\xd7\x32\x40\x5a\x80\xd4\xb5\x7c\xe8\x06\x0d\xde\x2e\xba\x61\x37\x47\x46\xc3\xc4\xd1\x54\xcf\x2e\xed\x3f\x2e\x55\x8f\x42\x76\xfb\x6d\x90\xbf\x4b\xf5\x96\xc5\xdd\x87\x80\xa6\x73\x2a\x7c\x3b\x53\xdf\x0b\xe0\xdb\x98\x7a\xee\x6b\xf0\x75\xac\x1c\xe7\x25\xb3\x18\x2f\xe0\x21\x13\x7d\xfb\xfa\xb6\xa5\x0e\x72\x54\x5e\x6e\x4b\x3a\x14\x20\xee\xe8\x3a\xdb\x2e\xb0\x1f\x55\x8c\xae\x6f\x5b\xea\x0b\x15\xfb\xfa\xe1\x47\x46\xed\x87\xb7\xa3\x18\xbe\x74\xe9\xc1\xb5\xeb\xbe\x2d\xaa\x2f\x5b\xe3\x16\xe5\x5c\xc6\x90\xd4\x95\x8b\x40\x6e\xa4\xe3\xfa\xe0\xc2\x54\xa8\x02\xf1\xa8\x9f\x0d\xce\x8f\x6e\x82\xcb\xf5\x88\x38\xec\x33\xe0\xc7\xb8\xe6\x00\x41\xd6\x77\x07\x17\x48\x11\x99\x3d\xaf\x47\x56\x1f\xff\x20\x45\xd0\xd9\xfb\x88\x2e\xe6\x47\xbf\x5e\x81\xe6\x24\xaf\xc7\xb3\x3f\x8d\xc4\x5b\xbc\x9c\xf9\xe6\x51\x39\x3f\x5e\xd2\x4f\xf6\x33\x8d\x67\x68\x00\xe0\x8e\x3a\x82\xaf\x17\x28\x4a\x57\xc1\x4b\xc7\x71\xe6\x84\x6b\xa4\xe9\xed\xbf\x80\xe0\x18\x76\x0a\x9e\x66\x71\xa9\x2e\xc8\x56\x3d\x14\x5c\xec\x72\xa2\x7e\xc0\x4d\xd2\x97\x92\xe9\xdd\x74\xb4\x5c\x3f\x80\xc7\xf8\xee\xcb\x33\x5f\xa7\xc0\x4c\xd2\x4d\xb1\xb9\x0f\xb9\xef\x0f\xae\x2b\xf7\xff\x94\x6a\x37\xfb\x9f\xd3\xeb\x3e\x18\x85\xea\x07\x06\xb0\x4e\x85\x6b\xc8\x63\x98\xef\xd0\x9f\x74\x73\x06\xee\x83\xf4\x5c\x2a\x75\x73\xae\x14\x81\x3f\xef\x6f\x5b\xec\xba\x65\xe1\x48\xa9\xda\xd6\xe0\x48\xe9\x9e\xb5\xe0\x48\x29\xda\x44\xe0\x48\xa9\xc7\xbe\x4f\xeb\x98\x3a\x37\x78\x21\xea\x30\x77\x11\x7b\x86\x96\x72\x5e\xd4\xb9\x7c\xe3\xcb\x76\x07\xba\x0b\x3d\xcc\xb1\xf5\x96\xed\xbb\xf8\x9d\x8b\x67\xa8\x9b\x9e\xec\xf0\x3b\x3f\xee\x53\xae\xa7\x48\x9d\x52\xd0\xab\x34\x45\x2b\xec\x2a\xdd\xc8\xdc\x9b\x53\xa4\xe1\x0e\xf7\x77\x88\xec\x9e\xe5\x60\x5d\x69\x26\x48\xc2\xba\xd2\x3d\x73\xdd\x15\xce\xbb\xee\xf3\x44\x38\x57\x9f\x07\x72\xc1\x61\xab\x84\xd2\xb0\xce\x6e\x92\xb9\x45\x61\xba\x01\x1a\x51\x4e\xde\x4d\xc8\x0d\xea\xa6\xb5\x8e\x69\x07\x03\x4b\x35\xca\xea\x86\x8e\xdb\x93\xef\x2d\xb2\xb3\x1d\xf4\x1d\x2d\xd3\xa8\xaf\x9b\x0c\x6c\x91\x4f\x20\x66\x69\x5a\xfd\xef\x81\xa5\x87\xed\xfd\x26\xa4\x09\xa4\xbf\xbc\x61\x9c\x85\x2c\x29\x6f\xa2\xed\x77\x7b\xa7\xd9\x59\xde\x57\x75\xa6\x6e\xa4\x36\x35\xeb\x40\x5c\xfb\x40\xf8\xdc\x40\x69\x0c\x9f\x27\xd4\xc8\x6d\xff\x86\x2c\x6a\x4f\x14\x1c\x06\xf0\xed\xe6\x8d\x63\x00\xfa\x95\x94\x66\x45\xcb\xc2\xcd\x3e\x2a\xe6\xd4\x8d\x93\x60\x09\xe4\x75\x03\x40\x15\x7e\xf4\xdb\x3c\x37\x90\x1c\xd4\x2a\x61\x68\x84\x74\x2a\xd0\x03\x27\x74\x2a\x69\x36\xf4\xed\x16\xd9\x9c\x36\x1c\x9f\xd4\xee\xee\x13\x2e\x80\xe9\x7d\xce\x9b\x6c\x7f\xf7\x77\xe0\xc9\xe6\x14\xda\xe7\x1d\x6a\x7a\x7a\x64\x61\x34\xe4\x19\xdc\xdf\xc1\x8a\x81\xea\x71\x73\x26\x4a\x54\xb8\xfb\xdb\xf1\xd2\x2c\xd1\x1b\x98\x7d\x61\x72\x6e\x77\x3c\xe1\x11\xe0\x62\x59\xe0\x14\x26\x5c\x2c\xa1\xb4\xba\x89\x23\xd2\x5c\x73\x93\xb5\xb4\x84\x72\xb8\x09\x24\x12\xfb\xe1\xbe\xa8\xa9\xfd\x0e\x7f\x94\xe9\xcc\x12\xb9\x2c\x4d\xea\x37\x41\x91\x6a\x4c\xf7\x25\xfb\x85\x1f\xe2\xf8\xb6\xab\xf7\xe3\x19\xba\x42\x4e\xda\x66\x47\x8a\xb4\xe1\x8c\x82\x95\xea\x70\x04\xbf\xbd\x70\x41\xbd\x92\x37\xc7\x34\x83\x78\xef\xef\x98\x96\x7a\xda\x6f\x4e\x69\x06\x2b\x43\x1b\xb3\xf6\x2c\x25\xab\x69\x69\x0b\x84\x19\x26\xd5\x59\x60\x86\xc9\x4f\x45\xf8\x4b\xaa\xdd\xb6\x0f\xd9\x09\x6d\x4c\xa6\xd5\xfa\x51\x2d\x17\x1b\xe7\x31\xad\x8f\x37\xae\xed\x60\x7b\xbf\x09\xe2\x5c\xcd\x9e\xfa\x59\x2f\xea\x08\x3c\x87\x42\xf8\xfe\x39\xfb\x50\xe9\x6e\x4f\x6a\x36\xca\x6d\x50\x00\x03\x38\x64\xb2\x3b\x6b\x7e\x4e\x33\x14\x3f\x48\x64\xb2\xf9\x07\x74\x00\x1e\x2e\x6e\x8e\x73\x73\x5f\x63\x41\x76\xb2\x73\x9a\xd3\x6d\x74\x7b\x9a\x13\xf2\xe0\x06\x4d\x52\x83\x0a\x6c\x34\x0b\x10\xc8\xbc\xe1\x6a\x34\x71\xfc\xfe\x36\xc8\xd5\x5c\x89\xb0\x04\x40\x1d\x9e\x37\xf1\x54\x69\x9f\x13\x58\xaa\x62\x05\x6b\x4c\x9a\x5c\x0c\x69\xcc\x82\x59\x26\x6f\xfc\x2a\x1e\x39\xee\x17\xab\x06\x2a\x87\x64\x32\xc2\x04\x4a\x26\xb3\x00\x6b\x4e\xa8\x61\x16\x30\x9e\x29\x35\x4c\xa2\xa1\xfd\x0e\x69\x2e\x27\xd7\x0e\x15\xc7\x23\xb8\x61\x32\xe8\x61\xb9\x61\xc4\xa6\x90\x1b\x66\xb9\xe4\xe4\x86\x31\xa6\xed\x77\x38\x17\xc3\x1f\xa8\xf2\xf4\x05\xa4\x31\x0b\xc4\xcd\x84\x10\x66\x87\x41\x6d\x7a\x17\xea\x0d\xbd\x4b\x9a\x13\xfe\x23\xa8\x49\x83\xd5\xef\xdb\x0a\xba\xe1\x64\xbf\x22\xbd\x09\xcf\x57\x5d\x40\xac\x02\x38\x60\x4a\xb2\x7f\xc1\x01\x53\x0c\x20\xfc\xb1\x5d\x68\x40\xff\x55\x9d\xd1\xd4\xfa\xdb\x2e\xb4\x70\xfe\xbe\xdd\xa2\x1b\xc2\x2c\x65\x0c\x60\xf4\xf9\x03\x9d\x58\x4b\xc5\x4f\xea\xc6\xea\x33\xe7\xb7\x43\xa4\x75\xb8\x60\xe2\xf6\x3b\x04\x49\xee\xcf\x9b\x7c\x41\x9d\xeb\x43\xc8\xa0\xdf\x31\xe2\x87\xef\x90\x60\xac\xc7\x14\xea\x99\x6a\x90\xe7\x8f\xdd\x45\x57\xcd\x4f\x27\xd1\xf4\x19\xe0\x3c\xed\x4f\x76\x1d\x9d\x0a\x3f\x10\xad\xa0\xfb\xc8\x9f\x3c\x8f\xfb\x99\xd3\x89\xc9\xf5\xc5\xbb\x7e\xff\xa6\x4b\xbc\xfe\x71\xdf\xef\x3f\xf0\xfb\x52\xe7\x46\x46\x0a\x22\x0f\xd6\x9a\x09\xd8\x75\xc2\x5a\x53\x3d\xab\x43\x5a\x53\xe1\x3f\x4f\x48\x6b\xba\xf2\x05\xce\x9a\x2e\xd8\xc2\xaf\xeb\x5e\xa0\x6e\xa4\x2d\x98\x99\xfd\xeb\xd2\xe5\xd0\xc6\x0e\x1c\x69\xf3\x9b\xd4\x67\x7f\x13\x72\x65\xfb\xe4\x3b\x9c\x36\x6d\x07\xb0\xda\x14\x5d\xd3\xbf\xd1\xc0\x2c\xe2\x9b\x43\x5f\x24\xdf\xf9\x76\xcd\xd9\x59\x93\xbf\x41\x36\xff\xf4\x5d\x74\x7c\x05\xdb\xef\x3b\xcc\x76\x11\xa2\x7e\xdf\x61\x76\xee\xc2\x88\x1c\x9e\x7f\xfb\x13\x7e\x90\x42\x1a\xb5\xfd\xfb\x0e\xba\xdd\x58\x14\xb8\x76\xba\x5b\x1b\x5c\x3b\x1d\x70\xe9\xfc\x0d\x57\xa3\xcb\x60\x12\x19\xc9\xee\x01\x09\x4f\x83\x44\x25\x21\xe1\xe9\x9e\x10\x7f\x53\xf4\x5b\x9f\x81\x9f\xdb\x0f\x4d\x65\x0e\x82\x13\xa6\x9e\xa6\x20\x83\xa9\x27\xfe\x7d\x54\x99\xe8\xb5\x2b\xd6\xc9\x86\xa5\x57\x78\x83\x1f\xc8\x5b\xa2\x60\xc2\xd4\x13\x7b\x62\x08\x95\xb9\xaf\xc1\x94\x75\x85\x87\xe8\xd5\x3e\x0f\x73\xa1\xcd\x07\x49\xcb\xe0\x9d\x5f\x76\xbe\xc3\x33\x10\x1c\x1b\x12\xf5\x03\x96\xd9\x50\xd8\x5f\x4a\x6d\xce\x33\xb0\xb5\x99\xd5\xf0\x5b\xbe\x4b\x59\x58\x61\xb5\xd6\xfd\x96\x50\x6d\x5e\x83\x52\x8f\xa6\x01\xc9\x4e\x33\x52\xf3\xc7\xe6\x0f\xb1\x72\xca\x8d\x23\xa0\x2a\xdc\x38\xcb\xe0\x54\xb8\x71\xba\x68\x38\x70\xe3\x54\xed\xce\x3f\x82\xc3\x8c\x21\x86\x27\x27\xf6\x62\x71\x6b\xee\xae\x58\x02\x81\xf7\xec\xf4\x98\xda\x9d\xce\x84\x1d\xec\x69\xce\x31\x75\xfd\xfb\x14\xd0\xda\xcd\x4f\xbd\x3c\x44\x57\x80\x70\xd5\xf6\x35\x4d\xb6\x99\x84\x93\xad\x7f\x3f\x20\x0d\x72\xe2\x42\x9b\xe3\xfa\xc2\x06\x2a\x04\xd2\xef\xb6\x30\x76\xca\x9f\x67\x4a\xd3\xa8\xe1\xd6\xa9\x9a\x8e\x7e\x3f\xeb\x4d\x27\x11\x29\x06\x76\x77\xfe\xc8\x13\x5e\x7b\x64\xe5\x04\x28\x5e\x43\x3f\xe4\x12\x93\x37\xc7\x9d\x82\x60\x03\x83\x9c\x7f\x0f\xd5\x0e\xef\xe3\x39\xb4\x87\x1f\x7b\x8c\x7d\xe9\xf7\x18\x91\x44\x5d\x71\xd9\x6d\x59\x43\x64\x99\xa9\x70\xb0\xe3\x54\xe3\xc1\x20\xbe\x69\x5a\x40\xe1\xbd\x29\xcb\xd0\x19\x88\x6f\xaa\x76\x69\x78\x6f\xbe\x3f\x68\x03\xd9\x15\xbb\x09\x84\x96\x0d\x07\xf7\xa5\x34\x37\xbe\xd7\x76\xa6\x45\x30\xfb\xe9\x98\xe7\x50\xb9\x5e\x5c\xf3\x21\x5e\x7e\x3c\x31\x51\x1a\x84\x38\x65\x75\x76\xc1\x87\x9d\x4f\xd0\xad\xe7\x00\x25\x05\x85\x05\xa6\x9c\x9d\x41\xfa\x14\x3b\xc6\x6b\x0b\xf3\x19\x0e\x8d\x74\x12\x84\x38\x61\x1f\x3d\x9c\x6e\x20\x12\x49\xc8\x71\x42\x97\xd7\xc3\x9e\x63\x8c\xfb\x53\x11\x49\x8c\x2c\x44\x39\x65\xe9\xfb\x84\x29\x27\x0c\xe6\x86\x28\xe7\xfb\xc3\x1f\x0c\x21\x5b\xf4\x03\x40\x95\x20\xcf\x0f\xbb\xce\x1a\xe5\xcf\x2c\x53\xf8\x75\x02\x46\x98\x84\x46\x27\xd5\x62\xa1\xd1\x09\x3b\x13\x86\x9c\x70\x24\x60\xc8\x89\xce\x44\x81\x07\x27\x44\xe0\x7d\xe0\xa8\x74\x18\x1f\xb0\xf6\x97\xc7\xa2\x87\xb8\x85\xd9\xbc\xd6\x8c\x4b\xd5\x41\xaa\xe8\xc8\x8c\xc7\x23\x52\x7a\x9f\x02\x96\x1f\x82\x1b\xda\x4e\x96\x4f\x1e\xe9\x09\xed\xcd\xd2\x37\xf1\x10\xb2\xeb\xd2\x7d\x26\xa4\x9c\x76\xf2\x24\x27\x93\x29\x03\xed\x8d\x78\xe9\x29\xbd\x8d\x1b\x2c\xec\x36\xc5\x98\x74\xd8\x6d\xca\x1a\xc3\x1f\xf4\x25\x5a\x0a\xf4\x36\x01\xfd\x7f\x3e\xc4\x76\x2d\x71\x0b\x1f\x32\x8a\x85\x49\x84\xf7\xe6\xfb\x83\x26\x04\x73\xc3\xf9\x43\x60\xef\xfa\xf7\x14\x6b\x1d\x81\xfe\x04\xc1\x47\xd5\x87\x1c\x6c\x47\x9e\x60\xde\x3d\x13\xa5\xa0\x77\x1a\xa7\x63\xca\x72\x7a\x8c\xfa\xb2\x08\x0e\x6e\xda\x47\x1e\xa2\x24\x96\xa0\x81\x0f\x38\xfa\x06\x07\x3e\xba\xcd\x0c\x30\x86\x51\x67\x19\xf8\x06\xa1\x4e\xa4\x13\x36\x41\xe3\x6a\x5e\xdf\xbe\x40\xa7\xe1\x4f\x53\x3c\x48\xa8\xb3\x5c\x80\x12\xea\x18\x8b\xff\x40\x0b\x6c\xe6\xef\x43\x3e\x9b\x07\xdd\x67\x29\x99\xe9\xb3\xe5\x08\xf9\x8c\x67\x46\x4a\x5b\xf6\x86\xdf\xb1\x37\x9c\xd5\x70\x73\x6a\xb2\x78\x34\xb8\x0a\x5a\xfc\x40\xce\xa9\x1b\x14\x42\x9d\xa5\xf1\x1e\xb2\x9c\x80\xb6\x39\x21\xcb\x59\xc6\xc9\x41\x90\xb3\x02\x45\x49\x82\x1c\x50\xf6\xf3\x11\x46\xd8\xee\x26\xcf\x4d\x23\xb8\x7c\x37\xbb\xbf\x2e\x5c\x8b\x6c\xb8\x0f\x07\xae\x6e\xcb\x08\xec\x4d\xeb\x80\x03\xcb\x08\x98\x07\xbe\x5e\x21\x1b\x1e\x53\xdb\x9c\x9f\xf7\xf3\xdf\xff\xa6\x7a\xc9\xb3\xa9\xd0\xbc\x66\xf6\x08\x08\x0b\x47\xcc\x3e\x69\x40\xed\xb2\x34\x32\x42\xdb\x92\x7b\xa2\xc3\xd7\xab\xfb\xe5\xf1\xa4\x81\xac\x7f\xa0\x17\x33\x62\xf0\xd1\xdb\xe3\xbb\x10\x87\x69\x49\x7d\x48\xb8\xd8\x8d\xf7\xa4\x81\x24\x86\xfa\x64\x19\x7b\xf6\xe8\xeb\x51\xbd\x83\xfb\x64\x99\x78\xf9\x78\xd4\xd0\xef\xfb\x1e\x92\x3d\x35\xae\x91\xe3\x50\xfc\x24\xec\x27\xfb\x3c\xf2\xea\xc7\x11\xe4\xef\x25\xd0\x0b\xb2\x82\x7c\x8f\xf4\x8f\xce\x0f\x30\x0c\x96\x6f\x5b\x41\x8a\x28\x34\x88\x49\xb8\x19\x4f\x94\x8f\x50\x9e\xc4\xea\x7f\x06\xf3\xc2\x87\x92\xbd\xfa\xd2\xc5\x41\x98\x7a\xc1\x33\x29\x26\x33\x9c\x26\x69\xe6\xd3\x4b\x7e\x84\x01\x16\x2f\xc9\xc5\x9e\x18\xa1\x2e\x09\x75\xa2\xf7\x13\xd4\x69\x0e\xe4\x5b\xf5\xa8\x70\x9f\x28\x30\x18\x4a\x12\x86\x92\xd4\x9c\xf2\x92\x0e\xa1\x43\xfd\xc5\x4b\x63\x0c\xdc\x4b\x76\x9c\xc9\xf5\x90\x95\x2c\x6d\xd1\x92\x95\xec\x60\xfd\x17\x76\x48\x31\x78\xdf\x4e\x2c\x34\xf2\xe0\xed\x56\xce\xfb\x28\x4e\x56\xb4\x13\x5c\x88\x70\x84\xcf\x24\xb5\x91\x41\x55\xb2\x8f\x73\xef\x4e\x7c\xa3\x30\x08\x46\x76\x18\x24\x04\x23\xcb\xf0\x48\x09\x46\xa0\xbc\xc8\x17\x1d\x55\xc6\x8a\x7c\xa7\xb3\x8f\x6e\x54\x49\x15\x7d\xe2\x45\xe6\xea\xbb\x78\x41\xe8\x11\x81\x16\x7e\x92\xa2\xe3\x51\x7e\x12\x0f\x1d\xaf\x66\x2c\x03\x84\xdf\x4f\x93\x9d\x7b\x6e\x00\xfb\x30\xf7\x47\xbf\xd3\xc2\x9e\x4c\x9f\x90\xae\x46\xba\x43\x62\xd2\x4c\xe9\x85\xc3\xa4\xb8\xb1\x40\x4f\xd2\x85\x4a\x85\x9e\x64\xee\x3e\x8a\xe4\xda\xfb\x28\xa6\xd3\xeb\xfb\xbb\xcf\xbe\xf9\x42\x35\xec\xc9\x56\xd6\x12\x63\x37\xde\x20\x80\xce\xc1\xcc\xdd\x5f\xfe\x20\xa4\x09\x2d\xf8\xfd\x34\xe2\x09\x87\x6e\x42\x6d\x52\xf4\xa8\x42\x6d\x52\x05\x8a\x85\xda\x64\x7a\x50\x80\xd9\xa4\x18\xa3\x0d\xb3\x49\xdd\x33\x50\x88\x08\x1b\x9c\x74\x0a\xdb\xf3\xab\x44\x36\x38\xfa\x25\x7b\x78\xf7\xc4\xc2\x22\x69\x0b\x56\xf5\x21\x4a\x36\xf4\xc1\x12\x3e\x69\x3b\xdc\x57\xdf\x45\xbc\xaa\x73\x19\xb8\x78\x28\x6f\xf2\x5d\x8c\x59\xf7\x43\x74\xd7\xf2\x5a\x4e\x19\xbf\x79\x72\xdf\x6f\x5e\x44\x93\xfb\x8c\x68\x0a\xcc\x22\x05\xb5\xca\x38\x2c\x2a\x45\xdb\x0c\x2c\x2a\xc5\x28\xdb\xf7\x53\xea\xab\xea\x27\x1c\x28\xe1\x86\xfe\x1a\xda\xe0\x7e\xf1\x9e\x9b\x7e\x98\xce\x23\x12\x4f\xf7\xd9\xab\x7b\xeb\xdf\x2b\xd2\x56\xfa\xd0\x83\x29\xce\x87\xa0\x7b\xb3\x68\xe0\xdf\xb5\x95\x43\xa0\xd2\x34\x8e\xc1\x9f\x92\x8a\xbd\x17\xf0\x21\x1d\xfb\xf2\xa7\x08\x32\x00\x67\x4a\x75\x43\x92\x33\xc5\x43\x99\xcc\x28\x46\x37\xbe\x37\x27\x3a\x07\xc4\xb8\x08\xcf\x86\xaf\x5e\x29\x3f\x84\x57\xea\x70\x49\x69\x71\x13\xd4\xed\x35\x91\xc4\x12\x88\xd0\xfb\x16\xc5\x5f\xa2\x4d\x56\x32\x97\x9b\xb8\x42\x1a\x62\xde\xef\x8c\xd0\x15\xf1\x2f\x47\x04\xb3\x38\xe0\x5c\xf9\x1e\xa2\xe1\xe4\x50\x1b\x6b\x04\xe7\x4a\x31\x1e\x05\xce\x95\x61\xc4\x0b\x9c\x2b\xc5\x40\xb2\xf7\xc7\x24\x50\xe8\xfd\x1c\x96\xfd\x32\xbe\x20\x7b\x0d\xe7\x94\x50\x47\xef\x77\xd6\x68\xc2\xd5\xbe\xf0\x8f\x8d\xfd\xcc\x57\x55\x33\xcb\xdf\x07\xb5\x98\x4d\xea\x35\x94\x42\x8f\xed\x0b\x6a\x9f\xf1\x91\x30\xb9\x0c\x23\x64\x60\x72\x19\x1e\x17\xdf\xc7\x99\xb2\x1f\x4a\xfe\xf0\xab\x8b\x6b\x6a\xc1\xe1\xa4\xef\x17\x30\xe4\xd8\x7c\xc3\x2d\xf6\x44\x79\x74\x8c\xd0\xe6\xe7\xe1\x65\x6b\x61\xaf\xfa\xf6\x6b\x12\x22\x6d\x78\xed\x3c\xbe\x44\x90\x61\xda\x61\x70\xde\x8b\x98\xfa\x82\xff\x77\xb8\x8e\x5f\x79\xbf\xbc\x86\xcf\xfc\x9b\xb9\x0b\x1a\x98\x46\xaa\xc5\x82\x06\xa6\xc1\x92\xb0\xa0\x81\x69\xe4\x87\x2e\x58\x60\xda\xdc\xf7\xe9\x96\x6f\xd1\x2c\x58\x60\x06\x31\x2c\x0b\x16\x98\x4a\xf0\xee\x3a\x0e\x24\x6c\xf7\x79\xf2\xa3\xbf\x31\x58\xb0\xc3\x0c\x22\x7d\x96\xec\x30\x0b\xaf\xf9\x82\x1e\x66\xac\xfd\x90\x89\xd9\xd3\x2f\xc9\x14\xc7\xf5\x77\xf8\xe9\xf0\xc9\x2c\x78\x63\x06\x61\x2b\x0b\xda\x98\xc2\x11\x6c\x49\x1b\xb3\x62\xff\x40\xf1\x5f\x34\x41\xaa\xe8\x83\x2a\x91\xb1\x4e\x54\xc8\x92\x36\x06\x8a\x81\x75\x18\x75\x41\xc2\xcb\x3a\x64\x8a\x6e\x7e\x08\xed\x2b\x2c\xcd\x04\x49\xaf\x6d\x43\xf8\x55\x28\x6e\xaa\x2f\x3c\x4c\x30\xaf\x45\xb9\xa4\x6d\x95\x65\xb1\x28\xad\xda\x84\xc9\x35\x49\xa4\x16\x4c\xfc\x22\x69\x75\xeb\xa8\xd6\x94\xef\x57\xfb\xc8\x77\xf1\xb4\x1e\x5e\xbf\xdf\x7d\xcb\x32\x20\xbc\x52\xb9\xe6\xdc\x4c\x9a\x49\x0e\x3d\x59\xa7\x0b\x76\x98\x4a\x96\xd8\x92\x1d\xe6\xb0\xe0\xa6\xcc\x4c\x46\xa4\x99\xa4\xce\xcb\xb0\x8a\x0e\x47\xa7\x93\x7f\x61\xf3\x55\x12\xc2\x11\xe9\xcc\x0b\xbf\x44\x62\x25\xee\x81\x05\x3b\x4c\x92\xdc\xb5\x60\x87\xf9\x5e\xf0\x07\x47\x9f\x83\x2a\x75\x58\xd7\x17\x25\x13\xfc\x38\x7c\x61\x10\xf9\x1e\x94\x4c\x88\x23\x94\x57\x0b\xd6\x98\x20\x90\x7b\xc1\x1a\x93\x78\xa6\x17\xa4\x31\x5f\x01\x7c\x08\xc4\xa9\xe2\xe0\x0c\xd6\x66\xf8\x02\xb3\x30\xfe\x3a\x99\xae\x83\xa0\x12\xc8\xcb\xd6\x31\xf4\x73\x1f\x16\x4f\xc0\xa4\x5d\xae\xb1\x2d\x9d\x59\x93\x68\x91\xa0\x78\x13\x86\xd0\xcd\xd7\x41\xc6\x10\xd1\x40\xeb\x00\x69\x90\x78\xad\x75\x60\x6d\x5b\x00\xda\xac\xe3\xd3\x64\x3a\x9c\x23\xeb\x98\x56\x98\x2e\xdc\x31\x96\xbe\x80\x7e\xe0\x82\x20\x19\xa8\xfb\x4c\x98\x12\x47\x2d\x3c\x0a\xb2\x13\x2e\xc8\x68\x06\x3b\xe4\x82\x8b\xa6\x93\xbc\xb6\xe0\xa2\xf9\x1e\xa2\x64\xa2\x59\xf6\xbc\x34\xc5\xd3\x3e\x17\x20\x20\x1d\xc9\xc0\x4c\x6f\xbd\x3d\x2f\xa2\x44\xae\x83\xc0\x4a\x8c\x6f\x0b\xc6\x9a\x41\xb4\xce\x82\xb1\xe6\x7b\x88\x56\x87\x1b\x2f\x0f\xa5\x38\xfc\x54\xf6\x3b\x47\x66\x3b\x78\x26\xe9\xa5\xf4\x3e\xf2\xcd\xce\x4f\x5d\x46\x7c\x34\xe1\x66\x76\x1c\x92\x4e\x4a\xbf\x69\x55\x5d\x7f\x3b\xf2\xc6\x6b\x86\xdb\x65\x00\xe9\x76\x75\xc2\x2e\x58\x87\x1d\x9e\x45\xfc\xff\xbe\x5f\xfd\x10\x25\x2f\x26\xdd\xa0\x46\x86\xe7\xa4\x22\x71\xc9\x11\x48\xb5\x97\x5d\x59\xe9\x0c\x34\x98\xb5\xff\x48\xff\xf0\x07\x6e\x6a\x27\x0d\x7c\x37\x2b\x95\xc0\x20\xac\x2c\x05\x21\x3a\xcc\x4a\xe5\x11\x68\xc7\x7b\xc5\x7f\x07\xcc\xbe\x9c\xcc\x27\x7e\x6a\x17\x30\x3a\x0c\xd0\xfd\xeb\x80\xc7\xed\xb0\xbb\x05\x52\x51\x40\x9e\x0e\x96\x13\xeb\xc4\x1b\xef\x3a\x3d\x9d\xd4\xcd\x12\x58\xf1\xfb\x0f\xf3\x64\xb8\x7f\x11\x6c\xe0\x9c\x46\x6d\x29\x0e\xd0\x65\x3f\x75\x1a\x84\xbd\x73\x2f\xd4\x8b\x80\x02\xa5\xe5\x05\x15\x6a\xf7\x65\xa2\x25\x9c\xae\xd0\xb1\xae\x74\x35\x13\xae\xb3\x17\x07\xe0\x89\xd3\xee\xfb\x0e\xbd\x7d\x2f\xda\x0b\xde\x21\xe5\x11\xd6\xce\x3d\xc7\x88\xbe\x69\x4e\x75\xe0\xb7\xf6\x74\x40\xcf\xd9\xd3\x5e\x3d\x27\xad\x05\x24\xac\x7b\x5e\x81\x97\x58\x6c\xe6\xa7\xca\xd4\xbe\xef\x13\x8d\x10\xdc\x47\x93\xd9\x73\xf2\x67\xa8\x0f\xcf\xa8\xc9\x90\x3e\xb3\x8e\x1f\xcd\x77\x8e\xfd\x2c\xc0\x97\x19\x5a\x65\x93\x51\x33\x4a\xd7\x1d\xd8\x49\x4d\x7f\xae\x12\x77\x45\x8e\xd8\xfb\x05\xd0\x12\x57\x2a\xfd\x9f\x4f\x89\x6a\xca\x5d\xe2\x69\x96\x12\xf2\xa1\x53\x5d\xd2\x0f\x62\x77\x3f\x4f\xca\xe1\xf8\x5b\xc8\x3d\x56\x91\xd2\xd5\x48\xd2\xa9\x68\x26\xae\x43\xfa\xec\x3a\xd2\xa8\x87\xde\x59\x14\x83\xf1\xb4\xda\xb3\x2f\x47\xc3\x41\x27\xa0\x79\x74\xe5\x06\x47\x79\x40\x64\xd6\xf1\x32\x74\x4a\x01\x4f\xf2\xc9\x18\x41\x36\x53\x20\x96\x5f\xc5\xe8\x4c\xd2\x1b\x56\x31\x3c\x85\xc9\x0e\x0b\xcd\xf7\x87\x3f\x08\x8a\xa3\x1a\xd0\xd0\x24\xc6\x82\x05\xad\x4c\xa6\xf7\x55\x07\x48\x04\x5b\xc5\x28\x4c\x8b\x30\x0a\x93\xa0\xaa\x05\xaf\x4c\xba\x51\x4a\x1f\x03\x8a\xc8\x82\x25\xa6\x2f\x9f\xa9\xf4\xb9\x1f\xc2\xd9\x07\x99\xe1\x2a\x35\x40\x9b\xf2\x9a\x73\x2f\xab\xa9\xb0\x43\x2f\x62\x83\x16\xb4\x32\x1d\x37\xe0\x82\x56\x46\x08\xab\x05\xab\x4c\x77\xdb\x83\x55\x26\xd0\xe1\x56\x69\x32\xab\xd2\x7d\xa5\x59\x6d\x5f\x1e\xfe\x41\x95\x4c\x43\x58\xbe\x01\x60\xfa\x41\x57\x92\x92\xe0\xf4\x28\x00\x80\x1d\x48\x4b\xe8\x66\x06\x99\x14\x4b\xba\x99\x45\xd0\xcc\x82\x6e\xc6\x1c\x90\x05\xdd\x4c\x07\x1f\x6a\x15\x0d\xa1\x16\xd6\x75\xa4\x78\xcd\xd9\x98\x85\x0f\xdb\x4c\x75\x2d\xc2\x29\x13\x1c\xb8\x97\x9c\x32\x8b\xe8\x9b\x05\xa9\x4c\xad\x16\xc0\xae\x8c\xfb\x7f\x15\x19\x47\x99\x3d\x05\x67\x16\x36\x97\x55\x06\x44\x51\x7e\x74\x62\x1e\x46\xf7\x2c\xdf\x2e\x1a\xb0\x2c\xad\x22\x16\x98\xad\x24\xef\x56\xd5\x4b\xae\x19\x67\x5b\xd1\xea\x8a\x24\x87\x46\xa6\x76\xeb\xa0\xcb\x0a\x97\xcc\x92\x46\x46\x4d\x07\x16\x99\xef\x0f\x7f\xc0\xec\x12\x5e\x63\x65\x44\xf4\x17\xcd\xb1\x28\x59\xb0\xc8\xd4\x62\x4d\xc3\xda\xd1\x02\xb7\x60\x3c\xf4\xab\x68\x8d\xb5\xaf\x81\x77\x24\x9e\x6d\x95\x6f\x0b\xae\xd1\xbd\x1f\xe4\x54\x52\xa3\x20\xc2\x0a\xf5\x19\x0a\x9a\xe8\x76\x23\x36\x80\x74\x1a\x69\x72\x65\x0b\x2d\x9a\x5c\x39\x6d\xac\xa2\xc9\xb5\x53\x3b\x4d\xae\x9c\x55\x16\xfc\x32\x9d\xfc\x9c\x25\xbd\xcc\xe2\xf4\xb0\x0a\x21\x35\x98\x37\x56\x49\x4c\xbf\xf6\x1e\x08\x3c\xe4\x6f\x2d\x78\x67\x02\x5b\xf9\x2a\xfa\xd1\x1a\xa5\x2d\xb7\x22\x0a\x58\x2e\x23\xaa\x07\xa1\x69\xb8\x8c\x38\xa3\x93\xcc\xba\x60\x9d\x89\xb4\xef\x00\xd7\x01\xc8\x67\x95\x13\x2d\xd1\xa9\x46\xb0\x4c\x71\x2e\x13\xef\xd2\x6d\x8d\xbe\x33\xbb\x45\x17\x59\xff\x0b\x2b\x64\xc1\x03\x93\x4d\xc9\x70\x9b\xdc\x43\x45\xc8\x66\x5b\x4a\x5a\x88\x60\x56\x38\xc7\xc8\x66\x5b\x7b\x59\xdd\x9a\xf9\xbd\xb6\x97\x15\x2c\x9c\x96\x8b\xb3\xd5\xf4\x82\xbd\x7e\x6e\xd6\x8f\x13\xe2\xdb\x5e\xda\x9e\x10\x18\x67\x87\x8d\x02\x8d\x77\xec\xe2\x60\x34\x50\x7e\x70\x9a\x2e\x8a\x80\x5b\xfa\x09\xde\xd5\xe1\xb6\x65\xa0\xa7\x69\x36\xce\x42\x98\x4a\xb7\x41\xbf\x5d\x3d\x86\xe5\x47\x02\x20\xbb\x3f\xbc\x33\xb1\xa5\xec\x77\x82\xd6\x73\xb7\x0a\x5e\xb9\x50\x34\x98\x0e\xec\x6c\xc2\xf9\x46\x4e\xed\x2a\x58\x79\xbb\xb5\x7b\xfc\x26\x43\x84\x23\xee\x20\xe8\x67\xc1\x3b\x13\xcb\x65\xff\x5a\x23\xe6\x00\x0c\x65\xc7\xb1\xff\xf0\x6d\x5e\x78\x7d\xbb\xd0\x38\x0c\xc3\x9e\xde\xe4\xa0\xc1\xa7\xb0\x60\x91\x59\x38\x93\x3e\x6d\x8f\x67\x26\xd7\x54\x09\x75\x04\x82\x98\x85\x6f\x70\x49\x10\x43\xf4\xd4\xaa\xe0\xe7\xac\xc3\xfb\x1c\x2d\xd0\x46\xea\x41\xb8\x01\x79\x2a\x0b\xb2\x98\xa5\xf6\x0c\x59\xcc\xc2\x97\xb6\xa0\x84\x09\xf5\xf9\x8a\xe9\x16\x6b\xf6\x82\xf9\x25\xc1\x66\x5f\x15\xff\x19\x27\xf4\x55\x6b\x37\x2a\x8e\x5a\x13\xef\x81\x9d\x6a\x55\x6c\xb7\x78\xfa\x56\xad\x34\x3f\x7c\x06\xca\x22\x5b\x59\xad\x11\x5a\x04\xa4\x2e\x4b\x11\x55\x31\xe4\xaa\x8e\x54\x76\x00\x87\x1c\xee\x16\x7d\x92\x0b\xee\x96\x85\xd3\x6a\xc1\xdd\xb2\x70\xc1\x2c\xb8\x5b\x16\x1e\xb2\x55\xbf\x43\xdd\xc2\xbb\xb6\xa0\x6e\x49\x4c\x09\xab\x36\x32\x3e\x99\xe5\xb5\xe3\x55\x64\x1a\xd5\x6e\x03\xf8\x7e\xe7\xfb\xcc\x28\x58\x5c\x16\x8e\xa3\x55\x3b\xdf\x64\xd1\xd7\x61\xb4\x9c\xd7\xbc\xcb\x3e\x5a\x87\x83\xef\x98\x7d\x32\x3f\x89\x8e\x59\xb0\xb8\x24\xf1\x7b\xab\x92\x84\xd6\xac\xf4\xa0\x57\xd8\x9d\x2b\x72\x9e\x34\xa7\x05\x89\x8b\xde\xd9\x05\xaf\x4a\x25\x67\x61\x41\x97\x22\x8c\xec\x82\x2d\xa5\x1e\xc5\x01\xc7\xad\x35\x1c\x3f\x92\x7f\x55\xc6\xe1\x48\xd1\x6b\xb9\x6a\x72\x4e\x43\x9c\xc1\x91\xb2\x5c\x8d\x50\xa4\x7c\x1f\xf2\x21\x0e\x96\xce\xae\xc4\xd7\xc3\x39\x00\x32\x93\x9c\xc8\x30\xc9\x4c\x0e\x92\xad\x56\xc5\xb5\x84\xc3\x74\xd5\x4f\x18\x2e\x82\xeb\x17\x2c\x27\xf5\x20\xe4\x65\x41\x73\x92\xcd\x29\xb8\xac\xb7\x65\xe3\x80\x22\x3b\x63\xd5\x4f\x64\x7e\x7f\xfc\x15\xf3\xb6\x60\x47\xc9\xe9\xb4\x3f\x0f\x5a\x4e\x31\xa7\xad\xa2\xab\x4e\x5b\xc5\x06\x04\xf1\x89\xc0\x17\x0b\xe2\x93\x05\x08\xd4\x82\xf8\xa4\x1e\xa4\xe3\x2c\x88\x4f\x16\xf1\xf0\x0b\xe2\x93\xa5\xd2\x0b\xf1\xc9\x1a\x0e\xe4\x27\xb2\xd7\xb0\x51\x24\x25\x2b\xdd\x20\x3e\xf9\x3e\xe4\x1f\xf6\x1b\x2f\x7c\x87\x87\x45\x40\xd6\x82\xbd\x24\xe7\xbe\x9f\xbe\xe0\x1f\x68\x72\xce\x27\xc2\xf5\x0f\x82\x70\x97\xf4\x25\x38\x28\x17\xf4\x25\x4b\x93\x0a\x2c\x25\xe9\xb1\xa5\xde\x8e\x06\xdb\x77\x45\xa8\x0f\xbf\x7a\xdb\x03\x6c\xc7\xf5\x86\xcb\x10\xe1\x58\xef\xe9\x1f\x74\xc7\x4d\x06\x8e\xc5\xdd\x84\x90\xba\x2e\x6f\x8a\x2b\xbe\xc0\x2c\x42\xf0\x41\x4d\x12\x44\x3e\x2d\x98\x43\xd6\xd8\xd7\x04\x36\x17\xe7\xef\x8f\x17\xfc\x28\x30\x39\xc3\xd9\x45\x5c\x83\xa7\x4c\x48\x41\xd6\xb0\xeb\x1f\xc6\xc4\xc5\xfe\x38\x26\x88\xd3\xfa\x30\x26\xce\xd9\xc7\x89\x13\xbe\xc1\x8a\x72\xd9\x3d\x06\xe8\xf9\x36\xfc\x40\x87\x25\x50\x0b\x67\xdd\xcb\x34\x71\x7c\x60\x96\xc6\x4f\xbe\x2a\x19\xc9\xc3\xa9\xf4\x5a\xb2\x02\x0b\x3f\x5e\xb1\x4a\x46\x03\x62\xfe\x83\x2c\xa4\x1e\x40\xb3\x2d\xc8\x42\x16\x34\x8a\x0b\x7e\x8f\x05\x4e\xd6\x82\x8a\x23\xdd\x7e\x60\xe2\xa8\x87\x66\xa8\x86\x63\x4d\x2d\xa7\x61\x9d\x23\x6e\x76\xb5\xc2\x7e\xc5\xe0\x36\xc8\x9b\x1d\x05\x18\x3a\x16\xf0\x65\x0b\x86\x8e\x05\x10\xe1\x6a\x85\xa6\x31\x95\x1a\xac\xce\xb8\x12\x56\x03\x97\xec\x50\xef\x68\x95\xa8\xcf\xc3\x3f\x64\x35\xe0\x43\x06\xe2\xe1\x3e\x59\x70\x7a\xa4\x67\x49\x38\x3d\x72\xb2\x1a\xe1\xee\x58\x98\x8e\x17\xd4\x1d\x72\x0b\x2d\x18\x3a\x92\xfc\x88\x05\x41\x47\x36\x3f\xfa\x29\xe6\x0b\x67\xc0\x82\x88\xa3\x1e\x9a\xf3\x20\xe2\x58\x30\x5b\xad\x66\xb2\xf0\xf0\x43\xaf\x91\xf0\x94\xdc\x19\x1e\xa6\x6a\x23\x8b\x98\x18\xfc\xd5\x88\x83\x3b\x80\x00\x5b\x30\x71\x2c\x20\xc3\x16\x4c\x1c\xab\x5b\x0d\x70\x19\x88\x0e\x58\x0d\x7e\x2d\x75\xb3\xd6\xa1\xea\xc5\xf1\xb8\x5a\x37\x02\x94\xd2\xf0\xc9\x11\x1c\xb0\xda\x30\x40\xd3\xeb\x8b\x67\x28\x6c\xfa\x0c\xed\x9f\x8c\x94\xd5\x9e\x8c\x4e\xf7\x19\x62\xb4\x2d\x78\x5e\xba\x92\x28\x80\xdc\x5f\x42\xc5\x56\x0b\x9a\xc6\x49\xb7\x91\xa5\x7b\xe4\x5f\xd1\x6f\xab\x05\x93\x09\x55\xb5\x61\x82\xd2\x3a\xd2\xa4\xbf\x62\xf3\x68\x89\x0b\x05\xc9\xdb\x70\x88\x1d\x1a\x5f\x1b\xb0\x33\x4a\x8d\x86\xe5\x88\xc8\xe6\xd5\x34\x10\xd9\xb1\x44\x10\xec\x2e\x10\xb3\xc1\x49\xa9\xd8\xc6\xa1\xb2\x60\xbc\x58\xea\x63\x52\x53\xc0\xa8\xbe\x1a\x72\xf6\xb0\x0f\x14\xa7\x88\x22\x29\x2b\xc0\x2c\x58\x50\x56\xd4\x83\x70\x9e\xd5\xb6\x38\xf5\x43\x4c\x69\x17\xd3\x69\xa7\xd9\x9e\xd3\x55\x46\x07\x2a\x4f\x2b\x6a\x7f\x3b\x8d\x60\xa7\x4a\xa7\xc1\x93\x48\x5d\x68\x2e\x0c\x89\x58\xed\x62\x2e\x0e\xaf\xbb\x0f\xf1\xa9\x8b\xc1\x0b\xaf\x6d\x10\x5f\x05\xfe\x61\xd8\x63\x8a\x4d\xd7\xeb\x4d\x23\x50\x24\x1a\x51\xd8\x7b\xf6\x81\xda\x70\x34\x1b\x71\x3b\xf2\x34\xee\xbe\xfc\x83\xaf\x2a\x36\xa7\x7f\x20\x1e\xd1\xda\x1a\xd1\xd8\xc3\x45\x0a\xb4\xc3\xb4\x04\x94\x56\x4d\xf1\xd0\x4c\x2c\x4d\xce\xd0\x49\x18\x73\xb1\x60\x93\x08\x2d\xce\xb0\x49\xd4\xa3\x39\xa7\x1f\x92\x9e\x1d\xd0\x07\xc9\x82\x66\xd7\x40\x7c\x38\x5a\xf3\x0d\x67\x03\xed\x47\x9c\x86\xd5\x46\x6b\x25\x85\x6b\x35\xb5\x56\x4f\x0c\xed\xb5\x03\xfc\x23\xfd\x83\x36\xa0\xb5\xea\x8b\x80\x37\x62\x91\x9e\xb0\xa0\x7e\x58\x70\xe6\x2e\xa8\x1c\x12\x5c\xbb\xd5\x95\x7c\xf8\x96\x57\x57\xf2\x71\x04\xee\xc5\xee\x0e\xae\xa9\x5e\xfa\xb2\xb1\x13\x14\xa0\x14\xe4\xe0\x01\xdd\xc3\x1a\x88\xdc\x5e\x19\x73\x0e\x5c\x50\x3c\x18\x9a\xb3\x7a\x15\x85\xfd\xab\x68\x6f\x94\xc5\x3a\xee\xc8\x28\x60\x25\x57\x6f\xce\x0b\x5b\xd0\xd0\x74\x18\xa9\xae\x52\xc9\x6c\xeb\xcd\x71\xde\x6f\xbb\xf7\xfb\xb6\xc2\xcb\x87\x98\x3c\x68\x89\x9d\x48\x01\xad\x21\x1d\x40\x2f\xd8\xa1\x57\x87\x22\xfe\x20\xe6\x73\x75\xe2\xa8\x88\xa9\x5a\x30\x44\xc8\x95\xb0\xfa\xd8\x99\x7d\xfe\xa0\x2f\x10\x5e\x7d\xaa\x17\xd3\x7e\x02\xac\xc8\x2f\x59\x7d\xd3\xf4\x54\x7f\x30\x86\xe9\x0b\xa0\x76\xb0\xae\xe0\x6f\xa8\x87\x47\x57\x08\x1c\x96\x56\xa6\x6e\x66\x27\xd3\x10\x9a\x86\xef\x21\xde\x16\x3d\xa6\x7b\x8d\x61\xdc\x61\x88\x94\x15\xc8\x1f\x8e\x09\x45\x68\xff\xb6\x7e\xe4\x82\x6a\x70\xea\x61\xce\xe7\x5f\x6e\xd4\xd5\x43\xd6\x4f\xaa\x05\x33\xdf\x6e\x2c\x36\x6d\xf5\x05\x68\x1b\xa6\xc7\x12\x88\x19\xa6\xbe\x08\xf8\x17\x9a\x7a\x70\xd7\x0d\x4f\xa0\xe1\xd7\x5f\x78\x54\x69\xb7\x66\x6c\x6b\xb5\x3a\x2f\xf3\x51\xac\xd8\x79\xf8\x3c\x13\x9f\xf0\x9e\x05\x63\xc3\x74\x2b\x80\xb1\xe1\xfb\x83\xe2\xe4\x96\xad\xbe\x81\x61\x0f\xe1\xda\xf1\xb1\x03\xe8\xb8\xfa\x92\x60\x9c\xfb\x9f\x4e\x5a\x89\x01\x5a\xb0\x3a\x14\xcf\x3a\x9d\xe4\x53\xe2\x98\x57\x3f\x09\x06\xd8\xf7\xc9\xa9\xda\xd7\x41\x96\x25\x4d\x23\xf9\x54\x7f\x43\x3f\xa5\xbc\xf0\x19\xba\x65\xdf\xa7\x5b\x8a\xdf\xbc\xb9\xa6\x01\x50\xb3\xeb\x86\xe8\x9f\x00\xad\xcb\xfb\x5a\xb3\x7d\xfe\xaa\xdf\x33\x68\xb3\x30\x4b\xb4\xe2\x37\x61\x60\x87\x7d\x70\x75\x12\x6e\x8a\x0b\xfa\x53\x47\x3b\xd8\x18\x0b\x9e\x88\xaa\xd7\x0d\x9a\x88\xa9\xdb\x10\x9a\x88\x4e\x7c\xc8\x82\x26\xa2\x01\x98\xb4\x3a\xb6\x07\xf5\xdd\xfe\x89\xdb\x3a\x1d\x3e\xc8\xd5\x49\x4f\x5a\xfd\x53\x52\x9b\x07\x91\x8e\x92\x4a\xe0\xcf\xea\x77\x38\x18\x7e\xf4\xf5\x07\x25\x7f\x22\x73\xea\x13\xeb\x10\xa7\xab\xa5\x74\x88\xd3\x0f\xfc\xcf\xab\xc3\x9c\x9e\x08\xb7\x0e\x73\x3a\x84\xcb\x4b\xce\x08\x4d\x23\xfd\x13\xa5\xbd\xdb\x45\x0f\xdd\xe2\xd0\x7f\xa2\xb4\xa5\xcd\x79\xf6\x64\xe1\x43\x0f\xa5\xed\x6b\xc6\xc3\xc2\x60\x51\xd7\x37\x01\x65\x44\x81\x63\x63\x41\x19\x51\xf7\x38\xbd\xe4\xfc\x3a\x33\x49\xc5\x24\x26\x66\x75\xa0\x05\xaa\x63\x40\x9a\xa5\xda\x51\x7f\x99\x98\x56\x94\x34\xcb\xe9\x3c\x78\xa9\x83\xf2\xef\x3d\x61\x09\xa1\xd2\xaf\x92\xc7\x4a\x90\x4f\xe9\x56\x05\xc3\xc4\xd4\xd4\x3d\xf0\x81\x13\x1d\xf5\x1d\x9f\xfe\xfb\x5f\x53\x90\x8e\x83\xd6\xb3\x2f\x8e\x4f\xca\x4f\x2d\xe0\x83\x50\xb3\xc6\xe6\x3e\x64\x07\x0a\xdf\x25\xef\xb8\x78\x7d\x81\x0b\x1c\x5c\x03\x61\x48\x4f\x0f\xb2\x1b\x35\xb0\xc2\x66\xd1\xc8\xfb\x59\xff\x88\x2a\xf8\x26\x7c\xe6\xda\xbf\x07\x06\x69\x22\xf6\x16\x04\x16\x35\xf6\xf3\x74\x2e\x1b\xc1\x28\xca\x38\xe4\x31\x0c\x16\xf5\x20\xac\x65\xc1\x60\xd1\x40\x0b\x5b\x30\x58\x4c\x38\xf1\x16\x04\x16\x55\xd7\xf8\x20\xbd\x91\xc4\xae\xef\xc0\x48\x64\x00\xb5\xae\xe4\xd1\x33\xa1\x86\x7a\x32\x01\xe0\xdf\x71\x81\x04\x97\xbf\x18\xb2\xbe\xbd\xfc\x2b\x71\xf9\x12\x0b\xd2\x76\x10\x41\xec\xb9\x73\x54\x16\xcf\xae\xfa\x4b\xe8\x32\xcf\x93\x14\x69\x14\xc0\x68\xee\x0c\x48\x94\xd1\x58\x25\x56\xfd\xdb\xb8\x26\x39\x48\x0b\xfe\x8c\x56\xec\x9c\x6f\xaf\x9a\x64\x63\x2e\xf8\x33\x8a\x67\x0b\xf8\x33\xa6\x16\x54\x08\x34\xbe\x8f\xf2\x72\x27\x49\x06\xd1\x0e\x9b\x46\xd5\x8f\x01\x9b\xc6\x24\x35\x7a\x41\xa6\xf1\xbd\x40\x97\xe3\xe2\x76\x9b\x84\x40\xe3\xfb\xc3\x37\x16\x6f\x50\x34\x74\xed\x00\x19\xad\xb1\xb7\xc0\xe9\x8f\x9b\x87\xa8\x93\x16\x74\x5f\x90\x95\xdd\xce\xc0\x82\xae\xa1\x1c\x36\x8d\xef\x65\x1f\x72\x41\x3b\x75\x3f\x3d\x7d\x2a\xcf\xc6\x80\xaa\xd9\xa9\x35\x3e\x99\xb7\xec\xca\xb9\x67\x04\x9f\xfd\x36\xd0\xaa\xf6\x05\xeb\x45\xdd\x8d\x20\xb0\xed\xd0\x10\x37\xe6\x4b\xff\xd1\x35\x90\xdf\x7a\xd4\x18\x41\x66\x36\xea\x1d\x0c\x18\x72\xfc\xae\x81\x73\x17\xf8\xdf\x4f\x75\x44\x17\xe7\x7e\xba\x21\xa1\x4d\x8e\x4f\x49\x5f\x9a\x37\x47\x02\x7b\x60\x7b\x72\x72\x9f\x1a\x25\x31\x8e\x6c\x60\xf0\x59\x7c\x2f\xfb\xd5\x8b\x20\x56\x1f\xba\x79\x81\x76\xa6\xa3\x98\xfe\x78\xf8\x83\x01\x4a\x83\x55\x79\x61\xd9\x01\x68\x59\x43\xf3\x8d\x73\x43\xf3\x8d\x56\xa7\x01\x14\x83\xb1\x10\x30\x60\x88\x8e\xf1\x1d\x31\x38\x16\x51\x27\xb0\x75\x0e\x27\xdc\x59\x4d\xc3\xa5\x71\xa0\xcc\x1b\xcd\x01\x1d\xc6\x4a\x1b\x41\x30\xb0\x9e\x1c\x48\x2f\x24\x58\x5b\x92\x5e\xa8\xbb\x42\x7a\xf1\x7d\xc8\xaf\x5e\x94\xec\x43\x34\xd4\x45\x07\x9f\x2c\x50\x6c\x6b\x10\x31\x16\xca\x87\x8b\xde\x73\x16\x6b\x3c\x71\xbd\x69\x3c\xd1\x6a\x31\x30\x9e\xec\xe5\x7e\xf9\x51\xda\x4f\x82\xa7\x12\x77\xc0\xa4\x5e\x5c\x63\x1c\x08\x34\x60\x0c\x0e\x04\x9a\xba\xc7\xed\xc9\x96\xe7\xdd\x89\x34\x58\x0d\x90\x87\x61\x47\x58\xd2\x6a\x1c\x9e\xd4\xc7\x2d\x2f\x1a\x43\x42\x72\x89\xd6\x8c\x71\x63\xe4\x57\x7c\xfd\x3e\xfd\xae\xd8\xf1\xc4\x1e\x6b\xd8\x80\x4a\x63\x19\xc0\x31\x38\x28\x68\xa1\x86\x56\x23\xf4\xed\x42\xab\x51\x8f\xb1\xff\xa0\x09\xca\xe2\x07\xc3\xe4\xf2\xba\x82\x2d\xeb\x35\x1f\x65\x0f\x18\x98\xb1\xc3\x26\x13\xb1\xa5\xcd\x11\xee\x8d\xd6\xea\xdf\x02\xee\xdb\xe1\x86\xd6\xcf\x01\x29\xd2\xa1\xc1\x69\xe0\x3c\x3d\x9c\x95\x0f\x4c\x09\x68\x6b\x83\x70\x2e\x12\xcc\xd6\x78\xdd\x09\xa8\xc9\xb7\xf5\x8d\x70\x50\x5e\x7c\x2a\x3e\x4f\x94\x97\x41\x52\xb0\x80\xd4\x2d\xe0\x8c\xf2\x72\xd4\xd9\x06\xbb\xe3\x40\x94\xd7\x6e\xe9\x46\x40\xa6\x9b\xbe\x6d\xb0\x91\xf4\xb8\x06\x04\x4c\x46\x39\x8d\xd7\xad\xd8\xeb\x87\xfb\xf4\xc6\xfb\xca\x6d\xf8\xbd\x3c\xa1\xcf\x73\x9f\x9d\x87\xb4\xea\x5e\xe3\x43\x41\x17\x84\x41\xa4\x13\xc7\xbd\x60\x10\x19\xc1\xf9\x0b\x06\x91\xef\x43\x85\x1f\xc9\x1f\x93\x6b\x62\xc4\xd2\x0f\x3d\xc0\xdc\xf9\xc2\xfb\x3d\xc3\x3e\x38\x41\xdf\xf4\x20\x23\xe5\x88\xe2\x69\x7e\x07\xa8\xa1\xea\x3e\x21\x7e\x3a\x3c\xb2\xcf\x02\x32\x29\x02\x60\x96\xf4\x8f\xc6\x8f\xcb\x1f\xfe\x83\x2e\x52\xbc\x26\xc6\xa2\x5b\xc4\xe3\x43\xd4\x83\x14\x50\x4d\x4f\xd3\x2d\x55\x9b\xcc\xac\x38\x6d\x91\x87\x53\xaf\x30\x2b\x7d\x92\x3b\x43\x8c\xe0\x9a\xdf\xa6\xd6\x20\xc4\x59\x53\x27\x2f\x62\x6f\xc2\xe9\x3a\xed\xb1\x06\xc2\x00\x32\x73\x36\xa0\x5c\x59\x31\x13\x4a\x57\xa5\xca\x6c\x6c\xc1\x68\x41\x30\x9c\xf4\xc9\x74\x81\xe0\xa4\x2f\x2b\xd7\x68\xc1\xb0\x2c\x5b\x30\xfd\x81\x89\x9f\x72\x3b\x41\x7e\x7e\x67\xa3\x07\xb0\x8d\xcd\x4e\x03\x90\x73\xd3\xfd\x4d\xd5\x67\x76\x12\xf3\xac\x51\x27\x29\x0a\x01\x38\xa1\x7d\x25\x6b\x74\xcd\x6f\x0f\xac\xaa\x2f\x93\x64\x9a\xba\x3f\x44\xa4\xcb\xb0\x34\xc5\xd0\xf4\x07\x91\x67\xbb\x4a\x80\x21\xec\x97\x7f\x78\x51\xe9\xba\x81\x2e\x86\xc0\x84\x73\xa5\xeb\xa5\x84\x73\xa5\x01\xb4\xb6\xa6\x40\x76\xac\x2e\x39\x57\x00\x59\x5d\x50\xae\xd4\x63\x38\xc1\x86\x09\xc3\x8c\xec\xb0\x5f\xec\xbc\x81\x37\x1e\x49\x3a\xdd\x1a\x35\x4c\x4c\x22\xb6\x34\xcf\x41\xc6\xd2\x9b\x23\x0b\xf6\x9d\x52\x6f\x4e\x55\x3f\x8a\x23\xc0\xdc\xf0\xc7\x39\x13\xf7\xb5\xf7\x81\x21\x3f\x7c\x1e\x15\x00\x59\x35\xb5\x8b\x69\x4f\x81\xc9\xa5\x6b\x48\x9d\x1e\x45\x91\x61\xd3\xa3\xa8\x36\x87\x19\x0c\x0f\x1b\xc0\x24\x6d\x32\xfd\x2a\x11\xe6\xc6\x05\x4e\x3c\xca\xb3\xf8\xcc\x24\x50\x93\x5a\x90\x36\x69\x00\xc2\xc4\x59\x52\x91\xbc\x53\xb4\xa2\xe3\xaf\xbc\x85\x35\x93\x25\xed\x44\x24\x82\x5c\x43\xe4\x4c\x97\x34\x3b\xff\xe4\xb8\xaa\xa5\x6a\x1a\x42\xae\x49\x6e\x9a\xd5\xb3\x1f\x22\x8b\xca\xe5\x93\x8e\x11\x4a\x07\x24\x2f\xdd\xb8\xcf\x99\x66\x0a\x78\x4d\xcc\x24\xc7\x94\xb9\x38\x45\xb9\x66\x96\x1c\x21\xf4\x0d\x00\x49\xe1\x24\xf0\xec\x4a\xf2\xf3\x9a\x3b\x02\xcb\x87\x30\x8b\xf0\xcd\xef\xe4\xda\x72\xbf\x7b\xfa\xbc\x7f\x80\xa3\xe5\x2c\x83\x44\x46\x15\x0f\x82\x98\xb6\x25\x00\x39\x9f\x9a\xf7\x21\x88\xa9\xc7\x74\x8a\x82\xf8\x00\x47\xf6\x9a\x46\x4a\x39\xd5\x2f\x70\xb7\x7c\x01\xf8\xa2\x03\x3c\xda\x35\x2f\x25\x3a\x5f\xbd\x70\xec\xb9\x74\xaf\xe1\x43\x74\xf1\x45\xc0\xbe\x32\x4d\x9a\x59\xfd\x4d\xf3\x62\x20\x8b\xd7\x9f\xae\xb4\xa5\x95\xbb\xfd\x1e\x79\x98\x06\xb4\xef\x4e\xce\xa6\x1e\x73\xe6\xf5\xfa\x10\x6f\xdc\xec\x3e\xec\x1a\x93\x20\x2a\xb0\xeb\xd6\x94\xc3\xd0\x69\x66\xb0\xb8\x8b\x43\x4f\x89\x6b\xd4\x58\x71\x94\x17\xc8\x66\xbe\x8f\xfa\x10\xca\xaf\xbb\x06\xf9\xa3\x46\x2c\x4d\xbc\xdc\x5b\x3a\x80\x73\xad\x3e\x0e\xd9\x4c\x01\x30\x6c\x4d\xbc\x29\x5a\xd9\x27\x5c\xb4\x80\xda\xac\x09\x68\x9e\xce\x1e\x08\x66\x52\x0f\xdb\xf4\x5c\xab\x22\x07\xc1\x4c\x18\x9a\x37\x7f\x26\xf8\xd3\xdb\x90\x14\x0c\x85\x2f\x21\x54\xc7\x16\x3f\x40\x2e\x18\x0f\x3c\x85\x5c\xe0\x7c\x3d\x1f\xd6\xb1\x13\x09\xc7\xb6\x1e\xae\xf9\x10\xc6\xac\xd4\x17\x08\xd6\x01\x79\x55\xc5\xa8\x1d\xc4\x33\x7a\x12\x27\x66\xc4\x3d\xc1\xd8\xac\xf5\xcd\x4e\xad\x88\xd3\x59\x05\x04\xde\xe1\x24\x79\x6d\x8e\x7d\x44\x56\xe9\x9e\xab\x2f\xea\x83\xd2\xc7\x6d\x19\xec\xe4\x15\x82\xc3\x32\x82\x50\xd2\x84\xee\xbe\x80\xbb\x16\x5c\xd0\x15\x87\xb3\x0a\x09\x02\x25\x4d\xe8\xd5\x83\x92\xa6\xeb\x84\x96\x92\x46\x7b\x24\x94\x34\xd5\xc8\x49\x68\x68\xaa\x0b\x23\x70\xa3\xeb\x28\x8a\xc3\xf6\x73\x9f\xed\x17\x80\x87\x05\xf3\x4c\xd5\xe2\x07\x75\x4c\x53\xe3\x86\x3a\xa6\x1e\x46\xd2\x40\x1d\xd3\xf6\x0b\x15\x2f\x20\xc3\x19\x20\xb2\x6a\xfd\x8d\xef\x7c\x18\xfa\xc3\xa2\x31\x82\x18\x45\x20\x7e\xa9\x07\x00\x5e\x2b\x9a\xb8\x00\x94\x86\xd1\x72\xf9\x0c\xfc\xc1\xc7\x9f\xba\x5b\xe0\x19\x8f\xee\x4b\xb4\x0e\xf1\x16\xa4\x41\xe9\x05\x0c\xb7\xc4\x38\xfc\x03\x28\xdf\xee\x35\xeb\xd0\xeb\x51\x49\xe5\xa1\x75\xc3\x29\xc0\xcb\x43\x1c\x3a\x5a\x34\xa0\x9a\x43\x21\x88\x61\x1e\xa0\xf7\xc1\xbc\x67\x85\xc5\xb7\x49\x15\x5d\xb9\x01\x5e\xf6\x61\xe4\x09\x3c\x30\x95\xfc\xa0\x15\x93\xc3\xa9\x5d\x09\x1e\x0f\x89\x83\x0b\x1e\x98\xae\x8d\x28\x26\x07\x16\x24\x6c\x4c\xec\x75\xa8\x4d\x11\xa4\x0a\x39\xb6\xec\x20\xb0\xb3\x2d\xa8\x5f\xea\xa1\xb0\x82\xfa\xc5\xe0\x31\x49\x5d\x94\x29\x12\xb6\x28\x3a\x20\x69\x69\xee\x7b\xa1\x38\x27\x03\x62\x41\xd2\xa2\x32\x11\xf9\x78\xdf\x1f\x20\x64\xa3\x71\x86\x67\x31\xa3\x10\x60\x72\xf9\x7e\x50\x1c\xd9\x98\x0a\x92\xf8\xe4\x76\x83\xe7\x74\xc5\xff\x31\xf6\x3e\xb9\xba\x84\xbe\xba\x5e\xff\x37\x8a\x3b\x84\xa2\x0a\x6c\x23\x2d\x9d\xb9\xd4\xdf\xf4\xd2\xc8\xfc\x1b\x11\xcf\xf3\x9d\x28\x52\x72\xb5\x4f\x8b\xb5\xbd\xab\x3e\x28\x30\x60\xcc\xeb\xd7\xb8\x10\x0f\xc7\x80\x63\x56\xa8\x0d\xa7\x2d\xe5\x5d\xc8\x76\x42\x8d\x39\x6d\x12\x56\x00\xb9\x5c\x9a\xa6\x25\xb9\x5c\xd6\x7f\xf8\xc6\x47\x6d\x7c\xc4\x5a\xa0\xd3\xdd\x2d\xe5\x97\x4b\x7b\x1b\xf8\x51\x70\x0e\x26\x4d\xcb\xd4\x13\x98\x9c\x89\xf4\x16\xa6\x67\x22\x2c\x62\x92\xae\x4c\xe1\x4d\xe4\x5c\xd9\x37\xbd\xba\x29\xfc\x87\xa3\x5f\x72\xf4\x81\x6a\x69\x92\x5c\xa5\xc4\xed\x25\xe0\x1c\x0f\xce\xf9\x10\x1b\xe8\xdc\xf6\x88\x23\xb6\x3b\x39\xe2\x78\xf3\x92\xf0\xa4\x79\x08\xc8\x37\x21\xed\xe3\x87\x44\xe7\x08\x85\xce\x57\xea\x67\xff\x5e\xbf\xb4\xdb\x0a\xf8\xcd\x5c\xff\x93\x93\xc5\x26\x80\x39\x3f\xb6\x7d\x35\xe6\x83\xf3\xc1\xa6\xae\xb5\xa7\x48\x92\x37\xcb\x9b\x5f\xad\xb7\xda\xa4\x98\x3c\xf8\x5b\x62\xea\xc6\xdf\x9c\xf1\x77\x9f\xb1\x06\x94\xdb\x7c\x2a\x81\x1e\x92\x4f\xa5\xbc\x0e\xab\x4d\x52\x79\x6b\x00\x85\x1e\xca\xa7\x2f\x27\xff\x20\x36\xb3\xf9\xf2\xe5\x7f\xf8\x14\xc4\x45\xbb\x0f\xd9\x65\xcc\x31\x52\xb3\x94\x9e\x24\x52\xb3\x94\xb7\x04\xa4\x66\xc9\xf4\x05\x28\xfc\xa1\x9d\x99\xd5\xf0\xf9\x73\xba\xae\xe6\x3c\xef\xfc\xbd\xc6\xc4\x28\x10\xd2\xaa\x4c\x62\x67\x67\xed\x04\xad\xfb\x09\x3b\x53\x49\x87\x5b\x01\x00\x72\xd9\x2b\xb0\xa1\x5e\xbd\xd5\x21\xde\x86\x67\xc0\xf3\xc0\x12\x38\x8b\x80\x4d\x81\x13\xbf\xb4\x2a\xa8\x2a\x69\x55\xf6\x4d\xdf\x63\x1d\xfe\xd0\x3f\xef\x4d\x4d\xae\xa2\x33\x84\x1c\x2a\xe5\xb1\x80\x1c\x2a\x09\x7b\xdf\x2c\xd2\xba\x7a\xa6\x20\x9f\xca\xd4\x1d\x4c\x3e\x95\x32\x44\x84\x1c\x2a\x95\x2c\x63\xa4\x50\x99\x5e\xd7\x95\x6e\x28\x35\xab\xbc\x2e\xb6\x3f\x06\xd7\x4f\xf6\x25\x11\x9c\x51\xfe\x3d\xf8\x9b\x67\x42\x6b\x82\xc9\x51\xb0\x89\xe8\x1e\x2d\x69\xa3\xad\x19\x7a\xff\x70\x20\x20\xec\x0c\x47\x9a\x6b\x64\xe3\x32\xc8\x75\x62\x9e\xd3\x49\xaa\x93\x7d\x9b\x9b\xff\xe1\xe7\xd0\x6c\x89\x3b\xd5\x56\x62\x20\x7e\xdd\xf2\x4b\x73\xe5\x8f\xca\xdf\xe7\x33\xe4\x68\x53\x59\x13\x63\xde\x41\x49\x00\x7d\x53\x39\x79\x51\x59\x0e\x8a\x00\xce\x66\x43\xc9\x91\x98\xbf\x77\x5f\x33\x92\xf2\x37\xe7\x49\x1b\x0a\x49\x68\x53\x9f\x61\x34\x81\xa1\x7c\x92\x3d\xe5\xd0\xe0\xa8\x5f\xe6\x01\xde\x2d\xd2\x16\xaa\xa9\x85\xb9\xaf\x46\x6a\x95\x3b\xf3\x0a\x96\x94\xee\xdf\x10\xd0\x39\x1a\x78\xd4\xbc\x6c\x28\x3c\x6a\x22\x1f\xc8\xb6\xb2\x3a\x8b\x0f\x76\xb5\xf6\xc8\x52\xac\xd6\x8d\xbd\xad\x30\xbe\x75\xc7\xd4\x84\x9a\xce\xaf\x99\xbf\xae\xa6\x49\x04\x79\xa6\xdd\xce\x22\xee\xc2\x5d\x73\xf8\x90\x6f\xe0\xc4\x67\xc3\x29\x6e\xd6\x0f\x67\x21\x2b\xbd\x56\x5c\x89\x87\x22\x27\xc3\x2c\xf3\x39\xaa\x09\xde\x34\xa9\x77\x6b\x3b\x68\xc2\xea\xc8\xee\xb2\x6f\xd3\xd5\xe0\x04\x8b\xce\x8a\x56\xd8\xee\x9a\x77\xa5\xdb\xcd\x11\x81\x62\x74\x13\x40\x4d\x76\x97\x1f\xfe\xbc\xb4\xd1\x45\x31\xd6\xc5\xf2\x8e\x89\x5a\xf8\xd7\xc4\x1f\x93\xf6\x65\x8a\xfc\x2d\x68\xcc\x0e\x27\xee\xed\x87\xb2\x81\x90\xeb\x65\x0a\x3a\x2e\x7d\x64\x3a\x52\x0b\x1f\xd9\x6f\x3d\x84\x47\xfa\xb7\xbc\x99\x4d\xd1\x93\x3a\x89\x5c\xe2\xb7\x40\x3d\x45\x87\x2b\x97\xa2\x8d\x5f\x7d\x34\x14\x7c\x99\xc4\xb8\x7e\xe8\x8b\x1f\x8d\x73\x49\x69\xec\x0a\x40\x2e\xfd\x5f\xea\xfc\xda\x28\x86\x16\xa4\x09\x5b\x34\x39\x6b\xed\x13\xb3\xf9\xfd\xba\xb2\xf4\x59\xd4\x8b\x8f\xd0\x56\xbc\xea\x89\xcb\x1b\x66\xb0\x2e\xe6\xd2\x0c\xc6\x48\x27\x71\xcb\x7a\x88\x9f\x25\x34\x51\x84\x1b\x19\x5a\x4a\xbb\x99\x0c\x2d\xf9\xdf\x2f\x90\x5e\x60\xf3\x87\xcc\x51\xfe\x4f\xb6\xb7\x39\x8d\xfd\x47\x57\xa6\xdb\x8b\x40\xbf\x09\xdb\x8a\xdb\xe2\xdc\xf8\xaa\xdd\xbf\x89\x5f\xda\x7c\x46\xed\xc7\x24\x99\x1b\xfe\xc4\xe6\xdf\x0f\x5d\xb2\xba\xcd\xe4\x2f\xfa\x1f\x49\xfe\x22\x35\xf6\x24\xf7\x4b\x09\xb1\x9e\xbf\x8d\xa3\xf8\x9b\x95\x92\x29\x4e\xbe\x97\xa9\x77\x67\x82\x1c\x25\xe6\x78\x92\xfb\xa5\xc2\x77\x77\xfd\xc1\xfc\x3e\x3c\x2a\x84\xa1\x4e\x53\xb9\x78\xff\x48\x96\x96\xd9\x76\xff\xc6\x73\xcb\x46\x33\xb9\xbd\x68\x9e\xd3\x26\xc0\x4e\xb8\x72\xe7\xc4\xeb\x03\x25\xf7\x9c\xa0\x84\xc8\x90\x3f\xc9\xde\xb2\x37\x18\x8b\xe7\x24\x8a\xff\xb0\xef\x08\xd0\xd3\xfb\x3a\xb9\x9a\x17\x45\x31\x07\xae\xee\xee\xdf\xc0\xa7\xd0\xd0\xc9\x35\xfd\x2f\xcc\x68\x12\x88\x07\x91\xce\x9c\x50\x48\xaa\x59\xe4\x84\x59\x0f\xf9\x0f\x92\xeb\x60\x9c\xcd\x61\xca\x16\x7f\xc9\x6f\x70\x74\x88\xa9\x33\xf8\x70\xb2\x6b\x40\xe7\x3d\x67\x40\xbd\xc5\x01\x86\x6c\x31\xeb\x05\xaa\x0e\x8f\x36\x54\x1d\x56\xe7\x97\x02\xe2\xf7\x20\x3d\x09\x91\xdb\xed\xbe\xb5\x85\xec\xda\xe9\xd3\x74\x59\x58\x7f\x13\x4a\x15\x92\x2d\x4c\x32\xc7\x1c\x1e\x30\x67\xfa\xa1\xbf\x87\x3a\xcd\xf0\xa1\x01\xa3\x9a\x3f\x14\x10\x21\xd3\xbc\x64\x6a\xd9\xa2\xb5\x55\xec\x86\xa9\x91\x82\x66\x37\x59\xd0\x9c\x6b\xaf\x68\xbf\x01\x25\x58\x8e\xdc\x70\x73\x92\x13\xbc\x6d\x7e\xb4\x9b\x05\x86\x1a\x89\x6a\x86\xb1\xa1\xe4\xa9\xd9\x49\xdb\x34\x67\xd1\x22\xb5\xb3\x48\xaa\xa6\x06\x9b\x38\xbc\xfb\x0c\x2d\xc2\xea\x98\x6c\x0a\x9d\x8d\x63\xe2\xa9\x69\x70\x20\xcc\xb9\x76\x85\x61\xc0\x1f\x79\x6d\x9a\xfe\x85\x89\x69\xdf\x60\xb9\x9c\xb3\x6c\x2a\xdf\x5c\xbf\xa6\xd2\x19\x05\xad\x12\x7b\xca\x64\x57\x30\x42\x90\xec\x37\x87\xe8\x7e\xb2\xdf\x74\x2d\x24\x92\xdf\x74\x2f\x8b\x27\x2e\x99\xe9\xbb\x27\x57\x79\x2c\x1a\x93\xec\xe0\x7a\xcf\xc9\x77\x53\x87\x1d\x79\xe2\xba\xb2\xbf\x40\x96\x4e\x7f\x1f\x67\x8b\x08\xa1\x29\x57\xb4\xa7\xd6\x09\x75\xa6\x81\x90\x13\x67\x8b\xb6\x0b\x79\x6d\x52\x77\xfb\x7c\x00\x28\x3a\x6a\x40\x93\xbc\x69\x26\x03\x4d\xb9\x01\xcf\x47\x55\xc0\xe4\x98\x5c\x51\xe8\x95\x9e\x0f\x28\x36\x5c\x3e\x13\xcc\x92\x08\xa9\x89\x2d\xaf\x43\x97\x94\x35\xeb\x65\x6b\x23\xcb\xc0\xfc\xa7\xf9\x46\x3e\x9b\xf5\x96\xd5\x60\xf4\x95\x3f\x67\xef\xab\x1c\xa0\x4b\xdd\xf3\xe6\x2b\x7d\xb6\xeb\xcc\x6b\x58\x25\xda\xc1\xf2\xbf\x3b\x6b\x5e\xd3\x6f\xf0\x02\x54\xfe\x46\xbe\x4c\xac\x7b\x2f\xe7\xc8\x3a\xb3\x37\xf7\x02\xd2\xce\xa4\x37\x04\x27\xac\x2a\x2a\x3b\x09\x62\xa6\x80\x42\xf3\xc3\x88\x25\x22\x3f\xcc\xd4\x5d\x47\xb6\x97\x29\x02\xea\x24\x9e\x1a\xb6\x93\x79\xee\x17\xa1\x97\xbc\x0b\x29\x6e\xf3\xea\x88\x54\x2c\xd3\x48\xd2\x13\xd4\x25\x04\xcf\xf3\xe4\x62\xb8\x69\xb5\x9d\x98\xcf\x5a\x52\xa4\x62\x99\xa4\x39\x9d\xe7\x01\xca\xfc\x27\x67\x2c\x50\xdd\xd3\xd5\x71\xfa\xae\x3f\xc4\x22\x70\x82\xb4\x74\x85\x23\x5f\xcb\x14\xbf\x72\xe2\x01\x20\xfb\xe5\x3c\x59\x29\x45\x0f\x9d\x20\x9a\x5c\x4c\x4e\x30\xf0\xde\x78\x92\xba\x65\xff\x6d\x14\xe4\x6e\x99\x1e\xc4\x4c\xbe\x42\x26\xb1\x79\xba\x22\x92\x88\x79\x9e\x00\xe2\xd3\x0e\x00\x10\x2f\x38\x9b\xac\x2c\x93\xf4\xa7\xf3\x1c\xf2\xc4\xf2\x0c\x99\x58\x84\x34\x92\x89\x65\x6f\x86\x62\x9d\x40\x33\xf5\x43\x9c\xd8\xd7\x86\x09\x90\x8a\x65\x92\x16\x76\x92\x89\x65\x6f\x46\xb7\x92\x8a\x65\x37\xdc\xff\x34\x96\xd8\x9a\x09\x76\x12\x16\x4e\x2a\x96\x0e\x3b\xe5\x24\x13\x4b\xdb\xd1\x3c\x32\xb1\x1c\xcd\x8e\xc4\xd6\x6e\x30\x15\x4d\x52\xb1\xb4\xd6\x7d\xa1\x73\x41\xa0\x7c\xcd\x69\x83\xe9\x4e\x16\x4a\xd8\xf7\x26\x59\x59\x76\x63\x7e\xcf\xb5\x50\xc6\x96\xfe\xcd\x15\x07\xdb\x12\xd9\x5a\x0e\xd7\x8c\x73\xad\x93\x41\xce\xc4\x79\xba\x4e\xfa\x65\x6b\x99\x0c\xfd\x93\xe7\x2f\xbf\x38\xcf\x94\x5d\x84\x27\x8a\xf4\x2e\xfb\xef\xeb\x8b\x06\xb1\xe3\x92\xde\x65\x37\xfe\x85\xf4\x2e\xad\xec\xd2\xb5\x4e\x86\x90\xb4\xd3\x75\xf2\xf7\xc9\x20\xb0\x5c\x03\x4e\xd7\xc9\xf4\xe5\x1b\xce\x69\xe5\x20\x18\xd4\xd3\x65\x3b\x07\xec\xad\xf3\xd4\x76\xb6\x82\xb5\x32\x86\x13\xfb\x9c\x58\xed\xac\x13\x64\x80\x09\xe7\x35\x19\x60\x56\xc5\xfe\x63\x1d\x3b\xf6\xe9\xcb\x70\x43\x38\xc8\x90\xf9\x93\xbd\x75\x92\xcf\xa5\x8b\x1d\x24\x9f\x4b\x6c\x3f\x79\x68\xf2\x53\xc3\xb2\x8a\x03\xea\xd0\x49\xca\x96\x26\xfe\xfc\x94\xa5\xc4\x59\x44\x06\x73\x2f\x75\x48\xd9\x92\xe1\xfc\x85\x60\x58\xa3\xf3\x24\x15\xa2\x9e\xaa\xf3\xe2\x77\x54\x90\x6b\x4a\xed\xd9\xfe\xb5\xba\x9d\xc4\x6f\xe9\x36\x3f\x09\xed\x35\xdf\xf2\x24\xe9\x4b\x1a\x5b\x78\x92\x89\x2c\x54\x6e\x56\x6c\x7d\xb7\x24\x80\x49\x8f\x40\xe7\x8d\xd1\x81\x3d\x45\x3e\x96\x5f\x7c\x36\xf9\x58\xf6\x1f\x24\x81\x7c\x2c\x69\x78\x28\xf9\x58\xa6\x38\x94\x73\x2d\xeb\x87\x2e\xe7\xf3\x31\x0b\x08\x3f\xca\xc5\xb3\x61\xdb\xe4\x6c\xf9\xc5\x76\x93\xb3\x65\xfd\xa8\xff\x28\xb0\x1a\xbe\x80\x33\xc9\xb9\xea\x32\xfc\x5b\xc4\xb8\x85\xd6\x7a\x21\x05\x4b\xfe\x66\x06\x24\x85\xe2\xad\x48\xbb\xb2\xb7\xdf\x24\x66\x7d\x36\xfe\x81\xb4\x2b\x53\x14\xd7\xf9\x5a\x03\x3f\x0a\x17\xa1\xd0\x22\x12\xa7\xec\x8d\x34\xbc\x93\xcc\x29\x49\x2e\xf2\x49\x8a\x93\x6e\x93\x2e\x9d\x2c\x8c\x35\x89\x4c\xf6\xb6\xd3\x8c\x0b\xcf\xaf\x56\xcd\xc5\x82\x0e\x67\xec\x24\xab\xc9\x7a\x28\xf9\x87\x55\xaf\x5e\xba\x30\x77\xb5\x58\xc8\x45\x32\xc5\x13\x5d\x10\x0d\x6a\xa4\x5c\x3b\x3d\xcc\xf2\x79\xed\x3e\xef\xdf\xdd\x99\x7b\xf0\x0f\x48\xd2\x7c\x79\x57\x47\x99\x59\x24\x26\x29\x52\x2b\x4c\xf2\x92\xec\x92\x91\xce\x6b\xc7\x94\x0f\x1f\x12\xab\x40\x33\xe0\xbf\xd0\x0d\x7e\x1d\xf6\x3d\x5b\xe0\x45\x2e\x2f\x2f\xe7\xaf\x63\x5f\x16\x08\x47\xd4\x0b\x92\x5a\x31\x1c\xd7\x61\x22\x66\x6a\xe3\x62\xd4\xf8\xc2\x4b\xb0\x3d\x1a\x73\x75\xbe\x01\x2d\xb9\xe0\x12\xd4\x6d\x7a\x75\x55\x8f\x4f\xe0\x5a\xb4\x79\x6f\x70\xc1\xc3\xae\x7f\xeb\xea\x1e\xb1\xfc\x51\xc6\x8d\x3d\xf6\xea\x9e\x33\x7c\x9e\x71\xde\xad\xe0\x83\xf0\x9e\x2f\x1e\x9b\x3f\x4a\x2b\x08\xb4\xf2\xde\xe0\x82\x82\x56\x9d\x24\x55\xca\x8f\x49\x80\x54\x29\x7b\x33\x82\xc1\x5c\x29\x90\x5b\x4f\xd3\x9d\xec\x76\x45\xe2\xc6\xc6\x64\x27\x8b\xc9\x24\xe9\xd4\xbc\x0a\x0a\x3b\xfb\x94\xc5\xb4\x79\xfd\x79\x11\x20\xf5\xfb\x21\xd3\x98\xd8\x5f\xac\x75\x32\xe4\xce\x0b\x36\x05\x2d\xaa\x8b\x00\x51\x72\xde\xcd\x4b\xea\x3d\x55\x52\x8a\x3d\x15\x69\xe2\x7d\x67\x6b\x20\x73\xc9\x8f\x76\xe5\x92\x24\x4f\x05\x03\x0a\x03\xd7\xd8\x24\x99\xc8\xde\x20\xc3\x9a\x24\x13\xf9\x51\xc7\x90\x4c\xa4\x74\xd1\x92\x96\x63\x8a\x0b\x20\x2d\xc7\xd4\x09\x4c\xca\x8d\xe9\x25\x0d\x19\x37\xf6\xd6\x55\x05\x92\x41\x91\xf9\x7e\x5e\xe6\x62\x55\x3b\x31\xf1\xc4\x36\x91\x29\x63\x6f\x86\xe6\x92\x2a\x63\x66\xfd\x13\xd2\x4b\xbe\x8c\xa9\x6f\xfe\xd2\x94\x13\xa1\x41\xc2\x8c\x09\xcf\xdc\x24\x49\xc6\x34\x62\x96\x24\x19\x53\xbc\x0a\x49\x32\x76\x33\x69\x4c\xb2\x64\xcc\x54\xa5\x89\xc1\xf4\x6a\xeb\x7a\xf1\x16\x3a\xf0\xc4\x03\xb5\xae\x46\x10\xdf\xa3\x0b\xed\x32\xfd\xe0\x54\x4e\xcd\xaa\x16\x48\xc8\xf6\x53\xf6\x8f\x75\x93\x1e\x21\xbb\xc3\x4c\xf6\x1d\xb2\x3b\xfc\x08\x4c\x6e\x57\x07\x76\x4b\x12\x34\xcc\x62\x4b\xb9\x81\x65\xc8\x6e\x34\x6f\x80\xed\x62\x94\xc9\xdc\x50\x3f\xf9\xee\x0b\x83\xbf\xd1\x26\xf6\x8b\xdb\x15\xc1\x00\x4e\x32\x2b\x4c\x61\x56\x64\x50\x98\xc2\x8f\xc9\xa0\x30\x49\x6d\x36\xc9\x9a\x30\xc5\x2e\x93\x29\x61\xca\xb5\x72\x1f\x56\x4c\x65\x9c\x9e\x35\x58\xc9\xa0\xb0\x37\xf1\x67\xf7\x41\x05\xb8\x47\x6e\x80\x15\x4d\xb8\x25\xb9\x15\x66\xfe\xfe\x56\x3d\xd0\xa1\x9b\xa0\x4a\x5d\x9f\xf7\x71\xfa\x1f\xf4\xc6\xc1\x0d\x2b\x2a\x71\x1f\xcc\x5e\x76\xaf\xbb\x5b\x05\xed\x20\x7a\xd2\xb3\x87\x19\x18\xbc\xe6\xb8\x07\x6d\x45\x19\x6e\xcf\xd2\x06\x2b\xde\x40\xde\x85\x2c\x93\x8e\x61\xfd\x07\x6f\x0f\xb6\xa0\xe6\xdb\x49\x50\x81\x0f\x31\x56\x98\xd4\xf7\x50\xad\x94\x0b\xa9\xb4\xfb\x96\x19\x39\x5d\x05\xef\xe0\x20\x8e\xb5\x71\x87\x13\x90\x9a\x93\x1f\x62\x73\x21\x51\xc3\xfe\xa3\x6b\xb8\xa5\x08\xc5\x38\xbb\x3d\xc5\x7a\x49\x76\x2f\xeb\xac\x6b\x92\xdc\x24\x86\x36\xaa\xe7\xae\xcd\x87\x68\x13\xa7\x55\xd7\xc1\x5f\x9e\x07\x16\x0e\x72\x38\xa4\xb1\x34\xa6\x70\x68\x02\x8d\xee\xe2\xb2\x86\x8d\xfd\x36\xe2\x92\xc5\xe2\x76\xa5\x11\x44\x74\x4f\xfb\x0c\xd5\xbd\x49\xfb\x2c\x18\x94\x4c\x0f\xeb\x3f\x68\x2d\x31\x8f\xfa\x9a\xc8\xca\xb0\xff\x20\xa0\xa6\x65\x30\x04\xe0\x3e\x7f\x95\x53\xc9\x69\x25\x36\x97\x98\xc4\xdd\x1e\xd1\xaa\xf1\x12\x99\x4c\x06\x87\x3b\xd2\x4d\xc8\x75\x53\xd3\xa4\x17\xb3\x43\xb4\x06\xb0\xe2\xa1\xf6\x4f\x2f\xef\xa1\xf0\x2f\x03\x48\x6e\xdc\x6d\xe1\x1c\x7a\xcd\xbb\xc9\x67\x7f\x66\xf3\xe4\x37\x61\xe7\x37\x74\xe5\xfe\x11\x13\xab\xee\xe6\xbc\x67\x32\x3e\x26\xa4\x47\x51\x1e\x2f\x50\xd0\x26\xd8\xf6\xf7\x66\xe4\xc7\x23\x3f\x06\xe6\xe7\xd3\x0c\x6b\x2d\xfe\x26\xec\x9e\xf9\x07\x2f\xfe\xde\x04\x92\x40\x8c\x3f\x63\xfb\xe7\x31\x15\xd6\xfc\xf5\x16\x75\x12\x8a\x17\xe8\xdd\x63\x82\x79\x16\x15\xa8\xef\x4b\x53\x5b\xea\x7b\x99\xde\x26\xdc\xf7\x15\x9c\x8c\xe1\xac\x9f\x46\x55\xc1\x59\x3f\x7f\x3f\xca\x4d\x88\x0e\x72\xf8\xe2\x53\x68\x07\xbc\xf0\x53\xe7\xf7\x83\xaf\xaa\xa1\x38\xcf\x50\xce\xef\x7b\xa7\xc1\x94\x87\x39\x7d\xea\xa8\x80\x39\x3d\xbd\x28\x78\x4c\x47\xcc\xec\x82\x20\x7d\x0a\xd4\x78\x38\x42\x39\x72\x8f\x47\x28\xed\x18\x48\xce\xeb\x48\x5f\xa6\xd1\x0c\xdd\x43\xdc\x88\x1e\x8f\xa7\x1c\x09\x2a\xc6\xf1\xd2\xb4\xd3\x1f\x88\x6f\xbd\x47\x7d\x88\x17\x56\x4f\x1e\x80\x2a\xc1\x02\xfe\x68\xfc\xa7\x23\x31\x6d\x06\x2f\x9f\xdc\xa0\x60\x28\x3c\xc4\x91\x79\xe3\xf9\x90\x07\x58\x6f\x0e\x6c\xe3\xb5\xf9\x69\x02\x41\x6c\x1d\xbe\x6b\xef\x38\x1f\xf6\x49\x6f\x5a\x1f\x53\xfc\x92\x44\x65\x3e\x37\x7d\x87\xc6\xc1\x1d\xbe\xfe\x83\xb7\x4d\xda\xe1\xdf\x0f\xcd\x3e\xfc\x1b\x6b\x8d\xd5\xe5\x79\xf8\x4e\x8d\x83\x07\x07\xc8\x4f\x99\xc8\xa0\xe1\x91\xe2\x01\x7e\xe9\x11\xef\x21\xd4\x55\xd7\x3f\xec\xdc\xd3\x23\xc5\xf3\xd9\x0a\x9a\xf7\x39\x82\x3c\xff\xd1\x47\x87\x7f\x43\xd7\xfa\x7b\x86\xdf\x67\xce\xc0\x9c\x3d\x3d\x3f\xbc\xcd\xba\x82\xbf\x6d\xc3\xc1\xdf\x17\xcf\xec\xfc\x7d\x4b\xe0\xe1\x43\x68\xfd\xef\x6f\xae\xc6\x58\xe2\xa1\xd1\xde\xbd\x1d\x7c\xd7\x5e\x16\xaa\xe0\x6b\x88\x29\x06\x0a\xf4\xda\x21\xf8\x07\x7a\xed\xdd\xed\xe1\x75\x8f\x73\xf5\x7e\xb9\x1e\x14\x97\xfe\x92\x0f\x62\x63\x15\x7c\x9d\x14\xae\xfd\xf0\x6b\x77\x1d\x9b\xaf\xe8\x78\x77\x0b\xf8\xb5\xbb\x6e\x99\x57\x4b\xd7\xb5\x1c\x0a\xed\x90\xe3\xe0\x3d\x68\x07\x9a\xfa\x02\x31\x14\x64\xfc\xba\x15\x7a\x67\x0d\xb7\xf6\x01\x65\xea\x7c\xc9\xf7\x20\x75\xd3\xbb\x76\xc2\x90\x71\xe9\x5d\x3b\x61\x48\xd7\x04\xcf\x76\x73\x13\x79\xd7\x7e\x17\x92\x23\xbd\xc7\x27\xcb\xf7\xfa\xbb\xff\x5a\xc4\x0f\x01\x9c\x20\x25\xd0\x84\x7f\x3b\x74\x73\xbf\x1d\xd7\xa9\x2f\x93\xa8\x41\x70\xe3\xfb\xdf\x08\x40\x6a\xeb\xd4\x50\x3e\x44\xd7\x33\x77\xde\xf1\xab\x81\x37\x06\xdf\x8c\x59\x04\x1b\x77\x88\xff\x78\xf5\xb3\xe8\x6d\x7e\x07\xdf\x83\xb1\xf5\x0e\x2c\x71\xfb\x5e\x43\xb9\x8e\x7f\x1e\x54\x5f\x7d\xd4\x9e\x66\xde\x41\xc3\x58\xe4\x61\xfa\x8e\x5f\xc3\xe2\x97\x3b\x86\xbf\x87\x2f\xf8\x1f\x6b\x9d\xd1\x49\x0f\x8b\x77\xd7\x19\x06\x8b\x77\x4a\x9f\xf1\xea\x49\x91\x47\x0b\x16\xef\x74\xb1\x7b\x65\x3b\x90\x23\x0b\x16\xef\x69\xdc\xcb\x4b\xec\x99\xde\x8a\xff\x26\xf1\x66\xe8\xdd\xa1\x3d\x30\x42\xe2\x5d\xf2\x2f\xbc\x69\xde\x64\xbe\x21\x21\x6c\xef\xca\xa5\xc4\xe7\x6f\x36\x68\x2f\xa2\x61\xe1\x4e\xef\x4e\xe1\xce\x4e\x6f\x70\xe1\xce\xde\x3d\xc0\xbc\x13\x43\xc4\x96\x92\x63\xc9\x9b\x5d\x58\xb1\x77\x73\x89\xcc\x77\xb2\x13\x62\x33\x41\x8b\x5d\x87\xdf\x8c\x57\x42\x04\xee\xcb\x42\xa6\xd3\x18\xfa\xeb\x09\x09\xe9\x7c\xa5\x7e\xb1\xef\x08\x5c\x2d\xf6\xa9\xd7\xb4\x09\xfe\x0e\xae\x03\x8f\x75\xef\xe5\x4c\x56\x6d\x7e\x01\xff\xbc\x00\x25\x8b\x21\x49\xf0\x62\x17\xb9\xc8\x26\xbc\xd8\x87\x51\x1b\xf0\x62\xef\x46\x80\xbe\x37\xc1\x0f\x9c\xb4\x5e\xdd\x08\x82\xb1\xdf\xc7\x0c\x4d\x7c\xf2\x43\x6e\x2e\xbf\x80\x85\xcf\x3b\x8d\xf7\x91\x1a\x90\x2f\xd6\x0e\xc0\xd4\x78\x01\xa2\xb9\xd3\xbd\xdc\xcd\x35\xaf\x39\x5f\x0d\x04\x5b\x4d\x16\xf2\xdf\x38\x11\x61\xd5\x48\xfb\x34\xdf\x97\x13\xa5\x0a\xce\xa5\x5d\x0d\x5f\xe0\x44\xe9\x24\x78\x71\xa9\x70\x80\x78\xf5\x16\xb0\xf7\xcb\xc8\x6d\x3c\xfd\xcb\xd5\x5c\x33\x80\xe3\x95\x35\xd4\x49\xfd\x79\x45\xc3\xcb\x40\xd4\xda\xaf\x93\x88\xab\x12\x25\xf5\xea\x6b\x98\x2a\x9b\xa7\x89\xe1\x43\x42\xfa\xfc\x1b\x7b\x93\x83\x2d\x9c\xda\xb2\xa3\x4e\x38\xb5\xf7\xe6\x55\xe8\xb7\x61\x84\x75\xff\xbe\xfd\x0f\x9f\x02\xf9\xd5\xfd\xfb\xe5\x76\x7e\xf2\xf7\xe7\x43\x6b\x80\x3e\x88\x40\x21\x8f\x9f\x52\x72\xbb\xaa\xc1\xc8\xbd\x1e\x2a\xfe\x81\xca\x58\x45\xb3\x2f\xd9\x39\x3e\x02\xad\xf2\xf7\x86\x9f\xca\xdc\xfb\x1a\x1c\x5a\x0c\xd1\xb7\xcb\xb4\x1a\xfc\xed\x70\x75\xff\x83\xe1\xc2\xe0\xfc\x48\x8a\x10\xd3\x87\xec\x71\x9e\x39\x1c\x2d\x6a\xf3\x3c\xe1\xbe\xf0\x1d\x0e\x17\xed\xf3\x3c\xe1\x95\x25\xf4\xdc\x8d\x34\x9b\xf3\x3b\xec\x0f\x26\x10\xd4\xdb\x29\xfe\xec\xeb\xb2\xe3\xd0\x56\x2e\xed\x3c\xe4\x7c\x78\x9c\x8d\x82\xfd\x40\x4f\xeb\xe0\xfc\x58\x21\x97\x01\xf8\xff\x5e\xe3\xf2\xff\xb3\xc4\x7d\x43\xea\x48\xba\xd3\x03\xc9\xfc\xfd\x80\x80\x37\xba\x10\xe4\x87\xf1\x9a\x1f\x96\x54\xda\x1f\x1e\x2f\x1c\x30\x2c\x29\x08\x80\x27\x34\xde\xa5\x1b\x1c\x1a\xef\xbd\xb9\x3e\xc3\xe3\xfd\x23\xfe\x83\xad\x7b\x26\x06\x31\x4c\xdc\xf2\xf9\xce\x4f\x73\xcb\xc5\x15\x26\xee\x69\x48\xd0\xf7\x33\xb1\xa8\xed\xe7\xbb\xe0\x87\x8c\x3f\xb2\xd5\x25\x60\x90\x56\x03\xa2\x10\x3b\x0a\x39\xf6\xae\x49\xf6\x99\x16\xc6\x81\x80\xf2\xca\xb3\xc5\x47\x96\x81\xdd\x2f\x9b\x26\xeb\x42\x0e\xaa\x41\xee\x46\xa8\xab\xa7\x31\x97\xd0\x52\xef\x1a\x67\xd0\x52\x37\x0f\xf0\xd0\x52\x87\x18\x42\x68\xa9\x53\xda\x39\xd9\xa7\x9d\xbb\x9f\x69\x59\x6d\x3f\x51\xfa\x3b\x29\x32\xe7\x77\xfd\x28\xc2\x68\xb5\x07\x11\xd7\x71\x18\xa1\xf7\x5d\x12\xcd\x0f\xc8\xef\xde\x30\x98\x3f\x16\xc2\x9d\x6b\xc5\xa7\xfa\xf6\xdc\x80\xb4\x77\x58\xe1\x7f\x02\xdf\x5d\xfd\xa8\x00\x16\x2a\xd3\x08\x3e\xd5\xdb\xc3\x21\xe1\xf7\xeb\x4f\xf5\xfd\x79\x38\x50\x59\xc3\x53\x7d\x3c\x58\x7b\xab\x31\x03\xc1\xf9\x3c\x25\x2b\x79\x21\x18\xdb\xf3\xe0\x57\xd8\x39\x13\xbd\xc9\x5d\x83\xa4\x85\x6f\x4e\xa8\x6c\xe7\xfa\xf3\x66\x57\x1e\xfc\x89\x91\x51\xff\xf9\xfb\xe6\x6e\x7b\xd6\x32\xfa\x4d\x4e\xa1\x1c\x17\xbf\x39\x61\x32\xe7\xbe\xf5\x9b\xaf\xdb\x4e\x5f\x7f\x7f\xc2\x41\x57\x65\xdf\x49\x96\x49\x26\xe0\x77\xe2\x94\xd8\x01\xd6\x7e\x67\xb3\x07\xd7\xaa\xf0\x91\x40\x05\x14\xd6\xf7\x42\x21\xbc\x3e\xe5\x7b\x8d\x27\xe9\xfc\x39\x7f\xcd\xfc\x4c\x61\xb2\x11\xce\xf9\x61\x62\x81\x6c\xff\x4c\x34\xb0\x26\xf4\xf7\x01\xd9\xdc\xf8\x73\xad\xe3\xeb\xe9\xce\x3f\x70\x2c\x0f\xfe\xec\xca\xfd\x07\xe0\x9d\xff\x3d\xf4\xfe\xff\x3a\xff\xcf\xff\xe3\xfd\xcf\xdf\x06\x51\xf0\xdf\x26\x83\xea\x7f\xfe\xb6\xfd\x3e\xd7\xbf\x77\x22\xa8\x40\xdd\x6c\xc7\x6c\x4b\x74\x9c\xab\x61\xcb\x6e\xda\xe0\xa2\x58\xc5\xfa\x84\xb5\x18\x6f\xc7\xe5\x33\xcb\xc6\xe7\x94\xbb\x41\xef\xb0\x8a\xc9\x55\xf5\x7f\xfe\x36\x68\x0a\x56\xc1\xa5\xc1\x8e\x24\x90\x1c\x5e\x23\x2c\xc9\xa1\x64\xad\x34\xd8\xcd\x3b\x5c\xc9\xab\x90\xa3\x1c\xc9\xad\x04\x5a\xdf\xb6\x24\xcb\x14\x5d\xc5\x01\x5c\xe5\x3f\x7f\x7b\x5b\x2b\xc4\x2a\x20\xf3\xdc\x96\x24\x95\x68\xd2\xac\xd1\xdb\xe1\x9a\x5b\x85\x19\x64\x91\x84\x92\x09\xca\x77\x89\x20\xd4\x5a\x45\x01\x20\x5f\x92\x65\x84\xad\x02\x0b\x73\x20\x09\x25\x6b\xa1\xe0\x78\xbd\xef\xf1\x2a\xe2\x7e\x7d\x35\xe9\xd8\xe7\x92\x1c\xfb\x09\x5f\xe6\x7f\xfe\xf6\x6e\x23\x7b\x78\x49\xb5\x24\xc9\x4f\x77\xe6\x54\x43\x52\x7c\x7e\x37\x51\xc8\x92\x10\x43\xfc\xb7\x13\xe6\xc9\xb1\x64\x27\x98\xf3\x6f\x1f\x00\xd1\x48\xae\xb8\x13\x0f\xb9\x8a\xb5\x68\x12\x34\xb1\x13\x75\xb8\x0a\x12\xc5\x25\x2f\x5e\xf4\xa4\xc1\x79\x50\x2b\xee\x44\xb0\xad\x82\xa7\x96\x3d\xb5\x63\xb0\xad\x02\x50\x2f\x50\x86\x9d\x44\x2c\xab\x60\x9e\x42\xe3\xb7\x93\x6a\x65\x15\xa7\xb2\x8e\xec\x41\x36\x8d\xf0\x5d\xa7\xae\xfd\x9d\xa5\x8c\x55\x00\x03\x71\x27\x11\xca\xdf\xae\xb9\xb6\x93\x53\x69\x7f\x4f\x9f\x3b\x7d\x2e\x36\x64\xbf\xe7\x1e\x65\x3b\xb2\x0f\x19\xf7\xf1\x3b\x66\xd6\x8e\x4d\xb7\x8a\xa1\x8c\x36\x5f\xa1\xcc\xb5\xc5\x6f\xbb\xac\xc3\x25\x0e\xff\xe0\xfe\xda\x2b\x58\x73\x4b\xc6\x77\xdc\xd6\xfb\xd9\x07\x6b\x8d\xdd\x21\x49\x5f\x05\x5b\xea\xb6\xda\x77\x40\x72\xbe\x0a\x0e\x96\x08\x4a\xc1\xf7\x1b\xf5\x03\x76\xf1\x55\x98\x60\x0c\x49\x57\x62\xd4\x3f\x92\x50\x42\x22\x5a\x25\x8f\x92\x97\x34\x7f\xd4\xb5\xcc\x85\x55\xa0\xac\xcb\x96\x3b\x98\x01\xab\xe0\xb3\x49\x25\x79\xc0\xc8\xbd\x8a\x53\x59\x2d\x59\xf7\x55\xf0\x74\x83\x76\x32\x00\x87\xb4\xc0\x1b\xf7\x84\x07\xb4\xc0\xab\x78\x95\xf1\x6b\xa7\x6f\x12\x29\xbf\xcc\x9c\x03\xd6\xd5\x55\xfc\x9e\x5a\xed\x80\x3f\xf5\xef\x68\xe4\x81\x5f\xa7\xd9\xa3\xed\xa5\x64\x19\x26\x6b\xb9\x3c\xda\x9a\x08\xab\x60\x35\x26\xeb\xfc\xd1\x4e\xfa\xa6\x39\x44\xb8\xce\x8f\x9d\x15\xea\xd8\xc9\x6f\xbb\x36\xba\xe3\xa8\x35\xb7\x0e\xe8\x74\xda\x06\xcf\xe8\x71\xac\x86\xaf\xc2\x56\xf0\x26\xfc\x2f\xab\xf8\x2d\x98\xeb\xdd\xee\x00\x75\xae\x51\x76\xa2\x00\x8e\xde\x69\x1b\x74\x1c\xfb\x8e\xab\xec\x70\x26\x1e\x04\xef\xaf\x19\xbf\xc6\xc0\x99\x77\x0c\x77\x2b\x1c\xf8\xc7\x58\x1b\xed\xdf\x61\x18\xe3\x8e\x3b\xed\x08\x9f\x0b\xb0\xc1\x07\xfb\xc1\x41\xb4\xe1\xdf\x11\xcd\xb9\xbe\xac\xd9\x83\x58\xc1\xbf\xc3\x58\x8b\x83\xd4\xe4\x47\xfa\x6e\x2a\x83\xea\xe3\x28\x65\x22\xd6\x0e\xbc\x8b\xc7\x54\x36\x9b\x00\x47\xbe\x77\xae\x1f\xff\x3b\x80\x25\xed\x07\x37\x35\x07\x58\xa4\xbf\x63\xde\x26\x78\x46\xbb\xa6\xfd\x22\xbe\xa3\x6f\x6b\x51\x3d\xc0\x74\xfc\x1d\xa0\x33\xf6\x0e\x52\xea\x38\xad\xc3\x1b\xf8\xbe\xad\xa5\xee\x38\xed\x97\xd3\xe7\xc0\x6b\x1e\x97\xcf\x71\xd3\xb4\xd6\x02\x64\x9d\x7a\x2f\x9f\x23\xfb\xeb\x71\xfb\xdc\x6d\x30\x38\xe1\x7f\xc7\x6d\xfb\xf0\x64\xee\x1d\xd8\xcf\x41\xc6\xd2\xbf\xe3\xf6\x5d\x90\x5a\xc7\xe3\xbb\x8f\x32\xdc\x14\xc7\xab\x8c\x83\xc0\x3e\x30\x16\x8e\x4f\xd9\xa7\x0c\x97\x66\x77\x52\x76\xf8\xdb\xf7\x01\x05\x4e\x87\xb3\xfd\xaf\x6f\x3e\x07\x70\xa9\x37\x9f\x83\x14\x76\x1f\x64\xf0\xee\x6e\x24\xbd\xf9\x1c\x47\xb2\xbe\xfb\xdc\x8e\xcc\xeb\xef\x7e\x28\x83\x91\x6b\x0f\x2c\x91\x0e\x0b\xd7\x5f\x97\x70\x29\xc8\x1f\xd8\x21\x59\xfa\xeb\xb0\x28\xed\x31\xf6\xff\xb6\x99\xdd\x8f\xff\xff\xb6\xe8\x7e\xac\x85\xed\xaf\x1f\x5c\xee\x04\x91\x31\x1d\xaa\xa2\xbf\x7e\xd8\x04\x98\xa0\xba\xaa\xdd\x3b\xd7\x48\x81\xfd\xd9\xfb\xc3\x67\xaa\xc6\x41\xb7\x75\xd5\xb8\x8f\x9f\x6c\xad\x5b\x5d\x95\xed\xc6\x4d\x26\x88\xc0\x4e\xb0\xe4\x5f\x37\x72\x31\x01\x60\x74\xa2\x15\xff\xba\x2a\x9b\xdc\xa4\x77\x55\xb6\xe7\x0e\x2e\x02\x3c\xff\x3a\x33\x29\x33\x95\x27\x6d\x21\xf0\xe6\xaf\x27\xce\x03\xd3\x23\xf6\x4c\xea\xc8\x5f\x7e\x65\xea\x20\xa2\xe3\xaf\x3b\x05\x4c\xae\xdc\x9d\x02\xdd\x29\xa0\xc7\xbb\x3b\x05\xfa\x64\x2a\x27\x67\xf9\x3e\x99\xca\x5d\xab\x2e\x89\x97\xed\xa0\xe2\x56\x41\x1d\x20\x92\x3a\x20\xb8\xbf\xfe\x83\xb9\x41\x5b\xdc\x27\xfb\x5c\x9f\xee\x73\x6d\xa3\x0e\xf6\xb9\x0e\xd4\x6d\xc9\x3a\x32\xfa\x74\x12\xda\x67\x66\xa1\x3e\x59\x7e\xfa\xc4\x27\x61\xce\xe1\x3e\x4f\xdb\xc7\x1e\x54\xa0\xfb\xfa\xbc\x6c\x1f\xdf\x51\x30\x87\x74\xa7\x59\x77\x4a\x99\x53\xa1\x3b\xa5\xba\xd3\xa7\xc8\xd2\xd3\x9d\x3e\xfd\x86\xcc\xd7\x24\xbe\x9d\x0b\x95\xbf\x7e\x5b\x2f\x07\xe0\x4e\xc2\xe9\xbf\x4e\x7a\xe9\x65\x21\xaf\xdf\xe3\x96\xe2\xaf\x3b\xa5\x8a\xb3\x43\x77\x4a\xf5\x67\xd9\xa4\x7b\xd5\x32\xad\xfb\xb3\x4e\xb9\xab\x98\xbe\x5b\xc8\x18\xb7\x87\x3d\xb7\xf0\x65\x77\x1c\xc1\x7f\x9d\x2c\x93\xfb\x64\x39\xeb\xef\x46\x1d\x2f\x59\xb0\x36\x9c\x95\x1d\x87\xe6\x5f\xc7\x7f\xb9\x64\xeb\x3b\x70\x35\xae\xc2\xe5\x9b\x7a\xf1\xe9\xad\xc2\xa5\x1a\x3d\x78\x07\xf5\xbe\xc6\xdd\xc2\xb9\xd9\x5f\xf5\x0f\xdf\xd7\x92\x51\x47\xa4\xb2\x52\x96\xc8\x7c\x17\xf3\x6b\xc3\x6e\xec\xb8\xb9\x56\xc1\xdd\x8f\x3a\x8e\x63\xea\xaf\xbf\x62\xe3\x39\xd5\x74\x0c\x9d\x55\x58\x07\xe3\x86\x01\xb3\x8a\x44\x46\xdf\xbf\x8e\xb9\xa9\xda\x36\xf0\x7b\x5d\x5b\xa4\xbf\x97\xbf\xc7\x12\xa2\xdd\xd1\x5f\xb3\xec\x40\x0d\xd9\xb5\x31\xfa\x4b\x86\x9d\x8d\x94\x69\x1d\x77\xd0\x5f\xc7\x13\xb4\x64\xd4\xf1\xf8\x1d\x50\xe8\x6e\x90\x32\x74\x1c\x36\xab\xb0\x2d\x41\x1f\xbc\x8f\x32\xbf\x37\xa8\xe3\x43\x37\x70\xa6\xb4\x0d\xdc\x6d\xff\x36\xfa\xcf\x84\x64\xb2\x2e\x76\x7c\x24\xab\xb0\x8e\x5a\xe3\x4b\x32\xb2\x55\x48\xf4\xbf\x8c\xe3\x4e\x1a\xb1\x55\xf8\xbd\x93\xdf\x63\x5b\xef\x64\x0c\x5b\xb2\x81\xcc\xe7\x76\xbf\x8d\xe5\x91\x54\x60\x7f\xfd\x73\x7c\x61\xa5\xee\xb8\x1c\x56\x41\x3f\xef\x8d\xdf\xeb\xa9\xec\x56\xb6\xbe\x8d\x13\xfe\x2a\x7c\x97\xb9\xff\x39\xbe\x9c\xdf\x97\x8c\xdf\x8b\x47\xd9\xab\x6c\xf5\xd5\x97\xbe\x9b\xbe\xbb\x8c\xec\xce\x79\x7e\x15\xa7\x32\xea\x28\xf4\xef\xab\xdf\x73\xbc\x3b\xed\x03\x28\xad\x36\xce\xea\x9d\x54\x51\xab\xf0\x5d\xc6\x8d\xac\x4f\xab\xf8\x94\xd1\x7f\xa7\xf5\x9e\xfe\xde\xa0\x7d\x97\x75\x5c\x26\xf9\x0f\xbe\x57\xdd\x30\xd3\xd2\x06\x6e\xa2\x7f\xb7\xcf\xdd\xd2\xb2\x24\x7d\x7a\xfb\x1c\x89\xc7\xb7\xdd\x71\xbb\x1d\x37\x52\xa6\x6e\x30\x41\x77\xd2\x1e\xad\x22\x94\xd1\x96\xd7\x7e\x7e\xed\x67\xe6\x16\xe9\x81\x56\x61\x3f\x3b\x6e\x9f\xcf\x7d\xa9\x6c\x22\xf3\x39\x98\xf5\x37\x32\xbd\x0f\x92\xf7\xac\x62\x28\x2b\x64\xa9\x0c\xbd\x02\x17\x32\xb0\x67\x57\x91\xca\x26\xb2\x47\x19\xdf\x4b\x90\xfd\x20\x27\xcd\x2a\xba\xb2\x40\xf6\x21\x3b\x8c\x5b\x5d\xe3\x36\xb6\x43\x99\x3a\x04\x2a\x7e\x90\x0c\x66\x15\xa1\x2c\x91\x9d\xca\x2e\x63\x5e\x79\x97\x23\xd2\x20\x9d\xcb\x92\xf1\xee\x08\x65\xbf\xd8\x58\xbe\x63\xd8\xbe\xf0\xb9\xe0\xb9\xf0\x39\x75\x0d\x3f\xcd\x20\x3b\xca\xdf\x30\x01\xca\x46\xf4\xd4\x20\x9f\xc9\x2a\x4e\x51\xde\xf4\xd5\xda\x74\x56\x61\xff\xfd\x3f\x24\x94\xff\xfb\xed\x7e\x90\xa7\x64\x15\x36\xa1\xe8\xb6\xb2\x09\x65\x57\x4e\x9a\xc5\x71\x6b\x6c\xa4\x4a\xdb\xb0\xf5\xc7\xc6\xd6\x39\xc8\x19\xb2\x64\xbc\x3b\xed\x0e\x39\xd1\xba\xc3\x75\xfe\x64\x7c\x12\x0c\x5c\x83\xb4\x1c\x7f\x63\x73\xe9\x82\xe3\x7e\x90\x30\x63\x15\x53\x19\x75\x5c\x7e\xd2\xe5\x15\xfa\xce\xa7\x5f\x0e\xcd\xfd\x7b\x97\x7a\x71\x00\x0c\x72\x65\xb4\x0d\x02\xf9\x41\x82\x8c\x55\x94\x32\xba\xe8\xb6\x2d\x04\xaa\x6c\xfd\xe0\xf7\x1e\x55\xe2\xf1\x5d\x87\xfa\x51\xc5\x1e\xdb\xd2\x51\x93\xe7\x52\xf6\xbb\xce\xa7\xde\xc7\xb6\xe8\x0e\x81\x97\x67\x6c\xaf\x7d\xf5\xfa\xbd\x0e\xf5\xeb\x73\xf0\x7f\x49\x38\x35\x38\xd6\xac\xc2\xf6\x05\x75\x7c\x7e\x2f\x49\x24\xa4\x2d\x1a\x6d\x43\xd6\xb6\x9f\x6c\xfd\x1e\xc9\x1d\x56\xc1\x18\x41\xa8\x3d\x48\xf2\xb0\x0a\xbf\x6d\x2d\xa3\xa3\xa9\xee\xcd\x25\x13\x12\xee\xd1\x76\xbe\x83\x34\x0d\x6d\x23\x40\x65\x90\x9b\x61\x15\xa1\x8c\x3a\xb0\x28\x47\x73\x5a\x40\xfa\x3c\xda\xf1\x28\x7b\x95\x51\x6f\x67\x2c\xc9\x93\xd0\x24\xc8\x19\xe4\x43\x58\x85\xef\xee\x3c\xa7\xba\x93\xfa\x60\xc9\xa8\x23\xac\xd7\x29\x80\x7b\x73\x34\xa7\x40\x8b\x54\xb6\xf4\xa0\xa5\x75\x98\x6e\x07\xb7\xe6\x68\xe5\xbb\xea\x2e\x6e\xf7\xd1\xd4\x5d\xd3\x05\xc8\x79\x32\x48\x0b\xb0\x8a\x4b\x59\x22\xf3\xf7\xe6\x8f\xbb\x6f\x8d\x65\x9b\xfe\xde\xf4\xf7\x98\xb6\x6d\xda\x66\x97\x5b\x38\xd6\x46\x3b\xad\x83\x14\x7a\x1b\xde\xbc\xd1\x4e\x9f\x3b\xed\x97\xe0\x39\xf5\x19\x52\xff\xb6\x0d\xc7\xf2\xb2\xde\xcb\xdf\x4b\xea\xb8\x99\x83\xd0\xf5\x2f\x19\x6d\x56\x27\xdb\xe3\xbb\xc5\x73\x8f\xef\x3e\xbe\xeb\x58\xbe\x3e\xf7\xfa\x2e\xf3\xb2\xbd\x43\x99\xef\xae\x2d\x71\xc0\x2f\xbf\x0a\xe6\x2a\xee\xaf\xb1\xb3\x15\x8f\xdd\xad\x18\x58\xc2\x80\x4b\xfe\x6f\xc0\x22\xbf\x64\x6b\xdc\x76\xcc\xb4\x01\x6b\xfc\x92\x05\xb2\x57\x19\x6d\x01\x7e\x30\x76\x5c\x04\x03\x16\xf9\x26\xe5\xc3\x80\x39\x7e\x15\xa9\x6c\xb5\x6f\x3f\x7c\x0e\xd6\x98\x8d\x6b\xf9\x01\x19\xfc\x2a\xac\x03\x3d\xd8\x5d\x82\xe1\x71\xef\x5c\xbd\x0c\x78\xdc\x57\x61\x0e\x62\xa6\x2f\x7c\xee\xab\x98\xca\xf8\x34\x55\x72\xef\x36\x0f\x75\xd9\x07\x5d\xb5\x0f\x9b\x87\xba\xec\xaa\x29\xec\xed\x4b\xc6\xa7\x0d\xab\x0d\xbb\x60\xf0\x6e\xf8\xae\x6a\x1a\xb6\x25\xec\x3e\xe2\x72\x24\x2f\x18\x3b\x7e\xbf\xb1\x1b\x7b\x03\x40\x76\xec\x19\xca\xec\xe6\xa0\x4b\xcb\xcf\x2d\xbf\x03\x35\xd8\x55\xc9\x5d\x47\x03\xd1\xab\x63\x9f\x3e\xa7\x05\xc0\x75\xe5\x80\xf7\x7c\x15\x76\x69\x51\xef\x79\x2b\x7b\xc8\x85\xc2\x67\xb8\xc2\xee\x97\x9f\x31\x19\x8d\xcb\x57\x5d\x4d\xf1\x55\x0f\x48\xc4\x57\x41\x53\x88\x23\x1b\x50\x83\xaf\x82\xa6\xa4\x9a\xf1\xa8\x05\xae\x92\x40\xea\xc7\xfe\xfa\xb9\x2f\x9f\x9b\x8e\xb8\xda\xb7\x6b\x1c\xa6\x23\xfe\xd9\x7d\x9f\xef\x1e\xb4\xcf\xd5\x6f\xd7\x00\x48\x87\xed\xb3\x4b\x35\x00\xb8\x9e\x1b\x87\x06\xc0\xb1\xf9\x6e\xef\xc8\xa6\x32\xd3\xbc\x31\x7b\x61\xe1\x5e\x85\xcf\x0d\x9e\xc3\xe7\x31\x8e\xe6\x73\xc3\xe7\x5e\x65\xb6\x8f\x21\x3a\x38\x40\x8e\x63\x1f\xca\x78\x17\x57\xec\x38\x5c\x39\x01\x09\x8c\xc3\x95\xf3\xd8\xfd\xbd\xe0\xf7\x70\x07\x0f\x8e\xdf\x6d\x03\x79\x36\x8e\xe3\x56\xe6\x77\x24\xcf\x75\xdf\xed\xca\x58\xb1\xa1\xa6\x5e\x85\x75\x30\x94\x30\x4b\xaf\xc2\xe7\x18\xa3\x23\x7d\x17\xbf\xf9\x06\x44\x71\x1c\x18\x91\xe3\xf0\x30\x51\xdb\xbf\xcf\xf6\x03\xaa\xe8\x55\x94\xaf\x24\x32\xbb\xc3\x45\x0f\x3c\xe2\x80\x2e\x7a\x15\xa9\x8c\xe7\xa6\x4d\xd0\x65\xc7\xd9\x7e\x1c\x6e\xec\xd0\x3a\xb7\x0d\x94\xc3\x80\xbe\xf9\x6f\x1c\x6e\xec\xb8\x85\xc6\x71\x59\xaf\x0b\x21\xd7\xb1\xe3\x70\x63\x3f\xb4\x45\xc1\x15\x8c\x43\x55\x84\x9f\xb9\x6d\xe5\xf0\xdf\xb6\xcf\x73\x0a\x20\x80\x71\xb8\x38\x1e\x64\x77\xde\x08\x68\x1d\x38\x2c\x56\xe1\xef\xb1\x11\x1f\x9f\xef\xba\x99\x72\x3f\x35\x60\x20\x5e\x85\x6d\x61\xa1\xee\x0e\x7f\x77\xf8\x09\xf7\x1e\xde\x0d\x8c\x7e\xd8\x16\x66\x63\xc7\x91\x39\xba\x36\x21\x7c\xec\xa3\x6b\x13\x76\xcf\x15\x10\x57\x0e\xa8\x80\x57\x61\xbd\x0c\x6b\x77\xf5\x81\x00\x78\x40\x7a\x31\xba\xfb\x61\x77\x3f\x84\x94\x7c\xe0\x9e\xff\x1b\xb0\xf8\xb6\x0d\x86\xc6\x01\x29\xef\x2a\x68\x32\xe1\x70\xa3\xbb\x1f\xf6\x5f\xfa\x39\x4c\xe0\xee\xf0\x42\xa9\xbb\x64\x54\x3b\x95\x91\xb2\x6d\x9b\x0c\x51\xd7\x46\xc3\xcb\x3f\x34\xe5\xe0\xb9\xfd\x1b\xd2\xd7\x6e\x93\x51\x83\x8f\x76\x15\xe7\x7f\xfd\xaf\x01\xca\x77\x40\x15\xbb\x0a\x3a\x05\xff\xd4\xe8\x97\x8f\x39\xb8\xdc\x39\x8f\xae\x95\xd5\xef\x1f\x89\x15\x55\xb8\x7e\xf4\x87\x74\xb9\x18\x18\xf0\xb9\xae\xc2\x1a\xd6\x0c\xeb\xee\x67\x5d\x7b\x0a\x08\xce\x80\x70\x75\x15\xb7\x32\xfa\x49\x7b\x0a\x6e\xd5\x25\xe3\xdd\xcf\xa1\x90\x7e\x06\x22\x8f\x01\xd7\xe9\x2a\x50\x15\x6e\x9f\xc7\xd8\x4e\x65\xa8\x0a\x98\xa2\x31\x9a\xcf\x35\x9f\x63\xb8\x87\x47\x8a\xa1\xaa\x00\x0d\x1a\x70\x92\xae\xc2\x7e\xaf\xf5\x65\x43\x1b\x0b\xf2\xd1\xc1\xed\xc4\x18\x6e\x7b\x70\x8d\xb6\x0d\x0f\xfa\x80\x5f\x74\x15\x36\x8f\x05\x79\xb8\xed\x8d\xe3\xf7\x1c\xd5\x6a\x76\x49\xf0\xd9\x20\xd1\x18\xf0\x72\xae\xa2\x94\xf1\x19\x2e\x28\x63\x6d\x75\xcd\x08\xd8\x01\xbb\xe6\x2a\x76\x65\x1d\x99\xef\x0e\x7f\x8f\xd9\x3c\xdc\xe3\xa0\xd0\x6c\x86\xaa\x8e\xe1\x1e\x07\x93\xe6\x92\xf1\x69\x61\x5b\xa0\x5b\x31\x42\x75\xc0\xa2\xf9\x37\x46\x76\x64\x9c\x96\x46\xfa\xbd\x84\x8a\x6a\x19\x0f\xb5\x76\xa0\xb5\xc6\x64\x8e\x51\x3e\xc6\xb6\xb7\x8e\x07\xc8\xec\xd1\xf2\x33\x3a\xdd\x32\x6d\xca\xb4\x29\x6c\xcb\x5c\x25\xad\x22\x95\xd1\x05\x6a\xf2\x98\xbf\xfc\xc5\x74\x3d\x8e\xb0\x31\x4e\xeb\x40\x5b\xa0\xa8\x5c\x85\x9f\x11\x3e\xe7\x67\x5c\x76\x41\xf0\xb9\xd7\xa3\xec\x5d\x9f\xa1\xb2\x78\xd8\x80\x2e\xb2\x89\x65\x18\x43\xf5\x86\xf8\x71\xc9\x78\xce\x2d\x73\xac\xf3\xf1\x80\x20\x68\x8c\xdb\x57\x1f\x6b\x60\xce\x0f\xcf\x15\xe3\xb1\x25\xd8\x75\x43\xfd\x86\x69\x71\x74\x55\xef\xb5\x21\xaf\x9d\x32\x69\xf0\xe7\x87\xa1\xf2\xa6\x9c\x1c\xc3\x8d\x55\x3e\xc5\xae\x36\x7e\x7e\xeb\x77\xfb\xd8\xea\xbb\x70\x16\xc0\x66\xd8\x1a\xce\xc6\x11\xce\x82\x80\xd0\xb7\xe1\xc8\x1a\x30\x13\xae\xe2\x50\x36\x91\x4d\x65\xa7\xa8\xe0\xd5\x9f\x30\x07\xae\x62\x57\xc6\xbb\xaa\x7c\xec\xa2\x87\xb1\x08\x21\x0f\x5c\x85\x75\xa0\x66\xe1\xde\x08\xa7\xdf\x92\xad\xce\x83\xaf\x6f\x15\x3e\xc7\xe9\x2d\xf0\xe9\x8f\x18\xb6\x05\xbd\x80\x2d\x6f\x15\xd6\x81\x25\x1f\xc3\x3a\x54\x6f\x12\x19\x0d\x88\xf1\x56\xc1\x3d\x18\xe1\x9f\x23\x3c\x44\x47\x58\x2f\x2b\x46\xb8\xaf\xc6\x32\xcd\xc6\xf0\x33\xd2\xc7\xd2\x57\x39\x93\x87\x87\xe4\xe0\xa0\xd1\xf0\x77\x0d\x18\xe2\x56\x61\xb5\x18\xf7\x70\xba\xad\xc2\x6e\xc1\x90\x0f\xf7\x52\x18\xdb\x96\x8c\xe6\xa9\xb6\x71\xfa\x1c\xfb\x48\x68\xd5\xc5\xe9\x10\x31\xe2\xe1\x0a\x1c\xa7\x77\xcf\xf3\x7f\xb0\xc5\x43\xd6\xb6\x0a\x7f\x9a\x33\x79\x78\x0e\x81\x3f\x6d\x0d\x0c\x9f\xa4\xa6\xc3\x9d\xb6\x64\x7c\xba\x67\x68\xa8\xd2\x5a\xe3\x46\x78\x84\x67\x68\xa9\xd1\x0c\x66\x1b\xd0\x9e\xfd\x8d\x50\xaf\xf7\xc6\x67\xba\x25\x07\x5b\xb2\x6c\x15\x03\xba\xb3\x55\x30\x5a\x44\xb3\x8e\x78\x6c\x8b\xfa\xbf\xab\x11\x5a\x8c\x70\x91\x2d\x19\x6d\x79\x1d\xc1\xd7\xf6\x71\x76\x0f\x95\x1d\x3e\xb2\x25\x63\x18\xb4\x22\xe1\x1f\x5b\x32\xb4\x49\x2b\x32\x9c\x01\x44\x8e\x0e\xaf\x0d\x46\xc2\xed\xd9\x76\x8c\x7f\xc8\xbf\xfe\x46\x72\x37\x6a\xb6\xc7\x91\xdc\x8e\x8e\xf4\x76\x94\xf8\xb3\x91\xce\x80\x6c\xf6\xdf\x18\xc8\x1e\x65\xaf\x32\xde\x75\x56\xa4\xb3\x02\xf2\x96\xe1\xd5\xc4\x80\x12\x6c\xc9\xa8\x77\xb7\x5e\x23\xbc\xf8\x8c\xf4\x48\x04\xf9\xd7\x7a\x8c\x9f\x73\x6f\x80\x04\xac\x99\x75\x79\xa4\x93\x07\x92\xaf\x25\xa3\x29\x9d\x61\xcb\x6e\x37\xa3\x61\xe9\x99\x28\xbb\xdd\xcc\x32\x93\x5a\x20\xe9\xe4\xd9\x71\x0f\xa4\x06\x28\x3c\x5e\xad\x91\x41\x76\xa4\xfb\x40\xba\x0f\x90\xde\x70\xa4\xe7\x9a\x4c\xdb\x87\x5a\xc1\xb5\xb5\x0a\x2f\x92\x59\x54\x52\xaf\x54\xba\xe8\xeb\xc1\xf3\xd6\x65\x24\x86\xaa\x61\x5f\x23\x35\x55\xb2\x7c\x0e\xb5\x82\x66\xeb\x6f\xe4\xf4\x39\xcc\x81\xf4\xfc\x93\xd3\xe7\x50\xa1\x9c\xf6\x01\x47\xf2\x06\x18\x77\xa4\x8b\x79\x5e\xbe\x6b\x9f\x6a\xac\x24\xc6\x4a\x3b\xd8\x6c\x52\x63\x25\x6f\x9f\x53\x0d\xb4\x3a\x21\xb6\x6a\xed\x70\xc8\x5d\xcd\x13\x6f\x67\x83\xff\x75\xe4\x63\x1f\x3c\xbe\xcb\x26\x92\x4f\x28\xb3\x0e\x0e\x0e\xa9\x9b\x08\xae\xab\x25\xa3\x2d\x9a\x35\xc9\x31\xbd\x91\x2f\x63\xa4\x6a\x9f\xaf\xcf\xe1\xe9\x4b\xd7\xf8\x54\xc5\x35\x13\x61\xae\x5a\x45\x28\xa3\x0e\x55\x3c\x55\xf1\xc3\xb1\xd4\xda\xe5\x26\x6b\xc9\x56\xbf\x40\x56\xb5\x8a\x2e\x35\x7f\x43\x56\xca\xa6\xb2\x03\x19\xef\x96\xd4\x20\x07\x9b\x46\x69\x12\x55\xfb\xbd\x3b\x91\xa5\x32\x74\x12\x7e\x96\x51\xdc\xd8\x0c\x78\xa4\x9a\x11\x68\xa3\x34\x89\x6a\x37\x82\x1a\x7b\xa5\xdc\x20\x0a\xfb\xa7\x71\x23\x37\xca\x03\x55\xe1\xbd\x37\xb1\xea\x28\x0f\x54\x75\xf8\x2e\x4b\x49\x69\x8d\x57\x57\x86\x1e\x94\xbe\x80\x52\xc7\xa1\x41\x1a\xe5\x06\x51\xea\xb8\xae\x3c\xd8\x9d\x56\xf1\x28\xf3\x39\xf4\xa5\x30\xbd\x1b\xc9\x21\x46\xe9\x76\xaa\x38\x95\xf1\x1d\x6e\x1a\xa5\xad\x03\x13\xfd\x28\xcf\xf3\xb0\x29\xb5\x06\xd9\xf7\x80\x42\x69\x15\xd6\xc1\x5c\x2d\x5d\x51\xb0\x16\x2d\x19\xcf\x95\xdf\xab\x8e\x13\xc0\x35\x4a\x1d\x2f\x77\x08\x4d\x87\xd2\x88\x81\xef\x67\xed\x69\xb4\xc5\xd3\x56\xb9\x1b\x0c\xfb\x5e\xbd\x2f\x97\x7b\x92\xb5\x8c\xf2\x90\x5f\x97\xd0\x1f\xfb\x59\x2b\xa6\xee\x4d\x19\xe3\x71\xdb\xcf\x2e\xf7\xba\xed\x20\xf3\xf9\x1b\xe5\xd2\xae\xdb\xae\xd4\xf1\x52\xc7\x75\xc7\x95\x3a\x5e\x8f\x6d\xe1\x20\x50\xea\x73\xfd\x52\xf4\xb2\x61\xd7\xc7\xba\x06\x8f\x4e\x33\x54\x69\x94\x66\x7a\x7d\xac\x1b\xc3\xbe\xff\xd4\x2b\x97\x71\x12\xd2\x8d\x52\xc7\x4b\x1d\x1f\x8e\x87\x3a\x5e\xea\x38\x79\x99\x86\x37\xb3\x63\x42\xe1\xdc\x48\x78\x34\x20\xcb\x59\x05\x7a\x40\x10\xd7\x98\xea\x3d\xb4\x38\x4b\xb6\x74\x63\x6a\xf0\x4c\x0d\x1e\xc2\xb2\xc6\x54\xc7\xa7\x3a\xae\x8b\x6e\xba\xdc\x4f\x97\x7b\x98\x78\xc7\x74\xb9\x87\xfa\xa6\x19\xc2\x34\xa6\xba\x3b\xd5\x5d\xd8\x6e\xc7\x3c\x6c\xcb\x61\x5b\x18\xdf\xa9\x6b\x6b\x76\xfb\x99\x79\x39\xd5\xe7\xe9\x3a\x3e\xfe\x27\xbb\xfd\xf4\xa0\x39\xcd\x39\xaf\xa7\x6f\xba\xcc\x4f\xed\x26\xf0\x25\x63\x8e\x4b\xd9\xa7\x8c\x4f\xd2\xf3\x0a\xf9\xcc\x92\xf1\xe9\x4e\x81\xc9\xe5\xa6\x31\x53\x43\x4c\xc7\x98\x2e\xfd\x7a\xff\xa6\xea\xfe\x23\x7d\xd1\xd3\xe7\x25\xf7\x80\xd7\x65\xc9\xf8\x74\xd5\x1d\xca\x95\x65\x4b\xd1\x16\x1d\x0e\xd3\x29\x40\xe4\xce\x98\x4e\x01\x21\x91\x72\x45\x8e\xa9\x91\xc4\x5d\xf7\x92\xd1\xbe\x69\x5b\x34\x9c\x80\xec\x8d\xa9\x37\x76\x3a\x55\x74\xe1\x4d\x0d\xa7\x49\x16\x15\x4f\x4b\x53\x0f\xd9\x74\xf6\x10\xde\x3c\xa6\xc6\xd2\x74\xd7\x20\xa2\x6f\xc0\xad\xb2\x0a\xbb\x00\x4d\x9c\xfa\x2a\xe6\xe5\xbb\xac\x02\xd3\x19\x35\x6f\x9b\xac\x86\xdd\x6a\x0e\xf7\x66\xd2\x60\x8d\xe9\x4e\x32\x6f\xbb\x9e\x55\x7e\x6a\x18\x4d\x0d\x23\x60\x28\x63\xea\xdc\x85\xd4\x64\xc9\xa8\xe3\xf5\xd3\xde\x5f\x56\x56\x9e\xf3\x72\x61\x72\xb9\xd0\x42\x6d\xf2\xb4\x30\x9d\x3d\xe0\xe6\xc7\xf4\x22\x61\x02\x94\x6a\xc9\x90\x9f\xce\x8a\x73\x83\xa9\x81\x45\xf4\xf4\x14\x70\x7a\x0a\x80\x40\x63\xc0\x81\xf2\x37\xce\x1f\x4f\x14\x0b\xc8\xa9\x5d\x74\x72\xdf\xd0\x08\xb1\x19\xa7\x76\xd1\xa9\x5d\x44\xa8\xc3\x38\xdb\xef\x5d\xab\x45\x33\x4e\xfd\xc2\xa7\x76\x11\x00\xf7\x71\xee\xa1\xac\x94\x25\x32\xdb\x72\x58\x2f\xda\x02\xfb\xc9\x2a\xac\x03\x2d\x38\xbd\x83\x80\xf4\xa4\x19\xc9\x35\x4e\x4f\x10\xf0\x9a\x2c\x19\xbf\xe7\xa1\xf9\xf4\xd0\x0c\xa4\x7a\x9c\x1e\x9a\x4f\xae\xe6\x9a\x4e\xe5\xd3\xab\xb9\x53\x23\x88\x78\xd1\x71\x3a\x63\x4e\x37\x08\x02\xc0\xc7\xe9\x8c\x81\x90\xa4\x49\x16\x3f\x4e\x0f\xc8\xa7\x07\x64\x42\x4a\xc7\x19\xbf\x77\x6f\x65\xb4\x19\x84\xe6\xf8\x51\x8a\x10\x94\x3b\x4e\x8d\x25\x68\x43\x96\x8c\x77\x3d\x91\x40\x07\xb2\x64\xbc\xab\xa7\xef\x74\xc6\x00\xa7\x18\xa7\x77\x15\x10\x6a\xb4\x06\x62\x7e\x9c\x1a\x46\xa7\x27\x5f\xa2\xae\xc6\xe9\xc9\xf7\xf4\xe4\x4b\x30\xfe\x38\x4f\xeb\x50\xed\x09\xf0\x18\xf0\x60\xac\x22\x95\xf1\x9c\xc6\x12\xdc\x15\xcd\x80\x9d\x71\xaa\xf6\xa7\x1b\x89\xee\xb8\xd3\x73\xc3\xc9\x3d\x5b\x2b\xfb\xde\x23\xf2\xe9\x11\xb9\xec\x67\xcf\x0d\xa7\x06\x54\x61\x47\x9f\xba\x80\xce\xc7\xe7\xb8\x4b\x39\x9f\xdf\x73\x9f\x32\x9e\x7b\xd5\x3f\xae\x95\x1b\xb4\x46\xe3\x7c\x1d\x5f\x37\x1c\xc2\x68\x06\xac\x13\x7f\xe3\xfc\x6c\x9f\x63\xe4\xb9\xe1\xc4\xfb\xdc\xca\xf1\xf0\xdc\x00\xcf\x44\x6b\xba\xf2\xce\xef\xf7\xae\xf5\x32\x1e\x97\xde\x67\xe8\x25\x5a\x23\xe7\xcb\xb8\x9c\x1f\x97\x67\x04\x08\x69\xc7\xa5\x11\x74\xed\xd4\x4b\x0c\xcc\xb8\x34\x82\x2e\x0d\x1e\x00\xbe\xe3\xd2\xe0\x81\xdd\xa1\x35\xd0\xbb\xe3\x72\x83\xb8\xdc\x20\xe0\x64\x1c\xd7\x31\x95\xf9\x1c\x2e\xd3\x4b\xf7\xe3\xe5\x29\x59\x4f\x1b\x30\xb8\x55\xf8\x1c\x3a\x7e\x81\x22\x1b\x97\xba\x0b\xcf\xfc\xb8\x80\xad\x8c\xcb\x95\x5d\xdf\xd8\xa5\x71\x03\x8b\x42\x6b\xd0\xb1\x8f\x4b\xe3\x06\x06\x85\x66\x7c\xc7\xb8\xd4\xc9\xcb\xd5\x7e\xd2\xf7\x97\xc6\xfa\xa5\xd7\x86\x70\xba\x71\x79\xfc\xbd\x3c\xfe\xea\x43\xbb\x4e\xeb\x55\xff\x80\xf8\x8e\xcb\xa5\xf8\x3a\xad\x17\xe3\xf5\xba\xfc\x36\x0d\x19\x1d\x66\xd7\x65\x9f\xaa\x7f\x24\xa2\x1e\x70\x21\xac\xc2\x6f\xc3\x50\xbd\x34\x5a\x2e\x75\x6d\x3a\x1e\xea\xda\xc5\xb2\xbb\xc3\x8a\x31\xa0\x3f\x58\xc5\xad\x8c\xf6\x69\xa0\x5c\x26\xfc\x77\x4d\x84\x51\x60\x15\xaf\xb2\x55\xc7\xad\x07\xe5\xc6\x8f\xb8\x03\xaf\x1a\xb7\x06\x32\x94\x00\xeb\x58\xdd\x91\x31\xcf\x6f\x8c\x82\x7d\x63\x1e\xdd\x3a\xfe\x6e\xbc\x20\xfb\xc6\x9c\x21\xe4\xff\x6f\xdc\xac\x75\x84\x2f\xfc\x73\xb3\xbf\xb5\x2d\x20\x02\x68\xfb\xc6\x94\xba\x55\x1d\xe2\xfe\x97\x8c\x9f\xf6\x3c\x78\x77\x3f\x89\xe1\xbf\x7b\x28\x4b\x65\x34\x4b\xe3\xe1\xc6\x78\xd8\x75\x8a\xdd\x1a\x0f\xc4\xec\x2f\x19\x75\xb8\x3c\x12\x96\xbf\x64\x74\x87\x4e\x17\xc2\xf3\x9b\x6c\x75\xe3\xd6\x75\x7d\x87\x9f\x89\x4a\xdc\xe9\xef\xa5\xef\x62\xef\xde\xaa\xd3\x9d\x76\x2f\xd3\xec\xf6\x2a\x97\xf0\x8e\xb6\x83\xc8\x1a\xb7\x90\x83\x5b\x4e\x22\x80\x8f\xe3\xd6\x78\x20\x72\xbe\xed\x24\x53\x1f\xb7\xce\x42\x02\xe8\x9b\x48\xba\x71\x4f\xbb\x7c\x2d\x8f\xc3\x9b\xdc\xdb\x9b\xdc\xfb\x34\xf9\xc6\x46\xf3\x74\xba\xdc\x90\x06\x99\x0a\x62\xdc\xde\x9b\xdd\x97\xcf\xb1\xd3\xdd\xae\x84\x37\x9a\xb8\x43\x1a\x39\x6e\xcd\x67\x22\xe7\x97\x8c\xe6\xdd\x0e\x07\x47\xc9\xbd\xa9\x25\x1a\x00\x37\xab\x9e\x79\x4e\xc6\xad\x2f\xfc\x7e\xac\x97\x95\xf5\x7e\xec\xd2\xd7\x7a\x59\x45\x6f\x8f\x8d\xf7\x6b\x1d\x98\xc0\xb7\xde\x42\xa2\xeb\x97\xac\x90\xd9\xe6\xd7\x6e\xc1\xf3\x70\xab\xd9\x44\xde\x2f\x19\xdd\xa2\x99\x7d\x7f\xb6\xcf\xa1\xd4\xa4\x06\xac\xd7\x76\x80\x5b\x43\xb0\xde\x78\x36\xdb\x8c\x09\xfc\x38\x03\x9e\x35\x03\x06\x19\x39\xc7\xe3\xa5\xf2\x83\x5b\x71\xd7\xdf\xf5\x68\x65\x3f\x9b\xcd\x63\x11\x78\xbc\x54\x7e\x9c\x28\xfa\xbb\x1e\xef\x61\x80\xfb\x2d\x59\x21\xbb\x95\x3d\x32\x9e\xd2\x94\xe6\xbb\xbb\xef\xb2\x08\x3c\x1a\x0a\x8f\x13\x0a\x12\xa8\xf1\x88\xe1\x79\x9c\x1d\x50\xa4\x8e\xc7\xd9\xf1\xc0\x86\xb3\xeb\xe4\x7a\xb4\xbc\x1f\xac\xec\x5d\xe7\xd5\xa3\xb7\xe4\xe1\x24\xb9\xeb\x94\x7a\x5c\x58\x9f\x6e\x0a\x28\xcc\xd9\x47\xef\xfa\x33\x52\x19\x6d\xf6\x74\xf9\x70\x83\xbc\xc3\xb4\x36\x1e\xdd\x8f\x0f\x8b\xed\xae\x53\xea\x71\xb1\x7d\x70\x3f\xca\x56\x3e\x1e\xbd\x2a\x4f\xda\x66\x6c\xcd\x47\x4f\xfa\x83\x19\xbd\x83\xe5\x1a\x4f\xfd\x64\xb6\x99\xd9\xf6\xe8\x7f\x7c\xa6\x32\x87\x4d\x93\xf9\x99\x7e\x2f\x33\xeb\xf1\x66\xe7\x99\x7e\x07\x0b\xeb\x73\xfa\x1d\xa7\xef\x32\xdb\x1e\x0d\x85\xe7\xfa\xc9\x68\xb3\x4e\x42\xa2\xe4\xdb\x7e\xd8\x57\x3a\x04\x1f\x55\x5c\x4c\xd5\xe3\x1d\xdd\xa3\x8a\xc3\xbc\x36\x1e\x6d\x5c\x82\xe4\xdb\x4e\x6a\xa0\xf1\x08\x96\x79\x54\xf1\x03\xb5\x7f\xde\x43\x99\x75\x70\x62\x7f\xdc\xc4\x1f\xb2\x0d\x99\x29\x71\x3c\x7a\x41\x1e\xbc\x20\x3b\x6c\x13\xe3\xd1\xd5\xfd\x70\x42\xdc\xc5\x5e\xbd\x5e\x0d\xbf\x18\xb4\xbb\x9e\x9b\xd7\x0d\xfb\xdd\x4c\xe6\xc8\x54\x78\x5d\xbc\x5f\x75\x52\xcf\xcd\xeb\xe2\x4d\x6c\xfb\x92\xad\xfe\x7b\x5d\xbc\xdf\xdd\xef\xc0\xa0\x78\xd5\x35\x23\xa9\xf6\x83\x93\xdf\xab\xb7\x8e\x10\xf4\xb6\x43\xe8\x33\x5e\x37\xf1\xf7\xf0\x5d\x36\xbf\xf7\xb8\x94\xe1\x72\x66\x7f\x20\xf4\x7c\x15\x9f\x8f\xad\x6e\x7e\x5d\xb0\xdf\xee\x67\x30\x3d\x5e\x55\xf2\x1d\x36\x19\xa7\xc0\xab\xfa\xbd\xaa\x9f\x0e\x99\x77\xdc\xca\x1e\x65\x3c\x17\x36\x2f\x7e\xcf\xf1\x69\xaa\x24\x51\xdb\x6d\x87\x09\x68\xbc\xba\xba\x41\xa5\xb6\x5d\x47\xcb\xab\xaa\x11\x71\xb3\x64\xb4\xcf\x5b\x9b\x97\xfd\x7f\x17\x97\xf5\xaa\x56\xaf\x84\xc5\xe2\xad\x0c\xab\x19\xef\x69\xbd\x4c\x85\xd7\x15\x96\x10\x9a\x26\x33\xd5\x78\xdd\xeb\xdf\xcb\x36\x33\xbc\xaf\xb6\xe6\x8b\x5d\xb9\x8b\xad\x32\x34\x66\x08\x5b\x35\x24\x67\xbc\xee\xeb\x2f\xd9\x35\x76\xaf\x6d\x5e\xef\x59\x5e\xd5\x4f\x87\xcc\xeb\x15\x31\xb1\xcc\xcd\x50\x9b\xf1\x6a\x57\x0a\x6f\xdd\x75\xd2\x08\x6f\x1d\xaf\xb9\x1a\xbb\xc3\xa6\xaa\x11\x37\xdc\x76\x52\x78\x8c\x57\x07\x05\x21\xc3\x4b\xb6\xda\xf2\x79\xc4\xfa\x36\x7f\x8f\xcb\xd5\x4f\xfc\x96\x81\xbf\xe4\xa5\xfb\xe7\x5e\xff\x79\xb4\xfa\x5c\x1d\xf5\xeb\x88\x88\x1d\x1f\x47\xab\x5d\x88\xd6\xe7\xd1\xea\x53\x63\xc9\xcb\x3c\x3e\x4d\x4c\x80\xb1\x4b\xc6\xbb\xfa\xcf\x08\xdb\x6d\x3b\xb9\x3c\xc6\xe7\x31\xea\x53\xed\xc8\x93\x31\x3e\x4d\x4c\x51\xb2\x06\xac\x8c\xaf\xdb\x16\x55\x51\xff\xcf\xe7\xfe\x4f\xc8\x6c\x33\xa3\xcb\xf8\x5c\xf5\x08\x97\x5d\x32\x9e\xd3\xec\xfc\xe2\x97\x46\x69\x43\xf6\x7b\xce\x7a\xd9\x9c\x3f\x7d\xc9\x1f\xcc\xe5\xbb\x7e\x9d\x4f\xbf\xf1\x2f\x08\x56\x1f\xce\xa7\xd9\xf9\xd5\x4f\xc6\x73\x1e\x85\x08\x66\x5d\x32\xda\xec\x4a\x48\xc0\x6a\xdb\xdd\xad\x80\xc7\xae\x22\x95\xf1\xae\x47\xa1\xef\xf4\x3b\xca\xe7\x50\x3b\x91\xb3\x3b\x39\x89\xc7\xa7\x7a\x12\x8f\xda\xf6\xe1\x50\x0b\xe5\xfa\x48\x7b\xba\xc3\x48\x33\x3e\x3d\x00\x9f\x2a\x4b\xc0\xe5\xf8\x3c\x0a\x01\xa0\x6d\x3b\xf4\x36\xe3\xd3\x00\xf8\x54\x59\xe8\x64\xc6\xa7\x01\xf0\x69\x9e\x06\x53\xf4\xd3\x2b\xf0\x71\x14\xda\x61\x91\x19\x9f\x46\xc1\xa7\x51\x20\x6c\xeb\xd3\xf7\xf6\xbd\xa1\x8c\xdf\x7b\x4b\xd9\x54\xc6\xf7\x7a\x6d\x4e\x30\xd9\x92\xd1\x3e\x8f\x47\x9f\x26\x30\x2c\x31\xe3\xf3\x78\x24\x3a\x77\x87\x08\x66\x7c\x9f\x7a\xa0\xf1\x00\xa7\x4b\x00\xcb\x5d\x05\xa9\xd1\x96\x4a\x86\xe0\xdc\xd8\x36\xab\x5d\x2a\x14\x1b\x48\xb3\xd8\x34\x0a\xf0\xf9\x84\x91\x69\xf1\x8b\x4c\x83\x77\x25\x40\xef\xae\xa2\x94\x25\xb2\x57\x99\x5d\xb0\x4e\x3d\x21\x88\x37\x04\xf1\xee\xf8\x81\x62\x03\x08\x1e\x1b\xae\xe4\x3d\x96\xfa\xc5\x76\x58\xc7\xf1\x7b\x8e\xf6\x31\x15\x62\x73\x51\x06\xca\x15\x1b\x53\x21\xb6\xc3\x77\x07\xcf\x01\xec\x08\xf0\xbd\x6d\xc7\xc1\x13\x5b\xb7\x2d\x1a\x05\x70\x07\xc6\xb6\x96\xe3\x55\x58\x47\xd2\x96\x61\x1d\x9a\xcc\x70\x10\xc7\x36\xec\x03\xa7\x0c\xf0\xae\xd8\x86\xbf\x17\xf6\x41\xf2\x7b\x61\x97\x86\x43\x59\xb4\x0f\x60\x79\x6c\xf8\xe0\x76\x08\x8f\x62\x4b\xdb\x97\xaa\x50\xd1\x66\x3c\x0a\xb1\x25\x49\xff\x76\xaa\x2d\xbb\xa0\x7c\x75\xd2\xbc\xb2\x8a\xb2\x79\x93\xae\x02\x24\x19\x9b\xd6\x36\x51\xfe\x21\xc0\x37\x36\x1c\x0f\x72\x8a\xc6\x36\x1d\x22\x1c\x0f\x3b\x70\xb1\x30\x4c\x2f\x36\xdc\x72\x3b\x70\xb1\xd8\x4e\x9b\xc7\x7d\xa6\x9c\x18\xb1\xe1\x96\x8b\xcd\xcd\x00\x08\x59\x80\xf6\x5d\x85\xb2\x9d\xcf\xbd\x1c\x0e\xed\x0e\x20\x64\xb1\xdd\xd6\x7b\x5b\xef\xc1\x73\xb7\x43\xee\x66\x00\xac\x2c\x04\xf3\x86\x60\xde\x1d\x08\x59\x6c\x8f\xc3\x81\x07\x7b\xc7\x61\x14\xdb\xeb\x73\xaf\xed\xeb\x7c\xef\x67\x1d\xf8\xd1\x4c\x95\x1a\x02\x72\x43\x40\xee\x0e\xd7\x59\x34\x4c\xe1\x68\xda\xbd\x40\xc8\xa2\xe1\x48\x8b\xa6\x8a\x03\x17\x8b\xa6\x8a\xb7\x66\x5b\x50\x17\x81\xbb\x01\x56\xb7\xed\x38\x91\xa2\xe1\x34\x0b\x81\xbb\x3b\xdc\x6f\xd1\x58\xd9\x03\xfc\x6e\xdb\x21\x96\x0b\xc3\x1a\xa3\x69\x8b\x10\x12\x18\x4d\xb5\x6f\xda\xbd\xe4\x0d\x8b\x86\xdd\x1b\x82\x79\x77\x28\xf3\x42\x30\x6f\x80\xdf\x5d\x32\x9e\xeb\xb6\xcf\x53\x21\x04\x77\xd1\xb8\x76\x0f\xc1\xbc\x3b\xfc\x6f\xd1\x86\xdf\xab\x8a\x43\xa9\x10\x4d\x15\x6f\xda\xc2\x60\xc4\xa2\xa9\xe2\x4d\x15\x87\xc4\x27\x0c\x69\x0b\x41\xbf\x3b\x39\x64\xa2\xa9\xe2\x4d\x15\x07\x37\x16\x2d\xfc\x0e\x60\x6f\x3b\xb8\xb1\x68\xaa\x7d\x53\xed\x71\x54\x45\x53\xc5\x5b\xf9\x7b\x2c\x1b\x02\x81\xa3\x69\xa0\x54\x57\xe6\xef\x95\xbf\x37\x78\x77\x5a\xaf\xba\x8b\x03\x2a\xda\xb4\xcd\xda\xcc\xc4\xa7\x45\xc3\x66\x8e\x76\x1e\xca\xe8\x83\xd3\x77\xb5\x99\xe1\x81\x89\x76\xda\x57\x97\x6d\x61\xea\xb7\xcb\xb6\x90\x54\x7b\xaf\x1c\xff\xdc\xec\x43\x9c\x70\x34\x6d\x9f\x72\xf8\x2f\x7f\xfa\xf6\xa7\x8b\x4f\xba\xfd\xe9\xdb\x26\x14\x5d\x7e\xab\x3a\x4e\x01\xfc\x53\xd1\x1e\x9b\xfa\xf8\x7b\x0e\xf5\xeb\x30\xe0\x5e\xde\x49\x8f\x11\x0d\xdb\x27\x9a\x53\x00\xb2\xff\x68\xb8\x97\xa3\x01\x32\xd9\xc1\x9a\x45\xfb\xac\xd7\x0d\x02\x5e\xf3\xd8\xf1\x8b\x85\x78\xe2\x1d\x5c\x59\xec\x18\x28\xb1\xab\xc6\xf8\xac\x62\x57\x65\x89\xa7\x5d\xb2\x35\x05\x76\xd5\x73\x57\x3d\x41\x87\xc5\xae\x7a\xee\x1e\xd5\x20\x25\x89\xdd\x15\x58\xb0\xef\x4e\x2a\xc8\x10\xec\x1b\x80\x7d\x03\x67\x7f\xec\x6a\xec\xae\xc6\xe2\xee\x8a\x7d\x58\x85\xda\x89\xbb\x2b\x76\x4c\xe5\x10\xeb\xbb\x93\x65\x30\xf6\x61\x93\xc3\x6e\x59\xa7\x80\x30\xe2\x3e\x8c\xb8\xdf\xc9\xa5\x10\xbb\x9a\xb8\xab\x89\xb0\x4a\xc5\xee\x02\xbc\xe7\xef\x39\xda\x42\xb4\x4f\xec\xfa\x3b\x88\x7b\x8f\x9d\xcb\x92\xd8\x93\x95\x95\x9c\x89\xb1\x97\xbf\xa7\x99\x8d\x5b\x2c\x76\x57\xe5\xdd\x55\x19\xb7\x58\xec\x5c\xa0\xc4\x3e\xfd\xb6\xc9\xbb\xd3\x36\x9b\x9a\x7e\x4e\xea\xe0\x12\x24\xc4\x04\x93\x26\x6c\xfd\xc3\xef\x65\xb5\x3d\x08\x52\x0e\x00\xc2\x7f\x21\x28\xf8\x00\x28\x1c\x3b\x11\x9f\x01\x36\xb8\x1d\xe0\xc8\x62\xbf\xfc\x3d\x6e\x41\x0e\xb8\x22\x62\xc7\xf5\x16\x3b\x2a\x79\x90\x03\x21\xf6\xc7\xdf\xc3\xa4\x3e\x36\xd5\x40\x55\x13\x14\x7c\x80\x19\x8b\xfd\xb5\x0f\xb8\xb5\x38\xc0\x8c\xc5\xfe\x39\x94\xdf\x4f\xb6\xde\x3d\xb8\xaf\x8e\x83\x7b\xbb\x03\x80\x58\x1c\xae\xac\xc7\x3a\xc4\x2d\x59\x47\xc6\x98\x1f\xcd\xef\x60\x63\x3f\x38\xd1\xc5\x81\x5b\xf6\x80\x00\x24\x0e\x0d\x8a\xc3\x6c\xe3\x80\xc1\xe2\xe0\xea\x21\xc0\xf7\x2e\x19\xef\xba\x8a\x1e\xbb\xdf\xc1\x8a\x7e\x68\x3c\x1c\x87\xdf\x81\x6e\x1c\x87\xed\x3b\xec\x17\x56\xf9\x83\x13\x5d\x80\xf9\x6d\x07\x08\xb1\x38\x0e\xdb\xd7\x7d\x17\x7d\x39\xba\x6d\xe9\xbe\x8b\x6e\x1c\x78\x14\xe2\x18\xf6\x7d\x51\xaf\x2b\xeb\x31\xfc\xde\xa2\x5f\xd4\xc9\x23\xec\x17\x56\xf4\x23\xac\x23\xed\x03\x76\xec\x23\x6d\x1f\x3a\x79\x10\xc5\x18\x87\x2b\xe6\xc1\x35\xc3\x41\x54\x69\x1c\xe9\xf7\xa6\x89\x0a\xd1\x83\x43\xfd\x3b\xf0\x32\x1c\x70\x5d\xc4\x31\xfd\xbd\xe9\xef\x35\x9e\x9b\x53\xd9\x2f\xc9\x21\xfd\x7c\xf9\x1d\x1c\xe9\x0e\x00\x5c\x71\x5c\xfe\xde\xe5\xef\xb1\x52\x43\xd9\xb1\x8a\xc3\x74\xa3\xbc\xeb\xce\x7e\xdc\x72\x5e\x38\xbe\xb7\x63\x6e\xb2\x45\xa2\x18\x03\xb8\xef\x2a\x6c\x8b\xe3\xfb\xf8\xee\xe3\xb7\xb1\x44\x1c\x8f\xe3\xc1\xf2\x77\x00\xf4\x8a\xc3\xa5\xee\x78\xad\xc3\xf1\x7d\x7d\xee\xb5\x0e\xc7\xf2\xb5\x4f\x59\xfe\x0e\xb2\x43\xc7\xf1\xf9\xbd\x9f\xcf\x31\x96\x5d\x3d\xed\xbf\x8c\xf9\x18\x6e\x7d\x0b\x65\xcc\xb7\xc6\x58\x76\x40\xe9\xd1\x9b\xfd\xc2\x92\x0d\x25\xc9\x2a\xec\x97\xe2\x5d\xbc\x61\x21\x2a\xf9\xc0\xf3\x15\x5d\x23\x57\x54\xf2\xd1\x58\xc6\x3b\xa0\xf4\xe8\x2c\xa7\x07\x9e\xaf\xe8\xc0\x89\xa2\x63\x01\x1c\x70\xc8\x04\xb0\xe5\x55\xf8\x1c\x63\xd9\xd5\xd3\xae\x9e\xee\xec\xe2\x40\x99\x57\xe1\xbb\xcc\xe9\xde\x7d\x8e\xf5\xf4\x00\xb6\x15\xdd\xf5\xb4\xb3\x9e\x1e\x78\xbe\xa2\xbb\x9e\x76\x80\x77\xe6\x0a\x09\x49\x46\xa2\xab\xa7\x78\xc3\xa2\x13\x3d\x19\x3d\xac\xb7\xaf\x31\x02\xdf\xbc\x8a\x5d\x19\xfd\xe2\x7a\xda\xd5\x5d\x3c\x64\xd1\xd5\x5d\x10\xd0\x3b\xa0\xf3\xe8\xaa\x6e\xc7\x00\x38\xc8\x32\x1a\xbd\x6c\xca\xb4\xc9\x0c\xaf\xc8\xe7\x10\xf9\x7c\x00\x9f\x0a\x91\xcf\xd1\x09\xa2\x3d\xc8\x24\x15\xfd\xb4\x29\xa7\x4d\x61\x19\xef\x2e\xa7\xfd\xfc\xbd\x4b\xbd\x97\xbf\xb7\x96\xc4\x01\x15\x7e\xf4\xdb\xd6\xdd\xf6\xf2\x6c\xff\xde\xeb\xbb\x7b\x73\x7f\xec\xa0\xc9\x87\xab\xb0\x5d\x85\x3d\x1c\xd4\xd7\xda\x5c\x30\x01\x4d\x45\xc7\x2f\x11\x1d\x50\xe8\x01\x68\x2a\xfa\xe7\xef\xe1\x16\x3b\x70\xd1\x45\x77\x61\x15\x07\x7d\x90\x79\x2f\x86\xfb\xb5\x38\xe8\x03\x20\x55\x0c\x4f\x6a\x83\x30\xca\xe3\x60\xf1\x16\x1b\x1d\x62\xa3\x0f\x72\x73\xc5\xd0\x8c\x1d\x9c\xd4\x8e\x83\xc9\x3d\x3c\x95\x8d\xfd\x27\x5b\x3d\x34\x5c\x58\x05\x38\x1f\xb8\xf2\x62\xb8\x88\x0e\x95\x13\xb7\x5d\x0c\x40\x6c\x31\x0e\xbf\x97\xae\x1c\x9a\xa2\x83\x4b\x8b\x03\x96\x90\x18\xdd\xdf\xc3\x3c\x3d\x00\x5c\xc5\xe8\xb6\xaf\xdb\x2f\x41\x1d\xf8\xc5\x42\x20\xf4\x71\x04\xdf\xa1\xc9\x3a\x5c\x58\x0f\x26\xb2\xa0\xe7\x18\x61\x9b\x99\xc8\xc3\x85\x75\xb0\xd9\x1f\x84\x56\xc6\x08\xfb\x05\x5f\xd9\x41\x38\x7c\x8c\xb0\x8e\x30\xd1\x39\x1b\xb6\x08\xe7\x18\x6a\x22\xb1\x93\x31\xca\xdf\x73\x11\x85\xff\x24\x06\xfe\xb3\x20\xf1\x7f\x3b\xe0\x1e\x09\x12\xfc\xaf\xe2\x53\x46\x5b\xa6\x32\x36\xf6\xa3\x33\xbe\x64\xe3\x5f\xc5\xa1\x8c\x6f\x73\xb1\x1d\x2e\xac\xdd\xb1\xbc\xec\x17\x1c\x14\x47\x67\x82\x02\x63\xfe\x8b\xc1\x5d\xed\xd1\xd9\x74\x87\x8b\x2d\x08\xe6\x25\xa3\xde\xc7\xbe\xc7\x7d\x7b\x74\xc7\xd2\xc5\x76\xb8\xd8\x92\x22\x29\xc6\xe3\x77\x3c\xb6\x99\x85\x7a\xbc\x3e\x87\xfb\xf6\x80\x3e\x2c\x86\x9b\xfd\x50\x77\x3b\x66\x36\x48\xe6\xbf\x00\xc3\x1c\x60\xbf\x42\xec\x72\x8c\xcf\x2a\xb0\xdb\x04\x2f\xc7\x50\x75\xbb\x43\x8e\x9b\x2d\x60\x90\x58\xb2\x55\x45\x70\xf3\x10\x02\x9a\x0f\x18\x77\x22\x54\x67\x32\xb0\xb7\x03\x76\x9d\x10\xd0\x1c\xe1\xfa\xdb\x99\xdc\xe1\x09\x8c\x44\xea\x4b\xc6\xbb\x5c\xdf\x86\x29\xd4\x0f\x68\xb2\x23\x3c\x81\xc5\xee\xa7\x61\x8f\x05\xb4\x4a\x11\xbb\xcf\xb1\x4e\x93\xfd\x7c\x15\x0e\x11\x53\x3a\x5c\x7f\x49\x6e\xbe\x64\xd4\xa1\x4d\x40\xd2\xf2\x76\x0c\x4c\xf0\xd0\xc4\x25\x9d\xf8\x92\xf1\xae\xea\x1c\xaa\x33\x21\x96\x41\xfa\xf0\x55\x34\x65\xb4\x05\xec\x66\x04\xb0\x85\x03\x4c\x57\x84\x27\x30\x32\x86\xb7\x03\x4c\x57\xc8\xa2\x11\xa4\xfb\x5e\x32\x7e\x2f\xfc\x0e\x4e\x5b\x07\xa1\x98\x11\xda\xb8\x24\xe4\x6e\x07\xa1\x98\x11\xae\xbf\xa1\xed\x00\xce\x2b\x04\x4d\x07\x40\xe9\x25\xe3\xdb\xd2\x6f\x73\x2a\xe0\x0f\x8c\xd0\x9e\x08\xa7\x02\x69\xb2\x23\xf4\x32\x88\x9a\x96\x5c\x26\xc2\xa9\x10\x2e\xde\xf8\x08\x03\x08\xf5\x2a\x86\x32\xda\x3c\x6d\xcb\xf4\xdb\xb0\xdb\xc2\x93\x5a\x9c\xd6\xab\x6e\xc0\x17\x16\x71\x5a\x6f\xd0\x66\x6d\xe1\xd0\x16\x1e\xea\x06\xd7\xd0\x21\xba\xfa\x00\xe7\x15\xe1\x89\x8e\x6c\xd6\x4b\xc6\x18\x69\xc7\x84\xb6\x30\xd9\x8a\x22\x9c\x6e\xa0\xa8\x97\x8c\xf6\x79\x64\x0b\x6d\x1b\xa8\xb8\x23\xb4\x63\x4c\xfc\x7c\x10\x9e\x19\xa1\xcd\x02\x12\xba\x1d\xe1\x98\xbb\x05\x90\xe3\x39\x3a\x66\x51\x3c\x7e\x9a\xb3\x0d\xd7\x5f\x90\xeb\x79\x15\x43\x19\xdd\xec\x4e\x11\x9a\x36\x10\x3e\x47\x38\x03\xc3\x19\x88\x9b\x2f\xc2\xdd\x43\x44\xf5\x81\x9b\x2f\xc2\xdd\x23\xdc\x3d\xc0\x6c\x05\x19\x9b\x57\xe1\xbb\xec\x00\xe9\xee\x21\x7a\xfa\x00\xc7\x15\xe9\x14\x24\xe3\xf2\x92\xed\xc8\x5e\x65\xd6\x81\xba\xa4\x26\x10\x19\x95\x97\x6c\x22\x2b\x65\x0c\x07\xa1\x98\x21\x7a\x3a\x52\x73\x47\x5f\x5d\x3a\xb5\xd2\xa9\x45\x1a\xb9\x48\xfd\x77\xa9\x69\x03\x18\x2b\x52\xd3\x26\x35\x6d\x48\x27\x12\x24\x3f\x5e\x85\x6d\x61\x57\x48\xa7\x5b\x76\xeb\x60\x57\x48\x77\x94\x74\x47\x01\xa0\x15\x39\x7c\x6e\xf8\x1c\x6a\x90\x84\xd1\x84\xa9\x8d\x8f\xc8\x7f\x07\xd7\x87\x48\xea\x48\x93\xeb\xeb\xca\xcb\xb0\xf9\x61\xb7\xb1\xaa\x64\xd8\x7c\x2d\x24\x5d\x79\x22\xa9\x03\xfe\x9a\x76\xc0\x7f\x1a\x59\xfe\x5e\xd9\x1d\xac\x2a\xe9\x2c\x4b\x67\x99\x3e\xba\xd4\xf7\x91\x6e\x2e\xc9\x4a\x03\xac\x7a\x15\x5d\x19\xef\x02\xa7\x8b\x74\xf6\x24\xab\x4a\xba\xb9\xa4\x96\xbc\x3e\x44\x51\xd3\x91\x6e\x24\xa9\x4a\xdc\xd6\x4b\x20\xbd\x89\x41\x23\x35\x6e\x44\x43\x1f\x30\x66\x46\xba\x41\xa4\x1b\x04\xc4\xaa\x41\x86\xdf\x55\x94\x32\xea\x50\x65\x53\x95\xd5\xcf\x96\xaa\x6c\x6a\xf0\xa4\x43\xad\xca\x8a\x7c\x3e\x60\xe5\x8e\x52\x3d\x45\x39\x1f\xf0\xbe\x07\xb0\xe5\x55\x0c\x65\x13\x59\x29\xf3\xdd\xf2\x39\xd4\xa4\x76\xbf\x8d\xf1\x10\xbd\x1c\x25\x0b\x1f\x20\xac\x10\xa9\x1c\xe5\x69\x50\xff\x99\x48\xe5\x00\xa9\x1c\xbb\x4d\x39\xac\x16\xdf\xc6\x41\x92\x89\xa8\xe3\x54\x76\x29\xe3\x55\x0f\x79\xe0\x90\xdb\xa1\x4b\xad\x34\x9e\x01\x25\xc7\x1e\x8a\x18\xc9\x72\x4d\xd6\x53\x56\x6a\x06\xd9\x56\xdb\xa1\x07\x8c\x34\xa9\xab\xa0\xa7\x80\x65\x05\x49\x4e\x57\xc1\x48\x02\xc1\x0a\xb1\xc6\x41\xd6\xd2\x25\xa3\x29\x9e\xe7\xca\x75\x95\x28\xc9\x10\x7f\x1c\xa5\x66\x94\x6d\x71\x5d\x2d\x3c\xba\x07\x04\xbb\x51\xae\xab\x75\xfa\x2e\xfb\x70\xa9\x41\x62\x92\x0f\x20\x58\x51\xfa\x13\x80\x21\x2f\xd9\x1a\xdd\xd2\x9d\x55\x9e\xfb\x88\x92\x0c\x12\x88\xfe\x45\x69\x8a\xe8\xba\x2a\x4d\x11\xf2\x89\xb6\x03\xba\xf2\x10\x7f\x1c\xa6\x0c\x3d\xa6\xdd\xec\xe2\x48\x56\xd0\x25\xa3\x0e\xcf\x7d\xc5\xbd\xc8\x01\x2c\x2b\x00\x28\xaf\x82\xb5\x1b\x26\xe2\x28\x6d\x11\xa0\xc9\x4b\xc6\x73\x9f\x6d\xc6\x1b\x7c\xc0\x1b\x1c\xe4\xf7\x5c\xc5\xa7\x6c\xb5\x6f\xea\x0d\x9e\x6a\xdf\x64\x71\x9c\x9e\x05\xa7\x67\x41\x5d\x61\x80\x8c\x57\x61\x9b\x59\xe4\x27\xe8\x86\x00\x4a\x1c\x5c\xce\xc7\xd4\xec\x98\x00\x1e\x0e\x72\x92\xc6\x04\x3a\x1f\x53\xb3\x83\x6c\x82\x31\x3d\xf6\xcd\xdd\xa6\xb0\xe6\xcd\xc3\x77\x5d\x2f\x61\x73\x0f\xe1\xc7\x31\x75\x59\x10\x01\x19\x53\x8d\x9c\xae\x97\x44\x40\xc6\xd4\x02\x9f\xba\x2c\x74\x67\x91\x69\x73\x15\x53\x19\xef\x7a\x3c\x04\x66\xdc\x0e\x22\x20\x63\x7a\x3c\x24\x3d\x66\x3b\x40\x6a\xc5\xd4\x3c\x99\x9a\x27\x73\xfa\xdc\xef\x5d\xeb\xc5\x54\x9a\x61\x9b\x71\xc1\x75\xc2\x1d\x63\x6a\x95\x93\x0b\x73\xc9\x68\x9f\x26\xcb\xc4\x2a\xef\x90\x8c\x87\xd8\xe4\x20\xed\xe5\x92\xd1\xbe\x74\x38\x80\xec\x77\xdd\x59\xe2\x95\x03\x6e\xae\x25\xeb\xc8\x1e\x65\x9f\x32\xbe\xd7\x69\x44\x4e\xc9\xf0\x80\x35\xb5\x58\x84\x30\x9b\x18\x39\x84\x30\xc7\x04\x71\xd4\xf5\x7a\x91\x18\x72\x15\x89\x8c\xd3\xf0\x74\x66\x81\x64\x5e\x32\xba\x45\x23\x1f\xd4\xf2\x92\xf1\xae\x56\x07\x70\xe4\xd6\x49\xcf\x14\x53\xaf\x1c\x70\xe4\x25\x9b\xc8\xec\xe6\xcb\x77\xf1\x69\xcb\xf1\x15\xf3\xb2\x0e\x66\xb9\x78\xe5\x98\xc4\x56\x77\xe8\x77\x63\xde\xfe\x1e\x67\xd5\x0e\x7f\x64\x48\xcd\x17\xa4\x81\x6c\x52\xf3\x87\xd8\xe4\x20\xbb\x63\xeb\x7a\xb3\x48\xda\xb8\x0a\x7f\x4f\x35\x70\xb6\x01\x51\x6e\x5d\xcf\xd5\x74\x66\xcd\xd7\xbe\xc2\xdb\x31\x35\xfc\x21\xb5\x6d\x1d\x64\x57\xcc\xcf\xe1\xfd\x7c\x8e\x59\x7e\xea\x51\x39\x99\x45\x9d\x70\xc4\x38\x9d\x45\x27\x16\x7d\x07\x9e\x15\xa7\x57\x89\x27\x16\x7d\x87\x6f\x2c\x04\x27\x07\x79\x19\x5b\x07\x9e\x15\xa7\x9e\x3f\x68\x72\xe3\xa0\x9b\x4f\x8d\x7c\x20\xca\xeb\xb1\xa5\x05\xe7\xee\xab\x38\x03\x7b\x63\xf2\x9e\x2e\xf5\x64\x6a\x5c\xb2\xff\x81\x0b\xff\x74\x27\x38\x0f\x5b\xcf\xdc\x3e\x35\x54\x40\x30\x2f\x19\x2d\xd5\x50\x39\x99\x78\xbd\xb1\x4e\x9f\x9e\x0b\x4e\x7c\x30\x1d\xe0\x57\x80\x63\x5e\x85\x5f\xc4\x22\x70\x72\x0f\x1f\xa4\x6b\x6c\xa6\xfa\x8e\xb3\xdf\xca\x3e\x65\xf4\xa4\x3e\x45\x92\x31\xb6\x0e\x18\x2c\x4e\xfd\xdc\xe7\xf0\x93\x58\x04\x84\x33\x07\xb9\x16\x5b\x27\xcd\x63\x9c\x5a\x27\xa6\x47\xec\xfa\xba\x4e\x27\x14\x68\xe5\xd6\x1b\x13\xfe\x74\x42\x9d\x4e\x28\xd8\xfa\xe2\x74\x42\x9d\x4e\x28\x92\x0b\xc6\xa9\x9f\x9b\xcc\x85\x4b\xc6\xb7\x69\xb1\x90\x90\xb0\x75\x7d\x58\xa7\xb3\xec\xe4\xb6\xa6\xeb\xc3\x3a\x3d\x03\x9c\xce\xb2\xdd\xd1\xf7\x06\x87\x5c\x83\xad\xeb\xd7\x3a\x3d\x17\x9c\xdc\xf5\xf7\x5d\x8d\x70\x96\x9d\xf8\x28\xfb\x8e\x51\x7c\x7a\x23\x69\x86\xc0\xae\x5f\xeb\xd4\x1f\x7e\x42\xdb\xd2\x09\x3d\x0c\x52\x05\xae\x62\x57\x46\xbd\x97\xef\x02\x8f\xee\xe4\xd0\x0c\xe1\xd1\x71\x3a\xf3\x08\x47\x8c\xd3\x99\x47\x2a\xbf\x25\xa3\x9f\x6f\xdf\x7d\x94\x39\xe6\xcf\x4f\x86\x66\xef\x8e\x91\x7e\xf3\xd3\x19\x45\x92\xba\x38\xb5\x80\x40\x30\xb7\xae\x73\xea\x74\xf6\x9c\x9f\x6d\xe1\xac\x7a\xea\xa3\x14\xce\xdc\x89\xed\x0b\xe1\xcc\x21\x9c\xb9\xef\xec\xaf\x32\xfd\x05\x59\xf4\x5a\x07\xf9\x15\x97\x77\xf8\x97\xb3\x8c\xe4\x47\x71\x39\xcb\x48\x98\xd7\x3a\x69\x6a\xe3\xf2\x2c\x7d\xe1\x06\xea\x64\x3c\x88\xcb\x3d\x4d\x28\x74\xd7\x4d\x75\x39\xf3\x2e\xa7\x19\x04\x9d\x71\xb9\x81\x91\x12\x6f\xc9\x68\x8b\x57\x43\xe4\xb3\x6b\xfd\xe0\xac\x7a\xe9\x5f\x17\x0a\x6d\x8a\x8f\xb8\x9c\x33\xe6\xb4\xeb\x4e\xe5\xcb\x39\x43\x3e\xbb\x25\xa3\x5e\x8d\x7b\xf2\xd7\xb5\x0e\xba\x2c\x2e\x8d\x7b\x21\xd3\xfd\xc0\x65\x21\x64\x3a\x84\x4c\x77\xd0\x65\x71\x39\x67\xc8\x3a\xb7\x64\x13\x99\xef\x3a\x67\x0e\x2c\x52\xf0\xd3\xab\xa0\xaf\x74\x3f\x5d\x5a\xef\x57\xfa\x1d\x6c\xba\x97\x7e\x78\xd0\xd4\xad\x1f\xcc\xad\xcb\xf9\x71\x61\xb7\x75\x5d\x4d\x97\xf3\x83\xc4\x74\x01\x29\x58\x5c\x6e\x2e\x64\x9b\x6b\x9d\x70\xbf\xb8\x9c\x0a\xd7\x9a\x0a\x01\x7e\x2d\x2e\x2d\xb9\x6b\xfa\xb5\x8e\xae\xee\xcd\x0b\x9a\xf6\x5f\x43\xbc\x2c\x22\x2f\x5d\xeb\x87\x03\xae\xd9\x7f\x99\x71\x1e\x1c\x59\x5c\xfa\x99\x2e\xfc\x4c\xfd\x50\x09\xbc\xf2\x14\xbb\xdd\xf5\x65\x89\xdd\x0e\x52\xd5\xb5\xde\x31\xbc\x2e\x27\x0c\x10\xee\x25\xa3\x5e\xb7\xa5\x0b\x2e\xaf\x4e\x00\x60\x5c\x4e\x8e\xcb\x6d\x49\x27\xd0\xa5\x11\x78\x71\xd5\xdf\xc1\xa0\xc5\xa5\x8f\x8a\xcc\x75\x4b\x46\x5b\xf4\x51\x5d\x8f\x75\xb0\x0d\x5f\x6e\x4b\x17\x70\xc2\x4e\x96\xb8\xb8\xbc\xd6\x27\x73\x5c\xeb\x90\x31\xc4\xf5\xfe\x9e\xb3\x5e\x4e\xa0\x64\x93\x5b\x05\x0a\x04\x06\x2d\x2e\x0d\xbe\x0b\x83\xaf\x77\x15\xc3\xd3\xf0\xe5\x56\x05\xb3\x41\x48\x8d\x19\xb7\x5b\x95\x3e\x2f\x92\xca\xad\xe2\x52\xb6\xbe\xf7\xf6\xb8\x71\xaf\x6d\x27\x88\xe1\x8b\xdb\x2b\x52\x50\xe2\xad\x77\xec\xea\xdb\x7d\xe2\x76\x9f\xe8\xe8\x0a\x29\xda\x56\x61\xb5\xe9\x73\xaf\xb2\x4f\x19\x55\x68\xa0\xdd\xea\x3c\xf1\x84\x71\x6b\xa0\xdd\xea\x37\xd4\x60\x71\xab\xdf\x24\x66\x5b\x32\x3e\x43\x03\x0d\x28\x77\xeb\x50\x83\xc5\xed\x89\xf5\x0e\x9f\x43\x0d\x6e\x6f\xeb\xc9\xb2\xb6\x64\xd4\xeb\x3c\x00\xf2\x3d\xe0\xa3\x89\xdb\x69\x00\xc5\x6e\xeb\xb0\x8a\xc5\xed\x75\xa8\xf0\xef\x4e\xce\x8b\xb8\xdd\x3a\x48\xb5\xd6\x3a\x90\xb5\xb8\x75\x1f\xdd\x4e\x0d\x5d\x5e\xb7\x5b\x82\xf0\xef\xae\x7b\xeb\xd6\x55\x04\x0a\xbc\x75\xdd\x5b\xb7\x07\x5b\x50\xe0\x4b\x46\xf7\xb9\x4d\x80\x02\x5f\x32\x7e\xcf\x99\x00\x79\xe9\x92\xd1\x16\x0d\x2f\xb1\xde\x7d\x1c\xf1\xef\x9d\xfe\x76\x27\xb8\xdd\x09\x06\x2b\xfc\xed\xcd\xa8\x50\xf0\x0e\x11\x59\xdc\xb7\xa3\x7a\xdb\x04\x76\xf5\xdb\xcb\xfa\xfb\xb6\x8b\xb0\xdf\x6e\x6d\xb0\xdb\xdd\x41\x4f\xd7\xad\xa3\xf5\xd6\x06\x03\x0d\x17\xb7\xca\x7e\x73\x49\xd0\x07\xa7\xb4\xdb\x73\xf4\xfd\xda\x16\x56\xa3\x5b\x65\xbf\x5f\x9f\xe3\x94\x26\xec\x3b\xee\xa5\xd8\x83\x54\x84\x21\x9a\x3b\x1e\x37\x02\x9d\x5f\x8f\x1b\x01\xa9\xd7\x96\x6c\x20\x2b\x65\x36\x85\x45\x4b\x38\x77\x3c\x6e\x04\x03\xd3\x4f\x2a\xd7\x78\x34\xc1\x74\x88\x09\xe7\x0e\xe1\xdc\x9d\xb4\xef\x21\x9c\x3b\x1e\x9c\xaa\x9d\xc0\xc7\x78\xdc\x08\x1e\xee\x0d\x3a\xd9\x08\xe2\xf1\x42\xf6\xd9\x79\x97\x28\xc6\x10\xe2\x1d\x64\x51\x5b\xb2\x35\xd2\x8f\x93\xe7\xe1\x74\xd3\xa1\x21\x0e\x21\xde\xf1\xf4\xdf\x73\xd4\xeb\x09\xe5\x71\x81\x07\x0c\x17\x8f\x27\x8f\xc7\x93\x07\x29\xd1\xe2\xf1\xe4\xf1\x78\xf2\xd0\x23\xf6\x78\x1f\x20\x9c\xbb\xeb\x11\x7b\xd4\x76\x50\xdd\x4b\x46\x1d\x5e\x6a\x09\xe7\xee\x7a\xc4\x84\x73\xc7\xe3\x46\x40\x64\x63\x3c\xce\x80\x47\xe3\x89\x84\x60\xf1\xb8\x39\x3c\x38\x50\xbb\x28\xb7\x47\x58\xcb\x03\xed\x44\x17\xd1\xf6\x38\x2b\x1e\x67\x85\x5e\x32\xd2\x55\xfc\xc5\x33\xfd\x5e\xd4\xea\xf1\xe2\xf6\x59\xbb\xc4\x20\x6b\x7e\x3c\x9e\x50\x1e\x4f\x23\xa4\x5c\x8d\xc7\xe5\xfc\x71\x39\x27\x89\x6f\x3c\x2e\xe7\x8f\xcb\x39\x7c\x65\xf1\x88\x6a\x21\x0b\xdb\x92\xf1\x7b\x9e\xe9\x1f\x67\x82\xce\xb4\x47\x9b\xe8\x71\x89\x27\xa1\x6e\x3c\xde\xf9\x3e\xce\x0e\x52\x31\xc5\xe3\xcd\x99\x28\xf2\x2e\xf0\xed\x71\x76\x3c\x8f\x9f\x81\x5d\xf3\x88\xe6\x02\x4c\xbe\x64\xbc\xfb\xd8\x05\xe0\x24\x7b\xa8\x42\x2e\xfb\x80\xc9\x97\x8c\xae\xd2\x31\xfa\xb8\x15\x84\x6a\xe5\xfd\xee\x03\xfe\xb1\xa7\x2a\xe4\x99\xfe\xd1\x4e\x12\xd1\x26\xd9\x77\xbc\x2e\xf1\x84\x40\xc6\xeb\x69\xe4\xd5\x4e\x22\x04\x32\x44\x91\x87\x28\x72\xb3\xef\xc4\xeb\xb2\x4f\xca\x8d\x66\x3e\x9f\x20\x37\xdb\x2a\x6e\x65\x81\xec\x55\x66\xbd\xf8\xe0\x5f\xef\x77\x01\x9d\xb7\x9e\x6c\x5f\xaf\x57\x68\xaf\x76\x12\x74\xf6\xf1\x7a\xa8\x7f\xdd\x33\x48\xcc\x10\x22\xcb\xc3\xa4\x66\x3d\xd9\xd2\x5e\xa7\x82\x4c\xc7\x9d\x3c\x37\xf1\x7a\xb6\x78\xbb\x6d\x61\x4b\x7b\xc5\xd0\xbc\xc3\xe7\xb0\x75\x5e\x81\x8d\x2f\x8c\x55\xba\x71\x44\x9b\x87\x68\xf3\x4e\xa4\x64\x88\x36\x0f\xd1\xe6\x9d\x94\xb8\xf1\xea\xc9\x12\x6d\xde\x89\x9e\x8c\x57\x57\xd6\xeb\x8c\x11\xe4\xf6\x3a\x63\x24\x49\xee\x82\xdc\x5e\x01\x8b\xe4\x81\x68\x5d\xf0\xda\xeb\xb9\xfc\xf5\xc8\x40\x3a\xd0\x78\x9d\x09\x22\xd0\xbb\x7b\xd0\xeb\x5e\xf0\x6a\x14\x91\x99\x35\x5e\x0f\xe1\xaf\xc7\x03\x22\x25\xe3\xd5\xbd\x05\x60\x7d\xc9\x78\x4e\xf7\x96\xe8\xf5\x2e\xa0\x4d\xf4\x7a\xbc\x5a\x40\x02\xda\x4c\x0a\x11\xaf\x47\x86\x62\xbf\x31\xb1\x43\x48\xba\xdc\x89\xb2\x8c\xd7\xdb\xb7\x17\xa7\x69\x27\xd3\x5a\xbc\xaa\xfd\xab\xda\x43\x7a\x16\xaf\x8b\xfd\xeb\x51\x40\xf0\xda\xab\x7b\xeb\x75\xb1\x77\xfa\xbe\x3a\x48\xdf\xd7\xef\x60\x96\x8b\x54\x8f\x57\xcb\x46\x17\xdf\xab\x65\xf3\x7a\xe0\x16\xe4\xf6\xea\x34\x7d\xf1\xf3\xf7\xc2\x3a\x79\xb5\x6c\x48\x72\xd5\xba\xc0\xb7\xcf\x43\x38\x20\xf6\x25\x0b\x64\xa9\xac\x94\x4d\x64\xa7\x32\xdf\xc5\xe1\xfa\x79\x3c\xf8\x3c\x98\x17\xd3\xfc\xf3\xaa\xed\x73\x2a\x10\x79\x19\x9f\x53\xe1\x53\xed\x0b\xa7\xf8\xe7\xf1\xe0\x53\xed\xc9\x75\x16\x9f\x9e\xd4\xef\xb0\x2d\x4c\xe9\x4f\xb3\xe8\x53\xc5\x0b\x3d\xf8\x84\x30\x08\x59\xef\x10\x86\xc7\xe7\xcd\x31\xfc\xce\x83\xf4\x2b\xf1\x09\x1c\xfb\x3c\x3d\xcf\xad\xfe\xbd\xd5\x7f\xa2\x7d\x49\x3e\xd5\xba\x8e\xc2\xcf\x7b\xe5\x4f\x43\x6a\xa2\x39\x9f\x7b\xcb\xe7\x81\x7b\xa2\x39\x02\xe4\xe3\xe3\xb6\xa0\x8b\x99\xfb\xbc\x7f\x86\x61\x7a\xc9\xf8\x72\xf7\x16\xb2\x41\x2d\x19\x5f\xe4\x9e\x21\x18\xbe\x4f\xf6\x0c\xc1\xf0\xf1\x11\x34\xd7\x75\x1e\x7e\x1e\x1e\x3e\x0f\xd7\x93\x09\xff\x39\x2b\x3e\xf7\x87\x89\xe6\x7c\xee\x0f\x9f\x87\xe6\xc9\x9e\x21\xb5\x74\x08\x90\xef\xf0\xa7\xc5\xe7\xa1\x59\x6a\xe9\x3e\xd5\x08\xcf\x05\x9f\xe7\x02\xbd\x8c\x9f\xe7\x82\x4f\x17\x96\x5e\xc6\xef\xb4\x5e\x37\x12\xbd\x8c\x02\xe9\xe3\xd3\xba\xd2\xcb\xf8\x69\x3e\x91\x0c\x6a\xc9\x78\x57\x64\x05\x39\xa1\x96\x8c\xfe\xf3\x82\xed\xbb\x6c\x8b\x9a\xe3\x41\x5a\x70\x7d\xd7\xf3\x28\xb8\x3e\x3e\x37\x0d\x01\x72\x82\xeb\xe3\xc3\x61\xdc\xf5\x32\x7e\x42\x80\xbf\xc7\x31\xe2\xea\xe4\x7b\xd4\x26\xcc\xac\x01\x2d\x7f\x7c\x9a\x59\x1f\x33\x6f\x10\x37\x1a\x02\xee\x43\xc0\xfd\xd0\xf3\x28\xe0\x3e\xbe\xf7\xf7\x2e\x75\x68\x7a\x7d\xaf\xef\xe2\x88\x10\x5c\x1f\x60\xe7\x97\x6c\xfc\xe7\x2f\xcd\x10\x91\x1b\x9b\xcb\x20\xbe\x34\x45\xcd\xa7\x94\xd6\x03\xf7\x61\x02\x97\x5f\x85\x09\xe3\x8e\xbe\x64\x6c\x38\x49\x12\x97\x25\x2b\x64\xa1\x2c\x91\x75\xde\xc5\x8b\x9c\x00\xe5\x97\x8c\x3a\xf0\x75\xe5\xc6\x21\x7c\x00\x9a\x4b\xf2\xb9\xac\x82\xcc\x41\xb8\x14\xd3\xbc\x2e\x29\x6a\x7e\x10\x2c\x9a\xa2\xe6\x93\xf4\x2e\x6d\x00\x90\x4b\x20\xf4\xab\xf0\x7b\x83\xf6\xb1\xe1\xa4\xb4\xd9\x83\x34\xa0\xb9\xb1\xe1\xa4\x14\xd9\x03\x97\x62\x6e\x1c\xc2\x13\x40\xfd\x92\x51\xc7\xf0\xdb\x86\xf5\x16\xcf\x0d\xeb\x1d\x7e\x5b\xd1\x7f\xc3\x36\xe3\x45\x36\xb3\x5d\x6e\xc3\x7a\xc3\x7a\x27\xed\x0b\xeb\x0d\xbf\x77\xf2\x2e\x07\x97\xdc\xc2\x71\x9b\xbc\x9b\xf6\x15\x1e\xe3\x01\x68\x2e\x81\xd0\xaf\xe2\x52\x46\xff\x95\xcf\x95\xcf\x2d\xa3\x20\xe5\xca\x4e\xa1\xf4\x03\x76\xb4\x04\x43\xbf\x8a\x47\x19\x75\x94\xed\xe3\x54\x3f\x00\xcd\xa5\x50\xfa\xdc\xa6\xef\xee\xbc\x3b\xed\xd3\x69\xbd\xea\x06\x97\xdc\x29\x6c\x7e\xc0\x98\x96\xdb\xe5\x58\xe2\x0a\x1e\x38\x17\x73\xbb\x7c\x8e\x39\x33\x70\x24\x26\x18\xfa\x55\xa4\x32\xfa\xf9\xb6\x7d\x5c\xdd\x0d\x1c\x89\x09\x86\x7e\x15\x3e\x37\xa8\xe3\x51\xff\x1e\x9f\x0b\x7e\xef\xf5\x39\xe7\x02\xb4\x67\xb9\x7d\xca\xbe\x9f\x8c\xe7\x3e\xfb\xfe\xb3\x7d\x45\x9f\x7e\x7e\x1b\x67\xe9\x01\xf5\x7f\x92\xc8\x67\x15\xb6\x99\xb1\x34\x33\x4a\x36\xe7\x02\x00\xb9\x6c\x38\xa4\x52\x0e\xec\x41\x8a\xbb\x6c\xdc\x2c\x67\x63\xc7\x19\xf0\x9a\x65\x6b\x3e\xc7\x75\xde\x20\xe4\x33\xe5\xc0\xce\xc6\xcd\xf2\xc0\x41\x98\x0d\x43\x2b\x1b\x3e\xde\x81\x83\x30\xdb\xe1\x73\x87\xcf\x2d\xdb\x3f\xdb\xe1\x73\xe0\x92\x06\xce\xc0\x6c\xec\x2e\xd9\x00\x72\x0e\x00\x6d\x29\x6c\x3e\x1b\x00\x8d\x01\x97\x58\x36\x0c\xa8\x04\x15\xdf\xc6\xce\xdc\x6a\xea\xa9\x70\xf8\x01\x52\x2d\x1b\x00\xb9\x24\x7d\xd8\x92\x05\x32\x9f\xcb\xdf\x73\xd4\x0b\x40\x2e\x1b\xb1\xf9\x03\xf4\x5a\xb6\xf4\x7b\x39\x4d\x0f\xa8\xfa\x53\xae\xec\x04\x15\xbf\x64\xbc\x8b\xd3\x35\x85\xc8\x0f\x12\x7d\x67\x53\x4f\xa1\xc2\x6e\x83\xdb\xa7\x34\x4b\x59\xca\x8b\x3d\xf6\x65\x7d\xa5\xb0\xf9\x24\x5d\xd9\x92\x51\x87\x7a\x0a\x52\x7e\xc9\xa8\xe3\x74\x3c\x00\x21\x0f\xc8\xbf\xb2\x71\x41\x98\x0d\xee\xf7\x71\x34\xbe\x17\xa7\x6b\x36\xf6\x85\x71\x30\x67\xda\x65\x9f\xb2\x07\x0c\x9c\x81\x09\x71\xf6\x2a\x1e\x65\xf4\xf3\x65\xbf\xdc\xbe\xbb\xd3\x16\x75\xbc\xa9\xe3\x38\x0d\xb3\xdd\xd6\x7b\xfb\xee\xf1\x6f\x32\x9d\x6c\xb7\x3f\x8d\x8b\x69\x00\x69\xcb\xf6\xd8\xac\xc7\x66\x39\xd4\x8f\xcd\x7a\xfc\x24\x96\x56\xb0\xf6\xab\x78\x95\x31\xfc\xaf\xdd\xc1\xcd\xf7\x20\x3a\x35\x1b\x37\x24\xd9\xb8\x21\x11\x45\x98\xed\xb5\x5e\xa7\x0f\x11\xab\xd9\x9c\x3e\xed\xb3\x5e\x96\xd6\xe6\xf4\x69\x9f\xf5\xb2\xb4\x9a\x1c\x28\x85\xe1\x0f\xfc\x8c\xb9\xbb\x95\x48\xeb\x3d\x88\x4e\xcd\x1d\x60\x46\xee\x4e\x1f\x9c\x8a\xb9\x3b\x7d\x76\x40\x18\x03\x0e\xb1\x94\xd6\x3b\xa5\xeb\x1e\x07\x43\xbd\x43\x55\x90\xbb\x5b\x44\x5f\xc7\xe9\xdc\xdd\x22\x76\xb7\x08\xa0\x6a\x09\x4f\xf7\x2a\x42\xd9\x40\x36\x95\xd1\x66\xdc\x76\x29\x37\x77\xee\x4e\x15\xc2\x49\x73\x77\xaa\x00\xdb\x5f\x32\xea\x08\x65\x66\xbe\x83\xaa\x3f\x77\xa7\x8a\x9c\xdb\x03\x58\x5a\xca\xb9\x9d\x72\x6e\x0f\xf8\xbd\x72\x4f\xdf\x75\x49\xef\x2c\x85\xf2\x70\xa7\xd8\x7c\x49\x4a\x73\x77\xfa\xc8\xcd\x3d\x08\x31\xcd\xdd\xe9\xb3\x27\x59\x01\x93\x2a\x00\x5e\xa4\x70\xfd\x01\x35\x58\x0a\xd7\xcf\xdd\x19\xd5\x07\xdd\xe7\xec\xd9\x9d\x3d\x40\xd5\x72\x9f\x36\x65\xfa\x19\x41\xf3\x5c\xf9\x85\xf0\x4b\x34\x9a\xfb\xe9\xbb\xa7\xef\x26\xbf\x77\xfa\xee\x69\x97\x3a\x94\x9c\x49\x72\x77\x46\x01\x55\xcb\xfd\x72\x28\x2f\xdb\xc7\x2a\xba\x5f\xd6\x01\x5e\x95\xbc\xf1\xb9\x3b\xa1\x76\x37\x08\xd0\x6b\xb9\xdf\x7e\x86\x93\xa7\x3b\xe2\x4e\x1e\x58\xc0\xdb\x18\xeb\x68\x95\xd2\x7f\xe7\x0e\x70\x75\x10\x91\x9a\xbb\x33\x61\xd7\x58\xc2\x95\x97\xfb\x6b\x57\xe1\x93\x1a\x20\xd5\x52\xf4\x7f\x8a\xfe\x1f\x43\x2d\x50\xc3\x77\x37\x08\x5c\x74\xb9\xab\xe1\x44\x04\x0c\x22\x02\x73\x77\x7f\xd8\xdd\x1f\x08\x52\x4d\xa8\xc0\x57\x41\xcf\x0f\xe6\xfb\xe1\xfe\x60\x90\xc0\x18\x87\xcf\x31\xb1\x0e\xf7\x07\x80\x6a\x79\x70\x38\xcf\x43\xa5\x27\x23\x6f\x42\x05\xfe\x97\x87\x7b\x06\xae\xba\x3c\xf6\x43\x59\x57\xc6\xbb\xe0\x5b\xf3\xe0\x94\x32\x70\xdf\xe5\xb1\xfb\xee\xe1\xbb\xeb\xb4\x95\x32\x82\x27\xb1\x02\x4b\xc6\xef\x81\x79\x4d\x19\xc1\x07\xc1\xac\x79\x74\x9f\xeb\x3e\xc7\x24\x3f\xdc\x5b\x8e\x6e\xd7\xb3\x17\x1c\x4e\x98\xa3\xdb\x07\xb9\xb4\xea\x70\xc2\x10\x2b\xb0\x64\x3c\x37\xfc\xb6\xe1\x73\x45\xbf\xe0\xe3\xca\x23\x1c\x8e\x5a\x6a\x60\x90\x40\x1e\x4e\x0e\xfc\x6d\x79\x68\xdb\x1c\x6a\x38\x01\xa9\x69\x40\x40\x1a\x10\x30\x00\xaa\xe5\x51\x7e\x87\xb6\x0d\x0c\x61\x79\x68\xdb\x1c\xf8\x9f\x46\xb0\xbf\x1e\xd3\x6f\x53\xeb\x83\xc5\xe0\x50\xeb\x0f\x1c\x50\x03\x54\x5a\x9a\x49\x2f\xcd\xa4\x37\xf0\xc1\xe5\xe1\x4c\x38\x9c\x09\xe1\x98\x3b\x13\x0e\x2e\xef\x06\x39\xfe\x13\xde\xf1\x55\xd8\x96\x83\x3a\xb4\x8b\x0c\x3a\x18\xf8\xd6\xf2\xb8\xec\x17\x4e\xe7\x83\x64\x00\x29\xfd\x78\x1e\x4e\x05\x10\x68\x69\x12\xd1\x94\x7e\x7c\xe0\x5b\xcb\x43\x5b\xc9\x40\x84\x41\xb4\x68\x4a\x3f\x9e\x87\x9b\x02\x79\xc6\xf3\x70\x2a\x18\x74\x30\x40\xa0\xe5\xe1\x06\x70\xb8\x01\xe0\x20\xcb\xc3\xa9\x60\xd0\xc1\x20\x32\x34\x8f\xd7\xf1\xfd\xfc\x5e\xf6\xf0\xe3\xb3\x2d\x9f\xbf\x87\xfd\x64\xca\xb5\xec\xa0\xf0\x06\x90\xb0\xec\x2e\xf6\x5d\x5b\x89\x3c\xb1\xd9\x9d\x0b\xdd\x73\x03\x30\xb1\x34\x10\x21\x3b\x27\xf1\x01\x1d\x58\x76\xfc\xb3\xd9\xc1\x70\x0f\xc2\x36\xb3\xab\xf7\x5d\xbd\x4f\x96\x8d\x7e\xf8\x2e\xe4\xa4\x83\x70\xcc\x34\xc0\x20\x89\x29\x58\x32\xea\x25\x8a\x36\x3b\x51\xb4\x23\x0f\x7e\x4f\x1d\xef\x1c\xbb\x07\xce\xab\x94\x1e\x3d\xbb\x76\x3e\xe1\x98\x69\xe0\x40\x76\xed\xf7\xa4\x4f\x3b\xbe\xd8\xec\xf8\x5d\x07\xf0\xaf\xec\xe1\xb7\x71\x5e\x1e\x30\xf5\x67\x27\xa0\x3c\xbb\xd9\x4f\x33\xfe\xed\xc5\xcf\xae\xc9\x6f\xac\xc1\x48\x86\xc6\x58\x83\xec\x38\xa3\x46\x32\xcd\x7a\xd9\xac\x02\x92\x85\xb6\xf7\xb2\x55\xce\x8a\x74\x64\x9c\x15\xdd\x59\x01\x88\x2c\xfb\xb4\x0a\x2d\x79\x40\x64\xd9\xb9\x79\x4b\x63\x0d\x46\x71\xd2\xe8\xa7\xbf\x07\xac\x6a\xe0\xb3\xca\xee\x1a\x0f\x03\x7b\xec\xac\xa1\xd0\xb0\xaf\xe2\xf3\x31\x3a\xdc\x65\xbf\xab\xd8\xc5\xc4\xeb\x97\x1d\x04\x55\xcd\xc0\x3d\x95\xdd\x83\x81\x71\x0a\xa3\x58\x6b\xbb\x8a\xdd\x3d\x04\x14\x0b\x66\xf7\x10\xd0\xb5\x80\x48\xdd\x9f\x06\x2c\x24\x54\xed\x4b\x46\x1d\xaf\x83\xef\x41\x17\xb7\x53\x76\x0f\x01\x5d\x2b\x06\x77\x52\x1a\x88\x90\xfd\xb3\x0e\xb6\x3e\xf3\x01\xa6\x81\x08\x83\x98\xc9\x1c\x5c\x3c\xe4\xe0\xf2\x6c\xe0\x3a\xca\x01\xa6\x23\x87\x87\xda\x2a\x65\x8f\x32\x7f\x8f\xfd\x6b\xec\xfe\x9e\x07\xdd\x62\x52\x18\x88\x90\x43\x2b\x06\xff\x4f\x1a\x74\x90\x06\x1d\x0c\xdc\x44\x39\x60\x3b\x48\x83\x0e\x06\x88\xb1\x34\xe8\x20\x0d\x3a\x18\x04\x40\xe6\xd0\x8a\x19\x2a\x31\x64\xfb\x69\x1a\xdc\x1c\x38\x82\x06\xe4\x5e\x39\x86\xdf\xc1\x25\xc3\xc0\xe9\x93\x83\x10\xef\x34\xe8\x60\x40\xf8\x95\x43\xcb\x86\xd8\x83\x25\x2b\x64\xa9\x8c\x7e\x06\x45\x96\x23\x6c\xb3\x96\x0d\x28\xb2\x84\x4f\x7d\x15\xf4\x01\x4e\x9f\x1c\x6a\xe9\xc0\x65\x3a\x08\x9e\x4c\x03\x11\x12\xc6\xf5\x36\x26\xd6\xa7\x81\x08\x69\x20\xc2\x00\x5a\x96\xd2\xaf\xa7\xf4\xeb\x03\x68\x59\xc2\xa7\xbe\x0a\x74\x88\x48\xc9\x84\x4f\x7d\x15\xbe\xcb\xc6\x34\x2e\xbf\x63\xad\xb9\xa9\x6f\x63\x68\xc7\x8f\xcb\xee\x73\x78\x35\x3b\x8c\x4d\x18\x04\x4f\xa6\xb4\xea\x39\x6e\x3f\xcd\x21\x57\x25\x87\x6b\x2d\x81\x92\x39\x6e\xbb\x4f\x95\x24\x81\x7b\x0e\xcf\xa5\xc3\xb5\x76\x32\xb3\x08\x4a\xf8\xcb\xf1\xfa\x9c\xaa\xf1\xfa\x1c\x88\xe7\x01\x57\x58\x1a\x74\x90\x10\xa6\xb7\x00\x6d\x96\x43\x53\x84\xd8\x83\x25\xa3\x0e\x4d\x11\x62\x0f\x96\xcc\x77\x55\x3f\xd4\x59\x5a\xc9\x0c\x2e\x05\xd2\xa0\x83\xd8\x50\x97\xd0\xd8\x26\x09\xeb\x92\xad\x7e\x09\xd7\xdf\xc0\x6f\x13\x90\xf0\x67\xb8\xfe\x06\xf7\x63\x01\x09\x7f\xc6\xee\xbb\xbb\xef\xa2\x1a\xe1\xfa\x4b\x9c\x41\x0b\x82\x27\x33\xf4\xc7\x10\x67\xb0\x64\x3b\xb2\xa9\xec\x54\xb6\xfa\xd9\x00\x83\x0c\xbc\xa3\xa1\xbf\x28\x54\xf1\x58\x2a\x3e\x03\x6d\x21\x00\x61\x15\x7e\x2e\x5b\x64\x68\x76\x48\xc0\x1e\x1b\x33\x3f\x74\xbd\x48\xb6\x1e\xba\x8b\xc2\xa5\x3b\xd0\xf0\x80\x83\x2c\x25\x5b\x4f\xc8\xd6\x27\x24\x9a\x19\x5a\x1d\x91\xb6\x98\x05\x22\xf4\xb2\x44\xda\x62\x16\x08\x43\x09\xd2\x50\x82\xd8\xf0\x3a\x44\xf9\x5c\xf9\x1c\x5a\x15\x2a\x2e\xd1\x03\x4b\xc6\xd7\x6a\x89\x18\x4a\x10\x64\x97\xcf\x98\xf6\x80\xe9\xd6\xf5\x34\x85\x96\x88\xa4\xec\x01\x78\x2d\x43\xa5\x27\x7a\x60\xc9\xf8\x5c\x3c\x9d\x69\x88\x40\x00\x5e\x4b\x43\x04\x12\xa2\xf5\x16\x7a\x8b\x0c\x11\xc8\x40\xeb\x83\x10\xcb\x0c\x17\xe2\xe0\x2a\x2c\x9a\xda\x72\xdb\x55\x68\x7d\x34\x76\x5c\x59\xd7\x53\xd6\xf5\xd0\x83\x14\xce\x84\x60\x26\x04\x89\x31\x13\xca\xf4\x55\xd0\x07\x8d\x85\x3d\x9c\x09\xc1\x4c\x08\x3d\x48\xe1\x11\x13\xb8\xff\x92\xf1\xbd\x6a\x78\x7c\xb6\x8f\xa3\x94\x38\xff\x14\xe7\x1f\x40\xd6\x12\x80\xff\x2a\x0e\x65\x03\xd9\x50\x16\xca\x12\x59\x2a\xab\xff\xfa\x5f\x91\x18\x4a\x42\xff\x13\x64\x7f\x0b\x28\xf7\x33\x75\xc6\x48\x92\x1e\x50\x90\x65\x6a\x60\x08\xf3\x0f\x9d\x4a\xe6\x6a\xcd\xdc\xfd\x5c\x8e\x5c\xc9\xad\x57\x42\x82\xbe\x64\x34\x45\x03\x43\x48\x7f\xb4\xda\xff\xbd\xd1\x8b\xf8\x4f\xc9\xd1\x83\xd4\x92\x29\x39\x7a\x66\xb7\x59\xac\x1f\xe9\x72\x9e\xeb\x50\x1a\xdc\x7f\xa5\x7c\xe9\x29\x37\x7a\x10\x7f\x99\xc9\x65\x57\x26\x97\x5d\x01\x4e\x2d\x53\x97\x4e\xc2\x7b\x13\x64\x9b\xcc\x04\xac\x9a\x89\x9b\x31\xa0\xd2\xcf\x74\x4e\x00\xec\x5f\x32\x7a\xc3\xd5\x3c\x39\x7f\xc6\xce\x00\xa6\xa6\xb8\x28\xff\x00\x93\x96\xa9\x9b\x31\x71\xeb\x07\x99\x25\x33\x55\xf6\x54\xd9\xc1\x9f\x65\x7a\xd8\x4c\x50\xa8\x01\xfe\x2c\x73\xda\x96\x69\x9b\x99\xc7\x22\xff\x33\x97\xa5\x1d\x69\x87\x6b\x61\x27\xf7\x5f\xb1\x73\xe2\xc9\xd3\x41\xc5\xe8\x08\x92\x4d\xa6\x01\x02\x69\x80\x40\x40\x50\x96\xe9\xaa\x9f\x97\x9f\x8b\xa5\x96\xea\x7a\xc2\x56\x10\x3b\x73\x3b\x6f\x7b\x5e\xbd\xd6\x83\x95\xae\xf0\x30\xa9\x2f\x19\x9f\xfb\xf8\x1c\x46\x47\xec\x8e\x9a\x2e\x96\x64\x85\x0f\xe0\x6c\x29\x5d\x7a\xe6\x67\x5b\xd8\xe8\xf3\x73\xc4\x09\x2b\x0b\xa2\x29\x33\x3f\xbb\x00\xcf\x63\x1c\x58\xbf\x52\xa3\x27\x6c\xe8\x4b\x96\xc8\x4e\x65\x74\x33\x89\x25\x53\x6a\xf4\x94\x1a\x3d\x88\xb0\x4c\x69\xd0\x93\x78\x82\x08\x9c\x64\xe5\x62\x5e\x6b\x31\x0f\x6d\xee\xd2\x34\x21\x9a\xa0\x85\xfe\xab\x52\xd5\x89\x26\x58\xb2\x42\x66\x0d\xae\xf9\xfa\xaf\xca\x35\x5f\x12\xf4\x20\xe6\x32\x8b\x4b\xdf\x34\xb6\x40\x4c\x6b\x96\x6b\x3e\xb1\x05\x41\xf4\x47\x96\x56\x4d\x75\xab\xe5\xd8\x5b\xaa\x7c\xb9\xbe\xeb\xc7\x2a\x8f\x90\x85\x19\x1e\xfa\xa7\x0c\x4b\xc8\x1a\xb9\x7e\x0e\x15\x2d\x4f\x95\x35\xec\xbb\xa1\xcc\x16\x87\xad\x63\xba\x94\xde\xf6\xe2\xa4\x19\x40\xe3\xb2\x74\xcd\xc0\x98\xbe\x64\x3c\xa7\x99\x5d\x69\x53\x58\xb7\xe1\x4d\xff\x4b\x18\xd3\x97\x8c\x5e\x29\x7b\x4a\x95\x27\xba\x32\x4b\x95\x2f\x55\x1e\x3a\xfb\x34\xa4\x21\x0d\x69\x88\xc3\xc1\x98\xfe\x1e\xa7\xca\x00\xb9\x96\xd2\xa7\xa7\xa1\x0a\x01\x4a\x2d\x4b\xfd\x2e\xf5\x1b\x94\x5a\x96\x6b\x79\xb9\x96\x83\x52\x4b\xe9\xd3\x53\xfa\xf4\xd0\xb5\x25\x7d\x7a\x4a\x9f\x1e\x9d\x1d\xbd\x6e\xbb\x8f\x1b\xaa\x20\xab\x65\xd6\xad\x62\xdc\xd6\xa1\x16\x3c\x0e\x11\xc0\xeb\x80\x3d\x2d\xa5\x59\xcf\x7a\x7c\x57\x2d\xe0\x1e\x38\x0d\x69\x88\x8e\x01\x68\x48\x43\x1a\xd2\x10\xba\xc0\xea\x55\x0b\x70\xb0\x04\x91\x99\x49\x7c\xc3\x2a\x5e\x65\xd4\xe1\x7c\x81\x95\x7d\xc9\xe8\x53\xf7\x06\xa2\x1d\x5a\xe8\x02\x2b\x0d\xf7\xe2\xd6\x2a\xf4\x77\x49\xc7\x9e\xd2\xb1\x87\xfe\x2e\xe9\xd8\xd3\x70\x88\x00\xf5\x96\x86\x43\xa4\xe1\x10\x41\x08\x67\x1a\x0e\x91\x13\xef\x4c\x00\x7b\xcb\xa9\x77\x66\x36\xbf\x8d\xb5\x60\x6a\xf4\x4b\xbd\x1e\xfa\xc0\x26\xa8\xed\x9c\x5a\x49\x9d\xbd\xda\xb0\x89\x34\x46\x22\xc8\x7b\x93\x53\x8f\xfe\xdc\x6d\x33\xba\x31\x75\x5d\xce\xc3\x71\x43\x37\xa4\x68\x4f\x63\x24\x02\x38\x5b\x1a\x23\x91\x93\x98\xb2\xd0\xe1\x35\x3d\xb9\x4e\x2d\x27\x42\x33\x73\x6a\x26\x19\xfb\x10\x64\xc4\xcc\x39\x6c\xf3\xf0\xb9\x9d\x7a\x9d\x33\xc6\x3e\xc4\x60\xcc\x8d\x7d\x48\x62\x1f\x42\x93\x48\x0a\xf6\x94\x82\x3d\x74\x6e\x19\xe6\x90\x93\x03\x6e\x00\x53\xcb\xe9\x34\x9a\x4e\xa3\x81\x61\x67\x9e\xf1\x34\x7c\x21\x88\xb8\x4c\x73\x8a\xe7\x74\xe7\xd0\x91\x35\xdd\x39\x66\xd9\x14\x86\x5c\x5a\xf6\x34\xa6\x21\x60\x60\xcb\xa9\xeb\x92\x90\x85\x25\xa3\x4b\x35\x89\xe6\xe9\xa7\xb1\x84\x4f\x8f\xa6\x30\xac\xb7\xd0\xf1\x34\xcf\xdf\x73\x8f\x32\xba\x54\x47\x8c\x3c\xea\x41\x02\xcb\x9c\x3a\xea\xe5\x4c\x8f\xe1\x10\xdd\x0e\x9b\x53\x86\xa4\x96\x39\xdd\x12\x26\x97\xba\x31\xe6\xbf\x43\xed\x72\xea\x9e\x9c\xdc\xf9\x46\x38\x82\xce\xa8\xc9\x9d\x56\x80\x17\xcb\xa9\x15\x65\x28\x43\xe8\xe7\x9a\xde\x69\x49\xbd\x1e\x44\x5a\x26\xf1\x0a\xab\xf0\x5d\x2c\xb0\xe9\x2e\x32\x01\x59\x07\xd8\xb0\x9c\xce\x80\xe9\x0c\xd0\x2f\x75\xea\x9f\x84\x6d\xbd\x05\xf9\x2d\xf3\xd4\x62\x82\x6e\x7d\xc9\x0e\x64\x68\xf1\x09\x78\x28\xf4\x55\x9d\x90\x43\xa4\xa1\x0c\xa1\x5f\xea\xd4\x67\x09\xdd\xfa\x92\x0d\x64\x97\xb2\x47\xd9\x1a\x6a\x79\xd6\x53\x9e\xf5\x00\x07\x96\xc6\x37\xe4\xb9\xfb\x1c\x43\x7d\xea\xb3\x94\x67\x3d\xf4\x55\x11\xb9\xb0\x0a\xeb\xe5\x78\x77\xba\x91\xc8\xa9\x1e\x30\x9b\xa5\x9c\xea\x79\xba\x91\xe8\xab\x3a\xbd\xfb\x3a\x87\xbf\xc7\x19\xed\xd4\x78\x82\x5a\x7d\xc9\x3a\x32\xbf\x23\x7e\xcf\x2d\x55\x34\x08\x21\xa1\x51\x6f\x01\x48\x2b\x4f\x8f\xbd\x27\xfe\x9c\x20\x7c\x31\x4f\x1d\x36\xf2\xa7\x07\xe1\x8b\x29\x7f\x7a\xc2\x9f\x9e\x9b\x4d\x76\x56\x48\x9f\x1e\xc9\x06\x7e\x7a\x78\x38\xd5\xf6\x64\x51\x3e\x01\x59\xe7\xe9\x46\x02\x46\x2b\xa5\x54\xcf\x93\x08\xc9\xd0\xa5\x75\x6a\x3b\x19\x5b\x10\xc9\x6c\x3c\xbd\xe6\x3a\x35\x94\xd2\xa1\xf4\x50\x60\xcc\x40\x40\x53\x9f\xc6\x0c\xe4\x09\xd4\x21\xd2\xa1\xd4\x29\x4f\xe8\xc0\x92\xf1\x69\x1e\x14\x4e\x0f\x0a\x5a\xd3\xa7\xc6\x13\xcc\xea\x2d\x88\x9a\xcc\xd3\x8d\xe4\x7c\xfc\x3d\x16\xdb\xf3\xf1\xf7\xdc\x34\xf4\x63\x9d\xba\x22\x4f\x0f\x05\xc9\x15\xed\xa9\x2b\xf2\x54\xc5\x61\x1d\x4b\xe9\xd3\xf3\x7c\x6d\x8b\x43\xf9\xda\x96\xd7\xbe\xe2\x08\x7e\xba\x69\x9c\x1a\x54\xb0\x8e\x25\xc1\x07\xab\xb0\x5e\x87\xd2\x0d\xe2\x74\x83\x48\x66\xb7\xf1\x06\x79\x6d\xd6\xcb\x02\x7c\x69\x78\x5d\x6b\x96\x24\xbc\x1c\x79\x89\x74\x30\xdc\x20\xc0\x72\xe5\x25\xd2\xe1\x72\x76\x14\x33\xf5\x12\xe9\x70\xb9\x3f\x10\x49\x99\x97\x86\x97\xe1\x06\x41\x02\xcb\xbc\x9c\x09\x97\xfb\x83\x8e\xb1\x4b\xad\xbf\xd4\x7a\xb8\x44\xf2\x52\xeb\x2f\x4f\xd1\x3a\xcb\x0c\x2d\x48\xa2\x09\x96\x8c\xe7\x44\x2b\x5c\x9e\x18\xc0\x6d\xe5\xa5\x0d\x74\xe1\x6d\x0f\x70\x5b\x79\xa9\xcd\x17\x88\x83\x80\x09\x3f\x0d\x19\x48\xc8\xd6\x5b\x80\xdb\xca\xcb\xdb\xdd\x2b\x6d\x0b\xf6\x93\x21\x03\x79\xa5\xf5\x62\x43\x43\xb9\xbe\x0a\xdf\x65\xdf\x34\x64\x20\xaf\xf2\x39\x6c\xaa\xcb\x45\xfe\xf2\x7c\x0c\x1e\x2b\x8d\x23\xc8\xab\x6c\x1f\xc3\x7b\xe9\x93\x24\x8e\x60\xc9\xa8\x63\xda\x3e\x55\x1c\x3c\x56\x5e\x22\x0e\x8c\x10\x08\x98\xc6\xf2\xf2\x7c\x70\xb9\x19\x14\xb7\xc5\x97\x4e\x21\x48\xde\x93\x28\x91\xbc\x34\xa9\x2e\x8f\xc7\xfa\xe3\x60\x75\x5f\x85\xd5\x72\x92\xba\x34\xb3\x2e\xcd\x2c\xa0\x5c\x49\xb4\xc0\x2a\x68\xf2\xf4\xf7\x34\xb3\x2e\x67\x02\x24\x65\x29\xb9\x7b\x5e\xee\x0f\xfa\xe3\x24\x77\xcf\xcb\x99\x40\xf2\xcb\xbc\x34\x9f\x24\x7c\x0f\x00\x57\x79\x3d\xb6\xef\xf5\x5d\x16\x71\x83\x06\xf2\x7a\xad\x83\x45\xfc\x7a\x6d\xdf\x32\xb3\xf2\xf0\xe7\x9c\x30\xd7\x6b\x15\x58\x68\x97\x13\xe6\xf2\xb4\x3d\xb1\xd3\x2f\x2f\x74\x09\x31\x58\x32\xaa\xf0\x54\x72\x69\x65\x4d\xd6\xfa\x4b\x2b\xeb\xf2\x04\x3e\xb1\xe4\x6e\x42\x99\xf3\xf6\xb4\xad\x2b\xef\x06\x83\x9d\xb7\x7b\x07\x3c\x68\x79\x83\xb6\xcb\x9b\xc0\x9b\x80\xf4\x2c\x6f\x4f\x25\xb7\x33\x01\xac\x56\xde\xae\xff\xb7\xc7\x6d\xfd\x71\xf2\xd1\xe7\xad\xa5\xa4\x3f\xee\x06\x6f\x9d\x06\x21\x84\xfe\x38\x83\x10\xd2\x20\x84\x98\x9c\xb8\x6e\xcf\xd3\xb7\xeb\x3f\x91\x9e\x79\xeb\x28\xba\x71\x0a\x25\x38\xaa\x84\x19\x7e\x15\x2f\x32\x2c\xe6\xdb\xbb\x28\x83\x0b\x52\x1f\x98\xc1\x05\x49\x3c\x41\xcb\x6d\xdf\xfe\xbd\xd5\xdf\x4e\x9e\x1b\xaf\x68\x0a\x9f\xba\xd3\x9f\xc1\x91\x94\xd0\xf3\xe7\xed\x3d\xee\x5d\xfe\x34\xc3\x60\x50\x41\xde\xac\xfb\x29\x2c\xea\x76\xdd\xbf\x59\xf7\x73\xb3\x7b\x5d\xf7\xef\xe9\x27\x61\xec\xde\x5e\x4b\xdd\xa7\xf5\x32\x41\x6f\x27\xc0\x8d\x35\x94\x1b\x1e\x8e\x5b\x6b\xe8\xc6\x1a\xfa\xed\x4b\x06\x1a\xa4\x81\x06\x49\xa4\x65\x1a\x49\x90\xf7\x65\xfb\x98\xb4\xb7\xae\xd2\xfb\xb2\x5e\x87\xc1\xab\xaa\xfb\x7a\x96\x26\x62\x5c\xdd\x9e\x47\x88\x3b\x58\x8f\x21\x73\xa2\xdc\xb7\x9f\xc1\xd2\x2d\xf7\x7c\x12\x77\x90\x07\x1b\xf3\xad\x6d\x75\x3f\xbf\xc7\xa8\xc1\x1d\xe3\x7e\xac\x95\x55\xfa\x76\xc7\x20\xc4\x60\xc9\x78\xce\x63\x06\x6c\xf3\x2d\x61\xda\xcf\xfb\xb3\x0a\x2e\xaa\x92\x78\xcc\x7c\x34\x76\x88\x1d\x98\x3b\x9d\xfc\x78\x8a\x26\x74\x60\x3d\xb6\x3a\xe0\xd1\x27\xfa\x70\x02\x48\xc2\x36\xf3\xd1\xc5\x4f\x98\xc0\x92\xad\x41\x7b\x74\x19\x3d\xe0\xd6\x52\xfc\x93\x31\x03\x09\x13\x7c\x4b\x08\xc7\xd2\x98\x81\x7c\x76\x9b\xc7\x80\x3f\xae\xf0\xc6\x07\x64\x63\xde\x3d\xba\x91\x9e\xc3\xe7\x58\xb9\x1f\xed\x1a\x58\xdf\x97\x8c\xf6\x0d\xdb\xc7\xc9\x37\x1b\x73\xec\xd1\xd9\xf3\x60\xc3\x64\x63\x20\x1f\x57\x7d\x63\x06\x52\xf7\xd5\xa3\x19\x6f\x7c\x40\xea\xbe\x7a\x54\x5c\xc2\x04\x5a\x36\x46\xe8\x11\xd3\x43\x98\xc0\x92\xf1\x1d\x3a\x85\xa4\x80\x4f\x02\x2e\xf3\xd1\x9d\x0f\x13\x7c\x4b\x68\xf0\xd3\x58\x80\x7c\xca\xef\x60\x88\x1e\xcd\xf8\x87\x68\x98\xdc\x99\x8b\x8f\x27\xe4\x47\x65\xd6\x69\xf5\xe8\x00\x7a\x54\x66\x31\x51\x8f\x37\x51\x0f\x2b\x7c\x7a\xed\xf4\x9c\xf6\x0b\x6e\xff\x84\x20\x2c\x1f\x97\x6e\x81\xff\x09\x5d\x7e\x3e\x1a\x2c\x82\xfc\x53\xa7\xd5\x23\xb4\x00\xc6\xf8\x96\x10\x84\xa5\xc0\xff\x7c\xb8\x8a\xca\xfd\xf0\x5d\xc7\x8d\xe5\x3c\x77\xc7\xcd\x6b\xa7\xe7\xf1\x5d\xd6\x46\x81\xff\x29\xf0\x3f\x75\x64\x3d\x9e\x86\x9f\xd7\x36\x63\x3c\x3d\xde\xb1\x3e\xaf\xdf\xcb\x8e\xfb\x78\x1a\x7e\x54\x5d\x58\xc3\xf2\xd1\x88\x81\x45\x7e\xc9\x78\x57\x75\x36\x18\x20\xc5\x67\x19\x0c\x90\xef\xe6\xf7\x72\x0c\x7a\xb5\x58\x5e\xf5\x79\xe7\xb2\xd0\x60\x80\x7c\x9b\x7d\xc5\x8e\xfb\xea\x03\x7a\x77\xc7\xa3\x94\x75\x65\x7e\x1b\x3b\xa9\x34\xf3\x29\xcd\x7c\x92\x74\x31\xa5\x99\x4f\x69\xe6\x53\xef\x96\x80\xfe\x7c\x89\x6d\x49\x3d\x59\xaf\x27\xd5\x17\x8b\x25\x09\xcc\xcc\x57\x87\xcf\x0b\xc8\x26\x0f\xb6\xcd\x57\xe7\x0e\x20\xfe\x96\x07\x73\xf0\xf5\x54\x2a\x7a\x3f\xf5\x51\xbd\xea\xf8\x1b\xbe\xcb\x02\xfb\xaa\xe3\xaf\xeb\x34\x14\xff\xf9\x6a\x93\xbf\x90\xb8\x25\x49\x17\xf3\x55\x9f\xdf\xf4\x39\xe6\xdb\xab\x3e\xbf\x78\x7c\x52\xe7\xd3\xab\x97\x1f\xba\xf9\x25\xa3\xcd\x65\x1d\x24\x01\x49\x41\x54\xaf\xfa\xfc\xaa\xcf\xf0\x82\xa5\x88\xfe\x7c\xc1\x11\xe4\xe1\x18\xe9\xf1\x79\xf1\xf8\xa4\xde\x27\xd1\xfb\x09\x7a\x3f\x9a\x5d\xa5\xad\xfd\x72\x3b\x9a\x3a\xa4\x5e\x55\xf7\x5d\xeb\xe7\xcf\x4f\x2f\xcb\x7c\xbe\x4b\x31\x7f\x6e\xfa\xd7\x43\xe2\xbb\x96\xc5\x9f\x47\xfe\xf5\xde\xfe\x5d\xdb\xfd\xcf\x21\xff\x7a\x6c\x84\x3a\xfe\xe7\x8f\x17\x67\x9f\x90\xc5\x87\x8b\xd7\xe7\x26\x0f\xda\x3e\x1a\xf3\x42\x94\x7d\x82\xb2\x0f\xb8\x12\xf3\xf3\x1a\x1f\xf6\xf8\x68\xf4\xee\xe7\x8a\x09\xc6\x3e\x1a\xa7\x0c\x19\xe0\xf3\xdb\x73\x89\x58\x6b\x3f\x7d\x8c\xdf\x3a\xf3\x05\x9c\x88\xf9\xa9\x4a\x1f\x4c\x25\xae\x64\xdf\xe1\xcf\x77\x47\x80\x3d\xe4\x73\x77\x07\x4b\x9f\x30\x90\xa4\x50\xfa\x94\xfd\x3d\x45\x89\x09\x82\x4f\x41\xf0\xa9\xcb\xed\x53\x91\x3e\x37\x7c\x5d\x6e\x9f\x4a\x03\xc6\xbd\x65\xdf\x8e\x7f\x6f\xee\x9f\xf7\xfb\x9f\xeb\xa6\x1e\x39\xf1\xf0\x29\x1e\x3e\x3b\x6b\xd5\xa7\x4e\x01\x8b\x5f\x32\x9a\xa5\x4e\x7d\xae\x9b\x7a\xdf\x3e\x5d\x22\x1f\xd6\x72\x0a\x40\x13\x0f\x9f\xf0\xc6\x2f\x19\xdd\x28\xc6\xf1\xc3\xfd\x91\xdd\x01\xd0\xfd\xf1\x71\x0d\x9a\xdd\xee\x3e\xfd\xbd\xd3\x77\x71\xbb\x88\x7d\xcf\x8f\x88\x90\xec\x8e\x81\x1b\x3e\xd8\xf7\x9f\x9e\x7d\xde\x96\x7e\x2e\x9b\x3a\xda\x84\xb9\xa7\xbc\xf2\xd9\x1d\x18\x37\xf2\xcf\x8d\x5c\x07\xda\xa7\x63\xf1\x73\xd9\xd4\x81\xf6\x89\x57\xfc\xb8\x1a\x4d\x52\x1c\xa4\x30\xf7\x14\xe6\x9e\xc4\x8d\xa6\x30\xf7\x84\x4a\x7e\xc9\x68\x9e\x16\xef\xf7\x5a\x07\xdb\xce\xa7\x79\x0b\x6d\xfc\x92\x0d\x64\xb6\xef\xb5\x9b\x59\xbe\x3e\x4d\xd9\xcf\x65\x93\xb8\xd1\xfc\xbc\x1a\xfd\x5c\x36\xe1\x3b\x2b\x21\xed\xb5\x61\xb6\xe6\x58\xf3\xaf\xc0\xb2\xaf\xe2\x53\x96\x4b\x86\x83\xaf\x36\xd2\xc8\x25\x28\xb2\xda\x30\x03\x4a\xd2\xf7\x1c\x8d\x77\x31\x03\x4a\xd2\xf7\x24\x5b\x73\x6d\x04\x8e\xd4\xb6\xb4\x5f\x0b\xa2\x80\xb2\xff\xd5\xe6\xaa\x39\x94\x61\xc9\x96\x9c\xef\x39\x96\x55\x51\x1b\x70\xc5\xda\xd4\x7f\x1c\x6d\x25\xe7\x7b\x01\x58\x6f\x39\x0e\xde\xed\x7e\x06\x1c\x28\x09\x2d\x5a\xc9\x03\x5f\x9b\xab\x2b\x68\xb3\x92\xdf\xbd\x36\x57\x52\x90\x65\x25\x2a\xbd\x36\x57\x4d\x1c\x72\xb5\x85\xcf\x91\x08\x26\x41\x87\xd5\x96\x76\x01\xd7\x40\x49\x20\x67\x89\x36\x2f\x89\xdb\x13\x24\x58\x01\x29\xff\xab\xcd\xd5\x70\xac\x21\xaf\x6d\xda\xe6\x69\x9b\x93\xe7\x30\x4b\x6b\x3b\xad\x77\x0d\x6f\x6d\x97\x5d\x05\x32\x2a\x41\x82\xd5\x06\x32\xaa\xe0\x60\x6f\x39\x26\xbf\x77\xfb\xbd\xb7\xc3\x31\xf9\x8e\xdb\xef\x78\xac\xc3\xe1\x7d\x94\x71\x90\xca\x70\x28\x51\xab\x12\x1d\x9e\x44\x5e\xd6\xf6\xfa\x7b\x4b\x93\x02\xec\x5f\x09\xfa\x2e\x41\xdf\x09\x65\x59\x09\xfa\xae\x46\xca\xa1\x04\x1c\x56\x0d\x4f\x41\x35\x5c\xc9\x09\x65\x59\x35\xb5\x4a\x70\x78\x02\x18\x2b\xc1\xe1\x25\xf7\x7a\xe2\x98\xab\x46\xce\x97\x6a\x4b\xe1\x82\x30\xdd\x6a\x78\x0a\x0a\xb6\xf5\x96\xb0\x98\x55\xc3\x93\x5c\x8d\xfb\x98\x24\x66\xb3\xda\xee\xab\xda\x91\xf8\xdb\x0a\x7e\xf5\x55\x0c\x65\xfc\x1e\xf1\x0f\x25\xa5\x7a\xe2\xd2\xad\x76\xf8\x7b\x6a\x10\xd8\xb0\x82\x23\x7d\x15\x36\x39\x78\x97\x8b\xf4\x6a\x83\x5e\x19\x1d\x91\x5f\x31\xec\x15\x06\xb7\x11\x8f\x5d\x2d\xec\x81\xa4\x29\xa9\x2c\xed\x64\x06\xb7\xb1\x44\x96\xd0\xf0\xc4\xdd\x56\x60\xc2\x57\xf1\x50\x05\x1d\x5a\x7e\x45\xfd\x1e\xa3\x25\x65\xb5\x5a\x91\x5c\x66\x55\x9b\x56\x31\x7d\x8e\xf1\x96\x14\xbd\x1a\xd1\x41\x99\x1b\x5f\x86\x2b\xac\x1a\x78\xa6\x24\xff\x43\x35\xac\xc8\x6a\x5a\x91\x84\x4e\x16\xf0\xef\xbf\x6a\x97\xcf\x31\x9d\xdb\xe5\x73\xea\x5e\x3a\xb8\xb7\xb2\xdb\x77\x77\x7e\x4f\x7d\x6c\x38\x88\x33\x1d\xb5\x47\x65\x71\x99\xcb\x83\x36\x3f\xd6\xe1\x32\x87\xbb\xad\x84\x60\x97\xac\xe7\x49\x56\xc8\x92\xf5\xbc\x9a\x07\x1b\xc2\x1f\xab\xbd\x7e\xdb\xe7\x73\x0e\xc7\x67\x5f\xad\xd5\xae\x3b\x9d\x45\x65\x57\xfb\x6c\x32\x5d\x2a\x11\x7a\xed\xdb\xbe\x16\x7a\x5a\x02\xf2\x7a\x15\xcf\x7f\xfd\xaf\xe3\x58\xfb\x6f\x89\xbf\x2e\xf1\xd7\x89\x9f\xae\x76\x5c\xbd\x25\xfe\x3a\x73\x1d\xcd\x6b\xdf\xfd\xb5\xb5\xd4\x25\x57\x77\xb5\x63\x2d\x96\x90\xec\xc4\x25\x57\xc2\xaf\x0b\xf8\xb5\x86\x52\xc1\x9c\xbe\x8a\xc7\xc7\x94\xa1\x8c\x3b\x00\xd3\x4c\xa6\xf7\xde\xad\xb5\xfb\xf9\x73\x20\xf3\xdd\x6e\xd7\x31\xdc\xd0\xa9\xaf\x82\x6a\xc9\x0d\x50\xbb\x1a\xba\xbb\xc7\xe3\x6a\xab\x3d\x7c\xce\x43\x7d\xb5\x7f\x03\xed\x6b\xe7\x6c\x54\x60\xb9\x5b\x12\x55\x59\x7b\xd8\x04\xf7\x7d\x3c\x71\xb5\xab\xd4\xbb\xfb\x3e\xb0\xb5\x12\xb0\x5d\x02\xb6\xb3\xd6\x39\xa3\xf6\xb2\x09\xda\x92\x78\xec\x4a\x74\x76\xed\x6a\x3a\xd1\x97\x25\x12\xbb\xf6\xe9\xef\xb1\x26\xec\xc4\x31\xd4\xee\xd9\xa8\x3a\xcf\xb1\xc7\xd7\xee\x1e\x4f\xf4\x65\xed\xae\x9e\xbb\xab\x67\x0d\xda\x7c\xd9\xbd\x9e\xc2\x0b\xad\xd9\x6f\xdf\xf5\x1c\x04\xc1\x5a\x09\xb1\xae\xfd\xfe\xbd\x4b\xbd\xb7\xdf\xb1\x2c\x4c\x43\x89\x6a\x7f\xec\x96\xc7\x6e\x61\x13\xd8\x01\x73\x14\x00\xea\x25\xe3\x73\x5f\xbb\xca\xa3\x4c\xb1\x4e\xec\x9f\xd5\x7e\x56\x9b\x34\x45\x6d\x15\x61\x9d\xa0\xea\x6a\xff\x7c\xd7\x95\xb7\x50\x26\xf9\xd5\x0b\x04\xf5\x92\x2d\x8d\x90\x4b\xbd\x8e\xe6\xef\xd5\x44\xd6\x95\x8d\xd5\xe4\x23\x11\x95\x22\x26\x44\xcd\x1d\x19\xab\xe7\xe1\xe9\xa6\x58\x4f\x0e\xa2\xcc\xea\xf0\x74\x03\xf8\xae\x80\x42\xaf\x82\xa6\x00\xb4\x2b\xf8\xd2\x57\xb1\x2b\xe3\x39\xf7\xe4\xc3\x15\x15\xa0\x5d\x1d\xdd\x26\xab\xb0\xd0\xb5\xd5\x01\xf8\xae\x0e\x4f\x37\x38\xf6\xea\x50\x61\x8f\x41\x2f\xb3\x24\x1c\x61\xb5\x6b\xfb\x35\x7e\xa9\x60\x50\x5f\x05\x2d\xc6\x87\x57\xb0\xa5\xaf\xc2\x16\x33\x13\x0f\x1c\x4a\x75\x68\x4b\xe2\xaf\xab\x83\xc8\xe4\x3a\x74\x32\x11\x5b\x59\x87\x2b\xaa\x18\xe9\x04\x7a\x57\x62\xa4\xeb\x20\x32\x20\xf1\xe1\xd5\xe1\xce\x2d\x46\x3a\x89\xc1\x2c\xc9\xd5\x4b\x8c\x74\x92\xb8\xa0\xc4\x3e\xd7\x71\xda\xbe\xa0\x57\xc0\x3e\xd7\x71\xda\x7b\x2c\x28\xc7\xe5\x73\x6b\x61\x1d\x70\x37\xd5\x71\xd9\xe4\xcb\xc7\x94\xa9\xa2\x87\xf6\x25\xae\xbe\x82\x7c\x7d\x15\x76\x9e\x7a\x71\xdb\x53\xb7\x9d\x5c\x34\xd9\x85\x17\x2a\xf6\x25\xa3\x93\xd5\xdb\x43\xef\x11\xd0\xbb\x3a\x34\x04\x84\x3e\x27\xe4\x6f\x75\xc0\x56\x51\x72\xb0\x27\x79\x0b\x4a\x0e\xf6\x02\x01\xdd\x0a\xd7\x61\x09\x7d\xae\x83\xab\xb7\x22\xdc\xb2\x8e\xcf\xf6\xad\x95\x77\x00\xa7\xa9\xe3\x53\x07\xb8\x6e\xa8\xed\x27\xf3\x73\x51\xef\x22\x02\xb3\x80\x46\xaf\x62\x2a\x5b\xd5\x76\xd5\xbb\x37\xab\x60\xef\x01\x1a\xbd\x8a\x4b\x59\x22\xe3\xf7\x00\x45\xb7\x02\x79\x57\xdd\xf5\x18\x5a\x76\x19\x9e\xaa\xab\xde\x7d\xf7\x55\xcc\xc1\xae\x11\xd1\x31\x43\x8b\x44\xa0\x05\x82\x7a\x15\x1d\x19\xfa\xd8\x01\xf2\x15\x78\xea\x25\xe3\x5d\xcd\x55\xc1\xd5\x45\xa0\x66\x81\xaa\xfe\xab\xce\x34\x28\x90\x77\xd5\x35\x4d\x3b\x81\x68\x85\x47\xb2\xba\x53\x43\xf6\xf6\x22\x50\xb3\x3a\x48\x8f\xea\x5c\xc6\x15\x41\x99\xd5\x87\xed\x0b\x9f\x4b\xda\x12\xfe\x5e\xf8\x7b\xc9\xef\xb9\xe0\x4a\xb7\x5e\x04\x5b\x56\xd7\x8c\x10\x02\x5d\xf8\x0b\xab\x3b\x11\xfa\x9a\x08\x03\x9f\x50\x75\x75\xbe\x63\xad\x16\xc9\x3a\xab\x73\xce\xaa\xce\x1a\x5c\x20\xe5\x4a\x56\xf6\x12\x29\x5d\x50\xbf\x15\x14\xed\x7f\x05\x39\xfb\x92\xd1\x14\xd7\xe5\xce\x39\xab\x9a\xa3\x0b\x59\x45\x81\x84\x6e\x45\xbc\x64\x75\xd7\x6a\x08\xdb\x97\x8c\x77\x55\xfa\xce\xba\x5c\x1c\xb0\xab\xbb\x2e\xc3\xe2\xbe\x64\xbc\x7b\xdb\xcd\xa0\x35\x8a\xcc\x9c\xd5\x1f\x47\x1c\xeb\xb7\xf0\x17\x56\x7f\xfc\x5c\x7c\x51\xd5\x1c\x36\xad\x8d\xfe\xfa\xbd\xcc\x71\xa1\xd2\x25\x8f\x7b\x41\xd0\x56\xfd\xf3\xb9\x4f\x59\xac\xf5\x46\x58\x74\x09\x81\x2e\x27\xef\xd0\x84\x85\x7e\xbd\x15\xd8\xb5\x1a\x1a\x0d\xa3\xd9\x7f\x4c\xb6\xe1\x2a\x3c\x58\x85\x0b\xdf\x60\x0d\xee\x87\x0b\xc4\xf4\x92\xad\x49\x34\xd4\xdc\xc1\x5d\x40\x41\xbc\x56\x60\xa4\x57\x71\x2a\xa3\x2d\xe0\x91\x6a\x70\x17\x5c\x00\xda\x6a\xa8\x7e\xd0\xb4\xb7\x65\xba\xfc\x7b\x9b\x1f\x2e\xdc\x43\x8d\xdd\x59\xa4\xe1\x6d\x5f\x05\xcd\xda\xd9\xe6\x07\xd7\xc7\x35\x38\x4c\x15\x61\x97\x35\x08\x9f\xaf\x31\x7c\x8e\x89\x27\x7d\x7b\x89\xa4\x5e\xb6\xcf\x92\x85\xdd\x81\x87\xa1\x9c\x8d\xc3\x03\x16\xe0\xe9\x56\xb8\x0e\x6b\x84\xcd\x4f\xdf\x65\xe6\x0d\xcd\x8b\x91\x7e\x26\xb3\x6c\x68\x33\x8f\xb4\x5e\x66\xd9\x48\xeb\x05\x55\x51\xb8\x0e\x4b\xfa\xf6\x12\x35\x5d\xb8\x09\x6b\x68\x34\x8f\xe9\x73\x2c\xd3\x43\x75\x1f\xd3\xee\xe5\x10\x27\xcd\x7b\x49\xf3\x5e\x80\xe0\x6a\x9c\x0e\xff\xe9\xbb\x0e\xbf\x46\xf3\x38\x6d\x0b\x6b\xb2\xd4\xef\x25\xf5\x7b\xed\xac\xc9\xe0\xaa\xff\x4a\x9a\xf7\xc2\x9d\x58\x43\x75\x1f\xaa\x36\x9c\x6e\x05\xe7\xfb\x2a\xe8\x17\x5c\x87\x05\xae\x7a\x15\xbb\x32\x9e\xc3\x87\x50\x83\xf5\xbc\x0e\xa6\xde\x78\xec\x3f\x0e\x76\x05\x08\xae\x86\xeb\xf9\x60\x3d\x2f\x52\x0a\xd4\x70\x3d\x17\x5e\x5d\x07\x26\xdb\xf8\x54\xb1\xcf\xe7\x1c\x37\xed\x10\xa1\xd4\x85\xeb\xb0\xc2\x29\x10\x9b\xef\xb2\x62\x86\x8b\x77\xe0\x43\x28\x5c\x87\x15\x9a\xd7\xe1\xb4\x20\xfe\xb2\xc2\x05\x3d\xb8\x0e\xab\x83\x71\x0b\xae\xc3\x2a\x9c\x16\xc7\x18\xc8\x2e\x65\x8f\xb2\x42\xc6\xf8\x42\xf7\xde\x0a\x77\x62\x85\xbe\x86\xc0\x88\x29\xe2\x2f\x2b\x70\xab\x95\xdc\xef\x75\x04\xed\x73\xaa\x08\xc3\x2e\xe2\x2f\x2b\x34\x6c\xe2\xf0\xdb\x38\x8b\x85\xce\x86\xe8\xbe\xcb\x54\x8e\x61\x9b\x87\xdf\x8b\xd5\x1d\xb8\x68\x4b\x4e\xf7\x22\x55\x40\x89\xaf\x2e\xf1\xd5\x45\xea\xce\x82\xcc\x7d\x15\xa1\x8c\x77\xc3\xbe\xc2\xac\x2e\xdc\x64\x15\xe1\xb7\x71\xe5\x50\x80\xd4\x2a\x3c\x3f\x42\xed\xbe\x64\xbc\xeb\x8a\x0e\xce\xba\x15\x54\x6a\x15\xe5\xb7\xb9\x7c\x03\x3e\xab\x98\xb6\xcf\xa5\xba\x3b\x46\x1e\x0c\xe3\xf4\x39\x8e\xcb\x02\xa7\x4b\x0e\xf6\xb5\x19\x21\xb3\x5f\x5c\xbe\xa1\x4d\xab\xb8\x6c\x0b\x37\xc3\xd5\x1d\xa3\xcb\x71\xbb\x6c\x0b\x0e\x12\xc1\xd4\x05\xc5\x7a\x5b\x9b\xd6\x92\xc1\x2b\x54\xf2\xad\x17\x81\x95\x05\x62\x7a\x15\x8c\x2f\x3e\xb1\x8a\xc7\x3a\x1e\x9f\x73\x8c\x1e\xdb\xc7\x01\xb2\xf0\x93\x95\x60\xea\x12\x4c\x5d\x04\x5b\x56\xbc\xf6\xbd\x7a\x0f\xbf\x5a\xc1\xbe\xbe\x0a\xfb\xcf\xf1\x7d\xd5\x0d\x70\x13\x6b\x13\x5c\x32\x97\xf9\x58\xa6\xb9\x37\x3b\x25\x0e\xbb\xc4\x61\x17\x19\x43\x0b\x00\xf6\x2a\xac\x96\x95\x5a\x6e\xf5\x02\x7a\xdd\x0a\x3c\x5a\xa5\x4e\x8e\xc4\xc9\x51\x83\x95\x5a\xd0\x75\x41\xb1\xbe\x64\xab\x29\xa9\x3a\x43\xa7\xde\x4a\xd7\x59\x12\x10\x53\x49\xe4\x62\x11\x94\x59\x82\xae\x2b\x41\x06\xad\xcd\x03\x99\xef\x6a\xb4\x80\x5b\x2b\x39\xd8\x4b\x0e\xf6\xd2\x77\x96\xe0\xe5\x2a\xdd\x21\x06\xb6\x52\x92\xc1\xab\x12\x1f\x5b\xe9\x4f\x4b\x0f\xa5\xe0\xb6\x5b\x0d\x2c\xeb\x74\x2a\x88\xc8\x2e\xc0\x6c\x25\x07\x7b\xc9\xc1\x5e\x83\x25\x3b\xdd\x16\x40\x61\x2f\x19\xcf\xb9\x2d\x80\xb8\x6e\x45\x04\x66\x25\xb7\xca\x05\xd7\xfa\x92\xd1\x16\x0d\x19\x10\xd7\x4b\x46\x5b\xd2\xe7\xd2\xef\xe0\x28\x95\x5a\xf9\xa0\xb0\x5b\x91\x26\xb4\x12\x2c\x6a\xe5\x32\xf6\x93\xfc\xd0\x95\xee\x00\xa9\x0d\x34\xd0\x16\x11\xd9\x95\x1c\x30\x0b\x62\xb4\xca\xf2\xe7\xea\xf7\x73\x54\xeb\x2c\x4a\x67\x91\xae\xb8\xd4\xf0\x4f\x8d\xa0\x81\x4d\x95\xd3\xee\x9b\x36\x99\x55\x3c\xdd\x15\xe4\x67\xaf\xc1\x2a\x2e\x4c\xbb\xf2\xb4\x5e\xac\xe8\x3c\xad\x97\x4b\xba\xb5\x80\x2e\x99\x86\x91\x30\xed\x0a\x56\x76\x61\xda\x95\xce\x2c\x80\x6e\x95\x9e\x10\xd2\x99\x15\x7e\xaf\x33\x2b\x9d\x59\xd1\xfe\x8d\xbf\xab\x74\xe2\xa5\x13\x4f\xb7\x5c\xea\x35\x4c\xee\xf5\x4a\xb7\x5c\x6a\x4b\xe5\x63\x53\xd5\x1c\x27\x5e\x3e\x36\x41\x8d\xd0\x96\x4a\x6d\x29\xb0\x71\x25\x6d\x7c\xe5\x6b\xf3\xd5\x92\xcf\xcf\x04\xd1\x5a\xe0\xe0\x2a\x3d\x40\x88\x00\xaf\xc0\xc3\x93\x6e\x42\xe9\x26\xa4\xaf\x2e\xdd\x84\xd2\x99\x17\x2c\x3e\xe5\x26\x54\x9b\xf5\xb2\x41\x94\x2e\xc7\xf2\x04\x01\x49\x5a\x95\xb3\xb1\x36\xdb\xcc\xe2\x23\x2a\xbc\xaa\xf9\x6d\x68\x93\xb0\xf0\x82\x65\x7e\xc9\xd6\x30\x94\x76\x58\x39\xcb\x82\x45\xa5\xf4\xe8\x00\xf1\x6e\x45\x6c\x67\xd5\xe1\xef\x1d\xb6\x99\xe1\x2f\x37\x97\x3a\xac\x97\x4d\x43\xc0\x77\x15\x6e\x9e\x82\xd4\xac\xca\xa3\x41\xe1\xb5\x2e\x30\x74\x55\x7a\xad\xcb\x19\x05\x86\xae\xca\x53\x73\x79\x34\x20\x4d\x67\x89\xee\xae\xf2\x68\x90\xac\x0c\x05\x31\x70\x89\xee\xae\xc4\x70\x83\x95\x7e\x15\xbe\x8b\xb7\xae\xf4\x64\x17\xfe\x99\x02\x1c\x57\xe5\x54\x29\xa7\x0a\x64\x65\x55\x4e\x95\x72\xaa\x64\xa7\x0f\x9c\x2a\xc5\x19\xb9\xf4\xe0\x95\x3e\x9b\xe2\x8c\x5c\x7a\xf0\x6a\xfa\x6d\x6e\x42\xc9\xe6\x22\xe2\xbb\x24\xac\xaf\x74\x2c\xdd\x84\xca\x69\x41\x9a\xce\x12\xf1\x5d\x75\xf9\x6d\x1c\x85\xca\x4d\xa8\x34\xaa\x88\x86\xa8\xd2\x33\x5e\x97\x75\x38\x6e\x97\x75\x68\x68\xe9\x89\x93\xc4\xbe\x44\x81\x57\xb2\x19\x94\x1e\x4b\x51\xe0\x45\x34\x68\x95\xfe\x9e\x72\x7e\xe8\x9e\x2b\x0f\xd3\x92\xdd\x17\x80\xb9\x12\x05\x5e\xe5\xc6\x04\x60\xae\xea\xb1\x4f\x35\xc8\x52\x3d\x70\x63\x82\xf3\x7e\xc9\x18\x23\xe7\x47\x11\x7a\x5f\x44\x97\x96\xc8\xf0\x2a\x62\xe0\x8a\x7c\x04\x25\xe2\xbb\xca\x5d\x08\x46\xb4\x2a\x4f\xd3\xe5\x99\x84\x7c\x04\x35\x9d\x0b\x13\x97\x7c\xc1\x88\x56\x53\x97\x3c\x80\xee\x25\x9b\xc8\x4a\x19\xba\x46\x8a\xcf\x9a\xce\x8f\xe9\xfc\x20\x71\x41\x89\xee\x2e\xd1\xdd\x45\x3a\xcf\x9a\xce\x8f\xe9\x6e\x45\x18\x6a\x4d\xf8\x5a\x6a\x72\xd1\xb3\xb4\x1b\x59\x28\xb3\x0e\x76\x03\xe8\xf0\x57\x61\x1d\x18\xf0\xd3\xa3\xf3\x74\x17\x82\xfd\xac\xa6\xbb\xd0\xf4\xec\x02\xda\xae\x44\x77\xd7\x74\xce\x90\xe2\xb3\xa6\xae\xd1\xe9\xce\x04\xda\xae\x66\xf7\xdb\x40\x77\x17\x8c\x68\x35\xf5\xe7\xcb\x62\x5f\x3a\xd1\x64\xb1\x2f\x10\xdd\x4b\xc6\x73\xee\x42\x20\xba\x5b\x81\x98\xab\xa9\xfb\x69\x72\xfb\x53\x7a\xc7\x84\x77\xd7\xf4\x70\x02\x3c\xae\xa6\x73\x6b\xba\x33\x01\x8f\xab\xe9\xe1\x64\x02\x6e\x5d\x43\xb0\x64\x65\x9f\x82\x0b\x29\xbd\x68\xb2\xd8\xd7\x74\x6e\x01\x8f\x2b\xb0\xde\xab\xf0\x5d\xc7\x72\x5a\xaf\x5b\x13\xe1\xaa\x35\xdd\x9a\xa6\xf3\x6d\x3a\x96\xfa\xa4\xa6\x67\x71\x92\x1e\xd4\xf4\x2c\x2e\x34\xbc\x26\x6b\xf6\x3c\xad\x17\x30\x54\x81\x71\xab\xa9\xd1\x37\x35\xfa\x08\x57\xad\xe9\xd6\x34\x3d\xb3\x4f\xc7\x52\xdf\x95\xd4\xf6\x05\x6f\x59\x49\x6d\x5f\xd3\xed\x4a\x3f\xda\xd4\x10\x84\xe1\x7e\xc9\xf8\x3d\x0f\x36\x93\xdb\xfa\xce\x66\x2f\x82\xbc\x20\xb8\x8f\xee\xe8\x3e\xd6\xe0\x29\x7e\xaa\x05\x9e\xe2\x01\x85\xb7\x82\xf1\xac\xa6\xf7\x5a\xa2\xc1\x0b\x76\xb3\x9a\x9e\xe2\xe7\x6b\x8f\x62\x56\x4e\xdd\xb0\x53\xd7\x95\xae\xb5\xe9\x6e\x34\x3f\xdf\xc5\x28\x10\x35\x5e\x22\xc4\x8b\x08\xd6\x12\x21\x5e\xa7\xb3\x88\x08\xd6\x3a\xb9\xdb\x2f\x89\xed\x8b\x68\xd5\x3a\xf5\x49\x41\x5c\xdf\x26\xd1\xaa\x75\x82\x28\x29\x51\xde\x93\xb4\x9e\x75\x3a\x3b\x4e\x66\xc7\x24\x32\xb5\x64\xb1\xaf\x93\xe3\xca\xdc\x1a\xf5\x7a\x5c\x11\xf9\x3d\xc9\x83\x50\x52\xd7\xd7\x89\x7d\x37\xb7\xff\xc9\x66\x7f\xba\x31\x9d\x87\xd5\xa1\x38\x32\xdb\xd7\x89\xa9\x37\x09\x66\x2d\x99\xed\xeb\xec\x56\x87\xe2\x9c\x4e\x3c\x41\xe5\x93\x00\xd7\x92\xd9\xbe\xce\xee\xbb\x6c\x1a\xa7\x27\x21\x59\xec\x27\x11\xa9\x75\x7a\x69\x76\x0e\xbb\xa3\xfb\xdc\xad\xcc\x77\x39\x7d\x9c\x7a\x0a\x04\x9a\x4f\xf2\x29\x14\x34\xf7\xab\xb0\x5e\x8c\x82\xd3\x09\x2a\xf8\x7c\xea\x53\x3b\xd3\x7a\xf3\x27\xa3\xcd\x6e\x6a\xb2\xdd\x4f\xfd\x6c\xb2\xdd\x97\x48\xf3\xa9\x9f\xed\xf4\x22\x42\xb6\xfb\xb9\xe1\xc1\x3f\x75\x06\x8b\x3e\x9f\xfa\xde\x44\x9f\x97\xe8\xf3\xb9\xa1\x4e\xe7\x74\xf8\xd7\x64\x2c\xfd\xc3\xa7\x87\xad\x73\xda\x05\x68\x18\x48\xf4\x55\xf8\xb9\x68\xd8\xa9\xf9\x77\x9e\x36\x0f\xa7\x80\xc4\xf6\xff\x37\x63\xe7\x92\xeb\x3f\x6e\x44\xe7\x79\xaf\xa2\x77\x10\x89\x7a\x90\x07\xf8\x23\x93\x8c\x93\x3d\x48\x14\x09\x78\x60\xbb\xd1\xb1\xf7\x1f\xf0\xfb\xee\x24\x9e\xb4\x07\x17\xc2\x2d\x88\x3f\x3e\x54\x2c\x56\x15\x0f\x0f\x1b\xb8\xf4\x25\xa3\x1b\xce\x31\x01\xe9\xd9\xb0\x47\x02\xd2\xdb\xf3\xda\x5d\xfc\x0e\x18\xed\xd7\xc3\xdf\x23\x22\x79\x5c\xfb\x04\xa9\x07\xde\xb4\x26\x48\xbd\x3d\x9c\x66\x0d\x17\x90\xb6\xc7\x9c\xda\xc3\x5e\x47\x80\x08\xb6\xc7\x99\x27\x70\x3d\xe6\xf2\x40\xac\xaf\x07\x9f\x72\x57\x3b\x9d\x79\x60\xd5\x97\x8c\x36\xbb\x01\xf2\x0c\xdf\x23\xc9\xf0\x0c\xdf\x03\x5f\x1b\x30\x82\x4d\x52\xfc\x26\x48\x3d\xc0\x6c\xda\xeb\xba\x24\xb1\x7d\xcc\xef\x49\x6c\xdf\x5e\x4e\x22\x05\x3c\x60\x7b\x9d\x79\x22\xcd\xb3\x63\xa3\x5e\x33\xbf\x6f\xb1\x0e\xd6\x96\xd7\x75\x09\x2e\xfb\x3d\x1c\x71\x6d\xaf\xa9\xdf\xb7\xd8\x3e\xd4\xe5\x75\x96\xbd\x9c\xd7\x0e\x5c\x6a\x4d\xa4\x79\x7b\xf1\xe5\xb2\xa3\x1a\xaf\xfb\xc7\xaf\x53\x86\x4b\x19\x9a\xe8\xf3\xf6\x9e\xbe\x87\x0f\x29\x89\x7d\x7b\x9d\x1e\x46\x92\xaf\xdb\x73\xef\x65\x5b\xf8\xbe\xaf\x29\xdd\x57\x15\xe7\x02\x86\xf6\xaa\xe2\x2f\x49\x81\xc0\x91\xd6\xde\xfb\xe7\xbd\xa1\x6c\x7d\xcb\xd7\xe8\x08\x10\xfa\x92\x05\xd9\xa5\x8c\x6f\xc9\x81\xd5\xf6\x56\xc7\x14\xff\x2e\x5c\x22\xda\x5e\xf7\x45\x5e\x8e\x22\xc5\x44\x9f\x28\xf5\xf6\x92\x50\x08\x97\x2d\xb4\xd7\xa9\xf0\xb2\x2f\x12\x93\x7a\xaf\x39\x62\xd9\xee\x03\x1e\xb0\xbd\xfa\x77\x22\xd2\x53\xd8\x69\x12\x69\xde\x40\x9a\x9f\xdc\x15\xd4\x5e\x37\x90\x01\x92\x9f\x90\x41\x34\xc1\xe2\x0d\xb0\xf8\xe9\xe2\xfa\x1a\xfd\x03\x0f\x3f\x1b\x3a\xfa\xaa\x7b\xef\xb2\xfa\x67\x1c\x12\x55\x0f\x54\xf8\xe9\xca\xfa\xaa\x79\x30\xc9\x9f\xdc\x1c\xd4\xba\x8a\xd2\x97\x89\x3e\xa1\x72\x68\x5d\x9f\xa6\xef\x37\xa2\x1b\x11\xbf\xd5\xcb\xbe\x44\xf4\xa8\x1b\x6b\xf7\x65\x92\x4f\x17\xc6\xae\x92\xf4\xe5\xbc\xc8\xe7\xd9\xba\x96\xb8\x2f\x4b\x2c\x9d\x67\xeb\x06\xda\x50\xc4\x9f\xae\x94\xdd\x38\xbb\x6b\x54\x0b\x2b\x60\xd7\xa8\x4a\x03\x1f\xd3\x91\x5d\xad\x11\xa9\x1d\x50\x8b\xad\x73\x8e\xa1\x49\x0d\x1f\xae\x98\x68\x52\xc3\xb7\xce\x31\xd0\x70\x1e\xa3\x75\x8d\x6f\xbf\xfc\x7a\x58\x9e\xee\x5e\x5a\xd7\xa8\x16\xd2\x23\xdd\x34\x14\x34\xf0\x7b\x0a\xde\x6f\x77\x27\xb7\x83\x0a\x4c\xe1\xbb\xf4\xea\x28\x01\x4f\x48\xc1\x9b\xe9\x6e\x2c\x74\x82\xea\x1c\x58\x8a\x6e\x1a\xaa\xb3\xc3\x16\x53\x8f\xdd\xe8\x41\x18\x77\x60\x90\x6b\xf2\xc0\x37\x90\xdb\x4b\x46\xdf\x4c\xb5\x76\xad\xe5\x41\x84\x22\x8c\xbb\x41\xfd\xbe\x64\xbc\x67\x00\x0d\x72\x7b\x0f\xa7\x6d\x5b\xd7\x5a\x76\xbc\x94\x98\xa2\xec\x7a\xec\x9d\xe8\x35\x87\x9f\x43\xef\xbc\xe3\x2f\x84\x6b\x22\x5a\x57\x4f\xc0\x46\xef\xe1\x2c\x6c\xeb\xe2\x09\xfa\xb4\x7d\x2c\x18\x5d\xaf\xbb\x4f\xdf\xe3\x7b\x7c\x7a\xd8\xb2\xb0\xe7\x20\xf2\x80\x7e\x7d\x3d\xec\x07\x90\x0f\x91\xd2\xed\x23\xbd\x99\x03\x8f\xf3\x33\xda\xfc\xf4\x0d\x0e\xb6\xe2\x3e\x35\xe8\x03\xe6\xc7\x31\xd0\xf6\xe9\xd4\x7e\xcb\xa9\xbd\xcf\xeb\xaf\xf1\xf5\xed\xd3\xe5\xfd\xb8\x62\x1d\x98\x5a\x13\x09\xdd\x3e\x22\xc7\x1c\xac\x1c\x9f\xe9\xc6\x4f\xcb\x72\xb0\x4a\x7c\xa6\xd9\x01\x3a\x2f\xd9\xea\xf7\xa7\x65\xf9\xd4\x07\x53\x9a\x9f\x56\x44\x84\x73\xb8\x45\xa2\x7d\xcd\xb6\xbb\x78\x42\x29\xd7\x3e\xbf\xfd\xa7\x15\xe1\x76\x88\xf6\xe9\xc9\xca\x76\x9e\x93\xfd\xbc\xcf\xd4\xfb\xa7\x3e\x70\xc6\xb6\x49\x77\xde\x3e\x38\x1e\x02\xcd\x5c\xfb\xdc\x69\xfa\x48\xbd\x87\x5b\x52\xdb\x67\x92\xe5\x7b\x6c\x1f\xf3\x55\x24\x74\x03\xfc\xbc\x64\x37\x32\x74\x09\x76\xf4\x3d\xdc\xd1\xd8\xa4\x40\x6f\x22\xa1\x73\xb2\x4a\x88\x84\x6e\x5f\xf7\xf7\x58\xc9\x3f\x23\x42\xe9\xce\x63\x4a\xf3\xd3\x45\xfd\xfa\xfc\x9f\xbf\x8b\xf2\x6b\xb2\x9d\x37\xd9\xce\x03\x7d\x5c\xfb\x54\xb9\x6f\x79\xaa\xf5\xa7\xa4\xf6\xeb\x53\x0b\x4f\x66\xf1\x67\x3c\x08\x0f\xfa\x1e\x13\x9f\x9f\x89\x4a\x78\xd0\x97\x8c\x9f\x03\x07\xdd\xc4\x41\xe7\xc4\x7f\xf8\xf4\x5a\xbf\xf9\x53\x96\xaf\x66\xbe\x04\x6c\x74\x3d\x09\x7b\x3e\x37\x57\x85\x46\x07\x7c\x60\x13\x1a\xdd\xe4\x49\x0f\xf8\xc0\x26\x4f\x7a\x1b\x9b\x03\x4f\x92\x73\xb8\x95\x35\x36\xab\xc5\xb9\x1d\x2a\xb5\xdc\xe9\xe1\x20\x6e\x1b\x6e\x6f\xc9\x93\x1e\x2e\x91\x68\x42\xa8\xdb\x20\x3f\x1f\x2e\x91\x68\x42\xa8\x9b\x3c\xe9\x11\x33\x38\x54\xfe\xa1\x23\x6b\x42\x73\xb8\xbb\x3a\x5c\x76\x05\x03\xca\x93\xde\xc6\x61\x1d\x98\xf1\xe1\xf6\x16\xe8\xea\x25\xa3\x7d\xa6\x55\x40\x57\x57\x53\xba\x52\xa7\xb7\x41\x84\x18\x73\x9c\x43\x9b\x3a\xd8\x70\x8d\x98\xc1\xe1\x7c\x81\x4e\xbd\x9e\x4c\x17\xd9\xd4\xdb\xd0\xcc\x5e\x07\xa3\xa7\x99\x1d\x97\xad\x63\xa1\x1b\xa6\x38\x07\xe9\xcc\x5c\xa8\xd9\xd0\x77\x1d\x2e\xec\x9c\xe1\x6d\xc3\x85\x5d\x40\x76\x4c\x85\xc2\xb7\xbe\x1e\xaf\xb2\xf5\xc1\x47\xf5\x3d\x6e\x70\x8d\xa9\xd0\xa1\xef\x3a\xf4\x5d\x85\x1b\x0e\xa7\xdf\xd0\xf4\x0a\x37\x1c\x9a\x54\xf0\xd6\x7b\x20\x9e\x6b\x83\x83\x03\x0d\x06\xf5\x3d\x90\xcc\xb5\x61\x30\x28\x75\x7a\xcc\x71\x0e\x83\x41\xa9\xd3\x73\xa9\x2d\x9a\x59\xa9\xd3\x23\x04\x71\x18\x0c\x8e\xd7\xaf\xeb\x58\xe9\xa8\x4a\xa7\x9e\x4b\x0d\x32\xf0\x1b\xaf\x5f\x08\xd3\x32\xcc\x53\x0e\x50\x0b\xe1\x30\x6f\x1b\x26\x1d\x07\x49\x95\x40\x46\xd7\x86\xd9\xfe\xa1\xb3\x29\xde\x70\x98\x74\x1c\xc0\xc5\x62\xc2\x52\x8c\x77\x1b\x64\xfb\x73\xab\x05\x4e\xa2\xa1\x03\x2a\x68\x70\x18\xfa\x49\xb1\x1e\x2e\x75\x68\xc3\xa4\xe3\x20\xa9\x92\x9b\xe5\x62\x3a\x3b\x26\xc9\xc4\x98\x88\x14\xd5\xdd\x40\x72\xef\x31\xe9\x28\x4d\x7a\x9b\x9a\x72\x0e\xe4\xb6\xa9\x03\x0a\x4d\x7a\x0e\x86\x7e\x3a\x11\x26\x79\x91\x88\x23\x9c\xee\xdf\xca\x9c\x9e\xfb\xe7\x3d\xab\x28\x76\x8d\x15\x64\x1e\x96\xd5\x27\xe5\xc2\x85\x26\xc3\x7a\x9b\x87\x4d\xe6\xb3\xc9\xb0\xde\xe6\x61\x53\xf0\x2b\xa7\xf9\x13\x59\xd7\x23\x6a\x70\x9a\xc5\x17\x3d\x9e\x9b\xcf\x36\xcd\x39\x4e\x7d\x57\x73\x98\x53\x2f\x64\xb2\xf1\x15\x2e\x66\x68\xd3\xcc\xbe\xf0\xf1\x70\xe6\xb7\xc9\xa1\xde\x84\x8f\x07\x7e\xba\x36\x5d\x39\x66\xe5\xd6\x23\x16\x47\xa1\xe0\x0d\x28\xb8\xdc\x11\x6d\x9a\xc3\x07\x10\x2e\x75\x44\x93\x18\xbd\x4d\x6f\x55\xb2\x5f\x7a\x0c\x40\xbf\xef\x03\x3b\x35\x35\xfc\x53\xc3\x2f\x00\x71\x6a\xf8\x61\x38\x5f\x32\x2a\xe0\x18\x41\x9b\x68\xf2\x6e\xcb\x54\x50\x59\xcc\xc3\xb1\xe0\x26\x8b\x79\x93\xc5\x3c\xb0\xdf\x35\xe1\xdd\x6d\x92\xad\x88\x38\xc5\x29\x6a\x6c\x92\x45\x4c\x65\xd2\x83\xeb\x5e\x0f\x46\xb8\x12\xec\x0a\xe5\x6e\x42\xb9\xc3\xb1\xe0\x36\x55\xd0\x69\x84\x54\x99\xf4\xd3\x6d\xa6\xa9\xf5\xae\xd7\x7f\x11\xbf\x4f\x5d\x91\x09\x32\x2c\xe2\x18\xa7\x09\xc0\x39\x6d\xea\xed\x4f\xab\x83\x5a\x7c\xc8\xf6\x22\xaa\x3b\x12\x95\xa7\x2e\x3b\x11\x89\xc5\xb3\x19\x18\xc1\x9c\x17\x20\xd9\xeb\xe1\xef\x2d\x25\x0c\x98\xec\xf5\xb0\xf9\x6d\x47\x76\x28\x3b\x95\x51\x16\xaf\x37\x70\x8e\x5f\x59\xeb\x5b\x44\x70\x47\x04\x77\xc8\xa9\x46\xae\xf1\x6c\x7a\xc2\x1c\x42\x8e\x5c\xe3\xd9\xb4\xd0\x75\x99\x8e\x6c\x38\x34\xd9\x4e\xcb\x86\x6e\x60\xa1\x03\xe5\xb8\x34\x65\x91\x56\x3c\xdb\xf5\xf3\x1a\x3f\x47\xda\x3b\x1b\x69\xef\x40\xce\x17\xb8\xc3\xd7\xa3\x2b\xa3\x79\xb7\x4d\x21\x85\x17\x90\x91\xd9\x9a\x4d\x01\x25\x93\xb6\x1c\x95\x6c\x38\x2f\xd9\x48\xc3\xa5\x15\x46\x80\xfd\xd3\x6c\x5a\xd4\x76\x50\xf6\x71\x44\xd5\xc3\x76\x30\x2a\x8f\x23\xaa\x45\x6d\x07\x6d\x79\xfd\x3d\x28\x92\x03\x7c\x31\xf0\x7f\xff\xca\xa6\x82\x91\x2a\xcd\x46\x60\x94\x8d\x1d\x9d\x00\x69\xcc\xd6\x1d\x16\xad\x67\x3b\xe9\x2f\x4e\x6f\x36\x15\x91\xc3\xca\xd9\x3e\xdb\xf2\xd9\x8f\x8b\x7a\x3f\xcb\x6a\x51\x81\x34\x06\xd4\xf7\x7a\xd8\xe6\x9b\x36\x0f\xc7\x54\xeb\xd9\xd4\x96\xa9\x16\xe8\x1c\x83\x5f\x0c\x3c\xe1\xeb\xe1\x38\x57\xda\x3c\x2d\xab\x46\x82\x5f\x8c\x28\xf1\x88\x12\x4f\x43\x83\x44\x84\x47\x44\x78\xc0\x2f\x66\x07\xd3\x98\x7d\xff\x79\x6f\x7d\xa3\x7d\xf7\xbd\xdd\xf7\xa2\xec\xe7\x3d\xfb\xcb\x37\x17\x12\x9e\x5d\x7f\x83\xf8\x30\xbb\x1a\xbe\x83\x07\x08\x01\x62\x76\x8e\x6c\x65\x57\xc3\x89\x10\x23\x5d\x78\x76\xfd\x0d\xd2\xac\xd9\xf1\x37\xb2\x03\x6a\x0c\x60\xc5\xc0\x27\xbe\x1e\x8c\x55\x0a\xef\xb1\x3d\x13\x98\xc4\x2b\x7e\x6d\x64\x10\xcf\x7e\x59\xed\x41\x77\x2f\xab\x35\x36\xe3\x74\x71\x84\x8e\x67\xbf\x6c\xca\xc1\xcf\x5d\x76\xc3\x78\x0d\x04\x63\x76\xd5\x79\xd7\x69\x00\xc1\x98\xbd\x3a\x04\x46\xf4\x9c\x38\x0e\x98\xf1\xf5\x18\xab\x29\x85\xde\x36\x47\x5e\xff\x80\x64\x6c\xc0\x8c\xaf\xc7\x54\x46\x93\x63\x93\x63\xcf\x6e\xde\x8b\xa3\xa2\x1f\xc1\xc1\xe4\xec\xb1\x8a\xc7\x51\x46\x33\xc0\x91\xaf\xc7\xb1\xaa\x3d\x14\x39\x50\x2a\x7d\x2a\x2d\x7e\x7e\x8a\x32\x50\x76\xec\xb5\x75\xe0\x08\x42\xe2\x35\x52\x8a\x47\x80\x79\xa2\xae\xbc\x0e\x94\x5e\x44\xd4\x95\xcf\x5a\x97\x9a\x87\xf4\x71\xa4\xf8\x8e\x14\xdf\x21\x17\x1b\x80\xe5\xbf\x22\x96\x3c\xc0\x17\xb3\xe3\x1c\x04\x2c\x79\xd9\x36\x55\x65\x58\x76\x9e\xca\x28\x3b\xad\x76\x19\xd2\xb2\x6d\xa8\x00\x88\xf1\xf5\x38\x90\xad\xa5\x26\xf0\x78\xaf\x47\x55\x76\x23\x7b\x94\x75\x65\x94\xdd\x2d\xbb\x5b\x16\xf3\x50\x70\x22\x52\x96\x2a\x2f\xd9\x85\x0c\x1d\x28\xa5\x20\x3b\x79\x4f\xb5\x85\xd5\x7b\xc9\x56\x3f\x0a\x6c\x53\x29\x87\xef\x31\xc5\x8b\x46\xb8\x1c\xf6\x6d\x45\x1e\x29\xaa\x32\x58\xf3\x25\xa3\x2d\xa7\x65\x4f\xfb\xbb\x16\x8e\x80\x2e\x5f\x0f\xfb\x71\xf3\x7b\xa7\xfd\x38\x2d\x8b\x55\x97\x0a\x3c\x60\xcd\xcb\x46\x22\x34\xe5\xb2\x6f\x97\xbf\xc7\x62\x52\xd4\xf9\xb2\x74\x7e\xc9\x28\x4b\xe2\x37\xe5\xb2\x1f\x95\xb6\xa8\xf3\xe5\xde\x91\xf1\xc9\xa5\x11\x0f\x34\xe2\x4b\xc6\x38\xe3\x3c\xa7\x2c\x47\x79\xc9\xf8\xbd\xdb\xdf\xbb\xbf\xa5\x06\x2c\x26\xe5\xb6\x79\xd5\x61\x66\x31\x11\x94\x9e\x52\xed\x1a\x6a\x00\x1a\x7d\x3d\xc6\x92\x91\xf4\x0c\x68\xf4\xf5\x28\xca\x18\x82\xe6\xb0\xb4\x4f\x19\x65\x9b\x4d\x0e\x43\x40\xd2\x33\x85\x4d\x98\x40\x19\xbe\x64\xb4\xc5\xf9\x52\x82\x0a\xed\xe5\xaf\x71\xf6\x81\x4a\x7c\x3d\x6c\x02\x46\xa6\x3c\x56\xf7\x5a\xdd\x41\x53\x5f\x47\xfc\xbd\x95\x31\x42\xaf\xd5\x75\xdf\xc3\x52\x48\x0b\x1e\xa0\xeb\x4b\x46\xf3\xfb\xcf\x7b\x76\x9d\x05\xa3\xb0\xaf\x99\xf2\xed\xca\xf8\x82\x9f\x5f\xe1\xeb\xca\x18\x8e\xe1\x7b\xc3\xf6\x61\x02\xe0\x08\x5f\x0f\xdf\x63\xbe\x0b\x6e\x0f\x78\xf6\x25\xe3\xf7\x5c\x1c\xa0\x0a\x5f\x32\xda\x32\x6d\x8b\xb3\x8c\x3b\x27\x72\x38\xcb\x8e\xcd\xb2\x4c\xf8\xc3\x05\xe3\xe0\x78\x3a\x91\x53\xe0\x12\x5f\x8f\x9f\xa2\x6b\xc4\x01\xbf\xaf\x07\x8a\xc8\xdd\xb5\x39\x9c\x64\xc7\x5e\x95\xf9\x5e\x57\xc6\x10\x70\xe4\x3a\xd2\x87\xe7\x28\x97\x32\xaa\x2d\xd6\x51\x1e\x65\x94\x2d\x96\x75\x32\x42\x30\x9c\x43\x2f\xe9\x38\x76\x65\x07\xb2\x53\x99\xbf\xb7\xf3\x7b\xba\x44\xe0\xe8\x97\x6c\x0d\x81\x60\xf9\x00\x96\x2f\x1b\x58\xca\x1c\xba\x3f\x60\xe6\x97\x8c\x7e\x38\xf1\x60\x11\x2f\x1b\x47\xb3\x23\x80\x3e\xc7\x55\x95\xf1\x9e\x3e\xd1\x71\x59\x76\x45\xa3\x39\x9c\x78\xc7\x6d\x59\x7c\x8e\xc3\x85\xe5\x58\x0b\x4b\xd9\x0a\xab\x83\x48\xfb\x1c\xf7\x54\xb6\xd4\xea\xc0\xa5\x0f\xd4\xe3\x4b\x46\x1d\xd5\xcf\x51\x99\xdc\x24\x2f\x73\x90\x1c\xcc\x51\xed\xdb\x6d\x59\x54\x17\xa6\xf2\x25\xa3\xac\x3e\x16\x14\xe5\x65\x2b\xa8\x0b\x58\xfc\xf5\xf0\xf7\x50\x17\x21\xf9\x39\x9a\xdf\x08\x6f\x14\xbe\xf2\xf5\x70\xac\x30\x20\xc2\xef\x03\xf5\x78\xd9\x20\x1e\xcc\xe1\x12\x74\x3c\xbe\x17\xca\xbe\xf6\xe3\x45\x75\x0f\xbf\xb9\xeb\xcd\xf1\x56\x65\xb4\xf9\xf5\xf7\xde\xa1\x8c\xdf\xeb\xd6\xdb\x2d\xbb\x33\x7e\xdd\x3a\xfa\xad\x8c\x3a\xba\xdf\xe8\x63\x0a\x72\x25\x46\xa4\x1e\xcf\xf1\x5d\xca\xe8\xdb\x67\x1d\xdf\xab\x8c\x71\xf9\xfc\x46\xdf\x32\x66\x9c\x09\xcc\xe1\x5a\x75\x0c\x9b\xc7\xcc\x3f\x74\xcf\x0e\xd7\x2a\x18\x05\x23\xae\x3e\x87\xb3\x88\x1c\x67\x64\x1e\x0f\xcc\xe3\x65\x03\x4a\x99\x93\x3d\xcc\x9c\xdb\xa3\xac\x21\xeb\xca\x2c\x8b\xdd\x3f\x49\xe9\xe4\x74\xca\x1c\xd8\xf8\x53\xb7\x0b\x02\xf2\x25\x3b\x90\x0d\x65\x96\xa5\xcd\x50\x93\xaf\x87\xdd\x65\x96\x9f\xec\x75\xe6\x5c\xf1\x85\x39\x93\x88\xbf\xcf\xe9\x2c\x3a\x88\x21\x4e\xa0\x6c\x39\x9d\x45\xdc\x8f\x1b\xb1\xf6\x01\x6b\x5f\x36\x2e\xc3\xcd\xe9\x92\x76\x3a\x8b\x48\x63\xe6\x3c\xed\xee\x79\x28\xa3\xac\x81\xc5\x79\xa2\x55\x27\x36\xfe\x24\xf5\x93\xf3\xda\x95\xf1\x9e\xb3\xe8\xbc\xe8\x06\x29\xcb\x9c\xb7\xdd\xb8\x19\x3e\x52\x91\x39\x9d\x31\xe7\xfd\x28\xa3\xac\xeb\xcd\xe9\x8c\xe1\x10\x72\x4e\x80\x00\x39\xeb\xad\x8c\xfe\xea\xb2\x01\xcd\x2f\x1b\x87\x90\x23\x53\x79\x60\x27\x5f\x32\xca\x3a\x3b\x80\xe6\xdf\xd5\x6e\x18\x80\xc0\x54\x7e\x03\x07\x89\x30\xfd\x9c\x6b\x3a\xdc\x86\x38\x22\xf2\x73\xa6\x2f\x11\xd1\xcc\xf9\xd8\x8e\x35\x19\x64\x54\xca\xe9\x5a\x02\x04\x5f\x42\xa5\x9c\xce\x81\x73\xc5\xbd\x37\x48\x90\x9c\x86\x28\xe7\x4b\x8d\xf6\xd3\xc8\x03\xac\xfd\xcd\xd9\xac\x48\x3d\x9e\x73\xe9\xf7\xdd\xf0\xe9\x4e\x97\x0c\xd0\xf7\x65\x83\x84\x30\xb2\x91\x07\xf4\xfd\x6d\xb8\x73\xea\x97\x9d\x83\x56\xb0\x28\x9d\x43\xd5\x5c\x1a\x7f\xb7\x8b\xb7\xd8\xc1\xcf\x39\x1a\x22\x7e\x6b\xfc\x14\x9c\x88\xa8\x72\x5a\xe5\xa4\x20\x96\xe8\x9c\x36\x7f\xd2\x7c\xd6\xa8\x8b\x04\x67\xae\x8d\x46\x60\x73\x2e\xd7\x8f\x6b\xa3\xdf\xe8\xb3\xe8\xfd\x5c\x1b\x3f\x8f\xc5\xb9\x74\xdb\x00\xef\xdf\x0d\x6d\x96\xd2\x3c\xd7\xce\x5b\xed\xaf\x61\xf5\x01\xaa\xbf\x1e\x2f\x25\x56\xb3\x2f\xdd\xb7\xeb\x60\xf0\x42\xed\xaa\xfa\x75\xd0\x5f\x1c\x58\x21\xfc\xb9\x56\xd4\x7c\x67\x5b\x1f\x55\x88\x7e\xe0\x3c\xbf\x39\x96\x95\xcb\x95\x01\x50\xfe\x6d\x50\x73\xe9\x91\x5d\xcb\x23\xbb\x81\x98\xe4\xba\xfc\xf9\xb5\x3c\xdc\x9c\xd3\x8a\x44\xe7\x01\xa5\x7f\x1b\xe5\x5c\xea\xfd\xb5\xf4\xfe\x4e\x29\x88\xac\x71\x39\x5b\x37\x5b\x68\xb9\x5c\x13\x2e\xd2\x3c\x20\x49\x72\x55\xdf\xaa\xcc\xfb\xd3\x21\x66\xcf\x20\x97\x4e\xd6\xe9\x18\x37\xdf\x6b\xbe\xc7\x8a\x7f\x81\x7e\x09\x5c\xe7\x4b\xc6\x7b\x24\x32\x73\xa5\x2a\xa3\x71\x9a\x7a\x90\xf7\x65\x23\x4d\x1d\x49\xce\x73\x3d\xbc\x47\xfa\x39\xd7\x63\xbf\xde\x5d\x19\xed\x23\xff\x93\xeb\xbd\x94\xf1\x25\x5f\xeb\x7d\xa9\xf7\x72\x98\x34\xf5\x97\xa6\xfe\x72\x9c\x34\xf5\x57\xb7\x2c\x21\xe2\xa5\x17\x75\x75\x26\x3e\x69\xea\x08\xcd\xcf\xf5\x1d\xca\x28\xfb\x59\x87\xa6\x1e\xdc\x6d\x64\x3e\xcf\x35\xe8\x07\xe7\xd3\x73\x19\x8a\x5f\xe3\x54\x86\xf2\x0d\xfb\xa6\xfd\xd7\x70\xca\x7c\x9e\x6b\x45\xdf\x57\xbd\xd7\xb0\x00\xbf\x5f\x8f\x73\x89\x18\xe5\xdb\x08\xe4\x5e\x0a\x7d\xc1\x13\x97\x5b\xa3\x0e\xc4\xfe\x32\x69\x03\xce\x7e\x3d\x1e\x44\x4b\xe3\x44\xd1\xe7\x2e\xd8\x4c\x8e\xbf\xe7\x26\x39\x99\x5b\x5b\xcd\xc9\xe7\xdc\xda\xea\xfb\xb0\x0b\x78\x05\xb7\x91\x34\x64\xe6\x4b\x46\xdb\xd4\xcd\xfb\x74\x98\xf0\x00\x6e\x13\x39\xb7\x9e\xcc\x65\x1f\xd4\xce\x5b\x4f\x06\x58\x6f\x64\x2e\xcf\xad\x27\x03\x86\x37\xf7\x6d\x2f\xee\x5b\x19\x65\xf5\x5a\x6e\x6d\x30\xb9\xec\x48\x53\x9e\xbb\x76\x65\xf4\xad\xda\x16\xed\x2d\x79\xeb\xdc\xb1\x2d\xa1\x2d\x90\x50\xe6\xd6\x6f\x07\x09\xbf\x64\xeb\x53\xdc\x8f\x63\xf0\x50\x07\x97\x11\xe7\xd6\x4c\xde\xb0\x3c\x5d\x24\x68\x6e\x93\x36\x00\xdc\xcb\x46\x3a\x3a\x77\xf7\x5b\xe8\x83\x73\xef\x70\x6e\x6d\xe7\xad\xbf\x0d\xdf\x64\x6e\x8d\xe7\xad\xf1\x84\x6f\x32\xb7\xda\x73\x7f\x4d\x19\x4d\xf9\x6c\xde\x67\x53\x8e\xa5\xc9\xb7\xe6\xf3\x56\x53\x48\x65\xe7\xd6\x2f\xbf\xc7\x50\x46\x5b\x4c\xe4\x80\x73\x2f\xdb\x8d\xd3\x77\x4f\xcb\xea\xab\x83\xb3\xcd\xad\x09\x05\xe1\xbe\x64\xab\xac\x4c\xe3\xa9\x46\xbf\x37\x9f\xb7\xaa\x67\xd5\x48\x17\x9c\x6d\x2a\x3c\x67\xa9\x7b\x51\x76\x21\x3b\x95\x59\xc7\xdd\x90\x55\x65\x8e\x0b\x5e\x86\x48\xf8\x00\x7e\x5f\x32\xea\x35\xfa\xad\xaa\x24\x07\xe5\x53\x55\x49\xe8\xc7\x97\xcc\xf7\x86\x32\xc7\x05\xf7\xa1\x9a\xaa\xac\xba\x0f\x5c\x3c\x1c\xe0\xee\xeb\x61\x59\x0c\x6d\x35\x2f\x59\x4f\xc7\x85\x20\xa1\xea\x3e\x54\x23\x62\xf2\xdb\xa9\xc0\x9e\x52\x75\x1f\x38\x51\x9f\x7a\xd9\xb7\x8b\xbe\x71\xc9\x70\xea\x65\xdf\xae\xa6\xac\x22\xeb\xca\x3e\x65\xd4\x61\xa4\x5b\x6f\xbe\x39\x18\xdd\x54\xdd\x0c\x00\xf1\x4b\x46\x7f\x4d\x60\xd6\x5a\x94\x51\xaf\x4e\x78\xd5\xa5\xa8\x87\x32\x74\xa3\xaa\xe2\x64\xa5\x23\xec\x3d\x40\xdc\x97\x8c\x7a\x55\x7b\x20\xee\x55\x35\xad\x1a\xdc\xaa\xc1\x85\xab\x32\xf2\x90\xa7\x1a\xc1\x92\x61\x4e\x35\x44\xad\x86\xa8\xd5\x4f\xa9\xbf\x5d\xf5\xb7\xab\x9f\xd2\xdc\x27\x08\xf7\x25\xa3\x6b\xe6\x7c\xaa\x86\x99\x0b\x85\x53\x5f\xeb\x7d\xf9\x1c\x66\x98\x45\xb8\xa7\x6a\x84\x4d\x13\x57\x8d\x70\xd5\x08\x9b\x12\xae\xdd\x3a\xba\xc3\xec\xa7\xd4\x30\xd7\xcf\xb2\x7e\x4a\xf3\xa1\xd5\x69\xa4\xc3\x54\x4d\x18\x55\x0d\xb3\x1e\x53\xd5\x30\xd7\x71\x29\xfb\x6b\xf6\x9b\x54\x73\x47\x75\x45\xbf\x77\xf1\x03\xea\xa5\x40\x71\x5e\x36\x33\xc6\x82\xd9\x53\xe7\x50\xb6\x14\x42\x9a\xf2\x00\x48\x8f\xfa\xdf\x9c\x27\x6d\x47\xff\xb9\xce\x25\x4d\x2b\xdd\x9c\x27\x5c\xe7\x92\xa6\x0f\x02\x5d\xf9\x92\xad\x8e\x43\x5a\xbe\x1e\xcc\x4f\xce\xbb\xa7\x99\xd2\x6f\xce\x13\xae\x7d\x89\xdc\xe5\x69\xce\x13\xbd\x28\xb9\xcb\xd3\xcc\x1c\xe9\x46\xc9\x53\x9e\xa6\x39\xe7\x20\x7b\x9a\x0e\x49\x33\x58\x35\x11\x2c\x6e\x3d\x10\x95\x2f\x59\x43\xc6\x40\x82\x5b\x2f\x1b\x0c\x95\x11\xb7\x9e\xa6\x89\x37\xc1\xdb\x9c\x13\xcd\x39\x01\x22\x28\xcd\x8c\x50\x33\x23\xa4\x6f\xd4\x9c\x27\xcd\x79\xa2\x73\xd4\x40\x33\xa4\xe9\x8e\x9b\x08\x6e\x2e\x05\xed\x66\x98\x83\xcb\xdf\xf4\x9f\xdb\xf2\x9f\xeb\xee\x90\xea\x2c\x03\x47\x97\x4d\x2e\xcd\x94\x7e\x5b\xaa\x5e\x77\x07\x54\x4d\x6f\x0f\xa7\x81\x70\x53\xc5\xa7\xa7\xad\xa5\xa1\xee\x0e\xf1\xe3\x30\x3d\x74\x41\x5f\x4b\xc8\x7a\x20\x29\x0f\xac\x46\x69\xaf\x5f\x56\xff\x03\xb2\xcb\x34\xfd\x0f\x10\xeb\x65\xcb\xcf\x7b\xf6\xc0\x15\x84\x33\xf1\x69\x66\x71\x40\xa2\x97\x4d\x7f\x0b\x72\xf2\x5f\x69\x86\x9a\xe6\x8a\xe5\x28\x0f\x1c\xe5\xf2\x37\x47\x70\x7a\x00\xa7\x97\x0d\x84\x52\x9a\xd1\x27\x18\xf5\xfb\xf2\x3b\x18\x7c\xb6\xcf\x1a\x1c\x11\x3d\x92\x66\xa6\xd4\x2c\x73\x53\xdb\x61\x2d\x8f\x59\x2e\x09\xca\xd3\x5c\x52\xa2\x8a\xe9\xa4\x34\x53\x3d\x1c\x93\x8f\xd0\xf4\xc4\x80\x94\x23\xf1\x91\x64\x3c\xa0\xd1\x97\xac\x21\x1b\xca\x50\x4f\xf7\x79\x84\xa1\x27\x06\xa4\x00\x77\x13\xa7\x05\x5c\xe3\x4b\x46\x59\xf3\x3a\x31\xa1\xca\x99\xf8\x48\x3c\x9e\x38\x55\x00\xf3\x46\xb8\x7a\xe0\x1f\x5f\x32\x7e\xcf\x88\x34\x7a\x39\x5c\x4b\x9c\xe8\xe5\xc4\x24\x2b\x67\xe2\x13\xf3\x3a\x71\xaa\x70\x2d\x71\x02\xc0\x2b\x59\x81\x69\xd9\xb9\x8e\x26\x31\x22\x05\xb5\xbe\x64\x15\x99\xfd\x65\x49\xd9\xb9\x7a\x26\xc2\xd5\x03\x4f\x79\x38\xf9\x9c\x18\xa4\x86\x1c\xeb\xce\x99\xf8\xc8\x4f\x1e\x28\xc9\x97\x8c\xf7\x9c\x29\x00\xd9\xcb\x6e\x3e\x5a\x04\x7b\x20\x23\xbf\x5c\x90\xa3\x1b\x1e\xb2\x35\x3b\x47\xe2\x23\xef\x78\xe0\x1d\x5f\x32\x8a\x9a\x5d\xc9\x5a\x1b\x2e\xd7\xde\xb8\x35\x00\xb6\xfc\xba\x1d\x63\xe7\x4e\x96\xc9\x5f\x25\x69\x88\x4e\x38\x68\xf2\xb2\x6f\xcc\x8b\x38\x2f\x20\x1a\x5f\x32\x5a\x62\xf8\x09\x9a\x7c\xc9\x18\x4f\xed\x7f\xfa\x8f\x8c\x3a\x74\xa3\x82\x73\xbd\x9b\x64\x96\x1a\x3c\xe0\xbf\xcb\xce\xb5\xc2\x89\x2a\x0a\xae\xbb\xec\x5c\x21\x9c\x68\x7d\xc1\x75\x97\x9d\xcb\x5e\x12\xd3\x91\x30\x7f\x2f\xd9\xea\xed\xa3\x3b\x03\xae\xbb\xec\xd0\xc3\xe5\x51\x1f\x1f\xdc\x99\x1d\xe8\x6a\x1e\xdd\x19\x58\xbe\x97\x8c\xf7\x74\x5d\x60\xf9\x2e\xbb\xe9\xd7\xc7\x04\xc9\x43\xae\x70\x07\xba\x9a\x47\xb3\xfa\x1c\x96\xa5\xbf\x8f\x66\x15\xd4\x75\xd9\x77\x76\x5b\x9e\x93\x7e\x3c\x2b\xb6\x0b\x47\xa2\xf3\xa8\x2a\xe0\xac\xd7\x6b\xfc\x1c\x47\xb1\xf3\x9c\x36\x8f\x61\x81\xc2\x7b\x3d\xec\x06\xde\xbf\xac\xdd\x01\x7b\xbd\x64\x41\xd6\x95\x39\x04\x2c\xb3\xa0\xad\xd7\x63\x57\x46\x37\xf4\x3e\x9e\xdb\xb2\x58\x87\x47\x4f\x03\x80\xf5\xbd\x11\x17\x8b\x9b\xce\xc3\x2d\x6b\x30\x97\xe6\x61\xbf\x3e\x20\xa5\xcb\xce\xf9\xf5\x80\x8d\x5e\x8f\x83\xd7\xe8\x84\x99\xf2\x27\x8e\x09\x39\x5a\x21\xd2\x01\x22\x7d\x83\x72\xce\x03\x68\x25\x0f\xd7\x9d\x00\x72\xce\xe3\x5e\xd3\xf3\xf0\x63\xfe\xbe\x4a\xf6\x3c\xd4\x69\x22\xf7\x31\x37\x0e\x66\x7a\xc9\xa8\x40\xab\xfa\xbc\x28\x54\xf9\x6f\x16\x76\x88\xbc\xd7\xe3\xb4\x08\x6d\xef\x0e\x4e\x7f\x94\xf1\xa1\xdc\x7f\x85\xea\x5b\xe6\xa9\x3c\xba\x20\x4f\xb7\x55\xe4\x54\x1e\x8d\xee\xf3\xfd\xc8\x68\xd5\xb0\xa5\xc3\x96\xaa\x46\x66\x3d\x40\x4f\x2f\x19\x55\x68\x62\xa1\xee\x2e\x3b\x47\xe1\xf3\xe8\xa1\x3f\xd3\x1e\x61\x76\xa5\xee\x0e\xd4\xdd\x4b\x56\x91\x9d\xca\xac\x03\x75\x7b\x4d\x7d\xbc\xaa\x79\x61\x73\xef\x55\xcd\xa1\xf0\x5e\xb2\x86\xcc\xb2\x3b\xba\x60\xaa\xf6\xe5\x38\x76\x00\x5b\x2f\x19\x75\x14\xcb\x16\xf4\xa8\xa0\x5b\xaf\x39\x8f\x17\x73\xba\x9b\x96\x7d\xf5\xc6\x01\x51\x97\x1d\x9c\x69\x80\x52\xff\xca\x7b\x6e\xca\x96\xae\x8a\x9e\xce\xab\x9e\x9b\x96\x7d\xcd\x68\xbc\x04\x8d\x3b\xec\x98\x79\xf5\x28\x5e\x3c\x8a\xfd\xc0\x85\x7b\xdd\x57\x05\x29\xbd\x64\x94\xad\xb6\xaf\x5a\xf6\x50\x66\x59\x92\x74\x3b\xac\x97\x11\x29\x9d\xb7\xd1\x96\x03\x57\xe1\x35\x5f\x01\x02\xba\xec\x5c\xb9\x92\x57\xab\xf8\x86\x71\xe1\xf8\x79\x5e\x55\xf8\x8d\x6d\x76\xfc\xd4\xe1\xf7\xf1\x3d\xe6\xeb\xab\x09\x7c\xd5\x44\x90\x2e\x11\x03\x9d\xb7\xdb\x16\xc7\x40\xb5\x7a\xc9\x25\xec\xdc\x7d\x92\xd7\x68\xf0\xfd\x18\x3f\xee\x34\x89\xe4\xd8\x01\x06\x5d\x76\x7d\x0d\x89\xb0\x03\x11\xf6\x92\xd1\x5f\x57\x6e\xc8\xaf\x53\x99\xd6\x2f\x98\xa8\xc0\x7d\xbd\x5e\x43\x06\x34\x25\xef\xb4\x5a\x02\xd3\xd7\xd5\xfc\x9d\x5d\xd9\xfa\xb9\xae\xaa\x75\xb6\x3d\xf7\x13\x95\xec\x06\x83\x5d\xb5\x3a\xd9\xa5\xe9\xae\xe6\x7d\xb3\x0e\x72\x07\x02\xb0\x03\xe8\x7a\xc9\x56\xbd\xdd\xb4\x71\x67\xdb\x73\x3f\xc9\x09\x74\xd3\xc6\xbd\x58\x07\x9e\x80\xb0\xec\xc0\x7d\xbd\x64\xfc\x9e\x0e\x6d\x3f\x1c\x02\x54\x12\x06\xec\xf5\xe0\xb3\x71\xe2\x3b\xdd\x20\x0f\x3e\xec\x25\x5b\x2a\xd9\x35\xb3\xdd\x15\xd9\x94\x92\x30\xec\x80\xb2\x5e\x32\xca\x9a\x8b\xe8\x17\xf5\x9a\x52\xea\x9a\xcf\x4e\x2e\x62\x07\xe5\x98\xae\x53\x0a\xa2\xba\xec\x1c\xdb\x4e\x37\x47\x0c\x94\xba\xec\xa6\x8a\xba\x81\x1a\x84\xd7\x65\x37\x05\x24\x94\x3a\x40\xa9\x97\x8c\xb2\xe6\x83\x81\x52\xcb\x32\x98\xde\x6c\x0a\xf1\xdc\x0e\x4f\x5e\xba\x4b\x77\x27\x9e\x83\x64\x30\x5d\x3b\x0b\xc6\xba\x02\x04\x4c\x8f\x9d\x55\x6f\x2f\x3f\x9a\xcb\x39\xb4\xd9\xf5\xc2\xb6\x77\x5d\x61\x50\xd7\xf5\x72\x38\xf5\x7b\x21\xcd\xae\x7a\x96\x02\xb0\x03\x00\xbb\x5e\x84\x68\xdd\xf0\xae\x2f\xb7\xb6\x72\x57\x48\x64\xc7\x8e\x4c\xd8\x40\x00\xd3\x0d\xee\x20\xbf\x2e\xfb\x85\x63\xd0\x0d\xee\xfa\x8a\xe7\x2a\xa7\xa1\xd3\xcd\x38\xf7\x6e\x63\xd5\x12\x53\x29\x00\xbc\xe5\x2f\x4c\xd7\xe7\xed\xdf\xcf\xaf\x51\x83\x99\x94\xfe\xad\xae\xdf\x98\x80\xee\xd4\x01\x06\x2e\x7d\x61\xa4\xd0\x0e\x14\xda\x65\xe7\x7e\xdf\x74\xfd\xe0\xbe\xfc\xe0\x7a\x33\x99\xba\x5b\x9e\x90\x6b\xaf\xd7\x68\x9b\x7e\x47\x1f\x7e\x29\x52\x1c\xdd\x64\x1d\xd8\xf2\x25\xa3\x0a\x27\x5d\x1f\x56\xe1\x77\x19\x8e\xdb\xb4\xc1\x6a\xb5\xd1\x61\xd7\x98\x9b\xd5\x12\x68\x9e\x4f\xc3\x0d\xf2\x32\x9f\x33\xec\xdb\xad\x97\x25\xf0\x73\x7f\x13\x50\x79\xd9\x39\x35\x9e\x4f\x83\xfc\x39\x9b\x40\x54\xe6\x13\x0f\xf3\xb1\x31\xb3\x9b\xc1\xfa\xf4\x79\xa1\xdf\x5e\x32\xea\xd5\x67\xf9\x34\xd2\x1c\x01\xcf\xe7\x6c\x82\x7e\xbb\xec\xa6\xa1\x3e\xfd\xdb\x8f\x94\xc9\x6e\x1a\xea\xd3\x8f\xf9\x74\x5c\x6f\x0c\xe8\x67\x7a\xe4\xd3\x71\xbd\xb1\x00\x9f\x89\x67\x98\xb9\xcb\xae\x97\xfa\xc1\x9b\x98\x4f\xc7\xe3\x26\x3e\xf8\x0c\xe7\x3e\x8d\x39\x50\xc9\x7c\x1a\x73\x30\xea\x4b\x46\x5b\xdc\x71\x01\x7b\xbe\x64\x7f\x0d\xa8\x8b\x4c\xdc\x01\x86\x5e\x76\x10\x8d\x91\x75\x3b\x1f\x29\x90\xbd\xa2\x5f\x9f\x76\xfd\xd3\xdd\xe5\x7e\xad\x7c\xba\xbb\xdf\xc3\xa7\x36\x6b\x03\xdd\xf6\x7a\x0c\x65\x34\xcb\xf9\xf0\xbd\x18\x53\x78\x10\x23\x13\x77\xbe\xf7\x51\x46\x37\xf5\x4e\x3e\xd7\x84\xea\xb0\x75\xdf\x53\xaf\xb9\x76\x24\x9f\x69\x0c\xf0\xe5\x65\x07\x04\x98\xef\xb3\x7d\xaa\x62\x45\x3d\x3f\x7d\x08\x10\xe3\x65\x37\x23\x2c\x62\x3c\x1f\x61\xda\x6e\x9a\xe5\x33\xf3\x07\x70\x7c\xc9\x7c\xcf\xdf\x53\x15\x5d\x28\x84\x8c\x67\x6c\x7c\x42\x11\x7a\xc2\xc3\x33\x54\x45\xee\xfa\xc8\x50\x15\x87\xfe\x42\x63\xac\x64\xc9\xce\x28\xec\x1e\x30\x2b\x86\x1e\xf0\x58\x1a\x76\x0b\xfc\x11\xe0\x1d\x00\xde\x65\x87\x4b\x30\x82\xb9\x03\x98\xfb\x36\x96\x1b\x5a\xeb\xc1\x39\x07\xe8\xcd\x32\xf4\x89\xc7\xc9\xef\xdb\x5c\x5d\x85\xa1\x4b\x6c\xae\x45\x8c\x76\x06\x57\x39\x71\x07\x42\xe4\xcc\x0e\xb0\xed\xb2\x0b\xd8\x1b\x7a\xbf\xc3\xbd\x0e\x94\x62\x68\xbd\x07\xd9\xe5\x1d\x0a\xc2\x8c\xea\x6b\x15\x05\x70\x53\x6b\xe8\x11\x43\x8f\xbd\x64\x37\xb2\x43\xd9\xad\x8c\xb2\x6e\x76\x0c\x2c\xfa\x6d\xef\xb5\xe8\x43\x8b\xee\xee\xd7\x30\x6b\x31\xe2\xcf\x31\x6d\x86\xfa\x39\xe2\xcf\xe1\xcb\x8d\x38\xbe\xfa\x1d\x42\xf8\x40\x7a\xaf\x87\x03\xc0\x62\x2a\xb8\x3b\x43\x9d\x15\xae\x37\xd4\xd9\xa1\xce\x0a\xd7\x13\xdc\x9d\xa1\xce\x0a\xd7\x1b\x6e\x11\x0e\xb6\xc9\x77\xe1\x7a\xc3\x6d\xf2\xa1\x1e\x9b\xcd\x19\xea\xf1\x58\x06\xbe\x3a\x5b\x87\xc8\xc6\xd1\xfd\x39\x5c\xfb\xa1\x6a\x8f\x6e\x53\xb0\x62\x43\xcb\x0e\x8b\xf7\x92\xd1\x64\x77\xce\x87\x2e\x90\xc9\x1c\x71\xe1\x19\x46\x81\xee\x7f\x0d\x5d\xeb\xa1\x5b\xc4\x9d\xc0\x19\x4e\x8b\xa1\x21\x67\xf9\x1f\x1a\xed\xe1\x4c\x09\xde\xe2\x30\x47\x3e\x9c\x29\x9c\xbb\xce\x70\xa6\x0c\x67\x8a\x80\xc0\xa1\x0b\x34\x26\x23\x6f\xa6\x66\x38\x53\xc6\x72\x8b\xee\x8a\x0e\x88\x1e\x0f\x94\xe0\xeb\xb5\x55\xad\x04\xe0\x99\x3a\xd6\x61\x55\x9f\xc6\x8a\x53\x0f\x48\x50\xdf\x74\xe7\x05\x24\xf8\x92\x35\x64\x9f\x32\x9b\xc7\x1a\x28\x2c\x3c\xf3\xb0\x29\x18\x81\xa9\x13\x3d\x97\x7d\xae\x95\x4d\x8c\xa9\xb3\x33\x4f\x07\x0f\x1d\x98\x66\xb4\xa7\x31\xa5\x69\x14\x60\xde\xeb\x61\x15\x2c\x3d\x22\xbb\x33\x2f\xbb\xc1\x3c\x9b\x4e\xa0\xa9\x19\x77\xa2\xcd\xcb\x6a\x8d\x29\x39\x13\x9d\xe9\x6e\xe1\x04\xbb\xb5\x07\x5b\x31\xcd\x49\x4c\x4d\x7b\x70\xa8\xa6\xa6\x7d\x6a\xc6\x9d\x6a\x53\x33\x0e\x54\xbc\x14\xb1\x79\x53\x9f\x7c\xe2\x28\x15\xd3\x28\x82\xc5\x03\x58\xbc\x14\xce\x44\x67\xea\x28\xcd\x35\x87\xaa\xdb\x67\x53\xac\x23\x00\xf2\xf5\x1a\x23\x6f\xe2\x1b\x22\xf1\x25\xa3\x5a\xdd\xa2\xb9\x66\x52\x29\x50\x0b\x66\xba\x07\x34\x63\xb5\x7e\x49\xf3\x81\x20\xcd\x97\x8c\xdf\x73\x6a\x80\x24\x2f\x85\x5b\x42\x9e\x0d\x2d\x78\xe0\x4a\x2e\xd9\xd6\x4a\xf6\x88\x82\x7d\x84\x13\x06\x64\xc8\x53\x94\x09\x7e\x12\xf2\xf1\x1c\xca\x84\x72\x84\x8d\xf6\x47\x28\xc7\x03\x0e\xe0\xd8\xb6\xe5\x09\x3c\x6c\xfd\xff\x7a\xce\x15\x32\x1c\x5b\x29\xf9\xed\xd7\xa8\x04\xe0\x83\x0b\x45\x71\xf8\x86\xac\x35\x83\xd4\x3e\x67\x32\x46\x65\x69\x18\xf0\xad\xec\xc2\x01\x47\x63\x67\x70\x98\x5c\x2d\x9c\xbd\x9e\x0f\xe6\x7d\x72\xdf\x59\x29\x5c\x56\x3c\xb9\xf5\x6c\x3d\x7c\x6f\x69\xf2\x7c\xc8\xae\x4d\xee\x31\x5b\xb2\x2c\x59\xf1\xbd\xf2\xf3\x7b\x94\x25\x11\x3d\x39\xee\xbe\x64\xe7\x6f\xbf\xe6\xf0\xf7\x58\x35\xe8\xfd\x1c\xe4\x55\xe6\xd8\xdb\x4f\x7b\x27\x47\x83\xd6\xe3\x5c\x31\xff\x7f\x1e\x85\x3b\xff\x73\x59\x9f\x03\x08\xe4\xe4\x10\x11\x27\x5d\xe6\x38\xfc\xcd\x83\xdf\xa4\x16\xd6\x9f\xc9\xfa\xc3\x6e\xe1\x74\xf9\x99\x2c\x3f\xd0\x67\xcf\xc1\x8c\x9a\x1c\x32\x62\xf7\x70\x7a\x8d\xc3\xe4\x1a\x87\xab\xf1\x0e\x0b\xd4\xe4\x12\x07\xfc\xb3\xc9\xc2\xf4\x6b\xb2\x00\xed\x1b\x84\x94\x93\x65\x68\x3d\x2a\xb2\x43\x99\xef\xc1\x05\xb6\x71\x52\x7e\x72\x2c\x68\x3d\x5e\xbf\xcc\xf5\xdb\xaf\xe9\xad\x03\x93\x5b\x07\xca\xf2\x92\xe6\x04\x6e\x3a\x99\x79\x70\xd3\x4d\x0f\x18\x4c\x0f\x18\xdc\xed\xff\x1f\xa1\xf5\xcf\xdf\x9f\x3f\x7e\xfb\x5f\xff\xfb\xf9\xe3\xff\x3c\x7f\x1f\xbf\xf7\x7f\xff\xf9\xe7\xf8\xc7\xbf\xbe\xbf\xf5\x7f\xfd\xfe\x3f\x96\xf4\xf7\x6f\xcc\xbf\xfd\x63\xfc\x39\xfe\xef\x3f\xff\xfd\x67\x1f\xbf\xff\xf1\xcf\x3f\x56\x29\xfe\xfe\x5f\x00\x00\x00\xff\xff\xdd\x4e\x8e\x02\x63\x04\x03\x00"); -var _ecge =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x54\xd2\xcd\x8e\x9b\x30\x10\x07\xf0\xbb\x9f\x62\x8e\xdb\xc3\x16\x8f\x0d\xdb\x44\x8a\x90\x2a\x72\x28\x87\x4d\xab\xd2\x6c\x2b\x55\x3d\x10\x3c\x8e\x2c\x15\x83\x0c\x1c\xf2\xf6\xd5\x0c\x94\xaa\x87\xe8\x1f\x7e\xfe\x18\x3c\x26\xab\xea\x73\x1d\xc3\x0c\xd9\x97\x34\x74\x0d\xcd\xe0\x43\x74\x89\xa6\x61\x49\x1d\xc1\x8d\xee\x21\x2a\x85\x06\x5c\xe8\xe6\xbf\x8f\x12\x5d\xdf\x8e\x4a\x65\xd7\x18\xaa\x4b\xf3\x7c\xad\x1a\xf3\xfc\x09\x96\x89\x36\xaf\xea\x73\xf3\x98\x66\xea\xeb\xe8\x07\xb0\xeb\x7a\xb7\x8c\xdb\x1e\x00\xd9\x57\xba\x87\x69\x4e\x0f\x78\xfa\xe8\x86\x1b\xbd\x03\x47\x9e\xfd\x73\x72\x94\x42\xbc\xc3\x53\x75\x69\x70\xe7\x66\x19\xc7\xdf\xd4\x53\x9c\x79\x37\xf2\x8a\xa2\x93\x54\x59\xf5\xda\x8e\x97\xb6\x27\xf8\xef\x6d\xde\x64\x54\x06\xdf\x28\x4d\x61\x88\x80\xe6\xbd\xd6\x2f\xff\xfc\xdb\x63\x24\xc0\x6d\x97\x1f\xd7\xfa\x0c\x3f\x11\x50\x83\x29\xec\xd1\xfe\xda\xfc\xfb\xeb\xe0\xf6\x59\x68\xd7\x03\x74\xc1\xa5\x36\xde\x49\x9d\x8c\x46\x5b\xc2\x16\x68\xb4\x48\xbe\x4a\xce\x62\x58\x4c\x21\xc2\x81\xfa\xa8\x4e\x56\xeb\x43\x09\x1c\xc7\x12\xb0\xd0\x22\xed\x2a\xb7\x12\x30\x7f\x11\xe9\x56\x71\x3c\x27\x17\xa1\x55\x3c\xcb\x81\x05\xb5\x08\x22\xaf\x32\x22\xf9\x2a\x5c\xcb\x1e\xd4\xc9\x53\xee\x4b\xd8\x02\xed\x87\xbc\x50\x27\xef\xa5\xbe\xf7\x52\xdf\x6a\x96\xe2\x26\xc2\x81\x36\x17\x71\xab\x70\x7d\x5b\x70\xc7\xf7\x73\xf3\x7f\xbe\xe9\xbd\xf7\xdd\x92\x12\xc5\x59\xee\x59\x9a\xcb\x0d\x0b\x91\xf6\x6f\x69\x1c\x46\x5e\x25\xbf\x3f\x01\x00\x00\xff\xff\x94\xb1\x9b\xdd\x77\x02\x00\x00"); -func _ffeg ()([]byte ,error ){return _g (_bbd ,"HKm471-B5-H")};func _cfa ()([]byte ,error ){return _g (_aca ,"78ms-RKSJ-V")};var _fgeg =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\xfd\x4b\xcb\x6d\x4d\x96\xa5\x89\xf5\xfd\x57\x9c\x66\xa9\x51\x8a\xb5\xec\x6e\x20\x0e\x88\x2a\x02\x25\x45\x49\x42\x99\x29\x09\x84\x1a\xeb\x9a\x72\x50\xba\x07\x1e\x91\x8d\xfc\xf7\xc2\x9e\xf9\xee\x31\x76\x08\x0a\xce\xd7\x39\x9f\xbd\xb6\xb6\xdd\x6d\xda\xbc\x8e\xf9\x4f\xff\xd3\x7f\xf8\x9f\xff\xc3\xdf\xfe\xfa\x6f\xbf\xfe\xe9\xff\xfa\x8f\xbf\x5f\xff\xf1\xf9\xb7\x5f\xef\x5f\xff\x76\xff\xe3\xf9\xd7\xbf\xff\xb7\x7f\x5c\xcf\xaf\xf3\xf9\x2f\x7f\xfd\xdb\x5f\xfe\xb2\xa7\x5f\xf7\x5f\xaf\x7f\xfb\x14\xf9\xe7\xfa\xaf\xc7\xbf\xfc\xe5\x2f\xeb\xf7\xff\xf1\xbf\xff\xeb\xbf\x3d\xff\xf5\x3f\xfc\xed\xfd\xfb\xaf\x1c\xdf\xdd\xff\xed\x5f\x7e\xbe\xfd\xf5\xeb\x9f\xfe\x6f\xcf\x7f\xf9\xeb\xbf\xfe\xdb\x3f\xfe\xfb\xaf\xff\xe1\xff\x78\xff\xfd\x7c\xfe\x77\xbf\xee\xe7\x5d\x7f\xff\xbf\xfc\xe3\x7e\xfe\xf1\xd7\xbf\xfd\x97\x5f\xff\xc3\xff\xf2\xf7\x7f\x3c\xc7\xae\x8a\xff\xf8\xdf\xfe\xe5\x5f\xfe\xbf\xcf\x7f\x7d\xfe\xf6\x6f\xbf\x76\xfe\xf6\xfc\xed\xe6\xdf\xbf\xfc\xd3\xff\xf4\xbf\x1e\xff\xf2\x7f\x3e\xfe\xeb\xf3\xeb\x9f\xfe\xf3\xdf\xfe\xfa\xbf\xfc\xc7\xff\xf1\x3f\xff\xa7\x7f\xce\xe9\x7f\xfc\x3f\x51\x4b\xe5\xff\xfd\xf9\xc7\xbf\xfe\xf5\xef\x7f\xfb\xb5\xff\xef\xb7\x6d\xf8\xcf\xff\xe9\xbf\xff\xcb\xf3\xd3\xd8\x5f\xfe\xe9\xff\xf9\x9f\xff\xc3\xff\xfc\xeb\xff\xb5\xff\xda\xb7\x5f\xa9\xd6\x92\xfe\xdf\x3f\x7f\xff\x7f\xfc\xaf\x7f\xbf\x9f\x5f\x5b\x94\xf6\x98\xc0\xf5\xf7\xfb\xf9\xd7\x7f\x39\xae\xe7\x1f\xc7\xdf\xfe\xcb\xf3\x97\x5f\xbf\xfe\x0f\xdb\xcf\x7f\xbf\xd7\xff\xee\xdb\x3f\xff\xf3\x3f\xff\xf3\xef\x35\xc2\xff\xbf\x2f\x3f\x0d\xfc\xed\xef\xff\x76\x3f\x6f\xfc\xed\xdf\xff\x76\xfd\xb7\xbf\xbf\x7f\xed\xeb\xd7\xdf\x9f\xfd\x65\xdf\xb6\x9f\xde\xff\x7a\x5f\xff\x9f\xe3\x1f\x9f\x1f\x1e\xdb\xfa\xfa\x53\xd8\x7f\xff\x4a\xdb\x50\xb1\xfc\xfe\x95\xf6\xa2\x62\xff\xfd\x6b\xaf\x55\xc5\xf1\xfb\xd7\xbe\x75\x15\xe7\xef\x5f\xd3\x3f\x3d\x7e\xff\x6a\xcd\xc5\xf3\xf7\xaf\xbd\xb7\x4f\xf1\x5c\x9d\x66\xd5\x9e\xfb\x2a\x6e\x2a\x96\xdf\xbf\xf6\x39\x55\x6c\xbf\x7f\xa5\xa2\x51\x9c\x6b\x14\x9b\x8b\x63\x0d\xd9\x2d\xcf\xdf\xbf\x46\x49\x2a\xae\x61\x74\x0d\xf9\x64\x18\x1a\xf2\x79\xfd\xfe\xd5\xab\x66\x7f\xde\xbf\x7f\xf5\xe2\x51\x3d\xab\xd6\x4d\xbd\xab\x23\x8d\xea\x6a\x6b\x82\xea\xf7\xde\x56\x51\x2d\xdf\x6b\x90\x59\x2d\xdf\x63\x0d\x23\xab\xf8\xac\xa2\x7f\xfb\xfe\xfe\xd5\xbd\x56\x4f\x5b\xfd\xaa\xa9\x77\x5b\x45\xf5\xfb\xd2\xb2\x46\xf5\x8e\xf5\x5b\x35\xf5\xae\x31\xb7\xcf\xc7\xfb\xbe\xaf\xdf\x7e\x5a\xde\x13\x63\x56\x6d\xea\xeb\xe3\xcf\xb2\xef\x79\x7d\xdc\x76\x15\xd3\x1a\xa4\x6b\xf3\xaa\x4d\x2a\xd2\x6f\x56\xf1\x5d\x1f\xeb\xb7\x65\x8d\xb9\x15\x15\xf7\x55\xab\xdf\x96\xb4\x6a\xab\x8a\xf3\xf7\xaf\xfe\x55\xcb\x96\x69\xcc\xe5\x5c\xb5\x6a\xb9\x32\x2a\xb5\x5c\x19\xd5\x67\xad\xf6\xb6\x26\xd8\x5d\x5c\x13\xd4\x14\xd2\xda\xee\x91\x74\x1a\xd2\xd5\xd7\x8e\x7e\x9a\x4e\x37\x27\x29\xa9\x38\x57\x51\x1f\xdf\xc7\x2a\x16\x15\xcf\x55\xec\x2a\x5e\xab\xa8\x9e\xee\x7b\x15\x3f\xab\x53\xb6\x75\xbe\xb7\xf4\xd9\xa5\x52\x29\x7f\xf6\x34\x6d\xfb\xf6\xfb\xd7\xec\x2a\xb5\xdf\xbf\xf6\x7d\x57\xf1\x5c\xa3\xfe\x5c\x96\xc4\xf5\x1e\x29\xeb\xf3\x94\x7e\xff\x1a\x6d\x53\x39\x6f\xeb\xd2\x36\x15\xcb\xef\x5f\xa3\x8e\xa4\x72\xfd\xfd\x6b\xe6\xe4\xfa\x46\xb9\xa8\xbc\xae\x48\x75\xf5\x5a\x33\x6d\x74\xda\xd6\xde\x8d\x3a\x35\xf4\xbe\x9a\x2f\x55\x45\x96\xb8\x68\xb0\x7d\x0d\xb6\xa8\x35\x68\xc4\xa7\xb4\x6f\xf9\xf7\xaf\xbd\xec\x2a\xae\x05\xdf\x3f\x4d\xed\x7b\xfe\xfd\xab\xce\x4d\xc5\x45\x05\x3e\x47\x39\xed\x69\x51\x2a\x0d\x6b\x5f\x8b\x90\x9a\x3e\xe6\xa0\x17\xd7\xae\x39\x7d\x88\x42\xda\x67\x5a\x54\x40\x1f\xcf\xba\xe8\x4b\x57\x91\x8e\x5c\xbb\x0e\x89\x26\xb4\xcf\x75\x48\xaa\xc6\x3c\xd7\x98\xcb\x67\x35\xf6\x45\xd7\xc6\x68\xfa\x7a\x11\xb6\x31\x9a\xe6\x74\x26\xca\x45\xe5\x4c\xd9\xbf\x2f\x94\x35\x16\x4e\xec\x18\xfa\xfe\xa2\xfd\xa1\xf6\xae\x7b\x95\xb5\xd9\xfb\xf5\x52\x56\xfd\xcd\xf7\x7b\xe1\x2d\xf9\xa1\xfb\xff\x1b\x2f\x41\xda\x6f\x06\x5b\xd5\xd9\xbd\x96\x69\xba\x2d\xc6\x5a\x5d\x86\x4a\xab\xeb\x67\x9d\xe1\xdd\xfb\xf5\xec\x94\xb5\xe8\x4f\xa2\xac\x95\x7b\x32\x65\xed\xd1\xa2\x7a\x73\x9f\x5a\xba\xa7\xff\xfe\x35\x75\xa5\xd2\xfe\x0c\xea\xb5\x54\xcf\xa4\xfe\xd3\x5e\x5a\x0f\xe0\xae\x4b\x94\xb6\x35\xf8\xea\xda\x75\xd4\xd4\x78\xda\xda\x3a\xd5\x5a\xa7\xb4\xf1\xb2\x25\x15\xd7\xcb\xa6\x55\x4f\xeb\x60\x8e\xae\x5d\x4e\xdb\x3a\x4e\xc3\x3f\xe6\x8a\xe8\xc4\xa4\x6d\x3d\x14\xfb\x67\x62\x69\xd1\xe0\xb4\xab\xed\x75\xac\x47\xd7\xfd\x4b\xfb\xb1\x0e\xa3\x46\xb6\xdf\xab\x6d\xb5\xb5\x3f\x8b\xda\xfb\xe3\x97\x71\x6b\x96\x69\x4d\x5a\x87\x33\x41\x0a\x7a\x76\x79\xae\x59\x6b\x11\xd2\xea\x4a\x3b\x94\xd2\xb3\x06\xa6\xda\x45\x28\x76\x91\x95\xb4\xe8\xc4\x3e\x5c\xbb\x6e\xc5\xae\xdf\xe6\xfe\xfb\xd7\xc8\xc9\xd5\x6b\xd8\x5d\x2b\x54\xd6\x24\xab\x36\x2f\x95\xba\xc8\xc0\x74\xfd\xa0\x5e\x3f\xaf\x1b\x03\x57\xfd\x22\x90\xa3\x27\xad\x61\x65\x37\xb5\x21\x35\xd6\x50\x6b\x5a\x0f\x76\x40\x9f\x37\xd8\x0b\x17\x17\xb9\xfd\xaa\x8d\x55\x52\x6b\x1d\x96\xc1\xcb\x34\x0a\xdb\xad\x55\x1c\x95\xb2\x56\x66\xac\xde\xca\xd0\xa6\x8c\x93\xb2\xbe\x3f\x18\x9d\xc8\x4d\x3a\xa0\xc0\x9b\xfa\x3f\xd6\xca\xfa\x34\x3d\x0f\x4b\xa9\xb5\x7a\x16\xfb\xf6\x61\x68\x52\x8e\xa3\xaa\xb9\xe7\x9d\xa5\xd8\x54\x64\xb0\x1f\x4e\x23\xd5\x75\x0d\xea\x3e\x55\xdc\x7f\xff\xaa\x1f\xce\x2a\xd5\x75\x2b\x6a\x72\x71\x91\xd8\xaf\xdf\x5e\xab\xd6\xc5\xfb\xf7\xaf\x2a\x8a\x5b\xb7\x67\x15\xbb\x8a\xef\xfa\xed\x67\x92\x75\x3d\x61\x35\xb9\xb8\xfa\xad\x2e\xae\x7e\x75\x1b\x2b\xa4\x5d\xfb\x53\xd7\x1c\xaa\x5e\xa0\xba\xd7\xf5\x71\x53\xb1\xad\x62\x55\xb1\xaf\xdf\xba\x38\xd6\x6f\xdd\xd4\x5c\x1f\xbb\xa9\x63\x15\x5d\x7b\xae\xdf\xba\x96\xf9\xba\xa9\x35\x5f\xbd\x55\x75\xdd\xad\xaa\xd7\xa9\x26\xc6\xec\x5a\xc6\xac\xd5\x48\x6b\xcc\x3a\x32\x35\xad\x51\xe9\xfd\xa9\x89\x7e\x5d\x4b\xbf\x6e\x6a\xad\xa4\x8e\x4b\xcd\xf4\xab\x96\x33\xfd\xba\x48\xbf\x6a\x6a\xdd\xc3\x5a\x34\xa3\x4c\xbf\xda\xfd\x4c\xbf\x2e\xd2\xaf\x8b\xf4\x5b\xff\xe4\x6d\xa8\x85\x0d\xd4\xc1\x59\x4c\x59\x2d\x2a\xae\x07\x35\xf9\x2c\x20\x52\xe8\xd1\xab\x4b\xa8\xd8\xf5\xe6\xd5\x75\x3d\x92\x47\x71\x2c\xc2\xe2\xf9\x2d\x19\x23\x79\x99\x97\x8c\x91\xbc\xdb\x8b\x7f\x30\x2b\x54\x79\x5e\xbb\xbf\x5e\xcf\xeb\xae\xd7\xb3\xae\xd7\x75\x6f\xae\xe5\x1e\x8b\xb6\x56\xe4\x0a\x5f\x86\x25\x57\x24\xdf\x1c\x04\x89\x2e\x02\x58\xd7\x53\xbc\x37\x57\x2f\x82\xd7\x3c\x12\x08\xb3\x08\x60\xbd\x60\xc2\x54\x7d\xf1\x06\x68\x60\x17\x14\x42\x3c\x59\x5d\xb2\xc4\x2e\x66\xa6\x2e\xbe\x74\x6f\xae\x5d\x6b\xe0\x2d\xbf\xd6\x1a\xf8\xe4\x5d\xd0\xbe\xe1\x32\xfc\x9b\x07\xb2\x1e\xa7\xe6\x33\x70\xad\x07\xa5\x69\x56\x8b\x61\xd8\xc5\x37\xd5\x07\x62\xd3\xb5\xde\x8b\x16\x8d\xa6\x9b\xda\xb6\x45\xba\x44\x12\xda\xa2\x4d\xbb\x48\x42\x5b\x14\x22\xe9\xc6\x34\xde\x41\x1d\x92\xb6\x6e\x5b\xd2\x31\x6f\xeb\xb6\xcd\x94\x5c\xe6\xc7\xea\x69\xbd\x74\x33\xe9\x62\xb7\xc4\x48\x74\x8a\x5a\xe1\xe5\x53\xd7\xeb\x7c\xee\xba\xbb\xad\x71\xc6\x5c\x5c\x72\xac\x08\x5b\x6b\x8b\xe1\x13\xbd\x69\x4b\x4a\x48\x22\x03\xad\x71\xe4\xa6\x8a\x6b\xd8\xd5\xb5\x8b\xb3\x17\x61\x6b\xed\x85\x1d\xfe\xb4\xd5\x17\xb1\x1a\x4d\x24\xb5\x2f\x02\x34\x9a\x08\x70\x5f\xef\xe4\x68\x9b\xbe\xaf\xf1\xfd\x67\x1e\xef\x22\xdf\xad\x68\x43\xde\xad\xfc\xfe\xd5\xf2\x70\x19\xc6\x56\xcc\xc5\xbb\x38\x95\x56\x8a\xcb\x4b\x78\x2a\xdd\xed\x2d\xe9\xc9\x0f\xef\xbb\xe8\x72\x49\xe2\x7d\xdf\x45\x98\x4b\xd1\x8e\xbe\x90\xe2\x7d\xa8\x3d\xa8\xad\x84\xb3\xf4\x42\x6e\x37\xb7\xbf\x36\xb5\x99\x0b\x7b\xd7\xae\xe6\xf9\x55\x5e\xa2\x6d\x11\xe5\x7f\x21\xaa\x5e\xce\x17\xaa\x5a\xf4\x36\xbe\x8b\xac\x96\x54\x5d\xae\xbf\x7f\x15\x1f\xe7\x37\x18\x7b\xbd\xb5\xef\x22\xb4\xdd\xcc\xfb\x9b\xa0\xff\x5a\xdf\x17\xca\xdb\xa6\xeb\x6f\xde\x43\xf7\xff\xfe\xfe\x95\xbb\xde\xfe\x77\x11\xdf\xf2\x35\xbf\x25\x13\x67\xef\xd7\xbb\x84\xe2\x5c\x86\xbf\x1f\x6b\xbe\xcd\xf5\x8b\xc4\xf6\xaf\xf2\x5a\x8f\xf1\xf5\xfb\x25\x9f\x8f\x4d\xe3\x87\x06\x57\xef\xef\x3a\xd6\x6d\x7a\xbd\xd6\xb9\x2e\xa3\xb8\x3e\xff\xfe\x55\xb2\x28\xfc\x5b\xd6\x7a\x6d\xa2\x06\xef\x62\xb4\xca\xac\xfe\xbe\xad\xdf\xef\xfe\xbe\x73\xbe\x34\x9e\xc5\x88\xb5\x5d\x87\xff\x5d\xb2\x78\x4b\x9e\xdf\x12\xc6\x4b\xf7\x7a\x2f\xc2\x3f\x56\x7f\x7f\xf0\x68\xbc\xe5\x62\x32\x4d\xe5\x77\x0d\x46\x57\xfe\xad\xc1\xab\xa8\x7e\x71\x7d\xa5\x77\x97\x13\x87\x4f\x83\xad\x85\xc5\xd2\x64\x6b\x5d\x8b\xd9\x5c\x5e\x87\x63\xf8\x30\xd5\x75\x78\x77\x3d\x35\x6f\x5d\x87\x65\x36\xf7\x7f\xa0\xe0\xd1\x64\xeb\x3a\x2c\x26\xcb\x6f\xe5\x70\x8b\xe9\x7d\xeb\xda\x4c\xd3\xd2\xb7\xae\xcd\xec\xc5\xbf\x7f\x7f\xff\x6a\x9b\x17\x6f\xb1\xa1\x79\x88\x95\x7b\x17\x1f\xda\x76\x71\xc5\xef\x62\x44\xf3\x57\xff\x2d\x9e\x7a\xd7\xaf\xcb\xbf\x0f\xf5\xb7\xe8\x56\x33\x0d\x7c\x5b\x43\x61\xe3\xef\xe7\xda\x7c\x89\x54\x6f\x3b\xd0\xef\xb8\xfe\x5c\xeb\xeb\xcb\xb7\x48\x5b\xf9\x3a\xfc\x8b\xb6\x95\xfe\x35\xfe\xc5\xf1\xf5\xcd\xfd\xc3\x30\x98\xf8\xf4\xb5\x7f\xdd\xfd\xf7\xb4\xf6\xc3\xe3\xef\x79\xad\x8f\xfb\xeb\xeb\xb0\x36\x5f\xee\xbe\xe6\x33\x3d\xbe\xce\x61\x6d\xae\x5f\xc4\x46\xba\xae\xf4\xf6\xc5\xcd\x0d\x9f\x97\x7e\xb2\x3f\x3a\x9c\x7d\xcd\xc7\xcc\xef\xdb\xef\x75\xd8\x7d\x39\xfa\x4b\x59\xdf\x8f\x75\xd9\x72\x73\x79\xed\x4f\xd6\x7b\xf6\x0e\xce\x9f\x2f\xdb\xc8\xbf\x7f\xb5\xba\x69\x3c\x4b\x50\x68\xd3\xe7\x6f\x09\x0a\x79\x8a\xd8\xbf\xa3\xc1\x60\x69\xbc\xa3\xff\xfe\xd5\xfd\x7c\xbe\x63\x5d\xbe\xe1\xcb\x35\xe6\x22\x2e\x9e\xdf\x12\x34\xea\xf7\xf8\x16\x31\x37\x9f\xf5\x0e\xce\xdf\x57\xfb\x2f\xea\x2e\x8d\x77\xf2\x98\x7c\x95\xd7\x79\x6b\xe2\x16\xdf\x99\x57\x7f\xbe\x5f\x73\xdd\xaf\xe9\xf3\x38\xd7\x7c\xbe\x88\xff\x5c\xfb\x93\xbd\x9f\x93\xc7\xc1\xeb\x3f\x27\xea\x54\x7f\x8f\x0e\x58\xec\xd9\x3b\xd7\x7e\x8d\xe9\xfa\x75\xbf\x86\xd7\x6b\x2e\xe2\xfc\x75\x5e\xe6\x9a\xdf\xe6\xf3\x32\x5f\xea\xd5\xde\xe2\x33\xfb\xe6\xf9\x1d\x89\xc7\xd2\xe5\xcc\x7e\xaa\xbf\x25\x78\x95\x26\xfe\xff\x5d\xac\x67\x91\x96\x36\xbd\x8b\xf7\x6c\xd5\xeb\xbd\x98\xcf\x62\xed\xd5\xbb\xb8\xcf\x6a\xa6\xe3\x3d\xa0\x0f\x3e\x5f\xc7\xbd\xf6\xc7\xf4\xe7\x78\x90\x89\x34\xbf\x63\xd1\xbf\xee\xf5\x3f\xd7\xf8\xbb\xb8\xab\xf7\xe4\xfc\x49\x93\xf7\x9e\x8c\x5f\x8a\x86\xf7\x2c\xec\xb7\xeb\x2b\x9a\x61\xd7\x37\xfa\xd3\x7c\x4e\xf6\xe7\xab\xfd\x75\x9f\x9a\x89\xfd\x89\xe2\xd5\xfb\x77\x2e\x62\xdf\x9a\x7f\x7f\xae\xfd\xff\xea\xff\x5a\x65\x31\xf6\xef\xe2\x6a\xf3\x17\xbd\xb9\xd6\x7d\x99\xa6\x07\x8b\xcd\x6d\xc3\xeb\x73\xad\xfb\x5f\xbf\xca\x6b\x3f\x2c\x07\xbe\x8b\x0d\x2e\x3d\xb5\x3f\x7a\x5c\x16\x93\x5c\x9a\x89\xc5\x05\x71\xff\x6a\x7c\xc2\x59\x68\x32\xf0\xc9\x9b\x27\x7b\xdd\x58\x06\x5c\x7e\x98\x9c\x36\xfb\x82\xd8\xf9\xb2\xdf\x21\xe0\xba\x8c\x4e\xdb\xc4\xf2\x5e\xc4\x2f\x9b\x53\xb9\xd7\x4b\x5d\x3d\xbe\xbb\xac\xc5\xfa\x1c\xa6\xbc\xa1\x91\xfa\x30\x02\x79\xdb\x51\x4a\x7c\x68\x61\xde\x96\x88\xbc\x7f\x18\xf1\xbc\x2d\xbe\x69\x48\xc1\x9e\xd1\xda\x8e\xbe\xa9\xfc\x9e\x5f\x46\x91\xbc\xbd\xd7\xef\x5f\x33\x7f\x6e\x56\xde\xd7\x4b\xb2\xeb\xeb\x04\x2b\xfe\x39\x47\x39\x65\xc4\xa8\x0f\x1d\xca\x29\x87\xe8\x33\x3f\xe5\x45\x37\xd3\xe7\xda\xe5\xb4\xc8\xca\xcc\x1a\x6a\x5a\x64\x63\x6e\xc3\xe5\x07\x95\xb1\x7a\x5b\xd7\x6e\x6e\x1f\xb2\x96\xf3\x1c\x1c\x93\x4f\xf1\x42\x75\xeb\xe2\x3a\x34\x9f\x37\x3a\xe7\x2b\x68\x92\x8a\x15\x12\xac\x22\x06\x8d\xaa\xe2\xe2\xe4\x3f\x5b\x90\xf3\x05\x73\x53\x54\x9c\x90\x23\x15\x17\x75\xfa\x5c\xb6\x9c\x97\xdc\x34\xfa\x74\xd3\xeb\xb1\xd8\x35\xac\xb0\xef\xa8\xf6\x66\x94\xae\x85\x2d\x55\xc7\x58\x12\x3c\x87\x7b\xd1\xbd\xaa\x71\xdc\x8b\x6c\x34\x17\xd7\x41\xfc\x0c\xba\x3c\xff\x5e\x02\x28\xcf\xc6\x39\xfb\x6c\x6d\x79\xd6\xb9\xe9\xb9\xb9\xcc\x3d\xe8\xfe\x7e\x4d\x5a\x4a\x8e\xf2\x6c\x13\x3d\x8d\xeb\x79\x54\x3e\x44\xaf\x3c\x48\x08\xed\xa3\x42\x2e\x0f\x5a\x9f\x7d\xd3\x78\x30\x21\xa5\xcf\xe1\x28\xcf\x92\x10\xfa\x56\xf4\x7b\xb4\x35\x52\x14\x96\x07\x75\x4d\xf9\xec\x58\x79\x96\xc4\x90\xc7\x87\x48\x94\x07\x0d\xcd\xf7\xef\x17\x91\x6c\x43\xdf\x2f\x0e\xbd\xcd\xa4\x32\x1c\xf7\xd8\x5c\x5e\xf7\x7c\xf8\xfb\x75\x58\xcb\xee\xfe\x32\x8f\x8c\xd7\x6f\x71\xd0\x6d\x4b\x9a\x0f\x1c\xb4\x74\x89\xe5\x59\x1c\x73\x1e\xd3\xe5\xf5\xfb\x59\xd4\x5e\xb9\x51\x4e\x69\xbc\x25\x38\x78\xb7\x8f\xf1\x6e\xd7\xef\x17\x13\x9a\xa5\x26\x2f\x4f\x85\xe8\x0e\xcd\xbf\xce\x6f\x89\xae\x3c\x30\x95\x63\xfa\xfb\x45\x87\xda\xee\xef\x17\x1d\x1a\x4d\xe3\x59\x4c\x5c\xae\xee\x1f\xa6\x2d\x7b\x7e\x9d\x47\xc3\xfb\xb7\x98\xaa\xba\x79\x7d\x3a\xfa\xb3\x5d\xfd\x75\xfa\xdb\x34\xbf\xc5\xf4\x14\x3d\xa2\xe5\x59\x4c\x4c\x91\xee\xae\x3c\x83\xdb\xeb\xf3\xb5\x98\x92\x9a\xbc\x5e\xe3\xfa\x96\x50\xcb\xb3\x98\x94\x26\xc5\x7c\x79\x60\x4a\x24\x41\x97\x67\xae\xf3\x2d\x9d\x4e\x79\x26\x4c\xa4\xc7\xb3\xa8\x4b\xdb\x8a\xc6\xb3\x98\x92\xd6\x37\x8d\x7f\x51\x93\xb2\x55\xff\x3e\xc6\x93\xff\xe0\x11\x29\xcf\x84\xc3\xed\x6a\xec\x58\x12\x48\x9b\xba\x0c\x07\x96\x4a\x5f\xae\x63\x11\x71\xd9\x77\xca\xb3\x48\x5b\x6f\xc3\xbf\x5f\x8b\x3d\x8b\x26\xbb\x38\x88\x2e\xeb\x65\x79\x8e\x30\x66\xba\xbd\xf5\xa2\x36\x1f\xd6\x83\x47\x69\x73\xff\xcf\x12\xcf\x93\xda\x3b\xe1\x58\x7c\x99\x30\x6f\x4b\xfc\x2f\xcf\x05\x47\xee\xfe\xd6\x0b\xdd\x4a\xd1\x66\x2d\x6a\xda\xbf\x2e\xff\x22\x98\x79\x78\xbe\x8b\x26\x96\xcd\x9b\x71\x71\xd8\x3c\x3e\x1e\xcd\xd2\xb5\x19\xeb\x51\x6b\xc5\x87\xfb\xae\x2c\xbe\xfa\x5b\x74\xb1\x7f\x1d\xf6\x1b\x0e\x2b\x6b\xbd\x6e\x38\x7c\xaf\xc7\xcd\xa3\xbd\xab\xff\x9b\xc3\xed\xf1\x62\x29\x97\xc1\xa3\x3c\x4f\x46\x5d\xa0\xdf\x3f\x8b\xc3\x28\x3e\xbc\x4f\xe5\x30\x6a\x3c\xef\x5a\x9f\x91\x35\xde\x37\x41\x6c\x5c\x6e\x5c\x06\x1d\xce\xb7\x33\x7f\xf5\xbf\x9e\xd9\x56\x3e\x5a\xc0\xf2\x2e\xe2\x5c\x36\x5d\xce\x77\x11\xdb\xae\x67\xba\xfc\xa8\x63\x74\xd9\x50\xc7\x94\xad\xba\x7e\xad\xe7\xa6\xf1\xbf\xdb\x43\x7b\x59\xe5\x17\x75\xcb\x67\xfc\x2f\x5a\xf6\x4d\x87\x1f\x75\xce\xf8\x2a\xa7\xc5\x61\x4e\x11\xeb\x37\xaf\xf5\x98\xae\x5f\x6c\x43\x29\x53\xfd\xa1\x2f\xee\xd9\xf5\x07\xfb\xe7\x32\x1a\xe3\x0f\xd3\x52\x42\x9d\x51\xb2\xca\x85\x67\x50\xe7\x2f\xd4\x0d\xbb\x88\x69\xa8\x1b\xf4\xd6\x17\xd4\x0d\x5d\xfa\xea\xf2\x2e\xe2\xda\xd2\x70\xf9\xe1\x7b\xad\xe7\x22\xae\x6d\x68\xfd\xd1\x18\x34\x99\x28\x0b\x1a\x83\x26\xbb\x5e\x09\x8d\x40\xfb\x28\x5a\xcb\xbb\x88\x6d\x9d\x9e\x5f\x65\x3f\xbe\xda\x5b\xc4\x62\xf7\x7e\x21\xf1\x57\x11\x4f\x24\xea\x2e\x89\xaf\x84\x04\x3c\x74\xfe\x91\x80\xcb\x1c\x2e\x23\x51\x65\xf5\x8f\x44\xbb\x27\x97\x91\x88\x3c\xff\x45\x7c\x5b\xf1\xf9\x59\x9c\x56\x95\x3a\xab\x20\x91\xd6\xee\xf5\x1e\x21\xb1\xb9\xcc\x63\xec\xf3\x05\xb1\x2e\x7a\xec\x91\x30\x7b\xfe\xfa\xfd\xb1\xee\x7b\xd6\x78\x17\xf1\x2e\x75\x73\xfd\x8d\xba\x4c\xe3\x19\xb1\xfe\x2a\x43\xac\xb3\xee\x6b\x48\x84\xd5\xfb\xbd\x88\x71\xdf\x8a\xbf\x0f\x09\x42\xed\x2f\x09\xaf\x65\x7f\x0f\x7d\x93\xba\xac\x20\x21\xf5\xd9\xf4\x3d\x12\x4e\x6e\x5a\x0f\xe8\x5f\x29\xea\xff\x7c\x91\x38\xb5\xff\x8b\x97\xcc\x7e\x1c\x90\x40\xba\x1f\x6f\x24\x90\xda\xbd\x7e\xb0\x84\x5f\xf7\x11\x9e\x70\x7a\xbf\x2f\x1c\x75\xc4\x6c\x04\xd3\xbf\xf7\x3f\xb1\xa7\x17\x24\x80\xdc\x7c\xd8\x6e\xc4\x37\xbd\x9c\xef\x22\x86\xb5\xfa\xb0\xdc\x88\x5f\x7a\x39\xdf\x45\xfc\xaa\x5f\xb6\xf7\x8e\xc3\xa1\xf2\x83\xf8\x28\xce\xf1\x7d\xe2\xb0\xa8\xbd\x07\x83\x9d\x17\xef\x79\x21\xb6\x1a\xcf\xbb\x43\xfc\x55\xff\x2e\x62\x3a\xf5\xd8\xbd\x2f\xe2\xa5\x17\xeb\x45\xf7\xab\xc7\xe7\x7d\x0f\x58\xf3\x9f\xc5\xae\x1b\xc6\x45\x6d\x7e\xdd\xb6\x38\x8c\x43\xe5\x75\x99\xc4\x89\xd4\x6d\x8b\xc7\xc5\xe5\x45\xec\xe7\x87\xb8\xd6\x0d\x5d\xf5\xf8\x1c\xde\x8a\x88\x54\xd2\x57\x7d\x43\xdd\xa1\xfe\x17\x67\xd9\xa5\x8e\xa9\xdb\x7e\x70\xd8\x5c\x7f\xad\xc7\xe3\xb3\xfe\x75\xdb\xe1\x7c\xdc\x3f\xba\xea\xed\x43\xcc\xea\x96\x76\xc6\xeb\x32\xeb\xf3\x39\x4c\x75\x4b\xf1\x98\xaa\xbf\xd4\xd0\x05\x6b\x7c\xa9\xa3\xde\x70\xfd\xe2\x84\xeb\xd0\x78\x12\x02\xc8\x47\x48\xab\x5b\xe2\x32\x7a\xbc\x69\x8d\x57\x97\xa5\x6e\x70\xc6\x52\x57\x54\x3c\x75\xaa\xd4\x65\x75\x2b\x38\xcc\xec\xea\x6f\x11\xdf\x5c\xb2\xd6\x7f\x11\xdf\xdc\x92\xeb\x43\xd7\xab\xfe\x4a\x5c\x26\x8d\x3f\x88\xe9\xd0\xfa\x43\x3c\xbf\xfa\x83\x58\xf6\x4d\xed\xb5\xca\xe3\xa9\xfa\x1e\xeb\xa3\xf9\xf5\xe0\xdc\x34\x9e\x45\x1c\x9b\x3c\x3a\xea\xd6\x17\xf1\x28\x4d\xe3\x19\xa8\x4f\xab\xfa\x1f\x48\x1a\xbb\xf6\x6b\x70\x5e\x7c\xde\x26\xba\xfa\x5d\xeb\x85\x9c\x99\x3d\x9e\x89\xfa\x66\xe8\xfb\xc5\x7c\xf5\xe4\xfd\x87\xf9\x92\xcc\x5d\xb7\x13\xc9\xa1\xaa\xfe\x8c\xc7\xce\xf5\x6b\x7d\x76\xf7\x87\xba\x25\x67\x7f\x1f\xe7\x4b\xfd\xa3\xee\xd8\x92\xcb\xeb\xbc\xca\x1b\xb1\x6e\x8b\xf8\xd4\xe2\xf5\x47\x03\x91\xb3\xbe\xbf\xb9\xaf\x3e\x5f\x30\x5b\x9b\xc7\xbb\x98\xad\xb1\x65\x97\x0f\x38\x77\x8d\x07\xaf\xc3\xe4\xfd\x84\x39\xda\x8b\xf6\xe7\xe9\x48\x2a\x9a\xcf\x73\xaf\xf3\xef\xf5\x7a\x51\x4f\x66\xf5\xbf\x98\xa1\xba\x25\xfd\xfe\x0d\xfa\xf4\xa9\xdf\x91\x64\xf3\x87\xb9\xac\x3b\x92\xec\xd4\x7e\xec\x1b\xa2\xbd\xf6\x73\xdf\x60\xbe\x3e\x8f\x41\xc5\x1f\x2c\xeb\x31\x5f\x3b\xcf\xe3\xb3\xab\x1c\xeb\xa3\xef\xd7\x7d\x2d\xb2\xba\xd7\x9d\xfb\x25\x0f\xa2\x1a\x0e\x8d\x55\xf7\x79\xcf\x9d\xc7\x44\xed\x2d\xe6\xa7\xc8\x6d\xa4\xee\x30\x3f\x33\x69\xfc\xd8\x66\xb6\xa1\xf9\x95\x50\x17\xbb\x9c\x91\x6c\xaa\xca\xd0\xfb\xae\xf9\x15\x1e\xb3\xcd\xed\xe1\xac\x38\xd4\xdf\xba\xaf\x63\xdb\xff\x44\x72\xa9\x7b\xc1\xd2\xaf\xc5\xc7\x89\x32\xcb\x50\x54\x71\x9b\x2c\xdb\xee\xce\xd6\x61\x2f\x22\x1e\x7b\x41\xd7\x9f\x3d\xd8\x25\xd6\x16\x6f\xde\x8f\xed\x45\x8b\xbf\x2e\x7b\xc9\x9f\xc7\xa7\xee\x2d\xc1\xc9\xea\x7b\x6c\x13\xc5\xdf\xb7\x8e\x98\xad\xf6\xdb\xe0\xf2\x68\x3c\xd8\x2a\x4a\xf2\xef\x21\xd6\x3e\x0c\xed\xdf\x19\x2e\xeb\xde\xd0\x3d\x0e\xb7\x7f\x43\x2c\x35\x9f\x86\x2e\xdc\xe5\xbe\xf3\xbd\xc6\xdb\xb9\x2c\x3e\x1c\x70\x66\x9b\x0f\x5b\x0f\x49\xc8\xdf\xc7\x78\xd5\x5f\x47\x52\xab\xfa\x7e\x60\x28\x14\xb1\xda\xd1\xf5\x4f\x1f\x9e\xc5\x69\xf5\xdd\x87\x67\xa0\xe5\xe9\xda\x9f\x25\xe6\x96\xee\xdf\x2f\xb1\xb6\x88\xd3\xab\xb8\x1d\x36\x79\x4c\xd7\xfd\x80\x18\x8a\x38\xec\xe8\xb2\xbb\xf7\xe3\xc0\x50\xe7\xfe\x0f\xf6\x4b\xc4\x68\x47\x37\x3c\x3c\xdf\x93\xc3\x9f\x5c\x5e\xeb\xf9\xb5\x7f\x48\x8a\xf2\xc9\xae\x3b\x9a\xb6\xb9\xe9\xfb\x8b\xfd\xfb\xaa\x3f\x39\xcc\xae\x5f\xfd\x4b\xbd\x56\xf1\x54\x2c\x26\x66\xfb\x1d\xf5\x9a\xdf\x1d\x9c\xa1\xda\x5b\xc4\x6a\x6c\x5e\x0f\x98\x1b\xe9\xfa\xeb\x8e\x57\xf4\xd7\x78\x60\x66\xa4\x6e\xad\xfb\x0b\x31\xdc\x5d\xbf\x1e\x17\xf9\x86\xd4\x7d\x11\xb3\xb6\xfb\xf2\x2f\x66\xa6\xfb\xb1\xd8\xdf\x1b\x1f\xe5\x4f\x3d\xee\x85\x36\x9c\x57\x1c\x0a\x5b\xd1\x63\x80\x47\x61\x95\x0b\x61\xc5\xa3\xb0\x99\x98\xe2\x52\xd8\xb6\xec\xf6\x0e\x38\xf9\xae\xf2\x03\xb3\xa3\x32\x6a\xb7\xfe\x71\x19\xaf\x69\x67\xbf\x3e\x7e\x82\x15\x3f\xc1\x2e\xdf\xfc\x9a\x60\x46\x24\xd9\xd5\x84\x43\xd2\xe6\xf6\xd2\x84\xb9\xf4\xf7\xa8\x01\x37\x97\x1f\x24\x03\xcd\x27\xc7\x7c\x35\xde\x0c\xb1\xd2\x7d\xc7\x01\xb0\x4a\x32\xae\x29\x0c\xe1\x5e\x9f\x0c\xb3\xe7\xf9\x65\x24\x2f\xaf\xc7\x62\x5e\xb2\x1f\x7b\x3c\x06\xbb\xdc\xad\x97\x0c\x04\xe7\xaf\xf6\x4a\x8c\x57\xfd\xfd\xd0\x37\xb5\x5f\x38\xef\xd3\xe5\x9b\xfb\xab\xf5\xaa\x71\x9e\xd5\x7e\x65\xbf\x76\xad\x6f\x85\x19\xd5\x79\x4b\x75\x9d\xd7\xa1\xc7\x12\x1f\xc2\x5a\x74\xbe\xd2\xa2\x5f\xad\x0c\x8d\xaf\x85\x64\xa7\xf5\x69\xc1\x6c\x6b\xbe\xd8\x46\xbf\xea\x17\x3d\xea\xdb\x74\xfd\x0d\xb3\xad\xf1\x2f\x49\xb0\xcb\x1b\xba\xa6\x25\xf9\xf5\xe9\xf9\x8c\xce\xfc\x5d\x86\x39\x4f\x5a\x9f\xb1\xf6\xfb\xab\xbd\x81\xed\x7a\x1f\x7f\xf2\xb8\x24\xc4\xbc\xee\xc5\x0f\xc3\xa1\x88\x4f\x5a\x62\x9d\xbd\x46\x6a\x9a\x78\x51\xe8\x65\x4c\x10\x2b\x89\x69\x15\x8f\xc8\x22\xb5\x51\xc5\x23\xb2\x6c\x22\x3e\xe9\x98\x10\x0f\x4d\x16\x62\x26\x67\xab\x9a\x8e\x13\xce\x55\xdf\x13\x99\xd1\x75\x59\x13\x86\xa8\xe6\xc3\x74\xc1\xa9\x8b\x38\xa5\x2b\xc4\x48\x2d\xce\x15\xc4\x55\x8b\x03\x31\xeb\xbe\x2c\x17\x8b\xd5\xb4\xf9\x77\x82\x58\xa9\xff\xc5\x79\x15\x73\x1e\x09\xf5\xbf\x7c\xda\x2a\x91\x04\xb9\xee\xea\xff\x9e\x78\x61\x88\x38\xdc\xeb\x71\x9b\x5e\x0f\x24\xbd\xe6\xf9\x2f\xe2\x57\xaa\x38\x9d\x74\x63\x38\xf4\x78\x9e\x84\x8e\x5d\xf3\x7f\xc2\x1a\xa1\xf6\x9e\x58\x5f\xb5\xf7\x72\x78\x7c\x58\x97\x64\x57\x8a\x38\xe7\xf4\xc6\xe5\x55\x7f\x8b\x18\xb6\xaf\xf1\xbf\x5c\x36\x11\xdf\xf4\x42\x2c\xa6\xcb\x38\x76\xe8\x70\xe6\x0d\xc9\x51\xc4\x31\x2f\xe2\x37\xa4\xa6\xa8\x79\xe3\xb0\x8b\x19\xc8\x1b\x92\x87\x1e\xdb\x1c\x6a\x2e\x3d\x7e\xf9\xc7\xc6\x90\x55\x6e\x38\x7e\xb8\x8c\xa3\x87\x88\x75\xc6\xc6\xd0\xb4\x3e\x39\x6d\xa8\x1d\xd5\x5e\x82\x93\x16\xf1\xcf\x4b\xb2\xcb\x72\x93\xad\x19\xe2\x28\x07\xf0\x9a\x13\x6a\x09\x49\xb2\x19\xe2\xe6\xf3\x90\xf3\x9a\xff\x2e\x66\x23\x2f\x4e\x31\xcb\xb1\xa1\xe6\xb2\x7f\x7b\x51\xd5\x0c\xb1\x93\x0b\x70\xcd\x05\x35\x6a\xf7\xef\x83\x13\xd7\x78\xf1\xd2\x91\x21\xbc\x66\x22\x66\xa6\x88\x47\xc6\x4b\x67\x6e\xfe\xfe\xc6\x26\xa4\xf9\xd5\x9d\xf9\x68\xfd\x09\xa2\x19\x3a\xbf\x99\x28\x1a\x4b\xca\x19\x62\xe9\xfb\x9f\x2b\xcc\x9c\xf7\x73\x49\x82\x65\x88\x19\xcb\x8b\x39\xb4\x57\x58\xcd\xf5\xe1\xf1\x51\xff\x0d\xe3\x99\x24\xff\xdc\xc2\x46\xe2\x32\xcc\x6c\x55\x7f\x8d\xf3\xe4\xf5\xeb\xd8\xc4\x7c\x5e\x3a\x36\x03\xf7\xbf\x24\xcd\x5c\x9a\xeb\xb9\x9f\xd3\xbf\xef\x9c\x6f\xf5\xd7\xc3\xc6\xe4\xef\x5f\xee\xbb\xda\x1b\x4b\x32\x19\x3e\x4f\x73\x49\xd6\x66\xae\xb1\x60\x96\xe6\xf3\x3c\x0f\x34\x0f\xda\xbf\x45\x0f\x9b\x2c\xa6\x35\xe3\xa8\x60\x66\x2c\x1f\x38\x8a\xe8\xfe\xe7\x23\x1c\x79\xf4\xfb\x25\x89\x56\xa9\x15\x6b\xc6\x10\x5f\x7d\x1e\x50\x6b\x6d\xbe\x0f\x18\x3a\xe5\x85\x57\xb1\x74\xf6\xad\x68\x7f\x43\xad\xef\xf5\x86\x59\x53\xa8\x53\xcd\x30\x67\x53\xcc\x5a\xbe\x0b\x8e\x02\x1a\x4f\xa8\xf1\x25\x4c\xe4\xd0\x5c\x79\xbe\x8b\x9e\x95\xb9\xfd\xd1\xe3\x92\x17\x27\xd7\x36\x2f\xc6\x22\x66\x3d\x79\xb1\x17\x31\xb3\x0b\x61\xcd\x8b\x98\xe5\x2e\xe2\x9a\x1f\x16\xcf\x83\x7f\x96\xe4\xd3\x7d\x79\x1f\x74\x78\xe2\xf4\xf3\x73\xe2\xa5\xa0\xc5\x78\x2e\x5c\x04\xfd\x3d\xc4\xe8\xab\xfc\xf2\x78\xa9\x7f\x38\xcd\xe2\xf1\xbe\xa8\x85\xbc\x18\x2f\x3e\xf5\x3e\xbc\x2f\x62\xa0\x1e\xa7\x8c\xda\xcc\xf3\x2b\x8b\x73\x1c\x56\x03\x94\x2d\x0e\x6f\x57\x39\x22\xfa\x5c\x8f\x81\x53\x9b\x51\xb0\x29\x34\x49\x7e\x65\x0b\x4e\xbf\xaa\x8c\x64\x27\xe2\x52\x16\x67\xd9\xad\x96\x2a\x8b\xd8\x16\x19\x7c\x6b\xd9\x99\x9f\xc6\x5f\x82\xf3\xd4\xe3\x53\x76\xd6\x4f\xc4\xa7\xec\x10\x17\xa9\x95\xca\x12\xc3\x5b\x1e\xfa\x3e\x11\xaf\x28\xe2\x52\x52\x70\x5a\x1a\x1f\x2e\x9a\xbb\xdb\x4b\x18\xa0\x75\x38\x4b\xce\x10\x3b\x7d\x9f\x79\x3c\xb4\xbf\x05\xe2\x9b\xc5\xf9\x95\xc5\x49\x96\xe1\xf1\x2c\xb1\xbd\x9b\x13\x2d\xf9\xa1\x3d\x8d\x07\x97\x4a\xd9\xcc\x6a\x81\xb8\xca\x6b\xaa\x96\x45\x4c\xb3\x22\x2a\x2a\xc1\x7a\xbd\x48\x6d\x55\x90\x64\x87\xf7\xab\x85\x5a\x4c\xeb\x19\x92\xa7\xce\x4b\xe9\x8b\x19\x31\x31\x29\x8b\x38\x65\x3f\xbe\xa5\xe3\x75\xe8\xf1\x2f\x49\xb3\xcb\xe0\x5d\x4b\x67\x3f\xbd\x3f\x78\xad\x49\xe7\x5e\xcb\x20\x5c\x54\x8f\x6f\x19\xfc\xbe\xb9\xfe\xe1\xbe\x68\xbe\x13\xaf\x4b\xef\xff\x81\x9a\xce\xfb\x77\xe0\x52\xac\xc7\xa2\x1c\x61\x10\x57\x7b\xd8\x2c\x87\xd7\xf7\x24\x04\x53\xc4\xb8\x9c\x9c\x5f\xef\xef\x89\xcd\x50\x8f\x7b\xc1\x46\xe9\xc7\xb7\x5c\xc4\xa8\x8a\x58\x17\x24\xcf\xe1\xdf\x5f\x71\x1f\xd4\x3f\x3a\xfb\xaa\xc7\xad\x40\x4f\xe4\xcd\x52\xcb\x13\xeb\xab\xdf\x3f\xb8\x08\x7b\xbe\xeb\xbe\xe7\xee\xfd\x7b\xb8\x1f\xee\x6f\xdd\xe7\x2e\xd7\xfe\x5a\x90\x0c\x15\x54\x51\xeb\xba\xaf\x5d\xe1\x3c\xb5\x22\xf9\xc9\xa0\x5d\x2b\x92\x9f\x99\x2d\xe2\x66\x8a\xd5\x58\x44\xca\x14\x39\x98\x57\xa2\x50\x4a\x13\xb1\x27\x1c\xa4\x65\x49\x26\x35\x87\x1a\xba\xaa\xbc\x98\xa1\x21\x4e\xbf\xe2\x52\x9c\xa5\xa6\xab\xa8\x9d\xac\x76\xab\xa5\xa1\x26\xd3\xef\xc3\x0b\xd7\xfd\xaf\xc7\x3f\xcb\xe6\x5c\xeb\x92\x8c\x4a\xf2\x78\x6b\xd8\xc8\x3f\xeb\x51\x1b\xfb\xad\xfb\x54\x3b\x6a\x60\x31\xd7\x15\xb5\x6d\xd5\xe3\x56\x79\x4c\x8b\xc7\xcb\x79\x35\x73\x5f\x91\x64\x72\x57\x7b\x03\xe6\xa6\xfb\x7b\xbc\x58\xeb\x9f\xc4\xa9\xd4\x8a\x01\x4a\xe1\x51\xb5\xce\xe0\x94\x34\x79\x5e\xea\xa1\x97\xb3\xce\x0b\xe2\xa2\xc9\xce\x1b\xef\x0a\x75\x7e\x74\x7e\xaf\xf6\x90\x54\xb2\xc4\xba\x7a\x84\x37\x8d\x16\x6f\x5d\x96\x22\x97\xd5\x5a\x7f\x2e\x8b\xdb\x7b\x30\x90\x6a\x3c\x48\x26\xe6\x4c\x08\xfd\xa8\x59\x92\x4c\xc5\xc0\x3e\x75\x39\xeb\x8d\xcd\x40\x9c\x45\x45\x8d\xb2\x35\x97\xc3\x86\xa1\xdf\xaf\xc7\xb4\xca\x9f\xbe\xd6\x27\x74\xf2\xda\xcc\x97\x18\x2f\x6f\xc6\xe2\xec\x9b\x1c\x1c\x2a\x11\x1e\x5d\x2e\xa4\xb5\xa1\x93\x95\x43\x41\x6d\x3b\x5e\x6d\x9b\xcb\xa1\x03\xff\xac\x27\x61\x1b\xd5\xeb\xd9\x22\xa8\x5c\x9c\x4c\xcb\x8c\x47\x9c\x4f\xcb\x0d\xce\x5d\xed\xc1\x99\x76\x49\x36\x04\x67\x94\x4d\x97\xb7\x35\xfc\xd1\x35\x9f\xd6\x89\x5f\xd0\xe1\x6c\x1c\xb6\xe9\xf2\xe2\xbc\xaa\x5c\xd2\x6b\x3b\x30\x70\xeb\x31\x6e\x07\x92\xa5\x24\xb5\x76\x86\xfb\x99\xfa\x3b\x31\x10\xeb\x71\x6c\x70\x56\x56\xfb\x34\x02\x72\x37\x5d\xae\x76\xe3\x3d\x25\x62\xdf\x6e\x02\xd2\x44\x3c\xdb\x8d\xb7\x8a\xc7\x77\x43\x8c\xc4\xec\xb4\x27\x38\x5f\xcd\x6f\x31\x23\x59\x2e\xf1\xb5\xbd\xa8\xe1\xa4\xf6\x6c\x6f\x3c\x5e\x9f\xf9\x74\xbc\xc5\x14\xb8\x55\x7b\xe8\xdc\xf5\xb8\xf4\x2d\x24\x3f\x7f\xcf\x63\x2f\x62\xdd\xb7\x30\xd0\x7f\xfa\xef\xe8\xe0\xe5\x62\x57\xfb\x1e\x3a\x6f\xd7\x43\x3c\x74\x9e\xfb\x3e\x38\xef\x4d\xe5\x7f\x17\x0f\x52\x7b\xc2\x5b\xcd\xdf\x27\xe2\x47\x74\x3f\x7a\x26\x1e\xa2\xb8\x8c\x24\xaa\xf3\xd9\x23\x5e\x42\x92\x41\x07\x5a\xc0\xeb\xd1\x4b\xa8\x49\x34\xff\x90\x94\xf4\x38\x74\x24\x25\xb9\x90\xd7\x5e\x1e\x24\x77\xfd\xfe\xc7\xe1\x40\xfd\x57\xd4\x8c\xba\x8f\xbd\xc1\x1c\x68\x3f\x7a\x83\x59\x95\x4d\xa6\xe3\xa2\x5f\xdc\x7f\x8b\x90\x03\xad\x5f\x7b\x70\x60\xd1\xfc\x97\xa4\x93\x9b\xe7\xd7\x83\xd9\x55\x7b\x3d\x6c\x82\xda\x1f\x5c\xd4\xfd\x18\xf6\x31\x68\xcf\x65\x1c\x8e\x3c\xbe\x19\x8f\xb5\xda\x3f\xb0\xd1\x78\xff\x8f\x44\x7f\x5a\x4f\x5c\xa8\x15\x58\x5f\xfb\x15\x92\x90\xc6\xfb\xa3\x49\x51\x7b\x48\x22\x5f\xe3\xbd\x08\x39\xd8\x5c\xff\x10\xdc\xa8\xf1\x60\xd3\xb6\x5a\xab\x3f\xc1\x9c\x68\x7e\x30\xdf\x66\x1e\xfb\x8b\x01\x5f\xcc\x6f\x7f\x17\x7d\xb6\x30\xd1\xb9\x0f\x7e\x3c\xfa\x8b\xe4\x23\xfa\xd6\x5f\xe8\xa5\xee\xdf\xd8\x90\xd4\xeb\xfc\x93\xc7\x65\x6c\x18\xa0\x8b\x7f\x8c\xc1\x53\xc4\x6e\x04\xb1\xd4\xe5\x18\x5c\xae\xfa\x55\xcf\xe3\xa1\xc3\x34\x70\xc5\xec\x52\x53\x8c\x7d\x5d\xfe\x5d\x9c\xd4\x48\xe8\xbc\xdd\x5e\x2a\xbc\xb4\x49\xe5\x0e\x31\xf3\xf7\x07\x87\xd7\xf5\xb8\xb0\x6a\xb3\x06\x91\xa5\x53\x87\x7d\x64\xda\xd7\xe6\x8e\x45\x8c\xdb\xd7\x78\x17\xa7\x51\x92\x0e\xc7\xc8\x10\x17\x89\x89\x03\x4e\x79\xb8\x7f\x5c\x27\x37\x11\x97\xb1\x38\x8d\x5c\xc5\xb9\x0d\xd4\x10\xd5\xf5\xa8\x19\x6c\x83\x18\xa8\x19\x52\x77\x99\xc3\x2c\x4e\x71\x10\xaf\xe3\xcb\x32\xe0\x4c\xb2\xd7\x83\xf8\x1a\x79\x07\xd7\xd1\xc2\x80\xab\xf1\xad\xcb\xd9\xfd\x98\x8e\x88\x3f\x11\xe7\x34\x3a\x62\xb3\xd4\x3e\x03\xce\xc6\x36\x80\xd1\x71\x55\xd5\xe5\x1d\x23\x1c\x3c\x5c\xae\xc4\xef\x68\xbd\x06\x36\x06\x71\x42\x63\x22\x09\xe8\x31\x1c\x33\x0c\xd0\x3a\x0f\x73\x3d\xbe\x33\xbb\x9e\x78\x0e\x1d\xf6\x11\xf1\x08\x92\xac\xc6\x62\x46\x4a\xd6\xe3\x38\x8e\xe0\x04\xd5\xff\xe2\xcc\xab\x6d\x70\xe3\x0c\xe6\x41\xfb\x7f\xe2\x97\x9c\x5d\x7e\xb0\x49\xa8\x7c\x71\x3e\x92\xd6\x07\xe7\xeb\x4d\xcc\xd0\xc0\x05\x5f\xae\x9d\x75\x5c\x3c\x5e\x5e\x4f\x1e\x3f\x05\x3f\xd6\x71\x43\x3c\xbc\x7e\x37\xf1\x5b\xe2\xa4\xc7\x3d\x70\x99\xd7\xfc\xee\xb0\x69\xba\x3d\xd4\x8e\x1e\x3f\x6a\x51\xab\xf5\xc6\x83\xda\x46\x9c\xf7\x78\xce\xef\x60\xc3\x3a\x1e\x5c\x53\x7d\xf9\x97\xa4\xdf\x14\x1f\x5d\x07\x36\x21\xeb\xf8\x07\x9c\xbf\x82\xf7\xea\xc0\xe0\x6d\x4e\x75\x04\xf3\xa4\xc7\x6b\x6e\xe1\x0a\xfc\x69\x6f\xee\xa8\x61\x45\x8c\x26\x6a\x4c\x05\x3b\xd6\xb9\xe3\x00\x21\xce\x7c\x86\xda\x52\xeb\x35\x77\x98\x8b\xe9\xf2\x85\x0d\x4f\xdf\x27\x6c\x88\x5a\xff\x99\xfa\x77\xf0\x64\x9d\x09\x07\x03\x9d\xdf\xb9\xe8\x43\x2f\xd9\xf5\x78\xbf\x89\x1e\xcc\x70\x30\x29\xae\x7f\xf0\x96\xfc\xcc\x77\x42\x2f\x14\x32\x51\x67\x26\x98\x50\x92\xd5\x44\x12\xb1\x24\x30\x4b\x30\x4f\xfa\x3e\x1e\x63\xaf\x57\x81\x39\x10\x33\x36\x0b\xae\xe1\x62\xfe\x26\x8f\xf1\x9c\xae\x0f\x6f\x34\xad\xef\x7a\x9c\xbb\xd0\x51\xea\xe4\x71\xf6\x63\x33\x6b\x30\x83\xfa\x3d\x0e\x2d\xd6\x14\xcd\x45\x6f\xba\xd5\x86\x13\xfa\x62\x49\x6c\x86\xda\x52\xf4\x66\xb6\xd0\xf4\xe8\xfb\xd6\xb9\x4f\xfe\x9e\xf5\xf5\x7a\x2e\xe6\xb4\xe5\xb6\xfd\xc9\xe3\x32\x1b\x9c\xa5\x1e\x97\xd9\x40\x23\xd0\xe1\x9b\x04\xe3\x29\xd8\xba\xce\x9e\xbf\x23\x63\xeb\x24\xb8\x4e\xa8\x36\x75\xf6\xc1\x65\x76\xfd\xcd\x61\xd6\xe1\x81\x73\x98\xba\x3c\x73\x40\x2c\x86\xcb\x04\xeb\xf9\x70\x8d\x88\x2c\xd6\xe6\x42\xcc\x36\x11\xbb\x39\x39\xcc\x92\x0c\xe6\x64\xb3\x75\xb9\xe6\xc4\x06\x22\xe2\x3f\x71\x9d\xce\xde\x3c\x88\x9b\xd5\x0c\x13\xef\x1c\xab\xc5\xe6\x89\x8d\x46\x92\xc8\x5c\xc4\xab\xdb\x1b\x6a\x9e\xf1\x78\x6a\xf1\x89\x23\x91\xab\x75\x9d\x11\x5c\xe4\xf6\xae\x30\xe0\x69\xbe\x57\x44\x0a\x6b\x7d\xee\x50\xb3\xb8\x1c\x6a\x1d\x8d\x0f\x62\x56\xba\xeb\x0b\x9c\xb2\xc6\x77\xd3\xbe\x0f\x3b\x92\x9b\x75\xe8\x73\x49\x6e\xd9\xc4\x77\x62\x00\xb7\xda\x66\x3e\x8d\x48\x63\x8d\xff\x41\x2d\x23\xce\x68\x3e\x07\x6a\x48\x97\x91\x64\x7d\x7e\x50\x6b\x34\xf7\x8f\x1a\x72\xfa\xf2\x86\x2b\xb3\xd4\x1a\xf3\x25\x38\x52\xcc\xc7\x81\xb7\x4e\x12\xf1\x39\x30\x78\x5b\xb2\x3d\x40\xf8\xb0\xda\xe5\x08\x4e\x5f\xc4\xe7\xd8\x61\x06\xc4\x5c\x1c\xa8\x39\xec\x7d\x77\xe0\xbd\x33\x75\x7e\x0f\x22\xc3\x05\x01\x53\x0f\x0c\xd8\x42\x54\xa8\x47\x18\xb0\x35\x9f\x23\x87\x4e\x5a\xf5\xa8\xfd\x14\x65\x54\x8f\x82\x37\x90\x88\xe5\x51\x60\xce\xba\xcb\x3c\xce\x62\x66\x0e\x2e\xff\xd0\xf9\x3b\xb8\xec\x66\xc6\x8e\x16\x6a\x4c\xf5\x17\x0e\x1c\x3a\x5f\xc7\xc4\x26\x22\x62\x71\x10\xec\xa8\xb8\xa6\x7a\x1c\xe8\xd4\x3d\x3e\x6c\x96\x76\x20\x38\xae\xe0\xe4\xb5\x7e\x17\xe7\x49\xcc\xcd\x11\x3a\x7d\x11\x97\xe3\xba\xf0\xfe\x54\x19\x35\x58\x93\x9a\xe5\x00\x45\xae\xb9\xbd\x07\x35\xb2\x98\x9f\x73\x8b\xe0\xe9\xaa\xf2\xe4\xfc\xb8\x1e\x88\x0f\x3d\xfe\xe7\x16\x9a\x0c\x95\xb1\xc1\xc9\x95\xbf\x9e\xd8\xcc\x84\xaa\x50\xcf\x25\x99\x55\x6b\x1a\x4e\xbc\x13\x87\xfb\x47\xb2\x52\x24\x7f\x3d\x51\xb3\x0a\xe7\xa6\x9e\x15\x49\x4a\xe7\xef\xac\x38\x18\x7d\xfd\x9e\xc7\x47\xf7\xed\xac\xa8\x65\x75\x3e\xcf\x8a\x0d\x2f\xf9\xf7\x3c\xfe\x5f\xed\xdd\x68\x06\x34\xfe\x8a\x8d\x55\x92\xfe\xd9\x42\x2d\xa6\xf6\x43\xb2\xf3\x7c\x71\x0d\x6f\x6e\x6f\x11\xfb\x6a\x9b\xe6\x49\x70\xb4\x90\x20\xea\x89\xcd\xaa\x7a\x3d\x71\x48\xda\x93\xeb\x03\x50\xcf\xe5\x70\x88\x52\x7f\x3d\xbc\xd1\x3e\xfb\x79\x0e\x98\xf3\xf6\x27\xc1\x92\xf5\x1c\x1d\x9b\x84\x16\x17\x6f\x81\xda\x5d\x5e\x2f\xef\xd0\x65\x38\x09\xea\x11\x70\x4e\x3d\x09\xea\x51\xb4\x62\x3d\xc7\x8b\x2b\xa2\x7e\x8f\x81\x6c\x13\xe7\x78\xce\x0a\x67\xaf\xf6\x66\xa8\x61\xb4\x58\x33\x5c\x63\xfd\x3d\x41\x62\xde\xac\xf5\x58\x34\xeb\x98\x4f\x22\x89\x6d\x93\x38\xb9\x5c\xbb\x37\x87\x48\x62\x8b\xc5\x27\x62\xac\x60\x15\xea\x79\x40\xac\xbd\x78\x5c\x46\x7b\xb3\x9c\xeb\x31\x6a\x36\x70\x9d\x18\xe4\x84\xb3\x56\x4f\xd4\x44\xf2\xbb\xaf\xe7\x01\x67\x22\x4e\xf1\x3c\x79\x2c\xba\xcb\x88\xd9\x52\x43\x9c\xa1\x46\x12\x31\x3c\x4f\x20\x8e\x36\x7f\x0f\xb1\xf7\xe1\x21\x52\xb7\x17\x7f\x0f\xb1\xf2\x7c\xce\x97\xc3\xa5\xc3\x74\x85\x98\xac\xdf\x2f\x62\xd2\x9a\x0f\xdb\x15\x62\xbc\xfa\xbb\x82\x33\xd5\xfe\xc1\xd9\xdb\x06\x74\xf2\x58\x5a\x4d\x7a\x12\x27\x64\x03\xe1\xb9\x88\x4f\xdd\xdd\xfe\x7a\x2c\xcb\xd7\xfe\x10\x0c\xdb\x7c\x59\xee\xb0\x89\xb9\x1c\x62\xbc\xbf\x47\x92\x90\xda\xe3\xc4\x01\xc2\x3a\xff\x33\xd4\x9a\x3e\x5f\x0f\x06\x7c\xaf\x1f\x36\xc4\xec\xdf\x3f\x04\x8d\x89\xf8\x9e\x3f\xae\xae\x5a\x9f\x45\x1c\xab\x0d\xdc\xe7\x13\xfd\x6b\x7e\xd8\x0c\xac\x86\x38\x17\xf1\xac\x96\xbc\xcf\x1f\xc9\xc2\xfd\x41\x1c\x3d\x9f\x07\x07\x0e\xdf\x1f\x24\x0d\xab\x55\x4e\x5c\xeb\xcd\xa9\x9f\x2f\x41\x7a\x1e\xef\xfb\xef\x60\x4d\xea\x89\xab\xbd\xd5\x6e\x17\xb0\x5e\xb6\x09\x5c\xa8\xf5\xac\xa6\xb9\xb0\x41\x08\xbc\xaa\x5e\x78\x9f\xd9\x26\x73\xa1\x89\x48\xd3\xf5\xd8\xb0\xb2\xeb\xb1\x49\x35\x97\x51\x93\x89\x38\x5f\xd8\x34\x84\xa4\x59\xaf\xed\xfd\x86\x5d\xa9\x57\xc0\x7f\x69\xbf\x2f\x1e\x0b\xab\x89\x2e\x24\x9d\xac\xc7\xfe\x42\xb3\x21\x14\xd7\x7a\xa5\x60\x06\xf5\x7b\x6c\x20\x0a\x62\xad\x17\x71\x4b\x66\x4e\xaf\x8c\x66\x45\xeb\x77\x65\xbc\x2f\xc5\xdc\x5e\x78\x9b\xf5\xaf\x32\xcc\xc8\x70\x19\xef\x3b\xaf\xcf\x8f\x43\x87\xfa\x0b\x87\x0e\xa9\xa9\x2e\x82\x46\x85\x44\x52\xaf\xc5\x5c\x64\x33\x03\x57\x09\x58\x18\x97\x61\x86\x3c\xff\x12\x71\x36\x9a\x7f\x41\xb3\x20\xef\xd3\x0b\x4d\x89\xd5\xa4\x17\x8f\x9f\x6d\x2e\x17\x71\x4b\x36\xf0\x5f\x2d\xbc\xf5\x34\x1f\xbc\x73\x6b\x73\x39\xd4\xfe\x5a\xcf\x06\x12\x82\x98\x89\xab\x61\x13\xcf\x2e\xbf\x20\x3d\xfc\x91\x41\xff\xea\xfb\x37\xa6\x4e\xbd\xc0\xd3\xb3\x77\xd7\x35\x03\x53\x47\xf5\x33\x5e\x42\x2d\xde\x81\x4e\xd5\x87\x01\x98\x05\xc1\xc4\xd4\xeb\xe0\x31\xf2\xef\x8f\xe0\x9c\xb5\x38\x27\x98\x46\x7a\xc9\x2f\xd4\x1e\x5d\x62\xe4\x75\x86\x9a\x41\x8b\x81\xeb\xab\x1f\x97\x0b\x62\x2b\x4c\x9e\x7a\x01\x83\xa0\x08\xe6\x7a\x2d\xc9\xa2\xd9\x9b\xe8\xc2\x80\x59\xbd\xd8\x37\x06\x69\x8f\x1f\x1d\x66\x16\xf1\xbe\x1e\x88\xb9\x0f\xd3\x1b\x71\x40\x1a\xef\x1b\x3a\x73\xad\x07\x9c\xb9\x89\xed\x85\x2b\xaa\x89\xcf\xbd\xe1\x1d\x24\x49\xec\xe6\x72\xda\xc0\x76\x47\x10\xa1\xc6\x77\xef\x48\x2e\x5f\xe5\x82\xda\x29\xab\x8c\x6b\x70\x71\x99\xa0\x47\x8d\xff\xde\x71\x25\x14\xe7\x7a\xa7\xe8\x5f\xe3\x09\x83\xbe\xf6\xe7\xc6\x35\x53\x41\x7a\xf5\x2e\xec\x97\x0c\x9a\xf7\xe2\xfc\x4a\xd6\xe1\xbf\x1b\x6a\x0f\x3d\x9e\x37\x92\xb0\x2f\xef\xdd\xc2\xa6\xa5\xf2\x88\xc7\x68\xa8\x7c\xb2\x7e\x2a\x4f\x5c\x8d\xc5\xd9\xde\xe1\x3a\xed\xf6\x81\x09\x11\x8c\x47\xbd\xb1\xe1\x59\xed\x76\x9f\x78\x5b\xe9\x71\xb9\x7f\xce\x83\xcb\x17\x6a\x20\xb5\x7f\x02\x5b\x22\x62\x7c\x5f\x11\xa7\xa3\xf6\xc3\x7b\xd0\xfd\xdf\xac\x77\x72\xf9\x46\x4d\xa3\xf5\x24\x4e\xc3\x36\xc3\x1b\xd7\xe7\xe6\xfd\x78\x02\x8b\x4f\xeb\x81\xc1\xdb\xae\xef\xf7\x03\x0c\x52\x75\x3d\xae\xed\x7a\xec\xef\x27\xe2\x90\xb4\x5e\x0f\xfb\xe5\xfd\x41\x72\xdc\xbc\x3e\xef\xfe\x8d\x89\x55\x6f\x82\x66\xad\xe6\xb8\x5f\x6c\x8c\x22\xbe\x37\xe7\xdb\xcc\xd2\x8d\x8e\xbe\xb9\xff\x50\x9b\x7d\xb5\xff\x7c\x63\x6c\xd5\x87\x38\x32\x41\x61\xd4\xe7\xc7\x86\xb5\xab\xcc\x63\xb9\xbb\x3e\x24\xdf\xcf\xfa\x05\x62\x81\xe3\xce\x9e\x78\x7c\x24\x29\x80\x40\xd0\xb7\xdd\x65\xbc\x97\xc4\xc9\x3f\x3b\x41\xd8\xba\x1f\x0f\x92\xa8\x5d\x69\x1f\xd4\x66\x96\xcc\x40\x2c\xa8\x45\xf4\xef\xc1\x81\xa5\x7a\x3c\x04\xdd\x5a\x6d\x04\x82\x41\xcd\x7a\x9c\x9f\x8c\x83\x87\x98\x97\x27\xe3\x6d\xa8\xf3\xf2\x60\xe3\xb2\x4d\xf2\x41\xad\xd6\x75\x1f\x41\x30\xe8\xb6\x01\x3d\xa8\xd9\x6c\x13\x7b\x08\xfd\xb0\x4d\xe6\xa9\x10\xff\xe6\xf2\xea\xcf\xf4\xea\x69\x3b\xeb\xa1\xdf\xb7\x30\x7b\xa8\x7f\x1c\x00\xac\x76\x7d\xfa\xbf\xc3\x44\xab\x20\x10\x74\x7b\x53\x3e\xa1\x99\x6a\x2e\x77\x1e\xaf\x3f\x32\xe8\x3f\x88\x45\xf6\x4e\x78\x3a\x06\x68\xe9\x98\x9f\x7e\xc2\xa9\xbb\x3e\x88\x9f\x16\x13\x8c\x26\x07\x05\x3d\x03\x57\xd1\xe1\x7a\x0c\xf8\x9e\xdc\x20\xa8\x48\x87\x37\xe0\x06\x4c\xfc\x1e\x24\x17\x1b\xa8\x9f\x25\x99\x64\x21\x04\xd4\x67\x06\x67\xac\xfe\x8e\x78\x0c\x5c\x0e\x62\xaf\xc3\x07\xe6\x90\x6d\x28\x20\x04\x64\xbb\x22\xff\x20\x02\xe8\x72\x3e\x67\x78\x7f\xa8\x7f\xe2\x3a\xb2\x0f\xe7\x19\xc4\x5b\x9b\x01\x31\xb3\xd8\xff\xf0\x98\x59\x6d\xf2\xa0\x76\xc8\xe2\x24\x9e\xf0\xb6\x11\xa7\xf5\x44\x9c\x87\x24\x81\x40\x08\x28\x3e\x8c\x77\xb8\xba\xaa\x3d\x82\x5e\x85\x40\x5d\x41\x00\x28\x42\x64\xad\x0f\x6a\x30\xab\x11\x1e\xb0\x51\x5a\xf5\xf7\xe1\xfa\xa9\xfe\x08\x72\xdd\xc4\xe9\x3d\x70\xfa\xb6\x51\x81\x00\x90\xfd\x78\x3d\x8b\x13\x2f\x76\x50\x78\x70\x7d\xb6\x8d\x82\x08\xff\x3a\x45\xac\x88\xf0\x6f\x7d\xf7\xf7\xec\xa7\x2f\xcb\x8b\xab\xb6\x0e\xf3\x1b\x9c\xb7\x24\x2f\x00\x1a\x8b\xc7\x43\xc4\x7f\x37\x27\x15\x11\xfc\x82\x2a\xae\x44\xec\x57\x01\xf7\xd4\x77\xcf\xdf\x00\x82\x15\x00\xc6\xe6\x38\xa7\x77\x0f\xc9\xcc\xdf\x73\x7e\xbb\xdb\x03\x0e\xa5\xfa\xf7\xa8\xf5\xb4\xbf\x00\x30\xb6\xee\xf6\x13\x41\xb3\xba\xbc\x2f\x39\x00\x2c\xf9\x03\xa0\x58\x14\x11\x5f\x01\x40\xac\xde\xaf\x37\x73\x1f\xb4\xbe\x20\x06\x64\x13\x3b\x10\x03\xba\xd7\x2f\x22\xfe\x8b\x24\x43\x00\x05\xb3\xef\x23\x18\x81\xc5\x06\x76\x10\x00\x8a\x1f\x0b\x30\xfd\x8a\x22\xfc\x2b\x98\x7e\xbd\x8b\x39\x23\xc2\xbf\x4f\xed\x2f\x11\xfd\xcd\x71\x71\x60\xec\x75\x1b\xe4\xc1\xcc\xab\xd3\xeb\x83\x0e\x3f\x79\x7f\x51\xeb\xd8\x26\x12\x18\x7a\xb5\xbb\x1c\x71\x4e\x2e\x87\x03\x89\xdb\xc7\x9b\x54\xf7\x15\x84\x80\xbe\x79\xfc\xa8\x81\x36\x3d\x76\x6f\x0f\x62\xad\xf1\x77\x10\x0b\xa4\x96\x05\xd3\xae\x57\xcf\x0f\x84\x80\x5d\x8f\x43\x60\xd8\x39\xce\x2c\x30\xec\x84\x6c\x5e\xdf\x50\x13\x89\xbe\x80\x41\x57\x9b\xe8\x03\x88\x00\xdd\xcc\x4f\x20\x02\x08\x33\xb0\xbe\x23\xbc\x29\x35\x5e\xbc\x07\xb3\xd7\x23\x82\x6e\x7d\x5e\x50\x8b\x26\x31\xbb\x60\xc4\x95\xec\xf3\x87\xeb\xb4\x1d\x9e\xc0\x8c\xab\x66\x46\xc1\x7c\x6b\xf6\x4e\x03\xe3\xad\x58\x0d\xf9\x2e\x61\xa1\xda\x9b\x11\x8c\xb6\x6e\xc9\x3a\x30\xda\xb6\xfe\x47\x06\xfd\x17\xce\xaf\xf9\xf0\x1e\x21\x06\xaa\x31\x24\x07\x7b\x17\x01\xa8\x56\x92\xd4\x04\x01\xa0\x66\x9b\xcb\x4b\x02\x91\xe9\xcd\xc6\x5b\xe2\xeb\xf2\xe1\xed\xe5\xa0\xb7\xf7\x0a\x6f\x04\x4d\x36\xe0\x55\xc4\x09\xbe\xf8\x5d\x2b\xe2\xbf\x82\x18\xd0\xbe\x0e\x0b\xc4\x31\xfb\xf2\x2e\x4e\xae\x67\xb7\x47\x9c\xc7\xee\xc5\x45\x92\x18\x52\xf3\xbc\x44\xec\x0a\x90\xb0\x6d\x10\x2b\x05\x81\xb5\x88\xb8\x17\xb1\x69\x11\x71\xaf\x88\xe2\x46\x44\x7d\x29\x9f\xc7\xb0\x6d\x20\x68\xa7\xa6\x72\x0a\xd7\x69\x97\x81\xa3\xf9\x48\x2a\x6d\x03\xdd\x55\x71\x0d\x8d\x88\xf9\xaa\xa0\xb8\x46\xc4\x7c\xfb\x6e\x2f\x1c\x0e\xa6\xca\xf8\xed\x27\x8d\x97\x88\xdc\xd2\xd5\x1e\xa8\xd5\x82\x27\x69\x11\x21\xdf\x37\x8d\xbf\xb0\x5f\x9b\xfa\xab\x78\x57\x4d\xd5\xd7\x80\xff\x51\xfb\x35\x0c\xfc\xea\x1f\x78\x11\x61\x51\xb5\x2d\xb0\x9c\x3e\xc4\xb5\x6d\x10\x9f\x99\x55\xdf\x08\x1a\x9c\x9a\xff\x12\xcb\x87\x38\xd9\x46\x04\x7d\x17\x67\xd8\xb6\x16\x3a\x61\xb7\x87\x9a\xa3\x6b\x3d\x1a\x41\x84\x4d\xfb\x07\xa0\xe7\xee\xf5\x6a\xb8\xba\x4e\xcd\xbf\xc5\x63\xa4\xf2\x22\x4e\x43\x71\x1a\x2d\x22\xec\xe7\xd0\x7c\x47\xa8\xbd\x5c\x1f\xae\x9e\xae\x27\x48\x32\x6b\xfd\x26\x0e\x16\x59\xed\xa3\xf6\x95\x5a\xa8\x6d\x13\xef\xb7\xea\x72\x3c\xfe\x9a\x1f\x71\x13\x82\xd3\x69\x5b\x78\x27\x25\xad\xcf\x91\x61\xf6\xd4\x1f\xae\xcb\xc9\xed\x1d\x60\xa1\xed\xda\x1f\xd4\xb2\x8a\xdb\x68\x44\xf4\x57\x49\x02\x8d\x88\xfe\x92\xbc\x7e\x67\x78\x23\xaa\x7f\xe0\x46\x24\x89\x35\x72\x0d\x65\xa9\x39\x1b\xf9\x83\x8a\xd0\x72\x5b\x24\x10\xda\xbd\xdf\xa8\x55\xfb\xae\xf9\xe1\x30\xf1\x35\x1f\x1c\x24\x86\xf7\xfb\xc6\x06\x55\x5d\x46\xed\xbc\xe9\xf7\x37\xae\xc1\xbe\x3f\x81\x00\xe2\xfd\x0d\x04\x90\xa9\xf5\xc1\x7b\x2a\x7b\x3f\x91\xe4\xa4\x86\x6b\x1b\x92\x5b\x2e\xae\x47\x4d\xbf\xb9\x9e\xf3\xdd\xd4\x3f\x6a\xc8\xf2\xf5\x7b\xe8\x8d\xf6\x9b\x08\xff\xaa\xc7\xb2\xfd\x44\xf4\x6b\xfc\x3b\x9a\x0a\x31\x13\x6d\x27\x34\xa1\x7e\xd4\xac\x6d\xdf\x98\xdf\xd4\xef\x71\x98\xe8\x5f\xe5\x88\xe8\xd7\xf7\xe0\xf9\xcb\x66\xd7\x40\x04\xc8\x75\x57\x39\x21\xf9\x7e\x24\x8f\xb6\xe7\x08\x1a\x9e\x2a\x03\x9f\x33\x5d\x0e\xb8\xa7\xaa\x32\x68\xce\xda\x9f\x3d\xe3\x1d\xf8\x47\x36\x97\x16\x29\x91\x92\x1b\x03\x88\x4e\xf0\x13\x0d\x78\x80\x22\xe0\xb5\x46\xf8\x7f\x93\x5a\xa1\x11\xe1\xdf\xa4\x86\x6a\xe4\x45\xca\xe2\x94\x5b\x24\x46\x2a\xd9\x65\x5e\x6a\x11\x93\x48\x8d\x24\x3f\xec\xb6\x23\xf6\x29\x37\x54\xdb\x31\x80\xc9\xa0\xdf\xf6\x1a\xae\x99\xda\xcc\x16\x6a\x0b\xb5\x8f\x41\x4c\x6a\xb9\x06\xa6\x64\x2e\x6e\x2f\x92\x2d\xe9\x31\x20\xe2\x3f\x0b\x7e\xa6\x11\xd1\xdf\x7c\xd8\x89\xd8\x2f\x32\x80\xb6\x9d\x20\xaf\xe4\xf9\x76\x0e\x8f\x0f\x4b\x0f\xc9\x46\xed\xf7\xb8\x6c\x6a\x1f\x2c\x25\xd9\x10\x96\xcc\x03\x71\x50\xfb\x03\xd7\xd5\xcd\xf5\x18\x08\xa7\xd6\x6b\x84\xf7\x95\xfa\x43\x6d\x59\xbc\x7f\x13\x83\xb7\xfb\x83\xd8\x25\x1f\xde\x49\x9c\x8a\xc7\x37\xc3\xa0\xaa\xf5\x9c\xe1\x1d\xa2\xf6\x8f\xf0\x4e\xd1\xfa\x41\xbc\xe4\x4a\xde\xf6\x03\xf8\x8b\xa4\xf1\xe2\x5a\x2e\x35\x56\xdb\x03\x3b\xee\xab\x0c\xf3\xe2\xc3\x7f\xc2\xf9\x8a\xd8\x07\x02\xc0\xdc\x5d\x3e\x70\x7d\x55\xff\x67\xb8\xbe\x6a\xbe\x04\xd1\x2a\x69\x55\xdb\xb1\x01\x49\x12\x6c\x7b\x48\x8a\xde\x2f\x1c\x2a\xb2\x1e\xb7\x3d\xf0\x35\x9b\xbf\x0f\x35\x93\xda\x7f\x02\x7d\x57\x65\xe2\x2e\xe4\x30\xd2\x88\xe0\x2f\x5f\xf7\x01\x35\x92\x80\x07\x5b\x44\xf4\x77\xef\x07\xde\x5a\xdb\x70\x79\xad\xcf\xd7\x7d\x78\x83\xb8\x7c\xda\x8f\x88\x7e\x79\xff\x34\x22\xf6\x8b\x32\x10\x34\x22\xf6\x0d\xdd\xde\x88\xd8\x2f\xca\xb5\xd4\x48\xfb\x53\x15\x34\xd8\x52\xa4\x4b\xe9\x6e\x1f\x49\x5b\xf7\x23\xed\x91\xd7\xc3\x65\x88\xb5\x1e\x8f\xb4\x83\x5d\xa5\xf3\x91\x22\xc8\xb5\xb8\x1c\x36\x8d\xa1\xf2\x8b\x6b\xb3\xda\x23\xa8\xb5\x7a\x7c\x29\x32\xf0\x55\x95\xb1\x49\x69\xbf\x88\xf0\x6f\xad\x6a\xfc\xa0\xc0\x2a\x74\xa0\x91\x0f\xa8\xc8\xc6\xd5\x40\x00\x30\x74\x7d\x4b\x39\xee\xaf\xfa\xc3\x66\x22\x1b\x49\x4b\x38\x00\x54\x11\xeb\x54\x88\xf3\xd1\xe3\x47\x84\x7f\x95\xf7\x67\x23\x27\x50\x1f\x22\xce\x09\x6f\x30\x65\x2f\x6a\x44\xfc\x1b\x2a\xbf\x45\x84\xbf\x6c\xd8\x2d\x45\x10\xeb\xd0\x78\x40\x7b\xf7\x63\x92\xc2\x81\x4a\x8f\x41\xea\xa8\x35\xc5\x3c\x24\x80\x32\x77\x8f\xa7\x47\xff\x5a\x2f\x0c\xf0\x72\xf0\x68\x44\xe8\x57\xc5\x3d\xb5\x14\x88\x20\x1e\xdf\x08\xfa\xa0\xfe\x41\xf7\x6e\x5e\x1f\x24\x2f\x33\xbb\x04\xdd\xd7\xf9\x47\xb9\xba\x1a\x11\xf9\x35\xbb\xb3\x30\xb8\x8b\xf8\xa5\x19\x3a\x57\x2d\xc6\xc4\x00\xe8\xc5\x59\x9c\x57\x97\x81\xb2\x11\x61\xdf\xab\x17\xeb\x64\xb3\xbc\x38\x67\xa8\xc1\x34\x58\xbc\xb1\xe4\xfd\xd0\x48\xad\x57\x05\xe5\xdd\x12\x9c\x50\xf2\xe5\x42\xcd\xb4\x7b\xb3\xe0\x84\x86\x88\x67\xba\xf0\x1e\x12\xb1\x8d\x88\xfc\xe2\xc3\x80\xa4\x34\xbf\xca\x01\xcf\xa0\xf1\x5e\x18\xec\x44\x3c\x13\x6a\x29\x01\x07\x36\x22\xf8\x73\x15\xe7\x97\x6e\xd4\x42\xd9\x65\x80\x12\xb3\xbf\x0f\xe0\x4a\x8d\x0f\xc9\x6b\xf7\xe6\x11\xe1\x3f\x77\x7f\x8f\xc3\x82\x88\x59\x44\xf8\x9b\xb8\x92\x1f\xb0\x48\xa7\xdb\x52\x18\x8c\x45\xbc\xd2\x83\x0d\xc1\x87\x0f\x03\xb2\x52\x17\xb4\x14\x06\x64\x11\xbf\x04\xdc\x89\x1f\x5b\x22\xfc\xf3\xf4\xfa\x02\x5c\xd9\x4d\x2c\x5e\x0c\x8c\xdd\xe5\x58\xaf\x4f\xff\x39\xb0\x99\x34\xbf\x1c\x41\x6c\x1f\x35\x44\xcb\x5b\x38\x88\xa8\x1c\x79\x44\xc4\xcc\xe4\xc4\xe3\x2e\x62\x41\xc4\x7c\x9b\x7a\x2c\x72\x0e\x07\x0e\xf5\x07\x76\x99\x1c\x28\x5a\xce\x11\xb1\xde\x54\x0e\x57\x52\xd5\x13\xf1\xae\xa0\xd0\x96\x61\x76\x14\x57\xd4\x32\x41\x6d\x72\x5d\x6d\x99\xd4\x12\x4a\xf5\xd0\x32\xae\x9f\xd5\xbf\x6f\xe8\xa0\x75\xde\x23\x02\xdd\xcc\x5a\x6e\x3c\x86\x3a\xdf\x19\x1d\xf7\xd4\x63\x44\x44\x79\xdf\xbf\xea\x71\xd5\xd5\xe3\x9f\x3b\x71\x60\x3a\xff\x44\x98\x57\x05\x59\xb6\x8c\xb7\x65\x15\x31\xcd\xe1\x90\xf3\x55\x3f\x59\x5f\xcd\x67\x84\x77\xa8\xfa\x47\xcd\xe2\xfd\xce\x13\x9b\x92\xee\x33\x11\xea\x59\x6a\xce\x96\x01\x62\xfc\xaa\xff\x51\xab\xa8\xbd\x63\x47\xed\xa5\xfd\x05\xf8\x56\x6a\xb4\x46\xc4\x7a\xeb\x5e\xef\x83\xf3\x35\xfd\x7b\x1c\x16\xf4\x18\x66\xd4\x30\x8a\x63\x6a\xf9\x88\xa4\x9e\x2a\x5f\x20\x84\x0c\x8d\x1f\x6f\x37\x65\xa1\x6c\x00\x7b\x67\xa9\xf5\x1a\x68\xdc\xc5\x8f\x71\xc0\x71\x77\xaf\x2f\x08\x1c\xbe\xaf\x99\x38\xab\xe1\xf5\xbb\xc3\x4c\xa0\xf5\xfe\x91\x94\x34\x1e\x82\x42\x9b\xc7\x1b\x41\xa1\xae\x7f\xc3\x1b\x4f\xfd\xbd\x01\xa7\xa4\xfe\x5e\xe2\xde\x3e\x36\xed\x56\x82\x19\xd0\x7d\x8a\xa0\xeb\xa1\xf9\x17\xf2\xec\x08\x68\xb4\x95\x70\x05\x2f\x2e\xc3\x8c\x68\x7d\x0a\xae\xdf\xca\xe2\xd9\x4a\x02\xb8\xd6\xf5\x09\xfa\x22\x66\xa7\x24\x98\x7b\xed\x6f\xc9\xa0\xdf\x6f\x7f\x24\xb9\x10\x31\xdd\x15\x64\xd8\x0a\xae\x75\x4d\x9c\x64\x69\x1b\x9c\xb5\xea\xc1\xf2\x6a\x5f\x65\x2e\x7f\xd5\x60\x70\x65\xb3\xda\xa5\x10\xa4\xa4\x38\x95\x56\x26\x06\xbb\xa2\xc5\x8b\xc7\x4d\x9c\x4c\x99\xb8\x9e\xba\xbd\x19\xf0\x30\xbb\xca\x78\xa3\xe8\xf2\x45\x44\xb3\x74\xd8\xad\x80\x95\x65\xce\xbe\x04\x27\xad\x97\xb9\x1c\x21\x09\xb9\xfc\x70\x98\xf5\x7b\xf2\x34\x58\x2d\x51\x4e\x92\xf2\xe8\xf2\x97\x13\x03\xb4\xe7\x03\xea\xf2\x26\xce\xa5\x44\xde\x03\x71\xde\x05\x35\xa0\x5c\x65\x5b\xb9\xf0\x43\xd7\xe5\x2e\x17\x92\x9e\x1e\xd3\x12\xa9\x0a\xdc\x1f\xa9\x0a\xa4\x23\x6f\x05\x03\xb3\x5c\x7f\x5b\xe1\x31\x53\xde\x89\x56\xee\xc0\x06\x52\x7f\x37\x3a\x78\x8f\xef\x09\x07\x0a\x1d\xbe\xf0\xa6\x9a\x2e\x03\x17\xb3\xa9\x3d\x5c\x4b\xa5\xb6\x6c\x05\x03\xb3\x39\xcb\x12\x71\x16\xfe\x3e\x22\xaa\x3d\x3e\x0c\xc4\x43\x9c\x4f\x44\x58\x9b\x33\x2e\x04\xa1\x2a\x6e\xa1\x91\xd3\xb0\xf8\xb1\x8d\x08\x6c\x05\x45\xb6\xc8\x01\xa8\x38\x80\xf6\x93\xc8\x4f\xfb\x4f\xea\xbe\x22\x57\xf2\x56\x43\x8d\x28\x62\x4e\x7a\xbe\x3e\xb4\xff\xe4\xe7\x2b\x4a\x1d\xd1\x22\x22\x7b\x7a\x3c\x04\xa9\x56\x11\x17\x92\xf0\x65\xb9\x2e\x37\xb2\xf0\xb5\xac\xcb\x57\xf3\x44\x12\x56\xfb\xe1\x8d\xf4\xb1\x29\x36\x22\xb8\x8b\x1f\xdb\xfa\x93\x4c\x59\xdf\xe3\x6d\x24\x6f\xc0\x56\xe1\x94\x15\xc4\xda\x2a\xde\x44\x8a\x00\x6f\x95\xb8\x89\xd1\x5d\x0f\xf1\xd1\x79\xa9\xc4\x49\x08\x78\xb1\x11\xf1\xdd\x84\x85\xd7\x2a\x36\x16\x79\x6f\x35\x22\xc0\xbb\xf2\x16\xb5\x1a\x79\x8b\xf4\x98\xd7\xc8\x5b\x24\x35\x4f\x6d\x48\x6e\x52\x53\xd5\x16\x92\xaa\xda\x23\xb4\x41\xde\x95\xad\xf2\xb8\x5a\xcd\x52\x3b\x36\x30\x3d\x46\x95\x38\x2d\xc1\x3f\xb5\xda\x23\xaf\x93\x7f\x1f\x8f\xa7\xeb\x09\x32\x74\x3d\x90\xf6\x7e\x6c\xea\x08\x03\xb5\xda\x1f\x04\x61\x4b\x12\x8a\x88\x74\xab\x0d\xeb\x08\x1b\x8f\xe6\x17\x08\x0a\x52\xbb\xd5\x89\xc1\xdc\xeb\x19\x36\x0f\xef\x27\xa1\x0f\x66\x3e\x6a\xa0\x22\xfb\x3c\xcc\xc8\x07\xe9\xf6\x71\x78\xd1\xfd\x27\x81\x62\x35\xb3\x5c\x8f\x7f\x97\xf4\xab\x55\x42\x29\x76\xaf\xdf\x11\xeb\xa3\xf6\x40\x70\x30\xbd\x25\x28\xbd\x6f\x7a\x0c\xeb\x01\x70\xa7\xef\xc7\x89\x2b\xbe\x24\x4f\x32\x23\x16\x01\xb5\x36\x52\x23\x3a\xc9\x58\x23\x35\x62\x9d\xdb\x1f\x49\x2e\x35\xbc\x65\x36\x2d\xde\xc5\xe2\xf9\x72\x5d\x81\x4d\xa5\xc1\x5c\xe1\x87\xae\xc9\x5c\xe8\xa0\x45\xdc\xc8\x60\xd8\x86\xd4\x24\x15\x62\x68\x1d\x64\xc5\xb5\x54\x49\xb9\x5a\x7d\xb6\xef\x8c\x68\x8d\x08\xf9\xb2\xf9\xf2\x04\x64\xbc\x2f\x03\x6a\x8a\xe4\xc3\x4f\x1c\xc6\xac\xfe\x1e\xec\xb2\xe9\xf6\x51\x0b\x14\xff\x9e\x08\x6a\x49\x16\xf5\x8d\xa0\x38\x8d\x2f\x38\x0b\x71\x02\x15\xec\xad\xdd\x9b\xfb\x46\x7e\x07\xf5\xf7\x86\x8e\xfc\x73\x98\x88\xd0\xcf\x02\xea\x6c\x2d\xbc\xc3\xb4\xb9\x44\xec\x17\x8f\xb7\x61\xa0\x1e\xe2\x14\xda\x06\x2a\xb2\x88\x1d\x49\x1c\x8b\x92\xe2\x37\xb2\x38\x76\x65\xf8\x6e\x0d\x35\x86\x1f\xdf\x86\x24\xa0\xb8\x81\xd6\x22\x6d\xb7\x0e\x07\x08\x01\xb5\x48\x0d\xd0\xf6\x8a\xcd\x63\xaa\x0c\x56\x94\xd4\x08\x24\x7e\xac\x8a\x7b\x69\x0d\xec\x2e\x41\xdc\xb7\x96\x02\x45\xd5\xf5\x1d\xd7\x63\xcd\x2f\x22\xca\xf5\xd8\x36\xbc\x73\xaa\xe7\x0b\x22\x81\xf2\xa9\xb4\x86\x4e\x58\x71\x13\xad\xe5\xc8\x47\xa1\xf6\x50\x83\x0c\xf7\x8f\x1a\x64\xdf\x5c\x7f\x30\x7e\xcd\x2f\x50\x99\x25\x89\xb6\xc8\x7d\xaf\xc7\x91\x4c\x95\xb5\xbb\x3d\xe2\x50\x6c\x73\x69\x91\x7f\x64\xf8\xf7\xd8\xe4\x3c\x7e\xf2\x87\x58\x47\xdf\x2a\x11\xde\xd9\x65\xe2\x88\x24\x69\xb6\x0a\x90\xa6\xd7\xb7\xc6\xfa\x6a\xbe\x2d\x5c\xa5\x55\x8f\x0d\xca\xcc\x4d\x23\x82\x5d\x10\xfa\x8d\x6c\x99\x7d\xec\xfe\x7d\xb8\xaa\xab\xbf\x60\x06\x7d\x1e\x03\xc8\xd5\xfb\x85\x1a\xc6\xcc\x14\x19\x34\xb3\x25\xbf\xd6\x23\x23\xa4\xe6\x03\x8a\xb4\x1c\x00\x5a\x03\x35\xba\x7b\xbf\x02\xdb\xcb\xe3\x05\xb8\x55\x0e\x17\xad\xc1\x7c\x0a\xde\xa5\x35\xd4\x32\x53\xf7\xb5\xe1\x4d\x68\x7a\xd3\x80\xcc\x9f\xbe\x3f\x03\x35\xae\xc7\x8f\x9a\x78\xd3\x63\xd7\x22\x9f\x89\x1e\x83\x86\x1a\x47\x41\xb8\xad\x01\x91\x6f\xe6\xa7\x91\x34\x6d\xe8\x71\x6a\x33\x98\x17\xb7\x17\x70\x3f\x1a\x3f\xde\x8b\x26\xc6\x0d\xc9\x6c\x17\xfd\x6c\x41\xdc\x45\xff\x5a\x40\xea\x4b\x6d\xde\x40\xb1\xae\xde\x7f\x42\x13\x2c\xb9\x81\x70\xd1\xeb\xd7\xf7\xa4\xe0\x10\xfd\x6b\x60\x8f\x7d\xed\xe7\xf9\x40\x8f\xd4\x7f\x24\x68\xd2\xe3\xd0\x08\x1d\x50\x10\x7c\x6b\x68\x7a\x92\xf7\x8b\x38\x26\xc5\xa1\xb5\x16\xde\x90\xa6\x2f\xa4\x00\x51\x5c\x60\x6b\x64\x4b\xda\x6b\xfa\x93\xc7\xa5\xdd\x81\xa2\xa9\xc1\x3d\xa8\x81\x44\x8c\x1b\xf9\x6d\xbf\x2e\xeb\xbb\x7d\xa7\xbf\x6c\xed\x85\x13\x91\xce\xb6\x81\xe5\xb5\xc9\xc0\xd5\x16\xb1\xce\x56\xa3\xb4\xc8\x0f\x62\x62\x40\x90\x9d\x0d\x6e\xc0\x73\x34\xab\x69\x80\xe7\x68\x36\xd8\x35\xe0\x08\xbe\xdb\x0b\x1b\x84\xeb\x41\x01\xd5\x61\xeb\x1b\x92\x97\x36\x27\xe0\x3d\x14\xc4\xd9\x80\xf3\x70\xfa\xce\xd6\x03\x71\x20\xb9\x3e\xf2\x5d\xb8\x4c\x8a\x01\x11\xdb\x0e\xb1\xce\x9a\x4f\xdf\xc3\x01\x42\xed\x05\x0a\xad\x88\x6b\xdf\x03\xde\xc1\xbf\x0f\x49\xe5\x33\xff\x9e\x08\xba\xd4\xe5\xed\x10\x6b\x79\x47\x35\xe0\x3f\x9c\x5e\xb4\xf5\x14\x41\x74\x5d\x65\xbc\x51\x74\x59\x3b\x99\xb3\xb7\xaf\x72\x40\x94\xab\xff\x44\x04\xbc\x88\x7b\x87\x98\x9b\xf3\xed\x41\xcc\xfd\xfb\x08\x22\x74\xff\x78\x33\x59\xac\x26\x5d\x6f\xb7\xda\xa7\x97\x08\xca\x74\x39\x92\x6b\xa9\xbd\xf0\x5e\x12\x73\xd2\x4b\x64\x64\xd4\x7c\x6a\xc4\x09\xe9\xf7\x35\xe0\x61\xa6\xca\x70\xa6\x9e\x0f\x9c\xb9\x5c\x65\x5b\x0f\x14\xee\xea\x7a\xbc\x1d\x3d\x1e\x88\xbb\x39\xdb\x8e\x37\x92\x2f\x6f\xc7\xaf\xff\x6b\x3e\x01\x37\xb2\xbb\xbc\x63\x83\xd2\xf7\x81\x5d\xe6\xf3\xd7\x43\x0d\xac\xf5\x42\x0d\xe6\xc7\xba\x87\xda\x4b\xc4\xaf\xc3\x89\x9b\xf3\xed\xa0\xda\xda\xa6\xd9\xc3\x1b\x53\xf7\xa3\x07\x62\x82\x88\x19\xf0\x25\xc5\xc4\xbb\x8f\x50\xf3\x69\x3c\x70\xe2\x56\x13\x03\x6f\x52\xb2\x98\x97\x3e\x03\xf8\xd5\xf5\x38\x08\x78\x3d\xd1\x24\x74\x9f\xe7\x89\x5a\x56\x8f\x73\x27\x5f\x89\xe0\x83\x5a\x3f\x00\xba\xd5\x63\xd7\xcf\xc0\xba\x53\x7f\xa4\x08\x98\x9e\xef\x19\x6a\x62\x7f\x1f\x19\x55\x35\x7e\x88\xe7\x26\x49\xb6\xa3\xe6\xf2\xe3\xd4\x23\xae\x4a\xf4\xac\xdf\x61\xe3\xd1\xf7\x91\x74\x50\xcc\x60\x27\x28\xd9\x8f\x61\xbf\x43\xad\xa6\xf9\xe2\x7d\x99\xbd\xbe\xd0\x4b\x4b\xba\x1d\x2c\xc5\x29\x1b\x62\x47\x4d\xad\x20\xe9\xd6\x03\x1b\xd1\xe7\x6f\xd1\xcf\xb2\xfb\xbe\xbe\x71\xdf\x34\x1e\x52\x8a\xd8\x26\xf6\x03\xdf\xe2\xfb\x40\x1c\x94\x99\xdd\x8e\x5a\xcd\x0e\x19\xfd\x0d\x57\x6b\xff\x9e\x7c\x2c\x7a\x7c\xc6\x1e\x0e\x3e\x55\x65\x80\x70\xf5\xb8\x0c\x42\x1b\x6c\x13\x1a\xd0\x2f\xe5\x77\x6a\x23\x80\x60\xfb\x9f\xa4\x33\x6e\x03\xb8\x85\x39\xfd\xe3\x70\x65\x55\xe3\xa8\x09\x92\x88\xf7\xc8\xe1\xba\x5c\x54\x9e\x88\x6d\x1a\x5c\x46\x2c\xd6\xe1\x19\x39\x0c\x5a\x6a\xaf\xc4\xe5\x74\x19\xc9\x41\x8f\xc5\x28\x61\x30\x54\x7f\x64\xb6\x53\x3e\x8f\x36\x48\x11\x60\x4e\x6d\x00\xf1\xaf\x7c\x0d\x6d\x44\x1c\x86\x88\x71\xc0\xb3\x64\x5d\xae\x01\x31\x32\xb1\x04\xae\xa5\x08\x12\xbe\x8d\xc6\xe5\x90\xce\x75\xf4\x80\xbf\xd1\x7c\x41\x55\x2d\xae\x1f\x3b\x90\xf1\x6a\x0f\xd7\x44\xb9\xde\xb6\x41\x50\x69\xef\x6a\x1f\xb5\x9f\xfc\xee\xdb\xc0\xe0\x2e\x57\xed\x36\xd6\x65\xce\x4d\x87\x6b\xcc\x78\x7c\x34\x7e\xc4\x68\x45\x98\xb7\x71\x90\xbc\x47\x9c\xf4\x80\x93\xb2\x9a\x6c\xe0\x8a\x2d\x6c\xb1\x16\x70\x2b\x96\x0c\x06\xa8\xac\xc9\xe3\x3b\xc2\xb5\x56\xdf\x9f\x70\x6a\x9e\xcf\x19\x71\x37\x5a\x5f\xe2\x92\xaa\xf7\x03\x57\xee\xed\xab\x8c\xb7\x91\x0f\x6f\x04\x69\x7a\xfd\xae\x48\x61\xa0\xf9\xfc\xa0\x56\xfb\x7b\xb0\xb1\x7c\xd8\x41\xb1\xee\x5e\x9f\x9b\xfc\x3c\xd3\xe5\x8a\x43\x86\xd6\x13\x1b\x97\xbd\x87\x02\x8e\xe5\xeb\xbc\xa0\x53\xdf\xbd\x1f\xb8\x6a\x2b\xee\xa9\x0d\x24\xeb\xe4\xcb\xf8\x10\x84\xe8\xcb\xfa\x84\xf7\x94\xeb\x81\xef\x11\xa7\x3e\xde\xb0\x69\xaa\xfd\x37\x6c\x20\x9a\x0f\xae\xd9\x8a\x9b\x69\x93\xfc\x22\xca\x67\xd4\xe6\x86\xe4\xbe\xb9\x1c\x36\xb5\xaa\x72\xa8\x75\x3f\xeb\x35\xf7\xd8\x7f\x7d\x1f\x92\xa4\x1e\x9b\x09\x5c\xd2\xf0\xf7\x19\x54\x5e\x31\x5f\x93\x38\x8d\xec\xfe\x4a\xd8\x1c\x3e\xe3\x9f\xf1\x98\x8b\x5e\x04\x1c\x89\xbc\x3b\x5b\xc0\x91\x28\xd3\x62\x03\x8e\x24\x2b\x65\x42\x9b\x15\xc4\x0c\xad\x7f\xc0\x93\x28\x03\x6d\x9b\x3c\xfe\x4d\x92\x12\x70\x25\x45\x71\x4d\x6d\xb6\x00\x1e\x55\xfb\x2d\x24\x23\x8d\x1f\x87\x1c\xc1\xb3\xb4\x40\x1c\xb1\x9a\x1c\xc4\x91\x56\xa7\x7f\x8f\xc1\x5b\xf4\x61\xf6\xc8\x67\xa3\xf9\xc3\x0c\x28\x4e\xae\x81\x40\xd2\x4d\xbc\x67\x27\xd9\x96\xe7\x47\x68\x85\x99\x85\x39\x43\xf2\xd5\x78\x26\x36\x0d\xd1\x93\x40\x0c\xf1\x63\x3a\x43\xcd\x25\x66\x73\x1e\x21\x99\xe9\xf7\x27\x6a\x77\x31\x27\x81\x18\x62\x4d\xd2\x04\x81\x41\xe9\x98\xdb\x0c\xd4\x78\xb7\x4f\xf2\xc3\xa9\xf3\x3a\xaf\x40\x24\x51\x7b\x17\x0e\x48\xa2\xef\xf3\xc7\xe6\xac\xf5\xe3\xbc\x8f\xfd\x8f\x6c\x2e\xc0\x79\xe4\xea\xc5\x7a\x03\xb5\x58\x93\x79\x83\xb8\xb9\x8c\xf7\x87\x0c\x56\x07\x41\x53\x82\xcc\x6e\x07\xde\x2a\x36\xa0\x01\xd7\x51\x84\x62\xdc\x8e\x3d\xd2\x13\xbb\x9e\xb8\x16\xff\x9e\x20\x29\x1b\x24\x0f\xb0\xc9\x4c\xfc\x80\xef\x68\x36\x70\x1d\x29\x72\xf7\x17\x95\x03\xee\x41\xf5\x99\x88\x67\x5d\xde\x23\x83\x65\xa5\xcb\x71\xac\xc7\xb1\x2a\x39\x56\x3b\x88\xe0\xb5\xeb\xe1\xc1\xe3\x68\x07\x80\xa3\x14\x38\x21\x97\x89\x73\xd1\xe5\x3d\x0a\x06\x4f\x11\xdf\x03\xc8\x73\xa1\xae\xb6\x63\x5d\xce\x6a\x4e\xf0\x00\x6b\x4c\x10\xf5\xed\xe0\xf2\x65\xf7\x0f\x3c\x84\x75\xa6\x47\x8b\xc7\x52\xbf\x47\xcd\x61\x35\xe6\x81\x37\x88\x20\xb9\xdb\x31\x90\x1c\xbd\xfe\x70\xba\x26\x4e\x07\x99\xf7\x7c\xd8\x8e\x01\x67\x2f\xe2\x7c\xa0\x36\x50\x50\x6d\x3b\xc0\x0e\x9b\xe2\xd4\x0f\x10\x0f\x2c\x79\x1c\x47\x04\xa1\x69\xbe\x3c\x3e\xca\x55\xde\x8e\x33\x50\x97\x35\xbf\x2b\xfc\xf6\x55\x7f\xe1\x50\xe0\xfd\x88\x74\xd6\x7a\xdc\x0e\x92\x4b\xd9\x06\x73\xdc\x41\x4c\xf4\x7b\x5c\x49\x4d\x6c\x0e\x38\x39\x3f\x6e\x27\x71\x33\xf6\x16\x3b\xc9\x87\x32\xc5\xfc\x00\x37\xd2\x04\x5c\xd9\x4e\x5c\xd1\xb3\xce\x0b\xf0\x23\x45\xe9\xb9\xdb\x49\x82\x6c\xeb\xc4\xcf\x48\xde\xa6\xf1\x9d\x29\x50\xb7\xd5\x1e\x40\xa4\x42\xa1\x6d\x27\xc9\x9f\x94\xdc\xa9\x9d\x19\x20\x4f\x11\xc7\x13\xd7\x4f\xc5\x5d\xb5\xb3\xa0\x49\xd0\xfd\x3b\xc9\x57\xd2\xdd\x3f\x41\xaf\x8a\xdb\x69\x67\xe4\x57\x12\x71\x01\xfe\x24\x4f\x31\x77\xc0\x8f\x54\xef\xe7\x09\xb0\xa4\x0d\xc6\x27\x58\x76\xb6\xf9\x00\x4f\xb2\xe4\x6b\x95\x23\x2d\xb3\xbf\x87\x59\x90\x03\xc5\x89\x4d\x46\x08\x05\xed\x04\xb5\x5a\xc9\xae\xda\xd9\x23\xa5\x84\xe6\x47\x5c\x8a\x89\x1d\xf0\x24\xd9\x92\xc9\x09\x6a\xb5\xf2\xc3\xb4\xb3\x03\x9f\x22\x62\x7c\xe2\xe0\x60\x07\x97\x73\x04\x90\xad\xc6\x07\x30\xab\x32\x89\xb6\x40\x20\xb1\x77\xd4\x89\x77\xa6\x20\xef\x1b\x08\x22\xf5\x6b\xbe\x38\x34\x55\xef\x07\x71\x23\xc2\x66\x6c\x67\x64\xce\xd5\xf9\x3d\xc3\xc6\xe1\xfd\xc4\x15\xdc\xde\x9d\x20\x72\x94\xe4\xf3\x74\x86\x37\xae\xfa\x3b\x89\x13\x94\x0d\xe6\x24\x17\xbe\xb0\xe4\x1a\x88\x1c\x4d\x69\xbc\xdb\x09\xaa\xb5\x82\x28\xdb\x0f\xc2\x86\xdb\x0f\x07\x07\xb7\x17\xde\x91\xc9\xf5\xa8\x01\x25\x49\x9d\x48\x86\x66\x9e\x40\xd8\x28\x79\xfb\x93\x38\x97\x16\xf0\x1b\xd9\x87\x07\xf8\x8d\xdd\x83\x03\xbf\xbf\x7b\xb2\xc4\x91\x28\x5f\x49\x0b\x78\x0b\x01\x47\xb6\x1f\x38\x09\x1d\x8e\x80\x7f\x30\xf1\xbf\x22\x73\xa3\x38\xc5\x8b\xc7\xa6\x6b\xf1\x2f\x0c\xb2\x02\x12\x6c\x57\xc6\x1b\x42\xc4\xe7\x22\xb9\x90\x72\x42\x37\xe0\x1e\x9a\xf2\x8f\x34\xe0\x1a\xea\xa6\xf1\x5d\x11\x21\xab\xcb\x77\xa1\x73\xb7\xf7\xc9\x85\xa4\xa4\xa0\xaf\x16\x70\x0b\x9b\x2e\xe3\x85\xb7\x90\x50\x5a\xdb\x15\x71\x1e\xe2\x54\x2e\x0c\xa2\x4d\x8f\xc7\x55\xc3\xb5\x55\xe3\xab\xc1\x39\xb9\x4c\x8e\x70\xa9\x01\xae\x8a\x5f\xba\x38\x63\xe0\x1a\x9a\x0d\x8e\x17\xae\xd2\x4a\x9e\xd5\xae\xb8\x9c\x1e\x3f\x92\xd6\x26\xef\xaf\xab\x47\x5c\x8d\x7e\xdf\x23\x19\x9b\xda\x27\xb9\x99\x5d\xad\xaf\x8e\x43\x81\x88\xc3\x05\xa4\xbc\xd5\x68\x57\x0f\xd7\x48\xad\x67\xa4\x9d\xd5\xe5\xb8\x30\xa0\x2a\x73\x67\xbb\x06\x6a\x51\x49\x16\xd7\x92\xe4\x9a\x0d\x88\xd7\x08\xec\x29\xd7\x03\x54\xfa\xd5\x1e\xae\x99\xba\x3c\xd7\x40\xad\xa5\xcb\x1c\x88\x11\xf6\x16\xba\x02\x6b\x4b\xe7\xf5\x42\xcd\x93\xbc\x1e\x4b\x32\x2c\x36\xc0\x5f\x24\x53\x1b\x9e\x2f\x71\x28\x59\x9c\xe1\x15\x41\x67\xd2\x79\x5f\x33\x6c\x04\xae\xc7\x1b\x52\x6a\x1a\x10\x28\x8a\x5d\x9d\x2f\x38\x4d\xbb\xee\x5f\x01\xf7\xa3\xcb\x1b\x88\x12\xb6\x19\x5e\xc0\xf7\x28\x8d\x75\xbb\x78\x7c\x15\x14\xdc\x2e\x0c\xa8\x36\xd0\x5e\x27\x92\x9b\xcf\x4b\x60\xdb\x79\x3d\x81\xff\x51\x9a\xdc\x76\x05\xb1\xd1\xe3\x7c\x5d\x11\xf4\xe8\xfa\x90\x3c\xd4\x5f\x64\x9e\xac\xfe\x1e\xb5\xeb\x74\x7d\x04\x71\x6a\x3f\xf1\x96\x54\x5c\x5c\xbb\x22\xf3\xa4\xe9\x01\xf9\x40\x04\x14\xdb\x2e\x50\xad\x37\x8f\xe7\x09\x6f\x52\xfd\x1e\x07\x13\xdb\xa0\x2e\xf2\x17\x59\x0d\x7b\xe1\x70\xb2\x9b\x1e\x60\x73\xfd\xa2\x27\x4f\xd8\xbc\xb4\x1e\x78\x4b\x7e\xcd\xff\x09\x87\x07\xb5\xf7\x93\xc2\xc3\x65\xce\xaf\xee\xfb\x8d\x5a\xdc\x8f\xed\x4d\x4a\x0d\xab\x35\x41\xd0\xa8\x76\x90\x00\x21\xa3\x16\x3d\x76\x20\x64\x54\x21\x2a\xb4\x1b\xb5\xb8\x1d\x32\xee\x1d\x9b\x89\x1e\xa7\x3b\x01\x3c\x3b\x5d\xe6\xb1\x11\x73\x18\x88\x1a\xd6\xa4\xdc\x29\xe2\x82\x3e\xf3\xbf\x61\x5e\x3c\xbf\x9b\x94\x00\xbe\xdf\x77\x8e\xe4\x77\x4d\x65\x24\x11\x9d\xa7\x1b\xb8\x1c\x4b\xc2\x77\x86\xde\x4f\xff\x3e\x50\xcc\xff\xc8\xe6\x72\xe3\x2d\x56\x3c\xd9\x00\xde\xd3\xe6\xde\x18\x2c\xed\x27\x7d\x43\x3c\xed\xaa\x76\xd7\xf0\xae\x50\xe7\x70\x36\x4a\xf3\xda\xee\x16\x41\x87\xfa\x3d\x11\xba\x82\xab\x68\x77\x8b\x88\x74\x2d\x16\x41\x70\xbe\x8c\x77\xf8\x7d\xeb\x71\xb8\xf1\x2e\x51\xd0\x66\xbb\x7f\xc4\x56\xfd\xbe\x07\x71\xd2\xf8\x41\x05\xee\xde\x7c\x74\xd8\xf6\x6b\xbf\x7f\x82\xe6\xb4\xd8\x18\x14\x9b\x0f\x4f\xb8\x76\x7a\xbc\x70\x3a\x02\x86\x6c\x77\x60\xab\x89\xf8\xdf\x04\xd5\x09\x3b\xa8\xdd\x4b\x12\xa8\x4a\x6b\xdc\x6e\x0c\x8c\xd5\x87\x09\xec\xb5\xe9\xcd\x44\xe7\xed\x20\xa9\x1b\xce\x67\x48\x6c\xbf\xe1\x7c\x86\x0f\x17\x41\xae\x8e\x03\xb8\xaf\x78\x4c\xd5\x5e\x48\x02\xdd\xf5\xa1\x86\xd3\xef\x51\x4b\x29\xc2\xbb\xdd\x17\x06\xe3\xe6\x32\x0e\x18\x22\x2e\x37\x9c\x8e\x39\xbd\xfb\xc2\xc1\xc0\xfb\x77\x03\x77\x22\xce\xf4\x46\x0d\x95\x7c\xb9\xc2\xd5\xba\xb8\x9e\x34\xb7\x9e\xff\x1d\x36\x07\xcd\x37\xbc\xdb\x7c\x1e\x9e\x50\x83\xe8\xbc\x3d\xfc\x5e\x92\x32\x70\x28\xed\xeb\xf2\x86\x2b\xa8\x88\x07\x70\x28\xd5\xae\xa7\x01\x7f\x22\xd4\xe9\x76\xbf\x9c\x07\x49\x16\x01\x7f\xf2\xb5\xfe\x91\x89\xd2\x97\xed\x8d\x1c\xf5\xfe\x3d\x71\x1e\x7a\xcc\x6f\x82\xec\x84\x45\xd5\x9e\x48\xb1\x20\x49\x3a\xe0\x4c\x2c\x49\x3f\x04\xc9\x59\xc7\x0d\xbc\x49\x76\xdc\xc5\x13\x88\x00\xea\xef\x49\xe4\xeb\xd0\xfe\x3c\x29\x5c\xbb\xa7\xca\x48\x8e\x62\xee\x9e\x14\xae\xf2\xfe\x1e\x44\x0a\x3d\x86\x4f\xc2\x9b\x6c\xfa\xf7\x38\xf0\x68\x3e\x4f\xa4\xb5\xce\x6e\x0f\x07\x99\xe9\x32\x28\xca\x9e\x6f\x86\x53\xd7\xfd\x7d\x32\x92\xbf\x0c\xe0\xc0\xab\x34\xab\x51\x9f\xf0\xbe\xf3\xf8\x90\xec\x84\x70\xd0\x1e\xb0\xbf\x1c\x14\xf8\xfc\xa8\xdd\x87\xca\x30\x6f\x92\xec\x9f\x12\x69\xd1\x9b\xca\xd8\x10\x75\xbe\x9f\x12\x66\x00\xcd\x37\x52\x0a\x78\x7c\x95\xb8\x19\x71\xee\x4f\x0d\xf8\x17\xf5\x57\xf1\x1e\xf5\x7e\x42\x0f\xcd\xcc\x3e\x15\x9b\x87\x98\x87\x80\x6b\xb1\xa6\xe0\x01\xc1\x40\xc9\xdd\xda\x83\x26\xc2\x92\xd9\x83\x1a\xcf\x8f\xff\x03\x9c\x92\x32\xef\x36\xe0\x5b\x9a\xd5\x74\x4f\x00\x0b\x7b\x7c\x1d\x07\x17\x31\x6f\x4f\x38\x3c\x88\x7e\x3e\x00\xff\xda\x3b\x13\x04\x94\x62\x57\xe5\x87\x94\x2a\xd3\xe7\x6f\x22\xc9\xd4\x3f\xf2\x16\x7b\xc0\x6a\xb2\x98\xf6\x1c\x81\x9a\xa9\xc1\x1d\x40\xd2\xeb\xa5\x03\x3e\xa5\x29\x33\x5a\x7b\x20\x7e\x56\x5b\x3c\x27\x92\x81\x38\x5f\xe0\x53\x9a\x80\xe0\xda\x43\x50\x9c\x23\x84\x81\x47\x29\x36\xe8\x3d\x91\x16\x77\x73\x39\xd2\xf0\xea\xf7\xe1\xdd\xe0\xf1\x90\x69\xad\xf8\x72\xc1\x59\x09\x92\xbf\x3d\x40\xa6\xdb\x7b\xeb\x21\x22\x58\x99\x03\x1b\x70\x2a\xcd\x06\xb4\x27\x5c\x7b\xc5\x39\x3c\x4f\x38\x08\x68\x3d\xf0\x26\x73\x44\xfc\x03\xb1\x71\xd0\xda\x03\xd6\x52\xf7\xe5\x42\x8d\x68\x4e\x3d\xe0\x4d\x84\x15\xd4\xde\x0d\xb8\x15\x6d\xe6\x4b\x8a\x03\xab\xc5\x80\x37\x29\x56\x5b\x02\x6f\x92\x95\xdf\xa4\x01\x67\x52\xe7\x57\x99\x38\x02\x11\x87\x77\x11\x9f\xd2\xdc\x5e\x8a\x34\xa9\xfa\xfe\xc7\x75\x77\xa8\xcc\xe3\x31\x5c\x7f\xc1\xb9\xab\x3d\xe0\x4a\x1c\xe7\xf3\xe6\xf0\x96\x51\xfb\x10\x07\xa1\x3c\xb7\x17\x57\x5b\x61\x4b\xb5\x17\xc9\xd1\x92\xe5\x5b\xf1\x4e\x14\xb1\x7a\x41\xa5\x35\xb1\x0f\x38\x12\x3b\x88\xbc\xa8\x11\x7d\x39\x5f\x50\x68\xdb\xd7\xef\xc3\x5b\x47\xe3\xab\x91\xe9\xd3\xdf\xe3\x9d\xe5\xfe\x03\x41\x40\x6a\x82\x17\x6f\x2d\xa5\x3c\x68\xc0\x8d\x14\xa1\xee\xb6\x97\xcb\x6e\x35\x30\xf0\x23\xd9\xcc\xc9\x8b\x37\x54\xd5\xf9\x00\x5e\xa4\x18\x71\xe0\xed\x38\x84\x78\x3f\x80\x53\xb2\xe4\x0b\xbc\x48\xb5\x01\xf9\x1d\xa1\x76\x52\x7f\x48\x76\x46\x8c\x78\x49\x7b\x3d\xbc\x5f\x23\x22\xbe\x35\xde\x20\x26\xee\x1f\x1b\x9f\x5d\x5d\x81\x0f\xc9\x42\x09\x6e\x2f\x08\x00\xcd\xdf\x1f\xe1\x0a\xae\xf1\x12\x44\x6b\xe6\x0c\x44\x8f\x3e\x3d\xfe\x03\xd7\x5a\xa9\xc5\x5e\xe8\x41\x13\x31\x7f\x31\xe0\x6f\x3e\xcf\xb8\xba\x26\xaf\x17\xde\x4f\x49\xcc\xdc\x4b\x1c\x8b\x99\x95\xf7\x8a\x64\x71\x9a\xff\x15\xae\xc7\x1a\x1f\x36\x06\x61\xe5\xb5\x37\x82\x64\xe5\x5d\xf7\x22\x59\xd9\x61\xe3\x8d\x7c\x4f\xee\xef\x0e\x9b\xa3\xd6\x03\x04\x00\x87\x32\xbc\xa0\x40\xfb\x71\x7d\x9f\xa0\x17\x9a\xdf\x13\xcc\xb3\xe6\x07\xf6\x9b\x52\x12\xb4\x17\xd7\x7d\xbb\x32\xbf\xd0\x97\xaf\xfa\x37\x82\xa0\xb5\x9f\x6f\x04\x81\xfe\xb4\xd7\x37\xe8\x87\xbc\x07\xfb\x06\xca\xb4\x6c\xa0\x7d\xdb\x70\x0d\xdf\x5d\x1f\x92\x78\x55\x39\x80\x47\xbb\xca\xd0\x97\x0f\x3d\xef\x1b\xd8\x6e\x0a\xfa\xec\x1b\x08\x01\xf2\xae\xed\xdb\x1e\xa1\x25\x7f\x62\x73\xe9\x1b\x11\xb5\x82\x7f\xe9\x5b\x40\x96\xef\x6e\x1c\x54\xe1\xae\xc1\x92\xf9\xb0\x34\x77\x16\x2f\xb3\x7f\x1f\x8f\x8d\x26\x93\x02\x05\xd8\xe5\xf0\x7e\xd2\x62\xe1\xfd\xa4\x88\xf6\x0e\x9c\x49\xdb\xfc\xfb\xc8\xaf\x90\xb5\x18\xc4\x09\xe4\xa9\xc5\x28\x81\x3a\xab\xef\xc9\x87\x20\x83\x6f\xdf\x22\xdf\x4a\xd3\xf8\x6a\x60\x31\xa9\x3f\x10\x00\x64\x60\xec\xc0\x93\x94\x36\x34\x3f\x38\x89\xe1\xcd\x40\xed\x34\x8b\xbe\x0f\x9d\x70\xd2\xf7\x3d\x92\x63\xa9\x7d\xd2\xac\xca\x00\xd7\x81\x17\xc9\x5f\xed\x13\x01\x9b\xfd\xfb\x90\x74\xa6\xca\x33\x0c\xb4\x6a\x2f\x22\xec\xfd\x3d\x28\xd1\xd2\x59\x77\xe0\x45\xb2\x38\xed\xbe\x61\xf0\x57\x32\xac\x0e\x5c\x48\x55\x84\x74\xdf\x08\x7a\xed\x9e\x4f\x00\x8b\xba\xbd\x88\x0b\xf2\x7e\x40\x3c\xba\xe7\x83\x4d\x65\xab\x2e\x83\xe5\xe6\xf9\x9d\xe1\x8a\xac\xdf\xa3\x06\x12\x04\x7c\xdf\x08\x7a\x2d\xfe\xfe\x22\x99\xd9\xa6\xf5\xc6\xb5\x7d\xf3\xf9\xbb\x03\xeb\x4b\x97\x89\xb4\xd2\xd9\x97\x83\x14\x02\x72\xd5\xed\x5b\x24\x57\xea\x6a\x9f\xa0\xd1\x36\x74\x1e\x5e\x6c\x7c\x1e\x1f\xc0\x8c\x8a\xf3\xe8\xfb\x16\xf9\x72\xb2\xca\x11\xd4\xe7\xfa\x20\x16\xaa\xdf\x23\xf9\x52\x57\x19\x87\x81\xe6\xfa\x70\x1d\xfd\xf4\xb7\x23\x69\xc8\xa0\xdf\x77\xb0\xc9\x92\xeb\x23\x5f\xd1\x47\xb2\xe9\x3b\x71\x37\xc2\x8e\xea\x20\x66\x8c\xed\x23\x79\xf4\xbd\x10\x34\xfc\x21\xde\x1d\xc4\x8c\xfe\xf5\xfb\x1f\x84\x8c\xa1\x32\x6a\x3c\xdd\x8f\x1d\xef\x3c\xa9\x4d\xfa\x1e\xd8\x63\x45\xed\x03\xf7\xa3\x20\xde\xbe\x03\x29\x2f\x35\x64\xdf\x23\x1f\x91\xdb\x6f\xa8\x25\xdd\xde\x8f\x6b\xb5\x7e\x1f\xae\xd5\xdd\xf5\x9c\x1f\xcf\x07\x57\x6a\xd9\x80\xfb\x0e\xd6\x98\x1c\x72\xfa\x1e\x9c\xbd\xe8\x0b\x88\x18\x55\xc0\x97\x7d\x1f\x81\xb2\xed\x32\x6a\x1f\xd1\x3b\x10\x30\x9a\x50\xa8\xfb\x3e\x90\x2c\x86\xe6\xc3\xfd\x13\x42\x41\x07\xf1\xa2\x49\x2d\xd7\x3f\x08\x17\x6a\x7f\x06\x2a\xb9\xc6\x73\x10\xf4\xed\xf9\xac\xfb\xd5\x94\x0f\xa7\xef\x27\xcc\xa6\xdb\x43\xcd\x29\x38\x9a\xbe\x47\x1c\x9d\xcf\x23\x70\x5a\x0a\x7a\xed\x20\x50\x94\x2c\xfa\x04\x02\x45\x91\xb7\x6b\xdf\xaf\x40\xe1\x56\x19\x6f\x3a\x31\x97\x7d\xc7\x21\x46\x71\x4c\x7d\x8f\x20\xf0\xa9\xf3\xc3\x63\x2c\x6f\xc9\xbe\xdf\x41\x9f\xff\xc4\x5b\xac\xef\xc4\x91\x28\xdf\x49\xdf\x23\x68\xae\x69\xf0\x0f\x39\x94\xf5\x52\xee\xa4\x21\x16\xfc\x44\xdf\x9f\xc8\x94\xa6\x72\x00\x11\x0e\x0d\xe6\x0d\x6c\x1a\xb5\xc7\x4b\x9c\x7c\xd8\x89\x13\x91\x8e\xb7\x03\x77\xd1\x25\x46\xf6\x04\x27\x2f\x57\xd4\x0e\x3c\x45\xf1\x62\xa4\xd0\x61\x8a\x18\x06\x9c\x84\x80\x19\x7b\x42\x8c\x17\x1c\x48\x4f\x29\x88\xbd\x7e\x9f\x43\x4c\x54\x7f\xe8\x2c\x93\x0e\x6b\x0a\x20\x41\x5d\x0e\xe0\x25\xaa\x6c\x1e\x3d\x11\x57\xa1\x64\x3f\x3d\xa1\xa3\x54\x44\x77\x4f\x78\xe3\x28\xc8\xaa\x03\x47\xd1\x04\x14\xd7\x03\x7e\x42\xae\xb2\x3d\x15\x5c\x69\xab\xeb\x09\x72\xd3\x63\x12\xf0\x13\x92\xd4\x7a\xfa\x89\x30\xff\x1c\xee\x04\x16\x98\xe0\x28\x3a\xf0\x12\x25\xef\x2e\x83\x95\x25\xe2\x9a\xe0\xf4\x93\x38\x9d\x84\x8d\x48\x71\x25\x3d\x45\xbe\x09\x11\xcb\xd4\xc2\x81\x42\xfd\x05\x84\xb7\x2e\x43\x6a\x78\x27\xe9\xbc\x24\x88\xc3\xf0\xfc\x30\xe0\x66\xaf\x17\x6a\x4b\xa9\x19\x7b\xea\x44\x38\x67\xb5\x3f\x58\x9f\xe1\xf2\x8e\xda\x54\xf3\x3f\x30\x30\xee\xfa\xfd\x01\xb1\xad\x9a\x6f\xc0\xcf\x88\x99\x49\x48\xda\x66\x5e\xd2\x15\xeb\xaf\xef\x17\x27\x9c\xa5\x56\xe9\xe9\x0a\x49\x55\xfb\x7f\x45\xb2\x29\x7d\x7f\xc3\xd9\x7a\x7f\x6e\xe2\x3c\xbc\xbf\xa8\x01\x9b\xcf\x63\xa4\x04\x10\xf3\x93\x80\xec\xaf\xde\xaf\x37\xbc\xf9\x74\x9e\xdf\x50\xeb\x6a\xbc\xb8\xe2\xfb\xb1\x4f\x6f\xa4\x05\xff\xb4\x97\xb7\xe0\xd4\x3f\xe3\xcd\x81\x2a\xac\xc7\x3a\x87\x2b\xbc\xce\x6f\x26\x62\x5b\xc9\xa8\x7a\xc6\x35\x7e\xf8\xf7\xd8\x00\x04\xe7\xd2\x73\xe8\xfc\x75\x7e\x72\xc0\xb7\x7c\xbc\x8b\x3a\x08\x0b\x65\xb8\x3d\xd4\x54\x4a\x93\xde\x73\xc0\x4d\x69\xbf\x73\x21\xae\x47\xcc\x4a\x2e\x70\xca\x7a\x6c\x72\xb8\xa2\x8b\xf8\x67\x1c\x64\x36\xff\x1e\x6f\xb4\xe9\xdf\xb7\x38\xef\xfa\x1e\x60\xcc\xa9\xc7\x31\x72\xf4\xcb\x26\xd4\x41\x4c\xe8\x0a\x6a\xed\x91\x93\x5f\x92\x5c\xcf\x11\xb4\x29\x7a\x15\x08\x0a\x49\xcc\x23\x08\x0a\x5d\x0e\x32\x9d\x9c\xfc\xbd\xbb\xbf\xd1\x78\xfc\x34\x1f\x6c\x8c\xbe\xdf\x20\x28\x34\xc5\xfd\xf5\x3c\x48\x19\x92\x35\x9f\x11\xcc\xbb\xfa\x43\xf2\x54\xb2\xb0\x0e\xa2\x42\x56\xbe\x95\x9e\x01\xfe\x4d\xba\xef\x20\x2c\x14\x25\x2b\xeb\xe4\xfc\x2f\x3e\x7f\x20\x24\xb4\x2c\xe6\x07\x44\x84\xb6\x7b\xfd\xc2\x9b\x54\xcc\x69\x26\xa8\x7c\x3d\xe6\x7f\xf0\xb8\xe4\x1f\xe0\x3a\x4d\x06\x20\x4a\x05\x09\x75\xe0\x15\xca\xf0\xe0\xb8\x7c\xc5\x8b\xc3\x4b\x39\xbc\xb9\x17\xde\x0d\x3e\x5c\x3f\x06\x40\x97\xe1\x2c\xbd\x59\x17\xae\xbd\x22\xee\xc0\x2f\xe4\x21\x4e\x20\x93\xb9\x4f\xae\xa4\x3d\xdf\x11\x47\xe1\x32\x9c\xa0\x38\x8d\x4c\x9a\xdb\xe1\xc3\xff\x84\x4e\x5d\xed\x93\xd9\x4f\xae\xb9\x3d\x47\x90\xa6\x37\x87\xc7\xb5\x7b\x71\x11\x73\xfb\x57\x7b\x78\x17\xe9\x65\x07\xee\xa1\x48\x4d\xd7\x81\x6f\x28\xf2\xee\xe9\xf9\x8d\xcb\xa8\xf6\xc2\xfb\x4e\x9c\x4d\x7e\x51\xdb\xe9\xb1\x2e\x88\xbd\xd2\xa9\x76\x72\xfc\xe7\xa9\xf6\xca\xc6\xe1\x57\x7f\x05\x31\x58\x6a\xba\x5e\xb6\x60\x06\xdc\x1e\x11\xc3\x5a\x9f\xb2\x87\x4d\xcc\xe5\x00\xfa\xfc\xcc\x8f\x9c\xfb\xad\xe9\xb0\x95\x14\x36\x14\xf5\x87\x5a\x4d\xc9\xe4\x7a\x21\x88\x52\xde\x26\x9d\x1c\xfd\x45\xf9\x44\x7a\x49\xe1\x90\xb0\xab\x8c\x77\xd4\x74\x7b\xc4\x11\x6d\xfe\x3d\x36\xac\xdd\xbf\x47\x0d\x55\xdc\x1f\xf9\x82\x44\xec\xcb\x0f\x67\xaf\xf1\x66\x24\x4f\x11\x8b\x42\x9c\xce\xe6\xf5\xc5\xc0\x29\x6f\xba\x5e\x88\xdb\x29\x5e\x1f\x5c\xed\x05\xc1\xde\x4b\x04\x65\xee\x6e\x2f\x82\x58\x3f\xe7\xb3\xe0\x30\x22\xc4\x86\x5e\x4a\x3c\xbe\xfa\xbe\x80\x25\xe5\xf9\x01\xb9\x5e\x44\x3c\x0a\x41\x9a\xc9\xeb\x81\x2b\xaf\x1f\xcf\x42\x72\x2a\x19\xc4\x7b\xa9\x81\xaa\xec\x32\x06\xdd\xaf\xef\x43\xf3\xa0\xfe\x91\x2c\x14\x87\xd3\x4b\x48\x16\xc3\xf5\x70\xda\xe2\x84\x41\xe4\x28\xf2\x9e\xec\xa5\x05\xd6\xa0\xe6\x8b\xda\x50\x36\xa5\x5e\x1a\x99\x3c\xbd\x7e\xb8\x06\x7f\xed\x47\x8b\xfb\xe3\xf2\x01\xc2\x87\xc6\x43\x1c\x91\x92\xd1\xf5\x12\xa8\xeb\x5e\x9f\x1f\x87\x11\xd5\x0f\xf6\xd7\xfb\x0f\xb1\x56\x28\x40\x2f\xc0\xdd\xc8\x9b\xaa\x17\x88\xb5\xe0\xa7\x7a\x81\xd8\x4a\xed\xd7\x4b\x78\x3f\x7a\xbd\x40\x00\x19\x3e\xbf\x93\xa0\x52\x8f\xff\x08\xb5\xbf\xda\x3b\xc2\x01\x49\xeb\x73\x84\x66\xc2\xf5\xe1\x6d\xa9\xf6\x80\xb7\x91\x0d\xa4\x97\x23\x98\x61\x7d\x4f\x1c\x90\xe9\x2d\x08\x21\xb5\x7e\x95\x91\x24\xc4\x2c\x95\x33\x32\x7d\x6a\x7d\x08\x8a\xf7\x63\x51\x70\xf0\x90\xb7\x6e\x2f\xd8\x54\xad\xf9\xf8\x41\x08\xf1\x7e\xe3\x1d\x26\x9b\x70\x07\x01\xa4\xc9\xdb\xb1\x83\x00\x92\x47\xfa\x23\xc9\x05\x78\x90\x2e\x1d\x70\x2f\x77\x04\x45\xa9\x1c\x3a\x47\x13\xb7\x80\x64\xf7\x62\x2f\xe2\xdd\xad\x96\x01\x2e\xa4\x59\xad\x50\x1e\xfc\xb4\xf5\x98\x14\x20\xd8\x8b\x0e\x4b\x0d\x88\x75\x11\x7f\xe0\x3e\xb2\xc5\xb6\xba\xb3\x99\x22\x6e\x75\x8f\xb4\xb4\x59\x65\x80\x27\xb5\x58\x15\x35\x84\x74\xa6\xbd\xee\x61\x50\x75\x7d\x40\xfe\xab\xfd\x14\x70\x16\x53\xe5\x40\xfd\xd5\xf7\x09\xf8\x0f\x71\x3a\x35\x05\xc4\xbe\xbf\xc7\xfb\xc5\xfd\x05\x71\x14\xe7\x5e\x03\x78\x4f\x92\x60\xcd\xa1\xb3\xd5\xf7\x19\x78\x0d\x6d\x7e\xcd\xa0\x16\x4b\x12\x00\x6e\xa4\x08\x2b\xa8\x07\xdc\x88\xf2\x39\xf4\x1a\x58\x5b\x5e\x9f\x9f\x1c\xe8\x1a\x3f\x6a\x43\x61\x71\x75\xe0\x41\x9a\xb0\xd0\x3a\xf0\x20\x4d\x36\x99\x5e\x6b\x78\x5b\xa9\x7d\xe2\x80\xa6\x7f\x5f\xe3\xb1\xf2\xf7\xb8\x02\x4f\x7f\x4f\x9a\x63\xaf\x4f\x05\xbb\x4d\x97\x0b\x38\x91\xde\xbc\xde\x24\x27\x92\x9f\x7e\x07\x4e\x64\xc8\xaf\xbf\xd7\x06\x71\xd7\x79\xaa\x01\x37\xa4\xc7\xb1\xc2\x89\x0a\x58\xb0\x03\x1f\xd2\x87\xf7\x03\xef\xb8\x24\x35\x21\xf0\x21\x45\x06\xeb\x5e\x7b\x40\xd4\xbb\x9e\xa0\x43\xf7\xb7\x38\xcf\xac\xa0\xcc\x0e\x5c\x48\x13\xd6\x54\xaf\xa8\x35\x05\x1c\xd8\x2b\x39\xd8\xdb\xee\xdf\xe3\xa0\x90\x5c\x0e\xb5\xb1\xfa\x27\x3f\x92\x74\xee\xbd\x4e\x88\x83\x7f\x0f\xb1\xaa\x3e\x8f\xe4\x47\x9a\xbe\x2f\x3f\xd8\x7d\x9a\x2f\x40\xa0\xd5\xf3\x5b\xcc\x63\x56\x26\xc2\x5e\xc1\xf6\x2b\xd3\xdf\xe3\x70\xa1\xc7\x1c\xb8\x8f\x26\x57\xd6\x0e\xdc\x47\x51\x1c\x56\x07\xd1\xa3\x09\xf2\xbf\xd7\x33\xe2\xcc\x54\xff\xc3\x7c\x6a\x3e\x11\xc7\x54\x5d\x0f\xd6\x9c\x88\x61\x0d\x14\x74\x9f\x0f\xd4\x34\xc3\xeb\x79\x87\x03\x8a\xc6\x73\x83\x28\xe1\xfe\x70\x18\xc9\x6e\x1f\x66\xb4\xf9\x7c\x82\x05\x26\x87\x84\x5e\x1f\x80\x6e\x93\xfa\x27\xa8\x31\xf9\xfc\xbd\xd4\x7b\x3d\xdf\xe8\xdf\xdf\x93\x9c\x4d\xcc\x42\x05\x78\x54\x36\xe1\xde\x36\x98\x9d\xcd\x65\xe0\x6f\x44\xaf\x5a\x78\x8f\x89\x5e\x81\x80\xd1\x14\xd4\xdb\x41\xc0\xe8\xc2\xb6\xeb\x0d\xd7\x76\x25\x63\xec\x2d\xe2\x12\x77\x97\x23\xee\xa5\xab\x0c\xbd\xd2\x7d\x04\xa1\xa2\xc8\x46\xdb\x41\xa4\x28\x72\xb0\xea\xad\xa0\x66\xd4\xfc\x1b\x70\x42\xca\xb4\xd9\x1b\x92\xa2\xe2\xbe\x7a\xab\xe4\xe3\x49\x7f\x64\x73\x69\xf8\xb5\xcb\xfb\xa1\x07\xfc\x84\xe0\x4a\x7a\xc0\x47\xc8\xef\xba\x37\x74\x9e\xca\x59\xdd\x5b\x88\x99\x7a\x5c\x1a\xde\x0b\x42\x61\xed\xc0\x3f\xe4\xee\xc5\x20\x22\x59\x99\x01\x7b\xc3\xe0\x69\x1d\x39\x70\x10\xcd\x9b\xdf\xe2\x72\x8b\xb3\x06\x1e\xa2\x5b\xe7\x0d\xfc\x43\xb6\xe4\x04\xfc\x43\xee\x3a\x0c\x6d\xe2\x2a\xa9\xc3\x0b\x1c\x43\x57\x5c\x4d\x6f\x27\x41\x5c\x6e\xff\x0c\x6f\x08\x7d\x4f\xe6\x46\x19\x18\x7b\x8b\xa0\x24\xa9\x85\x80\x57\xa8\x82\x78\xef\xed\xc2\x35\xda\x87\x07\x83\xa2\x5c\x1d\x7b\x8b\x4c\x8c\x7a\x1c\x80\x5b\xc8\x42\x48\xe8\x0d\x57\x4d\x73\xd2\xc0\x2d\x94\xe4\xc3\x49\x32\xaa\xea\xc3\x40\xd0\x9f\xd5\x88\xed\x09\xce\x4a\xf3\x7f\x82\xb8\xe8\xf7\x4f\x3c\x16\x3a\x2c\x64\x5a\xf4\xe3\xd9\x70\xdd\x14\x7c\x4e\x07\x81\xa1\xc8\x3b\xa9\x83\xb8\xd0\xac\x83\xfd\x41\x58\xd0\xe5\x0e\x04\x85\xaf\xfd\x09\xa0\x4b\xd5\xf7\x90\xcc\x74\x99\x3a\x71\x27\xb6\xf9\x80\x98\xd0\x95\x92\xa0\x83\x98\x50\x14\xc4\xd5\x41\x4c\xc8\x4a\x1b\xdb\x3b\x36\x3f\xeb\xe4\x3b\x0e\x0c\x56\x4b\xf4\x14\x92\xf8\x67\x3d\x3b\xd8\x60\xde\xbf\x9e\x03\xf1\x40\xed\xe5\xe0\x24\x35\x3e\x20\xc7\xe5\x7a\xdf\x7b\x01\x7b\x4e\x97\xb3\x93\xb2\xc0\xcc\x40\xe7\xb1\x15\x0a\x72\xef\xc4\x25\x29\x5f\x51\xef\xd8\xf4\xb2\x1e\xc7\xde\x02\x91\x41\xed\x63\xe3\x13\x96\x55\xef\x1d\x83\xb7\xee\x17\x11\xfc\xb9\xeb\xbe\x12\xc1\xdf\x36\xf7\x37\xe2\xb1\xff\xec\x6f\x07\x0b\xab\x4b\x8d\xd2\xe1\xcc\x6d\x73\xea\x38\xf0\x28\xa5\x46\xef\x64\x56\x55\x66\xca\xde\x8f\x1b\x62\xa4\x7a\x82\x6a\x15\xe7\xd1\x89\xb0\x2f\x72\x9d\xee\x3d\xd2\x80\xbb\x7d\xe2\x32\x9a\xf7\x73\xdd\xaf\x3c\x75\x1f\xfb\xdd\x51\xb3\xab\xbd\x08\x7d\x10\x33\xd8\x39\xff\x4a\x5b\xdd\xfb\x13\x70\x3d\x9a\x1f\xae\xca\x96\xa4\x3b\x9a\x88\xf9\xf5\x3d\x11\xf4\xba\x2f\xfd\x09\x6f\x30\x7f\x0f\xb6\x5d\x76\x19\xc9\xd8\xfd\xe3\x4d\xa8\x38\xa1\x3e\x88\xeb\x53\x72\xc0\x1e\x11\xef\xf2\x2e\x5b\x94\x86\xfe\x77\x95\x51\x4b\xea\x3e\x0c\xf2\xfb\xe4\xee\xef\xf1\x8e\xd5\xfd\x18\x38\xc8\xd4\x8f\x03\x4d\x1f\x40\xe2\xfb\xbe\x8c\x42\x90\xa7\xe8\xd7\x28\x61\x53\xfc\xcc\x6f\x60\x43\xf6\x63\x39\x1a\x8f\x8b\xe8\xf9\x08\xec\x37\x3d\x46\xa3\xc5\xef\x55\x06\x55\x59\x29\x09\x7a\x04\x89\xdb\x66\x34\x60\xae\x7a\xfe\x93\x4c\x94\x7d\x10\x47\x20\x2c\x9c\x3e\x08\xaa\xb3\xce\x79\x04\xe7\x25\x31\x6b\x04\xa4\xbb\x36\x87\x88\xf2\xa6\x34\xba\x7d\x1c\x10\x33\xd7\xff\x88\x85\x6a\x0f\x94\x53\x1b\xd4\xc7\x19\x8b\xab\xc5\xc4\x80\x55\xa6\xcb\x00\x51\xea\x72\x0c\xfc\xee\xcd\x69\x12\xc1\xdd\x6d\x50\x1e\x00\x3d\x0a\x08\xaf\x0f\x0c\x58\x36\xb8\x13\x51\x5d\x14\x87\xd3\xc7\x13\x8b\xad\xf9\x3f\xc1\xb9\x6a\xb3\xdf\x0a\x31\xd3\xef\x5f\xe0\x35\xc4\x39\xcd\x0d\x38\x12\xcd\xef\x27\x62\x5a\xeb\x39\x81\x53\xb0\x03\xc0\x44\x2d\x24\x38\x88\x3e\xd1\x51\x17\x11\xcf\x19\xa8\xa4\x7a\x0c\x26\x6a\x19\xa5\x49\xed\x93\x38\x1e\x65\x6e\xec\x13\x9b\x8d\x92\xa3\xf5\x59\xe2\x30\xe8\xf7\x81\x95\xe5\xf6\x6b\xa8\x71\x8a\xca\x64\x3e\x14\xa7\x45\x44\x75\x13\xca\x70\x27\x82\xba\xc9\x15\xb4\xcf\x8a\x6b\xac\x38\xa3\x89\xa4\x62\xce\x67\xc6\xe1\x16\xf1\x27\xe2\xba\x9a\xb3\x23\xe2\xba\x2a\xd9\x51\x9f\x04\xdd\x65\x11\x33\x22\xae\xbb\xd5\x78\x44\x58\x37\xc1\x0b\xf5\x19\xa8\xc1\x1e\x2f\x92\x86\xbc\xc3\xfa\x1c\x81\xad\xa6\xdf\xe3\x1a\x6e\x9b\xd8\xfc\xd1\x61\xbb\x8c\x0d\x46\xc4\x64\x22\x49\x98\x93\x9f\x07\xfb\xe7\xf9\xff\xd8\x74\xb4\x9e\xe4\x43\x52\xbe\x9e\x4e\x44\x75\xb1\x0d\x6c\x46\xa6\x55\xaf\x17\x0e\x10\x56\x7b\x4c\x24\x85\xa4\xfb\x33\x4f\xe2\x8c\x8a\xbf\xc7\xb5\x56\x9c\xe7\x84\xf9\xc9\x1e\x5f\x64\x56\x15\x33\x41\x84\x76\x4d\x9e\xcf\x45\x72\x27\xaf\xef\x15\x40\xb0\x1a\xff\x15\xae\xaf\xaa\xbf\x23\x4d\xb4\xda\xbb\xc3\xa1\x44\xeb\x75\x87\x5a\x51\xfd\xdf\x11\xb7\xa3\xf1\x63\xf0\xb5\xcd\x65\x3e\x70\xfe\x22\x5e\x33\x6c\xba\x22\x8e\x13\x9b\xae\xd2\x9a\xf7\x89\x1a\x7a\xf3\xf9\x7f\x23\x39\xd9\xa7\xfd\x63\x23\x68\x55\xf3\x39\x36\x5c\xe9\xa7\xeb\x07\xf7\x35\xa9\xcc\x63\xaf\xfb\x77\x6c\x9c\x4f\x31\x4b\x07\xc9\xe3\x8a\xd4\x82\x04\x75\x77\x61\xdf\x75\x82\xba\x9b\x89\xf7\x81\x03\x94\x6d\xa8\x07\xf9\x9c\x2c\x89\x13\xe4\xdd\x6d\x43\x3b\x50\x33\x0f\xd7\xff\xa8\x79\x3f\xeb\x77\x44\x9a\x66\xdd\xe7\x03\xd7\x6c\x6b\x0e\x0e\x1c\x9a\x4c\xfc\x0f\x24\x11\xab\x51\x8f\x1c\x41\xb3\x1a\x7f\x26\x0e\x4a\x8f\xd9\x91\x03\x7e\x47\xfd\x83\x90\xd2\x25\x09\x1f\x25\x98\x1b\xad\x27\xa8\xe1\xb6\x01\x1f\xa4\x0c\x50\x4a\x8d\x7e\xe0\x00\xb2\x24\xc7\x3f\x78\x5c\x8e\x1a\x3a\x7a\xfd\x38\x22\xc0\xa5\x26\x39\xd0\xb9\x9a\xb3\x39\x5a\x18\xa0\x5c\x1f\x10\xd4\x1a\x6c\x07\x5e\x42\x97\xe9\x00\xe8\xce\x92\xc0\xd1\xc3\x00\xa5\xc5\x22\xf3\xa5\x82\xe8\xfa\x81\x9a\xa2\x7b\x3c\x78\x5b\x99\x13\x3d\x88\x53\x11\x36\x4f\x3f\x46\x60\x3b\x69\x31\xc2\x75\x53\x9c\xd6\x31\x22\x82\x5e\xe3\xc5\xfb\x43\x11\xe7\xfd\x40\xb2\xd9\xbd\xf9\xc0\x37\x0c\x1f\xae\x80\x1c\xf7\xe6\xa1\x83\x35\xb1\x3e\x7e\x72\xe6\xab\xfd\x23\x1c\x14\x34\x3e\x5c\xaf\xed\xcd\x73\xe0\x6a\x6d\x9b\xcf\x71\x05\x27\xa2\xf6\x22\x99\x92\x2f\xcf\x15\xf9\x2e\x34\xbe\x88\x33\x71\x3d\x40\xa0\x5f\x87\x97\xb4\xcd\x9b\xbf\xbf\x71\x7d\xf5\xf8\xef\xd0\x21\xab\xfe\x09\x83\xa9\xd6\x1f\x4e\x50\xae\xbe\xfd\x20\x68\x4d\x71\x31\xfd\x78\x88\x60\x9e\xfe\xfd\x0d\x33\xe1\xef\x5f\x38\x43\x95\x5f\xf2\xdd\xe8\xb1\x39\xde\x00\x7a\x74\x19\xc9\xd1\x97\xf1\xc5\x06\xa7\xc3\x7e\x06\x50\xa7\x88\xf9\x19\x39\xd8\x93\xcb\x60\x95\x75\x97\x49\xbe\x25\x62\x78\x82\xf0\x50\xf4\x98\x9c\xe1\x9a\xad\xf5\x38\x51\x23\xd8\x80\x7a\xa2\xd6\x14\x5c\x4f\x3f\x13\xde\x91\xba\xcc\x27\x88\x0e\x56\xeb\x12\x31\xdf\x9b\xd4\x90\x67\x09\x84\x05\xf5\x47\xda\x68\x61\xcd\x75\x22\xe8\x5b\x93\xe4\x7e\x46\xce\x74\x8f\x07\x4e\x54\x40\x8c\x3d\x22\xea\x15\xf4\xd9\xcf\xc0\x56\x13\xf1\x3c\x71\xe0\x28\xd5\xdf\xe3\x1a\x9b\x5d\x0e\xce\x59\xfd\x61\x53\x91\x2b\x78\x3f\x43\x13\xa1\xfb\x7c\x12\x57\x96\xb5\x5f\x67\x0f\x6f\x21\xfd\x9e\xfb\xb8\xe9\x31\x3a\x89\x0b\xb3\xeb\xea\x89\xe4\xd4\x3c\xff\x81\x2b\xba\x98\xb7\x73\x06\x56\x9d\xfa\x23\xa8\xd5\x0e\x07\x27\x88\x10\x76\x40\x39\xc9\x2f\x64\xb5\xf9\x49\xdc\x45\xf3\x7c\x49\xb3\x3e\x3c\x3f\x32\xcb\x36\xef\x1f\xde\x58\xd9\xeb\x7b\x92\x39\xd7\xfb\x8d\x37\x63\xf3\x7a\x13\x27\xe6\xf3\xfa\x13\xf1\x2e\xe6\xf4\x0c\x6c\xb3\xdd\xdf\x37\xfa\x73\x7d\x38\xe0\x68\x7d\x09\x9d\xb0\xe6\x81\x08\xf7\x6a\x87\x8a\x93\xb4\xea\xd6\x2c\x9c\x68\x16\xb2\xdb\xc7\xe1\x43\x29\x29\xfa\x45\x0a\x8b\xa1\xdf\x5f\xc0\xfd\x58\x2d\x7f\xe1\x8d\xe8\xc7\xfe\x02\x0b\xcc\x66\x8b\x2b\x85\xe6\x47\xed\xe1\x90\x21\xac\xb7\x7e\xa1\xe6\xb7\x64\x7a\x81\x15\x28\x38\x9b\x7e\x45\x7e\x9c\xf1\x47\x36\x97\x2b\x93\x89\xd1\x8d\x13\x74\x64\x31\xf3\xe2\x32\x08\xe2\xbc\x5f\xf1\x92\x69\x73\xae\x30\x00\x8a\xf8\x47\xc2\xff\xdd\xdf\xff\x04\x45\x6a\xf2\x01\xec\x27\xce\x98\x88\xee\xaa\xa0\xc1\x7e\x11\xa4\xa8\x7c\x2c\x3d\x22\xb0\x95\x7c\xac\xff\x44\x58\xeb\x72\x5f\x48\x4e\xc2\x1a\xeb\x57\xe4\x9b\xf9\xaa\x47\xc7\xed\xf1\x91\x4f\xc2\xde\x2b\x17\xde\x12\x76\xd5\xbb\x02\xbe\x41\x6a\xbf\xc8\xf1\x6f\xce\xf4\x42\xa7\x6d\xd7\xd8\x2b\x74\xda\xde\xfc\x30\xb0\x6d\xae\x87\x53\x96\xce\x9a\x88\xe7\x25\x1c\x7f\xca\x77\xd8\x04\x5c\x8e\x88\x78\x8d\x27\x38\x41\x11\x03\x72\xfc\x67\xc1\xdf\xf4\x0b\xb5\x96\x92\xb1\x75\x72\xf8\x67\xa1\xd4\xf6\x0b\xef\x3c\xe5\x94\xef\x37\x90\xf6\xd6\xe1\xde\x1b\x11\xbd\x12\xbb\xef\xad\x90\x76\xd7\xdf\x63\xc3\x90\x64\x79\x6f\x70\x56\xb2\xc1\xdc\x1b\x9c\x7c\xf2\xef\x71\x15\x9e\x2e\xdf\x00\xf5\x7d\xd6\xe3\xc6\xdb\xcf\xe7\xe3\x26\x4e\xc7\xfb\x1b\x11\xce\xca\x3f\xd2\x6f\x6c\x6a\xa3\xb9\x3e\x24\x31\xff\x9e\xc7\x5b\xfb\x47\x04\x74\xdd\xf5\x78\xdf\x29\x2e\xaf\x7e\x9f\x02\xf5\xdb\xf5\xe1\xbd\xe6\x32\x06\x60\xed\xdf\x9d\xe2\xfc\xab\x7d\x80\x3e\x2d\xe9\xdc\x09\xc9\x49\xc4\xe5\xc6\xc1\xc0\x36\x8d\xfb\xc7\x86\xa6\xf6\xf1\x3e\x54\x84\x7b\xbf\x03\x7e\x48\x9c\xf9\x1d\x69\x8d\x3d\x5e\x92\xf7\xd9\xb5\xfc\xc6\x41\xa0\x7f\x95\x0b\xe7\x43\xeb\x05\x64\xbf\x80\x4b\xfb\x0d\x67\x6a\x87\x90\x9b\xc7\xca\x0e\x2e\x77\x0d\xb5\xf2\xe7\x7c\xdd\x78\x03\x66\x9f\x87\x48\x63\xec\xf1\xa3\xc6\xb3\x5a\xf0\xc6\x80\x6f\x1b\x25\x41\xd1\xcd\x9c\xf4\xfd\xf3\x58\xa9\xbe\x13\xa7\xe2\xdf\xe3\x3d\x98\x7c\x1e\x3a\xf7\x49\x8f\xe9\x0d\xea\xf2\xd7\x7c\x7a\x24\xb3\x72\x39\xd4\x6c\x5a\xef\x90\x4c\xa5\xa6\xbb\x91\x4c\x85\x98\xd0\x09\x5a\xce\x42\x54\xe8\xf7\x64\x7f\x3d\x3f\xf2\xd3\xf8\xf1\xb9\x8f\xb8\x1f\xae\x47\x6d\x28\x66\xf0\xe6\x31\x53\x84\x7d\xbf\xc1\xde\xab\x3e\xef\x78\x57\x75\xf7\x7f\x46\x8a\x10\x8d\xef\x0c\x20\x4a\xd7\x13\x9a\xe1\xf3\x13\x71\x81\x62\x1e\xef\xc0\x12\xd3\xe3\x73\x63\x03\xb3\xf7\xec\x4d\x9c\x90\x6d\x7e\x77\xa8\xf9\x45\x7f\x08\x8a\xee\xf6\x8e\xbc\x43\x92\xf5\xf9\x03\xf5\x3e\x99\x3e\x80\x92\x9c\xbd\x5e\x84\x02\xb4\xfa\x47\x6a\x31\x22\xa4\xab\x89\xd3\x8d\x37\x96\xe0\x44\x3a\x11\xd3\xc5\xc4\xff\xc6\xc0\x9f\x3c\x59\x22\xa8\x2d\xb9\xdc\x4f\xf8\x61\xbb\x1e\x35\x87\x5e\xe6\xfb\x09\x57\x37\xb7\x77\x31\x79\xd7\xe3\xaa\xa8\xc7\xe1\x7e\x0b\xde\x1f\x6a\x3f\xd2\x8a\x8a\x93\x7d\x36\x38\x75\x6d\xde\xb3\xe1\x1a\x2c\x62\xf5\x84\x03\x80\x0e\x07\x11\xcf\x65\x68\xf3\x9e\x9d\xf9\xea\xb0\x3c\x70\xba\xe6\x84\x22\x22\x5a\xf9\x62\x3a\x11\xd0\x4d\x08\x06\x9d\x08\xe8\x6e\x1d\xf8\xf3\xe3\xfd\x94\x55\x46\x4d\x26\xce\x81\x08\xe6\x6a\xd7\xc9\x27\x50\x88\xfd\x7b\x0c\xf8\xb6\x31\x11\x81\xdc\x95\xa3\xbb\x13\x81\xdc\x04\x0c\xda\x9f\x82\x43\x84\xe7\x4f\x1a\x63\xc1\x81\xf4\xa7\x04\xb6\x53\x53\x19\x35\xa6\x24\xbb\x07\x83\x9d\x22\xd8\xfb\x53\xc3\xa6\xe2\x32\x6a\x07\x71\xc2\x11\x71\xac\xcc\x94\xfd\x41\xd2\xb5\xab\xed\xd3\x78\x5c\x87\xeb\xc3\x15\x54\xf3\x69\xf1\xf8\xb9\x0c\x27\xea\x7a\x6c\x78\x8a\xf8\xef\x4f\xe4\x3c\xf7\x7e\x77\x0c\xa8\x3a\x4f\xcf\x08\xce\x4d\xfd\x91\x8f\xa3\xba\x3d\x38\xe7\xe6\xf5\x04\x38\xd4\x6a\x17\x22\x94\xab\x32\x3d\xf6\x67\xe2\xcd\xe3\xfd\x9e\xd8\x08\x75\x5e\x23\x82\xd9\xde\x64\x6f\xb8\xa6\xcb\x21\x83\x20\xd2\xee\x38\xa6\xc8\x81\x6f\x9d\xfa\x1b\x06\x54\xad\xdf\x1b\x92\x49\x72\x19\x1b\x94\xce\xe3\x1b\xde\x63\xba\x1f\xe4\x9c\x6f\x5f\xbf\x6f\x91\xbc\xab\xa8\x4c\x9c\x84\x24\x5b\x82\x3c\xab\xe3\x86\xde\x70\x05\x9f\xae\x0f\xa0\x55\xd7\x07\x6a\x73\x53\x19\xc8\x7e\x8f\x0f\x60\x56\xab\xb9\x08\xea\x2c\x02\x4e\xed\xe4\x8c\xaf\x96\x4c\xc8\x11\x9f\x15\x44\xdb\x09\xf2\x2c\x43\xcc\x01\x41\x9d\xb9\x8b\x18\xbf\xa0\x2e\x5b\x32\x24\xe7\x7b\xb5\xab\x33\x41\x9d\x59\x41\xd7\x9d\x1c\xef\xd5\x71\x70\xe4\x78\x6f\x5f\xfb\xb3\x88\xfb\xb0\xe4\xfe\x42\xbc\xcd\x1c\x13\xc4\x99\xed\xa0\x44\x9a\xf6\xa6\xcc\x8c\xfd\xfd\xc9\xd7\xa4\xf6\x70\x50\x50\x9a\xe7\xfe\xfe\xd8\x54\xb5\x3e\xa4\x20\x29\x7a\x6c\x5e\xe2\x4c\xcc\x6c\xbc\x48\x2e\x0a\xaa\xee\x2f\x70\x5b\xd9\xf3\x09\x87\x05\x31\xb7\x11\xd4\xd9\x7c\xbe\x22\xad\x7b\x72\x39\xcc\x14\x6a\x0f\xb5\xa2\x25\x0f\x82\x38\xdb\xee\xf9\x00\x77\xa3\x14\x24\xfd\x7d\x27\xcc\x85\xfa\x7b\x63\xfc\x3f\xf3\x1b\x5b\x00\xa9\x7e\xcc\x08\x83\x20\xce\x52\xf7\x3f\xc1\x16\x1b\x1b\xae\xae\xca\x17\x32\x88\xf8\x6c\xca\xcc\x37\x22\xe2\x53\x28\xad\x83\x88\xcf\x2c\x6c\xae\xb1\x11\x44\x26\x78\x87\xb1\x05\x67\xfa\x21\x5e\x83\x08\xcf\x2c\x54\xd1\xb1\x01\xe1\x2c\xd7\xde\x41\xc4\x67\x53\xdc\xcc\xd8\x50\x43\x08\x3e\x66\x2d\x33\xed\xab\x3d\x2e\xb3\x74\xd0\x63\xcb\x91\x29\xcd\xdf\xa3\xf6\xf9\x10\xf3\xb1\x05\xaa\xb2\xc7\x07\xb1\x95\x4d\x67\x6c\x05\x1b\x4e\x55\x19\x6f\x08\xa1\x1e\x0f\x82\x2e\xab\x80\x27\xc7\x56\x23\xe8\x51\xe3\x25\x02\x5c\xae\xb2\x63\x0b\xd7\xca\xae\xf1\xf4\x48\xb6\xa6\xf1\x07\x50\xdf\x70\x19\xd7\xe0\xa9\xf5\xed\xa1\x63\x55\x7f\xa4\x49\x16\x16\xd5\xd8\x70\xd5\x14\xf1\x1c\x1b\x06\x5d\x39\x48\x8c\x0d\x87\x88\xe2\xfd\x01\xde\x46\x71\x23\x63\x1b\x40\x74\x7f\x38\xd3\xb1\x85\xf7\xd3\xee\x32\x58\x57\x55\xf3\x07\xc2\x5d\xde\x41\x83\x1c\xf2\x45\x7e\xf0\x23\x72\xc4\x2b\x82\x77\x90\x13\xbe\x37\xef\x2f\x6a\x0c\x05\xb9\x0d\x82\x3a\xb3\xf2\x63\x8c\x0d\xce\x50\x6a\xd1\xb1\x61\x60\x56\xdc\xcd\xd8\x22\x8d\xb2\xcf\xc7\x01\x30\xaa\xd7\xf3\x00\xd8\xb3\xa9\x7f\x38\x47\x01\x8f\x0e\x72\xc6\xb7\xec\xef\xe1\x1c\x65\x53\x1a\x1b\x0e\x1d\x72\xbd\x1c\xdb\x95\x61\x6e\xf4\x3d\x71\x2e\xc3\xe3\x8b\x4c\xa6\xde\x1f\x10\x20\x8a\x7f\x0f\x9c\x8d\x98\x87\xb1\xdd\xd8\xa8\xb2\xfa\xbb\x89\xa0\xf7\x65\x05\x5b\x6b\x78\xbf\x9e\x40\x08\xd0\x79\x7a\xb0\x49\xf9\x3c\x13\x04\xaa\xb8\xa1\xb1\xc1\x7c\x29\xe8\x6e\x6c\x2f\x41\xb6\xbb\xf6\x8f\xfc\x43\x82\x17\x19\xfb\x16\xeb\xdd\x54\x26\xc2\xfb\xab\x0c\x42\xc4\x87\x38\x8d\x7d\x03\x18\xf3\x23\xd9\x8d\x7d\xc3\x01\x42\xf7\x6d\x27\x1f\x91\x32\x67\x8e\x9d\xfb\xac\x4c\x94\x83\x20\xd2\xec\xfb\x40\xce\xf7\xac\xa0\xea\xb1\xa7\x08\x15\x50\xff\x29\x24\x7f\xd7\x07\xa7\xae\xf6\x80\x97\xa9\xda\xef\x3d\x83\x85\xa6\xf3\xb2\x87\x4d\x52\xf4\x8a\x34\xeb\x75\xb8\xfd\x12\x36\xc0\xcf\xfe\xee\x20\x42\x28\xee\x64\x90\x66\xbd\xc9\x00\x3f\x08\xfa\xac\xf2\x9e\x1a\x04\x7d\x16\x31\x6f\xe3\x93\x16\x5d\xe5\x1e\xc4\x58\xfd\x77\x82\x76\x37\xf5\x47\x7e\x1b\x79\x6b\x8d\x1d\xe6\x49\xf9\xab\xc6\xde\x83\xd9\xf7\xf7\x44\xf0\xbb\x3d\x80\x69\x85\x98\x31\xf6\xf5\xb8\x67\x21\x54\x0c\x82\x42\x8b\xb0\xc0\xc6\x1e\xa8\xec\x1f\x66\x63\x90\xc6\xbc\x2a\x6d\xf7\xd8\x61\x96\x9a\xf7\x17\x6f\x45\x25\x7b\x1b\x3b\xf9\x6b\xa4\xb9\x1a\x3b\x08\x0e\x5b\xfa\x93\x38\x97\xb1\xe3\x77\xad\x20\xc1\xb1\x63\x70\xd4\x4b\x3c\x76\xc4\x36\x05\x25\x0d\x72\x9a\x37\x89\x49\x63\x3f\x03\x1e\x43\x8b\x81\x01\x72\x16\x7f\x8f\x81\xbc\xab\x7d\xe2\x66\xb2\x17\x87\xb4\xc5\x8a\x13\x18\xfb\x15\x39\xd4\xfd\x3d\x36\x97\xae\xc5\xc5\xf5\xb0\xf8\x30\xdd\x01\x2f\xa2\xfe\x9f\x50\x43\xa8\x7d\xbc\x47\x24\x49\x8c\x3d\x20\xd3\xdd\x7f\x18\xf8\x75\x59\xf7\x07\x1d\xe4\xa6\xf1\x10\x34\xaa\x88\xea\xb1\x03\x6c\x37\xbd\x19\xe1\xaa\x58\xb5\xf8\x2f\x41\x56\x3e\x0c\x48\x5a\x9b\xfb\x8f\x9c\xe9\x59\xfd\x91\x6f\x41\xf0\x20\x23\xad\xcb\x9e\x95\x26\x79\x90\x33\xbd\xce\xaf\x7a\x88\x87\x0e\x53\x0a\x54\xdf\x0f\x67\x33\x22\x67\xba\x74\xf0\x23\x72\xa6\x0b\xe2\x7d\x90\x03\xbd\x66\x5d\xee\x14\xae\xda\x5a\xbf\xb4\x87\xb7\x50\x57\x99\xc7\x33\xb9\x8c\x9a\x4e\x8f\xe3\x4f\x4e\x74\x1d\x5e\x82\x58\xbb\xe2\x02\x46\xc2\x61\x41\xde\x3b\x23\xfd\x38\x2c\xa8\x7f\x50\xab\xa5\xe3\x1f\x04\xa9\x16\xd9\x64\x46\xca\x10\x37\xed\x67\x0a\x9b\x87\x88\x79\x04\xa1\x2a\x2d\xf5\x48\x04\xe1\x49\x52\x1a\x04\xa1\x36\x79\x8b\x0d\x82\x48\xbb\x99\xa5\x84\x77\x64\xd9\xf4\x7b\x22\xc6\xe5\x60\x32\xc8\x69\x9e\x65\x73\x19\x29\x98\x07\xf7\xd7\x43\xa7\xad\xf5\xf9\x09\x12\xd5\xfa\x90\xf3\x5c\x71\x11\x23\x05\x64\xbb\xf7\x0b\x60\x50\x49\xae\x23\x8d\x08\x6a\x55\xff\x23\xd4\x1e\xae\x0f\x1b\x9f\xfa\x0b\xe0\x4e\x9d\xaf\x04\xf0\xa6\xd2\x4e\x8f\x84\x24\x90\xbd\xfe\x91\x6f\xc5\xe3\x43\x6d\xec\xc7\x24\xfd\xb8\x3e\x6b\x7f\x0e\xb0\xb5\x74\x5e\xd3\x41\x8a\x8d\xa2\xf9\xa3\x26\xda\xdd\x5e\x20\x3a\x88\x39\x4b\x01\x19\x2f\x7a\x12\x41\xac\x72\xd0\x18\x91\x06\x7d\xe8\x7e\x27\xbc\xcf\xe4\x6d\x35\xd2\x19\x0e\x26\xfe\x3e\x98\x51\x8d\x17\xf8\x98\xcd\xeb\x79\x86\x83\x82\xeb\xd1\x8c\xf8\x3c\x46\x72\xc4\xaf\xf2\x3a\xcf\x0a\x0a\x1d\xe9\xc6\xa1\xc3\xbf\x47\xd2\x98\xbe\x2f\x77\xc0\xe1\x68\x7c\x37\x58\x80\x62\x1e\x52\xd8\x40\x45\x9f\x48\x53\x9e\xe5\x0a\x3d\xd2\x0f\x73\xe1\xfe\x50\xeb\xf9\xf7\x78\x7b\x16\xaf\x37\xcc\xc5\xf0\x78\x1e\x92\x11\x56\x97\x03\x55\x5e\xeb\x4f\x7e\x98\xcd\xfb\xf9\x62\xe0\x77\xff\xc4\xd5\x35\xd1\xdb\x9f\xb4\xe4\x1f\xb5\xdc\xc8\x1b\x99\x77\x45\xcf\xf3\x06\x02\x87\x98\x95\x4c\xa8\xc8\xa2\x2f\x7f\xf0\xb8\x64\x82\xf2\x84\xba\x3b\xc8\x71\x5e\x2c\x69\xe4\x90\x34\x44\x6c\x72\x64\x16\xd4\x61\x8e\x88\x5c\xe5\x77\x19\xe4\x3c\xaf\xc2\x1e\x1b\x39\x87\xda\xa4\xa9\x0c\xe7\xa8\xc3\x91\xd1\x41\x7b\xf1\x33\xc4\xc5\x9c\x7c\x26\xae\x43\x71\x04\x23\x43\x5c\xfc\x78\x65\x88\x8b\xfc\xd2\x47\x0e\x08\xf2\xcd\x65\x0c\x6a\x22\xc6\x19\x38\x8c\xaf\xf9\x12\xf7\x51\x74\x99\x72\x8d\xcd\x55\xff\x18\x4c\xe5\xbd\x35\x72\x8f\xe4\x4a\xfa\x7d\x00\x67\x26\x97\x31\x68\xea\xb0\x44\x0e\xf3\xe6\xf6\x80\x9b\x30\xe7\x4a\x04\x6e\x15\xe4\xfc\x88\x88\x5b\xc1\xa3\x0c\x22\x6c\xab\xd4\x06\x23\x03\xf1\xbd\xfb\x30\x90\xbf\x45\x71\x3d\x23\x72\x8e\x2b\xa2\x7a\x90\x73\xbc\x7e\xcd\x37\x50\x7c\xfd\x3d\xcc\x81\x32\x31\x8e\x8c\x01\x53\x41\x86\x23\x5f\x95\x1c\xfd\xea\x9f\xa0\xd9\xea\xf9\x10\x84\xa5\x08\xe7\x41\xd0\x6c\x11\x56\xd3\xc8\x77\xc6\xfb\x48\xfd\xdd\x18\x98\x7d\xb8\x6f\xb0\xe0\xc4\x09\x13\xb4\x5a\xa5\xe6\x1a\xf9\x09\x83\xb8\xda\x03\x8b\x69\x88\x13\xce\x2f\xde\x2f\x7a\x4c\xf3\x4b\x04\xbf\x1e\x8f\xfc\x06\xf3\xa2\xdf\x93\x7c\xc9\x8f\x25\x41\xae\x4d\xde\x3e\x83\x20\xd7\xaa\x88\xfe\x41\x10\x6b\x97\xeb\xf0\x28\x5b\x60\x49\x75\x95\x51\xe3\xe8\x7c\x14\x50\x73\x05\x87\x34\xc8\x81\xde\xeb\x57\x19\x88\x76\x71\x96\x05\x57\x69\x61\x3f\x8d\xc8\x61\xee\xc7\xb9\xe4\x80\x50\x77\x19\x1b\x87\x1e\xcf\x92\xc9\x8c\x2a\xe6\xa1\x94\xc8\x2f\xf2\x99\x7f\x04\x61\x4a\x07\x3f\x4a\x78\xfb\xe9\x3e\x16\x42\x11\xe4\x0d\x3a\x4a\xb8\x4a\x17\xd7\x93\x53\x5e\x8f\x7d\x09\x07\x1e\xed\x7f\x69\xc0\x1d\x35\x97\x01\x5a\xf5\x7c\x22\x3f\x8a\xe8\x43\xa4\x41\x37\x73\x55\x48\x5e\x26\x1b\xd4\x28\x13\xb8\x16\x9d\x8f\x42\xda\xe0\xee\xf5\x22\x4d\x70\x76\xfd\x81\x0d\x4d\xc4\xba\x44\x9c\x8f\x24\xbf\xc2\x63\x34\xbd\x9f\x27\x92\x8c\x98\xdd\x72\x72\xfe\x74\x3e\x08\x3a\xec\xc3\xfb\x15\xde\x78\x3a\xdf\x05\x2c\xb3\x2e\x7a\x43\x5a\xf3\x2e\x6f\xc0\x41\x90\x62\x15\x82\xc2\x28\x17\x66\x00\xef\x1f\xf9\x54\xaa\xfb\xbf\x78\xec\xdc\xff\x1d\xde\x7e\x6a\x1f\xb3\x85\x1f\x0f\xd2\x8a\xd7\xdd\xeb\x49\xe8\x80\x10\x52\x06\x69\xc5\xab\x99\xa3\x42\x68\x80\xe9\x0d\x71\x83\x45\x36\xb4\x51\xf7\x80\xbb\x2a\x2a\xe3\xb0\xf0\x55\x86\x19\xdf\x5c\x26\xf4\xe0\xcf\x24\x17\x82\x0e\x5b\xaa\xee\x1c\xb5\x8b\x06\x5b\x23\x88\x27\xb9\x0c\xd0\xa3\x36\x93\xa0\xc3\xae\x9c\xec\x83\x20\xc2\x5a\x75\x79\x2b\x70\x2b\xc2\x7e\x1a\xe4\x28\xef\x3e\x6c\x15\xb5\x96\x0c\xee\x23\x72\x8a\x2b\x59\xd1\xa8\x25\x50\x71\xd5\x3e\x36\x05\xd9\x48\x46\xfd\x79\x3c\xaa\xca\x61\xa0\x54\xb9\xa2\xe6\x28\x2e\x13\xf7\x20\xe2\x1d\x39\xc1\x9b\x17\x1f\x88\xfb\x39\xd4\x3f\x11\xc6\xe6\x24\x08\xea\x2b\x56\x63\x44\x8e\x70\xb9\x72\x8f\x3a\x88\x23\xf1\xf8\x23\x47\xb7\xd4\x2a\x04\xd1\x35\xa5\x19\x1e\x04\xd1\x65\x45\x10\x8f\x0a\x76\x91\x2f\x3b\x39\xb8\xab\x0c\xa0\xa3\xc2\x49\xee\x5e\xef\x23\xd2\xc0\xba\x8c\xf7\xd4\xee\x32\x8f\x8b\xd4\x9e\x91\x43\x3b\x7b\xfe\x44\x04\x0b\x78\x71\x54\x24\x53\xa5\x65\x1d\x35\x92\x0f\xb9\x7f\x2e\x8b\xbc\xc3\x06\x41\x70\xc5\x9c\x7f\x05\x1e\xc5\x6a\xaf\x48\x7b\xed\xcb\x4e\x10\x5c\x53\x32\xb3\x51\x89\x63\x28\x1e\x1f\xd8\x60\x02\x6a\x1c\x35\xbc\x67\xba\xcb\xc1\xc9\x69\x3c\xf1\x18\x89\xd9\xa9\x4f\x5c\x46\xcd\xff\x0d\xe2\xaa\xf6\x91\x2c\x65\xe3\x19\x15\x57\x57\x01\x8f\x0e\xd2\x56\x67\x01\x3b\x8e\x86\x1a\x49\x69\xa3\x07\x69\xac\x8b\x82\x22\x47\xa4\xb1\x96\x2b\xf4\x68\x01\xbf\x22\xe2\xd0\xc2\x15\x5d\xcc\x47\xdb\xc3\x35\xdf\xf5\xa8\x41\xdc\x3e\x6a\x61\x4b\x96\x2d\xe3\x7a\xdc\xf5\x3d\xf9\x59\x86\x1e\xdb\x06\x96\x9e\x74\xf2\xa3\x05\xf0\xa7\xe6\xdf\xb0\xd9\xec\x5f\xdf\x07\x5c\x89\xfa\xab\x11\x8a\xe0\x32\x8f\xdf\x57\x39\x88\xad\xc6\xdf\x02\xcb\x4c\xed\x03\xdf\x23\x94\xe2\xd1\x42\x2d\xa3\xfb\xd6\x50\xa3\x5a\x0d\x49\xdc\x59\xb3\x64\xdd\x08\x5d\xf0\xe3\xd1\x8e\x70\x50\xd0\xfa\x1f\xe1\x1a\xab\xf6\xae\x70\xf8\xd0\xf7\x78\x4f\xca\x00\x3d\xda\x1d\xcc\xab\xbe\x07\x7e\xc7\xc4\x98\x38\xb2\x36\xfc\xfb\x3b\xe2\x5a\x34\x1e\x5c\xa7\x15\x54\x3c\x1a\x9a\x8b\x2d\xa9\x4c\xdc\x56\x17\x7d\xf9\xc9\x74\x5b\x5c\x0e\x2c\x31\x97\xd1\xa4\x48\xb2\x8f\xcc\xb7\x9b\x24\x91\x8e\x1a\x51\xc0\xb3\xa3\x73\x1e\x14\x2a\x30\x3a\xae\xce\x56\x4b\x91\xb9\x35\xcb\xd5\x7d\x74\x6c\xa2\x8a\x43\x1b\xbd\x86\x37\x98\xbe\xaf\x41\x4f\x3f\xe7\xa3\x87\x64\x2e\xcd\x41\x27\x2d\xb6\xd2\x5a\x8f\x8e\x77\xef\x10\x3d\xed\x91\xc6\x5a\xf7\xab\xa3\xd6\x5b\xf3\xfb\x83\xc7\xa5\x03\xaf\x50\x24\x76\x77\xc4\x70\xb9\x76\x8e\xfe\x03\xb1\xfc\xd9\x8c\x1e\x9c\xb2\x17\x37\xe0\x63\x24\xd6\x77\xbc\x1b\xb2\x74\x92\x3d\x20\xde\x3d\xf8\x27\xe2\x4e\x5c\x46\x8d\xa3\xcb\x4e\x10\x53\x93\x1f\xfe\xe8\x2f\x69\x49\x75\x98\x3b\x58\x4b\xe6\xec\x7b\xf8\xc1\x7b\xb1\xd9\xfc\x22\xb5\xc1\xc0\x0f\x5e\xae\x85\x63\xec\x01\x37\xf1\xb9\x3c\x64\xe2\x6c\x56\xc3\x8d\x40\x09\x16\x71\x1c\x39\x88\xeb\x50\x19\xec\xaf\xec\xfa\x40\x11\xfe\xac\x07\x99\x36\xbb\x39\xe9\x01\x56\x98\x37\x7b\x80\x05\xa6\x20\xb0\x31\x70\x45\xf5\x63\x36\x90\x94\x2c\xa9\x8c\x48\x2e\x26\x49\x63\x80\xa5\xe4\xc7\x66\xfc\x60\x85\xa9\x3f\x82\xf8\xb2\x0e\x43\x04\x55\x29\xe2\x7b\x0c\x38\xd5\xaf\xef\x1b\xf9\x6c\x44\x3c\x46\x8b\xa0\x34\x8d\xef\x27\xee\x44\xf3\x5b\x9c\x6b\x15\x30\xde\x18\x18\x8c\xab\x1e\xcf\x41\xfe\x98\x5d\x8f\xc5\x40\xb2\xcb\x5e\xef\x11\x6a\x07\x7d\xcf\xf9\xeb\x22\x3e\x03\x1d\x72\xf1\x7a\x63\xf3\x49\x3a\x0f\xc4\x61\xf5\xaf\xfe\x50\x0b\x25\x8f\x17\x03\xbd\x39\x75\xe2\xb0\xba\x72\xfe\x8f\x31\x03\xb5\x5a\xed\x01\xdc\x29\x6f\xa2\x31\xce\x30\x30\xab\xbd\x2b\x1c\x38\xf4\xfd\x0f\x0a\xaf\xcb\xa0\x5e\xfb\x3c\x04\x5c\x46\x71\xb9\x22\x69\x68\x7e\x44\x90\x4f\x9f\x8f\x9b\x34\xd4\x22\x2e\x83\xc7\xf5\x6b\x7e\x00\x6f\x26\x9f\x5f\x1c\x68\x2c\x19\x13\xb7\x55\x15\x97\x33\x06\x41\x7f\xd9\xed\x83\x55\x96\x65\x03\x1a\x01\x3f\x24\xe6\x71\xf2\x38\x2a\x42\x7c\xcc\x1d\x6f\x44\x31\x3f\x91\xd9\xb2\x8a\xd8\xce\x1d\xe6\x4e\x6a\xac\x09\x71\x54\x9a\xec\x31\x03\xb8\x53\xcc\xe4\x0c\x6c\x32\xd1\x13\xe2\xbc\xba\xe2\xba\xc6\xc4\x86\x2a\x14\xee\x31\x09\x6a\x95\x6b\xf3\x98\x39\x98\xab\xcf\x79\x20\x8e\x2b\xcb\x75\x7e\x4c\xe0\x74\xe4\x3d\x3a\x66\x24\xd7\x93\xa4\x31\x01\xce\x34\x33\x37\x03\x7e\x46\x6a\xca\x89\x1a\x53\x0e\x18\x83\xb8\xa9\x9a\xdd\x1e\xe7\x55\xc0\xa3\x63\x8e\x40\xb0\xd0\x78\xb1\x61\x2a\x34\x63\xcc\x11\x71\x32\x6a\x6f\x60\x63\x92\xa6\x86\xb8\xaa\xe2\xf3\x38\xc9\x3f\x24\xec\xb0\x31\x23\x39\x99\x1e\x97\x89\x8d\x52\x40\x98\x63\x1e\x11\x54\xab\xf5\x38\xb0\x01\x7b\x7c\x78\xa7\x59\x6d\x3e\xcf\xb0\x79\xb9\x3e\x98\x41\xfd\x1e\xd4\x69\x4b\xa2\xc4\x35\xe5\xe2\xf5\x7f\x02\x78\x58\xeb\xf1\x86\x03\xc2\x9f\xb8\x22\x8f\x09\x64\xbc\xe0\x31\xc6\x11\xf0\x05\xe2\x5c\xc8\x34\xd9\x14\x81\x3c\x0e\x5e\x62\xc1\x87\x8c\x08\x5a\x52\xe6\xbf\x41\x26\xca\x6a\x9d\xe0\xb1\x11\x64\xd7\xdc\x1e\x06\x50\x11\x6f\x32\x53\x76\xa1\x82\x8e\x63\x8f\x4c\x7b\x1a\x0f\x41\x4d\xe6\x8c\x8f\x3d\xbc\x53\xd4\x3e\x71\x0d\xfb\x57\x7d\xe8\x54\xdd\x1e\xae\xc8\x22\xc6\x64\xaa\xcc\x8a\x13\x19\x47\x8a\xe4\x43\x1a\x0f\x41\x8e\x72\x75\x1d\x47\x02\x65\x55\xc4\x26\x82\x9e\x6c\xd0\x3c\x22\x99\x99\x0e\x1b\x41\x50\xf9\xfb\x7b\xfc\xf4\x3d\xbe\x0c\xe7\x24\x62\x71\x90\x8c\x4c\x71\x1e\xe3\xa8\xc1\xb9\x0d\x95\x2b\x6a\x15\x8d\x97\xc7\xc3\x3a\xd3\x83\x20\x45\xc5\x3d\x8c\x83\x64\x63\x72\x0d\x1e\xc4\x29\xd5\xe6\xf5\xe7\xf1\x10\xd6\xd6\x38\x5a\x1c\x66\x7f\xcf\x63\xa5\xc7\xf6\xc0\x9b\xeb\x6b\x7f\x40\xa1\x6d\x3a\xac\xc4\x35\x0d\x25\x23\x1b\x47\x0f\x1d\xba\xeb\x41\x24\xd0\x65\x38\x7a\x10\x3f\x97\x31\x98\x7a\x3c\x70\xc2\x36\x40\x1f\x24\x1b\x1b\x5e\x1f\xe2\x2a\x14\xd7\x33\x0e\xf2\xe9\x08\xf5\x78\x90\x59\xb3\xf9\xf1\x25\x8e\xa9\x66\xf7\x4f\xbe\x1c\x61\x59\x0d\xe2\x98\x9a\xe2\x78\xc6\x81\x77\xd2\xd4\xe5\x3b\x8e\x70\x2d\xd6\x7e\x85\x43\x82\xd7\x17\x6c\x29\xab\x0d\x0f\x38\xef\xad\xbb\xbe\xae\xef\x9b\xeb\x81\xe7\xf0\xfc\x43\xf2\xf4\xfd\x8b\xa0\x4c\x7f\x7f\xa2\x36\x12\xb1\x3a\x4e\x80\x35\x77\xd7\x13\x07\xe1\xfd\x3a\x71\xb0\xf9\xaa\xc7\xa6\x27\x49\xef\x38\xc3\xb5\x5d\xeb\x47\xf2\x30\xa5\xc4\x18\xc4\x61\x55\xa1\x24\x8f\x88\xbb\xb2\xc3\xc6\x11\x41\x97\x9b\xeb\x03\x08\xd6\xed\x91\xa2\x42\xcc\xe4\x41\xe6\x42\x79\x73\x8d\x03\xd7\xfb\x2a\x62\x19\x99\x44\xed\x90\x70\x84\x9a\x54\xc4\xff\xc0\x1b\xaa\x7b\xbf\x08\xc2\xb4\xc3\xc7\xf1\x44\x3e\x27\xf5\x8f\xcd\xb4\x7b\x3d\x9f\x40\x74\xd0\x7a\x3f\xe1\x3a\xec\x7a\x10\x2f\x7c\x3f\xdf\x1d\xc9\x4c\xf3\x23\x47\xbd\xe2\x9e\xc6\x41\x7e\x1f\x61\xf7\x8d\xe3\x25\xbf\x90\x88\x31\x71\x5b\x75\x9a\x3e\x10\x0a\x60\x7a\x79\x6e\x91\xec\xae\xaa\x0c\x84\xbe\xee\xfb\x09\xbd\xcd\x9b\xeb\x43\x72\xdf\x55\x0e\x6f\xbb\xcf\x78\x4f\x1c\xa8\xac\xa9\x39\x77\x24\x2f\xd1\x0b\x32\xa7\xd6\x5a\x5c\xee\xd0\x37\x7f\x8f\xc3\x8c\xee\xcb\x89\x26\xcb\xcc\xfe\x19\xf9\x84\xaa\xfb\xc3\x86\x3b\xf3\x9f\x3c\x2e\x04\x95\x35\xc1\x97\x8c\x33\x05\x1c\x86\x1a\x4b\x61\x43\x70\x7d\x24\x93\xd1\x62\x65\x80\x15\x75\x58\xce\xc8\xa9\xef\x72\x09\x62\xa3\xdf\x47\xc4\xb8\xd4\x1e\xa4\x61\x1d\xc2\xc2\x1a\x04\x91\x15\x01\x17\x8e\x13\x6f\x2d\xc1\x9b\x8c\xb3\x62\x30\x17\xa7\x78\xd6\xe0\xfc\x54\x6e\x61\xb3\xd0\x62\x11\x24\xa6\xb8\x8c\x71\x06\xdc\x81\x1e\x97\x33\xb0\xa9\xdc\x7f\x0f\x6c\x33\xf5\x0f\xe7\x2d\x94\xd8\xf1\x13\x44\x26\x62\x74\xe2\xbd\x91\x7d\x38\x70\xc5\xb4\x8d\xe0\x0c\x9d\xb2\x1e\x83\x33\x82\x38\x45\xac\xce\x19\x11\xdb\xfa\x3d\xde\x57\xca\x04\x39\x7e\x82\xc8\x34\x3f\x32\x71\xe6\xfe\x55\xc6\x1b\x44\x8f\x31\x99\x36\xfb\xd4\xe5\xb8\xf0\x8e\xb3\x5a\xe1\x2a\xf1\x38\xfb\x7b\xbc\xa5\x74\x99\x23\xae\xc9\x36\x90\xc8\xbc\x29\xf8\x9e\x41\xa6\xcd\x92\xa5\xf6\xbc\x22\xe8\x56\x8f\x29\x99\x32\xbb\xd2\xcc\x8e\x0b\x6f\x1a\x45\x9c\x8f\xab\x47\x1a\x6b\xf5\xdf\x03\x81\x40\xbf\xc7\xb5\x58\x41\x80\xe3\x42\xcd\x22\xd7\xe3\x11\x99\x29\xcd\x3c\x5c\x13\x49\x46\xeb\x7b\xcd\x88\x73\x50\x3d\x8f\xc3\xae\xf3\x76\x1d\x21\x89\xa8\x3d\xd2\x34\x2b\x3f\xcb\x20\xee\xa9\xda\x46\x77\x41\xfc\x6d\x43\xb8\x50\xd3\xd8\xfb\xed\x82\x73\xb4\xcd\x85\xcc\x94\xd9\x3a\xfb\xeb\x08\x9b\x92\xe6\x47\x90\x6d\x93\x8e\xfd\x3a\xe3\xf1\x52\x3d\xf9\x4e\x14\x67\x35\x2e\x24\x29\x01\xbd\x8e\xeb\x04\x25\x5c\x6a\xb5\xeb\xc4\x26\xea\xfd\x09\xac\xb0\xe6\xdf\x13\xb7\xf0\x55\x1f\xc4\x5b\xe3\xc7\xf5\xb6\x78\xbc\x38\xe0\x98\x93\xbd\x2e\xd4\x6e\x3e\x5f\x20\x00\x28\x4d\xf3\x20\xb3\x65\xa9\x5e\x6f\xbc\xed\x4a\xf7\xf7\xa1\xa6\x72\x7d\xe8\xf0\x5d\x46\x52\xd5\x63\x7a\x45\xd0\xb0\xe8\xc7\x45\xfe\xa5\xcd\xdf\xdf\xc4\xc5\x7d\xd5\x07\x62\x87\xe6\x87\x24\x98\x7c\x9e\x89\x1b\xb3\x43\xc3\x15\x9a\x13\xa9\x99\x22\xf3\xa5\xd5\xc6\x64\xbe\x2c\x5f\xe7\x11\x35\xd9\xfe\xf5\x7b\x5c\xcf\x8b\xbf\xe7\x7e\xfa\x3e\x04\xbc\x8c\xf7\x13\x6f\x3e\xdb\x6c\x88\x43\xab\xca\x37\x35\xae\x1f\x07\x1f\xad\xd7\x1b\xc0\x93\x9f\xf1\x11\x77\xd6\x94\x62\x61\x44\xdc\x99\x10\x1a\x06\x71\x66\x2d\x37\x97\x51\xb3\x69\x7c\xf7\x16\xf4\x23\xab\x0c\xb3\x2c\x4d\xc8\xbd\x87\x99\xa3\xa9\x1c\x8f\x91\xfa\x0f\x38\x30\x8d\x8f\x38\xa7\x9a\xfe\x08\x15\x79\xdc\x2d\xd2\x82\x6a\xf0\x11\x67\x30\x5d\x06\xf5\x53\x2f\x3b\x99\x20\xab\x80\xd5\x06\x99\x20\x8b\xe2\x56\x06\x99\x1d\x7b\xca\x2e\x63\xd3\x91\x64\x70\x93\x7f\x44\xf9\x53\xc6\x8d\x6b\x9b\xd5\x2c\x37\x97\x59\xd8\x3d\xe3\xe6\xb2\x99\x33\x24\xa8\xa8\xda\xf5\x91\xa0\xa1\x36\xbd\x78\xa0\x7e\xfa\xe5\x8d\xcc\x89\xde\xbc\x1b\x94\x66\xeb\xbc\xef\x40\x65\x16\x67\x7f\x07\xd0\x9d\x74\xe6\xc4\xfd\x64\x61\x43\x0d\xe2\x7a\x5a\xf3\xfc\xf0\x4e\x2b\x1e\xcf\x43\xd0\x9f\x1e\x2b\xe2\x76\x8a\x22\x76\x07\x99\x0f\x8b\x0d\xa4\xc4\xe5\x34\x73\x6a\x0f\xc9\x7b\xbc\x7e\xcf\x0e\x90\x9d\xc6\x47\x1c\x4e\x16\xdc\xc7\x78\x22\xc5\x80\xd4\x68\x0f\x40\x99\x02\xda\x1b\x0f\x0e\x13\x43\x97\xe7\x21\x28\x4f\x58\x72\x83\xcc\x7c\x4d\x39\xb3\x07\x71\x30\xd9\x6a\xa5\x87\xc7\xc8\x36\xb0\x07\x1b\x97\xe0\x4f\xc6\x13\x0e\x12\x1e\x4f\x8d\x88\xe4\xa6\x72\xf8\xe9\xab\xbf\x16\xc0\x7c\xea\xaf\x87\x41\x54\xbf\x0f\x04\x07\x9d\x97\x07\xb5\x84\x20\xed\xc7\x33\xc2\x86\xa2\xf5\xe2\x7c\x09\x18\x70\x3c\x01\x5f\x24\x1b\x05\xc9\xee\x8a\x5d\x99\x49\x76\x57\xed\x3d\xf3\x00\xc9\x6f\xef\xa9\x07\x35\xc1\xf4\xfa\x5f\x11\x21\xae\xdf\x13\x64\x66\xce\x9f\xe4\x74\x79\x0e\xff\x1e\x49\x4f\x9c\xe0\x03\x7c\x8a\x1f\xff\x27\xf2\xcb\x78\x7e\x4f\x78\x13\xea\xf7\xa1\x49\x98\x2e\xc3\x79\x4b\x92\x78\x42\xe7\xaf\xfb\xfa\x12\x4a\xa0\x20\xbf\xf1\xe2\xa0\xa3\xb8\xb2\xf1\x6e\xd8\xc8\x44\x4c\xdf\x3d\x52\x32\x34\x95\xc3\xa0\xeb\x32\x06\x5d\xdd\xa7\xf7\x27\x94\x60\xa8\x0c\x5c\x51\x76\x99\xcc\x94\xd5\xbf\x27\x0d\xee\xe6\xdf\x83\x55\xb7\xb9\x1e\x84\x0d\x31\x9b\x2f\x28\xda\xe5\xab\x8c\x9a\x4e\xfb\xf3\xa6\x50\xb3\xb9\x1c\x99\x47\xa7\xca\xd8\x70\xf5\xd8\xbc\x84\x2e\x08\x5e\x67\x10\x77\x54\xfd\x98\xbf\x39\x5c\x7f\xb5\x5e\xa8\xdd\x6c\x23\x7b\x23\x8e\xcc\xe3\x21\xc8\xdc\x0e\x48\x6f\x41\x32\xd0\x7d\x7b\x0b\x36\x44\x3d\xa6\x2f\xcc\xb3\x5d\x79\x5f\xb0\xe7\xf6\xaf\x72\xd8\x84\xd5\x5f\xa4\x41\xd7\x7d\x20\x99\x5d\x56\xfe\xa8\x41\x32\xbb\x52\xc4\x2c\xbc\x33\xce\xaf\xfa\x9b\xc4\x7d\x89\x3e\x90\xec\xad\x58\x52\x7f\xb1\xd1\xda\xdb\x31\xe2\x82\xac\x36\x7b\x03\x52\xff\xab\x1e\x87\x2c\xaf\x27\x36\x59\xdb\xd8\x22\xf9\xdb\xde\xff\x48\x72\x21\xc8\xa8\xec\x22\xe6\x6f\x00\x35\x8a\x18\xfe\x04\x0d\x55\xd7\x07\xb6\x8c\x06\x73\x83\xe5\x94\x5d\xc6\xa0\xad\x97\xfc\xc5\x75\xee\x6b\x71\x9e\xe0\x4c\x34\x58\xbc\x81\xcc\x69\xbf\x3f\x06\x34\xd5\xbf\x70\xfe\xcd\xe5\x04\x10\x9e\xfa\x0b\x88\x7b\x6f\x46\x78\xff\x88\x53\x7d\xc9\x77\x21\x2c\xae\x49\x50\x50\xd7\x78\x66\x64\x76\x93\x6b\xf2\xdc\x36\x38\xd9\xec\xef\xe3\x31\x48\x2a\x57\x20\xff\x5d\x8f\xc1\xf6\xa3\x06\x9c\x1b\x11\xea\xe2\xac\x27\x99\xdf\x7a\x6d\x2e\xe3\x00\xf0\xe1\x0c\x27\x99\xe0\xba\x92\x3b\x4d\xe2\x84\xba\x38\x9f\x49\x66\xb8\x3c\x3d\x9e\x1d\x31\x79\xd3\xf8\x7f\x2e\xbf\xbf\x0f\xf8\x98\xa6\x32\xeb\xf1\xe1\x74\x66\x24\x87\x93\x0e\x7b\x92\xfc\xad\xe6\xaf\xdf\x07\x36\xd6\xa6\x72\x20\x1c\xe8\xf7\x81\x95\x94\xb4\x1e\x04\x95\x0a\x35\x79\x6e\x29\x0c\x9a\xea\x3f\x6c\x58\xdd\xbf\x27\xa8\x74\xd7\xfc\x23\x88\x74\xaa\x1e\xe0\x3e\xe5\x30\x9f\x5b\x0e\x6f\x23\xb5\x8f\xb7\x94\x82\x1e\xe7\x96\x49\xe9\xe0\xf9\x41\x1c\x84\x8d\x34\x37\x1c\x42\x72\x53\x7f\x05\x35\xe1\xae\xfd\xc2\x55\x59\x69\x6a\x27\x71\x4f\x4d\xd8\x51\x73\x0b\x48\xfc\xa2\xfe\x20\x16\x8a\xa0\x9f\x5b\x10\x8b\x5d\xeb\x11\x06\xf6\xa4\xf1\xd6\x80\x0f\xd1\xf7\x35\xce\x93\xfa\x0f\xb8\x96\x5d\xed\x13\x67\x91\xbd\x7e\xa4\x19\x17\x62\xc5\xdc\x90\xd4\xab\xe7\x07\xea\x74\xf2\xf9\xa8\xb1\xbe\x1a\x4f\x8b\x7c\x45\x1a\x4f\x00\x69\x66\xd7\xa3\x26\xf6\xfc\x5a\xdc\x1f\xad\x17\xd8\x6e\xc3\xeb\x43\x90\xe6\xe6\xf3\x8e\x6b\xb6\x32\x77\x4e\xe2\xb8\x9a\x92\x59\xcd\xad\x83\x88\xb1\x6b\x7c\x68\x02\xf6\xaf\xef\x09\x82\xf4\xf9\xc2\x9b\x4c\x11\xe4\x93\xe4\x7b\xa5\x7a\xff\x7a\x30\x7b\x6e\x8f\xb4\xca\xbe\x9f\x23\x34\x31\x9a\x0f\xf0\x50\xc2\xda\x9a\x1b\x92\x71\xf7\xf9\x06\x21\xe4\xeb\xfc\x00\x1f\xa5\x20\xd0\x19\x71\x60\x42\xe8\x98\xdb\x08\x6c\x42\x9d\x8f\x1f\x4d\x85\xbf\x67\x3d\x86\xc6\x0b\x56\x9d\x52\x1c\xcc\x6d\x06\xaa\xbb\xbe\x0f\x6f\x38\x9f\xef\x1f\x9b\xb6\xe6\xc7\x63\xb1\x7b\x7f\x0f\x5c\xf5\x3d\xbf\x60\xc6\x7d\x1e\x50\xab\x8a\x59\x9b\xc4\x81\x65\x21\x40\xcc\x8d\xc7\x42\x6a\xe8\x19\x71\x61\xf2\xa6\x9b\x1b\x90\xfe\x52\xc3\xcf\x48\xf6\xd7\x7c\x3e\xb1\x41\xa6\xfc\x27\xae\xc8\x73\xc3\x95\x74\x78\xf2\x44\xe4\x2b\x68\x69\x12\xe4\x95\xa7\x89\x11\x06\xc4\xdd\x87\x01\x6c\xa9\xe1\xc3\xf3\x86\x37\x90\x36\x83\x20\x2e\xe9\x10\x27\x41\x5c\x55\xc9\xc9\xe6\x0e\x27\x25\xe0\xc5\xb9\xef\x04\x75\xe9\xf2\x93\xd9\xaf\xca\xef\x7f\xee\x64\xb2\x94\xc3\xc1\xdc\x53\x60\x8f\x7d\xfa\xdf\x33\x06\x5e\x11\x27\x32\xf3\x35\x45\xf4\x4f\x32\xf3\x35\xc5\x4d\x4c\x82\xac\xba\x80\x14\x27\x99\xfa\x5a\x75\x7f\xe4\xd4\x96\x37\xd5\x8c\xcc\x7d\x3e\x7c\x3b\x11\xee\x32\x28\xce\xbd\x85\x5a\x47\xe3\x01\x55\x5a\x3a\xf7\xb9\x63\x50\xcc\xc3\xdf\x13\x57\xa2\xcd\xdb\x81\x8c\x97\xcd\x67\xee\xa1\x96\xd3\x61\x20\x08\xab\x2a\xee\x68\xee\xe4\xb3\x50\xfe\x95\x49\xa6\xbd\x2e\xb5\xd5\xdc\x81\x80\x57\x10\xe8\xdc\x47\x18\x74\xd5\xdf\x24\xa8\xf3\xa3\x86\x9b\x04\x55\x75\x01\x1f\xce\x9d\xb4\xd6\x4a\x0b\x3c\x23\x93\x9e\x1f\xcb\x1d\x94\xe9\x54\x34\xbf\xc8\x54\xa9\xcb\x4f\xa6\xbd\x22\x49\x60\xee\x27\x6a\x82\x4d\xe3\x39\x89\xab\x18\x9a\xef\x15\xd8\x74\xaa\x07\xae\x62\x4f\xae\x8f\xfd\xd4\x7c\x91\x24\x8a\xd7\x0f\x57\x68\xa9\x71\x67\xc4\x49\x99\xb8\xef\x91\xec\xab\x6b\x7e\x57\xc4\xad\xa8\xbf\xc8\xd4\x97\xf5\x3d\xcc\x93\xe0\x91\xe6\x7e\xe3\x1d\xa6\xcb\x4d\xdc\x55\x93\x03\xc6\xdc\x51\xcb\xec\xc5\xf5\x38\x54\x88\xd8\x12\x87\xd5\x86\xe7\xf3\x04\xb1\xd5\x7c\x60\xbe\x92\xc7\xfb\x06\x3c\xc8\xa7\x4c\xdc\x52\x91\x01\x77\x92\x3c\x2f\x37\x3d\xf6\x89\x34\xb5\x8a\xbb\x99\x3f\x71\x4d\x1f\x66\x6d\xa6\x3d\xd4\x28\x4d\x65\xe0\x81\x74\xdf\x52\x8e\xfd\xd9\x55\x0e\xef\x37\xb5\x9f\x03\xf1\x40\xbf\x07\x08\xb1\x6a\xbd\x89\x33\xca\x92\x2c\x66\x42\xd2\x95\xf7\xe0\x4c\x38\xa4\x28\x74\x60\x92\xac\xae\xca\x01\x60\xa6\xf0\x56\x73\x19\xce\xdd\xcc\x15\x71\x49\x59\x6a\xf5\x99\x5a\xa4\x2d\x76\x19\xef\x26\x3d\x4e\x24\x9b\x6b\xf2\xb6\x9b\x69\x3d\x26\x5d\xf9\xab\x66\x0a\xc4\x81\xa2\xf5\x02\x98\x57\x69\x9d\x67\xc2\xbb\x4d\x69\x91\x67\xfa\x71\x18\x71\x19\x33\x82\x1e\xbf\xc4\xfd\x69\x6e\x3f\xd2\x3a\xbb\xbd\x13\xc9\x5c\x8f\x37\x71\x3c\xf5\x6b\xfd\x02\x3e\x4a\xf4\x34\x11\xf1\xff\xb5\x7e\xd8\xb4\x14\x27\x34\x23\x0e\x47\xd8\x6c\x33\x91\xaf\xaa\xe8\xf1\x4c\xa8\xed\x6a\x53\x7b\x2f\x41\x97\xae\x7f\x03\x41\xe1\xf3\x7b\xe2\x58\x8a\x99\x8f\x1c\xcc\xee\x70\x99\xc7\x6c\xfc\x89\xe4\x32\x33\x06\x1c\x65\x9a\x9c\x79\x07\x6e\x41\xc4\x2d\xef\xa1\xa6\xf9\x6c\x76\x86\x73\x95\x6b\xdd\xcc\x60\x35\x09\x5e\x60\x66\xbc\xaf\x5a\x77\xb9\x50\x3f\x55\x0e\x6c\x22\xf5\x87\x8d\x47\x6a\xa4\x49\xdc\x4c\x95\xc1\x75\xe6\x84\x77\x8f\x38\x9d\x1c\x62\xb0\x24\x8d\x5c\x02\xe2\x5e\xdf\x13\x71\x2f\x9d\xef\xcc\x05\x1d\xb8\x88\x71\x2e\xf1\xd8\xa9\xbe\xe2\x6d\x22\x49\x20\x57\xbc\x93\x3c\x9e\x16\x9c\xb0\xd6\xa3\x23\x29\xb8\xbe\xa3\x16\x10\x67\x9e\x3b\x8f\x8f\x0e\x43\x06\xfe\xa2\x79\xbc\x91\x26\x55\x9c\x3a\x71\x2d\xb5\x7a\xbd\xb1\xb1\x08\x6b\x69\x66\xd4\x86\x5d\x8f\x3f\x99\xe3\x72\xd5\x61\xcf\xe8\xf4\x2d\x69\x91\x39\xae\x6f\x1e\xdf\x89\x4d\x49\x8f\x41\xbe\x42\xcd\xa8\x7a\x82\xc6\xe4\x9a\x3b\x49\xbe\xd6\xa4\x36\x99\x19\xe6\xc2\x9c\x1e\xc9\xd6\x4a\xf5\x7c\x5f\x6c\x44\xe2\xdc\x4a\xa4\x05\xd6\xfc\x0b\xde\x44\x43\xe7\x85\xe4\x62\xb5\xe8\x32\x97\xb0\xe9\x89\xb9\x20\x99\x57\x57\xd0\xed\xfc\x24\xef\xd2\xf7\x81\xa5\xa5\xc7\x2b\xe2\x36\xa4\xf6\x9b\x05\x44\x03\xb9\x7a\xce\xd2\x23\xa7\xfb\x67\xfc\x15\x04\x04\x5f\xb6\x8a\xcd\x4c\xd8\x5d\xb3\xc2\xc9\x5a\x92\xac\x3c\xd6\x42\x44\x98\xe4\x6b\xc9\xb5\xfb\xf7\x81\x90\xf0\x19\x5f\x05\xbb\x4a\x36\x94\x59\x03\xa8\x51\x97\xb3\x02\x84\x2a\x83\xf6\xac\xb8\xe2\x5a\xb2\xab\x47\xb8\xc2\xaa\xbd\x80\xc4\xdf\xd4\xdf\x41\x3e\x9a\xaf\x32\xde\x3f\x5a\xdf\xfa\x93\x36\x57\xf5\xd8\x5c\x94\x9f\x65\x92\x9f\xa5\x4a\x2d\x3d\xc9\xaf\x52\x15\x34\x37\x2b\x6a\xc0\xa9\xfb\x10\xf9\x54\x9a\xd7\xeb\x26\xc8\x77\xb8\x1e\xb5\x4b\x77\x99\x7c\x50\xa2\x17\x15\x04\x02\xd9\x74\x27\xf9\x54\xaa\x34\x13\xb3\xed\xf1\x18\x7f\xe6\xfb\x93\xbf\x44\x92\x5a\x0b\xef\x32\xed\x77\x4b\x11\xe7\xf5\x69\xbf\xc1\x4c\x2a\xa8\x74\xb6\x70\x98\xd1\x63\x8c\x2b\x77\xb5\x24\xd0\xf0\xe6\x14\xd6\xd9\x24\xbf\x49\x17\x7c\xd1\x6c\x25\xd4\xfe\xfe\x3e\xf2\xa1\x34\x95\xb1\xf9\x89\x39\x68\x05\x49\x4a\x8f\xe5\x8f\x6b\xb8\xe7\x83\xeb\xb7\x0c\xea\x13\xd7\xef\x6e\xc9\xa7\xa1\x16\x53\x72\xb3\x89\x2b\x78\x6d\x1e\x1f\xae\xe0\x66\x56\x1a\x40\xc2\xd6\xc4\xb4\x46\xc4\xbc\x98\xbf\x48\x99\xa2\xcc\xb1\xb3\xb5\x40\x8c\x50\x19\xb3\x87\x92\x2b\xce\xd6\xe3\xf7\x1a\x1f\x71\x49\xcd\xed\x91\x0f\x29\x6f\xfe\x3d\x0e\x14\x6d\xff\x93\xc7\x85\x7c\x2b\xe5\xff\xc7\xd8\x9f\x23\xd9\xef\xf3\xc0\xa2\xe0\x56\xbe\x25\x88\x33\xe9\xfc\xf7\x42\x80\x52\x7b\x6d\xf4\xfe\x8d\x0e\x25\x4a\x99\xe7\xbe\x78\x37\xe2\xe7\xd5\x29\x4a\xe2\x04\x82\x18\x13\x8c\x7e\x58\x1d\x35\xa8\x99\x21\xbd\xfa\x0c\x4d\x84\x93\x9b\xa8\x7c\xa8\xcd\x98\x91\x91\xce\xc1\xbe\x87\xaf\x75\x5e\x26\x1d\xa1\xa3\xeb\xe7\x7d\x5c\x16\xbc\x0c\x3a\xb0\x85\xe8\x30\x5a\x1d\x6a\x63\xd6\xe6\x20\x89\x90\xf0\x0a\xab\x43\x8d\x64\xb1\xa0\xd5\x17\x20\xb5\xb5\xd8\x2b\x24\x6b\x3e\xbf\xa3\x32\x21\xc7\x07\x07\x2c\x6b\x6a\xaf\x0e\x1b\x22\x43\xa7\x57\xb7\xa8\x6f\xc2\xf9\x47\x7d\x0a\x8d\x07\xa8\xa9\xcc\x73\x58\xdd\x23\xda\x83\xeb\x01\xb8\x90\xcc\xcb\xa8\x87\x59\x91\x97\x43\x8f\x4a\x70\x45\xdf\x83\x83\xbe\xeb\xfd\x88\xeb\x57\x3b\xea\x73\x68\x3d\x21\xc9\x30\xce\x7d\x75\x48\xe6\xac\xd4\xb7\x3a\xcc\x96\x92\xac\x3a\x42\x61\xa7\xd6\x1f\x40\x74\x92\x74\x91\x07\xd0\x18\x9a\xba\x90\x07\x30\x08\x0f\xb3\x50\x4f\xa6\x4b\x4d\xee\x51\x6c\x49\xfb\x05\x07\x28\x1d\x94\xab\xdf\x11\xed\xc4\xc3\x01\x9f\xd3\xd4\xfa\xc1\xcc\x99\x74\x98\x1e\x1c\x16\x1d\xe6\x07\xd1\x44\xd4\x6c\x3b\xcc\x9e\x32\x03\xf5\x07\x36\x78\xd1\x1f\x42\xd1\x19\xca\xba\x90\x77\xd0\x58\xc9\x71\x8d\x2b\x24\xd9\xca\xdf\x08\x4d\xa6\xa4\x3e\x50\x8c\x8e\x3e\x85\x35\x52\x48\x9a\x83\xbf\x41\xef\xbc\xbc\x06\xcc\x8c\xf4\xd9\x2d\xe4\x21\x34\x99\xdd\x50\x5f\x66\x74\xb5\x43\xd3\xa6\x83\x7f\x0d\x00\x5b\x16\xf5\x0f\xe6\x48\x2c\xa8\x35\xc2\x27\x50\x38\x9f\x12\x9a\xe6\xb7\xff\xa3\x86\x0d\x9e\xcf\x47\x28\x2e\xd7\x67\xc0\x47\xc6\x24\xe7\x35\x02\x45\xf9\xe7\x77\xac\x47\xe3\xef\x90\x8c\x3b\x7f\x23\xfa\x90\xf4\x8d\x7a\x34\x95\xc5\xd7\xd6\x80\x26\x41\xc4\x83\x35\xa2\xd2\x24\xe9\x63\xf4\x88\xd6\xe3\xf3\x91\x37\x41\xe6\x3c\x70\xb9\x33\x9a\x72\x8d\x11\xa1\xc1\x1c\x0f\x34\x6d\xe6\xbd\xac\x11\x3e\x34\xad\x17\xe0\x4c\x58\x63\x7f\x0d\xc0\x93\x2c\xcd\x7f\xe3\xf2\xa6\x66\x3c\x10\x60\xb1\xb4\x7f\x3b\xcc\x9a\x1c\x0f\xce\xa3\xcc\x68\xc3\x23\x94\x9f\xfb\x7f\x10\x8a\x4b\xfa\x8c\xfa\x32\xac\xb4\xbb\x50\xef\xa5\x13\xe8\x73\x0d\x44\x97\x49\x78\x88\x54\x89\x4c\xfe\x35\x1e\x68\x1e\x34\xc3\x4d\x98\xe9\x27\x35\xe7\x89\x12\x1e\x74\x43\xac\x19\xd1\xba\x3f\xbf\x91\x17\xc4\xf9\x23\xd5\x62\x30\x09\x72\x4d\x98\xe9\x59\x2f\x6a\xcd\x0b\x3e\xa7\xac\x76\x68\xc6\x45\xdf\x83\x99\x95\xc2\xd7\x4c\x88\x36\xe5\x7c\x27\xce\x87\x2c\x07\xa8\x5f\x53\x57\xfe\x17\xe0\xca\x35\xe1\xd0\x2b\x59\x1f\x0b\xe0\x3a\x4e\x36\x05\xb1\xf2\xe3\x91\xe4\xa5\xc9\x16\xe4\x75\x90\x59\xcc\x82\xd0\x64\x32\x87\x09\xec\x1f\x1d\x06\xe4\x85\x34\x46\x03\x2d\xe4\x81\x14\x11\x0f\xf2\x40\x3a\x8b\x37\xad\xc8\x03\x99\xea\x0f\xd8\x40\x53\xe3\x09\xcd\x43\x9b\xd5\x00\x0f\xc1\xc3\x38\x5b\x40\xd6\x73\x33\x80\x05\x26\x4d\x6d\x76\xa0\xfe\x56\xfd\x0e\x66\xcf\xef\xf7\x60\x5e\x9c\x4f\x07\x71\x50\x52\x9c\x01\x9f\xc3\xc3\x31\x23\x49\x91\xcc\x61\x02\xde\x82\x0e\xff\x35\x11\x3d\x43\x08\xf2\x35\x03\xa2\x9b\x92\xc5\x44\xb1\x30\x26\xb1\xad\xbf\x3c\x08\xcd\x17\x0e\x61\x1d\x66\xe4\x3d\x34\x02\x03\xae\x09\xe6\x4f\x6c\xa4\x35\x03\xbe\x86\x9a\xdf\x44\xe8\x25\x33\xba\x57\xd4\xaf\x21\x56\xdc\x9a\x28\x06\x46\x20\xd3\x35\x9f\x88\xbe\xe1\x78\xa3\x66\x7b\xd7\xf3\xe1\x60\xfe\xc6\xb7\xc2\xc1\xcc\xf5\x5d\x00\x16\x65\x68\xf3\x5a\x08\x55\x67\x92\xe9\x5a\x81\x4d\x47\x7a\x40\x9e\xc5\x60\x28\xef\x8a\xbc\x8a\xa1\xef\x21\x43\x98\xa1\xbb\x6b\xa1\x58\x18\x33\xda\xd7\x02\x0a\x32\x51\x92\xd7\x42\x99\xe5\xa9\xf1\xa1\xd8\x12\x8b\x25\x2d\xd4\xbb\xa9\xba\xec\x17\x34\x5d\x26\xa5\xae\x85\xbc\xa4\x8b\xcc\x71\x81\x1e\x2b\x0f\xdf\x6a\xd0\xdc\xb9\x5f\x0b\x66\x52\xa2\x32\xaf\x85\xd0\x72\x96\xc1\x5d\xa8\x97\x33\x18\x5a\xbb\x22\xaf\x81\x49\x6d\x6b\xad\x58\x2f\x3e\x8f\x68\x38\x3a\xa4\xd7\x0a\x4d\x46\xe3\x03\xfd\xfd\xac\xcf\x0e\xac\x28\x8e\x67\x87\xb0\xa8\xe7\x01\x3f\x42\x4d\x06\xf5\x66\x06\xe1\x9c\x16\xea\xcd\x0c\x86\x8a\xaf\x65\x11\x9a\xac\xe7\x01\x0c\xc9\xcb\x06\xf5\x63\xea\x22\x7d\xae\x13\x01\x41\xec\x2f\xcc\x8a\x43\xed\xc8\xab\xa2\x30\x82\xfa\x30\x45\xfc\x61\x41\xd8\x61\xe5\xd5\xb5\xc2\xac\x48\xe1\x77\xfd\xe5\xfd\xb0\x1d\xf4\x2d\x66\xbb\x9e\x40\x75\xe6\xf8\x1e\x54\x2e\xe5\x79\xd8\xf0\xb1\xca\x8c\x8b\x54\x8a\x46\x94\xe7\x85\xfa\x2d\x83\x49\xe0\x6b\x67\xe4\xa9\x50\x92\xdf\x05\xd1\xa1\x14\xc6\x90\x7a\x30\x08\xaf\xb4\x50\x7f\xa5\x35\xd2\x33\xea\xa7\x54\x86\xae\xaf\x0d\x54\x6b\x46\xdb\xae\x0d\x33\x22\x11\x47\x16\xea\xa7\x0c\x86\x0a\x2f\xa4\x22\x14\x86\xe2\xaf\x1d\xf4\xc3\xf3\xba\x1b\x4a\x94\x50\x78\xd8\x61\x66\x6c\x7a\xff\x81\x99\xfc\x5b\x8f\x1d\x01\x02\x14\xb6\x36\x2a\xc1\xea\xf2\x40\x2a\xc2\x90\x99\x7f\xf7\xa8\x3f\xc5\xef\xed\x28\x5b\xfe\x2f\xd1\x62\x6b\x1b\x88\x93\x97\xc1\x46\xa8\x1f\x1d\xe6\x6b\x43\x2d\x26\x7c\xc6\xda\xa8\xa1\x3c\x34\x79\x64\x4c\x2f\x0d\x06\x70\x04\x72\x10\x21\x6e\xba\xc9\xc1\x69\x90\xe4\x98\xe1\xbf\x2c\xd4\x5e\x5e\x4e\x06\x07\x6f\x26\xb3\x34\x14\xc3\x21\xfc\xc5\x42\x68\x73\x21\x64\xff\x32\xa8\xb5\xd2\x6c\x0c\x40\x95\xb2\xc9\x5a\x45\x80\x01\x99\xbf\x81\xb9\x30\x43\x79\x21\xf4\xb9\x4b\x12\x89\x7a\x18\x5d\xe3\x6b\x60\x86\xd4\x64\x10\xca\x5c\xe5\xd0\x35\x40\x7c\xcb\xa1\x6e\x0b\x70\x1a\x9a\x0f\xb0\x9b\x98\x01\xbe\x2c\x42\x55\x79\x98\x6d\x23\xe9\x53\xe3\xf7\x80\x8b\xe1\x7a\xc1\xec\xc0\xe2\x6c\x0b\xf5\x1e\x0a\xb1\x91\x96\xdd\x71\x99\x7f\xed\x1e\xc5\x90\xc8\x3c\x3d\xc1\x87\x41\x9f\x17\xea\x3f\x34\x86\x42\x2f\x4f\x51\xb3\xfd\xeb\xdf\xa3\x26\x3e\x99\xa1\x17\x64\xa8\x93\xb9\xfa\x5f\xd2\x28\xdb\x11\x5d\xa6\x80\x08\xaf\x21\x79\xf3\xf7\x7b\x18\x2a\x43\xbb\x97\xdf\xa1\x49\x71\x7c\x28\x16\x45\x48\xfe\xe5\x51\x39\x90\x97\xb1\x23\x29\x90\x25\x02\x56\x84\x76\xca\x4c\xea\x90\x14\x19\x5a\xba\xce\x05\x4d\x8c\x87\x11\x10\xfc\x5d\x3e\xb5\x83\xfa\x2d\x92\x14\x4f\x86\x66\x4c\xcd\xe2\x14\xc0\x9b\xf0\xfb\xa7\x21\x89\x8d\x9a\xcc\x81\x19\x83\x95\x23\xd7\xe9\x51\x7c\xa9\xf0\x37\x24\xfd\xa2\xdf\x30\xfb\xa8\x7f\x38\xbc\x99\x11\xbf\xce\x0e\x78\x13\x8e\x1f\xc2\x09\x33\xde\x57\x40\xb4\xcb\x87\x74\x1c\xfb\x4f\x66\x71\x0e\x2a\x6b\x72\x7d\x4f\x24\x1d\x73\x3f\xcf\x1f\x90\x25\xc7\x8b\x80\x17\x31\xeb\x03\xc4\x02\x49\xf2\x37\xce\x2b\xf3\xd2\x16\xa2\x13\x2b\x11\x1d\xd6\x3d\x22\x1a\x6d\xf0\x37\x92\x9a\xb9\x5e\x77\x58\x3e\x48\x3f\x77\x14\x73\xe3\x7a\xdc\x2b\x84\x9f\xc6\xdf\x05\xed\x95\xbf\x51\x42\x82\xc2\xc1\x1d\x65\x9f\x69\x49\xb9\x91\xd4\xad\x00\x84\x7b\xc7\x79\xe6\xef\x08\xdd\xa6\x59\xf6\x36\xb4\x73\x7d\x6e\x0b\xf8\x23\x8e\xc7\x90\x0a\xc1\xf3\x73\x3b\xf2\xee\x34\x3f\xc0\xb3\x54\x5e\x5e\x77\xa0\x1c\xf3\x32\xba\x0f\xf2\x62\x28\x0c\xdc\x07\x96\x18\x6a\xce\x37\xb0\x10\x99\xf1\xbe\xee\x13\x49\xc1\xfa\x0d\xb3\xfa\xa5\xdf\x08\xa5\xd7\x7c\x81\x7d\x28\xcd\xe7\x06\xfd\xb3\xf8\xdd\x7a\x10\x8a\x7c\xd1\x0c\xf6\xc4\x65\x49\xfe\xf7\x00\x6e\x88\x49\xe0\x0b\xd1\x81\x85\x40\xa5\xeb\x81\x30\x56\xc9\xff\x23\x7a\x8e\x01\x5d\xeb\x09\x1f\x35\x85\xf3\x07\x01\x2e\xed\xdf\x2e\x17\x84\xc6\x75\xe6\x1d\xac\x07\x19\xe2\xcc\x5b\x58\x4f\x84\x92\x72\xf1\x1e\x1c\x1e\xc2\x7f\xac\xe7\x95\xf4\x1b\x43\x25\x17\x20\xc1\x07\x51\x6a\xd7\x83\xc3\xb5\xe8\x03\x00\xa4\x77\x63\xe5\xc3\xf5\x4c\x94\x51\xe5\x66\x3f\x0b\x71\xe8\x94\x8c\x9e\x05\x07\x21\x0f\x4b\x84\xde\x51\x72\xdd\x7e\xd5\xff\xfe\x97\x18\x4a\xb8\xfd\x95\x6c\x17\xb1\x97\xb6\xbf\x8b\x97\x18\xbd\xb4\x3d\x57\xfc\x1e\xfc\x7d\xbf\xcf\x7f\x37\xf3\xf6\xf7\x32\x4b\xcc\xb3\xd9\x5e\xf1\x7e\xe2\xfb\xef\xe2\x26\x86\x5e\x6f\xe4\x85\x2c\x26\xa9\x6d\xd4\xbb\x49\xf4\x41\x6d\x6f\xe8\xef\x33\x6b\x6d\x7f\x35\xab\x44\xcd\x62\x7b\x43\x7f\x1f\xb3\xd9\x3e\xf0\xfc\x27\x49\x6c\xe4\x85\x2c\x96\x59\xdd\xc8\x0b\x49\x29\xb3\xbf\x99\xd1\xce\xef\x2f\x8c\xb7\xb0\xff\x85\xef\x15\xb5\xbf\xf3\xa5\x66\xb2\x91\x97\xb1\xaa\xd6\x6b\x63\x3c\x95\xef\xdb\x7e\xdb\x1b\xdb\x5f\x49\x35\xb1\xf8\xda\x46\x1e\x43\x62\x71\xb4\x8d\xbc\x85\x44\x20\xcc\xed\x8e\xef\x35\xf6\xff\x4a\xaa\x89\x79\x03\x1b\xf5\x6c\x16\x51\x73\xb7\xbf\xcc\x32\x31\xf4\x7a\x23\xcf\x20\xd1\x66\xbf\x71\xf9\x2c\x96\x7d\xdd\xc8\x33\x48\xd4\x14\xb6\xdf\x98\xcf\xe4\xf8\x6e\xf4\xdf\x39\x9e\x07\xeb\x35\x39\x9e\xf7\xf2\x4a\x49\xfd\xbf\x87\x77\x31\x69\x72\xa3\xfe\x4d\x62\x34\xe5\x46\xde\x41\x62\x19\xd8\x8d\xbc\x83\x45\x07\xf8\x46\xbd\x9b\x44\xd4\xdc\x7d\xde\xc3\xbd\x98\xd7\xb1\xcf\xf5\xbc\xed\x9f\x26\xbc\x51\xdf\x66\xd1\xcc\xb9\x4f\xc2\xfa\x7e\xc2\xc3\x46\x3d\x9b\xc4\xfa\x37\xfb\x24\xcc\x87\xf3\x3f\x41\xdf\x9c\xef\xc9\x0b\xbf\xd9\x5f\xc1\xfb\x8b\xfd\x05\x7d\x2f\x7e\xbf\xbe\xeb\xcf\x3c\x8c\x7d\x2a\xd6\x7f\xf1\x7b\xf5\x3d\x4f\x34\x4b\xee\x53\xf1\xfd\xc5\xef\x37\xf4\xbf\x38\xfe\xa0\xf7\xc5\xef\x81\xde\x89\xea\xbd\x71\xf9\xa6\xac\xf5\x7a\x25\xe9\xc5\x7a\x38\xfb\xf4\x82\x76\x8e\x77\x5c\xf8\xcd\xf9\x0e\xac\x27\xcf\x3b\xea\xb9\x24\x0a\xbf\xfb\x4c\xac\x27\xf7\xf7\x4c\x47\x3b\x9f\xc7\xf9\x60\x80\xd0\x3e\xfb\x1d\x2f\x99\xe9\x3e\x36\xf0\x9b\xdf\xf3\x68\xe7\x7a\x80\xbe\x89\xb2\xbe\xcf\xab\x89\x2d\xd6\x23\xda\xe7\x60\xfc\x85\xf3\x3d\xe8\xbf\x70\x7e\x37\xfa\x2f\xec\x0f\xf4\x4d\x9f\xf6\x3e\x4f\x3c\xcf\xfe\x1e\xcc\xef\x13\x36\x37\x52\x17\x16\x85\xd9\x7d\x5f\x2f\x3f\xca\x3c\xbf\xf7\xf5\xf2\x23\x5e\x4e\xfb\x7e\x85\xcd\x44\xd4\xf9\x7d\x27\xf4\xf7\x09\x6f\xfb\x2e\xf1\x9b\xdf\x2f\xef\xf9\x1a\xe4\x1f\x77\x79\xcf\x17\xa3\xd1\x36\x52\x19\xd6\xa8\xf5\x1f\x2e\x97\x8d\xfa\x1f\x29\x37\x76\xfe\x4a\xfa\x8b\x37\xfd\x46\x1e\x43\xca\x64\x26\xf7\xcb\x5c\x17\xa3\xad\xf6\xfd\x4a\xfe\x6b\xa8\x73\x10\x1b\xa3\x31\x36\xea\x83\x24\xa2\x04\x6f\xd4\x07\x59\xb4\x81\xef\xbb\x75\xb4\x73\x71\xda\x4b\x3c\x43\xef\xbf\x6a\x5b\xca\x64\x0e\x77\xc7\xe2\x93\x18\xef\x20\x3e\x32\x87\xfb\x65\xbe\x8b\x3e\x98\x7d\x07\x71\x4d\x7e\xcf\xde\xf1\x4e\x2d\x9e\xe3\x7d\x1e\xde\x3b\x88\x89\x87\x17\x92\xca\x9a\x9a\x6f\x10\x0b\x0f\x27\x24\x8b\xc4\xa4\xad\x8d\xbc\x85\x44\x20\xbb\x7d\xbf\xcc\x6d\x4d\x8d\xf7\xc6\x66\xf3\xf0\x42\x12\x49\x0c\x1d\xdc\xc8\x73\x48\x34\x43\xed\x3b\x88\x8d\xc4\xf4\x80\x58\x18\x1a\xbd\x9f\x97\x39\x25\x86\x26\xef\xa7\xc4\xef\xce\xdf\xe9\xbf\xff\x2d\x9a\xbd\xf6\xf3\x6a\x22\x89\x36\xe5\x8d\xbc\x80\x45\x20\xc1\xfd\x80\xd8\xa8\xc9\x6d\xc4\xfd\x2f\x46\xeb\x6c\xc4\xfd\x27\xc2\xb9\xec\xe7\xbd\x7c\x17\x35\xd5\x8d\xfa\x24\x89\xf5\x4f\x36\xea\x81\x24\xd6\x9f\xd8\xcf\x44\x3b\x0f\xef\x33\xd1\x1f\x2f\x53\xd4\x07\x49\x44\xa1\xde\x10\x2e\x12\xd5\xfa\x0d\xe1\x22\x15\xcd\xc7\xf0\x9b\x87\xf5\xc1\x7e\x16\x1e\x56\xd4\xdb\x48\x17\x13\x73\xf6\xe3\x86\x07\x38\x40\xdc\x7e\x17\x33\x59\x36\x82\xe9\x13\xcb\x3f\xed\x07\x3b\x4e\xdc\xea\xfd\x3c\xd1\xce\x15\xc6\x8e\x31\xde\xc8\x2e\x5c\x3f\x0c\x86\x36\x14\xa5\x48\x0c\xae\xb5\x2b\x76\xec\x1b\x90\x21\xb8\x3c\x31\xfe\xcd\xae\x8c\xef\x7d\x27\xce\xae\x1a\xbf\x17\x7f\xbf\x2b\x7a\xa5\x9f\x07\xde\x29\x32\x4f\xd0\x10\x3d\xfd\x3e\xc0\x11\x55\x8c\xa0\x73\x04\x10\x80\x2e\x4a\x00\x86\x78\xea\x44\xdb\xa9\xa1\xee\x44\xba\x18\xc3\x66\xd7\xab\x7f\x26\xc6\x98\x19\x0a\x51\xbc\x0f\x54\xfe\x03\xdb\xdc\xd9\x65\x03\x99\x76\xf6\x10\xdb\x3e\x38\x84\xd8\xf6\xc1\x1e\xe7\x3b\x82\x8b\x51\x9e\x86\x90\xde\xc4\x40\x19\xbb\x70\x29\x5c\x8c\xb4\x31\xc4\xf8\x26\xe2\x4a\x19\x6a\x3d\xbc\x0f\xb0\xcb\xa0\x94\xc9\x2f\x6e\x50\x02\xef\x09\x43\x54\xee\xfb\x0f\x0e\xda\xf0\xc9\xc5\x41\x59\x8e\x07\xf8\x49\xc3\x56\x2c\x7d\x01\x5d\x2c\x7e\xc0\xb1\x6e\xb9\x72\x90\xa0\x25\x56\x97\xb1\xeb\xd5\x63\x12\xf1\x46\xec\xc2\x55\xc3\x70\x15\x43\x81\x85\x44\x70\x16\x43\x41\x83\x74\x91\x1d\x58\x02\xf1\x50\xd6\xb4\x04\x59\xe4\x22\x3f\x30\x94\x38\x78\xff\xf1\x7d\x32\x81\x9c\xea\x77\xc0\x2c\x65\xc7\xef\x6f\x48\xa9\x60\xcc\x45\xff\xa8\x18\x73\x61\x17\xa0\x3f\x06\x63\x5b\x6a\xf1\x7b\xf1\x37\x3e\x58\xaf\x7f\xb8\x6e\x2c\x75\x8c\x9f\x0b\x94\x46\xbc\xcc\x8f\xcf\x68\xe7\x60\x66\xcc\x6f\x72\x7e\xaf\x30\x9d\x18\xcd\x67\x28\x31\xf0\x3e\xc0\x15\x9a\x86\x07\x38\x3c\x5c\x00\x17\x83\xc1\x0d\xf1\xb2\x89\x85\xe6\x2d\x2d\xcc\xa7\x71\x08\xa0\x1b\x1a\x02\x0d\x75\x03\x12\x75\x69\x43\x3c\x6a\xa2\xee\x6a\x88\x2f\x4d\xf4\x32\x5a\x8a\x3d\xe7\x79\x4d\x07\xa4\xfd\xfb\x8f\x97\xb4\xa9\x8f\x59\x82\xfc\x5b\x3b\x3b\x7c\xf0\x41\x1e\xb6\xf4\x2c\xfc\x66\x87\x0f\xa6\x5c\x27\x17\xf1\xc1\x94\x79\xd8\x80\xbc\xff\x3e\xc0\x1e\x1e\x4c\xf9\x53\x77\x0d\xd0\xfa\x89\x12\xbd\xe5\x04\x1a\x60\x02\x8a\x21\xa6\x34\xd5\x4f\xa4\xb6\x0c\x11\xf7\xa2\x0c\x6d\x39\x61\x4c\xdf\x35\x6b\x19\x32\x6e\x1d\xec\x01\xd7\x48\xe5\xe1\xcb\x90\x69\x35\xe4\x1c\x44\xc4\x11\xe6\x20\xa2\x4f\xa6\xb6\x1c\x74\xf2\x5d\xcb\x96\x83\x4e\xb8\x89\x79\xa2\x7f\x1e\xd5\x0c\x1d\x8a\xb9\xed\x96\x37\x8e\x2e\xa3\xb0\x2d\xef\x57\xce\xf9\x99\x00\x84\xca\x8b\xc1\x09\x96\xc1\x1e\xe8\xff\xb3\xbc\xc1\x4f\x7a\xd6\x1b\x8e\x07\xd8\x05\xd8\x07\xb1\x3d\x2c\x5b\xc5\x6f\x7e\x10\x74\xc2\xe8\x0d\xcb\xa0\x13\x02\x43\x19\xf0\xd7\xd3\xc5\x52\x5f\x86\xc0\xcf\x44\x3c\x00\xcb\x67\xc7\x03\x5c\xe4\x63\x78\x80\x23\xc0\xcd\x74\x31\x5a\xd0\xf2\x39\x78\x80\x43\xba\xe3\x8b\x1c\xd2\x5d\xf0\x02\xd9\x36\x30\xd5\xdf\x7f\xf0\x93\x10\x67\x9a\x26\xfd\x80\x32\x58\x69\xd7\x32\x84\x5d\xfa\x94\x0d\xd1\xa5\xa9\x7d\xf2\x81\x15\x90\x56\x23\x77\x28\x29\x36\xe2\xd3\x76\xac\x40\x3b\x62\x6e\x93\x15\x5c\x2d\x17\x25\x4a\x2b\x20\x8d\xf6\xf3\x1b\xb7\x15\x03\x66\xad\xf4\x1e\xff\xe0\x27\xfb\xfb\x09\xa2\x88\x58\xe9\x33\x1e\xe0\xa0\xfa\xc2\x03\x7a\x61\xc7\x03\xec\xa3\x63\x65\x7f\x5e\xb8\xf1\x5b\xed\x0f\x5e\xe0\x99\x2d\xb0\x01\xb4\x9f\xdf\x18\x34\x2f\xcc\x02\x36\x75\x31\x7f\xd8\x10\xd8\x99\xe8\x4e\xb4\x82\xfb\x8c\x16\x6e\x43\xa0\x67\xa2\x92\x65\x05\x5c\x87\x30\x68\x56\x82\xfa\xf4\x3d\x8f\x76\x8e\xd8\xb1\x4a\x53\x1b\xe3\x98\x02\x4f\x5c\xf1\x27\x1e\xe0\x2a\x05\x3d\xf2\x08\x02\x52\x3c\x5d\xf4\x10\x5b\x81\x9e\x4f\xe4\x3f\x2b\xb8\xbc\xae\x49\xe6\x5d\x0e\x96\x75\xea\x8b\x3b\x1e\xd0\x27\xb1\xac\xda\xfb\x20\x58\xe6\x3e\x58\x09\x82\x25\xf3\x2e\x77\x8c\x89\xab\x04\xd5\x8b\x4e\x6c\x2b\x41\x9e\x8b\x23\x00\xa7\x6b\xeb\x5f\x8a\xee\x5b\xc5\xdd\xc9\xf0\x32\x43\xac\x69\x22\x7e\x88\xd5\xa0\x4c\xf2\x90\x9a\xe3\xf9\xce\xdf\x98\x1e\xbd\x18\x86\x60\xd4\xc4\xc8\x78\xab\x60\x7a\x8c\xc4\xb6\xda\xe2\x37\x3b\x04\x65\xb3\x36\x9d\xd5\x0e\x22\x61\x2a\x8e\x01\x35\x3c\x11\xc5\xdb\x6a\xaf\xf1\x00\x7b\x80\x36\x44\x18\x6b\x03\x6c\x78\x22\x92\xac\x55\x5c\x9f\x5d\x23\x84\x34\xcd\xf0\x63\xab\xeb\xe0\xf7\xb7\x41\x15\x5c\x90\x4e\x57\xab\x3b\x9e\xe7\x08\x41\x75\x4c\xd4\xb2\x6a\xe8\x9f\x0c\xa6\x1a\x4c\x29\x2c\x4a\x61\x15\xba\xb9\xb8\x2a\x70\xc3\xdf\x07\xd8\x83\x2d\x3c\xc0\x19\x78\x8c\x98\x33\x80\xfe\xd5\x33\x67\x00\x3a\x17\x17\xae\xa0\x5a\xc6\x8c\x59\x85\xb1\x8a\x96\x62\xab\x77\xb4\x73\x84\x90\xa8\x12\x4b\xff\x5b\xbd\x3b\x1e\x60\x87\xf7\x1d\xd6\x46\x7d\xe1\x3d\x28\x5d\x53\x7a\xc2\x3c\xc9\xa3\x58\x9f\x84\x07\xf8\x02\x14\x00\x3a\x17\x0c\xd8\xde\x89\xce\x27\x6b\x19\x8b\x44\x03\xa3\xb5\xa0\x93\xcf\x80\x67\x0d\x06\xa0\x4e\x8e\xd7\x5e\x05\x3e\xa5\xa4\x2f\x40\xa9\xd2\x45\xd0\x82\xb0\x48\x16\xad\xdd\x61\x11\xfd\xf6\xa9\xc5\xbe\x72\xd2\x2d\xf6\x95\x12\x02\x10\xa8\x93\x6c\x28\xd6\x20\xea\x26\x89\xba\x2d\xf6\x85\x17\x7a\x8b\x7d\xe1\x85\x0e\x0c\xe9\x94\x98\xa3\x69\x0d\xdc\x81\x09\xf3\xd6\x20\xd5\x88\xef\x77\xa8\x39\xc4\x61\xb5\x1e\xab\xc4\xa3\xdc\x33\x36\x92\x37\x7a\x87\x9c\xca\x0a\x1a\xd6\x63\xd1\x78\x5a\x7b\x8d\xf7\xbf\x29\x23\x92\x35\x11\x17\xd6\x7a\x8f\x76\xf6\xbf\xdf\x09\xd1\xea\x62\x00\x31\x4e\xf4\xa7\x1b\x82\x2f\x13\x5d\x80\x06\x90\xe2\xc4\x8a\x0e\x86\x60\xc1\xc4\x84\x7d\xeb\x4f\xb4\xf3\xfb\xa0\x02\x56\xcc\xb0\x71\xbd\xf3\x61\xe1\x47\x1b\x98\x0f\xd3\xe0\x6c\xc0\x6a\xf3\xc3\xe1\x47\x31\x3c\xf0\xad\x38\xa2\xe9\x12\x93\x28\x0d\xd1\x74\x89\x3e\x57\x1b\xd0\xea\x88\x15\x68\x03\x22\x13\x1d\xf0\x36\x7a\xbc\xdf\xf9\x3b\xde\xff\x06\x3c\x46\x0e\x33\x2e\x3b\x1c\x2f\xf7\x21\x4c\xb1\x8d\xb0\x73\xeb\x2c\x8e\x81\x29\x15\x8e\x00\xdc\x86\x21\x31\x36\xa0\xd4\x0d\x5e\x41\x03\x4a\x5d\x62\xde\xb9\x0d\x88\xd6\x84\x4f\xb3\x11\x7b\x42\xd5\x79\xec\xb0\x14\x93\x8e\x07\xd8\xc7\xd0\x6f\x1f\xf8\xcd\x0f\x84\x29\x9b\xf9\x23\x36\x7c\xe1\x01\x7e\x31\x76\x8d\xba\xf1\x88\x5d\xa3\x2a\x0c\xb4\xe0\xf4\xbb\x6a\x90\x6f\x18\x16\x65\x88\x49\x4b\x0c\xfb\x32\xc4\xa4\xa5\x31\xfe\x25\xa0\xd9\x26\x94\xb1\xc4\x6a\xc5\x36\x13\xf6\x98\x7b\x3e\xc3\x54\xcc\x10\x46\x9b\xe9\xe0\x81\x6f\x38\x13\xda\x1b\xcd\x59\x36\x83\x8a\x78\x2c\x81\x46\x9c\x12\x63\x76\x0d\xf0\xc3\x89\x08\x70\x36\x83\x8a\x78\x2c\x67\x03\x99\xf3\x58\x02\x6e\x38\xfd\xbe\xd0\x40\x05\xbc\x92\x67\x90\x15\xcf\xe9\x0c\xb2\xe2\x39\x9d\x10\x95\x12\xdd\x45\x86\xc0\xb1\x34\x78\x30\x01\x10\xfc\x3e\xc0\x2e\x07\x86\xc0\x93\x3a\x21\x3b\x11\x2a\xc5\x26\x64\x7d\x26\x1c\x1a\x10\x7f\x13\xc3\x30\x0d\x91\x68\x89\xb8\x57\x36\x21\x88\x33\x0c\xd3\x80\xe0\x9b\x98\x90\x6a\xd3\xe2\x79\x2e\x91\xe7\xb0\xbf\xf3\x83\x5e\xf0\x00\x07\x14\x0e\x93\x49\x66\x37\xbd\xe1\x01\x8e\x10\xa2\x3d\xab\xb1\xd8\x3c\x31\x02\x7e\x10\xbc\x83\x30\x8a\x06\x4c\xdf\xc4\xac\x25\x9b\x50\x09\xd3\xd2\x90\xa1\x12\x32\xa1\xdd\xe6\x1d\x26\x7b\xcd\xe1\x4e\x78\x80\x73\x00\x77\x65\x40\x84\x4d\xd0\x39\x21\xd9\x6d\x42\x47\x4c\x44\x5a\xb5\x09\x1d\x91\x89\x1c\x86\x70\xb7\xf7\x01\xf6\x00\x1d\x91\x80\x32\xb6\x20\xd8\x13\x73\xc0\x10\x8f\x96\x98\x93\x6e\x88\x3f\x4b\x4c\x7b\xb4\x55\xe3\xf7\xe0\xef\x78\x7f\xf2\x37\x46\xcc\x7b\x77\x55\x4c\x99\xdc\x66\xfd\x79\x29\x48\x16\x08\x38\x4b\x4c\x3d\xb2\x05\x15\x91\x01\x6e\xb6\x40\x98\x12\x78\x01\xec\x9b\xf2\x95\xf4\x0f\x4c\x99\xaa\xc9\x0a\xd3\xf1\xc5\x45\x5b\x1d\x53\x26\x7b\x5a\x20\x44\x89\xaf\x0b\x84\x28\x69\x15\x50\xbf\x29\x5f\xea\x72\x0e\x3c\xc0\x0f\xce\xf0\xa4\x50\xc6\x5e\x41\x9a\xb4\xed\xad\x20\x4d\xda\x1a\x96\xdd\x78\x81\x94\xb6\x0c\xab\x42\xfe\xb5\xc2\x3c\x7d\x51\x8c\x47\x18\x5a\x9a\x14\x05\x56\x90\x62\x57\x3b\xec\xcb\x0c\x4d\xb1\x75\x62\x59\xb4\xae\x10\xca\xe9\xfb\xb6\x15\x16\x6d\x86\xed\xdb\x0a\x5a\xa3\x75\x60\x41\x8b\xcc\x89\x07\x6e\x41\x0a\x67\x1c\xb5\xad\x20\x46\x5a\x0b\x16\x94\xc6\xcc\x6a\x30\x86\xd8\xb3\x44\x00\x7f\xdb\x09\xe7\x89\x4c\x68\xc3\x3a\xc0\x58\x4a\xdb\x41\x4b\xe4\x39\xbb\xc2\x23\xc5\x34\x2f\xdb\x90\x90\x18\xff\x63\x3b\xbc\x14\xf4\xd9\xd9\x86\x0d\x94\x08\x17\xb6\xeb\x9f\x8f\x89\x43\x82\x2c\xae\x13\xb8\x41\x5d\x3a\x70\x40\xae\x4d\x99\x5e\x31\xdb\xb8\x0d\x25\xfc\x6f\x10\x0b\xbd\xe6\xb6\x83\x38\xe8\xa6\x32\x60\xc9\xa6\x45\x72\x04\x96\x6c\x22\xd0\xbc\x01\x8b\x35\x65\xa6\x67\x18\xc0\x58\x7f\x8e\xec\x86\x44\x92\x59\xae\xd7\x80\xce\x8a\x23\xfb\x0f\x77\xcf\xb6\xf8\x7c\xd7\xe7\x0d\x6f\x73\x3c\x30\x5e\x66\x06\x51\xd8\xb6\x83\x07\x38\x40\xb0\x41\x06\x71\xd8\xc6\x65\xbb\x78\xa2\x37\x58\x08\x0b\x38\x1a\xc0\x47\x13\x0b\x34\x1a\xc0\x45\x13\x0b\xbe\x99\xc1\x75\x41\xa4\x79\x03\xd8\x68\xca\x85\x07\xd4\xe0\x78\x25\x20\xa7\x01\x7d\xf4\x7d\x60\xf1\x1f\x09\x0f\x74\xfe\xc6\x88\x28\x27\x5b\x8a\x11\xf1\x83\x39\x46\xc4\xf7\xe1\x79\x65\x58\x9b\x21\x6c\x2e\x65\x99\xce\x01\x19\x9a\x98\xcb\x6b\x56\x46\x3c\xc0\x2f\x40\x54\x67\xa0\x90\x59\xed\xe1\xfb\xe3\x10\xe0\x9c\x65\xe4\x8c\x19\xa4\xb6\xcc\x74\x65\x03\x8a\x68\x22\x8a\xa7\x19\x8c\xf1\xc4\xb2\x31\xa0\x8a\xa6\x2c\x8b\x27\x62\xe9\x12\x91\xb3\xcc\x82\x72\x49\x15\x06\x77\xad\x74\x44\x83\x56\x99\x65\x95\x36\x68\x95\x4b\x93\x04\x1f\x64\xe1\x41\x33\x70\x2d\xd6\x7e\x32\x0b\x42\xa5\x48\x01\x1c\xd0\x44\x00\x03\x33\x48\xce\x8c\xdc\x34\xdb\xf1\x3e\x77\x65\xc7\xfb\xec\xdf\xe2\x79\x0e\x18\x3a\xe2\xd2\x9a\x82\xc7\xb1\xbc\x86\x59\xd0\x1d\x4d\x21\x16\x74\x47\x7e\x64\x27\x9e\xe7\xf8\xe0\xcf\x25\xfa\x89\x59\xd0\xa5\xb6\x04\x22\x1d\xd1\x83\xcc\x83\x4e\x79\xfd\xfb\x95\xc2\x05\xda\xf9\x0f\x9c\x33\x32\x65\xbf\xc2\x07\xca\x8b\xc1\x83\x72\x99\xa6\x67\x1e\x94\x4b\x06\xe7\x41\xb9\xc4\x22\x34\x0f\xca\x25\xc7\x73\xe8\x84\x99\xd5\x44\xcd\xf3\xf8\xef\x7f\xf9\x22\xbb\x71\x08\x7e\x99\x45\x87\xcc\x5f\xda\xcd\xac\x48\x66\x9e\x0f\x7e\x73\x4c\xaf\x7e\x94\x89\x2b\x6f\xfe\x52\x6a\x26\x40\xa1\x39\x58\x66\x6e\x5c\x46\xc4\x18\x66\xc6\xb4\x99\xbf\x17\xf0\xcf\xf5\xe9\x0d\x1d\x90\x5f\xf9\xc4\x07\xa9\x2e\x38\xc4\xb2\x2c\xbd\xd7\x5f\x71\x3f\x33\x1d\xce\x7c\x85\x6b\x97\xc7\xcd\x17\xe6\x48\x0e\xe4\xb0\xbc\x67\xe2\xde\x98\x6f\xcc\x81\x32\x81\x83\xe1\x65\x29\xbe\x80\xf4\xcc\x97\xbe\xe8\x78\x41\x1f\x70\x8c\x59\x1b\x05\x2d\x35\x4b\x3f\x40\x6c\x4b\x66\xf2\xbe\xf9\xc1\xa4\xa8\x81\x00\x83\x33\x33\xe5\xc4\xfc\x19\xe1\x6e\x66\x8f\x0f\x5e\xe0\xf9\x06\x08\x66\xa6\xf7\xd0\x22\xb8\x24\x4b\x4d\x03\xca\x65\x66\x9c\xbe\x01\xe5\xf2\x7d\x20\xf3\x1f\xd8\x07\x9e\x6f\x84\x9b\xe4\x8b\x73\x3e\x09\x73\xe4\xf9\x3e\x19\xbf\x79\x9c\x4f\xc6\x08\x78\x9c\x4f\xc5\xfb\x3c\xce\xa7\x46\xfb\xb7\xea\x27\xf6\x99\xc7\x15\x30\x99\x99\xa5\x02\xed\x74\xcc\x90\xc7\xf1\x4c\xb4\xff\x13\xb2\x99\x9d\x85\x1d\x23\x88\xae\x9d\x55\xde\xb7\x79\x96\xce\x0a\xff\x3a\x79\xf4\x59\xd8\x11\x0a\x38\x07\x7e\xbc\x2c\x29\xec\x2c\x8c\x9f\xae\x80\x13\x44\x42\x85\xe5\x18\xe6\xc3\xb3\x77\x0c\xe3\xe7\x51\x3b\xb1\xc5\x14\x2e\x4e\x6c\x31\x85\x8b\x73\x63\xfd\x29\x4b\x9c\x07\xdf\xa3\xe1\xe1\x3c\xe8\x8f\x86\x87\x13\x14\x40\xd1\xe2\xbe\xe2\xf9\xce\xdf\x98\x31\xd9\xef\x7d\x85\x87\x9f\xf7\xe0\x7d\x61\xc6\xd4\x6f\x00\x65\x99\x13\x4f\x36\xe2\x3f\x72\xe2\xc9\x46\xf0\x68\xca\xba\x53\xee\xf4\xe0\x01\x8e\xe0\xbd\x63\x32\xa3\x7b\xed\xc6\x8e\x27\xaa\x23\x77\x8d\x98\x03\x4e\xe1\x7e\xef\x98\xcc\x3a\xe5\x16\x41\x18\x45\xdc\xe7\x6e\x03\x0f\x70\xc8\xb8\x73\x8a\xb8\xcf\x0d\xa2\x91\x49\xeb\x06\xd1\x30\x66\xce\x6e\x58\xdc\x0b\x81\x05\xec\x7e\xa5\xf3\xcc\x20\x3a\xbb\x47\xc4\x21\x50\x63\xb9\x27\x56\x81\x67\xff\x06\xd9\x11\xa6\xc5\x6e\x18\x13\x8a\x84\xef\x7b\xa3\x4b\x5e\xee\x88\x19\xcd\xcc\xfe\xb4\xfb\xc6\x07\x79\x55\x23\x12\x23\x33\xe1\xc2\x9e\x2b\x22\x15\xb8\x2f\xcf\x7b\x0f\x64\x06\x51\xdb\x03\xed\xbd\x24\xb2\x60\x60\x1c\x66\x06\xc6\xd9\x13\xeb\xce\x93\xf7\xb4\x86\xdf\x7c\x7e\xc5\xf3\xdf\x08\x80\x19\x98\x99\xdf\x67\x80\xf9\xcb\x0c\x8c\xb3\xe7\xa0\x9d\x27\xef\x89\x19\xf1\x22\x44\x24\x42\x66\x20\x9c\x3d\x07\x74\xc0\x8b\xf0\xb9\xff\x62\x1f\xf4\x0f\xcc\xe8\xbb\x19\x1d\xb8\x6d\x99\xa0\x8b\x0e\x9c\x34\x89\xd5\x0e\xb7\x7e\x66\x24\x9d\x03\xf7\x2c\x33\x92\xce\x81\x6b\x96\x19\x39\xe7\x57\x4c\x70\xf2\xfb\x0b\xef\x4f\x7e\x1f\x5e\xb8\xd2\x3e\x3a\x72\x00\x6b\xe5\x34\xf9\xc1\x1d\xb1\x0f\x89\x5f\xd8\x58\x92\xc9\x1e\xf6\x1d\xc1\x12\xe9\xfb\x87\xfd\xfd\x83\x4f\x60\x11\x99\x54\xea\xd7\xab\x10\xe5\x7c\x71\x4e\x58\xd4\x7c\x71\x4e\xd0\x87\x0a\x61\x9f\x1d\xf8\x57\x99\x05\x74\xfc\x02\x9d\x10\x1c\xce\x2f\x68\x33\x85\x00\x41\x7e\xbd\x77\x42\x66\x7c\x9a\x5f\xcf\x5f\xc0\x06\xbf\xf8\xbc\x1c\x85\x79\xab\x9e\xc0\x21\x98\xea\xe6\xe9\xe5\x08\xd2\x14\x3c\x5d\x18\xc1\xa7\x5a\x3b\x9c\xfc\x99\x88\x5b\x0e\x04\xad\x4c\x04\x21\x4f\x30\x95\x0a\x92\xc7\x53\x8e\xf8\x8d\x8b\x6f\x94\xfe\xbe\x51\x39\x82\x12\xf1\x1b\x17\xdf\x00\x25\x30\xe6\xcc\x13\x2e\x0d\xc6\x9c\x79\xfa\x8b\x29\xd1\x18\x41\x1a\xb9\xe9\x37\x3e\xd0\xf8\x01\xe8\x4b\x85\x77\xb9\xa7\x81\x2f\x36\xf6\x38\x30\xe9\xce\x21\x0d\x7c\xb0\xf3\xf9\x89\x49\x76\x76\x10\x01\x20\x7d\xfc\x8b\xb6\xe3\x69\xa1\x37\xee\x51\x5a\xd1\xdb\xe0\xef\x16\x5f\xd3\x03\x58\xa1\x4f\x28\xf5\xb4\x62\x09\x27\xfb\x5f\xef\xe1\x62\xa0\x99\x27\xd8\x2a\x0b\x13\xf0\x3c\xed\x84\x07\xf8\x02\x48\x37\x0f\xb5\x63\x85\xd4\x23\x4e\x3f\x41\x01\x3d\xbd\xea\x56\x26\x34\x83\x27\xc8\x32\x4c\xe8\xf4\xe4\x58\xa0\xc9\x05\x0b\xc2\x9e\x1c\x10\xb8\x43\xd6\x80\xc1\xef\x18\xb9\xe6\xe9\x8e\x76\xf6\x1f\x74\x3e\xd9\xff\x83\xc3\x49\xeb\xab\xa3\xe0\x7f\x66\xa5\x29\xcf\x41\xb6\xdf\x45\xe8\x39\xc8\xf6\xbb\x45\x3c\x43\x0a\x2e\x2c\x9a\xec\xf9\xc2\x92\x7d\x37\x9f\xe7\x88\x74\x22\xb4\x91\x03\xca\x2a\x33\x9a\xc5\x51\x82\x3f\x13\x44\xd9\x51\x52\x3f\x15\x5a\x27\x1d\x35\xf5\x33\xa3\xd9\x1c\x35\xf5\xdf\x07\xf8\x05\x48\xc1\x8c\x76\xf1\x1c\x27\x81\x18\x07\x9e\xf3\x83\x07\xf8\x42\xc4\xc7\x0d\xcd\xb2\x94\xf8\x07\x07\x01\x41\x9a\x11\x6e\x9e\xc1\xe5\x59\x2a\xd7\x73\x8b\xf6\xc6\xdf\xd1\xce\x31\x82\x49\x32\x02\xce\x81\x67\x95\x59\x66\xc1\x33\x0e\x46\x21\x37\xc8\x38\x18\x8c\x90\x73\xd4\xc9\x4f\x85\x98\x40\x9e\x07\xa6\xc0\xe3\x9f\x23\x96\x8a\x56\x25\xcf\x33\xe1\x01\x8e\x60\x45\x0f\x5c\x03\xb0\x65\xa6\xea\x7a\x5e\x58\xd5\xc2\x11\xfc\x45\x4a\xf1\x5e\x40\xe9\xfc\xcc\xa0\x3a\xcf\x3b\x3e\xc0\x76\xb8\xfd\xca\x14\x69\xbc\x2a\x5d\x66\xcc\x9c\xe7\x08\x94\x9a\xa2\x15\x5b\x78\x80\x5d\x82\x58\x59\x18\xc7\x33\xbc\x70\x82\x44\xf4\x7c\x63\xd2\x8d\x5f\x84\x81\x53\x30\x61\x8e\xf2\xef\x99\x61\x75\x8e\x48\x85\x5c\xb4\x6a\x90\xdc\x95\xd3\xe3\x19\x26\x51\xe5\x25\x78\x01\x7d\x33\xc3\xdb\x01\x84\x95\x89\x47\xef\x25\xa8\x93\x3c\xa5\x54\x6c\x24\x39\x42\xe9\x68\xe7\xed\x5a\x62\x63\xb9\x8a\x05\x76\xee\xca\x82\x1b\x5e\x5e\x99\x27\x33\x64\xcd\x0b\x44\x1c\xc2\x56\x7a\x81\x86\x45\xcd\xdf\x11\x33\x90\x59\x97\xd7\x0b\xb4\x1f\x82\xb1\x38\xdc\xe9\x99\xc8\x83\x0e\xf0\xa5\x24\x00\x0c\x2f\x37\x3a\x24\xad\x97\x1b\xfb\xca\x6d\x2b\x10\x65\x19\xcf\xe6\xf5\x8a\xdf\xdf\x07\xe1\x31\xcf\x04\x4d\xf6\x0a\xd5\x83\xb8\xb5\x8e\x2a\xdb\x99\xd0\x64\x5e\xdf\xc3\x95\x99\xe6\xe3\x70\x88\x67\xa6\xc5\x78\xc5\x51\x62\x38\x9c\xd7\x1e\xbf\xf9\xfd\x1e\xdf\xe3\xf7\xc7\x4b\x35\x84\x2a\x74\xb8\xb7\x33\xa3\xdf\x1c\x55\xae\x73\xa5\xf4\x80\xaa\xd6\x99\x55\xa3\x1d\xde\xe7\x4c\x28\x41\x47\x95\xea\x4c\xb4\x30\xaf\x77\x7c\x9f\xfd\x43\xd4\xaf\xf9\x5f\x9c\x3b\x0e\xb7\x6f\xae\x3c\xb7\x35\xc2\xb4\x18\x68\xe6\xf5\x25\xb8\xcc\xfa\x1a\x5e\x9f\x07\xbf\xbf\xd1\xb6\x0b\xa3\xf9\xec\x6b\xde\xb0\xda\xf5\xb3\xaf\x39\x6a\x48\xe7\xca\x63\xdc\x40\x8f\x2c\x73\xec\x2d\x56\xff\x93\xf6\xbc\xc5\xea\x17\x7e\x1f\x1e\xc6\x5a\x79\x64\x5a\x31\x3c\xc0\x0e\xcb\x5f\xf0\x5d\xe2\x3f\x0e\x1e\xe0\x08\x6a\xc4\xd2\xf1\x14\x36\x28\x0a\xca\x92\xf5\xd6\x9e\xf8\x07\x07\x09\xc5\x80\xd1\x71\xde\x62\x8b\x1b\x3f\x39\x22\x7e\x8f\xd7\x66\x8b\x3d\xe5\x29\x43\x71\xe6\xcc\x68\x37\x47\x71\xe6\xcc\xe0\x36\x6f\xd0\x03\x2a\xd3\x3f\x1c\x90\x5a\xb9\xf2\x58\xb6\x15\x21\x84\x4b\xff\x48\x78\x80\x3d\x42\xe3\x24\x06\x95\xb7\x15\x93\x5a\x9c\x54\x90\x11\xcf\x69\xdb\x18\x22\x6f\x6e\x78\xcf\x33\x83\xdf\x1c\xf5\x98\x93\x8a\x19\x78\x43\x8c\x71\x6d\xda\x4a\xdc\xdd\x95\xec\x10\x15\x99\xdf\x07\xb8\x6c\x7e\xe3\x01\x0e\x01\xd1\x3a\xb5\x69\xb3\x71\xdb\x13\xd8\xca\xe1\x6e\xcf\x04\x0e\x73\x00\x65\xa5\x4a\x93\x94\xb7\xfb\xbd\xcd\x09\x5e\xe3\x28\xd2\xfc\x3e\xc0\x31\xdc\x0d\x0f\xe8\x85\xe8\x92\x1c\xb5\x41\x11\x66\x40\x9b\x37\x9c\x0e\xe6\xc1\x78\x7b\x5a\xbc\xf0\x0d\xba\x83\xa0\x25\xab\x77\x10\xb4\x96\x05\x75\x94\x93\xd0\xb1\xbc\xe7\x89\x07\x16\x7f\xc7\x10\x78\x84\x3a\x48\x9a\x79\x8f\xde\xe1\xee\xac\x6d\xf1\x93\xaf\x60\x9b\x1b\x49\xba\x97\x08\xd6\x5c\x7a\x63\xe1\x81\xc9\xdf\x31\x06\x6e\x05\x10\xc0\x32\x03\xd6\x1c\x88\x5e\xb2\xf5\x39\xe2\x0c\x64\xea\xf3\x0e\x87\x69\x65\x4c\x8d\x77\xdc\xf7\x5a\xb6\x0e\x26\xd6\x78\x11\xf5\xfe\xe0\x37\x3f\x30\x22\xbc\x53\x93\x7a\xef\x09\x59\xfa\xbc\x8f\xf8\x00\xe7\x34\xa3\x03\x4e\x01\x21\xaf\xb5\xab\x87\x89\x29\x50\x94\x46\x3d\xe7\xf7\x01\xf6\x30\x0f\x1e\xe0\x0b\x10\x08\x58\x63\xd4\x01\x54\x95\xa5\xe1\xf4\xdd\x23\xe2\x94\x2f\x6c\x2c\x33\x05\xb9\x1e\x31\xb1\x2c\xd4\xe7\x28\x01\x9d\x19\xce\xe6\xdd\xb0\x8a\x6a\xf7\x58\x35\x9e\xda\xee\x20\x4f\x4a\xbb\xc0\xaa\x7a\x1f\xe0\x24\xa0\xd7\x35\x8a\xbf\x1d\x7a\x1c\xab\x1f\x39\xe2\x33\x32\x61\x66\xbd\x43\x6d\x6b\x7a\x3f\xa8\x57\x94\xf2\x60\x0d\x78\xc2\x50\xe4\x39\x13\xd3\xda\x47\x10\x2f\x0f\x14\xc0\x96\x52\x25\xee\xa8\x8f\xf4\xae\x01\x41\xaf\x1d\x55\xa1\xdf\x07\xf4\x8f\x85\x07\xbe\x11\x0e\xdc\x96\x9d\xc2\xeb\x00\xb5\x33\xba\xcb\x01\xb7\x94\xea\x20\xe7\x1a\xaf\x28\x9a\x7b\xfa\x97\x48\x6a\x1f\x11\x61\xcb\x72\x5a\x3e\x4a\xc3\xdb\xfa\x5a\x4c\x80\x7b\x30\x70\x56\x18\xfc\xe5\x03\x3a\x1f\x83\xbb\x1c\x01\x27\x99\xc1\x5d\x3e\x5e\x1d\x30\x33\x96\xcb\x47\xdc\x06\x12\xbe\x51\xe7\xfa\xfd\x07\xd7\xac\xbe\xa4\xce\x80\x11\x1f\xed\x2f\x2a\x58\xff\x70\x3c\xc0\x17\x70\x76\x3a\xb9\x1c\x62\x54\x72\xa7\x64\x3a\xba\xe1\x37\x87\x3c\xa2\x9d\x43\x86\xd3\xad\xd2\x2b\xed\x08\x39\xc9\x4c\x6c\x76\x40\x34\xbd\x0f\x70\x12\x10\x19\x18\x6b\xe5\x03\x8a\xa1\x4a\x2c\xfa\x58\x2b\xfe\xc1\x31\x2c\x2c\x03\x0f\x13\x0a\x60\xbf\x0f\xf0\x93\x50\xec\x98\xbc\xed\x03\xb4\xcf\xe4\x68\x1f\x30\x59\xd4\x49\x3e\x39\x70\x1b\x74\xed\x7b\xdc\x06\xf3\x33\x1c\xf9\xc0\x6d\xa0\xe3\x37\xe2\x36\x98\x3c\xb0\x03\x87\x41\xc7\x6f\xe0\x36\x60\x75\x0e\x1f\xe7\xe0\x37\x9f\x87\x2e\x28\xed\x77\xdc\xf1\x3c\xa7\x70\xc7\x88\xbe\x9d\x9d\x50\xf5\x08\x26\xe4\x40\x6e\xca\x52\x8e\xe7\x15\xe1\xd7\x94\xc4\x00\xe5\x94\xa5\x1c\x03\x9a\xe9\x7d\x60\xf1\x1f\xa0\x6d\x6a\xa3\x33\x45\xc0\x36\x69\x65\x66\x4c\x89\xe7\x77\xc6\xe9\xe1\xf9\x9d\xd0\xec\x84\x1b\xec\x13\x9a\x1d\x03\xc0\x1c\x00\x4d\x49\xa0\x19\x8e\xca\xdd\x99\x11\x61\x0e\xc4\xa6\xcc\x88\x30\x9f\xb0\x81\x10\x6e\xcd\x67\x9c\x07\x72\x00\x20\x2e\x65\x46\x84\xf9\x1c\xf1\x9b\xef\x83\x18\x19\xf1\xe5\x73\xc4\xa2\xe8\x03\x63\xe3\x01\xfe\x46\x50\x70\xa3\x8f\xc6\xe7\x7c\x17\x65\xf0\x44\xce\x19\x21\xe4\x64\x19\x13\xd4\x3a\xb4\x8a\x50\xcc\x86\x16\x0d\x56\x8b\x76\x51\xa6\x9c\xb0\x5a\xd0\xfb\xe0\x73\x47\x90\x3a\x95\xc7\x09\xab\x05\xbd\x0f\x8e\x60\x9a\xcc\x22\x75\x8e\xd8\x97\xcc\xa8\x31\x9f\x1e\xed\x9c\x34\x68\x97\xc8\x09\x3e\x11\x35\xac\xfa\xd5\x3e\xcf\xcb\x65\x18\x24\xe6\x13\x71\x81\x2a\x18\xed\x28\x80\x9d\x59\xa9\xc7\x27\x68\x93\x51\x63\x3e\x5f\xb1\x22\x8f\xcf\x1b\xe7\x0b\x6a\xda\xe0\xb6\x2e\x98\x1d\x5a\xe2\xaa\x2d\x98\x1d\x98\xb2\xe8\x2b\xfd\x05\xda\x17\xfe\x03\x73\x26\x53\x40\x28\x4b\x96\xe1\x63\x41\x90\x26\xe2\xbc\x2f\xa8\x2d\x8c\x48\xf7\x15\x84\x40\x46\xbf\xa0\xf1\x13\x1a\xcb\x57\x8f\x30\x7b\x9a\x5e\x56\xc7\xbe\x36\x76\x08\x91\x80\x51\x69\xbe\xa0\x29\x32\x3e\xdd\x57\x50\x16\x85\x68\x04\x9e\x64\x46\xad\xf9\x9a\xf1\x9b\x1d\x42\xc1\x67\x90\x9a\xaf\x85\xdc\x05\xa6\xb4\xfa\x82\x86\x3f\x28\x44\x2f\x68\xf8\x8d\x39\xae\xbe\x82\x90\x28\x55\xaf\xd8\xf6\x7f\x0a\x6b\xf3\x85\x20\xbb\x96\xb9\xe7\xcb\x41\xe8\x64\x3f\x2b\x32\x19\x64\xfb\x5a\x07\x0b\x42\x7e\xb3\x10\x20\xd5\xf2\xcf\x3f\x10\x4a\x2d\x6b\xd7\x82\x81\x60\xf0\x7a\x8f\xa0\x94\x46\x18\x71\x47\x54\x4a\x1e\x5a\x73\xe4\x36\xb4\xfc\xf3\x06\xa6\x44\x8e\xb3\x6e\x10\x26\xb5\xe5\x05\x93\x83\x8a\x23\xfb\x82\x2b\x8f\x81\x6b\xbe\x83\xf0\xc8\x3f\x50\x7c\x3a\x35\x96\xd2\xf7\x0d\x05\x8d\x81\x66\x8e\xea\xd1\x99\x81\x66\xbe\xe1\xb2\x25\x84\x9b\xa3\x1a\x73\x66\x18\x99\xa3\x1a\x73\x66\x18\x99\xa3\xda\x72\x6a\x32\x00\x6c\x5c\x87\xc4\x8c\xf3\x3d\x0e\x7e\x73\x84\xd0\x95\x18\x05\xe6\x28\x37\x9c\x19\x05\xe6\x1b\x06\x03\x06\x7d\x39\x22\x3a\x32\x63\xbc\x7c\x47\x8e\x00\xd3\x72\x1c\xf5\x75\x33\x83\xba\x7c\x47\x8e\x40\xd5\x88\x4e\xc2\x03\x1c\x41\xec\x34\x13\x77\x1c\xc8\x47\x99\x18\x9f\xbe\xef\x18\xc2\xe2\xef\x77\x91\x75\xdd\x6e\x28\x15\xba\x6d\x0d\x37\x0d\x91\x64\x1c\x31\x20\x99\x48\x30\x6e\xb1\xe6\x54\x72\x2d\xd6\x9c\xdc\x03\xc8\x46\x72\x2f\xba\xc1\x17\xc6\x9c\x05\xb7\xd8\x03\x8a\xf7\x06\x2f\xf7\x24\xf3\x30\xe8\xaf\x0c\xe9\x72\x5b\xf1\xfe\x37\x7e\x83\x49\x81\x18\x97\x6e\x10\x43\x09\x28\xed\x40\x16\xca\x32\xde\x19\xa8\x4e\xb6\x3a\x8b\x0c\x86\xa1\x09\xc1\x06\xc1\x90\x30\xf7\x98\x30\x79\x85\xc7\x84\xc9\x2b\x1c\xcc\x8a\x25\x7a\x1d\x71\x00\x49\xa8\xae\x0e\xb8\x8c\xcc\xe2\x4c\xee\x50\xaa\x84\x2c\xe7\x0e\xa5\x8a\x30\x9a\xee\x50\x89\x1a\x03\x2e\x1d\x85\x56\x33\xe3\xb9\xdc\x63\x0d\x29\x1d\x38\xac\x00\x82\x63\x72\x87\x18\x37\x79\xf4\x3c\x16\x91\x67\xd3\x91\xb6\xd0\x44\x15\xde\x3b\x1e\xd0\xef\x48\x35\xe1\x35\xe3\x41\xf9\x3c\xac\x3e\xa2\x07\x0e\x61\x34\xfc\xe6\xa4\x63\x9b\x28\x2d\xa0\x76\x6a\x96\x81\xd2\x23\xbb\xeb\x67\x48\xd8\x47\xc6\x7f\x39\x8a\x8b\x66\xc6\x7f\xb9\x23\x95\xb3\x11\xef\xcd\x51\xfd\x33\x2f\xde\xdd\x81\xa2\xd1\x7e\xff\xb1\xf0\x00\xe7\x04\x19\x6d\xf1\xb4\x3b\x28\x85\xb5\xbf\x1d\xb0\x19\x99\x80\x75\x0e\x18\x8c\xcc\x00\x33\x77\x28\x30\x0c\x30\xf3\x80\xb9\x10\xe2\x99\x1f\xf8\x2b\x17\xef\xc1\x73\xc5\x07\xd8\x9e\xe2\x03\x9d\xbf\xb1\x06\x0c\x94\x71\xa0\x3a\x65\xc9\x68\xe7\x2f\x01\x66\xe8\x0b\xef\xe1\x90\x8c\x16\xa1\x07\x8c\x50\x73\xc0\x3e\x65\xc6\x90\x7a\x84\x22\x2c\x0a\x13\x07\xca\xf7\x22\x3b\x39\x2d\xda\xf9\x7d\xd0\xcd\xca\xff\x52\xd7\xc6\x23\x4e\x81\xe1\x68\x7e\x10\x78\x2c\x78\x5c\x3f\x50\xb4\x99\xca\xee\x81\x4b\x21\xfc\x50\x3f\x50\xb4\x19\xb0\xe6\x07\x02\x1c\x03\xd6\xfc\xcc\xf8\xcd\xe1\xaf\xf8\xcd\x05\x04\x91\x31\xdc\xcc\x0f\xd4\xe4\xce\x50\x01\x3f\x50\x93\x65\xa3\x3e\x91\x76\xc1\xd8\x01\x07\x4e\x55\x66\x7c\x99\x47\xec\x02\x41\x02\x1d\x50\x16\x99\x20\x79\x8e\xaa\x9c\x99\x38\x5e\x7e\x82\xa6\xc8\xad\x50\x55\x33\xcb\xa4\x7d\x82\x86\xb4\x24\x41\x43\x5a\x01\xd8\xc0\x55\xa9\xc9\xcf\x03\x12\x20\xfb\x0a\x6c\x0b\xc1\x3a\xfa\x81\xda\xcc\xd8\x03\x47\x34\x43\x66\xf8\x9a\xdf\xe0\xd7\x0c\x5f\xf3\x3b\x88\x90\x44\x1a\xc1\x0c\x8b\xa2\xd0\x0d\x25\x99\xd1\x6c\x7e\x07\x49\x51\xd4\xb9\x83\xa4\x68\xcb\xb8\xa1\x24\xf7\xcc\x63\x72\x43\x49\x66\x34\x9a\x07\x3a\x46\x67\xe6\xb8\xa3\xb2\x67\x66\x78\x9a\xdf\x41\x74\x64\x77\x88\x44\x48\x3d\x6b\x88\x50\x32\x75\x2c\x02\x62\xa2\x67\x8d\xb9\x63\x0d\x78\x2c\xee\xa0\x1b\xf2\xc3\x1b\xe2\x1a\x03\xca\xfc\x9e\x91\x62\xa4\x17\x60\xc3\x64\x71\x4b\xbf\x23\x2d\x4b\xf2\xd1\x3d\xb1\x2a\xbc\x45\x6f\xc8\xfd\x8c\x27\xf3\x3b\x28\x91\xec\xf0\xde\xb1\x2a\x94\x55\x6e\x07\x69\xeb\x77\x10\x06\x59\xfa\x0d\x27\xb6\xaa\xc4\xf8\xf3\xee\x63\x61\x61\x00\x07\xe2\x55\x61\x3d\x43\x47\x3d\xcc\x24\x30\x61\x0f\xc8\x2b\x86\x8b\xf9\x13\xf9\x3c\x04\x58\xf5\xa8\x88\x49\x68\x78\x47\x05\xcc\x42\x74\x6b\x07\x46\x56\x61\x7c\x99\x3f\x19\x23\x20\x7b\x7a\xa0\xe0\x75\x26\xc7\x3b\x4a\x54\x16\xc6\x93\xf9\xd3\xe2\x37\x3f\xd0\xd0\x01\x2f\x95\x07\x2e\xe8\x4e\x20\x24\x07\xf0\x55\x61\xf1\x00\x7f\x22\x25\x88\xd5\x0f\xfc\xe9\xeb\x7d\x80\x1c\xe3\x41\x05\x75\x26\xab\xf9\x33\xd0\x23\x85\x0d\x80\x57\x28\x04\xc5\x9f\x89\x29\x93\x41\x3c\xa8\xde\x41\x8c\x55\x7f\x5e\x65\xab\x5c\x14\x46\x50\x64\xb2\x10\xd6\xcf\x11\x10\x52\x18\xce\xe6\x0f\x60\xe9\x18\xce\xe6\xcf\x1d\xbf\xd9\x3f\x60\x0a\x59\x91\xdc\x51\x97\x31\x75\x99\xd9\x9e\x07\x9b\xc4\xf3\x1e\x58\x15\x9d\x49\x46\xfe\x3c\x18\x31\xc5\x99\x07\xc5\x62\x58\x5f\xe5\xa0\x52\x63\xb9\x3e\x7e\x70\xae\x20\x93\x6f\x49\x4f\x54\x46\x64\xb8\xdb\xb9\x12\x46\xf4\x1d\xff\x73\xbd\xd2\x48\x61\x99\xd2\x73\xc5\x1e\x7e\xd2\xcb\x41\x04\x4a\x61\x30\xdb\xb9\x10\x3f\xdb\x59\x87\xf6\xa0\x34\x60\x61\xf4\xda\x09\xf4\x8b\x4e\xd0\xfc\x03\xf8\x8b\x72\x75\xbe\xd0\x30\xe2\xce\xf6\x86\x11\x77\x8e\x20\xa8\xe6\x23\xfc\x83\x18\x96\x72\xf5\xf1\x0f\x77\xce\xb9\x06\x1e\x1e\x5c\x9e\x20\x90\xc1\xe5\x99\x58\x8e\xc1\xce\x63\x83\x3f\xc9\xe9\x5c\xa8\xa2\x7b\x0d\x4e\x1f\x8e\xd3\x4e\xe5\xf6\x5c\x86\xe9\x4e\x7e\x10\x8e\xd3\x3e\x0a\xbf\x60\x98\xee\xe4\x7a\x04\x89\x4c\x4e\x0f\x02\xb8\x40\xd4\x0f\x20\x25\x0a\xc3\xd3\xce\x15\x34\xb4\xd8\x23\xd4\x9e\x3e\x34\x66\xd4\x0f\x62\xb8\xd9\x49\xd7\xc1\xef\x6f\x81\xd3\xcb\x60\x0b\xe1\xd9\x4e\x2a\xf1\xfc\xe0\x6f\x64\x74\x32\x6f\xf8\xa4\x57\x9e\x2c\x0c\x47\x3b\x09\x91\xa7\x9d\x32\xf5\x49\xd8\x32\x02\xb6\x9d\x84\x2d\x23\x60\xdb\x49\xd0\x83\x3a\xcd\x5d\x27\xa1\xf8\x2b\xa3\xcb\x4e\xa0\x48\x74\x0a\xc1\x27\xf5\x84\x07\x12\x7f\x63\x8c\x99\x73\x7a\x59\x7a\x61\x19\x90\x03\xd8\x89\x42\x08\xb7\x93\x26\x46\x90\xd9\xe1\x8c\xf7\xf9\xfd\x1d\xed\x8b\xbf\xd1\x5e\x38\x20\x04\xaa\x76\x8a\x0a\x27\x59\xc1\x03\xec\xd0\x22\x3b\x91\xfb\x1a\x55\xd2\x52\xe1\x08\x0c\x8b\x56\x38\x02\x44\xeb\x77\x8a\x06\x27\x19\x86\xac\x1e\x50\x90\x39\xe9\x83\x27\x86\xc4\x55\x7f\x30\xe4\xc2\x21\xc7\x36\x73\x97\xf2\x35\xf0\x3b\xf1\x77\xe4\x2f\x7e\xfc\xfb\xe4\x6b\xe1\x81\x6f\x00\x51\x97\x8c\x15\xce\x0f\x22\x29\x0a\x4b\x8d\x9c\x1c\x74\xf2\xc9\x1e\x27\x97\x3b\x12\x28\x17\xff\x81\x5d\x24\xaf\xc9\xf5\x2f\xa3\x52\xff\xc0\x2e\x92\xf9\x20\xf2\xa2\x24\x32\x1f\x80\x44\x94\x44\xe6\x13\x95\xc3\x18\x9f\x77\x72\xec\x62\xe3\x08\x62\x17\xc9\x7c\x32\x80\x0a\x19\xaf\x77\x10\xf7\x50\x58\x16\xf3\x64\xe0\xf7\x13\xf5\xe6\xe4\xd8\x75\xb2\x16\x20\x40\x14\xc6\xf3\x9d\x8c\x32\x8e\x14\xa6\x4e\x8e\x2d\xea\x9c\x30\x72\x75\x06\x91\xed\x4e\xf6\xfc\x3e\x30\xd8\x21\xc0\x89\x54\xf5\xf9\x64\x37\x3c\xc0\x1e\x80\x83\xc9\x00\xbd\x93\x63\x93\xc9\x5f\x80\x00\x51\x18\xa0\x77\x72\x6c\xfa\xe4\x0c\x62\xd3\x3f\xc5\xec\x14\x44\xb6\x0f\x82\xe4\x9c\x02\x14\x73\x62\xd1\x9d\x80\x73\x18\x0c\x6e\x3b\xe5\xc2\x9a\x4d\xbd\xf0\x44\xd6\xe9\x37\xa4\x12\x64\xf1\x69\x5e\xa7\x24\x0c\xe1\x93\x89\x4f\x41\xae\xcf\xa0\x6d\xea\x94\xd4\xf1\x00\xc7\x84\xf0\xd6\x41\x3c\xb5\x53\xf2\xdb\x25\x33\x6f\x4e\x79\xb5\x8a\xc2\x08\xbf\x53\x40\x78\x04\xf3\x3d\x05\xfa\xeb\x60\x22\xcd\x29\xb8\xa6\x73\xd2\xef\x8a\xdf\x8d\xbf\xd1\x23\x4b\x2a\x9e\x02\x42\x60\x00\xde\x29\x20\x04\x06\xe0\x9d\x02\xed\x71\x10\xf3\xe9\x14\xe0\x0f\x67\x7d\x00\x29\x0f\x83\x20\x50\x07\x75\xb5\x0a\xd3\xa9\x4f\x01\xa0\x6a\xce\xeb\x5f\x6e\x9d\xf2\x5e\x02\xe5\x67\xc5\x40\x57\x34\xde\x1d\x20\x37\x94\x9f\x05\x3b\xf1\x3c\x3b\x47\x11\x2e\x56\xac\x3c\x08\x03\x49\x83\x71\x20\xa7\xdc\x05\x0f\x70\x93\x1f\x7c\x90\x47\xbd\x80\x8c\x18\x1d\x78\x0a\xb2\x64\x47\x4d\x1c\xc1\xf3\xe0\x81\x6f\x04\xf5\x8a\x44\xde\x4f\x3a\x3c\xf5\xc2\x10\xb8\x1e\x88\x2c\x29\x2c\xad\x72\x6a\xc2\xfa\x7c\x72\xc8\xa9\x28\x3a\x48\x0c\xbb\x83\xba\x5d\x85\x00\xd6\xa7\xe2\xe8\x33\xfc\xf0\xd4\x1e\xcf\x17\xfe\x8e\xe7\x2b\x7f\xe3\xfb\xbc\x15\x2b\x94\xc5\xc1\x48\xd4\x53\x3b\x66\xd0\x38\x83\x11\x1d\x70\x40\x00\x1e\x52\x71\x8e\x53\xe7\x7b\x76\x19\x9f\x78\x2a\xbc\xb0\x83\x75\xf5\x4e\x45\xa9\x2f\xa6\x53\x9d\x0a\x2f\xec\xa0\xf3\xfa\xd4\x89\x31\x91\x5d\x20\x7a\xa5\x30\x46\xf1\xd4\x57\x39\x2c\x0c\x49\x3c\x15\x25\xf4\x33\xd9\x49\x8d\x6d\xa7\x30\x52\xc1\x1c\x18\xa1\x78\x2a\x98\x01\x03\x12\x4f\x3d\x98\xe2\x60\xff\x90\x1e\x33\x99\x4d\xbd\xe3\x79\x0e\x38\xa8\x80\xcc\x06\x01\x2e\x85\x36\xda\x53\x51\x72\x9f\x01\x8b\xa7\x42\x57\x1c\x5d\x2b\xf0\x60\x82\x9f\x1e\x74\x1a\x84\x47\xda\x74\x4f\x0b\x22\xa0\xb0\x83\x00\x98\xc2\x08\xc6\xd3\xe0\x72\x1d\x74\x6c\x9f\x96\x06\x1e\xf8\x46\xd8\x82\x4a\xc8\x8c\x5a\x50\xc9\x64\x87\x70\x48\x0a\x24\xff\xb4\x8a\x25\x20\x73\x0a\x20\x05\x01\xb5\x9f\x06\x60\x6a\xc6\x38\x9e\x16\x74\x46\x69\xa9\x05\x9d\x7d\x3e\xa3\xd3\x3a\x78\xd3\xe2\x08\xa0\x4c\x0e\x7a\x64\x4e\x7b\x95\xc9\x52\x34\x82\x1e\x09\xdb\x59\xff\x38\x78\x80\x23\x80\x8e\x41\xe8\xe2\xd3\x40\x88\x0c\x79\x3c\x0d\xca\xe4\x18\xbc\xb8\x11\xdf\x52\x18\x8f\x78\x50\xf2\xad\xb0\x7e\xec\x41\xac\x49\x61\x3c\xe2\x69\x27\x9e\xe7\x14\x4e\x64\x80\xab\x07\x54\x2a\x60\x80\xe2\x69\x88\x90\x1e\x53\x3d\x1c\xcc\x49\x53\x40\xc6\xe8\x98\xea\xf2\x60\x4e\x14\xb7\x1a\x28\x8d\x11\x8b\x07\x58\x10\x85\x01\x8a\xa7\x41\x1b\x1d\xb4\xf2\x9e\xf6\x0c\x3c\xc0\x8d\x0c\x30\x05\x9a\x7d\x4f\x7b\xde\xb3\xc1\x10\xc6\xd3\x41\x5a\x8c\x74\x3f\x1d\xa4\x55\x28\x4e\x75\xa8\xaf\x83\x76\xd8\x83\xc2\x71\x85\x11\x8a\xa7\x43\x1b\x65\x40\xe2\xe9\xd0\x46\x09\x4a\x7c\x3a\x14\x99\x42\x16\xd8\x4b\xbc\xff\x4d\x01\x85\xe1\x8a\x18\x7e\x47\x79\x83\x42\x06\xd7\x6b\x2c\x22\xaf\x39\x54\x86\x2b\x8c\x57\x3c\x3d\xe0\x1b\x98\xa2\x7a\xa2\x34\x5c\xd1\x88\x41\x9a\xc4\x05\x3c\x1d\x8a\x0c\x71\x01\x0f\x4a\xc3\x15\x86\x2f\x9e\x0e\x6d\x97\x05\x2d\x4e\x00\x60\x8c\x95\xfe\xc5\xba\x76\x3a\x54\x61\xa2\x0c\x9e\x0e\x4d\x87\x90\x80\xa7\xcf\x82\xdf\x1c\x4d\x60\x3d\xd0\xdb\x7a\x50\x9c\xad\x14\x0a\x4b\x3d\xc8\x94\xdc\x2d\x8a\xab\x11\x11\xf0\xf4\x85\xe9\x92\xbb\x75\xb8\x32\xc7\xd2\x08\xd6\x7b\x76\x0b\xd9\xdd\x1f\x80\x07\x4d\x45\xa7\x43\xbb\x66\x3c\xe6\x41\x50\x4a\x21\xa6\xe0\xe9\x10\xd7\x58\xc1\xe2\x74\x68\xdb\x8c\xd7\x3c\x1d\xaa\x15\xe3\x35\x4f\x47\x18\xd7\x58\xe4\x4f\xa8\xb7\x56\x18\xaf\x79\xba\x47\x07\x1c\x61\x9c\x34\xf2\xb7\x7e\x30\x20\xbd\x0f\x06\x4d\x77\xce\xe9\x40\x99\x67\x3c\xe7\xe9\xe7\x0f\xc8\x40\xff\xc0\x88\x28\xae\x75\xe8\x72\xb4\xc1\x9c\x7e\xc7\x07\x39\xa0\x38\x67\x94\xde\x10\xf3\x52\x88\x85\x77\x3a\xb4\x7d\x46\x24\x1e\x14\x24\x2b\x04\x38\x3c\x23\x4e\x11\xb9\x1f\x0a\x90\x95\x42\x9a\x1d\x71\x68\xc8\xfd\x46\x1c\x1a\x72\xbf\x81\x78\xed\x79\x75\xfd\xe3\x5d\x31\x06\x80\x9e\x00\x3d\x99\x4c\x2e\x3b\x03\xc7\x8a\x11\xa1\x67\x40\x99\x64\x44\xe8\x19\x38\x66\xb4\x01\x1d\xc4\xa4\x14\x02\x24\x9e\x01\xf3\x00\x23\x46\x4f\x80\xa2\x4c\x66\x77\x9d\x01\xf3\x00\x43\x48\xcf\x80\x6e\x29\xc1\x64\xb4\x80\x72\x58\x7c\x00\xce\xdb\x29\xfd\x76\xa0\x38\x3f\xe1\xba\x4f\xe0\xa8\x4c\x29\xbc\x03\x77\x40\x25\xcb\x47\xd9\xb1\x52\xc9\x1e\x07\x94\x4d\x06\x86\x9e\x01\x23\x02\xe3\x40\x0f\x70\x55\x0a\xe3\x40\xcf\x80\x11\x81\x71\xa0\x67\xc0\x8a\xc4\x38\xcf\x33\x70\x92\x2a\xc5\x3f\x04\xa4\xa4\x29\x4d\x6b\x2c\xac\x3a\x99\x5f\xc0\xac\x4c\x22\x84\x9f\x81\xb3\x46\x44\xf1\x07\x2e\xf5\x4a\x05\xfc\x59\x90\xd6\x18\xfe\xf1\xac\x57\x4d\x18\xb4\xf2\x3c\x51\xeb\xa8\x7e\x27\xef\x59\x51\xb5\xf5\xd2\x6f\xd4\x6e\xf9\x76\xf5\x59\x17\x4a\x22\xff\xfc\x1e\xbf\x88\xf0\xcf\x02\xb7\xfe\xfd\xbd\x50\x7e\x43\xfd\xef\xdf\x12\xdd\xcf\xba\x0c\xb5\x68\x2a\x7f\xfb\xdb\xde\xf8\x7e\x8a\xaa\xbc\x1c\x0f\xaa\x0c\x33\x4e\xf9\x59\x19\xb5\x60\x2e\xce\x27\xa3\xfc\x40\xe6\xf7\x32\xca\x2b\x24\xf6\x87\x5a\x49\x44\xd4\x7e\x16\xaa\x04\xb3\xea\xee\x13\xb5\x90\x18\xc7\xf8\xac\x86\x12\xf0\x89\xe3\x47\x55\x60\xea\xea\x0f\xa0\x2b\x7e\xc7\xd7\x0e\xda\x39\x3e\xd4\xea\xa2\x0e\xf5\xac\xf6\x8e\x87\x46\xf8\x07\x50\x17\x95\x7a\xe3\xb3\x7a\xd4\xc2\xd2\xef\xfc\xdf\xff\xfa\xcf\x7c\x3a\xca\x7d\x34\xce\xa7\xa3\x7c\x4b\xd6\xf3\xed\xbf\xff\x8d\xa6\xf1\xf6\xfe\xdf\xff\xda\x35\x38\x1e\x54\x0c\x60\x02\xe1\xb3\xde\xab\x64\x30\x72\xed\x59\x2f\xc5\x37\xc6\xde\x3d\x80\xde\x68\xe5\xff\x61\x53\x9b\xfd\xff\xe5\xa2\x79\x80\xca\x31\xae\xc9\xbd\xe8\x51\xb4\x50\x63\x43\xa9\x88\x49\x5a\x45\x45\x65\x66\x1e\x3e\xeb\x15\xdc\xdb\x0f\x2d\x8e\x28\x62\xc8\xb1\x8d\xf4\x7e\x5f\x63\x1f\xa8\x96\x30\xf4\x3c\x4a\xf3\x88\xd6\x07\x68\x47\xb4\x35\xee\xdf\xf2\xf1\xcf\x9a\xa8\xeb\xd4\xf4\x1b\xb4\x54\xf9\xfc\x7b\x31\x56\x56\x28\x7e\x00\x12\xa2\x0a\xbb\xcf\x42\xf5\x84\xda\xf5\x1b\x7b\xad\xf1\x2f\x7c\xbf\x73\x7e\x0b\x75\x8a\xb4\x1e\x28\x47\x5e\x35\x3e\x14\x1d\x65\xf4\xf2\xb3\xde\x7b\xb3\xff\xf4\xbf\xd3\xff\xb9\x3e\x1b\xe3\xd5\x7a\xa3\x08\x69\xd2\x78\x36\x2a\x6e\x77\xd2\x2a\x4a\x81\xfc\xac\x3f\x4a\xab\x30\x9a\xfa\x59\x7b\xff\x9f\xb4\x89\x3a\x5b\xe3\xe7\xfb\x28\xbf\xbf\xd8\xfe\xde\xba\xb5\xea\x2c\xa2\x94\x08\x61\x33\x1f\xd4\xd9\x6a\xe3\xe7\x79\x9c\x8d\xc9\xf1\x1b\xea\xd8\x35\x8e\xc7\x9e\xff\xf3\x2c\x79\xfd\xad\x4e\xf1\x2c\x7f\x69\x9b\x15\x8d\x9f\xe5\xfd\xb7\x02\xf0\xb3\x1c\xa5\x93\x06\xfb\x7b\x2f\xf5\x9a\x34\x7e\x94\x0e\x6a\x3a\x0b\xef\x25\x5f\x7f\x68\xdd\x51\x0d\x63\x72\xfc\x28\x65\xd2\x7e\xfa\xc3\xd9\xd5\xf3\xa8\x73\xf7\x73\x56\x51\xb4\xb1\x8b\x17\xbd\xb2\x73\x25\xe4\xde\xb3\xce\x8d\xdf\xfc\xfe\x41\xa9\x16\x9d\xd5\x57\x26\x68\x4b\xbc\x29\x8a\x9e\x4e\xce\x07\x15\xb7\x59\x67\xed\x59\x37\xea\xc0\x65\xb5\xa3\x88\x68\xe6\xfc\xee\xfd\x5b\x44\xf5\x41\x9d\xb1\xda\x0b\xfb\x7b\xa2\xe8\x28\xfb\x7b\x70\xd6\xc5\x5b\x50\x54\x92\xa1\xed\x0f\xa2\x68\xda\x10\xef\x7e\x50\xea\x67\xe8\x77\xf0\x3a\xfd\x7e\xde\xf7\xb9\x5e\x88\xba\xe9\xfd\xe7\xf7\x7b\x3e\xa8\x54\x3e\x1b\x77\x93\x78\xe7\x7e\xef\xa6\x4a\x4b\xc3\xb3\x51\xee\x9e\x5a\xf6\xb3\xdf\xbb\xa9\x52\xf0\x7f\xf6\x7b\x37\x0d\xc2\x20\x3c\xfb\xbd\x9b\x1a\xab\x93\x3c\xc0\xaa\x19\x0c\xda\x7b\x36\xee\x26\x46\x5f\x3f\x88\x02\x2a\xf4\x47\x3c\xfb\x8a\x8a\xf1\xdf\x7a\xef\xb8\x5b\x12\xdf\xff\xbb\x5b\xbe\xfe\x9f\xa8\xee\xf0\x75\xff\x04\x74\xdf\x47\x0d\x0f\x4c\x35\x5c\xcc\x07\x86\x9a\x4f\xc4\x7f\x9e\x80\x87\x6e\xfc\xd9\x61\xc6\xf9\xbf\xca\xf7\xff\xbf\xfd\xff\xfd\xff\xdc\xf1\xf0\x75\xbd\xb2\xdb\xdf\x9f\xc8\x30\xfb\xfe\x6f\x99\xff\xb7\xf2\xdf\xff\x08\x77\x74\x95\x97\x33\xfd\xfd\xf9\x32\x15\xa6\x58\x5c\xa8\x32\xff\xfd\xb9\x50\xb0\xfc\x6b\x31\xbd\x13\x05\xf3\xda\xd7\xe2\x7a\xc7\x51\xfa\xee\x6f\x09\x2e\x64\x19\x7d\x7f\x36\xe0\x5d\x5f\x6c\xea\x6c\x2a\xd1\x34\xbe\xa6\xa2\x26\x40\x49\xd1\x8e\x9c\xaf\xf4\x75\x95\x03\x5c\xfd\xdb\xcc\x0c\x77\xd5\xf7\x27\x20\x10\x2b\x5b\x5c\x2d\xa8\x0f\xd3\xbf\x16\x2e\x5c\xbe\x32\x32\x49\x1a\x5b\x9a\x5a\x02\x41\xf9\x6b\x29\x99\x2d\x91\x5f\xc8\x11\x94\xa5\x96\xfd\xdf\xff\x26\xe3\xb1\xf3\x35\x36\x9b\x86\xfd\xf7\xbf\x99\xf5\xd6\x38\x6a\xba\xdf\xa6\xc6\xc9\xce\xc4\xa6\x57\x27\x63\x79\xe3\x9c\x1a\x97\x01\x1e\x16\x06\x34\xe6\xf4\xca\x27\xdf\x9f\x28\x93\x58\xbe\x96\xce\xc9\xa6\x8e\x1a\x6a\xe9\x6b\x19\x6a\x19\x60\x91\x6c\x59\x6a\x59\x61\xf1\x66\x8b\x46\xb0\x02\x1b\xf0\x6b\x79\xb9\xf6\xf7\x67\xfb\xef\x7f\x73\x7e\x26\x97\x9c\xb5\xaa\xf9\x5d\xd5\xc9\xf0\xd7\x9c\xf3\x50\x53\x80\x11\xb1\xc5\xd4\x12\x40\x63\x5f\x4b\x67\x4f\xc8\xc4\xa4\xcb\x25\xe7\xde\xd5\x32\xde\x8e\xb2\x9a\x6e\x35\x3d\x6f\x13\x37\x3d\x6b\x1d\xf2\xc0\x79\xf9\xf4\xbd\x9c\x87\x3e\x38\x06\x9a\x38\x72\xed\x6d\xc6\xde\xb2\x84\x7f\x46\x3a\xe7\xf7\x67\x42\x13\xdf\x9a\x59\x4d\xc0\xa8\x9b\x6c\x51\x57\x01\x42\xc6\xe5\x5b\x5a\xbe\x15\xb3\xfa\x08\x22\x9b\x16\xc9\xfc\x6d\xe2\x1e\x66\xd7\x84\xdf\x0b\x6c\x32\xdb\x29\x03\x86\xfa\xfb\x13\x43\xe7\xaa\x57\x51\x0b\x0c\xac\x8c\x6a\xcb\x30\xaf\xfe\xfd\x89\x55\x62\x7e\x6d\xae\x83\x1b\x02\x9b\x2a\x83\xbe\x72\x9d\x45\x2d\xe3\xbf\xff\x2d\x02\xb9\x64\x64\xf6\xfd\xfd\xf9\x0a\x10\x44\xfb\xcb\x80\xa0\xfd\xfb\x13\x23\xa7\xfa\x9b\x61\x30\xfd\xfb\xf3\x5e\xa8\x6e\xfa\xd7\xd2\x12\xa7\xdb\xd2\x2b\x4f\x7c\xe2\x5d\x6e\x99\xc7\xa9\xbd\x5a\x03\xb3\x6a\x32\x60\x5c\xbf\x3f\xdf\x3b\xe3\x13\x39\x72\xcb\x4b\x2d\x28\xd4\xd8\xd8\x72\xd4\x82\x4a\xfd\x1c\x41\x51\x3f\x05\xfd\x70\x04\xa5\xa9\xe5\x95\xcb\x79\x9c\x9a\x78\x07\x72\xfb\xe8\xf7\xcf\x48\xdc\xfb\xfe\x44\x9d\x5a\x8e\xa0\x72\x0d\x5a\x4d\xb8\x89\xd9\x52\xd4\x82\xaf\x71\x04\x9b\x3b\x04\xe3\x22\x4b\xdf\xe4\xa6\x15\x85\x19\x91\x3e\x8a\xdc\x45\x0a\xbd\x23\xcb\x3b\xb3\x65\xa9\x65\x23\xd7\xea\xaf\x65\xe8\xbc\x8c\xf1\x6e\x1d\x13\x1a\xf2\x98\x24\xba\xf1\x32\x91\x49\xcb\x5c\x41\x88\xc2\xf7\x27\x00\x94\x13\x5b\x26\x5b\x52\xd4\x30\xfa\x5a\x52\x55\x0b\x00\x81\x27\x5b\xba\x5a\xd6\x4b\x8d\x1f\xb7\x29\x17\x89\xa4\x5c\x2f\x91\x2c\x1a\x38\xcb\x55\x13\x9b\x30\xbc\xc6\x31\x6c\xb5\xbc\x92\x13\xe1\xce\x4a\xe2\x8e\x97\x04\x13\xc3\x27\x52\x94\xd4\x1b\x5b\xa0\x1d\x7c\xf7\x55\xc9\x9a\x6b\x4e\x28\x46\x5e\xbe\x96\xae\x96\x97\xa1\x10\xa9\xb7\x64\x2e\x5d\xc9\x13\xc3\xe6\x02\x15\xb2\x9a\x02\x9f\x18\xa5\xc2\x82\xd4\xe3\xef\xcf\x05\x81\x99\x2d\x5b\x2d\x28\x61\xdc\xd9\x72\xd4\xf2\x0a\x71\x9f\xfe\x5e\xca\x52\x3f\x2f\xdf\xa7\x34\x59\x0a\xb9\x53\x29\x0b\x65\xe6\x38\x82\xb5\xd8\xf2\xaa\x2c\x6d\xb1\x85\xd2\x46\x29\x1b\x75\x2a\x0b\x5b\x86\x5a\xe6\x3b\xea\xc6\x96\x9f\xaf\xbd\xa3\x6e\x6a\xd1\xa8\x5f\x55\x85\xe5\xf4\x4b\x31\x8d\x1a\xc5\x7f\x13\x47\x60\x5a\x03\x43\xa5\x53\xae\x8e\xeb\x9d\x57\xde\xa1\x5c\xd8\xfc\xfe\x38\x60\x43\x24\x67\x63\x08\x46\x43\xbc\xd8\xf7\xe7\x79\x3f\xf7\xf5\xd4\x9e\xf3\xed\x43\x7b\x0e\xee\xdf\xcf\xd8\xd6\x13\xa9\xbb\xa7\x0b\xe5\x27\x3f\x72\xec\x00\xe7\xf8\xfe\x04\xa3\xfb\xd4\xb7\x5e\x07\x9b\x90\x4d\x5d\x09\x65\xdb\xdb\xf3\x5d\x07\xbd\xbd\x42\x7b\x25\x00\x40\xef\xe4\x0d\x1d\xf9\x90\x63\xa5\x2f\x33\x20\x64\xca\xff\x9b\x98\xd9\x07\x0f\x4d\x1f\xef\xa1\xa9\xd4\xf4\xfb\x20\xa7\xee\x03\x61\x2f\x2c\x2e\xdd\x61\xd0\xf8\xfe\xcc\x98\xdb\x1f\x39\x77\x94\x6e\xfd\xfe\x9c\xaf\xdc\xf8\x11\xc6\x48\xf6\x6d\xf2\x40\xf8\xc4\x64\x5c\xd3\x28\x94\x0e\x47\x29\xe3\xfd\xe0\x67\xfc\x1a\x9d\xb2\xd4\xe8\xd0\xf5\x59\x16\x77\x4c\xee\xf3\x98\x86\x0a\xa6\xdf\xa9\x1a\xab\x7e\xa4\x36\x56\x85\xc6\xf8\xf9\x9f\xc7\x26\xad\x0d\x60\x3a\x76\x72\xa4\x71\x2e\x7e\xf0\xc0\x86\xc5\xc0\xf3\x89\x20\x98\xef\xcf\x97\x31\x33\x58\x64\xce\xf1\xad\xe1\x9c\x28\xfc\xc9\x18\xd7\x89\xaa\xe5\xdf\x9f\xaf\x62\x43\x6b\xf5\xaa\xed\x5b\xc3\x55\x5b\x46\x45\xc6\xbf\xb7\x56\xa3\x24\xbf\xda\x7a\xd5\x27\x55\x92\xed\x3c\x42\x0b\xf6\xf3\xc6\xec\xbd\x05\xeb\xf2\xf7\xe7\x4b\x70\x59\xc5\xa2\xaf\x6f\x84\x6b\x5f\xd0\x77\x59\xe0\xc9\xc9\xb2\x76\x00\xeb\x5d\x2a\xf4\x77\x65\x35\x95\x97\x33\xb1\x4c\x93\x5f\x4d\x4d\x60\x9b\x2a\x7f\x78\x0d\x35\x45\x81\x81\xc5\x26\x53\x13\x58\x1d\xcb\x3a\x79\xd2\x30\x50\xcc\x84\x51\xba\xdb\xd3\x52\x13\x44\x7d\x96\xba\x73\x52\xef\xf6\x60\xf9\xac\xca\xe6\x14\x0c\xb6\x67\x0c\x9e\x35\xd2\x3c\x6b\xf0\xaf\x1c\xba\x8a\x6a\x33\x66\x57\x53\xf4\xa5\xa6\x87\x4d\x05\x15\x05\x3f\x1d\x71\x7b\xd1\x42\xbd\xd4\xbb\x8a\x8a\x39\x96\xa9\xa6\x15\x30\xf1\x6c\xda\x6a\xc2\x30\x58\x55\xcd\x29\x1f\x6c\x2f\x98\x97\xaa\x35\x56\xcd\xeb\x15\x03\x56\x51\xa1\xc6\xaa\xd5\x68\x98\x32\xcb\xaa\x79\xd3\x94\x1b\x46\xc8\x0a\x6a\xde\xb4\xbc\x0d\xc3\x60\xa5\x43\x40\x0a\xfe\xfd\xd9\x31\x0c\x16\x71\xf4\xa1\xfd\x02\x6e\xc6\x0f\x45\x0d\xad\xc6\x2b\x4b\x2e\xde\x8f\x1b\x69\x00\xdf\x9f\xa8\x52\xc9\xc2\x64\x3e\x44\x36\x23\x0a\x7a\x72\xbf\x86\xc8\xe6\x3d\x5f\x8b\x08\x12\xdb\xa7\x86\x31\x63\x18\x9c\x32\xa5\xd3\xed\xf0\xc9\x32\xfc\x6b\xfb\x54\x5f\xef\x45\xba\xaa\x8a\x87\x4e\xad\x06\x02\x02\xa8\x7f\x6c\x9f\x5a\x0d\x5c\xd4\x55\x53\x5e\xda\x94\x85\x29\x6b\xf0\x4b\x53\x5e\x28\xa4\xa9\x11\x2e\x11\x1b\x0a\x3d\x30\xda\x6b\xfb\x12\xb1\x6d\xcc\xeb\xa7\x9c\xa8\x96\xf7\x65\x06\xab\xb2\xb2\xa1\x6f\x11\x5b\x40\xb3\x8b\xe6\xb7\x06\xbf\x51\xaf\x54\x27\x65\xab\x2f\x40\xda\x12\x73\x6d\xbb\x69\x5e\x86\xbe\xf4\x41\x53\x5f\xa8\x11\x41\xf3\xf5\x76\xd3\x7e\x01\xa3\x96\x21\x60\xdb\x4d\x24\xfa\x5e\xc5\xab\xaa\xc9\x35\x2f\xc7\x1a\xfe\x54\x44\xd5\x1a\x3a\x86\xf1\x53\x0c\x55\xfb\xe5\x58\x5e\xd5\x39\x75\x4d\xf9\xa0\x04\xa9\x0e\xd1\xd1\xe0\x0f\xb6\x72\x70\x18\xb7\x28\x0a\x39\x6c\x49\xa7\xf2\xd6\x08\x6f\x8c\x70\xb2\xaf\x5b\x23\xbc\x41\xd8\x53\x1f\x14\xb1\xdd\x01\x7f\xcf\x35\xbc\x35\xc2\x1b\x9b\xa2\xa3\x77\x6b\x53\x9e\x18\x06\x37\xe5\x51\x5f\x4f\xc0\xc9\xb3\xaf\x47\x7d\x3d\x58\x8d\xc5\x11\x3e\x22\x36\x40\x87\x33\x6a\x6d\xfb\xa3\x4d\x79\xb0\x1a\xaa\x55\x7a\x91\x00\x0e\xae\x80\xaa\xb2\xa4\xe2\xf3\xb8\x2b\x57\x53\x85\xd1\xcb\xd5\x74\x02\x4d\xfe\x6b\x4a\x5c\xc3\xf3\xf2\xf9\xd5\xc8\x1c\x8e\xf8\x3c\x32\x5d\x16\x2b\x27\x6d\x24\xb6\x7c\x7f\x3e\x68\xe2\x30\xc4\xe7\x91\xde\xb2\x88\x67\xb1\x4f\xde\x6a\xc2\x07\x59\x86\xf0\x88\xcf\x9f\xe0\xf3\x2a\x7f\x9a\xb9\x1a\x07\xc5\x16\x9b\x2a\x8d\x96\xaa\xa6\x16\x88\xef\x6c\xea\x6a\xc2\xbc\x78\xb5\x9d\xa2\x79\x81\xcf\x13\xbc\x62\x1f\xf1\xf9\x53\xd1\x17\x8f\xf9\xa9\xea\xab\x46\x5f\x95\x4d\x9a\x17\xca\x79\x12\xcc\x62\x9f\xa6\xd5\xc0\x15\x40\x58\x8a\x7d\x74\x05\x1c\x5c\x01\x8d\x45\x3b\x8f\xae\x00\xa4\xf8\x2c\xea\xca\xfb\x74\x0d\xa3\x63\xf0\x2c\xdd\x89\x22\xef\xdf\x9f\x81\x62\xae\xb7\xb4\x86\xb8\x38\x9a\x08\x60\x68\x84\x03\x85\x6a\x67\xfe\x27\x51\x75\x9f\x51\xf4\x66\x20\xbb\x93\x4c\x75\x79\x1c\x14\x14\x6d\xaa\xee\xab\xcb\xe3\x8c\x13\xc0\xe8\x5f\xd3\xd4\x50\x66\x60\xa6\xf3\x2d\x5d\x1e\x07\xa6\x8d\xa6\x9d\xa6\xea\xb5\x0f\xaa\x9a\x11\x7a\x70\x9f\xa9\x8d\x99\x58\x2c\xd6\x15\x3d\xba\x3c\x0e\x2e\x8f\xa6\x7a\xbf\xba\x3c\x00\xa6\xba\xba\x4a\xfb\xea\x86\x38\xb8\x21\x08\x52\xb8\xcf\xd2\x12\xbf\x0a\xd7\x22\x92\xc4\x3e\x5b\x3b\xfd\xca\xf0\x8b\x9a\xd1\x3e\xe2\xda\x07\x95\x55\x89\xcd\xb0\x0f\x55\xa3\x7d\x3c\x90\xcc\xb9\x1a\x62\xcd\x07\xac\x99\xf1\xff\xfb\x88\x35\x1f\xb0\x66\x8a\xaa\xfb\x88\x35\x1f\x47\x5f\x14\xb3\xce\x51\x5f\x27\xfa\x52\x93\x08\xee\x60\x35\x78\x0d\x9c\xa3\x35\x04\xd7\x66\x61\xb4\x7d\x6e\xad\x21\x58\x33\x6b\xe9\xec\x23\xd6\x7c\x1e\x8c\x70\x70\x0d\x1f\xad\x06\xd0\xa0\x32\x2f\x7b\x64\x5e\x7d\x7f\x62\x18\xaa\x7f\xfc\x68\x18\x2f\xe7\x5c\x04\x41\xd8\xb7\x84\xe9\x3b\x50\xaa\x55\xb8\x56\xc2\xf4\x7d\x61\x18\xaa\x49\x4b\x4d\x71\xdf\x00\x6a\x20\x10\xe4\xbe\x29\xb8\xef\x3b\x15\x94\x21\x66\x5f\x89\xf3\xba\x33\x8a\xfa\xb2\x48\xec\x5d\x34\x0c\x88\xaa\x59\xf5\x81\x25\xaa\x22\x33\x6b\xb1\x1c\xcc\xbe\x8b\x3e\xf8\x72\xb3\xc5\xb4\x87\x7d\x97\xa1\x26\xe0\x21\x73\x2b\xef\x62\x6a\xc2\x30\xc8\xdd\xee\xaa\x61\x44\x45\x00\xf2\xa9\xbb\xaa\xaf\x80\x64\x57\x85\xe1\xaa\xbe\x2a\x2a\x27\xb3\x74\x2b\x80\x72\xbf\x3f\x03\xd2\x9b\x53\x16\xe3\xbb\xc1\xf8\x86\xfa\x6a\xfa\x20\x04\x5c\x26\x5f\x6c\xe4\x9a\x7d\x7f\xfe\xc1\x63\xb3\x89\x17\xf0\x1d\x05\xb6\x79\x6d\xdf\x5d\x6b\xd8\x51\x7e\x59\xe5\x92\x69\xa3\xde\x77\x1f\x68\xe2\xbc\xba\x76\x19\x68\xbb\x8c\x14\xdd\x48\x71\xfb\xfe\xc4\x08\x3b\xa7\xdc\x8f\x9a\xb0\xbc\x2a\xad\x2c\x4e\x7a\x0f\xf4\xf5\x53\x65\x59\x7d\x01\xe5\x82\x51\xa5\xfb\x16\x3f\xbc\x83\x1f\x52\x0e\xb8\x87\x88\x6d\x62\x0d\x59\x73\x1d\xe8\xbe\xdf\x9f\xa8\xf0\xfc\x53\xb1\x59\x53\x06\xd3\x1b\x2a\xc6\x2c\xa6\x77\x1b\x9a\x74\x52\x4c\x2b\x1f\x45\x35\x28\x4b\x21\x37\xee\xfb\xb3\xa0\xfa\x33\x87\x21\x6e\x73\x43\xda\x9b\xaa\xd2\xed\xfa\x60\xd4\xd4\xa0\x1e\x7b\xbb\xb6\x32\xb8\x0d\x2f\xfb\xfb\x68\x2b\xcf\xbb\x86\x53\x95\xb1\x25\x23\xde\x28\x9c\x97\x35\xf8\xa3\xfd\x02\x8f\x9a\xaa\xb7\x2d\x1e\x75\xdf\xf1\x41\xf6\x75\x2f\x35\xbd\x97\xd4\x14\x01\xdc\x5a\xf9\x07\x53\x56\x81\x6c\x49\x7b\x37\xd8\xd7\xd4\xca\x3f\xfa\x20\x78\xd4\xd4\x1a\x8a\x47\xdd\x10\xe9\x98\xec\xbd\x1f\xf1\xa8\x07\xaa\x3b\xb3\xb6\xf7\x23\x91\x0e\xf9\x85\xa9\xf0\x26\x7a\xae\xa5\x26\x94\xc8\x5e\xfa\xe0\xad\x26\xf4\x45\x19\xf1\x49\xdc\xca\x07\x12\xd8\xd2\x07\x25\x81\x3d\x39\x6a\x64\xf3\x83\x92\xc0\x1e\x70\x36\x26\x11\xef\x47\x3c\xea\x81\x2c\xc5\xec\xe0\x0d\x47\xed\xf7\x67\x7c\xf0\x5b\xde\x47\x3a\xf3\x83\xfa\xe9\x8c\xc6\xdd\x8f\xc4\xac\xe7\x65\x3c\x6b\xa9\x90\x74\x9d\x6a\x5a\x01\x2d\xcd\xa6\xad\x26\x8c\x90\xd5\xdf\x1f\x31\xa2\x07\xdc\x86\xae\xff\xfd\x88\xdb\x3c\x51\x6f\x99\x52\x2c\xdc\xca\x7f\x7f\x76\x54\xf8\x26\x4b\x79\x24\x81\x3d\xe1\x10\xa3\x0c\xf0\x88\xdb\x20\xf5\x71\xb1\x88\xc3\x7e\x86\x46\x08\x9d\x99\xc9\xa9\xfb\x91\xd8\xf3\xe0\x98\xaf\xc5\xd5\x98\x5a\x5e\x88\x3d\xcc\x50\xdd\x8f\x14\xe3\x07\x02\xcc\xd2\x2e\x2f\x51\x54\x54\x79\x66\x6d\xff\x67\x65\x35\xc1\xb5\x4b\x34\x9d\xfd\x2c\x8d\x3e\x8a\x41\x5f\x2a\x63\xbe\x48\xbf\x0f\xca\x4f\x5c\x4c\x4c\xdd\x8f\x64\x98\x07\x9a\x67\x51\x35\x74\xd3\xac\x2d\x3e\xa9\x3a\xe0\xf6\xf3\xc9\x27\xda\x3e\xa6\xf8\x88\xe5\x3c\x51\x13\xfa\x52\xbd\x70\xd7\xa1\xf0\xe8\xae\xfe\x9b\xc0\xfa\x48\x01\x7d\x80\xdc\x51\x54\x96\x5d\x2c\xe9\x41\x39\x8c\x8b\x39\x99\xfb\x39\xda\x84\x13\x93\x68\xa4\x64\xb1\x97\x27\x6a\xc1\x32\x53\x72\x3f\xb7\xd6\xe5\xc6\x40\xc9\x1c\x9f\x5b\xeb\x72\xc7\xdc\x07\x29\xe5\xd1\xee\x41\xd3\x2c\xa2\xe5\x47\xbb\xf7\xc4\x28\xa9\xd6\x3e\xe2\x4b\xcf\x13\x23\x21\xdf\x7f\xc4\x98\x9e\x27\xba\x63\x7d\x32\xb9\x83\xec\xba\xa2\x3b\x35\x65\x35\x45\x77\x44\xed\xbf\x68\x70\xb4\xeb\x8a\x45\x51\x19\xef\xeb\xa8\x0d\xdd\xd1\xd8\x6b\x17\x39\x90\x21\xcc\xe0\x6d\xe3\x7b\x49\xdf\x4c\x51\x83\x5d\xf5\xcc\x19\x5f\x60\x11\x5f\x50\x9a\x3e\x79\xb3\x29\x8f\x78\x8d\x9f\xa4\x6b\xd1\xae\x1a\xdd\xa9\x5c\x39\x59\x8d\x5d\x35\x10\xc1\xd5\xd4\xd5\x14\x9f\x54\x77\xf5\x61\x5b\x0b\xff\x99\x6a\xcb\x33\x64\xc0\xae\x16\x88\xd9\x85\x4d\x5b\x4d\x1e\xd5\xdf\xb9\x98\x4d\x33\x18\x31\x71\x55\x7e\x1f\x9a\xf8\x88\xa2\xf0\xec\x6d\xfc\xbc\x16\xeb\xcc\xa2\x08\x0a\x6b\xb0\x0b\xae\xef\x4b\xa5\x98\xae\xa9\x75\x9e\x51\xf5\x9d\xc5\xdd\xae\xa9\xee\x50\xa0\x84\xf1\xdf\x76\x2d\x91\xc3\x1a\x51\x2c\x3e\xb3\x6d\xaa\x2d\x40\xa8\xb9\x96\x4b\xd4\xb0\xfe\xaa\xd4\x73\x06\x4b\x6b\x19\x58\xf7\xac\x63\x71\x6d\x2d\xe5\x8e\xde\xb2\xda\xd4\x1b\x2a\x71\x32\xc4\xdb\xae\x6d\x6a\x7a\x02\x96\xf9\x6b\x32\x7d\x11\x75\x58\x19\xb8\x6d\x97\x69\xbf\xed\xaf\x33\x8e\xd1\x44\x42\xc1\xc3\x98\x49\x66\x97\x69\x6e\x1e\xab\xcc\x72\x2e\x97\x8b\xbc\x3c\xba\xe3\xe6\x90\x85\xd9\x05\x16\x56\xb5\x37\x2e\x32\x89\x8a\xc3\x4c\x2b\xb3\xeb\xe8\xa8\x9e\xc0\x46\xe6\x04\x8e\xf6\x26\xf8\x57\xd6\x31\x3e\xda\xee\x13\x93\x63\x8d\x86\xeb\x68\x72\x27\xba\x63\x29\x96\xeb\x16\x09\x01\xfc\xf4\x22\xfa\xbc\x5d\xb7\x16\x2c\x38\x8a\x0a\x65\x25\x71\x94\x74\x45\x7f\x2c\x1e\x22\x27\x9c\xa5\xc0\xc0\x63\x95\x8d\x44\x67\x84\x25\x14\x8d\xa4\x2d\xda\x92\x18\x4a\x0a\x86\x92\x59\xcd\x30\xd1\x80\x65\x09\x0c\x85\xc6\x68\x4b\xf4\x5a\x5b\x0a\x1f\x46\xe1\x82\xa5\xa4\x81\x44\x2d\x76\x16\xea\x49\x49\x03\x01\xab\x21\xc0\xb1\x25\xb1\x9a\x94\x73\x7c\x91\x6d\xb9\xa8\x0d\x71\x66\xa4\xd7\xc4\xd0\x07\x4b\xc1\xa1\x98\x6e\x64\x49\x1c\x2a\xa1\x7a\xd6\x45\xb1\xc6\x52\xd6\xbc\x11\x06\x75\x15\x0d\xa5\x68\x72\x25\xba\xe3\x04\xa8\x1d\x5a\x24\x97\xd3\xc4\x6d\x89\x3e\x0e\x4b\x05\x2b\x59\xf4\x5a\xd5\xbe\x41\x3d\x64\xc8\xbc\x21\x05\xfd\xfb\x33\x06\xc2\x32\x65\x89\xaa\xa3\xa5\xe0\x95\x4c\x23\xb2\x54\x35\xb9\x08\x32\xa3\x87\xc9\xe4\xc0\x33\x38\xf0\x12\xe3\xeb\x2d\x35\x75\xd7\xa2\x3b\x56\x82\x42\x28\xd6\xf7\x27\xe6\xfd\xf3\x45\x2d\x73\x54\x45\x67\xbe\x91\xa5\xa6\x91\xb4\x58\x66\x1e\x90\xd4\xb4\xcc\x2d\x46\xd9\x38\x73\x7a\x56\x2d\x8d\xf8\x26\x6f\x82\x34\x44\x43\x81\x5d\xc8\xa3\x9a\x86\xd6\x39\x38\xba\x18\x62\x1a\xea\x2e\xd8\x36\x53\x62\x2c\x4d\x11\xd1\x8c\xee\x58\x72\x2f\x4d\x75\x17\xe5\xfb\x59\x76\x09\x61\x0f\x7f\x7f\x42\xe2\xbb\x8a\x8e\x9c\xd8\x76\x04\x91\x55\x4d\x6e\x69\xeb\x82\xa3\x33\x77\xc5\xd2\xd2\x82\x85\x34\xa8\x8a\x68\x49\x2c\x3d\x05\x6f\x16\x03\x4b\x5b\xef\x01\xc6\xf9\xfa\x39\xc7\xae\xf7\x82\xb9\x55\x6d\xd0\xd1\x42\x07\x07\xab\x2c\x35\x93\xc4\xc1\x52\x48\x60\x04\x29\xb1\x74\x5c\x6d\x38\xad\x64\x52\xe9\x16\x85\x85\x70\xf6\xdb\xa6\xc5\x84\x70\xc6\x08\x73\x4b\xb7\xf6\xee\x8e\xde\x78\x1b\xa7\x5b\x33\x08\xc1\xad\xb2\xdc\x4c\x7a\x34\x03\xe4\xdf\x5d\xf4\x62\x58\x7a\xb4\x41\xc1\x2f\xe9\x90\x30\x05\xa9\x58\x0e\x31\x8b\xd1\xe3\x86\x9a\x11\xdf\x9f\xa0\xf6\x71\xfd\x93\xb0\x6b\xf9\xea\x7a\x33\x26\xcf\xb2\xf0\x99\xca\xa3\xe5\x70\x09\xd3\x2f\x61\x59\x6c\x38\x07\x1b\x1e\x1a\x28\x27\x9f\x43\x76\xab\xbc\x41\xb3\x78\x6d\x4e\x31\x50\xce\x21\x6d\x35\x61\xee\xf4\x4c\x58\xa6\xb7\xc0\xa2\x90\xc4\x45\x7c\x6c\xcb\xd4\x2d\x2d\xa3\xb6\xf3\x45\x8f\xbc\xe5\xa2\xa1\xc4\x51\x6f\x64\x3a\x59\x47\x3d\xc7\x51\x67\x10\x9a\xe5\xf6\xf3\x5e\x8c\x85\xf7\x56\xd6\x51\x47\x3c\xe3\xdb\xc6\xfe\x68\x2c\xb2\xdc\x03\xe0\x96\xd3\xeb\x9a\xde\x88\x29\xb0\x94\x5e\x1e\x5a\x95\x11\x40\xb9\xfc\xe2\xd0\xfe\x04\x87\xa0\x8d\xdc\xb2\x38\x44\xc4\x2d\x5e\x2a\xe1\x9f\xa7\x3e\x09\xcb\x4f\xfd\x69\xd2\x27\x81\x90\x74\xd1\xa8\x6d\x8a\x6a\x32\x44\x35\xa5\x4b\x75\xf6\xf3\x12\x01\x82\x7b\xfc\x6c\xab\x98\x47\x5e\x25\x5e\xeb\x6c\xd3\xfe\x04\xf7\x50\x61\xfd\x2c\x79\x30\x43\x1e\xa4\x0b\xcb\x50\x3d\xe3\xfb\x33\x46\x42\x06\x01\x04\x89\xef\xcf\x18\x09\x69\x76\xab\xb7\x1d\x98\xa9\x24\x22\xc6\x60\x58\x86\x38\x78\xa9\x3e\x7e\xde\x5a\xca\x1d\xbd\xb1\x72\x5c\x36\x6d\xb8\xc5\xe4\x58\x5b\x2f\x9b\xba\xf3\x98\x1c\x2f\xd1\xec\x9a\x5c\x40\x79\x6a\xde\x12\xdf\x72\x70\xbf\x4e\x26\x9d\xc5\xfd\x72\x70\x3f\x95\xac\xcf\x87\x7c\x3f\x87\x8c\x46\xc0\x64\xcb\x47\xdd\xc1\xf0\xc5\x2c\x7c\xcb\x87\x6c\x25\xc3\x39\x7a\x75\x72\xb8\x7c\x8b\x50\x50\xb3\xbf\x69\x51\x6e\x9d\x90\x7b\xc7\x6b\xdc\x9e\x5b\xdb\x03\x0e\xd7\xb4\x5e\x8f\x76\x07\xc8\x49\x97\x2a\xe2\xe7\x47\x13\x00\xae\xfd\xcf\x59\x7d\xb4\x3d\xa8\xa2\x4c\x54\x7e\xcb\x74\x82\x5a\x06\x46\xc2\x45\xd0\x66\x2b\x62\x8b\x05\x8a\xa9\x0a\x4c\x16\x29\xa6\x25\x38\x26\xa1\x9a\xad\x48\x31\x2d\xc1\xf7\x08\xd3\x6c\x45\x7c\x2f\x70\x38\x2e\x15\xe4\x2f\x49\xdd\x21\xf8\xb1\x55\x35\x15\x35\x61\x6e\xbc\xe7\x0b\xc3\x1f\xad\x84\xca\xda\xa9\x59\x17\x3a\x49\xad\x84\x14\xa3\xea\xfb\x45\x52\x4c\x09\x34\x48\x5e\x84\x45\xec\xab\x34\x6c\xce\xa0\xb8\x5e\x18\x78\x6e\x05\x4a\x64\xfb\x69\xba\xd5\x84\x7d\xe3\x15\x59\xba\xa6\x86\x5a\xa6\x17\x03\xd6\xad\x74\x0d\x24\x50\x26\x29\xde\x14\xfa\x13\xad\xc0\x9f\x78\xa9\x0e\x7c\x19\xfa\x24\xc2\x4d\xda\x4f\x93\x36\x27\xf8\xa1\xaa\xab\x97\xa1\xcd\x09\x69\x6a\x50\x09\x2e\x43\xf3\x0e\xb1\x88\xa6\x75\x53\xe0\xa5\x95\x19\xdd\x71\x94\x92\x98\x0a\xf8\x21\x61\xf8\xad\x88\x1f\x96\xd0\x73\xc7\x50\x9b\x36\x27\xf8\xe1\x60\xc5\x58\x25\x6e\x58\x09\xa6\xa7\xf2\xee\x0a\xc0\xb4\xb2\xfe\xde\xe3\x28\xc5\xbd\x90\xf0\x91\x54\x2c\xb4\x6c\x2d\x4a\x48\x4c\xaa\xc7\xae\x58\x4b\x03\x2e\x4a\xba\x26\x4b\x13\x2a\xda\xd2\x4a\x28\x98\xaa\x9a\x5e\xa4\x60\x16\x28\x98\x4d\xb3\x73\xcd\x3c\xb8\x97\xea\x80\x17\x57\x77\x1e\xf1\x60\x2c\x78\x57\x5c\xf4\x85\xc2\xd8\x0c\x6a\xb6\x22\xf9\xac\x84\x7c\xa6\x22\x95\xe5\x68\x24\x27\xa0\x4a\xf9\x45\x71\xa8\x12\x0a\xe6\xa4\x28\x5f\xa4\x60\x02\x51\xe5\x6d\xe3\x0c\x6e\xad\x73\xc8\x6e\xc4\x90\xb5\x22\xf6\x55\x9e\x58\x30\xd1\xfa\xa3\x05\x0b\x41\x6b\xb2\xfe\x5f\x15\x47\xa9\xd7\x5f\xdb\x37\x96\x2a\xbb\x54\x0d\x5d\x51\xe5\xb4\x2b\x03\x21\xac\xc6\x21\x9f\xbc\x57\xab\x0e\x79\x0d\xe1\x86\x26\x75\xab\x12\x6e\x6a\xa8\x7d\x8b\xfa\x67\xcd\x53\x6d\x2b\x60\x43\xd9\xc4\x73\x57\x43\x26\x52\x95\xec\x2a\x99\xe8\x2f\x6b\x87\xf0\xa3\x56\xa5\x50\x21\x96\x31\x75\x96\x9b\xac\x52\xa8\x6a\xb0\x22\x26\x0f\x5b\x6d\xfa\x64\x88\x52\xc4\xbb\xb4\x2a\x5e\x54\x43\x5c\x22\xd4\xa5\x29\x79\xc1\x6a\x8f\xee\x1a\x9b\xba\x9a\xb0\x60\xaa\x9e\x5c\xbb\x16\x2c\x8e\xb9\x2a\x1f\x57\x19\xad\x6a\x68\x3f\x6b\xb6\x7f\x13\x77\xeb\xd4\x48\x91\xbe\x7d\xd1\x8a\x6e\x95\xae\x79\xab\xbb\x44\xc0\x22\xdb\x24\x56\x54\x1c\xcc\x74\xf1\x9a\xac\x3a\x98\x15\x07\x33\x5d\x54\xe9\xab\x0e\x66\x05\x36\x59\x22\x88\xbc\x55\x5a\xbd\xad\xc2\xb2\x9d\x08\x81\x68\xd5\x35\x45\x8f\xb1\xf0\x9e\xa9\xae\xb1\x78\x8c\x85\x15\x92\xab\x4e\x2d\xd2\x34\xde\x36\x2e\x9b\x8e\x26\x30\x6d\x52\x52\x3d\xdd\x7a\xb4\x15\x27\xe6\x40\x2b\x67\x95\xea\x54\xa1\x3a\x75\x4d\x41\xc7\x16\x30\x38\x29\x11\x31\xd0\xaa\x8e\x6d\x45\xba\x5d\x52\x71\xdc\x7a\x17\xb5\x05\xb0\x28\x7b\x63\xdc\x95\xd5\x3b\x46\x42\xfe\x0e\x28\x9d\xef\x4f\x8c\x84\x22\x42\x7d\x44\xba\x4f\x2c\x0a\xef\xfa\xfa\x68\x51\x9e\x18\x25\xed\x87\x4d\x87\xbd\xa5\x58\x68\x32\xea\x26\x65\xa5\xe1\x42\x67\xd4\x85\x35\x5d\xe8\x40\xcf\x49\x8a\x38\xb5\x26\x3e\xd0\x80\x05\xac\x90\x53\x6b\x32\x1a\xa1\xce\x54\x62\xcc\xbe\x35\xb1\x88\x96\x4b\xbc\xf6\x91\x5f\xcb\x1a\x09\x8c\x46\xaa\xf6\xdc\x98\xac\x65\xc8\x8a\x49\xbd\xea\x2d\x75\x06\x74\xea\xa4\xca\xb1\xad\x68\xde\x88\x35\x60\xc2\x81\x35\xc6\x1a\x58\x2b\x31\x10\xca\xbb\xca\x9a\xb1\x56\x62\xde\xdc\x39\xe5\xcd\x58\x2b\xd1\x1d\xb7\x47\xf9\x31\x86\xfc\x98\xc4\x4c\x57\x53\x82\x8c\x35\xd8\xd7\x09\x4c\x64\x4d\xf6\x75\xe4\xce\xbc\x5f\xe4\x72\x55\x4d\x0e\x85\x77\x99\x7b\x60\x8d\x01\xb5\x06\x64\xa2\x94\x08\xa7\x67\x8d\x7e\x3e\x6b\x2d\x26\xc7\xd2\xb5\x4d\x2c\xae\x41\x23\x4c\xc4\x76\xb0\x46\x27\xa0\x35\x38\x01\x25\x41\x37\x86\x1c\x58\x0b\x0e\xc7\xa2\xd0\xad\x6b\x29\x57\x8c\x84\x15\xaa\x9b\xc4\x80\xb6\xe3\x35\x0e\x44\x62\x40\x0b\x4e\x44\x28\x39\x6b\xe2\x44\x2d\x38\x51\xd6\xa6\xee\xad\x36\x00\x1b\xd2\x09\xd0\xb6\xc6\x0f\x05\x47\x71\x42\xd6\x4c\x23\x31\x8c\x84\x77\x61\x93\x31\xbc\xc1\x18\xce\xdc\x21\x6b\x32\x86\x47\x65\xae\x24\x63\x78\x33\x6d\x0e\x42\x49\x59\x13\xc5\x9a\x69\x73\x82\xeb\xc9\x16\xde\xc4\xf5\x5a\x70\x3d\xa2\xaf\x59\x13\xd7\x8b\xba\x5f\x89\x79\x9b\xd6\x5c\x93\x43\x10\x41\xd7\xf9\x76\x6d\x0e\x8c\xe1\x2c\x9e\x62\x4d\xc6\xf0\x76\x62\x25\xa9\x84\x35\x19\xbc\x5b\x70\x21\x19\xbc\x9b\x8c\x3b\x2d\xd8\x09\xc1\xc0\xac\x8b\x9d\xf4\x2b\xda\x68\x32\xe9\x52\x1d\x7a\x8a\xa1\x4c\x36\x65\x35\x95\x08\x7a\x1e\x6c\x6b\x6a\x1b\xd1\xb6\xd8\xc6\x61\x02\x59\x29\xc9\x45\x6e\x5d\xd6\xe4\x0e\x8b\x71\x2a\xdc\xf1\x2e\x8b\x71\x8f\x23\x4e\x67\xac\x75\x1d\xf1\x5e\xa3\x3f\x4a\x70\x5d\x86\xda\xde\xe3\x3d\xd2\x73\xef\x7a\xaf\xc7\x7b\x5c\x6a\x25\xa7\x59\x5f\x31\x16\x16\x12\xef\x0c\x96\x33\x80\x15\x25\xe6\xe2\x58\xd7\x8d\xdc\xe3\xf8\xc8\x8a\xdb\x99\x01\x66\x3d\xce\x08\xc1\x24\xac\xeb\x8c\xf4\xbf\x80\x6a\x32\xc5\x2e\xcf\x4f\x0f\x38\xc1\x4b\x4d\x5a\x95\xbf\x88\x6a\x9e\xff\x6e\xda\xa1\x13\xdd\x91\x4d\x75\xd9\x1d\xfb\x1d\xc3\xd4\xec\x64\xed\xeb\xf0\xc5\xfe\xa8\xe5\xfd\xd1\x7b\x71\x67\xb5\xa4\xf7\xb4\x62\x41\x64\x8d\x12\xdc\x10\x91\x0d\xa8\xbc\x4c\xa3\xb7\x21\x95\x17\xa8\x43\x29\x11\x5a\xcf\x86\x4c\x7d\x23\x47\x77\x3c\xb0\x43\x72\xe6\x80\x9c\xc9\x6a\x39\x36\x18\x8e\x6b\x23\xe8\x88\x61\xa6\x36\x44\x47\x03\xb8\xd2\x89\x49\x99\x36\x98\x78\x61\x03\x35\x83\x06\x1d\x16\x83\x39\x7a\x36\xe2\x16\x91\x09\x6d\x14\x8d\xa4\xc4\x48\xd4\x44\x4a\x19\x35\xd6\x92\x77\xfc\x90\x7b\x61\x04\xd5\x4a\xb9\x18\xa2\xda\x28\xae\x95\x88\x2b\x61\xa3\x6a\x06\x71\x1f\xb0\x2c\x9e\x0d\x69\xdf\x81\x67\xc4\xfa\x3d\x36\xe4\x43\x18\x2d\xb6\x87\x96\xab\x21\x03\xe1\x88\x43\x22\x63\xd8\xd0\x21\x19\x71\x48\xba\xf6\x4e\x87\x64\x74\x7c\xb3\x6b\x13\xa4\x48\x0f\x28\xd2\x23\xcf\x7f\x93\x78\x95\xfd\x69\x03\x06\xc4\xd4\x29\x9d\x0e\x39\x8d\x07\x9c\xc6\x2c\x17\x64\x43\x4e\x63\x24\x8d\xa6\x1f\x11\x6d\x48\xfe\x1e\x33\x26\x28\x42\x92\xd3\x78\xcc\xe8\x4e\xdf\x94\xd3\x78\xcc\xe8\x8e\xeb\x32\x45\x2c\x2b\x60\x34\xbf\x93\x37\x98\xdd\x6e\x51\x45\xec\x47\xf8\x19\x4b\x93\x43\x41\xb1\xc1\x73\x0e\xf8\xa6\xef\xcf\x18\x08\x85\x80\x21\xc7\xc4\x08\xbe\xc2\xf0\x57\x1b\xe2\x2b\x23\xee\x57\xc6\xbf\xda\x90\x43\x79\xec\xe8\x4e\x4d\xa6\x26\xcc\x8d\x02\xce\xd8\x5a\x4a\x8b\xe5\x22\xd3\x44\x11\xb3\xef\xcf\x16\x40\x96\x6c\xd2\xdc\x2c\x06\x42\xb9\x62\xc8\xd9\x3c\x10\xf8\x92\x18\x53\x6b\x43\xb6\xc5\x11\x57\x17\x93\x56\x6d\x48\x80\x1e\x77\x8c\x92\x13\xb8\x35\xca\x60\x62\x83\x8c\x6a\x88\x89\x8d\x60\x62\x3f\x67\x59\x4c\x6c\x40\xcb\x4e\x83\xb2\xca\x90\xdd\x6e\x20\x79\x61\x70\x06\x53\x3c\x6c\x06\x0f\x23\xe3\x98\xe2\x61\xf3\x8a\x44\x09\xf2\xb0\xc9\x50\x37\x8b\xe2\x68\x2c\xbe\x64\x93\x49\x80\x36\xaf\x18\x08\x8d\x19\x53\x2e\x89\x19\xd7\x32\x73\xe8\x6d\x4a\xa5\x9f\x71\xbf\x8a\x2c\xa7\xdc\xbf\x13\xee\x5f\xd6\x01\xb4\x29\x1f\xef\x0c\x71\x9d\xe0\x05\x36\x25\xae\x4f\x88\xeb\x32\x28\x4d\xdd\xca\x33\x98\x30\x23\x5e\x6d\xca\xc7\x3b\x83\xd3\x8a\x1a\xa6\x38\xed\x8c\x1b\x9b\x75\xaf\x6c\xca\xc7\x3b\xe1\xe3\x1d\x34\x57\x4e\xf9\x78\x67\x70\x53\x9a\xaf\xa6\x7c\xbc\x33\xc4\x75\x06\xbd\xda\xac\x5a\x93\xe0\xb4\xcc\x67\xb5\x29\x4e\x3b\x81\xf3\x99\x98\x2e\x6d\x53\x1c\x73\x86\x04\xcd\xc2\x50\x36\x25\x41\x4f\x48\xd0\xac\xa5\x63\x53\x46\xc9\x19\xdc\x74\xd0\x04\x3a\xc5\x4d\x67\x70\x53\x96\x8a\xb2\x29\x6e\x3a\x7b\x74\x47\x73\xd9\x94\x59\x72\xc2\x2c\x39\xe8\xad\x98\x32\x3d\x4e\x98\x17\x93\xac\x65\x53\xe6\xc5\x19\xec\x92\x75\xa1\x6c\xca\xdf\x32\x23\xc9\x8c\x35\xa0\x6c\xca\xb5\x3a\x83\x6d\xc8\x5c\x36\x65\x20\x98\x21\x7b\x4f\x86\x02\x4d\x39\x17\x66\x30\x07\xc2\xad\xdb\x94\x73\x61\x06\x07\x60\xe8\xa9\x4d\x71\x80\x19\x62\xf4\x14\x69\xba\xce\x16\x52\x02\x58\x1b\xcb\xa6\x2c\x7e\x33\xa4\x68\x06\x9f\xda\x94\xe3\x61\x86\xed\x80\x21\xa6\x36\x65\x3b\x98\x21\xfe\xc8\xee\x35\x25\xfe\xcc\x13\xcb\xa2\xa5\xbe\xb5\xd4\xb0\xcf\x25\xd9\xb6\xa6\x7c\xab\x13\xbe\xd5\x9f\x95\x96\x6f\x75\x06\x0f\x63\x01\x1f\x9b\x12\xbf\x67\x30\x2a\xd9\xbd\xa6\x18\xd5\x0c\x89\x6a\xe9\x9b\x8f\xba\x7b\xa2\x3b\x6e\xba\xdc\xae\x33\x84\x2d\x16\xd7\xb1\x25\x46\x05\x7c\xbe\xb7\xad\xb1\x8d\x33\x5f\xc1\x3a\x16\x2f\xc2\x25\xd1\x7c\xa5\xf8\x26\x2f\x8b\x25\x8b\xdf\x2a\x31\x3d\x2a\xaf\x4b\x42\xce\x42\x3c\xec\x54\x77\xe5\x56\x53\x7c\x92\xa7\x79\xe9\xc4\xae\x38\xb1\x8b\x7e\xc2\xa5\x13\xbb\x42\xfe\x61\x89\x13\x5b\x92\x7f\x16\x62\xf3\xd3\xe2\xd1\x5b\x32\x07\xae\x16\xd3\xa3\xf5\x71\x31\x17\xde\x56\xc3\x6a\xf2\x9a\x5f\x0a\x61\x03\x42\x5f\xca\x84\xde\xb4\x25\xc7\x2a\xd0\xf7\xde\x36\x4e\x4f\x27\x1d\xc8\x78\x6f\x1b\x57\x4c\x8e\x55\xa0\xe2\xa5\x49\x1e\xbd\xba\x56\x05\x8e\x84\x7c\xf1\x54\x2e\x39\x56\x17\x1c\xab\x2c\x9f\x60\x4b\x72\xd1\x1a\xd1\x9b\xf6\x5c\x4c\x60\x8d\x98\x81\x36\x41\x4c\x00\x98\x74\x6f\x1b\x47\x29\xa7\xeb\x9a\xd1\x1d\xd7\x52\x86\xc7\x05\x48\x6b\x02\x08\xd9\x9a\xa6\x26\x8f\x84\x2c\xb5\xfd\xf4\x76\xe3\x35\x12\x98\x44\xa6\xb5\x63\x90\x54\x80\x96\xb4\xfd\x05\x69\x84\xc8\x19\xb6\x24\x8d\x00\x43\x2e\x65\xd9\xd7\x96\x98\xd1\xb2\x98\x1b\xd9\xfe\x12\x33\x5a\x16\xdd\x91\xed\x2f\x53\x77\x16\xdd\x71\xb9\x5c\x34\xe4\xb1\xcc\xa2\x59\x39\x48\xa3\xd6\xa1\xd8\xe2\x92\x10\xb3\x3c\x7a\x9b\xff\x28\xf0\x2e\xd7\x04\x51\xb5\x63\x52\xe8\x58\x72\x9f\xae\x13\x83\xa1\x76\xbe\xe4\x3e\x5d\x70\x9f\xb2\xb4\x9b\xad\xa3\x4d\x38\xd8\x04\xad\xca\xd1\x26\xdc\x57\x7c\x91\xab\x29\x23\x27\xd0\xe1\xd2\xd4\x82\x29\x2e\x0e\xf5\x12\x53\x66\x72\xbc\x2d\xb9\x2d\x16\x78\x5f\x4e\x3a\x3e\xe2\x7d\x0b\x82\x58\x26\xa0\xaa\xad\x47\xc4\xf7\x44\x77\x1c\x89\x5c\xab\xc0\x95\x4b\x93\x02\xc2\x7a\x44\x7c\x60\x7d\x99\x60\x5d\xb6\xc5\xfa\x00\x0f\x97\x98\x8d\x60\x5b\x32\x1a\x90\xdd\xde\xd7\x16\xdb\x38\x01\x94\x6e\x4c\x59\xf6\xc3\x2d\xbb\xe9\x2e\xf1\x1e\x69\x7d\x4b\xf3\xdb\x90\x55\x58\x87\xce\xb6\x64\x95\x5d\x62\x4d\x68\xa2\xda\x8a\xf1\xd8\x25\x66\xc0\x75\xde\xb2\x2d\xee\x1a\xdd\xd1\xcb\xbb\xab\xba\x43\x9e\x80\x6e\xad\x2d\xa6\xb8\xc1\x14\x09\x9b\x65\x5b\x61\xbd\xbb\x45\xf2\xa1\x16\x45\x61\xbd\x3b\xf0\x6f\x49\x0b\x5b\xfa\xe2\x6e\x31\x10\x4d\x4e\xde\x93\x1d\xfc\x92\xf9\xa9\xb6\xc5\x2f\x77\x8f\x0d\xd7\x28\xe5\x93\xdd\xf0\xc9\xea\x6a\xdd\x7d\xa8\x69\xa1\x89\x3b\xa0\x38\x94\x0d\x2d\x33\x67\x92\xde\x96\x96\xb9\xa1\x65\xb2\x8c\x9e\x6d\xc9\x4c\x3b\xb8\x6c\xa6\x85\x6a\xcb\x5d\xbb\x83\x95\xb2\x8e\x98\x6d\xb1\xd2\x1d\xc9\x9a\x8a\x06\xde\xf2\xc9\x6e\xb0\xcb\xf5\xd3\xa4\xcd\x81\x1a\x99\x59\x36\xc2\xb6\x78\xe2\xde\xd1\x1d\x55\xd3\x2d\x0d\x0d\x78\x21\x69\x25\x35\x99\x9a\x1c\x4d\x1c\xe4\xfe\xf9\x62\xac\x09\x19\xd8\x96\x05\x74\x5b\xf4\x46\x2e\xb5\x4d\xbd\x21\xa5\x41\x62\xc3\x96\x99\x73\x7b\xac\x17\xe5\xba\x2d\x53\xe6\x0e\x9e\x28\x03\xe2\x96\x03\x67\x9f\xbf\x36\x0e\x45\x2c\x6a\x9f\xe8\x8e\x23\x39\xda\xd5\x27\xd6\x4b\x34\x24\x5f\xe7\x8e\x23\x2e\x43\xa0\x31\x51\xdc\x0c\xd2\x4d\x66\xb9\x0e\x33\x49\x37\x86\x10\xaf\x2c\x23\xa1\xc9\x60\x69\x90\x7c\x32\xa1\x1f\xcd\x24\xf9\x18\xfc\xa0\x59\xf1\x95\x26\x27\x87\xa5\x18\x0b\x2f\x34\x93\x54\x64\x80\x9d\xcb\x44\x69\x37\x93\xb3\xd3\x4a\x8c\x93\xc1\x5a\x26\xf5\xc7\x50\x8c\x9d\xd5\x7c\xcc\xe4\x92\x30\x94\x2f\xc9\x44\xa8\x35\x63\x06\xa4\x19\x6a\xe8\xc8\xd7\x69\x85\x87\xdc\x6a\xf4\xc6\x0d\x32\xa5\x03\x18\xdc\x15\x4c\x14\x32\x63\x7a\x91\xa1\x1e\xea\xfb\x1a\x27\x27\xbe\x81\xda\xa8\x3f\x12\x9f\xc9\x25\x61\x2d\x7a\xa3\xe9\xca\xe4\x92\xb0\xe0\x1b\x32\x9c\x9a\xf8\x86\xa1\x52\x53\x26\x04\xb9\x99\x78\x83\xf5\xd8\x03\xf2\x22\x93\x6b\xd5\xe0\x3e\xcd\x04\x02\x37\x93\x98\x62\x71\xee\x2a\xd5\x18\x9b\x3f\xef\x3d\xd1\xc6\xf7\x14\x0b\x61\xb0\xc6\x66\x59\x63\x4d\xd6\x58\x8b\xf3\x4a\x1c\x08\x33\xa9\x46\x16\x42\x4c\xd5\xbe\xea\x54\x5a\x48\x23\x44\x82\x30\x93\x34\x62\x28\xf6\x95\x09\x9b\x69\xa6\x53\x69\x16\xe3\xe4\x85\x60\xf2\x30\x58\x1c\x4b\x82\x41\x98\xe9\x58\x5a\x1c\x4b\xc2\xa5\x9a\xe9\x58\x9a\xc7\x37\x29\x42\x9b\x74\x23\x83\xc0\x91\x09\xd3\x6a\xa6\x90\x07\x7b\xe2\x9b\xbc\x4a\x4c\x0a\x89\x41\x21\x61\xe9\x43\xb3\x47\x94\x14\xc7\x99\x05\x50\xcc\x74\x9c\xed\x89\x6c\x5a\x3a\x50\x80\xf7\xf3\xfd\x39\xa2\x6d\xb0\x6d\xaa\x0d\xdd\x71\xe6\x02\xf8\x31\x07\xf0\x03\x4b\x24\x9a\xeb\xa0\x3b\x3c\x13\xb9\xd1\xcc\xe1\xf2\x8f\x7a\x02\x4e\x24\xef\x34\x81\xff\x98\xc3\x07\x9a\x1b\xe5\x5d\x97\x0f\x14\xe8\x3f\x89\xc8\x50\xe6\x04\x01\x35\xa0\xff\xbc\xaf\x2d\xb6\xa9\x37\x18\x55\x98\xc9\x66\x2e\x13\x35\x90\x80\x52\x26\x90\xb1\x39\xb3\x12\x2d\x4a\xf4\x66\x82\xcc\x9a\xcb\x09\x0a\x6c\xa0\x1f\x45\x45\xd8\x40\xe6\xc1\x70\x14\xba\xe4\xf2\x90\x78\x08\x31\x8d\x22\xa6\x8b\xe3\x78\x48\x23\xb2\x88\xbb\x9c\xa0\x80\x03\xca\x17\xaf\x50\x97\xa0\xe2\x2f\x57\xc9\xd7\xb5\xfe\x4d\xdc\x75\xf9\x48\x51\x50\x38\x65\xe2\x15\x9a\x8b\x21\x79\x0d\x32\xa2\x21\xca\x99\x94\x6d\xfe\x8a\x3b\x99\x25\xc9\x4c\x80\x44\xe6\x35\xe6\x40\x51\xd2\xc5\xac\xbc\xc5\x52\x53\x96\x74\x99\x71\x3c\x54\xa3\xc6\xe0\x0a\x97\x6a\xe4\x13\x13\xe4\xc5\xec\x8a\xbf\xf2\xe0\x47\x72\xeb\x0b\xd7\xc7\x1c\x6a\x53\x96\x39\xd9\xa5\x37\x01\xf3\x27\x13\xd0\xd6\x5c\xba\x11\x80\x7d\xde\xd7\xb8\x0b\x4b\x23\x59\x18\x09\x2f\x6d\x57\x30\xbb\xaf\x8d\x26\x2e\x97\xc2\x51\x01\xf2\x93\xb2\xfc\xec\x2e\x4f\x2e\x50\x7f\x7e\x34\x42\xa1\xfe\x98\x07\x5f\x54\xa0\xa7\x8b\x2f\x3a\x42\x55\xb3\x02\x3d\x5d\xb1\xaa\x40\x07\xca\x17\x6d\x99\x2e\x96\xe9\x21\xac\x10\x5b\xcf\x5c\x9e\x5c\x60\x00\x65\x16\xd9\x34\x97\x1c\xe3\x86\x69\x6b\x45\x64\x69\xf6\x50\xed\x3a\x45\x1c\x97\x6a\x07\x50\xa0\xcc\x32\x9b\x26\x50\x20\xf3\xe0\xb3\xf2\x60\xbb\xf8\xac\x07\x9f\x25\xb2\x83\x09\x16\xc8\x1c\xd1\x63\x99\xd0\x0e\xe6\x72\xd7\x3a\x90\x2f\x15\xda\xe2\x72\xd7\x02\x17\xe8\x7d\x8d\xa3\x54\xf8\x8a\x87\xd4\xd4\xa9\x65\xba\x5c\xb9\x7e\x62\x76\x64\xeb\x2e\xcd\xce\x43\x9f\xea\x64\xeb\x2e\x7d\x0a\x78\x3d\xf9\xd2\xee\xc8\x39\xe7\xc1\x9e\x07\x4d\x50\xfe\xfc\x7c\xf2\x89\xb6\xaf\xbb\x23\x85\xea\x84\xb4\x25\xe7\xd6\x51\x08\xff\xb9\xb0\x3f\x4d\xaf\x6d\x35\xc5\x27\x49\xb2\x47\xd6\xeb\x13\xfc\x79\x50\x28\x3c\xf2\x1c\x9f\xe0\xa6\xf2\xef\x9c\xfc\xd3\x16\x53\x20\x61\x1e\xd9\x9a\x4f\xf0\xb0\xa1\xb1\xc8\xce\x74\x42\xa3\x92\xf5\xf7\x48\xa3\x3a\xaf\x46\x95\x15\x0c\x24\xec\x1b\x3b\xc1\x89\x64\xa3\x3e\xd2\xb6\x4e\xb0\x1b\x19\xa9\x05\x8c\x63\x27\xe4\x1f\xc5\x58\x1e\x99\xa0\x80\x84\x93\x2f\x92\xd8\x91\x09\xea\x84\xda\x34\xc8\x89\x8e\x8c\xc6\x27\xcc\x4c\xac\xa8\x61\x47\x2e\xb8\x03\xaf\x57\x56\x8c\xe5\x51\x70\x29\x10\x68\x32\xeb\x93\xda\x21\x80\xb0\x9d\x60\x7c\x93\x1c\xe0\xc8\x21\x76\x80\x67\xa6\xaa\xfc\x76\x08\x68\x66\xc0\xa0\xc9\x2c\x71\x6a\x47\xcc\xed\x84\xb0\x25\x03\xdb\x51\x20\x3e\x40\x68\x32\x2b\x9f\xda\x91\x43\x0c\x65\xb5\xdf\xd7\x48\x0e\xe2\x6e\x27\xb8\x9b\x96\x59\x0e\xb1\x13\x6c\x8a\xf8\xe4\x26\x58\x1a\x3b\xc1\x6f\x08\xb6\x60\x47\x06\xa3\x13\xca\xd1\xa4\xf8\x76\x64\xa1\x3e\x27\xbe\x49\x43\x93\xd0\x62\xec\x1c\x10\xfb\x54\x93\x66\x10\x47\x99\xb5\x9b\xec\x9c\x9f\x4f\x5a\xb4\x71\xcb\x75\x94\x51\xae\x3b\x65\x45\x58\x1e\x99\x93\x0f\x4c\xc6\x2a\xe7\x6e\x47\x26\xe3\x13\x2c\x60\xd1\x2e\x7c\xe4\xdb\x3a\x21\xbd\xb1\x28\xbb\x1d\xf1\x80\x13\xe7\x9c\x05\xd8\xed\x96\x56\x05\xfc\x98\xa4\x6a\xe8\x76\xcb\x0b\x7f\xc3\x4d\x95\x89\x5d\x6b\x37\x01\xb8\xec\xbe\xc0\x6c\xe9\xce\x10\xa2\x8c\xdd\xc1\x03\x88\x78\x60\xb7\x78\xc0\x1d\x3c\x40\x1a\x90\xe0\x66\xec\x0e\x65\x8c\x65\xcd\xed\x56\xb2\xf4\x8d\x12\xf4\x32\x34\xdd\x12\xc4\xee\xd0\x80\x58\x8b\xdc\x6e\x69\x40\xc0\x83\xf9\xb1\x41\xdd\x12\x46\xee\xe0\x0e\x8b\x2a\xc9\x2d\x2f\xfc\x1d\x2c\x60\xd1\xf8\x76\x4b\x3b\xba\x43\x05\x22\x82\x81\xdd\xf2\x29\xdd\x0d\xdd\x91\xd7\xde\xd2\x80\x00\x11\xf3\x63\xbb\x12\x44\x8c\x01\x12\x26\x95\x8b\xa7\xfc\x56\x48\x2a\x30\x62\xb2\x12\xc1\x85\x11\x63\x37\x18\x47\xb9\x34\x39\x31\x0e\x80\xc4\x24\xd5\xf5\x36\xe0\xbf\x7c\x7f\x46\x77\xa4\xb0\x5b\x56\x15\x60\xbf\x64\x62\x2e\xda\x4d\x6c\x2c\xbb\x07\xe6\x26\x1a\x92\x7d\xfa\x1e\x3b\xbe\xc8\xde\x86\x7a\x1b\xd8\x38\x2a\xed\x02\x83\xb1\x7b\xc4\x40\x78\x57\xdc\xf2\xdb\x03\x28\x26\xa9\xca\xb7\xdd\x62\x53\x80\x83\x79\xdb\xd8\x9d\xfc\xf6\x80\x86\xc9\x89\xac\xe8\x96\xa0\x75\x83\x15\x25\x11\xb3\x72\x82\xee\x15\xcb\x45\x75\xf1\x56\xde\xcf\xfd\x72\x25\x58\x01\xff\x49\xdc\xbd\xe5\xd6\xbf\x77\x7c\x55\xb4\x2e\xc9\x08\xd8\x31\xa9\x5c\xf4\x91\xde\x4a\x8a\x06\x98\x4c\x4e\x3a\x3e\x12\x2c\xee\x13\xcb\x22\xe2\x93\x6f\xeb\x7e\x19\xd3\xdb\xc6\xa5\x3e\x43\x6d\x13\x9f\xe4\x4a\x8b\x51\xdd\x27\x46\xa2\x93\xac\xb8\xd8\x1b\x71\xb1\xe5\xe7\xfc\xc8\x64\x7c\xdf\xa0\x87\xaa\x26\xd1\x03\xcc\xc2\x2a\xfd\x6c\xb7\xcc\xc2\x80\x8d\x49\x45\x07\xe1\x91\xa5\x16\x38\x31\x49\xd5\x90\xed\x91\x4a\x08\xa0\x98\x4c\x30\x48\x7b\x24\x73\x3c\x29\x5e\xe3\x82\x3d\xf2\x8a\x3f\x29\x5e\x2b\x6c\x32\x35\x81\x54\xa8\x88\x3d\x72\x98\x3f\x25\x06\xa9\x36\x69\x46\x00\x7d\xc9\xac\x26\x6c\x8f\x72\x8a\x3f\x10\x18\xb2\x94\x47\x8e\x2d\xa0\xc0\xa4\xc2\x82\x27\xf6\x88\xdd\x00\xeb\x25\xa9\x16\xae\x3d\x0a\x81\x07\xee\x4b\x26\x58\xa4\x3d\xf2\x79\x3d\x2f\xe3\x49\x45\xe6\xd1\x47\x46\xdc\x07\x5a\x85\xaa\xe3\xda\xa3\x84\x8f\x27\x00\x05\x64\xef\x7b\x74\x4b\xa2\xf4\x7c\x52\x25\x4c\x7b\xe4\x90\x7d\xe0\xe8\x50\x89\x49\x7b\x14\xd6\x08\x4c\x92\x2c\xb8\x87\x47\x4e\x8e\x27\x48\xbd\xd0\x9a\xf9\xc8\x1e\x11\x20\x25\xaa\x29\x69\x02\x29\xb1\x00\x29\x29\xb2\x05\x0a\xa4\xc4\x9e\x13\xb8\x27\xbc\xb5\x1e\xf9\x71\x03\x1a\x44\x45\x20\x5d\xd0\x20\x7e\x95\xf8\x66\x67\x1b\x8d\xf3\x8e\x0a\xf2\x49\x05\xd9\xfc\xe2\x52\xfb\x05\xd9\xae\xb0\xdc\x93\x5f\xe4\xec\x7e\xc1\x26\x5e\xea\x27\x74\xf8\xd5\x7e\xbe\xf9\x44\x5b\xf9\xda\xe8\x43\xf4\x2b\x78\x34\xe1\x48\xfd\xa2\x0f\xd1\xaf\x0e\xb2\x9d\xfc\x24\x8d\xe2\x7e\xcd\xf8\x64\xe7\x27\x97\xa6\x17\x2c\xee\x13\x9b\x5c\x50\x17\x7e\x05\x41\xb4\x8f\x58\xfc\x22\x41\x78\xc0\x60\x94\x76\xe9\x93\x9a\x1d\x94\xc9\xc2\x42\x4d\x7e\x6d\x75\xb7\xa3\x3b\x35\x75\x35\x61\x51\x08\xb5\xe9\x17\x3d\x7e\x7e\x6d\xd0\xca\xe2\xe4\x08\x14\xeb\xd7\xab\x1f\x66\xd6\xf3\xf0\xcb\xb4\x5c\xa8\xad\x5e\x98\xc6\xe7\xc2\xc1\x70\xe0\x5e\x64\x9e\x1f\x07\xf8\xc5\xf7\x67\x0c\x44\xbb\x6a\x1a\x88\xc5\x40\x26\x9b\x34\x10\x47\xf1\x82\x8b\x63\x74\xad\x64\x1c\x11\x66\xff\xf9\xe5\x9a\xb6\xc7\x4a\x16\xae\xa4\x6b\x4f\x7d\xe1\x93\x1c\x88\x6b\x4f\xe3\x64\xb5\xc2\xd5\x72\x91\x50\x1c\x1f\xda\xc9\xfc\x3a\x5a\x93\x13\xdd\x55\x0e\xe5\xa8\xbb\x13\xdd\x71\x72\xc7\xd4\xf4\xce\x9b\x80\x95\x7e\x31\x4b\xc2\xaf\x3b\xc8\xa4\xf2\x35\xa6\x5f\xfa\x05\x8e\x9f\x13\xe7\x76\x6b\xde\x77\x0c\xa4\x71\x72\xb7\x28\x28\x6e\x83\x26\x3a\xbf\x35\xb9\x27\xba\xfb\xd4\x79\xbf\x1e\x75\xf7\x44\x77\x9c\xf7\xa3\xf5\x8a\x23\xde\x3e\x76\xe3\x89\x02\xad\xa7\x2b\x3e\xf9\x69\x2a\x9e\xe8\x26\xf0\xc0\xf1\x28\x2c\x7e\xe1\x89\xae\x40\x0f\x44\x8e\x42\x6b\x91\xa7\xa4\x6f\xa6\xd8\xf2\xc9\xf7\xe8\x26\x74\xc0\x6c\xa4\xd2\x3e\xc6\xee\x89\x52\xab\xa7\x57\x4a\xcd\x2c\x92\xee\x29\xeb\x93\x39\xc8\x79\xf1\x93\xc4\xdd\xf0\x94\xeb\xfb\x5a\xe1\x17\xb3\x7a\xcb\x03\x4d\x85\x4d\x53\x4d\x18\x08\xf3\xa1\x3d\xe5\x9f\x81\x60\xc7\x49\x5f\x89\xb1\xaf\x8e\x7a\x14\x99\x55\xc3\x3d\xd1\xb0\xe8\x01\xc8\x51\x98\x10\xe5\xa9\xa8\xb7\x02\xf2\xaa\x1c\x23\x3d\xa0\x9e\x82\xc9\x76\xd2\x57\x12\x93\x0d\xb4\x8e\xc2\xc0\x51\x4f\x55\x4b\x12\x57\x24\xab\x37\x78\xaa\xea\xae\x46\x77\x6a\x32\x35\x61\x6e\x95\x13\xa0\x75\xd0\x03\x75\xa3\xf4\xcc\xe5\xa2\xac\xee\x40\xdd\xc8\x84\x90\x71\xa1\x6e\x78\xa0\x6e\x14\x06\x8d\xba\x50\x37\x3c\x50\x37\x4a\xd7\xe6\x88\xdb\xa7\x90\xc8\x3b\x6f\x9e\xd4\xd5\x5d\x8f\xee\xd4\x34\xd4\x84\xb9\xf1\x7c\x24\x31\xfb\x14\xb2\x3a\x4d\x79\x9e\x86\x96\x6b\x44\x6f\x3c\xaa\x69\x88\xd0\x47\xcc\xa0\x71\x94\x43\x33\x40\xc9\xde\xd2\x35\x94\xa9\x99\x87\x68\xdd\x7b\xff\x27\x69\xd7\xd3\x14\x89\xcd\xfb\x9d\x05\xaf\xa5\xb4\x34\xd2\xb8\x7b\x98\x9a\xe1\x40\xe9\xf8\xfe\x8c\x1e\x75\x24\x97\x3e\xb9\xb0\xb3\x9d\xdb\xb0\x45\x9a\x3b\x26\x31\x39\x09\xdd\x3d\x81\xe5\x51\xba\x4e\xeb\x16\x1d\x6d\xac\xb5\x98\xc3\xd6\x5a\xc7\x95\x45\x40\x56\x4f\x5b\x3b\x1b\x22\x53\xd7\x21\xd7\xc5\x94\xde\x0b\xe5\x6d\xe3\x37\x4d\x04\x08\xdb\x62\x19\xbc\x3d\x93\x6b\x8f\xe2\xae\x18\x3a\x0a\xae\x3d\x8a\x0b\x61\xe8\x28\xe8\x42\x08\x58\x91\xc2\x28\x56\x17\xac\x88\xa7\xd0\x01\x46\xe6\x7b\x47\x2b\x0d\x1d\x20\x4f\x6e\xc2\x51\x77\xa1\x03\xb0\x44\x94\xa7\x5b\xd3\x8b\x1b\x61\x88\xa8\x6f\x75\x17\x6c\x7f\x88\x79\x88\xed\x07\xae\x48\x61\xc1\x72\x4f\x4c\xbb\x77\x40\x8c\x64\xc2\x65\x7a\x12\xd7\x4f\x4f\xcc\x5c\x54\xfd\x88\x1e\x1e\xd0\x83\x36\xe1\xd1\x42\xc7\x8d\xc0\x98\x53\xcf\xba\x11\x02\x8d\xa4\x30\x94\xd8\xb3\x6e\x04\xc0\x84\xa4\x42\xa4\x55\xcf\x34\x71\x38\x70\x42\x72\xfe\x74\x2d\xcf\x74\x35\x79\x0e\x95\x83\x41\xa7\x9e\xa9\x72\x78\x86\xca\x41\x64\x27\x17\x6e\x88\xe7\xb8\x2b\x18\x6d\xeb\x99\xee\x66\xcf\xe9\x8e\x36\x8e\x32\x91\x47\x67\xdc\x23\x2c\x16\xef\x82\x1b\x71\xd4\x42\x4b\x85\xd6\x4a\xcf\xba\x11\x72\x5e\x78\xed\xdb\xb9\x5c\xf4\xda\xcb\xe5\x33\x13\x75\x5c\x20\x25\x9e\x83\x0d\xd3\x20\xe9\x99\x9a\x8a\xe7\xd0\x54\x66\xe2\x72\x51\x53\xf1\x0c\x4d\x85\xda\x81\x67\x89\xcf\x39\xf8\x30\x03\x1a\x3d\x37\x75\x17\xcc\x76\x66\x4e\x40\xcc\x36\xb0\x4d\xca\x24\xff\x16\xb6\x89\xa3\xa0\x5b\x2a\x34\x56\xba\xea\xb8\x79\x86\x4b\xb9\x4c\xd2\x6c\xee\xda\xd5\x7e\x30\x4c\xce\x9c\xe1\x79\x9e\x83\xdb\x32\x06\xcf\xb3\xb8\x6d\x60\xa2\x14\x02\xc3\x7a\x16\xb7\x0d\xe0\x93\x32\x79\x3b\xe5\xa1\xee\x60\xff\x28\x9a\xc1\xd4\xaa\xcc\x98\x39\x19\x71\x9e\xda\xba\x89\xad\xe3\x81\x14\xee\x89\x07\xee\x49\x99\x9d\xa3\x14\xa7\x0d\x00\x93\xc2\x10\x5d\xcf\x92\xe4\x03\xc0\xa4\x30\xc8\xcb\xf3\xd2\xcc\x77\xcc\x4e\x84\xc9\xda\x5f\x9e\xff\x6a\x7f\xf1\x35\x71\xda\x1c\x9c\x76\x52\xe1\xc8\x5b\xdd\x05\x3b\x65\x48\x96\x67\x69\x00\x40\x33\xc9\xa5\xa8\x37\x8d\xc4\x62\x24\x64\xde\xd9\x34\x12\x8b\x91\x90\x8a\x4c\x8b\x12\xca\xe2\xd4\x61\x3d\xea\x0d\xe2\x6e\xd1\xce\x49\xdc\xcd\xc1\xf8\x18\xa7\xe2\x59\x8c\x2f\x87\xf1\x83\x96\x51\xcf\x34\x7e\x38\x40\x49\x72\xd1\x86\x8b\x27\x06\x12\x49\x59\x5a\x2f\x22\x91\x78\xbe\x63\x24\x9c\xdb\x23\x62\x78\x02\x5b\x8f\x02\x55\x7e\x44\x0c\x0f\x88\x81\x4a\x64\x7e\xf4\xc5\x97\x3b\xe6\xd2\x38\x90\x47\x0c\x25\x58\xe2\x62\x6f\x45\x2c\x31\x20\x45\x0a\x43\x43\xbc\xd0\xd2\xe2\x40\x17\xc9\x2c\x4b\xe6\x85\x96\x16\x2f\xc1\x2d\x57\xd3\x27\x5d\x6d\x98\x5b\xd7\x17\xb9\xca\x25\xc5\x4a\x52\xca\x17\x12\x89\x03\x89\x24\xb3\x44\x8d\x0b\x89\xc4\x4b\x30\xd9\x45\x65\xbd\xd0\x69\xef\x81\x52\x52\x98\x73\xef\x42\x29\xf1\x92\xa3\xd4\x26\xe5\x86\x42\xcf\xbc\x97\x1c\xdd\x71\x02\x12\xad\x4b\x70\xd2\xc5\x33\x50\xc4\x49\x4b\x70\xd2\x9f\x2f\x6a\x4d\x6a\x8d\xd7\xb8\x5e\x55\x9f\x84\x8a\x5f\x19\x42\xec\x45\x2a\x7e\x81\xd4\xc7\xb8\x1d\x2f\x92\xfa\x0a\xd8\x57\x65\xb8\xac\x97\xae\xc9\x81\x47\x55\xe2\xcf\x7a\x19\x5a\xcb\x11\xdd\x91\x2c\xcb\x50\x77\x23\xba\xe3\xc4\x87\xba\x1b\xd1\x9d\x88\x41\xec\xab\x04\xfb\x1a\x1c\xc9\xd0\xae\xc2\x44\x5b\xaf\xc6\x19\xd0\x44\xeb\x65\xc6\x48\x44\x44\x53\x5b\x37\xa3\x3b\x5e\xb9\xc2\x30\x71\x94\x55\x7b\xdb\xb8\xe5\x2e\x9a\x85\xb2\x5b\x13\x65\xa2\x22\x65\xb7\x40\xd9\x25\x7c\xa6\x97\xa3\xd9\x81\x33\x54\x26\x66\x7b\x39\xea\x0e\x66\xa4\x9a\xea\xbf\x81\x91\x79\x61\x34\xad\x97\x1b\x57\x32\x45\x98\x22\xe6\x10\x40\x1f\x95\xd6\x56\x2f\xb7\x06\x7a\x63\xa0\x14\x61\xca\xad\x81\xde\x81\x16\x59\xf5\x49\xad\xf5\x13\x90\x90\x94\xe7\x8b\x24\xa6\x02\x3d\x99\x88\x77\x5e\x1e\xd1\xdf\x13\x23\xd1\x79\x7d\xb4\x0d\x60\x0f\xaa\x68\xee\x82\x15\xf1\x7a\xc5\x7b\x3c\x5d\x55\x7a\x72\x40\x8e\xd4\x44\x11\x5a\x90\x23\x5e\x73\x0c\xf3\x0b\xdc\xf1\x4a\x2f\xae\x57\xa8\xa7\x55\x26\x95\x4a\x2f\xae\x57\x04\xbe\x54\x46\x6c\x7a\x95\xa4\x12\xd8\x21\x55\xd6\x0a\x61\x87\x78\x2d\xf1\x4d\xca\x1c\x95\xc9\x09\x5e\x5f\xa5\x33\x13\x5a\xd4\x2b\x93\x13\xbc\x42\xc2\xa9\xcc\x4b\xf7\x2a\x09\xa7\xf6\xe8\x8e\x62\x45\x95\x0e\x57\xa1\xc3\x31\x18\xcd\x85\x0f\xe2\x35\x4e\x3a\x0b\x07\x78\xed\x3f\x9f\x8c\x51\x6a\xa5\x75\x9c\x51\x15\x35\xd5\x4c\xfe\xa7\xb2\xa8\x5e\xe1\x71\xa9\x9a\xf8\x50\x77\x28\x65\x55\xa5\x1a\x55\x1d\xe7\x80\x23\xa9\x0c\xd9\x74\xc1\x91\x78\x5d\xd1\x1d\x99\x55\x95\x15\xb0\xae\x18\x26\x2d\x12\x75\x69\x98\x70\x9e\x56\x89\x92\xd5\x34\x3d\x58\xd8\x2a\x6d\xb1\x5e\x4d\xef\xc1\xd3\x59\x65\x8b\xad\xa2\xf7\x0a\x05\xa1\x16\x8d\x45\x0a\x42\x85\x82\xc0\xea\xd9\x2e\xf4\x0c\xaf\x71\x14\x58\x68\xcc\xeb\xa3\x29\x04\xbd\x33\x04\xd1\xab\x6e\xca\x8a\x58\xb4\x4a\x40\x49\x17\xb2\x86\xb7\x0b\xdd\x51\x6b\x6a\xf4\x49\x78\xbb\x62\x76\x3c\x5e\x8d\xa9\x7a\xde\xe2\x28\x54\xae\x4a\xd3\x51\x08\xb0\x8e\x5a\x49\xd2\x8d\x8e\x4e\x07\xc8\x46\xaa\xda\x59\x41\x6b\x38\xe0\x32\xde\x36\xbe\xa7\x5b\x08\x05\x66\x33\xe1\x4c\xbd\xe9\x16\x6a\x71\xba\x88\x90\xea\x2a\x39\xeb\x81\xad\x51\x2b\x49\x5a\x45\x67\x3d\x40\x32\x2a\x83\x28\xbd\xc9\xc4\x03\xbc\x8c\x4c\x38\x53\x6f\x3a\x41\xc0\xc4\x48\x95\x59\xeb\xde\xe8\x73\x75\x80\x64\x28\xbc\xd2\x05\x92\xe1\x2d\x0e\x1e\xb3\xd6\xbd\xc9\xc2\x03\x00\x8d\x5c\x79\xaf\xb5\xea\x6a\xba\xd1\xc4\x65\xa6\x37\xd6\x1b\x62\xdc\x2b\xb1\x40\xbd\x31\xc6\xdd\x01\x97\x91\x89\x2e\xea\x8d\x05\x3b\xbc\x21\x1e\x43\x26\xfb\xd6\xb4\x92\x88\x1a\xab\x32\xcb\x37\x19\x78\x5a\xc3\x40\x28\x88\xb5\x2e\x12\xea\x51\x13\x9c\x8b\xd5\x45\x42\xc1\x52\x08\xda\xe9\xad\x8b\x14\x82\x6f\x54\x9e\xff\x26\xbe\xd1\xe2\xaa\xaf\x9d\xdf\x1c\xea\x6e\x44\x77\x5c\x64\x49\x01\x2d\xd8\x06\xaf\xd7\x26\xb6\xd1\xe2\xa6\x67\xb8\xa9\x37\xdd\xf4\x0d\x37\x3d\x23\x58\xbd\xe9\xa6\x6f\xc1\x51\x58\x90\xda\x9b\x38\x4a\x0b\x29\x80\x51\xaa\xde\x24\x05\x34\xc4\x93\x54\x46\xa9\x7a\x93\x82\xd3\x42\x0a\x20\x10\x81\x37\x99\x92\xda\x8c\xa1\xb0\x3b\xb9\x31\x5a\x40\xbf\xb2\xf6\xb4\x37\x99\x92\xda\x9a\xef\x6b\xbc\x98\x9a\x74\x9f\x16\xbc\x8d\xb1\xad\xde\xc4\xdb\x02\xf8\xa4\x12\xa2\xd1\xdb\xd6\xec\x36\xf8\x17\x31\x1a\x5d\x08\x26\x0e\xe8\x91\xa4\x92\xfe\xde\xa4\xa9\x00\x8b\x24\xff\x2c\x98\x69\x0f\x82\x95\xb6\xac\xd7\xb4\x28\x06\xb2\xd4\x5a\x12\xa6\xc4\x01\x4b\x92\x89\xb6\xea\x4d\xbe\x8a\x80\x22\xa9\x8d\x3a\x66\x73\x0d\xc4\x71\xaa\xa8\x4d\xa9\x72\xb3\x47\xe5\xe6\x9f\x25\x39\x5a\xe5\x13\x5f\x14\xa7\x91\x89\x29\xa0\x48\xaa\x5c\x1c\x82\x22\xf1\x06\x75\xaa\x12\xe1\xd0\xdb\xad\xee\x5e\xcd\x2a\x37\x5e\xff\x4d\xde\x83\x40\x30\xa9\x0c\xdc\xf5\x76\x8b\x16\x5e\x21\x28\x37\xb1\xd8\x47\x9b\x13\x37\x01\x01\x02\xbd\x49\xf2\x69\xef\x4d\x90\x59\x04\xce\x9b\xb4\x29\xd4\xbb\x7d\x5f\xe3\x20\x65\x61\x02\x5e\x4a\x6e\x34\x6f\x08\x2e\xc5\x3b\xee\x08\x39\xb4\xba\xee\x88\x7e\x05\x1e\x31\x0f\x78\x97\x81\xa9\xbf\x8a\x55\x6e\x64\xe7\x5d\x92\x54\x8f\xab\x85\x68\x15\xde\x75\xb5\x04\x38\x4b\x25\x08\xa0\x77\x5d\x2d\x81\xb2\x52\x59\x2a\xdc\xbb\x8c\x4f\x00\x5c\xc9\x22\x85\x4e\x7f\xb7\xf7\xe4\x68\xfa\x37\x24\x32\xef\xba\x93\x7a\x88\x75\x72\x9b\x74\x29\x54\x1d\x0a\x15\x51\x32\x5d\xa8\x2e\xde\xe3\x2a\x23\x1e\xac\xf7\xac\xb9\xc7\x7d\x45\x9c\x0b\xef\x72\x56\xf4\x8c\x2d\xe7\x75\xd5\x75\x5d\xf5\x02\x76\x4f\x18\x59\x07\x3a\xcc\xf7\x27\x46\x42\x51\xa3\x4b\x16\xec\x25\x56\x93\xd6\x81\x5e\xb5\xaf\xf0\xe7\xcb\x85\xd6\xab\xf6\x35\x6e\xb9\x46\xce\xd0\xab\xf6\x35\xae\x32\x62\xd3\xb9\xa0\x67\xbc\xc3\x4a\x56\x3b\x89\xb6\xcb\x4a\xd6\x5b\x74\xa7\x26\x4d\x00\xf7\x15\x11\x34\xbd\xcb\x23\xd1\xe1\x75\xa8\x72\x9b\xf4\xa6\xc9\xbd\xf7\x93\xe2\xd0\xbd\x33\xca\xd9\x7b\x8b\x81\xd0\xee\xd6\x65\x3f\xeb\x21\x95\xb2\xce\xaf\x77\x49\xa5\xbd\xdf\x01\x25\xcd\xc9\x0d\x2d\x4a\x28\x99\x72\x72\x74\x29\x99\x1d\x4a\x26\x63\xdb\xbd\x4b\x2a\xed\x71\xf5\x74\xad\xf3\x50\x77\x71\xbf\xc8\xcb\xd1\x75\xbf\xf4\xd0\x24\x89\x7f\xe1\x5d\x77\x48\x9f\xd1\x1d\x67\x3e\x35\xf3\x10\x74\xe5\xe4\xe8\x4b\x24\x8b\xa8\xea\x9f\x63\xb7\xb4\xce\x2b\x7a\xd3\x49\xd6\x1d\x12\xc0\x40\x95\x20\x17\xde\x75\x87\x04\xc2\x4f\x65\x7c\xb1\x77\xd9\xcf\x00\xf6\x93\x09\x20\xe3\x5d\x57\x48\xdf\x31\x71\x5e\x59\xdd\x44\x28\x88\x8f\x66\xd5\x7f\x17\xc0\x8f\xf7\xb8\x79\x08\xfa\xea\xdd\x44\x97\x71\xbd\x30\xbc\xd8\xbb\xae\x97\x6e\xa8\xbb\xff\xd3\x9b\x98\x43\x28\xde\x9d\x1a\x74\x77\x8d\xc4\x63\x24\x9c\x80\xfc\xdd\xdd\x63\x4d\x78\x1d\x77\x17\x5d\x22\x24\xa4\xf1\x32\xeb\xae\xdd\xf1\xe8\x8d\x9e\xf7\x2e\x9f\x76\xa0\x17\xd5\xc1\x8b\x42\xe8\x45\xde\x43\x97\x1f\x54\xea\xba\xac\x7c\xfd\x44\x77\x9c\x80\xac\x7c\x3d\xae\xa5\xc1\x9b\xba\xeb\x5a\xea\x71\x2d\xf1\x82\xec\xb7\x96\x39\xf4\x78\x39\x68\x54\x09\xdb\x51\x09\x3b\x13\x8a\xc7\xbb\xf4\x9a\x1e\xb7\x99\xfc\x33\x5d\xfe\xee\x80\x5f\xaa\x43\x87\x4e\xd7\x59\x40\x2c\xd5\x21\xde\xad\x3b\x0b\x68\x4b\x99\x15\xef\xbd\xcb\x17\xde\x9f\x3f\x74\x73\x7d\x52\x13\x0f\x1d\x9f\x58\x22\x2e\x64\x26\x1f\x57\xac\x33\xc5\xfb\xc1\x00\x6f\x1f\x08\xf0\x26\x62\x90\x0b\x99\xc9\x47\x98\x06\x58\x8d\xcf\x87\x2e\xb4\x11\x17\xda\xa0\x0c\x3f\x74\xa1\x8d\xd0\x87\x06\x19\xdf\x48\xea\x0e\x36\x40\x39\xae\x87\x3c\x26\x28\x1e\x9f\x2a\x71\x46\x7c\x64\xcd\x20\x27\xbc\xc6\x2f\xe6\xac\xa6\xe8\x8d\xac\x61\xc8\x10\x11\xd8\x52\x55\x2e\x9f\xa1\x6b\x69\x84\xaa\x44\xa0\x11\x1f\x45\xdd\x95\xe8\x6e\xb2\x69\xaa\x29\x26\x3e\xf4\x9a\xab\xed\xa5\xcb\x4e\x13\xc5\x90\x16\x35\xe2\x5a\x92\xcb\x67\xc8\x19\x1e\x00\x52\x55\x7e\x1d\x01\x48\x39\xf0\xa2\xde\x36\x7e\x53\xba\x12\xf0\xa2\xb2\x38\xfe\x68\xfa\x64\x7b\x45\x11\xa2\x2b\xf9\x90\xa3\x65\xc4\xfd\xc2\x3a\x7a\x3e\xa4\xf4\x04\x7e\x54\x25\xe2\x89\x0b\x3f\xca\x03\x23\xaa\x0e\xda\x0c\x84\x11\xe5\xa3\x03\x30\x7d\x6a\x7f\xe4\x84\x19\x61\xf6\x98\x34\xa5\x0c\x99\x3d\x06\xf4\x97\x2e\x9a\x95\xfe\x32\xe2\xee\x21\x0e\x87\x0f\xb9\xb5\x03\x3c\xaa\xce\xa4\x4f\xfe\x74\x77\xe3\x93\x6a\xa2\xf0\x3c\x90\xf4\x5b\x27\x4d\x0d\x83\x49\xbf\x0e\xac\xa8\xdc\x45\xea\x0c\x87\xf7\x81\x70\x78\xdd\x58\x83\xe1\xf0\x1e\xd0\x51\x75\x32\xe2\x68\x28\x40\x6b\x20\x40\x8b\x29\x36\x3e\xa4\xd9\x8c\xb8\xb1\x18\x98\xef\xc2\x8e\xf2\x01\xcd\x86\x90\x94\x3e\x96\x7a\x0b\xed\x85\xc1\xf7\x3e\x14\x9f\x05\xa8\xa8\xac\x3b\x70\x6c\x4d\x6d\x77\x34\x71\x45\xb6\xa6\xb6\x63\x21\x69\x30\x1d\x72\xdc\x00\x3a\x2a\xeb\x7a\x14\x74\x94\x8f\xb8\xcb\x18\x97\xef\x43\x2e\xf2\x80\x95\xaa\x72\x90\x0d\x5d\x58\x23\xcc\x47\x93\x36\x81\xa1\x00\xad\x61\xd1\x1d\x27\x20\xa5\x67\xe0\x52\x22\xde\xbb\x0f\x05\x68\x0d\x0f\x2a\x69\xff\x18\xc4\x30\x14\xa3\x35\x10\xa3\x45\x54\x4a\x17\x56\x95\x8f\xb8\xea\x08\xd6\xe0\x43\x77\xd6\x08\x9d\x48\x6e\xb7\x21\x9d\x68\x00\x72\xa6\xca\xed\x36\x74\x31\x8d\x3b\xd6\x85\x57\xeb\x90\x1f\x69\xc4\xed\x33\x75\xc8\xe5\x5b\x0f\xdc\xac\x3a\x29\x3d\x0f\x5d\x31\x23\x78\xfe\xe4\xd5\x24\x24\x2b\x07\x92\x95\xd2\x92\x5c\x48\x56\x3e\xe3\x3a\x60\x42\xbd\x4f\xe9\x30\x33\x78\xfe\xe2\xfd\x39\x99\x8f\xe9\x01\x57\x55\x09\x63\xe3\x33\xa9\xbb\x84\xee\xa6\x9a\xf4\xc9\x04\xfa\xe3\xb5\x0b\x64\xab\xef\x4f\x4c\x8e\x99\x0c\x3e\x15\x50\x35\x11\xb3\xab\x10\x0d\x81\x5c\xf9\x8c\x9b\x62\x31\xd8\x6a\xca\x49\x1e\x00\x58\x75\xf1\x6c\x4d\x5d\x07\x81\x64\x55\xe5\xe6\x9b\xd2\x44\x00\x6a\x95\x59\x51\xd7\xa7\x62\xa3\x66\x18\xce\x98\xe4\xe0\x93\x89\x95\x3e\xe3\x3a\x60\xbe\xb6\x4f\x05\x40\x05\x94\x55\x5d\x14\xd7\x05\x65\xe5\x33\x74\x8a\x45\x85\x76\xca\x3c\x36\x11\x00\x25\xa9\x68\x32\x61\xc9\x67\x8d\xee\x9a\x3e\xa9\x19\xe0\x3a\x20\x84\xa4\x4f\x05\x47\xcd\x16\x8b\xc2\x7b\x70\xca\x29\x3f\xc3\xf4\xc4\xba\x8f\x3e\x65\x7a\x9a\x30\x3d\x0d\xfa\xb4\x84\x56\xe5\x33\xd8\x3a\x11\x7a\x7c\xca\x49\x1e\x48\x56\x75\x51\xa8\x98\x43\x44\x04\x05\xa0\x5d\x9a\xdd\x54\x77\xc8\x65\x92\xec\x36\x65\x5f\x9a\x2f\x3f\xce\x84\x81\xf3\x29\xd5\x60\x22\x19\xb3\x31\x81\xd5\xa7\x18\xf4\x84\x79\x69\xf0\xa2\x10\x34\x96\x4f\x30\xe1\x76\xa9\x37\xd9\xc7\x27\xf0\xb8\xdb\xa5\xf7\x14\x8e\x14\x90\x5a\xed\x12\xf1\xc9\x11\x3e\xc1\xe0\xda\x45\x0e\x3d\xc5\xe0\x26\x18\xdc\xe0\x55\x31\x15\x3a\x34\x3d\x86\x42\xcb\xe6\x54\xe8\xd0\xf4\xe8\x8e\xde\x86\xa9\xd0\xa1\x80\xcd\x6a\x17\x79\xb4\x60\xb3\x3c\xa0\xb1\x1a\xd3\xde\x7c\x32\xcf\xc9\x81\x92\xa5\xe4\x3c\x9f\x72\xa1\xcd\x13\xdb\x43\x8f\xc2\x94\xfc\x3c\x21\x3f\x4b\xc2\x14\xa0\x96\xcf\x3b\x7a\xa3\x78\x33\xc5\xdd\xe6\x53\xa3\xe0\x08\x47\x29\xdb\xcd\x8c\xea\x1a\x97\x28\x45\x06\x9a\x89\x10\x20\x05\x1c\x09\x19\xcb\x03\x19\xab\x25\xd2\xfa\x92\xbf\x3b\x90\xb1\x1a\xeb\x37\xfa\x92\xb0\xbb\x5e\xe1\x36\x2b\x4e\x69\x11\xc2\xcf\x17\x04\xda\xc6\xd2\x8e\xbe\xe4\xef\x5e\xf0\x77\x0f\x5e\x77\x4b\xd1\x41\x81\xb5\xd5\x98\xe3\xe0\xc2\xda\xf2\x95\xe3\x93\xd4\x00\x96\x0c\xf5\xab\xc4\x28\x29\x70\x2c\xb9\xba\x56\x8d\xd9\x91\xa7\x2c\xd9\x14\x16\x6c\x0a\x04\x74\x74\xe1\x62\xf9\x6a\xf1\x49\xde\x3e\x4b\x87\x3c\x30\xb3\x5a\xfa\xb2\xfa\x7d\x49\x20\x0c\xf0\xab\x96\xb8\x77\x4b\xa6\x6e\xe0\x60\x29\xe5\xd2\x97\x3c\x64\xab\xc7\xec\x78\x31\x2d\x19\x15\x56\x8f\x4f\x92\x39\x2c\x45\xd7\x04\x30\x56\x4b\x94\x23\x97\x18\x47\x20\x5c\x35\x39\x0e\x85\x70\xe5\x0b\xd6\x81\x26\xc7\xe1\x12\x0b\x00\xa2\x55\x96\x98\xbf\x14\x42\x03\x44\xab\xd4\x08\x5a\xed\x82\xb1\x72\xc0\x56\xa5\x26\xe7\xe0\x52\x78\xcd\x5a\xd1\x1d\x55\xb4\xb5\xd4\xdd\x8a\xee\xb8\x98\x8a\xae\x59\x16\x9f\x24\x07\x58\x52\xae\x17\xe4\x98\x41\x89\x43\x78\x54\xbe\x82\x03\x30\x4f\xc3\x97\x38\xc0\x02\xaa\x66\xcb\x8c\x80\x5e\x2e\xaa\x7d\xe5\x99\x4c\x24\x48\x5f\xac\x86\xe1\xcb\x63\x24\xb4\x2a\x2c\xd9\x83\x17\xec\xc1\x43\xd4\x20\xbd\x7b\x1d\x1c\x11\x11\x83\xa2\x0a\x01\x4b\xf5\x7e\x51\x6d\x22\xa2\x97\x85\x28\x91\xd6\x97\xb4\x75\x40\x56\x29\x8f\xd6\x97\x84\xa2\x15\xdc\x86\x85\xbb\x7d\x89\x6d\xac\xa8\x00\x94\xa9\xe5\x2f\xa9\xe4\x01\x46\xd5\x32\x65\x8a\x25\x2b\x32\x70\xa9\x32\x4b\x9c\xf8\xba\x29\x48\x2e\xb8\x1a\x07\x2d\x8a\x4b\xae\x46\xc0\x52\xa5\x96\x69\xdd\x58\xd2\xc8\x17\x34\x72\x62\x36\xfa\x92\x46\xbe\x82\x7f\x65\x5a\x37\x96\x82\x72\x02\xc3\xaa\xb1\x00\xb6\x6f\x31\xa9\x00\xaa\x6a\x2c\xee\xe8\x5b\x41\x39\xc0\xac\xca\xd2\xb3\xb6\x24\xb0\x1d\x8c\x68\xfd\x1b\x1e\x83\x6f\xc5\xe5\x6c\xe8\xe4\xad\xd0\xdc\xbd\x25\xa0\xed\xe0\x61\x85\x86\xeb\x2d\x1e\xb6\x81\x7e\xd3\x58\x30\xda\xb7\x1c\x91\x1b\xc2\x48\x53\x6c\xd7\x96\x30\x02\xd8\x2a\x65\x2c\xfb\x96\x30\xb2\x83\xbd\x11\xfd\xc6\xb7\xf4\xd6\x1d\x3c\x4c\xa1\x32\x5b\x3c\x2c\x00\xa9\x5a\x21\xd5\x6e\x19\x46\x81\x4d\x95\x27\x7d\x00\x9b\x38\xf8\xbe\xc1\xc2\x14\xc6\xb8\xe5\xad\x03\x34\x55\x6a\x84\xb8\xf1\x2d\x95\x76\x0f\x8f\x36\x7e\x52\x4e\x32\x80\x45\xa5\x56\xd5\x9d\x04\x95\x1d\x7c\xa3\xd2\x79\xb0\x65\x56\xdc\x21\x1e\x54\xda\x53\xb7\xc4\x83\x0d\xf1\x40\x61\x93\x02\x6d\xf2\x1d\x3c\x45\x4e\xb2\xad\x48\x99\x00\x74\x6a\x44\x9c\x71\x01\x3a\xf9\x0e\xf1\x40\x5e\xb2\x2d\x8b\xdd\x86\xc5\x6e\x32\xc3\x66\x4b\x3a\x08\xac\xa7\x26\x57\x9e\xb0\x9e\x1c\x58\x4f\x79\xd2\x05\x20\xac\x27\xdf\x71\x96\x2b\x0f\xde\x56\x7c\xdd\x8e\xf3\x4a\x2c\x1a\xdf\x52\x62\x36\x5c\x3b\xad\x89\x54\xe4\xe4\x0f\x8c\xa8\xd6\x68\x96\x33\x29\x38\x16\x47\x48\xfe\x0f\x93\x75\xca\xae\x78\x8f\x82\xbe\xc9\xa5\x62\x71\x12\x1a\x75\x5e\xd3\x49\x08\xfc\xa8\xd6\xaa\xde\xd3\x37\x53\x7c\x93\x56\x2d\x93\x79\x0a\x70\x51\x99\x38\x90\x6e\x32\x4f\x59\xbd\xf0\x1a\x65\x3b\xab\x3f\x6d\xd1\x1d\x59\xa3\x49\x09\x30\x28\x01\xcc\x98\x77\x01\x3a\xb9\xc5\xb9\x6b\x5c\x69\x23\x6a\x81\x5b\x1c\x2e\x79\x4d\x84\xe8\xe4\x81\xda\xd4\x64\x5a\xb4\xa6\xee\xe0\x25\x97\x46\x6f\xf2\x92\x5b\x94\xed\x92\xcd\xce\xe4\x75\x30\xf8\xbb\x5b\x27\x1f\x33\xf9\xbb\x0d\x5a\x40\x23\xa8\xb8\x9b\xbc\x07\x36\xa2\xbb\xc1\x26\x75\x07\xdb\x7b\x63\xed\x3a\x37\xd9\xde\xcd\xe2\x93\x54\xcc\x4d\xb1\x29\x16\x02\xaf\x14\x46\xd3\xa5\x66\x21\x9e\x4a\x0f\xb0\xfb\xa7\x0d\xf7\xcc\x10\xad\xc8\xbe\x6b\x41\x7f\x0a\x88\x77\xd1\x9f\x87\xc0\xa8\x30\x74\x97\xc0\x08\xe4\xa2\x4c\xe4\x49\x77\x31\x62\x0f\xd2\x64\xa1\x30\x77\x91\x66\xa0\x1a\x35\x85\x9a\xbb\x48\x13\x48\x45\x6f\x5b\x61\x9b\xba\x4b\xd1\xdd\x62\x93\xba\xcb\x20\x3f\x5d\xcc\x2e\x55\xd9\x5f\x2a\x15\x4a\x82\xbb\xd2\x92\x3c\xc7\xa2\x90\x33\x3a\x4b\xbb\xb8\x23\x34\x65\x76\x35\x6d\x35\xc5\x20\x79\x2f\xbb\xfc\x79\x01\x4f\xd4\x64\x77\x74\x19\x55\x81\x54\x94\x89\x28\xec\x4e\x3c\x34\xf7\x72\xbf\x4d\x43\x6f\x91\xb3\x03\xa8\xe8\xfd\x22\x5f\x53\x64\x4a\x20\x17\x4d\xde\x15\x82\x26\x72\x8f\x53\x27\x63\xa5\xcb\x9d\x17\xd0\x44\x4d\xc6\x4a\xd7\xd1\xf2\xb8\x9b\x74\xc9\xb8\x32\x8c\xbc\x45\x77\x6a\xd2\x72\xc5\xc9\xa2\x88\xe3\x3a\x59\x1e\x92\x37\x91\x9b\xdd\x65\x6e\xf5\x38\x59\x8a\x87\x77\xdd\x4d\x1e\xe2\xb5\xec\x87\x2e\xf1\xda\x47\x8d\x6a\x66\x9c\xb9\x6c\xaa\x1e\x77\x93\x98\x8a\x4b\xa6\x05\xde\x50\x26\x92\xb2\xfb\xd2\x30\xe3\x44\xca\xac\xe5\x3a\x91\x01\x40\xd4\x7e\x16\x5a\x11\x15\x1e\x9a\x32\xb1\x3f\xdd\x95\x9c\x03\xe4\xa0\x3c\x79\x21\xf8\xd6\x8e\xc3\xf0\x48\x98\x4b\x77\x19\x1e\x01\x1c\x94\x9a\x8c\x61\xae\x38\x8c\x40\x12\x9a\x22\x06\xc5\x61\x78\xb0\x8d\x49\xe1\xce\xc5\x36\x02\x65\xa8\xfd\x8c\x44\x21\x6d\x01\x17\xd4\x08\xec\xe1\xae\x68\x0b\x20\x07\x65\xc2\x5c\xba\xcb\x7c\xe8\x21\x79\x2f\x11\x91\xcc\x87\x1e\x5c\x8a\x98\x1f\xee\xe2\x52\x7e\xff\xb5\x71\x2d\xef\x9f\x36\x0c\x73\xd1\xf5\xe3\xba\x41\x3d\x8a\x5e\x2e\x6a\xca\x2e\x4f\x53\xe0\xfe\x34\xd9\xae\x8e\xec\x80\x27\x6e\xd0\x45\x0e\x76\x24\x84\x1e\x08\xa1\x8b\xf6\x16\xe1\xfe\xf8\x09\xc6\xb7\xc8\x84\x8f\x5c\x3f\x81\x09\xd4\x14\xc7\x2d\x4c\x20\x3f\x71\xb9\xca\xd0\x74\x14\xcb\x70\x52\x74\xa7\x26\xee\x79\xc0\x05\xb5\x35\xfe\xd1\xc4\x2b\x34\x21\x3f\x39\x7a\xe4\xfd\x7a\xe4\xfe\x09\xa4\xa1\xb6\xa8\x5e\x08\x69\xc8\x4f\x99\xd1\xf6\x11\xee\x51\xc6\xe3\x81\x14\xda\x65\xbf\x3a\x72\x9f\x1c\x9c\xe7\xce\xd2\x69\x7e\x74\x9e\x03\xfb\xa7\x13\x4e\xd9\x85\xfd\xe3\xa7\xc7\x37\xb5\x49\x72\x9f\x1c\xe4\xb0\xc8\x9c\x79\x64\x82\x3b\xb8\x60\x3b\xb1\xa0\xfc\xc8\x45\x02\x38\x9f\xd4\x2f\x5e\x41\x47\x51\xd9\x67\xc5\x50\x78\xcd\x1c\x39\xcc\x0f\x1c\xe6\x4b\x33\x90\x67\xe2\xac\xf8\x24\x39\x99\x40\x7c\xfc\xac\x98\x01\xef\x0b\xa1\xf8\x78\xa0\xf8\xf4\x8b\x87\xf6\xc8\x61\x0e\x40\x9f\xbc\x28\x8b\x1d\x39\xcc\x03\xe0\xa7\x13\xff\xc2\x05\xf0\xe3\x07\x07\xb3\x13\xa8\xd8\x8f\xa4\xde\x03\xa9\xb7\xcb\xea\x72\x64\x14\x3b\x38\x99\x9d\x10\x25\x7e\x74\x32\x0f\x8c\xf0\x9d\x75\xc2\xfc\xc8\x08\x7f\xee\xf8\x26\x5d\x93\x47\xa7\x2f\x50\x7c\x7a\xd2\x29\xd2\xe9\x0b\xa4\x9e\xae\xc0\xeb\x23\xad\x12\xa0\x3d\x59\xc6\xe1\x23\xf3\x56\x80\xf8\x74\x42\x2c\xf8\x2d\xb1\xe3\xbe\x62\xea\xdc\xbc\x5b\xc6\xfb\xfb\x8a\xee\x28\xf0\xdf\x12\x89\x03\xe0\xa7\x13\x73\xd8\x6f\x9d\xda\x40\xea\xe9\xc2\x20\x10\x52\x8f\xdf\x40\x53\xec\x89\x57\xfa\x2d\x8f\xed\x9d\x62\x9c\xbc\xd2\x05\xd5\xe3\x37\x44\xe2\xc5\xac\x80\x5b\x22\xf1\x9d\xa3\x3b\xb2\xd5\x5b\x47\xf6\xce\x31\x05\xb2\xf1\x5b\x47\xf6\x86\xc7\xb6\x67\x5a\xfd\x6e\x79\x6c\x6f\x78\x6c\xc5\x93\xee\x42\xba\xbd\x21\xf6\xf6\x4c\x0d\xf0\x96\xd8\x0b\xd4\x9e\xac\xd4\x92\x5b\x97\xf3\x1d\x07\x5d\x79\xc8\xb7\x0e\xfa\xfd\x4a\xc0\x6f\x1b\x67\x20\x7d\x33\x60\x7c\x94\x91\x22\x18\x1f\x0f\xa8\x9e\x9e\xab\xda\x34\x12\xe4\x88\x2c\x2a\xbe\xb7\x72\xd5\x80\xcc\x93\xba\x02\xce\x6f\x79\x50\x03\xaa\x47\x89\x2c\x82\xea\xf1\x3b\xd8\x83\xd2\x74\x6f\xb1\x07\xa0\xf6\xbc\x6d\x9c\x9c\x0c\x6d\x81\xc7\xd3\x65\x6f\xba\xa7\xba\x83\x9b\x74\x89\x50\x64\x68\x03\xfc\x4e\xea\x59\x04\x26\x5f\x68\xe0\xf1\xb0\x0a\x80\x0b\x8f\xc7\xef\x60\x46\xca\x55\xbd\x65\x86\x0f\xac\x9e\x2e\x13\xd0\x2d\x8e\x73\xaf\xe8\x8e\x3c\xfa\x96\x33\xf4\xde\xd1\x9d\x9a\x8a\x9a\x30\x01\x8a\x39\xb7\x32\xdc\xee\x28\x53\x97\x29\x78\xdc\x72\x86\xde\x90\x49\x08\x0e\xea\xb7\x64\x92\xdb\xaf\xa8\xfe\xc8\x9d\x93\x59\x0f\x18\x3a\xa9\x13\xf3\xc4\x6f\x41\x2c\x04\xa8\x8e\x7c\x24\x02\xd5\xf1\x3b\x58\x91\x52\xbd\x6e\xb1\xa2\x1b\x39\x67\xbd\x88\x18\x94\x73\x76\xdf\x8e\x4f\x92\xbc\xc4\xa5\xee\x27\x46\x42\x4e\x74\x2b\xab\xe4\x7e\x15\xee\x72\x91\x99\xde\x84\x68\xf7\xfb\x65\x52\x85\x50\xa4\x7e\xcb\xf4\x15\xe8\x3e\x5d\xf9\x55\x8f\x98\xd4\x73\x25\xbc\xd6\xd9\x94\xd5\x14\x03\xa1\x30\xf9\x88\x7f\x05\x28\x50\x97\x85\xe7\x11\xff\x7a\xae\xe8\x8e\xc2\xe4\x23\xe7\xe3\x93\xfe\xff\x8c\x5d\x3d\xd2\x64\xb7\x0d\xcc\x7d\x8a\xef\x06\x7e\xfc\x03\xc8\x44\x89\x63\xfb\x0e\x33\xd3\x83\x2a\x05\x92\xb6\xd6\xd2\xfd\x5d\x0f\xd0\x74\xaf\x5d\x0e\x14\x6c\xb0\x1f\x6b\x08\x12\x04\xfb\xe1\x87\x6c\xa6\x38\x56\x72\x42\x17\xcb\x92\x04\xa8\xd9\x20\x7c\x85\xce\x3a\x46\xc1\xd7\xe0\xaa\x86\x62\xa3\x28\x8c\x1a\x5c\x9e\x10\x46\x45\xaf\x3e\xa9\xe7\x50\x19\x31\x6e\x2f\x62\x90\x50\xf4\x15\x62\x5f\x88\x51\xa3\xe4\xaf\x54\x61\x8c\x8c\x8d\x4c\x37\x08\x42\x15\xc6\xc8\xb0\xc3\x26\x5d\xb1\x50\xd8\x11\x2b\x57\xae\xab\x49\x13\x2f\xd4\x9b\xf4\x29\x62\xfd\xd0\xe5\xb3\xda\x3a\xdb\xa4\x94\xf2\x53\x26\x61\x2f\x94\xf2\x0f\x2b\x71\x1c\xa5\xee\xb1\x45\x86\x24\x36\x59\x29\x08\x55\x11\xc3\x73\xe2\x0c\xb0\x43\x2e\x4c\x14\xb4\xe9\xbc\x7c\xa8\x18\x10\x85\x5f\x3a\x2f\x1f\xc2\xaf\xf0\x12\x47\xfc\x0a\x1d\x23\x8c\x24\x3d\xb0\x49\x28\x0d\x91\x1e\xc4\xae\x99\x13\x2f\x43\xd5\x80\x78\xe4\x46\x9e\xf4\x16\x43\x45\xbf\xc8\x50\xc6\x74\x38\x3c\x54\xf4\x2b\x8e\x25\xe3\x8b\xfa\x2f\x71\x2c\xbd\xa2\x1c\x15\x1d\x25\x0e\x39\x2a\x81\xfa\x1d\x7d\xad\x50\xa9\x2d\xde\xa9\xb2\xd9\xff\x9a\xcf\x2b\x4a\xa4\x57\x14\xe4\x2c\x46\xf5\xa1\x20\x22\x0a\x57\x74\x1c\x32\x84\x2b\x51\x6e\x8c\x4e\x21\x87\xae\xe8\x44\xd4\x68\xd4\x24\x85\x66\x02\xdc\x96\xb6\xac\x12\xe0\xc5\xce\x64\x3c\x16\x88\x8b\x09\x70\x5c\x05\x03\x3c\x30\x8c\x8b\x30\x80\xab\x5d\xd5\xe6\x9f\x36\xd6\xdb\x70\xb5\x9a\xc2\x67\xef\xe1\x62\x86\x0e\x57\xf2\x2d\x1b\x39\x4c\x70\x91\x6f\x19\x57\xd6\xdb\xcc\x3a\xdb\xc8\xd4\x8e\x6b\xa4\x59\x7f\x1c\x38\x5c\xf4\x1d\x70\xd5\xc6\xe4\xe9\x58\x5c\x43\xe2\xb2\xf4\x6f\x3c\xbd\x04\x11\x4c\xe1\x9a\x25\x6e\xb0\xcf\x29\x71\x33\xc5\x7d\x4c\x1e\x17\x33\x7b\xb8\x32\x7b\x67\x3c\x01\x8b\x6b\x49\x63\x85\x03\xe4\xf9\xc0\xb5\xa4\xb1\xda\xec\x3c\xfe\x03\x71\x56\xa1\x78\xa9\xcc\x16\xb5\x69\xea\xb3\x02\x0f\x9e\xba\xc1\xc5\xc0\x03\x97\x25\x92\x7d\xbc\x00\x5c\x26\x65\xd6\x66\x37\xe7\x30\x5d\x5d\xd6\x8e\x26\xc9\x07\x2e\xd7\x30\xcb\xeb\xe0\x61\x56\x5c\x2e\x71\x9e\xe2\x3e\x9b\x16\x97\x4b\xdc\xbe\xea\x67\xec\x72\xcb\x1e\x2a\xb8\xb0\xc3\x2e\x1f\x52\xf4\x23\x15\xad\x51\x3e\xb4\xae\xb5\x9f\x59\x8d\xc7\xf5\x90\xc2\xca\x0f\xe0\x43\x6f\xb8\x1e\x5a\xd7\x4c\x40\x18\x4b\xe7\xb8\x9e\x12\xf7\x2c\x71\x6a\xd2\xba\x66\x06\xdf\xf8\x90\x20\x2e\x56\x05\x91\xf4\x53\x83\x91\x13\x44\x3f\x85\xab\xd0\x83\x07\x29\x71\xbd\xa4\xcb\x57\xcd\x60\x72\x94\x3c\xda\x84\xa4\x9f\x1a\x0c\xb8\x20\xfa\x29\x14\xc5\x94\xf9\xe4\x28\xa1\x91\xa0\x46\xc2\x41\xf2\x89\x1a\x5c\xc8\xb9\x49\xcb\x90\x2a\x51\xea\xd2\xf6\x81\x16\x15\xb9\xa8\x87\x73\x83\x16\xb5\xd0\x8f\xaf\xf0\xe1\x7a\xcb\x86\x0a\xc3\x5c\x66\xf9\xd6\xbc\x2b\x14\xe3\x5b\x7b\xb8\xde\x12\xf7\x2e\x71\x6a\x0a\x36\x15\x84\x09\x36\x42\x5a\xae\x20\xcd\x65\x27\x21\x5b\x28\x08\x73\x42\x58\xa3\x93\x83\x96\x0f\x51\x18\x2b\x8d\x68\xcc\xf2\xa2\x55\xa8\xb2\x2f\xfe\x6e\xe8\x77\xe9\x07\xf0\x7c\x02\xc4\xc2\x84\x56\x28\xc5\xe4\x1d\x1a\x4f\x05\xa0\x15\x14\xed\x4f\x02\x01\x8d\x49\x52\x14\xd5\x92\xed\x49\x71\x53\xe2\x66\x89\x3b\x6c\x1a\x6a\xba\x57\x95\x1c\xa6\x68\x4c\x92\x22\x49\x97\xee\x1e\x29\x8d\xb5\x3d\x24\x0b\x93\x68\x1d\x21\x16\x26\xb4\x02\xb0\xfd\x09\x94\xd1\x04\x60\xc5\xd0\x64\xcc\x8a\xa3\x09\xc0\x8a\x6a\xc9\xf6\xa2\x2e\x97\xc4\xad\x12\xc7\x26\x93\xbe\x2a\xa0\xe2\xf3\x48\x68\x4c\x92\xa2\x15\xb6\x31\x6b\x89\xc6\xf3\x09\x68\xfe\x67\xdb\xc7\x66\x9b\xab\xad\xc2\x9f\x7d\xa8\x95\xad\x61\x56\x56\x85\x6f\xe9\xa0\x6d\xc9\xab\x80\xe4\x68\xc9\x1f\x5a\x83\x47\xae\x41\xe7\x30\x1f\x9a\x42\x01\x18\x09\x7b\xd1\x1e\x12\x57\x28\xc5\x73\x6e\x68\x42\xa9\xa2\x29\x32\xd2\x59\xa0\x3d\x25\xee\x99\xe2\xf8\xd1\x6a\x4f\xad\x6b\xbe\x0d\x63\xcc\xb8\xa0\x3d\x35\xf3\x42\xa9\x33\xa9\xb1\x97\x16\x0f\x35\x14\xc2\x8d\x28\x85\xd0\x2a\xb6\x60\xc8\x8b\x16\x9a\x42\x6d\x2e\x86\x39\x68\xf1\xc3\xef\x4a\x1e\x37\x65\xd7\xe6\xea\xf9\xda\xa6\x33\x84\x40\x67\x02\x12\x3d\x43\x01\xbf\x68\x80\x9d\x49\x46\xf4\xf4\xcd\x9d\xf4\xfb\xe8\xf4\xcd\xd1\xd3\x37\x6f\x44\xd3\x2e\xf7\xa0\xf7\xea\x92\xe6\x2e\xfe\x1c\xf4\xdc\x94\xce\x34\x1b\x44\xa0\x83\x3e\x4a\xdc\xe7\x18\x1f\xfa\x90\xb8\x51\xe2\x3e\x9a\xee\x2c\xfc\xa1\x78\x77\x9c\xbc\x08\x10\xef\x0e\xfa\xaa\x2e\x69\xd3\x9d\xce\x39\xba\xd5\x50\x88\xec\xdd\x34\x14\xaf\x29\x10\x6c\xfb\x96\x36\x77\x1a\x04\x77\x9e\x98\x69\xd0\xd3\xdc\xbd\x49\x61\x32\xf7\x62\xad\x71\x72\x04\xa3\xcb\xdc\x8b\x9a\xc6\xf9\x9c\x16\xfa\x91\xb8\x53\xe2\xa8\xb0\x23\x71\x79\xa9\xd3\xc9\xda\x8b\xce\x04\x23\x7a\x26\x11\xbd\x8d\xbf\x76\x6d\x0d\xfd\x48\x31\xa7\x46\x43\x00\xec\x0f\xad\xdf\xa3\x66\xa8\x75\xd7\x0e\x2b\xe6\x1a\x6f\x5a\x77\x7d\xeb\xfb\xf3\xcf\x97\xa2\xf9\xbb\xa7\xa6\xf1\x2c\xcd\x10\xaf\x3a\xaf\xde\xa0\xdf\x5b\x6c\x34\xad\x9f\xfc\x80\xfe\x2c\x71\xa6\x2e\x7f\x10\xf7\xae\x36\xae\x2d\x4f\x40\xa3\xdf\xee\xc2\x60\xce\x0f\xfd\x35\xd4\x54\x23\xe1\xe6\xeb\xf2\x03\x7a\xfa\x01\x3c\x10\x86\xfe\x92\x71\xa2\x94\xc2\x8f\x5e\x87\x94\x82\xea\x92\x2e\x49\xd7\x5e\x2f\xf2\x1d\x6f\xb2\x40\x68\x06\xef\xea\x73\x73\x28\xcc\x76\x20\x59\x73\x46\x73\x35\x69\xd9\xdf\xb5\x76\x84\x88\x1e\xb2\xa4\xfc\x6c\x93\x64\x02\x62\xd1\x41\x4f\xd4\xf1\x2e\x84\x10\xea\xf4\x44\x1d\x27\x23\x26\xba\x50\xa7\xb8\x72\x9c\xe9\x40\x0c\xa1\x4e\xd2\xe6\x8c\xf6\xc9\x37\x61\xf0\x32\x0c\x8a\x0f\xc7\x79\x56\x0c\xe2\xc3\x41\xf2\xdf\x88\x0b\x18\x43\x78\x94\xf4\x37\xf7\xcf\x9c\x6d\xae\xb6\xea\x92\x38\x3d\x9a\xba\x6c\x09\x1e\x87\x23\x21\x43\x18\x46\xcf\x41\xd2\xcb\x19\xcc\xac\x22\xd9\x6f\xee\x1e\xd5\xa6\x09\xf4\xd2\xc9\xe4\x04\xc8\x36\x80\xe4\xbc\x11\xbb\x30\xc4\x79\x83\x51\x80\xda\x3f\xb9\x02\x0c\xd6\x49\x30\x0a\x35\x3b\x77\xd6\x10\x6a\x8e\xf1\xa7\x38\x0e\x65\x48\xdc\x28\x71\x9c\x9c\x3c\x99\x91\xa0\xc9\x43\x7e\x18\xbc\x42\x83\x31\x4b\x95\x44\xb1\xa1\x98\x6a\xa4\x27\x43\xe2\x10\x88\x98\x07\x45\x79\xe3\x9d\x58\x2b\xca\x1b\x24\xe5\xcd\xe0\x2b\x70\x10\xe5\x0d\x46\xc1\xe9\x68\x94\xb6\x35\xb7\xc2\x4c\x1e\x98\x82\xe8\x70\x50\x94\x37\x3e\x64\x27\x5b\xe2\x76\x89\x33\x36\x69\x51\x13\x32\x79\x4a\x11\x43\x90\x39\x32\x0b\xea\xa3\xab\x4d\x9a\x3c\xa9\xc9\xce\xb9\x1d\x2d\x5c\xa1\x29\xf9\x38\x30\x04\x97\xa3\xe0\x92\x27\xb7\x30\x04\x97\xe3\x51\xe2\x06\xad\xf9\x21\x71\x8f\x12\x47\x9d\x3c\xa4\xaf\x67\xe9\x84\x9f\xbb\xf1\x94\x4e\x0a\x2d\x07\x91\x74\xb0\xfe\x8a\x51\x90\xc8\x7c\x26\x86\x20\x71\xbc\xaa\x4f\x86\xca\xe3\xa5\x15\x7f\xe5\x8a\xf3\x3b\x32\x5e\x5a\xf1\x82\x44\x66\x26\x31\x04\x89\x23\x21\xb1\x4b\x29\x0a\x8d\xc6\xab\x94\x42\x24\x1d\x90\x52\x0a\x12\x99\x99\xc4\x10\x24\x26\x3d\x50\xf3\xb1\x39\x14\xc1\xde\x78\xd7\xec\xe8\x4c\x0e\x45\x2b\x23\xa3\x95\x1f\xf6\xe3\x5b\xca\x2c\x48\x64\x86\x11\x23\x34\x94\xc2\xbd\xa9\xcd\x2a\xdc\x1b\x99\x8d\x71\xb2\x94\x60\x84\xc4\x45\x89\xfb\x34\x4d\xe6\x64\x51\x1c\x40\xce\x14\x23\xc4\x01\x84\x79\x63\xd2\xdd\xf6\x19\xca\x64\x69\x16\x33\xc3\x0e\x27\xff\x07\x26\x2f\x38\x60\xd6\x6e\x25\xff\x04\x26\x2f\xb5\x61\x96\x8b\xc3\x2c\x1c\xa6\x5c\x9c\xb9\xaa\x4f\x4e\x7d\x2a\x5d\x51\x84\x3d\xce\x2c\x1c\xa6\xdc\x9f\x69\xaf\x6a\xfb\xac\xd0\x64\x02\x12\x33\x33\x89\xbe\xe8\x30\x4e\x9e\x44\xc2\xf4\x34\x08\x9a\x9f\xd8\x75\x30\x0b\x39\x48\x43\x8d\xa9\x28\x61\xfa\xbb\xda\xd4\x25\xf7\xf2\xbc\x1d\xaf\xd1\x69\xb5\x93\xd7\xcc\x30\xcb\xa3\xe2\x1d\x7a\xcc\xad\x91\xec\x1c\x89\x51\x61\x5b\x8a\x3e\x35\x71\x9a\xad\xb8\x7c\x30\x93\xb7\xc2\x79\xab\x1d\xf3\xa1\x19\xbc\x6a\x06\x1a\xca\x4b\x33\x28\x73\x5f\x87\x7d\xca\xdc\x67\x79\x07\x64\x2c\xc6\x94\x77\x30\xcb\x03\xe0\x71\x30\x4c\x79\x00\x33\x49\xb6\xdc\x08\xdf\xf3\xad\x45\xc8\xe4\xa3\xf3\x38\x18\xe6\x5b\x46\x56\xdb\xc4\x9a\x7e\xa7\x3e\x6b\x2f\xf0\xf2\x3a\xa6\xf6\x42\x91\x00\x39\x49\x7f\x31\xf5\x9d\x9f\xf9\xba\xac\xf3\xfd\x2e\xcc\x90\x3e\xcb\x07\x50\xea\x4e\x04\x41\x58\x99\x99\x74\x3e\xd2\x85\xa5\xcc\xe4\xaa\x8d\xc2\x6b\x82\x58\xda\x28\xc5\x1e\xe4\xbc\x27\x08\xb1\x07\xa1\x18\x82\x5c\x79\xbd\xc5\x1b\xb1\x48\xb2\xa0\xd1\xf7\xf8\x6b\x4e\xef\xe2\xa1\x09\xac\x0a\x3e\x8c\xc1\xf6\x52\xf0\xb1\xea\x3b\x4a\x37\x4d\x84\x3e\x58\xb5\x6b\x79\x50\x0e\x4b\xbb\xb6\xc8\x7e\x9c\xe4\xb7\x58\xda\xb5\x6b\x96\x38\x1a\x8c\x68\x7b\xb0\x32\x25\xc0\x77\x3e\xb1\x78\x2d\x01\x49\xc5\xd3\x9c\x17\xb9\xb1\x96\x66\xb0\xd2\xe4\xd5\x23\xcb\xaf\x58\x85\x11\x4e\x73\x11\x37\x0f\x56\x61\x04\x1f\xba\xc2\x12\x46\xac\xe4\x0a\x75\x3e\x74\x85\x45\xe6\x2e\x14\x03\x8f\xf3\xba\x36\x96\x69\x28\x56\x43\xa1\x38\xa5\x3b\x93\x70\xa7\xb9\x13\x07\x96\x6b\xf5\xfc\x5e\xbd\xa1\xc9\xb9\xa4\x15\xea\x38\xbf\xdb\xcb\x65\x2c\x05\x2d\xbc\xc9\x8d\x25\x68\x29\x9a\x1d\x77\x19\xe7\x96\xb8\x5d\xe2\x9c\x4d\xae\xa6\x93\x4d\x9c\xc0\x96\x2e\x2b\x56\xe3\x65\x6d\xac\x23\x7d\x3d\x4a\x5f\xf4\xd3\x96\xb2\xa4\xab\x3e\xa4\xca\xb5\x2d\x7d\x48\x57\x7e\x48\x87\xd4\xac\x0f\xe9\x2a\xd4\x51\xf2\x6b\x09\x75\x56\xa1\xce\x96\xc2\x94\x64\x2c\xba\x19\xdf\x9a\x1d\x24\x0e\x25\x8e\xb3\x53\x26\x71\x55\xd8\xb1\x35\x14\x7d\x7f\x57\x86\x1d\xa4\x64\x85\x98\x68\xb0\x0a\x8f\x48\x46\x8b\x25\x3c\x2a\x96\x1a\xdf\x5a\x71\xe1\x51\x51\xd1\x38\x9f\xc2\xc7\x0a\x89\x8b\x12\xc7\x09\x84\x94\x52\x90\x43\x9e\x5a\x88\x6f\x06\xc9\x37\xa3\x17\x2e\x20\xbe\x19\x58\xa1\x11\x79\x6a\x21\xbe\x19\x58\xa1\x11\x79\x6a\x21\xc2\x19\x14\xa9\x8c\xf3\x1a\x2e\xac\x49\x5c\x2b\x71\x6a\x1a\x6a\xca\x09\x30\x7e\x30\x56\x52\x61\x15\xad\x28\xb5\x27\xd6\x18\x58\x2b\x69\x8c\xf8\x8d\x95\x54\x14\xa3\x8c\xf3\x32\x2d\xac\x6b\x06\x59\xb1\xf1\x6d\x1c\x8a\x52\x32\x56\x01\x84\xf2\x77\xa6\x00\xc2\x32\x80\x18\xf4\x65\x8c\xe7\xb3\x60\x05\x8a\xbc\x4b\x0b\x53\x55\xa6\xb8\x61\x7c\x33\xbe\x33\x21\x9f\x25\xb7\xa7\xf3\x9d\x6f\x98\x42\x88\x22\x80\x71\x9e\x1f\x84\x4d\x0d\x65\xd6\x50\x38\x73\x25\x43\x93\x0a\xe6\xfe\xd9\x07\x84\x4d\xa8\x98\x5c\x30\x77\x1b\x7f\xc7\xaa\x2e\x92\x1c\x66\xc8\x5b\x16\x39\x0c\xac\xc0\x54\x49\x46\x53\xa1\xa7\x88\x63\x9c\x47\x12\x61\x42\x4c\x33\xab\x36\x0e\xc5\xa4\xb1\xac\xe6\x38\x0f\xdf\xc1\xe4\x39\x59\x96\x6e\xe5\x80\x8b\x1c\x06\x56\xa8\xc8\x67\xa6\x61\x2a\xf4\x58\xde\xb4\xf7\xc3\x3d\x62\x5b\x53\xa8\x00\xe9\xc8\xa2\x15\x20\x59\x06\x48\x43\xe6\x20\x17\xc8\x0a\xc3\x94\x80\x34\x61\x58\x31\xc0\xf8\x61\xec\x61\x72\x8f\x2c\xaf\x72\xfa\x61\xd9\xcc\x94\x7b\xb5\x0a\x75\x78\x2d\x16\xa6\xfc\xaa\x55\x66\x88\xa7\x15\x61\xca\x0c\x15\x97\x8b\x1f\xe6\x63\xec\xa9\xb1\x3c\x77\xb5\x51\x2d\x4f\x4d\xaf\xe2\x19\x9e\x47\x84\x29\x9e\xb1\x8c\x67\x48\xda\x0a\x31\xaf\xc0\x0a\x86\x79\x68\x05\xf6\xd2\x30\x0b\x6b\x8f\x4c\x53\x58\x6b\xb8\xaa\x8d\xea\x84\xa6\x5e\x1e\x9e\x72\xaf\xa2\x5e\x81\x25\xb3\xfc\xbe\x64\x64\x90\xb1\x64\xd9\x66\x5f\x8c\x30\x4c\x65\x1b\x4b\x20\xde\x3c\x87\x01\x53\xd9\xa6\x08\x56\x36\x1f\x76\x85\x09\x6d\x8b\x29\x65\xf3\xb6\x2d\xc4\x94\x02\xcb\xcb\xa3\xfb\x92\x95\x85\xf4\x92\xd1\xce\xe6\x79\x04\x98\xa2\x1d\xcb\x68\x67\x48\x65\x72\xfe\x8a\x29\x65\xf3\x39\x52\xb8\xca\xd2\xc5\x94\xb2\xf9\x1e\x29\x5c\x70\xeb\x59\x96\xde\x7c\x74\x14\xae\xb2\xb4\xb7\x9a\xde\xe7\x5e\x26\x5c\x6e\x9a\xb7\x44\x08\xae\x82\x28\x4f\xe0\xad\x66\xc0\xda\x99\x0b\x53\x8b\x0e\x65\x93\x57\x17\x2e\x4c\x2d\x5e\x93\xad\xfc\xb1\x2b\x97\x93\x14\x27\x43\xa1\xa3\x0b\x52\x7d\xd4\xec\x68\xb7\xae\x22\xb8\x67\x11\x9c\x1c\xaa\x70\x15\xc1\x7d\x94\x34\x86\x6b\xae\x22\x78\xd1\xa1\x6c\x5e\xfc\x85\x0b\x6e\x8b\xd7\x64\xf3\xc0\x28\xc4\x6b\x02\x9f\x65\x63\x7b\xff\xb7\xdb\xeb\xff\xdf\xeb\x75\xd5\xc8\x7d\x96\x5e\xe8\xa2\x3a\x6f\xc7\x22\x19\x50\x06\xc9\x36\xe1\x02\x5c\x5f\x35\x18\x86\x34\x2e\x54\x4d\x76\x94\xa1\xf0\xd7\xe5\x86\x16\x23\xca\x6e\x8c\x76\xdc\x24\xcd\x4a\x1a\x7b\x94\xa7\xe9\xb7\x63\x79\xff\x8c\x6a\x11\xde\x7a\x16\xa6\xb6\xca\x6e\xae\xc2\x94\x5b\x89\xd3\x50\x54\x59\x2f\x22\x95\xdd\xb8\x4d\x5c\x80\x5b\x8c\x28\xbb\xd1\x3f\x12\x23\x0a\x3c\x93\x5c\x64\x3c\x85\x2b\xc9\xe5\x59\x59\xdf\x8d\x05\x26\x57\x61\x20\x19\x50\xee\x36\x76\xa9\x50\xd5\xd3\xd7\x24\x03\x29\x5c\xbe\x66\xb2\xa3\xb4\xdd\xb4\x83\xb6\x66\xb7\x6b\x76\x74\x2f\x5c\x18\xee\xa7\xc4\xf1\xb3\xe0\xca\x72\x79\x66\xb9\x26\x73\x3d\x7e\x34\x83\x47\x29\xe5\xf3\xfd\x8d\xc3\xa8\x2b\xce\xed\xd7\x4c\xe6\x6c\xe2\xf0\x54\x6b\xe4\xb5\xed\xc9\x94\x4d\x1c\x6e\xd7\x38\xf7\x16\x14\xaf\x6c\x1c\xe6\x3b\xe2\xf4\xeb\x6e\xfa\x84\x2b\x71\x78\x61\x26\x4e\x9f\x3f\x7d\x4d\xf2\x05\xc7\xe9\x92\xd5\x9f\xd9\xc4\x11\xb2\x22\x15\x79\x21\x7c\x32\xb7\x12\x87\x55\xe2\x38\xa3\xfd\xf4\x35\xd7\xc7\x10\xe2\xb0\x4a\x1c\xe7\xde\x8f\x93\x3c\x83\x71\x86\x06\x7f\x3b\x42\x93\x59\x89\x38\xcc\xac\xc6\x99\x57\x36\xed\x4f\x13\x7d\x9f\x38\xf7\x46\x9d\x7c\x92\x2a\x0e\x13\xab\x71\xee\x2d\x3b\x79\x21\x2e\x0e\xbd\xa2\x38\xb7\x13\x24\x26\xc7\x38\xf3\x07\x59\xef\xbb\xc9\xa8\x0d\xb2\xb8\x46\xde\x65\x9f\xe4\x3a\x0b\x5d\x60\x8f\xbc\xaf\x2e\x2a\xbd\x38\x4b\xb2\xee\x1d\x3a\x4d\x3a\x74\xa9\xf7\x0e\xb3\x26\xcd\x3b\x8e\x4b\x1b\xfe\xc8\x26\xfd\x4a\x23\xf4\xd4\xbc\xa6\xec\x1a\xe1\xbd\x29\xc4\x77\x1b\x67\x4b\x1b\x77\xf8\x35\xa7\x8c\x8d\xe1\x57\x9c\xdb\x8b\x99\x24\x85\x8d\xb3\xd5\xe1\xc9\x0e\x8d\x4d\x47\x53\x3e\x69\x36\xc6\x45\x39\x9a\xf2\xc9\x79\x49\x51\x4c\xed\xc6\x39\x69\x51\x32\xec\x23\x8b\x3a\x39\x2f\x57\x87\x1a\xc6\x23\x87\xb1\xd9\xe1\x43\xb2\x1e\x3b\x9b\x68\x51\x0f\x29\xea\x91\x1d\x1e\xda\xe1\x53\x66\xf3\xbc\x07\xcf\x67\xe6\xe2\x3c\xd5\xe1\x33\x6d\xe3\xe2\x30\x9e\x1a\xfc\xed\x0f\x4d\xde\x87\x0c\x5d\x90\x8f\xbc\x20\x2f\xb6\xce\xd0\x05\xf9\xc8\x0b\xf2\xa2\xdd\x8c\xf3\x52\x87\xb7\x0b\x34\x97\xe6\x05\x75\x88\xfc\xd5\xe1\xaf\xa0\xa5\xbc\x9d\x1c\xd1\x44\x86\xee\xb9\x47\xde\x65\x17\x15\x64\x9c\xb7\xa6\xfc\xee\xb7\x1d\x76\x76\xf8\xd6\xaf\xde\x69\xa2\x83\x66\xf3\x96\x0e\xdf\xf7\x94\xdb\xa6\x36\xde\x82\x94\xb8\x17\x85\x54\x89\x71\x42\xb2\x22\xb7\xc3\xe4\x76\x08\xc9\x8a\x94\xf5\x09\xc5\x22\xe8\xc1\x44\xdc\x3b\xbe\x7f\x0a\x8c\x11\xfc\x1c\x47\x1e\xf2\xe4\x13\x8b\xa1\xd3\x86\x91\xa7\x0d\xdb\xfc\x9f\x0c\xd4\xfd\x9f\x5f\x1e\xdf\xfe\xf6\x8f\x7f\x3e\xbe\xfd\xeb\xf1\xcb\xfb\xeb\xf5\xc7\xf7\xef\xef\x5f\x7f\xc7\xcf\xaf\xdf\xbf\xfe\x7e\xff\xf5\x0b\xef\xf8\xf9\xd7\xf7\xf7\xf7\xbf\x7f\xfb\xe3\xfb\xeb\xfd\xf5\xed\xb7\x6f\xf7\xaf\xf2\xdf\x7f\x02\x00\x00\xff\xff\x26\x2e\x42\x12\xc5\x7b\x02\x00"); -func _gcg ()(*asset ,error ){_ffag ,_bce :=_dba ();if _bce !=nil {return nil ,_bce ;};_ggea :=bindataFileInfo {_b :"Ext-V",_ffe :1141,_ag :_ed .FileMode (436),_ac :_c .Unix (1580491941,0)};_aab :=&asset {_abe :_ffag ,_ece :_ggea };return _aab ,nil ;};func _eag ()(*asset ,error ){_daad ,_cag :=_cbe (); -if _cag !=nil {return nil ,_cag ;};_efa :=bindataFileInfo {_b :"90pv-RKSJ-V",_ffe :1381,_ag :_ed .FileMode (436),_ac :_c .Unix (1580491056,0)};_dac :=&asset {_abe :_daad ,_ece :_efa };return _dac ,nil ;};func _abg ()([]byte ,error ){return _g (_affa ,"Adobe-Japan1-1")}; -func _dfbe ()([]byte ,error ){return _g (_ddcf ,"Adobe-Korea1-0")};func _eabc ()([]byte ,error ){return _g (_ebff ,"GBK2K-V")};var _dcdb =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\xbd\x4d\xab\x36\x3b\x96\x25\x36\xcf\x5f\x71\x86\xed\x41\x3b\x43\xdf\x12\x98\x03\xa6\x9a\xc4\x35\xe8\xb2\x71\x76\xd9\x06\xe3\x41\x7c\x28\xca\x17\x5c\xf7\x26\x37\xb3\x06\xf5\xef\x8d\xd6\x8a\x67\xad\xc8\x82\x86\xf3\x4e\xce\xab\x27\x22\x24\xed\xad\xad\xad\xfd\xad\x3f\xfe\xc3\x3f\xfe\x97\x7f\xfc\xf5\x97\xbf\x7d\xfd\xf1\x7f\xfb\xfd\xb7\xf3\xcf\xf3\x6f\x5f\xf7\x2f\xbf\x5e\xbf\xcf\xbf\xfe\xf6\x6f\xbf\x9f\xf3\xeb\x98\xff\xf2\xcb\xaf\x7f\xf8\x43\x88\x5f\xd7\x2f\xe7\xdf\x3e\x4d\xfc\x39\xff\x75\xff\xcb\x1f\xfe\xb0\xbe\xff\xf3\xbf\xff\xf5\x6f\xf3\x5f\xff\xf1\xd7\xfb\xb7\xaf\xc4\xf7\xae\x7f\xfb\xcb\xf3\xee\xd7\xd7\x1f\xff\xf7\xf9\x2f\xbf\xfc\xf5\x6f\xbf\xff\xfb\xd7\x7f\xfa\x9f\xaf\xdf\x8e\xf9\x3f\x7c\x5d\xf3\x5e\xbf\xff\xaf\xbf\x5f\xf3\xf7\x5f\x7e\xfd\x97\xaf\xff\xf4\x0f\xff\xf4\xe7\xa0\x9f\xff\xfc\x6f\x7f\xf9\xcb\xff\x37\xff\x75\xfe\xfa\xb7\xaf\x86\xdf\xe6\xaf\x17\xfe\xfe\xe1\x8f\xff\xf0\x5f\xf7\xbf\xfc\xd3\xfe\xaf\xf3\xeb\x8f\xff\xfc\xeb\x2f\xff\xf0\x4f\x7f\xfe\xcf\xff\xfc\xdf\xfe\x94\xe2\x7f\xfe\x5f\xf0\x18\x4f\xff\x8f\xf9\xfb\x5f\x7f\xf9\xed\xd7\xaf\xf0\x3f\x6e\x61\xf8\xe7\xff\xf6\xef\x7f\x99\x5f\xe1\xe9\xe5\xff\xfa\xe7\x7f\xfc\x2f\x5f\xff\x77\xf8\x0a\xdb\x57\x2c\x65\xa4\xff\xe7\xf9\xfd\xff\xfc\xaf\xbf\x5d\xf3\x6b\x63\x2b\x70\xfe\xe7\x6f\xd7\xfc\xeb\x5f\xf6\x73\xfe\xbe\xff\xfa\x2f\xf3\x0f\x5f\x5f\xff\xd3\xf6\xfc\xfb\x5e\xff\x0d\xdb\x9f\xfe\xf4\xa7\x3f\x7d\xaf\x29\xfe\x87\x37\x3f\x1d\xfc\xfa\xdb\xdf\xae\x79\xf3\xb7\xbf\xff\x76\xfd\x0b\xf7\xf7\x57\x58\x5f\xbf\x5f\xfb\x43\xd8\xb6\x67\xf4\x5f\xae\xf3\xff\xdd\x7f\xff\x7c\xb8\x6f\xeb\xed\x4f\xa3\x7c\x7f\xc5\xba\xa9\xd9\xbe\xbf\x42\xeb\x6a\xf6\xef\xaf\x90\x5a\x6e\xfa\x61\x7c\x7f\x8d\xaa\xd6\xf9\xfd\x15\xf2\x96\x87\x7e\x58\x13\x19\xe5\xd3\x3c\xb6\xef\xaf\xd8\xd5\xf9\x11\xbe\xbf\x62\x88\x6a\xae\xb1\x82\x5e\x3e\xd7\xb4\x7a\xeb\x1a\xfc\x0c\xfc\x41\xc3\x9d\x1d\x3f\x0c\xf5\x70\x0e\xfe\xa0\x11\xce\x7d\xfd\xd0\x37\x81\x77\x45\xbe\xa1\x3e\xae\xc4\x1f\xb2\x7e\x68\x6b\x52\xea\x61\x6e\xec\x41\xd3\x9a\x81\x3f\x24\xfd\x80\x59\xf4\xd7\x27\x83\x6f\x68\xe2\x93\xb3\x48\x9a\xe7\x3c\xf9\x89\x06\x9d\x17\x7f\xd0\x1b\x77\xe4\x0f\xea\xe3\x4e\xfc\x41\x13\xbf\x31\x4f\x01\x76\x73\x16\x59\xb3\xb8\x39\x8b\xe8\x2e\x39\x8b\xe8\x37\x38\x8b\xf8\x59\xcc\xb0\x3d\x18\x2f\xfa\xe1\x81\xf5\xd3\x47\x08\x44\x5f\x1f\xfa\x81\xd3\xda\xd4\x47\xd8\x89\xcf\xa0\x1f\x0e\xbe\xa1\x4f\x22\x7f\xd0\xd4\x43\xe6\x0f\xd9\x3f\x9c\xec\x23\xe9\x87\x07\x3d\x9a\x58\xe1\xb0\x49\x9d\xd6\xa7\x53\xfd\x70\x5e\x9c\xa9\x26\x76\x4e\xce\xe3\x83\xf3\x70\x71\x65\x83\x46\xb9\x48\x5f\x22\xd7\x70\x3d\x8b\xa0\x3e\xae\x4c\x8c\x69\xa6\x57\xe5\x0f\xee\x83\xcb\x10\x3d\xca\x83\x75\x77\xfa\x60\xfd\xb3\x90\xb1\x70\x1e\xa9\xe8\x87\x07\xeb\x7e\x83\xc3\xa6\xa6\x1f\x08\x6d\xd2\x1b\x95\x9f\xa4\xa4\x1f\x38\x6c\xd6\x0f\xad\xf0\x8d\x0f\x41\xc5\xfe\xa0\x30\xeb\x87\xe7\x93\xcf\x62\xc7\xb3\x72\xb3\xeb\x93\xb3\x7d\x7f\x15\x21\x30\xae\xcd\x55\xb4\x0f\xe2\x79\xac\xa6\xa0\xc0\x02\x0c\x7d\x7b\x8d\xf5\xf4\xd3\x77\xda\xf2\x9b\x31\xa4\xed\x3f\xf0\x95\xb4\x9d\xef\xa1\x32\x08\x31\x0d\x01\x9c\x0b\x7f\xa8\xcf\x7a\x87\x79\x4c\x2e\x5e\xd7\x0f\x37\xf1\xac\x37\xce\x67\x27\x6f\xfa\xe1\x41\xda\xb3\x9a\x71\xdb\xd6\x7a\xa7\xfa\x01\x38\x6e\xa0\xee\xa8\xe7\x61\x4d\xfa\xb3\xd6\x71\x8b\xeb\xf5\xcf\x1c\xe3\x16\x17\x86\x83\x5e\x8e\x0b\x7b\x1f\xa6\x10\xb7\xd8\xfe\xee\xe5\xb4\xbe\x6d\xea\x2a\xad\x6f\x5b\x54\x73\xad\x6f\x6b\x6a\xce\x17\xb2\x22\xb9\x6c\xab\x1f\xa6\x16\xc3\x96\x16\xcf\xae\x6a\xae\xce\x3e\x0c\x2d\x86\x6d\xac\xa7\x9f\xce\x42\xa8\xe0\xd1\x45\xcf\x63\xe0\x0f\x45\x3f\xc4\xef\xaf\xa1\xf7\xc7\xe2\xd9\x42\x49\x18\x8b\x67\x67\xbd\x3b\xe2\x6a\xfa\xe5\x35\x93\x5c\x71\x70\x3d\x87\xcc\x7f\xe7\xd8\x89\x61\xf4\xef\xaf\x58\xa2\x9a\x6b\x9a\x45\x30\xcd\x86\x05\xfe\x30\xea\x18\xc3\x3a\x98\x4a\x53\x73\x5f\xec\x2f\xa9\x39\xbf\xbf\xe2\x87\xb5\xc5\xb8\x0e\xc0\x98\xf4\x34\x2e\x18\x3e\xec\x37\xc6\xb8\x66\x29\x04\xc4\x88\x9e\xfd\xf2\xb1\x5e\xd6\x40\x71\xf5\xfc\xd9\x36\x31\xa6\xbc\x20\xd4\x40\x6b\xe1\xe2\x87\x0d\xc5\x98\xce\x35\x0d\xbd\x5c\x16\x76\x44\x3f\xb1\xae\x69\x04\xbd\xbc\x36\x6d\x8c\x9a\xd5\x58\x5d\x65\x4d\x03\xf8\xc8\x9a\x24\xce\x65\x91\x6a\x3c\x00\xa0\x9e\xce\xfb\x4d\x6c\x79\x2d\x69\x11\x05\x94\xc5\xd7\x93\x28\xb3\x2c\x32\x4f\x9f\xa3\x26\x96\xb5\xd5\x52\xd0\xcb\x01\x2f\x17\x35\xf3\x6a\x56\x35\xfb\x6a\x36\x35\xd7\xb7\x1f\xd6\x1e\x4b\x5c\x2f\x7f\xce\xbd\x58\x22\x9e\xea\xe5\x84\xa7\xea\x2a\xe1\xa9\x06\x02\x1b\xcc\xdb\xd0\x34\x0b\xe9\xf2\x73\x98\xc7\xb2\xb0\x19\xf2\xa6\x6d\x52\x70\x0a\xe4\xad\xfb\x93\x8c\x1f\x6a\xd2\x0f\x85\x9f\x08\xba\x42\xea\xef\x7e\xa3\xf1\x13\xcf\xa3\xf3\x13\x41\x51\x06\x3f\x11\x1c\x65\xe7\x27\x02\x1b\xec\x38\x6f\xdd\x33\xa5\x1c\xd4\xfd\xc6\xc5\x4e\x3d\xd3\xc9\x1f\x3c\xec\xcd\x4f\x34\xd3\x4a\x7c\x68\x5b\x97\x4a\x7c\x88\x2d\x94\x4a\x7c\x74\xbf\x41\x7c\x54\x4d\xbd\x12\x1f\xe2\x33\xa5\x12\x1f\x5d\x28\xac\xc4\x47\xf5\xb0\xc4\x47\xd3\xd4\x2b\xf1\xd1\xdd\x29\xf1\xd1\x04\x6d\x25\x3e\x9a\xe7\xf1\xe0\x43\xc0\x55\xe2\xa3\x7a\xea\xf7\xf7\x57\xd2\xc6\x28\x6d\xd1\x9c\x76\x6f\x69\x99\xa7\x81\x26\xd5\xc7\x22\x15\x37\xf7\xd5\x14\x50\xfd\x58\x4d\x81\xd4\x41\x57\xea\xbb\x5f\xab\xa9\xbe\xfb\xda\xce\x43\xd0\xf5\xb5\x8f\x86\x60\x1b\xc4\xa0\xb8\x4e\x19\x20\x7f\x7d\xbd\xf6\x68\x12\xd7\x29\x90\x9c\x4d\xa0\x3b\x0e\x14\xf5\x7d\x40\x7c\xd0\xcb\x07\x0e\x5c\x4d\xf3\x58\x38\x19\x6e\xe2\xb8\xd4\xac\x4f\x0a\x16\x6a\x36\x9c\x6e\x6a\xe2\xfc\xd7\xb8\x14\x6d\x84\x9e\x13\x27\x9f\xba\x9a\x0b\x84\xa8\x59\xcd\x05\x82\x58\x54\xc5\x61\x21\x12\xaa\x1b\xc6\x2d\x6a\xfe\x1d\x13\xaa\x19\x67\x41\x50\x33\xbc\x39\x56\xcd\x38\x0b\x3e\x10\xb5\x74\x61\x15\x3f\xba\x44\x9c\x7d\xe3\xb9\xd5\xf5\x43\xc6\x0f\x42\xc2\x84\x08\xd2\xea\xf8\xd1\x01\x32\x47\xe1\xdb\x43\x3f\xe0\x60\x6c\x5a\xec\x39\x28\x37\xe6\x0f\x78\x73\x2f\x7c\x23\xe8\x87\xc6\x1f\x34\x85\x7d\xe7\x0f\x49\x3f\x3c\x9d\x66\xfd\x30\xf9\xc3\x07\x49\xf3\xa8\xfc\x41\xa3\x1c\xcf\x27\x4d\x3f\x3c\x9f\x08\xf2\x67\x79\x75\x70\xce\xf3\x19\x56\xb0\x60\x11\x5b\x13\x9b\x9e\x17\xfb\x10\x67\x9e\x93\x02\x9c\x8e\xe6\x7b\xb1\xf9\x22\x31\xe1\x5e\x22\x56\x11\x25\xdf\x6b\xa1\x8b\x4e\xaa\x7b\x2d\x74\x15\xd8\xf7\xb6\x44\x3b\x1d\x6b\xf7\x76\xaf\xa7\x9f\xd9\xdd\x01\x3d\x6b\x9b\xdc\x21\xac\xc7\x6e\xc6\xef\xaf\xaa\x4d\x72\x2f\xa9\xa9\x88\x68\xee\x75\x82\x54\x9d\x3e\xf7\x3a\xc7\xcb\xd0\xa2\xdd\x4b\x1e\x29\x12\x28\xee\xb0\xe4\x44\x2d\xd8\xbd\x8e\xf9\xba\x6d\xee\x7b\x09\x99\xd9\x13\x3b\x57\xdf\x1e\xea\xfa\xfe\xaa\x3a\xf6\xef\x25\x14\xd4\x4d\x0b\x75\x43\xd2\x69\x55\x82\xc0\xbd\x24\x9d\x62\x04\x46\x20\x41\x33\x5b\xc7\x57\xdd\xb4\xac\x77\x5c\xbd\x7b\x6a\x4b\x30\x28\x45\x33\x5b\x32\x5b\xdd\x8c\xb3\xb5\x57\x5a\xd4\xd8\x6b\xaf\x94\xa2\x8f\xf3\x82\xba\xf8\x65\xcc\x34\xea\xf1\x3a\xd9\xea\xa6\x5d\x7a\xaf\x33\xa8\x6e\xda\xc4\xf7\xe2\xe3\xbd\x0a\x8e\xc5\xc5\xbb\x4e\x8a\xbb\x61\x79\x5e\xed\xf5\x75\xf0\xeb\x8b\x61\xd6\xa0\x53\xf2\xee\xc0\xa2\x8e\x8d\x7b\xc9\x78\x35\xe8\x7c\xbb\x97\xa4\x56\x93\xce\xaa\x7b\xf1\xb9\xa2\x7d\x7d\xef\x10\x9b\x0d\xf9\xda\x42\xa5\x6a\xc1\xf7\x8b\x58\xf7\xe7\x8b\x92\xab\xa9\x69\xb1\xbe\xd6\x24\xdb\xdc\x6b\xb7\xac\xd3\x5e\xed\x1b\xcf\xd5\x5e\xdc\x6f\x6c\xc6\xe5\x79\x2e\x79\xd5\x0b\xb3\xd4\xb6\xdc\x4c\x52\xd7\xda\xf4\x71\xfb\xfc\x90\x60\x29\xf9\x10\x60\xda\x96\xf4\x1c\x9a\x9a\x8b\x98\xe3\x67\xf6\x89\x4a\x72\x6a\x9f\xa5\x4a\xe1\x24\xd7\xf9\xec\xc3\x14\x60\x85\x68\xf5\x23\xc8\xa5\x80\xad\x9b\x44\xe2\x29\xa6\x47\xc2\x4e\x9f\x1f\xf6\x35\xe4\x47\xbd\x4d\x69\xe1\x33\x7e\x8e\xcf\x94\xce\x25\x62\x6a\x42\x69\x71\xf7\xf8\x41\x7e\x4a\x4b\x4b\x8d\x49\x2f\x2f\x60\x63\xf2\xd3\x25\x26\x7e\xc4\x8c\x94\xa1\x57\xe4\xd6\xf5\xc3\xa2\xca\x50\xf2\x67\xed\x53\xce\x3b\x8e\xb0\x0f\xf6\x52\x86\xf2\xdd\xa4\x9e\xa7\x4c\x21\x62\xb8\x8f\xb6\x66\x5f\xa4\x38\xa7\xdc\x56\x1f\x35\x6b\x16\xb9\x5d\xec\xc3\x3f\xe0\x84\x92\xd8\x95\x32\x0e\xda\xa6\x93\x35\xe5\x01\x41\x44\x07\x75\xca\x64\xd5\x32\x78\xa4\x0c\x5b\x52\xc9\x9f\x53\x30\x65\xb2\x59\xd9\x93\x52\x3e\xb9\xbf\xcb\xd0\x0f\x6b\x69\x4a\x75\x1f\xd7\xea\xa3\x6e\xe9\x27\x07\x4c\xca\xeb\xe4\x0c\x65\x14\x7d\x3e\x2b\x0e\x69\x2d\x75\xbe\x0f\xa2\xe2\xa1\xe5\x54\x70\x7e\xb6\xf8\x61\x1a\xa9\x40\x77\x6b\xf5\xc3\x78\x13\xc5\xda\x26\x83\x40\xa2\x14\xdb\x24\x54\x27\x0a\x9c\xbd\x7f\x36\x58\xa2\xe4\x57\xeb\xe6\x1f\x88\xdf\xa8\x61\x1b\x96\x35\x7c\xd4\xa7\x54\x5a\xe4\x1b\x1a\xb6\x35\x40\x2e\x3a\x2a\x0d\x64\x1b\x3f\xb2\x61\x2a\x38\x8d\xb3\x4c\x06\xa9\x8c\x86\x4e\xb3\xfa\x18\xf8\x44\x36\xa6\x44\x81\xa7\x8a\xf5\xa7\xf2\x2c\x5a\xd6\x3c\xb0\xf9\x6b\xf8\xd8\x43\x52\x81\x5a\xde\x64\x65\x48\x85\x8b\x26\x23\x5e\x2a\xe7\xd3\x87\x3e\x39\x69\x83\x8c\x9a\x18\x0e\xcb\x32\x8c\x53\x08\x40\x75\xdb\x34\x2c\x2c\x37\x35\x19\x7c\x18\x6a\xaa\x54\x95\x54\x2e\x88\x50\x92\xd6\x52\xb9\x80\xd3\xe4\x99\xde\x90\xe6\x24\xe7\xa6\x02\x9b\x5c\x1b\x22\xaf\x02\x9b\x5c\xf5\x66\x2c\x20\x87\xd6\xab\xfb\x98\x7c\xe3\xf3\x03\x04\xaa\xd0\x86\xe6\x51\x03\x0c\x46\x3a\x00\x53\x85\x01\xad\x0d\x6d\xc8\x1a\xa8\x3b\x7c\xf8\x6b\xaa\x11\xc3\x96\x8f\x28\x99\x2a\x2c\x0f\x63\x0b\xfe\xe1\x22\x3e\xd4\x07\xf8\x40\x6f\x9e\x47\x5a\xf3\xa8\x4d\x0b\x55\x41\xa7\xb9\x8b\xd6\x6b\x86\xc8\x99\x3f\x9a\x6f\xaa\x19\x8a\x40\xd2\xca\xd5\x8c\x3e\xf2\x47\x54\x4a\x35\x73\x97\x37\xbd\x01\xa5\xa6\x74\x61\xac\x82\x92\x87\xb4\x9c\x54\xc9\x3a\x36\xf1\xca\xda\xb9\x3d\xd2\x07\xeb\x75\x60\xb1\xb3\xe8\xb4\xee\x94\x58\x87\xde\x80\xc8\x56\x42\xd1\xb0\x10\xd9\x7a\xed\x9a\xfa\x81\xed\x51\xc4\x7e\xea\x11\x88\x42\x0d\x7b\xac\x4e\x8b\x34\x81\x54\x0f\x6c\xc2\x52\x85\x75\x70\x9b\x62\xbe\x5f\x41\xb8\x39\x36\xbd\x71\x26\xee\x06\x8d\x72\x62\x47\x95\xe1\x37\x40\xda\x66\xb6\x15\xa4\x5d\x6a\x13\x3e\x68\xd2\xce\xa2\xa0\x0a\xfb\x74\x1e\x9b\x7f\x00\x53\x8a\x86\x05\xa4\x5d\xaa\x98\x41\x05\x25\xe7\xb1\x09\x1f\x30\x59\xe7\x26\x36\x58\x67\x24\x3e\xb4\xfa\x4b\x29\x08\x75\x88\x8f\x55\x70\xba\x5a\x45\xda\xf5\xc6\x49\xd2\xb5\xb6\x0d\x26\xb9\x3c\xc4\x94\xda\x73\x8e\xea\x14\x68\x30\xea\x55\xb3\xbe\xb6\x61\xa1\x8a\x96\xb2\x6d\xa0\xd3\xa1\x95\x6b\x01\x48\xee\xda\x73\x0d\x36\xb6\xdc\x84\xd3\x06\xe2\xcf\x2d\xfa\x0d\x4c\x2c\x6b\x47\xb5\x88\x3e\x8a\x27\x86\xdd\x50\xaa\x4e\xc5\x96\x1e\x3b\xb7\xde\x80\x35\xae\x4a\xb6\x4b\x2d\x71\x14\xf1\xc2\x96\xc8\x72\xca\x07\x41\x0d\x07\x69\xed\xc3\x3f\x24\x1e\x82\xfa\x01\xea\x79\x69\x7e\xa3\x42\x2f\x4b\x3a\xd9\x1b\x18\x6c\x1b\x62\x5b\x0d\xfa\x64\xee\x22\xdc\x06\x2a\x6c\xc9\x38\x85\x26\x91\x6b\xc9\x3f\x39\xc0\x1a\x48\x63\x48\xef\x4e\x0d\x2c\xac\xc4\xaa\xfe\xe0\x36\x68\x41\x9c\xa2\x81\x85\xd5\xa0\xd3\xa8\x6f\x60\xd8\x43\x14\xd9\x03\xf4\xff\xa6\x4e\x7b\xdc\xf8\x86\x7f\xc0\xb2\xd6\x8f\x56\x99\x7a\x22\x35\x7d\xd4\xdb\xd4\x53\x27\x5c\x1f\x54\x74\x98\x2e\xba\xbc\x3f\xa9\x37\xf2\x34\xa1\xa2\x03\x37\x55\x1a\x52\xea\xd8\x6e\xd9\x87\x4f\x5f\x72\x60\xa8\x32\x32\xa7\x7e\x91\x44\xb5\xff\x3a\xf6\xce\x90\x39\x28\xf5\x9b\x0a\xa7\xd6\x79\x80\x66\xdb\x10\x01\x0e\xd8\x7c\x9b\xb9\xde\x80\x21\xb7\x98\xde\x06\x89\xa7\xf9\x93\x44\x8c\x89\xde\x06\xdc\x17\x6d\x68\xef\x0c\x40\x5b\x9b\xc0\x1f\x38\x8c\x87\x45\xd4\x01\x5d\x39\x67\xed\x8c\xd1\x79\x70\x48\x4a\x1c\x9d\x9b\x49\xe7\xe6\x18\x91\x07\xba\xe6\x31\xb8\x50\x1f\x4b\x56\x1a\xe3\x20\x45\x6a\x14\x9c\xdf\xa5\x0b\x41\x63\x07\x73\xe9\x92\xb1\xc6\xf1\xe0\x43\x33\x85\xfb\xa2\x6e\xee\x14\xbc\xa4\x07\x6d\xc8\x01\x5e\x92\xab\x64\x91\x01\x6f\x57\x93\x7e\x91\x06\x89\x6e\xe8\x00\x1b\x3c\x37\x65\x29\x4d\x03\xe7\x66\x8b\x3a\x8d\x76\x70\x9b\xea\x93\x75\x7f\xb8\x4d\xf7\x0f\x94\xbc\x84\xf5\x3d\x40\xe2\x69\x7e\x23\x50\xe2\x11\xf8\x7b\x04\x82\x86\xd6\x76\x8f\xcf\x69\xa4\x37\x12\x56\x5f\xa6\xf8\xb4\xc3\x57\xd5\x86\xc8\x72\x87\x51\xb2\x5a\xb2\xdd\x0b\x87\x1d\x7e\xe3\xa4\x2c\xa2\x79\xc0\xf6\x57\xe4\x2a\x48\x3b\x8c\x70\x55\x4e\xc9\xb4\xc3\x08\xd7\xa2\x4e\xd6\xfd\xe1\x14\xda\x40\xfb\x8e\x6d\x5a\x24\xe0\xec\x07\x69\x4c\x4a\xc5\x0e\x7b\x41\x35\xd3\xdf\xe1\xc9\xcc\x26\xed\xfd\x06\x1b\xdc\x3c\xd3\x47\xc0\xf1\x3c\x6e\x6e\xc2\xa1\xa9\x53\xde\x95\x4d\x36\x1d\x1b\xf8\x51\xd1\xda\x1e\xe0\x0e\xdd\xfc\xe3\x88\x4f\xa7\x7a\x83\xfe\xbf\xa6\x4d\x78\x40\x16\xe9\xb2\xfd\xa7\x23\x83\xa4\xa4\xf5\xa7\x03\x36\xd9\xbe\x69\x67\x1f\x34\x8e\xd6\xa2\x37\x1a\x85\x35\xf1\xb1\xa3\x3d\x7d\x14\xfd\x40\x9b\x99\xc4\xa8\xa3\xc1\x28\x99\xa3\x3e\xe9\x64\xe9\x55\x3f\xc0\xc0\xd4\xbd\xe7\x0e\x28\x29\x65\xd3\x61\x7c\x60\x8b\x95\xd7\x4c\x29\x11\x77\x1d\x71\x07\x95\x94\xa4\x8d\x7c\x80\x83\x17\x39\x37\xd3\x71\xf2\xf0\xd1\x46\x3e\x20\x36\x94\x6d\x13\xc6\x2e\xb0\x9c\x4d\x5b\xec\xc0\x09\xdf\x37\x71\xcb\x83\x0e\xe5\xd7\x1b\xf4\x1f\x6f\xd2\x54\x0e\xca\xaa\x5d\x74\x7a\xdc\x54\xeb\x74\xa2\x9d\x3c\x8c\xbd\xf7\xcf\x10\x28\x66\x57\xfd\x40\x6d\x52\x92\xf9\x49\xe1\xb5\x25\x7d\x52\xc8\x3f\xc4\xe9\xce\x4e\x4f\xa5\x76\xe5\xf9\x98\x2e\x53\xfc\xc9\x01\x76\xc2\x89\x58\x2c\xa7\x9d\x60\xe9\x35\x79\x92\x8f\xf4\xb3\xf9\x07\x6c\xb7\x5c\x35\x85\x79\x50\xb6\x51\x1f\x70\x96\xf4\x4d\xb3\xbe\xe0\xd5\x1e\x9b\x00\xbd\xe0\xf7\xcb\x72\xb9\xa5\x8b\x32\x78\xd5\x2a\x5e\x89\x8e\x70\xa9\x53\x57\xe2\x28\x3a\x59\xaf\x0c\x13\x9f\x95\xfe\x2b\x53\x2e\x71\xa7\x99\x76\x10\xcd\xf4\xa2\xc7\xa3\x68\x87\x5e\x90\x9f\x6b\xd3\x2e\xbf\x28\x53\xe4\x8f\xef\x2a\x5d\x30\xc6\x17\xf9\x7a\xd2\x45\xc7\xef\x26\x7b\xc5\x05\xa9\xa3\x54\x29\x07\x17\x3d\xc1\x9b\x16\xfe\x82\xb6\x5e\xb2\x50\x78\x75\x6a\x0b\x32\x12\x5c\x9d\xc7\x93\xb6\xca\x45\x5f\xf1\x26\x33\xc9\xd5\x31\xca\x0b\xa7\x83\x1b\xd2\x7d\x40\x6c\x2f\xb2\xb4\xa6\x6b\x27\x11\x6b\xab\x5c\x47\x06\x4f\xd3\xa6\xbe\xa0\x2b\xe6\x28\x66\x7b\xd1\x6c\x5a\x0d\xfe\x49\x66\x2b\x8d\xf4\x62\x04\x48\x37\xd6\x21\x14\x94\x16\x35\x31\x92\x94\xfc\x4c\xe9\xa2\x84\x2d\x4f\x54\xba\xa0\x1a\xd6\xa4\xad\x72\xc1\x17\x69\x8b\x52\xba\x10\xf2\x51\x87\xc8\xf2\x02\x8d\x95\xd7\x52\x32\x5c\x23\x24\xff\x40\xd1\x43\x0c\xea\xba\xa1\x5f\x55\xf1\xf8\x0b\x96\xa6\x36\x8c\xb1\x1b\x33\x4d\x12\x53\x27\x8d\xf3\x4d\xbc\x75\x52\x08\xf5\xc4\x26\x84\xd0\x66\xf3\xd5\xcc\x54\xd9\x25\x3f\xcf\x42\x15\x44\xca\xf4\x84\xb3\xa5\xfa\x14\x98\x3b\x45\x42\x9d\xbd\x73\x27\x4b\x17\x49\xd1\x46\x5e\x8b\xe4\xd6\x89\xa5\x2c\xaf\x61\xa1\x5f\x15\xb9\x95\xd2\x84\x1c\x91\x87\x87\xc5\xda\x16\x0b\x7c\x13\x6c\xb0\xc8\x0b\x94\xe6\x49\xac\x4b\xd0\xa2\x8d\xbc\x07\x8f\xc2\xb5\x4d\xd2\x15\xe7\x45\xa9\xc9\x7d\x30\xa4\x43\xa6\xcf\x34\xc9\x2e\x4a\xd2\x3c\xc0\x5b\x9b\xbc\xdf\x69\x22\x60\xa3\x54\xa9\x42\x93\x96\x02\xf3\x0f\x5a\xe2\xb3\x22\x27\xd2\x84\x7e\x55\x8a\x34\xb0\xf9\xc8\x44\x3a\x49\x26\x28\xa8\x58\x06\x98\x93\xfb\xf6\xf5\x03\x7c\x66\xd5\xcb\x00\x96\x3e\x36\x1d\x0b\x93\xc7\x75\x90\x98\x3d\x41\x63\x45\x7e\xc8\x34\x41\x63\xdd\x82\xd6\xbc\x1f\x8c\xf9\x8d\x07\x63\x9a\xd8\xcd\x7d\xab\xd3\x08\x4e\x84\x50\x52\xf3\x0f\x10\x81\xbc\x5f\xe0\x39\x58\xc3\xfa\x8d\x46\x2d\xc3\x3f\xc0\x0e\x10\xc4\xf4\x6f\x86\xeb\x28\xc0\x21\xdd\x38\xd0\x8b\x3c\xb7\x09\x06\xee\x25\xcf\xe8\x87\x4a\xe0\x24\x67\xde\x38\xae\x7b\xd0\x61\x7c\xd3\x84\xd8\x05\xdc\x8d\x00\x8f\x96\x8a\x7f\x20\xdb\x92\x9c\x79\x73\xb1\x93\x28\xe8\x66\x30\x8e\x5c\x69\xe9\x86\xf0\xda\x83\x14\x82\x1b\x91\x59\x2d\x8a\x3b\xdc\x88\xab\x6a\xbd\x8d\x9f\x1c\x60\x37\x15\x0c\x99\x88\xf2\x06\x74\x56\xb1\xb0\xbc\x6d\xe4\x58\x1f\x40\xf3\x86\xb3\xa6\xcb\x09\x97\x37\xca\x47\x72\xff\xe5\x2d\x73\x92\x5d\x9f\xd0\x84\x28\x3f\x57\xde\xca\xc3\xb1\xc6\xe7\x07\x1e\x1c\x32\xd2\xe7\x0d\x9e\xe0\x2a\x0d\x2c\x6f\x3c\x38\xe4\x82\xcc\x1b\xd5\x55\xb9\x28\xf3\x46\x19\x6b\x64\x4d\x9d\x9c\x22\x55\xcd\x14\x1c\x7c\x04\x0f\x7b\xd0\x20\x56\x34\x31\x6c\xfb\x1a\x36\x4d\x9d\x26\xda\x10\xf4\x03\x22\xa8\xaa\xec\xcf\x79\xbb\x68\x44\x1a\x1a\xe5\xe6\xb2\x56\x75\x7a\x53\x6c\xff\xec\xf2\x1c\x36\x1e\xe8\x1f\x0b\x6a\x0e\xd4\x16\xd2\x67\xef\xe4\xc0\x65\x90\x1c\x9f\x03\x97\x21\x7e\x44\xbb\x1c\x36\x4a\xe9\x1f\xb7\x44\x0e\xb0\xe2\x8f\x90\xd4\x29\x64\x80\x12\xb2\xde\x80\xd8\xde\xa3\x90\x1c\xe8\xf7\x2e\x41\x9f\xd4\xa7\xd3\x0f\x82\x42\xe3\x2e\x6f\x7a\xa3\x01\x5a\x59\x0c\x73\xe8\xcf\xb0\x9a\xe9\x20\x1f\x08\x82\x96\x7e\xe6\x28\x9c\x06\x08\x90\x5d\xc1\x81\x39\x80\x73\x66\x51\x75\xa6\x8b\xa2\xc7\xa0\x51\xc0\xe4\xb2\xb4\xa7\x1c\x40\xf7\x43\x51\x0f\x39\x40\x6a\xca\x21\xeb\x07\x6c\x84\x22\x26\x97\x23\xe5\x45\x71\x9b\x8c\x38\x9b\xd0\xfb\x67\x97\xe7\x88\xf3\x2a\xcb\xf1\x9f\x11\x11\xb3\xe6\xa1\x4f\x2a\x6d\x79\x5d\x3f\xb4\x4a\xa2\xf3\x0f\xa0\x53\xc5\xfa\xe4\xd8\x4f\xfe\xf0\x01\x2e\x0e\x82\xff\xb1\xb0\xe7\x08\x07\x55\x1f\x59\x3f\xc0\xda\x57\xf3\xa6\x3e\x60\x67\xc9\x32\x1d\xe4\x48\x6b\x5f\xfe\xb0\xe3\x1c\xef\xc7\xec\xa6\x79\x50\x15\x2a\xaf\x37\x4e\x8a\xfe\x9f\x4e\x13\xcc\x5d\x23\xa8\xd3\x14\x89\xe4\x0f\x2f\xc9\xa9\x92\x51\x46\xbd\x31\x48\x41\x49\x6f\x0c\xba\x67\x44\x74\xe9\x20\x43\xd1\x32\xa4\xf3\x11\xb4\x3e\x13\x4b\x17\x18\x94\xd7\x36\x71\x03\x19\xfc\xc4\x68\xd3\xe8\x1f\x78\xb4\x48\x78\xcd\x89\x76\x22\x6f\x75\x06\xe0\xf5\xf8\x91\xcd\x72\xde\x68\x49\xd2\xca\x65\x46\x82\xc6\xcf\x41\x9a\x33\x0c\x73\x5d\x21\x5b\x39\x47\x0e\xfb\x11\x3c\x33\xfd\x46\xf9\xf5\x49\x27\x59\x56\x0d\x3b\xe8\x39\xdb\xfc\x03\xcf\xab\xa6\x1f\x68\x32\x93\xf7\x24\x67\x2c\x76\x55\x20\x62\xce\x07\x69\xac\x6a\x58\xc4\x19\x57\x2f\x65\x3e\x1e\x5a\xff\x50\x72\x3e\x79\x08\x8a\x5d\x64\xd8\x9a\xc6\x16\xfd\xc3\x63\x30\x8d\xfa\x01\x3b\x5b\x56\x8f\x9c\x69\x85\x95\xe4\x95\x33\xc4\x86\xa1\xa8\x98\x4c\x67\x54\xa9\xc6\xe9\xe4\x56\x77\x1f\x70\x40\x65\xc5\x4c\xe5\x0c\xb1\xa1\x2a\x6e\x20\x67\x84\x16\x97\x68\xf0\x29\x89\xca\xb3\x9f\xf3\xa4\xc1\xa6\xe8\x07\x2a\x7e\x2d\xf5\x1f\x1c\x60\xb9\x80\x73\x76\xc5\x03\xe5\xb2\x71\x77\x7d\x34\x9f\x5c\xc0\x39\x8b\x8c\xb8\xb9\x6c\x24\x73\x1d\x1c\x85\x21\x87\xf2\xc6\xe4\x82\x98\xe0\xa1\x50\xa6\x5c\xa8\x5f\x29\x58\x26\x17\x9a\x79\xd3\x47\xe3\xc8\x05\x66\xb7\x9c\xb4\x02\x25\x4e\x1a\x93\x3f\xc8\x2a\xb0\xd9\x96\x9c\xfd\x03\xad\x9f\xc9\x3f\x40\x92\x8b\x5d\x13\x43\x88\x4a\x2e\xc9\x3f\x3c\x67\xcd\x67\x49\x4a\x7e\xe6\xa1\x89\x15\x4a\xb6\x4d\x13\xa3\x01\xa8\x54\xbf\x41\xd2\x10\x99\x33\xa2\x6c\x6c\x9e\x18\xc3\xc3\xbc\x77\xca\xe3\x16\x71\xa7\x95\xea\xa5\x71\xca\x18\xab\x94\x35\xb1\x4a\x9a\x6d\x1a\xb6\x91\x75\x88\x88\xe9\xe0\xeb\x0a\x91\xcd\x05\x6a\x5d\x96\xec\x9b\xcb\x4e\xde\xaa\x9d\x51\x18\xeb\x92\xbc\x2e\x8c\x59\x92\xe5\x32\x17\x86\x33\x4b\xf3\xc9\x85\x14\x19\xc4\x4a\xcb\x24\xc7\x12\xd3\xaf\xa4\x20\x99\x87\xf3\x13\x63\x14\x87\xdf\xc0\xd1\x92\xc4\x29\x6a\x78\x6c\xfa\x49\x3f\x10\x38\x91\x54\x65\xc8\x9d\x45\x0f\x3a\x92\xb2\xdc\xaa\xb9\xc2\x9a\x53\xaa\x76\x46\x7d\xa2\xb3\x3e\xaa\x72\xae\x88\x43\x18\x41\xb2\x59\x3d\x48\x96\x55\x13\x3b\x79\x18\x8b\x1f\x55\x28\x18\x45\x26\xa2\x4c\xb7\x48\x89\x5a\xfd\x7a\x3f\xc2\xf0\x07\xa7\x8d\xb6\x04\x59\x2c\x72\x83\xd1\xa4\xc8\x39\x9e\x5b\xe2\x32\x08\xeb\x2d\x67\xfe\xa0\x3e\x68\x29\xb0\x3c\xd3\xf2\xcd\x65\xd0\x1b\x8d\x8e\x13\x9d\xac\x0d\xbe\xda\x2e\xad\x36\x37\x2c\x76\x55\xec\x4c\x6e\x08\x5b\xaa\x32\xfd\xe7\x86\x38\x89\x16\x3c\x2c\xcf\x09\x0b\x8d\xed\xa6\x39\xf4\xe3\xad\xcb\x7d\xa3\xe9\x5f\x2c\xac\x6f\xb4\xe4\x4a\x7c\xe9\x09\x2b\xa7\xe8\xd3\xdc\x0b\x9d\x03\x62\xfa\x1d\x62\x65\xa9\xda\x0d\x9d\x66\xea\xf8\xd1\x49\x72\xa7\xa5\xc0\x62\x43\xdf\x19\xec\xad\xd5\xef\x10\x3c\x8b\xa2\xfe\x72\xe7\x42\x35\x31\x94\x7e\x71\x58\x51\x72\xa7\x60\xbf\x69\xef\x77\x5a\xc8\x36\x77\x7a\xd3\xe7\xa3\x3d\x37\xa8\xf9\x28\xf2\x30\x8f\xf0\xf8\xae\xab\x7e\x98\x9c\xe9\x07\xfc\x81\x43\xb0\x28\x76\x26\x8f\x48\xcb\xc9\xf0\x1b\x14\xf7\xa3\xdf\xb8\x19\x64\xf0\x59\x86\x01\x77\xd5\xf0\x42\x0d\x78\x73\x4b\x11\x0a\x47\xa2\x5a\x27\x76\x31\x12\x4f\x23\x09\x16\x83\x2a\x83\xc5\xfd\xc1\x24\x03\x33\x94\x41\x1d\xc2\x72\xc4\x60\xac\x68\xee\xfe\x61\xe7\x27\x1a\x16\x36\xd6\xdc\xbb\x60\x81\x93\x22\x5b\x7c\xa1\x83\x21\x17\xad\xed\xd8\x49\x0e\x22\x98\x81\x43\x30\x17\x03\x47\x0d\x2c\x15\x21\x79\xd2\xf6\xad\x1f\x76\xb2\x8b\x92\xc2\x4f\x0e\xb0\x3d\xd0\x8a\x22\x40\xf7\x98\x39\xc0\x67\xd6\x7b\x7a\x46\xfc\x4c\x61\xa7\x99\xb7\x88\x41\xed\x3b\x37\xa4\x28\x72\x07\xbd\xb5\x28\xa9\x74\x87\x7d\xa3\xc8\xd9\x90\x77\xfa\x9e\x7c\x2c\xec\xf3\x19\x56\x9f\xdc\x04\x43\xdb\xed\x08\x4c\x50\x10\x4b\x7f\x6c\xe9\x52\x57\xf3\x11\xf9\x86\x8e\x96\x23\xd2\x66\x24\x89\xe1\xc0\x76\xab\xca\xb6\xc9\x07\xcd\x7f\x49\x67\xde\x81\x50\x91\x9e\xc4\xa0\x68\x29\xcf\xa5\xfb\x07\x4a\xb6\xda\x4c\x07\xa2\x77\x6a\x12\xcd\x1e\xfd\xb1\x80\x68\x94\x41\x81\x49\xfc\xf9\x60\x20\xad\x19\x14\x4d\xe7\xb9\x7a\xea\x8c\x2e\x49\xda\x3b\x07\x83\x35\x93\xe4\xe7\xe3\xe0\xca\x49\xf1\x3b\x1e\xe7\xa7\x8e\xc9\x83\x72\x9a\xf2\x60\xf2\x49\xb5\x4e\xe1\xeb\xf9\x84\x6d\xa2\x9a\xfd\x9c\x74\x58\x54\x49\x94\x27\x2d\xb9\x43\x2c\xfd\xa4\x25\xd7\xda\xf5\xc9\x10\x1e\xa5\x12\xe5\x33\x53\x5c\xfe\x58\x0d\xf2\xc9\x58\x09\x79\xc9\xf2\x59\xf8\x83\x0e\xe3\x13\xe7\x55\x55\x44\x78\x3e\xeb\x03\xad\x3a\x6d\x3c\x38\x24\x72\x9f\xed\x11\x92\xf4\x09\xed\xb4\x43\xb2\xef\xd9\x79\xa2\x89\x0f\x9c\x34\xdc\x0e\x89\x2f\x27\x09\xd7\x7c\xe0\x04\xe7\x2c\x72\x7a\xe4\x93\xa1\x11\x59\xb2\xd9\x09\xe9\xb8\x0c\x1d\x1c\xb4\xc1\x37\x93\xf6\x09\x31\xb5\x06\x23\x99\xe6\xae\xd7\xc4\xc0\x5b\xab\x19\xd4\xb5\x11\x1f\xa2\x8f\x0b\x42\x63\xb5\xc8\x7d\x81\xf8\x6b\xd5\x7e\xb9\xe0\x7a\xcb\x55\xdc\xe6\x6a\x14\xe7\x84\xf5\xab\x3d\x58\xff\xac\xed\x05\xf6\x33\x64\x33\xca\x34\x42\xb7\xf4\xf1\x6f\xe6\x6b\x30\x32\x44\xbc\x75\xfe\x5d\xcc\x6c\x9e\x1b\x12\x27\x9a\x9a\x69\x35\xfd\x32\xb1\xa9\x49\xcf\x05\x96\xc3\x8e\xf2\xdc\xfa\xf7\x97\x25\x8e\xb9\x21\xee\xd2\x9d\xef\xab\xe9\xde\x18\x85\xa9\x26\xa3\x4d\xa3\xda\xd7\xf7\x57\xd5\x89\x3f\x37\x44\x88\x06\xb7\x11\xa1\x2b\x9d\x7f\x2e\xfc\x29\xf2\x2d\x4f\x44\xe8\x16\x3f\xcd\xdf\x5f\x4d\x1c\x6f\x2e\xf9\xaa\x89\xa1\xce\x25\x9f\x5b\xd6\x9c\x4b\x40\x69\x5a\xbb\xb9\xb8\x50\x13\x87\x99\x4c\xf0\xab\xdd\xcf\x89\x53\xb1\xcf\x89\x30\xdb\xa2\xd8\xd7\x3c\xc1\x71\x9b\x72\x28\xf3\x44\x6e\x94\x4c\xbd\x79\xc6\xfe\xfd\x55\x92\x3b\x80\x3d\x27\x1a\x73\x11\xa8\x12\x70\xe4\x7a\xd6\xb5\x26\x22\x73\xab\x9b\xc4\x95\xdb\x4c\x05\xf3\x42\xae\x13\xb5\xca\x5c\x34\x13\xe2\x65\xa5\x63\xcf\xc4\xc4\x2e\x0d\xbf\x34\x8b\x9a\xba\x3f\xaf\x6b\xba\x5a\x66\xf0\xdc\x56\x7b\xfb\xc9\x79\x34\xd3\xa2\x11\x83\x9e\x16\x8d\x88\xea\xe7\x62\x3e\xcd\xa8\x4c\x20\x0a\x69\x30\x33\x71\x2f\x1a\x15\x4b\x61\x29\xb2\x0d\xcd\x1c\xfe\x2e\xf4\x34\xcf\x1c\x11\x6d\xad\x0e\x33\x28\xda\x8f\xcb\x9a\x8c\x10\x91\x49\xcf\x9a\x4d\xc6\x5c\xdd\x7c\x8c\xb4\xee\x6d\xad\x8b\xa4\xe3\x99\xaf\x35\x79\xe1\x65\x49\xad\xcd\x24\xb9\x64\xd6\x66\x92\x2c\xa4\x01\x81\xb6\xb4\xa4\xb8\x79\xef\x95\xf1\x0a\x5f\xcf\xf3\x49\xba\xf1\x5e\x03\x47\x6d\xd5\xcb\xb0\xb4\xaa\x32\x5e\x1d\x5c\x00\x46\xcd\x45\x14\xa6\xc9\xb2\xf6\x8f\xe4\xb4\x59\xc7\xf7\x57\xd7\x21\x39\x69\x86\xea\x26\x01\xc4\xbc\x26\x63\xaa\xf1\xbc\x37\x38\x8d\x41\xcb\xfe\x80\x41\xcb\xc2\x1d\x93\x1f\x94\xd4\x99\x27\x03\xdd\x2c\x97\xcc\x1e\xbf\xbf\x52\x31\x7f\xe8\xef\x80\xfd\x3c\x3b\x02\xf6\x05\x7e\x67\x50\xa4\x64\xf3\xd9\xd7\x5a\x55\x77\x4f\x33\xb5\x09\x0d\x9e\x58\x2b\xb2\x13\x41\xdf\x66\x37\x9d\xd8\x12\x42\x3a\xd0\xa5\xee\x10\x12\x2e\x15\x6e\x8e\xb8\x9a\x9a\xdb\x40\xb8\xba\x8c\x21\x73\xe4\xef\xaf\xaa\x83\x1c\x89\x1a\x55\x02\xc7\x84\x6a\x92\x9b\xf7\xd3\x00\xf2\x35\xb3\x41\x0e\x63\xe4\x0f\x4e\x5d\x73\x1b\x13\x6d\x3f\x87\x51\xd9\x54\xbd\x6f\xaf\x64\x86\x3c\x97\x10\x5a\x65\x38\x98\xfb\x9a\xbb\x0e\x8d\xb9\xd3\x48\xe9\x33\x60\x9d\x99\x96\x69\x91\x32\xd2\xcd\xf2\x97\x1a\xd5\xcd\xfc\x60\x02\x57\x40\x5f\x9e\x4b\x61\x8e\x9b\x39\xcd\x52\xb2\xc6\xe6\x4d\x40\xdb\x53\x33\x59\xc2\xf2\x98\x82\x14\x84\x79\x20\xe3\x41\xc8\x38\x1e\x32\x77\x8f\x27\xc3\xaf\xdc\x25\x23\x6a\x7d\x14\x2c\xa9\xa8\x4a\x8a\x44\x9a\xab\xf5\x1e\xf8\xd9\xea\x16\xfc\x78\xad\x9d\x8e\xee\x79\xae\xa5\xd3\x19\x3b\xcf\x8e\xb7\x35\xbb\x13\x89\x08\xc1\xaf\x2f\xb2\x91\x10\x33\x19\x88\x1b\x4d\x37\xd7\x3a\x4b\xcc\x99\xaf\x75\x96\x98\x12\x2e\xc2\xaa\xcf\x2f\xb2\x3b\xcd\xed\x02\x51\xfa\x60\xb8\x16\x47\x31\xe4\x4b\x77\x68\x5e\x8b\x49\x36\xee\xf6\x3a\xe5\x7c\x82\x4e\x80\x22\x7d\x0f\x2e\xb8\xba\x49\x53\x9d\xcc\xd2\xaf\xaf\xef\xe9\xbc\x90\x2c\x3d\x27\x43\x37\xfc\xc9\xbd\x7d\x7f\x75\xd3\xdd\x8d\x09\x18\x97\x77\x5c\x8f\x35\xfb\xa5\x60\x0e\xaf\xfc\x52\xa6\xeb\x66\x42\xbb\x0b\xbe\xfe\x49\x60\x44\x9e\xf7\x22\x43\xf3\xba\x1b\x8c\xbb\x79\x28\x6e\x31\xe9\xb2\xf3\x3e\xd6\xfb\x42\xfc\x7d\xad\xa9\x68\x59\x18\x6e\x65\x45\x1f\x6e\x41\x45\x82\x64\x38\x05\x1d\x3b\x9e\xef\x25\x26\x29\xbe\x34\xdf\x1b\x48\x4a\x82\xea\xbd\x31\x7a\x72\xf8\x05\x82\x9a\xd4\x06\xa8\xa2\xb2\x1b\x72\x93\xcd\x81\xf7\x06\x86\xd0\xd5\xdc\xd7\xe4\xfd\x36\xf2\x3f\xdc\xd9\xb5\x9e\x7a\x2c\x1c\xfe\xd5\x93\x59\xa0\x68\x77\x33\x57\xc9\x46\x58\x24\x2b\x55\xb9\x08\x33\xb3\x95\x6c\x56\x43\xba\x52\x97\x26\x78\xd3\x10\xe5\x35\xbf\x03\xa7\xae\xc9\x05\x4c\xdd\x8f\x99\xd7\x25\xde\xc5\x14\x25\x8b\xa8\x48\x41\xaa\xb6\x96\xdd\xb1\xf3\x03\x4d\x90\x41\x6a\xcd\x33\x64\x5a\x52\xf3\x17\x17\x84\x23\xb7\x17\x3f\xb0\x01\xea\x86\xf9\x40\x0e\xee\x7c\x43\xba\xc9\x55\xe2\xdf\x0d\xf1\xc6\x7e\xbe\x1b\x92\xb7\x0d\xc6\x37\xec\x53\x2f\x10\x29\xef\xa8\xe0\x45\xbe\x11\xcd\x69\xeb\xd4\xcd\xe0\xf2\x28\x9d\xe2\x46\xf4\xac\xb9\x20\x73\xa5\x82\xd7\x1f\xf6\x0b\x39\x90\xf3\x0d\x31\x47\x11\x2a\xf9\x5e\x1a\x58\xb5\x47\xf4\x5e\x52\x4f\x55\x02\x4d\x46\x72\x55\xb5\xd3\xe8\xce\x8c\x1a\xf6\xaa\xc3\x8c\x6b\xc3\xde\x9d\x69\xb6\x93\x31\x0c\xf9\x58\x41\xf1\x0a\xf9\xce\x4c\xd7\x77\x8f\x00\xd1\x64\x91\x21\xda\x7b\x51\x10\x17\x98\x5b\xf3\x0f\x6b\x95\xec\x61\xba\x11\x03\xba\xbd\x06\x9c\x18\xd0\x03\x60\xd5\xb2\x40\x2e\xc8\xa9\xf3\x16\x44\x46\x98\x0d\xe4\x37\x22\xad\xec\xf2\xbc\x61\x75\x56\x56\x7f\xbe\x97\x78\x55\x83\xf7\x24\x34\xd2\x4d\x76\x17\x78\xe0\x6b\xf0\xa6\x82\x03\xfe\x45\x55\x90\xb7\xcc\xcb\x6e\x88\x5b\x9b\x89\xa6\x70\xc9\xaa\xda\x80\xcf\xf0\x23\xc8\x71\x2b\xee\x0f\x4b\xe6\x3d\x0d\xcf\x9f\x22\x93\xf3\x5d\xb1\x84\x32\x31\xdc\x95\xf0\xeb\xfb\xca\x15\xd4\x8a\x56\x64\x15\x76\xbf\xdf\xd0\xd6\x7c\x10\x18\x95\xb2\xbf\xdf\xb1\x1e\x9a\x5f\x5d\x24\x98\x83\xbf\x47\x9e\x97\x8e\x9e\xbb\x4e\x3c\xf7\x78\x48\xea\x92\xe2\x78\xc3\x8c\x92\x92\xdb\x8c\xcc\x32\xc2\x28\x31\x4a\x74\xbf\xdb\x9a\xb0\xcd\x1d\x37\xc2\xb0\x6c\x90\xbb\x97\x7a\x5b\x6d\xec\xb8\x97\x76\x5b\x93\x19\xcd\x92\x38\x6b\xde\xfc\xfd\x40\xdb\xe3\xed\x00\x58\x08\x85\xf9\x40\x71\xcb\x19\xf1\x13\x35\x8d\xed\x27\xc7\xcb\xdd\x90\x48\x69\x96\x00\x0b\x50\xca\x1e\x0c\xd8\xd0\x59\x7a\x2f\xe9\xb6\x26\x6f\xc8\x25\xdc\xd6\x2c\x85\xef\x5e\xb2\x6d\xcd\xc1\xef\x13\x39\x9a\x6c\x27\x72\x84\xcd\x25\xfb\xd6\x64\x9e\xd6\xa1\x2c\x48\x10\xb8\x3b\x91\xa3\xf9\x20\x40\xcd\xb2\xf4\xbd\xa4\xdf\x6a\xbd\xff\x46\xbc\x5a\x6e\xde\xbf\x94\x86\x93\x27\x88\x64\xe5\xe4\x0e\x00\xa0\x44\xd0\x7b\x6c\x00\x48\x1d\xc2\xb2\x90\x24\xf7\xdd\x83\x00\x6a\xc2\x90\x80\x15\x24\x9e\x6f\x88\xc0\x59\x52\xd7\x0d\x73\x58\xca\x6e\x37\xbc\xef\xef\x91\x72\x69\x8e\x36\x48\xbe\x7e\x9f\xf3\x17\x02\x06\xd9\x8d\x10\x08\x63\x9a\x3d\x6e\xf7\x20\x39\x0b\xbe\xfd\xe1\x90\x1a\x70\x7f\xce\x1d\x41\xc4\x08\xe3\x2c\x7d\x84\x69\x9b\x8a\x27\xce\x37\xf2\xf1\x9a\x09\x90\x96\xa4\x6a\x96\x72\x40\xd0\x36\x0f\x3d\x20\x69\x4a\x3f\xbc\x19\x2d\xf2\xe2\x49\x07\x63\xd3\x04\x24\x13\xab\x8d\xd4\x83\x61\xd1\x7e\xbe\x56\xb9\xf9\xd8\x80\xe8\x6c\x69\xf3\x5e\xb2\x73\xb5\x36\x7d\x1f\x4f\x5a\xa2\xc8\x90\xa2\xb3\xc9\x94\x92\xb3\x99\x2a\x45\x67\x9f\x84\x88\x51\xb3\xf6\x7d\xc3\x2d\xdc\x8c\xd5\x93\xfe\x11\xa1\xec\x2c\xc0\x80\x20\x3e\x1b\xfa\xf3\xf7\x9d\x91\x75\x1e\x00\x10\x19\x23\x4c\x0b\x37\x97\x3a\x09\x91\x20\x3c\xa9\x0c\x98\x4b\x50\x1e\x37\x5d\x9e\x0c\xa4\xf7\x07\x84\x58\x33\x84\x9f\x44\x11\x85\xf9\x86\xd9\xba\x99\xce\x2f\x6a\x07\x7e\x1f\x9a\x9d\x8f\x81\xab\x02\x63\x9a\x30\x23\xac\xcc\x36\x2f\x06\x13\x0a\xc0\x8b\x00\xfa\x39\xc3\x19\xfc\x3d\x01\xf4\x78\x27\xda\x42\x00\xb3\xf4\xbc\xaf\x98\x15\x1f\xdd\x3f\xe0\xf3\x3e\x43\xd0\x7b\x33\xd7\x9c\x84\x4f\xef\x33\xc5\x33\x7b\xc9\x99\xbd\xd0\x7d\x70\x4f\xcc\xc0\x92\xc1\x52\x02\x62\xb0\x40\x37\x6f\xd4\x0b\x53\x07\x8c\xa5\xb0\xd8\x7f\xdf\xa8\x72\x66\xa2\x40\x6c\x85\xd3\xad\xf3\xbd\xf4\x82\x18\x4c\xd6\x4b\x31\x68\x8e\x44\xba\x97\x62\xe0\x64\x80\x7c\x2f\xe1\x3e\x06\x53\xed\x4d\xaf\x8b\xc9\xea\x46\x6d\x1c\x53\xcd\xcd\x24\x4c\x1f\xd6\x37\x61\x78\x56\xb9\x20\x21\x3a\xca\xa0\x5b\x9e\x94\x68\xd5\x27\x2b\xdb\x12\xd8\x5b\x18\xfe\xa0\x62\x0a\x5d\xed\x86\xe7\x6e\x23\x88\x2b\xc7\x9f\x9c\x36\x05\x21\x70\x31\x7c\x98\x55\xd9\x96\x80\x1f\x95\x51\x52\xb6\x25\xd2\x37\xc5\x38\x94\x6d\x89\xf4\xb1\x7c\x64\x8d\xb2\x05\x62\x38\xa9\x1d\xd1\xf6\xf3\x84\xd9\xa9\xff\x25\xe3\xc7\xf0\xe1\x64\x65\x83\x39\x54\x8c\xaa\x6c\x81\xd0\x69\xbc\x25\xf4\x37\xd5\x84\x2b\x5b\xc0\x02\x44\xf7\xcf\xf9\x07\xb5\x89\x7f\xb7\x0f\x2c\xa0\xdf\x3f\xd1\x9f\x9f\x4f\xcc\xcf\xf3\x01\x49\x79\xbc\x88\x52\x02\x86\x27\x12\x5e\xcd\x77\xe9\x10\x2d\x6e\x7e\x1f\x04\xb5\xa9\x7f\x14\x38\x52\xf1\xa9\x82\xd2\x54\x31\x6c\xc2\x57\x24\x7c\x6e\x03\x3e\xe3\x3b\x02\xbe\x4d\xf3\x8b\x80\x2f\xba\xcd\xf5\xd2\xea\x47\xc0\x67\xfc\x2d\x0d\x25\xca\xc3\x59\x36\x84\x6e\xe4\x66\x80\x97\xca\xd2\xa2\xe9\x2f\x01\x60\x03\x90\x02\x9e\xeb\xfd\xa5\xb1\x38\x26\xb3\x6c\x8f\xaf\xc0\xf4\x98\xb0\x65\x4c\xbf\x09\x10\x1a\x82\xf4\x94\x9c\x13\x0a\x51\xb8\x29\x6c\x6a\xa3\x7a\x83\xce\xaa\xb2\x2d\x0d\xa3\x29\xd0\xba\x6c\x19\x25\xa4\xaa\x50\x9e\x41\x42\xc5\xed\x8a\xb6\x06\x5c\xfa\x44\x2c\xc5\xfd\x77\xf4\x27\x94\x67\x54\xbf\xaa\x6e\xef\x78\xee\xf1\x0f\xb4\xdd\xff\x89\xf7\x85\x21\x98\x5e\x95\x99\x51\xb6\x0c\x73\x64\xf5\xf8\xdc\x32\x7a\xbf\x00\x1e\x7f\xbf\xd4\x8b\xa6\x84\xb4\xb2\x15\xd4\xc4\xaa\x1a\xbf\x30\x58\xc0\x7b\x6e\xe9\x13\xad\x19\x01\x2c\x9b\xd4\xbd\x66\x4b\x81\x88\xa5\xfa\x03\x42\xa0\x19\x15\x40\x50\xb4\x64\x85\x10\xf8\xfb\x89\x19\x79\x06\x30\xa8\x16\x3d\xaf\x58\xa1\xa4\xef\x2b\x20\x4a\xea\x7f\x29\x10\x4d\x27\x57\x41\xc0\x6b\x2c\x55\x18\x42\xd2\x55\xe9\xa6\xf2\xda\xbf\xbf\x7a\x6a\xee\x60\x60\x40\x01\x50\xb1\x24\x49\x24\x50\x01\x50\xd1\x92\xd5\xe7\x2c\x76\x87\x17\x70\xee\x11\x01\x91\x21\xae\x5c\x13\x75\xd0\x08\x91\xde\x6f\x84\x40\x13\x68\x58\x23\xd3\xd0\xd2\x28\x62\xa9\x6e\x13\x42\xf5\xbf\x34\x8a\x58\xaa\x26\xdc\x40\x83\x4d\x4b\xd6\xb0\x42\xa6\xd1\x86\xf9\x9a\xe6\x97\x50\x9f\x36\x23\xa0\x33\x8d\xd8\x5c\x7e\x49\xf5\xce\x67\x2d\xdb\x92\xea\x7b\x32\x8d\x2c\x29\x3e\x6d\xde\x64\x4b\x6a\xef\xca\x67\x28\x5b\x67\xfc\xb0\xb7\xed\x92\xca\xed\x01\x2e\x5b\x3f\xd1\x16\x86\x58\xcb\xc9\x6b\xda\x27\x9e\xff\x24\x19\xb6\x6c\x83\xe9\x5d\x5e\xe0\x25\xc3\xa7\xcd\x14\x35\x08\x8e\x7a\x5f\x32\xbc\x1d\xe5\x65\x5b\x32\x7c\x4f\xde\x13\x4b\x86\x4f\x9b\x09\x60\xc9\xec\x49\x2a\x78\xd9\x06\xaa\x56\x99\x27\x0c\x94\xad\x2a\x5a\x8f\x01\x68\xbd\x47\x07\xa1\x75\xff\x17\xda\x7e\x1f\xd0\x7a\xbd\x97\x0c\x9f\x36\xf3\x88\x9d\xe8\x17\x3c\x8c\xf8\x91\x65\xa8\xa0\x70\x60\x2a\xe6\xc3\xfb\x05\x8f\x83\x3b\x9c\xdf\x5f\x8e\xe3\x2f\xa8\xde\x9a\x8a\xf9\xfa\x92\xf0\xc7\xe6\x09\x1c\x30\x03\x7a\xbd\x97\x40\xef\xb8\xec\xb2\x2d\x79\x3e\x15\x9f\xe3\x34\x86\x1b\xa0\x25\xcf\xa7\xe2\x73\xe4\xe8\x78\xee\xf6\x8e\xb6\xe6\xbf\xe4\xf9\x54\x2c\xb6\x1c\x2c\xa5\xe9\x1d\x77\xc0\xac\x69\xa6\x74\x4c\x7c\xa0\x15\x59\xf2\xbe\xe3\xbb\x0a\x2a\xca\x3a\xf8\xba\x6c\x4b\xbe\x77\xec\x56\xd9\x4e\x02\xa4\xef\x4f\x02\x24\x04\x9d\x00\xc8\x3c\xee\x24\x40\x42\xd0\x09\x80\x4c\x31\x4b\xbc\x77\xfa\x71\x41\x79\xda\xb1\x79\x87\xb2\xb2\x8d\xe9\x1d\xae\xf7\xac\x72\xab\x65\x5b\xe2\x7c\x1a\xc6\xd0\x12\xe7\xd3\xf0\x07\x4c\x80\x29\x3e\xa7\x96\x3c\x9f\x86\x47\x5c\xf2\xfc\x78\x9d\x4b\x4b\x9e\x1f\x2f\x2e\x79\x15\xbc\x2f\x88\x96\x7c\xef\x32\x9b\x05\xd5\x71\xc7\x4b\x54\x42\xb0\x71\x4d\x66\x5a\x4b\xa0\x4f\xc3\x6b\xb6\x04\xfa\xf1\xe2\xa2\x4b\x80\x1f\xcd\x9b\x84\x69\xaa\x39\x19\x04\x26\x06\xf9\x20\x59\x22\xfc\x78\x1d\x55\x0c\x3f\x78\x31\xde\x09\x98\xbc\xea\x13\x30\x79\x9f\xa1\xe2\xd9\xf0\xaa\xce\x0a\x18\xb4\x2a\xb3\xe1\xb9\x70\x32\x3b\xbe\x77\x7f\x03\x20\xf9\xfd\x1d\xcf\x3d\x3e\xea\x0f\x99\x6f\xce\x0b\xef\xfb\x7b\x2c\x9a\xa9\x60\x69\x0c\xe3\xc5\xc7\x6f\x00\xe8\x73\xe1\xe6\x9a\x69\xfe\x37\xd7\x4c\x08\x60\x28\x7a\x19\x9a\xc0\x52\x10\x1c\x3e\x59\xb6\x1b\xc6\xcc\x17\x27\x80\x3b\x60\x7b\xb1\xb2\xa5\x32\xe4\xf4\x1a\xf2\x40\x5b\x28\x40\x2c\x7b\xee\x16\x59\xa1\x42\x6c\x2f\x66\x04\x97\xc1\xf6\x62\xf6\x08\x67\xda\x14\x91\x59\x50\x4d\x38\xa7\xe2\x76\xe0\x4a\x67\xfd\x10\xf1\xc2\x50\x3b\xb1\x87\xaa\x1f\x32\x5e\xf0\x07\x80\x53\xdb\x2d\x20\xc0\x7e\xf3\x91\x1d\x36\xee\x97\x8f\x09\xa2\x30\x89\xa3\x66\x49\x05\x21\x6c\xa8\x0d\xa5\x31\x11\xc1\x17\xe4\xba\x2c\xa8\x70\x9c\x2d\xa6\xb0\xc0\x71\xd8\x36\x7f\x91\xf1\xc2\x4f\xa2\xa7\x4b\x58\x9a\x45\x36\x29\x05\xb8\x0f\x82\xc2\x38\x4a\x58\xaa\x44\x36\x2d\xb2\x7c\x72\x50\xec\x42\x09\x88\xae\x08\x0a\xf4\x28\x61\x29\x07\x45\xc1\x09\x25\x20\x26\x2c\xa8\x1a\x4c\x41\x3d\xd7\xb2\x19\x02\x24\x60\x87\xa2\x63\x37\x20\x1c\x23\xa8\xfa\x47\x09\xac\x5c\x5b\x74\x90\x07\xd6\xae\x55\x68\x5a\x09\x70\x42\x04\x15\x50\x29\x21\xa2\xf6\xaf\xe4\x4d\x16\x75\xce\xcd\x6b\x47\xaf\x83\x4f\x4b\xa6\xcf\xc4\xd7\xbc\x52\x44\x17\x7e\x01\x65\xe3\x44\xd5\x01\x5e\x84\xa8\xc4\xf1\x12\xe0\x45\x88\xf2\xf0\x97\xb0\xa4\xf8\x22\x17\x77\x09\x4b\x88\x2f\xaa\x01\x5d\x02\x2b\x10\x2a\x88\xbc\x04\xf8\x0d\xa4\x07\x85\x25\xe4\x2b\x16\xa8\x04\x78\x11\x8c\xc7\x25\xe2\x57\x23\x29\x2f\xad\xbc\xb9\x09\x81\x5f\x43\x67\x9e\x04\x6a\x36\xb8\x7d\xd5\xe4\xc1\xa6\x26\x8e\x01\x4f\x03\xa6\x75\x53\x31\x12\x85\x7d\x4c\xb2\xfa\xb5\xbc\x63\x25\x94\x27\x4d\x40\x1f\x20\x04\x3d\x99\xa8\xe1\x1b\x48\x62\xea\x01\xbe\x81\x64\x2a\x84\x30\xdf\x92\xa7\x5b\x68\x58\xd3\x8c\xca\xd2\x46\x0c\xfa\x12\xe5\x5b\x0c\xee\x6f\xe9\x7b\x46\x14\x25\x79\xcf\x77\x49\xf2\xb1\xbb\xb3\xa5\x8a\x98\x72\x96\x1c\xdf\x93\x3b\x87\x23\xa0\x66\x89\xb9\x01\x65\x71\xbb\x7a\x5b\x72\x7c\x1a\x26\xc5\xba\x34\xaf\xae\xa9\x57\xb8\x12\xfd\x76\x5b\x8b\xa6\xc1\x2a\x10\xef\x6f\xe1\x14\x28\x1e\x9b\x85\xcb\x4c\xc6\xf0\x0a\x18\x2f\x4b\xa4\xaf\x1e\xab\x41\x5c\x10\x9a\x91\x39\xdb\x94\x5a\x5c\x02\x4c\xfa\x9b\xa7\x8a\x88\x35\x45\xb2\x96\x80\x80\x35\x45\xe9\x96\x80\x20\x92\x17\x7f\x6b\xac\x26\xf0\xfa\x01\x5a\x69\xd2\xc2\x75\x70\x2f\xcf\xbf\xa3\x7e\xa1\x9b\x5c\x57\x33\x8f\xce\x78\x1e\xcd\xb8\xb3\x96\xab\x01\x5c\x02\xf5\x30\x37\xea\xf4\xab\x09\x9b\x8c\x9f\xf3\xfe\x79\x4a\x8c\xf8\x39\xf4\x70\x6f\xc0\x01\xcb\x95\x37\xe0\x60\xcd\x66\x7f\x8f\x5a\x8f\x82\x1f\x46\xef\x2e\xf4\x0d\xc6\x1a\xf8\x6d\xa6\xf5\x25\x0f\xc7\xba\x9a\xde\xb1\x8f\x55\x5b\x5f\x20\x19\xe8\xb5\x20\x3b\x0c\x41\x92\x2d\xc2\xce\x22\x68\x52\x1a\xc3\x4e\xad\xd5\x18\xd8\x77\x60\x58\x53\xdc\x51\x6f\xd2\x1d\x9c\x50\xc9\xd4\x64\x4d\x79\x03\x08\x09\xd9\xf8\x3f\x58\x27\xd3\x8f\x61\xfa\xcb\xde\xb9\x07\x8b\x06\xf9\xd0\x64\x20\xfb\x52\xf4\x7f\x72\xbc\x7c\xf2\xd8\x34\xdd\x83\x76\x37\x89\x02\x01\x26\x72\x9b\x96\xc2\x01\x3f\x41\xf0\x73\xb0\x48\x1f\xd2\x07\x31\x2a\x04\xb1\xc8\x4e\x37\x48\x27\x6c\x47\x3e\x50\x99\x81\x3f\x8c\xd2\x25\xf3\xb6\x68\x5e\x72\xb2\x4a\x98\x8f\xf9\x13\xdc\x24\xba\x47\x58\x8f\xa4\xe8\x87\x93\x44\xaf\x29\x9d\xb0\x1e\x59\x6c\x38\x61\x0d\x34\x11\xc2\xa4\x5d\xb3\xe4\x3f\x14\xf6\x6f\xcd\x62\x02\x6b\x46\x64\x49\x90\xac\xeb\x5f\x2c\x56\x87\xeb\x59\x06\xad\xf3\x05\xd5\xcf\x2c\x0e\x62\xef\x8b\x05\x5f\x10\x11\x5f\x43\x30\x54\xc4\x78\xbb\x4e\x88\x2a\xee\xf0\x02\x5d\xb9\x3d\x79\xce\xfb\x07\xc6\x30\x99\x8b\xce\xed\x55\x82\xb5\x04\x04\xb7\x18\x69\xf3\x49\x10\xd2\x80\xf3\x61\x46\x82\x89\x31\xb8\x59\x32\x5f\x58\x62\x66\x2c\x86\xe1\xa6\xfa\xeb\x76\x02\xa3\x55\x07\x10\x33\x6d\xdb\x2f\xe1\x2e\xef\x2a\xb0\x25\x2c\x31\x53\x45\xd6\x4a\xb8\x61\xd2\x72\x77\x4f\x1d\x49\xf7\x47\x52\x13\xe5\xb0\x36\x9e\x12\x5b\x4b\xdc\x58\xcf\x5a\x76\xc9\xb8\x04\xc2\x2a\x88\x22\x4a\x15\x37\x95\x5f\x2e\x71\x63\x04\x8f\x5f\x80\x85\xc6\xfd\xd1\x83\xd5\xfc\x3e\xc3\x8b\xfc\xc2\xd2\x77\x65\x75\x8c\x08\xa1\x55\xc5\xa9\x12\x9f\xd0\x90\xa6\xf6\x3a\xe3\xc5\x6c\xe2\x92\xe5\x94\x00\x58\x22\x4b\xd1\x0e\xbf\x7d\x51\x4d\x51\x1b\x31\x0c\xc3\xbd\xdf\x0c\x92\xf8\xd0\x75\x64\x70\xbf\x2d\x58\x31\xd2\x25\x2e\xf0\x20\xb7\x29\x54\xa5\xa0\x6e\x7d\x50\xe8\x48\x89\x90\xda\xaa\x5c\xd0\x25\x46\xa6\xbb\x07\xff\x00\x3d\x40\x67\x2b\x6a\xdb\x07\x0b\xd4\x11\x42\x9b\xf2\x0d\x0a\x0a\x97\xd6\x2c\x7d\x17\xc5\xef\x43\x0d\xaf\x1f\xe8\xd6\xd4\x14\x11\x2a\x62\xb2\x8f\x89\x27\x9e\x9f\xf3\xc4\x13\x12\x20\xd2\x25\x91\x58\x84\x5d\xd6\x9a\x0c\xea\xe9\x2f\x90\x34\x63\x06\xb8\x4a\x23\x8f\x4f\xc1\x0b\x0d\x90\xe1\x9f\xaa\x7e\xbf\x02\x02\x41\x98\x89\x12\x7f\x4f\x17\xa2\x70\x8e\x72\xa8\x4d\x27\x6e\x64\xbd\x27\x9d\x20\x91\xd5\x51\x93\xfb\x63\xd5\x48\x61\x2c\xd3\x1f\x25\x00\xf3\x93\xcc\xa3\x0e\x0b\x6c\xf5\x7e\xa1\xc0\x17\x91\xfd\x1c\x96\x6b\x77\x58\xc8\x6f\xfd\x7e\x23\x46\x84\x22\x96\xa7\xef\xaf\x11\xc8\x5f\xfd\x02\xf8\x6b\x76\x8f\xe4\xaf\x42\x19\xc4\xb5\x90\x7f\x12\x77\x56\x98\xb0\xed\xda\xc0\x05\x97\x18\x34\x05\xfc\x95\x08\xb3\x6b\x34\x82\x2a\x6b\x7d\x49\x5f\x89\x15\x56\x31\xd3\x58\x85\x15\xd2\xbb\x96\x66\x55\x93\x50\xc5\x91\xeb\x15\xad\xb0\x13\x9b\x02\x68\x55\xf5\x0a\x3e\x56\x55\x4d\xb0\xc1\x4a\x66\x92\x43\x5c\xc6\x4b\xc8\x89\x0d\x46\x1b\x63\xbc\x51\x58\x77\x07\xac\xc1\x67\x3e\xd1\x68\x96\x72\x8f\x30\xa3\x19\xe4\x06\xb3\x99\x69\x08\x81\xbd\xc3\xfb\xb4\x83\xd1\x76\x3f\xc7\xbe\x96\x0b\xb1\xe0\x26\x96\x6c\x6d\x3d\x2e\x29\x2d\x5b\x95\x8a\x2c\xb6\xa3\xd8\xdf\x12\x07\x83\x8b\x75\x3c\xc4\x25\xb8\x65\x5b\x59\xe2\x12\xd4\xb2\x4d\x22\x4c\x91\xaf\xd9\x30\x20\x1e\x21\x66\xb3\x33\xa4\xe7\x24\x55\xb6\x2a\x11\x51\xbb\x71\x98\x1d\xa1\xf6\x55\x4a\x26\x34\xca\x6b\xaf\xb5\x1f\xc7\xab\x2e\x78\x89\x03\xe1\x9a\x6a\xee\x38\xa6\xd5\xdd\xce\x5c\x3a\xa3\x6d\x4f\x8b\xbf\xaa\xf7\x9d\xe5\x69\x0d\xe3\x8e\x80\xe8\xee\x0e\x18\xc1\xe0\x85\x44\x04\x83\xa5\xaf\x88\xec\xd6\xd7\x07\x8f\xf4\x24\xe9\x8d\x55\x00\x6a\xf6\x9c\x10\x7c\x6b\x83\x44\xa4\xf4\x64\x96\x7d\x90\x7f\x0a\xad\x4f\xfc\x80\xe6\xcc\xda\xb6\xde\xbc\x88\xbd\x6d\x5e\x58\xc6\x0f\x24\xbf\xcf\x19\x19\x47\x2c\x7d\x9b\x3c\x00\x69\x51\x13\x62\xc9\xc3\xcd\xa7\xce\x12\x96\x5a\x34\xbf\xba\x98\x56\x23\xdd\x30\x52\x18\x0a\xd2\x5c\x23\x0a\x48\xdb\x3a\x10\x2f\x78\x19\x3c\x47\x54\x94\xb6\xe6\x1f\x2f\x78\xb6\x0c\x23\xee\xcb\x7a\xb7\x71\xad\x8b\x4f\xa9\x0b\x9e\x2d\x53\xff\x85\xdb\x1a\xbc\x7f\x2f\xd8\xf4\xbd\xdf\x97\x64\x94\x6c\x53\x8d\x17\x77\x93\x9e\x4f\xea\x8b\x9e\x10\xab\x9b\x76\x1f\x4a\xb8\xf0\xa0\x18\x69\xb3\xa2\xad\x11\xe7\x80\xf0\xe6\xe7\x30\x51\x7a\x95\x27\x2d\x59\x46\xc9\x0d\x4b\x96\x79\x1e\x2a\x03\x6f\x76\x7c\xc4\x9b\xdb\x4b\x3d\xdc\x8f\x85\x45\x43\x42\x74\xb2\xe3\x22\x22\x4b\x38\x66\x8b\x32\x4b\x78\x2a\xd5\x4c\xfa\x1e\xaf\x1a\xfa\x25\xde\xfb\xf7\x57\xf5\xd6\xb8\xd7\xc6\x1a\x42\xd1\x0d\xb9\x46\x5b\x25\x6d\x4c\xc0\x49\xfe\x61\xb1\x34\x09\xa7\x09\x72\x93\xfd\xd1\x69\xe3\x21\x36\xd4\x86\x84\x2d\x84\x25\xfa\xdb\x25\x36\xa4\x00\x49\x52\xd0\xa5\x10\x20\x2d\xbb\x0d\x47\x8a\x56\x28\x85\xf2\xba\x01\xa0\xa4\x25\x47\xd5\x51\x7e\x72\xde\x24\xb8\xde\x5f\x3d\x91\x98\xaa\xda\xfb\xfb\x32\x81\x92\x20\x84\x6d\x3a\x4d\xd3\x12\xc2\xda\x6b\x62\xb0\xff\xc8\x21\x92\x96\xc8\x35\x74\x72\xa6\x25\x70\xa9\xce\x53\x49\x0c\xcd\x1d\x7e\x0c\xfb\xe4\xab\xcd\x6b\xb9\x24\x30\xa6\xf8\x14\xaa\x16\x62\xe9\x28\x97\xfa\x98\x90\xb8\xe4\xb0\xd1\x92\x22\x0f\x33\x0f\x49\x62\x57\x8f\x89\xb6\x6f\x2d\x64\x82\x69\xd8\xdf\xb3\xf6\xa8\x02\xe3\x4a\x4a\xd4\x64\x64\x45\x4b\x10\xd9\x82\x22\xf6\x4b\x82\x48\x16\xed\x7a\x4e\x4b\x26\xb3\xc7\x20\x21\x21\x69\xb8\x43\x5e\x45\x95\x3c\x24\x79\xa0\xa7\x84\x88\x23\x83\x90\xe0\x79\x16\x97\x4d\x8c\xcd\xd5\xe7\xf9\x51\x5c\xfc\x1c\xc9\x55\x5a\x92\x25\xc0\x59\x80\x4c\x48\x50\xf2\xfa\x22\x41\x49\x32\x74\x42\x7e\x92\x98\x5f\x5a\xc2\x9c\xd2\x34\x4b\x82\x0f\xdd\xb4\x92\x49\x1b\x1e\x09\x91\xd8\xc3\x33\x63\x9a\xa7\x38\x4d\xe2\x1d\x63\xe2\x94\x89\x66\x36\x2f\x06\x32\xa6\xcd\x16\x12\xcd\x6e\xe2\x9c\x89\x56\x35\x13\x63\x81\xff\x4f\x7c\x27\x15\x68\x0c\x1e\x8e\xf7\x24\xbc\x9e\xaf\x6d\xb8\xf9\xf3\x9b\x72\x88\xc6\x83\x07\xdc\x88\x86\x24\x66\x62\xac\x50\x9e\xa4\x4c\x25\x94\xf1\xef\xb6\xb3\xa5\xca\xeb\xdd\x84\x8f\xfa\x54\x88\x17\x7c\xf5\x7d\x15\x47\x49\x95\x5c\xc6\x03\x30\xc9\x73\xf3\x0b\x6b\xbe\xde\x5c\x4b\x10\xb3\x29\x3e\x2d\x39\xac\x2a\xaa\xa9\xa4\xc6\xdd\xa4\xd7\x59\x87\xae\x48\xa8\x49\xb4\xa6\x79\x7d\x10\xd0\xea\x00\x81\x84\x80\x56\x9b\x60\x13\xd2\x63\x7b\x35\x42\x98\xb6\x5c\x36\xff\x80\xb8\x1a\x71\xd5\x84\xa8\x54\x8b\x38\x69\x09\x62\xba\x1b\xa6\xa4\x8e\xec\x14\x6f\x25\xc6\x78\x4a\x74\x4f\x83\x75\xd8\xbd\xb5\x18\xf4\x29\x65\x24\x0d\x04\xc7\xc9\x45\x82\xea\x3e\xd5\x36\xe4\x04\x83\x97\xcd\x49\x69\x40\x19\x69\x1e\x10\xca\x88\x57\x6c\x40\x14\x36\xc4\x83\x92\xbb\x16\x60\x90\x6f\x8b\x80\x06\xe1\x55\x9b\x25\x94\x8b\x54\xd8\xb4\xb3\xcc\x4f\xf0\x1b\xb4\x7b\xb8\x0d\x0f\x7e\xf5\x07\x4f\x21\x67\x81\xb8\xd3\xa5\xef\x17\x3a\xf3\x9b\x34\xe7\xfd\xc9\x43\x13\x90\x2c\x1e\x68\xa3\x7c\x7a\x4a\xd9\xfa\xf8\xda\xe1\x4f\xf3\x3e\x82\x9b\x7a\xf8\x10\xe0\xfd\x21\xc5\x94\x78\x3c\xe2\xaf\xba\x3c\xe0\x59\x6a\x3f\x32\xa2\x25\x98\xdc\x62\xf6\x32\x1e\xf5\x75\xc7\x4c\x49\x07\x53\x9e\x04\xf2\x12\x0a\x9b\xc9\xf2\x64\x29\x79\x89\x1f\x89\x41\xa2\xc9\xd3\x3b\x11\x2b\xe4\x9d\x40\x29\xcf\x6e\xe9\x84\x24\x2b\x8f\x8f\x20\x50\x33\x5c\xd8\xcb\xbc\x8f\xcf\x35\xbc\xf1\x7b\x3e\x25\xc6\x3c\xda\x3a\x52\xbc\xcd\xe8\x11\xee\x26\xa2\xeb\x91\xb3\xfd\x06\x89\xc0\x7c\xef\xe2\xf5\x5b\xc2\xe6\x45\x46\x21\xa2\x40\x8c\xa7\xe3\x14\xd2\xf5\x08\xde\x7e\xe1\xc9\x13\xd5\x9c\x10\xe5\xe9\x04\x8e\x92\x68\x2f\xf3\x19\x74\x91\x52\xd5\x25\x85\x3c\x2b\x65\x69\x3e\x7e\x3a\xf5\x30\xe3\xf7\x57\x51\xfa\x68\x49\x33\xbd\xae\xfe\x29\x69\xc9\x80\xba\xd4\xb5\xa4\x59\xbe\xbf\xba\x19\xc1\x92\x08\xbb\x71\x34\xfb\x7a\xd9\x4f\xd7\x31\xe2\x43\x66\xee\xeb\x65\x0f\x7c\xac\xa6\x07\x5a\x7b\xd2\xc7\xe5\xbc\xbe\xbf\x6c\x4e\x4e\x13\x2c\xd1\x60\x81\x25\xea\x5b\xa4\x8f\xc9\x3b\x91\x96\x58\x69\xa5\x0e\x35\xb8\xba\xb9\xeb\x92\x31\x95\xd1\x52\xd2\x0d\x88\xb4\xaa\x37\xab\xbb\x78\x55\x6f\xd6\x4b\x32\xb3\x5b\x12\xa6\xc3\xb3\x12\x12\xc2\x2c\x93\x2d\x11\xb2\x9b\x13\xd2\x36\x67\x63\x21\xea\x7f\x0d\x2d\x68\xde\x96\x6e\xa6\xc1\xf2\x96\x57\x73\x53\xb3\xae\x66\x55\x13\x5e\x88\xe1\xb7\x97\x34\xaa\xa5\xca\x4b\x1a\x55\x61\xd0\x92\xb7\xa5\x5d\x47\x7f\xbc\x84\x73\xb1\xd4\xbc\x2d\xde\x20\xdb\x6f\x5e\x92\xeb\xd0\x56\xc9\x30\xe8\x25\x3f\xbd\xd7\xcb\x1a\x37\x40\xda\x13\x48\x4b\x6a\x1d\xa2\xb0\xbc\x84\xd6\x91\xfc\x94\xcc\xdd\x50\x04\x46\x0a\x4b\xe8\xcf\xa8\x6a\xf5\x12\x3e\x33\x52\xc1\x1c\xc5\x98\x03\xc4\x6c\x89\x3e\x39\xb0\x9e\x4c\xf3\x0f\x07\x88\xda\x1f\x9c\xf8\x40\xa8\x80\x09\xd1\x07\x50\x46\x75\x19\x55\x27\x2f\x19\x26\x44\xc7\x81\x66\xba\x82\xc5\x48\x70\x0d\x64\xa8\xdd\x33\x8c\x8c\xeb\x35\x0e\x96\x08\x5b\xed\xc0\x41\xcd\xb6\x1a\x5f\x3d\x20\x92\x60\xf8\x7d\x64\x11\xbd\x3a\x24\xc8\x6e\xc3\x4f\x2c\xa2\xcd\x4b\x00\xae\x71\xf3\x73\x40\x2c\x66\x95\x21\x10\x87\xd7\xf8\x84\xd8\xe3\xc3\x4c\x2e\x32\xcd\xc8\x6d\xab\x8e\x59\xcb\xc8\xe4\x77\xa8\x69\x86\x97\xd9\xa1\xab\x99\x35\x1a\x55\xaf\xaa\xe4\x44\x7f\xbe\xd6\x20\xb1\xb4\x8b\x36\x46\x5e\xf2\x71\x55\x31\xc5\x92\x61\xb2\x0c\xe1\x47\x67\x49\x4e\x84\xdf\x1f\x73\x85\x3d\x3a\xe0\x35\x89\x40\x78\x76\x60\x6b\x4e\x5c\x61\xb7\x69\x3e\x94\x41\x94\xf7\x37\x39\x74\x39\x67\xba\x05\x34\x20\xc4\x6b\x87\xfa\xe6\x4c\x70\x05\x1d\x13\xfe\x8d\xd0\xcc\x5b\x6a\xb5\x00\x10\xb0\xed\x9c\xc9\xc8\x7b\x73\xa8\x30\xaf\x8b\x72\x68\x74\xce\x4f\x5d\x13\x7f\x70\xd2\xe0\x29\x90\x33\xef\xa2\x49\xfe\x81\x30\x7a\xca\xc8\xc4\xf7\x92\x15\xd0\xa4\x78\x68\xae\x48\xbd\x91\x94\x93\x91\x29\x96\x25\xd5\x64\xd4\x4a\x4b\xde\x15\x10\x7c\xb3\x74\x6d\xdc\x5f\x55\x73\x71\x7f\xb0\x59\x7b\x3e\x15\x26\x62\x1d\x90\x19\x2e\xe4\x9c\xfd\xbc\xf3\xaa\x61\xb5\x59\xf1\xac\x79\x80\x9d\x3e\x3b\x41\xc0\xdc\x32\xb3\x0e\x48\xce\x39\x7b\x06\x94\x9c\x25\xca\xe6\x25\x2a\xbf\xdc\xd0\xb9\xc1\x8e\x64\xa2\x6d\x2c\xeb\xa0\xf7\x21\x4b\xfb\x20\xe1\x8d\x5c\x8e\x5c\xcc\xc8\x35\xcb\xee\x9f\xb9\x66\x66\x5d\x74\x4c\x4b\x86\xc9\x74\x4c\xeb\x78\xce\x74\x4c\x7b\x51\x1b\xb2\x8f\xcc\x1c\x99\x5b\xd6\x3d\x5f\x24\xcf\xbd\xe6\x0b\x57\x8f\x97\xb8\xc1\xab\x98\xdc\x06\xbc\xe6\xbd\x28\x8e\x60\x83\x41\x66\xfa\x98\xf9\x3a\xd3\xc7\x7c\xde\xc0\x62\x6a\xa9\x33\xb3\xee\x8d\x7d\x88\x99\xf9\x62\x52\x86\x32\x1c\xe1\xd9\x27\x14\x8a\x25\x64\x9f\x14\x4c\x07\x33\x9f\x43\x4d\xd1\x64\x04\xa3\x3a\x42\xce\x6e\x4f\xd6\xd9\x50\x9b\x7c\xc9\x44\x09\x8b\x6c\x92\xcc\x87\x42\x96\xaf\x28\xb7\x0c\x4f\xba\x8a\xc2\x95\xe7\x3e\xb4\x6e\x94\xd0\x42\xbb\xf9\xf4\xc2\x65\x04\x76\x49\xf2\xc2\x34\x1b\xa9\xf2\xa0\xfa\xe6\x7d\x03\xed\x22\x9b\x2a\xa1\x4d\x24\xf3\x56\x78\xd3\x6b\x34\x52\x06\xaf\x11\xf5\xf9\xb3\x93\x0c\x85\x45\x14\x52\x68\x12\x0c\x33\x2b\x29\x98\x2c\xf7\x07\x08\xcd\x71\xa7\x4e\xe7\xbd\xbb\x23\x21\xca\x84\x0a\x7d\xc2\xf1\x51\x99\xd7\x71\xca\x38\x98\x69\xd3\x7d\x7d\x3f\x58\x0d\x41\x6d\x68\x48\xb2\x6b\xe7\x9d\xd5\x12\xdc\x1f\xdc\x35\xde\x58\x3b\xcb\x15\x08\x27\x4b\x95\xa8\xb6\x2f\xf1\x8e\x39\x1b\x27\x50\x3b\xb4\x5a\xea\xca\x07\x6f\x98\x13\xc4\x70\xe8\xe7\x60\x66\x03\x87\xbe\x23\x34\x32\x0b\x85\x75\x2f\xfc\x01\x9d\xd0\x5b\xed\x80\x4e\xe8\x65\xe5\x85\x2b\xf9\x27\xd5\xa5\x4b\xe6\xf5\x40\xdd\x1b\x83\x19\x70\xcd\xbd\x13\x1f\xee\x1d\x3a\xb3\xc9\x92\x19\x71\xc5\xdf\x03\x1f\x66\x0c\x4c\x90\x93\x49\x82\x85\x51\x9d\x06\xf1\xdc\xb8\xe7\xe3\x98\xba\x8f\xdc\xdc\x99\xc5\x25\x4c\xa4\x4c\x90\xf3\x71\x46\xfb\xb6\xc2\x2d\x78\x61\x9f\xbd\xda\x99\xf6\x6e\xa3\xf7\x64\x98\x99\x17\xfc\xa4\x97\xd9\x10\x31\x64\xb6\xbf\x3e\x81\x59\xc7\xdb\xe0\xbc\x81\x22\x2d\x31\x33\xe0\xba\x79\x01\x53\xda\xcc\xdc\x58\xf2\xb2\x59\x42\xbd\x88\x24\xbd\x30\x79\xd3\xa7\x3a\x98\x48\xcf\x31\x11\x4e\xba\xc4\x34\x83\x49\x9f\xa5\x4f\x3c\x28\x2b\xd1\x27\xd0\x44\xbe\x8e\xb1\x38\xe1\x03\xf4\xae\x98\xc8\x66\xf1\x79\x32\x91\xaf\x63\x90\x27\xf2\x75\x8c\xc5\x09\x33\xa4\x77\xcd\x44\x3e\x92\x51\x32\x61\x47\x30\xd5\x33\xc5\xcd\x54\x33\x59\x61\xc4\x07\xda\x0d\xa7\x9f\xb7\xed\x8d\x38\x1b\x93\x11\x74\x95\xe8\xf3\x87\x09\x69\x26\x93\x1b\x13\xf0\xb2\xdf\x70\x49\xbe\xda\x98\x90\x2c\x6d\xf9\x46\x7e\x90\xb6\x71\xd9\x80\x61\x8d\x5f\x58\x8c\xd8\xc9\x1d\xa8\x5a\xdb\x54\x7a\xb8\xa0\x68\x6d\x53\xc1\xe3\x52\x90\xcf\xa6\xf2\x7d\xa5\x30\x9f\xad\xf8\x79\xc3\x04\xaa\xda\x08\x6a\xc9\x6e\x03\xc3\xe2\x03\x05\x91\x07\xba\xc1\xa6\xa0\x04\x6e\x53\xa5\xe3\x82\x3b\xd6\x9b\x77\x7d\x61\xa0\xaa\xee\x7a\x28\x85\x26\xf7\xe2\x01\xa0\x10\xcb\x06\x82\x5b\xd9\x63\xf0\x84\x03\x56\x20\xfb\x39\x69\xcc\xcf\x59\xcc\x52\x4b\x50\x98\xf3\x66\x8c\x30\xa7\x2d\xb9\x03\x5e\x14\x91\xfc\x02\x40\xd2\x91\x57\x02\x6b\x90\x8a\xea\xca\xa3\x4c\xb8\x8b\xc8\xfa\xa1\xc6\xca\xd2\x1e\x5c\xfb\xbe\xa0\x86\x6f\x0c\xe2\x26\x25\x3e\x63\x6a\xd6\x11\x01\x1c\x62\xcf\x25\xd2\x34\xf4\x1a\x62\x11\x4a\xdd\xfc\x01\xec\xe7\xc3\x23\x4e\x3c\x77\x07\x37\xda\xa2\x0b\x24\x96\x99\xdb\x96\xa5\x2e\x44\x15\x89\x2a\x25\x21\xe5\x46\x82\x05\x6a\x0a\x47\xbb\x2e\x70\x85\x7d\xf3\x09\x58\x90\x67\xa6\xeb\x55\x0b\x4a\x0e\x37\xf3\xbb\x92\x00\xb1\xe9\x62\x29\x13\xd1\x01\x86\x25\x21\xc7\x48\x82\x13\x2a\x14\xfb\x2e\xcc\x82\x3b\xf2\x9b\x2d\x82\xb8\x4d\x34\xa9\x66\x4c\x61\xbd\xe2\x66\x33\x48\x61\xde\x9a\x04\x97\x82\x2b\xba\x6d\x7e\x2f\xcc\x5b\x93\x64\x56\x32\x72\x88\x7e\xe6\x8c\x29\x8c\x79\xf5\xe8\x19\x09\x46\x9e\x2d\x82\x2b\x6a\x29\x7e\x01\x21\x41\x62\xce\xe5\xb9\x31\xb2\x7b\x78\x38\xff\x25\x47\x15\xa6\xb9\x0d\x77\x80\xf5\x6d\x6e\xc3\xd9\xff\xfa\x9e\xeb\xab\x19\x14\x80\xaf\xf3\xaf\x30\xcd\x4d\xf2\x06\x8a\x35\x37\x9f\xf7\xbc\x7b\xb5\xfb\x80\x44\xf1\xe6\xa8\xf2\x4b\xa5\x20\xfc\x42\x65\xb7\x4a\x29\x0d\xf8\xf4\x73\x12\xa4\x07\x78\x44\x7b\xcd\x18\xd1\xaf\xaa\x63\x56\x70\xcf\x7f\xf4\x89\x86\xd2\xcf\x51\x25\x07\x4b\x61\xda\x9a\x8e\x27\xdc\xe9\x1f\xed\x44\xc7\x95\xfe\xd1\x01\xaf\xb8\xd1\xdf\xb5\x29\x0b\x2e\xf4\x8f\xc5\x18\xa4\xb6\xa2\x12\x72\xa5\x30\xde\xc2\x14\x82\xcb\xfa\xcb\x8b\x99\xb2\x1e\x6f\x32\x52\x1b\xaf\x38\xf3\x2e\x78\x42\x28\xcc\x6e\x1b\xac\xc0\xde\x86\x0c\x99\x78\xf1\xdb\x46\xa7\xaf\x66\xd9\x70\x47\x7f\xf3\x98\xd7\xf7\x57\xcf\xaf\x21\x41\xe7\x26\x9c\xa5\x30\xf4\x6c\xa8\x99\x9a\x66\xf6\xd8\xe1\x81\x34\x59\x23\xe4\xc2\x89\x36\x05\x21\x17\x9b\xf7\xe5\x52\x20\x92\xc3\x1e\x4b\xa7\xf9\xcc\x0c\x7b\x29\x0c\xc9\x31\x1e\xa5\x23\x39\x70\xf8\x03\x44\xb1\x18\xe2\x0e\xdf\x4e\x73\x1b\x00\x7b\x19\x91\xc9\x96\x4d\x57\x08\xbc\xdd\x5e\xfd\x4d\x3c\xf7\x78\x88\x92\x36\xd9\x30\xc2\xe3\x75\x22\x0d\xfa\x5c\x85\x51\x24\xaf\x65\x73\xb2\x81\x64\x30\xd3\xc1\xd2\x27\x92\x9d\x3b\x05\xc9\x6c\xd9\x9c\x88\xc9\x6b\xe6\x34\x4c\x5e\x33\x99\x30\x79\xcd\x9c\x71\x70\x05\x05\xc0\x80\x1b\x5f\xb6\xad\x32\x6e\xbc\xaf\xef\x97\xee\xd0\xb3\x39\xf3\x0e\x1f\xb1\xfb\x67\xf2\x9a\x39\x01\x3c\x11\xd9\x1b\x0f\x65\xd8\xac\x62\xa2\x76\x79\xcf\xe6\xec\x3b\x16\xac\xfa\x39\x16\xcc\x9c\x62\xa7\x4d\xba\xf8\x05\xae\x98\x00\xda\xb1\x62\x66\x66\x48\x96\xdb\x5e\x1d\x20\x1b\xcf\x24\xb9\x93\x15\xeb\xfd\x83\xa9\x57\x3e\x0b\x0e\xc4\x57\x7a\xc6\x07\x68\xd2\x32\xc0\x41\x9a\xf4\xfb\xcf\xfd\xcb\x9a\xd1\x01\x90\xcd\x1a\x1e\x69\xdf\x53\x3c\x18\x20\xed\xe3\x10\x09\x72\x8e\x58\x2c\xbc\xc5\xc2\x66\xde\xc2\x04\x38\x63\xfd\x44\x46\x9f\xe7\x78\xf2\xca\x37\x1f\x58\xc8\x88\xb3\x3d\xa9\x9c\xa8\x61\x66\xa8\x99\x21\xe7\x7d\xc0\x0c\x38\x6f\x7c\x64\xc0\xd9\xbe\x54\x96\x40\x9f\x4a\xf9\xd9\x79\xc3\xf4\x38\x83\xc3\xf4\x38\xd3\x20\x2e\x7e\x7f\x9d\x86\x27\xa3\xd9\x3d\x39\xa4\xff\x59\x84\x39\x09\xbd\xbe\xbf\x08\xbd\x26\x8b\x64\x39\x6b\xab\xb8\x45\xda\xb7\x1f\x96\x72\x25\x3c\x17\xb0\x17\x81\x17\x70\x57\x41\x5b\xf3\xbd\x90\x14\x62\x9a\x66\x71\x8c\xee\x09\xd1\x73\xa2\xa2\x8c\xa5\x5c\x03\x10\xb8\xbd\x03\x5d\x1e\x81\x18\xf0\x73\x64\x74\xfa\xb4\x41\x76\xdd\x8b\x68\x11\x66\xdc\xab\x45\xb2\x27\x9a\x46\x53\x9a\x00\xd9\xeb\x3d\x09\xb2\x3a\x40\xee\xdc\xeb\x44\x67\x2c\x8d\x54\x95\xb2\x54\x91\xe8\x15\x5a\x9a\x48\x2a\x96\x11\x11\x6a\xf3\xda\x54\xbc\xae\x62\x78\x09\x26\xaf\x42\x30\x0e\x27\x26\x68\x41\x17\xe5\x34\x5c\xe8\xb6\xf0\x5a\x6e\x17\x29\x2d\xb8\x96\x7b\xd8\xc4\x59\x6e\x96\xf3\xf6\x91\x79\x23\x87\xd1\xcb\x70\x23\xdf\xcf\xcb\x7a\x23\x1e\xc8\x48\xbd\x91\xdf\x67\xde\xcd\xdb\x49\x87\x0f\x87\x1b\x0e\x4a\xf3\xca\x9b\x0e\x4a\x3f\x47\xc2\x9f\xe9\xf2\x46\xc2\x9f\x36\x4d\xdd\x36\x3c\x2f\x6a\x07\xf4\x57\xd5\x8e\x68\x77\xb5\x91\xd0\x28\x4e\x51\x11\x08\xed\x5a\xc1\x05\x37\x2a\x24\x95\x7d\x2e\x75\xa9\x2b\xc9\x89\x52\xb8\x75\x3c\xe9\xf6\xd0\x52\x37\x02\xe0\x36\x26\xa8\xe3\xb2\x06\x4c\x50\x54\x50\x91\x25\x57\x5d\x70\xa1\x06\xce\x50\x13\x08\x48\x51\xd4\xe9\x52\x97\xb6\x91\x6c\x75\xc7\x85\x0e\xc3\x9e\xeb\x1a\x38\x61\xf7\x87\x25\xe9\xfe\xfe\x40\x5b\x18\x09\x9c\xb0\xdf\x47\x16\x69\x77\x7f\x93\xae\x15\x7f\x80\xc4\x58\xd1\x59\x85\x6b\xa4\x46\xe9\xd4\x35\x32\x34\x4f\xae\xa4\x1a\xe9\x29\xf0\x18\xbc\xbd\x48\x25\xd7\x0a\xaf\x59\x2f\x2a\x62\x5d\x6a\x44\x32\xac\xce\x9c\x1a\x91\x55\x69\x2c\x44\xe6\x27\x7a\x1d\xe0\xee\xd8\x7c\x2a\xf3\xa2\xf6\xe2\x74\xd9\xba\x14\x98\xec\xa0\x8c\x9a\xe8\xc9\xd6\x07\x89\x39\x92\x9e\x43\x42\x8e\xa4\x01\x47\x31\xfb\xcd\xb6\xd9\xba\x54\x92\x6c\xbb\x61\x65\x85\x78\x97\x76\xa8\xac\xde\x67\x59\x03\x77\xc3\x67\x67\xdd\xd7\xf4\x80\x21\x72\x48\xc8\x16\xf5\xea\xb3\x5c\x9f\x0f\x73\x5e\x26\xbf\x59\x5c\xaa\x4b\x4f\xc9\x76\x21\xd7\xcc\xec\x40\x53\x64\x66\x48\x9d\xf7\x04\x1c\x19\xdb\x6b\xde\xf0\x64\xbc\xd2\x0f\x6a\xe6\xf1\xe8\x17\x98\xf5\xda\xfd\x02\x01\xf3\xbe\x81\xfa\xb1\xa5\x1f\x15\x6a\x2e\x35\x13\x6c\x13\x21\xf3\xf2\x6c\xa6\xae\x74\x6d\xb8\x10\x0d\x2e\xc0\xcf\xb6\xb3\xd7\x4c\xb3\xb0\x51\x59\x58\x7c\xdf\x5d\x20\xa6\xa8\xa9\xa2\x7f\xa9\x4b\x23\xc9\x36\xe5\xd7\xc2\xfb\xa7\xe5\xb2\xab\x4b\x03\xc9\xb6\xfb\xd6\xf2\x40\xa9\x41\xcb\x40\x30\xa2\x3f\x78\x96\xcf\x5f\xb0\x1c\x90\x94\xc6\x5a\x98\x8c\x22\x5b\x73\x45\x94\x77\x70\x44\x21\xef\xed\x7f\xa5\xe2\xd6\x8a\x34\x59\x93\x7e\x7d\xdc\x6a\xea\xb3\x22\x4d\xb6\xba\x8d\x4c\x58\xe9\xfe\xb5\xd2\xf1\x24\xd7\x5f\xad\xc8\x84\xad\x1e\x01\x60\x54\x3f\x47\x66\x96\x2c\x26\x75\xe9\x2d\xd9\xa6\xc2\x5a\x4f\x3c\x77\xfb\xe2\x00\x5a\x9c\xfa\xa4\xdc\xf8\x8d\x1b\x5f\x08\xc8\xf6\x40\xad\x05\x6f\x88\xa2\xae\x6e\xd3\xb9\xa6\xe3\xba\xb6\xc7\xbb\x26\x34\x34\xec\x46\x53\x5c\x5b\x9b\xef\xc5\xf7\x1a\xf3\x7f\xcd\x75\x1a\xa1\xd6\x24\x1b\x17\xcf\x1d\x3e\xbe\x25\xff\x40\x87\x5b\x71\x0f\x8c\x29\xdc\xfc\x06\xe0\x2c\xde\x5b\x28\xd6\x17\xac\xf2\xe1\x6a\x9c\xe2\xc2\x14\x15\x85\x3d\x82\x95\xc6\xda\x99\x32\xec\xbd\x85\x7a\x7d\xc1\x31\x2c\xb5\x3f\x11\xae\x1a\x15\xd5\xaa\x5d\x2c\xa4\x76\xa6\x10\x7b\x37\x2e\x8d\xaa\xb8\x5a\x46\x7d\x2e\x34\xf7\x02\xb3\x46\x9f\xe3\xdf\x6a\xe7\xa5\xaa\xd9\x5d\x4c\x44\xd1\x7a\x4c\xa4\x42\x9b\x28\x07\xe1\x12\xe0\x83\x45\xee\x4c\x23\x83\x60\x98\xcb\x0c\xd4\xd8\x36\x8d\xc0\x89\x12\xdf\x5d\x74\x66\x2d\x6b\x4c\x44\xbd\xc7\xf7\xa0\x3b\x7f\x70\x1f\x27\x7f\x10\x60\xa8\xc5\x17\x5f\xa0\x0f\xd6\x3f\x92\xb5\xaf\xa2\x80\x75\xae\x26\x7e\x06\xc3\x47\xd3\x01\x2f\x66\x77\xc1\xa1\xba\xf4\xa1\x92\xbd\x64\x3b\xa2\x38\xcd\x71\xe1\x19\x89\x4e\xcd\xa9\x70\x8d\x44\x55\xb4\x2c\x15\xbe\x91\x98\xbd\x03\x71\xcd\x4e\x74\x3a\x25\x2e\x48\x2a\x96\x4e\x2b\xbd\x23\xce\x6f\xac\x74\x87\x38\x34\xab\xc2\x1f\x12\xed\x70\xa9\xf0\x87\x44\x7b\x70\xea\xd2\x72\x4a\x7d\xbd\x50\xf8\x82\xa6\x85\xe8\x2b\xdd\xc8\x5f\xea\xd1\xd0\x16\x7a\xa1\x05\xf5\xf2\x7a\xe1\xc4\x0b\xee\x80\xd7\xdd\x99\x8e\x96\x92\x53\x1c\xde\x5c\x97\x92\x53\x1c\x95\x5f\x97\x8e\x53\x1c\xa7\x59\x11\x95\x9f\x54\x6a\xbe\x54\x04\x6c\xa5\xe0\x83\x1d\xf7\x10\xa7\xe0\x53\x77\xa9\x39\xbe\x7d\xa9\xd4\xa5\xe6\x14\x87\xa4\xd7\xa5\xc9\x14\x07\x06\x57\xf8\x31\x92\x7d\xc8\xf5\x44\xea\x7a\xfb\x51\x55\x81\x0a\x1f\x47\xb2\x7f\xb7\x5e\xb8\xb6\xc2\x6b\x8d\x7c\xc6\x64\x8f\x73\x65\x48\x57\x91\xdd\xaa\x22\xa6\xab\xbb\x18\x50\xbd\x98\x2a\x2c\xa4\x2d\xcd\xa3\xbf\xde\x47\xb8\x90\xe6\x0f\x3d\xe3\xd5\x3d\xe2\x6e\x3c\x3c\xc3\xac\x85\x1d\x54\xf0\x30\xbe\x59\xa7\xdb\xa4\x8a\x5c\xc6\x57\xe9\xa6\x8a\x5c\x46\x67\x99\xd5\xc9\x5b\x0a\x44\x33\x93\x41\x0a\x7e\x8e\xa0\x04\x63\x1f\x85\xbb\xc3\xeb\x7d\x9e\xd3\x3e\x33\x27\x8a\xdb\x7b\x39\xe6\x73\x4e\x0b\x02\x68\x1d\xae\xf0\x56\xa9\x74\x38\xc7\x1d\xd7\x7c\xd5\x6c\x3e\x71\xa3\x1a\xab\x99\xc0\xfd\x5c\x57\xa0\x36\x2f\x73\xb1\xc8\xce\xcb\x9d\x9b\x37\xdb\x4d\x57\xdb\xa7\xdd\x36\x86\xc0\x89\x44\x1a\x6a\xec\x39\xd4\xac\x6d\xb0\x25\x2b\x56\xa7\xc1\x27\xa1\x0b\x45\x4a\x63\x36\xa4\xd0\xdc\x50\x55\x4f\xd7\x91\x94\xb6\xd1\x24\x35\xd4\x86\x05\x47\x1c\xa5\x2d\x19\x7e\x38\x3a\xa9\x05\x8a\xbf\x0a\xcd\x6a\x4b\x88\xf7\x8d\x0c\x05\x17\x9b\x65\x87\xd3\xb6\xf0\x08\x1e\x1a\xe1\x89\x77\x92\x2c\xd3\x9e\xe2\x16\xaf\x2e\xe9\xbd\x2b\xee\x63\x32\x21\x30\xe9\x87\x45\x5b\x72\x78\xb6\x88\x9c\x4d\xf1\xb0\x16\xfb\x22\x4c\xbd\xbd\x24\xf2\x21\x47\x57\x8b\x8c\xe8\x15\x4a\x97\x3c\xee\xd4\xb4\x16\x41\xd5\xee\x1b\x95\xc4\x87\xbf\x5e\x5a\x92\x38\x59\x43\x6c\xbe\xf8\x52\x63\xa4\xd1\xeb\xf5\x25\xaa\x0f\xed\xd1\x96\x50\x58\xdc\xc8\x60\x68\x90\x21\x81\x10\xdd\x87\x41\x87\x10\xad\xfb\x67\x4b\x83\xad\xbf\x3b\x4e\xb6\x31\x16\xc8\xd8\x64\x2c\x90\x64\x8b\x96\x79\x33\xa1\x8e\xe0\x06\x11\xba\xda\xfd\xd0\x9e\xeb\x3f\xdc\xa6\x19\x54\xca\x43\x83\x45\xdf\xc1\x3c\x0d\xe9\x92\xce\x5e\x6c\x0c\x07\x7a\x0d\x79\xe0\xb9\xdf\x47\x44\xdb\x6b\x8a\x10\xca\x5e\xdf\x13\x46\xc1\x0c\x81\xd9\x09\xfb\x0d\xf2\xb2\x6e\x51\x2f\x0d\x21\xf9\xae\x3c\xd8\x50\x25\xdb\x21\x0c\xad\xf0\x92\x2d\x13\x35\x2f\x62\xb2\x9d\xb3\xf1\xe2\x40\x55\x0c\x2d\x8d\x77\xec\x3b\xac\xbe\x51\xd6\x35\xdd\xa3\x12\xb5\x53\xf4\x1b\x02\xe9\x6d\xc9\x6c\x90\x64\x5f\x23\x30\x8e\x5e\xb7\x5f\x97\x56\x11\x88\xe1\x9d\x0d\x93\xbc\x4d\x97\x8d\x77\x3b\xca\xa0\xd1\x18\x3e\x54\xfc\x3e\x82\x4f\x8a\x27\x80\xe8\x19\x89\x13\x0d\xd1\x42\x59\x52\x4e\x6b\x88\x35\x91\x02\xd0\x10\x2d\x94\x25\xb1\xb4\x86\x00\xa8\xfa\x93\xeb\xd3\x4a\x43\x59\x6a\x67\xef\x37\x48\xb0\xb6\xd4\xb7\xf6\x78\xc7\xfd\x03\x66\x5f\xdd\x86\x85\x67\xf3\xec\x00\x4d\xf5\xec\x78\x07\xae\x0e\x93\x06\x71\x35\x77\xc3\x8b\xe2\xd2\xce\xef\x6f\x90\x4e\x2d\xb7\x37\x08\xa7\x36\x15\x37\x54\xb9\xe8\xce\x24\x68\x90\x2c\x8b\x53\xc6\x5a\x67\x58\x84\xe6\x84\xbb\x50\x1c\xfe\xda\xfa\xc3\x86\x84\x32\x14\xc6\x70\x30\x6e\x1b\xcf\xc5\xfb\x82\x92\xf1\x3b\xd2\xd3\xdb\xe0\x35\x1a\x6e\x17\x14\x93\xd1\x08\x2c\x7d\xe1\x39\x23\x58\xc7\x51\xc6\x0d\xa9\x00\x0e\x06\x6e\xa8\xff\xec\x08\xe6\x86\xd4\x4a\x87\x21\x37\x96\xc6\x70\x84\x6e\x5b\x42\x67\x75\x80\x70\x63\x69\x0c\x29\x6c\x8d\xb7\x61\x3a\x6b\xb5\xed\x3c\x85\x35\x23\x06\xf3\x48\x40\x68\x3b\x32\xab\xcd\xbf\x10\xca\xe3\xe8\xe5\xc6\x9b\xfd\xda\xeb\x07\xde\xa7\x21\xb5\xa3\xed\x4f\x82\xcd\xa7\x0d\xd9\x70\xbc\x18\xd8\xc1\xab\x65\xcd\x33\x0f\x84\x0b\xf9\xc8\x3b\xe0\x50\xf6\x9c\x0e\xb8\xe5\x0d\xd4\x92\x0d\x5b\xf4\x2a\x1c\xf0\x61\x7b\xeb\x22\x1c\xa6\xe4\xee\x01\x50\xa9\xd4\x84\x70\x20\x7d\xd2\xa4\xc5\x1b\xe7\x2c\x4a\xb4\x03\x91\x08\xc6\xd2\x09\x3f\xbc\xe4\x82\x76\x22\x12\xe2\xf5\x1c\xa5\x58\x3d\x23\x04\xc0\x14\x67\x1f\xb7\x13\x20\x99\x39\x9c\xf0\xcb\xcb\xa4\xd0\x78\x3f\x7a\x35\x92\x58\x2e\xc3\x58\x3c\x09\x82\x47\x24\x96\xdd\x01\xb2\x6e\x4d\x79\xa8\x8e\x11\xfd\xfd\x85\xc8\x01\xa9\x1e\xed\x42\xa0\x80\xbf\xbf\x10\x2a\x51\xfd\x7e\x23\x0e\x05\xc1\x75\x22\xad\x57\x13\x78\x2e\x3e\x36\x7f\x62\x89\xb7\xd7\x29\x82\x68\xff\xea\x83\x6c\xc9\x87\xd1\xc5\x2d\xda\x44\x26\xd3\xeb\x39\x7c\xa2\x26\xbd\x99\xf0\x5c\x03\x4c\xf8\x44\xcd\x82\x70\xf1\x4b\xb7\xa4\x33\x79\xac\x0d\x0f\x80\xac\xc2\xd7\x80\x48\x1c\xf3\x31\x86\xa0\xfe\x6e\x51\x6a\x22\x8d\xd0\xbb\x19\x61\xfd\x16\x87\xdb\x7c\xee\xad\x16\x92\x6f\xa4\x66\xf9\x9c\x42\xc0\x8c\x93\x60\xda\x1d\xd1\x81\xdb\x80\xc8\xdb\x1b\x25\xa0\x5f\xbb\x17\xd1\xfe\x2e\xdb\xd2\xee\x8a\xe7\x1e\x0f\x6e\xe9\xd7\x78\x1d\xcf\xfd\x3e\x64\x43\x13\x11\x02\x72\x74\xb3\x57\x69\x37\xfd\xee\x7e\x4e\x04\x78\x3e\x44\x80\x10\xf4\xe4\x07\xa8\x43\x5c\x04\xdb\xcc\x8f\xfa\x46\x80\xa3\xda\x11\x03\xfe\xa8\x52\x67\xdf\x18\x7b\x3f\xdc\x1b\xd0\x21\xe6\xd6\x37\x78\xe9\x83\xdb\xf0\xd2\x4b\x0a\xec\x10\x95\xed\xf6\xea\x1b\xd1\x51\xd5\x46\xf8\x8e\x76\x6d\xdf\x80\x0e\x81\x8b\x5b\x6c\x7d\xa3\x52\xe9\x08\xdf\xb1\x3a\xd7\x37\xa0\xe3\x05\x3d\xe9\x41\xef\x07\x2e\xbf\xe6\x13\x22\x37\xb1\x26\x80\xfb\xf8\x9c\x63\xd2\x11\x7d\x33\x2c\xe8\x74\x5c\x23\xe3\x74\xfc\xbe\x44\xe7\x9e\x45\xb1\x3d\x40\x78\x7f\x8d\xb0\x84\x77\xbb\xbe\x7a\x80\x3f\x59\x5b\xa4\xb3\xda\x88\x03\x3f\xfa\x12\x9c\x93\x3d\x4d\x3d\x06\xb4\x35\x00\xcd\xe1\xd6\x60\x7a\x4c\xe8\x51\x38\x8b\x70\x28\xbf\x3a\x24\x89\x0a\x87\xf1\xd9\x74\x82\x39\x36\xbc\x90\xd5\xee\x68\xfb\x39\x41\xf6\x80\x70\xd0\xbe\xbe\x27\xc8\x1e\x00\x31\x03\x26\x8a\x08\x90\xa3\x27\x08\x0f\xb4\x38\x6d\x4f\x64\x74\x42\x51\x02\x40\x26\xd1\x44\x80\xb4\xa8\x09\x44\xe6\xfe\x12\x3c\xce\xda\xc3\xb8\xd9\xb8\x67\x13\x59\x02\x3c\x26\x8a\x04\x78\xbc\xe6\x89\xa6\x3c\x09\xab\x3d\x61\x4d\x5f\x6d\xb8\x2f\x8d\xc1\x84\xa0\x07\x53\x5d\xe6\x9d\xc6\xd2\x40\x3a\xef\x89\x76\xb6\x6c\x87\xb8\x5e\x36\x89\x25\x3d\x13\xc7\xc2\x11\x2a\xcf\x39\x9f\xa2\x67\xf8\x17\x75\xde\xf5\x8c\x0a\xab\x3a\x60\x7b\x86\x7f\x51\x07\x68\xcf\x9c\xa2\x9f\xa3\x82\x8e\xd7\x74\xc9\xef\xc3\xb6\xc8\x5e\xe8\x5e\x74\x1b\x77\xdc\x55\xb7\x51\xe3\xc1\x1b\xb3\x20\x75\xdf\x00\x95\x82\xfe\xdd\x86\x7b\x59\x87\x5d\x2f\xf0\x37\x8a\xef\xf6\x42\xf8\xdc\x1f\xe1\x13\x3e\x96\xf4\x3f\x9c\x7f\xd2\x71\x8b\x4d\x6f\xaf\x0e\x09\xa0\x00\x2e\x70\x21\x17\x7f\xc0\x80\x2b\xb3\x8e\x4a\x88\xf4\x42\x05\x44\xde\x98\x95\x5a\xb4\x9f\x13\x22\x61\xbc\xd2\x41\xee\xf6\xa0\x5d\xc0\x3f\x60\x49\x74\x3e\xf7\xa7\xcc\xb4\xa9\xa0\xa2\xfc\x48\x75\x1b\x6b\x60\xd6\x81\xaa\x75\xb6\x8e\x74\xde\x54\x63\x77\x4e\x6f\x8c\x47\x55\xe8\x5f\x6f\xf0\x37\x0e\x7f\x51\xa0\xd8\xbb\x47\x14\x50\xf5\x4e\x81\xd1\x7a\x33\x0c\x28\x90\xe2\x20\xb4\xbe\x54\x82\xe1\xd3\xaa\x37\x78\xf3\x24\x41\xf4\xa5\x12\x64\x87\x31\xf4\xa5\x12\xbc\xea\x40\xf5\x06\xf7\xa4\x8c\xcf\x1d\x65\xf0\xec\x2b\xea\x1d\xfe\x53\xd9\xa2\x7b\x87\x77\x72\xfc\xc8\x98\xd6\x97\xf6\x90\x75\xf1\x61\xe9\x9d\xc0\x0a\x3b\x1d\xc0\x76\xb7\xe1\xf4\x1b\x7e\x1f\xa5\xc0\x86\x07\xa7\x37\xd9\xcf\x77\xf4\xa7\xe5\xe9\xa8\x36\x21\xd3\x7a\xef\x13\x6d\x3f\xbf\x81\x2c\x3d\x1f\x28\x01\x20\x2f\x54\x1f\x00\xd6\x6c\x6d\xf0\xf2\x5d\x63\x6b\x10\x20\xbf\x90\xd1\xa1\x56\x13\x89\x03\x6f\x92\x1c\x80\x40\xce\xd7\x3e\x68\x99\x97\x21\xa4\x3f\x17\x32\x9a\x20\x06\xaa\x9b\x19\xe1\x83\x97\x5b\xbd\xc6\x80\x23\xec\xd5\x25\xfc\x7f\x06\x02\xda\xc8\x66\x9d\xb7\x43\x1d\xd9\xac\x26\x76\xa8\x1f\x9b\xb5\xe4\xbe\x17\xfe\xa0\x3e\x77\x38\x36\x8d\x48\x16\xf7\x7b\x6d\xa5\x9d\xb5\x55\xdd\x03\xfc\x9a\x86\x82\x99\xc8\x8e\x3e\xec\x2c\x18\xf3\x3a\xf3\x58\x31\xc6\xba\x3d\x2e\x9e\xcf\x76\xa5\xf5\x9d\xb7\x76\x19\xd9\x8c\x02\x72\xa8\x72\x3f\x1e\xc0\x34\xcd\x03\x0e\x3e\xd3\x13\x0c\xe0\x3d\x9b\x00\x0e\x16\xa6\x37\x93\x3c\x98\x73\x65\xe1\x00\x6a\x4c\xde\xcc\x56\x0f\xda\xd1\x92\x47\x7d\x9c\x5f\x7e\x63\xc2\x11\xe5\x2e\x6e\x7e\x21\x64\x9c\xf0\x75\x35\xb7\xe9\xeb\x92\x29\xa6\x9f\x70\xe0\x49\x93\xe9\x27\x1d\x78\x8a\x9b\xef\x4b\x73\xf1\x15\x4b\xa5\x9f\x4c\x1d\xf3\x01\x7d\x32\x39\xce\x07\x1e\xa3\xf9\xbb\x2c\x15\xfd\x84\x83\xc7\xdc\xf6\x7c\x3c\x57\x7a\xe1\xe2\xcd\xdb\xa6\x0a\x58\xbe\x5d\xc4\xae\x5f\x8f\xe7\x4a\x5d\x5c\x09\x2f\x08\xbb\x17\x1d\x57\x46\xf7\x45\xc7\x95\xc0\xb8\xe8\xb8\xf2\x06\xbb\x70\x39\xb1\xe5\x80\x6b\xa0\xed\x29\xd0\xd3\x62\x06\x7b\xd1\xd3\xe2\x83\xfb\x3a\x69\x77\x13\xf6\x2f\x7a\x5a\x2c\x7b\x30\xdf\xd9\x71\xa6\x1d\xe9\xcd\xd9\x60\xcc\xc7\x8f\x22\x40\x27\xfd\x28\x02\x03\xb7\xe4\xa7\xe4\x15\x9f\x9d\x3f\xb8\x0b\x5c\xa8\xeb\x93\x69\x1e\xdf\x5f\xd5\xcb\x07\x9d\xc7\x84\x3c\x69\x89\x53\x1b\x16\xf1\xd7\x7d\x0c\xfd\x66\x11\x45\xf7\x77\x27\x2a\x86\x02\x0a\x17\x5c\xbe\xa4\x70\xd8\xc0\xab\xa3\xb1\x3b\xe2\x68\x6c\x65\xef\x37\xce\x01\x4b\x17\x4b\xcb\x18\x2f\xa5\xe2\x7e\x76\xdb\x07\xc6\xb1\xd1\x12\xa4\x9d\x31\x50\x31\xd0\x5e\xe8\xb1\xb1\x2a\xa2\x7c\x0f\x83\x35\x04\xad\x5b\x8e\xa5\x3a\x54\xd7\x5b\x1b\xb8\xa9\xfc\x75\x13\xc6\x58\xba\x41\xc9\xee\x00\xb9\x7c\xd5\x6d\xd8\x59\x82\x67\x80\x40\x7e\x79\x86\x06\x03\xf9\x5b\xfd\xc9\x59\x34\x02\x6f\x27\x72\x6f\x50\x1c\xa2\x85\xce\xb1\x14\x87\xe2\x22\x18\x03\xa5\x75\xe4\x39\x19\x61\xc9\xa8\xc1\x6f\xc3\xa9\x93\xdd\xa6\x2d\x4e\xb0\xc1\xdc\x3e\x7c\xf8\x0d\xaa\x09\x0e\x78\x1f\x91\xaa\xb9\xc0\x5d\x6a\x41\x7e\x4d\x70\x69\x01\xd9\x65\x2c\x47\xc4\xe9\xf9\xfa\x1e\x17\xb5\x09\xdb\x4b\xc6\xd7\x6d\x4c\x65\x20\xde\x7f\x73\xe7\x28\x6d\xe0\x97\x79\x43\xb1\xc7\x42\x65\x03\x4d\x1e\xf2\xbe\x24\xb5\x11\x59\xdb\x59\xed\x14\xd6\x63\x0d\x95\x68\xde\x92\x99\x71\x24\x92\x86\x51\x89\xc2\x36\x0e\x55\x1c\x8f\xfd\x5d\x3d\xb0\x5a\xb4\x69\x0d\xd2\xb7\x55\xac\x91\x69\x56\xd5\xfc\x10\x6d\x62\x7d\x66\xa0\x1c\x4d\x94\x13\x71\x3c\xf5\x66\x04\x3d\x6c\xdf\x8e\xa1\x1a\x85\x3b\x4e\xfd\x15\x16\x6e\xd0\x7c\x0a\xeb\x53\x6b\xfc\xc2\xf9\x68\x2d\x51\xf5\xd9\x31\x53\x03\x17\xb2\x84\x57\x7f\x54\x6a\xd5\xae\xd4\x08\xd5\x7f\x45\xc4\xae\x77\x46\xa5\x0a\xef\xf7\x0b\xfd\x11\x1a\xb0\x42\x38\x6f\xfe\x00\x62\xa1\x57\x08\x11\x1c\xdb\xeb\x7d\x8a\x85\x6e\xa3\xcc\x9d\xc4\xc6\x51\x79\x66\xe9\x7b\xc4\x67\x44\xb3\xea\xc1\xb4\xd8\x17\x48\x10\x6d\x93\xae\xf1\x2b\xa3\xf1\xe6\x76\x35\xf3\xa2\x09\x61\xb8\xd1\xa3\xe5\x25\x68\xd8\x3e\x6e\xe2\x4e\x49\x63\x04\x95\x01\x65\xd7\x1a\x4b\xec\x1d\xc5\x4f\x59\xed\x4e\xe0\x34\xd2\x93\xe8\x65\x49\xb9\xe3\x35\x79\xd4\x03\xdd\xdc\x46\xed\x65\x53\x3f\xac\xde\x56\xc8\x07\x84\x5c\x1d\x8d\x03\x32\x6e\xf1\xdb\x4b\xed\x90\xbd\x7a\xf4\x25\xf3\xc9\x1b\x39\x70\x9d\xa2\x95\xfd\x81\xd8\x8b\xe2\x78\x83\x01\x0b\xb9\xeb\x6f\x0c\x18\xc0\x5d\x29\x67\xf0\x36\x70\xef\xe3\xce\xdb\xd3\x85\xe7\xc1\xbd\xa1\x85\x80\x50\xea\xaa\x95\x83\x81\x17\x3a\xad\xc6\x60\x38\x83\x89\x17\x42\xa9\x2b\x65\x0d\xd8\xc7\x9d\x3a\x34\x06\x6f\xa2\xd7\x84\x20\xa3\x06\x29\xba\x03\x22\x6a\x89\xdd\x33\x02\x04\x9e\x31\x62\x2e\xc2\x6b\xc6\x88\x12\xb0\x92\x33\x76\x82\xa0\xf5\xe0\xad\xe1\x1e\x61\xa7\xab\x49\x20\xed\x04\xc9\xdf\x43\xb0\x30\xff\x81\xbc\xea\xa4\xbc\xb1\xf3\xa0\x11\x84\x3b\x20\x7c\x7d\x0f\x71\xc9\x28\x84\xec\x59\xda\xab\x43\xda\xa2\xfd\x02\xfc\x24\xf1\x47\xc1\x6c\x83\x97\x33\xba\x14\xf7\x40\x69\x6a\x5b\xc2\x07\x2e\x6b\x74\xed\xd8\x01\xe3\xbc\xad\x2b\xe3\x40\x4a\xb9\x74\xae\x01\xd3\x7c\x96\xa5\x60\x20\xaf\xd5\x65\x49\xc7\xf1\x78\xc1\x04\xef\xc1\x52\xdb\xa6\xb9\x83\xfc\xd1\x23\x20\xc9\xdc\xec\x83\x52\xae\x39\x38\x8b\x2f\x7a\xb3\x1e\x70\x24\x49\xdc\x18\x8f\xad\xde\x33\xbc\x79\xbd\xa4\x5e\x40\x75\x46\x7b\x81\x06\x6e\x77\x74\xf9\xc7\x81\x64\x55\x17\xf8\x18\xb4\xd5\xdb\xac\x38\x10\x07\x62\x83\xcd\x80\x08\x6c\xc1\x6f\xe0\x7a\xc7\xdc\xdd\x21\x1c\x7f\x52\x05\x07\x4b\x61\xbf\x3b\x84\xe7\x2f\xfa\x83\x83\xda\x83\xda\x04\x59\x20\x31\xb9\x35\x1a\x02\xe4\xd5\x1b\xc7\xc8\x6d\xcd\x92\xf2\x07\x8b\xff\xf8\x04\x45\xed\x1f\x5b\x0d\x07\xa4\x65\x9b\xd4\xc6\xc5\x45\xd7\x78\x17\x8f\x14\x2d\x2a\x52\x63\x5d\x9e\x72\x30\x7e\xdd\x44\x74\x3d\x00\xba\x03\xe4\x67\x4b\xd9\x19\xb8\xde\xd1\x86\xd3\x71\x31\x7d\xd7\x1d\x52\x9a\xf2\x84\x26\xda\xea\x0f\x45\xb1\x9d\x25\x3f\x10\x4a\xf2\x12\x78\xe6\x93\x93\xa8\x36\x44\x50\x23\x74\x52\xfc\x13\xc2\xe1\x19\xb0\xe5\x60\x4c\x02\xe4\xf7\xe1\x86\xf3\x2e\x98\x84\x47\xf3\x47\xa4\x49\xb1\xd8\x3c\x26\x32\x59\x5f\x03\x00\x20\xf3\xad\x49\x80\xfc\x1c\x6c\xa8\x7a\xc9\x20\x67\x17\xdf\xae\x30\x6e\x82\xa8\x29\x2c\xb9\xbb\xda\x57\x31\x6e\x88\x01\x5e\x43\x4a\xdd\xe6\x33\xb8\x56\xbe\x9b\x68\x59\xb5\xdb\x34\x84\x48\x16\xbb\x2a\x06\xee\x8a\x29\x8e\x73\x18\x37\x17\xd5\x82\x0f\x8a\x51\xda\xba\x3d\x9e\xf8\x78\x2d\x0a\xca\x51\xda\xf6\x3f\x6e\xe0\xc0\xdb\xe4\x06\x0e\x5e\xfd\x31\xbd\xf8\xd3\xde\x71\xdb\xbc\x8f\xe9\x7d\x63\x94\xd9\xa6\x76\xe4\xe5\xdd\x45\x3f\x70\xd5\xdd\x86\x79\x7f\xb8\x43\x48\x5e\xaf\xe7\x74\x03\x0e\x8f\x80\x55\x13\x04\x3b\xd2\x73\x8b\x53\xb8\xf7\x0d\x6e\x3f\xd1\xd5\xce\x1b\x27\x45\xb7\x3b\xe4\xf4\xdc\x65\x48\xdd\x03\xfc\x7e\x1e\x12\x57\x4c\x7a\x55\xf7\x40\x4f\xe6\x50\x1b\x6e\x3f\x11\xde\xce\x2b\x26\xb5\xb3\xf6\x40\xcf\x66\x57\x1b\x26\x19\xaf\xd2\x1e\xe0\x16\x7c\x75\x40\x42\xf4\x80\xd0\x4b\xba\xdf\x87\x5e\x62\x88\x20\xe8\xeb\xbe\xf1\xb2\x47\x56\x55\x15\xef\xd9\x79\xa9\x64\xff\x91\x51\x6d\x47\x69\xcc\xea\x60\xa4\x9d\x57\x50\x7a\x0d\x51\x48\xa8\x74\x1d\x7f\x3b\xef\x98\xd4\x4e\xdc\x11\x3b\x5f\x9c\xb4\xbe\x23\x17\xb8\x54\xe3\x3c\xf2\x8e\x22\xbf\xc1\x5b\x21\x0d\x02\x92\x73\x9d\xb5\xbe\x27\x78\x89\xb4\x13\x76\x1a\xf0\x4d\x46\x09\x5e\xa2\xe4\x36\xbc\x82\x12\xaa\x76\xdc\x11\x59\x5f\xfd\x5d\xb4\xb6\xbb\x43\xb8\x81\x74\xe0\xec\x19\xca\x93\x3b\x64\x32\xae\xb8\xd7\x9e\xe1\x05\xac\x6e\xc3\x0b\xe8\x09\xe1\xca\x19\x97\x32\xd8\x71\x6b\x7d\x76\x08\xd7\x9e\x09\x91\x90\x96\xe1\xf7\x2a\xfe\x00\x10\x29\xa4\x68\xc7\x2d\x93\xde\xc9\x3b\xd2\x6f\xab\x01\xc8\x50\x09\x8a\xfb\x87\x9f\x4b\x12\xef\x8e\xf4\x5a\x67\x7c\xef\x48\xaf\xed\xb2\x43\xed\x48\xaf\xed\x12\x23\xf7\x42\x80\x34\x1e\x83\xd9\x5d\xec\x6b\x2f\x5c\x22\xbf\x00\xbf\xa6\xf7\x1d\x6e\x99\xec\x92\x43\xf7\xc2\x25\x12\xc6\x50\xfc\xbc\xb8\xb2\xc0\x0e\x25\xa7\xbe\x66\x08\x4f\x5e\xf6\x0c\x01\x61\xf5\x80\x2c\x10\xeb\xef\xb1\x84\xc9\x03\xc2\x7b\x6e\x0c\xb3\xe6\xa6\x69\x08\xc1\x42\xa5\x7a\xe3\x53\x4b\x4a\x6e\x33\xe6\xca\x44\x50\xb9\xa8\x42\x01\x12\x78\xbb\xd7\xa0\x72\x4d\xfd\x9c\x15\x70\xdd\xee\xbc\xca\xdc\x1d\x92\x4c\x3d\x22\x51\x20\x10\x90\xe0\x9b\x47\xf0\x0f\xc0\x81\xb7\x1e\x2a\xaa\xf7\xd7\x94\x27\xcf\x24\x01\x8d\x8b\x29\xbb\x91\xdc\x1e\xa0\x85\x65\x94\x50\xb7\xee\xb2\x37\xb8\x9d\xbc\x0a\xbc\xd8\xc6\x71\xd7\x7b\xdb\xf1\x82\xdb\x70\x85\x79\xe7\x34\xf8\xfa\x8c\x14\xe6\x07\x9b\x10\x11\x34\x94\x7b\x75\x07\x37\x66\xa0\x29\xf7\x87\x7d\x69\x4a\x9d\x2e\x58\x7f\x81\xcb\x2a\x5d\xe6\x69\xef\x48\x38\x35\x25\x20\x80\xbd\x58\x60\xdf\x11\x56\x54\x9d\xb4\xb4\x77\x00\x61\x6a\xef\x04\x42\x93\x66\xce\xaf\xf9\x47\x27\x7b\x10\xde\x91\xe3\xeb\x38\xaf\x1d\x96\x7e\xeb\x34\x3b\x6e\xdf\xa9\xc3\x53\x5c\x5a\x55\xb2\xf7\x6d\x47\x8e\xaf\x03\xbd\x76\x5c\x58\xe9\x22\x43\x3b\x73\x7c\x4d\x6a\x83\xd5\x3b\x8d\xd6\x41\x0e\xa8\x75\x1a\xbc\x4b\xc0\x0c\x04\x59\xbf\x76\x15\xec\xe3\xc0\x0c\x04\xc2\x20\x88\x42\xc9\xe0\x3a\xf9\x7d\xf8\x64\x4d\x5a\x03\x20\x9b\x36\x59\x91\xd4\x05\x68\x76\xf8\x01\x8a\x43\x75\x77\xe4\x09\xe7\xf4\x23\xfb\xd9\xbe\xf3\x46\x79\xcf\x6f\x27\x06\xdc\x86\x0f\xd7\xdb\x19\x59\xc3\xf6\x95\xed\x3b\x7c\xb6\x5e\x22\xb8\x08\x86\x4b\xa9\xec\x2c\x56\xfa\xda\x5d\x3b\x29\xd5\x3d\x00\x62\x73\xac\x9d\x10\xeb\x39\x6f\x08\x32\x03\x39\xe8\x9d\xd3\x00\xc8\x12\x7e\xc1\x8f\x2c\x61\x47\x01\xef\xb8\x63\xd3\x9a\xf5\x7e\xc0\x9f\x28\xf1\x6f\xc7\x1d\x9b\x56\x23\xf7\x03\xb7\x94\x78\xa7\xe1\x8e\x4d\xc7\x5c\xed\x07\x3c\xa6\xc6\x10\xee\xdc\x74\x84\xe5\x7e\xc0\x63\x6a\x9a\x3a\xe0\x11\xf6\xbe\x3a\xe0\x7d\x6c\x7e\x1f\x0e\x53\x73\x27\x64\x1c\x3b\x8a\x75\x3f\x09\xbf\xde\x3f\xe1\x21\x96\xfc\xbb\x9f\x80\xdf\xbc\x87\x17\x10\x59\xa9\xda\x91\x71\xec\x88\xac\xfd\x24\xc0\x6e\xf3\x5a\x16\x4d\x98\x19\xc8\x5e\x00\x66\x20\x37\x3f\x07\xc0\x26\x51\x24\x19\x3b\xa4\x75\x3f\x09\xb0\xfb\x87\x87\xd8\x7b\x08\xf1\x56\xc5\xfe\x9b\xfd\x64\xfc\xa2\x1c\xb2\x3b\xb4\xae\x61\xc3\xd7\xce\xeb\x86\x9c\xd3\xb0\x23\x71\xd8\xf1\x26\xfb\x85\xc8\x6a\x49\xd8\xfb\xd5\x60\x39\x13\x52\x2e\x44\x5a\x4b\xa2\xde\x91\x36\xdc\x5f\xef\x2f\x98\x1c\xf3\xb5\x23\x6d\xd8\x5a\xc7\xbe\xd4\xae\xe1\x70\x9e\x1d\xe1\xfc\xfd\xd5\x3f\x0c\xef\xc1\xf3\x81\x4f\x52\x12\xfd\x8e\x80\x7e\xab\x65\xfb\x52\xc3\xb2\x13\xa7\x76\x64\x11\x5b\x2d\xdb\x27\x5c\x92\xaf\xef\x33\x79\xab\x06\x98\x44\x80\x16\x61\x02\x01\x56\x01\x70\x25\xa7\x55\x88\x7d\xd2\xb4\xe8\xef\x01\xb0\xd9\xff\x24\xc0\x1e\x10\x00\xbf\xfa\x23\xc0\xee\x8f\x9e\x06\x01\xc0\xac\x63\x5b\xcc\x76\x78\x3b\xb2\xbd\x40\x3b\x2e\xe5\xb4\xf5\x75\x47\xc9\xff\xcd\xe1\x20\x3b\x2f\xe5\xb4\x8e\xc1\x4b\x39\x6d\x9f\xdd\x51\xa1\x75\xcb\xaf\x2e\x3a\x7f\xf0\x2c\x06\x7f\x10\x98\x4f\x56\x81\xc5\x17\xde\xdb\xe9\x23\x89\xd7\x74\x3a\x6e\x68\x47\xa0\x56\xb1\xab\x76\x7f\x7c\x28\xa2\x8d\x63\xa3\x83\x52\x8b\x7f\x40\xbd\xda\xac\xf5\x1f\xbc\x97\xd3\x96\x95\x63\xa3\x2b\x56\xcb\x71\x6c\x04\x25\xba\xd3\x8e\x79\xb9\x4f\xba\x5e\xb3\xda\x9c\x77\x55\x1b\x0e\x65\xb9\xbb\x8e\xed\xa9\xe5\xed\x39\x70\xda\x22\xa1\x23\x30\x59\x2f\xfb\x07\x96\x2d\xd1\xf1\x7b\x3c\x37\x77\x8a\xb5\x1d\x81\xa5\xf0\xb3\xdf\x80\x05\x7b\x18\x8e\x40\x9f\xa6\x4e\xcc\xe3\xb9\xaf\xf3\x67\xc7\xcf\x11\x1e\x07\xa7\x66\xfd\xdc\xe6\x29\x89\xfe\x78\x32\x20\x44\xf8\x47\xc0\xbd\x60\x62\x9f\x47\x60\x92\x62\x76\x17\x37\xeb\xe5\x6b\x4a\xf1\x01\x5c\x9f\x44\x96\x46\x16\xcb\x3f\x90\xb8\x1c\xec\x6e\x3c\x96\x36\x56\x7c\xe5\xce\xc1\xfb\x3e\x5d\xf6\xe8\xe0\x7d\x9f\xae\x2a\x73\x40\x3d\x0b\x76\xd5\x1d\x91\xce\xdc\xec\x1f\x70\x01\x68\x75\x17\x07\xb7\xb4\xa7\x75\xb2\x0b\x4f\xfc\xa2\x63\xd5\xf3\x9c\x7c\x43\xb0\xa2\xba\x6b\x70\x7e\xc2\x91\x98\xd0\xa7\x2f\xe0\xc4\x09\x76\x93\x1e\xc8\x7e\xb6\xcf\xe4\x48\xf4\xd5\xba\x83\x27\x17\x4f\x3f\x2c\x95\xac\x54\xa3\x17\x79\xc7\xd9\x65\x7e\x8f\xa5\x83\x95\x2a\x91\xe8\xa0\x97\xc7\xd7\x7e\x1d\xf9\x49\x58\xf3\x1b\xb0\x21\xb9\xd8\xcc\x91\x9f\xab\x73\x84\x4d\x24\x22\x27\xbb\xd9\x0e\xa4\x4d\x64\x57\x92\x38\x32\x6f\x2a\x4d\xfe\x61\x32\x83\x4b\x6b\x98\x79\xaa\x88\x9f\x1c\x70\xff\xb8\x87\xa5\x5a\x35\xef\xea\xa5\x58\x99\xa1\x1f\x4b\xaf\xaa\x96\xe3\x0e\xc4\x3d\xb9\xe6\xcf\x51\x68\xef\xf7\xfb\x18\xcd\xd3\x61\x0e\x84\xb7\x23\xb4\x1a\x4b\x9a\x07\x73\x22\x74\xc8\x1e\xac\xb1\x2a\xbb\xdf\x81\x1c\x89\xd7\x5d\xf6\xc7\xe7\x5a\x28\x8d\x58\x19\x74\xe2\x17\x60\xcf\x18\x1e\x01\x61\xce\xaf\x1e\x99\x39\x5f\x3d\x25\x48\xd7\x32\x2f\x1f\x0d\xca\xb7\x11\xd4\x10\xe0\x18\xfc\x9c\xca\xb7\x06\x68\x09\xcf\xdd\x7e\xdc\x7b\xc2\x11\xa3\xa0\xa2\x5f\xa0\x34\x6d\x24\x2e\x2d\x68\xf4\xd7\x0b\x88\x3f\x91\xe8\x76\x34\x6e\x19\x81\x88\x54\xde\xe0\xe2\x51\x07\x53\x79\x6b\xf1\x1b\x17\x88\x51\x48\x5a\x5a\x4e\xb1\x39\xf3\x40\x22\xaf\x1f\xa3\x6c\xea\x8b\x33\xf4\xe7\xba\x49\xf5\x07\x9d\xc7\x5c\xba\x23\x25\xc9\x9b\xa1\xaf\x53\xd8\x18\x41\x24\x93\x11\x8a\xa4\x09\x17\xf9\x3b\x3a\x69\xc8\xaf\xc3\x47\x64\xde\xd9\x19\xbc\xa1\x5d\x80\x9c\x89\x6e\x0d\xec\xc0\x7d\x0a\x0e\x95\x39\x06\x28\x5a\x47\xd5\x81\x9c\x89\x2c\x9b\xd1\x01\xf5\xa5\x0f\x23\x70\x3c\x35\xce\xd5\x86\x6a\xec\xbd\x4c\x75\xc6\xcc\x16\x4e\x22\x6b\x9d\xc7\x80\x66\x6c\xc6\x89\x24\x0a\x6b\x2b\x07\x7c\x48\xb5\x7a\x40\xe6\x48\xf8\xd8\x62\x8e\x84\x89\x74\xa7\x7d\x43\x03\xc0\x07\xe4\x40\xb9\x83\xe5\x4e\x7d\x0c\xee\xb4\xfa\x69\x02\x3b\xb2\x40\x3c\x41\x46\x28\xb5\x9a\x7e\x74\xfc\xe0\x72\xd2\x28\x2b\xe6\xb1\x23\x99\xc1\xf8\xdb\x51\xd6\xd1\xfc\xf7\x80\xc9\xcf\xb3\x3d\x60\xe1\x33\x74\x07\x32\x01\x7c\x28\x2f\x55\x23\x46\x9f\x1a\x07\x8a\x26\x1a\x3a\xb8\x7c\x86\x1d\xbe\xc7\xd2\x35\xa2\xef\x19\x3a\x96\xae\x11\xa3\xb9\xf7\x81\x3c\x00\xd3\xeb\x09\x3b\x43\x75\x1b\xe6\x25\x13\x0c\x92\x2b\x9c\xe9\x7b\x9c\x4f\x1d\x32\xff\x80\x44\x00\x53\xd4\x89\x10\x5e\x93\x24\x2e\x2f\x7d\x71\xff\x13\x61\xf3\xe6\x4a\x27\x34\x7a\x93\xfc\x09\x8d\xde\x07\x27\x74\x01\x87\x97\x1e\x27\xd4\x5d\x1f\x82\x27\x94\x3f\xcf\xe7\x82\x4b\x5d\xf2\xdb\x71\xc1\xa5\xee\x1d\x76\x51\xa1\xf7\xfb\xe4\x41\x9a\x1f\xae\x21\x75\x2e\xd5\x71\x15\x32\x08\xbf\x00\xe5\xc7\x00\xb2\xc2\x90\x0b\x04\x1d\xd7\x93\x77\xaa\x45\xbf\x10\x5b\x69\x16\xb2\x44\xfb\xec\xd8\xb2\x83\xa2\xbd\x9f\x53\xb4\xf7\x89\x3a\x11\x00\x62\xae\x88\xcb\xf7\xed\x8e\x38\x26\x02\x42\x7c\x72\x4c\xa8\x2e\xaf\xe7\x54\x5d\x34\x1f\x48\xf2\x0e\x8f\x3b\x70\xdb\x82\xf3\xcd\x8e\x25\xc9\x67\x07\x0a\x1e\x4b\x92\xcf\x8e\x34\x3c\x96\xe4\x9e\x1d\xb2\x77\x30\x6e\xc9\x57\x6d\x1d\xb8\xbc\xcb\x61\x14\xc7\x4d\xe5\xcb\x8b\x7a\x33\x93\xde\x2f\x20\x01\xdd\x6c\xfd\x86\x17\x4f\x13\x44\x75\x20\x2f\xf1\xcd\x88\x19\x1d\xf6\xe7\xe3\xad\xe8\x6a\xc3\x2a\xad\x83\xed\xdc\x32\x36\x41\x52\x9b\x6b\x2a\xa2\x3b\x51\x7b\xd4\xe3\x9f\xcc\xf3\x15\x97\x3f\x99\xe7\x9b\x3d\x00\x2c\x10\xda\x35\xe7\x86\x28\xaa\xe4\x01\x10\x46\xd1\xdd\x1f\x8b\x6f\x7f\x9a\xbc\xf5\x34\xba\xbd\x36\x9d\xd4\x98\x33\xe0\x8e\x1c\x8f\x16\x1e\xf4\x69\xb8\x40\x53\x7f\xf5\x1b\x0c\x36\xd0\x7c\x71\x6d\xea\xeb\x7d\x30\x61\x09\xe1\x67\x78\x2a\xf8\xfa\x7b\xda\xf6\xba\x3b\x80\x09\x41\x6c\xe2\x8c\x8c\x83\xd7\xc9\x73\xe2\xa2\x2e\xed\xfa\x93\x85\x49\x6d\xe6\x3a\x23\x64\x23\xad\x40\xe4\x75\x64\x7e\x8c\xd8\x02\xb1\x95\x93\x97\x16\xbc\xc6\xe3\x41\xa7\xf6\x92\x4a\xbb\x33\x18\x4f\x5c\xca\xe5\x00\xeb\x13\x89\xbf\x0e\xa6\x38\x13\x2a\x5f\x68\xd7\x9f\x09\x04\xa5\xe1\x70\xe1\x56\x75\x73\x5f\x93\xf5\xcb\xb8\x91\xdc\xab\xbf\x24\xda\xfe\x1a\xeb\x91\xa1\xd5\x7e\x22\x26\x3f\x6d\xdc\x87\x9a\x75\x26\x9c\xa8\xef\x9f\x4d\x8d\x10\x4d\x73\xfe\x51\x2e\xe8\xc9\xf2\x9d\xb5\xb9\x37\xde\xf8\x28\x89\xe2\xc4\x75\x00\x0e\x5e\x3e\x91\xff\x6b\x17\xcc\x09\x39\xd7\xb1\xc8\x67\xd9\xb0\x19\xf4\xbc\x04\xb4\xb5\x94\x85\x1c\x5e\xec\xe6\x84\x98\x1b\x87\x5f\xe0\x99\x24\xec\xc1\x81\x10\x75\x22\x9f\x05\x7e\xb4\xd7\xfb\x30\x96\x7b\xed\x50\xfa\xa6\x34\x49\xca\x67\x85\xd8\x28\x0b\xe0\x59\xc9\xef\xd4\x41\x25\xbf\xd3\x8c\xeb\xa3\xfa\x6a\xc4\x25\xd9\x16\xdf\x6f\x78\x2e\xc1\xb5\x58\xf2\x3d\xeb\x53\xbc\xc1\x1f\x20\xcd\xdc\x38\xc0\xbd\x59\x92\x53\x4f\x66\xf3\xea\x29\x22\x9a\x5c\xa0\xe4\x44\xa9\x7f\x17\x1b\x39\x51\xba\x7f\x38\x2c\xf7\x44\x94\x92\x01\x66\x54\x92\xf7\x37\xc3\x90\x3c\x5c\x27\x3b\x92\x7d\xec\xec\x88\x5b\x29\x7e\x81\xbb\x45\x08\xeb\x48\x09\xf7\x84\x70\x6b\x96\x0b\x6d\x9d\x1d\x29\xe1\x9e\x20\xc5\x46\xe3\x07\xa5\xf5\x5d\x8c\xfa\x7c\x42\x8b\xc4\x0e\x28\x25\x4a\x86\x3d\x21\x25\xba\xda\xf6\x89\x50\x22\xfb\x09\x4f\x48\x8d\xae\xa4\x7c\x42\x08\xec\xd6\x54\x4f\xde\xaa\xe5\xc0\x9a\x73\x30\x09\xa4\x79\xc8\x35\x25\x5f\x6c\x76\xb2\x5e\x8b\x8b\x8c\x9f\xe3\xc6\x0b\x6a\x23\x76\xc8\xc5\x57\x4e\x58\xb1\xed\x59\x3c\x11\x3b\x54\xcc\xf3\x97\xdc\x58\x8b\xb7\xc1\xce\x5d\x2a\x9c\x20\xb7\xd6\x09\xcc\x27\x62\x87\x8a\x39\x16\x62\x87\x8a\xa9\x1e\x72\xa3\xa3\x85\x4f\x14\xbb\xb4\x67\xe2\x5c\x72\x64\x2d\xde\x56\xb0\x62\xdb\xee\x7f\xee\x88\x33\xd1\x11\x78\xee\x44\x80\x70\x8e\x32\xf9\xbe\x54\xf0\xdc\x71\x84\x48\xf2\x3b\x51\x26\xdf\x17\xad\x9d\x07\xe1\x77\x1b\xea\xa2\x69\x80\xc1\x43\x92\x34\x4f\x04\x0f\x15\x29\x42\x27\x24\x49\x1b\xd1\x4f\xc6\x0e\x79\x13\xb0\xf0\x65\x95\x98\x73\x3e\x17\xad\x9a\xd1\x9c\x74\xf7\x98\xd1\x9d\x08\x7b\x30\x59\x22\x56\xc7\x8e\xbf\x13\xb1\x3a\xf6\xdd\x9e\xb8\x84\xcb\xbe\xd8\xf3\x44\xd0\x83\x51\x7a\x22\x92\x45\xea\xe5\x79\x92\xd3\x09\x64\x84\xe6\xd8\x79\x7c\x22\x34\xc7\xce\x9f\xf3\x62\x24\x8b\xfa\x7b\xee\x65\xf5\x00\x88\xcd\x71\x74\xe4\x09\xd9\x6f\x58\x52\x3b\x11\x8c\x63\xef\xf0\x79\x11\x22\x21\xf9\xa2\x32\xe1\xe7\xdc\x08\xc2\xc0\x45\x88\x3c\x00\x21\x72\xff\x80\xc0\x7c\xea\x22\x04\xc2\xc8\x7c\x94\x1b\xff\x00\x71\xdf\xac\x65\x3e\xc7\x85\x46\x40\x1d\xfa\xf8\xb3\xab\x74\xce\x49\x6d\xc6\xbd\x5f\xe0\xf4\xc2\x0f\x72\x70\xa3\x69\x90\x35\x5c\x7c\xe1\xfa\x89\xfb\xee\x7d\xfd\xd2\xc9\xa2\xf5\xde\x24\x37\x04\xb1\xe0\xf7\x61\x0d\xb4\x23\xf5\x5c\x82\x60\xf4\x75\x4c\xe7\x0d\x6d\xcd\xbb\xe4\x26\xc9\x88\x84\xee\x75\xb6\x24\xef\xea\xfb\xc0\x8c\xfd\xfe\x49\xfd\xc8\x1f\x10\x24\xcf\x08\x51\x26\xda\x16\x17\x92\x6a\x93\xd8\xcc\x85\xb2\xf7\xbe\x9d\xe9\x62\xda\xab\x56\xe4\x7a\x24\x47\x3f\x87\xf3\x5b\x11\xc9\x17\xd3\x58\xc5\xda\x2f\xa6\xb1\x36\x7f\x8f\xea\xe9\xc5\xe3\xc3\xf9\x2d\xbe\x78\x05\x66\x29\x48\x96\xbe\x10\x06\x53\xc5\x5a\x2f\x54\xa1\xef\xdd\x6d\xe8\x63\xd2\x5f\xae\xc0\x1b\xfc\x45\xf5\x57\x20\x04\x1e\x01\x10\x48\x58\xbc\x90\x17\x5b\xeb\xab\x47\x08\xbf\xe2\xf6\x17\xaa\xd4\x77\x49\x24\x17\xc2\x60\xac\x20\x5d\xbc\x00\xb6\xf9\x7b\x5a\x89\x3c\x20\x40\x54\x98\xcc\x15\xa1\x82\x36\xb7\xa1\x72\x4a\x9e\xba\x22\x22\x1a\x14\x97\x73\x45\x42\x28\x94\x47\x78\xf3\x65\x90\xbc\x50\x02\xbf\xcb\xbe\x7b\x45\x02\x28\x94\x47\x04\x34\x34\x7f\x4f\xf8\xdc\x3f\x2b\xf8\x1a\xe0\x08\x00\xba\xdb\x37\xaf\xbe\xd1\x17\x89\x10\x68\xc6\x88\x83\x77\x98\xe4\x95\xe0\x50\xed\x7e\x0e\x27\xb2\x17\x19\x69\xb0\xf6\xaf\x5d\x09\x2e\x54\xcf\x90\x69\xb0\x3a\x0b\x2f\x46\xd1\x18\xa3\x4c\x83\x95\xa9\xf0\x62\x1a\xac\x5c\xff\x57\x82\x82\xf7\x9a\x1f\xd4\x97\xee\xef\xa1\x53\x1b\xc3\x90\x70\xdb\x30\x4a\x98\x16\x6b\x2a\xce\x10\xc7\x25\xe2\x5e\x19\x00\x9b\x24\x32\x01\x16\x00\x19\x00\x7b\x57\xa0\x8e\xa4\x45\xe2\x8b\x45\x70\xaa\x67\x90\xe1\x24\x96\x0a\x7b\x65\xda\x2e\x4d\xd6\x99\x20\x6a\x91\x33\x5c\x8a\x3a\xee\xae\x0c\x33\x82\x89\x0a\x59\xb5\xce\x7b\xb9\x32\xcc\x06\x26\x92\x02\xb3\x81\x44\xca\xab\x10\x22\x4d\xa0\x10\x22\xf5\x5f\xb8\x44\x42\x79\xa9\xdc\x66\xc2\x29\xaa\xe0\x54\xc7\xc5\x5f\x85\x33\xf6\x08\xb0\xde\x3b\x8a\xf0\x2a\x48\xec\x35\x2b\xa9\x28\xb2\xeb\x7d\xc5\x34\x57\x9d\xf0\x17\xd3\x5a\x75\xbc\x5d\x15\x5e\x58\xb3\x12\xa6\xb9\x9a\x55\x55\x78\x61\x8d\xe3\x4a\x14\x69\x82\x15\xa9\x41\x3a\xae\xaf\x8a\xb2\xc0\xa6\x62\xe4\x02\x74\x87\x57\x5f\xcc\x72\x7d\xb5\x39\xe1\xf8\x93\xb3\xe6\xe2\xdd\xb3\x96\x8a\x2f\x9a\x72\xa5\x43\x5f\x1f\xa9\xda\xdd\xc3\xe3\xaa\xc3\xf6\x42\xca\xab\x03\x93\x2e\xd8\x76\xbb\x03\xf4\x2f\xe4\xbc\xf6\x57\x07\xf0\x40\x1a\xe1\x0d\x1e\x48\x73\x46\xe4\xbc\x5a\xbe\xb8\x3a\xed\x32\xfa\x1e\xe9\x00\x8e\x9c\xba\x90\x0f\xe0\xc8\xda\xab\xd3\x0e\x23\x84\xf7\xa7\x7a\x97\x56\x14\x79\xad\x8e\x64\xba\x3a\x0c\x35\x92\xa0\x2e\xe4\xb5\xf6\x57\x1b\x10\xbf\x3a\x24\xc4\xee\x8f\x91\x11\xa6\x62\x94\xb8\xb7\x44\x74\x75\x96\x01\x31\xce\x06\x1d\x8d\x9e\xf3\xa0\xa3\xd1\x48\x59\xb2\x7d\x76\xca\xe7\x35\xe8\x78\xf4\xa4\xc7\xa3\x7d\x69\x56\x83\x2e\x53\x83\x09\x69\x7f\xb3\x91\xf8\x1a\xcc\xe9\x34\xe6\x96\xb4\x9f\x9d\xe3\x79\x41\xda\xdf\x6c\x26\xbe\xc6\xe3\x7b\xd4\x1b\x4f\xf6\xaa\x57\xfb\xc9\x5e\x35\xbd\xec\x0f\x68\x5a\xae\xc7\x32\x6c\xc6\xbf\xd3\xb3\x28\x81\xf3\x62\xfc\xbf\x53\x19\xaf\x9d\xde\x44\xef\xa9\x9d\xde\x44\x6f\xaa\x9d\x05\x32\x8d\xaf\x9d\x79\xa0\xde\x96\x3b\xf3\x40\x7d\x7e\xed\xf4\x2f\x7a\x23\xee\xb4\x97\xf9\x0c\x3f\xe8\x5f\xf4\xd6\x3f\xe8\x5f\x34\x3b\x3b\x98\x1a\xea\x53\xfb\xa0\x63\xd5\x2c\x1a\x39\xad\xc1\x15\x2f\x2f\xe4\xb4\xd6\x66\x7c\x1c\x74\x30\x7a\xc7\x1d\x54\x9b\xfd\xc2\x53\x1e\x54\xc0\x1e\xf4\x9e\xb8\x7d\xa2\x2d\x40\x8e\x0b\x6d\xa1\xef\x7c\xb2\x85\x04\xfa\xf9\x38\x88\xfd\x03\x92\xeb\x5c\xdf\xf2\x82\x3d\x39\xbe\x56\x0d\x65\x1c\x6d\x0c\xb8\x58\xb6\xd1\xba\xfa\x75\x5e\x50\xee\xdd\xc3\xcd\x17\x34\x8b\x8b\x29\x4a\xe6\xb4\x4b\xac\x2f\xb6\x1f\x5c\x57\x46\x5b\x60\x5c\xac\x35\x69\x4e\xb7\xc4\xfc\xf2\x3a\xcf\x61\xe2\xad\xd5\xe7\xd9\xc5\x44\x4f\x13\xf4\x12\xe4\x5d\x33\xfe\x42\x4c\x7d\xf6\x8c\x16\xa3\x31\x9e\x21\xd5\xdb\x04\x7d\x21\xc2\xde\x37\x27\x5d\xb8\x78\x37\x19\xe2\x09\x81\xc8\x68\x9e\xf4\xf4\xa9\xb9\xa4\x03\xef\xbe\xb9\x84\x03\x23\x78\x69\x08\x0e\x23\xb9\x58\xa7\xd1\x4b\x88\x7b\xa7\x7c\x1b\xe6\x75\x23\x56\xc8\x74\x86\xaa\x38\x9e\x2a\x04\xf6\x57\xc1\xbb\x0b\x11\x15\x0e\x6b\xb9\x50\x94\xd1\x02\xfd\x85\x3a\xed\x8e\x6d\xba\x10\x88\xee\x1d\x78\x23\x83\x50\x93\x9f\x1b\x4d\x2b\x51\x6d\x18\x32\x87\x9a\x83\x57\x5d\xfb\x7d\x5a\x3e\xba\xda\x4c\x0e\x28\x3f\x2a\x7a\x33\x37\xda\x45\xaa\xda\x70\xa7\x89\x5a\x67\xa0\xa7\x5a\xcf\x11\x72\x5e\x5d\x5a\x6a\x2e\x61\xbb\x16\xe9\x3b\x13\xc2\xb6\xc3\x0f\x27\x82\x1b\x1c\x43\x39\x91\x1c\x5a\xb4\x03\x27\x64\x6d\xc7\xbe\x4d\x5c\x5f\xeb\x14\xad\x49\xc3\xad\xd1\x81\x58\x06\xc7\xfe\xcd\x40\xdb\x9e\x27\x08\xc9\x54\xda\xcd\x44\xa9\x46\x47\x3b\x4f\xdc\x3d\xeb\x50\xdc\x89\xa8\x04\xc7\x00\x4d\x88\xc6\x49\xfa\xea\x8c\x54\xaf\xfc\x3e\xd4\xab\xe0\xfe\xa1\x4d\x05\x7f\x3f\x79\x57\xb9\x3a\xe0\x65\x4e\x92\x31\x26\x2e\x73\xea\x92\x4c\x27\xe3\xc3\xbd\xc0\xb8\xbc\xc9\xd6\xce\xc9\xcb\x9b\xb4\x75\x66\x22\x39\xb9\x4d\xd1\x5c\x08\xcf\x14\xe3\xd4\x1f\x05\xd3\xe1\xe7\xcf\x45\xe1\x82\x28\xc3\xfd\xa3\xd3\x6d\x66\xb8\x7f\x0c\xc0\x92\x54\x93\x63\xf7\x26\x8d\xb7\xbe\x10\x64\x52\xf0\x34\x8a\x33\x62\xd9\xaa\x3b\x40\x2c\x5b\x77\x1b\xb1\x6c\x5e\x02\x96\x73\xa9\x9e\x00\x2c\xef\xa6\x41\x94\x6b\xb1\xc9\x60\x16\x08\x19\x12\x52\x66\x81\x8b\x3c\xf9\x7d\xc8\x14\x3a\xf1\xe7\x12\x33\xb3\xe3\x63\x66\x79\xce\x62\x7f\xc0\xf8\xa5\xd7\x1b\x8f\xe9\xcd\x43\xdc\x38\xad\xf5\x45\x7d\xce\x62\xad\x42\x0d\xeb\x05\xd9\xca\x26\x0c\xb8\x2e\x2c\x31\x2b\x62\xd1\x5e\xef\x33\xe6\x47\x2a\xdc\xac\x14\x21\x24\xf9\x4c\xd4\x67\x0c\xbe\xf4\x69\x2e\x61\xb5\xf8\xae\x99\x59\xb9\x75\xbd\x90\xf5\x39\x54\x45\x5a\x4c\x5d\xb5\x64\x33\x51\x93\xd1\x7b\xb1\xc1\x31\x2f\xa8\x59\x80\x45\x30\x37\x3a\x2c\x34\x21\xd6\x5f\x11\x84\x8d\x1b\xd7\x5f\x53\xb6\x16\x40\x88\x3b\xf0\xbe\x5e\xa2\x69\x7b\x75\x06\x87\x82\xd0\xd1\xb8\x8b\x3d\xd1\x09\x9a\xf4\xd7\xf7\xea\x4c\x90\x22\x4b\xd5\x07\xfd\xc4\x4d\xad\x16\x1e\x66\x7f\x42\x1d\xd5\x3f\x62\x0e\xec\xe2\x9c\xfd\x89\x0c\xd1\x7c\x3a\x25\x03\x7f\x00\x7b\xb3\x69\x98\xf6\x66\xd3\x38\x53\x57\xbd\x18\xb4\x37\x9b\x86\x51\xdb\xd1\x65\x9f\x26\xed\xcd\x5e\x6e\x86\x29\xe8\x40\x9b\x9f\x7a\x2a\x9a\x10\xa3\x0c\xbc\x09\x68\x50\x1e\x66\x54\x0c\x2b\x30\xdf\x67\x6d\x46\x73\x72\x86\x15\x78\x46\x3b\x75\x17\xb7\x91\xd1\x65\x62\x81\x75\xd8\x3e\x8a\xb9\x93\x51\x6a\xc6\xac\xbc\x68\x0c\x21\xaa\xa0\x87\x1f\xf9\x70\xe6\x92\x3b\xa3\x2f\x78\x9e\x3b\xb9\xac\x3b\xdf\xd1\xd6\xe4\x77\x72\x59\x41\x8f\x20\x83\x64\xe0\x77\x70\xdd\x68\x60\x26\x9e\x0b\x98\x83\x5c\x5f\xcb\x77\xc0\xa7\x2f\x5d\x79\x1e\x64\xc2\xea\x0f\x41\x06\xb6\xe2\x4d\x04\x19\xd8\x86\x38\x51\xe2\xb1\xcb\x5c\x30\x79\x83\x69\x32\x0f\x3a\x60\xc4\x92\x1a\x32\x4f\xd8\x33\x24\xcd\xcf\x13\x9a\xaa\xb1\xc9\xf8\x61\xaf\x16\xe3\x87\x8d\xdd\x13\x25\xa6\x3c\x61\xc6\x0f\xfb\xd4\x38\x11\x22\x2f\xe9\x6b\x32\x7e\xd8\xab\x87\x4b\x8a\x2c\xe4\xcc\xe7\x82\xd2\xe1\x0e\xa1\xf9\x79\x87\x5c\xbc\xf1\x46\x66\xbe\x79\x41\xd5\xf3\x0e\xc1\xb5\x44\x36\x55\xcf\x0b\x1c\x2d\xbb\x8d\x82\x3f\xde\x93\x8c\x2e\x96\x40\x38\x19\x5d\x9c\xfd\x1c\xca\xae\x24\xc4\x79\x41\xf3\x93\xe9\x7b\x32\xba\xd8\x0c\xe4\xda\xc1\x61\x3d\x1e\xcb\xe6\x78\x09\x18\x5e\x2c\x2d\x64\x5e\xd0\xb0\x5e\x00\x51\xc3\x7a\xcd\x18\x4c\xdd\x0c\x76\x09\xa1\xd9\x81\xb0\x73\x52\xbf\xf2\x94\x11\x85\xe0\x60\xdb\x89\x00\x63\x47\xa8\xce\x49\x05\xc4\x3c\x72\x3e\x5c\x5e\x58\x9e\xd4\xbf\xbc\x4e\x93\xfa\x97\x19\xc9\x7c\xee\xb2\xf7\x2c\x4e\xc8\xd5\x1a\xf4\xa6\x68\xec\xa3\x05\x41\xc2\xc9\x49\x78\xf3\x4e\xdf\x5f\xc5\x69\xf9\x73\x09\xb0\xc5\x0b\x83\x90\x60\x87\x83\x4c\xc8\xaf\xc1\x93\xbe\xe9\xf6\xf0\xca\xdc\x8f\xc8\xe9\x1f\x90\x06\xe8\xa5\x60\x89\x95\xf6\x9a\x12\x42\xca\x1c\x18\x38\x29\xf3\x7a\x46\x70\x36\x7e\xfa\xbb\xb7\x25\xa2\xe8\x94\xba\xb7\x08\x66\xdd\xd5\x86\xa2\xa7\x83\xe9\xde\xe0\x6b\x13\x6d\xdf\x1b\x5c\x10\xd5\xdf\x77\x1a\x27\xd5\x46\x05\x08\xc9\x0f\xf7\x92\x90\x6d\xbf\xbe\x21\x02\xe7\xa1\xc9\xde\x08\x03\xae\xed\xd5\xc1\xe4\x1b\x9e\x01\x4a\x83\x7d\xe0\xbf\x03\xb3\x27\x04\x4f\x80\xa3\xad\xaa\x89\x7b\x0a\xf5\x71\xc0\x1d\x71\x1a\x6d\x09\xb8\xd5\xf5\xf7\xee\x80\x4a\x5d\x1a\x3b\xf0\xe0\x70\x67\x38\x38\x3c\x36\xaf\x3f\xb5\x6a\x75\x23\xae\xc0\xf5\x31\xee\x38\x78\xcb\x83\xda\x17\x6d\x58\x6a\xc3\xe1\xa2\xe5\xbf\x13\xcd\xff\x9a\x0f\x2e\x2b\x75\xd5\xfa\x1b\xf9\x8e\x49\x6b\x7d\xb3\x60\xa1\xcc\x80\x37\x2e\x23\xb5\xe8\x74\x3f\xf2\xac\xdf\x87\xed\x79\xb8\x3f\x46\x9b\x79\xb9\x13\x83\x87\x8c\xbf\x04\xc3\xe5\xcf\xa2\xa1\xef\x0c\xed\xcd\xc4\x90\x21\x3c\x7a\xb5\x33\xd9\x94\xc0\xcf\x64\x4b\x7e\xde\xb1\xa7\x05\x0e\x6f\xef\xb1\x57\xf0\xce\xb8\x11\x46\x36\xc4\x3b\x33\xb8\xda\xe4\x99\x61\x22\x30\x42\x11\x7d\x50\xe2\x6b\x4a\x13\xca\xb7\x87\xb8\xa9\x4a\x6b\x88\xb2\xad\x0d\xeb\x26\xaf\xff\x16\xa7\xbb\x0b\x75\x2e\x61\x0c\x71\xb6\x76\x47\xdc\xbc\x2e\x54\xca\xfb\x5d\x60\x1c\x97\x53\xeb\x2e\x3c\x4c\xfc\x3d\x8b\x3e\xe8\xf8\xbd\x97\x40\x5c\x7c\xfb\xcf\xbd\xa4\xdb\x62\x1c\x56\x98\x62\x74\x3a\xde\xcc\x36\x74\x35\xee\xbb\x72\xc7\x8a\x88\x59\xb4\x25\xb8\x83\xb6\x68\xc8\x3b\xae\xc2\xff\x60\x9c\x22\x99\xd0\x35\x4f\x6e\x84\xe5\xd6\xee\xfe\x91\x13\xdb\xfd\x3d\x74\xa2\xe4\xf9\xc2\x8c\x69\x0a\x5a\x82\x70\x76\x88\xea\xdd\x28\xad\x0b\x01\xbc\x6b\xb4\x49\x09\xbf\x19\xef\x20\x8e\x77\x23\xde\xc1\xf5\x15\x6f\xd4\x27\x77\x05\xe7\x9b\x37\xec\x48\x7e\xb8\x1b\xc5\x47\x7f\x0f\xae\xde\x3c\x01\x70\x4c\x1b\xe7\x6f\xd6\x2b\x37\xd1\xa0\x5e\x79\x91\xc0\x74\x37\x1a\x0d\xfc\x9c\x77\xb7\x68\x89\x21\x01\x17\x73\x91\xce\x18\xd1\xd7\x0b\x5c\x02\xcd\xa8\x93\x66\x34\x01\x08\xc0\x8e\xd2\xbd\x59\xce\x5c\x87\xe1\x8d\xe2\x2d\xb6\xa2\xdc\x08\xa8\x70\x48\xd0\x3d\xe0\xf7\x94\x55\xe4\x1e\x64\x1b\xc2\xe8\x12\x70\xa3\x6f\xcf\xb8\x07\xd9\x84\x9f\x83\x66\xbb\x9f\x43\xed\x95\x00\x74\x0f\x92\x88\xdf\x87\x97\x71\xf8\x7d\x92\x84\xe0\x1d\x10\xc8\xba\xe7\x03\x97\x9b\xf7\xc0\x8e\x88\x1b\xef\x81\x1d\x4e\x45\xf3\x70\x98\x4e\xab\xad\x72\x37\x93\xfa\x86\x5f\xa0\x47\x4a\x13\x64\x21\xc0\xe6\x4d\xb3\x64\xdc\x64\xc3\xf3\xbd\xc3\xd9\x30\xdc\x21\xd5\x62\xcd\x78\x87\x5a\xec\x5d\x8c\xab\x3e\x7d\xf9\xd1\xbd\x43\x2d\x36\x89\xc0\x42\x5a\x5c\x4f\xfe\x3e\x68\xfe\x35\x2f\x5b\x52\x6d\x76\x7e\xcc\x8d\x2c\x3d\x5b\xa6\xee\xa3\x61\x1b\x68\x06\x07\xf2\x9b\xb2\x9f\x33\xd0\xca\x48\x39\x1e\x5e\x27\xac\x3f\x25\x00\x4d\x46\xb4\x87\x1a\x88\x83\x91\x62\x3e\x6e\x50\x1f\x25\xda\x98\x7e\x9f\x8f\xe6\x23\x30\x4e\x84\x2e\xfa\x79\x26\xf7\xd3\x10\x27\x6e\x60\x73\x73\x40\xf7\x13\xd0\xb8\x9b\xdf\x77\xdc\xdc\x90\x7c\x5d\x34\xe1\x46\x48\x84\xdd\x5c\x37\x42\x22\x5c\x5b\xfd\xbe\x50\x81\xa7\xfd\x28\x5c\xe0\xbe\x10\x26\xe4\x5d\x76\x91\x4f\x68\x72\x17\x74\x68\xef\x12\x44\xce\x9a\x4d\x5c\x64\x1b\xfe\x1c\xd2\xa0\xcf\x52\xc8\xc0\xe6\xb3\x17\x73\xaa\x5f\xdd\x43\xaa\x7f\xcd\x9d\x5c\xc2\xcf\x11\x9d\xf0\x62\xbc\xa8\xf8\xf7\x62\x3b\x93\xc0\x8a\x88\x27\xc2\x9c\x8c\x3c\x54\x32\x71\xf5\xb0\x1b\x76\xd7\x62\xe4\x4d\xf0\x39\xd3\x03\xef\xc4\xf1\x2e\xa5\xad\xd5\x8c\x1b\x85\x49\xe2\x6b\x7c\x98\x1b\x0d\xe1\x44\x18\x96\x17\x0b\xc2\xae\x0b\x52\xdc\x37\xe7\x27\x78\x50\x76\xc4\x05\x2c\x6e\x18\x67\xed\x36\xbe\x51\x66\x24\xbe\xbe\x07\x82\xcd\x65\x50\x54\xc4\x05\x31\xee\x1b\x6a\xbc\xe7\x7b\x13\xc1\x7e\xff\xe6\x1d\x5a\x6c\xd7\x0d\x45\x43\x54\xa1\xa3\x6e\x1b\xac\x97\xd9\x6d\x84\x40\x7d\x88\xbd\x6e\x14\x3d\x3f\x4c\xa5\x6e\xa8\xeb\xa7\x8b\x4d\xeb\x86\xba\x7e\xe5\x73\x90\xd5\x0d\x92\xa7\x44\x85\xba\x6d\x1c\xbf\x7e\xda\x08\xa3\xd5\x4d\xf5\x75\x0b\x01\xfd\x05\xb5\xb1\xb9\xa2\xe6\x43\xc9\x34\x6b\x3e\x08\xa3\x95\x0f\xb7\x6e\xb4\xde\x76\xcd\x87\xd6\xdb\xee\xf7\x61\xbd\x4d\xee\x1f\xf0\x46\xcf\x87\xf0\x7a\x3c\xd6\xda\x74\xff\x84\x37\xab\x7d\xf1\xee\x05\xb5\x41\xc0\x49\x6d\x04\xdd\xca\x4f\x51\xb7\xa7\x3e\x88\xfa\x8f\x34\x68\x69\xfc\x48\x49\xa4\xf9\x05\x58\x31\x3c\x01\x9a\x7b\x3d\xe1\x88\x18\xb0\xd7\x00\x8d\xd7\x21\xab\x8d\x63\xd0\x0b\x16\x9f\x5c\x75\xb5\x61\x85\xe9\x42\x48\x24\xc0\xee\x1f\x00\x27\xbf\xcf\x73\xdd\xfd\x13\xe0\xa1\x36\x17\x58\xe3\x25\x04\x68\x35\x53\x44\x02\xc4\xa6\x88\x84\x15\x4d\x5a\x31\x5c\xf8\x53\xa2\x3a\x4c\xdc\x11\x6e\x43\x59\x32\x82\x10\x07\xac\x50\x90\xba\x41\xfa\x6e\x2a\xf9\x59\x37\x14\x20\xec\xc6\x48\x0e\x90\xdd\xdc\x86\x1d\xc9\x18\xc1\x75\x3f\xdd\x4b\x98\xb9\x02\x82\x08\x05\x0b\xbb\x21\x44\xe0\x43\x37\xc9\x20\x56\xb8\x9b\xe4\x70\xf9\x4f\x37\x86\x19\xfd\xab\x30\xc8\xba\x31\xda\xd7\x34\xc1\x68\x5f\x63\x80\xd1\xbe\xaf\x76\x64\x3a\xab\x3a\x60\x49\x43\xa3\x08\xe2\x75\xf7\x26\x67\xb4\xaf\x37\x71\x41\x04\x56\xf7\xfb\x48\x30\x31\x4d\x15\x18\xb3\x82\x96\xa4\xc0\x32\xe7\x4d\x85\xea\x1f\xe9\x47\x96\xb3\xba\x15\xaa\x67\x5a\x8e\x82\x78\x38\x13\x18\x64\xf1\xee\xf5\xc7\xcd\xfd\xd1\xf4\x51\x59\xad\x5d\xe8\xae\x00\xc6\x04\x5d\x21\x07\x0e\x01\xf7\x88\xe6\xc2\x26\x52\xe6\xba\x77\x3c\x44\xf5\xf8\x1a\x0f\xb6\x00\xd3\x27\xea\x7e\x74\xef\x48\x58\xa9\xbb\x37\x40\x85\xe5\xee\xd5\x1f\xe0\x1b\x6e\xdf\x78\xae\xf1\x19\x72\x61\xe4\xc3\x84\xdd\xcd\x01\x51\x4d\x31\x0f\xd3\x5b\x63\xd4\x89\x97\xa7\x3d\xda\xbb\x7f\x40\x02\x90\x41\xee\xd0\x78\x83\x40\xe8\xa4\x70\xbd\xdf\xa1\xf1\x46\x4d\xb1\x23\x84\xcf\x23\x76\xa0\xd4\x4c\xb5\x53\xb4\x15\x8a\x3b\x50\x6a\x1e\xd3\x61\xfc\x0c\x02\xa1\x43\xb4\x1d\x42\x69\x47\x74\xd9\xf0\xf3\x13\xe3\x79\x3e\x44\xa1\xe7\x0b\xe3\xa7\x97\x7c\x20\x16\x6b\xb8\x1d\x31\x9e\xe6\x33\x38\x7f\xb7\x0b\xbe\xd7\xf8\x03\x11\x88\x3e\x44\x06\xe7\x2f\x78\x07\x02\x2a\xbd\xc4\x10\xc5\x93\x0f\x99\x01\x63\xad\xf7\xc3\x00\xbd\x47\xe1\x07\xa1\x0e\x55\xc6\xf7\xba\x0d\xae\xb9\x10\x44\xd9\x7c\xa8\xc3\x9d\x00\xf8\x39\x5c\x6a\xa6\x19\xca\xea\xc9\x3c\x68\x67\xb1\xf1\x22\x94\xed\xbc\xa2\xa0\x0a\xe6\x1d\xea\xc5\x10\x4c\xc7\xc2\xd9\x30\x53\x81\xc1\x78\x6c\xea\x00\x05\x32\x82\x0f\x76\xc4\x16\xf7\xe6\x0e\x91\xb6\x56\xbd\x68\xb0\x28\xb7\x4d\x73\x5c\xb2\x77\x0a\x3e\xf9\x96\xec\xed\x4b\x2d\xeb\x86\xac\x35\x99\xd0\xea\xb6\x64\xf1\xfe\xe2\x72\xb8\x54\x68\xbc\xfa\x3b\xf0\xbe\x9f\x9f\x68\x7b\x82\x17\xe6\xe3\xfe\xe0\x26\x1c\x06\xe8\xc6\xf8\x7a\x1f\x59\x70\xc3\x44\x79\x86\x35\xbe\x71\x0e\xa9\x7c\x98\xed\x2f\xb1\xbc\x2b\xb8\xbb\x6e\x4c\x7a\x73\xff\x48\x7a\x93\x49\xa1\x6e\x48\x7a\x93\x45\xb0\x6e\x67\x07\x3c\x9a\xdf\x89\xd8\xb0\xd7\xf7\x80\xd7\x4c\x14\x17\x10\xd5\xe1\xf9\x9c\x18\x5f\xf8\x58\x62\x7e\x1b\xaf\xf9\x4e\x3c\x37\x7c\x80\xd7\xf3\xc5\xad\xfb\xc1\x44\x7e\x71\xbd\xf4\x3d\x73\xda\x86\x0f\xca\x8b\x0b\xe4\x0e\x06\x3a\x14\x80\xd7\x8e\xe7\x02\x60\x09\xeb\x6d\x18\xe0\x8b\x0b\x24\x80\x2e\x4c\x78\xd3\x2e\xe5\x7d\x45\x2f\x4e\x8c\xfb\x8a\x9a\x5f\x98\x70\xec\x66\xcd\x70\x12\x02\x75\x38\x23\x20\x76\x3b\xf1\xe6\x8f\x9f\xa4\x71\xd6\x6d\x49\xfa\x6d\x18\xfe\x09\x0f\x88\x99\x08\x2c\xd7\x45\x09\xe8\x75\x83\xe5\xda\x17\x9c\xd6\x8d\x81\xd7\xc9\xdb\x76\xd2\xb2\xe7\x4f\x6e\x40\x50\x04\xe1\x0d\x08\x8a\x50\x7a\x13\x02\xa1\xf4\x46\x15\x1a\xaf\xf9\x0d\xa7\x4a\x11\x84\xb8\x9f\xa8\x18\xc5\xb8\x72\x5f\xe1\x7f\x75\xbb\xe1\x54\x69\x7e\xbf\xe3\x7d\xb7\x61\x07\x33\x8c\x37\x9c\x2a\xaf\xf9\xa2\xee\x50\x11\x8d\xdc\xa0\x39\xef\x19\x68\x07\x35\x7a\xd3\xdf\x20\x3a\x6f\x92\xa5\x2e\x74\x59\x6d\x6a\xd8\x88\x80\xae\x36\xca\xd0\x0c\xb7\x13\xbe\xaf\x6a\x63\x93\xe9\xe4\x09\x1b\x00\x16\x8d\x05\xdc\xc0\xaf\x54\xee\x1a\x36\xde\x92\xa5\x19\x06\x5c\xc9\xaf\xe2\x07\x35\xe0\x4a\x7e\x05\x54\xd6\xb0\xf4\x13\xdf\x59\x57\xc3\xd2\x4f\xba\x14\xc8\x1a\x60\x1b\xf7\x05\xbf\x35\xe0\xba\xce\xfa\xfa\x00\x8e\xda\xe2\xe7\x88\x98\xd4\x59\x16\x96\x82\xd2\x65\x97\xaa\x01\xa6\x72\x33\xe6\x10\x08\xb1\x20\x0c\x64\x2b\xea\x2f\x20\xf8\x20\xfb\xfd\x8a\xe7\x82\x38\x70\x49\x35\x1f\x14\xc3\xb0\xf3\xa0\x86\x80\xbb\x58\x86\x07\xc0\xc5\x26\x5a\xb2\x10\x60\x5c\xce\x6e\x5f\xe8\xd0\xdf\x13\xa0\xcf\x92\x06\x68\x24\x8e\x56\x58\xca\x3e\x02\xf8\xab\x40\x8e\x88\xa7\x90\x00\x1d\x96\x4a\x91\x54\x5e\xa2\x06\x5c\x16\xda\x8d\x02\xdc\x16\x2a\x9d\xb4\x86\x08\x57\x9e\xc4\xcf\x80\xeb\x42\xbb\x89\x26\x22\x5c\xa2\xf9\x7b\xd8\x85\x24\x20\x87\xc4\x2a\x32\xee\x30\x21\x28\x55\x12\x77\x40\xac\x75\x35\x8e\x13\x7c\x91\x12\x31\x43\xe2\x84\x35\x40\x42\x59\x1b\xa9\x08\x01\x15\x08\xdb\x78\xfd\x30\xf1\x81\xdb\xc8\xee\xf5\xa2\xd1\x26\x2f\x15\x22\x64\xb8\x16\x8d\x42\x5e\x19\xaa\x9b\xa9\x6b\xc8\x9c\xa1\x50\x9a\xe1\x3d\x6d\x7e\x8e\x19\x77\x77\xc0\x88\x0f\x41\x98\x49\xf6\xc2\x40\x46\x04\x48\xf1\xfb\x27\xfa\x17\xca\x32\xa9\xda\xef\x13\x20\xbf\x4f\x14\x6b\x3e\x28\x92\x5e\x14\xee\x51\x43\x81\x57\xa1\xb9\x4d\xcb\x9b\x50\x5c\x60\x79\x33\x8a\x0b\xf2\x91\x0d\x70\x21\xef\x14\xe7\x08\x05\x3e\x2b\xef\xab\xc2\x35\xf0\x0c\xe8\x61\xf3\x1a\x14\x78\x3b\xa3\xdb\xf0\xef\x56\x81\x88\x08\x16\x85\x48\xd4\x80\x08\x96\xae\x9b\xef\x6b\xa8\x58\x14\xe3\x18\x8a\x43\x6d\x9e\x02\x82\xad\xad\x39\x86\xca\xd2\x42\x26\xfc\x0a\x73\x62\xfc\x49\xf0\x73\x0d\x15\xd6\xd1\xe2\xde\x10\xd8\x6b\xaa\xc7\x45\xfb\x0a\x5d\xa9\x01\xa1\xd9\x0a\x4f\xa8\x01\x65\xda\x95\x00\x59\x43\xe5\x85\xaa\xe6\xb5\xb0\xf9\xcb\x7e\x5b\x43\x23\xd1\x69\xb6\x08\xd5\x56\xbc\x44\x0d\x0d\x8e\xa2\xaa\x0e\x11\x0d\x23\xaf\x62\x0d\x2c\xc4\x61\xd6\x89\x4b\xf6\xb3\x79\x73\x03\x0d\x16\xb7\x1f\xc7\x91\x27\x40\x08\xfd\x02\x72\xca\xa3\x3b\xbc\x48\x03\xfe\x01\x20\x4a\xf5\x09\x0c\xc6\x96\xc8\x19\x3a\x6d\x03\xe6\x24\x1d\xfe\x69\x09\xde\xa1\x33\xb2\xd9\xac\xa8\xd3\x46\x6d\x24\x74\x4e\xb2\xf8\x07\x7a\xb7\xb4\x0c\xfd\xf1\xb2\xbb\x4f\x5a\x7c\x5f\x6f\x30\x78\xca\x94\xd6\x39\x6d\x11\xd6\xc0\x42\x48\x63\x0c\x03\x77\xbe\x98\x3d\x3d\x01\xd9\x66\x70\x4f\x40\xb6\x69\x95\x01\xd9\xc9\x2f\x14\x96\x71\x15\x66\x58\xc7\x7d\x33\xf1\xb2\x26\xc7\x48\x1e\x64\xf0\x07\xcf\x02\xe1\x04\xc9\x5f\x10\x50\x13\x24\xe2\x67\xaa\x6e\x0f\xaa\x81\xb5\xdd\x37\x6f\xb9\x27\x42\xdb\x24\xf1\x04\x64\x9b\xb1\x3d\x01\xd9\x26\x8a\x9d\x90\xf8\x0b\x6c\x99\xe4\xe7\x0c\x07\xf0\x36\xc0\xed\x41\xcd\xac\x73\x67\x60\xb9\xd7\x7c\xc7\x3e\x31\xa0\x3b\xa8\x2a\xb9\x03\x2e\x8f\x59\xcd\xce\xe5\x71\x07\x0f\x14\xfa\xe2\x60\x6c\x9b\xb9\xe5\x73\x99\x90\xf9\xf9\x52\x86\x72\x33\x3b\x3c\xb8\x60\xde\x3b\x4f\x68\xb6\x8f\x1c\x86\x66\x57\x4b\x36\x4b\x1d\xca\x2a\x69\x5d\xc3\xf1\x88\xdb\xfe\x81\x98\x30\xe4\x0c\xcd\x4e\xd9\x83\x30\x30\xfd\x35\x8d\x27\x20\xce\x7d\xb0\x06\x81\x67\xc1\x00\x39\x93\x1e\xa2\xb5\xf3\x30\x93\x38\x19\x75\xee\x93\x05\xb7\xf4\x6f\x66\x7a\x27\xab\x5c\x49\xcf\x08\xe7\x13\xf3\xa1\x41\x9f\x1b\x8a\x7c\x3e\x9f\x48\xc4\x37\xd9\x9c\x28\xd0\x33\x3c\xc4\xc0\x73\x81\x71\x72\x0b\xfa\x7b\xc4\xfd\x99\xb6\xcf\x67\x07\x8a\x68\x4e\x54\xf3\x32\xa1\x22\x1c\xbc\x0d\x63\x9f\xb1\x3d\xcd\xbc\x8c\xa5\x00\x9b\x99\x1f\xae\x1f\x8a\x9b\x0f\x30\x78\x22\xe2\x66\x4e\x71\x31\xdc\xcc\xa2\xe5\x45\xcf\x8e\x39\x30\x9c\x0d\x71\x33\x15\xc0\xd9\x10\xaa\x85\x3f\x5c\xb9\x5f\x6d\x09\x09\x4b\x45\x29\xc9\xe8\xe7\x15\xfc\xd5\x4c\x95\x11\x35\xd5\x5c\x7d\xa9\x25\xe5\xb5\x3f\xe6\x13\xd1\xef\x2e\x3a\xbf\xd0\xc4\xa1\x96\xc4\xad\xfd\xc8\xdc\x16\xa0\xb3\xc4\xcd\xe7\x0c\x3c\x18\x71\x33\xee\x6e\x46\xf8\x9b\x0d\xc3\x47\x11\x37\x23\x73\xa9\x31\xc5\x8a\x58\x40\xa9\x8f\x97\x4c\x8b\x52\x1f\x56\x9d\xc3\x52\x53\x8a\x55\xd5\xb0\xd4\x94\x52\xcd\x93\x11\x7f\x13\x5f\x27\xf1\xd2\x53\x4a\x35\xab\xba\x79\xf5\x93\xd9\xc8\xcd\xec\x7f\x8f\x70\x31\x66\xc8\x40\x4c\xbc\xe0\x1e\x59\xe2\xe9\x03\x53\x5c\x8a\x4a\xb1\x11\x36\xa2\xbc\x48\x4a\x62\x2b\x11\x9a\x46\xf2\xda\x46\x5c\x76\xaa\x85\x8b\x1b\xbd\x72\x55\xed\xa5\x68\x88\x4b\xc5\x0d\xd7\xcf\xe9\x69\xc0\x6d\x73\xea\x2b\xd0\xeb\xe3\xc7\x88\x37\xd0\x91\x13\x19\x73\x9e\xdd\xa6\xd7\xc2\xdf\xd3\x6b\x21\x68\x50\xc6\xdc\x64\x16\x21\xd3\x5b\x84\x8f\x91\xf2\xa9\xfa\x8b\x48\x33\x13\x73\x8a\x11\xc5\x3f\xdd\x7f\x84\x38\xea\xfe\x23\x42\xd9\x3c\x7f\x48\xf4\x36\x71\xc7\x48\x61\xce\x6d\x08\x73\xc6\x6e\xe4\x35\xda\xaf\x1f\x9e\x33\x35\xeb\x07\x30\x6d\x1d\x78\x31\xa1\xbc\x8c\xb4\x9a\x98\xc8\xa6\x34\xe3\xc4\x8d\xa5\x19\x25\xd4\xe2\xf3\x8c\x10\xa4\xa3\x3d\x12\x53\xe3\x35\xdd\xee\x9f\xf2\xe8\xeb\x0d\x38\xca\x8c\xa2\x04\x3f\x86\xc4\x82\x98\x1e\x23\xab\xda\xf0\x63\xb8\xc3\xfc\x70\x5a\xb5\x71\x11\xb8\x4e\xa1\xb8\x24\xfa\xf6\x9a\x70\x46\xc0\x68\xf6\xfb\xb0\xbe\x88\xfb\xc4\x0c\x45\x56\x42\x47\xcc\x50\x64\xa3\x9f\x1f\x0b\x40\x37\x4f\x3a\x91\x85\xd0\x8c\xf9\x0b\x5f\x19\x69\xdd\x7a\x5a\x18\x5f\xac\xc7\x48\x85\x4c\x6e\xc6\xd5\x14\xec\x85\x65\x42\xd5\x5c\xa4\xaf\x78\xfa\x1a\x0b\x02\xbc\x92\x9f\xb3\x4a\xa8\x9a\x28\x8d\xf1\x1a\x1b\xa5\x31\xc4\x23\x63\xc5\x8d\x3c\xda\xdb\x71\xc9\xe9\x55\xe1\xf8\x35\xa2\x48\x5e\x30\xe6\x58\x2a\x44\xa3\x57\x7a\xa4\x35\x59\xd4\xc8\x0b\xde\x89\xb0\xff\x07\xef\x0d\xd8\xfb\xab\x35\xee\x88\xca\x21\x2a\x89\x57\x23\xea\x74\xab\xbc\x56\x8d\x95\x6c\x5f\x03\x36\xb8\x44\x65\x31\x88\xa8\x24\x12\xbd\xf2\x30\xe0\xa7\xd7\xfb\x38\x51\x65\x03\x89\x08\xb5\x51\x3e\x7b\x8d\x28\x78\x17\x4c\x59\xb8\x1e\x29\xbe\xde\x47\x68\x8d\x8c\x38\xb1\x81\x52\xa5\xb0\x47\x5c\x90\x14\x3d\x7f\x44\xda\x84\xd7\xfc\xe0\x92\x96\x89\x24\xc2\x5d\xa0\x7a\x64\x35\x32\xd2\xc6\xdf\x77\x9c\x6a\xa6\xec\x4e\xf8\x7e\x12\x9d\x56\x23\x6b\xe3\x29\x2e\xbc\xc6\x0e\x87\xb6\x59\x5d\xc7\x09\x68\xd6\xc3\xc2\x28\xca\xd6\x5f\xaf\xf2\xb4\x51\x9b\xe8\x10\x7a\x18\xb8\x6e\x74\x74\xa2\xc7\x03\x42\x6a\x32\x7a\x18\xa8\xee\x01\x51\x2f\xaf\x25\xef\x94\xc1\xe3\x4d\xf8\xe2\x25\x4b\xc6\x17\xa4\x75\x15\xcf\x59\x98\xc7\x04\x84\x1f\x08\xeb\xaa\x3c\xb5\x30\x05\x08\xfd\x3d\x4e\x70\x33\xd3\x41\xc9\x43\x00\xb1\x1c\xde\x66\x56\xb4\xb3\x36\xa6\x8e\xbf\x08\x6b\x7f\xb5\x83\x26\x42\x8a\xb6\x55\x2b\xee\xf0\x52\x9b\xff\xb2\x30\x49\xf1\xfb\x48\x99\x32\x49\xf3\x12\xa4\x57\x7f\x64\x76\xee\x0f\x4e\x5b\xe9\x27\x11\x85\x49\x8a\x0f\x3b\x16\x26\x91\x8c\x1e\x19\xa9\x13\xfc\x1c\x3e\x5b\x9d\xe7\xf1\xe0\x79\xa6\xf9\x41\x5a\xb6\x19\x31\xb2\x50\x89\x04\x82\x78\x20\xc4\xd3\xe7\x17\xef\x34\xf2\x92\x1c\x0c\x70\xd5\x7c\x21\x18\xdb\x6c\x18\x0f\x5e\x21\xe1\xf1\x08\x8f\xfb\x23\xc9\xeb\x7b\x48\xc5\xce\x8b\xae\x11\x31\x3b\xd9\x7b\xf0\xa4\xa9\xd9\x10\x9f\x5c\x23\x41\x0c\x29\xb9\x36\x1f\x40\x27\xeb\xdc\x6b\xc8\x13\x96\x4b\x99\x66\xe3\xc9\x25\x74\x07\x04\x51\x28\x39\xb9\x84\x9e\x11\x97\x50\x28\x3d\x19\xd4\xeb\x36\xef\x56\xf1\xfb\xa8\xc0\x64\xa2\x62\xa1\x14\xf7\x0f\x91\xd9\xa6\xe5\x78\x31\xb0\x42\x00\xa2\x4e\x8a\xdd\x33\x91\x35\xf2\x9a\xf9\x2e\x04\x68\x1b\x26\xe3\xc5\x3b\x23\x44\x53\x17\x6f\x1a\xd1\x04\x2f\x02\xe0\xe7\xf0\x9b\xfa\xc4\x67\x28\x4f\x36\x86\x9e\x42\x28\x3e\x48\x70\xb3\xa6\x5d\x58\x71\xa2\x07\x53\xcd\x84\x5f\xdc\x1b\x7b\x22\xb6\xc4\x47\x38\x4a\x99\x74\xef\x8a\x25\xe8\x56\x7b\x60\x22\xe4\xdc\x6e\x14\xdc\xf0\xca\xf9\x9c\xbb\xe1\x79\x96\x7e\x16\x51\x9b\xba\x7b\x97\xf0\x4a\x20\x53\x15\xae\x04\xb2\xc7\x21\x32\x8f\xd2\x54\x88\x42\x27\xf6\xd8\x44\xe4\x55\xda\x03\x16\x11\xbb\x63\x17\x5d\x44\xec\x8e\x3d\x6a\xf1\x26\x06\x3d\x1f\xc2\xef\xf1\x01\xbf\x49\xe8\x86\x17\x52\x52\x65\x42\x6c\x8f\x1d\x3c\x69\x23\xfc\x7e\x0e\xc3\x6f\xf1\x73\x84\x11\x68\x17\x26\x88\xc8\xca\xb0\xa8\x09\x15\xf5\x54\x78\xb4\x26\x64\x72\xaa\xf2\x4d\x4d\x88\x0d\xb2\xdb\x37\x21\x36\x48\x37\x2c\xd7\xc4\x3b\x3f\x47\xf9\xc9\x41\x93\x36\xba\xd5\x3d\xf8\x8d\xce\x34\x58\x80\xcf\x5b\x52\x45\x82\xc8\xad\x30\xe9\x9a\x50\x4e\xcf\xde\xab\x04\x91\x5a\x85\x01\x6a\x42\xda\x66\x4b\xc6\x46\x04\x74\xe2\x00\x89\x79\x93\xc2\x7e\x8a\x70\x0a\x27\xb7\xe1\x14\xce\x7e\x1f\xee\xaf\x6d\xf8\x05\x2e\x87\x20\x40\x24\x4c\x1e\xfe\x02\x37\xeb\x0f\xed\xb0\xc4\xc0\x74\xd1\x6f\x42\xa2\xe5\x6b\x86\x88\x84\xa9\x76\x3f\x25\x08\xc1\xaa\xde\x54\x13\xa4\xe0\x3c\xb2\x7b\x84\xa3\x5e\x14\x9c\x70\x35\x4f\x4a\x9e\x01\x1c\xe1\xaf\xe7\x70\xf9\x65\x0f\x00\x98\xbd\xc2\x09\x8e\x7b\x53\x4c\x42\xe6\xb1\xc7\xcb\x58\x14\x3f\x67\xa8\x8d\x29\x26\x23\x86\xd6\x00\xe0\xe6\x1e\xd5\xb5\xa9\x09\x17\xf3\x44\x63\x00\x17\xf3\xa4\xd7\xfb\x84\xc7\xef\x23\x96\x43\x3b\x20\xe1\xae\xd0\xe4\x45\x86\x10\x9d\x0c\x4f\x46\x20\x42\xf5\x73\xc0\x53\xfd\x9c\xf0\x78\xfe\x58\x42\x71\xa0\xc4\x48\x1c\x13\x19\x2e\xf2\x49\x1e\xbf\x70\xc5\x34\x3f\x06\xde\x78\xc5\x0b\x17\xcc\xfd\x11\x3e\xf7\x07\xf8\x3c\x7e\x21\x0d\x8a\x84\x18\x98\xf3\x9a\xcf\x45\x5f\x8e\x00\xa2\xcd\xdb\xa1\x14\x09\xd7\xe4\x0c\x59\x17\x52\x85\x17\x3b\xfa\x03\xa8\x25\xc6\x18\xa2\x63\x9a\x31\x86\xc0\xf5\x26\xe1\x3c\x55\x9a\xed\xa5\x2c\x24\xdc\x82\x33\x4c\x83\xa8\x27\x6d\x33\x65\x42\x59\xbe\xe1\x0e\x70\x29\xce\x8b\x44\x97\x74\x1d\xad\xb9\xa4\x25\x5d\x47\xe5\x59\xd6\xd4\x00\x40\xf2\x73\xb8\x48\x9b\xbf\x27\x40\x9a\x70\x83\x5b\xde\x24\x0b\xe9\xba\xbd\xd6\xac\xc1\xcd\xfd\x7a\x01\x10\x7a\x4f\x2c\xf1\xba\x0d\xd9\x6a\x53\x03\x80\xc6\x18\xc4\xe9\x6a\x79\x30\x2d\x79\x3a\x36\x7f\x80\xe8\x9b\x61\xa2\xef\xd8\xe6\x9e\xe1\x92\x98\x63\xf3\x12\x21\x1a\xa7\x99\x93\x75\x40\x6c\xc6\x83\xe8\x9b\x91\xfc\x3d\x96\xcc\x18\x46\xf4\x4d\x93\x82\x94\x3a\x03\x0f\x04\x10\x2b\x8c\xa8\x58\x7e\x4d\x1d\x1e\xc3\xea\x01\x00\xa1\xa9\x0e\xe1\x38\xb6\x29\xa6\x0e\x3f\xbe\x77\x29\xc2\x73\x86\x27\x3c\x08\xb0\x30\x8c\x48\xf9\x66\x92\x18\x74\x02\x0b\x21\x08\xcf\x69\xe6\x7b\x08\xcf\x19\x06\x00\x91\xf3\x56\xee\x13\x22\xe7\x9b\x39\xef\x20\x4d\x6a\x7e\x83\x2b\xe6\xf1\xb9\x62\x3f\x3b\x67\x06\x81\x75\xe7\xa0\x57\x6f\x08\x84\xf2\xa8\xae\x64\x4d\x08\xb3\x6f\xa6\xc7\x9d\xf4\xaa\xc9\xec\x70\x9e\x4a\x3f\x4a\x3b\xc2\x12\x4c\x5e\x3b\xc2\x34\xbc\x3a\x3b\xc3\x4a\x34\xf9\x9d\xab\xab\xd5\xde\xb9\xba\x7e\x0e\xf2\xf5\x7c\x77\xb0\x6c\x53\xd3\x8e\x28\x0d\x23\x63\x27\x32\x3c\x5f\xee\x4f\xbf\x0f\x78\x8d\xdc\x03\xfe\x6e\x2f\xc6\x81\x30\x1a\x8f\x0f\x51\xbd\x6e\xde\xd0\x07\x07\x10\xc0\x07\x42\x08\xbc\xbf\x4e\x84\x0c\x54\x75\x00\x59\xbc\x6f\xd2\x97\xd2\x89\xa0\x09\x33\xb9\x13\x1e\x75\x93\x17\x03\x75\x4c\x5e\xcc\x44\x95\x7e\x96\x4e\x70\x84\xea\xef\x1b\xde\xd7\x04\x4f\x78\xd8\xcd\x34\x4f\x5a\x5e\x84\x01\x54\xaf\x76\xc8\x6e\x42\xf5\x6a\x2b\x57\x89\x81\x3a\x3e\x84\x4e\xe4\xea\x54\xf7\x0f\x80\xbd\x02\x27\x8d\x73\xea\x8f\xd5\xac\x65\x1e\x4f\xbc\x4d\x74\xb8\x43\x96\xb3\x6e\x6e\x03\x01\x66\x91\x17\x82\x26\xbc\x64\x17\x59\xa0\x07\x00\xc0\x3e\xc5\x2f\x00\xec\xfd\x7c\x21\x12\xcb\x1c\xf0\x42\x94\x88\x59\xf8\x85\x28\x91\xee\xf1\x01\xb0\x19\xd8\x85\x88\x02\x33\x24\x18\xce\xcb\x30\xc6\x2f\x44\x89\x78\xcf\x4c\xd0\x90\x69\x90\x81\x3e\xf2\x41\xa4\xc9\x7a\xf0\xdd\x2f\x60\xd3\x34\x77\x80\x73\xd4\x2c\x75\x02\x03\xde\xf1\x48\x4b\xed\x0e\x8a\x48\xb3\x7d\x7f\x8d\x68\x1e\x8b\x8a\x29\x0e\x22\x4e\x93\x6b\x2e\x94\x4c\xa0\xa0\xf9\x39\x42\x16\x64\x64\x48\x13\x10\x79\x17\xde\x80\xc8\x07\xfd\x8d\xb2\x59\x1e\x9f\x81\x3f\x9e\xf0\x4d\x1a\xf6\xfb\x08\xfc\x69\x7e\xce\x25\xd5\xf8\x37\xa2\x42\xcc\x32\x11\xe6\x5f\xed\x12\x49\x88\xf4\x71\x48\x44\x7a\x2e\x0f\x7d\xbd\x70\x72\x5f\x7a\x08\xca\xa3\x82\x21\x33\xd6\x46\x3b\x3b\xf3\xca\xfe\x21\xcb\x49\xde\x10\xc7\x21\x95\x33\x6f\xfb\x42\xaa\x58\x5f\x5e\xf2\xfd\x50\x4e\x7b\xcd\x4b\xbe\x1f\x2a\x2d\x59\x33\x43\x6b\xc4\x09\x32\x6c\xe4\xca\xa0\xaa\x19\xa1\x35\xb6\xb8\x67\x18\xcd\x6d\x98\xcb\x01\x61\x1e\x52\x61\x73\x48\x78\x5f\xfd\x05\x04\x55\xe8\x24\xce\x4b\xc4\x1f\x36\xb4\xfc\xff\x8c\x9d\xc7\xd9\xf4\xba\x0e\x83\x5b\xb9\x25\x38\x29\x6d\x4e\x2f\x8e\xfd\x97\x70\x9f\x01\xfc\xe3\xf5\xf2\x5b\x7a\xc6\x96\x44\x05\x8a\x01\x24\xb7\x9f\x48\x3f\x30\xec\x6d\xb3\xc7\x1f\x7a\x14\x98\xba\x7c\xbe\x17\x88\x22\x9b\x66\x9b\x05\x9a\x80\x5e\x25\xd0\xc6\x30\xb8\xd9\xca\x1e\xfd\x66\x5b\x66\xb5\xf7\x27\x78\xda\x66\x13\x7c\x94\xc7\x4d\x26\xf8\xa4\x5d\xa9\xdb\x52\xd5\x59\xcf\xb3\x76\xf4\xcc\xb3\x88\x9b\x19\xcc\xae\xc1\x86\xb8\xd7\x24\x1f\xe2\x16\x11\xf7\xf9\x5e\x8b\x33\x33\x78\x2f\x4e\x26\x4b\x20\x9c\x64\xed\xac\xdb\x3a\x69\x3c\x59\x2c\xd5\x90\x69\x9f\x0e\x9c\xae\x3b\x0a\xda\xa6\x9a\x32\x78\x95\xb6\xd5\x04\xa6\x83\xd5\xdb\x8f\x0e\x44\x60\xb4\xe3\x6d\x7d\xb7\x7c\x28\xfa\x29\x2b\x03\x39\x6b\x7b\xe3\x6c\x99\xc2\xd5\xd1\x44\x85\x2f\x4c\x23\x2f\x78\x41\x69\xe1\x47\x23\x3a\xe4\x26\x58\xcf\xc2\x9c\x08\xd6\x93\x4c\xac\x75\xdb\x4c\x62\xe6\x40\x79\x61\x30\x00\x6c\xca\x03\x03\x2e\x7e\x53\x1e\x98\xce\x86\xfe\xa9\x0b\x03\x83\xc6\x56\x54\x14\x20\x5c\x68\x2b\x62\xfc\x4c\xa9\xf3\xc4\x30\xa5\xce\x13\x53\xf9\x5f\xa0\x9b\x4a\x7b\x43\xed\x87\xfe\xb2\x5b\xa7\xa5\x03\x6f\x0a\x06\x24\x0c\x0a\x3b\xb8\x98\x80\xac\x81\x31\x37\x70\x00\x63\x6e\x72\x95\x6d\x55\x00\x0e\x26\xa4\x4a\x38\x88\xb6\xb0\x09\x61\x83\xc5\x61\xab\x42\x0d\x85\x4d\x6e\x02\xd8\xe0\x9b\xdc\xaa\x4b\x77\x85\x2f\x6e\x55\x65\x0d\x36\x3e\x38\xd4\x20\x03\x38\xf5\x1c\x82\xaa\x92\xf6\x57\x06\xe4\x14\x09\x91\x36\xb6\xaa\x14\x09\x91\x46\xb6\x66\x6c\x00\x6b\xd0\x7c\x1b\x87\x15\x6f\x86\xcd\xb0\x0d\x9b\x50\x43\x11\x37\x36\x65\x91\x21\x7e\x61\x53\xce\x43\x60\xb0\x5b\xf3\x22\x65\x88\xcd\x24\xf1\x2c\x5f\x1a\x23\x6c\x82\x76\x35\xda\x97\xa7\x07\xa5\x74\x73\xca\xc3\xce\x00\xbd\x8b\x33\x47\x4e\x61\x08\xdb\xec\xce\xf6\xc7\xa4\x38\x45\x61\xe1\x59\x11\xe2\xec\x12\x5b\xd8\xa7\xdc\x7e\x5b\x37\x46\xa3\xd1\xa4\xb1\x25\xb9\xc1\xb7\xee\x0c\x44\x71\x63\x6f\x02\xd1\x34\xec\xfe\x5b\x37\x2a\x23\x62\xcf\x66\x14\x4d\xa4\x9a\x6d\x38\xf7\xf4\xe7\x07\x81\x7f\x72\xc7\x6e\x43\xc9\x29\x22\x26\x6d\x43\x90\xb4\xc8\x65\xdb\x78\xe1\x5b\x34\xe0\xac\x86\x4c\xe5\xf0\xf6\xea\xfc\xa0\xb5\x60\x26\x8c\xa1\x29\xb4\xf0\x92\x45\x1f\x12\x7d\x56\x88\xb0\x1b\x33\x13\xf3\x22\x68\xa2\x8e\x6e\x6f\x8e\x43\xd8\xe0\x2e\xaa\x58\xcd\xdd\x50\x93\x68\x63\xdb\xee\x43\x9e\x2e\x76\x91\x19\xf1\x75\xdb\x7d\x86\xf8\xdf\x34\xfc\x09\xa4\xb6\x19\x5c\x53\xe8\x4c\xe0\x9a\xc2\xe8\x04\xba\x83\x83\x1a\x5b\x13\x51\x72\x13\xb6\xa6\xcd\xdc\x99\x87\x57\x31\x0d\xbc\xd0\x9a\x48\x52\x9b\xa0\x35\x09\xe1\xad\xdb\xa1\x55\x84\x87\x09\x59\xd3\x3e\x4c\x57\x39\x0e\xb7\xf1\x69\xd2\x30\x25\xb8\x86\x50\x30\x1d\x36\x77\x3c\x7a\xce\x8c\x08\x04\xd3\x06\x27\xe4\x14\x40\x0b\x3e\xfc\xd3\x30\xb6\x0e\x1f\x36\x06\x66\xfa\xbc\xa0\x7a\x68\x30\xde\x9f\x8a\xb1\x35\xe6\xfc\xa7\x52\x6c\x0d\xbe\x77\xbe\x27\x86\x16\x95\x65\x91\x8d\xf6\xd3\x21\xb6\xc6\x99\x14\xc2\xa5\x73\x66\x7f\x3a\x43\x01\x62\xb3\x9d\x2f\xb0\x27\x3f\x5c\x4e\x27\x19\x2d\x69\xbb\x4c\x43\x86\x7c\xbd\x25\x1e\xd2\xe4\xb5\xe9\x85\x74\x79\x19\xc6\xc3\x89\x74\xac\xee\x04\xe7\xba\x94\x3b\x92\xeb\xe7\x7a\xa9\xe2\x05\x01\x79\xb8\xef\x2e\x47\x4f\x43\xd6\xf5\x9e\xfa\x4c\xd4\xad\xca\x73\x9f\x67\x23\xfc\x98\xe9\x5b\x7e\x7e\x06\x75\x1b\x8e\x84\x54\xfa\x0f\x41\x13\xc2\x6f\x3b\x26\xe8\xd4\x08\x1a\x2e\x2d\x21\x68\x36\x0c\xad\xdb\x3f\x04\x4d\x26\xd3\x29\x69\x6a\x94\xd8\x4d\x20\x99\xb6\x7c\x7a\x75\x4a\xc5\x85\x71\x29\x07\x06\xb7\xc0\xad\xb0\x70\x96\xc3\xf5\x72\x2a\xc2\xed\x63\xca\x43\xe8\x4f\x43\x28\x9f\xc9\x16\xa6\x06\x7b\xf5\xf6\xbc\x7b\x30\x3d\x28\xc9\x0d\xde\x88\x4d\xa0\x1a\x8c\xbb\xdb\x63\xb7\x22\x2c\xf7\x71\x91\x3e\x2e\x4f\xf9\x07\x16\x80\x5a\x9b\x40\x32\x98\x1b\xb7\xc7\x9e\xee\xf0\xe4\x22\x94\x0c\x4e\xaa\x32\xd9\x55\xda\xf8\xc1\xbe\xd1\xf0\xb7\xa2\x54\x36\x0b\x78\xb2\xf2\xd3\x2a\x0a\x66\xf1\x22\xad\x62\x01\x2d\x59\xe4\x25\x58\x00\xf4\x95\xc9\x85\x24\x22\x9a\x16\x61\xf4\x17\xa0\x8c\x45\xf9\x6b\x16\x10\x98\x45\x51\xc4\x0b\xb0\xc3\x32\x29\x9d\x5a\x2e\xdd\x32\x3b\x51\x1c\xc3\x70\x59\xcb\x94\x42\xad\x45\x05\x78\x16\x3c\x7c\xe5\xa7\x4d\x94\x64\xd1\xa9\x65\x76\x81\xc2\xf0\xc6\x22\x8f\xc1\xd2\x0a\x4d\x34\xff\x90\x71\xce\xc6\x39\x65\x98\xb3\xf3\x9e\xf2\xbf\xf3\x9e\x46\x68\x2f\xb3\x61\x4d\xb4\xe8\x3c\xa8\x7c\xe0\xc0\xb2\xc6\xa0\x64\x6c\x44\x02\x2b\x42\xef\xaf\x40\x8b\xca\xf2\x66\x4a\xcd\x27\xcb\x9b\x4d\x29\x74\x2c\xab\xa0\x50\x73\x9e\x9d\x3a\x35\x13\xa1\x88\xe2\x15\xaf\x40\x51\x59\xcb\x95\xbb\xbc\x28\x66\x78\x45\x1f\x2f\xaa\x62\x89\x5c\x59\x7e\xca\x47\xf9\x09\xc2\x7f\xb8\x93\xca\x4f\x33\x29\x18\x54\xcb\xf2\x56\x76\x81\x46\x15\x71\xc4\x7d\x5c\x16\x25\xf8\x0f\x85\x8a\x0f\x28\xc9\xe4\x57\x8b\x72\xb3\xe3\xbe\x2e\xeb\x7b\xb6\x42\x80\xd0\x43\x9f\xff\x8b\xc1\x34\xb4\xe8\xa4\xce\x79\x6c\x82\x98\xa4\xff\xd5\x47\x2f\x13\xb4\xbe\x88\xbc\x3c\x1b\x62\x97\xe9\x31\xb6\x28\x77\x5e\x59\xed\xab\xa5\x7d\x3b\x2a\xf3\xfd\x4f\xef\xa8\x84\xb2\x95\x9f\xde\x51\x09\x55\x2b\xaa\x9d\x49\x00\x45\x31\xd6\x88\xad\x6c\xb7\xc7\xe7\x7f\xe7\x7f\x1a\xbc\x20\x0b\x6e\x64\x8a\xa2\x7a\x41\xa0\xe7\x4a\x51\x6c\x5c\x38\x68\x29\x32\x49\xc7\x64\x56\xe4\xc7\x68\x11\xbd\x4a\x91\x05\x97\x15\x53\xbe\x9e\xcf\xbe\x56\xf9\xa0\x16\xd1\xad\x14\x7b\x15\xb2\x00\xc5\xf5\xc1\x2b\x1d\xc8\xe4\x54\xf9\xe0\xd2\x07\x99\x91\xa2\x28\x9d\x4e\x87\xce\x0b\x11\x99\xa0\x54\x19\x09\x99\x92\x2a\x03\x0b\x1d\x54\xd9\xcc\x38\x25\xd5\x36\xb3\x8c\xb8\xca\x60\xc4\x92\x55\x19\x05\x99\xd2\xfa\xea\x9a\x21\xa1\xda\x78\x40\x03\x97\x47\x94\x21\x2a\x85\xcf\xc2\xae\x6d\xaa\x88\x14\xd1\xb2\x08\xae\x4f\xfc\x60\x69\xbe\xbf\xd3\x81\xe0\xfa\x04\x27\x94\x66\x71\x97\x73\xfc\xe2\xf3\xd9\xb6\xcd\x62\x7b\xe7\x13\x8b\xed\x4c\x9b\xa1\x43\x13\x1b\xa3\x59\xee\x88\xe4\x53\x0c\x0e\xaa\xb9\xa7\x8a\x30\xfa\x73\xcd\xbd\x54\x04\xf0\x59\x00\xb3\x17\x23\x7c\x10\x4d\x8a\x73\x53\x8e\x88\x4f\x45\x1e\x8c\x5c\xb6\xa5\xbb\x3a\x05\xdb\x49\x0a\x48\x23\xce\xae\x74\xa7\x81\x87\x71\x76\xef\x8f\x74\x31\x64\x53\x8d\xb8\x54\x86\x2c\x8c\xf0\xbc\x9f\x2e\x31\xb8\xdf\xcb\x78\xaf\x2d\x3e\x28\xe2\xbc\x7c\x20\x9e\x87\xab\xb0\xc8\x29\xc1\xf2\xca\x07\xb1\xc0\x87\xed\x83\x80\xf5\x2b\x7b\x4f\x6a\xab\xd5\x32\x64\xeb\x8a\x14\x53\x76\x9b\x02\xd2\xff\x2e\x53\x00\x37\xb1\x80\xf6\xf3\x1c\x19\xb5\xc8\x6f\xf0\xf9\x5e\x39\x63\x78\x14\xda\x24\xd2\x47\xd9\x0d\xa8\xa1\x39\x41\x0b\x62\x1d\x2a\x02\x08\x11\xb2\x55\xec\x25\xe0\xf2\x53\xf9\xfd\x12\xad\xb8\xec\xb2\x61\x47\xbe\x2d\x3f\xb1\x7f\x45\xa2\x2a\xc7\xbb\xe6\x99\x9f\xc3\xa5\x90\xb9\xf6\x0f\x8b\x2f\xbc\xd0\xcd\xd4\xd3\xa5\x32\x52\x7e\x5a\x14\xe4\x87\x15\x36\xe4\x87\xe3\x73\xb8\xb4\x35\x23\xb2\x11\x7a\xfd\x13\x2a\xba\x1c\x42\x0f\x44\xe9\x28\xa7\x92\x3b\x45\x09\x2f\xa7\xa0\x20\xf4\xae\x60\xe0\x85\xf9\x38\xc5\x71\xe9\xdd\xc1\xba\x30\xd4\x9f\x3c\xff\x15\x2e\x4e\x31\x5c\xb8\xc5\x25\xfb\x71\x54\xd5\xe2\xb2\x45\x9d\x0d\x7e\xe9\x0a\x8b\xda\x58\x7e\xe2\xfd\x20\x0b\x42\xb9\x5c\xfa\x9d\x0d\xe3\x6c\x94\x91\xf5\x8a\x6b\xdd\x23\x97\x5d\xce\xef\x8a\x44\x74\xbd\x97\x14\x5d\x5a\xca\x62\xcb\x5f\xaf\x94\x15\x2a\x0c\x88\x6f\x90\x2d\xf1\x1e\xa6\xa9\xe4\x3b\x13\x6b\x24\xbb\x3e\x21\x5b\x45\xc2\x7d\xed\x5c\x64\xb7\x02\xf5\x69\xae\xfe\x36\x75\xba\x73\xb5\x7a\x5a\x73\xad\x88\x3c\x0a\x56\x8a\x90\xa8\x4c\x3b\x33\x62\xa5\xd0\x3e\xc9\x73\x5d\x8b\x51\xed\xcc\xf0\x63\xd8\x26\xef\xaf\x7a\x4e\xfb\x8f\x61\x9b\x99\x2f\xa1\x7d\x56\xf8\xb1\x72\x46\xe2\x18\x2b\x8f\x37\x6c\x46\xff\x28\x51\x0a\x5b\xea\x31\x40\x97\xf6\x1d\xd4\x10\x3d\xa6\x4e\x12\x63\xb2\x40\x55\x70\x1c\xfc\x5e\x55\x70\x9c\x12\x29\xa7\x2a\xaf\x3a\x67\xb4\x2a\x8b\x64\x69\x7c\x2f\x44\xda\xca\xfb\xe2\x11\x39\x81\x75\x32\x8f\xe8\x79\x16\xa8\xb0\x32\x1e\x11\xb8\xd2\xbe\x08\x6c\x8c\xc7\x27\x72\xe4\xd9\x04\x2e\x79\x76\xcd\x7c\x9e\x1f\x3d\xa7\x7d\xa7\xfa\x89\x6e\x51\x9d\xea\x27\xb2\x6e\x55\xc9\x4c\xce\x48\x95\xc4\x8e\xd3\xa7\xce\xef\x11\xc8\x73\x71\x61\x82\x3c\x77\xef\x36\x5e\x10\xfe\x28\x82\x66\x55\x26\xca\xf1\x69\xc0\x90\xef\x41\x0b\x92\xcb\x18\x81\x93\xf7\x30\x43\x8b\xe5\xb4\x8c\x48\xc9\x7b\xf0\x1d\x57\x57\xd0\x4c\x2e\xc6\x5a\x17\x21\xc8\x58\x42\x27\xef\x09\x9b\xae\x4a\xde\x83\xef\xb4\x2a\x79\x4f\x52\x1a\xd7\xea\xe4\x3d\x2c\xd9\x22\x84\xd8\xc2\xff\x66\x8a\x0c\xe0\x77\x46\x80\x0a\x54\x57\x39\x62\xcb\xac\x06\xb1\xe7\xde\xac\xc2\x24\x11\x23\x58\x95\x9c\x07\xec\x40\x55\x72\x1e\xbc\xc7\x55\xc9\x79\x80\x06\xd4\x55\x28\xab\xb8\x50\xea\x2a\x82\x58\x02\x25\xe7\x01\xfd\x51\x85\xc2\xc7\xd5\x5f\x37\xf1\xe1\x1c\x92\x6a\x80\x10\x2b\xb0\x09\x92\xc7\x04\xaa\xac\x7c\xed\x74\xb8\x89\x51\x73\x08\x8c\x18\x82\xe2\xcd\x41\xfe\x50\x68\xc8\x10\x53\x6a\xd9\x99\x35\x56\x36\xcc\x4a\xc6\xa9\x6a\xcc\x50\xfb\x93\x6e\x53\x25\x79\x8f\x29\x86\x9e\x6a\x04\x11\xdd\x1b\x31\x04\x81\x45\x04\x73\xc8\x8a\xd3\x1e\xb2\x27\x5d\x83\x08\x57\x61\x15\x26\x08\xf0\x70\x2d\x02\x04\x54\x5a\x10\x20\x20\xb2\x7b\x2d\x42\x47\x44\x52\xa9\x16\xad\xc3\xd3\x6b\xd1\xd5\xc5\x9e\xfb\x89\xd6\x6d\xe5\xb9\x3a\x5e\x3c\xda\x49\xad\x82\x7b\x44\x7a\xab\x55\xf8\x96\xc2\x07\xab\x8f\x55\x46\x50\xa5\x4d\xb0\xeb\x8d\x49\x8a\x76\x50\xab\xb4\x09\x96\x40\xb5\x41\x2b\x49\xb3\xaa\x41\x4a\x6c\x73\x0b\xe7\x70\x8e\x57\x38\x8f\xc2\x5a\xab\xc4\x45\xb6\x4d\x95\xfa\x30\x18\xb2\xc5\x9b\x34\xd0\x24\x4e\x32\xe2\x26\xbf\x06\xbb\xaa\xe9\x76\x86\x75\x35\x5f\x6c\xb0\x92\x26\xff\xee\xe0\x03\xa9\x1b\xf0\xfa\xa6\x5a\x58\x91\xbb\x6b\x93\x37\x0f\x5e\xdb\xe4\xa2\xe7\x1c\x34\xf9\xa7\x07\xed\x0b\x93\xc0\x36\x69\x96\x87\x69\xcf\xe9\xe7\x99\x12\xe7\x9f\x8f\x5c\x5f\xbb\x04\x10\x98\x75\x97\x2f\x15\xe6\x69\x21\x1e\x14\x53\x55\x9d\x23\xd2\x2c\xd5\x9f\x8c\xbe\xa2\x17\x54\xd5\x31\x22\xcd\x51\xed\x72\xae\xc2\xfd\xbb\x9c\xc3\x9c\xfc\x2e\xdf\x1c\xb7\x51\x37\xf3\xcd\x75\x5f\x87\x9c\x71\x74\x60\x91\x3e\xc6\xc8\x3a\x0c\x1a\x60\x4e\x7e\x32\xfd\x20\xe9\x4e\x1d\x72\x38\xc2\xfc\x86\x1c\x8e\xdc\x3f\x43\x59\x01\x3e\xff\x77\x3d\xd3\x81\xfc\x8d\x9f\xf7\x75\x1f\x26\x31\x70\xad\xaa\x78\x34\x7d\x9e\xe5\x88\x89\x87\xb3\x5a\xc6\x8f\xfb\xb0\xfe\x64\xfc\x81\x12\x53\x77\x6b\x80\x19\xb0\xb3\xfe\x7c\xb6\xe9\x2e\xd7\x11\xdb\x6c\x7f\x35\xbc\x4c\xe2\x1b\x3c\xcb\x46\xb5\x7d\x1f\x76\xa7\x60\xd9\xfe\x39\xdd\x36\xe8\x73\x9a\xdf\x60\x59\x76\xea\x1b\x2c\x1b\xd5\xa9\x1e\x4a\x2d\x0b\x83\x7c\x93\x72\x46\x17\xa8\x0a\x96\xfd\x48\x3a\xf5\x50\x4c\x30\x3c\xed\xb0\x03\x8a\xe3\x28\xe5\xa0\xe0\x07\xac\x87\x3d\x35\x9f\x1f\x7e\x94\x77\xa6\x52\x89\x3c\x53\x4e\xa1\x56\x87\xca\xce\x9f\x1f\x0e\xff\xc0\x30\x2f\xff\x40\xa7\xb7\x7f\xa0\x4d\xc9\x23\x8d\xe9\x96\xdf\x60\x9e\x23\xf2\x55\xb9\x01\x10\xca\xeb\x4f\xea\xdf\x50\x72\xaa\xdc\x00\x9d\x05\x16\xc6\x7f\x9e\xe1\xf6\xa7\x87\x9d\x41\x39\xd2\x75\xfe\xb4\x78\x79\xee\x78\xc3\xc7\x80\xc9\xb3\x27\x60\x8e\xdc\x59\x05\xd4\x9f\x7f\xfb\xf8\x2f\x17\x90\xca\x1e\xe1\xca\xab\x6f\x18\x6c\x8c\x04\xf5\x52\xb0\x2e\x33\x7f\x9d\xd2\xd3\x32\xa0\x9f\x56\x50\x08\xb5\xa8\xaf\x52\x10\x97\x6c\xb5\x0e\x00\x8d\xb7\xeb\xbe\x87\x00\x99\xe3\xc7\xc4\x05\x2a\x73\xfc\xf7\x86\xfa\x09\xf6\x05\x6b\x54\x95\xf1\x7d\x5d\x3f\x5d\x9c\x32\x27\xe6\x24\x3e\xce\x6f\x96\x47\x29\x4f\xd3\xc4\xff\xd2\xee\x59\x17\x01\xf3\x0b\x07\xd5\xc0\x7c\xb8\xe7\x23\xa8\x37\x07\xf1\x91\x79\x8a\x53\xf4\x13\xe5\x17\xd0\x45\x4d\x59\x6f\x88\x05\x6d\x93\xaf\x87\x96\x67\x05\x45\x11\x50\xd7\x26\x21\x57\x32\xa9\xed\x27\xba\x0f\x0c\x7a\x6d\x92\x9f\x3c\x57\x6a\x53\xec\x69\x78\x67\x9b\xec\xd7\xcf\xa3\x42\x45\x1a\xad\x29\xd2\x22\x12\x41\x9b\x1c\xe8\x5f\x68\x5e\xb1\x22\x9f\xee\x5d\xad\x9b\x01\xcf\xaf\x85\x26\x4d\xa8\x80\xe8\x42\x17\xb3\x50\xb4\x50\xac\xac\x34\x1d\xd1\xb8\xa9\x60\x28\xd9\xc3\xda\x4f\xb6\x5e\x01\x6b\xb4\xd9\x5d\x46\x2a\x68\x0a\x59\x05\x9c\xd3\x16\xb3\xfb\x34\x28\x30\x0d\xae\x88\xf6\x93\xad\x07\x16\x8c\x26\xd9\x7a\x4e\xad\xc1\xda\x24\x4b\x6f\x64\x95\x6b\x8b\x3d\x11\x3c\x37\x6d\xcc\x0c\xd1\x85\x91\x32\xc2\x45\x05\x34\x69\x4e\xf5\x33\x33\x85\x8b\x6a\x4b\x66\x09\x56\xb1\xf2\x7c\x2b\xb1\x98\x5c\x68\x6d\xd5\xfa\x86\x36\x41\x5f\x06\xff\x56\x9b\x2a\x42\xab\x2a\xd9\xcf\x8c\x74\x75\xc0\x65\x46\x2a\x29\x99\xd4\x5e\x4d\xc5\xec\xe7\xcf\x68\x14\x71\xb9\x31\x9c\x4b\x73\x95\x47\x6b\xca\x74\x27\x4d\x39\x18\x88\x66\x21\x7a\x63\x2a\x37\xab\xba\xf9\x40\x19\x2d\x01\x4a\x35\x65\xb4\x4c\xc6\xfc\xda\x7e\x42\x75\x25\x3f\x64\x53\x8a\x79\xd0\x77\xed\x27\x43\x57\xf2\x03\x36\x25\xb8\x5c\x3f\xfd\x5d\x7a\xce\x04\x49\xe8\x4d\x6a\xed\xda\x8a\xc6\x13\xae\xd9\x54\x98\x13\x2c\x54\x93\x4c\x0c\xb0\xac\x29\x60\x35\x19\xff\x6b\x53\xc0\x2a\xe9\xf6\x9a\x72\xcd\x80\xb5\x6a\xc5\xfd\xd3\x9f\x78\xdc\xcc\xf7\xb2\x7b\x40\x9f\x44\x60\xb0\x52\xad\x3a\x71\x35\x03\xaa\x66\x00\xac\xc8\x2b\xc2\x32\xe7\xd5\xc2\x44\x48\x72\x96\x49\x4c\xee\xad\xca\x7c\xd0\x79\x41\x67\x98\x35\x17\xb2\x65\xe0\xd0\x6a\x02\xae\x80\xca\x6c\xcd\xa5\xbb\x33\xc9\x92\x51\x81\xcd\x36\x85\xa5\x26\x67\x7e\x6d\xca\x3b\x89\x53\xa4\x29\x23\x7c\xe9\x7f\x42\xb3\xb5\xe6\x3c\x5d\x7c\x2c\x16\xc5\x16\x54\xcc\x6a\x6a\x29\xd5\x26\xc3\x33\xe6\xf9\xe6\xec\xf0\x83\xef\xc5\x2e\xe0\x60\xb2\x4b\x83\xd9\x6d\x8a\x51\x25\xd1\x59\x53\x18\xea\x20\x4b\x56\x53\x18\x2a\x99\xd6\x5a\x37\xb5\x7c\x60\x63\x49\x06\xd0\x4d\x6d\x06\xd0\x4d\x10\xef\x2b\xda\x2d\x5a\x56\x93\x45\x1a\x88\x6b\x53\xd4\x69\x81\x47\xab\x3c\x52\x72\xa1\xd7\xd6\x15\x91\xd8\x79\xdf\xf5\x86\xd9\x73\x0a\x53\x05\x94\xdb\x86\x29\xe4\x7f\x59\x43\x62\xcb\x6f\x8a\x52\xc5\x21\xd1\x14\xa5\x4a\x86\xa7\xe6\x94\x32\x6c\xb8\x61\x82\x32\xa0\x21\xeb\x4f\xa7\x3f\x59\x7f\x60\x52\x96\x76\x73\x8d\xb7\xe1\xc4\x69\xfc\xef\xfd\x48\xff\x0a\x19\x85\xe7\x09\xf8\x52\x50\x20\x9a\xa4\xdb\x8e\x2a\xdc\x14\x94\x5a\x3f\x77\x88\xa2\x50\x47\xf4\xbe\x26\xd9\x94\x2c\x04\x4d\xa2\x29\xc8\x97\x76\xd8\x68\xca\xae\x3a\x64\xad\x60\x57\x29\x2c\x15\xab\x6c\x13\xd6\x04\x28\x57\x53\xfd\x7c\x62\x4f\x9a\xe4\x52\xd2\x1c\xb4\x9f\x58\x5a\x89\x1d\x69\xb2\x59\x93\xf9\xb7\x1d\xb2\x66\xb0\x66\x87\xac\x19\x5c\xfb\xb2\x61\x13\x3a\xd2\x1c\x86\x8a\x4f\xbf\x9d\x8a\xc8\x63\x17\x9d\x32\x28\x71\x27\x9d\x26\x28\x04\x9e\x22\xa8\xf1\xbd\x09\xe2\x7d\x13\xc4\xb3\xcc\x2f\xf0\x00\x55\xe7\x27\x32\xa2\xa9\xfa\x7e\xea\xbe\xd4\xa6\xea\xfb\xa3\xf2\xbd\x2c\x64\x2c\xb2\xaa\xf1\x7f\xc4\x00\x09\xa7\x40\xd1\xda\xf5\xe6\xe0\xca\xb3\xcc\x49\x2c\x90\x8b\xf1\x73\xcc\x2f\x27\x1d\x4d\x7f\x97\xed\x63\x19\x9f\x30\x2b\x05\x45\xbc\x5d\x2f\x1f\xa5\x05\x51\x04\x5b\x74\x75\x7e\x8e\x8d\xcc\xde\xa0\xf3\x9a\xaa\xf3\xa7\x1c\x6a\x6d\x97\x28\xe6\x6e\x94\x11\x1c\xc4\x63\x93\xb8\x0b\xda\xaf\xa9\xce\x27\xb1\x31\xcd\x26\x6e\x8e\x8d\xf2\xcd\x63\x8d\x69\xca\x37\x4f\x2c\x4c\xbb\x5d\x1d\x3f\xfd\xdd\x5e\x21\xfe\xd7\x96\xe3\xd8\xdd\x16\xb4\xb2\x82\xb7\xb6\x58\xe3\x59\xf4\x70\x2c\x1d\x23\x8b\x64\xa7\xfc\xf4\xa9\xb1\x5d\xdb\xed\x15\xe4\xd9\x2b\x98\x67\xc7\xc8\xc2\x56\x1c\x23\x1b\x43\x44\x93\xd5\x9c\xf0\xab\x26\xd8\x0a\x9a\x5c\x7b\x94\x8a\x97\xf9\x7f\x4c\x6f\xe6\xcf\x31\xb2\x85\xf7\x4d\xef\x5f\x8a\x13\xd4\xe6\x00\x5a\xe4\x24\xe5\x91\xd9\x88\xdd\x6a\x8e\xa0\x85\xa3\x3c\xde\xcf\xf4\x7e\xdb\xb1\x48\x0b\x66\x31\xff\x1a\xe8\x93\x93\x05\x64\x7c\x7d\x32\x8f\xf9\xfc\xf0\xa6\xfc\xe9\xf9\xc1\xa1\xe2\x0b\x6d\x08\xd1\x86\xb7\xbb\x4b\xfc\x6e\xf8\x45\xfa\xec\xa2\x05\x39\x57\x5d\x05\xff\xc9\xf0\xdc\xe7\xf5\xbf\xff\x2d\xa4\x94\xe8\xb3\xe2\x1f\x06\xcf\x72\x3f\x35\xbe\x97\xb8\xfe\xf9\xbe\xeb\xfb\x0c\x5a\xe5\xfd\xd7\xc6\xb3\xab\xb5\x0c\x1a\x50\x60\x67\xa7\x03\x05\xb3\x76\xfe\xbf\x7d\x5d\x6d\xf9\x41\x56\xc1\x70\xa2\xae\x82\xff\x6b\x2e\xe4\xbe\xd8\x90\x9b\x11\x2d\xaf\x44\x94\x16\x55\xe1\x7f\x0d\x2b\xe8\xaa\xf0\xbf\x66\x23\x75\x4b\xe7\x39\xf9\x5d\x15\xfd\x49\xeb\xd0\x17\x85\xaa\x42\xc1\xa2\xd0\xce\xce\xfb\xa6\x60\xcd\xb3\x72\x4a\x0f\x9e\x45\x40\x58\x53\x5f\x65\x88\x65\xc0\x0e\xb6\xa5\xbf\x55\xe3\xcd\x41\xec\xaf\x10\x1f\x89\xa3\x2b\xd8\xf6\x63\x8c\xef\xaa\x73\xba\x30\xa7\xab\x29\xa0\x47\x2d\xca\xe0\x7d\x51\xd0\x78\x96\xa1\x99\x19\x72\xb0\x2d\x33\xb2\x1a\x1c\x14\x31\xba\x6f\x8a\x46\xa5\x41\x19\xd3\xf1\x80\x75\x1b\xd3\x3b\xff\xcb\x98\xce\x9a\x6d\x26\x39\x1d\xda\x96\x1e\xa5\xb0\x3b\x1a\x97\x29\xde\xec\x50\x5a\x79\xc1\x14\x33\x20\x85\xab\x72\xba\x94\xe9\xbe\x4f\xd1\x0a\xbb\xe3\x71\x1b\x3d\x9a\xe4\x4c\xd9\xa6\x45\x0c\x77\xed\xca\x6a\xb3\x7e\x28\xf0\x2e\x0c\x05\x8e\xc7\xe5\x7d\xe1\x5a\xc8\x25\xd2\x8b\x28\x66\x53\x08\xd7\x42\xb2\x92\x5e\x8a\xbd\x03\x19\x80\x34\x8d\x8d\x08\xe6\x5e\x0c\xeb\xc8\x95\xdc\x55\x09\xaa\x81\x85\xe9\x55\xf6\x76\xc6\xe4\x80\xd7\xdc\x38\xbd\xc9\x5c\xce\x24\x35\x99\xcb\x39\xcb\x4d\x01\x82\x9c\x55\x07\xbc\x72\xd2\x9a\xac\xe3\x6c\x93\xa6\x68\xc9\x70\xe8\xee\x80\x57\x78\x41\xb3\x7f\x20\xe3\x51\xdd\x52\xac\x09\xdd\xf1\xad\xac\x81\xe3\x5b\x99\xc3\xa6\x00\x41\x56\x5d\xc9\xe6\xc9\xd3\xd9\x95\x6c\x9e\xfc\x3c\xbd\x0b\x4b\x14\x53\x74\xef\x0a\x88\xa4\x3f\x87\xbb\x7e\xde\x7f\xe5\x42\x1a\x14\xb8\x88\x73\xd2\x45\x30\x8b\xe6\xf8\xd7\x5c\x51\xfd\x2d\xec\xc4\xae\xea\xa2\x98\xa3\xeb\x00\x58\x8e\x7e\xd7\x0c\xf4\x3f\xc5\x83\xf6\xae\xe9\xe1\xd4\x75\x2d\x67\x44\x96\xee\xe0\xd7\xc8\x9c\xdd\xc1\xaf\x6c\xb9\xe1\xe5\xcd\x72\x0d\x91\xcf\x99\x50\xee\x7a\xa2\x5c\xba\xca\x48\xe1\xe6\xee\x2a\x23\x45\x9e\x91\x3e\x9c\x47\x04\xbe\x33\x4c\x0d\x03\xd2\x80\xd9\xc2\x43\xfe\x1d\xf6\xb8\x72\xd3\x93\x43\xb0\xef\x5e\xbf\xfc\xef\x80\x56\xf6\x8f\x03\x5a\xd9\x8f\xbb\xb0\x61\xb9\x63\xbb\x03\x5a\x3f\xed\x29\x79\x0d\x61\x5a\xdd\x11\xad\x1c\x08\x47\xb4\xb2\x3c\xbb\x96\x8b\x0d\xa3\xd2\xa9\x24\x4f\xeb\x8e\x68\x8d\x5a\xd0\x77\x13\x48\x87\x26\x90\xfe\xb4\x61\x23\xc4\xf6\xdd\x1b\x36\x13\x72\x28\x82\x97\xf6\x0f\x11\xcc\x01\x38\xbc\x62\x69\xef\x30\xd3\x48\x7f\x3f\x2d\xa2\xa3\x69\x75\x27\xc6\x67\x47\xd8\xba\x9d\xea\xf6\xb5\x2b\x44\xb6\xe0\x59\xe8\xc7\x2b\x10\xa4\x89\x37\x1f\x0d\x63\x3e\xed\x50\x62\x15\x4f\x6f\x93\xac\xc2\x69\xf5\x8e\x4e\x7e\xa2\x7e\x27\xe3\x6f\x57\xd4\x2b\x10\xe7\xae\xa8\x57\x82\xd9\xba\xa2\x5e\xb1\xb1\xf4\x53\x28\x5c\xf0\xe3\xfd\xa7\x1b\xac\x18\x59\xba\xc3\x5e\xb9\x2d\x14\xf6\x8a\x91\xa4\x2b\xec\x95\xe0\xaa\x2e\x88\x0b\x59\xa2\xfb\x4f\x17\xe8\x44\xfb\x75\x45\xb9\x12\x8d\xd7\x1d\xe5\xca\xb2\x5c\x9a\xe6\x18\x9d\xfa\x55\x64\x30\xe4\x7d\x85\x48\xb2\x8d\x7e\xaa\xc1\x0a\xe8\xb2\xff\x34\x83\x15\x50\x66\x57\x94\x2b\x46\xa2\xee\xa8\x56\x66\xf4\x92\x41\x32\x46\xa6\xae\xec\xf4\xe4\xa5\xea\xb7\x8c\xbc\xdc\xae\x8a\x51\xc5\x88\xd4\x6f\x21\x0e\xe1\x73\x02\xb3\xd4\xcf\xff\x1a\x1f\xf3\xa3\x90\x54\x92\x52\xf7\x9f\xa4\xdf\x89\x96\xec\xb7\x9c\x9a\x30\x82\x5b\x2e\x3f\xce\xe5\xed\xf1\xd3\xde\xad\xf6\xf9\xfe\x51\xfb\x79\x7e\x64\x60\x85\x51\x3d\xa2\x07\xc6\xf3\x78\x3d\x42\xaf\x43\x56\xb9\x07\x1e\xad\x07\xfb\xe1\xd1\x7a\x20\x7d\x38\x64\x15\xc6\xf7\x08\x51\xc9\xb1\x79\x4c\x2f\xfd\x69\x03\xb2\x21\x95\xab\x9e\xf8\xbf\xae\x5c\xf5\x40\xf6\xba\x72\xd5\x93\x1a\xbe\x3f\x97\x9e\xff\xcd\xef\x90\xe8\x4e\x89\xe4\x3a\x5e\xd1\x3d\xba\xcf\x90\xe8\xde\x48\x64\x3e\x26\xe3\x33\x0a\x6f\x68\x0d\x73\x37\x8d\xc9\x7b\x6e\xe4\x59\x6b\xba\xf0\xbf\x68\x8c\x88\x36\x26\xa1\x46\x23\x94\x0e\x67\xc4\x99\xa6\xfe\x97\xab\x66\x28\xa5\x64\xcd\x8c\x0e\xe5\xae\xaf\x33\xbd\xd9\x8b\x4d\xeb\x3a\x81\x9f\xd1\x68\x07\x2c\x50\xa3\xa0\xe5\x70\xf6\xe1\xd4\xf5\xb9\x07\xc7\xac\x13\x19\x2d\x61\x28\x95\x3d\x66\xde\xe1\x54\xf6\xb9\xfa\xc6\x6c\xc6\xb7\xe5\xb9\x68\x36\x68\x4f\x2c\x67\xe6\x7d\x63\x2d\x18\xb0\xbd\x06\xe3\xf3\xc6\xee\x1a\x0c\x34\x29\xcf\x3d\xf8\x88\xb1\xb8\x8f\xbc\xb0\xf8\x54\xa4\x05\x65\x9a\xac\x20\x81\x87\xe3\x56\xc3\x46\xc6\x2a\xa4\x62\x14\xf6\xa1\xdc\xf1\x29\x00\x57\x87\xc2\x56\x49\x61\x33\x64\xba\x27\x25\xcc\x70\xd8\x6a\xe4\xbd\x21\xb9\x9f\xda\xa4\x75\x38\x6e\x35\xec\x7f\xac\x72\xe5\xc7\x22\x31\x1c\xb6\xca\xa6\x53\xf2\xf9\xe5\xf3\xbd\x1c\xe3\x9d\xe7\x4b\x1d\xf2\xfe\xed\xca\x9a\x34\x28\x0a\x99\x33\x47\xad\xb2\xef\x1d\xb5\x9a\xfb\x71\x6c\xa2\x78\xe3\x79\xf5\xa6\xcc\x14\x6d\x26\xb9\xe4\x59\x24\x6f\x3c\xbb\xb6\x7c\xe3\x07\xc5\x1a\x7f\x5a\x34\x49\x59\x94\x4d\x24\x31\x62\xc5\xc1\x52\x7f\x67\x6c\x5e\xa3\xb4\x57\x34\xe2\xdc\xc0\xa3\x78\x8d\xd2\x7e\x91\xfb\x8c\x63\x5a\x04\x56\x60\x06\x5e\xb1\x3d\x1a\xf7\x50\x5e\x1d\xac\x2a\xa3\x68\x8d\xa2\xf6\x0f\x25\xb8\x04\x56\x34\x14\x38\xbb\x7c\xbe\x37\x81\x19\x70\x39\x34\x00\xde\x37\x81\x0c\x40\x60\x86\x42\x7f\x0a\x34\x2e\x7c\x2f\x82\xa3\x28\x8d\xea\x4d\x99\x25\xab\x2f\xab\x0a\xc5\xd5\x6b\x16\x8a\xab\x67\x20\x33\xe4\x22\x58\x13\xbc\xa2\x7a\x9b\xd2\x80\xe0\x1a\x2b\xcf\xcd\x32\x48\x48\x50\xba\xfa\xca\x94\x54\x4d\x01\xcc\x52\xe9\xeb\x49\x7d\x34\xaa\xa7\x20\x53\xa4\xc8\x5b\xd2\xe8\x0c\x55\xac\xad\x6c\xfb\x6a\x66\xc4\xff\x9a\x82\x48\x71\xa3\x99\x19\xa5\x7f\x65\xb3\x27\xd9\xda\x68\xce\xc8\xc7\x9c\xbf\x18\x9b\xc2\x17\xde\xb6\x3c\x17\x8d\x20\x3d\x2a\x30\x17\xcc\xee\x10\xe6\xa6\x32\xa7\xc6\xdc\x44\xc4\x1a\x4d\x88\x96\xc2\x08\x34\x03\x2c\x62\xd3\x2e\xe7\x72\xe8\x2e\x4b\x31\xf8\x61\x51\x07\x19\xf1\x4f\xd3\x19\x98\x34\x86\x2b\xd6\x4e\x11\x01\x46\x17\x22\x05\xde\xd2\xcd\x0e\xe3\xf8\x1d\x5d\x8e\xbc\x80\x66\x46\xbf\xf5\x9c\x1e\x84\x91\xc1\xc0\x3d\x86\xdc\x92\x7f\xcb\x74\x33\x86\x02\x0e\x98\xf1\x61\x08\x10\x8d\xa9\x3e\x00\xf4\xfe\x34\x93\x01\x7c\x72\x0c\x05\x3a\xc3\x05\x86\xf1\x96\xb0\x01\x01\x68\x00\xf7\x8d\xb1\xeb\x03\x1a\x54\xa4\x73\x24\x90\xf1\xd3\x5c\x36\xe2\xd7\xc6\x10\xb5\x6c\x41\x05\xd7\xf6\x89\xeb\xe3\x05\xd8\x64\xc4\x06\xd8\xb0\x03\x04\xa2\xdf\xc8\x05\x3b\x76\x95\xf8\xe7\xbe\xde\xe5\xa7\x5d\x79\x96\xa3\x16\x46\xb3\x0b\x54\x1d\x19\x68\xec\x22\xf9\xd3\x9e\x01\x3a\x0c\x40\x14\xc7\xbe\x3f\x76\x53\xcc\xf7\xa6\x98\xef\x15\xbe\xce\x0d\xaa\xf0\x5b\xd0\x1a\x43\x68\x1d\xc2\x27\x87\x2a\xe6\x92\x4c\x6b\x1c\x9a\x00\x6e\xfc\xc3\x08\xa3\xd0\x73\xd8\x58\x09\xa3\x3a\xbc\xe6\x7c\xa0\x60\xe3\x08\x95\xe3\xf0\x04\x64\x8d\x55\x60\x17\xfc\xe6\x50\x81\x5d\xa2\x18\xc7\x61\x82\x43\xd0\x61\x02\x79\xdf\x04\xd2\xbf\x36\x74\x1c\x10\xe3\xd0\x12\xaf\xf4\x67\x02\x33\x21\x82\xe4\xd4\x8f\x4c\xa2\x50\x5e\x62\x54\xc7\x29\x58\x00\x6c\xe9\xf4\x0a\xa7\x83\xd3\x2b\x9c\x01\x9c\x22\x88\x43\x7e\x8a\x80\x48\xb5\xe3\xd4\x8a\x71\x08\x4e\x13\xc4\xf7\xda\xa3\xc8\x50\xa7\x57\x8c\xf1\xf8\x84\x32\x1e\x11\xc4\x4d\x72\xa9\x70\x37\x3c\xe3\x7a\xeb\x7f\xf2\x82\x08\x88\x58\x3f\x2e\x13\x90\x19\x55\x5e\xce\xf2\xd9\x03\xf2\x91\xf4\x29\x82\xf4\x50\x8d\x5d\xbc\x5a\xe3\x7e\x4d\xd8\x59\x34\xf9\x2c\x26\x72\x8b\x0e\xc5\xd8\x4e\xe4\xea\x1c\xb7\x11\x5b\x83\x36\x14\x6c\x44\xf6\xcf\x21\x54\xcf\x44\x4c\xde\xb8\x95\x44\x00\xb1\xc6\x8e\x0b\x4a\x28\x0c\xa1\x7a\x26\x92\xd0\x0e\xb9\x2a\x26\xd2\xc6\x8f\x5b\xc1\xe7\xec\x76\xe5\xf3\x9c\x48\x31\x3a\xe4\x8c\x98\x48\x52\x3a\x1e\x53\x82\x88\xfc\x28\xba\x9c\x03\xf9\x98\x32\x4e\xe4\x63\x42\x60\xa1\xcf\x4b\x48\xc6\xf9\x38\x49\x00\x42\xbc\xbc\x0c\x9f\x8a\x95\x43\xc8\xff\x4a\xa0\xc2\x78\x4c\x1a\xbb\xe8\x31\x69\x6c\x83\x47\xa4\x21\xf1\x3c\x26\x6d\xe2\x8b\xc7\x3f\xfc\x1b\xc6\x3e\x19\x87\x17\xde\xb3\x4f\xc2\xe1\x85\xbb\xee\x93\x02\xeb\xc3\x9e\x77\xfb\x21\x00\x11\xed\x93\x69\x5f\xf8\x41\x11\x64\x39\x3b\xfb\xe4\x08\xb2\x1c\x96\x7d\xf2\x5c\xe4\xbe\xd9\xa7\x6e\xc2\x6a\x7e\x18\x7e\x83\x51\x28\x63\x42\x78\xf6\x3e\x19\x2e\x5d\xda\x5f\xae\xa0\xdd\x21\x04\x14\x19\xdc\xe5\x2a\x99\x28\xaf\xb5\x4f\x9e\x97\x5c\x22\xfb\xac\x69\xc8\xf9\xd8\x67\xaf\x78\xcb\xb3\xa9\xce\x25\xb1\xcf\xef\x5e\x4e\x93\xb3\xb7\x40\x8e\xdc\x3e\xbf\xe8\x43\xfa\x30\xd9\x61\x5b\xfb\xac\x1c\x0b\x8d\x67\xa3\x37\x36\xbe\xf0\x0e\x98\xf8\xc1\xc1\x11\x59\xe0\x7d\x36\x65\x13\x03\x15\x12\xb3\x41\x88\x32\x93\x44\x68\xde\x15\x6c\x30\x91\xc4\x79\x5f\xbc\x01\xd2\xc5\xe2\x4c\x0a\xa1\x4b\x00\xa8\x89\x10\xa9\x7d\x79\xf7\x7a\xc6\xb0\x78\x7d\x27\x3e\x31\x60\x11\x42\x15\xd9\x3b\xf0\xf3\xec\x2a\xff\x5b\x6a\x67\x14\x4a\x47\x42\xce\x96\x7d\x79\x13\x11\xa7\xdb\xd5\xa1\x6b\x6c\x1a\x85\xdf\x16\xee\xed\x7d\xdd\xfc\x06\x3f\xfc\x76\x26\x00\xef\x7d\x35\xfc\x33\xa3\x58\x85\xa3\x64\x57\xac\xbb\x9e\x79\xdf\xe8\x4f\x76\xc9\x6a\xa0\x65\xd8\xe6\xbe\x2a\xe1\x02\x87\x63\x35\x1a\x34\x47\x76\x5f\x8d\xb3\x0c\x63\xd8\x37\xcf\x3f\x9d\x28\xc3\xff\x8c\x34\xb1\x6f\xaf\xef\x33\x8d\x6e\xc2\x8b\xe6\xd4\xef\x9b\xa3\xe2\x38\xa3\xd2\xa4\x66\x90\x5a\xbb\xea\x7c\x51\x2e\x7a\xdf\x44\xf8\x67\x10\xc3\xc3\xe4\x85\x43\x2f\xd0\x80\x33\x61\x33\x35\x9b\xe9\xc8\xfd\xb0\x17\xa3\x5a\xd9\xee\xe5\xa5\x23\x6d\x14\xa7\x7e\x86\x0e\xe1\xaf\x36\xf2\x9c\xee\xc5\x0b\xb6\xf2\x46\x31\x21\xa1\xac\x98\xb2\xf0\xc4\xbd\x38\x0b\x43\xd8\xe8\x5e\xbc\xa6\x3c\x7b\x4d\xb3\x64\xc5\x90\x5e\x36\x41\x79\x17\x95\x51\x18\xd2\x0b\xad\xc5\x8b\xb8\xd2\xa6\x32\x81\xb0\x0d\xea\x4b\x3b\x3f\xcc\x7a\x21\x4d\x56\x65\xd1\xc8\x9d\xb4\x2b\x56\xa1\x83\x39\xd9\xeb\x4b\x79\x08\xad\xaf\x10\x4f\x93\xa6\x9c\xd9\x93\xaa\x35\xcf\x6c\x9c\xea\x53\x96\xcb\x73\xaf\x5e\x55\x8e\x4c\x7d\x69\xa7\x5b\x2d\xf3\xe7\x0b\x93\xce\xd6\xaa\xef\x32\x67\x63\x34\xa7\x51\x64\x7e\xdb\xab\x22\xa6\x0d\xd7\x1d\x20\x77\xcb\xae\xf8\xe0\x32\x7d\x7e\xb8\xff\xfb\x5f\x21\xe6\x74\x77\x34\x30\x8a\xf7\xde\x95\xd4\x22\xd2\xcf\xfe\x2f\x18\x38\x7d\x08\x87\xd5\x3f\xdb\xb1\x3b\x9f\x47\xb4\x84\xbd\xab\x70\x07\x77\x4e\x77\x41\x9c\xc2\x0f\x2e\x80\x13\xa1\x79\x77\x3a\x22\x14\x93\x5d\x6a\x52\xa5\xd6\xed\xee\x12\x5e\xa8\xc7\xbb\xb2\x0f\xcd\x84\x33\xec\xdd\xb5\x7d\x60\xd8\xdd\xc1\x68\xfd\x6f\xf7\xd4\x4f\xcf\x2a\x40\xc7\xf7\x61\xba\x23\x27\xef\xae\x21\x80\x85\x60\x1f\x2f\xdd\x19\xc1\x30\xdd\x19\xf3\x30\xdd\x1b\x5f\xbc\x11\xb3\x19\xe2\x4f\xbf\x2a\x80\xc9\xf7\x61\x63\x22\xcb\x35\x1c\xd2\x59\x68\xd3\x59\x4b\x36\xde\x50\xd6\x92\x41\x1f\xf6\x5e\xc2\xcd\xc7\x3b\x2f\x59\xd1\xe1\x25\xe7\x60\xef\x26\x3d\x2f\xec\x26\x3d\x2a\xc4\xbe\x2b\x83\x0b\x97\xe7\x4f\xc7\x2a\x84\x94\xef\xbb\x13\xb8\x14\x5a\x34\xe5\x9c\xda\xdd\x94\x17\xfa\x10\xef\x00\x80\xba\xbb\x8a\x18\xd6\x8a\xdd\xf1\xcb\x80\xca\xf7\x5d\xb0\x75\x28\xdf\x9d\xfb\x84\xf9\x76\xc9\x02\xc0\x5a\xbb\x74\xa3\x42\xce\xc7\xfd\x50\x89\x19\x28\x3f\x1c\x23\xce\x6e\x3f\x7c\xf4\xe1\xd6\x47\xd7\x17\x3c\x3b\x0f\x44\xa7\x0f\x17\x5f\xea\xf4\x71\xe8\x0b\x9a\xf4\x30\xa3\x50\xed\x0e\x63\xc6\x38\xb7\xab\x5e\x17\x49\xbf\xf7\xd3\xa3\xcc\xf4\x9f\xae\x46\x11\x0d\x65\x3f\x5d\x4f\x23\x4a\xe6\xae\x4a\x04\x0b\x5a\xe5\x7e\x5a\x51\x67\x98\x4a\x5f\x54\x50\x21\x76\x39\x83\x2a\xc6\xf8\xfd\x74\x41\x26\x76\xeb\xe9\x1c\x2d\xd0\x7e\x3a\x7a\x98\x45\x14\x36\x6c\xa1\x12\xdf\x7e\x39\x27\x0b\x1b\x41\xba\xcf\x42\x6e\xa8\xfd\xa7\xfb\x14\x44\xf1\xdd\x70\x30\x80\x33\xbb\x6b\x10\x20\xce\xef\x97\x93\xc9\x70\xae\xaf\x5d\x4d\xd0\xa9\x6a\x8d\x71\x0b\x5d\xef\xb8\x33\xbf\x8e\x6f\x88\x8e\xb1\xbf\xf1\x0d\x1c\x2a\x07\x3d\x93\xe2\x6a\xbf\x4d\x07\x8b\x78\x3b\x4b\x4e\xb4\xde\xfd\x56\x7d\xac\x68\x25\xfb\xed\x1c\x38\x2c\xda\xbf\x10\x08\xbe\xd8\xfd\x43\xe8\x70\x95\x2e\xb2\x9b\xed\x8a\x81\xa8\xb1\x7e\xed\xae\xda\x45\x9c\xde\xee\xf8\x66\x1c\xef\xfb\xe3\x0c\x37\x31\xb9\xed\x8f\x35\x45\xae\x47\xa9\x3a\xeb\x67\xdd\xdf\xc2\x5c\xb1\x43\xee\x2a\xcc\x45\xe2\x8f\xfd\xa7\xe9\x7c\x0c\xad\xbb\x14\x9d\x15\xd1\xee\x90\xda\xb2\x4e\xb9\xfc\x0e\x39\x5d\x56\x2c\x95\x87\xf4\x94\x15\x69\xe3\xf8\xe9\x29\x05\x00\xc5\x31\x15\xef\x46\x9a\x50\x76\x99\x2c\xfa\x21\x1d\xe3\x93\xed\xe1\x90\x92\xb0\x72\x10\x8f\xd9\xd5\xbe\xd2\x82\x42\x87\x57\xb6\xef\xf1\xd3\x01\x3e\xcc\xe0\x90\x0a\xb0\xa2\xc1\x1d\x92\xf0\x57\x14\x91\x63\x7e\x59\x27\x6f\x28\x2b\x0d\xce\xa0\xc3\x10\xa8\x8c\x41\x01\x0c\xb9\xe7\x0e\xc5\x2b\x90\x91\xe1\xf8\x49\xeb\x15\xe7\xcb\xb1\x08\xdb\x16\x75\xe0\x70\x79\x81\xf1\x27\xcf\xd1\x21\xb0\xd3\x36\x31\x14\xe1\x62\xc2\x83\x0f\x81\x9b\x36\x3a\x5b\x8d\xc9\xe0\x59\x3e\xfd\xf0\xf0\x43\xe0\xa7\x2d\xf7\xdd\xe1\x4a\x03\xfd\xf3\x81\x0c\xec\x50\xb7\xda\x79\x49\x03\x76\xb6\x66\xb2\x56\xb9\xb2\x22\xd7\x1e\xab\x9c\x79\x0b\x03\xb4\x2b\x8b\x67\x5b\x8f\x79\x5f\xce\x4c\xda\xb3\x8f\x23\x27\xee\xb0\x8f\x83\x05\x57\xa6\x4e\xb0\x56\x87\x5d\x1a\xd1\x1a\x0f\xd5\xdb\x05\xca\x74\x6c\xb2\x0d\x17\xda\x97\x6d\x38\x6c\xf9\xf8\xc9\xe1\x1b\x17\xe9\xb1\xc9\x4c\x54\x68\x5f\x79\x29\x0b\xef\xdb\x4c\x44\x7b\xb2\x7b\xb1\xdf\x36\x29\x7f\x8c\xb7\x28\x8d\x1e\xe3\x2d\xb6\x74\x44\x8a\x3f\x8a\xeb\x2c\xe5\xd2\x3c\x5e\x91\x7c\xa3\x89\x57\x24\xa7\x8d\x57\xd9\xc8\xa0\x24\x92\x17\x0a\x0f\x1d\x16\xc1\x99\x55\x4b\xdc\x9f\x69\x28\xa7\x2e\x7f\x9a\x74\xa9\x2c\xd6\xfd\x27\x70\x17\x0a\x12\x1c\xf5\xe5\xf1\x79\xe1\x27\x70\x17\xcc\x5b\x87\x82\x83\x57\xfe\x5e\xff\xfb\x1f\x15\x48\x8e\x2a\x63\x57\x06\x2c\x59\x1b\x1f\xc2\x21\x31\x99\x7c\xab\x47\xf5\xb6\xcf\xaa\x4a\x28\x6e\x95\x69\x6d\xb2\xc8\x87\x69\x1e\xcd\xe1\xe2\xb9\x0a\x0f\x27\xd1\xf9\x50\xdc\xac\x90\xf1\x85\xaf\x78\x9e\x05\x69\xcb\x08\x25\x42\x37\xe4\xca\x43\x4e\x02\x46\xf8\x93\xa8\x2b\xa8\x8c\xc3\x71\x0c\x61\xda\xc7\x4f\xa0\xae\x38\xe9\x8f\x6e\x29\x9e\x8d\xdf\x85\xb7\x8d\xe5\xe1\xe8\xd6\x39\x33\x5e\xc5\x35\x00\x2f\x3a\x94\x6b\x87\x8c\xac\x47\xef\x9a\x22\xfe\x1f\xc2\x04\xd2\xde\xae\xe7\x0c\x50\x89\x75\xa6\xcf\xf3\xa3\xe7\x70\x96\x17\xde\x94\xf6\x95\xcb\x9f\x20\xda\x63\xc8\x5f\x1b\x45\xf1\x50\xd0\x2d\x51\xbc\xc7\x90\x8f\xf8\xf3\x2c\x94\xc6\xe7\x7b\x31\x12\xf6\xfd\xb0\xd3\x25\xf4\xba\x00\x2d\x59\x1e\x0e\xe7\xcf\x24\xad\xc4\xe1\x8a\xb4\x1c\xdd\xdd\x66\x11\x86\xb4\xbf\xf6\x1f\xde\xb0\xc2\xc6\xed\xb0\x5b\x7d\x60\xdf\xec\x56\x8c\xe8\x54\xdb\x3e\xd7\xe0\x71\xbc\xdb\x3e\x4d\xfe\x84\xcb\x42\xfa\x9f\x43\x91\x08\xdc\xbc\x87\x44\x49\x32\x01\x1f\x2a\x88\x05\x08\xef\x38\x9a\x96\x25\x1d\x1e\x0a\xea\x67\xdf\x1e\xa7\xa6\x8d\x67\x81\x21\x98\x84\x43\xe9\x86\xe2\xc5\x3e\x94\x74\xbf\xc6\xd7\x75\xbc\x49\xf7\x39\xfa\xa7\xe7\xa0\xfc\x29\x7d\xce\xf1\x06\xba\x32\x01\xa7\x25\x5f\x8e\xae\x24\xc8\x15\xb9\xf5\x38\x0d\xf5\xcc\xe3\xa9\x09\xe1\x59\xe1\x76\x7c\x2e\xa1\x8b\xf9\xba\x94\xcc\x25\xba\xec\xa1\x40\x02\x72\xde\x1e\x97\xfc\xa3\xdc\xae\x97\xa1\xac\x79\xf4\xf4\xf2\xf9\x1b\x93\x9a\x67\x5f\xbe\xbc\xbf\x6b\xbd\xe9\x5e\x83\xcf\x76\x90\x10\xf9\xa9\x64\x74\x5c\x3e\xe6\x99\xfe\x5b\x28\xfa\xa8\x16\x87\x4d\xf0\x9f\xf1\xde\x3f\x36\x48\xb9\xf5\xe3\x5e\x75\x4c\xf9\xc0\x17\x70\x06\x7c\x57\x3d\x67\x40\x3f\x89\xb2\x11\xb1\x77\xdc\x3e\xe6\x21\xe0\x36\xd2\x16\x3e\x76\x0b\xdd\xc4\x21\x50\x02\x7b\x14\xe4\xe3\x91\xfb\x97\x0b\xde\x36\x6e\x5c\xe6\xc7\x23\xff\x6e\xa5\x01\x39\x3a\x98\xf1\xd7\x80\x9d\x49\x3a\x6d\xc0\x26\xea\xf4\x9c\xde\x3b\xad\xe5\x07\x9f\xe5\x68\x5c\xe7\xe4\x98\xce\x1c\x9b\x73\xf2\x25\x17\xf9\xf3\x94\x09\x1b\x51\xf0\x9c\x7c\xc7\xe5\x22\x3e\xa7\xae\x95\xa3\x0f\x1b\x0f\x2a\x5f\x38\xed\xd1\xe0\x0d\x6b\x04\x85\x1f\x94\x7f\x90\xa0\x93\xf3\x27\x5e\x52\x02\xe7\x14\x8c\x26\x57\xde\x29\x14\x4d\x78\xc7\xe9\x2c\x35\x11\xe4\x4f\x95\x76\xe5\xa0\x9d\xaa\x43\x45\xe9\xd4\x73\x96\x43\x8a\x47\x85\x82\xe6\xd8\x9c\xb3\xed\xaf\x34\xaf\x32\x70\x98\x91\x4f\x25\xb1\x01\x56\x75\x2a\x67\x0d\x5b\xf3\x5c\x1c\x4a\x90\xf1\x2c\xdb\xef\x39\x3b\xef\x14\x0e\x9f\x2a\x6c\xe7\x52\xf5\x7e\x96\x51\x80\x1b\xd0\xb9\xe7\xa2\x40\xdf\x48\x00\xe7\x62\x4e\x94\xf6\x57\x6f\xac\x10\xa4\x8c\x32\x15\x51\xee\x5c\x1d\xaa\x17\xb5\xe4\x5c\xed\xb2\x4b\x8f\x16\x3e\xe7\x3c\xbe\xc9\x19\x69\xa0\x6a\x06\x79\xdf\xc0\x7b\x86\xb8\xf6\xdf\x8a\xf0\xbf\xb4\x5b\xfc\x37\xe7\xfa\x5e\xda\x8c\xf1\xf8\xb5\x98\xbd\x7c\xae\xc2\x67\x82\xc9\x39\x57\x97\xf4\xc8\xe3\xa3\xf7\xf3\xf7\x26\x2c\x03\x8f\x42\xd6\x65\x86\x7f\xb2\xe9\xfc\x99\x00\x65\x73\x24\x6b\xfb\xb9\xa9\x60\x69\x78\xdf\x29\x9b\x6f\xc5\x8e\x7f\x6e\x0a\xff\xfd\x34\xe8\xf8\xdd\x10\x28\x0b\xef\x67\x89\x8a\x0a\xa8\x32\x61\x45\x15\x53\x19\x9f\x24\xc5\x89\x2d\x23\xb9\x90\x3b\xfe\x2c\xdd\x89\x9d\xf8\x41\x5e\x9f\x89\x06\x76\xcf\x78\x26\x50\x82\xe3\xc4\xa6\x74\x09\x58\x26\x58\x79\xe5\x59\x61\x8b\x91\xcb\x9f\x74\x9b\x53\xd8\x18\xd0\xb4\xa7\xea\xbd\x92\x07\xf7\x54\xbd\xd7\x35\x57\xdf\x59\x15\x9c\x1c\x2b\xd9\x29\xeb\x2b\x78\xac\xb3\x2a\x38\x98\x03\x29\xa1\x92\xb4\x21\x67\x55\xb0\x72\x84\xe4\xb3\x2a\x38\x18\x96\xa3\xc0\xdb\x4f\xa8\xe8\xf9\x93\x3a\x3f\x25\xb6\x4e\xa5\x94\x47\x52\x3f\x55\x2f\x76\xcd\x5d\x76\x0a\xd9\x02\xbc\xea\x6c\x4a\x3c\xc6\x00\x9a\x13\x2a\xd2\x9e\xcd\x4e\x8c\x40\x42\x2b\xac\xf9\x6c\x0a\xbf\x5e\xf8\x5f\x1b\x88\x44\x23\x67\x33\x89\x8c\x40\x24\xc2\x88\xdb\x9b\x5f\x37\xcf\xb6\x81\xf0\xfe\xe3\x8c\xca\xf9\xc1\x62\x2b\x73\x28\xb1\x15\x29\xee\x94\x19\x98\x3a\x6c\xa7\xa4\x56\x20\x6b\xa7\xa4\xd6\x75\xe1\x7f\x09\xfa\x2b\xcf\xa6\x90\xf6\xb5\xa6\x91\x1a\xcf\x9f\xd4\x5a\x51\x37\xcf\xee\x35\xa3\x7d\xf1\x74\xee\x22\xd9\x83\xc1\x77\x9d\x8a\xc6\x25\xc9\xc5\xd9\xbd\x84\x59\x82\xe1\x25\xcc\x04\x0d\x2f\x59\xf6\xc4\x58\xc5\x74\xd3\xbf\xd3\x49\x72\xc2\x86\xf7\x28\xef\x9b\x1e\xfe\xd7\x9e\x84\xa1\x0c\x07\xcc\x67\xbc\x43\x01\xeb\x9f\x67\x5d\x5a\xec\xf1\xa1\x00\x7a\xe6\x6b\xe8\x12\x60\x0b\xca\x8a\xfb\x71\x2e\x9e\x12\x9b\x0b\x65\xa5\xce\xdd\x02\x02\x53\xea\x92\xb1\x11\x59\x4e\x97\x8c\x85\xcf\xab\x64\x2c\xf0\xee\x73\x97\xa1\x92\x53\xb0\x5b\xb3\x61\x4e\x54\x33\x16\x91\xf4\x3c\xde\x20\xf9\x3c\x4b\xa3\x25\xbb\xcd\x79\x38\x90\x8e\x0f\x14\xd1\xcc\xa2\x48\x46\x06\x1e\x7b\x2a\x3a\x97\x8a\x27\xa7\xa2\x73\x81\x86\x9e\x86\xdd\x77\xda\xd3\xa6\x89\x89\xe7\x54\xca\x18\x00\xcb\xa7\x33\x4c\x72\x4d\x38\x3f\x0c\x5c\xf0\x34\x41\x3c\x8b\xa0\x28\x9b\xa7\x82\x75\x01\x7c\x9f\x0a\xd6\x05\xf0\x7e\x2a\x58\x17\xc0\xf6\x69\x08\x7f\x54\x9b\x53\xc1\xba\xd8\x93\xce\x53\xf4\xb1\xc8\x92\xb1\x3f\xd7\x9c\x44\x6c\x00\xda\xe7\xf9\x06\xf5\x65\x42\x4f\x13\x94\x09\x51\x34\x2f\xba\xd5\xa9\x5c\x33\x15\xe8\xea\xa9\x9a\xb1\x78\x20\x4e\x49\xdd\xd4\x88\x39\x55\x33\xf6\x73\xb7\x5f\xa2\x98\x63\xac\x70\x5e\x20\xf5\xe7\xa5\x15\x44\xb6\x30\x76\x25\xee\xd0\xd3\xe1\xbd\x08\x3f\x12\xcb\x81\xf4\x9f\xd7\xd0\xf7\xbc\xaf\xf0\x4e\x56\xc4\x25\x66\x07\xfd\x7b\xcf\xf2\xbd\x8f\xc5\x9f\x32\xe5\x9c\x96\xe1\x39\x73\x97\xd3\x03\x21\x49\xdd\x4e\x33\x9d\x17\x6e\x7b\x14\x42\xdd\xed\x33\x16\x6a\x6e\x4b\x82\x3c\x1b\xa5\x4a\x7b\xde\xbf\x59\x3f\x19\x85\xc9\xe1\x75\xde\xa2\x1e\x26\x74\x5b\x24\xff\xbc\x70\x88\x0b\xd1\xc1\xa9\x67\x3e\x30\xf9\x59\x8e\xdb\x5a\x0a\xdf\x7b\x83\x67\x79\x7f\x3a\xc1\x42\x5a\x8e\xf3\xf1\x06\xcf\xfb\x8f\x97\x3b\x04\x3f\x3e\xb0\x59\x0e\xc5\xfa\x02\xc7\x3b\x1f\x13\x90\x03\xe2\x60\x5b\x72\xb8\x5c\x2e\x48\x9b\xf5\xba\x7e\x1a\x42\x43\x10\xb9\x5c\x90\x76\xca\x11\xb8\x7e\x0a\x42\xc3\x3a\x71\x29\x05\x26\xc1\x59\x97\x4c\xc7\x1b\x01\xe5\xd7\x64\x93\x77\xb8\xd0\x35\x35\xb5\x50\xf3\xdc\xf5\x3c\xf2\x3c\x7e\xcf\x99\x83\x4b\xb9\x76\x88\xa6\xbb\xa4\x3e\x50\x62\xe7\x92\xf6\xc0\x55\x7b\x4d\x32\x49\xcd\x90\xa4\x34\x1d\x0b\xfd\x3d\xea\x2f\xe3\x51\xd9\x5a\xec\xe7\x97\x92\x60\x62\x02\xbb\x94\x04\x93\xe8\xaa\x4b\x91\xbf\xb8\x5d\x2e\x19\xae\x81\x20\x5c\xb3\xe9\xc9\xf8\x67\xa5\x28\x18\xfc\xef\x23\x94\xf1\x4b\xbf\x00\xff\x76\x39\x27\xe6\xe0\x59\xe3\xff\x8c\x4f\xf1\xef\x61\x7a\x97\x8c\xde\x48\x7e\xd7\xb2\x88\x9e\xcc\x87\x32\x5e\x96\x29\xb2\xc5\xb5\xd8\xf2\x91\x09\x5d\xde\x15\xa2\x45\x51\x94\x5d\x7b\xd9\x30\x1e\xb6\x7e\x19\xa2\xb2\xd0\xa0\x72\x87\x7f\x46\x20\x8a\x16\x9e\x4f\x8d\x30\x14\x2d\xa2\x30\xd7\xc2\xb5\x78\x85\x78\x96\xb6\x17\x26\x77\xad\x66\xfb\x19\xcf\xea\x58\x2d\x9e\x6d\x8a\xc8\x8a\x39\x45\xe6\xe0\x7f\xed\xd1\xb0\xfd\x4b\xfa\x0c\x61\xc2\x97\x02\x0a\x80\x58\x5e\xab\x77\x68\xe8\x55\xb2\x79\x30\x9e\xd7\x6a\xfa\x33\xc3\x4e\xa1\x99\x6b\xe0\x5a\xbd\xa2\x3c\x2b\x06\xbe\x33\x3e\xaf\x60\xfa\xdb\xbc\x82\x19\x8f\x60\x2e\xc8\xf6\xd7\xa6\x1d\x18\xb6\x77\x6d\x8e\xa1\x8f\xf0\x72\xd9\xac\x8c\x91\xf3\x52\xd5\xda\x8d\x11\x2a\xdb\xfb\x1a\xbe\x70\x29\x43\x25\xd2\xda\x25\xed\xa1\x62\x07\xb8\x8a\xed\x2b\x2b\x3f\xdc\x6a\x91\x16\xbc\x46\x19\x73\x9d\xf4\x9c\x39\x57\x4a\xca\x8d\x5d\x2d\xab\xf3\xc6\x9e\xfa\xe9\x10\xcb\xfa\x79\x5f\x4a\x6f\x2e\xba\xab\xca\xbc\x42\xff\x55\x14\x45\x9e\xbc\x54\x15\x17\x91\xfe\xaa\xa2\x68\xfe\x53\x4e\xd0\xab\x9e\xfa\x98\xce\xc5\x32\x58\xe0\x9f\x82\xb1\x20\x1c\x5f\x0a\x20\xde\x78\x6e\x26\x96\x67\x69\xd8\xdc\x5c\x97\xa1\xf3\xe4\xa9\xbb\x9a\x74\x7e\xb6\x9c\x42\x8a\xf1\x68\x5e\x4d\x4c\x05\xf2\x55\x43\x77\x65\xfa\x9a\xd2\x09\xb0\x45\x9b\xc9\xa7\xc3\x5d\xdf\x33\xa2\x43\xed\xd3\xde\xa9\x11\x67\xc1\x15\x62\x8c\x37\xee\x52\x88\x31\x29\xe5\xae\x66\x8a\xf3\xbf\x42\x8c\x71\x9f\x5e\xaf\x95\x3c\x82\xca\xa5\x92\xba\xdb\xe7\x59\xe6\xb4\xa8\x58\x57\x97\x49\x01\x26\xd4\xbd\xfe\x59\xdf\xae\x09\x88\x3e\x73\x75\x4f\x00\xdf\x7b\x02\x42\x80\xad\xe8\x2c\x99\xad\xe8\x9f\xef\x3d\x01\xb4\xef\x25\x87\x20\x2f\x39\xed\x2b\xe7\x2a\x5c\xdf\xe8\x14\x8c\x4c\xd7\xf0\x0c\x64\xc6\x65\x86\xdf\x38\x42\xc3\xf6\x44\xfe\x97\xd5\x87\x23\xa8\x28\x63\x14\x92\x6b\x68\x02\x58\x31\x29\x28\x9f\xc4\xbc\xd7\xf0\x09\xe0\x03\x9f\x80\x50\x30\xde\x8a\x0d\x21\xe1\x4d\xef\x03\xdf\xdc\xed\xc6\x65\x9f\xaa\x52\x2d\xb6\xbb\xeb\xa7\x71\xf4\xcf\x55\xbc\xcb\xf5\xc0\xd5\xf1\xd3\x30\x16\xb2\x2b\x5e\x8a\xe3\x25\x07\xe4\x75\xbc\xbb\x80\x1f\x16\xbd\x90\x06\x7e\x0a\x45\xff\x70\x7e\x05\xee\x7e\xee\x2a\x05\xee\x02\xd7\xbb\x7e\x0a\xc5\x27\x3c\xe3\xfa\x29\x14\x0b\x28\xc4\xcb\xa5\x6e\xc9\x11\x71\x1d\xb2\x8d\xc1\x46\x0e\x51\xc4\x36\x3b\x94\x55\x1f\xf9\x46\x56\x7a\x6c\x81\x97\x4a\xe3\x02\xe8\xb9\x0e\x51\xc8\xa4\xff\x34\x8e\xfe\x61\xcd\xaa\x8c\xfb\x99\x51\x05\x05\xe3\xac\xba\x94\xa5\x1e\xd4\xd8\xf5\xd3\x28\x16\xfc\x7b\xd7\x4f\xa3\x58\x3e\x7c\x41\x31\xc1\xd3\xe7\xfd\xa1\xf6\xe9\x4f\xf4\xb1\x6d\x7f\x1a\xc6\x42\x3a\xcb\xeb\xa7\x60\x2c\x14\xde\xba\x64\xc4\x9f\x38\xc7\xa7\x9c\x47\x9c\x7b\x85\x04\x7f\x8e\xed\x4f\x9f\x58\xc8\xaf\x79\x5d\x5a\x40\xf8\x8e\x42\x82\x3f\x5b\x4a\x21\xc1\x00\x03\x2e\x15\xc2\x9d\x98\x2f\x85\x04\x13\x56\x7d\xa9\x10\xee\xc4\x31\xbc\xb4\xa0\x70\xd2\x4b\x79\x1e\xb9\xda\x2e\xed\x50\xd6\xe3\xd2\x7a\x72\x4c\x2f\xef\x48\xfa\x13\x7d\x9c\x3a\xd5\xb9\x05\x82\x77\xdd\xa2\x0f\x61\xec\xd6\xfa\xf1\xfd\x2d\xfa\xe0\x6b\xb7\xd6\x93\x8b\x54\x65\x6e\xf1\xd7\x5e\xb7\xd6\x73\xfd\x53\x4a\xb6\xeb\x36\xb1\x59\x3c\xc5\x17\x7f\x24\xdb\xdb\xc4\x66\x71\x6e\x2d\xee\xa7\x33\x2d\x2e\x9b\xfb\xf6\xe6\x85\x58\x4d\x06\x77\xe0\x6d\xa6\x9d\xe7\xc7\x8b\x9d\xc9\x7f\x34\x19\x4c\xe6\xe3\xcd\x9c\xf1\x3d\x4a\x8c\x80\xe4\xa9\x78\xe3\xe9\xd3\x9e\x37\x37\xcf\x5a\x6c\x4e\xe7\xa3\xcd\xcd\xe6\x50\x12\x4f\x10\xbf\xd7\x23\x7a\x39\x4c\x8f\x37\x33\xdf\x0b\x92\x00\x37\x51\x7c\xf1\x87\xbb\x08\xb2\xdf\xb1\xeb\xde\x93\x57\xbb\xe6\xf9\x4d\xb8\xc7\x0b\xbf\xe5\xc5\xf5\x70\x4f\x96\x85\xb3\x9f\xef\x49\x24\x4d\xb4\x60\x40\x66\x0e\xd0\x3d\xbd\x46\x95\x34\x31\xdb\x16\xb8\xf1\x43\xf7\x0f\xf9\x64\x56\x58\x75\xf8\xf2\x3d\x8b\xec\xec\xd1\x7b\x56\x58\x75\xee\xde\x7b\x16\xd9\x71\xa0\xdc\x4e\xdc\x59\x69\x4f\xc8\x8b\xec\xd1\x7b\x51\x58\x7c\x14\x90\x7b\x99\xf5\x9c\x01\xfd\x14\x80\x5e\x1b\xef\x2b\x4c\x3e\xb2\xc0\xfd\x53\x08\x56\x4c\x71\xf7\xa2\x10\xeb\x5c\xd5\xf7\x22\x87\x31\xe3\x59\xe4\x30\x6e\x7c\xaf\x30\xf2\x38\x44\xee\xc5\xa8\xc8\xcf\x00\x9d\xc8\xe0\xd3\x82\xb0\x27\xb9\x3b\x6f\x7b\x2c\x0a\xcf\xa2\x38\xc6\xca\x5b\xa9\x3e\xf1\x9d\xde\x8b\x5d\x67\xe9\xd1\x1e\x8e\xe8\x98\xf7\xaa\x30\xea\x78\x7c\xee\x55\x61\xd4\xac\xc8\xaa\x6d\x10\x48\xc4\xbd\x7a\x06\x78\xdf\x2e\xf0\xec\x0a\x63\x69\x1a\xdf\x0b\x4b\x53\xf8\x5f\xf4\x30\x7e\x63\x65\xe2\xbd\xb8\x8d\x95\x61\x86\xe5\x9d\x00\x9a\x7a\xcb\x3d\x01\x76\xf5\xde\xb4\x42\x6c\xd3\x4d\xe3\x8b\xdd\xe2\xde\xe4\xd2\x67\xc7\x6c\x1a\x5f\x6e\xb9\x5b\xd1\xc0\xcb\xe7\xd9\xe3\x0b\x7d\x9b\xe7\x97\xef\x3d\x5e\xfe\x57\xed\x26\x02\x09\xef\xe2\x48\x7e\x56\xac\x78\xc4\xbc\xa0\x3d\x16\x95\xf0\x2e\x9a\xe1\x58\x0e\x6f\xc5\x07\x63\xfe\xbd\x8b\x28\x88\xdd\xe9\x2e\xde\x63\x99\x81\xf2\xba\x83\x69\x40\x4b\xf2\x19\xc0\x70\x4e\x13\x5e\x50\xa8\x7e\x94\xaa\xbb\xf8\x54\x31\x42\x9d\xaa\xca\xfb\xf2\xcf\x17\x46\xec\x3d\xc6\xb3\xf6\x18\x6b\x5e\xb5\x66\xac\x41\xf5\x1e\xcb\x1e\xaa\x9a\x01\xfa\xab\x5e\xc3\xcc\xb1\xca\x5f\xd5\xc6\xff\x9a\x81\xc6\xf7\x4a\x64\x10\xa5\xf4\xae\x4a\x4e\xc1\x21\xaa\x3e\x65\x7f\xba\x69\xee\x2a\x96\x13\x3b\xd0\x5d\xb5\x01\x3e\xcf\x5a\x70\x88\x57\xb6\x7d\x42\x87\xef\x66\xe2\x32\xdb\x42\xed\x2c\x9f\x67\x1f\xa0\x0c\xb6\x59\x8e\xe3\xff\x6a\x7d\x87\x17\xcc\x33\x78\x41\xd4\xc4\xb2\x7b\x2b\xbb\x7e\x8d\x9d\xf2\x6e\xaf\xbe\x99\x1f\x8c\xa2\x41\x92\xbb\xbb\x5a\x80\xeb\x75\x73\x59\x9e\x0f\xbb\xcc\x42\x93\x22\x77\xd1\x71\x6f\x45\xee\xa2\xd4\xdd\x5d\xe1\xd0\x11\x0d\xef\x61\x80\x46\x86\xac\x82\x55\x68\x18\xb7\x93\xd7\x43\x92\x82\x6f\xd1\x60\x6f\x27\xaf\xe7\x08\x28\xf6\x16\x25\xf3\x1e\x2e\xb2\x18\x43\xd0\x6d\x60\xcd\xe0\x03\xd5\x2f\xe3\x8c\x0c\xf9\xfb\x59\x44\x05\xe3\xe2\x17\xbe\x87\x09\xc8\xb3\x62\x71\x49\x36\x76\x2b\x16\x17\x15\xf9\xde\x05\xc5\x62\xc6\x76\x05\x47\x47\x96\xbd\x15\x8a\x8b\x8e\x7a\xef\x8a\xe6\x86\xcb\xaa\xec\x2d\x2a\xd8\xbd\x0b\xb1\xd7\x79\x56\xc8\x3e\x3b\x7a\x57\xbc\x3a\x6b\xbe\x6b\xfc\x2b\xe3\x33\x42\x26\xfd\x29\x94\x96\x1c\xc6\xb7\x42\x69\x01\x46\xdd\x87\x16\x84\xdb\x5e\x91\xb4\xa8\x7c\xf7\xa1\xe8\xe9\x4e\x7b\x2f\x64\x32\x03\x3c\xb4\x82\x1c\xd1\x43\x2b\x18\x79\xec\x7e\xdd\x17\x50\xa4\xd8\x5a\xa0\x5a\xf7\x21\x0a\xb9\x09\x0f\x63\xe0\xb9\x3a\x05\x0a\xfa\x1c\x72\x05\xdb\x82\xa2\xbf\x15\x6c\x8b\x1a\x7f\x2b\xd8\x16\xad\xf4\x3e\x95\x48\x22\x12\xd8\x7d\x7a\x0a\x78\xf6\x12\xf2\xac\x29\x98\x79\xf6\x14\x84\xa2\xd3\x4b\x98\x29\x55\xec\x2d\xa0\xa6\xfb\xd4\x12\xc2\xf4\x4e\x81\x2e\xa3\x05\xdf\x8a\xcd\x05\xaa\x70\x2b\x36\x17\xad\xfd\x76\x86\xa2\x40\x52\x6e\xc5\xe6\xce\x1f\x7a\x44\xff\xcc\xff\x86\xac\xf0\x2c\xfa\x23\x31\xde\x97\xb6\x40\x24\xdc\xfb\xa7\x9e\xac\x1f\x26\x7a\x69\x0b\x20\xae\xbd\xa0\x23\x9e\x4d\x7f\xe8\xfd\xa9\x27\x5b\xf9\xbc\x2f\xd0\x29\x3c\xe2\xa7\x8e\x0c\x94\xf4\x5b\x60\xf6\x4a\x79\x87\xdb\xc9\x4b\x27\xae\xde\xcb\x2e\x1e\x8e\xfd\x75\x8a\x04\xbe\x10\x72\xa1\xd1\xa6\xf3\x93\x4e\xc8\x5f\xb7\x00\x8a\x31\x4f\xde\xb7\x27\x2d\xbb\xec\x96\xab\x1e\x3e\x70\x6b\xd2\xd8\xd7\x3f\x31\x7f\x23\xda\xe9\x7e\x04\x73\xe6\x1c\xfd\xc4\xfa\x8d\x48\xbc\xfb\x27\xc6\x6f\x40\x48\xef\x47\x11\xe6\xf0\x81\x47\xf8\x97\xf1\xa7\x38\x9c\xfb\x27\xe3\x7f\xe2\xf9\xef\xa7\xab\x31\x9e\x15\xfa\xcc\x11\x32\x8a\x09\xdc\xed\xfd\x18\x9e\x19\xea\x1c\xa8\x8b\xcb\xe1\x7e\x8c\x54\x60\xf8\xb7\x86\x9f\x35\x7d\x4c\xfe\xbf\xe7\xe7\x45\x39\x65\x13\x3c\x0a\xd3\x25\x8a\xed\x51\x98\x2e\x15\x1f\x9e\x49\x11\xf8\x9f\xf7\x37\xdf\x3d\xb4\xa8\x09\x1a\x34\x50\xd5\xc0\x96\x67\xe5\x20\x18\xbc\xdf\x4d\x02\x1f\x68\x12\x1a\x2f\x08\xab\x9c\x63\xf9\xb8\x5c\x00\x6a\xf9\xf3\x46\xe1\xce\xbc\x71\xb9\xc9\x35\x3f\x68\x13\x0c\x9e\x35\x0b\xb9\x0c\x9e\x59\x51\xf8\x8d\xe7\x55\xff\xe7\xfd\xd9\x9b\x20\x1d\xfc\xd4\x98\x8d\x40\xbe\x67\x76\x52\x9d\x2c\xc3\x23\xb7\x46\x67\x1b\x3d\xb3\x56\x3a\xec\xfc\x99\x95\x58\x60\xd0\xc2\xed\x21\x87\x28\xe1\xa0\x26\xec\xe8\xcf\x4f\x71\xd9\x40\x86\x3d\x8b\x71\x25\x39\x9e\xcf\xe2\x95\xca\x20\x15\x5f\x4b\x84\xe8\xe3\xe2\x5d\x53\xe1\x05\x6f\x65\x5a\x34\xb0\x74\xa3\x4b\x2d\x55\xa3\x87\xa1\x21\x64\xa5\x7e\xaa\xca\x46\x20\xe6\xf3\xd3\x54\x36\x82\xfc\x9e\x45\x67\x73\x62\x04\x3e\x9b\xb4\xa7\x65\x69\x0c\x48\xcb\x92\x4b\xff\x59\x95\x1e\x22\xce\xa3\x67\xd5\xde\x0c\xc3\x7b\x56\x53\x1c\x02\x56\x2f\x5b\xfa\x5f\x5f\x8a\x43\x90\x0b\x19\x0c\x5e\x30\x78\x8d\xff\x45\x70\xa4\x98\x47\x71\xbc\x44\x02\x3f\xca\x85\x84\x77\xe9\x11\x12\x6b\xc2\x5d\xf5\xac\x3e\x9f\xbc\xa0\x65\xee\x34\xf8\x66\xce\xa3\x45\x9f\x4f\x9e\x15\x45\xcd\x07\x9b\xa7\x20\x24\x6e\x06\x21\x46\x3b\x7b\x14\x29\x80\xfb\xe4\x71\x31\x04\xf2\x27\x3e\x9b\x27\x39\x8b\xb4\x19\xe8\xc8\x36\x28\x2f\x0b\xe0\x07\x05\x6a\x73\x42\x8b\x71\x8e\x34\x59\x8c\x59\xe6\x88\x16\x61\x96\x19\x84\x11\x5a\x64\x77\x7f\x8a\x3d\xe5\x85\x37\x1c\xca\x5d\x69\xa2\xeb\xb2\xc9\xda\x0a\xa3\x35\x91\xb1\xfe\x29\x2a\x0d\x14\x89\xf3\x79\x9d\x2c\x9f\x61\x3b\x42\xbd\xd2\x84\xc3\x6b\x3f\x7d\x3c\xea\x23\x93\xfb\xd3\x52\x36\x92\x18\x3c\x86\x6a\x81\x56\x7c\xaa\x29\x8f\x2e\xfa\xd4\x97\x72\xde\xd8\xd4\x44\x46\xf9\x53\x4c\x36\xca\x11\x3d\xd5\x74\x36\x5a\x70\x06\x82\x48\xba\x4f\x35\xa1\x30\x9f\xea\x58\xfc\xca\xb0\x9c\x8d\x21\x1a\xe9\x53\x95\x8d\x61\xf0\xac\x68\x8c\x31\xfe\x72\x07\x3d\xd5\x93\x10\x0a\x9a\x27\x21\x93\xd4\x5e\x9a\x33\x1e\x17\xf6\x8d\x64\xfa\xb4\x77\x87\xf1\x83\xf9\x46\x6e\xa9\xa7\xbd\x44\x87\x82\xa6\xe4\x1a\x9c\x1b\x21\xbc\x0a\xd2\xfb\xd3\x76\x0d\x22\x6b\xe9\x4a\xbf\x40\x2d\x9e\x9f\x8a\xb3\x51\xb4\xe9\x69\xef\x62\x33\x4a\x67\xa4\xd8\x18\x95\xf7\x79\xc4\xc9\x47\xc1\xbf\x9f\xc3\xfc\x7a\x61\x18\x76\x7f\x29\xcf\xd4\x74\x6f\xeb\x8c\xaa\xbf\xdb\x3a\x73\xd5\xbd\xda\xb4\x60\xc2\xa3\x67\x3d\x5d\x0c\x64\xe1\x03\xaf\x7e\x14\xdf\xc7\xb1\xc0\xa4\x2b\x7d\xba\x29\xe7\xbc\x76\xaf\xfe\xc6\x1b\x26\x7d\x63\x98\xb7\x26\x2f\x73\x33\x7c\xa0\xe1\xab\xe3\x05\x2a\x87\xf4\xe1\x6d\x1c\x29\xe6\x19\xce\x3a\xc1\x9a\x0e\x93\x0a\xef\x1f\xef\x22\xf3\x49\x53\xaf\x3c\x5f\x96\x55\x68\xe2\x3d\x7e\x99\x9d\x61\x43\x09\xb2\xc3\x4f\xe7\xda\xa8\x32\xf2\xa8\x88\x70\x5f\x79\x76\x26\x06\x4e\xdb\xfe\x02\xac\xf9\x41\x19\x0b\x62\xf1\x7f\x1c\x9b\x3b\xb3\x2d\x94\x01\x89\xba\x25\xcf\xae\xf8\x98\x95\x06\x1c\x09\xc0\x91\xdf\x5f\xc0\x35\x5f\x38\xb6\x9d\x05\xd9\x1d\xd7\xcf\x81\xdd\x9d\xac\x01\x76\xe8\xf8\x8b\x99\x9d\xb5\x7b\x2a\xe0\x02\xbb\xc3\xdf\x11\x6a\x0e\x47\xfa\x73\xca\x0e\xcf\x45\xda\x3c\x3c\x17\xdc\x55\x3f\x05\x6e\xa3\x84\xf2\xa3\x54\x48\x54\xfc\x79\x0e\x27\xda\x41\x1e\x38\x3c\x15\x3c\x9b\x74\x96\xd8\x45\xca\x62\x0a\x7d\xde\x22\x65\xec\xa3\xe3\xb5\x12\xf0\x83\x29\x87\x57\xbc\x55\xcb\xd8\x58\x8a\x07\xee\xd4\x9a\x7a\x0e\x53\xce\xb1\x3c\xb5\x09\x62\xec\x7a\x4e\x13\x9e\x0f\x4e\xa5\x38\x88\xca\xf0\x9c\xa6\x3b\x3d\x9c\xc6\xd8\xb3\x75\xcf\x57\x8c\xa1\x87\x37\x36\x24\x53\xf5\x86\x7f\x70\x75\x9c\x4e\x68\x00\xc3\x3a\x4d\x3a\x5b\xf5\xf4\xa2\x43\x87\x4b\xa1\xd5\x4f\x1b\x26\x1d\x96\x75\xbe\xfb\x9f\x1f\x5e\xd2\x33\x74\xe1\xcd\x2a\xf2\xff\x73\x39\xd6\x9c\xe9\xfb\xa9\x60\xe5\x23\x51\x5d\x0e\x0f\xe0\x83\xe1\x32\x2f\x19\x96\x54\xae\x42\xa6\x9e\x47\x01\xc4\x1f\x81\xff\x7a\xc7\xcd\x17\x0e\x16\x62\xf7\x5e\x8e\xa9\x67\xb3\xde\xb3\x9a\x48\xa7\xb7\x93\x05\x70\x22\x6e\x27\x0b\xe0\xa4\xdf\x9b\xbe\xe0\x05\x47\xc8\xd7\xbf\xdd\x50\xb7\x33\x28\x30\x2d\xb7\xc3\xe7\x99\x38\x55\x5c\xfb\xc8\xdf\xb7\x89\xe4\x7f\xc5\xfd\x21\x18\xde\xa6\x91\x53\x7e\x2b\x20\x0a\x49\xf3\xa7\x15\x96\x8f\x64\xf9\xe8\xae\x80\x6f\x3f\x9a\x02\x24\x87\xe7\x9d\x82\x34\xf0\xbc\x2b\x17\x92\x15\xac\xfc\xbd\xd2\x94\xa8\x69\xf9\x68\x52\x8a\x5e\xfe\xd4\x92\x78\x14\xac\xbc\xc2\x35\x94\x96\x69\xf9\x88\xfc\x8f\xeb\x3e\x7d\x86\x71\xeb\x0b\x3a\x75\xa1\xa7\x7f\x52\x54\x9b\xa4\xde\x2d\x91\x2f\xdb\x34\xbd\x55\xa4\xe7\xfc\xa0\x80\xbc\xc0\xf7\xdb\xf4\xc6\xac\xfc\x9b\xfd\x36\x09\x94\xb6\x44\x87\x6c\xd3\xa4\xc2\x64\xff\x6e\x82\x36\x4d\x6f\x80\x3e\x5f\x0c\xbd\x40\x1f\xbb\x49\xe7\x07\xa5\x11\x28\xb4\xe8\x82\x55\x13\x4d\x3a\x40\xad\xfd\x7b\x9e\x67\x3d\x67\x90\xb3\x2b\xe4\xfd\x93\xbb\xda\x34\x3b\x64\x7d\xe4\xd9\x88\xe5\x9a\x2e\x67\xc7\xb0\x57\x9a\xfc\x1d\xa5\xa4\xb8\x6a\xd3\xec\x50\xfc\x12\x2a\x66\x87\xe2\xf3\xc1\xa1\xe7\x8c\x71\x76\xe0\x4d\xa5\x4f\x87\xe2\xd3\xc0\xed\xb3\xc8\x0f\x8f\x5e\xc8\xea\x2c\x0e\xbb\xab\x19\xc3\x62\xe8\x3c\x73\xbf\xb8\x52\xd8\xc4\x0f\x26\xa3\xa4\xd3\x45\x64\xcc\x99\x99\xc5\x64\x54\x7e\x70\x68\x7e\xcf\x54\x2d\x0e\xcd\xaf\x99\x7d\xa5\x44\xea\xd3\xe7\x07\xd7\x49\x6f\x21\xf5\xa7\x88\x95\xca\x64\xae\x8e\xd5\x6f\x99\x9b\x9f\x26\x56\x2a\x2d\xac\x8e\xdd\xef\x19\x85\x54\x31\xb2\x94\xb7\x49\x30\x32\xd2\x8e\xb7\x49\x61\x30\x14\x06\x68\xd3\xea\x24\x03\x2d\xa4\xae\x8e\xee\xef\xf4\xf2\x92\xc6\xb8\x0e\xff\x40\x1b\xa7\xdb\xe0\x93\x5b\x03\xcd\x8c\xaf\x26\xb5\xe7\x87\xcd\x79\x09\x7a\x68\xdf\x4c\x6b\x0f\xad\x8e\x87\x69\x2c\xab\xca\x42\xac\x13\x0b\xef\x9a\xcb\xe3\xd3\xe8\xa9\x70\x4a\xda\xbc\x5c\x88\x29\x6d\x4a\x07\xeb\x53\xcd\x1b\xc5\x71\xc7\x19\xb7\x74\x30\xca\xc7\xb6\xa9\x58\xb7\xad\x21\xf5\xa7\x40\x95\x08\x4f\x6d\x2a\x6f\x04\x23\x7d\xbc\x65\x29\x69\x42\xb1\x58\x1b\xe3\x96\x06\xb5\x26\xc3\x45\x9b\x7e\x1a\x54\x09\x76\xaf\x4d\x2a\x24\xb7\x06\x79\xd5\x26\xc5\x4b\xaf\x1b\x47\x5d\x2a\xd4\x1a\xa4\x4f\x9b\xa4\x42\xad\x9f\x73\xf6\x53\xa1\xca\xe0\x28\xff\x34\xa8\x12\x93\x56\x9b\x14\x34\xbd\x16\x28\x55\x82\xa2\xb5\xb0\x1b\xdf\x5c\xb0\x70\x39\x85\xc8\xac\x01\xfb\xb7\x49\x35\x2c\xb6\x0c\x5b\x0a\x54\xab\x9f\x41\x19\x15\xca\x82\x54\xa7\xe6\xac\xf5\x0f\x17\x54\x9b\x14\x21\x13\xa4\x4f\x9b\x14\x21\xf3\x69\x4d\xa5\xe9\x52\x57\xa4\x4d\x8a\x80\xd9\x12\xf4\xdb\x26\x47\xc0\x7c\x3e\x68\xf6\xcd\x87\xe6\xe6\x00\x8b\xac\x9d\x43\x62\x12\x7b\xd8\x26\x15\xa8\x4b\xb2\x97\x36\x49\xfd\xa9\x83\xa3\xd0\x5e\x8a\xf2\x85\xd5\x9d\xcf\x99\x55\x68\x76\x65\x7f\xa8\xe4\xdc\x67\x92\x14\xe4\x12\x9f\x51\x9b\x54\x72\x2e\xc9\x79\xda\xa4\x92\x73\xf1\xa3\xb6\x49\xba\x0d\x59\x1a\xda\x64\xdd\x06\x1e\xdd\x8d\x93\x64\xd7\x2b\xab\x51\xfd\x7c\xe0\x31\x8f\x0c\x41\x45\xe4\x92\x84\xa8\x4d\xc3\x31\x17\x59\x58\xc7\xb1\xb0\xd0\x2e\x22\xc7\xc4\x4b\x8b\x09\xfc\xa0\x4d\xc3\x43\xce\x34\xab\x88\x5c\x65\x16\x15\xc7\x52\xb9\x86\x14\xc7\x52\xd9\xee\x43\xe8\x67\xae\x00\x15\x89\xeb\x0b\x03\xd8\x85\x00\xe7\x44\x49\x61\xd9\x1a\xf7\xaf\x60\x66\xc9\xd8\xda\x26\xa3\xcc\x0a\xb3\xa8\xe8\xee\x1e\x1b\x71\x9b\x76\x87\x07\xc2\xf5\x54\x6f\x22\xa8\xab\x36\xed\x06\x0c\xf3\x81\x20\xdd\x2b\xff\xab\x86\x3b\x8c\x41\xca\xc8\x60\x33\x4a\x17\x19\xb0\x9a\xc3\x90\xee\xac\xd2\x61\x9a\x32\x64\xc5\xb9\x04\xdc\xda\xa6\x43\x80\xdf\x39\xed\x4b\xaf\x48\xca\xd2\x36\x39\x8e\xa5\x31\x60\xe9\x15\xc1\xea\xb5\xc9\x8e\xa0\x0f\xdb\x91\x5a\xd1\x12\x7e\xde\xa6\xb7\xe0\x04\xd7\xe0\x4f\xad\x68\x13\x37\xe9\xe9\x85\x58\x32\x68\x07\xab\x2c\x30\x8d\x53\x10\x48\x0e\xd0\x29\xc8\x23\xb3\xa2\xf8\xee\x8d\x23\x79\xda\xbc\xc4\x3d\x70\x0a\xf3\xc8\x15\x77\x0a\xf4\xc9\xf9\xfa\x49\xf7\x4b\x62\xb2\xda\x74\xb9\x48\x16\xbb\xfb\x12\xe6\x11\xa1\xe7\x12\xe6\x11\x79\xe3\x12\xe8\x13\x56\xaa\x18\xf0\x8f\x04\x73\x09\xd2\x08\x4f\xb8\x4c\x51\x06\x28\x34\xd8\xca\xd6\xba\x84\x6a\x45\x10\xb8\x84\x62\x65\x96\x2f\x11\xc4\x24\x5f\x22\x08\xc9\xe2\xb2\xba\xce\x71\xbd\x05\xe2\xe4\xee\xbc\x45\x10\xc2\x8a\x83\xc2\x61\x62\xb7\x41\x9b\x59\xa4\xdb\xf0\xc0\xbc\x6f\x84\x15\x03\x72\xbc\xc6\xc4\x71\x53\x09\x87\x89\x19\x33\xa4\xea\xf3\xbf\xd0\x44\x0b\xb7\xbb\x31\x55\x8c\xf0\x31\x80\x2e\x23\x52\x0d\x87\x09\x12\x8d\xb1\x62\x0a\x1f\x01\x06\x61\x79\x8f\x90\x00\x83\xf6\x04\xf1\x64\x93\x3c\x97\xbe\xcf\x0c\x09\x63\x55\x2a\x67\xe3\x11\xc2\xee\x9f\x48\xdf\x66\x63\xae\xb2\xe6\xf3\x24\x10\x59\xfd\x0b\xf0\xba\xcd\xaa\xee\x10\xfb\x7d\x9b\xdf\x68\x91\x48\x76\xb3\xca\x3b\x44\xd7\x6e\xb3\x0a\x30\x24\xce\xb7\xcd\x2a\xc0\x30\x85\xc3\xcf\x93\xf1\x8e\x8c\x4e\x78\xce\x9a\xf6\x66\x8f\x96\x67\xaf\x47\xcb\xb3\xa7\x97\xe7\x5f\x7f\x2d\xec\x76\x9e\x85\x54\x8a\x00\x37\x2b\x07\x51\xa9\x9d\x0f\x04\x23\xe9\x99\x0e\x83\xb5\x46\xfe\x5f\x04\x23\xe1\x7d\x83\xb5\x22\x44\xce\x06\x6b\xe5\xde\x9f\x17\x21\x2d\x46\x06\xec\xea\x0b\xff\xcc\x8c\x6d\x36\x38\xab\xf1\x2c\x58\x44\x14\x97\x79\xb1\x5d\xb2\xd1\x80\x25\xb9\x4f\x8b\x4e\x1f\x9a\x2b\x68\x36\xda\x6a\x64\x8e\x17\x91\xd0\x43\xb3\xea\x37\xa4\x56\x40\x9b\x8d\xb6\x1a\xf9\x7e\x35\x09\x21\x69\x7d\x83\x92\x32\x89\x92\x9c\x4b\x12\x82\xb4\x59\x92\xf3\x36\x7f\xba\x30\x55\x99\xa5\x55\xe0\x9e\xc1\xff\x76\x98\xb1\xce\x4a\x1e\x8a\x93\xb3\xcd\x9b\xcb\x06\xe6\xe2\x9b\x95\x9f\x08\x09\x66\x56\x7e\x22\x44\xc7\x59\x5e\x87\xe4\xcd\x69\xb3\x4a\x30\xa0\x12\xce\xce\x1c\x3a\x98\xf9\x4d\xe8\x01\x66\x7a\x33\xfe\x83\xff\x95\xbc\x3e\x27\x6d\xde\xec\xf9\x64\x5e\x94\xa1\x68\x65\xef\x6e\x02\x0b\xb0\xf4\xca\x50\xb4\x72\xd2\x84\xd2\xaa\xcc\xda\x8b\xd2\x62\x56\x8a\xbc\xe5\x61\x2e\xb3\x52\x16\xf5\xe4\x59\x69\xb3\xaa\x38\xc0\x4f\xe7\x22\x9a\x39\x0d\x45\x34\x87\xbd\xcd\x42\x65\x7d\x16\xee\x45\x65\x6d\xfc\x20\x7f\x39\xc7\xa5\x88\x66\x76\x77\x11\x3e\x80\xe3\x5b\x4c\x22\x23\x14\x89\x9f\xf6\x44\x22\xa7\x45\x55\x1a\x50\xbb\xe7\x2a\x0a\xc3\x6f\xe7\xaa\x45\x65\x1b\x54\x2f\x2a\xef\x1b\xd2\x92\xf6\xaa\xf1\x00\x99\xb1\x2a\x3c\x04\x4b\x52\xbd\xa6\x59\x43\x81\xb0\x3e\x47\xc1\x25\x1a\x98\xf1\x6a\x7a\x19\x8f\xe8\xdd\xf8\xfe\x70\x09\x61\x06\xe0\x09\xc8\x8c\x1b\x88\x15\xc5\x6b\x6e\x5e\xc2\x4c\x88\x4b\x48\x07\xe0\xdd\xe6\x66\x0a\x33\x83\xaa\xc1\xd0\x93\x97\xa4\xcd\xf2\x65\x8c\xd8\xf9\xda\xfc\x56\x91\x66\x52\x25\xaa\xd7\x14\x5a\x6c\xb3\x64\xf5\xad\xc2\xd5\x9a\x97\x35\xa3\x54\xb4\x7a\x6f\x0b\x5f\x38\xbb\xc0\xcc\x0f\x52\xbc\x56\x66\xb6\x5d\xff\xfd\x6f\x4b\x8a\xdb\x36\x4b\x9a\xdf\x1a\xe7\xb1\x3b\x45\x42\x54\x8e\xb9\xdb\xfb\x1b\xa9\x6c\xb6\xf3\x22\xe0\xec\x36\xcb\x79\x31\xb3\x9d\xed\xbc\x08\x80\xba\xcd\x02\x89\x4d\x3f\x21\xea\x2f\x97\x4f\x7f\x93\x2c\x64\x62\xde\xb2\x75\x9d\x0e\x9d\x65\x61\x0a\x55\x5d\xee\xe1\x95\x17\x44\x76\x87\xed\x74\x5f\x97\x30\xc7\x6e\xa7\x77\x64\xc9\xd9\xae\x0c\x04\xbf\x79\xb8\x22\x2f\x0b\x36\xe4\x03\x86\x91\x0c\x91\x1d\xe1\x72\x7e\x23\x43\xd8\x95\xc3\x84\x44\xbe\x9d\x15\xcc\xde\x11\xb4\xe6\x21\x37\x77\x2e\xf1\x79\xd8\x43\x07\x2f\x19\xaf\x77\x8a\x61\xda\x47\x03\x37\x1a\xf6\xd1\xb0\xc2\xc3\xee\xa9\xcf\x30\xe4\x86\x63\x41\x77\x3b\x6d\x62\xba\x98\x77\x3b\x23\xd9\xfd\xf2\x86\x50\x12\xad\xcd\x52\x2e\xea\x14\xf1\x67\xde\xed\xc5\x81\x63\xbc\xb9\xa3\x60\xab\xbb\x1d\x54\x9c\x61\x55\x80\x28\x4c\xf8\x6e\x07\x15\x4c\x69\x37\xf1\x9c\xf2\x9f\x7a\xb1\x15\xb6\x91\xd4\x8b\x92\xdc\x40\x6d\xde\xed\x78\x63\x63\x1c\x2f\x69\x69\x42\xbe\x8d\xc2\x56\x3d\xec\x9f\x8a\xf2\x3a\x1f\xf6\x4f\x71\x0a\x0f\xfb\x1c\x21\xe4\x30\x65\x30\x93\xa3\xd9\xd1\x90\x19\x7f\xdd\x1b\x50\x62\xf7\x06\xec\x51\x6a\x08\xb1\xb4\x6d\x7e\xbd\x19\x5c\x52\xaf\x37\x83\xd9\xfa\xa9\x1d\x5b\x87\x83\xbe\xce\x0c\x76\xc6\xf9\x7a\x69\xf2\xc6\x69\x87\x14\xb4\x9f\xce\xf8\x03\x57\x7c\xbd\x13\x4c\xf0\xa9\x44\xd3\xdc\x74\xa7\xdd\x32\xf4\x61\xdf\x04\x1b\xe3\xf5\x4d\xb0\xb7\x4e\x0d\x93\xab\xed\x75\x3c\xb0\x3d\x2f\x3b\xde\x32\x35\xae\xe2\x30\x73\x15\x5c\x72\xba\x70\xbf\xdb\x31\x31\xb3\xb3\x84\x0d\xeb\xb0\xde\xcb\x64\xb1\x1e\x97\xa7\x9f\x25\xbc\x3c\xfd\x19\xf5\x4f\x1d\xd9\x3a\x22\x83\xfc\x10\xb5\xc0\xf3\x2e\xd9\xe4\x61\xa3\xb7\x6c\xf2\x30\xc9\xdb\x99\x7c\xe1\x1e\xaf\x5f\x82\x6d\x74\xdb\x28\x0f\xab\xbe\xed\x4e\xc9\x98\xee\xaa\xe7\x4c\xed\xad\x94\xc5\x4b\xc6\xf8\xcf\xf1\xc0\x07\x2e\x9b\xcf\xb9\xb6\xa7\x01\x76\x73\x5f\x7a\xce\x34\xbc\x8e\x86\x8c\x51\x69\x4f\xe7\xe0\x54\xdb\xfc\xbc\x54\x64\x0c\xff\x5c\x0b\x69\xe2\x91\x33\x05\x76\x64\xad\x67\x46\x89\x90\xab\x81\xec\x6c\x6d\x7e\x94\xf4\x0f\x86\xe6\xb4\xa8\x33\x17\xd0\x73\xf9\x07\xbe\x90\x23\xa1\xd2\x87\x1d\x09\xe1\x0b\xcb\xe4\xda\xf5\xf9\x62\x79\x1d\x09\x39\xc4\xcb\xe4\x1c\x23\x8d\x4f\x56\xbf\x51\xf2\x43\xf1\x1b\x5b\x7e\xa8\x32\xc1\xcf\x79\xb6\x71\xbb\xd1\xa6\x53\x60\x4c\x7f\xc1\x71\xb7\xc5\x6e\x86\xd4\xf0\x68\xcb\x9b\x1a\x2b\xb6\xc5\x65\x92\x85\x7e\xa1\xfd\xdb\x2c\x60\xe4\x07\x25\x1e\x89\x17\xb5\x2d\xb3\x2d\xdf\x21\x4a\x01\x2c\x04\xd8\xb7\x45\x8e\x86\x8d\x5d\xb8\xcc\x96\x0f\xb2\xf1\x17\x39\x16\xd6\x84\x61\xb5\xc5\xb9\x59\x03\xd7\x6f\xcb\xec\xac\xb4\xbc\x70\xf9\x85\xf4\xaa\xea\xd3\x2b\xf2\xf6\xb2\x38\x21\x6c\x8e\xf8\x22\xcf\xc1\xc7\x34\xb5\x28\x4e\xbd\x23\x40\x2f\x8b\xcd\xa8\xcc\xb6\x5c\x09\x6b\xfd\xfc\xf0\xdb\x36\xf0\xd8\x45\xda\x10\x65\xc4\xda\xb2\xc8\xa2\xc0\xa8\x0e\x99\x55\x0b\x1f\x78\x3a\x73\xb5\x2e\x3f\xe5\x67\x4e\xf1\x97\xb6\xac\x3a\x7f\x91\x08\x96\xd5\xd9\x00\xf2\xd8\x7d\xa1\xe5\xd9\x16\x8d\xac\x8e\x22\x49\xb0\xa8\x2c\xab\x6d\x36\x79\xb4\x36\xce\xeb\xc2\x56\xad\xfc\xaf\xb4\x57\x39\xab\x8b\xb5\x1e\xac\x75\xcb\x26\x4b\x17\xdb\x63\x93\x41\xa3\xf2\xc1\x66\xd1\x81\x0f\xc4\x3f\x22\x63\x2d\x9b\x4c\x34\x99\xf2\xcd\xf4\xf0\xba\xf5\xe3\x8c\x5f\x3a\x4c\x2a\x72\xb5\x65\xb3\x00\x1f\xfa\xe5\x15\x28\x28\xec\xcb\x4f\x25\x59\x5b\x94\xcf\xc5\x40\xac\x44\xf0\xb5\xa5\x78\x7b\xb2\xa6\x3f\xa5\x64\xc3\x69\xb5\x48\x29\xf9\xd2\x58\xec\x06\x0b\x09\x3f\xa5\xa4\x6d\x0c\x61\xd7\x90\x79\x5d\x53\x1e\x8a\x8a\x5d\x47\x11\x63\x16\x83\xb0\xe0\x0a\x3f\x1d\xa5\xce\x6c\x6d\x79\x10\x3e\xc7\xc7\x09\x57\xc3\x78\x16\xf9\x0f\x12\xdc\xd4\x96\xea\x4c\x4c\xe9\xb0\x2a\xd9\x14\x5b\xb2\x9a\xf7\x7d\x3e\x90\xb9\x94\x13\x2d\xbc\x55\x65\x80\x55\x26\x5d\xf6\x6c\x55\x7a\x05\x0e\x67\x95\x65\x71\xa1\x43\x5b\x47\xd3\x9e\xa2\xd7\xe1\xb5\x8b\xe0\x52\xa9\x20\xd5\x96\xa6\x14\x1f\xb9\x62\x16\x6b\x18\x51\xda\x16\xc7\xaa\xc3\xe2\x54\xfe\xfa\xc3\xb3\x54\xfe\xfa\xc3\xb2\x1c\xab\xfe\xf9\x5e\x9b\xfc\xf3\x6c\x9b\x4d\x16\xb8\xc9\xe2\x14\xb3\xe4\xd2\x65\x7f\x88\x30\xb6\xa8\xbc\x75\x67\x02\xa5\x37\x7c\x07\xdc\x15\x7c\xd4\x79\xa1\x68\x07\x84\xe0\x9f\xda\xd0\x5b\x9c\x2f\x4b\x77\x56\x5e\x66\xb4\x7b\x97\xd3\xa0\x30\xde\xac\x90\x43\x4b\x58\x52\x87\x96\x54\x46\xa8\x2c\xb8\x28\xda\x8b\xaa\xc4\x71\x9d\x2d\xaa\x12\xc7\x65\xb5\xbc\x2a\x40\x46\x68\x74\xd3\x67\x8f\x0f\x07\x2e\x16\x5a\xb0\x2e\xc4\x31\x19\x02\x29\xc3\xa8\x5e\x25\x61\x99\xfe\x74\xf1\x0c\xd7\xdb\x89\xe0\xb8\xbc\x1a\x43\x84\xbc\x45\xa5\xe2\xf0\xfc\x2e\x2e\x05\x97\x8c\x58\x6d\xd9\x9d\x4b\x3e\xa2\xca\xa2\xb2\x04\x85\x3b\x62\x77\x0a\xb2\x88\x05\xcb\xfe\xa6\x59\xcb\x98\x7f\xb2\x7d\x69\x31\x1f\x2c\xbb\xfd\xa7\xf0\x73\xc9\xf6\x2b\xa2\xe7\xb2\x3b\x49\x38\x13\xa5\xd2\xd4\xb0\x1b\x89\xf6\xad\x72\xcb\xec\xb7\x52\xff\x65\x65\x76\x55\x68\xcd\xa3\x52\x66\x7d\xf6\xe2\x5b\xbe\x8d\xc3\x77\xd8\x6b\x95\x21\x1f\xca\x4d\xc7\x8d\x72\x28\x8f\x59\xf4\xf5\xc5\xe5\xd3\xe0\x16\xa7\x52\xd1\xc1\x60\x25\x6e\x2f\x6c\x9d\xd3\xdc\x21\x03\x90\x17\x60\x61\xe7\x9c\xca\x6b\x06\xfb\x3a\x95\x7b\x8f\x1b\xe4\x54\xc6\x9f\xc2\xf7\xbb\x0e\x73\x26\xe4\x54\xc6\x22\xe6\x43\x59\x60\x2b\x5b\x5b\x18\xa0\xb6\x7e\x1a\x90\x87\x0b\x76\x78\x99\xa0\x74\xe8\x8c\x54\x6c\x65\x67\xa4\x62\x0d\x9d\x81\x8a\x1b\x41\x89\x60\x2b\x1b\x59\x19\xa7\x2a\xec\x5d\x89\x60\x2b\x2b\xe2\x90\x0c\xc4\xb8\xcb\xdc\x2f\x13\x70\x99\x00\xc6\x23\x07\x17\x17\xda\xed\xb4\xdd\x6c\x4b\x25\x7a\x9d\x38\x6b\x4a\xf4\x9a\x28\xe9\xb6\x28\xd1\xeb\xc4\x9d\xab\xc4\xae\x49\x31\xd0\x16\x95\x55\x1b\xb0\x9f\x5b\x33\xcc\x39\xf8\x09\xd8\x6d\x42\x42\x78\xe4\x14\x61\xd7\x3f\x72\x8a\x20\x6d\x3d\x66\xa7\x99\x20\x45\x51\x7f\x56\xf4\x91\x93\x84\x1d\xf1\x98\x9d\xd2\xbe\x44\x1a\x44\xd2\x47\xf7\x1b\xf4\x3e\xca\x7c\xc1\x78\x65\xf1\xff\xec\xd8\x47\x4e\x93\x48\xef\x8b\x0d\xfe\x19\xdf\x3a\xc9\x67\x12\xa1\x78\x55\x8a\xa8\x54\x3d\x6b\xeb\xe4\x09\x0e\x7f\x5e\x1d\x4f\x81\xd1\x7d\x55\x8d\xe6\xa9\xf1\x85\x7c\x18\x19\xf1\xaa\xaa\xcb\xd3\xa7\x07\xb3\xdf\x91\xe7\xf3\xf7\xbc\xf0\xbd\x47\xf8\x6f\xc4\xeb\x3c\x59\x9d\x48\x83\x4a\x08\x3b\xe5\x46\x5a\xe7\x45\x0d\xf6\x3c\xaf\xba\x41\x42\xe2\xac\xa8\xfe\x8d\xef\x35\xe0\x48\x4d\xeb\xec\x01\x87\xc2\x59\x4e\x97\x8d\x01\x28\x90\x3d\x53\xba\xce\x0a\xdc\xdf\x78\x5f\x5e\x8a\x4a\xff\xba\xf1\xb2\xe4\xab\x9c\x00\x2d\x4c\x62\x95\x13\xa0\x45\x48\x5b\x1d\xa1\x1d\x0d\x7c\x5d\x74\x81\xcd\x7c\xdf\xf4\xcc\xff\x5d\x37\xe2\xca\x0f\x0a\x96\x8c\x92\xbf\x2e\x2e\x73\xba\xd0\xc3\xe1\x3b\x34\x24\xbb\xaa\x73\x42\xad\xda\xba\x5c\xea\x83\x67\x4b\xca\x39\x27\xab\x82\xb2\xdb\xfc\xa7\xfb\x66\x95\x0f\xa1\x85\xab\xac\xab\x67\x80\xc6\x3c\x03\x99\x51\x47\x6c\x77\xfe\xd7\x95\x1e\xa9\x71\xb5\x03\xa1\xf3\x7e\x93\x98\xc9\xb3\x4d\x7d\x85\x06\x86\xf9\x5c\xe8\x59\x65\xca\xad\x3c\xcb\x5a\x5f\xf9\x40\x32\x40\xa5\xc5\x5b\x3d\xf0\xfe\xa3\xe7\xbc\xbf\xf9\xca\xcf\x1a\x09\x84\xd3\x67\x3a\xb4\x43\x22\x57\xcd\xba\xbd\x77\x7e\x7a\xd8\x6c\xfe\xcc\x1a\x6d\x45\x3d\xf0\x41\x37\x5a\x21\x93\xb8\x29\x5a\x8f\x6d\xbb\x99\x24\x1a\x70\xa8\xd5\xc2\x10\x1c\x65\xb4\xd0\xa4\x70\xd8\x2c\xb2\x5d\x0e\x0b\x47\x51\x55\x12\x52\x63\xac\xad\xae\x92\x80\xf0\xb9\x3a\xd2\x02\x44\xc4\x5a\x04\xb2\x66\xaf\x2a\xb5\xed\x04\xa2\x61\x75\x6a\xdb\xfa\xe9\x63\xf7\x0f\x19\xb7\x73\xdb\x56\xe6\xda\x22\x3a\xf0\x99\xd5\x61\x0f\xe8\x5d\xab\xc3\x1e\x10\x9a\x57\x61\x72\xe6\x85\x46\xab\x6c\x54\x85\x2f\x86\x5f\xc8\x5c\xb8\x22\xd8\xf2\x69\xe2\xf0\x1b\x19\xa8\x40\x39\xf3\x42\xaf\xcd\xf6\x9d\x34\xe1\xbc\x50\xa8\x47\xeb\x4f\xd4\xa6\x50\x5f\x5b\x9b\x61\xa7\xf0\x4e\x47\x26\x4c\x1c\xf5\x56\x64\xd6\xc8\xa6\x30\xee\x66\x66\x3e\x7f\xd2\x77\x41\xf6\x5c\x9b\xb5\x21\xba\x10\x06\x90\x35\x6f\x87\xcc\x01\x74\x60\x7c\xd9\xa0\x81\xcb\x3f\x64\x05\x65\xca\x5f\x3f\xdb\x46\xc0\x9c\x75\x61\x09\x15\x97\x80\x13\x7a\x95\x69\x7f\xc5\xad\xb1\xf6\x57\xfb\xcf\xd4\x29\x1d\xed\x8a\xa7\x67\xed\xaa\xfb\x4f\x0b\x45\x97\x68\xa8\xec\x4a\x0f\x06\xc7\x55\x7a\x28\xcc\x7f\x6b\x37\x87\xce\xea\xf6\xf1\x6b\x2e\x93\xa0\x6c\xb5\x20\xcd\x56\x65\x87\xfa\x0c\xef\xb4\x69\x88\xcf\xad\xf3\xf1\xfc\x18\x62\x9a\xf1\xff\x04\xf6\x8a\x80\xbf\x3a\xdd\xec\xe7\x7f\x2d\x13\xcb\x36\x94\x3e\x97\x1e\x25\x6f\x83\x7d\x6f\xab\xec\xef\x15\x41\x76\x75\x42\x59\x0e\xaf\xcc\xef\x5b\x85\xc5\x39\x16\x81\x31\xef\xca\x92\x07\x03\xdb\x2d\x98\xa5\xc1\x5d\x82\x19\x73\xb0\x4b\x30\x8b\x64\xb9\xca\xd2\x5e\xb9\x65\x77\x09\x6a\x6c\x14\xa3\x78\x00\xa8\xae\x92\xce\x2b\x3b\x71\xb7\xa4\xc6\x00\x6c\x9d\x66\x11\x05\xf3\xa9\x9f\x06\x24\xba\xc1\x22\x9d\xe0\x96\x49\x93\xf0\x3d\x58\x64\xc3\x76\x98\xc4\x43\x92\x1b\xd7\xf8\xa1\x4d\xb3\xfd\x25\xd9\x68\x5b\x0f\x89\x79\xdc\xd9\xb2\xbe\x0f\x64\x80\x43\x62\x5f\x04\xe5\xf5\x10\x66\x89\x3b\x5d\xb6\xf7\xde\x59\x20\x61\x80\x06\x5b\xf4\x90\x26\xc2\x95\x65\xc0\x0f\x5b\xe4\x90\xa0\x0a\x75\xd2\x14\x06\xff\x9f\xca\xe3\x08\xab\x3d\x25\xb7\x42\xfd\x69\xc7\x1f\xf7\xc5\x69\xf2\xb3\xa0\xa7\x28\xe4\x88\x9d\x42\x39\x45\x75\x58\x4f\x51\xb8\xd1\xa0\xae\xc4\xef\x0f\x42\x39\x31\xbf\x02\x18\x7d\xe4\xba\x53\x86\x07\xf6\xb0\x74\x87\xf1\xe9\x40\xaa\xc3\x67\x81\x65\xc5\xff\xc8\xde\xab\x94\x89\x8f\x39\x7b\x35\xa2\x28\x0a\xdf\x6a\x44\x51\x54\xf9\xd5\x88\x22\x98\x95\xf2\xd9\xd6\x94\x96\x6d\xeb\x25\x69\x1a\xfe\x79\xc9\x18\x04\x83\x35\xa4\x68\xf0\xbf\xa4\x65\x98\x9d\x21\x46\x9d\xf6\x04\x31\x8a\xa7\x62\x55\x02\x2a\x7c\xee\xeb\xad\x8c\xad\xac\xca\xed\x6b\xbe\xf2\x83\x72\x12\x61\x9e\x5a\x5d\x68\x22\x4e\x9d\xf5\xb6\xdd\x93\x83\x78\x2b\x37\x20\x07\x5d\xa1\x07\xa5\xb0\xb3\x5c\x7a\x02\x69\xce\xa5\x27\x06\x2d\x9a\xe6\xac\x83\xf2\x4c\x7d\x78\xad\x35\x94\x4f\x7b\xd6\x08\xf8\x5e\x34\xb2\x13\x95\xa5\xb6\x02\x8b\x5c\x9d\x76\x36\xf5\x7b\xdb\x6a\x58\x13\xcb\xf2\x28\x6d\x16\xcb\x66\x54\x53\x74\x92\xf5\xb1\x0d\x8f\x69\x33\xac\x89\x8b\x52\xf6\xfe\xf2\x61\xb0\xc6\x35\x31\x6b\x8f\x3d\xed\x2b\x5d\x0a\x19\x04\xd1\x4e\x1e\xc5\x46\x78\x94\x2c\x8b\x85\xb3\x9a\x93\x85\xde\x8c\x6b\xca\xa4\x6e\x93\x74\x88\xac\xc2\xe6\x4c\xb8\x3d\x7a\xd1\x36\x49\x89\x08\x09\x9b\xb1\x4d\xd9\x69\x9b\x53\x4b\xe5\x34\x6c\x93\x94\x8c\xac\xc2\x66\xad\xa8\xd3\x9e\xa6\x60\xd0\xa1\xf5\x3c\xbe\x57\x1a\xa9\x8d\x01\x0b\x1a\x35\x68\x4f\x13\x30\x18\x8f\xcc\x6c\x99\xc1\xed\xa7\x14\xcd\x0d\x20\xf9\x36\x6b\x67\x82\x60\xd9\x14\x92\x40\xe0\x52\xdb\x5e\x57\x01\x63\x9e\xa5\x78\x44\xb8\xd8\x66\xdf\x09\x91\xa2\x36\x79\x0a\x7a\x42\x99\xda\x36\xcb\xfa\xba\xd0\xa4\x32\x46\x0c\x9e\x5d\x4d\xe3\xd3\x82\xf4\x8c\xac\xeb\x26\x00\x55\x63\x90\x8b\x34\x87\x70\x8c\x6d\x51\xaa\x1a\xc8\xb6\xee\x94\xad\xb9\x2d\x9b\x9e\xf9\x5f\xba\x14\xd3\x66\x40\xd5\xa0\x3d\x25\x1e\x8a\x21\x6c\xfb\xa9\x4e\xbd\xc5\x9e\xb0\x2d\xca\xb5\xd4\xf9\x5f\xca\xea\x9f\x32\x5c\xb7\x6d\xb1\x26\x0b\x71\x22\x76\xa1\xb1\x5b\xcf\x0c\x4e\x79\x7a\xe2\xf5\xdc\xac\x63\x85\x97\x6c\x56\xa3\xa2\xb5\x6d\x56\xa3\x56\xde\x57\x52\x22\x36\xb9\xd5\xa8\x70\xbf\x6d\xb5\xe5\xb3\xd1\xa0\x52\xa0\xe0\x35\xdb\xac\x27\x01\x18\xdc\x9c\x0b\x2b\x07\x71\x5b\x5d\xfe\x38\xca\xf6\x66\x45\x88\x16\xac\x08\x45\x5b\xdf\x7e\x8a\xd0\x8a\xea\xb7\x59\x0f\xca\xd1\xdf\xa4\x07\x6d\x3d\xe6\x81\xcd\xc8\xac\xc6\x0b\x02\xb8\x24\xe5\x46\xdb\x54\x4a\x6e\x0d\xb7\xd9\x36\x73\x97\xca\x17\x2e\x5a\xb9\xf1\xc6\x7b\xd5\xf1\x83\x93\x48\xcf\x8c\x52\x26\x5e\x4e\xb3\x62\xd0\x93\x78\xb2\x6d\x45\x16\x5c\x06\x69\xa8\x15\x13\x59\x1c\x18\x97\xcb\x73\x33\xd6\x0a\x7e\x52\xac\xcd\xd1\xa0\x53\x28\x45\x5a\xda\x8a\xf0\x65\xf0\x1b\x61\xad\x50\xf2\xb7\x62\x57\x52\xf6\x4e\x31\xc2\x98\xc5\x15\xb8\x0a\xab\xc2\x56\xbc\x30\x99\x95\x6a\xe7\x51\xa4\xdc\xad\x3a\xef\xf0\xc2\x1b\x46\xe4\x70\xd8\xaa\xd2\x13\x30\x6d\x8a\x1d\x4f\x0d\xea\xb6\x49\xcb\xfa\x20\xec\x37\x07\x8f\x63\x0d\xdb\x14\xe8\x50\x3e\x7c\xf6\xa7\x77\x6d\x84\x1c\x6d\x55\x90\x9b\x8d\x0f\x0e\x73\xa9\xcc\x43\x7d\xcb\x9f\x87\x4e\xc5\x92\xa7\xea\x5e\xdb\xaa\x13\x51\x70\x64\xab\x55\xf3\x50\xa1\x78\xf1\x94\x00\x6f\x5b\x7b\x95\xd8\xac\x85\x03\xc8\xb1\xf9\x6d\xed\xd5\xcd\x33\xca\xf6\x5e\xda\x19\x55\xb3\x3d\x1e\x3e\x23\x45\xad\x11\x92\xb4\x35\xeb\xb9\xcc\xee\x5b\xfc\x19\xd6\x27\x55\x6c\x42\x40\xde\x1c\x22\x8e\x48\xbd\x35\xe9\xe7\xf0\x07\x97\x87\x5e\x58\xe3\xae\x50\x78\x18\x8c\x41\x56\x98\x6b\xb7\xd7\x59\x12\xb1\x75\xfb\x69\x62\x1b\xc1\x2d\x9b\x41\x56\x88\xf5\x9b\x41\x56\x58\x68\x37\xe3\xa8\xea\xa7\x53\xab\xf4\xac\x61\xb7\xaf\x20\x74\xbc\xb0\x29\x4e\xa8\x02\xc0\x3f\x16\xb0\x6d\xbc\xa0\x82\x34\xe1\x72\xce\x0b\x03\x97\x07\x64\x5e\x18\x86\xcb\x37\x2f\x4c\xce\x70\xd0\x25\x37\xea\x90\x8a\x0f\x1b\x50\x6c\x04\xb1\xd6\x6d\x1b\xaf\x8a\x9f\xe9\x12\x2c\x8a\x30\xcc\xb6\x0d\x43\x3c\x18\xd6\xe5\x23\x12\x4a\x86\x80\x2a\xac\xb2\x40\x51\x3d\xc2\xdc\x26\x50\xd4\xbc\xc0\x0e\x5d\xbd\x79\x61\x7e\x77\x45\x03\xc7\x02\xbf\xc9\x2b\x52\x93\xdd\xbb\x6d\x6f\xb5\xe6\xc1\x0f\xf6\xd9\x66\x50\xbb\x4d\x00\x19\xf4\xae\x10\xdb\xf5\x2f\xa1\xaa\x6d\xdb\x15\x88\xca\x9d\xef\x60\x71\x30\x93\x9b\x83\xc5\x01\x79\x6e\x6f\x6d\x3e\xae\x5c\x87\x82\x83\x72\xdc\x0e\xdb\x41\xf2\xc5\x61\x84\x08\x97\xee\xf1\xe2\x5c\xd2\xab\xd0\x51\x1f\xb3\xc5\x76\x38\x64\x93\x7d\x79\xd8\xf0\xc1\xdd\x77\x18\x6a\x01\x8b\x16\x5c\x6a\x99\xd9\x86\x0a\xdb\xe8\x04\x7f\x6d\x2e\x06\xdd\x3e\x03\x75\x7c\x6a\x0c\x60\xdb\x61\x78\x05\x23\x77\x58\xe7\xa7\x09\x85\x75\x72\xee\x4f\x87\xa7\xb2\xd7\x4f\xa3\x4a\xd8\x21\xf6\xf0\x00\xa0\xd9\x4e\xfb\xc1\xb8\x0a\x5c\x40\x1a\x2d\x67\x3b\x9d\x90\xfe\xf3\x89\x0d\xba\x9c\x97\xd3\x56\x9d\x90\xfa\x56\x87\xe6\x16\x3d\xdf\x6b\x99\x1f\x1e\xd9\x7d\xd2\xa4\x55\xaf\x64\x18\x6a\xdb\xe5\x30\x5a\xbe\xb8\x5c\x15\x38\x7d\x48\xd7\x5a\x97\xd8\x1b\xb7\x9f\xae\x55\x1a\xfc\x4b\xae\x9c\x15\x13\xda\x26\x04\xd5\xba\x44\x71\xd8\xe4\xcc\x59\x97\x4f\xa7\x2a\x2c\xcc\x3e\x50\x7a\xad\x95\x90\x8e\xed\xa7\x8f\x11\x55\xb6\xb9\x9e\x48\x4c\x9c\x9b\xd4\x2f\xec\x46\xdb\xad\x6b\xb9\xf3\x2c\x14\x18\xe2\xe8\xad\xfa\xd6\x70\x7a\x85\x79\x7f\x38\x82\x2a\x84\xac\xdb\xa7\xc1\x9f\xc4\x0b\x89\x0a\xec\xae\x1f\xb9\xe0\x96\xbb\x8a\x49\xbb\xe5\x1a\xc8\x9c\xdd\x52\x91\x3f\xcd\xc9\x08\x10\xc3\xd4\x26\x30\x55\xc5\x95\xbc\x3d\xaf\xc9\x30\x23\x7e\xec\x81\x44\x06\x77\xd0\xf5\x8a\x1c\xaf\x10\x8f\xc6\x09\x7e\x2c\xba\x64\xcc\xaa\x13\xb8\x32\xc7\x8f\x30\x1a\x61\x93\xc5\x09\xb4\xf0\x16\x94\xc9\xb7\x3a\x2f\x14\x0f\x61\xca\x0f\xbe\x01\x72\x2a\x8a\x33\x60\x01\xc4\x29\x93\x6d\xa5\x39\x8b\xe5\xc5\x29\x45\x80\x2a\xd3\xcb\x34\xfe\x0d\xb3\xcc\x06\x5b\x2d\xfc\xe0\x08\xe9\xe8\x0e\x65\xb6\x2d\x94\xe7\xb7\x46\x55\x06\xee\x1a\xd2\xd3\xa7\x89\x9f\x4e\x95\xc9\x2d\xd2\x4e\x5a\x4a\xe7\xb5\x22\x1c\x53\xe2\xd7\x5b\xb1\xe3\xa6\xf0\xbd\xa7\x92\x06\x4c\x45\x8e\x59\x51\xb8\x47\x78\x77\xf9\x29\x27\x2d\x99\x68\x5a\x59\x94\x4e\x9b\x01\x2c\xae\x23\xc7\xfb\x3a\xb6\x39\x94\x45\x5e\x97\x24\xb5\x6c\x65\xd1\x75\x53\x68\xcf\xdb\x27\x33\xa0\x50\x8d\xd4\xf4\x6c\x65\xb5\xf9\x78\xe2\x87\xe2\x38\xb4\xb4\xb8\xaa\xf6\x5a\x36\x60\x51\xed\x8a\xf5\xf3\xff\xe1\xa2\x52\xb4\x20\x50\x23\x2b\xbb\xaa\x84\x4d\x04\xdd\xa2\x58\xe2\x06\xe4\xa7\x6c\xd5\x56\xbe\x0c\x7a\xb3\x1d\xb0\xff\x25\xc1\x5c\x2b\x8a\x3c\x26\xb8\xb6\x58\x32\x67\x80\x9b\xc5\xdc\xce\x0b\x0a\x06\x84\x22\xf9\x2c\x92\xc4\xa5\x15\xb9\x28\x0a\xf2\x4b\xb1\x68\x8e\x4d\xbd\x14\x45\x79\x7d\xbe\x70\xde\xfc\x1c\xf2\xe2\xf2\x19\x90\xe8\xf2\x19\x8c\xb1\xd8\x9c\x4c\x03\x72\xb9\x32\xa4\x22\x03\x0b\x34\xa8\x78\x06\x38\xd1\x22\x49\xbc\xa0\xc7\x95\xaa\x7d\x13\x29\xa2\xa8\x48\xf3\xc4\xbe\xad\xb6\xb7\xd0\x80\x35\x1e\x36\xea\x4f\x8a\x5e\x57\x36\xe2\x4f\x8a\x5e\xd7\x89\x06\xa5\x88\xae\x74\x78\x99\xf9\x87\x84\xfa\xee\x74\xde\xf0\x56\x4b\x0f\x4d\x9c\x37\x82\x4f\x91\xcc\xdc\x93\x1a\xa4\x95\xa6\x60\x92\xc8\x39\xa5\x49\x9f\x89\xd4\x50\x5a\xd7\xff\x34\x28\xef\x15\x1d\x36\x17\x5b\x62\x2f\x5b\x1a\xc6\x9e\x5c\x9c\x30\x29\xd5\xaf\x5a\x69\x42\xa4\xf3\xdc\x5f\xe1\x2b\x6d\xca\xed\x50\xb8\x47\x4b\x37\xbe\x36\xea\x7e\xe9\x02\x74\x46\xf2\x2f\x3f\x61\xb7\x94\x88\xf5\xa5\xbb\x12\x7e\x96\x5e\x50\x21\x58\x52\x97\x49\x9b\x49\xe8\xef\xbc\x66\xe5\xba\xe7\x75\x30\x46\x85\x14\xb2\x19\xdf\x78\x01\x26\x7a\x28\x65\x5c\xac\x75\x65\x08\x56\xc3\xdf\xbe\x80\xd2\x81\x93\x18\xc1\x9a\xc7\xdb\x61\x5e\xd8\x65\x06\x86\x07\xed\xc2\x2f\x44\x4a\x2e\x0e\xc6\x65\xb3\x2b\x98\x36\x69\xcd\x5a\x91\x30\x57\x31\xbb\x97\xc3\xba\x50\x6c\x3a\xc5\x55\x1d\x98\x14\x99\xda\xc1\xdb\x17\x55\x75\xc0\x35\x5a\x0e\x1d\x2f\xb8\xe0\x4f\x4c\x6b\x80\xeb\xcb\xe1\xe3\xc5\xfb\x3a\x5e\x70\xc9\x43\xc7\x8b\x29\x3c\x6c\xa3\xcd\x14\xc9\xd2\x4e\xa0\x42\x39\x4d\x51\x66\xe0\x34\xd7\xce\x78\x7f\x12\xdb\xf2\xb9\x67\x24\xb0\x55\x22\xe0\xca\xb9\xe9\x83\x74\xa0\xaa\x0f\xe0\xc3\x8a\xaa\x3c\x00\xef\x2a\xa7\xbd\xcf\x6c\x3b\x85\xee\x7e\x98\xec\x29\x5b\x5d\xa5\x41\x01\x04\x98\x51\x97\x71\x60\x97\xaa\x8c\x03\xf9\x4c\xca\x35\xeb\x39\x33\x7c\x29\x28\x93\xbb\x55\x65\x18\xc0\x44\x96\x9f\x60\xb6\xae\xcc\xe8\x4f\x2e\x5b\x71\xf6\x97\x4b\x56\xbb\x8d\xf6\xcc\x3e\x32\xe3\x4a\xc1\xd3\x3e\x53\x7c\xc9\x90\xb5\xf1\xc2\xad\x0f\xf8\x5f\xdc\x83\x3d\xf3\x93\xdb\xd6\x95\x25\xb8\x65\xc8\x8a\xd6\x5f\x7e\x72\xdb\xba\xc2\x51\x7f\x72\xdb\xba\xb2\x09\x6f\x59\xf5\x38\x14\x12\xd3\x00\xf6\x96\xdb\x04\xff\x09\x8c\x50\x94\x70\x75\xfb\x74\x26\x01\x89\x0b\xec\x27\xa4\xad\xe0\x4f\xca\x23\x0b\x16\x6c\xe6\x11\xa6\x95\x23\xf7\xac\x7a\xce\xec\x3e\x9b\x9e\x33\x58\x25\x60\xdd\x98\x4d\x25\x60\xc5\x8f\x5f\x1e\x73\xca\x10\xab\x1c\xab\x6b\x7c\x1c\x45\x39\x56\x57\x76\xc3\x23\x4b\xd0\x42\x7b\x87\xda\xcb\xea\x3d\x82\x2e\xb0\x1b\x1e\xd3\x4b\xfb\x12\x10\xd9\x6d\x8f\xec\x25\xd1\x3e\xea\x24\xfa\xc3\x45\xeb\x64\xfa\xe7\x3c\xdb\xa6\x90\x0e\xaa\x32\xac\xae\xb9\x9e\xaa\xe4\xc5\x9a\xe4\xea\xad\xbe\x19\x53\x63\x38\xaa\x93\x02\x96\x0a\xcf\x4e\x4b\xb9\xd1\x84\x12\x73\x6e\x8c\xc1\x58\x86\x8d\x26\x6d\x05\xea\x79\xf6\x22\xfe\x5b\xa4\x3a\x4f\x22\x3a\x3d\xcc\x36\xfa\x6c\xbc\x20\xdb\x56\x64\xc1\x3a\x1b\x2a\x9d\x3d\x5b\x67\x9b\x78\xb2\x49\xeb\xec\xf0\xb3\xdc\xa2\x75\x7e\x4d\x3c\x35\x3f\x18\xca\xb0\xd2\xab\xa1\x0c\x2b\x6d\xd8\xe6\x13\x4d\xae\xce\xb6\xf9\x64\xf7\xd4\xf9\xbd\xe5\x18\x87\x6f\xb9\x74\xb2\xd8\xe6\x93\xa9\x12\xb2\x7e\x4a\x35\xaa\x56\x17\x65\x78\xa4\xc5\xc5\x26\x9e\xcf\x17\x82\x58\x33\x86\x45\x49\x7e\x37\x3e\xb0\x78\x9f\x5b\xb1\x2a\x8d\x2a\xda\x7a\x7d\x63\x8a\x07\x2d\xc8\x46\xb0\xb0\x47\x16\x5b\xaa\x72\x88\xea\xea\xbb\x99\x4e\x57\x1b\x46\x72\x8c\xea\x6a\x13\x10\xe3\x56\x60\xf1\xbc\x30\xee\x55\x09\xe3\xc2\xa8\xeb\x6a\x93\x10\x53\xb3\xda\x02\x44\x0b\xbb\x9e\xe9\xd3\xe5\x2b\x3b\x2d\x1a\xd2\x01\x65\xeb\x4b\x48\xb6\xc9\x66\xfc\x63\x4e\x6b\xdd\x84\xe9\x60\x23\x6e\xc6\x74\xe4\xb8\x56\x43\xec\xd9\xeb\x32\x4f\xcf\xed\xd3\x82\x22\x70\xd8\x57\xdb\x2b\x34\x64\x98\x12\x71\x4b\xd2\xce\xb6\x2a\x19\xb7\xcd\xec\xe6\x62\x33\x04\x2b\x24\xa9\xb7\x91\x88\xa4\x96\x45\xca\x13\xcf\x56\xb7\xd8\x89\x4a\xc7\x53\x09\x87\xa9\x45\x49\xb2\x98\xbc\xe2\xf4\x5f\xb1\xab\xd6\xe2\x20\x9d\x0c\xb3\x38\x48\x87\xdd\x5e\x9c\x35\x2b\x9a\x65\x2d\x4e\xff\xc5\xa2\x17\xe5\x93\x62\x10\x06\xd3\xe3\x35\xaf\x75\xd6\x0b\xe9\xb3\x3a\x4d\x53\x66\xa2\xbe\x4a\x62\xe8\xaa\x45\x2f\x64\xd4\x2f\xbc\x9e\xd9\x35\xbc\x1e\x8f\x4f\xad\x43\x66\x0c\x5a\x78\x83\x5b\x32\xc8\x9f\xb0\x5c\xc0\x6a\x54\x09\xcb\xeb\x32\x31\xc8\x5b\x2f\xd0\xe2\xbb\x3c\x59\x0d\xa5\xdb\x59\xd7\xf2\xa7\x2c\x09\xb5\x59\x4a\x8d\x0d\xa0\xca\xda\xdc\x93\xaf\xb1\x55\x59\x9b\xd7\x14\xf6\x6c\xb5\x49\x6c\xe5\x7f\x25\x30\x89\x70\x5e\x9b\xc0\x0b\x95\xf1\xec\x8e\x7c\xe5\x07\x55\xc7\x08\x01\x96\xac\x67\x06\xa0\x7a\xe7\x11\x68\x6a\x77\xb4\x7d\x44\xae\xda\x05\x6b\x8e\x3c\x50\x5d\x7e\x9a\xad\x21\x39\xfb\xc3\xc3\x84\xcf\x21\x5b\x5a\xed\x16\xf9\x68\xef\x90\x04\xc5\xf7\x16\x38\x2a\x1f\xc8\x9d\xcb\x76\xfe\x89\xd1\x9d\x6c\x6a\x55\x62\x74\xfb\xf4\x30\xe4\x1a\xe3\x02\x19\x92\x28\xe8\x71\x08\x51\xc8\xfd\xa1\x72\x0f\x2b\xa7\x41\xe5\x1c\xb6\x88\x48\x75\x28\xdf\x2b\x07\x6e\xbc\x9c\x3d\x2f\xc8\xd0\xdb\x92\xea\xae\x55\x19\x76\x67\x40\x89\x55\x86\xdd\x96\x7c\x7a\xad\xee\xb6\x71\xb2\xac\xfb\x6b\xb0\xe4\x07\xa7\x07\xe3\x6a\xdd\xdf\xbd\x48\xb7\x4e\x48\x91\x47\x15\x14\x8e\xf7\xad\x1e\xc2\x2b\x30\x6f\x2a\x9a\x90\xa2\x0e\xad\x1e\x96\x4d\xb2\x13\x64\x65\x6d\x24\xbe\xab\xc7\x7b\x75\xd3\xa2\x27\x22\x13\x75\xd8\xf4\xc3\x89\x3c\x1c\xaa\xc7\xcc\xd8\xa8\x9a\x62\x7b\xad\x1e\x4e\x9a\xf1\xef\xf1\x34\xa2\x38\x7f\x4b\xfe\x1e\xd0\x24\xf1\x1b\xcf\x4a\x95\xfd\x74\x7c\xbe\x97\xf9\x94\xdd\x7c\xfa\x34\xd0\xde\xd0\x66\x0b\xcd\x4e\xa4\x13\x1b\x5e\x95\xed\xb4\x7d\x38\xa1\xab\xa2\x21\xbe\xa8\x2a\x1a\x39\x0a\xeb\xa5\xaa\x61\x34\xa0\x50\xd2\x8a\xd1\xbf\xca\xee\xd9\xfb\xa0\x05\x09\xd8\xc8\x3b\x97\x10\xc4\x8d\x1e\x4f\x2d\x0b\x3d\x58\x64\xcb\x14\xdc\x52\x0a\x63\x18\xaa\xb7\x85\x97\x74\x78\xeb\xca\x87\x6d\xde\x0a\x76\x65\x84\x4e\x67\xb9\xc0\xaa\x6f\x65\x95\x65\x0e\x85\x72\x9f\x41\x9b\xd6\x7b\xd7\x25\x45\x8b\x66\xe5\x30\xbd\xfb\xc5\x0d\xf2\x83\x9c\xd9\xf4\xa0\x80\x4c\x7a\x78\x84\x57\x83\xa7\x3d\xc2\xab\x71\xe9\x3d\x2f\x70\x3f\xcf\xca\x94\xd5\x78\x36\x4b\xe1\x7d\x25\xf7\x8a\x69\xae\x3e\xd2\x73\xd9\x35\xb2\x9b\x0e\xa6\x58\x10\x93\xc1\xa2\x0a\x47\x8f\xc1\xbc\x0a\x47\x3f\x7d\xc6\x2b\x43\x14\x27\x49\x99\x72\x46\x94\xc2\xa6\x70\x52\xb2\xc0\x35\x09\xbd\xc9\x97\xdf\x9a\xeb\x1c\x87\x65\xb6\xc9\xfd\xf3\x6c\x3d\x9c\xf7\xa5\x87\xc7\x94\xd0\x5c\x23\x00\x07\x70\x53\xe1\x62\x90\xb5\x6d\x96\x1a\x1b\x91\xab\xcd\x8b\xfe\xff\x93\x1b\xa8\xfd\xa4\xdf\x86\x1b\xb6\xfd\x84\xdd\x86\x23\xb1\xcd\xd2\xc1\xe3\x6c\x6b\x3f\x31\xb5\x11\x0e\xd4\x6c\x19\xc5\xf9\xd2\x54\x86\x18\x11\xb1\x2d\xea\x20\xf2\x5f\x53\xb8\x67\x45\x49\x6e\xca\x74\x83\xeb\xad\x29\xda\xb3\xe1\x59\x69\x3f\xa9\xb4\x21\xf7\xb6\x45\x66\x84\xc6\xb3\xcc\x08\x4c\xa8\x33\xdf\xac\x59\xe1\x26\xb4\x05\x99\x28\xdb\xe2\x3b\x23\x13\x28\xd0\x39\xc7\xbe\xfd\xc4\xcb\x0e\xeb\x6b\xab\x47\x98\x0e\x57\x21\x7a\x18\xc0\x2a\x50\x2a\x03\x58\x55\xff\x8f\x1d\xb0\xfa\xd2\xe3\x7d\x59\x01\xb2\xe3\x9b\xca\x8a\x11\x6d\xdc\x56\x59\xa3\xd9\x61\xab\xc6\x3f\xd3\xbe\xee\x40\x76\x88\xa3\x41\xf1\x99\xb5\xcd\x2e\x9d\xc8\x8d\x6d\x93\xda\x1c\x36\xd1\x54\x58\x8c\xb0\xdd\xb6\x99\x2d\xf1\xbe\xd4\xfa\x42\x0f\x3a\xd2\xb1\x0d\xb5\x9f\x1c\xba\xae\xcc\x88\x50\x10\x1b\x33\x28\xd0\xc3\xc6\x16\x2d\xbe\x5d\xb2\xa4\x45\x9a\x2f\x14\x09\x1c\xde\x70\xf2\xb5\xa2\x5b\x97\x5d\xa5\x04\x33\x1b\x9b\x44\x55\xbf\x40\xf7\x34\x25\x9c\xc1\x4a\xd9\x8c\x81\x08\x1f\x6c\xd5\x7c\x33\x03\xaa\x52\xdd\x23\xbc\x37\x55\xf1\x02\x6d\xd4\x94\x30\x06\x3b\x69\x53\xc2\x18\xd0\x49\xed\x27\x4c\x8e\x8d\x09\x50\xc2\x98\x16\x59\xbf\x55\x8f\x3f\x13\x2c\xbb\x2c\xbe\x9a\x56\x3d\x7e\xfa\xf7\xf8\x19\x9f\xf8\x3e\x67\xe0\xc5\x36\x14\x3e\x70\xbe\x11\x96\xd4\xa5\x87\x51\x3f\x9a\x33\x33\x62\xc9\x6d\xcd\x18\x9f\xb0\xf6\xd6\x84\x2c\x89\xd4\xd1\x9a\xeb\xf7\xb1\xf1\x9a\xdd\xe2\x9c\x9c\xf6\x6a\xdf\xfc\x20\xed\x9b\x8d\xd4\xde\x71\xd2\x87\x0a\x63\xb0\xb3\xde\x74\x30\xb9\xc1\xda\x9b\x0e\x26\x4a\x67\x7b\xd3\xc1\xe4\x8e\x6c\xdd\x20\x0c\x3a\x71\x7e\x18\xfa\x78\xf3\xc3\x44\xc6\x6b\x5d\xb1\x07\x10\xf6\x02\x15\x58\x1e\x27\x7c\x21\xdd\x62\x33\x72\x81\xfd\xd3\x95\x2a\x84\xf5\x72\xe6\xfa\xca\x02\x39\x73\x3d\x1b\xc6\xf9\x5f\x2a\x2d\xc8\x7c\x4b\xda\xcb\xa6\xd0\xce\x0d\xb4\x52\x7b\x71\x0c\x9f\x2f\xa4\x1f\x2e\x8c\xd2\xe9\x5d\xe6\xc1\x0f\x8e\x55\x60\xd8\x2f\x90\x81\x7d\x34\x2c\x84\x41\xfa\xb0\x62\xcb\x40\x87\x15\x5b\xb6\xb2\x53\xd9\xc3\x2d\x5f\xa0\x02\x67\x67\xb7\x0c\x91\x16\x04\x3b\xc0\xe2\xd2\x9c\x88\x1e\x64\x57\xdb\x2d\x32\xfc\x29\x3b\x4f\x33\xcc\x80\x80\x9a\xb6\x5b\x2b\xce\xc4\xed\xca\x4b\xc1\xe2\xee\x56\xb2\xb8\x61\x8c\x3a\x88\x60\xda\x8c\x3a\x00\x00\xd5\x8c\x3a\x00\x08\xd4\x8e\x55\x5f\x84\xa2\xc3\x12\x7a\x04\xf2\x26\x14\xc2\x4c\x54\x4f\x13\x0a\x61\x06\xb6\xd5\x8e\x57\x99\xcf\x2c\x38\x57\x24\x39\x07\xdb\xf1\x2a\xc1\x7c\xf2\x23\x04\x71\xb3\x39\xc1\x3c\xd9\x50\x9a\x31\x06\xac\xc4\x8b\x20\x60\x87\x48\x20\x2e\x44\x38\x37\x47\x89\x02\xf9\x6d\xa7\x6b\x9f\xb1\x78\xa7\xfd\x18\x21\x55\x80\x81\x4e\xce\x96\x76\xbe\x71\x20\x34\x21\x79\x2e\xb5\x73\x5b\x13\x62\x60\x05\x26\xd5\x7e\x62\x70\x69\xdc\xe0\x4a\xb1\xb2\xe2\x48\x6b\xd7\xeb\x4d\xcf\xf4\x5d\x4d\xd9\x78\x79\xde\x95\x39\x97\x2e\xe4\xca\xe6\xd1\x22\x57\x86\x74\x39\xe9\x30\x83\xbe\x74\x1f\x31\x82\x5b\x46\x3e\x2e\x40\x95\xfb\x8d\xc8\xd7\x6e\xe7\x74\xe6\x6f\x87\x3c\x84\x20\x49\xc5\x15\x35\xb4\xdd\x16\x29\xb2\x96\xb7\xdc\x66\xd1\xa3\xdb\x4f\xe6\x5d\x57\xee\xb7\x5b\xd7\xcd\x46\x87\x4a\x00\x03\x0b\x73\xee\x14\xc0\x91\xed\x71\xd0\x34\xcc\x59\x52\x2f\x15\x9d\x5b\x7b\x8c\x67\xcd\xe3\xe6\x5d\xcf\x07\x4d\x62\x6f\x76\xfd\x23\x7f\x10\x5b\xe3\x51\x40\x70\xa7\x01\xc5\xcf\xc6\xc0\xd2\x1e\x05\x04\xc7\x02\xd6\x1e\x79\xb0\x3a\xfd\x5f\x0e\x04\xcc\xb3\x40\xfd\xc4\x93\x76\x59\x7f\x53\x79\xaa\xf5\x49\x71\x0a\x9d\xff\x15\x96\x10\x29\xa9\x4f\x0a\x4b\x08\x45\x5d\xb6\xe0\x32\x32\x69\x7d\x92\xb1\x22\x82\x7c\x9f\xe4\xf4\xfe\x74\xa0\xc0\x89\xec\x8a\x2e\x39\x18\x9f\x5e\x9f\x3d\x80\xb4\x27\x43\x2e\xa9\xac\xfb\xfc\xb2\xd3\x92\x1f\x4e\xff\x90\x21\xce\x72\x28\x41\x82\xd3\xa0\x23\x96\xf4\x59\x99\x52\x73\xc6\xfb\x22\xad\x3a\x8b\xd0\x8d\x03\x08\xf7\xed\xaf\x30\x1c\x12\x5e\x61\x98\xef\xe5\x40\xca\x22\x74\x05\x78\x7e\xfa\x5b\xe4\x50\x62\x0a\x7e\xa2\x6f\x43\xe7\xee\x8b\x34\xda\x95\xfe\x65\x4e\x09\xc3\xe8\x8b\xa4\xf7\x95\xf6\x4f\xf5\xcf\xff\x26\x98\xf1\xde\x7a\x9f\xfe\xe5\x41\xcb\xf5\xd2\x57\xd1\xcb\x12\xac\xa6\x37\xe3\x5b\xe5\x41\xeb\xfc\x2f\x7a\x73\x09\xf6\x55\x1e\x77\x96\x68\x95\xb6\x91\x4d\xd6\x25\x49\x03\x96\xed\x92\xa4\xc1\x08\xf7\x37\x7a\x33\x2a\x7d\x97\xdd\xb6\x6e\x33\x6f\x28\xa7\xd7\xf6\xb7\x74\xd8\x5d\x20\x86\x82\xbb\xa1\x6f\x02\xf7\xd3\xe1\xe6\x14\x96\xb1\xdd\x74\x49\xce\x00\xc7\xfa\xe6\x72\x69\xd1\x7e\xfb\xd6\x25\xac\xf3\x2c\xe1\x3f\x92\x5c\x97\xa8\x0d\x4c\xac\x6f\xce\xcb\x54\x79\xe1\xd4\x0b\x99\x23\xc9\xe2\x08\xf7\x7d\x93\xf4\xcf\x26\x2d\xf2\x09\x86\xb7\x76\x67\x83\x24\x17\x58\x57\xcd\x5e\x34\xb4\x5e\x5e\xb7\x66\x86\x58\x4c\x64\xe5\x07\xb3\x3b\x9a\x34\xbb\xa3\x05\xb1\x5f\x8e\xb2\x6a\xe6\xb6\x18\x66\xba\x6a\xe4\x92\x84\xbf\x57\x67\x86\x8e\x6c\xda\x55\xe4\x96\x90\x84\x5e\x05\xb6\xcf\x05\xd0\xab\xf4\x91\xe8\xf0\xbd\xda\x4c\xc2\xf7\x36\x93\xf0\x2c\x7d\x85\x6d\x51\x7d\x3f\xf0\xbf\xf4\x15\xe6\xb0\x69\xc0\x8d\x67\xb9\x21\x99\x00\x61\x12\x36\xf6\xbd\x31\x09\x58\x7e\x7a\x93\xab\x8d\x83\xde\x24\xbf\x47\x48\xe9\xaf\x1c\x5c\x69\x41\xbe\xb5\x88\xbd\xbd\xeb\xc6\xe2\xa4\x49\x0c\xde\x80\xf8\xf4\x9f\xd4\x3b\x36\x8e\x46\x97\x4a\xc5\x32\x77\x69\x20\xec\xa3\x6e\xe9\xfe\xf3\x82\xa4\xfb\x88\x69\xbd\x7b\x88\xa1\x51\x22\xed\x27\x4b\x59\xef\xbe\xc4\x18\xd2\xa3\x1e\xf2\xff\x90\xfb\x2f\x97\x5a\x97\x25\xb5\x45\x25\xe9\xc3\x23\xcc\xf7\x43\x4a\x5f\xf4\xf6\x3e\xa4\xf4\xc1\x8c\x6c\x59\x85\x99\x0d\xe9\x78\x6c\xfc\xf1\xce\x21\x0d\x5a\x97\xc8\x24\x3b\xf1\x20\x60\xec\xae\xca\xb7\x1b\xec\x76\xb7\x2a\xc1\xba\x0a\x73\x4b\x94\x4a\x77\xda\x41\x8c\x45\xdd\x69\x07\x01\x99\x77\x55\x5d\xc2\x02\xde\x77\x9b\x41\x3f\x3f\xc8\x83\xc9\xde\x77\xd6\x41\xd0\xdd\x7d\x77\x0e\xcd\xcf\x1b\x56\xa2\xd8\xad\xbb\x01\x2e\x1f\xc2\x2c\xe2\x32\x35\x87\x3c\xb1\xb0\xa9\xc3\x36\xe6\xa8\x0a\xfd\x78\x95\xa6\xb4\x79\x98\xd2\x2c\xce\x61\x4a\x63\xa9\xef\x92\x68\x0b\x39\xb0\xbb\x0c\xbc\x8d\x2c\xfb\xdd\x12\x2d\x69\xb5\xbb\x2d\xbe\x48\x00\x87\x4d\xdf\xdc\xe0\x87\xb4\xa6\x78\x4e\xbb\x92\x0e\x92\x21\xbe\x9f\xd6\xc2\xd3\xe5\xa9\x32\xad\x50\x71\xda\xe8\xcc\xa9\x38\x5f\xc5\x8d\x2f\xac\xb8\xb1\xe9\x4e\x8f\x29\x43\x38\xad\xc8\x65\xcc\xa7\xfd\xac\x4c\xdd\x69\x4d\x0e\x2a\x4e\xfb\x59\xa3\x3f\xf4\xd3\xaa\x1c\xc3\x56\xce\x41\xe2\xf0\xfa\x65\x70\x3d\x74\x5e\x8b\x8f\x12\x6f\xac\x26\xe4\x4f\xd1\x41\x5d\xf2\xf3\x44\x3d\x83\xee\xf2\xb5\x8c\xf9\x7a\xe7\x25\xd3\x20\x80\x6d\xc5\xcf\xd2\x2f\x39\x38\x11\xb6\x2e\xeb\x81\x9f\x26\xad\xf6\x41\xb6\x6b\x25\x2d\x10\xe1\x52\x48\x0b\x64\x2a\x40\xb1\xa3\xf8\xf5\xdb\x1a\x2b\x13\x63\xe3\x31\xe2\xc0\x2d\xb7\x6b\xa3\x49\xeb\xab\xac\xce\x6d\x7d\x15\xca\x54\x03\x17\x53\x59\x77\xb9\xa3\x05\x26\x73\x2b\xfc\x79\x7c\xde\xb0\x68\x9d\x16\x1e\x87\x92\x72\xbc\x8c\xa4\xa5\xe8\x46\x77\x5a\x42\x70\x1c\x5d\x61\x8c\x33\x16\xd5\xee\x3c\x85\xd1\x5f\xfa\xe3\xaa\x17\x31\xdf\xf4\x47\x2a\x2f\xbb\xee\xb1\x95\x1c\x5e\xa5\x02\x48\xd8\xe5\xbb\xa4\xe7\xb9\x7d\x5a\xb8\xfd\x05\x7d\x3c\x7e\xe3\xdf\x4e\x1d\x93\x0a\x35\x45\x67\x1a\x93\x87\x1d\x1b\xd3\x70\x79\x23\xf0\x1e\x63\xb2\x96\x9a\x3b\x60\x4c\xce\xf8\xbb\xd2\x86\x3d\xb3\x59\xb1\xe1\xbc\x82\x30\x8e\x31\x29\x7d\x62\x26\x6b\xcc\x76\x28\x6f\xfc\x60\x5c\x7b\xb6\xc5\x98\xad\x95\x66\xe3\x8c\xb7\x3e\xd1\xe0\x93\x21\x9d\x93\x17\x0c\x52\x8f\x17\x64\xbc\xf5\x87\xa2\xf9\x0e\x81\x1f\x16\xe2\x7f\x87\x24\xef\x25\xf5\x09\xdb\x58\xac\x30\x05\x9c\x33\x84\x76\x58\x7a\xac\x59\xc3\x15\x88\x7a\xb4\xfc\x21\xb8\xc3\x92\xe2\xf4\x6d\xfc\xa4\xeb\x42\x68\xfd\x70\xc1\x21\x92\x2e\x8f\x9f\xf8\x5c\x40\x99\x8f\x45\x39\x13\x22\x96\x8c\x9f\xf8\x5c\x00\x7d\x8f\xc5\xd9\x0e\x57\x7e\xb0\x35\x3c\x02\xf9\x10\xfc\x61\x25\x0e\x6a\x08\xed\xb0\x12\x62\x34\x84\x76\xe8\x40\xe3\x87\xd0\x0e\x1d\xb8\xfd\x58\xad\xfa\x85\xa7\x8d\xf5\x05\xe4\x87\xd2\x55\x31\x64\x84\x03\x0d\x85\xf3\xad\x14\x34\x18\x12\x9c\x57\xcc\xf2\x63\x35\xd2\x2b\x8f\x6f\x42\x44\xfe\xb7\x2f\xac\x30\x0a\x25\xbc\x2a\x0c\xc2\xfa\x20\x5d\xca\xe1\x18\xd1\x7f\x6c\x4a\x3b\x10\x55\x69\x6c\x72\xde\x7d\x9e\xa5\x1e\x46\x75\x1a\x82\x0f\xa7\x56\x67\x1b\x12\xac\xc7\xe7\x7f\xb9\x71\xa2\xaa\x0c\x85\xf2\x81\xe0\x18\x9b\xdc\x28\x9f\xef\xe5\xc6\xf9\xbc\x2f\x44\xfe\xe7\x7d\xa9\x36\x61\x4d\xa3\x48\xb5\x61\x07\x16\xa9\x36\x6c\xfb\x22\x55\x8e\x5d\x5f\xa4\xda\x70\x4e\x8a\xb0\x81\x1c\xac\x62\xd5\x2e\xf3\x55\x94\xc9\x82\x2d\x5f\xa4\xea\x0c\xda\x57\x66\x08\xa0\x71\x43\xa8\x8a\x4f\x42\xd6\x61\xf4\x71\x34\x8d\x61\xf4\x71\x38\xfa\x28\x52\xee\x38\xeb\x46\x1f\x73\x84\x8a\xe0\x91\xe3\x4f\x77\xd2\x28\xd2\x74\x39\x6e\xd5\xd3\x93\xce\xaa\x90\x87\xec\x6b\x85\x0c\x96\xc1\xe8\x04\x5d\x06\x13\x32\x04\x5d\xe6\x8a\x1c\x55\x60\xd1\x4e\x03\x4d\xff\xf3\xbd\x9c\x28\xac\x67\x95\x93\x84\xfd\x56\x05\x9d\x64\x3d\x5f\x91\x3e\xb3\xe5\x1c\x2c\xc8\x4c\xa3\x59\x29\x49\x07\x4d\x06\x96\x5c\x99\xa3\xc9\x47\x92\xcb\x6b\xbc\x3a\x40\xd6\xa3\xc9\x84\x9f\x4b\x62\xfc\x44\xfe\xb1\x71\xd4\x9b\x4c\xf6\x2b\x03\x30\x78\x27\xaa\xe9\x78\x55\x80\x0c\xc8\x60\x0a\x0c\xa9\xa3\x5b\xc0\xce\x08\xba\xbc\x2a\xd1\x9e\x87\x51\xcc\x60\xaf\x47\xb7\xab\x8c\x4d\xa9\x10\xbd\x96\x6a\xde\x6d\xd8\xf2\x8d\x91\x64\x74\x19\xec\x23\x7b\x8e\x17\x76\x1c\xd5\x6a\x38\x4d\x39\x20\x97\xe1\x12\xac\xd8\x5d\xc6\x9b\xa4\x90\x99\x72\x09\x56\x12\x7b\x8d\x37\x49\x61\x14\xc4\xe1\x12\xac\x64\xd2\x1a\x6f\x96\x42\x66\x7f\xbc\x72\x35\xe3\x78\x6b\x32\xd1\xa8\x31\x75\x70\xa4\x17\x79\x11\x49\x7b\x38\x97\xf9\x87\x89\xc9\xd6\xdd\xb0\xc3\x0d\xe5\x4e\xd9\xb0\x9a\x0d\xab\x10\xe4\xcd\x1b\xce\x5d\x4e\x1e\xba\x61\x1d\x82\xc4\x76\xc3\x70\x8e\xe5\xf3\x86\xc2\x06\x40\x3b\x0d\x57\x6e\x65\x4a\x6d\x30\xff\xb4\x60\x83\x39\x67\x41\x19\x54\xda\xfc\x69\xd2\xe2\x44\x28\x7b\x8d\xe4\xb0\xef\xfd\xbd\xc7\xb3\x28\xbb\xc1\x16\x1b\x9f\xf8\x62\xcf\x17\x87\x11\x56\x30\x9c\xc3\x08\x2b\x9e\x5f\x0b\x64\x86\x2d\x2b\x39\x49\x69\x87\x54\x88\x95\x54\x4a\x43\x2a\xc4\x4a\x1d\xa0\x21\xa3\xf8\x4a\xa1\x9f\xf1\xd3\x29\x2a\x9a\xce\x38\x7c\x88\x43\xe7\x71\x69\xc7\xf3\xbe\xfd\x8c\x79\x74\x89\xbb\xbc\xee\xa0\x3b\x76\x91\x63\xee\xb8\x9f\x5d\x3a\x29\x75\xb4\xdb\x38\x8d\x0d\x08\x09\xa7\x0f\x0c\x1d\x9e\x0e\xaa\xe2\x83\x61\x2b\x67\x9e\x77\xc7\x7d\xf2\x82\xbc\xf3\xf0\xc1\xb7\xd8\x12\xf3\xae\x62\x4b\xd3\xa7\x4b\x59\x31\x61\xa4\xa7\xac\x98\xdc\x33\xb2\xae\x0f\xbc\xcd\xe3\xf2\x75\xcf\x4d\x7b\xf9\xa6\xcc\x2c\x2b\xd5\x09\x09\x20\x86\xaa\x29\x7d\x0e\x8a\x52\x99\x14\x36\x93\x52\x99\x14\x4e\x85\xaa\x25\x15\xb6\xfc\xf5\xe8\xfb\xb4\xa7\x62\x49\xa9\xda\xdc\x86\x33\x99\x50\x7e\x69\xfc\x34\x85\x05\x5c\xf2\x70\xb5\xa4\x18\x9c\xc6\x5d\xd5\x60\x48\xfe\xa9\x09\x0b\x10\xdc\x21\xeb\xfa\xf6\xb7\xd4\xd8\x43\x69\x16\x0b\xa7\xfe\x36\x35\x8c\xd6\xd4\xa4\x71\x97\x62\xfa\x88\xbc\xb2\x9c\x7f\xc2\x66\x87\x72\x8e\x00\xb6\x1a\x4a\x31\xf2\x39\xbe\x8f\x8c\x4d\x91\x1c\x76\xc1\xa0\xd7\x85\x67\x5f\x24\x23\xcf\xba\x48\x62\x90\xdb\x95\x10\x84\xaa\x95\xfb\x4f\x4c\x5f\xd7\x88\xed\xbb\xa4\xf4\x0e\x74\x6b\x9f\x84\xca\x8f\x32\xb1\x2b\x2f\x22\x85\x1d\xf7\x49\x28\xfc\x85\x06\x65\x9e\xeb\xbc\x2f\xf3\xdc\xc2\x00\x5c\x23\x30\x66\x8f\xdd\x18\xe8\xac\xe8\x3e\xcb\x4e\x12\x59\x65\x9f\x75\xd1\x64\xca\xf6\x59\xb6\xa7\x8d\xef\x05\x64\x8f\x31\x61\x9f\x65\xd9\xc9\xb5\xb3\xcf\xb2\x45\xe5\xaa\xdd\x67\x5f\x95\xf4\x27\x6b\x59\x98\xd5\xae\xea\x4a\x44\x98\xee\xb3\x2c\x4f\x95\xfe\x75\x53\xe6\x9e\xdb\x17\x99\x3f\x62\x73\xd9\x17\x8f\x37\x13\xb8\xf8\x7a\x61\xc9\x0c\x5c\x46\xda\xdb\x17\x67\x6d\x62\x51\x16\x5b\x65\x98\xe4\xe5\xcd\x04\x91\x41\x2f\x76\x80\x7c\x7a\x51\x52\x6e\x66\x75\xb1\x0b\x9e\x36\x57\xdf\xa5\x2c\xcc\x2a\x7b\x47\x14\x8e\x5d\xb2\xfe\x00\x69\xb2\xaf\x72\x54\x67\x33\xef\xeb\x6b\xde\xc8\x20\x54\x27\xf4\x13\x52\xbd\xaf\xb2\x6f\x14\x5a\xb0\xc9\x85\x2e\x2e\xfd\x1f\xb2\x2c\xa6\x2f\x8c\x7a\x15\x8a\x9c\xb5\xdd\x6c\xdc\x48\x8f\xdb\x5b\xf7\x2f\x2d\x6c\xef\x7d\x97\xb9\x74\x1e\x0e\xa2\x25\xf7\x4d\xf7\x1d\x64\x1b\xe8\xbc\xe4\xc2\xdb\x25\xbb\xcf\x4b\x58\xd0\x2e\xe1\xfd\x53\x36\x66\xdf\x6c\x35\xe3\x10\xfd\xc4\xf7\x0d\xf1\x6e\xdf\x64\x28\x60\xae\x8b\x95\x61\x5a\x28\xf6\xd0\xc6\xf8\xb7\x17\xdf\xba\x99\x99\xe2\x5b\x37\x12\xe9\x2e\x94\xf2\x0c\xa8\x63\x2f\xef\x2d\xcb\x27\xa7\x7f\x08\xa5\xc5\xc5\x05\x98\xad\x9f\x58\x5c\x70\x88\xec\xd5\x15\xae\xc2\x4c\xf6\x6a\x5d\x98\x17\x54\x8a\x97\xf5\x14\xb0\x63\xe9\x91\x12\x77\x67\xe5\xe6\x8e\xdc\x2d\x97\x66\x2e\x5b\x11\x24\x37\x74\x3b\x31\x60\x64\xaf\xbd\xc9\x0f\x38\x68\xcf\x37\x5a\x3a\xb4\x29\x7b\xa5\x3d\xf9\x01\x07\xed\x5d\xa6\x20\x6b\xd5\x7c\x81\xd1\x81\xe2\x2c\x73\xa1\xed\x5d\x6e\xb8\x28\x36\xbb\x2c\xd9\xe3\xf3\xec\xb2\x60\xd1\x53\xf6\xbe\x89\xfd\xa7\x03\xe5\xfc\x23\xb2\x6d\xef\x0a\x1b\x63\xf7\x74\xe1\xbf\xe0\x06\xdd\xf7\x1d\xff\xcb\x09\xc6\x76\x34\xa6\x98\x19\x32\x44\x98\x25\x18\x72\x98\xfc\x2d\x46\x68\x97\x38\xdc\x40\x24\xef\x43\x98\xd0\x48\x90\xbb\xa4\xe1\x3e\x16\x7e\x90\xa2\x13\xb1\x69\x1f\x56\x74\x32\x3c\x03\x8c\xd9\x64\x3f\x51\x78\x5d\xd9\x63\xc3\xb7\x01\xed\xc9\x37\xc2\x49\x18\xf7\x8f\xf9\xc1\x01\x76\x31\x43\x78\xc8\x2e\xe6\x0d\x07\x78\x2d\xd6\x8c\xd8\x16\xeb\xc6\x0b\xca\xbc\x12\xc9\x7b\xdf\x65\xb5\xe5\xbc\xef\xe2\x18\x91\x27\x76\x49\x92\x9f\x04\xa5\xbb\x01\x17\xa4\xc2\xdf\x6d\x8d\xae\x9f\x1f\x1c\x9a\xc2\x1a\xda\x1c\x4d\x16\xc2\xdd\x88\x0b\xd2\xe7\xef\x46\x5c\x50\x48\x76\x37\xe2\x62\xf9\x7c\xf2\x72\x15\xc6\x21\x23\x28\xb7\x80\xec\xd3\x9f\xdc\xe8\xbb\xca\xe4\x74\x32\x79\xee\x87\xad\x72\x1c\xb6\xc3\xd6\xc5\xbc\x20\xf8\x44\x2a\xcc\xb7\x5d\xf2\x62\xc1\x49\xb2\x3b\x79\x1e\x6a\xe4\x7e\x3a\xb3\x41\xfa\x3c\x05\x6d\xe0\xd1\xe9\xd3\xb9\x02\x54\x5b\x93\x30\xcd\xdd\x95\xf5\x97\xc8\xcc\xfb\x25\x9f\x2f\x97\xe3\x65\xe9\x29\x2d\xaa\x6e\xfe\x27\x0f\xce\x2e\xdb\x6f\x07\x85\xbc\x0b\x4e\xb1\x11\xbb\xbd\x5f\x3e\xe3\x5c\xe0\x3f\x11\x70\x25\xf6\x74\x57\x98\x1e\x11\xb7\xbb\x45\x40\x8c\x93\xbb\xe3\xf2\xe0\xa5\x8e\xcb\x63\x8f\xdd\x96\x79\x32\x8f\x8e\xd3\x63\x69\x94\x4f\x61\xdb\x3e\x2f\x0c\xc3\xa3\x78\xe3\x25\x8b\x26\x25\x44\xb0\x0d\x6f\x69\xb2\x11\xfe\xf7\xdb\xee\xa2\x4e\x93\x72\x17\xb1\x76\x8f\xcc\x7f\xcc\x82\xcb\xda\x77\xe6\x49\x56\x5d\x0a\x91\xec\x8f\x59\x65\x66\xc5\x90\x09\x38\x9f\x91\xc1\x9f\xb5\x93\xd5\x77\x7c\x9e\x8d\x1f\xa8\xfc\x60\xde\xf9\xaf\x87\x63\x92\xd1\x28\xff\x1f\xc2\x4c\x94\x5c\xd6\xc7\x64\x49\xba\xe7\xd9\x7b\x61\xe4\x59\xac\x2f\x24\x1e\xc2\x12\x97\x1c\xed\x63\xf2\x09\x28\xfc\x20\x30\x31\xd6\xc6\x43\x20\x8b\x92\x59\x3c\x04\xb2\x28\x61\x77\x87\xc1\xc6\xf1\x87\x1d\x3f\xd1\x71\x01\xc9\x79\x18\x6c\x9c\x49\x3d\x8c\x27\xce\xee\x3d\x66\xa3\xb5\x23\x6f\x1c\x4a\xcd\xc0\x0d\x7a\x38\xa7\xf6\xa0\x01\x49\xe3\x85\x01\x48\x1a\xcf\x7d\x76\x28\x4f\x1c\xa6\xf8\x63\x96\x3b\x9c\x29\x9d\x9d\x1e\x35\x7b\xfb\x10\x46\xa3\x47\x7d\x3a\x94\x74\x9b\x7d\x75\x28\x71\x1c\x47\xfe\x50\xe2\x38\x14\xe9\xc3\xf8\xe4\x1c\xaf\x63\x11\xfa\x37\xbb\xe0\x50\x31\x9a\x82\x73\xfb\x58\x6c\xb9\xe2\xd9\xc2\x4e\xe1\x0b\x93\xf8\xa7\x0b\xe8\x50\x9e\x39\x4c\x03\xc7\x22\x70\x70\xee\xeb\xc3\xe0\xe6\xc2\xf0\x3c\x1f\x90\xaf\xdb\x2f\x27\xf7\x58\x7d\xfb\xf1\x2c\x43\x1e\x83\x53\x2a\x39\x8c\x15\x87\xc1\xd1\x11\x30\x0f\x83\xa3\xc3\x00\x0f\x83\xa3\x73\xbb\x1f\xab\xd6\x37\x6c\xfb\x58\xdf\x1a\xca\x34\x28\x82\x62\x78\x3d\x36\x19\xee\xd8\x00\xc6\x64\x90\xc0\xf0\x90\x44\x5a\x06\x7b\xce\x68\x66\x26\xd8\x68\x66\x48\x56\xc5\x4e\x0a\x24\x1f\x9b\x82\x82\xd9\x01\x82\x68\x50\x5d\xe2\x50\x05\xcf\x35\xa2\xe4\x61\x34\x74\x58\xf8\xb1\x49\xff\x5a\xf9\x5e\xfa\x17\x4b\xb0\x49\xff\x5a\x79\x5f\x56\x0c\x76\x88\xd1\xd2\x91\x08\x8e\x22\x85\x32\x32\xe2\x51\xe6\xdf\x73\xd4\xb1\x43\xb5\x72\xf0\xe2\x1c\x45\xb1\x3a\x11\xd9\x8e\x62\x21\x93\x33\x50\x4c\x70\x3a\x2c\x26\x30\x1d\x54\xeb\x4f\x21\x40\xe5\x34\x37\x0e\x75\xb5\x0f\x22\xde\xaa\x43\xf5\x34\x01\x84\x1c\x55\xae\x7d\x36\x51\x95\x02\x98\xfb\xfd\xa8\x72\xed\xb3\x09\x55\x4f\x13\x7c\xc5\x61\x38\x34\x87\xba\xfa\x22\x8e\x6f\xeb\x30\xde\x99\x5d\x57\xad\x11\x66\xca\x04\x77\xfe\xe0\x88\x0f\x15\xd0\xdc\x72\x2b\x1e\xcd\x24\x65\x0a\x9a\xa5\xa2\x34\xd0\x4c\x51\xa6\xac\x99\xa2\x50\xf8\x13\xab\xb7\xb9\xd1\xbe\x28\x82\x8f\x35\x51\xf4\x79\xee\xfa\x3f\x33\xd2\xde\x4b\x37\x0d\x1a\xc6\x0c\x64\xe4\x30\x6a\x39\x1a\xcc\x61\xd4\x32\xb1\x9c\x87\x50\xcb\x54\xa5\x3c\x5e\xdb\x2d\xfb\xb4\x5b\x49\x62\x63\x09\xb5\x0c\x5e\xfb\xe8\x46\x16\x0c\x06\x61\x64\x41\x8c\x7e\x47\xf7\x25\x09\xb3\xea\xba\x24\xa3\x06\x1f\xaf\x3d\x98\xbd\x33\x8c\xcf\xe6\x7c\xca\x1e\xfc\x41\x3c\x1c\xae\x5b\x19\x7b\xc8\x31\x3c\x95\xb4\x60\xed\x9c\xf3\x39\x44\x68\x64\xa2\xc3\xb6\x5f\xc2\x26\x8f\xe1\x8b\x98\x5b\xca\xa6\x5e\xe2\x8c\x8f\xf1\x52\xca\x27\x96\x06\xf2\x82\x50\xcd\x28\x0d\xc7\x2e\x55\x9c\x7b\x6a\x37\x15\x6c\x69\x97\xa4\xfc\x30\x3a\x63\x43\x80\xcb\x1f\xc6\x6d\x10\x83\x7a\xec\xd6\xb5\x69\xc2\x76\x17\x0e\xb2\xeb\x49\xe2\x71\x3c\x5c\x3e\x92\x5d\x2c\x41\xb9\x91\x3a\xf9\x38\x14\xbf\xc5\x41\x71\xb1\x48\x5c\x90\xc7\xe1\x14\x4c\x6c\xfc\x9f\x14\xbc\x11\xd1\x79\x1c\x36\x21\x70\x74\x0e\xe3\x1b\xd8\xaa\xa7\xb9\xc1\x9f\xd2\xf2\x1c\x82\x6c\xa0\x4c\x1d\xa7\x07\x98\xb5\x73\x0c\x1e\x78\xb7\xc3\x35\x1f\x61\xb6\xa7\xcd\xf6\xf0\x82\xd3\x66\x7b\xb8\xcf\x29\x13\x06\x14\xbd\x80\x0c\xb8\xcf\xe9\x2b\x9d\x3b\xca\x05\xea\x41\xe5\x1c\x2e\xf2\x88\x25\xf8\xb8\xac\x4e\xb0\x56\x2e\xea\x48\x01\xee\xc3\x45\x1d\x3b\xcf\x86\x26\xb0\x56\x97\x2c\x10\x9c\xbe\xcb\x48\x7a\xf6\xf5\x0b\xa9\x60\x62\x5f\x48\x05\x9b\xee\x72\xf0\x3b\x3b\xdd\x85\x20\xf9\x42\xe1\x7c\x9f\xcb\xdc\x75\x20\xb1\x78\x1f\x2f\x28\x83\xc9\x51\x80\xdf\x47\xb8\x78\x31\x19\x4c\xd6\x2d\x63\x0c\xc7\xf5\x7e\xd5\xa6\x0c\xdb\x95\x21\x09\xc8\x3b\x6e\xcd\x04\x5c\xe5\x05\x69\x20\x55\xde\x06\x93\xc0\x67\x6e\xe7\xcd\x8f\xce\x7a\xbc\x10\x0b\xae\xc8\x17\x62\x81\x98\xf1\xd8\x5e\x83\xdc\x60\x48\x05\x84\x3d\x36\xcf\x20\xaa\x1a\x63\x01\x6a\xfb\x78\xac\x11\x40\xea\x63\x7b\x0d\xb2\x87\x04\xf2\x4f\x9e\xad\xe3\x85\x61\x70\x53\xaa\x5a\xe4\x87\x77\xbd\x28\x8c\x1c\xd9\x73\x32\x52\x3b\x97\xf5\x39\x39\x9a\x60\xe3\x07\xd3\x1a\x01\xf2\x9c\x5e\x5a\x7b\x7e\x30\x2e\x63\xe5\x0d\xdb\xa6\xb2\x81\xcf\xc9\xc4\xd3\xab\xf1\x24\x11\x3a\xcf\xc9\xb6\xa9\x42\x13\x2f\xad\x5b\x7e\x50\x98\x44\xe5\x59\x61\x12\x39\xa8\xe7\x64\xd5\x76\xa3\x4f\x93\x1a\x31\xe5\x9c\x4d\x6a\xf8\xd7\x39\x6b\x37\x76\x5e\x78\xc5\x82\x10\x36\x3b\xeb\x7a\x98\xcd\x39\x1b\x5f\x02\x61\x82\x7a\x34\xe2\x8c\x4f\x43\x3d\xd0\x40\x4e\x43\x3d\xb8\xc9\xcf\x59\x8e\xaa\xd8\x37\xce\xd9\x36\xb6\x08\x13\xe7\x62\x48\x4a\x04\xc2\x73\x99\xf5\x45\x5a\x58\x8c\x48\xc9\xb2\x9f\x3f\x91\xbe\xa0\x4b\x9e\x46\x82\x7c\xe6\x7b\x71\xc0\x75\xd8\xd8\xb9\x28\x95\x66\xee\xde\x73\x71\x4e\xc9\x30\xe2\x73\x79\x29\x0d\xe9\xc2\x8a\x00\x55\x3e\x85\x15\x01\x3b\x7e\x3a\xa5\x1b\x39\xe1\xce\xe5\x25\x3c\xa3\x5a\x4d\x17\x4b\xb6\x3a\x41\x64\x2e\xe7\xf3\xad\x97\xcf\x6c\xae\x8a\xe6\xc8\x21\x3a\x57\x15\xfd\xd8\x68\x61\xb8\x53\x7e\x38\xfc\x03\x5f\xbc\xc3\xca\x54\xac\xca\x7c\xc9\x36\xf9\x89\xe3\x05\x5c\xc3\x29\x71\xbc\x7e\xd6\xeb\x27\x8e\x7f\x2a\x5f\x9f\xb2\x0f\x7f\x14\xf1\x73\x33\xee\x86\x6d\xb3\xbd\x8a\x76\x66\x5b\xf6\xe0\xa5\xcf\xb4\x61\x24\xce\x4c\xaf\xbb\x7f\xf8\x13\x8c\xfb\xdc\x8c\xcb\xe1\xeb\x4b\xcf\x19\xf2\x4f\xe0\x2e\xf8\x2f\x4e\x41\xa4\x2b\x41\xfe\xa7\x20\xd1\x2b\xa9\x10\x4f\x99\x97\x57\x72\x09\x9f\xc5\xd9\xed\xc2\xf2\xce\xe2\xa4\x97\x33\x8d\x3a\xc7\xe5\xcc\x27\xbb\x7f\x08\x95\xb2\x2f\xaf\xa4\xb2\x3d\x65\x5f\x5e\x97\xcf\x38\x8c\xc9\xad\xf4\xf2\xfc\xf7\xbf\x42\xcd\xc3\x53\xf6\x66\x6a\x28\x9e\x55\x3e\xda\x5c\x07\x67\x55\x5e\xcb\xdc\xbe\xa7\xb2\x62\x70\x89\x9d\x42\x62\xaf\xa4\xa8\x3b\x95\x15\x63\x25\x47\xdd\x59\x5f\xa4\x50\x26\xcf\x69\x31\x10\xa5\x4f\x65\x66\x5e\x89\x62\x38\x95\x27\x83\xcc\x61\x67\x7d\xa9\x60\x14\xb7\x5e\xe0\x59\xa8\xa8\xc2\x1e\x52\x9e\x8c\x4a\xcd\x9d\x53\x05\x73\xb0\xa4\x9c\x4e\xc4\xcc\x54\x3a\x33\x06\xf8\x81\x53\x66\x71\x52\xd1\x9e\x4d\x70\xa0\x08\x8c\xe7\x2b\x9f\xc7\x49\x76\x2a\x94\xb1\x20\x85\x9e\xcd\xc6\x1b\x5a\x74\x01\x3c\x66\x46\x86\xec\x8f\x41\xe9\xec\xb2\xde\xb0\xed\x6c\xc8\x8e\x2c\x7d\x76\xef\x19\x26\xa6\xcb\x7c\x13\x21\xf5\xec\x32\xe5\x41\xb5\x2d\xd7\x10\xd5\xe5\xc9\x65\x88\x5d\xbe\xcf\x48\xda\xa7\xab\xd0\xa3\xb5\x9c\x43\xa0\x25\xe6\xd5\xc6\x6a\x68\xb2\x6d\x1a\x3e\x68\xdb\x34\xb3\x34\x14\x7f\x92\xeb\xf1\x1c\x8a\x6c\x8e\x3e\x71\x0e\x29\xf7\x1c\xa4\x61\x3d\x6e\xe1\x03\xab\xbe\x7c\x20\xd5\x97\xfd\xbb\x0b\x68\x0f\x87\xdb\xe5\x4b\x65\x80\xbb\xac\x0d\x91\x0a\xce\x5d\x76\x44\xb8\x93\x32\x65\x7c\x94\x8b\x53\xd5\x69\x36\x80\xf6\xe7\x6e\xdd\x37\x24\x49\x6a\xdf\x88\xaf\x38\xf7\x77\xd2\x78\x43\x38\xf7\xc8\x19\xe7\x21\x18\x0e\xfc\xec\x90\x2a\xc9\x6e\x3e\x84\x7b\x67\x1b\x1c\x52\x25\xe9\xe0\x50\xec\x70\x64\xb8\x53\x76\xea\x4e\xfa\xa2\x53\xe5\xdc\x29\xac\x7e\x2a\x52\x70\x22\x63\xc8\x69\x60\x35\x11\xe3\xa7\x0c\xd7\x13\x81\xb8\xe7\xe1\x62\xb4\xb1\x02\x9f\xce\x9d\x41\x79\xbf\xf3\x7c\xfd\x12\xf9\xe4\x7c\x55\x89\x8c\x5b\x68\xeb\x8f\x1e\x76\xbe\x68\x6b\x46\x7e\xda\x72\xc5\xfe\x32\xda\x1a\xa1\xe3\x95\xe5\xd9\x70\x2f\xdc\x9a\xf5\x39\xcd\x0b\x3e\x6d\xda\x3e\xf5\xef\xf1\x7a\x25\xde\x0c\xf3\xb2\xbb\x08\x52\xff\xc9\xf6\x7c\x62\x89\x96\x73\x76\x29\x95\x35\x0b\x76\xd9\x6e\x1b\xe1\xf3\xbc\x2c\x2b\x85\xd0\x4b\xb2\x12\x33\x71\x59\x2a\xa4\x4b\x79\x01\xd8\x11\xaf\xd8\xfe\xb7\xcb\xe8\x56\x5e\x28\xb6\xc3\xfd\x6e\xd9\xb4\x7e\x5b\xd6\xc8\x68\xee\x57\xf2\xe5\x87\xdd\x77\x74\xc6\x7f\xbf\x97\x76\x66\xf5\x76\xb5\xce\xcf\x08\x5f\x37\x62\x7a\x15\x0c\x62\xc5\x1e\x71\x4a\x44\x5f\xa9\xdb\x77\x3e\x66\x67\x4c\xe3\x63\x7c\x4f\x8c\x32\xa7\x61\xd0\xe8\x96\xe7\xf3\x16\xe2\x0e\x29\x32\xa1\xaf\x85\xf3\xfe\x58\x95\xa7\x89\x61\x5c\x29\x3f\x38\x91\x0d\xa3\x38\xed\x3f\xc9\xfe\x78\x94\xe9\x39\xf6\x87\xf3\x8d\x3b\xfc\x47\xd8\x25\x01\x7d\x0c\x9e\x7f\x2c\x8f\xa3\x72\x39\x2c\x31\x23\xba\x14\x96\x88\x16\x7f\x4d\xdb\x7f\xff\x5b\xa6\x88\x65\x97\x84\xf5\x11\x7e\x71\xc9\xe4\x4e\x7a\xec\xeb\x27\xaa\x2f\x53\x24\xaa\x4b\x26\x78\xcc\x3a\x97\xca\xb5\x4c\x91\xa7\x2e\x95\x6b\x21\x53\xc1\xf5\x13\xdc\x17\x52\x1d\x5c\x93\x78\xfa\xa0\xbd\xeb\xf7\xff\xc2\x78\x64\x90\xef\x7c\x2f\x83\x7c\x6e\xf0\xeb\x27\xb5\x2f\x64\x46\xb8\x9c\xfd\x23\x72\xe8\x65\x83\x7c\x0e\xd8\x65\x83\x7c\x76\xdb\x35\xcb\xfb\x3a\xf3\x5c\xf4\xcc\xfb\xf2\xbe\x46\xb8\xbe\x66\x81\x77\x22\xa2\x5c\xb3\xee\xb0\xc8\xd6\x97\xec\xf7\x44\xfd\x5c\xb3\xe8\x5f\x18\xaf\xe8\x0f\xf3\xbb\x94\x6a\x99\xb8\xa5\xcb\x09\x45\x3a\xed\x9b\x7e\xfe\x17\xfd\x91\x68\xae\xc5\xf4\xa7\xff\x45\x0e\x89\x88\x61\x97\x52\x2f\x93\x99\xe1\x92\xec\x5f\x31\x68\x5d\x8b\xee\xb0\x46\x83\x0a\xd0\x6b\x34\x20\x6b\x6f\x54\xb1\x4b\xb5\x5b\x60\x06\x97\x0c\xec\x83\x0d\xb4\x3c\x7a\xce\x04\x2a\x46\x72\xb0\x21\xd7\xdf\x00\x07\x13\xa8\x18\xc9\xc1\x80\x7f\x52\xff\x32\xc2\xc9\x2f\x1b\xd4\xc3\x63\xaf\xd5\x77\x32\xff\xfb\x0e\xa6\xfd\xa1\xef\xb3\x00\x42\x76\xc3\xcc\x2e\xdb\xdb\x1b\xdf\x9f\x7a\x9f\xf6\xe5\x40\x88\x4d\xe2\xda\x3c\x7e\x9e\xe5\x20\x08\xb3\xbc\x36\x8f\x3f\xf3\xb1\x79\xfc\x3c\x6f\x7a\x4e\xff\x8e\x98\x0c\x3f\xbc\x36\xfb\x4f\x78\x16\xf0\x37\x0c\xe0\x72\x80\x64\xee\x9c\x6b\x7b\x71\x38\x7c\xf0\x93\x31\x3a\x2b\xbc\x3d\xbf\x67\x26\xd0\xe6\xf5\x68\x30\xd7\x4f\xda\xef\xe8\x16\x97\xe2\x21\x3b\x0b\xf0\x13\xfe\x3b\x61\x02\xd7\x4f\xf6\xef\x9d\x05\x2b\x96\x41\xd2\xdf\x4f\x15\xe8\x04\x1e\x5c\xb2\xb6\x83\xb9\xbd\x24\xf7\x57\x4a\xdb\x5f\x4e\x56\xd2\x78\x3e\xf5\x01\xcf\x76\xc7\x72\xa6\x94\xbd\xe4\x77\x97\xff\xe1\xbe\xb9\x8a\xc8\xe7\x40\x54\x79\x13\xa2\x70\x5f\x4a\x75\x42\xe5\xb2\xab\x9a\x5c\x9e\xe5\x3c\x88\x62\x7b\x09\x88\xdd\x59\x7f\xa5\x36\xe1\x32\xbd\x14\xab\x89\xd7\xf4\x52\xac\x66\x67\xbf\x0b\xa8\x0d\xa0\xe5\x52\x6c\x26\x41\x16\x57\x35\x71\x3c\x7b\xf9\xd2\x7f\xd3\xf2\x45\xdb\xbf\x9a\xce\xcf\xe7\x7f\xd1\xc3\x76\x68\x72\x45\x47\x4c\xbf\x9c\xd5\x24\x37\xcc\xd5\x14\x56\xc8\xfe\x77\xe8\x26\xab\x61\x1c\x37\x0c\xc7\x38\x6e\x16\xa3\x59\x3c\xcc\xb3\x23\x37\xd9\xaf\x46\x6d\xd3\xbe\x03\x37\x73\xad\x5e\x0e\xdc\x84\xa1\x77\xf9\x4e\xd8\xdf\x5d\x9e\x06\xce\x57\x97\x67\x01\x7e\xd4\x2d\x84\xc1\xc1\xbb\x54\x99\x0f\x07\xea\xa6\x80\x67\x51\xd0\xe8\x51\x88\x11\x38\x5e\x17\xbc\x8e\x67\x07\x76\x32\xa2\x21\x81\x97\x2b\xc0\x81\x9e\xb4\xe7\x40\x4f\xae\x1c\xc1\xbd\xc7\xe7\xce\xb4\xc5\x1f\xb0\xff\x35\xec\x23\x85\x06\xd5\x57\x99\xb9\xa5\x84\xd4\x9e\x08\x52\xbe\x54\x5f\x05\xd5\xe7\x1a\x16\x78\x23\x7a\x5c\x32\xf0\x93\x6d\xfe\x32\x70\x9b\x88\x84\x6b\x57\x6d\x7d\x2e\xf6\xdd\x2a\x24\x1b\x77\x77\x76\xc5\x48\x44\xd7\xfe\x0e\x3b\xa3\x92\x72\x31\x91\xa8\xef\xda\x5d\x50\x0a\xde\xb3\xdb\x53\x11\xdf\xe1\xe5\xf0\x4f\xd2\x59\x5d\xbb\x5d\xf0\x5c\x60\x3f\x85\x64\x03\x5f\x7f\xc9\x8b\x40\xb8\xcf\xb5\xbf\x39\x18\xe9\xf4\x25\x3d\x4d\x1e\x22\x9d\x16\xe5\x55\x20\x8d\xc1\x75\x98\xf2\xf4\x70\x58\xd2\x43\x86\x90\x97\x81\x1c\x20\xd7\x4f\x63\xd9\xa8\xeb\x7a\x1d\x2f\xdd\xa1\x4a\x4e\x06\xea\x79\x5c\x76\x32\x10\x6c\x7c\x09\x7a\x43\x14\xfc\x75\xc8\x33\xc5\x7a\xbf\x0a\xcc\xc2\x0f\xf2\x3b\x71\x0b\x08\xda\x3d\x91\x64\xeb\x3a\xbd\x9e\xf0\xb5\xd3\x0e\x35\xf8\xf2\x69\x07\x0d\xa2\x86\x35\x1c\x7c\x11\xd7\xf9\x2e\x68\xc6\xfd\x53\x79\x36\x0a\x95\x5c\xe7\xbb\x7c\xd9\x13\xa7\xe9\xe0\xf9\xb2\x78\xca\x17\x5e\x1d\x98\xfb\x0b\xe8\x61\xd3\xc8\x39\xd1\xc9\xc9\x73\xfd\x54\x9c\x0d\xc8\xc5\x65\x0d\x07\x47\xdf\x25\x0d\xa7\x93\x94\xef\xba\xac\x32\x20\x24\x5e\xf6\xfa\xc0\x54\xae\x2e\x45\x8c\x4e\x95\x98\x97\x23\xad\x78\x50\x4c\x13\xd7\xf5\x2a\x6a\x99\x9a\xcb\xe6\x8f\x4f\x8b\x72\x66\xc1\x76\x2e\x1f\xc0\x3f\x25\xf1\xb9\x2e\x3b\xba\x38\xcf\xb7\xdd\x6f\x59\xbc\xdb\x61\x15\x70\x59\x25\x2e\x04\x37\x72\xdd\xb6\x22\xb2\x27\x6f\x2b\x1f\x9c\xdf\xdb\xf5\xa8\x60\xa4\xb7\x27\x05\x4e\xae\xf0\x53\xd0\x30\xd7\xed\x49\xc9\x96\xba\x5f\x57\x14\x4d\xca\xf3\x84\x68\x67\x08\x11\x41\x6c\x97\x20\x44\xe0\x71\xae\xc7\xe1\x22\xec\xeb\xe7\xa5\x2b\x7d\xfc\xd4\xac\x0d\x13\xcd\x25\x2d\x6b\x02\x6b\x7d\x3d\x72\xa0\x21\xbe\xbd\x4a\x16\xa7\xf7\x79\xe9\xcc\xdc\x3d\x2f\x9d\xbc\x21\xba\x58\xba\xc7\x74\xc1\x90\x1f\x81\x84\x11\x01\x0d\x54\xfa\xc8\x84\xf2\x8b\x74\x92\x40\x5d\x46\x2a\x41\xe9\x3d\x19\xb1\x97\x4d\x7a\x4f\x2f\x0b\x9f\xf3\x83\x82\x7d\xb3\x3e\xb7\x52\x79\x23\x87\xde\x93\xd0\x78\xa1\xeb\x7e\x4b\xc3\x84\x2d\xdd\x93\x1d\x6a\x9d\x37\xec\x50\xfb\x34\x69\x87\x5a\x18\xd7\x6d\x1f\x06\x65\x24\xef\x9f\x36\xb4\x21\xcc\xde\x76\x61\x84\x0f\xdd\xb3\xcd\x0b\x99\x9a\x7b\xb6\x43\x2d\x3b\xf5\x9e\x6d\x5e\x18\xfc\x60\x8f\x5a\x6e\x96\x7b\x36\x12\xf1\xd3\xe8\x6b\x80\x08\x25\xb3\x3d\x66\x83\x5e\xec\x3b\xa4\x4d\x93\x9a\x03\x7d\xff\xb4\x9e\x8d\x2b\xfc\xfe\x69\x3d\x1b\x42\xce\xbd\x18\x52\x99\xcd\x7e\x2f\x26\x64\xf0\xc3\xaa\x2f\x32\x35\x0a\x7f\x9d\xd7\x4f\x13\xc5\x3f\xf0\x86\xec\x3d\x84\x8d\xde\x8b\xbd\x4e\xd9\x16\xf7\x62\xaf\x53\xa5\x93\x43\x86\x90\xd0\xb1\xbc\xfe\x34\xbe\x90\xe5\x24\xc7\xf8\x5e\x64\x39\x61\x76\x9d\xed\x1b\x24\xc8\xbd\x2a\xca\x99\x5d\xb4\xca\x5a\x12\xbe\x74\x3b\xd7\x37\xb6\xfa\x7b\x55\x6c\x36\x13\xf1\x53\x8f\x3e\x92\xc4\xbd\xda\xb7\x96\x53\x7f\xcb\x47\x82\xfe\x70\xaf\x36\xaf\xc4\xa6\x78\xaf\x32\x17\xb1\x7a\xab\xa9\x6e\x74\x61\x5f\x5b\x63\x0c\xc6\x81\x17\xc8\x92\x01\xa9\x43\x95\xa7\x81\x16\x3c\x0d\x99\xa6\xcd\xd3\x90\x53\x7f\x6f\x9e\x86\x8c\x69\xb3\x53\x31\x96\xd9\x5b\x5e\x16\xb4\xd4\xdb\x28\x7c\xec\x24\xf7\xe6\x79\x08\xd9\xce\x36\x1e\x31\xf5\x7e\xb3\x8d\x73\xa2\x37\x55\x87\xe3\xb4\x6d\xef\xea\xf3\x85\xa9\xcc\xa5\x72\xbf\xc9\xc5\x99\xb9\xe2\x58\xf0\xcf\x1b\x4a\x2e\xce\xbe\x7f\x93\x8b\xb3\x18\xc5\x8e\x36\x76\xd4\x9b\x4c\x9c\xb9\x2d\xf6\xb4\x31\x35\x65\xa8\x4d\xbe\x90\xa3\x8d\xa3\x53\x2c\xfe\xd6\x3f\xc5\xb1\xde\x6f\xe6\xf1\xca\x88\xe4\x6e\x84\xa5\xbc\x90\x7e\x0e\x81\x53\x91\xa3\xf0\xdf\x4a\x45\x4e\x28\xec\x5d\xed\x6e\x64\x66\xab\xa9\x66\x26\x15\x05\xf0\x09\x7e\xbd\xab\x4d\xad\xac\x96\xca\x61\x2e\x64\x18\xb8\x1d\x17\xb0\xf1\xfc\xba\xd8\x33\xd5\xd5\x7e\xba\x4c\x93\x02\x07\x3e\x62\xc5\x2d\xa7\xca\x42\xb9\x95\x5b\x4e\x95\x85\x7a\x27\xb7\x42\x0b\x16\xd2\x9c\xdd\x4d\x55\xd1\xa2\x2a\xde\xf2\xaa\x2c\x64\x48\xbe\x95\x6f\x7c\xa1\x04\xcb\xed\x68\x03\x6a\xa6\xdc\xca\x32\xb9\x50\x64\xe5\x6e\xa6\x2c\xfa\xde\xdd\x14\x01\xb1\xd1\x84\xad\x9b\x91\xe3\x6e\xb9\x66\x96\xbe\xd0\x84\xdc\x79\xf0\x88\x26\x77\x1e\xa7\xad\xd9\xd8\xb9\xf0\xc2\x23\x84\x60\x74\xc6\x5b\xa1\xb5\x4b\x5f\xf8\x61\xf6\x0f\xe9\xb4\x2b\x9f\x3c\x0b\x22\x5f\xcd\x4a\x65\x8a\xbb\x3b\x1b\x7c\x9c\xf8\xb7\xd4\xae\x95\xaa\x0f\xf7\x4f\xed\x2a\x1f\xbe\xd2\x9d\x0d\x20\xce\x8e\x5b\xee\x99\x4a\x18\xec\xfd\x53\xbc\x0a\x71\x4d\xf7\x78\x8d\xb4\x99\x2b\x61\xab\x3a\xb1\xb6\xf7\x90\x7f\x8f\xcd\x3f\xe4\xdf\xe3\xc0\x49\xf5\x5a\x29\x49\x75\xff\x54\xaf\x02\x98\xe3\x1e\x0e\xc9\x84\xb1\x08\x6c\xb5\x92\x73\xeb\x1e\x76\xf8\xad\x7c\xb2\xdb\xca\x1b\x42\x87\x1d\x7e\x2b\xa3\x90\xc3\x0f\xa6\x2d\xe5\xac\x53\xc0\xf4\x96\x6a\xd5\x80\x16\xdc\xbb\xcd\xbc\x8c\x53\x3e\x8f\x86\xd1\xfb\x76\xee\x97\xcf\xd5\xe2\xa2\xf1\x1f\xa6\x7b\xf9\x87\x90\xf2\x08\x56\xd1\xb8\x2b\x9e\xd5\xf2\x7e\xcb\xb3\xdb\xcc\x84\x3f\xca\x27\x36\x45\x5c\x78\x56\x55\x4c\xcf\x30\x9f\xd5\xc6\x4b\x9e\x2f\xd9\xba\xfe\x4d\xf7\xe3\x1a\x0f\xd4\xd7\x7a\x36\xdd\x4e\xe1\x26\xcf\x66\xe8\x47\xd8\xf0\xb3\xf9\xd2\x9d\x79\x43\xc5\x13\x06\x2f\x38\x6f\x64\x26\xf3\xd9\xde\xf3\xc1\x0f\xf6\xe1\x47\x35\x7a\xec\xee\xee\x8c\xea\xdd\x78\x8c\xca\x2e\xae\xcf\x1b\x8f\x37\xda\xbf\xb9\x7c\xe4\x11\x27\x68\xe5\xf9\x71\xf6\x0a\x97\x7c\xca\x62\xbb\x7d\x66\x4a\x9c\xbd\x11\x6c\xfd\xb8\x6c\x44\xce\xcb\x23\x50\x2a\xf8\xaa\xa7\xd8\x4e\xce\xfb\xca\x56\x30\x78\xb6\x1d\x9c\x1e\x65\x07\x1e\x7c\x2f\x3b\xf0\x60\x00\x8a\x52\x65\xc4\x55\xc0\x74\xe6\xb1\xca\x0e\x9e\x93\xf1\x38\xff\x40\x44\x97\xa7\xca\xec\x93\x2b\xf9\xa9\x32\x9a\xe4\x64\x3d\x46\xa0\x46\xae\x78\x8c\x40\x0d\xd3\x79\x54\x3c\x98\xa0\xcd\xc7\xf9\x05\xb8\x97\x1e\xd9\xa5\x5a\xff\x93\xd1\xee\x79\xfd\xd9\x01\x1c\x3c\xc2\x9f\x62\xf6\x7e\x9a\xb5\x00\x76\x56\x53\xa8\x60\x18\xd6\xd3\x9c\x02\xa8\xf0\x85\xe5\xef\x4c\x88\xf8\xec\xbc\x7e\x7e\xb0\xf0\x16\xe6\xf2\x34\x43\x84\xd8\x7a\x2e\x2b\x8c\x25\xe8\x91\xcb\x7b\x21\x3d\xf8\xd3\x8b\x6e\x8c\x74\xda\x7d\x1f\xb0\xb1\xba\x61\x11\x61\xe6\x4f\xef\xda\x69\xe9\x43\xe6\xac\x15\x24\xee\x63\x54\xeb\xa7\x0b\xa5\xef\x66\x33\xf7\x37\xc5\x5f\x9e\x2f\x6d\x2c\x7a\xbc\x75\xa6\x43\xa6\x32\xf1\xd6\x11\x73\xc9\x33\xec\x21\x4a\x07\x43\x1e\x92\x08\xe7\x8f\x22\xb8\x1a\x79\x57\x9f\x21\x17\x09\x43\x56\x89\x08\xa4\xbd\x67\xc8\x45\x32\x68\xf0\x3d\xe3\xf4\xb8\x8b\x6d\x64\x48\x43\x26\x78\x8e\xe3\x90\x0b\x81\xf7\xe5\x05\xe7\x3e\x7b\x64\xaa\xda\xf0\xc4\x3d\xbb\x02\x70\x3b\xcf\xb2\x21\xb2\xd9\x77\xd9\x10\x39\x4c\xbb\x02\x72\x39\x3c\xbb\xd2\x53\x47\xe4\x7d\x76\xd9\x48\x3b\xff\xdb\x6d\xcb\x66\x76\x4a\xb2\xfa\xe9\xe1\xf6\x24\xd1\x85\x54\x63\x68\x3a\xac\x1a\x33\x06\x47\x85\x51\x5c\xec\x91\x59\x6a\x7c\x9e\x5f\x61\x31\xa3\x38\x5e\x3b\x08\x6d\x1a\xb7\xd5\xf8\x41\xe5\x4e\x0a\x7d\x58\xfa\x60\xb7\x1d\x02\x44\xc1\xb6\x0e\x09\x1f\x85\x06\x8c\x2b\x62\x73\x1c\xbe\xd5\x37\xde\xf0\xad\xce\x0b\xb6\x4c\x66\xb7\x1c\x3f\xbe\x84\x49\xf0\x39\x1e\x6d\xbf\x50\xa5\x22\x73\x95\x1b\xe2\x94\x7f\x2a\x97\xe9\x73\x2e\xfa\x3f\x33\x7d\xae\x7a\x4e\x7b\xaa\x29\xb7\xc5\xce\xf9\x9c\x72\x8f\x74\xbe\x97\xbb\x8a\x95\x3a\xe5\xce\x61\xab\x9c\x72\xe7\xb0\x55\x4e\xef\xb5\x6c\x66\x95\x94\xfb\xdc\x58\x97\xdd\x39\xe9\x4f\x25\xe3\x3e\x13\x74\xd9\x81\xcf\x6e\xbf\x5e\xfb\x24\x3f\x3c\xe2\x8c\x19\xe1\x6d\x33\x5c\x80\x86\xcf\x6b\xb9\xa1\x89\xdb\x49\x33\x59\x96\xdb\xc8\x03\xce\xa4\x4d\x37\x6c\xd0\xd7\x74\xc3\xf5\x70\xdb\xa0\x05\xff\xbf\xdf\x2d\x4c\xaf\xef\x16\xa6\x0d\xeb\xd8\xf4\xf1\x78\x83\xe6\x8b\x17\xc5\xca\x41\x7f\xa4\x84\x31\xd7\x2f\x88\x95\x4b\x45\xc6\x9b\x85\x6c\x4e\xcf\x63\xe5\x25\xc3\x34\x66\x15\x80\xcc\xf3\x08\x26\xc8\x28\x1f\x41\x13\x38\x35\x02\xa4\x2e\xfd\x9f\x08\xd2\xa7\x69\xd2\x65\xbf\xe5\x59\x16\xa7\x7f\x3b\xbe\x4f\x2e\xc2\x96\x48\xca\x3e\xd9\x72\xb3\xcc\x7f\xb8\x87\xfa\x24\x6f\x78\x12\x5d\xf6\xc9\x25\x7f\xff\x9d\x86\x3e\x39\x00\x6d\xa5\xb7\xa6\xdd\xcf\xfb\xdd\xf4\x31\x5c\x79\x4f\xff\x49\x71\x7d\x72\xbd\xb6\x7f\xf4\xf7\x49\xee\xee\x69\xca\xff\x72\x67\xa7\x70\x6d\x9f\x14\x5f\x36\xfd\x5b\xa4\x3e\xc9\x80\x33\x2d\x19\xd0\xbc\x69\x00\x99\x0e\xbb\xaf\x57\xfe\xaf\x3a\x4e\x3c\xcb\x7d\xbd\x66\x7c\xb3\x82\x87\xd7\x8c\xc7\xee\xeb\x95\xf6\xc4\xaa\x07\xcf\x3e\x5e\x8c\xe7\x32\xc1\x35\x3f\xdc\xfa\x80\x0e\x7d\xbe\xd2\xc1\xf2\x9a\x83\xf3\xc1\xa2\x48\x95\x11\x8a\x17\x9b\xb1\xd7\x74\x21\xc3\x4d\x5f\x56\xde\x50\x99\xb6\x1e\x1a\x96\xfe\xdb\xc8\x73\x16\xc5\x76\x9c\x95\x49\x5b\xde\xab\x3f\xb3\xbc\x58\xb5\xef\x59\x37\x25\x2a\xeb\x49\x3e\xdf\x27\x25\x33\xd8\x52\x96\xad\x4f\xab\xb3\x7e\x6f\x99\x89\xd5\x89\x81\x18\xe7\xea\x8d\xc6\x0b\xdb\x7f\xff\xa3\xb0\x47\x9f\x56\x43\xf2\x32\x6c\x95\xcd\x98\x18\xf6\xea\xbd\xc4\xff\x43\x4b\xc7\xb3\x90\x11\x4c\xdc\x7a\xeb\x7f\xfa\x93\x44\xc8\x34\x6d\x92\xf8\x46\xde\x97\xa3\x79\x2c\xa1\xd9\x8e\x66\xc6\xe3\x4c\xbd\x2c\xc4\xa6\x5b\x9b\x93\x65\xbf\x31\x5b\xdb\x61\x59\x25\xf4\x17\x5f\x57\x1b\x1f\xa8\x48\x44\x4f\x83\xc5\xb7\x6e\xa6\xb4\xec\x3f\x46\xc9\xe1\x29\x2e\x54\x52\xf8\xc0\x5e\x92\x8d\x37\x7c\xf9\x7c\xba\xb8\xd5\x44\x9e\xab\xd2\xc6\x2e\xec\xff\xfa\x96\x0d\xcf\xa8\xab\xab\x1e\x6f\x19\x85\x2a\xa7\x4d\x49\xf0\xd0\x27\x57\x4a\x0b\xe2\xa1\x4f\xb2\x56\x4c\x6d\xca\x30\x64\x8c\x98\xd7\x4f\xb7\xb2\x6f\x31\xd5\x4d\x00\x29\xa6\xb6\x99\x71\xa6\xc5\xf6\x5e\xe4\xfc\xa0\x1a\x73\x23\x73\xd9\x84\x89\x1a\x19\xe4\x6b\x45\xe0\xdc\x37\x23\x84\x39\x77\x32\x0a\x74\x38\x55\x53\x2d\xb6\x2d\xe7\x4e\xb2\xec\xc4\xea\x39\xdb\x56\x42\xd0\xfb\xd4\x7f\x17\xf1\xc6\x76\xea\x92\xb1\x46\x68\xec\x72\xfb\xb3\x9d\xbb\x57\x37\x43\x56\xb8\x56\xb0\xbb\x7d\x72\x4d\x09\x06\xf8\x93\x6b\x6b\x72\xcf\xf6\xa9\x2b\x41\x1e\x73\x36\x26\x1d\x97\x10\xf0\x13\x4b\x6b\x2a\x9d\xf5\x69\x38\x69\x7d\xa6\xe4\x27\x85\xd6\x15\x3e\x3f\x9c\xf8\x21\xed\x0f\x83\xaa\x33\xde\xa1\x8a\xdf\xd0\x3b\x5e\xd1\x27\xcf\x36\xbb\xd0\xde\xa9\xf7\x33\x61\xe3\xad\xeb\x94\x67\xab\xdf\x34\x20\x8f\x6b\x65\x63\x29\xa4\xaa\x6e\x7f\x41\xc9\xf5\x69\x57\x55\x27\x16\x7c\xf7\xc5\x93\xde\x8d\xeb\xfc\x1c\x2e\x79\x5a\x6b\xe1\x59\x28\x8b\xc2\x68\xac\x36\x64\xb8\x3f\x09\xb6\x7e\xf6\xf0\xae\xfa\xe5\x6c\x49\x79\x55\x93\xe7\xab\x4f\x2e\x6f\xcc\x21\x78\xd3\x61\xf1\xff\xe6\x1a\x01\x79\x2e\x6a\x3f\xe3\x39\xde\x7a\x83\x59\x5f\xc9\xa6\x7d\x61\x87\x1e\xce\xcc\x91\x11\x4a\x16\xad\x30\xd8\xe3\x85\xc2\x65\x4e\x24\x7a\x82\x82\xee\x93\x64\xc7\x19\x8e\xf6\x93\x15\xa9\x9a\xd3\x27\xf9\x3b\xcb\x02\x0b\x3b\xcd\x62\x43\xd4\x29\xa5\xfc\xf3\xff\xd0\x73\x86\x74\xee\x7a\xe6\xfd\x53\x2c\x3b\x34\x29\xb9\xd5\x0c\xb7\x91\x70\x39\x71\x3b\x2a\xb9\xd5\x8c\xb8\x70\x4d\x6a\x2f\x8b\xa4\x64\x07\x33\xef\x5f\x82\xda\xd0\xff\x65\x82\x32\x03\x97\xaf\x8c\x10\x7c\x89\x1e\xc4\x15\xe5\x46\x98\x19\xdf\x65\x7a\x32\x61\xd7\xae\xef\x33\x5e\x95\x5b\x8b\xae\xd9\x27\xa5\xca\x9a\x39\xb3\x97\xa4\x93\xcf\x78\x45\x1f\xf3\xa5\xd4\x58\x33\xdf\xdf\x92\x56\x98\xdf\x5b\x60\x43\xae\x44\x65\xc6\x9a\x58\xb0\x9f\x68\xbc\x4c\xf0\x8c\x9f\x64\x4c\x9e\xe7\x3e\x29\x0b\x42\x5f\xd8\x13\x92\x6a\x5b\x67\xdb\xde\xba\x14\x61\x73\xb7\x2e\x41\xb6\xe5\x23\x78\x1c\xc7\xe6\x91\xfa\xc1\x3d\xff\x58\xfd\x48\x7b\x3f\x11\x77\xd9\xd8\xb5\x8f\x04\x42\x36\xed\x4f\xc2\x6d\x15\xd1\xe2\xb1\xcd\x0d\x36\xf3\x48\xa0\xe2\xe0\x3e\xbe\xc5\xe9\x70\xd7\x33\x1d\x1c\xbf\x67\x96\xf4\x11\x1e\x90\x73\xfd\x98\x40\xbe\x17\xda\x2b\x5b\x62\x9e\xa4\x5f\x65\x0a\x67\xe1\x3f\x6b\xae\xa6\x79\x12\xfe\x2f\x52\xca\x3c\xf9\xfe\x2b\xfc\x20\x89\x31\x77\xec\x6c\x11\x37\x53\x3e\xff\x9f\xb1\x33\x39\x9b\x5e\xd5\x81\x70\x2a\x37\x04\x9b\x99\xcd\xc9\xc5\x63\xfe\x21\xdc\xa7\xab\xf8\xf5\x7a\xf9\x2d\xdd\x6d\x03\x62\x10\x1a\x4a\xd2\xb6\x38\x0f\x3d\x98\xc2\x1e\xcf\xd3\xa7\x8c\x16\x64\x35\x2c\xf4\x60\x54\x7c\x4c\xea\xbe\x59\xda\xa2\x89\x15\x59\x15\x54\xee\xfb\x92\x25\xa2\x8d\x9f\x5c\x3b\xc2\x57\x37\xf6\xdd\xc2\x4c\x8e\xe7\xee\x72\x33\x31\x08\xe7\x55\x98\xb4\x38\xd5\x40\xcc\xcb\x6e\x4d\xa4\xd0\xc2\xa9\x17\x68\xe0\xd6\x33\x23\x78\xf4\x5c\xe3\xf9\xd5\x73\x7c\xff\x93\x63\xc9\x62\x36\x76\xe5\x55\x40\x34\xd9\x93\x70\x81\x71\x16\xf6\x24\x5c\x20\x0b\xe9\xbc\x0a\xc1\x0e\xf7\xd4\xd5\x1e\xff\x0b\xd7\x98\x68\x5f\x04\x4c\x06\x94\x4e\xbd\xf0\x17\x84\xc2\xd8\x85\xe2\x0c\xe4\xc7\xd8\x93\xa9\x8d\x45\x36\x8a\x33\x4e\xfe\x6e\x14\x67\x70\xc2\x5d\xd2\xef\x0c\xd7\xd7\xd8\xf3\x4a\x78\x1a\xf3\xe1\x34\xbd\x93\x19\x97\xf5\xb9\x86\x75\x7f\xec\x59\x79\x06\x5a\x50\x24\xa4\x66\x94\x8f\x1d\xbb\x90\x98\x23\x74\x95\x3d\x0b\x29\xd7\xe2\x7b\x67\x46\x48\x0c\x52\x12\xef\x08\x76\xbb\x97\xf2\xdf\xff\x66\x78\x80\xc6\xee\x44\x08\x21\x82\xec\x92\x80\x47\x28\x3b\x7b\x71\x09\x96\x49\x03\x1e\x11\x0d\x48\x9b\x0b\x19\x65\x2f\xaa\xbb\xc0\x24\x14\x8f\x38\x28\x2a\x1e\x71\x50\x60\x68\x66\xdc\x17\x7b\x95\x11\x75\xe7\x59\x58\xc5\x90\x79\x76\x43\x33\x83\x1f\xee\x55\xd8\xbe\x1e\xe3\x73\x26\x84\xc6\xff\x96\xd1\x62\xbc\xd5\xa9\xf5\x2a\x2f\x9c\xbf\x19\x61\xd3\xfe\x24\xec\x59\xd9\xf4\x3f\x79\x7a\x56\x8e\x59\x13\xb8\x8f\x4d\xa9\x4c\x09\x15\x6e\xf3\x13\xaf\x67\x65\x1b\x39\x31\x02\xa7\xce\x75\xe3\x26\xff\xff\x56\x60\xb0\x27\x54\x37\xae\x72\xc8\x94\x18\xa1\xb2\x0d\x5d\x17\x6e\x32\x1e\xa7\x98\x09\x31\x65\x6f\x46\xfe\xc3\x39\x6c\xa7\x0e\x19\x61\xff\x89\xe6\xb3\x72\x0c\x05\xa7\x8c\x64\x14\x63\xef\x02\xfb\xcd\x98\x81\x6e\x8a\xe2\x7b\xc1\x29\x23\x22\x67\xec\x5d\x53\xde\x79\xbf\xe9\xfd\xe8\xbf\x9b\x22\xfa\x93\xd2\xc3\xb1\xe8\x66\x86\x95\x06\x15\x67\xb5\xb3\xa8\x2a\x11\xf7\x39\x26\xc3\x9b\x24\xe6\x70\x08\x3f\x15\x42\xc3\xee\x7a\x70\x3b\x1c\x5b\x45\x86\x7b\x86\x79\x0e\xfb\x81\xe0\x75\xc3\x80\xb6\xb8\xa5\xf6\x21\x40\x5b\x08\x0e\xfb\x58\xa9\x7f\x62\x9a\x86\x75\xb5\x58\x88\xe1\x90\x1c\xe6\x7d\x2c\x5d\x8d\x37\x96\xae\x46\x9b\xa6\x2b\xfa\x5c\x76\xe6\xb8\xea\x76\xa7\xc9\xed\xcc\xfd\x5c\x8a\x57\x74\x32\x85\x68\x62\xb1\x9c\x18\xa1\xb3\x5f\x5d\x8d\x98\x03\xec\x9a\x19\x9d\x0d\x6a\xdc\x64\xe7\x04\x38\x31\x42\xa8\x31\xbb\xf3\xdb\x76\xf8\xb8\x71\x92\x9d\x3d\x79\xd8\x1e\xc1\x0d\x2a\x9c\xe4\x9e\x39\x15\x12\xd6\xf7\x0c\x63\x3a\x6c\xa1\xa0\x53\xf9\x26\x3e\x1f\xc8\xfb\xf7\x39\xa7\x4e\x70\x9b\x59\x90\x63\xa9\x9c\x31\x15\x32\x40\xef\x99\x36\x65\x70\xde\x33\x4b\xb4\x0c\xce\xb0\x3f\xd7\x7d\x8b\xb2\x2f\x63\x57\x51\x8c\xf9\x79\xc1\x98\x19\xb6\x96\xb3\x90\x65\xd6\x6c\x49\xf5\xac\xd9\xb9\x48\xa5\x0d\x1b\x5f\xf6\xbf\xc0\x11\xc6\xfe\x93\xf9\xeb\xe7\x56\x76\xd1\x64\x94\xaa\xfd\x5c\x96\x9a\xa0\x5b\x55\xe3\x3e\x17\xd7\xf9\xe8\x39\x26\x4a\x19\xcb\x3e\xd7\xf2\xb5\xe9\x39\x1a\xbc\x6c\xb6\x81\x47\xfe\x94\x88\xfa\xb9\xf7\x2f\xeb\xea\x31\x07\x97\x8d\x9c\x83\x16\xed\xd3\x1c\xd1\xe5\x25\xa8\x09\x4c\xef\x32\xd4\x24\x0c\x1f\xfb\xca\xaa\xcb\x4d\xf7\xd3\x33\xea\x47\x96\xb8\x0c\xb9\x19\xfc\xb0\xc8\x0e\x32\x7f\x9a\x46\x2d\x4c\xd4\x4f\xb3\xa8\x85\x51\xdf\x46\x69\x84\x1c\xba\xdf\x86\x2a\x84\xec\xbf\xdf\xcb\x37\x10\x4d\xde\xf6\x0d\xf0\xc2\x32\x29\x04\x1d\xaa\x4a\xd7\x18\xd4\xbd\x80\x09\x41\xd7\xbd\x1c\xad\xbc\xf1\xd8\xdb\xc5\xb0\x1c\xaf\x1b\x7d\x2a\x18\x6c\x70\x1f\x3c\xb6\x99\xc5\x64\xbb\xc6\x46\xe2\x46\x73\x69\xba\xca\x07\x0a\x36\x08\xf9\x7d\x57\xc9\x0d\x34\xbc\xfd\x19\x9a\xd9\x18\xe2\xaa\xdf\xcc\xf9\xb6\xe5\x1c\x19\xe1\xb1\xbc\x1d\xab\x6b\x85\x82\x93\xa8\xea\xcd\x03\xf9\xf9\x59\x35\xed\x83\xe6\x77\x9d\xaa\x68\xc1\x10\x47\x84\x86\xd7\x4a\x0f\xff\x37\x17\x30\xe6\x07\xf1\x56\x26\x4d\x70\xc5\x09\xc3\x17\x5c\x71\x43\x0a\x70\x08\x18\x0b\xf7\x5a\xcb\xfc\xf7\x7e\xda\xa4\xf3\x54\x9e\xad\x12\xe4\x78\x96\x8b\x23\x26\x3d\x29\x41\x2f\xa6\xa3\xa4\x04\xbd\x11\x81\xf0\x93\xba\x35\xbe\x14\xcf\xe6\x66\x35\x9e\xbd\x9b\x47\x3c\x1f\xda\x9b\xbc\x6f\x87\x7d\x88\xae\xc9\x46\xf0\x4c\x87\x0a\x69\x89\x2b\x31\x39\xa6\x2b\x08\x4c\xbb\x44\xeb\xe0\x53\x69\x97\xe5\xb1\x47\x07\x3f\x6d\xa1\xa4\x98\xe1\xb4\xdb\xe3\x12\x17\x60\x12\x64\x71\x8b\x72\x95\x23\xed\xb6\xd3\x07\x1f\x4b\xbb\x63\x24\x2b\x6d\xe8\x82\x63\x52\x95\xa3\x37\xaa\x2a\x8f\xf4\x53\x0f\x66\x65\x52\x85\x58\x8c\xa0\xd6\x91\x94\xb6\x21\xc2\x0b\x47\x4a\x9b\xec\x23\x31\x66\x95\xc6\xdb\x3f\xff\x27\xed\x92\xf8\x3e\x49\xd1\x64\x92\x95\xa2\xa1\x4d\x48\x50\x5a\xb5\xc8\x21\x35\x92\xd3\xaa\x21\x58\xa4\xe4\x9d\xcd\x07\x9a\xe5\x48\xf1\x3b\x92\xaa\xd9\xb5\xd8\x67\x29\x5b\x63\x89\x06\x94\xea\x0c\xe9\x34\x29\xd5\x19\x17\x78\xca\x3f\xcd\x71\xc6\x51\x4a\x32\x68\xcf\xd8\xa7\x49\xd5\xeb\x66\x1c\x84\xa4\x48\x2d\x2c\x84\xc9\x91\x5a\x6c\x03\xc9\xff\xe9\x33\x1e\xf9\x58\x91\x1e\x53\x96\xf8\x1c\x12\x45\x2a\x9b\xd6\x80\x67\xc9\x6e\xfb\x5f\x32\xf9\x8c\xb4\x94\x83\xa0\xa6\x54\x3d\xc7\x7c\xfe\x94\x83\x3c\x58\xb0\x22\xd1\x94\xd1\x29\x23\x2f\x9e\x9e\x54\x2c\x6a\x7c\x5e\xb0\xa8\x11\xa2\x67\x12\x7e\x70\xe3\xe0\x27\xe1\x07\xb7\xce\x18\xaa\x85\x0f\xa6\xa8\x5a\xf8\x60\xeb\x2f\x23\x7b\xa3\x0d\x5f\x1d\x93\x37\x7c\x85\x4e\xba\xf5\x5d\x32\x69\xf4\xf1\x5d\xc1\x0f\xc6\xfc\x85\xf2\x9c\x64\x46\x4f\x11\xd8\xfa\x63\xc8\x56\xb5\x62\xaa\x8d\xf1\xab\x30\x91\x66\xac\x5c\x5c\x0e\x49\xa0\xbf\x9a\x3e\x3f\x28\xdf\xe4\xa0\x09\xa7\x7f\x80\xaf\x48\xb8\xcf\xd8\xff\x93\x84\xfb\x1c\x59\xcc\x46\x72\xd9\xe7\x4c\x13\xf6\x0e\xc6\x94\xff\x84\xf9\x8a\xce\x9e\x84\xf0\x8b\xbc\x9d\x23\x75\xef\x60\x9e\xab\x36\x14\xcf\xd6\x97\x42\x61\x4b\xb2\xc3\x4f\xb8\x80\xb2\x09\xef\xcc\x7e\xb7\x81\x8a\x35\x76\xcd\xe8\xfe\x79\x43\xf1\x2e\xd8\xa1\xd3\x4f\x01\x68\x81\x00\x1d\xe9\x27\xff\xb7\xc0\x7b\x8e\xe4\x52\x79\x71\xc3\xa5\x9f\x3a\xd0\x02\x5d\x39\xd2\x4f\x1d\x68\x3b\x43\x1c\xb6\x83\xc7\xfb\x92\xed\xc9\x78\x3c\x92\x0c\xef\x1f\x6e\x39\x7c\x8d\x47\x87\xc3\x05\x6e\xe9\xe0\x51\x83\x31\x89\x32\xd4\xa3\x35\xa7\x65\xa8\x8f\xef\xe7\xae\xf6\xa3\xbf\x69\x4b\x71\x0c\xf0\x27\xe7\x53\x7e\x7e\xa4\x29\x97\x25\x8b\xf8\x13\xea\x1b\x32\x7c\x9a\xb6\x6c\x47\xff\x3f\x99\xbe\x21\x90\xa7\x79\xea\x39\x08\x9e\xbe\x3d\x78\xfe\x8d\xff\x73\xca\x24\xf2\xe3\xe8\x48\x87\x39\x71\xfc\x7f\xec\x7a\x3f\xfa\xff\x69\x00\xad\x73\x9b\x38\x13\x1a\xf3\x71\x14\xfd\x1f\xf4\xda\x54\xcf\x7c\x1c\xbe\xdf\xe1\x7b\x3f\x75\xa0\x7d\xf8\xc0\x21\x82\x61\x5b\x3f\x6d\xa0\x75\x38\xcf\x61\xd3\x14\x4b\x7a\x98\xe2\x98\x51\x29\x03\x8d\x2d\x20\x74\x4a\xa4\x17\x1e\xe9\xf0\x0c\x30\x00\xcf\x40\x50\x28\x55\xa1\xb1\x62\xb6\xf5\xb3\x25\x85\x44\x69\x9c\xc3\x53\x14\xc3\xa6\x96\xad\x3f\x66\xe4\xa7\x15\xb4\xce\x41\x96\x52\xd0\xd8\x71\xca\xf8\xd0\xa0\x47\x3a\x42\xe3\x8c\x9c\x5a\x61\x38\xe7\xa9\x18\x69\xe8\xf9\x29\x01\xed\xc3\x15\x4f\xd3\x1b\xf4\x29\xa5\x5b\x63\x87\x29\x1b\xc4\x98\x5c\xe6\x97\x97\x3c\x3a\xb8\xb4\xc4\xa1\xe7\xa4\x9f\xcc\xdf\xa2\x70\xd8\x48\x92\xf9\xfb\x80\xa9\x4a\x40\x1f\x89\x45\x5e\x68\x4c\xe6\xcc\x39\xd8\x52\xff\x0b\xde\x6d\xa4\x5b\x86\xf2\x30\xba\x26\xa1\x4e\x3e\xd2\xc2\x9d\xf5\x7f\x10\x70\x4b\x86\x0c\x33\x76\xb2\x63\xe0\xf3\xbf\x0c\xe7\xdc\x8c\xb7\xa2\xf4\x39\x63\xb7\x73\x6e\xb0\x05\xec\x19\x80\x33\xda\x13\x00\x3b\xbf\xe5\xe9\xc8\x3c\xcb\xf2\x1f\xf6\x80\xa4\x22\x19\x78\xc3\x93\x3d\x01\x1c\xc2\x47\xe2\x0d\x12\x98\x32\xb9\x15\xdc\x6b\x49\x45\x33\x36\x6e\x98\x47\x5c\x81\x3d\x67\xd7\x00\xc2\x84\x8a\x68\x20\xb7\x27\x15\xd1\xc0\x9f\x99\x1e\xb9\x3e\x98\x51\xd5\xc9\xd8\x91\x86\x9e\x53\xff\xf3\xbe\x5c\x1d\x85\xfe\xe5\xca\x61\x4f\x29\xf6\xa9\x15\xd8\xcc\x63\x8a\xa3\x81\xd7\x14\xf3\xac\x25\x65\x46\xe5\x59\xd8\x91\x30\x5f\xf9\x42\xd8\xd4\xaf\x08\xe6\xee\x91\x67\x21\x12\x6a\x8d\xf4\x6a\x49\x91\xe2\x5f\x5b\xb8\xd9\x93\xca\x2d\x31\x3e\xf2\xd7\xeb\x35\x8d\x39\x7f\x3d\x05\x3c\x6b\x0a\x38\x15\x4e\x0f\x87\x82\x97\x14\x06\x05\x20\x7b\xa4\x57\xe0\x2e\xee\x22\xa1\x71\x7a\x94\xc7\x1b\x59\xde\x07\xcc\x44\x79\xf3\x24\x8c\x78\xf6\xbe\xce\xf1\xec\x55\x6f\xf1\xac\x7d\x1d\xac\x32\xcb\x19\xb1\x85\xcc\x90\x9d\x7d\xa2\xf0\xbe\x1c\x5e\x71\x0e\xb2\xb2\x4f\xb4\x4c\xff\xca\x3e\x91\x19\xdf\x69\x7b\x05\x3f\x68\xd9\x2b\x1f\xc8\x2d\x1a\xdb\x32\x1b\x2f\x13\x07\x31\x1b\x2f\x03\xc1\x4b\x71\x08\xd9\x29\xef\xf2\xef\x04\x2b\xc9\xcb\xaf\xf0\xf9\x42\x0e\x9e\x58\xa5\xfc\x53\x24\x7a\x63\x0a\x16\x82\x66\xd0\x82\x70\x1d\xb1\xd1\x72\x92\x87\x27\x36\x56\x56\x11\xed\xc6\x1c\xa5\xa2\xff\xa3\x41\x6b\x0e\xc1\xcc\x72\x12\x49\x89\xf6\xba\xda\x8f\x35\xb2\x22\xd1\x69\x4f\x14\x31\xc7\x2a\xa2\xdd\x58\xa3\x64\xee\xcc\xb3\x08\x62\x8d\x7e\x7a\x46\x6f\x3b\xed\x49\xcd\x88\x6d\x99\x95\x00\x22\x02\xbe\x47\x56\x02\x88\x08\xf0\x1e\x59\x45\xb2\xdb\xce\xff\x72\xc1\x35\xbe\x97\xc3\x2a\x6e\x93\x2c\xb5\x23\x02\xd0\x47\x16\x8e\xa6\xb1\x07\x05\x72\x8f\xd4\xb4\x23\x4b\xed\x88\x00\xf3\x91\xb3\x8e\x49\xb0\xb2\xac\x04\x11\x83\xf9\xc9\xa2\x8f\x3d\xec\x92\xda\x08\x1c\x39\x8b\xc0\x10\x18\xb2\x32\x46\x44\x84\xfc\xc8\x45\xfa\x77\xa8\x76\xb9\x78\x01\xe3\x7b\x65\x8c\x88\x78\xf4\x91\x55\x1a\xb0\xed\x3c\x6b\x41\x39\x64\xc5\x0b\xf8\x27\x44\x5b\x2e\x3a\x21\xc1\x88\x73\x11\xf5\x71\x11\x64\xa1\x7c\x22\xf7\xf1\xc8\xaa\x13\x88\xdf\x3f\x17\xaf\x2e\xc4\x69\x75\x39\x61\x45\xbb\x35\xd1\xbe\x1c\xb0\x21\x5b\x64\xd5\x11\x8c\xc4\xc1\x23\x57\x4f\x06\xff\x6b\xf5\x83\xe5\x64\xd5\x11\x04\x05\x90\xab\x57\x3f\xfa\xaf\xde\xcd\xbc\x6f\x58\x01\xdb\xa3\xf9\xa6\xa1\x45\x23\x7e\x06\xeb\x21\x80\x4f\x8d\x68\xc3\x91\xdb\xba\xcc\xe3\x0d\xd5\xc2\xc3\xa0\x90\xad\x37\x70\x84\xa4\x37\x24\xce\xf4\x4f\x6f\x18\x58\x13\x72\x97\xe6\xcb\x24\xfe\xd4\x86\x34\x39\xc2\x5d\x9a\x2e\x44\x74\x79\xdf\xd8\x62\x5d\xbe\x46\x8e\x60\x97\xaf\x91\x23\x36\x64\x10\x81\x05\x0c\x8d\x97\x45\x51\x2e\xe5\x12\xf1\x95\x23\x0f\xa9\xe6\x0c\x70\xc8\xb9\xc8\x1e\x1f\x52\xcd\x59\x65\x65\x62\x9b\xf0\xa0\x21\x2c\xd8\xe7\x7f\x39\x4b\x39\xd3\x43\xee\x44\xd8\xe6\x10\x41\xf0\x20\x81\xd2\xe7\x67\x80\x22\x08\x26\xa8\x1a\x24\xf8\x3c\xb2\x22\x81\x0a\xf6\xef\xac\xcc\x6d\x93\x33\x30\xe5\x4d\x65\x9b\x28\x93\x5b\x82\x49\x09\xa3\x0e\x7c\x2f\x4f\xdb\x26\x62\xc0\xd3\x13\xc0\xf7\x5e\x21\xfa\x93\xbb\x98\x6d\x3d\xe5\x09\x84\x49\x4f\x4f\x40\xac\x80\x32\xbf\x15\xe4\x97\x3c\xbd\xa4\x34\xe8\x19\x88\x19\x3a\xe4\x50\x65\x49\x0f\x11\x08\xd7\x3a\x6c\x7c\x89\x0e\x0f\x6f\xc1\x18\xf0\x21\x02\x43\xde\xc9\x87\xb6\x20\x5b\xee\xd0\x16\xac\xfc\xaf\x15\xe6\xdc\x1d\x22\x90\x9b\xf3\xd0\x96\xfc\xf4\x2f\x6f\xf2\xa7\xfd\xcb\x5b\x8a\x01\x78\x8f\x32\x40\xef\xd1\x68\xf0\xd4\x92\xb2\x85\x24\xf4\xf7\x8d\x93\x7c\x2a\x98\x88\x4d\x6e\x29\x1e\xed\x3c\x9f\x32\xf7\xc0\x9a\x7e\x52\xfc\x18\xdc\xdd\x97\xbc\xa5\xdc\xdd\x97\xbc\xa5\x9f\x67\xb9\x83\x43\x11\xce\x97\xec\x9c\xe1\x8a\xcb\x97\xbc\xa5\x81\xe8\xca\x97\x6c\xcb\x8d\xf7\xe5\x1e\x0e\xf1\x28\x5f\x4a\x6c\xc3\xc5\x27\xe8\xf9\x87\xaf\xfc\x94\x84\x1c\x81\x91\x23\xab\xd4\xc9\xe0\x62\xbb\x64\x42\x64\x0f\x29\x99\x42\xfb\xdc\x6c\x97\x6c\xcd\xdc\x4c\x97\xed\x5d\xf1\xff\x2d\x04\x66\x68\xee\xf9\x76\x5c\xc4\xe4\x07\x39\x27\xc3\x13\x91\x6f\xd9\x37\xc2\x75\x91\x6f\x51\xc8\x55\x69\x70\x7b\x38\x4b\xf3\x6d\x0a\xf9\x5e\x36\xaf\x3f\x55\x66\x18\xf9\x16\xb9\x9f\xce\x45\xee\x67\x70\x72\x8e\x73\x13\xdc\xa6\x96\xf7\x95\x1b\x31\x1c\x2f\x59\x45\x57\x32\xff\x3f\xa2\x9e\x9b\xe5\xd1\x72\xd3\xfe\xa3\xe5\x66\x7f\xa9\x06\xcb\xa8\xfc\xaf\xc9\xe0\xe6\x7b\x44\x7c\x08\xf0\xf9\x11\xf1\x95\xef\x05\x4f\x40\x90\x7b\xcc\x02\xf8\x5e\xf4\x72\xcf\x3c\x4a\x63\x04\xcf\x7d\x2c\x27\xb0\x9f\xec\x4a\x60\x7f\x3c\x22\x18\x51\xf2\x15\xc1\x74\xf0\x7a\x7f\xc7\x80\x5e\x99\xbd\xe9\xe0\x15\xc1\x9f\xef\xb5\xfa\x61\x0d\xcb\xaf\x08\x86\x80\x57\xab\x8f\xdc\xf2\x2a\x93\x11\x82\xd8\xab\xfd\xcc\x25\xf1\x9a\x60\xbe\xf7\x02\xf3\x2c\x82\x61\x79\xaf\xea\x3e\x70\xde\x0c\x55\x62\x41\x5f\x9f\xe7\x7f\xcf\x65\xd3\x82\xc6\xad\x5b\x36\xa3\x1b\x78\xf6\x6e\xe6\xd9\x8e\xd7\x38\x50\x65\x13\x41\x61\x5a\x2b\x9b\x4a\x47\x05\x5a\xa0\x6c\x3e\xa0\x2d\x9e\x75\x40\x07\xcf\x82\x73\x7c\xbe\xf7\x01\x1d\xf1\x2c\x82\x3a\xed\x09\xce\x11\x13\x50\x36\x11\xc4\xff\xbb\x19\x54\x10\xb8\x7b\xc7\xf2\xac\x1d\x1b\xca\x48\xd9\xbd\x80\xd1\x9f\x50\x4f\x95\x15\x29\xf2\x5b\x34\xd0\x5b\x65\x5f\x08\x15\x9a\xf0\x9a\x30\x84\xcb\x0a\x4f\xcc\x91\xf0\xf6\x15\x40\x5a\x51\x2a\x85\x82\xa6\x5b\x54\xf0\x65\x7c\xbe\x90\x89\xb9\xb3\x4e\x72\x3d\x0c\x2c\x76\x25\x89\x2d\x14\x5e\x10\xaa\x84\x75\x49\xae\x67\xc8\xfb\xf2\x95\x40\xb7\xd0\xf6\x8d\xcb\xa5\x24\x81\x34\x82\xb3\x97\x2c\xc3\x7e\xdc\xe6\xe5\xa7\x32\xe4\xc8\xa9\x35\x4a\x96\xa1\x3f\x2e\xbb\xf2\x53\x19\x66\x64\xeb\x18\x25\xcb\xb6\x1f\xe2\x4a\xc9\xf2\x68\x85\x81\xa9\x64\x81\x36\x1a\xed\x09\xb4\xc1\x78\xb2\x4e\xc6\xe4\x7b\xf3\x41\xda\x3f\xf4\x3e\xe3\xd5\x04\x34\xda\xbf\xd4\x1f\xdf\xdf\x1a\x7f\xac\x81\x3c\x1b\x15\xa9\xbc\x64\x4d\x40\xdc\xce\xc5\x9e\x8d\x10\x5f\x8a\x3d\x1b\xc1\x9b\x4a\x11\xc1\x2c\xaa\x9d\x19\x9d\xef\xe5\xcc\x28\x7c\x2f\xdc\x4d\x48\x13\xa5\x88\x60\x8e\x5e\xb1\x7d\x68\xa3\x81\xa9\x0f\x78\x3e\x5c\x8e\x9b\x16\x45\x32\xbb\xa6\x08\x49\xc4\xde\x2f\x5a\xf3\x90\x2f\x4a\x11\xb2\x28\x98\x4f\xa9\xa2\x90\xc3\x5e\x85\x2c\x4a\x7f\xf2\xdd\x94\xaa\xe9\x08\xce\x5a\xe4\x26\xa9\x88\x6b\xa5\x7a\x3e\x62\xbe\x5c\x22\x06\x9b\x6c\xa9\xda\x01\x89\x67\xb1\x8e\xc1\x70\x56\xf9\xf1\x18\x7f\xd5\x16\xc8\xbc\xa0\x2d\x10\x12\x6d\x51\x52\xbb\xc8\x92\x37\x4a\xf5\x41\x9c\xf4\xe0\x09\x61\x02\x34\x21\x05\x1a\x7c\x06\xa2\x83\xe6\x09\x8a\x06\x95\xc7\x2e\xf2\xda\x8d\x22\x3d\xe7\x13\xfa\x53\x7e\x7a\x4e\x8e\x3c\x80\xa3\x34\xbb\x8a\x98\x04\x55\xa9\xc1\x0d\x5b\x16\x18\x2b\x46\x64\x30\x56\x68\x35\xa5\x0d\xcd\x32\xff\x7b\x4f\xc4\x29\x10\x38\x2b\xf2\xf6\x8d\xd2\xbc\xeb\x83\xe2\xa6\x5d\xbf\xf3\xbd\x28\xee\x0c\x58\x14\xc3\x88\x54\xc3\xa6\xc2\x36\xba\x95\x80\x30\xdb\x16\xb9\x73\x2a\xf0\xb4\xa2\x2a\x36\x51\x3d\x72\x14\x55\xb1\xa9\x30\xaa\x6e\x4f\x36\xff\x7b\xd5\x63\x4e\xbb\x7d\x7c\x74\x20\x8a\x0b\xdf\x6b\xd1\x43\x0f\x2c\xdd\xe7\x9e\xf7\xbd\xa6\xfc\x2f\x0a\xe1\x9c\xdd\xf5\xb5\x39\x97\x8a\xba\x18\x40\xd6\xcb\x48\x1a\x41\xb4\x20\xec\xd6\xdc\x3f\x3f\x78\xc8\xd1\xe4\xf0\x49\x65\x16\x95\xdd\x0e\x9c\x47\x19\x1e\x03\x0d\x98\xb5\xc4\xfb\x53\x70\x32\xf6\xa1\x0b\xda\x44\x44\xe5\x28\xff\x0a\xda\xc4\x2c\x08\xa8\x55\xc0\x1e\x15\x17\x38\xdf\xd9\x9b\xd3\xbe\x3e\xf6\xe2\xf4\x95\xf1\xf9\xc4\x88\xb3\x10\x2e\xca\x2a\x72\xc3\xe5\xfb\xd3\xb8\x0a\x3a\x75\x71\x7d\x73\x1c\x5d\xc5\x45\x6f\x76\x58\x86\x92\xe6\xa1\x35\x97\x95\x34\x8f\x0d\xab\xa4\x79\x28\x85\x65\x25\xcd\x83\x8d\xba\xdc\x79\x44\x22\x8f\xb2\xb2\xe6\x71\x13\x19\x0e\xb6\x73\xb7\x1d\x66\x35\x8d\x37\x3c\x19\x70\xc2\x95\x25\x8f\x5d\xe0\x8a\x93\x91\xbc\x66\x94\x95\x25\x8f\x7b\x7e\x65\xc9\xe3\x02\x39\x4c\x2b\xec\xd4\x11\xc9\xe8\x97\xe5\xb0\xad\x96\xd3\xb2\xf2\xe4\xc1\x61\x57\x9e\x3c\xc4\x93\x73\x51\x1b\x6f\x9c\xa6\x96\x95\x56\x48\x32\x4a\x61\x71\x59\xca\x8f\xac\x70\x1a\x49\x38\xf8\x41\xc0\x41\xd8\xe2\xca\x84\x07\x6b\x5e\xc9\xbc\xb9\xfc\x57\x32\x6f\xce\xc4\xe9\x65\x0c\x52\x1d\xe6\x41\xa0\x5b\x39\x0d\x17\x67\xba\x94\x2c\x0f\xf3\x47\xb9\xbc\xa5\xe3\xff\x95\x2b\x8f\x35\x5a\xb9\xf2\x98\xac\xcb\x88\x91\xe8\xf3\x12\x6b\xfc\x7c\xd0\xf4\xff\xf8\xd3\x6d\x74\x79\xc1\x61\xb4\xaa\xf9\x83\x75\xa3\x28\x8b\x1e\xba\x7a\xb9\x04\x1d\xe0\xee\x70\x96\xf0\x9d\x33\x7d\xad\x9d\x4c\x8b\x6b\x71\x63\x9e\x2f\x2f\x6e\x08\xff\xe5\xf6\xe2\x22\x03\xfd\x94\xc5\x4f\xc0\x50\xb9\x3d\x07\x48\xbf\x3f\xed\xb1\x60\xc2\x28\xb7\x17\x9b\x3b\xf0\x5e\xe9\x43\x62\x96\x9c\x76\x2f\x92\x4f\x8d\xb2\x32\x8b\x43\xb9\xf3\xea\x45\x3a\xaa\x51\x84\x08\x2b\x19\xce\xf0\x18\x7f\xc7\xae\x5c\x9e\x21\xf6\x98\x53\xdf\x81\x42\x2c\xc2\x80\x55\xf0\x95\xe5\x31\xec\x13\xf9\xce\xa0\xae\x8e\x40\xe6\x70\xe8\x0e\x97\x53\x6a\x3b\xe2\x60\x8b\x82\x9f\x2b\xba\xc5\x63\xb0\x06\xa7\xc7\xa9\xed\x3a\x07\xee\x35\xf4\x39\x46\xf5\x1a\xab\xc1\xd6\x37\xee\xab\xb3\x91\x5f\x47\x16\xc2\xa0\x9c\xca\xae\xc3\x5d\x9c\xca\xae\xb3\x06\xef\xe2\xee\x0c\xc3\xa4\xc2\x08\x9c\xdc\xae\xc3\x27\x5f\x93\x8a\xac\x68\xb8\x58\x67\xe5\xe5\xd6\xd9\x3a\xbc\xf7\x35\x54\x05\xf1\xf1\xa7\x99\x15\x42\x4d\xeb\xb6\x90\x2a\x33\x7e\x30\xb1\x85\x1f\x5c\x16\x3b\x7a\xad\x9b\x2f\xae\x90\xc9\xab\x43\xa7\xdb\xa7\x8d\xa6\x4e\x5a\x3c\x5b\xdc\xe0\xff\x61\xca\xf6\xf8\xc1\xb4\xc7\x75\x5d\x37\xd3\x9e\x18\xa7\x69\x8f\x73\x52\x8d\x2c\x8b\x1a\xd6\xa3\x6e\xa6\x3d\xf1\x86\x69\x4f\xf4\xb2\x60\x3a\x41\xc9\xee\x08\xe5\xd8\xf6\x55\x49\xf4\x22\x41\xc6\xa8\xfb\x9a\x8c\x68\x62\x57\xf2\xc6\x49\x0b\x45\x94\xc6\x20\x8c\x47\x8b\x02\x48\xa3\x2e\x3c\x5a\x08\x12\x75\x57\x36\x93\xc9\x17\x9e\x8b\x60\xa3\x75\xf7\x5c\x34\xbe\x30\xd2\x99\x67\x53\x1e\x4c\xb1\xee\xa6\x9c\x05\xd9\x4d\x79\x65\xd8\xa6\x3c\x44\x83\x9a\xbc\xec\x71\x14\xeb\x4f\x57\x2c\x91\x9c\x61\x54\x25\xd9\x8b\xe4\x0c\xa3\x3a\x56\x1b\x28\x43\x4d\x55\x2f\xd0\xe2\xda\xf1\xfc\xe0\x1d\x9f\xf8\xc2\x94\x16\x7e\x58\xab\x4e\x27\x6b\xc7\xd3\xc6\xda\xf1\xb1\x20\x69\xed\xe7\x58\x00\x97\xa2\xc7\xa0\x5f\xf3\xa2\x2c\x26\x38\x1b\x7a\x15\xa2\x40\x55\xf4\x76\xc3\x02\x5c\xb3\xd9\x10\xb3\x93\x7d\x36\x43\x62\xa9\xd9\xe3\x08\x81\xb8\xba\xd8\xfc\xa4\x4d\x63\xb4\x83\x4f\x55\xe7\xbd\xcb\x90\x52\x8c\xd1\x0e\x06\x50\x5d\x5e\x28\x92\x17\x8f\x5a\x84\xd1\x66\xff\x3a\xf1\x5d\xe6\xd8\x38\xc5\x52\xfe\xdb\x5d\x55\x8b\xb1\xea\xc1\xb5\xaa\xf3\xe2\x65\x36\x73\x11\xba\x93\xe9\x2f\xc2\xaa\x33\x0d\x3f\x4d\xb0\x4c\x8e\x4b\x31\xc0\xa9\x33\xe2\xcb\x99\x80\x18\xe1\xed\x3e\x69\x72\xcd\x4b\xcc\x75\xf5\x34\x04\xcb\xaa\xd5\x01\x61\x21\x67\xd4\xea\x4c\x53\x30\x07\x17\xbc\x27\xb0\xbb\x56\xcf\x03\x2c\xca\x15\xf0\x33\x27\x42\xae\xa2\x1d\x05\xa5\xba\x04\x7e\x54\x46\x1d\xb5\x1a\x97\x4f\x13\x76\xe6\x42\x8a\xc1\x75\x99\x83\x5b\x4d\x1b\x1b\x5c\x11\xe9\xf3\xd3\xa9\xb1\x28\x71\x13\xd5\xe6\x3d\xc0\x31\x6c\x6b\x0f\xc4\x04\x36\x23\x8a\x3f\x9f\x98\xf8\xc2\x1b\x6b\x13\xc4\x04\x36\x13\x5f\xf9\xc1\xc4\xb3\xbf\x9b\xd7\x39\x2e\x81\xda\xb4\x8e\x1c\xc4\x66\xd2\x38\x55\x2b\xca\x3d\x6e\xc0\xda\x94\xa4\x13\xee\xdb\xd6\x32\xc6\x0b\x7d\x2d\x63\xbc\xd1\xad\x39\x70\x4b\xf4\xb5\x48\xfc\xa0\x71\x0e\xb6\x57\xf7\x22\x71\x17\x29\xf4\x7d\xc7\x14\x51\x85\xb9\xdb\x07\x47\xc2\x99\x9d\x50\x44\xab\x30\x77\x3b\x08\xe6\xaa\xa0\x9b\x1d\x03\x52\x55\x74\x3c\x50\xd4\x3a\x9c\x90\x12\x76\xaa\x04\x79\x3b\xca\x6b\x55\xfd\xd2\x7d\x70\x2e\x86\x33\x73\x72\xda\x7f\xaa\x5b\x05\xa5\x5c\xe5\x84\xdb\x07\xd7\xd7\x30\xad\x3b\x9d\x74\x7d\x41\x1f\x26\x95\xbb\x69\x98\xd4\x50\x60\xeb\x50\xbc\xc4\x67\x10\x0b\xec\x19\xa4\x8f\xb5\x68\x74\x7a\xbb\xd3\x98\x4f\x65\xe1\xdb\xc7\x87\x76\x67\xb9\x0a\x59\xa8\xaa\xe6\xe9\x4e\x6e\x81\x3a\x05\xab\x64\xdc\x52\x08\x27\x71\xc3\x75\x9a\x74\x5a\x70\x88\x44\x98\x25\xeb\x5c\xa4\xc7\x64\x49\x1f\x1c\x80\x83\xeb\x5c\xb4\xd3\x86\x69\xe7\x6e\x99\x6b\x99\x69\xe3\x54\xaf\x74\x72\xe9\x99\xff\x17\xe9\xbc\x60\xd2\xb9\x9e\xa4\x10\xee\x44\x34\xd4\x63\xed\x83\xa0\xec\xf0\x3e\xd8\xf8\xc1\xfb\x00\x1e\x21\x85\x70\x27\xa6\xad\x4a\x21\xdc\x41\x0e\xd7\xa3\x69\xd1\x82\x54\x87\x07\x11\x53\x56\x0f\x05\x2d\x7c\x9a\x9c\x02\xd0\xc7\x30\x0f\xad\x3a\x27\xe0\x50\x8c\x0b\x33\xf3\x53\xec\x2a\x50\xa5\x7a\x3a\x2f\x29\x54\xac\xd4\x52\x83\x1f\x8a\x7f\x88\xb9\x5a\xa9\xa5\xc2\x0a\x50\x4f\x67\x2a\x65\x67\x39\xb7\x14\x91\x35\x55\xa8\xbe\x44\x68\x4d\x55\x72\xa9\xc2\x30\x4f\xc7\x01\xd0\x82\x2b\xfe\xcd\x3f\xb9\x93\xaa\xb4\xbe\x44\xa4\x4f\x3d\x8d\x52\xe6\xc0\x5d\x2b\xe6\x25\xb6\xcc\x65\x83\x11\xd7\xeb\xe5\xd4\xa4\xa1\x8e\xd4\x6b\x4d\x44\x4c\xdd\xe5\x89\x40\xf2\xba\x3c\x11\x6c\xdd\xcb\x13\x31\x68\xd4\x29\x5b\xc3\xb2\x57\x2f\xa7\x6c\x65\x3d\x2f\xaf\x1f\x4d\x9c\x7e\x81\x26\x1c\xcd\xc3\xc0\x8d\xc8\xe6\x08\xae\xf0\x9e\x20\xf5\xf6\x0a\x47\x0f\xb7\x01\xda\x70\x5a\x69\x77\x09\x03\x6e\xbd\x9d\x99\x2e\x26\x5f\xca\xdc\xc0\x21\x5c\x57\x3c\x10\xa2\xc7\xed\x1c\x23\x48\x02\x0e\x08\xc2\xbc\x55\x6f\xa7\x62\xe4\xda\xb9\x5d\x88\x89\xeb\x50\x95\xa4\x30\x94\x57\xa9\x7f\x09\x57\x41\xbd\x9d\x95\x95\xab\xec\xb1\xb4\xcd\x22\x3e\x26\x8d\x45\x7c\x9c\xa6\x95\x9b\xeb\x31\xf6\x1c\xb1\xea\x71\xd6\x3d\x2e\xa2\xc7\xa4\x20\xe5\x3c\xce\x7b\x16\x03\xff\x29\x8c\x15\x6b\x74\x7d\x1c\xa2\x82\x88\xb2\x4a\x4c\x71\x07\xcb\x9b\x97\x30\x68\x57\x01\x04\x2b\xa9\x02\xea\xb3\x48\x8b\x4f\x5e\x27\x9c\xe5\x8d\x77\x91\x16\x33\xfc\x9a\x34\x84\xb9\xd7\x5a\x54\xe7\x8d\xe6\xb4\x1b\x41\x9a\xea\xc4\x62\xa9\xa8\xef\x5a\xb5\x18\xb9\x52\x6e\x35\x8e\xfa\xab\x28\xae\xc9\xff\xa7\xfe\xa7\xc1\xcb\x74\xf0\x82\xf1\xe0\x2c\xd1\xeb\xfc\xb2\xac\xc8\x4a\xca\x15\x73\xd1\x36\xe7\x97\x8d\x8d\xd1\x36\xe7\x97\x8d\xad\xd3\xa4\x40\x96\xfc\x79\xa3\xf8\x8d\x11\x3f\xb8\x4c\x66\x8c\xa3\x6d\x8a\x17\x88\x63\xd6\x54\x24\x36\x52\xf0\x8d\xb6\x39\x5e\x2d\x26\xaf\x6d\xa6\xb4\xc4\xb3\x28\x9d\x8c\xf2\x72\x0f\xb4\x68\x07\xfc\xe0\x0b\x09\x6b\xb8\x54\x9b\x74\xc1\x8a\x09\xb1\xfd\x74\xc1\x1a\x89\xfd\x47\x53\xfe\xf4\x19\x79\x3d\x47\x73\xe6\x82\x48\x88\x37\x9a\x74\xbd\x92\x3f\x4d\x74\x65\xd4\xab\xf1\x3c\x1c\x45\x17\x53\x23\x5d\x2f\x6f\x95\x51\x1c\xfa\x82\x3e\x8c\xe0\xcf\x34\x71\xf9\x0b\xfa\x78\xfc\x43\xcc\xae\x74\xbd\xbc\xc5\x41\x6c\xc9\xf9\xac\xe2\x48\x34\xf9\x05\xf3\x16\x02\x75\x4b\x2b\xe3\x4b\x34\x9a\x5c\x15\x34\x0e\x62\x93\xfa\x97\x88\x9d\x6c\x4a\xd5\x95\xb7\x4a\x2f\x2b\x8d\x70\x8c\x43\xfa\x5f\x26\x80\xbb\x25\x3b\x5a\x58\x94\xb4\xa8\x0f\x6a\x93\x33\x0f\x17\x7e\x70\x99\xd0\xc4\xd0\x6f\xcd\x0f\xcf\x8b\xfa\x58\x57\xe9\x83\x8d\x98\x87\x26\xf5\xef\x13\x39\xdf\x94\xbe\x20\x63\x53\x6c\xd2\x07\x73\xfa\x5b\x3a\x85\xa6\x4c\xbb\x19\xbc\x51\x53\x25\x5a\x90\x15\x4d\x95\x68\x3f\xe9\x93\x9a\xb2\xac\x7f\x32\xc3\x35\x69\x93\x9f\xe4\x02\x2d\x3b\x1c\x26\xb4\xf1\x26\x75\xf2\x93\x1e\xa0\x29\xad\x3a\x08\x88\x26\xf5\xf2\x93\x92\xab\x49\x9b\x2c\x78\x0f\x9a\x12\xf6\x66\xe0\x74\xad\xd8\x72\xbf\xd1\x86\x86\x01\x5e\xb5\x49\x9d\xcb\x20\xee\x5a\x71\xc0\x4a\x0c\xbc\x18\x7d\x1f\x4d\x0a\xf1\xf7\x59\xae\x2a\xb8\x23\x7b\xd3\x08\x3f\x76\x91\x11\x7e\x61\x6e\x69\x55\x61\x65\xec\xfe\x6a\x70\x1d\xcf\x42\x2e\x7d\xda\x3b\xff\xfb\x5f\x26\x34\xb6\x55\xb9\xa1\x12\xff\x3f\x7a\xe6\xff\x57\xcf\xd1\x5e\xb3\xb5\x38\x38\x64\x6b\xb6\xef\xb0\x9f\x96\xfe\xc5\x5a\x2d\xfd\x8b\xd5\xfc\xa7\x7f\x05\x11\x4d\xa2\xfd\xa7\x93\x25\xde\xd2\xc4\xf4\xd9\x89\x1d\xe2\xba\xb2\x58\x91\x5a\x73\x04\x22\x4d\x0a\x81\x85\xc6\xdb\xda\xab\xa8\x85\x78\xee\x8a\x72\x08\x55\xaa\x39\x25\x6f\xe7\x79\x29\xd5\xb1\x32\xdd\x90\x74\x1a\x10\x24\x9d\xcd\xd1\x85\xb6\xe6\x90\x74\xa1\xab\x39\xcc\x5d\xe9\x84\x58\xc9\xae\x20\x02\x78\x4c\x17\xd8\x9a\xfd\xda\x6d\x0c\x86\xd3\xa9\x42\x2c\x81\x20\x6d\x08\xdc\xc9\xb4\x0e\x21\x5d\x99\x77\xc1\x10\xa3\x96\xd4\x68\x43\x60\x55\x4e\xc8\x50\xc8\x63\xc8\x12\x4d\xb9\x71\x89\x94\x6d\x43\x60\xd5\x70\x3d\xb4\x29\x68\x75\x98\x2e\x9a\x52\xe3\x12\x88\xda\xe6\x9a\xb1\x18\x80\x60\x87\x58\x67\x9a\x62\x99\x3e\x7b\x7f\x9a\x20\xde\x17\x41\x30\xa2\x69\x82\x62\x86\xa6\xd0\xb9\x8d\x67\x61\xaf\x59\x91\x29\xec\x35\x2b\x30\x4d\x60\xac\xe0\x14\x81\x21\x2e\xb4\x29\x02\xe1\x9d\x87\xef\x2f\x2e\xd5\x43\x14\xb2\xb5\x0f\x1f\xce\xe8\xe0\x30\x81\xfc\xaf\xc3\x19\x7a\x42\x3b\x4c\x60\x10\x74\x88\x20\xae\xa6\x43\x04\xc1\xde\x0f\xc1\x8d\xb9\x61\x0f\xaf\x60\x0c\xd8\xa1\x4b\x04\x2f\xb7\x43\x89\x67\xa0\xd8\x30\x42\x66\xec\x54\xf9\x33\x96\x5c\x49\x0d\x3a\x98\x99\x76\x0a\x38\xf9\x69\x40\xc0\x49\xa6\xf4\x34\x7b\x89\x25\x3a\x0d\x8d\xe5\x7b\x21\x43\x59\xb2\x53\xc0\x49\xf6\xe8\x29\xf6\xf3\x19\x80\x80\x93\x9f\xf6\x84\x83\x64\x06\x2e\x01\x3d\xd9\x83\x97\xb0\xbb\xf4\x27\xd4\x62\xfa\xfc\xef\xf1\xff\xc9\x9c\xd7\x2e\x25\x11\x62\xbd\x2f\xa1\x42\x3f\xcf\x26\x2e\x66\xef\x32\x2a\x34\x88\xbb\x4c\x5c\x6c\x8f\x4b\xb8\x5f\x88\xbd\x84\x02\xfd\xfc\x2f\x9c\x2f\xcb\xff\xd3\x4b\x32\x9a\x4e\x13\x42\x91\xd0\xf5\x76\xff\x88\x89\x22\x38\xa3\x09\xa0\x88\x66\xdb\x6e\x79\xb7\xd9\x0e\x02\x24\x92\x18\xa3\x09\x90\x48\x0e\xa1\xf6\x53\x49\x32\xa1\xe5\xed\xa7\x91\x0c\x72\x20\xb5\xdb\x77\x01\xcf\x97\xfe\x0f\xfa\x85\x41\x9c\x9f\xf1\x3e\x7a\x3f\x16\x4f\x18\x44\xd2\x2a\x34\x61\x0c\xe7\xe7\xd9\xf4\xc4\xf8\x1f\xd3\x13\x8b\xa9\xf4\x04\x20\xcb\x9b\x30\x85\x24\xfe\x68\x3f\x3d\x64\x90\x71\xa3\x3d\x1e\x3f\xdf\x9f\x7a\x8e\xf1\x08\x53\x48\x6a\xd3\xf6\xd3\x42\x32\x7a\x61\x7b\x5c\x6d\x0b\x79\xf4\x95\x23\x13\x06\xf5\x7a\x82\xa3\xc1\x57\x4e\x97\xce\xb3\x10\x0f\x9c\xcf\x57\x18\x8f\xb0\xad\xb5\x57\x88\x07\x38\xee\x2b\xcc\x07\x02\xc5\xeb\xcb\xf5\x5f\x7b\xfd\xa7\x09\x64\x0c\x2a\x7d\x93\xd7\x6c\xf0\x6c\x60\x0e\xcf\x1a\x6f\xdc\xbd\x7d\x13\x26\x25\x34\x8b\x2e\x48\x1f\xa6\xa8\xbe\x0d\x3d\xd7\x78\x16\x42\x63\xf0\xff\xa1\xef\x73\x3c\x1b\x9a\xc6\xff\x82\x29\x85\xb0\xd1\x37\xa1\x27\x06\xcf\x42\x4f\xc4\x0d\xd2\x77\xa7\x17\x8e\x8b\xbc\xaf\x04\xbc\xb1\x84\x7d\x17\xec\x26\x6e\xdd\x2e\x67\xcf\x04\x1c\xd1\x77\xb9\xc8\xe3\xd6\xec\x76\xe5\x60\x59\xe9\x0a\x19\xda\xb0\xea\x75\xe7\x1e\x40\x99\xef\xbb\x5c\xe4\xa1\xf0\x76\xbb\x72\x30\x52\x74\x7b\x6e\x10\xe3\x7a\x5a\x42\x4d\xf4\x9a\xe4\xda\x0f\x83\x41\x4f\xce\x1a\x14\xda\x51\xb7\x2f\x07\x2b\x54\x97\x2f\x87\xa0\x83\x6e\x4f\x0d\xf6\x97\x9e\xe4\xe6\x0e\x41\xac\xdb\x51\x43\x22\x88\x9e\x9c\xec\x78\xa3\x8f\xdb\x3f\xd0\xc7\x22\x24\x3a\xb1\xa3\x06\x63\x59\xb7\xa3\x06\xab\x5e\xcf\x5e\x80\x38\xc3\x3d\x2f\x4a\xf8\x44\xce\xfd\xc2\x0b\xd5\x4d\xc4\x12\x65\x25\xb4\x08\xb9\xa5\xcb\xb3\xb3\x61\x88\xed\xd9\x94\x04\x1f\xea\x59\x1e\xfb\x42\x0b\xa6\x6c\xa7\x89\xc7\xa3\xe2\x0d\x61\x14\x42\x89\xee\xc5\xfe\xf9\xd0\x08\x7a\x59\x89\xab\x83\xb0\xb2\x76\x16\x6f\x38\x39\x4a\x70\x9f\x2e\xe7\xcd\x86\xcc\xd8\x8b\xbc\xda\x61\x08\xec\x06\xdd\x0d\x9a\xb4\x63\x2c\x8e\x77\x5f\x39\x09\x58\xc3\x95\x93\x80\x4f\x56\x4e\x82\x3e\xff\x72\xff\xf4\x95\xb0\x80\xf3\x55\xe5\x21\x0c\x93\x6b\xaf\xf6\x10\x86\x10\xda\xab\x77\x55\xec\x80\x6a\x0f\x61\xe3\x8b\xae\x16\x82\xc6\x6a\x07\x61\x67\x84\x53\x2f\xd0\xa2\xfd\x83\xc1\xd3\x7a\xb5\x5f\xae\xd3\x84\x7d\xa3\xec\x10\xe7\x11\x26\x85\x4f\xaf\x6b\xa2\x62\x3d\xab\x27\x0a\x46\xd0\x36\xf5\x1a\x2f\xb4\x35\x4f\x31\xee\xa5\x35\xb0\x95\x9b\xbd\xbe\x9c\xb0\x26\x07\x38\x9c\x63\xe5\x15\xe6\x14\xff\x94\x84\x42\xa2\x96\xde\xec\x0a\xe5\x10\x37\x93\x3a\x68\xd2\x78\x8b\xb0\x79\xf4\x66\x52\x07\x9f\x2c\x52\xe9\xd5\xa4\xc2\x72\xdb\x22\x35\x86\xa1\x42\x49\x75\x32\x19\x52\x24\xc6\xf6\x79\xc3\x50\x07\x78\x5c\xb7\xc7\x3b\x7a\xed\x8b\xf6\x98\xbe\x6e\xe7\x7f\x2c\x7b\x37\xed\x9d\x3e\x4c\x3b\x2d\x3a\x8f\x54\x88\xb6\xbd\x2f\xda\x69\xc2\xcb\x0c\xed\xdd\xe6\x9c\x10\xbd\xba\x9d\x38\xe4\x46\xe8\x4a\x9d\x46\xb6\xcf\x3e\xec\x5c\xe5\x7f\xeb\x75\x6c\x25\xfb\x70\x08\x02\xe8\xf2\xe1\x0c\x24\xf2\x3e\xec\x57\x63\x2a\xec\xc4\x21\x5f\x42\xb7\x13\x07\x9c\x7f\x97\xd3\xa6\x7f\x7b\xb1\xc7\xf4\xf3\x89\x3c\x6d\xdc\x82\x76\xd1\x60\x1b\xe8\xd3\x2e\xc2\x90\xe3\xfb\xb4\x8a\x1a\x62\x6e\x9f\x8b\x94\x98\x2e\xbb\x60\xc8\xeb\xd0\xa7\x47\x1e\xc2\x5c\xb7\x0b\x86\x4c\x0e\xdd\x1e\x17\x22\x6c\xfa\xb4\x8f\x10\xea\xa7\xdd\x4d\x6c\x15\xfb\x5c\xc0\xcc\x77\x61\xf0\x08\x52\xee\xf3\xd5\x94\xc7\x28\x54\x96\x16\x3f\x50\xb7\x3b\x05\x48\x51\x3f\x96\xae\xcd\x1b\xd5\xc8\xb7\x18\x84\x53\x21\x7f\x08\x39\xec\x29\xa2\xd3\x43\x9e\x22\xd6\xd9\xd9\xd4\xb0\x68\xf6\xc3\xae\xa2\xcf\x30\xec\x2a\xca\x7c\x62\x57\x11\x57\x80\xf3\xad\x7d\x44\x8d\xd3\xde\x07\xee\x43\xe7\x5b\x23\xa2\xa4\xff\x54\x93\x4a\x18\x61\x77\xbe\x35\xf2\x8f\x74\xe7\x5b\xc3\x8e\xda\x4f\xfb\xcd\x10\x1e\x9c\x6f\x8d\x64\x4d\xfd\xb4\x61\x81\xcb\xcc\x09\xd8\x30\x0e\x76\xe7\x58\x63\x32\x4e\x4f\x46\xac\xc0\xb9\x26\x83\x51\x78\x32\x3e\x84\x78\x32\x3e\x9f\xac\xc9\x88\x1f\x9c\x65\x2d\xc4\xc6\x7e\xb9\x1a\x10\xfb\xe2\xf2\x5c\x84\x99\xaf\x5f\x76\x9b\x15\xde\x58\x93\x11\xe3\xbe\xd6\x64\xc4\x3a\x5f\xf6\xa3\xc5\x38\x2f\xb9\xcd\xf2\x9f\xe2\x60\xfb\xb5\xa6\x85\x21\x7b\x93\x20\xdf\x5c\x9a\x97\x4f\x77\x9e\x17\xae\x70\x79\x69\x3e\x29\xc1\xfb\x2d\xbf\x28\xa2\xdf\xad\x54\x72\x08\xab\x8a\xcf\x4a\x1f\xb9\xe2\xb6\xc1\x94\x0b\x5b\x5e\x99\x06\x9a\xb7\xdb\x2b\xf3\x91\x37\xed\x95\xf9\x08\x87\xf6\xca\x7c\xe6\xfa\x36\x34\x9f\xf3\xe0\x3c\x6d\x1f\x29\xcb\x6e\x1a\x3c\xa5\x5d\x89\xdb\xd2\x67\x2a\x6f\xaf\xf0\xa7\x8d\xd7\x9f\x44\x2f\x8f\x3c\x50\xdc\xba\xcf\xba\xff\x62\x41\x9f\xe5\x81\x0a\x62\xed\xa6\xf9\x88\x72\xcf\xa2\x3e\xe6\x4f\xc0\xbe\xf4\x11\xb3\xec\xc8\xf9\xc8\x76\xcf\x72\x3a\xc6\x84\x3d\x6b\x3a\xf8\xe1\x70\x1b\xf4\x62\xea\xb9\xa9\x7f\x3a\x54\x2d\x9f\x4e\x4c\x3c\x82\xee\xb3\xcc\x52\xfc\x20\xef\x1b\x4d\xbe\x49\xcf\x31\x17\xef\x5a\xd7\x98\x8c\xd7\x94\x71\xb2\x55\x08\xa5\x11\x3e\xd0\xe5\x95\x21\xe2\xa4\xbf\x76\xa5\x31\xe1\x72\xcb\x00\xdb\xee\xaf\x1d\x50\xa1\x7a\xf7\x9f\xa6\x45\x45\xda\xd1\xed\x84\xc1\x13\x34\xec\x84\x21\x24\x63\xd8\x09\xc3\xfe\x1c\x9b\xdd\x4d\x8d\x1f\xec\x49\x0b\x0e\x35\xe4\x95\x69\x18\x6f\xc7\x26\x37\xe2\xe7\x0b\xbb\xda\xc2\xa2\x30\x36\xfb\x9f\x1a\xbd\xda\x6b\x18\x06\x8e\xb1\x99\xd4\x46\x27\x76\xb6\x85\xc9\x64\xd8\x31\x83\xdb\x70\x6c\x72\x23\xc6\x41\x1b\xf2\xcb\x14\xd0\x2c\x43\x6e\x97\x04\xe7\x1c\xbb\xfd\x64\xc1\x28\x87\x12\x42\x27\x8e\xf7\xd8\x57\x81\xb0\x2d\x7e\xb0\xff\xa8\xd0\xa8\x6b\x1f\x31\xa3\xcb\xad\xc2\x38\x76\x27\x3c\x84\xd8\x5d\x15\x0c\xe3\x10\x8c\xe5\x55\x81\xd6\x9f\x1e\x56\x11\x73\xc6\x4f\x0d\xab\xc4\x56\x8d\x9f\x1a\x56\xa3\xe4\xec\x18\xd2\xc2\xf2\xc6\x84\xdb\xa5\x02\xca\x7d\xd8\xa5\x82\x4b\x6a\xc8\xa5\x52\x09\x33\x1b\x52\xd4\x32\x1c\x7f\x2c\x97\x4a\xe3\x87\xc3\x6f\x04\xa5\x69\x91\x1e\xb3\xf5\xcf\xc7\x42\xa3\xb7\x2d\x89\x8c\x63\x79\x23\x62\x09\xe4\x64\xc9\xa0\xa9\x86\x4b\xa6\xc0\x2f\x87\x8a\xdd\x12\xac\x36\xec\x74\x41\x8a\x19\x76\xba\x20\xb0\x0d\xa9\x6e\xb9\x7c\xde\x68\x2a\x9f\xc6\x0b\xab\x9e\x23\x7d\x0c\xff\x10\x13\xa8\xf2\xb6\x08\x1c\xe3\xa7\xca\x55\x4c\x62\xc3\x6e\x16\x4c\x04\x43\xf9\x1d\x32\x28\xc7\x61\xbf\x0b\x00\xd0\x91\x5f\xbf\x11\x4b\x60\xe5\x2e\xee\xb2\xa1\x8c\x0f\xe0\xea\x87\x51\x7d\xbf\x8b\xe0\x0f\x57\xd5\x28\x36\x1a\x05\x49\xc5\x0e\x30\x66\xda\x3e\x9a\xf2\xf9\x41\x52\x7f\x61\x3c\xca\xdb\x0f\x27\x50\x92\x86\xfd\xf3\xbe\xce\x13\x76\xb8\xa1\x44\xd3\x44\x56\x8e\xaa\xf0\x7a\x26\xf1\xa7\xb5\x8d\xa8\x9a\x35\x86\x7c\x32\x51\x65\x6b\x0c\x85\x4f\x01\xf5\x18\x55\x66\xa4\xcc\xf7\x16\xde\x99\xc2\x9f\x8e\x56\xc8\x71\x31\x7e\x1a\x59\x01\x2c\x3c\xaa\x79\x32\x07\x49\xb0\xb9\x0f\xee\x70\xfc\x14\xb0\x42\xf6\xc0\xf1\xd3\xbf\x2a\x82\xe6\x68\xae\x34\x1e\x5b\x5c\x3e\x9b\x8f\xe9\x7b\x38\x41\x1d\xd1\xce\xa3\xd9\xdd\xc1\xb3\x38\x06\x1b\xa3\x29\xbf\x0e\x67\xb9\x29\x71\x08\x67\xb9\xc9\xfd\x51\xe9\xd1\xc6\x79\xbe\x7f\x7c\x84\xf8\x41\x89\x43\x42\xf7\x1e\x5d\xb9\x32\x42\x77\x1b\x5d\xc6\xfa\x10\xbf\x47\x97\xb1\x9e\x83\x2e\x7f\x0d\x19\xf5\x86\xd2\x4e\x94\xc1\xff\x32\xbe\x4f\xda\x57\x2e\x8f\x50\xe3\x46\x57\xae\xd3\x50\x50\x47\x97\xf7\x20\x74\xde\xd1\x3d\xbe\xf8\x7f\xc8\x5d\x12\x42\xdd\x18\xf2\xe4\x85\x75\x61\x38\xf1\x34\x69\xa9\xc6\x70\xca\x77\xb8\xf2\x50\x9a\x05\xd6\x60\xc8\x98\xde\xe9\x41\xf6\x66\xf6\xa1\xf3\x4a\x30\x23\x43\x39\x03\x58\x82\xa1\x24\x04\x93\x67\x3b\xf0\xc3\xc0\x3d\x84\x65\x1b\x9f\x6d\x32\x65\x7e\x0f\xdd\x6b\x38\xb1\x04\x8b\x3e\x65\x7e\x67\x0e\x9d\x48\xa2\xf3\xbd\x2c\xea\x2c\xba\x13\x49\x30\x67\x53\x16\x75\xd6\xcc\x89\x24\x58\x63\x25\x92\x20\xfc\x61\x38\x91\x04\x73\xe8\x44\x12\x28\x33\x63\x3a\x3f\x38\xec\xc0\x99\x24\xe0\x78\x53\x0e\x07\x56\x45\x3e\x9f\xf6\x99\xb4\xc3\x24\xc7\x90\x0f\x1f\xf6\x68\xc0\xa9\x25\xd8\x46\x87\x49\x8a\x45\x71\xea\x88\x90\x51\x87\x53\x45\xb0\xaf\x9d\x2a\x02\xee\x72\x78\xd1\x78\x76\xfc\x0e\xfb\xf0\xa7\x29\x65\x24\xb2\x71\xca\xca\x0e\x53\x3f\xc5\x5d\x90\x5b\xe4\x92\x01\xaa\x3a\xe4\x92\xa1\x92\xd5\x90\x4b\x06\xc8\xf2\x90\x4b\xe6\xc3\x2a\x4e\x59\xd1\x43\x3a\x1b\xa7\xbc\x00\x21\xfd\x8e\x9f\x7e\x33\xc0\x58\x0f\xa9\x37\x15\x23\xd5\x50\xe6\x09\xaa\x21\x0c\xa9\x26\xe5\x73\x4f\x09\x13\xd6\xb6\xcf\x17\x1a\x12\xdc\x48\xb9\x21\xd0\x25\xc6\x25\xbb\x34\x47\xef\x92\x5d\x7a\xd2\xa0\x38\x34\x00\x8e\x71\x2b\x38\x12\x06\x7a\x2b\x70\x30\xd4\xd1\x21\xcf\x0a\x9a\xe3\xb8\x15\xfa\x58\xfe\x94\x8e\x6e\xd8\x0d\x13\xf6\xb1\xb1\xdc\x30\x74\x26\xab\x7b\xe6\xd9\xec\x3d\x26\xf0\x96\x97\x80\x8b\xfd\x36\x75\x0c\x46\x2e\xf9\x0c\x31\x8a\x0c\xe5\xbe\xbc\x65\x75\x0f\x6b\xd1\x90\x1b\x06\x15\x76\x3c\x8a\x7d\xe5\x7e\x7b\x5c\xd8\x07\x59\x4e\x7a\xc2\xf6\x11\x75\x1f\x19\xdd\x99\x3e\x07\x04\xa5\x4f\x93\xb6\xe0\x72\x45\x3d\xb6\xe0\x22\x28\x3c\xb2\xe0\x22\x34\x39\x22\xe8\x23\x89\xbd\x0a\xa0\x82\xdf\xbf\xb2\x3b\xc3\x7b\x5e\x5f\x30\x9c\x4c\xc7\xff\x7c\x44\xb7\x77\x0d\x9b\x26\x3d\xec\x98\xb8\xd7\x26\xf6\x18\xf5\xbb\x5c\x05\x31\xd3\xef\xa2\x8b\x41\x2c\xba\xe8\xf4\x56\x13\x7c\xb1\xe8\x8c\xa9\x79\xed\x43\x0a\x3b\xda\x94\x22\xf1\xc9\x26\x38\x95\xa8\x01\x11\x6a\x6e\xf2\x25\x84\x34\x3e\x05\xdd\xda\x80\xc0\x4e\x69\x09\x1b\xb8\xe5\xa9\x14\xd2\xe4\x24\x9b\x0e\xed\x01\x8a\x3f\x7f\x4a\x42\x21\x49\xd9\x74\x64\x0f\x60\xdf\xe9\xc8\x1e\x30\xdd\xd3\x81\x3c\xe0\xc2\xe7\x2e\x0b\x6d\xe2\x79\xf7\x17\x31\x6c\x41\xb3\x36\x80\xb9\x73\x57\xb4\x4a\x6c\x9a\xb9\xaf\x61\x8f\xf8\x41\x81\x7b\x95\x16\x8c\x78\x0f\x6e\x3e\x77\x1b\xe6\x62\xe7\xce\x64\xa9\x24\x5a\x48\x36\xd4\xc5\x0d\x35\x93\xed\x5b\x71\xf2\xa7\xd3\x2d\xa4\x4f\x13\x55\x4d\xc4\xec\x27\x1b\xee\xe2\x8a\x98\xc9\x86\xbb\x41\x27\xb6\x30\xc6\xf9\x9d\x49\xd8\xfe\xcc\x17\xca\x28\x1e\xe7\x75\xba\xfe\x21\x99\x2c\x66\x5a\x74\x04\x61\xd9\x51\x0a\x71\xaf\xcd\x6c\x5b\x6a\x5c\x8c\x33\xdb\x70\xc7\x0b\x36\xe8\x54\x7e\xb0\xfd\x26\xce\xc3\x94\xec\xce\x89\x9b\xd9\xb6\xac\x38\x61\x33\xdb\xa0\x13\x94\x67\x5b\x64\x18\x94\x2d\x32\x95\x17\x54\x0c\x00\xba\xf2\x32\x63\xc4\x0f\x8e\xaf\x21\xe7\xc9\x2c\xb6\x43\x85\x06\x37\xe5\x64\xf9\xa4\xa4\x9f\x2a\x61\x0e\xa3\x98\xc5\x36\x89\x38\x61\x53\x11\x33\x1d\xcb\xea\x2c\xb6\xc8\x7c\x3e\xb1\x09\x82\x03\x53\x6c\x80\xc9\xf4\x6a\x6d\xaa\xd2\xa8\xed\x2d\x71\x6c\x67\x5d\xc6\xc3\x68\xa3\x2e\x73\x4a\x90\x22\xd7\x4a\x85\xdf\xcc\xaa\x6a\xc0\x9d\x26\x8c\xf0\x6d\x7c\x61\x5d\x3d\xc4\xab\x59\xad\xab\x87\x74\x33\xab\x35\xf1\x4f\x1b\x86\xbd\x86\x84\x36\xab\xcc\x10\x9f\x26\x5e\xa9\xea\x31\xcc\x9f\x9c\x5e\x3f\x7d\xae\x54\xd2\x9f\x17\x96\x11\xe2\x4f\xc0\xba\xd9\x96\xa2\xcf\xe7\x45\xa0\xce\x58\xe1\x95\x66\x3a\x74\x9d\xd9\x6c\x09\x88\xbb\x61\xb6\xa5\xfd\xd2\x84\xe0\x94\x90\xe4\x44\xd4\x1b\x34\x35\xd5\x3c\x66\x56\xda\x52\xfb\x21\xca\x00\x43\xa6\xa9\xb9\xce\x41\x6c\x4c\x79\x4c\xf2\x67\xaf\x77\x15\x3e\x08\xe3\xe6\xec\xd6\x74\xe9\xb3\x17\xff\x10\x4d\x2a\x32\xe6\x53\x5c\x68\x76\xeb\xf9\x10\x26\x07\x48\x06\xb0\x3d\xbb\x55\xd9\xc2\x1b\x8f\xa0\x7a\x34\x21\x57\x4f\xc8\xe7\x73\xa5\x23\x80\xb5\x0c\xe5\xef\x84\xb3\x0f\x89\x8a\x30\x96\x9f\xc4\x9f\xb1\x84\xcd\x51\xff\xfb\xdf\x44\x55\x9e\xa3\xc9\x52\x16\x64\x4a\x01\x28\x1f\xaa\xc6\xda\x82\xf4\xb8\x8c\xf7\x74\xa1\x54\xbb\x1b\x1c\x73\xe5\xab\x8e\xc9\x1f\x42\x08\xb1\x3a\xd3\x11\xc5\x21\x6d\x4c\xe7\x86\x63\x7d\xe5\x0a\x69\x18\x48\xa7\x64\x7a\x7c\x0e\xf3\x27\xd3\x67\x6c\x9b\x53\x32\x3d\x3a\xc3\x94\x4c\x8f\x3b\x66\xfe\x64\xf6\x89\xfa\x3f\xa7\xc4\x1b\x16\xd7\x89\x08\x3e\x8c\xcc\x65\x68\x88\x71\x9f\xce\x44\x40\x16\x86\xe9\xc4\x03\x1f\x56\xe6\xc4\x03\x84\xe9\x4c\xd7\xa1\x21\x7a\x68\x3a\xf1\x00\x31\x35\x73\x39\x46\x1a\x3f\xb4\x1f\x8b\x66\x3b\x1c\x6b\x35\x68\xc2\x93\xdf\xe9\xd5\x17\x47\x8c\xf3\x50\x48\xcd\x67\x98\x76\x0d\x34\x46\x65\x8e\xdb\x68\xd2\xae\x01\x06\x71\xda\x78\x1a\x73\xe1\xc0\x12\xec\x2d\x73\x15\x2d\x0f\x7d\x64\x9e\x36\xcc\x71\xa4\x4f\x03\xbb\x63\x14\xa7\x75\xa4\xcf\x17\x02\x00\x43\xd7\xe9\x3a\x24\x2c\x80\x24\xfa\xfc\x61\xd1\x72\x58\x00\x6c\x9a\x72\x58\x7c\x80\x6c\xf3\x72\x61\xbf\x50\x55\xa7\x23\x2c\xb8\xff\x6e\x81\x27\x39\xc0\x4e\xd1\x0c\x37\x56\xee\xb5\x8f\x54\xa5\xdc\x6b\x89\x7b\xff\x96\x62\xc8\x8d\xfb\x93\x91\x27\x2e\xd4\x69\xa8\x12\x1c\xe4\x27\x13\x4f\x82\x8a\xe7\xb3\xe9\x39\xc6\xf7\x93\x91\x27\x31\xdc\xf3\x49\x7a\x0e\x82\x1e\xe1\x54\x60\x51\x4f\xd1\xff\xd1\xfe\xe3\xa3\x1c\xe3\xf9\xc9\xd8\x13\x8f\xed\x7c\xd6\xe6\xa1\x41\xa3\x26\x0a\x23\x72\xc5\x57\xf6\xdb\x12\xba\x61\x50\x16\xba\x89\xc8\x9a\x2e\x4a\x4e\x74\xda\xb4\x90\x4d\xd4\xd7\x7c\x2d\x77\x70\xba\x7f\x52\x76\x2d\x34\xf1\xae\xfd\xc4\x0f\xb6\xfc\x72\xdc\x7f\x42\x75\xa5\xd0\xe8\x7c\x6d\x4f\x83\x41\xbc\xae\x44\x90\xff\x94\x7c\x68\xaa\x44\x39\xa6\xe7\xf9\xda\x10\xfa\x69\xee\x35\x1b\xfe\xf7\xc3\x61\xcb\x7c\x70\xb4\x63\x13\xce\xb6\xf3\xbf\x0c\x4f\xc1\xd1\x0e\x55\x58\x04\x89\x7f\xb8\xa0\x62\x10\x70\x6c\x42\x81\xc6\x1d\x78\xfc\x44\xe1\x54\x62\x8a\x8e\xed\xc7\x21\xa9\xf2\x76\xb8\x9e\x4a\x48\x98\x87\x8a\x8a\x53\xb5\xed\xd8\x65\x57\x0a\x0e\x7b\xec\x59\xff\xef\xf1\xac\x8c\xbb\x93\xff\x9b\xfe\x8f\xf1\x2b\x49\x32\x35\xcf\x0e\x17\x15\x9f\xb4\x2f\x03\xc1\xa0\xbd\xcb\x39\x54\x82\x80\xdd\x66\x1d\x06\x68\xb3\x0e\x1d\x8a\xe5\x87\x22\x75\xa8\x58\xca\x0c\x0b\xc5\xe1\xda\x8a\xc1\x52\x8e\x24\x8c\x67\x6c\x89\xc3\xb5\x14\x99\x20\x09\xcc\x1d\xc7\xf6\x91\x94\xdf\x34\x18\xc8\x21\x7b\x78\xa5\xba\xd6\xe1\x7a\x89\x4c\x79\xf2\x88\x63\x49\xb2\x60\xaa\x4c\xb1\x92\x1c\xcf\x30\x33\x1d\x59\x40\xc1\xc4\xff\xba\x72\x42\x8f\x3b\x56\x70\x39\x24\x67\x1b\x10\xe8\xe0\xd0\x07\x41\x42\x16\xd2\x71\xa7\xc1\x4b\xcf\xbc\x6f\x09\xb3\xf1\x81\x90\x7a\x8d\x0f\xc4\x4f\xe2\x3a\x39\x8a\x6c\x1c\x71\x56\x8f\x22\x23\x4d\xa8\x53\x47\xf1\x88\x79\x5f\x97\x62\x1c\x83\xa3\xac\x8b\x3c\x28\x50\xf1\xc4\x19\x92\xdb\x51\x64\x85\xa9\x34\x68\x06\xc7\xfb\xb2\xc2\x64\x1a\x7c\xf5\x7e\x0c\xa8\x0a\x6b\x1a\xba\xf2\xa1\x7a\xe4\x33\x6c\x8b\x87\x6c\xd8\x64\x54\x3d\xaa\xa7\x9c\xef\xab\x66\x28\xda\xaf\x26\x88\xef\x35\xe3\xc1\xbd\x0e\xc7\x15\x84\xd1\xe7\x50\x1c\x41\x09\xab\xd2\xd1\x34\x9e\xe0\x54\x87\x6a\x23\x82\xde\x39\x9a\x2c\x34\x71\xc5\x1c\xce\xcf\xc5\xa9\x76\xfa\x2d\xe6\x43\x70\xa0\x96\x3a\x3f\xc8\xea\xc2\x0a\x3a\xff\x16\x13\xe2\xfc\x5b\xac\x80\xf3\x6f\xc5\xdd\x7c\x38\xff\x56\x68\x10\x47\xf3\x0e\x88\xef\x55\x0a\x11\x3e\x79\xa8\x14\x22\xca\xd3\xa1\x6c\x5a\x28\xed\x47\xd7\x0d\xc1\x04\x28\x9b\x16\x90\xa8\x43\xa5\x0f\x41\x6e\x1d\x5d\xe3\x0d\x49\xe0\x50\xf6\x2c\x02\x49\x8e\xae\xf1\x87\xe8\x70\x74\x8d\xbf\xf2\xec\x84\xb0\x93\x06\xbc\x65\xa3\x81\xa1\x19\x67\x8b\x0e\x5d\x79\xac\xc8\x4f\x5a\x9d\x38\x15\x8e\x21\x82\xd8\x01\x2a\x69\x8e\x72\x78\x0c\x13\x14\x04\x0f\x81\x4f\x43\x1a\x3e\xc6\xba\xcf\x82\xc2\x21\x5c\x26\x33\x2e\xdc\x0e\x58\xf3\x63\x58\xcc\x63\x89\x64\x8e\x2e\x79\xfc\xc9\x2c\x77\x4c\xa5\xf0\xe1\x5e\x98\x46\x08\xb2\xc5\xa7\x2c\x50\xf0\xd1\xb9\x6c\x09\x41\xf1\x94\x85\x23\xb4\xca\x63\xda\x02\xc5\xa1\x51\x45\x45\x0c\xf0\xc7\x5c\x77\x78\x2c\x82\x2a\x2a\x62\xfc\x3d\x96\x7d\x1a\x5e\xec\x24\x5b\xac\xf2\xe1\x5d\x15\x63\x3c\x44\x04\xbb\xf8\xf0\x98\xa3\xc1\x43\x56\x33\xd8\xc6\x21\x80\x20\xa7\x40\x42\x2c\x78\xfb\xe3\x10\x78\x93\xbb\xe2\x30\x05\xfc\xaf\x3a\x58\x64\x01\x3d\x24\xd3\x92\x20\xfc\x38\xd6\x2a\x32\xe2\xcb\x88\x5d\x7e\x58\xee\xb1\x68\xf3\x94\x69\x09\xd6\xa4\x3c\x59\xa4\x84\x3f\x04\xe4\x19\x99\x1b\xf0\x14\xdc\x0d\x5e\x22\x94\xce\x46\x10\xd2\x71\x0a\xc4\x08\xb7\x75\x9a\x2c\xc0\x2e\x87\xd3\x64\x81\x74\x3e\x94\x26\x8b\xba\x01\xc7\x69\xd1\xe9\x33\x08\x1b\xc4\xb8\x53\x94\x26\x8b\xc2\x00\xc7\x65\xd9\x0a\x8e\x77\x99\x8c\xe8\xe2\xb2\x8a\x11\x8a\xd1\xa1\x34\x59\x24\x77\x3f\x2e\x1b\xfa\x3e\x3f\xd8\x62\xc6\x11\xbb\x6c\xe8\xa3\x0b\xc1\x93\x88\x10\x38\x94\x1b\x8b\xfc\xf1\x87\x72\x61\xb5\x4f\x97\xae\xf0\xca\xb5\x71\xc9\x33\xc8\x45\xe8\xcc\x57\x64\x66\x38\x6e\xdb\xf9\xe0\x2b\xb7\xc8\x62\x1e\x6e\x93\x05\x23\xbb\xb5\x3a\xdc\x3c\xce\x6b\x05\xca\xfc\xb8\xbd\x5c\x9c\x9b\xdb\xf6\x4a\x86\x6d\xd0\x0d\x08\xd2\xe3\x16\x1d\xc8\x7c\x3f\x71\xbe\x7c\x6e\x23\x41\x6e\x76\x42\x17\x0e\x43\x6e\x88\x3d\x38\x04\xb9\xd9\x09\x5e\x38\x1e\xdb\xe0\xd8\xc9\xc2\xdc\xec\xb8\x59\x8f\x67\x59\x17\xa3\x0d\x41\x6c\x76\x1c\xbb\xc7\x63\x15\x30\x48\x57\xbd\xc4\xcf\xad\xfd\x78\x7d\x60\xe2\xc2\xd3\xd4\xcf\xb6\x7a\x64\x3b\xe4\xb4\x3c\xc2\x26\xc2\x14\x95\x49\xeb\x73\x0d\x3f\x26\x03\x2e\x2d\x91\x7e\x27\x48\xe2\x78\x65\x23\x85\xc5\xac\x0a\x8a\x70\x2d\x19\xd6\x89\x52\x39\x5e\x11\xc1\xcd\xf9\x8a\x08\x2e\x2e\x59\xcd\xa9\x02\x72\x28\x69\xd6\xa4\x0c\xc8\xa1\x0a\x8b\x64\x8f\x3f\x24\xf0\xef\xd8\x31\x8e\x57\xab\x05\xd3\x7a\x4d\x14\x23\x5a\x44\xfd\x9b\xc7\xf3\x27\xd2\x17\x12\xe4\x9f\x9b\xac\x86\xb1\xdc\xe7\x66\xe3\x67\xe7\x03\x23\xf9\x82\x6f\x9e\x9b\xad\x9f\x21\xa4\x9e\x9b\x91\x7c\x21\x53\x9e\x8a\x67\x86\x4f\x9d\x9b\xd3\x9a\x04\xb3\x3e\x37\xf3\xe2\x49\x9b\x56\xcf\x43\xec\x3c\x37\xe5\x39\xc9\x34\x69\xed\x3c\xd8\xf9\xb9\x0b\xb8\x57\xfe\xa4\xf9\x9c\xbb\xad\xa9\xc1\x9b\xcf\xdd\x46\xca\x60\xc6\xe7\x6e\x23\x70\x48\xe6\xe7\xbe\x36\x64\x10\xb1\xaf\x89\x89\x99\xda\x3d\x31\xc1\x9f\x4f\xc5\x47\xa3\x45\x9e\xbb\xe7\x25\x6e\x88\x73\x57\xbd\xc9\xd8\xd3\xe7\x6e\x24\xdf\xa0\x0f\xd9\x8d\x0b\x83\xb0\xdd\x78\xf0\x85\xec\xc6\xac\xde\xbe\xac\x18\xb1\x16\xbb\x01\x47\x61\xf8\x3a\x93\xe7\x29\xe6\x2d\x2d\xca\xa3\xcf\x64\xf3\x6c\x30\x95\x73\x05\x47\xc7\x2e\x3d\x93\xd1\x6e\x71\xf6\xce\x64\xcb\x72\xec\xb2\x33\x19\xed\x96\x79\x63\x48\xd7\xa5\x4d\x83\xdd\x82\xa5\x9f\x3f\x3d\xa5\x22\xe3\x9e\x49\x58\xb7\xb8\x66\x4e\xd7\x7c\xc4\x1d\x7d\x26\x67\xd5\xa8\xfc\x60\xc3\x33\xbb\x4c\x96\xff\xf4\x99\xff\x6c\x18\x19\x7b\x3b\x2f\x52\x63\xdc\x79\x51\x16\x8d\x66\x53\x56\x69\xc3\x94\x05\x97\x38\xb3\x73\x85\xd0\x84\x29\x8b\x33\x7e\x66\xdb\xd0\x2b\xe3\xb2\x0d\x9d\x25\xc8\xc6\xf1\x55\x7e\x30\x6d\x2c\x6b\x5e\xab\x18\x6f\x14\x43\xe4\x98\x8e\x9f\x92\x53\xb1\x6e\x9f\xc5\xc6\xe9\x50\x85\x4f\xb9\x07\x3e\xd5\xed\xce\xe2\x10\x77\xb6\x7c\xb1\xd5\x3d\x28\x29\x8b\x54\xda\x5c\x26\x4f\xde\x10\x16\xf0\xd3\x82\x01\x72\xb0\x06\xfb\x0f\x88\x42\x3a\xe5\x3f\x18\xdb\xa4\xcd\xdb\x94\xc5\x9a\x54\x53\xc6\xc9\xaf\xb6\xbb\x87\x17\xfe\xac\x8b\xb4\x18\x86\x1d\x0a\xc4\x8a\x9d\xd5\x25\x1c\xc3\x1a\x7c\x56\xd7\x10\x1e\xf4\x62\x5b\x0b\x27\x6d\xb9\x18\xe0\x40\x55\x45\x85\xe1\x2f\x55\xb4\x42\x5a\x55\xe2\x0d\x4e\x7f\xbd\xf4\x4c\x83\x4e\x3e\xc1\x3e\x10\x10\xa8\xe2\x5b\x3c\xe5\x70\xa0\x96\xdb\xd9\x9c\x7b\x82\x8d\xe2\x5a\x95\x88\x39\xe7\xf2\x21\x84\x62\x73\x36\xa7\x9a\xa8\xbc\xd1\xd4\x66\xcc\x44\x5b\x26\xa4\x98\x2b\x41\x81\x12\x52\xed\x29\xa7\x42\x05\xec\x7d\x2a\x34\x23\xa1\xbd\x9c\x3f\xed\xac\x52\xb4\xef\xb4\x53\x61\xe3\x03\x53\x1a\xfa\xe1\xd9\x4c\x58\xd0\xf1\x53\xcf\x6a\x87\xf0\x9f\x3a\x56\x89\x6a\x39\x55\x9b\x92\xd0\x9b\xb3\x3b\x8f\x04\x73\xdf\xed\xf8\x60\x72\xbb\xcd\xa4\x31\x0f\x7d\x99\x49\x63\x1e\xba\xcd\xa4\x30\x83\xb1\xc9\xd6\x15\x2f\x28\xa2\xa2\x92\x15\xf3\x1c\xce\x9b\x00\xb7\x50\x5a\xac\x0f\x98\xe2\x14\x28\x28\x7f\xb8\xc5\x30\xa2\x91\x03\x32\x8c\x68\x84\x7d\xc8\x49\xf0\xa9\x4c\x70\x2a\xed\xd5\x98\x7f\x82\xcf\x9d\xc3\x89\x14\x98\xa8\xe1\x44\x0a\xcc\xc3\x58\x16\xbb\x98\x29\xe9\x69\x93\x6a\xbc\xe7\xd2\xd3\x42\x24\x39\xa7\xd1\x65\x31\xe6\x9f\xe6\x55\x71\x21\x9c\x53\xb8\xc4\x90\x9a\xce\x9f\xda\x54\xf1\x41\x9c\x8a\x9c\x28\x64\x29\x38\x95\xac\x0a\x03\xd1\x29\x17\x41\xc6\xbe\x7b\x4e\x83\x0c\xe9\x42\xb8\x9e\x4f\xb0\xf8\x79\xba\x3e\x2e\xb7\x96\xc4\xc1\x0e\x9a\xf4\x32\xdb\x8d\x5b\xec\xca\xb6\x39\xcf\x78\x3e\xff\xfb\xdf\x47\x6d\xb9\xb2\x6c\xd0\xb1\x76\x57\xb6\x23\xa3\xf0\x81\x75\x8c\x98\xa8\x4b\x29\x28\x3e\x2f\x88\xa1\xc2\xe7\x2f\x33\x54\x10\x0d\x57\x31\xd7\x61\x4c\x66\xa8\xd8\x95\x2f\x3b\x5c\x83\xd7\x5d\x2e\x77\x35\xe8\x62\xc8\xda\x18\x43\x50\x45\xab\x19\x3c\xe9\x2a\x36\x33\xf0\xbf\xbc\x35\x61\xb8\xba\x1c\x34\x57\x78\x7f\x29\x52\x0c\xf1\xd1\x0b\x7c\x60\xa1\x29\xf8\xe2\x55\x85\x85\x0f\x85\xe3\x12\xaf\x1d\x39\xce\xf6\xf5\xe3\xa4\x75\x06\xef\xbd\xcc\x48\xc3\x90\x71\x55\x17\xcc\x8c\x59\xaa\x22\x31\xb8\xe8\x55\x65\x8e\xfc\x74\x68\x53\x58\x74\xd8\x6c\x9b\x8b\x29\x59\xa6\xa6\xe8\xaf\xd9\x72\xc3\xb3\x2c\x37\xa1\xdf\x5c\x4d\x86\x0e\xfa\x6f\x56\xf2\xf9\x5f\x32\x7f\xe5\x7b\x4f\x59\x4c\xa9\x33\x01\x56\xbe\x5f\x33\x14\x3f\x74\x07\xc7\xc4\x0d\x76\x39\x35\x20\xd5\x53\xae\x6e\x01\x2a\xee\x96\xab\x2b\x38\x26\x44\x86\xab\x5b\xa8\x60\x10\xdd\x97\x0f\xb3\xd8\xd7\xe5\x13\xd3\xa2\xea\xbc\x1c\xfc\x4b\xf8\x47\xd2\xc5\x5f\xca\x57\x51\x37\xba\x54\xfa\x08\xb6\xa2\xca\x70\xe5\xe0\xc0\xd7\x90\x49\x34\x58\xfa\xa5\xb2\x5b\xa8\x3e\x97\x92\xb7\x97\xd0\x12\x2f\xdb\x8f\x58\x96\x61\x03\x18\xcf\x02\x81\x71\x3c\x6d\x3e\xea\x3c\xcb\x7c\xc4\x49\xb0\xf9\x08\x9c\xd5\xe5\xcc\x7c\xd8\x1c\xaf\x69\x4d\x29\x7a\x70\xd4\x17\x35\x8f\x2e\x67\xe2\xa3\x70\xd5\x35\x2d\x9e\x34\xde\x70\x44\xc5\xa7\x0d\xc3\x19\x58\xdd\x69\xf9\x24\xc4\xa8\xeb\x1f\x33\x8b\x89\x9e\xce\x11\xc3\xcc\xc9\x03\x9a\x3e\x5f\xa8\x7c\xe8\xa7\x49\x23\xec\x20\x55\xe5\xb0\x48\x1c\x74\x1d\x82\x96\xb2\xd6\x87\xa0\xae\x2c\xb5\xca\x5f\x51\x1a\xe0\x72\xb9\x2b\xe8\x3e\x04\x34\x65\x43\x1e\x66\x12\x31\xe2\xc3\x27\x8c\xfe\xec\xa2\x60\x3c\x97\x9e\x63\xa2\x9d\xa7\x22\xb7\x3f\x85\xc5\x5e\x87\xd2\x08\x04\xeb\xbe\x4e\x6f\xa4\x68\xfd\xd4\x79\x8d\xfb\xe7\x3a\xe5\x56\x8f\xdb\xe3\x3a\x65\xba\x8e\x7b\xf9\x3a\xe5\xb0\x66\x76\x4e\x99\xae\xe3\xd2\xbd\x4e\xc1\xaf\x33\xff\x0f\xfd\x1f\xb3\x65\x80\x24\xd3\x6f\x80\x64\x08\x59\xd7\x29\x53\x37\x1c\xf0\x94\x33\x21\xf3\xbd\xd2\x0e\x64\xc6\x2b\x53\x3d\x4c\xfd\x14\xbd\x71\x81\x5f\x97\x4c\xe3\xec\x5b\x55\xea\x2a\xdc\x1a\x97\xe9\x8f\xef\x2f\x99\xc6\x39\xb8\x97\xc0\x8c\x71\x61\x5f\xaa\xd4\x85\xaa\x7c\x19\x4d\x19\x42\xf9\x25\xf4\x24\x06\x80\xcb\x95\xb5\xa8\x0e\x7b\xd9\x68\x84\x36\x71\x39\xf9\x79\xc8\xe4\xd7\xbd\x2c\x78\xd1\xc4\xed\xa0\x71\x78\xae\x42\xb5\x0a\x26\x80\xcb\x56\x23\xf4\x8f\x6b\x19\x89\x58\x96\xdb\x46\x3d\xd6\xe1\xf6\xc1\x09\x0b\xf4\x25\x2b\x51\xfb\x34\xe1\xbb\x88\xcb\xe9\xf6\x5d\xc4\x07\x8b\x25\xc4\xc0\x1f\x99\x26\x43\x39\xbb\x1e\xa5\x6c\x66\x69\x1e\x99\xf0\xb8\xa0\x1f\x9b\xf0\xd8\x5b\x8f\x4d\x95\x3c\xdb\x18\xc6\xf5\x67\x3f\x2f\xe8\xcb\x4b\x7e\xde\xfa\xe1\x5b\x8f\xc0\x7b\x6c\x27\xf9\x7d\x1b\xa0\xe6\xeb\xb1\xad\x2b\x14\xd9\x6b\xd9\x84\x42\x51\xbd\xec\xe6\x45\x21\xbc\x64\x14\xfa\x32\x63\x05\x5d\xed\xe8\xba\x97\xe0\x96\xb8\xf0\x2f\xc1\x2d\xf7\xcf\xe4\xca\x11\xdc\x32\x6c\x4a\x8e\xe0\xcf\x82\xbd\x8e\x09\xe4\x02\x50\xae\x3c\x94\xe3\x4b\x41\x59\x28\xa5\x97\x5c\xbf\x9f\x5d\xf4\xca\x8e\xc0\x1e\x71\xa6\x3c\x8c\xd5\xb7\x3d\xbf\x58\xbb\x6f\x87\x60\x61\x2e\xbf\x9d\x48\x1d\x47\xde\xed\xc4\x78\x38\x15\x6e\x85\x60\xe1\xf7\xba\x37\xa9\x58\x83\x3e\x0c\xe2\x0a\x33\xe1\x2d\xbb\x11\x7a\xdd\x2d\xbb\x51\xef\xb1\xd9\x6f\xd9\x8d\x1a\x0b\x78\x2b\xde\x8a\x12\xec\xf7\x66\x55\xe4\xdf\x26\xba\x77\x87\x35\xf1\x81\x2c\x41\x85\xe5\xba\x65\x09\x2a\x60\x68\xee\x5d\x81\x4d\x9f\x2f\x1c\xd8\xc4\x20\xf6\xa5\x06\xf0\x85\x6b\x5b\x85\x20\x77\x3b\x0f\x5e\xfe\xb4\xa1\xd0\x9d\x60\x23\xb7\xec\x3a\x9f\x5b\xe0\x56\x7c\xd6\x27\xc1\xd3\xad\xa0\x0f\xdc\xb2\x77\x13\x7a\x3f\xae\x91\xbb\xf9\xda\x88\xb9\x94\xe0\x03\xf4\xfd\x76\x0e\x64\x44\xbd\x5b\x92\x0f\x09\x96\x6e\xe7\x40\xfe\xac\xce\x12\x85\xe8\xa2\xdb\xf9\x1f\x73\xa9\x20\x0e\x6a\x3d\xdc\x5d\x25\x91\xd9\x32\x5d\x38\x92\xd8\xd6\x77\x57\x0a\xa9\xc9\xfb\x72\xb6\xef\x7f\x4a\xa2\x7a\x77\xa5\x63\x82\xfe\x9f\x44\x34\x32\x0b\xad\xa0\xfa\x02\x20\xe3\xee\xd6\x08\x18\xad\x45\xa2\x68\xc0\x22\x11\xa3\x1d\xe2\xec\x85\xff\x1d\xe9\x14\x57\xd9\xfd\x53\xff\x06\xa7\xf4\x96\xcf\xad\xb0\xea\x8a\x00\x21\xdf\xd3\x2d\x19\xa9\x14\xbe\x37\x6b\x8f\x01\xa9\xdc\x0d\xee\x80\x7b\x0a\x06\x13\x2c\xf6\x9e\xf2\x09\xb2\x47\xa6\x7c\x82\xb4\x27\x8f\x18\xac\xe9\x5e\x1e\xb1\xca\x07\x82\x5c\xb3\x0b\x5d\x76\x06\x1d\xf8\x9e\x06\xb1\x04\xcb\xbd\x15\xd2\x4e\x96\xb2\xdb\x55\x65\xc0\x83\xdd\x06\x77\xe1\xa9\xbd\xe5\x03\x23\x0d\xd8\x7d\x98\x75\x85\x8e\x72\x1f\xcd\x66\x27\x9a\xe8\x7e\x83\x1f\xcc\xcb\x62\x10\x76\x7b\x7d\x76\xea\xb1\xa4\x36\x3a\x91\x55\x09\xd8\xda\x7d\x18\xec\x39\x19\xf8\xed\x37\x62\xb1\x0e\x67\xfe\x64\xb9\x0f\xa7\x91\x0c\x7b\xce\xad\x18\xf7\x0c\xfa\xe6\x76\xaa\x61\x98\xd1\xe9\xed\x1c\xc3\x3a\x95\x40\x8c\xe3\x70\x7a\x7b\xc7\x18\x4e\xab\x42\x7c\xaf\x1d\xbb\xd3\xa1\x04\x37\x8e\x83\x62\x3b\xa8\x4b\x76\x9f\x8a\x8e\x09\xc1\xf1\x56\x3a\xae\x1c\xb7\xf6\x2d\x27\x58\x47\xba\xbd\x95\x8f\x8b\xe2\x22\xb7\xf2\x71\xe5\xf0\xb1\xdc\x72\x8a\x7d\x8f\x84\x72\x6c\x81\x15\xb9\x2f\x09\x63\x71\x29\xdc\x2a\x1b\x4a\x8c\xd3\xad\x1c\x5b\x98\x02\xee\x4b\xc2\x16\xfb\x49\x65\x41\x4b\x65\x84\xc2\x45\x84\x13\xf9\xbe\x84\x3b\x60\xbb\xa9\x2a\x28\x11\x48\xf7\xed\x13\xc0\xb3\x8e\x64\x28\x52\xb7\x73\x70\x71\x05\x49\xd4\x69\x9f\x19\xb8\x4d\x10\x1f\x28\xfc\x26\xb4\xc9\xdb\xd1\x20\x21\x8d\xdd\x4e\xca\xc5\x15\x26\x24\x1b\x41\x5b\xf7\xed\x23\xcc\x80\x44\x70\xdc\x92\xb7\x93\x72\x35\xfa\x97\x74\xc9\xe9\x70\xf4\x07\x37\x85\x91\x6e\x1c\x27\x47\x83\x70\x2d\x18\xe9\x46\xfb\x8f\xdc\xfe\x4c\xa8\x92\x74\xa1\x8b\xde\x8f\x80\x17\x21\xdb\xdf\x8f\x70\x0b\x2c\xe0\x23\xdc\x05\x7b\xfc\x27\xef\x4c\x12\x56\xde\x8f\xa4\x4f\x58\xc8\x23\x03\x03\x1c\xe4\x11\xcb\x62\xc1\x7e\xd2\xcf\x44\xc2\xba\x55\xf7\x13\x6f\xc4\xfd\x9a\xbe\x68\x4f\x95\x66\x90\xf9\xee\xd7\xf4\xf1\xbf\xa4\x65\x2e\xa9\x57\xda\x3e\xac\xe0\xf5\xf8\x82\x1e\x39\xb7\x08\x51\xbb\x5d\x0f\x06\x15\xf0\x5e\x21\x21\x6c\xd9\x77\x89\xcb\xff\x86\xfc\xb8\x20\x4c\x6a\x7f\xf2\x13\x3d\x0a\x3c\x6f\x88\x41\x8f\xcb\xc7\xa0\xcb\x3f\x9b\x53\x1b\x05\x5b\x78\x36\x67\x9f\x6a\xf4\x68\xf9\x3b\x8e\xc1\xe3\x98\x12\x44\xa9\x67\xb3\xfc\x1d\xfb\xf0\x71\x50\x09\x3c\xf1\x71\xbd\x98\xef\x38\x4c\x79\x30\xde\x47\x41\x24\x95\xc3\xfa\x6c\xe2\xe5\x74\xe2\xa0\x12\x5a\x58\x41\x25\x50\xe2\x7c\x60\xa0\x6e\x9e\xdd\xde\xe6\x4f\x13\xc6\xe9\x7e\xda\xb0\x08\x5e\x79\xc3\x5e\x74\x06\xbe\x5b\x06\x67\x58\xae\x07\x03\x96\xe6\x71\x12\x31\x4c\xd8\x8f\x93\x88\x61\x03\x7a\x9c\x44\x0c\x4b\xfa\xe3\x0a\x31\x20\xc0\x9e\x5d\xb2\xcc\x67\xe4\xd2\x35\x58\x82\xdd\x73\x11\x83\x48\xeb\x5e\x8b\xd9\x73\x79\x18\xba\x54\x8e\x31\xd2\x79\x3e\xce\x31\x06\xc4\xe9\x71\x8e\x31\x20\x47\x4f\x5a\x53\x11\x73\x93\x1c\xa5\xcf\xec\x29\xc9\x18\x19\x31\x1f\xb9\xc0\x2a\x17\xf8\xa3\xd8\x16\x72\x86\x3e\x76\x79\x01\x72\x7f\x9c\x63\x0c\x07\xc1\xe3\xd8\x16\xd4\xd1\x27\xcb\x21\xcd\x44\xe4\xa5\x6a\x04\xe5\xd9\xaa\x06\x2d\x28\x44\x87\x99\x91\xbf\x6b\x47\xe1\x7f\xb2\xdd\xea\x61\x61\x7b\xb2\x2a\x8b\x40\x86\xfc\x5d\x9f\x7b\xeb\xc9\x4b\x90\x8c\xc9\xcc\x76\x39\x87\xe4\xf3\x94\xa5\x33\xc5\xf4\x3b\xb8\x05\xb5\xfc\x29\x0a\xc9\x61\xee\x8a\x87\x1d\xa3\x72\xa9\x18\x0c\x56\x8f\x4c\xad\x9f\x90\xe6\xc7\xd5\x60\x28\xe2\xfc\x14\x8b\x19\xf4\x29\xdf\x2b\xdb\xbf\x48\x63\x62\xf6\x8b\x35\x26\xbe\xb7\xeb\x75\xf2\x81\x5d\xd4\x93\x41\xda\xf7\x1a\x37\xf6\x53\x9c\xac\x99\x3e\xab\x8d\x89\x21\x33\x3c\x2e\x06\x43\x76\xe5\xc7\x9e\x2b\x14\x9a\xa7\x5a\x67\xa2\x09\x3b\x24\x1b\x3f\x2c\x33\x18\x5f\xc8\x21\x19\x12\xd8\x53\xed\x90\xec\xfc\x60\x87\x64\x5c\x83\x8f\x63\x65\x3e\x1c\xca\xbe\x2b\xcc\xa8\x4f\xb5\x3a\xc8\xf4\xca\x77\xf5\xd9\x15\x6d\xa9\x87\x31\x3b\x8e\x96\x01\xdd\xf4\xb4\xa5\x2f\x46\x9b\x2d\xab\x09\x5e\x10\x1c\x9a\x6d\x63\xdf\x16\x78\xa8\x47\xbe\xad\xcf\x5e\xb6\x6f\x0b\xc8\xd7\x23\xdf\x56\x27\x5a\xe9\x59\xa9\x89\x3b\x6d\x1e\x96\x0b\xe9\x54\x5e\xbb\xc1\x0b\x4b\x70\xa4\xcd\xd7\x3f\x44\xaf\xb2\xff\x76\x22\xe7\x1e\x05\xc4\xe0\x6b\x7c\x14\x10\x93\xc0\xa3\x3f\x72\x77\xe1\xae\x7c\x64\x0f\x6e\x9f\xe9\xee\x72\xbc\x0e\xba\x30\x7e\xb2\xfe\x29\xb0\xe8\x91\xb7\x2c\x61\xb2\x7c\xba\xb5\xe6\x58\x9b\xbe\xc4\xe5\x20\xb2\x9b\x68\x3e\x90\xfb\x85\xa2\x1a\x8f\xa3\x69\x80\x89\x3d\x43\xc9\x3f\x42\x94\x7c\x86\x92\x7f\x84\x2c\xfa\x0c\xe7\xc0\xe7\xc0\xfe\x94\xa3\xda\x43\xd8\x7d\x86\x63\x99\xe0\x4c\xaa\x18\x83\x63\xf8\x71\x38\xcd\xe7\x5e\xf8\xa9\x53\xb5\xc3\x56\x86\x63\x9d\x18\x82\xbc\x92\x83\x21\x38\xc5\xc9\xa0\x07\x99\x02\x06\x43\x70\xa8\x13\x5f\xc8\x06\x9d\x71\xf9\x3c\xaa\x0e\xf3\x61\xe1\x73\xb9\x04\x63\x0c\xf2\x95\x7d\x98\xfe\xb4\x47\x30\x04\xa4\x67\x2e\x53\x40\x90\x35\x97\x03\x90\x3e\x9c\xb0\x24\x64\xa2\x47\x06\xe6\x5c\x38\x8d\x3f\x1d\xab\x7e\x78\x9d\xc2\x65\x32\x35\x21\x1e\x85\xcb\x64\xaa\x31\x3c\x52\xba\x32\x35\x34\x1e\x29\x5d\x19\x1f\xfa\x73\x38\x7d\x01\xd3\xad\x4a\x9e\x19\x07\xd9\x23\xad\x2b\x7f\x76\xed\x61\xbf\x5f\x0c\xdc\x4a\x17\xfc\x54\x76\xe5\xca\x16\x90\xca\x55\x3e\x2c\x59\x69\xc5\x3a\x81\x97\x8f\x6d\xc5\x9c\xb5\xd3\x76\x48\xee\x1a\x85\xcb\x0c\xcc\x22\xcf\x29\x73\x1c\xbc\xce\xe1\x32\xc4\x07\x3c\x4e\xf0\x85\x7d\xf6\x51\x34\xcc\x67\x10\xae\x9b\x42\x30\xca\x73\xd9\x4a\x15\x16\xd6\xe7\x5a\x84\x47\xa7\x4a\xa7\x85\x6b\xf1\x51\xcd\x93\x06\x0f\xf9\x69\x39\x89\xbc\x36\xcf\xa5\x14\x25\x6c\x5c\x25\xd7\xfa\xe8\x61\xcf\xa5\x20\x86\x30\x28\x3d\xb7\x92\x61\xd0\xc1\x9d\xf4\x7f\xbc\xaf\x78\x1c\xdc\xe5\x8f\xe2\x71\x6a\x40\xbc\x1e\x69\x31\x39\x2c\x1d\x8f\xb4\x98\xfc\xf9\xdf\xc0\x37\x58\xd6\x2d\x97\x00\x97\x8c\xd4\x96\xbc\xf3\xbf\x4c\x23\x3b\xff\x3f\x7a\x66\xc0\x0a\x5a\x60\xd6\x1f\x5b\x34\xe9\xf1\xb1\xcd\x99\x2f\x1e\x29\x62\x1c\x35\x67\x13\x66\x33\x39\x7b\x70\x38\x39\x1e\x67\x0b\x86\x03\x3a\x5b\x30\x0c\x49\xd1\x35\xdf\x21\x3e\xb2\xdb\x73\xb8\x1f\xa9\x92\xdc\x36\xaf\x1c\x5c\xec\xb5\x65\x84\x85\xe6\x57\xd6\x1c\x98\xf2\xeb\x11\xc7\x22\xbc\x1a\x31\x9b\xf7\xb5\xea\xc8\xf7\x72\x4c\x20\x93\xbe\x56\x1d\x63\xc4\xaf\x1c\x13\xec\x9a\xd7\xaa\x63\xcc\xd0\x6b\x5d\x99\xf6\x04\x69\x67\x46\x5e\x21\xc4\x43\xfc\x78\x37\xa9\x56\x21\x9e\xbc\x4a\x47\x8c\xe1\xe5\xdd\xa4\x5a\xc5\xae\x7c\x37\xab\x56\x7c\x2f\xc7\x69\x70\x95\x77\x93\x87\x2f\xc4\x9f\x77\x93\x87\x6f\xd0\x9e\x54\xaf\xf9\xa7\x94\x74\xaf\x72\x13\x23\xda\xbe\x4b\x3b\x89\x9b\xf9\x75\x88\x3b\x77\xf9\xbb\x2b\xf0\x3e\xd6\xe7\x55\xe1\x49\x62\xd2\x5e\x15\x9e\x24\x93\xc7\xbb\xdb\xd8\x15\xe4\x2c\x35\x22\x04\x92\x77\xb7\xd5\x28\x44\xc8\x77\xa9\x11\x9f\x2e\x25\x5e\x7f\x9e\xe5\xb1\xe8\x74\x21\x25\xe2\xd3\xa2\x94\x88\xce\x10\xa5\x44\x40\xd3\x52\x22\x3e\x3f\x58\x49\x08\x4e\xfe\x2e\x25\x21\xf8\xd7\xeb\xa2\x92\xb1\x49\xde\x24\x8f\x45\x48\x66\xaf\x55\x84\x4f\x03\xe2\x7f\xb1\xab\xdf\xb4\x14\x1f\x1a\x58\x4c\x97\x37\x2c\x7c\x67\xba\x54\x96\x4a\xbe\xc8\xce\xa3\xcf\xcc\x2b\x75\xd5\x8e\xcb\xeb\xcd\xf2\xc4\x32\x0f\xd9\xc0\xc7\xd0\xea\x5f\x87\xc3\xe3\xb4\x7b\xff\x29\x0d\x74\x62\x1b\x5f\x68\x2e\x6f\x56\x29\x46\x26\x42\x45\x44\x76\xfc\x7a\xaf\xd2\x12\x63\xa9\x79\xf3\x42\xb2\xd3\xa9\xf0\x9f\x8d\x0f\x04\xd7\x60\xcb\x59\xa7\x20\xc1\xfa\x2b\x9d\xa2\x72\xc3\xbd\x45\x39\x0d\x1b\xcf\x4b\xf6\x8e\x41\x39\x5e\x9e\x23\xf2\x53\x32\x2a\x0a\xdc\x2b\x8d\x81\xeb\xea\x2d\x4b\x81\x0b\xb2\x57\xb4\x7c\x30\x91\xb7\xa8\x3a\x56\xe6\x59\x21\xe7\x61\xa4\x7f\x0d\x6d\x23\xf0\xe4\xad\xeb\xba\x8a\x31\x19\xda\x46\x2c\xce\x2b\x40\x06\x30\xb5\xd7\x80\x8c\xcf\x96\xa8\x4b\x90\xa2\x09\x07\xa1\x32\x55\x56\x08\x3e\x67\xa7\x3a\x6c\x3c\x44\xd8\xd7\x25\xff\x29\xb8\xfd\x56\xc7\x8d\x0f\xda\x58\xc2\x14\xe3\x92\xa3\x05\xd2\x9b\x85\xab\xca\x0f\x16\xae\xe2\x83\x66\xe1\xea\xf3\x83\x03\xc9\xe3\xd2\x78\x9b\x03\xc9\x83\xc9\xbf\xcd\x30\x21\x8e\xb0\x72\xc5\x0e\x72\x28\xbe\xd3\x94\xc4\x17\xd3\x5c\x36\xe8\x98\x32\x58\x85\x4b\xe3\x75\x55\x09\x8a\xd1\xbe\x8e\xe9\x60\x7a\x25\x5a\x95\xcf\xd6\x76\x24\x32\x87\x5e\x92\xd5\x18\x9f\x16\xb4\xd5\x19\xe3\xa1\x0c\x80\x9f\x2e\x7f\x7b\x80\xd4\x57\xef\xe1\x89\x8b\x69\x38\xed\xa1\x8a\xef\x55\x26\xa2\xc6\xcd\xf7\x5a\x8a\x9a\xbc\x6f\x81\x86\xa3\xe4\x8a\x78\xc4\xc3\xbd\xe7\x6f\x1f\x73\x73\x48\xec\x1a\x19\x0e\xa0\xb0\xe5\x0e\x08\xe2\x55\x8c\x47\xdf\x3f\x4d\x4e\xeb\x03\x74\x7a\xf8\x07\x46\xf9\xf8\x07\x7a\x79\x85\x60\x89\x4e\x2e\x23\x8b\x76\x7e\xd0\xfa\x87\xa2\xf5\x5e\x76\xab\xc5\x20\x2e\xc3\x53\x83\x8a\xcb\x05\x98\xfe\x14\x6f\xf4\xfe\x84\xba\x06\xec\xee\xbd\x6c\xa4\x08\xb7\xed\xfb\x13\xea\x1a\xb5\xa7\xdf\xcb\x0e\xb8\x70\x03\xbe\x3f\xa9\xae\x51\x7e\xf9\x75\xca\x54\x58\xf7\xb5\xaa\xa1\x06\x3d\xb7\x75\xa6\x90\xba\x5e\x45\x73\x90\x63\xec\xfd\x89\x79\x8d\x5a\xbf\xef\x4f\xcc\x6b\x14\x89\x7e\x6d\xcd\x66\x63\xdc\x55\xff\xc7\x04\xdc\x82\x5a\xb1\x06\x3f\x31\xb0\x51\xb5\xfb\x5d\x25\xcc\x69\xf0\xd9\xe4\x9f\x8b\x21\x3f\xca\xe5\xc7\xa4\xfc\xc4\xb8\x44\x32\xbe\xf7\x71\x1c\x78\x34\xf8\xc8\xe1\xc1\x56\xff\x09\x75\x89\xec\x13\xef\x4f\xa8\x4b\x64\x5a\x7c\x1f\x05\xfb\x72\x7b\x3d\x2a\xaa\x03\x67\x7a\x94\x55\x8e\x93\xf1\x48\x70\x86\x0d\x3d\xca\xed\xc7\x96\x79\x85\xa4\x81\x6f\xbd\x92\x83\xc3\x6d\xfe\xfe\x44\xb6\x0e\xd6\xf5\xfd\x89\x6c\x1d\x8d\xf1\x7d\xed\x5f\xe4\x59\x70\xbb\x44\x7b\x16\x19\x42\xff\x7b\x5f\xa1\xaa\xc2\x95\xff\xfe\x64\xb6\x0e\xf0\xf5\xfd\xc9\x6c\x1d\xe7\xf2\xfb\xde\x7a\x3f\x08\xfe\xc9\x70\x1d\x60\xec\xfb\x93\xe1\x7a\x00\x7c\xe7\xf6\x93\xe1\x52\x14\x5e\x9f\xdb\xe6\xa3\xdd\xe2\x39\xe9\xfd\x1c\xcf\x8a\x5e\xfe\xe7\x08\x9b\x9b\xa2\xad\xc3\x99\x3d\xb7\x9f\x4c\x97\x6a\xa2\x7d\x45\x33\xff\x3b\x62\x73\x53\x1c\x46\xdb\x26\x1f\xc8\x27\xfa\x6f\x06\xe7\xb6\x49\x11\xf8\x34\xa0\x58\xe0\x7f\x3a\xde\xdc\xb6\x1f\xbb\xdc\xb6\x78\xde\x37\x3d\xc7\xfb\xbb\x3c\x4e\x0c\x50\x26\xe4\x1a\x91\xb1\x73\xfb\x89\x71\x79\xdb\x79\xa1\xaa\x81\x1a\xcf\x4d\xff\xf3\x7e\xd7\xff\x3c\x0b\xec\x34\x83\xa2\xdd\x3e\xb3\x98\xc1\x9f\x4c\x97\xb7\x3d\x08\xda\x4d\x50\xcc\xe0\x4f\xa6\xcb\x1b\x33\xfa\x93\xe9\xf2\xc6\x0c\xee\x26\x30\xc6\x97\x4c\x60\xf4\x97\x4c\x60\x8c\x37\x25\xfd\x1f\xfd\xff\x44\xbe\xbc\x6d\xd1\xff\x4f\xe2\x1b\x39\xc5\xf8\x93\x3c\x60\x93\xff\xe5\x01\xab\x31\xa1\x49\x6a\xcb\x8c\xf1\x65\x79\xbc\x5a\x7c\x9f\x85\xcb\x6b\x31\xbe\x6c\x17\x1e\x1d\x64\xa9\x31\x93\x17\xe4\x94\xae\x31\x40\x47\x67\x37\x3a\x50\xee\x83\xd0\x43\xe6\x96\xa5\xc7\xb4\x18\xa1\xa2\xaf\x07\x33\x9c\xe5\xa5\xee\x74\xf8\xa3\x60\x32\x43\x0e\xbe\x6e\xf1\xac\x60\xeb\xc9\x96\x29\xbe\xae\xf8\x5f\x2e\x9e\xc6\xff\x4d\x82\x1e\x7b\xb2\x74\x35\x10\x14\x15\xf9\xac\x5a\x0c\xa8\x58\x31\x89\x25\x29\x8a\xbd\x9d\x41\x50\xb1\xec\x52\xf8\xe1\x56\x83\x7c\x60\x0a\xf8\xff\xd5\x73\x4c\x91\xa2\xb3\xe7\xf6\x17\xcd\x67\x6e\xd5\xe4\xc6\x86\xaa\x56\xc3\x78\x96\x1a\xc6\x09\x54\x28\xf7\xe0\x84\x29\x94\x7b\xb2\xe1\x65\xde\xad\x11\xc0\x37\xb7\xaa\xa0\x50\x16\x58\x35\x23\x12\xe4\x2b\xfd\x68\x62\xbd\xaa\x5c\x64\xec\x28\xa5\x23\x4d\x9f\x0e\x15\xe4\xca\x80\x54\x0d\x22\xb1\x43\x9b\xf1\x30\x35\x16\xac\x49\x53\x63\x01\x9b\x25\xa4\x98\x3e\x49\x69\x35\xd2\xd4\xce\xcd\xc5\x20\xc2\xeb\x39\x37\x17\x83\x18\x74\x61\x2d\x87\xff\xed\xdf\x19\x31\x09\xc2\xaa\xd4\x0e\xdb\x30\x56\x65\xf0\x2c\xd5\xec\xf3\x81\xb1\x64\x3d\xa8\xec\x4b\x37\x8b\x51\x77\x39\x14\x7a\x90\xdd\x97\xae\xc6\x0f\xf2\x30\xf4\xa0\xa2\xcb\x31\xd2\x63\x1e\x5d\xde\x3b\xf0\x21\x73\xeb\x8a\x0f\x1d\xbc\x60\xb9\x8f\xff\x97\x8a\x43\x0f\x0a\xdd\xfb\x8c\xd1\xa1\x7b\x85\x31\x2a\x74\xef\x33\x66\x61\xb2\x38\x5a\x32\xd3\xee\x9f\xa3\xd1\xad\x03\x45\x0f\x8a\x71\x08\x25\x7b\x6e\x43\x16\xf6\x1c\x34\xb9\xae\x37\x67\xcf\x35\x21\x26\xec\x6b\x2c\x22\x79\xa3\xab\x85\x20\x72\x28\x8c\x2b\x07\x91\xc3\xa1\x1f\x9f\x2e\x7f\x43\xfa\xec\xe7\xa9\xb0\x0b\xb6\xe7\x74\x6d\xce\xa0\x69\x96\xff\xfe\xd7\x76\xa6\x7d\xfa\x4a\x0b\x92\xe6\xd4\xff\xb4\x77\xea\x39\x06\x34\x9f\x9f\xa0\xc7\xde\x9a\x16\x3b\x83\x80\x9f\x80\xdf\x32\xab\x74\xec\xfa\x3f\xc6\x73\x58\x0a\xe5\x7d\x29\x21\x5c\x28\x3f\xf9\x9f\xec\xff\x73\xb3\x65\x95\x0b\xeb\x27\xfe\xb7\xcc\xce\x94\x5d\xb5\x7c\x38\xf8\xe1\x14\x2d\x74\xf8\xf8\x85\xa0\xf8\x50\xed\xc3\x1c\x23\x38\x55\xfb\xb0\x44\x03\xa7\xc5\xc8\xa0\xe0\x94\x18\x99\x63\x86\x4e\x8b\x91\xd1\xc1\x4f\xfc\x6f\x3d\xc7\x0c\xab\x12\xc3\xe7\xf4\x49\xfc\x8f\x54\xb7\x73\x93\xb0\xff\x39\x5b\xa7\x13\x86\xb0\x84\xe7\xfd\x13\xcb\x98\x82\x53\x62\xda\xa7\x81\x57\xcf\xd1\xc1\xa5\xcc\x5b\x9c\xac\x4b\xb0\x30\xb6\xb5\x04\xfd\xf2\xb9\xd4\x7e\x92\x7e\xdf\xa1\xf0\x52\x12\x99\x11\x9b\xec\x1a\x7a\xa6\x01\xc9\x95\xec\x99\x9f\x2c\xdf\xa3\x12\xf6\xdc\x2e\x41\xb4\x39\x89\xb7\x2e\xe5\x1c\xfd\xdd\xee\x8f\x67\xcb\x8d\x31\x83\x3f\xc1\xba\xf7\x3d\x56\xe4\x1e\x7a\x8e\xf6\x6f\x89\x85\x88\x59\xb7\xc4\x42\xc4\xba\xdb\x62\x21\xdf\x4b\x0c\xdc\x63\xbc\x92\xcb\x3b\x7b\xe8\x91\x18\x98\xfe\x82\x48\x98\x9b\x84\xf6\xa8\x83\x3a\x37\x09\xed\x7d\x8f\xc9\x7b\x24\x23\x22\x20\x3c\x12\x92\xf7\x98\x0c\x41\x42\xb6\xcf\xfb\x42\x25\x71\xa2\x55\xc7\x2d\xa7\x20\x4e\x75\xda\xb6\xcf\xe0\x85\x42\xe2\x80\xfe\x84\xf4\x91\x21\xf6\xb5\x92\x11\xe3\x7b\x2d\x11\xf1\x2c\x01\xa5\x45\x7f\x3f\x21\x7c\x7e\x24\x3e\xa5\x34\xda\x43\x28\x9f\xdb\x4f\x08\x9f\x1f\x11\xeb\x95\x69\x98\x0b\xed\xf5\x00\x69\x50\x22\x16\x5c\xf3\xb5\x88\xf5\xef\x79\x97\x21\x15\x91\x70\x97\x21\x15\x11\x70\xdf\x2c\x72\x95\x78\xce\xfa\xbf\xc5\xb3\x25\x2e\x9e\xab\xfe\xaf\xf1\x2c\xc3\xf1\xe4\xfb\xae\xff\x79\x16\xe6\x28\x38\xe2\x2e\xc3\x6b\xe4\x85\x9f\xbb\x6d\xa9\x9d\xf1\x5a\x00\x63\x7c\xc2\xe0\x04\x87\xdb\x37\x09\x60\xc1\x11\xf7\x5d\x86\xe2\xe0\xc8\xfb\x2e\x43\x71\x9c\x96\xfd\x27\xa3\xe7\x28\x24\x38\xf7\x5d\x02\x59\x1c\xd7\x7d\x97\x61\x38\x4e\xcf\x2e\x91\x3c\x0a\xf7\xcd\x5d\x45\xe0\xc2\x3e\x31\xf7\x9f\x88\x5e\x60\x17\xfb\xaa\x01\xd7\xe9\xc0\x59\x2a\xe2\xbc\xed\x86\x6f\xa4\xcf\x90\x96\xb9\x38\x68\x92\xe9\x35\xb3\x26\xbb\x51\x3c\x4c\xca\xaa\x12\xc7\x28\x5d\x25\x2e\xc2\x83\xe7\x9e\x0c\xd4\x81\x2e\x5b\x67\x13\x13\xb5\xca\xc4\x05\x63\xdb\x93\xc1\x2b\x83\x4f\x7c\xc5\xf3\xec\x00\x93\x41\x13\x4b\x72\x89\x81\x26\x6f\x4e\x86\x65\xc1\x85\x67\x23\x38\x06\x84\x58\x72\x61\xdc\x59\x30\x9d\xe0\xae\xbb\x10\x1d\x8d\x0f\x5c\x34\x6e\xd0\xe4\x82\x78\x84\xce\xb5\x1b\xe2\xc1\xfc\x1b\xc1\x81\x80\xbb\x2b\x62\x39\xb1\xa3\x56\xb4\x31\x74\x66\xfb\xbc\x83\xe3\xed\x8e\x36\x8e\x84\x38\x73\x2f\xae\x8a\xce\x64\x3a\x18\x6e\xd0\x68\xb1\xb9\x86\x46\x05\xc8\xc8\x81\x59\x9f\xbb\x00\x19\xe3\xf3\x2c\x47\xdc\x4e\x0b\x66\xf3\x41\x47\xb1\xf9\x20\x36\x49\x91\x03\x32\xf3\xbe\xd8\x6e\x8e\x99\xac\x62\xb3\x89\x67\x63\xb9\xd8\xb9\x55\xac\x34\xc7\xc4\xfd\x64\xf5\x91\xe3\x26\xdd\x55\x2a\x20\x17\xfe\x6f\xfa\x3f\x28\x52\xa9\x80\x8d\x59\xaa\xf2\xc3\xc5\xcd\xbb\xcb\xf0\xda\x76\x58\x4f\x15\x6f\x8d\xab\x7e\x5f\x66\x56\x78\x81\xac\xaa\x3d\xb3\xda\xf5\x15\xf3\x88\x17\x9a\x98\x57\x88\x27\x7b\x33\xf3\x8a\xf7\x7f\xc2\xfa\x44\x9f\xde\x95\xa9\xa9\x84\xc4\xb7\x2b\x9c\x0e\x85\x7e\x6f\xe6\xc6\x7f\x89\x05\x9a\x7b\xb3\xee\x08\xab\xfa\x09\xf6\x93\x8b\x77\x57\x5a\xa7\xa8\x11\x3a\xf7\x76\xe8\x39\x56\x48\x69\x9d\x26\xa3\x97\x94\xde\xa2\x72\xfb\xdc\xbb\x0f\x2d\xbb\xdf\x62\xfa\x67\x6b\x4a\x4c\xcf\x70\x63\x89\xe9\x99\xbd\x2d\x31\xbd\x6d\x71\x7f\xed\x12\xd3\x33\xec\xb9\x9b\x7d\xd1\x83\xa1\x76\x9c\x27\x57\x67\xfb\x1c\xf2\xee\x18\x03\xf6\xc5\xb0\x72\x01\x8b\x57\xf1\xb5\x88\xbe\x9b\xfb\xb0\xdf\x27\x94\xb0\x7d\x98\x91\xc4\xb4\x0f\x69\x40\x83\x16\xed\xab\x9a\xb1\x6e\x43\xbe\xaa\xcf\xf3\xe5\x8d\x41\x0b\x76\x7c\x33\x75\xc3\x29\xa6\x98\x19\x57\x5a\x43\x91\xdb\xa7\x54\x20\xd8\xdd\x5c\x8c\x23\x46\x39\xad\x8a\xc3\x54\x15\x3f\xb7\xa3\xec\xef\x2e\xa3\x86\xee\xbc\xbb\x8c\x1a\xfa\xef\xae\x60\xe0\x0f\x5f\x76\x15\xb5\xcf\xf5\x31\xe5\xc7\x81\xf7\x2b\x7e\x6e\xc7\x60\xb0\x1f\x76\xe4\xb0\x4b\x84\x39\xdf\x3f\x37\x96\x64\xf6\x1d\x8d\x7e\x3f\x14\x70\x09\x33\x3a\x8c\x1c\x62\xb6\x0e\x23\x85\x98\xf0\x63\x71\xf2\xa0\x6c\x81\xce\x1b\x3f\x18\x35\xc5\xa2\x2e\x48\xf9\x4e\xa3\x76\xe6\x04\xe9\x87\xf3\x4f\xb0\x68\xe7\xe2\x9a\xd1\xe6\xa9\x1c\x0d\xdc\x0e\xa7\xe2\xe0\x39\x1f\xa7\x7d\x39\xcc\x9e\x64\xf5\xfe\x61\xdd\xce\x30\x3a\x98\xbe\xd3\x91\xf1\x50\xa6\x0c\xa3\x9d\x13\xf4\x4f\x9c\xe7\x07\xc7\x90\x73\x67\x9d\x0b\x80\x42\xaf\x8f\x7f\x88\x4f\x9c\x62\x14\xc6\x77\x19\xa1\x12\x2d\xd8\x94\x5f\xb8\x6b\x2f\x43\x56\xe0\xdd\xff\x64\xfe\x98\xbc\x9f\xcc\x5f\x3f\x9b\xd1\xd6\x7d\x58\x87\xcb\x10\x70\x2a\x2f\xb3\x16\x86\x24\xf4\xcf\xe7\x7d\x51\xf5\xf9\x5f\xb6\xe5\x4f\xfb\x32\xfc\xb1\x14\x97\xe2\xfc\x42\xaf\xdc\x6f\xe3\x46\x62\x7c\xcb\x78\x1f\x14\x39\x47\x2a\xd3\x7c\x2b\xf1\x25\x3b\x4c\x3a\x45\x54\xac\x9f\xbb\xcb\xa1\x85\xf5\x7e\xee\xb7\x8c\xd1\x21\x67\xef\xb7\x8c\xd1\xa1\x59\xef\xb7\x22\x7c\xb9\x3c\xee\x43\x0d\x32\x00\xdf\x76\x3c\xfb\xb6\xa3\xfd\x57\xbe\xb1\xb0\xc5\xee\x8f\x8c\xc9\x61\xba\xdc\x95\x35\x75\x0b\xc5\x60\x7f\x24\x98\x87\x79\x62\x57\x38\x5d\xcd\x70\xf7\xc7\xb6\xd9\x20\xf9\xd1\x75\xc7\x7d\xaa\x8a\xd0\x91\x37\x62\xee\x3f\x4d\x22\x6f\x61\x7b\xdd\x85\xe1\xc8\x85\xff\x25\xa8\x7f\x06\x28\x94\x49\x8d\x67\x41\x36\xf2\x9f\xea\x3c\xcc\xfd\xd5\x5d\x1d\x46\xbe\xdd\x6a\x46\xa1\x31\x19\x9a\x39\xac\xca\xad\x3a\xc2\x09\x3a\x77\xe1\x39\x32\x52\xd3\x2b\x6a\x0a\xff\x4b\x2f\x0a\xe3\xcc\x2e\xbd\xa4\x62\x4b\xdf\x7f\x7a\xc7\xfc\x90\xfb\xba\xce\x0f\xe7\x4a\x08\x0e\xe8\x4d\x56\x3c\x62\x01\x92\x15\x8f\x9d\xff\x75\x77\xc7\xcd\x95\xac\x78\x84\xcc\x95\x54\x70\x3a\x22\x41\x67\xb2\xe2\x91\xf9\xbe\xe9\xff\x12\xcf\x0a\xa5\x0d\x79\x29\x2d\x6f\x40\xa5\x03\x69\x1e\x9d\x0f\x0e\x75\x98\xe3\xf9\xd2\xf3\x8c\x67\x45\x37\xc4\x29\x4f\x9b\x4d\x19\x9d\x11\x88\xe2\x98\xf4\x24\x77\x41\x09\xa9\x3d\xed\xb2\x6e\x07\x57\x48\xbb\x29\xde\xe3\x79\x59\xb7\x63\x04\xd2\x45\xb6\xcc\xb3\x74\xa9\xcc\x07\xc3\x15\x65\x62\x4e\x77\x69\x93\x99\x67\x93\x14\x43\xde\x45\x52\x62\x84\x52\x16\x83\xf5\x25\xa9\x11\xa4\xce\x9c\x49\x06\xfe\x00\xe7\xcd\x94\xbc\x08\x41\x42\xd2\x22\x04\xdf\x49\x49\x23\x0e\x3e\x93\x92\x46\x1c\xc7\x38\x49\x85\xf8\x78\x14\x92\x51\xe0\x99\x55\x70\xc2\xd6\x80\xda\xce\xe4\x52\xd3\x78\x6d\x52\x92\x06\x18\xf7\x4c\xca\xd2\xf8\x42\x60\x49\x3f\x95\x61\x86\x5f\x6c\xa6\x9f\xca\x30\x03\xac\x39\x53\x56\x54\x49\xf0\xb6\xa4\x8c\xae\x93\x21\x09\xdf\x51\xc3\xfd\x3b\x53\x96\x4a\x18\x62\x6a\xca\x56\x09\xf9\x60\xe8\x39\x88\xce\x62\xd6\x4c\x52\x56\x1e\x8b\xb8\x93\x92\xc0\x1d\x2d\xd0\xf4\x33\x65\x99\xe8\xd9\x38\x76\x32\x70\x54\xb2\x4c\xf4\x2c\x6b\x91\x89\x9e\x9d\x59\x6c\xb4\x66\x12\x8b\xef\x1b\xe6\xa8\xc8\xce\xce\xc2\x17\x93\x14\x24\xfe\x94\x91\x89\x95\x2c\x15\x93\x10\x73\xe4\x54\x1c\x93\xff\x4f\xfd\xcf\xf7\x97\xe6\x9c\x11\x89\x22\x0e\x73\x79\xf4\x3f\xcf\xd2\xda\x43\x14\x48\x3f\x65\x65\x86\xab\x71\x26\xfb\x15\x38\xcc\xf6\x2b\x04\x73\x49\x3f\x5d\x65\x86\xaf\x73\xa6\x5a\xf4\x1c\x7b\x40\xb0\x90\x1a\xc9\xee\x66\xfa\x29\x2f\x13\xa3\x53\xaa\x5e\xc3\x20\xb0\xae\x8d\xc9\x0f\x12\xde\x39\x6b\xd5\x14\xf3\x2c\xe8\x51\xa0\x65\x67\xaa\xda\x96\x83\x21\x29\x33\x42\x65\xd9\xa5\xbc\x44\xc0\xdc\x4c\xcd\xfb\x34\x86\xd4\x1c\x79\xcb\x69\x6c\x26\x92\x06\xbc\x51\x83\x26\x27\x03\x09\x21\x2e\x39\x19\xc8\xe0\x7b\x85\x43\x4d\xfe\x3f\x4d\x23\x3f\x28\xbe\x69\x96\xbf\x5c\x39\xa9\xc9\x10\x33\xe9\xfd\x31\xc0\x28\x26\xa0\x79\x4d\x63\x02\xba\xd7\x34\xfe\xef\x3a\x87\x21\x2b\xa7\xee\x38\xa0\x10\x2a\x92\xeb\x22\x60\x3c\x4e\x4b\x59\x89\xf1\x2e\x65\x85\x93\xb8\x94\x15\xf6\x65\xff\x29\x0e\xc8\x51\x49\x3e\x85\xcc\xd1\xec\x66\x26\x6c\x1c\x39\x15\xb6\xcc\x46\x70\x65\x05\x0c\x3c\xe9\xa7\xee\x14\x2c\xd8\xc9\x99\x93\xd0\xfd\x93\x22\x65\x37\x74\xac\xe4\x6c\xb5\xd0\x25\x7d\xa8\x06\x3e\x79\xa6\x21\xad\x8d\xcd\x28\xbf\xc3\x86\xee\x9f\x54\x6d\x61\xfb\x8c\x5b\xf0\xf0\xed\x3b\x0a\x85\xee\x7f\x38\xb1\x75\x28\x4c\xf7\xc9\x39\x6e\xf1\x95\x26\x29\x51\xdb\x67\x72\x86\xed\x4e\x9c\xc2\xe1\xc9\x60\xc7\xb9\x0a\xdb\x4e\xb7\x4a\x64\x9b\xe1\x54\x4a\x5b\x82\xdc\x99\xa6\x8d\x4a\xec\x12\x21\xc2\x37\x34\xd6\xf4\xd3\xb2\xca\x87\xd4\x69\x52\x39\x06\x4a\x64\xfb\xa1\xc3\x89\x6c\xbf\x7d\xac\x45\x8f\xc9\x71\x60\x2f\x9a\x47\x9a\x5e\xf5\xa0\xcb\x65\x1c\x32\x0c\xd3\x81\xbd\xb8\x15\x93\x03\x7b\x3f\x4b\x72\xac\x45\x8d\x4e\x5c\xb5\x01\xa3\x5c\x3a\x96\xfd\x2c\xe6\xe2\x70\xa0\x1b\xe7\xf1\xf0\x06\xe7\xc4\x1f\x6b\x59\x63\x60\x87\x69\xe5\x85\x45\x2b\x6d\x2e\x5a\x83\xf8\x95\xf3\x96\x53\x76\x88\x56\x36\xb4\x6b\xb4\x61\x71\x4e\xa7\x91\x47\xf0\x7e\xe5\xbc\xfd\xf0\xca\xd3\xea\x3b\xff\x8b\xb0\xcf\x65\x21\xbd\x6c\xfb\x70\x63\xe9\x65\x1b\x6e\xae\x74\x4a\xc1\x67\x94\x52\xcb\xca\x47\xd6\x3a\x7d\xcd\x17\x46\x65\x0d\x9f\x41\x08\x8d\xca\xc9\x96\x12\x56\x51\xf0\x93\x0a\x3f\x8c\xcc\x25\xb8\x92\xe0\x32\xee\x4b\xa6\x42\xb6\x85\xd4\xb2\x0d\xdd\x3b\x5d\x82\x9f\xb2\xe8\xce\x79\xfb\xb9\xa5\x94\xf3\xf6\xc3\xb1\x94\xf3\x76\xc3\xa2\x93\x04\x96\xdf\x3e\x37\xb5\x80\x55\x1b\x36\x9e\x74\xd9\xab\x09\x13\x97\x66\xb6\xa1\xe0\x27\xa5\x34\xd9\x3e\x57\x8f\xa0\x55\x1b\xca\x5d\x72\x8e\x13\xfc\x92\xe9\x5e\xa4\x46\xa3\xce\x94\xfb\xb9\x7f\x6f\xaf\x69\x90\xea\x4c\xb9\x9f\xbb\xe2\xb6\x44\x80\x2c\xe9\xb4\x28\x1f\xa9\xc5\x59\x50\xb0\x65\x24\xe7\xce\xc5\xda\x91\x56\x5a\x14\x16\x49\x59\x50\x5a\x66\x83\x3b\xeb\x09\x16\x93\x74\x9b\x36\x98\xd0\xbd\x68\x8b\x71\x28\x37\xee\xf6\x11\x66\x9e\x45\x5b\x10\xfb\x58\x2c\xfe\x53\x79\xf0\x99\x9c\x26\x85\x21\x59\xaf\x03\x45\x94\x1e\xaf\x3a\x87\xd0\x79\x52\x3e\x57\xfb\xb3\x96\x9d\x1f\xbc\xec\x70\x78\xe7\x49\x61\x3d\x1e\xdf\xac\x28\x23\xaa\x8f\xf1\xdd\x6b\x8f\x8b\x3f\xa2\x3d\x3c\x8b\xd7\x32\x11\x6b\x66\x62\x22\xde\x4d\x6b\x1a\x4d\xbc\x9e\x98\xcf\x0f\xc9\x77\x40\xb4\x29\x2d\xaf\x46\xc9\xc9\x99\x5e\x03\x91\xc3\x0e\x90\x94\x60\x77\x22\x2b\x3b\x71\xca\x47\x27\x59\xfe\x27\x94\x96\x95\x61\x17\x5a\x9d\x61\x17\x2e\xf7\x3a\x36\x21\xf3\x82\x31\xd8\xd0\xbe\x72\xee\x86\x24\x94\x37\x07\x40\x4e\x7e\x70\x00\x64\x08\xfd\x79\x33\x2a\x3b\x04\xbe\xbc\xb2\xab\x84\x15\x32\x6f\x32\xf3\x0f\x9e\xed\xbb\x6f\x7c\x21\x69\x02\x64\x4d\x76\x5a\x5e\xc4\x8b\xbc\x99\xf8\x60\x42\x79\x5b\xb4\xf2\x89\xb3\x86\x4c\x3e\xb1\xdd\xb1\x33\x72\x13\xdb\x69\xc3\xc4\x06\xe4\x28\x2b\xf0\x18\x0c\x54\x76\xaa\xdd\x12\x88\x9e\xec\x54\xbb\x68\xaa\x79\xa5\xda\x85\x36\xa1\xff\xf1\xa9\x65\x67\xda\x8d\x38\xa0\x99\x77\x05\x77\x0e\xfa\x54\x90\xea\xe7\x7f\x61\x2f\x20\x63\x37\xa1\x61\xee\xcb\xfb\xa2\x8b\x2f\x4c\x57\x65\x0c\x8b\xae\xa0\x23\x89\xae\xc1\xb3\x62\x6f\x99\xcc\x64\x7b\x6b\xb4\xe8\x7a\x79\xd8\xc0\x72\x5a\x64\xf2\xc5\xba\x67\xf8\x44\x60\xe3\xd8\x48\xd9\xf5\xf2\xc0\x8f\x65\xa5\xd5\xc5\x71\x96\x5d\x3f\xaf\x84\x08\x9c\x93\xb7\xf3\xe0\x0d\x01\xed\x3f\xcf\x0e\xa9\x62\xa3\xa5\x35\x13\xfc\xa0\x0c\xd2\x93\x26\x15\x51\x40\x17\x8e\x28\xc0\x6a\x99\x95\x66\xb7\xd6\xb8\xeb\xb2\x23\x0a\xd8\xfe\x2b\xa2\x80\xa9\x5b\x11\x05\x71\xa6\x72\x16\xe1\x0c\x6a\x45\x21\x37\xfa\x58\x84\xc6\x54\xb9\xa2\x1e\xce\x89\x2c\x9f\x55\xc3\x00\x96\xa5\x24\x76\x0c\x2a\xb9\x98\x7d\xc4\x05\x9a\xcb\x62\xb4\xb4\x21\x48\x6e\x24\xfc\x9e\xb9\x58\xad\x62\xfa\x8a\x77\x62\xb8\x5b\xb3\xe3\x8e\xb9\x56\xb2\x92\xe6\x56\xec\xf0\xb9\xd8\xaa\x1e\x0c\x39\x3b\xf2\x38\x78\x54\x76\xe4\x31\xc4\x3b\xf2\x18\x79\x24\x2b\xac\x00\xd7\x66\x76\xe0\x71\x64\x05\x9f\xd9\x79\x1e\xa3\xe4\xd2\xcc\xae\xc1\x17\x59\x3d\x67\x56\x18\x01\xaa\x47\xae\x86\x02\x05\x03\xcf\x02\xa2\xed\xdc\xd2\xb9\x9a\xb0\x50\x08\x73\xb5\x5f\x71\xa7\x0d\x13\xf6\x37\x0b\x5e\xae\xa6\x3a\x88\xaa\xa6\x9a\xfe\x16\xd5\x31\x2d\xd5\x54\xc2\x01\x97\x82\x19\x36\xba\xdc\xec\x3a\x60\xc9\x9b\x5d\x07\x61\xd6\xcd\x52\x31\x3b\x70\x83\xac\xa0\x83\x1d\x83\x4f\x16\x9c\x6d\xe7\x76\xcc\x4d\x51\x20\xec\x55\x55\xe5\x1b\xfb\x46\x9b\x9e\x98\xc2\x1b\xc3\xb2\x5e\xcc\xbe\xc2\x90\x3f\xfe\x9e\xdc\xec\x47\x49\xfc\xe0\x74\x6a\xb0\x02\xc5\x25\xe3\x95\xca\xcd\x7e\x14\x58\x83\xb4\xcf\x86\xda\x90\x95\x64\x17\xe1\x3b\xf7\x45\x7b\x34\xd1\x7d\x83\xc0\x45\xbb\xd5\x32\x96\xa0\x8b\xd4\xb8\x0b\xb3\x31\x6f\x08\x06\xb9\xaf\x3d\x10\xa3\x50\xec\x71\xa9\x8c\xd3\xa8\x37\x4c\x35\xb9\x9b\x01\x35\x7a\xb5\xcb\x28\x33\x50\x2f\xf4\xce\x30\x54\xf0\x27\xaa\x05\xcc\xdc\xe5\x33\x82\x7f\xc8\x01\x97\x90\xf9\xb3\x54\xd2\x8f\x34\x9d\x15\x9f\x0c\x5e\x20\x0f\x2f\xf3\xce\x0b\x8e\x58\x64\x14\xc2\xc2\xf5\x0d\x4a\xa4\x93\xd6\x1a\xf6\xe9\xec\x12\xe0\x1b\x8c\xd1\x21\xcb\xe8\xbd\x79\x38\xdc\x1c\x86\xa2\x98\xe5\xc2\xe6\x1a\x0e\xb4\xff\x8c\xf3\x76\x13\x31\xe5\xd2\x40\xd3\x67\x59\xed\xc6\x43\x46\xcf\x8a\x5a\xae\x00\x36\xb2\x20\x75\x09\x85\x31\x4f\x47\xda\xb3\xd0\x53\x91\xf5\x1c\x1c\xe9\xa4\x09\x35\x37\x2b\xe7\x6f\x61\x07\x4f\xc1\xfe\x60\xe0\x53\xb0\x3f\x0e\x9a\x13\x6b\xa2\xd4\xe6\x69\x42\x83\xf0\xe9\x48\x28\x2e\x60\x17\x5b\xe9\x6c\x03\xe7\xd5\x44\x89\xcd\x73\x51\x1e\xd3\x2b\xcf\x60\x42\x03\xcd\x0e\xd6\xc1\x02\x9e\x97\x67\x30\x94\x8f\x7c\xa8\x42\x1f\x7c\x50\x3a\x6b\x42\xbf\xcc\xd2\x59\x13\x26\x80\x6c\x57\x61\x63\x89\xa4\xb3\x26\xc4\xd2\xbc\x7c\x87\x21\xf4\x67\xfb\x0e\xd1\xc7\xb3\x94\xd6\xd4\x38\xcd\xf6\x1d\x62\x42\xc9\x2a\x3e\x08\x76\x34\x1f\x4b\x64\x8c\xf9\x92\x2f\xb1\xc0\x31\x5c\x7b\x10\x95\x28\x9f\xf2\x4f\x85\xb7\x26\x9f\x6b\xd1\x63\xdc\x4a\x5f\x95\xb0\x2b\xe4\x53\xe0\xcf\x30\x00\xe6\x73\x91\x1e\x83\xb0\xb7\x11\x1b\x40\x3e\x17\xa5\xbc\x21\x46\x56\xd9\x27\xd2\x62\x7b\x66\x2e\xec\x5d\xac\xcc\xd6\x69\xab\x20\x6c\xc8\x15\xc8\x3f\xf7\xe1\x65\xaf\x28\xb4\xaf\x10\x6d\xee\xc3\x2b\x2b\x5e\x29\x48\xbb\x1c\xd0\x04\xd7\xb9\x16\x0b\xe6\x87\xee\x26\xf8\x44\x85\xf2\x58\x00\xc7\x74\x37\x2e\x2f\xa9\xa9\xe5\x8f\xa6\xbf\x2c\x1d\x36\x35\x0e\xe1\x4f\x87\xad\xed\x33\x80\xc7\xed\xf3\x82\x21\x34\xb0\xce\xdb\x64\x87\x0d\x21\xdf\x76\x06\xc7\x34\xb8\x2a\x63\xe3\x94\x4a\x85\x6d\x0d\xde\x70\xaf\x79\x88\x89\xba\xbd\x79\x61\xf1\x77\xd3\xb0\xe8\xa3\xeb\x99\x16\x3c\x2d\x31\xca\x7b\xed\x5c\x06\xe1\x79\x0a\xb5\x39\x4b\xc3\xad\x11\xe7\x3c\xf3\x6d\x4a\xb9\xf5\x6f\x95\xcd\x65\x4b\x48\x9f\x2d\xa0\xb9\xf3\x63\x42\xa3\xd3\x27\x69\x10\xd1\xe2\xe3\x10\x47\x84\x95\x47\x85\x71\xe1\xee\x52\x58\x53\xe3\x4e\x79\xbc\xdc\xf0\xab\x47\x74\x71\x18\x9e\xb5\x5e\xb1\x3e\xcf\x5a\x9f\xa0\x4b\x69\x3b\xdb\x44\xbc\x7f\x2d\x1d\x22\x3f\x2a\x4b\xe7\x07\x83\x91\x5f\x5d\x19\xe3\xf3\x83\xdd\xf5\x9f\x1f\x9c\xef\x1b\xd2\x56\x01\x47\x8e\xd8\xeb\xe0\x4c\x66\xeb\x5d\x2b\xc0\x27\x0e\xce\x64\xba\xde\x55\x34\x96\x5e\x2e\xf7\x02\x2d\x4a\x74\x01\x93\x73\xee\xce\xc1\x7d\x29\xfd\x33\xa1\x38\x17\x27\xf3\x8c\x74\xa1\xb3\x6c\x16\xd9\x3b\x6f\x28\xe9\x65\x30\x8b\xa2\xac\x56\x95\xbb\xae\x6c\x8b\xd6\x1e\x3f\x2c\x5a\x73\xfc\x30\xbc\x11\xf8\xc4\x81\xa8\xb1\xe5\xcb\xe6\x4c\x0b\x1b\xc3\x30\xad\x9d\x37\x16\xad\x25\x7e\x30\xe0\x3c\x44\xa9\xb2\x99\xd8\xc9\x1b\xaf\xdf\x08\x52\x76\x13\x1b\x92\x65\x51\xe6\xab\x84\xa1\xa7\xec\xab\x20\x2a\x3f\x2c\x34\x5b\xf4\xb2\x3b\xbf\x49\xc8\x67\x65\xf7\xda\x43\xdc\xee\x04\x27\x93\x1f\x14\x18\x8a\xff\xbb\x48\x47\x05\x06\x5c\x76\x4f\x47\x88\x5f\x65\x77\xa2\x89\x9d\x91\xfb\x9a\x88\xfb\xac\xa4\x45\x4a\xb4\x29\x15\x92\xfc\x8b\xb3\x48\x85\x2c\x35\x6e\x92\x92\x9c\x64\x63\xf2\x46\xf7\x4a\xf2\x83\xf7\x64\xb0\xec\x92\x8c\x29\x61\x25\xd3\xc2\xb0\xf3\x86\xd0\x17\x6c\x9f\xe4\xdc\x2b\x9f\x4e\xd6\xc8\x69\xe2\x11\x2c\x25\x66\x27\xb9\x4e\x01\xfb\x29\x3b\xec\x95\xf9\x93\x16\x99\x77\x36\x47\x56\xce\x99\x38\x6d\x25\x6b\x8b\xb2\xac\x59\x29\x67\x20\x23\x1b\x81\x18\x87\xaf\x28\xf6\x29\xa3\xef\x15\x55\x69\xef\xec\xa5\xbc\x08\xa7\x49\x83\x69\xf8\xc0\xe1\xc5\x10\x9e\xd7\xfe\x64\x50\x0e\x94\x66\x3b\x66\x9b\xa3\x59\x90\xec\xc4\x93\xd0\x21\x45\x35\xef\xb4\x51\xac\xa4\xec\xfc\x90\xfd\xc3\x9f\x14\xab\xa2\x30\xf6\xc8\x96\x36\x8b\xcb\x12\x44\x5c\xfb\x2c\x86\x66\x46\x60\xfb\x2c\x0b\x9a\xd9\xe8\xf0\x32\x56\x93\x36\x6e\x7b\xa6\x68\xc3\xf5\x35\xd8\x78\x75\xc5\x7b\xc7\xdc\x55\x4b\xd8\x85\x1f\x5c\x1e\x21\xd8\x52\x91\x46\x99\x33\x2b\x58\xad\x2a\x07\xe7\x2f\xd5\x6a\x11\x9b\xc2\x71\xe8\x99\x7d\xe4\x38\x74\x10\x93\x45\x55\xdb\x3f\xac\xce\x61\xe6\x44\x80\x14\xa5\x9d\xfa\xf0\x1c\xa5\x9d\x82\x9b\x16\x97\x61\x8f\xb4\xd2\xb3\x34\xcb\xfd\x99\x26\x95\x19\x27\xd3\xe5\x69\xf8\x13\x3f\x48\xd8\x05\x8b\x57\x5c\x76\x1d\x8b\x48\x71\xd9\xf5\x5a\xe8\xc4\x95\x76\xc3\x25\x5e\xba\xcb\x3a\xc7\x64\xb9\x0e\x7b\x0d\x77\x6b\x51\xda\xa9\xc8\xe4\x36\x8b\xeb\xb0\xa3\xaf\x14\xd7\x61\x8f\x8a\x35\xb3\x74\xa7\x09\x62\x2a\x5c\x98\xbd\xc2\x2a\x55\x88\x85\xa0\xa7\xe2\x42\x2c\x15\x7e\x23\xf5\xee\x03\x8b\x29\xdd\x3c\x8b\x15\x52\x6e\xa9\xf9\xe9\x43\x01\x41\x1c\x21\x97\x59\x41\x0e\x2a\x52\xcd\x32\x52\x4d\xb1\x26\x06\x82\xbd\x48\x11\x18\x35\x8c\x3f\x45\xbe\x29\xca\x1d\xcc\xe2\xe0\xf2\xc2\xa2\xae\x54\xa7\x30\xa4\xdb\xf1\xdd\x7c\xf2\xae\x28\xf8\x7f\x6b\x54\xff\xb1\xac\x7f\x23\xad\x3a\x15\x03\x59\xa8\x3a\x2d\x57\x6c\xb5\xaa\xd9\xe9\x40\xf3\x6b\x17\xbe\xb7\xf2\x81\x42\x17\x42\xb0\xa9\xdd\xae\x90\x50\x14\x6a\x37\xa6\xb0\xd0\xc2\xeb\x26\xa3\x09\xa9\xba\x38\xd5\xeb\x50\xcc\x76\x2c\x48\x1d\x0a\x11\xce\xfc\xef\x7c\x05\xc1\xaa\xeb\x10\x68\x39\x50\xd6\x75\x18\xb5\x55\xe3\xd9\xa8\x2d\xfe\x57\x9e\x9a\xd8\x12\x55\x59\x8b\xb7\x90\xbd\xab\xb2\x16\x6f\x99\xef\x85\xa0\x61\x1a\x87\x80\x75\x0c\x50\x59\x8d\xb7\x38\x2c\x75\x0a\x03\x14\xfb\xa3\x4e\x85\x5b\xc4\x81\xae\x53\x80\x9b\x60\x12\x75\xaa\x80\x40\x6c\xe2\x3a\x6d\xe2\xdf\x69\xd0\xf7\x59\x88\x3f\x75\x0a\x8d\x12\xfb\xa9\x4e\x17\x38\xda\x69\xf2\x14\x14\x82\x2e\x85\xdd\xd8\x19\x92\xb0\x1a\x9f\xf7\x5f\x3d\x47\x83\xd2\x43\x4b\x54\x89\x9e\xf5\xb0\x53\x38\x96\xf5\x70\xb2\xa1\xc2\x0f\xf2\x12\x27\x5a\x10\x8a\x99\x49\x57\xa5\x50\x70\x4f\xf5\x58\x97\x76\x2c\xeb\xb1\x88\x8c\x31\x1f\xd6\xc4\x62\xc7\x57\xfb\x45\x31\xcf\xd5\xc3\x9b\x2d\x33\xca\x5b\xee\x14\x3a\xb5\x6b\x8a\x89\x3a\xed\x89\x0a\x21\xb9\xfe\x94\xcc\x02\x28\xa5\x4a\xc7\x9c\x11\xa1\x3f\xab\x54\xc8\xfd\xa7\x20\xfe\xe1\x62\xaa\xf2\x9a\xee\x51\x6d\x7b\xd6\x73\x59\xce\x62\x9e\xe4\x14\x25\x56\xa7\x9e\xcb\xfd\xc0\x0f\xb7\x9b\x60\x48\xcb\xd7\x42\x13\xaf\xdf\x08\x22\x2e\x1b\x05\x43\xf9\xae\xd7\x32\xf9\x45\xa3\x97\x6d\x9f\x9c\xfc\x9f\x7e\x59\xb1\x9f\xd4\x6b\x8d\x93\x1f\x64\x76\x9f\xf4\xb1\x2c\x9f\xb1\x07\x2f\x1b\xd1\x59\x40\xe3\x4b\x83\x39\xd7\x7b\xe9\xef\x31\xee\x5b\x36\x9a\xe0\xff\xf5\x56\xde\x47\x78\x89\x54\xbb\xc8\xad\x3c\xeb\x8f\xa1\xd5\xa8\xf0\x3b\xab\xf5\x32\xdc\xac\xf5\xb6\xd0\x1f\x52\x44\x7d\x56\xed\xf6\xe8\x52\x8a\x19\x71\x6c\xf5\xb1\x80\x15\x63\x7c\x1c\x0b\xc9\x8e\x51\x9a\xaf\xbc\x33\xb7\xf2\x2d\xe6\x9d\x15\x7d\x16\x4b\x8c\x4f\xac\x34\x81\x12\x6d\xbb\xb1\x5f\x33\x9e\x9d\xe8\xfe\xf3\xc3\xf3\xdf\xff\x5a\x64\x8d\x98\xed\x27\xf3\x92\x8a\x66\x36\x47\xfa\xc4\x5a\xb4\x94\xf4\x7f\x8d\xe7\xac\x67\xbe\x77\x84\x69\x8b\x67\x95\xd6\x19\xbc\x2f\xe1\x76\xe7\x7d\x23\x89\x63\x3c\xbf\x7b\xa1\x21\x60\x34\x85\xf0\xc0\x6e\x5a\x52\xc4\x69\x30\xc0\x96\x1d\x71\x1a\xe3\x5b\x72\x6c\x7c\xaf\x00\x1e\x4e\x72\x5b\x21\xfd\xb1\x35\x9a\x7c\x1d\x0d\xd3\x64\xfb\x89\xa5\xad\x87\x22\xd1\x7e\x52\x69\xeb\xcc\x80\xa4\x52\x5c\xad\xed\x27\x94\xb6\x1e\xb2\x77\xcb\x4a\x65\x52\xf8\x5f\x69\x49\xe3\x2a\x6c\xf6\x94\x84\x40\xda\xe4\x28\x69\x80\x9d\x9b\x04\x52\xd0\x0d\xad\x28\xe4\x34\x4e\x54\xb3\x9b\x24\x8e\x43\x93\xc4\x39\xd2\xa7\xc5\xe3\xbf\xff\xf5\xfd\xd3\x80\x42\x48\x27\x0d\x28\x84\x94\x11\x55\x65\xfe\x88\x4b\xa8\x55\x05\x15\x42\x61\x15\x1a\x9b\x0e\xab\xd0\xd8\xf4\xb7\xa2\xe8\xe3\x88\xb7\x2a\xb4\x35\x23\xfe\x09\x96\xa9\x32\x25\x55\x21\x9c\x89\xf7\x85\xae\x66\x0a\x7f\x62\x66\x8a\x8c\x8b\xb3\x55\x85\x74\x86\xdd\xa4\x35\x85\x70\xb2\x44\x4d\xa9\x4a\x58\x22\x79\x00\x06\xa0\xce\xa6\xd0\x18\x4c\x99\xad\x29\x33\x47\xa5\xc1\xeb\xf7\x7f\xb0\xe2\xd6\x94\xa2\x2f\x9c\x48\xad\x29\x0c\x33\x24\xf6\xa6\x0a\xe8\xa0\xa1\x5a\x17\x98\xba\xf2\xac\x6b\x96\x15\xe8\x46\x83\x47\x7b\x5d\x89\x3a\x32\xed\x09\x3f\x1d\x06\x94\xd6\x15\x36\x0a\xc1\x92\xfb\x4a\xdd\xf8\x41\x68\xef\xca\x07\x02\x0b\xb3\x24\xfd\x91\x1c\x10\x03\x1a\x92\x0b\x98\xe1\xe1\x4d\x17\x1c\xb3\x09\x44\xb6\xb1\x44\x43\x82\x00\x7b\x66\x18\x0b\xfc\x97\x4a\x7a\xb3\xb9\x16\x03\x87\x78\x49\x39\x8c\xc6\xa3\x65\x34\x96\x6a\x18\x8c\xac\x98\xa0\x23\x9b\x8a\x33\x10\x23\xdc\x24\x96\x94\x1a\xcc\xb5\xfd\xc4\x92\x49\x50\x70\x5b\x52\x49\xf4\xa0\xe2\x0c\xe0\x80\xdb\x14\x70\x8f\x05\x31\x84\xeb\xd3\xa1\xe1\x12\x21\x43\xb4\x85\xd8\x0a\xa1\xa1\x19\xb1\x85\xc3\xa7\xc9\xfa\x5d\x22\x45\xe7\x6c\x46\x6c\xe1\x16\x6c\xb2\x7e\xf7\xfd\xf3\xc9\xf4\xed\x19\xdd\x2a\x0b\x28\xfe\xb2\x76\xd8\x59\x03\xb7\x3a\xec\x95\x8b\x8b\xab\x9d\xbe\x6f\xe1\xf8\x8a\x7a\xc1\xaa\xdc\x5c\x57\x01\x5c\x5e\x53\x18\x4c\x14\xc3\x9f\xed\x94\x15\x93\xef\x7d\xd9\xc6\x90\x84\xad\x6a\x9f\xf6\x7c\x96\x63\xe6\x4e\x9f\xe5\x98\x79\x9b\xa4\x49\x8b\xd3\x5c\x48\x81\x0e\x54\xe3\x09\x31\xbd\xb9\xc6\x13\x1d\x5e\x82\xa9\x73\x98\x2f\xef\x4c\xfe\xf7\xce\x8c\xbd\xa0\x1a\x4f\x08\x2d\xed\x27\x2d\xcc\x0d\xe6\xa3\xb2\x09\xe8\x8f\xed\xf2\x52\xf3\xbd\xb0\xc3\x99\xf6\x25\x8f\x32\x5f\xc2\x3a\x01\x70\x6b\x0b\xeb\xc4\x07\x32\x14\xef\x51\x2e\x6e\x36\x09\x13\xc4\x50\xb7\xdb\x02\x0e\xff\x77\x2f\x09\x2f\xd8\xc7\xc1\xf6\xbc\x95\xfb\x8e\xe3\x6d\x43\xf1\x67\x3b\xde\xaa\xdf\x0b\x83\x92\x7c\x82\xdd\xb8\xdd\xf6\x74\xb1\xa1\x6f\xb9\x3c\xe0\x78\x96\x57\x10\x8a\xdb\xe3\xe4\x78\xcc\x9b\xe4\x13\x52\xd7\xb4\x47\x7e\x82\x90\xdb\x9b\xa5\x11\x74\x85\x26\x69\x04\x28\x54\x73\x84\x0a\xf3\xa4\xf2\x07\xe8\x32\x4d\xe5\x0c\x2a\xd3\xf4\x9a\x47\xc5\x10\x55\xce\x60\x63\xa7\xbd\x49\xef\xc7\x1c\x48\xd8\x29\x83\xc3\xf1\x56\xad\x5c\x8c\xf8\xa7\x74\x66\x40\xd9\xed\x15\x08\x3b\x9c\x4f\xed\x1d\x7a\x9f\xff\x85\x42\x87\x07\xbe\x87\xfe\x67\x80\xda\x49\x5c\x3b\x8a\x49\x21\x06\xa8\xb9\xfa\x01\x73\xda\x55\xec\x1b\x0c\x61\xdf\x16\xcf\x98\xf1\x43\x76\xf6\x9c\x3d\x7e\x28\xd2\x01\x5a\x3c\x1b\xa3\x12\xbb\xb7\x6f\x06\x8b\x85\x0a\xda\xb7\xa9\x2f\x68\xf2\xf4\x6e\xe4\x85\x5b\xbb\xb1\xc6\xf3\xa3\xe7\x14\xcf\xaf\x9e\xa3\x07\x19\x70\xf7\x1a\x92\x6c\xdf\x77\xbd\x90\xe3\x39\xb9\x87\xe8\x52\x25\x9b\x88\xd9\xef\x7b\xd3\x73\x4c\x83\x0b\x71\x47\xd9\xb8\x1f\x9f\xf6\x0f\xf4\xe9\xfb\x0d\x32\x77\x39\xe4\xe3\x90\x77\x03\x86\x66\x6d\x7f\xb9\x7f\xfa\x2e\x0f\xf6\x64\x80\xf6\xef\xc5\x5e\xee\x69\x71\xcd\xa0\x49\x62\x6e\xc3\xfb\xd9\x93\x1d\x7c\xc1\x26\x7a\x5a\x7c\x94\x37\xac\x42\x44\x27\x2e\xd3\x0d\xa3\xe8\x2e\xd3\x1d\xf5\x3f\x66\x4f\xf2\x0f\x85\x2c\xda\x6d\x0a\x8e\x0a\x2c\xb3\x27\xbb\x27\x82\xd7\xf5\x9f\xb4\x5c\x23\xb7\xe0\xec\x59\xa5\x7d\xe3\x1e\xec\x92\x76\x0b\xc9\x2f\xfa\xb2\xda\x46\x17\xc2\xfe\x7c\x42\x96\x7b\x5e\x3a\x04\x6f\xf8\x2a\x65\x93\x66\x4b\xe8\x2c\xa7\x4d\xa8\x91\xfc\x73\x76\x49\xb0\x1f\xab\x46\x77\xf2\x4f\x64\xe8\x5e\x5c\xf5\x36\x86\x25\x93\xea\xc7\xce\xd1\x65\x35\xe5\x28\x76\x1b\x49\x31\x64\x74\x1b\x49\xb1\x5c\x74\xc5\xaf\x7f\x8e\x8e\xe3\xd7\x2b\x4b\xa8\xfc\xa0\x13\xf0\x78\x57\x7e\xd0\x8c\xdb\xb0\x2b\x24\xbd\xe3\xc0\xeb\xd5\x92\x76\x0c\x5b\x36\xd3\x81\xef\xa2\x57\x73\x90\x98\x7f\xd9\x50\x4b\x65\xdc\xd5\x40\xf9\x44\x93\x46\xe8\x7e\xde\xb8\xed\x91\x8d\x61\xc9\x86\x0a\xfe\xb9\x0b\x57\x53\x90\x7e\xbb\x72\x44\x11\x3b\xd2\x95\xca\x93\xf4\x00\xbd\xd9\x28\xc5\xb3\x8e\xdb\xe7\x7d\xcd\x14\xc7\xef\x27\x0d\xa7\x2d\xa4\xb1\xde\x64\x37\x0b\xe4\x62\x57\x58\xc6\xc6\x2e\x6c\xab\x08\x22\x03\x92\x30\x19\x22\x46\x57\xa4\xc5\xc6\xbe\x96\xb1\x74\xec\x7c\xe0\xd0\x0b\x76\x65\x57\x64\x09\x93\x24\xf1\x17\x1b\x41\xef\x9e\xe6\xa0\xc8\x71\x16\x9f\xb3\xd6\x1d\x5c\x10\xc6\x93\xee\x40\x8b\xcc\x90\x56\xd4\x16\x4d\x2c\x01\x8e\x31\x98\x39\xb3\xf8\x8e\x2b\xff\x70\xe7\x61\x11\x2f\x24\x93\xbe\x22\x2d\xe8\x65\x18\x94\xcf\x11\x77\xe8\x79\x0e\x39\xb3\x3b\xd4\x82\x71\x0a\xc5\xd2\xa2\x6e\xf9\xec\x8e\xac\xe0\x52\xea\x42\xb1\x14\x6c\xd3\x7d\xac\x1d\x44\xaf\xa7\xf6\x03\x6d\xca\xb2\xb4\xf3\xbf\x2d\x4b\x85\x17\x5e\xbd\x10\x5d\xb8\xb8\x6b\xfd\xfc\xd0\xfd\x43\x7c\x21\xc4\x09\x89\x0e\xba\x43\xd1\xeb\xe7\x07\x43\xa8\x42\x7e\xe8\xd3\x81\xce\xf0\x80\x69\x51\x35\x74\xa4\xbe\x62\xd1\xd9\x67\xd3\xb2\x6b\xa3\xd1\xb5\xf3\x63\x3a\x8f\x1f\x7b\x03\x8d\xd3\x17\xe2\x04\x1e\x7b\x98\x2b\x87\x4c\xd1\x15\x8b\x0e\xc6\xb6\x2f\xc4\x09\x6b\x68\xc4\xc9\x87\x35\x1d\xb2\xec\x30\x88\x85\x2f\x61\xc9\x16\x9c\x84\x8d\xe2\x54\xfc\x9f\x45\x76\xfd\xb3\xcf\xce\x51\xd2\xd9\xd2\xd2\x9f\x2e\x27\xd7\x46\xfb\xec\xaa\xd3\x4c\x9c\xf3\x74\xda\xa0\xc9\xf5\x68\x19\xbe\x71\x02\x85\x2e\x69\xe4\xfd\xe9\xe7\xba\x6b\x62\x8c\x46\x97\x44\x71\xab\xd9\x8d\x2e\xe9\x70\x71\x09\xf6\x09\x90\x56\x17\xdc\xa4\x91\x5a\xaa\x9f\xae\x41\xc0\xf5\x23\xd9\x7e\xf4\xf0\xda\x77\xd9\x03\x4b\xfd\x0c\xec\xf5\xe5\x11\x43\xbf\x6c\xbd\x65\x1c\x8a\x66\x1f\xcc\xff\xb5\x88\x8d\x9d\x25\x3c\xca\x60\x49\x65\x1e\xfc\x1c\x87\x6b\xdd\x0c\x31\x2a\x85\x4d\x7c\x6c\x52\xfd\x9a\xf2\xab\xf0\x82\x52\x99\x0c\x7a\xb8\x24\x48\x06\xe1\x0e\x91\xf8\xec\x11\x87\x48\x7c\xb6\xd9\x0a\x91\x80\x63\x39\x44\xe2\x73\x33\x08\x4f\x52\x3e\xd7\xd1\x4f\x4d\xa8\x58\x8c\xbb\xb5\x04\x5c\x4c\xfd\xb6\x1d\xb4\xf1\x85\xb1\x50\x5c\x1d\x4b\x4f\xe0\x1a\x5d\x7a\x02\x73\x61\x44\x09\x49\x54\xfa\xb2\x53\x06\x25\xcf\x9a\xfe\xe8\xf5\x59\x7e\xde\x68\xd3\x66\x47\xd2\xda\xf5\x7f\x72\x7d\xd0\x2a\x40\x48\x07\x02\xd7\x9d\x49\x36\xd4\xf9\xfe\xac\x5d\x10\x2f\xbc\x4b\x84\x8c\x5e\x5d\xa5\x75\xb2\xf9\x14\x4b\x40\xad\x89\xd9\x5f\xa5\x2d\x0b\x03\x46\x7f\xed\x59\x67\x1b\xbc\x0a\xe4\xe2\x10\x0a\xdb\xb1\x57\xa4\xa9\x57\x3a\x13\xd3\x69\x68\x07\xee\xfc\xae\xa2\xac\x64\x94\xe8\xaf\x52\x41\x87\xbe\x32\x04\xd3\xc8\x39\xc6\x30\x94\x30\x16\xf7\xf3\x50\x2e\xaa\x1c\x3d\x0c\xe7\x9a\x8a\xad\x3d\x7e\xb2\x79\x46\x9b\x1f\x4a\xea\x8f\xae\x3e\x36\x25\x64\xf9\xbc\x2f\x4f\x47\xdc\x26\xc3\xb9\xa2\xe2\x30\x8d\x9f\x5c\x9d\xb1\xd7\x0f\xc1\x22\x46\x0f\xb3\xd6\x10\x2c\xa2\xa7\xe0\xe3\xc3\x05\xc1\xd8\x31\xc3\xd9\xa0\x3e\x7d\x2a\x0d\x3f\xe8\x95\xe1\x64\x50\x98\xe7\xc7\xbe\x6e\x13\xde\xb0\x31\x26\xf8\xf8\x70\x36\xa8\xcf\x38\x05\xc5\xc7\x83\x33\x24\x2a\x57\x40\x94\x43\xa2\x32\x91\xea\xc3\xa9\x9f\x70\x01\x8c\xe4\x98\x98\x38\x3d\x23\xf9\x9a\x64\xee\x92\x63\x62\x98\x8c\xe4\x5b\xb1\xc6\xb3\xd4\x1c\x08\x4b\xce\xd0\x52\x18\xb6\x5d\x15\x71\x36\x86\x84\x69\x32\x02\x0c\xa7\xe6\xaf\x0c\x33\xdb\xa2\x13\xbb\x76\x48\x9a\x2e\x35\xce\xf0\x30\x92\x9e\x9c\xc2\x23\x77\xb5\xc9\x17\xbe\x58\x83\x2e\x25\x83\xda\x3e\x63\x38\xf5\x1c\x0d\x96\x75\x50\xa2\x41\xa7\xcd\x8f\x04\xe7\x73\x94\xc5\x47\xa2\x09\x17\xe7\x9a\xec\x8a\x9f\x2c\x5d\x41\x76\x0e\x89\xd2\xf5\xc7\xb5\xff\x70\x3d\x0d\x01\xe8\xf7\xce\x72\x2f\x00\x7d\x1c\xd5\x51\x2c\x0b\x84\xcf\x60\x14\x6b\x6f\x9f\x41\xcb\x1a\xf1\x79\xf6\xfd\x08\x95\x32\x46\x7c\x48\x50\x79\x2b\xe6\xb9\xfa\x56\x8f\x0e\x64\x60\x9e\x5b\x70\xb1\xe1\x2a\x5c\x51\x9f\x63\x8e\x2a\x48\x5a\xe2\xd9\x9a\x54\xa5\x09\x1d\xfe\xd0\xe5\x87\x8b\x70\x45\x45\x8e\x39\x5c\x84\x0b\x6c\xcf\xa8\xca\x1c\xbf\xf3\x6c\x0f\x0f\x7d\xb8\x08\x17\x58\xcb\xd1\x96\xc3\x26\x3e\x11\x98\xbd\x87\xa8\x3f\x9a\x75\x2d\x08\x6f\x5d\x2f\xf0\x3c\x9c\x10\x81\x1f\xa6\xb9\x33\x4d\xb8\xa0\xd1\xa7\x89\x53\xd7\x65\x2c\x97\xd0\x10\x2d\x6a\xf4\xcc\xd1\x9c\x23\x34\x26\xd7\x50\x07\xce\x45\x77\x7a\x19\xfe\x77\x65\x56\x26\xbb\x2f\x84\x40\xb4\xa8\x1a\xf9\x20\x7d\xc6\xa1\x34\x10\x1c\xde\x43\x1e\xde\xcc\xff\xaf\x58\x77\x6c\x07\x39\x3a\xb9\x6e\xc7\x69\xb3\x08\x3d\x2a\x44\x14\x57\xd9\xb0\xb8\x93\x42\x68\x1e\xa7\xb7\x38\xcf\xd6\xcb\x42\x04\x18\xe7\xba\x29\xe9\xd3\x50\x0a\x76\x8c\x32\xf7\x10\x16\x35\x2c\xec\x34\xb8\xfb\xa9\xab\x34\xac\x3b\xe3\xf4\x06\x61\xa6\x4f\xa3\x1c\xd9\xd6\xa7\x51\xa8\x21\xdb\x8c\xcb\x58\x23\x58\x8c\x9c\xa1\x35\x85\x85\x68\x5c\xce\x49\x14\xa3\x58\x89\x79\x76\x9a\x58\x94\xc5\x5c\x5c\x8e\x01\x88\xdb\x78\xb8\xa2\x12\x59\x39\x86\xd0\xb7\xa5\x76\x3a\x39\xbd\x67\xe8\xe5\xb2\x66\xcc\x0f\x8f\x97\x38\xb6\x99\x6a\x18\x81\x49\x1b\x02\x74\xd4\x0c\x1b\xba\xd7\x17\xd1\x84\xaa\x16\x81\xc4\x1a\x8f\x8d\x04\xcc\xdf\x63\x31\x77\xf0\x83\x12\xc2\x71\x09\x38\xb7\x66\x48\xd5\x43\x55\x8d\x88\x2e\x1c\x8f\x4f\x4f\x98\x04\x86\x52\xe4\x60\x77\x1d\x32\x38\x62\xb8\x1a\x32\x38\x62\x09\x1b\xaa\xb7\xfa\xe1\x22\x8e\x9a\x24\x65\xc2\x50\xce\x1c\xd4\xa2\xb1\x2c\x94\x41\xe3\xeb\xd8\x66\xb6\x80\x4d\x92\xac\xd6\x2b\xc5\x96\x1e\x5e\x5f\xd0\x1c\x8d\x57\x79\x21\x32\xcf\x53\xcf\x7c\x60\xe5\x2f\x44\xa9\xf1\x5a\x66\xf8\xf7\xc1\x74\x41\x55\xa4\x9a\x69\x9b\x22\x32\xe1\xdc\x84\x7e\x08\x11\x60\x6e\x56\x49\x67\x3c\x3b\x2a\xbc\xd0\xe4\xba\x6b\x6b\xfc\x20\x67\xc9\xa7\xc5\x43\xc7\x91\x16\xa5\x7c\x87\x9c\x3a\xb7\x95\x47\x2f\xba\xd8\x7d\xb3\xf2\xec\x50\xd2\x60\xb6\x53\xf5\x88\x7a\xfa\x4b\x2d\xf2\x39\x77\x73\x03\x5a\xb3\x5f\x25\x78\xfb\x74\x5d\x54\x14\xcb\xa9\xa4\x99\x18\x6e\xe7\xbe\x0e\x7f\x89\x1f\xe4\x67\x49\x3c\xeb\x1a\x8e\xbd\x3a\x77\x27\x80\x0b\x51\x70\xca\xa2\xb8\x7d\x5a\xb4\x30\x11\x97\xc1\x4c\x32\x92\x86\x09\x64\xa6\xa5\x73\xc7\xa8\xd3\xba\xa6\xa3\x0f\x47\x17\x56\xda\x54\x74\xe1\xf6\x69\xd2\x4a\x38\xa3\x72\x74\x21\x49\xaf\xa7\x83\x07\x49\x3e\x39\x85\xfb\x24\x3a\x74\x5a\xe6\x21\x0b\xf6\x74\x09\x53\xc2\x28\x67\xb6\xc0\x11\x56\xfc\x69\x29\x88\xbc\xd8\x33\x2f\x09\xa4\xc5\x0f\x55\xcc\x37\x26\x2f\x1b\x7a\x1b\x37\xc8\xcc\x8e\xc8\x62\xb9\xb3\x6d\x1c\x83\x26\x96\x6c\x1e\x03\xcf\x36\x27\x7c\x7a\xb5\x8e\x5d\x18\xb9\x64\x08\xa6\xcf\x6e\x74\x12\x25\x4f\x27\xc9\x04\x2c\x37\x0d\xec\x2c\x1b\x3f\x58\x8d\x6e\xfc\xa0\x52\x2d\x2c\x5a\x59\x62\x45\x8c\xb3\xd8\x42\x0b\x69\x2a\x4a\x04\x9c\x6e\x16\x57\x01\xd9\x69\xc2\x3a\x73\xa2\x0f\x63\x56\x13\x6d\x3a\xde\x8a\x35\x29\xc6\x92\xd0\x68\xb5\x60\xc1\xb8\xaa\xa0\x23\xec\x94\x2a\x2b\x2f\x3b\xc5\x65\x8b\x08\x59\x9c\xd5\x95\x12\x3b\x6f\x54\x49\x09\xb4\xb8\xee\x19\xfa\xb4\x24\x12\x0b\x22\xc3\x66\xde\x21\xcc\x12\x15\xd1\x7e\xd3\x65\x8c\xc8\x7f\x3e\xab\xb0\x88\xa1\xfe\xcc\x6a\x88\x1f\xb3\x29\x89\x6a\x7e\x9e\x17\x0a\x33\x9a\x54\x00\x61\x26\xb2\x60\x36\x1b\x07\x58\x31\x05\x10\x76\x72\xd1\xcf\xa9\xaa\x28\x61\xf0\x9e\x53\x89\xc6\x58\xb0\x69\xdf\x43\xdc\x3a\x73\xca\x1a\x1a\x5a\xdf\x94\x21\x6b\xec\xcc\xbe\xcb\xf4\x93\x9b\x6c\xae\x74\x1e\x85\x37\x1e\x1f\xcc\x98\x9b\x65\xa7\x8a\x8b\x64\x1e\x3e\x33\x83\x37\x8a\xd3\x8a\x47\xa3\x87\x00\x47\x9d\x2f\x04\x8e\xe6\xac\x1f\xce\x60\xf1\x69\xc1\xd6\xec\xb8\x6b\xa6\x2b\x42\x72\x84\x0e\x5f\x5e\xb4\xf8\xe8\x99\x06\xa4\x6d\x32\x82\x53\xf9\x72\x42\x0a\x9b\xa7\x72\x20\xc1\x55\x4f\x19\x71\x43\x6a\x9b\xa7\xb4\x51\x0e\xf5\xe9\xbb\x2e\xfa\x3f\xe5\x7d\xe3\xde\x91\x08\x56\x3e\xa7\xed\x74\xb6\x11\x0e\xe8\x69\x33\x2f\x24\x9c\x36\xf3\x72\xe8\x4f\x8b\x1d\x21\x55\xcc\xd3\x6b\x11\xba\xe7\x54\x16\x8e\xcf\x75\xe8\x2c\x1c\x64\x9a\x9b\x97\x6d\xb6\x21\x09\x4e\xc5\x37\xd5\xcf\x44\x08\x90\x36\x72\x88\x47\xf3\xf2\x0d\x59\xff\x64\xcf\x9b\x2b\x49\x47\x88\xe8\xf3\xb2\xce\xcd\xc1\x58\x39\x39\x60\xcb\x2b\x27\x07\xc7\x71\xe5\xe4\x60\xae\x96\xc1\x89\x1b\xeb\x96\x53\x80\x2d\x77\x4b\xe7\x86\xab\x38\x23\x07\x1c\xe0\xae\x7a\x8e\x06\x6f\xab\xdc\x10\xb9\xf2\x6f\xc0\x50\x57\xfe\x0d\x78\xc6\x2d\xcf\x62\xe2\x0b\xdb\x07\x59\x8c\x5b\x2a\x38\x1c\xe1\x36\x9d\x8d\x26\x65\xa9\x66\x53\xdf\x32\x4c\x73\xd4\x2c\x23\xe2\xd4\x99\x96\x11\x13\x9b\x56\x4e\x68\x80\x31\x53\xd6\xaa\x9d\x84\xec\xf3\xf1\x3d\x0b\xa1\x8f\x55\xf2\xcf\x27\x42\x27\xa5\x50\x80\xe6\xe3\x8b\x37\xf4\x93\xf9\xf8\xa2\x0d\x8b\xec\x7c\x0e\xff\x10\x53\x21\x49\x71\xaf\x90\xfa\xc8\xda\xf0\x79\x5e\x2c\x21\x48\x5b\x26\x30\x16\xe4\xb5\x80\x10\xe3\x7c\xad\xc7\x0f\x7e\xb0\xc5\x2b\xcc\x4d\xf3\x75\x3c\xf0\xe7\x07\x03\x23\x07\x6d\x9a\xb9\x21\xa6\x38\xbf\x06\x69\x2a\xa6\xf3\x6b\x90\x16\x61\x3a\xbf\x06\x49\x0e\xe6\x6b\xbb\x3d\x1c\x54\x66\x31\x82\x4d\x8f\x6d\xd7\x73\x8d\x67\x0b\x08\x83\x1f\xcc\xec\x26\x5f\xd8\x08\x1f\x62\xf0\xb1\xd9\x08\x1f\xbc\xe3\x70\x38\x13\x80\xa9\xc3\xe1\x4c\x58\x81\x0f\x47\x2f\x81\xd3\x3b\x1c\xbd\x04\xe4\xe9\x70\xf4\x12\xac\xe0\xd8\x2c\xce\x4f\x3e\x31\x08\x22\x84\xe7\x63\xb3\x78\xc4\xc8\x0d\x82\x08\x66\x71\xec\x36\x97\xc6\x16\x3f\x1c\xbc\x84\x9b\xe3\x70\x68\x12\xa9\xe1\x0e\x87\x26\x81\x9f\x3f\xe4\xfd\x26\xc4\xec\xd8\x2d\x32\xc4\xb8\x77\x07\xfd\x75\x3a\xb5\xe6\xc9\xb0\x76\xdb\x26\x06\x4d\x5a\xf5\x0c\x06\x72\xec\x56\x3d\x07\x6d\xc8\x48\x87\x25\xf0\x70\xec\x12\x4a\xfb\x91\xec\xa3\x8d\xcd\x73\xd8\xc3\x8d\x59\xf7\xb0\x87\x1b\x95\xee\x48\xa6\x35\x2e\xa9\x23\x2d\x5a\xe9\xc5\xc8\x3f\x96\x2d\x59\x82\xea\xfc\x60\xb1\x21\xb8\xed\x91\x1c\x85\x16\x2a\xd0\xe1\xe8\xa6\xc4\xb3\x05\xa6\x4c\x27\xb7\x7f\xa0\x4d\x0b\x4c\x99\x91\xdb\x44\x19\xe7\xe0\xb0\x9f\x3c\x4e\xe3\x91\x1d\x83\x16\x27\xfc\x90\x94\x9b\x88\x0d\x38\x64\xda\x4b\xe0\xb7\x0f\xc7\x37\xb1\x6c\xd9\x11\x78\x99\x36\x25\x31\xb1\xce\x92\x7a\x13\x50\x8d\x23\x2f\xc5\x9c\x37\xec\x59\x4f\x8c\xc2\x86\xb3\x50\xb3\x8f\xec\xb8\x09\x36\x93\x03\x9c\xf6\x9d\x61\xfc\xb6\xf0\xd8\xf8\xc2\x0e\x97\xf4\xa7\xbb\xea\x28\xaa\x0f\x13\xa6\xc1\xa3\xd8\x1b\x10\x92\xe4\x51\x0c\x97\x0d\xb5\xe5\x28\xf2\xc6\x84\x1b\xe3\x28\xb6\x71\x85\x32\x78\x48\x86\x1e\x1b\x2d\x2c\xc9\x32\xa6\x41\x32\x74\x26\x3b\xc0\x61\xcf\x3d\x89\x0f\x8e\x62\x9b\x16\x9b\x66\x05\x44\x71\x22\x64\x40\x24\x9d\xec\x21\x91\x39\x93\x54\xff\x58\x01\x52\x6c\xe6\x15\x20\xc5\x19\xaa\x2e\x80\xc9\x91\x59\x22\x71\xac\xa7\x45\x62\x62\x56\x0e\x89\xc4\x00\xb8\x8f\x6a\xcb\x4b\x70\xca\x43\x22\x71\xce\x30\x9c\x6a\x71\x65\xd0\xa6\x73\x3b\x0f\x86\x25\x63\x5c\xe8\xde\x87\xeb\x76\x62\x82\x38\x9a\x90\x13\x50\xde\x6c\x31\x0a\x25\xe6\xb0\x91\x11\xfc\xde\x21\x23\x23\xea\xd9\xd1\x56\xad\xf1\x98\x4d\xdb\x10\x09\xa7\x3e\x1c\x51\x05\xa1\x8e\xa8\x22\xe2\xfb\x90\x0d\xb1\x63\x97\x3c\x86\xd3\x1d\x87\x25\xf3\x90\x09\x10\x97\xe5\x71\x28\xc8\xa3\xf0\x2c\x68\x54\x5c\xec\xc7\x69\xdf\x3a\xac\x58\x36\xbf\x9e\xd8\x8a\xa7\x61\x75\x30\x9b\xd3\x37\x3b\x9c\xc3\xe9\xb9\x89\xf9\x3c\x94\x06\x0e\x83\xd1\x71\x5a\x81\x8e\x41\x9e\xeb\x5e\xa7\xd3\xc3\x76\x44\xfa\x30\x58\x0a\xca\x65\xf4\x03\xd8\x7b\x48\xde\xac\x3d\x04\xb3\xc3\x11\x10\x04\x4d\x1c\x2b\x02\x02\xbe\xe0\x88\x7b\x2c\x8d\x87\x3c\x9e\xe4\x3a\x3a\x56\x04\x7e\x88\xf6\xc7\x65\xd6\x12\x06\x97\xc3\x01\xf6\xc8\x45\xc7\x2a\x92\xce\xfc\x5e\xe6\x0b\x70\xcd\x9f\xc0\x58\x47\x28\xe5\xc7\xbd\xf6\x7f\xcc\xaf\x02\xe0\x49\xde\x70\xfc\x04\xc6\x3a\x42\x19\x3b\xee\xe5\xf6\x0b\xc2\x84\x5a\x44\x24\x3d\x24\x30\x36\x30\x59\x87\x73\x6a\x73\xff\xde\x56\xd9\x1b\x3f\x08\xb6\x0d\xd3\xb5\x33\x92\x54\x03\xc7\x23\x95\x83\x99\x7a\xec\x15\x84\xdb\x3c\x16\xde\x91\x24\x1e\x79\x01\x43\x37\x3b\x9e\x25\xaa\xf3\xc3\x12\xbe\x83\xae\x67\x09\xdf\xbc\x21\xd1\x8d\x51\xad\x3c\x67\xb0\xa3\xd7\xe6\x68\xd8\xd1\xbb\xb6\x66\x4c\x85\x91\x87\x0d\x2e\x6c\x51\x0d\xfc\xda\x61\x51\x0d\xa0\xd0\xf1\xae\xbd\x48\x2f\x4b\xc6\xa4\x17\xd9\xa0\xd8\xcd\x0e\x3c\x07\x46\x7a\xbc\xb6\xf6\x4c\x9a\x58\x7b\x91\x26\x14\x6a\xb0\xc7\x92\x9c\x0a\x34\x4f\x00\x8a\x4f\x09\x6f\x6d\x0f\x6d\xe8\x54\xe4\x39\xc1\x94\xe7\x26\x78\x44\xd0\x7e\x6e\x36\xa4\x87\x4c\x7f\x6e\x2e\xb3\xd1\x68\xd2\xf2\x4c\xc8\x83\xa7\x05\x33\x12\x10\x9f\xdb\x92\x67\xfe\x54\x72\xe9\x14\x5e\x11\x6e\x75\x6e\x4b\xd6\x61\xc8\x4e\xcd\x18\xcc\xff\x74\xc8\x39\x2e\x8d\x73\x85\x9c\xc7\x39\x3f\x1d\x72\x0e\xdf\x3d\xf7\xb5\x82\x31\xe8\xdd\xb8\xb8\xc4\x27\xbe\xc7\x18\xc7\xee\x6b\x6b\xd0\xc6\xa1\x13\x14\x2f\x24\xb1\x6e\x3a\x4d\x0a\x7d\x0d\xbd\xf0\x4c\x8b\x73\x47\x9f\x49\xd5\xd7\x42\xc4\x3d\x93\xf9\x59\x74\x60\x83\x60\xe6\x7f\xcb\xc4\x8d\x06\xac\x91\x55\xbe\xb0\x4d\x86\xa9\x77\xc5\x72\x30\x70\xa7\xe3\x69\x48\x21\x74\x26\x1f\xd2\xe8\x24\x8b\x4f\x4c\x9e\x65\xa5\xa7\x0b\x9b\x03\x09\xbe\x38\xf3\x9a\xca\x19\x3f\x58\xda\x0f\xd6\x72\x66\x0b\x85\x21\x7a\x9e\xd9\x7b\x28\xf1\xc3\x92\x8c\xf8\x61\x11\x12\xc3\xcc\xb2\x76\x04\x23\x38\x8b\x79\x49\x68\x8a\x67\xf1\x21\x8d\x0b\xff\x2c\x82\xd2\xc6\xf5\x71\x16\x69\xc4\x99\x16\xac\x11\x87\x40\x70\xda\xd8\x07\x32\xf6\x2c\x56\x39\x58\x61\x1b\xf7\xb0\x14\x9c\x65\xb1\xbc\x18\xb7\x3d\x9d\x9f\x41\x48\xe3\xf8\xf4\x21\x4f\x67\xf0\x9a\xb3\x2e\x32\xa2\x4f\x99\xfa\x06\xeb\x65\xb1\x65\x4f\x7c\xa1\x78\x73\x36\xae\xe3\xbc\xc9\x44\x75\x5a\x8e\x21\xb5\xd7\x29\xdf\x28\xd8\x95\xd3\x62\x0b\xe1\x16\xa7\x72\x4f\x6f\xac\x68\xf5\x65\xce\xb3\xa1\x73\x1c\xf9\x66\x0b\xfc\xe4\x87\x35\x97\xd1\x87\xab\x52\x62\x76\x3b\x9b\xad\x0b\xa1\x99\x9e\x8e\xd1\xc9\xa1\xd3\x9c\xcd\x8c\x3a\xc4\x92\xb3\xc9\x5a\x10\x3c\xf5\x74\x95\x49\xd4\xdf\xb3\x9b\x73\xb3\xdb\xbb\xc7\xc5\x11\xed\xf6\x0c\x30\x39\x7d\x0d\x34\x26\xa7\xfb\xcc\xf1\x6c\xb6\xcc\xa1\x74\x02\x2d\x02\x1e\x4e\x27\xd0\x22\xba\xe9\xec\x8e\x92\x64\x6f\xba\x72\x24\xf1\x4b\xa7\xb0\x87\xb5\x84\x54\x7d\x0e\x5b\x07\xe0\x58\xc2\x1e\xf6\x1c\x9a\xc0\x39\x0c\x46\x08\x53\xd8\x29\xec\x61\x23\x3b\xd8\xe9\x72\x92\xe0\x46\x4f\xa5\xd0\x4a\xa0\xf8\xce\xb1\x2e\xa1\x18\xd8\x30\x66\x26\x6e\xcb\x53\x49\x9b\x1b\xbe\xc3\x53\x19\xb2\xfa\xfc\xbc\xf1\x78\x83\x06\xf9\x12\x05\x1b\xc0\xa6\x73\x9a\x16\x2e\x9d\x29\x4b\x07\x6c\x6c\x9a\x94\x10\x16\xcf\xb9\x58\x48\x4c\xc7\x34\x29\x30\x99\x69\x59\x83\x2d\x28\xfc\x61\x02\x84\x7e\x3a\xe5\x15\xa0\xf3\x53\x56\xda\x96\xc2\xfe\x79\x3a\xc3\x15\xc0\xf7\x73\x7a\x15\xc2\x1c\x75\x2a\xb2\x38\x81\xce\x38\x8f\x75\x5d\xfe\x29\xca\xe9\x34\x18\x11\x00\xc9\x69\xf0\x21\x48\xdc\xd3\xe0\x43\x0a\x4a\x9d\x4e\x77\x05\x1c\xfb\x3c\x16\xcf\x89\x51\x2b\x02\x28\x7f\xbe\x38\xf5\x1c\xdb\x40\x50\xc3\xfc\xe9\xe2\xd1\xff\x34\xf8\x7a\x0c\xd1\xa0\x02\x84\xda\xa7\x05\x27\xa2\xca\x21\x10\x9d\xc6\x0e\xe2\x90\x38\x97\xf3\x3c\x64\xa8\xd3\x50\x41\xea\x72\x9e\xf6\x85\x53\x08\xf4\xb4\xeb\xfb\x73\x9a\x55\xc4\x06\xc5\xe7\xbc\x6c\x48\x09\xf1\xfe\xbc\x8c\xa7\xe7\x16\x77\xde\x29\x8a\x85\x9e\xd7\x1a\x57\x74\x62\xb1\x38\x87\xe5\xe4\x54\x60\x30\x48\xb5\x53\xc0\x3f\x30\xe3\xe7\x25\x1f\x3f\x4c\xe8\x5a\x3b\x20\x1a\xb8\xd7\x20\x62\xfa\x56\xd2\xa7\xc9\x0f\x9a\x2d\xd2\x57\x9f\x4e\xfa\x94\x69\xc2\x97\x5b\x08\x61\xa7\x31\x79\xa4\x75\x3e\x1d\xbc\x43\x60\xf7\xa9\xe0\x1d\xb2\x63\x9d\x16\x9c\x49\xa7\x7c\xde\xf6\x9c\x30\x59\x2b\x0d\x14\xb7\xb2\xa3\x8b\x89\x2a\x3d\x1d\xbe\x43\xbc\xf9\xf9\x58\xcb\x08\x6d\xe9\x7c\x16\x69\x41\xc9\xb3\x48\xa3\x51\x83\x48\x27\x6d\x28\x60\x81\xbb\xc7\x89\x9f\xb8\xa5\x65\x38\xfd\x44\x36\x9d\x2b\x13\xd4\xe4\x0b\x63\xc9\x61\xc0\xef\x1a\x78\x6c\x8c\xe5\x53\x67\x3b\xae\x18\x66\x76\x9f\xd3\x3a\x01\x8a\x39\x9d\xd6\x09\x70\xd8\xf9\xfa\xd6\x8d\x71\x4b\x0e\x2e\x60\x77\xae\xcd\x8a\x45\x58\x2d\x2e\x5b\x24\x41\xa0\x5d\x2b\xc1\x52\x30\xf1\xcb\x16\x49\x90\x73\x97\x25\x61\x80\x71\x97\x4d\x94\x78\x44\xae\x6d\x01\x68\x79\xc3\xce\xc0\xb8\x2a\x2e\x9b\x28\xc1\x29\x5d\x12\x76\x31\xdb\x5f\x16\x76\xf1\xf7\x5f\x92\x6d\x6b\x61\xe4\xff\x44\xd9\xa0\x4d\xd1\x37\x58\xfa\x2f\x5b\x28\x81\x10\x5c\x12\x6d\xdb\x5e\x69\x62\x91\x16\xc3\x92\x05\x72\x00\xa6\xbb\x76\x47\x65\x87\x54\x78\xed\xd6\x37\x63\xcf\x5e\x32\x38\xf6\xcf\x7c\x25\xe3\x3d\x82\x8b\x5c\xc9\xb6\xa5\xcc\x0f\x0e\x70\xcf\x7c\x62\x5b\x52\xdc\xf0\x57\xb2\x2d\x89\x2f\x96\xc6\xcf\x17\xa7\xbf\x88\xf9\x5b\xe1\xe3\x71\xd9\x5c\x82\x01\x8e\x8d\x26\x1f\xab\x2b\x41\x89\x6d\x85\x3d\xae\xab\x2b\x1b\x90\x1c\xf3\xe9\x88\x71\xf4\xdc\x2b\x1b\x21\x1b\x07\xe7\xca\xf6\xae\xc6\xb6\xbf\x5c\xc2\xa5\xec\xfc\x60\x5b\x52\x9c\xe8\xcb\xc9\x90\x08\xab\xbc\x6c\x1c\x24\x1d\xe0\x25\x11\xb8\x12\x37\x7e\x09\x1a\x48\xad\xe7\x2b\xdb\x28\x16\x07\xfa\xb2\x6d\x30\xcd\x3f\x95\x13\xbc\x6c\x38\xec\x8c\xc8\x16\xb3\x90\xe1\x2e\x57\x9d\x04\xd6\x79\xd9\x38\x48\x62\x86\xab\x2c\xba\x79\x63\xe5\xe7\x8d\x21\xad\x5c\x47\x21\xa2\x5d\xf2\xa8\x4f\xf2\x03\x5c\xcb\x1a\x18\x72\xe0\x25\x8f\xfa\x68\xbc\x70\xd8\xa8\xc6\x0b\xce\xf7\xb3\xd1\xeb\xe5\x1f\x18\x97\x4b\xaa\x31\xdb\x36\x0f\x96\x8d\x71\x2d\x01\x2c\x3e\xa9\x0b\xeb\x1b\xdd\x5a\xce\x26\xb7\xfc\x25\x9f\x7a\x2d\x9c\x09\x09\xde\xc0\xe5\x2f\x0b\xde\x25\xd8\xe7\x55\x65\x30\xf9\x7c\x20\xfb\xe1\xa7\xcf\xe1\x2e\x62\x97\x2c\x41\x7c\xa3\x49\x73\xcb\xc6\x0f\x26\x84\xad\xb7\xec\x87\x31\x4a\xdb\x0f\x89\x34\xbf\x9c\x80\x89\x6c\xe8\x57\x5b\xa1\x57\x31\x9f\xcd\xa1\x56\xac\x62\x33\xa0\x9e\x9d\x60\x0b\x22\x78\xee\x6b\x25\x54\x82\x83\xac\x84\x4a\xb0\xbe\x95\x2f\x89\x85\x17\x8a\xb0\x21\x05\x5e\x2b\x61\xd2\xe0\x93\x95\x30\x29\x7a\xf9\x97\x30\x29\x46\xda\x6d\xb8\xfc\xb4\x71\xf8\x07\xda\x70\xbe\xc4\x9d\x36\x2e\xe3\x03\x82\xfc\x47\x91\xf5\x9c\xaa\x47\x15\xa3\x60\x7d\x8f\x02\xc7\x43\x44\xbe\x84\x21\x03\x4a\x74\x3d\x8a\x01\xfd\x7c\x2f\xc3\x66\x08\xdd\xd7\x2b\xb4\x55\x5c\x45\xd7\xab\x5c\x33\xdc\x2b\xaf\x0b\x92\xb0\xa4\xc6\xb1\xc3\xbe\x5f\x6b\x4a\x6c\xbc\xd7\xfe\x64\x0e\xc0\xc2\x84\xb1\x09\xec\xc3\xc3\xaa\x73\xbd\x4b\x75\x8a\x51\xbe\x76\x30\xb3\x2d\x1c\x9a\x8a\x97\xef\x36\x8e\x0c\xdb\xd1\xbd\x2c\x43\xb1\x3e\xb7\x70\x64\x98\x74\x6f\x79\xf5\x76\x44\xf0\x5b\x77\xe8\x8e\xbe\x7c\xff\xee\xd0\x02\x02\xe0\xde\x16\x69\x34\x39\xfc\xc5\x1e\x3f\xc8\xc5\x1c\x46\xb1\x5b\xf7\x63\x2d\xc1\xdf\xef\x15\x8c\x1a\x26\x8f\x7b\x97\x43\x98\x3e\x9c\xbc\x9e\x38\x81\x7b\x57\xf0\x75\x5c\x32\xb7\xec\x38\x1f\xe1\xe0\xde\xad\x15\xc5\xde\xbd\x1d\x9e\x5a\x63\x89\x6e\x87\xa7\x82\x67\xbe\x0d\x0f\x63\x98\x8e\x46\xad\x71\xa9\xdc\x4e\x5f\x5f\x2b\x6f\xd8\x2a\x1c\xa6\x83\x3b\x2d\x2d\x29\x06\x6e\x7f\x5c\x09\xff\xd1\x9d\xac\x26\x85\x43\xe2\x96\xfd\x88\x78\xe9\x3b\x2d\x2d\x29\x86\x95\x14\xf8\x97\x79\xb6\xbd\x88\x3e\x17\x1d\x31\xdd\xf6\xa4\x61\x51\xba\xb3\x35\xa0\x30\x23\xdf\x76\x94\x01\x74\xbb\x75\xf9\x25\x10\xed\x77\x76\x92\x76\x08\xc9\x4b\xed\xe4\x87\xee\x36\xf8\xc1\x4a\xce\xdf\x7c\x54\xb7\xc1\x62\x64\xac\xbd\x75\x11\x92\x70\xf9\xce\x8b\x8a\x58\x72\x57\x54\xc6\xb7\x7e\x67\xb9\xb0\x43\x31\xbb\xcb\x22\x33\x96\xc7\x58\x31\xa2\x05\x6e\xe7\x54\x21\x64\xf8\x2e\x56\xdd\xc2\x1e\x78\x17\xdb\x2b\x42\xe5\xb9\x97\x75\x28\x2e\xbf\x7b\x59\x87\x38\x41\xcb\x3a\x14\x8c\xf5\xd6\xbd\xf4\x29\x92\x7c\x17\xab\x4d\x6c\xce\xea\x1a\xbd\x9d\x1f\xe4\x3c\xa0\xcd\xea\x08\xb8\x38\xea\xb7\xb1\x5f\x00\x85\xee\x6a\x3d\x6a\xf2\x83\xf5\xa8\xe0\xab\xb7\xd1\xf3\x78\xba\xee\x6a\x85\x0f\xee\x50\x97\xc2\x17\x6b\x50\x4d\x6c\x70\xa9\xbb\x2e\x62\xf9\xc1\xc4\x0e\x06\x66\xa1\x9c\x26\x1e\x0b\x0b\xbc\x60\xe2\x83\x49\xdd\xcd\x3a\x63\x8c\xd3\x81\xaf\xc1\xfe\xef\xe6\x8d\x15\x62\xd6\xad\x8b\x2a\xe1\x61\xb8\x9b\x75\xaf\x50\xf1\x6f\xb9\xba\x88\xf8\xbd\xe5\xea\x4a\x60\x59\x6f\x65\x7e\xc7\xf5\x75\xeb\xaa\xfb\x64\xfb\xbf\x75\xd5\xf5\xc4\xf6\x53\xee\xc0\x84\xc0\x7d\xcb\x2e\x95\x3e\xab\xda\xad\x8b\xf1\x89\x92\x07\x92\x72\xf7\xd6\x5d\x98\xf0\x4f\xdf\xca\x75\x97\x88\xfb\xbf\xbb\x29\x0b\x69\xe3\xee\x8b\xb2\x18\x78\x37\x25\xf0\x0f\x17\x4e\xde\x13\x6d\xdc\x6e\x83\x81\xda\x96\xc3\x31\xe8\x8b\x94\xf8\xc1\xa9\xde\x89\x35\xbd\xc7\x52\x2b\xa3\x0d\xd9\xa5\x12\x7e\xf1\x7b\x38\x71\x2f\xa7\x51\x31\xb1\x89\x8c\x04\xf7\xb0\x9e\x09\x93\xb1\xa1\x8a\x80\xa1\x7b\x98\xfc\x4f\x1b\x8b\x7c\x7e\x10\x88\x02\xc6\x35\x96\x4e\x1d\xd3\x31\x2d\xbd\xc2\x3d\x9d\x96\x1d\x30\xd2\x2d\xab\x53\xff\x6c\xf2\x69\x45\x09\x1e\x3d\xad\x03\x86\x05\xe2\x9e\x56\x94\x42\x68\xbe\xa7\x75\x40\xae\x8a\xb9\x74\x40\x3e\xb1\xa7\xae\xd3\xad\x75\x40\x6e\xb0\x69\x7c\x43\x63\xe8\xc6\x37\xc0\xa6\x6d\xb9\xc2\x65\x75\x3b\x37\x3b\xd8\xbc\xfb\x58\xd4\xc6\x2a\xd8\x72\x05\xe6\xec\xb6\x71\x0a\xcc\xd9\xed\xe4\xec\x38\xc6\xee\x63\x91\x1f\xc4\x1d\xd6\x62\x38\x2c\x36\x4e\xe1\x92\xbd\x9d\x7a\x1d\xcf\xd8\xed\x58\x59\x50\x65\xf7\x61\x83\xe2\xa7\x17\x2b\x68\x95\x36\xac\x49\x72\xfd\x1e\xf6\x5c\x46\x13\xa7\xf5\x46\xae\xb9\xd3\x26\x70\xe6\xe7\xb4\x22\xc9\xa4\x2b\xa5\xcd\x60\xb7\x9c\x76\xe6\x54\x7e\xb0\x33\x07\x61\x46\x01\x23\x79\xe7\x4a\x97\xef\x78\xb0\xf1\x4f\x6b\x9a\xe5\x4f\xca\xd5\x7d\xae\x7a\xc8\x0c\xd1\x16\x1c\x18\xbb\xab\x3c\xe3\x78\xbb\x6d\x31\xc3\xa9\x78\xcb\x6f\xdc\x3f\xec\xf0\xf2\x44\x84\xec\x79\x5f\x72\xd9\xc2\x56\x5c\xf7\x79\x0f\x61\xf3\x76\xdd\xe7\x0f\xc7\xbc\x3c\x11\x85\x4e\x4c\x77\xe1\x0d\xe3\x7c\x43\x20\xbe\x05\x67\xec\xe4\x0e\xbe\x2f\xfb\x66\x0a\xe3\x3a\xad\xdc\xf2\xc6\x5a\x63\xc6\xe1\x35\x66\x6b\x5d\xa6\xbe\x32\x74\xc3\x56\xc2\x32\x72\xdb\x5f\x0d\xec\xec\x56\xca\xbe\x8c\xdd\xf2\xbe\xad\xa1\x21\x6e\x2a\xc2\x76\x70\xd2\x5c\x73\x8c\x88\x9d\xdb\x2e\x6d\x92\xbf\xdd\xb7\xd5\x72\xb8\xaa\x32\xb6\x53\x5b\xf1\xbe\xad\xa2\xb1\x0d\x6e\x43\x3c\x98\xf3\xdb\xea\x69\x28\x9f\xf7\xbd\x66\x83\x37\x5c\xf1\x1b\x96\x79\x3b\x8b\x2e\xc2\xc6\xed\x2c\xba\x48\xd2\x4a\xc6\x93\xb1\xfa\xde\x8e\xd2\x45\x5f\xbd\x1f\xab\x75\x3b\x6f\x58\xad\xfb\x7c\x52\xfc\x46\x0c\xfd\x11\x2e\x84\x5e\x1f\xeb\x7d\x9f\x1f\x44\x6c\x81\x2f\x3f\x8b\xd8\x58\xb6\xc7\xaa\xf7\xe7\x07\xab\xde\x89\x1f\xac\x7a\x73\x93\x3d\xd6\x58\x99\x73\xd5\x19\xcb\x64\x19\xbe\x5f\xab\xac\x5c\xc1\xef\xa2\x2d\x26\xec\x35\x6d\x2c\xe4\x6b\xda\xb8\x61\xdf\xb5\xb2\xd1\xed\xbb\x88\x0b\x5a\x5e\x2b\xb5\xac\xc2\x6b\x6a\x59\xc9\x77\xd9\x15\x62\x3e\x5e\x83\xaf\xd8\xf9\xaf\xd5\x5e\x36\xfa\xbb\xd4\x71\x3e\x31\x82\x3d\x76\xc3\xb3\x2d\xf5\xbb\xc6\x0f\xa6\x25\xf4\xac\x67\xb3\xda\x1b\xdd\x3e\x9b\xd5\xde\xd0\xe6\x9e\x6d\x29\xe8\x33\x7e\x58\x0a\x7a\x8f\x1f\x9c\xfb\x24\x36\xd0\x23\xcb\x63\x27\x5b\xf7\x23\xcb\x63\x46\x21\x79\x36\x43\x7a\x06\xdd\x9a\xb8\xc6\x27\x96\x0e\xe2\x8e\x7d\x36\x13\x17\x37\xe8\xb3\x1b\xac\x14\x8c\xf8\xd9\xad\xf5\xc7\xa5\xfb\xec\x8e\x1d\x8c\xfb\xf1\xd9\xad\xf5\x4f\x3e\x31\xf9\x8c\xd4\x8e\x77\xd2\x9b\x3c\xd2\xcf\x32\x1e\xa7\x67\x77\x9e\xea\x10\x7d\x9e\x7d\x01\x9a\x82\x38\x79\xe2\xf1\x2d\x3e\xd2\xd7\x50\x98\x1f\x67\xc1\x24\xe3\xf6\x63\x73\x26\x3a\xc6\xa3\xf8\x1e\xf4\xe5\xc7\xe6\x4d\x30\x3a\x8f\x33\xf4\x15\x9e\xa7\xac\xae\xd1\xa5\x4d\x13\xd8\x19\x1f\xc9\x67\x1d\xa3\xd4\xf3\x13\xb6\x32\x79\xcd\x1e\xa5\xe4\x23\xad\xe3\xb3\x52\xf2\xd1\xc5\x50\x38\x38\x2d\xba\xaa\x0e\xbe\xa2\x67\xac\xb0\xc8\x98\xba\x61\x4b\xef\xfe\xa7\x04\xb1\xcf\xf2\x06\x86\x20\xf2\xb8\xa0\x0e\xba\xf3\x63\x29\x0b\x23\xce\x33\xac\x8a\xf1\xbc\x34\x1c\x9a\x58\xba\x19\x54\x39\xdb\x05\x7b\x77\xda\xe3\x1d\x57\xe5\xe3\x82\x3a\xc0\x1e\x9e\x69\x69\x99\x2f\x94\x78\x2c\xae\xea\xc7\x72\x1b\x90\x85\x47\xee\xc3\x42\x5e\xe7\x47\x82\x5c\x83\xe3\x3e\xaa\xb0\xf3\x59\xee\xe9\x94\x11\x8d\x3e\x2c\xd9\x0c\x9a\xb0\x64\x13\x17\xf8\xb3\xe4\x38\x76\xc4\xf4\xad\xc7\x5e\x9f\x32\x3d\x33\x39\xd3\x07\x8a\x05\x9d\x32\xde\xb1\xb1\x0f\x9f\xa7\x8d\x1f\xd6\x79\x8a\xd9\x3b\xec\xb7\x60\xd3\x1c\xc6\x90\x40\xea\xe1\x7d\xc9\x17\x4a\xb4\xdd\x43\x7a\x7a\x56\x11\x58\xce\xa8\xa4\xba\x96\x3e\x9f\xc8\x08\xc3\x82\x48\xa8\x2b\x64\xa1\x7a\x2c\xd4\xa1\xe1\x3f\xc7\x0a\x8f\xe3\x0d\x1b\x44\x3a\xc3\xb2\x41\xa4\xd3\xa8\x5d\x32\x21\x89\x3c\xa7\x75\xf2\xd0\xbc\x9e\x55\x38\x36\x14\xc6\xc7\x89\x0a\x43\x66\x7b\x4e\x21\x72\x33\xcf\xeb\x36\xa7\x49\x73\x0e\xf6\xef\x4f\x88\xcb\xa4\x0e\x7c\x54\xf5\x15\xc4\xf8\xf3\x4f\x4a\x8b\xad\xf5\x93\xd2\x0a\xd6\xbe\xc7\xe5\x74\x80\x07\x3c\x06\xf7\x81\x22\x79\x2e\xd7\xc2\x0a\x7b\xde\x73\xf9\x06\x08\xbd\xec\xf9\x49\x69\x99\x3c\x15\x8f\x84\xb4\x0e\x3c\xea\x71\x7d\x1d\xcc\x04\x8f\x84\xb4\xde\xd9\x6a\x97\x0d\x28\x1c\x89\x4b\xa1\x56\x8d\x4e\x1d\xfb\xc3\x30\x4d\x07\x0d\xd8\x20\x12\x5d\x5a\xda\x2a\xa1\xc5\x3d\x3f\x69\x2b\x93\x1b\xe1\xb9\x17\xaf\x89\x51\x2b\x61\x32\x18\x91\x47\xb5\x6d\x36\x16\xe7\x5e\xac\x22\x56\xef\x36\xab\xe0\x59\x8e\x6a\xa6\x61\x25\x20\xe4\x96\x7b\xa4\xfd\x33\x0b\x8f\x63\xbf\xc2\xd2\xf1\xd8\x81\x09\x76\xe3\xb1\x03\x13\xf7\xc3\x63\x07\x26\x08\x91\xc7\xa5\x6b\xc0\x7f\x3c\xf2\x60\x62\x30\x78\x2c\xe1\xec\x9c\x8e\x67\x89\xae\x74\xb2\x12\x10\xd3\x89\xf4\x15\xe6\xd2\xf2\xcc\x87\xd2\xe5\xd1\xe4\xfa\x79\xed\x39\xe0\x05\xdf\xf8\xf4\x61\xe9\x85\xc8\x85\xe7\x95\xeb\x00\x4a\x5f\x97\x8b\xe7\x7e\x7a\x1d\x72\xcf\x0b\x86\xad\x84\xca\xf8\xb8\x8e\x0d\x36\xcb\xc7\x70\x42\xf0\x50\x8f\xb3\x17\x72\x38\x5e\x97\xce\x80\x05\xba\x8e\x0d\x6b\xfc\xba\x8e\x0d\x9e\x98\xd7\xf0\x42\xee\xb8\x77\xf9\x59\x63\x5c\xef\x92\x65\xe2\x9e\x7c\x37\x51\x56\xff\x54\x5c\xf7\x75\x4d\x1b\x92\x34\xbc\x4b\xf0\x69\xfc\x70\x78\xe6\x72\xfc\xf0\xe8\xd2\x8c\xe7\x95\xac\x30\x14\xd2\xd7\x49\x55\x62\xc1\x5f\xd9\x8b\xf1\x86\xbc\xae\x2c\x83\x5b\xe7\x95\x3c\x52\x88\xea\x7f\x77\xab\x4c\x71\x6f\xbe\x8a\xf0\x18\xb1\xb5\xdf\x7d\xc9\x02\x41\xf4\xbe\x76\x59\x0c\xdb\xfe\x55\xec\xdc\xef\x6e\x87\x4a\x48\xc9\x6f\xda\x34\xcc\x68\xd3\xd1\x1a\x08\x20\xaf\xa3\x35\xf0\x6c\xbc\x8e\xd6\xe0\x88\xbe\x8e\xd6\xc0\xbd\xf4\xca\x9d\xda\x40\xcd\xbf\x8a\xd6\xe8\xf8\xb8\x5f\x67\x24\x44\x6a\x7e\x0d\x39\x44\x48\x7e\x1d\xbe\x81\x6b\xed\x95\x4b\x36\xe1\x8d\x7b\x93\x92\x7f\x4c\xda\xb4\x19\x2a\xd3\x84\xcd\x1b\x71\xd2\xdf\xa4\x44\x3c\x71\x9f\xbf\xb6\x4a\x23\xcf\xbd\xff\x92\x7a\xc7\x17\xf6\xd1\x92\x41\xf5\xb5\x8f\x96\x2c\xb7\x6f\x96\x49\x20\x4c\x17\x6f\x5e\x1a\x03\x6d\x7a\x67\x86\xd8\xf1\xda\x45\x5b\x3e\xc3\xb0\xc6\x90\xe9\xc4\x96\x69\x36\x57\x56\x16\x61\xa6\x2f\xaf\x6b\x30\xa6\x2f\x9b\xe9\x45\xa7\x65\x8d\x3b\xbe\x58\x89\x11\xe3\x3e\x79\x8b\xd1\x0f\xa1\x40\xbc\xc5\xc2\x4d\x30\x8b\xd7\x3e\x56\xb2\x12\xbc\x4e\x95\x88\x1c\xf7\xda\xc7\x0a\xda\xe1\x75\xc4\x05\x62\xc4\x5b\x0e\x0d\x3c\x08\x51\x0d\xd4\xcf\xec\xd9\x72\x8d\xd2\xf6\x96\xb5\x88\x74\x6a\xb6\x18\x17\xfc\xeb\x08\x0c\xac\x47\xaf\x4c\xd9\xa3\x57\x7e\x50\x88\x62\xe1\x59\x88\x36\x6a\xd8\xbc\x75\xed\xe0\x18\x66\x5d\x3b\x38\x7a\x5d\x41\xc8\xcc\x4e\x35\xe4\x82\x25\xb1\x5d\x1a\x14\xe1\xab\xa8\xe4\xb1\xd3\x89\xad\x6d\x93\x4e\xd6\x76\xa4\x09\x6f\xc7\x78\x5e\x79\x5e\xd8\xd1\xb2\x4b\xc3\x49\x5f\x47\x29\x93\x53\xf3\x55\xd1\x1b\x84\x84\x77\x25\x86\xe9\x34\x69\xbb\x0c\x27\x71\xd5\x2c\xfd\xfc\x20\x70\x31\x6c\xcb\x31\x1a\xe4\x9f\x7e\x65\xb8\xa6\x0c\xf0\xdb\x7d\xa5\x87\x8c\xf0\xda\x25\x5b\x38\x77\x2e\x61\xc3\xa2\xbb\xfc\x0c\xbb\x77\x95\x9f\x81\x6d\xd9\xff\x8a\x54\xf7\x5a\xc9\x41\xaa\x7b\xbb\xd5\x4c\x0e\xa6\x4c\xcc\x19\x99\xf7\x95\x89\x79\x90\xd5\xf7\x1d\x82\xdf\xc3\xb6\x16\xc0\x90\x93\xfa\x53\x10\x2a\xea\xf0\x6b\xfd\x00\x07\xe9\x3b\x6d\x0f\xfc\x7c\xe1\xb3\x1e\x94\x4f\x9f\xf5\xc4\x0b\xcd\xa9\x41\xf9\x41\xb0\x84\xed\xd3\xa6\x8f\x0c\x9b\x73\xda\x0c\xf6\x37\x70\xc5\x3b\x15\x36\x02\xd5\xd3\xe8\x18\x58\xdc\x82\x1a\xd2\xfe\xb1\x38\x01\x3f\x2c\xc5\x38\xc6\x28\x73\x6c\x4b\x5c\xbf\x16\xed\xc9\x77\xfc\x4a\xb4\x1f\xd4\x80\x7b\x0f\xa7\x0f\x62\xee\x64\xb0\x1d\xc4\xd2\xbd\x92\xed\x07\x51\x6c\xaf\x64\xfb\x41\x2c\xdd\x2b\xd9\x7e\x10\x8c\xf2\x4a\x72\x1f\x9f\x2b\x55\x92\x7b\x41\x36\x7c\x9d\xc0\x10\x54\xe3\xeb\xca\x25\x08\x1f\xaf\x2c\xb6\x73\xe3\xd6\xbd\x8c\x0b\x09\x01\xf4\x95\x88\x3b\x31\x76\xbe\xb2\x43\x4e\x0c\xa6\xef\xe5\xfc\xae\x61\xd4\x7d\x65\x87\x9c\x98\x2e\x5f\x49\xb5\x23\x0c\x80\xff\x67\xec\x4f\x72\x75\x89\x61\xee\x00\x6c\x9e\x55\xdc\x1d\x44\xbd\xa8\xc9\x9b\x64\x9c\xec\xa1\x1a\x56\xe0\x81\xed\x1f\x7f\xec\xfd\x07\xe2\x11\x0f\xef\x33\x6c\xf8\x0d\x2e\xf0\x5d\xa9\x4a\xa5\x96\x62\x7b\xa8\x69\x4b\xf1\x85\x48\xb6\x9a\xf6\x05\x58\x68\xf9\xd5\xb4\x89\xc5\x74\x8b\x9e\xa6\x7d\x6c\x69\xa9\xd7\x34\xeb\x7e\xdb\xa9\x91\x26\x2c\x08\xed\xdd\x9a\x6e\x50\x38\x57\x2b\x68\x7a\xe0\x47\x35\xd8\xa2\x69\xfa\x84\x60\x5a\x9a\xbe\xfd\x09\xc2\x23\x6a\x32\xbe\x4d\x26\x3f\x9a\x8d\xe5\x11\x66\x6e\xd5\xbc\x6f\xcb\xc1\x00\x40\xcd\xb0\xbf\xd2\xc1\x53\x33\x6e\x0c\x02\x3b\x6a\xde\xd4\x5e\xa8\x82\xd2\x6c\xc4\x3c\x50\x1b\x35\xf7\x03\xe3\xe8\xbd\xc8\x03\xf2\xb2\xf0\x15\xb3\xb4\xc9\xf4\x2b\x45\xb3\x19\xbd\x64\x3a\x6d\xd0\xbc\x4f\x65\x63\x8e\x5a\xcd\xd7\xc1\xa6\xf3\x91\xe6\xfb\xda\x23\x5d\x1c\xd8\x8d\xb9\x99\x2c\x80\xd8\x33\x27\x07\x62\x2b\x5e\x32\x3f\x81\xe8\xf0\xe9\x24\x4e\x4b\x42\x76\xa6\x15\x05\x19\x4f\xf8\xc8\xca\xe6\x3d\x06\x41\x02\xb5\x6c\xde\x23\x72\xb1\x69\xd9\x9c\x45\x2d\x4e\x23\xb5\x74\xcc\xf6\x64\xc1\x9e\x89\x88\x44\xd4\x72\x26\x22\x0a\x90\xa7\x98\x76\x38\x2d\xd7\xe9\xc3\x62\x01\xf2\xc9\x75\xf6\xf2\xda\x6b\x4e\xc8\x3d\x2d\x38\x61\xd3\xbd\x69\xb5\x6c\xb1\x94\x3e\x53\x5a\xb6\x80\x31\x53\x54\x7f\x98\x7b\x17\x07\xb5\x26\x4c\x8c\x4b\x90\x8a\x04\xfd\xc2\x5c\xc9\x5a\xeb\xbe\xdf\x89\xe4\xa9\x15\x81\xa6\x14\x73\x14\xe9\xda\xf3\xec\x7c\x03\xe9\xb7\x12\x27\x1b\x69\xd0\x25\x71\x6e\x2d\xcb\x39\xfd\xb6\x14\x29\xcc\x25\x71\xea\x2c\xc3\x78\x2b\x89\xbd\x1c\x96\x86\x9e\xa7\x05\x89\xbb\x25\x71\x2a\x91\xcd\x5a\x12\x67\x0e\xa9\xa9\x79\x77\x68\x9d\x96\xfa\xde\xb5\xcf\x6a\x89\x95\xb3\xc4\xcc\x20\x89\xb1\xa4\x18\xe7\x85\x4e\x09\x3f\x6a\xc9\x01\x6a\x3c\x60\x9b\xae\xd1\x0f\x4f\x91\xcb\x56\x52\x4c\xae\xd9\x2e\x24\xc5\xe4\xbe\xa7\x4d\xce\x8c\x59\x11\x1a\xb5\xf5\x5a\x01\xa5\x90\x63\x64\xef\xf3\xe7\x47\x24\xa6\x46\xcf\x47\xf8\x55\xa8\x9a\xe9\x16\xab\x48\x92\x29\xc4\x28\x55\x24\xc9\x6c\x8c\x2c\x51\x24\xc9\x14\xa2\x6e\x6a\x3b\x8b\xbe\xfe\x05\x44\x49\x2d\x3f\x66\x63\x00\xa1\x5a\x7a\xcc\x3c\xe8\xf9\xac\xc8\x5c\x29\x44\xbb\x54\xe4\x8c\x14\xc2\xbc\x69\x6b\x58\x2f\x1e\xe9\x66\x6c\x65\xa3\x35\x40\xdb\x66\x2b\x0b\x01\xb8\xd4\xb2\x03\xee\x37\x7c\x2e\x1b\xf2\x9a\xb8\xa4\xa4\x48\x70\xd7\x88\x14\xa8\xcd\x38\x0c\x61\xd2\x48\x45\x7a\xba\x96\x48\xb3\x9b\x9c\x6e\x71\x1e\x70\x00\x99\xd0\x51\xdb\x83\xf4\x0b\x7c\xe0\xbd\x7e\xe3\x7c\x6a\x37\xcd\xb7\x30\xd5\xa5\xf6\x7c\x12\x1c\xfb\x48\x7b\x39\x05\x95\x05\xf3\x2f\xc3\x9a\x76\x13\x94\x84\x1c\x85\xf6\xd6\xff\x12\x1b\xb5\x1b\x83\x1c\x4c\xa1\x76\x00\x3d\x07\xe5\xe8\xb8\x9c\xe3\x7a\x42\xc2\x2f\x89\xdb\xc1\xb2\x54\x31\x98\x4b\x2d\x49\x15\xe3\xcf\xb4\x9b\xee\x22\x72\xd2\x2b\xb2\x3f\x25\x7a\x17\xeb\x48\xf2\x57\xf2\x7c\x1d\xa6\x6c\x17\x22\x14\xaa\xa5\x0a\xca\xc2\x00\x10\xb5\x4c\x39\xbb\xc0\x27\x67\x08\x3a\xe5\x76\x25\x45\x16\x13\x21\x32\x90\x0e\x70\x1d\xc4\x12\xd2\x01\x9e\x82\x81\xef\x3a\x9e\xf3\xca\x60\xc1\xf8\xf3\x33\x29\xfe\xea\xf8\x4e\x13\x3e\xf2\x09\x40\x50\x4a\xfe\x3a\xcf\x84\xbb\x4c\xa3\x13\xf1\x43\x8c\x54\x57\x03\x11\xcf\xc2\x58\x76\x05\x68\xb8\x30\xdc\x5e\x81\x45\x2c\x99\xfc\x81\x61\xf4\x0e\xca\x30\x3a\xbf\xbf\xb1\xda\xd5\x10\x5c\x7f\x21\x9b\x2b\xa0\x4d\x03\x2d\x48\x0d\x7e\x71\x17\xf8\x58\xc5\x94\xf2\x11\x41\xa9\x82\x68\x17\x4a\x35\x7a\x40\x8d\x18\xec\xa6\x6b\xc0\xf5\x97\x5b\x65\xc1\x09\x85\xee\x20\xba\x26\x30\x6b\xb8\x33\x96\x39\x6a\x74\xfa\x3f\xe8\x42\x1a\x47\x46\xca\xea\x12\x4c\xc7\xaf\x02\xc0\x80\x72\xed\x97\x60\x4a\x79\x51\x2d\xdb\xa1\x93\x10\x1b\xba\x04\x1d\xe3\xee\x58\x82\xd1\xfe\x7a\xe2\x81\x95\xa3\xb0\x00\x87\x8b\x0b\xb7\x6c\xf8\x9d\x9e\x2c\xba\x40\xc5\x69\xce\xd7\x65\xec\x7a\xa4\xea\x55\xc3\x74\xda\x4f\xb0\xd1\x0b\xae\x1b\xd1\xe8\xd9\x61\x9c\xe4\x75\x34\xd2\xd1\xe8\x0d\x6b\x3a\x6f\x3c\x83\x2b\xca\x91\x7f\x4d\xd7\x01\xc4\xe6\x8e\x5a\x66\xa2\x0f\x30\x46\x35\x6c\xa1\x1c\x38\x5b\x0a\x70\x21\x61\x26\x2d\x05\xb8\x50\x20\x73\x29\xc0\x85\x24\x93\xd8\x00\xea\x27\x80\x9d\x14\x50\x3f\x12\xf7\x24\xa0\x7e\x26\xa3\x0c\xd5\xa0\x7c\xf6\x9c\xb2\xeb\xef\xf9\x0a\x5f\x31\x4b\xb7\x94\xd8\x1f\x2f\xa6\xb0\xc4\x2b\x03\x4f\x44\xa3\x13\x5f\xe1\x68\x5f\xa8\xb6\xb9\x71\x81\xa4\x33\x19\xdc\xa8\x00\xbd\x99\x0c\xb7\x51\x40\xd6\x4c\x86\xec\x28\xd0\x65\x02\x24\x43\xd7\x87\x29\x2c\xfc\x2c\x78\x17\x06\x72\x29\xa0\x60\x8c\x7f\xfa\x87\x5b\xeb\x4a\x58\x23\x57\x1f\x2a\x00\x5a\xc2\x08\xa0\x00\x68\x11\x2a\x11\xf4\xb2\x8b\x73\xd2\xc1\x56\x2f\x5c\x9c\x85\x9b\x07\x10\x2e\x93\x3e\xbb\x0a\xbc\x95\xd0\x0a\x2b\xc0\x53\x26\xe3\x6f\x14\x48\x28\xa1\xa2\xd2\xab\xa0\x63\xbc\x10\x80\xfe\x31\x19\xb5\xa2\xc0\xf6\x98\x8c\x87\x50\x60\x6d\x4c\xc6\x37\x29\xa0\x34\x66\x30\x27\x86\x72\xb1\x9f\xf0\x25\x01\x88\x45\x28\x12\xf4\xea\x50\x2d\xf3\xd8\x03\xd5\x62\x52\x2d\xa0\x57\x47\x7e\x3b\x9e\xf2\xab\x9f\xaf\xc4\x13\x80\xbb\xe2\xa1\x06\xf0\xc5\x0c\xee\xff\x32\xf9\x60\x52\xc7\xa7\x06\x4a\xf1\x0b\x32\x4b\xaf\x39\xff\xb2\x8b\xe8\x05\x5e\xae\xc6\x3a\xdb\xcd\xde\x19\xbd\xa9\xd7\x61\x9c\x2b\xbb\x0e\xd2\xc1\x24\x0f\x7a\x81\x74\x10\x14\x48\x2f\xc1\x6e\xaa\x2c\x38\x2e\x5c\x12\x05\xd0\x96\xf1\x94\x5f\x87\x96\x90\xcf\xb9\xd6\xf8\x0b\xc9\x51\xaf\xf5\x37\x5a\xa1\x5e\x26\xfa\x07\x4c\xa0\x5e\x17\x66\x3d\xc6\x72\xe5\xbf\x42\x55\xf5\x02\x8b\x4f\x0d\xbf\x1a\xfc\xc5\xaf\xe0\x0d\xbd\x2e\xfd\xcb\xd9\x4c\x2f\x48\xd1\x74\x08\xd2\xeb\xfe\xdb\xdd\x47\x81\x77\x11\x06\x63\xbd\xee\xfe\x97\x95\x4d\x1d\x8c\x82\x0c\x32\x90\x24\x3a\xbd\xd7\xf5\xfa\x5f\x12\xf1\xea\x75\xc0\xce\x1a\xfb\x81\xab\xf8\xd7\x57\x1e\xac\x4b\xe3\x57\xc0\x11\x53\xcb\xaf\xd7\x83\xad\x1d\xab\xff\x9e\xcf\x72\xc6\xde\x33\x7c\xae\x2d\xf2\xff\xd2\x5d\x45\xaf\xf7\x74\x9d\x05\x8a\x82\xce\xb1\x98\x9d\x45\x5a\x1c\x31\x3d\x81\x3a\x1c\xdc\x07\x32\xc8\xfb\xea\x3a\xf4\x88\x17\x29\x40\x16\x66\x0d\xea\xf0\x9d\xaf\xf8\xe0\x6e\x88\x4e\x8d\xf3\x01\x84\x84\x3e\x49\x1d\x0c\x00\x61\x17\x78\xa3\xf7\x21\x39\xdc\x96\xc0\x0e\xe8\x21\xf6\xdf\x19\xfb\x94\xf7\x95\x21\x01\xec\x82\xca\x02\x5b\x17\xc2\xfd\xe9\x7d\x08\xca\x88\x02\xac\x0b\xcf\xfe\x0d\x68\xa5\x10\xeb\x0d\x1d\x60\x3f\xc1\xb1\x98\x2a\x5e\x88\xdd\xa0\x88\x89\x2f\xc1\xaa\xdd\xc8\xcb\x13\x32\xf7\x8d\xbc\x3c\xa4\xf9\x37\x92\x95\xd3\xb0\xa8\x08\x8a\xef\x21\x51\xdf\x90\x0b\xe9\xf2\xa2\x08\x8a\x17\x3a\xa3\xe8\x0d\x8a\x43\x85\x9d\x5a\x84\x7a\x8e\xec\xf3\x7a\x77\x50\x0b\x8a\x3f\x08\x17\x8f\x34\x45\x8a\x70\x71\xa1\x4e\x5b\xef\xa1\x7f\xc1\xd5\xe9\x6d\xf1\x24\x01\x7c\xa4\xf7\xc4\x67\x73\x14\x34\x3c\xc1\x29\xb5\x78\x12\x21\x22\xa2\x22\xf8\x7b\xd6\x58\xb8\x89\xcf\x92\x51\x45\xf4\xb7\xd0\x90\xaa\x88\xfe\x8e\x78\x32\x45\xf4\xb7\xf4\xfc\x2f\x58\x16\x8a\xd0\xf0\x88\x68\x53\x04\x6d\x87\x9f\xa1\x5a\xd0\xf6\xcc\x12\x0f\x4c\x3c\xc0\x61\x81\x4b\x23\x0a\xac\xde\xc6\xa5\x85\x01\x52\x6f\x41\xa7\x4b\xbc\x82\x4e\xc7\xb0\x90\x4f\x51\x62\x58\xe6\x84\x21\x44\xcd\xd3\x7b\x01\x9f\x92\x64\x12\x21\xd9\x42\xfc\x3a\x45\xc0\x75\x97\xf8\xca\x16\xbe\x9b\x90\x4a\xde\x27\x6f\x38\x2f\x2b\xc4\x47\x0b\x01\x7c\xf4\x46\xba\xc3\xc6\x2b\xe0\x86\x36\xb2\xff\x2a\x50\x14\x70\xd9\x2f\xf4\x3c\xda\x80\xce\x8d\xc0\x2a\x7a\x9b\xf2\xb1\x0b\xaf\xa2\xfb\xb6\x7c\xad\x71\xe4\xa1\x78\x62\x9c\xbc\xde\x00\x95\x14\x52\x4d\x44\x33\x4b\x8f\x02\x90\xd1\x1e\x54\x02\x64\x54\xc8\x32\x20\x14\xb9\x4b\xe7\xe8\x1f\x2c\x13\x49\x20\x62\x91\x43\x50\xb0\x58\xe4\xfd\x00\x87\x06\x46\xb0\xff\x6a\xf3\xfb\xf3\x23\x2b\x4e\x1a\xd4\x99\x3d\xbe\xf1\x62\xa8\x41\xab\xde\xf2\x97\x2b\x9d\x22\x9e\x59\x88\x5e\xa0\x88\x67\x0e\x80\x36\x45\x3c\xb3\x30\xd4\x5e\x2d\xb4\x58\x24\xba\xf5\x62\x19\x63\xfe\x4c\x0d\x17\x48\x41\x8a\x50\x63\x09\x35\x2a\x22\x8b\xa5\xc7\x47\x0c\x3f\x31\x5c\x33\xf5\xd6\x93\x53\x9e\x5f\xfd\xd0\x68\x90\x3b\x18\xcd\xe9\x4a\xa6\x0f\x28\x35\x4d\xbd\xfa\x6c\x4a\x1d\x59\xa9\xd4\x62\x7a\xc3\x7f\x40\x1f\xf0\x79\x34\x4e\x28\x02\x61\xfb\x22\xc9\xb0\x40\xd8\x29\xe4\xd9\x4e\xc8\x2a\x6d\xc3\x8a\xf0\x52\xa1\xfd\x4e\x11\x2c\x2a\x9d\x4c\x1c\x82\x43\xa5\x93\x89\x7b\xcc\xa2\x17\xa9\xce\xf4\x69\xe8\x06\xf9\xad\xc7\xd9\x3c\x8e\xcc\x28\x68\xa4\x32\x53\xc4\x2f\x46\x36\x34\x45\x30\xa2\xd0\xaa\xad\x27\x18\x91\xd8\x32\x6a\xc1\x88\xfb\x89\x28\x40\x28\x26\xb7\x2c\x82\x0b\x23\x54\x50\x9f\x8e\x0d\x48\xd5\xca\x63\x30\x1f\xc4\x36\x56\x0b\x36\xac\x35\x7a\x31\x8e\x48\xc9\x5e\x80\x6c\x33\x68\x5a\x11\x39\x28\x83\xd4\x11\x91\x83\x9d\xc1\xc9\x7a\xe2\xf1\xe8\xfe\xa5\x0f\x28\x22\x63\xb7\xf5\x11\x4c\x20\x77\xf9\x03\x19\x93\x31\x1b\xfa\x18\xa3\xd8\x19\xd0\xac\x0f\x18\x45\x06\x6d\xe8\xb3\xd0\x06\x09\xfb\x03\x36\x90\x2e\xf5\xfa\x40\xa4\xa4\xd7\x99\x3e\xc8\x63\x4f\xef\x3a\x7d\x8c\x0d\x14\x7a\x56\xe9\x83\x44\xf6\xb4\x7b\xe8\x73\xc1\xbc\x40\xb6\xe7\xb9\xce\x57\x38\x1f\x66\xa1\x09\xfd\xd7\x03\x31\x95\x49\x98\xf4\xb9\x30\x14\x1e\x8c\xc7\x98\x3e\x19\xe4\x69\x1e\x58\x0c\x46\x0c\x05\x87\x8b\xee\x07\x8a\xc8\x3d\x61\x1e\x02\x45\x60\x9e\xd0\x2c\xad\x2f\x20\x9a\x08\x74\xaf\x2f\xd4\x18\xe3\x9f\x32\x80\xe8\x9b\xe0\xee\xc5\x3e\x59\xcc\xdd\x2e\x18\x2c\xb0\x3d\x4e\x3c\x4a\x45\x14\xde\x08\x2d\xdd\x9b\xf1\xc5\x19\x05\x68\x94\xe3\x7a\x4d\xe8\x12\x22\x45\x2a\x82\xea\x46\x8a\x81\x66\x4c\x05\xcf\x1a\x22\xe4\x84\xa8\x97\xfa\x42\x29\x44\x96\x11\x01\x6f\x23\x8d\x78\x03\xdd\xe0\x61\x44\x04\x9c\xd0\xf9\x4a\x11\xdf\x36\x42\xef\x8d\xf8\x36\x19\x54\xcd\x22\x9c\x4d\x88\x5e\xa4\x08\x67\x1b\xa1\xc8\x7e\x91\x11\x3c\x14\xd9\x08\x1e\x13\x82\x1c\x28\x22\xc1\x46\x28\x6f\x5f\x08\x72\x04\x89\x50\xc4\x75\x8d\xd0\xb6\x5a\xdc\xd1\xa2\x67\xa5\x22\xa8\x48\x42\x27\xf4\x82\x57\x09\xe5\x0c\x22\x82\x46\x5c\x39\x16\x11\x34\x68\x30\x53\x04\xf3\x08\xe3\x92\x14\x81\x38\xc2\x70\x1f\x45\xe4\x49\xa0\x43\x29\x82\x44\xda\xaf\xdd\x87\x1b\x3a\xd4\x28\xf0\xd3\x97\x50\xa3\x98\x4f\xfd\x2e\xe0\x58\x5f\x58\x7e\xa8\x46\x81\x87\xfc\x28\xf1\x59\xe0\x5d\x84\x1a\xe5\xb5\xcc\x0e\x8c\xbb\x51\xb8\xaa\x4b\x68\x51\xe0\x44\x2e\xa1\x12\x81\x8b\xf8\x2f\x63\x81\x1e\x23\x09\x67\x03\x8e\xc6\x12\x0a\x0f\x3d\xa8\x07\xd4\x5e\x28\xf6\x57\x68\x2f\xb4\x9e\x36\x84\x05\x66\xac\x0e\x92\xa8\xed\x74\xcc\x07\xab\xb6\x8e\xc1\xad\x69\xc7\x14\x53\x24\xd1\x8e\xaf\x52\xd9\xa0\x50\x92\x87\x6e\x41\x27\xa6\x98\xf7\x14\xfc\x72\x25\xd4\x00\x70\xaa\xed\x61\x4f\x30\x7f\xd6\x15\xd2\x37\x7c\x53\x25\x04\x76\xf3\x4d\xcd\x9d\x49\x1e\x15\x6e\xa1\xb3\xc6\x57\x2f\xe8\x2b\x9c\xa8\x7e\x15\x4a\x37\x2e\xec\x57\xa1\x63\xe3\x9c\x7f\xf5\x82\xbe\xc2\x09\xe2\x57\x6f\xa8\x38\x12\xdb\x38\x3a\x25\xe7\x55\xbf\xaa\x90\xd0\x84\x8d\x2a\x3c\xd7\x27\xdb\x50\xf4\x43\xa2\x00\x9f\x9d\x7c\xe5\x3b\x60\x94\xde\x8f\x96\x4e\x3f\x92\x17\x64\x0c\xce\xd9\xee\x0f\xd6\x8e\x49\x8e\xf8\x6b\x19\xfd\xc8\xf1\xca\x85\x27\x06\x0b\xd0\x0f\x3f\x2c\x5f\x83\x4b\x38\x9d\x9f\xbf\x06\x2d\x91\x14\xb6\x51\x30\xfc\xf8\xca\x51\x0a\x15\xb6\x61\xfb\x67\x52\xf7\xf9\x99\xc5\x24\x4f\x69\xfc\xac\xc9\x4a\x93\xb9\xf4\xbf\x66\xfb\x65\x4a\xe3\x58\x10\x90\x48\x8e\xed\x6b\x26\x09\x4d\x22\x1f\x7d\xcd\x24\xa1\x49\x6e\xf5\x6b\x13\x8d\x76\x7e\xd6\xd4\x35\x93\xb6\xd6\x0f\x86\x98\x49\xdf\x82\x0f\x86\x98\x59\xa2\xeb\xf0\x67\x97\xce\xe1\x9b\x3b\xfa\x94\xce\xcf\x9a\xa3\xc6\x94\xce\xe1\x2f\x60\x7c\xb6\x28\x38\xaf\x70\xb4\x26\x76\xcc\x12\xa3\xbd\x4e\x4f\x59\xf0\xa0\xd1\xf1\x2f\x56\xae\xaf\x3d\x50\xcc\x4c\xf6\xda\xb8\xd9\x49\x0c\x8b\xaf\x29\x16\x4d\xd8\x05\xe3\x66\x27\x61\x35\xbe\x66\x7e\xa7\x53\xb8\x01\x9b\x62\x7e\x57\xbc\x82\xf9\xe5\x26\x6e\x8a\x34\x2f\x2b\x5e\x01\x70\x89\x70\x7e\x3f\x74\x2c\x71\xf6\x3e\x4c\x45\x34\x7a\x94\x19\x89\x3d\x45\xee\x98\x1a\x0b\xff\x9d\x1d\xe9\x8d\xf6\x74\x94\x7f\xfe\x4a\x37\xe6\x4a\x62\x05\xba\x20\xa1\xad\xb3\x06\x5f\x07\x0f\x13\x1d\xeb\xc7\xff\xc3\xa5\xf7\xaf\x43\xc0\x62\xbe\xa8\xaf\x83\x45\x21\x0e\xee\xd7\xcd\xef\x5a\x16\x4f\x46\x47\x6e\x25\x22\x5d\x7c\x1d\x02\x15\x3d\xdd\xbf\xfe\xc0\xa9\xc4\xa9\xcd\xd7\x21\xfc\xd0\x0f\xe5\xeb\xef\x81\x82\xf7\xf9\xe8\x07\x1b\x9e\xdb\xbc\x83\x11\xa2\xbf\xd2\xd7\xf5\x6f\xc7\x94\x6f\x54\xc8\xf7\xce\x8b\x7f\xa3\x82\xfb\x74\x4e\xfb\x1b\x15\x94\xc2\x6f\x9e\x6f\xe0\x40\x92\x72\x7e\xa3\x1d\xf5\x31\x9f\xc0\x09\x65\xba\x9c\x6f\xb4\xf3\x4a\x63\x01\x9c\x7d\x84\x6d\x74\xa8\xf6\xb8\xef\x07\x0e\x35\x73\x10\x7c\xa3\xa3\x51\xd7\xbb\x7c\x03\xa7\x9c\xee\x40\xdf\x18\x20\x1d\x3c\xb2\x63\x1e\x6e\x9c\x1d\xbb\x8e\xe9\x85\x4f\xec\x09\xa2\x10\xf6\x0d\x35\xa0\x2a\x5f\x57\x01\x2b\x14\x94\x06\xd9\xed\x24\x28\x8d\xe5\xa2\xdb\x05\xde\x02\x32\x05\x4d\x22\x6f\x7e\x86\xb0\x4e\xf8\xa7\xcf\xf0\xd5\x17\x99\x9a\x0f\xaa\xf7\x21\xf1\x80\xe9\xb0\x1a\x13\xbb\x7d\xc0\x82\x1e\x44\x84\xf8\x2e\x1b\x77\x63\x42\xac\x0f\x01\x43\x8d\x86\xd5\x0f\x01\x43\x8d\xb6\xd8\x0f\xf7\x78\xa3\xd9\xf4\x53\x33\xdf\x36\x5a\x5a\x3f\x8f\x0f\xe2\x50\x71\x8f\x73\x03\x2b\x40\x0e\x0a\xff\x35\x1f\x4c\xaa\x55\x3f\x05\xbe\x0f\x95\xa6\x9f\xc2\xb7\x71\x46\x83\xc3\xa0\x6f\x7d\x9c\xf0\x83\x4e\xf1\x6f\x81\xcd\xba\xb0\xc0\x0e\x7b\xe3\xbf\x6d\xbf\xbd\xf8\x6f\xff\xf3\x53\x46\xd4\xda\x2e\xee\xfc\x77\xa2\xb1\xcc\x02\xdb\x3b\x83\xff\x22\xb9\x29\xff\x35\x28\x90\xc4\x7f\x2d\x55\x67\x7c\x0a\x89\x4d\xf9\xef\xb7\x3b\xe2\x8b\x01\xbf\x65\xce\x2b\xbc\x96\x39\xab\xe6\xb3\x1c\x97\xcc\xb7\xd9\xf5\x92\xe3\x61\xdd\xff\xc6\xc3\x86\x37\xc2\x96\xf7\x55\xc9\x04\xe2\xdf\x07\x74\xcf\x19\x13\x08\x74\xcf\xf8\xf7\x45\x3d\xfb\x6d\xc7\xb4\x52\xc1\xfc\x7d\x86\x5e\xc4\x6d\xf4\x9d\x5c\x34\xfc\x17\xd0\xb9\xfc\x17\x01\x98\xfc\x77\x77\x95\x9b\x14\xce\x99\xbc\xd5\x3f\x60\x10\x93\x53\xfa\x3e\x23\xff\xeb\x5f\x44\xa7\xef\x33\x1a\xd5\x98\x1a\xfb\xfb\xd4\xd6\x36\xfe\x35\x38\x56\xf7\x3b\x2c\x29\x01\x05\xc4\xd3\xe1\x96\x94\xc0\x61\x3a\x30\x7d\x49\xc9\x34\xb2\xcd\x81\xe9\x77\x81\x31\x7f\xee\x59\x55\x52\x32\x52\xd1\xca\x61\xd4\x4a\x4a\x82\x84\xad\x95\x5f\x91\x73\x90\xe3\x89\x0b\x1e\x7b\xc5\x0b\x8e\x21\x25\x3a\xf6\x60\x97\x15\x7e\xc5\x7c\xdb\xa6\x3b\x17\xec\x82\x07\x6d\x44\x81\x11\x57\x0f\xdc\x2b\x29\xbd\xc8\xb7\x9e\xd9\x28\x74\xfc\x6e\x05\x28\x29\x23\x2a\xd1\x13\xdc\xef\x02\xa4\x95\x2b\xde\xd3\x0c\x3f\x15\xe7\x0f\x4b\x82\xa3\xd9\x4a\x2d\x0a\x8c\x75\x29\x87\xd7\xdd\x05\x46\x53\x5c\x87\x5d\x52\x36\x1e\x62\xcc\xf8\x0a\xb4\x62\x8e\x9b\x5b\x52\xb6\xeb\x79\x14\x7e\xb6\x98\x4c\x3d\x3c\x90\x61\x17\xd8\x68\xa7\xf8\x67\x0b\x92\xb1\x7a\x04\x79\x49\xc5\xbc\xc3\x99\x26\xbd\xa4\x62\x9b\xb2\x67\xae\x6d\x99\x48\x1f\x5a\xa2\xa0\xa3\x51\xef\x7a\x81\xce\xc1\x9d\x1e\x77\x81\xc1\x97\x4d\x0e\xae\xd8\x05\x3e\x3c\xbe\xb6\xa4\x72\xc3\x9e\xb5\xd8\x31\xc4\x2c\x39\x40\x4b\x49\x05\x29\x98\xdd\x7f\xac\xa4\x62\xec\xca\x68\x9c\xc2\x6a\x24\xa5\xb9\x0f\x5b\x49\x15\xd6\x88\x34\xbc\x8d\x0a\xe3\xa5\x87\x34\xec\x02\xeb\xba\x44\x1b\x7f\x5b\x0e\x76\xc1\x84\x37\x97\xef\x8f\x6a\x72\xcd\x68\x85\xaf\xc0\x37\xd8\xc9\x44\x49\x55\x30\x38\x6e\xfe\x0a\x76\xc5\xa5\xe0\x5d\x60\x6a\x1b\xd7\x18\x97\x54\x6f\x48\x75\xf1\x59\xf3\x22\x1c\xee\xf9\xbf\x0b\xce\x76\xe0\x57\x8c\xb1\xea\x0e\x1d\xbc\x0b\x9e\xdf\x12\x6b\x49\xf0\xb5\x6a\x32\xa3\xa0\x61\x0a\x13\x0b\x3e\x0c\xce\x0f\x50\x1b\x58\xca\xc9\x27\x90\xf9\xbd\xb5\xcc\x02\x20\xd1\x25\x16\x18\xbf\xdc\x84\xc7\x03\xfc\x72\x13\xae\x6d\xbb\xd0\x0f\x6e\xdc\xf6\xce\xdf\xd6\xbb\x92\x9a\x75\x7d\x96\xf8\x0a\x2c\xf0\xae\x87\x2e\xa9\x63\x19\xdc\x12\x59\x52\x47\x3f\x1a\x0f\x61\x87\x5f\xab\xab\x9c\x4a\xea\xe6\xad\x3b\x5a\xf7\xcf\x76\xe8\xc3\x63\x7f\xf4\x07\x86\x7f\x12\x14\xb0\x6f\xd3\xcd\x33\xbb\xe0\xd8\x19\x0b\x0b\x80\x1b\xcb\x7d\x0a\x06\xaf\xb9\x29\x64\x17\xd8\x79\x49\x3c\x73\x23\xc3\x7c\xb5\x12\x0b\x4e\xa3\x95\x05\x70\x02\x6a\x85\x05\xd6\xb1\xce\x33\x37\x2a\x32\xba\x4c\x16\x98\x40\x3e\x66\x3c\x01\xbf\x21\x77\xb7\x28\x69\x22\x10\x5a\xb8\x1d\x66\x85\x88\xc0\xc5\x9e\x30\x6e\x3b\x08\x73\x49\x62\x30\x84\xbd\x70\x5d\x64\x62\xe5\x8a\xbf\x22\x98\x8f\xcc\x85\x5a\xc0\xa5\xca\x8b\x05\x66\x23\x1c\xce\x9a\x97\x84\x24\x6e\xa3\xc5\x13\xf6\x59\x19\x5c\x4a\x64\x32\x9a\xee\xc1\x5c\x12\xbc\x21\xba\x0b\x00\x25\xc1\x83\xa0\xed\x5d\xf8\x7f\xbd\xbe\x4a\xba\xcc\xcb\x77\x25\xf6\xfa\x12\xf8\x5c\x73\x5c\x30\x52\xf7\xce\x25\x81\x09\x5a\x3c\x52\x64\x17\xbc\x28\xf0\x61\xdc\xe9\x38\x54\x7a\x27\x0f\x82\x70\x27\x61\x80\xe5\x68\xb9\xf6\xb0\x24\xa0\xe2\xb6\xc9\x1d\x09\xcb\xd1\x74\x73\x41\x49\xc0\x9b\x15\x47\x26\x28\x09\x60\xb1\x4d\xb8\xab\x6f\xf8\x62\x37\x6e\x2f\x00\xa2\x8e\xc6\xd9\xbb\xb1\xdf\x3c\xbe\xbd\xa4\xfb\x3b\xaf\x34\x16\xe0\x94\x37\x7f\x05\x80\x9e\x14\xc6\x77\xc1\x8b\x9b\xc4\x5f\x81\x4d\xa1\x09\x6f\x12\x80\x45\xce\xc2\x55\x04\xd0\xe3\x4c\x35\x9e\x38\x9f\xe5\x57\x8c\xd8\x8e\xc4\xae\xc3\xc8\x30\x3d\xca\x65\x17\x40\x24\x8d\xaf\xc0\x08\xdb\x48\x4b\xa0\xbc\x97\xc6\xcb\xf8\x31\x1d\xc0\xe8\xbc\x49\x1e\xd3\x01\xd0\x5e\xba\x0b\x8e\xd1\x9e\x8d\x42\xcf\xde\x78\x10\xa0\x45\x1f\x89\x94\xf3\x81\x9e\x69\x90\x60\x3f\x20\xc7\x8d\x5c\xc2\x03\x2f\xab\x1e\x5d\x7f\xe0\x11\x14\x5d\x37\x9b\xd5\x18\x2b\x0a\x10\xd6\x1e\x63\xb1\xb3\x33\x33\xaf\xc9\xc7\xbc\x9b\xe6\xe2\xea\x3f\x50\x20\x36\xde\xac\x06\xd3\xb7\x0b\x38\x85\xb6\x94\xdd\x01\x11\x4a\x7a\x91\x3b\xdd\x5d\xa2\x4b\x82\x32\x79\x64\x4e\x10\xb0\xd0\x5a\xe3\xc6\x7d\xcd\xf8\x33\x16\x07\xf7\xda\x9d\x37\x33\xb9\xa6\xb7\x41\x7d\x41\x6a\xf3\x36\x28\x9e\x66\x3c\x81\x33\xcc\xdb\x19\xaa\xe1\xee\x61\x06\xbb\xc0\xf4\xe0\xbd\x47\x1b\x46\xb0\x07\x07\x07\x04\x2a\x69\xe4\xcd\xa0\x1b\x1e\x99\x0c\xdf\x6b\x9c\xc6\x70\x9b\xe7\x2e\x78\x30\x85\x2c\x80\x5f\x4c\x50\x0a\xc0\x12\xcd\xc2\x9d\xfc\xda\x55\x3b\xdc\x37\xa0\x24\xe0\xf0\x88\x63\x7d\x94\x04\xec\x18\xf1\x50\xe7\x92\x80\x6d\x21\x1e\x56\xbc\x0b\xc0\x9b\x71\x92\xf5\x58\x22\xa4\xb0\xe0\xc5\x51\xcf\x2c\x80\x1f\x08\xb9\x04\xc0\x50\xcc\x45\x62\x0b\x18\x8a\xb9\x78\x4c\x01\x43\x31\x83\x67\x3e\x12\x61\x99\xf1\x8a\x7d\x45\x48\xc1\xd5\x66\x7d\x3a\xf2\x4b\x49\x3a\xde\xdf\xc6\x9d\x92\x14\xfe\x05\x1e\xfd\xb7\x0b\x3a\xa4\x5b\x7e\x76\x9e\xd3\xc0\xaf\x40\xcd\xe6\x19\x30\x77\x81\xa0\xa7\xf1\xc4\x42\x4f\x13\x0b\xa0\x66\x5b\x51\x60\x14\xc6\xd3\x63\x95\x04\x88\x85\xe9\xe6\xd7\x92\x00\x6e\x30\x33\xef\x09\x80\x19\x50\x61\xb5\x0b\x60\x49\x21\xd5\x06\x8c\xc0\x48\x24\x06\x08\xf1\x9f\x42\xfe\xee\x68\x7f\x83\x6b\x42\x88\xbf\x0c\x6e\x5c\x44\xdb\x8f\x4c\x72\xa1\x87\x17\xe1\x41\xb6\x90\xf0\x2c\x89\x9b\x5f\x5f\xec\x64\xd2\x64\x84\x31\x77\x99\x7c\xe5\x3b\x96\xaa\x28\xb8\x30\x85\xfc\x0a\x94\x5e\x2b\xfd\x83\xbf\x45\x49\x26\x94\xe6\xde\xb9\x02\x08\x79\xed\x95\x1f\x40\x34\xaa\x04\x57\x8a\x68\x54\x2a\xf3\x4a\x42\xf4\xe9\x14\x72\x72\x88\x3e\x9d\x42\xd2\x01\xf1\x75\x54\x52\x70\x84\x4b\xce\xc2\xe3\x06\x99\x72\xc6\xe5\xfe\x01\x57\xdf\x93\x85\x94\xf4\xc1\x03\x23\x58\xdd\x0f\xca\x74\xe1\xc9\xf8\xe0\x0f\x96\xa5\xb1\xa0\x63\x6b\xc4\x13\x20\x83\x3c\xf6\xdf\x0d\x0a\x1e\x4f\x18\xd3\xd5\x66\x74\x5d\x71\xfe\x78\xd5\x7e\x7a\xff\x36\xb2\xed\x02\x2c\x3c\xa9\x1e\x64\x56\xda\xd0\x4a\x4e\x60\x86\x49\x07\x72\x6a\xa0\x47\x95\x05\xfd\xf4\x83\xaf\x18\xc5\xa2\xf2\xb8\xe4\x84\xc3\xe4\x38\x93\xbb\x00\x5c\x98\x53\xdf\x9c\x5c\x67\x5d\x58\x70\x0e\xd3\x60\xc1\xd1\x99\x89\x17\xc0\x55\xc6\x23\x1e\x4b\x4e\xeb\x34\x3a\x59\xf0\x82\xc8\xf1\xb3\xc8\x2c\xef\xa1\xf8\xbb\xe0\x8c\x65\x79\xc1\x73\xb6\x03\xdb\x30\x69\x92\xe6\xd6\x5d\x30\x7f\xeb\x87\x77\x01\xb4\xeb\x83\x1d\x03\xa6\x96\x63\x07\xef\x02\xcc\xc7\x60\x3f\x5e\x78\x36\xfa\xb6\xcc\x09\x9a\x04\x89\x02\xe8\x87\x29\x70\xe5\x0c\xdf\x84\xd6\xfc\x89\x7c\xf8\x08\x67\x31\x73\x86\xb6\x93\xc7\x2d\x67\x13\xda\xa6\x1b\xef\x76\xc1\x99\xd3\x28\x40\xc7\xa6\xcf\x7a\x16\x10\x5b\x4e\x61\x96\xf9\xdb\x82\x5a\x72\x7e\xd7\x6f\x63\x70\xc9\xc5\xb4\xae\xc3\xb3\x23\x95\x5c\x1a\x18\x3e\xee\xa0\x32\x91\xa9\xd1\x4f\x79\x2e\x87\xe1\xf3\x9b\x24\x17\xc4\x46\xb8\xc3\x7b\xc9\xc5\xd4\xd2\xc4\x50\x2c\xb9\x28\xe8\x73\x63\xa3\x1f\xf4\xb2\xbe\xf9\x73\x35\x35\x5c\x77\x0f\x91\x5d\x00\xa6\x5c\xe2\x09\xe3\x66\xc9\x7a\xe4\x9a\x20\x19\x73\x3e\x6a\xc5\x0e\x72\x0e\x30\x5b\x64\x55\x1e\x31\x85\x15\x5e\x66\xcd\xef\xef\x5c\xb1\x93\xc9\x94\xe7\x0a\x81\x8b\xaa\x83\x5c\x8d\x60\x13\x8e\x66\x17\x3c\xe0\xaa\x7d\x07\x59\xd8\x52\xee\xae\x95\xdf\x05\x03\x13\xc4\x27\xe0\x3f\xb9\x0a\xc7\x62\xc3\x67\x72\xd5\x92\x21\xc4\x76\xf7\xa9\xdb\x05\x46\xc1\x1d\x65\xa2\xe4\x06\x27\xc4\xce\xbd\xde\x2a\x34\xea\x9c\xd3\x06\x6b\x26\xf9\xbb\xdc\x20\x93\xb8\xdf\xc9\x2e\x00\x51\xca\x7c\x02\xaa\xa5\xd2\x58\x80\x5c\x1e\xee\xbe\x51\x72\xbb\xcf\x58\x7c\x3e\x9a\x02\xe0\x29\xb1\x63\xe6\xb6\xd9\x5c\x6f\x56\x72\x87\xa3\x5e\x73\xbd\x48\xee\x82\xf0\x28\x6e\xcb\x0e\xd6\xd4\x53\xf1\x97\x3c\x12\x7c\x90\x38\xa7\xc3\xe6\x63\x78\x76\xff\x5d\xb0\xd0\xa8\xb7\x01\x63\xc0\xf0\x04\x4d\x65\xff\x84\x66\x8d\x4f\x98\x84\x3e\x3c\xb2\xbe\xe4\x61\xec\xed\x18\xd1\xc6\x0d\xf7\xc8\xc4\x36\x8e\xf6\xa5\xfc\x8b\x04\x96\x07\xcc\x5d\x99\x34\x6d\xc0\xc5\xb7\x93\x96\x0c\xa3\x14\xad\xbb\x2a\x22\x8f\x17\xe2\x7b\xe5\xc8\x41\xf4\x63\x3a\x07\x32\xe0\x66\x52\x8a\x01\xb9\x31\x71\x9d\x87\xad\xc0\xe8\x3c\xb2\xc3\xee\xe1\x26\x5c\x81\xf1\x41\x8b\xe2\x4c\x57\x1e\xa6\x79\x68\x0e\x0e\xb9\x0b\xa0\xb9\x64\x1b\x33\x9d\xeb\xdf\xbb\x3e\x91\x5d\x55\x5c\xe0\xda\x24\x12\x22\x99\xcf\xde\x04\x08\xfe\xf0\xfb\x2a\x4f\x04\x2e\x92\x83\xca\xd3\x88\x4b\x0f\x6a\x33\xe1\x5c\xda\xfc\xba\xce\x73\x3c\xbf\xbd\x1c\x76\xc1\x8b\xbc\xc5\x7c\x65\x40\x83\x1a\x1d\xb3\xeb\xa9\x05\x39\x9e\x16\x4c\x3f\xa8\xf0\xd8\x34\xd3\x0a\x62\x70\x10\xf0\x0b\x2f\x8e\x09\xe5\x5e\x10\x86\x79\x9d\xae\xf3\x15\x90\x30\x57\xed\xef\x02\x48\xeb\x12\x4f\x60\x7b\xf1\x64\x4c\xd3\xc4\xf4\x11\x5f\xb1\xfb\xaa\x39\x3c\xed\x2e\x00\x68\x67\x0c\xee\x39\x74\x91\x83\x3b\xfe\xdc\x3c\x90\xd3\x08\x76\xef\xbc\x26\xa7\x61\xf7\xf4\xb8\xc0\x26\xfc\xb9\xe3\x8a\x9b\xf0\xd8\x18\x24\x2e\x13\x5e\x82\x99\xe4\x78\x2a\x38\x0d\xee\xfb\xf9\xc1\x07\x86\x44\x6e\x7e\x70\xc1\xea\x5c\xa8\x0f\x44\x9f\x07\x72\x1a\x37\xd8\x72\x6c\x87\xef\x68\x73\xd8\x31\xdb\x85\x63\x94\x28\x78\x40\x5b\xfd\x2b\x52\xe0\x58\x28\x83\x05\x38\xa1\xbc\x48\x05\x4e\x42\xd4\x3b\x65\x58\xc6\xda\xe2\x62\xcb\xe1\x11\xc9\x25\x08\x80\x3f\x26\x77\xa1\x40\x86\x5f\x2d\x9e\xb8\x7f\x7b\x8a\x94\x4d\x01\x6c\x4e\xc9\xcf\x08\x72\x25\x50\x26\xc9\x02\xda\xda\xb9\x71\xc5\x80\x28\x5a\x30\x27\x02\xf2\x23\xf1\x04\xe2\x30\x3a\x6f\x12\x19\x00\xdf\x25\x4f\x24\x03\x9a\x6d\x5e\x1c\x32\x4f\x24\x37\x5f\x99\xc7\x27\x8d\x5f\x11\xdc\x13\xe4\x12\x10\xc1\xd6\xdc\x69\x79\x17\x40\xb7\x99\xd9\xa8\x69\xa5\x67\xe2\x2e\x14\xa4\x56\xea\xdc\xb8\x62\x8a\xdb\xb6\x12\xbf\x62\x31\x14\xbd\xd4\x78\x02\x14\x9c\x34\x48\x6e\x5c\x60\xbc\xf2\x05\x8a\xec\x4e\xce\x4b\xcc\x9e\xd0\x26\xa9\xaf\x98\x1e\xa0\x77\x6e\x3a\x41\x8e\x4a\xaa\xff\xb2\x98\x4c\xd2\x0b\xaf\x38\xb1\xcd\xdf\x1c\x58\xa7\x64\x01\xa5\xf3\xf4\x85\x25\x2f\x44\x28\x0d\x57\x75\xe7\x05\xb2\x45\xdd\x4a\x5e\x26\x6f\x8e\x41\xa6\x60\x99\xe1\xb3\xa7\x5f\x4f\x20\x97\x77\x89\x02\xf8\x1c\x93\x39\x59\xe6\x6b\xd4\x26\x2f\x8e\x85\x10\xd3\xc5\x6d\xb9\x40\xfa\x68\xc5\xc9\xeb\x04\xfa\x37\x3e\x61\xd1\xeb\x43\x78\x5e\x10\x48\x28\x8d\x3c\xf3\x02\xa3\x25\xbc\xae\x11\x37\x28\xc1\xdf\x2d\x39\xba\xde\xcc\x02\xc1\xda\xfa\x24\x23\x1a\xaf\xc9\xaa\xff\x72\x81\x59\x4e\xf8\x3c\x1a\x57\x71\x7d\x60\xba\x38\x9d\x97\x9f\x2e\x5f\x78\xa4\x5e\x1e\x54\x89\xe4\x0b\xee\x73\xd4\x3f\xe7\xcb\x90\xd5\x67\x22\xe3\x86\xac\xb8\xb2\xc8\xb8\xdd\xc0\x6f\x1f\x5c\x56\xe4\x9b\x9a\x83\x22\xc8\x0d\x45\x65\xe5\xbd\xf9\x9c\xf0\x09\xd7\x80\xe4\x67\x42\x24\x23\xa3\xf2\xc0\x81\x7d\x70\x03\x3e\xae\x29\x5f\x2c\x80\xa0\xe3\xe2\x54\x86\x46\x88\xce\x5c\x25\x03\x9e\x9d\x46\xf2\x5d\xa0\x56\xc0\xc3\x04\xe4\x6a\x3a\xd6\x97\xfc\x1e\xff\x0a\xee\xea\xf7\x06\x81\xe2\x9c\x02\x92\x77\x0a\x6f\x78\x38\xe1\x0d\xea\xc1\x33\x90\x5b\x9b\xc3\xe0\x94\xfc\x42\xd2\x8e\xb1\x00\x13\x73\x66\xde\x57\x5a\xd0\x53\x1e\x48\x35\xc7\xc7\x31\xb8\x13\xb4\xc2\x4d\x8f\x77\x2f\x1c\xd3\x5a\x73\x89\x3f\x03\x9e\x70\x50\xbd\x93\x01\x36\xd8\x27\x79\x4e\x3d\x3a\x23\x2e\xb6\x1e\x43\x01\xaf\x7c\x33\x4a\x6f\x6e\x8d\x05\x47\xeb\x4f\x5e\xc4\xb0\x71\xf2\x98\xe4\x78\x3e\xe0\x00\x50\x87\x96\x3f\x50\x9b\xc5\xcb\xe7\x33\x06\x67\x52\x87\x56\xd2\xd9\x63\xce\x8b\x94\xd4\x30\x41\x7e\x93\x94\x04\x37\x3c\xea\xe3\x4b\x5a\xc7\xe8\xc1\x57\x8e\xe0\xe7\x24\xbd\x24\xdc\x46\x64\x53\xb7\x1c\x03\x63\x94\xb7\x91\xe1\xfd\x47\x2d\xca\x66\x68\xf0\x59\x3e\x31\x8f\xef\x3c\x9f\xb8\xf2\x6f\x3f\xab\x52\x60\xce\x5c\x54\x9a\x94\x7c\xa2\x50\x5d\xd0\x29\x25\x41\x00\xf5\x7b\xa2\x94\xa3\xda\xf5\xe3\x51\x2a\xec\xce\x9e\x7e\x68\x17\x18\xc5\x22\x1d\x28\x15\xc1\x66\xee\x86\x5d\x4a\x7d\xc1\x13\xb9\xee\xaa\xd4\xa3\x00\xf2\xdb\xb9\x54\x80\x99\x34\xbf\x6b\x0a\x8c\x62\xf4\x83\x2d\xa5\x1d\x36\x8a\xcb\xd0\x90\x80\x90\x7b\xbd\xc0\x28\x36\x96\x9f\x86\xd2\xe0\x8f\xe4\xb0\xb4\xbb\xe0\x01\x30\x0c\xdb\xc0\x7c\x38\x70\xea\x2e\x38\xd0\x31\x8d\x05\xe7\x15\x7e\x05\x69\xc9\xa8\xd9\x2e\x1d\xc2\x01\x55\x99\xa5\xc3\x5f\xd9\x1d\xc7\x4a\xe9\x15\xb6\x49\xe7\xab\x4a\x87\x28\x34\xf8\x95\x2e\x08\xf6\xf1\xd3\x50\x3a\x30\x2f\x57\xe1\x13\xf7\x31\xee\xfb\x57\x46\xc6\x31\xf5\x9d\x5c\xc6\x39\x95\x6c\x74\x14\x3c\xc1\x19\x83\x63\xd0\x70\xef\xd0\x52\x06\xfc\x80\x79\xe5\x97\x71\x54\xbb\x12\x05\xe0\xee\x3b\x5f\xf9\x8e\xc7\xf8\x64\x41\x87\x19\x23\x0a\xa0\x41\xe5\x8c\x4d\xbb\xe2\xe8\x05\xb6\x0b\xc0\x89\x3a\x07\x58\x66\x46\x80\x90\xdf\xf0\x65\x66\x18\xa2\xb9\xd7\xe7\xa1\xb8\x2e\xcb\x94\x09\x9f\xa6\xc2\xcf\x4e\x41\x52\x14\xe7\xdd\xcb\x04\x72\x93\x67\xee\x28\x05\x0c\xf0\x98\x5c\xec\x79\xb4\x62\x7e\x6f\x96\x69\x06\xa8\xe1\xa8\x48\xa5\x08\xbc\x6f\xb6\xd8\xf1\x7f\xbf\xc0\x8a\x58\x56\x8a\x31\x79\x54\x64\x80\x95\xe1\xbe\x17\x78\x62\x37\xbf\x05\x8a\x40\x75\x47\xfb\x55\x91\xe3\x70\xe0\xb7\x6c\x11\x43\xa3\x1e\xc2\xc9\x5a\xd0\x4b\x8a\x2b\x09\xca\xaa\xb0\x70\x39\xcb\x5d\xd6\x51\xaa\x39\xf3\x57\xd6\x38\xf1\x7f\x7c\x65\x9c\xe4\x47\xfe\x15\x5c\xee\x63\xc6\x13\xeb\x84\x1d\xfa\x13\x97\x45\x70\xcc\xe2\x3c\x78\xb9\xa0\x88\x2a\x1c\xed\x75\xc8\xb1\xd3\xf8\x72\x1d\x57\x46\xae\xe2\x05\x5f\xec\x46\x02\x75\x1f\x8d\x3d\xc9\x20\xc2\x1f\x1b\xd5\x08\xe5\xae\x67\x2c\x4e\x07\x90\xac\x77\x24\x1e\xea\x7b\xe0\x8a\xe3\xa1\x46\xb8\x14\x3d\x54\x77\x01\xf2\x70\x70\x59\x91\x1c\xae\x53\xe2\x2f\x0f\x38\xa8\xca\xc1\x3d\x70\xbf\xcd\xfc\x2c\x32\x87\x31\x62\xb2\x94\xa7\x1f\xe7\xcf\xc6\x82\xfe\xe7\x97\x7b\x68\x29\xc8\xa7\x35\xc8\xda\x95\xe7\x28\x19\xfd\x56\x2c\xcf\x3a\x67\xd8\x87\xff\x18\xc1\x6e\x8b\x04\xfb\x81\xf5\x32\x93\xd8\x3e\x27\xf9\x7d\xb4\x71\x9f\xb5\xf5\xd1\x3e\xcf\x49\x8f\xcf\xc1\x3d\xd0\xfa\xf3\xc8\x3e\xcf\xf1\xd8\xf5\x02\x64\x5b\x6a\xd4\x06\x17\x64\x5b\x12\xda\xaf\x0a\xe2\x38\xa4\xf1\x02\x43\xd6\x9b\x59\x9c\x17\x29\xef\x31\x8b\xf0\x16\x40\xca\x95\xe6\x4e\x97\xa5\xbc\x50\x64\x17\xbf\x59\xcb\x8b\x40\x41\xcf\xaf\x54\xca\x7b\xc2\x64\x48\x7e\x90\x79\x62\x74\x52\x2c\x04\x15\x4c\xea\xae\xca\x7b\x86\x2f\x7c\x42\xa1\x94\xe7\xc5\x01\x33\xd1\xa0\x52\xad\x68\x85\x19\xdf\x0d\x27\x45\xdb\x19\x9c\x2f\x03\x8c\x2f\x6d\xf1\x32\x36\xf0\xea\x7d\x2b\xb2\xe0\x3e\xbb\xd0\xbb\xae\xf0\x28\x4d\x1c\xcb\x37\x61\xd0\xe2\x2b\x1f\x1c\x59\x1b\x6f\x56\x78\x87\x31\x49\x4d\xa9\x09\x6e\x95\x9e\xf7\xa6\xd4\x84\x49\xf6\x4c\x42\xbb\x00\x77\x9e\xef\xd3\x9a\x06\x94\x8c\xce\x03\xd4\x34\x91\xb5\xdb\xb7\x76\x3d\xbc\x08\x09\x4a\x4d\x40\xcd\xf3\xbc\x23\xa5\x26\x9b\xc2\xe6\x39\x87\x77\x01\x74\xac\x2e\x60\xd4\xf4\x22\x5e\xc4\x6d\x23\x35\x43\x1d\xea\xd9\x3c\x4a\x3d\xfa\x62\x4f\x68\x59\x6a\x46\x3f\x4a\x3c\x01\xb5\x9b\x83\x60\x97\x9a\x6f\xb4\xe1\xb4\xb0\xe6\x07\x32\x89\xdf\x68\x15\xa8\x5e\x9d\x64\xab\x66\x33\x41\x2c\x07\xf0\x29\x35\x83\x35\xe5\x76\xa8\x25\xe1\xde\x14\x16\x18\x73\xd2\xdd\x3b\x76\x17\x7c\xd0\x7e\x7a\x3f\x8a\xd9\x68\x86\xf8\x3d\x51\x8b\xd9\x6a\xbb\xbb\x2f\xee\x82\x23\xe8\x24\x16\x20\x62\x44\x58\xd0\xcf\x5d\x23\x2c\x50\x78\x3f\x78\xd7\x8b\x11\x83\x46\x1e\xa0\x16\x44\xd4\x50\xb8\xa9\x45\x8e\x78\x19\x4f\x5c\x90\x48\xf9\xc4\x51\x0b\x0d\x0e\x0e\x7e\xbc\x99\xfb\xa3\xd8\x75\xd2\x3c\x9a\xad\xd4\xf2\x62\xd6\xff\x49\x02\xab\x05\x7e\x35\x8e\x70\xbb\x0b\x40\x8f\x9c\xc8\x55\xe0\x87\x11\x4d\x66\x17\x5c\x10\x57\x59\x90\x41\xb0\xfd\x74\xd5\x8a\x6b\x97\xda\xf6\x5a\x1f\x08\xb4\x4e\x9f\x6b\x45\xe0\x1a\xbd\x55\x6a\xb5\x8b\x63\xd0\x80\x53\xeb\xb1\x60\x70\xf3\xc0\x11\x8b\xb1\x31\xbb\xe0\x38\x92\xb3\x0d\x28\x80\xc8\x63\x55\x68\xb9\x3b\x1d\x17\x6b\x3b\x98\x70\x4e\x9f\x2b\x74\xd8\xdd\x7d\x5e\x4b\x6d\x70\x81\x59\x6c\xa3\x99\xb6\x6f\xd0\xf4\x5d\xdb\xc4\xfc\xba\xc2\xa3\xc2\x9f\x9f\x90\xf3\xa5\xf6\x0c\x87\x1f\xce\x29\xb8\xc1\xc6\x7b\xb3\xf6\x0e\xa6\xdc\xb9\x9f\xda\x3b\xf4\xe0\x93\x6d\x9c\xfb\xdb\x6f\x81\xda\x01\x5b\xcf\x9b\xb5\xf6\x05\x35\x13\xfb\xd1\x61\x17\x20\x53\x5e\xfb\x0d\xc8\x43\x6e\xc0\x7e\x98\x9d\xc1\x27\x1e\x28\x91\x84\xfd\x40\xce\xe3\xcc\xd5\xef\x1f\x08\x94\x5f\xa4\x75\xa4\xe3\x75\xc7\x02\x0b\x9f\x91\x38\x7f\xf0\xaa\x92\xc6\x36\xe0\x58\x3f\x84\xc3\x1f\x50\x77\x51\xf3\x50\x47\x3f\x6e\x78\xc2\x82\x0f\xde\x5d\x3e\x1f\xe3\x68\xa6\x38\x96\x21\x38\x6e\x24\x1d\x63\x41\x54\xe6\x2e\x1c\xd7\xb1\x1c\xb0\x8d\x0b\x42\x0a\x89\xdc\x51\xbf\x8f\xf8\x0a\x60\x6e\x3c\xf0\xb3\xd4\xa1\x50\x33\x71\x6d\x67\x3a\x7e\x57\xfe\xc4\x04\x1c\x18\x1d\x85\xea\x44\x9c\x30\x95\xbf\x75\x16\x88\x0f\xa4\x69\x13\xf4\x48\x5c\x1f\x51\x67\x3d\x86\x57\xef\xfa\x1c\x60\xa8\x0b\x0b\xc0\xea\x3a\xf2\x56\xa9\xf3\x82\x12\x89\xd4\x66\x82\x82\x2f\x12\xca\xf9\xc0\xbf\xbe\xf1\x15\xc0\xfe\xa4\x68\x03\x0a\xb1\xc1\x63\x3a\x5f\x68\xc7\x39\xc9\xd0\x5c\x36\x6a\x4e\xea\x3a\x9c\x06\x09\xd4\x75\x9d\x7d\xea\x73\x0a\x74\x0f\xc2\x2e\x96\x0a\xa8\x8e\xf6\xab\x00\x82\x9f\xa7\xfa\x2d\xf5\xce\xa0\xf1\xbc\x15\x6f\xe0\xf4\xd2\xa0\x55\x9f\xa3\xc1\x71\x7b\x42\x45\xb8\xed\xa0\x3a\xa6\x3e\x10\xb7\xe3\xde\x3c\x8c\x16\x39\xaf\x7a\x9c\x8d\x1c\x99\x6f\x17\xcc\xdf\x21\xbb\xa5\x3e\xd0\x7d\x4f\x76\xec\xc1\xf5\x44\xef\xb4\x0a\x36\x6a\xd0\x02\x5a\x91\x4b\x53\x1c\x8f\x76\x17\x9c\xe0\x44\x76\x1d\x40\xe9\x63\xc5\x2b\x40\x2a\xe1\xf1\x40\xbe\xc1\x4e\x8d\x72\x45\xb6\xbc\xde\x79\xa2\x4e\x2a\x36\x77\x79\x2f\xf5\x05\x44\x43\x69\x7c\x02\x5a\xa0\xc9\xed\x00\x26\xa9\x77\xce\xd8\x7b\x1f\xb3\x59\x67\x81\xd1\x8f\x3a\xe2\x95\x0b\x86\x8e\xc9\x02\x4c\x21\xb9\x04\x24\xae\x1a\x41\x71\x91\xb8\x6a\xd0\x6a\x51\x91\x68\xa8\x51\x71\x5b\x91\x48\xa7\x15\xe7\x44\x2b\xf2\xd5\x48\xec\x53\xf8\xe3\x48\xe3\x1e\xd3\x02\x93\x4c\xea\xff\x72\x81\x69\xc1\xa1\xe6\x1a\xa9\xb9\x68\x34\xaa\x79\xab\xda\x71\x1b\x41\xd2\x11\xe0\x31\xc8\x72\x57\x84\x78\x34\x0f\x99\xdc\x05\x0b\xc4\x96\x6d\xc8\x89\xf7\x66\x27\xe5\x3c\xc1\xcf\xc2\x92\x19\xcb\x0a\x06\xb2\x15\x5e\x60\x8a\xc0\xa7\x16\x23\xbf\x61\x48\x22\x8f\x05\x27\x99\x96\x49\x5b\x0d\xd9\x7f\x4f\x05\x1b\x85\x4f\x0c\xb5\x39\x15\x3e\x31\x7d\xc4\x57\x70\x09\xd2\xbb\xab\xea\xb1\xc5\xfd\x2a\xc0\x2a\xf2\x56\x04\xda\x79\x4f\x5c\xa3\xaf\x01\x5f\x92\x13\xf4\x01\x84\x20\x46\x6b\xa0\xd6\x79\xd1\x69\xa8\x02\xb9\x99\xe9\x45\x4b\xfd\x8e\x77\x36\xc9\xf1\x27\x47\xcb\xd6\x59\x00\x07\xb9\x16\xaf\x1c\xb0\x46\xdf\x5e\x70\x6a\x19\x9e\x96\x6e\x17\x4c\x88\xdb\xec\x98\xd9\x4b\x7b\xe2\x8c\x7d\x66\x0b\x1f\xf4\x01\xaf\x70\x59\x19\xbd\x72\xb4\x0a\xb5\xdb\x8a\x82\xb3\x83\xe2\x15\x63\x1b\x2a\xe9\xd1\xa7\x7f\xe1\x8a\x94\xfa\x7d\xd8\x41\xce\x61\xb7\x04\x25\xbf\xa3\x73\x95\x96\x2a\x28\xc5\x8c\x82\xc3\xda\xf1\x95\x0a\x18\x24\x97\x16\x5a\x82\xb1\xd2\x71\x90\x77\x01\x4e\x97\x73\xd8\x2d\x75\xec\x8f\xc5\x36\x90\xc2\xc7\x03\xe3\x76\x01\x16\xbb\xc7\x13\x38\x4c\xd1\x0f\x81\x73\x5b\x63\xc1\xd1\xa1\x0d\x7e\xf6\xc1\xd6\x76\x6d\x4e\x4b\x60\x09\x3d\x09\xfa\x2e\x78\xa0\xfc\xf5\xaf\x64\xb8\x46\xd0\x0d\xaf\xe5\x74\x6e\xb4\xea\x05\x30\x9f\x3b\xee\x4f\x69\xb9\xe2\x54\x3a\xe5\x6c\xb9\x9d\x39\x15\x16\x60\xf5\x07\x1b\x05\x48\x26\x59\xb1\x96\x3b\x86\x3f\xd9\x68\x87\x18\xc3\x75\xc9\xc6\x47\x4c\x7a\x99\xb5\x7c\x36\xee\x62\xa3\xc7\x0d\x2f\xc6\x02\x95\x2a\xf9\xbb\x96\x2f\xe0\x17\x70\x82\x10\x54\x32\x78\x1b\xb5\x0c\x4d\xbf\x07\xc2\xef\x02\xb0\x62\xc2\x36\x8e\xe1\x55\xd8\xd3\xc3\x8a\x35\xb6\x81\x40\xd2\x5f\x73\xfa\x1d\xdb\xb5\xbf\x52\xa0\x32\x73\xd0\xc6\xd2\x4a\x3b\xea\x61\x7f\x05\x32\x49\xe7\x5d\xd3\x4a\x3f\xd4\xc1\xfb\x51\xcc\xdd\xa4\x33\x1e\xa6\x15\x38\xfa\x2e\x6e\xa9\x32\x61\x01\xe5\xf0\x0b\x20\x2a\x0b\xa7\xb0\x00\xa3\x91\x3e\x5f\xad\x1c\xd6\x34\x9e\x00\xd4\x05\x6d\x01\x0d\x51\x26\xb2\xe2\x15\x18\x5c\xc8\xbe\xb4\x82\x4d\xe7\x19\x94\x76\x01\x98\x79\x1e\x8f\x82\x70\xa0\x1e\xaf\x1c\x7b\xaf\xf3\x33\xad\xc2\x77\xbc\x73\x3e\x2a\xfc\xfb\x3d\xa5\x4f\x69\x15\x70\x0d\xf4\x5c\x68\xb5\x21\x67\x08\x3b\x56\x61\x34\xa5\x7f\x44\x33\x60\xe2\x3c\xba\xb3\x2f\xad\x0e\x80\x1c\xf8\x55\xd0\xea\xc0\x2e\x5c\x2c\x10\xd8\xd1\xca\xbf\x78\x21\xb6\x0a\xb7\x33\xba\x37\x35\xf8\xf7\x0c\xaa\x46\x9b\x2b\xd7\xa3\x0b\x80\x9a\xa4\x73\x4a\x43\xa0\x7c\xe7\xf5\xdf\x10\x28\xdf\x1d\xe9\xaf\xb4\x8a\x98\x25\x07\x40\xdd\x05\xb0\xa7\x73\x2a\x5a\x3a\x73\xe3\x5f\x69\x15\xbb\xda\x89\x6d\x6b\x15\x0c\xb5\x8b\xab\xad\x21\x30\x35\x45\x1b\xe0\x5c\x68\x1e\x6d\x88\x36\x6f\x93\x4b\x82\x40\x97\x9e\x9c\x85\x68\x4d\xc0\x97\xf8\xad\xd8\x1a\xf8\x12\x9a\x01\x1a\x54\xf8\x23\x76\x75\x33\xa9\xa5\x8f\xc5\xcf\xc2\x1f\x8e\x52\x4b\x6b\xef\x99\x53\x6f\xa3\x9b\x99\x96\x31\xc6\xa5\xf5\x13\x4a\xc7\xf3\xd7\xa1\x00\xa2\xbf\x45\xeb\xc7\x2f\xcf\xf9\xe7\x36\xf2\x41\xf2\xf0\x9e\x8e\x82\xed\xc5\x19\x1b\x08\xeb\x59\xf1\xca\x3c\x73\xea\x33\x36\x00\x24\xe3\xd1\xa5\xa5\x0d\xa4\xa1\xa4\xc7\x5c\x9b\xe0\x8f\x06\x67\x7d\x42\x9d\x91\x48\x4a\xe7\x81\x19\x62\x1b\x53\x8e\xb0\xe4\x93\x3c\x15\x79\xa1\xdd\xd6\xd2\xe0\x6f\x31\x2b\x29\xa7\x40\xb9\x17\x67\x07\x50\xb5\xd3\xd3\x64\x97\x26\x50\xde\x78\x16\x8a\xd2\x04\x60\x0c\x83\xfd\x10\xa0\x32\x65\xee\x42\xf9\x70\x93\x70\xd6\xe5\x03\x02\xaa\xcb\x57\x4d\x00\xca\x97\xb8\x93\x05\x41\x14\x54\xcb\x36\x01\x77\xec\x20\x08\xa5\x2d\xc8\x9b\x74\xe4\x6c\x2b\xc1\x9e\xee\x32\x6b\x5b\xe9\x70\xa5\xde\xe8\x09\x96\xe9\x24\xa5\x2b\x63\xd3\x0d\x36\x8a\xdb\x68\xc6\x57\x20\x92\x15\xee\xc2\x75\x14\x40\xce\xd9\xb6\x55\x81\x8d\x45\x5a\xb2\xea\xc1\x36\x89\x82\xbf\x70\xd3\xca\xde\x07\x76\x90\xb9\xfa\x0b\x08\x7b\xd4\xb0\xb7\xd5\x10\x65\xc2\xb3\xbf\x1a\xdc\x2b\x3a\x5f\x39\xf0\xbf\x3c\xb7\x0b\xa2\xd0\xe4\xea\x03\xed\x77\xa6\x78\x02\x71\x82\x34\xde\xb6\x35\xcf\x7c\xf0\x2b\xf0\xea\xa0\x9e\xb6\xad\x89\xcb\xb8\x72\xb4\xe0\xcd\x18\x7b\xd9\x60\xe8\xef\x0c\x2c\x6d\xcb\x75\x57\x9c\x42\x30\xc0\x34\x8a\x35\xc0\xff\xf6\x5e\xe2\x95\x13\xbc\x10\x4f\xc0\x14\x42\x52\xba\x1c\xaa\x24\x3e\x0b\xfb\x4a\x67\x1b\x0b\x8e\x53\x95\x5d\xbf\x8e\xae\x89\x4f\x98\x44\xda\x18\x45\xd0\xd6\x05\x5b\x2d\x8f\x18\xf0\x80\x7b\xe2\xad\x08\x3c\xe0\x46\x7d\x60\x5b\xd0\x14\x74\x12\x83\x75\x1f\x1f\x38\xb6\xe1\xe2\x14\x87\x7f\xc3\x4f\x2a\x96\x01\xe2\x14\xed\xdf\x6d\x41\x9c\x8a\x5b\x71\xc1\x6f\x33\x91\x6c\xad\xf7\xe0\x9c\x71\x07\xbd\xc7\x73\x88\x83\x33\xbd\x59\xa7\x3b\x44\x03\x30\xef\x60\xb8\x66\x5b\x90\xc0\x16\x99\xb5\x05\xf5\x54\x8f\x36\xe0\xb3\x9d\x63\x9f\x82\x01\xae\xbc\xf3\xd6\x07\x7b\x53\xfd\x87\xcc\x90\xfb\x69\x3b\x5d\xb4\x0b\xb4\xf5\x9d\x4b\x35\x0a\x10\xa8\x4a\x5e\x6f\xc1\x4f\x3f\x71\x7b\x5d\x88\xa2\x9b\x24\xe9\x40\x07\x10\x9a\xcf\xdb\x01\xe6\xa5\x61\xad\x5d\xf9\x00\x36\xf2\x89\x02\xad\xae\x8b\xef\xed\x2a\x60\xa9\x48\x9f\xaf\x13\x34\x97\xe2\x15\x9c\x1d\x9e\x8c\x0b\x86\xed\xc9\x7b\x13\xa0\x04\x33\xa8\xef\x85\x2c\x58\x29\xc5\x2b\xd0\x61\x73\x27\x5c\xe6\x32\xd6\xe8\x77\xd5\x2e\xdc\x13\xc2\x5b\xf1\xaa\x08\xbb\x24\xdb\x7e\x01\x17\xce\x33\x3d\xed\x02\x20\xd3\x46\x1b\x90\xc0\x1c\x11\x6b\x17\xe0\xa8\xac\x78\x05\x4e\x76\xdc\xc4\x07\x0f\x98\xca\xe4\x06\x3c\xe0\x36\x62\x4e\x91\xda\x23\xf3\xd8\x5f\xb8\xc0\x4a\x8c\x16\x20\x6e\x9d\x67\xe7\x32\xbd\x64\xaf\xd1\xa8\xd9\x37\x99\x6c\x7d\x17\x40\x66\x25\x1d\x00\xda\x6f\xaf\xbf\x9e\x58\x60\xca\xa3\xc0\x48\x07\x85\xb6\x76\xd0\x7e\x13\x79\x5f\x60\xf9\xca\x88\x19\x5b\xc7\x1b\x99\x5f\x59\xa7\xeb\xf1\x04\xfc\x58\x79\x20\x2f\xa3\x14\x3d\xf1\x12\xbc\x0e\x22\x5b\x34\x7a\xc1\xc3\x74\x44\xc1\xc1\xd7\x64\x3f\xcc\x09\x73\x30\x9a\xa1\x5d\x37\x56\x8e\x64\xf0\x82\x13\x66\x8f\x65\x38\x6a\x15\x1e\xb7\xeb\x86\xb3\x40\x6c\x07\xa8\xee\xa8\xa9\x6b\x17\xa0\xe7\x3b\x2f\x1f\xa0\xec\x76\xba\xdf\xb4\x0b\xf8\x90\x23\xb6\x36\xbc\xdd\x7a\xcc\x3a\x54\x99\x69\xb0\x00\x19\x12\xe9\x93\xdb\x2e\xc5\x3e\xe5\xf0\xef\x84\xc8\x4a\xd2\x12\xe0\xaa\xca\xe0\x1e\xbb\x3f\xb0\x84\x64\xc5\x1e\x0b\xd9\xea\xb4\x92\xb5\x07\xce\x35\x83\x27\xfb\x59\x47\xa5\xea\xfd\x80\x0e\x8d\x89\x21\x4a\x7b\xe0\x61\x1a\x7c\xd5\x0b\x50\xdd\x44\xfa\x01\x04\xb9\x19\x7b\x1d\xca\xac\x99\x29\x71\xbc\x00\x86\xca\x12\x05\x27\x12\xc8\xb7\x94\xd6\x63\xcf\xf3\x36\x14\xb8\x2b\xf4\x95\x68\x96\x1c\x35\x00\x5f\x77\x01\x3c\x76\x28\xb3\x02\x10\x43\x42\x10\x06\x74\x04\x71\xe3\x4b\x83\x4e\x63\x52\x09\xdd\x3e\x80\xa6\x75\x32\x27\x48\x26\xc5\x14\x82\xbb\x00\xd4\x81\xb2\xf3\x49\xc3\x34\xc8\x8b\x7c\x37\x42\xa5\x38\x1f\xdf\x73\x5c\xcd\xce\xe0\x7a\x2a\x07\x67\x76\x78\x01\x90\xbe\x8b\x37\xda\x4f\x2c\x8b\x67\x59\x28\x3d\x9b\xab\xc8\xf4\x4c\x95\xa5\x23\xba\x83\x58\x82\xa5\xc3\x9e\x37\xb9\x71\x7b\x36\x35\xe4\xe4\x79\xe9\x10\x62\x85\xb1\x4e\x3d\xeb\x71\x9e\x60\xa3\xc7\xac\x53\xd8\x86\x1e\x06\xf8\xac\x7e\x2f\xc0\xc5\x72\x80\x95\x5d\x00\x55\x77\x62\x41\x87\xa3\x82\xb3\x1e\x1d\xb8\x07\xd2\xdd\xb3\xb3\x97\xe3\x5a\xe5\x26\xaa\x5e\x5e\x44\xaa\xd4\x7f\xc0\x8d\x2f\xbd\xe2\xf2\x21\xc0\x43\xaf\x50\x49\x8e\x5f\x05\xb8\x38\x9c\x84\xf5\x76\xd4\x19\x4e\x5c\x7a\xc3\xc5\xb1\xfc\xea\xee\x48\x88\xd2\xe8\x58\xde\x1b\x8c\x40\x9e\xa1\xb4\xf4\x06\xef\x3f\xf2\x47\xbd\x0d\x68\x2f\x9c\x40\x75\x80\x77\x09\x21\x20\x7a\x5b\xd0\x94\x3b\x5f\xd2\x7b\x05\x9e\x9e\x6b\x73\x36\x41\xfc\x63\x50\xfe\x51\x00\x69\x81\xf3\xdb\x01\xa2\xb3\xa2\x0d\x28\x4d\x88\x1a\xd1\xbb\x5d\x0b\x9d\xfe\x5f\xbd\xf7\xd3\x0f\x9f\x8f\x0e\xae\xb4\x3b\x19\xec\x1d\x17\x87\x63\x9c\xef\x82\x33\x38\xb6\x71\x2c\x18\xd1\x0f\x38\x0e\x53\x43\xd6\xbb\xc0\x90\x3b\xd9\xc6\x7d\x1c\x06\x7d\x4e\x01\x13\xd0\x7b\xe7\x67\x5f\x68\xa8\xfd\x64\x74\xc0\x04\xcc\xec\xf7\x55\x1f\x26\xf8\x4d\x7a\x64\xf4\x81\x09\xa2\xd1\xa3\x0f\xdc\x8a\x9e\x59\xaa\xf4\x01\x17\x67\x5e\x82\x5b\xf0\x06\xeb\xe1\x63\x19\x30\xe3\x67\xee\x48\x38\x40\x31\xf5\x45\xe9\x90\xe2\x5a\xe7\x58\x26\xf0\x2a\xe9\xda\xd8\x21\xd6\x35\x46\xf1\xf4\x79\xec\xe9\xce\x62\xf6\x69\x86\xc6\x11\xfb\xe3\xf8\xe6\xd3\x4f\xb8\xc3\xaf\xbe\x3b\xfc\x54\xe9\x10\xfc\x5a\xe6\xb1\x9f\x7a\xf0\x8e\x7d\x9f\x0a\xc0\xa5\x72\x8b\x02\x28\x4d\xf8\x8a\x1c\xfb\x26\x3b\x26\x0f\xee\x6f\x61\xc1\x7b\x2c\x6d\x3e\x38\x81\x82\x30\xf3\x78\xac\x04\x58\x5b\x37\x8e\xf7\x05\x5c\x1a\x86\x90\xf6\xd5\x0f\xc4\xaa\xcf\xfa\xe1\xc1\xa9\xb7\xee\xeb\x81\xd8\x4f\xe2\x82\xdc\x04\xe2\x70\x50\xa5\xe3\xca\x97\xe1\xfc\x73\xbf\x60\x01\xcd\xf1\xca\x41\x88\x2e\x51\x00\xfb\xa6\xcb\x57\x1d\x97\x60\x8f\xf3\x02\x60\xf0\xc9\x00\xa4\x0e\x04\x6d\x21\x00\x41\xbf\x71\xc3\x7b\x7e\xd1\x5d\x00\xd0\x29\x36\x0a\x78\x81\xce\x68\xf1\x0e\xcc\xe3\x56\x49\xf5\xee\xe3\x16\xc5\x8d\x6b\x78\xc5\xb9\xc5\xba\x3c\xd0\x03\x74\x67\xca\xfb\x03\xf6\xb6\x90\xa0\x00\x19\x98\x78\xb1\xa5\x9f\x28\xfe\xc4\x9d\xfc\x00\x33\xa4\x72\x07\x3d\xc8\xbb\x46\x1f\xc3\xfe\x20\xde\x88\x8c\x67\x7f\x90\xa1\x3a\x06\x07\xfb\x55\x23\x66\x41\x7f\x81\x59\x10\x83\x7b\x81\x7b\x49\xab\x72\x7f\x21\xc4\x16\x52\xf0\x77\xc1\xc5\x92\xbb\x10\xb6\xa7\x45\x2f\x86\x8e\x38\xee\x5e\x12\x0b\x1a\x62\xc1\x39\x16\x24\xbc\x17\x87\xe9\xda\x05\xf0\xd9\x70\x29\xae\x23\xe3\x7d\xa3\xf4\xd4\xf5\x00\xec\x3a\x9f\xd9\x15\x58\xde\x64\x1b\xfa\x89\x4a\xa6\x79\xb7\x9f\xa8\xe4\x41\x12\x0c\x94\xab\x51\xb9\x4f\x2d\xf9\xe9\xa6\xeb\xfe\xca\x87\x23\x96\x5c\xb1\xdf\x81\x09\xd5\x09\xff\x32\x00\xdb\xb4\x68\xd7\x18\xa9\x9c\xd0\x95\xea\x05\xed\xa8\x96\xf8\x04\x22\x33\x5a\xfb\x87\x84\x92\x65\x24\x81\x4e\xc0\x95\xa7\x23\x2d\x5c\x88\x4e\x18\x46\x02\xef\xcb\x2b\x73\x20\x3d\x21\x51\x1f\xcb\xc8\xe9\xe0\xaf\x7b\x1b\xb9\x20\x9c\xcd\x4f\xc6\xc8\xfd\x28\x4d\x16\x0b\xe0\xb4\xe0\xeb\x3c\xf2\x31\x5c\x3a\x9b\x3a\xa0\x8f\xef\xc4\x62\x18\xf9\x82\x79\xd4\x57\x71\xe4\x0b\xd1\x55\x85\xfd\xb8\xff\xc2\x81\x2f\x23\x23\x2e\x9c\xe6\xd1\x81\x34\x7c\x9d\x2e\x2b\xa3\x0c\x5c\x2d\x12\x05\x80\xa3\xf2\x03\x39\x0a\xf2\x2e\x79\xde\x86\x32\xca\x0b\x8f\x0c\x17\x1e\x47\x85\xb2\x93\xa2\xd0\xa8\x88\x22\x20\x3b\x34\x4e\x8a\x3b\xcf\x30\x51\x46\xed\x27\xde\xcf\x7b\x5a\x91\x12\xc8\x31\x18\xcb\x80\xcb\xca\x24\xb3\x33\xa0\x74\xed\x8c\x59\x1a\xcd\x67\xdd\xe7\xa3\x21\x7c\x84\xd7\xf5\x68\x0e\xd2\x92\x59\x80\x7d\xbf\xf8\x4a\x3b\xb8\xf8\x6c\x74\x1c\xff\x13\xef\x7a\x13\xa8\x21\x5d\x32\x1e\xed\xa4\x09\xf0\x7d\x3f\x1a\xb4\x39\xc5\x6f\xf8\xd1\x60\x26\x62\x8c\xc0\x68\x0b\x86\x5c\xbf\x9e\x46\x3f\x2a\x44\x97\x5a\x46\x9f\x80\xc2\x74\xbe\x75\x00\x3e\xb2\x17\x17\x63\x46\x87\x5a\x85\x24\x6c\x74\xd8\x05\xba\xb3\x2f\x63\x20\x1f\x0f\x63\xc9\xc6\x00\x28\x60\xe1\x04\x0d\xa4\x46\x19\xf1\xca\x7d\xac\x53\x93\x05\x50\x0c\xb0\xeb\xe3\x3d\xe8\xa4\x6c\x54\x31\x16\xce\x07\xc2\x13\x89\xe9\x5f\x06\xbc\x3a\xa6\x23\x0d\x96\x31\xdb\x51\xb9\xfb\x62\xcf\xc3\x84\x72\x27\x23\xfa\x4e\xa8\xea\x1e\x70\x3e\xee\xf1\xd9\x89\x1b\xad\x3a\xa5\x18\x92\x0f\x5a\x83\x4f\xa1\x9c\x80\x10\x9e\x4a\x39\x9c\x17\xb7\x94\x1c\x96\x90\xcb\x20\x02\x0f\x6f\xa7\x47\x43\xe0\x43\x46\x9d\xc6\x90\x23\x3b\xbb\x36\x78\xc8\xe1\x23\xfc\xae\x19\x0b\x38\x6a\x8e\x49\x58\x06\x62\x96\x26\xb1\xb6\x06\x3c\x90\x99\x7e\xa0\x0c\x78\x20\x33\xdd\x40\x19\x0b\xce\xb1\xd4\x5b\x8f\x75\x12\xbd\x91\x7e\x2c\xd8\xc0\x28\x70\x8d\x05\x98\xd3\x4c\x42\x89\x0c\x51\x4c\x48\x50\xc6\x89\xfe\xa1\x2f\xfa\xb8\x80\xbf\x40\x1b\xe9\xb8\x8e\x45\x87\xa7\xf2\xa8\x52\x8a\x33\x6b\x03\x5a\x8f\x4e\x08\x99\x81\x2c\x48\x8d\x7e\xe4\xe3\x4e\x50\x1d\x90\x4a\xdd\xc0\x1d\x61\x04\xd1\xb8\x8f\xc3\x7f\x3c\x01\xe5\xd3\x22\x85\x39\x39\x5b\x3c\xd7\xf4\x2e\x80\x1d\xcd\x2f\xd2\x71\xf7\x83\x25\xbb\x58\x70\xd4\xe5\xec\x07\x62\xfc\x18\x6b\x38\x90\x2c\x65\xc4\x4e\xbe\x11\x10\x42\x09\x61\x20\x6b\x49\xcf\x8b\x5f\xc1\xad\x48\x44\x82\x71\x23\x20\xab\xf2\xcc\xdd\x0b\xfa\x51\x67\xe7\xc6\xbd\xce\x24\xb3\xe0\x20\x7a\x65\x16\xc0\xca\x3e\x38\xa7\x37\x54\x7e\xc4\x1b\x18\x60\x4e\x5a\x10\xc7\xe7\xb8\x78\xfd\x4b\xbe\xc9\xfd\x34\x6e\x48\x6e\xf3\xa7\xc1\xbb\xd2\xd5\x4c\xe3\x01\x1c\x1c\xa1\xa4\xc6\x63\x2a\xeb\x46\x5e\x6f\x3c\x48\x72\xe7\xe0\xe3\xbb\x00\x86\x02\x92\xd2\x93\x3c\x60\x44\x27\xaf\xb3\x79\x7c\x05\x8e\x4b\xd0\x88\x7e\x98\xe8\xdd\xc8\x83\x8f\x07\xb6\x38\x22\x47\x0d\x70\x50\x9d\x26\x9e\xf1\x3c\xc7\x05\x86\xaf\x20\x11\x07\x11\x8a\xc6\x41\xa6\x9f\xa4\x8b\x2f\x36\x0f\x43\x15\xc7\x5b\x8e\xb7\x69\xbc\x02\x1b\x63\x89\x02\x98\x7a\x79\x54\x5e\xf8\xb3\x77\x5e\x93\x40\x28\xea\x83\x5c\xc7\xc1\xbb\x27\xec\xd1\x00\xde\xfd\x20\x6a\xe3\x00\xce\x7c\xa7\xdc\x3b\x80\x0c\x24\x64\x86\x07\xdc\xb5\x87\xc4\x13\xd7\x89\xc0\x99\x2c\xb0\xd3\x15\xf7\x26\x1c\xba\x5b\xe1\xed\x0c\x87\xee\xde\xb8\xab\xdf\x0b\xe7\x6f\x45\xa3\x03\x1d\xe3\x7c\x40\x0f\x17\x73\x7a\x80\xe5\x69\x27\x19\x40\x89\x97\x49\xaa\x07\x8d\x50\xa7\xa8\x3c\xa0\x11\x1a\x2b\x1a\x85\xfd\x8a\x58\x0c\x03\x20\xf0\x9d\x21\xfe\x43\x01\xf0\x40\x34\xae\xa1\x09\x2e\x63\x5c\x4a\xcd\xe7\xb8\xf1\x95\x86\x40\x55\x52\x3d\x35\x66\xb8\x55\x2e\xb6\x36\x48\x0b\x9c\x0f\x6d\x27\x24\x9f\x4f\x0c\x40\x40\x70\x5d\x14\x92\x20\x5d\x67\x06\xb0\x83\x5a\x25\xa5\xd0\x93\x47\xb2\xf1\x15\x41\x86\xec\xe8\x18\x12\x65\xac\xf8\x2c\x2e\xb0\xc4\x3d\xa6\x27\x21\x36\x99\x50\x3d\x60\xfd\xd1\xb1\x17\x56\x21\xce\xba\x02\x5e\x20\x93\x30\x28\xcc\x99\x85\x0c\x0e\x02\xf6\x5a\x8f\x9e\x22\x1f\x6e\xfe\xf5\x59\x1b\x0b\x4d\x1a\x03\x28\x3c\x8d\x3a\x8d\xf1\xc1\x88\x1c\x7b\x0c\x8e\xf6\x83\x46\xd3\x71\x32\xa8\x67\x4e\x32\x42\xfa\x06\xa5\xfc\xf1\xdd\x80\x90\x26\xb9\xf8\x60\x49\x21\xa7\x3f\x80\x7e\xd3\x3d\xdf\x50\x99\x09\xb7\xe2\x74\x82\x3d\xe1\x8a\x2f\x44\x05\x9b\xd0\xb2\x35\x4f\x5b\xb7\x0b\x4e\x04\x7e\xf1\x02\x5b\x86\xe6\xd9\xd0\xca\x4c\xce\x00\x47\xc1\x31\x23\x26\x16\xc0\x5b\xdd\xad\xa8\x13\x48\xa9\xad\x46\xc7\x5e\x44\x57\x09\xdb\xf8\x20\xc5\x55\x76\xec\x3b\x61\x5f\xde\x8f\x9c\x00\x7d\xe8\x53\x38\x81\xa5\xda\x88\xc7\x34\x33\x9c\x27\xe8\x14\x37\x33\x2c\x1f\x9e\xf0\x73\x17\x1c\x3b\x0f\x0b\x06\x42\x8c\x33\xbf\x72\x60\x2d\x7d\xc3\xcc\x0c\x53\x24\x4d\x10\xf3\x68\x0c\x1d\x68\xba\xcc\xe3\xd4\x42\xb4\xc4\x79\x72\x68\xd3\xa7\x67\x16\x39\xa9\x7d\x32\x0b\xc0\xdf\x71\x92\x0b\xb6\x36\x51\xe3\x66\xb9\xff\x4a\x8f\xb1\x0b\xa0\x6d\x98\x2c\x50\xf0\x33\xce\xad\xcc\xda\xcf\x9c\x7a\x1b\x75\xc1\x26\xd1\xfe\xc5\x0b\x71\x22\xcb\xc0\xa2\x49\x63\x36\x24\x75\x2b\x4e\x5c\x26\x1c\xcb\x85\xe8\x04\x13\x4c\x79\x27\xc1\x9e\x4d\x90\x57\xdd\x89\xed\xec\x50\x45\x90\x2f\x99\x1d\xb1\x31\xbc\x15\xe7\x41\xc5\xa4\xca\x7a\xf6\xa3\x68\xe0\xdc\x74\x80\xa3\xd0\xf1\x61\xf6\x93\x74\xd3\x35\xe5\x73\x1c\xc8\x68\xbf\xc0\xe6\x48\x27\xaa\x90\x4f\xd4\xc3\x97\x34\x16\x40\x38\xe7\xfc\x8e\x7e\x94\x6a\x51\x00\x46\xd6\x85\x83\x39\x4e\x56\x37\x8e\x76\x00\xcc\x9f\x06\xe5\x39\xe1\x32\x46\xcb\xd2\x9c\x15\xf8\x43\x4e\x06\xe7\xac\xb8\xf3\x9c\x84\xcd\xc3\x94\xd3\xe4\x35\x67\x07\xaa\x4f\xe2\x2b\xc7\x79\x89\x73\x3a\x91\x52\xad\x70\x57\x83\x29\x17\x42\xa6\x4c\x41\x96\xf7\xd8\xb3\x32\x11\x12\xe0\xac\xc7\x94\x75\xb2\x12\xf9\x9c\xca\x7d\xa4\x16\xb6\x01\xdf\x11\x72\x09\x73\xe1\x42\xf7\xfc\x9e\x65\x9e\xf8\x3c\x12\xca\xb9\x60\x03\x8b\x5d\xbd\xec\xaa\x9d\x64\x64\xe7\x02\x6c\x21\xc1\x49\xe7\xfa\x4e\x81\xbf\x72\x81\x6f\xa5\xd6\x71\xc2\xac\x3a\x78\xa1\xcf\x63\x79\xa4\xd5\x7e\x22\x03\xe8\xa0\x49\x63\x5e\x1d\x6e\xc1\x9c\x64\xcf\xcd\xc9\xcf\x5e\x02\x8b\x7b\xe1\x67\x6f\x10\x28\xae\xed\x85\xc8\x55\xc6\xc6\x4f\xe4\x5e\x64\x36\xe1\x32\x4f\xde\xc4\x78\xe5\x4e\x27\x99\x96\x7f\xf6\xce\x27\xe1\xae\x7f\xf6\xae\x20\xa5\xae\xef\x99\x37\x76\x61\xee\xf1\x04\x8e\xac\x5f\x2d\xf3\x6e\x10\xb7\xa3\xc0\x08\xd4\x22\x10\xc9\x44\xaa\xb1\x15\x9b\xff\x46\x4f\x07\x37\xee\x83\x1b\x5e\xb8\x0c\x0f\x10\x63\x18\x2c\x3f\x1f\x13\x40\x85\x7a\xeb\xf9\x20\x6b\x26\x35\xec\xf3\x85\xc7\x4e\xec\x0f\xc4\xf9\x37\x02\x92\xce\xb7\x03\x25\x8d\x44\xff\x3d\xfa\xf3\x68\x63\x9e\x2c\x4a\x7c\x45\x0e\xc4\x17\x9f\x90\x83\xe4\xe3\x5b\xea\x85\xc8\xce\x90\xcf\x09\x77\xed\x46\xa7\x96\x09\xae\xa9\x33\xec\x64\x6a\x3b\xae\x66\x8d\x05\x30\xdf\xb9\x62\x6e\x02\x01\x6f\x64\xf6\xf4\x3b\xa8\x7c\xbe\xa5\x24\x01\xd0\x9e\x11\x22\x92\x70\xf9\x78\xe6\xb4\x22\x09\x29\x30\xe9\x6c\x24\xa9\x9c\x6c\x6c\x93\x05\xc8\xc6\x36\xf8\x04\xac\x53\xc4\x1d\x91\xa3\xf3\x22\xf9\x94\x74\xb2\x14\x0a\x5f\xb9\xa1\x50\x77\x81\x5c\xd2\x0d\x31\xd7\xf7\x98\x24\x40\x49\x51\x63\x21\x49\x4f\xec\x25\xbf\x82\xd8\xe7\xee\xd4\x52\x72\x01\xe3\xe9\xa2\xa1\x00\x03\x8d\x19\xdc\x8a\x64\xe4\xc3\xcd\xec\x58\x1e\x27\xfc\xcc\x3b\x96\x4f\xe6\x6c\x3f\x62\x92\xaf\xd3\x06\x0b\xee\x73\x3b\xfb\x7c\x14\x24\x57\x58\x2e\x21\x48\xc1\xf1\xe8\xec\x7a\x41\xd4\x0d\x7d\x50\x05\xce\xa0\x33\xff\x53\x1c\x98\x20\xe6\x7f\x32\x0a\x57\xca\x82\xbd\xd4\x89\x8b\x14\x00\xb6\x33\xfa\x5c\x0a\x20\x72\xe9\x5e\x21\xf5\xa8\xac\xfd\xb8\x49\x45\x27\xe9\x28\x2b\xf5\xb8\xae\xb9\x5b\x83\x00\x20\xad\x79\xe2\x98\x22\x70\xa6\x6c\x44\xe5\x93\x3a\xa0\x88\xe2\x40\xab\x99\x25\x47\xf1\xdb\x5e\xea\xc9\x68\xe9\x84\x41\xa0\x21\x6b\x64\xca\xa5\x0d\x6c\x1e\xe7\xe4\x04\x96\xb6\x49\x9f\x0d\x81\x9f\x62\x27\xd8\x9b\xb4\xe3\x00\xe5\xdb\x5c\x7a\x82\x4f\xbc\x13\x6c\xe9\x15\x6b\xe4\x37\x89\xf4\x8a\xd3\xd5\x58\x30\xce\x13\xde\xb1\xae\x07\xdf\x82\x8d\x7e\x48\xa4\xc9\x83\x80\xe8\xaa\xe6\x39\xf2\x76\x01\x2c\x5c\xce\x73\xca\x80\xdd\x88\xde\x14\x32\x80\xfc\x42\x6f\x75\x19\x27\x4f\xe6\x62\xa3\x17\x5c\xe0\x9d\xc8\xc9\xb0\xfb\x6a\x51\xdd\x2c\x03\x50\x90\xcc\x34\x20\xe3\x85\xdc\x9b\xd8\xa8\x9e\xe4\x1c\x5e\x80\xeb\x5a\x88\x74\xb8\xc5\x59\x3c\xe1\x8d\x4a\x82\x73\x0d\x3b\x26\x30\x39\x27\xee\xa0\x65\x3c\xe7\x4a\x3c\x6e\xf0\xba\x6b\x0c\x63\x97\x05\x0a\x4e\x64\x6c\x59\x0d\x79\xf6\x0a\x5f\x01\xa7\x41\x9c\x3a\x59\x07\x4d\xd3\x45\x65\x59\x48\x8e\x42\xde\x57\x16\xd6\x85\xfe\xb4\x82\x0c\xfa\x8b\xd1\x66\xb2\x10\x70\x43\x1f\x43\x81\xb7\x5b\xaf\x5c\x5b\x68\xb7\x1a\x11\x0e\x64\xd9\xac\x0f\xc2\x41\xcb\xf1\x32\xa3\x7a\x47\xe0\x32\xc6\x3c\x8d\xbb\xc0\xf4\x81\x54\x77\xc9\x82\xdf\x07\x55\x77\xb2\xde\x13\x12\xc0\x19\x7b\x71\xb3\xc6\x13\xb0\x3e\x10\x11\x44\xe0\xff\x25\x12\xf3\xa1\xb8\xae\x79\x4c\x8f\x37\x16\xf1\xf2\xe4\x24\x66\xa7\x99\x59\xe0\x9e\xd5\x18\xd7\x2e\x0b\xbe\xe8\xf4\xac\x96\x0b\xab\x4f\x40\x22\xb9\x8e\xcf\xa5\x5f\xc6\x72\x3c\xa9\x2a\x89\x3e\xdc\xa2\x06\xe3\x50\xe4\x42\x76\x4c\x82\x18\xc8\x75\xa2\xb4\xb9\x72\xc8\x79\xde\xa8\xc2\x90\xe3\x16\x55\x49\x94\xae\x63\x57\xe4\xca\x5d\x0d\x21\xe8\x29\xda\x38\x7a\xeb\x68\x03\x21\xc6\x7e\xc5\x09\x5c\xab\x06\xc3\x72\x05\x00\x42\xbd\x46\x1b\xb0\x7c\x78\x6e\xbc\x5d\x80\xe8\xe8\xe8\x29\xac\xdb\x41\xfa\x2e\xe8\x9a\xa8\x54\x93\x0b\x56\x65\xb2\xc8\x72\x39\x40\x4c\x67\x01\x8e\x69\x8e\x02\xf8\x05\x91\xe8\x5f\x47\xd7\xc4\x0b\x0c\xe9\xb8\x1b\x21\x0a\xe4\x7a\xe0\xda\x58\xe2\x15\xec\x20\x89\x27\xe0\x7b\x16\x63\x79\x81\xf0\x1f\x4f\xbc\x27\xe2\x95\x6d\x40\xca\xa0\x77\x89\x5c\x7a\xb0\xae\xd9\x0f\xa4\x41\xf9\xd5\x86\x1e\x47\x5f\xce\xa9\x82\xae\x4b\x34\x8a\x0c\x43\x31\x7c\xec\xb1\x4a\x2a\x75\x1f\x11\x75\xfe\x8b\x0d\x4c\xa0\xa2\x6d\x93\xbb\xe9\x86\xbd\x94\x81\x1d\xe2\x40\x13\x33\x0a\x60\x15\x92\x78\x05\xd1\x7c\xdc\xa2\x37\xf4\xcf\x74\x8d\x90\xbb\x1c\x8b\xbb\x0f\xf4\x3e\x4e\x1c\xa4\x9c\xf7\x41\xf7\xe5\x91\xbd\xe1\xa8\x17\x77\x0d\x14\xc1\xbd\x0e\x0e\x74\x1c\x97\x31\xb6\x01\xeb\x5f\x25\x19\x04\xdf\xda\x2b\x27\x0b\x39\xb1\x47\xf0\x25\xf7\x38\x5d\xf7\x09\x07\x6e\xfe\x4c\x93\x83\x83\xbe\x87\x9c\xad\xdc\xb0\x96\x17\x9e\x1d\x28\x82\x07\xd1\xdf\xe4\x86\x99\x36\x6e\xf8\x03\x8b\x35\x63\x70\x70\x61\xa5\x00\x2a\x48\x21\x2c\xf4\x10\x93\x1b\xea\x1d\x86\xf6\xca\x0d\x77\x2f\x06\x33\xca\xfd\x1e\x4c\x35\xdf\x4d\x37\x7c\x84\xa8\xf5\x17\x58\xcb\x67\x22\x29\xbd\xe1\xba\x46\xc1\x4f\x4e\x0e\xe1\x54\xe2\x89\xe3\x19\xc2\xae\x2b\x76\x13\x69\x09\x7c\xd9\x3a\xcd\x00\x02\xfc\xfe\xc6\x50\x67\x79\x00\x05\x43\x15\xa2\x3c\x87\x91\xe5\x7d\xf5\x00\xa8\x8d\x48\x87\xf2\x00\x52\xda\x33\x05\x16\x79\x0a\x0e\x82\x8b\xfd\x72\x80\x48\x3c\xbb\xd7\x2e\x80\x5b\x30\xf9\x88\xa7\x22\x1e\xb4\x44\x01\xfc\x60\x48\xd2\x91\x03\xa0\x53\xa7\x2f\x0f\xf0\x4f\x6a\xe2\x67\xc1\xac\x15\x5e\x0b\xcf\x0b\x87\x30\x76\x1d\x99\x4b\x7b\x25\x71\x81\x91\x7e\xd2\x05\x5e\xde\x93\xa8\x8d\x07\xe8\x60\xab\x0f\xce\x07\x60\x35\x1a\xc3\x8b\x04\x71\x93\x23\x98\x13\x3d\x1b\x97\x0b\xa5\x70\x28\x25\x0c\xb3\x28\x00\x5f\x69\x44\x16\x60\x89\x4f\xc2\x6a\x88\x42\xba\x8e\xdb\x19\x48\x1c\x6d\xc6\x13\x2f\x1c\x4a\x79\x1a\x14\x3b\xa8\x72\x3b\x20\x2c\x50\xc8\x2e\xaf\x34\xb1\xb5\x5d\xdc\x5e\x47\x53\x47\x0d\xfb\x3a\xa1\x74\x14\xda\x56\x42\xdc\x93\x67\x7f\x2b\x0b\x9a\xba\x46\xb7\xa8\x95\x80\xd9\x49\x4d\xdd\x4a\xb0\x4d\x72\xc3\x2c\xe0\x43\x77\xc2\x73\x2d\x20\x37\xf7\x91\xd8\xa8\x1e\x30\xc0\x78\x02\x27\xdb\xd7\x76\x25\x3d\xa1\x63\x67\x19\x16\x54\x77\x93\xfe\x27\x2b\x67\x68\x72\xd9\x68\xae\xa7\x0d\x1f\x6d\x6e\x50\x0b\xb1\xa7\x0e\x35\xe6\x84\x6d\x65\x58\x1e\x29\xf8\xad\x0c\x94\x53\x9a\xdd\x57\x3e\x71\x4a\x7e\xe7\xad\x0c\xf8\x36\x62\xba\xae\x7c\x94\xbf\x4e\x94\x56\xc6\xa9\xa4\x41\x6b\x35\x40\xed\x53\xb9\xb7\x90\x26\x53\x28\xd4\xaf\x06\x96\x90\x9a\xfe\x05\xc8\x86\xb6\xfc\x44\xad\x06\x1e\x91\x00\xda\xab\x01\x7b\x8c\xee\x48\xab\x01\xc6\x91\xc6\xfd\xd5\x80\x61\x5a\x07\x0b\x90\x93\x91\xae\x22\xab\xe9\x5f\xc9\xaa\xcb\xea\x70\x6c\x9d\x5c\x86\x93\xfa\x90\x81\x72\xab\x83\xbf\x63\x24\xf2\xea\xef\xf1\x95\xfe\x17\x15\xe2\xea\x7a\x52\x70\xf3\x75\x20\x60\xd0\x27\x66\x01\x59\x60\x52\x5a\x5f\x13\x1c\xd4\x70\x6a\xb3\xe6\x7b\x5e\xf1\x3e\x09\xb2\x1f\x30\xbe\x6d\xc1\xff\xab\x51\x14\x5a\x02\x6b\x0c\x01\xb0\x16\x70\x33\x85\x70\x32\x4b\xf4\xa0\x2d\xf9\x7e\x43\x9c\x4f\xaf\x8b\x4f\x7c\x70\x4b\x74\x12\xb6\x8e\xff\x17\x71\xb7\x16\x60\x32\x1b\x65\x92\x75\x02\x6e\x88\x02\xbf\x96\xb1\x76\x8b\x61\x2c\x6b\x19\x27\x27\x22\xf1\x04\xfc\xd0\xd8\xd3\x75\xb2\x63\xb8\x7e\x63\xad\x7e\x2e\x30\x1f\xfe\x81\xb8\x64\xf2\xa6\xb5\x16\x12\x48\x34\xf6\x03\x00\xb8\xcc\x29\xb6\x16\x10\x68\xa6\x5f\x60\x0b\xfe\xfd\x42\x9c\xe7\x75\x35\x1c\x37\x3e\x71\xec\xc7\x71\xba\x0e\xc6\x15\x81\x56\xd7\x7d\x0e\x02\xc9\xcf\x03\x6d\x0e\xbd\x3a\xd6\x03\xd7\x08\xb2\xed\xeb\x45\x6a\xb7\xe8\xd8\xdb\xcf\x58\xfc\xb3\xc8\xd2\x31\x18\xb6\xbd\xa0\xef\xe9\x54\x44\xad\x77\x01\xbd\xd5\x69\xfc\x7a\xcd\x4f\x71\x12\x00\x77\x21\x1a\x7f\xd0\x2b\x73\x9d\x70\x7a\x1a\x09\x97\x22\x5f\xdc\x88\x82\xeb\x64\xa7\xf6\xf9\x50\x3b\x08\x8b\x79\x5e\x96\x3e\x27\x5b\x29\x0b\x3e\x4c\xa1\x6b\x40\xd6\x07\x7d\x4f\x34\x8a\x34\x0a\x42\x6c\xf5\x85\x48\xef\x46\xdb\xe4\x82\xbd\x66\xd0\xb3\xfa\x42\x62\x01\x61\x2c\xd9\x85\xbc\x75\xad\xf8\x5d\x73\xa5\x13\x49\x58\x59\x00\xbe\x95\x80\xc0\x17\x48\x69\x67\x0a\x84\x2b\x21\x40\x8d\xb9\x08\x2e\x58\x52\x1a\x7d\x7a\xae\x04\xfd\x39\x23\x00\xae\x9c\xb0\x4f\x9d\x59\xbb\x72\x01\xcc\xae\x5f\x3e\x57\xae\xc8\x8d\xec\xe7\xe5\xca\x00\x13\x62\x90\xe9\x95\xe1\xe2\x4c\x6a\x73\x65\x24\xf7\x1a\xf1\x95\x85\x46\x2b\x0b\x80\x0c\x44\x9b\xfc\x95\xe1\x6e\xd2\xa2\xd1\x1b\x27\x6a\xf0\x09\x40\x7d\xd3\xac\x7a\x65\xb0\x40\xd4\xd4\x5d\x70\xc6\x6e\x84\x71\xbc\x80\x83\xd4\x18\x3b\x75\x95\xe3\x4c\xc2\x8e\x95\x05\xae\xc9\x4f\xd4\x75\x8c\x2f\x04\x9d\xbe\xca\x7d\x02\x66\xe3\x89\x81\xbb\x86\x5f\xb9\x8f\x2c\x10\x4f\x1c\x5d\x93\xaf\x5c\x81\x71\x8e\xb8\x7d\x57\xf9\xa0\x52\xe5\x52\xc2\x1b\x4b\x96\x8b\x20\x57\x05\x8e\x1a\xe3\xf3\x2e\x80\xe0\x37\x9a\xcc\xaf\x06\x28\x59\x5a\x0d\xaf\x76\x2e\x41\x27\x7d\x57\x7f\x4e\x24\x42\x63\x01\x4e\x14\xd7\x76\x24\x60\xc2\xf9\x4d\x72\xc1\x58\xc2\xec\xbe\xe5\x42\x4a\xd8\xc1\xc0\x94\xeb\x64\x6f\x2d\x7e\x08\xaf\x71\x1c\xfe\x9d\xaf\xba\x5e\x58\x93\x32\x7b\xaa\x03\x4c\x92\x53\x87\xbb\x15\x04\x1e\xf8\xdd\x7b\x43\x81\x35\x18\xab\x70\x2f\xc4\xb5\x17\x3f\xd9\x37\x02\x53\x26\x95\xe1\xf7\xf3\xe2\x09\x1f\xfe\xd3\xbf\x93\x89\xe2\x3c\xf1\xb8\x09\x42\xfe\x56\x21\x96\xfa\xbf\xb9\xbf\xde\x0f\x28\x3f\xb4\xbd\x7c\x02\x1d\xbf\x34\x16\x20\x92\x95\x68\x16\x1f\xd0\xb6\x67\xf5\x25\xfa\x0e\xda\x36\x11\xd4\x3e\x41\x12\x25\xc6\xa9\x7a\xda\x59\x62\x3e\x7e\x80\xce\x66\x1a\xf6\xf2\x09\x32\x7f\xf0\xa4\x7c\xb2\x00\x02\xe9\x04\xfc\x13\xb8\x17\xd0\x63\xec\x93\xe7\x38\x75\x14\x2f\x38\x20\x36\xce\xea\x7d\x2b\x21\x15\x2d\xc7\x02\x44\xe6\x41\x6f\xfe\x0f\x17\xda\x64\x3e\xba\x0f\xa1\x8b\x8d\x3b\xe3\x3b\xa1\x8b\xc5\x09\xc5\xb7\xee\xf2\x97\xd9\xf6\x83\x42\xa8\x97\xf8\xec\x7b\xcc\x02\xc2\x02\x18\xcb\x9d\x70\x7e\x57\x3e\x5c\xea\xff\x19\xae\xf2\x3f\xaf\xff\xf6\xff\x55\x7b\x7c\xbf\x91\xfe\xfc\x9c\x9f\xa6\xe3\xf2\xf2\xab\xb0\xfc\xaa\x7f\x7e\xca\xe1\x8b\x53\xaa\x2b\x7b\x4d\xbd\xf2\x9f\x1f\xcf\x76\xb1\xff\xad\x51\xb3\xfe\xfc\xf8\x5d\x9e\x92\x65\x76\x3f\x3f\x9f\xfd\x8e\x27\x4c\x4e\xf5\x89\x77\xf6\x45\xeb\xba\xd1\x94\xcc\xf1\xd1\x7f\xee\x7d\x52\xdd\x34\xb8\x0b\x06\xeb\xea\xa9\xf3\x5e\x58\x50\xfa\xf9\x89\xc4\xbb\x6e\x3a\x4e\x25\x65\x39\x75\x25\x65\x04\x81\xb2\xe6\x89\x1a\xb0\xd3\xa7\x26\x0f\xef\x47\xc9\x63\xfd\xf9\x61\x2a\xe7\x62\x0c\xb0\xff\x5c\x7f\x7e\x5c\x5e\x37\x28\x6d\xd6\x6c\x71\xc6\xd3\x59\xa4\x92\x6f\xf6\x20\xdb\x6d\x54\x99\xcd\xb8\x94\xbd\xd9\xfd\xe7\xf5\xe7\xc7\x2f\x2e\x83\x6d\x65\xcd\x3e\xf9\x9e\x52\x22\x95\x1a\xef\x54\x00\xd1\x7b\xbf\xeb\x66\x69\xfd\xe7\x49\xcd\x7c\xd6\xa3\x18\xec\xd9\xf9\x99\xbf\x3f\x3f\x6e\x64\x4c\xa5\xc5\x68\xcd\x6b\xd4\x23\xe6\x53\xb1\xb4\xf0\xfe\xf3\xfd\xf3\xe3\xda\x9f\x54\xfa\x78\xbd\xa6\x0f\xfd\xf3\xe3\x22\xa4\x45\x39\xb0\x66\xd3\x23\x4f\x50\x93\x8a\x45\x7f\xf8\x4f\xf9\xf3\xe3\x29\xac\x52\xe9\x5a\x58\xa3\xfb\x1d\xce\xaa\x0a\x67\x01\xde\x2c\xd3\x23\xfe\x77\xc1\x13\x75\x48\x24\xcb\x79\xd5\x27\xea\x20\x06\xbb\x73\x45\x2a\xe6\x7d\xe2\x3f\x91\x0e\xd1\x73\xf9\x16\xcb\xcb\xec\x3f\xeb\x9f\x1f\x77\xca\xdd\xff\x4a\xd4\xdc\x7f\x7e\x3c\x59\xcd\xfe\xf7\x89\x1a\xfd\xf3\xe3\x9e\xac\xa9\x7c\x79\xb2\x66\x6f\x43\xe7\x52\xf7\xbf\x1f\x6b\xf6\x71\x74\x4a\xb5\xff\xad\x51\x33\x76\x0d\x7b\x50\xa2\x07\x65\xf7\xa0\xb1\xb5\x12\xad\x6d\x26\x6a\x70\x47\x58\x26\x2a\xff\x59\xfe\xfc\xf8\xc5\xb7\xff\x8d\xef\xec\xf3\xe4\x5a\xdb\xfd\xef\x88\x9a\xdd\xeb\xce\xbe\xd5\x15\x35\xd7\x7e\x27\x6a\x62\x0e\xb6\x6c\xe6\xd8\x57\xa9\x7c\x8d\x6b\xfb\x6d\xf6\x7e\x72\x6d\xbf\x16\xb3\xb3\xd9\xe9\x59\xe3\x9d\x18\x4f\x2f\xbb\xc6\xd7\xf5\xeb\x2d\x6a\xe4\xcf\xcf\x8c\xb9\xee\x57\xd4\xec\xd6\x1a\xbf\xb3\xa5\xd8\xf3\x73\xb4\x3f\x3f\x12\xbd\x1e\xd1\x83\xcd\xe2\x32\x15\x7a\xf9\x46\x8c\x74\x1f\x79\x4f\xc3\xb5\xff\x8d\xf1\xec\xe3\xe1\x19\x26\xf7\xbf\x3d\x6a\xf6\x5e\x4d\x99\x1f\x9a\xd1\x39\xe3\xd8\x13\xcf\xcb\x37\x79\x92\x80\x8e\xe4\xb9\x34\xed\x2a\x8c\x2a\x4b\xb4\x4d\xea\x60\xd9\xc1\xce\x4f\xb3\x79\xba\x37\xac\xdd\x42\x51\xb5\xb7\xb7\x33\x19\x76\xfd\xb0\xca\xae\x75\x87\xb1\xdd\xff\xc7\x76\x30\x57\xbc\x1a\x7b\xf5\x8a\xfd\x80\x30\x7a\xe1\xd4\x6e\x06\xd4\x7f\x02\x81\x81\xb3\x71\xc5\x1a\x6e\xaa\x57\x52\xbc\x75\xc7\x6c\xdc\x96\xc6\x9b\xb4\xd2\xb0\x9c\xfc\x67\xde\x55\x9d\xc7\xec\x89\x71\x3d\xf3\xcf\x4f\x4d\xb1\xf6\x4f\x9c\x8c\xe7\xfa\xf3\x53\x5d\x7f\xbe\xff\x8f\x89\x7a\xbe\x3f\x3f\x95\xc9\xff\xcb\xf7\xc6\xb7\xb6\xbc\xdb\x6a\x1c\x8e\x37\x66\x63\x5f\xbf\xdd\x21\x79\x52\x4d\xa4\x10\x15\x46\x6e\xcf\xa6\x5f\x53\xea\x51\x33\x91\x8e\xbc\xb1\x4e\xa2\x6e\xfd\xa2\xd9\x35\xa5\x2b\x6a\xa0\xaf\x64\xcd\x13\x35\x70\x9a\x67\x8d\x46\x0d\x6c\xf3\x5e\xc3\x1b\xb4\x02\x8e\xea\x30\xdc\xfb\xdf\x16\x35\xb6\xc0\xf1\xce\x1b\x35\x70\xad\xf6\x9a\x12\x63\xdd\x97\x4e\xf5\xc5\xa8\xa9\xc6\x78\x36\x25\x70\x67\xa3\xb4\x57\x85\x35\x0b\x69\xf2\x07\x67\x68\xdd\x51\x87\x3c\xde\x89\xbd\x58\xd1\x8b\x85\xdc\xed\x9d\xef\x5d\xd1\xa6\x49\xaf\x55\x62\x96\xbe\x78\xef\x3b\x39\xdf\xcf\x6e\xaa\x39\x56\x24\xef\xfe\x7b\x34\x63\xaa\x99\xfb\xac\xe6\xa7\xa1\x27\x7c\xeb\x19\x51\x87\x34\xe8\x7e\x5a\x81\x4d\xeb\x3f\x31\x82\xd2\x58\xf7\x46\xdd\x49\x4a\xee\x6d\x5a\x46\x2f\xff\xf9\xfd\xf9\x29\xc7\x5a\x93\xaa\x21\xfd\xf8\x4f\xdd\x35\x67\x26\x9b\x66\x7f\xa7\xe9\xbe\x2e\x5c\x7d\x9e\x9a\xf6\xc2\x9a\x5e\xff\xfc\xb8\xd0\x94\x9a\xc5\x3f\xf9\xcf\xf6\xe7\x87\x29\x72\x53\x53\x9e\xd5\x06\xf1\x9d\xb7\x6c\xd3\xeb\x8d\x2a\xec\x00\x36\xc8\xc9\x68\xba\x27\xc3\x05\x94\xfd\xef\x15\x35\xfb\x3a\x9a\x1e\x68\x0b\x66\xf3\xff\xc4\x7f\x36\xf3\x0f\xf5\x9f\xf3\xcf\xcf\x1c\x1c\xb1\x46\xef\xb5\xed\x1a\xef\xe1\xc7\x7d\xdd\xbe\xbd\xaf\x5d\xaf\x90\xda\xd7\xa3\xc6\xc4\x3f\xe7\xbe\x53\xfb\x3e\xf6\xfd\xfb\xa6\x5d\x4a\x67\x06\x7b\x9c\xad\x6e\x67\xab\xb8\x95\x2a\xf5\x34\x2a\xab\xf6\x75\x31\x79\x8a\x7b\xba\x0b\xab\xb6\x24\x55\xdd\x5c\x9a\x7a\x4e\xfe\xad\x0e\x65\x40\x72\x27\xb6\x5d\x20\x51\x67\x4c\xb2\xa7\xf7\xef\x39\xdd\x51\x65\x17\x43\x3d\x9a\x9b\xd4\x73\x79\x59\x67\x1e\x27\xc5\xa1\x47\x52\x37\xed\x81\xff\xdc\xa7\xb9\xb8\x1f\xd1\x2e\x98\x51\xb7\x6f\x35\x37\xb7\xa6\x9e\x47\x34\xb9\xd9\x36\xb7\xb7\xa4\x6e\xfe\x28\xfe\xf3\xda\xa3\x2e\x5e\x73\xc5\xa7\xf6\xcd\x50\x1c\x6e\x35\xf5\x7c\xc7\xa0\x4d\x57\xe3\xf1\xfb\xa9\xdb\xa9\xf2\x9f\x76\xed\x17\x36\xf8\xc5\xa7\x3e\xfb\xd4\xd9\x52\xbd\x90\x47\xed\x65\x93\xd9\xc1\xf5\x2a\x31\xbd\x96\xaa\xc2\x6d\xdd\xa9\x97\x9c\x59\x93\xcb\x9f\x1f\xc7\xa1\x4c\x3d\x78\xeb\x6e\xbc\x75\x76\x50\x83\xd4\x0d\xeb\xd9\x7f\x56\x63\xa5\x7c\xf6\x0a\xb9\x85\x5e\xba\x71\x32\x85\x9f\x22\x3b\xdc\x2d\x0f\x7f\x75\x73\xc4\xfe\xff\x8e\xaa\x67\x9f\x3b\x61\x83\x12\x83\xda\x17\xfc\x72\xf3\xe4\xfe\x7f\x46\x15\x36\x46\x63\x55\x34\x28\x67\x63\xf8\xe2\x5b\xaa\x43\xff\x89\x81\x45\xd5\x1b\x55\x7b\x81\x5d\x19\x90\x7a\xd1\x18\xb3\x31\xd9\xe4\x6d\xbb\x25\x42\xf4\x9f\xdf\x9f\x1f\xf2\xd8\xbd\x92\x82\x76\xf3\xec\x71\x97\xd1\xfd\xef\x15\x35\xe0\x46\x7d\x19\x6b\xfd\x58\xb5\x25\xf3\xd2\xd9\xbf\x4a\xf9\xa9\xd7\x2d\x28\x2c\x1e\xa0\x3a\x67\xd4\x98\x94\xc4\x1d\x18\xc4\xb3\x1b\xf1\x1c\x25\xf9\xa7\x4c\x14\xf4\x9f\xfb\x66\x70\x24\xaa\xd4\xdb\x13\x55\x9b\x88\x0d\x47\x59\x4c\xbd\x7d\xfc\x56\xfb\x36\x17\xe9\x71\xde\xa9\x77\x32\x71\xbd\xcf\x3d\x60\xf7\x79\x4c\xbd\x47\x83\xa6\x13\xaa\xee\xb4\x91\x7a\x27\xe1\xea\xe6\x7d\x5b\x3b\x4f\xea\x48\x5c\x91\xb1\xaf\xed\xea\x30\x7b\xa9\x0f\xb2\xed\xdd\x92\xce\xb7\xca\x0d\x3a\x28\xdb\xf4\x61\xb2\x4d\xee\xec\xfd\x20\x3f\xd6\x87\xc5\x44\x14\xca\xe3\x7d\xdc\xf1\x35\xf3\x74\xab\x0e\x7c\x9d\xfa\x24\xe7\xd2\xe7\xe6\x5c\x66\xe1\xf6\x35\x44\x63\xff\xd9\xf6\x19\x27\xf1\xb2\x34\x1e\xfe\xd3\xb6\x8d\xd3\xd7\x3e\x4b\x54\x6d\xa9\x65\x90\x4b\xea\x96\xec\xce\x7f\xb6\xbd\x3b\xb8\xe9\xe7\xe2\x6a\xce\xb5\x57\xd3\xd5\xec\xa9\x4b\xe5\xee\x90\x2d\xb8\xd4\xa0\xca\x16\x6f\xee\x3f\xb7\xf8\xda\x96\x77\x43\x82\x9e\x98\x11\xa2\x7a\xae\x9c\xd4\x0d\xe3\xcb\x7f\x5e\x7f\x7e\x96\xb3\x5d\x7d\x05\x91\x5c\x9b\x48\x3a\xb6\x7e\xea\xab\x45\x0d\xfc\x46\xb2\xef\x80\xd5\xa3\x6a\x4b\x1f\x25\xf3\x4c\x5e\x41\xac\x2d\x3e\x6d\x16\x12\x80\xbb\xb2\x0a\x69\x2d\x4a\x1c\x95\xbb\xf1\x98\xc3\x69\xa0\xe6\x78\x8f\x37\x5b\xb7\x30\x31\xd7\x61\xef\x7f\x67\xd4\x58\xe7\xa3\xe6\x8a\x9a\xdb\xf6\x8d\x77\xfe\x0e\x62\x73\x6f\x51\xda\xfd\x7f\x53\xbf\x63\x45\x90\x58\x7f\xba\xd1\x26\xf5\xfb\xe5\xdd\x65\x46\x7b\xe6\xc8\x49\xfd\x56\x9e\x87\x5b\xc7\x9f\x9f\xe6\x96\xf7\xd4\xef\x8f\x5b\xed\xb6\x00\xbf\x4c\xf6\xaa\x3f\x41\x38\x2c\x39\x7e\x75\x74\x9e\xd4\x2d\x60\xcc\x7f\x66\xeb\xfd\x64\x55\x8f\x2a\x38\xbc\x14\x56\x69\x54\x21\xf3\x37\x1b\xec\x3c\x46\xcf\x16\x0a\x0b\xe5\xdf\xfe\x0c\x12\x73\x8b\x99\x6f\x8d\xbb\xe6\xa1\xf0\xd7\x1f\x33\x1e\x95\x14\xfd\x98\xd1\xfb\x4d\xf3\x47\x10\x9c\x67\x45\xef\x2d\xe8\x3e\x73\x86\x1f\xca\x13\xdd\x72\xd5\x0f\xf7\x0a\x4f\xfd\x25\x83\xd5\x5f\xe3\x36\xcb\x8c\xba\x98\xc6\xf7\xb3\x6b\xca\x6b\x34\xf1\xe8\xe9\x3e\xbb\xc2\x1d\xa5\xe4\xd9\xbb\xe5\xe7\xa2\x0f\x4f\xea\xda\xb9\x96\xda\xf7\x5a\x0a\xe7\x50\x29\x09\x77\x18\x7b\xb2\x5b\xc5\x77\xc1\x1b\x75\xe0\x43\xc8\xbf\xe8\xe2\xb2\x20\xcb\x78\xe3\x98\x35\x98\x25\x33\xd6\x33\xea\x71\xff\x1f\x5f\xbb\xf7\x39\x1a\xa4\xf5\xfa\x44\xf7\xb7\xc0\x57\xdd\x60\x9b\xba\x2a\xd7\x19\x69\x37\x0a\x25\x84\xfe\x51\xba\xe9\x96\xfc\xcb\xc3\xe8\x52\xff\x82\x48\x7d\x65\x4f\xfd\x96\x0d\xff\x85\x4f\xed\xa6\x7e\xf1\x9f\xb0\x44\xf9\x0e\xf9\xe2\x4e\x87\xd0\xee\x19\xac\xf6\xff\x57\x54\xc1\x94\xc0\xae\xc4\xbd\xfd\x5d\x46\xa8\x2a\xab\x9e\x68\xd0\xd0\x17\x8a\xc3\xe6\xa6\x91\xb8\x79\x46\xda\x9b\x87\xde\xcc\x69\xe4\xe6\x2d\x8e\xdc\x36\x7d\x73\xa8\xc6\x34\x32\x65\x84\x91\xb7\x8c\xb0\x3c\x15\x41\x1a\x79\x44\xd5\x66\x76\x9b\xa3\x46\xa6\x91\xf5\x65\x95\x9e\xb5\xf6\xd7\x0a\x2f\x89\x51\xcc\xad\xb3\x56\xe7\x20\x46\x21\x3f\x3d\xca\xbe\xf0\x96\x13\xc6\x61\x3e\xc9\xfe\xf3\xde\xf2\x8d\x93\xd3\x51\xb8\x55\x47\xd9\xab\x54\xdd\x88\x9d\x46\xa1\xd6\x68\x94\x66\xbb\xd8\x6f\xcd\x51\x7a\x74\xa3\xb7\x3f\x3f\x9e\x22\x29\x8d\x42\x3e\x61\x14\xf0\x09\xae\xf9\x18\x25\xe6\xb0\xbc\x80\x00\xab\xac\x1a\x51\x05\x60\x22\x7f\xcb\x20\x7f\xfc\xe7\xde\x3b\xee\xc8\x99\x86\x69\x5e\xfd\xe7\x1e\x96\xfb\x10\xa5\x51\x5b\x63\x95\x69\xbc\x2a\x7b\x58\x63\x7a\xab\x9a\xda\xd4\x79\xdf\x11\xfa\xed\xd1\xf2\x34\x89\xda\xdf\x6a\xdc\xc2\xa3\xed\x23\xbd\xc8\xff\x8c\x36\xa3\x6a\xda\x2a\x3b\xab\x35\xda\x7d\xb3\xea\x7e\xfe\xfc\xb4\xb9\xf8\xd6\xc7\xce\xb7\xef\xfe\xf3\xd3\xa3\x87\xbd\x39\x8d\x18\x7d\x6f\xae\x42\x2b\xc0\xe8\xb1\x6d\xfa\xde\x36\xd5\xcd\x48\x69\x74\x32\x6f\xc3\x30\x54\xe9\x23\x9c\x46\x97\x78\x6b\x0b\xa7\x04\x76\x4c\xa3\x53\xe4\x1f\xe6\x59\xc1\x50\xac\x34\xfa\x1d\x6f\x99\xcd\x2a\xb9\x17\x57\x1a\x9d\xf6\x83\xd1\xb7\x94\x31\x1d\x78\x6d\xff\x7f\x47\xd5\xb3\x37\x1b\x57\xa5\x2b\x77\x68\xdf\xab\xb0\xd8\xf9\xc1\x8b\x71\x8c\x7d\x31\x56\xc7\xb1\x4b\x63\x50\xc6\x1d\xc3\xac\x7e\x99\xbc\x05\x10\x05\xfc\xe7\x6d\x47\xc5\x99\xe3\x31\xc8\x0f\x8e\x61\xce\x3d\x85\x42\xee\x18\xb1\x07\x90\x59\xa2\xba\xb7\x78\x1a\xe3\xe3\xb0\xc7\x87\xe5\x64\x8d\x46\xcd\xf7\xe7\xa7\x92\xb1\x1f\xe6\x85\x7d\x7e\x6e\x31\x79\xb8\x7b\xfe\xfe\xbf\x44\x55\xb5\xa9\x12\x56\xb5\xa8\xda\x62\x9d\x1b\x6b\xd3\x98\xb1\xb7\xe7\xde\xdb\xbc\x26\xc6\xe4\x55\x3b\xa6\x09\xdb\x6e\x38\x4c\xc3\x32\x22\x9f\x9f\xf3\x84\x43\x7b\xd5\x94\xa8\x5a\x9b\x04\x2f\xf6\x82\xfa\x94\x31\xf7\x5c\x8f\xc5\x0e\x0a\x65\xb4\x21\xd5\xfa\x4e\xda\x26\xbc\x91\x80\x85\x30\xc9\xcb\x0c\x79\xa3\x6a\xb3\x8c\xf4\xd9\x48\x63\xc5\xd6\x36\xaf\x91\x55\x48\xf6\xcc\x9d\xc3\x7f\xaa\xad\xb3\x2b\x17\x87\xe1\x07\xf9\xcf\xcd\x79\xba\xdb\x5e\x1a\x17\xe5\xdf\x71\x99\xfc\x5b\xdc\x35\x21\x8d\x4b\xe3\xb5\x73\x5b\xb9\x5e\x6d\xdc\x54\x08\x8c\xdb\xb4\x81\x35\xf3\xbd\x9b\xf2\xec\xb8\x2d\x86\xa1\x56\x4e\xff\x9d\xe3\x3d\xb3\x65\x55\x5a\x64\xc6\x4d\x86\x76\x58\x94\xd4\xa4\x91\x69\xdc\x34\x25\x8d\x1b\xd0\x8d\x3c\x9d\x37\xf5\xc8\xe3\xde\xd4\x53\x1c\x8d\x3b\x8d\xe0\x0a\xc7\x7d\xa5\x3f\x3f\x6b\xf1\x2c\xdd\xd7\x15\x55\x38\x16\xce\x58\x8f\x3b\x4e\xe7\xbd\x4f\xe7\xf2\xf8\x9d\xfd\x7f\x8f\xaa\xcd\x30\x36\x12\x2b\x73\xd5\xf4\x9f\x76\x70\x17\xbb\x18\x67\xe2\xde\x67\x82\xae\xb9\x09\x10\x04\xfe\x73\xb3\xb4\x85\xb7\xc4\xfd\x45\x83\xdf\x16\xc8\x0b\xc9\xce\x43\xa1\x60\x3c\xfb\x72\x1a\x34\x5e\x8d\x87\xa6\x51\xa0\x19\x0c\xcf\xf5\xb4\xff\x9f\x51\xb5\x79\x96\xca\xbb\xe0\x29\x1a\x55\x76\x36\x49\x4e\x1f\xf2\xf7\xc3\x52\xc9\x0d\x2a\x71\xc7\x13\x7b\xce\x38\xd8\xec\x01\x68\x69\x3c\x9d\x67\xe9\xb1\x5c\x82\x14\xe2\x86\x25\x93\xf3\x9f\x7b\x0b\x14\x1e\xf6\xe7\x8e\x06\x81\x42\xc3\xcb\xe5\xa5\x08\x32\xe0\x53\xb4\x78\x2a\x5e\xaa\xbb\xc6\x6b\xea\x2e\x8f\x5e\x48\x88\xa7\xf7\x9f\xef\xde\x1c\xc5\x17\x45\x29\x77\x0f\x73\x00\x15\x6a\x92\x86\xd2\x14\x34\x2c\xfd\xab\x0c\x92\x37\x6d\xdc\x88\xba\xa5\x2c\x3a\x22\xa7\xa1\x8b\xdd\xd0\xb5\xb7\x4d\x25\x7d\x53\xe5\x90\x55\x11\xaf\xee\x7c\xf0\xf8\x62\x2d\x0d\xa5\x69\x79\x2e\x81\x84\x58\xee\xf3\x53\xd3\x9f\x1f\x26\xce\x49\x33\xb4\x7f\x13\x9a\xf5\x50\xff\xcd\xd0\x79\x4f\x44\xa4\x15\xde\x65\x33\xb5\xca\x3a\x0b\x4b\xa8\x8e\x29\xb7\x0b\x7a\xd4\x99\x8e\x3a\xb9\x6e\x63\x26\x52\x9e\x89\xa4\xb1\xd5\x5d\xdc\xd2\x4c\x3d\xde\x33\xbf\xbc\xea\x90\x50\x69\x26\x0a\x22\x33\x99\x20\x52\xb7\x0c\xf8\x2f\xcc\xeb\x4c\x33\x86\x68\xc1\x52\x1e\xed\x9a\x66\xba\x1b\xab\xee\xcd\x9f\xfc\xea\xcc\x13\x9d\xd9\xc2\xc8\xfc\x35\xf6\x37\xaa\x2c\x7c\x7f\x78\xec\x79\x42\x64\xb9\xff\xbc\xfe\xfc\x14\xcf\x92\x91\x66\xce\x51\xb5\x17\xa8\x52\xbf\x3d\x43\x07\x3f\x91\xa0\x36\x67\x3f\xa3\x33\x93\x8a\x4c\xd3\x24\x36\x61\xf7\x33\xef\xdd\x99\xed\xde\xcd\xbc\x0a\x67\xe6\xa9\x9f\x96\x3a\xa1\x57\x17\x7e\x66\x21\x2f\x37\x4b\xc6\x95\x2c\x51\xa7\x51\xf7\x61\x0d\xa6\xd7\x15\x4e\x64\x41\x12\x27\x67\xbe\x66\x21\xf7\x3d\xcb\xe6\xbe\x27\xcf\xc7\x0c\x7d\xe0\x34\x7d\xa0\xb8\x07\x56\x9a\x85\x27\x78\x9a\xd2\x8f\x59\xa2\xd2\x2c\x64\x88\x66\x31\x1b\x48\x76\x97\xe8\x34\x2d\x9f\x82\xff\x1c\xb6\x2f\x27\x9b\x8c\x15\x2d\x7b\x45\x07\x0d\x42\xd3\x72\xbb\xf9\x4f\x03\x58\xf1\xdb\x64\x56\x6a\x3a\x67\x05\x95\x19\xfc\x5a\xe5\x95\x31\xab\x5d\x19\x99\x3c\xe7\xac\xe3\xd7\x7b\x9f\xc9\xb9\xae\xb7\x9a\x95\xc7\x78\xd6\x7d\x8c\x47\x75\x11\x6d\x5a\xf2\x5f\xff\x69\xa6\x5b\xe7\x47\x67\x8b\xf9\x6f\xc8\x23\xe7\xc8\x72\x69\x86\x86\x6f\x9a\x86\xaf\x92\xc6\x4f\x03\xbd\xf2\x9f\xf7\xa6\x19\xae\xab\x9b\x8d\x16\x64\x04\xdd\x2f\x6a\x4f\xa7\x39\x78\xf9\xcf\xe7\xcf\x4f\x75\xa7\xa0\x34\x1b\x95\xe0\xb3\xc1\xe0\x4a\x8b\xfd\x6c\x6f\xf4\x71\x53\x96\xe9\xc9\x8a\xd2\x6c\x1f\xa7\xbf\x7d\xfb\x40\x75\x6e\xc8\x46\x13\xc4\x34\xa5\x63\x89\x7d\xdc\x29\xc2\xcf\x6e\xae\xb2\x29\xd5\xa8\x7b\xa2\xee\xdd\xdb\x9f\xf3\xd1\x69\x09\x99\x40\xdf\xca\x1e\xa8\x9b\x66\x2f\x9c\xab\x5e\x30\x57\x8b\x55\x12\x55\x7b\xd7\xf9\xad\x3c\x7b\x8d\x06\xab\xdd\xaf\x85\x35\x33\x6a\x64\x6f\x39\xb7\xc7\xcc\x4e\x15\xef\xec\x6d\xf3\x9c\x83\x53\xdf\x5b\xbc\xb5\xe9\x1e\xb3\xdc\xa6\x69\x08\xa1\xfe\x73\xd8\x6c\xb0\x7f\x8b\x73\x68\x59\xee\x08\x81\xb0\xff\x5f\x51\x05\x3f\x3a\xdf\x6e\xfd\x8a\x39\x34\x5c\x84\x15\xc3\xba\xa2\x41\x33\x68\x2f\x92\x82\x10\x2e\xa6\x09\x17\x85\x02\xc4\x0c\x01\x62\x9a\x00\x21\x71\x31\xf4\x37\x1a\xdc\xb4\xb0\xc4\x9a\x8c\xb8\x33\xc6\x96\xd5\x9a\x83\x4d\xa6\x39\x82\xf4\x0f\x23\xfd\x61\x5b\x9b\x63\xc6\x6b\x5b\x8e\x63\x76\xca\xfd\xff\x1d\x55\x7b\x93\x56\x5e\x5e\x83\x2e\x31\x73\x00\xe0\x85\x34\x7a\xd0\x96\x38\x91\x09\x2f\x39\xa0\x4c\x9a\x83\xd6\xc9\x39\x1e\xdd\x83\xe6\x8a\x8d\xd8\xda\x96\xfc\xae\xce\xe2\x53\x15\x8a\xe1\x39\x93\xdd\x15\x1c\xf4\xa4\x11\xfa\xc0\x36\x74\x8f\x07\x4f\x73\x06\xd5\x9f\x9b\xea\xcf\xce\x91\x4d\x7a\xbe\x4c\xf3\x65\x2f\x75\xb2\x45\x3a\xab\x4c\xf3\x6a\x17\x4f\x91\x91\xe6\x24\xe7\x30\xa7\x71\x0e\x54\xfd\xcc\x49\x16\x6b\xce\xcd\x62\xc9\xe4\x42\xcf\x1e\xdf\xda\x14\x6e\xd1\x48\x36\x43\x0b\x3d\x4d\x0b\xdd\x84\xf7\xd2\x8c\x4d\x35\x6d\x53\x65\x47\x9e\x4b\x73\xde\xf1\xb1\xdb\x2e\x98\x78\xed\x89\x31\x5b\x28\x4e\x71\x17\xc6\x5d\x10\x5f\x7b\x20\x0c\x70\x5f\x4d\x6a\x58\xe7\x7c\xc1\xd4\xc7\x64\x29\xcf\xd2\x54\x3b\x4b\x5c\x34\x09\x12\x21\x08\xa1\x15\x56\x51\x84\x98\x96\xe3\x63\x26\x4e\xb1\x50\xeb\x39\x65\x1f\x46\xa1\x31\x6a\x8a\xf0\x70\xca\xde\x62\xcb\x23\xcf\xd3\x94\xc5\x6e\xc8\xda\x12\xb2\x43\xd7\xa4\x29\x71\x51\x8b\x19\xd2\x13\x95\x94\x53\xc8\x81\x4d\xb1\xf0\xc1\x5c\xb8\x6a\x06\x17\xeb\x3f\x8d\x8c\x15\x17\x21\xa6\xc4\x2d\x2e\x16\x10\x98\xa7\x1b\x38\xe6\x8a\x6b\x7c\xe1\x1a\xa7\xa4\x36\x17\x59\xf4\xb9\xcc\xab\xb4\x08\x2f\xad\x45\xd5\xf2\x44\x06\x0e\x0a\xf9\x73\x05\x97\x65\xb1\x02\x92\xb9\xfd\x17\x95\x79\x13\x99\x2c\x92\xc3\xd1\xef\x02\x8d\xba\xbd\x83\xe2\xce\xb2\x3c\x10\xfe\xd3\xc2\x22\x84\xfd\x7f\x39\xee\x65\xe1\x58\x8b\x3c\xcf\xa2\x0c\x34\x2d\x3d\xc3\xa4\x11\x69\xae\xb8\x46\x2c\xd3\x82\xd0\x7b\x63\x5e\x94\x09\xe7\xb5\x4f\xdd\xa2\xa3\xe5\x0c\xa9\x76\x9a\x54\xdb\xe8\x27\x30\xaf\xc1\x6e\x5c\xa3\xd8\x3e\x66\x83\x54\x05\xcf\xcb\x54\xc1\xa5\x91\x19\xba\xc6\x13\x75\xc6\x55\x4a\xe6\xd7\x68\xda\x9b\xc8\x07\x50\x0b\x8f\xef\x45\x6b\xe6\x34\x58\xff\xd9\xfb\x3f\xf2\xb1\xd7\xe2\x1e\xba\xb6\x14\x5a\x27\x67\xf9\xba\xa2\x51\x73\x68\x48\xb4\x83\xce\x2b\x78\xcb\x0b\xbc\xa5\x27\xf6\xdb\x05\x25\xea\x80\x5d\x55\xd9\x51\x9a\xad\xe7\xb5\x79\x61\xa2\x93\xa4\x79\xd3\x38\x3d\xef\x94\xf7\xa9\x72\x0b\xd4\xbc\xa9\xc3\x9f\xf7\x66\x9b\x5b\xe7\xbd\x76\x7f\xf1\xd6\x87\x8e\xb8\x62\x77\x3e\x95\x3b\xe8\xd9\xf7\x69\xef\xec\xc7\x43\x95\xc9\x7c\xe6\xb2\x8f\x45\x15\x67\xc4\xd0\xed\x26\x3d\x90\x66\x48\x80\xd3\x24\xc0\x96\xc9\xa2\x3f\x74\x76\x9a\xc0\xa2\xdb\x4b\xc7\xba\x1e\x75\x5b\x2e\x17\x72\x14\x8f\xc6\xc7\xf6\x48\xfa\x20\x1f\xf5\x46\xef\xdf\xdd\x7b\xc9\xa4\x32\x6f\xf4\xe3\x45\x3f\x5c\xbd\x31\xdf\xb8\x60\xdf\x07\x9e\x70\xee\x18\x30\x35\xae\x06\x2d\xa0\x17\x5c\x50\xa5\xe3\xdf\xd4\x6e\x0b\x43\xee\x5d\xe3\xfc\xea\x80\x57\x22\xab\xa8\xda\x9b\x70\x1f\xad\x9e\x6e\x37\xcd\x2f\xfa\x6f\x2e\x8b\x22\x24\x32\x5f\x10\x0b\xa4\x41\x6c\xf4\x1c\x99\x5f\xf0\x30\xdf\xe6\x61\x44\x28\x3d\x85\x3b\xe1\x34\x77\xc2\xd5\x24\xaa\x56\x54\x6d\x31\x88\x86\xf4\xf9\xc5\x55\x0f\xdf\xc0\x5c\x29\x10\x7c\x71\xa1\x7f\x5b\x36\x90\x1c\xaf\x5d\xd1\xc7\x2b\xef\x7e\x70\x1e\x3f\x6a\x2d\xe7\xb7\xa7\x5b\x1c\x67\x2e\xcd\xf0\x79\x9b\xe6\xf3\x26\x99\x33\xfc\x05\x7f\xf3\xed\x0d\x51\x83\x03\xfb\xde\xe8\xe2\xfb\xec\x81\x91\x75\xff\x42\xbe\x30\x10\xe4\xe6\x00\xfc\xfb\xff\x12\x55\xc6\xe0\x66\x32\xb8\x5f\x1c\x8b\x6f\x1f\x8b\xb6\xe2\xb5\x2f\x66\xd1\x82\x11\x0a\x95\xe4\xf3\xa3\xb3\xd7\xfc\xcc\xd9\xab\xd0\x03\x47\xc2\x29\x4e\xcc\x29\x6e\xd2\x32\x27\x96\x66\xd1\x7f\x5a\x08\x30\xb5\x26\x92\x28\x29\x48\xda\x92\x82\x78\x9e\x82\x24\x89\xfc\x99\x24\xe3\xcf\x28\x99\x4b\x92\x68\x11\xee\x19\x7e\x59\x4a\xe2\x8d\x28\x69\x53\x93\x42\x37\x50\x31\xf4\x64\xff\x69\xe1\x2e\x74\x3c\x10\x73\x27\xf7\x9f\xb6\x43\x5c\xbe\x90\x4c\xb7\x39\xc9\x7b\x17\x34\xfa\x02\x48\xe6\x75\x22\xd9\xae\x93\x92\x27\x5f\xe3\xd2\x48\x36\xd1\xaf\x7a\x42\xfd\x24\x99\x93\x2c\xe6\x8e\x23\x9e\x78\x24\x49\xa1\xf6\x57\x8a\x59\x36\x1c\xc2\x29\x49\xa1\x6a\x47\x8a\xa9\x76\xe8\x86\x27\x85\x6a\x0c\x29\xa6\xc6\xc8\xb5\x44\x9d\x44\xdd\xda\x8b\x9d\xd9\xe2\x88\x2a\x43\x2c\x2e\x9e\x80\x29\x49\xa1\x2f\x9b\x58\xfe\xc1\x41\x05\xb0\x54\x9e\x19\xa9\xfb\xcc\x14\x1a\xf6\xa5\x91\x65\x92\x66\x21\xe3\x69\xba\xc8\x25\x9d\xb2\xbc\xf4\x62\x13\xe9\x24\x5c\x7a\x74\xa4\x0f\xeb\x23\x37\x56\xa7\x66\x5b\xba\x69\xb6\xc5\xf3\xb9\x26\x31\x6f\x0f\xff\x69\x5e\xd4\x2e\x80\xc8\xa0\x8b\x96\x20\xdf\x40\x75\x14\xe0\x24\x83\xec\xac\x98\x80\xb0\x97\xc6\x3b\x39\xa8\xdc\x96\x61\x3e\x5a\xf4\x98\x96\x41\xee\x13\x68\x2d\x42\x81\x4c\xc2\xf1\x43\xcc\xf1\x43\x3c\x3d\x73\x92\x49\x41\x53\x8c\x9d\xaf\x0e\x35\x93\x64\xd2\xc4\x29\xd3\x4c\x9c\xa9\x70\x69\x26\x15\x83\x32\x0d\x8b\x20\x79\x4c\x65\x92\x49\x53\xb7\x4c\x98\xba\xab\x9f\x51\x99\x5f\xb4\x69\x10\xb1\x85\x6e\xe2\x22\x14\x5e\xc5\x98\xd4\x5c\x62\x07\x09\x0d\x12\x22\x79\x4f\x25\x7d\x89\x45\xa8\x77\xdb\x3b\xee\xcf\xcf\xf4\x5c\xcb\xfb\xff\x1e\x55\x40\xb9\x75\xf6\x5f\x64\x46\x9d\xf9\xf2\xf0\xf2\x12\x61\x2c\x82\x58\x92\xbb\xe2\x39\x6a\x93\xc8\x1d\xfd\xb8\x81\x5f\xc2\x59\x96\x27\x5e\x33\xeb\x34\x05\x0a\x11\xca\x57\x22\x9b\xdb\x5f\x9d\xc4\x42\xbe\x78\xcb\xbc\x21\x92\x03\xba\x25\x59\xb4\xd0\x88\xb1\xb6\xcd\xa1\x6a\xf7\xff\x33\xaa\x96\xb9\x79\xb9\xf1\x49\x16\xdd\x4d\x64\x99\x6f\x60\xae\xa4\x09\x8b\x7e\x23\x02\x40\xe6\x52\x78\xee\x17\xfd\x43\x64\x99\x7f\x48\xe9\x1c\xdc\x0a\x0a\x04\x20\xba\xea\x60\xe1\x49\xd6\x1b\xef\xed\xcb\x40\x16\xf7\xeb\xfa\x62\x04\x16\x39\x99\x3d\xf5\x4b\x92\x2b\xb6\xde\xb5\xb7\x5e\xa1\x73\x26\x70\x5d\xfc\xe7\x96\x44\x16\x77\xc2\x45\xf7\x16\xb9\x36\xe9\x20\xfc\x40\x92\x6b\x46\x83\x16\x5d\x22\x3c\xf8\xd7\x1b\x0d\x5a\xa8\xed\x26\x52\x5e\xf7\x45\x9d\xc5\x3b\xe6\xe6\x52\xb8\xdc\x74\x8b\x92\x7b\x77\xb7\xd1\x15\x08\xb0\x1d\xfe\xd3\x18\x34\x6e\xa0\x9b\x7e\x20\x72\x5b\x26\xbd\x9a\xe6\xf8\x27\x96\x56\x6e\xaa\x3a\xe4\xb6\xec\x15\xb5\xf1\x60\xdd\x4b\xa2\x0e\xc2\xa0\xbb\xe2\x48\x38\xb3\x88\x39\xb3\x88\x03\xcc\x26\x79\x82\x7a\x99\xf3\x4a\x4e\x85\x83\x78\x84\x9f\x7b\xb6\x88\xb7\x06\x8f\xff\xc3\xb8\x2e\x79\x2c\xd8\x34\x53\xf9\x2f\xcf\x15\x75\x5b\x20\x2e\x0e\x1d\x95\xc4\x72\xa4\xfb\xcf\x2d\x0e\x7a\xd6\xd7\x24\x4f\xdc\x47\x86\x36\xd1\xe8\x06\x25\x0f\xd9\x01\x79\xd4\x76\xba\x9b\x42\xe4\xd1\x18\x99\xbe\x56\xe5\x6f\xbd\x74\xfc\x94\x37\x81\x9a\x90\x2c\xbc\x39\xea\xf6\x59\x21\x22\x73\x92\x37\x26\xe4\xdd\x13\xb2\xa8\x08\x91\x97\x72\x9b\x18\x5a\xde\xf2\xc0\xd6\x24\x2f\xb5\x97\xf2\x9a\x11\x82\xf6\x09\xd1\xa0\x94\x0a\x4a\x49\xdd\x95\x84\xc5\x43\xcc\xe2\x91\xb3\x07\x13\x27\xd1\x15\xef\x59\x34\x46\x8d\x95\x51\xea\x20\x44\x2d\x1c\xa3\x3a\xe8\x55\x12\x8d\xcb\x5b\xf7\xe5\x2d\x34\x52\x01\xd8\xc2\x7f\xda\xf1\xe0\x75\xf4\x25\x56\x59\xbc\xd2\x72\x14\xda\x24\xe1\x41\x2d\xe6\x41\x9d\x53\xdc\x10\x5f\x4c\xa4\x85\x2c\xe5\x24\x24\xb0\x5f\x5c\x55\x9f\x5d\x55\xc5\xb1\x07\x76\x01\x6f\x46\x73\xc3\xce\xc5\x11\x03\x76\x41\xbc\xd7\x11\x86\x42\x4a\xf3\x8d\xa8\x1b\x88\xc0\x8a\xbe\xc4\x1d\xf7\x21\x14\xd2\xc1\x3f\xd3\x4a\xa4\xda\x2b\x6d\xaa\xdd\x39\x84\x95\x28\xa9\x03\xb4\xa3\x93\xfc\xae\x44\xed\xc5\x4a\xcb\xa2\xb0\x7c\xbb\xae\xf4\x2e\x56\xbd\xe6\x8a\x9c\x59\x45\x69\x1c\xe8\x1b\xe2\xe0\x6a\x69\x25\x52\xbc\x65\xb1\xe2\xc2\x18\xb7\x95\xe9\x73\xbc\xf2\xf1\x39\xf6\xc5\x59\x99\x9a\xec\x95\xe1\xab\xda\x5c\x1d\xb2\x72\xbd\xa2\xce\xe8\xb2\x63\x65\xa7\x95\x49\x29\x57\x36\x80\x84\x4a\x39\x77\x65\x52\xa8\x65\x20\x84\x73\xfa\xf5\xb1\xf2\x88\xaa\x61\xfb\xdc\xd7\x6d\xe5\x98\xc7\x6c\x18\x55\xfb\x86\x61\x5d\xf4\xd2\xc0\x68\xf7\x0d\xe9\x75\xbc\xf6\x57\xc6\xb5\xdf\x3a\x7b\x49\x69\x7c\x59\xe6\xeb\xee\xf0\x7d\x69\x65\xea\x5b\x57\x36\x67\x8e\xe2\xf9\x59\xd2\xca\x1a\x03\xdf\x33\x2e\x1e\x65\x9f\x56\x21\x43\xb0\xca\x66\x08\x6a\xe3\xba\x15\xf2\xd8\xab\x40\xeb\x24\xce\xc9\xad\xf2\x45\x1d\x90\x1b\x63\xe5\x2a\xaf\xc6\x85\x58\xf1\x4c\x95\xeb\xaa\xb4\x76\xae\xfa\xbe\x9b\xff\x70\x6b\x08\xd0\x45\xfc\xe7\x42\xe8\x44\xd4\x5d\x51\x77\xe3\x80\xfb\xea\xb4\xce\x79\x6e\x7d\xef\x57\xf1\xeb\x6f\xb5\x11\x4d\x1a\xc5\xae\xcd\x19\xf7\xd5\x18\x12\xb6\xda\xd4\x3f\x3f\x9d\xaa\xbd\xd5\xe8\x78\xb6\x9a\x39\x9e\x55\x0f\xfe\x4f\xab\x5f\x6c\xb2\x23\x16\xd7\x9d\xda\x57\xa7\x42\x6a\x75\x53\x48\x65\x9a\x28\x56\xa7\xb4\xb8\x4c\xe5\xdd\x19\x97\xb9\xfa\xcb\x85\xeb\x86\xf2\x5d\xaa\xcb\xc8\xab\xbf\xf1\x1a\xdc\x5f\x1c\x68\x3b\xad\x41\x95\xec\x1a\xcd\xa2\x2b\x78\x08\x06\x9d\x88\xd6\xd8\x0c\x66\xa1\xce\x63\x8d\x39\x58\x35\x2d\xc0\xcb\x85\xb4\x35\x62\x53\x9a\xfa\xbb\xb6\x15\x55\x12\x55\x9b\xd2\x27\xa7\xd9\x6b\xac\xf8\xd6\xa6\xec\xcb\x71\x00\xf6\xff\x2d\xaa\xf6\xde\xf2\x84\x76\x69\x99\x4f\xb5\xff\x94\xcd\x0f\xb8\x20\xb6\xc6\x13\x3d\xb4\x10\x34\xcf\x58\xbd\xff\x5f\x51\x75\x59\x83\xfe\xd6\xe4\x15\xb6\xe6\xa6\xcf\x6d\xba\xac\xbb\xcc\xbd\xc6\x7f\x3e\x98\xc4\xa8\xd3\xa8\x33\x9d\xf1\x22\x71\x9a\x0c\xbf\x5a\xb3\xae\x3f\x3f\x9d\xee\x12\x6b\xd2\xd4\xbf\x66\x55\xdb\x73\xec\x48\x8f\xaf\x6d\x5e\xa2\xd3\xe3\x60\x4d\x3a\x70\x2d\xf3\xd6\x59\x14\x3a\xd6\xa4\x4a\x6c\x4d\x43\x50\xaa\x54\xbd\xac\xf9\xc6\xc7\x0c\x9d\xa1\x30\x58\x74\xcd\x2f\xea\x20\xab\xd3\xe9\x60\x09\xf9\xc2\x25\x26\x92\x30\x7c\x71\x09\x23\x0e\x96\x81\x07\x54\x4f\x8a\xbe\xff\x7f\xa3\x6a\xb3\xd8\x8c\x18\x5d\x21\x58\x2c\x13\x2c\xea\xe2\x3c\x0a\xd9\xe8\x25\x79\xaf\x27\x9d\xdd\x96\x04\x39\x10\xc3\xfe\x2e\x8c\xf4\x5e\x12\x1b\x55\x0c\x9b\xad\x38\xf0\x6a\x5a\x42\xef\xf6\x25\x86\xcf\x5d\x07\x97\x54\xae\xe8\xa4\xc5\x52\xa5\x1a\x63\xa3\xf8\xb0\x4c\x7c\xc8\x85\x52\xe6\x92\x98\x2e\xf9\x2c\x4e\xc0\xc5\xd6\xb5\x78\x3d\x2f\x64\xb1\x4e\x74\xf8\x5e\x2b\x76\xd0\xb2\x1d\x94\x1d\xfa\x25\xad\x45\x0d\xd7\xb2\xbc\xd4\x9d\xec\xc5\x5a\x57\x34\x89\x18\x02\xc7\xb8\x4a\x6b\xd1\x57\x72\x01\x7b\x20\xad\xf1\x6f\x2e\xb3\x6b\xc5\x20\x96\xad\x79\x5e\xdc\x98\x17\xfd\x36\x17\xb2\xb8\xd5\x32\xa3\xee\x8a\xba\x7d\x7b\x53\x1d\xb4\x2e\xf2\x0a\x0b\x79\x67\xab\x23\xf9\xa4\x75\x31\xc6\x74\x5d\xb7\x05\x50\x70\xf9\xae\x18\x84\x09\x06\x7d\xb9\xa4\xb6\xc2\x33\x6b\x99\x67\x56\x9b\xa4\x33\x77\xe2\x5e\x07\xa0\x4f\x71\x78\xa8\xb4\xee\xd8\x47\xc0\xa5\xae\x99\xa4\xf7\xa6\x01\x7b\xdd\xa6\xb9\xac\x95\xe3\xbe\x63\x15\xe0\xfe\x9f\xa8\x58\x5b\x37\x83\x25\xd7\xdd\x8a\x0d\x80\x55\x8c\xca\x5f\xb7\xe5\xb6\x4a\x14\x6c\xd7\x1d\x97\x26\x30\xee\x0a\xe3\xa1\xd6\x43\x43\xef\x7a\x0a\x7c\xcb\x5c\x54\x5b\x4f\x9c\x72\x53\x30\xf7\x45\x26\xe3\xa1\x8c\xba\x1e\xc8\xa8\x34\x8a\xae\x37\x28\x11\x50\xac\x0b\x3d\x46\xd6\x4b\x47\xdd\x85\x94\x6f\x25\x71\x56\x5e\xc6\x4b\xad\xd7\x92\x00\x94\x19\xef\x51\x81\xb6\x5e\x53\xa0\x15\x9a\xe1\xd7\x1b\x9b\x13\x49\x3f\x0a\xdd\xb0\xd6\x1b\x37\xd9\x6b\x37\x59\xa5\x47\xd5\x7a\xbf\xa8\xfb\xae\x3d\x3c\x12\x01\xa5\xf2\x7e\x69\x82\x2e\xcc\x85\xa7\xa5\x74\x95\x59\x6a\x28\x07\x0e\xbf\x95\x56\xc0\x0f\x2c\x53\x25\xe7\xdc\xc9\x71\x2a\xb5\xe6\x0b\xf9\x2c\x72\xe7\x7e\xd6\xe0\x25\xd4\x78\x89\xca\x9b\x47\x83\x79\x54\x13\x97\x2b\xed\x6c\xeb\xa3\x27\xe7\x32\x76\x3d\xe7\xe4\x26\xd5\x15\x3a\xe9\x05\x9d\x74\x61\x54\xfc\x0a\x5e\x7b\x59\x54\x7c\x2e\x93\x97\x60\xf0\xda\xcb\x78\xed\x4e\x35\xf7\xfa\x82\x43\xfc\xcc\x91\xa3\x36\x5e\x5a\x5f\xac\xdd\x67\xa9\xe3\x6b\xe7\x01\xfa\x82\xc4\x7d\xc8\x5c\x41\xb3\xbb\x26\x4e\xb4\x22\x98\x78\x54\x97\xd7\x34\x80\x47\x34\x21\x97\x0d\x87\xae\x89\xb6\x3b\x85\xfb\xd4\x20\x94\x88\xa6\xf6\xab\xce\x50\xa4\x68\xe2\xd5\x44\x1f\x1c\x4d\x1d\xe8\xbb\x83\x75\x14\x98\x35\x8d\xf2\x1b\xe0\x74\x17\x34\xd6\x21\xb3\x4a\x8b\x7e\xce\xa8\x43\x66\xf9\xee\x37\xaf\x26\xee\x4d\x05\xf4\xdf\x70\xdc\xba\xa4\x89\x90\x27\x9a\xcc\x02\x3c\x1c\x96\x7f\x17\x44\x5f\x90\xcc\xce\x81\xc0\x76\xc1\xc7\x3a\x3b\x7b\x83\x01\xc7\x9a\xbe\xe8\xcb\x77\x72\xd8\xf3\x3d\xda\x49\x35\x19\x5a\xd0\xa0\xab\x9d\xe6\x58\x07\xc4\xa3\x0e\xca\xd4\x1a\xee\x5a\x9a\xe1\xd2\x34\x38\x9f\x99\x31\x69\x0a\xc8\xaa\x31\x9c\xb3\xd6\x10\x60\x34\x37\xa4\x0c\x70\x16\x59\x73\xfb\x55\x77\xb2\x91\x4d\xd6\x5d\x51\x77\x03\xde\x37\xb3\xee\x65\x9d\x25\x0a\x64\xca\x9b\x5d\xa0\xac\x33\x0c\xc9\x31\x39\xf6\x4c\xfe\x59\xf3\x49\x95\xd3\x58\x37\x63\xec\x0b\x79\x83\x3b\xc7\x40\x9e\x50\x01\xa7\x35\x3c\xb7\xcb\x2e\x68\x51\x67\x58\x91\x74\xd9\xd5\x80\x77\xd1\x8c\x0c\x1c\x9e\xc6\x75\x17\xc4\xd8\x6f\x00\x24\x24\x8e\xfd\xe6\xba\x5b\x1c\x6c\x1e\x54\x70\x6b\xa6\x1e\x45\xf3\x83\x04\xf2\x31\xbe\x27\xe6\xec\x60\xf1\x36\x7e\x8f\xb6\x73\xcd\x58\x77\xba\xa2\x68\x21\x67\xa5\xa6\xbd\xcf\x43\xdc\x7a\xab\x85\x74\x5c\x8b\xd1\xf1\xb1\xdc\x56\xac\x85\xbe\x17\x0a\xfd\xfd\xa0\x3e\x4e\x0b\xcd\x16\x5a\xb0\x0e\xbc\x37\x34\x14\xf8\x8a\x9c\x2c\x83\xec\xb2\x46\x78\xab\x16\xa0\x48\x11\xc0\x42\x0b\xdd\x73\xb4\x5c\x80\x04\xef\xec\x27\xe9\x8b\x96\x1b\x75\xae\x51\xd4\x72\x47\x9d\x22\x54\xdd\xef\x06\x2d\x34\x2a\x69\xf9\x90\xb6\x48\x38\xbe\x2f\xe6\xe5\x43\x0a\x00\xbf\xf5\xb5\x52\x03\xa8\x15\x58\x89\x0c\x72\xd3\x9a\x7f\xd5\x75\x00\xce\x56\xd6\x71\x7c\xb5\x1e\x30\x5a\x1f\x7b\xa5\x4e\x48\xab\xe9\x84\xc4\x51\x78\x77\x81\x46\x1d\x32\x98\xb9\x6a\x44\x6b\x8b\xef\x41\x9f\xcd\x50\x4c\xad\x14\x43\x15\x99\x29\x1b\x2d\x63\x5a\xe3\x1c\xd5\x86\x6c\xad\x9c\x97\x90\x7a\xb5\xf6\x93\x78\xaa\xb0\x6e\x44\x1d\xc6\x40\x1a\x59\x29\x2f\x68\x35\xfa\xd9\x32\xf7\x7c\x0d\xfa\x69\xbe\x82\x91\x24\x74\x17\x44\x3f\x91\xa4\x8a\xce\x83\x5a\xa9\x64\x56\x33\xe2\x04\xee\xff\x2e\x88\x31\x00\x7c\x9d\x7a\x72\xad\x12\x63\x00\x0c\x5e\x89\xb9\x66\x10\x9a\x56\x60\x3b\xd2\x97\x44\x2b\xfd\x07\xb4\x5e\xc0\xde\xe2\x3e\xab\x41\xcb\xeb\x83\x3a\x9e\xa3\xfa\xc4\x18\x1e\x98\x0c\xd7\xfc\x27\x26\x58\xeb\x13\xcb\xfb\x9e\x9c\xbf\x9c\xb6\x37\x9a\x45\xde\xea\xca\xab\xa5\xbe\x31\x7c\x3d\x09\xfb\xb8\x2d\x34\xde\x03\x30\x7b\xe5\xd5\x59\xbf\x78\x0f\xf0\xc5\xd4\xa1\x68\xa0\x3e\xe9\xc9\x2a\x4a\x87\x4c\x6d\xd4\xaf\x28\xd0\xb6\x98\x77\x67\x17\x70\x99\x9a\x83\xb8\xfb\xd4\xb4\xb8\xaa\x9b\xd9\x1e\x5a\xe5\x96\x69\x35\xbe\x07\x14\xf6\xca\xeb\xa3\x51\x2b\xa0\xad\x03\x30\xd0\x95\x55\xda\xe8\x8f\xa2\x0d\xdb\xa9\xf1\x08\xb6\x11\xdf\x1b\xeb\x37\xde\xe3\x2e\x20\x99\x6c\xf3\xe4\x10\xe3\xf8\x66\x7c\x0f\x79\xc6\x19\xa5\xa7\x8d\x8c\x9d\x36\xd1\xdf\xf8\xe9\x49\xdb\x8a\x31\x18\xd9\x6a\x74\xe4\xd2\x46\xdf\x30\x6d\xd8\x32\x0c\x24\xd3\xf6\x44\x9b\x00\x9b\xa5\x6e\x43\xdb\x1b\x7d\xc1\x1a\xd1\x50\xa8\x3d\xd6\xa8\x03\xee\xbc\x93\x64\x77\x1a\xb5\xb5\x63\x8d\x18\x23\xa7\x3d\xc8\x4f\x2f\xa7\xce\xd7\xbd\x53\x0f\xa9\xfd\x00\xe8\x93\x9d\xea\xd4\xe8\x6a\x07\x04\xb0\xa7\x5a\xdd\x05\x3c\x2e\x1d\x60\xc8\x0c\xcd\xd4\x4e\x15\xab\x76\x64\x3e\xa0\xe0\xa4\xfd\x8a\xba\x93\x8b\x35\xda\xbc\x2b\xeb\xde\x93\x67\x9d\x6d\x52\xc3\xa4\xa6\x61\xa2\x53\x8a\xf6\x37\x7a\x09\xf0\x59\xe1\x4c\x47\x2c\x97\xf6\x0f\x09\x9f\x49\x28\xfa\xd7\xa3\xce\x66\x9a\x01\x82\x3a\x62\xa6\x4f\xc6\x2b\x21\xc3\x34\x82\x29\x1a\xe6\x58\xd6\x3c\xc1\xe1\x2e\x60\x5f\xe0\xc4\xd9\x68\xe2\xd2\xd0\x75\xe9\xb0\xdd\xc9\x3c\x5b\xbb\x20\xea\x10\x26\x4a\x3b\xb5\x0e\x5a\xb7\x75\x5c\x7f\x65\xc1\xdf\x05\xf1\x3d\x64\x3d\x4c\x24\xa0\xe3\x8a\x7e\x5e\x00\x3c\x4f\x6c\xf3\xe2\xbc\x8c\x07\x51\x8e\xdc\x2d\x23\x98\x8d\x81\xcc\x9d\xc9\x15\xb4\x3a\xbe\x68\xd3\xe6\xac\x13\xac\x49\x67\xcc\xd9\x04\x6c\xb9\xe7\x7c\xdf\x05\x7c\x6f\x0e\xa4\x59\xe2\x5c\xcf\x38\x99\xd3\x13\x94\x7a\x3f\x43\xdb\xa4\xd3\x2c\x8d\xbd\xb0\x9f\x93\xd2\x98\x4e\xcb\x0c\xcc\x64\x73\x49\x27\xf5\x27\x3a\x5f\xe4\x56\x13\xf6\x85\xe6\x3f\x9d\x9e\x45\xc0\x77\xd9\x64\xf0\x9c\xce\xef\x80\xf7\x7b\x3f\x25\xc6\x27\x69\xfd\x86\x65\xdf\x05\x5c\x3f\x41\x2e\xb7\xca\xcb\x43\x0a\xbf\x27\x03\x48\xd2\xbc\x54\x85\x6e\x72\x2a\x48\xf9\xd0\xb8\x97\xc2\xcd\x52\x65\x21\x71\xa4\x2b\x7e\x55\x82\x01\x15\xf4\xb3\x71\xae\x57\xf4\x73\x9d\x1c\x68\xbc\x70\x03\xcc\x40\x0d\xcc\x20\x8b\x67\x3e\xd9\x05\x5c\xa3\x35\x4e\x6a\x4f\xff\xde\xa2\x89\x5f\x91\x8b\xac\xd3\x39\x59\x57\x5c\xe2\x6b\x9c\xc4\x81\x8b\x75\x77\xd4\x19\xaa\x78\x30\x53\x8b\x42\xa5\x2e\x00\x1c\x33\x82\x5b\x17\x0d\xf2\xba\x26\xfc\xfc\x49\x21\x17\x6d\x12\xba\x90\xaa\x3a\x53\x60\x09\x57\x4b\x05\xa2\x26\x53\x82\x25\x5d\x41\xad\x97\xcd\xa7\xe4\x18\xdf\x8a\x79\x59\x27\x95\x58\x67\x5d\xcc\xcb\x85\xf7\x48\xb1\x56\x30\xa7\x9e\xc1\x78\x46\xdd\xaf\xf7\x80\xb8\x1f\xdf\x0b\xc6\x75\x21\x9d\x93\x67\x80\x4a\xba\x42\x38\x5c\xc8\x12\x1d\x4c\x98\x65\x45\xf6\x9f\x13\x75\xec\xe7\x1d\xdf\x33\x44\x5c\xf1\x6c\xf7\xbb\x80\xd4\xfa\xa4\x8d\xc9\xb1\x5f\x9e\x68\xd3\x10\x6c\x67\x25\xcd\x5a\x41\x0b\x16\x52\xdf\x31\xde\x45\xd7\x1b\xf3\x09\x14\x70\x07\x1f\xdf\x05\xb1\x27\x0c\x8a\x59\xe8\x17\xa7\x4b\xe3\x3d\xa4\x9f\x89\x73\xbb\x34\xfa\x62\xfa\x2a\x29\x99\xf3\xa2\x31\x67\x1f\xde\x8b\xbd\x1b\xb4\x1c\x09\x6b\xa4\xc4\x5e\x0a\xe1\xf7\xe4\xc0\xf3\x54\xde\x49\xaf\x38\x2b\x97\x45\xaa\x4b\xa1\xf0\x74\x51\x1b\xaf\x17\x50\x9b\x3d\x9d\xf9\x2e\x58\x51\xf7\xa1\xce\xfb\x79\x65\xf6\x05\x78\xab\x52\xb8\xee\x17\x11\xd4\xf4\x42\xfc\x4a\xe1\x5c\x5f\x8c\x0d\xd0\x0b\x88\xd7\x85\x0a\x8a\xab\x44\x9b\x05\x7d\xe1\x1d\x70\x05\x6d\xbd\xea\xa9\xf3\x75\xb8\xea\xaf\x3a\xf8\x91\x51\x88\xbd\x42\xf0\xb8\x00\x8b\xeb\xa9\x6b\x77\x41\x89\x3a\xf4\x85\xdc\xd9\x15\x02\xfc\x85\x2c\xf7\x85\xf4\xfa\xa2\x95\x51\x2f\xa4\x3a\xab\xe9\xdf\x9c\x1d\x34\x7c\x39\xf4\x32\xf9\x5e\x82\xe1\xbd\x42\xbe\x37\x7f\xe4\x5d\xc7\xa5\x08\xd2\x74\x99\xfe\x49\x2a\xe5\x84\x8b\xbe\x17\x7a\x21\x0f\x68\x8d\xe5\x0d\x99\xf3\x02\xfc\x42\xed\x9c\x36\xe1\x71\xb9\x40\x2a\x08\xc4\xa5\x57\x90\x03\x73\x39\xde\x75\x9c\x9a\x2b\xfa\x82\xbc\x5a\xc1\x0c\x5f\x71\xe5\x5e\x48\xeb\x1a\xd7\xc0\x15\x47\x1e\xc0\xcb\x52\x79\xac\x23\x74\x58\x2f\x24\xde\xa2\x55\x45\x2d\x75\xe2\xf9\xf9\x60\x5e\xc8\xf0\x5e\x4f\xf4\x13\xc7\xb3\xf1\x9a\x0b\x9d\xb7\x5e\x96\xdc\x80\x10\xc9\xbb\x20\xda\xc4\xf1\x24\xe4\x95\x5e\x74\x62\xd3\xcb\x04\x8f\x3e\x7b\xd4\xc5\x7c\x22\x09\x45\xe3\xf1\xbc\x42\xde\xbe\x4c\x6f\x25\x8d\xc7\xf3\x8a\xa3\x7b\x01\xf9\x9d\xf6\x60\xbd\xbe\x58\x3f\x24\xdd\x77\xe4\xf0\x5d\x10\xfd\x04\xbc\xb7\xe7\x33\x4e\x7a\x87\x6e\x03\xda\x79\x69\xbc\xaa\x6f\x7a\x3e\xe8\x8d\xa3\xdb\x38\x86\x08\xa9\x56\x64\x08\x12\x4f\xa5\xb6\x0b\x7a\xd4\xd9\xfa\x35\x37\xed\xea\x4d\x7f\x64\x45\x22\x21\xa1\x05\x5a\x6f\xaa\xd9\xf5\x2e\xc8\x16\xc0\xfd\x72\xd3\xcd\x50\x91\x9f\x52\xe2\x8a\xbf\x69\xe8\x57\xc3\x05\xda\xef\x45\x9d\x46\x1d\xc6\x40\x79\xfb\xa6\x0b\x9c\xde\xc6\xd0\x8b\x27\xaf\xda\x05\xd1\x97\x76\x12\x75\x4e\xd6\xdd\x51\x07\x77\x0a\x5e\x49\x77\xe8\x0c\x90\xa0\x48\x18\xd3\xa6\x77\x08\x02\x27\x25\x7d\xe8\x52\xee\x1e\x73\x76\x32\xaf\xa5\xa8\x8b\xbe\x20\x63\x56\x08\x48\x01\x4e\xa4\x30\x69\xf4\x49\xc1\xf1\x1e\xb1\xb6\x03\x79\x5a\xc8\xf2\xde\xc1\x8a\xdc\xe3\xfd\x9d\x3d\x6f\x17\x44\x3f\x2d\xea\x40\xa8\xa7\xd6\x7b\xc6\x7b\x48\x60\x2a\xd1\xe6\x8c\xb9\x06\x2b\x42\xd8\x0f\xbd\x43\xd7\x70\x52\xe9\x4b\xe2\x9c\x05\xdb\x7e\x83\x4d\xe9\x3c\x47\xb7\xc4\xba\x0b\x52\x44\x16\xae\xd1\x8a\x3d\x88\x1c\x32\xd4\xc3\xeb\x1d\xba\x45\x24\xe6\xef\x42\x5a\x17\x0e\x61\x7a\x2f\xe4\xf4\x23\x1b\x76\xaf\xf8\xde\xc9\xdf\x5f\xb9\x5f\xae\x18\x83\xe5\xc1\xee\x21\x22\xdd\x41\xcf\xee\x93\xf9\x83\xca\x84\x3b\x74\x99\xf7\x85\xb5\xe5\xb9\xbd\xaf\x38\x63\xd7\xc9\xc9\xc7\xbe\x5c\xb1\xcf\x4e\x1a\x8b\xe8\xcb\x1d\x6b\x0b\x3a\x48\x88\x64\xbd\xe9\x6d\xa9\xc8\x34\xd5\xa5\xb2\x2f\x41\x07\x91\x74\xaa\x87\xb8\x16\x58\x02\x6a\xd1\x17\xbb\x4d\xf6\xf3\x89\xbe\x1c\x54\x77\xb2\xdf\x77\x88\x95\x27\x09\x95\x04\x2d\x78\x63\x7f\xbe\x27\xcd\x37\xd7\xef\x8d\xb9\x7e\xd1\x26\xd9\xc5\x5b\x63\x7c\xc8\x79\x46\xb8\x60\x0d\x90\x2c\x3d\x29\xad\x84\x4a\x96\x3b\x94\x3a\x48\x66\xc5\xb4\xe2\xbb\x20\xc6\xa0\x27\x3b\x31\xe7\x2c\x58\xa6\x5b\x91\x58\x8c\xec\x69\xa0\x25\xe8\x8d\x3c\x16\xf4\xb5\xd1\x3b\x6c\x09\x48\x7c\x25\x9d\x6c\xca\xfd\xc5\xbc\x40\xf4\x20\xdc\xa8\x3e\x0c\x02\xd4\x07\xc9\xef\xc5\x5d\x44\xf4\x21\x94\x85\x3e\x27\xf3\xf0\x88\xf7\x38\x06\xcf\xa0\xcb\x7b\xec\x09\x91\xfa\x39\x19\x42\x53\xd4\xad\xa8\xc3\xd8\xa9\x30\x78\x82\xd5\x7a\xf2\x49\x92\xce\xef\x05\xab\xf5\x98\xf3\x55\xa7\xc7\x84\x3e\x41\x93\x0d\xae\x21\x77\x9a\xde\xf5\x09\xa5\xd5\x53\x33\xea\x1a\xeb\x62\xec\x27\x6f\x32\xef\xbf\x87\x41\xb0\x0a\xb8\x32\x26\x9e\xdd\x05\x3d\xea\xb0\xb6\xd4\x99\x07\x28\x84\x3e\x60\xb5\x3a\xd9\xb7\x00\x33\xd3\xe7\x64\x95\x25\xfb\xf6\x84\x1e\xf7\xe9\xe8\x27\xf9\x9e\x27\xf4\xb8\xcf\x49\x5e\x1d\x73\x1d\x76\x30\x73\x1c\x8d\x1c\x58\xbb\x20\xc6\x80\x54\xee\x21\x56\x06\x0e\x9a\x1a\xd6\x59\x24\x3a\xda\x05\xd1\x4f\xc9\xbf\xf3\x61\xec\x82\x98\x33\x41\xd2\x75\x8a\x87\x4f\xf0\x67\x8f\x60\x8d\x3a\xc7\x20\xbf\xda\xc4\xda\x52\xdc\x0e\x70\x35\x05\xb8\x9a\xd0\x6d\x53\x9f\x15\xdf\x5b\x18\x03\xc5\xca\x67\x5d\x51\x67\x63\xa7\x9b\x92\x3e\x2b\xbe\xb7\xf0\x3d\xea\x7f\xc3\xfd\x55\xcd\xfd\x75\xd7\x71\xdd\x83\x7e\x3e\x17\xbe\xd7\xfe\x0d\xfb\x56\x9f\x20\xa1\x0f\x24\xcb\x30\xcb\x3d\x21\x59\x3e\xd0\xec\x30\x8b\x81\x3e\x21\x59\x3e\x30\xb9\x0e\x92\xb4\xe7\x8a\x25\x34\xf2\xca\xec\x3f\xbb\x20\xb6\xa1\x49\x96\x7d\xc5\xb1\xbe\xe3\xe8\xde\x58\x5e\x9a\xc9\x9e\x30\x5b\x3d\x20\x77\xf4\x41\xd3\x27\xcc\x95\xe6\xc8\x9b\x47\xa2\xa4\xf7\x04\xb9\x7b\x60\x9a\x22\x0a\x86\xbe\x61\x66\x79\x13\xde\xa3\x74\xf5\xd2\xeb\x47\x5f\xa4\x23\x22\x26\x99\xbe\xc1\xda\xbd\x09\x73\xc6\x65\x7a\x19\x05\xab\x6f\xc6\xb6\x20\xe9\x7d\x83\xb5\x33\xf7\xe0\x2c\x0c\x1b\xd0\x97\x51\x93\xfa\x22\x2b\x44\xa2\x34\xf7\x06\xdb\xf7\x22\x7f\x24\xb1\xf0\xf4\x25\x3a\xbf\xbe\x30\x61\x87\x69\xea\xa5\x8b\xb0\xbe\x90\xe6\x06\xe7\xec\xa5\x9b\x8e\xbe\x05\xb9\x93\xb8\xb6\xe1\x5e\xa1\xaf\xa5\x40\x1a\x89\xe4\xee\x0d\xb3\xdc\x7b\x12\x7d\x51\x84\x78\xc3\x1c\xfb\x22\x6b\x6a\x22\xa9\x7f\x43\x42\x7c\x21\x21\xd2\x43\x44\xdf\x90\x10\x5f\x98\xa6\x06\x49\x4c\x04\xf5\xa9\x05\xf5\xe5\x11\xe6\xb5\x97\x1e\x08\x6a\x5e\x1f\xfb\xbd\xca\xba\x98\x17\x63\x4f\x47\xa2\x18\xf4\x86\xbe\xf9\x6d\x98\x6b\x92\xc2\x37\x4c\xc3\x6f\xc3\x1e\xa4\x26\xe2\x0d\xf6\xf4\x05\x7b\x3a\x48\xb6\xde\x60\x4f\x5f\xe4\x4d\x22\xf2\x92\xbe\x3d\xfa\x62\xe6\x2e\x09\x33\xf5\x1b\xac\xeb\xdb\x31\x67\x31\x86\x10\x55\x5f\x90\xd0\x49\xcd\xc7\x1b\x26\xd0\x77\x00\x05\x84\xe4\xf5\x0d\x16\xf4\x45\x7e\xbc\x4c\xd6\xee\x65\xbc\x82\x9a\x37\xcc\xae\xe3\x18\x42\x1b\xf6\x9a\xed\x42\xe8\x18\xa8\x6f\xb0\xae\xaf\xb1\xae\x4c\xcf\xb5\x0b\x62\x5e\x04\xdf\xe3\x95\xf4\x4a\x7c\x0f\xe6\xd8\x5c\x39\x2f\x41\x7a\x5f\xd3\xed\x8f\xd0\xd6\xbe\x12\xe3\x43\x2a\x6d\xe6\xc4\xd0\x70\xd5\xd1\x17\xd9\x41\x19\x7d\xac\x6f\x98\xd7\x5e\x98\xc5\x09\x3d\xa2\x6f\xb0\x92\x2f\x58\xc9\xd0\xbe\xbd\x41\x07\xdf\x0b\x6d\x92\x9d\x7a\x83\x9e\xbd\x27\x8b\x5f\x9c\x95\xb0\x17\xbc\x40\xa1\x09\xed\xd4\x1b\xda\xa9\xf7\x05\x4e\x04\xd9\xf6\x37\xc4\xdf\x57\xf1\x5e\x8c\x4f\x63\xec\x86\xd4\x35\x0a\xaf\xff\x40\xe0\x54\x43\xe0\xcc\xa3\x90\xad\x7d\x43\xc4\x45\xb2\xa6\x41\x9c\x00\xd5\xa0\x75\x6a\xd6\x84\x11\x5a\x26\x0d\xd6\x47\x33\xfa\x39\xa2\x8e\x67\x53\x41\x7b\x88\x97\xa3\x1a\xb4\x47\x61\xbe\x2f\xa4\xe5\x1a\x74\x02\x21\x08\x23\xb4\x3e\x1a\x6c\x8a\xa1\x2e\xe5\x51\xc9\x6a\x69\xb8\xcf\x68\x47\x58\xbc\x47\x80\xa8\xc6\x39\xb2\x90\xdb\x3c\x18\xd2\xa7\x1a\x67\x45\xe1\x76\x13\xf6\x48\x0d\x76\x43\xcd\xce\x37\x2a\xaf\x7f\x0d\x3b\x9f\x22\x87\x7b\xad\xec\xcb\x8c\x7e\x62\x7f\x12\x0e\x5b\x35\x6c\x4f\xc8\xf5\x32\x42\x05\xa3\xa1\xd6\x39\x89\x44\x19\xb4\xad\x1a\x6a\x1d\x45\x6a\xe5\x2a\x51\xa7\x51\x87\x7e\x92\x16\x68\x88\x4f\x7a\xf6\x6e\xac\x2d\xfd\xac\x55\xa1\x0e\x22\x5c\xae\x6a\xa8\x83\x14\x9a\x5c\xe6\x21\xf9\x2a\xd9\xe8\x0f\x49\xf1\x23\xe7\xc0\x57\xc9\xf2\x7e\x15\xec\xa2\xe7\x84\xde\x05\x57\xd4\xfd\x9d\xd5\xe7\xab\xec\xe7\x67\x99\x99\x22\xd7\xd9\x2e\x18\x51\x77\xf2\xa0\xf1\x7b\x04\xb5\xfb\xaa\xa5\xee\x9b\xb3\xb0\x4d\x8a\x6b\x5f\x55\x64\xad\xf3\xb5\xfd\xaa\xc6\x7b\x1f\xde\x9b\x6c\xf3\x8b\xf1\x7d\xc8\xb9\xe3\x77\xc0\x17\x76\xe8\xaf\x21\x5b\xda\x74\xf5\xc5\xd7\x62\x5e\x9a\xd9\x3f\x27\xc5\xfb\xaf\xd1\xfe\xf9\x19\x40\x66\x9e\x92\x58\xc7\xb3\xf2\x35\xe4\xad\xa0\x48\xfd\x05\x64\xe6\x67\xe6\xea\x3c\x29\x52\x7f\x8d\xaa\x9b\xaf\x99\xea\x66\xd6\x5f\xef\x71\xae\x5b\x3d\xef\xb1\x8e\x77\xea\xd7\xec\x8c\x4d\xcf\x0d\x96\xbe\xd6\x62\x7c\xb6\x7e\x93\xf4\xec\x0b\xbb\xf7\xd7\xec\xce\x99\x8c\x94\xff\x5a\x8f\xbe\xd8\x39\x9a\x74\xbf\xf8\x5a\x8f\xf1\xd9\x39\x9a\x79\xf1\x7b\x3c\x47\x5f\x1b\x27\x15\x25\xe7\x85\xf7\xd1\xd7\x26\x32\xd3\xb9\x4a\xe4\x6b\xbc\x73\xbe\x66\x6a\xd5\xc9\x80\xcf\xaf\xcd\xf8\x9e\x20\x81\x5d\xe1\x18\x18\x44\xf6\x35\xbb\x57\x98\xdc\x7a\x17\xcc\xa8\x43\x5a\xbb\xda\xfe\x66\x87\x65\xfc\xef\xb8\xe1\xaf\x11\x7d\xf0\x33\xa3\x7b\x9e\xa5\xb1\xa7\x54\x8a\x7c\x66\x74\xdf\x75\xbe\xd3\xda\x15\xbd\xb9\xc6\xef\xdc\x7b\xbb\x20\x56\x09\x3b\x9b\xfa\xf6\xaf\xdd\x31\x6b\x48\x28\x4c\xe7\xf8\xaf\xdd\xb1\x0b\x6f\x24\xc5\x9b\x51\x17\xbb\xe2\x39\xe9\xf0\xfc\x74\xb6\x27\xde\x33\x68\x97\x29\x83\x33\xf3\xc6\xf7\xec\x46\x9a\x12\x2b\xff\xc6\xae\x78\x91\x2e\x7c\xf1\xb4\xbc\x31\x2f\x2f\x76\xb6\xf0\x3d\x8d\xd9\x36\xbb\x38\xf3\x39\xef\x82\x68\x53\xb1\x43\x17\xe7\x53\x63\x57\x98\x73\x14\x73\x73\xee\x82\x98\xeb\x0f\xfd\x5c\xdc\x85\x5f\xec\x8a\x0f\xe8\xda\xce\x4d\x7d\xe1\xb9\xf0\x75\x9c\xea\xc5\xd3\xd9\xe3\x54\x77\x9c\x24\x0a\xea\x5f\x67\xf8\xc2\xd7\x3b\xb2\xaf\x70\x37\x75\x0a\xb2\x9f\x61\xf1\xe7\x39\x5c\x49\xff\x75\x3a\x0f\x7d\x1d\x02\xa9\x27\x4f\x4d\x5f\x97\xe8\x8b\x9c\xc4\xaa\xfc\x1e\x39\x98\xaf\x9b\x60\x29\x54\xc2\x7c\x7d\x45\x3f\x21\x3c\x8a\x2b\x4f\xbf\x1e\x7b\xb0\xaf\x93\x89\x96\x7d\x59\xd1\xa6\xe5\xb2\x91\x58\xa3\x7e\x45\x9b\x10\x10\x09\x5f\xfc\x75\xda\xec\xbe\x0e\x9b\xdd\x22\x55\xee\x0c\xb5\xf8\x3a\x92\x55\x53\x11\xf1\x75\xba\x1b\x7f\xfd\x3d\x49\xb9\x39\x76\x8d\x7e\x5a\xcc\xbb\xac\xce\xf7\xe8\x2b\xfe\x19\xee\xed\xae\xf3\x79\x89\x10\xf5\x0f\x21\xea\x01\xa4\xfa\x0d\xda\x94\xbf\x61\x11\x69\x93\x38\x53\xdf\x20\x47\xf1\x8d\x86\x75\xe7\x19\x1b\x94\x04\x3e\xf8\x4a\x4c\xfa\x35\x7c\xe1\x2b\xf1\x0d\x24\xd0\xa5\x34\xfa\x0d\xc6\x4a\x7d\x03\x54\x72\xf1\xf6\x18\x41\x25\x47\x47\x9b\x12\xef\x71\x7f\x0e\xc4\x12\x2e\xee\xf9\x41\x05\xc6\x37\x26\x32\xc5\x72\xef\x46\xb4\xd1\x37\xcc\x01\x51\x88\xd3\xf0\x0d\x4a\xdb\xdf\x40\x86\xe7\x14\xe3\x0b\x1a\x62\x38\x5a\xcc\x96\xf7\x8d\x27\x66\x65\x9f\xda\xee\x0a\x8a\x6f\xd0\x36\xfa\x0d\x2d\xbf\xf2\xa6\x7d\x43\x63\x64\xb6\x3a\x75\x36\xbe\xf5\xc5\x5b\x76\xf2\x22\x9f\xd4\x17\x5e\x19\xdf\x04\x88\x30\x5d\x55\xbf\x08\x78\xf9\x04\xa9\xb5\x29\x67\x7f\xc2\x40\x85\x4f\x90\x49\x9a\x19\x98\x3e\xa1\xfa\xec\xe4\xe0\x9c\x83\xbb\x56\x28\xbf\x9e\x74\x9c\x73\xba\x9a\xe8\x93\xd8\x45\x62\xb2\xe6\x9c\xe4\x6b\x24\x76\x8a\xc0\x75\x9b\xde\x38\x9f\x32\x66\xe7\x53\x53\x0f\x36\x82\xdc\x7c\x81\x2f\xfa\x21\xc1\xbc\x4b\x31\x9f\xc6\xbe\x54\xf3\x75\x88\xf6\xe2\x7e\x56\xeb\x87\xdb\x83\x3f\x25\xfe\xc7\xa7\x07\xff\x83\x35\x6f\xd4\x20\xd9\x32\x6b\xd8\x73\x35\x3b\x6a\x67\x0f\xe8\xa2\xf9\x69\x83\x07\x07\x6b\x6a\xd4\x40\xb1\xce\x9a\xe8\x9b\xe5\x82\x8d\x91\xc6\x99\xd0\xf6\xfc\xf9\x29\x6e\x2e\xf9\xb4\x45\xdf\xb6\xfc\x4b\x07\xcb\x4f\x7b\xcc\x5c\x07\x78\x16\x6b\x5a\xd4\x58\xc0\x02\xc7\xd3\xa3\x07\x1d\x69\x94\x59\x13\x23\xdd\x6c\x05\x9d\x35\x3f\xa5\x51\xe6\xb3\x9c\xfd\xc1\x0f\x04\xe6\xce\xa7\xe3\xfe\xf3\x13\x77\x6c\xe4\x49\xfc\xbe\x04\x44\x0f\xaf\x89\xf5\x36\xd8\x56\x86\x65\x7e\x5f\xec\xbc\x0f\xd9\xc4\xbc\x07\x5f\xcc\xb5\x25\xf8\xab\xe4\x80\x02\x78\xe6\x33\xe0\x19\x8f\xc8\x2c\xe9\x75\xd5\xe4\xfe\xf9\xfd\xbe\x3d\x4b\x66\xae\xb3\xfd\xd3\x6e\x56\xa7\xb0\x25\x27\x97\xe7\xf6\x4f\x50\x20\xcf\x2c\x9c\x97\xdf\x66\xfb\x27\xbc\xc3\x3c\x4d\x75\x65\x82\xa4\xfd\xf3\xb8\x78\x67\xaf\x73\x9c\x95\xfd\x13\x2e\xde\x9e\x88\xbb\x65\xbf\xe9\xf6\x4f\xb8\x5c\x7b\xbe\x64\x59\x7e\xcb\xef\x9f\x47\x9d\xfb\xbf\xf0\x54\xfb\x9f\xff\x7a\xfd\xc7\xff\xe3\xff\xf5\xff\xbe\xfe\xe3\xff\x73\xfd\x57\xfd\x79\xfe\xe7\x7f\xfe\xa7\xfe\xb7\xff\xf1\xfe\x97\xe7\x7f\xfc\xfc\x3f\x77\xe9\xcf\xab\xdf\x7f\xf9\x6f\xfa\x9f\xfa\xff\xfb\xef\xff\xf3\x3f\x1f\xfd\xf9\x8f\xff\xfe\x1f\xfb\x2d\xfb\xfb\xff\x07\x00\x00\xff\xff\x27\xd5\xf1\x1c\x64\xeb\x04\x00"); -func _gaaa ()(*asset ,error ){_dcaf ,_bgc :=_dabg ();if _bgc !=nil {return nil ,_bgc ;};_dddd :=bindataFileInfo {_b :"Adobe-KR-8",_ffe :2133,_ag :_ed .FileMode (436),_ac :_c .Unix (1580491451,0)};_afcb :=&asset {_abe :_dcaf ,_ece :_dddd };return _afcb ,nil ; -};func _feec ()([]byte ,error ){return _g (_ddgf ,"Adobe-Japan1-4")};func _defc ()([]byte ,error ){return _g (_ebdff ,"Hankaku")};var _edege =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x4c\xd2\xc1\x8e\x9b\x30\x10\x06\xe0\x3b\x4f\x31\xc7\xf4\x90\x82\x01\xe3\x56\xaa\x2a\xb5\xe4\x10\x54\x25\xad\x4a\x9b\x5d\x69\xb5\x07\x62\x4f\x90\xa5\xc5\x58\x06\x0e\x79\xfb\xd5\x8c\x59\x76\x0f\xd1\x84\xcf\xf8\xd7\x78\x4c\x5a\x37\x87\xc6\xd9\x19\xd2\x3f\x61\xd4\x2d\xce\x70\xb3\xce\x04\x9c\xc6\x25\x68\x84\x2b\xf6\xd6\x25\x89\xc8\xc1\x58\x3d\xbf\x3d\x72\xd1\x43\xe7\x93\x24\x3d\xfe\x1a\x4a\x25\xf6\x3f\xe5\xfe\x08\xcb\x84\xab\xd6\xcd\xa1\xbd\x4f\x33\x0e\x8d\xbb\x8d\x50\xc4\xdd\x66\xf1\x6b\x02\x40\xfa\x17\x7b\x3b\xcd\xe1\x0e\xbb\x1f\x66\xbc\xe2\x27\x30\x78\x23\xff\x1d\x0c\x06\xeb\x7a\xd8\xd5\xe7\x56\x6c\xdc\x2e\xde\xbf\xe0\x80\x6e\x06\xc1\x86\xce\x70\x4d\xd2\xfa\xd4\xf9\x73\x37\x20\x7c\xe8\xe5\xc2\x6b\xbc\x74\xc1\x30\xd9\xd1\x81\xc8\x3f\x67\x99\x7c\xf7\x7f\x77\x8f\x6b\x56\x92\x3e\xfe\x6f\x0e\xf0\x24\x40\x64\x90\x4b\x99\x57\xcf\xab\x3f\x9c\x46\xb3\xbd\x25\xf2\xd8\xbe\xb6\x26\x74\xae\xc7\xe4\x5b\x27\xca\xeb\x77\x58\x8b\x28\xaa\xb2\x22\x93\x1d\x1b\x15\x51\xa8\xb2\x60\xd3\xd1\x74\x34\xc9\x66\xa2\x21\x59\x46\x52\x09\x96\x2a\x27\x29\x59\x64\x94\x8a\xe4\x0b\xcb\xd7\x28\x94\x5e\xe6\x2c\x31\xa7\xa2\x9c\xd8\x81\x8a\x39\x8a\x72\x24\x27\xab\x98\xa3\x28\x47\x72\xb2\x8a\x39\x8a\x72\x24\x27\x63\xc1\x42\x85\xce\xa2\x68\xc6\xdb\x59\xe9\x3f\xdd\xed\x36\x6d\xbd\x84\x80\x6e\xe6\x9b\xe5\x81\xd2\x90\xac\xc3\xed\xdb\xf1\xa3\xa7\x5d\xfc\x7b\x0d\x00\x00\xff\xff\xd6\x6a\x50\x18\x67\x02\x00\x00"); -func _bcb ()([]byte ,error ){return _g (_gaggc ,"GBT-EUC-H")};var _gbc =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x84\xfd\xcd\xae\x3f\xcb\x92\xa6\x09\xcd\xcf\x55\xec\x21\x0c\x9a\x0c\x0f\xff\x96\x4a\x25\xd1\xd5\xaa\x56\x0d\x1a\x10\x45\x03\x12\x42\xad\x08\x0f\xf7\x22\x25\xf2\x64\xea\x64\xd6\xa0\xee\x1e\xed\xf5\x3c\xb6\x61\xa3\xd6\xf9\x8f\x96\x7c\xc5\x2f\x3c\xfc\xd3\xdc\x5e\xb3\xd7\xcc\xff\xe1\x3f\xfc\xa7\xff\xe1\x3f\xfd\xf5\x1f\xff\xed\xb7\x7f\xf8\x3f\xfd\xed\x9f\xd7\x7f\xde\xff\xf6\xdb\xf9\xc7\xbf\x7e\x7f\xdb\xff\xfa\xcf\xff\xf5\x6f\x6b\xff\xf6\xee\xff\xf2\x8f\x7f\xfd\xcb\x5f\xd2\xfd\xdb\xf7\x8f\xeb\xdf\xa2\xf8\xf3\x67\xfd\xd3\xf3\x2f\x7f\xf9\xcb\xef\xef\xff\xe7\xff\xf6\xaf\xff\xb6\xff\xe9\x3f\xfd\xf5\xfc\xf3\x6f\x99\xdf\x7d\xff\xf5\x5f\xfc\xed\x6f\xbf\xfd\xc3\xff\x79\xff\x97\x7f\xfc\xd7\x7f\xfb\xdb\x7f\xfb\xed\x7f\xf3\xbf\xff\xfe\xf9\xdd\xff\xdb\xdf\xbe\x7d\x7e\xff\xff\xff\xf1\x6f\xdf\xfe\xdb\x3f\xfe\xf5\xbf\xf8\xff\xff\xe5\x7f\xfc\xef\xd3\xff\xf2\x3f\xff\x87\xff\x7c\xff\xf1\x83\xff\xfc\x5f\xff\xe5\x5f\xfe\xdf\xfb\x9f\xf6\x5f\xff\xed\xb7\xfa\xf3\xbf\xfd\xd7\xef\xe7\xef\x5f\xfe\xe1\x3f\xfc\x4f\xcf\xbf\xfc\x1f\x9e\x7f\xda\xbf\xfd\xc3\xcf\xbb\xff\xdd\xff\xf8\xdf\xa7\xff\xee\xf7\x77\x7f\x1e\xff\x3c\xfd\xbf\xee\xbf\xfd\xeb\x3f\xfe\xf3\x5f\x7f\x1b\xff\xbb\xeb\x2a\xff\xdf\x7f\xff\x5f\xfe\xdb\xbf\xec\xdf\x6e\x6b\xf9\xbf\xff\xcf\xff\xe9\x7f\xf8\xed\xff\x91\x7e\x4b\xd7\x6f\x77\xcd\xb9\xfe\x96\xee\x74\xff\x3f\x7d\xf8\x7f\xfb\x9f\xfe\xf9\xdb\xbf\x5d\x94\x12\xdd\x59\xff\xfc\xed\x7f\xfd\x97\x67\xed\xbf\x3d\x7f\xfd\x2f\xfb\x2f\xbf\xfd\xf6\xef\xae\xeb\xba\xfe\xfd\x6f\xff\xee\x3f\xfe\xc7\xff\xf8\x1f\xff\xfd\xef\xed\xfb\xff\xfb\xc5\x5f\xd2\x75\xf1\xea\x7b\xd6\xff\xeb\xf9\xdb\x5f\x7c\xe1\xb7\x7f\x77\xce\xf9\xfe\xfd\xef\xc5\x96\xff\xfd\x4f\x3d\x6f\xa7\x58\x7e\x8a\xf7\x9a\x14\xab\x45\x9f\x36\x7e\xfc\x0c\x8a\xfd\xf7\x62\xbe\xae\x4c\x71\x58\xac\x14\xe7\xef\xc5\xfb\x4a\x85\xe2\xc3\x77\xeb\xa6\xf8\xfa\xb4\x51\x5c\x3f\xc5\x7b\x9f\x9f\x62\x3f\xb6\x2a\xfd\x14\xc7\x45\xf1\xa3\x19\x23\x51\x3c\x16\x6f\xde\xcd\x54\x35\x2a\xc5\xe4\xbb\x8d\xe2\x45\xcd\xa3\x53\xbc\x1f\x8a\xc3\x22\xfd\x1d\xd3\x1f\xd3\xc1\xf1\x58\xb3\x1f\x7a\xad\xd9\x77\x6d\xf3\x43\x7f\xc7\x67\x55\x16\xb7\xc5\x8b\xe2\x4f\x8f\xee\x9c\xee\x9f\xe2\xbc\x78\x3a\xf9\xee\x4c\xfe\xf8\xa5\x68\x8f\x6e\xc6\x6a\x66\x8a\x8d\x1e\xcd\x42\xb1\x2c\x8a\xf6\xb7\xd0\xe6\x69\x7f\x33\xf3\x3b\xed\x6f\xb2\x68\x7f\x1b\xad\x9a\xb6\x39\xf9\x21\xdb\x9c\xe9\xc2\x3c\x16\x99\xc1\x87\x36\xb7\x42\x17\x9e\x64\x91\xaa\x9e\xdb\x29\xb3\x48\xab\x92\x6b\xe3\x69\xcc\xfe\x65\x55\xdd\x85\x64\x91\x71\xbe\xb2\xef\xbe\x3e\x65\xd8\x1f\xc6\x39\xb9\x54\x1e\xda\xdc\x2e\x8b\xdb\x22\x6d\x7e\x68\x73\x5d\x8c\xe4\x7b\x59\x64\xf6\xdf\x64\x91\xfe\xbe\xb7\x45\x3e\xf4\x66\x8b\xd4\xfc\x32\xce\xf5\x61\xd8\xdf\x6a\x91\x46\xbe\x8c\x73\x7d\xe9\xe0\xdb\x2d\x32\x38\xef\xb0\x47\x36\x83\x75\x95\xa6\x4f\xed\xd1\xf4\xdd\x8f\x8d\x93\x7e\x8a\xe9\x9a\x8c\xd5\xfe\xe9\x51\x62\x87\x9e\xb3\x7f\x9e\xfe\x3e\xaf\x8c\xe4\xa2\xb8\xdd\x74\x37\xc5\x63\xf1\xa7\xcd\x77\xb9\xfd\xb1\x45\xab\x4a\x3f\xa3\x71\x57\x26\x65\x67\x9e\x56\xba\x70\xdd\x3f\xdd\xff\x7d\x89\xfc\x3e\x0b\xc5\x77\xdd\x74\xa5\x52\x9c\x3f\x5d\xb8\x92\x4f\x59\x48\xd7\xb5\x2d\x6e\x9e\x32\xce\xf7\x74\x3b\xef\x9f\xa1\xbb\x59\x48\x57\xa2\xbf\xf7\xe3\x76\xde\x93\xe2\xed\xd3\x97\xa2\x02\x6a\x0f\x8a\x08\xa8\x74\xfb\xb4\xfa\xf4\xa3\x88\x80\x4a\x9f\x1f\x72\x99\x6d\xc6\xea\x19\x3c\x2d\xfe\x78\x2a\x46\x6c\xc6\xe3\xbb\x8c\x64\x2c\xc2\x63\xd1\xfe\x36\xbf\x6b\x7f\xcf\x43\xd1\xfe\x7e\x85\xa2\xfd\x3d\xf4\xe8\xb5\xbf\x1f\x03\xcb\x22\xbc\xd2\x47\x8f\x5e\xfb\xfb\x51\x15\x8b\xf0\x4a\x1f\x6d\x66\x11\x5e\xd7\xb1\x18\xfd\xf5\xc7\xf4\xf7\xfe\x7d\x52\xf6\x5f\x3f\xa5\xfc\xff\x8a\xd8\xbf\x59\x9f\x69\x67\xa6\xfe\x8d\xa1\xa0\xc1\xac\xcf\x2b\x15\x9b\xe4\x50\x44\xfb\x19\x0a\xe5\xcf\xbd\x7f\xda\xbf\xfb\xfa\x19\xc6\x3c\xfe\xb4\x12\xf2\xf8\xd3\x4a\xc8\xe3\x4f\x2b\x21\x8f\x3f\xad\x84\x3c\xff\xb4\x12\xf2\xfc\xd3\x4a\xc8\xf3\x4f\x2b\x21\xcf\x3f\xad\x84\x3c\xff\xb4\x12\xf2\xfc\xd3\x4a\xc8\xf3\x4f\x2b\x21\xcf\x3f\xad\x84\x3c\xff\xb4\x12\xf2\xfc\xd3\x4a\xc8\xf3\x4f\x2b\x21\xcf\x3f\xad\x84\x3c\xff\xb4\x12\xf2\xfc\xd3\x4a\xc8\xf3\x4f\x2b\x21\xcf\x3f\xad\x84\xfc\xfc\x69\x25\xe4\xe7\x4f\x2b\x21\x3f\x7f\x5a\x09\xf9\xf9\xd3\x4a\xc8\xcf\x9f\x56\x42\x7e\xfe\xb4\x12\xf2\xf3\xff\xb3\x12\x7e\x2f\xfe\x69\xba\xf3\xf3\xa7\xe9\xce\xcf\x9f\xa6\x3b\x3f\x7f\x9a\xee\xfc\xfc\x69\xba\x33\x2b\xbf\xd6\xe2\x87\x7e\xfa\x3b\x5b\xd4\xfc\xd3\xdf\xda\x17\x43\xc7\xca\x6f\xf9\xa6\x66\x56\x7e\x2d\xce\x3e\x2b\xbf\xd6\x8b\x0f\xb1\xf2\x6b\x59\xcc\x11\x2b\xbf\xb7\xc9\x77\x59\xf9\xbd\x71\xcc\x65\x56\xfe\xa8\xd9\xe2\x4f\x7f\x7b\xdf\xd6\xfc\xd3\xdf\x71\x77\x8b\x3f\xfd\xed\x63\x30\xbf\x2c\xef\x7e\x67\x6b\x7e\xe8\xc2\xb4\x91\x3f\xfd\x9d\x3d\x7e\xfc\xd3\xdf\xb6\xa2\x0b\x3f\xfd\xad\xef\xb0\xcd\x3f\xfd\x2d\xc7\xe9\x7e\xed\xaf\x3d\x5a\x3f\xfd\x6d\x6d\x76\x8a\xf4\x77\xbd\x54\xb5\x7e\xfa\x3b\x62\xa9\xac\x9f\xfe\xb6\xe1\x2c\xac\xc2\xd3\x87\x2e\xac\x4a\x55\x08\xf6\xbc\xe8\x6f\x73\x24\xd7\x4f\x7f\x6b\x4c\xd9\xfa\xe9\x6f\xab\x95\x75\xb5\xe8\x6f\x7a\x18\xab\xf5\xd3\xdf\x7e\x0e\xdd\x5f\x3f\xfd\x1d\x63\xb0\x18\x16\xf3\x7b\xbd\x7e\x88\xfe\xce\x56\x29\xfe\xf4\xb7\xa5\x65\x9b\xe9\xef\xe1\xd4\xcb\xdf\xc5\xb0\x3f\x0c\xdd\x97\x18\x0d\xa7\xec\xfb\xe9\x6f\xbb\x2b\x35\x7f\x3f\xfd\xad\xd9\x1d\xfa\x15\x66\xff\x66\xac\xbe\x9f\xfe\xf6\x97\x63\x3d\x7f\x8d\x0e\xba\xcb\xbe\x9f\xfe\xf6\x8a\xc2\x90\xbf\x9f\xfe\xd6\xef\x58\x9c\x7c\xc8\x4d\xf7\xfd\xf4\x77\x7c\xcb\x77\x9d\xdf\x6e\xcd\xcc\xef\x3d\xe8\xd1\xf7\x31\xec\x89\x91\xfc\x5c\xcf\xd5\x46\x1e\xde\xcd\xcc\xd1\xbe\x18\xc9\x46\x8f\x90\x84\xfd\x8e\xa7\x37\x73\xd4\x79\x77\x33\xbf\x1d\xdd\x23\x6f\xd7\xb3\x4b\x74\x33\xbf\xa5\xd0\xaa\xdd\x58\x57\x9d\xbd\xb0\x59\xcf\x1f\xca\x64\xde\xc3\x0e\x32\xb0\x9b\xf9\x7d\x52\xff\x85\xd8\xcf\xfb\x61\x61\xb8\xa7\xf6\xcf\x50\xf4\x98\x82\xcd\x50\x94\xdb\x6a\x3f\xbe\xd2\x99\xdc\xbd\x99\xdc\x78\xca\x50\x8c\x41\x55\x87\xa5\xde\x3b\xbd\x3b\x0e\x85\x8b\xf9\x38\xf5\x8d\xce\x1e\x86\xe2\x5e\x54\x75\x0a\x9d\x45\xb1\xcc\x87\xa9\x2f\x68\x38\xf9\x30\xf5\x59\x81\x73\x58\xea\xbf\xeb\x14\x3f\x45\xb6\xf6\x76\x41\x9e\x9f\xa1\x98\xbf\x2b\x98\x3f\xc5\x9f\xfe\xd6\x7d\xfb\xe3\x97\x2d\x36\x7c\x4a\x7f\xe7\xb4\x19\x4c\x7d\x1a\x8c\xf9\xd9\xd4\xfc\xd9\x41\x96\xfa\xe0\x14\x28\xe0\xa6\x3e\x56\xa5\xf8\xd3\xdf\xd1\xc6\xa2\xf8\xd3\xdf\x59\x11\xbf\xe5\x62\xa9\x5f\x88\x94\x72\xb1\xb5\xd7\x5d\x28\x22\xca\xee\x6f\x53\x6c\xac\xc0\x28\xd2\xdf\x7c\xf9\xa1\x9f\xfe\x8e\x99\x6c\xc6\x64\x34\x9a\x4f\x59\xea\x75\x58\x33\x4b\xbd\x21\x16\xca\xb5\x18\xe7\xcf\x66\xb0\xb5\xc7\x6d\x23\x7f\xfa\x3b\x67\xb7\x78\x10\x74\x93\x1f\x27\xe6\xf7\x06\x82\x95\xc4\xd6\x16\xec\x94\xc4\xfc\xb6\x97\xef\xa6\x4c\x07\x3b\xdf\x4d\x3f\xfd\x9d\xcb\xee\x27\xe6\xf7\x66\x6b\x97\xd4\x58\x39\xed\x50\x64\x6b\x8f\xe9\x87\x58\xea\x8a\xa3\x92\xe8\x6f\x76\x60\x13\xf3\x9b\x53\xa7\x88\x28\x3b\x63\x50\x5c\x8c\x24\xcb\xac\x24\xe6\xf7\x4b\x36\x83\xfe\x96\xc7\xaa\xe8\xef\x75\xf1\xf4\x66\x7e\xef\x45\x55\x37\xa2\x7b\x5e\x7c\xe8\xa6\xbf\xd7\x7e\x29\x72\x54\x25\x84\x46\xb9\x99\xdf\xf1\xf8\xb4\xf2\x6e\x65\x70\x6e\xe6\x57\x6c\xfb\xbb\xbc\xfb\xe9\x3e\xdb\xaa\xdc\xac\xe7\xf7\xf6\xbb\xf4\xf7\xbb\xad\x19\xd1\xbd\x8f\xcd\x60\xff\xd6\xdb\x36\x7b\x54\x1d\x26\xe5\xa6\xbf\xbb\x31\xce\x37\xfb\xf7\x1c\x6b\x66\xff\x5e\x1c\xa0\x25\xff\xf4\x77\x1e\x10\x4a\xc9\xcc\xef\x8b\x08\x2d\x99\xf5\x1c\x1d\xcc\xf4\xf7\x4d\x3e\x45\x74\x9f\x6e\x55\xcc\xef\x00\xaf\x95\x4c\x7f\x0b\x4a\x4e\xc9\x88\xb2\x0a\x20\x2d\x79\xf8\x21\xda\x9c\xa7\x45\x3f\xf4\x58\xf4\xdd\x97\xed\x8c\x6e\x59\x32\x47\xd5\x1e\x7e\xe8\x63\x34\x5c\xed\x40\xa1\x59\xb7\x1f\x3a\x9e\x89\x14\x0b\xaa\xc8\xb9\x1e\x8a\xcc\xef\x71\x3b\x03\x94\xc6\x99\xcc\x11\x40\xa9\x8e\xc5\x77\x0b\xf3\x9b\x16\x6b\xb2\x54\x46\xb2\xfb\xe3\xc6\xa6\xab\x8c\x64\xe9\x1c\x19\x8f\xdf\x65\xff\x9e\x97\x46\x16\x44\xf7\x01\xcc\x96\xe2\x51\xe5\x62\x28\xc8\xab\xbb\xf8\x5d\xf7\xef\xeb\x87\xd8\xbf\xbf\x9f\x7e\x7f\x5f\xec\x97\xb2\xdd\x35\x88\x94\x8a\xb0\x3a\xae\xcf\xca\xe4\x5e\x68\xbf\xa5\xaa\x87\xb8\xd4\xab\x93\xdb\x18\xa8\x8a\xb0\x4a\x28\x4b\x05\xcc\x38\x46\xb3\x48\x67\x97\xf3\x55\x99\xdc\x34\xfc\x90\xc2\xea\xb6\xc8\x62\x6e\xb7\x35\xbf\x7e\x88\xbe\x57\x16\x73\x55\xa2\x56\x0e\xa3\xa3\xf8\xad\xe8\x21\x7b\xfb\x5d\x85\xd5\x4b\x07\xc1\xaa\xad\x70\xfa\x94\xc6\xe4\xa6\xce\xe4\x36\xf4\xcc\x84\x69\xa2\xb4\x38\x97\x59\xcc\x98\xbc\xca\x76\xa9\x63\xf2\xea\x73\x59\x6c\x0a\x49\x5a\x85\xc9\xab\x5f\xe8\x3f\x05\x93\x57\xaf\xae\x22\x4c\x5e\x75\xa3\x69\x14\x4c\x5e\xfd\x77\x05\xf3\xa7\x88\xb0\xca\xdb\x66\x78\xf8\xba\x4e\x9a\x87\xaf\x1d\x6c\x0a\xab\xd7\x9a\x59\xcc\x6b\x33\x1a\xfd\x72\x7e\x19\xc9\x4e\x7f\x6f\x94\xf0\xd2\x11\x56\x05\x93\x57\xe9\x99\xaa\x5c\xbd\x1d\x3d\xe4\x9d\x74\xbf\x57\xd6\xd8\xed\x8f\x39\x7c\x37\x98\xab\x74\xf5\x6a\x6c\x6b\xa5\xb3\x98\x35\xc5\x94\x3e\x3d\x40\x6d\x06\x9b\x77\x7b\xcc\x75\x16\xf3\x5a\x3e\xfd\xe9\xef\x7c\xba\x8d\xa4\xbf\xb9\xd2\xc1\x1e\x2b\x96\x71\xc6\x00\x58\x0b\xaa\x72\xc1\x00\x38\x86\xa7\x1e\xb6\x88\xda\x1d\x49\x0c\x80\x65\x2b\xc9\x47\x56\x68\xf0\xa1\x51\x10\x29\xf1\x2e\xf3\xbb\xc0\x2f\x05\xf3\xe0\x14\x54\x16\xcc\x83\x4d\xb3\x64\xc1\x3c\xd8\xca\xb6\xc8\xe6\xcd\x89\x46\x62\x1e\x1c\x21\x25\x30\x0f\xb6\x5e\x6d\x95\x7a\xa6\xbb\x6c\x78\x18\xdd\xcc\x02\xb8\xb8\x77\x17\x3f\xb8\x78\x6c\xc5\x3e\xb8\x78\x26\x0c\x53\x65\x2a\xac\x9a\x4f\x11\x56\x19\x6d\xb0\x80\x8b\x47\xf5\x58\x07\x17\xcf\x99\x68\x06\xb8\xb8\x66\x67\x1f\x5c\x3c\xda\x64\x34\xc0\xc5\xed\x75\xc3\x4e\x0f\x5f\x45\x28\xb8\xb8\xc5\xe0\x80\x8b\x7b\xc8\x3d\x70\xf1\xb8\x97\x3f\x5e\x2e\x15\x9b\xf1\x31\x29\x1f\xb3\x00\x2e\x6e\xcb\x33\x02\x5c\x3c\xb4\xcb\x95\xc7\xfd\x6b\x55\xe0\xe2\xbe\x3c\x14\xc0\xc5\x6d\x1e\x9f\xb2\x7f\x43\xc9\x01\x17\x8f\x5c\x2c\xda\x5f\x3b\x08\x2e\xee\x2f\xc8\xa8\x80\x8b\xcb\xb1\x19\xe0\xe2\x9a\x94\x39\xe0\xe2\xf6\x15\x46\x03\x5c\x5c\x17\x06\xcf\x02\x2e\x1e\xbb\xd9\x0c\xe6\x37\x2b\xa0\x1e\x85\xb3\x72\x03\x5c\x3c\xb2\x82\x1d\x5c\x3c\xb2\xfb\xe8\x55\x79\xc6\xc4\x57\xc0\xc5\x7d\xa8\x4d\xbd\xee\x5f\x4f\x4c\x70\x71\x7d\xbf\xf3\x2b\xb1\x0f\x64\xae\xcb\xad\x0d\x64\xae\x1f\x18\xb9\x00\x99\xc7\xbb\xe9\x3b\x90\xb9\xdd\xcb\x26\x31\xf5\xfd\xf8\x2e\x5b\x7b\x75\x36\x20\x90\xb9\xfd\xae\x05\xff\x14\x59\xea\xbf\x23\xe9\x9f\x22\x53\xdf\x9d\x02\x20\xf3\x9c\x2e\x2a\x20\xf3\x58\xea\x6c\x40\xe6\x7e\x30\x8c\x17\x20\xf3\x2c\x58\x57\x0a\x90\xb9\x6c\x27\x08\xc8\x3c\x9b\x8b\x19\xc8\x3c\x07\x30\xb0\x00\x99\x5b\xc3\x16\x5a\x80\xcc\x3d\xbb\x79\x81\xcc\xb5\x67\x1a\x29\x64\x5e\x6a\x83\x40\xe6\xba\xc1\x6e\x05\xc8\x3c\xab\x6b\x1b\xc8\x5c\x63\xa9\x0b\x99\xaf\xc7\x66\xa0\x87\xe4\x61\x9b\x11\x65\xd5\xd3\x16\xc8\xdc\x6b\x61\x72\x81\xcc\xb5\xba\x2f\x80\xcc\xf5\x72\xb7\x02\x99\xc7\x37\xf8\x71\x40\x66\xf5\xf9\x4f\xd1\x0d\xf6\x29\x40\xe6\xd6\xed\x02\x90\xb9\xb6\x4c\x33\x80\xcc\xed\x34\x7f\xdc\x9d\x7d\x9f\xd2\xdf\x92\xfd\x10\xa2\xec\x9a\x3e\x45\x94\x1d\x55\xc7\x4f\x3d\x44\x15\xfd\x8b\xa3\xca\x56\x29\xba\x1f\xb6\xb6\x90\xf9\x74\xa6\xfb\xd3\x44\xa0\x4e\x0e\x64\x9e\x97\xeb\x0a\xc8\x3c\x12\x58\xaf\x6c\xf5\x2e\x8f\x66\x20\x73\x5d\xc9\x77\x9d\x5f\x95\x0d\x20\x73\xd5\x8e\x51\x80\xcc\x6d\x61\x99\x29\x40\xe6\xd9\xd4\x01\x80\xcc\xe3\x1b\xfe\x78\x7a\x82\xb0\x54\xc4\xc5\x45\xd0\x21\x2e\x9e\xc7\x66\x30\xbf\x1d\x63\x4b\x11\x17\x3f\xd5\x0f\x21\xca\x6e\xd7\xe4\xf6\xa8\xf2\xbb\xe0\xe2\xb2\xab\x45\xb6\xf6\x73\x31\x38\x27\x70\x04\x55\x89\x8b\x8f\xd3\x0d\x2e\x1e\x2f\x06\xc0\x02\x2e\x6e\xb7\x8b\xf0\x78\x54\xe1\xac\x29\xe0\xe2\xf9\xb8\xcb\xc4\xc5\x73\x5b\x15\xaa\x48\xf1\x10\x04\x17\xf7\xea\x2c\x88\x8b\xb3\x7a\xf5\x71\x3d\xab\x02\x81\x8b\xdb\xc2\x49\x54\x8e\x38\xe2\xb3\x19\xf4\xf7\xa0\x21\x54\x70\xf1\x7c\x30\x5c\x54\x71\xb1\x8e\x8f\x2a\x2e\x3e\x74\xa1\x82\x8b\x8b\x6b\xa3\x5e\xca\x2b\x76\x68\x15\x17\x7f\xad\x50\x44\x74\xab\xa2\x57\x70\x71\xab\x8f\x45\xfa\x7b\xbd\x1f\x45\xfa\x9b\x8a\x4f\xd9\xbf\x09\x14\x59\xc1\xc5\xa3\x35\x5b\x45\x7f\x3f\x34\xde\x2a\x2e\x7e\x1f\xbb\xe0\xfc\x46\xcd\xe0\xa6\xc4\xca\xa9\xe0\xe2\x5e\x3b\x8d\x04\x17\x8f\x7d\xf9\x14\x13\xd0\x83\x70\xab\xe0\xe2\xa6\x6d\xbc\x26\x55\x2f\x60\x72\x05\x17\x97\xcd\x29\x5f\xc1\xc5\x7d\x83\xd7\xaa\xb8\xb8\xff\x2e\x19\xfe\xae\xd8\xaf\x40\xe6\xb2\x93\x5f\x51\x2b\xe3\x10\xaf\x42\x66\x3d\x80\x15\xc8\x5c\x13\x9a\x55\x05\x32\xb7\xa7\xfb\xae\xa7\xd8\x63\x1b\x98\x7a\x01\x57\x05\x32\xcf\x8a\x17\xaf\x02\x99\x67\xe3\x10\xaf\x40\xe6\xb6\x51\x87\xea\xad\xe8\x76\x36\x81\xcc\x6d\xa2\xb2\x56\x20\x73\x1f\x78\x0f\xab\x90\x59\xcf\x72\xbd\xb5\xee\xe2\xf0\xad\x42\xe6\x92\xfc\xb1\x26\x11\xb4\xb2\x2a\x64\x9e\xd1\x2a\xb6\x76\x46\xc2\x54\x20\x73\xfd\xb0\x81\x54\x20\x73\x7f\x5c\x90\x40\xe6\x36\xb3\x4f\xb5\xee\x3a\x7d\x40\xe6\x71\x67\xe6\x0b\xc8\x5c\x2b\x50\xa8\x66\x8f\x2a\xc4\x6f\x05\x32\xf7\x8a\xfd\xb6\x0a\x99\x1f\x4c\xc1\x55\xc8\xbc\x9b\x3f\xa6\xbf\x1b\xcd\xb9\x02\x99\x67\xc5\x44\x50\xb3\x26\x2f\xb7\x58\x0e\xd1\x6d\x33\x14\xdd\xf1\xae\xfd\x05\x74\x54\x20\xf3\xac\x28\xe1\x55\xc8\xdc\x87\xdf\xa5\xbf\x0d\xbb\x62\x05\x32\xb7\x99\xfd\xae\x4b\xdd\xe9\x16\x32\x57\xb7\x09\x90\xb9\x7d\x78\x49\x2a\x90\xb9\xef\x87\x77\x81\xcc\x63\xa0\xdf\x56\x20\x73\xbb\xb3\x3f\xae\xae\x6d\x06\x16\xc8\xdc\x2b\xe8\xa6\x02\x99\x87\x5e\x83\x5a\xb4\xde\xbb\x90\x80\xcc\xb3\x61\xd5\xa9\x42\xe6\xc3\x99\x58\x85\xcc\xfa\x32\x2a\x90\xb9\x97\x63\x9b\xd1\xba\x5f\x14\xcb\x0a\x2e\x6e\xaf\x6b\xb2\x20\xca\x6e\xe5\x4f\x05\x65\x7c\x28\xf0\xb5\x6a\x12\xe1\xa4\xae\x55\xeb\x7d\xf3\xc7\xf4\xb7\xb8\x71\x44\xcd\xed\x58\x54\x0b\xc5\xe4\x55\x41\xcd\x65\x73\xa0\x54\x50\x73\x11\x64\xd5\xaa\x16\xfa\xf9\x2e\xf3\xbb\x5c\x39\xa0\xe6\x29\xa6\xae\xa0\xe6\xbe\x9c\x94\xaa\x89\x00\xe8\x57\xab\x26\x20\x97\x37\xa8\xb9\xbf\xdb\x9a\x8f\x6b\x92\x91\x0c\xd4\xdc\xa8\x4a\xd4\xfc\x61\xe4\xa9\xa2\xe6\xeb\xf1\xc7\xf4\x37\xd9\xa3\xa6\x35\x5b\xc9\x26\x6a\x5e\x58\x39\x2a\xa8\xb9\x7d\xdb\x77\x11\x65\x07\xbc\x56\x9b\xaa\x66\xf5\x5d\xf6\xef\xcb\x89\x59\x41\xcd\xf5\x55\x0c\x82\x9a\xfb\xc0\x98\x5f\xff\x40\xcd\x8c\xa4\xa8\xb9\xe0\x40\xac\xa0\xe6\x96\x1f\xe6\xa8\x85\x37\x8a\x77\x41\xcd\xb3\x72\xcc\x55\x50\x73\x2b\x18\xd3\x6a\x0f\x55\x84\x9a\xbb\x26\x2f\x8c\x78\x55\xd4\xdc\x6e\xdf\xf5\x68\xae\x7c\x57\xd4\x3c\xf1\x65\x54\x50\x73\xd5\xb6\x5f\xbb\x26\x2f\xc5\x3e\xa8\xb9\x5e\x8f\xef\x3e\xee\x14\x3f\xa4\xc9\xeb\x6e\xbf\x12\xfb\x00\xea\xf6\x0e\xbf\x22\xe0\x52\xee\x01\xa8\xc7\x97\x6d\x12\xa2\x6c\xb8\x8a\x86\xd6\x30\xd4\xce\x0a\xa0\x9e\x17\x66\xf3\x3a\xd4\x52\x14\x83\x00\xea\x71\x29\x24\x05\xd4\xb7\xe7\xf2\xf0\x14\x53\x3a\x0d\xad\xf7\xd5\xa7\x68\x29\x97\xb3\x29\xa0\xce\xaf\x45\x8e\xaa\x0b\x0c\x52\x87\xde\x0a\x05\xbb\x80\x7a\x45\xab\x5c\xea\x8e\x2a\x80\xba\x5d\xdb\xa7\xdb\x25\xc7\xa2\x12\x50\xbf\x18\xd5\xeb\xb4\xbf\x36\x72\x6a\xbd\x77\x51\x01\xa8\xeb\x71\x36\x01\xd4\x2d\xbb\xf1\x01\xd4\x35\x79\x72\x01\xa8\x47\x6e\x3e\x65\xa9\x8f\xe6\xbb\x8a\x6e\x80\x52\x15\x50\xe7\x78\x4a\x7f\xb7\xc2\x6a\x8a\x32\xb0\xed\x57\x00\x75\x5d\xd3\x56\x21\xca\x66\x67\x06\xa7\x5a\x0a\xfe\xdf\x0a\xa0\xae\x77\xf6\x43\x6e\x6d\xf5\x2e\x01\xf5\xf5\xf2\xe3\xc7\xf9\xb5\x83\x8f\x8e\x2a\x8f\x57\x00\x75\x3d\xaf\x45\x0d\x80\xca\x1f\x00\x75\x6f\xe8\xa8\x15\x40\x3d\xb6\xea\xd0\xa3\x41\x0c\xa4\x50\x01\xd4\xbd\x75\x9b\x81\x28\x7b\x01\x86\x15\x40\xdd\xbb\xdb\xf3\x09\x55\xc4\x56\x61\x20\xba\xa6\xc5\xf0\x56\xf8\x5d\x8f\xe6\xc2\x84\xea\x68\xde\x28\xb4\x15\x40\x3d\x0e\xde\xf0\x0a\xa0\x6e\x15\x47\x64\x05\x50\xf7\x57\x79\xab\xa3\xf9\x5e\xbe\xcb\x7a\xfe\x1e\x8b\xf4\x57\x75\xb7\x82\x9a\xeb\xe3\xba\x0a\xd4\xec\xc9\xf5\x8a\x22\xa7\x45\xb6\x76\x77\x52\x40\xcd\xa3\x78\xf8\x82\x9a\xfb\x7b\xdb\x2a\xad\xd9\x2a\x66\x3a\x9a\x25\xe7\x54\x50\xf3\x8c\xb5\x11\xa8\x59\xe1\x2c\x6a\x1e\xaa\xac\x4b\xc7\xab\x1f\x02\x35\xb7\x50\x2c\x41\xcd\x7d\xa8\xb7\x80\x9a\xfb\xa5\xac\x06\x35\xd7\xd4\x7d\x8a\x2a\xd2\xb1\x66\x57\x51\x73\x7f\x2c\x6a\xf0\x04\x45\x56\x50\x73\x39\x85\x29\xd3\xd1\x5c\xb3\x55\x29\xca\x5c\x48\xa0\xe6\x76\xb9\xbb\xff\x70\x34\xdb\x05\xf7\xef\xb2\xc8\xfc\xbe\x98\xbe\xeb\xa7\xf7\x0d\xac\x57\x41\xcd\x35\xbb\x17\x3e\x55\x4d\x7c\x0a\x55\x47\x73\x72\x77\xeb\x68\xbe\x3d\xaa\x40\xcd\x2d\x47\x55\xcc\x6f\xc1\x2f\x50\x41\xcd\xb3\xb8\x08\x41\xcd\x63\x5d\x16\xd9\xbf\x9f\xaa\x08\xa8\xb9\x87\x7e\xf8\x79\x54\x4d\xdb\xac\x55\x44\xc5\x4c\x47\xf3\x51\x2d\xff\xb4\x8a\x5c\x16\x51\x45\x7e\x8c\xc3\x7f\x5f\xec\x6f\x01\xa6\xdd\xd1\x07\xdd\x54\x1d\x01\xd4\x35\x2b\x15\xb7\x06\x04\x3b\x0b\xa0\x9e\xc3\x26\x01\xa8\xe7\xb9\xfc\xb1\x5a\xa8\x07\x22\x80\xba\xbe\x93\x91\x11\x50\xbf\x0f\x6b\x0c\x40\x5d\xb6\xfa\x1e\x80\xba\x6c\x4c\xa3\x75\xbb\xb5\x55\x1e\x00\xd4\xa3\x28\x06\x05\xd4\xfa\x53\xea\x56\x94\xa9\xfc\x6f\x1d\xaf\x40\xe6\x2a\xa0\x0e\x71\x04\xa0\x6e\x97\x50\xee\x84\x6d\xdf\x22\xa2\xfb\x03\x23\xd7\x13\xa2\x9b\x66\x04\xa0\x9e\x74\x1f\x40\xdd\x6a\xd4\xac\x01\x41\xc1\x7e\x9c\x7a\x8f\x9b\x70\x34\x27\x7f\xec\x52\x87\xba\x53\x01\xd4\xf3\xc2\x44\x59\x01\xd4\xbd\xdb\x5f\x01\xf5\x8b\xa9\xb0\xea\x68\x96\x81\x50\x01\xd4\xfd\x46\x59\x6a\x00\xea\xf1\x9e\x97\x22\x4b\x7d\xb0\xe3\x1a\x80\xba\x77\x74\x89\x06\xa0\x1e\x5f\xf1\x5d\x0d\x44\xd5\x22\xf3\x5b\x01\x59\x2d\x1c\xcd\x4c\x68\xd3\xd1\xbc\x71\x9d\x37\x00\x75\xdb\x9c\x7a\x4d\x40\x3d\x31\x10\x35\x00\x75\x7f\x58\x66\x0d\x40\xdd\x3b\x8b\xb9\x01\xa8\x67\xcd\xb6\xd9\xfe\xbe\xb6\x99\xad\x5d\x1f\x7f\xac\x28\x63\xd5\x35\x00\x75\x1d\x28\x96\x2d\xe9\xbb\x41\x39\x6c\x29\x0c\x80\x7c\x37\x69\x0b\xc5\xf6\xdb\x00\xd4\x75\x3c\x16\x11\x65\x05\x1c\xd1\x92\x47\x55\xa7\x0b\x49\x03\x42\xf3\x43\xc3\xbd\x60\xcd\xf4\xb7\x61\x3f\x69\xa0\xe6\x59\xf0\x86\x37\x50\x73\x6f\xc7\x36\x7b\x54\x15\x1b\xa9\x41\x0c\xdc\xd4\x40\xcd\xb5\x2c\x3f\xc4\xd6\x9e\xd0\x86\x1b\xa8\xb9\xce\x6c\x51\x5f\x06\x87\x7e\x03\x35\x8f\x8d\xe1\xa2\x89\x9a\xbb\xb3\xaf\xa3\xf9\x3b\xbe\x2b\x91\x20\x9e\x22\xca\xf4\x1e\x36\x51\xf3\x05\xe6\x6a\xa0\xe6\x3a\x92\x3f\x46\x94\x45\x8f\x6e\x6d\xdd\x98\xfa\x1b\xa8\x79\xee\xe2\x8f\x03\x65\x30\x38\xa0\xe6\x39\x1c\x1c\x1d\xcd\x2f\x07\x4a\x03\x35\xd7\x07\x8c\xd9\xb2\xaa\x08\x32\xa7\x65\x45\x37\xea\x44\xcb\x1a\x3c\xf1\xaf\x35\x50\xf3\xbc\x0a\x93\x02\x6a\x9e\x09\x12\x54\x03\x35\xcf\xe9\x94\x81\x9a\xdb\x85\x5b\xa4\xe9\x68\xbe\x2e\xab\x12\x55\x65\x7f\xac\xaa\x09\x20\x6d\xd9\xfe\x26\x9b\xf1\x5a\xb3\x6d\xe6\xa8\xfa\xb0\xd9\xb6\xac\x6a\x3d\xac\x39\x54\x6b\x06\x36\x2b\xba\x81\x6f\xad\xc8\x11\x42\x5d\x6c\xa0\xe6\xfe\xda\x23\x50\x73\x39\x98\x32\x1a\xa8\xb9\xec\xf2\x2b\xdb\x7e\x03\x50\xcf\x76\xf9\x22\xa2\x6c\x71\xe4\x35\x01\x75\xfe\x7c\xaa\xcf\x1d\x33\x63\x2b\x6a\x29\x6e\x31\x7d\xd0\xb5\xd9\xc2\xa0\x87\xb1\x02\x05\xd4\xcf\xe5\x53\x45\x99\xeb\x04\x40\x3d\x8b\x62\xa1\xc8\x99\x71\xc9\x09\xa8\x13\xca\x52\x03\x50\x77\x4f\xfc\x56\x9d\x7a\xc0\x78\x13\x50\x1f\x28\x07\x4d\x40\x9d\x39\x6a\x5b\x75\xa9\x03\xb8\x5a\x95\x43\x82\xb5\xa1\x55\xdd\xb2\xcd\xaa\xba\xa3\x41\x17\x04\xd4\x1d\x06\x51\x03\x50\x8f\xfb\xb5\x66\x51\x86\xcb\xb5\x86\x6d\xdf\x1f\xeb\xb6\x73\xd9\xd4\xa0\x3b\xd2\x5f\x00\x75\x9d\x1c\x55\x0d\x40\x5d\xf6\xe1\xc7\x4d\xd1\xfd\x5a\x64\xea\x37\x5e\x92\x06\xa0\x6e\x35\x33\x92\x02\xea\x8c\xe3\xa3\x01\xa8\x67\xaf\x3e\x45\x94\x55\x0e\xa3\xa6\x1b\x7a\x7c\x3e\x75\xa9\x63\x0b\x6d\x00\xea\x9a\x6f\x3f\x34\x3d\x41\x18\x1c\x01\x75\x01\xcd\x35\xdd\xd0\x57\xb4\x4a\x2d\x74\xda\x66\x6d\xbf\x00\xb4\xd6\x62\xa9\x33\x56\x4d\x83\x18\xc7\x7a\x13\x50\x8b\x8c\x9a\x6e\xe8\xe2\x94\xe9\x86\x5e\x68\xdd\x0d\x40\x5d\x65\x01\x35\x01\xf5\x06\x74\x34\x00\x75\xed\x95\x66\x00\xa8\x7b\x52\x66\x76\xe7\x17\xee\x5c\x03\x50\x77\x2d\xff\x4d\x40\x3d\x8b\x1f\x52\x15\xb1\xfb\x02\xea\xe3\x1c\x89\x9a\x13\xb0\xa2\x81\x9a\xfb\x72\xf6\x41\xcd\x65\xbb\xb5\x75\x43\x2f\x74\xad\x36\x74\xdb\xa1\x0c\x37\x50\xf3\xe8\x4a\x27\x50\x73\x5d\xca\x5b\x50\xf3\xac\x97\x3f\x56\xf5\xc2\x04\xd4\x74\x43\x57\xd7\x33\xa8\xb9\xab\x3f\xb4\x40\xcd\xb7\x35\x2b\xca\xe2\xc7\xc1\x21\xf1\xc7\x8f\xab\xce\xe2\xeb\x68\x30\x38\xa0\xe6\x9a\x3c\xd7\x40\xcd\xe5\x54\x5b\xe5\x51\x05\xe7\xbf\x0d\x8f\x2a\x0c\x26\x0d\xd4\xdc\x2a\x08\xb4\x89\x9a\x8d\xda\x68\xa2\xe6\x57\x99\x29\x6a\xbe\x95\xf3\x33\xac\x04\x74\x41\xd4\x7c\x26\x83\x33\xa5\x19\x78\xbe\xe8\x86\x5e\x9e\xf2\x33\x38\x51\x56\x25\xca\xb8\x7c\xca\xfc\x1e\x54\xaf\x36\x75\xbb\xa3\x48\xb7\xa9\xe8\xc6\x0b\xd6\x40\xcd\xed\x73\x7e\x41\xcd\x7d\x0e\xab\xd2\x2a\x02\xc9\xad\x3d\x5a\x09\xd0\xf1\x9a\x6e\xe8\xea\x68\xe8\x86\xbe\x55\x9f\x40\xcd\x43\x13\x4a\x7b\xe4\x34\xaa\x20\x81\x9a\xa7\xe4\xed\xf6\xa8\x6a\x3e\xd6\xcc\xfe\x4d\xf7\x2f\xc5\xfe\x23\xe3\x42\x75\xe8\x91\x61\x32\xad\xf6\xf1\x29\xa3\xaa\x87\xfa\xc3\x37\xd1\x64\x6e\xeb\xc5\x6b\x00\xea\x31\xb1\x17\x35\x3d\xd4\x3a\xbb\xdb\xe3\xd4\x3b\x8c\x32\xb7\x2f\x7b\xf7\x6a\xeb\x76\xcc\xdf\xd0\xca\x68\x46\x00\x6a\xbc\xdb\xed\x95\x2e\xa5\x8e\x2a\x73\xfb\x73\x72\x05\xd4\xef\xf2\x5d\x86\xe2\xc5\x1a\xd6\x00\xd4\xb3\xc1\x54\x6f\x02\xea\xa9\x66\xf5\x7a\x54\x29\x16\x00\xd4\xb5\xb8\xa8\x04\xd4\xcd\x15\x28\xa0\x6e\xea\x99\xba\xa1\xdf\x6d\x8f\xa4\x87\x29\xd9\x64\x6e\x4f\x10\x74\x03\x50\xcf\x32\x7d\x1a\x06\x13\x6a\x96\xb9\xbd\x95\x3f\x4b\xdb\xbe\x7a\xa6\x6e\xe8\x8a\x13\xb3\x2d\xe9\x8e\xc5\x77\xa5\xff\xa9\x2d\x08\xa8\x1f\xa5\xd3\x52\x4b\x51\xb3\x5a\xd2\xc3\xec\xd1\xd2\xd6\xed\x48\x2e\x0d\x44\xea\x99\xe1\x86\x6e\x36\xc3\xf9\x05\x83\x34\xdd\xd0\x09\xd7\x5b\xd3\x0d\x6d\x2c\x5b\xfb\xec\x2f\xe0\xae\x01\xa8\xfb\xc9\xfe\x58\x03\xa0\x3a\xea\x17\xa2\xdb\x1f\x23\xba\xb5\x57\x37\xdd\xd0\x1b\x42\x51\xfb\xec\x2f\x30\xbf\x7d\x6e\x6d\xa8\x1d\x4d\x37\x74\x1b\xd6\x8c\xd6\xfd\xb8\xcc\x00\xd4\x23\xb9\x5b\x01\xd4\xfd\x40\x6f\x68\x9f\xa2\x5b\x15\x08\x40\xdd\x0a\xd0\xaf\xc9\xdc\xae\x6e\x0d\x99\xdb\x8f\xc7\xfa\xf6\xa8\x52\x43\x10\x35\x17\xd7\x86\xcc\xed\x57\x54\xa5\x1b\xda\x48\xa8\x26\x73\xdb\x20\xc1\x26\x6a\xde\x58\x47\x9b\xcc\x6d\x63\x49\xda\xd6\x60\xe2\x42\xda\x32\xe2\x5c\x2a\xa0\xe6\xd9\xd5\x60\x41\xcd\xa3\x28\x9c\xa5\x67\x8f\x6c\x33\xd8\xbf\x81\x50\x40\xcd\xb3\x45\xab\xe8\x6f\x73\x70\x8e\xb4\x0a\x41\xe5\x71\xff\xaa\x21\x88\x9a\xcb\xe5\x8f\xd9\xbf\xdb\x49\x01\x35\xb7\xe1\xd6\x38\xee\x5f\x0c\x62\xed\x88\x22\xc5\x11\xa0\xe6\xd6\x8e\x55\x85\x41\xcc\x0f\x79\x54\xa9\x6b\x49\xcf\xee\x1e\x0a\x47\x55\xc4\x49\x91\x9e\x3d\x5c\x48\xa0\xe6\xfa\x39\x29\x47\x14\x29\xc6\xd4\x0d\x7d\xa3\xb7\xf4\x4b\x94\x81\x42\xd8\x41\xcd\xf3\xd0\x8c\x7e\xa9\x75\xb3\x80\xbb\xa8\x79\xa3\xc6\x74\xdd\xd0\x7a\x78\x3b\xa8\xb9\xbe\x8f\x3f\x6e\x1e\x0a\x99\x62\xd0\x2a\x26\x45\x50\xf3\x42\x6d\xeb\x97\x91\x08\xb8\x81\xfa\x15\xf4\x4e\x8b\x5a\x45\xfa\xaf\xc2\xb5\xba\x80\xba\x3c\x7e\x85\xa1\xb8\x8f\x5f\x91\x4c\x15\x7d\x57\x2b\x63\x82\xba\x1e\xea\x1b\xeb\x6e\x17\x50\x77\xb6\x76\x97\xb9\xdd\xc1\x5f\x5d\xe6\xf6\x87\xcd\xa7\x0b\xa8\x67\xb2\xaa\x38\xb5\x19\x19\x01\x75\x5e\xd6\xac\x9b\x03\xe3\x67\x4f\x6e\xed\x61\x55\x9e\xda\xa8\x52\x1d\x40\xdd\xd6\xeb\x53\x86\x42\x4f\x5c\x07\x50\xd7\x89\x54\xec\x00\xea\x19\x63\x2e\xa0\xce\xdb\x1f\xd3\xdf\x06\xb1\xb0\xeb\x86\x7e\xd0\xc9\x3b\x80\x7a\x2c\x1c\x1f\x5d\x40\x7d\xc1\xfa\xee\x02\x6a\xc9\x39\xfd\x0e\x83\x18\x03\xab\x1b\xba\x1d\x6b\x96\xd9\x6b\x7f\x6f\x6d\xfb\xb7\x3f\xa6\xbf\x85\x23\xbe\xeb\x86\xbe\x11\x38\x5d\x40\xad\xeb\xad\xdf\xc1\xb8\x60\x16\x00\xd4\x63\x46\x51\x80\x09\x4b\xad\xdf\x32\x10\x3e\xab\xe2\xa8\xba\xd8\xbc\x5d\x40\x3d\x6c\x64\x0e\xb2\x2b\x63\x95\xd5\xca\x30\xf6\xf6\xac\x2d\x14\x43\x71\x07\x50\x8f\xc9\x06\xec\x32\xb7\x5f\x07\x47\x37\xb4\x1a\x42\xcf\xba\xed\xec\x51\x0e\x72\x20\x6b\x23\xdc\xd0\x08\xc9\x9e\x63\xa9\xfb\xd4\xa5\x8e\x16\xda\x83\xb9\xdd\x7d\xca\xfc\x5e\x40\x83\x0e\xa0\xee\xa5\xfb\xa1\x63\x23\x99\x6e\xdd\xd0\xdd\x25\x2a\xa0\x1e\xce\x60\x09\xdf\x0d\x3d\x02\x50\x4f\x89\xdc\x5d\xd4\x5c\x1d\xab\xe2\x7a\x86\x50\xd4\x65\x6e\xbf\x08\xd8\x2e\x6a\x8e\x29\x2b\xe1\xcb\xf0\xc7\x6c\xed\x51\xfc\x10\xeb\xb9\x3b\xfb\x45\xd5\x6b\xfb\x21\xe6\xf7\xcb\x36\xd2\xfd\x9b\xed\x82\x8c\x9a\xe1\x8f\xf5\x65\x40\xfb\xe9\xd5\xf9\x05\x26\x77\x50\xf3\xac\xc4\x83\xf4\x20\x6f\x6f\x9f\x66\x57\xac\x45\x0d\x80\x6e\x58\xc9\xdb\x03\x73\x59\x97\xbc\x7d\x5c\xcf\xd5\xfd\x4b\xc8\x43\x07\x35\xcf\xe7\xb5\xa8\x5b\xb6\xf9\x2e\xfd\xfd\xba\xef\x86\x6f\x8e\xa5\xa2\x1b\x7a\x3f\x36\x52\x5f\x15\x88\xbb\x83\x9a\xe7\x33\x7c\x37\x18\x35\x3c\xd5\x0d\x9d\xdc\xbf\x4d\x5f\x15\x60\xa7\x83\x9a\x67\x57\xde\x82\x9a\x6b\x41\x27\xef\x4d\xdf\x0d\x96\xc6\x2e\x6a\xd6\xd0\xda\x9b\x41\x64\x0e\x0e\xa8\xb9\x56\x87\x5d\xf2\xf6\xa9\xbe\xeb\x51\x05\x7c\xeb\x4d\x86\x18\x1e\xb4\xde\xdc\xbf\xc5\xaa\x24\xab\x2b\xe7\x45\xcd\x09\xdf\x71\xd7\x0d\x6d\xf8\x4f\x07\x35\xf7\x74\x3d\xbf\x12\xfb\x00\xea\xb6\x2a\x03\xa5\x87\x7a\xb9\x89\x00\xd4\x75\xba\xc5\xba\xb6\x41\x8f\x3c\x00\xf5\x30\xb3\x41\x17\x50\x0f\xb4\xa3\xae\x87\xfa\x77\xc0\xf7\x53\x64\xa9\xaf\xe6\x8f\xf5\x50\x13\xde\xd2\xbb\xb6\xee\xcf\x9a\x11\x65\xb3\x5b\xf4\xd4\x4e\x36\x52\xf2\xd8\xb1\x28\xe0\x72\xd9\xc8\xeb\x2e\xdd\x66\x48\x86\x44\xbf\xed\xf2\xba\xb3\x8b\x4a\x40\x9d\x21\x14\x75\xdd\xd0\x03\x2d\xb4\x03\xa8\xfb\x74\x90\x87\xf1\x83\x18\xe5\xba\x6e\xe8\x98\xcd\x11\x6e\x1d\xdf\x45\x94\x35\x17\xc6\xd0\xb6\x8f\x02\xdf\x87\x0c\x13\xa5\xf1\x88\xa3\x8a\xf5\xa9\x1b\xfa\x73\x5f\x0c\xb7\x36\x0e\x88\x2e\xaf\x5b\xba\x75\x07\x50\xcf\xed\xb9\xa6\x1b\xfa\xc3\xd8\xdb\x75\x43\x1b\x3c\xdb\x01\xd4\xd3\x88\xb3\x3e\x65\x10\x39\x65\x53\xb7\x2c\x1a\x7b\x07\x50\xf7\x1b\x12\x45\x07\x50\xb7\x4b\x51\x26\xa0\x2e\x78\xc4\xfa\x94\x61\xe2\x9e\xd2\x0d\xfd\xb8\x36\x66\x90\x21\xfd\x2e\xfd\xbd\x14\xa1\xf2\xba\x0d\x45\xec\x00\xea\x5a\x94\xc6\x00\xea\x7e\x7d\xd6\x8c\x28\x6b\x60\xbd\x0e\xa0\x9e\xc6\x1d\x77\xdd\xd0\x9f\xdf\x05\x50\xd7\x77\xf8\x54\xd1\x0d\x50\xea\x8f\x5a\xa8\x8a\x8a\x6e\xe8\xea\x1c\x3d\xce\xaf\x62\x41\x5e\x77\x86\x35\xd1\x1f\x45\x99\x92\x5c\x5e\x77\x56\xfd\x13\x35\x1b\xe3\xd9\xe5\x75\x17\x80\x61\xd7\x0d\x5d\xba\xef\x2a\xca\x8a\x4f\x75\xcb\x2a\x43\x1e\x8f\xaa\x6a\xcd\xac\xe7\x71\x10\x83\xba\xa1\x8b\x6b\xe3\xd5\x60\xe2\x81\x02\x6a\x1e\x1d\x78\xde\x03\x35\x7b\xca\x1b\xef\x6c\xb8\x44\x07\x35\xb7\x50\x09\x44\xcd\x07\x86\x49\x17\x35\x37\x1b\xa9\x1b\xba\xe2\x59\xee\xaf\x5a\xe8\xe3\x87\x34\x88\x61\xb3\xed\x92\xb7\x35\x79\xf5\x37\x0c\x9e\xd6\xcc\x7a\x36\xee\xaf\xbf\xee\x5f\x95\xc9\x57\x5b\xb7\xdf\x05\x35\xf7\x9c\x2d\xca\x00\x74\x3d\x8b\x9a\xd5\xd8\xfb\xd2\x00\x88\x47\xbb\x8b\x9a\x65\x6b\x77\x50\xf3\x78\x95\x39\xa2\xe6\xe9\xe0\xe8\x86\x8e\x13\xd3\x78\xe7\xeb\xf2\xa9\xbc\xfd\x6d\x33\x44\x19\x98\xdc\xbb\xa8\xf9\xbd\xfd\x2e\x28\x32\xbb\x90\x44\xcd\x03\x6a\x44\x5f\x41\x76\x65\x4d\xae\x70\xbb\xf3\x14\xd4\xdc\x32\x10\xbb\x1b\xef\x2c\x93\xa7\x83\x9a\xab\xd4\xbb\x0e\x6a\xee\x75\xff\x52\xec\x7f\xc6\x87\x46\xb5\x68\x65\x09\x84\xd5\x05\xd4\x5f\x7c\x45\xb7\x2c\x6e\xbb\x2e\xaf\x7b\xc3\xb8\xe8\x7a\xa8\xb3\x7b\x19\x40\xdd\x92\x4a\x9a\xa1\xd0\xdb\xbd\x2c\xa0\x0e\x4d\x52\x0f\x75\xf7\xf4\x01\x50\xf7\xe5\x92\x03\x50\xf7\xe6\x21\x0e\xa0\xae\xc9\xe3\x72\x3b\x14\x6e\x04\x43\xa1\xe3\xbb\x02\xea\x06\x4f\xa0\x6f\x0d\x26\xf1\x54\x51\xe6\xd9\x0a\xa0\x1e\xcb\xed\xb9\x65\x98\x28\x8e\x0c\x85\xce\x78\x97\xba\xbc\xee\xa3\x94\x00\x50\xd7\x23\xca\x00\x50\xb7\xcb\x81\xd5\x0d\xdd\xf0\x38\xf4\xad\x81\xe8\xf3\x43\x92\x03\xa1\x1d\x76\xdd\xd0\x17\x80\xba\x1b\xef\x9c\x20\xcb\xf5\xa3\x2f\xc3\xa3\xf9\x0f\x5e\x37\x8d\xd4\x0d\xdd\x70\x35\x76\x79\xdd\x9f\x52\xd1\x78\x67\xe3\x59\xfa\x31\xf4\x1b\x53\x4c\x3f\xf6\x57\x85\xe7\x08\x30\x8b\xdf\xd5\xb6\xef\xd9\x74\xb4\xfd\xe2\x44\xe8\x00\xea\xae\x99\xae\x03\xa8\x47\xf6\x30\xd2\x0d\xdd\x2e\x9b\xc1\xd6\x7e\x14\x65\x00\xea\xf9\xa2\xdf\x0e\x01\xf5\x87\xe1\x71\x5c\x41\xfe\xec\x14\x11\x65\xab\xf8\x54\xb7\x3b\x3b\x7d\x5c\xda\x42\x91\xb7\x03\x40\xdd\x75\xd9\x0f\xdd\xd0\xf9\xb5\x2a\x19\x35\xc8\x81\x21\xa0\xbe\x3e\x6b\xe6\x68\xd6\xba\x3b\xfe\x00\xd4\xbe\x2b\x6f\x1f\x15\x7d\xc8\xeb\x4e\xc7\x0f\x31\xbf\x1d\xe9\x34\x2e\x43\xfb\x59\xed\x03\xd4\xdc\x0c\x0f\x19\x7f\xf0\xba\xa9\x2a\xc9\xdb\x47\x63\x1f\xf2\xba\x27\xd8\x67\x24\xc9\x81\x20\xdf\x91\x4c\xdd\x80\x2a\x32\x92\x6e\xca\xe6\x53\xb5\x6e\x94\xf0\xa1\x1b\xfa\x40\x74\x19\x29\x68\x15\xfe\x98\xfe\xea\x85\x1f\x92\xb7\xe7\xb6\x66\xe7\x77\x5b\x95\x06\xb1\xcb\xe2\xe7\xb9\x66\x91\xf5\xdc\x87\x55\x45\x3c\x3b\x1d\xbc\x65\x4c\x11\x01\x31\x6e\x43\xae\xd8\x83\x23\xc8\xdb\x98\x16\xc7\x6d\xea\x06\xce\xa6\x01\x6a\x6e\x17\x7b\x70\xdc\x1a\x3c\x51\xcc\xc6\x6d\x5c\x06\x36\xae\x21\x6a\xce\xe0\xd3\xa1\x1b\xfa\x21\x4e\x6a\x80\x9a\xbb\xf1\x3e\x23\xc8\xdb\x88\xd0\x21\x79\x3b\xb1\xad\x86\xa8\x39\x5d\x36\x43\x03\xd1\xb1\x0b\x88\xee\x82\x19\x64\x88\x9a\x6f\xa2\xfb\x87\xe4\xed\x14\x45\x55\x11\x30\xc8\xc8\x1a\x88\x90\x39\x43\xf2\xb6\xee\xc5\x21\x79\xfb\x76\x6b\x64\xe5\x15\x0a\xe1\xd0\x0d\xfd\x15\xdf\x55\x3e\xff\x2e\x63\xff\xae\xd8\x1f\x7a\xa8\xdf\x65\xb5\x6e\x6d\xc0\xf8\xc8\xe1\xd6\xb1\xc1\x88\xb2\xba\xfd\x31\x4b\xfd\x60\x45\x1f\x02\xea\x06\x28\x1e\x59\x37\xe5\xb4\x77\xc7\x65\xc3\x20\xeb\xa1\xde\x28\x00\xc3\x50\xe8\xe6\xb2\x29\x1a\x88\xdc\x9e\x86\x42\xcf\xec\x53\xb7\xb6\xb3\x59\x04\x5c\x2f\xeb\xa4\xc8\x40\xc0\xda\x30\x82\xd7\x5d\xfd\x90\x8c\x8b\x61\x51\x32\x95\xdb\xb3\x04\x79\x8c\x0e\x02\xa8\x67\x71\x51\x15\xb3\x94\x14\x5b\xf5\xb9\x3d\xe9\x7e\xd1\x6d\xa7\x74\x12\x50\x77\x5b\x55\x23\x44\x85\xaa\x74\x43\x3f\xc8\xf9\x01\xa0\x6e\x2f\xea\xdf\xa8\x66\xa1\x51\xfe\xc8\xeb\xee\x76\x41\x5e\xf7\x52\x58\x55\xa3\x0b\x95\x21\x46\x43\x1b\x65\x33\x00\xd4\x3d\xb9\x30\x04\xd4\x29\x3e\xc4\xfc\x5e\x98\xf8\x86\x6e\xe8\x9b\x63\x6e\x54\x0d\x62\x8a\x23\x00\x75\x37\x7f\xda\xa8\x11\x5d\x48\x7f\xab\x5b\x5b\x91\xd2\x22\xba\x90\x0f\xb5\x88\x2e\xa4\x47\x00\xea\x3e\xc0\x5c\xc3\x68\xe8\x1b\xda\xf0\x10\x50\xcb\x6e\x1d\xf2\xba\x5f\x77\x4d\xf3\xa8\xc2\xf8\x30\x04\xd4\x37\x28\x72\xe8\x86\x4e\xc0\xb7\xd1\x42\x15\xf1\x5d\xb6\xf6\xc4\x47\x3f\x00\xd4\xf3\x46\x19\x1e\x4d\x54\x45\x2a\x83\xd1\x8c\x96\xcd\x36\x83\xfe\x4e\xa7\xac\x69\xdb\xc7\x10\x37\x40\xcd\xfd\x85\x5f\x34\xba\xb6\x6e\x54\x91\x21\x6a\xbe\x94\xc6\xa0\xe6\x21\x6f\x76\x74\xb7\xb6\xc7\x5c\x0f\xd1\x4d\x17\xba\xbe\x8c\xe4\x8f\x11\xdd\x7b\x58\x15\x47\xd5\xa7\xec\xd2\x0d\xbd\x3d\x5f\x44\xcd\x97\x3d\xd2\x0d\x3d\xb1\x17\x0d\x51\xf3\xba\x6c\xa4\xa8\xb9\x58\xd4\xc0\x5b\x6d\x06\xfb\xb7\x62\x97\x1b\xa2\xe6\x82\xd3\x64\x80\x9a\x9b\x21\xf9\x43\x37\xf4\xac\xfe\x38\x2b\x46\xd8\x56\xa2\xe6\x0c\x19\x60\x0c\xdd\x94\x44\x31\x0c\xa3\xa1\x9b\xa7\xc0\x90\x46\x82\x92\x33\x24\x6f\x9b\x8a\x64\xe8\x86\x9e\x97\xef\xb2\x7f\xd3\xed\x77\xb5\x12\x38\x0b\x23\x0c\x44\x4c\xf7\xd0\x00\xe8\x81\x12\xe4\x6d\x77\x37\xa8\x79\x3e\xd8\xa8\x87\xa8\xf9\x21\xe4\x61\x18\x0d\xdd\xb0\xcc\x8c\x19\xd1\xee\x8c\xf3\x94\xf1\x88\x5e\x3a\x44\xcd\x1d\xcb\xc6\x98\x81\x22\xfd\x31\x47\xb3\x34\x83\x01\x6a\xee\x37\x78\x6d\x4c\xe3\x8c\x30\x1a\x0c\x50\xf3\x9c\xdd\x1f\xeb\x8b\xcc\x36\x32\x54\xaf\xfd\x2b\xb1\x2f\xa0\x36\xac\x6f\xcc\x88\x1e\x65\x90\x01\xd4\xd3\xdc\x05\x43\x0f\xb5\x01\x74\xe3\xf1\xd4\x1e\xec\x56\x01\x75\xb6\x77\xf2\xba\x1f\xf8\x8d\xc3\x40\x69\xb3\xfd\x8c\xc7\xad\x6d\xdf\xff\xe0\x75\xfb\x63\x44\xd9\x84\xa8\x3f\xf4\x50\x0f\xb0\xc0\x78\x74\xcb\x66\x7f\x2c\xc0\x04\xd7\x0f\x01\xf5\xfd\xd8\x0c\x45\x19\xbe\xd4\x61\xa0\xf4\x20\x92\x62\x00\xa8\x5b\x57\xd0\x3d\x86\x6c\x28\x8e\x00\xd4\xbd\xab\x2b\xbe\xba\xed\xec\x82\xbc\xee\xcf\x25\x27\xaf\xdb\x18\xf3\x01\xa0\x1e\x53\x51\x66\x34\xb4\x10\x72\x08\xa8\x85\x9f\xc3\x68\xe8\xaa\x1e\x12\x09\xc4\x1c\x1c\x13\x88\x49\x20\x1f\x6f\x18\x10\x98\x85\x00\xd4\xcb\x46\x9a\x95\x25\xde\x45\x94\x69\x4c\x1b\xba\xa1\x17\xae\xc6\x21\xa0\xfe\x70\xe5\x0c\x79\xdd\x2f\x5e\xf8\xa1\x1b\xda\x3c\x57\x43\x37\xb4\x91\x41\x63\x99\xe8\xc0\x5d\xa3\x1b\xda\x24\x51\xc3\x04\x62\x53\xa1\xa1\x1b\x3a\x54\xe5\x15\xe4\x5e\x66\x70\x69\x20\x5a\xbe\xab\x41\x0c\xe6\xe4\xd0\x0d\x7d\x94\xd5\x4b\x37\xa5\x87\xbe\x80\xba\x45\x9b\x75\x43\xab\x67\x2e\x79\xce\xd1\x66\x50\xa4\x99\xf7\x86\xbc\xee\xcf\x73\x4d\x37\xf4\x52\xcd\x96\xd7\x7d\x2b\xac\x3e\x13\x1d\x28\x15\x83\xd7\xdd\x7c\x6a\xe0\xbf\x3a\x9b\xa8\x59\xe2\xfa\x10\x35\x4b\x06\x18\xf2\xba\xe5\x35\x8d\xcf\x90\x49\x3c\x80\xc3\x04\x62\x21\x8e\xe4\x75\x2f\x75\x0f\x79\xdd\xda\x03\x87\xa8\x79\x7b\xcc\x7d\xfa\x6e\xc4\x02\xf2\xba\xdf\xe6\x77\xe9\x6f\xf3\x40\x31\x1a\x7a\x60\xd3\x1b\xa0\xe6\xd9\xdd\xfb\xba\xa1\x87\xbb\x5b\xd4\x5c\xf1\x4b\x0e\xc9\xdb\xb5\x5a\x34\x1a\x5a\x21\xb9\x0d\xa9\x73\x3d\x1b\x0d\xdd\x3d\x05\x74\x43\x3f\xea\xc6\x91\x40\x0c\xe4\x3b\x44\xcd\x49\xfd\xc1\x68\x68\x2d\xf0\x63\x1b\x32\x39\x6d\xb3\x64\x57\x3c\x1d\x03\xd4\xdc\x1f\xc7\x79\xab\x6a\xaa\x01\x1e\x0d\x44\x4a\xa4\x63\x7f\xdd\xce\xc7\xf5\xac\xd6\xaa\x1b\xfa\x72\x6d\x98\x25\x6c\x57\x7f\xec\x51\x85\x65\x63\x44\x96\x30\xd5\x27\xdd\xd0\x26\xe0\x1a\xa2\xe6\xaa\xc6\x2b\x6a\x4e\x58\x47\x87\xa8\xf9\xf6\xc8\x38\x1a\x00\xb1\x8d\x0f\xa3\xa1\x97\xba\xc7\x31\xcb\x10\xb6\xc4\x01\x6a\x9e\x3d\x3a\x28\xca\xf8\x65\x4e\x9e\x79\x85\x5b\xf6\xa7\xc1\xf3\x92\x5c\x84\xa5\x62\x5e\x92\xc7\x18\x8a\x09\xa0\x9e\x4f\xf7\xc7\x2e\x75\xd6\xe7\xd4\x43\xbd\xe0\x75\x4f\x3d\xd4\x65\x58\x34\x70\x78\xfb\xae\x4b\x1d\x35\x7b\xea\xa1\x5e\x8f\x45\xb5\xd0\x6a\xcd\x06\xfe\x73\xe4\xcd\xcb\x1c\x17\xcd\x1f\x87\x47\x7e\x50\x44\x94\x25\x44\xf7\xd4\x0d\x6d\xa4\xed\x04\x50\x8f\x0d\x1f\x63\x26\xdd\x58\x38\x2f\x66\x12\x70\x81\xdd\x66\x8a\xdc\x80\x74\x3f\x09\x30\x99\xbe\x69\x02\x31\x43\x11\x67\x12\x65\x34\x9f\x32\xf5\xea\x99\x53\x5e\xf7\xc6\xd6\x34\xe5\x75\x3f\xc9\xef\xaa\x95\x21\x06\xa7\x80\xba\x67\xab\xd2\x97\x61\x8f\x00\xd4\x7d\x83\xb9\xa6\x80\xba\x0c\x1b\x29\x83\x08\x57\xd4\xbc\x4d\x98\x86\x25\x6a\x1a\x0d\x9d\xd9\x35\xf3\x56\x0b\x85\x6f\x3c\xef\x60\x4c\x51\xd5\x1d\x6e\x59\xdf\x35\x24\x07\x81\x33\x4d\x20\xf6\xb2\x3d\x27\x80\xba\x6f\xc7\xf9\x0e\xb2\x2b\x6d\x96\xd7\x9d\x01\x86\xf3\x96\xc7\xfe\xf8\x54\x40\x3d\x6d\xb3\xb6\xfd\x64\xd1\xa3\xea\x58\x34\xe4\xca\x55\x77\x1b\x62\xc6\xf1\x3a\x73\x18\x88\x78\x9a\x75\xdb\xa1\x3b\x4d\x13\x88\x3d\x98\xfa\xa7\x6e\xe8\xea\x12\x15\x50\x17\xc4\xc2\x34\x1a\x5a\xd0\x31\xb3\xeb\xf9\xf1\x5d\x6d\xbf\x97\xef\x6a\x00\x74\x79\x9b\x40\xcc\x28\xb9\x29\xaf\x3b\x6d\xdf\x95\x31\x85\x6e\x3c\x45\xcd\xf7\x65\x9b\x23\xc4\xcc\xa2\x71\x28\x9f\x3f\x3e\x0e\x2c\x0b\x58\xd4\x3c\xb0\x44\x4d\xdd\xd0\x1d\x7a\xe7\xd4\x0d\x2d\x9d\x75\x16\x03\xff\x6d\x55\xd1\xb6\x8f\x1d\x63\x96\x88\x1e\xf5\x5d\x8e\xaa\x7b\xfa\xe3\xf0\xdd\xb0\xea\x74\x43\x5f\x9c\x2f\x53\xd4\x6c\xd2\xf5\xa9\x1b\xfa\x3e\xbe\xab\xe8\x86\x29\x31\x41\xcd\x53\xf2\xd5\xd4\x0d\xdd\xa3\x55\x26\x78\xfc\x6c\x86\xa8\xd9\xa1\x0b\x37\x34\xf8\x65\x56\x51\xe4\x67\x91\xf9\x95\xab\x33\x45\xcd\xf2\x37\xa6\xa8\x79\x40\x82\x9a\xa2\xe6\xe2\x7a\xae\x8a\xee\xf8\x90\xa8\x0a\x45\x7a\x46\x34\x34\xda\xc5\x8c\x1c\x62\xd9\xa2\xb4\x0a\x07\x47\xd4\xfc\xa2\x4d\xcd\x6a\x02\x40\x57\x8e\x6e\xe8\xaa\x28\x90\xbc\xdd\xb1\x9c\x4f\x51\xf3\x85\x56\x33\x9b\x34\x03\x4e\x90\xd9\x82\xcc\xcc\x74\x8b\x9a\x1f\x94\xff\x29\x6a\xbe\xea\xaf\xc2\xb5\x26\x80\xba\x1a\x47\x3c\x9b\xd1\x67\xee\x47\x03\xa5\x35\x98\x4c\x01\xb5\xb9\x0b\xa6\x81\xd2\x77\xb3\xa8\x47\x7e\xf9\xae\x0c\x04\x3b\xdb\x3c\xc5\xb6\x0d\x8e\x53\xdb\xa7\xba\x75\xa0\xe2\xcf\x16\x28\xc3\xaa\x58\xea\x1b\x7b\xd1\xec\xa6\xdb\x72\x15\xc9\xeb\x9e\xf8\x61\xa7\x80\xba\x7b\x82\xe8\x86\x56\x0d\x9b\xba\xa1\xe3\x8c\x00\x50\x0f\x49\x23\x53\x37\xb4\x2e\x86\x09\xa0\xee\xaf\xcd\x00\x50\x97\xc3\x99\x3e\x05\xd4\x07\x45\x7a\x0a\xa8\xe5\x39\x4f\xd3\x8b\xbd\x9e\x6b\xe1\x86\xc6\x70\x3a\xe5\x75\xbf\x1e\x0a\xdd\x90\x2b\x4c\x6d\xb3\x6b\x30\x41\xb1\x9c\x00\xea\xde\x21\x61\xce\xe1\xd6\xce\x3e\x95\xb7\xef\x16\x33\xbd\x58\x82\x72\x30\x87\x5a\x8a\x82\x4e\x5e\xb7\x2e\x86\xa9\x1b\x7a\xbd\x3e\xa5\xbf\xcf\xe3\xbb\x68\xdd\x3a\xc7\xe7\x08\x1e\x3b\x3d\x02\x50\xcf\x17\x1b\xfb\x94\xd7\x7d\x29\x42\x01\xd4\x73\xa2\x49\x4e\xa3\xa1\xd3\x6d\x23\x4d\x97\x87\x26\x39\xe5\x75\x77\x1c\x01\x53\x5e\xb7\x29\xf4\xe7\x8c\xb4\xbd\x16\x99\xdf\x06\x82\x9e\xc1\xeb\x46\x81\x9f\xc1\xeb\xc6\xbf\x3f\x4d\x2f\x26\x04\x9b\x53\x03\x82\xc7\x9c\xd1\xd0\xdd\x66\xe8\x86\xf6\x76\x89\x09\xa0\xae\x15\x8f\xd2\x04\x50\x8f\xee\x0c\xea\x86\x4e\xe0\xa6\x69\x7a\xb1\xf3\x58\x95\x5b\xbb\xd9\x66\x0d\x62\xaf\xef\x2a\xca\xb0\xf9\xcc\x27\x12\x3b\xf0\x63\x50\xf3\x28\x1e\xa0\xba\xa1\x1f\xac\x58\xf3\x89\x74\x88\x4c\x99\xa8\x39\x36\x8e\xa8\xf9\xc5\xd5\x38\x9f\xe8\x2f\xdf\xd5\x0d\x9d\xc0\xb6\x13\xd4\xdc\xa4\xcf\xcd\xc7\x9c\x5a\xd9\xa7\xda\xba\x8f\xcd\xa0\xbf\x13\x36\xce\x14\x35\x9b\x84\x7c\x3e\x61\x00\xb4\x19\xa2\x2a\xd7\x73\x44\x43\xab\x3e\x89\x9a\x35\x89\x4c\x51\xf3\xc4\x93\x35\x45\xcd\x37\xca\xf0\x34\xbd\x98\xa0\x72\x82\x9a\xe7\x45\x9c\xc2\x14\x35\x77\xc8\x1e\xf3\xd5\xd6\xed\x58\xbd\xa1\x7a\xf9\x63\x44\xb7\x81\x36\x33\xd2\x6e\x83\xd7\xa6\xd1\xd0\xde\x4d\x30\x41\xcd\xc5\xf4\x8f\x53\xf2\xf6\x8c\x2e\x60\x20\x4a\xf1\x21\xfb\xab\xf2\x2c\x79\xfb\x83\x46\x32\x97\x64\x66\xc7\x2a\x72\x88\xb9\xf7\x23\x87\x98\xfb\xd7\x1c\x62\xb5\xf9\x2e\xf2\xaa\x62\x1c\x9e\xa2\xe6\xe1\x68\x98\x76\x5b\x56\xdb\x8c\xb4\xdb\xf7\xaf\x08\x9c\xd3\xf4\x62\x7d\xda\x24\xb4\x14\x73\x30\x4e\x79\xdd\x17\x16\xbc\xb9\x04\x98\xdd\xa2\x69\x5d\xb7\x6d\xd0\x43\xad\xaa\x6c\xa0\xf4\x74\xcc\x83\xd7\xad\xe2\x21\xa0\x0e\xb5\x53\x0f\xf5\x78\x2c\x3a\xf5\x40\xf5\x69\x7a\x31\xd3\x92\x4c\x79\xdd\xaf\x1f\x12\x50\xdf\xc7\x77\x35\x10\x11\x69\x3b\xe5\x75\xeb\x19\x9f\xf2\xba\x8b\xeb\x53\x40\x1d\xba\x93\xbc\xee\xa4\x52\xaa\x1b\x7a\x61\xe5\x98\x02\xea\x99\x7d\xca\x51\x65\x80\xf6\x14\x50\x67\x0f\x50\x03\xa5\x4d\x6e\x39\xb7\x5a\x8a\xeb\x73\x47\x4e\x1e\x26\x37\xa2\xa1\xad\xca\xf4\x62\x72\x1b\xa6\x19\xb9\x87\x27\x88\x80\x3a\x63\x10\x9b\x5b\x94\x71\xfb\x6e\x57\xfc\x32\x1a\xdb\xa3\xca\x19\x34\x1a\xfa\x60\x6b\x9a\x5b\x5f\x86\xc0\x41\x40\xfd\x2c\x7f\x4c\x7f\x97\x6b\x43\x40\xbd\x3c\x14\x82\xd7\xfd\xda\x8c\xe0\x39\xf3\xae\x80\xba\x28\x51\x75\x43\x17\x95\x61\x01\xf5\x89\xa2\xbc\x7d\x87\x4e\x37\x74\xc6\xba\x32\xe5\x75\x1f\x8c\x00\xd3\xf4\x62\x55\xd9\x65\xda\xed\xad\xac\x16\x50\x5f\x44\x7c\xcc\x23\xe3\x42\xed\x22\xd2\x6e\xc3\xe4\x99\xa6\x17\xab\xea\xb7\xba\xa1\x93\xfa\xc3\x31\x84\x50\x9d\x4d\x5e\xf7\xa5\xbe\x67\x34\xb4\x99\x2b\x1e\x51\xf3\x26\xbf\xcd\x23\x6a\x16\xbd\x3e\xa2\xe6\x44\x23\x1f\xdd\xd0\xa6\x28\x7f\x2e\xb5\xee\xd7\xa2\xd1\xb2\x98\x62\x9e\xcb\x9c\x3c\xb8\x1a\x1f\x50\xf3\x38\xcc\xfe\x03\x6a\x9e\xfa\x32\x1e\x51\xb3\xc9\xdb\x9f\x4b\x03\x60\x34\x03\xd1\xbd\x90\xb7\xcf\x15\x39\x6a\x6c\x95\x19\xe6\x39\xc8\x1e\x51\xf3\xf5\x59\xd4\xb6\x8f\x22\xfd\xe8\x86\xf6\xbe\x8c\x47\xf2\xb6\x41\x2b\x4f\x8a\x1c\x35\x1f\x45\xd3\xc7\x71\x08\x3e\x29\x54\x11\x8b\x66\x98\xc7\x0c\xfb\x24\xe7\x17\x65\xf2\x91\xbc\xbd\x3f\x7f\xac\xc1\x84\x38\x85\x47\xd4\x7c\x27\x5b\x15\x99\x4e\xad\x4a\x94\xc1\x51\xf5\x88\x9a\xef\xc7\x9a\x39\xaa\x54\x08\x9f\x24\x63\x2a\xfb\xd4\xa3\xd9\xfe\x9a\x76\x7b\x1c\x8b\x1a\x88\xf0\xaf\x3d\xb7\x06\x22\xa0\xc1\x73\x1b\x1d\x8c\x08\x7a\x24\x6f\x2f\x16\xf0\x03\x6a\x6e\xa6\xfd\x7f\x8c\x86\x4e\x9f\x45\x33\xea\xa3\x4d\x3d\xa2\xe6\x42\x0c\xdd\x73\x6b\xd0\x76\xd8\xef\xc8\xdc\x4b\x7f\x6f\x33\xf7\x9e\x5f\x89\xfd\x07\x40\x3d\xdb\xb1\xfd\xf2\xd8\x87\xed\x37\xa9\xaf\x8b\x19\x40\x5d\x0e\x7a\xe6\x93\x0d\x1c\xc6\xd0\xf4\x04\xaf\x1b\x99\xf9\x98\x5e\xec\x42\x57\x7c\x0c\x94\x6e\x51\x34\x93\x1e\x2e\xb0\xc7\x40\x69\xf3\xde\x3f\x39\x00\x97\x45\x01\x26\xea\xfd\x23\xa0\x36\xa6\xec\x91\xd7\x2d\x8b\xe0\x31\xbd\xd8\x7c\xfd\xb1\x39\x2e\xb0\xcf\x3f\x39\xb4\x50\xb6\x49\x64\xe4\xae\xbe\x2b\xa0\x46\x2c\x3c\xba\xa1\x9b\x3b\xae\x68\x40\x70\x46\x4c\x2f\xd6\xc1\x8c\x8f\x80\x3a\x71\x4c\x3f\x7f\xf0\xba\xa9\xd9\x8c\xdc\x0a\x8d\x47\x37\x74\x89\xa7\xe1\x96\xa5\x47\x45\xad\x1b\x25\xfc\xd1\x0d\xad\xe3\xe3\x29\xe6\x6c\x71\x8e\x02\x50\x23\xba\x1f\xdd\xd0\x0d\xeb\xca\x53\xbc\x41\xa0\x5b\x33\x5a\xe8\x73\xf9\xae\x06\xa2\xcb\x77\xb5\xed\xa3\x1b\x3f\x02\x6a\xc3\x18\x1f\x79\xdd\x5a\xd1\x1f\xa3\xa1\x6f\xc0\xe9\x23\xaf\x5b\xa6\xd9\x53\x8d\x53\xc0\xf4\xf4\x08\xa8\x37\x81\x6f\x8f\x6e\xe8\x8b\x63\xee\x11\x50\xe7\xd7\xef\x4a\x86\x44\xf9\x7f\x8c\x86\x6e\xc5\x66\x70\x34\x2f\x65\x66\x95\x21\x36\x7d\x57\x86\x18\xcc\x96\xc7\x68\xe8\x9e\x6d\x95\x21\x66\xdb\xaa\x34\x00\x42\x93\x78\x00\xd4\x53\xce\xff\x03\xa0\x6e\x5e\x00\xf7\x08\xa8\xa7\xc3\x2e\xaf\x5b\xfa\xee\x63\x34\x74\x03\x92\x3c\xa2\x66\x23\x2f\x1e\xa3\xa1\x9f\xee\xbb\x92\x3f\x93\xef\x32\xbf\xaa\xf7\x4f\xf3\x68\x56\x3a\x89\x9a\x4d\xd9\xfd\x88\x9a\x57\xb3\xa8\xed\x17\x4b\xd4\xd3\xd4\xba\xa3\x66\xc9\xae\xd5\xa7\x26\xe5\x46\x39\x7c\x7a\xe4\xd4\x62\x42\x41\xcd\xdd\xa4\x10\x8f\xd1\xd0\xb1\xe9\x4c\x2f\x66\xe4\xf8\xa3\x1b\x7a\xb9\x43\x4d\x2f\x96\x93\x55\x19\x32\x89\x32\xfc\x84\x1b\x3a\x7e\xec\xfc\x2a\x0a\xba\x89\x59\x70\xe9\x3e\xa6\x17\xcb\x58\x18\x9e\xae\xaf\xca\xfe\x1a\x0d\x7d\x3f\xfe\x58\xdf\x0d\xf6\xde\xa7\x47\x3a\x44\x3f\x64\xb4\x3b\x46\x9e\xc7\x68\xe8\xe5\x8a\x1d\x11\xed\x6e\x91\xf5\xfc\x12\x66\xfe\xe8\x86\x0e\x79\x0b\x6a\x1e\x3d\x9e\x9a\x73\x09\xb3\xc0\x13\x49\xb9\xb1\xf9\x3c\x46\x43\xd7\x9b\x19\x1c\xc6\x19\x79\xbc\x4a\xde\x7e\xec\x42\x24\xe5\x46\x6b\x7d\x74\x43\x9b\x4b\xf9\x31\x29\xf7\xe7\xc0\xea\x86\x7e\x14\x05\x23\x6e\x00\x61\xb5\x47\x34\xf4\xf8\x95\x6d\xff\x31\x5f\xf7\xf6\x60\x9a\x4e\xfd\xb4\x28\xe3\x02\xe0\xf3\x98\xaf\xbb\x79\x2e\x9b\xaf\xfb\x01\x07\x3d\x00\xea\xf9\xc4\x53\x79\xfb\x36\x78\xc6\x52\x67\xa0\xa6\x28\xc3\x23\x6f\xc6\xd4\x33\xd7\x00\xea\x69\x82\x97\xc7\xf4\x62\xb9\x5a\x14\x50\x7b\x88\x4f\x2f\x43\x51\xec\x1b\x28\x2d\x7e\x79\xe4\x75\x9b\x0d\xe6\x11\x50\x37\x50\xf0\xf3\xc8\xfb\xc5\xf6\xfb\x00\xa8\x47\x05\x1a\x3c\x7f\xe4\xeb\xa6\x83\x02\x6a\xbd\x78\x0f\x80\xba\x1d\xac\xe8\x8f\xe9\xc5\x16\x5a\xf7\xa3\x1b\xfa\x8e\xef\x62\x30\xc9\xf1\x63\xa3\x47\x8f\x4f\xe5\xed\xc7\x77\x0d\xfc\xff\xac\x4a\x32\xa4\xba\x93\x80\xfa\x8f\xaa\x44\x19\xaa\x70\x8f\x0c\x13\x88\x01\x8f\xf9\xba\x5f\x75\x09\xf3\x75\xf7\x28\x02\x30\xcd\xf7\xf2\xbc\x21\xba\xd9\xda\x6f\xb8\x29\x69\xa4\x49\xb9\xbd\x0a\xf0\x91\xd7\x2d\x60\x79\x74\x43\x2f\xe5\xed\x6b\x12\x63\x34\xe7\xe7\x75\x7e\x8b\x45\xb5\x94\xc7\x66\x18\x08\xaf\xfe\x20\xaf\x3b\x8e\x8c\x00\xd4\xdd\x46\xea\xc6\x72\xba\x75\x43\x27\xcf\x88\x15\x5b\x9b\x09\x5d\x61\xeb\xe6\xc7\x4b\x83\x89\x5d\x08\x40\xed\x39\x6e\x52\xee\x57\xcd\x59\x40\x7d\x70\xae\x3d\xf2\xba\x1b\x76\xaa\x47\x40\xfd\x82\x9b\x1e\x51\xf3\x7c\xfd\x90\xbe\x1b\x7b\xa4\x1b\xba\x62\x5a\x7c\x96\x99\x4e\x55\x1d\x97\x0c\x13\xec\x54\x8f\x6e\xe8\x72\x59\x94\x1c\xa8\x86\xa0\x1b\xfa\xc1\xa3\xf4\x98\x5e\xac\xe1\x1e\x7d\x8c\x86\xae\x18\x6a\x1e\x51\x73\x48\xe3\x4f\x94\xe1\xb6\xfa\xc2\xc0\xeb\xbb\xba\xa1\x3d\x14\x40\xcd\x33\xd9\x05\xdd\xd0\xdd\xf3\x45\xd4\xbc\x14\x38\x92\xb7\x8f\x3d\x32\x29\xf7\x4a\x3e\x75\x3d\xe3\xee\x7f\x44\xcd\x0b\xf3\xf5\x63\x34\xf4\xc4\x79\xf1\x7c\xc1\x98\xf2\xc7\x1e\x55\x2a\x93\xa0\xe6\xd1\xad\xd9\x68\xe8\xd7\x05\x2c\x6a\xde\x9e\xe3\xba\xa1\x87\x20\x4b\xd4\xdc\x61\x10\x3d\x3b\x32\xbb\xf2\x21\x51\x73\x9a\x16\x35\x98\x40\x28\x7a\xb6\x06\xa2\xa8\xca\xf9\x75\xb3\x8b\x9a\x8f\x7b\x70\x7b\x6f\x97\x82\x42\xf2\xb6\x61\xad\x4f\xb8\xa1\x5d\x66\xba\xa1\x43\x8b\xdb\xde\x2f\xe0\xba\x12\x35\xcb\xe4\x79\xcc\x21\xb6\xa1\xed\x3d\x46\x43\x6f\xd7\xc6\x91\xf1\xf8\x7b\xf1\xef\x8b\x7d\x01\x75\xc5\xfa\xf7\x9c\xe0\x39\xd3\x59\xd3\x8b\xad\x78\x1a\x99\x03\x69\xb0\xf9\xba\x5b\x14\x01\x20\x55\xad\xec\x18\x92\xf3\x58\x8c\xa5\x6e\xcd\x6c\x6d\x33\x1b\x3c\xde\x63\xd5\xa7\x3f\x36\x04\xc9\xe3\x52\x5e\xb7\x7e\x81\xf7\xf2\x4a\xbe\xcb\xa2\x06\x84\x6e\x51\x5e\x37\x81\x24\xaf\x90\x59\xf3\xe6\x0b\x64\x6e\xcf\x6d\xd1\x2c\x16\xd3\x1f\x9b\xb6\x97\xed\xf9\x0a\x99\x0b\x86\xe2\xf7\xd2\x9a\x8d\x2d\xe2\x0d\x47\xf3\xeb\x53\x7a\xd4\x91\xc6\xaf\x90\x59\xc9\xf6\x0a\x99\xb5\x62\xbd\x66\xe4\x96\xe5\xfe\xa6\x10\x56\xfc\xd8\x9b\xaa\xcc\xe1\xfc\x26\xe3\x61\x01\x89\x6f\x12\x37\x41\xec\x79\x65\x6e\xaf\xcb\x77\x35\x79\xb1\x97\xdf\xb8\xa9\xea\xb3\xaa\xb8\x31\xa1\x53\xa4\xbf\xde\x93\xf8\x1a\xef\xbc\x51\x4b\xde\x60\x6e\xb3\xa7\xde\xa4\xb7\x82\xa0\xce\x57\xc8\x3c\x50\xb3\x5f\x13\x88\xb5\xc7\x46\xd2\xdf\x8d\x32\xfc\x9a\x40\xcc\xf8\xee\x57\x47\x73\xf2\xa9\x8e\xe6\x0e\x75\xe7\xbd\x4d\x55\xc1\xd1\xfc\xea\x68\xee\x98\x08\x5e\xd3\x6e\xeb\x3a\x7f\x65\x6e\x3f\xc5\xa7\x7a\xa3\x8e\x1f\x52\xd9\xc0\x0e\xf9\x06\x64\xc6\xac\xfa\x02\x99\x67\x79\x2c\x32\xbf\xc6\xc2\xbc\x3a\x9a\x1f\x24\xcc\x6b\xda\xed\xfd\xfa\x54\x93\x57\xf2\xbb\xd2\x77\x8b\x4f\xd5\xbb\x38\xaa\x5e\x70\xf1\xb8\x20\x61\xbe\xe2\xe2\xc9\x21\xf8\x1a\xef\x9c\x51\x1d\x5f\x99\xdb\x35\x5b\x14\x47\xc0\xe4\x79\x75\x34\x1b\x39\xfe\xca\xdc\x96\x0c\xf9\x9a\x40\x2c\xb9\xda\x23\xde\x19\xac\xf7\x66\x6f\x88\x80\xc6\xff\x8a\x8b\xbf\xcf\x46\xea\x7d\x43\x58\xbd\x7f\xe0\x62\xab\x02\x27\x26\xce\xe2\x57\x5c\xfc\x6c\xab\x42\x58\x99\xfc\xe7\x35\xde\x79\xba\x18\x4a\x98\x44\x18\x1c\x71\xb1\xc1\xe0\xaf\x8e\xe6\x85\x81\xe8\x2d\x91\x51\x9f\x36\x87\xa3\xd9\x95\x53\xa4\xef\xe2\x0e\x7e\x8b\xde\xc6\xec\x53\x53\xcd\x60\x85\x7e\x4d\xbb\x7d\x61\xd1\x7d\xc5\xc5\x26\xb3\x7a\x8d\x77\x96\xfc\xf0\x8a\x8b\xbd\x3d\xed\x15\x17\x6f\x00\xda\x6b\x96\xb0\xe1\x2c\xe8\x68\xf6\x6e\xa3\x57\x5c\x9c\xfd\xae\xf4\xec\x73\x7c\xaa\xb2\x81\x0d\xe1\x05\x17\xcf\x04\xa8\x7c\xc5\xc5\x3b\x59\x94\x18\x63\x8f\xaa\xf3\x5b\x2c\x9a\x9a\x83\x73\xed\x15\x17\xbf\x8a\x3e\x1d\xcd\xb5\xfd\x8a\xc0\xf9\x0a\x99\xbd\x11\xf5\x15\x32\xd7\x62\x3d\x42\x0c\xe7\xda\x7b\xac\xcc\x6c\xff\x7a\x8f\x95\x57\x17\xbd\x66\xe4\xf6\x2a\xc0\x57\x1f\x74\x02\xba\xbe\x2d\xe2\x25\x59\x45\x26\x10\xbb\x61\xc5\xbc\xfa\xa0\x57\xbc\xeb\xd6\xc6\xe8\xfa\x06\x64\x6e\x56\xd5\xdc\xad\xfe\x58\x0e\xc9\xeb\xd3\xb8\xd7\x89\x35\xd6\xb4\xee\x56\x8b\x72\x2a\x94\xf3\x42\x66\xb9\xe8\x6f\x0b\xa6\xba\x45\x43\xdd\x09\x2e\x78\x23\x14\x1a\xd6\xe5\xdb\x62\x6b\x53\x73\x8f\xfb\x52\x59\x63\xdd\xb4\xcc\x4a\x98\x6e\xfc\x20\xe7\xda\x1b\x8e\x66\x57\x7e\x17\x47\x6c\xdf\x35\x03\xf9\xf6\xc7\x72\x66\x8e\x3f\x0e\x51\xe6\x8f\x8d\x77\x46\x0b\x7d\x7b\x04\xdd\x30\x65\x42\xe6\x17\x93\xd7\x6b\xbc\xb3\x61\xb9\xaf\x8e\xe6\xa2\xf8\x05\x32\x57\xd3\x1b\xbe\xc1\xdc\x7e\x7c\xd7\x78\x67\x90\xfb\x2b\x73\xfb\xb3\x66\x21\xb3\x37\x6c\xbe\x32\xb7\x37\xd6\x86\x77\xc8\x31\x88\x22\xf3\x5b\xb0\x16\xbe\xc3\xf9\xf5\x40\x19\x2e\x75\x74\xf2\x57\x47\xb3\x77\xc4\xbf\x26\x10\x3b\x78\x85\x5e\x20\x73\x0b\x79\x6b\xbc\xb3\x81\x18\xaf\xf1\xce\x15\xbe\xcd\x2b\x64\x3e\xd5\x77\xd1\x33\x9b\x87\xaf\x90\x79\x78\x44\x0e\x4d\x7c\x60\xbd\x77\x1a\x54\xe5\xa1\x2f\x73\xfb\xbe\x2d\x2a\xba\x81\x51\xef\x34\x17\xa2\xab\xce\xb4\xdb\x9b\x3c\xff\xaf\xf1\xce\x95\x10\x80\x57\xe6\x76\x88\xc1\xe9\xd6\x56\x1a\x87\xa3\x79\x5a\xb3\x97\xa1\x0c\x9f\x4a\x57\xf6\xc4\x9c\x41\x77\xf4\x43\xe8\x99\xde\x1d\xfc\x8a\x8b\xbf\xcf\xef\x3a\xbf\xdb\xa2\xde\x28\x28\x8b\xaf\xb8\x58\xdb\xfe\x2b\x3d\xbb\x7b\x64\x88\x8b\x07\xe1\x21\xaf\x09\xc4\x3e\x07\xe7\xf1\xa8\x72\xa9\x44\x02\x31\xa5\xca\x13\xa2\xdb\xaa\x4c\x98\x66\x07\x8d\x77\xae\x38\x01\xdf\xc0\xc5\xea\x1e\xa6\xdd\x1e\xc0\x99\xf7\x51\xf5\x52\x22\x81\x8b\xfb\x15\x8d\xf4\xde\x3d\xf0\xda\xeb\xfd\xce\x47\x31\xe2\x3d\x56\xa6\x15\x7a\xc5\xc5\xc3\xfe\xc6\x3d\x56\x9e\x98\x91\x76\x1b\x38\xf3\x4a\xcf\x36\xcf\xc3\x6b\xda\x6d\x09\x54\x2f\xb8\x78\x6e\x65\xb5\x8e\xe6\xac\xa2\xf2\x7a\x49\x28\xc1\x50\xaf\x8e\x66\xaf\x10\x7d\x75\x34\x0f\x85\x8c\xf7\x3b\x77\x42\x96\x5e\x71\xf1\xdd\x2d\x86\xc9\xcb\xef\x2a\xaf\x7e\x69\xe4\x79\xdf\x70\x64\xb0\x1f\xf5\x41\xbf\xe0\x91\x57\x1f\x74\x05\x41\xbf\xcb\x7b\x8e\xdc\x53\x11\x0a\x8d\x43\xe1\x35\x23\x77\xe8\x7b\x11\x0a\x6d\x83\x23\x81\x98\x82\xdd\x7b\xac\x2e\x58\x79\x6f\xdc\x63\x05\xdc\x7e\x65\x6e\xbf\x98\x8f\x5e\xaf\x7e\x96\x23\xf4\xc6\x3d\x56\x8e\xaa\x8e\xe6\xbb\xf8\xd4\x2b\xf9\xa6\x45\xd3\xba\xba\xb5\x75\x34\x9f\xcb\x36\xb3\xb5\x0b\x86\xf1\x57\xc8\x3c\x61\xd6\xbd\x3a\x9a\x0b\xd6\xce\x57\xc8\xdc\xf1\x69\xbe\x42\x66\x29\x07\xef\xa7\x35\x9b\xd8\xc3\xf7\x33\xc1\x94\xba\x44\x64\xe4\x76\xa7\x7f\x6e\x6d\xe5\x4f\x30\xb7\xab\xcd\xd0\x7a\xef\xae\x11\x32\xdf\x2e\x66\x13\x88\x05\xd8\xf9\x22\x0b\x0d\x12\xe6\x53\x2b\x13\x19\x19\xef\x5c\xf0\xdd\xbc\x9f\x37\x08\x10\x2b\xfd\x1a\xef\xbc\x1c\x49\x21\xb3\x40\xfe\xdd\xe6\xba\xb4\x83\xa6\xdd\x1e\x8e\x86\xf1\xce\xa1\x66\x0b\x99\x47\xb6\x66\xb3\xd0\x14\x8b\x3a\x22\x61\x3d\xbd\x32\xb7\x17\x80\xfa\x8d\x04\x62\xd5\xaa\xf4\x56\x54\x9b\x61\xd0\x9c\xa7\xde\xd6\x24\xa2\x1c\xd8\xe1\x58\xb7\xa8\x49\x24\xba\xe0\x15\x75\x2a\xa5\xc7\x20\x23\x57\xac\x8e\xe6\x0e\xaf\xe9\x35\xde\xb9\xdb\x05\x21\x73\x87\x94\xf8\x9e\xb8\xb7\x8b\x05\x6c\xda\xed\x4f\x0c\x62\x02\x31\xf9\xd5\x6f\x24\x10\x53\xe7\x11\x17\x5f\x2a\xe1\xe2\xe2\xae\x82\x27\x2e\x36\xe0\xee\x8d\xfb\x9d\xc5\x11\xe2\x62\x93\xda\xbd\x26\x10\x93\xb1\xf0\x1e\x51\x46\x34\x52\xe2\x04\xf3\xbb\xae\xf0\xce\x34\x8a\xa2\x2a\x2c\x06\xeb\x72\x7e\xf1\x73\x2d\xef\x77\xd6\x98\xb6\x4c\xbb\xed\x1d\x25\x4b\x7a\xf6\x64\x97\x2d\x51\xf3\xdb\x2c\x22\xca\x64\x2e\x2d\x50\x73\xfd\xc0\xf2\xeb\x92\xa9\x0e\xd8\x59\xa2\x66\x53\x30\x2d\x51\x73\xfd\xac\x4a\xe2\x04\x50\x68\x5d\x9a\x80\x90\x0c\xcb\xfb\x9d\x9f\x69\x51\xef\x0c\x5c\xbb\x65\xda\xed\x85\x9d\x79\xa5\xe0\xcc\xd0\x8c\xa0\x67\x63\xb2\x5e\x29\xb2\xee\xd0\xfd\xc8\x12\x56\x7d\xea\x7a\xc6\xd4\xb6\xa4\x67\x7b\x6b\xdb\x4a\x91\xdb\x93\x71\x36\xde\xd9\x54\xd2\x4b\x47\xf3\x61\x52\x56\x64\x09\x43\x27\x5f\xa2\xe6\xb5\x7d\x6a\x64\x0d\xa2\x7b\x45\xda\x6d\xbc\x60\x4b\x7a\xb6\x89\x02\x96\x8e\xe6\x0f\xcb\xea\x8a\xfb\x9d\xf1\x92\x2c\x51\xf3\xdd\x7e\x75\xcd\xca\x32\x14\xda\xe8\x80\x75\xc7\x6d\xaa\xd6\xa3\xe8\x46\x95\x5a\x66\xe4\x3e\xc8\xae\xe5\x3d\x56\x6f\xf7\x5d\x1d\xaf\xc0\xb1\x75\x47\xd0\x0d\x2b\xe1\x0e\xeb\xbd\x3f\xd6\x7a\xcf\x8e\x5b\x77\xc4\xc3\x5a\xb3\x09\xe2\x5e\xbf\xeb\x29\x56\xec\xac\xa2\x9b\x50\x91\x15\x57\x3f\xe3\xfa\x5f\xc1\xdc\x26\xd6\x60\xe5\x48\x98\xc6\x87\x04\xd4\x83\x0d\xb8\x64\x6e\x9b\x61\x7e\x65\xad\xbb\x40\xe6\x65\x28\xb4\x17\x7c\x2c\x01\xb5\x17\x7c\x2c\x99\xdb\xe6\x33\x5c\x39\x72\x99\xfa\x21\x13\x2e\x0d\x6b\xe6\xa8\x1a\xd3\xaa\xd4\xba\x01\xf2\x2b\xe2\x9d\xb3\x35\x7b\x5b\x2e\x34\xe0\xe5\x3d\x56\x8f\x3b\xce\x7b\xac\xcc\xed\xb9\x4a\xa4\xb1\xe5\xc7\x3a\x9a\x2f\x4c\x85\xcb\x78\x67\xef\x96\x5d\x45\x83\x09\x04\xdd\x55\x22\x08\xc5\x1f\x47\xfc\x20\x6b\xdb\x78\xe7\x6f\xfb\x63\xad\xbb\xd3\xa7\xde\x1e\x8b\x91\x79\xc5\xd5\xcf\x9f\x4f\x23\xe3\x3a\x53\x56\xa4\xc3\x61\xcf\x5c\xa6\xdd\x7e\x86\x4f\x9d\xdf\xcb\x0f\x85\xb7\xc2\x56\xe9\x98\x73\x8b\x09\xa8\x2f\x77\xab\xcc\xed\x07\xca\xd0\x92\xb9\x5d\x30\x5f\xaf\xea\x95\x7c\x80\xf1\x55\xed\x2f\x62\x7f\x99\x76\xdb\xab\xd6\x96\x8e\xe6\xe2\x52\x31\x81\xd8\xbd\x2d\x32\xbf\xda\xf4\x56\xd5\x00\xa8\x08\xf5\xf6\xe7\x09\xe4\x5c\xde\xfe\x6c\xbe\x97\x25\x6a\xd6\x0d\xbd\xc2\xd1\x5c\x7d\xd7\xac\x2c\x98\x08\x56\x0d\xc7\x2b\x4f\x45\xcd\x17\xba\xd6\x12\x35\x67\x4c\x04\x4b\xd4\xbc\xb1\x2a\x2f\x51\x73\x59\xfe\xd8\xa3\x0a\xf4\xba\x44\xcd\x52\x34\x97\xf4\xec\xcb\xcd\x0e\x6a\x9e\x86\x4e\x2f\x51\xb3\xfa\xed\x8a\xdb\x9f\x39\x5e\x97\xb7\x3f\x9b\x92\x68\x79\x8f\xd5\x13\xef\x46\xee\x56\x7a\xd4\x0c\x22\xc3\xca\xb1\xa4\x67\x5f\x6e\x76\x13\x88\x79\x99\xe3\x8a\x2c\x61\xd8\x31\x96\xf4\xec\x86\x12\xbe\x40\xcd\x53\xfe\xfc\x12\x35\x2f\xbb\x10\xf4\xec\xe1\x53\x39\x6f\x6e\x2b\x51\xb3\xc0\x61\xf5\xc8\xed\xe9\x87\xe8\xaf\x37\xbe\x2d\xe9\xd9\xcb\xd3\xa7\x9b\xbb\x15\xbf\xf3\x92\x9e\xbd\x15\x14\x41\xcf\xfe\xac\x59\xe2\x44\xb6\x48\x7f\x4f\xb4\xca\xa3\x0a\x5b\xe2\xf2\xb2\x2a\xef\xd1\x5e\x71\xfb\x33\xa9\xbd\xd6\x30\x12\xc1\x0d\x2b\x6a\xee\x0a\x64\xd3\x6e\x1b\xf0\xb2\x44\xcd\x6b\xfd\xca\xb6\xbf\x64\x6e\x1b\x39\xb2\x04\xd4\x15\xcb\xe1\x32\x14\xfa\x3e\x7e\x45\xa6\xab\x3b\x7d\x08\x30\xb3\xef\xb2\xd4\x6f\xd8\xaa\x6b\x98\xb5\xc3\x31\x17\x50\x9b\x67\x66\x09\xa8\x5b\xbc\x6b\xc2\x25\xd7\x67\x38\x9a\x31\x3d\x2d\x99\xdb\x13\xdc\xb7\xc2\xd1\x8c\xde\xb5\x0c\x85\x6e\xc4\x0d\x2d\x00\xf5\x18\xf8\x43\xd7\xd4\x31\xf7\x58\xb3\x19\xd7\x9d\x11\x43\xa1\x13\x54\xa5\x35\xe3\xa2\x64\xdf\x55\x2b\xfb\x7c\xea\x52\x57\x0e\xe8\x68\x1e\x51\x34\x57\x9e\x6b\x5b\xe6\x76\x8b\x36\x1b\x2f\xf9\x58\xb3\x8e\x66\x35\x2b\x13\x88\x99\x15\x61\x99\x91\x7b\x63\x8a\x59\x66\xe4\x16\xba\x2e\x13\x88\x99\x1a\x71\x99\x40\x6c\x80\x55\xd7\x13\xb7\x6d\xb2\x3e\x05\xd4\xda\x33\x97\xcc\xed\xb3\x7c\x17\x0e\x49\x57\xb0\x3f\x1e\xcd\x40\xb0\x65\xda\xed\xd7\xa1\xd3\xd1\x7c\xbb\x3d\x4d\xbb\x3d\x87\x35\x1b\x44\xa6\xd2\x62\xbc\xf3\xed\x81\xf2\x28\xba\xfd\xae\x80\xba\x62\xce\x5d\x32\xb7\x6f\x95\x43\x13\x88\x65\xd7\x86\x80\xba\xe0\x4d\x5b\xe1\x68\xf6\x94\x37\xed\x76\xf7\x04\x79\x9d\x5f\x97\x99\xcc\x6d\xd9\x1a\x4b\x40\xed\x15\x1e\x4b\x40\xbd\x15\xdd\x6f\x18\x00\x19\x8d\xb8\xfd\x39\xbe\xab\xef\x46\x45\xc5\x04\x62\x92\x91\x96\x69\xb7\xc5\xb6\xeb\x35\xe3\x3a\x46\xad\x25\x6a\x4e\x20\xf7\xb5\x34\x78\x12\x65\xb3\x74\x34\x9b\x94\x7b\x2d\x33\xae\x2b\x15\x97\x47\x15\x68\x6e\x2d\xb7\x36\xe1\xa2\x6b\xc5\xfe\xf5\x43\xa0\xaa\x79\x5b\x54\x0b\xc5\x80\xb0\xbc\xfd\xb9\xc1\x2f\x5a\xd2\xb3\x35\xf0\x2e\x51\x73\x51\x37\x16\x35\x57\x55\x74\x51\x73\x3d\x16\x4d\x65\xe0\xf1\xba\xcc\xcd\xeb\x84\x7e\x71\x0f\x1d\x5d\x08\xd4\x8c\xd5\x6e\x79\xfb\xf3\xe7\x68\x98\x76\xdb\xeb\x6c\x96\xf1\xce\xc9\xdd\x0d\x6a\x9e\xcb\x1d\x2a\x6a\x1e\x36\x52\xd4\xfc\xa9\x7a\x05\x6a\xc6\x83\xbf\x44\xcd\xd9\xbd\xf0\x99\x51\x3f\xf9\xae\x28\xc3\x85\xf4\x45\xfc\xbe\x3f\x36\xf2\xc2\xbd\xff\x89\xaa\x30\xa5\x2e\x1d\xcd\x45\x55\xc4\x78\x67\x3d\xf8\x6b\x87\xd6\x4d\xab\x74\x34\x3f\xd0\x4a\x17\xa8\xb9\x17\xbc\x6f\x6b\x9b\xd0\x52\xb5\xcd\x2c\x61\x9f\x82\xc2\xdb\x9f\x07\x7e\xae\x15\xf4\x6c\x37\xac\x97\x55\x65\x95\x76\xe3\x9d\xc7\x75\xff\x4a\xec\x0b\xa8\x3b\xa1\xb5\xcb\x7b\xac\xbc\xe1\x6b\x99\x91\x7b\xa9\xa3\x6e\xb7\xb6\x0b\xd2\x7b\xac\xa4\xa7\xae\x1d\xb6\x5f\xa6\x5e\x1f\x74\x72\x82\xbc\x18\xfa\x75\x82\x04\xd4\x4d\x85\xc7\x50\x68\x03\x7e\x97\x8e\xe6\x7b\xfb\x63\x83\x32\xd4\xba\x0d\x85\x5e\x9e\xbc\x27\xd2\x14\xd3\x05\x01\x75\x12\x52\x9d\xc8\xfd\x68\x55\xc1\xa9\xf0\x43\xd2\x1d\xab\x6d\x96\xc9\xac\xf2\xa0\xa3\xf9\x6b\x7e\x88\xad\x6d\x98\xea\x12\x50\x57\xf4\xea\xef\x8a\x5c\xa6\x95\xa2\x53\x8f\x8a\xfe\x79\x8f\xd5\x61\xc7\x7d\x02\xea\xc1\x46\xf8\x22\x81\xd8\x6d\x55\x5e\x86\x82\xfd\xe4\x33\x81\xd8\x87\x29\xe6\x33\x81\x98\x2e\xdd\x2f\xe2\x9d\x89\xf1\xfc\xbc\xc7\x6a\x25\x8b\x41\x0f\xcb\x14\x35\x20\x3c\x7e\xd7\x78\xe7\x62\xab\xcc\x32\x84\xf9\xe8\xbb\x22\x95\x81\x5d\x70\x6b\x23\x60\x3f\x01\xf5\x8d\xed\xe5\x33\xde\xb9\x63\x4d\xfa\x74\x43\x4b\x06\xf8\x02\x50\xe3\x2b\xff\x92\x41\x37\x28\xe1\x9f\x80\xda\x43\xe1\x13\x50\x4f\x7c\x8b\x5f\x0a\x26\xb3\x1f\x62\xa9\x9b\xa4\xfa\x4b\x26\x22\x6e\x7e\xd7\x19\xc4\xb8\xf4\x99\x22\x6c\x5d\x16\x11\x56\xde\x2e\xf1\x05\x64\x46\x74\x7f\x42\xe6\x89\x5e\xfd\x99\x58\xfb\x7d\x2d\xaa\x6c\x00\xd0\xbe\x3b\x1c\xaf\x0c\xac\xb8\xb8\xa0\xb1\x7f\xb7\xb8\x89\x93\xeb\x33\xa2\xd9\x33\xf1\xf3\xa6\x2a\x13\x79\x7d\x91\x22\x8c\x05\xfc\x45\x8a\x30\x16\xe1\x27\x37\xdb\xf8\x97\xcf\xc4\xda\x6b\x58\x33\x87\xaf\x49\xb4\x3e\x71\xb1\xd9\x09\x3e\x70\x71\x97\xd6\xf5\x79\xbf\xf3\x65\x8f\xc4\xc5\xe6\x6b\xfa\xb2\x2c\x11\xb8\x76\x5f\xe0\x62\xe4\xfc\x17\x8e\x66\x0c\x53\x1f\xb8\xb8\x57\xce\x97\xcf\xc4\xda\xca\xae\x2f\x08\xd8\x2e\x7e\x13\x6b\x6f\x17\x21\xb8\xb8\x77\x8c\x2d\x9f\xb8\xb8\xe1\x16\xf9\xc4\xc5\x06\xdc\x7d\xe2\xe2\x0b\xca\xd0\x17\xf7\x3b\xdf\x56\xa5\xe3\x15\xdd\xf8\x8b\x3c\x60\xd9\x9a\xe3\xa6\x39\x3a\x18\xb8\x18\x44\xf6\x89\x8b\xe5\xeb\x7e\x45\x02\x27\xb6\xa6\xcf\x3c\x60\xcb\x19\x94\x80\xdd\x90\x39\x9f\x04\xec\x5c\x2c\xa2\x6c\xc8\xe5\xfe\x8a\xc4\x89\xe3\x77\x8d\x35\x70\x6b\x14\x95\x2b\xd4\xd4\x0f\x5c\x3c\xc7\x67\x33\xe8\x6f\x1b\x3e\x75\x7e\xa7\x55\xc5\xfd\xce\x56\x65\xa2\x78\x00\xcb\x27\x01\xbb\xef\x5f\x89\xfd\xaf\x7a\xc9\xa0\x7d\xd7\x07\xbd\x5c\x09\x42\xe6\x58\x45\x72\xb3\xc5\x6e\x9f\xc1\xce\xf2\xba\xbf\x80\xcc\xa8\xf7\x9f\xc1\xce\x63\xfb\xe3\xb8\xfa\xd9\xaa\xbc\x0a\xf9\xf8\xae\x43\x31\xfc\x71\x70\xd1\x99\x20\x83\x9d\x1f\x48\x23\x5f\xf5\x12\xba\xe4\x53\x4d\x04\xaf\x55\xb1\xb5\xdb\x6d\x51\xe1\xec\xb2\x11\x32\xb7\x66\xd1\xe0\x7d\x4c\xfd\x5f\x33\xec\x02\x35\xfb\x6b\x9a\x08\x14\x74\x72\xb3\x13\x67\xd3\xd7\xe2\x52\x36\x26\x48\xc8\xbc\x1c\x0d\xb9\xd9\x3b\x6a\x96\x53\x01\x3a\xfb\x22\xa2\x19\x45\xfa\x03\x32\x0f\x39\x33\x9f\x37\x55\xbd\xd1\x0c\x71\x44\xf6\xa9\x26\x20\x70\xee\x27\x64\x9e\xd3\xa7\xf4\xf7\x55\x2c\xc8\xcd\x7e\x1d\xe7\x1e\xf7\xa5\xfa\x34\x12\xb7\x32\xdd\xde\x54\x95\x5d\xf9\x7f\x5c\xfd\x4c\xcd\x3d\xee\x4b\x65\x34\x84\xcc\xa6\xde\xfd\x84\xcc\xde\xb6\xf0\xe9\x68\x1e\x1c\x91\x1f\x90\xb9\xbd\x40\x83\x2f\xae\x7e\xf6\xd4\xd3\xd1\x7c\x9c\xdf\x3f\x20\x33\x83\x23\x37\xdb\xfc\x45\x9f\x8e\x66\xfd\x92\xdf\x1f\x29\xc2\xe8\xe0\xf0\x92\x50\x4f\x01\x13\x6b\x9b\xa2\xf0\x1b\x71\x73\x13\x53\x66\x62\xed\x34\x7d\x57\x56\xdb\x63\x11\x65\xa3\x61\x46\xfe\x74\x34\x37\x50\xe4\x27\x2e\x3e\x0a\x3a\x23\x9a\xfb\x65\xcd\x3a\xd6\x3d\xc8\x8c\x68\x96\x9a\xf5\x89\x8b\xbd\x3b\xe3\x1b\xc1\x01\xf3\xbb\x72\xd1\x95\xb7\x46\x34\x6b\x96\xfc\x86\x61\x44\xe8\x8a\x9f\x11\xcd\xb7\x27\xb5\x04\xec\x07\x6b\xc3\x37\x23\xaf\x0e\x0b\xc9\xc4\xda\x62\x9f\xcf\x88\x66\x03\xdf\x3e\x1d\xcd\xaa\xe8\x9f\xf7\x3b\x5f\xaa\x31\x71\xbf\xb3\xa7\x9e\x29\xc2\xae\xf8\xae\x26\x2f\xc0\xdd\x67\x44\xf3\x88\x9a\xe5\xde\x43\x77\xfc\xcc\x03\xa6\x61\xea\x33\x0f\xd8\x80\x83\xf1\xe9\x68\xbe\x8f\x55\x81\x8b\x65\x6c\x7e\xde\x54\x65\x96\x8f\x4f\x5c\xec\xfd\x02\x9f\x8e\x66\xaf\x2d\xfb\x24\x60\x6b\xe0\xfd\x1e\x09\x9c\xcd\xa7\x72\xc0\xc0\x98\xdf\xa3\xf7\xcd\xbd\xe0\xfd\xce\xfd\xf1\x43\x71\x69\x26\x0b\xd8\x88\xe6\x3b\x5a\x15\xd9\x68\xfd\x90\xb1\x42\x0e\x9d\x11\xcd\x3d\xf9\x54\xbb\xc7\xb2\x19\x71\x49\x28\x13\x6a\x44\xb3\x77\x8b\x7c\x6f\x24\x4e\x67\xca\xc4\xc5\x21\xfa\x74\x34\x9b\x1e\xf0\x0b\x02\xf6\xf9\x95\x4b\xf7\x7b\x85\x90\x51\x8f\xd6\x6c\x95\x16\x53\x84\x5d\xc3\x8f\xca\x55\x56\xc1\x8b\x9c\xdb\xf8\x26\x3e\x53\x84\xc5\xa9\x6d\x8a\x30\x8d\x3c\x5f\x04\x3b\x63\x0c\xfc\x5e\xe9\x61\xee\x9a\x37\x12\x99\x5a\x95\x1c\x21\x1c\x01\x9f\x90\xf9\xf2\xe4\x95\x9b\x1d\xb2\xda\x14\x61\x63\x58\xf4\x7a\x08\xa7\xde\x9c\xdb\xaf\x07\x8a\xc1\xce\x2f\xc1\x95\x5f\xe4\xdc\x86\x6a\xf5\xc9\xcd\x2e\xce\xa6\x90\xf9\xae\x7e\x57\x6b\x36\x5e\xe9\x4f\x6e\xb6\x94\xd4\x4f\xc8\x7c\x63\xbe\xfe\xe4\x66\x8b\xbe\x3f\xb9\xd9\x47\x89\x0a\x64\xee\x9f\x72\x60\x69\xed\x54\x95\xd2\xd1\xec\xed\x36\x9f\x90\xd9\x0b\x95\x3e\x53\x84\x89\x46\x3f\x21\xb3\x36\xc9\xcf\x14\x61\xde\xc0\xf8\x09\x99\x5f\x2c\x15\x9f\x8e\xe6\x6b\x58\x95\xdc\x6c\xc8\x1b\x9f\x90\xb9\x40\x73\xfa\xe2\xa6\x2a\x8c\x1e\x9f\xdc\xec\xa6\xd8\x37\xa2\xd9\x8b\xab\x3e\x23\x9a\x9b\xe2\x37\x52\x84\x81\xfa\xbf\xcf\x30\x93\xcf\xef\xca\x99\x01\x9c\x7e\x46\x34\x6b\xfa\xfe\xe2\xa6\x2a\x08\x8d\x9f\x29\xc2\x24\xad\x7d\xdb\x60\xf6\xc7\xa7\xe6\x5d\x51\x0c\xee\xe0\xa2\xd3\x5f\x21\x73\x8e\xa7\x7a\xa3\x60\x5c\x7c\x3a\x9a\x8b\x27\x88\x89\xb5\x07\x21\x84\x9f\x8e\xe6\x8a\x3f\xf4\x0b\x6e\xb6\xb2\xcb\x88\xe6\x82\x0d\xe4\x33\xa2\xf9\xbb\x6d\xa4\x26\x11\x17\xa1\x89\xb5\xef\xe2\x8f\xcd\x99\x2f\x5e\xf3\x7e\x67\x03\x51\xbf\x13\x9c\x37\xc6\x4a\x6e\xf6\x84\xbc\xf1\xe9\x68\x36\x97\xe0\x07\x2e\xee\x19\x76\xca\x77\x22\x6c\x8a\x81\xd5\xd1\xbc\xd5\x10\xc0\xc5\x63\xab\x99\x78\xbf\xb3\x89\x0e\x3e\x71\xf1\xed\x69\xab\xa3\x59\x8b\xee\x67\x8a\xb0\xec\x61\x24\x2e\x5e\x51\x34\xb6\xc2\x83\xcc\xc4\xda\x13\x6e\xd2\x67\x8a\x30\xb7\xe4\x0e\x5c\xcc\xa1\xb0\x25\x60\x77\x3c\x77\x5b\x47\xb3\x17\x93\xed\xb8\xdf\xf9\xb6\x18\xaa\xc8\x4b\xd1\x3b\x02\x70\xd9\xef\x2b\x92\xab\xf8\x14\x55\xe4\x19\x7e\xc8\x94\x86\xc7\x22\x47\x95\xc4\x9e\x2d\x2e\x5e\xb7\xc5\x88\x68\x1e\x14\x45\x19\xa8\x13\x3b\xee\x77\x86\x6b\xb7\xc1\xc5\x43\xf0\xbe\x8d\x68\x56\xe7\xd9\xd2\xb3\x33\x1a\xd1\x36\xa2\x39\x63\xb3\xdd\x26\xd6\xbe\x58\x75\xdb\x88\xe6\x05\x8b\x66\xc7\xfd\xce\x88\xa0\x1d\x11\xcd\x8e\x86\xb8\x78\x5c\xd6\x4c\x7f\xc7\x2f\xaf\x50\xdf\x42\x66\x9d\x02\x5b\x1f\xb4\x06\xbd\x9d\xcc\xfe\xc7\x82\xdc\xde\x54\x75\x25\xdb\x80\x0f\x5a\xbb\xf1\xd6\x07\xed\x8d\xf0\x3b\x19\x11\x89\xec\xda\xc9\x60\x76\x94\xff\x2d\x73\x3b\x23\x25\xb6\x3e\xe8\xcf\x66\xdc\x8a\x32\x56\xe0\x16\x50\x1b\xe5\xb7\x4d\x11\xe6\x95\x6d\xdb\x60\xe7\x81\x22\xbd\xbd\xa9\xca\xac\x50\x3b\x00\x35\xae\xc6\x7d\x1b\xf1\xda\xad\x2a\x12\x4d\xfb\x54\xa6\x3a\x02\x67\xdf\x72\x84\xd8\x71\xdb\x9c\xdb\x75\xfb\x5d\xc3\xc4\x38\x9b\x76\x00\x6a\x0e\x94\x2d\xa0\x7e\xd0\x6f\x77\xdc\x54\x85\x70\xde\x32\xb7\x35\x7d\x6f\x00\xf5\xf0\x06\xf9\x6d\x44\xb3\xc1\x14\x5b\x47\xb3\x37\x1a\xef\x88\x68\xc6\xb5\xba\x73\x6c\x6d\xab\xf2\x66\x1f\x88\x67\x3b\x9b\x9c\x01\x26\xe1\x36\x45\x58\x3b\x36\x83\xfe\x2a\xab\xb7\x29\xc2\x2e\x50\xc6\x8e\xab\x9f\xa7\xc5\x70\xac\x5b\x15\x5b\xdb\x1b\x79\x76\x8e\xfb\x52\x29\x46\x44\x33\x6e\x82\x6d\x62\x6d\x4d\x6d\xbb\xc4\x75\x18\xf4\xa8\x84\x01\x81\x36\x17\x53\xde\x35\x8b\x26\x2b\x40\x59\xda\xc5\x44\xb5\x58\xc0\xb6\x80\x3a\x3b\x56\x02\x6a\x35\xba\x6d\x8a\xb0\x03\x53\x6b\x9b\x58\xdb\x44\xf7\x3b\x6e\xaa\xe2\x3c\xdd\x7f\xdc\x54\xe5\x87\x4c\xce\xb0\xac\xca\x48\x84\xe4\x77\xf5\x46\xa1\x48\xef\x6a\x2c\x09\xd8\x67\xeb\x68\xbe\xb0\x48\x6f\x13\x6b\x9b\xa5\x70\x8b\x9a\xcd\xd1\xbd\x45\xcd\x57\xf5\x5d\xbd\x33\xca\x01\x51\xf3\x1f\x45\xfb\x6b\x17\xc2\xd1\x5c\xac\x4a\xa6\x7a\xf2\x29\xa2\x7b\x54\xbf\x1b\xaa\x08\x2b\xd6\x88\xe6\xae\x74\xaa\x91\x33\xdf\x66\x18\xa1\xff\x59\xa4\xbf\x47\x71\xd4\x22\x1b\x2d\xdd\x37\xa2\x79\xb8\xad\x74\x34\xe7\xe2\x53\xef\x08\xc0\xa2\xbb\xa5\x67\xcb\xfd\xd8\x2d\x38\x7e\xac\x0d\x6f\xaa\xba\xf0\x0e\xef\xa6\xc1\xc4\x45\x68\x62\xed\xe9\x1c\xb5\x60\xe6\x5b\x95\xde\x19\x22\x5e\xb7\x8e\xe6\xe9\x2c\x44\x1e\x30\xb4\x8b\x2d\x3d\xdb\x6b\xdf\x77\x93\xde\xa9\xe8\x36\xb1\xb6\x59\x0a\xb7\x8e\xe6\x0f\xdd\x72\xeb\x68\x5e\x84\x0f\xec\xc8\x03\x86\xda\xb6\x45\xcd\xaa\x04\xdb\x88\x66\xc9\x1e\xdb\x88\xe6\xed\x31\x17\xd7\x51\xb9\x44\x45\xcd\x59\x89\xd4\x45\x19\x00\xe1\xdd\xe5\x44\x75\x3f\x64\x9e\x28\x5c\x48\x5b\xd4\xfc\x73\xda\xfe\x7d\xb1\xdf\x35\x98\x5c\xb6\xd0\xa9\x47\x5b\xd8\xde\x54\xb5\x9a\x5f\x41\x94\x99\x13\x75\x1b\xec\x7c\x7b\x28\x98\x73\x5b\xdd\x78\x1b\xec\x9c\xc0\x8c\xdb\xab\x9f\x37\x4c\xd1\x3d\x22\x98\xdd\xaa\x8c\xf0\x75\x41\x8e\x08\x66\x67\xc9\x01\xa8\xdb\xf4\x20\x96\xb9\x3d\x1f\xab\x32\x4f\x05\x9a\xe4\xd6\xd1\xec\x95\xe2\x5b\xe6\xb6\x57\xea\xec\x11\x37\x37\xb1\xa8\x04\xd4\x22\xf7\x1d\x39\xb7\xb3\xdf\x65\xa9\x3f\x9e\x20\x32\xb7\x25\xcc\x6f\xaf\x7e\x1e\xe8\xc6\xdb\x9c\xdb\x06\xa4\x6f\x01\xf5\xf4\xbb\x3a\x9a\x57\xf1\xc7\x26\xaa\x05\xd7\x6f\x01\xb5\x34\xa7\xad\xa3\xd9\x3c\xae\x7b\x06\xc0\xa4\xfb\x11\xd1\x0c\xf6\xd9\x3a\x9a\x2f\x65\x88\x8e\xe6\x77\xf8\x21\x93\x15\x4c\x9f\x4a\x0f\xcb\x56\xa5\x41\xac\xda\x66\x99\xea\xd8\x8b\xb6\x8e\xe6\x0b\x9b\xde\x8e\x9b\xaa\x3c\x9a\x23\x45\x98\x62\xff\x91\xa9\x0e\x1b\x67\x3f\x3a\xe6\xc0\xb9\xdb\x88\x66\xef\x56\xdb\x71\x53\xd5\xb0\xaa\xc8\xee\xc8\x52\x31\x45\x58\x1f\xd6\x2c\x47\xa8\xfa\xd4\xeb\x6c\x54\xe1\x64\x6e\x7b\x9b\xe1\xfe\x03\x50\x5b\xb3\x37\x55\x79\xe8\xcb\xdc\x36\xc1\xc2\x7e\x62\x7e\xa9\x59\x40\xfd\x61\x99\xd9\xaf\x41\x37\x10\x92\xf7\x2b\x33\xbf\xfb\x63\xd6\x73\x77\x31\xe8\x68\x3e\x9f\xef\x86\x2a\x42\xf7\x8d\x68\xf6\x42\xd8\x2d\x6a\x36\xef\xeb\x7e\xe3\x7a\x17\x8b\x31\xbf\xf4\x08\xd4\xdc\x8e\x52\xc2\xc4\xda\x3b\xaa\x32\x02\xd4\xf5\xfc\x46\x84\xaf\x6d\xb6\xbf\xaa\x4f\xaf\xc9\x55\x94\x4e\x4b\x03\xaf\xaa\xa3\x8e\xe6\xe5\xc6\x91\x9e\x6d\x3a\xe8\x6d\x62\xed\x1e\x3f\x8e\x30\x4f\x8b\x26\x1b\xc1\xef\xbc\x4d\x11\x66\xe4\xe6\x16\x35\xc7\x21\x68\x44\x73\x55\x84\xea\x68\x7e\xe3\xc7\x5a\x09\xec\xef\x0a\xce\x8c\x45\xfa\x6b\x3c\xfb\x5e\xe1\xbb\x61\xa9\xe8\x68\x36\xd7\xdc\x36\x0f\x58\x56\xd9\x88\x88\x66\xbb\xaf\xa3\x79\xab\xa8\x98\x58\xbb\xa9\xa7\x49\xcf\x36\x11\xdf\xfe\xe2\xd2\x4c\xab\xd2\x1b\xf5\xfa\xae\x06\xa2\xec\x53\x93\xab\xe0\xf7\xd9\xa2\xe6\xef\xb2\x66\x83\xe6\xf0\x38\xec\x4f\x79\x45\xf4\xc4\x36\xb1\xb6\x6c\xc9\x2d\x6a\x2e\xf1\x63\xf7\x2f\xc6\x99\x6d\x44\xb3\x99\xe8\xb6\x8e\xe6\xef\xf9\x55\x4e\x9e\x1d\x80\x1a\xfa\xcd\x0e\x1f\xb4\xba\x93\xcc\xed\xea\x7e\xdc\x11\xbc\xcf\x57\xbc\xfa\x39\xdb\x60\x01\xf5\x02\x9c\xee\x1d\xf4\x3f\x86\x62\x07\xdd\x91\x55\xb4\xcd\x43\xe2\xa1\xb6\x23\x78\xdf\xa7\x32\x5d\xd5\xd9\xbc\xfa\xf9\xdd\x3e\x35\x0f\x49\xb1\x66\xef\x08\x20\x6a\x6c\xcb\xdc\xbe\x95\xc6\xde\x54\x25\x03\x6a\x1f\xb5\x32\xd7\x76\xa4\x08\x53\x79\xd0\xd1\xfc\x2a\xe8\xbc\xa9\xca\x74\xe5\x3b\x72\x6e\x4f\x7f\x2c\xa0\xc6\xf8\xb0\x23\xe7\x36\x8c\xaf\x2d\xa0\xbe\x3d\x40\x8f\x5a\x37\xb6\xd0\x7d\x22\xef\x8a\x4f\xbd\x94\xad\x5a\x34\x28\xc3\x75\x72\x22\x6f\x92\x4f\x8d\x87\x55\xef\x3a\x66\xef\xc4\x05\xb6\xe3\xea\x67\xf4\xf9\x63\x44\xb3\x39\x4c\x8e\x8e\xe6\x6b\xfa\x54\x37\xd6\xb6\x68\x32\x0a\x34\x9c\x23\xa0\x4e\x38\xf4\x8f\x80\xba\xc3\x28\x3e\x3a\x9a\x67\xf7\x5d\x83\x50\xd0\xe8\x8e\x80\xba\x63\x01\x3b\x7f\xa4\x08\xf3\x5d\x51\x06\xdb\xe4\x78\xf5\x73\xe1\x20\x3b\xde\xef\x5c\x6f\xdb\x8c\x41\xec\xc6\xac\x7a\x74\x34\x3f\x97\x55\x69\x40\x40\x33\x39\x3a\x9a\x37\x2a\xeb\x49\x41\x67\xa5\x0b\xa6\x08\x4b\xac\xf6\x93\xe2\x68\xae\x14\x45\x19\x9f\xef\x7a\xd3\x1c\x67\xc4\x49\xe6\x11\x72\xac\x04\xd4\xde\x13\x74\x4c\x11\xb6\xd0\xab\x4f\x92\xf3\x36\x2c\xb2\x9e\x9f\xa8\x8a\xf5\xac\x35\xe9\x18\xef\xac\x64\x3b\x49\xba\x63\xf3\x5d\xe3\x61\xd1\xc9\x4f\x8a\x4b\x42\x69\xa4\xf7\x3b\x17\x0c\xad\x27\x50\x33\x72\xe0\xe8\x86\x36\x67\xf5\x91\x9e\xdd\x9c\x50\x6f\xaa\xba\x51\x95\xcf\x1d\x8e\xf5\x46\x51\x37\x25\x86\xb8\x63\x8a\x30\x93\xbc\x1d\xdd\xd0\xf9\xf6\xbb\xde\x44\x96\x7c\x8a\x16\x7a\xa6\x55\x79\x27\xc2\xb0\x55\xee\x5f\xe4\xc6\xf1\x7e\xe7\x43\xac\xf4\x11\x35\xeb\xd7\x3b\xe6\x01\xdb\xd8\xe5\x8e\x37\x55\x65\x18\x44\x27\xe2\x9d\xed\x82\x6e\xe8\xc2\xa1\x70\xb2\x41\x91\xce\x82\xf1\xce\x15\xca\xd0\x31\xde\x39\x15\x8b\x72\xde\xd0\x00\x4f\xf6\x4e\x04\xc7\x59\x37\xb4\x57\xb4\x9c\x6c\xd0\xdc\xeb\xbb\x71\xf3\x9a\x4f\x9d\xdf\x6a\xd1\xa3\x19\xb7\xc8\xc9\xc1\x89\x62\xa7\x48\xcf\xfe\x1c\x67\x51\xb3\x69\x85\x8e\xf1\xce\x0f\x26\x94\xa3\x1b\xba\x21\xbe\x4e\xd1\xe0\xc9\xde\x3f\xa2\xe6\xfc\xfe\xca\xc8\x73\xcc\xb9\x9d\x6f\xeb\xd1\x43\x8d\x65\xf8\x04\xa0\x76\xc7\xc9\xdc\x9e\x00\xdb\x63\xce\xed\xa3\x48\x29\xe1\xa6\xf4\xc7\xda\x7e\x01\x6b\x27\x52\x84\xb9\x2f\x4a\x84\xba\xfb\x21\xe3\x25\x41\x67\x27\x3c\xd4\x58\xc3\x4e\x91\xa9\x0e\x84\x3c\xde\x54\x35\x5d\xbd\x02\xea\x17\x7e\xd1\x31\x45\xd8\xc4\xe8\x71\x00\xd4\x6d\x83\x41\x4e\x30\xb7\x9b\x3f\x96\xde\xf9\xf9\x63\xb3\x77\x62\x90\x3f\x86\x42\xbf\xdb\xef\xaa\x95\x61\x13\x38\x86\x42\x17\x94\xc3\x53\x23\xdb\x21\xeb\x53\x40\x3d\xba\x8d\x64\xa9\x7b\x33\xe0\x31\xde\xf9\x89\x66\xc8\x89\xc2\x2f\x70\x04\xd4\x85\xc3\xf7\x00\xa8\x87\x87\xe0\x69\x26\xe6\x85\x4b\x76\xe2\xa6\x2a\x18\x7d\xa7\xa9\x85\x62\x01\x3b\x2d\x2e\x65\x63\x52\xbc\xfa\x59\xe5\xe1\x08\xa8\x1b\x14\xe2\x23\x73\xdb\x98\xd6\xa3\x1b\xfa\xc3\xff\x7b\xc2\x0d\x0d\xfd\xe6\x98\x22\xec\x53\x4a\x78\xf5\x73\xab\x56\x15\x37\x37\xd1\x23\x01\xf5\x1b\x8d\xd4\x4d\xa9\x60\x6f\xfa\x6e\x94\x12\xba\xa1\xbd\x64\xf0\x98\x22\xec\x75\x34\x4c\x11\x56\xdd\xad\x32\xb7\xa7\x5b\xac\xc7\xd1\xcc\x2c\xf4\x88\xbc\x60\xac\x74\x43\x9b\x70\xf5\x74\x23\x11\x86\x3f\x56\x94\xa1\x76\x1e\xdd\xd0\x39\x59\xf4\xaa\x6b\x94\xf0\x03\xa0\x9e\x97\xab\xdd\x14\x61\x21\x8d\x75\x43\xeb\xb6\x3b\xa0\xe6\xb1\x40\xfd\xc7\x78\xe7\x38\x4f\x45\xcd\x86\x6d\x9e\x11\xcc\x7c\x3a\x28\x6a\x36\x3c\xf6\xc8\xdc\x4e\xcb\xa7\x88\xee\x45\xa0\xd0\x09\xe6\xb6\x72\x7e\x44\x9e\x28\xf6\xd1\x30\x28\x12\xdc\x74\x74\x43\x57\xbb\x30\xb4\xed\x63\x87\x3c\xba\xa1\xab\x07\xe8\x88\xfb\x61\x99\x5f\xef\x77\x3e\x8e\xb3\x89\xb5\x6b\x74\x41\x83\x49\x34\x43\x51\x86\xb6\x7f\xa6\x28\x43\xb1\x1f\xa8\x19\x64\x74\x44\xcd\xea\xe4\xc7\x3c\x60\xfa\xc8\xce\x0c\x79\xc5\x68\xc4\xfd\xce\x60\xbd\x63\x1e\xb0\x04\x0f\xfc\x84\x1b\xda\x95\x13\x79\xc0\x9c\x6e\xe3\x9d\x0f\x84\xb1\x33\x23\x35\x87\x45\x45\x37\x8a\xe8\x01\x35\x4f\x13\x52\x9d\x19\xa9\x1b\x98\x05\x51\xb3\x77\xe9\x1e\x13\x6b\x5f\xee\x50\xdd\xd0\x13\x73\xc4\x11\x35\x27\x05\x94\xa8\x39\xc1\xf3\x39\xc6\x3b\x5f\x4a\x42\xe9\xd9\xf9\xb2\xe8\xfc\x2a\x55\x22\xb1\xb6\xb3\xaf\x1b\x3a\x8d\x5f\x19\x79\xce\xa3\x16\xea\xc8\xc8\xdc\x3e\x8a\x05\x43\xa1\xcf\xb4\x68\xca\x2c\x4c\x04\x47\xe6\xb6\xb9\x01\xcf\x13\x6e\x2c\x5b\xc8\xa9\x3d\xb1\x08\x1d\x43\xa1\x87\x5b\xdb\x9c\xdb\x5b\x2d\x45\x40\x3d\xd4\x42\x5f\x53\x37\xb8\xe4\x02\x50\x2b\x8e\x04\xd4\x9a\x26\x8e\x29\xc2\x1a\x1e\x87\x03\xa0\x9e\x03\xaf\xf4\x11\x50\x1f\x75\x54\x53\x84\xbd\x1e\xd3\x00\xea\xe1\x6d\xdd\xc7\x50\xe8\x84\x6d\xff\xbc\xba\xb1\x54\x00\x64\x6e\x57\xf5\x10\xdd\xd0\xa6\xb2\x3f\xc6\x3b\x7b\xdf\xd0\x79\x43\x0b\xa5\x66\xaf\x7e\xfe\xb0\x62\x1d\x01\xf5\xa3\xaa\x1c\x80\x1a\x5a\xe9\x59\xe1\xcb\xe0\x43\x02\x6a\x83\xd9\x8f\x80\xba\x82\x5f\x8e\xcc\xed\x57\xd1\x0d\xa0\x6e\x5e\xfe\x72\x74\x43\x57\xf0\xcb\x31\xde\x39\xab\x76\x9a\x22\xec\xba\xac\x19\x80\xd9\x9a\x55\x69\xfb\x75\x8b\xe9\x86\xde\x9f\x8d\x34\x25\x9a\x5b\x4c\xe6\x76\x55\x0e\xe8\x86\x16\x28\x9d\x4f\x86\x89\x3f\xfe\xd4\x52\xec\xaf\xcc\xed\x81\xc5\xef\x98\x22\xec\xb6\xcd\x71\xbf\xb3\xe3\x2c\xa0\x3e\x0a\x2b\x13\x6b\x57\x90\xe0\xf9\x9c\x5f\x2c\xa5\x47\xe6\xf6\xab\xfc\xd1\x0d\xfd\x08\x0d\x4c\x11\xf6\x29\x7f\x64\x6e\xbf\x42\x03\x01\xf5\xaa\xbe\x1b\x91\x17\x4c\x4a\xc4\x3b\x2b\x24\x65\x6e\x5f\x00\xb4\x03\x6a\x1e\xc7\xad\xf1\x47\x62\x6d\xaa\x32\x45\xd8\x8d\x1b\xe8\x78\x53\xd5\x56\xc1\xdb\x86\xf6\xab\xfc\x8b\x9a\x8b\x83\xb3\x35\x88\xdd\x56\x15\x41\x64\xfe\x58\x94\x81\x47\xfb\x80\x9a\x47\xf3\x30\x92\x9e\xfd\x25\x3f\x64\xea\x86\xf8\xb1\xbe\xb9\xe8\x91\x89\xb5\xa3\x0b\xaa\x22\xb8\xbf\x4f\xb8\xa1\x61\xaa\x9f\x13\x64\x57\x6a\x06\x35\x77\xb3\x23\x1e\xdd\xd0\xc5\x46\x1e\x0d\xbc\xf1\xd4\x3c\x60\xd8\xb8\x8e\x79\xc0\x3e\x8f\x39\xef\x77\x6e\x38\xb6\x8e\xa8\xd9\xdc\x23\xe7\x44\x2a\x03\xd6\xd5\x09\x5b\x37\xb3\xaf\x1b\x7a\x3d\x56\x25\xaa\x52\xc0\x4a\xcf\x0e\xd8\x68\x1e\x30\x6d\xb6\xc7\x3c\x60\x24\x0d\x4b\x97\x89\xb5\xaf\x61\x11\xad\x9b\x8b\x2a\xd2\x65\x62\x6d\x54\xcd\x74\x89\x9a\x31\xd2\xa6\x4b\xd4\xdc\x7f\x4c\xc7\xe9\x32\x4b\xd8\xf8\xb1\x62\xa5\xcb\x78\xe7\x93\x7c\x57\x2b\xc1\x8f\xb9\x2c\x5d\xc6\x3b\x93\x8c\x22\x5d\xa0\xe6\x9e\x7e\xbc\x6f\xe9\x12\x35\xe7\x61\xcd\x32\x88\xd2\x2f\xc4\x7e\xba\x04\xd4\xed\x47\x2d\x49\x97\x37\x55\xc1\x40\x48\xd7\x15\x59\x2c\x1a\x45\xb3\x1d\xda\x06\x01\x35\xf9\x5e\xd2\x95\x8c\x87\xfd\x31\xf7\xa5\x2b\xc5\x4d\x46\x34\x49\x0f\x35\xfc\x84\x74\x45\x28\xf4\xcd\x30\xa6\x58\xea\x0c\xa3\x80\x7a\xfe\x30\xc6\xd3\x25\xa0\xee\x3f\x31\x65\xe9\x4a\x71\xbd\x8b\x35\x7b\x54\x35\xdf\x35\x87\xfc\x43\x17\xcc\xb9\xcd\x0d\xf8\xe9\x92\xd7\xfd\xfd\x60\xc6\x74\x25\xef\xff\xcd\xb6\xca\x2c\x25\xb7\xdf\x15\x60\x1e\xfa\x2b\xaf\xbb\xfe\x44\xf7\xa4\xeb\xf6\xd4\xee\x54\xa5\x1b\x1a\x5e\x77\xba\x6e\x73\x8c\x67\x3a\x68\xce\x6d\x6e\x21\x49\x97\xf1\xce\x18\x21\xd3\x65\xce\x6d\x48\x98\xe9\xf2\xa6\xaa\xd2\x2d\xca\x20\x2a\xd6\x2c\x33\xdf\x46\x46\x02\xb1\xc6\x4a\xd0\x0d\x4d\xf4\x7a\xba\x74\x43\xaf\x9b\x0e\xca\xeb\x9e\x1f\xa3\x01\xa0\xae\x44\xda\xa6\x4b\x37\xf4\x7d\xd1\x2a\x13\x88\x65\x07\xd6\x78\x67\x72\x73\xa5\x4b\x37\xf4\x15\x3f\x56\xeb\x76\x6d\x98\x58\xbb\x15\xba\x9f\x65\x10\x65\x7a\x04\xa0\xee\xb7\x63\x25\xa0\x26\x79\x7b\xba\xbc\xdf\x39\xbd\xfe\x58\x03\x60\xb5\x19\xf2\x9c\x3b\xfd\xd5\x0d\x9d\x1d\xba\x6c\xea\x06\x17\xa1\x6e\xe8\x7c\x7c\xaa\x2f\xe3\x30\x1a\x26\x10\x23\xe4\x33\x5d\x91\x40\x2c\x31\x1a\x02\xea\xef\x65\xba\x8b\xe4\x5e\xfb\x2b\xaf\x7b\x1c\xb6\x76\x89\x54\x24\x56\xa5\x01\xf0\xe3\xbb\xc5\x2c\x52\x87\xa1\xf3\xa6\xaa\x33\xd9\xf8\x25\x0c\x80\xb4\xb9\x44\xa4\x09\x8d\x0c\x5e\xf7\xf4\xbb\xde\x87\xeb\xd0\x79\x53\xd5\x55\x2d\x9a\xca\xe0\xd8\x0c\x83\x8c\xb6\x35\x47\xc2\x34\xaa\xaa\xae\x67\x97\x4a\x55\x94\x0d\xfa\x6b\x02\xb1\x77\x32\x1a\x41\xde\xde\xec\xc1\x20\x6f\x57\xba\x00\x6a\x6e\xf3\x62\x52\xaa\xf1\xb0\x2e\x15\xe3\x9d\x2f\x27\xc5\x04\x62\xdf\xf1\x43\x31\xbf\x8c\xa4\xf1\xce\x7d\xd3\x7d\x50\x73\x81\x12\x96\x2e\x6f\xaa\xc2\xe2\x97\x2e\x51\xf3\x1d\x5d\x70\x7e\x93\xef\xea\x96\xf5\xa9\xe4\x6d\x54\xe5\x74\x35\x53\x37\x28\xba\x41\xcd\xf5\xc4\x53\x51\xc6\x62\x06\x25\x6f\x43\x26\x4c\x57\x0b\x46\x1c\xa2\xaf\xe9\xcb\x78\x18\xf6\x16\xbe\x2a\xdf\xe5\x68\x1e\x9f\x3f\x06\x45\xa6\xcb\xef\x9a\x9a\x63\xd1\xc1\xc8\x12\x16\xdf\x75\x3d\x17\x5b\xa5\x55\x64\xd1\x7d\x51\x33\x57\x9e\xa5\x4b\xd4\xfc\xfe\x3e\x74\x7f\x5f\xec\x7b\x53\xd5\xfb\xb0\xe3\x4c\x20\xb6\x5c\x81\x3d\x42\x18\x18\x37\x3d\xd4\x24\xb4\x49\x97\xbc\xee\x73\x58\x18\x26\x10\xe3\x46\xf5\x74\x01\xa8\xfb\x76\x2f\x03\xa8\x47\xce\xf4\xce\x50\x68\xbc\x2d\xe9\x32\x14\xba\x6d\x16\xe4\x1f\x09\xc4\x58\xcc\x02\xea\xee\x6e\xd5\x0d\xdd\x32\xc3\xa8\x1b\x3a\x96\xba\x6e\xe8\x92\x18\xd5\x6e\xf6\x4e\x37\xbe\x80\x1a\x8f\x43\xba\x46\x24\x6e\xa5\x55\x86\x42\xcf\x46\x9b\x47\x84\x6c\x30\xe6\x5e\xfd\x4c\x32\xf3\x74\xe9\x86\x6e\xee\x47\xe3\x9d\xb3\x92\xdc\xab\x9f\x6f\x77\xba\xf1\xce\x4f\xb6\x68\xe2\xd6\x4e\x17\x04\xd4\x3b\xde\x65\xea\x71\x22\xa4\x2b\xe2\x9d\x6f\x96\x9c\x6e\xe8\xfc\xd2\xaa\x19\xc2\x99\xb1\x12\x32\x77\xcf\x88\xe9\x85\x17\xce\x82\x90\xf9\x6b\xcc\xa0\x90\xb9\x2d\x6a\x0e\x47\x73\xa7\x91\xde\x45\x35\x94\xa8\x3a\x9a\x87\xa7\xad\x29\xc2\xda\x4d\x9b\x23\x45\xd8\xc7\xb0\xcf\x88\xbc\x60\xac\x66\xdc\x55\xc4\x0c\x9a\x22\x8c\xe0\xe8\x74\x4d\x6f\x3d\x88\x66\xc8\x99\x79\x2d\xaa\x77\x2d\x24\x8c\x29\xc2\xb6\x4b\xd4\xbb\xa8\x9a\xe2\x57\xc8\x5c\x06\xcd\x08\xe6\xb6\x2b\xc7\xd4\xd9\x9f\xaa\x48\x40\x66\xf7\xf2\x23\x53\xbd\xfb\xae\x26\x82\xc5\x48\x3e\xd2\xff\x9c\x85\xc7\x64\x05\xdd\x56\x45\x04\xa8\x4f\xe5\x44\x3d\x0c\x8e\xb8\xf8\xa8\xc6\xe8\x68\x5e\x37\xf3\x2b\x2e\xae\xae\x0d\x53\x67\x5f\x6e\xc9\x57\xeb\xfd\xa2\x2a\x53\x84\xdd\xce\xbe\xb8\x78\x45\x51\x93\xa6\x3d\xf2\x2e\xaa\xa4\xd0\x88\xbb\xa8\x2e\x8b\xae\xd8\xc5\x5e\x10\x17\x67\xc7\xea\x0d\x0e\x18\xad\x02\x17\x4f\x6e\x8a\x49\xd7\x1b\x4c\x75\x9f\x8a\x8b\x9d\xc1\x37\xf2\x44\x31\xce\x3a\x9a\xcf\x62\xd5\x49\xcf\xfe\x36\xdd\xd7\xd1\xbc\x55\xa4\xc5\xc5\xcd\x1f\x2f\x23\xf4\x07\x8b\x70\xe9\x78\xad\xfe\x58\x93\x97\x07\x8a\xb8\xf8\xbe\xfc\xb1\x41\x73\x1e\x28\xcb\x14\x70\x9f\xef\x76\x25\xb9\x45\xbc\x8d\xcb\x36\xaf\x10\xce\xbe\x6b\xf6\xce\xc4\x74\x87\xa3\x59\x15\xdd\x88\xe6\x36\x58\xed\x4b\xef\xcc\x60\x34\x96\xde\x19\xe7\x77\xb9\x9e\x3d\x40\x3f\x71\x93\xb0\x42\x7a\xf6\x72\x11\x9a\x07\x6c\x3a\xbf\x41\xcf\x1e\x2c\xa4\xa0\x67\x6f\x5a\x25\x2e\xfe\xb9\xdd\xe6\xef\x8b\xfd\x2f\x38\x15\x56\xeb\x35\x73\x6e\x5e\x21\xf3\x3d\x58\x18\xfa\xa0\x2f\xa1\x81\x3e\xe8\x22\x34\x90\xb9\x7d\x29\x70\x4c\x11\x56\x5f\xdf\x75\xa9\xab\x78\x7c\xe2\x08\x75\x72\x7d\xd0\xe9\x62\x28\xbc\x8b\xea\xcd\x4c\xfd\x76\xa9\xbb\xc6\xb6\x7a\xa6\x6a\x18\x90\x79\x3c\x76\x41\x47\xf3\xa7\x44\xf5\x2e\x2a\xae\x0e\x49\x17\x90\x79\x0c\x51\x92\x97\x3b\x0f\x4f\x6d\x21\xf3\xf2\x30\xda\x5e\x88\xd0\x18\xd5\xad\x70\x16\x1a\x6c\xa7\x5e\xf9\xa3\xa3\x39\x3d\x56\x65\x4a\xb4\xe2\x8f\xe3\xc6\x4c\x8b\x9a\xbc\x54\x87\x4e\xdc\x35\xc6\xb0\x9b\x55\x3b\x1f\xaa\x3a\x8a\xee\x49\x9b\x85\xcc\xcd\xb9\x3e\xc6\x87\x56\x86\x0e\xc8\x5c\xbb\x2b\xff\x38\xbf\xd9\x9a\x75\x44\x7a\x54\x19\xd1\x1c\xc2\x4a\xe6\xf6\xf9\x58\xf9\x71\xb9\xb3\x87\xbe\x8e\xe6\x14\x55\x81\x9b\x2e\xc5\xa0\xcc\xed\xe6\x81\x72\x42\xaf\xf6\x43\x71\x99\xf5\x4f\xab\xd2\x65\xf6\x4e\x20\x58\xba\x0c\xaa\xe2\x14\x48\x57\xe4\xd5\xa9\x14\x3d\x7c\x5f\x9f\x7a\x17\x15\xe3\x9c\xc2\xd1\xcc\xca\x49\x42\xe6\x2b\x3e\xc4\xfc\xb6\xcb\xaa\x64\xaa\x27\x7f\xac\x9e\x89\x36\x98\x4c\x11\x46\x54\x72\x4a\x3a\x9a\x33\xea\x7d\x0a\x5c\xdc\x7c\x37\xe6\xd7\x77\xcd\xab\xf3\xf9\x63\x4d\x5e\x2c\xc2\x04\x2e\x9e\x09\xdd\x38\xe9\x68\x26\x36\x3c\x25\x71\x71\x3f\x16\xdd\xda\xf1\x54\x1c\x91\x7c\x37\x52\xde\xd1\x8c\x48\xac\xfd\xc3\x2b\x48\x29\x98\xdb\xd9\x1f\x9b\x68\x1a\x59\x9d\x74\x34\x5f\x3f\x6e\xd9\x94\x52\x5c\x03\x4a\x9b\x75\x34\x9f\xee\xbb\xae\xe7\x61\xd1\x1b\x6f\x6f\xbf\xab\x72\xf5\xd2\xfd\xb8\xc1\x39\xd1\x0c\xe9\xd9\x5c\xcc\x91\x92\xf1\xce\x1f\xb2\x3a\x81\x8b\xc7\xc7\xd6\x48\xb7\x7a\x35\xda\x6f\x0a\x7a\x36\xda\x45\x02\x17\x4f\x52\xc1\xa7\xa4\xa3\x79\x7d\xfe\xd8\xac\xf8\xc7\xa2\xde\x0a\x34\xc0\xe4\x5d\x54\x6e\xba\x74\x7b\x61\xcd\x66\x34\x74\x34\x2b\x82\x92\xb8\xb8\xb9\xae\xa4\x67\xef\xe1\x53\xfa\x4b\x4e\xd1\x94\x22\x0f\x18\x3a\x4f\xf2\xc2\xa9\xe8\x6f\x96\xbe\x0b\x5a\x4f\x5e\x38\x95\x50\x81\x52\x8e\x48\x04\x5a\x95\xe3\x5a\x4c\x5a\xa5\xa3\xf9\x4e\x16\x0d\x02\x3d\x74\xdf\xc4\xda\x50\x0d\x53\x8a\xc4\xda\x1c\x19\x49\x47\xf3\x98\xbf\x48\xbc\x9c\x92\x39\xb7\xd3\xf0\x45\x1d\x73\xc7\xa2\x4c\xe6\x66\xef\x22\x3e\xd4\xa7\x5b\xc1\x6e\xfb\xbd\x31\xd3\xee\xc8\xdc\xee\x37\x0d\x2e\x5a\x3b\x51\x4a\x93\x3e\xe8\xb2\x19\x55\xef\xa2\xaa\x87\x45\x55\xe2\x42\x04\x8b\xd2\xe1\xdc\xbc\x5e\xee\x3c\x1f\x9f\xca\x11\xe2\x6c\x4a\x42\x66\x68\xb1\x29\x99\x22\xec\x7a\xfd\xb1\x5a\xca\xb2\x48\x7f\x95\x99\xc9\x9c\xdb\x35\xaa\xd2\x11\x39\xfc\xae\x1c\x12\xce\x88\x24\x73\xfb\xca\xac\x04\x99\xdb\x2f\x87\x78\xd2\xd1\xdc\x39\xf5\x92\xcc\xed\xd7\xfe\x56\x8f\x2a\x10\x65\xaa\x8a\xb2\xe9\xbb\x6a\xa1\x2f\xe3\xac\xa3\xb9\x2d\xd6\xb6\xcc\xed\xfa\xf8\xae\x79\x57\x26\x03\xab\xa3\xf9\x73\xd8\xbd\xdc\x79\x29\x43\x8c\x77\x6e\x0a\x0d\x53\x84\x0d\x65\xa6\xcc\xed\xec\x74\x0b\x99\x6f\x85\xa4\x89\xb5\x9f\x8f\xef\x02\x99\xdb\xae\x74\xb0\x99\x47\xc8\xf5\x29\x73\x9b\x3b\xe2\x53\x92\xb9\xfd\x80\xe6\x92\x8e\xe6\xd3\x2d\x46\x7c\x28\x2b\x47\x47\xf3\x71\x4f\xc9\xdc\xd6\x80\x99\xc2\xd1\xec\xec\x0b\x99\x7b\x65\x8b\x35\x1d\xeb\xf6\x48\xc8\xbc\x93\x55\xb9\x9e\x6f\x7f\xac\x56\xf6\x31\x74\xde\x45\x75\x2d\x7f\x2c\x9d\x15\x50\x99\xc0\xc5\x13\x3b\x79\x4a\xc6\x3b\x73\xd3\x77\x4a\x3a\x9a\x9b\xc3\xae\xa3\xf9\x56\xc0\x9a\x58\x7b\xbd\xbe\x6b\x76\x56\xec\x54\x49\x5c\x9c\xdc\x1a\xde\xe0\x8c\x2b\x27\x25\x1d\xcd\xc4\x29\xa4\x24\x73\xfb\x1a\xfe\x58\xeb\xee\xb6\x66\x55\xaf\xe6\x77\xcd\xde\xe9\xba\x0a\x7a\x36\xd6\x95\xa4\xa3\xd9\xa3\x39\x49\xcf\xe6\x3e\xb8\x94\x4c\xac\x7d\xb9\xe9\x86\x17\xb8\x24\xbe\x3b\xe2\x42\x22\x8b\xe6\x11\x72\x6d\xe8\x68\xfe\xaa\x45\x8e\xaa\x0c\x5e\x4b\xc6\x3b\x93\x84\x3c\x25\xe3\x9d\xbb\x4b\xc5\xbb\xa8\xea\xc5\xb0\x9b\x07\x6c\xdc\x7e\x88\xfd\x9b\x14\xec\xde\x45\xf5\x25\xfa\xeb\x0d\xce\x05\x35\x3b\x8d\xe0\x08\x31\x74\xd2\xb3\xfb\xb4\x47\xc6\x77\xa3\x48\x27\x51\xf3\x8b\xfd\x24\x4d\x93\x8d\x5c\x7c\x57\x47\x73\xc6\x0a\x9d\x66\x5c\xd0\xe3\x53\xbd\x15\x98\x32\x12\xa8\x79\x14\x65\xce\x8c\x3b\x11\x58\xde\xa2\xe6\xae\xc2\xa0\xa3\xf9\x78\xbe\x4c\xbd\x33\x4e\xca\x74\x3d\x0f\x1b\x29\x8a\x04\x65\xa4\xc8\x03\xa6\x76\x21\x3d\xfb\xde\xe7\x57\x62\x5f\x1f\xf4\xdb\x6c\x92\xa7\x36\x1a\x5d\xd2\x07\xbd\x1d\x73\x43\xa1\xeb\xb2\x68\x3c\x2c\xda\x60\xd2\x07\xfd\x2e\x8b\x02\x2e\x0c\x98\xe9\x09\xfa\x9f\x45\xa7\xde\x61\x14\x50\x97\xec\xbb\x86\xba\x2b\x70\x64\x6e\x77\x8f\x4b\x43\xa1\xf1\xb9\xa7\xe4\xe5\xce\xe9\xb2\x68\xfc\xa0\xa3\xfa\xb8\xb5\xb1\xdf\x26\x01\xf5\x8e\x2e\x68\xed\x2c\xec\x1a\x1d\xcd\xf0\xab\x53\x8a\xcb\x9d\x2f\xda\x2c\xa0\x7e\x31\x7a\x24\x01\xf5\xed\x6e\x7d\x0d\xba\xf1\x20\x7e\x05\x98\x9e\x11\x02\x6a\x72\x1f\xa5\x14\x97\x3b\xbb\xa8\x64\x6e\xbf\xa8\xca\x49\x47\xf3\xa7\xd8\x7f\x63\x6b\xb3\x20\x4d\x11\x56\x3d\x5f\xde\xe0\x44\x59\x0c\xa6\xba\x35\x33\xbf\x39\xf9\x2e\xf3\x9b\xb1\x9e\x25\x5d\xc9\x47\x29\x61\x44\xf3\xc6\xb8\x9d\x4c\x9d\xbd\xdc\xcb\xba\x92\x6f\xec\xf3\x29\x6e\x9b\xc2\xca\x9a\x80\xcc\x7d\xaa\xb4\x00\x99\xfb\xe3\x77\x97\x3d\xf2\x1c\x5f\xc6\x1a\x28\x61\x74\x25\x57\x8c\x9f\xc9\x3b\x9a\xf7\x67\xab\x74\xad\x7a\x80\x2e\x0f\xdf\xc9\x58\x2d\x4d\x04\xca\xdb\xe0\x66\x63\xb5\x4b\x42\xe6\xe3\x71\xa3\x2b\xb9\x28\x70\xc2\x95\xdc\x19\x0d\xef\x68\xde\xaa\x04\x42\xe6\xa9\xb0\xfa\x8c\x58\x7f\x7d\x37\xfc\x11\x3e\x55\xd9\x50\xa2\x7e\xfa\x9b\x94\x8a\x91\x3a\x5b\xc9\xf6\xc5\x85\x26\x7e\x48\x96\x97\xfd\xd5\x95\xfc\x65\xab\xd2\x95\x8c\xed\x34\x7d\x46\x70\x0b\x85\xbc\x6d\xea\xb8\xf1\x75\x25\x5f\xca\xf9\xb8\x6d\xca\x59\x90\x80\x5d\x1c\x3a\x6f\x9b\x6a\x6a\xec\x81\x8b\x9d\x14\x93\x80\x35\xd7\xb3\xb8\xf8\x51\x19\x36\x75\x76\x76\x60\xc1\xc5\x6d\xdc\x7e\x48\x57\xb2\x67\xe2\x0e\x2a\x88\x1f\x62\xc5\xe6\xf8\xb1\x79\x66\x54\xf9\x24\x60\xbf\xf1\x6e\x84\x4d\xf1\x21\x33\x7d\x3d\xd8\xf4\x92\x99\xbe\x2e\x7f\x1c\xae\x64\xd7\xb3\x04\xec\x7b\xd1\x66\x23\x9a\xbb\xfa\x92\xb8\xb8\xd9\xaa\x23\x81\x33\x5b\x95\x11\xdc\x38\x4d\xd2\x89\x64\x32\xfe\xd8\x54\xe1\x51\x95\xfd\x55\x61\x38\x1e\x46\xb7\xcd\xf0\x30\xb2\x83\xe0\xe2\xfe\x56\xab\xf2\x22\xc8\xc2\xda\x30\xa2\x79\xb1\xbb\x6f\x5d\xc9\x13\x9c\x78\x83\x8b\xe7\x83\x3f\xf1\x36\xa2\xf9\xfe\x09\xe6\x4a\x37\xb8\xb8\xdf\xbf\x0a\xd7\x4a\xb7\x59\xb5\xef\x63\xb5\x46\x08\x26\xeb\x41\x0f\x21\xf5\x77\xba\xe3\xfa\x66\xf0\xd7\x7d\xe9\x6a\x04\x24\xde\x66\xd5\xfe\x7e\x08\x36\xe9\x06\x32\x77\xb2\x06\xa5\x3b\x92\x80\xa1\xc3\xdc\x06\x3b\x6f\xa4\xe2\xed\x5d\x54\x83\xdd\x7a\x5f\x11\x56\xe3\xbb\x91\xa7\xe2\x67\x18\x6f\x5d\xc9\x64\xa5\x4b\x77\x0a\x6b\x27\x3f\x06\x32\xb7\x79\xf9\xd4\x73\xf9\xa6\x66\xef\xa2\x3a\xf6\x37\xa9\x77\xa1\xed\xdf\x06\x3b\x77\xd4\xdd\x3b\xa9\x77\x5d\x16\x35\x01\x5d\x7e\x88\xa9\xd7\xe9\x73\xcb\xcd\xce\xd8\x51\x6f\xb3\x6a\xdf\x9f\x45\xf3\xcc\x54\x06\xd6\x88\x66\xe8\x61\xe9\x8e\xeb\x9b\x7f\x88\x76\xe9\x4e\x66\x89\xc7\x7a\x76\xcb\xcd\x4e\xfe\x58\x57\x72\x85\x36\x70\xcb\xcd\xf6\x40\xb9\x8d\x68\xe6\x42\xa5\x74\xcb\xcd\x26\x8f\x59\xba\xef\xc8\xab\x43\xab\x74\x25\x13\x3d\x91\xee\x3f\xae\x6f\xb6\x66\xc3\xe2\x40\xd0\xb7\x90\x79\x63\x0a\xbe\xef\x20\x70\xfa\x63\xc3\xc4\xaa\xdf\x8d\x64\x05\xfe\x38\xf4\x6a\x7f\x4c\x7f\xc9\x40\x9e\xee\x5b\x9c\x88\x21\xee\x96\x9b\xfd\x56\x7a\xa4\x2b\x39\x71\xea\xdd\x39\x52\x0d\xf3\x6e\x0e\x93\x48\xa7\x88\xde\xf5\x5e\x56\x25\x4e\xc4\xa6\x77\x47\x44\xf3\x6d\x55\x26\x1b\x99\xbe\x2b\x37\x1b\x5f\xd5\x6d\x44\x33\x17\xa4\xa6\x1b\x5c\xdc\xf7\x6b\x55\xea\xd5\xe8\x8a\x77\xe0\xe2\x6e\x9b\xf5\x37\xb1\x97\x6f\x5d\xc9\xaa\xbb\xb7\x29\xc2\x26\x96\x8a\xbb\xc4\x85\x35\xb4\xd9\x88\xe6\x5c\x59\x0c\xa6\xce\xae\xcb\x1f\x47\x32\x0a\x56\x5d\x89\xe4\x1b\xb4\xaa\xe8\x6f\xb2\xcd\x25\xfc\x6b\x0c\xbb\x04\xec\xf2\xfa\xd4\xfe\x0e\x3f\xa4\x7f\x2d\xfb\x63\x59\x6d\xe8\x99\xb7\xb8\xb8\xbb\x17\x24\x60\x1f\x8c\x1e\x77\x89\xb0\x29\x8b\x26\x1b\xe9\xb6\x8a\xf9\x6d\x1c\xfa\xb7\xb8\xf8\xdb\x74\x01\x5c\x5c\x8e\xd3\x2d\x2e\xee\x1c\x82\xb7\xae\xe4\x4b\xa9\x22\x01\xfb\xb8\xcc\xbc\x8b\xaa\xc7\xbb\x11\xd1\xcc\x84\x46\x1e\x30\xec\x54\x77\x8d\xa4\x85\xbe\xeb\xfe\x75\xe3\x04\x01\x3b\x59\x14\x27\xba\xf8\x25\x60\x13\x77\x9c\xee\x1a\xa9\xa4\x2d\xea\x3a\x9f\x76\x30\x52\x85\xd3\x05\xef\x68\xd6\x64\x7d\xc7\x85\x53\x4a\x51\x5d\xc9\x4d\xc1\x68\x1e\xb0\xed\x58\x19\xd1\x3c\x5f\xba\xdf\x94\xcf\xa8\xe5\xb7\xb8\x38\xdb\x8c\x70\x25\xff\x8e\x41\xfe\xbe\xd8\x8f\x60\x67\x94\xa5\xbb\x09\x31\x5c\x36\x06\x3b\xe7\x66\xfb\xcd\xfe\xe7\xc8\xc8\xcd\x6e\xae\xde\x26\x57\x19\x4f\xcd\xfd\x47\x8a\x30\xa6\xa0\xc5\x05\x2e\xac\x6d\x20\x73\x27\xeb\x4e\xba\x81\xcc\x53\xed\xe8\xee\xb2\x26\x50\x2c\xef\xee\x50\xa0\xa4\xdd\x40\xe6\x79\x6c\x46\x77\x28\x5c\x09\xdd\x53\xdb\x61\xec\x0e\x85\x07\x62\x0f\x6f\x05\xa3\xaa\x2b\x99\xbc\xa0\xe9\x16\x32\x57\x67\x04\xc8\x5c\xdb\xe5\x77\xe3\x82\x0f\x3a\x28\x64\xce\x2e\x2a\x5d\xc9\x79\x5a\x34\x42\x10\xbb\xe2\x1d\x59\xb5\x51\xd2\xee\xe0\x66\xe3\xb6\xbb\x75\x25\xf7\xe6\xd3\xb8\xab\x88\xaa\x46\x58\x77\x99\xfa\x61\x6c\xc5\xf1\xc7\x4e\x3d\x86\x8b\x5b\x6e\x36\x81\x18\xe9\x36\xa2\x39\x67\x8b\x71\x34\xd3\xc1\x11\xf3\xeb\xbb\x5a\xb3\x9b\x6d\x66\x7e\x6f\x60\xd4\x3d\x22\x2b\x3e\x43\x27\x37\xfb\xf6\x78\x95\x9b\x7d\xbb\x90\xa6\x61\x62\xd8\x6d\x6e\x63\x96\x6f\x4f\x2e\x6f\x9b\xba\x31\xf6\xde\xba\x92\xb9\xdb\x31\xdd\xb2\xaf\x6f\x1b\xe9\x6d\x53\xe5\x61\x16\x04\xc5\xb7\x47\x86\xae\xe4\x5b\xd9\x15\xb7\x4d\x0d\xab\x8a\x64\xe0\x2c\x15\x93\x80\x85\x76\x34\xe3\xa2\x40\xdf\xe5\x30\x3a\x95\xf9\x9d\x6e\x5e\x85\xe4\xa3\xeb\x0d\x07\xc4\xfd\xc8\x03\xc1\x6c\x7e\x3f\xae\x58\x1c\x91\x77\xc4\x2c\xab\xb3\x3d\x46\x13\x60\xe2\xbb\x23\x39\xf6\xb6\xe6\x08\x14\x62\x34\x8c\x59\x3e\xc9\xa7\x81\x23\xfc\xae\x38\x42\x0d\x21\x5c\xc9\x8d\x36\x3f\xf2\x5e\x5c\x1b\x8f\x99\xa0\xd4\x79\x44\xbe\x07\xf0\x7e\x3f\xea\x99\x97\x5d\x30\x86\xd7\x93\xfa\x95\x5d\xef\x1c\xbd\x0a\x67\xb0\xed\x2d\xf2\xad\x58\x0b\xef\xd7\xa4\x85\x0a\xe7\x37\x84\x33\x73\x14\xc8\x17\x2e\xd6\xfd\xea\x5a\xf5\xa4\x7e\xed\xaf\x52\x31\x5c\xc9\xd9\x77\xed\x2f\x76\xf2\x3b\x32\x7d\x81\x6e\xee\xc8\xf4\x85\x77\xe6\x7e\xed\xaf\x47\xd5\x6b\x7f\x61\x0f\xde\xaf\xfd\x1d\x36\xc3\xfe\x2a\x82\x22\x66\x59\x45\x7a\xd9\xdf\x87\x1e\x2d\xaf\x68\x51\x9b\x5a\xf6\xf7\xb1\x68\x7f\xe1\x60\xdc\xe1\x4a\xf6\x5c\x0b\x57\xb2\x8b\x61\xd9\x5f\xd5\x98\x65\x7f\x3d\xb8\x97\xfd\xfd\x7c\x6a\x7f\xe1\x35\xdd\xcb\xfe\x7e\x7e\x37\x32\x7d\xd1\x7d\x5d\xc9\xe7\xfb\x95\x91\xe7\x5e\x0e\xc5\xb1\x49\xda\xab\x6f\xc6\x2d\x92\x80\xb9\x5b\x3f\x87\xc2\x15\xf8\xc5\x9d\x98\x3e\xf5\x5c\x56\x48\xca\xbe\xbe\x94\x3f\x40\xe6\x7a\x29\x16\x3e\x87\xe2\xf8\x34\x28\x5e\x56\x35\xac\xca\xe2\xf4\x5d\x46\x46\x57\xb2\xce\xc4\x5b\xc8\xac\xa3\xea\x16\x32\x93\xeb\x32\xdd\xba\x92\x49\x24\x98\x6e\x5d\xc9\x57\xf1\x5d\xfb\x8b\xb7\xe2\xf6\xb6\xa9\x4b\xb1\xef\x6d\x53\x97\x2b\x41\xc8\x7c\x29\xba\x85\xcc\x97\xaa\x85\x49\xc0\x2e\x70\xdf\x2d\x64\xbe\x3c\xa6\x65\x5f\x73\x53\x5e\xba\xe3\x82\x66\x81\x83\x17\x34\x93\x42\x3f\xdd\x26\x01\xbb\xb6\xcd\xb0\xbf\xae\x22\xd9\xd7\x97\x60\x27\x5c\xc9\x97\xcd\x50\x94\x5d\xb6\x59\x3d\xe4\xb3\x66\x21\xa4\x7b\xea\xc4\xd6\x66\x34\x4e\x6c\x6d\x3a\x78\x5c\xea\xb0\x80\x6e\x20\xf3\x24\x9a\x32\xdd\xde\x36\xb5\xb0\x39\xdf\xb2\xaf\x97\xfb\xf1\x44\x1e\x78\xdf\xa5\xbf\x9f\x20\x0b\xc8\x3c\x43\x66\x02\x99\xe7\x54\x59\x32\x66\x39\x29\xba\x65\x5f\xcf\x64\xcd\x8a\xee\xe3\xbb\x1e\xbe\x2a\xff\x26\xc7\x7e\x1c\x0d\x63\x96\x33\x1a\x42\x36\x66\x39\x21\x6f\xb3\x49\xc0\x26\xee\xb3\x2c\xfb\x9a\x84\x12\x29\x5f\x8a\xee\xc7\x77\x23\xb3\x4a\xa3\xa8\xe8\x46\x45\xcf\xc6\x2c\x73\x07\x44\xca\xe2\xe2\x81\x49\x24\x47\x72\xec\xd7\x9a\xe3\xb6\x29\x9f\x9a\xaf\x12\x62\x70\x96\x7d\x3d\x87\xdf\x35\xf5\x6e\xf6\xc7\xe2\xe2\xcb\xef\x7a\x54\x61\xe2\xcb\x97\x81\x60\x30\x09\xb3\xb8\x38\x61\xc6\xc9\x26\x01\x4b\x3f\xfc\xf9\x94\x4d\x8e\x9d\xf0\x38\x64\x5d\xc9\x09\xfb\x67\xd6\x95\x9c\x30\x69\xe6\x24\x4e\xc4\xb2\x9a\xc5\xc5\x89\xbd\x90\x4d\x8e\xfd\x3a\x56\x29\x6e\x6a\x78\x28\x6a\xc6\xc1\xb4\x98\xef\xb0\xa2\xd3\xc8\x48\x70\x0d\x9c\xc9\x3a\x7c\x5f\x56\x5d\x36\x67\xf5\xcb\xc6\xc9\x91\x44\x0b\xb9\x97\xf5\xc3\xbe\xa8\x9a\xf9\x0e\x06\x23\xef\xca\x40\x7e\xb1\x93\x67\x61\xe3\x8b\xf8\xca\x32\x90\x5f\x38\x7e\x59\x4f\xeb\xcb\xba\xca\x59\x18\x05\xf4\xcb\xfa\x52\x17\x2a\x50\xce\x01\xfc\xf9\x2e\xc0\x70\x2c\x56\x5d\x36\x68\x77\x5d\xbe\x1b\x59\xdd\xe8\x60\x09\xa2\x3b\x1f\x32\xe1\xf3\xe2\x94\xcf\xa0\xb9\xb1\xb0\x6f\x67\xd1\xdc\xc2\xa1\x9f\x4b\xdc\x5d\xc5\xb0\xcb\xf5\x95\xcb\x9d\xe5\xdc\xe6\xf6\x8b\x6b\x56\x52\x16\x43\x65\x2c\xb4\xd9\xfb\x7c\x9b\x5f\xa9\x62\x46\x54\x8b\x5c\x0d\x0a\xbb\x59\x45\x55\x9a\x44\xb6\x68\x96\xb3\xdb\xaa\xbc\xd3\x21\x5b\x95\x41\xbb\x98\x0a\xb3\x41\xac\xad\x58\xb3\x34\x09\x2c\x24\xd9\xeb\x87\x1a\x7a\x57\x36\x2b\x54\x43\x5b\xc8\xd2\x71\x1b\x8a\x47\x16\x43\x91\x4b\x39\x65\x73\x29\xb7\x4e\xcd\xcd\xc8\x20\xc4\x51\x36\x88\xb5\xa1\xed\x67\xe9\xb8\x0d\x8d\x3d\xb7\xe0\x64\x5a\xb3\xfd\xc5\x8a\x95\x0d\x62\xbd\xe2\xe9\xb0\xc8\x7c\x45\x56\xa8\x69\x55\xd2\x42\xb0\x94\xe6\x16\x41\x9d\x36\x52\xba\x35\x2c\x82\x0c\x50\x9a\xd7\x6b\x23\xe3\xfa\x21\xd6\x67\x64\x85\xc2\x8a\x95\xf5\x2d\x7a\xa0\x64\x81\x92\x3e\xeb\xec\xf5\x43\x97\x6d\x06\x28\xcd\xcb\x3d\x25\x50\xe2\x42\xa5\x94\xbb\x34\x09\x9c\x08\xb9\x9b\xc5\xee\xf3\x5d\xfb\x0b\xba\xc9\x66\x85\xba\x14\x0b\x5e\xda\x7b\x01\xdf\x72\x0f\x1a\x8c\x8d\xb4\xbf\x9b\x59\x88\xd4\x4f\xee\xd6\x6e\x7f\x3f\xab\xb2\xbf\x58\x68\xb3\x9c\xdb\x4b\xe1\x3c\xec\xef\xa6\x0b\xfa\x16\x2f\x14\x86\x2c\x50\x4a\x6e\x40\x53\x3f\x25\x57\x6c\x5c\x3f\x94\xfc\xb1\x97\xba\xe2\x5c\xcb\xa6\x7e\x4a\x2e\xe0\xa1\xb9\xfe\xf6\x43\xc3\xa7\xcc\xa0\xb9\x94\xa5\x66\x65\x39\xb7\x7a\x5a\x73\xdc\x31\xc4\xe9\x93\x05\x4a\xd3\xe5\x1d\x40\x49\x99\x19\x50\xc8\x61\xf7\x5a\xde\x82\x3d\x21\x9b\x2d\xf9\x76\x16\x02\x28\x29\xf7\x02\x28\x29\xca\x04\x4a\xf9\xf3\x5d\xbd\xc3\xca\xbd\xf0\x1e\x62\x5c\xca\x02\x25\xf2\xf9\xa4\x2c\x50\x4a\x40\x83\x3c\x23\x8f\x19\x73\x04\x50\x9a\xaf\xa3\x21\x50\xca\x2e\x42\x81\x12\x17\x14\xa6\x3c\x23\x56\x91\x35\xe9\xb5\xbc\x9f\x53\xa6\x8b\xb0\xa3\x3d\xe6\xb8\x96\x17\x05\x29\xcb\xb9\xed\xee\x85\xc7\x80\x08\xb4\xb8\x1c\xb7\x08\x79\x36\x01\x94\xaa\xd6\xe0\x6c\xb6\xe4\xf1\xf9\xae\x44\xc4\xdb\x9a\x0d\xcb\xbd\x7d\xd7\xbb\x4a\x15\x50\x26\x77\xea\x00\xd2\xec\x2d\x42\xdd\xe9\x36\x7d\x53\xaf\xbe\x7b\x7c\xca\x9a\x7c\xa3\x47\x4c\xe8\x1b\xb7\x91\xf2\xae\xe9\x9b\x3a\x54\x90\x6c\x3e\xe4\xde\x7c\xb7\xf8\x94\x91\x34\xda\xb4\x83\x23\x72\x38\x01\xbb\x3f\xb6\x47\xb8\x81\xf2\x1f\x17\xef\x32\xa1\x26\x3d\xee\xdd\xaa\xec\x51\xff\x15\x6f\x3f\x4b\xb8\xed\x8f\xf5\x98\x5f\x54\x2d\x45\xff\x60\x1f\x36\xc9\xa1\x78\xed\xac\x43\xa1\x48\xf1\x0a\x21\x2e\xec\x4b\xd9\x40\xd4\xae\x28\xf3\x0a\xa1\x0e\xbe\xce\x7a\x0f\xbb\xea\x81\xde\xc3\x8e\x0d\x36\xeb\x3d\xec\x1f\x9d\x35\x10\xb5\x03\x7c\xf2\x0a\x96\x29\x83\x6c\x66\xa7\xae\xb2\x64\x3e\xe4\xae\x18\xf4\xe2\xdd\xee\x52\x5f\xf6\xd7\x05\xb9\xec\xef\xf1\xc7\xf6\x57\xe5\x41\xc2\x6d\x47\x55\xce\x42\xa1\x81\x22\x9d\x85\x42\xc3\x9d\xfe\xc5\x1d\xd3\x16\xed\xef\xb6\xe8\x62\xc6\x34\x9a\x85\x42\x43\x71\x24\x14\x1a\x2a\x00\x71\x85\x10\x36\xf6\x2c\x14\x1a\xb7\xef\x1a\xb8\x87\x4e\x9e\x85\x42\xd2\xe9\xb3\x50\x48\x6a\x68\x16\x0a\x8d\x61\xcd\xf4\x77\x4c\x46\x52\x28\x34\x54\x2c\x3f\xed\x72\x98\xfa\x33\x50\x68\x1e\x5b\x25\xab\x56\xb2\x5c\xd6\x7b\x48\x7a\xd2\x94\x65\xd5\x6a\x7b\xc9\xb2\x6a\xef\xee\x8f\xf5\xef\x0f\x8b\x26\xd5\x84\xc0\x99\x65\xd5\xde\x7e\xd7\x7c\xc8\x37\x7e\x9f\x1c\x81\xa8\x90\xcd\xf2\x36\x87\x00\xb8\x3e\xeb\x3d\xbc\x3d\x8b\x4d\xdf\x74\x7b\xda\x1a\x88\x7a\xab\xfd\xea\x3d\xbc\x5d\x1b\x91\xbe\x49\xf1\x2b\xab\xf6\xf6\xc4\xf4\xe2\xdd\x1b\x0f\x6f\x36\x10\xf5\x86\xe9\x91\x65\xd5\xde\xa0\xef\x7c\xec\xef\xf4\xc7\xf6\x57\xfd\xf6\xd8\x5f\x6c\x7a\xd9\x8c\xc7\x37\xe4\x87\x1c\x19\x8f\x15\x83\xc1\x9b\x75\xe3\xe8\x1f\xbc\x95\x8a\x27\x7a\x64\x33\xec\x11\xf6\xcf\x2c\xd8\xd1\x89\x99\x8f\x3d\x42\x73\x2e\xf2\x66\x6f\x76\x77\x91\x37\x7b\x63\x7a\x2a\x26\x68\xca\xd8\x7c\x8a\x19\x8f\xef\x9f\x74\x22\xa9\x5c\x71\xf3\x91\xef\x56\x7f\x7c\x28\x36\x8b\xfe\xd8\x19\xe4\x94\x2f\xf2\x66\x49\xa1\x9f\xca\x15\x19\x9e\x6f\x8a\xc1\x13\x1e\x14\x5f\xab\xf2\x5d\xfb\x0b\x75\xa7\x08\x76\xc8\xbb\x98\x8a\xbc\x59\xf2\xaf\xa6\x22\x6f\x56\x73\x68\x49\x86\xb4\x80\xa9\x4b\xb2\x47\xb8\xa1\x8b\x6e\xbe\x1b\x99\x53\x74\xf3\x65\x0c\x0e\x25\xd9\x23\x1c\xaf\x05\x47\xde\x20\x49\x42\x2a\xc2\x19\x6e\xf9\x4f\x45\xee\x6b\xce\xbe\xbb\x2c\xd2\x5f\xc1\x4e\xce\x56\x65\x9b\x51\x17\x4b\x38\xf2\x30\xa6\x15\xa1\x90\x94\xa1\x22\x14\x22\x61\x48\x2a\x42\x21\xee\xaf\x49\x45\xee\x2b\x97\xde\xa6\x22\xf7\xf5\x27\xcd\xf8\xdf\x15\xfb\xc5\x70\xd1\x8c\x5f\xa3\x08\xa9\x72\xb2\x5a\x63\xac\x9a\x4f\x8d\xb1\xc2\x50\x53\x04\x5c\xe4\x80\x4d\xc5\xfc\x4b\x39\xdb\x06\x87\x02\xbb\x71\x11\x8e\x65\x84\x55\x91\x16\x9b\x39\xc5\xca\x1d\xd3\xc7\x50\x08\xd6\x32\xa7\x67\xf9\x23\x5c\x94\x51\x15\xac\x65\xdc\x49\x45\x38\x96\xd9\xad\xc5\x80\x50\x52\x9a\xa4\x22\x1c\xcb\x8f\x4f\x6d\xf3\xe3\xbb\x31\x7d\xb4\x59\x38\x96\xa7\x1f\xb2\xcd\x9c\xda\x25\xdb\xe6\xee\x53\xdb\x8c\xfe\x53\x0c\xf9\x34\x22\xbb\xe8\xa7\xcb\x88\xc1\x22\xb2\xcb\x08\x9c\x22\xb2\xcb\x9c\xe9\x45\x64\x97\xa7\x4f\xed\x11\x2e\xec\x62\xe6\x61\x72\xb1\xa6\x62\xa2\xa4\x8c\xb6\x5f\x8a\x73\x84\x3a\x54\x84\x81\x5c\x24\x97\x8a\x30\xd0\xd8\x8a\x22\x7f\x35\xc3\x89\x2a\x66\x1e\xce\xee\x38\xaf\xf2\x19\x6e\x5e\xaf\xf2\x29\xc9\xa7\xde\x4e\x7e\xd9\x66\xfb\xcb\x99\x58\xaa\xfd\x3d\x16\xed\x2f\x3a\x6a\x31\x51\x52\x71\x4f\xc9\x5f\x25\xf7\x5a\x2a\x55\xaa\xb6\x9b\xb7\xca\x7f\x73\xb7\x1a\xf2\xc9\xad\x2b\xa9\x98\x28\x49\xfd\xb6\xc8\x5f\x2d\xca\x9f\x1a\xfd\x65\x42\x0d\xea\x94\x04\x55\xaa\x33\x88\xae\x58\xbc\xc4\x36\x43\xc0\x28\xa0\xc8\x51\xf0\x92\x94\x16\x3d\xe2\xa9\xa9\x90\xb2\x42\xb2\xd9\x23\xb4\xc1\x62\x50\x67\x51\x4a\x34\x7b\x84\xf6\x5b\x0c\xea\x2c\x10\x1a\x0b\x28\x72\x90\xaf\x32\x95\x66\x9b\xbb\x3f\x66\x8e\xca\xf0\xc7\xaf\x4f\x19\x2b\x39\xa8\x45\x09\xa3\x43\xad\x14\xdb\xec\x1c\xb9\x71\x0c\xdb\x34\xdc\xbb\x18\x9b\x59\xd0\xe2\x8a\xb1\x99\xdc\xa3\x9d\x8a\xb1\x99\xb2\xe9\x4a\xb7\x47\x28\x96\xc5\x6b\x6a\x8b\xeb\x4a\x0e\x2a\x09\xa9\x52\x31\xd9\x51\x01\xa1\x14\x63\x33\xc9\x55\x9b\x8a\x0e\x35\x92\x33\xa4\x22\x07\xb5\x28\xba\xcd\x1e\x5c\x38\x4f\x8b\xd9\x83\x0b\x8c\xa9\xd2\xed\xaf\xab\xdd\x64\x47\x45\xd1\x2d\x07\xb5\x3c\xb6\xca\xfe\xe2\x67\x2f\x72\x50\x0b\x07\x68\xf1\xce\x9d\x82\x86\x50\xe4\xa0\x16\xf7\x82\x0e\x35\x92\xda\xa5\x12\x77\xee\x78\xfa\xc8\x41\xad\xe8\x78\xc5\x64\x47\xba\x36\x8a\xb1\x99\xc5\xa5\x12\xc9\x8e\xb2\xcd\xa0\xbf\x5c\x4c\x96\x8a\x1c\xd4\xaa\xd8\x94\x83\x5a\x31\x1e\x16\x93\x1d\x55\x60\x45\x31\x36\x53\x24\x58\x86\xfd\x3d\xb6\xca\xf0\x10\xd7\x95\x1c\xd4\x9f\x74\x55\x7f\x5f\xec\x1b\xd4\x59\x15\xbf\x06\x75\x56\x3c\x44\xc5\xa0\xce\xea\x49\x64\xf6\xe0\xea\xfa\xf4\x9a\x5a\x2e\x54\x4a\x65\x3a\x14\x1e\x3d\x7a\xe2\xb8\xda\x3b\x15\xaf\xe3\xa9\x0a\xba\xe9\x50\xa8\x78\x78\x1d\x4f\x55\xb2\x99\x07\x89\xac\xa7\xa9\x18\xd4\xc9\x0d\x4a\xa9\x00\x30\x47\xed\x76\x76\xfb\xae\x8d\x8c\xe4\x30\x8c\x8c\x41\x9d\x55\xd1\x6d\x50\xa7\x64\xdd\xe2\x75\x3c\x15\xad\xac\xc8\x41\xad\x9e\x20\x72\x50\xab\xeb\x13\x80\x39\xaa\x2b\xff\xb1\xbf\xaa\x34\x8f\xfd\x75\x82\xe4\xa0\xb6\xdb\x9a\xbd\xa3\xe4\xb2\x19\x32\xbe\x6e\x9b\x21\x9d\x1e\xc6\x54\x79\x8c\x1c\x71\x6b\x1b\xd4\xb9\x31\x6b\x14\xe1\xe7\x51\xf1\x10\x7e\x4e\x7f\x2c\xfc\x9c\xf0\x57\xcb\x2b\xa3\x8f\x58\xfe\x22\xfc\x9c\x98\xaf\x8b\xf0\x73\x2a\x9d\x84\x9f\x13\x53\x7f\x11\x7e\x86\x46\x27\xfc\x24\xaf\x57\x2a\xc2\x4f\xcd\x8c\x45\xf8\xb9\x6e\x9b\x61\x06\x09\x15\x1e\xb3\x07\xeb\xd2\x2d\x72\x50\x6f\x0f\xee\x37\xe8\xe5\x7e\x48\xfa\x31\xbe\xd4\x22\x07\x55\x35\xbb\xc8\x41\xbd\x81\x7e\x65\x45\xf6\x6f\x3a\x68\x50\x27\xf7\xe8\xa5\xb2\x82\x6e\x4d\x9b\x0d\xea\xbc\x31\xe7\x96\x65\x0a\x59\xb7\xe7\x8a\x94\xaa\x7c\x57\x86\x6a\xa8\x52\x2b\x12\xa1\xb3\xf1\x4d\x76\x94\xa3\x2a\xf3\xb6\x11\xe0\x5c\x0c\xea\xd4\x76\x5a\x0c\xea\xcc\x0a\x58\x19\xaa\x59\x71\x24\x43\x35\x2b\x60\xcd\x1e\x9c\xb1\x07\x96\x25\xe7\x16\x64\x54\x3e\x2f\xaa\x50\xb0\x9b\x3d\x58\x6e\x40\xf1\xce\x9d\xd0\x01\xcc\x1e\xcc\xa5\x7b\xa9\x7c\xf6\x17\x6c\x5b\x3e\xfb\xab\x08\xfd\xec\xaf\x0b\xd8\x64\x47\x19\xe0\x50\x3e\xfb\xfb\xf9\x21\xfb\x2b\x8e\xf8\xcc\x53\x57\xfd\x50\x5c\x43\xcc\xe0\x7c\xd1\x5f\x7f\x4c\x7f\x0b\xac\x98\x02\xc6\x6c\xc5\x15\x1b\xd7\xd4\xaa\x5d\x88\x31\x8b\x0a\xa1\x29\x82\x0b\xc8\xb7\x98\x22\xb8\x28\x9c\x4d\x76\x14\x07\xb7\x91\x9b\x05\xa3\x74\x31\x45\x70\x51\x9a\xc9\x50\x2d\x80\xca\x02\xc6\x6c\x71\xcc\x79\xe7\x4e\x99\x56\xe5\xf5\x61\x4e\xa8\xb7\xcd\x16\x40\x65\x31\x9d\x51\x9c\x4d\xde\xaa\x63\x60\x75\xd1\xa1\x16\x67\xe2\xb1\x47\xae\x58\x63\x33\x8b\x30\xca\x24\xc0\x05\xeb\x68\x91\x83\x5a\x85\x60\x3a\xd4\xe4\x25\x16\x93\x00\x73\x3b\x5e\x2a\x3a\xd4\xce\xef\x43\xf7\xf7\xc5\xbe\xbe\xb6\x23\xe0\x32\x6c\xb3\x26\xbf\x62\x92\x3a\xd5\x30\x7d\x6d\xdc\x55\x94\xca\x1f\x17\xee\xf8\x54\xeb\x9f\xfa\x5e\xf8\xda\xb6\x55\x49\x74\xc1\x9d\x5d\xc2\xd7\x06\x76\xab\xfa\xda\x0a\x51\x7e\x55\x5f\x5b\x41\x0c\x56\x7d\x6d\xaa\x7f\xd5\xb0\xcd\x52\x7c\x37\x52\x3a\xfb\xd4\xc8\x44\x76\x6b\xf5\x6e\x59\xa7\xbe\x9a\xbc\x48\x3a\x6e\x8d\x94\xbf\x1c\x97\x55\xf7\x59\xb9\x7d\xd7\xf0\x96\x6c\xab\x8c\x4c\x1c\x16\x4d\x4e\x85\xfb\xbe\xea\x3e\x2b\x90\xc0\xab\xee\xb3\x82\x1c\xa8\xba\xcf\x4a\xf3\xc7\x66\xc2\x1c\x16\x25\x52\xa2\x95\xd5\x64\x8f\x9a\x45\x7b\x84\xd7\xa0\xa6\x48\x83\x70\x51\xb4\x47\x8f\x4f\xed\x11\x94\x92\x2a\x71\x54\x85\xa7\x1a\x6b\x59\x3e\x9f\x46\x4e\x1e\xdb\x6c\x8f\x08\x6f\xa9\xb7\x6d\xe6\xe0\xae\xb7\xc3\x0e\x37\xa9\xc6\xed\xb1\x60\xe4\x2a\x35\x54\x72\x60\x0d\x6a\x28\x3a\x5b\x35\x9a\xb2\x40\x3e\xaf\x5e\x67\xc3\x15\x1e\xa9\x9a\x29\xa8\xa0\x03\xd4\xc8\x14\x04\x8e\xa8\xb7\xad\xc2\x96\x58\xa5\x77\x72\xc7\x59\xaa\xa6\xde\xad\x88\x85\x1a\xa9\x77\x89\xb4\xad\xd2\x3b\x2b\x52\xa2\x9a\x29\xa8\xb0\x44\xab\x11\x91\x15\xd7\x6a\xf5\x06\xd8\x82\xcb\xaf\xe6\xb8\x5d\xcb\xef\xca\xf2\x62\x2f\x54\x80\x61\xad\xb7\x1f\x32\x26\x1d\xbb\x71\x95\xc0\x59\x9b\x4f\x0d\x6c\x1c\x56\x65\xf2\x64\x3c\xbc\xd5\x5c\x40\x15\xc7\x56\x95\xc0\x59\x91\x3f\xb5\x78\xf1\x25\x52\xb1\x9a\x0b\xa8\x56\xdf\xa5\x47\x06\xda\x54\x33\xe8\x56\x08\x8d\x15\x60\x58\x2b\x2a\x41\x35\xb0\xb1\xa2\x03\xd4\x62\xde\x7b\x37\x8e\x58\x8f\xdb\x81\x53\x95\x93\xc9\x55\x38\xa9\x9a\x14\x97\x4c\x83\xa9\x96\xb8\x48\x9a\x61\x97\x93\x69\xba\xaa\xea\xdd\xac\x15\x0a\x4d\xd5\xd5\x58\xf1\x2c\x57\xfd\x89\xaa\x5e\xd5\xf4\x3e\x15\x77\x5b\x95\x93\x59\x87\x3f\xb6\x0b\xa8\x04\xb5\xc6\x2d\x42\xcc\xbe\xe9\x7d\x2a\xa0\xb2\xca\xc9\x34\xcb\x50\x35\x56\x51\x55\xb3\xca\xc9\xac\x9f\x55\xd9\x23\xf7\x6f\xdc\xbe\x8a\x24\xaf\x26\xf0\xe1\xd2\xed\x54\x65\x5d\x56\x4c\x5e\x55\xd6\x65\x5d\xfe\xd8\xc0\x79\xf4\xf9\x6a\x34\x62\xc5\xe3\x50\xbd\x5f\xd5\xb0\x94\xda\xe2\x52\x42\xda\x6c\x62\xdb\xea\x6a\x97\x3c\x59\x97\x3f\xb6\xcd\xdb\x9a\x9d\x23\x10\x4a\xf5\xb6\x17\x43\x78\x6a\xdc\x91\x7a\xea\x2f\xc4\x7e\x35\xcd\x0e\x37\x46\xa5\x2a\x94\x93\x89\x54\x7b\x24\xb7\x64\x90\xe3\x22\x98\xcb\xaf\x74\x8b\xac\x04\xc3\x09\x1b\xf6\x84\x1a\x69\x76\x6e\xab\x32\xc5\xba\x12\x55\x6e\x64\x3d\xd6\x2c\x17\x14\xd3\x77\x95\x1b\xa9\xaa\x5c\xe5\x46\x1a\x02\x59\xe5\x46\x36\x94\xd2\x3a\xe2\xba\x49\xa6\x40\x6e\x64\x53\xb0\x7b\x7d\x6a\x43\x0b\xad\xa6\xd9\x69\xc4\xf0\x56\xb9\x91\xa6\x14\xa8\x72\x23\x9b\xa7\x80\xdc\xc8\xe6\x52\x97\x1b\xc9\xdd\xe5\xa9\xca\x8d\xd4\xef\x5c\x4d\xb3\xd3\xf0\xd4\x54\xb9\x91\x4d\x39\xaf\xcb\xaf\x79\x0a\xe8\xf2\x6b\x78\x79\xaa\xec\x47\x73\x7a\x54\x5d\x7e\x0d\xd3\x53\xd5\xe5\xd7\x60\x30\x56\x5d\x7e\xcd\x55\xa4\xcb\xaf\xa1\x3c\x54\x5d\x7e\xcd\x55\xa4\xcb\xaf\x61\x9a\xa8\x33\xee\xfb\xf0\x43\xf6\x08\xe7\x69\xd5\xe5\x67\x7e\x9b\xaa\xcb\x8f\xab\xb8\x52\xd5\xe5\x47\x4a\xe7\x54\xe5\x46\x76\xa8\xda\x55\x97\x9f\xf9\x5e\xaa\x2e\x3f\xae\x40\x4d\x35\xd2\xec\x28\x42\x75\xf9\x6d\xb4\x8b\x1a\x51\x81\x8a\x5f\x5d\x7e\x5b\x01\xab\xcb\x6f\x67\x8b\xd5\x22\xfd\xd5\xa9\xc7\xe5\x62\xa9\xea\xd4\xdb\x4e\x8a\x4e\x3d\x43\x89\x6b\x24\xd2\x41\xdf\xab\x3a\xf5\xc8\xc2\x9d\xaa\x4e\xbd\x85\x0d\xa4\x9a\x48\x67\xa1\xe0\xd5\x48\xa4\x83\xf7\xbf\x8a\xb9\x16\xd4\xd0\x2a\xe6\x5a\x28\x87\x55\xcc\xb5\x14\x65\xa2\xaa\xa5\x38\x12\x55\x2d\x3c\x2c\x55\x54\x45\x6a\xf7\x54\x03\x55\x79\x28\x04\xaa\x02\x53\xd7\x40\x55\x18\x4c\x6a\xa0\xaa\xc7\x77\x0d\xca\xc6\x97\x51\xf5\xdc\x2d\xe5\xad\x9e\xbb\xe5\xc1\xad\xe7\x6e\x2d\x9f\xda\x23\x90\x6f\xd5\x73\xb7\x94\x3f\x7a\xee\x96\x82\x3d\xee\x64\xf9\xff\x10\x76\x1e\x57\xdb\xb3\x3a\x14\x6d\xc9\x06\x93\xca\x21\xf6\x5f\xc2\x5d\xf7\xd9\x9b\x7f\xf8\xbd\x43\x96\x13\x18\x10\x3a\x0a\x47\xca\x0d\x3d\x77\x93\xe0\x9c\xa4\xe7\x6e\x2a\x9d\xf4\xcd\x2d\xb7\xb3\xbe\x39\x73\xa5\x93\xbe\x39\x93\x9b\xd2\xbc\x69\xe6\xbe\x99\x11\x99\x87\x9b\xf4\xcd\x2d\x35\x40\x7d\x73\xcb\x43\x5f\xdf\x9c\x69\x38\x49\xdf\xdc\x8a\x3e\xab\xa3\x19\x04\x9a\xf4\xcd\x2d\x62\x4e\x92\xbe\xb9\x85\x25\x39\xe9\x9b\x5b\xae\x1c\x7d\x73\x0b\x5a\xc2\xa4\x6f\xce\x10\xeb\xa4\x6f\x6e\xb9\x9d\xf5\xcd\x2d\xf5\x52\x7d\x73\xe6\xce\x24\x7d\x73\x0b\xbc\x96\xf4\xcd\x49\x26\x93\xf4\xcd\x2d\x75\xcb\x4b\x12\xeb\x61\x74\x33\xfb\xd4\x00\xc1\x4d\x75\x62\x2d\x4c\x86\x29\xae\xf1\x57\xdc\x7e\x32\x82\x71\x61\xed\x4c\x46\x30\x1e\xdf\x63\x04\xe3\x51\x83\x35\x82\xf1\xd8\x25\x23\x18\x4f\xf5\xaa\x19\xf7\xd8\x24\x93\x11\x8c\xc7\x4d\x64\x04\xa3\xc4\x32\x69\x5f\x3e\x64\x6f\x36\x43\xd9\x95\x6f\x04\xe3\xc1\xe6\x93\x8c\x60\x3c\x2a\xb4\x46\x30\x1e\xf7\x85\x11\x8c\x67\xf8\xac\x11\x6e\x4a\xf2\x7d\x49\x44\x59\xdb\x00\xae\x12\x7c\x95\x49\x7f\x7a\xf1\xd2\xb9\x99\x5f\x4c\x81\x69\x7d\x81\x50\xed\x64\x8c\xa2\x9e\xb8\x24\xdd\x8d\xfe\xb2\x24\x43\x6c\x98\xbe\x19\xdc\xa4\xdf\x2a\xc9\x10\x1b\x3c\x97\xc1\x4d\x25\x78\x88\x1f\xab\x37\x82\x8c\x12\xb8\xa9\x84\xe3\xb3\xd6\x19\x39\xf6\xca\x3a\x14\x2a\x1e\xd2\xdd\x98\xdb\x95\x4d\xeb\x0b\xa8\xac\x19\xdc\x54\xe2\x63\x53\xba\x72\x7c\x37\xf9\x31\x6b\xfe\xf5\xaa\x04\x3e\xc1\x57\x59\xe4\x0b\xc1\x9e\xad\x9c\x42\x9d\xd6\x37\xcb\x01\x2b\x57\x4c\x36\x3b\xcf\xcc\x91\x6c\x14\xa2\xd6\x95\xfc\x98\x98\xc9\xd1\x9c\xad\x9c\x12\x83\x37\x6f\x9b\x93\xa6\x23\xc2\x70\x9a\x81\x51\x45\x8f\x58\x36\x3b\x2f\xa2\xd0\x66\x4b\x91\x46\xce\xf1\xfc\x5a\x69\x82\x43\x3f\xbf\xb7\xd4\xac\x37\x3b\x5e\xb6\x76\x96\xe8\x55\x8a\xd1\x6c\x76\x5e\x44\x93\xcc\x66\xe7\x05\x44\x4a\x16\x64\x35\xfb\xfc\x4a\x8c\xb9\xfd\x90\x51\xa6\x08\xab\x2c\xc8\x6a\xc4\xfb\x65\x89\x5e\x1b\x09\x11\x59\x3a\xd6\xc6\x4e\xcf\xd2\xce\x34\x76\x59\xb6\x2a\x68\xc3\x2b\x94\xc3\x2d\x72\xc1\x10\xac\x0a\x4a\x81\xb0\x37\x5b\xdf\xa4\x55\x9f\xed\x36\x99\x32\xfc\x6b\xad\x71\x54\x65\x91\xd1\xf6\x55\x22\x23\x29\x89\xb2\xc8\x68\xa3\xc0\x67\x91\xd1\xe6\x20\xcb\x22\xa3\x4d\xc4\x66\x8e\x37\x31\xca\x57\x79\xda\xa2\xc0\x67\x39\x54\x0d\x58\xcd\xe2\xa6\x8d\x91\x27\x8b\x9b\x8c\x7d\xcd\x3a\xd4\x56\xb2\x69\x22\x27\x1b\x27\x8b\x9b\xf6\xb2\x93\xea\x0f\xcb\x4e\xaa\x3f\xb0\xad\xb2\xb8\x49\xc6\xd1\xac\x43\xed\x1d\x36\x15\x5f\x1c\x64\x59\xdc\x74\xd0\xd8\xb3\xb8\xe9\x00\x1c\xb2\xb8\xe9\x80\x31\xb3\x84\x30\x8f\xfb\x48\xdc\x04\x41\xfd\x9b\xbf\xcb\x8d\xe3\x9b\x15\x5f\xe8\x5a\xf9\x53\x7c\x6d\xaf\x2a\xbe\x8e\xcf\x2a\xa0\x6e\x9f\xad\x4d\x40\x28\x48\x16\x46\x19\x60\x9f\x65\x49\x7d\xd0\x97\xb2\xa9\x6d\x0f\xa4\x10\xd9\xda\x22\xcf\xff\xcf\xd3\x7f\x8a\xfd\x9c\xac\x28\xe4\xda\x96\x0d\xc6\xd8\xfb\x9c\xee\x60\xed\x83\x5c\xee\xc1\x8f\x3a\xd8\xe0\xb3\x66\x35\x2a\x25\xac\xe3\xf9\x44\x5f\x25\x9b\x84\x22\x45\xbe\x17\x43\xe2\x73\x92\x9d\x1e\xcd\x2a\xcb\xf7\x42\xd5\xec\x37\x5b\xa9\xf3\xc9\x5e\x75\xb0\xee\x8b\xec\x60\x5d\x9f\xd9\x11\x35\x6f\x76\x44\xdd\x9b\x1d\x51\xb3\xe9\x88\x40\xa3\x59\xbe\x97\xa7\xf9\x5d\x47\xc4\xc9\x95\xa5\x48\x35\x62\x33\x9b\xbc\x66\x74\x7d\xce\x52\x93\x0d\xaf\x2e\x9b\x8c\x57\x8a\xd4\x67\xf9\x5d\xc7\x8b\x2f\x35\x97\x5b\xbe\x90\x21\xc8\xf7\xf2\x60\xbe\xce\xf2\xbd\x18\xde\x99\xe5\x7b\x79\x31\x5c\x64\xf9\x5e\xde\xe0\xb3\x8c\xf7\x55\xfc\x02\xd0\xb2\x21\x8b\xd9\x4a\x9d\xcf\xf1\x55\x8c\xf7\x7d\x7c\xd5\x65\x1d\x64\x41\xca\x83\xfa\x3a\xbf\x45\x2a\xb6\xcf\x5e\x31\xde\xb7\xf8\x21\xc6\xfb\xa2\x76\xe6\x62\x79\xbb\xe6\x87\xa4\xda\xc3\x9a\x94\xe5\x41\x7d\x87\x4d\xc6\xfb\x82\x5f\x32\x00\x2d\x1b\x58\x98\x05\x68\xc7\x5f\x77\xcb\x71\x2a\x34\x8c\xc9\x94\x5f\x2b\x1b\x93\x99\xc0\x2f\xd9\x98\xcc\x84\x1d\x32\x1b\x93\x99\x3c\x13\x81\x60\x2d\xe1\x20\xcb\x32\xba\x88\x40\x73\xbd\x8c\xeb\xfc\xd8\x66\x9c\x30\x50\x37\x37\x63\x7d\xdd\x29\xb2\x95\x66\xac\x94\xb9\x99\xd9\xe7\x41\x26\xc5\x68\x70\x2f\xb4\x4b\x76\xc4\x00\xdb\x4d\xa6\xa0\x69\x2d\xcb\x09\x60\xc9\x5d\x3e\x64\x20\x67\xee\xb7\x2c\x2f\xb3\x70\x29\x46\x51\xe0\xb3\x14\xa3\xb3\xfa\x2a\xc9\x9d\x80\x24\x59\x46\x94\xe9\xa4\x80\x8c\xb2\xe8\x26\x77\x4b\xda\x79\x18\x49\x22\x3a\x31\x3c\xe6\xcb\x79\x52\x6d\xca\x98\x41\x00\x43\xee\x32\x96\x2f\x3f\xe4\x88\x9c\xd0\xe1\x88\xdc\x83\xe3\xd2\xa2\x32\x29\xc3\x3e\x03\x57\xf3\xb8\x84\x54\xfc\xc9\x61\x9f\x71\x40\x64\x59\x4d\xa6\xc2\x59\x56\x93\x79\xf8\x1b\x60\x9f\x3c\x9d\x7d\x3d\x4a\x53\xe1\xac\x47\x49\xec\x93\xf5\x28\x4d\x3c\x77\x59\x8f\xd2\x44\x13\xcb\x7a\x94\xa6\x8b\x41\x8f\xd2\x52\x6f\xd1\xa3\x24\x7e\xc9\x7a\x94\x16\x76\x8f\xac\x47\x49\xae\xb9\xac\x47\x69\x91\x2b\x94\xf5\x28\xad\xc7\x67\x93\x4d\xfe\x95\x1e\xa5\xa5\x60\xd7\xa3\xb4\xdc\x92\x7a\x94\x4c\x7e\xcf\x7a\x94\x96\x3a\x8f\x1e\xa5\x1f\x6e\xfa\xb7\xd8\xd7\xd9\xb4\x5c\x72\x3a\x9b\x16\x11\x50\x59\x67\xd3\x22\x7c\x28\xeb\x6c\x5a\x38\x6e\xb2\xce\xa6\xe5\xfa\xd4\xd9\xb4\xb0\x0d\x66\x9d\x4d\x4b\x5d\x42\x67\x93\x28\x29\xeb\x6c\x5a\x04\xab\x64\x9d\x4d\x4b\xe5\x41\x67\x93\x94\x7d\x59\x77\x92\xb9\xa5\x59\x77\x92\x04\x71\x59\x77\xd2\x2a\x5e\x75\x44\x6a\x56\xba\x93\xa4\x25\xc9\x97\xf0\x84\xe0\xf3\xac\x3b\x49\xb0\x93\x6f\x31\x4a\xec\xc6\x59\x77\x92\x9c\xa8\x79\x5f\x02\x76\x86\xa0\x3b\x69\xb9\x20\x75\x27\x69\x9a\xc8\x97\x08\x14\x0b\x5e\xd6\x9d\xb4\x94\x5d\xba\x93\x16\x31\xa8\x59\x77\x12\xe5\xb9\xdf\xbc\x2f\xdb\x18\x93\xab\x3b\xc9\xa4\xf2\x6c\xc5\xc9\xd5\xed\xd5\x2d\x36\xea\xcd\x8e\x37\x7b\x95\xf1\xee\xcf\xa6\x04\xdd\xd9\x9b\x65\x45\x70\x8b\x9d\xcb\xae\xc6\x00\x75\x36\x6d\x77\xba\xee\xa4\x1d\xbd\x39\xf9\x5d\x7e\x9d\xd5\x31\x34\xb6\xe4\x4b\xf5\xb9\x7c\x55\xf5\x43\xfc\x9c\xe3\x88\x88\x5c\xca\x47\x56\x5b\xff\xa4\x54\x9f\x07\x9b\x5e\x96\xea\x73\x6f\xbf\xeb\x88\x54\x3b\xcf\xa5\x1c\x67\x42\xcf\x1d\xd1\xef\xd9\xf2\x38\x22\xce\xe2\x62\x75\x8c\xcd\x71\x53\xa4\x34\x91\x8a\xad\x58\x1d\x63\x73\xbc\x16\x79\x4b\x36\xfa\x5e\x91\xea\x93\xaa\x3a\x6f\x91\xea\xd3\xb4\xdc\xf2\x5c\x6a\x53\xaf\x32\x5e\x2a\x37\xbd\xe5\xb9\x23\xf2\xcd\x8c\x48\x06\xef\xf2\x38\x22\x6c\x6b\x05\xec\x93\xa9\xb3\xfc\x16\x99\x49\x0e\x19\xeb\x05\xec\x93\x0f\x06\x84\x22\x99\xa7\x59\xab\x45\x66\x12\xca\xe3\xbe\xc5\x22\x17\xe6\xe1\x16\xab\x46\x9e\x60\x53\x06\xbc\x6a\xd3\x7a\x1f\x40\x83\x22\x99\xa7\x68\xbd\x58\xe4\xe2\x10\x50\x54\xc0\x3e\xf9\xe0\xf7\x29\x32\x93\x98\xc4\x5a\x64\x26\x39\xc5\x6e\x38\x5e\x34\xf6\x22\x33\x89\x6a\x76\xb1\xc8\xc5\x61\x06\x8b\x64\x9e\x07\xe0\x50\x24\xf3\x3c\xc4\xcb\x15\xab\x46\xca\xe1\x5c\x2c\x72\xa1\x5e\x5d\x6e\x91\x0b\xe4\x7c\x91\x99\x44\xa6\xe5\x12\x1c\x2f\xcb\xac\x04\xc7\x8b\x9c\x2f\x16\xb9\xb0\x28\x40\x01\x55\x95\x07\x7d\xa9\x04\x19\x1d\x51\x8f\x4b\x90\x54\x2a\xda\xc9\x61\x93\x09\x95\x99\xe4\xf9\x7c\x33\x87\xfe\x93\xec\x06\xea\xfd\xa8\x76\xe3\xd8\x64\x06\x2f\x33\x09\x56\x91\x12\x6f\x01\x6b\xba\x21\x40\x1b\xdd\xab\x32\x93\x10\x1f\x58\x00\x68\xe5\x47\x74\xf6\x4f\xb1\x5f\xc0\x6e\xad\x23\x7e\x8b\x3c\x9f\xd4\x96\x7d\xcb\x25\x2d\xd9\x36\xab\x4d\x6f\x26\x3a\xc5\xca\x1a\x45\xec\x66\x4e\x5c\x11\xbb\x6d\x42\x4c\x8b\xc1\x90\xe3\xb1\x29\x05\xb7\xb3\x19\x2f\x6f\xad\xa3\x93\x0c\x10\x77\x61\x31\x18\xf2\x6c\x9b\x92\x79\xda\x0d\x83\x21\xc5\x50\xc5\x60\xc8\x83\xfa\x57\x0c\x86\x34\x51\xba\x18\x0c\x69\xa2\x71\x31\x18\xd2\xbc\xe9\x22\x69\x89\xac\x83\xe5\x33\x41\xe9\xf1\xcd\x26\x28\x11\x63\x50\x24\x2d\x79\x82\x6f\x36\x41\x09\xb1\x5f\x6e\xfd\x0b\x80\x52\xf9\x4c\x50\x7a\xbd\xd9\x04\x25\xb0\x4f\x49\xa6\x20\x21\xe8\x4a\x32\xe5\xca\x8d\x9f\x4c\xb9\x42\xa2\x16\x93\xe6\x1e\xac\x1c\xc5\xa4\xb9\x87\x58\xac\x62\xd2\xdc\x93\x6c\xda\x67\xe5\x8f\x49\x73\x0f\x16\xcb\x22\x04\xcb\x6e\x31\x93\xe6\x1e\x65\x88\x49\x73\xa2\xaa\x62\xd2\xdc\x53\x7d\x95\x49\x55\x98\xaf\x8b\x49\x73\xe2\xa6\x62\xd2\xdc\x83\xc5\xa0\xdc\x1a\x16\xf6\x59\x17\x98\xe9\xf9\xe5\x12\x72\xe2\x5b\x2c\x56\x7e\x34\x77\xb8\x48\x3c\x32\xa3\xaf\xd2\x3b\xdc\x6d\x6a\xeb\xbe\x6f\xd6\xd6\x8d\x77\xa6\xe8\x20\x1b\xb8\x54\x8a\x0e\xb2\x99\xed\xa4\xb6\xee\xec\x77\xd9\x9e\x5a\x0b\x4b\x16\x7d\x2b\x42\xf3\x2d\x72\xca\x9b\xad\xfc\xe8\xd9\x54\xca\xcd\x62\xe0\xd7\xe9\x5c\x3b\xf8\x52\x8b\x49\x73\xc3\x21\x14\x6d\xfb\x1c\xcd\x45\x0f\x9a\xf5\x6b\x8a\x1e\xb4\xe6\x9f\xd4\x83\xa6\xa1\xa6\xe8\x23\x6b\xdd\xab\x1a\x97\x08\x4a\x2c\xfa\xc8\x1a\x51\x4f\xe5\x96\xa2\xf0\x5f\xe9\x23\x6b\x6e\x76\x7d\x64\x0d\x4f\x7a\xa9\xb7\xf6\x1f\xf3\xab\x8f\xac\x0d\x9b\xc6\x80\xe1\x60\x2a\x42\xb0\xe6\x89\xa9\x8f\xac\x61\xc6\x29\x7a\xc1\x1a\x4a\x4e\xd1\x0b\xd6\x01\x4a\x45\x2f\x58\x23\x54\xb2\xe8\x05\x6b\xcb\xab\x8e\xc8\x43\x50\x2f\x58\x47\xe7\x29\x26\xbe\x75\x0f\xb2\x7a\xa9\xec\xed\xe4\xb1\xc9\x88\xf4\x91\x75\xb7\xa4\x3e\xb2\xae\x24\xd7\x47\xd6\x5f\x9b\x8c\xa8\x13\xca\x5e\xf4\x91\x75\x9c\xf2\x45\x1f\x59\x07\x64\x15\x7d\x64\x1d\xc7\x7a\xd1\x47\xd6\x9d\x6e\x7d\x64\xdd\x4d\xd7\x6e\x71\x0d\x6f\x96\x49\x72\x7b\x33\xe3\xed\xdd\x37\x3b\x5e\x4c\x0a\x45\x1f\x59\x2f\x76\xc3\xf1\x7a\x9e\xea\x23\xeb\xfe\x76\x7d\x64\x7d\xff\x15\xc9\x53\x74\x9f\x75\x27\x57\xf7\x59\x77\xea\xcd\x98\xeb\x80\xb5\x62\xc6\x5c\xf7\x70\xd1\xb9\x26\x9b\x6e\xd1\xb9\xd6\x9d\x4d\x9d\x6b\x1d\x28\x57\x74\xae\x75\xd0\x59\xd1\xb9\xd6\x95\xc6\x3a\xd7\xba\x53\xaf\x73\xad\x13\xe9\x51\x74\xae\x0d\xe7\x5a\xe7\xda\xc0\x40\x5d\x74\xae\x0d\x25\xaa\xce\x35\x89\x8f\x8a\xce\xb5\x81\x07\xb0\x98\x4f\x37\x9c\x5c\x03\x1a\xa7\x7a\xd7\x75\xbd\xe1\x88\x2c\xba\xde\x06\xf1\x8d\x45\xd7\xdb\xc8\xde\x6c\x35\x43\xfc\x20\x45\xd7\x9b\xc4\x7a\x45\xd7\xdb\x48\x5e\x95\xfc\xc7\x95\x60\xf5\xc6\xbb\x12\x00\x98\xed\xce\x26\x00\xb3\x51\x72\xf1\x2d\x00\xcc\xd6\x15\xbf\xf3\x96\x2d\xe3\x59\x20\x64\xeb\x8a\x5f\x20\x64\xeb\x58\x77\xcb\xbc\xc7\x3a\xe3\xb5\x96\x44\xc7\x20\x56\xa6\x05\x05\xd0\xba\xcb\x92\xdf\x4f\x5d\x42\xbe\xca\xae\x1a\xb6\x2c\xf5\xa8\x42\x7b\xf9\x2a\x09\x99\x2e\xf2\x55\x6e\xc5\x91\x75\x1c\xf6\x7d\x55\xb3\xc9\x10\xd6\xa5\x35\xa3\x57\x00\xb4\xa2\xed\xb7\x48\x32\x29\x75\x43\xd9\x56\x9c\xc4\x80\x50\xb6\xdd\x70\x4d\x4a\x23\x79\x35\xf6\x6d\x37\xb0\xfd\x16\x89\x22\xb5\xfd\x16\x6b\x0e\x4a\x86\x53\xb6\xcc\x06\x1e\xcd\xfa\x7d\x28\xba\xf7\x16\xe9\x1c\x8d\x9b\x2d\xba\x63\x0e\x56\x9d\xa2\xc3\x45\x16\xa9\xa2\xc3\xc5\xd4\xb6\xa2\xc3\xe5\xb0\x90\xaa\x0e\x17\x69\x76\xaa\x0e\x97\x43\xe0\x47\xd5\x3d\x71\xd0\x15\xab\x24\x09\x9b\xc5\x50\x75\x4f\xa4\xe2\xcd\x7a\x0f\x19\x60\xd5\x3d\x91\xf0\x5a\xd6\xf7\x26\x92\xfb\x2a\xdd\x31\xd5\xab\xba\x63\x00\xe0\xd5\x3a\x74\x06\x7f\x56\xeb\xd0\x51\xc0\xfa\xad\xaf\xee\x98\xe6\x77\x75\xc7\x4c\x9b\xba\x63\xa6\x37\xeb\x8e\x41\x9f\xaf\xd6\xa1\x93\xe8\xb5\x06\xdd\x31\xd8\xe5\xaa\xe4\x81\xa6\x4b\x54\xc9\x03\x23\xd3\x5d\x83\xee\x18\xb2\xe4\xaa\x85\xdd\xcd\x34\xa9\xf2\xed\x53\xe7\xf4\xad\x3a\x3e\x2a\x28\xa3\xaa\xa2\x7f\xd8\x99\xab\x2a\xba\xc1\x84\x55\x15\x3d\x6e\x7b\xe5\x78\xc1\x02\x55\x15\xdd\x74\x98\xaa\x8a\x6e\xec\x6b\x95\x3c\xd0\xf4\x90\x8a\x8a\x5e\x3e\x54\x82\x2a\xdf\xfe\x87\x36\x55\xe5\xdb\x37\x8e\xb4\xca\xb7\xff\x81\x8b\x2b\x2a\x7a\xf9\xe0\x96\xa9\xaa\xe8\x1f\xca\x73\x45\x0f\x2f\x1f\x0e\xee\x6a\x1d\xba\x0f\x6b\x61\x8d\xd6\xdd\x73\x21\x49\x1e\xf8\xbd\x76\x83\xf1\xfe\x42\x61\xff\x29\xf6\xab\xbc\x82\x66\x9d\x54\x54\xf4\x62\x7c\x63\x45\x45\x2f\x5f\xb2\xc3\xcb\x26\xbf\x31\xfa\x2b\x8a\x37\xfb\x2b\x08\x3c\xab\x9f\xbf\x02\x07\x59\xfd\xfc\x15\x38\x6d\xeb\xe7\xaf\x70\x41\x7e\x0e\x16\xcf\x54\x95\x39\x50\x0a\xfd\xfa\x39\xd8\xe6\xcd\xf6\x19\x51\x56\x3f\xfb\xdc\x7d\xd6\x3e\x73\x72\x55\xcb\xcc\x19\x52\x5b\xf5\x89\x98\x27\x5e\x2f\xdd\x1f\xc2\xb9\xea\x13\x29\xc0\xb1\xaa\xe3\xa3\x60\x94\xab\x3a\x3e\x4c\xc1\xae\x3a\x3e\x0a\x92\xad\xea\xf8\x28\x0e\x41\xc7\x47\xc9\x7e\x57\x5a\xf8\xe2\x87\x00\xc5\xa5\xf9\x66\xe9\x0d\x1d\x82\x34\xf8\xa5\xf8\xe6\xe5\x55\x6f\xbe\xb4\xe1\x76\xf2\x78\x95\xdf\xae\x5b\xa4\xf8\xeb\x74\x8b\x14\xe7\x48\xb7\x88\x99\xe0\x55\xb7\x48\x01\xa0\x55\xdd\x22\x95\xe3\xb5\xea\x16\x31\x57\xba\xea\x16\xa9\xee\x29\xdd\x22\xc5\x3d\xa5\x5b\xa4\x0c\x5f\x25\x13\xef\xe3\x87\x1c\xaf\xbb\x55\xb7\x48\xc1\xe5\x57\x75\x8b\x98\x85\x5d\x75\x8b\x14\xa5\x84\x6e\x11\x73\xa5\xab\x6e\x11\xf3\x9d\xab\x6e\x91\x82\xdb\xbd\xea\x16\x31\x47\xbb\xea\x16\x29\x18\x88\xaa\x6e\x91\x8a\xd5\xae\xea\x16\x29\xf8\xe8\xab\x6e\x11\xf3\xac\xab\xae\x8d\xfa\x79\xf3\xa5\x90\xf5\x55\x96\x2a\x00\x82\x55\x5d\x1b\x35\xdb\xa4\xcf\xb5\xda\x2b\xfb\x8c\xfb\xbb\xde\x9a\xe9\x6e\x2b\x5d\x1b\x15\xd0\x51\x75\x6d\x54\x22\x36\xab\x35\xd3\x2b\x6a\x67\x95\xca\x9e\xba\xc3\x6f\xb5\x66\x7a\x55\xec\x4b\x65\x5f\x51\x4a\x6b\xb5\xea\x0a\xa1\xa1\xd5\x12\x6f\x35\xd8\x74\x8e\x9c\x85\xea\x78\xb1\x62\x55\x6b\xa6\x57\xf0\x4b\xad\x8e\xd7\x85\x64\xcd\xf4\x8a\xf1\xa1\x4a\x65\x5f\x31\x1e\xd6\xea\x78\x3d\x14\xd0\xba\xb3\x45\xeb\x6a\x73\xbc\xb8\x54\x6a\x73\x44\xa8\xf7\xd5\xaa\xe8\x3a\xc7\xab\x64\xf5\xd5\x25\x8a\x5e\x9d\x1b\x88\xbb\x5a\xe2\xad\x11\xcf\x50\xd1\xab\x73\x53\x7c\x59\xe2\xad\xa2\x88\x56\xc9\xea\xdb\xeb\xab\x18\x51\x2b\x3e\xcb\x88\x5a\xb4\x1b\xdb\x3e\x7b\x33\x23\x92\x6d\xa3\xea\x7f\x91\x0f\xb9\xf6\x5b\x02\x8c\x3e\xeb\x7f\x69\xfe\x0d\xfd\x2f\x3a\xe5\xab\xfe\x17\x19\xa8\xaa\xfe\x97\x56\x6c\x5a\x4c\x24\xfa\x2a\xc7\x4b\xe4\x73\xd5\xff\xd2\x08\x23\xa9\xfa\x5f\x1a\x66\xba\xaa\xff\xa5\xe5\xbf\x5c\xba\x55\xd7\x8c\x31\x06\x55\xd7\x4c\x2b\xbe\xc7\xc1\x82\x38\xaa\xae\x99\xa6\x74\xba\x74\xf4\xc3\xab\x0e\xb6\xdb\x74\xb0\x8a\x23\x1d\x37\x0d\x25\xad\xea\xb8\x69\x18\x7b\xab\x8e\x9b\xe6\x06\x1c\x77\xb0\xac\x5e\x1d\x37\x12\xd5\x56\x1d\x37\x4d\x95\x46\xc7\x4d\x03\x74\xd4\x71\x7f\x85\xdf\xf5\x57\x1c\x9f\x65\xbc\x3d\xd8\x74\xbc\xf8\xcd\xab\xae\x99\x8e\x3e\x5f\x75\xcd\x34\x4f\x7c\x5d\x33\xdd\x9d\xae\x6b\xa6\xbb\xe3\x74\xcd\x74\xdc\x13\x55\xd7\x4c\x4f\x36\x8b\x4d\x7e\xce\xbc\x35\x16\xfd\x10\x23\xea\x1e\x82\xba\x66\x2c\xc2\x52\xf5\xbf\xf4\x68\x27\xa7\x43\x60\x9d\xe8\x7f\xe9\xc9\xe6\xf6\x59\xd6\x89\xfe\x17\x4b\xeb\x56\xfd\x2f\x2a\xff\x55\xff\x4b\xc7\x31\x57\xf5\xbf\x74\x2c\x06\x55\xff\x4b\x77\x42\x55\xef\x63\xf4\xaa\x6a\x18\x8e\x9e\xaa\xff\xc5\x72\x6f\x55\xff\x8b\x16\xcb\xfa\x5f\x75\x72\x86\xa0\x0f\x65\x80\x14\xea\x2d\xa6\x06\xce\xad\xb7\xfe\xb8\xbb\x46\xda\x87\xa3\x3a\x21\x57\x83\x46\xe6\x2a\x57\x83\xc1\x66\x55\x36\x06\x8d\xcc\xd5\xb0\x2e\x59\x16\xab\x7c\x0b\x16\x41\xa8\xf2\x2d\x18\x8a\x56\x6f\x15\x33\x4f\xcc\xa3\x01\xd0\xed\x29\x01\xfb\x21\x54\xa0\x4a\xb0\x60\xcd\xd0\xaa\xb7\x22\x28\x8e\xf4\x56\x84\xd7\x37\x9b\x9e\xa6\x92\xa6\xb7\x42\xfa\xfd\xaa\xb7\x22\x10\xf5\x54\xf5\x56\x04\x0c\x80\x55\x6f\x45\x40\x57\x6c\x7a\x2b\x02\x52\xb1\xe9\xad\x08\x68\x83\x4d\x82\x85\x17\x85\xb6\x49\xc0\xfe\x61\xbe\x6e\xc6\x71\x7d\xc7\x67\xd5\xb5\x8e\x57\x05\x0e\x8f\x4d\x74\x2d\xf3\x14\xda\x73\x33\x7a\x22\x4d\xc6\x9b\xa2\xaf\x62\x08\x19\x95\xa0\x3d\xb7\xa6\x6d\xa3\xa9\x66\x82\x23\xa0\xe9\x9e\xc8\x44\xc5\xb4\x5b\x6b\x0c\xc4\xdd\x74\x4f\x18\xcb\xdd\x0c\xcd\x7a\xaa\x57\xd9\x74\x99\x30\xb6\xa6\x7b\x42\x0e\xb1\xf6\xde\x1a\x01\xf4\x4a\xf7\x84\xa4\x61\x4d\xf7\x44\xc6\x4b\xd2\x74\x4f\x58\x1b\xa5\xc9\xb7\xf0\x3c\x5e\xd5\xfe\x89\x9f\xab\xe9\x9e\x30\x5a\xbb\xe9\x9e\xc8\x9f\x6f\x76\xbc\x9f\x37\x4b\x34\x8d\xd1\xb2\xdd\x5a\x63\x04\x13\xb6\x70\x6b\xab\x31\x04\xdd\x13\xb9\xd8\x64\xd3\x65\x96\x68\xd3\x3d\x91\xf1\xb0\x34\xdd\x13\xb9\x7b\xb3\xe3\x25\x40\xa5\x05\xc7\x3b\xfe\x72\xe9\x36\x59\xd3\xf3\xb6\x87\x0e\x16\x15\xae\xc9\x99\xb0\xfc\x51\x72\x26\x2c\x4c\x94\x4d\xce\x04\x03\x5f\x9b\x9c\x09\x0b\x3d\xa4\xc9\x6d\xbe\xb0\xed\xb7\x5b\x0e\xec\xf3\x66\x76\xcd\x42\xe1\x69\xf1\x12\x02\xf3\x5d\x39\x13\x1a\x8e\xd7\x26\x34\x08\x68\x0b\x4d\xca\x71\x93\x3a\x9b\xa5\xb8\x02\x27\x6f\x13\x38\x04\x74\xa7\x26\x70\x08\xd9\x9b\x0d\xa4\xf4\xaf\x0a\x1c\xac\x1a\xd9\x04\x0e\xa1\xfa\x2a\x03\x29\xab\xcf\x1a\x8f\x41\x9c\x4f\xfb\xcc\xa6\xc4\x62\xd9\x24\x15\x8f\x18\x97\x5a\x32\x9b\x12\xed\xb7\x89\x32\x3e\x62\x39\x9a\x28\xe3\x43\x91\x6e\x92\x15\xe8\x44\x68\xa2\x8c\x41\x4c\x57\x13\x65\xc8\x1c\xd8\x44\x19\x03\xa5\xb4\x89\x32\x06\x71\x2f\x4d\x94\x21\x91\x60\x13\x65\xcc\xc7\xab\xc6\x36\xe0\x61\x69\xa2\x0c\x2b\x08\x34\x51\xc6\x7c\x7c\xb3\xb1\x0d\xee\x47\x81\xc3\x44\x1c\x35\x81\xc3\x44\x75\x6c\x02\x07\xeb\xc3\x36\x81\xc3\x04\x05\xb7\x7c\xab\xd6\xf2\x73\x04\x0e\xc9\x1d\x27\x70\x30\x05\xa9\x09\x1c\x12\x62\xbf\x5d\x32\x70\x57\x4e\x76\xca\x92\xaf\x72\xca\xdc\x62\xd9\x29\x03\x32\x37\xb9\x0b\xcc\xcb\x68\x9a\xeb\xc3\xeb\xcd\x16\xd9\x71\x21\xc9\x5d\xf0\x00\x48\x5b\xb9\x25\x4b\xf8\xed\xe5\x96\xf2\xf4\xaa\x40\x49\x41\x67\xc2\xcb\x83\x2b\xb9\xc9\x5d\x60\x1c\x57\x93\xbb\xe0\xe1\x00\x6d\x72\x17\x18\x5d\xd6\xe4\x2e\x30\x52\xab\xdd\xfa\x59\x58\x48\x9a\xfc\x03\xf2\xd4\x35\xf9\x07\x1e\x14\xe9\x76\x6b\x60\x11\x94\xd8\xe4\x1f\x78\x40\x55\x4d\xfe\x81\x87\xa0\xe2\x26\xff\x80\x0c\x78\x4d\xe0\x50\xd0\x7e\x5b\xb5\xcf\xcb\x9b\xed\x33\x06\xb1\x26\xff\xc0\x83\xcd\xb6\xc9\x3f\x60\x48\x58\x93\x7f\x40\x0a\xd9\x26\xc3\xc0\x73\xec\xa4\x94\xec\xa8\xf7\xed\x56\xb9\x72\x5d\xc9\x30\xf0\x12\x04\xd5\x64\x18\x98\x58\x56\x9b\x34\x02\xaf\x22\x48\x1a\x01\xb9\xf5\x9a\x34\x02\xaf\xa7\x9e\x34\x02\x2f\x74\x22\xcd\x2a\x57\xaf\xab\x4e\x1a\x81\xf7\xf3\x6a\xb1\xe9\xb3\x8c\xe8\x05\xf8\x37\x69\x04\x5e\xc0\x4e\xbb\xd5\x9f\x81\x06\x4d\xa2\x80\x17\x2c\xd0\x24\x0a\x78\xb1\x03\x34\xa9\x00\x5e\x14\x95\x26\x15\x80\xd5\xd3\xda\xe5\x9a\x73\x3d\xff\x67\x39\xe7\x6f\x48\x05\xf0\x62\xb3\x6d\x52\x01\xc8\x0d\xde\xa4\x02\x78\xd1\xe2\x5a\x37\x52\x62\xf9\xac\x7d\xee\x7f\x51\xb1\x35\x59\x02\x5e\x14\xad\x76\x2b\x55\x81\x29\x9a\xa8\xa1\x60\xa4\x6a\xdd\xc1\x4e\x6f\x76\xb0\x68\xfb\xcd\x4a\x55\x2f\x1a\x7b\x03\x1a\xd4\x97\x94\xcf\x26\x34\x18\x8a\x85\x5b\xa9\x0a\xd5\xb1\x09\x0d\x06\x08\xab\x09\x0d\x06\x11\x50\x4d\x68\x30\x3e\x5f\xa5\xdc\xf3\x8c\xd0\x4e\x6e\x29\x8d\xa6\x3e\x3f\x86\xcf\xea\x98\xf3\x30\x32\x10\x6b\xb8\x6b\x08\xc4\xaa\x4d\x89\xaa\xb6\x9f\x50\x86\x9b\x56\x74\xab\x48\x37\xb5\xfd\xa4\x1c\x50\xdb\x4f\xca\x01\xb5\xfd\x44\x10\x66\x53\xdb\x37\xdb\xae\xa9\xed\xa7\xe9\xb3\x4a\x36\xff\xb3\xda\x7e\x42\x75\x6c\x6a\xfb\xe6\x3c\x36\xb5\x7d\x53\x11\xdb\x34\x4e\xa0\xda\x49\xe3\x04\x14\x56\x16\x9f\x32\x9c\xb5\xa1\xed\x17\x03\x56\x9b\xc5\xa7\x8c\x32\x6d\xcb\xe2\x44\x58\x59\x9b\xf5\x9a\xaf\xc0\xd1\x98\x7f\x85\x95\xda\xfe\x15\x65\x6a\xfb\x0f\x66\xf3\xa6\x31\xff\x71\x6d\x90\xa2\x52\x5e\x45\x0a\x58\xa0\xbc\xea\x8a\x9a\xfa\x5f\xc5\xaf\xa6\x7e\xa9\x2f\x9b\xa6\x7e\x89\x31\x1b\x48\xa1\xbc\xc5\x67\x19\xef\x8b\x59\xb2\x11\x8b\x55\xde\x6c\x37\x18\xef\x4b\xe2\x7f\x03\x47\x94\x57\x3d\xd3\xa2\xcc\xc6\xa0\x36\xbd\x06\x2f\xc0\xa1\xe9\x35\x78\x8b\x57\x19\xef\xdb\xbc\xca\x78\x5f\xd7\xd5\x96\xeb\xd2\xdd\xba\x1d\x6f\xf7\x66\xc7\x0b\xf4\x6b\xfa\x14\xde\x6d\xd3\xf1\x82\x7c\xdb\x76\xbc\xaa\xe8\x16\x9f\x7a\x3d\xb8\xb7\xca\x86\x0a\xad\xfe\x88\x10\xfc\x90\xf3\x4b\x26\x42\x33\x0f\xe5\xca\x3d\xf3\x50\x5e\x55\xa0\x5b\x7c\x0a\x0f\x7e\xbb\xc5\xa7\x80\xab\xcd\x48\xad\xa0\x16\x67\xa4\x56\x70\x0f\x9a\x87\xd2\x54\xf9\xcc\x43\x69\x6e\x2b\x1d\x1f\xcd\x1d\x6a\x1e\x4a\xfb\xfc\x10\x7d\x6e\x4a\x54\x1d\x1f\x52\x82\xf4\x5b\x40\x8a\xa3\xb9\xeb\xf8\xd0\x50\xd3\xc1\x2f\x45\x63\x4b\x17\xbf\x34\xb4\xb8\x2e\x7e\x69\xd9\x9b\x2d\x88\x56\x7c\x33\x73\xd4\x40\x0a\x5d\xfc\x62\x52\x43\x17\xbf\xb4\x66\xd3\x11\x75\x5f\xe5\x88\x98\xee\x6e\x3a\xbf\xc1\x48\xdd\x74\x7e\x4b\x27\x77\xc1\x8e\x95\xf5\xba\x60\xe7\x41\x11\xed\x82\x1d\x2b\xc5\x74\xc1\xce\x63\x9f\x05\x3b\x0f\xc0\xa1\x0b\x76\x1e\x84\x5b\x37\x16\xeb\xc1\x1a\xd3\x05\x3b\x6e\xc9\x2e\xd8\x91\xbf\xbd\x0b\x76\xde\xe7\xaf\x12\xea\x5d\x1c\x64\x71\xe7\x2e\x0e\x7a\xbb\x1f\x35\x90\xbb\x79\xd5\x40\xee\xe9\x47\x0d\xe4\xf6\x57\x88\x83\xc2\xed\x83\x47\x3c\xd2\xa9\xcb\x3b\xf7\xe0\x99\xea\xe2\xa0\x89\x08\xed\xe2\xa0\x89\x37\xad\x8b\x83\x16\xea\x41\xbf\x05\xa4\xee\xd5\x68\xb3\xd2\x64\xea\x35\xf6\x76\x7d\x40\x1a\xa8\xbb\x5e\x9e\x0a\x56\xed\x96\x88\x4a\xfe\x37\xbd\x3c\x95\x78\x8c\xae\x6b\xa6\x82\xbe\xbb\xae\x99\xea\x6c\xea\x9a\xa9\xc0\xed\xae\x6b\xa6\x06\xaf\xda\x0d\xe2\x04\xba\xae\x19\xed\xa8\x5d\xd7\x8c\x86\xe2\xae\x6b\xa6\x66\xbf\x7b\xbb\xc1\x00\xf5\xb0\x54\x0c\x44\x5d\x0f\x4b\x05\x37\x75\x3d\x2c\x56\xe6\xea\x7a\x58\x2a\x4e\x84\xae\x87\xa5\x62\x97\xeb\x7a\x58\xb4\xc1\x76\x3d\x2c\x32\x70\x76\x61\x54\xc5\xca\xd1\x85\x51\x95\x13\xa4\x0b\xa3\x2a\xa6\x98\x2e\x8c\xaa\xdd\x57\x39\x22\x82\x01\xba\xfe\x97\x8a\x48\xe9\x56\x6e\xaa\x38\x3e\xba\x20\xab\x22\xe8\xba\x20\xab\x2e\x6f\x76\xbc\xd3\xa6\xe3\xdd\x76\xc3\xf1\x1e\x3f\xa4\x0c\x79\x7c\xb3\xe3\x45\xed\xec\x49\x19\xc2\xf9\xd2\xad\x68\xac\xa1\xb8\x27\x65\x08\xba\x62\x4f\xca\x90\xe8\x55\xcb\xf7\xf8\xeb\x64\x1d\x37\xae\xb2\x03\xa3\x4a\x46\xdd\xed\xc9\x42\x9f\x8f\xcf\x76\x9b\x4c\x28\x30\xaa\xe4\xfb\x2c\x7d\x2e\xb8\xde\xba\x55\x89\x0b\x56\x9d\x9e\x2d\x39\x84\x49\xa4\x5b\x95\xd8\x22\xd4\x3d\xbb\xf8\x5d\x1b\x56\x25\x2e\x00\xa5\x6e\xf5\xa5\x42\x6a\x5b\xcf\xb7\x4e\x2b\x13\x0a\x6e\x2a\x05\xd1\xdd\xc5\x4d\x45\xf9\x23\x6e\x92\xd4\xb7\x8b\x9b\x8a\xe2\x57\xdc\x64\xe9\x9f\x6e\x98\x53\x71\xff\x66\x47\x54\xed\xa4\x23\x22\xea\xa0\xdf\x22\x4a\xee\xfd\xe2\x88\xb0\x54\xf4\xe2\x88\x50\x59\x7b\x91\xda\x6b\x78\x73\xb6\xc9\x77\xad\x2c\x5c\x86\x6f\xd6\xd6\x04\x8f\x59\x07\x19\x95\xf4\xf9\x6c\xb7\xc9\xfc\x16\x8b\x75\x12\xec\xda\x71\xc7\x94\x84\xb6\xdf\x71\xc7\x94\x94\xbc\x2a\x77\x34\x1a\x42\x2f\x56\xda\xc5\xd0\xda\x41\x55\x45\xba\x89\x5e\x75\xca\x63\x59\xed\xf5\x16\x27\x65\x44\xa0\xaa\x62\x59\x99\x2e\xab\x5b\xf7\xbb\xb2\xba\x1d\x7f\x3b\xa8\xaa\x18\x82\xdb\xad\x2c\x7c\x8a\xaf\xaa\x36\xed\x06\xe3\xb5\xf0\x6e\xaf\x86\x19\x60\xc3\xec\xd5\x55\x37\xff\x14\xfb\xc0\xb1\x92\x71\x94\x77\xe1\x58\x05\x16\x75\xeb\x08\xeb\x5a\xed\xcd\x52\xa4\x1e\x97\xcd\x1a\x6d\x64\x7f\x74\x50\x52\x93\xe0\xae\x83\x92\xda\x87\x05\xbe\xe3\x13\x69\xc6\xdd\x75\x7c\x22\xed\x03\x65\xf4\xee\x87\x80\xbd\xdd\x2a\xbd\x1f\xb9\x3f\x1d\xe0\xd3\x3e\x25\x0c\xc0\xa7\xc9\x33\xd3\x01\x1d\x4d\xfa\x97\xde\xfd\x10\x6a\x76\x37\x48\xe6\x53\xc2\x18\x24\xa3\x75\xa5\x1b\x24\xf3\x81\xa0\xbb\x51\x31\xf2\x20\x75\xe3\x5e\x3e\x8c\x2d\xdd\xb8\x97\x0f\x0b\x58\x47\x27\x6f\x1f\x28\xb8\x2f\x47\x84\xd5\xb1\x1b\x15\xf3\xb9\xf1\x51\x95\x9b\x76\xd4\xbe\x4c\x32\xc2\xbc\xd9\x97\x49\x46\x24\x75\xf6\x6d\x21\x48\x74\xb6\x8e\xda\xd9\xa4\x9d\xe9\xdb\x9c\x23\x85\xc6\x36\xe7\xc8\xf3\x65\x9b\x73\xe4\x61\x64\x29\x52\x6d\xb0\xdd\x52\x29\x92\xb4\xf4\xe3\x77\x71\x54\xf5\x63\x72\x93\x22\xe5\xf8\x66\x74\xb6\x6e\x49\xd0\xe4\x71\x73\x7c\x33\xc6\x96\xf1\xf8\x2a\x36\xd1\x40\x77\x6a\x09\x75\x62\xbc\x8e\x17\x25\x6d\xbc\x5e\x65\xf3\x0e\x43\x4a\x0a\xea\xee\x30\xa4\xa4\x20\xf6\xc7\x6b\x2d\x06\x0e\x85\x61\x48\x49\x03\xdc\x0d\x43\x4a\xf4\xce\x0c\x43\x4a\x0c\x0e\x1c\x86\x94\x34\xe6\x68\x18\x52\xd2\xd1\x4c\x86\xa4\x43\xda\x21\x87\xea\x44\x7f\x7c\xf6\xb3\xc9\x00\x55\x27\x3a\x47\xc6\x30\xa4\xa4\x43\x28\x31\x8c\xfa\xee\xc0\xd5\xa1\xb2\xd1\xa3\x6f\x66\xb7\x76\x60\xe3\x30\x97\xd6\x8c\x80\x71\x73\x69\x39\x22\x87\x21\x25\x9d\xfa\x8c\xc3\x90\x12\x2b\x44\x0c\x43\x4a\x72\xb5\x1b\x8c\x57\x1e\x8f\xa1\xde\x92\x49\x7e\x1f\xea\x2d\x99\x10\xcd\x71\x43\x4a\x88\x5d\x19\x37\xa4\x04\x0c\x32\xfe\x8b\xfa\xe6\xb7\x1b\xda\xbd\x83\x57\xb3\x4d\xfe\x06\xaa\x48\x33\x89\x63\xa0\x8a\x34\x09\x34\x06\xaa\x48\xb3\x3a\xde\x40\x15\x69\x9b\xb3\x69\xa0\x8a\x34\xe9\x35\x06\xca\x46\xdb\x80\x8e\xf1\xf9\x21\x3c\x68\xc3\xc8\x67\x13\x4f\x86\x91\xcf\xdb\x3f\xf9\xf9\x66\xcc\x83\x23\xf9\x66\x90\xc2\xf0\x1c\x97\x8b\x63\xdc\x73\x1c\xcd\x79\x18\x9f\xbc\x11\xb0\xc3\xf8\xe4\x8d\x26\x36\x8c\x4f\xde\x60\xcc\xe1\xd1\x9c\x30\xf0\x0e\x8f\x66\xf9\x7c\x86\x47\x73\x02\x62\x0f\x8f\xe6\x04\xd6\x1b\x1e\xcd\x09\xe5\x79\x64\xc9\x3c\x11\x6e\x23\xeb\x52\xe9\x7e\xc8\x83\x8c\x98\x84\xe1\xd1\xac\xd1\x60\x78\x34\xcb\x6e\x34\x3c\x9a\xa5\x8e\x1c\x1e\xcd\x3f\x93\xc2\x3f\xc5\xfe\xf0\xd4\x4e\xd3\xe1\x78\xc6\x61\x4f\x18\x9e\xda\x09\xdb\xe0\xf0\xd4\x4e\xee\x29\x4f\x6d\x89\x80\x46\x71\xb0\xdb\x67\x1d\x2c\xe1\xf4\xc3\x33\xdd\xf4\xc9\xe1\x99\x9e\xdc\xe9\x9e\xe9\x7a\x79\xc6\x3d\xd3\xd1\xac\xc6\x3d\xd3\x51\xfe\xc7\x3d\xd3\x11\xa1\xc3\x33\x3d\x63\x4f\x18\x9e\xe9\xba\x84\x86\x67\xba\xd4\x97\xc3\x33\x5d\x1e\xa1\xe1\x99\x9e\x71\xbd\x0d\xcf\x74\x3d\x53\xc3\x33\x3d\xa3\xde\x0f\xcf\xf4\x8c\x34\x1e\x9e\xe9\xba\xa2\x06\x67\x7a\xd1\x8d\x35\x3c\xd3\x33\xb2\x7a\x78\xa6\x4b\xaa\x39\x3c\xd3\xad\x5f\x33\x3c\xd3\xb3\x5b\xcc\x33\x3d\x7f\x36\xbb\x57\x99\x85\x7b\xa6\x47\xaf\x3a\x5e\xbc\x06\xa3\x3a\xde\x68\xaf\x1c\x2f\xfa\xde\xa8\x8e\xd7\x2d\xd6\x1c\x2f\x19\x76\xa3\x39\x5e\xac\x8e\xa3\x39\x5e\x77\x4d\x73\xbc\x78\xb5\x46\x73\xbc\x18\x5b\x86\x74\xac\xba\xb1\x86\xf5\x3e\x24\x1d\x1a\xd6\xfb\xc8\x8a\xfd\xa6\x0e\x83\x45\x68\x34\xa5\xa2\x2b\xa7\x29\xf7\xd0\x15\x87\x29\xae\xbd\x7a\x75\xdb\x64\x16\x50\x27\x4a\x47\xbb\x18\xa8\x13\xa5\x63\x5a\x1c\x16\xfd\xd7\xcf\x3e\x50\x27\x4a\x77\xc7\x75\xe5\x3c\x96\x99\xd1\x95\xf3\xe8\x1e\xa3\x2b\xe7\x81\xf9\xa3\xdf\xfa\x59\x0c\x5f\x2b\xab\xb5\xa1\x87\x84\xab\x15\x5d\x71\x68\x65\xad\xc5\x57\x59\x3f\x0b\x55\x79\x68\x4a\xad\xd5\x9b\xb1\x1b\xd7\x6e\xf3\xd6\x95\x76\x08\xc0\xe4\x8a\xe5\x6d\x68\x4a\xb5\xec\xc8\xd0\x94\x2a\x50\x1a\x12\xae\x56\xf4\x96\x81\x29\xb5\x56\x8c\x87\x03\x53\x6a\x35\xb2\x65\x60\x4a\xad\x15\x95\x6f\x60\x4a\xad\xd5\x4d\x87\x29\xb5\x36\x10\xca\x18\x8e\xd7\x3d\x38\x1c\xaf\x7b\xdf\xa2\xff\xf5\xf8\x21\xc7\x4b\xf8\xcd\x20\xca\xa2\xb6\xe0\x9b\xa7\x6f\xb6\xcf\xcb\xa6\xbd\xda\x36\x59\x39\x28\x66\xb5\xb9\x25\xaf\x55\x16\x35\x66\x60\x95\xad\x8d\x5c\xc5\x81\x55\xb6\x36\x8f\x1b\xb4\xb8\x2a\x1b\xed\xc0\x2a\x5b\x5b\xf6\x2a\xe3\x6d\xc5\x67\x95\x48\xd5\xa6\xbe\x0c\x7f\xce\x74\x87\xa2\x79\x8e\xe9\x0e\x1d\x76\x43\xbd\x85\x80\xf3\x81\x55\xb6\x3e\xaf\x37\xeb\xe9\x50\x43\x98\x9a\x41\x5e\xbb\xa1\x19\xe4\xf5\x59\x7d\x37\x8a\x82\xa5\xef\x46\x41\xb1\x74\x21\xa1\xe3\x8d\xa5\x3b\x06\x8b\xdf\xb8\x55\xfe\xe3\x5f\x01\x9c\x63\x39\x3a\x22\x10\xc6\xd2\x53\xa3\xd0\x58\x7a\x6a\x14\x1a\x4b\x67\x37\x16\xbc\xb1\x1c\x9d\x52\x62\x39\x3a\xd5\x3f\x69\x82\x1e\xf7\xc5\xba\x46\x1e\xa6\x60\x39\x9b\x80\xa6\x81\x0d\xb6\x55\xac\xac\x03\x1b\x6c\xb3\xfc\xc7\xc0\x06\xdb\xea\xbd\x39\xda\xe4\xcd\x58\x59\x9b\x81\x67\xc3\x12\xff\xd5\x83\xd8\xe0\x8d\x2b\xca\x0c\xde\xb8\xb2\xcb\xe0\x0d\x2b\x73\x0d\x8b\x65\x64\x7c\xc7\xc3\x62\x19\xd9\xdd\x6a\xb1\x8c\x8c\xe5\x70\x18\xe9\x91\x8b\xcf\x16\x9b\xfc\x49\x23\x3d\xb2\x22\xc5\x52\x1a\x96\xf1\x1a\xb7\xd4\xbe\x6b\xcc\x52\x1a\x59\x71\x64\x29\x0d\x1d\xf4\xc3\x52\x1a\xba\xef\x87\xa5\x34\xb2\xea\x81\xa5\x34\x32\xb8\x69\x5a\x4a\x43\xf5\x6f\x5a\x4a\x23\x63\xb5\x9b\x46\x7a\x64\xb2\xe4\xa6\xa5\x34\x32\xba\xc4\xb4\x94\x46\x06\x5f\x4f\x4b\x69\x64\x84\xc6\xb4\x94\x86\xb5\xc6\xa6\xa5\x34\xf2\xf0\xbb\x8e\x17\x3d\x64\x5a\x4a\x43\xfa\xb8\x69\x29\x0d\x35\xf6\x69\x29\x8d\x3c\xbd\xea\x78\x87\xdd\x70\xbc\xa0\xaa\x69\xb1\x8c\x8c\x3e\x3f\x5f\x47\x84\x3b\x66\xbe\x8e\x08\x2b\xeb\xb4\x94\x46\x79\xbd\xea\x88\xd0\x6f\xa7\xa5\x34\x32\x16\xa1\x69\x29\x0d\x8b\x41\x4f\x2b\x03\x66\x90\xe0\x94\x93\x27\x63\xc3\x9c\x16\xda\x28\x8f\x6f\xee\x36\x0b\x4d\x47\x74\x7c\x76\x7a\xd5\xe6\xb2\xc9\xbf\xd2\xe0\xa9\x45\x68\x5a\x68\x43\x16\xbb\x69\xa1\x8d\x82\xb5\x70\x5a\x68\xc3\xba\x4e\xd3\x42\x1b\x05\xd0\x31\x2d\xb4\x51\xd0\x4c\xa6\x85\x36\x4a\xf0\x6a\xf2\x66\xbe\x6b\x35\x8d\x12\xbd\xca\x78\x8d\x4f\x9e\x56\xd3\x28\x48\xd4\x69\x35\x8d\x82\x02\x3f\xad\xa6\x61\xe1\xaa\x69\x35\x8d\x82\xc6\x3e\xad\xa6\x51\xd0\x3d\xa6\xd5\x34\x0a\xe7\xda\x34\x32\x44\xa3\xd6\x34\xf6\xc3\x02\x52\xd3\xe2\x86\x05\xeb\xfd\xb4\xb8\x61\x29\x36\x1d\x11\x18\x73\x5a\x4d\xa3\xb0\x43\xa7\x71\x23\x86\x2b\x4f\xe3\x46\x8c\xc7\x9e\xc6\x8d\x94\x6c\xd3\x11\x15\x5f\xe5\x88\x38\xc7\xa7\xe9\xa5\x05\xa3\xfa\x34\xbd\x54\x1b\xd7\x34\xbd\xd4\x2a\x51\xd3\xf4\xd2\xe2\xf2\x36\xbd\xd4\x10\xeb\x69\x7a\xa9\x85\x9f\xa6\xe9\xa5\x85\x73\x7c\x9a\x5e\x5a\xaa\x37\x3b\x5e\x1c\x10\xd3\xf4\x52\xe3\xb1\xa7\xe9\xa5\x05\x13\xca\xfc\xee\x78\xe9\x86\xb5\x36\x0a\x26\x94\x69\xad\x8d\xb2\xff\x62\xe0\x9c\x96\xe1\x28\x08\x9c\x69\x19\x0e\x0d\x6b\xd3\x32\x1c\x46\x50\xcf\xcf\x5f\x31\xfd\x8a\xbf\x62\x79\xd5\x5f\x31\xec\xb0\xbf\xc2\x5d\x63\x19\x8e\x82\xf7\x70\xa6\xfb\x2b\x58\x90\x96\xe1\x28\x18\x5b\xa6\x91\x2d\x65\x7b\xd5\x5f\xb1\x7d\xd6\x5f\x41\x96\xee\xb4\x0c\x47\xe5\xf4\x9c\x96\xe1\xa8\x6e\x7c\xcb\x70\x94\xe3\xcd\xaa\x25\x6e\xc0\xa4\x5a\xf2\xfa\x5d\xd5\xb0\x60\x9f\x55\xc3\x40\xee\x33\x5d\x0b\x18\xff\x4a\x83\xad\x59\xf3\x53\x83\xed\xc1\x60\x32\x2d\xc3\x11\xc0\x20\x53\xdc\xd7\x21\x0f\x99\xe2\xbe\x4e\x34\xce\x14\xf7\x0d\xa5\x84\x26\xd9\x01\x8e\x98\xe2\xbe\x61\x9f\xc5\x7d\x03\x0d\x67\x8a\xfb\x06\x71\x77\x53\xdc\x37\x30\x5c\x4c\x71\xdf\x88\xbe\x79\xfb\xac\xaf\x3a\x7e\x88\x01\x0a\xee\x86\x42\x43\x70\x37\xdc\xf8\x82\xbb\x81\x1e\x32\x05\x77\x43\x81\x23\xb8\xd3\x65\x3f\x05\x77\x03\x1c\x31\x05\x77\x43\x81\x23\xb8\x1b\xca\x2e\xc1\xdd\xc0\x52\x3a\x05\x77\x66\xc9\x4d\xc1\xdd\xf8\xfc\x90\xe3\x2d\x36\xef\x78\x99\x14\xc1\xdd\xc0\xb8\x34\x05\x77\x43\x91\x22\xb8\x1b\x0a\x0d\xc1\xdd\x50\xfe\x08\xee\x4c\xa9\x9b\x82\xbb\x51\x6c\x3a\x5e\xf4\x96\x29\xb8\x1b\x78\xff\xa7\xf0\xcd\x34\xf9\x29\x7c\x1b\x6e\x2b\xe1\xdb\xe0\x1c\x9f\xc2\xb7\xa1\x94\x10\xbe\x0d\x37\xbe\xf0\xcd\x70\xd6\x29\x7c\x1b\xcd\x57\x39\xa2\x6e\xaf\x1c\x91\x1b\x5f\xf8\x36\x3c\x40\x85\x6f\xc3\x3d\x28\x7c\x1b\xd3\xa6\x23\x22\xae\x60\x0a\xdf\x06\x91\x3c\x53\xf8\x36\x48\xa6\x98\x02\x34\xa3\xcb\xa6\x00\xcd\x72\xb1\xb3\x39\x22\x77\x59\x73\x44\xc7\xab\xd3\x9b\x59\xa2\xc2\xb7\xe9\x86\x15\xbe\xcd\xc7\x21\x1c\xaf\x72\xb3\xf0\xcd\x90\xb0\x29\x7c\x9b\x78\x3a\xa6\xf0\x6d\xba\xbc\x85\x6f\x13\xf5\x7e\x0a\xdf\x26\xa8\x79\xde\x20\x19\x3b\x29\x40\x0b\x78\x67\xe6\x0d\x83\xc1\xb4\x38\x2f\x40\xfb\xbc\x6a\xd9\x32\x10\xf7\x14\x73\x05\x82\x10\xa6\x98\x4b\x3f\xfb\x14\x73\x05\x77\xa8\x98\x2b\xd8\x49\x31\x57\xf0\x1c\x17\x55\xe9\x58\x9f\xa2\xaa\xe0\x77\x45\x55\x01\x43\xeb\x14\x55\x85\xcf\x67\x2d\x4c\xf6\xd9\x0d\x0b\xb1\xfd\x7f\xe3\xfc\x5b\xec\x0b\xb8\x42\xf2\x41\x6b\x96\x65\x7b\x28\xc0\x2c\x76\x49\x80\xe9\xfa\x14\x70\x55\x8f\x2d\x01\x57\x55\x59\x12\x70\x55\x55\xa9\x0b\xb8\xb0\x18\x4c\x00\x57\x39\x6e\x84\xa9\x9b\xa3\x79\xb3\x6e\x0e\xf4\xdb\x29\xa4\x3a\x20\xac\x29\xa4\x9a\x9e\xda\x37\xd0\xc5\x3f\x63\xa0\x8b\x24\xb7\xd3\x40\x97\x79\x3f\xe4\x1a\x73\x13\x19\xe8\x32\x49\x7d\x9a\x06\xba\x48\x72\x3b\x0d\x74\x91\x15\x6a\x1a\xca\x22\x51\xed\x34\x94\x65\x12\x65\x3a\x0d\x56\x99\x64\x17\x4e\x83\x55\x26\x6c\x3f\xd3\x60\x15\xf9\xa6\xa6\xc1\x2a\x73\x7b\xb3\xb3\xa0\x38\x92\x38\x48\xa4\x30\x0d\x56\x39\x38\x2f\xa6\xc1\x2a\x56\x36\x9f\x06\xab\x48\x64\x31\x0d\x56\x91\xc8\x62\x1a\xac\x22\x69\xc9\x34\x58\x45\xaa\x8a\x69\xb0\x8a\x44\x16\xd3\x60\x15\x59\x2f\xa6\xc1\x2a\x12\x59\x4c\x83\x55\xa6\x0a\xad\xc1\x2a\x8b\x78\xe3\x69\xb0\xca\xea\xbe\xb9\xdb\xf4\x55\xe6\xe1\x7a\x18\x19\xac\xb2\x71\x9e\xce\xad\x95\x55\x99\xb9\xb5\xb2\x2a\xbb\xac\x75\xb8\xb0\xb2\x4e\xe1\xdb\x22\x04\x77\x0a\xdf\x56\xb3\x19\x6c\x32\x5e\xe1\xdb\x12\x83\x08\xdf\x16\x41\x14\x53\xf8\xb6\x30\xe7\x4e\xe1\xdb\xb4\x93\xc2\xb7\xe9\xba\xb2\xec\xbb\x51\x40\xd3\xb2\xef\x2f\x6e\xf7\xa9\xe3\xe3\x55\x75\x04\xa0\xb5\xd7\x13\x04\x80\xd6\xde\x6c\x37\xb0\x1b\xbf\x28\xb4\x0b\x80\xd6\x0c\xff\x5b\x00\xb4\xf6\x62\x10\x5b\x40\xb0\x66\x30\xd2\x02\x82\x35\x03\x0b\x97\x2e\x95\xb7\xf8\xac\xe5\x80\x71\x9e\xae\xc7\x3e\xb3\x61\x97\x0e\x97\xb7\xf9\x5d\xcb\x01\x83\x40\x17\x10\xac\x19\x1c\xb8\x1e\xfb\xcc\xe9\xb3\x40\x55\xcd\xc8\xa5\xf5\x5a\xb3\x98\x39\x5a\xaf\x9d\x1c\xde\xcc\x8f\x9d\xc9\x9b\x35\xd7\x23\x46\x96\xa8\x6a\x31\xdd\x4b\x54\xb5\x30\xff\x2e\x51\xd5\x7e\x7c\x16\xc9\xb6\x51\xc2\x97\xa8\x6a\xfb\xaf\x44\x55\xeb\xf6\x6a\xd9\xe4\xd7\x89\xaa\x16\x06\xb1\x25\xaa\x5a\x76\x52\x54\xb5\x80\xba\x4b\xdc\xb4\x96\x57\x5d\x2a\xe0\xc4\x25\x32\x32\x39\x7a\x89\x8c\x16\x0a\xfc\x12\x19\x2d\x8e\x8c\x25\xf6\x59\x18\xd3\x96\xd8\x67\xe1\xe6\x5b\x37\x2a\xfe\xf8\x2a\x7b\x85\x31\x7c\x19\x15\xbf\x81\x7e\xeb\x46\xc5\xa3\x1f\x2e\x91\x91\x14\xe5\x4b\x64\xb4\x5f\xaf\x7e\x36\xff\xe2\xe4\x59\x82\x26\xa9\x02\x97\xa0\x69\xa3\xef\x2d\x41\xd3\x06\x6f\x2e\x41\xd3\xe6\x8c\x5b\x82\xa6\x8d\x63\x6e\x09\x9a\x36\x67\xeb\xba\x9c\x3c\xd1\xfe\x4f\x9b\x4c\x90\xa0\x69\x47\x3b\xbc\x6d\xb2\xe4\x04\x4d\x9b\x1d\xb7\x04\x3e\x9b\x1d\xb7\x04\x3e\xdb\x5d\x23\xf0\xd9\x50\x05\x2e\x81\xcf\xe6\x50\x58\x02\x9f\xed\x26\x12\xdd\x6c\x77\x8d\xe8\x66\xbb\x2f\x44\x37\xd2\x6d\x2d\xd1\xcd\x6e\xde\x6c\x9f\xdd\x35\xa2\x9b\xdd\xfc\x90\x7d\xe6\x04\x59\xa2\x9b\x89\xd9\x6a\x89\x6e\x26\xb0\x77\x89\x6e\x26\xce\xf1\x25\xba\x91\x38\x71\x89\x6e\x66\xf3\x59\x37\x91\xdd\x30\x6e\x3f\x21\x33\x97\xe8\xa6\xe1\x8e\x59\xa2\x9b\xe6\x72\x15\xdd\x34\x17\xb3\xe8\xa6\x61\x84\x5c\xa2\x9b\xb6\xfd\xae\x46\x57\x37\xa0\xe8\xa6\x91\xec\xb3\x2c\x41\x68\x7a\xda\xb2\x04\xe1\x40\xef\x5a\x72\xf2\x88\xaf\xd7\x2d\x64\xcf\x81\xb2\x6e\x21\xfb\xe3\xd5\xe8\x55\xde\x6c\x21\xfb\xf2\xf8\xaa\x64\x93\xc5\x60\x21\x7b\x0d\x26\xcb\x42\xf6\xe5\xf1\xd9\x6a\x93\x5e\x59\xc8\xde\x32\xd9\xcb\x42\xf6\x46\xc5\x2c\x0b\xd9\x17\xdc\x22\xcb\x42\xf6\x1a\x3d\x96\x85\xec\x4f\xf5\xea\xb6\x49\x9f\x2d\x37\x2f\x35\xd9\xb2\xdc\xbc\xd4\x0d\xcb\x72\xf3\x07\x95\x75\x59\x6e\x5e\xda\x87\x65\xb9\x79\xb9\x8f\x56\xb9\x4e\x6a\x9f\xe5\xbb\x19\x9b\xc0\x12\xa1\x14\x65\x97\x05\xe5\x33\x50\x77\x59\x50\xde\xca\xc2\xcb\x82\xf2\x56\xe9\x5d\x16\x94\xb7\xfe\xef\xb2\xa0\x7c\x74\x80\x92\x97\x5a\x8d\x74\x49\x5e\x1a\xa7\x4d\x46\x14\x5d\xfc\x92\x97\x7e\xf7\x59\xc3\x1b\x70\xd6\x2c\x0b\xca\xcf\xe2\xcd\xfc\xe7\xbb\xbc\xc5\x20\xb2\xdf\x2c\xc9\x4b\x27\xa6\x98\x65\xa0\xc8\x74\x08\xe8\xe4\xcd\x1a\x01\x0b\x95\xaf\x4d\xd4\xc5\x85\x8d\xbd\x4d\xbc\x15\xcb\x28\x0b\x0d\x35\xcb\x28\x0b\x2d\x24\x6b\x3a\xa1\xee\x14\x54\xbe\xa6\x29\x66\xa1\xf2\xb5\x72\x3f\x74\x6c\xd2\x49\x43\x32\x2c\x14\xbe\x0c\xc9\xb0\x14\xf8\xba\x44\x25\xe8\x0f\x6b\xc9\x88\x82\xc1\x73\x19\xb0\xd1\xf1\xbf\x2c\x03\x36\x36\xe8\x75\x19\xb0\xd1\xb1\xac\x2e\xec\xea\xad\x7b\xfa\x2c\xf9\x52\x3c\x9b\x96\x7c\x29\xd3\x0f\xc9\xe2\x32\xfd\xd0\xb0\xc9\x78\x51\x17\x5b\x9f\xf6\x59\x16\x97\xf5\x97\x6d\x7f\x69\x54\x17\x41\x2f\x8d\xea\x06\xcc\x2f\x8d\xea\x5a\x0c\x96\x46\xf5\xa1\x34\x36\xc2\x64\x60\x1b\x5c\xe8\x8a\x6d\x60\x45\x5f\x9a\xdc\xe5\xa8\x59\xd7\xe4\xbe\xbd\x59\xda\x70\xf7\xc5\x96\x36\xdc\xe3\x66\x4b\x1b\xae\xb6\x60\xb0\x4a\xc3\x20\xbf\x0c\x56\xe9\x2e\x0c\x75\xc5\xbe\xfd\x90\x84\x36\x28\xb4\xcb\x50\x96\xae\x84\x41\x57\x6c\x5d\xc9\x76\x64\xa1\xf1\xe4\x3d\x4e\x2e\x66\xe4\x65\xdc\x4b\xf7\x98\x3e\x8e\x57\xf9\x73\x1c\xaf\xf2\xc7\xa8\x98\x81\x71\x69\x19\x15\x33\x5e\xaf\x32\xde\xe1\x46\x30\xb0\x79\x47\xbf\x6b\x5c\x84\xbb\x46\x6d\x50\xe6\xf3\xad\x36\xb8\x89\x22\xd8\x6a\x83\x96\xa9\xdd\x98\xeb\xdb\x06\xce\xec\xc7\xb8\x08\x70\xd3\x56\xfd\x93\xdc\x72\xab\xfe\x49\x8c\xb9\x55\xff\x24\xb7\xdc\xaa\x7f\x1b\x59\xbd\x55\xff\x36\x6e\xf7\xfd\xd8\x49\xce\x88\xfd\xa8\xa2\x83\xfa\xb7\xca\xe1\xde\xbe\x99\x21\x1c\xcc\xb9\x1b\xfb\x7c\x3b\x68\x17\x1b\xfb\x7c\x93\x64\x72\xab\x49\x1e\x34\x84\xad\x26\x79\xb0\x1b\x6f\x75\xc5\x03\xec\xdd\xe8\x8a\xf1\x79\xbc\xfa\x1b\xd1\x39\xa0\xc8\x8d\xae\x18\xf4\x97\x6d\x74\xc5\xf8\x30\x29\x1b\x5d\xf1\x9c\xc7\x9b\x27\x4d\x94\xa5\x8d\xae\x78\x0e\x93\xb2\xd1\x15\xcf\x89\x5e\x3d\x34\x51\xe1\x36\xba\xe2\x63\x0a\xd2\xc6\x02\xff\x3c\xf8\x50\x36\x16\xf8\xf0\x3a\x7c\x34\xc9\x20\x6b\xdf\x46\x93\x7c\x74\xdb\x6d\x63\x84\x32\x51\xb5\x5b\x0b\x7c\x3a\xbe\xca\x68\xf3\xd7\xa6\x21\xd6\x98\x25\xb7\x7c\xfb\x1d\xc9\xb6\xb5\xc0\xb7\xe4\x87\x2c\xa0\xef\x84\x1a\x23\x64\x46\xf3\x0e\x96\x02\x3c\x7e\x97\x68\xf3\x94\xbc\xca\x0c\x56\xfc\x92\x5b\x2d\xf4\x80\xe6\xb6\x31\x42\xeb\xb3\x29\x75\x3f\x87\xc2\x36\x46\x68\x11\x67\xb8\xa3\xc7\x0d\x4a\xce\x56\xd5\x94\x53\x6b\x1b\x23\x54\x51\x68\xf7\xa5\x7f\x3c\xbe\x19\x6e\xab\x1a\x7d\x15\xe3\x1d\xcd\x26\xe3\x95\x1f\x6f\xab\x6a\x0a\xed\xb7\xe1\x46\x61\xfa\xa1\x5b\xb7\xc2\xab\x64\xf4\x3c\xcd\x67\xe5\x06\xb7\x93\x46\x3e\x2f\xec\xdb\xdb\xc8\x67\x53\x87\xb6\x91\xcf\x09\x34\xb7\x3f\x33\x7a\xaa\x37\x5b\xaa\x20\xdb\x34\x8c\x0d\x5f\xe4\x36\x54\xe9\xb9\x1f\x62\x7e\x17\x82\x71\xab\xa6\xce\xe1\x87\x50\xdb\xc6\xbd\xd9\xf1\x3a\xdd\xaa\xa9\x87\x43\x7f\x7f\xe6\xef\xff\x7f\xa9\xfc\x53\xec\x6f\xe3\xa3\x44\xb2\xdb\xa0\x68\x53\x92\xb7\x41\xd1\x0f\x46\xe6\x6d\xe6\xe9\xc1\xd7\xbf\xaf\x06\x8b\x6d\x7f\xdf\xcc\x53\x37\xbe\xbc\x91\xc6\x57\x6f\x33\x4f\xbf\x6e\x93\x5f\x11\xfc\x6f\xb2\x4a\x86\xe4\x9b\x2d\x2d\x31\x6d\x1a\x36\x80\x8e\xba\xd5\x60\x67\xf7\xaa\xa5\x1e\xa7\xdd\xd0\x3e\x8f\xc9\x7d\x9b\x79\x3a\xd0\x9c\xb7\x99\xa7\x2f\x76\xe3\x2d\xbf\xcd\x9b\xbc\x6a\xb2\x0f\x47\xc6\xce\xb7\x04\x33\xdf\xb5\x88\x76\x00\x6f\x6e\x59\x25\x9f\xc7\xa6\xb4\xbd\x60\xc6\x2d\xab\xa4\xa5\xdb\xb7\xac\x92\x92\x5b\x6e\xd3\x54\x05\x59\x5b\x56\xc9\x99\xbd\xca\x78\xbb\x9b\x48\x7e\x1b\x2b\x5d\x6e\xf9\x6d\xbe\xe2\x55\xfd\x2f\xdb\x57\x4d\x8f\x48\x56\x82\x69\xaa\xc3\x23\x43\xdb\xbe\x70\x66\x63\xdb\x6f\x96\x23\xdf\x37\x70\x8b\xb3\x69\x63\xdb\x6f\x89\xf3\x74\x17\x1d\xeb\xf6\xca\xba\x6c\x15\x0f\xe0\x96\x55\xd2\x98\xa8\xad\x6e\x9c\x94\x30\xb2\x4a\xbe\xaf\x1f\x32\xd9\x10\x28\xb4\xad\xcb\x76\xcf\x26\x69\xff\x33\xa6\xb6\x8d\x6d\xbf\x85\xd7\x0f\x89\xc8\xd0\x51\x77\xb9\x45\x76\xf8\x39\x72\x4e\x56\x2c\xff\x1b\xcd\xb9\xe5\xe2\x88\x0c\x24\x00\xfa\x6d\x6d\xfb\x5d\x91\x72\x69\xff\x49\x10\xd8\xa6\xb8\x1a\x05\xb4\xd5\x9c\xfb\xe3\xcd\x88\xb2\xa7\x78\xb3\xa5\x52\x94\x12\x6a\xce\x27\x79\xd5\x64\x2e\xb8\xe6\xb6\x29\xae\x15\x07\xc4\x36\xc5\xb5\xdc\xef\x5e\x26\x5b\x86\xa0\xe5\xdf\xba\xd2\xdb\x04\xd8\xad\x1c\xd0\xf2\x3f\x71\x6d\x6c\x2d\xff\xcb\x5f\x67\xc9\x80\x17\x40\xba\xd5\xba\x03\xf6\x84\xad\xd6\x9d\x31\x5c\x6c\x2d\xff\xcd\x33\x51\x46\x4a\x53\x5c\xb7\x09\xb0\x0d\x13\xdf\x36\x01\x36\xa3\x98\x6d\x19\x29\x1f\x87\x7f\x03\xb7\xf0\x91\x6d\x43\xbb\x8d\x0f\xdc\x32\x52\x06\xe7\x08\xbf\x40\x8b\xaf\x6f\x66\xbc\xcb\xe9\xd6\x2f\xb0\xf0\x18\x6e\xd3\x63\xad\xb8\xb4\x4d\x8f\xed\xae\x76\xeb\x68\x4f\x05\x85\x75\xb4\x1f\xcc\x02\x5b\xda\xc9\x03\x1e\xdf\xd2\x4e\x46\x75\x1e\xeb\x68\x4b\x1e\xb8\x6f\x58\x97\xdb\xd9\x18\xf2\xa8\xa2\xd2\x2f\x0b\xae\x57\xad\x32\xa3\xcc\xe9\x57\x74\x33\xa2\x6e\x1d\xde\xe5\xcd\x96\x4d\x54\x56\x77\x6d\x6b\xfe\x67\x33\x64\x2d\x5d\xba\x6f\x86\xac\xc3\xef\xb7\x8c\x05\xb3\xaf\x8b\xc1\x30\xb6\x2d\xed\xe4\xf9\xb3\x84\xfa\x1e\xc6\x64\x62\x21\xd9\x26\xcf\x7e\x38\x6d\xf7\x50\x75\xf4\x24\x32\xe2\x2b\x61\x58\xdb\x26\xcf\x76\x20\xd5\x36\x79\xf6\x73\xe3\xdf\x62\x70\x9e\xda\xc3\x9c\x38\x50\xd2\xbe\xc5\xe0\x5c\x63\xc3\xbc\xc5\xe9\x87\xfc\x15\xc1\x57\xf1\x2b\x92\xeb\xc4\x3c\xdc\x8d\x2b\x6a\x1b\x8a\x2f\x9d\xf5\xc6\x01\x51\xa4\xc1\xdf\xd3\x18\x21\xe2\xc9\x37\x0e\x88\xb6\xb1\x81\x6c\x8b\xc1\x55\x37\x91\x71\xfb\xf9\x78\xb3\x7c\xdd\xf6\x59\x36\xcb\x57\x7d\x0f\x34\x5a\x3b\x60\x7c\x1b\xf1\x25\x6b\xe8\x16\x8d\xbe\x78\x3a\xb6\x68\xb4\x12\x04\xbe\x8d\xf9\x8f\xea\x7b\x46\x7c\xf5\x7b\xf5\x52\xb1\xf9\x5d\x44\x59\xc0\x7a\xbf\x65\xdd\xd1\x69\xb2\x2d\x15\xf7\x12\x64\xbb\xc5\xaa\x7a\x5a\xb7\xee\x89\xa0\x1c\x30\x0f\x37\xe2\xbb\xd9\x60\xd5\x2a\xf5\xf7\x36\x3c\x6c\x6e\x5f\xe5\x52\xff\x6c\x6a\x04\xf0\x4f\x5a\x62\xdb\xea\xf3\x5b\xd7\x86\xb6\xd0\x2d\x56\xcd\xfe\x58\x4b\xc5\x49\xfb\xb0\xd7\x2d\x31\x69\x37\x38\xaa\xf4\xc2\x6f\x5c\x1b\x2d\xdc\x9b\xa5\x0b\xce\xbe\x8a\xf1\x56\x77\x8d\x70\xd5\xf2\x76\xfb\xc6\x80\xd9\x67\xf9\x7c\xba\xba\xb1\x35\x11\x1e\x0f\x32\xe1\xaa\xa1\x83\xdb\x7a\x70\xaf\xb2\x5a\xd7\x86\xbe\xb6\x2d\x5c\x6d\x38\x31\xf7\xbe\x5b\xdb\x67\x8d\xe8\x2b\x5e\xbd\x79\x34\xfc\xd8\x9b\x5b\xa1\x48\xd1\xb5\xd1\x3c\xf4\x85\xab\xaf\x3a\xf9\xbe\x79\xc7\x36\x75\xda\x2a\x7f\x74\x6d\x58\xdf\x64\x0b\x57\xab\xba\x96\xae\x8d\x8e\x8d\x6b\x1f\xb5\x6e\xc5\xaf\x70\xb5\x2a\xe7\x75\x6d\x74\x4f\x4c\x0b\x70\x5f\xe8\x77\x5d\x1b\xc3\x9b\x9d\x5f\xff\xa4\x55\xb6\xab\xc3\xb7\xca\xb6\x64\x6b\x5b\x0e\xa2\xb7\xdb\x67\xdd\x6d\xae\x0d\x23\xd3\xe4\xca\xde\x72\x10\x99\xc3\xbb\x85\xba\x96\xa5\x3b\x42\xdd\x8a\x9f\xeb\x98\xc3\x9b\x31\xa6\x1d\xa1\x6e\x63\x31\x1c\x73\x78\xad\x3d\x71\x8c\x4c\xeb\xa4\xd2\x1c\xdd\x22\x13\x4b\xe3\x31\x32\x4d\x11\x7a\x8c\x4c\x13\xeb\x1d\x2b\x26\x98\x67\x74\x8c\x4c\x3b\x1c\x46\xc7\xc8\xb4\x89\x7e\x78\x6e\x0e\x2f\x93\x72\x8c\x4c\x9b\x28\x0c\xc7\xc8\x34\xf3\x41\x8e\x25\xb9\x7b\xf6\x59\x79\x5f\xf9\xb1\xc7\xb8\xb5\x8e\x3a\x71\xc4\xc5\x01\x4d\xec\x18\xb7\xa6\x7c\x3e\xff\x91\xb5\xf2\x5d\xe3\xd6\x56\xfb\x2b\x92\xe7\xe8\x7c\x59\xf7\xa3\x72\x9b\xa3\x48\x1f\x6b\x79\x87\xe4\x55\x44\x59\x00\xd8\x1e\x79\x5c\xf5\x97\x9d\xf7\x56\xbd\xe4\x27\x03\xa8\x5b\xec\xde\xec\x29\x76\xbc\x99\xa5\xbe\x88\xf8\x3a\x00\xea\x66\xce\xc2\x79\x9d\x7a\x14\xda\x03\xa0\x4e\x46\x99\x1e\x93\x6e\x96\xff\x2d\x68\x22\xe0\xf4\x39\x00\xea\x56\x50\x68\x8f\xae\x19\xbd\xb4\xc7\x02\x76\x81\xe3\xe6\xc8\x65\xa4\x85\xe4\x84\x4b\x01\xe7\x87\xdc\xda\x8e\x57\xc7\x8d\x78\xf3\x98\x74\x23\x35\xe2\x11\x50\xeb\x96\x3d\xc1\xe4\xa6\xe5\xb3\xda\xc9\xb1\xd1\x1d\x00\x75\x6b\xb8\xfe\x4f\x10\x60\x82\x0a\x4f\xbc\x5b\x9b\x6e\xdc\x5a\x78\xdb\xab\x06\x27\x3b\xc0\x28\xaf\x05\x22\xf4\xc4\x9b\x6a\xca\x77\x4d\xba\x49\xee\x9a\xeb\xbb\x99\x5e\xf5\xa8\xc2\xa7\x79\xa2\x04\x71\xd3\x0f\x89\xaa\x30\x6f\x1e\xeb\x29\x04\x24\xf9\x11\x50\x1f\xce\x97\x23\xa0\x8e\x9f\x7d\xb6\x96\xae\x53\x66\xfe\xce\x43\xd2\xcd\x31\x7f\xc7\x1c\xab\x63\xfe\x8e\x21\x61\xe7\xb3\x94\x06\x16\x92\x63\xc0\x9b\x08\xf4\x98\xdd\x93\x5c\xa2\x00\xea\xb6\xec\xa4\x7e\x9f\xe9\x7f\xbe\xf5\x14\xee\xb3\xc5\x55\x47\xaf\x4c\x25\x5e\x00\xd2\x63\x2d\xbc\x8a\xd1\xe3\x08\xa8\x07\x80\xe5\x7c\x96\xb3\x01\x55\x1d\x0b\x8e\x67\xcc\x0b\x47\xbf\x4f\xdc\x7e\xc8\x74\x98\xec\x87\x8e\xbf\x8e\x01\xa6\xbb\xb5\x19\x42\xba\x28\x83\x0f\x59\x70\xbc\x22\x24\x8f\xac\xb0\x23\x7b\xb3\x74\x6a\x58\x95\x8f\xa8\xf9\xc1\xc1\x7d\x40\xcd\x65\x71\x82\x1c\xfd\x3e\xc6\x80\x1d\xf9\x9a\xe2\xf6\xcd\x57\x94\x31\x0b\xfa\x7d\x2c\x9e\x7b\x4c\x34\x96\x34\xfe\x5c\x56\x58\x65\x57\x92\x22\xe3\x78\x33\xa2\x4c\x65\xf8\xe8\xf7\x91\x74\xfd\x88\x9a\xcd\x8f\x38\xe6\x3a\x6d\xce\xf1\x63\xcc\x9b\x44\xbe\xe7\xa2\x66\x4e\xdb\x63\xcc\x5b\x54\x0c\x66\xe7\xf7\xbe\xea\xd2\x2f\x30\x04\xc9\x9d\xbe\xe9\x9b\x5d\xcf\xce\xbe\x11\x71\xfd\xf3\xe6\x6b\x49\xb6\x93\xac\xe7\xf1\x79\x33\xeb\x59\x87\xef\x31\x22\xee\xbf\x5e\x89\xaa\x96\xaf\x92\xb2\x12\xbd\xf4\x48\xee\xa4\x0d\xf3\x18\x11\x67\xed\xaa\x53\xae\x55\x84\x19\x2c\x57\x74\xf3\x66\xc9\x9d\x92\xbb\xcc\x5a\x0c\x01\xa3\xd6\xb1\x58\xde\x59\xbe\xd9\xfd\x8b\xd9\xf9\x48\xee\xd4\xdf\xbf\xb4\xfd\x73\x9d\x4d\xf8\x07\x8f\xc1\x72\xfa\x43\x8f\xc1\x72\xeb\xb1\x87\x16\x71\x70\xec\xc5\xa5\xae\x44\x15\x50\xd7\xe8\xcd\x02\x2e\x14\xf8\x73\x5d\x51\x38\x7c\x8f\x45\x1c\x1e\x0c\x98\x47\x57\x94\xa9\x97\x47\xb2\xd9\x81\x7b\xe5\xdc\x4c\x28\xe5\x9e\x85\xce\xab\xbb\xd5\x4c\xa8\x81\x25\xfc\xdc\x3a\x7a\xcd\x9b\x8d\x80\x72\x8b\x19\x4a\xb7\x96\xbd\x72\xbc\xca\x3d\xc9\x66\xbb\x23\xb2\xca\xde\xfd\x1b\x92\xcd\xca\x13\x7e\x64\x94\x32\x3b\xf8\xe8\xc6\x92\xa9\xec\x58\xe2\xe1\xc5\x04\x74\x64\x94\x4a\x98\x46\x4f\x93\xeb\x12\x55\xea\x34\xb3\x83\xd1\x33\x4f\xbb\x1e\x79\x3e\x24\xa0\xb6\x5c\xf5\x91\x51\xaa\x39\x5e\x73\xa5\xa3\x4b\x4e\x46\x29\x99\xe8\xce\x05\xd4\xee\x0b\x01\xb5\xec\x04\x47\x2a\xda\x43\x68\xd9\x91\x8a\xf6\x28\xf7\xa4\xa2\x3d\xc4\x0c\x1f\x4b\x3c\x48\xe3\x76\xda\xad\xfa\xc4\xf0\x05\xd4\x1a\x88\xce\xa5\xa2\x55\xb3\x12\x50\x37\xf2\x23\x8e\x80\x7a\xa8\x6c\xe8\xd4\xb3\x20\xe3\xb9\x81\x76\x2a\x4b\xfd\x56\x7d\x62\x44\x5d\x8f\x18\xe6\x85\x63\x1d\x87\xf1\xf8\xac\x06\x31\xd4\xdd\xd3\x35\x10\x79\x26\xf6\x9b\xff\x6b\x9f\x59\xcf\xa6\xe4\x9c\x6e\xc5\x5b\x25\x5b\xd7\x20\x56\x6c\x8a\x22\x01\x95\xc7\x98\xbd\xe3\x41\x66\xcc\xde\xf1\xd9\xa1\x0b\xbb\x7a\xf5\x86\x4a\x32\x22\x29\xa7\x0e\x26\x82\x03\x6a\x2e\x2b\x79\x55\x14\xe9\xb9\x36\xb4\xfd\x2a\xca\x40\xcd\x2d\xe2\x26\x38\xa2\xe6\x07\x1f\xdf\x31\xa2\x4f\x6e\xab\x23\x6a\x7e\x30\x20\x9c\x71\xd9\x7e\xf8\x57\xc3\xcc\xbe\xed\x87\xe4\xa9\x9b\x36\xd9\xbf\x91\xcc\xd3\x23\x6a\x1e\x00\xff\x23\x6a\xee\x18\x4b\x0f\xa8\xb9\x2c\x37\x9d\xa8\xb9\xba\xae\xac\x01\x11\xfd\xd0\xb4\x8c\x8e\xa2\xec\xe6\x49\x91\x47\x7f\xa6\xf9\xce\xc7\xef\x1a\x20\x87\xeb\xfc\x4c\x23\x18\x3d\xc8\x44\xcd\x96\x86\x39\xa2\xe6\xe0\xa6\x13\x35\x7f\xcb\x9b\x45\x91\xc7\x5e\x69\x30\xf1\x6f\xcc\x7b\x34\xb3\xbc\xd7\x45\x91\x74\x52\xd4\xbc\xd4\xab\x97\xaa\x17\x6e\xd9\x23\x6a\xd6\x85\x7d\x0c\xf9\x5b\x98\x50\x8e\xa8\x39\xb8\xe9\xd6\x55\xbd\xd8\x92\x7a\x78\xa5\x08\x3e\x7a\x78\xcd\x1a\x3b\x16\x58\x7f\x3d\x40\xf5\xf0\xd6\xcf\x37\x0f\xe5\xa4\x37\x83\x32\x7e\xc5\x53\xfe\x2d\xf6\x97\xb6\xd0\x61\x97\xfc\x15\xd3\xb1\xb3\xb5\x3f\x57\xbe\x05\xd6\xb7\x5a\xa8\x04\xb9\xcd\x45\x75\x01\xb5\xff\x6d\x5f\xa2\x39\xfe\x8c\x05\xd6\x5f\x0f\x26\x01\xf5\x50\x77\x12\x50\x37\x17\xb3\x45\x06\x8d\x5e\x38\x02\xea\xac\x5e\x6d\x81\xf5\xa5\x4e\x2e\xa0\xd6\x33\x7e\xae\xff\x57\xb5\xd3\x22\x83\xc2\xed\xb3\xaf\x1b\x8b\x1d\xa7\xff\x37\xb9\xa7\x8c\x15\x94\x93\xe7\x08\xa8\x35\xd4\x1c\x63\x05\x2d\xe2\x70\x00\xd4\xdf\x15\x47\xc6\x0a\x4e\xdf\x6c\xac\xa0\x09\xce\x47\x62\xab\xf1\x78\xd5\x68\x1c\x31\xa3\xe5\xd7\x27\x9e\xf4\xa3\xff\x57\xa2\xb6\x73\x53\xbd\x82\xaf\xba\x05\xdd\x98\x32\x53\xbd\xac\xc2\x76\x24\xf5\x35\xc5\xfe\x08\xa8\xdb\xf0\xd9\xbb\xd4\xed\xb3\x00\xf3\x07\x0d\xc2\x73\xcb\xaf\xff\xa4\x71\x78\x24\xf5\x3d\xdb\xa6\x5a\xca\x2f\x5e\x37\x3c\x00\xea\x14\x7e\x4a\x69\x78\x2c\x41\x08\x89\x71\x78\x2c\x41\x88\xd9\x2a\x3c\xc6\x19\x7e\xbf\x30\xfe\xf0\x00\xa8\x13\xb1\xbe\xe1\xd1\xd1\x5c\x93\xaf\x32\xf6\x35\xdb\x2b\x96\x7a\xde\xbe\xca\x02\x76\x3f\xb1\x1f\x1e\x01\x75\xfd\x65\x7e\x85\x47\x47\xf3\xf8\xe5\x85\x85\xc7\xe2\xec\x18\x01\xc2\xa3\xa3\x79\x37\x3a\x09\xa0\x4e\x71\xf0\x66\x00\x75\x0a\x87\x37\x5b\xfd\x84\x0c\xd0\xf0\xbc\x17\x55\xf9\xac\xc4\x74\x3f\x55\x39\x3c\xb2\x4f\xe4\xc1\x88\x44\xcd\xb0\xf8\x86\xc7\x90\xc5\x27\xd3\x49\x43\x16\xbf\x4d\xaf\xa4\xaa\xa0\x7e\x5f\x78\x2c\xce\x4e\xa1\x8d\xf0\x5c\xe6\xab\x5f\xfc\x58\x78\x6e\x81\xc2\x7b\xb3\xb6\xfd\xe8\xcd\xba\x65\xab\x23\xba\xec\x88\xfc\x0d\x50\x73\xa3\x82\x49\x78\x64\xbe\x0a\x0f\x6f\x96\xf9\xea\xfd\xbc\x59\x03\xd1\x6f\x3d\x87\x47\xaa\x8a\xb9\x19\x7e\xd0\x20\x96\xbd\x59\x54\xe5\xca\x09\xd7\xe0\x49\x37\xa4\xaa\xc8\x9f\x4d\xc7\x5b\x98\x5f\x51\xf3\xf7\xda\x0d\xab\x9f\x14\x66\xc1\x60\xc8\x77\xdb\x67\x0d\x62\xd1\x9b\xd9\xbf\x33\xd9\xab\xab\x6a\xf2\x73\xa2\x81\x04\x3f\xa0\x14\x9e\xa8\xc1\x24\x32\x22\x50\x73\x23\x5b\x2d\x3c\x16\x28\x24\xbc\x33\x3c\xa2\xe6\xfa\x7a\x55\xdf\x8d\xff\xd9\x0a\xf2\xa1\x32\xfc\x68\x1c\x57\x65\x31\x18\xf1\xf8\x14\x6f\x46\x5e\x11\x8f\x1d\x1e\x09\xb8\x66\x66\x08\x51\xb7\xfb\x62\x6d\x44\xf7\xef\x63\xd3\x28\xaf\x61\x9f\xa5\x55\x7f\x1d\xa0\xd5\xb5\x3e\x06\x08\x6a\xce\x5f\xfa\x23\x80\x33\x3c\x7a\xa8\x31\xba\x86\xe7\x02\x6a\x97\xab\xdc\x5c\xd9\xb9\x16\x50\xd7\xe2\x57\x98\x7a\x60\x6f\x78\x2e\xc5\xb1\xd3\xf7\x5d\xc0\x45\x87\x2d\x2e\xbf\x8f\xaf\x52\x94\x25\x9f\x65\xea\x87\xfb\x42\x0f\xf5\x9c\xac\x13\x0b\x14\xc2\x69\x1c\x1e\xdd\xd0\x58\x86\xc3\x23\x4d\x07\x68\x34\x3c\xd2\x74\xa0\xb4\x84\xc7\xd2\xf3\xd3\xab\x72\x73\xc1\x07\x12\x1e\xdd\xd0\x6f\x66\x82\x04\xd4\x14\xb5\x0f\x8f\x80\x7a\x2d\x5f\x75\x0b\x1b\xf9\x2a\x45\xb7\x1b\x30\x19\x81\x50\x18\x82\xcc\x5d\x4f\x66\xf8\x00\xea\x6f\xbb\x1f\x25\x40\x8e\xd5\xab\xd7\x60\xc2\x92\x4b\x6a\xa1\x0a\x1c\x00\xf5\x77\x1a\x93\xa2\x1b\x7a\x6d\x6f\x56\x0b\x55\xe0\x5c\x40\xbd\xb8\x59\x37\x34\xd4\x0d\xe1\x91\x3c\xe4\x54\xf6\x94\x81\x94\x4f\xf5\xaa\xc4\x41\xee\x47\x93\xc8\xa6\x3f\xc7\x40\xca\xee\xca\xcf\x57\x4b\xe1\xe7\x98\x62\xb6\xdc\x62\x16\x37\xec\x83\x75\x65\x8a\xd9\x97\xe9\xb3\x29\x66\x30\x0c\x84\x27\x9b\x06\xd8\x7c\xb3\x5a\x77\xf7\xaa\x06\xb1\xed\x9b\x59\xea\xb0\x95\x86\x47\x40\x3d\x07\x13\xaa\x1b\x1a\xc7\x5c\x78\x64\x4b\x9e\x9b\x39\x2a\x77\xbc\xbc\xca\x14\xb3\xfb\x5d\xdd\xd0\xed\xf3\x59\xd3\x00\x23\xb3\x60\xf5\xf9\x7d\xf8\x57\x02\xea\xe1\xdf\x10\x35\xc7\xc0\x2c\x5c\x37\x74\x62\xbc\xba\xa1\xe7\xf0\x59\xd7\xb3\x8b\xc1\x00\xce\x54\xd9\x38\x96\x68\x79\x06\x33\x68\xe9\x43\x8a\x75\x86\x47\xd4\x1c\x3d\x40\x6f\xe9\xc3\xc0\xab\x74\x43\x8f\x87\x5e\xdd\xea\xf3\x1f\x7f\x52\x4e\xb0\xd6\x7c\x56\x94\x61\xaf\xea\x35\x10\x79\xb3\x6e\x4a\xc5\x91\x25\x5a\xf6\xe4\xe7\x58\xa2\xe5\xed\xfc\x1c\x03\x38\x53\x47\x0c\x5a\x9b\x7e\x7a\x64\x88\x9a\x43\xe3\xe7\x48\xfc\x35\x82\x1f\xda\xf6\x99\xe1\x8b\x9a\x61\x73\x0a\xcf\x75\x43\x3f\xbc\xd9\x04\xb4\xa5\xbc\x92\x25\x2c\x3b\xbf\xa0\xe6\xfc\x39\xc0\xcb\xc3\x9c\xf9\x93\x16\x70\x79\x5c\xb1\x56\xbd\x1f\x81\x95\x23\x6a\x6e\x2f\x7f\xd2\x02\x2e\x9f\x7f\xe3\xf2\x30\x3b\x40\x0b\xb8\x24\xe5\x64\xd3\x17\x39\x19\x02\xa8\xb9\xcd\xcd\xbf\xd2\x0d\xfd\x14\x6f\x06\x55\xc1\x9b\x14\x9e\x4b\x56\xa6\x3a\x21\x59\x19\x95\xc8\xc2\x23\x6a\xee\xee\x6e\xd3\xd3\x62\xe1\x43\x72\x38\x0f\xe5\xb3\x05\x5c\xbe\xf3\xfc\x25\xf6\xad\xed\x72\xd4\xbb\xf4\x50\x53\xd3\x3f\x3c\x5d\x80\xa9\x24\xd7\x43\xfd\xba\x4e\x04\xd4\xc7\xb3\xd5\xbc\xb6\xa3\xee\x24\xa0\xce\xfe\x55\x89\x47\xba\x12\xd5\xf2\x2e\x23\xf9\x66\xb6\xf6\x5a\xde\x7c\xe9\x91\xf9\x51\x7a\xa8\xf3\xcb\x2a\x92\xc3\xf9\xbc\xec\xa9\x21\x75\xcc\xf6\xaa\xe1\x7f\x6a\x47\xe3\xba\x29\x6d\x22\xba\x73\xf1\x66\xc6\xbb\x54\x2c\x87\x06\x84\x97\x19\x11\x50\x57\x4f\xae\xa1\x5b\x56\x39\x20\xa0\x9e\x9d\x3e\x9b\x22\x87\xb3\x29\x3c\xba\xa1\x49\x7e\x09\x8f\x79\x70\x5d\x1d\xd5\xf2\x2e\x50\x3a\x87\x67\xdc\x60\x39\x5e\x65\x5d\xfe\xcf\x3f\x29\xa0\x0e\xca\x79\xdd\xd0\xcf\xe2\x55\xb7\xf8\x4b\x64\x06\x25\x1e\x19\x9e\xa7\x12\x8f\xe0\xf0\x0d\xcf\xbc\xc1\x90\xbe\xca\xf1\x2a\x25\xa6\xbe\x0c\xf5\x1f\x00\x75\x4a\x89\xf9\x95\x0e\x7a\x7a\xcc\x5d\x37\xf4\xcb\x1c\x99\x25\x17\x8a\x1f\x52\x2b\x3b\x7e\x68\x2b\x06\xf9\x39\x86\x4c\x3f\x2e\xf5\x9b\x25\x17\x79\x16\x40\x5d\x87\xb3\x60\xc8\x74\x54\xb2\x19\x32\x1d\x54\xf0\x6e\xf1\x7d\x3f\x24\x4b\xc9\x70\x7e\x01\xd4\xa9\x16\x5f\x75\x7d\x37\x7e\xa8\x7a\x82\x30\x84\x75\xdd\x94\x74\x52\x2a\x12\xe8\xb6\xc2\x23\xa0\xfe\xa2\x37\x2b\xba\x5d\x39\x66\xd8\xf5\xcf\x67\xd9\xda\xc9\x93\x4b\x37\xf4\xa3\xfe\x70\x33\xec\x0e\xbd\x32\xc3\xae\x2b\x51\xcd\xb0\xeb\x93\x11\xed\xcb\x49\x4e\x9f\xb7\xa2\xbb\x7b\xf5\xa2\x66\x7e\xce\xbe\x5a\xb7\xaf\x2a\x4e\x19\xbd\x02\x35\xa7\x67\x30\xdd\xfb\x86\x19\x30\xa1\xa0\xe6\xda\xa7\x37\x8b\x32\x14\x56\xba\xa1\xbf\xdb\x2b\x89\x92\x84\x51\xdb\x14\x24\x15\x5a\x50\x73\x8a\x1f\x9b\x4e\xd4\xbc\x95\x8a\x37\x6a\xda\xe3\xd5\xa8\x69\xaa\xb1\x87\xc7\xa8\xe9\xea\x0c\x4a\x07\x8d\x7b\x22\x3c\x47\x5b\xf7\xe1\x43\x46\x4d\xaf\xfb\xec\xa5\x81\xf5\x66\x8f\x66\x4f\x01\x33\xec\x5a\xf2\x66\x23\xe2\x94\x48\x37\xa6\x5a\xc8\xa9\x1b\xfa\x1d\x4c\x99\xf9\x77\x65\x32\xa1\x12\xa4\x74\xd5\x7b\x51\xf3\xe2\x6c\x7a\x9f\x5b\x8e\x6a\xd3\xbc\xbe\xc8\x4a\xd3\x94\x2b\xce\xd3\xd7\x88\xeb\xf0\xf3\x73\x85\xd7\xec\xbc\x54\xbd\xaa\x7c\x46\x7b\x7c\xa5\x92\x7e\x90\x1b\xaf\x6e\x68\x4f\xdb\x57\xd4\x3c\xdf\x3f\xa8\xd8\xc2\xab\x87\x7a\x1e\x3f\x8a\xdb\xee\x69\xf6\x70\xb8\x7a\x3b\x4d\x03\xe6\x51\x95\x5f\x59\xa6\xe3\xcf\x51\x15\xde\x5b\xf1\x1f\xa5\xe5\x95\x65\x7a\x30\x05\xef\x6b\x1c\x2c\x92\xed\x7d\x8d\x83\xdd\x74\xf8\x96\xd4\xe1\x6c\x7d\x8d\xdc\x4e\xbe\xd9\x1c\xc0\x8c\x02\xf0\x5e\x37\xf4\x63\xd3\xb2\xad\x48\xd4\x57\x37\x34\xa4\xf1\xe1\x15\x50\x13\x45\x10\x5e\xdd\xd0\x2f\x1a\xfb\x2b\xf7\xe3\x8a\x76\x43\xad\xec\x5e\x45\x74\x47\xe7\xcb\x92\x3a\xe9\xf5\xbb\xd7\x60\xe2\x9b\x75\x63\x05\xae\xca\xfd\xb8\xd0\xca\x5e\x00\x75\xba\xe3\x95\xfb\x11\xce\x84\xf0\x9a\x21\xf8\x7e\xbc\xca\x92\x3a\xfb\xd0\x0d\x99\x55\x88\x15\x0c\xaf\xdc\x8f\x24\x2a\x86\x37\xe8\x76\x5f\x7e\x57\x80\xf9\x8b\xdc\x0e\x2f\x80\x3a\x11\xdb\x10\xde\x5b\x4e\x94\x1d\xf7\x5a\x55\x87\x0c\xdf\xf0\x0a\xa8\xfb\x7d\xf3\x2d\x21\xe4\x77\x25\xdf\xf0\x3f\xdf\x8a\xff\x9b\x0f\xe9\x86\x86\x60\x21\xbc\x02\xea\xb6\xf8\xae\x71\xdd\x01\xe9\xf4\x46\xb5\x6e\x3f\x24\xa0\x86\xd0\x3b\xbc\x02\xea\xea\x8f\xd5\x0d\xdd\x9a\x1f\xba\x6e\x68\x9b\xc6\x75\xbb\x80\x2d\x27\x1a\x8b\xdd\xb0\x4e\xd9\xeb\xab\x44\x55\xfe\x76\x01\x35\x44\x3a\xe1\x35\x85\x70\xbd\xbe\x59\x5f\x06\x82\xfd\x35\x85\xb0\x72\x08\xbe\x02\xea\xee\xca\x11\x35\x77\x8e\xe6\x17\xd4\x9c\x93\xdd\xf8\x74\xdb\x05\x7e\x9d\xa8\x39\x2f\x9f\xbd\x11\x35\x6c\x1c\xe3\xba\x2b\x9a\xe4\x6b\xfa\x21\xf4\x71\xe1\xfd\x8f\xd1\xda\x67\xad\x41\xe3\x5e\x90\xd1\x5a\x31\xf8\x5a\xd6\x1f\xfe\xb4\xf0\x8a\x9a\xc7\x7d\xf3\xd5\x42\x1d\x91\xeb\x39\x33\x0b\xa2\x66\xca\x62\x86\xf7\xba\xa1\x5f\xc4\x91\xc1\xdb\x50\xde\x85\xf7\x06\x6f\x1f\x9e\x35\xfd\x30\x3f\xec\x41\xd3\x0f\xa9\x6c\x1e\x5e\xd3\x0f\x29\x98\x15\x5e\x83\xb7\xf3\xf2\x55\xa8\x22\x9a\x44\x5e\x51\xf3\x52\x0c\x5a\x36\x68\x38\x40\x83\xb7\x87\x7d\xb6\x6c\xd0\xe7\xdf\x48\x26\x83\x63\x2e\x7b\x75\x43\x7f\x99\xf1\x4a\xb9\x19\x5d\x57\xa2\xe6\x58\x98\xc1\x7c\x55\x2f\xde\x2c\x6a\x56\x8d\x79\xad\x31\xf4\x7e\x5e\x35\x6e\x3f\x30\xc0\x7c\xc3\x48\xbc\xd9\xbc\x0c\x8c\x24\x6f\xbe\xa2\x9b\x01\x1a\xbc\x5d\x27\xff\xca\xe0\x6d\x98\x49\xc2\x0b\x6a\xae\xfd\x5e\x65\xbc\x5a\x63\x5e\x8b\x93\x92\x8b\x1a\x5e\x89\x59\xde\xf5\x47\xdc\x7e\x78\xad\x5b\x7a\xb6\x1d\xd6\x8d\x15\xfc\x8a\xa2\x0c\x6d\xf0\x2d\xe6\x3a\x61\x58\x7b\x2d\x3f\x84\xbd\x3a\xbc\xc6\x75\x07\x7f\x94\x80\x1a\x5a\xf8\xf0\x16\x13\xd9\x96\x37\x5b\x03\xb4\x31\x41\x02\xea\x39\xbc\xf9\x66\x08\xb2\x30\x6e\x5c\xf7\x61\xbe\x6e\xf9\xa1\xe2\xb3\xda\xba\x8f\x6f\x66\xa9\x07\x17\x95\x9c\x2d\xcb\x7f\x2e\xa0\xae\x0a\x67\x00\x75\x2a\xee\x74\x01\x75\x45\x93\x7c\x01\xd4\xa9\x60\xdf\x7b\xcd\x88\xac\xe8\x5d\xaf\x6e\xe8\x85\x66\xf5\x1a\xd7\x4d\x84\x6a\x78\x8d\xeb\x6e\x4a\x63\x6b\x9e\x6a\x89\x7a\x05\xd4\xdd\x85\x61\xe9\x22\x62\x14\xc3\x0b\xa0\x4e\xc7\x53\x40\x37\xf4\xe3\x72\x15\x50\x53\x41\x20\xbc\x00\xea\x4a\x91\xe5\xf0\xd6\x1b\xe7\xec\x87\xae\x96\xc2\xa4\xd4\x1b\xec\x6a\x9f\x19\x6f\x71\x9b\xc8\xe8\x12\x30\xa6\xbd\xd6\x3c\x3d\x87\xe9\x36\xae\x7b\x75\x6f\x66\x6b\x7f\x8a\x5f\x00\x75\x7a\xb0\x0c\xbf\xcd\x3c\x05\x4f\xdb\x76\x0d\x08\xac\xcf\x76\x23\x4c\xfc\xd0\x8d\x63\xa7\x93\x02\x6a\x22\x72\xc3\x2b\xdf\xcb\x7a\xbc\x7a\x23\x4c\xfc\x10\x06\xb1\xf4\xf9\x66\x7d\x37\xc3\x67\x3d\xaa\x14\xbf\xba\xa1\x77\xa0\xcf\xff\xd1\x75\xf2\x2a\xe3\xba\xd3\x62\x16\x64\xff\x26\x62\x21\xbc\xf2\xbd\x3c\x38\x11\xde\xae\x28\xeb\x4c\x8a\x74\x9d\x6f\x60\x52\xa4\xeb\x4c\x4e\xa8\x71\xdd\xd5\xd9\xef\xa6\x9a\xba\xcb\xba\x6e\x77\x4f\x01\x51\x73\xef\xac\x67\xe3\xba\xa3\x07\x77\x17\x55\x75\x9f\xd5\x77\xa3\x18\xd4\x0d\x7d\xd4\x5b\x24\x21\x27\x0e\x24\xbc\x16\x45\xbd\xf3\x6b\xf0\xf6\x72\x3b\x8f\x4b\x89\xc6\xcf\x91\x3a\x86\x2c\xb9\xf0\x82\x9a\xd3\xd5\x0f\x41\xcd\xdf\xd9\x3e\xab\x81\x17\xfc\xf2\x1a\xbc\x9d\x71\xf4\xbc\xd7\x0d\xfd\xd9\x0d\x53\xae\x54\x86\x0d\xde\xde\x8a\x5f\x51\xf3\x54\x43\x18\xd7\x40\xc4\xf2\x96\x47\x3d\xdd\x11\x19\x46\xa2\xdc\x13\x35\x67\xb7\x15\xa8\xb9\x44\xf5\x07\x50\x73\x89\x85\x3f\xa9\x1b\x1a\x0a\x82\xf0\xea\x86\x6e\xce\xa0\xc1\xdb\xaf\xfb\x48\xf6\x98\xd5\x7d\x56\x5f\x95\xbf\x5d\xd4\xfc\xaa\xed\x8b\x9a\xbb\xe7\xe9\x4d\x25\xc6\x3c\xf8\xea\x86\x26\x22\x25\xbc\xa2\xe6\x94\xf9\xb1\xd3\x08\xb1\xe9\x9b\x75\x43\xab\xc4\xea\x86\x86\xd2\x30\xbc\xba\xa1\x73\xe0\xcd\x4b\x5f\x55\xfa\xfe\x12\xfb\x56\x53\x25\x7d\x3b\xbc\x7a\xa8\x5f\xbb\x74\x3d\xd4\xd8\x8e\x5e\x00\x75\x1a\xf8\xf8\xde\x5b\x5f\xc9\xc1\xea\xa1\x1e\x2a\xc3\x7a\xa8\xc3\xf4\x55\xc6\xb1\x63\x72\x7f\xd7\xf5\xc8\xb3\x1f\xf5\x50\x87\xe1\xab\x8c\x20\xaa\x36\x8d\xeb\xbe\x37\x6b\x30\x89\xbe\xea\x06\x53\xf1\xa3\xa4\xac\xd9\x95\x75\xb2\x05\x98\x5e\xdd\x37\x58\x8e\x57\x99\x86\xfc\x28\x16\xa4\xac\xc9\x2a\x78\x52\xd6\x2c\x77\xeb\x05\xd4\xf7\x66\xdd\x3a\x2a\xb4\xfb\x6a\xa1\xde\x8c\xe8\x9e\x0a\xab\x9b\x86\x8c\x6b\xe6\xbd\x80\x1a\xd7\xcc\xbb\x6f\xdc\x3e\xcb\xd5\x34\xe4\x27\xd9\x0d\xdd\xee\xcb\x9b\x35\x88\xf9\xdb\x4d\x43\x5e\x58\x95\x5f\x00\x75\x4a\xca\x4c\x00\xf5\x07\x65\x44\x78\x6f\x5c\xb7\x73\x74\xe9\xf7\xfd\xed\xc6\x75\x6f\xcf\x53\x01\xb5\xee\xa4\x57\x40\x5d\x93\x4d\x23\xa6\x3c\xe5\xcf\x8d\x98\x62\xa9\x18\xd7\x1d\x3d\x23\x74\x43\xdf\xed\xa9\x1b\xba\xab\x3b\x99\xa4\xdc\x3d\x6d\x05\xd4\x4b\xe1\x7c\xe3\xba\x3f\x6f\xb6\x78\x25\xc2\x39\x3c\x97\x2b\x7b\xd1\x34\x05\xa9\xd8\xd4\x00\xc8\xa4\x84\xe7\xa6\x10\xfa\xac\xd5\x90\xd9\xf8\xe1\x31\x42\x8c\x4d\x14\x8c\xeb\x1e\xc8\x81\x70\x01\x35\x06\xdb\x60\x6d\xa6\x10\x7d\xd5\x35\x98\x78\xb3\xf5\x9d\xb3\xdd\xf0\x68\xe6\x4c\x0c\xa2\x66\x0d\xe3\x41\x37\x74\xe8\xbe\x59\x51\x86\xea\x18\x9e\x6b\x10\xe3\x43\xef\x8d\x10\x7b\x68\x4a\x69\x88\x9a\x1d\x8c\xeb\x4e\x28\x1b\xc1\xb8\xee\x17\xc5\x2c\xbc\x57\x94\x65\x9a\x52\x30\x71\xea\x05\xf9\x48\x3b\xda\x45\xd0\x0d\x3d\x8a\x1f\x52\x94\xa1\x98\x05\x99\x73\x74\xc6\x85\xf7\x46\x00\xfa\x2a\x45\x59\xb0\x1b\x92\x51\xdc\x57\x39\xde\x6a\xd3\xf1\x82\x6d\x83\xc1\xdb\x50\xb9\x86\x60\x01\xa6\xee\x00\x2f\x6a\xe6\xa8\x0a\x06\x6f\x43\x77\x13\x82\x85\x68\x75\x61\x07\xdd\xd0\x1b\x23\x4f\x30\x1b\xfa\xcb\x5e\x95\xcd\x92\x63\x3d\x98\x0d\xfd\x62\x7b\x09\xba\xa1\xdf\xe6\xd5\x4b\xe1\xc8\x1c\x99\x0d\xbd\x1e\x6f\x56\x15\x41\x4f\x0b\x41\x55\x64\xf8\xac\xaa\xc8\x74\x44\x66\x07\xb3\x35\xc2\xad\x98\xe0\xcf\xb9\x9c\x3c\x20\xa3\x60\xf0\xf6\x8b\xd7\x2f\x44\x51\x06\x5e\xa1\x70\x51\x33\x41\x08\x41\xd4\xfc\xcb\x34\xf9\xa7\xd8\x0f\x16\x81\x8a\x58\x2c\x83\x80\xba\x63\xe4\x09\xf1\xa6\x30\x30\xba\x28\xa3\xc2\xeb\x55\x4f\xed\x64\x97\x58\xea\xc7\x95\x1f\x6f\x30\x55\xa1\xc9\xaf\x58\x2e\x1b\x01\x75\x47\x1c\x05\xe3\xba\x21\x7b\x0c\xc1\x12\x51\x11\x4d\x23\x48\x64\x3a\xdc\xcb\x9f\x5a\x37\x1e\x87\xf0\xdd\x94\x0d\xaf\xf2\x2b\xc8\x44\x08\xe1\xbb\xb6\x5f\xfe\x8c\x80\xfa\x7c\x36\x11\xdd\x05\x3f\x4e\x00\x50\xa7\x0f\xef\x61\x00\x50\x27\x58\x7c\x43\x10\x50\xc3\xb0\x14\x82\x6e\xe8\x27\xdb\x0d\x01\x35\xd8\x2d\x58\x22\x6a\xb9\xe3\x2e\x9f\x4f\xb5\x93\x56\x7b\x71\xae\x05\xd4\x77\x9d\x58\x2d\x22\xbb\x11\x92\xdc\x5c\x40\x92\x90\x74\x63\x35\x86\x60\x36\xf4\x03\xde\x0c\x02\xea\x04\xf6\x09\xc6\x75\xbf\xcd\x67\xad\xb9\x4c\x34\x4e\xb8\x80\x7a\x31\x29\x66\x43\x1f\x0e\x94\x90\x6e\x30\xa4\xdd\xb0\xec\xb2\xc2\x4a\x37\xf4\x52\x84\xca\xe7\xb3\x5e\x5f\x65\x76\xa1\x9b\x28\xdd\xf1\xda\x44\x74\x57\x5c\x39\xc1\x1a\x16\x9d\x08\x93\x20\xa0\x9e\x98\x35\x42\xbe\x29\x84\xde\x6c\x04\xd1\x67\xd3\x08\x22\x74\xe3\x70\xe3\xba\x31\x41\x87\x6c\x41\xe7\xc7\x37\xcb\xd7\x04\xf6\x09\xf2\xf9\x44\xa7\x4c\x3e\x9f\xe4\xe2\xcf\x1e\xcd\xb8\x9f\x82\x7c\x3e\xc7\xff\x9c\x75\xbb\x0f\x66\x41\xd4\x3c\xef\x87\xcc\x76\x07\xec\x04\xe3\xba\x35\xf5\x87\x1b\xd7\x8d\xae\x15\x40\xcd\x09\x72\xb9\x10\x8c\xeb\xae\xe8\x5a\xa1\xdc\xd2\x87\x74\x43\x37\xf4\xe2\xb4\x0d\xc6\x75\x1f\x70\x71\xb8\x71\xdd\xe8\xf3\xa1\xdc\xec\x51\x56\xac\x6e\xe8\xb9\xed\x86\x6e\x4a\xec\x54\xa1\x28\xca\x9a\x4d\xb3\xbf\xa7\xbd\x9a\x6e\x1c\x16\xb0\xa8\x59\x93\x48\x30\x78\xfb\x79\x7d\xd6\x88\x1a\x77\xb7\x6e\xe8\xd7\xc3\xe8\x06\x6f\x13\xab\x13\x6e\x36\xb4\x07\xe8\xe5\x11\xea\x3e\xab\x41\xcc\xc3\xc8\xe0\x6d\x88\xbf\x42\xb8\x65\x2c\xb2\xaf\x52\xeb\xf6\xb8\x31\x78\x7b\x78\xda\x8a\x9a\x37\x7a\x4b\xa8\xd2\xc8\xa3\xa8\x04\x50\x73\x2a\xc7\xa6\x11\x62\x1e\x64\x66\x43\x2f\x07\x78\x83\xb7\x3d\xf5\xaa\x11\x8f\x6e\x58\x83\xb7\x77\xe2\xaa\xc1\xdb\x13\x03\x60\x30\x78\x1b\x1a\x93\x10\x6e\xf0\xb6\x42\x55\x1e\xd4\xf5\xf9\x2a\x8b\x3e\x60\xa7\x0a\xb7\x1c\x30\x46\xad\x20\x6a\x26\x9e\x33\x04\x51\xf3\x78\xfe\x48\xd7\x0a\x41\x40\xbd\x8f\x1f\xb5\xa2\xc7\xb0\x87\xb7\x7c\x3c\xbf\xb1\x5d\xad\xcc\x0e\x2b\xba\xef\xb3\xd7\xcd\xc1\x14\xb4\x4b\x74\xc0\xb3\x02\xea\xa2\x92\x26\xa0\x86\xcc\x3c\x04\xab\x0c\xcf\xce\x9b\xbb\xbf\x42\xb1\x6f\xa2\xb4\x51\x79\xc1\x44\xe9\xb6\x98\xfa\x6e\x8a\x99\x3b\x4e\x37\x74\xbd\x1f\x52\x94\x39\xf5\xfd\xfa\x32\xbc\xaa\xed\xd7\xa3\xca\xfa\x17\x90\x87\x84\x70\xeb\x5f\xb8\x5c\x01\xd4\xa9\x35\x9b\x9c\xda\xd5\xe9\x33\xae\x3b\xe0\xb7\x0a\x43\x8f\xbc\x67\x93\x71\xdd\x4b\x6d\x61\x98\x92\x03\x74\x0d\xc6\x75\x93\x73\x14\x82\x6e\xe8\xee\x8e\x33\x1b\x5a\x14\x1c\xcc\x86\x3e\x2a\x0f\x32\xb5\x4e\xa5\x22\x80\x3a\xc3\x7e\x13\xc2\xf0\xa8\xba\x1f\x52\x2b\xc3\x4e\x15\xc6\xa5\x06\xf2\x55\x6a\xa1\x1e\x82\xff\xb9\xa1\x59\x63\x43\x54\xe5\xa4\xdc\xc2\x64\x9e\xc5\x53\x94\x61\x37\x00\xd4\x29\x2a\x43\x74\x43\x47\x07\x28\xa0\xa6\x9c\x5f\x08\xba\xa1\x35\xe3\x04\xe3\xba\xa3\x9b\x17\x40\x9d\xa2\x9d\x34\x1b\x9a\x40\xee\x10\x00\xd4\x29\xd8\xab\x79\xf3\x14\x18\xef\x34\xc5\xac\x78\x75\x28\xab\x6d\x2a\xba\xd5\x9c\xcd\x86\x7e\xfc\xcf\x00\xea\xf4\x62\xc4\x0b\x37\x1b\x1a\xc3\x54\x10\x50\xbf\x84\x19\x84\xa5\x56\x16\xf9\x2e\xa8\x39\xbd\x78\xc1\x02\xa8\x39\x51\x77\x38\x04\x51\x33\x65\xd0\x43\x58\x06\x43\x12\x2a\x10\xd6\x25\xb2\xa0\x57\xa0\xe6\xf4\x2a\x15\x75\x43\x3f\xee\x85\x4b\xf4\xea\x29\xbf\x6e\xdd\x2e\xbb\x61\x36\x34\x88\x3b\xac\x1b\x61\xe2\x55\x0d\x44\xf7\xbb\xec\x5f\x0a\xfe\x86\xb0\xae\x81\x97\xdf\xbe\xaf\x6d\x9f\xab\x06\x6f\x77\x2c\xff\xe1\xbf\x6c\x68\x3e\xb4\xcd\xcb\xf0\xb8\xd9\xb7\xaa\x20\x53\xb6\xf5\x65\x04\x6f\x56\xd5\xfc\xfc\x90\xa8\x59\x45\xd4\xe0\xed\xae\x64\xdb\xda\xba\x15\xdd\x17\x35\x7b\x70\x5f\xd4\x8c\xd3\x36\x6c\x7d\x55\xd5\x67\x5d\xcf\x1e\xaf\xba\xa1\xbb\xaa\x88\xc1\xdb\x5d\x4d\xec\xdc\x94\x3a\x06\x68\xf0\x76\xf7\xa8\xba\xa8\x39\x7b\x55\xab\x08\x31\x6f\xe1\xdc\xfd\xcb\x02\xbe\xd9\xd0\x98\xad\xc2\xb9\xa8\x8a\xf1\x9a\x0d\xdd\x1b\xf3\x2b\x6a\xee\x42\xbf\x8b\x8b\x31\x2d\x06\x2b\x71\x74\xc5\xa6\xe1\xd9\xdd\xc5\x70\x1d\xcd\x6b\xfc\x25\xf6\x2d\xd2\xd1\xd1\xbb\xa2\x45\x3a\xa0\x74\x0b\xd1\x22\x1d\x70\xc7\x85\xa8\x0f\x9a\x4c\x8a\x10\x9f\x6b\x02\x1a\x34\x8d\x21\x61\x23\x44\x8b\x74\x0c\x96\x4d\x14\x32\xf7\xed\x55\x07\xcb\xa1\x10\x2d\xd2\xd1\xf1\x3d\x45\x1d\xcd\x1d\x63\x7e\x34\x15\x1a\x76\xb5\x10\x85\xcc\x9d\xb0\xe7\xf8\xdc\x5f\x61\xf3\x86\x87\x55\x9a\x86\x87\x35\xdf\x2c\x6f\x24\x9a\x73\x34\x15\x7a\x10\x14\x14\xdf\x1b\x43\xf2\xd0\x34\x1c\x0e\xb3\x6a\xb4\x84\xc7\x40\x1c\xc5\xf7\xc6\xcc\xf8\x2a\xc7\xfb\x63\xec\x09\x51\xc8\x3c\x58\xea\xf1\x42\xe6\x66\xd3\x73\x39\xfb\x66\x21\x73\xf3\x55\x46\xaa\xb3\x98\xe3\x7b\x59\x3b\xec\xe4\x15\xce\xfc\xc9\xf7\x46\x32\xdb\x54\xef\x42\xcd\x8e\x42\xe6\x97\x4d\x14\x8d\xdc\xa6\xe6\x72\x88\x41\x1c\x41\xe8\x4e\xb4\x84\x87\xde\x99\x18\xd4\xab\x09\x78\x8b\x40\xe6\xb4\x30\xf5\xc7\x70\x93\xe6\xe8\x55\x30\x66\x06\x03\x75\xd4\xd1\x4c\x99\xa7\x10\x83\x8e\xd7\xed\xb3\xc6\xcc\x2c\x9f\x45\x38\x97\xed\x87\x8c\x64\xc6\x5c\x1f\x85\xcc\xd5\x29\x0b\x9a\xbc\x92\x6f\xf6\xf0\xc5\x6c\x15\x75\x34\x53\x03\x2b\x44\x21\x73\xe2\x14\x88\xd2\xd8\x1a\x9b\x14\xcd\x77\x4e\xae\x67\x69\x6c\x23\x66\xf3\x28\x8d\xed\xf7\xd8\x64\x7e\xa1\x9c\x0a\x51\x5c\x1c\xb6\x57\x2d\xd1\x02\x32\x8a\x46\x6e\xa7\xe0\x9b\x1d\x2f\x48\x21\x1a\xb9\x0d\x2d\x73\x88\xe2\xe2\xe4\x74\xcb\x55\xfb\x61\x45\x8f\xe2\xe2\xe4\x42\x92\xab\x36\x55\x6f\x66\x3d\x27\xf4\xb4\x28\x81\x58\x70\x21\x99\xef\xbc\x09\x76\x8d\x86\x67\x27\x04\x6c\xb4\xc0\x47\xba\x57\xc5\x89\xfe\x58\x71\xf1\x87\x1a\x13\xcd\x77\xfe\xee\x55\xc6\xfb\xf9\x9f\x25\x10\xa3\xbe\x6a\x88\x86\x67\xeb\x9b\x8b\xdf\x8d\x89\xe2\xd7\x7d\x77\xbc\x5e\x35\x1f\xb6\x7b\x75\xf9\x2a\xe6\xc8\x7c\xe7\x8d\x52\x17\xe5\xb9\x4d\x9c\x02\x51\x47\x73\xf2\x4f\xea\x68\x4e\x78\xf0\xa3\xb8\xb8\x03\x0d\xe2\x75\x34\xbb\x8f\x2c\xb9\x18\xf1\xce\x44\x1d\xcd\xb0\x48\x85\x68\x15\x8f\x7c\x5f\xa5\x89\xef\xf8\xac\x99\x44\x60\xf9\x68\xbe\x73\xda\x5e\xb5\xa8\x90\x52\x05\x5c\x9c\x1a\xc6\xa5\x68\x78\xf6\x8c\x7e\xc8\xc0\x18\x45\x81\xe1\xd9\x5f\x71\x80\xe2\x08\x7f\xdd\x75\x34\x13\xc9\x13\xc1\xc5\xf9\xc3\x1a\x1c\x2f\x2e\x1e\x7f\x45\xf2\xc4\xeb\x83\xb6\xff\x42\xe6\xe4\x16\x03\x32\x67\xea\xc3\x86\x28\x81\xd8\xa7\x70\x36\x15\x9a\x1a\xaf\x21\x02\x99\x13\xc5\xfe\x42\x34\x72\x3b\x13\x35\x11\xaf\x0f\x7a\xda\x54\x0f\xe9\x7e\x48\x6b\xd8\xed\x06\x5b\x1b\x0e\xb4\x10\xb3\x91\xae\xd5\x37\xeb\xc8\x00\x83\xc4\x62\x78\x27\xc6\x96\x28\x64\xce\x2e\x39\x20\x73\xba\x5b\xdb\x54\xe8\x9c\x6d\x4a\x20\x86\x6b\x26\x0a\x99\xb3\x52\x42\x02\x31\x21\x64\x14\x32\xe7\xd7\xab\x8e\x17\xfc\x15\x8b\xe1\x8e\xc4\xea\xc4\xe2\x78\xfd\x93\xe5\xea\x5d\x76\x52\xc7\xcd\xe3\x10\x18\x6f\x26\x58\x37\xea\x68\xce\xe8\xf3\x51\x47\x33\x15\x09\x43\xac\x9a\x08\xd0\x16\xa2\x90\x39\x7b\x34\x03\x99\x93\x26\xa0\x68\xe4\x76\x51\x76\x55\xb9\x01\x3f\x3e\x74\x21\x33\x4a\x4b\xac\xb2\xb2\x28\x7f\x6e\xe4\x76\xf2\x59\xc6\xbb\xaa\x4d\x59\x95\xd0\x33\xa3\x04\x62\xa4\x9a\x86\x28\x64\x5e\xc1\x37\x6b\xe2\x53\xa2\x02\x99\xd3\xea\xde\xcc\x78\x57\xf3\x2a\xe3\x35\x52\x2b\x0a\x99\x4d\x4c\x88\xed\x9a\x44\x18\x7e\xb3\x1e\x2e\xa1\x02\x51\x02\xb1\xe3\x9b\xdb\x4d\xed\xe7\xcd\x42\x66\x7d\x8b\x51\x47\x33\x44\xc4\x21\x4a\x20\x16\xd1\x7e\xa3\x85\x45\xee\x7e\xb4\xb0\x48\x74\x11\x8a\x8b\x23\xda\x60\x34\x72\xfb\x9e\x6b\xe2\xe2\x86\xba\x1b\x9b\x81\x04\xae\x8d\x66\x26\x02\xd0\x20\xf6\xcb\xab\xc3\x78\x75\x25\x57\x7f\x6c\xbf\xfe\x08\x9e\xed\x97\x47\x88\x21\x5c\xe4\xeb\x1e\x34\x00\xbb\x29\x52\xcc\x68\x6e\x18\x69\xa3\xae\xe4\xe6\xec\x77\x3b\xf9\xd9\x0d\xd3\x25\x14\xa1\x82\xd9\xed\x59\x2c\xeb\xd7\xb4\xa9\x77\xd8\xc8\x96\x68\x4c\xf5\x8b\x65\x26\x8e\x9b\x0e\xe3\x55\x4d\xee\xd1\xab\x08\x19\xed\x63\x51\x30\x7b\xf5\x16\xc1\xec\x0b\x60\x89\x80\xd9\xfc\x62\x61\x88\x82\x59\xb3\xb7\x22\x60\x36\x3f\x58\xfe\x23\x60\x36\x0b\xb2\x22\x60\x36\x3f\xd8\x5e\xe2\x8d\xa9\xc6\xd3\x1a\xa5\xf6\x7a\xdd\xce\xe3\xb2\x9c\x79\xb3\x76\x57\xac\xe8\xd1\x24\xe5\x04\x70\x88\xc6\x54\x27\xa5\x19\x60\xb6\xa5\xca\x00\x05\xb3\x86\xfe\xc6\x79\x63\x32\xf9\x90\xd4\x5e\x3a\x89\xa2\xde\xe1\x84\x8d\x3a\xea\x1d\x4e\x98\x52\xe3\xbc\xcc\xbd\xbe\x59\x3b\x64\xf7\x55\xa6\x4b\x0c\xaf\x4a\xfd\xf4\x7f\x51\xf0\x6f\xb1\x2f\x43\xf5\x08\x2c\x2a\x1d\xc7\x89\xc8\xfc\x68\xb8\x75\x1a\x76\xe9\x9a\xa0\xf9\xa8\xf9\xcb\x89\xb8\xfd\xb8\xee\xaf\xa0\xc3\x86\x5b\x27\xf7\xa3\xe1\xd6\x09\xcb\x4c\x94\xa1\x3a\x11\x3a\x18\x6f\x49\x71\x35\xf6\x65\x8c\x93\xeb\xd3\x70\xeb\xa3\x22\x2d\xeb\xd7\x43\x20\x44\x14\xe7\x3e\x18\xc7\xe2\xd2\xc5\xe0\xd9\x64\xb8\xf5\x15\x56\xe0\xdc\x4c\x92\x75\x88\x86\x5b\x1b\xac\x1b\x4d\x52\x3e\xae\x5e\xbd\xc3\x0f\x8e\x9b\x08\xce\xcd\x1a\xc4\xa2\xde\xe1\xa3\x34\x06\xe7\xe6\xe5\xf9\x62\xb8\xf5\x29\x5e\x35\xa9\x53\x35\x7b\x1b\x8e\xab\x74\x32\x49\x19\xd2\xa1\x10\x2d\x68\xf2\x64\xfa\x6c\x41\x93\x07\x3b\x46\x94\xf5\xeb\xc1\x5e\x14\xb7\xe3\x55\xb2\x59\xd0\x04\x52\xdf\x10\x0d\xb7\x7e\x5e\xbb\x81\x89\x92\x6c\xfd\x10\x65\xfd\x7a\x44\x46\xb2\x7e\x3d\x9e\xa7\x97\xa4\x5a\xb0\x63\xb8\xf5\xe3\x9f\x34\xdc\x1a\x76\xd6\x10\xf5\x0e\x3f\xa4\x4b\xc4\x63\xe0\x07\x66\x9c\x78\xae\x09\x9a\x09\x95\xf5\xab\x1f\x9f\xe5\x7c\xb9\x90\xf3\x5c\xbe\x05\x5f\x65\xe6\x57\xb6\x57\xc6\xec\xa9\xfe\x81\x82\xd3\x50\x76\x81\x82\x53\xf7\x7c\x01\x05\x27\x1d\x82\x11\x14\x9c\x86\xff\xf9\x18\x83\x8a\xd3\xf6\x03\xea\x26\x4a\x8f\x85\xef\xd1\x7b\x88\x39\xf7\xbb\xac\x5f\xac\xe7\xef\x7a\x87\x41\x55\xdf\x73\x03\xb7\xbc\x99\xf5\xac\xa5\xe2\x33\x49\x59\x73\xd9\x27\x1b\x76\x5b\x7e\x57\x69\x4c\xee\xcc\xa7\x77\x18\xea\x98\xf0\x99\xa4\xdc\x3f\x7b\x65\x12\x3a\x30\xea\xbb\x31\xd5\xd9\xab\x92\x90\x3f\xf6\xca\x4c\xc6\xc7\x57\x49\x42\xce\xca\xf9\x64\xc3\xee\x98\x91\x3f\x59\xbf\x8c\x40\xfe\x64\xc3\x36\x2f\xe3\x33\xa6\x5a\x53\xcc\x67\x4c\xb5\x36\xe7\xef\xbd\xe3\x65\x08\x92\x77\x75\xf0\xda\x67\x1a\x72\xcf\x7e\xd7\x11\x81\x14\x3e\x2b\xe6\x4f\xdc\xb2\xdf\x7b\x9d\x62\x7e\x57\xa3\x3a\xb6\xb5\xcf\xb8\x68\x08\x48\xc3\x77\xe9\xb9\x10\xdd\x9f\x89\xc6\x06\xd7\x7d\x37\xd1\x18\xdf\xdc\xa7\x87\x77\x45\x9f\x35\x38\x27\xfa\x66\x83\xcd\xb0\x25\x7e\x7a\x78\x21\x48\x09\x9f\x1e\xde\x15\xfd\x90\xb6\xd3\xcf\xab\x37\x0e\x9c\xf1\xea\xe1\x85\x1e\x30\x7c\xf2\x5d\x2f\xf0\xda\x67\x4d\x7c\xca\x06\x85\xcf\x9a\xf8\x8b\x03\xe5\xd3\xc3\xbb\x88\x5d\xff\xac\x89\xbf\x00\x77\xdf\xe5\xbb\x46\xce\x7f\xd6\xc4\x37\xb3\xf8\xbb\x7c\xd7\xf3\x2f\x23\xcf\x17\x6f\x22\x2a\x53\xa0\x87\x17\x02\xa2\xf0\x45\x7f\x45\xf3\x2b\x66\x6f\x71\xd6\x7c\xd1\x5f\x41\x1c\xc8\x17\x6f\x7d\x25\x3b\xec\xaf\x20\x1a\xf9\x8b\xfe\x0a\x6c\xbf\x5f\xf4\x57\xb8\x4d\xa4\xc2\x36\x5d\xeb\x8b\xfe\x0a\x57\x82\x1e\xde\xc5\xa9\xfd\x89\x64\x77\xb6\xe9\xaf\xc0\x04\xf4\x49\x85\xad\xf8\xfd\xbe\x9b\x63\xce\x6c\x7e\x3a\xf7\xd9\xf8\xdf\xe7\x78\xb7\x57\x0d\x89\x47\xb3\xfa\xbe\x3b\xf5\x4c\x9f\x21\xd3\x1b\x11\xfa\xe9\xe1\xdd\xc0\xc0\xcf\x90\xe9\xed\xae\xf9\x34\x9b\x63\x03\xf9\xf4\xf0\xee\xd7\x0f\xc9\xec\x54\xbc\x59\x24\x1b\xfd\xae\xc1\x48\x00\x96\x2f\x39\x5e\xd7\xe7\x4d\x34\x06\xe7\x7e\xc9\x38\xb4\xcf\x9b\x25\x21\x74\x9d\x98\x68\xbc\x71\xbb\x7f\x20\xd9\xb2\x93\xaf\xba\x29\x00\x0c\x21\x39\xde\x62\xd3\xf1\x62\xed\xfc\x92\xe3\xe5\x98\xfb\xd2\x8d\xbb\xf3\x43\x8c\xf7\x73\xf6\x0d\x99\xfe\x30\x6b\x7c\x37\x64\x7a\xfa\xac\xc1\x1b\xfe\x1c\x43\xa6\x3f\xb4\x8b\x4f\x0f\xef\xe7\x26\x92\xb9\xeb\x23\xac\xeb\x33\xd1\xf8\x03\x27\x7e\x56\xab\xfc\x5c\xc0\x32\x77\x41\xc3\x12\xbe\x5b\xb1\xc5\x65\x76\x2b\xb6\xa0\x5d\x7c\xb7\x62\x0b\x1e\xed\x4f\xe6\x2e\x33\xa1\x3e\xf9\xae\x0d\xc5\xff\xe4\xbb\xae\x8e\xd7\x90\xe9\xba\xec\x86\x54\xe7\x4a\x54\x3d\xbc\xb5\x39\x04\x73\xea\x09\xfa\xfa\xf4\xf0\x6a\xc3\xfc\x8a\xc1\x2a\x68\xb0\x5f\x31\x31\xd3\x03\x45\x0f\x6f\x77\xf8\x7a\x78\x9b\x82\xbd\x18\x8c\xf4\xf9\x2c\xea\x44\xcb\x36\xd1\x9c\xdb\xf0\x66\xd4\x27\x9d\xa7\x5f\x91\xa9\x0c\xfb\xe7\x27\xdf\xf5\xc0\xb3\xf3\x01\x57\xf3\x70\x79\x17\xe9\xaa\xf0\x73\x7d\xc0\xd5\xdc\xb0\x71\x7d\xc5\xec\xcb\xdb\xab\xed\xb3\xfc\x9c\xe2\x78\xf1\x29\x7c\xd5\xf1\x3a\x47\xf2\x5d\xeb\x22\xfc\xea\xa5\xab\xe2\xe7\x48\xcf\x65\x30\xe1\x57\x1d\xaf\xcb\xec\xc6\x45\x2f\x9b\xd9\x26\x7d\x06\xae\xe6\x81\xbb\xff\x33\xd1\x58\x43\xeb\x67\xa2\xb1\x71\xa4\x5f\x75\xbc\xa8\xd9\x9f\xf4\x5c\x03\xd3\xd3\x77\xf9\xae\x5d\x66\x26\x1a\x6f\x27\xd4\x44\x63\x13\x6d\xbe\x6a\xc5\x25\x94\x8d\xaf\x5d\x78\xce\xb3\x7a\x78\xb7\xc2\xad\x99\xbd\x85\x9a\xfa\x19\x17\xbd\xb7\xcf\x4a\xcf\xb5\x7d\xd6\x88\x14\x45\x9f\x1e\xde\x0d\xe6\xfa\xf4\xf0\xfe\x4a\xff\xfc\x5b\xec\xb7\x1b\xbc\xe1\x83\x92\xf2\x61\x13\xf8\x9a\x89\xb7\x2e\xe6\x66\xb6\x8b\x0b\xa3\xe9\xdc\xc7\x80\xf9\x49\x76\x7d\x3c\x79\xfb\x0d\x57\x60\x46\xba\x5c\x55\x0a\x2b\x7d\xb8\xb0\x51\x85\xaf\x1b\xae\xf0\xda\x64\x72\x03\xfa\xfc\x67\x50\x74\x7a\x7c\xb3\xe1\x28\x9e\x20\x5d\x02\x1f\x8f\x2a\x90\x6c\xce\x6e\x13\x53\x89\x4d\x06\xf9\xfa\xa5\x19\x44\xfc\xf6\x9b\x35\x8f\x64\xd3\x87\x3b\x3d\x3d\x0d\x8a\x9e\x8a\x23\xeb\x69\x1a\x9c\xf3\x5d\xd8\x4b\xf8\xcd\x27\x37\x17\x55\x14\xc3\x77\x7d\xb8\x6a\x0b\x06\x45\x4f\x15\x3c\x83\xa2\xa7\x2b\xff\xa6\x12\x2f\x9f\xbd\xdc\x6b\x4c\xbd\xdc\x5c\xd2\xa1\x7c\xd7\x87\xeb\xa2\xb2\xda\x66\x53\x1c\x59\x6d\x53\x66\x83\xcf\x54\xe2\xd6\xfd\xae\xe5\xb4\x94\x03\x96\xd4\x6c\x8a\x50\x7d\xb8\xcd\xa5\x6e\x49\xcd\x76\x07\x28\x59\x3d\x21\xc4\x9f\xa9\xc4\x83\x68\xe4\x0f\xd8\x9b\xa7\x73\x04\xec\xcd\x33\xd8\x44\x38\x07\xcc\x47\x9f\x41\xd1\x06\xae\x7f\x37\x95\x18\x2f\xc9\x27\xa3\xf5\xeb\xcf\xd1\x87\x4b\x61\x91\xf0\xcd\x9b\x2a\xce\x6e\x95\x9b\x8b\x7a\x85\xe1\x03\xf6\xd6\xd7\xf3\xc5\x82\x9b\x23\xd9\xf4\xb8\x19\x7e\xc8\x8c\x24\xd0\xeb\x27\x7a\xad\x24\xed\x7e\xa2\xd7\x0a\x90\xff\x8c\x6d\x3e\xea\xc6\xa2\xd7\xa3\x42\x6b\xb2\x70\xc2\xb6\xf6\x19\xdb\xfc\x66\xdf\xcc\xf1\xfa\x7a\xda\x2e\x63\x05\x31\x6a\x7d\xa2\x57\x63\x9b\xbf\x75\x33\x0a\x7d\x56\x47\x00\x2e\xec\xcf\xd8\xe6\xe6\x8a\x5d\x72\x38\x57\xaf\x72\xbc\xde\x93\xeb\x52\x6c\x79\x82\xac\x4b\xf4\xca\x02\x16\xbd\x42\x24\x1e\xbe\x7d\x29\x7a\xe8\x95\xe8\xd5\xf0\xce\xcf\xd8\x66\x03\x18\x3e\xd1\x6b\xc5\x34\xf1\x59\x8e\xb3\x7a\xdc\x88\x5e\xeb\xb0\x69\xa5\x18\x61\x94\xe8\xb5\xa9\x57\x8b\x5e\xeb\xed\x95\xb1\xbe\xc7\x37\xcb\xe3\xe1\xe2\x17\xbd\xd6\xdb\x67\x0b\xa2\xf9\xdb\x45\xaf\xc5\xbd\x20\x7a\x2d\x60\xf9\xef\x18\x55\xe2\x74\x1f\xcb\x8f\xaa\x66\x9f\xcb\x5b\xc2\xb3\x86\x2b\xbf\x2a\x0c\x86\x2b\xbf\xea\xa5\xb7\xc2\xa6\x1b\xf6\x56\xd8\x3c\x5e\xb5\x5a\xa5\x7d\x3e\xfa\xe6\x14\xdd\xe7\x72\xd5\xfa\xdd\x9b\xcf\xee\xab\xac\x65\xe9\xa1\x70\x69\xa8\xc1\xb6\x49\x1a\xea\x80\xc8\x4d\x86\x2b\x07\x54\xbe\x24\x20\x0d\xef\x1f\xd5\xb5\x42\xba\xa9\xc1\x48\xa7\x24\x56\x0d\xf8\x61\x93\x58\x55\xf1\x9b\xc4\xaa\x14\x1d\x0e\x49\xac\x1a\x82\x1f\x95\x96\xf9\xf1\x55\xfc\x0a\x03\x9b\x93\x58\x15\x66\xc8\x90\xc4\xaa\x21\xfa\x66\x93\x32\x38\x23\xd2\x8d\x64\x4e\xbe\xd9\xd4\x7e\xe2\x4f\x92\x58\x95\x92\xc4\x21\x89\x55\x03\x93\x9b\x44\xa3\x01\x5d\x31\x89\x46\x3f\x2c\xff\x49\x34\x6a\x38\x5c\xb2\x72\x13\x15\x8a\x43\x7a\x1d\xd1\xe7\x9b\x1d\x11\x70\x3b\x89\x55\x43\xf0\x43\x8e\x28\xfa\x2c\x23\xfa\x6e\xaf\x1c\x11\xe2\x37\xdd\x58\xe5\xee\x77\x1d\x11\xf1\x6f\xe9\x12\x4d\xb3\x5b\x53\xb8\xe5\x30\xf8\x90\x8e\xd7\x80\x28\x4b\xc6\x2a\x7f\xe4\xd4\xa7\x70\x93\xbb\x6d\x3a\x5e\x7f\xfb\x25\x9a\x26\x0a\x3a\x05\xc7\x8b\x9c\x4f\x41\xf6\x4e\x4c\x22\x29\x38\xde\xe6\x55\xc7\x8b\x95\x35\x49\x99\x15\x90\x03\x29\x98\x46\xc4\x72\x4d\xe1\xa6\xd5\xd8\x0d\xc7\x5b\xec\xb3\x19\x91\xf7\xd9\x9b\x46\x44\x27\xe3\x8d\x7a\xb2\x79\x0b\x05\x0e\x9a\x2e\x66\x60\x6f\x32\x56\xf9\x7b\xbc\xea\x8a\x25\xa9\x33\x99\xe1\x1b\xba\x37\x9b\x56\x83\xa2\x92\xa4\xcc\x8a\xce\x51\xbc\x44\xe2\xfc\x1c\x03\x92\x23\x5b\x3b\x45\xc7\x8b\x0d\x36\x45\x57\x2c\x1e\xed\x74\x2b\x37\x21\x06\x93\x94\x59\x61\xfb\x66\xe7\x17\x09\x93\xe2\xe5\x90\x67\x21\x49\x34\x1d\x00\xa4\xc9\x90\xe3\x80\xb1\x34\x99\xc3\x1b\x90\xd5\xc9\xda\x4c\x61\x7b\xb3\x55\x0f\x1c\x91\x54\xd2\xf1\xf1\xaa\x21\xa9\x78\x0f\xd3\xe7\x88\x38\x31\x93\x21\xc7\x72\x26\x24\x43\x8e\xa3\x9b\xfd\x32\x5f\x61\x21\x49\x32\x5f\x45\x57\xbb\x21\xc7\x11\xbb\x6b\x32\xa8\x38\x82\x7c\x93\xce\xd3\x88\x41\x2c\x19\x54\x1c\xb1\xea\xa4\xeb\x3c\x25\xe6\x36\x19\x54\x1c\xf1\x5a\xa6\x74\xeb\x38\x20\x55\x0c\x2a\x8e\xd9\xa6\x23\x72\x6b\x24\x47\x04\x02\x4d\xc9\x11\x55\x6f\x76\x44\xdb\xa6\x23\xc2\x7a\x96\x80\x9c\xed\x0b\x36\x1d\x51\xb5\x57\x96\x1c\x72\xb5\x5b\x24\x34\x72\x82\x24\x8b\x84\xc6\x61\xd3\xf1\xa2\x3e\xa5\x7c\x83\x4e\x19\x91\xdc\x56\x91\xa3\x39\x09\x39\x23\xbe\x8c\x24\xe4\xfc\x3e\x3f\xe4\x78\xb1\xda\x25\xe9\xa0\x23\x51\x40\xc9\xb0\xe1\x08\x7e\x49\xd2\x41\x47\x97\x8a\xec\x55\x11\x05\x38\xc9\x5e\x15\xff\x2a\xaa\x18\x92\xf5\x95\x3e\xd4\xec\x64\x1e\xee\x87\x59\x23\x49\x6c\x15\x39\xc5\x92\x79\xb8\x9f\xb3\x59\x6e\xc4\x29\x7d\x28\x57\xc0\xfa\x6c\xf2\x27\x33\xf6\x72\xf3\xda\x58\x18\xe6\xe1\xc6\x63\xd3\x4a\x9d\x2e\x1b\x89\xad\x3e\xec\x99\x49\x62\xab\x0f\x2b\x47\x2a\x57\xc0\xf2\xcf\x25\xb6\xfa\x5c\x36\x46\x14\x9b\x82\x9d\x8c\x28\x8e\x18\x2e\x52\xb1\xca\x27\xca\x61\x32\xa2\x78\xe2\x6b\x4b\xe6\xe1\x4e\xf7\xe3\xcd\xc3\x45\xff\x49\x46\x14\x6b\x75\x4c\x46\x14\x2f\x92\x7d\x92\xf5\x95\x74\x22\x24\xeb\x2b\x6d\x37\x91\x11\xc5\xcb\x1f\x6b\x65\xd2\xe5\xae\xb1\x32\xe9\x52\xc2\x98\x87\xbb\x82\x57\x19\xaf\x06\xb1\x24\xb1\x95\xc9\x95\xc9\x3c\x5c\x03\x7d\x93\x79\xb8\x9a\x9e\x92\xf5\x95\x16\xb1\x2b\x49\x62\x2b\xcd\x56\xc9\xfa\x4a\xcb\x33\x51\x62\xab\x85\x52\x9a\x8c\x28\x5e\xc7\x67\x1d\x2f\x61\x03\xa9\x39\x5e\xff\xa4\xc4\x56\x4b\xb1\x2f\xb1\xd5\xc2\xe6\x9c\xac\xaf\xb4\x30\x10\xa5\xe6\x78\x41\x64\x49\x3a\xe8\xe5\x16\xd3\x3d\xba\x3c\x14\xda\x65\x3e\xb7\x93\x8e\x97\x08\xb7\xa4\x7b\x74\x79\xa0\x48\x6c\xb5\x08\x45\x4b\x12\x5b\x99\x2d\x92\x74\x9e\x6e\xcf\x17\x9d\xa7\x0b\x13\x41\xd2\x79\x4a\x11\xed\x90\x74\x9e\x9a\x59\x9c\x74\x9e\x6a\x4b\x4c\x3a\x4f\x35\x3c\x26\x9d\xa7\x0b\x4b\x45\xd2\x79\xba\x1f\xbf\xeb\x78\x8f\x6f\x36\xcc\x52\x69\x7c\xd9\xab\x14\x74\xe6\xe1\x1a\xc7\x95\xba\xf4\xc8\x38\x7a\x92\x79\xb8\x19\x5b\x77\x32\xd3\x36\xab\xb7\x5c\x7e\x2a\x67\xdf\xc0\xe0\x8c\x93\x3a\x8d\x1b\xe5\xee\xcd\xd6\xc0\x2a\xbe\x0a\x25\x5c\x1e\x80\x64\xe8\xaf\x51\x7c\xe9\xc2\x46\x97\xca\x85\x8d\xea\x69\x17\x36\x62\xcd\x4e\x17\x36\x2a\xe7\x2f\x6c\xf4\xb4\xbd\xb0\xd1\xf1\x9a\x4b\x2b\x79\x69\x02\x36\xd6\xc7\xe3\x06\xd8\x58\x1f\x60\x63\x02\x36\xd6\x47\x31\x62\xe8\xaf\x29\x00\x49\x6f\x69\x75\xc3\xea\x0f\xad\xf8\x6e\xd2\x2d\x75\xf4\xfa\x2a\x9d\x62\x9f\x57\x75\xca\xab\x48\xeb\xf4\xac\xea\xa5\x3a\x3d\xeb\x67\xaf\x84\x8d\x6e\xab\x0b\x1b\x31\xd7\xa7\x0b\x1b\x31\xc5\xa4\x0b\x1b\x71\x4d\xa6\x75\xab\xd4\xd1\x67\x61\x63\x05\x18\xa6\x75\xe9\x2e\xf9\xcf\x72\x4c\x15\x95\x3a\x53\x62\x25\xee\x48\xc0\xc6\x5a\x6e\xd3\x6c\xf7\xf0\x57\x24\x4f\x5a\xb7\xa0\x9b\x0f\x1a\x7a\xe4\xfa\x5c\xb7\x60\x1f\x2b\x5f\x3e\xe7\xe2\xd9\x6a\xdc\xaf\x69\x53\xc9\xb8\xdf\x02\x28\x4e\xeb\x92\x18\xf3\x57\x8d\xfb\x2d\x04\x07\x26\xe3\x7e\x0b\xc1\x63\x49\xfa\x29\xa9\x02\x93\x88\x72\x78\x6a\x8b\x28\x87\x2b\x7f\x5f\x66\x48\x7e\xa3\x88\x72\x28\x9d\x44\x94\x53\xd0\x21\xa2\x1c\xd3\xef\x1a\xe7\xac\xec\x12\x51\x4e\xb7\x89\x88\x52\xea\xaa\x24\xa2\x94\x7c\x2c\xe9\x0f\x9d\x8a\x32\x11\xe5\xc4\x80\x90\x8c\xfb\x0d\x2e\x66\xe3\x7e\x03\x71\x20\xc9\xb8\xdf\x4a\x1a\x51\xba\x88\x52\xd9\x65\x15\xa4\xa9\x0c\x39\x92\xdc\x3a\x29\xc7\xf1\xaa\x2b\x1e\x0d\xf2\xd1\xab\x56\xcb\x55\xee\x19\xf7\x2b\x39\x43\xba\xf0\x73\xfa\x21\xe1\xa7\xda\x82\xf0\x73\x0b\x3a\xce\x2d\xd8\xe7\xab\x34\x60\x3a\x29\x46\x05\x53\xd2\x37\x24\x43\x7f\x7d\x36\x1b\xfa\x2b\x33\x52\x36\xf4\x77\x37\xaf\x6a\xc0\xfc\xb1\x88\x87\x6c\xe8\xaf\xe9\x93\xd9\xd0\xdf\x4d\xc6\x7d\x36\xf4\x77\x77\x9b\x1a\x30\xb3\x37\x6b\xc0\xec\xbe\xb9\xda\xcc\x34\xb5\x71\x11\x06\x93\x0d\xfd\x6d\xc7\xab\x8c\xb7\x24\x9f\x65\x6b\x17\x4e\xcc\x2c\xc6\x2c\x80\xca\x2c\xc6\x2c\x9f\xaf\xb2\x3a\x30\xda\x45\xbe\xd5\x81\x99\xfd\x7c\xab\x03\xb3\xb5\xf3\xad\x0e\x8c\x90\xcc\xb7\x3a\x30\xab\x2e\x8b\x40\x0f\xc8\x37\x8b\x40\x4f\xf6\xaa\x74\x79\x2c\xb3\x2c\x02\xd5\x65\x9f\x45\xa0\x1b\x1b\x48\x16\x81\xca\x0b\x9a\x45\xa0\x26\xdc\x65\xb3\x65\x07\x26\xa0\x2c\x02\xfd\x8a\x4d\x75\x45\x10\x4a\x16\x81\x8e\xfb\xa1\x63\x93\xf1\x8a\x40\x07\x01\x54\x59\x04\x3a\x80\x60\x59\x04\x7a\x3f\x24\x02\x9d\xe4\xb3\x67\x7d\xa9\x9d\x85\x94\x45\xa0\x14\xfa\x0c\x59\x04\xea\x3e\xca\x22\xd0\x41\x6c\x40\x16\x81\x0e\xac\x49\x39\xdc\x5a\xba\xfc\x1c\x11\xe8\x70\x31\x88\x40\xb5\xde\x67\x11\xe8\xcc\x3e\x2b\x29\x37\x28\x32\x8b\x40\x47\xf3\xea\xb1\x1b\xf4\x59\x04\x3a\xb0\xbc\x65\x11\xe8\x74\xb5\x8b\x40\x67\xf4\xaa\xe3\x05\xf8\x67\x11\xa8\x72\x23\x8b\x40\x8d\xd8\xcc\x22\x50\x8a\x2f\x84\x2c\x02\x1d\xd3\x37\x3b\xde\xe9\xcd\x8e\xd7\xe9\x16\x81\x0e\x4c\xd6\x59\x8c\x39\xb6\xdd\x70\x44\xfb\x2f\x72\x86\x2c\xfc\x94\xba\x33\x0b\x3f\x07\x12\x26\x9b\x0f\x2b\xbf\x5f\x36\x1f\x76\x80\x73\xb3\xe0\x74\xe0\xd7\xc8\x82\xd3\xe1\x8e\x13\x9c\x8e\x65\xf3\x4e\xae\x6f\x66\xb0\xe6\x58\xe5\xef\x72\xc7\xf9\xe6\xe6\x55\x6f\xee\x5e\xb5\x1b\xd2\xba\xba\xb6\x2f\xc1\x94\x2b\xff\x56\x07\x0e\xbe\x4a\x46\xee\xe8\xb3\x4e\x2e\x8e\xd7\x6c\x3e\xec\x04\xf7\x65\xa1\xeb\xc4\x6c\x95\x85\xae\x93\x30\xa7\x9c\xee\xe4\x32\x9b\x42\x57\xa9\xce\xb3\xd0\x55\xfa\xca\x2c\x74\x9d\x28\x5a\x59\xe8\x3a\xa3\x6f\x76\xbc\x9f\x4d\xc7\x8b\x71\x3b\x0b\x5d\xa7\x12\x46\xe8\x3a\x51\xc2\x73\xba\x8b\x99\x29\x4b\x97\x75\xc7\x5e\x29\xac\x86\x03\x3c\x5e\x65\x08\xf9\x6a\xbf\xf4\x4a\xe8\x6a\x32\x48\x16\xba\x4a\xda\x9c\x85\xae\x1d\x03\x66\x16\xba\x4a\xb6\x96\x85\xae\x26\x26\x64\xa1\x6b\x23\xda\x33\x5f\x5a\x66\x05\x5d\xbe\x71\x68\x0c\x21\x5f\x61\xe5\xcd\x6a\xbf\xc7\xab\x6a\x92\x8a\x41\x81\xad\x3c\x99\xf9\x02\xdb\x68\x93\xe0\x1c\x7d\x46\x59\x16\x29\x0a\x19\x84\x6c\x75\xe0\xdd\x6c\x2a\x9c\x3d\x41\x0c\xee\xcd\xa8\x8e\x59\xf4\x2a\x7d\x65\xbe\xc1\xbd\x68\x83\x59\xf4\x6a\xb6\x48\x96\x45\xaa\xa1\x58\xe6\x62\x71\x10\xec\x27\x59\xf4\x4a\xcd\xc1\x90\xcb\x8d\xbb\xb3\x1b\x6e\x5e\x97\xb7\xf9\xb0\xc7\x8d\x73\xab\x03\x7b\x82\x14\xb9\x2e\xd1\x1f\xf2\x2d\x66\xe4\x96\xbc\xb4\xcc\x30\x0c\x64\x83\x7b\xa5\xac\xc9\x06\xf7\xbe\x04\xb9\x65\xbd\xa5\x54\xaa\x0a\xb9\xde\x7c\x67\xde\x6c\x31\xa3\x82\xb7\x22\x4b\xcb\x6c\x5e\x79\xae\xd7\xa1\xc6\x7f\xb6\x3a\x70\x51\x1a\x8b\x5e\x37\x5a\x77\x36\xb8\x57\xea\x98\x5c\xef\xfc\x32\xc0\x7a\x09\x00\xfd\xae\x71\x95\xd8\x31\xb2\xf9\xb0\x45\xb9\x67\x75\xe0\x07\x6c\x9b\x45\xaf\x1b\x83\x49\xd6\x5b\x4a\x51\x8f\x90\xdb\xad\xfe\xcc\x00\x45\xaf\xc5\x3e\x37\x95\x2b\x14\xb3\x6c\x70\xaf\x34\x08\x59\xf4\x5a\xd4\x1f\x44\xaf\x1b\x3f\x57\x6e\x06\x6f\x63\x02\xca\xed\xce\x2f\xff\xb9\xe9\xfd\xbf\x37\x5b\x52\xd3\xad\xd1\x6e\xa8\x12\x43\x00\xbd\x7e\x67\xda\x49\xa3\x3b\x9c\x5f\xd1\xab\x34\x17\xb9\x19\xbc\x8d\xdf\x39\x8b\x5e\xcd\x33\xca\x3a\x4c\x4d\x16\xce\xd2\x32\xff\x5c\x75\xff\x16\xfb\x12\x4c\x4d\x57\x42\xbf\x84\x69\x36\x6f\xf1\x08\xba\xd4\x0d\xec\x39\x36\x4d\x0d\xf6\x24\xea\x72\x03\x62\xfd\xcb\xf8\x25\x1f\x09\xa6\x32\x00\xf3\x57\xad\xe2\xd7\x2c\x36\x99\x3e\x00\xe6\xaf\x7a\xc3\xaf\xd9\x68\x2a\x24\x01\x98\x41\xa6\xa0\x0c\xc0\x0c\x12\x1f\x65\x40\x62\x90\x2c\x3a\x03\x12\x7f\xdc\x1e\xbf\x66\xa0\xe9\xc9\x0b\x48\xfc\x31\x1c\xfc\x9a\xf4\x2a\x60\xa3\xcb\x68\xb0\xc1\x65\x53\x50\x4a\x7f\x2a\xe4\xaf\xf9\x71\x33\xfe\xa3\x82\x52\x1a\x1f\x0e\xa3\x82\xbe\x17\xb5\x2a\x17\x94\xb4\x18\x51\x59\x0b\x4a\x5a\x8c\xf8\x9d\x0b\x4a\x5a\x8c\x80\x9d\x82\x1a\x16\x23\x02\xb6\xa0\x86\x9d\xcd\x52\x2f\xa8\x61\xe7\xd8\x2b\xd4\xb0\x23\x7b\x5e\x41\x0d\x0b\x92\x80\x95\x60\x37\xa2\xcd\xe0\x7f\xe6\x55\xa8\x61\xf1\x21\x6c\xa0\xa0\x4a\x45\xc3\x4a\x0b\xe7\x69\xa4\x80\x4b\x28\x9c\x4d\xdf\xc6\x9e\x50\x38\x6e\xbe\x4d\xb4\x46\xb1\x0a\xc0\x76\xf8\x1c\x37\xdf\x86\x61\xb5\x70\x82\x7c\xf2\x5c\x15\x4e\x90\x4f\x0e\xb4\xc2\x09\xf2\x6d\xce\xd3\xc2\x19\xf1\x99\x2c\x5c\xb2\xdf\x8d\x3e\x6b\xa9\x02\x16\x43\xe1\x8c\xf8\xac\x98\x50\x38\x23\xbe\x4d\x64\x5d\x41\xec\x7f\x1b\x15\xbd\x20\xf6\x3f\xa3\x9e\x4a\x91\xa1\x08\x29\x51\x8a\x9d\x24\xf9\xa5\x14\x3b\x09\x60\x29\xc5\x4e\x72\x90\x95\xea\x55\x76\x4a\x69\x5e\xc5\xa6\x57\x10\x1a\x9f\x81\x85\x05\xa1\xf1\x6d\x54\xd6\xd2\x1c\x02\x39\xcb\xc5\x8d\xbf\x5d\x2a\xcd\x3f\x89\xca\x5a\xba\x9d\x24\x95\xb8\x74\x9f\x05\x44\x97\xee\xf0\x91\x3f\xa5\xfb\x2c\x1b\xb6\x0c\x9f\x25\x7d\xa0\x0c\x07\xe8\xca\x91\x3f\x6d\x63\xd2\x2c\xc3\x37\xe3\xda\x28\xc3\x37\x23\x9c\xcb\x70\x42\x5d\x2a\xc3\x1f\x8b\x67\xb9\xb0\xe9\xbe\x03\xa6\x2e\xd8\x31\xbe\xe3\x22\x5c\x56\x20\x72\xf6\x31\x3e\x7c\xc7\xf9\xc5\xc2\xf0\x19\xec\x51\xb0\x30\x7c\xf2\x4b\x14\x2c\x0c\xdf\x71\x7e\x97\x42\x12\x45\xba\x2c\x6b\x4f\xa0\x4d\x95\xed\xcd\x6c\xe7\xb2\xbd\x19\x7d\xa9\x6c\x6f\x46\x9b\x2a\xc7\x3e\x67\x9b\xf6\x19\x37\x74\x39\x76\x92\x93\xab\x1c\x9f\x25\xd6\xae\x3e\x3e\x4b\x18\x7f\x7d\x7c\x16\x46\x82\xfa\xdc\x8a\x4b\x85\x66\xb4\xd9\x69\x7e\x36\x27\x4d\x59\xec\x40\x46\x15\x30\xfb\x49\x14\x5f\x1f\x7f\x4e\xf3\xcd\xb7\xd6\x06\xcf\xbe\x7e\x08\xfd\xa1\xbe\x7e\x08\xfc\x52\x5f\x3f\xf4\xff\xb3\xf8\x9f\x62\xbf\x46\xfb\x8f\x70\xae\xd1\xd7\x72\x10\xd7\xe8\x6b\x59\x36\x35\xda\x43\xa0\x41\x8d\xf6\x90\x53\xac\x46\xa7\xef\x78\xf3\xb1\xc9\x9b\x3f\x5f\x85\x4e\x5e\x3f\xd3\xe4\x89\x20\xaa\xdf\x4d\x93\xe7\x57\x7c\xa6\xc9\x23\xac\xea\x27\x79\x11\x47\x46\xb5\xd8\xe8\x83\x69\xb4\x5a\xfd\xc4\x48\xf5\x9a\x2c\x33\x87\x1b\xba\x66\xaf\xb2\x4e\x6a\xb6\xec\x11\x40\xbe\x9a\xea\xf5\x7c\x36\xe5\x9d\x26\xbe\xba\x4a\x9c\xf8\x10\x71\x51\xa5\xfd\x7f\xfc\xe7\x43\x6a\x11\xd4\x83\x3a\x2e\x99\x39\x4d\x69\x01\x1e\xf2\x14\xea\xbe\x45\x24\x79\x56\x56\xb7\x07\x63\x5a\xc5\xd6\x94\x5e\x9c\x6b\x95\xc5\x9c\x5e\x9c\xb6\x95\xc5\x9c\x3c\xf5\xaa\xcc\x6c\xaf\xbf\xee\xc8\x03\x80\x31\xad\x1e\xd9\xb7\xfc\x57\xc6\xb1\xbf\xfc\x9c\xf6\x5a\xe3\x0c\xb3\x46\x7b\xa5\x05\xc0\x06\xdb\xac\x09\xf5\x22\x15\x9b\x14\xd6\x2f\xd8\xbc\xbd\xf6\x0a\x7b\x66\x7b\x25\x2b\xe0\x5f\x35\x13\x6f\xcd\xd0\x69\x26\xde\xbe\xe8\x21\xcd\xc4\xdb\x17\x99\xd9\x4c\xbc\x7d\x81\xcc\xcd\x02\x43\x2f\xb6\xfd\x26\x7d\x13\xb5\xad\x43\xfb\xa4\x41\xe0\x00\x6d\x9f\x1a\x2c\x32\xb3\x59\x00\xf7\x45\x48\x36\xd7\x86\x46\xad\x96\xfc\x1b\xc8\xcc\x96\x1c\x3e\x80\xba\xb9\x72\x5e\x0e\xdf\x96\x1c\x3e\x53\xd6\xb2\xdf\x25\xa2\xa6\x99\x60\xf8\x6e\x9b\x76\x12\xe5\xbf\x99\x60\xf8\xb2\xf8\x9b\x18\x84\x52\xb3\xa1\x99\x60\x68\xa4\x47\x73\xd5\x19\x9c\xd3\x4c\x21\xb4\x92\x48\x33\xb3\x2f\x60\x82\x6e\x66\xd8\x05\xc2\x60\x9a\x19\x76\x21\x78\x55\x3e\x40\xdc\x40\xcd\x2c\xb9\x10\xbd\x3a\x6d\xf2\x21\x69\x51\x8d\x94\x68\x4d\xe6\x0a\x00\x78\x43\x93\x4c\x06\x5d\x34\xe9\x53\x02\x52\xb1\xb9\x17\x02\xe6\xeb\xd6\x2d\x41\x88\xbd\xa8\xb9\x35\x64\x57\x6b\xd2\x75\x06\x6c\x7a\x4d\x42\xce\x80\x55\xa7\x0d\x9f\x45\x94\x35\x79\x2d\x64\x35\x69\xf2\x5a\x04\x94\xe1\x26\x55\x45\x70\x06\xa5\xaa\x08\xce\xe0\x72\x80\x04\xc8\x35\xeb\x1a\x04\x9c\xf2\xcd\x6a\x80\x01\x67\x4d\x73\x0f\x06\x27\xd4\x7a\x7f\xc6\x42\x34\x77\x4a\x04\xbe\x75\x93\x38\x22\xde\x99\x6e\x12\x47\x44\x40\xf5\x47\xc2\x10\x60\x54\x97\xa0\xde\x92\x10\x5d\x06\xbc\x88\xda\xd6\xd1\xe2\x52\xfc\xbc\x6a\xdd\x61\x34\x93\xfe\xde\xda\x04\xbf\xdf\xde\x4d\x8d\x8f\xa4\x3d\x76\x93\xdf\x23\xbb\xac\x9b\xfc\x1e\x99\xb2\x6e\xf2\xbb\xae\xf3\xee\x1e\xfc\x11\xc5\xff\x53\xec\x77\xb7\xa7\x89\x8a\xdd\xcc\x77\x61\x60\x37\xf3\x5d\x9f\x7b\x37\xf3\x3d\x02\x40\xba\x95\xc5\xe4\xdb\xef\x66\xa0\x4b\x68\xd3\xad\xbd\x15\xb1\xb3\x75\x49\xcf\xd4\x7e\xbb\xa4\x67\x11\x11\xda\x25\x3d\x33\xa4\xa4\x5b\x72\xda\x12\x33\x3d\xdd\xe2\x77\x8c\x2e\x79\x33\xeb\xa4\x67\xf9\x5e\x50\x95\xbb\x54\x5d\x32\x34\x76\xe9\xac\xa9\xe3\x19\xba\xa9\xc4\x91\x93\xab\x9b\x4a\x1c\xd9\x9e\xdd\x54\xe2\x78\x7c\x96\xe1\x7f\xa8\xbb\xdd\xcd\xfb\x21\x7e\xbb\x9b\xd7\xe4\xfd\x6e\x76\xb0\x11\x26\x5d\x03\x82\xbe\xf2\x6e\xc2\xef\xc7\x5e\xee\x26\xfc\x7e\xae\x13\x8f\x9b\x8f\xad\xdd\xdd\xf8\x9f\xcb\x46\xd4\x6f\x45\xc2\x2e\xae\x37\x56\xa7\xcb\x0e\xfd\x71\x90\x75\x71\xbd\xfe\xee\xae\x58\xf8\x10\xec\xdd\xc4\x5b\xa9\x20\xbb\x62\xc1\x5c\xef\x6e\xf2\xec\x87\xe9\xbb\x9b\xf1\xaa\x73\xbc\x4b\xad\xac\x43\xbf\x2b\x43\x3e\x6c\x4d\xdd\x9a\x41\x1f\xa6\xe0\x6e\xdd\x9f\x0f\x53\x70\xef\x3e\xeb\x52\xe9\x3e\x8b\xb2\xd4\xbb\xc3\xc7\x9e\xd0\xbb\xc3\x6f\x3e\x6b\x27\x9b\xcf\x3a\x7c\x84\x46\xb7\x6e\xce\x87\x97\xa4\x0f\xc7\x0b\x28\xee\x0a\x1c\x0a\x8e\x87\xee\xd1\x6c\xfd\x9a\x6e\xf5\x58\x59\x9a\xbb\xe2\xe8\xc3\x5c\xd6\x65\x19\xfa\x38\x41\xfa\x74\x44\x58\xc0\xfa\x74\x44\x44\x89\x74\x79\x84\x3e\xf4\xa5\x2e\x8f\x10\x65\xb2\x43\x97\x75\x47\x3a\xfa\xae\x28\xb3\xc0\x47\x57\x94\xa5\xc7\x9b\xbb\x4d\xbe\x2b\xaf\x4e\xc2\x1c\xda\x3d\xf4\x13\x7a\x75\xf7\xd0\x4f\x78\xa3\xba\x87\xbe\xd4\x97\xdd\xa4\xb9\x84\x85\xb3\x2b\xd9\x92\x4b\xc5\x5c\xb6\x84\x61\xaa\x9b\xcb\x96\x94\x4e\xe6\xb2\x25\xec\x90\xe3\xb1\x24\x0d\x8a\xf4\x78\xbc\x19\xf9\x33\xd4\x1f\x28\x19\x1f\x86\x92\x2d\x15\xaf\xfa\x2a\xc2\xba\x86\xb4\x1e\x09\xfd\x76\x28\x73\x12\x82\x62\x44\xff\x06\x1a\xec\xb0\x9e\x82\x49\xac\x43\x0d\x21\x71\xca\x8f\x78\xb9\x2e\x33\x4d\x5f\x85\x77\x78\x58\x31\x41\xe6\x8a\x61\x09\x42\xb3\x4d\x87\x02\xca\x4c\xdb\xf1\xf9\xdb\x11\x23\x43\x55\x33\x31\xa1\x43\x89\x64\x3e\xe9\x50\x22\x25\xe6\x77\x24\x29\xbb\x51\x8f\x87\xba\x47\x42\xc8\x0c\xeb\xee\xc9\x8e\x38\x92\x9d\x44\x01\x1e\x8a\x2f\x6b\x13\x8c\x4b\x6e\x80\xed\x62\xa8\x5d\x64\x62\x30\xc6\x35\x4b\x62\x94\x1e\x97\x55\x00\xc9\x30\x2e\xab\xc0\xff\x81\xd2\x3f\xc5\xfe\xb8\x84\x03\xc8\x90\x71\x39\x04\x58\x09\xc3\x44\xf8\x4c\xb4\xc6\x30\x11\x5e\x36\xbc\xd1\x2e\xd1\x01\x1d\x6e\x7e\xb4\xf8\xac\x6f\x2e\xde\x2c\x95\x01\x18\x6a\x58\xda\x3b\x17\x9f\x95\xca\x00\xf5\x6f\xc8\xae\x96\x91\x03\x43\xb1\x90\xb1\xd0\x8e\x71\x6b\x53\xf2\xac\x34\x5f\x99\x43\x61\xcc\xcb\x6c\xc0\x7c\x59\x32\x49\x92\xc9\xe1\x9e\xb2\x0a\xdb\x50\x01\xb0\xbc\xcb\xd8\xd2\xef\xb3\xe3\xc6\xbe\x74\xf4\x5c\x3d\x97\xae\x93\xef\xba\x2f\x0a\x04\xb9\xd3\xda\xb2\x85\x0d\x38\x41\x67\xa9\x20\x7e\xa7\xdb\xa4\x60\x28\x9e\x6e\x93\x82\x59\x75\xba\x2f\x0a\x12\x75\x06\x79\xfe\xf9\xb1\x53\xb2\xd9\x82\xad\x7b\x5a\xa2\xa5\x90\x63\x35\x71\xa9\xa4\x82\xdc\x9b\x2e\xe6\x42\x40\xe3\xbc\x14\xa3\x18\x10\xa6\xa7\x6d\x21\xac\x74\x8a\xb9\x0a\xc7\xeb\xf4\xc4\x2c\xcb\xa6\x04\xa4\x2c\xf5\xa9\x52\x5a\xb6\x4d\xc9\x70\x40\x28\x53\x43\xb1\x55\x39\xa6\x04\x0b\x54\x25\x0e\x53\x6d\xd0\x40\x88\x29\x50\xaa\xa8\x34\xf3\x12\xd3\x81\x23\xe6\x90\x75\x87\x65\x36\x55\xff\x2a\x42\x63\x4a\x6b\x56\x81\xdb\x53\x5a\xb3\x4a\x98\xc1\x54\x85\xab\x8d\x1f\x2b\xaa\xb2\xac\xc3\x3c\xb7\x72\xf4\xaf\xb9\x9c\x32\x03\xf5\xd7\x73\x09\xae\x03\x4d\x07\x88\x73\x6a\x09\x94\x2a\xfa\xc3\x72\x06\x0d\x20\x5f\xf8\x52\x53\x25\xb7\x6b\x89\x8c\xe4\x5b\x58\x6a\x65\x14\x67\x0f\x0b\x77\x61\x6a\xa8\x8e\x4b\x41\x27\xc1\xc2\x52\x94\xb5\xe0\xcd\x12\x00\x62\x1f\x5b\x8a\xb2\xc6\xc6\x5f\x8a\xb2\x86\xf2\xbf\x44\x46\x0d\x85\x61\xb9\x18\x24\x5b\x5b\x2e\x86\x86\xd8\x5f\x02\x25\xb9\x1a\x96\x88\x5b\x82\xeb\xa5\xa0\x6b\xcc\xd1\x52\x94\x35\x3c\x0e\x4b\xd5\xab\x21\x19\x56\xb2\x57\x88\xfd\x95\x7c\x16\x5f\xea\xc2\xa6\x97\x1a\x7b\x7f\x09\xc0\x1b\x7b\x7f\x29\xd9\x5a\xf5\xaa\xe3\x25\xae\x60\x29\xca\x4c\x4b\x59\x72\x80\x50\xbb\x3c\xac\xe6\xcd\x18\x2b\x96\xba\x87\xc5\x7d\x96\xca\x46\xc3\x1c\xba\x54\x09\x1a\x4a\xdd\xc2\xa8\x95\x3a\xa7\xed\xc2\x74\x9c\xac\xfe\xbc\x94\x2a\xfd\xb5\xc9\x9b\x3b\x9b\x7d\x29\x55\x3a\xf2\x76\x29\x55\x3a\x76\xaa\x2d\x52\x30\x2b\x79\x3b\x65\x9d\xa3\x6a\x0b\x39\x4d\x31\xdb\x42\x4e\x3d\x68\x5b\xc6\x1e\x79\xdb\x36\xde\xb7\x64\xce\xe0\x2e\x37\x45\x9d\xa6\x48\x70\x00\x3a\xb6\x42\xf5\xc7\x63\xfc\x4f\xb1\xbf\x95\xb7\x72\xe5\x6d\x37\xe0\xc0\x56\xb6\x87\xb5\x1a\x31\x8e\x6d\xb1\xdb\x20\x42\x7e\x13\xb5\x95\xac\x74\xb3\xdd\xad\xba\xfe\xb7\xca\xd2\x00\x1a\x6c\x95\xa5\x01\x2a\xdc\x2a\x4b\x83\xcd\xbb\x55\x96\x06\xa9\x13\x5b\x65\x69\x00\x1c\xb6\x4c\x89\xa3\xf9\x66\x3f\xd4\xbc\xd9\x8c\x7b\x32\x22\xb7\x14\x85\x83\xac\xa2\x6d\x79\xbb\x81\x0a\xb7\x25\xc9\x1f\xa0\xc2\x2d\x3b\xfd\xe0\xd4\xde\xe7\xd6\xc0\xe2\x66\x55\xa9\xe1\x3f\x3f\xb7\x72\xe5\xa2\x79\xab\x0f\xf0\x5d\x39\x04\x06\x40\x7e\xab\x59\x19\x50\xb4\x3d\x23\x26\x07\xca\x71\x61\x98\xdc\x74\x84\x90\x7a\xb4\xcf\x23\xb3\x01\xe7\xcb\x91\x07\x7e\x12\xdd\x7a\x04\x98\x13\x29\x71\x04\x98\x86\x0d\x9c\xc7\xef\x22\x25\x8e\xb8\xcf\x30\x89\x23\xb8\xd3\x1d\x7c\xc2\x2d\x20\xb5\x68\xda\x49\x0e\xee\xa3\x66\x35\x41\xee\x47\x44\x36\xb1\x3a\x1e\xe5\x80\x25\x84\x8e\x16\x12\x93\xd7\x8e\x1a\xce\x64\xa9\x1f\xa5\xc4\x44\x2b\x3b\x2a\x3c\x13\x35\xfb\x28\x34\x26\xf0\xed\x88\x6e\x4c\x4f\x3b\x12\x16\x19\x64\x7b\xb4\x72\x4c\xf2\x05\x8e\x72\x60\x62\x82\x3e\x4d\x2e\x20\x94\xa5\xa3\xfe\xb0\x82\xcd\x62\xf3\xb7\x4d\x8e\x0b\xc9\x90\xd4\xe3\x5e\x36\xe8\xd4\xe2\xfb\xc9\x34\x79\xab\xcf\x27\xa3\x4c\xad\x3e\x9f\x88\x32\x8d\x96\x41\x4f\x64\xac\x47\xcb\xa0\x27\x5c\xe7\xd1\x1a\xe2\x69\xfd\x0c\xf2\xd1\x3a\xe0\x89\xc0\xd1\x68\xb5\xee\xb4\x16\x57\x45\xcd\xd4\x4a\x8e\xff\x55\xac\xfe\x25\xcb\x44\x2b\x56\xa7\xfd\x53\x0e\xa3\x85\xa4\x13\x2e\x95\x68\xc9\xe6\xb4\x03\xaf\x52\x86\x90\xdf\x1d\x2d\x9d\x9c\xf6\x4f\xf7\x88\xd6\x1d\x4e\xfb\xb7\xbb\xa3\xb5\x83\xd3\xfe\x45\x1f\xc5\x5b\x87\x17\x2f\x6d\x7c\x2e\x9b\x53\xe1\x43\x12\x34\xed\xea\x55\xbb\xd1\xf8\x90\x87\x3e\x19\xdc\xf1\xb9\x44\xc4\x8d\xbf\xa1\x32\xb9\x7f\x67\x71\xb4\x4c\x6d\xda\x9d\x3e\xeb\xc4\xc4\xb5\x11\xad\x28\x9a\xf0\x47\xc4\x5b\x51\x94\x24\xd6\x78\xeb\x7e\xee\x43\x37\xd4\x10\x08\x64\x8a\xb7\xa4\xe6\x79\x19\x91\xa8\x8a\x6c\xd3\x78\x4b\x6a\x9e\x97\x0f\x39\xfb\xe7\xe5\x6f\x6c\xc9\x9d\x02\x43\x50\x6e\x9c\x5f\x58\x69\xb4\x5a\x65\x3a\x91\x37\x5b\x5c\xe3\xf8\x9f\xb7\xaf\x8a\xbc\x59\x80\x86\x3f\x22\x5a\x08\x32\x9d\x8f\x3f\x29\xd9\x08\x8c\xd6\xd1\xda\x8e\x89\x34\xc0\x68\x6d\xc7\x44\xf5\xd5\x68\x6d\xc7\x84\xf3\x22\x5a\xbd\x31\x11\x21\x16\x2d\xc8\x98\x7e\x11\x0b\xff\x12\xfb\xd1\x5a\x8d\xe9\xfc\x0e\xa6\x68\x35\xc6\x74\x7e\xa7\x76\xbc\x45\x15\x29\x73\x19\xad\x93\x98\xce\x2f\x2e\x2b\x5a\x27\x31\x9d\x9f\x8a\x1e\x2d\x7d\x98\xce\x6f\x9b\x44\x4b\x1f\x26\x92\xe0\xa2\xf5\x0a\x13\x75\xc0\xa3\x15\x09\xd3\x61\xea\xad\x48\x98\xce\x4f\x74\x47\xeb\xf7\xa5\x33\xb8\x59\x71\x74\x06\xdf\x55\x1c\x9d\x9f\x49\x36\x5a\x48\x2e\x9d\xcd\xd8\x3d\x4c\xe1\xe4\x89\x16\x56\xcb\xf8\x05\xa2\xa5\xd3\xf2\xf3\xd2\x67\x73\xdb\x9f\x1f\xba\x89\x96\xe2\xca\xcf\xc7\xb3\x26\x95\x53\xb9\x32\x5a\xa9\x2a\x3f\x99\xef\xca\x9b\x0d\x5f\x77\xb4\xda\x54\xa6\x5c\x7e\xb4\x54\x53\x7e\x1a\xdf\xed\xde\xdc\xf8\xcf\x26\x1a\x3f\x8d\x0f\x99\x68\xfc\x34\x9f\xb5\x1b\x9d\x37\x5b\x59\xf8\xe9\x5c\x95\x05\xeb\x19\xf4\x59\x16\xac\x67\xf0\x21\x59\xb0\xa8\x29\x19\x2d\xe5\x93\x9f\x9f\x3a\x14\x2d\xe5\x93\x9f\xc5\xfc\x4e\x3f\xb4\x78\xb3\x35\x77\x1e\x04\x8e\x35\x77\x32\x45\x1c\xa2\xd5\x6d\xf2\x8b\xc0\xb1\xda\x4b\x7e\x7f\x12\x35\xde\xc2\x22\xef\xcf\x7c\x14\x2d\x2c\x92\x5f\x16\xb3\xf5\x3e\xf2\x9b\xb8\xfa\x4a\xb7\xf5\xd3\x1f\xa2\x55\x39\xf2\x9b\xbd\x7a\xab\xfb\xfd\x16\x83\x95\x35\xf2\xfb\x53\x27\xa2\x15\x22\xf2\x5b\xb9\x1a\x7d\x15\xff\xd9\x02\x0a\xf9\xfd\x1d\x46\xd1\x02\x0a\xf9\xed\x74\xc3\xd9\x7f\x91\xb7\xb2\xe2\x67\xb2\x29\xa3\x84\xf3\x99\x04\xc9\x28\xe1\x7c\x7e\x7f\x96\x99\x28\xe1\x7c\x7e\x0f\xaf\x32\x2a\x06\x83\x7c\x94\x25\x3e\x07\x96\x99\x2c\xf1\x39\xbc\x5e\x25\x73\x3c\xfc\x3c\x2c\x51\xe2\xf7\x4c\x98\x41\x94\xf8\x3d\x93\x7a\x19\xa5\x76\xcf\x21\xf0\x5d\xa9\xdd\x43\xf0\xbb\xc7\x26\xc3\x6f\xb7\x60\xd6\x4b\xd3\x0f\xfd\x0c\x35\x51\xa6\xf4\x1c\x3e\xfe\x86\x05\xac\x31\xd7\xc7\xcb\xe0\x4d\xf9\xe3\x28\xfd\x75\x0e\x8d\xff\x8c\x26\x96\x43\x63\x08\xd3\x3e\x77\xfa\xbc\xfc\xd0\xe0\xcd\xcb\xab\x83\x09\x95\xf9\x8a\x04\xb4\x28\xc3\x73\x0e\x93\x11\x99\x3b\x4c\xfa\x61\x94\xe1\x39\x63\x9f\x8f\x32\x3c\xe7\xb0\x58\x57\xb2\x57\x85\x4d\xaf\xb6\xdf\x3d\xfc\xc9\xed\x77\x0f\xe3\x95\x9f\x2a\x1c\x9f\xb5\x22\xcf\x4f\xf5\x8a\xd2\x0b\x67\x72\xca\xa2\xf4\xc2\x39\xfe\xec\xae\x51\x02\xe1\x1c\x03\x57\x11\x5f\x19\x0b\x7c\x94\x32\x37\x47\xfe\xa4\xf4\xb3\x39\x72\x44\xca\x28\x9b\x31\x95\x47\x19\x65\x33\x75\x96\xa3\x64\xad\x39\xfe\x0c\x9e\x51\x3a\xd6\x1c\x7f\x8e\x8f\x28\x1d\x6b\x8e\x3f\xcb\x46\x94\x8e\x35\xc7\xe6\xcd\x0e\xe1\xe7\x5e\x8c\x12\x9f\x66\x4c\xe5\x51\xe2\xd3\x8c\xa9\x3c\x4a\x7c\x9a\xe3\x5f\x91\x3c\x51\x4e\xd4\x1c\x3b\x7d\xf8\xfc\xe8\x2f\x12\x29\xca\x6b\x9a\x23\x3a\x8c\xbc\xa6\x39\xa2\xc3\xc8\x6b\x9a\xe3\xa0\xc3\xb8\xcf\x32\x99\x6b\x51\xaa\xd2\x1c\x7f\xa6\xd1\xf8\x1f\xbf\x28\x93\x7b\xd9\x3b\xe3\xe2\x66\xe9\x50\x48\x55\x8b\xf2\x64\xe6\xf8\x0b\xc5\x8f\xf2\x64\x66\x12\x42\xa3\x3c\x99\x99\x24\xb2\x28\xd7\x65\xa6\x74\x5a\x94\x82\x32\x7f\x8f\x4d\xae\x92\x80\x16\x65\x86\xcc\xdf\xcb\x77\x6f\xa9\x7d\xb6\x98\xb4\x8a\x19\xc2\xd8\x18\xbb\x34\xa7\x91\x57\x29\xc9\x3f\xce\x88\x78\xeb\xd4\x23\xe8\x62\xf7\xcd\x89\x3e\x2b\x7e\xbf\xc4\x77\xe5\x06\xfc\xd8\x71\x97\xee\xef\xe3\x04\x91\xa3\x2f\x53\x3d\x3f\xca\xa4\x97\xb1\x84\x47\xe9\xf2\xf2\xc7\x01\x2a\x6d\x5d\x86\xe4\x36\x5e\x0a\xb8\x0f\x41\x77\x29\xe0\x3e\x67\x70\xfb\xe6\xc1\x6f\x77\x13\x7d\xc3\x67\xa5\x54\xe5\x78\x95\x02\x2e\x7f\x4e\xb7\x5b\xec\x73\x7e\xdd\x62\x98\xbe\xe3\xa5\x80\xfb\xa6\xcf\xde\x12\x42\x2c\x75\x0f\x05\x48\x78\xa2\x24\x6f\xf9\x73\xf6\x8f\x3f\x16\xf1\x2b\x8d\x5b\xfe\x38\x9b\x64\x66\xcb\x9f\x6b\xe3\xd8\x8d\xed\xb3\x76\x63\xfb\xac\xdd\xf8\x65\xba\x45\x09\xd3\xf2\xc7\xca\x91\xf4\x2c\x43\x62\x1c\x25\x3d\xcb\xdf\xcf\xac\x1a\xe5\x31\xcb\x58\xd1\xe3\xe7\x61\x94\x10\xdd\xdf\x7b\x09\x66\xbd\x5a\x6d\x16\x9a\xd6\xa0\x41\x7f\x90\x5e\x2c\x27\x64\x88\x24\x60\x19\x1b\x7b\x94\xc8\x2b\xa7\xc8\xb3\x4a\x89\x14\x79\x36\xfa\xa1\x9f\x39\x25\xca\x5e\x95\xe1\x61\x8e\xb2\x57\xe5\x94\xbc\xd9\x82\xce\x28\x78\x32\x41\xe5\xf4\xab\x19\x1a\x65\x82\xca\xa9\x30\x84\xcf\x67\x7f\xbe\xb9\x28\xf7\x51\x4e\xe8\xe4\x72\x1f\x65\x88\x22\xa3\xdc\x47\x39\xa1\x98\xc9\x7d\x94\x29\x3a\x13\xbf\x4b\xd5\x0b\xba\x91\xdd\x28\xa7\x4e\x9f\xe5\x2f\x4a\xdd\x67\xed\x55\xf7\x59\x7b\xd5\x7d\xd6\x5e\xa1\xc6\x5c\x96\x21\x0c\xf2\xf1\x52\x03\xa5\x49\x27\xa5\xf7\x49\x93\x3f\x69\xb4\x67\x62\x31\xc8\x0f\x93\xf3\x43\x53\xe5\x2a\xff\xfc\x6b\xf1\x52\xbe\xc0\x73\x1b\xe5\x5a\xc9\xe4\xb2\x45\xf9\x52\x72\xe6\xb4\x95\xf3\x24\x43\xa8\x1b\xe5\x3c\xc9\xf0\x09\xc7\x4b\x45\x92\x23\xaf\x52\x23\xca\xe8\x2d\x32\x75\x64\x48\x80\xa3\x5c\x1c\x19\xe6\xde\x28\x17\x47\xc6\x18\x1e\x2f\x27\x06\xe6\xee\x28\x37\x45\xce\x6c\x76\xd9\x18\x72\xe6\x78\x95\x19\x20\x53\x31\x21\xca\x0c\x90\xe1\x31\x8e\xe6\xd1\xe7\xfc\xf3\x63\x46\xb3\xce\x73\x3e\x7f\x18\x79\xa2\x49\xe5\x39\xb3\x2f\x4c\x0c\xcf\x58\xb3\xa3\xd9\xdc\x99\x52\xb3\xd1\x04\xed\x5c\x5e\xaf\x1e\x9b\xbf\xb1\x9b\x64\x9d\x0b\xc7\xa5\x49\xd6\xb9\x04\xaf\xd2\xa5\xc2\x6f\x34\x9d\x39\x63\xeb\x8e\x26\x2c\xe7\x02\xf0\x49\xae\xa2\x82\xae\x68\xc2\x72\x2e\x3f\xd3\x53\x34\x59\x38\x17\x24\xaa\x39\xbc\x19\x5b\x77\x34\x87\x37\x17\x94\x43\x73\x78\x73\x61\xe5\x9b\x87\x9b\x0b\x1a\x8e\x79\xb8\xb9\x54\x7a\x25\x77\x53\xa9\xfc\x55\x95\xb4\x52\xf9\xab\xd6\x96\x2d\xec\x0b\x73\x5a\x73\x41\x1d\x32\xa7\x35\x17\x90\xac\x69\xaa\xb9\x70\x10\x9b\xa6\x9a\x89\x0a\x8e\xa6\xa9\xe6\xd2\x7d\xd6\x21\x80\x73\x4d\x53\xcd\x85\x7d\x61\x22\x6a\x2e\xc8\x6a\x13\x42\x73\x61\x5f\x24\x79\x6b\x0b\x0a\xbc\x99\x98\xb9\x20\x33\xcd\xc4\xcc\x50\xd9\x47\x53\x20\x73\x41\x3b\xba\x89\x8a\x85\x13\xd3\x64\xc3\x4c\x0e\x60\x34\xd9\x30\x57\x76\x8d\xc9\x86\x99\xec\xbc\x68\xb2\x61\xae\x40\x66\xd3\xd3\x72\x8d\x7c\xf7\x78\xb3\x13\x7a\xbc\xf9\xa3\x93\xca\xf9\xea\xfc\x62\x2e\xcb\x10\xec\x47\xd3\xd3\x32\x8c\xfa\xd1\x44\xb0\x5c\x51\xa5\x4c\xc8\xca\x95\x5d\x63\x26\x54\xc6\xd4\x1f\xcd\x84\xca\x98\xfa\xa3\xb9\x3f\xb9\x02\xa3\x4c\xba\xc9\xb5\xdb\xf4\x66\x7e\xac\x39\x2c\xb9\xfe\x32\x74\xa2\x99\x26\x99\x0c\xbb\x68\xa6\x49\xae\x9c\x6b\xe6\x83\x64\xea\x0b\x44\xd3\x25\x32\x94\x35\xd1\xa4\x86\x5c\x41\x0a\x26\x08\xe4\xc6\xb6\xca\x97\x4e\xed\xe5\x43\x2e\x95\x86\x76\x91\x05\x77\x2d\xf1\x2a\x69\x8a\x1b\x42\xc3\xc8\xe7\x4c\x52\x43\xcc\xb2\x07\x37\x96\xb7\xf1\xc9\xb9\xa1\x58\x66\xd5\x89\x86\x48\xc9\x2a\xf0\x58\xd1\x63\x56\x09\x6f\x2c\xc2\xac\x12\x0e\x9b\x53\xcc\x84\x93\xe5\xf6\xb3\xbc\xc5\xec\x1c\x35\xce\xf1\xe2\xa4\x34\x70\xa2\x01\xc9\xb9\x1d\x9b\xb7\x7a\xd1\xef\xd9\x12\xe5\x5e\x0b\x36\xe5\x5e\xfb\xc5\x33\xc4\xa2\x32\xdc\x91\x1b\xc5\x53\x8f\x82\xdd\xb1\x28\x46\x3a\xa7\x5e\xb1\x48\x7a\x47\xc0\x96\xcb\xea\x06\xf4\x2b\x1e\x0a\x1d\x65\xb8\xb8\x43\xa9\x58\x1d\x8d\x50\xcd\x1d\x63\x5a\x91\x36\xaa\x63\x3e\x2a\xf3\x72\xbe\xfd\xa6\xcc\xe0\xcf\x3c\xd0\x0f\x8b\x95\x3d\xc7\x2f\xd1\x38\x16\x85\xf3\xc0\x6e\x63\x78\x67\x1e\xbf\x00\xaa\x58\x55\x36\xc6\x2f\x85\x27\x56\xff\xc6\xa0\xcf\x55\x1d\x60\x60\x24\xa9\x96\x5c\x1c\x4c\x4a\x0d\x7e\x08\x11\x54\x83\x1f\xaa\xbc\xd9\x7f\x35\x50\xfe\xab\x0a\xc3\x40\x04\x55\x97\xe8\xf8\x8b\x78\x39\x1a\x2a\x99\x49\x19\x8b\x15\x0b\x49\x1e\xac\x6d\x63\x23\xf3\xc0\x9c\x52\x15\xdd\x63\xd1\xa5\x5b\xc5\x9e\xb3\xa6\xca\x3a\x48\xba\x56\xac\xaa\xe8\x83\x95\x50\xcb\xad\x3a\x67\x93\xd1\x91\x81\x15\xab\xe6\x14\xac\xd9\xb1\x0a\x99\x49\xb9\x8a\x55\xc8\x4c\x16\x55\xac\xd2\xee\x91\x72\x15\xab\x89\x24\x64\xcc\xc5\xaa\xe8\x26\xa9\x2a\x56\xa5\xf1\x74\x0a\x54\x0f\x48\x8c\x8a\xd5\xea\x5a\x13\x65\xa9\xaa\xb1\x4f\x94\xa5\xaa\xb1\x65\x22\x61\xaa\x1b\x70\x22\x52\xaa\xf2\x76\x56\xfa\xac\x3e\x30\x51\x87\xaa\x3b\x6e\xa2\x0e\x55\x77\xdc\xec\x8c\x77\xda\x67\xd4\xa1\x3a\xed\x33\x3b\xae\x5a\x28\x19\x46\xb8\x58\x55\x1e\x26\x18\xd9\x58\xd0\x3c\x11\xec\x55\x6d\x7f\x82\x82\x0d\x0d\xcd\x58\xc2\x63\x55\x63\x27\xff\x37\x56\x55\x8b\xe9\x1c\xa9\xb1\xc3\x79\x1b\xab\x5b\x1b\xa2\xfb\x68\xf0\x67\x5e\x2f\x9d\x74\xa9\x43\x28\x11\x1b\xe6\xc1\x4c\xc5\xdb\xd8\xd4\x9c\x17\xf6\xcc\x86\x01\x30\x43\x72\x1b\x9b\xc2\x19\x06\x89\x68\x1c\x69\xa6\x50\x57\x34\x8e\x34\x2f\x70\x93\x71\xa4\x79\x61\x6a\x33\x8e\x34\xc3\xe4\x1f\xdb\xeb\x87\x7e\x21\x6d\xb1\x11\x1d\x97\x21\xb9\x8d\x4d\x03\xd1\x42\x66\x36\xf7\x05\xac\xb6\xb1\x09\xa8\x17\x80\xba\xa9\xf3\x2c\xb4\xdf\xf6\xd9\x49\x2c\x6f\xed\x96\xe3\xec\x5e\xb5\x93\x3f\xd7\x79\x6c\x2a\xc3\x70\xc6\xc6\xa6\xde\xb2\x98\x94\xa6\xde\x02\xdb\x46\x34\xbc\x33\xaf\xcd\x77\xa5\xdc\x84\xd8\x21\x36\x29\x37\x17\x93\xd2\xca\x65\xf0\xae\x34\xf9\xed\x70\xc6\xc6\xa6\xa0\x23\x7b\x22\x36\x77\x0a\x1c\x20\xb1\x89\x6d\x37\x12\xb5\x69\x2f\xda\x81\x59\xd0\x5e\xb4\xd1\xc4\x9a\x6a\x0c\xf9\x11\xd1\xf0\xce\x0c\x0d\x6c\x6c\x72\x18\x92\xc5\x10\x9b\x3b\x85\x2c\x86\xd8\xa6\x6f\x66\x2f\x34\xd9\xce\x37\xe2\xa8\x79\x82\x50\xc1\x39\x36\x11\x28\x99\xd4\xb1\xb9\xea\x36\x56\xca\xe6\xf9\xb2\xb1\x52\x36\x5c\x2a\x99\x84\xac\xd8\xc4\x89\x7b\x30\x29\x2a\x0c\xfb\x7f\x8c\xbd\x4b\xee\x04\xad\xb2\xe4\x39\xaf\x55\xf4\x12\x00\xe7\x29\xfd\x75\xf7\xc2\xb3\x67\x3d\xe8\xfd\x0f\x5a\xe1\x3f\xcb\x73\x6e\xb5\xae\xce\x57\xa3\x54\x92\x19\x04\x10\x60\x98\x3b\x1e\xe6\x98\x9c\x43\x33\xf6\x62\x72\x0e\x19\x86\x17\xd3\x60\xc8\x30\xbc\x87\x1b\xc9\x30\xe4\x1d\x07\x1b\x4f\xf7\xf5\xd0\x2c\x53\xc4\x66\xbd\xfe\xa6\xaa\x29\x62\xb3\x5e\x8c\xca\x19\x7e\x99\x10\x1b\x5f\x55\x33\x46\xe5\x8c\xd2\x60\x67\x9b\x53\x5c\x65\xe5\x2d\x06\x53\x78\x64\xd5\xb9\x80\xc2\x23\xab\xce\x05\xa6\x36\x41\xde\x53\xb0\xa9\x19\xfb\xb2\x7e\x7d\xfa\xea\xdd\x9f\xe2\xe1\x8f\xd9\x3e\xc5\x3d\x78\xfd\xd0\x14\x00\x59\xdd\x63\xff\x1f\x61\x7f\x8a\xa2\x3f\x70\x6f\x6a\x6f\x7d\xe0\xde\x2c\x3f\x2d\xf7\xc1\x57\xbd\x5e\xe7\xa9\xe7\x6d\xca\x2a\xe4\x9d\x05\x53\x50\x62\x7d\x40\xd9\x14\xb0\x3f\x3f\xe3\x33\xc5\xdd\xd5\x07\xff\x99\x72\x50\x3f\xac\x8c\xb9\x7e\x1a\xf2\x93\xaf\x92\x85\x87\x58\x2a\x76\xae\x91\xa9\xd3\x14\x3b\xd7\x02\x46\x87\x62\xe7\x5a\xc0\xe8\x98\xb0\xd0\x16\xd8\x05\xe6\x4f\x9d\x1e\xd0\x50\x0c\x5b\x93\x7f\x7e\x29\x01\x77\xc0\x34\x58\x3c\xeb\x26\x77\xfd\x0a\xaa\x19\xd3\x60\x45\x35\x03\x37\xb2\xe2\xd0\x9a\x7c\xec\x4b\x7a\xdd\x81\xfe\x2e\x49\x70\x07\xa0\x7b\x49\x28\x9b\x5c\x78\xa6\xd0\xb2\x16\xd8\x31\x97\x04\x9f\x03\x28\xb1\x24\xf8\x2c\x1f\xfb\x92\xe0\x73\xb8\xb4\x59\xb2\xcc\x01\x58\x58\x55\x62\x8f\x9c\x4c\xad\x2a\xb1\x47\x36\xd0\xa5\x97\x1c\x23\x34\x7b\x75\x65\xba\x84\x66\x2f\x36\xc1\x16\x99\x45\x4b\x89\x2f\x23\xb3\x68\xe1\xd4\x6a\x11\x5b\x75\x29\xb5\x65\xac\xfa\xb3\xae\x65\x6e\x2c\x29\xab\xc8\xc7\xbe\x7e\x9a\x93\x1a\x8d\x9f\xe6\x24\xbc\x5a\x01\x54\x2d\x62\xb0\x28\x80\xaa\xc9\xe5\xae\x10\xa9\x16\x61\xce\x3b\xfc\x24\x28\xfd\xbe\x5b\x6f\xfa\x13\xd6\x6e\x5b\xfa\xe4\x09\xae\xb8\xa5\x4f\x2e\xc7\xf8\x96\x72\x38\x71\xec\xb6\x35\x92\x09\xec\xda\x92\xce\x4e\x30\xc9\x2d\xe9\xec\x54\xf4\xe7\xa5\xaf\x97\xaf\xf4\x37\xc1\xd9\xb6\xd4\xb0\xe5\x27\xdf\x7a\x0a\x24\x73\xb4\xad\xa7\x90\x3a\xd7\xb2\x16\x5a\xc2\xca\xd8\xd8\x98\x2d\x81\x6c\x7b\xa8\x2a\x88\xf4\x06\x8d\x9b\x7c\xdd\x5b\xb9\x60\x12\x5c\x6b\xeb\x95\x4f\x84\xda\x6c\x4f\x25\x7f\xf1\xf8\x13\xdb\x92\xd9\x31\x26\xc3\x86\xd0\x36\xd2\x53\xda\xde\xbf\x3c\x32\xdc\x77\x2b\x8f\x0c\x5b\xf3\xc6\xb5\xd8\x10\x6a\xb3\xad\x47\x66\x1c\x6c\x6d\xe9\x96\x20\xf2\x66\x5b\xba\x25\xc6\x3a\xda\xd2\x2d\x31\x60\x64\x4b\xeb\x92\xc0\x6f\xdb\xd2\xba\x24\xf0\xdb\xb6\x94\x49\x8c\x65\xb5\xa5\x4c\x62\x8d\x1e\xbd\x5f\x3a\x1b\xfa\xab\xe4\xfb\x84\x85\xdb\xd6\xdc\x30\x76\xea\x13\x55\x15\x7c\x5e\xe1\x55\xcd\x70\x69\x9e\xa8\x3f\x63\xbe\x1d\x49\xe8\xf3\x8e\xa4\x1d\xa9\xd3\xcb\xcf\x7c\x24\x23\x6f\xae\xb9\x64\x47\x32\xf2\x28\x57\xd8\xd1\xe3\xce\x1c\xac\x1f\x9c\xd2\x2d\xfb\xcb\x41\x76\xd8\xe5\x5b\x66\x12\x1e\xbc\x13\x4d\xae\xe3\x53\xa5\x49\xce\x53\x50\xe4\x52\xcb\x9c\xce\x28\x54\xa9\xc9\x75\x7c\x94\xf0\x37\xc3\x4b\x15\xb9\xd4\x32\x1e\xbf\xd3\x55\x15\x0b\xf6\xe8\x65\x5b\x52\x54\x9b\x22\x97\x5a\xfe\x2c\xdf\xff\x08\xfb\x47\xaf\xd6\x66\x06\xf9\x68\x16\x65\x06\xf9\x68\x69\x67\x6c\xa8\x23\xb1\xa6\xcc\x39\xec\x91\x90\x8e\x3c\xb4\x47\xea\x37\x84\x2e\xdb\x11\xde\xe6\xa3\x3f\xab\xfd\x1a\x64\xcd\x22\x39\x6c\x8f\x66\x91\x3c\xb4\xe7\xa9\x2a\x9c\xf9\x97\xf3\xc1\x56\xb0\x14\x2e\xc4\xb2\x15\x36\x85\x4b\xdc\x5d\x2b\x18\x0e\x57\x33\x81\x9c\x5f\x76\x71\xc9\xb6\xe2\x91\x57\x76\x95\xd3\xa1\xc0\x7f\xae\x72\x3a\x14\x36\xe2\xab\x9c\x0e\xc5\xf4\xe7\xab\xaf\x95\xaf\x4f\x5f\xfd\xe1\x5e\xe5\x74\x28\xb8\x35\xae\x72\x2b\x14\x10\xf5\x4a\xe7\x5f\x5e\xd6\x2b\x9d\xff\x82\xe1\x70\xa5\xf3\x4f\x06\x37\xbb\xd2\xbd\x27\x92\xd9\xae\x74\xef\x0b\x10\x7a\xa5\x7b\x8f\xa8\xaf\x5d\xe9\xde\xcb\xe9\xaa\x88\xaf\x46\xd8\xb3\x5d\x29\xdb\x17\x38\xea\x95\x1c\x3d\x61\xcf\x76\x35\x03\x11\x3a\xb0\xdb\xd4\x05\x9e\xe0\x6d\xfa\x33\x0c\xf6\x2a\x5b\x77\x61\x6f\x52\xf0\x58\x23\x2b\x90\xdd\xa6\xaa\x30\x2b\xae\xe6\x27\x69\xe6\xec\x2a\x8f\x15\xc9\xc5\xec\x0a\xbb\x48\x33\x67\x8a\x34\x6b\x95\x33\xcd\xfb\xcb\xe0\x4c\xd4\xc4\x15\xb2\x55\xc2\x51\xae\x26\xb3\xdc\xaa\x57\x2a\xdc\x68\x26\xd8\xd5\x04\xae\x58\x73\xf7\x27\x4d\x06\x47\xbd\x3f\x69\x32\x70\xfe\xfe\xb4\xc8\x58\x35\x57\x64\x83\x54\x6b\x76\x95\x68\xb8\x56\x55\xf5\x53\x48\xa3\xcd\x5b\xd7\xe2\x30\xb9\x82\xd0\x0a\xe7\x51\x38\x59\xab\xc0\xd1\x95\x30\x14\xe9\xd2\xec\x6a\xb6\x57\x0e\x4d\x14\x03\xd6\x50\x0e\xb7\x2b\xcd\x25\xa4\x0c\xec\x6a\xf2\x57\x3d\x14\xc1\x60\xe5\x88\xf3\x3e\xdd\xe8\x32\x55\x04\x83\x95\x43\x31\x45\x88\xb5\x0a\x76\xbd\xa0\x66\x70\x00\xfa\x82\x6a\x86\xa3\xbe\xa0\xaa\xd8\x4f\x9f\x30\xb3\x41\xbd\x1e\x36\x57\x93\xbf\xf7\x89\xd5\x34\x18\xac\x42\xc2\x1a\xd2\xd9\xa6\x90\xb0\x26\x8f\xee\x53\x16\x8f\xc6\x4a\x79\xca\xe2\xd1\x70\x89\x3c\x21\x2a\x52\x48\xf6\x84\xa8\xcd\x35\x13\xec\x29\x9d\x04\xd1\xcb\xf6\x90\xb9\x68\x0d\xbf\xcd\xd3\xac\x93\xb3\x54\x41\x5f\x8d\x70\x65\x53\xd0\x57\x6b\x9c\x54\x3e\x6d\xaf\xf2\x8e\xbe\xae\xaa\x38\x77\x7e\x9a\x48\x0d\x33\x59\x41\x5f\xad\x69\xe8\x94\x92\xbb\x01\xfb\x4f\xd3\xac\xc1\xc4\x9e\x04\xf1\xc8\xb7\x6e\x4f\x69\xa6\x3b\xa7\x42\x8f\x17\x40\x5a\xc7\x04\x7b\x62\x44\x1d\xd6\xfa\x70\xb4\xb6\x0e\x40\x3d\x6d\xcd\x1d\xd6\xfa\x34\xcd\x3a\x78\xf5\x34\xcd\x3a\x4b\xe3\x1d\x5d\xcb\x5a\x78\xa2\xb8\xf2\xac\x3e\xc9\x7d\xf7\xfc\x0f\x9a\x3c\xf6\xc4\xca\xc8\xbd\x6e\x4f\x6a\xde\x72\xba\x3e\xa9\x79\xcb\xe9\xfa\xa4\xe6\xdd\x21\x00\x4f\x24\xad\x3b\x01\xc8\x21\x48\x82\xdb\x77\x90\x1c\x82\x64\xb4\x7d\x21\xe4\x20\x70\xee\x83\x3f\x47\x0d\x85\xfb\x40\x72\x88\xea\xce\xe4\xcf\x82\xee\xee\x8e\xf1\x1c\x44\xb3\xbb\x3f\xeb\x1c\xe2\x4f\xeb\x9b\x1b\x09\xab\xbb\x1f\x34\xe7\x20\xac\x26\x36\x3b\x07\xc1\x6f\xf7\xa9\x9e\x83\x36\xe2\xe1\xfe\xa2\x1c\x38\x3f\x6a\x44\x32\xe7\x20\x64\x23\x09\x5d\x0e\x92\xeb\x44\x48\x30\x07\xa9\x85\x10\xab\x9c\x15\x96\xd6\x46\xa5\x55\x02\xba\xe1\xfc\x27\x07\x49\x6d\x8c\x46\x7f\x65\x92\x20\x65\x9f\x83\x1e\x2e\x52\xf6\x39\x6c\xa9\xa6\xbb\x25\x9b\xc3\xd6\xb5\x4b\x7f\xa6\x47\x63\xf3\x67\xce\x8f\xda\x70\x9f\x73\x0e\x04\xae\xb7\xb1\xb9\x56\x3a\x75\xe3\xd2\x41\xe9\xd4\x8d\xcb\x58\xfd\x94\xcf\x2f\xd7\xfe\x94\xcf\xaf\xae\xd5\x68\x5c\xba\x20\x1a\x36\x1e\xbf\x4a\x02\x8e\x9c\xda\x59\xb1\x64\x8d\x24\xda\x39\x8a\x93\x4f\x77\x01\xe5\x18\xa5\xdf\xe8\x21\x6d\x39\xea\x19\x91\x7d\x29\x2b\x8e\xab\x91\xef\x23\x2b\x8e\xab\x4d\x77\x6e\xe7\xa8\x34\x3a\x64\x8c\xca\x51\x14\x9d\xec\xd5\x39\x2a\x43\xcd\xec\xd4\xac\x0c\x35\x24\xee\xcf\x51\xa6\xd0\x74\xcf\x5b\x56\x1c\x57\x9b\x83\x9a\x95\xb1\x85\xdc\x5b\x39\x2a\x63\xcb\x74\x94\xc8\x0a\xeb\x6a\xd3\xf7\xc4\x1c\x89\x1c\x68\xe4\xa7\xce\x51\xa0\x41\x32\xe8\x1c\x65\x46\x21\xd1\x93\xa3\x36\xb2\xf9\xf4\x95\x46\xae\x40\xab\x38\x9d\x69\x2b\x70\x5f\x62\x14\xdb\x0a\xd4\x2c\xce\x46\x06\xe7\x1c\x45\xbd\xd0\x5d\xc9\x0a\xeb\x6a\x4b\x03\x8b\x99\xdc\x56\xa2\x2a\x6d\x73\x64\xc7\xcb\x8a\xe3\x6a\xa4\x7b\xce\x11\x3f\x64\x5b\x7a\x0a\xda\xd7\x96\xe9\xcf\x4b\x5f\xe9\xfe\xd2\x8d\x58\x0b\x51\x26\x36\x0e\xea\x1c\x65\x62\xaf\x4c\xab\x04\x47\xcb\x03\x18\x72\x94\xe1\xb0\x0a\xfd\xdd\xea\x42\xa1\x91\x5b\xf7\x2d\xdc\x57\x66\xc5\x2a\xcc\x1c\x4d\xef\xc5\xb2\x52\xc0\x58\x5b\x8d\xa7\x70\xf4\x6b\xa3\x19\x4a\x78\x87\x63\x3c\x47\x31\xcf\xd5\x18\x1c\xb1\x47\x3c\xe1\x39\xca\xac\x20\xd2\x3b\x27\x6d\x73\xcb\x8f\x47\x73\x0a\xaa\xca\x8f\x47\x73\x12\x22\x21\x89\x96\x93\x36\xc1\xe5\x1e\xa1\x9c\x94\x4e\x6b\x3d\xbe\xca\x78\x47\x21\x2d\x27\x65\xb9\x42\x16\x2c\x27\xe5\x90\xc2\xa1\x9d\x93\xac\x48\x5c\xd6\x39\xe5\x9f\xde\x23\x55\x29\xa9\xd0\xce\x7c\xed\xfa\xea\xb1\x94\x39\x71\x16\xd9\x08\xb1\xce\x49\x33\x67\xab\x47\xda\xb9\xb6\x9f\xff\xe6\xa4\x07\xba\xf7\x3f\xf8\xf6\x73\xd2\xb3\xde\xcc\xed\x24\xef\x0a\x6e\xe4\xac\x20\xae\xb6\x0f\x23\x73\x7e\xca\x90\x91\xaf\xfa\x15\x44\x55\xc6\xff\x46\x40\x75\x56\xc6\xff\xb6\x7d\x43\xcc\x8a\xf8\x6a\xfb\x31\xaa\xe7\x27\x4f\xc4\x40\x9d\x5f\x26\x35\xd5\xfc\xcb\xa4\xa6\x9a\x95\x6c\x0b\x84\x51\x5e\xfe\x76\x22\x7d\x97\x3e\x27\x2e\xe8\xac\x4c\xf4\xed\x30\x99\x93\x8c\xc4\x93\xa9\xf9\x29\xc9\x57\xa6\xe6\xf7\xcb\x77\xe6\x6d\x56\x10\x57\x3b\xbe\xcd\x65\xa5\x41\x6f\xc7\x89\x47\x56\xfe\xf1\x76\x98\x81\xf6\xcb\xb3\x06\xfe\xd8\x2f\x93\x1a\x80\x63\xbf\xf4\x61\x6e\x19\x65\x65\xa0\x6e\xe4\x89\xce\x0a\xa0\x6a\x08\x02\x67\x65\x64\x6e\x04\x72\x67\xa5\x51\x6e\x38\x8a\xb3\xd2\x28\xb7\x73\xb9\x91\xc0\xea\x5c\x6e\x54\xd5\x5f\x67\x74\x59\x31\x51\x0d\xb5\xe4\xac\x8c\xc6\xed\xf0\x50\x94\xb3\xb8\xa1\x00\x9c\x95\x3c\xb7\xdd\x48\x33\xb4\x91\x11\xf5\x9d\x15\xe6\xd4\xf0\xfd\x66\xfb\x97\x74\x15\xdd\xd7\x36\x77\x81\xee\x5f\x5e\x5a\xb4\x71\xb2\x92\xba\xb6\x0b\x2c\x28\x23\x6a\x23\x69\x6f\x56\x4a\xd0\x86\xd4\x67\x56\x4a\xd0\x86\x3e\x67\x56\x20\x53\xbb\xee\x21\xc9\x4a\xe5\xd9\xee\xa0\x0b\xe7\xa7\xae\x46\xf7\x35\x09\xef\xe4\xcf\x9a\x84\x44\x7d\xe7\x5f\xc2\x4d\xfc\xb7\x59\x09\x37\x1b\xb9\x8a\xb2\x12\x6e\xb6\xcb\xae\xa7\x84\x9b\x8d\xb4\x47\x59\x09\x37\x1b\x19\x88\xb2\x12\x6e\x36\x82\xc0\xf3\x2f\xe1\xe6\x8b\xdc\x97\xf0\x8c\x86\x87\x36\x2b\xe1\x66\x43\x49\x26\xff\xf2\x60\x3e\x66\x9d\x02\x99\x1a\xa1\xda\xd9\x7e\xf9\x3e\x34\xeb\x64\x0b\xa0\x24\x93\x95\x8f\xb2\xa1\xcc\x96\x15\xb9\xd4\xd0\xf6\xcc\xca\xed\xd8\xc8\xec\x99\x95\xdb\xb1\xe1\xa4\xcd\x0a\x64\x6a\x44\x5c\x67\xa5\x4d\x6c\x48\xc7\x64\xa5\x4d\x6c\x8f\xa7\xa0\xb4\x89\xed\xf1\x14\x94\x36\xb1\x3d\x3f\x07\xc9\xbf\xf4\x85\xa4\x01\xcd\xbf\x04\x85\x0f\x26\xf6\x4b\x50\x88\x83\x37\xff\xb2\x0a\x3e\x77\xb6\xe4\x5f\xb2\xbf\xe7\x34\x3b\xff\x32\xfa\xbd\x4d\x55\x5a\x29\x0f\xcc\xf9\x25\xda\x7b\x9b\xfb\x2a\x77\xde\x63\x69\xfc\x92\xc7\xbd\x4b\x7f\x95\x3c\x0e\x41\x98\xfc\xcb\xf8\xf6\x98\xde\x4a\xe2\xd6\x43\xe0\x57\x1c\x71\x3d\x44\x5a\x85\x23\xae\x13\xda\x9d\x15\x5f\xd4\x43\xd2\xaf\x4f\x5f\x69\x15\xc7\x31\x3d\xb0\x9f\x2a\xfa\xa8\x93\x9c\x34\x2b\xc7\x59\x0f\xee\x25\xc8\xca\x62\xd6\x03\x6b\x41\x59\xcc\x3a\x52\x57\x59\x09\xc2\x7a\x60\x69\x28\x41\x58\x0f\xec\x98\x4a\x10\xd6\x03\x3b\xa6\x12\x84\xf5\xc0\xd3\xff\xa5\xc1\xc2\x29\x9d\x7f\x69\xb0\x82\x9e\xaf\x32\x5b\x85\xfe\x0f\xe2\x0c\xf9\x97\xf4\x2a\x74\x06\x4a\xc9\xa7\x50\xa1\xc9\xbf\xe4\x53\x01\x8a\xfe\x4b\x3e\x45\x78\x79\xfe\x25\x9f\x0a\xec\x35\xbf\x7c\x52\x61\xd2\x59\xe5\x93\xc2\xf5\x9d\x7f\xf9\xa4\x08\x2f\xcf\xbf\x9c\x50\x01\x8a\xfe\xcb\x09\x15\xd8\x88\x7f\xf9\x95\x02\xdb\x8d\x72\x24\xf5\x70\x99\x63\x5b\xcd\x80\x68\xe5\xad\x66\x3c\x5d\xab\x67\xcd\x76\xa3\x0c\x4a\x3d\xb0\x96\x95\x41\xa9\x93\x73\x39\x2b\x57\x51\x8f\x91\x6b\xa5\x2c\x8d\x63\x3c\x2b\x57\x51\x8f\x91\x6b\x25\xad\x1c\x8d\x1e\x41\x86\x3b\xf9\x9a\xb3\x22\xaf\x3a\xfa\x36\x59\x79\x70\x3a\x71\xec\x59\x79\x70\x3a\x4e\xf5\xac\x3c\x38\x3d\xb2\xd2\x95\xec\xa6\x93\x7d\x29\x2b\xad\x4c\x8f\xee\x6d\xc8\x4a\x2b\xd3\x91\xbb\xc9\x4a\x2b\xd3\xc9\xdc\x94\x4b\x54\xcd\x2c\x7c\x65\x8a\xe9\xd1\x63\x39\xb2\xd2\xbb\xf4\xc8\xd2\x56\x8a\x96\x1e\xdd\x9b\x94\x15\x00\xd6\x23\xcf\x57\xe9\x4e\x7a\x84\x0c\x2b\x39\x48\x8f\xec\x4d\x8a\xf2\xea\x91\xe5\xa9\xf4\x1f\x1d\x41\x9b\xac\x28\xaf\x4e\x36\xa2\xac\xc0\xad\x1e\xaf\xbe\xea\x46\x97\x6b\xab\xaa\x82\x2c\x29\x0f\x45\x8f\x70\x00\x85\x75\xf5\xc4\xa6\xaf\x3c\x14\x3d\x05\x5d\xcb\x14\x4d\x2c\x5e\xe5\xa1\xe8\x04\xcc\x67\x45\x79\xf5\x14\xa9\x59\xcb\x93\x80\xf9\xac\xb4\x0e\x9d\x83\x80\xac\xb4\x0e\x9d\xbc\x39\x59\x21\x61\x3d\xb1\x96\x15\x12\xd6\xc9\x13\x94\x95\x4f\xa1\x93\x82\x27\x2b\x9f\x42\x27\x24\x3e\x2b\x16\xab\x27\x3f\x07\xc9\x8a\xc5\xea\x09\xc2\x20\x61\xff\x9e\x58\x9e\x8a\xc5\xea\x24\x8e\xc9\xd2\xdb\xef\x49\xcf\x48\xab\x8c\x63\x82\x2c\xbd\xfd\x9e\xf4\xc8\x94\x88\x2d\xb1\x06\x15\xc7\xd5\x49\xdf\x93\xa5\x99\xdf\x93\x9e\xa0\x96\x55\xc2\xa8\xfc\xa9\xe2\x13\x6c\x9f\x7f\xaa\xf8\x49\xcf\x57\xda\xf5\x09\x06\x28\xed\xfa\x9e\x0e\x35\x6b\x49\x26\x36\x50\x69\xd7\x77\x12\xc7\x64\x85\x84\xf5\x04\x33\x51\xd0\x57\x27\xba\x3e\xff\x54\xe2\xd3\xa3\xfb\x52\x89\x4f\x80\xf3\x4f\xa1\xdd\x02\x55\x49\xa1\xdd\xd8\x5e\xa5\xc1\xde\x0d\x8e\xa7\x90\xb0\x6e\x7a\x64\x5a\x83\xa8\xdf\x64\x85\x84\x75\xd3\x13\x64\xc7\xec\xc6\x0a\x95\x62\x79\x27\x45\x7e\xfe\x09\x89\x9b\x1e\xa8\xd6\x2f\x91\xf9\xf9\x27\x06\x6e\x80\xf3\x4f\xc1\x1b\x31\x9c\x2c\x05\xef\x6e\xae\xa8\x9f\xa5\x1d\xdd\x89\xae\xcf\x52\x87\xee\x06\xe5\x93\x3a\x74\x37\x7f\x29\x29\x4b\x1d\xba\x13\x7b\x9f\x15\x4e\xd6\x51\x9e\xc9\x52\x69\xee\x04\xc9\xe7\x6a\xfa\x33\x16\xa8\xa4\x95\xbb\xb1\x06\xa5\x72\xdc\xd1\xa5\xc9\x8a\x3d\xeb\x9e\x27\xe8\x3f\xc2\xbe\x34\x8d\x3b\xd9\x5b\xb2\x84\x79\x3b\x2a\x34\x59\xc2\xbc\x1d\x15\x9a\x2c\xe9\xdd\x9e\x79\x22\x52\x1f\xed\x1c\x37\x64\x29\x88\xf6\xac\xa1\xc0\xb0\xed\x48\xb8\xe4\x7f\x6b\x84\x32\xaa\x5a\x08\x04\xae\x67\x09\x81\xf6\xdc\xa8\x79\xea\x46\x8d\xaa\xb0\x65\x3a\x7a\x2f\x59\x42\xa0\x9d\x8c\x2d\xb9\x6a\x7f\xe1\x3c\x22\x57\xed\x2f\x08\xbc\x64\xa9\x77\xf6\x3c\x68\xa4\x60\x3f\xb3\xfb\xd4\xa3\x1b\x69\x90\x95\xd4\x00\x91\x96\x5c\xb5\x0b\x10\x8b\x9e\xab\xe6\x67\xc6\xee\xab\x57\xdd\xd7\xd0\xe1\xbf\xed\x19\x26\x59\x25\xb0\x9f\x2f\xcd\x90\x76\x3d\x32\x2c\xb9\x09\xd8\x39\x8f\xc8\x0d\xb3\xa2\x17\xd0\x49\xea\x9d\xbd\x60\x06\x36\x4d\x1b\xc4\x52\x72\x23\x30\xa0\x17\xf6\x97\xa6\x69\x83\x58\x4a\x6e\x9a\x36\xa5\xe8\x57\xfd\xd9\x4f\x69\x73\xcb\xaa\xb9\xe9\xab\x6a\x06\x8e\x1a\x2f\x62\xf4\xe2\x71\x2f\xb9\xc1\xac\x7a\x01\x8e\x5a\xd1\x8d\x60\x83\x8a\xac\xeb\x9c\x47\xe4\x26\xac\x2e\x1e\xe8\x92\x25\xaa\xd9\x0b\xf8\x23\xe9\xcb\x4e\x6c\x76\x6e\x22\x3c\xa4\xd7\xcf\x92\xa0\xec\x85\x8d\x5b\xea\x8e\x1d\x57\x7f\x6e\xda\xc7\x2b\xcc\xb9\x69\x1f\x27\x75\x48\x6e\x38\xb5\x7a\x2d\xfa\x5a\xf5\xd5\x87\x5d\xa2\x8b\xbd\x62\x23\x2b\xd0\xae\x93\x70\x33\x4b\xfc\xb0\x23\xfa\x91\x25\x60\xd8\x2b\x3e\x9f\x9e\xf4\x15\x2a\xd2\x93\x6e\x84\x4f\x40\x71\x77\x9d\x90\xe9\xdc\xb5\x3c\x2b\x2c\xb4\x23\x51\xde\xeb\xd3\x57\x46\xb2\x61\xcc\x4a\x78\xb0\xb7\xc8\x7d\x71\x5b\x75\xc2\xa4\xb3\x84\x07\x7b\x83\x6c\x74\xdc\x56\xbd\x45\x5a\x55\x94\xb7\x82\x7d\xad\xeb\x19\xa1\x10\x92\xbb\x38\x2a\x91\xcf\x59\xd1\x74\xbd\x31\x37\x7a\x53\xce\x0e\xec\x88\x2e\xed\xe8\xc6\xfa\x55\x44\x5c\x6f\xf0\x87\xce\x61\x4d\x6f\xf8\xd6\x7a\x57\xea\x0d\x3f\x8d\xca\x5d\x49\x5d\x1b\x7b\x53\xd7\xde\x44\xc8\x71\x96\x4a\x61\xc7\xa9\x9e\xbb\xb2\x82\x92\xcd\x30\x77\xed\x3e\x4d\x03\xab\xdd\x07\xa5\xe5\xdc\xd7\x2f\x6d\x07\xdd\xd7\x82\xc5\x03\x9f\xfb\xbf\xd2\x8e\x30\x1a\xda\x50\x1a\xab\xac\xff\x52\x7e\xb0\xa1\x28\xaa\xad\xf7\xc0\xb5\x38\xa5\x3b\x21\xc7\xb9\xdf\x5f\x42\x10\x7e\x7d\xd2\x13\x66\x0d\x0e\xe1\x7c\x67\xd3\x57\xec\x59\x27\x02\x39\x2b\x9c\xac\x77\x86\x4e\xe1\x64\xbd\x17\xfd\x59\x37\xc2\x8b\x35\x34\x91\x88\x40\xce\x43\x13\xa9\x33\x27\x87\xb6\x8c\xce\xb0\x8f\xa4\x66\xf8\xe1\x78\x96\x68\x61\xef\xac\xd0\x21\x62\xd6\x3b\x8d\x34\x65\xf1\x80\x3f\x0c\x53\x55\xdf\x43\xf9\x8f\xb0\x3f\xb2\x12\xb2\xc0\xd8\x87\xe6\x58\x87\xb1\x2b\x0e\xad\x77\x2c\x2c\xe9\x0a\xf6\x0e\xd0\x0d\xb1\xa3\x8e\x85\xa5\xf0\xb0\x4e\x34\x72\x1e\x82\x6e\x32\x66\xe6\x21\xe8\x1e\x1e\x45\x90\x87\xa0\x7b\xb0\x11\x0f\x91\x87\xc1\x1e\xa1\xf0\xb0\x8e\xc4\x47\x1e\x62\xdd\x43\x9d\xd5\xc3\x1d\x78\x57\xc6\xd5\xaf\x6c\xb5\xe3\xfd\x12\xc2\xfa\xb5\xf3\x97\x68\x03\x24\x97\x56\x5e\x1f\x1e\x00\x96\x67\x50\x56\x20\x2c\x4a\x49\xe7\x75\x34\x3d\xf2\xd4\xb3\x1e\x47\xbf\xaa\x91\xcc\xc0\xa9\xa7\x39\x00\xab\xa9\xa7\x39\xb0\x32\xa6\x1e\xd0\xc4\x7f\xab\x30\xad\x3e\xa1\xac\x13\x67\x60\x9f\x30\x9c\x89\x15\xdc\xa7\x47\xe5\x65\x69\xdc\xf5\xc9\x84\x54\x4c\x57\x9f\x51\x35\x4f\x7d\xdd\x7c\x5d\xfa\x4a\x07\x45\xd1\x11\x0f\xc9\x33\xeb\x57\x86\x5d\x2a\x76\x7d\xb2\x65\x4c\x59\xc1\x13\xa3\x63\x16\x5d\xeb\x67\x37\x79\x8a\x03\x4c\x08\xcf\x24\x0a\xb1\xcb\xe5\x2e\x9d\xba\x3e\x99\xae\xd2\xa9\xeb\x93\xad\x59\x6a\x72\x7d\x72\xd0\x23\x81\xb8\x3e\x01\xd8\x29\xd8\x9f\x58\x19\xb3\xab\x55\xd0\xa1\x49\x30\x43\x9f\x1c\xf4\x4c\xe1\x8f\x1c\xf2\x53\x19\xa8\x27\x0e\x84\xa9\x2d\x63\xea\x81\xca\xce\x9d\x80\xf3\x14\xd9\x98\x38\x6c\xa7\xc8\xc6\x64\x1f\x97\x5e\x5c\x9f\x18\x2c\xd2\x8b\xeb\x13\x7e\x2b\x45\xb8\x3e\xf5\xf4\x95\x3a\x79\x5e\x6e\xa4\xd4\xc9\x93\x33\x94\x29\x12\x4e\x96\xf0\x2c\x09\xb8\x3e\x59\x1a\x53\xdc\x63\x62\x72\x4e\xa5\xa6\x9a\x98\x9c\x53\x30\x38\xb1\x7d\x14\xc6\xd6\x27\x5b\x86\xf4\xe2\xfa\x0a\xba\xef\xd3\x57\x87\x6e\x85\xb1\xf5\xa5\x99\xa3\x75\xb4\xb0\x5e\xa7\x48\x38\x9a\x2d\x79\xca\x6a\x5e\x9a\x39\x1c\x12\x75\x1d\x13\x4c\x25\xe8\x91\x43\x7e\x3e\x55\xc5\x7e\xba\x34\xdb\x11\x48\xc9\x0a\x54\xeb\xe4\x28\xc9\x4b\x0c\x16\x81\x94\xbc\x04\x56\x0b\x18\x91\xd8\x5a\x5f\x3c\xb2\x95\xd4\xa3\xa5\x9a\xd5\x23\x60\x7f\x69\xe1\x2c\x9e\x82\x42\xe0\x3a\x02\x29\x79\x69\xe1\x90\x6b\x23\x2f\x2d\x1c\xd2\x24\x65\x29\x95\xf5\x0d\x33\x59\x9a\x75\x5b\xad\xd2\x34\xdb\x6a\x86\xa6\xd9\x86\x66\x2f\x4d\xb3\xbd\xa8\x59\xdb\x1c\xfa\x21\x79\x29\x85\xfa\x86\x75\x2f\xa5\x50\x97\x6f\x7c\x29\xd1\xf9\x86\xc6\x48\x70\xac\x6f\x60\x44\x82\x63\x9d\x34\x49\x79\xc9\x12\x24\x00\x3b\x2b\x9a\xae\x6f\x26\xd2\xfa\xe5\xe0\x56\x07\xc5\x69\xe5\xdf\x5e\xe2\xb4\x87\x53\x83\xa5\xa9\x72\xd8\xaa\x14\x4d\xd7\x4f\xf9\x27\xb6\xbf\x94\xc2\x8c\x38\xe7\x2c\x59\xb3\x7e\x80\xdf\x25\xcb\xee\xe0\x4f\x58\xf8\x15\xfb\xd1\xc8\xe0\x27\xef\x47\x8f\x4f\xb9\x99\x0e\x67\xa9\x5b\xcc\xea\xb0\xa7\x6f\xa5\x4c\x3a\x5b\xbf\xaa\x66\x1e\xae\x84\xcb\x3a\xb2\x24\x79\x0b\x6f\x0f\x2e\x82\x1d\x75\x5f\x0f\x6c\xce\x5b\x39\x83\x8e\xa7\x4c\xca\x5b\x3b\xef\xe1\xe4\x71\x6b\xbb\x24\xce\x39\x6f\x53\xc6\xa8\xa4\xaf\xca\x18\x85\x8f\x6e\xcb\x68\x42\xd9\x3e\x2b\xc0\xaf\x5f\x7c\xb0\x92\x26\xeb\x17\x93\x64\xcb\xd8\xb9\x6c\xc4\x8a\xd9\xeb\xb7\xe9\xcf\x4a\x02\x05\x3b\xda\xf2\x45\xdc\xc6\x7d\x85\x99\x97\x9d\x6b\x8b\xfd\x5e\x78\xf5\x6e\xbf\xe4\x53\x9d\xaf\xba\x2f\x54\x6a\x8b\xb3\xc9\xd7\xbd\xb5\xdb\xa2\x70\x92\xb7\x00\x16\x85\x93\xbc\x85\x7b\x97\x9d\x7a\x0b\x25\x48\xc6\x94\xb7\x0c\xf9\x07\xff\xd9\x02\x8d\x07\x86\x6c\x3d\xee\x17\x68\x86\x68\xf6\xc3\x7f\xa2\x98\xbd\x2e\x07\xf5\xd1\xf3\x7d\x1e\xdf\x98\x8f\xbc\x58\xf2\x39\x1f\x79\xb1\x88\x28\xce\x12\x3d\xeb\x68\x80\xe4\x23\x0b\x9a\x04\x52\xf9\x68\x6e\xbc\xae\x6b\xd5\x0c\xba\x7f\x94\x4e\xeb\x11\x1b\x70\x94\x4e\x0b\x59\x8f\x2c\xc1\xb4\xfe\xd8\x14\x8e\x1c\x62\x6f\x52\xb3\x1c\x62\x0f\xfc\x91\x42\x5a\x7f\xec\x11\x47\x33\xe7\xb1\x96\x8f\x3c\x60\xcf\x03\x29\xf3\x49\x6a\x33\xc6\xdd\x11\x2b\x7b\xd0\xfb\x23\x43\xfe\xb1\x0b\x1c\xc1\x20\x9a\xe4\xf9\x08\x06\x11\x0c\xc9\x47\x30\x28\x8f\xb4\x62\x05\x47\x60\x2d\x2b\x56\x70\xa0\x3a\x9e\x8f\x32\x28\xc9\xe7\x7c\x94\xc3\x37\x00\xdd\x12\x6a\x1b\x44\x2f\x67\xc9\xa9\x8d\x00\x7d\x92\x9c\xda\x40\x57\x3c\x4b\x4e\x6d\x04\x3d\x32\x65\x02\x42\x7b\x24\x1f\x65\x02\x0a\x90\xff\xa3\x5c\x3f\x01\x43\xe9\x28\xd7\x4f\x00\x19\x8e\x72\xfd\x04\x0e\x5e\x8f\x72\xfd\x04\x0f\xbf\xc9\x52\x57\x1b\x81\xb5\x70\x94\x73\x27\x70\x2c\x7b\x94\x73\x87\x4c\x88\x59\xd1\x8f\x23\xb0\x34\x14\xfd\x38\x50\x35\xc9\x8a\x6f\x1c\x01\x8b\xec\x28\xcd\x6b\xd0\xd3\x57\xa2\x9c\xc0\xee\x73\x94\xe6\x35\x70\xc4\x79\x94\x28\x27\x60\xda\x1f\xa5\x79\x0d\x83\x47\xa6\x44\x39\x28\xa2\xe4\xa3\x84\x35\x01\x7e\x78\x9a\xc6\x6a\xd2\x7d\xa5\x5b\x25\x1e\x3b\x1f\xa5\x5b\x45\xf3\x24\x1f\xa5\x95\x09\x9a\x39\xca\x64\x1a\x34\x55\x94\xb1\x05\xcd\x93\x7c\x94\xb1\x25\x5c\xa6\xb7\x92\x84\x06\xcd\x0d\x25\x09\x95\xcb\xfa\x40\x36\x06\xa2\xeb\x59\xb1\x94\x03\xd1\xf5\x7c\x96\x32\xb9\x6b\x6e\x2c\x65\x72\x67\x97\x3f\xec\xf2\x23\xa6\xfb\x0f\xb0\x7f\x94\x41\x32\x72\x6c\x77\x94\x41\x32\x42\x0e\x25\x34\x37\xe4\xaf\x96\xd0\xdc\x88\xb0\x41\x45\x6c\x8e\x08\x27\x57\xc4\xe6\x20\xae\x3b\x2b\x62\x73\x44\xcd\x04\xbc\x70\x23\x02\x74\x07\x2f\xdc\x88\x00\xdd\xc1\x0b\x37\x22\x8e\x9a\xab\xbc\x72\xc4\x75\x7b\xea\x0e\xbe\x66\xbe\xea\xbe\x8c\xf9\x8d\xbf\xbc\x81\x9d\xaf\xba\x2f\x1b\x8a\x22\x36\x47\xc4\x27\x79\x95\xd0\x2d\x12\xd9\x72\x95\x2b\x2d\xb2\x83\x5c\xe5\x4a\x8b\x38\x21\xef\x2f\xd5\x35\x54\xea\x6a\x11\x25\x88\xb4\xa2\x2e\x07\xea\x28\xf9\x6a\xba\x26\x16\xd1\x55\x6a\xdd\xc4\x54\xbf\xca\x87\x9b\x3a\xd7\x6a\x26\xa0\x40\x9e\x15\xd0\x38\x12\x06\x8b\x02\x1a\x07\x72\x28\x59\x01\x8d\x23\x81\xf3\x77\xfe\x32\x8c\x53\x95\x12\xc2\xca\x9d\x7b\x95\x10\x36\x31\x7b\xaf\x66\x51\xc2\xbb\x72\x35\x8b\xe4\xdd\x55\xb8\xe3\x48\x1a\xe7\xa5\xaa\x34\xce\xeb\x97\xda\x9b\x1e\x29\x51\x69\x62\x32\x5f\x65\x26\x4d\x00\xdd\xd5\x94\x4b\xec\xd4\x57\xf9\x43\x13\xb6\xcf\xe5\xd8\x7d\x18\x96\xe0\x65\x07\x19\xc6\xf1\x99\x04\xf1\x86\x41\x3b\x15\xb2\x38\xe4\x92\x55\x8c\xe2\x30\xc2\xab\x14\xa3\x38\x50\x2f\xcf\x12\xa6\x1b\x06\x94\xbd\x5f\xa2\x40\xe6\xe4\xfb\xa5\x6e\xc7\x0a\x7e\x4a\x42\x27\x1f\xec\xfb\x65\x18\xe7\x20\xf2\xfd\x32\x8c\x83\x03\xef\x97\x61\x9c\x91\x7c\xbf\x0c\xe3\x1c\xca\x3f\x4d\x06\xc3\x8f\xf1\x7e\xf9\xb8\xa1\x7f\xef\x5f\xf9\xb8\xa9\xea\x97\x17\x9b\x85\xff\x7e\x79\xb1\xd9\x32\x14\x94\x38\x8c\x49\xa8\xa0\xc4\x61\x4c\xc2\xa7\x8c\x51\x99\xa1\x53\x60\xe1\xc8\x9c\x1e\x3e\xa5\xe5\xcd\x78\xc0\x9e\x60\x21\xe3\x8b\x78\xb0\xc1\x81\x60\x48\x7e\x5a\xec\x19\xac\x56\x34\xe0\xc8\x90\xba\xa7\x2c\xae\x19\x56\x23\x61\xba\x91\x71\x2f\xbc\xab\x3f\x0f\x7e\xbd\x4a\xab\x0d\xde\xbe\xab\xb4\xda\x43\x7f\x56\x55\x10\xf8\x87\xb3\x65\xa0\xd4\x91\x9f\x70\x23\xb3\x81\x3e\xe1\x46\xbe\xaa\x4a\x3d\xc2\x14\x7a\xf8\x4e\x07\xaa\x17\x59\xfa\x78\x43\xee\xd0\x87\xa5\x3f\x4a\xd2\x8d\x78\x0a\x05\x34\x7b\xb8\x71\x06\x42\xd3\x9e\x17\xc4\xbf\xb2\x09\xbe\xa7\x54\x5c\xf8\xf6\x1f\xa7\x06\xa3\x68\xe8\x84\x57\x85\x93\xd6\x27\xbc\x42\x22\x23\x3f\xe1\x55\x81\xe4\x3c\x4e\x0d\x46\x71\x7e\x58\x82\xa6\x68\xf1\xf3\xb5\x12\x82\xfe\xec\xe0\x56\x82\x66\x6c\x71\x2f\x74\x09\xb0\x9a\x81\xb3\xb4\x04\x58\xcd\x40\x40\xa3\x28\x6a\x71\x10\x8f\x5d\x82\x90\x10\x99\x8b\x12\x94\xda\x12\x65\x69\x4f\x31\xe2\x5f\xf7\x3f\xb0\xfd\x22\x6d\xc0\x51\x7c\xba\x16\x89\x01\x8e\x72\x68\x92\x98\x46\xf1\x8d\xa9\x04\x31\x0d\x94\xa2\x3d\x55\xc9\xf7\x15\xa5\xe8\x12\x94\xc9\xb1\xfa\x4e\x54\x82\xd2\x35\x56\x67\x29\x25\x08\x42\xab\xbb\x28\x4b\x50\xba\x46\xf4\x31\x4a\x50\xba\xc6\x9a\xe8\xbb\xd2\x17\x56\xe3\x57\xa5\x2f\x24\x54\xbb\x04\x91\x96\x9a\xb9\x91\xe0\xb7\x66\xfa\xae\xbc\x81\xb5\xd0\x66\xe5\x0d\x44\x3d\xa3\x04\xe5\x0d\x44\x3d\xa3\x04\xb1\x94\x5a\x69\x95\x88\x47\x6d\xdc\x48\xf4\xa0\x76\x3a\xa8\x2c\xf0\x78\x86\x4b\x50\x16\xf8\xda\xb9\x91\x16\x6f\xf5\x85\x50\x82\x16\x6f\x1d\xb4\x4a\x29\xd4\xeb\xe4\x5a\xe5\x3d\xaf\x8b\xa7\x29\xb6\x80\x76\x74\x91\x80\xe1\xa8\x8b\xfb\x2a\xef\x79\xd5\xc3\x15\x0e\xd4\xc5\x53\x50\x66\x73\x7c\xce\x45\x81\xa3\x03\x9f\x73\x09\xda\x23\xea\xa5\x47\x53\x37\x7a\xfc\x79\xea\x46\x8f\x3f\x0b\xf6\xab\x9e\xef\x52\x9a\xb9\x40\xab\x88\xe8\x1b\x78\x95\x8b\xd4\x0e\x47\x33\x6a\x3e\xbf\xcc\xb3\x3c\x14\xad\xa9\x56\xa8\x4a\xd0\x8d\xa3\xb8\x44\xa5\x9a\xc5\x33\xec\x29\x61\xf8\x7a\xf9\x4a\x8f\x1a\x0b\x41\x9a\x7e\xa3\xf9\x5b\x0c\x25\x6a\xc6\x22\x64\x51\xa2\x92\xab\xe2\x55\x2e\x51\xe9\x53\x91\x92\x2e\x51\x73\xb2\xb9\x93\xc7\x13\xc6\xf8\x57\xa6\xb7\x54\xfb\x06\xb1\xd9\x25\x8a\xdf\x36\x37\x2a\x4b\x54\x4e\xc9\x1e\x68\x86\x72\x4a\xe2\x28\x2e\x51\x33\xa7\xbb\x31\x5e\xa2\xf8\x6d\x77\x1b\xb3\x44\xf1\x5b\x74\x2d\x8a\x42\x43\x47\x4f\x74\x5f\x94\xa0\x1b\x5d\xd0\x2e\x8f\x67\xb8\x48\xb5\x6f\x74\x0f\x0c\x2e\x51\xd9\xd8\xbb\x9f\x73\x15\x85\x77\x8e\xde\xb9\x91\x60\xbf\x6b\xe8\xb4\xcb\x13\x35\x5d\x14\xfc\x39\xfa\xe0\xbe\x78\xe0\x07\x41\xd4\x25\x6a\x32\xe0\xe0\xf5\x44\x35\xfe\x75\xd1\x5f\x3d\xfd\xce\x14\x55\x00\xe7\xe8\x9b\xaa\x7e\xc9\xca\x1d\xd8\x4b\xfc\x65\x18\x3f\x0c\xce\x2f\x4b\x38\xb3\x2e\x1e\x8d\x06\x30\x12\x8f\x7a\x74\x69\xf3\x51\x9b\x1f\xcd\xb8\x4a\xc7\xa9\x71\x16\xec\x0f\x06\x56\x41\x98\x83\x88\xeb\x92\x34\x91\x86\xbf\xee\x5d\x92\x18\xe0\xf0\x6d\xae\x24\x31\xc0\xe1\x4c\xac\x24\x65\x07\x26\xcf\x7b\x49\x4a\xf8\x4b\x26\xf7\x92\xf0\x62\x0d\xe2\xb1\x4b\x12\x3f\x1c\x8d\xaa\x34\xeb\x46\xa3\x19\x9a\x75\xc3\x2d\x14\xcf\x79\xe3\x5f\x41\x86\xa4\xa4\xbd\x83\xe9\x9d\xc4\x3d\x06\xcf\x28\x09\xfa\x08\xde\x2e\x49\x76\xd3\x38\xdc\x48\x84\x61\xb0\x7e\x15\xde\x39\xc6\xa1\x2a\xa1\x19\x9a\x18\x25\x09\xcd\x86\xd3\x89\x92\x78\x6d\x61\xb8\x26\xc6\x7f\x84\xfd\x24\x58\x98\x89\x6a\x35\xe5\xa6\x33\xd8\x22\xc9\xbe\x31\x8d\xaf\x9a\x18\x33\x73\x53\x3c\x96\x63\x6a\x54\xb7\xae\xad\xb4\x9f\xc8\xde\x41\x0e\x50\xcf\x8e\xe3\x5f\x99\xbd\x12\xf4\x1b\xb3\xeb\xcf\xaa\x4a\xe3\xa6\x4c\xf4\xf8\x7e\x4b\x52\x26\xfa\x39\xb9\x91\xe6\xc9\x5c\xfa\x75\xeb\x2b\x37\x12\x79\xc0\x43\x5b\x24\xca\x37\xa6\xbf\x82\x54\x92\xe0\x68\x6a\xa0\x94\x52\x1c\x97\x6c\x51\x00\xe7\x98\xc0\xa0\x69\x8e\x11\x6e\x5d\x4c\xe8\xb4\xdc\x18\x2f\xa6\x69\xb3\x9c\xfc\x17\xd3\xb4\x59\x2e\x56\x50\xec\x97\x27\xda\xcf\x25\x8b\xfd\x72\x3d\xbb\x37\xa9\xd8\x2f\x6f\x72\xe6\xcf\xda\x5e\x57\xe1\xd7\x5f\x0a\x63\x8f\xda\xf2\xdc\x39\xfe\xd5\xcf\x32\x8a\xb5\x5f\x32\x6b\x7f\x28\x26\x0c\xc1\x8f\x5a\x4c\x26\x24\xd1\xc8\x45\x81\x94\x63\xf9\x59\x7f\x91\x5e\xdc\x58\xcc\x22\x9b\xbf\x4c\xca\xfe\x14\x24\x1f\x37\xd6\xe5\xbe\xfb\x97\x3a\x99\xfe\xea\x29\x6c\xa7\x9d\x45\x11\x8c\x63\xab\xfb\xa2\x70\xdb\xf4\x55\xd9\x81\x8d\x0e\xea\x29\x6c\xa3\x55\x5a\xcb\xdb\x18\xe7\xa7\x7c\xc7\xac\x56\x7b\xbf\x64\xd6\xde\x66\x05\x25\x8e\xcd\xc6\x9d\x65\xbe\x6d\x37\xa3\x3c\x6f\x0d\x5f\x17\x5f\x75\xad\xfb\x8b\x8a\xe2\x0c\xc7\x66\x01\x2a\xce\x70\x6c\x86\x2e\xff\x92\x77\xb3\xa1\x28\xec\x70\x6c\x77\x1f\x95\xfc\x4b\xc0\x0d\xb3\xca\x5a\xcb\x08\x68\x94\xac\xb5\xbc\xa7\xaa\xd2\x7d\x99\x93\xf9\x97\xfd\xf9\xd1\x05\x6d\x28\xc7\xbd\x67\x45\xd2\x64\xe3\x44\xaa\x92\x9d\x78\xa0\x40\x59\x8e\x8b\xe3\x0c\xb6\x64\xc1\xfe\x61\x1d\x65\xbc\xb2\xe3\x74\xaa\xd2\x4a\x39\xac\x14\x05\x9b\x8d\xe3\xef\xa5\x96\x2c\x7e\x7b\x36\x1d\xd4\xc0\x1e\xc0\x59\xe1\x64\xe3\x78\xbc\x5c\x91\x90\xd7\x20\x9a\xb7\x14\xb9\x9e\x2e\xcf\xb7\xc8\xf5\x74\x69\x55\xd1\x8c\x45\xe7\xa1\x14\x11\x42\x9c\xa5\x45\x4a\x5f\x83\x34\xb5\x9e\xc7\xc5\xbf\x66\x7e\xd5\xf4\xbe\x7e\xee\xec\x69\x5d\xfc\x6b\xd1\xaf\x55\x5f\x2b\x5f\x9b\xbe\x0e\xbe\xaa\x91\x45\xd7\xea\x46\xee\x3c\x2c\x45\xa9\xb1\x49\x7c\x59\x8a\x52\x63\xdf\x46\x33\x44\x17\xf1\xbb\x96\xa2\x61\x47\x41\xa2\x48\xad\x6b\xa0\x02\x51\x8a\x88\x19\xc2\x0e\xa5\xc8\x6f\x73\xd9\xc8\x24\xb1\x35\xee\xa5\x91\x43\x19\x7e\xd9\xb9\x14\xb8\x35\x2e\xe4\xaa\xc8\x00\xbf\xa0\x8a\x42\xb3\x06\x81\xc1\xa5\x68\xf3\x7d\x81\xfb\x6a\x49\x3e\xf7\x30\x94\xa2\x25\x89\x3a\x74\x29\xeb\x97\xee\x99\xfb\x0a\x90\x1f\xd4\xba\x70\x66\x34\x5c\x14\xe2\x3f\xc2\x7e\xd9\xba\x29\xeb\x51\x62\x5c\xe3\xb1\x1e\x25\xc6\x35\x1e\xb4\xa4\x88\xd1\x3d\x96\x67\xd1\xbe\xfc\x2a\x83\x2c\x83\x0b\xd1\xe6\x52\xf1\xb2\x3e\x12\x40\x14\x49\x66\xbd\x09\x68\x54\xdc\x38\x6f\xd2\x60\xa5\xe9\x4f\x17\xb3\x48\x69\xfa\x4f\xcf\xe1\x20\x79\x53\x94\xaa\x5f\x45\x83\xa2\xf4\xef\xa2\xcd\x5d\x80\xe2\x84\x54\x48\x51\xca\x7e\x17\xf9\xf3\xaf\x85\xaf\x59\x55\x56\xfd\x99\x36\x60\x22\x25\xa2\xc7\xcb\x2f\x65\xff\x5b\xaa\x8a\xec\xb7\xbc\x0c\x5b\x14\x94\x65\xbc\x76\x5a\x14\x94\x65\x35\xe8\xd7\xad\xaa\xd4\xaa\xc3\xd7\xa1\xfb\xfa\x30\x1a\x2f\x76\x15\xa5\xec\xb7\xa1\xa1\x50\xca\xfe\x07\xf3\x97\x7a\x98\x21\x81\x55\x94\xb2\xdf\xc6\xd1\x57\x72\xe3\x4e\x75\x10\x63\xcd\x06\x73\x55\x49\xf9\x8d\x2c\xe7\x45\x49\xf9\x6d\xeb\xbe\xac\x6b\xdb\x57\x7f\x9e\x34\x72\xd2\x48\xd6\xf5\xe9\xb9\x1c\x74\x67\x4a\xd5\xda\x46\xff\xba\x28\x6d\x7f\x22\x05\x6c\x51\x6c\x59\xc6\x53\x5c\xa4\x6b\x96\x23\x74\x5f\xb9\xf9\x13\xe1\xf5\x45\xb9\xf9\x33\x7e\x9c\xa2\xdc\xfc\x09\x59\x96\xa2\xb8\xb4\xd3\xf3\x3c\xa7\xeb\x7a\xf2\x79\xf2\xda\x7d\x91\x2e\x5a\x36\x30\x58\x19\xf8\xd3\x65\xe7\x57\x06\x7e\x8f\xbc\xf7\xaf\xde\xb3\x4c\x5e\xac\xa2\x0c\xfc\x99\xdc\x41\x45\x19\xf8\x73\xcd\xaa\x4a\xb3\x18\xfc\x96\xe2\x5a\x6e\x49\x2d\x7b\xfa\xca\xaf\xc0\x4c\x6e\x8d\x6b\x81\x99\xdc\x30\xdf\x95\x81\x3f\x5d\x4c\x0d\x65\xe0\xcf\x43\xb3\x0f\x53\xc3\x03\x23\xfc\x6b\xd1\x57\x5d\x4b\x9b\xc7\xa0\xfb\x78\xd6\xf3\x18\x74\x50\x69\x8d\xc7\x52\x55\x47\x5f\xe9\xa0\x1c\x4e\x6f\xa9\xe6\xc7\x68\x96\x70\x0e\x3b\xb8\x02\xf6\x32\xaf\xf9\x14\x45\xe8\xe5\xdd\xa8\x0e\x9a\x91\xd1\x8f\x2a\xca\x59\x9f\x8f\x1e\x5d\xfd\xd5\x4e\x53\x00\x90\x40\x76\xe6\x52\x01\x90\x10\xb0\x6a\x15\x38\x97\x62\xa2\x2a\xdc\x4a\x29\x40\x8d\x24\xd1\x16\xc8\x25\x5a\x24\xd1\x16\xc2\xd5\xd7\xc4\xaf\x7e\xe0\x5e\x1a\x53\x3d\xe0\x21\x2f\x0a\x60\x0b\x78\xb9\x8b\x02\xd8\x42\x80\xb1\x48\xde\x2d\x44\x7c\x0b\x8d\x85\x10\x02\x66\x5d\x63\x21\x84\x98\xf4\xeb\xd0\xaf\x87\xaf\x93\x5f\x8f\x6e\xb4\xf4\xeb\xe6\xeb\xe6\xd7\xac\x3f\x1f\x75\x5f\xcd\xb8\xba\x36\xf1\x55\xa3\xf1\xf8\x9a\xd5\x5f\x10\xb2\x65\xf5\x97\xed\xa0\x65\xf5\x97\x4d\xb9\x65\xf5\xf7\xd1\xa3\xac\xfe\x32\x89\x1b\x4b\x24\x44\xb6\xec\x96\xd5\xdf\xa3\xaa\x9a\xbe\xd2\x66\x96\x07\xcf\xe8\xbf\x6d\x07\xa5\xfe\xff\x76\x83\x96\x7f\x23\xa1\x6a\x18\x89\x54\x78\x20\x2c\x9c\x78\x31\x02\x5a\xfe\x8d\x84\xda\x7b\xf4\x55\x2d\xd2\x48\xfc\x9a\xcf\x48\x24\x16\x5d\x63\xe1\x04\x12\xe1\x96\x56\x34\x2f\x58\xce\x8a\x28\x0c\xc1\xa3\x02\x8b\x22\x0a\xff\xfd\x6b\xd6\xb5\xdc\x97\x85\x63\x41\xad\xc2\xf7\xf3\xef\x3f\x03\x81\x21\xeb\xbe\x4a\x1e\xce\x1a\x6c\x1c\x67\x19\x67\x5f\xa5\xb1\xe8\x2c\x64\x9e\x0f\x8b\xee\xdf\x5f\x37\x5f\x35\x1a\x2c\xba\x7f\x7f\xbd\xfa\xaa\xaa\xde\xff\xf6\x95\x05\x67\x21\x33\x1a\x18\x6d\xc6\xc9\x58\x51\xe2\x71\x4f\xad\xe1\x5f\x95\xf0\x1c\xeb\x50\x89\xc7\x3d\x01\xc6\xff\x22\x15\x17\x5f\xe9\x02\x6e\x06\x0b\x5d\xd7\xaa\xbf\x43\x35\xab\xbf\x93\x46\x56\xf5\x77\xea\x5a\xf5\x77\xaa\x66\xf5\x68\xe9\xeb\xfd\xdf\xbf\xaa\x47\xac\x6c\x65\x29\xb7\x00\xa3\x54\xa8\xa6\xfd\x1e\x59\x53\x8f\x30\xe8\x95\xa5\xdc\x93\x58\xf8\x57\xf5\xe8\xd2\x8c\xa6\x1e\x5d\x5d\xab\x1e\x3d\xfd\xaa\x1e\x69\x22\x35\xf5\x08\x4a\xd5\x9a\x7a\xa4\x35\xd4\xd4\x23\xd0\x48\x49\xcb\x13\x27\xea\x45\x81\x9c\x09\x76\x56\x75\x20\x99\x87\x93\x85\x16\xfb\x7f\x9f\x66\x2d\xf6\xfc\xdf\x26\x61\x93\x87\xe6\xdf\xbf\xd6\xff\x36\x09\x5b\xec\xed\xdf\x93\xf0\x7f\x26\x5c\xff\xef\xfc\x7f\xfe\xef\xfb\xbf\xfe\x42\x08\xf1\xbf\xbe\x0b\xbf\x09\xf2\x5b\x00\xc1\x5d\x94\xdf\x47\xfa\x2f\x4f\x6d\xaf\xc2\x43\xe1\xfd\x2f\xcf\x86\xdf\x29\xe4\xba\x6f\xf8\xbf\xc2\xed\x85\x8d\x3a\x1b\x97\x3b\x45\x0c\xe1\x1b\xf4\xef\x63\x52\x27\x97\xb7\x45\xe1\xe6\x9f\x95\x42\x6e\xd4\x2e\x85\xdc\xbd\x73\xf9\x37\x0c\x7f\x29\x39\xdb\x0f\x9e\x1b\xe5\xfb\x98\x5e\xe8\x44\x22\x84\x41\x9d\xdf\x60\x7f\x85\xdc\x7d\x72\xf9\xf4\xcb\x79\xbf\x29\x84\xcf\x84\x61\x73\xf8\xbf\xfe\xde\xbb\xdc\x68\x4d\x2f\xfc\x38\xeb\x5f\xe2\xd5\x92\x10\xd6\xf5\xc2\x6f\xc3\xf8\x4b\x68\xc8\x04\x77\x30\x7e\xe8\x54\xbc\xb0\x71\xa3\x5b\x29\x7c\x5e\x58\xb9\xfc\x31\x9e\xef\xbb\x91\x25\x0d\xf2\xe3\x46\xcf\xff\x19\xf9\xa7\xa7\x2c\xf9\x3e\x0a\x85\x95\xc2\x4a\x61\xf7\x76\xfa\xf6\x14\xfc\x85\xf4\x0f\xbc\x13\x85\xc5\x0b\xbf\xc5\xf9\x17\xe2\xaa\xff\xf5\x2f\x94\x09\x71\x35\x2f\xf4\x1b\x69\xed\x85\xc4\x8d\x52\x60\xe4\x1d\x61\x43\x0a\x3e\xf2\x29\xfa\x07\x62\xfb\xc1\x13\x4f\xfc\x05\x77\x3f\xfd\x05\xf3\xc5\x19\xdc\xfb\xf4\x17\x3c\xed\xc4\x5f\x80\x06\x05\xcf\x3a\xf1\x7d\x6c\x2f\xdc\xfc\x33\x73\xa3\x6f\x77\xf9\x7b\x2f\x72\xa3\x9c\x29\xfc\x2e\x7f\xd7\xcf\x70\x83\x67\xa9\xf8\x3e\x1a\x85\x83\xc2\x4e\xe1\xa0\xf0\x51\x38\x29\x5c\x14\x1e\x0a\x37\x85\xcf\x0b\xe9\x7b\x2a\xdc\xfd\x43\xf4\x7f\x4d\xb0\x54\x12\x85\xc6\xe5\x8b\x42\x9a\x54\xd4\xa4\x46\x21\x77\x2f\xba\x3b\x3d\x2a\xdc\x9d\x25\xc3\x7b\x04\xbe\x93\x7c\x85\x3d\x50\xc8\x8d\x3a\x37\x62\x46\x66\xa3\x70\xd1\xce\xfb\xfd\xd3\x38\x25\x0f\xe9\xf2\x4f\x26\x03\x89\x4d\x83\xf1\x8c\xec\xe3\xeb\x7f\xa9\xb8\x19\x1e\x2c\xf9\xe3\x70\xed\xfe\x6f\xc1\x7a\x37\x73\xa6\x2d\xde\xdb\xce\xeb\x8a\x61\x05\x9f\xf3\x2b\x7c\x1d\xab\x9c\x8e\x85\x13\x7d\xc9\x78\x1e\xbe\xbf\x9e\xdc\xb8\x8b\xee\xde\xff\x3e\xbe\x5a\x7a\x76\x10\x89\x71\x7f\x95\xc5\xf8\x19\xf6\x7f\x3d\x3a\x48\xc5\x34\xbe\x6f\x31\x8d\xaf\xb9\x25\xf9\xe3\x88\x9e\x06\xe2\xfb\xf8\xaa\xee\xcb\xbd\x61\xd1\xe2\xa2\x70\x7b\xa1\x9b\x2d\xd1\x7c\x2e\x45\x8b\x7e\xa3\xe5\x87\xb9\xd1\x1d\x56\xdf\x47\xf1\xc2\xa3\xc2\x46\x61\xa7\xb0\x53\x38\x29\x5c\x14\x72\x77\x1f\x9e\xc8\xb8\xf4\x75\xf9\xa7\x4f\xcc\xe8\x49\x26\xfe\x3a\xef\xad\x47\x7f\x79\xf9\xfb\xf8\x2e\xe8\xf8\x8b\xa2\x19\x4d\xf2\x69\xda\x77\xa4\x9d\x99\xcb\x7d\x2a\xf6\x1d\xb9\x3c\x73\x77\x9f\x75\x7d\xbb\xb0\x52\xb4\x4c\x9d\x99\x3a\xdd\xed\x10\x2d\xab\x4e\xef\xe6\x36\x7a\xe4\x0f\x27\x7a\xde\x88\xaf\xb0\x78\x21\x23\x6f\x3e\xf2\x25\x39\x9a\xc7\xcf\x8c\xf8\x0a\x3f\x83\xfc\xaf\x34\xd5\xf9\xaa\x17\x3e\x6f\x12\x49\x43\xa2\xbf\xfa\xfa\x7d\x7c\x8f\xa3\xa3\x81\x16\x5d\xab\xff\xfb\xf0\xa1\x23\xff\x75\xcc\x1f\x7d\xfd\x3e\xcc\x0b\x3d\xf2\x21\x66\x1f\x9e\xe8\x9a\xfb\x7f\x9d\xe4\xd1\xd1\x9d\x42\xdf\x87\x77\x93\xb3\xdd\x98\x2b\x75\x56\xaf\x33\xfb\x66\x1f\xf3\xe5\x9f\x77\xf9\x04\x73\xf6\x1f\x8b\x4f\xb7\x58\x1c\xb3\x4a\xf6\x77\x00\x63\x89\xfe\x88\x4b\xcc\x5e\xe8\x47\x4e\xb1\x24\x1f\x90\xf2\x99\xd2\x7f\x05\x71\xad\x58\xfc\x81\x47\x7f\x97\xef\x2b\x1c\x14\x2e\x0a\xb7\x17\x4e\x0a\xbd\xd5\xd1\xdd\x43\x7f\x85\xd7\x4c\x62\x71\x9c\x88\xc5\x9f\x51\x41\x84\x2a\x96\xe2\xe3\x59\x8a\x8f\x67\xf1\x60\xbf\xe8\xaf\xe9\x7d\x1f\xde\xce\xe2\xa1\xf8\xb1\xf8\x1e\x17\x8b\xef\x71\xa5\x3c\xea\xf4\x3d\x2e\x16\xdf\xe3\x4a\x71\xd3\x3e\xba\x1f\xe6\xfb\xf0\x7f\xd6\xc6\xe5\x93\x6e\xfa\x2e\x53\x00\x96\x58\x96\x3f\x23\xf7\x98\xfc\x95\xed\xe7\xce\xd1\x5f\x4f\xfb\x3e\xbe\x46\x94\x13\xb8\xd1\xf3\x67\xe4\xaf\x81\xfd\xb5\xc4\x78\xd6\xe0\x85\x35\x50\xe8\xc4\x22\x56\xd6\x91\xfb\x17\xfe\x06\xb2\xd8\xd1\xcd\xfc\xef\xe3\x78\xa1\xef\x5c\xd1\xad\xfb\xbf\xe8\x66\xfc\x57\xe8\x83\x5c\x99\xb4\x6e\x5c\xfe\xd5\xe0\x10\x14\x2b\xa3\xe4\xd6\xdb\x5f\xe5\xdd\xdb\x58\xbb\x8f\x67\xed\xdf\x93\x1e\xfe\x6e\x8b\xf3\x09\xe8\xc3\xff\x40\x28\x62\x65\x60\xaa\x0f\xcc\xa8\x81\x1b\x02\x1b\x75\x64\x0a\xe9\xc4\x68\x14\x0e\x2f\x8c\xb4\xc2\xf7\xf2\x58\x1d\x32\x47\xf5\xd7\x47\x62\xf5\x8d\x3a\x56\xdf\xa8\xeb\xae\x34\x8d\x71\xf5\x37\xa7\xfe\x2a\x7a\x0c\xb1\x1e\x9f\xd1\xf5\x7c\x55\xd7\xa3\xee\x32\xae\xd5\xc7\xb5\xf2\xee\x7e\x6c\xc1\x7b\xd6\x7c\x1b\xad\xcf\x1d\xde\xd1\xed\x82\xbf\xe8\xf6\xc0\xdf\x08\xac\x51\x67\xf8\xdf\x47\xf1\x42\x27\xd8\xd1\x89\xdf\xf7\xe1\xf3\x14\xf9\xf0\xd8\xba\xcf\xa9\xd6\x7d\x4e\x4d\xc6\xb5\x39\x93\x88\xcd\x61\x7f\x4c\x37\x6a\x63\x03\x5c\x9b\x83\xeb\x98\x4e\x08\x63\xdb\x95\xc2\xe6\x85\x7e\x44\x16\xdb\x9e\x14\x72\xb9\x5b\xdc\xb1\xed\x43\xe1\xa5\xf0\x51\x48\xe3\x8f\x37\x9e\x08\xf4\xd8\x7c\x24\x62\x3b\x5f\x73\xdb\xf5\x9d\x21\xb6\xb3\x29\xbc\x5e\xb8\xb9\xfb\xa5\x49\x37\x52\xc8\x8d\x2e\x4d\xba\xcd\x0b\xaf\xfe\x49\x93\x7c\xdd\xb7\xeb\xa4\x3a\xb6\x4b\x9d\xf7\x78\xe1\x63\x94\x1e\x75\x3e\xea\x64\xf2\x36\x7f\x0e\xb1\xbd\x6f\xb0\x1a\x74\x26\x36\xe0\xad\x39\xbc\xb5\x17\x18\xa5\xc7\x20\x3b\x6f\x6a\x2f\xd0\xa4\xc7\x78\xbe\xed\x85\xa0\x78\x67\x95\x74\xa7\x48\x0d\xf5\xd9\xd8\x79\xc4\x3d\xf0\x4f\x00\xbb\x3b\xc7\x89\xdd\x91\xb3\x3d\x3f\x50\x8a\xfe\x6e\xd3\xf7\xf1\x3d\xe9\x96\x79\x1c\xdd\xa9\x47\xec\x0e\x29\x2d\x33\x74\x1d\x68\xef\xcc\x10\x54\xb2\xa2\xbf\x84\xf4\x7d\xf8\xac\xeb\xe0\x7d\x67\x86\x74\x9f\x21\xb5\x57\xea\x1c\xb4\x73\xf8\x54\x1c\x6c\x2c\x9d\xe9\xdd\x99\xde\x03\x70\xed\xcb\x9f\xa6\x6b\x6b\xff\x55\xde\x9f\x88\x9d\xe9\xdd\x99\xde\xab\xd3\xcd\x33\x29\x74\x18\x5e\x4c\x9b\x7e\xe8\xa6\x3f\xe2\xba\x40\xdc\x7e\xe9\xa6\x33\xd6\x8e\x02\x6e\xec\x3c\xe2\xee\x8f\xb8\x3f\x20\xb3\xf3\x88\xbb\x3f\xe2\x8e\x1a\x6e\xf4\x77\x8f\xbe\x0f\xdf\xd6\x9e\xee\xce\xd3\xec\x8f\x3a\xdd\xd7\x14\xfd\xc5\xa3\xef\xe3\x1b\xf9\x5a\x98\x21\x03\x68\x1f\x0e\xed\xb5\x7a\x80\x79\x1c\x80\xd6\x70\xd0\xea\x87\xa1\x1b\x6c\x56\x83\xcd\x0a\x15\x93\x38\x2c\x53\x58\x28\xec\x14\x2e\x0a\xfd\x72\x24\xa3\xe2\x60\x4b\x1f\x4e\x39\xfb\xd8\xdc\xdd\xf7\xf2\xe8\x2f\x0d\xfd\xb5\xd4\x28\x2c\xfc\xd3\xed\x9d\xba\x23\x75\x36\x1a\xef\x66\x48\xc7\x2a\x8c\x2e\x2f\xfd\x7d\xf8\x80\xc4\x40\x37\x01\xab\x31\x28\xf4\xa3\x80\x38\x86\x3f\xb8\x31\x9d\x50\x44\xf7\xc5\xc5\xb1\xb8\xfb\x72\xac\xeb\x2e\x74\x1a\x07\xc8\x30\x40\x06\xb2\x28\xc4\xc1\x42\x18\xbe\x10\x6a\x52\x37\x1f\xa3\xf4\x7c\x71\x0d\xb6\xf4\x99\xfc\x9f\xd3\x99\x52\xeb\xcc\x90\xc9\x56\x39\x7d\x58\x5b\x77\x83\x2c\x4e\x28\xd2\x4c\xcf\x0b\x9d\x59\xc7\xe9\x1b\x67\x9c\xe6\xd3\xbb\xbb\x9f\x34\xba\x3a\xf2\xf7\xe1\x10\x74\x1f\x37\x62\x67\x98\xbe\x33\xb4\xc6\xda\x9c\xec\x9f\xd3\xf7\xcf\xd6\xfc\x90\x24\x4e\x37\xf2\xe2\x6c\xbe\x8e\x1a\xb8\x34\xe1\x38\x73\xf8\x92\xc9\xee\x19\x88\x73\xf0\x4f\x76\x84\xdc\x69\xe7\xa0\xce\x51\x29\xe4\x72\x06\x79\xba\x3d\x37\xc4\x1d\xfc\xd5\x99\xef\xc3\x01\x30\xbb\x51\x12\x27\xdb\xaf\xbf\x0b\xf3\x15\x72\xf9\x6c\x14\xfa\x86\x42\x72\xa7\x38\x61\x58\xd3\x19\xd6\xc8\x8b\xbb\x2f\x07\xab\xb9\xb8\xbb\x1f\x54\xc6\xc9\x83\x9b\x3c\xb8\x7c\xe8\xe6\xa2\x49\x3c\xb8\x7c\xe8\x11\x90\x3e\x77\xa2\xf0\x52\x98\x29\xf4\xbd\x83\xd7\x6a\xe3\x04\xe7\x27\x38\x9f\x99\x60\xfe\x82\xcb\xf7\x41\x9d\x57\x97\xd3\x4d\x47\xf6\x41\x1e\xa7\xe8\x7a\xcf\xdf\x87\x51\x48\xe3\xc1\xf9\xe9\x38\x3f\x4a\xa0\x9b\x67\x50\xc8\xee\x1d\x78\xee\x87\x1b\x39\x40\x8c\xc2\x4c\x9e\x87\x67\xe4\x66\xc8\xe0\x8d\xde\x38\x2f\x8f\xc3\x91\x61\x94\xc8\x3f\x2f\x75\x5e\xea\x04\x54\xe7\xa5\x9d\x0e\x10\xa3\x78\xc4\x4d\x9c\x80\xff\x7c\xd4\x69\x34\xe9\x31\x20\x0e\x17\xa3\xd8\xfd\x47\x42\x31\xd9\x04\xe6\xe3\x86\x99\x21\x7c\xdc\xf0\x71\x43\x3f\x51\x88\xae\x6d\xfd\x7d\xf8\xa6\x5a\xd8\xe7\x17\x3b\x83\x2b\x5b\x7f\x85\x95\xc2\x46\x21\xa3\x55\x74\xf9\xa4\xd0\x67\x4a\x71\xd7\x60\x5c\x0e\x61\x71\x39\x73\x1d\xc5\xbd\x09\x71\xc5\x4a\x21\x97\x83\xa3\x0b\x3e\xba\x1c\x91\xc6\xf5\xf3\xf5\xb8\x1c\x83\xe2\xca\x3e\x06\xd8\xb4\x71\xf9\x36\x13\x97\x1b\x19\x03\x4b\x35\x2e\xf0\x69\xb9\x91\x31\x2e\x7c\x64\x39\x8f\x8d\xcb\xf9\xda\xb8\xee\xf9\x8b\xab\x50\xa7\x9b\xaf\xe3\x7a\x50\x4e\x5c\x2c\xdc\x55\xf8\x67\xe5\x72\x58\xfb\x72\xd6\xde\x0a\xfc\x7e\xb1\x9e\xfc\x55\x9e\xbf\x36\xe1\x79\xeb\x50\xa7\xcf\xa9\x1e\x3c\x0c\x28\xae\x4b\x3b\x7d\x1a\x8c\xce\x1a\xfd\x0c\x2c\x2f\x04\xc9\x58\x8e\x8b\xed\x62\xf9\x76\x31\xc8\x34\x13\x17\x8c\x60\xf9\xdc\x18\x7d\xd2\x4d\xf6\x90\xe5\x7b\xc8\xe8\xee\xcd\x8a\x9e\xf5\xff\xfb\xf0\x8d\xa5\xc2\x1d\x5c\xe7\xfa\x2f\xba\xbe\xf5\x5f\x27\x59\x51\xdc\x8e\xd4\x71\x57\x76\x6f\x26\x83\xbf\xc7\xf2\x7d\x38\x10\xf2\xb2\x59\xdc\x70\xb1\xed\x5c\xac\xc9\x28\x75\x69\xe9\xef\x83\x7f\x5e\xee\x3e\x29\x9c\x58\x56\xf0\x91\xed\x78\x11\xb7\x23\x44\x4f\x10\x8a\xbd\x7c\x40\xf6\xf2\x2d\x28\x19\x37\xf2\x65\x1c\x5d\x5b\xfa\xaf\x3d\x50\x67\xb3\x46\x3d\x09\xff\x5f\xdb\x00\xcc\x66\xf7\x76\x9d\xe9\xbf\xc6\x19\x61\x74\xb9\xe7\xef\xc3\x87\x2e\x32\x93\x0f\x93\xd6\xdf\x41\xf9\x1b\x91\xbe\x1f\xa6\xa2\xa7\xdf\xff\x1b\x11\x7e\xe7\x6f\x8f\xfc\xc5\xe3\x74\x66\x90\xd1\x33\x1e\x37\xa9\xa2\xbf\x1d\xf2\xd7\x8f\xfb\xe8\xe3\x71\xfb\x3a\xfa\x4b\x21\x7f\xfd\xb0\x2b\x1e\x2c\xea\x83\x45\x7d\x20\xd1\x9e\x1d\xff\xfb\xf0\xfd\x53\xf3\xf3\x64\x9a\xe4\x4c\xa9\x5f\x58\xf0\xc1\x34\xf2\xb7\x16\xfe\x06\xb2\xf8\xf1\xb0\x7f\x9e\x06\x85\xa7\xef\xae\xe3\xfc\x7d\xf8\x82\xdd\xfa\x27\x6c\xe8\xb0\x09\x6c\x2c\x96\xc3\x26\x70\xd8\x04\xb6\x7b\x8e\xe3\xc1\x56\x38\xa3\x53\x38\x29\x1c\x14\x52\x27\xb3\xee\xb0\xfd\xba\x50\xf4\xdf\xd8\x4c\xb0\x33\xa9\x73\x52\xa7\x46\x89\x9d\xe1\x4c\x2e\x5f\xdc\x7d\x72\xb9\x5b\x15\x83\x34\x24\xf1\x2c\xa3\x90\xcb\x37\x4d\x62\x67\x38\xeb\x50\xa8\x7f\xfa\x4c\x3e\xbe\x17\x8c\x8d\x4d\x7b\x36\x8f\x63\xd3\xa4\xc3\x20\xb3\x33\x1c\x76\x86\x7d\x18\x25\xc8\xbe\xbf\xeb\xf0\x37\xda\x60\x90\xa1\x72\xe7\x40\xf6\x21\xe6\xe7\xd1\x77\x50\xf1\x62\xd3\x1e\x50\xf1\x80\x8a\x17\x22\x79\x31\xc8\xaf\x1b\xe4\xe3\x42\xbb\x6e\xa4\x30\xfa\xdd\x9f\x7b\xd0\x52\xf2\x3a\x93\x07\x1f\xfd\xf5\xe9\x77\x4f\xe6\xe3\x99\x3c\xfd\xe3\xdf\xe8\xe4\x7a\x37\xa7\xaa\xc9\xd8\x54\x87\x93\x94\xe4\x29\x03\xbf\x0f\xcc\x17\x3f\xc4\x48\xd9\x2d\xd5\xe4\xf1\x2f\x7f\xed\x38\x77\x48\xd9\x77\xef\x94\xfd\xc1\x75\xb4\xc6\x92\x0b\x21\x7d\x1f\x82\x0b\x0a\x9d\x5d\xa6\xcc\x76\xc1\x39\x56\x72\x91\xa0\xef\xc3\x9f\x51\xf2\xa0\xf0\xe4\xd1\x1b\xdf\x07\xdb\x2f\xf9\xdd\x3d\x3d\xdb\x5f\x2a\xb0\x75\xe3\xee\xc5\xe1\x30\x79\x82\xb5\xbf\x61\x87\xcb\x27\xff\x74\x0e\xd0\x6a\xe6\x72\x5f\xef\xc9\x65\x69\xfe\x1a\xfa\x0b\xc9\xb5\x63\xbe\x0f\xef\x66\xf7\x23\xf6\xe4\xe7\xd3\xdf\x87\xc3\xaf\x32\xe2\x63\xaf\x26\x2c\xd4\x14\x49\x1b\xef\xd2\x1e\xdf\x07\xee\xc6\xcd\x3f\x9d\x49\xa4\xba\xf0\x05\x93\xb9\xdf\x33\x57\x7d\x1f\x05\x47\xb6\x0a\x9b\x17\x3a\xe0\x26\xb2\x24\x26\x97\xed\xf8\x4b\x95\xe7\x47\x30\x77\xaa\xfe\x18\x53\x75\xea\x98\x90\xd8\x4e\x2e\xe1\xf1\x7d\x5c\x3a\xe6\x7d\xf7\x44\x56\xdf\x87\xb7\xb3\x90\xdd\xbf\xf9\x7c\x49\xcd\x77\x4a\x0b\xbe\xf9\xa7\xe6\x1b\x66\x6a\xd1\x7d\x97\x38\x1f\x53\xf3\xe7\x90\x9a\xfb\x78\xcc\xfc\x98\x28\x35\x9f\x60\xc9\x45\x41\xfe\xcc\x06\x37\x72\xaf\x63\x6a\xee\x1a\x34\xb2\x9f\xa6\x96\xf8\xa7\xc3\x93\x05\x37\x70\x53\x4b\xdc\x3d\x71\xf7\xc7\xdd\xdd\x72\x48\x2e\x25\xf2\xfd\x53\x85\xde\x77\x3f\x80\xfd\x7b\x37\x8f\x7f\x22\x14\xc9\x0f\x67\xbf\x0f\x77\xa7\x5f\x97\x95\x48\x7e\xea\xfa\x97\xfc\xe4\xf2\x2b\xf4\x64\xfa\x7e\x70\xf9\x7d\x4c\x2f\x74\xbf\x43\xf2\x83\xc6\xbf\xe4\x47\x79\x7f\xe9\xb9\x28\x50\xf2\xa3\xbb\xef\xe3\x6b\x4c\x26\x19\x7d\xf2\x53\xb7\xbf\xe4\xc7\x6b\x7f\xf9\xba\xb1\x97\xfc\xc0\xec\xfb\xa8\x5e\x98\x18\xad\x4a\x9d\xee\x77\xca\xc4\x23\x25\x3f\x88\xfa\x3e\xf8\xa7\xef\xf3\xc9\xcf\x9f\xbe\x8f\xe9\x85\x1e\xeb\x92\x5a\x63\x0c\xfc\x18\x25\x5f\x77\x07\xa5\xe6\xf6\x4b\x6a\xee\x83\xce\x97\xac\xfd\x8d\xf3\x93\xe6\x4e\x9a\x4c\x00\x52\x6a\x0e\xca\xa9\x39\x41\xcf\xb7\xd1\x4e\x77\xd9\xa4\xe6\x3c\x3d\x5f\xb2\xfc\xb7\xc1\xdd\x1d\x86\xfd\xdd\x20\x2f\xe4\xa9\x0e\xfa\xae\x47\x3d\xa8\x73\x52\xe7\xa4\xce\xc9\x4c\x71\x34\xce\x77\x71\xf9\xe4\x51\x4f\xea\xd4\x94\x9c\xf4\x68\xd2\xa3\xad\xcb\xa9\x73\x51\xe7\xa1\x47\xac\xa7\xe6\xeb\x29\x13\xf8\x94\xda\xa2\xce\x45\x9d\x97\x99\xc2\x91\x4e\x5b\xf4\xfd\xf1\x34\x37\xdd\xf4\x65\x95\x5f\x60\x3c\x37\xd3\x7c\x0f\x0a\x99\x92\x9b\x6e\xba\xcf\x25\x93\x25\x3f\xe1\x73\x49\xf8\x5c\xf2\x8b\x34\xfe\xd0\xa4\xe3\x4d\x22\x45\x7e\x6a\x87\xa7\x79\xb8\x51\xd2\x3f\xe9\x91\xd3\xee\xfc\x8c\xc9\x70\xb9\xfc\x72\x79\xe6\x19\x71\xca\x84\xeb\x25\x93\x1c\x3f\xb5\xab\xcb\x9f\x17\x56\xd6\xd3\x63\x90\x1d\x39\xf3\xd3\x73\x7f\x3c\x77\xc7\xd1\xfc\x40\x32\x7c\x2e\x09\x9f\x4b\xc6\x1d\x90\x70\xb6\x24\xdc\x2b\xf9\x35\x6e\x04\x5e\x78\xca\xb7\xbf\xcc\x4b\xaf\xc9\x53\xbc\x7d\x1f\x3e\xc8\xbc\xeb\x9a\xba\x93\xe8\x84\xcf\x25\x3f\xf7\x76\xa6\xee\xfc\x2e\xf5\xc0\xe5\xbe\x51\xa7\xee\x20\x92\x70\xc4\xe4\xe7\xf4\x30\x75\xdf\x90\x52\x8f\x8c\xfc\xe2\x46\xc0\x46\x4f\x8c\x12\xd3\xa6\xbb\xef\x33\xb9\xc0\xcd\x5f\x46\x74\x31\xb9\xbe\xcd\xf7\x41\x93\xb6\xfe\x39\x28\x5c\x14\x2e\x0a\x7d\xc5\x75\xe3\xc1\xb1\xb1\x74\x07\x91\xd4\x8d\x51\x72\x6b\x2d\x79\x82\xb9\xef\x83\x3a\x2f\x97\x83\xf7\xdd\x98\x0c\x8f\x7f\x66\x7a\x94\x69\xe7\xe3\x9f\x99\x3a\xdd\xef\x50\x42\xa0\x9b\x99\x26\x39\xb0\xf8\x8b\x35\x5e\xe8\x73\xa9\x3b\xbd\x2f\xc1\xfd\xa1\xc9\xb5\x71\xbe\x8f\x4c\xe1\xa1\xb0\x52\x48\x9d\x89\xc6\x17\x46\xa9\xf2\x4f\x77\x6c\xa5\x5e\x69\x7c\xe5\x46\xa6\x42\x1a\xef\xce\xee\x12\x98\x60\x9d\x73\x5d\x17\xdf\xf9\x0a\x7d\xda\x74\x3f\xc9\x4d\xae\xb9\xf3\x57\xc8\x28\x94\xf0\x76\x25\x1c\x5b\x85\x00\xab\xd4\x81\xa0\xee\x68\x53\x78\x21\x37\x79\x32\xbb\xef\x83\x76\xb2\x83\xf5\x4e\xdf\x39\xf2\x08\x4c\xc5\x3e\x18\x3a\xce\x95\x70\x3e\x27\xbc\x64\xa9\x0f\x7a\xe4\x9e\x94\xe4\xa2\x3d\xdf\x07\x75\xb2\xd7\xf5\x41\x9d\x83\x6e\x76\x6e\x34\x68\x92\x23\x51\xe1\xe5\xdc\xd4\xa1\x33\xdd\x41\xa7\x10\xd3\x90\x70\xc0\xa5\x3e\x69\xd2\xa0\xef\x6c\xdb\xdd\xf1\xa5\x84\xa9\x42\x9e\xa6\x73\x3f\x7f\x5b\xc5\x0b\xb9\xfb\xe2\xee\x8b\xc6\x83\x36\xae\x13\xf4\x15\xd2\x78\xc7\x9e\x84\x6f\xaf\x84\xc5\xe3\xd8\xf4\x7d\xf3\xdc\xfd\xd8\x34\xf5\xcd\xdd\x37\x7d\xd7\x4c\x86\x0a\xf4\xcd\xc8\xc3\x1d\xfa\xe6\x46\x9b\xa7\xa9\x99\xbc\x79\x9a\x8e\x4b\x25\x1c\x26\x18\xc7\xd7\xfd\xd0\xa3\xc3\xfc\x3c\xf4\xe8\x50\xe7\xa1\x49\x87\xb9\x74\x68\xfc\x65\xe8\x0e\x8d\xbf\xd4\x79\xf9\xe7\xa5\x9d\x97\x76\x3e\xda\x79\x99\x21\x97\x3a\x1f\x7d\x07\xac\xba\xfb\x82\x4b\x0c\x14\x82\x4b\x78\x0f\x4b\x8c\x5c\x0e\x2e\x75\x37\x89\x0a\x7a\x95\xa9\xc3\x5c\x3c\x15\xdf\x5f\x21\x82\x2b\x0d\x98\xcb\x70\x8a\x5b\xa2\x9b\xad\x69\x70\x78\x3e\x02\x97\x7b\x54\x55\xc2\x15\x99\x46\xe0\x72\x37\xdd\xd2\x00\x82\x46\xa4\x49\x1e\x74\x9a\x06\x74\xc6\xf3\xf6\x7d\x85\xe7\x1f\x09\xc5\x70\x3f\x40\x1a\x0e\x53\x05\x13\x2e\xb9\xba\xd2\xf7\xe1\xb3\x2f\xba\x30\x49\x1a\x89\x1b\x26\xda\xcb\x2a\x19\x80\x96\x6b\x28\xf1\x56\x8f\x17\x36\x0a\x3b\x85\x95\xc2\x43\x21\x75\x36\x6e\xe4\x76\x72\x72\x55\xa5\xbf\x12\xd9\xa8\x5d\x54\xe9\xfb\x48\x14\x72\xb9\xfb\x53\x13\x8e\xd4\xc2\x1b\xcc\x09\x7f\x6a\x1a\x1c\xa3\x45\x16\xc4\x80\x0d\x79\xd2\xc0\xbf\x42\x86\xab\x84\x93\x35\x0d\x63\x08\xa1\x5f\x23\x33\x5a\x99\xc6\x4f\x6e\x04\x6f\xc2\xd7\x5a\x30\x4a\xd3\x70\xb0\x4b\xc3\xe9\x53\x89\xac\x92\x91\xa9\x33\xd3\xa3\xc5\xdd\x01\xc2\x01\x10\x46\x8f\x19\x4f\x03\xbe\x35\x0a\x77\x67\x9a\x8f\x4a\x37\x2b\xdd\x3c\x5c\x5e\xe9\x26\x40\x18\xaf\xfe\x49\x37\x01\xc2\x78\x99\x29\xc0\x9b\xa7\x1d\xfc\x2b\x09\xd6\x36\xdc\x98\x4d\x03\xcc\x43\xa7\x33\x0d\x30\x6f\x38\xfb\x2a\xbc\x66\x9d\x46\xe3\xb9\x3b\x17\x2b\x68\x76\xa6\xd1\x78\xee\xce\xbe\x4a\xc2\xb6\x19\x1e\xcb\x92\x3c\x83\xe1\x5f\xc1\x9b\x90\x46\xe7\xee\x0e\x92\xfe\x3e\x8f\x17\xd2\x4d\x20\x33\x99\xfe\xc9\xe3\xe8\xdc\xc8\x68\x67\x67\xe8\x38\x81\x4c\x59\x97\x33\x74\x83\x1b\x61\x98\x0d\xa8\xdc\xd0\xa1\xbd\xe6\x27\xe0\x3a\x00\xd7\x54\x18\xa5\x41\x37\x1d\x4e\x4b\xd2\xa4\x05\x47\x87\x3b\x60\xfd\xfd\x1f\x2f\xe4\xee\x83\x83\x6b\x78\xe8\x80\xdf\x0d\xce\x3f\x53\x65\xe8\x26\x23\x0f\xe2\x26\xac\xa0\x01\xe2\x8e\x49\xe3\x1b\xd3\x66\xd1\x4e\x10\x97\x17\xd0\xd3\x58\x5c\xbe\xb8\x5c\xf3\x73\x71\xf9\xe2\xf2\xc1\x3f\xc1\xd1\xb1\xb9\x7c\xaa\x90\xa7\xb9\xb9\x1c\xc0\x1e\x18\x51\x03\x74\x4c\x8b\x7f\xc2\xda\xc6\xe1\xb9\x6f\x15\x72\x23\xf7\x99\x96\xe4\x2e\x9b\x34\x00\x42\xd7\xf2\xfa\x2b\xe9\xf0\xdc\x01\x42\x4f\xf8\xf8\x57\xd2\xa5\x9b\xb0\x36\xcf\xe4\xf8\x15\xf2\x8c\x1e\xed\x7c\x3c\x8e\xc7\xd0\x61\xe8\x7a\x56\xc7\xaf\x90\x01\x79\x5c\xfe\x98\x75\x10\x0a\xcf\xf4\xf8\x7d\x78\x93\x0c\x42\xc1\xc9\x40\x1a\xa0\xa3\xb9\xa7\x37\x4d\x0c\xba\xe9\x78\x58\x78\xa3\x3d\x4d\x58\xdb\x74\xd6\x56\xcc\x23\x52\x93\x27\x75\xfc\x3e\x26\x85\x97\xc2\x4d\xa1\xcf\x64\xf3\xa8\x90\x34\xa1\x72\xd3\x91\xb3\xf0\x1e\x7c\x9a\x18\xe4\xd3\x91\xb3\x18\x88\x3b\xb1\x00\x27\xa8\x88\x88\x69\x9a\x6e\xfa\xa5\xe9\xe0\x58\xcc\x03\xf9\xd3\x04\x15\x67\xe2\xf2\xcc\xe5\x98\x85\x2e\x4d\xf6\x57\xcc\x35\xea\x12\xa7\x1b\x89\xd3\x8d\x62\x58\xfe\x2e\x57\xf6\x7d\xf8\xc8\x5b\xe3\x72\xa8\xdc\x34\x2e\x87\xb1\x4e\xa8\x1c\x27\x1f\xc5\x3a\x8d\x77\x90\x4b\x33\xd3\x23\x26\xd8\xc4\x9b\x30\x33\x4d\xc2\xd0\x99\xee\xfb\x4a\xd3\x19\x5d\x31\x2c\xd5\x09\x95\x9b\x44\x1c\x90\x96\x2d\x4d\x6c\xc4\x09\xac\xf1\x22\x7e\x9a\x85\x3a\xa1\x72\xb6\xb8\xbb\x9f\x2a\x27\x0e\x5c\x8a\x41\x13\x26\xd6\x24\xe7\x2e\xc5\x98\x8a\x1c\xbf\xa4\x09\x00\x92\xd2\x2d\xb9\xce\xd9\xf7\xe1\x50\x69\xa0\xe2\xac\xf4\x9d\xd0\x06\x39\x38\x26\xa4\x6f\x42\xfa\xec\x71\x79\xa3\x47\x60\x5d\x8e\x0c\x32\xb0\x36\xe1\x77\x59\xcf\x1d\x6b\xd2\x73\x5c\xfe\x15\x42\x99\xd2\xec\x4c\x30\x10\x2c\x67\x26\x18\x26\xe6\xec\xd4\x09\xbb\x74\x99\xb4\xef\x63\x51\x48\x93\xb0\x3b\x27\xb8\x44\x86\xb7\xc4\xe1\x4f\xe2\x80\xa7\xe4\xca\x4c\x86\xb5\xb9\x42\xda\x5f\x41\x33\x35\xb9\x40\xda\xf7\xc1\xe5\xec\x86\x13\x6b\x72\x4e\x1a\xaf\x47\x3c\x69\x3c\x68\x93\x07\x85\x8b\xa1\x5b\x8a\x49\xe1\x72\xa8\x9c\xab\x9c\xfd\x95\xec\x2f\x3d\x24\xce\x79\x92\x8b\x9b\x7d\x85\xdc\x1d\xc3\x91\xe3\x9e\x92\xe1\x62\x1c\xe9\xa4\x09\x41\xcb\x6c\x3d\x13\xc3\x91\x03\x9e\x92\x3f\x03\xe2\x1f\x08\x05\x87\x40\x69\x6e\xda\x0b\xd3\xe2\x10\x28\xcd\x43\x7b\x31\x39\x38\xef\x49\x1c\xf4\xf8\x9b\x53\x5e\xc8\xe5\x10\xb5\x12\x68\xda\xa5\xbd\x0e\x53\x85\x13\x9e\x34\x31\x35\xe7\x25\x86\x06\x93\x83\x13\x9e\x34\xdd\x7d\x5f\x90\x33\x48\x1c\xed\xa4\x09\x92\x15\x36\x2b\x4e\x78\xd2\x84\xd2\x15\x0c\x5d\x8e\x76\xd2\x04\xb4\xc8\x30\x97\x38\xc4\x49\x13\xd0\x2a\x30\x2d\xce\x6b\x12\xe7\x35\x05\x29\xd8\xc4\x79\x4d\xe2\xbc\xa6\xa0\x71\x90\x16\xce\x28\x8e\x6d\xfc\xfd\x29\x2f\x1c\x14\x12\xd6\x53\x74\xb9\x8f\xd2\x02\x9f\x0a\x9b\xd5\x02\x9f\x16\xf8\x54\xd8\xac\x3c\xb9\xe9\xf7\x91\x29\xa4\x49\xf8\x30\x57\xa4\x9d\x55\x97\x6f\x0a\xb9\x11\xb3\x6f\x01\x5a\x8b\xe8\xa5\xe2\x0e\xed\xb4\x12\x8d\x87\xdf\x15\x3f\x31\x49\x0b\x5f\xd6\x4a\x34\x1e\x3b\x79\x39\xb1\x4b\xae\x45\xc7\x6b\x5c\x5e\xb8\x28\x64\xe4\xb1\x43\x5c\x72\xee\x2f\x2d\x58\x5b\x71\x69\xec\xb4\x60\x6d\xcb\x88\x5e\x9a\x34\x1e\xd6\xb6\x60\x6d\x05\xd4\x59\x18\xa5\x9c\x39\x95\xb2\x54\x48\x93\x32\x4d\x62\xf2\x7a\xd6\xd5\xef\x83\xb9\xb4\xf5\x4f\x9a\x94\xe9\x3b\x86\x04\x47\x4f\x69\x81\x64\x05\xf7\xca\x02\xc9\x38\x88\x2a\x05\xbf\xd8\x2a\xd4\x09\x92\x15\x7c\x2e\xab\xd0\x23\x40\xab\x32\x69\x17\xac\x6d\xc1\xda\x08\x11\x4a\x0b\xd6\xc6\x01\x56\xa9\x91\x3a\x9d\xc3\xa5\xe5\x80\x56\x08\x11\x4a\xcb\x71\x2d\x2d\xcc\x57\x64\x1a\xd2\x22\x2c\x79\x35\x6e\xc4\xa4\x5d\x60\xde\x6a\xdc\x28\x71\x23\x30\x6f\x41\xe5\x2a\xfb\xd2\x82\xca\x2d\x90\xac\x66\xda\xd9\x19\x3a\xb8\x58\xcd\x8c\x52\x67\x94\xba\x77\x93\x9c\x7c\x69\x41\xd0\x96\x42\xc4\xf0\xdf\x2d\x08\xda\x82\xa0\x21\xfa\x90\x5c\x83\xef\xfb\xe0\x46\x98\xc4\x1c\xd0\xa5\x05\x10\xd6\xa6\x42\x86\x6e\xd2\x23\xac\xdf\x05\xed\x5a\x93\xcb\x3b\x83\xec\xa7\x1b\x69\x01\x84\x75\x30\x20\xb8\xd5\x16\x91\x85\x28\x41\xa4\x85\x5b\x6d\xc1\xb0\xaa\x66\xdd\xe2\xf2\xc5\xc8\x43\xa6\xd6\x62\xe4\xa1\x5d\x48\x45\xa4\x85\xd3\x7a\x61\xbe\x56\x5c\x36\x6b\x33\xc8\xd0\xae\x0a\xd9\x5f\xa0\xe3\x02\x1d\xeb\xa2\x47\xa0\xe3\x02\x1d\x2b\xd6\xef\x02\x00\x17\x36\x6d\xc5\xfa\x5d\x00\xe0\xf2\xa3\xb5\x52\x37\x97\xc3\xda\x16\xa8\x58\xd9\x00\x17\xbe\x36\x4f\xc9\xfb\x15\xf2\x38\x0e\x77\x3f\xf4\xe8\xd0\xa4\xc3\x80\x00\x95\x15\x82\xb6\xa0\x72\x0b\x2a\x57\x2f\xcf\xe8\xf2\x8c\x2e\x83\x0c\x6b\x5b\x18\xba\x9c\x89\x96\x0a\x6b\xe3\x68\x34\x71\x26\x5a\x2a\xac\x8d\xa3\xd1\xc4\x61\x68\x69\x81\x51\x02\x3f\x97\x73\xbf\xd2\x38\x4a\x58\x98\xc4\x0b\x93\x18\x79\xe5\xb4\x1e\x8d\x77\xe7\x5c\x69\x9a\xf3\x78\xf8\x17\xa0\x8a\xec\x45\x5a\xf8\xfb\x97\x7b\xec\x4a\x63\x21\x6c\x90\x76\x3b\xb6\x96\xc6\x42\xd8\x6e\x35\xa7\x0d\xd2\x22\x93\x91\x36\x48\xbb\x61\x82\x0d\xf4\xde\x6e\x4a\xa7\xed\x84\xd0\xdf\x39\xf2\x42\x7f\x1c\x1b\x50\x45\x56\x23\x6d\x40\x75\x03\xaa\x0d\xfb\x63\x03\xaa\x1b\x26\xd8\x30\x35\x36\x4c\x70\xc3\x04\x91\x6f\x4e\xdb\x21\x36\x6d\x8c\xe6\x06\x50\x6f\x3c\x7d\x1b\x26\xd8\x30\x20\x36\xa0\xba\x01\xd5\x86\x23\x7b\x03\xaa\x1b\x50\x6d\x78\x91\x36\xa0\xca\x71\x72\xe1\x1c\x39\x71\xaa\x9c\x36\x9c\xb1\x41\x13\x36\x9c\x71\x43\x0f\x79\x6d\x2e\x6d\x40\x75\x63\xf5\x36\x4c\x8d\x0d\xa8\xee\xcc\xe5\xb8\xbc\x37\xf8\xb9\x71\xea\x35\xe0\x77\xc3\x04\x37\x4c\xb0\x41\x28\x36\x06\xee\x86\xf4\x35\x08\xc5\x06\x2a\x77\xe1\x9f\x90\xbe\xcd\x11\x02\xc7\xde\xa5\x61\x7f\x70\xfa\x9d\x36\x56\x6f\x3b\xe1\x1f\x09\xc5\x86\x11\xba\xfe\xe3\x77\x45\xa5\x1a\x86\xb0\xd2\x0a\xdc\x41\xbb\xd2\x5d\xec\xe4\x06\x83\xd9\x70\xc7\x8d\x9d\xdc\x58\x25\x1b\x3b\x79\x63\x12\x37\xf0\x7e\x83\xa3\x1b\xee\xd8\x9e\xfe\x39\x29\x64\x9e\xb2\x20\x36\xe0\xba\xb1\x93\x1b\x7c\x74\x37\xba\x8b\x9d\xdc\x03\x73\x0a\x3b\x79\xe3\x5a\xec\x81\xa7\x0a\xcb\xe4\x78\xbf\xe8\x14\x6e\x63\x3c\x6f\x37\x97\x0b\x12\xd9\x69\x77\xee\x0e\xf5\x24\x4c\x2a\xed\xce\xdd\xc1\xe6\xee\x6f\x25\xa4\x8d\x13\xd2\xd3\x51\xff\x95\x8e\x8b\x69\x3b\x3b\x4d\x44\x0e\x94\xae\xa5\xc3\x39\xc8\xc6\xdf\xd8\x31\x78\x36\x80\xbd\xb1\x93\x89\x02\x4c\x1b\x3b\x79\x4f\xfe\x09\x6f\x26\xb8\x20\x6d\xfc\x8d\x1d\xd3\x7d\x73\x90\x41\x8c\x41\xe9\x45\x85\x85\x42\x7a\xc4\xb1\xd4\x06\x86\x37\xae\xc5\x0e\xc7\xd9\x0e\xca\x69\xc3\x47\xd1\x66\x49\x1b\x18\xde\x9b\xbb\xb3\xb1\x6c\x1c\x86\x1b\x70\xed\x4d\xff\xe4\xf2\x43\xdf\x1b\x03\x02\x8e\x12\xb0\x50\x3a\x5e\xa4\x0d\xe5\xdc\x58\xbf\xc8\xbc\xa4\x7d\x78\x70\x40\x66\xd7\x2a\x01\x1d\x37\x98\x47\x2a\xcc\xb4\x21\x92\x1b\xce\xd8\xb1\x97\x36\x67\x16\x1b\xcc\xeb\x5a\x3a\xb8\x01\xf7\xa3\x9b\x58\xe9\xfb\xe9\x72\x86\x0e\x3a\x73\x80\x37\xa2\x26\x4a\xf7\xd7\x0a\xd2\x01\xde\x88\x9a\x28\xdd\xc3\xb9\x12\xe1\x12\xe9\x40\x0f\x3b\x0b\x81\xe0\x89\x74\xf0\xf8\x75\x16\xc2\x01\xb4\x78\x5f\xa2\x74\xe6\xfc\x81\x09\x1e\x98\x60\xf7\x40\x95\x74\x38\xe2\xf6\xdc\xdb\x5f\xa1\xb7\xf3\x40\x0f\x89\xc4\x28\xdd\x03\x2b\x12\x01\x19\xc9\x65\x3a\xbf\x42\x6e\x84\xa1\x7b\x40\xb2\xce\x42\x38\x9c\x59\x10\x9e\x51\x46\xe0\xee\x20\xd9\x01\xc9\x06\x0b\xe1\xe0\xe9\x3b\xd0\xc3\x01\x45\x3a\xd0\xc3\x03\x3d\x1c\xcc\x79\xd7\xf0\xfc\x3e\x08\x59\x66\xbb\x38\x58\xbf\x2e\xd9\xf9\x57\x06\xdb\x05\x91\x1f\x89\x90\x8f\x32\x98\xc9\x44\x7e\xa4\x03\x91\x44\x0b\x3d\x1d\x3c\x7d\x07\x4f\x1f\x79\x45\xd3\xc1\xd3\x77\x30\x89\x47\xd6\x3f\x0f\x85\x97\x42\x47\x32\x4f\x32\xfe\x7d\xf8\x28\x0d\x76\x86\x03\xbb\x3c\xa0\x23\xc1\x8e\xe9\x60\x12\xbb\xc4\xe7\x5f\x19\x38\x49\x5d\xe1\xf3\xfb\x38\x14\xf2\x34\x31\x89\x8f\xf3\xc9\x32\xa0\xf0\x07\xac\x3b\x10\x49\x5e\x72\x4e\x07\xac\x3b\x10\x49\xa4\x72\xd2\xe1\x1c\x84\xc8\x96\x32\x98\xde\x07\x22\xe9\x62\x9d\x5f\x21\xff\x04\x00\x0f\xc6\xf3\x60\xce\x1f\xce\x67\x8f\xe2\xc2\x21\x53\x44\xc4\xa4\x03\xd6\xf1\x12\x75\x3a\xf8\x04\x5d\xc4\xf3\xaf\x0c\x3c\xa7\xae\xe1\xf9\x7d\x30\x20\x93\x51\xc2\xcc\x3e\x98\xd9\x03\x86\x75\x00\xc0\x03\xd6\x8d\xc5\x80\xc0\x43\x0f\x3c\x94\x74\xab\xe9\xc0\x43\xcf\xd0\xe5\xdc\x1d\xca\x49\x94\x4d\x19\x9b\x19\x02\xac\x1d\x60\x8d\x8c\xab\xe9\x00\x6b\x07\x58\x1b\x90\x29\xa2\x6c\x12\x51\x36\x05\xb5\x9f\x44\x94\x4d\x22\xca\xa6\x0c\x8e\x62\x89\xb2\x49\x07\x1e\x3a\x38\x4a\x38\x93\x01\x59\x0c\x1d\x06\x04\x01\x35\xe9\x80\x75\x64\x65\x4d\x07\xdb\x9b\x28\x9b\x32\x31\x0b\x88\xb2\x49\xc4\xd5\x14\x84\xe8\x13\xe1\x35\xe9\x40\x39\xd1\x9f\x4f\x07\xca\x79\xa0\x9c\x13\xde\x44\x94\x4d\x22\xca\xa6\x4c\x2d\x04\x28\xe7\x01\x15\x27\x2e\xda\x03\xe5\x3c\xa0\xe2\x24\xa8\xe4\x1c\x1e\x07\x44\x72\x62\x40\x1c\x88\xe4\x71\x1c\x2c\xd3\x18\xcf\xcb\xd3\xc4\xe6\x9e\x44\xd9\x1c\x6c\xee\x73\x69\x27\x56\xc5\xb9\xb4\x13\x22\x89\xc4\x7d\x3a\x10\xc9\x83\xa3\x70\x62\x0a\x1f\x1c\x85\xe7\x71\x39\xa7\x6f\x07\x7a\x48\xfc\x4f\x99\x5a\x32\x40\xe5\x01\x2a\x91\x3f\x4a\xd7\x8d\xed\x74\x81\xca\x89\xd5\x7b\x3d\xce\x2c\x11\x29\x54\x5c\x19\xe9\x1f\x08\xc5\xe5\x8c\xe5\x42\x13\xa7\xbf\x79\x99\x2e\x34\xf1\x82\xb8\x44\x16\x26\xcf\x5a\xff\x97\x2e\x88\x3b\xf1\xce\x5d\x10\xf7\xe2\xf1\xe3\xf5\x87\x74\xe1\x79\x97\x57\x7f\x26\x87\x0e\xd7\x11\x30\x5d\xe0\x6d\xc2\xb4\x2e\xf0\x76\x81\xb7\x89\xf5\x7b\x71\xee\x5d\x63\x0c\x26\x37\x72\xda\x96\x2e\xce\xbd\xc9\xd1\xf1\x05\xde\x2e\x48\x86\x5c\x53\xf2\x4c\xf5\xdf\x07\x75\xb2\x4a\x2e\xf0\x76\x39\xb3\x40\xa7\x3f\x5d\x90\xec\x82\x64\xc8\xf3\xa7\x0b\xa5\xbb\x8e\x5d\x65\x62\x9c\x5c\xce\x69\x2f\xe7\xb4\xf3\x70\x23\x90\xec\x16\x66\xdf\xd1\x3f\xa9\x13\xf2\x47\x0e\xde\x74\x21\x7f\x17\xf2\x37\x3d\x4e\x38\x5d\x67\x7d\xe9\xe2\xdc\x43\x20\x2a\x5d\x8e\x79\x6f\x65\xe8\x30\x4e\x2e\x76\xf2\xe5\x65\xa6\x89\x71\x72\x2b\x75\x42\xe5\x26\x8b\xec\x62\x12\x5f\x40\x6b\xe1\x52\xbe\x9c\xe8\x5e\x50\x67\xb1\xc8\x5c\x2c\x16\x51\x92\xaf\x10\xde\x74\x21\x53\x17\x80\x59\xf0\xa6\x0b\xc0\x5c\xce\x69\x17\x14\xe9\x82\x25\x17\x2c\x59\xec\x21\x17\x8a\x74\xc1\x12\x92\xf7\xa6\xcb\x9b\xba\x17\x97\xdd\xc2\xb5\x78\x09\xd2\x72\x31\xd8\xaf\x90\x26\x41\x91\x2e\xe6\xeb\xaa\xcc\x25\xb0\xe4\x62\xbe\x2e\x22\x62\x2e\xce\xbd\x8b\x73\x6f\x55\x5d\x7e\x29\xf4\x55\x42\x56\xde\x74\x71\xee\x5d\xc8\xd4\xd2\xa4\x05\x4b\xee\xa6\x4e\xcc\x03\x17\x97\xfd\x3e\xa8\x13\x33\xfb\x02\x1b\x17\xd8\x58\x93\xbb\x03\x1b\x97\xf3\x05\x64\xb1\xd2\x3d\xcc\x10\x18\x16\x49\x06\xd2\x3d\xd4\xc9\xa1\xc3\x5a\x0c\x32\x4e\xbd\xeb\x67\x0f\x65\x11\xef\x70\xa1\x5d\x17\x80\x41\x5b\x2b\x5d\x00\xe6\x62\xa9\x2e\x4d\x45\x00\xe6\xe2\xbf\x5b\x87\x09\x86\xab\xce\x13\xf1\xff\x95\x05\x9d\xb9\x58\x95\x17\xab\x92\x0c\xc0\xe9\x72\xbe\x70\xb1\x2a\x37\x2e\x9b\x87\xab\xee\x39\x7a\x94\x1d\x55\x48\x5c\x14\xc8\x40\x72\x83\xf4\x00\x81\x07\x08\x6c\x1c\x85\x0f\x10\x78\xd8\x8a\xdb\xe5\xed\xd3\x23\x00\xc4\x93\xf2\xff\x15\x5e\x9d\x4c\x2f\x52\xa7\x9f\xb3\x16\x5e\x9d\x4c\xcf\x99\x59\x7a\x58\x95\x1b\xfb\xf3\x61\x55\x3e\xac\xca\x4d\x18\xdf\x8b\xba\x3b\x8d\x87\x7a\x3c\xa7\x6b\xe9\x41\xd0\x36\xd4\xe3\x41\xd0\x1e\xfe\xbb\x0d\xb8\x3e\xce\x67\x1f\x47\xb1\x1b\x3f\xce\x83\x8b\x3d\x3f\x91\x2d\x1b\x37\xf5\xc3\xaa\x7c\xe0\xd2\x6e\xd4\x09\x2e\x3d\xbc\x72\xe8\x81\xa5\xe7\x81\x82\xe9\x81\x4b\x9b\x43\xdb\x07\x2e\x3d\xac\x4a\x64\x85\xd2\x23\x7e\xe4\x39\x3c\x95\x0d\xf5\x78\xf8\xef\x1e\xfe\xbb\x8d\x4b\xf1\x71\x12\xf1\x00\x2b\xd4\xc2\xd2\x03\xac\x1e\x0c\x6b\xe3\xc7\x79\x30\xac\x57\xa8\x93\x43\xb1\x07\x2e\x3d\x5c\x75\x08\x86\xa5\x07\x04\x3d\x20\x68\xc3\xac\x1f\xf6\xe7\x03\x82\xf6\xe6\x71\x00\x41\xaf\x72\x39\xdc\xe1\xe1\x95\x7b\xa0\x0d\xe1\xb0\xe9\x81\x36\x0f\xb4\xd9\x84\x71\x3d\x28\xd2\xc3\x46\xdc\xd8\x9d\x0f\x8a\xf4\xa0\x48\x9b\xd0\x9b\x07\x45\x7a\x50\xa4\x8d\x77\xe6\x41\x91\x5e\xe7\xc1\x31\x93\x1f\xae\xba\x07\x45\xe2\x0d\xc1\xf4\xa0\x48\x0f\xcb\x6f\x3f\x5d\x4e\x37\xf1\xca\x1d\x0e\x82\x1f\xc7\xa6\x6f\xe8\x1d\x4d\x26\x2d\xc7\x13\x0f\x8a\x74\x38\x08\x7e\x68\x0d\x3c\x22\x4d\xc8\xd8\x9c\x1e\x14\xe9\x71\x66\x81\xa6\x5a\x7a\x9c\x59\x3c\x5c\x75\x87\x90\xc0\xc7\x61\xe8\x83\x22\x1d\x08\xc5\x83\x22\x3d\x00\xf0\x24\xfd\x93\x3a\xc1\xba\xa3\x85\x00\xd6\x3d\xbc\x72\x07\x0e\xfe\xf0\xca\xbd\xcd\xdd\x71\xc4\x3c\x60\xed\x71\x42\x7a\xc0\xcf\xc7\x09\xe9\xc3\x46\x3c\xf8\xd6\x1f\x36\xe2\x73\x52\x54\x0e\x76\xe7\xc3\x46\x7c\x10\x9f\x83\xef\xf2\x11\x2a\xf2\x00\xab\x03\xa8\x3e\xc0\xea\xc1\x86\x3e\xf6\xfc\x4f\x84\xe2\x41\x95\x5c\x44\xf9\xbb\x82\x9e\x5d\xa6\xcf\xa5\x67\x5d\x85\xf4\x0c\xae\x83\xde\x9c\x6b\x54\xb8\xac\x84\x4f\x8a\xe3\x47\x73\x16\x82\xf4\x2b\xe8\xae\x9f\xf0\x58\x70\x92\x63\x21\x30\xd8\x1e\x76\x66\x21\x10\x52\x0a\xc0\x9c\x49\x9d\x84\xa9\x06\x48\x0a\x39\x42\x2c\x38\x49\xb1\x80\xb5\x76\xdc\x33\x69\xc1\x29\x8b\x05\xfc\xf6\x84\xd6\x5b\x48\xe8\x57\xe0\x62\x3a\xce\x9b\x2d\x18\x51\xae\x20\x04\x99\xb0\x2d\x18\x51\xae\xf8\x9d\x8e\xc7\xdf\x5a\x30\x9a\x84\x61\x76\x7c\x9f\x37\x17\x38\xfe\x3e\xe8\xfb\x53\x9d\xdc\x08\x6b\xed\x3c\x1a\x9f\x69\x27\x1c\xe7\x3c\x6e\x94\xb9\x11\x1e\xfe\xeb\xa7\xc4\x16\x32\x37\xc2\x5a\xbb\x81\x6e\x66\x6e\x84\xdb\xff\x3a\xb4\x5b\xc8\x28\x48\x00\x1b\x37\xd2\xcd\x82\xd6\x04\x1c\x87\xd7\x5e\x2c\x14\xea\x84\xe3\xdc\xc4\xdd\x9d\xe3\x58\x80\xe3\xa0\xc1\x67\x08\x8f\x18\x8a\x23\x85\x17\x64\xcc\x35\x91\xbf\x8f\x44\x21\x37\xaa\x3c\x38\x38\x0e\x2f\xc8\x58\xa8\xdc\x88\x77\xb3\x51\xee\xb3\x9f\xf0\x08\xd6\x1a\xb1\xbc\x16\x1a\x97\x63\xad\xdd\xc2\x78\x36\x06\x04\xc3\xec\x56\x9a\x24\xe1\x11\xfc\x4d\xb7\x52\x67\xe7\xc1\xb9\x87\xa9\x20\x0c\x67\xa1\xf3\xdc\x39\x0b\xb8\x9a\x8a\x9d\x69\xd3\xa9\xb3\x73\xa3\x41\x93\xc0\x92\xab\x59\x37\x18\x3a\x28\xd2\xd5\xac\x1b\x8a\x6e\x66\x94\x26\x7d\x9f\x4c\x6f\x28\xd2\x75\x46\x60\x88\x99\x58\xc0\x99\x7f\x17\x83\x3c\x69\x3c\x31\x14\xbc\xc5\x6b\x61\xf1\x4f\xcc\xad\x7b\xe8\xa6\x44\x42\x30\xb7\xae\x9f\xec\x18\xea\x27\x16\x70\x2d\xdd\x43\xe3\x17\x0f\x0e\x2c\x21\xcb\xb8\x2b\xed\x78\x21\x8d\xbf\x8c\xd2\xe6\x72\xd8\xd0\xd5\x54\xdc\xcc\x25\x4e\x33\x79\xa7\xd0\xc2\xe6\xb9\x43\x91\x90\x2f\xb1\x70\xa8\x13\x8a\x84\xf2\xa0\x85\x43\x9d\x00\xcc\x8b\x3c\xcd\x43\x9d\x38\xa1\x88\xbb\xb5\x70\xa8\x13\x36\xc4\x4b\xc0\x16\x2e\x7d\x87\x0d\xbd\xc4\xdd\x2f\x75\x72\xc4\xf9\x8c\xb9\x74\x19\x3a\x77\xca\x17\xde\x89\x30\xd7\x89\xfe\x3e\xb8\x3c\x53\xe7\x53\x58\xfa\xa0\x90\x26\x3d\x5d\xee\x98\xf7\x9c\x26\x58\x74\x40\xb2\x08\x04\x91\x78\xc6\xd0\x73\xb1\xc8\x69\xe6\x73\x72\x6a\xd1\x01\xc9\x90\x75\x29\xaf\xea\x9f\x9b\x42\xba\xe9\x5e\x6e\x8b\x91\x3a\x71\x57\x3d\x77\x68\x5b\x24\xd0\x3e\x82\x60\xbc\x86\x6b\x31\x52\x27\x14\xe9\xb9\x45\x65\x31\x52\x27\x3e\xac\x37\x68\x67\x42\x8d\x04\x1f\xfb\xf3\x77\x8b\x2c\x26\xea\x04\xeb\x9e\x5b\x54\xe6\xf2\xd6\xdf\x07\x97\xbb\xab\xce\xa2\x71\xb9\xf1\x34\x99\x9f\xd1\x83\xcf\x2c\x82\x75\x64\x49\xb7\x08\xd6\x45\xb0\xee\x6d\xfa\x6e\xb4\x13\x8a\xf4\xb6\x2e\xa7\x9d\x46\xdf\x0f\x8d\x77\x7b\xce\x62\xe6\x46\x87\x7f\x66\x6e\x04\x6f\x7a\x87\x1b\x39\xf2\x59\x84\x37\xbd\x4b\x8f\x32\x3d\x82\x37\x3d\x77\xea\x59\xcc\xf4\x08\x54\x7c\x2e\x20\x62\xd1\xe1\xd0\x22\x64\x8a\x2c\x38\x16\x1d\x0e\x2d\x66\x1e\xf1\xa3\xce\x42\xdf\x61\x58\xcf\xcd\x2c\x8b\x85\x26\x61\x0e\x3e\x17\x8b\xb2\xe8\xc0\x69\xd1\x1d\x5b\x95\xa8\x5f\x8b\x85\xbb\x3b\xfb\xaa\x21\x30\xc8\xe0\x67\x74\xfc\xac\x48\x20\x59\x04\x3f\xa3\xe3\x67\x0d\x91\xcb\x2b\x77\x77\xc4\xac\x01\x4c\x46\x14\xc8\x50\x03\xaa\xc4\x07\x9b\x0b\x82\x7f\x1f\xdc\xdd\x03\xd0\x2d\x56\xee\xee\xac\xad\x06\xe3\x46\x95\x1b\x35\xea\x64\x75\x44\x40\x35\x3a\xa8\x56\xb2\xf5\x58\x6c\xd4\xd9\x68\x67\x66\x7e\x36\x5d\x4e\x3b\x33\x4d\xea\xb4\xb3\x53\x67\xe1\x69\x76\xea\xec\xb4\xb3\x70\x23\x90\xd6\x25\xad\xbe\x42\x06\xa4\x33\x6d\x1c\x69\xeb\xb7\x85\xfc\x03\xa1\xb0\x08\x0c\xc7\x4e\xcf\x2a\x8f\xda\x59\x9f\x45\xa7\x7b\x35\x78\xc4\xbb\xc5\x41\xd3\x06\x4d\xd3\x22\x1b\x4c\x9f\x41\x2b\x3a\x03\x33\x68\xc5\xa0\x15\x9d\x3a\x07\x37\x1a\xdc\xa8\x33\x25\x07\x63\xe0\xb8\x5d\x09\x33\xb6\xe8\xf0\x6d\xd1\xc9\x5f\x25\x2b\xbd\xb9\x7c\xfa\xf7\xc1\xf3\x67\x67\x70\xd5\xf4\xef\x83\x71\x9d\x34\x69\xaa\x4e\xc6\x75\x32\xa7\x16\x75\x2e\x86\x70\xa9\x90\x21\x5c\x34\x09\xe6\x12\x41\xf1\xb8\xe8\xbb\x56\xde\xa6\xef\x9b\xcb\x37\x93\x62\x73\xf9\x66\xa6\x1c\xa6\xcf\xa6\x9d\x9b\x76\x1e\x9e\xd5\xa6\xce\x43\x37\xb5\xc8\x40\xf1\x78\xa8\xf3\x71\xa3\x43\x9d\xce\x1d\x2b\x21\xc1\x16\x0f\xeb\xde\xc1\xbc\xc6\xa0\xcb\x79\x46\x4e\x08\x6b\x0c\x8c\xe7\x05\xf3\x1c\xc5\x6b\xd4\x82\xb8\xac\x66\x77\x93\x55\x82\x87\x2d\x02\xed\x11\x51\x9a\x18\xe9\xfb\x05\x4b\x9c\x4f\xd6\xc8\xce\x10\x2f\x58\xe2\x08\x5f\x23\xcc\x25\x3e\xa6\xe4\xa3\x4e\xad\x92\x47\x9d\x8f\x3a\x8d\xe7\xfe\xa8\xd3\xf1\xbe\x12\x3c\x6c\xc8\x6a\x59\x0a\xd4\xe9\x27\xa5\x96\xe0\xa1\x29\x50\xa7\xbf\xdd\x63\x52\xde\x42\x72\xab\x92\x3a\xdf\x5c\x3d\xfe\xcf\x52\xa4\xef\x6e\x94\x5a\x02\xef\x5d\x4a\xfe\x2b\xac\x14\x66\x0a\x19\x10\x56\x49\x72\x3b\xd9\x92\x6f\x02\x15\x49\x31\x4b\x6c\x02\xae\x35\xff\x15\x16\x0a\xb9\x7b\xe4\xee\x95\x76\xba\x49\xec\xfa\x64\x5f\x21\xab\x23\x25\x1a\x9f\xe8\x7b\xa3\x9b\x89\xcb\x8d\x26\xb9\xf9\x6a\xc9\x99\xae\x25\x77\xd5\xd5\x08\xf1\x49\xe0\x7d\x32\x2e\x1f\xdc\xdd\x74\x39\x77\x87\xad\x27\x68\x6c\x72\x14\xaf\x11\xb6\x8e\x50\x98\x21\x14\x56\xe3\xe4\x72\x00\x1b\x15\xb0\x1a\xd9\x82\x10\x03\xb3\x84\xa6\x4d\x5c\x34\x29\x53\x67\xa1\xce\x45\xe3\x0b\x75\x3a\x71\xad\x11\xde\x94\x0a\xed\x2c\xd4\xb9\xb9\xbc\x50\x27\x88\x1b\xdd\x93\x62\x09\xc4\x4d\x95\x41\x86\xd7\xa7\xca\x20\x57\xba\x79\x19\xf9\x4a\x37\x2b\x4d\x82\x37\xa5\xca\x20\xa3\x15\x12\xdd\x1f\x6e\xa9\xd1\x23\xb4\x42\xd0\xda\xb2\x04\x8e\x26\x20\x93\xf7\x92\x2d\x81\x8e\xa9\x23\x0f\x01\xf1\x49\x60\x5d\x02\xeb\x12\x33\x19\xa9\x2e\x43\xaa\xab\x26\x26\x6d\x1a\x3c\xa3\xc1\xe5\x9a\xb4\x83\xc6\x3b\x90\xd5\x04\x8a\x27\x10\x2c\x39\x0f\xad\x49\xf3\x73\xd0\xf8\x49\x93\x0a\x75\x4e\x66\x88\xa3\x5b\x4d\xd0\xed\x04\x39\x4d\x0e\x64\x35\x41\xb7\xd3\xa4\x9d\x93\x76\x42\xb7\x13\x8c\x35\xb9\x69\x5b\x93\x66\xdd\x62\x90\x17\x37\x02\x93\xd3\xe2\x46\x8b\x1b\xf9\xab\x49\x96\xe0\xb6\xc9\x21\xaf\x26\x3f\xd9\xb1\xb4\x78\x9a\xce\x6d\x6b\xea\xaa\x73\x52\x78\x28\xa4\xf1\x8b\xbb\x6f\xea\xec\x4c\x45\x3f\x43\x30\xcf\x0d\xf0\x57\xd3\xa0\xf1\x70\xdb\xb4\x19\xa5\xc9\x32\x84\xdb\xa6\x4d\x9d\x60\x72\xda\xd4\x79\x68\xfc\x64\xda\x1c\x1a\x0f\x2a\xa6\xc5\xd2\x06\x15\x13\x7a\x2e\x69\x51\x27\x84\x37\xa1\xe7\x92\x36\x73\x09\x00\x44\x27\xae\xa6\x43\x9d\x97\xa7\x79\xa9\x53\xb3\x0e\x54\x4c\x97\x3a\x2f\x03\x72\x19\xf9\xcb\xd3\x84\x98\xa7\xc7\x20\xa3\x8b\x64\x81\x59\xf7\x18\x4f\xf4\x47\x0c\xf8\x4d\x8f\xf9\x09\x2a\x5a\x60\x32\x80\x8a\xc9\x0d\xf1\x6a\xd8\x88\x09\x16\x8c\x90\x5d\x35\x48\x8a\x01\x80\x16\xb8\x91\x1f\xa3\x98\xf9\x11\x82\x59\xe0\x46\x20\xad\x79\x58\xb2\x19\x50\x69\xf0\x11\xc3\x3a\xb7\x40\x9d\xfe\xee\x86\x19\xef\xa0\x9a\x83\x63\x35\xd7\xda\x32\x8b\xdc\xc8\xc1\xb1\x92\x87\xcb\x4c\xef\xa0\x46\x6e\x94\x69\x12\xa8\x88\x3c\x5d\xb5\x12\xff\x91\x50\x98\x63\xa5\x79\x3e\x85\xef\x0a\x3a\x01\x45\x46\xa6\xae\x1a\x33\x1a\x7d\x3a\xb3\x44\xdd\x95\x56\x24\x5d\x4e\x27\x1a\x9d\x80\x37\x9b\xd1\x09\xc0\xd5\xe0\xcd\x48\xd8\x55\x6b\x0c\x0c\x38\x6a\xc6\x8d\x98\xbc\x08\xda\x19\x12\x76\xd5\xe0\xf7\x28\xd9\x99\x39\xd5\xad\xe6\x02\xfc\x86\x4c\x9d\x21\x53\x57\xd1\x6b\x34\x64\xea\x0c\x99\xba\x6a\x8b\x3a\x41\x47\x03\x1d\x6d\xf3\x4f\x48\xaa\x41\x52\x0d\xee\x60\x90\x54\x2b\x74\x13\xd6\x6e\x85\x3a\x51\xd4\x31\x58\xbb\x61\xcf\x5b\xe5\xf9\x63\x6a\x1a\xf6\xbc\x55\x6e\x74\x78\x80\xe0\xa8\x01\x99\x06\x64\x5a\x55\x9d\xb4\xf3\xf2\xcf\x46\x37\x9d\x96\x56\x83\xa0\x5b\xe3\x71\x80\xa3\x06\xed\xb6\xc6\xe3\xf0\x80\x93\x9a\x99\xe6\x06\xb8\x1a\xe0\x9a\x03\x4f\xb3\xeb\x15\x66\x14\x13\x23\x7d\x07\x71\x0d\x3e\x9a\x23\xa3\x04\x1f\x35\x77\x00\x54\x02\xa7\xcd\x3a\x83\x0c\xbb\xcc\xd0\x6e\x83\x5d\x1a\x30\x9c\x13\x7d\x87\x5d\xda\xe0\x72\x7f\x09\xd8\x0c\x22\x69\x0e\xbc\x35\x9b\xfe\x49\xdf\x07\x75\x6a\x9a\x83\xb8\x06\xe2\xe6\xcc\x8d\x26\xed\x04\x71\xc9\xab\x66\x48\x09\x9a\xc1\x19\x33\x80\xed\xe9\x35\xfe\xcc\x00\xd7\x0c\x60\x1b\x44\xd2\x80\x4c\x84\x4b\xcd\x16\x4d\x02\x32\x73\xe5\x11\x2f\x2e\xdf\x5c\xde\xf8\xe7\xa6\x49\xe0\x28\x62\xa8\x66\x10\x49\xdb\x34\x49\x33\x19\xce\x68\x00\x61\xee\xdc\xfd\xf0\xe0\x00\x42\x22\xb4\xcd\x0e\xb3\x0e\x20\x44\xf9\xc7\x0c\xcb\xdf\x10\xb6\xca\x93\xbb\x63\xf9\xdb\xa5\x49\x60\xb3\x81\x79\x76\x79\xee\x9b\x67\x84\x3d\x6f\x8f\xc7\xc1\xee\x6d\x60\x1e\x12\x8b\x35\x6b\x2a\x3e\x2e\x07\xc9\x50\xe9\xb1\x0c\xbf\xcb\xf0\xbb\x8c\xd7\x23\x3b\xae\x59\x96\xd0\x26\x5e\xb9\x0c\xbc\xe5\x40\x9d\x20\x6e\xc6\xc8\xcf\x7e\x50\x5a\x0b\x5b\x7a\x76\x0a\x68\xd9\xb9\x5f\x2d\x41\x37\xf2\x1e\x65\x37\xf2\x2b\x31\xdc\x96\x21\x7d\x19\xd2\x57\x60\xc1\x19\x37\x25\x42\x0b\x15\x95\x50\x43\x6f\xc1\xb2\x93\xb7\x5a\x40\x5c\xcf\x3a\xf2\x7d\xf8\x20\x17\xc0\x35\xf3\x36\x7d\x86\xdf\x15\x18\x6b\x86\xdf\x65\x87\xa7\x5a\x60\xac\xd9\x51\xca\x50\x92\xac\x05\x07\x1c\x82\x92\x96\x21\x7d\x25\xd3\x4e\xbc\x9c\xc8\x4b\xd6\x82\x57\x2e\x3b\x74\x59\x76\x23\xbf\x16\xb8\x6d\x86\xf4\xe5\xcc\x8d\x3c\x94\xc9\x72\xe6\x46\x99\x1b\x01\xaa\x19\x87\x66\x06\xd6\x0a\x4e\x93\x8c\x43\x33\xbb\xe9\x5e\x0b\xae\xba\x8c\x95\x9e\x0b\xa3\xe4\xe1\xda\x96\x71\x53\x66\x07\xb2\x5a\x3a\x75\x16\x1e\x07\x66\x76\xc1\x7f\x97\x0b\x7d\x87\xf4\x91\xfb\xce\x32\x60\x95\x2b\x75\x0e\x15\x72\x77\x98\x20\x89\xef\x2c\x63\x3c\x67\x70\xa9\x80\xb4\x19\xe7\x63\x6e\x5c\x8e\x7f\x24\x03\x56\xb9\x71\x39\xfe\x91\x8c\x3e\x72\x76\x78\xaa\x05\xa4\xcd\x8d\xa7\xd9\x19\xa5\xc3\xe3\xe8\x8c\x52\x67\x86\x80\xb4\xb9\x73\xa3\x4e\x8f\x0e\x3d\xea\x34\xa9\xd3\xa3\xab\x7f\x52\xe7\xa0\x4e\x68\x42\x86\x33\xe6\xc1\xd3\xc4\xc1\x91\x07\x4f\x13\x53\xb8\x68\x26\x63\x0a\x67\x38\x63\xc1\xa9\x87\xae\x87\xa1\xeb\x51\x6b\x60\x90\xe1\x8c\x19\xce\x58\x35\xbd\xa1\x87\xd9\x43\x45\x6a\xd5\x4c\x9e\xd4\x89\x29\x5c\xb1\xe7\x32\xa6\x70\x86\x33\x92\xe0\xc2\x32\x9c\x31\x83\x60\x15\x7b\x2e\x83\x60\x79\x51\x67\xe2\xb9\x2f\x1e\xb1\x73\xbf\x5a\x8d\x1e\x01\x6b\x19\x53\xb8\x82\xb4\x9e\xc1\xe6\xfb\x48\x14\x32\x15\xf1\x72\x66\xac\xde\x0a\x35\xce\x30\xc1\x0c\x13\xac\x9a\xde\x30\x41\xe4\x4b\x6a\x2d\xff\x78\xe4\x61\x19\x9a\xe8\xa9\x72\xbe\x2b\x18\xd7\x03\xc0\xc0\x1d\x2b\x76\x5d\x3e\x8c\x96\xb3\xc5\x5a\x2b\x9d\x00\x1d\x33\xc6\x73\xad\x74\xf7\xf0\x04\x0e\x75\x42\xa6\x33\xdc\x31\xc3\x1d\x2b\x2c\x23\xc3\x1d\x33\x16\x35\x02\xa6\x96\xe1\x8e\xd9\xc3\x50\x6a\x6d\x8c\x01\x16\xb5\x64\x5e\x2b\xd4\x23\x63\x51\x67\x2c\xea\x8a\xd7\x23\xe3\x41\xcd\x58\xd4\x55\x4b\x07\x8b\x1a\x09\x97\x5a\x07\x8d\x7f\xdc\xe8\xf1\x58\x06\x4d\x02\x71\xf3\x63\xfa\x60\x01\x16\x10\xd7\x93\x02\xfd\x55\x02\xd1\xad\x80\xb8\x68\xcd\x56\x02\xd1\xad\x80\xb8\x28\xcf\xd6\xea\x07\xec\x56\xd0\x2f\x29\x20\x6e\xc5\x56\x2c\xd8\xde\x05\x42\x49\x52\x43\x2b\x10\x4a\xa4\x6a\x2b\xb9\x0c\x0d\xc5\x5a\x2b\x58\xd4\x64\x34\xb4\x02\xe2\x96\xc4\x8d\x20\x3e\x05\xa9\x12\xf4\x6b\x6b\x85\xe3\x14\xc0\x15\xfd\xda\x5a\xf1\x4c\x22\x63\x6b\x05\x70\x25\xf1\xa1\x15\xc0\xb5\x00\xae\x95\xdd\xa6\x00\xae\x05\x70\xad\xac\xd1\x02\xb8\x22\x7f\x5b\x2b\x5b\x50\xc1\x83\x5a\x00\xd7\xca\x16\xe4\xc9\x90\xbe\x0f\x66\xc8\xd3\xe5\x97\x42\xef\x7b\x63\x0b\x2a\x70\xc6\x82\xed\xdd\x58\xb8\x25\x73\x23\x10\x97\xe8\x74\x2b\x20\x2e\x3a\xbb\xb5\x45\x5d\xce\x8d\x60\x97\x0d\x36\x84\xe8\x8e\x15\x60\x98\x40\x74\x2b\x20\x6e\xc1\xcc\x6e\x2c\xc7\x82\x99\x5d\x40\xdc\x86\xbf\xb1\x70\x30\x54\x20\x92\x0d\xe2\x53\x20\x92\xc5\xfd\x9b\xb5\x71\x30\x54\xc0\x66\x04\x7d\x6b\x63\x8d\x16\xb0\x19\xad\x9f\xda\xd8\x97\x4a\xe5\x46\x78\x3b\x5b\xd1\x3f\x7d\xc9\x14\xbc\x9d\xad\x30\xf2\x8d\x91\x07\xb0\x09\x44\xb7\x02\x60\x17\x4c\xf7\x56\x69\x27\xa6\x7b\x81\x72\xb6\x4a\x3b\x61\x97\x05\xc0\x26\x10\xdd\x0a\xec\xb2\xc0\x2e\x5b\xa7\x4e\xd8\x65\x81\x5d\x36\x16\x57\xe1\x5c\xa9\x60\xcf\x93\x84\xd2\x50\x1c\xb6\x02\x60\xa3\x0d\x65\x05\x22\x59\xc0\x66\x04\x17\xad\x0c\x26\x18\x44\xb2\x2d\xfd\x93\xf1\x04\x71\x89\x39\xb7\x82\xf3\x11\x89\xe2\xda\x36\x77\xc7\xcc\x46\xfc\xa8\xb6\xa3\x42\xfd\x93\x6e\xb2\x87\x14\x2c\xea\x82\x9f\xb1\x5d\x06\x04\x3f\x63\x59\x3c\x4d\x4d\x5a\x38\x63\x41\xcd\xb4\x69\xd2\xc2\x19\x0b\xe0\xda\x34\x69\x37\xcf\xc8\xc1\xb1\x76\xcd\x4f\x5c\x8a\x05\xce\xd8\x23\x0f\x0e\xe3\xb9\x1c\x04\x56\x35\xeb\x30\x9e\x0b\xa8\xd8\x61\x43\x05\x54\x2c\x0e\x79\x95\xc0\x6e\x2b\x1c\x0c\x15\x47\xb7\x4a\x0c\xb7\x15\x38\x63\x01\xd6\x3a\x67\x94\x05\x58\x2b\xee\x2f\xac\xdd\xe8\x11\x08\x56\xa0\x87\xc8\x67\x5a\xe5\xb8\xa7\xba\x15\x5b\x3b\x6e\xb5\x8a\xf9\x5a\xf1\xdf\x75\x26\x43\x75\x0e\x67\x15\xfb\xb3\xfb\x0b\x08\x56\x31\x31\x3d\xfd\xd4\x5f\xed\x1e\x4c\x64\x95\xa3\x99\x0a\x95\x23\xb4\xda\x50\x7e\xb6\x0a\x04\x91\x2f\xd3\x2a\x47\x33\x15\x81\x55\xe2\xad\xad\x02\x41\x88\x43\x57\x52\x69\x1a\x1a\xd1\x86\x2a\x74\xed\xe0\x67\xc5\xee\xf4\x24\x4e\x7f\xb5\x33\x6d\x2a\x68\x53\x31\x31\x3b\x1e\x8a\x0a\x5c\x54\xbc\x72\x1d\x67\x59\xc5\x2b\xe7\xf9\x8c\xbe\xc2\x4b\xe1\xa6\x90\xf1\x3c\xfa\xa7\x4f\x06\x4f\x48\xf4\x15\xfa\xc8\x7b\x3e\xa2\xef\x83\x47\x0c\x2a\x56\x4e\x4c\x2a\x27\x26\x1d\x73\xb0\x62\x8c\x4a\xa8\xba\x73\x5e\x53\x81\x8b\xca\x39\x48\x87\xb9\x54\xce\x41\x2a\xe7\x20\x9d\xa3\x99\xea\x06\xa7\xd5\xca\x28\x79\x7c\x93\x55\xce\x91\x2b\xc8\x30\x82\x2e\x67\x94\x40\x86\x81\x8d\x58\xa1\x72\xd5\x29\x59\x1d\x91\x1e\x71\xba\x51\xfd\x3c\xa3\x0e\xf8\x48\x65\xbd\xa3\x9d\x5d\x87\xbf\x39\x60\x15\x57\x5d\x65\x69\x0f\x2c\x3f\x34\xb3\xad\x62\x38\x0e\xe3\x72\x0c\xc7\x2a\xa9\x60\xfb\x47\xe9\x6d\x43\x5e\xdb\x2a\x60\x30\x98\xa7\x75\x30\x5a\x98\x9a\x03\x2a\x8f\xca\xb6\x55\x8e\x27\x46\xa6\x13\x93\xc9\xeb\x98\x50\x07\x06\x24\x1a\x66\x56\xb1\x2a\x07\x06\x64\xc5\x8f\x57\xe1\x64\x03\xe6\x52\x39\x9e\xa8\x98\x9a\x84\x6d\x5b\xc5\x8f\x87\x56\x77\x1d\x95\x9e\x01\x30\x28\xa1\x55\xd2\x9b\x5a\xe5\xcc\xa2\xc2\xde\x06\x74\xa6\x82\x3a\x15\xd4\x21\x96\xdb\x2a\xa8\x83\x66\x5a\x1d\x8d\x67\x85\x1f\x0f\x05\xb5\x4a\x80\xb7\x55\x4e\x37\x2a\x94\x8e\x5c\x56\x56\x71\xee\x55\x9c\x7b\xa3\xeb\x9f\x74\x13\xd4\x21\xc0\xdb\x2a\x67\xd4\x95\xd3\x8d\x31\x78\xfe\x87\x51\x3a\xd4\xa9\x95\x07\x3e\x55\x50\x67\x60\x1e\x54\x8c\xd2\xca\x41\xc6\x80\x7a\x54\xb8\x58\x85\x8b\x91\x62\xd5\x2a\x5c\xac\xe2\xc7\x1b\xf0\x91\x7a\x19\x10\xfc\x78\x03\xdf\x75\xbd\x0c\x08\xa0\x45\x80\xb7\x55\xb8\x98\xf4\xcd\xc7\xa6\xce\xc7\xe5\xf8\xf1\xc6\x61\xe4\xf1\xe3\xa1\x02\x57\x89\xe5\x36\xc4\xe0\xac\x82\x64\x24\x72\xb5\x06\x92\xa1\x02\x57\x07\xcb\x51\x62\x70\x0d\x32\x35\x58\x79\x0d\x32\xd5\x20\x53\xc3\xe3\xb1\x4c\x0a\x71\x0d\xde\x34\xfc\x9d\x08\x93\xee\x5b\x03\xf3\x26\x8e\x98\x06\xe6\x35\x0e\x1d\x26\x8b\xac\x25\xee\x0e\x99\x9a\x1c\x8a\x22\xff\x66\x08\xbe\x55\x02\xbc\xad\x41\xa6\x1a\x6e\xb5\x89\x79\xd0\x40\x32\x84\xde\xea\x4c\xfc\x13\x0f\x5a\x83\x22\x4d\xf0\xbe\xe1\x41\x6b\xc0\xdb\x84\x8f\x34\x0e\x99\x1b\x46\xe9\x84\x8f\x34\x8c\xd2\x86\x51\x3a\xe1\x23\x0d\xa3\x14\x9d\xb8\x4a\x3a\x5a\x6b\x00\x61\x83\x22\x4d\x7f\xfd\xc1\xd0\x90\xb3\x06\x3a\x4e\x42\x06\x90\x92\x33\x54\xe7\xeb\xcc\x8c\x3c\xbc\xa9\xe1\x80\x9b\x85\x91\x07\xf3\x1a\xbc\x69\x16\xfd\x93\xcb\x01\x42\x02\xbc\xad\xe1\x80\x6b\x10\x9f\x09\x49\x69\xb8\xd5\x1a\x1e\x34\x72\xdd\x5a\xc3\x83\xd6\x80\xb7\xc9\x92\x69\x1c\xf3\x7a\x4e\xa4\xaf\xf0\x50\x58\x28\xa4\x9b\xb8\xd3\x51\xc0\x37\xb4\xe7\xea\x84\xb9\x20\x41\x67\x0d\x74\x9c\x2c\xae\x86\xa5\x8a\x12\x5d\x45\xd7\xde\x1a\xe8\x88\x20\x5d\x9d\x1c\x0c\x21\xa0\x6f\xad\xd3\x78\xcc\x82\x06\x1b\x6a\xd8\xb4\x93\xc5\x85\x82\x9d\xa1\x52\x57\x27\x66\x01\x62\x75\xd6\x30\x5f\x27\x8e\xf7\x86\xf9\x8a\x74\x5d\x9d\xfe\xf6\x84\xa1\x60\x67\x68\xd6\xd5\xb9\x74\x39\x8d\x87\x37\x11\x17\x6e\x08\xd9\x59\x9b\xd4\xc9\x8a\x43\xc1\xce\xd0\x9e\xab\x73\x73\x39\x27\x11\x0d\xb0\x9a\x47\x85\xcc\x79\x9c\x65\xa4\xf7\xb5\xb6\xf9\x27\xc4\x67\xc2\x86\xd0\x97\x33\xa4\xfd\xeb\xd4\x92\xc1\x46\x44\x66\xae\x4e\x1c\x9a\xa8\xcd\x19\x52\x72\x95\x18\x6e\x43\xe1\xdf\x90\xf6\xaf\x8b\x80\x9a\x06\xf1\x41\xda\xbf\x2e\xad\x23\x20\x08\xd1\xb9\xba\xb0\xbd\x11\x9d\x33\x64\xe6\xea\x62\x5b\x43\xfd\xdf\x90\xf6\xaf\x0b\x67\x3e\xa2\x73\x86\xe8\x5c\x5d\x6c\x6b\x08\xfd\x1b\xe2\x71\x95\xe4\xc2\xd6\x38\x20\x68\xa0\xcd\xc2\x6f\xdf\x01\x96\x8e\xe9\xb6\x58\x32\x1d\xd3\xad\x83\x36\x0b\x0a\x8f\xb0\x9c\xa1\xe2\x5f\x17\x14\x1e\x7d\x39\x43\x5f\xae\x12\x02\x6e\x68\xfa\x5b\xc7\xed\xbf\x58\x32\x48\xc9\x19\x52\x72\x75\x11\x8f\xd3\x81\xa0\x0e\x04\x2d\x7f\xfd\xc1\x3a\x10\x84\xa2\x5c\x5d\x50\x78\x84\xe5\xac\xe3\x2c\x5b\xf8\xeb\x91\x92\x33\xc4\xe3\xea\x62\x75\xa0\x21\x67\x1d\xde\xb4\xd8\x3b\x90\x92\x33\xa4\xe4\xea\x82\xb5\xa1\x21\x67\xdd\x68\x12\xe7\x4a\x9d\x40\x3f\x14\xe5\xea\x82\xc2\x77\x70\xa9\x73\x42\xba\x70\x2d\xa1\x36\x67\xe8\xcb\xd5\xc5\x61\x28\xa9\x0b\x0c\x99\xb9\x4a\x58\xb9\x75\x4c\xb7\x8e\xe9\xb6\x98\xf3\x48\xd0\x19\xda\x73\x75\x7d\x1b\xca\x3f\x10\x0a\xf4\xe9\xac\x67\xba\xbb\x54\xb7\x5a\xc1\xf3\x87\xfc\x91\x0f\xc1\x50\xab\xab\x0b\xb7\x15\x32\x75\xd6\x61\x6f\x0b\xb7\x15\x32\x75\xd6\x31\xf6\x48\xf8\x6c\x1d\xf6\xd6\x39\x0b\x58\xc4\x11\xa0\x5d\x67\x1d\xa2\xb6\x88\x80\x44\xc9\xce\x3a\x44\x6d\x3d\xea\xe4\x80\xa0\x37\xa6\x39\x3c\x0f\xed\x3a\xeb\x04\xac\x2c\xac\x5f\x94\xec\x4c\x49\x19\x76\xe0\x72\x7c\x6e\x9d\x03\x82\x4d\x58\x64\x87\xd2\x21\x68\x57\x37\x07\xad\x28\xd9\x19\x12\x76\x95\x24\xd2\xd6\x3b\x97\x3b\x22\xd5\x6d\xba\x9c\x26\x41\xe9\x36\x96\x2a\x2a\x77\x86\xca\x5d\x25\x64\xdd\x90\xb7\x33\x04\xed\xea\x86\x76\x21\x68\x67\x48\xd8\xd5\xad\x19\x8d\x7b\x0d\x09\xbb\xba\xa1\x5d\x9d\xd0\xc0\x8e\x7b\x6d\x63\xa9\x76\x0e\x08\x3a\xa0\xb5\x39\xf3\xef\x80\x56\xff\x65\x51\xe1\x46\xb0\xb6\x0e\x6b\x23\xe5\xa6\x21\x84\x67\x1d\xd6\xb6\xd9\x19\xd0\xc3\x33\xf4\xf0\xea\xc6\x37\xd4\x09\x22\x44\x0f\xaf\xee\xae\x7f\x32\x4a\x00\xe1\xc6\x0d\x84\x3a\x9e\x21\x8b\x57\x37\xe6\x2b\xea\x78\x86\x1e\x5e\xdd\x6c\x02\x08\xe1\x59\xe7\x28\x61\x6b\x95\x10\x7e\x82\xf4\x5d\x25\xbb\xb5\x75\x20\x13\xe9\xbb\xba\x41\xf1\x0e\x6b\xeb\x10\xb4\xcd\xf1\x29\x9a\x77\xd6\xf1\xa0\x6d\xc2\x76\x49\xa3\x61\x48\xdf\xd5\xcd\xf1\x3e\xd2\x77\xa6\x6c\x1a\x1b\xde\x84\x10\x9e\x29\x9b\xc6\xc6\xad\xda\xe1\x77\xe8\xe1\xd5\xad\x99\x0c\x8e\xa2\x87\x57\x37\x26\x31\x7a\x78\x46\x8a\x8d\xba\x35\x93\x31\x35\x3b\xe0\xba\x89\xd0\xed\x97\xc7\xc1\x39\x2d\x79\x81\x8c\x84\x1b\xd6\x1d\x63\xeb\x01\xda\xd1\xd1\x33\xd2\x6f\x54\xa2\xd3\x0d\x1d\x3d\xeb\x90\x3e\xa2\xd3\xad\x43\xfa\x90\xd3\xab\x07\x68\x47\x4e\xcf\x3a\xbe\x36\xa2\xd3\x0d\x39\x3d\x43\x4e\xaf\x1e\x5c\x36\x83\x68\xc5\xc1\x39\xed\x01\xda\x07\xd8\x3c\xc0\xe6\x93\x74\xf9\xa4\x90\x1b\x11\xf5\x3b\xc0\x66\x84\xf7\xea\x61\xc9\xa0\xb8\x67\x48\xed\x55\x42\xd6\x0d\x19\x3d\x1b\x91\xcb\x31\x35\x06\x07\x19\x08\xe7\xd5\x83\x01\x31\xa0\x87\x03\x93\xf8\x60\x40\x0c\x4c\x62\xb4\xf5\xea\xe1\x80\x00\x6d\x3d\x43\x4d\xaf\x92\xab\xdc\x10\xd5\xb3\x01\x91\x3c\x1c\x60\x91\x88\xc4\x90\xd8\xab\x04\xa0\x1b\x4a\x7b\x86\xc4\x5e\x3d\x2c\x04\x94\xf6\x0c\x19\xbd\x7a\xd8\x04\x90\xd1\xb3\xc1\x91\xc7\x21\x22\x06\x51\x3d\x43\x4d\xaf\x9e\xae\xcb\x17\x85\x9b\x42\xfa\x0e\xb4\xa3\xa6\x57\x0f\xa6\x06\xa2\x7a\x86\x9a\x5e\x3d\x40\x3b\xa2\x7a\x36\x40\xf1\x03\xb4\xa3\xad\x67\x03\x76\x79\x08\x7e\x41\x69\xcf\x90\xd8\xab\x67\xa9\x4e\x6e\x04\x50\x1f\x38\xce\xe0\xcc\x77\x40\x39\x49\xd2\x6e\x08\xee\xd9\xe0\xcc\xf7\x70\x7c\x36\x40\xef\x01\xe5\x3c\x2c\x19\xb2\xa8\x18\x62\x7c\xf5\x10\x2f\x86\x0a\x9f\xa1\xbb\x57\x0f\x91\x9a\x03\x48\x1f\x90\xd3\x73\xf5\x4f\xea\x04\xd2\x0f\xae\xcf\x51\x55\x27\x23\xcf\xf1\xee\xc0\x2b\x87\xe0\x5e\x3d\x98\xee\x83\xe3\x5d\x24\xf6\xea\xc5\x80\x40\x5b\xcf\x06\xe8\xad\xf8\xf5\xc1\xe1\xc8\x70\x92\x59\x2f\x0e\xa3\xd1\x19\x64\x02\x6a\x6e\x64\x86\x80\xf3\xe8\xee\x55\x45\xba\x93\xfb\xc5\x06\xa6\x3b\x09\xe7\x0d\xc1\x3d\x43\x70\xaf\x92\x67\xde\x50\xda\x33\xb4\xf5\x2a\xe9\x0d\x0d\x6d\x3d\x1b\xe0\x3c\xc9\xc1\x0c\xa5\x3d\x43\x5b\xaf\x5e\x2d\x04\x70\x1e\x19\xbd\x7a\x31\x20\x90\xd1\x33\x84\xf3\xea\x25\x1e\x67\x60\x88\x0f\x0c\x71\x45\xba\x8f\xa9\xcb\x19\x10\x6c\x85\x01\xa4\x93\x80\xa6\x5e\x8e\x77\x07\x98\x4c\x1e\x9a\x7a\x71\x57\x91\x8e\xc6\x06\x48\x7b\xb5\x3a\x40\xda\xb1\xb9\x51\x57\x21\xcf\x08\x72\xea\x72\xf3\xff\x40\x28\x50\xdc\xb3\x81\x1f\xef\x6a\x41\xe0\xc7\x1b\xc0\xf0\x65\x67\x40\x71\xcf\x90\xda\xab\x17\x33\x7b\x80\xb8\x03\xc4\xbd\x38\xb8\x06\x74\x16\xfd\xbd\x7a\x71\x70\x0d\x9c\x7b\xe8\xef\x55\x85\xd6\x0f\x60\x78\x10\x2f\x78\x89\x67\x1e\x20\xee\x00\x71\x2f\x66\x36\x12\x7d\x86\x44\x5f\xbd\x1c\xcd\xa1\xc6\x67\xca\xcc\x73\xb5\x20\x88\x02\x44\x7f\xaf\xde\xa3\x42\x06\x06\x8b\x1a\xc9\x7d\x9b\x9c\x59\x4c\xc0\xf5\xe2\x17\x45\x9b\xcf\x26\xc4\x57\x51\xf4\x48\xf4\x19\x12\x7d\xf5\xc2\x71\xd0\xe6\xb3\x09\xb8\x5e\x9c\xa5\x48\xf4\x19\x6a\x7c\x95\xfc\x5a\x86\x0c\x9f\xa1\xbf\x57\x1f\x66\xf6\x84\x0d\x4f\x8f\x85\xa9\xe4\xd7\xb2\x49\xbc\x20\xa2\x7c\x95\xc4\xff\x86\x36\x9f\x4d\xce\x93\x1f\xe6\xc1\x04\x86\x91\xe8\xab\xa4\xf9\xb7\x09\xe2\x92\x80\xa8\x3e\x96\xce\x84\x22\x23\xd1\x57\x1f\xe6\x01\x99\x87\x0c\xa5\xbe\xfa\x70\xab\x4e\xac\xf4\x09\x64\x3e\x78\x13\xda\x7c\x36\x61\xc3\x8f\xd0\x86\x09\x1b\x9e\x58\xe9\xcf\x5f\x66\x32\x04\xfb\x0c\x89\xbe\xfa\x08\x33\x46\xa2\xcf\x90\xe8\xab\x8f\x43\xe6\x09\x1b\x9e\xe0\xe8\x63\x63\x99\xe0\x28\xf2\x7d\x55\xe1\xfa\xa8\xf8\xd9\x04\x32\x1f\xc7\xd1\x13\x6e\x8b\x52\x5f\x55\xb8\xfe\xc4\x20\x47\xa9\xaf\x92\x35\xcb\x10\xec\x33\x94\xfa\xaa\x22\xf3\x27\xe8\x88\x52\x5f\x25\x6b\x96\x4d\x3c\x93\x93\x88\x98\xc7\x42\x40\xb7\xcf\x50\xea\xab\x8f\x9d\x61\x12\x44\x38\x01\x42\x04\xb5\x6d\x62\xba\x4f\x0e\x99\x1f\x26\x31\x62\x7e\x46\xf2\xa5\xaa\x18\x7e\xa4\xfd\x6c\x36\x06\x19\x9b\x01\x85\x3f\x9b\x98\xee\x6f\x72\x77\x4c\x77\x84\xfe\xaa\x02\xfb\x27\x27\xcf\x93\x83\x8c\x07\xc3\x9a\x80\x2b\xea\x7f\xf5\x2d\x06\x04\x7b\x1e\xa1\xbf\xaa\x57\x00\x26\xa6\xfb\x84\x1a\xbf\xad\xcb\x19\x10\xd0\x51\xd1\xfe\xa4\x7e\x32\xd4\xff\xaa\xa2\xfd\x27\x87\xcc\x13\xc8\x7c\xc4\x1c\x4f\x20\x93\xb4\x50\xf5\x1d\xa6\x0d\xb1\x33\x24\x89\xaa\x0f\x2e\x86\x86\xa0\x91\x24\xaa\xea\x15\x00\xa4\x04\x8d\x24\x51\x55\xaf\x00\x4c\xc0\x15\xf1\xc0\xfa\x20\x68\x64\x8e\x32\x54\x03\xab\xa2\xfd\xe7\xa2\xef\xb8\x29\x1f\xac\x8d\x24\x51\x36\x9d\xf7\x36\x05\xf6\x93\x24\xca\x10\x0f\x6c\x81\x97\x59\x26\x6e\x4a\x72\x45\xb5\xc0\xbe\x84\x94\xa0\x21\x25\xd8\x82\x16\x17\x6e\x4a\x14\x05\x1b\xa9\x16\x6c\xc2\x82\x51\x14\x6c\x64\x7b\x36\x84\x05\x6d\xba\x63\xb2\x05\xce\xbd\xc9\x0e\x65\xa8\x05\xb6\x80\xed\x3d\x41\x5a\x72\x45\x35\x05\xf6\x23\x21\x68\xa4\x85\x6a\x01\xaf\x31\x12\x82\x36\x1d\x70\x1b\xba\xe1\x86\xa0\xa0\x4d\x87\xd1\x46\x7a\x70\x23\x3b\x94\x21\x21\xd8\x02\x06\x39\xd9\xa1\x0c\x09\xc1\x16\xb4\x0c\x41\x5a\x94\x04\x9b\xa2\xfd\x11\x14\x34\x92\x44\xb5\xc0\x0e\x36\x1f\x8d\x7f\xdc\x48\xcb\x90\x97\x6e\x50\x12\x6c\x0a\xe8\x9f\xa4\x54\x46\x57\xb0\x05\xec\x79\x92\x43\xd9\x7c\x34\x9e\x43\x70\x74\x05\x8d\x6c\xb8\x2d\x10\x15\x82\xae\xa0\xa1\x24\xd8\x10\x13\x37\xf2\x40\x19\x99\x9f\x1a\x62\xe2\x86\xca\xa0\x21\x2f\xd8\x02\x71\xa2\xa8\x0c\x1a\xba\x82\x2d\xb0\x60\x11\x14\xb4\xe5\x80\xdb\x14\xe5\x8f\xae\xa0\xad\xc8\xc8\x13\xca\x44\xfe\x28\x43\x2d\xb0\x05\xce\xbb\x91\x09\xb4\x95\x68\x12\x2b\x0e\x61\x40\x43\x18\xb0\x85\xa5\x7f\xd2\x24\x63\x2e\xb1\xb8\x16\xa0\x8a\x3e\x60\x0b\xbc\xff\x85\x4c\xa0\x2d\xf7\x26\xb4\x80\x21\xbe\xf0\x72\x92\xa1\xaa\x05\x96\x0c\x89\xaa\x8c\xd4\x54\x2d\xe0\xae\x42\x11\xd0\xc8\x42\xd5\xc2\x53\x21\x77\xcf\x3c\x4d\xf6\xa3\x05\x54\xae\xc2\x80\xb0\x1f\xa1\x16\x68\x8b\xf4\x71\xe1\xd1\x78\x50\x71\x39\x0e\xb6\x88\x67\x0a\x0d\x40\x43\x03\xb0\xc5\xf8\xcf\x41\x99\x64\xb8\xb2\xe5\x20\xd9\x62\x54\x35\x34\xcd\x41\xb2\x21\x15\x6e\x88\x00\x1a\x42\x7f\x2d\xc2\xde\x56\xa3\x67\x8d\xcb\x4d\xff\xe4\x72\x37\xeb\x5b\x24\x3a\x04\x85\x3f\x43\xd3\xaf\x45\x82\x9f\x50\xf1\xb3\x35\xe8\x04\x9c\x6c\xe1\x84\x54\x7e\xad\xc8\x9b\x2e\xa8\xf8\xd9\x72\xf0\x69\x91\x19\x8d\x6e\x9f\x2d\x0f\xe3\x6b\x91\xe8\x3a\x54\xfc\x0c\xf9\xbe\x16\xab\xfe\xc9\x4c\x99\xd4\x49\x74\x1d\x2a\x7e\x86\x7c\x5f\x8b\x44\x70\x2c\x78\xde\x5a\x0c\x61\x63\xb0\x39\x5b\x59\x4e\xfe\x3c\x77\xbc\x17\x32\xcd\x17\x3d\xd2\x8c\x06\x9f\xd0\xf4\x6b\x64\x3f\x37\xa4\xfd\x6c\x81\x4f\x8a\xe1\x47\xe1\xcf\xd0\xf4\x6b\x51\x33\x1a\x7c\x5a\x9b\x26\xf1\x32\x0b\xba\x7d\x46\x8a\xb1\x16\x39\x6c\x44\xc5\xcf\x50\xea\x6b\x48\x84\x1b\xda\x7c\xb6\x0e\x23\x8f\xc5\x82\x44\x9f\x2d\x92\x95\x46\x36\x96\x05\x13\x44\xb7\xaf\x29\x86\x1f\xdd\x3e\x43\xa2\xaf\x45\x2d\x08\x48\x1f\x6a\x7c\x2d\x6e\xee\x8e\xed\x8d\x1a\x5f\x8b\x5b\x97\x53\x27\xc9\x4a\x23\xbb\xcd\x22\x7a\x05\x89\xbe\x16\x31\x63\x90\xe8\x33\x24\xfa\x5a\x24\x18\x7b\x71\x20\x8c\x44\x5f\x8b\x9c\x98\x20\xd1\x67\xa8\xf1\xb5\xc8\x89\x09\x6a\x7c\xb6\x49\xe9\x1b\x59\x4f\xa8\xf1\xd9\x0e\x8c\x27\xeb\x69\x63\x66\x6f\xf0\x29\xb2\x9e\x50\xe3\xb3\x4d\x06\xd3\xc8\x16\x84\x0c\x9f\x6d\x00\x26\xb1\x05\x6d\x00\x66\xbb\x0b\xb4\x25\x22\x38\x90\xe1\x33\x54\xf5\x5a\x22\x82\x03\x71\x3d\xdb\x6e\xef\x36\x54\xcb\x6d\x13\x93\x82\x48\x5e\x4b\x2e\xd0\x60\x88\xe4\xd9\x06\x60\xc8\x81\x66\x9b\xb3\x95\x0d\xc0\x24\x0e\x19\x37\x36\x2d\x5a\x79\x2d\x71\xe4\xb1\x39\x46\xd9\x64\x5a\x45\x8b\xdc\x36\x04\x6d\x67\x1a\xcf\x92\xd9\x00\x0c\x5a\x79\x2d\x71\xba\xb1\x49\xe4\xbe\x0b\x97\xb3\x64\x36\xa7\xc4\xdb\xcd\xd7\x86\xc2\xb8\x21\xae\x67\xa8\xea\xb5\xd4\x74\xf9\xa0\x70\x51\x58\x29\xdc\x14\xd2\x78\xd6\x11\x32\x7c\x86\xfe\x5e\x4b\x04\x6b\x20\xc3\x67\xa8\xe9\x35\xbd\x41\x80\x7e\x9e\x6d\x92\xec\x25\x96\x0c\x32\x7a\x86\x70\x5e\x4b\x44\x66\x6f\xa8\xdc\x6e\x8c\x27\x3b\x03\x32\x7a\xb6\x1b\xe3\x89\x4d\xb3\x89\x34\x41\x46\xaf\x25\x6c\x1a\x64\xf4\x0c\xc5\xbc\x96\xb0\x69\x50\xcc\x33\x34\xf2\x5a\xe2\xd0\x7e\xc3\xc5\x76\xa7\x49\x2c\x19\x54\xf1\x0c\x1d\xbc\x96\x88\xf5\x40\x07\xcf\x76\xa7\x9b\xac\x0e\x24\xef\x6c\x0f\x9a\x04\x17\x43\xf2\xce\x90\xbc\x6b\x89\x85\x80\xd6\x9d\xed\xc9\xdd\x61\x58\x1b\x58\xdb\xc0\x9a\x5e\x40\xd8\x04\xfc\xed\x49\x9d\x9a\xde\x93\x6e\x4e\xda\xc9\xce\x80\x54\x9e\x21\x8e\xd7\x8c\x58\xa4\xcd\x39\xf2\x76\x1f\x64\x33\xb6\x0b\x14\xf3\x6c\x3b\x17\x6b\x7a\x2b\x61\xe3\x7c\x44\x23\xaf\x19\x46\xfe\xe6\x14\x06\xc5\xbc\x66\x51\xff\x64\x82\x39\xe4\x35\x4b\x74\x93\x40\x95\xed\x90\xd7\xf4\xaa\x02\x32\x7a\xb6\xfd\xd8\xa6\x19\x8e\xad\x4d\x70\xf3\xde\xdc\x9d\xbd\x63\x73\x8e\x8c\xe0\x5e\x43\xdf\xdc\x36\xa1\x81\x08\xee\x35\xcb\xfa\x27\x13\x0c\x82\x66\x6c\x28\x08\xee\x19\x89\x02\x9b\x69\x75\x80\x8a\x1b\x82\x66\x5a\x1d\x10\x34\x04\xf7\x1a\xf2\xe8\xb6\xb1\x7a\x37\x58\x67\x38\xcb\x10\xdc\xb3\x7d\x19\x4f\x2d\x04\x10\x0c\x89\xbd\x66\x10\x9f\x0d\xc3\xda\x30\x2c\xbd\x63\x40\x62\x42\x43\x85\xaf\x19\xb1\x48\x1b\x86\x85\x18\x5f\x33\x88\x0f\x2a\x7c\x86\x0a\x5f\xd3\xdb\x08\xa4\x30\xb4\x13\xb8\x11\x73\xfe\x60\xe0\x1e\x60\x8d\xe4\x60\x76\xa0\x5d\x27\xd0\x4d\x16\x02\xea\x7d\x86\x42\x5f\x33\x16\x02\x42\x7d\x76\x22\x43\x87\x5f\x0c\xbd\x3e\x3b\x91\xc6\xc3\x9b\x50\xef\xb3\x13\x19\x90\xff\x83\x23\x8f\xc3\x01\x11\x9a\x7e\x0d\x3d\x76\x43\xcc\xcf\x50\xea\x6b\xc6\x91\x07\xf9\x14\x8d\x7c\x8a\xcd\x60\x5a\x07\xd7\xe2\x01\x47\xd1\x63\x37\x04\xfb\xec\x18\x03\xc3\xd2\x41\xb0\xcf\x8e\x23\x67\x33\xb6\x0b\xd4\xf8\xec\x18\x83\x7d\xf5\x4f\x1f\x6c\xb2\x32\x36\xe3\x80\x1d\x89\x3e\x43\x63\xaf\x19\x6f\x8c\x1d\x3c\x7e\x07\xc8\x34\x76\x06\xc4\xf5\xec\xc0\xc9\x32\x3b\x03\x1a\x7b\x76\x80\xcc\xcc\x7a\x42\x71\xcf\x0e\x98\xa7\xd7\x1f\x90\xd3\xb3\xe3\x7e\xbc\x96\x71\x14\x23\xa7\x67\x87\x8c\x9b\x99\xa5\x73\xa0\x5d\x08\xe8\xb5\x6c\xba\x9c\xbe\x83\x79\x7a\xa9\x01\xe5\x3c\x43\x39\xaf\x65\xde\x25\x46\x39\xcf\xd0\xc3\x6b\x7a\xa9\x01\x3d\x3c\x3b\x20\x19\xba\xf1\x86\xbc\x9d\x91\x4b\xb2\xe9\x55\x85\x83\x23\x0e\x95\xbb\x96\xf1\x09\xa3\x72\x67\xa4\x94\x6c\x19\xf7\x2f\x9a\x77\x86\xd8\x5d\xcb\xbc\x69\x4f\x66\x49\x43\xe5\xae\x65\x6c\x86\x03\x6b\x3b\x93\xa1\x23\x72\x0b\x95\x3b\x43\xd7\xae\x65\x22\xc9\x11\xb4\xb3\x03\x41\x23\x9d\xb1\x1d\x08\x1a\xba\x76\x2d\xe3\xd8\x42\xde\xce\xd0\xb5\x6b\x99\xe3\x3e\xe4\xed\x0c\x5d\xbb\x96\x39\xcd\x3e\x40\x11\x89\x22\x5b\xc6\x4a\x27\x5f\xa4\x21\x53\xd7\x32\x78\x7f\xc0\x12\xd4\xea\x5a\x5e\x74\x13\x5f\x1b\xc2\x74\x2d\x63\x33\x1c\x60\x03\x99\xba\x96\x35\x69\xb1\xeb\x0e\x99\xdf\xc9\x71\x6c\xc8\xd4\x19\xc2\x74\x4d\x2f\x4a\x1c\x4c\x38\x34\xe8\x9a\xde\x89\x38\x60\x09\x1a\x74\x2d\x43\x67\xc8\x4f\x69\x88\xcf\x35\xbd\xfe\x70\x41\x08\xe4\xe6\x5a\xe1\xf4\x0d\xd5\x39\x43\x4a\xae\x15\x4e\x37\x2e\x2f\xc2\xa2\x13\xd7\x0a\xb1\x1e\x97\x75\x4f\xee\xca\x46\x3e\x62\x23\x85\xa5\x5d\x88\x4f\xe1\xcc\xe2\xb2\xee\x2f\xeb\x5e\xaf\x3f\x5c\x56\xf1\x4d\xd4\x09\x36\x23\x3a\x67\x97\x55\x5c\xd0\x77\xb8\xd8\x60\xd7\x17\x73\xd3\x9b\x0e\xe8\xd2\x19\x82\x74\xad\x40\x67\x2e\xa7\x06\x97\xcc\xda\xa4\x63\xb4\xcb\x01\xc1\x85\x37\x15\xfc\x4d\x28\xd8\x19\x2a\x75\x8d\x94\xc3\x76\xf1\x76\x5d\x72\x70\x17\x38\xce\x05\x04\x2e\x20\xa0\x37\x1d\x90\xb5\xb3\xeb\xf6\x59\x2b\xb8\x6a\x11\xab\xb3\x9b\x69\x12\xc7\x13\x17\x1f\x16\x2a\x75\xad\xe0\xaa\x45\xac\xce\x50\xa9\x6b\x7a\xfd\xe1\x62\xad\x5d\x90\x41\xaf\x3f\xa0\x60\x67\xd7\x39\x55\x43\xc2\xde\x2e\x6e\x7f\x34\xeb\x5a\xe1\x85\x5d\xc4\xea\x0c\x41\xba\x56\x78\xe9\xe6\xe2\xc3\xba\xc0\x45\x59\x2a\xa4\x9d\xc0\x85\x5e\x7f\xb8\x48\x0f\xa0\x52\xd7\x10\xa6\xb7\x0b\x45\xba\x95\xc6\x33\x3f\x51\xb0\xb3\xdb\x78\x70\x44\x16\x5e\x1c\x5b\xb7\xf1\xe0\x30\x5f\x2f\x18\x82\x90\x5d\x2b\xc8\xeb\x5c\x1c\x5b\x17\x60\x29\x38\x77\x2e\xc0\x72\xe1\x4d\x7a\xd3\xe1\xa2\x47\x80\xc8\x5d\x2b\x90\x94\xcb\x01\xc1\xed\x34\x1e\x0e\x7e\x39\x20\xb8\x9d\x1b\x71\x12\x81\x2a\x9e\x5d\x70\xa9\x72\x12\x71\xc1\xa5\xeb\xa6\x62\xab\x70\xf0\xcb\x7b\x16\x68\xe4\xb5\x0a\xd2\x5e\x18\x16\x8a\x79\xad\x82\xb4\x48\xe5\x19\x1a\x79\xad\x26\x5d\xce\x80\x60\x4d\x56\x90\xf6\x72\x10\x7c\xe1\x62\x15\xe7\xce\x85\x8b\xa1\xad\xd7\x2a\x3e\xd6\x0b\xed\xba\x20\x98\x5e\x6a\xb8\x04\xfa\x5d\x07\xb2\x56\x89\xb6\xb8\x9c\x2f\xdc\x5f\x56\x54\xee\x0e\xed\xba\xca\x8a\x8a\xcb\x06\xc1\x3d\x43\x70\xaf\x55\x30\xf9\x72\x94\x70\xf1\x76\x55\xa8\x07\xda\x7a\x86\xb6\x5e\xab\x38\x62\x2e\x0c\xeb\x6e\xea\xe4\x70\x19\xa5\x3d\x43\x62\xaf\xd5\xae\x7f\x32\x15\xdd\xe9\xd5\xaa\xe6\xe7\xd6\x8d\x18\xa5\xae\xcb\x19\xf9\xc3\xdd\x09\xc1\x40\x93\xcf\x10\xe3\x6b\x15\x3e\x72\x71\x96\x21\xb8\xd7\xaa\xa6\x37\x50\x79\x2f\xcf\x08\xcf\x29\xa2\x7a\x76\x71\x81\xf9\xeb\x04\xff\x40\x28\x2e\x11\x7b\x17\x4e\xa6\x77\x0d\xee\x55\xdd\x3c\x40\x00\xfb\x72\xe8\x70\xb1\x3f\x2b\x07\xd7\x17\xfb\xf3\x82\xb8\xc8\xe3\xdb\xc5\xd4\xbc\x20\x6e\xd5\x2a\xc1\xd4\x44\xb7\xaf\x55\xfc\xa2\x97\xe3\x09\xe4\xfb\x5a\x65\x95\x3c\x42\x70\x1e\x9c\xac\x62\x94\x3e\x5e\x4d\x7b\xd0\x2f\xbd\x41\xf0\xa0\x5f\xc8\xf7\x35\xbd\x41\xf0\x78\x35\x0d\x31\xbf\x56\x61\x19\x88\xf9\xd9\xc3\x15\xd6\x38\xb8\x7e\x00\x36\x0a\x7f\xad\x01\xed\x88\xf9\x19\xc2\x7b\x4d\xaf\x15\x20\xbc\x67\x48\xed\xb5\x86\x1f\xe7\x25\xfd\xd3\x9f\x7f\x83\x65\x20\xbc\x67\x08\xef\xb5\x96\x68\x12\x0c\xeb\x81\xb8\x8d\x53\x38\x64\xf8\xec\x39\xc6\xb6\x06\xcb\x40\x86\xcf\xd0\xdf\x6b\x7a\x59\xe0\x01\xae\x08\xef\x35\x54\xeb\x0d\xe1\x3d\x7b\x30\x2c\x54\xeb\x0d\x71\x3d\x43\x55\xaf\x35\xce\xd6\x1e\xe0\xfa\x00\xd7\x86\x73\xe7\xa1\x00\x83\xd4\x5e\x6b\xc4\xb3\x3e\x0e\x5a\x51\xd5\x6b\x8d\xf7\xd5\x10\xd7\xb3\x07\x8e\x36\x50\xfc\xe1\x0a\x7b\xe0\x68\x83\xa0\xa3\xb8\x67\x0f\xab\xb2\xe1\x99\x44\x71\xcf\x90\xda\x6b\x8d\xb9\xff\x80\x4c\x84\xf7\x5a\x83\x8b\x23\xbc\x67\xcf\x41\xb2\x35\xce\xd4\x90\xe1\x33\xf4\xf7\x5a\x9b\xfa\xa7\x2e\xa7\x9d\x88\x50\x21\xbc\x67\x08\xef\x35\xbd\x56\xf0\x30\x35\x1f\xe8\xd8\xc0\x7b\x14\xf7\x0c\x55\xbd\xd6\x98\xc9\x88\xeb\xd9\x03\xf3\x1a\xc7\x67\x88\xeb\xd9\x03\xde\x1a\xd0\x8e\x8e\x9e\x21\xa0\xd7\x1a\x67\x6a\xe8\xe8\xd9\x9b\x5c\x8e\xcf\x05\xc9\x3c\x7b\xd0\x2e\x34\xe8\xed\xf1\xce\xeb\x9b\xd4\x49\x20\x1d\xca\x79\xf6\x30\x20\x1b\x81\x74\x0f\x24\x7b\x80\x16\x72\xf3\xf6\x20\x68\x0f\x03\xb2\x73\x28\xf6\x30\x20\x1f\xce\xb2\xae\x49\x0b\x68\x3d\x40\xab\x43\x3d\x1e\xa0\xf5\x00\xad\xae\xf9\x09\x68\xa1\xaa\xd7\x7a\xd2\xe5\xb4\x13\x67\x59\x07\xc5\x1f\xa0\xf5\x00\xad\xce\xd1\xf1\x03\x9f\x1e\xb6\x62\x87\xa4\x3c\xa2\x57\xd0\xdf\x6b\x5d\x93\x16\xf1\x14\x84\xf7\x5a\xc7\x56\x44\x5b\xcf\x1e\x48\xd6\xb1\x15\x1f\x48\xf6\xc0\xa5\x0e\x1f\x41\x7e\xcf\xd0\xdd\x6b\x1d\x1f\x3b\x82\x7b\xf6\xf0\x76\x75\xdc\x2b\x0f\x08\x7a\x78\xbb\xf4\x52\xc3\x03\x82\x1e\xa4\xaf\xfb\xf9\x57\x46\x9a\x2f\xa3\xc2\xd7\xba\x47\x46\xe4\xe0\xe7\x9e\x39\x00\x41\xdd\xcf\xbf\x72\x70\xb3\x30\x87\xc0\xe3\xf0\x99\x9c\x91\xe6\xcb\x01\x6f\x3c\xaf\x3f\xe4\xe0\xf4\x30\x07\xbc\xf1\x7d\x70\xa3\x48\x9d\x30\x41\x94\xe5\x33\x92\x7e\x39\xe0\x02\x23\xab\x78\x0e\x91\x3a\x23\x75\x3a\x26\xe7\xe0\x47\x9c\x39\x24\x46\x7e\x71\x77\x47\xa9\x8c\xea\x5f\x43\x59\x3e\x07\x72\xce\x06\x38\x63\xf7\x60\xa2\x8c\x22\x60\x0e\xd0\xc3\xee\x4a\x3a\x39\x90\x73\x36\x00\x56\xdd\x83\x89\x32\xc2\x80\x39\xe0\xb7\x47\x83\x3e\x07\xe3\x46\x80\x15\xef\x44\xe4\xe0\xbc\x30\xa3\x01\xd8\x78\xfd\x21\xa3\x01\x98\x51\xfd\x6b\xdd\x05\x44\x72\x30\x1a\x8f\x8d\xd8\x2f\x03\x92\xa9\x13\xce\xd8\x7d\x75\x64\x14\x01\x73\xc0\xc3\xdf\x1f\x7d\x77\x22\x99\xd1\x07\x6c\xdd\xd9\x7a\x0e\x99\xa1\xcb\x0c\xdd\xa3\x49\x99\xa1\xe3\x2c\x00\xb5\xfa\x8c\x4c\x60\x46\x1f\xb0\xf1\xf6\x44\x0e\x85\xe7\xee\x46\x65\xe3\xed\x89\x8c\x4c\x60\x46\x18\xb0\x8d\xc0\x20\x17\x7a\xe4\x38\xd8\x46\xa4\x9b\x64\xcd\x46\xf5\xaf\x8d\xc8\xd3\xac\x3c\x62\xf7\xae\xb5\x11\xb9\xbc\x32\xc8\x00\xe0\x70\xcf\x7e\x0e\xa4\xd2\x0e\x70\xc6\x91\x18\x10\x87\xc3\x8c\x30\x60\x43\xd7\x3e\x23\x0c\x98\x03\x07\x03\xe8\xda\xe7\xd0\xa8\xd3\x71\xb0\x8d\xcc\x3f\x3b\x3d\xc2\x18\x1d\x99\x26\x75\x9e\x11\xa7\x05\xa3\xd0\xf8\xce\xe5\x6e\xa8\x36\x5e\x90\xc8\xa1\xd3\x24\x50\x11\x09\xfb\x1c\x06\xdd\x04\x15\xfd\xb5\x87\xff\x4c\x28\x32\xaa\x81\x39\x60\xa9\x8e\xc6\x53\x1d\xd4\x8d\xa5\x3a\x1a\xcf\xca\x59\x5f\x46\x27\xb0\x8d\x4e\x27\x48\xbe\x1d\xf0\xb9\x8d\xce\x63\x99\x74\x02\xf2\x87\xe8\x7d\x0e\x93\x4e\x70\x94\x30\x06\x37\x5a\x5c\xce\x01\xc1\x18\xfc\x73\x33\x30\x38\xcd\xc6\xa4\xbb\x9b\xc1\xc6\x7c\x1d\x53\xff\x64\x95\x00\x84\x63\x31\x5a\x9b\xc9\x0b\xe6\x8d\x4d\xe1\x61\x60\x20\x6a\x08\xd4\x67\x94\x01\x73\xe0\x00\x73\x6c\x66\xdf\x61\x4e\x1d\x26\xc5\x61\x5c\x0f\xf3\x14\x4a\x37\xb4\xc8\x0e\x13\x0d\x43\x77\x1c\x96\x0e\xc9\xb7\xd1\x09\x6c\xe3\xd2\x4d\xf2\x6c\xa3\x05\xd8\xc6\x63\xe1\x3e\x9a\xc4\x59\xe5\x78\x5c\xfe\x98\x3e\xa0\xe3\xd0\x82\x20\xa5\x76\xc0\x93\x36\x03\x3d\x7a\x0c\x32\x9e\xb4\x19\xe8\xd1\xe3\xc1\x01\x99\x93\x05\x11\x81\xcc\x88\x27\x6d\xba\x79\x90\xd1\x10\xcc\x91\x03\xcc\xe9\x3a\x14\x39\x82\xa3\x28\x0a\xb6\xe9\xde\xce\x8c\xb0\x60\x46\x51\xb0\x4d\x27\x53\x39\x3a\xb1\xcb\x28\x0a\x36\xf4\xed\x73\x74\x62\x97\x11\x0f\x6c\xbc\x28\x91\x63\xe4\x72\x3c\x69\x33\xd1\x24\x20\x13\xf1\xc0\x36\x8d\x7f\x26\xda\x89\x5f\x6c\x66\xea\x4c\x34\x09\xd6\x86\x94\x7d\x8e\x89\xcb\x1d\x0f\xdb\xcc\xd4\xe9\xc6\x73\x46\x3c\xb0\x4d\x67\x58\x19\x0d\xc1\x8c\x24\x60\x9b\x2c\x1d\x94\x01\x33\xea\x7f\x8d\x37\x1d\x32\x22\x80\x19\xa1\xbf\x36\xdd\x24\xce\xe8\xfd\x65\x14\xfe\xda\x6c\x34\xc9\x21\x2c\x23\xe6\xd7\xd0\xa0\xcf\xe8\xf6\x65\x24\xfa\xda\x74\xeb\x22\x47\x27\x68\x39\xe2\x17\x9b\x1e\xcb\x9d\x11\xec\xcb\x28\xf5\x35\x84\xe9\xff\x3f\xc2\xee\x27\x87\x42\x5c\xc9\xf3\xfd\x3c\x57\x71\x77\xf0\x0e\x10\x61\x87\xa5\x9c\xbd\x71\xf7\x1e\x00\x83\x54\x83\xaa\xba\xba\x5d\xb5\xff\x56\xfa\x83\xd4\x52\x4d\x72\x70\x26\x08\xb0\x31\xf6\xcf\xf1\x8f\xef\x09\xc0\xbe\x80\xe8\xeb\xe7\xf8\x2e\x37\x9e\x94\xec\x3c\xb5\xde\xbc\xb8\xe6\x9e\xa7\x67\x6f\xee\x29\x6b\xe0\x03\x84\xd8\x9a\x7b\xb2\xef\xce\xcb\xd0\x35\xa3\xd4\x3c\xfb\xa5\xf3\x5d\xe7\x29\xd9\xb9\x2c\xac\xd8\x96\x2f\x1c\x1b\xab\xed\xb4\x05\x01\xef\x05\xf0\x5e\x3f\xa7\x7b\x2e\x47\x37\xa0\xf6\xfa\xb9\x22\x92\x81\xb8\x17\x50\x7b\xfd\x7c\x74\x9e\xbc\xa1\xe9\x75\x0c\xfa\x00\xd5\x8b\x4d\x32\xf4\x7c\x74\x69\xe9\x5a\x00\xe7\xf5\xd3\x6e\xb3\x0d\xaf\x63\x78\xf6\xd7\xe5\xc3\xb3\x73\x74\x4f\x1b\x0b\xa8\x5e\xc0\xe8\xf5\xeb\xe7\xf2\x53\xe7\xc9\xda\xf5\xf3\x44\xa7\x77\x24\x95\x70\x6d\xa6\xcd\xa9\xf3\x64\xed\x5a\x35\x14\x01\xa3\x17\x30\x7a\xfd\xda\xbe\xcb\xbd\x23\xf9\x85\xeb\x5b\x08\x97\x77\x44\xeb\xae\x6f\xce\x5f\xee\x29\x6d\x7a\x7d\x73\xfe\x72\x39\xf7\xd5\xf7\x0b\x81\x98\x17\x9b\x5c\x80\xaf\x12\x62\xbb\x8d\x12\xa7\xf4\x4a\x73\x89\xd6\x6d\x64\xed\xfa\x66\xf2\xd4\xfa\xd4\xf9\x66\xce\x4f\x23\xcf\xbe\xbb\x9a\x86\xa6\x55\x3c\x8d\x52\x77\xf9\x63\x94\xc8\xda\xd5\x3d\xe6\xe3\x9e\x3c\xd5\xab\x3c\xe6\x63\xe4\x1f\x03\x42\xfc\x51\xf1\x62\x53\x97\x71\x7d\x73\xfe\xd1\x4f\xce\xe8\x35\x5c\xfe\xba\xa7\xac\xc1\x35\xf4\x93\xd6\x21\xe6\xf5\x6b\xb8\xfc\x35\xf2\xb4\xee\x3a\xf5\xf3\xd5\x10\xad\xbb\xd8\x62\x88\x79\x81\x98\xd7\xaf\xf5\x41\x5c\x20\xe6\xc5\x4e\xeb\x2e\x06\xda\x4e\xeb\x76\x1e\xea\xb5\x4a\x57\x03\x46\x2f\x60\xf4\xfa\xc5\x40\x43\xcc\x0b\x8c\xbc\x8e\x80\x1f\xfb\x12\xb9\xc0\xc1\xeb\x08\xf8\xb1\xaf\x70\x7f\xc0\xe1\xf5\x8b\xd9\x85\x8a\x17\x70\x78\xfd\x9a\xfa\x49\xeb\x76\x6e\xab\x4f\x14\x02\x1c\x2f\x76\xe6\xe1\x65\x75\xec\xcc\xc3\x9d\x79\x78\x59\x1d\x3b\xf3\x70\x17\x52\xbc\x56\x3d\x6b\xec\x54\x11\x4d\xaf\x5f\xaf\x2e\xed\x5a\xa7\x8a\x17\x5b\x0c\x5b\x2f\x76\xe6\xe1\xbd\xbe\x8a\x8e\x9d\x79\x88\xad\xd7\xef\xdf\x77\xa6\xcb\x19\x7d\xf7\xf6\xb7\x1c\x8a\x40\xdc\x8b\x9d\x9d\x77\x6f\x1e\x22\x8c\x2b\x47\xf7\xb6\x33\xc0\xe9\xc5\xce\xce\x83\xf1\x8f\x9d\x8e\x62\xe5\xf5\x7b\x95\x82\xc7\xce\xa4\xdb\x39\xba\xbe\x89\x88\x9d\x49\x87\x9c\xd7\xef\x70\x4f\x9a\xb7\x8b\xe3\xdd\x61\xb0\xbb\xd1\x62\x93\xdd\xe9\x05\xf6\xef\x4c\x0d\x35\x63\xd0\x35\x44\xf3\x7c\xe9\x10\x3b\x79\xdb\x57\xbd\x6f\xbf\x2d\x1d\xe4\xbc\xd8\x19\x6a\x77\xff\xce\xf4\xfe\x25\x08\xee\xae\x75\x16\xd6\x4e\x8a\x7c\xd4\x10\x78\x78\x81\x87\xd7\x6f\x9b\xc0\x4e\x9f\x10\xf0\xfa\x6d\x13\x00\xc2\x0b\x04\xbc\x7e\xaf\x44\x56\xec\xf4\x69\x3f\x0d\xf2\x0a\x96\x06\x3a\x5e\xe0\xe1\xf5\x9b\x89\xb4\xd3\x27\x58\xbc\xee\x4b\x87\x40\xc7\x0b\xe8\xbb\xee\x4b\x87\x80\xbe\x0b\xe8\xbb\x7e\x5f\xfa\x49\xb4\x10\xf0\xfa\xcd\x8d\xd9\x97\x87\x1b\x08\x78\xfd\xfe\x56\xc9\xe5\x6d\x32\xd0\x6e\xc6\x14\xf4\x5d\xec\xca\x3a\xc0\xf9\x03\x08\x2f\x50\xee\xfa\x6d\x67\x40\xb9\x8b\x7d\xea\x12\x3f\x64\x27\x5a\x10\x76\xfd\x7e\x4d\x86\xa9\xf3\x8a\x35\xe6\x4f\x43\x8f\xc9\xb0\xac\xaf\x3e\xd9\x38\xfb\xe3\x1d\x49\x3a\xcc\xcd\x7b\x7f\xb4\x4e\xb4\xe6\x6e\xe4\x1f\xef\x9d\x68\xcd\x6f\x2a\x12\xad\x9d\x68\xcd\x6f\x2a\xbe\x26\x03\xd1\x9a\x54\x1c\xd0\x2e\x00\xed\xfa\x3c\x34\x44\x9f\xb0\xeb\xfa\x64\xb9\x1c\xf4\x09\xbb\xae\x4f\x46\x3f\x76\x5d\x60\xd0\x75\xcc\xfc\x80\xa2\x0b\x0c\xba\x3e\x57\x18\x28\x8e\x15\x02\x8b\x43\x35\xd8\xa4\xf7\x50\x74\x71\x6c\x9e\x68\xc5\x86\x02\x8a\x2e\x60\xe6\xfa\x6c\xdf\xe5\x8f\x83\xba\xb4\x0a\x7f\xe2\xe0\x94\x1e\xbb\x51\xea\xba\xb4\xec\xad\x38\xf8\x9f\xb3\xbe\x33\xdd\x93\x96\xf8\x00\x21\xd0\xe6\xe2\x10\x2c\x9b\xec\xfa\x63\xa5\x27\xe2\xa0\x25\x93\x9b\x7d\xd0\x92\x83\xd9\x35\x87\x2e\x85\x01\x51\x37\x36\x4f\x67\x2e\xb9\x89\x83\x57\x39\x4f\x43\x17\x1e\x93\xb0\x4c\x2a\x7e\xac\x78\x5a\x60\xcf\xf5\xc9\x72\x81\xa0\x8b\x23\xf5\xf3\x76\x66\xea\xa7\xf4\x84\x0f\x10\xe2\x48\xe3\xc9\xab\x9c\x6c\x1c\x5c\xba\x00\xa4\xeb\x50\xfb\x71\xa4\x86\x94\x75\xf8\x00\x21\x70\xe9\x02\x90\xae\x4f\x1e\x35\x2e\x5d\x00\xd2\xf5\xf9\x7c\x67\x7a\xc5\xac\xb6\xc9\xa3\x3e\x56\xb2\x22\x0e\x06\xda\x64\xce\x80\xd5\xc5\x41\xac\xa6\x39\x0f\x41\x17\xa0\x73\xfd\xf9\x7d\x07\x9d\xc9\xec\xf2\x55\x42\x40\xc9\x05\x94\x5c\x7f\x76\x03\x52\x1a\xe2\x40\x3e\xe4\xf7\xa8\xef\xf2\xd7\x41\x03\xc2\x81\xc4\x97\xeb\x50\xfb\x71\xb0\xb0\x0e\x16\x96\xcf\x0a\x02\x6d\x2e\x60\xe6\xfa\xc3\xa7\x3d\x86\x19\xc2\x98\x7a\xc2\x3d\x4f\x97\x73\x07\x9f\x55\xa9\x19\x07\x77\xf0\x10\x56\x7b\xd6\xf7\xfd\x01\x2c\x17\x87\x04\xc1\xf3\xcd\xf9\x4b\x97\xd4\x65\x3c\xdf\x9c\x27\x41\xf8\x72\xfd\x61\x98\x1f\x97\xc7\x94\xf7\x7c\xbe\xe9\x7d\x99\x0c\xb2\x06\xcf\x37\xbd\x6f\xf7\x5c\x21\xb7\xfe\x74\x0d\xdd\x26\xed\xed\x31\x85\x96\x0e\x66\xd7\x21\xac\xf6\x7c\xd3\x9b\x37\x79\x30\xbb\x7c\x4e\x10\x07\xb3\x0b\x89\xae\x3f\xa2\x48\x10\x74\x81\x3d\xd7\x1f\xe6\xf6\xc1\x47\x3c\x14\xb9\xbe\xc7\x77\x50\xe7\x05\xf1\xdf\x30\x4a\xd4\xe6\x10\xaf\x57\x80\x1e\xc0\x72\x71\x50\x9b\xf7\x1b\xba\xd7\x78\x52\x9b\xd7\x28\xe1\xcb\x45\xf0\xfc\xde\x95\xb0\x0e\x28\xb9\x80\x92\xeb\x6a\xcd\x23\x56\x94\x2c\xa0\xe4\xfa\x6b\x94\x82\x35\x84\x28\xd7\x5f\xa3\x04\x2c\x17\x41\xac\x5e\x61\x00\x0c\xb9\x08\x71\x31\xb5\xe6\x11\x9c\x3c\x28\xb9\xfe\x0e\x0d\x89\x8b\x85\xb8\xd8\x3b\xfe\xf6\xcf\xc1\x02\x75\x2e\x82\x55\xa4\x10\x3d\x62\x99\x43\x01\x37\xd7\xd5\x9c\x07\xce\x5c\xe0\xcc\xf5\xf7\x32\x06\xf4\x09\x67\xae\xab\x24\x0f\x48\xb9\x08\xe9\xd3\xd7\x0e\x06\x29\x17\x41\xb4\x5e\x81\x38\x48\xb9\x80\x94\xeb\xef\xed\xc9\xe8\x13\x88\x5c\x57\x49\x1e\x21\x14\x86\x1e\xd7\x55\x92\x47\x08\x70\x05\x5f\x51\xd1\x78\x40\xca\x45\x10\xad\x97\x9d\x17\x44\x2b\xe8\xd3\x4b\x36\x50\xe7\x02\x59\xae\xbf\x4c\x3a\x80\xb9\x08\x52\xf4\xae\x6c\x61\x44\xba\x7c\x85\xfd\x4b\xd1\x78\x04\x29\x82\x9b\xab\x9f\xad\x12\x67\x2e\x70\xe6\xea\x27\x14\x16\xec\xa6\x58\x52\x54\x3f\x5b\x25\xf8\x5c\xc4\x0a\x7e\xd5\xcf\x56\x19\xdd\x78\x76\x0d\x51\x08\x28\xba\xc0\xa0\xab\x1f\x03\x2d\x88\x16\x06\x5d\xfd\x56\x19\x5f\x84\x50\x58\x2c\x25\x2b\x8c\xf7\xc0\xa7\x0b\x60\xba\xfa\xd9\x2a\xf1\xe9\x02\x91\xae\x80\xdf\x23\xca\x3b\x2a\xf7\x34\xf7\xf1\xe9\x02\x67\xae\x14\x78\x07\xce\x5c\xc4\xf0\x98\xdf\xdc\x1f\xdf\x99\x73\x1d\xfc\xa6\xb9\x68\x17\xb2\x5c\x29\xdb\x8e\x38\xbd\xe2\xa5\x5d\xf5\x2b\x03\x72\x6a\x7d\x99\x5d\xf5\xb3\xad\xa1\xc7\x45\x2c\xd1\xaa\x1f\x5b\x2c\x18\x53\xb1\x8c\xa9\xfa\xd9\xac\xb0\xe4\x22\x2e\xf7\x5c\x1f\x07\x05\x96\x5c\xc4\x65\x90\x45\xa6\xb0\xe4\x22\x6e\x97\x7f\xb3\x4e\xb4\x2b\x6e\x4f\x34\xbf\x83\x06\xf9\x36\x20\xdf\x04\xa3\x4f\x40\x6f\xa5\x46\x3a\xf0\xde\x22\x56\x35\x58\x6d\x3f\x6f\x93\x3e\xa1\xbf\xd5\xf6\x4d\x1b\x66\x57\x2c\xb3\xab\x54\x53\x47\x4c\x8f\xb9\xac\xaf\xda\x78\xbf\xc1\x57\x84\x6f\xab\x4d\x04\x15\xc5\x2d\xe0\xdb\x6a\x13\x2c\x8d\xd7\x99\x4b\xd0\x6a\x3b\xb4\x2e\xda\x15\xcb\xe7\xab\xed\xf0\x3a\x18\x53\xb8\x6d\xb5\xd9\x6d\xb0\xd9\x02\x94\xad\xb6\x85\xd5\x0a\x6c\xb6\xc8\x9f\x7e\x9a\x0c\xd8\x6c\x91\x4b\xb4\x6a\x5b\x5f\x30\x47\x2e\x2b\x2a\xd0\xd8\x6a\xeb\xdf\x41\xf7\xdc\x0c\x08\x21\xc4\x66\x8b\xdc\x3c\x91\x4d\x20\xd9\x4d\xb9\x2c\xa5\x52\xdc\x1c\xb9\x04\x29\x20\xda\x6a\x1b\xee\xc9\x07\x83\x68\x2b\xd8\xf1\x80\x68\x8b\xdc\x75\x49\x1c\x27\xf7\xef\x9e\xc6\x93\xe1\x83\xdb\x16\x79\xb8\x27\x13\x1e\x8d\x2d\xa0\xd6\x6a\x63\xad\x63\xac\x45\x86\x2e\xdd\xdf\x41\x8f\x19\x1e\xd3\x5c\x42\x5c\x0b\x38\xb5\xda\x56\x3d\x4e\x24\xb5\xc9\xf4\x3a\x78\xaa\xc9\x1a\xca\x15\xb5\x2a\x35\xc7\x81\xb8\x16\x99\xde\x11\x1b\x07\x71\x2d\x30\xd6\x6a\x7b\x3c\x26\x09\xca\xa6\x75\xb9\x00\xc8\xb4\xc8\xa5\x2f\xa5\x68\x38\x20\xd3\x02\x24\xad\x76\xc1\xc7\x14\x39\xc7\x43\xab\x9d\x91\x92\xfd\x3b\x73\x75\x7e\x5f\x55\x36\x91\xdd\xd0\x2d\xbf\xac\xf6\x6f\x86\x94\xce\x2f\x2f\xad\xf6\x70\x4f\xd6\x10\x02\x5a\xed\xe1\x72\xd6\x50\x0e\xad\xa7\x01\x19\x86\x6e\xa9\x46\xed\xdf\x5c\xe2\xba\xe5\x70\x79\xfb\xce\xd4\x25\x1a\xb2\x33\xb7\x93\x86\xc0\xa2\xd5\x2e\x7a\x98\xfc\xb9\x3c\x35\xf4\x4d\x30\xfe\x5c\x9e\xfa\x29\x7a\x98\xc2\xe8\x70\x6a\xb5\x97\x86\xa8\x4d\x2e\xbb\xa9\xd4\x07\x47\x52\x1b\x8c\xb5\x52\x0a\x1c\x18\x6b\x91\xcb\x9f\xab\x7d\x55\xcf\x47\x52\x9b\xa4\x36\xbb\x7d\x13\x63\x2d\x72\x25\x20\x6b\xa7\x4b\xe0\x6a\x81\xaa\x56\x3b\x27\x0f\x5c\x2d\xf2\xd6\x90\x2d\x12\x63\x2d\xf2\xd6\x10\xcb\x3a\xe9\x52\xd2\xa5\xdd\xc6\x07\xbc\x16\x79\x1b\xa5\x55\x15\x10\x30\x6c\x91\x2b\x34\x5f\xfb\x63\x94\xa6\x7b\x4e\xf7\x7c\x35\x34\x4d\x86\xe9\x75\x7c\x73\x49\x68\x1e\x8d\xad\xf6\xf7\xbb\x7c\x3a\xb8\xa6\xe2\x22\x8c\xff\x8d\x41\x91\x7c\xc5\x5c\x56\x58\x21\x8d\x07\x7e\x5b\xe4\x72\x19\x4b\xa1\x6f\xe4\x63\x08\x97\x4d\x56\x87\x5d\x31\x29\x59\x2e\xb7\xb0\x8e\xdd\xe3\x0a\x5b\xe5\xb2\xc9\xea\x38\xbe\x33\x0d\xf6\x32\xcd\xea\x10\xd0\xce\xd7\xf4\x59\xde\x61\x1d\x36\xc0\xc6\x50\x6b\xcb\x2d\xac\x63\x51\x1b\xa2\x31\xd4\xda\xcf\x3d\x57\xe1\x57\x34\x36\x19\xfc\x5b\x1d\xf2\x35\x8d\x5b\xd8\x96\xa0\xd5\xb1\x8a\x60\x02\x13\x2e\xda\xa6\x75\xc1\x08\x84\xb8\x80\x86\xab\x63\x81\xe2\xa2\x91\x37\x68\xb8\x3a\xc8\x5b\xe3\x16\x42\xc3\x95\xa2\xdc\x68\x82\x51\x6d\x37\x4a\x36\xc0\x26\x18\x85\x17\x57\x10\xe1\x81\x10\x17\x8d\xbc\x29\xb5\x0d\x84\xb8\xc0\x84\x2b\xa5\xb6\xd1\x56\x61\x45\xb4\x65\x8b\xd5\x71\xe9\x27\x5b\xac\xad\x48\x7d\x1d\x66\x5f\x93\xab\x6c\x87\xce\x73\xe1\x9a\x5c\x25\x88\x5c\x1d\xa2\x73\x4d\x30\xbf\x85\x01\xa1\x79\x8d\x03\xd9\xc2\x78\x9a\xa7\x00\x73\x01\x29\x57\x87\xfd\xb3\x89\x4c\xb5\x74\xcf\x85\x5d\x88\xc6\x81\x84\x94\x2b\xdc\xf0\x80\x94\x8b\x96\xee\xf9\x7a\x4c\xea\xd8\x56\xd4\xaa\x8e\x55\xe7\x12\x00\x73\x81\x2c\x57\x87\x3d\x19\x52\x2e\x1a\xc9\x0c\x31\xb7\xc6\x57\x04\x91\xab\x30\x3f\x9b\xb4\x24\x88\x5c\xc5\xa6\xf3\xd2\x92\xad\xbb\x7c\x73\x4f\x3a\xda\xd8\x62\x61\x7e\x36\x21\xb0\xc6\x16\x0b\x7b\x72\x63\x8b\x35\xe2\x1a\x12\x98\xad\x7f\xf7\x7c\x1d\xf4\xec\x6c\x31\x44\xba\x0a\xf6\x1d\x22\x5d\x20\xd2\x55\x1c\x5a\x67\x8b\x21\xd2\x55\x30\xe5\x10\xe9\x02\x7c\xae\x42\xd4\x03\x5f\x2e\xda\x72\x2e\x2b\xd2\xd0\xf1\x2a\xdb\x70\xb9\x50\x5d\x1b\x5e\xf1\x92\xd3\x8a\xe6\x9e\xbc\x4a\x9c\xb8\x0a\x3a\x0a\x17\x17\x00\x71\x15\x76\xef\xc6\x16\x6b\x84\x30\xbe\x99\xcc\x81\xc4\x82\xab\xe0\x9c\xb4\x4b\xe7\x2f\xad\xd3\xd1\x26\x44\x8f\xfe\x56\xc1\xaf\x6b\x1c\xc8\x46\xde\x82\xb8\xe2\xbd\x05\xd0\x5b\xc5\x65\xd6\xb1\xc5\x30\xdd\x2a\x28\x6e\x9b\xe6\xfc\xd4\xa5\x6f\x7a\x93\xb7\xb6\x82\xf2\x15\xf7\x77\xa6\xd6\xc9\x5b\x08\xab\x81\xc0\x05\xfa\x5b\x85\xe0\x33\x08\x5c\x20\xbc\x55\x48\xcd\xb4\xc7\x78\x3e\xde\x91\x2d\x1d\xe1\x2d\xda\xeb\x89\xf8\x1f\x8d\xab\xd9\x5e\xcf\x2e\x47\x09\xe6\x16\x60\x6e\xa5\xc4\x36\x3a\xb1\xea\x74\x29\xe5\xe7\xbb\xc2\x8a\xce\xec\xca\xf5\xbf\x7f\x81\xe2\x16\xf0\x6d\x95\xf6\xf9\x2e\xb0\xd5\x29\x58\x52\xda\x4e\xc1\xfa\xd2\xac\x4a\x49\x46\xbc\xb7\xe8\x9b\x86\x58\x04\x9d\x57\x09\xf4\x56\x29\x3f\xdf\x29\x58\x5f\x5e\x61\xe5\xaa\x88\x89\x4e\x97\x80\xde\x2a\x8f\xef\xe0\xe5\xe0\x7a\xcc\x24\xbf\x9d\x2d\xd6\x0f\xfd\x24\xbf\x9d\x2d\xd6\x89\x55\x4a\x32\x76\x62\xd5\x0f\xf7\x5c\xdf\x79\x07\x08\x5c\xa0\xbf\x15\xec\x78\x80\xc0\x05\xec\x5b\xa5\x50\x32\xec\x5b\xc0\xbe\x55\x72\x4a\x60\xdf\xa2\x87\xce\x37\xfd\x54\x2e\x01\xfb\x56\xd9\xbf\xcb\x75\x3e\x34\x24\x35\xd3\x79\x93\x7d\xc9\x53\x25\x2f\xbd\xd3\x25\xd8\xb7\x82\x1d\x0f\xd8\xb7\xe8\xc4\x2a\x59\xac\x20\x70\xd1\xe9\x52\x5a\x08\x5d\x60\xab\x37\xf7\x34\xe7\x3b\xb1\xea\xcd\x3b\x12\x89\x46\x86\x8b\x4e\xac\x92\xc5\xda\x89\x15\x24\x5c\xa1\x96\x07\x16\x5c\xc0\xbe\x55\x0a\x85\xc0\xbe\x45\x5f\xa2\x53\x69\x21\xe0\xbd\x05\xd0\x5b\xe5\x6d\x90\x45\xe1\x81\xde\x2a\x15\xbf\x20\xbc\x45\x27\x41\xc9\x11\x87\x76\x8b\x3e\xb4\x2e\xe1\x02\xed\x16\x98\x6e\x95\x24\x1d\xda\x2d\x90\xda\x2a\x49\x3a\x44\x5b\x74\xa6\xdc\x5f\x1b\xfb\xdf\x19\x14\x9d\x9d\xd7\x4f\x6f\x95\x5d\xd2\xd9\x79\x9d\x49\xd7\xbe\xa5\x43\xb4\x3a\x07\xb2\xd1\xfb\x2e\x6e\xdf\x97\x76\x55\xfb\x7d\x97\x1b\x83\x65\xd9\x55\xb3\x09\x20\xc4\x45\xe7\x55\x36\xb9\x95\xce\xce\xeb\x4b\xd0\xaa\x7d\x4b\x67\xe9\x5a\xe0\xc5\x55\xe3\x98\xf5\xa5\x6b\xd1\xd9\x79\x8d\x3f\x8f\x25\x17\x9d\x49\xd7\x76\x83\x2d\x14\x86\x1e\x57\xed\x5b\x4f\xd3\x63\x2e\x41\xab\xc6\xc6\xe9\xac\xb7\x4e\x9f\x1a\x27\xbf\x0b\xd1\x03\xc5\x55\x13\xb6\x02\x8a\x8b\xbe\x0c\xad\x6a\xc2\x80\x5d\x0a\xb1\x3f\x3a\xcf\xc2\xee\x44\x0b\x28\xae\x9a\x58\x56\xe7\x55\x02\xc5\x55\x93\xd5\xec\x6a\x28\x3a\xaf\xb2\x89\x72\x77\x79\x45\xf4\xb8\x6a\x9c\x3d\xf4\xb8\xe8\x94\xac\xd9\x19\xd0\xe3\x02\x2f\xae\x9a\x5c\x65\xa9\x77\xc0\x84\xab\xb6\xe0\x39\x81\x09\x17\xb5\x79\x76\x7e\x5d\xf1\x2a\x8b\x57\xa9\xa6\x37\x80\xe2\xa2\x78\x95\x6d\x7d\x8a\x1a\x25\x44\x5f\x9b\xc7\x94\x96\xc4\x92\x0b\x10\xb9\x6a\xf2\xf3\x58\x72\x51\x6c\x31\xb5\xbc\x51\x6c\x31\x48\xb9\x6a\x8b\xa8\x13\x25\x04\x06\x29\x57\x4d\xec\xba\x96\x11\x16\xc8\x72\xd5\xa6\x86\x38\xa5\x38\x73\xd5\x04\xb4\x8b\xe6\x15\x03\x4d\x2d\x6f\x80\xcf\x05\xf8\x5c\x35\xd5\x2b\xe0\x73\x51\x0c\xb4\xf6\xb8\x9c\x81\x06\x37\x57\x60\xe2\x81\x33\x17\xc8\x72\xa5\xea\x37\x8a\x81\x56\x3c\xd5\x26\x3f\x0f\x30\x17\xc8\x72\x05\x11\x1e\x00\x73\x51\xcb\x4e\xab\xfe\xfb\xce\xd4\xd0\x92\xbe\x52\xe0\x1b\xc5\x16\x2b\xee\x6b\x37\xbd\x4b\xb5\x05\x4e\x5c\xf5\xdd\x8b\x53\x6d\x81\x13\x57\x0a\x7c\xa3\x44\xd0\x8a\x81\xd6\xf7\xef\x72\xaf\x98\x4f\x0b\x26\x1e\x50\x72\x51\x4b\x0f\xab\x2b\xe7\x2a\x99\xc7\x62\xb5\xf5\xf5\xb7\x57\x51\x4d\xeb\xd4\xb1\xf3\x54\x21\xe8\x02\x5f\xae\xba\xd5\x51\xc2\x6a\x30\x73\x05\x26\x1e\x68\x73\x81\x2f\x57\xdd\x6e\x53\xac\x36\x28\xb9\xea\xf9\x9d\xe9\x72\x92\xd9\x25\x2e\x8b\x64\x56\x69\x9d\x89\x54\xbc\x5f\x7c\xb9\xea\x82\xe4\xa5\xda\x02\x5f\xae\x3a\x5f\x01\x5f\x2e\x10\xe5\xaa\xdb\x43\x8a\x64\xe2\xcb\x95\xfa\xe0\xa8\x25\xa0\x01\x33\x57\x5d\x9d\x4b\xf1\x93\x6b\x18\xe4\x6f\x1d\x89\xb5\xc1\xcc\x55\xe7\x2b\x14\x71\xad\xd3\x63\xca\xf9\x03\xcb\x05\xa2\x5c\x75\x1b\x4b\x49\x71\x16\xef\x57\x25\x71\x94\xac\x41\x9d\x06\xe4\xd4\x3a\xa3\xaf\x04\xe0\x3a\xb3\x0b\x5f\x2e\x8a\x54\xaa\x24\x0e\x60\xb9\x40\x94\xab\xce\xd5\x00\x96\x0b\x28\xb9\xea\xdf\xe2\x12\x80\x2b\x46\x5f\xff\x16\x17\xa9\xac\xdb\x80\x88\xca\x01\xcb\x05\x94\x5c\x75\xb6\x18\x94\x5c\x40\xc9\x55\xff\x16\x17\xf3\x10\x51\xae\x3a\x5b\xac\x98\x87\x25\x54\x07\x7a\x1e\x50\x72\x51\xa2\x72\x0a\x91\x03\x58\x2e\xa0\xe4\xaa\x73\x35\xa0\xe4\xa2\xa6\x86\xa4\x90\xa0\xe4\x02\x4a\xae\xba\xfd\xa8\xc8\x2f\x94\x5c\xf5\x57\xe7\x39\xb8\x45\x7e\x4b\xf8\xaf\xc8\x2f\x78\x5c\xd5\xb7\x0c\x79\xbd\x00\x71\x55\xb6\x9e\x12\xbf\xab\x95\x90\xa8\x12\x13\x04\x88\x8b\xa2\xb4\xc5\x6a\xc3\x82\x0b\x2c\xb8\x2a\xb9\xd4\xc1\xc1\xc5\x82\xab\x12\x13\xc4\x82\x0b\x2c\xb8\xaa\xf5\x89\x5f\x80\xc0\x05\xfa\x5b\x95\xad\x67\xc8\x44\x0c\xd6\xa5\x3a\xe6\xc0\x82\x8b\x41\x93\x8b\xff\x31\x68\xf2\x60\x48\x96\x50\xf2\x60\x48\x02\xc4\x55\x71\xaf\x01\xe2\x02\x12\xae\xd4\x31\x07\x32\x5c\x40\xc2\x55\x2d\x08\x6e\xc0\xbe\x05\xec\x5b\x95\xda\x19\xbc\xb7\x40\x78\xab\x12\x5f\x1e\x87\xcb\x89\x6a\xfd\xb5\x8e\xfe\xc6\xa0\x00\x83\x0b\x14\xb8\x2a\x8b\x6c\x2c\xfd\x8d\x41\x71\xcb\x22\x83\x7f\x8b\xc1\x25\x2e\xe1\x20\xf8\xb7\x80\x7f\xab\x1a\xc6\x80\x95\x09\xff\x56\x5f\x91\x33\xee\x5b\xc0\xb8\x55\xd9\xc1\x86\x12\x8c\x41\x5c\xbf\x22\x67\x88\xb7\x80\x71\xab\xb2\x83\x0d\x06\xe5\x48\x63\x20\xa0\x3d\x14\x6b\x0c\x06\x65\x5d\x1a\x62\x50\x82\xba\x15\xc6\x7b\x0c\x06\x25\xb6\x5b\x95\x70\xe5\xa0\xa3\xa3\x99\x53\xeb\x6b\x94\x40\x7a\x0b\xa4\xb7\x2a\xfe\x3c\xd2\x5b\x0c\x39\x8b\xaf\xf2\x19\xf7\x2d\x06\x3f\xb9\xe4\x69\x71\xdf\x62\xb0\x47\xcb\xb6\x36\x24\x32\x86\x44\x46\x59\x79\x98\x70\x31\xba\x99\xa2\x0c\x01\x13\x2e\x06\x3f\xf9\x2b\x72\x46\x88\x8b\xc1\x4f\x2e\x4e\xfe\xe0\x27\x03\xc5\x55\x59\x64\x83\x9f\x0c\x0d\x57\x43\xe0\x1d\x21\x2e\xa0\xe1\x6a\xb0\x04\x11\xe2\x62\xd0\xe6\x61\xe5\x61\xc2\xc5\x60\xb9\x7e\xf5\xcc\x60\x70\x01\xff\x56\xc3\xca\x83\x7f\x8b\xb1\x84\xb7\xc6\xee\x1d\x09\x57\x0e\xe6\xec\xb0\x2b\x0e\x16\xeb\x20\xc3\xe3\x5b\x8e\x8c\x53\x4c\xb8\x1a\x9c\xfc\xa1\x96\x17\x05\xae\xc6\xf1\x9d\xe9\xd9\x4f\xf7\x94\xfb\x1d\x97\x7b\xf2\xbd\x87\x00\xec\x20\xc3\xe3\xfa\xce\xf4\x98\x42\x8b\x43\x76\x63\x08\xe6\x0f\xa5\x22\x43\x14\x11\xdb\x3d\x80\xe2\x02\x28\xae\x46\xfb\xce\xd4\x3a\x1d\x1d\xcd\x04\x63\x9c\x0e\xc6\xe9\x57\xc7\x3c\x18\xa7\x58\x70\x35\xbe\x35\xaa\x96\x77\x88\x22\x0e\x4e\x14\x16\x5c\x60\xc1\xd5\x50\xef\x80\x05\x17\xe8\x6f\x35\x04\xcb\x40\xe0\x62\x70\xb3\x47\xb9\x5c\x51\xc9\xe0\x66\x7f\xc5\xcd\xe3\x31\x6d\x98\xb1\x63\x7c\xf7\xd4\xf9\xd7\xb3\x0b\x96\x0d\x19\xdd\xc1\x62\x1d\xa2\x09\x83\xc5\x0a\x09\x57\x43\x11\x04\x16\x5c\x60\xc1\xd5\x60\x5d\x9e\xc4\xf5\xfc\x79\x76\x1b\xe0\xa9\xe8\x0d\x12\xae\x86\x64\x28\x32\x5c\x40\xc2\x15\x0a\x7c\x20\xc3\xc5\x49\x71\x07\x93\xf3\x64\xf0\x9e\x3f\x0d\x29\x83\x46\x86\x0b\x48\xb8\x1a\x42\x0c\x58\x70\x71\xb2\x6d\x87\xb4\xd4\x49\x5c\x4f\x5e\xfa\x78\xbe\x33\x57\xe7\x4f\xb6\xed\x10\xfe\x3d\xd9\xb6\xe8\x6f\x35\xec\x75\x27\xdb\x16\xf6\xad\xbe\xda\xe8\x93\xb8\xa2\xbf\xd5\x57\x06\x7d\x92\xca\x93\x54\x7e\xc5\xcd\xb0\x6f\x71\xf2\xd2\x4f\xc1\x32\xd8\xb7\x80\x7d\xab\x53\x65\x04\xec\x5b\x00\xbd\xd5\x69\x75\xe0\xbd\x05\xd0\x5b\x61\xbb\xc7\xc9\x38\x05\x7a\xab\x93\x4b\x84\xf7\x16\xe7\xca\xf2\x16\xe0\x7b\x9c\x8a\xdd\x4e\xa2\x7a\xda\xc1\x4e\x09\x97\x93\x97\x0e\xf8\x1e\x67\x7a\x47\xa9\x75\x89\x8c\x93\x19\x7b\x52\xda\xd3\xe2\x42\x86\x0b\x2c\xb8\x02\x7c\x8f\x93\x1d\x8a\xfe\x56\x27\x8f\x0a\x04\x2e\xd0\xdf\xea\xcc\xef\x4c\xef\x88\xa8\x02\xbe\xc7\x49\x54\x4f\xa2\x7a\x0a\x5b\x9c\x12\xc1\x27\x7f\xfe\x6c\x06\x99\x3f\x0f\x1e\x57\xa7\x65\x88\x1a\x17\xa8\x71\x75\x76\xad\xd3\x4f\xd4\xb8\x42\x81\x0f\xd4\xb8\x40\x8d\x2b\x14\xf8\x38\xd9\xb6\xa7\x88\xe4\x29\xe5\x81\x1a\x17\xa8\x71\x75\x8a\x44\x9f\x94\x16\x35\xae\xbe\x2a\x6a\xb8\xb8\xc0\x89\xab\x93\x97\x76\x0a\x07\x9c\x65\xe8\x7c\x4e\x70\x0a\x07\xa0\xc6\xd5\xc9\x66\x44\x8d\x8b\x93\xc1\x7b\x7e\xeb\x48\x0e\x08\x4a\xae\xce\x6f\xc9\xc8\x23\x43\xc9\xd5\x57\x45\x0d\x25\x17\x50\x72\x75\x2a\x2a\x80\x92\x0b\x28\xb9\x3a\xaf\xef\x9e\x5a\x17\x62\xf8\x4a\xab\x31\xe4\x02\x3c\xae\x4e\x91\x3e\xd4\xb8\xc0\x89\xab\xf3\x5b\x71\x72\x40\x27\x2b\xf8\x9c\x16\xec\x69\x94\x04\x0c\xce\xf9\xb7\x9f\x8d\x06\xce\x5c\x9c\x12\x44\xa7\x6c\xcc\xe9\xe3\x0b\xf0\xb9\x3a\x15\x91\xa2\xce\xc5\x29\x2e\x8a\x1b\x1f\x00\x73\x81\x2c\x57\x97\xcd\x0a\x60\x2e\xce\x15\x2a\x28\x34\xf8\xc0\x99\x0b\x64\xb9\xba\xbe\xe5\xa8\x86\xe6\x5c\xba\x5d\x97\x30\xf5\xa9\x74\xf9\x5c\x12\x5d\x97\xcd\x0a\x60\x2e\x90\xe5\xea\x12\xbb\x3e\x05\x4b\x4f\xe9\xe8\xeb\x5b\x79\x4a\x97\x21\xe5\xea\xab\xa6\x86\x94\x8b\x73\x15\x2b\xd7\x25\x9f\x7c\xca\xec\xe0\xc5\xd5\x57\x62\x0d\x1b\x17\xa7\x24\x0e\x1a\x7c\xc0\xc6\x05\x34\x5c\x5d\x12\x83\x27\x19\x86\x7f\xab\x4b\x44\xfa\xa2\xb8\x28\x70\xf5\xd5\x5d\x5f\x3e\xa9\x40\x81\xab\xcb\x2a\xb9\x44\x13\xae\x9f\x01\x69\xdf\xe5\xc3\xc1\xb5\x51\x5f\x1c\x33\x84\xb8\x80\x86\xab\x4b\xc4\xef\x62\xe3\x62\xc2\xd5\xb5\x3e\x8c\x8b\x4b\xb0\x14\x1a\xae\x2e\x99\x1d\x84\xb8\xb8\x28\xee\x57\xa1\x7d\x51\xdc\x8b\xe2\x5e\xd6\xd3\x45\x71\x2f\x8a\x7b\x89\x87\x5f\xbe\xb3\x00\x8a\xab\x8b\xcd\x78\x11\xd7\x4b\x60\xf3\xe6\xe8\xe2\xbe\xc5\x25\xb0\x79\xd3\x27\xdc\xb7\x00\x7c\xab\xdb\x78\x5e\x4c\x4e\xf8\xb7\xba\xd5\xb1\x5f\x74\x14\x05\xae\xb0\xc8\xe3\x52\x26\x83\x02\x57\x37\x25\x03\x83\x0b\xc0\xb7\xba\xa5\x64\x2f\xea\x78\xf1\xe7\xef\x6f\xe4\xf9\xf3\x17\xeb\xf2\x96\x7d\x05\x83\x8b\x8b\x43\x7e\xab\x06\xbb\x38\xe4\x08\x6f\x75\xcb\x1a\x20\xbc\xc5\xc5\x21\xbf\xc5\x86\x2e\x36\x23\xd0\x5b\xdd\xbc\xdf\x8b\xbc\x01\xbd\x15\x16\x79\x5c\x5d\xe7\x79\xe9\xb0\xe3\x01\xfb\x16\x17\xd1\xfa\x6a\x79\x2f\xa2\x75\xf1\xd2\x6f\x3e\xed\xe5\x43\x89\x8b\x68\xdd\xa4\xe8\xa2\x4f\xe8\x6f\x75\xb3\x82\x2f\x52\x74\x51\x9d\x9b\xc1\x8b\x05\x17\xd7\xd0\x79\x4b\x1b\x19\x2e\x2e\x49\xe6\x5b\x7e\x1e\x0b\x2e\x2e\xc1\xc7\x9b\x19\x7b\x09\x3e\xc2\xbe\x15\x6e\x78\xc0\xbe\xc5\xc5\xa3\x9e\x3e\xb6\x03\x81\x8b\x8b\xf3\xfc\x95\xd8\x82\xc0\xc5\x25\x63\x32\xb9\x85\xb0\x6f\x01\xfb\x56\x5f\x3d\x2b\xc2\x5b\x5c\x8c\xbe\x29\x7e\x87\xf7\x16\x40\x6f\x35\x85\xbe\x2f\x25\x2d\x97\x92\x96\xf9\xad\x0e\xf9\xe4\x4b\x1a\x65\x7e\x0b\x81\x5c\xc0\xbe\xd5\x54\x8b\x76\x91\x8b\x8b\xd1\x37\xbf\x17\xc7\xe8\x83\x7d\xab\xc9\x6a\x83\x7d\x0b\xd8\xb7\x9a\xe2\xe1\x17\xa3\xef\xa2\x21\xd8\xd9\x71\xd1\x90\x8b\x9f\x3c\x25\x86\x2e\x7e\x32\xfa\x5b\x4d\x61\x8b\x4b\x6e\x05\xfd\xad\xbe\x7a\xd6\x8b\xf3\x7c\x11\x96\x69\x0b\xba\xf8\xc9\x08\x6f\x05\xa8\x1d\x97\xa2\xe1\x8b\xda\x7c\xf5\xac\xb7\x30\x25\xa6\x5b\x4d\x7e\x12\xb4\x5b\xdc\x8a\x5f\x60\xb2\x03\xcc\x2d\x6e\xb1\xcb\x69\xbb\xb8\x69\xc8\xcd\x4f\x9e\xbc\x1f\xbc\xb7\xb8\xf9\xc9\x53\x50\xef\xa6\x21\xb7\xd8\xe5\x57\xa5\x0a\x02\x17\xb0\x6f\x35\xdf\xef\xf2\xd5\x4f\xd8\xb7\x9a\xb2\x99\xb7\xec\xf0\x2d\x0b\x83\x9d\x1d\x37\x3f\xf9\x26\x2c\x8f\xc4\xd0\x2d\x22\x79\xb3\xef\x1e\x73\xe9\x66\xdf\x41\xc2\xd5\x23\x5b\x84\x0c\x17\xf7\xe1\x9e\xac\x36\x80\xb8\xb8\x97\xf3\x5b\x5f\x3d\xeb\x2d\xce\x08\x10\x57\x0f\x5b\x0c\x20\x2e\x6e\xf6\xdd\x23\x9b\x09\x17\x17\x38\x71\x85\x9d\x1d\x37\x5d\x42\x8d\xab\x47\xb6\xe8\x66\xdf\xdd\xec\x3b\xec\xec\xb8\x65\x61\x6e\xf6\xdd\x43\xd6\x80\xe5\xe2\x96\x32\x7e\x64\x33\xf1\xe5\xe2\xa6\x60\x5f\xe5\x2b\xda\x5c\xe0\xc4\xd5\x23\xa8\x07\x17\x17\x38\x71\xf5\x30\xbb\xe0\xe2\x02\x27\xae\x1e\x1b\xca\xcd\xe8\xbb\x19\x7d\x4f\x73\x39\x53\x0e\x27\xae\x9e\xfe\x9d\xa9\x9f\xb4\xee\x61\x76\xdd\x52\xc6\x37\x57\xf8\xb1\x64\xe0\xe2\x02\x20\xae\x9e\xf1\xb7\x7f\x0e\x16\x37\x43\x0d\x3d\xae\x1e\xb5\xdc\x37\x43\xed\xa6\x79\x0f\x37\x06\x4b\x2e\x40\xe4\xea\xe1\xc6\xdc\x65\x0c\x08\xe1\x43\xf3\x6e\x42\x78\x13\xc2\x87\x1b\x83\x3a\x17\x77\x19\x18\x36\x19\xc0\x5c\xdc\xd4\xf1\xab\xaa\xbd\xb9\xc4\x20\x72\xf5\x88\xe3\xdd\xd4\xf1\x66\x69\x3d\x42\x76\x00\x73\x81\x17\x57\x8f\x78\xf8\xcd\xfb\xbd\xa9\xe3\x23\x64\x87\x1e\x17\x37\xef\xf7\xf9\x96\x0e\xef\x17\x2f\xae\x9e\x6f\xe9\x50\xc7\x9b\xdd\xf4\xf0\x6d\x60\xe3\x02\x13\xae\x1e\x21\xbb\x9b\x31\x85\x02\x57\x0f\xc5\xbd\x09\x21\xa8\x5b\xbd\x8c\xa9\x9b\x89\x74\xd3\x3c\x98\xec\x80\x78\x0b\x18\xb7\x7a\xbf\x05\x21\x36\x78\x33\x91\x5e\x49\x51\x88\xb7\xb8\x69\xde\xcb\x8d\xb9\x69\xde\x2d\x75\xfc\x1e\x2e\x97\x3a\xbe\x15\xbf\x00\x6a\xc7\x2d\x36\x78\x73\x74\x01\xb5\xe3\xe6\xe8\xde\x4b\xfa\xea\x15\x0e\x40\x88\x8b\x9b\x10\xbe\xf1\xdd\xd3\xc8\xab\x02\x7c\x05\xe2\x60\xe3\xe2\x66\x76\xbd\xcc\x84\x9b\xd9\x85\x1e\x57\xaf\xd0\x37\x7a\x5c\xdc\x84\x10\x65\x3b\x20\xde\x02\xd4\xad\x5e\x8a\x0b\xea\x16\x93\xdd\xf4\x52\x5c\x88\xb7\xc0\x76\xab\xaf\x14\x18\xe2\x2d\xa6\x24\x33\xd2\x74\x20\xbd\x05\xd2\x5b\x7d\xf5\xc1\x48\x6f\x81\xf4\x56\xaf\x8a\xa8\x49\xf3\xa6\xd8\xe0\xbb\xe8\x86\x81\xe2\x16\xf0\x6d\xf5\x95\x02\x4f\x99\x67\xf8\xb6\x7a\x4d\x9b\xb9\x7f\x97\x1b\x10\x09\x76\x30\xb7\x98\x32\xcf\xaf\x3d\x79\xca\x3c\x4f\x01\xc3\x57\x68\x09\xe1\x2d\x26\x47\xf7\xa5\xb8\x53\x3a\x1a\xf6\x6d\x7c\x55\xbf\x08\x6f\x31\x97\xa3\x3b\x60\x9d\x63\x52\xc7\xb9\xa4\x6f\xfc\xcc\x90\xe9\xf3\xd6\xb9\xa4\x6f\xfc\x4c\x86\xa9\x4c\x66\x2e\x47\x77\x60\x3d\xc7\x64\xa0\x01\xc4\x8d\xaf\xc0\x77\xca\x3c\xcf\xd0\x10\xcb\x7a\x8a\x1e\xe2\xc4\x0d\x58\xe7\x80\x8b\x8b\x99\x5a\x17\x06\x02\x88\x8b\x99\x1a\xe2\xa9\x4e\x42\x38\xd3\x3d\xc5\x5a\x31\xe4\x62\x36\xf7\xa4\x79\x93\x7d\x37\x9b\x7b\xca\xfd\x4d\x31\xc1\xd9\xf4\x53\xcd\x1c\x94\x5c\x80\xc7\x8d\x9f\xcd\x7f\xfa\xbc\x75\x76\xad\xcb\xe8\x4d\x25\xcb\x73\x59\x74\xe3\xf7\xcd\x25\xe1\xbf\xb9\xb4\x6e\xfc\x28\xd8\x64\xca\xcd\x25\x6b\xe3\x77\xb9\x27\x59\x9b\x4b\xd6\xc6\xef\x9b\x36\x64\x6d\x96\x77\x24\xc5\x3d\x45\xfa\x66\x69\x48\x29\xd3\xe4\xa9\xce\xd2\x10\xa3\x0f\x89\x2e\xe6\xf0\xec\xf2\x0b\x93\xa7\x0a\x48\x37\x7e\xf6\x79\x08\xba\x98\xcb\x0d\x1d\xbf\xc7\x8b\xf3\x21\xec\x1c\x06\x44\x40\x73\xf2\x3f\xe7\xe9\x9e\xb6\x74\x5c\xba\x98\xa7\x27\x7a\x8d\xbc\xd4\x0c\x3c\xdd\xf8\x09\xc4\x4c\x4e\x29\x4a\xdd\xf8\x51\x30\x78\xba\x98\x4b\x1c\xc7\x57\x49\x3c\x19\x92\x73\xb9\x98\x63\xfb\x79\x71\x6c\xc6\xb9\xc4\x71\x6c\x6c\xc6\xa9\xf4\x06\xb3\x6e\x6c\xdb\x77\xa6\xcb\x97\xdf\x39\xbe\xf2\xe2\xc9\xef\x04\xb2\x1b\xdb\x37\xbd\x7d\x32\x3b\x97\xe9\x38\x36\x1f\xb3\xc0\xda\x05\x9e\xdd\x80\x5e\x0e\x58\xbb\x98\x53\x97\x6c\xfe\x53\xc2\x65\x2e\x51\x1d\x9b\xaa\x10\xac\xbb\x98\xd3\xe5\xb6\x74\xac\xbb\x00\xb9\x1b\x9b\x0f\xca\xb1\xee\x62\x2e\x19\x1d\x5f\x21\x32\xe4\x5d\xcc\x47\x3f\x85\x57\xa6\xe8\x21\x0e\xde\xd8\xbe\xe9\x2d\x50\x08\x87\x37\x36\x41\x93\xc9\x43\x9d\xaf\x7b\x8a\x8f\x4c\x81\x42\x70\xbc\xb1\x09\x85\x4c\x86\xe4\x7c\x8d\xa7\x1c\xc0\xf4\x3d\xc8\x7c\xdd\x93\x3f\x37\xdf\xef\x9e\xaf\x83\x6b\xdb\x85\xd1\x8b\xe7\xa7\x21\x5b\x39\xa8\x5e\x3c\x3f\x03\x62\x21\x3c\xe4\xf7\x59\x82\x3b\x36\x1b\xf4\x23\x50\xf8\x6c\x06\x84\x19\x8b\xb4\x17\x68\x7a\x63\xbb\xfe\xfe\x2b\x8f\x47\xde\xfb\xd9\xf4\x57\xdc\xfe\xe1\xbe\x3e\xbb\xae\xa9\xe4\xc0\xd8\x8b\x67\x37\xae\xb6\x5f\xc4\xbd\xc0\xca\x1b\x9b\x74\x34\x64\x5e\x80\xe4\x8d\x4d\xe6\x19\x24\x2f\x40\xf2\xc6\xae\x7a\x09\x24\x2f\x40\xf2\xc6\xfe\x73\x4f\x3a\xfa\x2c\xe5\x1c\xbb\xc9\xfb\x30\x28\x91\xf3\xc6\xae\x2e\xe3\xe1\xe8\x22\xe7\x8d\xdd\x46\x8d\x9c\x17\x58\x79\x63\x37\x79\x41\xf2\x02\x0f\x6f\xec\xe6\xe9\x43\x08\x1f\x42\xb8\x2f\x74\x4f\x3c\x22\x7e\x58\x79\x63\x97\x79\x86\xcc\x8b\x27\xf5\xd3\xe4\x7d\x48\xe6\xb3\xcc\xc4\xb1\xcb\x83\x3d\xcc\x44\x38\xbd\xb1\xfb\x9c\xe8\x11\x1b\x84\xd3\x1b\xbb\xed\x17\x4e\x2f\x00\xf4\x06\x86\x72\x3c\xc2\x80\x0f\x1d\xdd\x55\x70\xe0\xe8\x05\x80\xde\xd8\xcd\xfd\x87\x9f\xfc\x74\xad\x0b\x2d\x82\xeb\xc5\xb3\xdc\xe5\xb1\x9b\xfb\x8f\xc2\x44\x8c\xbd\x01\xc1\x1c\x18\x7b\xf1\x74\x0d\xb1\x71\x31\xf6\x02\x4e\x6f\xec\xdc\x42\x38\xbd\x78\x96\xc6\x8e\xaf\x9a\x1a\x4e\x2f\x00\xf4\xc6\x2e\x98\x8f\xa3\x17\x0f\x71\xdd\x85\x42\x1e\x79\xef\x67\xe8\x12\xb7\x10\x32\x2f\x9e\x61\x40\x84\x42\x90\xf3\x02\x39\x6f\xec\xe2\xf6\xc8\x79\x81\x95\x37\xf6\x6f\xe9\x70\xb3\xb1\xf2\xc6\xae\xb0\xff\x21\x99\xcf\xe9\x9e\xbe\xb8\x05\xc9\x0b\x3c\xbc\xb1\x4b\x9f\x3d\x24\x13\x0f\x6f\xec\x02\x86\x0f\x43\xf2\x21\x99\x18\xca\x81\x87\x17\x78\x78\x63\xbf\xbf\x33\x3d\x26\x1d\xdd\x25\xc5\x1e\x3a\xfa\x50\x47\xb4\xe5\x78\x44\xe5\x10\xf0\xc6\xce\x1e\xc1\xbc\x0b\xb0\xbb\xb1\x2b\x7e\xc2\xbc\x0b\x94\xbb\xf1\x15\x63\xc3\xdb\xc5\x33\xdd\xd3\x26\xf0\xf8\x9c\xe4\x21\x99\xbb\xaf\x90\x1e\x76\x28\xd8\xdd\x38\xbe\xc5\xa5\x84\xf1\x59\x7a\x38\x8e\x9f\xcb\x09\x21\xf4\xdd\x38\x36\xfd\x54\x0d\x04\x72\x37\x8e\x6f\x1d\x71\xb3\x9f\x25\x92\xe3\x90\xea\x7a\x9e\xef\x9e\x6b\x6d\xa2\x2d\x07\xd6\x5d\x80\xdc\x8d\xaf\x32\x1b\xeb\x2e\x9e\x95\xaa\x1e\x87\x54\xd7\xf3\x6a\xfd\xd5\x3a\xc3\x07\x00\x2f\x9e\x57\xeb\xac\x60\x1c\xbc\x78\x96\x72\x8e\x83\xe1\x03\x79\x17\x2f\xc9\xfc\x6a\xb8\x5f\x92\xf9\xae\x84\xcb\x38\xd8\x38\x2f\x2f\x1d\xf9\x6e\x40\x30\x07\x00\x5e\x20\xdf\x8d\xaf\xb0\x1b\x00\x2f\x90\xef\xc6\xc1\x1a\x02\xc0\x8b\x77\x99\xa3\xe3\xb0\xb8\x5e\xb9\x95\x77\x73\x4f\x7b\xc8\x4b\x2a\xdf\x15\xe9\x1b\x87\x38\x23\x2a\x5e\xbc\xa4\xf2\x10\x49\x41\xc5\x0b\x38\xbc\x71\xf0\x15\x5f\x5e\xfa\xbb\xfc\xf2\x71\x88\x8b\x81\xe3\x05\x38\xde\x38\x54\x85\x80\xe3\xc5\x4b\x69\x61\x9d\xe3\x65\xb1\xbe\x87\x01\x29\xcf\x4e\x7e\x81\xf3\xc6\x57\x56\xfe\x72\xdd\x11\xf3\xc6\x21\x53\xf6\x4a\x58\xbf\xec\xd0\xaf\x82\xfc\x65\x87\xbe\xec\xd0\xc3\x16\x04\x95\x17\x18\x79\xe3\x50\x59\xf8\x12\xd5\x97\xc9\x79\xd8\x82\x10\xf3\xe2\x4d\x8f\x89\xef\xf0\x4a\x58\xbf\x44\xf5\x10\x5e\x79\x89\xea\x9b\x1e\xd3\xa7\x34\x30\x7a\x01\xa3\x37\x0e\x75\xb7\x30\x7a\x01\x9c\x37\xf0\x98\xe3\xe5\x7b\xbf\xcd\x3b\x52\x56\x0e\xa3\x17\xc0\x79\xe3\xb0\x49\xbd\xa4\x12\x1c\x6f\x1c\x6c\xb1\x57\xa0\xf0\x65\x33\x7e\xc5\xe2\x2f\x59\x7b\x97\x66\x8d\x90\xea\x7a\x55\x51\x23\xdf\x8d\x50\x27\xf8\xb2\x04\x71\xf0\x46\x08\x9a\xe0\xe0\xc5\xbb\x84\x6c\x04\x63\xea\x1d\x9e\x9d\x79\xf8\x15\x8b\xbf\xcc\x43\x8c\xbc\x11\xf0\x25\x50\x79\xf1\xb2\x04\xbf\x0a\x72\xa8\xbc\x78\x97\x90\x8d\x50\x33\xf5\xb2\x04\x81\xf3\xc6\x57\x2c\x8e\x9f\x17\x88\x79\x23\x6c\x52\x2f\xa7\xf9\x5d\x89\x88\x11\x7c\x44\xfc\xbc\x78\x69\x5d\xf0\x15\xf0\xf3\xe2\xbd\x3c\xbb\xf0\xca\x2b\xa4\x08\x87\x37\x22\xff\x3e\x42\x01\x99\x17\x58\x79\x23\xe4\x93\x41\xf2\x02\x0f\x6f\xc4\xb7\x74\xc8\x1b\x2c\xde\x40\x70\x8e\x97\xbc\xbd\xe4\x2d\xa4\x8e\xd1\xf1\xe2\x5d\x86\xe1\x08\x86\xda\xab\x04\x07\x16\x6f\x04\x43\xed\xe5\x3c\xbf\xec\xbc\x20\xc3\x2f\x81\x79\x09\x4c\x8a\x48\x63\xde\x05\xca\xdd\xc8\x15\xd8\xcc\xdf\x12\x98\xfc\x11\x18\x80\xdd\xc4\xbc\xcb\xdf\x0a\x03\x8e\x5c\xe9\xe8\xfc\x2d\x9b\x2c\x7f\xcb\x25\x1e\xca\x77\x13\xde\x2e\x7f\xcb\xfb\x1d\xb9\xd6\x53\x02\xda\xe5\x6f\xf9\xbb\x03\x60\x37\x01\xed\xf2\xb7\xb9\x7c\xd5\x7a\x24\x92\x5d\xfe\x96\xa4\x8c\x5c\xce\x73\x02\xda\x25\xa0\xdd\xc8\x4b\xeb\xcb\x32\x4b\x08\xbb\x91\x6b\x3d\xe5\x6f\xd7\xd0\xae\xa1\x5b\xe7\x77\xfd\xdc\x35\xb4\x76\xb0\xfc\xed\x1a\xda\x35\xb4\x6a\x7a\xf3\xb7\x6b\xe8\xd0\xf9\xa9\xa1\xc3\x3d\x69\x09\x14\x6f\xfe\x96\x96\x24\xca\xdd\xc8\x47\x3f\x0f\x0d\x2d\x8b\x6e\x28\xf4\xcd\x5f\x18\xba\x15\xce\x1b\x2a\x5f\x13\x7c\x2e\xc1\xe7\x46\x5b\xf1\x91\x04\x9f\xcb\x1f\x81\x69\xbb\x86\x42\x97\x96\xa4\x8c\x76\xe8\x52\x6a\x9d\xd5\x86\x66\x9b\xbf\xd4\xfa\x92\x94\xd1\xd2\x13\xa5\xc7\x24\x30\x2a\x5f\xf3\xb7\x3c\xdc\xfc\x2d\xd7\x76\xe0\xde\xe6\xaf\xe9\x27\x9f\xb6\x35\x6f\x73\xc9\x4d\xfe\x18\x68\xad\x19\xba\xa6\xf3\xcd\x3d\xfb\x77\xb9\x7b\x76\x97\x77\x5d\xea\x5e\x31\xd5\x69\x43\x97\xba\xc7\x5c\x3a\x33\xda\x70\xcf\x72\x26\xd5\x69\xa7\x01\x19\x5e\x31\xbb\xa9\x2d\xf7\x35\x7f\xc3\xeb\x18\x2e\x5f\x15\xda\xf9\x1b\x06\x84\xdd\xd4\xa6\xc9\x30\x0c\xc8\xd0\xfa\x34\xf2\xcb\x1b\x4d\xd0\xb9\xd1\xbe\x57\x3c\x74\x9e\x31\xd5\xa6\x2e\x9d\x5a\x67\x4c\xb5\xc7\x5c\x3a\x0d\x08\xd5\x69\x8f\x7e\x9e\x06\xe4\x34\xf2\xaf\xd6\x4f\x23\x4f\x8a\xda\xeb\xf2\x65\x6f\xe5\x8f\x14\xb5\x55\x1e\x97\xbf\xcb\xc8\x2f\xeb\x6b\x20\xce\xe6\xef\xd2\x10\xb3\xab\xff\x3c\xe6\xe5\x89\x96\xa1\x35\xfa\xa6\xa1\x4b\x43\xeb\x5b\x91\xd1\xb7\xaf\x21\x4f\xb4\x1c\xd6\xd1\x37\x8f\xb9\x2c\xb3\xc4\xac\x1b\x4a\x57\xf3\x77\xbb\xfc\x76\xf9\x4e\x04\xee\xef\xf2\xd7\x41\x8f\x39\x75\x7e\xd5\xb9\x8c\xbe\x7b\xc5\x53\xe7\x97\x17\x3b\xfa\x61\x90\xa7\xb7\xb9\x34\x6b\xf4\x43\xe7\xa7\x91\x9f\x1a\x3a\xb4\x3e\x4d\xef\xc7\x3d\xc3\xac\x7b\x8c\xfc\xe3\xf2\x30\xc1\x1e\x97\xaf\x24\xc7\xe8\xe9\x31\x1f\x73\x69\x39\xac\xa3\xa7\xc7\x7c\xdc\x73\x65\x3e\x06\xb4\x6d\x62\xdd\xe5\x6f\x99\x64\xa3\x37\xfd\x7c\x0d\xc8\x32\xc9\x46\x6f\x56\xc7\x6b\xe4\x99\x5d\x7d\x45\x7c\x12\xc8\x2e\x31\xeb\x46\x5f\x96\x4b\x62\xd6\x25\x12\xdd\xe8\x2b\xca\x9d\x48\x74\xb9\x31\xa6\x94\xae\x26\x2e\x5d\x22\xd1\x8d\x4e\x2a\xb7\x65\x5a\xe5\xb6\x19\x64\x52\x89\x44\x97\xdb\xee\xf2\x65\xd7\xe7\x46\xeb\xb6\x5d\xe7\x97\x3d\x92\x60\x75\xb9\x31\xa6\xfa\xa9\x4b\xcb\x8a\x4a\x78\xba\xa1\x20\x35\xb7\x5d\x97\x0e\x9d\xbf\xb4\x4e\xd6\xe0\xe9\x86\x82\xd4\x84\xa7\xcb\xed\x70\x39\xfd\xdc\x96\xc1\x94\xdb\xe1\xc5\xdd\x1a\x5a\xae\x69\x62\xd6\x8d\x4e\x54\x31\xeb\x12\xa5\x6e\x28\x48\xcd\x8d\xd6\x6d\xe2\x77\x7d\x1a\x4f\x5a\x87\x59\x37\x3a\x51\xdd\xd2\xe5\xe9\xf2\x47\x97\x96\x9e\xe5\xc6\x1a\x52\x66\x9a\x68\x73\xb9\x2d\x25\x1a\x65\xce\xa3\xcd\xe5\x46\x97\x6a\x33\x9e\x74\x69\x5b\x5e\xe1\xa8\x4d\x3f\xbb\xf1\xe4\x23\xd6\x2a\x00\xc8\xad\x6b\x9d\x58\xd5\xae\xa1\xee\x9e\xcb\x2b\x1c\x78\xb7\xb9\x51\x30\xec\xb9\x81\x77\x9b\xdb\x0a\xc7\xe5\xc6\x47\xac\x43\xeb\xe5\xbd\x0b\xab\xd5\xe1\xf2\xd2\xa5\xe1\xf2\xf8\xdb\xaf\x3c\x72\x1b\xee\x4d\xf3\x2a\x8c\x16\xcd\xdb\x18\x55\x8a\x48\x73\x23\x6f\xe0\x73\xa3\xcc\xfd\x6d\xe8\xef\xb2\xad\x46\xa5\xcb\x4f\x13\x4d\x20\xae\x2c\x88\xed\xd4\x10\xcd\xab\x95\x29\x4d\x44\xba\xdc\x04\xe2\xca\x26\x80\x3a\x97\x70\x73\xa3\x4e\x8f\x4b\xb4\xb6\xcb\x99\x97\xd7\x72\x79\x57\x8c\xaa\xb2\x7b\x83\xcf\xe5\x76\xbb\xfc\x72\xcf\xdb\xe5\xec\xa6\xba\xdd\xf3\xf6\x44\x7c\xc5\xba\x75\x9e\x3e\x61\xd0\x0d\xf5\x97\xb9\xd1\xa7\x8d\x3e\xd5\xf4\xec\xf4\x69\x13\x73\x2b\x1b\x35\x22\x5d\x22\xd2\x0d\x3c\xd9\x84\xa2\xcb\x4d\x24\x4d\xa9\x65\x82\xcf\x25\xf8\xdc\x50\x55\x99\xdb\xe3\x89\xe8\x13\x20\x6c\x6e\xcf\x77\xf9\x74\xd0\xab\x7e\xf4\x73\x79\x87\x63\x7c\xf3\x94\x14\x61\xd0\x8d\xf1\xcd\x53\x52\xb4\x91\x22\x55\x95\x89\x4f\x97\xc0\x74\x03\x25\x36\xb7\x57\xeb\xc2\x6b\xe3\x9b\xbc\xef\xd7\xd0\xeb\xe0\xba\x27\x22\x5d\x62\xd0\x8d\x41\xc5\x77\xa6\xdc\xbe\x4a\x45\xc6\x60\x65\xec\xcb\x57\xcc\x7d\x59\x74\x63\x2c\xff\x33\xf7\x95\xdf\x4d\x44\xba\x31\x56\x09\x46\xee\xcb\x73\x4c\x60\xba\x31\x96\x31\x9d\xfb\xe6\x9e\x2b\xc9\x31\xc6\x8a\xf8\xe4\xce\xe8\xdb\x69\xde\x58\xc6\x74\xc2\xd4\xe5\xce\xbe\xc3\x93\x4d\x44\xba\xc4\xa0\x1b\xc3\xfc\x44\x9d\x4b\xb8\xb9\x31\xfa\x77\xa6\x2e\x91\x37\x20\xd8\xdc\x59\x6d\x20\x72\x63\xac\x0c\x79\xee\x94\x0c\x52\x6e\x0c\x26\xe7\x4e\xc9\x76\xe9\x89\x61\xd2\xee\x94\x6c\x5f\xc9\xdb\x31\x4e\xad\xaf\x20\x5b\xa2\xc6\x8d\x41\x32\x51\xe3\x12\x20\x6e\x0c\xf6\xc8\xbe\x4c\xab\xdc\x65\x0d\xf0\x59\x73\x67\x4c\xed\xcb\x15\x1b\xc3\xac\xdb\x9b\x33\xe5\x02\x06\x79\xdb\xbb\x67\x27\x30\xe3\x75\xcf\xae\xa1\x95\xcd\x1c\x27\x8b\x60\x5f\x21\xa9\xdc\x05\xf3\x4f\xb3\x6e\x67\x37\xed\x04\xe6\x64\x11\xec\xf5\x5d\xfe\x3a\xb8\x56\xdc\x3e\x34\xc4\xc6\x39\x37\xa3\x64\xbd\xef\x96\xf6\x49\xc9\xf6\xd3\x3d\x97\x01\x33\x4e\x4a\x86\xe2\x96\x3b\xcb\xe5\xfc\x5e\xf1\x65\x94\x88\xc0\x19\x26\xd8\xe5\xbd\x2f\x5b\x65\x9c\xa9\x4b\x97\xf7\x4e\x04\xce\xef\xbd\x13\x81\xfd\xd2\x4f\x62\xb5\xdf\xfa\x29\xf0\x7e\x36\x97\xdf\xfa\xb9\x04\x62\x9c\x36\xea\x9d\x32\xec\x94\xe1\x2c\x13\xec\x76\x4f\x81\xf7\x73\x98\xc9\xd3\xd0\x11\x81\xf3\x7b\xef\xd3\x9c\x27\x02\xe7\x65\x90\xa7\xcb\xa7\x2e\xd1\x25\xbc\xb7\x04\x7a\x1b\xe7\xed\x6d\x32\x52\x76\xca\x70\xde\xba\xf4\xb8\xa7\x28\xd2\x79\x7f\x97\xeb\x27\x7b\xe4\x9c\x5a\x27\x02\xbb\xf5\x7e\x3e\x5a\xb7\xde\xc1\xdc\x06\x46\x69\xee\xef\x77\xb9\x2e\x11\x2b\x30\xb7\x04\x73\x1b\x27\xb1\x02\x73\xcb\x83\x43\x76\xb2\x2e\x0f\x0e\xd9\x61\x15\x5f\xcb\x9f\xcf\xc3\x2a\x46\x78\x1b\xd7\x8a\x8b\xe5\xb1\x96\x6f\x1e\xbc\xb4\xcb\x5c\x42\x78\x4b\x4c\xb7\x71\x51\x30\x68\xb7\x3c\x38\x64\xd7\xfa\xee\x2f\xc1\xdc\xf2\xb0\x8a\xaf\xdd\xe5\x56\x31\xa6\xdb\xb8\xd6\x37\x50\x79\xac\xe5\x9b\x87\x90\xcd\xc5\x66\x44\x71\xcb\x83\x9b\x75\xad\xef\x2c\xf2\x58\xfe\x55\x1e\x3c\x2a\xb5\x72\x79\x58\xc5\x98\x6e\xe3\x5a\x01\xe2\x3c\xd6\x9a\x4e\x4c\xb7\x71\xd9\x0d\xc1\xdc\xf2\x10\xf2\xbe\x52\x3f\x53\x97\x58\x19\x57\xd7\xcf\x15\x96\x49\xa8\xb5\xa1\x02\x2e\x0f\xce\x13\x9c\xda\x50\x01\x97\x38\x6a\x79\x58\xc5\x17\xff\xf8\xe8\x9e\x7d\x45\x94\xc7\x35\x3c\x11\xef\x07\x40\x6d\x5c\x43\xeb\x5d\x43\xcc\x84\x6b\xa5\x3c\xf2\x60\x26\x1c\xf6\xf7\x8b\x04\x41\x9f\x25\xca\xd9\x00\x04\xcd\xc3\x56\x8e\x72\x36\xae\xdb\x3d\x4f\x67\x8a\xf0\x5e\xf3\xef\x0d\x8a\x83\x73\x02\x7a\x36\x80\x41\x13\xfb\x2c\x41\xcf\xc6\xf5\x18\x03\xce\x09\x04\xda\xb8\x1e\x73\xea\xd2\xa0\x25\x7e\xad\x7c\x72\x42\xa0\x25\xbe\xd9\xb8\xbe\x29\x69\xe1\x1e\xb6\xf4\xfb\x67\xb0\x2d\xdc\x83\xcb\x71\xf3\x6d\x60\xce\xf2\xb0\xa5\xdf\xf6\x4f\xb4\xb3\x3c\x04\x75\xef\x6f\xf6\x59\xa3\x87\xe4\xd8\xbd\x6b\xdd\x1a\x3d\xac\xd1\x7b\x55\x53\x27\xda\x59\x1e\xf2\x60\xf7\x37\xfb\x1e\xab\x44\x7c\xe4\x66\xd2\x1d\x76\xef\xc3\xee\x7d\x1f\x1e\xd3\xee\x0d\x81\x36\x6e\x1e\xcb\x61\xa3\x3e\x2c\xdc\x9b\x10\xe2\xa2\xe5\x61\x4f\x56\x83\x98\x10\x68\x19\xd6\xe8\xcd\xcd\x86\x40\x4b\xb4\xb3\x71\x93\x37\xb4\xb3\x04\x36\x1b\x37\xb3\x2b\xd6\x16\x9b\x50\x66\xe3\x5e\xb1\xa1\x0c\x2b\x0f\xd8\x6c\xdc\x5c\x0e\x44\xb3\x0c\x3e\x83\x22\xc2\xc4\x2e\x4b\xec\xb2\x71\x97\xd6\xd7\x6e\x9a\xd8\x65\xe3\x5e\x15\x66\x09\x5a\x96\xc1\x3d\xb8\x79\x02\x30\x65\x19\x96\xe3\x7d\xeb\x92\xa8\x07\x5a\xd9\xb8\x05\x4d\x42\xd4\x23\xac\x51\xa0\xcd\x44\x32\xcb\x10\x6b\xbd\x1f\x8f\x79\xe8\xbc\xed\xf7\xb6\x2b\x86\xed\x37\x42\xe7\x05\x4d\x50\xce\x12\xe5\x6c\xdc\x8f\x7b\x2e\x5f\x23\x51\xce\xc6\xfd\x78\xf6\xd0\x90\xd5\x7c\x73\x0f\x60\xca\x32\x24\x9b\xa6\x09\x16\x16\x6e\xf0\x19\xe6\xa6\x21\x7b\x72\x58\xcd\x93\x68\x85\x3d\x19\x6e\x6c\xcc\x95\xe6\xcd\x58\xce\x42\x86\xa4\xfd\x64\x61\xe1\x8c\x65\xf0\x04\xa6\xfd\x13\x36\x2c\x43\x58\x75\x9a\x4b\x61\x89\x87\xdd\x7b\xb2\x9b\x20\xc5\x12\x2f\x6c\xcc\x30\x20\xc3\x99\x6b\xa5\x8f\xc9\xd1\x05\x0a\x4b\xa0\xb0\x31\xd3\x3b\x62\xc2\x03\x85\x8d\xb9\x78\x53\x89\x10\x96\x41\x0c\x26\x6b\x3d\x4e\x03\x62\x4b\x9f\x34\x2f\x4e\xcf\xbe\x36\xdc\x31\xbb\xd6\x6f\x23\x6f\xc1\x02\x6d\x66\x58\xb0\x61\x53\xc5\xd4\xcc\x60\x6e\x23\x76\x8d\x49\xde\x80\xbb\x32\x2c\xd8\xc9\xec\x0a\x0b\x36\xac\xcd\x79\xba\xa7\xb5\x19\x8f\x67\xe7\xa9\xc6\xe3\xd9\x25\x5c\x80\x36\x13\xe2\x2b\x41\xbd\xc6\xb4\x27\xc7\x6b\x75\xf0\xd2\x81\x36\x33\xad\xb8\xfc\x69\x68\x7e\x07\x0f\x07\x75\x69\xf1\xa6\x12\xa3\x2b\x71\xb8\xc6\xb4\xd3\x26\x8b\x15\x95\x6b\x28\x37\xcc\xb4\x01\xa6\x65\x38\xc5\x71\x92\x19\x8b\xb5\x35\xe6\xeb\x9e\x42\x8a\x29\x7a\xa8\xdc\x30\x73\xad\xaa\x4c\x89\xe0\xc7\xac\xc3\xd3\xca\x94\xde\x55\x05\x98\xd0\x59\x99\xcb\x87\x1e\x8f\x6d\x2d\xd7\x64\xcf\x14\x28\x84\xa5\xcc\x64\x87\x02\x69\x8d\x87\x32\xe0\x69\x25\x82\xd6\x78\xba\x86\xec\x75\x08\x5a\xe3\x29\x4f\xb4\xc2\x86\x99\xf6\x3a\xb0\xc9\x4c\x7b\x5d\x0a\x14\x3e\xe4\x02\x64\x2b\x61\xb5\xc6\xb3\xaa\x57\x32\x9b\x27\x92\x89\x78\x4c\x86\x6c\x46\x49\xd2\xf6\x59\x1f\xd7\x66\x5a\x5c\x58\x5b\xe3\x39\xb5\xce\xf7\x4e\xbe\xb7\xa2\xbc\x04\xe0\xca\xb4\xb8\x1e\x33\x24\x2d\x2e\x1c\xae\xa1\x28\x2f\xe1\xb8\x12\x87\x6b\x3c\x97\xc7\x5c\x5f\xc2\x65\xb2\x97\x9f\x4b\xe7\x4b\x43\xe2\x8c\xcf\x65\xe8\x4a\x3f\xe5\x67\x9f\x6f\xda\x94\xb7\x29\xf8\xf8\x08\x29\x26\x23\x3a\x19\xd1\xcf\xf4\x3a\x18\xd1\x88\x5d\xe3\xf9\x26\x18\xef\x3c\xe5\x41\x1e\xf6\x1d\x7e\x57\xa6\x3c\xc8\x43\xeb\xd0\xbc\x12\xc6\x6b\x3c\xa2\x87\x68\x5e\x09\xe3\x35\x9e\x6f\xd6\x59\xda\xf8\x5d\xe3\xb1\x99\x02\x77\x65\x5a\xc5\xaf\xcd\x34\xed\xda\xa8\x5c\xe3\x5d\xf5\xac\x99\x6c\x70\xc8\xad\xf1\x32\xf6\x53\xa0\x30\xe5\x67\x5f\x91\xe8\xbc\x9d\xc9\xb2\x7e\x77\x93\xf6\x36\x4a\x36\xe8\x55\xa9\xf7\x37\x06\x45\xda\xa8\x41\xb3\xc6\x6b\xab\xcc\x69\x0c\x58\xd8\xaf\xe0\x5e\x0a\x03\x62\x67\x8d\x37\xcc\x29\x61\x40\x5c\xac\xa1\xe4\x2e\x93\xef\x0d\x8f\x35\xde\xf4\x10\x76\x6f\x78\xac\xf1\xa6\xfe\x72\xc8\x73\xa5\x6b\xc7\xdb\x4c\xc9\xe5\x9e\x67\x0a\x18\xbe\xcd\x44\xb3\xa5\xa7\x3c\xed\x4b\x1d\xf3\xd5\x90\x94\xec\x4b\x08\x61\xb5\x12\x2c\x6b\xbc\x8c\xbf\x7c\xbf\xcb\xd7\xa4\x78\x57\x7a\x3f\x11\xb4\xb2\x51\x9d\x77\x55\xc6\x64\x5b\x4e\x77\x36\x01\xc3\x77\x7c\x67\xa6\x83\xdd\xc1\xe6\x60\x39\xa8\xf3\xe2\xe1\x8d\xef\xdd\x56\xfd\xf4\x78\x85\x01\xdb\xa6\xa1\x65\xb5\xbf\x27\x81\x41\xde\x4a\xc8\xad\xf7\x5c\xd9\xec\x6c\x44\xab\xad\x08\xe3\x7b\x0a\x1c\xb4\xcd\x3d\x97\x76\xbd\xe7\xfe\x9d\x79\x3b\xf8\x38\xb8\x46\xa9\xd9\xfc\xe1\xb1\xc6\x6b\x91\x35\xfa\x04\x6c\xb5\x7f\x2b\xaf\x11\x98\x96\xdf\x27\xa5\xbb\x83\x9e\x28\xbf\x4f\x4a\xd7\xdb\x6c\xab\x2a\x24\xf1\xa6\x56\x55\xec\x3a\xe8\x72\x29\xcb\xf9\x75\x7e\x6d\xc6\x09\x70\xf4\xfb\xd9\x93\xdb\x34\x9e\x6b\xe4\x7f\x3f\x46\x1f\x1c\x50\xf6\xdd\x41\x71\x31\x04\x98\xec\xfe\x4d\xcc\xff\xf9\x67\x17\xc7\xeb\xfe\x11\x5f\x65\x61\x42\xbf\x64\xf7\x77\x60\x3f\x01\x0e\xe8\x97\x04\x7b\x39\x36\x36\x63\x5f\xe6\x7a\xf6\x65\x8b\x1f\x1b\x25\xeb\x16\x2e\x68\xcb\xae\x9e\x39\xb1\x5b\xb2\xaf\x85\xbb\x3f\x9e\x1d\x9e\x25\x71\x59\xf6\x4f\x5c\xbb\xd5\xdc\xd7\x2e\xbc\x3f\xdc\x57\x24\x96\x84\x60\xd9\x3f\x1d\xed\x96\x38\xa2\xca\xfe\xd8\x69\x11\x55\xb2\x5f\x2e\x3f\xbf\x33\x5d\xbe\xb6\xf4\xfd\x91\x46\x81\x59\x49\x60\x95\xfd\xe1\x5d\x74\xeb\xbe\xaf\x75\xbf\x3f\x42\x75\xdd\xba\xef\x2b\x7f\xb9\x3f\x97\x7b\x2e\x53\x20\xfb\x72\x97\xf7\x67\x95\x1b\x66\x17\xe1\xc7\x34\xd9\x1f\x7e\x08\xa6\x49\x82\x68\x1c\x41\x9f\x40\x34\xb2\x96\xec\x1f\xb1\x6a\x13\x12\x6b\x22\x7d\xa8\x7f\xc4\x4a\x47\xa6\x0f\xf5\xd3\x57\xc3\x47\xae\xbf\x06\xc8\x61\x90\x7d\x75\x7a\xa4\x69\xe3\xab\xd3\x3c\xfd\x7f\x7c\x13\x1f\x39\x19\xd1\xa7\xbf\x4f\x6e\x3f\x67\x5a\x08\x3e\xa1\x3a\x10\x6a\xd2\x27\x54\xe9\x4b\x87\x03\x01\x24\xfd\x97\x7d\xaa\xfa\x3d\xca\x41\xff\x04\x9d\xdf\xff\x34\x8f\xef\xa0\x15\x37\xfd\xed\xe7\x17\xbf\x9b\x2b\x07\x9f\xd3\x9f\xa6\x8d\x55\x12\x9a\x6a\x02\x53\xc1\xdf\x31\xd8\xcb\x0a\xfe\x52\x25\xdc\xe1\x6f\x7a\x52\x25\x5c\xaa\x7d\x3a\x4e\x0e\xb9\x7f\x14\xcd\xc7\x99\xa7\x51\x7a\x9d\xe9\x2f\xfe\x8e\x8b\x6d\xeb\x2f\xfe\x52\x26\xf7\xb8\xd6\x42\x68\xfe\xaf\xac\xfd\x56\xe4\x7c\xfd\xd9\xfe\x5f\x07\xd7\xfa\x6b\xd2\x36\x87\x7f\x14\x68\xbf\x55\x5e\xd3\xfc\x77\xcf\x01\x8b\xdf\xa4\x3c\x9a\x90\xe2\x31\x97\xda\x34\x21\xc5\x26\x18\x71\xb0\x71\x9a\x60\x44\x03\x80\x5e\xff\xb1\xf8\xc7\x9f\x8d\xf7\xd3\xe2\xfb\xef\xad\xef\xe0\x32\x67\x5a\xac\x33\xd7\x3f\x6a\xfd\xf1\x67\x63\xb5\xb5\xfc\xfe\xc6\x66\x79\x7e\x2d\x57\x45\x45\xa3\xb4\xeb\x7f\x68\xfe\xf8\xb3\x51\xda\x46\x04\x62\x5f\xaf\xb8\x11\x81\xf6\x21\xb7\x8e\xef\xe0\x2a\x2a\x69\x16\x6c\x1c\x6b\x69\x37\xb0\xa5\x66\x89\x2e\xfe\xf7\x5f\x07\x4f\x97\xfb\xdc\xfb\x58\x61\xa0\xd6\x97\xc1\xdb\x4c\xef\x38\x96\x7f\xdc\x4a\x43\x18\x1c\x11\x4b\xac\x1a\x06\x47\x33\x93\x03\xfa\xac\x99\xc9\xcd\xa4\x0d\x7f\xfa\xdb\x4c\xda\x76\xaa\x42\x69\xdf\xc1\xe5\x4a\xb5\xf3\xff\xa1\x00\xff\x3a\xb8\xac\xbd\x66\xd2\x2e\x50\xdf\x1f\x7f\x36\x93\xb6\x7d\x9f\xea\xf5\x65\x48\x36\x5f\xec\xb5\xeb\xe3\x9a\x2d\x4f\xa5\xf9\x62\xaf\x5d\x94\x16\x77\xa6\x5d\xcb\x6a\x6b\xdf\x57\x64\x72\x55\xed\xea\x0e\xbe\x1f\xf4\x6a\x3d\xa6\x85\xd0\x2c\x84\xa8\x65\x3b\x34\x0b\xa1\x4d\x68\xc5\xf1\x1d\x5c\x79\xa5\xa6\x60\x3a\x7c\x61\xdf\x14\x4c\xb7\xf9\x51\x17\x56\x39\x4f\x53\x3e\xdd\xe6\x07\x58\xe8\xcf\xff\x30\x28\xc6\xff\xb0\x27\x9a\xff\xe5\x6e\x5f\x51\xb4\xef\xdf\x9b\xda\xe8\x36\xfb\x87\x15\xb8\x1d\xd4\x09\xc5\x28\x63\x49\x73\xf3\xe7\xd9\xcd\x1a\x0b\x1f\x9b\x37\x6b\xac\x59\x4e\x71\xee\x7f\x49\x73\xb3\x9c\x9a\x95\xb3\x3e\x45\xfc\xe3\xcf\x6e\xe5\xf4\xdf\xf7\x0d\xcd\x77\x10\x1e\x5b\x4e\x3b\xee\x65\x10\xf4\x9f\x3f\xe8\xfd\x3d\xdf\x17\x1c\xb1\x0e\xa2\xab\x5b\x4e\xab\x92\xff\x8f\x3f\xbb\xe5\xd4\xb7\xaf\xa2\x7b\x7d\x23\xd4\xe5\x95\xfa\xf7\x2f\x46\x73\x49\x73\xdf\xfc\x2d\x9b\x85\x77\xfe\x96\x8c\x76\x0b\xaf\xef\xdf\x41\xad\x5b\x78\xdd\xc2\x3b\x37\x07\x2d\xbc\x6e\x8d\x9d\xbb\x83\xd6\x58\xb7\x9c\xce\xc3\x41\xcb\xa9\xb3\x20\xce\xf8\x0e\xfa\x83\x07\x70\xca\x33\xc6\xff\xb0\xfd\x9e\xff\x98\xf7\xbf\x9f\xff\xfc\xe3\xff\xff\x5f\xe7\x3f\xff\xf7\xf9\xef\xcf\x3f\xee\xff\xfe\xd7\xbf\x9e\xff\xf8\xaf\xf9\x6f\xf7\x7f\xfd\xe3\xff\xfb\xeb\xe8\x3f\xe6\xf3\xfe\xdb\x7f\x3c\xff\x7a\xfe\xcf\x7f\xfe\xf7\xbf\xee\xe7\x1f\xff\xfc\xcf\x7f\xfe\x75\xd5\xfa\xfd\xdf\x00\x00\x00\xff\xff\xe7\xdc\x37\x17\xd8\x80\x03\x00"); -func _cafc ()(*asset ,error ){_debf ,_ddgb :=_bgac ();if _ddgb !=nil {return nil ,_ddgb ;};_cfad :=bindataFileInfo {_b :"Adobe-KR-3",_ffe :1293,_ag :_ed .FileMode (436),_ac :_c .Unix (1580491421,0)};_gdee :=&asset {_abe :_debf ,_ece :_cfad };return _gdee ,nil ; -};func _beab ()([]byte ,error ){return _g (_geef ,"UniCNS-UTF32-V")};func _efba ()(*asset ,error ){_fdafe ,_gdeb :=_daab ();if _gdeb !=nil {return nil ,_gdeb ;};_cafg :=bindataFileInfo {_b :"UniGB-UTF8-V",_ffe :780,_ag :_ed .FileMode (436),_ac :_c .Unix (1580492788,0)}; -_bfdf :=&asset {_abe :_fdafe ,_ece :_cafg };return _bfdf ,nil ;};var _gaggc =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\xbd\x4f\xcf\x2d\x39\x72\xe6\xb7\xaf\x4f\xf1\x2e\xc7\x8b\x71\x9f\xe4\x7f\x02\x85\x0b\x68\x24\xcd\xb8\x17\x9a\x31\xac\x91\x6d\xc0\xf0\xe2\x24\x83\x14\x0a\x70\x57\x15\xaa\xab\x17\xfa\xf6\x46\xfe\x7e\xa7\x65\x43\x36\x70\xb5\xe8\x7e\xea\xc6\x9b\x99\x87\xc9\x8c\x08\x06\x19\x0f\x83\x7f\xf8\xdb\x3f\xfe\xdd\x1f\x7f\xfe\xe9\xf7\xaf\x3f\xfc\xcf\xbf\xfd\xb2\xfe\x71\xff\xfe\x75\x7e\xfa\x39\x7e\xdb\x7f\xfe\xe5\x2f\xbf\xad\xfd\x75\xef\x7f\xfe\xe9\xe7\x1f\x7e\xb8\xd2\x57\xfc\xb4\x7e\xff\xeb\x3f\x81\xf5\xa7\xf7\xaf\x3f\xfc\xf0\xdc\xff\x8f\xff\xf2\xe7\xdf\xf7\x9f\xfe\xf8\xf3\xf9\xe5\x2b\x7b\x5d\xfc\xe5\xd7\xcf\xb5\x5f\x5f\x7f\xf8\x5f\xf6\x3f\xff\xf4\xe7\xdf\x7f\xfb\x97\xaf\xff\xf0\x37\xf1\xcb\xbd\xff\x87\xaf\xd8\xe7\x91\xff\xb7\xdf\x62\xff\xf6\xd3\xcf\xff\xfc\xf5\x1f\xfe\xcb\x7f\xba\xfe\x55\xfa\x8f\x7f\xf9\xf5\xd7\xff\x6b\xff\x69\xff\xfc\xfb\xd7\x85\x6c\xff\x1c\xe0\x0f\x7f\xf8\xdb\x7f\x78\xff\xfa\x5f\xdf\x7f\xda\x5f\x7f\xf8\x2f\xff\xe9\xbf\xff\xc7\xbf\xff\xa7\xbf\xfd\x8f\xff\x13\x7f\xe1\x0f\xff\xeb\xfe\xed\xcf\x3f\xfd\xf2\xf3\xd7\xf5\xfa\x1f\x5f\xaf\xf6\xff\xc8\xff\xfb\xbf\xfc\xba\x3f\x4f\xfa\xe1\x0f\xff\xf4\xc7\xbf\xfb\x6f\xe7\xfc\x79\xff\xfe\x55\xc6\xcb\x6b\xfe\xf7\x7f\xfa\xe3\xdf\x7d\xfd\x1f\xd7\xd7\xf5\xfa\x4a\x35\xf7\xd7\xff\xf9\xb9\xf4\x7f\xfb\x87\x5f\x62\x7f\x79\xd1\x0f\xc9\xb7\x59\xbf\xc4\xfe\xf3\xaf\xef\xb5\x7f\x7b\xff\xfc\xcf\xfb\x87\xaf\xaf\x1f\x5f\xaf\x6f\x5f\x5f\x5f\x3f\x8e\xd7\xb7\xe7\x5f\x7f\x73\xfd\xcd\xf5\xed\xeb\xc7\xff\xfc\xf7\xff\xf9\xef\xbf\x3d\xed\xfe\x37\xd7\xff\x70\xf9\x98\x9f\x7f\xf9\x3d\xf6\x51\xc6\x13\x7e\xbc\xce\xb7\xaf\xde\xaf\xf6\xdc\xf4\xff\xfe\xeb\x0f\xd7\xeb\xf5\xf9\xe9\x9f\xe2\x73\x43\x7a\x6e\x78\xfe\x8f\x1b\x7e\x4c\xcf\x2f\xf6\xfd\xed\x6b\x5c\xe5\x87\x1f\xdf\xd7\xfb\xf9\xf7\xfb\x3a\xfb\xdb\xd7\x6c\x3f\xfc\xf8\x4e\x37\x82\xb4\xd3\xb7\xaf\x6b\xbe\x1e\xc9\xae\x4a\xf6\xb7\xaf\x54\x90\x1c\xaf\x39\xeb\xdb\x57\xaa\x8f\x24\xfb\x98\xfc\x3c\x26\xb5\xf4\xc3\x8f\xef\xa2\xa4\x9c\xfc\xed\x2b\xd7\xe7\xc9\x55\x49\x3d\xed\xdb\x57\xc9\xf3\x87\x1f\xdf\x4d\x49\xbb\xc7\xb7\xaf\x9a\xea\x23\x59\x4a\x4e\xfd\xf6\x55\xcb\x73\x4d\xf7\x9a\xfe\xfc\xa1\xbd\x9e\x27\xf7\x50\xf2\x34\xa2\xe5\xe7\xae\xe1\x35\x63\xbd\xbe\x7d\xb5\x36\x1e\xc9\xa2\xcd\x63\xbf\xbf\x7d\xf5\xd7\xd3\xc2\xf9\x2e\x8f\x64\xee\xa7\xeb\xf2\x73\xcd\xdb\xbb\xde\xe7\x5f\x3b\xe3\x56\x72\x3f\xcf\x99\xaf\xf1\xc3\x8f\xf7\x0b\xc9\xfd\x7a\xf7\x6f\x5f\xf3\x79\xf7\xfb\xf5\x1e\x4a\x06\x3d\xda\x11\x4d\x45\xf3\xb9\xc8\xdb\xde\x4a\xde\x5c\xa4\xe8\x56\xb4\xbe\x7d\xcd\xea\x93\x42\xc9\xe6\xa2\x89\xe8\x20\x7a\x3a\x64\xd6\xf2\x48\x6e\x9f\xfd\x40\xef\xe9\x42\xe4\xc3\xef\xf3\x7c\xb2\xfa\x48\x9e\x06\x7f\xa0\xf7\x94\x10\xd9\xf0\x48\xdf\xbe\x66\x47\x12\x59\x49\xe6\xa2\x8c\xa8\x28\x2a\xdf\xbe\xe6\xe4\xd9\x51\x95\x54\x2e\xa2\x05\xd1\x14\x3d\x6f\x37\xbd\xcd\x06\x04\x6f\x97\x68\x41\xf8\x76\x0f\xcc\xc9\xfb\xc6\x52\xb2\xb8\xa8\x21\xf2\x85\x77\xfe\xf6\x75\xbd\x5e\xf4\xc1\xb6\x05\x0f\xf4\x9e\xe8\xcd\x6d\x13\xf6\xcd\x55\x3c\x6b\xfb\xac\x1d\x5c\xa5\x68\x2b\xda\xcf\x55\x7e\x86\x6d\xe7\xf1\x85\x7b\xe6\xf1\xc7\x8e\x39\x89\xab\xe8\xe2\x63\x37\x1c\xba\x21\xf3\xd2\xc7\x46\x3c\x8a\x79\xbd\xec\x99\xd3\x15\x75\xae\xa2\xff\x8e\x1f\xfe\x81\xeb\x65\x53\x8f\x1f\xe7\xf0\x71\xb2\x37\xda\x37\x87\x76\xa5\xe7\x17\x35\xb1\xfb\x7a\x14\xf0\x7a\xe5\x82\xa8\x2a\x6a\xdc\xa8\xa8\x2b\xea\xcf\x55\xa8\xda\xa5\xaa\x5d\xaa\x5a\x6e\x88\xa6\xa2\x37\x57\x25\x44\xb7\xa2\x9b\xab\x3a\x22\xfa\xeb\x7a\x4c\xf9\x7a\x95\xe7\x03\x5d\x77\x52\x94\xb8\x6a\x20\xca\x8a\xf8\x1c\x95\x67\xdd\x45\x11\x9f\x3f\xd3\xfa\xbb\x29\xa2\x73\xaa\xcf\xb2\xa9\xea\x64\xb9\x10\xf1\xda\xd7\xa3\x81\xd7\xab\x72\xa3\x1a\x08\xf4\x5e\x78\xc7\x65\x23\xd6\x7c\xae\x6a\x34\x75\x7d\x6e\x44\x97\x6c\xea\xf2\x85\x16\x5d\xd8\x79\xed\xc5\xa7\xbd\x02\x05\x2f\x88\xc2\xc7\x07\xef\x38\x68\x7d\xf8\xf8\xe0\x1d\x31\xc4\x4b\xa5\xbf\x82\xbe\x1f\x34\x42\x15\xbf\x54\xf1\x42\x53\x55\xf1\x2b\xf8\xc5\x41\xbb\xc2\x5f\xdc\xb4\x1e\x7b\xbd\xb6\x8f\x57\x7d\x27\x37\xaa\xbe\x97\xea\x5b\x33\x22\x1f\xbf\x9f\xfe\xba\x5e\xb4\x6b\xdb\x5f\x9b\xef\x88\x59\x5f\xdb\xef\xf8\xc0\x75\xbd\x78\xa1\x6d\x4f\xe0\xb2\x7a\x55\x64\x4f\x3c\x7a\x7f\x5d\x98\xc2\xa5\xde\x03\xbd\x57\x9a\xaa\xde\x5f\x8f\xae\x5f\xd7\xc5\x2f\x1e\x3b\xe7\xd8\x7a\x6e\x3c\xb6\xfe\xd1\xfb\xeb\xba\xe8\x68\xf5\xfe\x52\xc9\xfd\x68\x2a\xf9\xf5\x78\xf6\xeb\xc2\xdd\x5c\x27\x14\x61\x7c\x8d\x77\x3c\x36\x02\x25\xbf\x30\x85\xa4\x92\xa7\x47\xb1\xaf\x0b\x13\x4d\xef\xa6\x88\xc7\xb7\x82\x68\x28\x7a\x6c\xfb\x7a\x7c\xf7\x9d\xd4\x55\xa0\xf7\xd6\x10\xf1\x8b\xe9\x51\xc6\xeb\xc2\x14\xd2\x5d\x15\xf1\xd1\xd0\x9c\xa4\x62\xa6\xc7\x57\x5e\x17\xdf\x31\xe9\x2c\x93\x8a\xd9\x68\x84\x8a\x99\x16\xed\xe2\x0b\xa5\xe5\x8d\x0b\xe3\x6b\xdc\xb8\xba\x22\x3a\xda\x46\x2c\xde\x31\x05\xad\xef\x2f\xc6\xe7\xbf\x0e\xaa\xff\x7f\xe3\xec\x9d\xc2\x97\x0b\x1e\x32\xf8\xa9\xf8\x3c\x84\xaf\x35\x78\x13\x15\x0b\xb8\x18\x60\xef\xb4\xf1\x52\x40\xef\xe3\x42\x64\x77\x3e\x70\x5d\x33\x21\x4a\x8a\x70\x5c\x43\x51\x51\xc4\x77\x98\x74\xa7\xca\x90\x74\x82\x28\x7c\xd2\x09\x26\x9c\x60\x7a\xd1\x77\x3a\x41\x06\xf0\xde\x07\x37\xfa\x99\x13\xdf\x34\xa5\xa7\x5d\x0e\xea\x77\x7e\x63\x4f\x3c\x3e\xbf\xb3\xa2\xcc\x55\x05\x51\x51\x44\x47\xcd\x8e\x68\x28\x1a\x5c\x35\x11\x4d\x45\xcf\xa7\x19\xaf\x0b\xd1\x5b\xd1\xd3\x5f\x29\x2b\xda\x8a\x36\x57\x25\x44\xbc\x50\x46\x19\x12\x4e\x30\xab\x0c\x40\x1f\xaf\x8c\xa8\x29\xe2\x17\x8b\x22\x7f\xf1\xf6\x17\x69\xaa\xca\x90\x6f\x7e\xb1\xd0\xd4\xdb\x5f\xbc\xfd\x45\xde\xf1\xf6\x17\x1f\xc7\x75\x25\xfc\x62\xd6\x71\x01\x7d\x60\xae\x79\xd9\x13\x8b\x9e\xa8\x8a\xec\x89\x07\xfa\xa0\xa3\xf3\xb2\xa9\xa8\x5f\xc2\x10\xb3\xea\x07\xf4\xf1\x52\xd4\x15\x3d\x56\x97\x1a\x7d\xbf\x42\x51\x70\x15\x5d\xa8\x46\x02\x57\x6a\x3e\xfe\xd3\xd4\xe7\x6b\x8f\x8b\x1b\x83\xaf\x9d\xf1\x8b\x09\xed\xce\xfa\x45\xa0\x8f\x8b\x8e\xd6\x2f\xe6\xa0\xbf\x88\x0f\x72\xd8\x5f\x41\x7f\x5d\x8a\xec\xaf\x07\xae\xd4\x7d\xd6\xad\xe8\xe6\x2a\x3a\xda\x91\x1e\xb8\xd2\xf0\xf1\xb6\x3e\x68\xfd\x45\xdf\x6b\x0a\x99\xb8\x32\x61\x1d\x79\xdb\x08\x34\x7a\xe0\x92\xb2\x1a\x0d\x5c\x69\xf0\x8b\x3a\xd4\xbc\xe9\xaf\x8b\x8e\xd6\xa1\x02\x57\xc2\x3a\xf2\x56\xe5\xf0\xb1\x83\x88\x2b\xeb\x63\xf3\xa6\xf5\x93\x46\xe8\x50\xf3\x13\x4f\xf4\x71\xf9\x78\x9b\x8a\x0d\xa5\xe9\x8d\xf6\x2a\x36\x34\x70\x82\x59\x1b\x02\xae\xac\xfa\xea\x63\x81\x3e\x08\xba\xb2\x3e\x16\xb8\xb2\x8a\xa9\xa5\x01\x7d\x24\x45\xbe\xe3\x13\x35\x5c\x59\x95\x33\x6a\xc8\x87\x5e\xd5\xac\x8e\xbd\x8a\x3d\x66\x3a\xda\x90\xfa\x2e\xd8\xe3\x20\xa4\x2a\xda\x63\x21\xb6\xc8\xbc\x76\x31\xb6\x28\xc4\x16\x23\x29\xea\x8a\x9e\x9e\xc8\x34\xb5\x18\x35\x00\x7d\x10\x2c\x15\x3d\x71\x79\xf3\x8b\x78\xf5\xa2\xf1\x01\x7d\x60\xa2\xe5\xa6\x27\xca\xcd\x3b\x7e\x44\x36\xe2\x46\xef\x09\x96\x8a\x26\x5a\x9e\x48\xe1\xca\x58\x6d\xb9\x87\x22\xbe\x10\x31\x4f\xd1\x44\xcb\xcd\x2f\xe2\xe8\x8b\xc6\x07\xf4\xc1\x08\x51\x8c\x6e\x0b\xf6\x98\xb1\xda\xa2\x3d\x16\xed\xd1\xc7\x6b\x8f\xe5\x31\xab\x2b\x33\x60\x17\xcd\x0a\xe8\x23\x7b\xa3\x8d\x20\x02\xc9\xd5\xc7\xbf\x15\xbd\xb9\x8a\xfe\x32\x02\x29\xd8\x63\xae\x8a\x42\x11\x1a\x4d\x64\x54\xb4\x47\xe0\xca\x8d\x9e\xd0\x1e\x8b\xf6\xe8\x0b\x69\x8f\x25\xe8\x2f\x86\xcf\xa2\xf1\x95\xa0\xbf\x88\x9f\x8a\x41\x49\x09\xda\xc5\xc8\x55\x34\x3e\xa0\x8f\xe2\x8d\xb6\xeb\x81\x2b\x77\xba\x50\xe3\x03\xfa\x28\x8a\x6c\xea\xa6\xf5\xc4\x4f\x65\x7f\x44\xb4\x9e\x28\xab\x18\x48\x00\x57\x26\xae\x2f\xea\x7d\x51\xef\x89\xb2\x8a\x7a\x5f\x0e\xdf\x91\x21\xa0\x18\x22\x00\x7d\xf8\x39\x8c\x83\xcb\xa3\xc5\x57\xc1\xd5\x96\x63\x53\xd5\x68\x62\xb1\xa2\x46\x17\x34\xba\xe0\x1e\x9d\x12\xde\xf5\xd1\xe8\xab\xe0\xbf\xaa\x1a\x0d\xf4\xc1\xb0\x5e\x1d\x61\x80\xab\x5c\xf9\xfb\x43\x71\xd5\x06\x2a\x91\xf3\xa8\x3e\x77\x2a\xba\x79\xc8\x40\xb4\x14\xd1\x77\xc4\x65\xd5\xd0\x03\xb8\x0a\x96\x52\x1d\x93\xaa\x36\x80\xca\x54\x6d\x00\xb8\x4a\x52\xe4\x9b\x38\x26\x11\x97\x55\xc7\x24\xe0\x2a\x58\x4a\x35\x72\x06\xfa\x68\x3c\x5e\xb3\xa8\x8f\x29\x5c\x85\x39\x44\x75\x98\xaa\x37\xed\x6a\x8a\x6c\x17\xe3\x48\x41\x49\xab\xe3\x48\x75\x1c\x21\x66\xa9\x2a\x7c\x5d\x7c\x87\xe2\x55\xb7\x22\xbe\x03\x83\x46\x5d\xbe\xf6\xa3\xa4\x57\x21\x24\xaa\x2a\x29\xd0\x07\xea\x57\x8d\xaf\x2b\x7a\x5b\xaa\x22\x3f\x0d\x33\xc8\xc1\xd0\x52\x9d\x41\x56\x7c\x7f\xc1\x06\xaa\xea\x57\x83\xfe\xea\xf4\xbd\x01\x4e\xc5\xf7\x97\xce\x2f\xea\xfb\xab\xbe\xff\x23\xf2\x59\x9b\x77\xec\x34\x75\xfb\x8e\x9b\xfe\x42\xe1\xab\x8e\xbe\xa2\xdd\x85\xd1\xa6\xaa\xdd\x55\xed\x46\xe1\xab\xda\x5d\x0f\xcf\x22\xa2\x67\xdd\xe1\x01\x9f\xa5\xc8\x67\x11\xed\x96\xa9\xc8\x67\x1d\x9f\xc5\x3b\x9e\xcf\xb3\x1e\xbd\xad\x78\x75\x17\x2e\xee\x46\x18\x54\x51\xf8\xa6\x92\xb6\x37\x0a\x40\xa8\xd7\x0c\x80\x81\xab\x32\x86\x37\x3d\x31\xd0\x07\x41\x5c\x33\x58\x02\xae\xca\xe8\xdc\xd4\xd5\x66\xb0\x34\xfc\xc5\xb7\xa2\x37\x57\x29\xba\x15\xf1\x69\x87\x8d\x58\x8a\x68\x2a\x23\x6a\xd3\x85\xb7\x9b\x4f\x4b\xa8\xd7\xd4\xd5\x86\x0b\xaf\x84\x7a\x4d\x17\x0e\xf4\x41\x7f\x35\xe7\x82\x0d\xf5\xad\x8c\x5c\x4d\xf5\x6d\xaa\xef\x18\x88\x6c\x3d\x2e\xbc\x26\x6f\xf4\x17\x99\xf8\x0d\xc6\xf0\xa6\xbf\x6e\x04\x4b\x15\x4f\xdc\x0c\x96\x9a\xc1\x12\x63\x78\x33\x58\x02\xae\x8a\xf7\x6c\x2a\x79\x53\xc9\xf1\x52\x4d\x25\x6f\x38\xe7\x5a\xbc\x31\x14\xf1\xd1\x18\xe9\x9b\xce\x19\xb8\x58\x49\xba\x9b\xce\xb9\xa9\xe4\xf8\xb2\xa6\x92\x37\x94\xbc\x12\xea\x35\x95\xbc\xe9\x9c\xd1\x89\xa6\x73\x06\xae\x4a\xa8\xd7\x9c\x31\x02\x7d\x30\x17\x6c\x61\xbb\x08\xa9\x2a\x06\xd3\x0c\xa9\x80\x3e\x59\xf0\x68\x7a\x75\xe0\xaa\x18\x4c\xd3\xab\x03\x7d\xbe\x14\xf9\x1d\x1f\xbb\xb9\x2a\x1e\xa0\x39\x23\x00\xfa\x24\x34\x6e\xce\x08\xda\xe6\x17\xb1\xc7\x66\xcc\x03\xf4\xa9\xae\x3a\xaf\x6c\xac\xa7\x54\xf4\xbe\xed\xcf\xe3\x17\x57\xd1\x5f\xda\x10\x70\x55\xd5\x57\x1b\x6a\x0c\x07\x93\x38\xa5\x39\x1c\x00\x57\x55\x31\x0d\x83\x80\x3e\xf1\xea\xcd\x30\x88\x45\xbc\xab\xaa\x72\x1a\x1f\xd0\x5d\x5a\x6b\x2e\xb1\x34\xd6\x53\x2a\x13\xa1\xe6\x38\x02\xf4\xa9\xc1\x18\x19\x01\x57\x55\x01\x1c\x5a\x1a\x93\x97\x79\x79\xa3\xad\xd7\x44\xe7\xf3\x85\x5c\x37\xbc\x3b\xe3\xc8\x24\x9c\xed\x9a\x68\xc7\x1e\x1b\x1d\xdd\xb5\x47\xa0\x4f\x0c\xa6\x6b\x8f\x1d\x1b\x6a\x2f\x45\x68\x4e\xc7\x86\x26\x21\x68\xd7\x86\x3a\x36\xd4\x88\x70\xbb\x36\x04\xf4\xc9\x08\xd3\xb5\xa1\xfe\x8c\x0a\x57\x63\x95\xaa\x3b\x2a\xf4\xdb\x5f\x9c\x88\xfc\x45\x26\x2f\x8d\x78\xb3\x1b\x19\x01\x7d\x7e\x44\xf4\x44\x5f\xfc\x22\xf6\xd8\x8d\x79\x3a\x36\x34\x19\xad\xba\x36\xd4\x17\xcf\x22\xca\xea\xcb\x67\x2d\x9f\xa5\xe8\xf3\xac\x9b\xab\x68\x84\xa3\x02\xd0\x27\x63\x5a\xd7\xac\x3a\x36\xd4\x8a\x8f\xb7\x27\x08\x70\x66\x6a\xdf\x1f\x8a\xbb\x43\x0b\x70\x35\x42\x0f\x17\x70\x85\x3e\xf1\x19\xdd\x29\x4a\x0f\x3e\x4d\x51\xe4\xa7\x79\xec\xa9\x4f\xe2\xd8\xae\x3d\x75\xe2\x9f\xc6\x80\xdd\xb5\x14\xa0\x4f\xe2\xd8\xee\x00\xd4\x59\xcd\x69\xd5\x1b\x6d\xb6\xc6\xc3\x50\xdc\x35\x1e\xe0\x6a\x98\x58\x77\x4c\x02\xfa\xb4\xef\x1c\x93\x3a\x63\x52\x63\xb1\xb5\x3b\x26\x75\x66\x1a\x33\x2b\xb2\x5d\xcc\x34\x1a\x43\x5e\x77\xa6\xd1\x19\x93\x26\x03\x76\xd7\x9e\x80\xab\x75\x6f\xfc\xb4\x8b\xee\x24\x12\xec\x9a\x58\x67\x9d\xa6\x61\xae\xdd\x09\x03\xd0\xa7\xdf\xe1\xf8\x99\x89\xcb\xda\x50\xa4\x16\x11\x97\x4d\xe2\xc5\xae\x3d\x75\xcc\xa2\x8d\x47\x6f\x5d\x2a\xbf\x87\x36\x80\xdb\x1d\xda\xc0\x78\x7b\x63\x41\xc4\x8d\x03\xed\x66\xfd\xfc\x1e\x6a\xf7\xb8\x6d\x04\xcf\x32\xc8\x1f\x84\x2e\x1d\x13\x1b\x2a\x29\xd0\x5d\x0b\x1f\xf7\xad\xe8\xe6\x2a\x45\x4b\x11\x1f\x0d\xe7\x3c\x0c\x70\x80\xab\x27\x7f\x71\x2b\xa2\x73\x08\xe2\x86\x53\x81\x81\x0d\xb8\x86\x3d\xb4\x01\xa0\x4f\x5c\xf8\x70\x68\x21\x07\x70\xb9\xa8\x3c\x1c\x47\x06\x53\x81\x59\xbd\x71\x28\x7a\x2c\xc5\x85\xe0\xa1\xa5\x0c\x2d\x85\x50\x6f\x68\x29\x03\x1b\x70\x89\x77\x68\x03\x43\x1b\x60\x38\x18\x2a\xf9\x60\x1c\x71\xdd\x74\x38\x8e\x0c\x46\x88\x49\x40\x38\xd4\xe8\xc1\x08\xe1\x2a\xe6\x50\xa3\x07\x41\xfe\x64\x38\x18\x0e\x07\x83\x65\x46\x57\x1e\x87\x5a\x08\xf4\x89\xae\x0e\x67\xc5\x03\xdf\xdf\x9b\x57\xf9\x2c\x7d\x3f\xeb\x6d\x43\xdf\x0f\x5c\x1d\xf5\x1d\xfb\xf3\x78\x46\x9b\x8f\xc8\xcf\xc1\xb4\xd5\xc5\xb5\xe1\xb4\x15\xe8\x93\xe0\x72\xa8\x85\xc0\xd5\x51\xdf\xa1\x16\x0e\xbd\xfa\xe7\x46\xdf\x11\xc5\xec\x9d\xaf\xad\x62\x0e\x15\x93\x61\x6a\xa8\x98\x03\xc5\x74\x5d\x6c\xaa\x98\x93\xf5\xef\x8e\xae\x4e\x3d\xf1\x54\x31\xbb\x57\x4d\x45\xa8\x09\x23\xfd\x34\x3e\x07\xfa\xec\x17\x22\xbe\xd0\x24\x3e\x1f\xa8\xef\xd4\x5f\x03\xdd\x84\xc8\x74\x49\x1c\xb8\x5c\x46\x9a\x2a\xf9\xd4\x85\x77\x45\x45\x51\xe1\xaa\x8a\xa8\x2a\xaa\x5c\x45\x23\xf4\xea\x13\x17\xee\xd2\xcf\xd4\x85\x4f\x4d\xa1\x7b\x23\x7d\x3f\x51\x4c\x97\x58\xa6\x8a\x09\xf4\x89\xb9\x4f\x03\x9c\x49\x14\xef\x62\xc0\x5c\x9f\x1b\xf9\x68\xf4\xea\xd4\x5f\x4f\xa2\xf8\xc1\x1a\xdb\x54\x0b\x81\x3e\xbb\x22\x5f\xfb\xd1\xbc\xcb\x49\xf7\x74\x99\x72\xea\x57\xed\x7b\xb5\x70\x12\x94\x0c\x1c\xcc\x54\x0b\xa7\x41\x09\x61\xf6\xd4\xd5\x02\x97\x93\xc8\xa9\xab\x05\xfa\x1c\xde\xe8\xe7\xc0\xfb\x3a\x3d\x9c\x7a\x5f\xa0\x4f\xa2\x86\xe9\x8c\x00\xb8\x9c\xe5\x4d\x03\x9c\xa9\x8f\x26\x9c\x9d\xfa\x68\xe0\x1a\x95\x46\xe8\xa3\xa7\x3e\x9a\xd8\x62\x6a\x1d\x13\x1f\x3d\xaa\x8f\xb7\x57\x59\x33\x9a\x2a\x93\x6b\x46\x13\x83\x19\x55\x91\xaf\x6d\x18\x44\xd0\x3b\x0d\x83\x80\xcb\x09\xda\xd4\x6d\x03\xdd\x2c\xd9\xd4\x6d\x4f\xc2\xa0\x81\xa5\x4d\xc3\xa0\x69\x18\x84\x5f\x9d\x86\x41\xc0\xe5\xd4\x6b\x6a\x56\xf3\xa0\x39\x44\x33\xd3\xc8\x68\x62\x30\x43\xf5\xd5\x60\xa6\x06\x43\x34\x33\x35\x18\xe0\x72\x22\x34\x8d\x8c\x80\x3e\x67\xff\xfe\x50\x3c\x0d\x9c\x26\xd3\x1d\xe7\x49\xd3\xc0\x09\xe8\x26\xee\xa6\xd3\x1d\xe0\x72\x06\x64\xa6\xf4\x7e\x33\x68\x38\xb7\x79\x3b\x68\xbc\x0d\x9c\xa6\x57\x0d\x45\x68\x11\xdd\xf9\x76\x8a\x02\x0c\x33\x7e\x6f\xa7\x28\x6f\x06\x8d\x41\x77\xbe\x1d\x34\x80\xf1\x7a\x29\xf2\xc6\xc7\x93\x5f\x93\x05\xd7\xb7\x91\x0d\x30\x5e\x04\xc0\x6f\x8d\xe7\xcd\x5a\xe7\x24\xbc\x7a\x1b\x48\x00\xe3\x85\x51\xbf\xf5\xc4\x6f\x62\x0b\x43\x84\xb7\x9e\xf8\xfd\xd8\xc0\x78\x11\x00\xbf\xb5\x81\x37\x6e\x77\xb2\xa4\xf4\x56\xb1\x80\xf1\xb2\x11\xba\xdd\x37\x2b\x8f\x8e\x6f\x6f\x27\xa4\xc0\x78\x61\xfa\xef\xfd\x79\xd6\x33\xe4\x39\x26\xbd\xf5\xb1\xc0\x30\xab\xf9\x56\xd7\xde\xe8\x87\xe3\xc8\x5b\xfd\x00\xaa\xb1\xe7\x5b\xb7\xfb\x46\x3f\xf4\xfd\x6f\xf5\x03\x18\x2f\xc2\xe4\xb7\xfa\x41\x2e\xfb\x9a\x4c\xe0\x4d\x66\xdf\x37\x73\x54\xbd\xd4\x6d\x00\x0c\x8c\x17\x91\xf3\xed\x4a\x09\x70\xe9\x59\x6e\xa7\xad\xc0\x78\x31\x21\xbd\xfd\xda\x37\x73\x54\x7d\xc6\xad\x27\xbe\xdf\x7c\x34\x7c\xd9\xed\xd7\xbe\x9f\x2f\x7c\x69\xc1\xb7\xeb\x29\xf7\xe3\x9c\xc7\xeb\x52\x74\x14\x1d\xae\xe2\x17\x5d\x4f\x01\xc6\x8b\xf8\xfa\xd6\x5f\xdf\x38\xe7\xc9\xec\xe0\xd6\x39\x03\xc3\x94\xef\xad\x73\x06\x2e\xed\xe9\xd6\x39\xdf\x4f\x7c\x3d\x5e\x97\x8f\x1f\x8a\x68\xfd\xf4\x46\x5b\xaf\xca\x11\x5f\xdf\xaa\xdc\xfd\x78\xcf\xa4\xae\xde\x7a\x4f\x60\x98\x18\xbe\xd5\x2f\x20\xfd\x55\x64\xbb\x82\x5e\xc5\x5f\xdf\xce\x18\xef\xc7\x09\xa6\x17\x2b\xb5\xb7\x4e\xf0\xde\xb4\x4b\x91\x9a\x73\x3f\xa3\x73\x32\x4d\x7b\x3b\x3a\x03\xe3\x95\x15\xa1\x39\xf7\xa1\x5d\xb8\xca\x5b\x67\x03\x8c\x17\xba\x7a\xeb\x6c\xee\x47\x5b\x92\x69\xda\xdb\xd1\xf9\x3e\xfc\x22\x93\xee\x5b\xcd\xb9\x1f\x6d\x49\x2f\xc2\x8d\x5b\x37\x02\x0c\xf3\xce\xb7\x7e\xe2\x86\xde\xf1\xc2\xbd\xdd\xfa\x09\x60\xbc\x8a\x37\x6e\x45\xbc\x23\xee\x6d\xa9\x72\x40\x7a\xa1\x85\xeb\x9d\x14\x61\x8f\x0c\x2d\xcb\x15\xbe\xf5\xa6\xa9\x0c\xeb\x4b\x2d\x5c\xaa\x1c\xb1\xeb\x52\xe5\x80\xf4\x42\x7d\x97\x0e\x66\x3d\x9a\x37\xec\xaf\xe5\xb2\x08\x90\x5e\xdd\x46\xdc\x8a\xe8\xc2\xa2\x68\x29\xe2\x85\x70\x69\x4b\xc5\x04\xc6\xab\xd8\x54\x5e\x68\x3d\x0a\x94\x5e\x0c\x79\xcb\x61\x7d\xdd\x58\x1a\x7d\xbf\xd4\x9c\x75\xf3\x8b\x38\xfa\xa5\xe6\x00\xc3\x44\xfa\x32\xc2\x5d\x8b\x8f\xc6\x5a\xc3\x32\x1f\x0e\x8c\x17\xc3\xd4\x72\x59\x04\x48\x17\x8e\x6f\x19\xce\x02\xe3\xc5\x14\x67\x19\xce\xae\xc7\xf1\xa5\xeb\xe5\x8d\xb6\x6b\xf1\x69\xab\x8f\xb7\x73\x9e\xd8\x35\x5d\xb8\xa1\x65\xec\x0a\x8c\x57\x55\x64\x53\x1f\x48\x17\x1e\x60\xad\x4f\x53\xe9\x09\xa6\x4b\xcb\xc5\x93\xf5\xc4\x16\xe9\x62\xb1\x69\x19\x5b\x00\xe3\x45\xbc\xb9\xb4\x8e\xf5\xa8\x7f\xba\xb0\xda\xe5\x72\xe0\x0a\xbe\x23\xfa\xb5\x74\xb5\x40\xba\x98\xa3\x2e\x23\x90\xa5\xf7\x45\xbf\x96\xde\x77\x3d\x11\x48\xba\x92\x22\x9b\x1a\xf4\x2a\x81\xea\x32\x02\x01\x92\x79\xe7\x65\x04\x02\x8c\x57\xb3\x11\xb6\x1e\xe3\xbb\x88\x8c\x96\xc6\xb7\x36\x7d\xaf\xae\x1a\x5b\x00\xe9\x22\xb0\x5f\xc6\x16\x4b\x7f\xaf\x62\xea\xef\xd7\xa6\xf5\x58\xda\xd2\x6a\x97\xfe\x9e\x48\x72\xe9\xef\x81\x74\x95\x7f\x47\xae\x78\x19\x98\x2f\x87\x83\xee\xaf\xfb\x26\xd0\xac\x2e\xa6\x61\xcb\x38\x63\x1d\x94\x81\x01\x7b\x39\x1c\xac\x83\x32\x10\x12\x2d\x23\x88\x75\x78\x96\x7a\xab\xb9\x2e\x6c\xf3\xe2\x6b\x85\xb6\x09\xa4\x8b\xc8\x26\xb4\xcd\x78\xa3\x45\x78\xe2\xd0\xc4\x02\x7b\xba\x88\xd5\x43\x7b\x8a\x37\x8f\x27\xe4\x0e\x8d\x27\xde\x3c\xbe\x2b\xa2\xa9\x71\x63\xe7\xc4\x2c\xa1\xbf\x06\xd2\xc5\xa0\x11\xfa\x6b\x60\x5c\x2f\x45\x55\x11\x7d\x47\x08\x19\xc6\x03\xc0\xd0\x2c\x42\x13\x8b\x9b\x2f\x6f\x53\x9d\x31\xc6\x33\x3d\x1c\x12\x2d\xc2\xe9\x21\x90\x2e\x86\x83\xd0\xea\x62\xf9\x8b\x15\x91\xbf\xb8\xf8\xa6\xc4\x3c\xa1\xf1\xc4\xf2\x17\x79\x6d\x2d\x25\x1e\xb3\x48\x89\x10\x21\x34\x8b\x58\xfc\x22\x43\x5e\x68\x16\xf1\x28\x7c\x4a\xde\xa8\xc2\x03\xe3\x62\xc8\x0b\x15\x3e\x1e\x25\x4f\x89\x91\x2b\x5c\x07\x04\x86\x74\x8c\x50\xe1\xe3\xd1\xd5\x64\x06\x3e\x0c\x93\x03\xbd\xd5\xc4\x42\xbd\x0d\x06\x8d\x84\x0d\x84\x83\x06\x30\x2e\x86\xbc\x70\xd0\x88\x47\x73\x52\xc2\xf7\x87\x9a\x13\x44\x0d\x17\x0b\x4f\x61\xd4\x10\x38\x7a\x88\x7c\x77\xa8\x39\xc0\xd0\x10\x43\x47\x0f\xa4\x84\xb3\xd9\x2a\xd3\xc6\xab\x5f\x49\x51\x56\x54\xb8\x6a\x20\xaa\x8a\x2a\x57\x75\x44\x4d\xd1\xd3\xf7\x09\x07\xb1\x55\x39\x60\xc8\x1c\xd9\xc6\x16\x40\x4a\x38\x88\xad\xa3\x07\x86\x46\xbd\x55\xcc\x8d\x57\x4f\x98\xfe\x56\x31\x81\x71\x11\xea\x6d\xbd\xfa\x7e\x62\x8b\x64\x3e\x7c\x1b\x5b\x00\xe3\x62\xe6\xbf\x9d\x0b\xee\x9b\xd6\x63\x8f\x5b\xc5\xdc\x04\x12\x17\x59\xcd\x6d\x20\xb1\xd1\x55\xf3\xe1\x5b\x5d\xdd\xea\x2a\x03\xf6\x56\x57\xf7\xcd\x77\x44\xa3\xb7\x8a\x09\x0c\xdd\xc8\x56\x31\xf7\xa3\x79\x29\xa1\xd1\xdb\xe5\x07\x60\x5c\x7c\xb4\xad\x0b\xdf\xf8\xd8\x44\xe8\xb2\xf5\xb1\xc0\xb8\x58\x59\xda\x86\x1b\xfb\x51\xb3\x94\x5f\x8a\x7c\x56\xf8\x2c\x9a\x1a\x9f\x67\x3d\xfd\x65\x46\x79\xeb\x3d\x81\x21\xd3\x66\xeb\x3d\xf7\xa3\x72\x29\xa3\xab\x5b\x95\x03\xc6\xc5\xe0\xbf\x75\x95\xfb\x71\x95\xc9\x8c\xf2\xd6\x55\x02\xe3\x2a\x8a\xfc\xda\x0f\xa4\xac\x9a\x38\x0d\x03\xc6\xc5\x48\xbf\x75\xa8\x40\x32\xef\xbc\x75\xa8\xc0\xd0\x17\x6e\x3d\xe6\x7e\xbc\x64\xca\x2a\xc0\xfe\x34\x55\x02\xa7\x8f\xc7\x0d\x6d\xc2\xa0\xcc\x7c\x77\x1b\x06\x01\xe3\x62\xd5\x65\xeb\x31\x81\x94\x7d\x21\xd7\x2d\xb6\xd6\x41\xd4\xb0\xb5\x8e\xfd\x44\x46\x29\xdb\x08\x23\xa3\x8d\xab\x95\x73\xb4\x35\x98\x8d\x75\x64\x02\x89\xa3\x75\x1c\x4c\xc1\x54\xf4\xd1\x14\x8e\xa6\x80\xdb\x3e\x9a\xc2\x41\xc9\x4d\x45\x1f\x95\xfc\xa8\xe4\x04\x12\x47\x25\x3f\x28\x79\x6e\x3e\x2b\x14\xf1\xd1\x08\x24\x8e\x4a\x7e\x16\xbf\xc8\x24\xe1\xe8\xe5\x80\x71\x11\x48\x1c\xa3\x06\x20\x65\x26\x68\xc7\xb5\x06\x60\x5c\x36\x42\x5f\x78\x70\x7c\x99\xf4\xcd\x59\x9f\xc7\xd3\xd1\xcc\x54\x8e\x8b\x60\x87\x68\x39\xe3\xef\x8f\xf1\xc0\x61\xea\x75\x11\x6e\x1c\x43\xe3\x83\x62\x16\xfc\xfd\x51\x31\x8f\x8a\x09\xe9\xec\xa8\x98\x07\x95\x33\x31\x7c\x54\xb9\xc3\x50\xec\x00\x76\xd4\xaf\x83\x9a\x98\xc0\x3d\xaa\xc9\x51\x4d\x7c\xed\xfd\x79\xd6\xf3\xd1\x4a\xfa\x77\xe4\x8a\x8f\xde\xf3\xe8\x3d\x71\x36\x47\xef\x09\x24\xf3\xbb\xc7\xd1\x19\x18\x57\x53\x64\xaf\x3c\x91\x77\x2a\xe8\xed\x71\xfe\x06\x0c\x79\x64\x47\xb7\x0b\x24\xf3\xbb\x47\x8d\x3c\x6a\x64\xf3\x46\x3f\x0d\x1a\x59\x70\x23\x47\x8d\x04\xc6\x45\x30\x7d\x0c\xdf\x81\x54\xb2\x37\xda\x05\x84\xef\x0e\xd8\x47\x25\x3d\x68\x64\x79\x8c\x7a\x49\x63\x16\xc6\xd5\x2f\x44\x49\x11\xad\x7f\x8c\x67\xbd\x70\xe1\xc2\xb8\x9e\xc8\x66\xbd\x98\x31\x2e\xd8\xce\xa9\x3c\x66\xb1\x64\x3b\x0b\xe3\x7a\x5c\xe5\x92\xee\x2c\x24\x32\xca\x4b\xba\xb3\x30\x08\x11\x16\xd4\xe7\x07\x68\x57\xf5\x17\x0f\x22\x26\x7e\x57\x47\x74\xdb\xd4\x9b\x76\x35\x5a\x7f\xdb\xae\x27\x18\x1f\x57\xa7\x11\x64\x22\x85\x54\x9e\x8e\x5e\x90\xa6\x7f\x5c\x2f\x47\xfa\xc1\x3b\x62\x03\xeb\x45\xb4\x5b\x06\xcf\x5a\x36\x82\x68\xf7\x9a\xb4\x0b\xed\x5e\x10\xa3\x53\x79\x14\x7e\x49\x8c\x16\xc6\x35\x79\x7c\xf8\xac\x07\x52\xf9\x88\x9a\x22\xda\x35\x69\x57\xd8\x2e\xa2\xdd\xf2\xc4\x16\xeb\x15\xb6\x8b\x68\xf7\xfa\x88\xec\xc2\x90\x3f\x4f\xbb\xf0\xc4\xc2\xb8\xa6\x8d\xf8\xb4\xeb\x70\x15\x9d\x43\x3c\x20\x8c\xe4\x8d\xdb\xfe\xc2\x2c\xea\x8b\xc7\x6f\x1f\x8f\x59\xa4\x17\x3d\xb1\xfd\x42\x98\x45\xbd\x68\xea\xf6\x0b\x11\x82\xa6\x17\x5f\x7b\xdb\x08\x42\x50\x12\xc3\x4b\x52\xf5\x7a\x31\xd5\x24\x0c\x5a\xb0\xa9\x1f\xa8\x5c\x45\xbb\x8e\x3d\x81\x16\x42\x31\x5c\xaf\xe3\xe3\xd1\xc2\xfa\x78\xe2\x25\x11\x7a\x5d\x8f\x7e\xa5\xfa\x8c\x5c\xeb\x52\xbf\xe0\x43\x8f\xf4\x84\x54\x0b\x52\xf4\x03\xbc\xd0\x33\x42\x2c\x59\xcf\xeb\xc2\xe3\xa5\xcb\x67\x6d\x45\x3c\xfe\x71\xa8\xeb\x52\x99\x2e\x26\x6b\xe9\x09\x70\x16\x14\xe5\x07\xe8\xe8\xc6\xe3\x09\x1b\xd7\x75\x3f\xbe\x0c\x6e\xe2\xba\x6e\x6f\x7c\x46\xe4\x54\x1b\xed\x62\x66\x26\x0c\xb8\x89\xeb\x62\x66\xb6\x2e\xa6\x61\x15\xeb\xb8\x96\x4d\x7d\x60\xa4\xac\xa8\x2b\xa2\xf5\x4f\xc8\xbe\xa0\x3b\x7f\x60\xa4\xcc\x0b\x31\xac\xaf\x6b\xd1\xae\x4e\x23\x96\xed\x42\x31\x93\xfd\xa5\x62\xc2\x61\x4e\x64\x5b\xd7\xa5\x62\x02\x23\x3d\x7e\x62\xc9\x67\x5e\x17\x3e\x96\x3c\xea\xba\xd4\xaf\x8b\xa9\x13\x9c\xc9\x75\x31\x75\x5a\xd7\xa3\x5f\xa9\xa2\xab\x57\x7c\x1e\x4f\x4f\x64\x1a\x11\xf6\xc4\x33\xba\xa7\x86\x7e\x49\x71\x5e\xd0\x9a\x07\xdb\x3f\x16\xdc\xe6\x07\x06\x57\xf1\x2c\x55\xee\x52\xe5\x0a\x3d\xa1\xca\x01\xa9\x5d\x74\xa1\x2a\x77\xa9\x72\x7e\x5a\x55\x0e\x76\x72\x6a\x7e\xda\x63\x47\xe3\x44\x13\x9e\x49\xa6\xb2\x90\xc8\x90\xae\xeb\xf8\xda\xc7\x76\xf1\x8e\x6a\xe1\xc5\xea\x06\x19\xd2\x75\x1d\x1b\x41\x38\x0b\xe3\x73\x49\x5e\x16\x52\xe3\xd3\x4a\x5e\x16\x52\xe3\x3b\x26\xdd\x23\x84\xe5\x91\xaa\x57\x4d\x45\xbc\x10\x3d\x91\xf4\x72\x89\x25\x29\x82\xde\x05\x6b\xf9\x81\xc7\x03\x34\x6f\xd4\x33\x25\x15\xf3\xf1\xf7\x4b\xa6\xf2\x4a\x4f\xa8\x98\xda\x33\xa2\xae\xc4\x92\xc1\x4a\x37\x4d\x6d\x3e\x6b\x2b\xa2\xa9\xcd\x67\x1d\x45\xcf\x1c\x24\x75\x1a\x41\x70\x29\x24\x32\x99\x2b\x2d\x5f\x88\xb5\x86\x84\xbf\x4f\x6a\x74\x22\x44\x20\x93\xb9\x92\xee\x11\xf2\xf3\x80\x04\xba\xd2\xb2\xa9\x8b\x77\xfc\xdc\xe8\x3b\x32\xf3\x4f\xf8\xe8\x14\x3e\x3e\xe8\x2f\xfc\x6a\x0a\x1f\xcf\xe0\x0f\x09\x74\x25\x06\xff\x95\x82\x5f\x1c\xe9\xbb\x43\xf1\x4a\xaa\x72\x0a\xf4\x63\xd0\x20\xfd\x22\x90\xc8\x57\x2e\x49\xd5\x0b\x3e\xf4\x48\x28\x3c\xa4\xe8\x07\x2a\x57\xd1\x77\x2a\x69\x62\x9a\x9e\x26\xcd\x56\x49\x81\xd4\xf1\x65\x49\x25\x85\x41\x3d\xd2\xe7\x46\x7b\xf8\x81\xd4\x2f\x1e\x7f\xec\xe1\x07\x06\xbc\xce\xe5\x16\x28\x21\x91\xfb\x5c\x49\xbf\x98\xd0\xc8\xec\xe3\xd5\x48\x20\xb1\x59\x68\x25\x86\xf5\x95\x70\x95\xc4\xea\x2b\xe9\x2a\xa1\x5e\x27\xb6\xef\x2c\xa9\xd7\xc2\xc8\x97\xa2\xa4\x88\xd6\x3f\xe1\xc6\x92\x41\x2d\x0c\x22\xfa\x95\xd5\xc8\x4c\xbc\xc8\x9e\x91\x05\xc1\xfa\x03\x23\x63\x62\xf2\xac\x57\x66\x90\x25\x5f\xb9\xb2\x83\x2c\x30\xf2\x33\x21\x5d\x59\x55\x06\x7a\x63\xa4\x97\x7a\xbd\x60\x50\x27\x52\x98\x4b\x06\xb5\x30\xf2\xa5\x88\x2e\x84\x08\x9d\xd8\xca\xb0\x24\x42\x2f\x98\xce\x83\x69\xc5\xca\xea\x5a\x66\x74\x26\x39\xb9\xb2\xa3\x33\x30\x32\x03\x90\x44\x68\x21\xf5\xae\xc8\x5f\x24\x1c\xcd\x78\x03\x89\xd0\x2b\xa3\x6b\x1d\x55\xce\x2a\x53\x66\x74\xce\xf6\xaa\xa3\x33\xac\xe7\x44\xda\x71\xc9\x7a\x16\x46\x4e\x74\x4e\xd8\xab\x8c\xbb\x1d\xb7\x9b\x1d\x77\x81\xc1\x44\x66\x65\xc7\x5d\x98\xca\xa9\xa3\x85\x32\x95\x85\x91\x13\xaf\xad\x16\x42\x38\x4e\x50\xe8\x97\x84\x63\x61\x64\xbf\xe3\xf6\x85\x50\x39\x32\x91\x4b\xc2\xb1\x30\xf2\x33\x2b\x5e\x12\x8e\x17\xf4\xe1\x04\x09\x7d\x65\x9d\x60\x3e\xbe\x23\xdf\x51\xfd\xca\xc4\x88\x43\xcd\x39\xbe\xa3\x2a\x87\xc7\xcb\xaa\x1c\x24\xe3\x34\xfc\x68\xc7\x76\xe1\x2a\x73\xb6\x11\xb6\x0b\xc5\x84\x2e\xbd\xe4\x20\x2f\x58\xc0\x69\xf0\x85\xca\xfd\x11\xa1\xab\x8c\x5c\xb0\x83\x1f\x78\xec\x11\xe6\xed\x2a\x2c\xa5\x0a\x23\x33\x72\x15\x83\xb8\xc2\x88\x4a\xda\x71\x15\x47\x54\x60\xc0\x1b\x5e\xb2\x78\x17\xcc\xdd\x34\xf0\xb1\xc5\x11\x15\x18\xd9\xc7\x3b\xa2\xc2\xb6\x4d\x03\x57\x59\xf4\x52\xc0\xc8\x84\x1b\x45\x2f\x05\x24\x18\x8c\x4b\x32\xee\x2a\xaa\x49\x56\xe4\x2f\xa2\x26\x24\xdb\x56\x51\x4d\x8a\x6a\xc2\xc8\x25\x3f\x77\x15\x66\x2d\xf0\x09\x57\xd9\x3e\x1e\xcf\xc4\x8c\x71\x15\x3d\x53\x41\x4d\xc6\xe0\x85\x54\x93\xa2\x9a\x30\xbe\x15\xd5\xa4\x3c\xe3\x63\x82\x32\xb7\xa0\xef\x7e\x60\xe4\xe2\x8d\xa1\x08\x35\x21\x04\x95\x9f\xbb\x0a\xe1\x19\xdc\xe8\x55\x74\x43\x6c\xbc\x4c\xd0\xc9\x56\x71\xf8\x04\x46\x2e\x3c\x5e\xcd\x01\x12\x14\xb0\x55\x74\x56\x10\x7b\x07\xd3\xd6\x25\xb1\x77\x41\xec\x4d\xd0\xb6\x96\xc4\xde\x05\x99\x77\x64\x62\xfd\xa2\xe6\x00\x09\xaa\xd5\x2a\x6a\x0e\x30\x98\xdc\x2e\xb9\xbe\x0b\xae\xef\x60\x47\xe8\x92\xeb\xbb\x20\xf6\x26\x78\x55\x4b\xe6\xee\x82\xad\x3b\xa0\x5e\xaf\xaa\x97\x83\x6d\x9b\x26\xc3\xba\x6c\x5b\x61\x30\xdf\x5d\x55\x95\xab\xac\xe0\x40\xf1\x59\x55\x67\x05\x8c\xfc\xcc\xec\x96\x9c\x5c\x21\x41\xde\x59\x72\x72\x17\x04\xdc\x91\x9b\xa2\xcf\x2f\xf2\xda\xe8\x44\x65\x51\x47\x18\x10\xb4\x57\x75\xc0\x06\x12\xe4\x9d\x25\x4d\x57\x18\xb9\x79\x23\x3d\x01\x01\x37\x41\xcb\x59\x12\x70\x85\x91\x71\x69\x55\x2f\x07\xdb\x36\x4d\x5f\x5b\xc5\x04\x46\x66\x28\x96\x6d\xbb\x2a\x2a\x37\x6d\xaa\x2a\x57\x55\x39\x1c\x9f\xd4\xda\x05\x77\x36\x91\xac\x5b\x10\x68\x3f\x30\x72\xff\xfe\xac\x78\x49\xb3\x5d\x55\x2d\x1a\xfc\x94\x5a\x54\xd5\x22\xcc\xa2\xaa\x45\x50\x63\x13\xe9\xe3\x25\x35\x76\xc1\x44\xcd\x24\x3a\x57\x73\x00\x82\x95\x3a\x32\x11\x84\xac\xd4\x05\xc7\x34\xbf\x70\xce\xcd\xaf\xd5\x74\x10\xd8\x93\x7c\xd3\xd5\x9e\xef\x90\x5f\xf9\x85\xe8\x56\xc4\x77\x20\x72\x6e\x7e\x87\xf6\x74\x7a\x26\x67\xb6\x9a\x9d\xde\x1c\x93\x86\x37\x7e\x7e\xf1\x70\x15\xed\x32\x70\x02\x46\x26\x66\x71\xff\xf1\x82\xaf\x9a\xc9\x86\xad\x66\xdc\x0f\x51\x75\x64\x82\x12\x89\xaa\xab\x2d\xda\x85\x9d\x37\xa3\x24\x28\xa8\x23\x0f\x45\x36\x22\x78\x16\x96\x22\xb9\x54\x18\xac\xc0\xac\xe6\x37\x85\x49\x9a\xd9\x39\xb9\x64\x92\x0a\x23\x0f\x9a\xea\x24\x12\x5e\x67\x7e\xa1\xf0\xf2\x3a\x17\xbc\xce\xc1\x3a\xcd\x92\xd7\xb9\x20\x6e\xe6\xd7\xf0\x2a\x5f\xfb\x81\x91\x27\xef\xa8\xcf\x00\xf2\xcb\x46\x38\xb4\x34\xdd\x08\x51\x96\x24\xce\xd5\xd8\xbf\xfd\xf2\xf1\x2a\x40\x53\x01\x26\x8f\x57\x01\xe0\x72\xe6\xd7\xe7\x46\x9b\xaa\x1b\x61\x86\x2d\xaf\x73\xc1\xd8\xcc\x24\x07\x96\x8c\x4d\x61\xb0\xb1\x60\x35\x7d\x06\x90\x59\xf6\x5f\x92\x38\x57\x7f\x7c\x46\x66\x8d\x7f\x75\x7d\x06\x30\x58\x78\x5a\xf2\x3a\x85\xcc\x1a\xff\xea\xba\x11\xa8\x9e\x23\x33\xdd\x91\xea\x29\x64\x36\x53\x2e\xa9\x9e\xab\xeb\x6c\x98\x74\x77\x9d\x0d\x90\xaf\xcb\x46\xdc\x8a\x9e\x8e\x2e\x9f\x76\x2d\x45\xc1\x55\x19\xd1\x56\x74\xb8\x8a\xa6\x92\xd6\x5e\x70\x44\xf3\x45\xcc\x23\x47\x74\x41\x08\x1d\xec\x94\x58\x12\x42\x17\xec\xcf\x7c\xe1\xde\x64\x7f\x2e\x18\x9f\x83\x05\xb1\xd5\xd5\xfb\xfe\xe8\x7a\x66\x95\x7c\x75\x9d\x4d\x47\xc9\xcb\x8b\xd6\xab\xe4\x40\x66\xcd\x7a\x75\x95\x1c\x18\xc5\x17\x52\xc9\x81\x7c\x31\x60\x77\x67\x07\xc0\x28\x97\x37\xda\xd4\x45\xaf\x32\x14\x4b\x2e\x15\x46\xf1\xb5\x1d\xb0\x81\xcc\x3a\xf3\xea\x0e\xd8\x50\x50\x47\xb9\x7c\xbc\x2f\xf4\x18\x49\x66\x6d\x78\xc9\x37\x15\x46\xb9\x7c\xbc\x2f\xb4\x50\x80\xa2\xc8\x17\x22\xe5\x52\xec\xc2\xf0\x85\x1e\x1b\xca\xac\xc1\xae\xae\x0d\xf5\xb0\x5d\x74\x8e\x6b\x33\x40\x66\x61\x73\x49\x28\x15\x46\x21\x74\xe9\x9a\x15\x8c\xd1\xcc\x92\xe5\xea\xce\x2e\x80\x51\x08\x2e\x65\x8f\xae\xfe\x44\x7f\x99\x15\xc2\xd5\x8d\xfe\xa0\x8a\x0e\xf6\x89\x2c\xa9\xa2\x0b\x2e\x68\x66\x25\x6e\x75\x4d\x14\xc6\xe7\x60\x1d\x71\xc9\xf8\x5c\xfd\xd0\x2e\x3c\x53\x37\x62\x83\xb8\x39\x4a\x56\x64\x7f\x1d\xb4\x70\x2a\x52\x01\x0e\x5a\xe8\xa7\x3d\x76\x21\x66\x45\xba\x6b\x75\xcd\x0a\x18\xac\x36\xae\xae\x59\x75\xcd\x0a\x4b\x93\x04\xba\x86\x66\x85\x0d\x0d\xcd\x0a\x18\x05\x9d\x18\x9a\x15\x54\xd1\xec\x92\x94\x54\xd1\x05\x55\x74\xb0\x4c\xb9\xa4\x8a\xae\xf1\xe8\x7d\x76\x81\x68\xa8\xf7\xc0\x60\x99\x72\x0d\x07\x6c\xd8\xa3\xd9\x75\x1e\xd9\xa3\xc2\x60\x4b\xcb\x1a\x9a\x02\x90\xc9\x93\xad\xe1\x10\x00\x0c\xaa\x46\xac\xe1\x74\x1a\x12\x68\x76\x9d\x47\x12\xe8\x82\xe5\x39\x5c\xf2\x1c\x6a\x21\x90\x5d\x4f\x91\xf1\x29\x8c\x52\x14\xd9\xfa\x47\x0b\xb3\x2b\x25\x43\x2d\x04\x86\x0b\xa3\x43\x4f\x0e\xe4\xc4\x48\x2f\x09\x54\x18\x05\x5d\x95\x04\xba\xc6\x13\x6f\x66\x57\x37\x86\xf1\x26\x30\x5c\x3e\x95\x17\xba\x20\x81\xe6\x54\xbe\xcf\xa0\x5e\x72\x44\x85\xc1\xae\x9e\x35\x8c\x3d\x07\x7a\x9b\xaa\x3f\x65\x1b\xd5\x5b\xcc\x62\xa8\xb7\xd0\x3b\xb3\xab\x13\xc3\x10\x12\x18\x85\x18\x6f\x38\xf9\x18\x0c\x07\xa4\xbe\xd6\x70\x38\x80\xfd\x39\x0a\x6b\x18\xb2\x3f\x17\x54\xcf\x4c\xea\x6b\x49\xf5\x5c\x43\xbd\xad\x74\xa7\x7a\x0b\xe4\x34\x14\xd9\x54\x26\x1f\x85\xb0\x6f\xa8\xca\x40\x4e\x43\xd1\x52\x84\x37\xc0\x10\x87\xaa\x0c\x47\x34\x93\x20\x5b\x72\x44\x85\xc1\x9e\xa4\x35\x9d\x15\x53\xdd\x23\x27\xc6\xb7\xa9\xef\x07\x46\x61\x44\x9d\xae\x29\x02\xd9\xc5\x80\xa9\x2a\x4f\x55\x99\x75\x66\xc9\xa5\x6b\xbe\x69\xd7\xf4\xf1\x4b\x11\xed\x62\x01\x71\x1a\xcd\x40\x2e\xcd\x19\x47\x2f\xb9\x54\x18\x85\xd1\x59\x72\xe9\x82\x49\x9a\x33\x2e\x5c\x26\xa9\x30\x0a\x6e\x44\x26\xe9\x9a\x8f\x76\xe7\xcc\x5a\xc3\x54\xbb\x61\x8f\x8e\x42\x8c\x37\x0d\x47\xe7\xe2\x17\x99\x9a\x4f\x5d\xf8\xd4\x5f\xb3\xa4\x34\xb5\x01\x20\x3b\x93\x9d\xcb\x5f\x5c\xfe\x22\x3d\xa1\x0b\x9f\x8f\x0d\x64\xe7\xa8\x53\x1b\x00\x46\x21\x1c\x9d\xeb\xf3\x8b\x8f\xff\x71\xc6\x28\x05\x55\x18\xa5\x2b\xb2\x73\x30\x1e\x67\x8c\x53\xe3\x99\x1a\x0f\xe1\xe8\xd4\x78\xe6\xe3\xa3\xb3\x13\xbf\xe9\xd4\x7c\xea\xaf\x51\xb9\xa9\xbf\x86\x6f\x9a\x9d\x60\xc9\x37\x15\x46\x21\xde\x94\x6f\x2a\x64\xa7\x28\xf2\x4d\x85\x51\xba\x8f\x47\xef\x21\x97\xe6\x5c\x69\x84\xfe\x1a\x18\x85\x65\x59\xc9\xa5\x42\x76\x8a\x22\xb9\x54\x18\xec\x40\x5b\x92\x4b\x85\x9c\xab\x22\x5b\xbf\x6d\x3d\x6a\xe2\xfc\x0d\x8e\x69\xce\xaa\x9c\x01\x34\x30\x4a\x57\x64\x47\x3f\x43\x40\xce\x2a\x93\xb1\x18\x30\xcc\x50\xc8\x24\x5d\xd0\x46\xb3\xb3\x03\x69\xa3\x6b\x12\x78\xb1\xe7\x6d\x4d\x03\x2f\x20\x1b\x8c\xcb\x24\x15\x46\x21\xfa\x9b\x9a\x28\x90\xb3\xaf\x6d\x78\x06\x93\x74\x94\xe1\x8d\x7e\xed\x43\xaf\xda\x54\x07\x0d\x60\x14\x4c\x54\x12\xe8\x7a\xbf\xd1\x2f\x6e\x7c\x3b\x42\xc0\x0b\x1d\xec\xb2\x5b\xf2\x42\x85\x9c\x19\xb9\xe4\x85\x0a\xa3\x7c\x44\x53\xd1\xe4\xaa\x84\xe8\xad\x08\xfd\xc2\x90\xa5\x8a\xae\xb7\x96\x86\xd5\xbe\xb5\xb4\xb7\x96\xc6\x90\xf7\xd6\xd2\xde\x58\x9a\xe1\xd9\x5b\x4b\x7b\x33\x95\x28\x84\xa0\x6f\xc7\x11\x38\xa6\xb9\xb0\x78\x22\xc7\x54\x18\xec\xfe\x5b\x6f\xa7\x12\x70\x4c\xb3\xc1\x92\x1c\x53\x61\x98\xd1\x79\x3b\xb4\xbc\x1f\x83\xc9\x0e\xfe\x6f\x0d\x06\x18\x85\xb1\xf2\xad\xc1\xbc\xb1\x8e\x82\xa5\xbd\xb5\x8e\x37\x0b\x57\xe6\x7d\xde\x8e\x23\xf0\x55\xb3\x83\xbf\x7c\xd5\xf5\x66\x8d\xbf\xe2\x60\xde\x1a\x0c\x7c\xd5\x5c\x18\xa6\xe4\xab\x0a\x83\x2d\x88\xeb\xed\xa8\xf0\xc6\x3a\x0a\xc3\xd4\x5b\xeb\x00\x86\x39\xa4\x77\x7c\x7e\xf1\x70\x15\xcf\x72\x79\x0b\x18\xd5\xce\xd1\x60\xa0\xc3\x66\x07\x1d\xe9\xb0\xc2\xa8\xb8\x34\xe9\xb0\x0b\xee\x6b\x2e\x58\x9a\xdc\xd7\xf5\x7e\x42\x9f\x61\x3e\xea\xed\xb2\x3f\xac\xd6\xac\xdb\x96\xd5\xba\xde\xac\x95\x56\x1c\xdf\x5b\xf5\x05\xb2\xce\xea\xad\xfa\x02\xa3\x12\x35\xc8\x7d\x5d\xf0\x5d\xb3\x6e\xe8\xad\xfa\x02\x83\xad\x91\xeb\x7d\x3e\xbf\x48\xdf\x63\x1d\x6f\x87\x13\x60\xd4\x4b\x91\x9d\xc3\x08\xf3\x98\xfb\x77\x87\x62\x39\xb5\x0b\x6a\x6c\xd6\xf4\xa5\xc6\x0a\x83\x2d\x97\xeb\x56\xe1\xa1\xc6\xe6\x32\x14\xdd\x8a\x6e\xae\x6a\x88\x96\x22\xda\xc8\x04\x4b\xb6\xac\x30\xcc\xd2\xdd\x4e\x2b\xe0\xc1\x66\xcd\x42\x1e\xac\x30\x2a\xd1\xae\x3c\x58\x21\xab\xca\xf2\x60\xd7\x8d\x0d\x54\xa2\xa4\x5b\x1b\x00\xb2\xea\x27\x35\x56\x18\x35\xf9\xf8\xa9\x68\x73\x55\x42\x74\x14\x1d\xae\x42\xe4\xb4\xe2\x26\xee\x67\x6f\xeb\xba\x35\x0b\x60\xb0\x61\x74\xdd\x46\x5c\x40\xfe\xbc\x90\xa3\xcd\x4d\xdc\x5f\x19\xa6\x6e\xcd\xe2\x26\xbc\xfa\xeb\xe3\xfd\x45\x92\x0e\x95\xe9\x8e\x64\xdc\x05\xf3\x36\x57\xec\x49\xe6\xad\x30\x2a\xc6\x73\x3b\x15\x00\x72\x65\x45\x54\x32\xae\x30\x2a\x83\xd9\xed\x68\x03\x3f\x37\xff\x55\xe4\x2f\x6a\x03\xc4\xd7\xb7\x36\x70\x63\x03\xec\x34\x5d\xb7\x36\x70\x6b\x03\x44\x95\xb7\x36\x00\xe4\x8a\x3d\xdd\x0e\x07\x72\x7d\x2b\x43\x9e\x5c\xdf\x75\x33\x3b\x60\x3f\xea\xba\x9d\x1d\xdc\x5a\x0a\x61\xb2\xf4\xdf\x75\x33\x81\x67\x3f\xea\xba\x9d\x30\x40\xff\x1d\x26\x4d\xa5\xff\x2e\xb8\xbe\x99\x9d\xa6\x4b\xae\xef\xba\xf1\xfd\x6c\x9d\x5d\xb7\xc6\x03\xe4\x4a\xb8\x21\xfd\x57\x18\x9f\x17\x32\x62\x83\xc5\x9b\x2b\x89\x74\x59\xbc\x4b\xca\xae\x09\x58\x29\xbb\x0b\x32\x6e\xae\xd8\x93\x64\x5c\x61\x54\xc2\xe4\xa5\x57\x87\x79\x9b\xd9\x43\xba\x64\xde\x0a\xc3\xce\x91\x79\xbb\x60\xdb\xe6\x3a\x7c\x16\xef\xb8\xd4\x68\xc2\xe4\xa5\x46\x43\xc0\xcd\x15\xbd\x5f\xaa\xaf\x64\x5c\x3b\x47\x32\xee\x5a\x2c\xfd\xb0\xef\x73\x2d\x97\x7e\x80\x51\x89\x4a\xd7\xfd\x79\xfc\xe3\xf1\xa8\x21\xb7\x96\xea\x0b\x8c\xca\xe0\x2f\x3f\x77\x41\x8d\xcd\x0d\x87\x2a\x35\x56\x18\x6c\xfc\x5d\x4b\x5d\x05\x72\xbb\x14\xf9\x8b\x7a\x75\x42\x84\xa5\xfa\x02\xb9\x61\xa2\x12\x68\x85\xe1\x47\x93\x40\xbb\xd6\xa3\x98\xb9\x31\x21\x5d\x2a\xa6\x04\xda\x4a\x20\x21\x81\x76\xc1\x90\xcd\x0d\xbd\x5f\x3a\x7a\x60\xd4\xe6\x8d\xb7\x22\x5a\x9f\x15\xd9\x7a\xe2\x27\xb6\x1a\x2f\xd9\xb2\x0b\x3a\x6c\x36\xd1\xb9\xf4\xfd\x4b\xbd\x6f\x8a\x6c\xd7\x03\xb9\x31\xda\xc8\x96\x15\x06\x1b\x92\x97\x6c\xd9\x05\x5b\x36\x37\x14\x53\xb6\xac\x30\x54\xb9\xa5\x29\x40\x5b\xcd\x8d\x31\x69\xa9\xab\x4b\xdf\x4f\x84\x2b\x85\x75\xad\x47\x31\x73\xb3\x0b\x55\xcc\xa5\x57\x57\x31\xf5\xea\x40\x6e\x36\xd5\x79\x03\x44\xd7\x61\xea\x5e\xa2\xeb\x82\xaf\x9a\x1b\x37\xca\x57\x15\x46\x65\xd0\x08\xfd\x2a\x7c\xd5\xdc\x88\x79\xe4\xab\x0a\xc3\x04\xbf\x7c\xd5\x15\x68\x61\xc3\x93\x87\x5a\x08\x8c\x4a\xec\x1a\x3a\x51\x38\xaa\xb9\x0d\x9f\xb5\x14\xd1\xf7\x18\x8c\x7c\xd5\x15\xf8\xd5\x36\x15\x1d\x45\xf8\x55\x62\x57\x29\xac\x0b\xbe\x6a\x6e\x78\x72\xf9\xaa\xc2\x90\x52\x10\x06\x25\x40\xee\x24\x8c\x42\xef\x1b\x7a\xdf\xee\x8d\xb6\x8b\x09\x69\x67\xf0\x0f\x27\xa4\xc0\xa8\x0c\x60\xa1\x13\x05\x32\x25\x22\x57\xe8\x44\x43\x2d\xb4\x73\xd4\xc2\x78\x94\x29\xb3\x3f\x73\x85\xca\x04\x8c\xca\xc2\x68\x18\x6e\x40\x61\xcd\xe6\x28\xa5\xb0\x0a\x43\x12\x43\xa8\x5f\x81\x5f\xa5\x50\xdf\x0a\xfd\x6a\xa8\x39\xa3\x7c\x7f\x28\x0e\x15\x0b\xc8\x1d\x1f\x1b\xae\x72\x87\x6e\x97\xa0\x35\x74\xbb\x71\xe8\x02\x7c\x6c\xb8\xb0\x09\x8c\x3a\x14\xd9\x05\xb8\x4a\x0a\xc7\xad\x38\x9f\x1b\x71\x36\x43\xd1\x54\xf4\x7c\x40\xca\xb8\x2d\x79\xb0\x0b\xee\x6b\x66\x17\xe6\xda\xc6\xc4\x92\x5e\x2b\xca\x20\xe9\x55\xc8\x26\x3a\xb7\x51\xc3\x36\x6a\xc0\xbd\xc9\x83\x5d\x90\x5e\x33\xbb\x30\x97\xa4\xd7\x25\x9d\xb5\x12\x26\x4b\x67\x5d\x9b\xe5\x96\x8e\xfa\x6d\x97\x5b\xa4\xb3\xea\x04\xa5\xb3\x0a\xb9\xa3\x0c\x5b\xed\xde\x6a\x37\x71\xec\x56\xbb\x37\x6b\x8a\x9d\xcf\xbc\x55\x52\x60\xd4\xa9\xc8\x5f\xc4\x7b\x76\x5f\x48\x25\x95\xce\x2a\x4d\x44\x3a\xeb\xda\xe8\x6d\xb7\xa9\xea\xed\x26\x72\x66\xbb\xfd\xda\x2a\x29\x90\xbb\x8d\x50\x49\x81\xd1\x50\x65\x79\xb0\x42\x1e\x9f\xc7\xdb\x13\xc4\xd7\x3a\xe7\x6d\x7c\xbd\xf1\xc4\xd4\x0a\x5b\x5b\x4f\xbc\xc9\xf8\xb1\x7d\x6a\x6d\x15\x7e\x3f\xea\x9b\xa9\xa3\xb5\xb6\x8b\x7e\xd0\x61\x47\xfb\x88\x7c\x16\xde\x93\xea\x51\x6b\xeb\x3d\x81\xd1\x88\x3d\x65\xcb\x0a\xd9\xdc\xa7\x6c\xd9\xb5\x1f\x85\x1f\x8d\xd8\x73\xab\xf0\xf0\x55\x33\x15\x9f\xd6\x76\x58\x07\x46\x23\x46\xdc\x2e\xd5\x03\x99\x3a\x47\x6b\xbb\x36\x03\x0c\x87\x16\x19\xae\x6b\xb3\x36\x63\x1e\x75\x3b\xf8\x03\x83\x92\x02\x6b\xab\xd1\x40\xa6\x9e\xd0\xda\x6a\x34\x30\x1c\x80\xb6\x21\x37\xdc\xd5\x4c\x3d\xa1\x25\x77\x75\xc1\x5d\x1d\x8d\x18\x51\xee\xea\x82\x5c\x9a\xa9\x89\xb3\x24\x97\x0a\x43\xf2\xcd\x71\xc0\x06\x32\xf5\x62\xd6\x51\x0b\x81\xd1\x08\xe2\x8e\x93\xb5\x83\x16\x52\x09\x66\x1d\xb5\x10\x18\x52\x74\x8e\x5a\x78\xf0\xb1\x54\x82\x59\x47\x1f\x7b\x18\xe9\x1b\x31\xe2\x71\xa4\x07\xf2\xe8\xfe\xe2\x5b\x11\xdf\x91\x81\xf1\x38\xa5\x3b\x68\x34\x1b\x15\xd7\x51\xa3\x81\xd1\x70\x49\x47\x8d\x06\x32\xe5\x55\xd6\xd1\x13\x1f\x08\x33\x8d\x78\xf3\xb8\x24\x0e\xa7\x36\xb3\x9d\x71\xc9\xa9\x15\x86\xd4\x21\x39\xb5\x42\x66\x3b\xe3\x92\x53\x2b\x0c\x07\x59\x39\xb5\xeb\xa8\xd1\x4c\x5b\x8f\x1a\x7d\x58\x4f\x69\x59\xd1\x52\x44\xeb\xa7\xbf\x68\xeb\x89\x2d\x28\x76\xbb\x64\xde\x0a\x99\xa2\x22\xeb\x18\x5b\x00\xa3\xa1\x26\x92\x71\x17\x04\xdc\x4c\xb9\x90\x75\xf4\xea\x90\x71\x87\x03\xb6\x64\x5c\x21\x53\x4a\x63\x49\xc6\x15\x46\x43\x4d\x8e\xd6\x01\x64\xf3\xbb\x47\xeb\x38\x5a\x07\x4b\xa9\x47\xeb\x38\xc4\xd4\xf3\x52\x64\x53\xb5\x0e\x62\xc4\xa3\x75\xc0\xf5\xcd\x6c\xd9\x5c\x72\x7d\x85\xd1\x88\x11\x8f\xb1\xc5\xc1\xb9\x4f\x2c\xed\xe8\xdc\x81\x41\x85\x88\x75\x74\xee\xd0\x7f\x33\x25\x2b\x96\xf4\x5f\x61\x34\x3c\xb9\xfc\x5e\x21\x4f\x3f\xad\xc6\x07\x8c\x46\x30\x2e\xbf\x57\xc8\x6c\x12\x5d\xf2\x7b\x85\xd1\xaa\x22\x5f\x88\x99\xec\xf4\xd3\x6a\x56\xc0\x90\xef\x25\xbf\x77\x41\xd3\xcd\xd3\x8e\x76\xec\x90\xa6\xdb\xaa\x37\xda\x2e\x56\x5d\xa6\x5d\xe8\x84\xf4\x68\x8f\x8f\xf1\x85\xcc\xdd\x80\x87\x9b\xd9\x70\x1a\x2f\xd6\x37\x85\xd1\x9e\xd8\x35\x5e\x8c\x30\x01\xc3\x36\x53\xde\x20\xac\x2e\x1c\x2f\xad\xf6\x89\x5d\x43\xb6\x6d\xc0\xb0\xcd\xf3\x89\x9f\x02\x9a\xed\x03\xb6\x9e\xc7\xdf\x3e\x1e\x4b\x9b\x6d\x7c\x77\x28\x0e\x0b\x12\xc7\x8b\x85\x14\x68\x6a\xf1\x22\xfe\x89\x17\x26\xc6\xe6\xf7\xa0\x5e\xf1\x07\x06\x34\xb5\xb0\x6e\x71\x40\xd3\xcd\x6c\x58\x8f\xd7\xf2\x4d\x1c\x34\x1a\x5d\x80\x3d\xc5\x8b\xc5\x48\x36\x73\x07\x8c\xde\x0f\x0c\xc8\x6c\x21\xb1\x37\x5e\x2a\xd6\xa4\x11\xdb\x97\x53\xb1\x1a\x37\xa2\x58\x41\xbd\xe1\xc2\x7e\xd4\xb0\xde\xb0\x30\xda\x33\xee\xc6\x6b\xdb\x88\x47\x8b\x0a\x3b\x4d\x43\xb6\xac\x30\xa8\x31\x1d\x56\x25\x16\x0a\x5b\x41\x43\x02\xad\x30\x5a\xe3\x85\xd0\xa2\x80\x21\x5b\x5e\x89\xa6\x1e\x5f\x88\x25\x38\xca\x85\x84\x65\x83\x03\xd2\x6c\x61\xaf\x66\xbc\x8e\x8f\x67\x49\x1c\xf6\x55\xbc\x8e\x8f\x7f\xf4\xa3\x90\x9d\x0e\x39\xb5\x71\x31\x59\x6b\x4f\xa0\x19\xf0\x6b\x3f\x50\xc8\x4e\x87\x34\x5b\x61\xb4\x27\x84\x0c\x4b\x10\x07\x6c\xdb\xf2\x2a\x8a\xba\x22\x4c\xec\x89\x1a\xc2\x12\xc4\x41\xbd\xe1\xc2\x06\xc8\xb0\xde\xb0\x30\xda\xe3\x89\xc3\x7a\xc3\x01\x19\xb7\x90\xe9\x0e\xc9\xb8\x41\x09\xe2\x41\x7c\x1d\x96\x20\x0e\x6a\x0c\x17\x32\xdd\x71\xa9\x6b\x14\x14\x1e\x94\x31\x09\xe8\xbb\x1f\x28\x6c\xfb\x0b\x59\xbc\xc2\x20\x0a\x0f\xeb\x0d\x0b\x85\x0d\x7d\x71\xdd\xb6\x8b\x90\x9b\x62\x27\x21\xd7\x37\xa0\xec\x16\x36\xf4\x85\x94\xdd\xb8\x0c\x37\x06\xad\x5f\x3e\x7e\xf1\x2c\x1b\xa1\x7e\x5d\xea\x17\xca\x74\xa9\x5f\xf0\x73\xcb\xcb\x46\x10\x6e\x04\xc5\x89\x07\xdc\xc4\xa0\x42\xf1\x03\xbc\xe3\xe0\x1d\xc3\x77\x24\x98\x26\xee\x8f\x2b\xec\xe8\xe0\x59\x93\xa6\x86\xcf\x62\xa1\xae\x7d\x44\x76\xe1\xe3\x31\xcb\xf5\xe2\xc6\xed\xd7\x56\xa3\x27\xaf\xad\x46\x53\x63\xb8\x90\xd6\x0e\x88\xb9\x0f\xd0\x5f\x93\x46\x6c\xfb\xeb\x51\xdf\xc2\x76\xb3\xb8\x54\x5f\xc9\xb8\xfd\xc5\x3b\xaa\xbe\x40\x61\x23\x59\x58\x6f\x38\xa8\x31\x3c\xfa\x8b\x77\x3c\xbe\xe3\xa1\x5d\x89\x1b\x8f\xed\x22\x28\xe9\x36\xf5\xf8\xb5\x1f\x57\x59\x48\x6b\x87\x2c\x5e\x61\x30\x1f\x09\x59\xbc\x01\x73\xb7\x5c\x89\xd7\xd6\x3a\x60\xf1\x8e\xfe\x52\x64\xeb\xd1\x7b\x36\x6c\x85\x94\x5d\xa1\x90\x9d\x0e\x29\xbb\xc2\xe8\x4f\x5c\x17\x49\x53\x48\x8f\xde\x17\xf6\x4a\x45\x52\xef\x81\x01\xbd\x33\x2c\x54\x1c\x70\x7d\x0b\xfb\x9b\x42\xae\xaf\x30\xfa\xa5\xe8\xad\x88\x46\x3c\x83\x59\x24\x95\x1c\x18\x90\x40\x23\x11\x06\x45\x7a\x74\xbd\xb0\xd1\x27\x60\x07\x7f\x60\xf4\x27\x46\x0c\x49\xc2\x42\x21\x3b\x1d\x56\x38\x0e\xaa\x1a\x8f\x8e\x67\x82\x43\xfc\xc0\xe2\x2a\x5a\xaf\x46\x4b\x12\x66\xb2\x16\x92\x84\x85\xc2\xce\x94\x90\x24\x2c\x0c\x68\xa7\x21\x49\x38\x60\x01\x17\xf6\x9c\x44\x5a\xb6\x6b\xd9\x2e\x1e\xbf\x6c\xd7\xa2\x5d\x9d\xd6\x2f\xdb\xb5\xec\x2f\x7a\x55\x1b\x02\x0a\x3b\x40\xc2\x02\xca\xc2\x60\x7a\x18\x52\x89\x83\x3a\xca\x85\xbd\x1d\x91\x96\xed\xc2\x60\x28\x66\x1f\x49\x83\x81\x24\x5c\x28\x9a\x1c\xb2\x80\x85\x01\x1d\x36\x52\xf8\x8b\x4f\x9c\x52\x2e\xcc\x2a\x85\x9f\x83\x38\x85\x52\x40\x91\x88\x53\x02\x32\x70\x61\x6f\x47\x58\x21\x39\x20\x06\x0f\xea\xd9\x87\xc4\xe0\x48\x18\x4c\x42\x0b\x93\x06\x93\x70\xee\xd4\xaa\x8f\xa4\x75\x40\x0c\x2e\x49\x05\xd8\xb6\x5e\x53\xc8\xbc\xa3\xa6\x00\x94\x84\x59\x49\x0c\x16\x46\x57\x57\x35\x85\xf4\xe8\x7d\x49\x7e\x0e\xf5\x5e\xae\x30\xf5\xe5\x43\xae\x70\xc0\x0f\x2e\xc9\xce\x39\xb6\x8b\x49\x68\xcf\xdf\xa7\x6d\x45\x3a\xea\xed\x63\x30\x25\xf9\xbe\xc7\x5e\x81\x38\x40\xad\xf9\x48\x0e\x2d\x94\x7c\x2e\xec\x21\x0d\xc8\xc7\x1f\x18\x4c\xa7\x43\x0e\x72\xc0\x3b\x2e\x89\xf7\xb5\xfc\x73\xc0\x2e\x1e\xb0\x8b\x43\x76\xb1\x50\x60\xfe\x87\xec\x62\x61\x40\x12\x0e\xab\x38\x47\xbe\xe9\x28\xc6\xa4\x7c\xfb\x78\x46\x88\xfe\x04\x74\x91\x1d\x21\xe0\x20\x97\xf4\x11\x15\x45\x98\x05\xf1\x4f\xd6\x2c\x80\x42\x7d\xe6\xc8\x0e\x1a\xc0\xe8\x58\x9d\xe5\x9f\x83\x92\xcf\x25\x55\x7f\xf1\x56\x44\x4f\x7c\x6e\xa4\x27\x60\x2a\x97\x54\xf9\x45\x15\x3e\xab\xf0\x0c\x66\x96\x6c\x16\x0a\x04\xfe\xb0\x64\xb3\x30\xba\x8f\x57\xe1\xf3\x33\x9c\x14\x76\x9a\x46\x26\xc8\x0f\xf9\xcc\x1d\x3b\x97\xcf\x1c\x30\x95\x4b\x62\xc0\x96\xa9\x2c\x0c\xaa\xb5\x47\x56\xe1\x29\x9a\x5c\xa8\x96\x1c\xd9\xe1\x40\x0e\x32\xd5\xda\x43\x0e\x72\x50\x53\xb9\x50\xe1\x38\xac\xa9\x2c\x8c\x4e\x2c\x66\x4d\xe5\x80\x96\x5c\xd8\x43\x1a\xd2\x92\x85\xd1\x89\x04\xad\xa9\x1c\x54\x4b\x2e\xf9\xc5\xd7\x36\xe6\xc9\x8e\x10\x44\x6c\x92\x97\x03\xc2\x72\xc9\x38\x67\xab\x25\x0b\x83\xd5\x8d\x90\xbc\x1c\x14\x3d\x2e\x19\x4f\x6c\xd1\x63\x61\x50\xe6\x3d\x24\x2f\x07\x54\xe4\x02\x2f\x3d\x2c\x7a\x2c\x8c\x6e\x47\x1b\xf3\x00\x05\x1a\x77\x48\x4b\x16\x06\x65\xde\x43\x5a\x72\x50\x0e\xb9\x90\xfc\x8e\x62\xcc\x03\x0c\xca\xbc\x87\xa5\x91\x85\x02\xa9\x3a\x8a\xbe\xbf\xb0\x8c\x0d\xbd\x3c\x8a\xbe\x9f\x3a\xc8\x25\x63\x9b\xd6\x41\x0e\x68\xcd\x83\x55\x97\xb0\xe8\x71\x50\xf4\xb8\x64\xf4\xde\xa2\xc7\x21\xc5\x99\x55\x97\x90\xe2\x2c\x14\x58\xbc\x61\x1d\x64\x61\xb0\xea\x12\xd6\x41\x8e\x72\xd3\x13\x28\x79\x51\x31\x81\x01\x55\x3d\x8a\xbe\x1f\x28\xa4\xb5\xa3\xe8\xfb\x8b\x8e\x7e\x3c\x5f\xdb\x6a\xc9\x41\x39\xe4\x42\x5a\x3b\x8a\x5e\x1d\x18\x10\xda\xa3\xa8\xe4\x40\x61\x5b\x69\x48\xbd\x8e\xa2\x46\x0f\xba\x50\x8d\x06\x0a\x34\xdb\x90\x7a\x2d\x0c\xca\x74\x85\xd4\x6b\xa1\x40\xa0\x0d\x0b\x28\x07\xa5\x91\x47\x1f\xf4\x84\xbe\x1f\xea\x75\xc9\x76\x74\xd8\x85\xa4\x6f\x3a\x51\x16\x35\x91\x1f\xa0\xbf\x18\x34\xa0\x61\x7f\x60\xb0\xb2\x14\xb2\xb1\x83\x3a\xc8\x25\xdb\x39\x61\x7f\x69\x1d\x93\xa6\x6a\x1d\x30\xb0\x0b\x34\xca\x28\x9a\x02\x30\x58\x7f\x0a\xd9\xd8\x42\xc9\x3e\x5e\xeb\x28\x5a\x07\xf1\x53\xd1\x3a\x60\x60\x17\x48\x8d\x61\x01\x65\x61\xb0\x4a\x15\x16\x50\x16\x0a\x1c\xc0\x90\xa0\x1d\x52\xaf\xa9\x7b\x1f\x52\xaf\x03\x9e\x75\x29\x44\x6c\xf2\xac\x85\x01\xb5\x3f\x8a\x31\x0f\xa4\xea\x02\xd7\x2e\x24\x55\x0b\x83\x22\x63\x21\xa9\x3a\x24\x55\x53\x4c\x3e\x24\x55\x07\xb5\x8f\x0b\x34\xb7\xb0\xf6\xb1\x30\x28\x13\x1f\x92\xaa\x85\xc2\xe6\xd5\xa8\x06\xf6\xc0\xa0\x4c\x7c\x58\x21\x39\x28\x87\x5c\x4a\x9a\x88\xb6\x22\x1a\x41\xcc\x53\xb5\x0e\x08\xda\x05\x6a\x5a\x48\xd0\x16\x06\x65\xe2\x43\x82\x76\x40\xd0\x2e\x70\xc7\x42\x82\x76\x50\x02\x79\x50\x26\x3e\xaa\xa6\x00\xf5\xba\x94\xe2\xb3\x6c\xd7\x6d\xbb\x78\x47\xad\x03\x28\x70\xb4\x42\xea\xb5\x30\xd8\xab\x10\x52\xaf\xa3\xde\x7c\x0e\x86\x93\xaa\x75\x00\x63\xd8\x39\xcb\xa6\x32\x04\x40\x89\x8a\xaa\x75\x00\x83\x02\xf0\x61\xb5\x65\xa1\x94\x5a\xbf\x3f\x14\x5b\x8c\x59\x18\xd4\x87\x8f\xaa\x3d\x55\x46\x08\x58\x4e\x51\x35\x1e\xe8\xe1\x83\xd5\xc2\x90\x1e\x2e\x14\x6a\x2a\x87\xf4\x70\x61\x0c\x26\x91\xd5\xc9\x07\xf4\xf0\x02\xe7\x28\xa4\x87\x0b\x83\xfa\xf0\x51\x1d\x5a\xa8\xcf\x5c\xe0\xf6\x84\xf5\x99\xa3\x32\xd3\x18\x7e\x79\x87\x16\xa0\xc0\x42\x09\x4b\x36\x0b\x63\xf8\xe5\xb5\x27\xa0\x14\xe6\x49\xb2\xcf\x85\x41\x15\xf9\x90\x7d\x1e\x75\xf3\x8e\xb8\x91\xea\xe4\x83\x92\xcd\x83\x2a\xf2\x61\xc9\xe6\xa0\x4c\x73\x81\xa1\x11\x55\xe3\x01\x06\xa5\xea\xa2\x6a\x3c\xf5\xf0\x8b\x8c\x5c\xd5\x58\x0a\x5e\xfa\x18\x6a\x91\x43\x8b\xe7\x4a\x55\x4c\xac\x3a\x87\x00\x6a\x53\x95\x8d\xa5\xa0\xaa\x17\x98\x10\x21\x55\x3d\xa8\xdc\x3c\x58\x5d\x8d\xe6\x08\x01\x55\xbd\x90\xa7\x0f\xa9\xea\x41\x01\xe5\xc1\xea\x6a\x58\x40\x39\xa8\x96\x5c\xc8\x4e\x87\xd5\x92\x85\xc1\xea\x6a\x48\x68\x0f\xd8\xeb\x85\x8c\x72\xc8\x5e\x17\x06\xd5\xda\x43\xf6\xba\x50\x6a\x9e\x88\x42\x11\x5f\x1b\xed\x96\xd0\x2e\x94\xfa\x69\x84\xed\x52\x95\x19\x5a\x64\xaf\x07\x8c\xf5\x52\x7d\xbc\xbe\x5f\xf6\x3a\x75\xd8\x43\xf6\x7a\x34\xb4\xb0\x7e\x44\x6f\x45\x6f\xae\xa2\x11\xba\x70\xca\x2c\x17\xf2\xa8\x61\x99\x65\x61\x50\x55\x3d\xe4\xb8\x07\x1c\xf7\x42\xee\x33\xe4\xb8\x0b\x83\xa2\x7d\x21\xc7\x5d\x28\x64\x0f\xc3\x9a\xca\x21\xc7\x7d\x30\x98\xc9\x71\x0f\xaa\x25\x97\xda\x7c\x96\xed\x22\xc8\xa7\xf6\x7a\x58\x2d\x39\x1a\x91\x51\x45\xa3\x9b\xea\x0b\x0c\x4a\xfb\x45\x53\x7d\x81\x42\x66\x2d\x2c\xa0\x2c\x8c\x61\x53\x55\xdf\xc6\x6a\x10\x39\xb3\x68\x0e\x07\xc0\x60\xb7\x51\x34\x87\x03\xa0\x54\x06\xd9\xe6\x70\x40\xe5\xe5\x31\x88\xc5\xac\xbc\x1c\x14\x50\x2e\xa4\xb5\xc3\x02\xca\x21\xf7\x9e\x3d\x49\x21\xf7\x3e\x20\xda\x17\xf2\x3e\x21\xd1\x5e\x18\xc3\xce\x39\x76\x21\x13\x86\x8a\x75\x48\xb4\x0f\x0a\x28\x0f\x4a\x0e\x86\x05\x94\x83\x72\xc8\x85\x8c\x4e\x34\xe3\xa7\xe6\x08\x41\x94\x25\x85\x3e\xe0\xcb\x97\xf6\x52\x54\x14\xa1\x13\x44\x46\xf2\xe5\x03\x72\x7c\x69\x8c\x10\x92\xe3\x03\x26\xfc\x60\xf5\x3e\x64\xc2\x0b\x85\x0c\x45\xc8\x84\x17\x06\xab\xf7\xd1\x9d\x11\x00\x85\xdc\x43\x48\x8e\x8f\xee\x70\x40\xd0\xdb\x1d\x0e\x80\x42\x26\x20\x24\xc7\x47\xd7\x86\x58\x59\xea\xda\x10\x50\x58\xe3\x0f\xf9\xf2\xc2\x60\x8d\x3f\xba\x51\x16\x50\x58\xbd\x0f\x6b\x2a\x07\x7c\xf9\x31\xf8\x68\xf2\xe5\x03\xaa\x7a\xa1\x34\x72\x48\x55\x17\x06\xbb\xb3\xa2\xeb\xa3\x61\xac\x17\xd6\xac\xc3\x6a\xc9\xc2\x20\x13\x10\x5d\xeb\x80\x78\x5e\x58\x67\x8e\xae\x46\x4b\x42\xa7\x38\x7a\x48\x42\x8f\xfe\xa8\x6f\x69\xa8\x49\x8f\xcf\x8d\x7c\xa1\xa1\x08\xf5\xa5\xae\x70\x71\x69\xb1\xab\x5f\xc0\x20\x5f\x10\xdd\x39\x2a\x50\x5c\x9c\xb3\xec\x70\xc0\x32\x1f\x94\x3d\x0f\xcb\x0e\x07\xfc\xf1\xc2\xce\xdc\x90\xec\x1d\x50\xa4\x4b\x9b\xcf\x0b\x59\x20\x57\x18\x6c\x24\x0b\x0f\xcc\x0b\x18\xd4\xc5\x69\xab\x0c\x6a\x61\x90\x8e\x08\x19\xd4\x42\x71\x2e\x29\x83\x5a\x18\x03\x2d\xb4\x66\x6e\x8c\xa7\x8f\x8a\xb3\xc4\xe1\x98\x26\xa9\x9a\x7a\xe9\x21\xa9\x3a\x60\x50\x97\xce\x62\xa6\x0c\xea\x80\x41\x3d\xd8\xba\x16\x32\xa8\x85\xc2\x29\x62\x21\x83\x5a\x18\xf3\xf5\xef\x98\x15\x0f\xfd\x0f\x9c\xeb\xe2\x84\x54\x52\xb5\x30\xd8\xff\x16\x92\xaa\x85\xe2\xf4\xd0\x5a\xbc\x31\x48\x73\x50\x02\x3d\x86\xc3\x27\x74\xe9\xe2\x94\x4e\xba\xb4\x30\x28\x81\x1e\x43\xa3\xa6\x40\x6e\xe9\x2c\xb8\x0e\xe7\xf7\xb0\xa6\x07\x7b\xe9\xc2\xca\xb8\x01\xc5\xb9\x70\xa4\x53\x48\x71\x0e\x08\xc7\x85\x6c\x6b\x48\x38\x16\x06\x49\x9a\xb0\xe6\xad\x50\xc8\x7d\x86\x35\x6f\x85\x31\x19\xf2\xa6\x6b\x51\x40\xe1\x04\xa4\x90\xa9\x1c\xd0\x92\x07\xa9\x9c\x90\x96\x1c\x54\xa0\x2d\x86\x90\x56\xa0\x15\x06\x55\xd1\x63\xfa\xe5\xe1\xfa\x16\x4e\x95\x09\xb9\xbe\x41\xb9\xd9\xc1\xee\xbd\xb0\xdc\x6c\x40\xd9\x2d\x8e\xa8\x52\x76\x85\x41\x2a\x27\xa4\xec\x06\xfc\xdc\xe2\x38\x22\x3f\x57\x18\xd4\x3b\x0f\xf9\xb9\x01\x19\xb7\x90\x89\x0c\xc9\xb8\xc2\xa0\xde\x79\x48\xc6\x15\x8a\x5e\x5d\x32\xae\x30\xd8\x2f\x18\x16\x7f\x8d\xc9\xf2\xa7\xfe\x7a\xba\xc0\x03\x0c\xaa\xa2\x87\xc5\x5f\x03\xb6\x6d\x19\x4c\x64\xa6\xb1\x05\x34\xdb\x41\x8a\x29\xa4\xd9\x06\xd4\xd8\xa2\x2f\x93\x1a\x1b\xd0\x61\x0b\x09\xc5\x78\xeb\x50\x61\x59\x0e\x6a\x9c\x87\x2c\xcb\x80\x20\x59\xa8\xa0\x1d\x6f\x23\x23\xc9\x92\xa6\x36\x24\x4b\x06\x34\xc8\x42\xdd\xe8\x90\x06\x29\x0c\xea\xd4\x86\x34\x48\xa1\x50\x1a\x39\x2c\x01\x2a\x0c\xea\x6a\x86\xcc\xc8\x80\xf3\x58\x28\x7a\x1c\x72\x1e\x85\x31\xd1\x2f\x49\x8d\x71\xb3\xce\x43\x09\xe2\xb8\x9d\x43\x00\x83\xea\x9b\x61\xed\xd0\xa0\x50\x68\x61\x57\x61\x58\x28\x54\x18\xa6\x5c\x64\x43\x06\x0c\xc8\x42\xa9\xdf\xb0\x50\x68\x58\x28\x94\xca\xb8\x21\x1b\x32\xa8\xbe\x59\x7c\x21\xab\x6f\x0a\x63\xe2\xcb\x6e\x23\x23\xa0\x52\xa4\x35\x6e\x5d\x38\x30\x26\xbe\xec\x36\x32\x82\x3c\x58\x29\xd2\x1a\x92\x07\x85\x41\xfd\xdc\xb8\xf5\x2c\x40\xa5\x46\x67\xc8\x27\x14\x06\x55\x41\xc3\xe2\x9e\x71\x3f\x1e\xa0\x52\xa3\x33\x6e\x3d\x00\x30\xd8\xe1\x18\xb7\x53\xcd\xfb\xd1\xe8\x4a\xf5\xcd\xb8\xd5\x68\x60\x50\x0d\x37\xe4\x13\x06\x1c\xc2\xfa\x22\xae\xbb\xd5\x68\x60\x52\x61\x34\x6e\xa3\x65\xa0\x52\xf8\x32\xa4\x18\x0a\x93\x6a\xb8\x21\xc5\x30\x60\x0a\x56\x0a\x5f\x86\x4c\x41\x61\x52\x0d\x37\x2c\x14\x1a\xf7\xa6\x5d\x55\x91\xed\x7a\x60\x52\x0d\x37\xe4\x13\x06\x7c\xc2\x4a\xe9\xc8\x90\x4f\x28\xcc\x4f\x47\xeb\xbf\xa0\x18\x56\x8a\x42\x86\x14\xc3\x80\x4f\x38\x5f\x2f\x6f\x1c\x8a\xe8\x7b\x82\x12\xc9\x83\x41\x2d\xcc\xfa\x62\x05\xd9\x5a\x98\xc2\x64\x47\x68\x2c\xbf\x23\x24\xbd\xca\x51\x8a\x21\x49\x4f\x98\x14\xb5\x0d\x49\x7a\x01\x31\xaf\xb2\xfb\x2f\xac\x98\x29\x4c\x2a\xd8\x86\x15\x33\x83\x5a\x98\x95\xdd\x7f\x61\x2d\xcc\xa0\xf0\xe5\xa4\x82\x6d\x58\xf8\x32\xa0\xdf\x55\x76\xec\x85\xf4\x3b\x61\x9a\x0b\x5c\x2a\x00\xf4\xbb\x7a\xe1\xac\xa4\xdf\x09\xf3\x85\x2f\xb4\x7e\x65\xc0\xa2\xab\x26\x2d\x64\xd1\x09\x93\x0a\xb6\x21\x8b\x2e\xa0\xcc\x55\x2a\xc3\x85\x94\xb9\x58\x7e\x5a\x16\x82\xa5\xcc\x05\xd5\x24\x2b\xfb\xe7\xc2\x6a\x92\x41\x89\xc8\xc9\xa1\xa5\xb1\xfc\xda\x8b\x8f\x66\xee\x61\xf9\xd1\x96\x1f\x0d\x8f\xb9\xfc\x68\x10\xeb\x2a\xe5\xc3\x42\x62\x9d\x30\xd9\x67\x1b\x4b\x6f\x02\xd7\xae\xb2\xe7\x2d\xe4\xda\x09\xd3\x4c\xe6\xd2\x75\xc0\xaf\xab\x14\xe0\x0a\x8b\x4a\x06\x5c\xbb\xa9\x0d\xc9\xb5\x13\xe6\xeb\xdf\x71\x1c\x44\x58\x73\x52\xa8\x54\xc8\x8a\xd0\xd9\x50\x86\x72\x72\xb0\x6a\x58\x86\x32\xe2\x71\x1d\x95\x4a\x54\x11\x2e\x58\x50\x8d\x72\xbe\xb2\x22\x14\x2b\x6e\xf4\x83\x41\x36\x8c\x2a\x81\xc9\x59\xab\x21\xad\x2f\xa0\xf2\x55\x33\x0c\xd6\x9c\x14\x26\x3b\x86\x23\x8c\x2a\x29\x43\x59\xaf\xe1\xb3\xfc\xc5\xdb\x5f\x54\xe4\x2f\x06\xad\xc7\x97\x49\x9f\x13\x26\xfb\x8a\x43\xfa\x5c\x50\xdb\xb1\x26\x94\xc1\xda\x8e\xc2\xd4\x1b\x44\x7c\x9e\xf5\x98\xab\x4b\xf5\xd2\xe7\x84\x69\x7e\x37\x74\x23\x70\xe5\xaa\x4b\xf5\x72\xe5\x84\x49\x2d\xde\x08\xb5\x88\xa2\x90\x95\x12\x43\x61\x51\x48\x61\x52\x78\x37\x2c\x0a\x19\x81\x16\x25\x1f\xaf\x16\x85\x5a\x84\xff\x91\x1f\x17\x81\x16\x51\x58\x27\x42\x2d\x0a\x4d\x9f\x20\x4c\x7e\x5c\xc4\x33\xf9\xa8\x2e\xc2\xc7\xf9\x3c\x1e\x3b\xff\xdc\x18\x8a\x78\x47\x74\xcd\x6a\x92\xc2\xa4\x3c\x6f\xc8\xa2\x0b\x0a\x39\xd6\xc4\xe8\x6c\x21\x47\x61\x52\x9e\x37\x64\xbe\x05\x04\xb6\x4a\xb5\x9a\x90\xc0\x26\x4c\xb3\xd3\x56\x6d\x0c\x4a\x34\x56\xf6\xa9\x85\x25\x1a\x85\xf9\x22\xdc\xb0\x44\x63\xc0\x50\xab\x89\x64\xee\x76\x81\x07\x98\x2f\xa6\xad\xb2\xd5\x02\x56\x59\x75\xe1\x7c\x3b\xb4\x00\x53\x1f\xbb\x1d\x5a\x80\xea\x92\xf8\xd6\xb3\xc0\x3d\x9b\xe6\xc3\xb7\x6a\x02\x0f\xad\xba\x24\x2e\x0f\x4d\x98\x7a\x62\xab\x36\x06\xc5\x17\x2b\x3b\xbd\xc2\xe2\x8b\xc2\x7c\x31\xb9\xb5\xf8\x62\x50\x43\xb1\x52\x8d\x24\xac\xa1\x28\x4c\x4a\xfd\x86\x35\x14\x03\xd2\x59\x65\x0f\x57\x48\x3a\x13\xa6\x5e\x5d\xd2\x59\xc0\x1d\xab\xec\xce\x0a\xb9\x63\xc2\x34\x4f\x2f\x77\x2c\x28\x7f\x58\x5d\xec\xde\x7e\xed\xed\xd7\xc6\x41\x48\x27\x0b\xe8\x64\x35\xd3\x85\xd2\xc9\x84\x4a\xb5\x88\x38\x7a\x80\xf3\xe6\xf1\xcd\xab\x8a\xa2\xc2\x55\x0d\x51\x55\x84\x89\x36\x6f\xe4\x0b\xc1\x1d\xab\x94\x86\x08\xb9\x63\xc2\x74\x00\x3a\x2a\x00\x4c\xb0\x9a\x99\x90\x1e\xad\x16\x0a\xd8\x94\x52\x20\x05\x4c\xa8\x6c\xea\x0f\x29\x60\xc2\x94\x52\x70\x1c\x80\x60\x85\x55\xb6\x3c\x85\xac\xb0\x38\xcb\xd6\xd3\x08\x67\x53\x30\xb9\xaa\xeb\xcc\x32\xb9\x84\x29\xf1\x40\x26\x57\x40\xdb\xaa\xec\x48\x0f\x69\x5b\xc2\x74\xac\x94\xb6\x15\x50\xb5\x2a\x9b\x99\xe2\x38\xaf\x04\x26\xf5\x86\xe3\x38\xaf\x3c\x28\x13\x9b\x99\xe2\xa8\x4c\x30\xb9\xe6\xcb\xd7\x76\x3e\x03\x6d\xab\x72\xb8\x5e\x48\xdb\x12\xe6\x8b\x65\x11\x69\x5b\x01\x47\xab\xba\xce\x2c\x47\x4b\x98\x94\x1d\x8e\xe3\x60\x06\x54\xf6\x61\x87\xb4\x2d\x61\x52\x7a\x3b\xa4\x6d\x05\x95\x1a\x6b\x61\xe4\x3a\x06\xe3\xc0\x7c\x31\xa7\x97\xc9\x15\xb0\xb7\x6a\x49\xfe\xe2\x54\x64\xeb\xbd\xd1\xd6\xe3\xd2\xd8\x3e\x15\x32\xb9\x84\xf9\x22\x04\x95\xc9\x15\x70\xb4\x6a\x49\x3e\xde\xef\xb8\xf9\x8e\xcc\xfc\x8f\xab\x2e\x70\xb4\xaa\x0b\xd4\x72\xb4\x84\x29\xe9\xc3\x1a\x8c\x01\x6d\xab\xb2\x21\x39\xa4\x6d\x09\x93\x82\x0a\x71\x1c\x18\xe1\x68\x55\x16\xa8\xb7\x1c\xad\x0d\x71\xaa\xb2\xce\xbc\xa9\x55\xf8\x00\x1e\xf3\xd1\x9c\x6d\x7d\xc2\x0d\x25\xaa\xb2\x14\xbb\xa5\x44\x09\xf3\xf5\x0c\x3a\x5b\x4a\xd4\x86\xf3\x54\xd9\x61\xb4\x5f\xcb\x1b\x17\xb6\x3d\x78\x3c\x93\xee\x4d\x15\xc3\x5a\x3e\xa2\xad\x08\xbf\x3a\xbe\x4f\xdb\xda\xaf\xe5\xaf\x33\x98\xb1\x97\x6e\x7b\x46\xbc\x30\xa1\xaf\x6c\x4b\x21\xee\x97\xfa\x31\x69\xd0\xb6\x8d\xea\xc7\xe4\x4d\xb6\x5d\xf0\x74\x7a\xe5\x10\xbb\xed\xd9\xeb\xc2\x7c\x4d\x45\x5e\xc5\xb2\x2c\x87\xc5\x6d\x4f\x55\x17\x26\x05\x24\xb6\xa7\xaa\x6f\xb8\x50\x95\xdd\x33\x5b\x2e\xd4\x7e\x39\x68\xd0\x54\x89\x4f\x1b\x66\x52\x65\x45\x74\xcb\x4c\x12\x26\xb4\x9a\x2d\x33\x49\xa8\xec\x19\xd9\x54\x11\xfc\xc0\x7c\x3d\x86\xb8\x2d\x26\xb8\xe1\x2c\x55\xd6\x3a\xf7\xc5\xdc\x59\x98\x2f\x5e\x1b\x2e\xd3\x03\x99\xab\xb8\x11\xff\x23\x4c\xe2\xd8\x2d\xa5\x69\xc3\x4c\xaa\xec\xba\xd8\x32\x93\x84\x49\xd5\xeb\x0d\x4b\xe9\x03\x95\x7d\x0b\x5b\xb2\x92\x30\x29\x7f\xb1\x29\x52\xf8\x00\xed\x42\x65\x2e\xf5\x83\x5a\x85\x93\x98\x78\x5b\xab\x70\x43\x69\xaa\xec\x35\xd8\x52\x9a\x84\x09\x75\x68\x5b\x72\x70\x43\x56\xaa\xb0\xf5\xb7\x64\x25\x61\x12\x39\x6f\x4f\x55\xdf\x17\xa1\x0b\xec\xf5\x4d\x15\xc1\x0f\x4c\x8e\x2a\xdf\x16\x13\xdc\x30\x93\x6a\xf3\x85\x54\x00\xe0\x82\x5b\xb8\x3d\x2f\x5d\x98\x54\xa4\xdf\x92\x95\x36\x05\x04\x6b\xfb\x88\xba\xa2\xce\xba\x3c\x4d\x65\x30\xdb\xd0\x90\x2a\xd4\xeb\x2d\x0d\x69\x43\x43\x9a\xb0\x9c\xb6\x34\xa4\x0d\x83\xa8\xb2\x7b\x66\x5b\x00\x50\x98\x54\xb7\xdf\xb2\x89\x84\x0a\xfd\x77\x7b\xc6\xb9\x30\x29\xf1\xb1\x2f\x55\x8e\x63\xcf\x6b\x4b\xbc\xf6\xf1\x73\x1c\x3e\x87\x8d\x38\x36\x02\xd3\x67\x01\x71\x4b\x43\xda\xf0\x8c\x2a\xfc\xdc\x0d\xd9\xe8\x03\x93\x99\xc6\x96\x73\xb4\x39\x09\xbd\x72\xdc\xda\xf6\x24\x74\x61\x52\x25\x7c\xcb\x39\xda\x9c\x58\x5e\x61\xde\xee\xa4\xe6\xc0\xc7\x99\xd0\xb6\xb6\x7c\x1c\xa1\x24\x4c\x41\x3e\xce\x86\x69\x33\xa9\xc6\xbd\x65\xda\x08\xb5\x3d\x4e\x70\xcb\xb4\x11\xe6\x65\xeb\xfd\xda\x1c\x5c\x5e\xdb\xe0\x59\x61\x23\x18\x47\x2e\x5f\x88\x71\x64\x53\x6f\xaf\x42\x73\xdb\xd6\xdb\xdb\xb0\x6b\x26\xec\xab\x0d\xc5\xe6\x03\x95\x2d\x29\x5b\xa6\x8d\x30\x61\x5f\xed\xe4\xd7\x86\x70\x53\xa1\x80\x6d\xab\xf2\x6d\xc8\x37\xf3\xb2\x73\xf0\xea\x1b\x2a\x4c\x85\xa3\xb5\xa5\xc2\x08\x93\x0a\x22\x5b\xae\x8b\x50\x61\x00\x6d\x78\x2f\x0f\xf0\xd1\xec\x42\x3f\x1a\x50\xfb\x33\x42\x6c\x89\x2d\x42\xed\x7c\x6d\x8b\xeb\x09\x93\xf2\xcf\x5b\xae\xcb\xe6\x78\xf3\xca\x8a\xe8\xce\x7e\x47\x60\x5e\xc5\x67\x35\x45\x6f\xae\x2a\x88\x6e\x45\xbc\x50\xf1\xf1\xbc\x10\xc4\x96\xca\x5a\xe7\x96\xd8\x22\xcc\xab\x2a\xf2\xf1\x8b\x5f\xf4\x46\xbf\x76\xd6\xf8\x2a\x8d\xd0\xf8\x20\x7d\xd4\x3e\x68\x84\x9f\x03\x98\x14\xdb\xdd\x92\x3e\x36\xdc\x8d\xda\xf1\x85\x72\x37\x84\x09\x21\x6b\x5b\x78\x6e\xc3\xd7\xa8\xe4\x9d\xb7\x55\xe6\x36\x67\x58\x4f\x26\x55\xdb\x33\xac\x37\x95\xe5\x2a\x89\xe1\x9d\xfd\x1c\xd9\xcf\xc1\x30\x65\x95\xb9\x0d\x51\xa3\x8e\x8b\x2e\x3c\x9f\xc7\xa3\x98\xcf\xb0\xbe\x25\x6a\x6c\x88\x1a\x95\x7c\xe7\x96\xa8\xb1\x8b\xbd\xfa\x0c\xeb\x5b\x56\xc6\xe6\xc0\xea\xca\x6a\xe3\xf6\xc0\x6a\x61\x72\x4e\xc0\xf6\xc0\xea\x0d\x51\xa3\x92\x31\xdc\x12\x35\x36\xb5\xe8\x26\x93\xbd\x6d\x2d\xba\x0d\x51\xa3\x72\x26\xf3\x96\xa8\xb1\x21\x6a\x4c\x26\x7b\x5b\xa2\xc6\xe6\x90\xe9\x4a\xce\x6d\x7b\xc8\xb4\x30\x39\x73\x60\x7b\xc8\xf4\x86\x49\x51\x59\x6d\xdc\x32\x29\x84\x09\x35\x6d\xcb\xa4\xd8\xd0\x26\xea\x68\xdf\x3f\x0e\x62\xcb\xaa\x10\x26\xf5\x5e\xb6\xac\x8a\x0d\xed\xa1\x92\xf0\xd9\xd2\x1e\x84\x79\x31\xa2\x5a\x84\x6e\xc3\x84\xa8\xc3\xbe\x53\x3f\x80\xc9\x1c\x75\x7b\x22\xb4\x50\x87\xbd\xc2\x54\x53\x98\xd4\x8e\xd9\x25\xec\x3b\xa6\x9a\x9c\x14\xbb\xe5\x4b\x08\x13\x46\xdd\x96\x2f\xb1\x0b\x71\xd9\xb0\x11\xdb\x4f\xb3\xfd\x45\x6f\xf4\x17\x0f\xdd\xc9\xc0\x68\x5d\x3a\x61\x52\x2d\x79\x17\x15\x0b\x8e\x43\x65\x79\x7d\xcb\x71\x10\x26\xd5\x92\xb7\x1c\x87\x0d\xcb\xa0\xb2\x65\x60\x7b\x00\xb3\x30\x29\x4d\xb3\x65\x1c\x6c\xb8\x04\x75\x3e\x53\xe0\x2d\x97\x40\x98\x54\x4b\xde\x56\x76\xdb\xa4\xf1\x2b\x47\x29\x6e\xf3\xf4\xc2\xa4\x5a\xf2\x36\x4f\x2f\x54\x4e\x66\xda\xd5\x2f\x04\x4c\xaa\x25\x6f\x53\xf7\x9b\xa4\x7c\xa5\x66\xdb\x36\x29\x2f\xcc\x84\x13\xac\x7a\x62\xd2\xda\x95\xf3\x9b\xb6\x69\x6d\x61\x52\x32\x67\x57\xad\x0e\xa8\x2c\x46\x6e\x33\xdd\xc2\x84\xa7\xb8\xab\xfd\x55\x89\x8c\xa6\xaf\x6d\x64\xc4\x79\xc5\x33\x61\xc1\x9e\x57\x2c\x34\xd6\xc8\xb6\x99\xee\xdd\x1e\xf7\xd6\x58\x10\xdb\x4d\xf7\x06\xcc\xc4\x88\xea\x11\xc6\x9b\x33\x86\x1b\x0b\x62\xdb\x33\x86\x37\xd5\xdc\x26\xe7\x5b\x6c\xab\xb9\x09\x8d\xc5\xa2\xdd\x8c\x9f\x80\x99\x3e\x8f\xe7\xb5\x49\x91\x37\x68\xef\xdb\x14\xf9\x26\x2d\x3e\xa9\x01\xb4\x9b\x61\x32\x69\xed\xc6\xa2\xce\x36\xad\x2d\xcc\x64\x23\x8c\x79\x38\xf8\xb7\xb1\x94\xb1\x9b\x5f\xa8\xf9\x39\x18\x18\xcd\x61\x6f\x12\xd6\x8d\xa9\xf9\x36\x61\x2d\x4c\x88\x97\xdb\x84\xf5\x26\x57\xdc\x98\x4e\x6f\x73\xc5\x9b\xa4\xe9\x4c\xd7\xd3\x13\x26\x4d\x37\x89\xbb\x99\xf0\xc4\x26\xee\x36\x45\xa0\x1a\xb5\xe6\xb7\x45\xa0\x36\x47\x88\x4e\x6a\xbc\x6c\x8f\x10\xdd\xe4\xf2\x1a\x04\xda\x6d\x2e\x4f\x98\xcc\xfc\xb7\xb9\xbc\x4d\x5d\xa8\xa6\x8f\xb5\x2e\x94\x30\xa9\x04\xb3\x3d\x09\x74\x73\x12\x68\xbb\x98\x43\x78\x12\xe8\xa6\x7a\xd4\xcc\x74\xb4\xd5\xa3\x36\xe5\x9d\x9a\x4e\xc1\x8c\xdf\xa6\x58\x53\xd3\x3a\x86\xe1\x06\x30\xe1\xda\x6d\x0b\x37\xed\xf1\x7c\xe1\x46\xcd\xee\x3d\x74\xa8\xc0\x64\xf9\x61\x0f\xbf\x36\x55\x9a\x9a\x9f\xd6\x2a\x4d\xc2\xa4\xe0\xeb\xb6\x4a\x93\xd0\xe0\xae\x6e\xab\x34\x6d\x4e\x02\x9d\x14\x7c\xdd\x9e\x04\xba\x39\xd7\xb3\x25\x74\x62\xf8\xb5\x39\xd7\x73\x52\xf0\x75\x8f\x65\xeb\x1f\x1f\xdb\x28\xbd\xbd\x4d\x4e\x0a\x13\x0e\xe0\xf6\x40\x4f\xa1\x51\xb8\x69\x9b\xaf\xdc\x64\x22\x67\x46\x31\xcd\x44\x6e\xd2\x8e\x8d\x15\xaf\x6d\xda\x51\x98\x14\xc0\xd9\xd6\x72\x12\x1a\x05\xa7\xb7\x99\x48\x61\x52\xa4\x75\x0f\x83\x25\x32\x91\x0d\x72\xea\x36\x13\x29\x4c\xf8\x84\xdb\x54\xe3\x26\x63\xd8\x38\x52\x65\x9b\x31\x14\x26\x45\x5a\xb7\xc5\x9a\x84\x96\x9a\x57\xd9\x88\x40\x01\x32\x22\x15\x73\x3c\x6a\xd6\x12\x31\xf5\x30\xa6\xe6\x70\xd0\x99\xed\x1c\x7d\x34\xd0\x38\x06\x65\x7b\x38\xa8\x30\x29\xcc\xb3\x87\xb1\x18\xd0\xa8\x2e\xbd\x87\x8a\x39\x54\x4c\x86\xcf\xa1\x62\x72\x5e\x68\xa3\xba\xf4\xf6\xbc\x50\x61\xb2\x40\xb4\x3d\x2f\x54\x68\x50\x58\xb7\x75\xa5\x84\x99\xfd\x1c\xc6\x16\x40\x4b\x5d\x91\xef\xa8\x92\x67\xba\x50\x25\x27\x13\xda\x12\x81\x84\x45\xa4\x84\x49\xdd\xd6\x6d\x11\xa9\x4d\xc5\xa8\x46\x2d\xa8\x6d\xc5\xa8\x4d\x95\xa8\x49\xdd\xd6\x3d\x74\x7c\x40\x4b\x8c\x7c\xa6\x53\x85\x99\xcb\xf5\xfd\xa1\xd8\x82\x52\x9b\x04\x6c\x83\x53\xbb\x4d\xc0\x0a\x93\xd5\xaf\x6d\x02\x76\x93\x47\x6d\x2c\xfa\x6d\xf3\xa8\x9b\x92\x4e\x93\x0a\x46\xdb\x53\x41\x85\xa6\xd5\x4d\x2d\x05\x98\x14\x7f\xdd\x56\x7c\xda\x14\x6e\x6a\xda\x93\x85\x9b\x84\x09\x6d\x74\x5b\xb8\x49\x68\x6a\x91\x67\x87\x0a\x93\xe2\xaf\xdb\xcc\xed\x26\x5b\xdb\xd4\x0f\xcb\x3b\x09\x13\x72\xe9\xb6\xbc\xd3\xa6\xfe\x52\xf3\xcb\x5b\x7f\x49\x98\x94\x88\xdd\x1c\x1a\xfa\xc0\x7c\xae\xf2\xf1\xf1\xb9\x11\xa3\x46\xbb\x3d\x28\x74\x93\xa6\x6d\x2c\xfa\x6d\xd3\xb4\xc2\xfc\xab\xc8\xd6\x6f\x7e\xb1\x29\xf2\x17\x55\x3f\xfc\xb5\x35\x93\x84\x46\xc1\xd6\x6d\xcd\x24\x61\xe6\xaa\xc8\x46\xa0\xa4\x19\x85\x9f\xfb\xd3\x08\x94\xb4\xd2\xab\x2a\x29\xd0\x28\xd8\xba\xcd\xef\x6e\x32\xb7\x93\x65\xc6\x6d\xe6\x76\x93\xad\x9d\x94\x51\xda\x6f\x63\x4f\xa0\x41\x08\xdd\x16\x35\xda\x6f\xbd\x27\x71\xac\x15\x8c\x36\xb5\x89\x1a\xb5\x89\xb6\xb5\x89\x84\x49\x39\xd1\x6d\x6d\xa2\x4d\x89\xa1\x46\xb9\xc7\x6d\x89\x21\x61\xb2\xf2\xb8\xdf\xce\xfc\xa9\x27\xd4\x0a\x6e\xd7\x7a\x42\xc2\xcc\x44\x6c\xd6\x13\xda\xd4\x13\x6a\x70\x31\xb7\xf5\x84\x84\xc9\xfa\xe4\x7e\xeb\xde\xa8\x27\xd4\x58\xea\xda\xd6\x13\x12\x66\x26\xae\x7b\xeb\xa5\x28\x1e\xd4\x58\xea\xda\x16\x0f\xda\x6f\x6d\x93\x98\xf8\xad\x6d\x92\x2b\x6e\x1c\xb2\xb1\xcd\x15\x6f\x52\xbe\x8d\x4a\x54\xdb\x94\xaf\x30\xa1\xb3\x6e\x0b\xe0\x6c\x32\xbf\xad\x0c\x45\x6f\x45\x6f\xae\x9a\x88\x78\x21\x4e\x7a\x6c\x94\xb6\xd9\xb7\xfd\x05\x4c\x96\x2c\xb7\xd5\x6e\x36\x15\x6a\x1a\x95\x95\xb6\x15\x6a\x84\x49\x95\xa6\x7d\x1b\xd7\x51\x5c\xa6\x51\xc1\x68\xdf\xeb\x23\xba\xb9\x2a\x21\x5a\x8a\x9e\x2e\xa4\xf6\xcc\xb6\xf6\x8c\x30\x29\x56\xb9\x6f\xbb\x90\x7a\x31\x8d\x42\x33\xdb\x7a\x31\xc2\xf4\x0b\xdd\x5a\xc7\x4d\x17\xba\x4a\x75\xdb\x85\xc0\xa4\xa4\xe5\x36\x7d\xbc\xa9\x2a\xd3\x60\xf7\x6d\xab\xca\x08\x93\xa5\xd4\x6d\x62\x78\x53\xbd\xa5\x51\x25\x65\x5b\xbd\x45\x98\x94\xb4\xdc\x66\x5b\x37\xd9\xd6\xe6\x9a\x91\xd9\xd6\x4d\xa9\x96\x06\xcd\x6d\x5b\xaa\x45\x98\xac\xc1\xee\x65\x5c\x47\xa9\x96\x46\xd1\x87\x6d\xa9\x96\x4d\x11\x96\x09\x49\x78\x5b\x84\x65\x2f\x34\xda\xa5\x9f\xa5\x46\x03\x93\x35\xd8\xbd\xfc\x42\x94\x6a\x69\x94\x24\xd8\x96\x6a\xd9\x9c\x9b\x38\xa1\x12\x6f\xcf\x4d\xdc\xa4\x79\x1b\x25\x09\xb6\x75\x59\xb6\xf9\x5d\xd5\xd7\xfc\xae\xd0\xa0\xa6\x6d\x8b\xb0\x08\xb3\xe0\xbf\x4c\xf9\x6e\x8e\x3c\x6c\x0d\xfd\x5a\x7a\x39\x60\xaa\xe4\xa6\x7c\x37\x29\xdf\xc6\x39\x12\xdb\x94\xaf\x30\xa9\x85\xb9\x2d\xe8\xb2\x49\xcd\x36\xa8\x69\xdb\xca\x26\xc2\xa4\xf0\xe5\x36\x4d\xbb\x49\xad\x36\x6a\x96\x6c\x53\xab\xc2\x84\xbc\xbc\xd7\xf9\x5c\xf5\x8c\xbb\xd4\x2c\xd9\x56\x36\x11\x26\x65\xba\xb6\x09\xd8\x4d\xd2\xb5\x35\x46\xfa\xe5\x77\x04\x26\xe5\x31\xb7\x09\xd8\x4d\x6a\xb5\xb1\x37\x76\x9b\x5a\x15\xa6\x26\x6a\xee\x74\x93\x28\x6d\xec\x1b\xdd\x26\x4a\x85\x49\x79\xcc\x1d\x7e\x5a\x0a\x9c\x34\x88\x62\xdb\xc3\xf9\x76\x30\x5d\xa2\x3c\xe6\x0e\x3f\x2d\xc9\xd1\xc6\x9e\xca\x6d\xb1\x13\x61\xba\xb2\x6d\xa2\x54\x68\x54\x36\xd9\x26\x4a\x85\x59\x18\xe6\x2c\x89\x22\x34\x76\x4b\x6e\x4b\xa2\x08\x93\x52\x9b\x3b\xb4\x5a\xa0\xb5\xf9\x7d\xda\xd6\x36\x01\x2b\x4c\x58\xde\xdb\x73\x00\x37\x45\x54\x1a\x64\xb6\x6d\x11\x15\x61\x52\xcf\x6c\x5b\x44\x65\x73\xf6\x5f\xe3\xf8\xfa\x1d\x6a\x51\x90\xb7\x71\x8d\x3e\x1c\x64\x39\xe8\xaf\xb1\x69\x71\x87\xfa\x11\x7a\x03\x46\x41\x0f\xfd\xdb\xa4\x7c\x1b\xfb\xf2\xb6\x29\x5f\x61\x52\x1e\x73\x9b\xf2\xdd\x54\x4c\x69\xec\x7f\xdb\x56\x4c\x11\x26\xb5\xd1\xb6\xe7\x00\x6e\x0a\x94\x34\x76\xa3\x6d\x0b\x94\x08\x93\xa3\x93\x76\x38\xe4\xc5\x33\x5a\xb5\x8e\xfa\x85\xb1\x14\x30\x29\xb5\xb9\xc3\x58\x8a\x3c\x6c\xeb\xbe\x90\x5a\x14\x87\xfe\x62\x14\x24\x3f\xfb\xc0\xd3\x5f\x6c\x1a\xda\x66\x5b\x37\x29\xd0\xc6\xae\x9e\xbd\x1d\x93\x80\x09\x2f\x7d\x5b\x08\x64\x53\xfc\xa3\xb1\x37\x63\x6f\x3b\x7a\xdb\xd1\xcc\x77\x2d\x04\xb2\x37\xa1\x0b\xc7\xb1\xef\x6d\xaf\x92\x04\x9c\x54\xdf\xdc\x26\x01\xf7\x21\xc9\x4c\xc1\xb2\x7d\xb4\x27\xb2\x28\x8d\x2d\xf2\xc7\x2c\xca\xe1\x40\xaa\x36\x9f\x5e\x3d\x1e\x48\x25\x4c\xaa\x91\x1c\x0f\xa4\x3a\x6c\x6b\x6f\xf3\xe9\x89\xe3\xb6\xf6\xc3\xa1\x4a\x93\xd5\xe8\xf3\xc2\x13\x9f\x17\xa7\x97\x43\x39\x39\x1c\xb6\xf4\xc0\xf3\x69\x59\x5d\x3d\x1e\xb0\x24\x74\x8e\x30\x3e\xa4\x39\x3e\x30\x61\x7f\x1e\xb3\x1d\x87\x03\x96\x3a\xb3\xe2\xe3\x01\x4b\xc2\xa4\x62\xc1\xf1\x80\xa5\xc3\xfe\xf0\x0e\x39\xe2\xb8\x3f\x5c\x98\x54\x2c\x38\xee\x0f\x3f\xec\x09\xef\x50\x1d\x8e\x07\x2c\x09\x13\x26\xe9\x31\x73\x72\xd8\x32\xde\x29\x7b\x7e\xdc\x32\x2e\x4c\x2a\x16\x1c\x33\x27\x42\x7f\xd9\x85\xc7\x76\x11\x39\x53\xb1\xe0\xb8\xb1\xfc\x90\x4c\xe9\x50\x0a\x8e\xc9\x14\x61\x36\x3b\xfa\xd8\xae\x43\xbb\xe8\x1c\xf3\x2b\x87\xcd\xe0\x1d\xce\xd1\x71\x33\xb8\x30\x29\x62\x70\x3c\x99\xe9\x90\x85\xe9\x64\xba\x8f\x59\x18\x61\xb6\x8f\x68\x29\x0a\xae\x6a\x88\xb6\xa2\xcd\x55\x05\x11\x3d\x41\x9a\xa5\x93\x77\x3e\x6e\x19\x17\x26\xa5\x0e\x0e\xe9\x97\x07\x78\xa1\xc6\xe3\x6f\x1f\x7f\xfb\x42\x3c\x1e\xf5\x3d\x64\x4e\x3a\xe9\xd0\x63\xe6\x44\x98\xf8\xeb\x43\x16\xe5\x01\xba\xb0\x2b\xf2\x85\x96\x5d\x38\x10\xbd\x15\xad\xe7\xaa\xc1\xe3\x97\x8f\xc7\x4f\x34\x9b\xba\x7c\xa1\x45\x17\xce\x17\x22\x5f\x88\x49\x24\xbe\xff\x98\x5f\x39\x1c\xd0\xd4\x49\x64\x9d\x4b\x5d\x05\x26\x55\xad\x8e\x29\x17\xa1\x73\xe2\xef\x31\xe5\x22\xcc\xe6\x6b\x87\x8d\xe0\x28\x7c\xd2\x37\xc7\xc3\x9a\x84\x49\xf5\x84\xc3\xc1\x4d\x0f\xf0\xac\x8b\x1b\x55\xcc\x4b\xc5\x6c\xde\xf8\x79\xd6\xd3\x7a\xf6\x74\x9f\x4b\xc5\x34\xe5\x42\xf5\x84\x63\xca\xe5\x90\x5f\xe9\x1c\x0e\x7a\xcc\xaf\x08\x93\xea\x09\xc7\xfc\x8a\xd0\x29\x42\x7e\xcc\xaf\x08\x13\x8a\xf3\x71\x4f\xf7\xb9\x50\x4c\xd2\x11\xe7\x52\x31\xc9\xaf\x4c\xaa\x27\x1c\xf3\x2b\x27\x31\xf5\x6a\x3d\x21\xa2\xa3\xd9\x68\xdd\x61\x39\x9d\x74\x7b\x95\x6a\xf2\x0c\x66\xc7\x4d\xd7\x87\x33\x97\x3a\x2c\xa7\xe3\x99\x4b\xc2\x6c\x43\x11\x8d\x60\x57\x74\xa7\xb2\xf7\x71\x57\xb4\x30\x29\x10\x70\xdc\x15\x7d\xd8\xd0\xdc\x59\x5e\x3f\x49\x35\x49\xaa\xc9\xa0\xa9\xeb\xf3\x2c\x5e\x68\xbc\x10\x2d\x45\xb4\x7e\x2a\xb2\xf5\xa8\x09\x8b\x3a\xc7\x5c\x8d\x30\xc9\xaf\x1c\x73\x35\x87\xd3\x94\x3a\x0b\xd4\xc7\xd3\x94\x84\xd9\xd0\x1c\x36\x4d\xff\x78\xc8\xc2\xf4\xcb\xc7\xfb\xb5\x81\x49\xb1\x81\x63\x16\xe6\xa4\xe7\x0b\x77\x16\xfa\x0e\xbb\x9a\x3f\x30\x9f\x51\xf4\x7b\x43\xf1\x71\xef\xf3\x61\x8f\x72\x67\x25\xed\x78\x90\x91\x30\xa9\x58\x70\x4c\xd2\x1c\xb6\x17\xf7\x94\x14\x85\x22\xbb\xc0\x1b\xfd\x75\x9c\x0d\xa7\xa6\x1d\x33\x32\x87\x33\x84\x3a\xfc\xa5\xe3\x19\x42\xc2\xe4\x48\xa7\x93\xb5\x60\x72\x22\x9d\x63\x61\x8f\x3b\x73\x85\x49\xa9\x83\xe3\xce\x5c\xa1\x73\xf6\xd5\x71\x67\xae\x30\x89\x07\x4e\xf6\x03\xb2\xe7\xb6\x53\xf5\xfa\xb8\xe7\x56\x98\x14\x44\x38\x1e\x18\x74\x38\x30\xa8\x27\x54\xc6\x03\x83\x84\x49\x41\x84\xe3\x81\x41\x87\x94\x4b\xe7\x40\xaa\xe3\x51\x40\x87\x0d\xb6\x93\x6c\xd8\x71\x83\xed\xc9\xcf\xa0\xd1\xf3\x47\xf4\xb9\xf1\xcd\x55\x15\xd1\xad\xe8\xe6\x2a\x7e\x51\x73\x05\x26\x05\x11\x8e\xa9\x9c\x43\xfa\xa6\xb3\xa6\x78\xdc\x86\x2b\xcc\xee\x8d\x9a\x2b\xd0\x39\x44\xea\x98\xdd\x11\x66\x47\x19\xc8\xf4\x3c\xb0\xb8\x8a\x5e\xf5\xa3\x01\xb3\xfb\x78\x3f\x1a\xd0\x59\x36\x3b\xa6\x72\x0e\xe9\x9b\xce\x1a\xd9\x71\x83\xad\x30\x49\xdc\x1d\x53\x39\x87\x24\x4d\x67\x37\xed\x31\x49\x23\x4c\x8a\x2b\x1c\xce\x13\x7a\x80\x67\x15\xae\xba\x7d\xd6\xed\xb3\x14\xf9\xac\xc5\x0b\x31\x56\x16\x5d\x38\x30\x29\xae\x70\xcc\xdb\x1c\xb2\x30\x9d\xbd\xad\xc7\x33\x84\x84\x49\x10\x77\xdc\xdb\x7a\xd8\xa2\xda\x59\x45\x38\x6e\x51\x3d\x9c\x21\x34\xfb\x33\xcb\x3b\x9e\x21\x74\x0a\x6a\xc2\x7e\xd4\x53\x54\x93\xa2\x9a\x60\x0a\x1e\x18\x74\x8a\x9f\x76\xf0\x42\x7e\xda\xe2\xa7\xbd\x68\xaa\x9f\x96\x0d\xa3\x1d\x6e\xcf\x71\xc3\xa8\x30\x29\xae\x70\xdc\x30\x7a\xd8\x30\xda\xe1\xf6\x1c\x37\x8c\x0a\x93\xe0\xf2\x78\x56\xcf\x21\x4d\xd2\x99\xdc\x1e\xd3\x24\x87\x03\x74\x3a\x07\x17\x9c\x6a\xdf\x57\xa6\xe6\xfd\x23\xe2\xb5\xc9\x89\x74\x08\x33\xc7\x9c\xc8\x61\x7f\xe5\x24\x8f\x7a\xdc\x5f\x79\xea\xe3\x04\x3b\xd5\x7f\x4f\xd5\x09\x02\xb3\xa7\x8a\xa8\x2a\x7a\x2c\x8d\xb0\xf1\x98\x39\x11\x26\x95\x14\x8e\x99\x93\x43\x9a\xa4\xb3\x9d\xf1\x98\x26\x39\xa4\x46\x26\x65\x02\x4f\xd5\xe3\x01\xbd\x30\x42\x54\xfb\x9e\x33\x71\x26\x69\xda\xe3\x99\x38\xa7\x62\x8f\x54\xff\x3d\x55\x7b\xac\xda\x63\x56\xe4\x0b\x31\x7c\xc2\xa1\x39\xd5\xe1\x13\x98\xd4\x5b\x38\xee\x83\x3c\x75\xd3\x5f\x7c\xb4\xaa\xab\xe4\x98\x9c\xd9\x71\x43\x9e\x83\x73\xaa\x1f\x0d\xe7\xec\x46\x45\x61\x52\x2a\xe1\x98\xd1\x39\xa4\x6f\x3a\x95\x75\x8f\xe9\x1b\x61\xb2\x09\xe6\x98\xbe\x39\xa4\x6f\x7a\xc5\x03\x98\xbe\x11\x26\xf5\x09\x4f\xd5\xf8\x48\xdf\x74\xca\x19\x1f\xd3\x37\x87\xf4\x4d\xa7\xc6\xf0\x31\x7d\x23\xcc\x4e\xf4\x67\xfa\xe6\xb0\x85\xb1\x13\x66\x9f\xa6\x02\x00\x93\x73\xde\x4e\x63\xb9\x46\xe8\x54\xfc\x3d\x4d\x9d\x00\x26\xd9\xe9\xd3\x8c\xeb\x48\x05\x75\x6a\xf9\x1e\x53\x41\xc2\x64\x5a\x72\x9a\x71\x1d\xb9\x9e\xce\x4a\xc9\x69\x1a\x32\x30\x3b\x86\xec\x6e\xc9\xd3\x6e\x5a\xcf\x17\x6a\x8e\xce\xe4\x7d\x66\x27\xde\x34\xef\x73\xd8\xa8\xd8\xa9\x27\x7b\xdc\xa8\x28\x4c\xb6\xda\x9c\xa6\xbf\x07\x3a\x7c\x9e\xd3\xb4\xed\xa6\x6d\x13\xfd\x99\x1d\x12\x3a\x7c\x9e\xd3\xd4\x42\x13\x46\x1d\x5d\x35\x61\x74\xc8\x08\xf5\xfa\xb9\xd1\x46\x10\x81\x50\x89\xe1\x98\x0a\x3a\x9c\xeb\x32\x49\x91\x1f\xcf\x75\x39\xec\x66\xeb\x94\xa7\x3b\xee\x66\x3b\xec\x60\x9b\xec\x18\x3e\x6c\x63\xfb\x40\x67\x53\xda\x71\x37\x9b\x30\x49\x7e\x1f\x77\xb3\x1d\xf6\xa9\xf5\x96\xff\x4d\xae\x78\xe4\xff\xcf\x48\xec\x2e\x36\x61\x8e\xcf\x8f\x63\x4e\x1c\xde\xd2\x29\xec\x76\x3c\xbc\x45\x98\x6c\x18\x3e\x5d\x03\x06\x3a\x25\xdb\x8e\xe7\xb9\x1c\x76\xc4\x4d\x36\x0c\x1f\x77\xc4\x1d\xb6\xbf\x75\x27\x2d\x6e\x7f\x3b\x6c\x79\x9b\xc3\x17\x31\xb0\xe1\xa4\x96\xee\x4c\xc0\x93\x5a\x0e\xa7\xb3\x4c\xb6\x02\x9f\xae\x01\x73\xba\x4a\x37\xe2\xf6\x74\x15\x61\x0e\xec\xd0\xed\x6f\x87\xc4\x5a\xe7\xc8\xc9\x63\x62\x4d\x48\x1d\x5d\x20\xc9\xf6\xe3\xe9\x58\x18\x75\xae\x4e\x3f\x1f\x51\xe2\x59\xf4\xa6\x16\x46\x9a\xac\xb3\x12\x71\xba\xce\x13\x98\x90\x04\x4e\xd7\x79\x92\x32\xeb\x06\x49\xa6\xcc\x0e\x67\x9d\x4c\xb6\x15\x1f\xcf\x3a\x11\xae\xc4\x6b\x9b\x45\x13\x2e\x07\x7a\xb3\x68\xc2\xc5\xa1\x8f\x67\xb0\xd4\x79\x48\xac\x4d\x36\x0c\x1f\x13\x6b\xc2\x55\x3e\xcf\x0a\x45\xf1\x88\x08\xf1\x86\x91\x2d\x30\xd9\x43\x7c\x86\x43\x25\x70\x69\x61\x9e\xae\x72\x38\x51\x65\xb2\x87\xf8\x0c\xb5\x0f\xb8\xa8\xe3\x78\x86\x16\x06\x5c\xce\x2a\x86\x0a\x09\x4c\x36\x0c\x1f\xcf\x60\x11\x2e\xdd\xa2\xd9\xbd\x43\x2a\x6f\x0e\x14\xc0\x54\x9e\x70\xb1\x57\xf7\x0c\x63\x69\xb3\x7b\x6c\x18\x3e\x66\xf7\x84\x8b\x4d\x3d\x67\x38\x8c\x90\xe4\x9b\x6c\x05\x3e\xc3\x18\x0e\x48\xb0\x02\x8f\x09\x3f\x61\xb2\xc9\xf7\x0c\x87\x70\x20\x5d\xbe\xb6\x1a\x0d\x24\x4e\x3d\x3f\x6e\x63\x3c\xa6\x05\xd9\xf7\x7b\x4c\x0b\x0a\x89\x5c\xca\x31\x2d\x78\xd8\xb3\x38\xd9\xd1\x7b\xdc\xb3\x28\x24\x96\x60\x8f\x99\x42\x61\x0e\x82\x06\xf6\x2f\x3e\xc0\x29\xe0\x9f\x1b\xfd\x68\x04\xf4\xec\xe8\x3d\xe6\x13\x85\x44\xf1\xf2\x63\x3e\x51\x98\xc3\xbe\x77\x78\x03\x92\x1e\xc9\x7c\xe2\x61\x8b\xe1\x64\xdf\xef\x19\x8e\x52\x40\x66\xf7\xc2\x31\x79\x28\x64\x0a\xc3\x1d\x93\x87\x42\x86\xcf\x7e\x4c\x1e\x0a\xf9\xe5\x17\x72\xd9\x02\xc8\x2f\x5b\xaf\x59\x99\x16\x64\xe7\xda\x31\x2d\x28\x64\x72\xdf\xc7\xb4\xa0\x90\xb3\x4d\x75\x10\x1c\x96\xf9\x6f\x5e\x65\x17\x5a\xcf\xfc\x73\xa3\x5d\x48\xc8\x33\x3a\x3a\x61\xc8\x03\xe4\xfa\x11\xf9\x8e\xcc\x3d\x60\xac\x1c\xd3\x82\x42\x76\x26\x61\x5a\x50\x98\x30\x56\x8e\xbb\x2c\x85\xdc\x55\x4c\x3d\x00\x5b\x2a\xe7\x60\x32\xe5\x96\x4a\xa1\x38\xef\x33\x9f\x28\x14\x4e\x49\x3d\xe6\x13\x0f\xf9\xc4\x39\x34\x64\x47\x62\xa0\xe4\xcf\xe3\xed\x7b\x4b\xcf\xf8\xb5\x0d\x83\x81\x39\x08\x07\x4c\x31\x0a\xc5\xf1\xda\x1c\xa2\x30\xd9\xbe\x7b\xa6\xe3\x35\x50\x28\xe3\x7e\xa6\xe3\x35\xe7\xd4\x4c\xb6\xef\x1e\xcf\xa9\x11\x0a\xa5\xb1\x8f\xe7\xd4\x08\x93\xbd\xba\x67\xea\x86\x80\x42\x99\xdb\xe3\xd1\x35\x42\x69\xff\xa6\x52\xd4\xf3\xdf\x7f\x7a\xff\xfa\xc3\xdf\xfe\xc3\xfb\xd7\xff\xfa\xfe\xd3\xfe\x5a\x7f\xf9\xed\xb7\xfd\xf3\xef\xf1\xd3\xfa\xfd\xeb\x0f\x8f\xf4\x2b\xf6\xf9\xe9\xe7\xfd\xdb\xfe\xf3\x2f\x7f\xf9\x6d\xed\xaf\x5f\x7f\xf9\xf5\xb9\x8b\xff\xfd\xdf\x01\x00\x00\xff\xff\xeb\x41\x9d\x3c\xf2\xad\x00\x00"); -func _edce ()([]byte ,error ){return _g (_fgfe ,"UniKS-UTF8-V")};func _gacf ()(*asset ,error ){_ccef ,_dfbec :=_cdbd ();if _dfbec !=nil {return nil ,_dfbec ;};_cgce :=bindataFileInfo {_b :"V",_ffe :905,_ag :_ed .FileMode (436),_ac :_c .Unix (1580493073,0)}; -_fedb :=&asset {_abe :_ccef ,_ece :_cgce };return _fedb ,nil ;};func _fbcc ()(*asset ,error ){_bgcc ,_abge :=_ffg ();if _abge !=nil {return nil ,_abge ;};_fgce :=bindataFileInfo {_b :"Adobe-KR-UCS2",_ffe :201011,_ag :_ed .FileMode (436),_ac :_c .Unix (1580490603,0)}; -_feea :=&asset {_abe :_bgcc ,_ece :_fgce };return _feea ,nil ;};func _cafb ()(*asset ,error ){_dffe ,_ddf :=_decb ();if _ddf !=nil {return nil ,_ddf ;};_feeg :=bindataFileInfo {_b :"B5pc-V",_ffe :624,_ag :_ed .FileMode (436),_ac :_c .Unix (1580491499,0)}; -_ddgc :=&asset {_abe :_dffe ,_ece :_feeg };return _ddgc ,nil ;};func _ebdc ()([]byte ,error ){return _g (_cfcc ,"UniCNS-UTF16-H")};func _dfcaf ()(*asset ,error ){_gaca ,_edee :=_gfea ();if _edee !=nil {return nil ,_edee ;};_eceg :=bindataFileInfo {_b :"UniJIS-UCS2-V",_ffe :4167,_ag :_ed .FileMode (436),_ac :_c .Unix (1580492912,0)}; -_egceb :=&asset {_abe :_gaca ,_ece :_eceg };return _egceb ,nil ;};func _dafg ()([]byte ,error ){return _g (_cegd ,"H")};func _bd ()(*asset ,error ){_dea ,_bbe :=_af ();if _bbe !=nil {return nil ,_bbe ;};_caaa :=bindataFileInfo {_b :"90msp-RKSJ-H",_ffe :3749,_ag :_ed .FileMode (436),_ac :_c .Unix (1580490990,0)}; -_fb :=&asset {_abe :_dea ,_ece :_caaa };return _fb ,nil ;};func _dabg ()([]byte ,error ){return _g (_aae ,"Adobe-KR-8")};func Asset (name string )([]byte ,error ){_ebda :=_a .Replace (name ,"\\","/",-1);if _adcg ,_dgcg :=_adgfc [_ebda ];_dgcg {_bege ,_eba :=_adcg (); -if _eba !=nil {return nil ,_cf .Errorf ("Asset %s can't read by error: %v",name ,_eba );};return _bege ._abe ,nil ;};return nil ,_cf .Errorf ("Asset %s not found",name );};func _fbdb ()([]byte ,error ){return _g (_ffebg ,"UniJIS-UCS2-H")};func _gdfe ()([]byte ,error ){return _g (_gcga ,"UniKS-UTF8-H")}; -func _cbcc ()(*asset ,error ){_gdfg ,_cfcb :=_ggac ();if _cfcb !=nil {return nil ,_cfcb ;};_cbgf :=bindataFileInfo {_b :"UniGB-UCS2-H",_ffe :272134,_ag :_ed .FileMode (436),_ac :_c .Unix (1580492744,0)};_gddd :=&asset {_abe :_gdfg ,_ece :_cbgf };return _gddd ,nil ; -};func _dbag ()([]byte ,error ){return _g (_fddc ,"UniJIS2004-UTF8-H")};func _aec ()([]byte ,error ){return _g (_dcbe ,"RKSJ-V")};func _agac ()(*asset ,error ){_cbf ,_cge :=_abb ();if _cge !=nil {return nil ,_cge ;};_bbec :=bindataFileInfo {_b :"Adobe-Japan1-6",_ffe :2225,_ag :_ed .FileMode (436),_ac :_c .Unix (1580491338,0)}; -_gaaf :=&asset {_abe :_cbf ,_ece :_bbec };return _gaaf ,nil ;};var _ffa =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\xd5\x4f\x6b\xeb\x46\x1b\x05\xf0\xbd\x3e\xc5\x2c\xef\xbb\xb8\x6f\xe6\xf9\xa3\xd1\x08\x44\xa0\xe4\x72\x21\x5c\x6e\x5b\x92\xd2\xae\x1d\x69\x1c\x0c\x8d\x6c\x14\x7b\x91\x6f\x5f\xce\x73\xec\x14\xba\x08\x8e\x4f\xa4\x47\xe2\x77\x32\x33\x77\x0f\x8f\xdf\x1e\xd7\xc3\x39\xdd\xfd\xbe\x1d\xe7\xe7\x76\x4e\xfb\xc3\xba\x6c\xed\xfd\x78\xd9\xe6\x96\x5e\xda\xeb\x61\xed\x3a\xd1\xb4\x1c\xe6\xf3\xed\x6b\x7c\xcc\x6f\xbb\x53\xd7\xe1\xfe\xe7\x8f\xf7\x73\x7b\x7b\x5c\xf7\xc7\x64\xbc\x6e\xb9\x9c\xae\xd7\xa6\x74\xf7\xd4\x5e\x0f\xef\xe7\xed\x23\x7d\xf9\x65\x39\xbe\xb4\xff\xa5\xa5\xed\x91\xff\xb6\x2d\x6d\x3b\xac\xaf\xe9\xcb\x8f\xa7\xcf\xf0\xf9\x72\x3a\xfd\xdd\xde\xda\x7a\x4e\x43\x64\x6d\x5d\xe2\xb3\xbb\x7b\xf8\xb9\x3b\xfd\xba\x7b\x6b\xe9\x2e\xe6\x7c\xfd\xf1\xf4\x95\x97\xc4\x5f\xfe\x6c\xdb\xfb\xe1\xb8\x26\xf9\x7f\xce\xfa\x6f\xfc\xc7\xc7\xa9\x25\xb9\x4e\xf8\xeb\xe7\x71\x69\x29\xdf\xe6\x3d\x7e\x7b\x38\x5e\xd6\x73\x92\x5a\xfb\xca\x50\xf8\xda\xf3\x71\x69\xef\xa7\xdd\xdc\xb6\xdd\xfa\xda\xba\x94\xa6\x9c\x73\xbe\x4f\x93\x8f\xdf\xbf\xdf\xe3\x9d\xfe\x73\x45\x37\xf8\xf5\xce\xc3\xc2\xe4\x76\x47\xce\xfb\xfd\x7d\xca\xdd\x94\x85\xdf\x05\xdf\xb5\x2f\xdd\x94\x95\x89\x22\xe9\x45\xbb\x29\x1b\x13\x43\x32\x94\xda\x4d\xd9\x99\x38\x12\xc9\xea\xdd\x94\x7b\x46\x7d\x44\x5a\x31\xbb\x30\x2a\x11\xf5\x86\xe1\x03\xa3\x21\xa2\x61\xc4\xf4\xca\xa8\xc6\x1b\x64\xc7\xf8\x91\xd1\x18\x91\x65\x8c\xdf\x31\xda\x5d\xdf\x13\xe3\x5f\x18\xbd\x44\x54\x05\xe3\x67\x46\x33\x22\xcb\x03\xc6\x2f\x8c\x96\x88\x4c\x31\xbe\x31\x6a\x11\xf5\x15\xe3\xf7\x8c\xf6\x11\x55\xcf\xdd\x24\x94\x92\x90\xf2\x3c\x96\x6e\x12\x62\x49\x60\xb9\xf5\xda\x4d\x42\x2d\x09\x2d\x2f\xb9\x76\x93\x90\x4b\x82\xcb\x6b\xf1\x6e\x12\x7a\x89\x5f\x4d\x31\x9e\x5e\x12\x5e\xbd\x0d\x18\x4f\x2f\x09\xaf\xbe\x18\xc6\xd3\x4b\xc2\xab\xaf\x15\xe3\xe9\x25\xe1\x55\xc4\x31\x9e\x5e\x12\x5e\xc5\x33\xc6\xd3\x4b\xc2\xab\x14\x14\x2b\xf4\x92\xf0\x2a\x23\x9a\x15\x7a\x49\x78\x0d\x82\x6a\x85\x5e\x12\x5e\x83\xa3\x5a\xa1\x97\xb4\x6b\xff\x18\x4f\x2f\x09\xaf\x61\x44\xb5\x4a\x2f\x0d\xaf\x2a\xa8\x56\xe9\xa5\xe1\x55\x1d\xd5\x2a\xbd\x34\xbc\xea\x80\x6a\x95\x5e\x1a\x5e\x75\x44\xb5\x4a\x2f\x0d\xaf\x51\x51\xad\xd2\x4b\xc3\x6b\x74\x54\xab\xf4\xd2\xf0\x1a\x07\x54\xab\xf4\xd2\xf0\x1a\x47\x54\xab\xf4\xd2\x7a\xfb\x5f\xc5\x7c\x82\xe9\xc8\xcc\x51\xae\x52\x4c\x77\xcc\x06\xb4\xab\x24\xd3\x20\x43\xfb\x78\x04\xcd\x74\x66\xa6\xe8\x57\x89\xa6\x0b\xb3\x1e\x05\x2b\xd5\xb4\x31\x1b\xd0\xb0\x92\x4d\xf7\x5c\x24\x19\x15\x1b\xdd\x2c\x33\x53\x74\x6c\x84\x33\x61\xd6\xa3\x64\xa3\x9c\xe9\x6d\x81\xe5\x6e\x32\xd2\x59\xd0\x89\x65\xd4\x6c\xb4\x33\xae\x4d\x33\xf4\x6c\xc4\x33\x2e\x4e\xeb\x51\xb4\x51\xcf\xb8\x3a\xad\xa2\x69\x23\x9f\x71\x79\x7a\x46\xd5\x46\x3f\xa3\x9f\x1b\xba\x36\xfa\x19\xfd\xbc\x47\xd9\x46\x3f\xa3\x9f\x57\xb4\x6d\xf4\x33\xfa\xf5\x82\xba\x8d\x7e\x36\xdf\x76\x05\x3c\x83\x7e\x46\xbf\xbe\xa0\x70\xa3\x9f\xd1\xaf\xaf\x68\xdc\xe8\x67\xf4\x2b\x82\xca\xfd\xba\x07\xd2\xaf\x18\x3a\x77\xfa\x39\xfd\x4a\x41\xe7\x4e\x3f\xa7\x5f\xa9\xe8\xdc\xe9\xe7\xf4\x1b\x04\x9d\x3b\xfd\x9c\x7e\x83\xa3\x73\xa7\x9f\xd3\x6f\x28\xe8\xdc\xe9\xe7\xe5\xb6\x95\xe1\x19\xf4\x73\xfa\x55\x41\xe7\x4e\x3f\xa7\x5f\x75\x74\xee\xe3\x75\xdf\xde\x8d\xc8\x4a\xad\xb1\x7b\xdf\x76\x69\xfc\x8e\x73\xec\xf3\x6c\x99\x2f\xdb\xd6\xd6\x73\x9c\x62\x71\x80\xe0\x5c\x38\xac\xed\xf3\x44\x3c\x1d\x4f\xb8\x2b\x7e\xfe\x09\x00\x00\xff\xff\xbe\xfb\x35\x16\x3d\x07\x00\x00"); -func _dfec ()([]byte ,error ){return _g (_cafed ,"GBTpc-EUC-H")};func _fbbf ()([]byte ,error ){return _g (_ecge ,"UniCNS-UCS2-V")};func _fafa ()(*asset ,error ){_feag ,_gbbg :=_bcb ();if _gbbg !=nil {return nil ,_gbbg ;};_eeg :=bindataFileInfo {_b :"GBT-EUC-H",_ffe :44530,_ag :_ed .FileMode (436),_ac :_c .Unix (1580492198,0)}; -_abda :=&asset {_abe :_feag ,_ece :_eeg };return _abda ,nil ;};func _abfgc ()(*asset ,error ){_fdbc ,_efcc :=_feec ();if _efcc !=nil {return nil ,_efcc ;};_bbc :=bindataFileInfo {_b :"Adobe-Japan1-4",_ffe :1625,_ag :_ed .FileMode (436),_ac :_c .Unix (1580491326,0)}; -_fgcc :=&asset {_abe :_fdbc ,_ece :_bbc };return _fgcc ,nil ;};func _edab ()([]byte ,error ){return _g (_dadbe ,"KSC-H")};var _fgbea =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x44\x90\x4f\x4b\xc4\x30\x10\xc5\xef\xf9\x14\x73\x5c\x0f\x6b\x93\x4a\x15\x61\x59\xd0\x56\xb0\x87\x5d\xc5\xae\x7f\x40\x3c\x74\x93\x69\x09\xd8\x49\x48\xd2\x43\xbf\xbd\x24\xad\xdd\xc3\x30\xcc\x6f\x78\x33\x8f\x97\x95\x75\x55\x93\x0e\x90\xbd\x3a\x23\x1b\x0c\xd0\x69\x52\x0e\xbd\x19\x9d\x44\x38\x63\xaf\x89\x31\x91\x83\xd2\x32\xfc\x8f\xa9\xc9\xa1\xb5\x8c\x65\x4f\x27\xa4\xed\x63\xb1\x7d\x86\xd1\xe3\xc2\xca\xba\x6a\x26\x1f\x70\xa8\xa9\x33\x70\x33\x6b\xd5\x68\x17\x3d\x40\xf6\x86\xbd\xf6\xc1\x4d\xb0\x79\x50\xe6\x8c\x57\xa0\xb0\x8b\xfc\xc5\x29\x74\x9a\x7a\xd8\x94\xc7\x46\xac\xb8\x19\xad\xfd\xc5\x01\x29\x00\x4f\x0c\x49\xa5\xce\xb2\xf2\xd0\xda\x63\x3b\x20\x24\x27\x83\x9f\xbd\xc4\x5d\x5a\x7d\xa0\xf3\xda\x10\x08\x7e\xcd\x79\x71\xe1\xa7\xc9\x22\x88\xe5\xc6\xd7\x7b\x5d\xc1\xb7\x00\xc1\x21\x2f\x8a\xfb\xdb\x9f\x85\x7f\x1e\x8c\xc2\xe5\x23\x13\xb3\x7b\xa9\x95\x6b\xa9\x47\xb6\xcb\xf9\x1e\x76\x77\xb8\x07\x11\xed\xac\x3c\x0d\x31\x87\xd5\x99\x1c\x9d\x43\x0a\x29\x85\xf4\x3c\x1e\xd4\x84\x6b\xca\xd6\xd8\xa8\x4a\xf5\x17\x00\x00\xff\xff\x0d\x7d\x06\x62\x91\x01\x00\x00"); -func (_fd bindataFileInfo )Size ()int64 {return _fd ._ffe };func AssetNames ()[]string {_cbac :=make ([]string ,0,len (_adgfc ));for _bfec :=range _adgfc {_cbac =append (_cbac ,_bfec );};return _cbac ;};var _ggfa =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x4c\xd4\x51\x6b\xdb\x3e\x14\x05\xf0\xf7\x7c\x0a\x3d\xf6\xff\xd0\x7f\x2c\x4b\xb2\x24\x18\x85\xd1\x3c\x2c\x1d\x5d\x47\xb3\x76\x83\xb1\x07\x4b\x96\x83\x61\x71\x8c\xe3\x0c\xfa\xed\xc7\x3d\x27\xcb\xf6\x50\x6e\xfb\x8b\x74\x39\x57\x4a\xb5\xbe\xdf\x6e\xb6\xe3\xb0\xa8\xf5\xe7\xf9\x98\x77\x65\x51\xfd\x30\x76\x73\x39\x1d\xcf\x73\x2e\x2a\x95\xfd\x30\xae\x56\xba\x56\xdd\x90\x97\x3f\x7f\xa2\xe4\x43\x3b\xad\x56\xeb\x58\x4d\xbf\x6e\x9f\x3f\xee\x1e\x6e\x3f\xa8\xf3\xa9\x5c\xf4\x7e\xbb\xd9\xbd\x9d\x96\x72\xd8\x8e\xfd\x51\x19\xee\xee\xce\xd3\xa5\x83\x52\xeb\xe7\xb2\x1f\x4e\xcb\xfc\xa6\x6e\xde\x77\xc7\x54\xfe\x53\x5d\xe9\xc5\x9f\xe6\xae\xcc\xc3\xb8\x57\x37\x0f\xed\xd4\x8e\xfa\xfa\xc1\xee\x3c\x4d\x3f\xcb\xa1\x8c\x8b\xd2\xb0\x32\x76\xa8\xab\xf5\xfd\x63\x3b\x7d\x6a\x0f\x45\xfd\x93\xe6\x15\x9f\xe1\xa3\xd7\x32\x9f\x86\xe3\xa8\x74\xf5\x7f\x55\x35\x7f\xfd\xcb\xdb\x54\x2e\xbd\x56\xeb\x97\xed\xe6\xa9\xef\x4f\x65\x51\xd1\x56\x5c\xf3\xed\x65\xbb\x51\xdf\xb5\xd2\x95\xaa\x9d\xb1\xf5\x8f\xcb\xd2\xaf\x8f\xc7\xee\xba\xd1\x69\xce\x94\x87\x6e\x6e\xc7\x7d\x59\xbd\x0b\xda\xea\x3b\x25\xa5\xbe\x53\x3e\x04\x2f\xe4\x2a\x90\xd3\xa0\x08\x4a\xa4\x4e\x28\x6a\xa1\x86\xab\x1a\x0b\xb2\xa0\x08\xf2\x2d\x08\x1b\x03\xdb\x4b\xf1\x51\x4b\xfb\x3a\xf6\x42\x28\x3e\xea\x20\xd4\x62\x15\x8a\x8f\x3a\x82\x0c\xc9\x08\xd5\x15\xc8\x91\x1c\x48\x83\x3c\xc9\x83\x6a\xa1\xcc\x5e\x19\xbd\x6a\x23\x54\x48\x85\x64\x41\x6c\x5f\xd8\xde\x81\xd8\xbe\xb0\x7d\x03\xca\xa4\x0c\x92\xf4\xc6\x62\x6c\x14\x1f\xeb\x00\xaa\x49\x35\x28\x82\x2c\x49\x0e\x27\x9a\x0a\xd4\x90\x1a\x90\x06\x05\x52\x00\x49\x7a\xd3\xb0\x57\x83\x5e\x46\xd2\x9b\x80\xa8\x28\x3e\x1a\x0b\x72\x24\x44\x35\x0e\xe4\x49\x38\x09\xd3\x80\x0a\xa9\x80\x90\x3e\x72\x63\x64\x08\x49\xef\x79\x1d\x9e\xd7\x61\x25\xaa\x6f\x31\x23\x4a\x30\x18\xc8\xf3\x86\x3c\x6f\xc8\x1a\x50\x4d\x42\x54\xab\x41\x86\x64\x64\xa3\x61\x2f\x4b\x72\x20\x6e\x6c\x48\x1e\xe4\x41\x81\x84\x93\xb0\xa4\x48\x6a\xb1\x8a\x21\x12\x29\x61\x95\x03\x65\x12\x6e\xc8\x62\xa0\xb6\x23\xc9\x77\x35\x3a\x0b\x2a\xa4\x5e\x7a\x31\x7d\xe2\x8c\x09\xf7\xe8\x10\x35\x71\xc6\x54\x63\x15\x42\x24\x0e\x94\x70\xf6\x0e\x33\x26\x0e\x24\x25\x18\x8b\x5c\xc9\x91\x70\x1d\x8e\xed\x19\x42\x4a\x30\x97\xf6\x0c\x21\x25\x98\xcb\x2a\x9e\x7d\x42\x2e\x27\x97\xe6\x33\x73\x65\x9c\xbd\xc3\x40\xfc\x46\xa3\x04\xe3\x90\xab\x6f\x41\x7d\xc6\x0d\x59\x79\x5f\xae\xff\xd4\xf2\xbb\xbc\x6c\xd7\x97\x26\x9f\xe7\xb9\x8c\x0b\xde\x35\x3c\x26\xf2\x1a\x0c\x63\xb9\xbe\x9c\xd3\x71\x92\x5d\xf8\xf9\x1d\x00\x00\xff\xff\xd7\xe6\x99\xe2\x65\x05\x00\x00"); -var _beeb =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\xfd\x4b\xcf\x6e\xbf\x91\xde\x07\xcf\xf5\x29\xf6\xd0\xef\xc0\x6f\x2f\x2e\x92\x55\x45\x20\x10\x60\x38\x68\xc4\x30\x9c\x04\x3e\x24\xe3\x75\xec\x08\x48\x4b\x82\xba\x3d\xe8\x6f\x1f\xdc\xfc\xf1\xbe\xea\x69\x03\x41\xb6\x26\xfa\x3f\xdc\x5c\x64\x15\x0f\x75\x62\xd5\x75\xff\xdd\xbf\xff\x0f\xff\xf3\x7f\xf8\xf3\x9f\xfe\xf9\xd7\xdf\xfd\xef\x7f\xfb\xcb\xf5\x5f\x9e\x7f\xfe\xf5\xfe\xe9\xcf\xf7\xdf\x9e\x7f\xfa\xcb\x7f\xff\xdb\xf5\xfc\x3a\x9f\x7f\xf8\xd3\x9f\xff\xf0\x87\xb2\xff\xba\xff\x74\xfd\xf3\xf7\xcf\xf9\x7f\xd7\x3f\x1e\x7f\xfd\xc3\x1f\x3e\xdf\xff\x97\x7f\xf9\xa7\x7f\x7e\xfe\xf1\x3f\xfc\xf9\xfd\xcb\xaf\x4a\xbf\xfb\xbf\xff\x75\xf5\xfd\xf5\xeb\xef\xfe\xf3\xf3\x0f\x7f\xfa\xa7\x7f\xfe\xdb\xbf\xfc\xfa\x37\xff\xee\xfe\xcb\xf9\xfc\xff\x7e\xdd\xcf\xfb\x69\xff\xdf\xfe\x76\x3f\x7f\xfb\xd3\x9f\xff\xe1\xd7\xbf\xf9\x8f\xff\x59\x8d\xff\xe5\xbf\xff\xf5\xaf\xff\xf7\xf3\x8f\xcf\x9f\xff\xf9\xd7\x98\x6d\xcf\x9f\xef\xf9\xff\x7f\xf8\xbb\x7f\xff\x9f\x8e\xbf\xfe\xaf\xc7\x3f\x3e\xbf\xfe\xee\xbf\xfd\xf9\x4f\xff\xee\x3f\xfe\xe7\x7f\xfb\xdf\xfe\xeb\xdf\xd7\xfd\xdf\xfe\x2f\xf3\x9f\xe7\xbf\xfe\x1f\xcf\xdf\xfe\xe9\x4f\x7f\xf9\xf3\xaf\xf2\xff\xdf\xb6\x3d\x9b\xff\xeb\xbf\xfc\xf5\xf9\x55\xd6\x28\xff\xe7\x7f\xfa\xcb\xfd\xfc\xda\xf8\xab\x40\xe5\xf5\x97\xfb\xf9\xa7\xbf\x1e\xd7\xf3\xb7\xe3\xcf\xff\xf0\xfc\xe1\xd7\xaf\xff\x69\x5b\xff\xfb\xe3\xe7\x3f\xcb\xf6\xf7\x7f\xff\xf7\x7f\xff\xc7\x0f\x29\xff\x43\xcf\x3f\x94\x6d\x5b\x43\xfc\xe9\xbe\xfe\xaf\xe3\x6f\x7f\x58\x5f\x1e\xdb\x1f\x7f\x15\xfd\x51\xfe\xf8\x6b\xdf\x5b\x6c\x6a\x18\x7f\xfc\x55\xb6\xfc\xf3\xe0\xdf\x9b\x1a\xee\x3f\xfe\x2a\xf9\xd7\xf3\xe9\x9d\xa3\xbd\xf4\xee\xdf\x86\x33\x68\x08\x35\x7c\x86\x2f\x11\xbb\x1a\xd6\x04\xe3\xdb\x70\xfb\x67\x48\xfb\xfe\xf9\xce\x3f\x7d\xfd\x59\xca\xa4\xb7\xf7\xfa\x6d\xa8\x41\xc3\xf7\xfb\xfd\x72\x66\xf8\x7e\xb2\xdf\x1b\x0d\x5f\x1a\xda\x36\xc7\xb0\xfd\xcb\x45\xeb\x34\x7c\x69\xd8\xb7\xb2\x25\x93\xfb\xf6\x99\xf3\xc7\x5f\x36\x87\x1b\xfd\xdb\x50\x19\x7f\x98\x1a\xce\x3f\xfe\x2a\x75\xd7\x9f\x17\xff\xee\x6a\x78\x68\x88\x6f\x43\x6b\x34\x68\x7e\x9f\x43\x8e\xad\x7e\x1b\xe6\xae\xd4\xfc\xf3\x33\x64\xfd\x92\x54\xb6\xfa\xf9\xb3\xeb\xcf\xd9\xf9\x4b\x4e\x29\x75\x0e\xb6\x17\x35\x18\x0d\x5f\x0a\xcb\x5e\x68\xa8\x6a\xd8\x3f\x23\xb8\xfe\x5c\x1f\x68\xc2\xfd\xa4\x41\x53\xde\xfb\x6c\xe8\x1a\xf2\x6e\x34\x7c\x87\xdc\x37\x58\xea\x4d\x0d\x8c\xf1\xdd\xb8\x7d\xdf\xde\xd9\x60\xdb\xb7\xa1\x40\x96\x15\x35\x7c\x66\x69\xa1\x3f\x0f\xfe\xfd\x3b\xe9\xbe\x33\x87\x75\x35\x74\x1a\x4c\x0d\x73\xe9\x87\x8b\xac\x0e\xe1\x2e\x2a\x6c\x6e\x7d\xfe\x09\x0d\x21\xa2\xc6\xa0\x41\x3d\x0e\xe6\x18\xea\xf1\xc0\xc7\xf8\x92\x5d\x0b\x73\x8c\x2f\x9d\xed\x9d\x3d\xec\x7b\xcb\xf6\x3e\x3e\x3d\xf6\x4d\x9c\xf6\x79\x47\xf7\x4d\xac\xf5\xcf\x3d\x2d\x5a\xde\x7e\x7d\x16\x4f\x8b\xdb\x9f\xcf\x06\x69\x69\xad\x5c\xf3\x6b\x91\x64\xe5\xa1\xe1\x3b\xbe\x35\xc6\x17\x49\xd6\xa0\x60\x7c\x87\xf4\xf6\x19\xa3\x7f\x57\xf2\x9d\xdb\xd7\xf6\x1a\x6a\x68\xb3\xc1\xb2\xc1\x66\xc3\xf7\x66\xef\xef\x16\x9f\x86\xaa\x43\xfc\xce\x73\x39\x4a\x31\x35\x7c\x36\xb0\x75\xad\xc3\x3b\xcf\x44\xeb\x5b\x4e\x7b\xcd\x4f\xf6\x6c\x78\x67\x43\xd3\x18\x5c\xce\xfe\xa3\x61\x1e\x92\x2e\x4e\xde\x32\x29\x35\x5d\xc8\x77\x9e\xff\x51\x46\x53\x83\xcf\x1e\x2d\x1b\x26\xe9\xd6\xc5\xdc\x5c\xd1\x66\xc9\x5c\x99\x62\xd0\x7e\xcc\xf2\xce\xb3\xa9\x93\xf3\xee\x1c\xa4\x2e\xe6\xf6\x4a\x43\xf6\x98\x84\xe5\x71\x7d\xe7\x71\x6d\x23\x09\x9b\x17\xaf\x6f\x9e\x63\x7c\x08\xeb\xe5\xc7\xa0\x63\x36\xe8\xe4\xbc\xf3\x6a\xf6\x92\xfb\xb2\xdf\xb3\x61\x64\x8f\x77\x1e\xa5\xa4\x74\x0a\xb0\xbe\xe7\x66\x57\x0e\x5b\x0e\x5a\xf7\xd9\x10\xf9\xc9\x67\xc5\x86\xe7\x9a\xd6\x49\x58\x6d\xf9\xc9\x3c\x3f\x6d\x2b\x53\x35\x2d\x0d\xf4\xff\xa2\x93\xf6\xb7\x4e\x22\xfb\x8f\x19\x9f\xd9\xe0\x62\xa3\x4e\xaa\x7b\x68\x9f\xe7\x11\xee\xae\x3b\xf1\xce\x23\xdc\x3d\xb4\x25\xad\xd2\xe0\x6a\x68\xb3\x21\x37\xad\x7d\x16\xbc\xc7\xa6\x69\xdb\x5c\xf0\x28\xd9\xe0\x34\xe4\x27\x93\xd1\x51\xb4\x03\x6d\xee\x40\x0a\xcf\xb7\x1d\xb3\xa1\x26\xa5\x9f\x2d\xb1\x92\xfb\x3c\xef\x96\x15\x09\x9d\xb7\x3d\x7f\xfc\xb5\x6f\x7b\x6e\x7c\xfb\x70\x6b\xfb\xa6\x1e\x7d\x9b\x0d\x52\x43\xef\x47\x67\x7d\x1a\xb4\x40\x53\x92\xd9\x2e\xa9\xfe\xf6\x46\x83\xe8\xe8\x1f\x6e\xad\xd7\x1c\xe3\xc3\xad\x59\x15\xb7\xdd\x69\xd0\x8a\xf5\xa0\x21\xe9\x38\x66\x43\x5e\x95\x7e\xcf\x06\xcb\x86\xcf\xce\x99\xe7\x1d\xee\x2f\x0d\xa2\x74\x8a\x58\x0b\x29\xa4\x77\x0a\x59\x8b\xbc\xe5\x36\x79\x89\x3c\x5e\x56\x69\xc8\x1e\x8d\x06\x11\x66\x93\xb9\x68\xf9\xc9\x64\x2e\x24\xea\x5f\xfb\x6c\x94\x8d\x3d\x3f\x99\xbc\x8c\xe4\xd6\x4e\x1a\xb2\xc7\xdc\xa8\x91\x37\xc3\x26\xb7\x63\x64\xc3\x43\x43\x8e\xf1\xe1\xd6\xb7\x4d\xeb\x31\x75\xb9\x6f\x79\x65\x7d\x9f\x0d\x91\x3d\x3e\xcc\x79\x5a\x0c\xaf\xb7\xd9\x90\xd3\x7a\x9f\x0d\xa6\x59\xfc\xc3\x9c\xef\xb9\x1e\xee\x7f\xfc\xb5\x97\xad\xe7\xa0\x9f\x9d\xf3\x9a\x12\xcb\x8f\xd9\x20\x23\xe3\xf5\x0f\xb7\xde\xf2\xac\xfb\x35\x1b\x72\x81\xfc\x9e\x0d\x79\x60\xfc\x73\x4e\x4b\x89\xfc\x64\x72\xdb\x9a\x98\x8b\xc9\x6d\x4b\xc9\x19\x65\x36\x98\xb6\x21\x26\xfb\xbd\x89\xf4\xa8\x34\x68\xda\x98\xec\xf7\xae\x59\xa2\xd3\x90\x9f\x4c\xf6\x7f\x88\x8b\x70\x1a\x44\x69\x04\x0d\x5a\xb1\x18\xb3\x21\xd7\x23\x0e\x1a\x72\xd0\x93\x86\xfc\xe4\xfe\x70\xdb\xf6\xe4\xe5\xb3\xd9\x1e\x3d\x79\x79\x69\xd0\x18\x63\xb2\x1f\x79\xd5\xa7\x66\xf7\xb4\xb5\xde\x31\xb9\x1d\xb2\xe5\xde\xd1\x68\xd0\xb4\xe3\xc3\x6d\x6c\xb9\x62\xc3\x68\xd0\x45\x1e\x3e\x1b\x52\x2d\x8c\x8f\x11\x5c\x2c\xa5\xef\xb4\x52\x62\x8b\xec\xf1\xe1\x36\xd2\x66\x7c\xc7\x49\x43\x4e\x7b\xcd\x86\x54\xa4\xe3\x9e\x0d\x29\x4f\xc7\x43\x43\xf6\xf8\xb0\x1f\xfb\xae\x31\xa6\xd9\x12\x7b\xce\x72\x7c\xd8\x8f\x9a\xec\x1f\x75\x36\xe4\x6d\x38\xda\x87\xf4\xa8\xd9\x30\xd9\xaf\x79\xc6\x0e\xa3\x41\xd3\x4e\x63\x38\x7a\xc9\x41\x3f\x3e\x44\xf9\xa1\x37\x8f\x93\x86\xfc\x64\x32\xd7\x53\xe2\x4e\x37\x26\x6c\xcb\x1e\x0f\x0d\xea\x71\x96\xd9\xb0\xf7\xdf\x52\x60\xe7\xfe\x71\x21\x7e\xdc\xbf\xb3\xf2\xb9\x0e\xcf\xd9\x66\x43\x6e\xfc\x39\x19\xfd\x21\x39\x4f\xa3\x21\x49\x98\xfb\x6c\xae\xa5\x38\xe7\x2e\xfe\x90\xad\xe7\xdc\x45\xcf\xcb\x74\x5e\x34\xe4\x18\x9f\x43\xbc\x97\x10\x1d\xd7\xe4\xcb\xbb\x38\xbf\xe6\x1e\x79\xd2\x71\x4d\xd2\x3d\x6f\xc6\x35\x49\xff\xa1\x04\xaf\x4e\x43\x8e\x31\x49\x8f\xdc\xe7\xe9\x85\xc5\x0f\x91\x7e\x4d\xd2\x7f\xec\xf3\x75\x7d\x08\xab\x79\xaa\xa7\x0f\x11\xd1\x74\x9a\xee\x49\x47\xe4\x9a\xde\xd0\xd1\xb3\x47\x9f\x63\x7c\x65\x5a\x9d\x5e\x71\xf9\xc8\x41\x35\x54\x1a\xec\xdb\x50\x56\xc3\x1a\xa3\xd6\x39\xcb\xc7\x55\x50\x83\xd1\x60\x6a\x08\x1a\xbe\x9f\x34\x2e\x53\x7c\x85\x5c\x6d\x37\xdc\x7e\x4d\xbb\xda\x0b\x0b\xf4\xf5\x65\x6a\x9f\x2e\x56\xc4\x57\x62\xd5\x3e\x7d\x80\x88\xaf\x85\x5f\xcd\x56\x43\xfd\x36\x3c\xac\xe9\x57\x84\x55\xdf\x59\x8f\xaf\x69\x57\x7d\x5f\x9f\x7c\xa7\xf5\x0a\x61\x5f\xc1\x50\x9d\xe3\x10\xdf\x13\x54\x63\x5b\x0d\xdf\x69\x63\x9a\xba\x21\x35\x59\x23\x98\xc5\xdb\xb7\xe1\x5c\x83\x7e\x17\x28\x1e\xb8\xf5\xef\x02\xc5\x7b\xd3\xf0\xa5\x74\x4c\x0d\x1f\xf1\xb5\xde\xea\x30\xd6\xe3\x7b\xff\xea\x58\xb3\x7c\x05\x54\x1d\x83\x4f\xbe\xd7\xbe\x0e\xe4\x80\x22\x05\x75\x70\x3d\xe2\x2b\x8f\xea\x51\x07\x0d\x5f\x4a\x8f\x83\xf3\xf1\x3d\xb8\xf5\xb8\xe1\xf6\x2b\x3a\xea\xf1\xae\x31\xbe\x94\x9e\xdb\xa2\xe3\x4b\xe9\xb9\x16\xf9\x6b\xea\xd6\xd3\x99\xe5\xeb\x4c\xd5\xf3\xa5\xc7\xd7\xa0\xae\x57\x61\xda\xaf\x33\x55\xaf\x7d\x35\x54\x35\xb0\x40\x5f\x01\x55\xaf\x17\xc2\xbe\x66\x43\xbd\x0b\x6b\xfa\x8d\x09\xd4\xbb\xb3\xb7\x3a\xda\x37\x5b\x39\xbe\xce\x52\xbd\xb9\xb7\xe3\x6b\xbc\xd6\x87\x6b\x3a\xb6\x2f\x1d\xcf\x8c\x7c\x84\xc2\x08\xf5\x79\x6e\x1a\xbe\x74\x3c\xef\x6a\xf8\xae\x18\x6e\x5d\x8c\xef\x7d\x69\x1b\x67\x6c\x7c\xef\x4b\xdb\xea\xea\x11\xdf\x06\x5b\x74\x8c\x6f\x03\xf2\x59\x26\x72\xdb\xae\xd5\xb0\x28\x6d\x65\xba\x0f\x31\xbe\x12\xbc\x15\xe4\xf3\xf8\x4a\x98\xb6\xf7\xf5\xc9\xa2\xb4\x55\x24\xdd\x28\xfd\xdb\x70\xad\x31\xbe\x94\xd6\x67\x35\xb8\x1a\x0e\x1a\xbe\x94\xb6\xce\x7a\x94\x2f\xa5\xbd\x40\xfa\xfe\xa5\xb4\xbf\xab\xe1\x4b\xa9\x71\x3d\xa4\xbf\x9b\x21\x93\x65\xee\x37\x3b\x1f\x1a\xbe\x94\x1a\x52\x4a\xc1\x91\x66\xf7\x1a\xc3\xd4\xc0\xaa\x7f\x05\x4a\xf3\x7d\x35\x7c\x29\x75\x63\x3d\xbe\xa6\x58\x73\xa7\xc7\x57\x7c\x36\x47\xf7\x8e\xaf\xed\xde\x62\x9a\xc8\x31\xbe\x56\x64\x5b\x17\xf9\x63\x69\xfc\x7f\x2b\xb0\x16\x18\x19\xe3\xab\xba\x5b\x1c\xab\xe1\xcb\xc6\x98\xde\x69\xc8\xaf\x69\x03\x7b\x40\x96\x4b\x5b\x57\x76\x7c\x83\x04\x6d\x5c\x6c\xda\xd7\xa0\x6e\xc7\x5a\xf0\xaf\xbd\xd8\x8e\xc5\xf9\xd7\x72\x69\xc7\xc9\x62\x7d\xed\xf8\x76\xdc\x30\xda\xbe\x0b\x7e\x3c\xab\xc7\x97\xd2\xe3\x65\x96\xaf\x12\x6c\x67\x87\xf3\xaf\x29\xd3\x4e\x2f\x34\x7c\x29\xbd\x0b\x9f\x7c\xcd\x90\xf6\x4c\x39\xd0\xf6\x96\x0d\xb0\xff\x35\x42\xdb\xb3\xdd\xf4\xf8\x0e\xfa\x10\x79\xd8\x35\xe8\x33\xa3\x2c\x6d\xff\x9a\x87\xed\x29\x90\xfe\x75\x51\xdb\xb3\xaf\x41\xd5\x63\x5f\x74\x34\x35\x30\x4b\x36\x4c\xd7\xbb\xc9\x39\x6f\xcf\xba\x3b\x5d\xd3\xce\x70\x63\xdb\xbf\xda\xa8\x3d\x0d\x6e\x7f\x34\x74\x62\x35\xe2\xa5\x71\x33\xbe\xfa\xaa\x3d\x8d\x31\x4c\x94\x76\xa2\x39\x26\x6e\x3b\x94\x9a\x16\xc8\xa0\xc3\xc4\x8b\x31\x86\x6b\x8c\x75\x88\x4d\xbc\x18\xcc\xb9\x3e\x71\x8e\x83\x89\x17\x67\x1b\x5c\x9f\x38\x6b\xea\xea\x11\xac\x87\x8b\xb9\x80\x52\x17\x2f\x01\x61\x49\xc7\xf4\x05\xda\x1e\x22\x3d\x18\x34\x44\x47\xb0\x51\x49\xd8\x58\x9f\x68\x50\x0c\xea\x91\x84\x0d\xb8\x1d\x1a\x14\xfb\x79\xb8\x36\x6a\x30\xcb\xd0\xaa\xaf\x2b\xeb\x5a\xd3\x83\x59\x86\x98\x3b\xd8\x97\xe4\xf6\x44\x62\x25\xb7\x53\x09\xb6\xba\x89\xb9\x13\xc2\x42\xb3\x4c\x75\x9d\x61\xb7\xf6\x9c\x5c\xb1\xd0\x27\x53\x4f\xb4\x2a\x19\xff\x60\xbd\x8d\x5c\x8f\x29\x5b\x5b\x95\xd0\x7f\xae\xb9\x73\x55\x22\xfd\xc1\x58\x1b\xa1\xf5\xb8\x57\x0f\x7d\x72\x23\x1d\x42\xeb\x31\x2f\x72\xab\x12\xc7\xcf\xc3\x39\x0d\xd1\xf1\xac\x4f\x34\xc6\x3b\x63\x68\x72\x1f\xda\x33\xe5\x73\xab\x92\xbe\x0f\xca\x78\x84\x06\x7d\x91\x41\xb9\x73\x53\x3a\xb4\x2a\xe9\xfb\xd5\x79\xb9\x73\x98\x62\x0a\xd8\x36\x82\x9d\xa1\x80\x6d\x7b\xb7\xc2\x18\x5f\xc2\xde\xc2\x46\x7d\x35\x7c\x23\xa8\xd6\xaa\x84\x23\x41\xb5\x90\x4f\xd2\xde\xca\xaa\x4b\x5a\xbe\x95\xad\x94\xb4\x24\x86\xd6\xaa\xa4\xe5\x5b\xd9\x4a\x09\x25\xa2\x62\xa1\xf0\x43\x23\xe6\x15\x72\x74\x1a\x31\xaf\x56\x25\x2d\x09\x4f\x85\x02\x14\x8d\x68\x54\x8c\xa1\x69\x67\x58\xa8\x55\x49\x29\x02\x25\xad\x4a\xc2\x10\x28\x19\x9b\x0e\x0c\x11\x8b\x56\x25\x0c\x88\x58\x8c\x4d\x07\x86\x00\x45\xab\x12\x39\x84\x1f\x5a\x95\x84\x21\x52\x30\x36\xa9\x7c\x22\x05\xad\x9a\x98\x8b\x35\x46\xfc\x8e\x02\xc3\xe3\x6f\xd5\xb4\x7a\xd3\xe3\x1f\x9b\x4c\x88\xe9\xcf\x97\x56\x3d\x49\x78\xe8\x91\x33\xb2\x8b\x92\x03\xf8\xf3\x63\x93\x91\xf1\x0e\x88\x94\x1c\xc0\xc1\x1f\x9b\xce\x3d\xfe\xfc\xd8\x74\xcc\x71\xdf\x5b\x95\x60\xc0\x7d\x1f\x9b\xcc\x90\x17\x69\x53\x3d\x67\x61\xc1\x65\x97\xe0\xad\xb7\xea\x39\xcb\x45\x0f\xad\xef\x58\xcc\x69\xda\x03\x3a\x74\x77\xa6\x8b\xfa\x69\x10\x73\x27\x0b\x24\xcb\x05\x6f\x72\x6c\xb2\x5c\xde\x93\xf5\x90\x60\xc0\x79\x1c\x9b\x2e\x13\x9e\xe0\xd8\xf2\x66\x5c\x0f\x9f\x88\xb9\x9b\x15\xd3\x75\xc3\xcf\x1b\x9b\x0c\x95\xf7\x46\xda\xe4\x65\xba\x39\x2b\x79\x77\x6e\x08\x93\x2d\xf2\x2e\x69\x93\x17\xe1\x66\x2b\xf3\xfe\x3d\x95\x06\x11\xf6\xb2\x95\x79\xdd\xde\x49\x58\xdb\xb4\x84\x53\x96\xb4\x26\xd9\xfa\xbe\x2c\x61\x5e\xc8\x29\x5c\x5a\x93\x6c\x7d\xa7\x3f\x31\xb6\xbc\xa1\x6f\xd0\x43\xa4\xbf\x07\x0d\xa2\xf4\x85\xd2\xaf\xc5\xd3\xf1\x59\xc7\xf6\xb5\x78\xfa\xb6\xed\x7c\x62\x6a\x60\x91\xbf\x97\xba\x6f\xbc\xb5\xb4\xef\x75\xeb\xdb\xc6\x91\xfa\xda\x44\x7d\x9b\x6f\x2d\xad\x7d\xad\xf4\xbe\xf1\xb4\xd2\xbe\x56\x7a\xdf\xb0\x67\xda\x57\xa4\xf7\x8d\xa7\x95\xed\x6b\x46\x75\x5e\x3a\x5b\x2b\x9a\x76\x1a\xc3\x63\x6b\x1a\x94\x67\x91\x56\x44\xe9\xce\x9a\x16\xcd\xb2\xb3\xd9\x2d\x1b\xe0\xa5\x6b\xda\x9d\x53\xd8\xb5\x1e\x3b\x0b\xd4\xb5\x1e\x95\x05\xea\xa2\x03\x8b\x47\x81\xca\xbe\x21\xf5\x5a\xd5\xa0\x8d\x9d\xeb\x5a\x8f\xc6\x8d\xea\x62\xae\xad\x59\x44\xfa\x0c\xb9\x37\x05\x3b\xfb\xd6\x39\x41\x5d\x8b\x8c\xa0\x6c\x55\x63\x74\x76\xbf\x6b\x3d\x3a\x9b\x5d\x35\x68\x67\x81\xaa\xc6\x30\x78\x31\x71\x6b\x2c\x90\x89\x5b\x5b\xb3\x68\x50\x63\x16\x13\xfb\x4b\x1c\x9b\x28\xf5\x35\xa8\x08\xf3\x35\xa8\xe8\x70\x8e\x65\x9e\xb1\x29\x7d\x5b\xcb\x23\x15\x70\x6b\xa2\x34\xa0\x23\x8f\x54\x70\x09\x4d\x84\x21\x4f\x5b\x1e\x18\x84\x63\x6b\x9a\x76\x09\x47\xd3\x46\x2d\xe1\xe8\xda\xa8\x01\x73\xae\xf5\x38\xf8\xc4\x35\xc6\xc1\x46\xb9\x08\x3b\xd7\x18\xa2\xe3\x84\xd2\x3c\x1f\xd3\x47\x6b\x2d\x77\x7f\x9a\x40\x63\x73\xd1\x31\x9d\xb6\xd6\xf2\x38\x9c\x1c\xfe\x10\x61\x17\x74\x84\x08\xbb\x98\x36\xb4\x84\xd7\x9a\x56\x94\x5e\x9c\xa0\xae\x59\x10\x7d\xcd\xb6\xdf\x50\x60\x7d\xbb\xd7\x04\x62\x03\x31\xd8\x72\xe3\x97\x18\x0c\xf1\x75\xc3\x46\x9e\x84\x67\x51\x2d\xbe\x1e\x88\xcc\xa3\xf1\xb0\xe0\x21\xaa\x1f\x16\x2b\xcf\xca\xc3\x85\x0c\x2d\xf8\x83\xae\x09\x2d\xf8\xc3\xc6\xe7\x59\x79\xd8\xa3\x10\xe7\x2f\xb7\x7c\x68\x39\x5f\xe4\x51\x1e\x1e\xcc\xb2\x96\x47\x63\xc9\xc5\xa1\x05\x7f\x59\x4e\x9d\x95\xc2\x93\x73\xfb\x6a\xe7\x5e\x96\x18\xfc\x2a\xe3\x5e\x96\x18\x1c\xd9\xc0\xb4\x5f\xdd\xdb\xcb\xc6\x12\x0e\x35\x14\xee\xce\xd7\x82\xea\x85\xf7\xe3\xe6\xd9\xb0\xe8\xf8\x72\x5b\x96\x90\xd3\x01\x24\x5d\x62\x28\xea\xd8\xcb\xee\x34\x64\x0f\xb6\x52\x07\x90\x0c\x8a\x51\x24\x8e\xcb\x7c\x73\x1d\x45\xe2\xb8\xe0\xf8\x29\x33\xa7\x97\x5a\xe9\x51\xd4\xd0\x69\xd8\xd5\xc0\x56\x46\xf6\x60\xda\xc8\x1e\x4c\x5b\x44\x69\x45\x40\xe9\xd0\x95\xfa\xfe\xab\x47\xfa\x5e\x66\xd0\x64\x94\x22\xf6\x3b\x84\x8d\x6c\x38\x78\xa4\xd7\x2c\x4b\xea\x0d\xb1\x6f\xeb\x13\x71\x8b\x90\xd3\xcb\x7f\x2f\xc6\xb4\xbb\xe8\x70\xde\xf5\x73\x81\x7c\xcd\xa2\xbd\x9d\xcf\x55\xad\x17\x35\x20\xd3\x7a\x32\x17\xfb\xbf\xca\x1e\xe8\x05\x8b\xb2\x27\x73\xd8\x88\x65\xcf\x06\x52\x12\x92\xdb\x58\x19\x08\xd9\x70\xd3\x43\xcc\xc5\x22\x5d\x0d\x83\xad\x94\x7a\x2a\x83\x94\x84\x92\x0d\x6c\xa5\xf4\x55\x19\xac\xc7\x9e\x0d\x4e\x83\xb6\x72\xda\x88\xa3\xd4\x6c\x78\x68\xd0\xaa\x1f\xb0\x9f\xdb\x70\xac\x41\xb5\xa6\x07\xcc\xe5\x12\x1e\x2c\x61\x2e\xd0\x09\x73\xc9\xcb\xb9\x66\x11\xe9\x38\x8f\x3d\x99\xc3\x02\x2c\x4d\xa4\x5f\x2c\x72\x32\x37\xc3\x7f\xad\x27\xe9\x17\x5b\x29\x13\x88\xf4\xa1\x51\xa4\x9e\x48\x1f\x1a\x45\xea\xa9\xdc\xe4\x6c\x48\x1b\x15\x64\x61\x91\xf2\x29\xcf\xf6\xaf\x32\x43\x7a\x79\x38\x41\x52\xa4\x05\xc1\x56\x9a\xb6\x72\xca\xb1\xa1\x8c\xa2\x5e\x5e\x48\x4f\xc2\x5e\xd6\x43\xb3\x90\xc6\x94\xe9\x26\x7d\xdf\xd8\x6c\x99\x2f\x3b\x91\xa4\xae\x59\xf6\x95\xe5\xf2\xa3\xc7\x43\xc3\x97\xdb\x7d\xe5\xb0\x48\x81\xed\x85\xf3\xf1\xa3\x07\xec\xff\xe8\xc1\xf9\x90\x8a\xdb\x49\x48\xd1\x1b\x69\x27\xd5\xa9\xf5\xaf\x8f\xd6\xf7\x0a\xe9\x32\x3d\x76\xac\xa6\x2e\x99\xbc\x63\x35\x15\x29\xb0\xbd\x31\xed\xef\x29\xb0\xbd\x41\x93\xe5\xe7\x2c\x78\xce\xd8\x39\x3c\x12\xd8\x7b\xe7\xf0\xc8\xfa\xd9\x89\x3b\x75\x09\xec\xbd\x23\x4a\xa5\x04\xf7\x25\x6d\x2c\xc7\x20\x69\x48\x02\x7b\xef\x2c\x85\x04\x36\x49\x5c\x4d\xc9\x24\x7d\x9f\xd2\xa6\x75\x09\xca\xdd\xb9\xa1\x12\x94\x3b\x0e\xad\x5e\xdc\xfb\xee\x5c\x26\x09\xca\xdd\x17\x61\x1a\x74\x09\xa8\x64\xdf\xa1\x43\xea\x7a\xf7\x35\xad\x98\x5b\x02\x4a\x2a\x6e\x0f\xb6\x44\xda\x79\x5f\xd2\x46\x8a\x74\x5f\xa2\x43\x06\xd3\x8e\x6b\xa8\x7c\xa7\xbe\x1f\x10\x96\x8b\x8c\x9f\x57\x92\x7d\xac\x1f\xdb\x34\xc6\x74\xeb\x9a\x6d\x62\x7f\x3e\x01\x36\xdb\x34\x28\xc6\x8e\x6d\x1a\x94\x10\x91\x49\xe7\xed\xdc\x72\xbd\xa8\xf6\xfd\x42\x72\x4a\xe7\xed\x04\x91\x4c\x5e\xcb\x3e\xaf\x7d\x33\xa9\xc9\x7d\x5e\xea\x66\xf2\x38\x76\xac\x95\x92\xfb\xb2\xae\x6c\x6e\xc3\xcb\x12\xe6\x22\xe3\xc5\x99\x44\xe9\x8e\xd3\x66\x12\xa5\x3b\x3e\x9a\x49\x50\xd6\x6d\xf5\x70\x35\xac\x1e\xa1\x06\xf6\x56\x06\x4e\x5d\x89\x69\xda\x97\x8a\x3b\x65\x92\x8b\xb5\xb0\x1e\xf2\x16\x2a\xf9\x5f\x26\x79\x54\x97\x95\x20\x8b\xa7\x62\x25\x28\xdb\xa6\x57\xa2\x4a\x26\xd9\x5a\x97\x95\x30\x44\x7a\x5d\xb9\x6c\x55\x0d\xf1\xaf\x92\xdb\x7a\xad\xd0\x21\x99\x56\x1b\x77\x4e\xfa\xbb\x36\x48\x97\x80\xaa\x9d\xbd\x95\x65\x5b\xf1\x6b\x4c\xae\x50\x45\xc3\x2b\x41\xae\xd7\xce\x91\x92\xe8\xa8\xe4\x51\x9a\xc4\x4f\xb5\x45\xba\x3e\x99\x7e\x4d\x33\x49\x87\x6a\xac\xba\x84\x41\xc5\xd1\x29\x23\x07\x9d\xab\xbe\x6f\x39\xe8\x43\x83\xc6\x70\x48\xd7\xad\xac\x5c\x42\x3d\xaa\xf7\xea\xeb\x93\xec\xc1\x22\xeb\x12\xd6\x19\x88\x1a\x4a\xbe\xea\x35\xc8\x20\xd4\x9d\xab\x04\x8e\x76\x19\x6b\x15\x95\xbf\xcb\x36\xab\x83\xcd\x76\xf1\x82\xa3\xb3\x97\x6c\x80\x5b\x59\xb3\x75\xb0\xc8\xba\xb7\x75\x86\x74\xc6\xae\xdb\x50\xa7\xfe\x1e\x4a\x02\xeb\x95\x64\x6c\xd3\x15\xab\xc7\x22\x4c\x87\x8e\xbb\xaf\x34\xb1\xce\x3b\x5a\x33\x99\x95\xf5\x64\x4d\x65\x9c\xd4\x75\xf7\x25\x1c\x2b\x1a\x7e\xd7\x8d\xaa\xdc\xec\x7d\xcf\x1e\xd0\x21\xb1\x55\x6f\x56\x4c\x3e\x44\xbd\xa1\x23\xef\xdc\xba\xea\x79\x81\x66\x78\x78\xec\xb2\x56\x2a\x77\x7f\x97\xb5\x52\xe7\xc3\xcf\xd0\x4b\x7d\xaf\xb8\x1d\x7a\xa9\xef\x95\x9b\xed\x92\x41\x0d\xed\xbc\xd7\xdf\xc9\x42\xec\x0d\xe7\x60\x97\x49\xd5\xe6\x33\x51\x73\xad\x5e\x43\xcb\xba\x16\xab\xcd\x17\x9d\xe6\xe2\xab\xcd\x70\x46\x73\xb1\xd1\x76\xc6\x10\x1b\x6d\x67\xf5\x6a\xf6\x80\x0d\x45\x1e\x5a\x5d\x54\x77\x35\x54\xc6\xc8\x06\xd6\x46\x81\x86\x56\x39\x2b\x0a\x34\xb4\x19\x2a\x6e\x2e\x2b\xac\xcd\x7c\xc9\xa1\x0c\xde\xde\x66\xec\xb8\xb9\xcc\xb2\xd6\xd6\xa0\x62\xae\xb1\x9c\xb9\x1e\x33\x8a\xd2\x3c\x49\x27\x8a\xa2\x67\xb3\x3e\x53\xe9\x3f\x3d\xc4\x4b\x87\x30\x89\x9f\xd6\xd9\x67\xd9\x7a\x8d\x08\xc8\x2e\x5b\xaf\xcd\xdc\xbe\xb1\xcb\xd6\x6b\x44\x40\x76\x59\x61\xcd\x16\x61\xd9\xb0\x08\xd3\x7a\x18\x5b\x29\x3b\xad\x11\x23\xd1\x6b\x5d\x6f\xbe\x28\xcd\x06\x16\x39\x17\x08\x95\xef\xb9\x1e\xbe\xe8\xc8\x1e\x8b\x17\xf5\xc0\x05\xf1\xe4\x25\xe0\x45\xe1\xae\x86\x0b\xe2\xc9\xdc\x7c\xae\x1a\xbb\xa4\x6f\x23\xce\xb2\xcb\xf8\x6b\xd3\x05\x69\x9e\xec\x07\x6b\xda\x73\x16\x36\x3b\xb9\xc5\x27\xd1\x33\x62\x6f\x63\x11\x26\x6e\x97\x3c\x92\xbd\xd8\x0e\x16\x48\x42\xbf\x11\x89\xd9\x25\xf4\xdb\x8c\x28\x37\x4f\xf6\x0f\x04\x43\xcf\x06\xf6\x25\xd7\xe3\x58\x74\xa8\x81\x20\xf4\x2e\xb5\xd0\x4e\x56\x3d\xb9\x3d\x19\x23\x99\xc3\x27\xf1\xe4\x85\x58\xcd\x2e\x93\xb0\xe1\x93\x78\x52\x8a\x73\xa0\xe4\xf4\xde\xf0\x05\x3c\xa7\x25\x2e\xe2\x52\x3e\x6d\x49\x1b\xe9\x89\xf6\x40\x87\xb4\x51\xc3\x7d\xd8\xa5\x27\xda\xcb\x35\x95\x5a\x68\xbc\x4e\xb9\x82\x2d\x8d\xe0\xaf\x2b\xb6\xd2\x5e\x76\x4e\x6a\x81\x52\x80\xa1\x27\xd1\xde\x09\x72\xb8\x0c\xcf\xbe\xad\x69\x9b\x1a\xd8\x6c\xd1\xd1\xb7\x35\xc6\x77\xda\x4e\xf9\x8a\x8b\xb0\x5e\x38\x85\x32\x91\x3b\x81\x5b\x17\x1d\xbd\xac\x31\x34\x2d\x01\x0a\xbd\xb3\xf6\xbe\xa4\x94\x74\x4d\xc7\x38\xf1\x24\xbd\xb2\xc8\x49\x29\x11\x0b\x3d\xbc\xf6\x5e\x59\xf5\xa4\xb4\xc2\x9c\x74\x4d\xaf\x08\x47\x19\x7c\x7d\xc9\xb1\x24\x7d\xc9\x31\x59\x80\xbd\x71\xa4\x64\x01\xf6\xc6\x12\x26\x2f\x8d\x3b\x97\xbc\x10\x0d\xde\x65\x88\xf7\xb6\x78\x11\x73\x9d\x63\x99\xa4\xe3\x98\x78\x52\x8a\x63\xb2\x4b\xe7\xf5\xbe\x48\xd7\xb4\xd8\x44\x9e\xbc\xd8\x1a\x54\xa4\x3b\x8b\xac\xc8\x5a\x27\xa6\xe1\xc9\xcb\x12\x28\xf1\x3b\x59\x88\xbd\x63\xa8\x78\xd2\xb4\x64\x89\xc2\x5d\x7d\x19\x2a\x0a\x77\xf5\xe9\x2d\x34\xff\xd1\x30\xb5\xac\xde\x8f\x7b\x9f\x36\x45\x53\x92\x7c\xef\xf3\x51\x7a\x54\xf9\x02\xfd\x5c\x9f\x68\x96\x69\x42\x0c\xbd\x30\xf7\x8e\xfb\x10\x72\x30\x3a\xee\x43\xe4\x2c\xd3\x7d\x18\x7a\x72\xee\x7d\x06\x4f\x47\x95\x9d\xd6\xb1\x29\x22\xa7\x25\x3e\x1a\x39\x2d\xd7\xbe\xca\x70\xeb\x33\xff\xab\x45\xd2\xc1\x1b\x74\xe4\x2c\x44\x0d\xf4\xb0\xdd\x3b\x11\xd4\x2a\x4b\xae\xe3\x71\x54\x19\x6e\x7d\x56\xa4\x8d\x2a\xb3\x8c\x54\xbe\x51\x65\x96\xd9\xbc\xc3\xa3\xca\x0a\x33\x02\x95\xa1\x31\x6c\x63\xc5\x14\x88\x32\x02\x95\x4a\xb1\xec\x56\xa0\x43\x86\x85\x51\xc6\x12\x39\x0b\x31\x01\xbd\x85\x77\x23\x26\x10\x39\x2d\x4f\x2b\x55\xa6\x87\x61\x7a\xd4\x3d\x7b\xb0\x1e\x49\x07\x51\xc7\x50\xfc\xcb\xea\x9a\x36\xd4\xb0\x78\x19\x6a\x60\xd5\xf7\x6c\x60\x3d\x64\x7a\x18\x71\x80\x2a\xb3\xc1\x1a\x9f\xc8\x4a\x30\xae\x5b\xc8\xc4\x34\x02\x03\x7a\x1c\xef\x86\xca\x57\xd1\x40\x37\xd2\x4d\x22\x17\x88\x10\x62\x95\x9a\x34\x5e\x41\xaa\xb4\xa2\x39\xbc\xe4\x8a\xa1\xd0\xab\xb4\xa2\x39\xfb\x22\x15\x67\x38\xf5\x55\x1a\xcd\x78\xb6\x56\x02\x73\x37\x34\x7c\x95\xfe\x36\x34\x7c\xe4\xaa\xa3\xe1\xf5\xc0\xde\x0d\xed\x5c\xa5\xe2\x8c\x48\x5d\xe4\xbe\x1c\xeb\x13\x91\x4e\xa4\x2e\xf6\x6c\xe0\x56\xca\x67\xb5\x93\x3b\xd7\xb3\x61\x71\x2b\x5e\x4e\xb8\xed\xd9\xb0\x06\x15\x73\x17\x37\x2a\x77\x0e\xc3\x3e\x64\x23\x1a\x4f\x1a\xaa\xcc\xe8\x76\xb3\x51\xd2\x79\xc6\x9b\x84\x4a\x35\xba\x61\xd8\x2b\xd1\xb7\xdb\xbc\x73\x2d\x6a\x36\x70\x1c\xa4\x7b\x0d\xc3\xbe\x4a\xc5\xd9\xbb\x3e\x11\x73\xeb\x12\x4a\xc5\x19\x9a\x55\x8f\xfb\xdd\xd6\xad\x94\x7a\xf2\x6d\x7d\x62\x6a\xe0\x48\xc9\x12\x75\xde\x48\xa3\xe5\x27\xb0\x2f\x63\xcd\x79\x12\x55\x8e\x72\xf7\xb2\xc6\x08\x35\x70\xc5\xa4\x49\xfc\x7f\x28\x0c\xeb\xce\x0b\x68\x95\x6a\xf1\x9d\x31\x7a\x36\x30\x86\xf4\x04\xf9\x81\x2d\x74\xc6\x1c\x65\x5c\xa5\x27\x9c\xe0\x5e\xe8\x8c\x39\x6f\xa4\xaa\x55\xe8\x5e\xd7\x27\xdf\x7d\xf1\xb6\x3e\xd1\x18\x0d\x89\x2b\xed\xe1\x78\x08\x2a\x6f\xe8\x4e\x84\x2f\x7a\xf6\xe0\xc0\xe8\xd0\x51\x36\x38\x6a\x64\x03\xdb\x10\xbf\x93\xc4\xd1\x9d\x48\x9d\xb2\xa2\xbb\x1b\x87\x58\xb6\x9e\x13\x35\x08\x85\xff\x1c\xd3\x5f\x25\x17\xdd\x8d\x03\xa8\xf3\xe6\x4b\x30\x28\x68\xe2\x0e\xe7\xb2\xb1\xdc\xe1\x5c\x51\x14\x77\x2e\x93\xa2\x28\x8e\x2f\xa0\xdc\xeb\xee\xa8\xee\x3a\x72\x0c\x2e\x93\x0e\xb1\x93\xa9\xa6\x64\xec\xee\x64\xa8\x28\x19\xbb\x7b\xb0\x47\x3a\xb3\xce\x63\x43\x55\x8c\xc4\x09\x23\x44\x1e\xe2\xc1\xe1\x51\x48\xc4\x79\x06\x68\x0a\x89\x38\xcf\x00\xca\xdf\xee\x4e\x22\x88\xf2\x1c\xba\xa3\xae\x95\xe7\xd0\x9d\xe7\x51\xa5\x35\x74\xbf\xd6\xb4\x62\x6e\xc6\xf4\x87\xd2\x1a\xba\xa3\xae\x95\xd6\xd0\xfd\x82\x97\x3c\xd5\x24\x82\x28\xa1\xbb\xfb\x7c\x1e\x1d\x99\xd6\xe0\x53\x3b\x8f\x4c\x49\xf0\x07\x4a\xa5\x8c\x1d\x93\x5b\x25\x4a\xdd\x97\x1c\xc8\x73\x3f\xa3\x7d\xa3\x95\x6c\xe0\xc0\xe4\x31\x27\x45\xa3\x95\x6c\xe0\x10\xe7\x31\x9f\x4f\x91\x23\xb3\x18\xfc\x65\x2b\x15\xed\x73\x84\x4b\x93\x56\x0c\x9e\x01\x94\x14\xde\x83\x9c\x0d\x25\x85\xf7\x20\x96\xd0\xa4\xd1\x62\x6a\xe7\xd1\xa4\xc0\xa2\xc0\x9c\x14\x58\x14\x66\x91\x7a\x0a\x12\x4a\x95\x25\xde\x63\xd6\x94\x8e\x26\xd5\x12\x3c\x45\x2a\x6d\xbc\xc7\xce\x7a\x48\x93\x04\x45\xa6\xca\x23\xef\xb1\xb3\x1e\xd2\x24\x31\xc3\x90\x4d\x89\xe5\x3d\x08\x43\x2a\xb1\xbc\xc7\xbe\x08\x13\x1d\x75\xf5\x50\x43\x5b\x84\x89\x8e\xb6\x98\xd3\xb4\x58\xd8\x4a\x0a\xef\xc1\xbb\x62\x93\x26\x09\x42\x07\xca\x12\xef\x31\x1f\x1a\x47\x93\xd9\x10\x3c\x1f\x28\x6d\xbc\x47\x67\x16\xd9\x11\x41\xa0\x52\x59\xe2\x3d\xb0\xc1\x95\x25\xde\xc3\xd6\x18\x22\xcc\xd6\x18\xfa\x84\xab\x3e\x72\xe7\x66\x05\x40\x1b\xb9\x73\x5c\xf5\x91\x3b\xe7\x2c\x90\x34\x5a\x90\xb6\x3a\x72\x2b\x09\xec\x8f\xdc\xb9\x58\xb3\x68\xda\x58\xb3\x68\x8c\xf9\x14\x39\x9a\xc2\x0f\x41\x32\x5a\x26\x71\xc4\x58\x83\x6a\x1b\xc6\x22\x4c\xdb\x40\x08\x31\xd3\x3c\x62\xd6\x91\x8f\xcc\xea\x88\x83\x03\x23\xab\x29\x0e\x0e\xae\xac\xa6\xc0\xd2\x18\xb9\x0d\xb8\xec\x23\x57\xfd\x5c\x3d\x44\x07\xef\x09\x4a\x04\xef\x71\xad\x59\xc4\x0b\x0e\xc1\x48\xe6\x70\x08\x94\x19\xde\x03\xf9\xa1\xcc\xf0\x1e\x98\x1e\x23\xd9\xbf\xa1\x23\x99\xe3\xd5\xb0\x49\x91\xc6\xcd\x2c\xc9\xed\xcd\x9a\x4a\x91\xc6\xc3\x7a\x48\x09\xc6\xc3\xf9\x48\x4a\x1f\x0e\x6e\xdf\x7f\x47\x81\x51\x0a\xd3\x86\x34\xe4\xd8\xb8\x6e\xd2\x90\x03\xd3\x5f\x15\x92\x7d\x6c\x6b\x02\xf5\x20\x25\x21\xf3\x48\x46\x61\x4b\x14\xbd\x18\xb8\xef\xca\xbd\xee\xa3\xa0\x05\x14\xce\x18\x33\x25\xa1\x29\xf7\xba\x8f\x75\xcb\xa5\x26\x07\x46\x46\xfb\xd1\x03\xf9\x9c\x3d\xf0\xe7\x87\xf4\xd5\xa8\x5c\x48\x69\xd6\x41\xc2\x81\x52\xad\xfb\xe0\xf5\x21\x33\x43\x46\x5d\xa4\x8b\x5b\x02\x95\x99\xf7\x31\x70\xf0\x95\x7b\xdd\x07\xee\xbb\x52\xad\xfb\xc0\xa6\xc8\x44\x90\x41\x66\x56\x4b\xc2\x78\xb0\x50\x36\x72\x1f\x1d\x3a\x92\xb0\x25\x18\xa4\x16\x46\x5f\x83\x6a\xda\x05\xfc\x20\xb5\x30\x48\x5a\x50\x36\x72\x1f\xb6\x66\x11\x2f\x4b\x74\x24\xa5\x78\x1c\x99\x6e\x32\x70\x30\x32\x99\x64\x90\x88\xa5\x84\xdd\x3e\x78\x9f\x50\x7e\x6e\x1f\xf3\xda\xf7\x4d\xd2\x77\xcc\x5b\xde\x37\xa9\xeb\x31\x73\xd1\xfb\x26\xdd\x3b\xd6\x2d\x97\xaa\xa5\x10\xa3\x2b\x61\xb7\x0f\xfc\x89\x96\x0b\x34\xbd\xfc\xae\x84\xdd\x3e\xa6\x83\xd1\x37\xb9\xdb\x83\xd0\x5d\xcb\x15\x23\x74\xd7\x72\x81\x96\x1d\x21\x35\x39\xce\x45\x58\x36\x4c\x30\x82\x4d\x42\x7f\x4c\x49\xd1\x37\xc9\xf8\x41\x2c\xaf\x49\x91\x0e\x32\x4c\x9b\x14\xe9\xb8\x60\x5f\x42\x7f\x5c\x80\x22\xc8\x55\x1e\x17\x74\x8c\xec\x01\x1d\x32\x0a\x06\x09\x07\x6d\xe4\x27\x8b\x30\x31\x77\xb1\x84\x32\xf8\x06\x29\x09\x4d\x91\x93\x41\x86\x69\xcb\x9d\x03\x74\x43\xe9\xb3\x7d\x3c\xac\xa9\x44\xfa\x78\xd8\xca\x3d\x3f\x99\xb7\xa1\xe7\xde\x3e\xac\xba\x24\xf8\x78\x58\x20\x49\xf0\x41\xda\x6a\xcf\xdd\xe7\xc1\xb3\xcb\x58\x1b\xb8\x42\x5d\xb6\xd9\x78\x17\x1d\xda\x86\x17\x6e\xe5\xd6\x8d\x69\xe0\x8c\x9e\xbb\x3f\x9d\xa5\xbe\xc9\xcf\x3b\xe6\xc3\x49\x57\x92\x6e\x3f\x36\xb6\x41\x5a\xe0\x98\xbe\xd1\xe8\xda\xdb\xa3\xac\x4f\x9a\x1a\x2a\x3d\x34\x68\x81\x30\xa9\xda\x63\x5f\x3d\xf4\xc9\xce\xc1\x95\x16\x38\x78\x23\xcd\x9c\x9e\x03\xc0\x8b\x4c\x9f\x3d\x08\x54\x66\x4e\x0f\x25\x45\x23\x53\x78\x0e\xf2\xa4\x32\x63\xe7\xa8\xec\x9c\x34\xc9\x01\x58\x45\x26\xd8\x1e\x0d\x5e\xa4\x38\x8e\xb6\x3e\x11\x1d\x0d\xc2\x64\x14\x1c\x6d\x11\x26\x3a\x3a\xbb\x2f\x5f\xf1\x20\xf7\xb3\xeb\x38\x1c\x53\xc2\xf4\xcc\xa7\x3d\x8c\xf5\xd8\xf3\x93\x35\xed\x50\xc3\x9a\x36\x3f\x81\xdb\xdc\x39\x64\x50\xcf\x9d\x23\x51\xa1\xff\x56\x1d\x58\x3f\x78\xd2\xe8\xb9\x8b\xc4\x37\x7a\x6e\x5a\xac\x19\xc5\x06\x76\x49\x97\xfa\x3f\x06\x7c\x49\x0f\x1f\x24\x2d\x64\x2a\xce\x81\x1b\xd3\xa5\xfe\x0f\x1e\x1b\x7a\x6e\xc9\xf4\x5a\x7a\x26\xfd\x1e\x88\xb0\x9e\x7b\xc4\x6b\x68\xcf\x3d\x22\x02\x92\xc9\x3a\xc7\xc9\x2c\xb9\x25\xd7\x1a\x34\x1b\xa6\xe8\xc8\xcc\x9b\x63\x89\x0e\x29\xe3\xe3\xe2\x78\xc9\x40\x38\x2e\xce\x8a\xf4\xf7\x71\xb3\x1e\xd2\xbd\x07\x31\xc5\x2e\x27\xf6\x78\x38\x4d\x52\xe8\xc7\x12\x1d\x52\xe8\xc7\xc3\xb4\x3f\xc6\x60\x5a\x29\x52\x2a\x57\x47\x97\xce\x3b\xf0\x49\x32\x97\xe6\x24\x8f\x3c\x53\x67\xce\x8d\xcb\x24\x3a\x4e\x4c\x8f\xcc\x94\x39\xb7\x35\xed\x97\xfd\xb3\x2c\xc2\xd4\x03\x27\x25\x73\x69\x4e\x6c\x91\xcc\xa5\x39\x09\x67\xa8\xb4\xbe\x9f\x3b\xb3\xc8\x13\x3c\x77\x2e\x82\x78\x39\xd7\x0d\x95\xbe\x3a\xc9\xf0\xce\xf4\x9b\x13\x4b\x23\xb3\x6d\xce\xca\x29\x94\x02\x3b\x81\x7f\xc9\x6c\xe4\x13\xb4\x97\xcc\x35\x3e\xc9\x73\x10\x9e\x43\x3f\xb1\x23\xba\xf4\xf7\x49\xfe\x76\x97\x02\x3b\xd7\x95\xcd\x05\xea\x70\x2b\xf5\x74\x76\x04\x65\x72\x4b\x5a\x43\x97\xbe\x3a\x8d\x35\x4d\x5e\x0c\xe9\x9b\xbc\x38\xfb\x22\x45\x7a\x62\x25\x74\x29\x9f\xd3\x11\x94\x49\xba\x43\x58\x92\xee\x9c\xc2\x24\x7d\xdd\x5b\xe9\xab\x33\x98\x25\x49\xc7\x9f\xe8\xf2\x15\xcf\x80\x17\x69\xb4\x73\x59\x1a\xb2\x45\x4e\x0c\x8b\x2e\xe7\xf1\x9c\x25\x6c\x43\xc8\x55\xfd\xc4\x6c\xc8\xa4\xd4\x73\x7a\x0b\x3d\x93\x52\xcf\xf9\x5a\xd0\x8b\xd4\xf5\xc9\x05\xca\x7c\xc9\xf3\xa6\x87\xf4\xd5\x49\xb2\x5f\xe6\x27\x9d\xb3\x42\xa4\x0b\x00\xad\x9f\xb3\xa4\x76\x64\xc2\xd2\x49\xe8\x3f\x13\x96\x4e\xc2\xf6\x99\xb0\x74\xa2\x48\x33\x61\xe9\x7c\xff\x35\x96\x52\x3f\xe7\x6b\x5d\xcf\x54\xbe\xf3\x5d\xdc\x7e\x17\xe8\x42\x2b\x66\x5e\xde\x35\x23\xfd\x3d\xf3\xf2\x2e\xf2\x82\x04\x23\xd1\x2f\xb4\x62\x66\xb8\x51\x2d\x3e\x4c\x7a\xf3\xe2\xce\x65\x86\xdb\x55\x16\xa6\xd3\x97\x74\xea\xc9\xbb\x00\x84\xfa\xb5\x60\xa0\x74\x4d\x2f\x94\x60\x26\x4e\x5d\x75\x4d\xeb\x6a\x60\x3d\xa4\x6a\x2f\xa2\x7d\x26\xcd\x7a\xa1\xd1\x4c\x8a\xf4\x02\xea\x28\xf3\xc6\xae\x06\xb6\x94\x0e\xff\x85\x0f\x6f\x52\xb5\x57\x67\x5a\x1d\xfe\x6b\xc6\xf1\x7b\xe6\x6b\x5d\x9d\x31\x74\x91\x2f\x63\xf7\x65\x67\x5e\x68\x45\xc1\x8c\xf4\xcb\xd8\xec\xf2\x5b\x21\xc4\xcb\x38\x5e\xba\x19\xd7\x0c\xff\xf5\x4c\xd5\xba\xbc\xfc\x2b\x44\xac\x7e\x11\xed\x33\xc5\x04\x2e\x67\x07\x64\x51\x5e\x3c\x03\x64\x52\xd9\x15\xd0\x24\xf5\x7f\xc5\xea\xa1\x4f\x88\xe5\x99\x42\x00\x17\x51\x7f\xc1\x0e\xf6\x8b\xea\x08\x93\xbd\x78\x51\x1d\x61\x32\x10\x2e\xee\x5f\x26\xa6\x5d\xc7\x22\x5d\x9f\xe0\xbe\x67\xa6\xda\x75\x2c\xd2\x35\x06\x6a\x52\xb8\x23\xfd\x3a\x18\x54\x1a\xfe\x3a\xd7\xa0\x62\x7f\x2a\xd2\x9e\x69\x56\xd7\x54\xa4\x3d\xd3\xac\xae\x59\x64\xda\xf7\x2d\xc7\x78\x68\x10\x61\x17\xa0\x62\x79\x77\x50\xa4\x99\x0f\x77\x61\x61\x9b\xec\x88\x6b\xe6\x08\xf5\x5d\x56\xe9\xf5\xac\x31\xc4\x1c\x16\x76\x66\x66\x5d\x04\x08\x05\x58\xd5\xaf\x75\xed\x65\x69\x5c\x3c\xd2\x67\x4e\xdd\x35\x03\x84\x3d\x13\xb1\xae\xa9\x59\x7b\xa6\x59\x5d\x98\xcb\x99\x66\x75\x4d\x55\xdb\x33\xab\xea\xc6\xa9\xcf\xbc\xbc\x7b\xbe\x2d\xf4\x5d\x77\xe7\xc6\x87\xcf\xac\xbb\x1b\x39\x90\x69\x56\x77\x81\x0e\x1d\xa9\x7b\x62\x86\x0c\x93\x09\x74\x53\x6e\x65\xb2\x78\x6e\x04\x43\xa6\x48\x51\xc6\x3e\x84\xc6\xd5\x6f\x9e\xf1\x4d\x26\xd0\x4d\x69\x82\xc9\x04\xba\x77\xce\x98\xac\xd2\x7b\x5f\xbc\x84\x1a\xe0\x45\xe7\xf4\xde\xd7\xb4\x1a\xb4\xae\x31\xc4\xcb\x12\x2e\x12\xa5\x37\x99\xc4\x26\xb9\x78\x93\x28\x64\x32\xa3\xee\xce\xde\xea\xe0\xde\xb6\x66\xd1\xa0\x5c\xe4\x5d\x5e\xcb\xcd\x45\xde\x65\xea\xde\x84\xed\x33\x2d\xf1\xc6\x56\xcd\xa4\xc3\x3b\x60\x4e\x76\xd5\x1d\x30\x27\xeb\xf8\x0e\x36\x5b\xd7\xe3\x5e\xb7\x52\x02\xfb\x1e\x9c\x31\x49\xdf\x7b\x70\x1c\x74\x81\xee\x03\x5e\x74\xb4\xef\x03\xbc\x3c\x1d\xed\x1b\xe3\xd5\x2c\x1b\xb8\x40\x3a\xb8\x37\x61\x37\xb3\x6c\x60\xc5\x64\xe0\xdc\x3c\xbb\x67\x26\xe3\x7d\x32\xa8\xe2\x22\xf7\xc9\xf5\xa8\xf9\xc9\x9a\x25\x3f\x61\x50\x59\x91\x37\x71\xfc\xcc\x53\xbc\xd7\x35\x55\x5c\xe4\xbe\xe0\x36\x8f\x25\x0f\xf3\x99\xa7\x78\xdf\x70\x9b\xe7\xf4\x46\x28\xc9\x12\xbd\x6f\xae\x58\x9e\x53\xe2\x70\x26\x43\xeb\xc6\x66\x36\xd9\x99\xf7\xb3\x7a\x88\x97\x87\x8d\xca\x23\x85\xab\x9c\x39\x4e\x37\x45\x47\x99\xb8\x78\xbf\x6c\xb6\xec\xee\x1b\xbf\xd7\xa4\x7c\x40\x79\xe8\xbb\x65\x03\xeb\x21\x6d\xf4\x6c\x9c\x42\xed\xfe\xb3\x2e\xb2\xb6\xf2\x59\xf7\x36\xb2\x61\x0d\xea\x6a\xe0\x68\xff\x56\x21\x73\x7f\x0a\x9c\x47\x7e\x0e\xe7\xda\xf8\xa7\xb0\x25\xda\xf8\x87\x77\x01\x93\x79\xf8\xe0\x47\x67\x6a\xd2\x83\x51\x2e\x88\xdb\x0e\xf2\x44\xcf\x4c\x24\x90\x27\x7a\x66\x22\x3d\x15\x2d\xa0\x7d\x7e\x70\x9b\x33\xcf\x08\x28\x8a\x91\x39\x9c\x0f\x28\x90\x99\x67\xf4\xd4\x35\xa8\x78\x69\x1c\x0d\xe9\xde\x07\x80\xc5\x4c\xf8\x79\x00\x1e\xcd\xfc\x9e\x67\x89\x0e\x29\xe3\xa7\x73\xcb\x15\xcd\x79\x30\x32\x32\x03\xe8\x21\xfc\x67\x23\x1b\xd6\x18\x22\x1d\x3b\x3e\x33\x80\x9e\x65\x64\x48\x6f\x3e\x18\xe5\x2e\x13\xf3\xc1\x06\x70\x99\x98\x0f\x25\x93\x99\x6d\xfa\x04\x22\x5d\x8a\x14\x28\x8a\x5e\xa5\x48\x1f\x82\x7b\x55\x8a\xf4\x21\x41\xc7\xa5\xf3\x80\xa2\xe8\x35\xa7\x9d\xae\x72\xcf\x7c\x9c\x67\x2c\xc2\xb4\xd9\x63\xcd\x22\x6e\xc7\x9a\x45\xcc\xcd\x77\x81\x9e\xf9\x38\x0f\x12\x2b\xb3\x6d\x1e\x52\xf9\x5c\x9a\x15\x6c\x8a\xe1\x32\x53\x9f\x03\xc8\xd9\x1f\x0d\x37\x0d\xe2\x05\xff\xdb\x7f\x34\xdc\x34\x88\x17\xac\x84\x4c\x7b\x79\x88\xf6\xb9\x74\xef\x33\xcb\x2e\xbb\x60\x24\xfa\x83\x3c\x72\x29\xe3\x87\x67\x44\x97\x32\x06\xe5\xa8\x57\x99\x62\xcf\xbd\x06\xd5\x2c\x53\x1e\xf5\xcc\xa5\x79\x48\x5a\xf0\x9c\x05\x01\x95\xb9\x34\x0f\xf9\xca\x99\xf9\x0b\x58\xc5\xf0\x9c\x85\xd0\x5d\x66\xb9\x3c\xef\xea\xa1\x41\x5f\xa6\x95\xbe\x02\x68\x62\xb8\x74\x1e\xb8\x12\x5d\xa8\x11\xfd\xdd\x58\x42\x29\x41\xf0\x98\xba\x50\x23\x3a\x98\xb9\x3d\x13\x63\xc0\xcc\x4d\x28\xd6\x0e\x44\x6e\x17\x8c\x44\x07\x22\xb7\x0b\x46\xa2\x03\x91\x3b\x32\x8d\xf7\x45\xc2\x64\xa6\x0c\x68\xb6\x3d\x13\x63\xde\x7d\x7d\xd2\xd4\xc0\x12\x4a\xe7\x2d\x24\xda\x4c\x8c\x01\x78\x76\x64\x4e\xee\x82\x95\xcd\x4c\x19\x20\x31\x46\xa6\xe0\xbe\x95\xb3\x2e\xff\x4a\x38\xb3\xe2\xb6\xc2\xbe\xb4\xc0\xc2\x99\xad\xd2\x02\xe0\xc2\x8e\xcc\xda\x05\xd3\x75\x78\xb2\x8f\x5f\x53\x95\xd6\xb0\x10\x5b\x33\xdb\x06\x80\xd6\x9e\xb9\x34\x13\xa0\xf5\xd3\x20\x3a\x90\x41\x2e\xfb\x0e\xa4\xd4\xe1\x52\x93\x6f\x67\x3d\x2c\x7b\xb0\xc8\x96\x3d\x58\x20\xe9\x4d\x60\x4f\x7b\x95\x27\x38\x51\x3d\x4b\xcf\x1c\x96\x17\xc7\x44\xf0\x13\x1d\xcc\xce\x2e\x70\x89\x0e\xbc\xe6\xc8\x54\x60\xc0\x33\x7b\x26\xa4\xbc\x4b\x28\x29\x3e\xb3\xb0\x24\x32\x6b\x17\xa0\xc7\x2e\xc8\x86\x0e\x6a\xe3\xf0\xfe\x5b\x75\x60\x2f\xc6\x8e\xe7\x3e\x1f\x6b\x3c\xd1\xc4\xdb\x42\xa6\xf4\xbe\x4b\x74\xe4\x96\xe0\x71\x64\x7a\x05\x58\x88\x3d\x53\x23\x40\xaf\xe8\x99\x09\x01\xf4\xe1\xf0\xdc\xc5\x29\x7e\x7a\xa6\x46\x00\x6c\xd8\x33\x13\x02\xf4\x8a\x9e\x99\x10\xa0\x57\x0c\x97\xc5\xf0\xde\x9c\x26\x59\x94\xef\x12\x1d\xb9\x47\x38\x29\x99\xc5\xf0\x2e\x49\x21\xf5\xff\x92\xd6\xe0\xb2\xe4\x5e\x0a\x19\xdc\xf2\x93\x79\x34\x32\xf1\xe1\x5d\xb2\x24\x37\xfe\x85\x52\xc9\x56\x80\x26\x46\x26\xdb\xbe\x38\x29\x4d\xc2\xf6\x25\xa6\x2f\xf8\x06\xdb\x28\x62\x52\x5e\xac\x01\x01\x31\x94\x17\x6b\x40\x40\x74\x65\x53\xd8\x36\x25\x45\x57\xf2\x84\x81\x09\xd1\x95\x2b\x61\x1b\x69\x0d\xca\x8b\xb5\x8d\x88\xa1\xb2\x5e\x6d\xc3\x49\x51\xd6\xab\x01\x01\xd1\x95\x09\x61\x1b\x2e\x88\xb2\x5e\x6d\x61\x42\x08\x81\xd2\x36\x42\x88\x4a\x7c\x30\x60\xe9\xba\xf2\x1c\x6c\x81\x44\x28\xf5\xd5\x36\x92\x8f\x85\xfe\x6c\xc0\xee\x0f\x0f\x71\x4b\x16\xb0\x0f\x51\xda\x58\xc2\xaf\xf4\xb5\x0d\x27\x45\xb8\x12\xb6\x75\xd6\xa3\x8a\x74\x4c\x0f\x65\x31\xd8\xc6\xb5\x57\xd2\x82\x81\x09\x31\x04\x3a\x6d\x5b\x67\x96\x2a\x5e\xa8\x55\x50\x0a\xae\x6d\xce\x19\x1b\x22\x9d\x8a\x24\x1f\x22\x9d\x4b\xad\x47\x7a\xdb\x70\x74\x94\xa4\x6b\x5b\x40\x47\xcb\x31\x5e\x7a\x68\x5a\x1c\x1d\xa5\xcf\x1a\xe0\x0c\x5d\xcf\xe7\xb6\x11\xa5\x57\xfa\xac\x81\xd6\xd0\xf5\x7c\x6e\x1b\x50\x36\xca\xa7\xb5\x05\xdf\x10\x9b\x28\x9d\xc2\xa0\xeb\xb9\xdb\x36\xe2\x81\x7a\xdd\xb6\x6d\x86\x1f\x46\x6c\xd9\xc0\xb4\x45\x74\x9c\x4c\x6b\x5a\x42\x1c\x1d\xbd\x5d\xdb\x06\x72\x8d\x70\xbb\x0d\x80\x87\xa1\x8c\x5b\x5b\xf0\x0d\x91\xb7\x61\xdd\x7d\x13\xe9\xe4\x38\x45\x1e\xfe\x0b\xd2\x4d\xa4\xe3\x2c\x45\xde\x86\x6b\x4d\xab\x05\xc2\x38\x51\xfa\xac\x01\x01\xd1\xf5\xdc\x6d\x1b\xbe\x91\xf2\x69\x6d\xbb\x17\xb7\xd9\x83\xb3\xee\x62\x9f\xd8\xa6\xd2\x56\x6d\xbb\xc1\x56\x77\x71\x4b\xd2\xb2\xb2\x43\x6d\x7b\x57\x83\xe8\xc0\x16\x69\x79\xf7\xc1\xb6\x51\x76\xa8\x6d\x84\x41\x5a\x0a\x03\x9c\x25\xe5\x7e\x5a\xe1\x81\x41\xb9\x9f\x56\x30\x5f\x04\x2f\x60\xfc\x10\xc5\x08\x1d\x7e\x10\x1a\xba\xe0\x05\xac\x10\xfd\x0c\x1d\xfe\x52\xd8\x86\xaf\x63\x62\xfc\x3a\xc5\x50\xfe\xa8\x95\xb2\xe8\x30\x35\xb0\xb7\x5f\xb3\xc1\x40\x68\xe8\x7a\x00\xb6\x05\xc8\x10\x5f\xb3\xc1\x00\x64\xe8\x6d\xfc\xce\x1b\x98\x15\x9c\x25\x81\x8b\x5b\x01\x21\x5f\xaf\xc3\x56\x2a\x57\x65\x88\xc8\xba\x26\x10\x91\x0b\xff\x5e\x77\xb8\x00\x4f\x2f\xc8\x03\x2b\xa0\xd1\xeb\x31\xd8\x0a\x86\x8a\xd2\x4f\xad\x4c\x79\x34\x94\x7e\x6a\x85\x64\xca\x68\x9a\x96\x14\xa9\x90\x1c\x28\x33\x35\xa2\xeb\x65\xd7\x0a\x86\x8a\x32\x56\xad\x20\xb1\xba\x6e\xe8\x82\x6f\x50\x0a\xab\x01\xdf\x30\x94\xb1\x6a\x05\x89\xa5\x87\x5c\x2b\x78\x4f\x42\x60\xb6\x42\xa5\xa6\xd2\x4f\xad\xf0\xe8\xa1\x37\x57\x2b\x06\xa0\xbf\x8e\x79\x99\x49\x98\x5d\x90\x07\x06\xe2\xc3\x50\xc6\xaa\x2d\xc4\x07\x25\x97\x1a\x88\x0f\x43\xb8\xbb\x56\xf0\xc0\x84\xbb\x6b\xc0\x37\x74\x3d\xa0\x1a\x68\x0d\x43\x40\xbc\x56\x02\x3a\x74\xee\x0b\x52\xaf\xe7\x31\xc7\xbf\x52\xca\xa9\x95\x63\xf5\xd0\xaa\x23\xd3\x7a\x9e\x48\x9c\x25\x25\xa5\x5a\x21\x0a\xdb\xf3\x88\x62\x02\xf5\x26\x3a\x30\x81\x94\xb6\x6a\xe5\xe4\x7c\x34\xd1\x81\xd4\xd3\x93\xa8\x95\x73\xcd\xa2\x69\x09\xef\xf4\x3c\x30\xe7\x9a\x45\x74\x60\xf1\xf4\x3c\x30\x4b\xc8\x49\xb8\x14\x6a\x39\x95\x94\x6a\x65\x89\x30\xd7\xb4\x4b\x40\xb9\x66\xb9\x11\xfa\xae\x59\xc0\xda\x52\xba\xa8\x15\xde\x37\x05\x79\x60\xe5\x85\xb9\x3c\x1f\xbc\xb5\xf4\x2e\x5e\x5e\x7e\x6f\x24\x37\x1b\xf3\xa5\x6b\xb3\x81\x5e\xe8\xfa\xa5\x1f\x03\x58\xa1\xeb\x9d\xd5\x40\x49\xe8\x02\x20\x30\x7e\x21\xa6\x77\x71\xbb\x2f\xd1\x11\xf9\x09\xb3\x88\xfd\x7d\x66\x54\xf6\x2e\xf6\xf7\x25\x4b\x24\xc2\x76\x52\x12\x94\x83\x6a\x3b\xd6\x8a\x52\x4e\x6d\xdf\xd7\xb4\xf9\x09\xa7\x50\xc6\x09\xe0\x0c\x5d\x8f\xb7\xb6\x23\x50\xf4\xce\x6a\x3b\x49\x0b\xca\x41\xb5\x9d\xe8\x8b\x1e\x5e\x6d\xa7\x76\x4a\x39\xa8\x06\x9e\xc3\x50\x0e\xaa\xed\x18\x38\x02\x26\xb6\x9d\x07\x9c\x9e\x74\x60\xf1\xe8\x8d\xd4\x76\x82\x2d\x82\x2e\xb6\x7d\x09\x14\x59\x4d\x0b\x90\x41\x3f\x77\x64\xfb\xf4\x7c\x7a\x4f\x4a\xfb\x1a\x43\x0d\xa4\x35\x28\xc3\xd4\x76\x82\x2d\xca\x30\xb5\x7d\x49\x87\xe4\x85\x37\x9a\x9e\xbc\xf8\x1a\x43\xbc\x38\xeb\x91\xcc\xe1\x1b\xf5\x24\x1d\xf9\x21\xf8\x63\xdb\x71\x96\xf4\xce\x6a\x3b\xb5\xe0\xc2\x43\x36\xf0\x17\x86\xf0\x90\x6d\x27\xa4\xd3\x25\xc6\x77\x0c\x2d\x01\x24\xdb\x8e\x5d\xa5\x5c\x58\xdb\x79\xc5\x11\x40\xb2\xed\x44\x70\x2c\x49\x1f\x6b\x0c\x2d\xd0\xc4\x70\xe8\x96\xd3\x1e\xf4\x90\x09\xb4\x23\x61\x46\xf9\x9d\x42\x66\xdb\x8f\x35\x9e\x88\x9c\xcf\xb4\x43\x99\xb3\xb6\x13\x5d\x16\xe0\xb2\xed\x3c\x02\x59\xb2\x41\xba\x97\x10\x98\x6d\x3f\x17\x1b\xe2\x0b\x0f\xcc\x92\x0d\x82\x37\x96\xb3\x10\x89\x51\x2a\xad\xed\xc8\x12\xa5\xd2\xda\xfe\x32\xad\x2c\x06\xe0\x1b\xba\x5e\xa7\x6c\x27\x88\xab\x77\x23\xdb\x49\x7c\x50\x2a\xad\xd5\x6d\x8d\x11\x6a\x80\x74\x39\x07\x75\x5b\x63\x0c\x35\x40\xba\xc4\xf1\xc2\x73\x50\xf6\xad\x55\x1e\x70\x94\x5b\x6b\x95\x28\x8a\x5e\x74\x8c\x9f\x75\x1a\x4a\xb6\xb5\x8a\xd9\x20\xd0\x66\x03\xcf\x61\x08\xb4\xd9\x2a\x41\x57\x3d\xf1\x18\x00\x0f\x5d\x4f\x3c\x06\x5a\xc3\x10\xac\xb3\x55\x8c\x02\xc1\x30\x5b\x6d\x8b\x74\x4d\x4b\xb0\x42\xaf\x31\x56\x49\x8f\x1c\xb9\x1e\xa8\x7c\x93\xf4\x05\xe0\x61\x8c\x5c\x0f\x6c\x80\x91\xeb\x41\x6a\xe3\x48\x6e\x71\x52\x46\x92\xce\x95\xb5\x2e\xc2\xd0\xdf\x23\x79\x71\x8e\x83\x64\x7c\x25\xa4\xaa\x74\x5c\x03\xad\xa1\xeb\x01\xc7\xc0\x62\xe8\x7a\xc0\xb1\x4a\xb9\x95\xb0\x9d\xad\x06\xe7\xc3\x44\x18\x6f\x3e\x02\x7b\xb6\x4a\xb9\x95\xc0\x9e\xad\xc6\x62\x4e\xeb\x11\xac\x98\xd4\x75\x25\x61\x49\x4f\x3c\x06\x5a\x43\xd7\x7b\x8d\x81\xd6\xd0\xf5\x3c\x63\x75\x5d\x59\x39\x07\x95\x28\x8a\x00\xa3\xad\x92\x2b\x31\x72\xd5\xc9\xca\xd4\x5b\x8b\xd5\x75\x2b\x65\xf1\x54\xbc\x16\xc1\x41\x5b\xe5\x15\x55\xcf\x22\x06\x38\xc3\x18\xb9\xea\xa4\x34\xe9\x9d\xc4\x2a\xe9\x91\xc2\x84\xb0\x8a\xd7\x32\x72\x1b\x78\x78\x1d\xb9\xea\x44\x3f\xf5\xeb\x56\x56\x49\x58\xd2\x2b\x88\x55\x34\xfc\xc8\x7d\xe1\xe1\x75\xe4\x36\x90\xb0\xa4\x1f\x63\xb3\x8a\x0b\xa2\x1c\x65\xab\x3c\xbc\xea\x91\xc2\x2a\xef\x35\xca\x51\xb6\xc6\xb3\xaa\x72\x94\xad\x6d\x6b\x16\x53\xc3\xd4\x57\x7a\x3e\xb0\x46\xc4\x42\x8f\x03\xd6\xd6\xad\xd4\x46\x35\xde\x59\xf5\x5a\x60\x8d\x67\xd5\xa1\x9d\x6b\x85\xe3\x20\x8d\xd6\x78\x4e\x19\xb2\x23\xda\xce\xf9\x90\x16\x68\xeb\xaa\x6b\x2b\x1b\xa1\x4c\x21\x37\xdb\x42\x68\x10\x72\xb3\x35\x22\x97\x2e\x25\x08\x42\x43\x77\x29\xc1\x86\x22\xd5\x8b\x83\x35\xb2\x8f\xf4\xe3\x74\xd6\xd0\xac\xfa\x35\x3a\x6b\x24\x4f\xe8\x4d\xc2\x1a\xf9\x81\x82\x83\xb6\xc6\xb3\xaa\x4b\xc5\x35\x12\x06\x05\x07\x6d\x8d\x67\x55\xfd\xa8\x88\xb5\xa5\x6a\x65\xf1\x34\x6a\x9d\x94\x5e\x6d\xcd\xd7\x18\xfa\x24\xd8\x4a\x19\x16\x2d\x16\x2f\x22\x9d\x24\xc1\x11\xfe\x3b\x0a\xac\x8d\x35\x9e\x56\x8f\x47\x58\xc1\x3a\x1b\xbf\xc1\xd1\xf5\x72\x60\x6d\x40\xa4\x4c\x88\x46\xf2\xc4\xc8\xb3\x42\x58\x53\x4f\x09\xd6\xd6\x0d\xcd\xc3\x73\x30\x4b\x9e\x15\x14\xa9\x1e\x0a\xac\x11\xbd\x70\x69\x34\x00\x0d\xba\xde\x05\xac\x91\xf3\x2c\x44\x10\x6b\xc4\x25\x85\x04\x6d\x6d\x3e\x7a\x74\x41\x84\x58\x23\xd0\xe0\x52\x3e\x6d\x5d\xd9\x3c\x6f\x17\xdc\x4a\x1b\x35\xe2\x92\x42\x71\xb6\xc6\x23\xac\xf0\x3e\xac\xdd\xfc\xd8\x99\x34\x49\x5b\xba\x57\x66\xd9\xfc\xd5\x92\xfd\xf3\x9f\x6a\x60\xd3\xe4\xe0\x37\x42\x11\x7a\x28\xb0\xf6\x6c\x7c\xa2\x41\x3f\x82\xe1\xd3\xa0\x4f\x78\x16\x51\xf8\xdd\xda\x73\xd3\x23\xc7\x78\x69\xd0\x7a\x7c\x6c\x80\x4f\x83\x4e\x13\xde\x82\x22\xf6\xd6\x10\x1d\x8a\xb6\x1b\xc0\x0a\x5d\xd1\x76\x6b\x2f\x7b\x2b\xe5\xd3\xf1\x16\x84\xb3\x61\xfd\x63\x14\x7c\x66\x31\x35\xac\x41\xbb\x1a\xd6\x7a\xb8\x1a\x0e\x1a\x42\x0d\x8b\xf4\x2f\x73\x13\x58\x61\xdf\x94\xe0\x6e\x9d\x14\x67\x85\xdf\xad\x97\x41\x8f\xa2\x86\x9b\x1e\x9a\x65\x87\x30\x59\x4d\x7d\xe7\x77\xeb\xa4\xaf\xfa\xbe\x66\x11\x73\x98\x0d\x02\xcd\xb0\x5e\xd7\x18\xe2\xb6\x72\x0a\x25\xe3\x7b\x65\x1b\x14\xbb\xea\x8d\x9d\x53\xec\xaa\xf3\x63\x78\x0a\x75\x5b\xe7\x9d\x44\x18\x19\xd6\xdb\xe2\x45\x83\x92\xee\x25\xc0\x0b\xeb\x7d\xd1\x21\xd2\x3b\xd3\xea\xac\x03\x8a\xd0\x15\x0c\xb7\x4e\x8a\xb3\xc0\x2a\xac\x63\x36\x28\xb2\x6d\xdd\xf9\x44\x62\xb0\x07\x07\x46\x16\x60\x27\x1c\x9a\x31\xe7\xce\x1b\x47\xc6\x9c\x3b\x2a\x3f\x43\xcc\x7d\xac\x1e\xe2\x85\xaa\x8a\x0c\x0f\xf7\xb1\x48\x17\x73\x83\x55\x97\x40\x59\x3f\xca\x99\x01\x64\xc0\x14\xba\x2b\x2c\xd4\x79\xb5\x08\x5d\xb1\x8e\xcd\x9c\x71\xda\x8e\x30\xc8\xb0\x2c\x50\x09\x3d\xc3\xb2\xfd\xa3\xd0\xf7\x4d\x99\xf7\xd6\x2f\x8e\x65\xcd\x4f\x5e\x3e\x11\xe9\x08\x83\x0c\xa9\xf6\xf9\x43\x49\x9b\x32\xef\xad\xdf\xeb\x77\x0d\x45\x18\xcf\x18\x19\x41\xed\x53\xe5\xf7\x8c\xa0\x76\x4c\xf5\x0c\x54\xce\x1f\x4b\xf9\x0c\xaa\x13\xc4\x35\x55\x15\xbf\x81\x8c\xd0\x55\xd7\x6e\xb6\x21\x3f\x14\x17\x31\xd2\x2b\x54\x71\x6e\xb6\xb1\xea\xba\xfb\xb6\xb3\xd9\xba\xd9\xc6\xf3\x41\x48\x18\xd8\xc7\xaa\xfe\xf4\x30\x35\xdc\xf4\xf8\x2e\x10\x20\x06\x3d\x43\x5c\x56\x59\x0f\x5d\x42\x50\x0d\x7a\xc6\xbc\xac\x22\x0c\xf2\x93\xcf\x6d\xf8\x34\x8c\xdf\x51\x60\x40\x1e\x74\x55\x4a\x1b\x90\x07\x3d\x83\x59\xf6\x31\xdb\xf7\x4d\x49\xf2\x66\xfc\x08\xa4\x80\xb0\xcd\x1a\xab\xa7\x08\x88\x75\x68\x92\x79\x68\x7d\xcd\x22\xaa\x3b\x47\x43\xe6\xa1\xf1\xe8\x98\xf1\x2f\x60\x13\x7a\x06\x80\xcc\xd9\x12\xdd\x72\x73\x6e\xb9\x2c\x39\x30\x10\xba\x7e\xcd\xc9\xcc\x59\x70\x99\x76\xe6\x6c\x9a\x2c\x39\x73\x04\xa5\x04\x03\x28\x09\x5d\x3f\x00\x65\x46\x1c\x2e\xc3\x2a\x36\x20\x5d\x82\xc1\x48\xb3\xca\x08\x88\x0d\x16\x48\x66\x99\x91\xc5\x90\x11\x10\x23\xef\x2a\x23\x20\x76\x20\xe4\x92\x5b\x14\x7a\x86\x44\x26\xb0\xc2\xa7\x47\x7e\x02\x61\xb2\x01\xec\xe4\x00\xca\xd6\xb3\x93\xc3\xe3\xd9\x83\xa3\x21\x89\x65\xeb\x96\x4b\x7f\xdb\x09\x73\xae\xf5\x38\x17\x1d\xe2\xf6\x5c\xd3\x8a\x39\x0c\xfb\x0c\x9a\xd8\xb5\xa6\xcd\x1e\x4c\x1b\xd9\x83\x9f\x22\x95\xaa\x35\x0c\xfb\x8c\x6f\xcc\x9f\x22\xfa\x7c\x92\x3d\xd6\x27\x22\xec\x66\x91\x65\xc9\x81\xd6\xd0\x33\x9c\x61\x4b\xe5\x4b\x72\xf2\x43\x65\x3d\xc3\x19\xf6\xb0\xa6\xb9\x0d\x2f\x63\x48\xda\x18\xd1\x3e\xfd\x34\x93\x39\xea\x3a\x03\x03\x4e\xbd\x91\x6a\x6c\xcd\x97\x32\x96\x95\x0e\x5a\x43\x4f\x2f\xdf\xb7\x35\xad\xab\xe1\xa6\x87\x3e\x99\x8f\x95\x3d\x3d\x74\x27\xf1\x21\x3d\x74\xdf\xb9\x0d\xda\x17\xdf\xe7\x6d\xd0\x6f\x9c\xdb\x44\x5a\xf8\x34\x88\x30\xd2\x1a\xd2\x33\xf6\x5a\xe9\x51\xd5\xc0\x56\xb6\x6c\x60\xc5\x24\xa0\xf8\xe1\xb6\x9e\x6e\xae\x93\x38\x95\x5e\xed\x84\x6f\xf8\x0c\xaa\x4f\x5a\xa7\x41\x9f\xb4\x35\xa8\xd8\x5f\xbf\x4c\x2b\x11\xe6\xc4\xf2\xd2\xdf\xf4\xce\x27\x12\x28\xde\xd9\x17\xc9\x0f\x47\x7f\x0b\xc9\xda\xdc\x16\xfb\x5a\x42\x83\x0e\xed\xed\x04\x64\xf8\x34\x68\xc5\xec\xa2\x41\x0b\x64\x30\xd7\x73\x50\x98\x93\x81\xe3\xbe\xd3\x20\xc2\x1c\xd2\x25\x94\x00\x64\xe8\xe9\x5e\x3a\xb1\x84\xf4\x26\x41\x68\xe8\xe9\x4d\x4e\x84\x86\xcf\xa0\x6a\x08\x36\x4a\x26\x90\xc7\x1a\x43\x84\xf1\x8a\x9a\x9e\x20\x90\x0d\x7d\x48\xa0\x4c\xc8\x86\xcf\x18\x5a\xf5\xb1\x48\xd7\x18\x54\x55\xa8\xc0\xd5\xc0\x70\xe8\x2a\x70\x35\xc7\x16\xd1\x4f\x07\x99\xe3\xdc\xe8\x97\x82\xcc\x4f\x06\xcd\xeb\x41\x8a\x76\xfa\x79\x8e\xfc\x48\x97\xcc\xaf\xc2\x27\x5a\xb1\x25\x50\xc2\x7e\x47\x81\x39\xd2\x46\x80\xdc\xe6\x58\x1d\xc2\xdf\x36\xc7\x39\x48\x67\xc9\x6f\xb6\x55\x8e\x8e\x3f\x50\x2d\x17\x04\x3c\x87\xae\xdf\xaf\x31\xc7\x5b\x18\x79\xa9\x5f\xae\x9b\x5c\x10\xc0\x19\x2c\xbd\x05\x9f\x96\xbe\xa5\xb7\xe0\xef\xcb\x27\x5f\x3a\x02\x13\x42\xbf\x80\x6f\x51\x38\xb3\xb2\x3a\x40\x38\xb0\x34\xb9\x63\xe7\x00\xca\xea\x88\x69\x61\x5b\x9a\xdc\x51\x1b\x3d\xb2\xe1\xa4\xe1\x4b\x58\xb4\xd5\xa3\xab\xc1\x68\x10\x1d\xd3\xa0\x36\xfd\x24\x8b\x05\x06\xb5\x10\xa9\x2d\x1a\xcc\x69\xd5\x83\x1f\x1c\x56\x3d\xa8\x85\xc1\xad\x2e\x75\xf8\x9a\x76\xa8\xc1\xf8\x24\x1b\xa6\xd9\xa0\x42\x17\x9b\xe8\x04\x9f\x86\xa2\x06\xb8\x95\x18\x8c\x99\x70\x60\xaa\x07\xb5\x58\x57\x45\x1e\x07\xf8\x05\xa6\x02\x51\x8b\x80\x5b\x09\x97\x88\x35\xa8\x1a\xe6\x31\xb7\xb4\x17\x63\xb0\x84\x12\x3f\xc0\x15\x58\x9a\x87\x31\xd6\x18\xe2\xf6\x60\x2b\x25\xa0\xe2\x58\x84\x69\xd0\x83\x31\x72\xa3\xe6\x55\xb1\xb4\xf5\x62\xaa\x49\xdb\x92\x97\x75\xb4\x7b\xf6\xe0\xd0\x25\x2f\x17\xb7\x5c\x12\x2b\x2e\x66\x49\xd2\xef\x45\x98\x56\x7d\xda\xe0\x96\xa6\x18\x60\x04\xb6\x25\xa5\x37\x2b\x26\xdb\x0c\x74\x02\xdb\x72\x0c\x54\xad\x00\xb4\x2d\xd0\xac\xaa\x26\xb2\x78\x38\x30\x92\x7a\xf1\x32\xad\xa4\xde\x98\x9a\xd5\xd2\xae\x1a\x1b\x82\x41\x41\xb5\xb1\x71\x82\x14\x32\x1b\x1b\x94\x4a\xea\x4d\x10\x83\x4f\x8f\x1c\x83\x9d\xfb\xd1\x83\x63\x29\xb9\x38\x0a\xb3\xc8\xae\x1a\x05\xc2\x64\x46\x0d\x3c\xe3\x92\x0d\x3b\xe7\x43\x82\x72\x54\x48\x97\xa0\x1c\xeb\x12\xfe\xe8\x01\x61\x3f\x7a\xb0\x2f\x12\xa5\xa3\x72\x82\x24\x4a\x47\x43\x28\x29\x52\x37\x1a\xab\xfe\xa3\x61\xf1\x22\x6e\xf9\x59\x74\xfd\x16\x88\x8d\xa5\x15\x65\x8a\x0d\x7e\xf4\x5c\xbf\xcc\x61\x63\x69\x45\xd9\x66\xc3\xb8\xfb\xb2\x66\xc7\x52\x93\x39\x28\xbf\x3e\xae\x82\x3d\x1b\x4b\x6f\xca\xab\x1d\xce\x71\x90\xf5\x36\x9c\x8d\x92\xc4\x1d\x58\xe6\x25\xe9\x08\xae\xba\x8c\xb5\x31\xd8\x17\xb9\xb9\x63\xb0\xa6\x49\xd8\x58\x83\x66\x8f\x69\x34\x96\x24\x6c\xb0\x40\xb2\xef\xc6\xc1\x18\xb2\xaa\x01\x20\xb0\xb4\x9a\xc6\xc1\x46\x49\x59\x80\x48\x60\x69\x46\x8d\x83\x35\x4d\x5e\xa6\x21\x6e\x69\x46\x8d\x09\x68\x66\x1f\x13\xe8\x37\x14\xd8\x38\x91\x7a\xc9\x06\x36\xb8\xca\x9c\x0c\x74\x02\x4b\x0b\x6a\x9c\x73\xc1\x55\xf7\x64\x80\x11\x98\x7e\x3d\xd8\x00\x23\x30\xfd\x7a\xb0\x8d\xcb\xf9\x44\x54\x23\x4b\xf6\x1c\x74\x46\xea\x2c\xcd\xa1\x71\x57\x7a\x88\x30\xe4\x80\xaa\x9a\x6c\xa0\x37\x05\x2f\x6d\x20\x0b\x58\x5a\x50\xe3\x19\xf4\xd0\xb4\xb3\x5c\xc2\xd2\x82\x1a\x84\xdd\x54\xb3\x64\xe3\x5d\x83\x8a\x97\x77\x8d\x21\x5e\x50\xb5\x69\x74\x8d\xf9\xd2\x66\xe5\xc7\x18\x2f\x0d\xdf\x31\x0e\xfc\x79\xc1\x4b\xdb\x31\x9f\xde\x2c\xcd\xa1\x63\xeb\xf4\x18\x6a\x58\x94\xe6\x27\xf3\xcc\xaa\x10\xca\x00\x12\xb0\x92\x9f\x14\x48\x97\xf5\x03\xb2\x80\x95\x1f\x9f\x34\x7a\xec\x6a\xe0\x78\xfd\xf8\x64\xd0\x90\x3d\xd6\xb4\xdf\x15\x3b\x76\xa6\x95\x3f\x01\x3a\x81\xe9\xc7\x41\xec\xc0\x17\x50\x65\x94\x1d\xfb\x1a\x43\x9f\x54\xce\xbd\xe2\xb4\x47\x5d\x3d\x34\x06\x02\x2a\x6d\xa2\x83\x38\xdc\x9e\x9f\x34\x8e\xb9\x34\xeb\x81\xa5\xaf\x52\x29\x9b\xd8\x03\x9f\x06\x2d\x10\x86\x45\x9a\x40\x47\x63\x2b\x15\x22\x3a\x3a\x1b\xf5\xa3\x81\x73\xaa\x88\xd0\xd1\xd9\x5b\x05\x6e\x0f\x63\x3d\x64\x13\x4d\xb8\x82\xcf\x27\xe2\xc5\x58\x75\xa9\xeb\x09\x57\xf0\x69\x10\xa5\xc8\x34\xfd\xd2\x87\x1d\xbe\xc6\xd0\x2c\x48\x2c\x95\x17\xd9\x41\x2c\x41\xd5\x44\x76\x10\x4b\x50\xf1\x90\x1d\xc1\x8d\xca\x4f\x30\x4e\x84\x0f\x6d\x60\x16\x58\x1a\x6b\x47\xb0\xfb\x39\xc6\x60\x3d\x64\x9b\x1d\x88\x41\xe1\x43\xdb\x81\xb5\x52\x7e\x34\x5c\x34\x88\xb9\xb1\x28\x55\xc3\x31\x85\xad\xa0\x9c\x0d\x44\x02\x2b\x3f\x1a\x58\x20\x99\x1e\xc7\x92\x41\x3f\x1a\x90\x41\x32\x3d\x8e\x13\xf6\x65\x69\x1c\xf7\x1a\x54\xdc\x3e\x41\x0f\xad\xe9\xc3\xde\xca\xb0\x38\x30\x1b\xf4\x03\xb0\x76\x10\x72\xd7\xef\xbd\x1a\xf0\x02\x96\x06\xce\xf1\x72\xc6\xe4\x5f\x1d\x4b\x3a\xe4\x2c\xef\x1a\xf4\x4b\xd8\xb9\xb1\xea\x9a\xf6\x5c\x57\x5d\xd3\x9e\x1b\x4b\xa8\x69\xcf\xb2\xe8\x70\x35\x20\x3f\x34\xed\x59\x38\xfc\x32\x3d\x80\x28\xb0\x92\xd3\x16\x56\x5d\xb6\xc8\xb9\xee\x6d\x0e\xba\x43\xa9\x8c\x13\xe0\x05\x2c\xed\x99\xb3\x2e\x4a\x35\xc6\xba\xb7\x32\x2c\xce\xca\x36\xc8\xb0\x38\xd7\xbd\x95\x61\x01\xbc\x80\xa5\x2d\x72\x62\xcc\x97\xfc\xa4\x73\x70\xfd\xb7\x3c\xb0\xb3\x73\x22\x65\x64\x9c\xeb\x86\xca\x50\x39\xf1\xc5\x55\x2a\x65\xa7\xb1\x69\x52\xff\x13\x8c\xe0\xd3\x20\x12\x0c\x46\xb3\x87\xb3\x14\xd9\xc3\xd9\x67\x19\x08\x20\x0b\x58\x1a\x08\x67\xac\x69\xc5\x79\x70\xa9\x65\x64\x9c\xc1\x1e\xc9\x1e\x38\x83\xab\x92\x83\x62\x86\xec\x39\xe8\x58\x9f\x88\x8e\x81\x4c\x93\x6b\x78\x0e\x96\x53\xe1\x9d\xf3\x60\x5a\xd9\x25\x27\x66\x88\x7e\x71\xd7\xce\x83\x5d\x4c\x3a\x30\x32\x76\x99\x21\xe7\x7c\xbe\xb3\x54\xf9\xe7\xc9\xb6\xca\x0c\x39\x67\xda\x8b\xa9\xf6\xd9\xce\x19\xd3\xb7\x5d\x96\xcb\x39\xd3\xf0\x6c\xdf\x72\xd0\x8b\x86\x1c\x63\x4d\x2b\xe6\x26\xec\x91\xa5\x95\x70\x5e\xac\x69\x72\x8b\xe9\xa1\xfa\x69\x3b\xaf\xc5\x9c\xd8\xc7\x49\x49\xb3\xe1\xc4\x27\x49\xb3\xe1\xbc\x98\x45\xa6\xc7\x79\x23\x18\x64\x13\x01\x9b\x60\xa9\xbf\x4f\x1e\xe7\x54\xc2\x66\xf3\xd7\xee\xf7\xad\xe6\x02\xbd\x41\x83\x06\xc5\xff\x56\xc5\x9a\x5d\xa8\x7c\x55\xac\xd9\x35\x71\x47\x2c\xf5\xf7\xb5\x41\x98\x94\xf1\x85\x87\xae\x12\x36\x03\x36\xc1\x52\x3b\x5f\xa8\xfc\xd4\xbd\x17\xfa\x5b\x45\x6e\x76\xed\xab\x47\x36\x34\x7a\x7c\x97\xf0\xaa\x8b\x17\x57\x43\xe3\x93\xec\x61\xf4\x08\x35\x3c\xf4\x18\x6a\x58\xdc\xaa\x01\x39\xa0\xba\x38\x9b\x28\x09\x9f\x06\x71\x8b\x1c\x50\x89\xb1\x5d\x38\x18\x82\x94\x36\x70\x14\x2c\xb5\x33\xb0\x09\x96\xda\xf9\xc2\x05\x49\xdd\x7b\xf5\xc1\x18\xd9\xc0\x29\x94\x32\xbe\x50\xc6\x55\x66\x14\x38\x0a\x96\xaa\xf6\x42\x3a\x54\x99\x51\x17\xd2\x21\x75\xef\x45\xf8\x21\x75\xef\xe5\x50\x2a\x55\x7b\x21\x3f\x52\x91\x5e\xc4\x23\x6a\x6e\x36\xf1\x88\xd4\xac\x80\x29\x58\xea\xcd\x2b\xd6\x27\x22\x2c\x16\x61\xa2\x23\xb8\x51\x3d\x3f\xb9\xe9\x21\xc2\x06\x84\x49\x3d\x5d\x78\x2d\x35\x8f\xc3\xc1\x59\x97\xd0\xbf\x08\xfd\xd7\xdc\x7d\x3c\x8e\xd4\x24\x00\x21\x58\x2a\x8e\x0b\xfd\x5d\xf3\x38\x5c\x9c\x20\xf9\x79\xd7\x05\xa5\x92\xc9\x17\xea\x3a\x65\xf2\x75\xc3\x6d\x6e\x36\x81\x81\x14\xd2\xd7\xcd\x66\x4b\xc0\x5e\xeb\x9a\x4a\xc0\x5e\xbc\xc3\xab\xc6\xcf\xae\x87\x31\x24\xfa\x80\x4a\xb0\x14\x7d\xd7\xc3\x18\x12\x7d\x17\x36\x80\xca\x02\xed\x7a\xa1\x54\x12\xe6\x5a\x37\x5b\xd6\xdb\x4d\xa4\xa0\xb6\xdf\xc1\x42\xb4\x9b\xf7\x74\xfd\x16\xb5\xdd\x84\xf0\xab\x4e\x13\xa0\x08\x96\xc2\xe5\xc6\xd2\x17\x86\xb7\xdd\x65\xcd\x68\x6a\x70\x3e\x11\x4d\x18\xf6\x29\x7e\x00\x45\xb0\x14\x3f\xf7\x4c\xfa\xb5\x14\x2e\x13\x25\xe1\x33\xe8\x97\xd1\x7b\xe7\x0e\xeb\x44\xde\xf3\x8d\xd1\x52\xb8\x00\x8a\x60\x29\x4b\xee\x9d\xe3\xa5\xb0\xdb\x4d\x08\x51\xb5\x8b\x76\x63\x64\xa4\xa4\xb8\x2b\xec\xcb\xb4\xbb\x2b\x94\xca\xe1\xba\x2b\x27\x52\xb6\xde\xdd\x58\x20\xb9\x53\x77\x5b\x3d\x44\xd8\x8c\xd8\x5b\xde\xe1\xdb\xd8\x56\x85\x99\xee\x99\x7d\x6b\x79\x21\xef\xf9\xe2\x6e\x79\xdd\x6e\xcc\x86\xaa\xbb\x03\xf4\x82\xe5\xdd\xb9\x8d\x25\xdc\x73\x50\x96\x50\xb6\xde\x8d\x61\xaf\x72\x47\xbb\x27\xd8\xba\xe9\x37\xd3\xed\xc6\x8e\x50\x39\xac\xdd\xb1\x3e\x11\x1d\xc4\x14\x6b\xcd\x86\x35\x8b\x56\x6c\xb0\x1e\x3a\xf7\xf7\x80\x39\x1d\xe2\x1b\x3b\xbe\xca\x3c\xbc\x09\x67\xfc\x38\xc4\x07\x74\x48\x0c\xde\xd8\x00\x3f\xce\xe9\xc9\x18\xba\xf6\xf7\xb9\xc6\xd0\xa0\x58\xe9\x2a\xcc\xb4\x1b\x2b\x5d\x85\x99\x76\xcf\xcc\x3d\xfb\x71\x92\x79\xad\x53\xa5\xa6\x81\xb4\x60\x2a\x87\xb5\xfb\x5a\x83\x6a\x91\xd1\xdf\x3f\x8e\x14\x41\x46\xfd\x0c\xb8\x81\xc5\x60\x3f\x8e\xd4\xcd\x9a\x2a\x76\x75\x13\x5c\x50\xf9\xa7\xdd\x37\x92\x53\x12\xeb\xbe\xd9\x5b\x45\x3f\xef\x25\x5c\x14\x99\xba\x9f\x35\x8b\x06\x45\xb8\xfc\x38\x30\x38\x18\x82\xfd\x36\xc0\x19\xec\xc7\xde\xbe\x8c\x91\x5b\x89\xb4\xf9\xb1\x51\x2f\x8b\xac\xc8\xe5\xfd\x42\xba\x8c\xc6\xfb\x5d\xb3\x7c\xa7\x7d\x96\xa5\x21\x0b\xf0\xd9\x58\x64\x89\xc1\x67\x89\x1c\x89\xc1\x67\xc9\x0f\xc5\x25\x27\x98\xc2\xa7\xc7\x97\xb0\x87\x7c\x1c\x61\x7f\xdb\xb3\xae\xba\xac\xb7\x87\xc7\x01\x41\xa9\xdb\xb3\xae\xba\x04\xf6\x83\x61\x91\xeb\x01\x76\x82\x25\x2f\x0f\xf9\x05\xaa\x89\x35\xb0\x13\xec\x07\x73\xf8\x24\x3f\x98\x6b\xec\x8b\xe4\xf3\xd3\x16\xfb\x1a\xb4\xad\x4f\x34\xe8\xcc\xef\xb7\x9f\x9f\x20\xa5\x64\xdf\x3d\x7d\x8a\x0b\x15\xc9\xda\xd3\xa1\x34\x07\xed\x10\x96\x9f\x58\xe5\x13\x2d\xd0\x4c\x3a\xb4\x9f\x0d\x27\x0d\x5a\x20\xef\x7c\x92\x0d\x93\x52\x55\xbc\xda\xc3\x55\x17\x3a\xb8\x3d\x28\x74\x55\xbc\xda\x04\x42\xf8\xf4\x10\x2f\xb8\x0c\xaa\x78\xb5\x07\x95\xaf\x1f\x3d\xb7\x87\xe7\x83\x2c\x5f\x7d\x66\x82\x80\xb5\xf2\x5b\x1e\x18\xa0\x08\x26\xd8\x6f\x7b\x10\x1d\x02\xf5\xb6\x67\x66\xcd\x5b\x96\xb2\x3e\x3c\xd4\xfd\xa0\x9a\x64\x81\x1f\x44\x9e\x50\xbd\x67\x83\xd3\x43\x07\x10\x7f\x42\x38\xe0\xf6\xe0\x3e\x64\x59\x2e\x28\x09\x96\xe5\xb0\xcf\xc5\x96\x24\xa3\x48\x9b\xac\xd3\x7d\x78\xf4\x10\x86\xb7\x3d\xb3\xd4\xd9\xb2\xb6\x15\xd8\x04\xcb\xda\xd6\xe7\x5e\xa4\xeb\x93\x7b\xd0\xa0\xf5\x7d\x58\x0f\x99\x32\x0f\x41\xc6\x1f\xeb\x31\x53\x82\x4c\xe8\xda\xf6\xbc\x0c\x9a\xec\x13\x68\xf8\xc1\xed\xac\x6c\x36\x81\x69\xdb\xc3\xb5\x4f\x6e\x5f\xcc\x90\x2c\xfe\x7d\x37\xd6\x54\x32\xfe\xdd\xa0\x54\xfa\xea\xdd\xd6\x18\xae\x06\x48\x97\x16\x00\x25\xc1\x04\x95\x6d\x6f\x61\x4d\x15\x76\x7b\x77\x4e\xa4\x6c\x91\x17\x07\x23\x57\xec\xdd\x0f\x1a\x44\xd8\xce\xce\x89\x97\x97\xec\x01\xfd\x20\xbc\xbd\xf8\x24\xfa\xb9\x77\x7b\x91\x03\xfa\x35\x73\x7b\x31\x0a\x84\x03\x6e\x2f\xa9\x00\x4d\x3a\xef\xe5\x8d\x43\x20\xd6\xf6\x62\x36\xe8\xe7\xcd\xed\xc5\xe3\xf8\xb1\x40\x7d\xf5\x10\x61\x64\xee\xfd\x58\x8f\xce\xce\x49\x2d\xbc\x78\x1c\x3f\x16\x08\x4b\xe3\xc7\x7a\x18\xc7\x52\x22\xfd\x5d\x92\x42\x86\xd6\x6b\x0c\x2a\x19\xff\xe2\xa4\x34\x59\x5e\xaf\x2d\x4a\xc5\x2d\x1e\x47\x56\xe1\xbe\xce\xb4\x7a\xce\x7c\xf1\x38\xb2\x2a\xf9\x75\x0e\xbf\xf4\xe6\xbb\xa4\x8d\x0c\xfb\x97\xf7\x4d\xa1\x3f\xdb\x8b\x2d\xf2\x63\xd5\x09\x21\x0a\xdb\xd9\xde\x60\x5f\xa4\xbf\x5f\x9c\x94\x1f\x4b\xb8\x24\x96\x74\xef\x3b\xd6\xa0\x9a\x76\xac\x41\xb3\x01\xc9\x29\x65\xfc\x2e\x11\x26\xbd\xf9\xf2\xd6\x92\xb5\xcf\xef\x01\xfb\xb9\xc8\x07\x37\x2a\xd7\xf4\x58\x83\xe6\x27\x6b\x50\x51\x7a\x70\x4e\x15\x21\x7b\x97\x1c\x93\x02\x03\x90\xc1\x5a\x64\x0f\x36\x2a\xb7\xe1\x44\xa0\x44\x36\x20\x50\xa4\xc0\xde\x8b\x05\x92\xaa\x7d\x2f\xb6\x41\x9a\xf5\xc5\x15\x12\x4c\xb7\x81\xae\x60\x59\x57\xfb\x92\xb0\xf4\x63\xa3\xee\x35\x86\x28\xbd\x4f\x7a\xe4\xa0\x5c\x8f\xdc\xa8\x89\xbf\x60\x59\x79\xfb\xce\x34\x04\xcb\xca\xdb\xf7\x59\x9f\x88\x17\x04\x9b\x30\x95\x0d\x40\x06\xeb\x52\x60\x2f\xc6\x89\x30\xb7\xed\x7d\x59\x53\xbd\xd6\xbd\x24\x2a\xf4\xaf\x46\xf3\x6d\x5b\x63\xb8\x1a\x10\x7d\xdf\x8d\xf2\x6d\x83\xb0\xaf\x56\xf4\x6d\xe6\x38\x99\x2a\x6f\x1d\x84\x06\xeb\xe5\x77\x3c\x30\xdf\x90\x69\xbd\x68\x82\x59\x6d\x6d\x02\x5c\xf6\x6d\xe6\x2b\x9b\xf0\x95\x7d\x23\x8a\xa2\x5f\x11\xf7\x09\xce\xf0\x21\x52\x6c\x60\xfd\xe8\x47\xc3\x7d\x5b\x32\x2d\xc4\x17\xd9\xc8\x3a\x1a\xbe\xcd\xea\x68\x13\xf2\xb1\x6f\x95\x6d\xfd\x9e\x15\xdf\x96\x90\x1b\xe2\x9c\xc0\x8b\x2a\x79\x7d\x23\xbd\x42\xc0\xe0\xbe\x91\x5e\xa1\xaa\x6f\xdf\x08\xc0\xaa\xb4\xd7\x37\x8c\x1d\xc1\x7e\xfb\xd6\x91\x47\x43\xec\x63\xdb\xa8\xf8\xd7\x01\x67\x30\xa1\x27\xfb\xd6\xd7\x18\xe2\x16\x77\xaa\x57\x0d\xba\x44\xd8\x10\x73\x84\x55\x54\xfa\xed\x00\x3c\x98\x30\x95\x7d\x5b\x42\x6e\x88\x52\x84\x9c\x4a\x8c\x7d\xf3\x45\x98\x06\xf5\x45\x87\x56\x8c\x24\x68\x9d\x6a\x07\x13\xc2\x84\xa9\xec\x1b\x19\x19\x3a\xe6\xbe\xcd\x42\x28\x53\x11\xb2\x6f\xc1\x22\x37\xf5\x98\x85\x50\xa6\x9a\x63\xdf\x30\xba\x04\x3f\xee\x1b\x39\x1b\x82\x1f\xf7\xed\xe0\x8c\x35\x51\x7a\x70\xdd\x9a\xd8\x3f\x16\x1d\x62\x9f\x77\x12\x5d\x26\xdf\xb0\xab\x54\x2f\xec\x13\x24\xe2\xd3\x43\x83\x22\x8f\x54\x40\xec\x1b\xaf\xb9\x3f\x2e\xd3\xc5\x8a\x75\x7d\x72\xad\x1e\x5a\x64\x1c\x2e\x95\x18\x3b\x68\x0d\xa6\x12\x63\x9f\xc0\x0a\xfb\xf6\xe3\xba\xdd\x1c\x07\xcb\x06\x3e\x31\xd1\x41\xc0\x54\xa5\xf0\xbe\x2d\x49\x61\x5a\xa0\x97\x4b\x6d\x62\x1f\x49\xf1\xe3\x56\xbe\x6b\x96\xef\x7a\x4c\x1c\x85\x4f\x8f\xa6\x06\xd6\xf4\x2b\xc1\xbd\x90\x91\x91\xf7\xb6\x2c\xd1\xf1\x15\xe9\x5e\x78\x6b\xd1\xaf\xbb\xfb\xc4\x51\xf8\x7c\xa2\x31\x88\x8b\xa8\xf6\xd9\x0b\xc9\x8f\x42\x4e\xf7\xc2\x93\xa8\x8a\xa1\xbd\x4c\xa4\x16\x53\x65\xb3\x83\x8c\x60\x2a\x64\xf6\x52\x39\x96\xbb\x06\xad\xeb\x13\x51\x4a\xc0\x34\x25\x4c\xe1\x22\xf7\x5d\x83\x36\xc4\x85\x8b\xd2\x75\xb3\xbf\x7a\xd3\x0b\x21\x55\x61\x4c\x7b\x21\x82\x2a\x48\x69\x9f\x30\x07\x9f\x41\x35\x06\x7e\x8d\x30\xa6\xbd\x90\x4d\x9d\x12\xa6\x74\x96\x50\xe2\x18\x20\x04\x13\xe8\xb4\x17\xf2\x3e\x52\xc2\x94\xbe\xe8\x10\x73\xbc\x91\xf6\x5d\x94\xda\x94\x74\xbd\x8a\x52\x63\x96\x91\x0d\xcc\x22\xc1\x06\x54\x82\xa9\xb2\xd9\x8b\x73\x3e\x24\xc7\x0a\x2f\x30\x29\xb6\x0a\xd6\x8a\x2a\x9b\xbd\x04\xec\x4b\x8e\x15\xb2\xb1\x54\xc8\xec\x65\x5d\x75\xc9\x20\x80\x10\x4c\x60\xcf\x5e\x66\x45\x84\x09\xec\xd9\xcb\xba\xfb\x92\x52\x05\xff\x4a\x40\xcd\x5e\xf0\xaf\x54\xea\xec\x85\x27\x19\x21\xbf\x7b\x99\x35\x8f\x66\xdb\xef\x20\x71\xf8\x44\x49\xd8\xb7\x14\x50\x05\x43\x45\xb0\xce\x5e\x70\xb8\x52\x62\x81\x81\x60\x2a\x64\xf6\x72\xad\x4f\x44\x02\x49\x1c\xaa\x5b\xf6\x72\xc1\x57\xd3\xfa\xe2\x1b\xa9\x90\xd9\x27\x28\xc2\xa7\x87\xa6\x25\xab\x43\x80\xcb\x5e\x48\xf7\xb2\xbc\xb2\x04\x5e\x04\xbd\xe0\x05\xef\x29\x05\x65\xb9\xd7\xb4\xa2\x14\xe1\x62\x79\xff\x88\xc4\xf4\x26\xd2\x89\xb3\xf4\x26\xd2\x49\xe2\xe8\x5d\x7b\xf4\x72\x44\x25\x4a\x81\x4d\x30\x61\x08\xfb\x4e\xfe\x57\x8a\xd2\x1d\xef\x49\x18\xc2\xbe\x63\x97\x08\x15\xdf\xf7\xb2\xc6\x18\x6a\x60\x5b\x25\x4a\xf7\xb2\x3e\xd1\x18\x05\x21\xd7\xf3\x93\x29\x7d\x4d\x17\x61\x27\x0a\xdb\x4d\x0d\x3b\x67\x56\xc2\x76\x27\xf0\x92\xc2\x16\x60\x05\x33\x9d\xfb\x1d\xf1\xa3\x6a\x71\xdf\x89\xc4\xa8\x5a\xdc\x77\xfc\xab\x14\xc7\x7b\xe3\x13\x1d\x98\x9d\x84\xb0\x94\xad\x3b\x0f\x38\x29\x4a\x77\xc4\x8f\x40\x74\x7d\xef\xcc\xa2\x9d\xdb\x3b\x9b\xed\xe2\x85\xf4\x8a\x94\xad\x7b\x87\xfd\x9e\x3d\x6e\x1a\xb2\x07\xbb\x9f\xfb\x82\xf7\x94\xd2\x77\x27\xce\xa2\x92\x6b\xdf\x91\x25\xaa\xb0\xf6\x1d\xc3\x22\xe5\xf3\xce\xf3\x8c\xe5\x46\xe1\x2c\xa5\xc0\xde\x71\x96\x52\x3e\x83\xa3\x60\x96\x5b\xe9\x8b\x52\x6d\x25\xce\x52\xca\xe7\x3d\xd8\x7d\xd7\x2c\x3c\xcf\x08\xac\xc2\xf7\xb1\x3e\xd1\x18\x83\x15\x93\x04\xdf\x07\x47\x5b\x12\x7c\x5f\xb2\x24\x77\x1f\xbf\xc6\x72\x2b\x97\x2c\x91\x66\xdd\xb1\x23\x54\xc7\xed\x3b\x51\x58\xcb\xbd\xbd\xd6\xa0\xa2\x94\x07\x1c\xd5\x71\xfb\x8e\xd7\x92\x22\x7d\x5f\xc2\xc0\x44\xfa\xba\xfb\xb9\xd9\x04\x5d\x05\xab\xe1\x3b\x0f\x38\x96\xbb\x7f\xb3\xa6\xb9\x95\x84\x54\x2d\x37\xea\x59\x63\x88\xb0\x87\xdb\x20\x23\x7a\x27\xcd\x43\x38\x1b\xbe\x3f\x6b\x50\xb1\xff\xb2\xb7\x52\x2d\x3b\xb1\x95\x54\x2d\x95\xb8\x48\xea\x89\x4a\x8a\x86\xaa\xc5\xbd\x12\xf5\xd0\xef\x08\x78\x25\xdf\xc2\xb4\x51\x75\x59\x09\xd2\x13\x95\x80\x69\xea\x89\xca\xeb\x89\x60\x76\xbd\x62\x14\x08\x9d\xdf\x2b\x89\x9c\x29\xc6\x2b\x46\x81\x10\x30\xbc\x62\xbb\x0b\xc2\xc2\x2b\x1a\xde\x92\xf4\x75\x09\x93\x52\xde\x48\x55\xc7\xed\xb5\x07\x63\xb8\x1a\x2e\x1a\xbe\x6b\x5a\xc9\xa0\x48\x55\x50\x49\x69\x12\x3a\xbf\x57\x1e\x4d\x55\xfa\xed\x15\xeb\xde\x7e\x0b\x89\xc3\x2b\x2f\xaa\x36\x72\xc6\x97\xcf\xc5\x86\x2f\xbe\x44\x02\x57\xd6\x73\x39\xc9\xf2\x54\xa1\xb8\x57\x12\xba\x05\xdd\xef\x15\x6f\x41\x95\xe3\x5e\x29\x75\x10\x96\xbf\x57\xbc\x85\x54\x2d\xc0\x26\x98\xe7\x82\x07\x8b\x55\x44\x29\x39\x53\x9e\x8b\x35\x6b\x1f\xcc\x73\xb1\x70\x1f\x3c\x17\x8b\x5b\x2e\x20\x7d\xaf\xd8\x14\x82\x84\xf5\x8a\x3f\x21\x20\x7d\xaf\x14\x75\x09\x48\xdf\x81\x4d\x30\x4f\xe6\x48\xf9\x16\xb2\xbe\x57\xfc\x09\x21\xeb\x7b\x45\x30\x78\x72\x7b\x40\x7a\x72\x4b\x52\xb8\x27\x73\x3c\xf1\x08\x6a\xdf\x2b\x51\xd8\x54\x93\x95\xf8\x86\x27\x61\x3c\xf1\xa4\xf2\x01\x9c\xc1\x3c\x09\x43\xb8\x78\x12\x46\xe9\xa6\xd5\xec\xc1\x22\xd7\xec\x01\xb7\xd2\xbd\x15\x59\x92\x1a\x0d\x70\x06\x13\x24\xac\x57\x64\x89\x2a\xbd\xbd\x3e\xd0\x91\x83\x3e\x6b\x0c\xf1\xf2\x9c\x34\x68\x96\x87\xf5\x68\x39\x06\xdb\x20\xe7\xb1\x12\xa7\xb5\xec\xf1\xb2\xc8\x32\xc5\x2a\x89\x20\xf6\xa3\x01\xc2\xa4\x59\x1b\x01\x0f\x55\x58\x7b\x9b\x45\x5d\xa6\xea\x68\x6f\x44\x72\xed\xc7\x27\x8c\x21\x35\xd9\xc8\xfb\x10\x98\xa8\x37\xec\x08\xd5\x3e\x7b\xe3\x01\xc7\x72\x16\x0c\x8b\x54\xd7\x6d\x5f\xb3\xb8\x1a\xb8\x2f\x52\x71\x8d\xa0\xab\x10\x39\x1d\xb4\x06\xd3\x8f\xec\x7b\xc3\x4a\x48\xfd\xdd\x48\xb1\xd4\x0f\xd3\x7b\xe3\x69\x36\xb5\x73\x5b\x22\x4c\xda\xb9\x91\xd5\x21\x00\x4e\x6f\x48\x2c\x01\x70\x7a\xc3\xc1\x48\x75\xdd\x08\xa9\x0a\xd6\xd2\x1b\x46\x41\x6a\x67\xe0\x1b\x4c\x45\xc8\xde\x48\xa0\x4c\x25\xd8\x9c\x6b\x2a\xf7\xa1\xe1\x3e\xa4\x56\x6c\x01\x1d\x23\x1b\xd8\x06\x49\xbd\x16\xd3\x9e\x49\x9d\xd7\x96\x30\x90\x60\x6b\x14\x42\xa5\xce\x6b\xa4\x58\xa6\xce\x6b\x64\x74\xb9\x24\x5d\x23\xa3\x52\xd5\xd1\xde\xc8\xa8\x4c\xad\xd8\x08\x2e\xe8\x67\xe2\xbd\x4d\x24\x5a\x53\xb9\xb4\x37\xde\x68\x54\x2e\xed\x6d\x22\xeb\x9b\x8a\xa1\xbd\x91\x04\x96\x6a\x12\x0c\x07\x53\x75\xb4\x37\x2a\x3c\x85\x57\xef\x80\x3a\x98\xaa\xa3\xbd\xf1\x00\xac\xea\x68\x6f\x84\x43\x2d\x77\x9f\x1a\x50\xcb\xbd\x45\x7e\xa8\x7e\xda\xdb\xb9\x16\x48\x84\x4d\x7c\x5a\x13\x24\xa5\x37\xb2\xc2\x84\x40\xe9\xed\x5a\x4b\x28\x4a\x27\xb8\x8b\x09\x81\xd2\x01\x86\x30\x21\x50\x7a\xbb\x58\x42\xa9\xeb\x76\xad\x41\x45\x18\x8f\xc8\x16\xbf\xa5\xc0\x1a\xd9\xea\xc2\x86\x71\x70\x25\x4c\x00\x96\x0e\x6a\x84\xa9\x2e\xdc\x41\x8d\x30\x95\x81\x7b\xc3\xd1\x31\x39\xd6\xed\x66\xe3\x25\x5b\x1b\x22\x4c\x3f\xe6\xee\xed\x81\x51\x05\x19\x1b\x19\xef\x69\x53\x34\x5e\x98\x85\x79\xe9\x0d\x01\x25\xcc\x4b\xef\x88\x1f\x41\x5c\x7a\xdf\x16\x2f\xd9\x03\x5e\x24\x5b\x3b\x01\x53\x95\xa3\x7b\xc7\x1c\x12\xe0\x8c\x77\x22\xa8\x42\xc5\x74\x10\x1f\x4c\xa8\x98\xde\x89\xb3\x08\x92\xc6\x3b\x09\xaa\x42\xa0\xf1\x5e\xd8\x12\x39\x29\x0b\x02\x22\x6d\x1b\x20\x20\x4c\x98\x97\xbe\x20\x20\xd2\xd8\xe9\xfb\x9a\x56\xa4\x23\xb1\x54\xe3\xee\x9d\x14\xd6\x34\x87\x3a\xa9\x6b\x69\xca\x2c\x08\x88\x34\x4e\x3a\x81\x17\x55\xc1\x7b\xc7\xf3\xd1\x4f\x93\x7b\x47\xa6\xa5\x2d\xd2\x1b\xbc\x48\x3e\x83\x09\x61\x82\x82\xf4\x4e\x58\x45\xbf\x22\xee\x1d\xdf\x28\xad\x95\x8e\x15\x26\x14\x1b\xef\x48\x3d\xd5\xb5\x7b\xc7\x2c\x13\x8a\x8d\x77\x52\x56\xd2\x7c\xe9\x18\x5a\xfa\xe5\x70\xef\x76\xd2\x43\xec\x63\x24\xe9\x57\xbf\xbd\xfb\xfa\x44\xec\x93\xa1\xa2\x9f\xf0\xf6\x8e\x4d\x24\x74\x7e\xef\xe4\x9f\x84\xae\x7d\x1f\x8b\x30\x8d\x41\x09\x9b\xb0\x10\xbd\x53\xa0\x96\x26\x50\x5f\x12\x4b\x72\xa0\x1f\x83\x1e\x22\x9d\x4c\x35\x15\xcb\x7b\xc7\x5a\x11\xd8\x8d\xf7\x25\x8f\x74\xa3\x3a\x92\x42\xd8\x36\xde\xb1\x45\x54\x3d\xef\xfd\x5a\x74\x68\xc5\x2e\xc6\x90\xb7\xd0\x2f\x76\x3f\xcf\x3a\x11\xd4\xb4\xab\x3a\x19\xa6\x91\x47\xfb\xe2\x38\x48\xb8\x80\x3c\x61\x91\x67\xfd\x5e\xd3\x8a\x5b\x72\xd9\x22\x0f\xdd\xbd\xc6\x10\xa5\xcf\x1a\x23\x1b\xd8\x6c\x49\x87\x3e\xeb\xc9\x4d\xb5\xf1\xde\xa9\x7a\x1b\x79\x2c\x49\x5b\x4d\x53\x0c\x6c\x0a\x1b\x79\xe8\x88\x9c\xf8\xae\x15\x9b\x98\x32\x36\xf2\x14\xce\x22\x75\x1b\x79\xe8\xc8\x87\x73\x09\x25\xdb\x16\x1d\xd9\x50\xe8\x61\x6a\xe0\x14\x4a\xa0\x4c\x7c\x8b\xcf\x27\xea\x41\xea\xab\x70\x7a\xdc\xc8\x78\x17\x0a\x8f\x1b\x19\x6e\x42\x18\x74\xdb\xe1\x45\x07\xc6\x08\xcb\x0a\xcd\xcf\x6d\x67\xc5\x64\x12\x1a\xa9\x66\x42\xf3\x73\x6b\xac\x98\x8e\x83\x21\x0c\x04\xdc\xe3\xc6\xdd\xd7\x4f\x67\xbb\x11\x74\x1d\xda\x6c\xeb\x6b\x8c\x50\x03\xa4\x2b\x4c\x66\x7d\x11\xa6\x41\x71\xc9\xd2\x24\x34\x5c\xb2\x34\x09\x8d\xb2\x13\x61\x06\xba\x11\x52\x15\x60\x8e\x1b\x8f\xc8\x63\xff\x2d\x05\x66\xb6\x68\x12\x91\x04\x4d\x84\x2c\xe0\x46\x00\x56\x3f\xd6\xed\x86\x4b\x26\x84\x41\x37\x9e\x9c\x85\x57\xef\x86\x8f\x36\xf2\x24\x20\x5c\x46\x6e\x3c\x35\x29\x02\xe0\x71\x10\x30\x6c\xe4\x3e\x07\x47\x43\x96\x1c\x90\x18\xa6\xdf\xd5\x76\xe3\x41\x59\xd8\x7f\x6e\xf8\x57\x82\xa7\x77\x23\xfd\x6d\x48\x4f\x2c\x8c\x0c\x21\xf2\xb8\x11\x80\x75\xd9\x7a\x0b\xf0\x42\xf0\xf4\x0e\xe0\x85\xe9\xd7\xbb\xdd\x96\xb4\x91\x5c\x34\x8c\x9d\xb4\x8e\x17\xe0\x45\x5a\xc7\x46\xca\x8a\x20\x07\xdd\x30\x65\x46\x9e\x26\x2c\x17\xa1\x24\xb8\xf1\x5e\x23\x50\x04\x37\x4c\x99\x91\x87\x07\x59\x32\xf2\xac\xdc\x6b\x0c\xf1\x42\x48\x35\x6d\x70\x23\xac\x22\x10\x3e\x37\xa2\x28\x69\x72\xdb\xe3\xf4\xd0\x2c\x14\xcb\xa4\x0d\xbe\xd0\x2b\x04\x37\xe4\x86\xa5\x21\x50\x04\x37\x32\x67\x5d\x36\x96\x2d\xf1\x23\x4b\xdf\x96\xb4\xc9\xdd\x27\xa9\x65\xe4\x66\x2f\xf1\xa3\x70\x97\xbd\x1c\x07\x19\x5a\xb6\xc4\x4f\x6e\x36\x0f\xca\x02\xe1\x73\x5b\xf2\x48\x5a\xc0\x29\xc7\x13\xca\x91\x3b\x26\x90\x60\xfa\xdc\x41\xc1\x12\xb2\xbe\x3b\x26\x90\x80\x15\xdc\x09\xfe\xa6\xc7\xb1\x80\x37\x84\x94\xe4\x00\x6f\x98\x80\x15\x7c\x01\x6f\x08\x3a\xc9\x7d\xc9\x34\x29\x1f\x2f\x8b\x74\x0d\x8a\x8f\x96\x5e\x8b\x93\x5c\x23\xdc\x3e\x77\x82\xbf\xc2\x52\xf2\x89\xc4\xf1\xe9\xa1\x59\x08\x22\xa5\xd7\xe2\x95\x35\x95\x81\x03\xac\x86\xe9\x17\xcc\xdd\xb1\x89\xd2\x6b\xf1\xca\x22\xcb\x49\x59\x38\x1b\xe9\xa4\x38\xf1\x62\xc1\x37\xb8\x23\x28\xd3\x6b\x71\x92\xec\x84\xe7\xe0\x4e\x2e\x4d\x7a\x2d\x8e\xc5\x93\x5e\x8b\x13\x0d\x16\xe2\x83\xfb\x92\x7a\x3a\xc9\x6e\x6b\x0c\xf1\xc2\xbb\xb3\x10\x06\x7d\x01\x6f\xa4\xa3\xe3\xe4\xf5\x0a\x72\xd0\x9d\xb7\xa7\x74\x74\xdc\xd6\xb4\xd9\x30\x77\x2e\x1d\x1d\x27\xb4\x94\x8e\x8e\x13\x0d\x16\xe4\xa0\x3b\xee\x65\xfa\x35\x40\x62\xd8\xc8\x53\x88\x91\x34\xf2\x14\x12\xeb\x4d\xaf\xc5\xc7\xa0\x41\xdc\x52\xdb\x33\xf2\x58\x12\xf4\x49\xaf\xc5\x29\xf6\x49\xb7\xc3\x31\xa3\x46\x9e\x53\x92\x5a\xd2\x0f\x71\x9e\x99\xd3\x0f\x71\x1c\xbf\x91\xc7\x92\x57\x65\x61\x06\xba\x9f\x10\x26\xc7\xc4\x49\xbd\x4b\xc7\xc4\x97\x60\x93\x81\xe3\x54\x00\x0b\x9d\xdf\xfd\x5a\x63\x88\xfd\x6b\x8d\x21\xe6\x08\x0f\x8f\xf1\x3b\x85\xcc\xee\xf7\x62\x43\x9c\x3f\x85\x06\xb1\x41\xf2\xff\xc8\x33\x8b\xc1\x94\x6e\x0c\xc0\x1b\xbe\xe5\x99\x7d\x59\x5f\x69\x23\x9f\xe9\xb8\xbe\xe5\x11\x25\xbc\x93\x7e\x4d\xcc\xd2\x5e\x17\xf0\x86\xc7\xb6\x66\x71\x35\x70\x9a\xa4\x05\x02\x54\x80\x74\x52\x82\x7a\xbf\x50\x54\x29\xca\x1a\xf4\xbb\x8b\x81\x2b\x24\x74\x2f\x8f\xfd\x9a\x3d\x74\x44\x83\x9c\xba\x90\x26\x09\xf2\x4f\x84\x9b\xef\x51\x19\x54\x87\x78\x82\x77\x7c\x1a\xf4\xc9\xba\xc3\xd2\x35\x31\xc1\xef\x5c\x78\x1f\x1e\xd3\xaf\x71\x21\xea\x79\xcc\xf7\x1a\x17\x80\x9e\x87\xad\x69\xc5\x3e\x15\xfd\xe9\x2c\x05\xb0\x36\xe9\x1b\x4d\xf0\x8e\xcf\x18\x5a\x20\x2a\xfa\xd3\x59\x0a\x5f\xdc\x6a\xc5\x66\xa6\x9a\x6f\x3a\xc4\x41\xb1\x8c\x60\xf2\x3d\x66\xf0\xc6\x37\x9d\xd9\x20\x95\x36\xa4\xe2\x62\xac\x31\x44\xfa\x58\xd3\x66\xc3\x1a\x43\xdb\x30\xd6\x18\x6a\x38\x38\x1f\xf2\xae\xe3\x58\x74\x64\xc3\x1a\x43\xcc\x91\x76\x26\xfc\x32\x8f\x83\x53\xa8\x83\x1b\x27\x0b\x24\xf5\x14\x17\x94\xca\x6e\x8d\x8b\x7d\x91\x4d\x14\x44\x50\xd3\xcf\x8b\xf9\x3c\xe3\x5b\x9e\x42\xde\x6a\x85\xdf\xef\x13\x9a\xe3\xd3\x43\x74\xdc\x9c\x42\xbd\x1b\x05\x48\x98\xe9\x1a\x06\x85\x72\xe9\x1a\x06\x2f\xb1\xe9\x1a\xc6\xba\x62\x32\x81\x62\xe6\xc4\xfb\x96\x67\x1d\xc3\x42\xc8\xfa\x3e\xc1\x3b\x8a\x6f\x79\xf8\x1f\x8e\x43\x9e\x75\x1e\x70\x84\xbd\xef\xf1\xc2\x7e\x9e\xf5\x77\x4d\x2b\xe6\xde\x35\x8b\x78\x99\x75\xba\x2e\xfc\x13\x9f\x78\x1f\x9f\x86\xa6\x06\xae\xa9\x34\xc9\xd8\x58\x42\x19\x5a\x0b\xcd\x23\x5d\xd4\x31\x1f\x81\x5c\x10\x7b\xbe\xc0\x3b\x42\xe6\xcb\xc0\xe3\x10\xb2\xbe\x8f\x75\x4d\xa5\x16\x06\x8f\x40\xc2\xcd\xf7\x31\xb5\xb3\x0b\x01\xcf\x07\x49\x60\x02\xd2\xf7\x51\x21\x4c\x17\x68\x62\x75\x7c\x7a\x7c\x17\x79\x74\xf6\x56\xa7\x70\xe0\x60\xa4\x03\x3a\x3a\xbc\x28\xb6\x32\x8c\x4f\x64\xbe\x8c\xa5\x6a\x47\x36\xb0\xea\xb2\x56\x06\xd1\x06\x61\xde\x3b\x68\x1e\xae\x9f\x34\xf7\x61\x48\x07\x1d\x98\x01\x8a\x9e\x20\xe0\x7c\x38\xdc\xea\x04\x0d\xde\x68\xd2\x11\x1e\xce\x71\xd0\x91\x1a\xc4\x69\xd3\x11\x1e\x4b\x18\xe8\x48\x8d\x75\xb3\x65\x47\x2c\x34\x8f\x74\x73\x07\x39\x1b\xe9\xd5\x0e\x62\xac\xe9\xd5\x0e\xae\x69\x3a\xb1\xe3\x80\xd2\xdc\xfd\x63\x8d\x21\xf6\x0f\xf6\xc5\x7f\x07\x0b\xd1\x07\xc9\x5c\xe9\xbf\x8e\x13\xaa\x65\x53\x8c\x13\xe1\x92\xa7\xe9\x5c\x6c\x88\x84\x13\xd1\x91\xc7\x8b\x72\xd8\xf4\x81\x07\x6f\x2d\xe9\x03\x8f\x9b\x5d\xcc\x93\x70\xb3\x69\x79\x12\xd0\xac\xe9\x14\x8f\x9b\x1d\xc8\x93\xf0\xa0\x38\x72\xe3\x97\x22\xcd\x2d\xe1\x9d\x24\xdd\xd5\x81\xde\x14\x92\x9d\x03\xab\xe1\x45\xba\x77\x82\x66\x7c\x1a\x8a\x1a\x3a\x0d\xbb\x1a\x82\x86\xaa\x86\x83\x41\x9b\x1a\xd6\xa0\xd9\x70\xd1\xa3\xab\xe1\xa6\x87\x1a\x26\x10\xb6\x0b\xcc\xc4\xc1\xc8\x70\x81\x99\xf8\x51\x16\xe9\xd9\x63\x4a\x2c\x61\xbb\xf9\x41\x28\x53\xa8\xf8\x7e\xa0\xae\x05\x82\xef\x07\x81\x4a\x41\xec\xf9\x81\x60\x10\xc4\x9e\x1f\xf3\xb7\x2f\x5c\x50\x25\x7e\xa0\xbf\xd3\x33\x3e\x26\xa2\x9e\x0b\x88\xc4\x0f\x92\x38\x86\x6c\x91\x03\x4b\x7f\x48\x4f\x1c\x3c\xcf\xa4\xef\xbc\x40\x33\xd2\x77\x3e\x26\x3c\x9e\x0b\x00\xc4\x8f\x09\x8f\xe7\x42\x38\xf3\x83\x07\x9c\x74\xa6\x8f\xbe\x06\x15\xb7\x9d\x15\xcb\x05\xb2\x45\xba\xd8\x27\x19\x34\xfd\xde\xc3\xd6\x2c\xd9\xc0\xce\xe5\x7a\x38\xc7\x21\xd9\x77\x36\x2a\xb9\xa5\x7a\x46\xe8\xfc\x7e\x38\xbc\x24\xfb\xce\x66\x27\xe9\xa4\x8b\x0a\xbf\xdf\x0f\x84\x4b\x49\x5e\x10\x2e\xe9\x90\x1f\x08\x97\x92\xbc\xc4\xa2\x43\xa4\x07\xc7\x32\xe9\xe0\x55\x48\x90\x83\x7e\x0c\x4e\xb2\x94\xcf\x31\xd6\x27\xda\x17\x4c\xff\x21\xa1\x7f\x2c\x01\x25\x19\x7f\x0c\x28\x95\x36\x3a\xf0\x05\x04\xa4\xef\x07\x21\x55\xe1\x18\xfa\x41\x4c\x23\x9d\xfa\xe3\x5c\x3d\x34\x06\x21\x8c\xf4\xd0\x8f\x73\xd1\x21\xd2\x67\x08\xc3\x4b\x12\x76\x2e\xc2\xb4\x1e\x17\xbb\x9f\xd3\x62\x8b\xa4\x77\x7d\xdc\xab\x87\x66\xb9\xd9\xfd\x9c\x85\x0c\xd3\x74\xb7\x8f\x9b\x9d\xcb\x59\x78\xbc\x15\xb0\xa1\x1f\x13\x88\xd7\x4b\xce\xf2\xb0\xc8\x39\xc6\x03\x73\xb2\x67\x26\x00\xc8\xa7\x47\x8e\xc1\x2c\x3f\x7a\xb0\xc8\x52\x82\x07\xa6\xc7\xf8\xd1\xc0\x19\x93\x12\x3c\x96\x60\xfb\xd1\x80\x26\x91\x12\x3c\xde\x35\xe8\xf7\xc0\x9c\xdb\x22\x2c\xd4\xb0\xc6\xc8\x1e\x9c\x20\xe9\xbc\x73\xc9\x31\xa9\xb8\x73\xe3\x24\xcb\x26\x3a\x37\x66\xc9\x4f\x0a\x07\x37\x3f\xa1\x8a\x38\x5d\xf6\x73\x09\x36\x19\x49\x67\x61\x5f\xfc\xb7\xd2\xe8\xcf\xc2\x95\xfd\x31\x1e\x22\x2c\xc7\xdb\xb9\xc3\xd2\xc3\x27\xb9\x6c\xe3\x47\x03\xcb\x29\x07\xff\xdc\x5f\x7a\x68\x6d\x96\x90\x93\x73\x7e\x02\x52\x9c\xae\xf7\x59\x17\xd5\xea\xb1\x84\x9c\xf4\xe6\xb9\x84\x5c\x7e\x02\x6a\xb1\xd0\xfe\xfd\x5c\x52\x2f\x3f\x21\x27\x3e\xdd\xf7\x89\x3b\xf2\xe9\xa1\x59\x3a\x83\xca\x4b\x3e\x31\xa9\xd2\xc1\x3f\x31\xa9\x04\x08\xe6\x0b\x77\x44\xf8\xfd\x7e\x1a\x9a\x44\xf1\x9e\xd3\x58\x42\x69\xe7\x93\x18\x6b\x3a\xe7\x27\xbe\x51\x3a\xe7\xa7\x73\xee\xa5\xbf\xcf\x25\xf5\xa4\xae\x4f\x5c\x21\x61\x86\xf8\x19\xec\x9c\xac\xb0\x33\x38\x3c\x32\xba\x4e\x42\xaa\xe9\xcf\x9f\xb8\x42\xc2\xfb\xf0\x73\x49\xac\x9c\x76\xa2\x73\xba\x00\x40\xfc\x24\x75\x6d\x24\x1d\xf3\x11\xc8\x85\x08\xe2\xe7\x12\x61\x49\xd8\x7c\xd8\x76\x41\x84\xf8\x44\x26\xf9\x34\x68\x8c\x73\xf5\xd0\x27\x13\xfe\xcc\x77\xa9\xeb\x73\xfe\x1e\x98\x0b\x48\xcc\x4f\xdc\xa9\x91\xdc\x5e\x7c\x22\x47\xf8\x9c\x55\x80\x2e\xdc\x30\x3f\x67\x8c\xd5\x05\x13\xe6\xe7\x2c\xc9\x29\x5b\xb2\x3f\x63\xac\x65\x4b\x6e\xe7\x6b\x6e\xd9\x92\xb9\x59\x51\x5c\x32\x74\x70\xce\xd7\x5c\x17\xd4\x98\x9f\x33\x62\x51\x32\x74\x70\x3e\x8b\x30\x51\x3a\x45\x58\xc9\x38\xc0\xf9\x2c\x4a\xc5\xdc\x74\xa7\xca\x96\xec\xcf\x27\x9e\xb2\x25\xfb\xd3\x37\x2a\x42\xe7\xf7\xf3\x7d\x66\x83\xcc\x97\x6b\xc6\x47\x4b\x06\x06\xae\x8d\xcd\x96\xbb\x7d\x6d\x70\x2b\xb3\xf2\xda\xe0\x56\xd6\xca\xc4\x2e\xf9\x34\x7c\xb9\xbd\x08\x61\x08\xbf\xcc\x2f\xa4\x83\xe0\x4e\xfc\xda\xd9\x4a\x99\x1e\xd7\xce\xb4\x32\x3d\x26\x88\xc8\xa7\x41\x74\xf4\x45\x69\x36\xec\xb3\x21\x67\xe9\x6c\x54\xce\xd2\x21\x4c\x36\xe2\xc5\xad\xdc\x65\x47\x5c\xc6\xaa\xcb\x6c\xb8\x66\x08\xb1\x64\x60\xe0\x32\x96\x50\x06\x0e\x10\x21\x25\xdd\xfe\x8b\x8b\x2c\xa8\x12\x9f\x00\x20\x9f\x1e\xa1\x06\x78\x91\xe5\x75\x39\xdb\x90\xcc\x05\xc7\x41\x26\xd0\x15\xeb\x13\x4d\x1b\xec\xbe\xac\x15\xf0\x3e\x8a\x00\x49\xfd\x1a\xac\xba\xac\x95\x0b\xd3\x43\xc8\x62\x7e\x61\x47\x08\xee\xc4\xaf\x03\x4a\x73\x3d\x0e\x96\x30\xd7\xe3\x60\x8c\x96\x0d\x1c\xcb\xe4\x96\x20\x87\x00\x51\xfc\x9a\xde\x53\xd9\x92\x5b\x7c\x23\x21\xa4\xf8\x85\xeb\xb2\xeb\x51\xfd\x3a\xe9\x21\x4b\xe3\xba\x10\x28\x32\x81\x26\x22\xc8\x5e\x32\x52\x70\xcd\x97\x0f\x17\x6e\x98\x4f\x88\x90\x4f\x8f\xdf\x7a\x03\xbb\x1e\x38\x97\xfb\x3e\xe1\x42\x3e\x0d\x5a\xdf\x07\xbe\x7a\xf6\xe0\x34\xe9\xd9\xec\x7a\x61\x54\x36\xd6\xf5\x72\x21\x65\x63\x5d\x38\x3a\xbb\x8c\x9d\xeb\x5d\x8c\x7e\xc7\xb8\xf1\x7c\x04\xd2\xe2\x37\x31\x45\x21\x95\xf9\xbd\x71\xa9\x45\xc7\x8d\x1b\x23\xd4\x16\xbf\x0b\x63\xc8\x84\xb8\xcb\xfa\xc4\xd5\xc0\x31\x97\x81\x70\x17\xb8\x4d\x3a\x66\x8a\x46\xd9\x92\x8e\xca\x01\x94\x46\xbb\x2b\x27\x41\xa1\x88\xbb\xc2\xbe\x8c\xae\x09\xcd\xf1\x69\xa8\x6a\xe0\xaa\xc8\xc6\xba\x1b\x67\x56\x26\xd5\x4d\xb0\x42\x10\x2c\x7e\xf7\x35\x86\xb8\xed\x6b\x0c\x11\xd6\x59\x42\x29\x9f\x89\xe6\xb1\x17\xc1\xa8\x3a\x68\x1e\x2e\xd4\x16\xbf\x89\x4d\x08\xe4\xc9\xef\x75\x87\x65\xbe\xdc\xc6\x79\x93\x13\x0b\xbc\x87\x0b\x87\xc5\x6f\x47\xfc\xc8\xc0\xb9\x9d\x25\x94\x3d\x73\xe3\x82\x08\x54\xc5\xef\xf9\x50\xe0\x82\x4c\xf1\xdb\x39\x1f\xb2\x78\x00\x00\x71\x61\xa8\xf8\x1d\x8b\x17\x91\x1e\x5c\x37\xd9\x44\xc0\x7b\xb8\x30\x54\xfc\x1e\x6c\x83\x67\xc3\x94\x47\x82\x5f\xf2\x7b\xfe\x28\x80\x0b\x7e\xc9\xef\x99\x47\xee\x42\x5b\xf2\xfb\x60\xda\xc8\x4f\x58\xa0\xdc\xfd\x03\xa1\x9f\xbb\x7f\x20\xc2\xf4\xd8\x70\x9f\x2c\x90\x1e\xc5\x6e\x94\xb1\xd0\x96\xfc\xbe\x10\x2e\x32\x81\x6e\xdc\x07\x81\xaa\xf8\x84\xf7\xd8\x8b\x60\xf2\xfd\xe6\x96\x57\x89\xd2\x7b\xdd\x72\x59\x4d\x37\x21\x0c\xe1\x0f\xf9\x3d\x73\xad\xbc\x4a\x94\xde\x37\x47\x3b\xcf\x18\xee\x43\x95\x80\xba\x97\xaa\xcd\x23\x45\x5c\xb2\x4a\x94\xde\x38\x07\x42\x59\xf1\x7b\x3e\x67\xba\x50\x56\x1c\x68\x8e\x92\x81\x92\xfb\x65\x09\x65\xe0\xdc\x08\x03\xc1\xae\xf8\xb3\x6e\xb6\xce\xe9\x83\x66\xcd\xb8\xc8\x33\x53\xab\x5c\x28\x2b\xfe\x94\x35\xc6\x77\x96\x67\xa6\x9e\x97\x8c\x69\x3c\x68\x56\xa1\xf0\x38\xe0\x1d\x25\x83\x1c\xcf\x0e\xfb\x12\xb6\xcf\xce\xa0\x12\xb6\x0f\xd1\x06\x81\xee\xf8\x33\xed\xee\x22\x88\x7b\x9f\x58\x1d\x9f\x1e\x9a\x76\x86\x1f\x4a\xc6\x45\x9e\x0a\x2f\x3a\x74\x4f\x5b\x83\x86\x1a\x16\x1d\x1a\x74\x5a\xe6\x25\x83\x1c\x0f\x2a\x5f\x68\xab\xfe\x74\x0e\xae\x44\xce\x83\x30\x10\x42\x8a\x3f\xc6\x2c\x92\x1f\x8f\xc1\xbe\xac\x84\x87\xb8\xa4\xa0\x6c\xfc\x99\xf9\xe7\x45\xc0\xa8\xfe\x10\x7e\x10\x20\x8a\x3f\x6e\xf4\xd0\xb4\xeb\x66\x7b\x36\x70\x60\x24\x50\x1e\x14\xba\xa0\x53\xfd\x09\x48\x97\xfc\x78\x66\xa4\xa0\x14\x1d\xed\x27\xd6\x18\xfd\x77\x14\xd8\x83\xfa\xcf\x28\xca\x83\x1d\x2f\xac\x1c\x7f\x96\xa4\x90\x2c\x79\x66\x24\xb4\x64\x9c\x05\xb8\x10\x17\x34\x8e\x3f\xc4\x26\x04\x8d\xe3\x6f\xa5\x87\x9c\xa5\x77\x82\xb4\x94\x0c\xcd\x00\xce\xe0\x55\xce\xd2\x4b\x0c\xbb\x4a\x74\xbc\x6d\x7d\xe2\x6a\xe0\x68\xe8\x76\xbd\x0d\xce\x25\x5c\x5e\xd4\x82\xd0\x63\xfc\xed\xec\x80\xee\xce\xdb\x39\x2b\x32\x65\xde\xce\x7a\xc8\x50\x01\x69\xa1\x08\xad\xd4\x01\x56\x28\x42\x2b\xf5\xd7\xd6\x18\xe2\x76\x09\x7d\x89\x9f\x77\x9d\x04\x49\x9b\xd7\xd9\x45\xc9\x92\x17\x0f\x4c\xd0\x38\xfe\x3a\x37\x43\x72\x00\xe8\x85\x92\x51\x94\x77\x1d\x1e\x09\x06\x90\x16\x8a\x40\xdf\xfd\x8d\x35\xa8\x48\x27\xcc\x24\x04\x1a\x7f\x83\x45\x96\xbe\x7a\x39\x3c\x02\xad\xf1\x77\xa6\xce\x78\x93\xd7\x02\xd2\x82\x37\x79\x2d\x2f\x4e\x5b\x93\xd7\xf2\x0e\x96\x50\xa6\xc7\x3b\xd6\x18\x22\xec\xe0\x54\x2b\xf0\xf2\x1e\x6b\x50\x71\x8b\x9e\xc8\x48\xcc\x7b\x70\xbb\x64\x14\xbc\x33\x93\xd8\x05\x49\xe3\xe0\x28\x94\x8c\xc4\xbc\x33\x0b\xd8\x85\x18\xe3\xef\xb9\xc6\xd0\x2c\x3c\x8a\x09\x42\xc6\x5f\x1e\xc5\x84\x18\xe3\x00\x2b\xb8\x00\x62\xfc\xbd\x58\xa0\x92\x63\xc0\x9c\x5c\xb2\x17\xc7\x4f\xe0\x2e\xfe\xde\x8b\xb0\xec\xb1\x98\x53\x0f\x14\x47\x06\x5e\xc0\x51\x70\x41\xb7\xf8\x3b\x31\xe6\x5c\x48\x2d\xfe\xce\x5c\x9a\x92\xa1\x19\x90\x16\x8a\x40\xdf\xfd\x9d\xa9\x7c\x2e\x2c\x17\x7f\x71\xeb\x32\xd8\xf2\xbe\x6b\x16\x11\xf6\xc2\x9c\x7c\x92\xf7\x5d\x83\xae\x1e\xb1\xcd\x3a\x03\x17\xb6\x4d\x6c\x1b\xc2\xe0\x2b\x1d\x02\xa4\x05\x6f\x5f\xd3\x3f\xb6\x8d\x41\xbf\x96\x7e\x6c\xd8\x99\xc2\x72\x89\xad\x30\xc6\x57\x3a\x04\x60\x0a\x2e\x70\x97\xd8\x0a\x0b\x14\x1a\xb4\xa0\x27\x22\x07\x85\xd2\xd0\xa0\x3b\x67\x2c\x34\xc6\xbe\xc6\x10\xa5\x3b\x37\xea\x6b\x47\xc4\xb6\xb3\xa6\xdf\x40\x49\x6c\x3b\x27\xa8\xaa\xa1\xa2\x49\x86\xd8\xc7\xbc\x15\x62\x4c\x6c\x48\x3a\xe1\xc1\xc4\x56\x19\xa3\x89\xb9\x89\x29\xe3\x42\x7b\x89\xad\xad\x31\xc4\x4b\x5b\x63\x88\x97\xa5\xd1\x86\x06\x6d\x1c\xcb\x26\xe6\x70\x62\x15\x05\x8a\xad\xa3\x6a\x87\x66\xe9\x6b\x50\xb1\x3f\x11\x1a\x5c\x00\x31\xb1\xf5\x35\xa8\xb8\x45\x2b\x0a\x0f\x26\x36\x63\x4d\x87\x28\xf5\xd5\x20\x4a\x11\x5b\xc2\xc7\x89\x0d\x7f\x53\x28\x2b\xb1\x0d\x4e\xe1\xd0\xb4\x68\x0f\x61\xa8\xc4\x36\x16\xb7\xbf\xf3\x06\x16\xdb\xfc\x75\xab\x22\x9c\xd9\x98\x38\x0a\x9f\xf1\xc4\x28\x31\x23\x01\xac\xc4\x86\x33\x2a\xf8\x94\x00\x47\xa1\x28\x32\x15\x1b\xe2\x47\x81\xa8\xd8\x26\xbc\x6d\x51\xdc\x29\x00\x56\x70\x81\xa3\xc4\x46\x10\xa9\xe5\x45\x98\xf8\x54\x45\x81\xa8\xd8\x88\x83\x0b\x0b\x25\xb6\x6b\x4d\xab\xc5\xba\x16\x2f\x5a\x8a\x25\x6d\x42\x84\x2d\x69\x93\x57\x85\x20\x92\xb0\x6a\x03\xa4\x85\x22\xac\xda\xd8\xee\xf5\x89\x66\x99\x2f\xee\x45\xb1\xab\xd8\x1e\xc4\x60\x5e\x15\x5c\xd4\xbd\x68\x96\x77\xf5\xd0\x2c\xd8\xad\x2d\x2f\x02\x21\xa2\xbd\x68\x81\x5e\x8e\x57\x9e\xd9\x97\x6d\xc8\x23\x8a\x70\x51\xc8\x2c\x0a\x3e\xab\x50\x45\xa2\x10\x33\x52\x0c\x2d\xca\xc6\x12\xea\xf0\x94\xb2\x66\xf9\x12\x56\xb0\x4a\x05\xab\x11\x65\x3e\x9b\x15\x85\xbb\xa2\xec\x8b\xd2\xfc\x64\xf0\x89\xa6\xc5\x90\x15\xac\x46\x94\x09\xcc\xe2\x82\xd5\x88\x82\x1c\x50\x64\x2a\x4a\x5d\x63\x98\x1a\xd8\xca\xaf\x35\x18\x85\x17\x77\xc1\x6a\x44\xc1\xcd\x55\xec\x2a\x40\x6b\x28\x8a\x5d\x45\x69\x6b\x0c\xd1\xd1\x16\x61\xe2\xa5\xad\x41\xc5\x8b\x2d\xc2\x34\x8b\xc1\xfe\xae\x4f\x78\x25\x13\x58\x45\x14\xe3\x68\xef\x1a\xc3\xf9\x44\x32\xbe\xe0\x3c\x2a\x88\x14\x05\x3b\xa2\x27\x61\xd8\x11\x42\xae\x89\x12\x5c\xa0\x2a\x3a\x30\x2b\x85\x1a\x11\x65\xac\x4f\xd4\x63\x70\x1c\xaa\x28\xc5\xdf\xec\x49\x07\x99\x32\x02\x67\x88\x72\x40\x47\xd5\x12\xe2\x6f\x2a\x54\x15\x05\x6f\x72\x97\x7c\x2e\xe7\x1a\x43\x8b\x7c\xc2\xad\x04\x76\x99\x15\x00\x2e\x4c\x99\x28\xdc\x5b\x81\x33\x44\x99\x15\x00\xde\x73\xd0\x99\x82\xeb\x3d\xc7\x58\x17\x59\x22\xbd\xcc\xfc\x7e\x17\x98\x42\x80\x7b\x50\x14\xcc\x8a\x72\x73\x1c\x24\xd2\x0b\x1e\xa9\xb0\x13\xa2\x10\x0d\x56\xb8\x2b\x40\x35\xf0\x9e\xb3\xac\x9b\x2d\x81\x5d\x70\x51\x7b\xce\xc2\x0b\x57\xcf\x59\x78\xd0\xea\x39\x28\x86\x85\x42\x66\x51\x78\xe1\xea\x39\x28\x2e\xaa\x42\x66\x51\x88\x46\x09\x20\x26\x76\x9e\xdd\x05\x62\x10\x3b\xf7\x56\x88\x04\x31\x71\x0f\x3e\x63\xe8\x13\x62\xbd\x42\x13\x88\xbd\xac\x59\x34\xc6\x7c\x6a\x2a\x8a\x79\xc5\x8e\x8b\x2a\x1c\x96\x00\x91\xa0\x28\x08\x16\x3b\xa1\xa5\x3d\xa7\x5d\xd7\xf4\x1b\x6c\x89\xbd\xb2\xa6\x5f\x4b\x34\x00\x31\x70\x55\xe0\xc7\x4e\xfe\x9a\x2a\xf0\x63\x9f\xa5\x3c\xae\x0a\xfc\xd8\xdb\x1a\xe3\xbb\x1e\x3b\xc1\xa7\xdd\x7e\x07\x89\x23\xf6\xbe\x88\x6c\x6a\x58\x44\x8a\x8d\xce\x69\x32\x51\x4d\x40\x7a\x97\xca\xdc\x89\x3f\xab\xe6\x3f\x76\x62\x57\xaa\xf9\x8f\xdd\xd6\x2c\x62\x63\xdd\x72\xd7\x27\xbe\x3e\xd1\xa0\x8e\xa0\x94\x9a\x9c\x80\x06\x9f\x1e\x39\x06\x1b\x2f\x0b\x6a\x27\xee\xb4\xbb\x96\x02\xef\x74\x77\x6d\x2b\xef\x46\xaa\xb5\x8f\x7d\x70\x12\xa4\x48\x77\xe2\xcf\x02\x69\x89\x7d\x2c\x4a\xc5\x3e\x06\xc2\x9e\x7b\x84\x86\x57\x69\x7d\xec\x44\xa8\xfb\x50\x0f\x12\xe4\x54\x5a\x1f\xfb\x12\x0c\x32\x20\x77\x5e\x85\x54\x38\x1f\x3b\x92\x42\x85\xf3\xb1\x9f\x08\xa8\xc8\x86\x39\x8b\xc0\x4c\x62\xbf\x50\xf9\xb9\x84\x37\xeb\x91\x2b\xc6\x3b\xb6\xaa\xc5\x63\x9f\x45\x3b\xae\xe2\xf0\xd8\x97\xfe\xce\x35\x5d\x97\x3a\x57\x0c\x75\xad\xc2\xee\xd8\x1f\x66\x91\x32\x9e\xf8\x05\x9f\x86\xec\x81\x38\xce\x35\x7d\xd7\x18\xe2\xe5\xe5\x48\x49\xb3\x56\x5e\x74\x14\xca\x8c\x3a\x5f\x98\x8b\x42\x99\x51\xb1\xf4\x55\x72\x1d\x95\xb4\x17\x55\x58\x47\x9d\xa5\x74\x2e\xcc\x90\xa8\x13\xc6\xb1\x08\x27\x3e\x2a\xaa\xd6\xa4\x5a\x2a\xaa\x56\x15\xd6\x51\x09\x22\xa9\xc2\x3a\xea\xcc\x65\x2b\x8a\x4b\x46\xe5\xca\x9a\xc4\x20\x90\x07\x45\x81\xca\xa8\x5c\x59\x15\x32\x47\x25\x07\xd5\x64\xfb\x56\x42\x44\x0a\x65\x46\xb5\x35\x86\x98\xe3\xf1\x45\xa8\x22\x51\x31\x75\x85\x2a\x12\x95\xb0\xac\x40\xa7\xa3\x3a\xcc\x75\x8d\x81\x87\x5e\x65\xcf\xd4\x09\x26\x54\x84\x35\x1f\x14\xfe\xbb\x2a\x9b\xa3\x62\x1d\xab\x6e\x39\x2a\xb1\x15\x95\x29\x47\xc5\xdd\x16\x0a\x75\xd4\xb1\xc6\xd0\xce\x11\xa7\x35\x89\xc1\xca\xd3\x8a\x30\xde\xa3\xce\x8c\x8c\xa2\x08\x6a\x54\x7c\x67\x01\x80\x44\xc5\x55\x56\xed\x73\xcc\x92\xfc\xcf\x27\x9a\x05\xdf\x59\xb5\xcf\x51\x31\x5e\x05\xef\x11\x15\x15\xa7\x90\x6a\xd4\x9b\x35\xf5\x6c\x68\xf4\x10\x2f\x04\x6e\x55\xfb\x1c\xf5\x86\x74\xa9\xfc\x7a\x33\x8b\x44\x4e\xc5\x77\x56\xa9\x73\x54\x7c\x67\x95\x29\x47\xc5\x78\x55\xf1\x6f\x54\x34\x5a\xcd\x53\x88\x67\xac\x5a\xdf\xa8\x2f\x0b\x94\xc7\x12\x6b\xd6\x24\x60\x1b\x2a\x4e\x65\xb4\xd1\x88\xc2\x2a\xb4\x1b\x6d\x5f\x83\x86\x1a\x20\x5d\x37\xbb\xad\xb3\xae\x8b\xdc\x08\x98\x2a\xd6\x1b\x94\xd3\xbb\xaa\x66\xa3\x11\x30\x15\xe6\x76\xb4\x75\x3d\x64\x36\x34\x1c\x50\x55\xcd\x46\xc3\xce\x54\x34\x38\x1a\x99\x0b\x2a\xa3\x8d\x86\xe1\x59\xdb\xef\x84\x10\xa3\xa1\xee\x84\x24\x1f\x14\xdf\xbb\x8a\x6e\xa3\xf5\x35\x9e\xab\x81\x2d\x91\xc0\x6e\xb6\x38\xd7\x18\xc6\xd1\x18\xfa\x04\x8d\xa6\x92\xda\x68\xd8\xad\x8a\x3f\x07\xf5\xfa\xae\x0a\xda\x68\xce\x1d\xd6\xfd\x6b\x44\xd9\x54\x1f\x1b\x0d\x15\xa7\x08\x75\x34\x72\x49\x55\x30\x1b\x6d\x5d\x59\x39\xb4\xd4\xeb\x17\xa1\xc0\xc7\xac\xc6\xff\x7c\xa2\x31\x06\xeb\xa1\x2b\xdb\x08\x99\xa9\xa4\x36\xda\xc4\xff\x72\x55\xd0\x06\xf5\xfa\xae\x72\xd8\x68\x33\x4b\xbc\x28\xca\x1d\xd4\xeb\xbb\xca\x61\xa3\xad\x3b\xac\x5b\xde\x70\x51\x05\x1c\x1f\x8d\x90\x99\x80\xe3\x83\xe2\x7b\x17\xcc\x48\x34\x6c\x5f\xc5\xc1\xa3\xf1\xd6\x22\xdc\x91\x98\x95\xf4\x9f\x1e\x22\xfd\x82\x39\xdd\xf2\x86\x31\xac\xea\xd7\x68\xa4\x46\xa8\xb6\x35\x28\xad\x77\x95\xb2\x46\x23\x57\x42\x95\xab\xd1\x30\x97\xab\x65\x8f\x93\x1e\xa2\x14\xfb\xd9\xe5\x70\xb5\x9b\xf5\x90\xd4\xa3\x9c\xbe\x28\x1e\x1f\x8d\xb0\x9b\xc2\xef\x41\xf5\xbc\xab\xd8\x35\x1a\xcf\x33\x2a\x65\x8d\xf6\xc0\xad\x67\x8f\x87\x1e\xda\x5b\x3c\x63\x05\xe8\xa3\xbd\xac\x87\x84\x4b\x43\xb8\xa8\x94\x35\x1a\xaf\xb9\x82\xa7\x8f\xf6\xae\x69\xb5\x40\xef\x9a\xf6\xdb\xd0\xd1\xbd\x0a\xb9\x47\xdf\x16\x2f\xa1\x86\x87\x86\xef\x02\x51\x5f\xef\x2e\x77\xaa\xf3\x34\x2b\x34\xfa\xe8\x05\xf6\x25\x39\x3b\xd9\x14\x2a\x65\x8d\x59\x3d\xff\xf9\xe4\xbb\x62\x1d\x0b\xdb\xa5\xd0\xa9\x9e\x77\x97\x42\xef\x3b\x37\x4a\x92\xb3\x13\x65\x53\xa4\x3f\xfa\x52\xf9\x0a\xdd\x75\x34\xbc\xca\x61\xa3\xe3\x4c\x2b\xd2\x1f\x1d\x89\x25\x0c\x95\xe8\x84\xcc\x84\x90\x12\x9d\x47\x20\x01\xa2\x44\x27\x86\xe6\x92\x7a\x7d\x09\x39\x19\x6b\x1d\x21\xa7\x0a\xda\xe8\xf8\xce\x2a\x98\x8d\xde\xd7\x18\xe2\xa5\xaf\x4f\xb4\xa6\x9d\x55\x97\x28\xed\x04\xc4\x14\xc7\x8f\x6e\x6b\x0c\x6d\x14\xfe\xb7\x02\xfb\x41\xf5\x7c\x51\x60\x3f\x3a\x0f\x49\x82\x5d\x89\x4e\xa4\x5f\x81\xfd\xe8\xcb\xb0\x90\x2c\xec\xbe\xe8\xd0\x2c\xc1\x12\xca\x58\xeb\x64\x98\xba\x44\x5f\xc7\x87\x57\x60\x3f\x3a\x19\x5d\xaa\xbc\x8d\x3e\x61\x46\x8a\xe2\xf8\xd1\x71\xd9\x5d\xa2\x8f\x1a\x7d\x77\x89\xbe\xbe\x04\x9b\x24\x5d\x1f\xce\x18\x1a\x74\xa6\x78\x15\x05\xf6\xa3\x13\x9d\x53\x6d\x6e\x74\xcc\x17\xc1\xd3\x47\x3f\x10\x17\x12\x6c\x9d\x60\x5c\x93\xd8\xea\x38\xe4\x2a\xc5\x8d\x8e\x71\xa2\x52\xdc\x98\x05\xf7\x7b\x69\x65\xfb\x1d\x05\xd6\x97\x3c\x92\xf8\xe9\x13\xc8\xa3\xe8\xe5\x20\x3a\x19\xef\x2e\x59\xd2\x5f\x56\x2f\x2f\x24\xcf\xb4\x7a\x4a\x88\xce\xa5\xd6\x53\x42\x74\x72\x38\x55\x97\x1a\xb6\xad\x59\x9a\x1a\x10\xa5\xba\x3b\x46\x70\x5d\x8f\x0d\x61\x18\x19\x2a\x32\x0d\xaa\xe0\x8b\x5e\x1f\xc2\xf0\x92\xf5\xfa\x10\xb6\xae\xbd\xac\x0e\xe3\x96\x0b\x6b\x3e\x8c\x97\xdd\x26\x61\x4b\x8d\x7b\x11\x18\x7f\x18\x71\x70\x55\x9d\x86\xed\x8c\x21\xc9\x69\x58\x1d\x7a\x9f\x08\x5b\x57\x56\xa6\x8c\x11\xee\xd2\x73\x44\x58\x83\x39\x89\x41\x5b\x17\x52\xb6\x8d\xf1\x7c\xa7\x52\xd6\xb0\x99\x51\x59\xf4\x3e\x11\x66\x6c\x83\xce\xbd\xf1\x08\x9b\xef\x13\x14\x98\x17\x21\xc9\x87\x71\xbb\x9a\xc4\xa0\xf1\x8e\xa6\xaa\xd3\x30\x82\x59\x21\x3b\x82\x7a\xf2\x92\x0f\x16\xc6\x2b\x59\xc8\x8e\x30\x5e\x51\xf3\xc1\x82\xf2\x71\x57\xa1\x6a\xd8\x84\xe7\x2a\x82\xa7\x0f\x3b\x16\x1d\xda\x86\x63\xd1\xa1\x31\x66\xd9\x65\xc9\xd7\x07\xca\xc7\x4b\xbe\x1c\xd8\xc5\x09\x92\x4c\x33\x32\x21\x54\xdb\x1a\x76\x71\x2c\x5b\x36\x9c\xf4\xd0\xb4\x13\x75\xc6\x55\xca\x1a\x46\x66\xb5\x2a\x57\xc3\x70\x51\x55\xb9\x1a\x36\xab\x3b\x4a\xbe\x1c\x18\x81\x28\x55\xae\x86\xe1\x91\xe6\x53\x82\x91\x96\x28\x44\x9e\x30\x5c\xd4\x7c\x5b\xa0\x38\xbc\x08\x6b\x3e\x8c\xb8\x53\xe4\xf5\xc0\x06\x17\x18\x7f\x50\xb6\xed\xaa\x7e\x0d\x27\x0b\x4a\xd5\xaf\xe1\xe8\xcd\x7c\x8e\x70\xea\x3f\x54\xca\x1a\x5e\x38\x1f\x3d\x1b\xe8\xa1\xc3\xef\x5c\x20\x55\xae\x86\x53\xbb\xa1\xca\xd5\xf0\xc2\xee\xcb\xf2\x72\xde\x9e\x9a\x2c\x2f\xdf\xd9\x7d\x19\x5a\xce\xfb\x77\x3e\x52\x78\x83\x7d\x99\x1e\xce\x6d\x50\xf5\x6b\xf8\xc4\xb8\x72\x55\xbf\x86\x63\x66\xab\xfa\x35\x9c\x1c\x27\x41\xba\x87\x77\xf6\x45\x57\xcc\x09\x0f\xe7\xab\x05\x95\xcd\x2e\x68\x9f\x70\x5b\xec\x87\x1a\xd8\x6c\xd9\x22\x4e\x11\x85\x8a\x64\xc3\x09\x1c\xa9\x26\x36\x9c\x38\x91\x4a\x60\xc3\x49\x5a\x50\xc5\x6b\x38\x71\xa2\x7c\x0a\xf1\xa5\x7c\x64\xcf\x78\xb0\xfb\x32\x4e\x9c\xa0\x8f\x00\xfd\xc3\x89\x17\xe7\xdb\x88\x13\xf4\x09\x59\x2b\x7e\xac\x69\xb5\x40\xe4\x27\xe5\xeb\x89\xf3\xf0\x23\x9c\xf8\x70\x8c\xe8\x26\x5b\x84\x42\x66\x17\x5e\x50\xf8\xba\x84\x12\xc1\x8e\x36\x52\xb1\x6e\x38\xce\x74\x3e\xa7\x50\xea\x5c\x04\xe3\x1e\xbe\xee\xad\x64\xb2\x63\x33\xab\xbe\x37\x7c\x29\xb0\xf8\xad\x37\x30\xbf\x91\xe0\x12\x94\x4e\x9e\xb0\xca\x83\xc3\xd7\x85\x94\xd5\xe1\xd8\xbe\xaa\x17\x0e\x27\x35\x49\xe5\xc1\xe1\x2f\xab\x27\x1b\xcb\x79\xe2\x11\x1c\x7b\x38\x5e\xb2\xca\x83\xc3\x49\x4d\x52\xf1\x6f\xf8\xba\xa1\xb2\xb1\x82\xc8\x70\xc8\xc6\x8a\x8d\xb5\x91\x6d\x13\xeb\x42\xca\xb6\x09\x0c\xd9\x7c\xe2\x89\xb2\x28\xd5\x27\x5c\x37\x01\xb6\x47\xe0\x47\xab\x5e\x38\x66\xdd\xf2\xa7\x47\x51\x03\x67\xb6\x67\xc3\xa0\xc7\xae\x06\x78\x91\x59\x16\x84\x99\x54\x1e\x1c\x81\x02\xcb\x77\xa3\x68\x6b\xd0\xa6\x86\x83\x1e\xd9\xf0\xd0\xa0\xf5\x58\x77\x58\xe2\x27\xb0\x39\x43\xb2\x24\x70\x95\x55\xc9\x1b\xab\x5c\x5a\x75\xba\x11\x7d\x0d\xaa\x35\x5d\x77\xd8\xb2\x61\x8d\xa1\x15\xb3\xf5\x89\x1a\xc8\x50\x51\x59\x6e\x04\x19\x2a\x2a\xcb\x8d\x20\xdc\xa5\xb2\xdc\x88\x09\x57\x50\xf2\x31\x2a\x78\x15\x0a\x39\x3a\x41\xac\x57\x98\x4e\x11\xeb\x52\x4b\x96\x04\xb1\x5e\x95\xc3\x46\xcc\x9a\xa5\x92\x0f\x5a\x81\x79\xa8\x1f\x6e\x88\x20\xba\xa5\xfa\xd8\x08\x92\x8f\x05\x2d\x1f\x81\xde\x14\x70\x7c\xc4\x01\x1d\xba\xf6\xc1\x5b\xad\x2a\x68\x23\xb8\x90\x02\x8e\x8f\x20\x92\x2b\x9c\xf8\x88\x6b\x0d\x2a\xe6\xae\x45\x98\x98\xbb\x38\x96\xba\xf6\x71\x2f\xc2\xc4\x2d\xb1\xab\x2e\xcb\x2b\x96\xaa\x95\x5d\x15\x4b\x91\xea\x22\x07\xb1\x5e\x15\xdd\xc6\x2a\x86\x56\xd1\x6d\x04\x1e\x69\x97\x46\x0b\x3c\xd2\x2e\x05\x16\xef\xfa\x44\xd3\x62\xab\x0a\x49\x3e\x82\x60\x56\xe4\x15\xe3\x69\x56\x48\xf2\x31\xb0\x44\x85\x24\x1f\x83\xfc\x7e\x01\x45\xc5\xd8\x58\x20\xa9\x27\x8a\xa1\x4b\xbe\x09\x0e\xf2\x3e\x04\x25\x15\xa3\x2c\x4a\x4d\x0d\xac\xba\xb4\xd1\x28\x6b\xd0\x2f\xe9\x03\x7f\x53\x05\xb3\x41\x75\x74\x11\x2c\x7c\x8c\x89\x64\xed\xaa\x89\x8d\xb1\x73\xa4\xa4\x9e\x06\x77\x5f\x25\xb0\x31\x08\xaa\x0d\x1d\xba\xc1\xe3\x6d\x3e\x12\x0e\x84\xc1\xd0\x29\x1c\x38\xa0\x43\x87\x6e\xcc\xdf\x16\x77\x55\xcd\xc6\xe0\x55\x28\x9f\x11\x07\x29\x1a\xf9\x8c\x38\x48\x46\xd3\x2f\x51\x04\x15\xd6\xa5\x4b\x93\x8c\xce\x12\x4a\x2d\x8c\x75\xd5\x25\xd7\x07\x1a\x5e\xb5\xb9\x31\xd0\xf0\xf9\x36\x39\x6c\x11\x26\x3a\x78\x09\xca\xc7\xca\x41\xd2\xb2\x00\xab\x62\x10\x59\xcb\xc7\xca\x81\x55\x9d\x4f\x91\x03\xe9\x20\x04\xab\x18\xbc\x26\xe5\x53\xe4\x2a\xb9\x1e\xc5\x7f\x47\x81\xad\xf2\x6b\xe1\x5d\xc5\xa0\x6e\x41\xf0\x56\x31\x90\x25\x23\x4f\x24\xde\xe9\xc8\x13\x89\xc9\x3d\xf2\x00\x12\x3a\x1f\x79\x00\x8f\xb5\x36\x1a\x94\xa0\xda\xc8\x03\x88\x51\x9e\x6f\x9d\xe3\x60\x07\xa4\x27\x06\x41\x35\x61\xbc\xc7\x20\xa8\x36\xf2\x00\x62\x0f\x8c\x3c\x6f\xc4\xd2\x55\x85\x1b\xe3\x5c\x63\x88\xb0\x8b\x9b\x21\xfb\x68\x90\x43\x36\xf2\x00\x12\x18\xcf\x27\xd6\x71\x73\x44\xa5\x38\x06\x4f\xbd\x23\xcf\x1b\x95\x08\xc2\x78\x8f\x41\xfe\x97\x7e\x0c\x23\x06\xa1\xaa\x91\x27\x12\x49\xa1\x3a\xdd\x58\x05\xd5\xaa\xd3\x8d\x63\xe3\xba\x59\xf6\xe0\x13\x9d\xb7\x83\x9c\x0d\x61\xbc\xc7\x81\xcf\xaa\x82\xd9\x38\x48\x08\x53\x7d\x6c\x1c\xa0\x24\x08\xb0\x2a\x8e\x02\x2f\x3a\x4d\x07\xf9\xca\x43\x1e\xc7\x51\x58\x53\x6d\xe5\x81\x51\xa0\xea\xd7\xa0\x7e\xba\x08\xe3\x3d\x0e\x62\x57\x2a\x87\x8d\x63\xc9\x92\x9e\x3d\xa0\x54\x1a\xfe\xc0\xef\x55\xf5\x6b\xac\xfa\x69\x55\xbf\xc6\x01\xfe\x89\xaa\x5f\xe3\x58\xc2\x45\x21\x91\x03\xcf\x58\xc0\xf1\x71\x54\xee\xb0\x6c\xf0\x03\xcf\x38\x1f\xa5\x0f\x62\x57\xf9\x06\x7d\x90\xe9\x9a\x6f\xd0\x07\x9e\xb1\x00\xab\xe2\xe8\x6b\x0c\x2d\x10\x66\x83\x8a\x5d\xe3\x20\x99\x4b\xa5\xac\x71\xd8\x1a\x43\xd3\x12\xcc\xd2\xef\x78\xc4\x81\x73\xa0\x22\xd3\x58\x25\xd7\x2a\x32\x8d\x83\x80\xfa\x48\x4a\x71\xa6\x47\x52\xea\xb0\x2f\x73\x79\x96\x4b\x7f\x1a\xf4\x09\x11\xf6\x7c\x55\x9e\xd5\xd1\x9f\x06\x4d\x1b\x6b\x96\x6c\x60\x81\xa4\x37\x0f\x82\x59\xaa\xf0\x8c\x83\x18\xbc\x00\xdb\xe3\x58\xd2\x21\x99\xa3\xaa\x49\xd5\x99\xb1\x0a\xaa\x55\x7b\x19\x07\x99\x65\xc2\x78\x8f\x03\xd3\x63\x24\x2f\xcb\xf4\x90\xba\x3e\x0e\xae\x87\xd4\xf5\x41\x86\xca\xf8\xd1\x83\x33\x96\x3d\x4e\xb6\x41\x0a\xfd\x58\x02\x45\xa6\xfa\x41\x99\x93\x4a\x1c\xe3\x38\xb9\x40\xb2\x99\x8f\x19\x83\x0f\x81\x10\xc5\x31\xfd\x89\x50\xad\x61\x50\x61\x1d\xaa\x35\x8c\x83\xc0\x40\xcf\x69\x67\x60\x20\x54\x7c\x18\xc7\x0c\xb9\x87\x8a\x0f\xe3\x98\x06\x4e\xa8\xd6\x30\x8e\x7b\x4d\x2b\xc2\xe6\x6b\x5d\xa8\x92\x30\x8e\x69\xbe\x84\xea\x04\xe3\x78\xd8\x5b\x59\x1a\xc7\x84\x4b\x2a\x96\xa4\xbf\xeb\x13\x8d\x31\xd1\x23\x43\xe5\x78\x71\xcc\x5f\x2d\x2c\xf9\x52\x7f\x4c\x2f\x23\x36\xe9\x86\x73\x83\x7d\xc9\xf5\x13\xb1\x95\x6f\xf9\x14\x43\x17\x81\xe0\xc7\x2c\x86\xfe\x7c\xf2\x9d\xf6\x9c\xd6\x4a\x6c\x7b\xfc\x8e\x02\x3b\x31\x65\x04\x88\x1f\x67\x59\x24\x0c\x35\xac\x19\x43\x0d\xac\xaf\xa4\x2f\xa5\xce\xb1\x49\xfa\x9e\xf3\xc7\x93\x8b\x30\xf4\xe3\x24\xb8\x2e\x0c\xfd\x38\xe7\x03\x7b\x08\xa2\x27\x66\xa9\x73\x09\xd5\xb7\xc5\x49\xa0\xc1\x64\xa8\x50\xea\x1c\x82\xc6\x89\x13\x01\x95\x59\x0c\x27\x02\x4a\xbf\xc0\x12\x67\x63\x4b\x24\xb0\x4f\x1e\xd8\x05\xb5\x1f\x67\x5b\x84\x89\x97\xb6\x66\xc9\x31\xd6\x2c\x62\xae\xaf\x4f\xc4\x5c\x87\x97\x96\x3d\xe6\x11\x15\xa2\x7d\x9c\x9d\x93\x20\xc7\xef\x9c\x3f\x23\x14\x2a\xa5\x8b\xd3\x38\x80\x52\x0b\x27\xd1\x76\x21\xda\x07\xe5\xd2\x21\x68\x9c\xa0\x3a\xba\x98\xcc\x86\xd3\xd9\x39\x69\x81\xd3\xb9\x3b\x3d\x7b\xb0\x73\xd2\x02\x27\x32\x2d\xb3\x29\xce\x60\x2b\xa5\x16\x4e\x02\x1e\x96\x27\x32\x16\x73\xe2\x25\x60\xae\x67\x03\x2b\x26\xdb\xf7\x0c\xf6\x25\x8f\xd4\x58\xb3\xa8\xc7\x80\x7d\xf9\x8a\x14\x54\x87\x6a\xeb\x82\x82\xea\xa2\xdf\x8a\x89\x93\x28\x8a\xb0\xf7\xe3\xaa\x70\x2b\xc5\x31\x7f\x97\xff\xd3\xf0\x65\xff\x5a\xc7\x41\x8a\xe3\x6a\x6b\x5a\x53\x03\x87\x4e\xf6\xcc\xd5\xd8\x5b\x19\x05\x17\x25\x7d\x99\x3b\x72\xb5\x45\x69\xa8\x81\x8d\x92\xae\xb9\xda\xa2\x54\x74\x90\xb3\x91\xd9\x25\xfc\xb6\x7f\x08\xe6\x27\xae\x75\xc6\x74\xa3\xae\x75\x82\x14\xc7\xbf\x0c\x5e\x64\x25\x5c\xd4\xf9\x64\xfe\xc9\x85\xb9\x9c\xf9\x27\xb3\x4e\xf7\xd3\x20\xc2\x78\x66\x16\xa0\x7f\x5c\x84\x98\x85\xdf\x1f\x57\x20\x28\xa5\x15\xaf\x75\x1c\x74\xa3\xae\xb5\xfb\x52\x71\xfc\x2e\x7f\xa8\x1c\x2f\x56\x9d\xae\xe9\x46\xf1\x33\xfc\x45\x60\xfc\x71\xf1\x66\x2c\x30\xfe\xb8\x4e\x78\xd1\xf5\xb8\x48\x38\xce\x1c\x16\xea\x63\x43\x05\x59\x71\xcd\x67\xd5\x50\xfd\x55\xf0\x23\xfb\xa1\xfa\xab\xb8\x48\x38\xce\xb4\x97\xeb\x66\x8c\x92\x0d\xdc\x39\x5d\xa0\x6b\xa6\x68\x84\x70\x69\xe2\x9a\x29\xc9\xa1\x0a\xad\x98\xbf\xba\xff\x69\xd0\x56\x52\xd7\x6e\x3d\x7b\x74\x1a\xb2\x87\xf1\x89\x48\x7f\xa0\x43\xe2\xe2\x22\xa2\x9c\xb9\x34\xd7\x8c\x28\x87\x2a\xb4\xe2\xc2\x22\xce\x4c\x99\x6b\x5a\xc4\xa1\x0a\xad\x98\x3f\xac\x5f\x42\xb5\x4e\x71\xf3\xe0\x92\xb9\x34\x94\xd1\x86\x2a\x99\x62\x56\xcd\x7e\x1a\x34\x06\xe5\x0d\xfa\x75\x9d\xb8\x0b\xa4\xd7\x6c\x58\x83\x7e\xb9\xbd\x0d\x3a\x6a\x36\xac\x4f\xba\x1a\xb8\x62\x96\x0d\x27\x3d\xbe\xdc\xce\x4a\xd3\x4f\xc3\x6f\x79\x60\x37\xb5\x69\xfa\xb5\x9e\xb8\x91\x7a\x82\xa4\x89\x9b\x52\xb4\x4c\xe7\xe1\x47\xe5\x43\xc5\x54\x71\x73\x88\x55\x4c\x15\xf7\x92\x58\xba\x90\x37\xc9\x7e\x99\xce\x73\xcf\x4c\x88\x50\xb9\x55\xdc\xc7\xea\xa1\x31\x0e\x96\x53\xbe\xc0\x3d\x4d\xaa\x10\x8a\x4d\xac\x9a\xd2\x4c\xf8\xb9\xd7\xb9\x97\x85\x7d\x9f\x6b\x0c\xad\xcd\xb9\x28\x75\x35\x70\x22\x75\x55\xee\x6b\x8d\xa1\x59\x2e\x76\x40\xaa\xe5\xbe\x16\x73\x1a\x14\xfb\xa8\xe8\x66\xdc\x37\x5b\xa2\x8b\x30\x7f\x21\xfe\xd3\x20\xc2\x6e\xae\xac\x82\xda\xfc\x20\x7c\x14\x1d\x73\x8a\x4c\x43\xc0\x37\xc1\x2f\xc4\x87\x80\x6f\x82\x9a\xd2\x10\xce\x4d\xdc\x04\x80\x4c\x66\x2a\x3f\x08\x1f\x45\xc7\xfc\x5e\x16\x94\x6c\xf0\x87\x77\x12\xe1\xf7\xc7\xb3\xce\xbd\x8e\xf9\xb3\x0e\xf1\xc8\x06\xe4\x91\xac\xe3\xa7\xb0\x84\x3a\xe6\x0f\x0f\x8d\x99\x78\xf4\xec\x6b\xd0\x2f\xfb\x4f\xe5\x88\xea\x10\xcf\x5f\x77\xff\x7c\xa2\x31\x2a\x67\x4c\xaa\x65\xfe\xdc\xfb\xa7\x47\x8e\x71\xd0\x90\x63\x2c\xc2\xf4\x49\xe3\x48\xc9\x5c\x7e\x26\x42\x77\xa8\xfe\x2a\x9e\xc6\x75\xd3\xe1\x7f\x96\xb5\x32\xb2\x61\xf1\xf2\x5d\xc2\x87\xfa\x1a\xfd\x96\x50\x3c\x9d\x93\xac\x53\xf8\x10\xbc\xc9\x74\xa4\x07\x3c\x87\x4c\x14\x7a\xb0\x34\xb2\xba\x6a\x16\x88\x7e\x1a\x44\x98\x9f\x7c\x22\xe6\x82\xf3\x21\x3d\xf1\xc4\xa2\x43\x63\x04\xf7\x56\x8a\xe3\xc1\xd2\xc8\xdc\xa2\x67\x5d\x53\x1d\xba\x27\xd6\x2c\x39\x28\xe7\x54\x31\xd6\x87\x67\x7c\xc1\xe4\xc7\x83\xd9\x20\x54\xfc\x78\x28\xe9\xcb\x34\xa0\xe7\x58\x9f\x88\xb0\x73\xf5\x10\x1d\x13\x4a\xaa\x64\x1a\xd0\x73\xae\x41\x45\xfa\xc5\xf9\xd0\x49\x7e\x50\x60\x99\x06\xf4\xe0\x82\x64\x41\xd6\xc3\xdb\x64\xe6\x05\x3d\x37\xd7\x23\xcf\xe9\xfc\xb5\xaf\x92\x69\x40\xcf\xc3\x35\xcd\x73\xfa\x72\xc5\xf2\x14\xbe\xab\x87\xb8\xe5\x02\x65\x92\xcf\x83\x0b\x92\x85\x50\xef\xc6\x9d\xd3\x29\x7c\x37\x4e\xb2\x4e\xe1\xfc\x25\xf5\x4f\xc3\x97\xfd\x77\x5f\x84\x65\xc3\x4d\xc3\x50\xc3\xe4\x25\xeb\x72\xf8\xd1\xf3\x22\x10\xfc\x78\xb1\xff\xb3\x0c\xe7\x9d\x91\xcb\x10\x62\x4c\xbc\x6d\x7d\x52\xd4\xc0\xb1\x94\xbe\x7a\x31\xe6\x33\x2f\xe8\xc5\x98\xcf\x5a\x16\x7e\xd2\xbc\x64\x5e\xd0\x0b\x64\x4a\xe6\x05\xcd\x32\xda\xcf\x27\xd9\x83\x7d\x91\x19\xf5\x76\x78\xd1\x12\xf2\xa3\xe7\x25\xf3\x82\xf8\xd1\xf3\xd8\x77\xfb\x1d\x05\xc6\xcf\x79\x97\x4c\x09\x7a\x71\xce\x33\x25\xe8\x45\x93\x64\xa1\xcb\x3b\x33\x4d\x22\x0b\x5d\x5e\x54\xcb\x9e\x6b\x73\xc0\x46\xae\x0d\x70\x05\x99\x45\xf4\xf2\xd8\x97\x59\x44\x2f\xbe\x78\x56\xbe\x50\x53\x1a\x59\xd7\xf2\xf2\x72\xa0\x5f\x62\x0a\x4a\x48\x23\xab\x56\x5e\xac\xb0\xac\x5a\x79\x49\x6e\xd3\x6f\x35\xc5\xfc\x7d\xef\x4f\x8f\x6c\x40\x0e\x48\xf9\xbc\x20\x93\x64\x06\xd0\x8b\xc1\xb4\xe7\x02\xad\x8b\x20\xd5\xb2\x6a\x4a\x33\x9d\xe7\xc5\x60\xca\x22\x15\x6a\x4a\x23\x8b\x54\xde\x17\x6e\xa5\x48\xdf\x97\x93\x20\x6d\xf4\xce\x4c\x99\xd8\x5b\x36\xac\x69\xc5\xed\xcb\xf1\x6a\xd9\x30\x45\xba\x4b\xf9\xbc\xeb\xba\xc9\xaf\x79\x5f\x08\xcb\x25\x24\x7d\xdd\xbf\x8e\xce\xe0\x17\xc0\x8b\x7f\xb5\xd1\xd8\x36\xf6\xf6\xcb\xdc\xe0\x17\xc0\x43\xf5\x24\x63\xdb\xd6\x2c\x4d\x0d\x6b\x96\xa1\x06\x76\xff\xab\xaf\xc6\xaa\x4b\x55\xe2\xd1\xd8\x0a\xdc\x66\x8f\x9d\xbd\x75\x35\xa0\xe2\x94\x6c\x34\x36\x54\xdc\xee\xa2\xa3\xae\x41\xb3\x01\xd2\x5d\x74\x4c\x6c\xf5\xd8\xbf\x12\x7c\xf0\x9b\xde\xb1\x7f\x05\xf6\xd8\x1a\x74\x84\x78\xc1\xe1\xd2\x2f\x0d\x8c\x0d\x8d\xa6\x5f\x1a\x18\xab\x84\x54\x39\x4e\x63\xe3\x39\xc2\x5d\x6b\x8a\x8a\x13\x64\xca\xd8\x3a\x87\xdf\xb5\xc8\x33\xfd\x2d\x54\x23\x30\x36\xd2\xdf\xdc\xf5\x89\xad\x41\xb5\x1e\x33\xa6\x18\x75\xd3\xb4\xf8\x57\xfa\xe9\x81\xb1\xcd\xc7\x86\x10\xfe\xc9\xd8\x66\xd4\x31\x04\x77\x32\x36\x8c\x57\xfd\x16\xc1\xd8\x66\x1a\x6f\x08\xdd\x64\xf0\x23\xdf\xc5\x73\x91\x97\xde\xcc\x35\x45\x2b\xd6\x5d\xa4\xcf\x07\x86\x50\x5e\xfd\xd8\x30\x5e\x95\x9e\x35\xb6\x99\x0f\x17\x75\xcf\x06\x08\xdb\xb5\x1e\x98\xb7\x4a\xb4\x1f\xdb\xb1\xc6\x10\x2f\xc8\xa0\xba\x8b\x74\x64\x90\xa0\x4a\xc6\x76\x2c\xc2\x44\xe9\xd2\x9b\x21\xf6\x4f\xa6\xad\x9a\xf6\x64\x8c\xaa\x69\x2f\x28\xad\x9a\x16\xc7\x4f\x19\xef\x63\xc3\x9a\x55\xae\xd5\xa0\x6c\x34\x94\xf1\x3e\xa8\x12\x0d\x81\x99\x8c\x6d\x49\x98\xa1\x41\x9f\x35\xad\x28\x45\x7e\x28\x05\x7e\xac\xc2\x52\xfd\x4a\xc0\xd8\x5e\x48\x6f\x5a\xe4\x77\x7d\xf2\xa5\x83\xa2\xd0\x50\x3e\xfb\x28\x65\x35\x34\x35\xac\x31\xba\x1a\x58\xf5\xaf\x94\x1a\x85\xe2\x70\x65\x63\x8d\x59\x03\xfa\xe9\xe1\x6a\x58\xd3\x7e\x09\x2b\x75\xcd\x32\xd4\xd0\x18\x23\x7b\xdc\x34\xa8\x07\x55\xda\x4a\x9c\x1a\xa5\x33\x46\xff\x1d\x05\x36\x8a\xad\xde\xa2\x89\x50\x95\x12\xba\x47\xc1\x80\x54\x7a\xd3\x58\x95\x9a\xc2\xf2\x1f\x65\xdd\x8c\xaf\xa0\x1c\x85\x9b\x21\x70\xff\x51\x26\x7a\x72\x51\x02\xd4\x28\x84\x22\x94\xef\x34\x0a\x06\x64\x95\x18\x2c\xc1\x72\x4a\xa6\xcd\xe2\xce\x4f\x83\xe8\xc0\x5e\x54\xfe\xf6\x28\x5c\x15\xe5\x4c\x0d\x7e\x13\x3b\xaa\x64\x5a\x19\x8b\x39\xd1\x81\x45\xa9\xac\xaa\x51\xd0\xdf\x4a\x80\x1a\x85\x77\x7d\x25\x40\x0d\x7e\xb2\x3a\x94\x7b\x3d\xf8\xc9\xea\xa2\x8c\xa8\x51\xe6\x2f\xc3\x15\x25\x40\x8d\x82\x45\xa9\xcc\xea\x51\xc8\x67\x57\x02\xd4\x98\xbf\x61\xfd\x69\x10\xa5\x84\xce\x95\x7b\x3d\xca\xc5\x7a\x48\x74\x50\x65\x19\xc2\xfb\x18\xe5\xe1\x13\x5d\xa6\x42\xb6\x9b\x52\x93\x06\x65\x97\xa1\xc4\xe1\x51\x48\x3d\x57\xae\xd2\x28\xeb\x66\x48\xd8\x16\x54\x9c\x32\x91\x06\x3f\x26\x5d\x94\x78\x34\x76\xf4\x95\x52\x8b\xc7\x5e\x16\x1d\x43\x0d\xac\x87\x2e\xe4\x8e\xd3\xa6\xb4\xe0\xc1\x6f\x47\x17\xa5\x01\x8d\x9d\x98\xb3\xd2\x80\xc6\x5e\x59\x31\x5d\xc8\x7d\xbe\x81\x85\x20\x42\xc6\x4e\xd5\x8a\xd2\x80\xc6\x3e\xb1\x5c\x42\x98\x21\x63\x6f\x6b\x0c\x91\x4e\x2e\x8d\x7e\x63\x6d\x50\x76\x19\x4a\x1c\x1e\x3b\x46\xa8\xf2\x84\x07\x3f\x26\x5d\xf4\x93\x6a\x63\x9f\xb9\x34\xd1\x36\x0d\x3a\xdf\xc0\x42\x10\x21\x63\xef\x8b\x5b\x7d\xc2\x9d\x6b\xba\xb2\x3b\xcf\x55\x42\xd6\x1f\x3b\x8a\x43\x09\x3a\x63\x27\xb4\xab\xac\xdd\x31\x6b\x1e\x3f\x0d\xa2\x94\xb8\x88\x72\x72\xc7\x8e\x7f\xa5\x9c\x9e\xb1\xa3\x38\x94\xa4\x3b\xf6\xb1\xc6\xd0\xb4\xa4\x8b\x2a\xeb\x67\xec\x84\x76\x95\xa4\x3b\x66\x11\xe4\x67\x5b\x72\xd0\x8b\x86\xff\x87\xb1\x37\xc7\x9a\x9e\x87\x95\xc6\xb6\xf2\x2d\x41\x9c\x89\xe4\xdd\x0b\x07\xc9\x99\x03\xef\x3f\xf0\x61\x41\xaa\xea\xff\xfa\xdc\xe3\x27\x6b\x35\x25\x8e\x20\x08\x62\x28\xf0\x13\xd7\x7a\x64\xee\xa8\xe8\xae\x6b\x9d\x1b\x39\x4e\x9f\x53\xee\x97\xe8\xf7\x2b\x7a\x0e\x59\x5c\x6f\xa5\xfa\xe3\xf1\x3f\xd8\x75\x0f\xea\xa2\x6f\x91\x45\xbf\x92\x65\x6e\xa0\xb8\xdf\xb1\xe8\x0f\x27\x5c\xee\xfd\xe8\x6a\x10\xfa\x16\x59\xbc\x9d\xa4\x78\xe6\x79\xce\xe6\x40\xc8\x7f\x8b\xbe\x81\xe8\xe8\x6b\xf1\xf1\xbd\x4f\x69\x25\xfa\x2d\x8e\x9e\xbf\x16\x1f\x1f\xcb\x27\xcc\xdb\x1b\xe2\x48\x77\x24\x4b\x6e\x37\x22\x76\x89\x25\xd7\x8b\xd0\x3f\xc9\xd2\xf5\xf6\xf4\xeb\x58\x72\x33\x11\xd1\x4d\x2c\xb9\x0f\x4b\xa7\x6c\x96\xc2\xdb\x8f\xc2\x3f\x9c\x19\x50\x58\x4b\xe1\x1d\xcb\x37\xc9\xc9\x0d\x3f\x74\x58\xb2\x14\xbd\x63\x59\x7f\x38\x39\x70\x13\x26\xf7\x83\xa1\x4b\x93\x79\xec\x65\xa7\x6f\xb0\xbd\xb1\x97\xcc\x12\x60\x1e\x7b\xd9\x09\x33\x62\xc9\xf1\x4f\x98\x25\xc0\x52\x7e\xeb\xf8\x8b\x0d\xcc\x52\x7e\xc7\xc5\x61\x20\x7d\x4f\xa7\x4b\xaf\x25\xb7\x52\xf7\xce\x09\x2f\x3e\xae\xc2\x71\x95\x77\x18\x9c\xf0\x77\x0f\x17\x8e\xab\xfa\x1e\x2e\x1c\x86\x23\xea\x31\xc9\x80\x79\x56\xe7\x4e\xa7\x5f\x43\xce\xe6\xf3\x07\x3b\xd6\xde\x3a\xd8\x0f\x0f\xea\x62\x1a\x02\x4b\xfd\xfd\x84\xfd\xb0\xb7\xa7\x5c\xf8\x77\x43\x72\x53\x27\x8f\x7d\x60\x5e\x02\x4b\x6e\x7c\xa1\x17\xb0\x25\x77\x6e\xa3\x23\x96\x25\xbf\x91\xd2\x2d\xd8\x92\xe3\x66\x32\xc9\x80\x79\x02\xe6\x4e\xf8\x14\x4b\xd3\xe9\x8d\x3b\xf4\x0d\xdd\x64\x1a\x02\x4b\xeb\xad\x94\xfd\xf0\xdb\x24\xf1\x4f\x2c\xb9\x68\x97\xb9\xff\x92\xef\x3f\xfa\x08\x59\x72\x59\x2f\x73\x43\x7a\xe2\xe3\x40\x1f\x21\x4b\xef\x0e\xe5\x86\x4c\x8e\x61\x44\x97\x20\x4b\x7e\xbd\x64\x52\x3b\x43\x94\xe5\xf9\x84\x83\x73\x87\x6e\x22\xfc\x5b\x76\x24\x3b\x22\xfc\x5b\x7e\x37\x24\x2f\x18\xf9\xdd\x4c\x3c\xf2\xb3\x6f\x26\xba\xf0\x58\x8e\xbe\xfa\xbc\x60\x64\xa7\x7b\x22\xeb\x5b\x7e\xe9\x9e\x17\x8c\x9c\xde\x4f\xf8\x86\xdf\xc0\x88\xbd\x6f\x1e\x76\xd9\xe9\xaf\x6c\x39\xbd\x95\x7e\x53\xe8\x59\x8c\x03\xbd\x7e\x2c\xe7\xb7\xeb\x7a\xc3\x3f\x21\x3f\xf2\xb4\xc6\x81\x5e\x3f\x96\x5d\xa7\x48\xaf\x1f\xcb\x2f\xf1\x77\xbd\x71\xfb\x1b\x1c\xbe\xbb\x7b\xd1\x85\xc7\xb2\xc3\x49\xd2\x97\xc6\xde\x10\x47\xfa\xd2\x58\xf6\x23\x8e\xc9\xdf\x2c\xbb\x39\x93\x4e\xd0\x96\xfd\xcc\x63\x36\x38\xcb\xcd\x99\x3e\x59\x47\x71\xe3\x00\x9d\xa0\xad\xbc\xa7\x22\xf7\x7e\x79\x4f\x45\x6e\x75\xcf\xf8\x19\x88\x68\x6f\xc5\xc5\x4a\x3a\x41\x5b\xf1\x4d\x48\x27\x1f\x2b\xfd\x1d\xbe\xf1\x8f\xb7\x63\xfa\xc3\x3b\xf6\xa9\xff\xac\xbc\xa7\x22\x99\x41\x71\x83\x27\xfd\x82\xac\x8c\xf7\x0d\xd6\xe1\x3a\x1e\x7a\x0f\x5b\x71\xb1\x92\xce\xc2\x56\x1c\x59\x8c\x3e\x3d\x56\xa6\x13\x1d\xb9\x83\xa7\x00\x0d\xc4\xab\x37\xcf\xf8\xd9\xe9\xf9\x6b\x65\xf9\xf0\xb9\xd5\x8b\xdf\xc0\xe8\x0a\x6c\xc5\x11\x41\x88\x02\x6f\x9e\xe0\x33\x10\x05\xde\x8a\xfb\x7c\xd1\x1f\xc7\x8a\x1b\xd6\xe8\x2d\x6b\x9e\xf1\x33\xd0\x41\xc7\x8a\x83\x07\x10\x05\xde\x8a\x1f\xa4\x44\x81\xb7\x1a\xbc\x8e\x4f\xa7\x68\x35\xfa\xf0\x3f\x15\xa2\x55\x47\xd0\x21\x4e\xbc\x55\xd7\xe3\xd3\x39\xd6\xaa\x2b\x2a\xe9\x06\x64\xd5\xb5\x1e\xf4\x96\xb5\x37\x60\x88\x7e\x41\x56\xfd\x7e\x45\xf7\x59\xf3\x3c\x9a\x9d\xde\xb2\xe6\x79\x34\x3b\xfd\x58\xad\xfa\x8e\xa2\xdb\xaa\x79\x7c\x50\xa7\x87\xa9\x55\xb7\xf7\xd2\x51\xc8\x3c\x29\x66\xb0\x3f\xa5\x53\xb1\xea\x1a\x48\xc2\xc2\x5b\xad\x3e\x50\x6e\xb7\xea\xba\x09\xc2\xc2\x9b\x27\xb4\xec\x74\xea\xb4\xea\x77\x34\xfa\x19\x59\x05\x6e\x40\xa7\x97\xa7\x55\xbf\xb4\xd1\xf1\xc8\xaa\x5f\xc9\xe8\x78\x64\xf5\xdd\xa1\x5d\x95\x3a\x89\x52\x28\xaf\xfd\xad\x83\x95\xda\xdb\x75\xce\x9e\x9f\x46\xc4\x89\xb7\xea\x67\x4d\xe1\xb9\x59\xdf\xb3\x86\xbb\xab\xba\xc6\x9e\xb0\xf0\x56\x5d\xf3\x40\x18\x17\xab\x0e\x9a\x61\xbc\xe8\xd4\x77\xab\x70\x23\xd4\x77\xab\xf0\xd6\x52\xa7\x6f\x04\x9e\x9b\x75\xfa\x3a\xf3\xdc\xac\x7e\x47\xa3\x37\x93\x55\xbf\x5f\xd1\x83\xd0\x3c\x22\xa9\xd3\x63\xce\xea\xbb\x11\x78\x90\x7a\x9a\xc8\x5e\x34\x85\xae\x53\x2c\x9a\x0f\xe8\x14\x23\x3d\xa2\xac\xba\x4e\x9f\x5e\x66\xe6\xc1\x43\x9d\x4e\x65\x86\xd0\xa0\x23\xf9\x47\xfe\xe1\x53\xc8\x4b\x5b\x83\x51\x2c\xd2\xbd\xc9\x9a\x5b\x76\xe9\x55\x65\xcd\x55\x11\x44\x26\xb1\xf6\x6e\x37\x4a\x1a\x9e\xc0\xb1\x17\x0e\xbf\x41\xf8\x8b\x84\x52\xb7\x86\x1b\x58\x24\x72\xba\x35\xd7\x5e\x14\x0e\xbf\x45\x1f\x1c\xb7\x6c\x73\xc3\x1a\xdd\xac\xac\xf9\x76\xa3\x9b\x95\x35\x40\xe3\x44\x82\xad\x5b\x73\xbf\xa0\xca\x09\x6a\x88\xc2\xed\x95\xb2\x48\xcb\x6f\x1d\x6c\xc5\x37\x24\x1d\xb1\xac\xe5\xb7\xa7\x1c\xad\x0b\x90\xf4\xbb\xb2\x06\x19\x31\x5e\xdc\xf6\x1e\xf7\x14\xe9\xee\x65\x0d\x59\xae\x3b\x3d\xb3\xcc\x73\x3e\x46\xa6\x76\x33\x04\x42\x9d\x3f\x38\x38\x40\xdb\x75\x3a\x5f\x59\x73\xbf\x20\xfa\x5a\x59\x03\xaa\x67\x24\x82\xbb\x35\xbf\x09\xd2\xb5\xca\x3c\x32\x2a\x12\xb0\xdd\x10\x19\x75\xfe\x60\x3f\xaa\xcf\x18\xe5\x88\xe6\x9a\xcb\xaa\x75\xa9\x3e\x63\x5a\x86\xe6\x4b\x49\x39\xc2\x63\xa7\x7a\xd5\xac\x37\x1f\x0b\xe5\x88\xe6\x27\x6b\xd5\x14\xba\x2a\xb3\x6a\xc6\x9a\xcf\x18\x25\x0d\x4f\x13\xd9\xab\xa6\xb0\xbf\xfd\x60\xb3\x7e\x4c\x56\xcd\x98\xf9\x58\xc8\xb6\x90\x15\x32\x74\xfa\x5a\x99\x87\x4a\x45\x3a\xa3\x99\x87\x4a\x45\xba\x9a\x59\xf3\x83\x94\x30\x34\xd6\x86\xf7\x83\xf7\xcd\x36\xde\x9e\xb2\x1f\x7e\xd4\xd2\x1b\xcb\x3c\x98\x2a\xd2\x19\xcd\x1a\xd4\x31\x91\x29\xd5\xac\x2d\xef\x07\xa5\x95\xe6\x76\xf8\xaa\xa5\x5c\x6f\xb3\x7c\x63\xfb\x52\x52\x8e\x68\xee\xc3\x52\xb5\x94\xdb\xa9\x90\x72\x44\xf3\x83\xb4\x6a\x6d\x9f\xf7\x13\xd6\xf1\xf8\x42\x15\xfd\xf1\xf6\x83\x75\xbc\x1c\xa6\xe8\x0f\xef\x98\x16\x0a\x51\x15\xf1\xaa\xfa\xc3\xd7\x85\x22\x61\x77\x23\x05\x9d\x8d\xac\xbb\x1d\xbe\xa6\x3f\x1d\x60\x48\x13\x19\x3a\x3d\x91\xac\x07\x5f\x34\xea\xf2\x7a\x78\xbb\xf0\x4d\x96\xc7\x4e\x45\xfa\x6e\x59\x7f\xb9\x0d\x45\x88\x8e\xf8\x89\x48\xaf\x2a\xeb\xae\x2b\xa5\x9f\x91\xf5\xe8\x95\x52\xa6\xe8\xce\x7e\xe8\x78\x64\x1e\x7f\x15\xe9\x66\x65\x1d\x6e\x89\x91\xc8\xe9\xe6\xe1\x56\x9d\xae\x49\xd6\x93\x13\x0f\x99\x7e\x47\x92\xfd\x48\xa0\x74\xeb\xf9\xad\x94\x5d\x77\x3f\x34\xba\x26\x59\xcf\x6f\xd7\x39\x16\xbf\x6f\xd2\x25\xc8\xfa\xcb\x4b\x78\x5c\x77\xf7\x42\x24\xde\x8e\x21\x20\xeb\xbc\xc1\x9e\xba\x0f\x19\x01\x78\xac\x17\xef\x29\x0f\x9f\xfe\x32\x17\x52\x42\x47\xda\xbb\x4e\xa7\x21\xeb\x2f\x73\xe1\x09\xdf\xab\x6f\x7b\x0a\x90\x1e\xb2\xd5\x2b\xe5\x45\xcf\x70\xd9\xe9\x45\x64\xfd\xdd\x7f\x5a\xdb\xe1\x4c\x8e\xe7\x77\x1f\xef\x27\x6c\xc5\x8f\xeb\xaa\xc5\x9e\x3e\x85\x3c\xd0\xfb\xf4\x8e\xf1\xcc\xeb\xd3\xa9\x9a\x67\x5e\x9f\x3e\x5a\x1e\x71\x7d\xfa\xba\xf0\x88\xeb\xeb\xad\x94\xad\xb8\x37\x72\xe5\x81\xde\xd7\xdb\x8a\xfe\x78\x87\xcf\x39\x5d\x3e\xeb\xa6\x3f\x7c\x29\x79\xa2\x79\xa8\x54\xaf\x22\x3a\xb8\xbd\x44\x26\x6e\xb3\xee\xce\x5c\x95\x32\x27\x12\x38\x9e\x37\xbe\x9e\x9a\x1b\xe9\x09\xe2\x63\xf6\x6e\x20\x2e\xa5\xc7\x2c\x75\xfa\xd2\x98\x21\x03\x52\x24\x0c\xba\x59\x78\xeb\xd0\x1f\xbe\x2e\x14\x3d\x3c\x88\x29\xd2\xc9\xce\xcc\x8f\x7c\x02\x01\x99\xc5\xb7\x15\xbe\xe1\xca\x1b\x7a\xdb\x98\xf9\x09\x4f\x27\x3b\x33\xe8\x6a\x22\x7d\xea\xcc\x7c\x13\xd2\xa7\xce\x0c\x68\x78\x31\xf0\x58\x30\x84\x38\xc6\xc0\x63\xc1\x7c\x03\xd1\x1f\xce\xcc\x95\xae\xf4\xe9\x31\x83\x49\x23\xd2\x1f\xce\xcc\xb5\xb0\xf4\xe9\x31\xa4\x89\x3c\x6f\xb0\x1f\xef\x16\xe3\xca\x99\x6f\xb1\x40\x86\x6d\xae\xa7\xa5\x2f\x8d\x79\x98\x53\x24\xc8\xb9\x79\x98\x53\x64\x36\x38\xf3\x50\x9e\x4e\x6f\x1b\x33\x37\xac\xd1\xb9\xc6\xcc\xde\x3a\x58\x29\x30\xe1\x3a\xb1\x7e\xcc\xe0\x20\x10\xe9\xca\x67\x88\xfe\x39\x7f\xb0\x0e\x3f\xf3\xe8\xb9\x67\x06\xa0\xd8\x4e\x34\x20\x33\xf8\xf7\x47\x7a\xee\x99\xf9\x26\xa4\x4f\x8f\x21\xc5\xe3\x79\x83\x7f\x4c\x9f\x20\x1e\xb5\x9e\xa3\xb1\xd3\xdb\xc6\xcc\xf7\x1c\x3d\xf7\xcc\x53\x32\xf6\x46\x09\xd0\xdc\x7c\xd7\xb4\xfa\x48\x81\x10\x89\x85\x6e\xb6\x7c\x70\xe4\xfc\x9e\xa3\xb1\xd3\xfd\xc6\x90\xa3\xf1\xbc\xc1\x4a\xf7\xdb\x0a\xeb\x70\xef\xb4\x26\xfa\xd8\xbe\x0c\x3c\x8c\x3d\x8b\x63\xa7\x83\x8e\xd9\xed\x14\xc4\xd3\xd9\xee\xb7\x15\x36\x7b\xfb\x7c\xe4\xbf\x78\x21\x9a\xb9\xc1\x90\xfe\x3d\x66\xf7\xdb\x05\xf6\xc9\xc3\x03\x9a\x68\xf6\x79\x5b\x64\x9f\x00\xbc\x11\xe9\x86\x67\xe6\xa7\x2c\x1d\x7e\x6c\x5c\x6f\x1d\x89\x7f\xf8\x2a\x92\x44\x91\x04\xf2\xd4\xd1\xf8\xc7\x5b\xe9\xd7\x8f\x11\x9c\x78\xc8\xe3\x87\x1f\xb5\xf4\x98\x33\xcf\xf9\x18\x09\x72\x6e\xc3\xef\x02\x84\xe8\x31\x44\x35\x9d\x37\xd8\x31\xd7\x4c\xd1\x03\xc8\x10\x80\x74\xde\x60\x4f\xfd\x64\xa5\x4b\x90\x8d\xe4\xbb\x8b\xa7\xc0\x48\x6f\xb3\x85\x7f\xf8\x14\x92\xe9\x8f\xec\x75\x90\xcc\x07\xc0\x73\x3a\x1d\x7e\x6c\x64\x27\x2f\xca\x00\xc3\x19\x03\x1d\x7e\x6c\x64\x5f\x56\x0a\x05\x9e\xe2\x31\x12\x8f\xdc\x86\x2b\x7f\xe9\x12\x64\x9e\xf3\x31\x32\xb5\x9b\x8d\xf2\x56\xca\x8e\x39\x63\x68\xa4\xea\x51\x7c\x2c\x4d\x75\xf8\x52\x92\xcc\x87\x1b\x70\x88\x0c\x64\xa3\x7a\xd7\x29\x14\x0c\x3f\x7b\xe9\x17\x64\xe3\xdd\xb2\xa4\xd9\xf1\x6e\x59\x9e\x13\xe3\xdd\xb2\x54\x23\x8c\xf9\x7e\xc2\x4a\xa7\xb3\x52\x0a\x16\xc3\x4f\x45\xfa\xd4\xd9\xf0\x23\x8e\x88\xe5\x36\xde\x1d\xca\xa3\x65\x6c\xa7\x20\x1e\x2d\x63\xbf\xad\xb0\xd2\xfd\x7e\xc2\x7e\xdc\xef\x27\x7c\xe3\x76\x8e\xc5\x73\xc2\x33\x18\x76\xfa\x16\x99\x67\x30\x8c\x74\x7f\xb3\x71\x3b\xd1\x91\x83\x23\x83\xe1\xf9\x83\x3d\x05\xe8\x55\xa7\xb3\x91\x79\x8c\x4e\xa4\xfb\x9b\x8d\xc7\x97\x92\x47\xbe\xe7\x38\x8c\xf4\x76\x33\xcf\x60\x18\x89\xca\x6d\xf3\x8a\xfe\x47\xe0\x1f\xef\x1b\xdf\x27\x08\xb8\x39\x7f\x34\xfe\xf1\x7e\xd2\xf9\x47\xf5\x3f\x8c\x7f\x0c\xef\x69\xe4\x1f\x98\x31\x3a\xc8\xd9\xf4\xab\x32\xbd\xa0\x6c\xc6\xf7\x93\x6f\x2c\x33\x39\x33\xa0\xb5\x60\xba\xac\x4a\x7c\x68\x9b\xd0\xf5\x46\x82\x3d\xdb\x74\xf7\x1b\x3a\x4e\x99\xe7\x02\x8c\x74\x90\xb3\xe9\x82\x27\xb1\x9d\x6d\x66\x27\x5c\x6e\xf5\x09\x53\x48\xa4\xfb\x9b\x79\x72\xc0\x2e\x87\xa5\x59\xde\x4a\xd9\x8a\x0b\x9e\xf2\x4f\x9a\x2e\x45\x12\xec\xd9\x66\x7d\x5b\x61\xa5\xd0\x35\x45\xa2\x3f\x1b\x02\x53\xce\x1f\x1c\x1c\xcc\xff\x91\x3e\x70\x86\x28\x93\x53\x07\x9b\x35\xff\x84\xc7\xe4\x74\xeb\xa5\x3c\x98\x90\xd8\xef\xbc\xc1\x8e\xd9\xdb\x0f\x36\xeb\x5b\x8c\x4e\x71\x36\xfd\xae\x28\x77\xa4\xe9\xc2\x2b\xbd\xe4\x6c\x0e\xef\x07\x39\xcc\xf4\x3d\x47\x2f\x39\x9b\x7e\x57\xa4\x97\x9c\x4d\xdf\x73\x74\x8a\x33\x4f\xca\xd7\xe5\xd2\x34\x97\xf7\x83\xcc\xc0\x93\xf2\x45\xe6\x25\xb3\xe9\x21\x6c\x72\x7a\xf2\xa4\x7c\x31\xe6\xfc\x97\x03\x6c\xfa\x81\x48\x8f\x39\xf3\x7c\x7c\x5d\x2e\x52\xd3\x9d\x64\xe4\x11\xe5\xc9\xf5\x22\x7d\xea\x6c\x5d\xbe\xf0\xbc\x5f\xad\xeb\xed\x75\xe7\x1f\xcb\xff\x30\xfe\xe1\xcc\x96\x8c\x72\xb9\xdc\x2a\x27\x2a\xcf\xa5\xd7\xe5\x22\xb5\x82\x2f\x3c\x39\xc5\x72\x37\x1a\xb9\x48\xad\xe8\x73\x43\x3e\xb0\xe2\xfb\x06\x9b\x4d\xbe\x02\xdc\x3b\xcb\xd5\x4c\x8d\x6c\x70\xf9\xf1\x44\x9c\x67\x5b\x7e\xcf\x23\x0a\x96\x2d\x3f\x9e\xe4\x64\xb7\xdc\x75\x4d\x6e\x56\xcb\x65\xce\x46\x56\xba\xb2\xef\x72\x1e\xb5\xeb\x3d\x38\xc8\x5b\x97\x6b\x73\x22\x37\xd3\xaa\x3e\xda\xaa\x37\x7c\xd6\xb9\x55\x3c\x68\x27\x12\x53\xd9\x56\xf3\x85\x27\x99\xaf\x97\xb7\x92\x61\x2f\xe7\xad\xcc\xa0\x66\x9e\xeb\xad\xcb\x33\x6b\xdd\x6f\xd7\x59\x87\x6b\x0d\x08\x8b\x65\x9e\x96\x2d\x32\xe9\x9a\x6d\x77\x0b\x26\x0a\x96\xed\x77\xb1\x49\x41\xfb\xe5\x8b\xa4\x20\xcf\xc2\x16\xe5\x63\x88\x78\x92\x53\x47\xe4\x1f\x3e\x63\x5c\xdb\xed\x4a\x46\xb9\x14\xee\xe8\x75\x70\xe5\x76\x7c\x7b\xca\x66\xfd\x4e\xd2\x78\x0a\xec\xe4\xc3\xe7\xba\xec\x77\x6d\x79\x2c\x6c\x97\x23\x88\x87\x6c\xdb\x95\x7b\xcd\xf4\x87\x13\x2e\x6f\x82\xdb\x45\x7f\xa2\x1d\xdb\x7e\x99\x9c\x66\xac\x3a\x1f\xd0\x04\xb9\x9f\x14\x01\xbc\x6c\xbb\xc3\x20\x01\xbc\x0c\xb1\x2c\xe7\x13\x76\xfd\x5d\x5b\xf5\xb4\x79\xb3\xea\x58\xf7\xae\xab\x63\x86\x7e\xc8\xb5\x71\x23\x3c\x38\xca\x71\x71\xfb\x7d\x22\xf1\xc6\xb1\xa1\x61\x8f\x89\xd7\x07\xa4\x43\x3b\x1d\xd3\x1b\xcb\xdf\x60\xc7\xfc\xca\x2e\x4f\xb5\x0d\xa8\x92\xde\xf5\x06\xd2\x4a\x44\x79\x43\x6e\x18\x80\x63\xe2\x31\xb9\xfd\x42\x2e\xe7\xc7\xbd\xde\x3a\xf8\x09\xd0\x85\x22\xd1\x8e\x6d\xc3\xd4\x14\x89\x76\x6c\x48\x98\x76\xfe\x60\xb3\x00\xae\xee\x44\x27\xb3\xed\x3a\x34\x62\x19\x9b\x67\x3f\x8b\xc4\x32\xb6\xfd\xbc\xcb\xc0\x29\x7c\xbc\x15\x9e\x8a\xdb\xa5\x04\xf9\x4b\xee\xc7\xbb\x4e\x41\xfc\xbe\xbc\xa7\x3c\x26\xef\xeb\x7d\xe3\x6b\xe5\x76\xe2\x97\x03\xe5\xed\x42\x01\xe1\xca\xec\x0d\x4c\x21\x3a\x99\xdd\xee\x20\x40\x30\x32\xbb\x9d\x3e\x08\x4c\x6c\x9e\x98\xab\x13\x7b\xcc\x6e\xb7\xc0\x10\x6a\xcc\x6e\x37\x89\xca\x17\xef\xf6\x93\x55\x4e\x98\xc8\xd4\x75\xfe\x60\x1d\x4e\x52\x72\xc2\x44\xaa\xad\xf3\xc7\xb7\x72\xb7\x39\x05\xf1\x88\xbb\xcd\x67\x3d\xe8\x0f\x70\x29\x79\x54\xde\x7e\xcd\x95\xfb\x9e\x47\x66\x44\x79\x54\xde\x7e\x18\xf7\xf8\x97\x84\x96\x76\xbf\x34\xcb\x13\xf2\xf6\x3b\xb0\xfc\xf2\xee\xe1\xbd\xe6\x11\x77\xbb\x45\x47\x5e\x77\xf7\xf4\x65\xe5\x89\x76\x7b\x74\x95\xdc\xf0\xee\x97\x44\x79\xc4\xdd\xee\xb4\x20\x37\xbc\x7b\xf9\xb2\xf2\xcc\xbb\x97\x6f\x15\x9e\x79\xb7\xbb\x35\x74\x2d\x9a\xfb\xc4\x13\x76\xcc\xee\x97\x88\x29\x1e\xde\x2e\x61\x13\x87\xcc\xee\xed\x7b\x98\xe2\xe1\xbd\xbd\xeb\x14\x0f\x6f\xf7\x95\x90\x5f\xde\x7d\xfb\x3a\x17\xfd\xe1\x3d\xe5\x11\x77\xdf\x6f\x2b\xfc\xc3\xc5\x65\x42\xf5\xda\xfd\xbc\x3d\xe5\x68\x5f\xba\xe7\x59\xf3\x5c\xde\x0a\x8f\x96\xc7\xe5\x67\xf9\x4b\x3e\x97\x2f\x14\xe5\xa3\xc7\x23\xd8\xe5\xdb\xf7\xb8\x40\x4d\xac\x5a\x7b\x5c\x55\x25\xdf\xbe\x27\xbc\x75\x64\xfe\xe1\x1b\x81\x27\xc9\x13\x7c\x97\x53\x8e\x78\x5c\x55\x25\x77\xc0\x27\x7a\xc7\x28\x58\x20\x48\xe5\x08\x72\xec\x47\xf2\x56\x78\xe4\xbf\x31\x29\xf2\x20\x7c\x5c\x06\x20\x02\xac\x3d\xf9\x1d\x0b\x9b\x75\x57\x5a\x39\x0c\x3e\xc5\x7b\xda\xf5\x87\x93\x39\x09\xe6\x71\x19\x20\x75\xfd\xe1\x04\x43\x0a\xf2\x4c\x6e\x31\x75\xfd\xe1\xdb\x8d\x32\xd1\xe3\x67\x4d\x32\xfd\xe1\xcc\x85\x32\xd1\x53\x9d\xfb\x9a\xfe\xf0\xd3\x88\x44\x87\x5c\x6f\xe7\x0d\xfd\xe1\xcd\xf2\x64\xf5\x5c\x6f\x9d\xc8\x62\xf6\xb8\x01\x87\x40\x62\x86\x2c\x6c\xe7\x13\xfe\xe1\xa1\xdf\x9d\x54\x88\xb4\x6c\xe7\x0d\xce\x87\xfb\xa2\x77\x92\xe5\x63\x6f\xc7\xf4\x86\xd3\x3a\x35\x75\xcf\xf0\x19\xa3\x62\xce\x43\x68\xa2\xbc\x43\x9f\x51\xfc\x8f\x77\xb4\x63\xbd\x54\xc8\xc7\xf5\xef\xbf\xc4\xf8\xf3\xb1\x42\xff\xf7\x5f\x66\x98\xf3\x58\x48\x33\xf9\xf3\x18\x50\x5c\xf8\x1c\xf1\xb9\xca\xef\x53\x5e\x58\x7d\xf2\x72\x3d\x37\x94\x57\x3e\x1f\x1e\x51\xf8\x79\x7a\xf0\x3a\x8b\x11\xfa\xa4\xda\x72\x40\x71\xe3\xf3\x38\xb5\xfd\xbc\x7e\x96\xf6\x5b\x83\x81\x80\xf4\x44\x23\xc7\x58\x00\x78\x2a\xec\x3b\x42\xa0\xd4\x15\xdc\xde\x0a\xeb\x86\x8a\xf3\xd3\x1e\x0d\xe4\x8b\x4e\x34\x87\x0c\x4f\x17\xfd\xf1\x87\x81\xcc\xcf\x99\x11\x8c\x03\x11\xe6\x89\xc6\x92\xb1\x70\xad\xd3\x34\x9d\xf3\x2c\xd1\x52\x32\xd6\x21\xb0\xcc\x78\xc7\xb1\xce\x69\x96\x68\x38\x19\x0b\x78\xc2\x95\x8f\xbd\xa1\x98\xad\xf5\xb3\x68\x54\x7a\x8e\x85\x0b\x60\x63\xdf\xcd\x3b\xc3\xda\x41\x79\x8d\x7d\x3f\xe7\x4f\x66\x1c\xe0\x40\xe6\xe7\x74\xe9\xf3\x51\x51\xfe\x17\x83\xd6\x40\x52\xe8\x74\xa9\xf2\x73\x6d\xcc\x54\x0f\x8e\x05\xf9\xa9\xb3\xee\x89\x15\xed\x2c\x9e\x98\xe6\xce\x25\x9b\x03\x9f\xb3\xeb\xe7\x5c\x4a\x34\xfe\x8c\x85\x63\x49\xf3\xb6\x2e\xbc\xce\xea\x71\xe1\x34\x3d\x82\x1a\x3b\xe7\xe9\x9c\x61\x99\xaa\xb9\xb1\xa0\xa4\x35\x3d\x62\x22\x3a\x57\x69\xf5\xf3\xcc\xbe\xae\x89\x62\xce\xdb\x02\xb9\xb1\xeb\xdb\x87\xc2\x45\xda\xa8\x8d\x3d\xdf\x98\xd5\xac\xd7\xb1\xe4\x9d\x43\xb9\x9d\xe0\xf8\xe8\xc5\x1c\xca\x3d\xfe\xfd\xc7\x8c\x1a\x63\xdd\xde\x17\x76\xfd\x3e\x7d\x09\xac\xfc\xde\xa7\x31\xed\xb3\x1b\xd3\x68\xfc\xfc\x9c\x77\xb9\x69\xa3\x1d\xb9\x2f\x89\x22\xce\xe9\x97\x9b\x36\xd6\x83\x45\x36\x56\xff\x80\xfe\xb4\xb3\x9e\xd3\xd9\x4f\x2b\x3d\x90\xea\x9a\x51\x39\x03\x17\xa8\x44\x73\xd4\xd8\x87\x23\x51\xc4\x1c\xfb\x2a\xa7\xb2\xef\xaa\x38\xf6\x55\x4f\x71\xe2\x23\xa8\x95\x7b\x7e\x1f\x86\x45\x39\x70\xec\x80\x79\xfa\xae\x09\x03\xe9\xad\x99\x9d\x62\xe0\x5a\x95\x68\xe8\x1a\xfb\xb0\x37\xa6\xa6\x18\x1b\xec\x8d\x77\xf0\xb1\xc1\xde\x12\xdb\x8e\x20\x00\x92\xdb\x8e\xa7\xb1\xc4\x81\x44\x10\x6b\x57\x6d\x58\x14\x92\x1f\xf2\x66\x53\x54\x1c\xb8\x7c\x25\xda\xc7\xc6\x3e\xbc\x90\x72\xe2\xd8\x09\x6b\x66\x6c\xfc\x1c\xb9\x89\x29\x82\xc7\xce\x20\x20\x7d\x7e\x6e\xe1\x0c\xba\x19\x3b\x77\xbc\xce\x91\x9f\x3b\x39\x43\x70\x06\xf2\x6f\x53\x22\x1c\xb8\xe6\xa5\x40\xea\xdc\x87\x37\x52\x1c\x1c\xfb\x9c\xdd\x29\x90\xc1\xec\xc3\x2b\x29\x0b\x8e\x5d\x0f\xf9\x30\xa8\x65\x20\x31\x37\xd3\x3c\x0c\x60\x23\xe4\x2e\x7a\x38\xbc\x93\x49\x87\x07\x60\x0f\x28\xbf\x0d\x5c\xfd\x32\xc1\x6a\xc7\x6e\x3e\x10\x95\x1f\x02\xe8\x5a\xb3\x23\xd7\x33\x21\xc2\xd8\x47\xaa\xcf\x5d\x6b\xd6\x2b\x3e\xe7\x48\x3b\xaa\x4f\x1c\x5a\x3f\xb3\x5e\xd9\xb7\x23\xe1\x27\x1a\x0b\x07\xf0\x0f\x28\xc3\x0d\x5c\x21\x33\x45\x96\xb1\x6d\xe2\x75\x96\x1f\x61\x9c\xd9\x08\xc6\x06\x2b\x25\x36\xc7\x00\x12\x42\x22\x34\xc7\xd8\xf3\xac\x61\x17\x31\x4f\x6c\x9c\xc0\xe7\x85\xea\x38\xaf\x0b\xcb\xa0\x79\x06\x43\x22\xa3\xde\xcb\x4e\x6d\x3f\xaf\x83\x47\x68\xde\x37\x96\x89\xec\x0f\x77\x48\x0a\x79\x63\x83\x61\x11\x9e\x63\x6c\x30\x2c\x51\xf3\x3e\x13\xf5\xf3\xf1\x3e\x6f\x93\xb1\xef\x23\x65\x53\x1e\x1c\x1b\xec\xab\xff\x25\x1d\xc9\x00\x40\x42\x0a\x62\x10\x87\x3b\x65\x13\xe9\xde\x58\x13\x71\x88\xe7\x42\xb9\x9e\x41\xbc\x62\x11\xcf\xe9\x29\x99\x1b\xee\xac\xd9\x34\xe9\x0f\x36\x52\x64\x57\x8f\x28\x4f\x71\x70\x00\x48\x21\xd3\xb3\x7a\x20\x37\x37\x45\xae\x71\x1f\x81\x29\xd3\xad\x7a\xdc\xd7\x99\x07\xee\xc2\xfb\xf2\xca\x1b\x9f\x9f\x7f\xff\x51\x1c\x1b\x77\x40\xd7\xb9\xc0\x77\x38\x0c\x87\x23\xbd\x43\xc4\xd7\x6c\x2c\x80\x7e\xb8\x17\x6e\x48\x67\xdc\x0a\x37\x98\x1b\xed\xa3\x03\x39\xc1\x13\xcd\xa3\xe3\x8e\x87\xbc\x4c\xd5\x45\xd0\x0f\x19\xd6\x7d\xf8\x59\x36\x55\x7f\xf8\x19\x03\x78\x06\xb0\x1d\x18\x8b\x33\x90\xe9\x3b\xd1\x2c\x3a\x80\xe3\x40\xc4\xfd\x81\xbc\xdf\x99\xb0\x82\xe3\x4e\xde\x39\x0e\x35\x47\x94\xb3\xf1\xec\x9d\xe1\x4c\x65\x74\x86\x2c\xe9\xce\xde\x1c\x9b\x87\xb0\x17\xf4\x88\x9d\x47\x6e\x0a\xbc\x87\x4c\x0f\xe8\x81\x14\xe2\x8c\xa4\x19\x77\xc1\x89\xa6\xde\x1d\x06\x47\x34\xfc\x01\x70\x88\x4c\x37\xe5\x71\x97\x33\x73\x24\x11\x64\x1b\xcf\x04\x11\x1c\x37\x38\x1a\x31\x04\xc7\x7d\x38\x5a\xd6\x3a\x54\x6c\x3c\xf2\xe2\xbb\x62\x6a\x28\x2d\xde\xe7\xc6\xc1\x98\x95\x71\x37\xef\x1b\x5b\x6b\x60\x59\x9a\x09\x70\x44\xba\x19\x8f\xbb\x81\x42\x29\x06\x03\x62\x22\x05\x0d\x1d\x2c\xce\x28\x7c\xde\x1d\xfb\x2b\xeb\x7d\x4c\x1d\x99\x18\x74\x16\x29\x68\xf0\x86\x95\xa0\x60\x03\x2c\x89\xc4\x3c\xd6\xe3\x3e\xb7\x8e\xac\xe6\x0e\xcf\xcb\xaa\x7d\x82\x66\xc9\xde\xa1\x39\x28\x74\x17\x1c\x80\x88\xc8\x2a\x3e\x22\x5a\xb9\xb4\xae\x87\xe5\x31\xbc\x64\xdc\xeb\x3e\xc5\x91\x8d\x6d\xec\x10\x9e\x16\xf7\xe1\x61\x0c\xfa\x18\xd0\x28\x94\x4b\xdb\xef\xf0\xb0\xac\x89\xdf\x58\x18\xad\xe3\x9e\xe7\x75\x2d\xdc\xe1\x71\x0c\xee\x18\xd0\x0b\x30\x92\x63\xdc\xb7\xcf\x03\x1b\x3b\x32\x58\xb9\x44\x53\x47\x08\xcb\x95\x5d\x73\x19\x4c\x8d\x43\x08\xa3\x10\x7f\x3b\xd7\xa2\x9c\x03\x15\x43\xd6\x22\x3f\x98\x46\x5e\xcc\x00\x71\x91\xb5\xe6\x0f\xd6\x50\x5d\x7d\xd0\xf3\xaf\x6b\xcf\x11\x9a\x0a\xa1\xc9\xc6\x73\x41\x98\xf8\xde\x86\xa2\x81\x31\x1a\x03\x4a\x84\x44\x03\xf4\x78\xa2\xb7\xfd\xf5\x05\xa0\x15\x8c\xbe\x18\x4f\xf2\x9e\xb3\xf2\x54\x4e\x63\x64\xb8\xc8\x1d\x9f\x82\x3a\x73\x2e\x7d\x45\xe2\x22\x32\xc7\x27\xda\xaa\x07\xb4\x0b\x89\x96\xe9\x01\xe5\x42\x39\x02\xe2\x1f\x0e\x8f\xe7\x5c\x19\x19\x6f\x31\x00\x96\x51\x24\xff\x3d\x19\x04\x41\x81\xef\xc9\x05\x27\x2e\x1f\x31\x4f\x94\xe8\x1e\x67\x4a\xbc\x32\x22\x41\x3d\xc3\x19\xc6\x93\x71\x12\x69\x1e\x8b\x9f\x44\x7c\x3c\x04\x21\x69\xe0\x29\x3e\x30\x76\xa6\x62\x63\xf1\x11\xa2\x0a\x4f\x96\xc7\xb7\x31\xef\x42\x4f\x07\x93\x61\x65\xb8\xf4\x11\xe1\x65\x20\x35\x3c\x63\x20\xc6\x63\xf1\xb4\xcd\x5d\x09\x6d\x02\x91\xce\x07\x74\x09\x0c\x6e\x18\x50\x1c\x24\x9a\xb6\x07\x72\xb3\xa7\xa0\x81\x4e\xbc\xce\x69\x99\x18\xb7\x06\xba\x30\xcb\xec\xf9\x42\xcf\xb5\xc0\x0b\xf3\x40\x59\xe1\x39\x37\x25\xc6\x2b\x0c\x64\x64\x2f\x3f\x8d\x63\xd3\xf2\x4c\x04\x30\x46\xa2\xb9\x7b\x3c\xfb\x0c\x94\xfc\x03\xb9\xd8\x13\x8d\xdf\xe3\xd9\x5e\xdb\xf7\x78\x9f\x15\x8d\x9a\x97\x1b\xd3\x26\x02\x38\xdb\x8c\xa8\xd8\x03\x60\x17\x29\x88\x00\xce\x36\x23\x24\xf6\xbc\xae\x33\xab\x4c\x45\x3c\x91\x4d\x3d\x11\x01\x66\x22\x99\x3a\xd1\xaf\xe7\x75\x79\xd7\x8d\xcf\xa7\x6f\x51\x6f\x1f\x59\x81\x7d\x9b\xc8\xab\x4e\x20\xec\x79\x85\x84\xe2\xc0\xe7\x53\x79\xd2\xdb\x37\x7a\x5e\xf9\xfc\xe0\xf5\xf8\x3d\x47\xd4\x96\xd8\x99\x73\x99\x49\x4c\x80\x3d\x91\x3d\x9d\x08\xd9\x13\xb9\xd3\x13\x93\x5d\x4f\x64\x4a\x67\xe0\xc4\x04\x62\x05\xa3\x24\x26\x12\x9a\x13\xd6\x7a\x02\x9c\xa2\xd0\x8e\x36\x91\xde\x9c\x20\xd7\xf3\xc2\xe1\x4c\xc7\x80\x79\x9d\x6d\x44\x84\xeb\x79\x65\x9f\x07\x7d\x7d\x46\x96\x39\xee\x82\x25\x6c\xec\xe9\xb9\x7d\x30\x23\xee\x04\xca\x45\xa1\x31\x6d\x02\xe4\x82\xf9\x71\x27\x92\xa2\x17\x9a\xd6\x26\x20\x2f\x12\x5d\x10\xe6\x55\xb0\x26\x4d\xef\xef\xf3\x39\xbb\x5a\x30\xcb\x4d\xcf\x98\xe5\xc0\xbe\xd7\x33\x4d\x99\x5d\xaf\x98\xe4\xc0\xbe\x1f\xc9\x80\x78\xd5\xf3\xaa\x68\x3c\xb0\xaf\x38\xea\x99\x1e\x7b\x5e\x0d\xf4\x63\xfc\x1c\x8a\x21\x62\xff\xcc\xeb\xb0\x08\x42\x57\xcf\xab\xfb\xe7\xec\xdc\x61\x11\xa5\x70\xa2\xba\xb7\xc6\xce\xf5\x1b\x04\xc4\x67\xf3\xda\xd9\x3b\xdc\x5e\xe8\x26\x31\x2f\x30\x89\xca\xd6\x46\x3a\x9f\xab\x33\xc3\x2f\xea\xec\xec\x18\x78\xe6\xfb\x13\xf7\xfc\xc8\xee\xcc\x73\xb4\x6b\x9d\xc0\x63\xa2\xf6\xd6\x3c\xeb\xd8\xd8\xb9\x55\x41\x9e\xac\xfd\x9c\xfc\x89\xee\x16\xf3\x5a\x0f\xca\xd9\x1b\x70\x8d\xce\xcf\xef\x08\xf2\xfd\x4b\xe0\xeb\xbc\xee\x33\x32\x63\x47\x6f\x6c\x34\xad\xda\x7d\x78\xa7\xb1\xa3\x37\x34\x10\x91\x2d\x43\x0e\x88\xda\xf5\xe7\xa0\x67\xc0\xc8\x0c\x17\x36\x12\xc9\x37\x5c\x20\x11\x72\x01\xa4\x44\x4f\x74\xe8\x98\x01\xa7\x2f\xfd\x39\x66\x08\xd8\x4b\x9d\xf5\x05\x4c\x04\x27\x26\x04\x4c\xc4\x77\x86\xcd\x70\xf6\x35\x03\x14\x66\x48\x98\x47\xb2\x28\xa4\x31\xa7\x8b\xff\x0c\x50\xb1\x8a\x8b\x84\x23\x96\x17\x5e\x41\x66\xc8\x20\x31\x72\x91\x70\x0e\x50\xba\xea\xcf\xe0\x3b\x9b\x8c\x00\x88\x19\x85\xe1\xf8\x33\x14\xff\x9c\x83\x3b\x9b\x95\xb0\xa2\x33\x9c\xcd\x47\x0c\xd1\x19\x0a\x18\x41\xe6\xf3\xd9\x5c\xc4\x0b\x9d\xa1\x82\x2f\x44\x3d\xa3\xef\xdc\x7c\xa1\x61\x2f\xaa\x73\x2d\x9c\xcf\xf5\x88\xc6\xf4\x36\x36\xba\xfa\xd2\x07\x9e\x59\x7e\x76\x0f\x73\xd2\xce\xd0\xc1\xb3\x34\x92\xbe\x4f\x31\x2b\xef\x58\x15\xee\x3d\xa4\x4b\x2f\x99\x3c\x0e\x80\x1a\x89\xca\xe8\x19\x7c\xef\x15\x7e\x7f\x84\xec\x5a\xf4\x3a\xe6\xb5\x70\x59\xce\x56\xa4\x6f\xfd\x0c\xbe\xf5\x0a\x57\x65\x94\x53\xcc\xa1\x8c\x0a\x0e\xa9\x67\x90\x54\xe1\xd0\x06\x1a\x63\x5f\x07\x08\xb8\x70\x68\x67\xe3\x56\x75\x15\x4a\x58\x3a\x6b\xcc\x70\x36\x6a\x62\xc6\xed\x19\x8e\x88\x5e\x35\x92\x8d\xaf\xd9\x16\xb4\x0a\xd4\x75\xcf\xb0\xf1\x36\xdb\xda\x58\x53\x6e\x2e\xa4\x44\xaf\x7a\x1b\x6a\x04\xba\x81\xcc\x70\x9f\x25\xfd\x79\xc4\x56\xac\xfc\xfa\xc6\xd1\xc0\x03\x17\xb9\xd0\x69\x10\x98\x01\x9a\x03\x2a\xce\x67\x78\x4e\x57\x2b\x67\xf1\x39\x14\xc0\x3c\x24\x33\x1c\xa1\x9a\xd8\x97\x33\x1c\x99\xba\x50\x6e\x99\xe1\x39\x14\xf0\xc9\x86\x33\x5e\x67\x52\xc9\xde\x90\x20\x3d\xd1\x1b\x65\x46\x3f\xcd\xd9\x18\xd2\xa3\x17\xc9\x0a\x80\xfa\x20\x8e\xe4\x44\xb2\xf4\x22\x59\x21\x06\x3b\xc5\x6c\x0c\x4c\x41\xb2\x42\x0c\xa0\x97\xaa\xd7\xd1\xd7\xa4\xea\x4e\x5f\x3f\xb1\x78\x46\xe7\x21\x55\x9f\x3f\x78\x9d\xd5\x1f\xd9\xa1\x7e\x02\xdb\x8c\x2e\x3a\x70\x26\x62\x04\x45\x68\xe8\xe9\xec\x7a\x66\x97\x98\xc8\xe3\x9e\x74\xa6\x02\x60\x84\x3e\xf9\x13\xf0\x22\x49\x67\x6a\x3c\xb2\x05\x3d\xf4\x27\x52\xba\x27\xda\x2b\x26\x32\xba\x27\x1a\x28\x66\x84\x78\x50\x48\x7f\xc8\xbf\x4e\xf7\xfd\x89\xec\xeb\x89\x19\xbb\x67\x04\x8f\xf9\x79\x04\x0d\xf0\xa0\x88\xe0\x31\x3f\x8f\x98\xd8\x3f\xc5\x9b\xce\xe8\xc7\x79\x67\xcf\x2a\x66\x5d\x8b\x58\x31\x12\xd3\x33\x7a\xae\x55\x74\x06\xc6\xe3\x1e\xf9\xd9\x13\x93\x7c\xcf\xd8\x41\x23\xc6\xbe\x43\xe6\x8f\x3c\xa8\x22\x64\x7e\x86\x11\xce\xd8\x0f\x91\xe8\x75\xcb\xff\xfe\xa3\xcb\xfd\x8c\x87\xa7\x14\x06\xd9\x4d\xe0\x8d\x24\x7a\xcc\xcc\x38\xce\x2a\x12\x68\x7c\xc6\x73\xde\x37\xbd\x7e\x78\x4e\x61\xb0\xdc\x8c\xc3\x07\xc7\xf2\xc3\x35\x88\x27\x39\x01\x5e\x92\xa2\xfa\x76\xb8\x08\xad\x4a\x33\x9e\x1b\x05\x9d\xdb\x67\x9c\x5e\x19\x67\x72\xde\x10\x3d\x54\xfe\x9c\xd7\xd9\xd6\x82\x9e\x5e\x43\x3b\x37\x0e\xfa\xbd\x4f\x80\x9e\xd0\xc3\x7c\x02\xe1\x24\xd1\x14\x33\x01\x70\x42\x5f\xf1\x19\xf7\x59\x72\xc6\x5c\x4d\x64\x74\x6f\xda\x98\xb8\x50\x10\x0b\x7a\x02\xeb\xa4\xd0\x24\x3a\x91\xde\xbd\x69\xa7\x1d\x0e\x55\xaa\xf6\xc2\x11\x44\x9a\x76\xd6\x11\x35\x12\xfd\x85\x66\x04\xc7\xd2\x31\x13\xef\x7e\x5e\xe7\x34\x3d\x3e\x50\x3d\x7b\xed\xec\xdc\x03\x8b\xc4\xc5\x79\x7a\x2a\x9e\x55\x0e\x7b\x07\x45\xbe\x78\x78\x16\x1d\x94\x67\x84\xee\x93\x8e\x46\x13\x49\xe4\xe9\x7b\x3c\x01\xa7\x42\x33\xd0\x4c\x57\x83\xf1\x44\xc5\xa7\xaf\x3c\x27\x52\x00\xfd\x90\xb5\x03\x26\x25\xd1\xea\x34\xd3\xe1\x49\x84\x00\x9c\xe9\xb0\xa4\x44\x17\xa6\x99\x0e\xcf\xa1\x7f\xed\x04\x62\x4a\xa2\x43\xd3\x04\x3e\x4a\xa2\x3f\xd3\x4c\x11\x14\x42\xb9\x1e\x79\xe7\x53\x22\x89\x24\xdc\x5f\x08\xee\x3b\x91\x86\x9e\xce\xb9\x33\xb9\xf1\x85\x24\x83\xa4\xf4\x29\x51\x16\x06\xf4\x49\x22\x98\xdc\x04\xae\x49\x61\xcc\xc7\x4c\x87\xe9\xd0\x83\x76\x26\x30\x1d\x1a\xb5\x66\xc2\xad\x83\x89\x9a\x67\xc2\xad\xa2\x69\xea\x2a\xd6\x89\x62\x58\xaa\xed\xdf\x7f\x74\x29\x9d\xa9\xa2\x77\x14\x9d\x53\xb5\x53\xcc\xb1\x42\xa1\x48\x27\xab\x99\x0e\x1f\x6a\x1a\x2a\xd8\x90\xf6\x5a\xaa\x3e\x16\x3e\x9f\x5b\x06\x1d\x38\x27\xf2\xe0\x27\x3a\x64\xcd\x74\xb8\x10\xcd\x56\x13\x39\xef\x8b\xf6\x43\xea\xde\x75\x3d\x7b\x67\x38\x33\x47\x6e\x2a\xa2\x78\x20\xb1\x30\x7b\xe9\x4c\xdd\x3b\xc3\x99\xc1\xa5\x84\xb1\x0c\x33\xc1\xe2\x42\x0b\xde\x4c\x47\x70\x62\xe2\xd2\x99\x60\xbc\xd6\xb5\x00\xb0\x2e\xf4\xc6\x9c\x48\xae\x9f\x92\x6a\x33\xd4\x9e\xf5\xba\xd7\xce\xa9\x38\x92\x10\x8d\x6a\x33\x41\x12\xd2\xa5\x22\x8d\xd3\x77\x0a\x27\xc0\x6e\x49\x44\xd4\x9b\x69\x62\x95\x29\x19\x01\xca\x25\xa5\xfc\x97\xa4\xb5\x33\x41\xa7\xf2\xb3\x1f\xc0\x02\x93\xba\xba\xd0\x35\xb6\xb5\x40\x41\x3c\x83\xd3\xb9\x0f\xd1\x65\x72\xa6\x85\x81\x91\x8f\xa4\x23\x85\xd1\x81\x72\x22\x51\x7f\xa2\x81\x6f\x22\x2d\x7f\xa1\x53\xf3\x4c\xbb\x9d\xd7\xf5\x35\xee\x62\xa2\xc7\x6d\xa7\x58\x5f\x63\xc9\x79\xc7\x4e\x87\x63\xd2\xb3\x70\x22\xa3\x7f\xa2\x3d\x70\xa6\xbd\x4f\x31\x1f\x6f\x74\x8d\x04\x71\x83\x3b\x8b\xe9\x9c\xdb\x57\xd7\xce\x39\x0c\xb1\x6b\xe3\x3c\xa0\x46\x1e\xe7\xe9\x30\x38\xba\x0a\xce\x0c\xdb\x32\x5d\xb9\x66\xbe\xce\xfa\xab\x6b\x80\x9f\xa1\x57\xe0\xcc\xce\xa2\xb8\x06\x39\xa0\xb6\xc2\x47\x4c\x2a\x79\x52\x3e\x2c\x8a\x1e\x83\x33\x3b\x8b\x22\x4f\x01\x50\x4d\x21\xbc\xdd\xcc\x47\xec\xa1\xdf\xdd\x04\x4a\x4d\x22\x2c\xdf\xcc\xce\x82\x28\x8d\x22\xad\x7f\xa1\x63\xd6\xcc\x50\x3e\xd2\x3f\x6c\x66\xe8\x5c\xe8\x74\x35\x91\xf5\x3f\x31\x3d\xfa\xcc\xd0\x46\xd2\xda\x38\x73\x41\xf3\xac\xde\x59\x14\x97\x1c\x39\xfd\x89\x92\x37\x01\x55\x93\xe8\x49\x36\x73\x3d\x13\x4d\x67\xa3\x89\x7c\xfe\x74\xcd\x9b\x19\x8a\x0d\xc2\xac\xcd\x5c\xcb\x29\x66\xdb\xce\xa1\xc8\xb1\xf2\xe1\x50\xa5\x6b\xaa\x0e\x8b\xa2\x55\x76\x66\xe7\x50\xe4\x60\x19\x36\x60\x5a\x3a\x27\x00\x6d\x4a\x57\x75\x30\xf2\xd2\x18\x39\x73\x3f\x0b\xc3\x8b\x62\x86\xea\x94\xc6\xc9\x99\x8f\x9c\x44\x0f\xc0\x99\x3b\x66\xa2\xeb\x75\xd0\x2b\x05\xd0\xec\x4c\x84\x2c\x0b\xd9\xfe\x69\x22\x9e\xd9\xb0\xcc\x64\x1a\xd9\x0e\x79\x93\x29\xe4\x23\x27\x31\x11\xe8\xcc\xb0\xf9\xd2\x9e\x38\x91\xf6\x9f\x79\x3d\x67\x1e\x98\x76\x8a\x7c\xf9\x70\x1c\xba\x00\x4e\x24\xf8\x4f\x49\x6d\xcd\x33\xcd\xe4\x11\x79\x1e\x92\x31\x91\xff\x91\x8b\x98\xac\x73\x22\xd7\x7f\xa2\xd3\xd9\x44\x66\x7f\xfa\xe4\xcd\x7c\x38\x0c\x3d\xf2\x66\x06\xcb\xe0\x6d\x3a\xbb\xd4\x44\x3d\x46\x3e\x52\x53\x21\x3e\xd2\xcc\xce\x52\x28\x3e\x66\x28\x60\x4c\x14\xb2\xd1\x55\x0e\x14\xbb\x9e\x57\xd2\x7c\xbb\xf3\x03\x1b\xbf\x6f\xe8\x58\xd8\xda\xb9\xaa\x11\x70\x6f\xe6\x23\x07\x15\x53\xd7\x8f\x1c\xd4\xb5\x6f\x9f\x33\x12\xed\x53\x38\x9c\x48\xe7\x81\x84\xfd\x3f\xc4\x07\x0b\x2f\x8d\xb4\x13\xd9\xfa\x3b\xf7\x65\xb9\xce\xfa\xda\xcf\xf3\x84\x23\x46\xe4\x33\xf4\x3b\xdc\xb7\x05\x6a\x5c\xa6\x5d\x9f\x05\x3c\x86\xa2\x01\x12\xea\x17\xa2\xc5\xcc\x12\xf1\x39\xa9\xaf\x44\xff\xfc\x2f\xe6\x8d\x59\x8e\xd4\x43\x93\xfe\x44\x2a\xfe\x44\x13\xed\x2c\x09\x8a\xac\xae\xe7\xb3\xe0\x3c\xe9\x91\x86\x3f\x11\x3d\x71\x16\x28\x7b\x88\x06\x33\x91\x51\x3f\x49\x7b\x53\x0e\x47\x29\x04\x76\x99\xa5\x9c\x89\x22\xad\x22\xdf\x7e\xa2\xc9\x77\x16\x30\x1c\xd2\x2a\x92\xed\x57\xe6\x92\x9a\xa5\xc2\xa1\x85\xdc\xb5\x60\x93\x13\x65\x71\x96\x86\x89\xa0\x04\x87\x14\xf8\x5d\xab\x74\x36\x31\xd3\x55\x4e\xa4\xae\xa7\x53\xc0\x44\x9e\x7a\xd3\x1a\x0d\x94\xb2\x29\x28\x40\x68\x2d\x9e\xc0\x90\x62\x0e\xca\x59\xce\xb1\x5f\x2f\xad\xf8\xc0\x3c\x51\x18\x2c\x33\xa2\x9c\x9f\x9f\x6d\x66\xea\xe8\xc2\x3c\x50\x56\x2c\x67\x9b\x99\x1a\x5b\x98\x07\x2d\xca\x39\x5c\x99\xe5\x70\x16\x78\x7a\x11\xf5\x71\x02\x13\x2a\xd1\x54\x3d\xcb\x46\x67\x28\x0b\x96\x7b\xfc\xfb\xaf\xd2\x01\x66\x16\xf8\x7a\x11\xe0\x71\x96\x7b\x9d\xea\xd9\xda\x8d\x59\xa5\xb8\x56\x1e\xb8\xf2\x90\xef\x97\x07\xbe\x3b\x94\xc7\x2a\x6c\x16\x34\x5e\xcf\x7a\xa1\x7b\xdc\xd6\x15\x3e\x09\x52\x9b\xd5\x90\x4e\x77\xc8\x5c\x6b\x38\x83\x67\xf5\x35\xb8\x1b\x52\xe2\x33\x06\xcf\xd6\x70\xc2\x12\x38\x71\x22\x95\x7d\x65\x02\x92\x59\x63\xfa\xf7\x9f\xa9\xb1\x73\xe2\x56\x5a\xd2\x67\x8d\xe5\x14\xf3\xf1\xc8\xfc\xa6\xca\x0e\xf5\x33\xf5\xe1\x44\x02\xfb\x94\x7f\x9e\x7d\x64\xec\x2a\xfc\x43\xa5\xe1\xab\x05\x13\xcd\x8d\x5b\x71\x42\x12\x8f\x71\xd6\x72\x26\x9a\xac\xba\x9e\x13\x91\x49\x12\x67\x85\x57\x13\xb1\x19\x67\x3d\x22\xbd\x69\x60\xad\xfe\xfb\xaf\xca\x5a\x53\xc7\xe9\xba\xde\x1e\x20\xa9\xa2\x67\x54\xce\x91\x41\xdf\x27\xb5\x6a\x1d\x15\xaf\xab\xbc\x9d\xd7\x39\x52\x5c\xd5\x89\x96\x38\xeb\x80\x0e\x58\xd3\x78\xe8\x9d\x08\x6b\x13\x28\x51\x35\x6a\xa0\x33\x9c\x62\x8e\x0c\x16\x7d\x1a\xd9\x67\x9d\x67\x64\xe4\xec\x80\x83\x4a\x34\xb2\xcf\x0a\x63\x21\x61\x16\x27\xf2\xd5\x33\x45\xe3\xac\x1b\xf4\x47\xe6\x5c\x0f\xa7\x67\xc2\xc6\x59\x1f\xbc\xcd\x79\x80\x7d\x8e\xb0\x86\xb3\x3e\x68\xfb\x1b\x77\xbb\x0e\xf9\xe8\xba\xdc\x60\x9f\x23\xc6\xe1\x6c\x87\x75\x13\xe4\x6d\x36\xe7\xdc\x94\x98\x00\x07\x95\x68\x08\x9f\xc0\x7a\x4a\xc4\x2a\x9c\x48\x0b\x9f\x88\x4c\x38\x5b\x44\x75\x2c\x4e\xd0\x37\x73\x55\x80\xd9\x94\x68\x28\x9f\xed\x70\x67\xfa\x69\x4c\xa4\x90\x4f\x04\x2d\x9c\x2d\x0d\x68\xbb\xd9\x7a\x9a\xff\xfe\x23\xf0\xdb\x6c\xd0\x92\x49\xc2\x6f\x19\xcb\xd0\xfe\x64\xe1\x00\x8e\x93\xa9\xe3\x87\xd4\x4d\x1d\x83\x68\x48\xa4\xc3\xd9\x40\xca\x3c\x36\x5a\x45\x47\xa9\xd6\x02\x90\x12\x01\xd2\x66\x6b\x98\x74\xbd\xde\xce\x30\xc9\xee\x00\x99\x54\xd3\xcf\xeb\x67\xcf\x52\x5d\xd7\x1a\x76\x95\xbe\x3e\xa2\x1c\x31\xcd\x66\x83\xb3\x4a\xd6\xd7\xe7\xba\x58\x75\xb4\x37\x38\xc5\x33\x2d\xe2\x6c\xe3\x4c\xa2\x8e\xb0\x06\xb8\xcd\xeb\xe7\x19\x4b\xa8\xe6\x91\xac\x91\x58\x5d\x13\xe9\xe2\x6b\xa6\xda\xa1\x21\x72\x9c\x28\x5b\x13\x89\xde\x53\x56\xff\x90\x1c\x82\x80\x59\x13\xe8\x46\x55\x36\x08\xe4\x81\x0f\x84\xcb\x9a\xed\xc8\x5c\x55\xdc\xba\x21\xc2\x95\xee\x30\x13\xd8\x47\x81\xfe\x2f\xb3\x21\x26\x86\x50\x59\x13\x79\xe0\x13\x7d\x0c\x66\x43\x42\x07\x66\x4e\x9c\xed\x08\x46\x55\xbb\x0d\x90\x45\x29\xf3\x88\x77\xc4\x22\x02\x5a\xcd\x7e\x81\x46\x79\xa6\xf7\x0b\xe3\xaf\x2a\xc7\x78\x79\xa8\x23\xff\x7b\x25\xf2\xe8\xec\x70\xc7\x95\xfe\xde\x11\x8c\xae\xa4\x67\xec\x7e\x4a\x91\x1d\x71\xad\xc4\xad\x9a\x3d\x60\xbd\xb8\xfc\x1d\x41\x8a\x4c\x3b\x38\x81\x44\x94\xa4\xd1\x47\xde\xf7\xfa\x53\x1f\xf4\x36\xf4\x7b\x98\x3d\xc1\x2c\x43\xfa\xe8\x70\x93\x25\x14\xe4\x04\x08\x51\xfd\xa9\x0f\x58\x0a\x17\x99\x5b\xc7\x21\xc1\x2c\xf2\x13\x39\xe2\xc3\x45\xee\xd6\xe1\x28\x4b\xd0\xc7\xd9\x11\x10\xc9\x5c\x83\xb3\x97\x08\x43\x0d\xeb\x3b\x32\x52\x60\xea\xc1\x09\x00\xa3\x2a\x23\x02\xf0\x8b\x12\x53\xbf\xcf\x5e\xbd\x3f\x8d\xcf\x1d\xe5\x7a\x9e\x78\xe6\xf8\xea\x0d\xcb\x8f\x9e\xb1\xbe\x14\x85\x91\x17\xbe\xca\x50\xd0\x1b\xfa\x4b\x76\xdb\xcf\xee\x4c\x04\xa0\x9c\xbd\xc1\x92\x94\xf4\x3d\xd6\x93\x66\x8c\xde\x31\x7e\xf5\xbf\x0f\xd8\x8a\x38\x1f\x88\x7c\x61\x4c\xc6\xec\x80\xdd\x95\xe8\xd4\x71\xb7\xa2\xfb\xc6\xec\x90\xcc\x88\x11\x39\x1d\x14\xe9\x12\x7d\xf9\xfe\x25\x17\x04\x02\x52\x22\x84\xe4\xf4\x4c\xf0\x0c\xea\x98\x1d\x87\x13\xf3\x9e\x4f\xe0\x21\x55\x66\xe2\x9d\x7d\x7a\x7b\x1c\xbf\xef\x6f\x1e\x01\xc0\x3e\xaa\xc4\x21\x9c\x1d\x71\x6d\x0c\xbd\x98\x80\x42\x4a\xf2\x08\xe9\xbe\xff\x55\x3f\xf0\xb6\x19\x5c\x31\x91\x65\x3e\x11\xe1\x72\x76\xdf\xdf\x34\x6e\x74\xdc\xa2\x98\x41\x7d\x76\xdf\xef\x64\xc5\x1d\xd2\xa0\xcc\x44\x1d\x18\x2f\x8c\x90\x98\x7d\x9f\xf5\xaf\xa2\x57\x20\xbc\x5c\xda\x4f\x37\x4c\x5c\xbc\x9c\x78\x3e\x7a\x46\x4c\xcc\x7e\xa3\xbf\xe4\xd6\xc8\x46\x9f\xca\x9f\x92\xa6\xce\xee\xcc\x87\xcc\xb4\x3f\x3e\x18\x76\xfe\x19\x30\xe6\xb1\xb3\x00\x54\x63\x58\xc2\xec\x0f\xcc\x73\x5a\x4c\xe4\x8e\xa0\xe7\xd8\x34\x68\x73\x64\xc5\xb2\x0b\xd6\x3f\x4e\xbe\x81\x79\xc9\x6c\x05\x38\xa8\x2a\xeb\x34\x92\xde\x07\x7a\x9a\x4d\x83\x6c\x2b\xe2\x36\xc0\xc6\x10\x2b\x6b\x5a\xa8\xb0\x2e\x36\x3e\x83\x58\x7e\x9e\xfd\xfd\xc4\x67\x43\xf9\xb7\x98\x0e\x03\xc5\x50\x86\x69\x90\x17\xe4\x07\x63\xd1\xfb\xc3\xfe\x21\x80\x40\x8e\x30\x76\x04\x86\xca\x70\xa8\x69\xce\x9c\xc8\xcc\x0c\xc6\x78\xf9\xb6\x78\xce\x7a\x86\x0c\x4c\x43\xca\x4d\xc6\x04\x4c\xa4\xb0\x4f\x72\x66\xb1\x0c\x62\xa1\x3c\x63\x00\xb5\x60\x50\xc0\x34\x67\x6e\x54\x01\x18\x98\x1b\xc3\x00\x26\x70\x9e\x02\x9d\xe7\x27\x92\xd7\x27\xb9\xb7\x20\x77\x7d\xa0\xb7\xfc\x44\x62\xfa\x5a\x35\xbf\xc0\x44\xa3\x43\xdc\xb4\x8a\xf5\xd7\x7c\x02\x7f\x91\xfe\xf1\xd3\x5a\xc7\x33\xcb\x21\x2b\x30\xb9\xfb\x34\x30\x27\x22\x66\x4d\xc3\x0d\x92\xb9\xde\xa7\x39\xb3\x22\xf3\xb6\x5e\x61\xd0\x65\xfb\xc8\x94\x41\x07\xfa\x69\x1d\x26\x5c\xb5\xdf\xbd\x3d\xb6\xdf\x17\xca\x59\xbf\x61\x7d\xc9\xdc\x0d\xcc\x2e\x88\x3e\x9d\xd9\x51\x7a\x35\xc3\x61\xa4\xf5\xb5\x73\x18\x11\xd7\x68\xda\x88\x78\x66\x7b\xb8\x05\x10\x7a\x75\xda\xb9\x05\x54\x59\xae\x00\x6f\x95\x88\xc4\x3a\x01\x55\x15\xe8\x6d\x3e\x0d\x36\x38\x59\x4a\x6d\x7a\xff\xb8\xbe\x08\x9f\x92\x87\x8f\x39\x73\xe3\xe1\x60\x87\xb9\x55\xe6\xca\x9a\x06\xe8\x46\x3a\x8c\x4f\x3b\xc2\x4d\x25\x10\xcf\x34\x44\x18\x94\xaa\x72\x18\xd0\x45\xaf\x60\x8e\x41\xfb\x69\xc1\x82\x2e\xfa\x3c\xcc\xb0\x36\xd1\x1f\x98\xa1\xae\x7b\xc8\x99\x5f\x9b\xd6\x13\xde\x01\xcc\x87\x3f\xed\xc6\xfa\x6a\xbd\xe0\xec\xc7\x5c\xf7\x13\xe0\x56\x21\x68\xfe\x71\x37\x26\x4e\xed\xb4\x07\xdf\x6b\x3e\xc0\x9f\x64\x34\x02\x32\x55\x08\xaa\xef\xf1\xf9\x63\x7f\x1f\xac\x27\xc7\x3f\xc0\x7f\xe8\xd9\x3a\x1d\xa6\x8a\x9e\xad\x73\x40\x18\xa2\x7b\xe9\x04\x26\x55\x2a\x7a\x3f\x80\x1e\x78\x98\x20\xad\x7e\x2a\x3f\xdf\x83\x1e\x78\x98\x0c\x20\x80\xd0\x1f\x75\x02\xc1\x2a\x95\x9f\xfa\x71\x98\xa8\x1c\x37\x0e\x69\xcf\x07\x3c\x6f\x99\xe9\x7e\x22\xf5\x7d\xa0\xc3\xea\x1c\xd0\x1f\xc9\x85\xcb\x81\xa8\x08\xd5\x34\x87\x0b\x4f\x7a\x1f\x80\xb3\x41\xfd\xcf\xde\xde\x9f\x8c\xeb\x23\x7b\x63\xac\x1c\xc0\x8e\x81\x9a\x7f\xa4\xbf\x4f\x45\x95\xd7\x0a\x9f\x05\x76\x1e\x2a\x68\x39\x94\x0d\x67\x3e\x64\xbe\x03\xcc\x47\x4a\xe3\x01\x1d\x74\xe1\xc9\x3b\x00\xf5\x2a\xdf\x4e\x64\xc6\xaf\xd2\xbd\x8e\x86\xfa\x79\x12\x23\x0d\x7e\x95\x3a\x15\x39\xee\xab\xf4\xa9\x9e\xe2\x5e\x0e\x96\x03\xcc\x46\x0a\xd2\x01\xad\x74\xa1\xba\x61\x20\x83\x41\x24\xb3\x1d\x30\x9c\x49\x32\x19\x88\x20\x26\xfc\xd2\x44\x72\xfb\x2a\x2d\xe7\x80\xa9\x8b\x68\xc8\x73\x0c\x38\x3a\x88\x38\x07\x16\x8b\x87\x2d\x72\xe1\x57\xe6\x16\x99\xc3\x99\x0f\x0f\xcf\x01\xe6\xc3\xe0\xa4\x89\x54\xf9\x55\x7a\x4e\xa0\x70\x55\x26\x09\x99\x03\x37\xa9\x2e\xe2\x83\x2a\x5b\x6e\x74\x63\xe2\x7d\x11\x0b\x50\x08\xe4\xcc\x08\x44\xae\xda\xb5\xfe\x73\xa3\x5c\xf5\x63\xbc\x5a\x7f\xe8\x19\xe4\x77\x37\x96\xf7\x9f\xdf\x03\x44\x43\xde\x8e\x03\xe1\x9c\x72\xae\x18\xe7\x66\x16\xe4\xfd\x88\x5c\xf8\x55\xda\xce\xb1\x0f\x33\x91\xa4\x35\x90\xf2\x58\xee\x8d\xc8\x8c\x9f\x24\x69\x0d\x68\xb8\xab\xd6\x1b\x0e\xfe\x55\xeb\x09\x0c\x01\xf9\x3f\x22\x2b\x7e\x90\x83\x23\x10\xb8\x12\x61\x94\xe7\xbc\xbc\x3d\x3d\x27\x94\x37\x3e\x7b\x7d\x7a\x3e\xf3\x23\xe5\xd8\x3c\x37\xb1\x20\xbf\x42\xc0\x75\x55\x66\x22\x98\xc8\x80\x1f\xe4\x57\x38\x21\xec\x30\x73\xe2\x9c\x10\x76\x08\xc9\x3c\x91\x0f\x3f\x44\xd5\x0f\x55\x1e\x01\x99\xa7\x67\xc3\x8f\xaa\x1f\xc2\x0e\x53\xdf\xcf\x19\x0d\xe5\x85\xcf\x87\x1e\xa4\x47\x9a\xc0\xd2\x93\x67\xe2\x8c\x0b\xe5\x6c\x0f\x7a\x73\xb9\xab\x20\x51\x7e\x35\x1e\x86\x13\x29\x1f\x08\x2e\x35\x91\x37\xbf\x4a\xf9\x03\x54\xb0\x24\x7f\x96\x89\x9b\x21\xf1\xfd\xe7\x84\xdb\x11\xb1\xa0\x27\x52\xe4\x57\x86\xdd\xcc\x09\x98\x23\x82\x3c\x4d\x60\x88\x55\xa9\x77\x3c\x83\xbe\xbc\x13\x27\x98\x1f\xb1\xff\x27\x20\xc6\x92\x1c\x35\x91\x60\xbf\x12\xf9\x7f\x4e\xe0\xef\x11\x22\x6a\x4e\x08\x6f\xd2\x07\x01\x80\x2c\x11\x67\x7a\x3a\xfe\x58\xd4\xfc\x21\x48\x93\xb0\xd3\xd3\xd3\xf3\xcb\x43\x71\x56\x1f\x1f\xfb\x0b\x74\x05\x79\x28\xce\x7a\xf8\x81\xd4\x3c\x9e\x78\x5f\x4e\x84\xb3\xfa\xfc\xf3\xb9\x79\x7d\xec\x2f\x6e\x96\x12\xfe\x67\xbb\xe1\x8d\xc4\xf9\xef\xde\x1f\xbe\x0f\xfe\x27\x97\x1f\xcf\xa7\x2f\xb7\xc3\x79\x84\xb1\x76\x89\xfe\x9c\x3f\x6a\x3d\x9d\x1f\xd6\xf8\x97\xc3\x65\x42\x32\xab\xda\x2c\x80\x23\x95\x9f\x21\xf2\xee\x37\xa9\x5d\xa6\x81\x18\xc9\x3c\xe7\xc0\x64\x93\x59\x4e\x48\x62\x55\x9b\x0b\xd7\x58\x79\xff\x01\x2e\x2d\x55\x6d\xae\xe1\x9d\x67\xfb\xd3\xeb\xe3\xe0\xa6\xd7\xc7\xc9\x3f\xd7\xd8\x46\xec\xee\x39\x81\xca\x2f\x07\xbe\x79\xae\xb1\x8d\x40\xdd\x13\x58\x6b\x41\x1e\x7b\xf3\x5c\x6b\x1b\x41\xb8\xe7\x04\x73\x94\xe7\xed\x74\xe6\xd8\xf4\x0c\xe2\xd1\xe6\x75\xe6\xd8\xf4\x8c\xc5\xd2\xe6\x45\xb0\x7b\xd5\x66\x85\x3b\x82\x6e\x52\x13\x2e\x57\x52\xa3\x4c\x20\x7a\xcb\x05\x10\x30\x6e\x4d\x6a\x94\x09\xf4\x53\xf9\x00\xce\xed\xed\xe9\x19\xf3\xc7\xc3\x7a\x22\xfc\x94\x29\xfd\xe7\x74\xe6\xcc\xc3\x79\x3a\x73\x16\x33\x40\x30\x96\x9c\xba\x26\x70\x4b\x99\x7e\x73\xce\x1b\xc4\xda\xf4\x8c\xf1\x50\x7d\x3f\xcf\xcd\xb7\x49\x6d\x30\x81\x6a\x1a\xb5\x59\xe0\x97\x25\x2f\xb0\xe9\xcc\x9d\xd7\xec\x09\x35\x1c\x71\xb5\xe6\x72\xe6\x4e\xe1\x66\xc1\x49\x5c\x6e\x61\x0b\x49\x14\xe5\xb5\xb8\x2e\xf8\xe6\xb1\x3d\xc0\x78\x24\xb9\x23\x03\x71\xae\x5d\x3f\xf5\xdf\x28\xd7\x33\xda\xe7\x61\x0c\xb8\xb9\x24\xbf\xb2\xe5\x87\x01\x0f\x53\xe0\x7e\x24\xe2\x81\xcf\x15\x41\x8f\xbc\xb9\xad\x88\xf6\x54\x1f\x98\xb7\x9c\xbb\x56\xf4\xf9\x36\x3e\x6f\x94\xeb\x7b\xcc\xf7\x4f\x7b\x98\x6f\xde\xf4\x56\xc2\x78\x79\x98\x2f\xa4\xac\x93\xb7\xd7\x3a\x92\x66\xd3\xcd\x73\x1d\x66\x9d\xe4\x30\xed\x10\x74\x72\x81\x5a\xc8\x3c\x22\xa7\x25\x80\x7f\x24\x79\x50\xaf\x72\xfa\xc3\x18\xe2\xb9\x00\x4e\x23\xb7\x23\xe0\xd3\x35\xdd\xf4\x16\x98\xa7\xfc\x8e\x96\x33\x43\xde\xfc\x16\x7c\xac\x74\xb3\x5f\xb8\xa9\x12\xa4\x7c\xae\xee\xfd\x65\x7f\x8e\xb0\xd8\x18\xd7\x38\x01\xe9\x11\xe4\xb7\xb4\xba\x7f\xcf\xf9\x04\xe8\x23\x81\xa8\xe6\xea\xf0\x97\x54\xfd\x1e\xb7\x4e\x66\xba\xac\xc2\xfd\x92\xe3\x39\xfc\xad\x31\x7e\x70\x2e\xf8\x86\xd6\x9f\x72\xac\x97\xe8\xcb\x30\x3f\xe4\x97\x6b\x80\xde\xf5\x3d\x7c\x47\x09\x6a\x3b\x17\xf8\xa5\x42\x2a\xd6\xc4\x7a\x91\x9f\x00\xa9\x23\x24\x8d\xc7\xf9\x13\xf9\x2b\xa0\x38\x42\x52\xff\x11\xea\x2e\xcf\xee\xb5\xd0\x1f\x0a\xbb\x6b\x7b\x7f\x38\x7e\xf0\x9b\xa4\xf7\x11\xdc\x4e\xb8\xf2\x09\x34\x8e\x90\x7e\xde\xc7\x7c\xff\x94\x83\xff\xd4\x3f\xdd\x5c\x16\x98\x13\x51\x02\xe6\xc2\x35\x55\x8e\xe4\x00\xeb\x68\xba\x09\x38\x5a\x47\x25\xf3\x05\x5a\x47\x93\xe4\x0f\xb8\x8e\x24\xb5\x8d\xe3\x6d\xc8\xf5\x11\x78\x1b\x41\x9e\x3d\x80\xc8\x68\x92\x94\xf7\x75\x0e\x0b\x19\x68\x36\xfc\x36\x25\x09\x3b\x62\xa1\x2c\x34\x00\x2c\x6c\x92\x84\xf7\xe5\xed\xab\xbe\x1b\xe5\xaa\x0f\x9b\x95\xcc\x78\xe3\x5a\x2b\xf7\x9b\x8d\x6b\xad\x7c\xdb\x77\xc0\x62\xf2\x26\x03\x58\x8d\x26\x49\x72\x47\xcc\x1f\x99\xdd\x86\x0d\x40\x0e\xe2\x3b\x7b\xfd\x6c\x2f\x43\x92\xd3\xfb\x19\x0e\xbc\x24\xce\x0d\xb5\x98\x7c\x6c\x36\x6e\x96\x55\xdf\x3b\x33\x20\x33\xdb\x05\xeb\xa3\xf9\x84\xe1\x97\x58\xee\x73\x17\xaf\xaf\xf2\x19\xf3\xc3\x9b\x12\x00\x2e\x82\x7c\x5b\x1c\xe0\x42\x6a\xb0\x5d\xb1\x5e\xbc\x59\x02\xff\x30\x49\x0d\xb6\x9b\x7f\xcf\xfe\x35\xff\x9e\xf3\xd5\xb0\xbe\xaa\xcf\x99\x0b\x99\x27\x20\x32\x5a\xfc\xa9\x0f\xc4\xab\xfe\x76\x6c\x0e\xf5\xaf\x27\x78\x30\x73\x7c\xfd\xb4\x2f\x87\x97\xdd\x7d\xfc\xec\x2f\x62\x5d\xaa\xfa\x07\x66\x23\xab\xeb\x36\xb8\x3c\x93\x19\x3b\x2a\x06\xf1\x88\xe6\x46\xae\x12\x39\x7e\x6c\xdc\x34\x09\xc1\x3e\x81\x9a\x11\xe4\x08\x02\x90\xc5\xd4\x54\x3f\xb2\x90\xc8\x9b\x63\x8f\x1b\x2e\xd6\x7a\x7e\xf0\x3e\xeb\x9f\xde\x1e\xfb\x0b\x1b\x82\x3c\xdb\x1d\xa2\x51\xfe\x1b\x1b\x36\x01\x79\x64\x38\x0c\x87\x7c\x7f\xf7\xf4\xfe\xb0\x3e\xa0\xbb\xcb\x63\x03\x40\x1b\x8d\x40\x30\x73\x6f\xaf\x8f\xfd\x47\xc8\xaa\xbc\xd9\x01\xa5\x11\x64\x13\x74\xb0\x0c\xb9\xb3\x6f\xe0\x96\xca\x85\x03\x40\x8d\x8d\xa8\x78\x73\x43\xcd\xd5\x34\xbe\xd7\x87\x9c\xf3\x0d\x10\x53\xb9\x7c\x00\x30\x23\xc8\xe5\xc3\x01\x33\x9a\xc6\x8f\x9b\xa9\x5c\x40\x36\xf8\x8d\xfc\xe9\x37\xf8\x8d\x5c\x42\xee\x0b\xeb\xdd\xf4\x9c\x50\x9e\xf9\x9c\x51\x1e\xf9\x8c\xf1\xf0\x30\x03\x0a\x46\x90\x23\xc6\x0d\x35\x97\xd4\xa2\x77\xc0\x78\xc9\x4f\x6e\x04\xbb\xb4\xa8\xef\xb1\xfe\x14\x76\xee\x73\x13\x0d\x4c\xad\x39\x81\x83\xd1\x88\x34\x37\x6f\x24\x48\x93\x23\xc7\x0d\xfe\x23\x7e\x73\x47\x6f\x9f\xf5\x45\xf4\x9f\xfc\xe2\x46\x3c\xbc\x3c\xa2\x81\xab\xd1\x88\x30\x32\x1d\x57\x83\xb0\x53\xf3\x86\xf0\x43\x5c\xa9\x79\x03\x03\x9e\x10\x09\x13\xc8\x19\x2d\x5f\xe9\x2f\x87\x0b\x70\x35\x92\xfc\xa5\x81\xab\xd1\x08\x02\x32\x6f\x64\x7d\xca\x94\xd4\x80\xa3\x11\x08\xb0\x30\xef\x8c\x08\x00\x5e\x1b\x6f\x20\xf5\x31\x1b\xe7\x04\xd4\x45\x13\xf1\x03\xeb\xa2\x89\xb8\x6f\xe8\xfc\x15\xa1\x70\x9f\x6b\x62\x22\x06\xfc\xbc\x6b\xc2\xfb\x9c\x7c\x30\x43\xc2\x20\xcc\xbb\x9d\xc9\xfe\x21\x1e\xa0\x5b\x10\x32\x7e\x02\xb9\x33\x35\x11\x43\xc3\xe4\x88\x98\xda\x83\x67\xb6\x8f\xc4\x85\x4c\xec\x38\x6f\xc4\xc4\x36\xde\x04\x6e\x67\x66\x4d\xcf\x18\x0f\x25\x99\x1b\x0e\x04\x59\xc4\x81\x9b\x5b\x16\x31\x40\x6d\x45\xc0\xfa\x79\x23\xfa\x4d\x1e\xe5\x0e\x5a\x29\x03\x3b\xe0\x25\x83\x0c\xd4\x37\xdc\x9b\x89\x5e\x3f\x6f\xc4\x83\xc8\x80\x7a\x23\x84\xad\x89\x58\x61\x90\x93\x81\x1a\x30\x11\x49\x3a\xf8\x1b\x9b\x57\x06\xef\xfb\x39\xe3\x91\xcd\x0d\x48\x94\x49\x21\x1e\x00\xa2\x6c\xb2\xa1\x3d\xc8\x9d\x20\x83\xf8\x03\x83\x3d\xa1\x00\xe6\x13\x06\x82\x3a\x3a\x9f\x51\xbf\xea\x83\x9a\x47\x3a\x78\xe0\x49\x36\xd9\x64\x1e\xd8\xbc\xa4\x83\x7f\xe0\x24\xad\x28\x11\x20\x30\x04\x8d\xdf\x21\x16\x1a\x25\xdf\x07\xf4\xca\xe4\x85\x13\xc0\x91\x4d\x81\xbd\x0f\x0c\xea\x84\x07\x98\x4f\x41\x8c\x0a\x37\xe7\x83\xa4\x04\x32\x30\x3f\xf0\x6d\x69\x45\xe5\x18\x1f\x0f\x47\xa0\x4c\x26\xe9\xfc\x1f\x80\x55\x49\xe7\xff\x20\x26\x4b\x3a\xfd\x07\xae\xc7\x44\x68\x9f\xc0\x6d\x0c\x04\x1c\x98\x8f\x1f\x56\x94\x1c\x1f\x18\x88\x65\xb0\x7e\x60\x00\x96\x01\xf9\x81\x01\x98\x08\xe7\xf3\xd9\x67\xbe\x99\xf5\x64\x3e\x30\xe8\x6a\x7d\x1f\x84\x1b\xe9\x30\x7d\x60\xd0\xfd\x59\xdf\x1b\xcc\x89\xcc\xf6\x81\x1a\x52\x9e\xfe\x0f\x6e\xb2\x74\xed\x5f\x80\x2c\x48\x8c\x2d\x59\x80\x0d\x08\xb4\xa9\x2e\x87\x0d\x60\x70\xc9\x02\x10\x40\xa0\x0d\x75\x5d\xc5\xdb\x4f\x7c\xc6\xfa\x25\xd6\xef\xf3\xff\xed\xbf\x85\x78\xfb\x40\x24\x81\xe5\x01\xf5\x04\x1c\x5f\x08\xa8\x0f\xcc\xb6\xb8\xae\x3a\x10\x8d\xc2\xfa\xe1\x00\xc1\xe8\x95\x75\x55\x84\x97\x44\xb6\x07\x1b\x22\x6d\xae\x0b\x21\xf5\x89\xe1\x2c\xeb\xf2\xf5\xca\x7a\x06\xfd\x75\xd6\x8f\x04\xa4\x8c\x65\x5c\xd7\xb9\xd9\x34\xa6\xba\x5e\x88\x82\x0f\xb4\xc1\x2e\x8f\x82\x27\x72\xf9\xba\x00\xb7\x4b\x9b\xeb\xba\x86\xf7\x57\xcf\x37\x9e\xfb\xf7\x7c\x84\x8b\xd6\x35\xff\xf3\xc6\x33\xeb\x87\x26\x86\x80\xdb\xeb\x82\x70\x41\xb5\xf7\xba\x00\x3b\xc8\x38\x91\x75\xc1\xc6\x46\x9b\xd8\xba\x36\xde\xef\x7f\x49\xdf\xb2\x10\x08\x9f\x9a\xb1\x73\x30\x98\x15\x75\xee\xf6\xc6\x38\x19\x60\x56\x45\x9d\x7d\x2a\xa2\x71\x38\x19\x47\x72\x08\x45\x8b\x0f\x67\x53\x46\xad\xac\x0b\x59\x1e\x8b\x16\xff\x19\xf8\x9e\xed\x01\xd6\x86\x61\x2c\xeb\x3a\xcc\x2e\x14\x2d\x3e\x98\x1d\xe1\xb8\x57\x80\x0e\x9c\x36\x92\x15\x60\x70\x2b\xdf\xcd\x61\x05\x48\x1a\xe5\x93\x14\x56\x80\xc1\x8c\x49\x26\x57\xc0\xc9\x4e\xf0\xee\x85\x58\xfa\xc4\xb8\x98\x15\xa2\x21\x5c\x88\xed\xc5\x81\x72\xd6\x1f\x27\xca\xf5\xfd\x8d\x67\x7e\x9f\x00\x83\x76\xb1\xfd\x54\x50\xce\xf6\x53\xfd\xf7\x5f\xa8\x1a\x4f\x6a\x28\xef\x7c\x5e\x28\x67\x7b\x19\xf3\xf5\x31\xdf\x15\xe0\xc0\xcd\x50\x9b\x15\xb0\x39\xa9\xc3\x5e\x08\xcf\x4f\x8c\xbd\x59\x08\xcf\x6f\xd4\xa9\xaf\x80\xc3\x9f\xde\x97\x2b\x40\x87\xcc\x60\x9c\x85\xf0\xfd\x40\x9d\xf2\x0a\xb8\x19\x31\x3a\x67\x21\x9e\x3f\x50\xa7\xbc\x42\x45\x7d\x95\xe3\xc1\xe1\x4f\x1d\xf7\x0a\xcd\x21\xe7\xd8\x3e\x6e\x3e\x74\xe0\x58\x01\x0e\x00\xd4\x09\xaf\xd0\xf1\x3d\xe9\x25\x20\x53\x3f\x53\xf8\x2d\x44\xdd\x37\xd3\x7a\x42\x27\x5c\xb5\x1e\x88\xba\xef\xea\x3f\xd2\x52\x51\x6d\xb9\x02\xd4\x1a\x66\x7a\xff\x41\x39\xeb\x3f\x37\x97\xc6\xe4\xa8\x2b\x0c\xcc\x6f\x66\x7f\xc0\x2c\xcc\xd8\xff\xe1\xe3\xd3\xf7\x88\x56\xe3\x66\x46\xdc\x7e\xa0\x1a\x72\x21\x70\x3f\x11\x0b\x7c\x21\x70\xbf\xd1\x01\x7f\x05\xa8\x8d\xa9\x16\x5c\x88\xd4\x0f\x54\xfb\xad\x30\x07\xa2\xbe\xf8\x3d\x6c\x66\x54\xfb\x2d\x84\xea\x07\xaa\xf9\x56\x58\x8e\xe9\xc7\xef\xa1\xe6\xa5\x9a\x6f\x05\x30\x97\xae\xf9\x5f\xde\x3e\xc7\x03\xe1\xa7\x8a\xfe\x5e\x8c\x40\xd6\xbf\xeb\xe9\x4f\x64\x7d\x50\xa3\x74\x3d\x43\x58\xaa\xa2\x3f\x08\x4b\x5d\xeb\x79\x7b\xfd\x1c\x2f\x6e\x3a\x44\x0c\x5f\x01\xfc\x89\x6a\xb6\x15\x9e\x88\x30\xb6\xaf\xbf\x11\x6a\x55\xe2\x05\xac\x08\x9b\x19\xa3\x98\x56\x04\xbf\x60\x06\xbe\x15\x2f\x04\xd5\xfd\x3c\x63\xfd\x3f\xb5\xd0\x42\x50\x7f\x67\xf2\xc5\x15\xa1\x26\xa5\x1a\x69\x21\xa8\x3f\x54\xd2\x37\x82\xfa\x3b\xbd\xd7\x16\xc2\xf2\x43\xfd\x0e\xe7\xe5\x81\xf5\x0c\x9b\x5a\x1e\x58\x4f\x1b\xf6\x8a\xd1\xc7\xcb\xfe\x44\xac\x2f\xf9\x69\x84\x9a\x95\x09\xf2\x56\x3c\x37\x8d\x4e\xef\xb0\x15\xa1\x66\xa5\xe6\x66\xc5\x08\xfe\xc0\xc3\x37\x46\x8c\x4f\xf5\x25\x0f\xcd\xe3\xfc\x24\x9f\x2f\xce\x27\xd4\xae\xc4\x11\x58\x1e\xc9\xdf\xd3\x9f\x0e\x97\x88\x78\x37\x46\x46\xad\x98\x41\x1c\xdc\x6c\x11\x92\x20\xe3\xdb\x56\x84\x24\x48\x14\x82\x15\xe1\xaf\xdf\x49\xfc\xb1\x78\x67\xd8\x39\x67\x56\xdc\x0c\xd1\x99\x15\x99\x01\x22\xfd\x03\xd5\x44\x2b\x02\xab\xa7\x8b\x58\xce\x4d\xa6\x13\x8d\x73\x45\x24\x9e\xa2\x9a\x68\x45\xa4\x8a\xa6\x1a\x67\x45\x67\x5e\x59\xe5\xe8\x8f\xc6\xd3\x0e\x31\x11\xad\x71\x45\x64\x1c\xa0\x1a\x66\x45\x04\xad\x11\xae\x71\xc5\x0e\x62\xe2\x66\x47\xf4\x7f\x22\x96\xf9\x42\xf4\x7f\x0f\x5a\x3c\x18\xc0\x18\xdf\xbf\x22\x22\x67\x89\x6c\xbe\x22\x98\x1f\x33\xec\xad\x08\xc9\x86\x92\xe5\x8a\xc0\xf1\x63\x48\xd6\x8a\x36\x10\x1b\xc9\xf6\x61\xf3\xa2\xa4\xb9\x80\x17\xd0\x89\x13\xb8\x22\x74\xc2\x54\xdb\xac\x38\xbc\x7e\x7e\x3f\x03\x82\x29\x39\x7e\xb8\x5a\x37\xcd\x2f\xbc\x93\x88\x6f\xbe\xe2\xac\x88\xae\xe4\x78\x60\xe3\x22\xa2\xc0\x8a\x13\xb1\x9b\x55\xdf\x1b\xca\x39\x1f\xf0\x66\xea\x3f\xed\x3d\x78\x9f\xdf\xc3\xbb\xa9\xab\x7e\xe8\x90\xbb\xea\xdb\x58\x7f\x6d\x26\xc7\x43\xd5\xf7\x87\xd9\xf5\xa0\xcd\xe4\xcc\x4e\xcc\x60\xa3\xfd\xca\xf1\x6c\xb4\x4f\xe1\x03\x40\x01\x81\x6a\x96\x05\xa4\x80\x1e\x44\xbf\x37\x0e\x67\x31\x1b\xdc\x0c\xbb\x98\xcb\x8d\xf5\x17\x3d\xdf\xde\x7f\x8e\xf7\x06\xbd\x19\xeb\x07\x33\x24\x0c\xdb\x8a\x48\x89\xdb\x44\x6f\x88\x04\xea\x62\x4e\x4f\xc1\xfb\xa4\x07\xa4\xba\x69\x62\x96\x0f\xda\x17\x7d\x3f\xa0\x17\x1e\x86\x00\x0f\x08\xd4\x04\xac\x04\xe6\xcb\x9b\xfd\x4a\x17\x02\x4e\x49\x7f\x09\x71\x75\xfd\xbb\x99\xac\x04\x1b\x55\xe7\xcd\x24\x41\x6d\x2c\xc9\x18\xf8\x02\x9d\x6a\xf1\x95\xe0\xa0\x40\xef\xb3\x95\x82\xd7\xc7\xf6\xc1\x6c\xe9\x7d\xb6\x52\x3c\xf4\x45\x07\x93\xe5\x88\x02\x92\xa4\x1d\x41\xa0\x73\x7d\x93\x0b\x6b\x64\x8e\x29\xa3\x7d\x32\xe3\x04\x6f\xcc\xde\xf5\x8c\x78\x5b\xee\xcf\x84\x9c\x7b\xbc\x09\xaf\x84\xf8\xa2\x4e\x7a\x48\xf0\xb6\xec\x5c\xff\x04\x1b\x54\xe7\xfa\xa6\xe2\xef\xb3\x3f\xce\xaf\xc8\x8f\x1c\x05\xa0\x73\xbd\x81\x02\xd0\x69\x93\x5e\x80\x01\x08\x4c\x72\xb6\x12\xd0\x46\x3a\xe9\x21\x81\x9f\xb5\xc2\xf6\x5a\xc0\xf7\x6c\x0f\x59\x78\x78\x33\x5f\xa9\x61\xfd\xb4\x3e\xf0\xc6\xa4\x83\xcc\x02\x50\x40\xe0\xcd\x79\xa5\x9e\xf0\x3e\xfb\x0b\x1b\x16\xa1\xba\x17\x80\x02\x12\xe3\x05\x57\x72\x7e\x46\xfa\x47\x68\x7f\x38\x37\xe9\x3f\x1c\x2e\xc9\x25\x3b\x12\x63\x32\x2c\xb6\x06\x7b\x98\x55\xea\xbc\xd9\x24\xe8\xa0\x99\xbe\x6c\x25\x78\x43\x31\xda\x70\x25\xe8\xa0\x19\x6e\xbf\xd2\x61\x5e\x9d\x40\x1a\x2b\x4d\x2c\x6e\x63\xfd\x13\x9d\xe7\xc9\xee\xd1\xfc\x0c\x31\x5c\x09\x06\xae\x26\x62\x47\xf8\x3e\x0d\x90\xcb\x43\xe8\x93\x88\x67\x7b\x7d\x9c\x0c\x30\x0b\x1a\xf8\x56\xba\x31\xd9\x3c\xe9\xd3\x3d\x10\x01\xcd\xf1\xe3\xa6\x66\x81\xfd\xb9\x11\x70\xad\xcd\x02\x83\xb7\xae\xbd\x09\x3a\x60\x0b\x7a\xc6\x62\x89\x38\x1f\xaf\x8f\xf5\xc3\xa0\xad\x6b\x6d\xbe\x2a\x62\xa4\x23\x9f\x1b\xde\x57\xb9\xd7\xd7\xf9\x6c\x28\xd7\x33\xfa\x4f\xe2\xc9\x17\x0e\x1f\x12\x7b\xc6\xcd\x8d\x40\x0f\x2b\x07\xef\xaf\xca\xcf\xe6\x31\x32\xd7\x0c\x1d\xae\x51\x6d\x80\x58\xfd\xc0\xa4\x5c\x2b\xc3\xc6\xc4\x04\x5b\x2b\xc3\x9b\x88\x51\x99\x2b\x27\x6f\x8f\xdf\x27\xaf\xaf\xf0\xd9\xeb\xd3\xfb\x37\xe2\xb6\xd9\x3e\x5c\x25\x8d\x92\x73\xce\x5e\x1f\xe7\x03\xae\x92\x16\xf5\x8c\xf9\x21\x7d\x7a\x70\x3f\xe3\x28\x57\x06\xf3\x60\xe0\xe4\xf2\xe8\xfd\xac\xf9\xc3\x4d\x4c\x37\xcd\x5c\x10\x47\xae\xf9\x41\x9e\x2e\xdd\xdc\x33\x6c\x50\xba\x39\x23\x40\x3f\x19\xe9\x2f\x7b\x16\x14\x1e\xfe\xb9\x9d\xf5\x65\xf0\xe4\xca\xb0\x39\x31\xd6\x72\xe5\x86\x58\x72\xd2\x67\xf6\x04\x4c\x97\xca\x6f\xbc\xaf\xef\xcf\xe1\x48\x1d\xfd\x42\x04\x7f\xd0\xcd\xd5\x43\xf8\x75\xf3\xcd\x1d\xeb\xcb\x9b\x58\xf6\xfc\x29\xdc\x8f\x19\xae\xd8\x8c\xaf\x5c\xd9\x22\x22\xe1\x39\x1e\xe0\x86\x98\xda\x03\x73\xd1\xcd\x36\x83\x7f\x10\x8e\x7a\x65\x4f\xb6\xc2\x9b\x14\x82\xfc\x13\x03\x34\x57\xf6\x7c\xfb\x14\x66\x10\xb7\x1f\x98\xa2\x6a\xe5\xe1\xef\xb3\x7f\x03\xf4\xc1\xfd\x9f\x3d\x23\x69\xd0\x33\xd6\x9b\xc2\x58\x9e\x5e\x1f\xfb\xb3\xb0\xde\xa2\x5f\xdc\xcc\x8c\xcc\x3b\x2f\xac\xb7\xe8\x19\x71\x27\x46\xe6\xed\xd1\xfa\xc4\x9c\x5e\xd9\x73\x2d\x51\x78\x42\xb4\x7e\xa2\xf7\xdc\xca\x08\xcb\xa4\xb7\xdc\xca\x47\x18\xe9\x45\xf3\x85\x9b\x18\xbd\xe1\x16\xe2\xf9\x7b\xd1\x7c\x79\xe2\x3c\xde\xb4\xb3\x67\x4c\x12\x3d\x3e\xfe\x3d\xfb\x0f\x7e\xa3\x9b\x2f\x42\xf8\x3b\xd5\xa6\x2b\x3f\xc8\xdb\xf3\xf3\x8c\x6c\x41\x9f\x59\x62\x95\x2b\xe2\xfd\xca\x67\xa4\x4a\xe2\x7e\x2d\xe7\xa6\xd7\x19\x47\xb3\xca\xe5\xe3\xfd\xd3\xe1\x52\x3c\xab\xf8\x4f\xe5\x98\x5c\x1e\x1e\xc5\x93\x35\xaa\x72\x18\xb8\x75\xcd\x2d\xc1\xbf\xd7\xfb\xf8\x9e\x87\x4b\x09\x87\x38\xa4\x53\x2c\xd0\xb1\x1b\x0f\x97\x02\xdc\x11\xe9\x14\x0b\xae\x8d\xc6\xc3\xa6\xe0\x5a\xc8\x38\x84\xe5\xb0\x00\x44\xfc\x5e\xc5\x93\x0e\x93\x39\x94\xe4\xdf\xeb\x19\xdf\x57\xbd\x8f\xfe\x54\x95\x63\xb2\xa9\xe6\x28\x70\x8d\x64\x38\xe9\x2a\x90\x84\x18\x4f\xba\x0a\xd4\x4c\xc6\xc3\xab\x94\x8a\x67\xce\x07\x74\xbe\x0c\x30\x5d\xa5\x7a\xca\x71\x8e\x07\x01\xa7\x74\x3d\x5c\xc5\x99\x95\xfa\xd7\xb0\xd8\x2a\x3f\x92\x48\x97\x5a\xaf\x38\xb3\xa1\xa4\x55\xc0\x6c\xa4\xe6\x2b\xce\x6c\x34\xbf\xb0\x19\x99\xbe\xef\x9e\xf3\x93\xf5\xf7\x37\xaf\x31\x9f\x31\x3f\xbc\xc9\x15\xc3\x78\x55\xff\x61\x36\x9d\xae\xc5\x0b\x58\x05\xc9\x78\xf8\x15\x4f\xed\x44\xc9\xa8\x40\x58\x21\x8e\xdb\x02\x98\x41\x62\x10\xec\x2a\x6f\xe6\x27\xf6\x07\xae\xdd\xc6\xc3\xb0\x38\x33\xe2\x61\x0e\x78\x83\x44\x5c\x87\x55\xde\xb4\x85\x5c\xcf\x31\x80\x9e\xa1\xef\xc1\x4c\xc8\x3c\xca\xc4\x7a\xf1\xf0\x2b\xe7\x26\xd6\xa5\xd6\x2b\xd3\xdb\x67\x7d\x87\x19\xf5\xaa\xcd\x08\x35\x91\xf1\xf0\x28\x87\x19\xf5\xca\xc3\xb8\x80\xf9\x18\x99\x77\x81\x6b\xb5\xd4\x66\x40\x48\x08\x46\x66\x53\x8e\xb0\xd3\xe9\x6d\xb8\x00\x79\xd0\xa5\x96\x2b\x0e\x16\x22\xfa\x84\x8d\x4c\xc2\x45\x71\xe1\x46\xf3\x8b\x9b\x91\xd4\x6e\x05\x71\x6b\xc6\xc3\x11\x18\x09\x41\xc2\x45\xc1\xcd\x88\xde\x7f\x0b\x98\x09\xf9\xe2\x61\x5f\x2f\x64\x46\xe0\x4d\x1b\x98\x09\x99\x41\xc9\xab\x82\x7f\x48\x6d\x5c\x03\xe6\x9f\xcc\xb8\x9e\xfd\x9d\x2f\xce\x57\x8d\x98\x6f\x4a\xf2\x15\x41\xb1\x3a\xbc\x6a\x34\x94\x57\x3e\x0f\x7c\xff\xad\x47\x4d\x40\x47\x21\x73\xad\x29\xa2\x9c\xf5\xa5\x8a\xf2\xce\xe7\x43\xdf\x52\x03\xd7\x04\x04\x13\xf2\xb7\x9a\x0c\xe5\xaa\xdf\xdb\x63\xfb\xc8\x07\xc7\x28\xfd\x55\x13\xf0\x56\xc8\xdf\x6a\xc2\xfa\x70\xbf\x55\xd8\x00\x75\x38\xd5\xdc\x50\x1f\xdb\x83\x30\xa4\xc3\xaa\xc2\x46\xad\xc3\xa9\x66\xd4\x47\xfe\x51\x0b\xd6\x93\xfb\xa3\x42\xf3\xa3\xc3\xa9\x16\xac\x07\xe9\xbd\x42\x13\x24\xfe\x5d\xeb\xd9\xcf\x74\x70\x59\x15\x71\x65\xe2\x5f\xb5\x21\x6b\x07\x0f\xeb\x0a\xfe\x21\x7e\x56\x8f\xb0\xd2\x9b\xfa\xdf\x31\xdf\xe1\x2f\x90\x2e\xab\xf6\x43\x0c\x52\x63\x54\xf3\x8f\xf5\x7c\x98\x89\xd4\x06\x15\x6a\x1c\x31\xab\x6a\x13\xef\xeb\x19\x9d\x27\x33\xaa\x47\x72\xc9\x8c\x30\x5f\xc0\x8a\xe8\xba\xd6\x03\x2b\x22\x88\x99\x54\x00\x14\x35\x11\x2b\x98\x87\x98\x49\x3d\x92\x4e\x66\x84\xfa\xaa\xf0\x9e\x11\x33\xa8\xf3\x6c\x4e\x1a\xbc\x17\xf0\x20\x32\x5d\xa9\x57\x05\x08\x91\xae\xe5\x15\x89\x22\x7f\x88\x7f\xd5\xf3\xbe\xc6\x8b\x5c\xa7\x3f\xc4\x0d\xd4\x22\x06\x8d\xad\x8a\x34\x37\x17\x25\x83\xba\x2f\xbc\xcf\xf2\x8d\xc5\xa1\x64\x05\xfc\x89\x48\x3f\xf2\x05\x00\x8a\x7c\x51\xf2\xaf\x1b\x10\x3b\x22\xbe\x73\x73\x8a\x3f\xf3\x7b\x83\x18\x78\xd8\x03\xb0\x22\xfe\xcc\x2f\xd4\x22\x32\xa8\xd6\x73\x73\x8a\x3f\xe3\x41\x6a\x06\xe9\xc4\x2b\x72\xa8\xaa\xff\x0d\x68\x44\x0c\xea\x5a\xed\x42\x4e\x18\x0a\x0f\x0d\xd9\xa5\xd5\xdf\x76\x61\xfd\xa9\xd6\x01\xc6\x45\xbc\x28\xf9\x00\xe4\x42\x49\x8f\x57\x43\xc6\xac\x8b\xeb\xdf\x42\xc2\x73\xe4\x33\xe8\x83\xf4\xd0\x90\x45\xfa\xa2\x4e\xba\x45\x6c\x56\x32\xe3\x16\xd1\x1f\x0a\x17\x40\xbd\x50\x9e\xd9\x05\xd4\x8b\x48\xd7\xf5\xd5\x1c\x93\xe8\xd2\x33\xd6\x9f\x92\x7e\x4b\x58\xff\xa4\xef\xb1\xfe\x64\xf6\x0d\xcc\x44\x92\x79\x43\x52\x40\x22\x06\xac\x96\xf1\x3e\xe9\xab\xe5\x81\x67\xb6\x97\x27\xbe\x67\xff\x01\x6a\x24\x49\xb5\x39\xb3\xe0\xe1\xd0\x90\xf9\xef\x22\xf3\x69\x05\xeb\x4f\xfa\x6e\x48\x53\xc9\x94\x89\xab\x55\xf4\x5f\xfd\x39\xc2\x8c\x52\xa7\xae\x56\x07\x9e\xd9\x1f\xe4\xad\x66\xc4\xfb\x6a\x10\x56\xa4\x26\x07\x20\x46\xbe\x78\x33\x69\x60\x36\x5d\xf3\xe1\xcc\x86\x37\x93\xd6\xbd\x7d\xb6\xd7\x41\x1f\x1a\x7f\xf7\xfe\xb3\x7e\xdc\x94\x24\xdc\x35\x03\x3d\x50\xad\xdd\x90\x1e\x90\xae\xe4\xab\x1d\xe1\x45\x39\x48\x57\x33\xcf\x12\xa4\xef\x31\xdf\xa2\x9f\xe1\xf5\xb3\xfd\x01\xfa\xa1\x9a\xba\x81\xdf\x74\xf5\x67\x62\x3e\x79\x18\x03\xb1\x43\x09\x3b\x57\x3b\xfc\x26\x32\xc8\x79\xb5\x79\xa3\x9c\xef\x2f\xcc\x07\x6f\x46\x0d\x79\x67\x03\xf7\x7b\x83\x30\x22\x35\x6b\x5b\x37\xca\xf5\x3d\xe6\x87\x87\x13\x10\x39\x62\x10\xbd\x1d\x7e\x11\x65\x26\x68\xdb\xc7\xcf\xef\x37\xd6\x97\xfb\xbf\x6d\xcc\xbf\xe8\x67\x2f\x94\x73\x3e\x91\xb1\x36\xf0\xe6\xd8\x6e\x8c\x8f\x87\x4d\xbb\xbd\x3d\xae\xff\xed\xf5\xfd\x25\x1b\xf0\x6a\x60\x5e\x41\xc4\x8e\xac\x32\x84\x87\x58\xed\x48\x36\x31\x88\xf8\x9f\xb3\xf9\xbb\xe9\x7d\x2c\x16\x25\xef\x06\xa0\xb5\x6e\x7a\x1f\x83\xe7\x4d\x01\xf0\x21\x5d\x92\x1f\xe0\x43\x22\xd3\x82\x2d\xc0\x87\x74\x39\x08\x00\x3e\x24\xcb\xa0\xd6\xa1\xe3\x95\xe4\xd7\x83\xd7\x5f\xf9\x7c\x26\x57\x6a\xad\x1e\x7c\x32\xbe\xc5\xec\xc8\x4f\xca\x08\xe5\xd5\x23\x88\x99\x92\x4e\x07\x33\x93\x0d\xa5\x03\x4f\x4d\x6a\x9f\x8e\xdc\xb7\xcc\x32\xb5\x00\x3f\x92\xb5\x39\x3b\x12\xe6\x33\xcd\xd4\xea\x2e\x59\x51\xd2\xe9\xce\xbc\x28\xe9\xf4\xc3\xbc\xba\xd4\x38\x80\x2b\x89\xc4\xb7\x5a\x80\x23\xc9\x8c\x23\x59\x80\x23\x89\x8c\x78\x5e\x80\x23\xc9\x4c\x1c\xba\x7a\x8e\x28\x67\x7f\x33\xc6\xd7\xf4\x8c\xf5\x22\xf1\xf5\x8c\xf9\x22\x33\xed\x19\xcc\x9f\xc4\x07\xf8\x92\x4c\xb8\x8a\x05\xf8\x92\x2e\x35\x0b\xe0\x4b\x32\xe1\x2a\x16\xe0\x4b\x22\x73\x3f\x2d\xc0\x97\x64\x19\x24\x7b\xc1\x61\xda\x55\x8e\xc3\x8e\x92\x5a\x3f\xcc\xb1\x4b\xcd\xd1\x2b\xfa\xcb\x9b\x09\xe0\x4e\xba\x24\xd1\x5e\xb1\xfe\x3c\xbc\x00\x57\x12\x83\xca\x9b\x7f\xcf\xf1\x80\x99\x32\x6e\x62\xf5\x76\x24\x65\x13\x7d\x22\x73\x2a\x33\x3e\xad\xde\x31\x5e\xad\xdf\xb9\x09\x46\xe6\x74\x5a\xdd\x31\xe8\xb4\x9e\x48\xa5\x1a\x44\xaf\x16\x50\xce\xf9\x03\xb3\x0c\xa2\x57\xc3\xfc\xf0\x26\xd7\x0d\xf3\x41\xe6\xd8\x91\xc2\x37\x88\x7e\x0d\xf4\xa8\xf9\x30\xd0\xa3\xe8\x17\xb9\xb6\x88\x68\xb1\x3a\x52\xd6\x07\xd1\xe7\x11\xee\x62\xd0\x78\x06\xe8\x4f\xed\x0f\xcc\x8f\xc6\x33\x30\xbf\xbc\xf9\x75\xe4\x63\x0d\xa2\xc7\x89\xf5\x24\x3f\xe8\x13\xfb\x8d\xfb\xbf\x2f\xaf\x8f\xfd\x5f\x5e\xae\x67\xaf\x8f\xfd\xdf\x15\x30\x7d\xec\xdf\xb9\xf9\xc5\x20\xfa\x70\x61\xcc\xf4\xbe\xa1\x9c\xfd\x71\xe6\x28\x7a\x38\x37\x39\x93\xf0\x00\x04\x92\x1c\xc4\x7f\x00\x1f\x26\xe1\xa1\x3b\xbf\x13\xbd\x1c\xe1\x2c\x13\x4c\x6f\x01\x71\x24\x32\x8e\x64\x01\x51\x24\x13\xf1\x62\xd9\xd5\x4e\x7d\x59\xe5\x1d\xe5\x95\xcf\x37\x70\x07\x13\x9f\xb1\x7e\x9c\x3f\x0b\x17\xca\xd9\x5e\xc0\xfa\x71\x3e\x81\x38\x92\x03\x85\x23\x20\x8e\x44\xe6\x23\x5a\x40\x1c\xc9\x3a\xcc\x2c\x2c\x3c\xb3\x3f\xe7\x26\x68\xe2\x3f\x16\x31\x3e\x1e\x1e\x16\xb1\x1e\x9c\x5f\x8b\x1b\xe5\xec\x1f\x52\x7d\x07\xfb\x4b\x9c\xcb\xb2\x23\xb9\x65\x1d\x1e\x96\x30\x19\x94\x84\x2d\x63\xb1\x35\x99\x60\x1e\x32\x00\x5a\xc1\x60\x29\xa9\x1a\x52\x2e\x33\x43\xd1\xb2\x7a\x16\xf7\x67\x32\x6a\x42\x39\xdb\x03\x4c\xd9\xcf\x64\x20\xed\x5e\xa0\xa4\x65\x0d\xe9\xb0\x35\x39\x60\x1e\xcc\xdd\xb3\x00\x1f\x12\x99\xac\x67\x01\x3e\x24\x13\x3e\x63\x59\x3b\x8b\xf9\xfb\xfc\xa0\x9c\xed\x01\xaa\xec\xf7\x19\xd9\xff\x79\x38\x01\x2e\x24\x46\x4d\x6e\xf7\xef\xd9\x1f\x30\x93\xa8\xf9\x3b\xcc\x24\xcb\x21\xc0\x0c\xd9\xbb\x35\x9f\x47\x32\x33\x1d\x3e\x80\x1b\xc9\xcc\xef\xb8\xec\x48\x5e\xa6\xc3\xc3\x0c\xa9\xcd\xa3\xea\x5b\x28\x27\x31\x78\xfe\xf0\xa8\xef\x6f\xd4\xc7\xfe\x0f\xcc\x57\xd4\x33\xe6\x97\x37\x01\x1b\x58\x6f\x1e\xb6\x86\x9b\xa1\x0e\x57\x9b\x67\xfd\x19\x54\xb6\x6c\x62\xbd\xb9\x59\x0d\xc0\x81\x0c\x22\x5b\x36\x41\xdc\x1a\xdf\xf2\xf6\x59\xdf\xb9\xe9\x19\x83\xc6\x16\xe0\x46\x62\xd4\xfc\x43\x72\x63\x52\xc7\x65\x48\x70\x1a\x28\xa9\x1a\x80\x37\x03\x0f\x2b\x83\x64\xa6\xc3\xd8\x36\xc6\xaf\xf9\xdb\x0f\x70\x3c\x59\xdf\x7d\x79\xf2\x74\x3e\x07\x94\xb3\xfe\x1b\x29\xed\x35\xbf\xc8\x17\xf8\x33\xdf\x37\xe8\x89\x37\x73\x83\x70\xc5\xc4\x8e\x0b\x70\x23\x31\x8a\x79\x3c\x3e\x9e\x8f\x3e\x06\x98\x13\x23\xb4\xd7\xb8\xce\x7a\x6b\xbf\x00\x0e\x24\x32\x62\x7a\x01\x0e\x24\xcb\xa1\x03\x70\x20\x91\x11\xd3\x6b\x1c\x66\x62\xa2\xd7\x11\x90\x52\x93\x92\xf8\x38\xc2\x95\xc5\xa0\xfa\xb1\xbe\x64\x7e\x23\x7a\x7b\xfc\x3e\xa2\x3d\x0a\x07\x23\x9e\xf5\x17\x7d\x0d\xdc\x1c\x99\x0a\x72\x8d\x08\x2c\xd0\xa8\xef\x91\xac\x9f\xf4\x30\x9c\x39\x51\x58\x18\x09\xe3\xe7\x61\x3e\x90\x90\x54\xc2\xc0\x28\x5e\xce\xf1\x42\x78\x91\x30\x30\x9c\xff\xf0\x30\x1d\x05\xeb\x5f\xf4\xfe\x59\x9f\x9f\xf1\x54\xef\x2f\xdf\xaf\x98\x3f\xd2\xdf\x80\x70\x22\x07\x17\x20\x8a\x64\x39\xb0\x8c\x8a\xf5\xd3\x7c\x3b\x3f\xa2\x70\x06\x04\x11\x93\x81\x7c\x34\xec\x47\x0a\x67\xa3\x83\x1f\x54\x3d\xa3\xff\x3c\x6c\x47\xc7\x7c\x6b\xbc\xc8\xfb\x2e\x61\x61\x18\xe6\x9f\x87\xcb\x30\x8c\x87\xc2\xe4\x30\x1f\x8f\xde\xc7\x78\x34\x3e\x64\xf2\xd4\xe1\x3e\x7c\xbf\xeb\xfd\x79\xf8\x33\xf3\x82\x2f\x20\x7e\x64\xed\x07\x20\x7e\x18\x13\x86\xad\x31\xd1\xdf\xfe\x97\x08\xfd\x05\x78\x8f\x4c\xf4\xd5\x05\x78\x0f\x63\x4a\x84\x35\x16\x26\x53\x8d\x2d\x40\xc1\x92\xf9\x0f\xa8\x91\x98\x55\x70\x8d\x73\xcd\x33\x46\xe8\xae\x71\x98\x45\x64\x04\xf6\x1a\x1b\xd8\xb1\x64\x6e\x80\xfb\xc8\x92\x34\xc6\xc6\xe6\xa4\xa4\x34\x36\x16\x57\xdf\x3b\x73\xa0\xce\x7c\xdc\x67\x71\x93\x36\x13\xae\x6d\x92\x2c\xc6\xed\xf5\xb1\x7f\x48\x07\x2a\xef\x1d\xc0\x83\x44\x46\x60\xaf\xf1\x60\xf2\x28\xf9\x0d\xe8\xa0\xe5\xad\x33\xa1\x16\xd2\x62\x03\xde\x23\x32\x3d\xcb\x02\xbc\x47\x96\x24\x32\x9d\x59\x50\x12\x98\x2e\x79\xfc\x7c\xef\xf5\x7d\xfd\x9d\x11\x8b\x4d\x1b\xc6\xc4\xe6\x66\x50\xd4\x9a\x67\x73\x47\x26\xb4\x5f\x13\x37\x27\x26\x37\x5c\xf3\xdc\x9c\x2c\xa9\xfe\x73\x73\x8a\x0c\x1a\x5c\x13\xe0\xa8\x49\xfd\xc5\xe6\x66\xf6\xc3\x35\xd3\x0d\xb4\x5d\xbd\xff\xa0\xfc\x9b\x3f\xc0\x75\x58\xa6\x70\x30\xcf\xcd\x29\xa6\x9f\xe7\x81\xf7\xf9\x7d\x9e\x80\xeb\x4d\x7c\x5e\x78\x9f\xe3\xc9\x5e\x3f\xbf\x07\x73\x61\xf2\x93\x05\xf8\x0d\x63\x10\xe3\x9a\xe7\xe6\x94\x99\xe3\x70\xcd\x32\x80\xf7\xcb\xf9\x38\xcc\x26\x26\xb5\xe7\xe8\xc1\x51\xcf\x1b\xe5\x1c\xcf\x11\x6e\xa2\x36\xd7\x84\x70\xc3\x24\x89\x6b\x22\x79\xa8\x84\x9b\xd9\xce\x7a\x64\x1e\x76\x13\x37\xa3\xa8\xfa\xba\xf7\x9f\xdf\x83\xb9\x48\x38\x99\x48\x2f\x2a\x61\x64\x1e\xe1\xc3\x08\xe3\xbb\xe6\x11\x3e\x22\x13\xa4\xac\x69\x98\x2f\x0a\x17\x13\x6a\xe6\xa8\xf1\x0c\x4f\xb8\xcc\xf6\x07\xd6\x8f\xcc\x64\x0e\xcc\x2f\x85\xa1\x39\xb1\x7e\x64\x2e\x73\xa2\x7f\x14\x86\x80\x70\x11\x99\x61\x65\x01\xe1\x22\x13\xae\x66\x4d\xa8\x99\x09\x57\xb3\x26\xf2\x0a\x33\xa8\x78\xcd\x85\xf5\x10\x7d\xe1\xa6\x42\x78\x99\x05\x04\x0b\xcb\xda\x0f\x0b\xeb\xa1\xf5\xc3\xcd\x84\x89\xf0\x16\x10\x25\x22\x11\x05\xd6\xbc\xb1\x3e\x14\x0e\xe6\x5d\x01\x9a\xcc\xfa\x21\x1c\x88\x3f\xcd\x1b\xc8\xc5\x41\xf5\x19\xca\xf5\x0c\x7a\xd5\x7a\x42\x73\x23\xe1\x62\x62\xff\x47\x0a\x0f\x40\x88\x30\xc5\xd5\x00\x21\x22\x13\x7e\x66\x01\x21\xc2\x14\x57\x03\xc4\x87\xc8\x3c\x2b\x6b\x85\x1b\x40\xcb\x89\xcf\x0f\xca\x59\x5f\x04\x2e\x33\x0f\x53\x20\x3a\xc4\x44\xe1\x09\x88\x0e\x46\x2c\xba\x05\x44\x87\x48\x34\xe3\x05\x44\x87\x1c\x79\xf8\x2f\x1c\xe6\x72\x58\x5a\x09\xeb\xcd\xc3\x7e\xa5\x81\xfa\xbe\xf9\x00\xc2\x43\x96\x70\xb4\xf2\xe1\x17\xc4\x42\x5b\x2b\x83\x3e\xca\x9f\x6c\x2e\x2b\x63\xf1\x35\x18\xdf\xfc\x54\x0b\xac\x82\xc5\xe3\xb5\x73\x61\x33\x13\x9b\x6b\xad\xe2\xdf\xeb\xfd\x1b\xcf\x9c\xdc\x02\x40\x6d\x1e\x0e\x80\x8b\x88\xcc\x33\xb2\x00\x17\x91\x99\xbf\x6f\x2d\xdf\xec\x94\x3c\xd6\xd9\xec\xc6\xa0\xb6\xb5\x6a\x45\x39\xdb\x3f\x92\x89\x11\xbb\x6b\x2d\x48\x26\x4c\x2d\xb2\x00\x3f\x11\x99\x5a\x64\xad\xe6\xed\x91\x18\x1a\x88\xc5\xf4\x0c\x62\xe1\x66\x5f\x0d\xc4\x62\x7a\x2e\xa8\x8f\xe3\x41\xca\x71\x49\x9a\xab\x1d\x66\x4a\xac\xab\xb5\x1a\x36\xa3\xc6\x8b\x9b\x8d\x24\xab\xe5\xcc\x83\x6a\x8b\x65\x20\x0e\x8d\x6f\xa0\xff\x5a\x5c\xe8\x8c\x25\xf9\xad\x31\x00\xbc\xcd\xfa\x07\xe6\x5f\xe3\x9d\x20\x16\xf5\x77\x02\x79\x5b\x9b\xc5\x99\x09\x99\xcd\x82\x5a\x43\x92\xe3\x9a\xe8\x1f\x25\x33\xc0\x51\x64\x49\x8e\xeb\x08\x17\x56\xb5\xde\xb0\x51\x25\xd1\xcb\xc2\xe6\xd4\xf8\xa0\x43\x66\x86\x91\xb5\x36\xe6\x43\xe3\x83\x4d\x2a\x89\x5e\x6e\x30\x2f\x4a\x6a\xeb\xc6\x61\xc6\x9b\xc3\xba\x23\x90\xc4\x55\x8e\xfe\x51\x72\x03\x82\x44\x4c\xa2\x0f\x08\x17\x92\x3c\x17\x6c\x56\x4c\x4a\xb2\x96\x33\x17\x4a\x9e\xeb\x39\xcc\x40\xae\xee\x0b\x37\x11\x49\xaa\xfb\xdc\x44\x4c\xae\xee\xfb\x42\xff\xf8\x3e\x10\x24\x22\x73\x87\x2c\x20\x44\x64\xc2\xf1\xac\xed\xcc\x87\xc2\xc0\x3e\x37\x0f\x93\x6b\xf8\x0e\x38\x2c\x49\x7f\x3b\x00\xaf\x9c\x37\x95\x1d\x0e\x73\x96\xb7\xdd\x86\x0d\x8a\x41\xd0\x6b\x43\xed\x21\xe1\x10\x88\x12\x51\xc2\xc3\x76\xe1\x82\xeb\xb5\x61\x83\x92\xf0\xb0\xd3\x59\x5f\x46\x6c\xaf\x9d\x40\x7f\xdc\xff\x3b\x01\x4e\x9d\xcc\x73\x27\xc3\xf7\xdf\xfa\x00\xa1\x22\x66\x1e\xd6\x3b\x7b\x7b\xec\x5f\xf1\xfe\xb0\xfe\x82\xf5\xe1\xfa\x6e\xf0\x0b\xa2\x98\xaf\x5d\xb1\xbe\x14\xbe\x80\x30\x11\xb3\xe6\xab\x9e\xf5\x92\xf7\xe9\x3e\x37\x8f\x98\x79\xf8\xef\x06\x7a\x22\x3f\xd9\x87\x1f\x44\x06\x81\x2f\x20\x46\x44\x09\x33\x40\x8c\xc8\x4c\x5c\xb8\xb6\xef\x67\xd2\xcb\x86\x4d\x4a\xc2\xf0\xee\xfe\x3d\xfb\xdf\xfd\x7b\xce\x57\xc7\xfa\xfe\x7c\x8f\xf5\xa1\xf0\xbb\x3b\xd6\xf7\xa7\x3e\xcc\x87\xe8\x07\x37\x15\x22\x34\x2c\x20\x4a\x64\x09\xbb\x1b\xfc\x84\x41\xeb\x6b\x8f\x0a\x00\x7b\xbe\x7f\xf8\x47\x64\xe6\xd8\xb5\x91\xff\x43\xde\x7b\x7b\x60\xfd\x78\x98\x03\x31\x22\x12\x91\x61\x6d\x17\x46\xec\x4f\x71\x2e\x80\x93\xc8\x92\xac\xf7\x8a\x80\xcb\xe7\xe4\x83\x99\x24\x5e\xdb\x37\xd4\x1c\x84\x77\x58\xfb\xdc\x64\x72\x12\x31\x83\x79\x64\x11\x1b\x98\x05\x23\xe8\xd7\xde\x67\xf1\x65\x40\x03\xfc\x43\x64\x86\x8e\x05\xf8\x87\x2c\xc9\x75\x83\x39\x30\x25\xc7\xda\x30\x68\x27\x4d\xc6\xe3\xed\xb1\xfd\x67\x00\xb0\x9f\x93\x01\x83\xb6\x5c\x41\xf7\xb3\x50\xae\x67\x6c\x4e\xaa\x79\x6e\xdc\x4c\x24\x99\xde\x60\x0e\x99\x92\xc3\x8d\x9b\x88\x5c\x41\x6f\xa8\x2d\x88\x1d\xb5\x00\xff\x60\xf2\x93\xbf\x71\x53\x91\x24\x7d\x23\xa5\x88\xfc\xe6\xef\x80\xc5\xa4\x64\x01\xf8\x86\x48\xb8\x85\x05\x78\x86\x2c\x49\x1b\xf0\x0c\x59\x92\xf6\x7d\x6e\x26\x26\x1b\xd6\x0d\x03\x36\xb3\xe9\xae\x1b\x69\x45\x64\xc3\xba\x9d\x79\x14\xbd\x8f\xf1\x15\x95\x6f\xd4\xcf\xfe\x1f\xe6\x90\x89\x5d\xb5\x6e\x30\x07\x49\xe6\x40\x64\x30\xb9\x2e\xdf\xb8\x89\x48\xf2\xbd\xcf\x4d\xc4\x64\xb3\xba\x61\xc3\x91\xa4\x7a\x3b\x73\xa1\x70\x71\xd7\xb3\x7e\x4c\x54\xb2\xee\xc3\x1c\xcc\xb4\x1e\x10\x16\x08\xf9\xbf\xee\xc3\x1c\x4c\xae\xb4\x40\x6c\xc8\xba\x79\xdf\xc8\xef\x20\x6f\xa4\xdb\x99\x07\x75\xce\x77\x3f\xeb\x25\x6f\xa0\xbb\x63\xf3\xf1\x70\xb9\xa1\xa6\x48\xea\x7f\xc7\x7a\xf1\x66\x70\x77\xf4\x8f\xc2\xc8\x0d\x9b\x0a\xd3\x4f\xac\x1b\x6a\x0c\x49\xca\xb7\x33\x07\x32\xfb\x7b\x60\xfd\xd4\x9f\xe1\xe5\x7c\x7f\x4c\x94\xb3\x7d\xdf\xec\x64\x76\x40\x7c\xc8\x92\x8c\xef\x89\xf5\xd0\xf7\x13\xeb\xc1\xfd\x73\x23\x1b\x90\xbc\xfb\xee\x05\xe6\x4a\x66\x77\xfb\xfe\x26\x73\xbb\x21\x1c\x10\x1e\x66\xdd\x0b\xf4\x47\x49\xfb\xf6\xfd\x4b\xe6\x77\x23\x0e\xe7\x92\xc7\xc6\x0d\x5f\xd8\x4b\x2e\x1b\x37\xac\x18\x4c\x5b\xb8\xee\xc7\x93\x62\xa8\x8b\xd8\x92\x45\x24\x7d\xce\xf7\xcc\x44\x86\xeb\xf6\xac\x10\x72\xe2\x78\x60\xb7\x65\x5a\x82\xf5\x5c\x98\x73\xee\xe9\x07\x7b\x9a\x69\x09\xd6\x13\x90\x46\x43\x5e\x07\x80\x91\xc8\xcc\x85\xb2\x9e\x30\xfd\x05\xfd\x71\xa8\xb4\x70\xd7\x3d\x01\xbb\x84\x54\x0a\x5c\x89\xa8\xfb\xd3\x03\x4b\x2e\xd3\x23\x2e\xe0\x4a\x44\xdd\x9f\x9e\x73\xdf\x08\x97\xfc\x30\x9e\x84\x2e\x92\x6c\x9f\x04\x36\x48\xb2\x7e\x12\xa6\x9d\x64\xfc\xf8\xb6\x24\xdb\x78\xb2\xcf\x32\xe9\xee\x29\x5e\x21\x7b\x54\x7d\x5d\xc8\xe8\x9f\x23\x95\x47\x41\x27\x3c\x70\x5b\xbd\xe4\xca\xf0\x54\xc3\x0b\xec\x42\xc5\x24\x51\x61\xfa\x54\x2c\x4b\xf9\x93\x69\xff\xf1\x4c\x0f\xb2\x75\x3d\x30\x6f\xe8\x06\x08\xe4\x8a\xa8\x1b\xdf\x03\x0d\x00\xd1\xec\xd7\x03\x0d\x00\x61\x84\xd6\xd3\xdf\x54\x28\xfa\x20\xe1\x03\x8e\xaf\x7b\x2e\x12\xcd\x79\x2f\x78\x81\xe3\x83\xc1\xa3\x68\x0d\x71\x8c\x13\x88\x68\x3d\x86\x29\x26\x67\x7c\x0c\x6b\x26\x8b\xc1\x83\x7b\x00\x61\xe0\xd6\x33\x3c\x1b\x8a\xc6\x00\x7b\x67\x11\x15\x60\x6f\x0b\xcd\xe1\x81\x3d\x93\x38\x71\x0b\x68\x1c\x59\x17\xaf\x07\x7b\x5d\xe8\x0e\xcf\x1c\x9e\xbe\x85\x3d\xc0\x4d\x40\x37\xa9\x07\x7e\xf8\x17\x31\xc3\xd7\x33\x31\x26\x5e\x35\x1e\xec\xee\x22\xb2\xf1\xd3\x9b\xa7\xe5\xb3\xbc\x87\x7a\xdf\x7b\xc4\x39\xdc\xd5\x13\xc0\xf0\x05\x28\x1e\x75\xf7\x79\xb6\x67\xa0\x21\xff\x7c\xe0\x70\x42\xb8\xa5\xf5\xdc\xde\x03\x2e\xd3\xed\x15\x70\x4e\x6e\xef\x01\x27\xf5\xf1\x75\xa6\xf4\xf5\x3c\x58\x67\x11\xc2\xf3\xe6\x9c\x61\x97\x60\x35\x95\x6e\xe0\x79\x40\xb7\x4d\xcf\xd8\xdc\x54\xf6\xed\x0b\x96\x0a\x02\xdd\xef\x0b\xca\x08\x26\x97\xdc\x97\xb3\x97\xef\x88\xda\x17\x44\x82\xf2\xdd\x4f\xf7\x75\x61\x92\xbf\x39\xd9\x57\x00\xe1\x34\xd6\x07\xb3\x29\x81\xf1\xf7\x05\x65\x25\x95\x0f\xfb\x0a\x3e\x45\xac\xdf\x99\xcd\x47\x06\xfb\x72\xe6\xf2\xdd\x47\xf7\x15\x41\x06\xd4\x1e\xed\x2b\x82\x61\x7e\x17\xd2\x7d\x39\x33\xa9\xec\x40\x02\x99\x74\xbe\x9f\xbc\x01\x36\x98\xb1\xaa\xb1\xb0\x47\xf0\x4a\xa3\xba\x62\x5f\x70\x71\xbd\xa8\x0f\xd9\x57\x06\x6f\x68\x7c\x86\xbe\x91\x58\xed\xfb\xf2\x53\xbe\xb3\x47\x30\x66\x10\xab\x7d\x5f\xce\x9d\x34\xc5\xd5\xbf\xe7\x14\x56\xff\x5e\xe5\xa0\x82\xa8\x1e\xe1\x8e\xc1\x3b\xea\xbe\xe0\x94\x7f\x45\xf5\x08\x1a\x48\x5e\x52\xf7\x05\x0d\x24\x2f\xa5\xfb\x6a\xde\x22\x17\xd1\x53\xcd\xf0\xd6\xb8\xaf\x23\x48\xc4\xf2\xf3\x9c\x3c\x17\x11\xbb\xe0\x1c\xec\xe7\xb9\xf8\x0b\xec\x42\xab\x68\x52\x4d\xdc\xfe\x82\xfa\x00\x06\xd2\xd9\x44\xf7\xf4\x48\xfa\x02\x36\xda\xa2\x69\xec\xde\x24\xa7\x05\x37\x99\xa2\x59\xc0\x4d\x86\x37\xe9\x7d\x75\x6c\x5f\x63\x8f\x9c\xa5\x19\x97\xc9\x40\x49\xd4\x3b\xef\x0b\x57\x15\x5e\x85\xf7\xe5\x09\xab\x98\xa2\x7b\x5f\x50\x9c\xf2\x2e\xbc\x2f\x67\x69\xea\xf1\xf0\x0a\xf8\x3e\x5c\x34\x8a\x86\x38\x41\x6a\xd4\x44\x6e\x20\xc8\x64\xc2\x0b\xee\x6b\xe2\xa0\xa0\x40\xb3\x2f\x67\x59\xaa\x71\x61\x3b\xff\xc9\xe8\xbf\x2f\x18\x59\xb3\xb6\xfa\x8e\x5e\x3b\xfb\xb3\x07\x5e\xe0\x0c\xed\xe9\x19\xa1\x38\xc5\xb0\x94\x10\x48\x7c\x5f\x9e\x92\x86\xf9\x82\xf7\x05\x86\x46\x24\xf1\x7d\x41\xb5\xca\xdb\xfd\xbe\xee\xdb\x73\x48\xf1\x8f\x23\x21\x65\x5e\xef\xb7\xc3\xce\x5c\x49\xfc\xe1\x39\x73\x4a\xac\xec\x0d\xdc\x99\x9c\xb5\x48\xf0\xc9\xe5\xfd\x7d\x87\xc3\xbf\x32\xef\xef\x3b\x5c\xbe\xaa\xdc\x8d\x01\x4e\xb7\xbc\x80\xef\xf0\xa6\xbd\xe2\x76\x0c\x87\x83\x45\x22\xa5\xec\x80\x4b\x0e\x43\x28\x76\x38\x1c\x2b\xe7\xc0\x0a\x03\xf2\x80\x69\x7f\x07\x08\x50\xb4\x4f\x6c\x40\xc7\x44\xc2\x69\x6f\x40\xc3\x64\x5e\xf1\x77\x00\x87\x62\x2e\x9d\x1d\x20\xee\xf0\x8a\xbf\x03\x72\x31\x5c\x3f\x15\x82\xc1\x10\x92\x7a\x03\x0b\x26\x67\xf5\x18\x0c\x86\x10\xd4\x3b\x94\xdb\x33\x73\xe9\x83\x07\x2f\xb0\x85\x8a\x49\xd3\x10\x0f\xc7\x89\x04\x57\xd9\x00\x83\x89\xc4\x84\xde\xa1\x36\xaf\x50\x2f\x60\x08\x89\xb3\x5e\x7d\x08\x7a\x5e\x28\x37\x3e\x83\x14\x03\x9f\xc1\x80\x18\x06\xb2\x43\xc3\xaa\x11\x0b\x6f\x07\x38\x78\xd0\x26\xb3\x03\x36\x3f\x51\x9a\x37\xe0\x64\x32\x6d\x32\x3b\x80\x19\x10\x6e\x65\x07\x6c\x7e\xaa\x11\x76\x80\x03\x06\xd5\x06\x3b\xe0\x66\x42\xb5\xc1\x0e\xe6\xc9\xcc\x2a\x7b\x08\x0b\x2b\xaf\xfa\x1b\x78\x30\x91\x78\x2c\x3b\x78\x36\x3a\xde\x55\x76\x98\xe7\x68\x26\x2e\xf1\x0e\x9e\xee\x8a\xf0\x74\x3b\xcc\x82\x17\xd8\x65\xe7\x06\x4c\x50\xb7\x01\x09\x13\x09\xa1\xb2\x03\xd2\x2c\x5c\xbc\xee\xec\x00\x5d\x27\x31\x54\x36\x30\x63\xf2\xcf\x32\xc3\xd0\x4a\x5d\xe7\x06\x86\x4c\xce\xa2\x8b\x05\xba\xe0\xe5\x62\x07\xe7\x10\xa2\x0b\x4f\x79\x45\x88\xb9\x1d\xa0\xfd\xfc\x59\x77\x78\xd4\x12\x0c\x79\x07\x98\x3e\x09\x86\xbc\x03\x4c\x9f\x59\xeb\xee\xbb\xb9\xe8\x79\x9e\x67\x9e\xfe\xc1\x77\x33\xe9\x20\x5e\xd5\x73\xb0\x35\xfe\xd1\xf0\x41\xe0\x33\x36\x23\xe9\x20\x5e\x86\xf2\x6f\x88\x80\x7d\x89\x84\x91\xd9\x80\x7d\xc9\xd4\x30\xec\x18\x30\x25\x9f\x8c\xb7\xa3\x6f\xee\xef\x32\xb4\x63\xc4\xb2\x4a\x7c\x88\xb8\xcc\xe4\x4f\x24\xdb\xd1\x13\x43\x49\x7e\x88\x11\xcb\x5a\xd9\x42\xf2\x1e\xb0\x3c\xa1\x02\x8a\x17\xd1\xb9\xc3\x77\x87\xdf\x00\x66\x09\x97\x0e\xe3\x98\xb0\xf9\x48\x89\x31\xf9\xaa\x75\xb5\x80\xdd\x4c\x0e\x17\xdf\xc4\x78\x3c\x09\x23\x0c\xaa\xd4\x39\x6f\xc0\xb3\x44\xa2\x12\x6f\xc0\xb3\x64\x02\x4d\xee\x98\xb1\x0a\x24\x5d\xc0\xb5\x64\x46\xe4\xee\x58\xb0\x3b\xeb\xf5\x17\x77\x80\x1d\x61\x71\x61\xd2\xd1\x1d\xa1\xe4\x20\x06\xf2\x8e\xd0\xa0\xd2\x5c\xb9\x23\x34\xa4\x95\x12\x23\xc0\x5c\x32\xf3\x22\xee\x08\xe1\x25\x8b\x04\x5a\xf5\xbc\x79\x7c\xa1\x81\x46\x28\x42\x46\xe7\x15\x94\x4d\x80\xc6\x92\xb3\x66\xdc\x79\x05\x45\x95\x68\xd1\x13\xed\xf1\x05\xf8\xd5\x8b\x17\xc4\x37\x33\x5e\xd2\x1f\x58\x73\xad\x08\x94\x9a\x55\x0b\x00\x41\x81\xb9\x4f\x77\x84\x91\x84\xf8\x37\x3b\x3a\x33\x21\xef\x88\xc3\xbf\x67\x07\x86\x7f\xcf\x1e\x0e\x90\x80\xf6\x59\x84\x49\x36\x8b\x04\x3c\xf7\x9e\x36\x1a\x10\x5d\x22\x11\x71\x76\xf4\xdb\x53\x15\x5d\xe3\xf6\x94\x45\x23\xce\x5b\x28\x1d\xc5\x85\x8d\x23\x9a\x59\x11\xe5\x1c\xa2\x67\xdb\xfb\x21\x53\x67\x36\x5a\xe6\xe5\x2d\xaa\x85\x85\xbd\x4f\x61\x27\x7a\xfe\xbd\x1f\xb2\x84\x1d\x97\x60\xc5\x3b\x1e\xe6\x13\x89\x9a\xb3\x81\xea\x12\x89\x92\xb3\x81\xea\x92\xb3\x08\x07\xcc\x89\xa8\x39\x3b\xc2\x0f\x84\xa8\x38\x1b\xa8\x2e\x39\x8b\x4e\x6e\x27\x24\x4a\x88\x80\x6d\xc9\x59\x3b\xf1\x7e\x33\x1c\xb2\x46\xe8\x67\x89\x50\xba\x81\xcb\x12\x09\x37\xbc\x81\xbb\x92\xb3\x28\xef\xf1\x1e\x7d\xef\x27\xe4\x06\xb8\x98\xb6\x6c\xa7\x73\xdb\x8a\xb4\x96\xec\x74\xbd\x39\x12\x03\xff\x28\x78\x21\xf1\x19\x9b\xa1\xab\xdc\xfc\x83\xcc\x3f\x20\x8c\x74\xd5\x38\xfd\x85\xc2\x3f\x1e\xff\xe3\x9b\xb6\x14\xde\x4e\x35\xfe\xe1\x89\x12\x79\x9a\xa7\x70\x38\x12\x51\x85\x77\x0a\xb7\x67\x62\x64\xa3\xce\x35\x89\xf3\xbb\x93\x73\x4d\x8a\x48\x00\x74\xc9\xb9\xeb\x83\xe6\x1f\xb0\x13\x30\xfb\x30\xd4\x6d\xa7\x04\xea\x21\xb8\xec\x4e\x70\xaf\xcf\xdc\x62\x29\xfb\x44\xb0\x02\xe7\x61\xdc\x52\xa9\x54\xcf\x06\xc9\x17\xe0\xc2\xaa\xc3\x34\x15\x4f\x27\x59\xf4\x05\x16\x97\xd4\x90\xe0\xe6\x41\xf8\xd8\x9d\x5c\x68\x22\x31\x24\x28\x69\x08\xf7\xba\x01\xa2\x92\x99\x7f\x75\x27\xb0\x21\x82\xde\xec\xd4\x6f\x94\xf3\x7d\x38\x9c\x53\x79\xb8\x81\x83\x12\x1b\xb9\x72\xb2\xe6\xf9\x23\xf5\x01\xe6\xa8\xe8\x19\x4c\x80\xd7\x11\x00\xa5\xc4\x46\xb6\x9d\xc6\xf0\x04\x93\x7a\x61\xe2\x05\xce\x29\x54\x2e\x74\xb4\xd8\x69\x60\xc4\x64\x22\x40\x52\xc9\x74\xb4\xd8\x69\x26\xcf\x48\xc9\x2e\xc2\x38\x4b\x44\xd6\x9d\xa6\x4f\xa1\x2a\xf0\x1e\x88\x50\xc0\x75\x08\x89\xbb\x81\xc5\x12\x09\x44\xb3\x13\xd2\xd6\x5d\x84\x59\xdb\x69\x35\x7c\xf0\x17\x3d\xdb\x4e\x30\xbf\x10\xd0\x75\x27\x48\x2f\xcc\x10\xbb\x93\x33\x10\xb2\xac\xb4\xbd\x72\xb6\xee\x0c\x84\x6c\x3b\x81\x61\x48\x1a\x02\xb2\x4b\x24\x92\xcc\x76\x64\x97\x8b\xb8\x5f\x3b\xdd\xd8\xce\x64\xcb\x09\xa0\x78\x57\xd7\x9a\xe2\x7e\xc4\x9c\xb4\x3b\x9d\xfb\x51\xa6\xf2\x76\xa7\xdb\x73\x82\x6a\x89\x60\xe1\x61\x88\xe2\x4e\xf0\x9a\xa7\x36\x77\x27\xe7\x40\xe4\x81\x09\xb0\x9b\x57\xd7\x1c\x3c\x0f\x5e\xf8\xc6\x9c\xaf\x37\x11\xa8\xfe\xc0\xa0\xc8\xb3\x32\x22\xa4\x99\xb6\x76\x67\xe7\x40\xe4\x38\x80\x8f\xc9\x84\x97\xd8\x80\x8f\x09\x17\x43\xf0\x77\x3e\x17\xac\x4c\x7c\x89\x0d\x3c\x98\xcc\x3c\xbb\x3b\x07\x27\x0a\x6e\xe5\x8c\xc8\xa0\x42\x16\x96\x83\x27\x3a\xe5\xde\xce\xb0\x21\x13\xb8\x75\x03\x21\x26\x53\x21\xbd\x81\xd8\x12\x9b\x2a\x04\xaf\xa0\x42\x7a\xe7\x8c\x49\x52\x7d\xe0\x1d\x54\x48\xef\x5c\xa2\x27\x0b\xe5\x10\x70\xc1\x62\xaa\xdb\x9d\x8b\x67\xef\xfc\xb4\xf4\x3b\x23\x98\x86\x98\x17\x1b\x18\x2e\x91\x18\x3b\x1b\x18\x2e\x99\xb9\x6d\x77\xae\xde\x43\x4e\x6a\xf5\x06\x58\x5f\xf5\x1e\x72\x52\xe1\x9f\x4a\xe8\xe1\x9d\x2b\x66\x80\xcc\x2b\xd7\xdb\xd3\x93\xb2\x03\x30\x23\xd3\x6c\xbb\x73\xf3\x7c\xa4\x94\xe9\x32\xfc\x4a\x98\xdd\x76\x67\x78\xd4\x13\x15\x67\x03\xc5\x25\x5c\xc6\xad\x98\x7b\xc4\x0b\x1c\x12\x92\x3c\x5d\x26\xc2\xe9\x87\x9b\x10\x21\x76\x67\x80\x42\x5d\x8c\xd0\xd9\xb9\x6f\xbc\xc0\x3e\xc1\x3a\x44\x20\x9b\x0d\x20\x97\x4c\x2d\xfd\xce\x86\x65\xe1\x95\x2b\x8f\xea\x39\x55\x39\x6b\xb0\xfd\x12\xe9\x66\x67\x98\x7f\xa8\x36\xdf\x40\x6a\xc9\x54\x9b\xef\xbc\xa2\x27\x59\xd5\x1f\x98\x76\x5e\x37\x32\x40\x36\xc3\x25\x62\x87\x4a\x98\x4a\xeb\x0d\xac\x96\x28\x16\x0c\xac\x96\x4c\x25\xf6\xce\xe0\x38\x44\x95\xdd\xc0\x6a\x89\x8c\xa8\xdd\x79\xfb\xf7\xec\xc0\xf6\xef\x39\x82\x7d\x7b\xda\x56\xbd\xf0\xe0\x03\x76\xe8\xf6\x3c\xad\x51\x7f\x60\x1d\x79\xea\x00\xcd\x25\x76\x6d\x47\x88\x28\x54\x62\xef\x0c\x13\x72\xd7\x6e\x84\x09\x99\x00\x26\x3b\x83\xc1\x74\xed\x4e\x88\x2c\x44\xc7\xd9\x40\x77\xc9\xba\x90\x39\xba\x4b\xb8\x7e\x2a\x00\x19\x50\x42\xc9\x8f\x67\x9e\xfd\xf9\x02\x64\xc0\xed\x0d\x7c\x97\xc8\xa8\xde\x0d\x7c\x97\x4c\xa5\xf8\x2e\x97\xf7\xa0\xf2\x19\xec\x81\x37\x30\x40\xbc\xc4\xce\xdd\x5b\x9c\xbf\x90\x09\x17\x20\x7b\x06\x46\x3a\xee\x12\xce\xfd\x80\x80\x35\xbb\x00\x8d\x2e\x30\x94\x71\x17\x98\xa1\x75\xac\x01\xc4\x25\xf6\xf8\xa7\xeb\x0e\x10\x5e\x32\x33\xd9\xee\xe2\xcc\x89\x1b\xaf\x44\x10\x25\xaf\xfd\x25\x39\x51\x92\x9b\x15\x5c\x10\xa5\x81\x2f\xc9\x89\x92\xec\xac\xc0\x6a\x4d\x5c\xed\x0d\x4c\x97\xc8\x30\xe5\x0d\x4c\x97\x2c\x15\x7d\x01\xbb\x63\xd8\xf2\x2e\xc0\x64\x08\x34\x3f\xed\x52\x3c\x99\x2e\xc9\xb2\x80\x7d\x11\x6c\x74\x03\xf5\x25\x4b\x49\x5f\xc0\xbe\x08\x2e\xba\x0b\x34\xd4\x52\xd2\x17\x68\xa8\x03\x23\x63\x77\x71\xfe\x56\xf5\x5c\xfd\x05\x76\x01\x0e\xfb\xd2\xda\x97\x3a\xfc\x05\xce\x4a\x05\x59\x65\x35\x01\x8e\xa8\x45\x05\x47\xec\x59\x2d\xe0\x24\xd5\x9a\xc2\xe6\x16\x82\xc8\x0c\x2a\x27\x62\x96\xee\xe2\x0c\x91\x17\x22\x20\xd5\x9c\x0f\xf4\x07\xe8\x90\x74\x5c\xba\x8f\x81\x5b\xb1\x74\xef\x73\x24\x65\x3a\x47\xa4\x00\x56\xba\x27\x3d\xa6\x3a\xb7\xc0\xca\x26\xdd\x01\xd0\x69\xce\x0b\x1c\xa5\x79\xa7\xd8\x84\xb3\xcc\xa2\x67\x10\x13\x79\x70\x19\xde\x69\xb2\x83\x32\x12\x3e\xd0\x0b\xd9\x5f\x60\x9f\x06\x88\x49\x4b\x0b\x9d\xb5\x8c\x17\x05\x57\xd1\xae\xa5\x85\x4e\xa9\x6b\x25\x9d\x23\x6a\x9e\xa1\x42\x92\x71\xa3\x38\x47\xd4\xb4\xba\x0c\xc6\x4b\x5e\xd9\x11\xe5\x9c\x02\x5c\xe2\x64\xfc\x28\xdb\x67\xb9\xab\x42\x9f\x65\xed\x97\x8d\x59\xa6\x14\x56\x36\x28\xa3\xa9\x45\x50\x86\x46\x74\xa4\xb4\xcc\xec\xb3\xbb\x38\xc7\xe4\x2d\x0f\x10\x35\xb9\xfc\x3c\x63\x84\x94\x98\xca\xe3\x3d\xa2\x18\x5c\x60\x92\x2f\x3f\x2f\x80\x67\x73\xbf\x56\x67\x70\x3c\xb6\x2a\x2c\xf2\xb2\x95\x54\x67\x70\x3c\xec\x2b\x2e\x60\x81\x0e\xe0\xbb\xc2\x06\xc6\xd0\xee\x5d\x61\x70\x27\x96\xfa\xae\xce\x9f\x28\xf8\x57\x18\xd8\x3b\x8f\xea\x0a\x37\x19\xfa\xc4\xee\x0a\x13\x19\x11\x15\x77\x85\x01\x5e\x09\x41\x37\x50\x62\x82\x32\x70\x6e\xc0\xc4\x64\x7a\xc5\x6e\xc0\xc4\x44\xe3\x51\x5e\x93\xf7\x88\x2d\x26\xaf\x31\xeb\x05\x90\x85\xe6\x00\x3c\xcb\x78\xf6\x57\x17\xd1\x34\x07\xf0\xac\xa1\x9b\xec\xae\xb9\xe0\x7d\xf6\x10\x56\xba\x40\xa7\xea\xed\x40\x34\xcc\x79\xbb\x6b\x7e\x87\xc0\x49\xcb\x13\x35\x70\x08\x9e\x71\x3d\x66\xfd\xb1\xf1\x02\xc7\x50\x02\x9e\xd9\x65\x98\xe9\x8c\x27\x63\x85\x5e\xab\xf0\xfe\x57\xc1\x34\x19\xe0\xbe\x01\x55\x93\x99\xae\x62\xd7\xea\x43\x62\x8f\x2b\x86\x14\x54\x0e\x41\x5a\xab\x0c\x93\x9a\xfd\x29\xe5\xf2\x06\x6e\x4d\x50\x5a\xc5\x5d\xe1\x01\x40\x54\xc5\x5d\x11\x24\x50\x2f\x3d\xa3\x75\x9e\x71\x15\x11\x8d\x74\x4d\xda\xc0\xae\xc9\x55\x2b\x0c\xce\x43\x14\xc5\x0d\xac\x9a\x5c\xb5\x80\x88\x48\x24\x6a\xe2\xae\xe6\x14\x20\x22\x44\x3c\x34\x61\x13\x77\x1d\x9e\xf1\x5c\x54\x08\x07\x01\x06\xdc\x6f\xa0\xd9\x44\xe2\x26\x6e\xa0\xd9\xe4\x2a\x12\x00\x67\x32\x32\xd3\x0a\x1d\x18\x3d\x99\x77\x85\xc3\x80\x91\x97\x56\x48\x83\x44\xe0\xdf\xf5\x5c\x4e\xa3\x84\xfc\x8a\xcb\x69\xa0\xb7\xd7\x06\x1c\x4e\x94\x90\x0f\x38\x9c\xa0\xd4\x85\xbb\x4e\x8c\x39\xb1\x45\x38\x0c\x10\x29\x71\x57\x04\x2a\x54\x91\xdc\xba\xf1\xac\x72\x9c\x49\x49\x43\x46\xd8\xa3\xec\x6b\xd5\x99\x5f\xd2\x1c\x20\xe8\xda\x44\xd4\xf0\x30\x08\x32\x10\x56\x44\x5d\x9b\x88\x1a\x16\x3b\xe3\xa1\x55\x21\x2e\x56\x11\x31\x0c\x76\x04\x3b\xdc\x15\xcc\xd0\x28\x5c\x39\x44\x0e\xd3\x14\xec\xfa\xf8\xf7\x9c\x34\x78\x24\x04\x59\x00\x2b\x1c\x0e\x74\x11\x01\x26\x4e\x24\x00\xd5\x6e\xf0\x27\x90\x3d\xaf\x81\x39\xd2\xe5\x6c\x03\xe3\x26\x04\x7a\x69\xec\x06\x87\x01\xa3\x38\xd4\xc0\x0c\xe9\x63\xb6\x5b\xc0\xb2\x93\xd0\x1b\x98\x21\x11\xa7\x76\x8b\xbe\xac\x3c\x40\x5a\xc4\xb2\x56\x3d\xfb\xb2\xf2\x40\x69\x60\x8f\x44\x1e\xd8\x0d\xf6\x39\x02\x1e\xee\x06\x4c\x2d\x65\x9d\xdb\xcd\xb9\x21\x4f\xe9\x06\x01\x8c\xa0\x69\xbb\x41\x00\xd3\x4d\xa9\x1d\x66\x96\x2b\xf7\x5a\x73\x66\x26\xcb\xac\x03\xe1\xe8\xe6\xd4\xe0\x72\x10\x64\x99\x6d\x70\x39\xa0\xa3\xdc\x6e\x87\x77\x65\x66\x5f\xd8\x0d\x16\x40\x3a\xca\xed\x56\xbc\x45\x4e\x22\x74\x59\x46\x6e\xd1\x60\x21\x0c\x32\x6a\x3a\x54\x0e\xb3\xec\xee\xe6\x12\x9d\x6c\x90\x0d\x11\xdd\x04\xfa\xdb\xad\x7a\xc2\x7f\x1e\x5a\xcd\xd9\x9b\xa6\x1d\x6a\xfb\x4a\x5a\x6f\xf0\xa8\x32\xcd\x3a\x4c\x84\x44\xfe\xdb\xad\x62\x48\xdc\xbe\x0d\xf2\x1a\xc1\xb3\x76\x43\xe0\x83\x8c\x9c\xcd\xd9\x25\x8f\xa0\xd6\x7c\x48\x6a\x10\x0e\x06\xcc\x28\xb1\x81\xce\x13\x94\x4c\x6d\x03\x9e\x27\x12\x4e\x6b\x37\xf8\x44\x99\x96\xb9\x7b\x05\xec\xb1\xb3\x4c\xd3\x73\x43\x39\x47\x00\x87\x82\x20\x63\x52\x43\x60\x95\xcc\xaa\x0d\x39\x26\x08\x46\xf7\x00\xc2\x20\x74\x62\xa2\x3c\xe6\x19\x9f\x78\x46\x3c\x06\x85\xb1\x90\xc7\x1f\x73\xb0\x4c\x46\xd2\x3f\xe6\x79\x11\x68\x04\x7c\xcc\x53\xb6\x31\xe2\xe5\x31\xd8\xd4\x32\x55\xf7\x0f\x90\x11\x42\xef\x45\xcd\xf6\xef\x8f\xff\xff\xa3\xe7\x31\xa8\x9c\x33\x31\x21\x1f\x83\xc9\xbd\xa7\x9f\x4e\x4e\x4f\xf4\xa5\x4e\x7a\xa6\xac\xa6\x37\x90\xfa\x87\xb7\xa2\x07\x68\x0c\xa1\xda\xa7\x31\x79\x00\xc7\x10\x1a\x9d\x29\x1e\x73\x58\x61\xea\x40\x1e\x00\x32\x84\xd6\x93\xde\x70\xa0\x65\x63\xb3\x01\x93\x45\x7f\xdc\xc7\x80\xf6\x59\xe9\x16\xf7\x18\x54\xdd\x95\x1e\xde\x8f\x79\x5a\x08\x5e\x7d\x1e\xc0\x3c\x84\x4a\x90\xb5\xc7\x1c\xcb\x9c\x46\x81\x07\x40\x0f\xa1\xd3\x85\xe1\x31\x28\xb8\x7a\xfb\x69\x76\x7a\x56\x40\x75\x0c\xf3\x51\xb5\xf0\x61\x7b\xb6\x16\x35\x7b\x7b\x3a\x0c\xfd\x81\xf9\xa0\x8a\xe8\xb1\xe8\x48\x92\x81\xfd\x40\xae\xbc\xc2\x20\xfb\xc7\xa0\x95\xaf\xd4\x7f\x3e\x16\x01\x2b\x4f\x05\xe9\x63\x1f\xd4\x72\xe6\x1f\xc8\xb2\x43\x76\xfd\x58\x04\xb2\x3c\x35\x16\x8f\x41\x73\xdf\x78\x2d\x7a\x2c\x7a\x16\xa9\xc8\x9e\x22\x5b\x7c\xe1\x41\xfe\x00\xe9\x22\x54\xba\x11\x3f\xe6\xb9\x30\x68\xb1\x7b\x5e\xac\x8b\xa6\x39\x45\x36\x8c\x9c\x7e\x7a\xea\xb9\xef\xa2\x3e\x41\xe6\xc0\x9f\x9e\x02\x39\xb5\x34\xb5\x92\x3c\xa3\x8e\x36\x02\x6e\xde\xb5\xaa\x63\xe7\xe6\x1d\x2a\x0f\xab\xc7\x1c\x2a\x3a\xff\xbc\xe1\xd8\xe1\x9d\xc3\x47\xda\x9f\xc6\x24\x4f\x8f\x01\x90\xb1\x33\xf4\xfc\x01\xb4\x46\xe8\x55\xbb\x1c\xc7\x47\x67\x1e\xb2\xc7\x20\x6d\x0b\x17\xed\xb1\xe4\xe9\x1b\x44\xfc\xc9\xf3\x45\x34\xbd\xb1\x1d\xe0\x9f\x24\x05\x81\xbb\xfd\x50\xd0\x0b\xfc\x9a\xd8\xd3\xfc\xd2\x07\x7b\x7a\x44\xee\xd0\xa9\x0d\x7b\x0c\x7e\x26\x99\xc2\xc0\x63\x39\x79\x82\x30\xbd\x81\xf9\x88\x22\x7e\x07\xca\xcf\x62\x1d\xd9\xd3\xa8\x68\x0a\x91\x6b\xbf\x11\x74\xee\xb1\xec\xf0\xc9\x97\xde\xc0\x7c\x14\xb1\x0b\x88\xee\x99\x52\xce\x63\x47\x74\x0f\xe5\x87\xeb\x65\x4f\x56\x24\x1a\x43\xc6\xfd\x9a\x8a\xde\xb8\x3d\xdd\x8e\x7a\x8a\xfd\xc2\xc0\xa1\xc7\x8a\xe7\x38\x10\x39\x20\xe3\x52\x2f\x9a\x75\xa8\x81\x25\x8e\x3d\x86\x04\x76\x8d\x19\x11\x1f\xc0\xa2\x84\x5c\x34\x38\xa4\xb0\xcb\x45\xb3\x0e\xb3\x53\x0b\x5a\x5b\xe8\x5a\x1a\x7d\xf2\x1f\x40\xa7\x84\xf6\x43\xfc\xc5\xe7\x43\xb3\x0e\x73\x7b\xbf\x34\xb8\x32\x7d\x57\xaa\x63\xeb\x7f\xf0\x31\x60\x86\xf7\x1f\x0a\xc2\x01\xaf\xb8\xc5\xc7\x90\x16\xbb\x10\x62\xe3\x31\xcf\xde\x96\xb5\x81\x90\x18\xbb\x36\xd1\x07\x64\x80\xda\x35\xfc\x8a\x6c\xa1\x3c\x11\x1f\xc0\xba\x84\x76\x89\x3b\x54\xcf\x17\xaa\xfd\x02\xc5\x4f\x49\xa6\x4f\x1a\x3a\x96\x39\xb8\xea\x89\xa3\x7e\x3e\x01\xff\x68\xe2\x96\xd0\x0d\xb5\x1f\xf6\x59\xc1\x4f\xab\x4e\xa0\xea\xe7\x4b\xa8\x7f\x3a\xc0\x90\x77\xae\x12\x31\xfb\xb1\xea\x9b\xc9\xd4\x85\xc7\x21\xd8\xf9\x87\x27\x94\x89\x3a\x27\xe0\x31\xa9\x14\x13\x8f\x41\x7d\x54\x7f\x26\x1c\x2e\x93\x85\xa7\xff\x03\x4c\x9b\xd0\xaa\xd6\xa8\x39\xb3\xad\xe4\x36\xf0\x6c\xa8\x5d\xa7\x40\x6b\x9e\xde\x95\x3d\x6d\x9e\x22\xf4\xa7\x1f\xe6\x04\xa8\x37\xc0\x6c\xaf\x9f\x3f\xc0\x5c\xa2\xa8\xa9\x79\xb2\x09\x4d\x78\x73\xe2\xb9\xf4\xc6\xed\x07\xba\x06\xe7\xcc\x56\x27\xda\x9b\xca\x53\xad\xc0\x7c\x90\x4d\xeb\x8c\x0b\x6a\x49\x3a\xc0\x7a\xf2\x04\x72\xa4\xb7\xfe\x66\xa4\x62\xb3\x48\x11\xd6\x2e\x1d\x2d\xd0\xb8\xf5\x22\x56\xfa\xa2\x3b\x67\xb5\xe2\x92\x4b\xe0\x14\x76\xc7\x4f\x16\x07\x87\x92\x4e\xd7\xf2\xc7\x3a\x36\x93\x69\x4e\xbb\x6f\x26\x71\x9b\xbe\x1d\xb0\x5c\x7f\xdc\x9e\xd8\x51\x9f\x60\x33\x15\xb5\x02\x8c\xfb\x52\x24\x03\x18\x0e\xe3\x26\x49\x0e\x4e\x26\x35\x8b\xd9\x1a\x0e\x9f\x22\x3e\x00\x2f\x93\xda\x24\xf1\x98\xcf\x87\x8e\x7c\xf3\x34\x2f\x99\xf3\x01\x13\x71\xa3\x27\xcf\x63\xf6\x62\xb3\xab\x15\xf3\x64\x17\x9c\x31\x73\x74\xf6\xa6\x3f\x26\x0e\x8e\xac\x56\xb0\x99\x8a\x58\x3a\xb2\x07\xe5\xa2\x33\x0f\x77\xfd\xdc\x7e\xde\x78\x3c\xb9\x17\xdf\xf0\x9c\x1d\xd4\x89\x3d\x86\xf4\x6b\xbf\x3b\x6a\x38\x7d\x68\xe5\xde\x6c\x8d\x3a\xe2\xa0\xba\x2c\x55\x73\xea\x29\xd8\x82\xe4\x3b\x18\x88\x5a\x94\x50\x30\x5c\x58\xd3\xda\x7a\x8a\xd8\x1f\xe1\x04\x10\xb9\x99\x98\x9d\x8f\xc1\x48\xfe\xcb\x17\x07\xe8\x23\x26\x35\xbb\xbc\x63\x6a\xc5\x53\x75\xfd\x74\xfd\xf6\x95\x53\x2b\xe0\x1f\x59\xdb\x14\xfe\x39\xca\x65\xfb\xd8\x0c\x8e\xd3\xce\x66\xe1\x4f\xd8\x8b\x66\x0c\xc6\xf6\x5e\xb5\x5f\xa6\x43\xaf\x8b\x73\x4e\x67\xb6\x4d\x75\x54\x17\x1b\xd8\x31\xe4\x65\xea\xf4\xce\x7f\x80\xe3\x14\x83\xe9\x2e\x80\xcc\x4c\x25\x8b\x1c\xa0\x15\x51\x00\xf1\x63\xf0\x42\xcc\xb9\x6a\x2c\xcb\x67\x4c\xfd\xd8\x9e\xc7\x55\x75\x60\xbf\xfc\xc8\xff\xf0\x6b\xfe\x3d\xaf\x96\x67\x7b\x93\xf0\xba\x3c\xa3\x96\x4e\x23\xd8\xee\x5a\xd3\x26\x5c\x2e\xcc\xeb\x64\x85\xf1\xae\x77\x51\xa1\xe7\x6f\xed\x3a\x16\x96\xf3\x8f\x9f\x4a\xc1\x4f\x8b\x76\x14\xb2\xe8\x15\x93\x6c\xb6\x0c\xec\x53\x2c\x67\xb9\xf0\xfa\xd3\xf5\xe9\x89\x00\x39\x1f\x9e\x69\xaf\x15\x7d\x02\xfa\xe8\x92\x34\xe0\x77\xd9\x2e\x89\x62\xcb\x85\x13\x71\x7e\x38\x5e\x02\x67\xfc\x2f\x07\xd8\x0e\x7e\x0a\xb0\x4f\xf0\xec\x2e\x45\x2b\xb0\x31\x59\x45\x9c\xc2\x73\x1f\x67\x4d\xe7\xf6\x64\xb7\x92\x4b\xf6\x9b\x60\x51\x9f\x34\xcf\xe3\xc0\xe9\xdc\x2e\xe9\x4b\xa4\xda\x20\x9e\x22\x22\xde\x7e\xf8\x5c\x1a\xd7\xfc\x1f\x32\x05\x92\xe5\xf4\x9f\xfb\xc4\x76\xe6\x22\xf9\x79\x3b\x73\xd1\xa2\x79\x5a\xdd\x20\x6a\xba\x3d\x35\xa8\xa4\x30\x4f\xac\x6b\x62\x61\x70\xcc\xa8\x97\xa4\xc1\x3b\x79\xf6\x49\xf6\xd4\xd3\x15\x36\xb1\xe3\xfb\x4d\x21\xa7\x3a\x9c\xd9\x8a\xeb\xdd\x7e\xf3\xd1\x39\x71\x7b\xa2\x1c\xf1\x34\xcf\xa4\x91\x44\x80\x37\x98\xed\x0f\x8f\xbf\x5d\x72\xf9\xe9\x98\xa7\x69\xd4\x32\x20\xdb\x4f\xfe\x61\x2e\xb7\xdf\x04\x45\x6f\xf7\x9b\x09\x90\x6f\x3c\x7e\x33\xd6\x96\x7d\x5c\xb2\xd5\xce\x80\xd6\xae\x37\x1d\xe8\x48\x30\xd6\xbb\x0e\x74\x04\x12\x15\x13\xa7\x78\xfc\x66\xac\xa3\xe5\x79\x6f\x82\x9c\xb1\xc7\x93\xbe\x89\xcc\x3d\x11\x51\xf8\xa9\xc3\xfc\xfa\xa0\x4f\x40\x1f\xf4\x42\x7c\x0c\xe1\x48\xb5\xe8\x40\x7f\x3c\x99\x8d\x98\xcb\xe3\x37\x41\x5d\x1f\x1e\x17\xd6\xc4\xb0\x11\x11\x29\x4b\xde\x03\xf0\xb5\x20\x8b\xf1\x33\xae\x37\xf1\x72\xe7\x1f\xd8\x2f\x92\x67\x06\xd4\x2a\x8d\x98\x26\xcf\xf0\xf4\xb4\x84\xff\x7c\xc6\xf5\x6a\x0a\x32\xff\x80\x64\x4b\x2b\xcc\x33\xae\x77\xbf\xe8\x0f\xa7\x0f\x4e\xd0\xb8\x5c\xd2\x8f\xaa\x63\x78\x6a\x23\x35\x3b\xfd\x32\xcd\x3f\xa2\x8b\x62\xbc\x1c\x0c\xdc\x7b\xbb\x24\x8d\xc7\x55\x79\x4c\xa3\xfe\x78\x24\x5e\xa4\x5f\xd8\xf3\x80\xf8\x03\x6d\x76\x0f\x12\x4f\x87\x28\xe1\xf5\x01\xad\x87\xcf\x6a\x17\x1e\x44\x55\x04\x66\x0c\x8c\xd7\xb5\x1d\x30\xef\xd5\x25\xc4\x2b\xe0\xca\x1e\xbf\x23\x2e\x5e\xc5\x21\xfe\x32\x3f\x31\xc7\x40\xfb\x62\x3d\x62\x08\xe7\xb2\x14\x89\xdd\x10\x43\x84\x83\x08\xc1\x18\x62\x70\x73\x27\xd1\x18\x62\x00\x82\x79\x24\xfc\x42\x0c\x4f\xf1\x66\xdf\x53\x20\xc6\x3c\x1d\xe9\xef\xe5\x52\x31\xe6\xdb\x2b\x7d\x8f\x96\x18\x71\x13\x3c\x7f\xbc\x3d\x8d\xab\xbe\x7f\xbc\x3d\x8d\xf7\x8b\x16\xf8\xb2\x9c\x98\xae\xe7\xad\xe3\xed\x69\x42\x02\xb9\x48\xd8\x84\x98\x60\x20\x3b\x7f\xbc\x3d\x4d\x03\x8a\xf8\xf8\x85\x38\xc4\x1c\x1f\x40\x4c\x7e\x48\x08\x31\x27\xc7\x70\xfc\xa0\x0f\x62\xee\x8f\x37\xfb\x2e\x76\xcc\xa0\xd3\xf3\x47\xfa\xfe\x08\xd1\xff\x78\x7b\x5a\xae\x77\x0a\x5f\xc5\x6f\x2c\x29\xdd\xfe\x47\xfd\xfe\x98\xef\x1b\xed\xfb\xe3\x79\xdf\x78\x7b\x5a\x00\x84\x7c\xfe\x30\xfe\xe1\x2b\xf7\x8a\xea\xb1\x38\x74\x2f\x71\x0b\x62\xc1\xb5\x23\x12\xa8\x20\x96\x69\xbe\x2e\xef\xbd\x37\x16\x44\xc6\x47\x40\x11\xfc\x1e\x60\xb1\xfe\x7f\xcf\xaf\x58\xaf\xf2\x7e\xfd\x8e\xa2\x96\xf1\x7e\xfd\x8e\xa2\x3a\x72\x37\x91\x0b\x62\x0b\x5f\xfd\xef\x28\x9a\x1b\x5d\xe3\x17\x6a\x10\x5b\x8d\x3e\xf0\xf7\xc8\x8b\x6d\x14\x9f\xcd\x97\x51\xc4\x36\x2f\x1f\xf8\xcb\x7c\x63\x5b\xb7\xd7\xf1\x1e\x46\xb1\xdd\x0e\xeb\xf7\x85\x0b\xc4\x86\x58\xe8\xf3\xc7\xdb\xd3\x9e\x0e\x17\x3c\x7f\xbc\x3d\xed\xee\xe1\x43\xcc\x82\xd8\x01\xa0\x71\xfe\xe8\xdf\x1f\xe3\xed\xc7\xdb\x53\x43\xea\xdd\x18\xbf\x90\x80\x68\xe1\x76\xea\x7a\x79\x6d\x34\xb8\x05\x45\x02\x19\x44\x2b\x97\x53\xd7\xab\x2f\x8d\xd6\x5f\xfa\x7b\x59\x7c\x1c\x70\x19\x3f\x7f\xbc\x3d\x1d\xee\x9a\x14\xf3\x2b\x93\xc7\x01\x7b\x64\x24\xda\x40\xf4\x94\xda\xe7\x8f\xb7\xa7\xab\xed\xb7\x1f\x6f\x4f\xef\x52\xbd\xd9\x7a\xfd\xaf\x62\xc9\xff\x33\xfe\xef\xff\xeb\x76\x36\x72\x21\x56\xf3\xfd\x89\x2b\xe4\xf7\xff\x91\xf5\xbf\x9f\xe5\xdf\x7f\x1f\x67\xba\xae\x23\xc0\x7f\x3f\x7d\xc5\xbb\x3e\x9a\x2a\x83\xc5\x86\x26\xfb\xeb\x9a\x6a\x68\x7a\xe8\x22\x4b\xd4\xd4\x74\xb6\xf7\xd9\xdd\xaf\xeb\x08\xd0\xdf\x4f\x1f\x7a\x67\x4f\xa6\x7a\x32\x3d\xd8\x89\x25\xea\x07\xe4\x5a\x65\xef\xb9\x10\xaf\xf7\xfe\xdc\x4e\x18\xc6\xd6\x0e\x09\xbf\x3f\x9d\x68\xe8\xe1\x78\x21\xc8\xed\xfb\xf9\x38\x52\xe8\xcb\x9c\xaf\x10\xd9\x93\xe0\xdc\x8f\xe7\xf8\x15\x52\x60\x19\xa0\x2e\x14\xb8\x7b\x85\xc4\xbe\x20\x80\x2c\x2a\xc8\xf6\x0a\xd9\x54\x36\xbd\x8c\x75\xe6\x5b\x65\xde\x97\x4f\xa9\x78\x21\x09\xf9\xf7\xd3\xdb\xfb\x44\xd6\x0b\x31\x62\xdf\x4f\xef\xe7\x77\x11\xb9\x10\xfe\xf5\xfd\xdc\x5e\xf6\xcd\x59\xd4\xbc\x44\xc8\x7e\x81\x9e\x10\x57\x32\x8e\x2f\xf9\xae\xa1\x63\xc8\x95\xce\xfd\xf0\xfb\x09\xb2\xa4\x29\xfe\x4a\x53\xdf\xad\xb7\xec\xab\x13\xee\xa7\xef\x4f\x1f\x1f\xcd\x66\x01\xc7\xdc\xfb\x13\x52\x84\x80\x8a\xe2\x75\x7d\x63\x8f\xd7\xeb\xe2\xca\x12\x53\x89\x9b\x7c\xbe\x92\xa0\x6f\x60\x59\xf8\x64\x81\x88\xb0\xe7\xef\xe7\x91\x02\x22\xdb\x09\x4b\x25\x1b\xe7\xf2\x57\xc2\xed\x14\x2f\x68\xee\x23\xdb\x39\xbc\xee\xfb\x79\x8e\xee\xc8\xbe\x25\xf5\x00\xda\xed\xc4\x76\x72\x63\x09\x34\xb0\xc1\x34\xd6\x96\x59\xd6\xde\x32\xb6\xd5\x1e\x96\x75\x2f\xfb\xae\x60\x11\x44\xf1\xfd\x84\x3d\x90\x0e\x01\x11\x09\xe7\xbf\x9f\xb7\x97\x7d\xbd\x44\xfc\xe1\xf7\xd3\xeb\xfc\x54\xcc\x11\xa1\x81\xdf\x4f\x2f\xcb\x2c\x33\x95\x41\xb1\xf1\x49\x96\x31\x6a\xb5\x90\x39\x3c\x28\xc7\x51\x44\x0c\xd9\xf7\xb3\x7b\x59\xfb\xca\xce\x94\x7f\x3f\xbd\x97\xdf\x45\x37\x22\xa5\xf7\xf7\x73\x79\x19\xbf\x4b\x9c\x31\xc4\x6b\x85\x40\xe3\x6b\x8c\x69\xa9\x6c\x7b\x19\xbf\xab\xfa\x0e\xba\xd2\xef\xd6\x18\x23\xf7\x53\x8c\xd0\x91\x06\x5a\xd8\x62\xac\x43\x65\xd3\xcb\xd8\xcb\xae\x91\x77\x1f\x79\xe7\xc8\xbb\xea\xec\x6f\x9d\x5f\x4f\x52\x24\x15\x27\x18\x68\xbe\x1b\x58\xcc\x5a\x1d\xcf\x05\x18\xa8\x60\x8a\x85\x3b\x26\x96\x77\x9e\xbf\xeb\x4f\x84\x63\xe6\xfb\x33\x7b\x2f\x3f\x5d\x56\x2c\xdc\xbd\xd1\x53\x9c\x45\x66\xaa\x88\x85\x3c\x3b\x16\xf0\xec\x48\xc3\x47\x2c\xe4\xcb\x11\xa9\xcd\x4e\x59\x64\x99\xda\x83\x0a\x22\x32\xbb\x42\x84\xdb\xda\xf7\x33\x78\x59\x65\x99\xea\x5c\xde\x97\xef\x64\x89\x65\xdd\x2c\xdb\xfe\xdd\x77\xdd\x3d\x72\xcb\x57\x56\x21\xfc\x2b\xd5\x4a\xac\xd7\xad\xb2\xc7\xcb\xbe\x3a\xab\xe6\xb3\x56\xaf\xf3\x53\x93\xc6\x5a\x93\xca\x8a\x97\xb1\xce\xda\x54\x36\xbc\xcc\x58\xb6\x54\x86\xb1\xd3\xbd\x33\xb6\xc6\xf1\xc1\x06\x1e\x02\xdd\x7a\xe2\x9d\x48\x49\x77\x72\xab\xc2\x5b\xf2\x24\xf6\xe4\x81\x19\xcc\x18\x39\x15\x1f\xed\xe5\xc7\x4d\x0f\xf5\xbb\x5c\xc5\x67\xb0\x97\x80\xf8\x08\x9d\x41\x3a\xf1\x19\xe4\x1d\x80\xf3\x08\x9d\x9e\x28\xf1\x99\x5d\x65\x6e\x21\x23\x3f\x7a\xa6\xbe\x73\xf0\xe0\xf8\xd9\x3e\x22\x50\x3a\xbe\x9f\xaf\xb2\xb7\xb1\x8c\xbb\xf9\xc1\xea\x29\x59\x4e\xba\xae\xef\x8c\x48\x60\xed\x41\xf9\xb2\xd3\x75\x75\x96\xc1\xaa\xfc\xed\x85\x74\x85\xac\x12\xd7\x10\xb0\xa4\xaa\x64\x79\x7d\xe9\x2b\x8b\x37\xcb\x70\x5f\x8b\xcc\x35\x9d\xae\xac\x7e\x20\xe2\x27\x56\x63\x1f\x6d\xab\xec\x76\x04\xe9\xfa\x95\x0d\x7d\xf7\xbc\x65\x5f\x5f\x24\x17\xa4\x00\x1b\xcd\xb7\x7f\x52\x20\xbf\x49\x01\x5a\x6c\xa5\xd7\x49\x91\x7b\x39\xbd\xbc\x8f\xab\x93\x62\x61\x8d\xf1\xa5\xa1\x8f\x0b\xa7\x38\x55\x36\xbd\xec\x3b\xc1\x13\x82\xa2\xbe\x9f\x19\xed\x7d\xbc\x23\x21\xab\xf4\xfb\x13\x5a\xb5\x48\xea\x4b\x69\x3d\x2c\x83\x2e\x2c\x52\x33\x95\x90\x70\xf9\xfb\xe9\x27\xe4\x77\x92\xa4\xba\x3e\xaa\x4d\xc8\x4e\x16\x3a\xcd\x55\x69\x4d\xce\xe6\x82\xe4\xa6\x6c\x39\x79\xed\xaf\xbd\x0c\x04\xc7\xd0\x2d\x7f\x09\x46\x5d\xa4\xfd\xdf\xa4\xdc\x7c\x73\xda\xf2\x0d\xc5\x42\xa6\x82\x23\xdf\x3c\x6a\xf2\xed\x4e\x10\x74\x89\xcc\x37\x49\x29\x03\x27\x2d\x08\xf2\x35\xdf\x14\x0f\x32\x30\xd1\x82\xe0\x57\xf3\x9d\xd4\x1e\x4c\xda\x9d\x47\x5b\xbe\x93\xbe\x4b\xef\x77\xf5\x2b\xcb\x91\x65\x30\xec\x0a\x35\x34\xdf\x79\xab\x0c\xea\x13\x22\x7a\xe6\xbb\xa8\xce\xe2\x75\x7e\xc7\x5e\xbe\x8b\xbe\x2b\xef\x77\xac\xb3\x6a\x7c\x60\x65\x9d\x16\xb6\x7c\xd7\x5b\x65\x8f\x97\x71\x0c\x64\x57\xf9\x76\x7b\x17\xd1\x2f\xf3\xdd\x86\xca\xb6\x7f\xc7\x39\xeb\x93\x65\x30\xe1\x08\x45\x32\xdf\xa6\x39\x83\xe1\x45\x88\x8e\x19\x20\x65\xdf\x4f\xf7\x95\xe9\x1c\x1f\x37\x59\x06\x36\x59\x10\x72\x62\xbe\x87\xbe\x1b\xbe\x7e\xc6\x3a\x87\xfa\x32\xdc\xf2\x6a\xec\xe7\x4c\x2c\x73\x15\x3e\xfd\xb0\xf2\xbd\xd4\x4f\x1c\x53\x52\x74\xe5\x7b\x69\xec\xd0\x39\x67\x2a\xb0\xf2\xbd\xd5\x17\x28\x61\x05\x0a\x98\xef\x5b\xed\xdd\x6e\x21\x08\x6c\xef\xd1\x5c\x3f\x6e\x5b\xfc\x84\xca\xfc\x50\xac\xcd\x8f\xd3\x2e\x1d\x15\xf3\x73\x71\xdd\x9f\xe0\xfd\xfc\x98\x67\x7e\x28\xee\xe4\x27\xb9\xb2\x8e\x34\xff\x64\xb6\xf7\x64\x37\xc5\x64\xb6\x27\x1a\x7c\x8a\xd7\xf9\x59\xfe\xf2\x43\xc1\x32\x3f\xc5\xe7\xec\x3b\xfa\xf2\x53\x54\x27\x8c\xeb\xc6\x74\x9e\xf9\x29\x1a\x03\x0e\x2a\x41\x5a\xe5\xa7\xfc\xb4\xf7\xf8\x77\x2c\xab\x64\x07\x0f\x4c\xbd\x39\x15\x8e\xbd\x75\x95\x99\x7f\xa7\xb2\xa9\xb2\x8d\xb2\x4f\x38\xce\x4f\xbb\x55\xf6\xb8\x3b\x0b\xdb\xeb\x1a\x1f\xd8\xa4\x60\xa8\xf2\xd3\x87\xca\x7c\x1d\x1a\xeb\x1c\xaa\x73\x78\x9d\xa4\xa5\x67\x16\x96\xc1\x10\x94\xa9\x88\xce\xcf\x22\x2f\x00\x0a\x56\x10\xbc\x50\xc6\x29\xfa\xfd\x1c\x5e\xc6\x75\x58\x5a\xdb\xe5\xe3\x13\x4d\x2c\xcd\x19\x58\xb6\x31\xb3\x61\x7e\xb6\xc6\xe7\x96\x07\xe2\xf0\xe4\x67\x6b\x3e\xb7\xcf\x67\xe2\xbc\x88\x2d\x3f\xb7\xd3\x84\x71\x5e\x6e\x8d\xfd\xf6\xb1\x7f\x34\x51\x70\x6a\x7f\x3f\xb1\x6f\x69\x47\x2c\x57\x48\x2a\xf3\x6c\xb6\x9f\x76\xb9\xe0\x2e\xf6\xfd\x1c\xfe\x5d\x66\xd9\xad\xb2\xc7\xcb\xda\x57\x16\x55\x67\x7c\x2d\x2b\x17\xcb\xaa\xca\xba\x97\x45\x96\x0d\x95\x6d\x2f\x2b\x5f\x19\x2f\x68\xc5\x2f\x68\x42\xf6\x28\x17\x79\x72\xb9\x8a\xcf\x59\xe1\xd8\x79\x79\x2b\x00\x5d\x0a\xc2\xdf\x28\x97\xe9\x3b\xf3\x3a\x33\xc7\x60\xea\x0b\x6c\xc0\x46\xd1\xba\x48\x10\x29\x10\x44\x4e\x19\xe7\x65\x2c\x96\x0d\x1f\x43\x66\x7b\x14\xe5\x8b\xab\x5f\x84\x32\x51\xae\xa5\xb9\x76\x3a\xa3\x1b\x51\xb9\x76\x61\xd9\xf6\x31\x7c\x67\x47\xd1\x25\xbd\x04\x3f\x6f\x09\x8c\x50\x02\xaf\x7d\x25\xe0\x3a\x62\x4c\x90\x55\x82\xd6\x1d\x9a\xae\x53\xd6\x58\xd6\x54\x86\x24\xad\xcc\x52\x58\x00\xe7\xf3\xfd\x5c\x5e\xc6\x3a\x23\xe7\x3a\xc0\x55\xce\x98\x50\xaa\x04\x9e\xc5\x25\x78\x16\x5e\x86\x3b\x95\x90\x35\x86\xec\x63\xf8\xf6\x5f\x09\x59\xfd\x7c\xd7\xbd\xb3\xce\x3c\x55\x86\x73\x85\xf1\xe5\x05\x37\xee\xef\x67\xf3\xf6\xfa\x57\x56\x35\xbe\xea\x9e\x73\x17\xe7\xac\x71\xae\xc3\xeb\x4e\x12\x38\xf6\xa1\xf9\x1c\x9e\x59\x39\xb1\xbd\xa9\x31\xc0\x58\x6d\x04\xfb\x2b\x81\xd7\xb4\x12\xa6\xdb\x58\x23\xcb\x96\xc6\xb0\xdc\xd8\x97\x38\x9f\x9b\xb4\x14\xdc\xee\x47\xdf\xaa\x12\x1e\xb5\xf7\xb8\xc1\x93\x74\x1d\x1e\xcd\xd9\x9b\x01\x3a\xab\x4c\xeb\xf0\xb8\xf3\xc7\x27\xba\x16\xe0\xcb\x7c\x3f\x7d\xec\x9f\x0c\x56\xa2\xd6\x16\x98\x2e\x41\x31\x79\x25\x6a\x4f\x43\x2b\x10\x8c\xb9\x6a\x4a\xe4\x45\xba\xc4\x38\xfe\x0f\x63\x66\x89\x14\xcc\x0b\x70\x60\xce\x77\xac\x33\xa9\x4e\x5c\xc5\x14\x2f\x57\x62\x26\x0d\xc6\xec\x73\xf6\x9d\x01\x25\x16\xf2\xa5\xe8\xe7\x18\x93\xdc\x95\x58\xd5\x97\xea\x7d\xf9\xce\x87\x02\x0d\xc0\xf7\xd3\xbd\x86\x3e\x3e\x5f\xa2\xa9\x9f\x2e\x2f\x15\x0b\x7f\x12\x87\x4b\x34\x55\xeb\xf9\x8e\x99\x93\xae\x44\x7b\x58\x36\xdc\x28\x67\x9c\x36\x6a\x04\x0a\xe0\x50\x7e\x1c\x4c\x4a\x1c\x1a\xc6\xf0\xa9\x31\x4e\xa9\xd8\x8f\xc3\xa2\x18\x0d\x8e\x25\x8a\x8d\x44\x67\x23\x84\x26\x2b\xd2\x3b\x96\xe8\x22\x13\x6f\x3b\x05\x8a\xc8\xef\xe7\xeb\x57\xca\x7e\xde\x24\xc3\x88\x23\x49\x69\xa6\x4a\xbc\xa3\xca\xb2\x7f\xc7\x29\x7d\xb4\x84\x8f\x5b\x7d\xbf\x1b\x4d\x89\x8f\x96\xf0\x79\x5d\xab\xbe\x31\x24\xb1\xbb\xe4\x2c\x8d\x99\x6d\x0a\xb0\x3b\xde\x9f\x70\x87\xce\x74\x10\x2e\x40\xed\xf8\x7e\x36\x2f\xfb\xd6\x21\x45\xd5\x09\x2f\x61\x39\xa5\x97\x94\x38\x76\x18\x93\x82\x11\x4d\xb2\xa4\xa4\xf6\x9c\x6d\xf1\x16\x58\x92\xd8\x56\xca\x3e\xf6\xcc\xef\x74\x94\x25\x77\xee\x24\x70\x56\x49\xbc\x59\x96\xe4\xee\x94\xc4\xcc\x2a\xa9\xaa\xbd\xe6\xed\x7d\x22\x53\x49\x2d\xaa\x0c\xf3\xc2\xf4\x74\x25\xe9\x08\x4c\x70\xaa\xcb\x34\x31\x97\x44\xf1\xad\x24\xb8\xc2\x19\x33\xd1\x94\x24\xfa\x4c\x4e\x9f\x84\x29\x2a\x69\x68\x3e\x5d\xdc\xa7\xcb\x66\x49\x3a\xe6\x1c\x13\xc3\x68\xf5\x2d\x69\xa9\xbd\xf5\xfa\x29\xb2\x9f\x9b\x5b\x1e\xd8\x13\xa7\xec\xa3\x6b\x80\x4b\x7c\x3f\x7d\x0c\x9f\xc8\x54\xd2\x6d\x2a\xdb\x5e\xc6\xf6\x6e\x8d\x01\x56\xfd\x4c\xf7\xa7\x02\x74\x88\xef\x27\xd8\x16\x7d\xa5\x4a\xbe\xb8\x7e\x80\x7c\x38\xdf\xa9\xac\xab\x6c\x78\x99\xb1\x8c\xfb\x2f\xfb\x55\x80\xf0\x35\x25\x07\xf6\x25\x47\xf7\x10\xa4\x58\x94\x75\x3c\x66\xbf\xaa\xd2\xb7\xa7\xe4\x34\x55\xb6\xbc\xec\x9b\x97\xdc\x54\xd6\xdc\x37\x22\xb3\xce\xa1\xb2\xe1\xdf\x15\x96\x4d\x95\xc1\x63\xc9\x98\xe4\xa2\x64\x5e\xbb\x4a\xf6\x6b\x17\x51\x53\x4a\xa6\xa8\x5c\x00\x17\x70\xbe\xcb\x2c\xab\x2a\xf3\xf9\x24\x9d\x65\xad\x7b\x5e\x3e\x3e\x1e\x03\xb0\x49\x7f\x3f\xdd\xbd\x85\x74\x5d\x74\x24\x15\xd8\x19\x32\xfd\xf3\x4b\x69\xfc\xae\xe0\x0a\x61\x4c\x0c\x50\x4a\x27\xbd\x94\xee\xfd\xa4\xe8\x53\xba\xea\xec\x5e\x27\x59\x7d\xe9\xa6\x32\x5f\x5b\xd5\x69\xa4\x09\x98\xe2\x4f\x9d\xfc\x4e\xa2\x64\x31\xff\x8e\xf4\x59\x6c\xa9\xcc\xd7\x88\x7c\xbe\xd8\xad\x32\x1f\x03\xc5\x76\x69\x85\x8b\x07\x2a\x1b\x5d\x5d\x4b\xd1\x19\x50\xde\xb5\x55\x5f\x6e\x7d\xe7\x7c\x97\x88\x09\xa5\x3c\x9a\x33\xb8\x8a\x64\x3a\xda\x97\x2a\xda\xad\xe0\x9f\x46\xbf\xae\x52\x13\x79\x56\x75\xf1\x8d\x19\x80\x4a\xa5\xce\xae\x54\x38\xcd\x1b\xaf\xbf\xa5\xf2\x1a\x5b\x2a\x54\x29\x46\x7c\xf0\x52\xa9\x12\x29\xae\xdd\x35\x82\x6f\x96\xaa\xa3\xda\xb5\xbb\xc6\x6b\x73\x91\x76\xb7\xb8\x76\xd7\x08\x7e\x5d\xaa\xe9\x3b\xf3\xef\x28\x8a\x54\xd1\x75\x75\xda\x65\x54\x4a\xa9\xa2\x4f\xe4\xe1\x0f\xc6\xeb\x68\xa9\x9b\x67\x55\x85\xc7\x56\xee\x14\xfb\xea\x4d\x5a\xaa\xf0\x80\x32\x22\x22\x97\xfa\xa8\x2f\x2e\x6a\xd1\xb1\xb2\x34\xea\x5b\x4b\xbb\x7c\xce\x78\x85\x68\xe2\x3d\xcd\x79\x0f\xf5\xb4\xa5\x51\x0d\x51\xda\xe5\xe3\x23\xdf\x6d\xb4\xaf\x15\xe4\xc2\x3f\xdf\x7d\x73\xdd\x24\x86\x79\x08\xa0\xf1\xfa\x5b\x9a\xd6\xa8\xb9\x18\xcd\x90\xfa\x82\xa4\xf2\xdf\x4f\xf0\x02\xfa\x5f\x97\x26\x31\x1a\xe1\x6b\x41\x59\xd4\x4a\x6b\x2a\x83\x18\x6d\x44\x8e\x2d\x4d\x62\x34\x62\xbe\x42\x66\x92\xf1\xd2\x96\xbe\x83\xf7\x61\xa6\x5d\xbb\xb4\xad\x39\x83\x4b\x9f\x11\xe8\xb4\x34\x5e\x8d\x4b\x83\xc6\x32\x77\x9e\x2b\x4d\xfc\xa5\x81\xbf\x18\x23\xfb\x4a\xd3\x1a\xb5\x77\x8d\xc8\x0b\xba\xd6\x01\xe9\xbf\xcf\x77\x9d\x65\x45\x65\x38\xff\x3a\xf9\x4b\xd7\xf9\xd0\xfd\x7c\xe8\xdc\xef\xc8\xcb\xfd\xfe\x4c\xee\x14\xce\x73\xba\xd3\x6a\x56\x3a\x22\x6b\xb2\x7d\xee\xad\xa5\x4b\xe4\xed\xb0\x1e\x65\x86\x62\x97\x9e\x97\xca\xb0\x1f\x98\x63\xa3\xf4\xc2\xf9\x44\x4a\xeb\x90\x19\x3e\x57\x7a\xe5\x7c\xf6\xea\xc1\x2e\xdc\xef\x9d\x9a\xea\xd2\xe1\xbc\x6e\xcc\x93\x51\x7a\x57\x7b\xdd\xdb\xcb\xd7\xdf\xc4\xe1\x2e\x76\x87\x8c\xd0\x21\x33\x10\xaa\x20\xa5\xf3\xf7\xd3\x83\xe8\xc8\x46\xba\x6e\x57\x7d\x7a\x77\x28\x32\xf5\xa9\xa9\x71\x6f\x5c\x23\x8b\xe9\x12\x6b\xbb\x8b\xb5\x8c\xa3\x29\x5d\xb7\xab\xbe\x7d\x18\x14\xb5\xfa\x56\x3f\x5d\xe4\x35\xb5\x77\xf3\xe8\xec\xb7\x47\x56\xf0\x58\xed\x22\xb5\xfe\x92\x1a\x8f\xce\x2e\x52\xeb\x2e\xf2\x32\x3d\x78\x31\x6a\xbf\x8b\xc7\xd8\x65\xe3\x16\x34\x69\x61\x3c\x76\x2e\x53\x73\x5c\x4c\xb7\x32\x0f\x4e\xb3\xcc\x5b\x92\x69\xcb\x7b\x48\x59\x36\x1e\xc7\x88\x20\xfb\x7e\xde\x5e\xf6\xad\x83\x49\x3c\xf5\x60\xa4\x4c\xbf\xc7\x62\x74\x87\x28\x1e\x20\x94\x8d\xdb\xd3\x74\xe3\x7e\x03\x7f\x18\x0f\x5b\x8c\x26\xda\xe2\xe1\x24\x99\xa9\xbc\x0b\x42\x41\xbe\x9f\x60\x77\x8c\x93\x28\x46\xf3\x6d\xf1\x80\x88\x6c\xbc\xea\x98\xc8\xd0\x5e\x32\x24\x2b\x34\xdd\xd8\x3c\xb4\xc0\x08\x4b\x58\x10\x27\xf0\xfd\x6c\x30\x32\x5f\x5c\x07\x1d\xb9\xee\x60\x6f\x59\x63\xa0\x06\xb1\xb8\x2b\xb9\x11\x4f\xaf\xc0\x43\xf9\xfb\x09\x13\x19\xdd\x99\x8b\x6d\xd5\xb9\xdd\x6f\x92\x6c\x04\x3e\xc2\xdf\x4f\x98\x99\x99\x52\xbc\x98\xe8\xd3\xdd\x80\x0b\x03\x98\x8a\xe9\x6a\xe5\xae\xb9\x4a\x08\x58\x4c\x74\xe6\x1e\xa5\x46\x44\xb5\x32\x74\x7c\xb8\x77\xa5\x11\xca\xac\x0c\xd1\x19\x12\xe8\x06\x2b\x64\x93\xc8\xa0\xfb\xfd\x84\x83\xfb\xc5\x2b\xd2\x90\x58\x3b\x20\xd6\x16\xa6\x31\x2f\x43\x57\xa4\x81\x88\x3b\x2b\x9f\xb6\xbd\x0c\x69\x6f\x06\x22\xd8\x8c\xc1\x66\x65\xe8\xd8\x81\xa3\xda\x29\xfb\x68\x62\x48\x34\x18\x2e\x1a\x30\xd2\xa4\x0c\x69\xed\x06\xb4\x76\xe5\xa2\x86\x6d\x88\xf7\x0c\x17\xb5\xe8\x00\x5e\x86\x78\x08\xf2\xb3\x9e\xb2\x6f\x3e\xc7\x22\x2d\x0d\xb8\xdd\x17\xa6\x3d\x2f\x43\x57\x6a\xe4\x59\x0d\x56\xb8\xdf\x87\xd6\x76\x40\x6c\x30\x69\x3e\x86\xd6\x6f\xf8\xfa\x11\xec\xa7\x0c\xf1\x90\x71\x7b\x5f\x28\xf2\x0e\x5d\x9b\xc7\xe3\x75\x52\x9d\x30\x2f\xce\xe7\xbc\x7c\x8d\x28\x9a\x23\xe9\xe8\xf7\xd3\xeb\xe4\xb5\x79\x6a\xae\x91\x0b\x34\x14\x3a\x18\x94\xa9\x3d\x3d\x8b\x3b\x64\xa8\x3d\x1d\x2d\x13\x47\x4b\x91\x16\x14\x49\x41\xbf\x9f\x4e\xbb\xdc\x9b\x93\x46\xfd\x82\xdc\xa0\xa1\x30\x35\x49\x41\x72\xd0\xef\x27\xf6\x18\xdd\x98\xca\x6c\xea\x67\xf3\x7e\x52\x4b\x38\x25\xee\x4f\x84\x56\x99\xd4\x25\x53\x9a\x9d\x09\xcd\x4e\xb9\x28\x9a\xcf\xae\x39\xeb\x3e\x67\xe4\x3d\xd3\xd4\x17\x7b\xcb\xbe\x75\x98\x12\x61\x26\xae\xbf\x45\x9a\xce\x39\x35\xbe\xe9\x65\x54\x97\x4c\x9a\xf5\xcb\xf4\xd8\x12\x69\x25\x27\xcd\xfa\x05\x39\x3f\x43\xa1\x1b\x54\x99\xba\x76\x4d\x5c\xad\x0a\x1d\xa1\xca\xdc\x2a\x73\xfe\x42\xb7\xa6\x32\x75\x8e\xcd\x37\x50\x20\xb1\x2f\xba\x52\x4f\x44\x04\x14\x69\x2c\x91\x14\xf4\xfb\xe9\xfd\xe4\x9e\x9e\x3a\xff\xe6\xfd\x06\xbb\xa8\x4e\xb5\x77\x3f\xff\x47\x20\x4c\x99\x8f\xe6\xf3\xf1\x79\xa1\x76\xf1\xff\x65\xec\x3b\x8e\xac\xe9\x79\x5e\x53\xf9\x43\x68\x39\x92\xda\x7c\xb9\xc8\x74\xe7\x1f\xc2\x2d\x41\x73\x80\xe7\xee\xde\xdd\xd4\xa8\x4e\xcb\xd3\x42\xe0\x92\x39\xb5\x60\x4e\x75\xf2\x82\xb4\xc5\xac\x71\x5b\x17\x00\xae\xe8\xe2\x62\xe6\xad\xad\xe7\xf6\x47\x93\x7e\x49\x2e\xa1\xe6\x67\xea\x0a\x69\x2d\xb9\xdb\xab\xdc\x39\xf0\x8e\x2d\xdd\x95\x55\xef\x3e\xfc\xe0\x79\x6d\x55\x8d\xb3\xde\x39\xfc\x20\x08\x6d\xc9\x8c\x5e\x30\xa3\x9b\x42\x61\x4b\xae\xce\xba\xc0\x26\x56\x4f\x6f\x8b\xd9\xd8\xb6\xee\xbb\xb8\xc4\x28\xf6\x52\x98\x65\x01\x3e\xd2\xf9\x3e\xbb\x2d\xb9\xf7\xeb\x3e\xc2\x4a\xd4\x01\x6b\x6a\xcd\x26\xee\xa6\xc2\x41\x4b\x21\x11\x94\x4f\x4c\x2d\xd3\x05\xdc\x5a\xcf\xfd\xdc\x67\x7d\x34\x09\x37\x21\x1d\x6d\x23\x84\xd6\x58\x11\xbd\x6d\xb9\x80\xfb\xba\x80\xd6\xd4\x36\xd5\xb6\xee\xef\x7e\x6b\xb6\x99\xc9\x6c\x1b\xe1\xae\x4e\xfe\xf6\xb6\x75\xa7\x77\xfc\x7d\xf3\xb7\x47\x9b\x59\xea\xb6\x91\xa5\xee\x0a\x85\x6d\x02\x9f\xda\xbe\x6f\xaf\xc8\xdc\xd4\xb6\x42\x99\xa8\x36\x77\xda\xd8\x9f\xee\xc3\xbe\xf7\x21\x53\x07\xec\xb7\xa9\xed\xae\x27\x23\xea\x28\x43\xf7\xfb\x13\x76\x88\x79\xff\x6f\xe6\xf0\xfe\xd4\xe5\x7d\x62\x92\x35\x7d\x05\xea\x37\x5e\x8a\x74\x45\xca\xb6\xbc\xf8\xfd\xdd\x69\xd0\x2b\x7b\x95\xf4\x79\x11\x21\x6d\x2c\x57\xda\x5e\xa9\xe3\xf7\x1e\x6d\x3e\x1b\xbe\x18\xf5\xdf\x9f\xf7\xf5\x13\x8f\xef\x2b\x4f\xe1\xb5\xfb\x4d\x26\x61\x5e\x99\x76\x2f\x1e\x1a\x77\xe3\x31\x7c\x25\xb2\x51\x8c\x2d\x75\xa2\x98\xda\xab\x88\xe5\xeb\x77\xee\x34\x09\x5f\x79\x8f\x2f\x92\xca\x4d\xd1\x9b\x57\x11\xaf\xd7\xff\x5e\x9e\x36\xb6\x69\x7e\x78\x83\xdb\x9d\xd1\xcc\x97\x68\xea\xf6\xe2\x21\xa4\x5e\xbc\xb4\x57\xa6\xdd\x7b\xaf\x0b\xab\xf6\xb5\x57\x91\x01\x60\x0e\x4e\x1b\x7f\xa7\xc8\xc0\xbb\xff\xde\xa6\xb0\x3f\x1d\xb5\x17\x47\xad\xf3\xd5\x52\x7b\xe5\xad\xbe\xf7\xb9\x96\xa2\x29\xaf\x4c\x03\x60\x15\x4e\x1b\xfb\x93\x58\xbe\xe0\x85\xee\x54\x03\xef\xab\x35\x83\xc8\xee\xae\xb1\x7c\x9a\xfb\x77\xe7\xce\xe8\xf7\x2b\x93\x02\xe5\xd7\x4e\xdb\xef\x77\x9f\x44\x2f\x0a\xa5\x25\x95\x0a\x6d\x9f\x12\x88\x1f\x12\x88\x4d\x11\x9a\x4f\x09\xc4\x2f\xdd\xf5\xa4\x8a\xf8\x94\x2c\xfa\xf2\x1d\x0b\xd5\x80\xc0\x0b\xed\x82\x17\x9a\x22\x34\x9f\x44\xe8\x77\xa3\x45\xae\x6f\x9a\x7e\x67\xf7\x77\xa6\xb6\xae\xb6\x7d\xdb\x7e\x6b\xfd\xe9\x7c\x7e\xd7\xa4\xe0\x73\xd1\xf6\xe9\x2c\xa1\xc0\xd8\x69\xe3\xef\x88\xd5\x6a\x5f\xdc\xb5\xa6\xa8\x10\x40\xa1\x7d\xd7\xa4\x50\xa4\xe5\x93\xa8\xff\xfa\x7d\xe1\x4b\x13\xe6\x53\xa6\xe8\x43\x32\xba\x11\x68\xd0\xf0\x68\xe9\xf7\xe7\x1d\x0b\x4d\x98\x4f\x6e\xf3\x77\x5f\xeb\x92\x8a\xa9\x7d\xca\x06\x7d\x48\x46\x77\xa7\x8b\x2b\xa4\x60\xbb\x48\xc1\x4e\xb2\xef\x26\x60\x43\xbb\xc0\x86\xc6\xc7\xba\xed\x93\xb9\x01\x1c\x43\xea\x4e\x77\xf4\x53\x04\xff\x82\x17\x1a\x6b\xd9\xb4\x4f\xf7\x01\x38\x86\xf3\x3b\xce\x5d\x26\xef\x05\x2f\x74\xd2\x4c\x37\xd4\xe4\xfa\xfd\xb9\x6e\xdb\xdf\x37\x4d\xf8\x43\xbb\xf8\xc3\xce\x67\x7e\x26\xe4\xb8\x5d\xe4\xb8\xde\x28\x9b\xb0\xe3\xf6\x5c\x5e\x18\x16\x5f\xb1\x87\xb8\x66\xbb\x00\x85\x46\x80\x82\x09\x9d\x68\xcf\x65\x03\xe1\x93\x51\x7b\x08\xe6\xb1\x5b\x13\xab\x33\x72\x6c\x4f\xfb\xd8\x66\x57\x2e\xfd\xcc\x4c\x43\xfd\xaa\xdf\x9f\xb8\x47\xac\x38\x62\xa8\x4c\xf5\xfb\x73\xdc\x36\x7e\xd3\x34\xbf\x7b\xae\x49\xef\x61\x8f\xa9\x3f\xbf\x44\x16\x95\xfd\x11\x5c\x63\xa8\x19\x75\xc6\xc2\x6f\xf2\xec\xda\x03\x70\x4d\x27\x1f\xb1\x3d\xa1\xfe\xe2\xaf\xbf\xf8\xb5\x75\xfd\xee\xba\x5d\x0c\xa5\xd8\xd3\x35\x96\x71\xc7\xd2\x38\x96\xa1\xb1\xdc\xf7\xec\xbf\x07\x39\x8f\x09\x2c\x61\x78\x9a\x92\x1a\x8b\x5e\xd8\x33\x35\x96\xab\xe2\xab\x71\xcd\xb6\xf6\xef\x02\x68\xc8\x6d\x6b\x0f\xcf\xa0\x3d\x57\x26\x93\x7c\xdd\x9e\xad\x71\xde\x17\xb3\x2c\x20\x61\xcf\xa7\xf3\xf2\xfd\xb5\xb1\xbf\x4f\xfd\xe1\x89\xa7\x2a\xe4\xda\x43\x57\xdc\x9e\x2b\x5b\x19\x86\xb0\xc4\x28\xa1\xa5\xe7\xde\x95\x9f\x2c\xb0\x44\x33\xcc\xd2\x35\x6b\x09\x7a\x30\x01\x30\x2c\xa5\xfb\xcd\x1f\x42\xd6\x52\x9e\x6c\x03\x80\xa6\x33\x72\x6c\x89\x66\xad\xe1\x31\xcc\xf9\xdd\x6f\xff\x12\x43\x3e\x96\x70\x76\x1b\x69\x91\x2c\x55\xf5\x77\xcd\x37\x52\xbe\x5b\x6a\x9a\x43\xfb\x7b\xed\xcc\xf9\x11\xd7\x6d\x28\xa0\x94\x3a\x99\xe0\x2d\xe9\xcc\xa7\xeb\x02\xb6\x5f\x54\xd2\x04\xce\x30\xd4\x51\x3a\x6d\x9c\x3b\x43\x45\x06\x9c\xc6\xf9\x26\xc7\x42\xa0\xa4\x25\x00\x25\x1b\x09\xc8\x2d\xb9\xd6\xf3\xda\x0c\x24\x17\xb7\x44\x33\xd3\xd2\x65\xe5\x20\x0d\xb8\xe9\x45\x85\xa5\x6b\x9a\x33\xd4\x60\xa9\x6b\x0e\x20\xab\xe8\xa4\x85\xb5\xd4\xb5\x2e\xc8\x42\x34\x82\x3a\x2c\x0d\xed\xd1\x35\xdb\x59\x98\xd2\xd2\x54\xdb\xbc\xfb\xf7\xcb\x26\x58\x5a\x5a\x17\x64\x4e\x1b\x69\xaa\x2d\x6d\xed\xed\x95\xad\x8c\xa8\x5b\xfa\xb4\x2e\xdf\x5d\xcf\xc6\xb9\x7f\x5a\x97\xef\xde\x87\x9f\x3d\x68\x7a\x17\x62\x17\x0c\xd2\xf8\x62\xca\x32\x33\x45\x96\xaf\x9b\xc0\xf0\x85\x65\xbe\x28\xb2\x9c\xee\x7a\x9a\xfd\x27\x73\xd8\xb2\xc4\x79\xbe\xe2\x9c\xcf\xd3\x2c\x17\x7d\xb6\xdc\xad\xe0\x14\x33\x9f\xf5\xd8\x1f\x8e\x84\x41\x7c\xcb\x3a\xf6\x28\xfc\x73\x7e\xf7\xdb\xc2\xac\x63\x8f\xa2\x3f\xa9\x91\xf6\xc5\x04\xf1\xb6\x0c\xe6\xa3\xce\x20\xbe\x65\x02\xfe\x0d\xe5\x7b\x4e\x1b\xfb\xa3\xd9\x60\x39\x2e\xed\x49\xe7\x38\x99\x5c\xb4\x1c\xf7\x58\xf0\x0a\x0a\x63\x62\x17\x63\xd2\xc8\x91\x65\x02\x91\xd8\x05\x91\x34\xf2\x7e\x5a\x96\x28\xcc\x57\x14\x5a\xe2\xef\x96\xd6\x13\x64\x0f\x9d\x0c\x12\x96\x75\x9c\x32\xd4\x7f\xe3\x1b\x7a\xcb\xc4\xd6\x1a\xca\xd2\x9c\xdf\x71\x9c\x4b\xfd\xad\xbf\xfe\x8c\x6d\x9a\x3b\x30\x8f\x22\x65\xb2\xbc\xb5\x47\x37\x4a\x41\x92\x4a\xcb\x34\x1b\xec\x82\x4f\x1a\xc1\x20\x96\xb7\xd6\x1a\xec\x08\x8d\x34\x8c\x96\x5f\x8d\xe5\x46\x1b\xe8\x1d\x5b\x66\xb4\xc1\xf2\x77\xe7\x4e\x35\x2e\x80\x89\x5d\x80\x89\x78\x88\xac\xf0\x09\x88\x95\xbf\x27\x20\x54\x9d\x02\x83\xd8\x05\x83\x34\xd2\x8d\x58\x21\x9e\xdc\x2e\xe0\xa3\xf3\xd1\x96\x95\xaa\xdf\x21\x32\xd0\xbb\xfa\xab\x5c\xb3\xd2\xee\x9a\x51\x4c\x16\x89\xc2\x72\x45\x21\xeb\xa3\x59\x71\x8d\xd3\xef\x38\x7f\xde\xb1\xe9\x29\x81\x95\x1b\xf1\x62\x09\x30\x43\x9d\x95\xdf\x9f\x10\x15\x24\x86\xb0\x42\x33\xd3\xca\x25\xa0\x21\xfb\x92\x95\xa1\xb1\x5c\x33\x93\xb5\x8b\x4c\xcf\x13\xac\xfc\xed\x3b\xef\x6d\xd9\x1a\xe7\x75\x91\x8c\x77\xac\x48\xe5\xa2\x98\x48\xea\x5d\x73\x78\xb5\x66\xef\x5d\x6b\xaa\xc0\x22\x91\x76\x81\x1b\x8d\x4f\x2c\xac\x32\x4a\x61\xf5\x46\x29\x8c\xf7\xb6\x32\x5b\x62\xf5\x66\x4b\x48\x2a\x6a\x95\xd8\x53\xab\xf9\x9e\x79\xce\xaf\xe6\xa5\xb6\x7b\xe6\x79\x6f\x2b\x13\x7a\x56\xcb\x9d\x03\xe5\x52\x25\xb8\xc6\x2a\x88\xa7\x9a\xff\xa2\x84\x56\x75\xdf\x2b\xd4\x47\x63\xdd\x23\xab\x43\xe3\x04\xab\x4f\x23\xdf\x87\xd5\xb1\xd5\x76\x89\x64\x78\xc7\xea\xe4\xde\xd6\x1b\xc5\x26\x95\x8d\x55\xc9\x82\x7a\x99\x60\xe8\x1e\x5a\x5d\xfa\xe6\xba\xdf\xcc\xfc\xe6\xab\x71\xde\xa8\x88\x17\xfe\x8e\x51\x11\xab\x48\x7e\x37\xe7\xb9\x6e\x5a\xcf\x86\xe7\x81\xcd\x79\xce\x1a\xb1\x7d\xd6\xca\xa5\x33\xe3\xb9\x6e\x92\xd7\xed\x9a\x29\x04\x8a\x58\xd3\x3d\x6a\xf5\xb6\xf1\x5c\x37\x46\xaa\xad\x81\x06\xe0\x79\x68\xd2\xb7\xa6\xfe\xae\x5b\xe9\xc6\x71\xca\x84\x69\xc7\x84\xc9\xcf\x43\xb3\xa1\xc9\x4c\x69\x37\xec\xc1\xea\x38\xd6\x64\x7e\xb7\x6b\x7e\xb3\xb0\x8d\x35\xd7\x58\x2e\x8b\x99\x5c\x96\xc6\xd0\x86\x81\x42\xff\xb4\xfd\xe4\x59\x0b\xf5\x77\xf9\xc0\x58\x78\xc6\x9a\x4c\x91\xf6\xc7\x9e\x15\xfc\x66\x9f\x6a\xbb\x6b\xcd\xfb\xd0\x74\x96\xda\xdf\x59\xea\x5c\x6b\x99\x22\x17\x44\xd2\xc8\xdc\x68\x8d\x8f\xd3\xac\xcd\xcb\x1d\xc9\x33\xdf\xf8\xc4\xc9\xf0\x3a\xf1\xac\x19\x7f\x27\x7d\x74\x9f\x1d\x36\xb9\x10\x6d\xea\x9b\x78\xb8\xf6\x10\x2f\x6f\x6d\x69\xee\x28\xeb\xfa\x10\x2f\x6f\x6d\x69\x9c\xa0\x13\x6a\xac\x21\x62\x4d\x67\xb0\xbd\x97\x73\x84\x7a\x0c\x5c\xf6\xbf\x3f\xfb\x6d\xe3\x9a\x49\x77\xb4\xf7\x8e\x93\xee\x61\xfb\x74\x76\xbf\xdb\xc6\x33\x61\x0c\xaf\x99\xa1\x3c\xd9\xc3\x6c\x97\x19\xc1\x4a\x06\x56\xfb\xf3\x3b\x63\x5b\x57\xdb\x7d\x50\x9a\xf5\x3b\x9e\x79\xfb\x7b\x60\x57\xd8\x1f\xc3\x2c\x66\x37\xcc\x42\x66\x1f\x33\x66\xe5\xec\x92\xe2\x3f\x4f\xd5\xef\xf4\xcd\xfc\xc7\x08\xc4\xfe\xb2\xbe\x99\xef\x5a\x53\xc7\x99\xdc\x5f\xbb\xee\x2f\xab\x48\x98\x49\xd6\xd9\xb5\xc1\x08\x30\x31\x93\xde\xb4\xab\x37\x65\xee\x0b\x20\x64\x60\xb2\x3f\x6d\xfc\x26\xb3\x4f\x76\x29\xe6\x9f\xe7\x9f\xb6\xad\x36\xdc\x77\x99\xd8\x7a\x36\x6a\x66\xf7\x0c\xd2\x75\x14\xb0\xc8\xec\xd2\x25\xf2\xd9\x9b\x09\x3c\x64\x00\x0f\x9d\xdf\x75\xb6\x69\xcd\xec\xf6\xe7\xec\x4f\xae\x87\xdd\x70\x65\x50\x3f\x98\x5c\x0f\xbb\x77\x5a\xe6\xb7\x85\xd6\xf3\xea\xe2\x63\xd3\xfe\x27\x73\xd8\x42\xdb\x1b\x77\x7b\x29\xb6\x4c\xe2\xc0\xae\x38\x08\x7a\x8f\xd6\x35\x9c\x6b\x2e\x92\x95\xc9\x4c\x5e\xb5\x5d\xaf\x5a\x66\xad\xe9\x7a\xda\xba\x5b\xe1\xfc\xdd\xd2\x37\x6f\x02\x8a\x14\x81\x66\x5b\x4b\xb3\xef\x71\x0a\xb5\xe9\x58\xa0\x32\xc5\xf3\x68\x9c\x5b\x5b\x71\x13\xdc\xac\x47\x60\xa6\xab\x6b\xef\xb8\xbf\xe3\xf1\x7d\xb5\x4d\xe0\x28\x79\xf8\xac\xc1\xc0\xc0\xfe\xfb\xf3\x92\x36\x25\x8e\x45\x9e\xfa\xc5\x63\x35\x52\xfb\x9a\xc9\x24\xb4\x6b\x12\x76\xaa\x0f\x80\xb0\x7e\x7f\x5e\xd5\xc2\x35\x73\x79\xf1\xfe\xfc\x31\xfb\xfe\x8e\x85\xcb\x9d\xf1\x7b\x75\xc9\xf7\x6f\xce\x97\xf5\x06\xca\xf6\xd4\x08\x76\x31\xcf\x9c\x83\xe7\x2b\x62\x18\xa1\x71\x46\x4f\xcd\xef\xf5\x24\xe1\xbe\xb9\x54\xae\x03\xd4\xd1\x48\xbe\x6f\xce\x24\x8c\x79\xc5\x59\x62\xc2\xd2\x9c\xa0\x0e\xbb\x18\x2f\x71\x85\x99\xb7\x7f\xda\xee\x38\x79\xcd\x5c\x51\x26\xbf\xd1\x53\xf2\xd0\x9b\xbb\x7e\xe7\xf7\x77\x3c\xbb\x60\x0e\xff\xfb\xf3\x32\x43\x92\xba\xdd\x5c\x9e\xb3\x77\xa8\xe3\xa4\x7d\x20\x8e\xd2\xbc\xdf\xf3\x42\xd5\xe9\x52\x57\x3e\xff\xbe\xc9\xdf\x4d\xad\xd9\x8d\xee\x13\x98\x62\x2e\xd3\xd5\xaf\x5b\x42\x0e\x00\x73\xb9\x25\xbe\xef\x58\x18\x19\x70\x79\xdc\x80\x9e\x9d\x36\xf6\xf7\xea\x9b\x37\x5a\xc4\x97\xfe\xe6\x7c\x9a\x61\x0e\xb7\x44\x64\x7a\x26\xbc\x99\x01\x6f\x96\x1f\x26\x6b\x2d\x88\xed\xb3\x00\xb6\xcf\x48\x48\x6a\x21\x93\x37\x2e\x1f\x37\x9f\xe0\x59\xe8\x9c\xc5\xd1\x08\xe7\x9b\x6c\xcb\x14\xcb\x71\xc9\xb0\xf9\x3c\xcf\xa2\xa8\x0d\x8c\x48\x0f\x39\x20\x2d\x98\x3c\xb5\x28\x97\x10\x90\xf7\x28\xf8\xdc\xd1\x02\xcf\x1d\x8d\x40\x18\x0b\x3e\xf3\xb1\xa8\x77\x0e\x34\x5d\x43\x6a\x20\x70\x06\xed\xa1\x79\x1a\x4d\xeb\x82\x24\xa1\xc9\xdc\x88\xae\xb6\xcb\x10\xfa\x68\xcd\x86\xe6\x30\xee\xfc\x18\x3d\x0d\xb9\x33\xc0\x9d\x25\x93\xea\x0c\x9d\xa5\x0b\x36\x33\xa9\xc7\x60\xa6\xc8\x62\xde\xfd\x63\x14\x34\x64\x62\x07\x4c\x6c\x7b\xa8\x02\x43\x51\x49\x60\xd2\x4e\x9b\xb3\x4d\xfd\xc1\x0d\xb2\x87\x91\x96\x78\xf5\xbb\xf7\xfe\x8e\x26\xaf\x00\x65\x16\x97\x3a\x4e\xfa\x21\x18\x35\xb7\x00\x5d\xd7\x93\x18\xa1\xe9\x8a\x2e\xfe\x11\xcb\x13\xf0\x61\xa0\xe3\xfe\xfd\x09\xb9\xcb\xf7\x23\xd6\xb5\x0f\x17\xe0\x65\x64\x86\xb0\xde\xf4\xbb\x76\xc7\xc2\x3b\xd6\xa5\xaa\x2f\x47\xb2\xb1\x7a\x97\x81\x6d\xf8\xf7\x27\x98\xfb\x08\xce\xb0\x2e\x53\xf9\x12\xf9\xda\x43\x77\xa6\x4b\x37\xf6\xab\x1b\x93\xbe\x29\x73\xf8\xb2\xb5\x9a\xe4\x67\x9f\x1a\xcb\x35\x5d\x93\xbe\x29\xf7\xa9\x5f\xf3\x34\x53\xc7\x75\x99\xa0\x7f\x04\x96\x64\x0a\xb0\xbe\xfe\xf9\xdd\x77\x7f\xf7\xdb\x87\x2e\xf3\x14\x0c\x89\xf9\x21\x63\xa4\x0d\x99\x68\xc0\x50\x25\x4b\xd4\x1d\x43\x77\x6c\x80\x10\xdd\xc8\x62\x63\x83\x7c\x45\x36\x2a\xf6\x28\xd3\x54\x1e\xc4\x82\xda\x40\x05\x9f\x87\xf4\xe4\x36\xc8\x57\x64\x03\xdc\xdd\x96\x68\x4a\x0e\xb9\x41\x03\x91\x5c\x4b\xd4\x1d\x43\xee\xcc\x70\xe8\x3f\x26\xd4\x6d\x04\xf7\x6f\x80\x41\xc1\x58\x4c\xcb\x86\x22\xff\x63\xdc\xf5\xa4\x5e\x19\x43\x63\x19\x77\x2c\x6a\x93\x2b\x30\xd6\x6d\xa3\x7b\x38\x64\x4f\x5c\x50\x95\xf1\xc9\x98\x0d\xd9\x13\xe3\xca\x64\x66\xd3\x6d\xca\x6c\x9f\xd7\x6c\xcf\xcc\x18\x4c\x65\x83\x66\xbe\xac\xf8\x6a\x23\xee\xdd\x66\x81\x0e\xc8\xd4\x55\x53\xe1\x20\xe0\xab\x92\x91\x59\xc2\xa6\xb2\x41\x13\x9c\xef\xc6\x77\x5f\x36\xb5\x7f\xf3\x6f\xff\xa8\xc7\xa6\xee\xd1\x6c\xb0\x97\x98\x85\xb7\xc9\x2c\xbc\x5d\x70\x94\x25\xde\xbf\xa9\xbb\x32\x61\x82\x8a\xb1\xd9\xa6\x32\x3e\xf3\xb2\x4a\x27\x66\x0c\xa6\x42\x92\x33\xee\x39\xa3\x7b\x38\xf9\x9c\xda\xe6\xf8\xfe\x3f\x72\x61\x9b\x8b\xe7\x7a\x22\xb4\x68\xf9\xe1\x1c\x14\xea\xbb\x80\x24\xcb\x89\x73\x97\x4e\x9d\x57\x0e\xe6\xd4\xfe\x9b\x39\x2c\xdc\x91\x5d\xdc\x91\x65\x9a\x06\x4b\xdb\x04\x68\x4f\x32\x3e\xe5\xb1\x25\xb5\xb3\xea\xa5\x21\xe7\x75\x59\xba\x12\x0b\x45\x62\x9e\x42\xef\x71\x29\xca\xbb\xc0\xab\xf8\xf0\x39\x84\x2d\x79\x26\xcb\x2e\xf9\x39\xd5\xea\x52\xb2\x61\x21\xd9\x60\x3a\xf6\x4b\xc9\x86\x15\x97\x74\xf5\x87\x93\xb1\x15\x4d\x6d\x77\x0e\x4c\x6e\x2c\x25\x1b\x56\xbf\xcb\x4d\x15\xb1\xf8\xe4\xc1\x16\x92\x6f\xa6\xa3\xbd\x24\xee\x16\x6a\x9e\x3f\x45\xeb\x42\x2c\x9a\x2d\x60\xd1\x4c\x47\x7b\x29\x11\xb1\x2e\x3b\x71\xa6\xb7\xb3\x96\xe6\xb0\xee\x7a\xf2\x18\x2e\x1d\x8b\x75\x8e\x45\x7e\x8a\xd6\x7a\x69\x9c\x97\x36\x98\x8c\x14\xb6\xb6\xc6\xb9\xef\x38\x29\xb6\xd6\xd6\xef\xf6\xb8\x6d\x9c\x9f\xae\xfc\x42\x61\xbb\x87\x5c\xa0\xb6\x14\xb9\x5a\x7f\x04\xb7\x74\x21\x96\x5c\x88\x8b\x81\x32\xb2\x55\xd8\x26\x8e\xd2\xf6\x73\xcf\x19\x8f\xfd\x26\xa6\xda\xf6\x5f\xdd\x0e\x1e\xfb\xad\xe4\xdb\xce\xf7\xbc\x50\xfd\xef\xc2\x75\xd9\xe5\x32\x09\x27\xb5\x85\xda\xfa\x6d\xcb\x6c\xdb\x6a\x7b\x6f\xdb\x6f\xee\x5b\xa2\x62\xb7\x3f\x1a\x66\x8e\x53\x1e\xf0\x46\xe5\xa1\xa7\xd0\xdc\xd8\xa6\xdf\xd9\x5f\xed\x91\xdf\xde\x6e\x89\x91\x7d\x55\x2e\xc1\x27\xb6\xe5\xc9\xee\xb8\x6d\x85\xbf\x53\x72\x78\x5f\x35\x50\x18\x09\xdc\x72\x47\x37\x88\x31\x1f\x96\xb3\xb2\x3d\x28\xce\xf7\xb8\x6b\xc6\x84\xd7\x9e\xea\x0f\xc4\xdc\x0f\xc1\x19\xb6\x49\x6c\x63\x1b\xee\xa8\x15\x46\xe2\xf7\xd6\x7a\x5e\xc6\x65\x3e\x01\xb2\x4d\x70\x8d\xed\xf7\x9e\x4f\x9a\x29\xfb\xd5\x58\x40\x44\x2c\xb6\x67\xdb\x72\x1d\xf7\xf7\xd7\xf6\xeb\xef\x25\x6e\xda\xde\x74\xdb\x28\xea\x5f\x62\x10\xed\xbd\xaa\x85\x6c\xe3\xf6\x2a\x0a\xf3\xe6\x7b\x26\x78\x8f\x5e\x9d\xa5\x37\xdf\x62\x1e\x1c\xe7\x2b\x13\xfb\xfd\x3b\x13\x34\x99\xde\xaa\x6f\x22\xd2\x62\xac\x2d\x61\xaf\xcc\xb7\xf7\x46\x48\xc9\xaf\x6e\xaf\x64\xdd\x7b\x29\xac\x48\xf5\x67\xaf\x5c\xc0\xcb\x6a\x63\x95\x11\x3d\x31\xd7\xd8\x65\xae\xb1\x4a\xd3\x47\x00\x2f\x7b\xf1\x24\xd5\x2a\x4d\xa6\x57\xae\xdc\x0b\x57\x4e\x8c\xe1\xf6\xca\x34\x7f\x41\x7b\xf9\x54\x26\x95\x5f\x9d\x17\x90\xca\x9c\xdf\xf1\x9b\x32\xbf\xdf\x6b\x7e\x93\x3d\xc2\x5e\x99\x6f\xef\xfa\xe3\x94\xe6\xef\x14\xbe\x78\xf7\x5f\xb9\x28\xce\x4f\x51\xc2\x17\xcc\xb9\x8f\x80\x22\xaf\x42\x06\xef\x77\xe7\x4e\xd9\xf3\xf1\x79\x97\x7d\xcf\x2d\x6d\x40\xd7\xe3\x53\x58\xe0\x02\xa7\x4c\xe0\x8c\x4f\x67\xe9\x4b\x90\x75\xac\xb6\x63\x9f\xc2\x02\x5f\xbe\xeb\x59\xd9\x9f\xc2\x02\x5f\xbe\x6b\xc6\x39\x7c\x3a\x4b\x5f\xbe\x73\xa7\x3e\xfa\xe4\xe6\x7d\xb7\xfe\x0f\x19\x29\xec\x23\xbe\xdb\x3e\xe0\xbb\xad\x32\x12\xff\xb5\xa1\xb6\xbb\x0f\xbc\x2b\x1f\xb1\xdf\x06\x52\x99\xfc\xfc\x33\x3f\x9d\xa5\xef\xef\x2c\xd1\x9d\xf9\xe4\x0a\x7c\x76\xeb\xd5\xf0\x8e\x7d\xae\x6f\x5e\x9d\x5a\x69\x6a\x7d\xa1\xb9\x07\xe4\x8b\x00\x26\x9f\xdc\x84\xef\xba\x09\x64\xd5\xb0\x4f\xa6\xeb\x17\x7f\xdf\x64\x7f\xc4\x7e\xdb\x07\x1a\xb2\xe7\x9f\xf9\x09\xb4\xf2\x8d\x7b\x5e\xa8\xc7\xc4\x40\x63\x97\x81\xc6\x04\xea\xf8\xf8\xfc\xd0\xbe\x6b\xd6\x0a\xb8\xf1\x29\xbc\xf6\xad\x3b\x07\x66\x1a\xc4\xfa\x62\x97\xf5\xc5\xf8\xd6\xc3\x3e\xb9\x17\xdf\x95\x67\xff\xcc\x41\xf6\xd2\x77\xed\x25\x81\x3a\x3e\x85\x21\x3e\xd4\xc8\x7f\x08\x4c\xf1\x87\x58\x6c\x7f\x9e\x5b\xef\xeb\x77\x6f\x5d\x14\x9e\x0e\xe2\x98\xfc\x70\x7e\xfe\x10\x98\xe2\x97\x11\xc6\x08\xdc\x70\x81\xaa\xfc\x82\xaa\x8c\x00\x0c\x7f\xe8\xfa\xfb\x73\x5d\x7f\x82\x2c\xfc\xe1\xbe\xfb\x83\xe7\xcd\xc6\x42\x40\x2e\xf6\x16\x07\xfe\x28\x19\x79\xf3\x5d\xf4\xb8\x7e\x59\x58\x8c\x4c\x16\xfe\x4c\x8d\xe5\xda\x3d\x04\x44\xf8\x43\x59\xe0\xcf\x0d\x65\x12\xd0\xe2\xa2\xac\xf5\x0b\x2c\x32\xd2\x8c\x7b\xe2\xbd\x75\xe0\x73\x92\x91\x0a\xd6\x13\xdf\x5a\x79\xca\x70\x4b\xda\x4f\x66\xb9\xa8\x67\x1d\x38\x9b\x5b\xf1\xe4\xbf\x98\xc3\x2e\xf6\x59\xbf\xec\xb3\x0f\x9f\xc8\xb8\x78\xed\x1c\x70\x9a\x64\xac\x27\xe5\x89\x6a\xdc\x53\x40\x54\xb0\x3e\x93\xa7\xd0\x70\xae\x37\x40\xf0\x82\x27\x26\x87\x3d\x81\x7d\xf6\x61\x69\x79\x4f\xc4\x20\x7a\x02\xfb\xec\x43\x32\x12\x4f\x53\xdf\x9c\x97\xe0\xfe\xe1\x37\x97\x7e\x77\x4b\x4b\x10\xbc\xe0\x69\x6b\x0e\xa8\xc6\x60\xac\x66\xe6\x89\xc7\xde\x13\x12\x8f\x66\x5a\xd2\x57\xcb\xfd\x57\x1c\xe0\x97\xbc\xf1\xc4\xa8\x88\xa7\xef\x32\x35\xf2\x18\x26\x8a\x73\xbf\x6c\xb7\x46\xd6\x09\xcf\x34\x09\x3d\x3f\x10\x69\x64\x1d\xf6\xcc\xe4\xb0\xe7\xab\xaa\xc9\x2c\xe1\x99\x66\x9f\x5f\x1e\x54\x23\xd0\xc0\x33\xcd\x3e\xcf\xd7\xb3\x24\xeb\xb0\x67\x26\x53\xfc\x92\x9f\x98\xfd\xdc\x0b\xcf\x34\x09\x3d\x5f\xf5\x6f\x3f\x6f\xdc\x33\xbd\x4e\xcf\xc0\x71\x99\xf1\x4a\x64\xaa\x7f\xcf\xd7\xd5\xe1\xb3\x22\xcf\x4d\x63\xb9\xde\xbf\xf1\xba\x64\x7a\x9d\x9e\x6f\xc9\x2b\x82\x10\x3c\xf3\x95\xa8\x67\x60\x64\xcd\x8c\x63\x99\xea\x0f\x7c\xd2\x0f\x4b\x2e\x7b\xfe\xd4\xdf\x77\xfb\x73\xae\xf5\xa7\xb9\xa3\x78\xfe\xc3\x27\x40\x9e\x3f\xad\xf5\x77\xd7\xfa\xe7\x39\x7b\x21\xe6\xd8\x4b\xba\xeb\xf9\x4b\x66\x7a\x61\xa2\xcc\xcb\xad\x25\xc8\xea\x58\x5e\x24\x9a\xca\x55\x9d\xe4\x03\x75\xb1\xc0\x7a\xf9\xab\xca\xf7\x8b\x32\x79\x61\x12\xdb\x4b\xb9\x67\xf0\xe7\x5e\x78\x61\x12\xdb\x41\x12\x92\x8c\x2c\x96\x5e\x88\xb3\xf7\x52\xef\xb9\xe6\xfc\x8a\x69\x9c\x28\x00\xfa\xb0\x06\x8c\x0b\xf0\xe1\x17\xf0\x61\x64\x20\xf5\x12\x1a\x4b\xfc\x15\xf9\xe1\xdc\xbb\xda\x90\x0d\x32\xd7\x37\x87\xbe\x39\xb0\xd6\x2c\xc3\xea\x62\xf1\xf0\xcb\xe2\xa1\x92\x3e\x5e\xa6\xc6\x89\xaa\xbf\x0f\x2b\x99\x7a\x59\x5a\xb3\xeb\xe6\xb9\xbe\x49\xf0\x90\x97\x1b\x45\x23\xcb\x85\x97\xad\x7d\xd8\x77\x1f\x0a\xd7\x9a\xb8\x4d\x2f\xfb\x56\x13\x2a\xdc\x23\xb2\x1d\x78\x41\x02\xd8\x08\x50\x70\x31\x83\x78\x79\xef\x58\x78\x8f\xca\xa7\x6f\x7e\xf7\x9b\xbc\x2b\x55\x2a\xb0\x3e\x77\x3d\x7f\xa6\x96\x57\x9d\xb3\x9a\xee\x38\xf5\x3b\x46\x92\xbc\xde\x88\x3a\x81\x0d\x5e\xb3\xbe\x79\xcd\x7d\xff\x45\xae\x5c\xe0\x13\xaf\xf9\xaf\x5e\x4e\x67\x1b\xcf\xd2\x05\x98\x18\x41\x0f\x5e\x69\xbe\x79\xbd\x51\x7a\xdd\xdb\x4a\xc6\x5a\xaf\x57\xf6\xb0\xc6\xa2\x57\xbe\x03\xf1\x5a\x6f\x5d\xbb\x9f\x6b\xe5\xb5\xea\x77\xd7\x85\xf0\xdf\xb3\x3e\xaf\x55\x73\xa8\x30\x37\xf8\xcc\xc7\x6b\x0d\xb5\xf5\xdb\xc6\xb9\xd3\x55\xf5\x7a\xdd\x0b\xe2\xb4\xbd\x36\xcd\xef\x86\x52\x58\x4f\xd2\xab\xf4\x58\x05\x36\xda\xc8\xd4\xe1\xd5\xd4\xdf\x75\x63\x09\x7a\xf0\x4a\x53\xd2\xab\xbd\x77\x2c\x6c\x73\xed\x91\x43\x6f\x9a\x71\x0e\x04\x60\x78\xbd\xe1\x19\xe2\xb4\xbd\x86\xc6\x12\x77\xee\xc6\xb1\x74\xcd\xe1\x16\xfb\x0a\xca\x90\x3a\x74\x5e\x6e\xa6\x81\xe0\x05\xaf\xaf\xfa\xbb\x21\x8a\xa0\x3e\xaa\x9f\xda\xbe\x3b\x4e\xca\x1e\x71\x49\x7b\x7b\xee\xfc\x28\x7b\x9a\xcc\xb0\x76\xdd\x51\xb2\x55\x78\xd3\x19\x6c\xf7\x0c\xb2\x3e\xac\x37\xba\x09\x7e\x01\x3b\x46\xec\xb0\x37\x82\x2f\xbd\xdd\xaa\xa0\x04\x05\x78\x63\xe8\xcd\xdb\x0d\xbd\xc5\xcf\x15\xf7\x56\x35\x96\x7a\xe5\xcb\x2f\x12\xef\x4d\xfa\xa8\xdd\xac\x4e\xf0\xbc\xb4\xa6\xb1\xb4\xbf\x72\x51\xfc\xa6\x69\x0e\xf6\xff\x57\x04\xf4\xc6\x8c\xa4\xb7\x5b\x93\x30\x8c\xdf\x74\xfd\xee\x57\x49\x90\xeb\x29\xf9\x79\x19\x61\x2c\x9c\xdf\x0c\xcd\x21\xee\x7a\x3a\xe7\x4e\x30\x9d\xb7\xb8\xfb\xce\xbb\xd2\x18\x96\x73\x30\xc2\xe4\x87\x2c\x41\x2e\x00\x8d\x5f\x4e\x6f\x23\xd0\xd5\x1b\xc3\x72\xde\xae\x79\xca\xcc\xbe\x0b\x5c\xe3\x0d\x9c\xbd\xc6\xcc\xbe\x37\xd9\x4b\x6d\xff\x55\x6b\xe2\xef\x64\xba\xb6\x6b\xba\xb2\x30\x8f\x8b\x2d\xc6\xc1\x16\x93\x1f\xb2\x12\xb9\x11\x03\xec\xc0\xaf\x9c\xb6\xdf\x79\x31\x86\x36\xdc\xae\xac\x23\x23\x85\x0b\x28\xe2\x00\x8a\xe4\x47\x32\xd9\x24\x97\xac\xdc\xfe\x78\x06\x4d\xf6\x8b\x5d\x19\xe2\xff\x91\x59\xc2\x45\x07\xee\x66\x71\x7f\xda\xd9\xb6\xd5\x06\x0b\xdc\x29\xb6\x8c\xcf\xc9\xdc\xfc\xaf\xca\x32\x87\x23\xf3\xc6\xe2\x4e\xe3\x97\x50\x70\xd3\x91\xb1\x7b\x64\x88\xf7\x74\x01\x30\xdc\x6e\xc4\xcb\x79\x44\x8d\x4f\x25\xdc\xfa\xba\x6d\xfc\x1d\x13\x1f\x7e\x09\x6a\xac\xf3\x0a\x9a\x54\x27\x0a\xe7\xe7\x47\x22\x5b\x00\x0c\xff\x03\x60\x48\x64\xdb\xd6\xfc\x80\x9f\x35\x32\x59\xb8\x31\x89\xed\x06\xd8\xb8\x75\xad\x99\x8e\x85\xdd\x6a\x60\xfd\x87\xcb\x71\x81\x1e\xfc\x82\x1e\x8c\x65\x01\xdc\x25\x7e\x1c\xe5\x61\x1e\x16\xfe\x73\x97\xf8\x01\x8e\xe1\xb4\xf1\x77\x12\x23\x7e\xc5\x08\x19\x29\xdc\x75\x2c\x6e\x2d\xf8\x47\xe2\xd5\xf9\xb4\xc6\xdd\x9e\xdb\xf6\xdb\x23\x81\x10\xfc\x82\x10\x8c\x45\x03\xdc\xe9\xfd\xbb\x07\xd6\x93\xb8\x31\x77\x3e\x9b\x72\xbf\xde\x23\x41\x01\xee\x32\x7d\x7c\xde\xf5\xec\xfc\x26\x23\xd5\xee\x37\x52\x4d\xfc\x97\xbb\xf6\xc1\xff\xf6\x81\xae\x95\x4b\x0d\xf8\x55\x03\x04\x0c\xb8\xc8\x6b\x1c\xb8\x82\xe4\x8f\xe6\x2e\x53\xd9\x6f\x92\x57\xa2\x3e\xb4\xd6\x71\x8b\x52\xb3\xb4\xb1\x87\xc4\x6b\xdc\xcc\x06\x71\x5c\x1e\xba\x47\x71\xef\x51\xd0\xa4\x08\x99\xa7\x61\xeb\xff\x2b\xda\xe7\x22\x85\xf1\x88\xf7\xff\x2b\xd8\xec\xa1\xf5\x8c\x71\xc7\x49\x75\x2c\xf6\x16\x8f\x79\xbf\xf9\xcb\x18\x78\x2c\xb5\xad\xf9\xff\x15\x4e\xf6\x90\xb8\x0b\x54\x0c\x7a\x24\xce\x43\x6e\xc2\x5f\xf2\x9b\x78\x2c\xef\xe4\xc2\x75\x54\x44\x3f\x6d\xbf\xb1\x74\x99\x61\xa8\xb9\xfd\x4f\xb5\x55\xef\xcc\x22\xf9\x2d\x15\xed\xc4\xa9\x79\x97\x49\xdf\xaf\x59\x24\xb1\x2c\x36\x15\xbf\x6c\x2a\x4e\xf6\x08\x57\x42\xdd\xfb\x8d\xc8\x06\xef\x4a\x27\x66\xd5\xff\x8a\x24\x3f\xbf\xe8\x9b\xf7\xa6\x71\xb6\xbb\xd6\x94\x2f\x5d\xea\x0a\x39\xf2\xfc\xb0\x90\x89\x77\x9d\xf9\x5b\xa3\xd5\xc9\xe6\xe0\x7d\xa8\xbf\x71\xfb\x73\xce\x41\x7b\x84\xf2\x96\xe7\x9b\x5c\xb3\xa9\x6f\xae\xbb\x2e\x34\xdf\xba\x5c\x81\xfe\xb7\x7f\x34\x53\xfa\xd6\x3e\x80\xcc\xc9\x99\xf8\x77\xb1\x9b\x38\x4a\x13\xe6\x87\xef\x16\xbc\xbf\x1a\xe7\x2d\x39\x48\xde\x5a\xef\xaf\xc6\xf9\xde\x71\xfe\x32\x76\x3e\x18\x91\x75\xd4\xb7\xcb\x0f\xdf\x03\xb8\x98\x4f\xfc\x32\x9f\x38\x93\xfb\x2e\x76\x13\xbf\xec\x26\x9e\x7e\x09\x7c\x1f\x72\x01\x47\xb9\xe5\xfe\x38\xce\x41\xd2\x3e\x1f\xb7\x3c\x79\xd2\x58\x64\x7e\x5f\x56\x14\x27\xd3\x83\x0f\x62\x9c\x7d\xe0\xad\x80\xb3\xb0\x8d\x0f\xb9\xe2\x03\xae\xb8\x27\xea\xaa\xe1\x9a\x83\xdf\x39\x50\xe5\x0e\x99\xb5\x23\xee\x7a\xd2\x65\x19\xcc\x3a\xfa\xb8\x66\x2d\x19\x92\x7c\x74\xfd\x0e\x18\x75\x27\x08\xc8\x87\x74\xdc\xb8\x3a\x8e\x95\xd2\x7d\x0c\x8d\x65\xdc\xb1\xd0\x24\x1c\x8c\x90\xfa\xb8\x75\x60\x93\x7e\x37\xd5\x36\xa1\xa7\x09\x28\xf3\xc1\xe8\xbe\x0f\x44\xf7\x9d\xa5\x13\x7c\x48\x4e\x8c\x7b\xce\xc8\x10\xe1\x63\x6b\xad\xdf\xbb\xd6\xfa\xe6\xa7\x71\x7e\x77\x9c\x34\xe9\xa7\xc2\x02\xf3\x86\x05\x3a\xef\xc3\x54\xc8\x67\xe6\xbb\xb7\x0c\x43\x4c\x02\xed\x7c\xd6\xdb\xc6\xb0\xc7\xe4\x5b\x0f\x9f\xed\xee\x1f\x4d\x7a\x31\x9f\xf8\xb4\xbb\x9e\x6a\xd3\xbd\x9d\x57\x57\x49\xe7\x4c\x32\x21\xf8\xbc\x15\x91\x13\x4d\xec\xc9\x88\xb3\xcf\x7b\x37\xf3\xa3\x36\x53\x1b\xce\x2e\x93\xf4\x3e\xb5\x9e\x73\xdd\x7b\xf4\xcb\x80\xba\x58\x35\x1c\xac\x1a\x39\x3d\x3c\xf3\x4b\xf2\x73\xe5\x5b\x57\x9b\x67\x57\x19\x7a\x47\x86\xfe\xfc\xce\xd9\xb6\xd5\x76\x6b\xbf\x52\x6f\x2e\x02\x5a\x7c\xdd\xf5\x64\xf6\xde\x95\xa1\xf7\x9b\xa1\x4f\xd2\x39\xab\xab\x3f\x84\x3d\x9c\xa0\x15\x5f\x32\xbf\xd7\xbc\xa5\x2d\x79\x3e\x97\x4c\x6c\x54\xc8\xc8\x89\x4c\x47\xae\xec\xb6\xdf\xec\x76\x22\xf6\xdb\x95\xa5\xf6\x9b\xa5\x4e\xac\xaf\xea\xca\x52\xfb\xcd\x52\x27\x02\xca\x7c\xc9\x06\xbb\xa5\x36\x3c\xd3\x0d\x5a\x9f\xc6\x79\xbc\xc1\xf3\xbb\xff\xc6\x2c\xe1\x8b\xdc\xa6\xbe\xbe\x3b\x54\x5e\x97\x4d\x3c\xab\xef\x5b\x84\x93\xdc\x9f\xbe\x9f\xa1\xb6\xbb\x85\xbf\x24\x8c\x6f\x45\x3e\x76\xba\x6d\x34\x41\xb7\x22\x1f\x1b\xde\x80\x67\x5e\x17\x25\xc6\x7d\x5f\xb5\xca\xfa\xc9\xbe\x15\xdd\xd8\xe5\x4e\x9f\x26\xda\x56\x74\x63\x97\x3b\x7d\xaa\xb9\x4d\x9c\x9a\xef\x72\x0b\xe0\x53\xe5\x6e\x3e\xc5\xf2\x5d\x6f\x0d\x6c\xaa\x9d\xdd\xb8\x85\xbb\xdd\x75\xe1\x95\xdf\x3a\x4e\xfb\xef\x38\xd1\x0b\xdc\x12\xbd\xfb\x8a\x5e\xb2\x4e\xf8\x76\xb5\x21\xd1\xe9\xe4\xe9\xf4\x2d\x0f\x71\x5f\x95\x4b\xc0\x80\xef\xa1\xb1\x1c\x95\x9b\xd3\xa3\xb9\xcb\x64\xda\x30\x41\x9d\xc0\x14\xdf\x3a\xbe\x1b\x54\xe3\x4e\x50\x80\xef\xa9\xbd\x45\x01\x6c\x27\x68\xc5\xb7\xd4\xf8\x06\x51\x9e\xb3\xf2\xb7\x6f\xa9\xf1\x3d\xef\x38\x79\x95\xb6\xc4\xc1\x5e\x7f\xbf\xe3\x5a\xcb\x2d\xd9\xeb\x1e\x6d\x46\x61\x44\xb6\xe2\x97\x6c\xc5\xc9\x0b\xea\xfb\xd5\x79\x41\x52\xcb\x09\x26\xf0\x4d\xec\xb7\x6f\x3c\xdb\x70\x82\x09\x5c\x25\x64\xfc\x7d\xae\x18\xa1\x68\x7a\xf9\xc4\xc2\xdf\x5b\x3a\xb6\xf0\x0a\xbe\x7c\x95\xea\xef\xb1\x00\x73\x4a\xdc\xa3\x57\xe7\x1a\x95\x66\x4e\x5b\x61\xdb\x56\xdb\x5d\x17\x8a\x8a\x57\x67\xf7\xcd\xb7\x8d\x26\xe1\xcb\x27\xa9\xfe\xa2\x16\x61\x4a\xdc\xf7\x57\xe2\xee\x26\xf0\xbd\x30\xba\x21\x16\x16\x07\x0b\x4b\x4e\x89\x62\xf9\x95\x1b\xf4\x02\x53\xe6\x04\x28\xf8\xdb\xf4\xbb\x76\xf7\x9d\x2e\xd9\x2b\x53\xf2\x45\x6d\xd1\xc4\xca\x7b\xfe\x2a\x32\xf7\xb6\x71\xdb\xb8\x9e\xa6\x36\xbb\xfb\xce\xbb\xf2\xba\xe6\x70\xbc\xac\x9c\x88\x5d\xf4\x57\x19\xa6\x37\xee\x7a\xf2\xbc\xbc\xc4\x66\x3a\x30\x00\xc9\x0b\x23\x1f\x9f\xa2\xe6\xdf\x51\x03\x39\x25\xba\xd4\x9f\xa2\x92\xdf\xdf\xba\xd0\xbc\x51\xa9\x14\xff\xea\x1d\x0b\xb3\x4f\x9f\xd6\xe5\xfb\x5b\x17\xba\x72\x9f\x5c\xc7\xcf\xee\x99\xa0\x58\xfe\xc8\x6a\xe3\xdf\xdf\xdc\x79\xae\x95\x8c\xf6\xef\x6f\xee\x94\xad\x4a\x46\xfb\x4d\x46\x27\x56\x80\xf6\x4f\x26\xd3\xd7\xef\xba\x34\x8e\x45\x19\xb4\x0f\xe4\x97\x4e\x20\x85\xab\x16\x98\xdf\x5a\x60\x4e\x40\x84\x7f\x72\x83\x3e\x44\x7d\x9c\x80\x08\x57\xe2\xd8\x6f\xe2\xd8\x59\x86\xc3\x3f\xb9\xf7\x1f\xa2\x3e\x89\x04\x58\xfe\xc9\xad\x04\xf9\x46\x4e\x2c\x5e\x1f\x0f\xf9\xd7\x03\x25\xc3\xce\x37\x83\x6d\x4d\x6d\x90\xbb\x2c\xd1\x11\x0f\xef\x6d\x3c\xf7\xde\x12\xbb\x18\x2a\x4f\x12\xc8\x2f\xe7\x44\xe2\xac\x78\x92\x7e\x07\x26\x19\x27\xc8\x22\xc4\x72\x11\x97\xe5\xc2\x09\x5e\x88\x87\xe0\x93\x78\xae\x4c\xfe\x55\x87\x3d\xff\xd0\x38\x1d\x3a\x20\xfd\xa2\x61\xf1\xf0\x5c\x07\x4a\x3b\x9e\xdf\xb1\x8d\x11\xe0\x78\x10\xf2\xf1\x5f\x2d\xd8\xf3\x8f\xa9\x36\x9c\xeb\x6a\x5c\xb3\xa1\xf9\x01\x87\xee\x4c\xee\xc7\x43\x53\x39\x9e\x6b\x2a\x93\x75\x22\x9e\xa9\xdf\x5d\x39\x4f\xd6\x89\x78\x08\x80\x8a\x07\x25\x6b\x9c\x09\xfc\x50\xb9\x90\xb8\x75\x57\x13\xb1\x99\xf1\x10\x3f\x1b\x0f\xf0\xb3\x5e\x83\xeb\xf2\x6a\x7e\xef\x3d\x4b\xbf\xbb\x12\x49\x7b\x9b\xae\xcd\x50\x7f\xd1\xc5\x48\x7c\x7f\x10\xa8\x1c\x92\x13\xf9\xde\x43\x6c\x15\x71\xd9\x2a\xbc\xfd\xdc\xd1\x48\x4c\xfc\x47\x42\xe2\xdf\x59\x6a\x23\x94\xdd\x8e\x9b\xdd\x4e\xf9\x97\x8d\x0d\x95\xf6\x88\x74\xef\x34\x89\x2a\x23\x99\xc6\x69\xb7\x24\x7b\xe2\x38\x5d\xfd\xf9\x5f\x7f\x9c\x9f\x6b\x0e\x7e\xe7\xc0\xb3\x9b\xf8\x8c\x37\xd2\x75\xad\x48\x62\x19\x89\xcf\xfd\x23\xe1\xb9\xbf\x93\xc4\x32\x52\x68\x0e\xa8\xf6\x9d\xf2\x4f\xc7\x45\x22\x00\x2a\x12\x00\x50\xde\x78\x8f\xd2\x54\x7f\xe7\xbe\xe7\x94\x2b\xbf\x49\x3d\x1d\x69\xdd\xfe\x0a\xd7\x9a\x26\x68\xa4\x6b\x82\x92\xc0\x2c\x12\xdf\x11\x44\xba\x85\xf9\x9b\xda\x08\x06\x89\x5b\x2e\xc4\x1b\xef\x51\xfa\xb4\x7f\xc8\x98\x3b\xc1\x12\x91\xe9\x52\x07\xaa\x8a\xe6\x94\xff\x69\x73\xb5\xdd\xfe\x7e\xe1\x8b\x10\x7b\x44\x20\x9b\x9e\xbc\xfd\xec\xcf\xc8\xcc\xd4\x46\x4e\xb7\x3f\xde\xa3\x4c\xbc\x7c\xe4\xab\x8b\xff\x2b\xb3\x44\x64\x7a\x26\x71\x8b\x95\x3a\xf1\x19\xa1\x24\x7d\xe4\xeb\xc5\x93\x53\x33\x54\x5a\x34\x50\x5a\x34\xa7\x6c\x9c\x86\x69\x38\x76\x87\x13\xfc\x9d\x6b\x69\x3c\xdf\x36\x4e\x83\xde\x5c\xe4\x1b\x29\x6b\xbf\xa8\x4f\x64\x26\x0d\x22\xf7\x7b\xd4\x3a\x97\x54\x62\x04\xd5\x41\x72\x22\x6c\x3c\xf2\xd0\x1c\xc6\x3d\xf6\x5d\x6d\xda\x0a\xe0\xe9\x12\x21\xe5\x91\x87\xe6\x37\xee\xfc\x34\x87\xa1\x6d\xba\x9e\x3a\x19\x29\x22\x4f\x7d\xf3\xaa\x24\xfb\xa9\xab\xc8\x53\x5b\x88\x17\xc0\xce\x32\x23\x91\xb7\xe6\x70\xa3\x3e\x64\x9d\x88\x4c\x55\x16\xf9\xaa\x32\x02\x3e\x22\x6f\xad\xf5\xbe\x63\xe1\x15\xcc\xaf\xe6\x7e\x23\x42\xc6\x2b\x98\x75\xb4\xf3\x77\xaf\xa0\xd6\xf3\xd3\x5a\x5f\x35\x47\x93\x3e\xf2\xa7\x3d\x42\x72\xd8\xed\x67\xc2\x44\xd1\xb1\x2f\xcf\x1d\x27\xaf\xae\x80\x06\x01\xa0\x41\x4e\x74\x05\xa2\x10\xef\x19\x05\xd5\xd8\x13\xab\xd9\x45\xa1\xb9\x18\xe5\x9a\x8b\x24\xa7\x8b\x42\x5a\xf0\x00\xe6\x20\xb9\xfd\xcc\x9b\x28\x04\x91\x44\x29\x77\x1f\x28\x2a\x0a\xb1\x45\x71\xcb\x8c\x38\xd9\x2a\x42\x65\x46\xa2\xdc\x48\x04\x4b\x96\x46\x09\xfd\x2e\xee\xef\x1a\xc7\xd9\x35\xce\x7e\xc7\x49\x11\x5a\x98\xd9\x88\xd2\xe7\x6d\xe3\x37\xf9\x14\x24\x40\x32\x91\x13\xdd\x8b\x28\x52\x81\x00\x21\x24\x67\x42\x36\x0a\x23\x42\x51\xd6\xdf\xef\x38\x87\xa5\xdf\xad\x3b\x4e\xe3\x58\xb6\xfa\x7b\x61\xda\xd1\xbd\x08\x95\x04\x89\xf2\xdd\xb9\x53\xad\xaa\xec\x47\xdc\xb2\x1f\x4e\xd2\xc5\xa8\x7c\xdd\x1d\x00\x05\x9c\x6f\x06\xdb\x96\xda\xee\x79\x09\x7e\x93\x66\x74\x20\x51\x9d\x13\x09\xef\xa2\x32\xa2\x1e\xf5\x46\xd4\x99\x20\x0d\x25\xaa\xa3\xfa\x9d\x03\xc5\x72\x9d\xfa\xe6\xbc\xdf\xfc\x99\xfb\xa1\xd2\x1e\x71\x4b\x7b\xb8\x27\xfd\x8e\x73\xaf\x57\x7d\x38\xef\x5f\x5d\x6a\xdb\x77\xad\x29\xeb\x1a\x5f\xa1\x47\x43\x95\x38\x27\x43\x44\x34\x99\x68\xed\x9a\x68\x24\x09\x8c\xc6\x48\x59\xb4\x1b\x29\x63\xb2\x2f\x94\x1c\x8e\x9b\x1c\x4e\xe5\xe7\xc2\x47\xa3\x9b\x1e\x20\x68\x38\x6d\xec\x8f\x89\xff\x68\x48\xfc\x3b\x33\x7d\xa1\xf2\x1d\x81\xbc\x6d\x4e\xc4\x38\x87\x98\x10\x02\x4c\x08\xa7\x8d\x63\x19\xfa\xe6\x35\xc3\x98\xb1\x0b\x31\x21\xc4\x65\x42\x70\x96\x27\x89\x46\xe6\x8c\x68\xeb\xbb\x6d\x1c\xe7\xd6\xdc\xf7\x9d\x3b\xf5\x4a\x93\xa9\xd5\xae\xa9\xc5\x8c\x5d\xb4\x57\x73\x78\xef\x58\x9c\xeb\x22\x75\xdc\x80\x43\x77\x02\x29\x42\xec\x03\x71\xd9\x07\x9c\x40\x8a\x30\x99\x68\x96\xfe\xda\x7e\xdf\x34\x82\x9c\xc2\xf2\x5d\xb3\x1f\x60\x2e\x4c\xa6\x96\x5d\x53\x8b\x19\xbb\x30\x86\x4b\xc2\xda\x3d\x67\x94\x9f\x46\x50\x47\xdc\x97\xfb\xce\xf2\x24\x61\x3a\xf3\x78\x8c\x7f\xfa\xfb\xad\x99\x11\xe4\x14\x48\xcc\xe6\x54\x79\x6f\x8d\xb8\xdb\x30\xe0\x6e\x3d\x28\x3f\x4d\x7b\x64\x78\xe7\x92\xea\x2f\xda\x17\xc6\xa8\x5d\xd8\x8d\xda\xd5\xca\x71\x12\x88\x16\xa8\xd6\x91\x13\x89\xeb\xc2\xf9\x64\x2c\x50\x91\x23\x39\x19\x22\x42\x65\x38\xc2\x9f\x3b\x4e\xba\x09\x78\x97\xfd\xfb\xf3\x7e\x93\xe7\xc5\x25\xcb\xbd\xdc\x33\xf8\xcb\x5a\x85\x13\xf4\x17\x5e\xee\x37\x79\x96\x9c\x19\x83\xf0\x8a\xbb\x49\xfc\x73\xb8\xe9\x9b\x76\xbf\x49\x79\xe6\x4b\xdf\x5c\xf7\x9b\xb4\x35\x5c\xae\x00\x92\x93\xa7\xed\x37\xce\x20\xd6\x3c\x22\xdf\xb9\x53\x66\xa9\xdc\x44\xdc\x72\x13\x1e\x3f\x17\x37\x42\x66\x3b\x5e\xed\x9e\xb6\xdf\x9a\xa9\xdc\x44\xc4\x2d\xc3\x4c\x70\x46\x04\x33\xb5\x11\xd7\xed\x22\xf3\x42\x44\xe8\x77\x20\x68\x73\x32\x2f\x44\xd0\xa5\x8e\x00\x97\xbf\x33\x9b\x17\xb1\xf4\xbb\x75\x7f\x47\x1b\x4c\xd9\xc3\x88\x6b\x6b\x90\x31\x2c\x54\x17\x22\x6e\x5d\x08\x67\x56\x2e\x42\xf6\x44\x7c\xf7\x77\x3c\xf3\x9d\xd8\xe8\xe8\x78\xa2\xed\x2c\xed\x11\x9d\x15\x8c\x03\xe5\x1c\x4e\xdb\x6f\x2c\x9d\x60\x89\xe8\x05\x7b\xdb\xe8\x7a\x74\x86\x13\xa2\x5f\x97\xb3\xff\x5c\xf8\xe8\xa1\x6f\x06\xce\x59\xab\xff\xed\x29\x5d\x74\x06\xc7\xa3\xdf\x48\x84\xbc\x81\x2e\x75\xdc\xaf\x28\x24\x20\x22\xfa\xd4\x70\x26\x54\xa0\xbc\x81\xbe\xd5\xb6\xff\xda\xf8\x3b\x2d\x69\xbf\x01\x70\x72\xc9\x45\x27\xb7\x62\xf4\x2f\xdd\xb6\xdf\x37\x87\xae\xe0\xb8\x57\xb0\x53\xe5\x0e\x46\xf4\x62\xa4\xbf\xdf\xa9\xad\xaa\x0d\x57\x82\x05\x02\x63\x48\x14\x8e\xab\xae\x98\xf0\x8a\xa1\x2b\x88\xfc\x5d\x72\x12\x52\xc5\x90\x28\x1c\x57\x14\xb2\x0c\x47\x8c\xa6\x6f\x5e\x75\x45\x92\xb9\x18\xa6\x39\xdc\x63\x4f\x26\x84\x18\x12\x85\xe3\x8a\x42\x12\xd0\xc5\x20\x68\x25\x06\x9e\x43\x78\xd7\x1c\x64\x1a\x8c\x1b\xdd\xe8\x54\x2d\x83\x89\xf8\xc0\xe3\xdc\xe4\x9d\xe6\xfe\x18\xfa\x1d\x78\x64\xbd\x53\x0d\x0c\x89\xd7\x71\x5d\x88\x4e\x95\xab\xc4\x5c\xdc\xf2\x08\xce\x84\x50\x8c\xad\x39\x00\xd8\x10\x64\x1f\x88\xb1\x35\x87\xf7\x1e\x6d\x5e\x97\xf1\x6a\xcd\x60\xb6\xc7\x43\x33\x65\xbc\xda\x07\x3c\xc5\x8a\x87\x66\x8a\xca\x23\xc4\x00\xbe\x3b\x98\x80\x8a\xf1\x69\xad\xaf\xb9\x4f\x2c\x6f\x8c\x4f\xfd\x81\x07\x31\xc8\x3e\x10\x53\x51\x2d\x3c\x14\x4e\xf1\xfc\xa2\x99\x31\x75\x5e\x66\xba\xe3\xa4\x79\x33\x99\x38\x8e\x99\xee\x38\x7f\x11\xcb\x98\xcc\x7a\x04\xf2\x85\xa7\x8d\xfd\x91\x71\x23\x90\x13\x4c\xc1\x84\x50\x4c\x82\x02\x02\xd5\x17\x72\x62\xd5\xc4\x98\x52\xab\xb3\x21\x42\x4a\x6c\x7b\x4c\x45\xc3\x50\x29\x21\x05\x33\x3e\x31\x65\xb6\x4f\x24\x72\x83\xa4\x37\xb1\xe4\xe2\x2e\xbb\x73\xa0\x78\x5d\x4c\x2a\xc7\x42\xe4\x23\x1e\xaa\x96\x45\xe6\x85\x58\xfd\x8e\x93\x73\x58\x2c\x90\x1b\xab\xdf\x3d\xe2\x19\x5c\x3a\x83\x6b\xdc\xb5\xa6\x89\xbd\xe4\xaa\x5e\x4a\xfb\x20\x53\x40\x2c\xa9\x78\xbc\x6a\x4d\x41\xc0\x40\xac\xa9\xb1\xdc\x22\xe2\x0f\x55\xd9\x92\xcc\xba\x54\xf8\x41\x16\x81\x58\x32\xa3\xd7\x35\xa3\xe5\x06\xe9\x09\x6c\x20\x11\x78\x7e\x17\x6c\xd3\x58\x10\x7d\x0b\x66\x13\x62\x2d\xcd\x01\x15\xac\x82\x91\xff\x58\x04\x36\xc4\x7a\xef\xef\x18\x29\x5b\x92\x83\xeb\xca\x41\xa3\xfc\x5c\x9f\xc6\x02\xdc\x7b\x30\xda\x1e\xca\xe6\xc5\x86\x3b\x1a\x8c\xb6\xc7\x56\x14\xe6\x66\xfa\x82\x2c\x02\xb1\x59\x2d\x33\x76\xc2\xdd\x94\xdb\xb5\x25\x7b\x36\xf0\xb3\x89\x15\x23\x63\x93\x08\x29\xb6\xdf\x39\xf0\x5c\x6f\x3e\xb3\x0b\x24\x86\x52\xa4\xdf\x13\xd8\xd8\x8a\x4a\xee\xab\x1f\x88\xdd\x0f\x3d\xbd\x0c\x50\xe8\xe7\x44\x7c\x7e\xbc\x04\x9b\x05\x12\x3c\xa7\x2d\xd8\xc6\x39\x20\xc1\x93\x22\x71\x0e\x2f\x81\x37\xf1\xc2\xfd\x8d\xc4\x90\xcf\xdb\xf4\x3b\xbb\xbf\xa3\xf9\xfd\xb2\x3c\x49\xa0\x66\x7f\x4e\x4e\x35\xae\xc2\xf9\xf1\xf6\x74\xdb\xf8\x4d\xdd\x87\xf7\xde\x07\xb9\x5d\x7a\xb6\x18\xef\x3d\xd7\x04\x05\x84\x0a\xd9\xc7\xbb\xee\xde\x52\x26\xbf\x0a\x51\x80\xa6\x3d\x27\xe7\xbe\x8b\x9b\x3d\xbe\x1b\x51\x27\x96\x3e\x3e\x99\x22\xf7\x89\x61\x10\x14\x10\x9f\x42\x14\x1f\xa2\x68\x91\x1f\x7e\x93\xcf\x08\xe3\x72\xb3\x47\xa6\x2c\xff\xe4\x26\x7c\x78\xfa\x1c\x2c\x1b\x11\x9f\xc2\x10\x1f\xc2\x10\x91\x19\x75\x55\x56\x27\x90\xd5\x39\x6d\xbf\x7d\xff\x98\xed\x0a\x64\x75\x4e\x1b\xc7\xc9\xac\x4e\x20\xab\x93\x22\x33\x64\xa0\xa7\x89\xf1\x5d\x7d\x4b\xe2\xc1\xf8\xb4\x7f\xdf\xdf\xfe\xd1\x15\xf8\xba\xe6\x8e\xec\x53\x90\x26\x20\x3e\xc9\x97\x0f\xd1\xf6\x50\xb4\xf6\xd3\x7d\xff\x6e\x18\xc2\x19\x4a\xf9\x14\x89\x47\xf1\xf8\xd3\xc6\x35\x93\x9b\x87\x97\x7a\x39\x39\x43\x29\x9f\xce\xfc\x77\x75\x5c\xfe\x81\x72\xba\xb2\x2c\xfd\x81\xdd\x13\xa4\x09\xe8\xca\xb2\xf4\x9b\x65\x09\xb2\x5c\xf4\x87\xf7\xa1\x23\xa9\x92\x82\x34\x01\x5d\x5c\xe9\xfd\x72\xa5\x47\x36\xf6\x47\x3d\xd6\x6f\xa1\xf7\x60\xd6\xbf\x3f\xcc\x80\x76\xd4\x75\x3f\x6d\xf1\x6b\x63\x86\xbe\x3f\xe5\xae\x99\xf3\x77\x55\x6d\xf5\xb6\xfd\xce\x7c\x7f\xe8\xfa\xf7\xa7\xde\xb9\x07\xe7\x50\xd5\xdf\xdf\xbe\xff\x4c\xf3\xae\xa7\x82\xfd\x3e\x15\x0c\xd6\x8c\xe8\x0f\xf5\x66\x7f\xda\x9d\xdf\x7f\x2c\xd2\xdc\x1f\xbe\x58\xed\x4f\xbb\x5d\x76\x0e\xc7\xd4\xa5\xdd\x2e\x3b\xa7\x6f\x1a\x2a\x22\xc0\x51\x1e\x4e\x91\x2f\xe9\xfb\x03\x42\x8e\x60\xe2\xbf\xeb\x55\x63\xbf\xaf\x1a\x83\x6c\x00\xfd\x71\x6d\x21\xc8\x3a\x82\x6c\x00\xfd\x09\x7d\x33\xee\x37\x13\xc7\x12\xfa\x66\x40\x84\x92\x3b\xb2\x3f\x5d\xbf\xbb\xe6\x3e\x23\x03\xfd\x21\x11\x4b\x07\x1b\x7b\x8a\x92\x39\xf7\xa1\xb1\x80\x08\x29\xc8\xe6\xd0\x9f\xa9\xb9\xcf\xf7\x7e\x93\xf3\x5b\xda\x8a\x75\x8f\xbd\xb6\x69\x6b\x9c\xd7\x15\x60\x44\xa1\x3f\xaf\x8e\xc5\x3b\x6f\x1b\x8f\xd3\xa7\x6f\x5e\xd3\x8e\xb4\xf5\x5d\x09\xa8\xfe\x97\x80\x22\x3e\xb8\x27\x7a\xb2\x3d\x81\x4c\x2d\x31\x6a\xd0\x13\x9f\x35\xf4\x04\x98\x7a\xe2\xd3\x8c\xae\x97\x99\xfd\xd6\x96\x0f\xb2\x39\xf4\xd4\xd4\xdf\x4d\xa8\x47\x62\x7f\x14\x3f\x3d\x5d\x6f\x9c\xb8\xe2\x9e\x4c\xdf\x44\xe4\x2a\xca\xcf\xbd\xe8\x49\xe7\x25\xfd\x9d\x97\x1f\x2e\xbc\x8b\x32\xbc\x5f\xca\xf0\x28\xce\xb1\x10\x4f\xd7\xd3\xb8\x67\xd0\xf9\x3b\x82\x41\x7a\x02\x18\x24\xc8\x3e\xd0\x13\xa3\x22\x3d\xdd\xa8\x08\x69\xeb\xbb\x6a\xd2\xf7\xb4\xef\xbe\xf3\x2c\xa5\xad\x71\xee\x3b\x4e\xee\xbb\xea\xd5\xf7\xb4\xef\xb9\xe6\xbe\xa7\x57\x63\x79\x6f\x7f\x3f\x2f\xb7\x8b\x32\xbc\x5f\xca\xf0\x28\xdc\x77\x71\x82\xf7\x7c\x5d\x39\xf2\x58\xf6\x4c\x4c\x59\xcf\x17\x53\x46\x1c\x73\xcf\x8c\x98\xf4\x0c\x8c\x65\xb0\x84\x45\xcf\x12\x31\xe0\xf6\xce\x89\x5c\x95\x3d\x9b\xfa\x43\x02\x31\x2a\xf7\x36\x6b\x8f\xb2\xdf\xfe\x1a\xc7\xc9\xcc\x4d\xcf\x37\xfa\x1d\xdc\xbf\x4c\x13\xb4\x23\x71\x92\xa2\x66\x8e\xe5\xd3\xef\xae\x8a\x67\x74\xa3\x2b\x0b\xd1\x91\x85\x38\x6d\xbf\xf9\x15\x26\xc3\x7a\x01\xe0\x2a\x98\x18\xef\x25\xff\xd3\x86\x33\x51\x7f\xea\xaa\x17\x89\xde\x72\x45\x2f\xd9\x00\x7a\x91\x1c\x2c\x78\xb9\x9f\x82\xfb\x57\xb4\x2e\xe5\xef\x5c\xff\xcc\xef\xae\x67\x8b\xfd\x3e\x5b\x4c\xc1\x3b\xad\xc8\x7f\x2f\xe3\xde\x31\xde\xdb\x32\xd4\x1f\x40\x4e\xc1\xa4\x79\x2f\x34\xa3\x3b\x6a\x86\xe7\xc4\x88\x49\x2f\x4b\x73\x00\x3e\x31\x91\x38\xb2\xab\x88\x78\xbf\xcf\x08\x13\xb1\xca\xbd\xe8\x7c\x96\x2b\x7b\x3a\x65\x6b\x61\x24\xb0\x97\x1b\x09\x24\xe7\x79\xaf\x52\xab\xf5\x9a\xca\xc4\x0e\xf7\xca\xc8\x78\xaf\xa9\xde\xb6\xdf\x38\x2b\xb3\x2c\xbd\xb6\xbb\x47\xbc\x47\x95\x61\x81\x5e\x0d\x72\x89\x9c\xe0\xbd\xd2\x25\xeb\xf5\x66\x1d\x19\xf6\xe8\xca\x0a\xf4\xea\x38\xbb\x7c\x23\xd2\x1b\x39\xa5\xfb\x2d\x50\x1d\x95\x7b\xd4\xb4\x0f\xed\x66\x60\x3a\x4d\x0a\x15\x9a\xee\x97\x23\x38\x2a\xef\x9f\x0a\x4d\x77\x70\x04\x9f\xdf\xfd\xf6\xb6\xd1\x45\xea\x78\x99\x74\xae\x51\x66\xdb\x56\xdb\x7b\x7f\xf7\xdb\x07\xf1\xf9\xf6\x76\x41\x63\x7c\x3f\xd2\xf5\x8c\xa9\xb7\x6d\xf7\x9b\x1c\xcb\xab\xf9\x81\x8b\x3a\x08\x18\xe8\xe2\xad\xed\x76\xa3\xae\xe4\xef\xee\x26\x59\x60\x57\x16\xf0\x05\x7e\x37\xe2\x75\x3b\x6a\x55\xa7\x60\x02\xbf\x2b\xc2\xdd\x6f\x14\x3b\xda\xcf\xc4\xee\xa6\xfd\x03\xdd\x6c\x0a\x46\xed\xba\x11\x60\xd2\x2f\x1f\x6c\x90\xb5\xa0\x5b\xa8\x2d\xee\xfc\x2a\xfb\x23\x76\xbf\x83\xfb\xf5\xb4\x55\xb6\x6d\xb5\xbd\xb7\x8d\x63\x21\x06\xb8\x1b\x30\xc0\x41\xb6\x83\x6e\x64\x49\xe8\xa8\x8d\x9d\xa2\x51\xd6\x59\xd7\xfc\xae\x39\xdc\x1a\xc7\x32\xb4\x9e\xe3\xce\x81\x66\xa6\xd1\xdd\xee\x20\x91\xcd\xa9\x77\xfe\x6e\xaa\xbf\x0b\x5e\xe0\x3b\x97\xae\x02\xdc\x1d\x04\xb3\x47\x7c\x72\xcd\x96\xe6\x00\x3c\x72\x30\x0c\xd8\x4d\xe7\x05\x6f\x9f\x4e\x1b\xe7\xb7\xb5\x9e\x7f\xe7\x85\xfa\x4f\x6f\x9f\xfa\x7d\xfb\x14\xac\x19\xd1\x6d\x6b\x3d\xf7\x3d\x9f\x94\x4b\xf6\x6a\x6f\xf1\x1e\x27\x9a\x73\xff\x5e\xcd\x0f\xd9\x99\x60\xa8\xaf\xdb\xab\x73\xf6\xdd\x73\x46\x93\xd7\x18\x7e\xea\xe0\xa1\x3d\x6d\xbf\xb1\x88\x60\xb6\x5f\x82\xd9\xfc\xf0\x1e\x39\xb3\x3a\xdd\x9f\xfb\xbb\x5f\x34\xba\xeb\x1d\x56\x47\x42\xe2\xfc\xae\xb2\x6d\xa9\xed\xbb\x6d\xff\x0d\x2c\xd1\xbd\xe9\xb3\xe0\xa0\xcb\x2c\x4a\xdb\x9d\x41\xfc\xee\xc0\xc1\x06\x19\x1b\xba\xf3\xb9\x5c\x77\x3c\x97\xcb\x0f\xaf\x84\x87\xa6\x18\x77\x8a\x3f\xef\xaa\xfb\xd4\xef\xe6\xdf\xef\x3a\xdb\x34\x96\x79\xa7\xc8\xeb\xe2\x4b\x53\x84\x18\xc9\x0f\xaf\x84\x6b\x7b\x41\xd5\x9a\x33\xb9\x38\xbb\xbf\xea\xef\xbd\xfd\xf1\xd8\xeb\xb9\x55\x47\xad\xf0\xd3\xc6\x25\xfd\x34\x77\xc0\xb1\x33\x29\xa7\x7b\xc8\x63\x8b\xeb\xb1\x91\x05\xa2\xab\x56\x78\xbf\xb5\xc2\x83\x2c\x10\x3d\xc8\xc5\xd9\xe3\x6f\x9b\x78\x25\x42\x66\xd1\xe5\x7c\x0d\xab\x6a\x73\xb5\xc5\x6d\xfb\x1d\xa7\x20\xd0\xa0\x07\xe8\xbd\x33\x31\xce\x5d\xdc\xad\xfd\x72\xb7\x06\x23\x5e\x3d\xaa\xbe\x59\x03\xbf\xe3\xb1\x57\xd2\xa7\xc7\x35\x87\xf9\xba\xbb\x2b\xe9\xd3\x91\xf4\xc9\x99\xd1\xbe\x1e\x52\x57\xe1\x77\xad\x83\x73\x77\x8d\xd3\xef\x38\x7f\x91\x9d\x1e\xba\xba\x71\xaf\x2e\x4b\x51\xf4\x90\x1a\x88\xab\x06\x8c\x57\x3e\x18\x55\xee\xa0\x4e\xcd\x39\x3d\x1c\x8b\xdc\x0b\xd4\xf0\x3e\x6d\xfa\x9d\xf6\x01\xcf\xec\xc2\x7e\x11\xa1\xae\xe7\x64\x3d\xbe\x3b\xf7\x1f\x76\xb1\x77\x26\x02\x7b\x07\xe6\x38\x08\x18\xe8\x2a\xea\xdd\x3b\x4c\xd7\xcc\x48\x60\xef\x8c\xb4\xf4\x9e\xef\x38\x79\x8f\xba\xdc\x92\x0e\xb7\x24\xf3\x59\x51\xef\x24\xff\xea\xbd\xec\xdb\xf6\x5b\x97\x2e\x55\xd6\xaf\x2a\x33\x9a\x61\x5d\xa6\x48\xbf\xa6\x88\x51\xc5\x2b\x1b\xd4\x6f\x36\x28\xf3\x59\x51\xef\x32\xd1\x3a\xca\x4d\x84\x3f\x1c\x8b\xd4\x40\xbf\x51\x57\x46\xc3\x7a\x27\xb3\x4b\xc7\x2b\xb0\x9c\x19\x25\xec\x2a\x96\xdd\xef\xd3\xaf\x20\x08\xa1\x77\xed\x3b\x92\x46\x39\x27\xde\xf7\xce\xe4\x77\xef\xdf\xdd\x3f\xde\x69\x65\x8a\xfa\xb8\x22\x94\x9c\xa1\x7d\x90\x5e\xbf\x0f\x54\xd3\x0a\xa7\x8b\xab\x27\x5c\xfd\x3e\xe1\x0a\x82\x17\xfa\x50\x04\x63\x54\xdc\x77\x3e\x0f\xea\xa3\xea\x9b\x15\xf7\x96\xfc\x9e\x7d\xf0\x79\x5e\x1f\x20\xc7\x0a\xb2\x4e\x74\x15\xaf\xee\xb7\x78\x75\x90\x75\xa2\x0f\x46\x99\xfa\x40\x94\xe9\xf8\x8e\xbf\x36\x3e\xf1\xed\x63\xdf\xb5\xae\x1c\x8b\x4c\x5e\x14\xa1\x3e\xbf\xfb\xed\xad\x9e\x38\xf5\xf1\xb7\x66\xbf\x44\x7c\x9f\x92\x4b\xf3\xc8\xa5\x9c\x59\x24\xb6\x4f\xbe\x03\xe9\xa8\x2b\x7d\xda\x7e\xf7\x61\x32\x99\xd9\x91\x00\xc9\x99\x91\xc0\x3e\xe5\x6e\x4f\xb8\xdb\x67\xe3\xd9\xa6\xdf\xe5\xbf\xdf\x35\xb6\xbd\x6a\xfb\x6e\x1b\xc7\xa9\x7d\x98\x37\x4a\xc8\x4a\x85\x7d\xca\x95\x43\x52\x25\xe7\x4c\xd7\x4a\x59\x8f\x8e\xac\xc7\x69\xe2\xfc\x64\xde\x4c\x80\xe2\x72\xfe\x3d\x2d\xed\x8b\x84\x4d\x7d\xfd\x8d\x85\xfa\x61\xf1\xdd\x49\x5f\xe0\x47\xce\x99\x63\x11\x99\x68\x5f\x57\x0e\xf2\x5d\x4d\x5f\x0a\x5f\xe0\x69\x4e\x0a\xa7\xac\xdb\x52\xf1\x88\xd2\xe7\x9c\xe9\xde\x6f\xad\xf5\xfe\x5b\x6b\x46\xd8\x36\x13\xc7\x1d\x6f\x67\x72\xe6\xdb\x99\xae\x82\xbc\x7d\xdf\xb3\x9b\x7f\xc9\xef\xae\xa2\xbb\x1d\x45\x77\x4f\xdb\x6f\x0e\x5b\xe1\xae\x7d\xc3\x5d\x2c\xfb\xd1\xb7\xa9\x3f\xbf\xfd\xd1\xec\xdb\x04\xde\xf4\x1d\x77\x5d\xf4\x3b\xe9\xf0\x7d\x75\x78\xa1\x49\xbf\x97\xc6\xb9\x30\x4e\x85\xc2\xf6\xab\x6f\x5e\x79\x4d\xb0\x59\xdf\x9f\xc6\x89\x6c\x49\xe6\x5b\x96\xae\xca\xb9\x7d\xe3\x59\x5f\xc4\x2f\x8a\xdd\x5f\x46\xbf\xfb\x8b\x92\x19\x99\x04\x97\xfd\x25\xf8\xa4\xa3\xc8\x6c\xce\x7c\xaf\xd2\xdf\xd0\xef\xe2\xfe\x8e\x3a\xfc\xd5\x39\x7b\x6f\x76\x8d\x40\x91\xfe\xca\x7d\x42\x12\x20\xe7\xc2\xfb\xfe\x2a\x3c\xf3\xde\xf0\x0c\xd9\x3f\xfa\x4b\x60\x51\x7f\xaf\xc9\x1b\x1a\x27\x81\x5a\xfd\x05\x50\x2b\x2b\x34\xf5\x4a\x7e\xbe\x57\x6f\xf2\x49\x78\x7f\x49\x7a\xda\x5f\xd4\x4d\xc8\x24\x05\xed\x2f\xcb\x65\x75\x54\x88\xcd\x99\x6f\x4b\xba\x2a\xc4\xf6\x17\xcf\xa9\x33\xc1\x66\x5d\x59\x88\x7e\x2b\xc4\x86\xc2\x33\x9f\x74\xe3\xf7\xdc\xb9\xff\x40\x1d\x5d\xa4\x84\x1d\xa4\x84\xa7\x8d\xbf\x93\x8d\x82\x6c\x42\xce\x24\xbf\xec\x9f\xc2\x17\xdf\x0d\x5f\x04\x5d\x24\xbd\xf5\xe8\x78\xeb\x71\x7e\xf7\xbb\xd3\x9f\x5c\x63\x54\x5e\xcd\xb9\xf4\xff\x06\x96\x18\xa2\x2f\x1f\xdd\xcf\x92\x66\xfb\x99\x7d\x63\xd1\xec\x1b\xeb\xb9\xaa\x9a\x2d\x59\x2d\xe5\x7f\xff\x57\x98\x71\x1d\x2a\x76\x3e\x50\xec\xbc\xda\xcf\x3b\x1c\xaa\x75\x3e\xd6\x15\xbb\x95\x2d\x5b\x2d\x1f\x7e\xc4\xef\x25\x0d\x02\xe1\xcf\xac\x96\xae\x96\xb3\x73\xea\x88\xe1\xa3\x81\x17\x9d\x95\x24\x46\x63\xd1\x7c\x1c\x0b\xe6\xe3\x3f\x2d\x1a\xf8\xd9\xbf\x4a\x40\xe9\x58\x04\xfa\x0d\x88\x4f\x96\xd5\x1e\x8b\x52\x6a\x2c\x58\x33\x95\x63\x28\xea\xa8\xd4\xf3\xb9\xc6\xd9\x16\xf5\x74\x34\x74\x79\x4c\x4d\xa1\xa6\x73\x3a\x7e\x67\x7f\x2c\xa2\x37\xc6\x2a\x18\x5e\x53\x57\x5a\xbd\xf2\xa2\x89\x6b\x54\xb5\x51\x15\xbb\x61\xdc\xc3\xaa\xdd\xa8\x1d\xa3\x08\x36\x69\xfd\x8e\x38\xad\xc4\x9e\x8e\xd5\x34\xf6\xe6\xa7\xc9\xb9\x80\x4d\xfb\xd1\x30\x42\xe7\x02\x36\x8d\xd0\xf0\x41\xe7\x08\x59\xdd\x78\x2c\xc3\x5e\x05\x7f\xe5\xda\x7a\x98\xd7\xc6\xc5\x70\x8d\x1d\xb1\x4a\xe3\x20\xc8\x78\x32\x96\xe3\x73\x9d\xb3\x0a\x7d\x0e\x8f\xc1\x8d\x1d\x85\x46\x8e\xf4\x82\xe6\x14\x5a\x89\x38\x9f\x63\xc9\xed\xb1\x78\xe9\x06\x08\xac\x2b\x59\xc9\xc6\xea\x5a\xa4\x3e\xd1\xc4\x41\x74\x1d\xa5\x7e\xba\x0a\xce\xa9\xeb\x28\x21\x96\xf8\x13\x0b\x63\x0d\x6d\xe2\x38\x47\xc9\x13\x7b\x1a\x3a\x2f\x90\xc0\xc1\x93\x39\xb4\xe4\xc7\xb6\xad\xae\xdb\x3b\xd4\xd3\xf1\x4e\x99\x66\x1a\x6b\xaa\xa7\x63\xff\x56\x66\x64\xc7\x9a\x9a\xd3\x34\x34\xb1\xab\xa9\xdd\x80\x0a\xec\xec\x69\x6a\x37\xf0\xde\xb8\x73\xf5\x96\xb6\x7d\x9d\x73\x44\xcb\x74\x88\x4a\x7b\x80\x4a\xbb\x7a\xe1\x4a\x2c\x4d\x6a\x63\x7c\x85\x1f\xdc\x1a\xc4\x8e\x73\x9c\x39\xf2\xad\x9b\xb3\xb1\x87\x95\xdf\x7b\x75\x24\x8e\xdf\x55\x1e\xce\xe9\xd5\x4a\xbc\xe8\xa9\x72\x0b\x5f\xad\xc4\x8b\x95\xd0\x25\x7d\x35\x88\x17\x83\xd0\x8f\xb4\xe6\x47\xa5\x33\xef\x35\xd6\xa7\xcf\x7d\x47\x1a\x68\x73\x3f\x0d\xfc\x98\xb7\x85\x95\x80\xc6\xfa\x74\x8c\x8e\xd6\x22\x18\x7d\xac\x4f\x27\xf6\xc3\x6c\x29\xcf\x37\xb1\xfd\x63\x3f\x38\xb1\xbf\x04\xcd\x10\x96\x62\xe0\x65\x74\x65\xd9\xeb\xb1\x19\x6b\x19\xfb\x88\x69\x16\x81\x1f\x02\x59\x8c\x9d\xf2\x69\x61\x4f\x8c\x1b\x0f\xbc\xab\xae\x4e\x01\xb2\xf9\x66\x6a\xe0\x9d\x75\x25\x6e\x78\x6c\x26\x63\xc7\x4e\x38\xb2\xce\xae\x24\xb6\x77\xc6\x07\x9d\x1f\x94\x70\xde\x47\x38\x93\x3f\x7d\xe8\xf9\xf5\xd8\x05\x7b\xf8\x4b\x0c\x8e\x4d\xa8\xea\x00\x7b\x39\x89\xd5\xc7\xa6\xcf\x34\x76\x41\x4f\xbc\x1d\x7a\x96\x3d\xf0\x2c\xbb\x3a\x0f\xfa\x2e\x5a\x8a\x8a\xae\x78\xd2\x77\x55\x57\xc7\xc0\x67\x21\xf9\xb1\xab\x96\xe2\xb8\x59\x35\x7e\xde\xfc\xd8\xb4\xb6\x07\x0c\xda\xca\xdc\xdd\xd0\x23\xef\x81\x47\xde\x95\xf6\xdf\x10\x69\xfa\xd8\x0d\x1f\x4c\xfc\xa0\xf4\x3c\x4c\x5f\xa2\xf4\xc7\x96\x00\xde\x36\xf1\x23\x4e\xd8\xb4\xb4\x76\x96\xb6\x71\xab\x4c\x4b\x0b\xa9\x1d\x94\x06\x7a\x30\x3e\xb6\x67\x34\x71\x6d\x5d\xbb\xe8\xe7\xa8\x37\xfd\x48\x23\x3f\x86\x6a\x0d\x8a\x83\x2d\x89\xbe\x1d\x83\xe0\xf0\x42\x3d\xc5\xb1\x42\xa8\x05\x76\x68\xcd\xa3\xe1\x73\xdc\x0e\x02\x4b\x07\xcc\x7a\x52\x9d\x8f\x1d\xda\x8e\xc0\x42\xe8\x50\x84\x4e\xe6\xd1\x08\x35\x68\x9f\x6c\xa9\x01\x10\xc0\xd7\xd0\xfe\x76\x75\xd5\x4f\x57\x8c\x90\x8c\x2d\x35\xb0\x8f\x1a\x60\xca\x73\xec\xae\x95\x1d\xd8\xf9\xca\xae\x86\x76\x6a\xa0\x2b\xad\xdf\xd0\xfa\x0d\xac\x1f\xad\x83\x3d\xb4\x7e\x63\x9d\x51\x50\xf4\x6c\xe9\x88\x0d\x71\x1f\x5a\xdb\xa9\x15\x3c\x92\xbf\xa4\xc4\x15\x94\xb8\x87\xf3\x53\xa8\x2d\xf5\x06\x7f\xe0\x9d\x7d\x0d\xfb\x6f\x7c\xbf\x63\x2f\x1d\xcf\xe3\x34\x31\x95\x3b\xf6\xd2\x4d\x58\x18\xa3\xba\x5b\xba\x09\x0b\x37\xe1\x9f\x5f\x69\xd2\x0b\x23\x71\x9e\xf7\xad\xae\x36\xba\xe2\x9c\xb7\xd6\x77\xe3\x00\x04\xe7\xbc\xb5\x2b\xd0\x21\x44\x4d\x8f\xfd\xea\x00\x40\x53\x04\xa5\xf4\x96\xa6\xd8\x2f\x36\xac\x73\x80\xaf\x36\xec\x45\x5f\xb4\x53\xf6\xab\xb3\xf1\x9e\xb3\x41\x83\x68\x7f\x5a\x8b\xe3\xc7\xd4\x4e\x25\x27\xb7\x70\xec\xef\x9c\xb5\xe0\xe7\xa4\x45\xc0\xee\x5f\x99\x32\x1c\xaf\x0c\xfc\xf7\x28\x84\xc2\x91\xbf\x7c\x2a\x34\xde\xa7\x42\x5d\x35\x36\x35\x35\x9d\x55\x67\x9a\x71\x88\xbf\x60\x00\xcd\x56\x38\xdd\x57\x0a\xe1\x4d\xc7\x84\x79\xf8\x1b\xc2\x1b\x06\xa8\x0a\x2a\x59\x8d\x86\x6a\x0f\x0c\x78\xb6\x95\x55\xeb\x86\x98\x0b\x06\x98\x0b\x2a\x73\x96\xe3\x65\xe1\xaf\x81\x22\x04\xb5\x6b\xe8\x2c\x91\x3b\xde\x8c\x43\x5d\xf4\xab\xa1\x26\x7c\x90\x02\xe8\x2d\x5a\xa5\x63\xe3\xf3\xed\xfa\x10\x0f\xc2\x00\x0f\x42\x65\x96\x73\xbc\xb2\xf1\xdf\x82\x55\xfa\x79\x8e\xe3\x2d\x5a\xa5\x63\xee\x57\xed\x87\x0c\xf9\xb7\x60\x10\x94\x25\x6f\xd5\x20\xea\x19\x84\x16\xbd\x6a\x69\x61\xe2\xf3\xa2\xbe\x0c\x6b\x8f\xf7\x58\xf4\x55\xcb\xd7\xb4\x46\x47\xd3\x54\xd2\xe6\x8d\xb7\x69\x74\xb0\xe2\x3b\xad\x9b\xb7\xe9\x7b\xc7\xa0\xaf\x5a\x58\x42\x0e\xc7\x7b\xb4\x4b\xa5\xc8\x7f\x4d\x4b\x74\x2c\xff\x92\x34\x25\x29\x9e\xd7\xb0\xf3\x4d\xbf\x0a\x35\xf5\xff\xfd\x1f\x9f\xda\x8f\xd7\xb4\x44\x47\x07\xd5\x4e\xa7\xe0\x35\x0d\xe2\x78\x0e\x95\x32\xff\x95\x4a\x42\xdd\x86\xda\x8d\xab\xe7\x3a\x12\xde\xd0\xa4\x5f\x69\x10\x8e\x41\x70\x73\xa5\x92\x40\x15\x51\xb5\xb7\x7c\xea\x31\xde\xe3\x6e\xd4\x4e\xa7\xea\x0d\xad\x44\xe0\xb0\x38\x27\x25\x75\xf5\x1e\xcf\xa4\x6a\x8d\xe4\x99\xbc\x47\x3d\xd5\x4e\x93\xe8\x0d\xed\xc6\x51\x4f\xac\x43\x30\x5e\x39\x2d\x6f\xc7\xd9\xa3\x23\xf6\x76\x1d\xf3\x8e\x13\x46\xe1\xf2\x0e\x2d\x12\x14\x4f\x97\x34\x18\x3a\xcc\x47\x2f\xd4\xae\x8b\x3d\xb5\x89\xc7\xd8\x6f\xc4\xb9\x8f\x77\x6a\x80\xf3\x6c\x15\x4d\x8e\x57\x32\xfd\x5d\x38\x14\x34\x2c\x5e\xc9\x74\x94\xb5\x68\x8f\x0e\xed\xd2\xf7\x8e\x1f\x40\xce\x83\xa1\x98\xd1\x78\x8f\x48\xaf\xd4\x8b\xaf\x44\xfa\x7b\x1c\x84\xc6\x9a\xbc\xe3\xdd\xda\xde\x7d\xb6\x57\x07\x69\xeb\x8c\x1d\xb9\xdf\x1e\x1d\xbf\xad\x9e\x8e\xef\x50\x58\xa0\x6b\xbc\xd2\x03\xef\x8b\xae\x0a\xc7\xf7\x6a\x43\xbe\xe7\x34\x69\x83\x25\xd2\xdf\xaf\xa0\x89\xdb\xf8\x69\xec\x1f\x3e\xc8\x80\x84\xa0\xb3\x03\xf1\xab\xf6\x68\x6d\x3f\x0d\xfe\xd8\xff\x8d\xa9\xc1\xf1\x49\xdc\x7f\x0f\xfa\xe2\x0a\x7e\x4c\xd2\x8e\xef\x81\x64\x34\x35\xb9\x9a\xb0\x4e\x9d\x2d\x43\x2d\x0b\xdf\x0b\x36\xbd\x6a\xc2\x28\xe8\x4f\x7c\x24\xc4\x18\xdf\x91\xfd\xed\x51\x57\x8c\x07\x8f\xef\x88\xea\xf6\xa8\x2f\xa6\x94\x06\xa2\x6b\x8d\xb8\xfa\xf1\xc9\x01\xf8\x8e\x03\x50\x79\x45\x3e\x39\x00\x5f\xc6\x28\xa8\x15\x3f\x89\xee\x0f\xe1\x19\xfa\x13\x9f\xac\xfc\xaf\x60\x6d\x79\x0f\xbe\xa2\x9e\x8e\xa8\x26\xe0\x65\x7c\x55\x93\x82\xfd\x4f\x4f\xe3\xab\x9a\x53\xed\xb0\x44\xd8\xa2\xe5\xab\x98\x12\x4d\x00\xc1\x83\x07\xe0\xc1\x8d\x79\xbe\xf1\x49\x74\x03\x28\xdc\x98\xe6\x1b\x5f\x53\x57\x0d\xf6\x26\x4d\x25\x95\x2d\x19\x28\x5b\x42\xe8\xcc\x50\xd1\x92\x01\x70\x71\x63\xaa\x6e\x7c\xa6\x43\x61\x90\x8d\xfc\x9c\x44\xf7\x67\x18\x04\x9d\xd6\xcf\xb4\x7c\x36\xd0\xc4\x59\x11\x49\x35\x3e\x83\x25\xea\xfa\x95\x26\xec\x18\x45\xe6\x28\x24\xa1\x3f\xc7\xd1\xa4\x29\xf7\xb9\x86\xe1\x18\x06\xf5\xce\x27\xe1\xfd\x41\x78\xf7\xff\x86\x0f\x18\x9f\x6b\x57\xfc\xc3\x37\x79\x06\x25\xc1\xbf\xc0\x20\xe9\x6a\x7e\x04\xbe\x0c\x90\xe4\x34\x16\x18\x1c\x9f\x44\xf8\x17\xf8\x20\x7d\x87\xaf\xeb\x42\x1e\x37\xa2\x3d\xdc\x15\xe2\xed\xc7\xd7\x61\x7f\xe9\xb8\x77\x4d\xba\x9f\x63\x93\xa8\xbb\xbf\xae\x55\xec\xe8\x4a\x17\x5c\xd2\xfd\x1b\x19\x4d\x5c\xfb\xa1\xbe\xc6\xed\x8b\xd3\x92\xe0\xff\x06\xfa\xd2\x0d\x1f\x3a\x51\x03\x11\x08\x1d\xec\xa1\x23\x35\xcf\xb4\x58\x71\x70\x7c\x53\x7d\x4d\xec\x98\x6e\xf8\xd4\x8e\xcd\x0e\x69\xc2\x16\x6d\x09\x74\x4c\xd2\x0d\x9f\x9a\xf1\xc4\x45\xd1\x91\x92\x92\x41\x01\x9a\xf6\xcf\xb9\x59\x12\x69\x0b\x5d\x71\x10\x0a\x30\x7d\xeb\x6e\xd6\xaf\x45\x6e\xc3\xb7\xb1\xf9\x5a\x25\x29\x99\x0f\x4a\x26\x31\x64\xf0\x6d\x6d\xfe\xc6\x6d\xd0\xc5\x93\x96\x01\x5f\x51\x4b\xba\x5e\xaf\x8e\xfc\x8b\x23\xcf\x68\xc2\xf7\x6a\x95\x8e\x0b\x41\xb2\x96\x21\xc8\xfd\xf8\xde\x33\xf4\xac\xd3\xf4\x69\xec\xdf\xd9\x90\xac\x16\x2d\x12\xd4\x0f\xc9\x74\xc6\xa7\xb8\xd4\x77\x34\x51\xcb\x5a\x25\xa9\x9f\x0f\x3a\x86\x65\x3f\xa7\xc0\xfd\x13\x14\x4a\xed\x67\x23\xce\x87\x89\xc0\xf9\x3c\x13\x3f\xea\x6c\x7a\xd5\x84\xef\xe9\x57\xd4\x16\x13\xf4\x49\x8d\x6f\x1a\x26\x80\xfe\xbf\x3f\xf1\xc1\xcc\x0f\xa6\xa5\xa6\xfd\xbf\xff\x23\x7a\x6d\x3e\x4c\xe1\x4e\x94\xed\x69\x2c\x6d\x38\x1f\xbe\x01\x99\x0f\x54\x4c\xfe\xa9\xe2\xf9\x30\x69\x3a\x1f\x28\x12\xc6\xf9\xa7\x5e\x09\xcc\xa7\xe0\x83\x3f\x7d\x3b\x1f\x06\xf3\xe7\x73\x94\x4a\xc9\x0f\xa7\xc5\x68\xfe\x7c\x0a\xfa\x6a\xfa\xa0\xfa\xaa\xd8\x92\xc6\x69\x31\x94\x34\x9f\xda\xce\xb4\x8c\x2d\x5a\xdc\x8a\x51\x98\x9a\x3e\x36\x35\xac\xa0\xf1\x7b\xcc\x95\x4e\xbc\x2a\x20\x58\x6f\x3e\xa6\x65\x82\x56\x60\x15\xc4\xf9\x98\x96\xdd\x70\x2e\x82\x13\x26\xbd\xf2\x7c\x8e\x05\x5f\xc8\xba\x39\x1f\xd3\xe2\x42\x2d\x30\xbc\x3d\x1f\xd3\x66\x39\x06\x18\x5c\x77\xd7\xb4\x1c\xcb\xd4\xf9\x2b\xff\xe7\x57\x67\x8b\xb5\xec\xae\xd3\x04\x09\xce\x64\xed\x7c\x42\x9b\x75\x84\x79\x2b\x0f\x7f\x15\x9a\xd6\xb1\xb4\x1b\x5f\x3b\x4c\xbd\x3e\x98\x78\x7d\xc0\xf2\x38\xf3\x09\xad\x2d\x04\x78\xe3\xaa\x77\x2d\xe0\x11\xe0\xad\x3c\x5c\xf5\xae\x49\x75\xc7\xe1\x64\x4f\x5d\x27\xe6\x58\xea\x4d\x5b\xdf\x75\x2a\xfa\x8b\x1f\x71\x10\x5d\x83\x80\x68\xff\xd9\x53\xf3\x19\x9a\xd3\xb8\x3d\xf1\x94\x0d\xf5\x34\x8e\x1c\x31\xb5\x4c\xb5\x9c\xe5\xd3\x71\x99\x3a\x2e\xf3\x1c\x17\xe7\x71\x9e\x9a\x12\xc4\x3a\xf3\xd5\xf3\x99\xda\xf8\x89\x75\xcd\x9c\xed\x54\x4f\xc7\x57\x20\xd6\x70\xea\xfd\xc5\xc4\x73\x8b\xc6\xa0\xf3\x7c\x96\xee\xc0\xf1\x15\x5a\xf0\x6a\x2f\x9d\x3e\x48\xf5\xe0\x3a\x2c\xdd\xb6\x05\x71\x50\x38\x86\x2d\x79\x75\x5c\x07\x96\x92\x9a\xcf\xd6\x0e\x42\xe0\x33\x46\x3c\xc5\x41\x36\xc1\x41\xd6\x4a\xe1\xc8\xb7\x06\x71\x1c\x8c\x16\x6a\xd1\x42\x1c\x2f\xa2\x31\x10\x3c\x9f\x57\x83\x38\x5e\x44\xeb\x6a\xd1\xe7\x8e\xe4\x6f\x45\xc7\xfc\xd5\xa4\xde\x89\x26\x4e\xea\xd5\xf2\x41\x3e\xb3\x46\xe4\x4c\xcc\xdc\xce\xf4\x60\xa7\x5c\x4d\xa1\xa6\xb3\x7e\x3f\x0c\xd5\x4c\xac\x10\x35\x13\x0c\x7d\x5e\xa8\xc4\xc4\xed\x4c\x0f\x8e\x25\x85\x41\x62\x76\x60\xa6\x54\xfe\xf7\x7f\xe4\x57\x9a\x89\xd0\xb1\x89\xc7\x2d\x8d\x19\xf0\x99\x92\xc6\x90\xfa\xf9\x51\x63\x8b\xc6\x70\x44\xba\xfd\x14\xd5\x4c\x64\x67\x9d\x29\xa7\x23\x75\xb8\xbb\x7a\x1f\x33\x53\x6e\xff\xfb\x3f\xc2\x39\x67\xa2\x3f\x31\x13\xf4\x00\x1f\x7a\xcc\x24\x3d\x90\x32\x4e\x2c\xf7\x30\x65\x0d\xe2\x78\x1d\xe4\x70\x9a\xaa\x83\x36\x53\xc1\x69\xe1\x1e\xa6\xa2\xe9\x16\x0c\xe2\xbf\x05\x45\x67\x62\xa0\x68\xa6\xa3\x3f\xc8\x0a\x35\x93\xd4\x47\x82\xfa\x28\x5d\x4d\x4b\x4d\x48\xd7\x14\x6e\x70\xd5\x42\x1d\x7f\x85\xe5\xc1\x66\x62\xe9\x9b\x99\x8e\x26\x69\x8c\xcf\xcd\x54\x35\x88\xe3\xca\x90\x2a\x6a\xea\x11\xd1\x44\x79\xb7\x56\x1f\xf5\xa4\x41\x1c\xf5\xd3\x18\x33\x9b\xe2\xc5\x9b\xe0\xc5\x23\xbd\xd4\x14\xf3\xdd\x04\xf3\x9d\x15\x6e\x56\xd3\x66\xc1\xe7\xe1\xab\x95\x99\x9a\x06\xd1\x26\xb2\x53\xfa\xd5\xab\x26\x0c\x22\x71\xbe\x04\xfa\xce\x74\x34\x5d\xab\xda\x48\x3e\x71\x9a\x28\x34\x57\x64\x05\x88\x7e\x6f\xa6\xe3\xca\xb4\x4a\x71\x9a\xa4\xc3\x92\xdd\x24\x19\x27\xec\x3a\x83\x70\x52\xaa\x56\xd0\x75\xda\x8f\x93\x42\xe4\xec\x4c\xae\x0d\xf6\x3b\x2d\x6e\xb0\xd4\x1b\xf8\xf9\x0a\x5f\x4f\xce\x14\x5a\xdb\xa3\xde\x88\xa2\x98\x29\x34\xab\xc0\x20\x0a\xd7\x22\x34\x88\xe3\xaa\x90\x63\x6b\xa6\xae\x55\x3a\x3a\xcc\x34\x27\xa9\xb0\x04\x15\xc6\x88\xd5\x4c\x5d\x1b\x02\x15\x56\x2b\x7b\x92\x0e\x4b\xc7\xe7\x68\xa4\xaa\x99\x69\x68\xbe\x50\x3a\x0c\xee\xcc\x34\x35\x8a\x89\x5f\x51\x29\xa6\xa9\x0d\x81\xda\x61\xbd\xcd\xa9\xc2\x7c\x33\x41\x83\x90\x8a\x66\xea\x71\xd8\xc4\x5b\xb0\xc6\xaa\x92\x33\x2d\x6d\xe3\x51\x14\xc4\xc2\xcc\xb4\xb4\xea\x70\x0c\xe8\xe1\xcf\xb4\x35\xc0\x8d\xc3\x14\xec\x4a\x8a\x22\x6d\x74\x25\x29\xb3\xd5\xd5\xf1\x04\x58\x5b\x6e\xa6\x57\x07\xe6\x85\x55\xd6\xf9\xbd\x57\x7b\x75\xac\x7f\x33\x9e\x4d\x69\x83\x04\x6d\xd0\x24\x6e\xa5\x0d\x50\x33\xb0\x35\x5d\xee\x4f\x43\x47\x88\xa9\xe9\x0a\x7f\xea\xea\x43\x57\xbc\xa7\x9f\x96\x02\xda\x85\x4e\xd2\xcc\xb2\xfe\x41\x9a\xd8\x1a\xef\x55\x66\x84\x69\xe6\xe7\xdc\xee\x5f\xda\x77\x66\x39\x06\x20\x56\x6c\xf4\x69\x66\x26\xc8\x6a\xe6\x07\xf6\xd0\xcf\x73\x99\xaa\x5a\x38\xc1\xb3\x48\x9a\xb3\x99\xe5\x4d\x64\x78\x13\xac\xc6\x39\xb3\xbc\x09\xbc\xc5\x6b\x72\x4f\xf4\x14\x6f\xe2\x29\x1e\x51\xd0\x33\x4b\x89\xe4\x8c\x49\x51\xbf\x64\x62\x86\x66\x3e\x0a\xa5\x35\x0a\xdb\xcc\x27\x3b\x33\x67\xd8\xc2\x9a\xb0\x14\x4c\x86\x37\x21\x3b\x3e\x17\x2d\x60\x81\x2e\xa3\x7a\xce\x45\xcb\x04\x99\xcf\xe7\x33\x33\x17\xcd\xb8\xe0\x83\xb4\x12\x72\xd5\x8c\x2b\x66\x4c\x2b\x21\x33\x71\x30\x73\x85\xa4\x0b\xfd\x4a\xf3\x42\x68\x4a\x26\x6f\x96\x68\xc7\x4b\xc3\x22\x43\x3e\xcb\xd3\xc8\x0d\x83\xa7\x21\x9f\x9b\xd6\x10\x12\xbc\xf1\xa6\x66\x02\x8a\x67\x6e\xe8\x8b\x27\x2d\x13\x36\x34\x73\xc3\xc9\x75\x8e\x50\x12\x3c\x23\x02\xd5\xb4\xbc\x4c\x1e\xcc\x7c\xbc\x0e\xa3\xfa\xce\xae\xd5\x45\x94\xa9\x69\xec\xae\xed\xf7\xb3\xfd\x54\xdf\x59\x3e\x08\x9e\x48\x36\x99\x88\xd9\xb5\x91\x8e\xe3\x19\x1c\xba\xeb\x78\x1e\x4f\x85\x60\xf5\x99\x5d\x93\x42\x14\x89\x4f\x5e\x66\x0e\x0d\x22\x30\x08\x9e\xce\xd0\x22\x05\xf4\x41\xe7\xd2\xca\x3b\xc9\x88\x2f\x35\xda\x02\xb9\x6b\xbe\x47\x96\x13\x0b\x35\xb3\xdc\x93\xdc\xcf\x20\xec\xe1\xf8\xba\xf6\xfe\x88\xf9\x26\x1b\x2c\x77\x9d\xe9\x23\xdb\xfd\xe1\x22\x49\xb4\x67\x44\x9e\xec\x61\x57\x43\x83\x18\xe9\xfc\x88\x9f\x93\x7b\x02\x1a\x4f\xff\xe7\x37\xda\xc2\xeb\x9d\x48\xc4\x48\x53\x80\xc3\x93\x3c\x14\x33\x0f\xdd\x82\xeb\xb8\x48\xf8\x48\x87\xe4\x09\x17\x89\x9a\x3b\x4b\x87\x80\xdb\xb3\xc9\xca\xca\x4b\x8b\x74\x7c\x8b\x66\x8c\x3d\xe4\xa5\x01\x1e\x5f\xc3\xff\xf9\x91\xc6\x07\xed\x62\xd4\xb4\x79\x69\x91\x8e\x3a\x69\xac\x01\x39\xf3\xd2\xd5\x39\x1e\x89\xd3\x49\xca\x5b\xb7\x74\x9f\x5b\x2a\xbf\x34\x4b\xbb\x64\xc4\x9d\x08\xb5\x9c\x79\x6b\x7c\xc7\xef\x70\xc9\xb9\xad\x41\xec\xf7\xb4\xc4\x7f\xb3\x46\xf3\xab\xc3\xf9\xda\xff\xfe\xcf\x25\x05\x5f\x5d\x83\xa3\x86\x1a\x5f\xeb\xcc\xfc\xea\x1a\xbc\xdf\xf9\x11\xef\xce\xa7\x79\x7d\xed\x7f\xff\xe7\xb4\x20\xf2\xa7\x53\xf6\xcd\xd3\xf2\x3b\xea\x45\xea\x05\x3c\xa5\x2c\x74\x36\x8b\xdc\x9a\x02\xc5\xc3\x52\x91\xb3\x30\x5f\x3d\xcb\x83\xf3\x4c\xe1\x58\xa4\x5e\x0a\x34\x85\x51\x38\x96\xa4\xae\x12\xba\x6a\x6c\x29\x6a\x39\xeb\xc0\xc8\x8d\x8a\xb4\xce\x72\xfc\x98\x26\x9d\x5e\x88\x7a\x9a\x60\x51\x6d\x66\xea\xe9\x55\x13\x06\x41\xa5\x5e\x98\xca\x9e\xe0\x57\x6d\x24\xaa\x99\x45\x9a\xa7\x40\xf3\xf0\x05\xd1\x2c\x7c\x89\x30\x51\xd7\xb5\x99\x73\x99\x98\x2a\x99\xe5\x62\xa5\x78\x45\x44\xd2\x3a\x51\xf1\xb5\x91\xc0\x66\x96\xa2\x65\x82\xe6\x31\xda\x3e\x45\xc1\xaa\x72\x14\x43\x23\x7a\x73\x96\xaa\x79\xb5\x33\x78\x32\xcd\xcc\x22\x4b\xbf\x1c\xd3\xde\x35\x63\x3e\x4a\x9d\x78\xaf\x4d\xc2\xc9\x59\xda\x3f\x9f\x3b\x27\x89\xaa\xa0\x98\xb6\x0a\xb1\x2a\x89\x04\xbd\xeb\x9e\x78\xd7\x4d\xac\xd9\x2c\xa6\xcf\xf9\xd9\x5f\xcd\x56\xf6\x7a\xf1\xfb\x39\x4e\xc9\xb5\xe8\x47\x2b\x34\x4f\x1c\x9e\x54\x41\x41\xd0\x89\x75\x06\x67\x91\x55\x5e\xe2\x74\xa5\xd5\x93\x55\x5e\x8e\xbc\x77\x1a\x8e\x25\x74\x94\x8e\x51\xde\xc8\x48\x3a\x8b\xac\x72\x10\xd6\x36\xa7\x80\x29\x12\xdd\x05\x66\xb9\x53\xc0\x14\x99\xe5\xe0\xaf\x6d\x7c\xb5\x33\x4b\xd7\xa1\x00\x16\xa9\xe8\x83\x92\xdd\x78\xdf\x4e\xc0\xdb\x2c\x43\xab\x84\xd0\x12\x41\x95\x53\x75\x77\x27\x28\x6f\x9b\xeb\x2e\x0e\x1d\x17\x88\x68\xd7\x5d\x94\x88\x2e\xb0\xe5\x59\x5c\x76\x96\xa9\x03\x7d\xcc\xfa\x52\x34\xf6\xa9\x6d\x84\x99\xef\xba\x57\x0a\x14\x95\x63\xf1\x93\xbf\x73\x16\x62\x4f\x27\x1e\xe2\x97\xa2\xb1\x2f\x2d\xd3\x11\xe4\xed\x9f\x03\xb8\x74\x34\x8f\x9b\xc0\xa7\x23\xb3\xc8\x01\x28\x70\x00\x5c\x17\x6e\x6b\x10\x47\x5a\x87\xee\xc0\xd6\xc8\xf7\x87\x41\xf0\x7b\x72\x00\x50\xff\xb7\x39\x6d\xdb\xf2\x6a\x87\x91\x64\xfe\xe7\xdc\x4a\x0a\x83\x04\xb8\x91\x22\x65\x96\x4f\xdb\x08\xf0\x69\x91\xe0\x94\x18\x2e\x1f\x80\x90\x5a\xf6\x4f\xcb\xf4\x61\x1f\x69\xdd\xa8\xbc\xf0\x2c\x70\x01\x08\x77\x9c\x95\x20\xd3\x59\x1f\x2c\xc6\xef\x49\xd6\x14\xff\xf0\x04\xff\x70\xe1\x0b\x8d\xa9\x9a\xc4\xb3\x22\x39\x40\xfe\x93\x29\xf6\xe1\x59\x9f\x8b\xef\x54\x13\xb5\x26\xa8\x0b\x82\x81\xd4\x2a\x43\x1f\x25\x8d\x5b\x30\x5c\x54\x25\x8a\x2b\x44\x71\x30\x92\x5a\x89\x2a\x9a\xf5\x48\xe5\x16\xbc\xfa\x55\xa2\xb8\x42\x14\x07\xaf\xbe\x6a\x1f\xcf\x8a\x50\x52\xd0\x49\xa9\x12\xc5\xf5\x18\xfd\x7c\x3a\x33\xab\x22\x49\xf5\x48\x62\x82\x2e\xa7\x4a\x22\x4f\x54\x39\x6e\x84\x56\xce\x2a\x17\xa0\x42\x46\x93\x65\x64\x56\xc9\xe8\x8a\xac\x35\x5f\xc6\xcc\x5a\xd4\x55\x59\x67\x01\xa9\x45\xaa\xc4\x37\x2a\x23\xb7\xa0\xc0\xa8\xca\x35\xa0\x30\x72\x21\x5f\xf2\xac\x55\x2b\x88\xec\x34\x5f\xa9\xcc\xaa\xe8\x0e\xf8\x21\xf8\xe6\x67\x56\x79\x00\x15\xea\x80\xb8\xc6\x59\x9b\x16\xf0\xa8\x83\x16\x3c\x9e\x95\x68\xa4\x59\x5b\x9c\xef\x71\xe8\x4d\xc7\x02\xd1\x1d\x16\xd8\x9d\x55\x0a\xa1\x1a\x06\xc1\x9e\x4c\x0b\x68\x08\x11\xeb\x2c\x49\x21\x54\xc3\xf7\xa8\x94\xaa\x6b\xef\x91\xa0\x08\x2d\xa0\xeb\x48\x3b\x8e\x34\xdd\xc6\x2a\x65\x51\x91\xbb\x08\x2d\xa0\x72\x17\x15\x90\x56\x45\x4d\x55\xa4\x79\x56\x04\x6a\x82\xc1\x89\x2a\x1f\xa0\x06\x3e\x48\xef\xa5\x86\xf6\x31\xb0\x23\xf4\xbc\xaa\x52\x14\xf5\xb8\x03\x85\x70\xc2\x59\xa5\x49\x2a\xd4\x45\xfc\xd3\xa4\x33\xd3\x71\x66\xe8\x44\xa9\x1c\xf4\xac\x88\xe2\x84\xee\xfe\xd0\xf2\x42\x29\xb0\x3a\xe3\xac\x43\xe7\xf3\xe8\x87\x46\xfa\xd8\x59\xa5\x14\x2a\x02\x3c\xfd\xa9\xff\xcd\x24\xad\x53\xa7\xe3\x28\x06\xd6\x6d\x9e\x75\x6a\xad\xe6\x87\x88\x3a\x9b\x64\xd5\x57\xa8\x8c\xae\x9b\xac\xc8\x50\x85\xc1\x4f\x3e\xda\x59\xa5\x18\x40\x25\xde\xba\x4e\xf6\xd6\xac\x11\xe4\x61\xad\xdc\x59\x15\xe4\xa9\xc7\xee\x26\x13\xcf\xac\x12\xff\x15\xd9\x00\xe2\x03\x67\x7d\xb5\x2d\x47\x13\x34\x72\xa0\xcc\xfa\xea\xb8\x1d\xf1\xff\xcf\x99\x97\xf4\xaf\x88\xff\x74\xad\xc5\xab\x41\xbc\x18\x04\x7b\xfa\xb4\x14\x08\xff\x10\x06\x38\xeb\xa7\x05\x84\xf0\xef\xea\x4a\xc2\xbf\x7e\x2f\x9a\x7e\x42\xa3\x49\xf8\x37\x84\x72\x08\xe9\x9b\x4d\xd9\x85\x06\x6c\x68\xe5\xd9\x68\x0a\xd8\x80\x8a\xbd\x91\x43\x76\x36\x45\x65\x5a\x3a\xfa\x93\x51\xbc\x46\xdc\xe8\x04\x47\x7b\x23\x49\xec\x6c\xc4\x8d\x4e\xd4\x0b\x6f\x04\xcd\xcd\xa6\x2c\x42\x4b\xeb\x7c\x2f\xd8\xc2\x59\x35\x08\x78\x82\xe6\x66\xcb\x1a\xc4\x91\xf5\x2c\x9f\x3d\x9b\x82\x3c\xa8\x30\x1e\x1a\x83\x02\x39\xed\x58\xd6\xc4\x1f\xcf\x46\x64\xe8\x6c\x47\x9e\x37\x42\xf0\xa6\xaa\x8d\x4f\x54\x1b\xd7\x05\x6f\x12\xef\xed\x88\xf3\xa2\x80\x7a\x53\xc0\xbf\x15\x6c\x07\xd5\x74\x53\xc0\xbf\xd5\x23\x08\x29\x15\x9a\x62\x3f\xed\x48\x77\xdd\xfc\xa6\x4c\x32\x38\xec\x1b\x61\x80\xb3\x55\x2d\x5e\x3d\x07\x89\x32\xa1\x35\xed\x3b\x72\xcc\x64\xd0\x9d\x22\xbb\x9f\x28\x7c\x6e\x8f\xf6\x5d\x22\x1c\x85\xd0\x25\x48\x1a\xf1\xa4\xb3\x41\x82\x33\x15\xd5\x94\x98\x46\x81\x74\x23\x1f\xef\x6c\xca\x3e\x37\xc3\x09\xe3\x9d\x6f\xe4\x1c\x9a\xcd\x30\x08\xc6\x13\x9a\x69\xdf\x8f\xdc\x37\x12\xee\xce\x26\xb9\xdf\x10\xc3\x21\xa7\xee\x6c\x0a\xc2\xb7\x40\x72\x8b\xc9\x8a\xa6\x44\x32\xca\xad\x1b\x4b\x2c\x4e\x11\xf8\xcf\xd6\xef\xaf\xb8\x82\x32\xdd\x5b\x0f\x24\xbe\xf8\xc1\xae\xc1\x77\x8c\x90\xc1\xb8\x26\xfb\xbc\x1d\xfb\x9c\x78\xf0\xd9\x64\x9f\x83\x00\xc9\x58\x5d\x70\x36\x85\x5d\xda\xc0\x12\xd2\x66\x6e\x32\xdd\xdb\x31\xdd\x3b\xad\xa6\x36\xb4\x57\xe3\xc5\x8f\xb8\x4c\x53\x83\x98\x18\x04\x27\xa5\x84\x71\x9b\xed\x7f\xff\xd7\xe9\x98\x35\x25\x8c\xdb\x11\xd5\x46\xa4\xdf\x14\xef\xd2\x04\xcd\x52\xa7\x79\xd6\x64\xec\xb7\x89\x85\xd0\xbd\x5e\xda\xaa\x23\xdf\xed\xd1\xed\x95\x50\x07\x35\x93\x3d\xba\x8a\x0a\xf7\x83\xaa\x89\xf8\xf2\xd9\x14\x8f\x69\xc7\xba\xef\x34\xe9\x9a\xd2\xc2\x6d\x63\x7b\x75\x75\xb6\x56\x6f\xa3\x27\x5d\x1d\x45\x5d\xda\xc6\xf2\xe9\xac\x2b\xf9\xdb\x5e\x7c\x50\x87\x5d\xe1\x7e\xd4\x4d\x28\x35\xeb\x57\x5a\x8b\x63\xc2\x5b\x62\x58\xad\x7d\x9a\xf0\x91\xea\x96\xb4\xec\x9f\x0e\xe0\xb1\xdb\x8d\xaf\x3a\xa6\x29\xb6\x62\xc7\x38\xb7\xc4\x29\xab\xf6\xc2\xb4\x23\xc5\x8d\x1c\xbc\xd3\x08\x01\x9d\xf6\xe0\x83\xb4\xb5\x4c\x11\x14\x4b\x58\x42\xfe\x48\xc0\x1d\x94\x6e\xb0\x54\xd4\xd4\xd5\x34\xce\x8c\x19\x50\x37\x89\x6e\x3b\xc6\xb9\x91\x73\x63\x9a\x32\xc0\x76\xec\x74\x62\xf7\xa7\x29\xcd\x6b\x47\x40\x1b\x8b\xe0\x4d\x53\x2c\xc4\x8e\x05\xde\xd5\x93\x2c\x70\xd4\xfa\x37\x32\x71\x4c\x13\xda\x07\xa5\xfe\x8d\xc8\xe5\x69\x92\xeb\xe0\xe1\x32\xd6\xc6\x9b\xc6\x57\xb8\xd3\x2a\x26\x4c\xb4\x85\x29\xbd\x6a\x35\xce\x28\x38\x29\x59\xd9\xa0\xf1\x32\x72\x70\x4c\x23\x3c\x74\x5a\xc5\x52\xf0\x22\x98\x62\xf0\x76\x6c\xf1\xc2\x52\x11\xd3\x24\xa4\xad\xe1\x5c\xf0\x8e\x18\x91\xa3\xd3\x80\x1c\xad\xb4\x1e\x4c\x31\x78\x33\xcc\x98\x4a\xc4\x64\x4d\x9b\xe1\x83\x0c\x0f\x98\xe0\x3e\x76\x64\xaf\x11\xdc\x36\x55\x21\x63\xa2\x42\x46\x21\x7d\xdf\x34\xc9\x62\x73\xf4\x45\x9f\xdd\x14\x9f\x07\x01\x59\x21\x9a\x7c\x9a\x6b\x09\x1d\x83\xd7\x76\x29\x8d\x6a\x7e\x76\x92\x6c\xc0\xd3\x14\x95\xb1\xc0\x83\xb8\xa6\x26\x6d\xd7\xb1\x83\x2d\x3f\xff\xad\x30\xed\x34\x85\x52\xac\x9f\x33\xc5\xdc\xa7\xc9\x6a\x36\x08\x71\x32\x72\x4c\x1b\xda\x97\x23\xb5\x8d\x0f\xd9\xa7\x29\x0e\x6e\x47\x34\x9b\xb2\xdb\x26\x98\x8e\x1d\xd9\xdc\xb5\x1e\x53\xc3\x9f\x15\x3f\x62\x57\x12\xbb\x76\x6c\x67\xcb\xff\xfc\x4a\x3b\x36\x31\x69\xad\xa2\xd0\x38\x76\x44\xb0\x65\x2d\xd5\xd2\x2a\x2e\x0c\x50\x87\x5e\xf1\x12\x5b\xd8\x67\xe3\xe9\x50\x20\xdc\x76\x01\xa6\x80\x47\x40\x31\x6d\x83\x78\xe5\x5b\xec\x69\x02\xd0\xd8\x46\x5f\x3a\xbf\x5b\x7d\xed\xdb\x17\x0f\xa9\x24\x2f\xe8\xce\x4c\x48\x36\x53\x44\xdb\x00\xb3\xac\x1a\xc6\xab\x85\x82\x50\xe6\xc3\xea\x29\x8e\xb4\x69\x57\x28\x9b\x3e\xa8\xe3\xf6\x62\x93\x99\xee\x35\x65\x5a\x0d\xf2\x3a\xeb\x42\x48\x5e\x83\x47\xcd\x32\x15\x80\x49\x5e\x1b\xe4\xb5\xa0\x6c\x2e\x79\xed\xc7\xea\x96\xa5\x2d\xc2\xb5\x09\xc2\x35\x52\x13\x4e\xd1\xad\x4d\x14\x76\x31\x52\x95\x4c\x97\x0d\xee\x40\xeb\x08\x94\xe6\x12\xd7\x9e\xf0\x2b\x9a\x41\x2e\xa3\xd9\x8f\x0c\x36\xd2\xeb\x4e\x57\xd6\xd4\x8f\x95\x6c\x85\x9a\x41\x35\x64\x26\x6a\xc8\xf0\x35\xce\x74\xbe\xc2\x9a\x0e\x71\xcd\xc7\xbc\xd3\xf3\x3f\x5d\xbd\x68\xe2\x84\x49\xc2\x30\xfd\x98\xdd\x9d\xa6\x89\x2a\xd2\x4c\x3f\xb6\xb6\x15\xde\x1f\x17\x38\xd3\x0b\x06\xc1\x49\x29\x28\xe2\xc7\xa0\xe6\x3b\x9d\xa9\x42\x35\xd3\x2b\xf0\x15\xbc\x59\x2e\x83\xda\x6b\x3d\x3f\x2a\x6c\xd1\xa2\x57\x2c\x04\x03\x1f\x2e\x04\x8d\x43\xc4\x2b\x2e\xe7\x12\xf1\xde\xb0\x1f\x34\xfa\x5c\xd1\x73\x3f\xc6\x75\x67\x08\xd0\x85\x93\x01\xcd\x9d\x15\x5e\x39\x57\x96\xd5\x8f\x71\x6d\x85\x37\xc4\x15\x2e\x01\x01\x5e\x27\x0c\xcf\x65\x6c\x3b\x64\x3f\x9f\xa9\x4e\x17\x16\xc6\x61\x87\x93\x98\x77\xba\x64\xbf\xc3\xa2\x16\xc4\xcc\x95\x80\xf5\x63\x5c\x77\x86\xc2\x5d\x59\x56\x3f\x42\xdb\xca\x3f\x4d\x4b\x4d\x47\xa8\xf2\x52\xb9\xac\x70\x87\x78\xe7\xab\xc7\xe9\x42\x7a\xfa\x1f\x14\x86\x43\x57\xd4\x1d\xc4\x7d\xfd\x9f\x16\x4d\x0a\xa6\x3b\x1f\x44\x4e\x97\xe9\xee\x81\xad\xa2\x6a\x72\x25\x60\x3d\xce\xf8\xfe\xf9\x91\xce\x4b\xcf\xa7\x85\x0b\xd1\x35\x86\x0e\xd1\xa3\xe9\x0a\x5b\xe3\xfd\x1c\x4c\x5d\x79\x39\x02\xde\xef\x18\xb8\x53\xca\xbf\xfa\xd1\x34\xc6\xca\x60\xd3\x05\x0f\xf5\xe3\x2e\xa4\x87\x3a\xd0\xa5\x79\x7c\x38\x7e\xa5\x26\x5d\x0f\x94\xec\x7d\x68\x5f\xba\x34\x8f\x83\xd8\xf6\xa1\x97\xe0\x4a\xc1\xfa\x38\x1b\x22\xa0\x96\x4f\x9d\x5a\xf0\x01\x3d\x12\x30\xd2\x4a\x0e\xad\xc4\x27\x8c\xd3\xa5\x95\x1c\x7e\x42\x65\x44\xd6\xe5\x27\xf8\x84\xcc\xd7\xb9\x90\xc2\xf2\x55\xf0\x2b\xae\xa1\xd2\xb3\xbe\x30\x42\xe6\x74\x5d\x61\x7c\x87\x56\x12\x46\xca\xa5\x95\xfc\xcd\x68\xe2\x30\xa4\x44\xfc\x3d\x9b\x22\xeb\xc3\x15\x78\x01\xf3\x62\x22\xd3\xe4\x74\x99\xef\x0e\x4d\x51\x19\x94\x71\x05\x65\x1c\x64\x5a\xac\xd6\x32\x5d\x9a\xc2\x3f\xf4\xa5\xfb\xfd\xa9\xaf\xef\xf6\xf5\x1b\xa1\xd8\x1b\x67\xa0\xaa\xf1\x43\x49\x1c\x7c\xdb\x35\xe3\xc1\x2e\x33\xa0\x1c\xb2\xec\x03\xba\x82\x35\xb9\xa6\x68\x1d\x67\x3c\x38\x6c\xbc\xfb\xa1\xb8\x3b\x48\x1c\x8d\x8f\xb1\x66\x08\xda\x19\xe9\xf6\xc5\x11\xca\xb4\x8f\x84\xc1\xd3\x0a\x0e\x65\x47\x03\x1a\xa6\x32\x26\x12\x0a\xc9\x83\x14\xb2\x90\xd7\x77\x86\x22\x36\x91\x71\xd8\x98\x5d\x0e\x79\x04\x01\xbd\x24\xb4\x56\x08\x97\x13\x19\x87\x8d\x27\x2a\x14\xae\x0f\xd4\xbb\xe1\x33\xbd\x19\x52\x4c\x01\x6f\xa1\x32\x2c\x12\xf2\x16\x02\xde\x42\xa5\x68\x08\x69\xa6\x28\x77\x84\x1c\xbc\xa2\x40\x97\xc5\x92\x8f\xfb\x66\x08\xf7\x19\x05\x9b\xf2\x1f\x9f\x35\xcd\x90\x0b\x12\x47\x55\x99\xf0\x61\x21\xb0\x4f\xc0\x3b\x11\x3e\x4c\xa4\x99\x13\xa4\x99\xa5\x51\x40\x84\x74\x57\x1c\x9f\xc3\x04\x1d\x0b\xa9\xa1\x40\xc8\x47\x00\xb1\x50\xc8\x27\x1a\x76\x9a\xf6\x62\x28\xc1\x1b\xd0\x50\x82\x81\xa9\xb8\xda\x8c\xa3\x92\x4c\x30\xb0\x10\x5c\x33\xc0\x54\xcc\x37\x88\x33\xa4\xa2\x02\xee\x89\x70\x60\x21\x15\x15\x70\x4f\x9a\x6e\x8b\x90\x9c\x61\x18\x21\x03\x27\xa1\xcc\x30\xd8\x3d\xad\x15\x35\x69\xca\xc7\x1d\x29\xe4\x6e\x9e\x21\x90\x67\x38\xb6\x93\x9a\x37\xe4\x9e\x84\x63\xa1\x28\x71\x42\x28\x21\xd4\x8c\xb3\x46\x4b\x48\x25\xe3\x66\x40\x4b\x35\xdd\x16\x61\x39\x03\xe4\x16\xff\xac\x7c\xe8\x04\x1f\x85\x55\x04\xcd\x8b\xd0\xca\x23\x2c\xd5\x74\x16\x15\x96\x42\x09\x3a\x13\x7c\x2c\x94\x51\x8e\x8e\x35\xd4\x56\x2a\x7b\x10\xfd\xf6\xc5\x11\x4a\x51\x05\x82\x4f\xac\xa3\x36\x43\x29\x82\x80\xf2\xd0\x9b\x84\x90\x4b\x13\x13\x23\x94\x58\x91\x86\x08\x04\x85\xc8\x66\x3c\x43\xce\x09\xca\xe5\x25\xd6\x7e\x9a\xa1\x14\x70\x20\x28\xd4\x24\x05\x84\xf4\x0c\x68\x08\xa1\xf1\x43\x1a\x22\x36\xce\x21\x8d\xf8\x90\x86\x00\xbb\xab\xb1\x16\xd8\x0c\xa5\x73\xc1\xda\x6a\xa6\x9b\x22\x5f\x22\x5e\x9c\x0d\x9a\x01\xe2\x73\x9d\xe0\x73\x35\x61\xd7\x45\xe7\x3a\xe3\xe8\x11\x33\xaa\xd2\x90\x9b\x11\x47\x8f\x98\x51\x95\xc6\x27\x89\x83\xb0\x90\x51\x95\x86\xb0\x9e\xf1\xdd\x61\x70\x0d\x05\xf6\x0c\x78\x20\x2c\x3f\x3c\xbb\xbc\x89\xfe\xe0\x83\xbc\x44\x22\x8e\x9d\x20\x8e\x35\xa1\xbc\xbb\x70\x9b\xfd\xc1\xd9\xe0\x99\xef\xd2\x2b\xa8\x31\x68\x42\x80\x8b\x6d\x76\x82\x6d\xb6\xe8\x3a\x74\xe5\x73\x7b\xc2\x08\x79\x1d\xba\x7c\x90\x9e\xf1\x41\x4a\xed\xae\xa4\x2d\x28\x6a\x4d\xe0\xe6\x2e\x35\x80\xea\x85\x46\x12\xe1\x29\xf2\xda\x09\xf2\xda\xd2\xa8\x57\x3a\xf9\xde\x66\x07\xa3\x50\xa3\xef\xdf\x95\xb6\xed\x90\xda\xa4\x6e\x9b\x62\xbc\x9d\x60\xbc\x4d\x0a\xfe\x75\x81\x3a\x7b\xc1\x30\xf8\xae\xa7\x0b\xd4\xd9\xe1\x87\x18\x3d\x9e\x2e\x61\x0e\xc6\x5c\x23\x75\xdb\xec\xca\xc0\x76\xc4\x7f\x04\x99\xed\x8a\xff\xf4\x76\x0e\x40\xa2\x9c\xef\x72\x1c\x3a\x84\x39\x8b\x57\xcd\xae\xd0\x50\x6f\x38\x87\x3c\xbd\x5d\x12\xbb\x43\xf6\xb2\x62\xf0\xec\x82\x67\x76\xbb\x7d\x71\x84\xca\xc1\x76\x08\x58\xa3\xc1\xdc\x15\xff\xe9\x7e\xf4\xa5\x82\x9a\x5d\xb2\xb7\x1f\xd9\x6b\x4e\xd5\xd6\x85\xca\xe9\xf0\x2a\x84\x41\xea\xfe\x4f\x5f\x1f\x9a\xd8\x97\x04\x6c\x47\x70\x9f\xcc\x6e\xb3\x0b\xa1\xd9\xe3\x0e\x83\xf3\x92\x87\xd0\x51\x59\x9a\x0f\x9f\x67\x57\x7a\xb6\xf7\x63\x82\xf3\x75\xf3\xec\x02\x62\x76\xc8\x5e\xe7\x5d\xee\x92\xbd\x20\x31\x36\xe7\x5d\xee\x92\xbd\xbd\x03\xfc\x4c\x60\x41\x57\x4a\xa0\x0f\x1c\x51\x1d\x36\xa5\x67\xfb\xb1\xe1\x4d\xa8\x40\x31\x21\xcf\x0e\x9b\x3e\xfd\xd3\xa4\x85\x82\x58\x76\xda\x88\x5d\x98\x9d\x7e\x24\xb4\x09\x8a\xd4\x05\xab\xec\x08\x27\x09\x8a\xd4\xa7\xfa\x9a\xb7\x2f\xde\x2f\x92\x04\xcf\x0e\x89\x9d\xd4\x97\xd2\xb6\x1d\x36\xbd\x00\x47\xa2\x63\x9e\xa0\x63\x4e\x49\x7d\x49\x98\x5f\x36\x66\x05\x8d\xbb\x24\x36\x4a\x7a\x9a\xeb\x9a\x0b\x3d\xd9\x37\x3e\x28\xb9\xa1\x48\x53\x47\xad\xf6\x24\xb9\xa1\xbc\x6d\x47\xd9\xe3\x44\x6f\xbe\x2b\x3b\xdb\x5f\x9c\x43\x7a\xf3\x5d\x08\xc9\x7e\xfc\x85\x94\xb4\x5f\x72\x12\x3a\x62\x46\xa4\x72\x9b\x5d\xc2\xbc\x7f\xb7\x2f\x0e\x5e\xf0\x49\x10\x49\x27\x56\x8d\x9b\x43\x9e\xc0\x80\x27\xa0\x38\xb4\x28\xa6\x27\x8a\x91\x9a\x53\xa4\x0c\x61\x73\x06\xe4\xbc\xff\xf3\xab\xae\x26\x9c\x0d\x3a\x09\xaa\x44\x3a\x07\x3c\x01\xf7\xff\x18\x44\x1d\xca\x01\x0c\xc4\x9b\x9c\x12\x67\x28\xde\x04\x42\x6b\x73\x06\xa3\x87\xe2\x39\x03\x56\x33\xc9\x0f\xe6\x28\xff\xfc\xea\xc8\x29\xe1\x84\x86\xc2\x36\x03\xc1\x19\x81\x81\x46\xd5\x07\xeb\xfd\x60\xb0\x69\xaa\xe9\x3d\x4d\xc4\x6f\x0c\x01\x60\xc6\x91\xb7\x16\x59\x4d\xea\x0b\x35\xbc\x14\x49\x57\x89\xd5\x39\x20\x9a\x85\x9b\x19\x7a\xe0\x04\xea\x6d\x13\x1c\x68\x08\x2c\x39\x50\xa3\x3a\x31\xfc\x31\x24\x9a\x07\x8c\x69\x92\xb0\xcd\x21\xd1\x8c\x92\xad\x46\xaa\xb5\x39\x04\x97\x1c\x86\x11\x76\x35\xb9\x9a\xb0\x1a\x74\x65\x86\xa4\xf6\x40\xbc\x47\x20\x22\x95\x72\x9d\xc3\x71\xe0\xa8\xde\x86\x8c\x69\x54\x79\x35\xb2\xad\xcd\x21\xe4\xcc\x38\xb2\xdd\xc8\xb6\x36\x87\x62\xfd\x03\xc5\x47\x58\xfa\x6f\x0e\x21\xee\x07\x04\xba\xd0\x20\x43\xb1\xfe\x81\x58\xbf\x1e\x8d\x0e\x05\x83\x06\x04\x3a\x5f\xcd\xcf\x21\xbc\xcd\x40\xc8\x47\xe8\x8d\x21\x8b\x79\x04\xfa\xa2\x59\x3c\x04\xaa\x19\x1d\x07\x80\x57\x7d\x28\xe8\x33\x40\xea\x20\xa3\x73\x48\xd6\x8f\x7e\xfb\xe2\x42\x29\xa7\x30\x00\xcf\x6c\x34\xce\x86\x32\xb9\xa8\x6a\x5b\x9a\x36\x45\xf1\x9b\x81\xf8\x0d\x1f\xf6\xcf\xa1\xf8\xcd\x40\xc1\x2d\x3e\xec\x9f\x43\x50\x9c\x81\x2c\x6f\x98\x9a\x28\x9a\x07\x2a\x08\xea\xcd\xff\x90\xac\x1f\x88\xdf\x08\x06\x31\x04\xdd\x1c\x13\xc3\xa0\xbe\x1c\xb2\xce\x07\x52\xb6\x82\x48\x0c\x59\xe7\x63\xe1\x83\xda\x2f\xe1\x70\x06\x12\x0e\x41\x9b\x63\x28\xe1\x30\x90\x70\xd0\x33\xd5\xa1\x84\x03\xb8\xe6\x2d\xb4\xf2\x42\x68\x8e\xa3\x11\x8a\xde\xa9\x0e\xa9\x81\x01\x35\x40\x02\xe4\x39\x94\xea\x1d\x1b\x07\x80\x9e\xc0\x90\x1a\x18\x48\x38\x84\x8e\xa8\xd0\x9b\xa8\x0a\x6c\x02\x41\x0d\x69\x88\xf1\x3d\x68\xe2\x08\x15\x10\x1a\x50\x03\x9d\x4e\xdd\x50\x40\x08\x04\xf8\xd6\xb5\xbc\x32\xdc\x07\x0c\x77\x32\xa4\xcd\x29\x94\x0e\x0a\x02\x1b\x8b\x3a\x4d\xb1\xe6\x4f\x30\xe3\x9b\xb2\xb6\x53\x38\xcc\x79\x0c\xf5\x94\x69\xd3\x4f\x56\xe4\x9c\xa8\x22\x6c\x9d\x12\x60\xca\x3a\x47\x11\x61\x23\xa5\xd9\x9c\x12\xe6\x13\x09\x5d\x65\xcb\xa6\x42\x3b\x13\xd6\x39\xab\x58\x4f\x71\xe9\xcf\x89\x98\x4a\xe7\xfd\x9a\x8a\xa9\xcc\x63\x72\x27\x25\xd2\xa6\x30\x90\xf3\xa8\x80\x94\x35\x0c\x19\xd3\x13\x91\x11\x96\x6b\x9a\x53\x18\xc8\xcb\xcd\xaf\x4c\xda\x54\x9e\x75\x1e\x91\x9f\x94\x2e\x9b\xb2\xb3\x51\xee\xd8\x94\x40\x98\x02\xc3\xcc\x23\xf2\x4d\x69\x82\x29\x39\x8f\xea\xc7\xd6\x69\x9d\x4f\xc5\x38\x26\xc4\xb2\x92\x6c\x53\x29\xd8\x09\x60\x8b\x22\xea\x53\x62\x19\xd5\x93\xad\x33\x2e\x35\x05\x6c\x99\x90\xbd\x9d\x2e\xee\x94\xec\x9d\x08\x49\x28\x66\x3d\x15\x87\x9f\x40\x2d\xb2\x3c\xf3\x9c\xae\xd5\x80\x80\xd5\xd3\xe2\xa9\x64\xea\x0c\x3c\xf2\xe1\x99\x9f\x32\x8b\xe7\x91\xa2\xfe\x50\x10\x4d\x49\xd1\xd9\xf1\x2b\xaa\xec\x29\x79\x38\xfb\x1d\x06\xcf\xa1\x92\xac\x73\x94\xf3\x2b\x2a\xdf\x29\xdb\x77\xde\xb7\x46\x3a\xd8\x8a\x3b\xcc\x81\x57\x4d\xfa\xa0\xe4\xe1\x9c\xf8\x20\x75\xe5\x14\xc2\x70\x4e\x0c\x9e\x4a\x6a\x4a\xb2\x4d\x58\xb1\x59\x07\x40\x60\x94\x79\x84\x9c\x2b\xec\x37\x15\x99\x9e\x47\x92\xb9\xc2\x7e\x53\xe2\x6b\x1e\x83\xd6\x05\x0e\x9a\xe2\x2f\x98\xfb\xf6\xc5\xb3\x21\x5c\xe2\x3c\x92\xcc\x85\x1b\x9a\x12\x5f\x73\xa3\x2f\x1a\x9d\x53\xc0\xc4\xb9\x31\x2f\x5a\x96\x53\x92\x6d\xbe\x58\x0d\x5a\x96\x53\x92\x6d\xbe\xf8\x20\x83\x5c\x53\x08\xf3\xf9\x61\xe5\x75\xe6\x15\x77\x98\x88\x3b\x64\x9d\x5e\xe1\x0f\x27\x1e\x01\x09\xb5\x33\x85\x3f\x9c\x1f\x56\x83\xd6\x97\xc8\xe7\x27\xc8\xe6\x5d\xf1\x94\x25\xfc\xe1\x7a\x6e\x5f\x9d\x4d\x53\x4d\x90\x6c\xff\xb1\xb6\xea\x5c\x12\x7c\x2b\x61\x45\xa8\x9b\x97\x22\x16\x0b\x35\x8c\x94\xd5\x15\x71\xfd\x5c\x09\x07\x4e\x43\x51\x24\x1c\xcc\xf5\xa9\xd0\x1c\x59\x92\x89\x2b\xe7\xf3\xab\xae\xa6\xa2\xa6\x86\x5f\xb1\x2f\x21\x14\x57\xee\x68\x62\x5f\x0a\x66\x2c\xd4\xb7\x15\xa5\x88\x18\xea\x27\x18\xea\xfd\x21\x88\x7f\x29\x3a\x0d\xb2\xfa\xa4\x6c\xb0\xca\x87\xcc\x55\x70\x74\xa8\xf9\x96\x90\x88\xeb\xc8\xdb\x24\x82\x90\x25\x13\x7c\x41\xc8\x8a\x20\x44\x14\xf5\x73\x1d\x6b\xdc\x15\x2a\x58\x42\xc7\xac\x63\x8d\x7b\xd2\xbc\xf4\x42\x75\xa1\x52\x10\x79\xa9\xa7\x88\xed\xe7\x3a\x02\xdc\x15\x45\x58\x42\xc7\x80\xf3\xde\x13\xb5\xac\x38\xef\x27\x88\xed\x9d\x6c\x67\x73\x29\x9e\x0d\x8e\xfb\xa4\x2c\xf7\x52\xf2\x14\x1c\xf7\x2e\x97\x7a\xc9\x98\x5e\xe0\xc9\x61\xb9\xa9\xb9\x14\x99\x06\x1d\xbe\x27\x4a\x9c\x25\xa9\xbd\x1c\x1f\xa4\x7a\x5b\x8a\x31\x2f\xc7\xa3\x48\xaa\xd2\xa5\x38\xc7\x0a\xcc\x8b\x62\x65\x29\x98\xb1\x60\xfb\xea\xe1\x8f\x18\xf1\xe7\x3a\x66\xb0\x0b\xcc\xb4\x14\x48\x5e\xb1\xf0\x2b\xae\x86\xa4\x36\x0a\xe8\x3b\xe9\xc2\xe6\xea\xea\xab\xdf\xbe\xb8\x50\x7a\x55\xba\xfa\x38\x4d\xd4\xcd\xe2\xc4\x9f\xe0\xc4\x4f\x85\xe2\x72\xc9\xf6\x5d\x03\xab\x41\x87\x55\x85\xf6\x27\xf8\xf1\x93\x48\x53\x96\x64\x3d\x58\xf0\x5d\x1e\xf0\x12\x8c\x71\xa1\x1e\xb0\xf8\x54\x54\x81\x7f\x82\x06\x3f\x29\x19\xaf\x02\xfc\x13\x34\xf8\x9e\x28\x7f\x97\x6c\x5f\xd0\xe2\x17\x05\xf0\x96\x94\x07\x28\xf2\x3d\xb9\x86\xa1\x13\x85\xe8\x88\x1e\xc9\x2c\xe1\x1f\x51\xa3\xdf\x13\x33\xf5\x4b\xf8\xc7\x75\x8c\x69\x67\x71\xa5\xb9\xa4\x72\xc0\xb4\xef\x49\x32\x51\xc6\xf4\x82\xca\x61\x69\xa5\xb9\x04\x8d\x04\xe9\x7e\x12\x94\x60\x09\x1b\xb9\xa0\x72\x8a\xe6\x25\x95\x03\x3e\x7e\x97\x03\x29\x16\xfe\xb9\xa0\x72\xe4\x40\x2e\x41\x74\x40\xd0\xef\xa4\x3b\x9b\x4b\x2a\x07\xdc\xfa\x9e\x24\x88\x14\x3b\x5f\xc0\xe1\xe8\x99\xe3\x52\xe0\x04\xa5\x89\x3c\x4b\x1e\x2a\x70\x02\xb6\xfd\x24\x48\xc3\x12\xd8\x06\xcc\xfb\x2e\xf6\x2a\xd0\xef\xff\xfe\x84\x58\x66\xfe\x61\x2b\xa6\xb2\x1f\xf4\x95\xd4\x54\xd5\x84\x63\xc3\xfd\xda\xca\xae\x82\x6f\xbf\xb0\x56\xc6\xdc\xd2\x29\xa0\xd1\x77\x56\x86\x9f\x5b\x48\x9c\x8d\xa7\xa7\xac\xa0\x32\xb7\xde\x9e\xa2\xaa\x52\x51\x98\x76\x4b\xdd\xec\xa3\x53\x3c\x53\x1e\x6e\x01\x27\x37\xa8\x73\x14\xc1\x15\xe3\xfe\xdc\x57\xa7\xd0\x65\xda\x4a\xa1\xee\x7c\xb6\x52\x14\x33\x5b\xc9\x50\x14\x70\x72\x01\xd6\xb6\x92\xa1\xfb\xa8\x1b\x67\xe9\x95\xb9\x15\x3b\x07\x31\x7f\xd1\x2b\xd2\x2d\x4d\x04\x8e\x7d\x97\x09\xae\x2a\x50\x73\x1f\x45\xe1\x99\x3e\xf3\x56\xec\x66\x23\x76\x23\xf4\xc7\x16\xb0\x66\x57\xbc\x7f\xa6\xa5\xb2\xa5\x02\x76\xc3\x07\x89\x07\xdb\x0a\x90\x83\x64\x3f\x95\xae\x5f\xf1\xb0\x6d\xc3\x7e\xe9\x6c\xc8\x3a\xdf\x86\x0f\xd2\x52\xd9\x92\xf3\x60\xdd\x77\xd1\x28\x6c\xa1\x20\x41\x98\xef\xc2\x9e\x6d\x25\x0c\xb7\x63\x35\x34\x0c\xc5\x38\xc0\x8b\x9f\xf4\xbe\x62\x0b\xd6\xb2\x03\x2f\xb7\x69\x54\x6c\xbd\x33\x05\xfd\x7d\x12\x02\x64\x0b\xd6\x02\xfa\x7b\x2f\x6a\x12\xaf\x00\xe8\xef\x53\xa5\x5e\xde\x8a\x71\x6c\xc8\x79\xb2\x5b\xcf\x2d\x60\x0b\x98\xf1\x8b\xe2\xf4\x5b\xf1\xec\x0d\x15\x20\xe8\xbe\x98\xf2\x27\x98\xf2\x93\xc0\x21\xa2\xca\x9f\xbb\xe3\x71\xb9\x86\x21\x64\xcb\x1e\x19\x4d\x1c\x86\x14\x07\xa8\xf1\xbd\xd0\x06\xd8\x4a\x33\x82\x0f\xdf\x59\x56\x63\x6e\xc5\x38\xc0\x7f\xef\x25\xeb\x57\xda\x14\x08\x73\x91\x95\x6d\x01\x51\xf6\x11\xde\x2e\x53\x64\x2b\xd4\x0d\xf2\xfb\xe2\xcc\xef\x89\xf2\x7e\xee\x75\xfb\x0a\x36\xe9\x1c\x1e\xe1\x5d\x3c\xe5\xff\x66\xaa\x8a\x11\x7f\xee\x85\x8a\x03\x5a\x47\x05\xc9\xf7\xc6\xb4\xe9\xbe\x6f\x45\x47\xf6\xc6\x76\xd2\xb1\x13\x5b\xfe\xdc\x90\xf5\x52\xdb\x5b\x48\xcd\x7d\xc4\xbe\x17\x5d\x75\xc9\x7a\xb0\xe5\xbb\x20\x74\x5b\x19\xcf\x7d\xb9\x02\xa8\x65\x45\x7c\x3f\x37\x04\x3a\xeb\x77\xcd\xad\x10\xc8\xfe\x70\xb8\x89\x26\xdc\x12\xe8\xfb\xbb\xe4\x03\xbf\x0f\x8a\xf9\x7e\xbe\x88\x84\x57\xbe\xd9\x7a\x95\xd6\x7c\x1f\x6c\x27\xfd\x95\x57\x21\x90\x17\x8e\x82\x60\x40\xaf\xf0\x93\xef\x83\xbe\x28\xeb\x5f\x61\x62\xde\x84\xb3\x48\xd1\xfc\xca\x49\x78\x13\x96\xb7\xe8\x57\xae\x26\xdc\x16\xae\xbc\x78\xf1\xe7\x0b\xff\xa1\x30\x90\xfc\x8a\xf8\x12\x14\xf9\x49\xc4\x4c\xaf\x50\x97\x2f\x3c\x01\xb1\x2f\x89\xfc\x7e\xbe\x10\xe8\x22\x2f\x7b\x25\xd0\xc1\x8b\xef\x85\x81\xae\x57\x02\x1d\x94\xf6\xce\xba\xf6\xf3\x55\x30\xfe\x05\xf3\x25\xab\xfb\xcc\x57\x69\x4d\x30\xd7\x7b\x65\xa0\xeb\x55\xb8\xe5\x85\x27\xc0\xe2\xed\xf3\x15\x88\xf2\x85\xac\x17\xb0\xec\x15\x10\xe5\x3d\x4e\x81\x8b\xe6\xeb\x55\x9c\x1e\x5c\xf8\xa9\xd2\xa4\x7b\x15\xbf\x79\x61\xee\x0b\x58\xf6\x0a\x5f\xf9\x22\x4e\x4f\x3a\xf1\x29\x72\xfc\x09\x72\xfc\x54\x69\x9c\x89\x1c\x7f\x82\x1c\xbf\x28\x17\xf6\x0a\x60\x09\x76\xfc\x24\x9a\xaa\x57\x18\x15\xd0\xe1\xbb\x5e\x78\xbc\x72\x12\x5e\x14\xd3\x14\x83\xd5\x2b\x08\x3d\x48\xef\x5d\x94\x62\xaf\x22\xee\x60\xbd\x4f\xa4\xeb\x9e\xaf\xde\xaa\x82\xea\x3e\x55\x1a\x4c\xaf\xc2\xea\x60\xbd\xf7\x7f\xae\x83\xc2\xea\x20\xb7\x4f\x42\x74\xbd\xca\x93\x82\xdc\xde\xff\xb9\x0e\x52\x39\x28\x2e\xe8\xa4\xc8\x9f\xe2\xad\x9f\xe0\xad\x4f\x64\xd1\x9e\xaf\xf0\x92\xef\xd5\x2b\x54\x8a\x2a\x43\x38\x5f\x04\x84\xf4\x6a\xe0\x15\x69\xe6\x8b\x22\xe0\x42\x74\x89\xee\x7e\xbe\x1d\xc3\xd0\x01\x10\x10\xe5\x45\x40\xa8\x52\xda\xa8\xac\xe1\x7c\xa1\x06\xfe\x59\x79\xa9\x81\x17\x6a\x40\xdc\x61\xaf\x80\x28\xe0\xa3\xf7\x2a\x09\xa0\x20\x0d\xf8\xe9\x93\x20\x62\xaf\x9e\x13\xbd\x90\xbd\x02\x5f\xbd\x4a\x50\x82\xc6\xde\x85\xb0\x7a\xc5\x32\x09\xee\xfa\x24\x60\xd9\x2b\x3b\x1b\x64\xf5\xce\x0a\xf3\xf3\xd5\xeb\xd1\x17\x09\x4a\x01\xe6\x5e\xf1\x4c\xbe\x88\xdf\x08\x38\x24\xf2\xfa\x89\xc2\x8a\x2e\x30\xcf\x2b\xb4\x09\x78\xec\xbd\xd1\xab\x7f\x15\xf5\x79\x8f\xc9\x5d\x5c\xd2\x46\x12\xfb\x45\x68\x87\x35\xe9\xe7\x2b\x14\x23\x78\xec\x0b\xeb\xc0\xce\x4f\x09\x4a\x30\xd2\xbb\x38\x7d\x3f\x85\x76\xc0\x50\x9f\xb4\x86\xa2\xa8\x9f\x1f\x84\x39\x6b\xd5\xcf\x4f\x68\x13\xb0\xd5\x7b\xa3\xec\xfd\xc4\x2b\xf0\x25\xe8\x66\x3a\x90\x62\xaf\x9f\x5f\xc2\x30\x28\x60\xc5\x5e\x3f\xbf\x74\x87\xd1\xd8\x34\xd5\xb4\xd1\xc4\x61\x08\xa3\xf2\x65\x1c\x00\x66\x8d\x3f\x61\x54\x3e\x44\x61\x1a\xc3\x04\x9f\xa2\x30\xdf\x15\xb0\x94\x51\x9f\x30\x82\x1f\x2c\xe6\xc6\x6b\xfe\x29\x0a\x03\xc2\xfa\x24\x94\xda\x27\x7c\x20\x08\xec\x5d\x30\xaa\x4f\x90\x92\xaf\x5e\xc2\x1b\x2e\x94\x64\xef\x87\x78\x8a\x12\x6b\x9f\x12\xa1\xa0\xac\x4f\x8d\xf6\xc6\xa7\x6c\x27\x28\xeb\x5d\x0c\x58\x9f\x52\x9a\xa0\xac\x2f\x6e\x6a\xd2\x7e\x81\x00\xa6\xd1\xf6\xfd\x94\xd2\xfc\x0c\xe7\x90\x5e\xa2\x38\xec\x27\x28\xe2\x5d\xec\x58\x9f\xc0\x21\xdf\x91\x6c\x2e\xe6\xa7\x4f\xc6\x34\x98\xd8\xdd\x18\xbb\xf9\x94\xa9\x03\x71\xba\x8b\xec\x08\xec\xe9\xbf\x3f\x1b\x06\x6f\x6c\xd2\x94\x61\x74\x8a\x1a\xe8\x53\x8c\xf9\x43\x48\x42\x24\x3f\x9f\x42\x12\x20\x52\x4f\x82\x44\x7e\x32\x55\xbf\x79\x7f\xc5\x26\x85\x9f\xbf\x5b\x4b\xe9\x9f\x26\xfd\x6a\x55\xd0\xeb\xf0\x44\x29\xe7\xf6\x21\x16\x20\x1f\xec\x53\x2c\x00\xfc\xe8\x49\x17\xf6\x93\xe9\x08\xbe\x74\x37\x0a\xa2\x4f\x60\xb9\xef\x08\x39\xb7\xfe\x1f\x9f\xf5\x7f\x32\x3a\x3f\x18\x9d\x62\xe9\x13\xd5\xfa\xfc\x10\x45\x60\xa1\xef\xf9\xe9\xad\x3d\xa8\xd5\x53\x63\xca\xfb\x13\x02\x0f\xd4\xea\x2e\xac\xcf\xa7\x87\x3e\x1f\x02\x0c\xae\x9b\xa9\x94\xdc\x77\x64\xa0\xb3\x00\xf8\x14\xa1\xfa\x04\x01\xba\xfb\x2f\xef\xb6\x44\x80\xbe\x1e\xc4\x03\x08\x97\x59\x0f\xa3\xd3\xeb\x81\x23\x4e\x4c\xcc\x12\x2d\xf9\x02\x1f\xb8\x93\xc7\x66\x89\x0f\x7c\x3d\xe7\x92\x3a\x69\x58\xd6\xc3\xd0\xe9\x02\x35\x78\x21\x1b\xcc\x7a\xaa\xfa\x3a\x37\xd1\xc9\xd0\xb2\x9e\xa6\xbe\xe0\xe6\xb2\xb6\xdc\x7a\x08\xf6\x5a\x0f\x22\x9d\x44\x4a\xac\xa7\x69\x18\xc7\xe3\x75\x22\x25\xd6\xc3\xeb\xb7\xc0\x00\xee\xa4\x4d\x59\x0f\xc1\x5e\x0b\x0c\xe0\x89\xf2\x77\x3d\xcc\x4f\xad\x07\x6e\x2e\x81\x0d\xeb\x71\x0d\x1e\x89\xa1\xd0\x1a\x76\x2d\x2f\x4c\x84\xf6\x0b\x30\x2c\x51\x6e\xaf\x07\x97\x96\x44\x07\xeb\xe9\xfa\xe0\xf1\x42\x3d\x4c\xbf\xea\x6a\x42\x5f\x5a\xf9\xa1\xbe\xc6\xed\x8b\x53\xe6\x7d\x5e\x60\xd6\x2e\xa4\x6e\x5a\x62\xd6\x5e\x0f\xd2\x49\xa4\x0b\x58\x0f\x51\x56\xeb\x01\xca\xaa\x55\x8e\x90\xe9\xf5\xf5\x9c\x5b\x9f\x48\xe1\xb8\x9e\xa9\xe5\x3d\xb7\xde\x59\x01\x6d\x89\x91\x7b\x81\x82\x3b\x11\x9e\xbb\x1e\x72\x63\xac\xe7\x56\x69\xfb\xd9\x1c\xeb\x99\xda\xe5\xe3\xb0\x16\xd2\x3a\xad\x67\x6a\x84\x88\x3e\x92\xd1\x7c\x3d\x53\x23\x44\x56\xab\x69\x79\x97\x56\x7e\xe1\x1c\x76\x8e\x70\x69\xe5\x17\x46\x68\xec\x6b\x69\xa1\x00\xdb\x22\x71\xf9\x7a\x96\x0e\x1b\x12\x5e\xc4\x06\xac\x67\x69\x18\x1b\x0b\x65\x1c\xe1\xd6\x42\xc1\x23\x8d\xe0\x1a\x6e\xf5\xb5\x6f\x5f\xfc\x20\x11\x5d\xeb\xb9\x72\x43\xfb\xb5\x75\x44\x5f\xac\xbc\xae\x1e\x9f\x7d\xac\x07\xb6\x54\xd3\xa6\xbc\x3a\x1b\x10\x29\xa1\xd5\x78\x75\xd8\x5e\x9c\x8d\xce\x63\xf3\x6a\xca\x70\x71\xa3\xf3\xa6\x7c\xea\xeb\xbb\x7d\xa9\x49\xfb\x75\x0c\x26\xef\xbc\xcb\x49\x82\x28\xc1\xc5\x25\xd9\xe5\x12\x09\xf8\x4a\x90\x51\xfd\x47\xa2\xb0\x92\x64\x14\xf8\xc1\xbd\xff\x4c\x84\x95\x08\xf6\x5a\xe0\xf6\x76\xe2\x10\x56\xa2\x55\xb4\x40\xee\xed\x24\x4e\x59\x89\x38\xb0\x05\x0a\x6f\x27\xd8\x60\x25\x3a\xab\x0b\x1c\xde\x89\xf4\x99\x2b\x65\x7d\x10\xc9\x2e\x3e\xe9\x5e\x89\x81\xc9\x95\x72\x3d\xbf\xe2\xf2\x8a\xd4\x7b\x81\xd4\x3b\x11\x84\xbd\x52\xfe\xa7\x2f\xec\x32\x97\x37\xf1\xf9\xe0\x4a\x05\x0b\xf5\x33\x11\x56\x2a\x5a\xa8\x82\x85\xa2\xc4\x4e\x74\x71\x17\xc8\xb9\x13\x19\x34\x97\xd8\xb9\x17\xd8\xb9\xbd\x17\x7d\x70\xab\xe9\x1c\x6c\xc2\x21\x56\x2a\x1a\xc6\xb1\xd3\x92\x69\x2b\xab\x56\x03\xde\x2f\x91\x12\x2b\x55\x0d\xa3\xde\x61\x70\x0d\xe9\xfd\xae\x84\x3c\x98\x69\x2b\xab\xfa\x82\x76\xe8\x8d\xc3\xa0\xf7\xbb\xc0\xc2\x9d\x88\x20\x5f\xe2\xda\x5e\xe9\x28\x0a\x27\xf1\xcb\x4a\xd2\x0e\xa0\xdd\x76\x3e\x47\x5d\xa9\xa9\xaf\xe3\x08\x97\x48\xec\x4b\x8a\x03\xb4\xdb\xce\xa7\xaa\x2b\x99\x86\x61\x77\x18\x9c\x17\x1d\xe3\x95\xa0\x53\x4c\x87\xcd\xb4\xf2\x70\x8c\x89\xe5\x58\xc9\x75\x1d\xe0\x18\x13\xa2\xb0\x92\xd4\x0d\x18\xba\xbd\x53\x02\x24\xd7\x94\x11\x70\x25\x60\x63\x89\x6c\x7b\xa5\xb8\x1f\xe4\x94\x43\x47\x34\x2a\xa6\xcc\x35\x0c\x1d\x51\x38\xc6\x3d\xb8\x1a\xa1\x23\x1a\xc7\xd3\x36\x9d\xf9\xae\x85\xea\xb8\x0e\xba\x29\x5d\x7d\xf5\x8a\x5f\xb1\xaf\xae\x85\x42\xc0\x95\xf4\x63\x4b\x2c\xdd\x2b\xc1\x31\xe6\x23\xc8\x95\xba\x86\x81\x80\x2b\x59\x45\x57\x92\x6a\x4b\x00\x95\x91\x2b\x7c\x89\xc0\x7b\xa5\x71\x3f\xc8\x11\x0e\x9d\x8d\xa3\xe5\x82\x0c\x30\x4b\xdc\xde\x0b\x04\xde\xf1\xe8\x12\x4d\xf5\x85\xec\x19\x59\xd5\x56\x9a\x3a\xd8\x78\xf9\x17\xda\x4a\xa6\xc8\x16\x68\xbf\xe3\xd1\x61\x5b\x5a\xf9\x85\xbe\xb4\x1a\x4b\xab\xb1\x06\x9a\xfe\x1b\x56\x75\x25\x29\xaa\xb4\xd1\x9f\x46\xb9\xb5\xfa\x47\xfb\x24\xd3\x1d\xdb\x5a\xac\x8d\x15\xc9\x3c\xf7\xaf\x24\xce\x8b\x0f\x4a\xe2\xbc\x3a\xa6\x47\xc5\xc4\xa3\x8d\x91\x5e\x49\x2f\x3e\x28\x89\xf3\xe9\x98\x7e\x38\xa6\xd4\xe8\xe9\xd3\xd1\x81\x5e\x31\x6a\xf4\xf4\x69\xb1\x8e\x8f\x1e\x4f\x65\x5f\x52\x39\x09\x2f\x0d\x59\x52\x7e\x89\x19\x7c\x81\x19\x3c\x58\x60\x6e\x65\x62\xce\x56\x3e\xda\x27\xf8\xf0\x6b\x65\xa9\x1c\x90\x7a\x07\xc1\x28\x2b\x33\xe0\xba\x40\xf2\x9d\xf8\xd0\x61\x65\xa6\xc9\x16\xf8\xba\xe3\xa1\x1d\x90\xe9\x88\xaf\x0c\x47\xdc\x78\x9f\x33\xe1\x68\x2b\x27\xf4\xf5\x73\x8e\x57\x26\x1c\x6d\xe5\xf4\xa2\x89\x83\x4f\x14\x61\x19\x8a\xca\xd4\x24\xc3\x1d\xe4\xe0\xf1\x38\x47\x98\x35\xaf\x8c\xfd\xa2\xda\xce\x59\x23\xcc\x77\x84\xfc\x55\xd1\x42\x01\x95\x61\x34\x62\xc4\x00\xbe\x72\xc1\x09\xa6\x46\xcf\x84\x5e\xac\x5c\x70\x82\x7f\x21\xe1\x95\x09\x7d\x5b\x19\xf4\x7f\x44\xd3\xae\x2c\x6d\x04\x32\xf0\x20\x97\xcd\xca\x8c\xc5\x2e\x90\x81\x17\x96\x35\x5e\xb9\x6a\x0d\x2b\x76\x99\xae\x45\xa6\xd3\xbf\xc0\x00\x9e\x4c\xc3\x90\xd7\x91\xdb\xe9\x8b\x25\xed\x56\x6e\x5a\xa8\x66\x68\xe2\xbc\xa4\x72\xf2\xd1\x23\x91\x1e\x7e\x90\xa8\xb8\x95\x51\xa8\x21\x78\x44\xb3\x69\xa1\xec\xec\x32\x4b\x1e\xaf\x6c\x3a\x51\x78\xde\x67\x14\x7c\x59\x0e\x49\x36\xf4\x45\x95\x93\x5d\x9b\xe2\x19\x44\x93\xfc\x95\x94\x07\x38\xbf\x23\x65\xf6\xe5\xea\xcb\x6f\x5f\x1c\x7c\x68\x35\xe2\x9c\x5e\x3e\x74\x58\x39\x74\x36\x02\x67\x83\x92\x54\x2c\xe0\x0b\x2c\xe0\x41\xe2\x9c\x95\x43\x5b\x79\x94\x47\xf0\xa1\xc3\xca\x52\x1e\x20\xf0\x8e\x44\x97\x29\x77\x4d\x79\x60\x53\x2a\xcf\xc6\xd0\x01\x18\x47\x38\x90\xb7\x7b\x65\x39\x3f\xe0\xed\x8e\xa4\xbb\x3c\xb4\x5f\x47\x23\x44\xd2\x5d\x1e\x3a\x87\x70\x7e\x48\xf7\xbd\xc4\xdc\xbd\xf2\x84\x89\x20\xb9\x31\x35\x0c\x40\x2f\x5c\x5b\x29\x37\x06\xcc\xdd\x25\xd4\x97\xdc\x98\x3c\xc1\xae\x49\xa7\x2e\x2f\x1d\x51\xb8\x31\xa4\xf7\x5d\xe2\xfb\x5e\x19\xca\x23\x49\xda\xc8\x8d\x01\x15\x78\x10\x37\xb2\xb2\x94\x07\x58\xbc\x23\x49\xda\x6c\xf5\x85\x52\xd3\xf2\x2d\xf3\xd6\x1a\x6e\x6c\xa5\x73\xe5\xb7\x06\x0f\x87\xc4\x75\x0e\x5f\x9d\x79\x78\x1d\x4e\x75\x23\x12\xee\x05\x12\xee\xe0\x63\x80\x25\x12\xee\x95\xf1\x0e\xdd\x69\x82\x83\x94\xfb\xef\x4f\x68\x07\xa7\x11\x93\x3f\x9d\x43\x80\xf3\x48\xf8\xbd\xf2\xa7\x0f\x1e\x6d\x90\x9c\x36\x47\xfe\x74\x0e\x3f\x9c\x43\x9a\xe0\x45\x2a\x00\x74\xdd\x25\x28\x7b\x0b\x99\x61\x57\x79\xb0\xbc\xb4\xce\x0b\x83\xbb\x0b\x74\xdd\x89\xc4\xc5\xab\x48\x3b\x14\x68\x07\xe7\xc1\x2e\x8c\xe0\x2e\x30\x79\x07\x89\x7f\x96\xf8\xbb\x57\x41\xce\x8d\x0f\x89\x56\x91\xaf\x02\x2e\xef\x20\x6e\x64\x15\xe6\xdc\x16\xb8\xbc\x23\xf3\xf4\x16\x29\x0e\xb0\x74\x47\xa6\x9d\x5d\xf8\x0e\x7d\x81\xb0\x3b\x31\x9e\xbd\xc4\xd2\xbd\x0a\x54\x00\x9f\x1f\xad\xc2\x74\xdc\x2a\xf9\xc5\x07\xd9\x17\x31\x7b\xab\xc0\x57\x21\x05\xfa\x12\x81\xf7\x2a\x05\xc3\xa0\x55\x54\x08\xa2\x58\xe5\xe8\x90\x60\x7d\xbd\x55\x18\x48\x5e\xa5\xc0\x46\xa4\xba\x11\xed\xf7\x2a\xc7\x37\x09\x96\xde\x5b\xa5\x6a\x18\x15\x07\x9b\x9a\xa8\x54\xad\xe1\x71\x40\x22\x53\x46\x95\xaa\x85\x82\xe2\xc8\x5a\xf9\xa6\xb3\x01\xed\x40\x98\xc7\x2a\xd2\x0e\x60\x07\x0f\x72\x16\xad\x22\xaf\x03\x24\xe0\x41\x60\xf4\x2a\xa6\xd5\x30\x6c\x25\x5d\x8b\xa2\x98\x54\x81\xff\xc0\xc7\x58\xab\xd8\x3f\x1f\xc4\xca\xd3\xa8\x28\xae\x63\xe3\xf8\xa0\xf1\x83\xae\x0f\xfa\xfd\xa0\x9a\x74\x44\xa1\x02\x9c\xc6\x52\x21\x30\x6f\x81\x16\x3c\x88\xdc\x5d\x25\x74\x6c\x00\xcc\x23\x41\xfa\x2a\xf2\x1f\xc0\x11\x1e\x39\x9e\xff\x66\xaa\x96\xd0\x76\x06\x4e\xb0\xf6\x4c\xca\xa3\x74\xac\x3e\xd5\x76\x91\x0f\x01\x0a\xf1\xa2\x88\x45\xe9\x3a\xa6\xc7\x67\x08\x16\xe7\x5b\x45\x7a\xa5\x74\xec\xb4\x7e\x35\xb4\x31\x50\x39\x59\x57\x7d\x68\xa7\x07\x8e\x29\x1d\xf1\x32\x34\x8c\xe3\x84\x14\x32\xcb\xae\x22\x95\x03\x4e\xf1\x20\xba\x65\x95\xa9\x63\x7a\x3c\x8d\xc2\xf7\x16\xab\x28\x72\x56\x8e\x8a\x29\x9d\x86\x45\x99\x5a\xe2\xa3\x57\x82\xd8\x91\x25\xba\xf1\x55\x26\xfa\x62\xdc\xb7\x2c\x9d\xe0\x85\x5f\xd1\xbd\x28\x4b\x87\x00\xd0\x0b\xd2\x2a\xae\xa2\x68\x16\x58\xc4\x4b\x57\x5f\x5b\x0b\x75\x5c\x89\x20\xb4\x74\x15\x45\xb3\xca\x71\x25\x92\x3b\x07\xbf\xb5\x95\xfb\x9c\xe0\xa2\xeb\xb7\xd5\xd7\xfb\xe0\x57\xbc\x48\xd2\x2b\xa0\x15\x0f\xa2\x33\x57\x79\xd5\x17\x9e\xa8\xf3\x35\xde\x2a\xaf\x56\xe3\x78\x19\x41\x74\xe6\x2a\x9f\x06\x7f\xbc\x8c\x28\x92\x6e\x8a\x66\x81\x71\x3c\xb9\x0e\x9b\xbc\x8e\xf2\x61\x18\x92\x6e\x9f\x76\xf9\x1b\x68\xa2\x74\x93\xca\x01\x19\x79\x14\x4a\x81\xaa\x18\x18\xc8\xc7\xa3\xd0\xc3\xa9\x04\xe7\x2d\x90\x8f\x17\x3e\x9d\x59\x62\x1c\x5f\x60\x18\x0f\xe2\x46\x56\x95\xd7\x51\x13\x3e\xc8\x38\x62\x25\x38\x6f\xd5\xa3\x47\x82\xc8\xc2\x55\x89\xe5\x58\x15\x58\x0e\xd2\x49\xae\x2a\xbd\x52\x8f\x2b\x11\xe4\x51\x5a\xe2\x15\x5f\x60\x0b\x0f\x96\xc9\x5b\xe2\x08\x5f\x35\x63\x84\x0c\xee\x56\xf9\x0f\x15\xc4\xb3\xc4\x72\xac\x2a\x35\x00\x4e\xf0\x20\x96\x63\xd5\xa2\x29\xe3\x1d\x3a\xd9\xf2\x57\xad\x9a\x72\x3d\x9b\x42\x6a\xa1\x25\x22\xf0\x55\x21\xeb\x89\x03\x5b\x55\xb2\x1e\x1c\xe1\x41\x1c\xd8\xaa\x0a\x3e\x81\x2e\xbc\x28\xb6\x57\xa5\x06\xc0\xfc\x1d\x84\x79\xac\x4a\x04\xde\xaa\xa0\x28\x24\xcb\xf2\xaa\x4d\xab\x71\x9c\x82\xa8\xb4\xce\xab\xc2\x48\x15\x61\xa4\x78\xd4\x64\x6a\x42\x5f\x3f\x10\xc5\xaa\xa6\x4d\xb1\x81\x26\xee\xb2\x34\x04\xb8\xbf\xa3\x6a\xf0\xae\xbe\xfc\xf6\xc5\x63\xe3\x5a\xa8\xa3\x06\x82\x38\x9f\x25\xc2\xef\x55\x03\x1f\x64\x92\xa1\x86\xf6\xeb\x88\xfd\x20\xe6\x61\xd5\xd0\x89\x0a\x9c\x28\x9a\x3e\x55\x72\x1e\xdc\xdf\x41\xa6\xc4\x55\xbb\xa6\xdc\xb1\x5f\x8c\x05\x88\xd5\x7b\x55\x48\x6c\x62\x54\x56\x1d\xda\x94\x23\xbc\xa3\xea\x3a\xb0\x74\xf4\xaa\x28\x1d\xdd\x35\x42\x09\xf3\x3a\xd0\x97\xa9\x49\x07\xe0\x8a\x65\x0a\x87\x3a\xb5\x1a\x08\x08\x11\x6d\xb2\x44\xe9\xbd\x2a\xc4\x32\x71\x23\xab\x4e\x6d\xca\xc4\x61\xd3\x4d\x51\xd6\xa2\x02\x66\x47\x1e\xeb\x55\x25\xb1\xc1\xf6\x1d\x95\x82\xa8\x2a\x35\x01\xe2\xef\xa2\x48\x67\x5d\x5a\xa8\x8d\xd5\xd0\x25\x92\x4d\x5f\x21\xb1\x2b\x3d\xb7\xba\xb5\x29\x47\x62\x47\xd3\x39\x54\xfe\x01\x74\xe1\xa5\x6b\xe5\x25\xcc\xc1\xfc\x1d\x04\x36\xac\xaa\xfc\x43\x05\x77\x61\xd7\xa6\xbc\x5a\x28\x04\x83\x9a\x2e\x91\x82\x41\x15\xe6\xbe\x22\x82\xe2\x02\x5f\x15\x12\xbb\xfd\xd3\xa4\xad\x3c\x12\x3a\x98\x86\x5e\x55\x9e\x00\xb8\xc0\x83\xa9\xe1\xd5\x24\x7b\x41\x0b\x9e\x14\xa5\x6b\x84\xd8\xad\x86\x88\x4f\xe3\xfd\x12\x17\xf8\x6a\x90\xbd\xac\xa8\xb6\x9a\x92\x0c\xa0\x09\x0f\x96\x4d\x5b\x4d\xb2\x17\x0c\xdf\x41\x2c\xc7\x6a\x0a\xd0\x80\xad\x3b\x94\x73\x6b\x32\xc1\x1b\x4c\x70\xbe\x84\x5e\x8d\x7c\x4f\xab\x81\xef\x29\x28\x6d\x1a\x11\x71\xab\xc1\x3a\x27\xef\xcd\x6a\x32\xc1\x41\xe5\x1d\xe4\x5e\x58\x4d\xe9\x02\x70\x79\x27\x3e\x92\x5e\x4d\x01\x9a\x06\xd9\xcb\x97\xd0\xab\x29\xf0\xdf\x8e\x18\x8e\x46\x8f\xb4\x29\x40\x03\x06\xef\xa4\x00\x8d\x28\xbc\x57\x83\xc4\x26\x91\xce\x6a\x4a\x17\xb4\x23\x86\x53\x30\x93\xd0\x14\xbb\x01\x9d\x77\xb0\xf0\xef\x6a\x7c\xb9\xbe\x40\xe7\x9d\x58\xa0\x61\x35\x22\xe2\x56\x03\x30\x9a\xcf\x9d\x57\x53\x32\x19\xcc\xdf\xa5\xff\x47\x06\x80\x25\x62\xf0\xd5\x8e\x6c\x4f\xf2\xec\x9b\x69\x94\xc0\xd2\x29\x93\x2b\x6a\xf0\xd5\xa0\x06\x08\x7c\x59\xcd\x74\x3e\x0c\x27\x98\x01\xbc\x26\x59\x0f\xfe\xef\x60\x55\xe3\xd5\x94\x32\x00\x15\x78\x62\x49\x88\xd5\xe4\x0d\xb4\x2b\xeb\x29\xdd\x9a\x6b\xf5\x8f\x63\x10\xac\x43\xbc\x9a\xb2\x09\xed\x68\x84\xd2\xff\x69\xd2\x94\xe1\x28\x84\x56\x3f\x74\x08\x02\x87\x80\x9e\xbd\xb8\xc6\x57\x83\x86\x20\x92\x66\x35\x85\x91\x1a\x62\x45\x7c\x1b\xbe\x9a\x12\x0d\x0d\x08\xbc\xa0\x90\x6d\x44\xe0\xad\x86\xf4\x3a\xcb\x4f\xac\x26\x4f\x00\x0c\xe5\x49\x9e\xa2\x18\xca\x57\xeb\xb7\x2f\x0e\xbe\xeb\xb6\x1c\x15\x13\x46\xeb\xa1\x49\xaf\x34\x84\x91\x94\x41\x13\xdb\xf8\x6a\x88\x15\xf1\xbd\xf6\x6a\x8a\x15\x81\x5e\x3c\x8c\xd2\xad\x29\x56\x04\xba\xf1\x14\xc1\x63\xa3\x6c\x02\x58\xc4\x13\xb9\xeb\x57\x53\x40\xa8\xad\xfb\x41\x2e\xef\xd2\x07\xd7\xb1\xb3\xc9\x43\xbf\x9a\xd4\x00\x08\xc2\x93\xfc\x07\x31\x84\xaf\x86\x9c\x80\x65\x35\x69\xbf\x8e\xb2\x08\x52\x26\xad\x26\x0d\xd1\x90\x13\x30\xc9\xc4\x57\x23\x7c\xd1\x17\x03\x0c\x4d\x86\x7b\x43\x40\x88\x75\x2e\x56\x53\x1a\x1a\x3c\xe2\x61\x12\x97\x8a\x15\xb5\x17\xe7\x50\xf3\x7a\xb5\xf2\xc7\xbc\x4f\x32\x8b\x9b\xac\x73\xf0\x8a\x27\x25\x79\xc5\x2b\xbe\x1a\xd2\x05\x26\xb1\xa2\x74\x01\x28\xc7\x13\xdf\xa1\x2f\x51\x8e\x2f\x83\x86\xe0\x63\xf3\x65\xca\x50\x1b\x0c\x77\xd2\x33\x2d\x53\xba\x00\x6c\xe4\xa9\x73\xa1\xc4\x46\xbe\xec\xb9\xc3\x50\xd3\x56\x13\xce\x21\xf1\x15\xa6\x58\x11\x38\xcb\x53\xff\x21\x77\x97\x49\xe5\x18\x02\x42\x2c\x10\xb7\x4c\x49\x06\x90\x96\x27\xa5\x86\xc5\x54\xbe\x0c\x68\xbf\x4e\x81\x6e\xa4\x33\x5c\x96\xb0\xcb\x14\x5f\xa6\x94\xb7\x21\x8c\xc4\x12\x71\xcb\x14\x46\x02\xa1\x79\x92\xb5\x67\x52\x54\x56\x30\x78\x9a\x8f\xc6\x57\x35\x0b\xdc\xe4\xa9\x6b\xca\x0a\xfc\x5b\x79\xff\xf7\x7f\x95\x14\x9e\xcb\x14\xda\x31\x60\x04\x3b\x6d\x44\xd1\x98\x2f\x43\xba\x80\x35\x5c\x97\x09\x6e\x04\x86\xf3\x30\x8a\x14\x23\x46\x70\x81\xb7\x3c\xf8\xd4\x69\x99\x54\x0e\xc8\xc9\x53\x67\x74\xc4\xa4\x72\x0c\x2a\x47\x99\x5c\x23\x7c\x70\x81\xc7\x3c\x08\x62\x5b\x26\x95\x63\x88\x15\x91\x76\x6a\x99\x74\x0a\x28\xcd\x53\xa7\x52\x34\xf9\x0f\x86\x24\x83\x51\x6e\x98\x32\xd4\x76\xd4\x4b\xb0\x98\xe8\x32\xe5\x1f\xec\x78\x19\x55\xa9\x46\x93\xba\x01\xdb\x79\xb0\x9a\xe8\x32\xe5\x1f\xc0\x76\x9e\x94\x6b\x36\xd3\x39\x84\xba\xe9\x5a\x5e\xd7\xca\x23\xf8\x64\x14\xb0\xa6\xe0\x13\xd8\xcf\x13\x79\x03\x96\xd8\xcf\x97\x21\x35\xa1\x10\xbe\xb9\x0e\x80\xbf\x68\xe2\x94\x95\xbc\x36\x44\x98\xf8\x30\x65\x99\x74\x8a\xc5\xed\x8b\xc3\x08\x9d\x43\xe8\x14\xe5\xb5\x2d\xb4\xbc\x47\xa7\x84\x22\xee\xd6\x75\xb0\xf1\x5a\xa8\xd3\x04\x37\xf9\x2a\x86\xac\x85\x42\xdd\xa6\xe4\xb5\x1d\xcd\x13\x7c\x1a\xb1\x44\xb3\xbe\x0c\xd1\x25\x52\x5c\x2d\x53\x42\xc3\xc6\xed\x8b\xc2\x41\xc9\x6b\xd0\xaa\x87\x4b\x02\x28\x79\x6d\x88\x2e\x09\xb3\x67\x8a\x2e\x19\xd0\x99\x24\xfe\x5d\xa2\x60\x5f\x06\x25\xa5\xa0\xb5\x4d\x9d\x8d\x79\x6e\x8a\x82\xd6\x26\xc8\x96\x1d\x67\x27\xf5\xae\xbe\x34\x0c\x04\x9e\x9c\x02\x56\x14\xec\xcb\x8e\xfe\x4a\x5d\x67\x63\x69\x5e\x88\x49\xb9\xe4\xa1\x62\x52\x60\x63\xcf\x8f\xce\x86\x54\x9b\x21\xa1\xe1\x92\x1b\x52\x6d\x20\x6e\xaf\x8f\x84\xb9\x54\x1b\x88\xdb\x83\xf5\xfb\x96\x88\xdb\x17\x88\xda\xc3\x25\x52\x94\xeb\x00\x51\x7b\x26\x05\xc4\x32\x85\xab\xec\x68\xbd\xfc\xcf\xfd\x52\x92\x1c\x9c\xee\xe1\x92\xa2\xf2\x8b\xc0\xe9\x5e\x1f\x1d\x00\x29\x44\x70\xba\x87\x30\x96\xe2\x74\x5f\xe0\x74\xcf\x4f\xfa\x6f\x58\xd5\x25\xca\xf7\x65\x2f\xe6\x46\x1b\xd1\x84\xe8\xb2\x17\x77\x8c\x36\xa2\xd8\xe0\x97\x7d\x77\x28\xdc\x18\xa5\x5d\xc0\xfe\x9e\x59\x74\x66\x99\xd2\xeb\x60\x83\x0f\xa7\x24\x75\xe9\x4b\x87\xbe\x74\xde\x4c\xd1\xc1\x2f\xd0\xc1\x67\xed\x99\xf8\xe0\x97\x23\xed\xa2\xd8\x9e\x0b\xec\xe5\x0f\xee\x18\x85\xac\x4b\x5f\x7a\xba\xa5\x8d\x38\x8c\xa4\xbe\xd2\xed\x4b\x4d\xae\x26\xcc\x8b\x6a\xdb\x95\x94\x07\xc1\x7c\x08\x8f\xe8\x82\x88\x81\x6b\xbe\x3e\xbc\x99\x2e\x55\xea\x50\xa5\x02\x1d\x3a\x9f\xb5\x2e\xcf\x38\x3a\xcc\xae\x8a\x96\x7e\x39\xb4\xac\x02\x5d\xae\x78\x9b\x23\x5f\xcf\xca\x85\xcb\xb3\x56\x23\xdf\xbe\xb8\xbc\xca\xc8\x78\xb9\x7d\xf1\x83\xf2\xf9\x40\x31\x5f\x05\xd8\x70\x41\xc4\x1c\xa1\xb8\x60\x3a\xc9\x15\x8a\x03\xfd\x7c\x7e\x28\x20\x5c\xee\x20\xf8\xe7\x43\x50\x2a\xf1\xcf\x2f\xf0\xcf\x67\x12\x14\x2f\x97\x6e\x06\x17\x7d\x15\x38\xc4\xe5\x0e\x82\x8b\x3e\x82\x90\x3e\xaf\x1a\xc6\xf1\x14\x33\xe9\x48\x96\x2b\x4a\x07\x9a\xf9\xfc\xd0\x2a\x12\xcd\xfc\x72\x28\x60\x05\x18\x5c\xc9\x1a\x3f\x0a\x37\x58\xf2\x70\xb9\xb4\x2c\x78\xe5\x43\x58\x1f\x57\xb2\x06\xbc\xf2\x99\xc5\x8a\x96\xf3\x15\xd4\x72\x83\xec\xe0\xd5\x73\xa5\xf2\x1d\x51\xba\xd0\x61\x53\x94\xce\x1d\x47\x94\x76\x80\x38\xe8\x97\x43\xcb\x06\x63\x0f\x2e\xcf\x0d\xf4\xf4\x11\x34\xa6\xdd\x35\x0c\xc7\x7e\x51\xa3\x8b\x69\x7e\x81\x5a\x3e\xb3\x60\xd1\x72\x05\xf0\x3c\x06\x9a\x38\x0c\xb9\x67\x1e\xf8\xa0\x6e\xa5\xd0\xcf\xde\x71\xd8\xa8\x2f\x45\x1b\xbf\xbc\x63\x53\x68\xc4\x78\xd7\x08\x11\xdb\x23\x33\xda\x72\x41\x9c\x41\x06\x9f\x1f\x5d\x3d\xc5\xf6\x7c\x18\x9a\x78\x36\x94\x72\x01\x19\x7c\xfd\xe7\x00\xc8\x73\x03\x39\x7c\x7e\x74\x89\xe4\xb9\x81\x1c\x3e\x58\x01\x72\xb9\xf4\xa5\x4f\xe8\x15\xc6\x54\x5c\xfa\x12\x8c\xef\x11\xea\x4b\x59\x7e\x30\xbe\xe7\x44\xdf\xd2\x15\xf6\xf3\x95\xd0\xc4\xc1\x2f\xcd\x0b\x61\x3f\x45\x10\x5c\x61\x3f\x5f\x1d\xbf\xe2\x2e\x4b\x95\x3a\x54\x29\x2b\xd1\x2d\xf1\xc6\x2f\xdf\xf7\x83\x3c\x6c\x02\x10\x3b\x14\x55\x68\x97\x85\xe6\x72\x68\xa3\x90\x80\x95\x7b\xe6\x48\xe5\x87\x04\xac\x74\x8a\x23\x4a\x27\x44\xb2\x7f\x1a\x21\xb4\x83\x00\xc4\x62\x80\x5f\x71\x14\x45\x4e\x49\x4d\xae\xa6\xf9\xff\x18\x3b\x7b\x64\xdf\x79\xe6\xb8\xe7\x5e\xc5\xb3\x03\x13\x20\x48\x02\x89\x13\xc7\xf6\x1e\x48\x0c\x58\xa5\x40\xd2\x5b\xaf\xa5\xfd\xbb\xd8\xf3\x9c\xfe\x1d\x55\x29\xb8\xc1\x0d\xee\x41\xfd\x89\xef\x99\x41\x4f\xa3\xf1\x15\x79\xeb\x75\xd2\x20\x5d\x50\x9c\x25\xc9\x66\x2f\x7c\xb0\x68\x78\x6d\xe7\x3b\xe9\xf5\x5e\x4e\x15\x75\x17\x51\xd7\x77\x7a\xea\x9c\x63\x3b\x76\x5e\x0a\xf0\xb5\x18\x6f\x43\x01\x7e\x76\xd9\x79\x68\xc7\x28\xc0\xcf\xae\xe4\x09\x87\xd5\x8e\x31\x97\x76\x7b\x1f\x74\x19\x2a\xb0\xb4\xdb\x2b\x2c\x9a\xce\x91\x49\xaa\xec\x7d\x38\x7a\xe8\x18\x73\xa9\xb2\x57\x58\x34\xa8\xb2\x4f\xa9\xb2\xf7\xe1\x4c\x5d\xe7\xa0\xd5\x3f\x63\xde\x87\x3d\x51\x07\xc0\x93\xec\x7a\xe7\xd8\xd9\x31\xcb\x92\x59\xaf\xc5\xd9\xf0\x0e\xa9\xb7\x37\x35\xde\x8c\x82\x4e\x5e\xa5\x7f\x07\xab\xce\xb1\x13\x45\xf6\xd9\x75\x64\xe2\x00\xd9\x61\x58\x49\xac\xbd\xfb\xe1\xc8\xd9\xb1\xd8\x92\x59\xef\x83\x66\x90\x57\x91\xcc\x7a\x83\x8a\xd6\xe1\xe0\x76\x01\x6a\x16\x68\x9b\x1d\x40\xad\x5f\x5a\x36\xc6\x11\xd1\x56\x9f\xd2\x56\xef\xc3\xbb\xb2\xc3\xb0\x92\xcc\x7a\x07\x20\xef\xd8\x5e\xa9\xa4\x77\x3f\xfd\x32\x3b\xf4\x5c\x09\xa6\xd7\xe2\xa0\xb3\x83\x9a\x49\x40\xbd\x5a\x3c\x75\x22\xa0\x3e\xbb\x92\xe4\x9c\xc1\x10\x50\x9f\xbd\x6b\xe4\x69\x06\x27\x9c\xae\x94\x0b\x67\xb0\xce\xa5\x14\x69\xab\x37\xcc\x72\xc7\x62\x4b\x30\xbd\x0f\xe7\x63\x3b\x49\xf2\x7e\x6b\x1d\xfa\x1c\xdb\x39\xab\x74\x9d\x55\xc6\xf8\x43\x02\x40\xe7\x28\xd3\x6f\xad\x45\x9f\x57\x3a\x19\x99\xfe\x9d\x6a\x1a\xb6\xbe\x43\xd1\xed\xca\xc8\x58\x10\x6e\x22\xbd\x3e\xfb\x77\x5e\x19\x9b\xed\x6f\xc7\x34\xf7\x34\xcd\x17\x1f\x64\xb0\x3e\x53\x3c\xe0\xfc\x76\xf0\xb6\x3e\x0f\xfd\xca\xdd\x86\xbd\xdb\x3f\xab\x3d\x38\x28\x74\x08\x58\x7d\xaa\x19\x8e\x8a\x3a\xf4\xdc\x1e\xaa\x0b\xdb\x11\xd4\x15\x59\x97\x3f\x08\x3d\xb7\x7f\x87\x90\x01\xa9\xb7\x03\xc5\x75\x1d\x4a\x2c\xa6\x33\x91\x79\x9f\x7d\xa9\x2e\xd3\x65\x3a\xb6\xbe\x7f\x87\x90\x01\xdf\xb7\x2f\x6c\xe2\x77\x08\x69\xd6\xcc\x9a\x1d\x37\xd0\x97\x9a\x81\xed\x20\x8f\x23\xc5\xf7\x86\xe7\xeb\xa0\x74\xfd\xd5\x68\xb0\xd5\x81\xe2\xfa\xab\x49\x61\x2d\x72\xb4\x90\xcc\xfb\xd8\xbc\xd5\x07\xb4\xad\xf1\x39\x8f\x01\x15\x78\x70\xb4\x90\x18\x7c\xb5\xdc\xcf\x44\x01\x7e\x4a\xf1\x7d\x58\xb2\x6e\x0e\xfc\x8a\x14\xdf\xab\xdf\x86\x9b\x83\xf4\xfa\x28\x1a\x28\xc7\x01\xc8\xbc\xcf\x51\xf4\x41\x1b\x88\x01\x01\x6b\x7c\xce\x62\x10\x23\x0e\x98\xbb\xe3\x3b\x14\xb4\x62\x97\x33\x70\x1e\x52\x80\x1f\x84\x8f\x83\xc4\x90\xc4\xe0\x1b\xfc\xd1\x41\xe6\x5d\x8a\xef\x63\xb3\x81\x40\xe6\x7d\x8e\x5d\x1f\xf4\x7e\x1e\x50\xa9\xc6\xae\x49\x31\x76\x3e\xc8\xfe\x48\x0c\xbe\xc1\x3a\x1d\x38\x8f\xd1\x54\x97\x8d\xec\xc0\x79\x48\xf1\xbd\x41\x48\x1d\x16\x4d\x9b\xa3\xa9\xf1\x95\x5f\x31\x86\x4d\xb3\xcc\x7c\x01\xc5\x8d\x2f\xbc\xaf\x75\xa3\x88\x49\x39\xd4\x0c\xa3\xc5\x03\x6e\xd6\x38\x34\x5f\xce\x78\x0e\xfc\xca\x38\xbe\xba\xe0\xfb\x0e\x72\x38\xd2\x89\xaf\xd5\xd8\xf9\x20\x29\x3f\xbe\xf0\x7e\x58\xd6\x6d\x0e\x90\xb3\xa1\x70\xdf\x8a\xb6\x13\xdd\xf8\x39\x4e\xd5\xe5\x38\x60\xc0\xdc\x95\xa4\xfc\x20\xf4\x19\xf8\x95\x71\xa9\x2e\xc6\x90\xa4\xfc\xf8\x3c\xc4\xb0\x44\xf9\x1c\x78\x08\x29\xbe\xd7\x6a\x93\x32\xa0\xe7\x8e\xae\x0f\xfa\x28\x88\x02\xfc\x1c\x9f\xb3\x18\xd6\x6e\x9b\xc8\xbc\x4f\xc9\xbc\x0f\x02\x8b\x31\xa8\x6b\x64\x5d\x1e\xde\xc1\xc2\xbe\xd5\x2f\x36\x2c\xf4\xdc\x71\xeb\x83\x6c\x3d\x02\x77\x29\xc0\x0f\x3f\x5f\x39\x07\xde\x61\x3c\xfa\x20\x5b\x8f\xbc\x8a\x64\xdd\x1b\x01\xd3\x20\x29\x2f\xed\xf6\x51\xd8\x44\xe0\x52\xd2\x72\xaf\xf0\x11\xd1\x72\x9f\xd2\x72\x1f\x50\x66\x07\x44\xdb\xf1\x99\xfc\x51\xd8\x5f\x93\x85\xfd\x05\xea\xd5\x3a\x56\x73\x4c\x36\xd1\xd4\xf0\xda\x71\x0c\x38\xb8\x23\xb2\x19\x9e\xca\xd8\x29\xfa\xe2\x80\x6a\x03\x3b\x80\xac\xc6\xe7\x0d\x2a\x2c\xc6\x01\x64\x35\x04\x59\x55\x63\x7b\x03\x17\x30\xd6\x77\x08\xb7\xca\xec\x1c\xb8\x80\x21\x17\x50\xd8\xcb\xd8\x79\x89\xc1\x0f\xeb\x82\xcf\x41\x36\x66\x2c\xd5\xc5\x2c\xc3\xdc\x1d\x6f\x55\x91\x57\x14\xf7\x3a\xc6\x9b\x75\xb9\x85\xa0\x4b\x43\xe8\x52\x75\x04\x36\x38\x3f\x48\x37\x7e\x58\xa0\x6d\x0e\x18\x56\xe3\xd5\xf0\x3a\x06\xb8\xf1\x0e\x12\x87\x1f\x56\xf8\x9e\x37\xcc\x5d\xe9\xc4\x57\xd8\x99\xb7\x15\x37\xe7\x2d\x17\x50\x9d\xe0\xbd\x21\x00\xdc\xdf\x51\x62\x60\x1c\x90\x94\x9f\x92\x94\x1f\x10\x6d\x11\x86\x9f\x77\xd5\xaf\x7c\xe3\xea\x86\x4d\x7b\x7f\x91\xff\x60\x1d\xde\x18\xf3\xbb\xbe\x2a\x72\xe3\xa1\x51\xdd\xb2\xf3\x56\x3b\x9e\x37\x34\x2a\x09\xc1\x0f\x96\xcd\x0d\x68\x72\x2b\x3a\xaf\x8e\x47\xef\x46\x5d\xb2\xbd\xd5\x61\xf1\x0d\x9e\x22\xcd\xf8\x61\x21\xb3\x79\x63\x60\xa5\x11\x3f\xaa\x09\x6c\x37\x99\xf7\xfb\xf8\x22\x07\x36\x2c\x9a\xf1\x53\x9a\xf1\xa3\xda\x57\xde\xa4\x41\xa4\x11\x5f\xa1\xb1\xde\x5c\xd4\xbb\xd3\x2c\x3b\x7f\x7e\x93\x5a\xbf\x4f\x35\xc3\xd9\x98\x9b\x70\xff\x96\xc5\xae\x3e\xfd\xde\x70\xa5\xa4\x11\x3f\xea\xf5\x87\xa1\xea\x8d\xd5\x96\xe2\xfb\xa8\xb6\x02\x37\xf9\x8e\xfb\x92\x7b\x3b\x29\x62\x55\x5d\x72\xa5\x36\x46\x37\x64\x5b\x89\xc1\x0f\x2b\xb1\xcd\x1b\x5b\x2f\x31\xf8\x61\x11\xda\x79\x43\xb6\xbd\xe5\x06\xac\xc4\x36\x6f\x58\x56\xd2\x89\x1f\x7e\xea\x73\xde\x1c\x14\xee\x9e\xcd\xf0\x10\xe3\x06\x24\x06\x3f\x2c\x42\x3b\x6f\x52\x21\x12\x83\x6f\x85\xd1\x27\xbd\x7e\x0f\x2d\x1d\x9f\xec\x6f\xf0\x9b\xfb\x56\x20\x68\xc3\x77\x73\x86\xb8\xe5\x21\xac\xdf\x36\xd1\x8d\x9f\xb7\x3c\xc4\xbe\xf1\x2b\xfa\xf5\x1d\x0a\xc6\x6e\x60\xf2\x26\xdf\x71\x3f\x59\x97\x1b\x0f\x65\xf6\x7e\xbe\x45\x00\xf9\xf5\xe6\x24\x70\xeb\x24\x50\xf9\x15\x04\x2c\x29\xc0\x0f\x0b\xa7\xcd\x1b\x90\xe6\x9e\xb2\xa4\x36\x97\x37\x6e\x40\x8a\xef\x63\x77\x9c\x7d\x93\xd4\x90\xe2\x7b\x85\xc7\x7c\x03\xd2\x48\x01\xbe\xfe\x9a\x2f\x4e\x02\x77\x7c\x8b\x7b\xdf\xf9\x15\x8b\x2d\x64\xc2\x1c\x30\xa1\x00\x3f\xef\x50\x33\x76\x3e\xc8\x2c\xc7\x52\x91\xbb\xbc\x68\xc6\xd2\xc8\xdb\x43\xdc\xe4\x20\x24\x06\xdf\x88\xce\x6f\x88\xb6\x52\x80\x1f\xb0\x69\x6f\xc2\xfd\xfb\xd5\x07\xb1\x02\x24\xe5\x6f\x9d\x04\x76\x8c\x2c\xb4\xad\xfb\xd5\x12\x75\x08\x7e\x63\xeb\xa5\x1b\x3f\x76\x1f\x8e\x1f\x60\xa4\x47\xb6\xde\x52\x6b\xf3\x21\xdc\x7f\x36\xfd\xca\x1e\x1d\x71\xf8\xf9\xc8\xa0\xef\xc6\xc0\x1e\x68\x5b\x8f\xc2\x7d\x8b\xa6\xcd\x07\x5e\xec\x53\xf4\x41\x83\xa0\x0f\xe8\xbe\x74\xe2\xeb\xee\xc8\xf2\xe1\x6e\xf8\x53\xb5\x89\xbc\x53\x1e\x62\xfa\xa7\x6a\xbe\x06\xbf\x9a\x14\x85\x3e\xb8\xbb\x68\x51\xa4\x66\xd8\xf3\x3d\xb8\x01\xa9\xcb\x8f\xdd\xb1\xef\x03\x84\xff\x7c\x31\x7c\xab\xe6\xed\x3d\xe4\xd0\x9f\x2f\x50\x1f\x50\x66\x1f\x50\x9f\x47\xa8\xcf\xfe\xab\x28\x28\xfa\x56\x94\x45\x10\xe7\x43\xa2\xfc\x39\xf4\x41\x6f\xbd\x07\xca\xac\xd4\xe5\xab\x95\x0e\xe7\x43\xca\x5b\xea\xf2\xc3\xba\x63\x13\x49\xf9\xf9\x9c\xfa\xa0\x59\x71\x0f\x5c\xa9\xe7\x33\xfb\xc3\x32\x61\xf3\x01\x8c\x7f\xbe\x40\xbd\xe1\x9b\x1f\xdc\x80\xd4\xe6\x87\xdf\x74\x9f\x0f\x60\xbc\x84\xe7\x9b\x25\x57\xe7\x83\x9d\x7f\xae\x6c\xfc\xe9\xa2\x9b\xa2\x6f\x52\xfc\x5a\xf9\x44\x6d\x7e\x3e\x32\xe6\x90\x5f\x1f\x50\x9f\xe7\xb3\xeb\xc3\x0f\x75\xce\x07\x30\xfe\xf9\xc2\xfb\x56\x19\x43\xec\xbc\x34\xea\x87\x15\xc4\xe6\x03\x18\x2f\xb9\xfa\x56\x9d\xd0\x78\x30\xe6\x8f\x8c\xb9\x5f\x8e\x98\x0f\xa8\xcf\x33\xbe\x65\xd3\xec\x9b\x91\xaf\x9f\x8f\xec\x3c\x94\xd9\x07\xae\xd4\xf3\xd9\xf5\xe1\x47\xa7\xe7\x03\x4e\xff\xdc\x4d\x75\x1d\x2e\xa2\xcb\x0a\xf7\x1b\xbb\x12\x9c\x5e\x22\xf7\x8d\xcb\x3d\x0f\x60\xfc\xf3\x68\x01\xb0\x2b\x09\xf7\x1f\xd9\x79\x4b\xad\xcd\x87\x0c\xb5\xf4\xf0\x87\x1f\xcf\x9c\x0f\x76\xfe\x11\x76\xd3\xd8\x7a\x20\xee\xcf\xfc\x8c\x5e\x65\x6d\x90\x86\x7e\x84\xdd\x34\x23\x23\x0f\x16\xfb\x11\x76\xb3\x3b\xa4\x43\xf4\x7e\x3e\x5f\x4c\x3f\x2c\xc2\x35\x1f\x62\x7a\xe9\xdf\x8f\x83\xfd\x05\x07\xf7\x09\xad\x5e\xc7\xf4\x0f\xc6\x5c\xa2\xf7\xe3\xf0\x89\xf4\xe1\x5e\xdd\x23\x80\xc6\xca\x68\xf3\x01\xa0\x79\x04\xd0\x70\xd5\xe9\x81\x68\x2b\x69\xfc\x71\xd0\x78\x88\xb6\x92\xca\x1f\x07\x53\x89\x31\x7f\x64\x96\xa1\xcc\x4e\xcc\xf2\xdc\xb2\xae\xd3\x45\x07\x45\xa7\x8a\x86\x8b\x2e\x8a\xbe\xa9\x44\x99\x67\x02\xd0\x48\x0f\xbf\xee\xbf\xea\x5a\x14\xa9\x19\xee\xd7\x84\x2b\x25\x59\xfc\x81\x5a\xce\x24\x27\x20\x59\xfc\xba\x3b\x62\x9e\xb8\x00\x69\xdf\x8f\x83\xc6\x93\x13\x98\xca\x09\x58\x9e\x7c\xa2\x85\x3f\xa5\x85\x5f\xb9\xe5\x82\x16\xfe\x94\x16\xfe\x80\x9e\x3b\x91\x07\x91\x16\x7e\xdd\x3d\xcb\x93\x43\xc2\x94\x77\x38\x8e\xfe\x67\xa1\xea\x84\xf3\x2b\x69\xfc\x81\xc0\xcd\x24\x65\x20\x69\xfc\x6a\xad\xd3\x39\x41\x7d\x24\x95\x5f\x77\x9f\xde\x90\xca\x9f\x92\xca\x1f\x48\xd5\x4c\x50\x1f\x49\xe5\x57\x4b\x94\xcf\x09\xe7\x57\xaa\xf9\x03\xf2\xeb\x84\x80\x25\xd5\xfc\x01\xf9\x75\xe2\x57\x24\x7a\x3f\x20\xbf\x4e\x74\x40\xa4\x7f\x5f\x77\x1f\x4a\x26\x27\x8f\x99\x7e\xc5\x87\x12\xf4\xf0\xa7\xf4\xf0\xc7\xe1\x08\x0c\x3d\xfc\x39\xe5\x72\xfc\x8e\xd1\x44\xf4\x7e\x4a\xf4\x7e\xf8\xc9\xcd\x39\xc9\xc9\xce\x4b\xcf\xb4\xdb\xd9\x4f\x38\x4c\x73\xe8\xd9\x77\x6f\xf5\x09\xea\x2e\x75\xf9\x61\xfd\xb6\x39\xc1\x54\xa6\x30\x95\xdd\xf9\xdf\x49\x9c\x3d\x65\x9a\x4f\x96\xe9\xf8\x55\xd7\x52\x91\xc7\x10\xd3\x2c\x21\xfa\x71\x1a\xf5\x99\xe8\x65\x48\x78\xbe\xee\x4c\x0a\xb7\xa1\xa7\xf2\xa4\x3b\x93\x02\x18\x2f\x21\xfa\x81\xca\xc6\x04\x89\x91\x10\x7d\xdd\xcd\x00\x41\x88\x7e\x4a\x88\x7e\xc0\x98\x9c\xe0\xf4\x12\x9e\x1f\xd0\x22\x27\x56\x5b\xba\xf1\x03\x5a\xe4\x04\x8c\x97\x84\x7c\xdd\x3b\x45\x7c\x70\xde\x2a\x72\xe3\x41\x62\xa4\x13\x3f\xfc\xd6\xe5\x9c\x90\x87\xa6\x0c\x3a\x04\xc7\x09\x79\x48\x12\xf2\xe3\xf4\xc9\x6d\x22\xa3\x31\x43\xbe\x99\x31\xc4\xa0\x4b\x37\x7e\x58\x39\x6f\x4e\x68\x40\x73\x65\xe3\xdd\x65\x68\x40\x53\x70\x0b\x54\x45\x74\xe3\xe7\x94\x41\x47\x7b\x61\xc2\xd8\x91\xa4\xfc\x38\x7d\x20\x99\x58\x6d\xe9\xc4\x0f\x48\x87\x13\xc4\x7d\xbe\xf2\xb2\x8e\x7d\x03\xc6\x4e\x28\x98\x46\x1c\x20\x00\x4e\x42\xc0\x09\xf7\xb4\xd0\x8d\x9f\xd2\x8d\x1f\xd6\xd0\x9e\x01\xc3\x35\x3e\x2b\x3d\xfc\xd6\xe5\x0c\x4c\xb3\x74\xe2\x87\xf5\xef\x66\x40\x63\x95\x4e\x7c\xdd\x1d\x31\x07\x89\xd7\xf8\x8c\xec\xb8\x8c\x74\x22\x0e\x3f\x25\x0e\x5f\xb9\x13\x86\x38\xfc\x0c\xc1\xea\xdc\x5e\x0f\x58\x34\xf1\xd9\xdb\x71\x19\x70\x45\x37\x7e\x4a\x0c\x7e\x5c\x06\xad\x83\xec\xaa\x14\xe0\x07\x82\x7a\x28\xc0\xcf\x10\x40\x7e\xd9\x87\x05\xa4\x97\x10\xa6\x02\xcd\x2e\x88\x98\xe3\x50\xc0\xe4\xf9\x8a\xe3\xd7\xaf\x34\xbc\x06\x69\x90\x79\x9f\x21\x3c\x9b\x9b\xbc\x01\x7d\x25\x4e\xd5\x65\x74\x24\x60\x82\x4a\xe6\x7d\xf8\x59\xc5\x19\xe0\xd9\x52\x7c\xaf\xd6\x3c\x9f\x41\x32\x34\x04\x7f\x5c\x36\x0e\x28\xc0\xcf\x10\x68\x0d\xd1\x2b\xb0\x87\x12\x87\x1f\xb0\xb9\x82\x2b\x04\x52\x7c\x1f\xdc\xb9\x0c\x72\x97\xd2\x6e\x1f\xd0\xa8\x82\x28\x56\x5a\xee\xb5\x31\x95\x44\xb1\x21\x03\x0b\x21\x0a\x2d\xf7\x29\x2d\xf7\xd1\x59\x1b\x58\xd1\x10\x24\xd1\x7d\xd0\x0a\xd8\x99\x12\x68\xaf\x8d\x05\x40\xc6\x33\x04\x49\x20\x4a\x88\x60\xfb\x94\x60\xfb\xe8\xb4\x10\xde\x48\x7c\xa6\x71\x74\x16\x1b\x3c\xcb\x78\x64\x52\x68\x3c\xa6\x52\x02\xed\xa3\xd3\x0c\xf0\xec\xf8\x02\xda\xc6\x3d\xe3\x20\x39\x29\x99\xf5\xc1\x45\xa2\x00\x92\x90\xec\x7a\xe5\x2a\x21\xb2\xeb\x33\x64\x2a\xe1\x14\x05\x68\x85\x14\xd9\x47\x77\xa4\x12\x98\xca\x10\xee\xc0\xbd\x9f\x00\x99\x96\xcc\x7a\x03\xd6\x09\xc8\x94\xb1\xb2\xf1\xde\x29\x80\xd6\x21\x48\x02\x5a\x0e\x8a\xec\x33\x64\x2a\xbb\x63\xa9\x80\x88\x12\x9f\xd5\x1c\x5c\xd1\x09\x4c\x65\x28\x8a\xed\x46\x10\x02\xf8\x59\xe2\xec\xb5\xd9\x57\x06\x19\x48\x89\xb5\x0f\x58\x34\x88\xb5\xcf\xb5\x69\x34\x7c\x8c\x59\x64\x20\x97\xc8\x8d\x5c\xac\x44\xc7\x7d\x2e\x19\x58\x6e\xb9\x2c\xd0\x0a\x49\xbc\x0f\x6e\xb9\x2c\xac\xe8\x2a\x59\x97\x3f\x48\x06\x72\x09\x92\x80\x7b\xb3\x80\x24\x96\x20\x09\x6b\xab\xcf\x05\xe1\x70\x09\x99\xee\xb6\xf3\x0b\x8e\xca\xaa\x5a\xa2\xc6\xce\x11\x6b\x9f\x12\x6b\xaf\x9c\x63\x11\x6b\x9f\x12\x6b\x1f\x7d\xfc\x61\xa8\x8a\x96\xfb\x94\x96\xfb\xe0\x12\xfd\x82\xc5\x28\x59\xf7\xca\xe1\x78\x91\xd6\x5c\xc2\x39\xa0\x01\xa1\xe5\x3e\x97\x4c\xf3\x30\xc0\xb0\x30\xcd\x92\x79\x1f\xb0\x76\x16\xa6\x59\x02\xed\x63\xf8\x64\xbf\xc0\xcf\x57\xd3\x0a\xf6\x91\x7a\x91\x85\x94\x0a\xfb\x80\x9a\xb3\xc0\x39\x96\xe2\x51\x0b\xb6\xcf\x05\x1f\x51\x82\xed\x03\xfe\xcd\x82\xdd\xb2\x3e\xdb\x3e\xe0\xdf\x2c\x90\xf0\xf5\x19\xf4\xda\x1c\xe0\x2e\x58\xff\x12\x68\x1f\x5c\xfb\x58\x50\x15\x97\xa8\x8a\x5c\xa1\x45\xb0\x7d\xae\x73\xa9\xc8\x8b\x00\x08\x44\xaa\xec\xd5\x82\xed\x73\x11\xfb\x4a\xa0\x7d\x70\xb7\x63\xc1\x47\x5c\x9f\x47\x18\x5c\xbc\x45\xb0\x7d\xae\x6b\x7e\x1f\x34\x76\xbe\xf0\x10\x4b\xe8\xc8\x60\x55\x21\x39\x21\xed\xf6\xca\xc5\xdb\x45\x5a\x53\xda\xed\x83\x1b\x21\xab\xff\xfa\xe0\xfa\xe6\x8b\x49\x01\x1d\x91\x96\x7b\x6d\xce\x86\xa3\xe5\x3e\x97\x5c\x0e\x5c\x9f\x45\x32\x74\x7d\x2e\x66\xc0\xf5\x59\xf8\x95\x25\x74\x84\x1b\xaf\x0b\x14\x7c\x89\xc5\xc8\xfd\xdf\x05\x3a\xb2\xd2\xaf\x74\x7e\xc5\xf0\x0a\x05\x87\xeb\x83\x02\xfc\x5c\x9f\xf7\x69\x9c\x80\x17\xc0\xc9\x52\xe0\xde\xb0\x02\x10\x1c\x97\x1c\x15\x34\xa0\x05\x8b\x46\x92\xf2\x63\x38\x10\x44\x52\x7e\x2e\x61\x2a\xc3\x41\xe7\x02\x3b\x5f\x8f\xb6\x03\xab\x97\x14\xea\x52\x0a\xd5\xaf\x3b\xce\x45\x0a\x75\x09\x6e\xf1\xeb\x8e\x73\x11\xb8\x2f\x39\x2a\xc8\x3c\x0b\xaa\x8c\x74\xe2\xc7\x70\x20\xb8\x08\xa6\xa5\x1b\x5f\xb9\xf2\xbc\x08\xa6\x25\x21\x5f\x36\x3f\xb9\x38\x17\x79\xcd\xf5\x39\x92\xaf\xcc\x03\x0c\x74\xb2\x96\x16\x29\xa6\x0f\xcf\x22\x11\xf9\xef\x67\x6e\x24\xda\x11\x52\x91\xaf\xdc\xb0\x5e\x7e\xf6\x7a\x2e\xb9\x16\x6e\x58\xbf\xf8\x8f\x77\x2b\x2a\x6a\x2e\xaa\x14\x65\x65\xde\xcf\x2f\xe0\xc9\xfb\xf9\x92\xaf\xec\x72\xd9\xa0\xec\xcd\xb2\x9f\xf1\x7f\x21\x47\x4a\x2d\xbe\x1e\x4e\xa1\xbc\x00\x21\xaf\xf8\xf1\x16\x60\x9f\x2f\xc9\x4d\x09\xcb\x97\x0d\x9e\x0d\xca\xf2\x53\xca\xf2\xd5\xea\xfc\xf3\x25\x48\x7f\x4b\x36\xc4\x96\xfb\x05\x25\x91\xca\xfc\x57\x56\x5d\x46\xe7\x3e\x2f\xf2\x95\x79\x50\xc0\xc3\x5f\xe1\xe1\xe0\x5a\x2f\x5a\xa9\xaf\xfc\x84\x15\xff\xe7\x0b\x10\x22\x75\xfa\xb2\x41\xc3\x41\x93\x7e\xbe\x7b\xd6\x66\xef\xfe\xc2\x72\x91\x5e\x7d\xd9\x20\x50\xbf\x78\x91\xb7\xe5\x37\x1d\x09\xbf\xc0\xe5\x92\xa1\x6f\xa0\x2b\x2f\x24\xc9\x37\xdd\x08\x43\x49\x1a\xf6\x3d\x72\xc2\x1d\x25\xbf\x40\x1e\xaf\x20\x8f\xc3\x0b\x0f\xc9\xfa\xf9\x1e\xd9\x10\xa3\x17\x2f\xd9\xd6\xf7\xc8\x75\xee\xbd\x88\x9e\xfd\x94\x9e\x7d\xb5\x28\xf9\x44\xcf\x7e\xbe\x67\xb6\xc4\xfb\x14\xd5\xfa\xf9\x9e\xd9\x12\x7f\x11\x57\xf2\xea\x02\xd9\x06\xb1\xe6\x85\x5f\xf9\x8a\x5f\x79\xd8\xa5\xbd\x1c\x29\xde\x6b\xcf\x9f\xb9\x73\x10\x61\xa4\x91\xff\x95\x9d\x2e\xa3\x73\xd7\x9b\x65\x6e\x0a\xe9\xd1\xb7\x6b\x56\xe1\x2e\xbd\x1c\x2b\xde\x9e\xbf\x63\x30\x11\xa4\x7b\x47\xcd\x32\xd7\x87\x9c\xe9\xfb\x1d\x3f\x1a\xf9\x2c\x94\xf7\xe7\x3b\xb2\x3a\x5b\xe5\x17\xd1\xd2\x77\x68\xc6\x1d\x8e\xbe\xe4\x41\xdf\x3b\x7b\xc7\x36\xe6\x68\x21\x59\xfe\xb2\xf9\xe1\xc4\x89\x2e\xff\x94\x2e\xff\x57\xe6\xa6\x60\xce\xdf\x27\xbf\x69\x4f\xfa\x72\xd5\xf8\x7d\xb4\x2e\xd9\x06\x50\x1f\xdf\x99\x93\x40\x33\x39\x43\xbc\x33\x3f\xe9\x53\xe4\x8b\xd9\x96\x36\xff\x57\xe6\xa6\x60\xb7\xdf\xc8\x6f\xb2\xb5\xc0\xc9\x25\xa4\xdf\xf6\x5f\x45\xf4\x3c\xb2\x77\xf6\x48\x2f\x24\xc7\x57\x24\x47\x30\x59\x94\xf4\xe7\xbb\xb2\x36\x43\x3f\x2f\x14\x17\xa9\xea\x7f\x65\x6e\x25\xbe\xe0\x5d\x59\x1d\xfb\x07\xac\xfc\x7d\x55\xdd\xf1\x87\x34\x81\x97\xe4\xe7\x2b\x89\xba\x0d\xf6\xc9\x0b\xf4\xf2\x8a\xec\x78\x60\xdf\x38\x6a\x48\xbd\xbf\x6c\x7e\xf4\x3d\x36\xf3\x59\x62\xdb\x6a\x96\xed\x2e\x3b\x28\x7b\xb2\xec\x70\xd9\xa2\x2c\xbf\xf9\x73\x4a\x8d\xcd\x19\xd0\xd8\xd2\xb4\x9b\x9d\x12\x9b\x0f\x15\xb1\x95\xfc\xe6\x8f\x45\x8d\xcd\xa4\x96\xd8\xd2\xb6\xfb\x29\xc0\xd8\x2a\xed\xac\xf9\xcd\xea\xb6\xf8\xf0\x10\x9b\xe8\x8b\xfb\x4f\xe8\x15\x9b\xaf\x0b\xc7\xf6\x59\xf9\x66\x50\x2f\xb6\x4a\x0f\x76\x4d\x6d\xdd\xdd\x73\xbf\xac\x1d\xdb\x2e\x7b\x74\xba\x03\x3e\x1e\xc4\x96\x66\xbf\xfe\x78\xc2\xd8\x4c\x7b\x8c\x6d\x97\x65\x34\x21\x2a\x78\xd6\x20\xf4\x8c\xc1\x57\xe6\xea\x1a\xd5\xb5\xac\xce\x1d\x68\x8c\x57\xcb\x31\x39\x3c\x26\x07\xe3\x9c\xb6\xdd\x6c\x99\xd8\x0e\xe6\x2e\x0d\xb8\x39\x31\xb1\x1d\x34\xf3\xc8\x6f\x9e\x6e\xca\x49\xf7\xce\xfc\xdd\xe5\xfa\x4e\x7e\x77\xe6\xdc\x5d\x1e\x16\xa3\x3b\xb1\x09\xdd\x39\x7e\x8e\x98\xc1\xc3\x07\xb1\x9d\x59\xdd\xcf\xd6\x8b\xcd\x0f\x31\xc5\x76\xe5\x27\xbb\xab\xbb\xf8\xe4\xa5\x4f\x76\x0f\x66\xa7\xe7\x3d\x7b\xde\x3d\x09\x9d\x9e\xf7\xec\xc1\xe0\x77\x8c\x66\x5a\x70\x3f\x28\x18\x5b\x67\x82\xd2\x82\xfb\x05\xe3\xd8\x06\xab\x6f\xfc\xfd\x4d\xd7\x37\x58\x7d\x43\xab\x6f\x78\x30\x07\x3d\xbf\xd5\x4c\xb3\x4b\x62\xbb\x99\x73\x05\xea\x47\x77\x6d\x37\x73\x90\x16\x7c\x67\xff\xdc\xcc\xc1\x7d\x67\x19\xbf\xa3\x07\x4f\x56\x57\x5c\xdd\x43\x75\x42\xd2\xad\x9c\x11\xbc\x9c\x10\xdb\xa3\x68\x6b\x78\x0a\x1e\xc6\x4b\xcf\x23\x6c\x7e\xd0\x2f\x36\xe3\x43\xa1\xf7\x11\xaa\xc5\xe7\x83\xf7\x11\x62\x4b\xbb\xef\x40\x3e\x78\x20\x21\xf2\x81\x84\x6d\x67\xdb\x4d\x5a\x32\xb3\x25\x6e\xff\x64\x23\xcf\x95\x3f\x73\x75\x41\x4b\x44\x79\x3c\x31\x6f\xa6\x3c\xc6\xa6\xcc\xe9\x89\x75\x0b\x46\x59\x4f\x24\x6c\x7b\xf3\x90\x04\x4b\x4f\x9c\x47\x6b\xd3\x07\x6f\x24\xc4\x96\x8e\xc4\x71\x58\x6c\x8b\x7e\x7f\xde\xa2\xb5\xcd\x23\xb9\xa8\x6d\x3d\xf9\x33\xf7\x6d\x51\x9b\x58\x8f\x16\xae\x8f\xcd\xac\xc7\xd8\xe4\x2b\x4e\xac\xec\x4b\x65\xd2\x95\xdb\x1c\x3a\xc4\xf6\x32\x6f\x6f\xd6\xc6\xee\x7f\x59\x25\xe9\x0d\xec\xb0\xa3\xe0\x0d\xf4\x1a\xc2\x57\x76\xb8\xac\x53\x36\xd4\xb9\xe1\x22\x8f\x49\x29\x39\xdf\x36\x0c\xc5\x09\xcf\x28\xe9\x0c\x30\xc1\xc5\xc2\x11\xa1\x47\x09\xbe\x32\xff\xce\x08\x4d\xe8\x95\x82\x6a\x99\x92\xe0\x95\x82\x28\x69\xb9\xfd\xa6\x5e\x94\x9d\xea\xf6\x33\xcb\x2e\x97\xdd\x94\x3d\xdf\x27\xed\x5e\x8a\x19\x2c\x51\x32\x28\xff\xd5\xbb\x46\x4b\x9a\x5a\x52\xdd\x48\xdf\x42\x8d\x22\xc3\x6d\x7d\x93\x28\x4e\x50\x86\x1e\x26\x28\x9b\x39\x2c\x51\x1a\xb5\x89\x36\x79\x56\x2a\x63\x28\xd3\xde\x5b\xdc\x2d\xca\xc1\xec\x1c\x35\xcb\xdc\x01\xec\x7d\x39\xb2\x3a\x5a\x79\x50\x9d\x38\x90\x4e\xe6\x45\x39\x19\x4a\xe9\xc5\x6d\xa6\xb8\x04\x8f\x0b\x44\x49\x73\xdf\x76\x0f\xa5\x39\x2e\x51\xce\x95\x65\xee\xc2\x45\x33\x33\xbc\xf6\xa3\x8c\x51\x2e\x16\x91\xd8\x8c\xbf\x7a\x77\xb1\x18\x84\xe3\x9c\xbf\x7e\xc5\xa0\xa4\xb9\xf7\x4b\x89\xc1\x03\x03\x51\xd2\xdc\x1b\x0d\x8b\x62\x32\x4b\x94\x34\xf7\x7e\xbf\x30\x0a\xe6\x5e\x4f\x0a\x94\xcd\xc4\x94\x28\x83\xc1\x1c\xb9\x88\x4e\xff\x6e\x30\x2a\x23\x27\xe8\xf2\xef\x6e\x56\x8a\x70\x19\xbf\x95\x15\xe5\x66\xa0\xd3\x15\xf8\x25\xbd\x28\x37\xd5\xdd\x59\x9d\x03\x98\x62\x21\xd0\xd0\x6b\x04\xd5\xb9\xcc\x28\xb8\x82\x92\x01\x7b\x63\x67\x3d\xb4\xe4\x51\x4b\x0e\x8a\xf8\xe2\x93\x53\xe0\x2f\x3e\x8c\xf3\x93\x5f\xb4\xeb\x2c\x93\x59\x4d\x9b\x6e\x54\x24\x0a\x36\xbd\x64\xbc\x6e\x78\x23\xca\x64\xf1\x7d\xa1\x7b\x6b\xfb\xfe\x47\xd1\x6e\x94\x60\xc8\x42\x33\x7b\xb0\xcd\x83\xbe\xa7\x39\xb5\xe8\x5b\x14\xcc\x69\x59\x59\xa3\x27\x6f\xd1\xc1\xc4\x5a\x8e\xdd\xe3\xf2\xb2\x90\xde\xac\x6e\x77\x27\x5e\xaa\x7b\xef\x2c\xf3\xa0\x61\x4f\x4b\xda\x53\x3f\xd1\x14\xd5\x48\x4c\xd4\x84\x5b\x0e\x07\x7d\xd5\x50\x7e\xe8\x45\x80\xc6\x2e\xa9\xce\x7a\x46\xdd\xfe\xfe\xe4\x4f\x75\xbc\x03\x10\x35\x6d\xad\x03\xfd\xa8\xd8\xda\x9a\xb6\xd6\xcf\x19\x45\x35\xc1\x30\x6a\x06\xd7\xc7\x4f\x9a\x22\x6a\xa5\x99\x5f\x9c\xdd\xda\x0f\x7e\x10\xd5\xe9\xcd\xa8\x89\x9b\x10\x9b\x56\xe3\x26\x51\x85\x9b\xf8\xb5\x82\xa8\x04\xd7\x35\x2d\xfb\x61\x8f\x80\xe2\x7f\xa4\xe2\xff\x46\xac\x58\x2d\xcf\x1c\x35\x81\x13\x3f\xbe\x17\x15\x1b\x2d\x21\xff\xea\x67\x0e\xa2\x36\x06\x25\x71\x13\xa2\x29\xe4\xfb\xa3\xa6\x21\x26\xbe\xa9\xe6\x83\x44\x6d\x2b\xcb\xdc\x4c\x5f\x2f\x0d\xc9\xfc\xb7\x76\x78\xea\x30\xc4\x35\x03\xef\xc3\xeb\x1d\x71\xff\xa8\x19\x78\x5b\x1c\x2c\xaa\x81\xfb\x90\xd0\x7f\x6b\x4c\xcf\xc1\x80\x25\x3a\x42\xa4\x82\xbc\x7f\xd4\x8c\xc9\x4f\x3b\xa7\x4a\x4c\x5e\xf5\x6a\xea\x66\x7d\xb0\xa8\x86\x4e\x42\xcf\x00\x34\x03\xf4\x51\xb1\xdf\x35\xe1\x91\xb3\xb8\xba\x8b\x85\x29\x92\xa2\xc1\xfb\xa8\x98\xef\x9a\xe6\xfb\x74\x07\x2e\x86\x39\x81\x93\xb3\xba\x21\x9d\xf5\xa5\xbb\xa9\xa7\xed\x1b\x0f\x03\x44\x4d\xd3\xee\x67\x65\xa2\x12\xc9\xd7\x7e\x66\x99\xfb\x8d\x69\xaf\x19\xad\x9b\xbc\x12\x75\x50\x9d\xa0\x78\x73\x17\xa2\x0e\x86\x32\x31\x95\x93\xcd\x4a\xb4\x5e\xd3\xb2\x9b\x52\x12\xf5\x66\xc6\xd3\x7c\x63\x87\x2b\xe6\xbb\x26\xa8\xe2\x97\x4f\xa2\x3e\x74\x2f\x81\x13\x0b\x60\x45\x7d\x18\x4c\xc5\xdd\x7e\x9a\x21\xea\xc3\xf4\x48\xbe\x6d\x3b\xed\x80\xea\xc3\xba\xfc\x42\xf0\x7a\xda\x0e\xa3\xda\x1f\x35\x31\x95\x5f\x5b\x64\x52\xdb\xcc\xda\xdc\xb9\x49\xc7\xf5\xc4\xd8\xe6\xe7\x39\xa2\x62\x84\x6b\xc2\x2d\xbf\xe6\x8e\x08\xba\xa6\x81\x36\x7f\x24\x2a\x06\x5a\x7a\xff\x5f\x99\x27\x21\xe8\x5d\x86\xd0\x66\x90\x44\x5d\x0c\x74\x02\x2e\x67\x77\x7d\x8b\x85\x29\x5c\xde\xb4\x8e\xa8\x8b\xd5\x97\x78\xcb\xaf\x51\x79\x59\x0e\x8a\xa1\x2f\x07\xf3\x95\x18\xba\xa6\x3f\x38\xd9\xac\x2f\x83\xf9\x6a\xf5\x5d\x3e\x56\x54\xfc\x41\x4d\x9b\x7f\x79\xb7\xee\xd8\x7c\xbd\x00\x50\xad\x27\x15\xbb\x53\xb4\xb1\x67\x78\xed\xd7\x1d\x02\x71\xff\xd8\xbf\x70\xba\xfa\xbd\xf2\xd8\x0b\x5f\x2c\xf9\xc5\xcb\x45\x3b\x45\x4d\x45\xc3\x45\x17\x45\x4f\x56\x46\x19\x95\x89\x6a\x68\xfa\x49\xec\xbe\x41\x1a\xbb\x52\xbb\x7e\x3c\x21\x50\xf7\x0f\xa9\xfb\x57\x3f\x9e\x10\xa8\xfb\x87\xd4\xfd\xeb\xe5\x9d\x8a\xba\x7f\xec\xe9\x41\x7e\xff\x2c\x28\x5b\x59\xc6\xef\x68\xc8\x77\x16\xa8\x7e\x8f\x21\x76\x3c\xc8\x9e\x18\x8c\x39\x32\xb1\xef\xb4\x44\x24\x44\xbf\xd5\x10\xbb\x49\x88\xb1\xcb\x81\x5c\x76\xf0\xbb\x33\xbb\x21\xad\xff\xef\x8b\x6e\x08\xce\x65\x4f\xe4\xc6\x2f\x28\xc4\x0e\x72\xb3\xeb\x00\xf0\xfb\x67\x4c\x76\xfa\xa4\xab\xb9\x25\xa6\x28\xc6\x9e\x3e\xe9\xb2\xa9\xe1\xd5\x80\xd8\x8f\xbf\xab\xf3\x37\x0f\xaa\x3b\x64\x9a\xbd\x39\xf6\x83\x61\xfe\xe2\xfd\xb2\x5d\x07\x65\xf4\x2e\x01\x1f\x93\x79\x62\x3f\x19\xcb\x44\x60\xcc\xe6\x09\xd4\xfc\x43\x6a\xfe\xf5\x57\xc7\x09\xc9\xf7\x34\xf7\x97\xad\xd7\xde\xf9\x64\xaf\x59\xe6\xdf\x61\xd3\xf7\x0c\xc9\xfd\x50\x67\xec\x9d\xea\x7a\x56\xe7\x41\xe9\x2c\x06\x99\x74\x2b\x7b\xc5\x3e\x98\x1e\x3d\x08\xb6\x99\x80\x13\x3b\xd8\x8c\xd4\xfc\xeb\x65\xf0\x0c\x35\xff\xd8\xd3\x13\x74\x47\x97\xfb\x60\x0a\xc6\xca\x32\x2f\x59\x3c\xc1\x9e\xe0\x4c\xb7\x33\xde\x6f\xaa\xbb\xb3\xba\xf3\xcf\x62\xdd\xfd\x66\x38\xa5\xad\xb6\x75\xf6\x38\xd0\xcd\x2e\xe8\xc6\xea\x5f\x81\x74\x7f\xec\xe9\x5e\x3a\x1b\x19\x1f\xb2\x67\xc0\xee\x07\x47\x63\x9f\x7c\x72\xe6\x27\x3d\x09\xf8\x89\x5d\x7e\xc2\x2a\x5e\xb1\x4f\x86\x6c\x6a\xce\xbb\x0f\x92\xa8\xf7\xc7\x9e\x7e\xa2\xb3\x13\x82\x39\x0f\x59\x52\x73\x78\x62\xc7\x4f\xec\xe9\x0b\xac\xd0\x1b\x3b\x98\xc9\x9e\x41\x7e\x67\xfa\x08\xf2\x77\x61\x26\xa6\x8c\xc5\xfe\x32\x43\x6f\xcd\x9f\xb9\x29\x18\xf5\x3d\x81\x91\xce\x4e\x78\xf9\xe4\x9b\x9f\xfc\x99\x82\xe6\xb4\x69\xb4\x8c\xe3\x4d\xc9\x89\x06\x2e\xd2\xc4\x5e\xbc\xec\xe8\x1a\x71\x7c\x4b\x00\xdd\x4f\x99\x46\x33\xf1\x26\x5a\xc6\xf8\xdd\x4e\xb7\x99\xbf\x18\x2d\xe3\x78\xbf\x07\x1a\xad\x50\xdd\x17\xd2\xb7\xc3\x2e\xa4\x39\x37\x1a\xad\x66\x2b\xbb\x7b\xe0\xfc\x67\xb4\x04\x38\xfc\x4a\x67\xa0\x78\x1f\x2d\x0d\x9c\x95\x4e\xa3\x35\x7e\x97\x56\xcc\x7a\xa6\xd1\xb0\x62\x2d\xb1\x0a\x73\x54\xa2\xf9\x7e\x7d\x48\xe4\xbe\x39\xa7\x1a\xcd\xb9\xc5\x68\x09\x55\x0c\x9b\x68\xa4\xed\xa3\xa5\xa5\xb2\x72\x4b\x34\x2c\x55\x3b\x6b\x96\xb9\x29\x27\xcd\x4c\xac\xc2\xdc\x91\x68\x17\xdd\x4b\x3c\xc2\x9a\xe8\xd1\x08\x68\x9b\x6e\xdd\x60\xa9\xd0\xb0\x8f\x96\x86\xd1\xaf\x35\x46\xbb\x98\xbc\x4b\x06\xc2\x4a\x9e\xd1\x2e\x9b\xaa\xd6\xe5\xb7\x8c\x8b\x36\xeb\x63\x45\x4b\xac\xc2\x9c\x8e\x68\x9d\x96\xf4\x6c\x89\x07\xac\x33\x28\x09\x55\x8c\xcb\xb5\x11\xd0\xb6\x44\xa6\x07\xab\x76\x30\x3f\xe3\xce\x32\xf7\xc0\x1a\x59\xd1\xc6\x77\x36\xf0\xfd\x8a\x68\x58\xbf\x96\xb1\xae\xb5\x2d\xa3\x81\x5a\x4b\xf0\xbe\x71\x7e\x6e\x20\x15\xed\xb3\x83\xed\xb0\xbf\x6e\x37\x43\x99\x48\x85\xd9\x1b\xd1\x40\x2a\x24\x8e\xdf\x0e\x16\x03\xc1\x73\x4b\x3c\x7b\x30\x94\x0f\x13\x9e\x96\xcf\xfc\x8d\x68\x0f\xfd\x16\x8c\x51\xfc\x02\x63\x34\x50\x6b\xe9\xe1\x37\x0e\xf2\x6d\x32\x94\x42\x31\x8a\x35\x57\x02\x15\xfc\x68\x33\x3f\x59\xdc\x94\x60\x5d\xca\xf4\x15\xbf\xb4\x18\x0d\xd3\x27\xdd\xfb\x52\x36\xb6\x16\x68\x71\x13\x97\xa4\x58\x26\x25\xd0\xb4\x8f\xb6\xf2\x77\x86\xbb\xdb\x62\x7e\x24\x59\x5c\xcc\xd3\x88\x86\xed\x6b\x6f\x7e\xd3\x66\xb8\xbd\xf4\xe1\xcd\x3e\xd8\x89\x22\x5e\x1f\xc7\x96\x7d\x30\x60\x84\x7a\x7d\x1c\x5b\x7e\xd3\x88\xc3\x61\x5e\x48\x1c\x9f\xb1\xfb\xca\x4e\x97\x05\x65\x59\x9f\x23\x12\xb4\xed\x43\xda\xf6\xe5\x3b\x80\xba\xac\x51\xf6\x39\x27\x93\x5c\xe3\x20\x7b\x78\x94\xfc\xa4\xbd\x13\xc2\xf7\x71\xd4\xfc\xa4\x33\x57\x07\xd6\x4f\xa2\xf8\x5f\x99\xbb\x50\xe9\x42\xcd\x6f\x7a\x07\x1d\x80\xd0\xc7\xae\xd5\x42\xcf\xc9\x03\x4a\xd0\xbe\x14\x3f\x26\x18\x07\x48\x85\x14\xee\x6b\xaf\xfc\x6c\x51\x94\xb5\xd9\xe2\xa0\x7e\x1f\x52\xbf\xff\xca\xfc\x3b\xec\xf0\xd1\xb2\x3a\x9f\xdf\x0e\xe0\xe4\xa3\x65\x75\x1e\x30\x40\x0c\x89\xdc\x57\x33\x75\xe3\x20\x7b\x78\x7c\x61\x65\x29\x66\x48\xc4\x01\x88\x71\x7c\xd6\xba\x1d\xcc\x1c\x18\x86\x04\xf0\x2b\x31\x00\x02\xf8\x21\x01\xfc\xef\x8b\xfc\x8c\xc5\x20\x89\xfb\x62\x65\x9a\x38\x4e\x26\x5c\xec\x0f\x3f\x08\x10\xc7\x49\x6d\x67\xd6\xf6\xb3\x9c\x91\xa4\x0f\x49\xd2\xd7\x6e\x8b\x8f\x24\x7d\x1c\xb2\xf8\xc5\x2a\x28\x81\x26\x7d\x48\x93\xfe\x2b\xe3\x93\x0f\x65\x53\x9f\x74\xfb\xb1\xf8\x87\x70\x8a\x62\xe1\xb8\x38\x3a\xed\x17\x97\xb0\xb3\x77\x7c\xd3\x32\x0e\x59\x75\x22\x18\xa4\xe7\xe3\x18\x9b\x8a\x3c\xa1\x84\xb4\xc7\xc8\xca\x6c\x4b\x0f\xb0\x69\x29\xd4\x7f\x65\xee\x37\x06\xff\x10\x82\x51\x0a\x23\x09\x36\x2d\x21\xfa\xe6\x67\xbf\xe3\x20\xdf\x78\xdc\x39\x24\x0e\xbc\x0f\x72\x8a\x47\xda\x52\x6b\x98\xc5\x01\x24\x7c\xcc\x6c\xca\x1f\x0a\x1e\xc4\x41\x94\x79\x28\xca\xec\x3e\x74\x1c\x44\x99\x47\x9a\xe1\xc2\x7e\x9c\xb4\x66\xe6\x2a\xb2\x47\x3b\x48\xf5\x1d\x91\xeb\xd9\x6e\xeb\x08\xa6\x21\xb2\x3a\x4f\x2c\xf9\x3c\xe9\xd0\x7f\x3f\xfb\xb1\xb4\x08\xd1\x87\x84\xe8\x2b\xe1\x1b\x42\xf4\x21\x21\xfa\x4a\xf4\x86\x10\x7d\x1c\x69\xd7\xcd\xfd\x08\x94\xe8\x43\x4a\xf4\x5f\x99\x3b\x80\x5d\x3f\xde\x9c\x75\xa3\xef\xc7\xcb\x12\x13\x11\xd0\x8f\x11\xc4\xf1\xd2\x37\x11\x01\xfd\x36\x5d\x1c\xa4\x01\x0f\x3d\x5d\x5b\x8a\xe1\x0d\xc4\xe8\x43\x62\xf4\xd5\xa2\x8b\x81\x18\x7d\x9c\xe9\x0c\xe0\x84\xa0\x46\x1f\xa7\x48\x82\x05\x4e\xc8\x89\x33\x38\xd3\xe0\x5b\xb2\x28\x4e\x30\x0c\x89\xcc\xd7\xee\xe3\xe2\x09\x86\x71\xa6\xbd\xb7\x45\x3c\x4d\x12\x0c\x89\xcc\x7f\x9b\xce\xb5\x11\xed\x9e\xe9\x0b\x7c\xe9\x38\xd0\x96\x8f\x33\x7d\x81\x45\x50\xe2\xc4\x17\x48\x4c\xfe\x2b\x73\xcf\xc1\x1c\xce\xb4\xf7\xdd\x3f\x23\xe9\x78\x0a\x73\x28\xbe\xba\x1b\x27\x98\xc3\x29\xcc\xa1\x33\xcc\xc4\xd6\xd2\x90\x2f\xc5\x37\x63\xe3\x6c\xfc\x4c\x17\xe0\xfd\xa6\x42\x9c\xa4\x01\x25\x1a\xff\xfd\xcc\x43\x89\xe1\x96\x6a\x7c\x29\xd5\xf6\xe6\x04\x20\x90\x8c\x7c\xf5\xfb\x6a\x81\x8c\x7c\x48\x46\xfe\xfb\x99\x5b\x02\x23\x44\x92\xf2\x5f\x99\x9b\x82\xe5\x96\x5a\xfc\x57\xe6\xf1\x22\x24\x97\x3c\xfc\x57\xe6\xfa\xfc\x6c\x79\x9c\x32\xdd\xc3\x80\xd6\x49\x66\x51\x22\xf0\xa5\x54\x23\xd3\xe7\xc5\x42\x11\xa7\xcf\x42\x96\x81\x2a\x7c\x9c\x57\xd6\xe6\x6d\x7c\x5e\xcc\xea\x95\xeb\xd2\xf6\xed\x84\x64\x22\xf5\xf8\x06\x5a\x7f\xe2\x0d\xce\x2b\x5b\xe2\xa0\xe1\x04\xb5\x3e\xbb\x16\x83\x23\xf2\x93\xa4\xa3\x84\xe0\x4b\xb1\xbe\x4a\x9c\xa0\x18\x52\x86\xaf\x1c\x98\x50\x86\x8f\xb3\x67\x6d\x6c\x3a\x28\x26\xa7\x48\x82\xa5\x1a\xdb\x39\xb1\xf9\xe7\xc8\xea\xd8\x3d\x24\x16\xcf\x3b\xa7\x95\xc5\x47\xdc\x2d\x9d\xf7\x52\x76\x36\x2b\x86\xfd\xbc\x57\x96\x79\xa0\x1f\xda\xa2\xe0\xba\xec\x2c\x23\x72\x84\x29\xbf\x5e\x20\x99\x9c\xc0\x0a\xa7\x60\x05\x5f\x16\x88\x93\xe0\xfa\x4c\x5f\x61\xf1\x93\x38\x27\x93\xa0\x67\x47\x0a\x2c\x13\x74\xdb\x23\x75\xdb\x87\xe3\xf5\x13\xda\xc7\x29\xda\x07\x47\xc5\x13\x5f\x20\x9d\xf6\xca\x49\xf1\x0c\xc6\x24\x23\x72\xb8\x29\xa8\xb3\x87\xd4\xd9\x1b\x79\x96\x13\x37\x71\xa6\x9b\x80\xb6\x82\x3c\x7b\x48\x9e\xfd\x2b\x73\xbf\x17\x53\x97\xce\xc0\xba\x29\x71\xe2\x0c\xce\x95\xdf\xa4\x07\x2f\x3d\xf8\x6c\x7f\x23\x3f\x73\x92\xa8\x3c\xdf\xec\x81\xc3\x94\x13\x0c\xe3\x14\x86\x31\xd8\xe3\x84\xff\x67\x86\xff\xbb\xf7\xf8\x05\xef\x43\xca\xea\x5f\xd9\xe9\xb2\x83\xb2\xac\xce\xc1\xe0\x05\x68\x7d\x6d\x1a\xb0\xc2\xcf\x6c\x4a\xaf\xcf\xf6\x37\xf8\x1b\x17\x29\x4c\xa9\xa4\x97\xb2\x3b\x8a\xbf\x80\x37\x52\x36\x7d\x38\x63\x8f\x6c\x7a\x5c\xe9\x0c\xfc\x76\x60\x5c\x50\x07\xa5\x93\xfe\x95\xb9\x73\x38\x83\x2b\x83\x7f\xdf\x22\x8e\x0b\xdc\x5a\x9a\xe7\x95\x73\xfc\x45\x0a\xf3\xda\x73\x56\x1d\x18\x5c\xf0\x03\x2f\xf1\x03\xad\xc3\x1a\x17\xe7\x82\x2b\xfd\x84\x1f\x24\x0c\x54\xd0\x43\x2a\xe8\x8d\x14\xd9\x05\x3d\xf0\xca\xd8\xdf\xca\x2b\x71\x91\xc1\x94\x4a\x79\x29\xf0\x8a\x2e\x1c\x85\x64\xcb\xbf\x32\x37\x05\x0c\x46\x12\xe6\x75\x30\x5e\xf8\x90\x2b\x7d\x08\x34\x99\x0b\x47\x71\x29\xc2\xf7\xb5\x8e\x40\xee\x3c\xae\xe3\xef\x96\xfc\xec\x90\xeb\xa4\x36\xc9\x69\xf9\x5e\x47\x5c\x24\x30\x2f\x25\x30\x4b\xb3\x1b\xbf\xf0\x05\x12\x38\x6f\xe4\xf8\x50\x35\x8f\x2b\xdd\x84\xb5\x5e\xe2\x82\x64\x72\x5d\x35\xcb\xfc\x3b\x7c\x81\xc4\xca\x4b\x69\x8c\x33\x90\xf6\x25\x48\xdb\xaf\x62\xc4\x45\x2a\x52\x6a\xe5\xa5\x58\x09\x26\x2e\xd0\x99\x4b\x71\xfc\x18\xe5\xbf\x46\xba\xb5\xfe\xb7\x81\xee\x05\xe3\xf0\x4a\x4f\xd1\x9c\x74\xb8\xa0\xa0\x48\xf8\xfc\x2b\x73\x63\x70\x07\x52\x3a\x2f\xa5\xd9\x36\x5c\xa0\xda\xd7\xc8\xc6\x78\x34\x81\x75\xae\xa1\xee\x19\x15\xb9\x48\x6f\x5e\x79\x38\x20\xcb\x7f\x01\x6a\x5f\x77\x8e\xa6\x73\x0e\x17\x00\xcd\x25\xc2\x5e\x25\x5b\x77\xc1\xca\xbb\x64\x8a\xaa\x1f\x39\x7f\x51\x4f\x7a\x9f\xad\xfd\xaf\xbf\x76\xab\xe5\xbe\xcb\xc1\xe0\xbb\xf4\x96\x10\x2f\x59\xbf\xdc\xcc\x7b\x57\x6e\x3b\x3f\xc7\xf1\x2e\x93\xbb\xde\xd5\x5a\x96\xb5\x9f\x32\xcb\x80\xbe\xeb\x8b\xab\xbe\x53\xc3\xcf\xef\x5e\x9b\xb7\x57\xb7\x10\xbe\xb2\xfa\x53\x76\x53\xa6\x54\x2b\xbf\x32\x8b\xf1\x15\x43\xdd\x0a\xa1\xef\xeb\x23\xca\xfb\x4e\xbd\x15\x70\xfe\x94\x04\xbf\x91\xc4\x62\x71\x3d\xc1\x6f\x3e\x37\x63\x69\xcb\x17\xfa\xf9\x2b\xba\x79\xb1\x2e\x63\x79\xcb\xcf\x48\x95\xb7\xd4\x1c\xa9\xed\xf8\xaf\x0b\xef\xfb\xcf\xbf\xde\xff\xf8\x1f\xff\xfb\xff\xdc\xff\xf8\xbf\xf7\xbf\xae\xbf\xe6\x7f\xfe\xf3\x9f\xeb\xdf\xfe\x23\xfe\x65\xfe\xc7\x5f\xff\xf3\xfb\xeb\x5f\xb1\xde\x7f\xf9\xb7\xf5\xcf\xf5\xff\xfe\xfd\x3f\xff\x39\xd7\x5f\xff\xf8\xf7\x7f\x7c\xbf\xd2\xbf\xff\x1f\x00\x00\xff\xff\xaa\xf1\x6a\x04\xb3\xc9\x03\x00"); -func _da ()([]byte ,error ){return _g (_ecb ,"78-H")};var _efdg =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\x94\xc1\x8a\xdb\x3c\x14\x85\xf7\x7a\x0a\x2d\xe7\x5f\xcc\x1f\xdd\x6b\x59\x96\xc0\x0c\x94\x0c\x03\x61\x98\xb6\xcc\x94\x76\xed\xd8\x72\x30\x34\xb6\x71\x9c\xc5\xbc\x7d\xb9\xf7\x38\xa1\x74\x11\x1c\x7d\x91\x4e\xc4\x77\x2c\xed\xf6\x87\xe7\xc3\x38\xac\x76\xf7\x7d\x99\xda\x8f\xbc\xda\x7e\x18\xbb\x25\x5f\xa6\xeb\xd2\x66\x7b\xcc\xa7\x61\x34\x86\xd8\x76\x43\xbb\xde\x86\xfa\x68\xcf\xcd\x6c\x8c\xac\xff\xf8\xbc\xac\xf9\x7c\x18\xfb\xc9\x16\x98\xd7\x5d\xe7\x6d\xae\xb5\xbb\xf7\x7c\x1a\x2e\xeb\xf2\x69\x1f\xbe\x74\xd3\x31\xff\x67\xbb\xdc\x0b\xff\xb6\x74\x79\x19\xc6\x93\x7d\x78\x7d\xbf\xc3\x8f\xeb\x3c\xff\xce\xe7\x3c\xae\x96\x95\xe5\xb1\xd3\xa7\xd9\xed\xdf\x9a\xf9\x6b\x73\xce\x76\xa7\x39\x8f\xaf\xef\x8f\x98\xa2\xbf\xfc\xcc\xcb\x65\x98\x46\x4b\xff\x3b\xf7\x17\xfe\xf1\x39\x67\x4b\x5b\xc2\xaf\xb7\xa9\xcb\xd6\xdd\xf2\x0e\xcf\xfb\xe9\x3a\xae\x96\xc8\x97\xdb\x14\xc2\xb6\xdb\xa9\xcb\x97\xb9\x69\xf3\xd2\x8c\xa7\x6c\xac\xad\x9d\x73\xee\xc9\xd6\xbc\x7f\x79\x79\x92\x3d\xfd\x33\xc3\xf8\x72\x5b\x39\x74\x20\xb7\x15\xce\xf5\xfd\x93\x75\xa6\x76\x84\x31\xc9\x98\xcb\x60\x6a\xc7\x20\x2c\xa4\x24\x36\xb5\x2b\x40\x0a\x21\x55\x88\xa6\x76\x1e\xc4\x0b\x21\xc7\xde\xd4\xae\x04\x2a\x15\x71\x94\xec\x00\x14\x14\x95\x85\x84\x57\x40\x95\xa2\x2a\x49\x7a\x04\x8a\xba\x03\xe7\x25\x3e\x01\x25\x45\x85\x93\xf8\x06\xa8\xd9\xf6\x29\xf1\x47\xa0\xa3\xa2\x48\x12\xdf\x02\xb5\x82\x0a\x57\x49\x7c\x07\xd4\x29\x2a\x58\xe2\x33\x50\x56\x54\x46\x89\xef\x81\x7a\x45\xd1\x3b\x53\x13\x4c\x91\x9a\xf2\x2e\x05\x53\x13\x64\x91\xca\xf2\x45\xc9\xa6\x26\xd8\x22\xb5\xe5\x83\x8b\xa6\x26\xe8\x22\xd5\xe5\x63\xf0\xa6\x26\xf8\x22\xbf\x39\x95\x78\xf8\x22\xf5\x55\x16\x95\xc4\xc3\x17\xa9\xaf\x32\x14\x12\x0f\x5f\xa4\xbe\xca\x18\x25\x1e\xbe\x48\x7d\x05\xf2\x12\x0f\x5f\xa4\xbe\x82\x77\x12\x0f\x5f\xa4\xbe\x42\x90\x62\x09\xbe\x48\x7d\x85\x24\xcd\x12\x7c\x91\xfa\xaa\x48\xaa\x25\xf8\x22\xf5\x55\x79\xa9\x96\xe0\x8b\xf2\xd6\xbf\xc4\xc3\x17\xa9\xaf\x2a\x49\xb5\xbc\xbd\x8b\xea\x2b\x92\x54\xcb\xf0\xc5\xea\x2b\x7a\xa9\x96\xe1\x8b\xd5\x57\xac\xa4\x5a\x86\x2f\x56\x5f\x31\x49\xb5\x0c\x5f\xac\xbe\x12\x4b\xb5\x0c\x5f\xac\xbe\x92\x97\x6a\x19\xbe\x58\x7d\xa5\x4a\xaa\x65\xf8\x62\xf5\x95\x92\x54\xcb\xf0\xc5\xf1\xf6\xae\x4a\x3e\x84\x71\x02\xf3\x52\x2e\xc3\x18\x37\x60\x95\xb4\xcb\x50\xc6\xaa\x4c\xda\x97\xbf\x80\x33\x6e\x8f\x8d\x30\x0e\x5e\x4f\xde\xed\x84\xc9\x77\xb9\x83\xee\xf7\x42\x7b\x5d\x96\x3c\xae\x7a\x03\xe9\xe1\x97\x33\x3d\x8c\xf9\x7e\x9b\xcd\xd3\x2c\xab\xf4\xf3\x27\x00\x00\xff\xff\x40\xb3\x0e\x9a\xf9\x04\x00\x00"); -func _dfc ()(*asset ,error ){_caeb ,_ddde :=_face ();if _ddde !=nil {return nil ,_ddde ;};_dda :=bindataFileInfo {_b :"Adobe-KR-9",_ffe :2173,_ag :_ed .FileMode (436),_ac :_c .Unix (1580491457,0)};_agcd :=&asset {_abe :_caeb ,_ece :_dda };return _agcd ,nil ; -};var _bcc =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\xd5\xcb\x6b\xeb\x46\x14\x06\xf0\xbd\xfe\x8a\x59\xde\x2e\x6e\x3d\xe7\x31\x0f\x81\x08\x94\x84\x0b\xa6\xdc\xb6\x34\x7d\x41\xe9\x42\x91\xc6\xc1\xd0\x48\x46\xb6\x17\xf9\xef\xcb\x39\x9f\x9d\xc2\x5d\x04\x47\x9f\xa5\x23\xe5\xf7\x65\x46\xbb\xc7\xfd\xd3\x7e\x39\x5e\xc2\xee\x97\x6d\x9d\x9e\xdb\x25\x1c\x8e\xcb\xbc\xb5\xf3\x7a\xdd\xa6\x16\x5e\xda\xeb\x71\xe9\x3a\xe2\x30\x1f\xa7\xcb\xfd\xd0\x3f\xa6\xb7\xf1\xd4\x75\x76\xfd\xf3\xfb\xf9\xd2\xde\xf6\xcb\x61\x0d\x82\xf3\xe6\xeb\xe9\x76\x6e\x08\xbb\x5f\xdb\xeb\xf1\x7c\xd9\xde\xc3\xa7\x1f\xe6\xf5\xa5\x7d\x17\xe6\x76\xb0\xfc\xe7\x6d\x6e\xdb\x71\x79\x0d\x9f\x7e\x5c\xb7\x36\xd2\xc7\x17\xcf\xd7\xd3\xe9\xdf\xf6\xd6\x96\x4b\x60\xcf\xda\x32\xfb\x67\xb7\x7b\xfc\x3a\x9e\x7e\x1a\xdf\x5a\xd8\xf9\xac\xcf\xb8\xf2\x33\x4e\xf3\x6f\xff\x68\xdb\xf9\xb8\x2e\x81\xbe\x8f\x31\xfd\x1f\xff\xf6\x7e\x6a\x81\x6e\x53\xfe\xfa\x7d\xff\x14\xfe\xa6\x40\x31\x70\x4a\x4a\xff\xdc\xf2\x3f\xbf\xae\x73\x0b\xf1\x7e\xaf\xfd\xd3\xe3\x7a\x5d\x2e\x81\xaa\x24\xdc\xa1\x23\xfc\x59\xd3\x3a\xb7\xf3\x69\x9c\xda\x36\x2e\xaf\xad\x0b\x61\x88\x31\xc6\x87\x30\x68\xf9\xf2\xe5\xc1\x9e\xf7\x9b\x33\xba\xc2\xb7\x2b\x8f\x33\x92\xfb\x15\x31\x1e\x0e\x0f\x21\x76\x43\x24\x1c\x93\x1d\x73\xca\xdd\x10\x19\x09\x5b\x92\x88\xbb\x21\x0a\x12\xb1\xa4\xe4\xda\x0d\x51\x91\xa8\x25\x14\x59\xbb\x21\x26\x44\xc9\x23\xae\x36\x3b\x23\xca\x1e\x25\xb1\xe1\x05\x51\xf1\xa8\xf4\x36\xbd\x22\xaa\xfe\x04\x51\x6d\x7c\x8f\xa8\xf7\x48\xa2\x8d\x1f\x11\x8d\xb7\xe7\xb4\xf1\x2f\x88\x5e\x3c\xaa\x64\xe3\x27\x44\x93\x45\x12\x8b\x8d\x9f\x11\xcd\x1e\x09\xdb\xf8\x86\xa8\x79\x94\xaa\x8d\x3f\x20\x3a\x78\x54\x35\x76\x03\x41\x8a\x5c\x4a\x63\x9f\xbb\x81\x80\x45\x8e\xa5\x92\xb8\x1b\x08\x5a\xe4\x5a\x9a\x63\xed\x06\x02\x17\x39\x97\xd6\xac\xdd\x40\xf0\x22\xbd\x99\xda\x78\x78\x91\x7b\x25\x29\x36\x1e\x5e\xe4\x5e\x29\x8b\x8d\x87\x17\xb9\x57\xaa\xd5\xc6\xc3\x8b\xdc\x2b\x93\xda\x78\x78\x91\x7b\x65\x8d\x36\x1e\x5e\xe4\x5e\x39\x5b\xb1\x04\x2f\x72\xaf\xdc\x5b\xb3\x04\x2f\x72\xaf\x42\x56\x2d\xc1\x8b\xdc\xab\xa8\x55\x4b\xf0\xa2\x76\xeb\xdf\xc6\xc3\x8b\xdc\xab\xf4\x56\x2d\xc3\x8b\xdd\xab\x92\x55\xcb\xf0\x62\xf7\xaa\x6a\xd5\x32\xbc\xd8\xbd\x6a\xb1\x6a\x19\x5e\xec\x5e\xb5\xb7\x6a\x19\x5e\xec\x5e\x3d\x5b\xb5\x0c\x2f\x76\xaf\x5e\xad\x5a\x86\x17\xbb\x57\x5f\xac\x5a\x86\x17\xbb\x57\xdf\x5b\xb5\x0c\x2f\xae\xf7\xff\x55\x9b\x0f\x30\xee\x91\xa9\x95\xcb\x10\xe3\x11\x59\xb1\x76\x19\x64\xec\x64\xd6\xbe\xdd\x02\x66\x3c\x21\x63\xeb\x97\x81\xc6\x33\xb2\x64\x05\x33\xd4\xb8\x21\x2b\xd6\x30\x83\x8d\x0f\x58\x24\xd1\x2a\x16\xb8\x49\x44\xc6\xd6\xb1\x00\x4e\x08\x59\xb2\x92\x05\x72\xc2\xf7\x05\x16\xbb\x41\x40\x27\x4e\x47\x12\xad\x66\x81\x9d\x60\x6d\x8a\x58\xcf\x02\x3c\xc1\xe2\x94\x64\x45\x0b\xf4\x04\xab\x53\xaa\x35\x2d\xe0\x13\x2c\x4f\x8d\x56\xb5\xc0\x4f\xe0\xa7\x62\x5d\x0b\xfc\x04\x7e\x9a\xac\x6c\x81\x9f\xc0\x4f\xab\xb5\x2d\xf0\x13\xf8\x25\xb2\xba\x05\x7e\x32\xdd\x77\x05\xbb\x07\xfc\x04\x7e\x29\x5b\xe1\x02\x3f\x81\x5f\xaa\xd6\xb8\xc0\x4f\xe0\x97\xc9\x2a\xd7\xdb\x1e\x08\xbf\x2c\xd6\xb9\xc2\x4f\xe1\x97\xb3\x75\xae\xf0\x53\xf8\xe5\x6a\x9d\x2b\xfc\x14\x7e\x85\xac\x73\x85\x9f\xc2\xaf\xa8\x75\xae\xf0\x53\xf8\x95\x6c\x9d\x2b\xfc\x34\xdf\xb7\x32\xbb\x47\xb9\xed\xc7\xa3\x65\x95\x4a\xf6\x5d\xf9\xbe\xfb\xda\xef\xf6\xfe\xfa\x78\x9f\x4c\xd7\x6d\x6b\xcb\xc5\xdf\x5e\xfe\xc2\xb0\xfd\xfe\xb8\xb4\x8f\x37\xe1\x69\x3d\xd9\x55\xfe\xf3\x5f\x00\x00\x00\xff\xff\x4c\xe9\x48\x7c\x35\x07\x00\x00"); -func _dff ()(*asset ,error ){_dec ,_ba :=_ega ();if _ba !=nil {return nil ,_ba ;};_ecc :=bindataFileInfo {_b :"Add-H",_ffe :12616,_ag :_ed .FileMode (436),_ac :_c .Unix (1580491075,0)};_fbf :=&asset {_abe :_dec ,_ece :_ecc };return _fbf ,nil ;};func (_ga bindataFileInfo )ModTime ()_c .Time {return _ga ._ac }; -var _cegd =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\x96\x4f\x8b\x1b\xc7\x16\xc5\xf7\xfd\x29\x6a\xe9\xb7\x79\x53\x55\xf7\x5f\x35\x34\x82\x87\x6d\x78\x13\x70\x1c\xe2\x38\x09\x84\x2c\x34\x52\x6b\x10\x64\x24\xa1\xd1\x2c\xfc\xed\xc3\x3d\x67\x6c\x12\x2f\xcc\xf5\xfc\x54\x75\xba\xf4\x53\xdd\xaa\xbe\x7b\x7b\xff\xee\xfe\x74\xbc\x95\xbb\x9f\xae\xe7\xdd\xa7\xf5\x56\x0e\xc7\xd3\xfe\xba\x3e\x9f\x5f\xae\xbb\xb5\x3c\xac\x8f\xc7\xd3\x34\xb5\x5e\xf6\xc7\xdd\xed\xeb\x9f\x28\xbb\xa7\xed\x65\x9a\x72\xfe\xa7\x2f\xcf\xb7\xf5\xe9\xfe\x74\x38\x17\xe1\xb8\xfd\xcb\xe5\x75\x6c\x29\x77\x3f\xaf\x8f\xc7\xe7\xdb\xf5\x4b\x79\xf3\xbf\xfd\xf9\x61\xfd\x4f\xd9\xaf\x87\xe4\x1f\xaf\xfb\xf5\x7a\x3c\x3d\x96\x37\x3f\x6c\x2f\xdb\x53\xfb\xf6\xc1\xa7\x97\xcb\xe5\xaf\xf5\x69\x3d\xdd\x4a\x03\x5b\x4f\x7b\xd4\xe9\xee\xed\x87\xed\xe5\xc7\xed\xd3\x5a\xee\xfe\xff\x0f\xf2\xeb\x7a\x7d\x3e\x9e\x4f\xa5\xd5\xff\xd6\xea\xf8\x00\xfc\x97\x2f\x97\xf5\x35\x62\xba\xfb\x7c\xff\xee\xe3\xe1\xf0\xbc\xde\x4a\x1f\x95\x63\x7e\xff\x7c\xff\xae\xfc\xd1\x4a\xab\xa5\x9b\x88\xfd\xf9\x3a\xf4\xb7\x0f\xe7\xfd\x5a\x38\x68\x6a\xfc\x26\xbb\xf3\x7e\x7d\xbe\x6c\x77\xeb\x75\x7b\x7a\x5c\xa7\x52\x96\xde\x7a\xdb\x94\x25\xde\xc7\xfb\x4d\x2e\xf1\xbb\x11\x53\xab\xf5\x75\xea\x71\x4f\xf4\x75\x4a\x6f\xb1\x6e\x4a\x71\x91\x69\xe9\x9d\xa8\xf7\x44\xd1\x23\x91\x6c\x81\xb4\x25\xd2\x96\x48\x89\xac\x02\xcd\x89\x6c\x07\xe4\xdb\x44\xe6\x89\xa2\x03\xc5\x9c\x28\x30\x31\x1f\xf5\x5a\x4a\x44\x4e\x14\xa9\x89\x44\x30\x6a\xd4\x44\x8a\x45\x88\x21\x6b\x06\x72\xa2\x48\x34\x5a\xc6\x2b\x97\xaa\x21\x89\xb4\x4f\x4b\x37\x22\x0b\xdf\x94\x32\x77\x9b\x96\xee\x44\x2e\x63\x53\x5a\x6d\xb9\x08\x67\xbc\x1b\x90\xe4\xa8\xe0\xa8\xc8\x4f\x5a\xb5\x5c\x57\x18\x51\x00\xcd\x19\x3f\x38\x0a\x25\x14\xab\x1f\xbd\x13\xf5\x44\xa3\x01\x09\x91\x24\x9a\x89\x94\x48\x81\x0c\xc8\x88\x6c\x53\xc2\xaa\x00\x39\x91\x63\x14\xe3\x83\x28\x30\x2a\x80\x06\xd1\x48\xd4\x39\x71\x26\x9a\x13\x35\xc6\x6f\x89\xb6\x89\x84\x8b\x78\x20\x7a\x00\x62\xfc\x8e\x68\x87\xd5\x57\xa0\x3d\xd1\x1e\x88\x5f\x7b\x25\x5a\xb1\x2e\x05\x3a\x10\x1d\x80\x46\x22\xfe\x8e\x28\x61\xd5\x81\xe8\x2b\x4b\x58\x45\x96\xd0\x57\x96\xb0\x86\x2c\xa1\xaf\x2c\x61\x82\x45\x08\x7d\x65\x09\xeb\x9c\x48\x5f\x02\x5f\xc2\x27\xd2\x57\x96\x30\x63\x16\x7d\x09\x7c\xe1\xd7\x1e\x42\x5f\x42\x5f\x5c\x17\x7d\x09\x7d\xc1\x04\x37\x39\x4a\x98\x30\x8b\xbe\x04\xbe\x94\x8b\xa0\xaf\x2c\x61\x95\x8b\xa0\xaf\x2c\x61\x68\x98\x21\xf4\x95\x25\xac\xf1\x89\xf4\x95\x25\x0c\x5b\x6e\x28\x7d\x29\x7c\xa9\x4d\x8b\x54\xec\x2f\xa9\xd9\x1d\xad\xe5\xf6\x15\xb6\xa8\xa0\x45\x5b\xcf\xa5\x0a\x5b\x54\xd0\x43\x4d\x9a\x4c\x8b\x08\x91\x00\x69\x6e\x13\x61\x77\x88\x02\x59\x6d\xd3\x22\xec\x0e\x31\xa2\xdc\x85\xc2\xee\x10\x07\xf2\x91\xf1\x6c\x05\x09\xa0\x18\x19\xcf\x7d\x2f\x03\x68\x44\xc6\xcf\x44\x33\xd0\x9c\xbd\x2d\x5b\xa2\x6d\xa2\x5e\x3d\xe3\x1f\x88\x1e\x80\x5a\xb6\x95\xec\x88\x76\x40\xdd\x32\x7e\x4f\xb4\x07\x12\xcd\xf8\x95\x68\x05\xd2\x3c\x73\xe4\x40\x74\x00\x82\x42\xa5\x2f\x85\xaf\xee\x7d\x9e\x16\xa5\x2f\x85\xaf\x1e\xd9\x1d\x4a\x5f\x0a\x5f\x7d\xb4\x98\x16\xa5\x2f\x85\xaf\x3e\xe7\x36\x51\xfa\x52\xf8\x92\x5a\x33\x9e\xbe\xd4\x88\xb2\x1f\x95\xbe\x14\xbe\xa4\xcd\x19\x4f\x5f\x0a\x5f\xd2\x47\xc6\xd3\x97\xc2\x97\x48\x1e\x0a\x4a\x5f\x0a\x5f\xa2\x91\xf1\xf4\xa5\xf0\x25\xe6\x19\x4f\x5f\x0a\x5f\xe2\x9e\xf1\xf4\xa5\xf0\x25\x61\x19\x4f\x5f\x0a\x5f\x32\x2c\xe3\xe9\x4b\xe1\x4b\xe6\xdc\x4c\x4a\x5f\x7a\x30\xd9\x14\xad\xd9\xee\x46\x5f\x06\x5f\x5a\xf3\x5c\x35\xfa\x32\xf8\xd2\x36\x74\x5a\x8c\xbe\x0c\xbe\xb4\xc7\x98\x16\xa3\x2f\x83\x2f\x95\xe8\xd3\x62\xf4\x65\xf0\xa5\xea\x3e\x2d\x46\x5f\x06\x5f\x6a\x9e\xf1\xf4\x65\xf0\xa5\x9e\x2d\x6a\xf4\x65\xf0\xa5\xa1\x19\x4f\x5f\x06\x5f\x8a\x93\xdc\xe8\xcb\xe0\x4b\x67\xc9\x78\xfa\x32\xf8\xb2\x9a\xe7\x84\xd1\x97\xc1\x97\xb5\x9e\xf1\xf4\x65\xf0\x65\xbd\x65\x3c\x7d\x19\x7c\x99\xb4\x8c\xa7\x2f\x83\x2f\xd3\x3c\xac\x8c\xbe\x0c\xfb\xcb\xac\xd6\x69\x71\xfa\xf2\x4a\x94\x07\x9f\xd3\x97\xc3\x97\xf9\x18\xd3\xe2\xf4\xe5\xf0\x65\x91\x27\xa6\xd3\x97\xc3\x97\x8d\x70\x5c\xc8\x5f\xef\xdd\xa9\x8d\xef\x6f\x62\xa7\x4d\x87\x4d\x9b\x23\x1f\x4e\x9b\x0e\x9b\x5e\x3d\x1f\x4e\x9b\x0e\x9b\xde\x2c\x1f\x4e\x9b\x0e\x9b\xde\x2d\x1f\x4e\x9b\x0e\x9b\x2e\xea\xd3\xe2\xb4\xe9\xb0\xe9\xaa\x19\x4f\x9b\x0e\x9b\x8e\x03\xcf\x69\xd3\x61\xd3\xbd\x67\x3c\x6d\x3a\x6c\x7a\xe4\x41\xec\xb4\xe9\xb0\xe9\xb8\x89\x9d\x36\x1d\x36\x7d\x6e\x19\x4f\x9b\x0e\x9b\x51\xab\x4e\x4b\xd0\x66\x54\xa2\xbc\x33\xe2\xf5\x9d\x05\x36\xa3\xe5\x1d\x1b\xb4\x19\xb0\x19\x7d\xf8\xb4\x04\x6d\x06\x6c\x86\xe4\x2d\x15\xf4\x15\xca\x0b\x35\x14\xc8\x88\x7c\x53\x46\x1f\xfa\x2f\xe7\xf9\xff\x7c\x43\xfc\xf6\xc6\xb6\x7b\xb9\x5e\xd7\xd3\x0d\xef\x87\x78\x3b\xcb\xd7\xab\xe3\x69\xfd\xf6\xae\x79\x39\x5f\x72\x16\xfe\xfd\x1d\x00\x00\xff\xff\xfd\xdd\xf7\xfd\x97\x0a\x00\x00"); -func _eaf ()(*asset ,error ){_ddg ,_gg :=_caa ();if _gg !=nil {return nil ,_gg ;};_bf :=bindataFileInfo {_b :"78-EUC-V",_ffe :900,_ag :_ed .FileMode (436),_ac :_c .Unix (1580490853,0)};_gbd :=&asset {_abe :_ddg ,_ece :_bf };return _gbd ,nil ;};func _abb ()([]byte ,error ){return _g (_fed ,"Adobe-Japan1-6")}; -func _bgff ()(*asset ,error ){_eeed ,_dcfb :=_bgfab ();if _dcfb !=nil {return nil ,_dcfb ;};_fdab :=bindataFileInfo {_b :"WP-Symbol",_ffe :846,_ag :_ed .FileMode (436),_ac :_c .Unix (1580493083,0)};_bgcd :=&asset {_abe :_eeed ,_ece :_fdab };return _bgcd ,nil ; -};var _bbba =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\xd6\xcf\x6e\x1b\x37\x17\x05\xf0\x3d\x9f\x82\xcb\x7c\x8b\x7c\xe6\x7f\x72\x00\x62\x80\xc4\x8e\x53\x2f\xd2\x14\x4d\xd3\x16\x28\xba\x18\x92\x97\x86\x80\x7a\x24\xc8\xf2\x22\x6f\x5f\xdc\x7b\x14\xb7\xe8\xc2\x90\x75\x86\x3c\x20\x7f\x43\x68\xe6\xe6\xf6\xe1\xee\x61\x3f\x5c\xf4\xcd\x4f\xe7\x63\xff\x42\x17\x3d\x0f\xfb\x38\xd3\xf3\xf1\xe5\xdc\x49\x37\x7a\x3c\xec\x4a\x59\xa7\xc7\xa1\x5f\xbe\x7f\x95\x8f\xfe\xb4\x9d\x94\xe2\xf9\x5f\xbe\x3d\x5f\xe8\xe9\x61\x9f\x47\xed\x31\x6e\xbc\x9c\xae\x63\xb5\xbe\xf9\x99\x1e\x0f\xcf\x97\xf3\x37\xfd\xe6\xdd\x38\x36\xfa\x9f\x1e\x34\x39\xff\x7c\x1e\x74\x3e\xec\x8f\xfa\xcd\xc7\xf7\xf6\x35\xfd\xf2\x72\x3a\xfd\x45\x4f\xb4\x5f\xb4\x91\x8c\xf6\x21\x9f\xea\xe6\xf6\xd3\x76\xfa\x71\x7b\x22\x7d\xf3\xf1\xfd\xa9\xbf\xfd\xf0\xf5\xf6\xed\x0f\x72\x49\xae\xfc\x4a\xe7\xe7\xc3\x71\xd7\xcb\xff\x8d\x49\xff\xc4\xbf\x7c\x3b\x91\xb6\xd7\x86\xaf\x0f\x77\x9f\xe7\x7c\xa6\xef\xdd\x37\xbf\x7f\x7d\xb8\xd3\x7f\x58\x6d\x8d\x76\xd1\xa7\xf0\xe7\x75\xe0\x6f\x9f\x8e\x83\xae\x83\x94\xc7\x5e\xfa\x71\xd0\xf3\x69\xeb\x74\xde\xf6\x47\x52\x5a\x57\x63\x56\xad\x75\x2d\x66\xe5\x6f\xef\xec\x3b\xbb\xea\x7a\x7f\x7b\xff\x41\xbe\xdf\xdf\xc9\xd5\xfb\xfb\x95\xf7\xf0\x9f\xd9\xca\xa2\x74\x3f\x5e\x06\x4d\x64\xd2\x57\xed\x5c\xb5\xe5\x19\xff\xbe\xa4\x96\xeb\xf8\x7e\x18\xd7\xc1\x8e\x07\x67\xe2\xc1\xbc\x02\x59\x86\xce\xd9\x3a\x55\x37\xbb\xf1\x4a\x36\x3b\x69\xd5\x4b\x52\x75\x73\x4d\x02\x47\x6e\xd5\x76\x31\x9c\x50\x44\x42\xab\x76\x41\x92\x89\x31\xb3\xaf\xda\x45\x4e\x3c\x6a\x3c\xd7\xb8\xc4\xc5\x01\x49\x98\x7e\xd5\x3e\x72\x73\x44\x12\x67\x5a\x75\xf0\x8b\xaa\x5b\x42\x92\x5a\x59\x75\x74\x91\x93\x8e\x64\xc6\x55\xc7\xc0\x63\x32\xc6\x64\xbe\x90\x0c\x37\xe7\x81\x84\x17\x91\x3c\xcf\x2a\x18\x53\xba\x59\x75\x4a\x85\x93\x2e\x6b\x2e\xb4\xad\x3a\x1b\x5e\xe1\xb2\x05\x4e\x16\x9a\xab\xce\x9e\xc7\x6c\x98\xb5\xf1\x9a\x8b\x0d\xaa\x6e\x0d\x49\xe3\x9e\xc5\x14\x55\x9b\x91\xa4\x19\xe1\xe1\xbd\x37\x80\x35\x01\xb3\xc6\x07\x55\x9b\x43\xe4\x24\xb2\x8e\xe7\xc1\xa3\x89\x87\x75\xce\xa9\xda\x00\xd2\x82\x44\xde\x26\x55\x1b\x44\x5a\x94\x28\x58\xae\x07\x49\x4b\x12\x45\xc3\xf5\x10\x68\x19\xd1\xc2\xf5\xd8\x70\x2b\x12\xa5\x85\xeb\x17\x44\x8b\x44\xb9\x70\x3d\x36\xd8\x64\x83\xb6\x14\xae\xc7\x0e\x5b\x93\x68\xc9\x5c\xdf\x11\x75\xb9\x75\x86\xf5\xda\x40\x34\x24\xb2\x7c\x3b\x1b\x21\x22\x89\x1c\xdf\xcf\x36\x11\x4d\x89\x3c\x1f\x83\x0e\xae\x2e\x5c\x2e\x84\xa0\x6a\x87\x57\x17\x2f\x17\x19\xbe\xc3\xab\x3b\x1c\x16\xef\x54\xed\xf0\xea\x38\x3f\xd9\x25\x55\x3b\xbc\xba\x78\xb9\xe2\xb8\x1e\x5e\x5d\xbc\xdc\xc2\xb7\xac\xc3\xab\x8b\x97\x37\x7c\xcf\x3a\xbc\xba\x78\x79\xcb\x47\xa6\xc3\xab\x17\x44\x7c\xce\x3b\xbc\xba\x78\x79\xc7\x07\xbd\xc3\xab\x8b\x97\xf7\x85\xeb\xe1\xd5\xc5\xcb\x87\xcc\xf5\xf0\xea\xe2\xe5\x63\xe6\x7a\x78\x75\xf1\xf2\x29\x71\x3d\xbc\xba\x78\xf9\x9c\xb8\x1e\x5e\x5d\xbc\x7c\x89\x41\xd5\x01\xaf\x21\x5e\x7e\x09\x45\xd5\x01\xaf\x21\x5e\xc1\x04\xa7\xea\x80\xd7\x10\xaf\x60\x7d\x52\x75\xc0\x6b\x88\x57\x70\xde\xa8\x3a\xe0\x35\xc4\x2b\x78\xc7\xf5\xf0\x1a\xe2\x15\x82\xe5\x7a\x78\x0d\xf1\x0a\x91\x7f\x02\x06\xbc\x46\x9e\xcb\xaa\x43\x32\x5c\x0f\xaf\x21\x5e\x21\x2d\x51\xd5\x01\xaf\x21\x5e\x21\x97\x45\xd5\x01\xaf\x21\x5e\xa1\x14\xaf\xea\x80\xd7\x10\xaf\xb0\xe4\xac\xea\x80\xd7\x10\xaf\x68\xb2\x55\x75\xc0\x6b\x88\x57\xb4\x89\xeb\xe1\x35\xc4\x2b\xba\xc8\xf5\xf0\x1a\xe2\x15\x7d\xf4\xaa\x12\xbc\x48\xbc\x62\x08\x59\x55\x82\x17\x89\x57\x8c\xc1\xaa\x4a\xf0\x22\xf1\x8a\xf2\x0b\x41\xf0\x22\xf1\x8a\xd9\x2d\xaa\x12\xbc\x48\xbc\x62\x71\x5c\x0f\x2f\x12\xaf\xb8\x58\xae\x87\x17\x89\x57\x32\x96\xeb\xe1\x45\x72\xbe\x92\x35\x5c\x0f\x2f\x2a\x88\x16\xae\x87\x17\x89\x57\x72\x0b\xd7\xc3\x8b\xc4\x2b\xf9\xc2\xf5\xf0\x22\xf1\x4a\xa1\x70\x3d\xbc\x48\xbc\x52\xcc\x5c\x0f\x2f\x12\xaf\x94\x12\xd7\xc3\x8b\xc4\x2b\xe5\xc4\xf5\xf0\x22\xf1\x4a\x25\x66\x55\x27\xbc\xa6\x78\xa5\x25\x5a\x55\x27\xbc\xa6\x78\x65\x13\xa2\xaa\x13\x5e\x53\xbc\xb2\xe5\x5f\xe6\x09\xaf\x29\x5e\xd9\x79\xaf\xea\x84\xd7\x14\xaf\xec\x1d\xd7\xc3\x6b\x8a\x57\x0e\x8e\xeb\xe1\x35\xc5\x2b\x47\xcb\xf5\xf0\x9a\xe2\x95\x93\xe1\xfa\xc1\xc1\x94\x87\x90\x97\x47\xde\xf7\x67\x15\xff\xcf\x6f\x0b\xaf\x0f\xf0\xfe\x72\x3e\xd3\x7e\x91\x77\x05\x79\x4a\xf3\x83\xf6\xb0\xd3\xeb\x7b\xc7\xe9\x78\xe2\x59\xf2\xf7\x77\x00\x00\x00\xff\xff\x10\x63\xff\x07\xa3\x08\x00\x00"); -var _dcdd =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x44\xd3\x41\x8b\xdb\x30\x10\x05\xe0\xbb\x7f\xc5\x1c\xb7\x87\xd6\x96\x14\xad\x2d\x28\x0b\x25\x29\xd4\x85\xed\x96\xa6\xd9\x16\x4a\x0f\x8a\x34\x0e\x86\x46\x36\xb2\x73\xc8\xbf\x2f\x7a\x93\xa6\x87\xa0\xf8\x8b\xe6\xf1\x02\xe3\x7a\xdb\xef\xfa\x34\xae\x54\x7f\xcd\x53\xd8\xf3\x4a\xc3\x98\x62\xe6\x65\xba\xe4\xc0\x74\xe4\xd3\x98\xaa\x4a\x69\x8a\x63\x58\xff\x3d\xe2\x08\x67\x3f\x57\x55\xfd\xf1\xb0\x7d\xfb\x89\x2e\x0b\xdf\x9e\xb7\xfd\x6e\x7f\x5d\x56\x3e\xf7\x69\x98\xc8\xc8\x5c\xbc\xcc\xb7\x59\xa2\xfa\x1b\x9f\xc6\x65\xcd\x57\x7a\xf8\x10\xa7\x23\xbf\xa1\xc8\x43\xf1\x97\x1c\x39\x8f\xe9\x44\x0f\x9f\xfd\xec\x93\xba\xff\xb0\xbf\xcc\xf3\x1f\x3e\x73\x5a\x49\xc1\x38\x45\x9c\x55\xbd\x7d\xf6\xf3\x17\x7f\x66\x42\x8f\x57\x28\xf0\x95\xf3\x32\x4e\x89\x94\x7e\xd7\x34\xf6\xbf\x7f\xbf\xce\x7c\x4b\xa9\xea\x43\xbf\x7b\x19\x86\x85\x57\xea\x9a\x46\xee\xfc\x3c\xf4\x3b\xfa\xa5\x48\x35\xa4\xad\x31\xcd\xef\xdb\xd5\x1f\xcf\x53\xbc\x0f\xea\x56\xfe\x4d\x18\x63\xf6\xe9\xc4\xd5\x7b\xaf\xbc\x7e\xa2\x72\x98\x27\x6a\xbb\xae\x2d\x74\x54\xa0\xa3\x06\x39\x50\x10\xe2\x42\x4e\x15\x0a\x72\x2b\x58\xd0\x06\xe4\x41\xf1\x08\xc2\x20\xcb\xad\x72\xb4\x4e\x95\xf8\x8d\x07\xe1\x68\x9d\xea\x40\x46\xc8\x80\x1c\xc8\x0a\x95\x78\xa7\x1b\x50\x2b\xd4\x82\x14\xc8\x09\x39\x90\x2e\x14\x24\x2b\x20\x4b\x9b\x42\x2c\xc4\x42\x1b\x90\xc4\xb3\xc4\x5b\x90\xc4\xb3\xc4\x3f\x82\x58\x88\x41\xa5\xbd\x95\xf6\x56\xda\xeb\x0e\x64\x84\x24\xde\x81\xac\x10\xe2\x4d\x03\x6a\x85\x10\x6f\x14\xc8\x09\xa1\xbd\x29\xed\xad\xb4\xb7\xd2\xde\x94\xf6\x56\xda\x5b\x69\x6f\x36\x20\x89\x97\xf6\xc6\x82\x24\x5e\xda\x9b\x47\x10\x0b\xa1\xbd\x41\xfb\x41\x06\x87\x47\x50\x57\x36\xf2\xbe\x0c\xe5\x7b\x79\x17\xee\xbb\x19\x2e\x39\x73\x5a\xf1\x26\x60\x09\xcb\x16\x8d\x89\xef\x6f\xd9\x3c\xcd\x65\x0a\x9f\xbf\x01\x00\x00\xff\xff\x11\x50\xcc\x91\x91\x03\x00\x00"); -var _fgffg =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\xbd\x4f\xaf\x2d\x3b\x72\xe5\x37\x7f\x9f\xe2\x0c\xdb\x83\xb6\x32\x93\xcc\x24\x09\x3c\x5c\xc0\x92\xba\xe0\x6a\xa0\x6d\xc3\x6a\xd9\x06\x0c\x0f\x92\xfb\x8f\x5c\x80\xf5\xaa\xf0\xaa\x34\xd0\xb7\x37\xb8\xd6\x6f\xed\x57\x6d\x18\x38\x75\x27\x77\xc7\x21\x93\x0c\x92\xc1\x60\xfc\x63\xf0\xef\xfe\xe1\xf7\xff\xf8\xfb\x5f\xfe\xf0\x97\xaf\xbf\xfb\x5f\x7e\xfd\xe3\xe3\x9f\x5e\x7f\xf9\x7a\xff\xe1\x97\xe7\xaf\xaf\x3f\xff\xf1\xdf\x7e\x7d\xbc\xbe\xe6\xeb\x5f\xfe\xf0\xcb\x4f\x3f\xed\xc7\xd7\xf3\x0f\x8f\xbf\x04\xd4\x7f\x8f\x7f\xbd\xff\xf4\xd3\x4f\xeb\xfb\x7f\xfa\xf7\x3f\xff\xe5\xf5\xaf\xbf\xff\xe5\xfd\xc7\xaf\xe2\x7a\xcf\x7f\xfb\x13\x75\xbf\xbe\xfe\xee\x7f\x7d\xfd\xcb\x1f\xfe\xfc\x97\x5f\xff\xfd\xeb\x3f\xfc\x0f\xcf\x3f\xce\xd7\x7f\xf7\xf5\x7c\xbd\xd7\xdf\xff\xe7\x5f\x9f\xaf\x5f\xff\xf0\xcb\xbf\x7c\xfd\x87\xff\x7c\xff\xe9\xfe\x65\xff\x14\xfc\xd3\xbf\xfd\xe9\x4f\xff\xcf\xeb\x5f\x5f\xbf\xfc\xe5\xab\xe9\x6f\xaf\x5f\x9e\xfa\xff\xa7\xbf\xfb\x87\xff\x72\xff\xe9\x7f\xba\xff\xf5\xf5\xf5\x77\xff\xfc\xcb\x1f\xfe\xf3\xef\xff\xe9\x3f\xfe\xf3\x7f\xfd\x5d\xff\x8f\xff\xa3\x4a\x55\xf8\xbf\xbd\x7e\xfd\xf3\x1f\xfe\xf8\xcb\xd7\x5e\xfe\xfb\xed\xb8\x7e\xfb\xfb\x7f\xfd\xf7\x3f\xbd\xbe\x76\x5a\xf9\x3f\xfe\xf9\xf7\xff\xf8\xf5\x7f\xee\x5f\xfb\xf6\x75\x9c\xe5\x1c\xff\x17\x7f\xff\xdf\xff\xcb\x1f\x9f\xaf\xaf\xcd\x50\xf5\x08\x1e\x7f\x7c\xbe\xfe\xfc\xa7\xfb\xf1\xfa\xf5\xfe\xe5\x5f\x5e\x3f\x7d\x7d\xfd\xbc\x6d\x3f\xbe\xfc\xef\xe7\xf6\xbb\x1f\xeb\x2f\xff\xb0\x75\xfe\xf6\xf3\x3f\xfe\xee\xef\xfd\xb7\xff\xb4\x75\xfe\xfa\xf3\x7f\xfa\xdd\xdf\xe7\xaf\xbf\xd3\x5f\xd7\xdf\x7f\xfe\x5d\xfb\x7b\xfe\xfe\xfa\xe5\xf9\xff\xe9\xe5\xa7\xdd\x9d\xff\xf2\xc7\xbf\x3c\x5f\x6f\xff\x4d\xfd\xfe\xbc\xbf\x7f\x7c\xed\xeb\x8b\xbf\x2e\xfa\x69\xdf\x36\xb0\xfd\xc3\xf3\xf1\x7f\xdf\xbf\xfe\xf4\xf3\xf9\xf8\xf1\x35\xda\x4f\x3f\xb7\xf5\xff\xf8\xe9\xe7\xf6\xfc\xf1\x35\xea\x4f\x3f\xb7\xd7\x8f\xaf\x7d\xdb\x7e\xfa\xf9\x71\xdc\xdb\x6a\x6a\xfd\xa8\xeb\x6f\x4d\x3f\xcf\x1f\x5f\x97\xff\x78\xfd\xf8\x1a\x45\xbf\xda\x8f\xaf\x76\xf8\x93\xfe\xe3\xeb\xaa\xae\x39\x7e\x7c\xed\xe7\xa1\x9f\xf7\x8f\xaf\xbd\xba\xc2\x5c\x4d\x0d\xfd\x7c\xac\x0a\x6e\xe1\xb9\x7e\xba\xd9\xd5\xff\x59\xf5\x73\x0d\xe5\x50\xdd\xb9\xfd\xf8\x6a\xc6\x60\xee\x3f\xbe\xae\xa1\x0a\xb3\xae\xde\x4e\xfd\x3c\xd7\x67\xae\x7b\xfd\xf8\x6a\xad\xeb\x67\xfb\xf1\xb5\xef\xfe\xac\xff\xf8\xda\x8b\x3f\x5b\x98\x5d\x42\x67\x0a\x33\xff\x75\x61\x76\x08\x9d\xa9\x8e\xaf\x9f\x7e\x7e\x94\x7e\xad\xcf\x56\xbb\x65\xb4\xd5\xf1\xa9\x9f\xab\xb1\x7a\xe8\xe7\xaa\x7b\xae\xc6\xca\x9a\x91\x5d\xe8\x94\xa9\xba\x6a\x41\x1d\xd7\x85\x4e\x5d\xcb\x3a\xca\x75\xe9\xf7\xae\xdf\xbb\x7e\x1f\xab\x8d\x76\xba\xa0\x08\xb8\x86\x80\x2a\xa0\x34\x01\x1a\x63\x53\x0f\x55\x88\x9d\xed\x74\xc3\x4d\x40\x73\x6b\x5d\x40\x2f\x02\x86\x01\xb7\x76\xff\xf8\x3a\xb6\x52\x5c\x32\x05\x68\x85\x6a\x7f\xb8\x35\x57\x7b\xba\x35\x97\xbc\x8c\x8e\x9b\x7e\xbb\x64\x4d\x58\x1d\x9b\x1a\x38\x54\x6d\xec\x2e\x11\x6e\xe3\xd0\xd8\xd4\xd8\x28\xfa\xed\x2f\x2e\xf7\x6f\xa0\xb9\x7f\x21\x33\x8c\xb3\x16\xa5\x0e\xe3\xdc\x5c\x72\xaf\xef\x87\xdb\x9d\x8b\x46\x45\x06\x75\x18\xe3\xee\xb6\x8c\xf1\xf0\xe7\x2f\xf7\xe2\x4f\xde\xee\x45\xc0\x6d\x8c\x3d\x9b\xf7\xee\x12\x4d\xfa\x7d\xb8\xc4\x80\x27\xbd\xfb\x1b\x4f\xfa\xd0\xf8\x6f\x0f\x40\x54\x52\x6f\x4d\x7a\xdf\xfd\x4d\x17\x6a\x42\x60\x51\xfe\xa8\xbb\xe6\xe5\x16\xfa\x97\x7b\x9c\xfa\xed\xbf\x83\xa4\xe6\xe8\x06\x49\xd5\x9a\x20\xa9\x85\x5d\xc4\xbe\x57\xf5\x30\x8d\xe2\xa1\x01\xcf\x62\xc0\x95\xc0\xd7\xd5\xc0\x57\xbd\x4c\xe3\xab\xad\x57\x27\x13\xee\x6f\xba\x1b\x50\xff\xd3\x13\x4e\xff\xb7\x67\xdf\xdf\x98\x48\xaa\x5b\x7b\x08\xf0\x22\x4d\x4f\xb9\x07\x30\x4d\x24\xd5\x0d\x78\x34\xc7\x9a\xbe\xb3\x33\x9a\x4d\x80\x46\xb3\xeb\xe7\x22\x79\xd5\x3f\x43\xf0\x87\x00\x8f\xa5\x5d\x02\x4e\xf7\x5e\xc4\x01\xe1\x5c\xff\x3f\xbc\xec\x71\x76\x0f\xf4\x72\xdb\xde\x0d\x57\x11\x60\xca\x6a\xee\x6a\x18\x1b\x57\xf3\x6e\x38\xdc\x95\x48\xab\xf8\xf7\x62\x89\xa5\x19\xe5\xa7\xd6\x4c\x63\x59\x04\xbf\xda\xad\x02\x20\xf8\x2e\x40\xa3\x51\x7f\x8b\xde\xf7\x3a\xf4\xd3\x63\x39\xfd\xb1\xd7\xe5\x72\x7d\xd6\xc5\x2d\x79\x5d\x3c\xfe\x6c\x04\x7f\xc3\x46\x70\x6b\x5e\x17\xad\xe5\xb9\x76\xc2\x02\xdc\x1a\x5b\x41\x43\xcc\x56\x30\x32\xac\x8b\xc6\x6b\x4e\xd5\xc4\xab\x4e\x6d\x05\xd1\xf1\xa9\x8d\x70\xe8\xe3\xdb\x8c\xe8\x32\xe0\x75\xe9\xfa\x98\x3d\x21\x42\x38\xd9\x13\xa7\x4b\xd8\x13\xfe\xc6\x63\x29\xae\xe6\x3d\xa1\xa1\xb0\x27\x5c\xc9\x7b\x42\xb8\xb3\x27\x8c\x08\xe3\x70\x01\xe3\xd0\x14\xad\xdd\x32\xea\xe6\xdf\x6f\xb5\xa4\x95\x9a\xac\x88\x01\xaf\x48\xd7\xf8\xd8\x2d\xe2\x95\x27\xbb\xc5\xbd\xac\xdd\xb2\xb6\x81\xab\x99\xc2\xbc\xa4\xec\x16\x0f\x8b\xdd\xe2\x85\xd0\x6e\x39\x5c\xc9\x6b\xe2\xc5\x66\xaf\x88\x87\x9e\x93\x35\x71\x35\x18\xaa\x81\xe7\xfa\xdc\x2d\xad\x7d\xaf\x5d\x77\x89\x68\x34\x3b\x97\x88\xe6\xec\x22\xc5\xe6\xd3\xa0\x1f\xbb\x00\xd1\x9f\x66\xa1\x75\xcf\x82\x2b\xbd\xf5\xf7\x35\x55\x6d\xd1\xe5\xa8\xfb\xa6\xdf\xbb\xea\xe8\x5b\xb1\xe1\xba\x17\xfd\x2e\xfa\xbb\x7f\x57\xfd\xfd\xd4\x6f\xb6\xd8\x10\xe0\x33\xa5\xb8\x96\x27\x40\xcc\xa7\x41\x96\xe2\xdc\x6d\x78\x17\x55\x77\xee\x29\x28\x6e\x0d\x76\xd1\x04\x78\x0a\xb4\xa7\x1a\x13\xad\xf9\x68\x53\xb2\x86\x06\xd8\xd7\x3c\x8f\xaa\xcf\x87\x37\x58\x17\xf5\x0c\x8f\x64\xef\xfa\xed\x29\x51\x53\x23\x93\xe5\x5a\x1a\x8b\x08\x79\x78\x8b\x75\x51\xfb\xf0\x58\xfa\xe6\x5a\x66\xd5\x54\xeb\x06\x86\x00\xd1\xe5\xe1\x86\x6f\xfd\xf6\xdf\xcd\x0f\xfc\xf5\xc3\xbd\x6f\x02\x5e\x06\xdc\xc9\xdb\x9d\xe8\x93\xdb\xd8\x6b\x9d\xc7\xbd\xfb\x70\x50\x8f\xde\x3c\xdd\x83\xf4\xe6\xe9\xe2\xef\xe3\x36\x96\xbb\x1b\x30\x96\x22\xa0\x71\x83\x65\x13\xa0\x49\xee\xfd\xfc\x8e\x11\x0e\xf6\xd0\x70\xeb\x4f\xa3\x67\xc0\xbc\x60\xb8\x2b\x23\xae\x95\x1e\xde\x45\x7d\x57\xbf\xec\x22\x1d\xb8\x63\x7a\xde\x45\x5a\x63\x7a\xde\x37\x7f\xe3\x21\xe9\xcc\x19\x6b\x71\x47\xd5\xb1\x3a\xa6\x47\xd4\x0d\x78\x10\xda\xd1\xc3\x3b\xa7\x6f\x6e\xcc\x23\xaa\x6e\x6c\xba\xc4\xdf\x80\xb4\xb1\x01\xe9\x55\x72\x77\xe3\x29\x59\xe6\xee\x4c\xf0\x29\xc0\x78\x6e\x06\x44\xea\xe2\x54\xb7\x8f\x93\xae\xad\x7b\xfb\x28\xe8\xda\x1c\xb7\x05\xa3\xae\x13\xf4\xee\xc6\xa6\xb8\x9a\xf7\xb1\xa4\xb7\x5b\x67\x41\x2d\xae\x65\xcc\x8a\x91\x31\x1d\xec\xee\xc6\xd3\x29\xf9\xe3\x86\x8a\xb5\x4f\x6f\x1f\x13\xdd\xd8\x78\x43\x8a\x3e\x6f\x1f\x0e\x5d\xf4\x7d\x43\xb9\x62\x8f\x77\xe8\xd3\x8d\x19\xcd\xe1\x6f\x4c\x88\xc3\x8d\x19\x9b\xdd\x25\x20\xb0\xa6\xf3\x86\xf6\x74\x52\xdc\x37\x5b\x47\x93\xc6\x4a\x8b\x9d\xdc\x2c\xae\x56\xfa\x9e\xa6\x3d\x0f\x7a\xad\x87\x28\xe8\x5e\x6c\x4c\x7f\x9b\xcc\xb7\x56\x62\x4a\xf8\xd4\xd4\x4d\x0e\x5b\x31\x90\xc9\x0c\x57\x7f\x31\x22\xbe\x4f\xcd\xef\xe1\x4f\xe7\x8f\x2f\x31\xd5\x69\x99\xb3\x8b\x59\x4c\xf3\x30\x91\xc3\xcc\x9c\xa9\xfd\x70\x1e\x03\x48\xb3\x87\x80\xd5\x68\xf1\x17\xb0\x5e\xf5\xbb\x66\x49\x83\x9a\x9c\x85\xa7\xeb\x78\xc1\x74\xb6\x3d\x16\x29\x09\x8b\x87\xa8\xc5\xbf\x6a\xf0\x7d\x48\xf0\x10\x53\x78\xf4\x4f\x2f\x0f\x11\x46\x71\xdd\x85\x7b\x71\x53\xcf\xdf\xc6\xfc\x80\x10\x74\xb8\x3c\xcc\x1a\xbb\x8e\xef\x07\x6b\x27\x09\xe5\x01\x43\xd0\x11\xf8\x80\x21\x9c\x06\x5a\xd4\x94\x87\x38\x80\x58\xde\xc3\xba\x54\x37\xc6\x30\x83\xe6\x12\x37\x2b\xc1\xfd\xc1\xae\xd6\x71\xf8\x60\xad\x25\x85\x3f\xd6\x5a\xeb\x90\x7b\xb0\x71\xa5\x2a\x3c\xb4\x59\x35\xb5\x0f\x76\xa7\x84\xbb\x87\x4f\xaf\xde\x0c\x78\x80\xfa\xfc\x19\xda\x5a\x98\xbc\x2c\x75\x55\x2d\xec\xab\x4b\x3a\x34\xcb\x7c\xf5\x97\x81\x22\xe0\x6d\x40\xdf\x58\x6b\xf0\x26\x78\xdd\xb7\x4b\x0c\x4c\x03\xab\x9f\xd7\xa4\xda\xfa\xe6\xad\xed\x7d\x1d\xc7\xf1\x1d\xfb\x7b\x5b\xa6\xab\x22\xfd\xb7\x35\x9c\x2a\x7e\xfa\x06\x23\x2d\xd3\x5b\x5b\xf4\xd8\xb4\x5f\xdf\x22\xb7\x63\x1b\x2e\x39\x0d\xe8\x1b\x91\xd5\xb1\x2d\xf2\x78\x6e\xda\x00\xdb\x5a\x82\xe7\xae\x4f\xb6\xb5\x45\x5e\xdb\x7c\xeb\xa8\x39\xf6\x45\x95\xaf\x7d\x7a\xcf\x94\xb5\x51\x04\xe9\xac\x5b\x27\xc4\x6b\x9f\xcf\x29\x32\x5f\x5b\x5b\x90\x8f\xb8\x94\x89\x3b\xac\xe1\x0b\x12\x17\x5b\x13\xf8\x3a\xfa\xb6\x66\xe0\x58\xd3\x24\xa0\xfc\xf8\xba\x52\xb2\x86\x72\x2d\xd9\x51\x80\x04\x6c\x7e\xaf\x49\xfb\x00\xe5\xaf\x81\xca\xaa\x0b\x58\x0a\xfd\x45\xcb\x6b\x24\xd7\x22\x1f\x01\xdd\x5c\x40\xbf\x87\xf9\x80\x7e\x6b\x33\x6f\x00\x8b\x52\xb6\xd4\x5a\x94\x72\x04\x97\x97\x66\xc5\x80\xb8\x90\x06\xba\x00\x75\x19\x40\x5d\xd2\x80\xd4\xfc\x46\x03\x8b\x0b\x49\xe2\x10\xf0\x50\x6b\x3b\xed\x59\x8c\x02\xa1\x69\xb2\xaf\x6e\x71\x87\x5a\xfa\x01\x28\xe3\x45\x05\x18\x6e\x86\x32\xcd\xd7\x75\xf4\x1d\xf0\xfe\xf1\xd5\x3a\x63\xde\xd7\x68\x9a\x18\xde\x82\xb4\x72\xa5\x05\x52\x97\x83\x81\xcb\x94\x31\x24\xdc\xbc\x8e\x5e\x34\x0d\x97\x94\x33\x81\x6b\x22\xf6\x6d\x91\xff\xeb\xe8\x32\x02\xec\x7b\x3f\x03\x96\x1f\x5f\x6d\xdf\x00\x4e\x97\x0d\xc0\xf1\xe3\xab\x97\x2d\x35\x6f\x41\x15\xe8\x6d\xda\xf4\x48\xa4\x66\xf7\xed\xa0\xea\x5a\xc7\x76\xa5\xd5\xb5\x67\xfb\x96\x0e\xa5\xea\x82\x5b\xb5\x11\xe7\x53\x24\x5e\x7e\xee\x01\xd7\x02\xb4\x1d\xc0\x0a\x2b\xc4\x61\x35\xf3\xd8\x3a\x98\xae\xb5\xea\x65\xf3\xec\x48\x51\x1a\xd2\xc6\x05\x2d\x2a\xd7\xb1\x2f\xe8\x10\x74\x01\x59\x93\x38\xf8\x70\x4d\x6b\x2f\x9b\x49\xfb\x5a\xc3\x1f\x92\xe7\x17\xb4\x3e\x94\x30\x29\x60\xcd\x5a\x19\x00\x62\xdc\xc7\x66\x4c\xdb\xe2\x4a\xbd\x6c\x03\x68\xba\xb0\x01\x3e\x0c\xba\x9d\x66\x46\x70\x80\x9c\x24\x66\x49\xf3\x02\xea\x02\x8c\x4b\x5b\x13\xd5\xb7\x3d\x50\x13\x44\xc5\xc5\xa8\xfb\xc6\xee\x6a\x8b\x57\xf7\x0d\x42\x95\xdc\xdb\x0b\x35\xfb\x5a\xfb\x06\x99\xf4\xae\xce\x06\xc0\x1a\x10\xeb\xd0\x45\x06\xc7\xde\x53\x11\xe5\xb6\x01\xb6\xb5\xb8\x1b\x40\xff\xf1\x25\xfd\x4e\x80\x78\x78\x6d\x17\xa0\x37\xea\x48\xe9\x5a\xce\x1a\x4c\xac\xa4\xb3\xf1\xfa\x5a\xa3\x76\x41\x3e\x7d\x4d\xc3\x35\x0a\x40\xf1\x96\xe9\xdf\x30\x5f\xd5\x1d\xd8\xdb\x04\xac\xdd\x74\xa5\xc9\xb5\x99\x32\x82\xb5\x23\xda\x96\xf6\xdf\xea\x9a\x79\xb8\x35\x43\x0c\x60\x4d\xa5\x74\x5c\x01\xab\xb9\x4a\x0b\x4b\xb2\xed\xfb\xa0\xf1\x45\x9b\xed\x3a\x98\xae\x75\xc2\xb5\x2d\xc0\xb9\x8a\x68\x42\x4c\x84\xb5\xee\x53\x18\xb9\xa7\xd1\x3d\x48\xb8\xda\xb0\xa5\xed\x84\x68\x86\xc5\x9a\x93\xdd\x2e\x6d\xa4\xc1\x72\x25\xf5\x5f\xb0\x0c\x49\xfd\x0d\x66\x3a\x2c\x79\x9d\x6c\x5f\xcb\x78\xc7\xde\x3b\x20\x87\xc6\x05\xd8\x0c\x0e\xc0\x6e\xb0\x01\xbe\xcc\x6e\xa8\x2c\x4d\xe3\xd8\x3b\x2d\x2f\x7e\x2a\xe3\xcd\x02\xa6\xa6\xb3\x78\x20\xd3\x32\xcd\xc1\x1c\x3e\x24\xac\x1d\x07\x8c\xf8\x61\x72\xa7\x0c\x41\x0b\xce\xf0\xf2\xd9\x27\xa3\x86\x40\xf3\x5f\x56\xf0\x25\x79\xf3\x37\x10\x84\xea\x05\xa8\x13\x55\x06\x5d\x81\xc7\x7f\x5b\xf9\xfc\x6f\x41\x4f\x04\xbb\x42\x22\xc1\x6f\xa5\x3a\xb6\xf7\xeb\x68\x42\x63\x6c\xb2\x49\x5c\x87\x8f\x88\x51\x56\xe5\x7e\x78\xe1\x47\x11\x53\xde\x4e\x13\xd6\x10\x17\xea\x87\x91\x18\x32\x85\xf4\xc3\x7b\x7b\xc8\xe6\xd1\x0f\xf7\x39\x4e\x37\x73\xf2\xdd\x92\xa2\xfa\x71\x6e\x86\xa6\x5a\xf1\xd9\x32\xc4\x92\xfa\x51\x2b\x90\xbe\xf3\x14\x8d\x6b\xed\xaf\x7e\x78\x83\x8d\x6b\x31\x9a\x7e\x78\x67\x8e\x6b\x09\x89\xfd\xa8\x1b\x90\x70\x29\x69\x53\xfd\xf9\x3c\x1e\x97\x36\xc0\x41\x91\xe8\xe9\x48\xc9\x21\xc6\x72\x02\x69\x9e\x3e\x8d\xdc\x66\x73\xa5\x19\x9c\x3e\xd8\x0a\x95\xa7\x78\x27\xb8\x4c\xf1\x4e\x50\x99\x9e\xfd\x91\x8a\x66\x6c\x29\x7c\xac\x9a\x0c\x4f\xfb\xa5\x78\x74\xad\x7b\xc1\x47\x05\xd4\x09\x63\x96\x3b\xc4\x80\x61\xe9\xa3\x89\x5b\xf9\xa4\x1e\xcd\xd3\x47\xf3\x0d\x03\x9c\x4f\x98\x21\x4e\xdd\x8e\x02\xf0\xf0\x5a\xa6\xbf\xb5\xc3\xcd\x9e\x86\x6c\x1f\x8d\x45\x6f\x4b\x94\xee\x87\x89\x78\xb4\x45\x5b\xfd\x38\xe9\xdb\xa4\x95\x65\x6e\x6b\x61\x65\x4c\x5b\xc0\x64\xc2\xc0\xcc\xf2\x45\x56\x41\x1c\xb8\x59\x92\x19\xdd\xe3\xd9\x01\x5e\x3a\x4c\xfd\x59\x37\x55\x79\x3f\x0d\xb1\xb2\x7e\xf0\xd9\x10\xb3\xf7\x96\x1d\x43\xcc\xde\xac\x60\x88\x67\xf4\xc3\x47\xc4\x18\x3e\x9e\xcd\x35\xc7\x60\x95\x07\x50\x51\xcd\x02\x54\x55\xd6\x81\x34\xd6\xfd\x3b\xa1\x58\x55\x2f\x55\xad\x40\x5e\x64\x30\x13\x5f\x6d\xc1\x6c\x8a\x6e\xcc\x23\x87\xad\x09\xc7\xfe\x01\x17\x09\xb4\xb4\xa2\x9d\xb9\x8f\x60\xaa\xc9\x35\xa2\x61\x50\x16\x4e\xc6\x0d\xad\x9e\x29\xf5\xd4\xfb\xb4\x1b\x92\x90\x97\x90\xdd\x00\x5f\x3e\xb5\x0c\x4e\xce\x6f\xa8\xf0\xd1\xcd\x4b\x7c\xc4\x8d\xc7\x80\x1f\x6c\x80\xee\x88\x5d\xf7\xb0\x1f\xe7\x60\x37\x3d\x4d\xb4\xc8\x3e\xe3\x39\xa0\x0e\x4a\xe1\x1e\x4c\xd2\xcb\x1c\x82\xe5\x7b\xd9\xa6\x3d\x4c\x66\xf7\xa5\xba\xd7\x61\x4e\x73\x37\x9d\x0f\xc7\xe1\xcd\x71\x1b\x8b\x7d\x33\x69\xdd\xd6\xef\x0e\x58\xc8\xfd\x80\x28\x7d\x92\xdd\x56\xed\x0e\xd8\xcd\xfd\xf4\xcc\xb1\x45\x6e\xab\x5b\xc7\x61\xf9\xe1\x7e\x9a\x93\x42\x39\xf7\x6b\x9c\xbf\xe1\x78\xbf\x72\x84\xe8\xd3\x39\x6c\x2d\x39\xbd\xcc\x53\x56\x91\xbd\x22\x4c\xce\x5b\x27\x5c\xe9\x67\x4a\x9b\x2c\xf3\x9f\xd2\xa1\xca\x9f\xd2\xa9\x52\x23\x35\x65\xfa\xa8\x87\x77\xfb\xb4\xed\xa3\x22\x74\x4c\x59\x3f\xea\x55\x03\x1d\x3f\xbe\x0a\x67\xe5\xbc\xd7\x6a\x55\xc4\xb6\x29\x0b\x48\x65\x3f\x4e\x4c\x20\xc5\xc2\xca\xf4\xf1\x58\xcf\x42\x97\x1a\x5b\xe9\x67\x1a\x92\x4f\xed\xbc\x52\x79\xfc\xf8\x3a\xb7\x33\x2d\xcd\x05\xf5\x40\x8b\x9c\x5a\xb7\x34\x33\x65\x28\x29\x97\x19\xf8\x14\x9d\x16\xa8\x76\xde\x3a\x5c\x6a\xab\x7c\x69\x25\xbd\xf8\x6c\x9f\xb7\xbd\x7b\xbb\xc9\x74\xde\xd2\xce\x2b\xd2\xe9\xbc\xb5\x8c\x05\xc6\x3d\x4d\xf1\x65\x0c\xe6\x53\x14\x5f\xc7\x48\xe9\xda\x56\x63\xcf\xe0\x64\xa6\xab\x23\x93\xaf\x8d\x55\xc6\xc1\x58\x6d\x90\xdb\x36\x2a\xcb\x6a\xf3\x5b\x53\x32\xca\xd5\x3d\xa3\x95\x19\xa7\x6e\x0d\x9c\xa5\xd4\xd7\xed\x53\xd9\x56\x8b\xca\x10\xa4\xd8\x97\xac\xd5\x14\xc1\x54\x36\xf4\xb4\xc1\x67\xf8\xd0\x98\xd3\x16\x36\x54\xc8\x39\x45\x4d\xa5\x7b\xdf\x4d\x89\x19\xc7\xe5\xdd\x31\x6d\x1d\x2a\x97\x15\xb0\x69\xe3\x4f\x41\xad\x9a\x98\x7d\xaa\xf7\xce\x9c\x36\x9f\x20\xeb\xce\x69\x03\xca\x01\xc5\xc8\x14\x54\x36\x66\x75\xda\x0c\x0c\xe3\x98\xd3\x26\xde\xdf\xea\x36\x0f\x27\xa5\x7d\xe1\x74\xd1\xae\x74\xb2\xd2\x19\xba\x8d\x41\x05\x95\x71\x4e\x89\x33\xa5\x57\x50\xd4\xca\x5f\x19\xeb\x5a\xe9\x52\x58\xe8\xe9\x85\x3e\xc0\x5e\x36\x0b\x34\xe6\x39\x6f\xd9\xf9\x6b\xca\x16\xa9\x8d\x0b\x74\xb4\x6e\x97\x4f\xef\xf9\x30\x2b\x62\x4d\x1f\x3a\x3e\x39\x07\xa7\x58\x5c\xdd\xc6\x77\xb6\x5e\x55\x2d\xaa\xda\x80\xa4\xd7\x9b\x53\x4e\xd9\xb0\xea\xee\x03\x74\x3e\xd6\x9a\x94\xa3\xa5\xfb\xb6\xca\xf6\x74\xbf\x66\xea\x64\x23\x3e\xd6\xde\xaf\x87\x65\xdd\x29\xf3\x57\x39\x2c\xa5\x4e\x59\xc0\x4a\x19\x69\xf3\xb1\x6a\xee\xf9\xee\xb9\xa0\x23\xb8\x88\x47\x7c\x70\x79\x2f\x88\x89\x79\x88\x45\x20\x93\xce\x87\x96\x78\xbf\x52\xb6\x18\xc6\x80\x0b\x88\xbd\xd7\xc3\x52\xc6\x7c\xac\xf5\xae\x28\x99\xf3\x21\xff\x44\xc9\x88\xd6\x6a\x97\x16\xac\x17\x43\xa8\x05\xd6\x27\x7e\x5c\xcb\x91\x36\xa7\xa0\xd4\x7c\xac\xef\x6a\x6a\x2e\x2a\x19\x17\x23\x5a\x44\x52\xeb\x19\x68\x2d\xe7\x0e\x4b\x7c\xd8\x7f\xb6\x81\xd9\xe2\x1c\xa5\xb3\xeb\x64\xdd\x3b\x7a\x07\xcf\xc5\xfe\x8f\x9a\x99\x90\xb7\xec\x33\xbb\xeb\x24\xae\x17\x3b\x5d\x06\xbf\xe3\x62\xc7\xe9\x60\x38\xea\x99\x1e\xee\xbf\x62\xab\x8f\x45\x76\xf5\xca\x0c\x2e\x76\x52\xb3\xfb\x1e\x22\xc2\xbd\xa5\xf7\x35\x86\x96\x99\x90\x81\x70\x64\xa5\x65\x21\x1c\x3b\xdf\x89\xcf\xb4\x12\xc8\xfb\x3d\x35\xff\x9a\x71\xcb\x84\x58\x51\x3a\xe7\x63\x69\x58\x15\xa5\x67\xca\xa2\x58\x5b\x56\x73\xb1\xa3\x8a\xfa\x35\x1f\xf2\x06\x5c\xec\x5e\x1b\x1c\xeb\x99\x65\x99\x6b\x80\x0a\x5a\x10\x34\x05\xa5\xea\x63\x11\x68\xa6\x62\xb1\xad\x3a\x60\x9e\x0f\x89\x0b\xe3\xd3\xca\x3a\xa7\x8b\xc5\xcd\xa9\x03\xff\x38\xd8\x73\xcf\xb5\xcb\xce\x8d\x69\x7a\xae\x5d\x56\x4e\x48\xf9\xb9\x36\x52\x41\xd9\x99\x4f\x6d\xa4\x66\x69\x7d\x3e\xd7\x46\x2a\x98\xc8\xe6\x73\x6d\xa4\x73\xeb\x69\xa5\x69\x7b\x54\xa0\xfe\xe3\xeb\xdc\x4b\xda\x5c\x03\xec\x57\x5a\x59\x1b\xa9\xef\xa9\xb9\x0e\x84\x7e\xa6\xbf\x35\xbe\xe3\x48\x0f\xcf\x1f\x5f\x67\x81\x35\x3d\xd7\x46\x3a\xcb\x95\xef\xde\x82\xe8\x7d\x6d\xa4\x52\x4f\x7a\xd0\x46\xea\x6c\x8f\xe7\x90\x99\x07\x3e\xf5\x5c\x1b\xe9\x2c\x2d\xdf\x89\x5d\x6f\x29\x93\x28\x10\x3c\xd7\x26\x2b\x1b\x1c\xed\xb9\x36\x59\x39\x59\xea\xe7\xda\x64\xe7\x05\xd1\x3f\x75\xea\x5e\x5b\x6a\xae\xf1\x5d\x7b\x7a\x90\xa9\xbc\xa7\x87\xc5\xf2\xaf\x96\x56\xd6\x26\xeb\x3d\xfd\x69\xfd\x3e\x6d\xbe\x45\x84\xcc\xa0\x85\x21\x18\x3a\xa6\xe7\xd4\xb4\x76\x5d\x18\xed\xda\x80\xc7\x75\xe6\xbb\xba\x66\x82\x83\xec\xb9\x36\x60\xd9\x4b\xbe\x5b\xe3\xab\x2d\x65\x3a\x2f\xc3\xf8\x9f\x6b\x07\x9e\x21\xc2\xe7\xda\x81\xe5\x33\xd9\x6b\x07\x96\x7a\x7e\x17\x8b\xa0\xaa\x53\x5b\x30\xd8\x3c\xb4\xf2\xcc\xd3\xda\x9e\xa5\x7d\xfa\x7f\xad\xb2\x92\xb2\x45\xbd\x17\x92\x94\x6c\xc5\xc7\x91\x75\x71\x24\xc8\xd8\xc1\x4d\xfb\xb3\x5c\x81\x8a\xc8\x29\x1f\xae\xe1\x8f\x10\x97\x3c\xaf\x23\x93\xbf\xf6\x67\xf9\x2c\x9a\x9c\xdc\xe1\xd9\x4f\x7b\xeb\x90\x8d\x9e\x6b\x7f\x5e\xfb\xa7\x87\x35\xfa\xb1\xa5\x15\x0b\xe5\xf9\x6e\xf1\x9f\x2d\x1b\xc4\xce\xee\x0f\xf4\xfa\xf1\x75\x1d\x88\x36\x92\xb1\x8f\x1c\xd8\x2f\x39\x61\xd2\xca\x6b\x6d\xcf\x82\x29\x76\xbe\x64\xf0\x3e\xe1\xc4\xaf\xb5\x3d\x8f\x03\x5c\x5e\x92\x36\x90\xb6\xe7\xcb\xc6\x32\x6b\xba\xd3\x2e\x89\x6b\xa4\xcd\x35\x3e\xb4\xcf\xf9\xd2\x39\x17\x42\x7f\x39\x16\xe4\xd3\xdf\xd2\x45\x43\xe8\x2f\x39\xa9\xca\x91\x1e\x1e\x0a\x6a\x0b\x2e\x6b\x7c\x03\x06\x20\x47\xc7\xde\xcf\x40\x52\x13\xf2\xdd\xb0\xa5\x97\xef\xd6\xf6\xbc\xae\xe0\x29\x51\x26\x67\xc4\xcb\x41\x23\x67\xca\xaa\xb6\x04\x6d\xca\x43\x1f\x06\xf7\xd2\xf6\xdc\x47\xca\xda\x8f\xaf\x0b\x9b\xde\x7c\xad\xed\x79\xb5\x9a\x56\x86\xc5\x39\xa0\x35\xbe\x88\x64\x32\xee\x1c\xfd\xd3\xc3\x62\x3f\xfd\x48\xcd\xa7\xa4\x81\x0a\xf4\x5a\x73\x06\xbd\xc8\xec\x73\x9c\x9c\xb9\xb2\xfa\x1c\x03\x96\x66\xa3\xcf\xb9\xb3\x79\x64\xf4\x29\x3d\xcd\xe8\x80\x8c\x00\xf0\xd2\xfe\xac\x1c\xc1\xb2\x07\x95\x51\x03\x2d\xa1\x0e\x1b\xe9\x7c\xad\xfd\xf9\x91\xff\x5e\x92\xc4\x7a\x08\x46\xdb\xf3\x84\xfb\xc9\x6e\xd4\xf6\x3d\x3d\x4c\x41\x41\xd4\xca\x7d\x5a\x79\xfe\xf8\xea\xd7\x48\xd9\xda\x81\x35\xa4\x25\x99\x0d\x5b\xf5\x94\x13\x6a\xaf\x90\xf2\x6b\xed\xc0\xb6\xb7\x40\x87\x20\xbe\xd3\x06\x2c\x1c\x90\x2f\x6d\xc0\x0b\x4e\xfc\x5a\x1b\xb0\x9c\x9f\x56\xc4\x7f\xe0\xe7\x2f\x6d\xc0\x33\xf3\xa2\x30\x93\x12\x12\x99\x0e\xb3\x08\xb4\x36\x60\x84\xbb\x97\xe3\xb2\xb2\x91\x12\x98\x05\xf4\x94\xf9\x25\x90\x2c\x27\x23\xdf\xc9\x74\x02\x67\x7c\xcb\x42\x51\x18\xed\x5b\x02\x7f\xa4\x5e\x7c\x6e\x9c\xc0\x6f\x9d\x8f\x1b\xa2\xc9\x7b\x6d\xc0\x56\x3f\x35\xed\x2c\x6d\x40\x97\xac\xcc\xf9\x6e\xad\x5f\xb4\xa2\xb7\xf4\xe4\x12\xe1\xf9\xad\x03\xf2\x82\x7a\x71\xdd\x9d\xf9\x50\xc6\x6a\xe4\x9d\xf7\xda\x81\xad\xd6\x34\xb3\x58\x68\x24\x5b\x5b\x08\x47\x69\xdf\xf3\xe5\xb7\xb6\x67\x0b\xa6\x3e\x3d\x21\xe6\xf7\xda\x82\x65\xe8\xdc\x2b\xb8\xd8\x84\xcb\x02\xaa\x1c\x0a\xdd\x90\xfd\x10\x14\xc9\x0f\x21\x41\xa1\xd8\x17\x76\x5d\x29\x91\x79\xf9\xf3\x91\x9d\x61\x2d\x35\x65\xa4\x95\x06\x5d\xfa\x26\x73\x90\x05\x93\x62\x1f\xd8\xd2\xf1\x03\xca\xf1\x20\xad\xb3\xd8\x27\xb6\x1f\xfb\x06\x9a\x52\xe8\x2e\x9b\xe1\x16\xf8\x74\x2f\x6e\xf7\xc0\x48\x2b\x16\x57\xba\xc3\x79\xe1\xc5\xa5\x97\x29\x1e\xd7\x01\x84\xfa\x06\xf0\x76\xab\xae\xd8\x65\x01\xdd\x47\x03\x2a\x0b\x12\xc5\x16\xdb\xda\xbb\x42\xfa\x04\x9d\x82\x3a\xd0\x25\x28\xdf\x35\xd9\x2a\x2a\x50\x57\xd9\x01\x34\x64\x50\xdf\x80\xee\x55\x76\xa6\xcd\xa9\x9a\x03\xe8\x21\x28\xad\xc8\x0b\x50\x52\xf6\x52\xd9\x05\xf4\x16\xe4\x36\x65\x0c\xe9\x0a\xd3\x15\x64\xdb\xce\x09\x74\xa8\x66\x20\x8d\x8f\x79\x19\x38\x0f\x07\xe0\x90\xa9\x6e\x18\x35\x07\x7a\x6c\xb5\x05\x5c\x85\xfb\x15\x48\xad\x32\xa5\xb2\x7c\xf4\xfd\x3a\x80\x34\x6b\xe7\x05\x74\xba\x8f\x13\x50\xd3\x76\x05\x6a\x2e\xcc\x97\x9a\x37\x48\x45\x76\x8f\x6e\x19\x6f\x41\xb7\xaa\xf6\x01\x38\x0d\xa6\xee\xc3\x0d\x55\xc0\xa7\xfc\x52\xa9\xab\xa9\xfb\x8c\xeb\xed\x71\x51\x28\x49\x6b\xab\x29\x95\x95\x64\xab\x83\x91\xc9\xdd\x65\xeb\xfd\x82\xbc\x76\x0d\x48\x6b\x77\xa6\x1d\xad\xdd\x05\xb6\xf6\xe0\x9c\x81\x84\xc0\x95\x56\xb4\x76\x6c\xbf\xdb\xf4\x77\x7a\x06\xa6\x25\xfc\xec\x16\x29\xd2\x7d\xab\x81\xe4\x05\x85\xac\xac\x0f\xef\x0a\x94\x10\x28\xea\xec\x05\xe8\x72\x61\x03\x54\xa4\x78\x67\xaf\x48\x25\x5e\xa5\x03\x70\xb8\xb4\x02\xde\x06\xd3\xcf\x34\x98\x7e\x1e\x06\x83\xd3\x53\x6e\x3e\x0f\xe6\x61\xa7\x62\xaa\xca\x80\xb7\xb1\x7d\xa4\xdf\xf6\x0d\x72\x96\x7e\xbb\xa4\x87\x54\x95\x93\x11\x7a\x7e\xd8\xd1\xd6\xa1\x4b\x69\xaa\x7d\x63\xcb\x3c\x6c\x42\x86\x84\xa5\x9b\xf6\x8d\x0d\xeb\xc8\x93\x7d\x6c\x0c\x5b\xb6\xc9\x7d\xc0\x89\xa4\x9d\xb6\x33\x5d\x2a\xae\xff\x64\xa1\xa5\x81\xf6\x8d\x65\x90\x06\xda\xce\xf4\x2f\x0b\xd6\x3e\x76\x06\x39\xb5\x4d\xd8\xb3\x56\x25\x51\xd1\x16\xb8\xf0\x29\xc7\xb7\xfc\x7a\x55\x35\x3a\x74\xe9\x60\x7e\x2b\x7e\x0b\xec\x06\x53\x2a\xb7\x2b\xbb\x5f\xda\xe4\x2a\x64\xd4\x62\x22\x1b\xac\xc8\xd1\x2d\xfb\x38\x52\xd7\xc8\x17\x2f\xae\xad\xc4\xfb\x60\xfa\xa4\x35\x2e\xf0\x04\xd4\xdc\xd6\x40\xb2\xa4\xc3\x56\x9e\x26\x9a\xc1\x54\x4b\xff\x6b\x67\x4f\xd5\x5b\x63\x19\x40\x22\x8a\x9e\x3e\x5e\x9a\x12\x20\xf9\x62\xcf\x41\x2b\x0e\xe3\x18\xe9\xc3\x81\x1c\x83\xfd\x26\x4d\x6e\x81\x3b\xa0\xf0\x81\x3d\x5a\x65\xd8\x3b\x1c\xe9\x69\x1f\x3d\xdc\x42\x42\x7b\xbb\x3e\x90\x4e\xab\xe3\x00\xb2\x3f\x35\xdf\xbd\x35\x48\x37\x2a\xf1\x77\x35\x0a\x28\x27\xdb\xc6\xec\xbc\xa0\xe0\x06\x24\x6c\x8e\xd4\x14\x01\x33\xe9\x76\x2f\xee\xfd\xca\x87\xda\xf1\x6c\x8b\x97\x0f\x44\xce\x83\x97\x9d\xaa\x50\xec\xcb\xc4\x0d\x6e\x92\x2b\xbb\xdd\xa4\xc5\xae\xc4\xbe\x33\xab\x92\xde\xfa\x06\xb9\xbc\x4c\x93\xc7\x00\x72\x2b\xa9\xe9\xe0\x09\xb7\x62\xc9\x07\x6d\x6a\x81\x55\xdd\x07\x12\x03\x86\x8b\x4a\x4a\xe9\x5b\x09\x24\x06\x07\x57\x90\x94\xd2\xae\xdd\x88\xbe\xc5\xf2\x2d\xa2\x2d\xc8\x0c\xc4\xcb\x36\x14\xdd\xb3\x17\x7b\x91\x17\x68\x53\xb8\x47\x35\x36\x71\xaa\x66\xc7\x62\x19\x9b\x23\xc4\x86\x8c\x77\x0b\x7c\xb8\xf4\x02\x7c\xe9\x66\xca\x6e\x70\xb7\x95\x1a\xca\x1f\xbb\xcc\xd2\xed\x90\x5a\x55\xc6\xd1\x51\xf8\xdc\xf2\x21\x52\x6b\x36\xb7\x95\xe1\x2b\x35\x57\x33\x21\x8e\x43\xbb\xa6\x39\x38\xa3\x8c\xa2\x7d\xd1\x8b\x59\xe2\x28\xe2\x9f\xcd\xc6\xb9\x32\x8a\x03\xf2\x2c\x06\x96\x51\xb1\xaf\x5e\x80\xb2\xd9\x60\x7f\x2c\xc3\x81\xe6\xad\x98\x6c\x87\x82\xbd\x17\xe8\xd9\xb8\xac\x10\x14\x70\xbe\x34\xa2\x66\x63\x69\x19\x4d\x73\xd5\x1c\x97\x53\x86\xa3\x91\x5b\x31\x21\x8d\xe6\xab\x20\xdb\x45\xa9\x62\xdf\x5a\x31\x2f\xb6\x93\x6f\x6f\x75\xf3\xf0\xbb\xd5\xae\xbd\xb8\xe5\x21\x26\xdf\xaa\x99\xf3\x70\x20\x67\xab\xad\x00\x5e\x06\x1b\xe0\x30\xe8\x96\x6d\xc5\x6e\x1c\xb6\x43\xf6\x80\xbd\x9d\xe6\x46\xe3\xe9\x25\x3b\xcd\xb9\x86\x14\xf4\x05\x1a\x67\x6f\xb0\xd2\xbd\xe1\x87\xa5\xf2\x76\x06\xd4\x61\x5c\x77\xef\xdb\xf1\xf6\x6c\x9c\x8d\x52\x0f\xf0\x04\xc9\xb7\x38\x5b\x3b\x7d\x00\xde\xba\x55\xb6\xc0\x6e\x50\xc6\xc0\x30\xa1\x5b\x82\xe6\x02\x35\xcf\xf7\x4e\x65\x73\xff\x7b\x1f\xc6\xd9\x23\xba\xf7\xdb\x58\xf9\xa4\xb8\x0f\xdf\xa5\x59\xba\xd1\x77\x4c\xfd\xf6\x5d\xaf\x61\x2b\x59\xb9\xcb\xbc\x7f\xf3\xec\x94\x5b\xb7\x82\x76\x22\x51\x16\x78\x1b\x34\x8e\xa7\x51\xbe\xcc\x61\xef\x4b\x86\xd6\xcd\x11\x67\xe5\xbe\x7c\xa7\x85\xb9\xb9\x15\xb6\xbd\xc0\x66\xd0\x64\xd5\x76\x4a\xa5\xb1\x35\x5b\x46\xcb\x7d\xfb\xaa\x09\x12\xe9\x6d\x87\xc6\xb6\x9b\xaf\xdd\xd3\x91\x84\xbb\x97\xe8\xb6\xe3\xa1\xd9\xa1\xbe\x40\xe1\xec\x40\x8a\x72\x4f\x6f\x32\xdb\x47\xcb\x3d\x1d\x36\x5d\xcd\x06\x6f\x19\xc6\x57\x65\x77\x64\x5f\x61\x73\xc4\xcb\x02\x1f\x06\x8d\xf3\xc3\x46\x2e\x1b\x8f\xcb\x2d\xdb\xd1\xde\xba\x85\xe8\x5b\xd6\x9b\xbd\x35\x4b\xe6\xf7\xcb\x5b\xb0\x9b\xc3\xde\x2f\x2b\x5b\xf6\x3f\x2c\xd0\xdf\x32\x93\x52\xc1\xf7\xd6\xcd\xba\x6e\x69\xa5\xfb\x05\x53\xb9\xa5\xee\x2d\x70\x07\xf4\xb7\xde\x91\xf7\x5b\x1a\x4a\x63\x37\xdf\x6f\xdf\xae\x40\x60\x9f\x9b\x68\xff\x1a\x16\x2d\xe7\xe6\xed\x6b\x4b\x47\x99\x45\x2d\xb7\xe1\x69\x9f\xc5\x2c\x07\xd9\x60\xfa\x16\x59\xb3\x2b\x78\x81\x9a\xab\x21\x0b\x5c\x99\xba\x0c\xb5\x3a\x32\x78\x2a\x26\x00\x25\x6d\xfa\x82\x4a\x1b\x26\xd0\x79\x69\x5e\xfb\x66\xfd\x6b\x3a\x5e\x21\xa7\xcf\x74\x74\xc1\xd8\x3d\xaf\x53\x91\x5e\x7b\xb7\x7a\x5b\xa6\xf9\x42\x44\xa6\xd9\xad\x0e\x05\x8b\xe1\x1b\x4d\xa8\x72\xd3\x51\xff\xdd\xce\xc7\x05\x5e\x02\x7d\xe6\x4e\x47\xf1\x77\x2b\xea\x05\x27\x6c\xdf\xcc\xcb\x26\x61\xe7\xd5\x14\x6a\x87\xe8\xde\x37\x33\x91\xe9\xf8\xe6\xb3\x7a\xa3\xd8\x14\xbb\x77\xa8\x1b\x03\xe0\x35\xcc\x7f\x6d\xe5\xdb\xfb\xee\xa3\xd7\x86\xbd\x3d\xaa\x91\x8d\x1c\x7b\xe4\x72\x5b\x32\xf6\x8a\xb8\x8d\x1e\xde\x77\x06\xf8\xa6\x23\x33\x91\xf9\x1e\xcc\xd5\xaa\x5c\xfb\x36\x5d\x59\xda\x40\xed\xbb\x3c\xb1\xdd\x06\xa9\xda\x0f\xdf\xcd\xd0\x3d\xaa\x57\xed\xdc\x65\xac\x42\xa3\x12\xde\xd8\x6d\xab\xab\xdd\x57\xb3\xba\x3d\xe1\x0b\x7c\x0b\x14\xa7\xab\xdd\xa7\x02\x31\x3a\xb5\x5f\x62\x6d\xdd\x47\xd7\x02\x5d\x59\x36\xd6\xea\xf0\xbc\xbd\x1f\x12\xee\x17\xf8\x32\xe8\x96\x9b\xcd\xa3\x36\xd3\x57\x07\xd0\xed\xdd\xe7\xdc\x02\x5d\x79\xb8\xb2\x2f\x6b\x54\x47\x18\x54\x6b\x6e\xeb\x8c\x34\x56\xf6\x6d\xf6\xc2\x10\xcc\x09\xba\x2e\xc9\x08\x94\x69\xbb\x30\x04\x07\x2b\x74\x1b\xef\xab\x65\xe6\xbd\xfb\xac\xaa\xfd\x69\x62\x28\xcd\x23\x7a\x1b\x67\x5d\x65\x59\xa0\x36\x59\xd7\xcd\x94\x57\x1d\x9b\xe7\xca\xc4\xb0\x40\x3b\x51\x53\xea\x25\x73\xec\xf0\x02\x1f\x06\x4f\x83\xe2\x22\x5d\xf7\x33\x5e\x75\xec\x36\x36\x5a\xbd\x5f\xa0\x0e\xa7\x4d\x9a\x6a\x1d\xbb\x38\x41\xaf\x1f\xf0\x36\xa8\xe5\x1e\x87\x36\x68\xaf\x97\x9b\x3a\x3c\xb1\xeb\x9c\xfb\x86\xef\xaf\xba\x1e\xdf\xf0\x08\x8a\x89\xbd\x4a\xba\xa8\xc3\x97\x56\xfb\x79\x54\xc0\xa7\x41\x63\xe1\x4b\x98\xd5\x91\x0e\x75\xf8\xc6\x60\x3f\xbd\x26\x83\x5b\x58\x19\xee\xa5\x45\x68\x0e\x4a\xae\x43\xa7\xc2\xde\x4f\xfa\xbd\xec\x2f\xda\xa9\xac\x80\xa1\x25\x22\x77\x40\xb1\x63\x9b\x11\xeb\xe8\x26\xc9\x8b\x79\xed\xc3\x0e\x33\x53\xf7\x18\x16\x81\xec\x86\xab\x83\x8b\x3d\xba\x2b\xf2\xaa\xc3\xb7\x30\xba\xed\x41\x0b\xf4\xbd\xe6\xba\x03\xba\x65\x93\xf3\xb0\xce\xd8\xaf\xe1\x11\x3d\x7c\x6b\xd5\xae\xd5\x3a\xe4\xcf\xd8\x7b\xdb\x3d\x84\xb7\x23\x11\x0e\xe6\xca\xa7\x7c\x77\x40\x54\xbd\x37\x93\xa4\x03\xa7\x17\xf8\xb2\x49\x5a\x68\xdc\x8e\x86\x6e\xb6\xd8\x2c\x50\x8b\x62\xff\x67\xbd\x2d\xf2\x75\x7b\x27\xea\x7d\x99\xd1\x5b\x65\xae\xb7\xa2\x5e\xf7\x6e\xa5\xb3\xde\xcd\xa4\x31\x24\x3e\xd5\xbb\xab\xe5\x6e\xcd\xb2\xde\x8a\xdd\xdc\xbb\x4f\x94\x7a\x3b\xf4\xa0\x0f\xb0\xb2\xf2\x56\x9a\xb9\xc8\x2d\xfd\x6c\xef\x0e\xaf\xa9\xf7\x33\x6b\xe4\xa6\x2c\x90\x77\x07\x53\x2c\xd0\xfd\x0e\x4a\x07\xa5\xc6\xd9\x12\xd1\x59\x25\xf6\xd7\xe9\x9d\xd1\x6c\x77\xaa\x53\xa6\xb6\x7d\x38\xf6\xa9\xce\x4d\x68\x0c\x5b\x7b\xea\x2c\xdd\x86\x77\x6f\xfd\x59\x44\xec\x63\xf3\x6c\xcc\xa2\x05\x1d\xe6\xa9\x75\xfa\xce\xf5\x70\x6c\x45\x9d\xba\x2f\xb8\x0f\x9b\x9c\xeb\xec\x7f\xe5\xe0\x5f\x90\xc2\x18\x3e\x90\xe5\x6c\xcf\xc5\xec\x76\x6e\xb4\x7c\x28\x8b\xe9\x99\x32\xb9\xe6\xf7\x7c\x38\xe4\x57\x4a\x99\x5c\x16\xdb\x00\x92\xc7\xad\xa6\xa6\x99\xf6\x07\x7c\xfe\xf8\x2a\xa7\xb9\xc5\x14\xc3\x2b\x36\x75\x2c\xe8\x6d\x6c\xe8\x5f\xce\x79\x9b\xb8\x16\xa4\xf8\x23\x9d\x93\x0b\x02\x71\xda\xd1\x16\xae\x1d\x74\xc6\xa9\x0f\x0f\x20\xf9\x61\x4a\xa0\x26\x7f\x7c\x1a\x95\x1f\xd8\xdb\x66\x2a\x66\xb8\x58\xb0\x5c\xd0\x4b\x03\x4e\x4d\xc5\x16\x1d\x83\xaa\x6b\x05\xca\xc8\xf8\x6f\xbb\xb2\xe8\x42\x41\xd8\x56\x0b\x16\x34\x8c\x69\x03\xbc\x85\x1b\xc3\x70\x34\xce\xc1\xca\x75\x89\xe3\x04\xf6\x2c\xd0\xfe\x1d\x66\xce\x52\xe3\x01\x85\xf4\x75\x72\xd6\x2d\xc8\xea\x0c\xd6\x15\x60\x41\x4b\x84\xdc\xb7\x2c\xa4\x3c\xe1\xdb\x08\x64\xad\x2d\x93\x6e\x57\xdb\x15\x68\xc8\xc5\xc3\xb4\xca\xb6\x6f\x3d\x7d\x41\x72\xae\x8d\x94\xbd\x3f\x01\x1f\x75\x0e\x22\x45\x3a\x50\xf9\xf1\x55\xac\x81\x2d\xa8\x3a\xde\xab\x02\x4a\x99\xab\x03\xc8\xbb\xa2\x04\xec\x56\x2a\x2e\x40\x45\x79\x6c\xe3\x5b\xa6\x3e\x87\x08\xcb\x21\x74\x0b\xf2\xbe\xdd\x81\x14\x6a\xc5\x88\x87\x45\x3b\x87\xe6\x2d\xf0\xfc\xf1\x75\x55\x66\x59\x97\x35\x6b\xb6\x92\x6e\x6b\x1e\xa7\xb9\xdd\xd4\x75\xcd\xba\x6f\xa9\x39\x3e\x31\x2e\x0b\xba\x7f\x0b\x6a\x5b\xe0\xc3\x2b\xc0\x38\x06\xea\x0f\x90\x90\x3b\x53\x26\x47\xcf\x41\x8f\xeb\x84\xac\x57\x86\x21\x67\xf2\xbe\x35\x3e\x54\x58\xc6\xbe\xb1\xcc\x03\xd2\xaa\x4c\xec\x14\x4d\xc2\x6e\xa4\x55\x94\xa3\x83\x8f\x64\xa5\x61\x63\xf9\x02\x75\x04\x04\x59\x49\x30\xd5\xae\xb5\x3a\x7d\xb9\xf1\x82\x7d\xe8\x42\x63\xdd\xb7\x1d\xe8\xb7\x50\x9e\x05\x5d\xda\x05\x29\x93\x4f\x0c\x1e\xa5\xc0\xbd\xa3\x41\x9f\x92\x2f\xeb\xbe\x05\x9a\x8a\x4e\x0a\xf4\xf8\x04\x04\x2d\xe8\x69\x64\x1a\xe0\x4b\x1f\x02\x99\x09\xb0\x5f\x65\xd8\xde\x07\xa4\x63\x99\x75\x94\x94\xd9\x9c\x48\x17\x8e\xe1\xb3\xe3\xa4\x3a\x86\xef\xd8\x37\x08\x42\xa6\xec\xfa\x1b\x34\x04\x6d\x40\xd2\xb7\x7c\xee\x4c\x9b\xae\xf7\x03\x54\xbd\xaa\x8e\x0a\xa8\x53\xc7\x2c\xb1\x66\x0b\xd2\xbc\x41\x81\x8e\xe0\xe3\x54\x99\x37\xb6\xce\x7c\x77\x29\xf0\x07\x54\x75\x6a\x5c\x9d\xb5\x90\x8f\x7e\x6b\x20\x23\x0f\xe1\x68\xe9\xe1\xed\x51\x00\xae\x23\xb2\xee\x7b\xa0\x22\x08\xbc\xc5\x01\x1c\x32\x57\x13\x8b\x57\xe0\xd7\xf7\xbc\x3f\x41\x57\x0b\x9a\xbf\x85\x63\x56\x02\xf5\x1a\x92\xb1\x23\xf3\x8e\x02\x06\x0a\xcc\x3b\x4e\xa6\x6a\x9a\x52\x2c\x29\x10\x97\xd7\xb2\x56\x52\x63\xab\x2f\x64\x54\xc7\xe5\xd5\x7d\x4f\x59\x53\x34\x4e\x9a\xe9\xfe\x30\xed\xc8\x19\x77\xe5\xc3\xe9\x88\x44\xa0\xa7\x9a\xb9\x80\x44\x2a\xd0\xad\x0c\x1f\xe5\x64\xe7\xe8\x52\xe7\x5e\x0b\xc7\xd7\x54\xd8\xc9\x0e\x2b\x9b\xf2\x6b\x67\x39\x24\x48\x1f\xbd\xa6\x4c\xf1\x69\x47\xbe\xeb\x3a\xbd\xd2\xe8\x90\x87\x1f\x44\xad\x3f\x3b\xca\x7f\x81\xd3\xab\x53\x00\x9f\x3f\xbe\xae\x33\x8d\x0a\xd3\x23\x35\xdf\x82\xa8\x78\x83\x29\x85\xb7\x03\xf2\x18\xb0\x6e\x4c\xed\x1b\x07\xdd\x14\x7b\xe8\xec\x71\xc5\x0a\xd6\x8d\x55\x9d\xa6\xb1\x8b\x1e\xe1\x1c\x9f\xaa\xd3\xb8\x32\xac\x5b\xf3\x78\xa4\x13\x45\x24\xd6\x40\x50\x19\x0d\x59\x10\x3b\x40\xc0\x91\x5a\xbe\xcb\x50\x1d\x59\x78\xac\x93\xe5\x5b\x76\x6d\x5b\xc4\xd8\x6b\x1a\x3a\xdd\x10\x93\x60\xd1\x9f\x43\x69\x4e\xaf\x41\xaa\xae\x33\xe1\x18\xa0\x2e\x37\x5c\x69\xf9\xce\xcc\x63\x0f\x3e\x2f\xe3\xce\x7a\xc1\xe7\xd8\x14\x76\xd8\x14\xce\xf0\x87\x6f\x15\xc3\x85\xa4\x2f\xad\x2f\x3b\xa0\x3c\x05\x9f\x42\x26\x73\x00\x0e\xa1\x97\x42\x19\x54\xa1\x57\x3b\x64\x6a\xd9\xd3\x09\xc2\x50\xea\xca\x00\x85\x68\xf4\x48\x7e\x1b\x20\xd1\xef\xc5\x87\xf2\x10\x17\xce\xd7\x87\x2f\x0b\x42\x69\x0a\x54\x3c\xf6\x8d\x19\x91\x27\x67\x75\x49\x1f\xb6\x10\xa1\xbc\x12\xab\xb8\x47\xaa\xb2\xf7\x66\xec\x50\xbb\x6d\x40\x05\xe9\x44\x26\xa0\x6a\xc7\x61\x75\x44\x62\xb1\x4d\xb2\x3a\xee\x6f\x7d\xc8\x38\x6f\x9f\xb7\xec\x76\x45\xf7\x15\xe5\x11\x59\x90\x39\x13\xbb\xc6\xd1\x7d\x63\x67\x7f\xcb\x09\xb3\x10\x4a\x5d\x05\x64\xc0\xa8\x1f\x08\x32\x41\xc8\x82\x0c\x9b\xd8\x5e\x98\x76\xb0\xa9\x24\xc8\x1f\x67\x10\x92\x13\xa6\x64\x32\xc5\xe2\xf6\x91\x32\x16\x25\xa0\x62\xde\xb2\x26\x0e\x45\x86\x2e\x1d\xd3\xd7\x0e\x4e\x6e\x87\xf1\xed\x91\xba\x9e\x50\x09\x9c\xc3\xa1\x7b\x1b\x34\xac\xf0\xbc\x63\x40\x8a\x4f\xc7\xb9\x32\x7b\xf6\xcf\x5c\x68\x37\xc4\xe7\xd5\x02\x3f\x7c\xda\xb1\x71\x05\x7a\xe9\x08\xc8\x97\x72\x3a\x42\xef\x4f\x5f\x61\x86\x1d\x10\x76\x77\x06\x02\x39\x9a\x19\xe2\x15\x2c\x89\xbd\x35\xb5\xc0\xac\x09\xbc\xab\x69\x55\xd7\x16\x61\x9d\x4f\x73\x40\xc4\x0a\x05\xde\xad\x09\x49\xab\x43\x02\x7c\x0a\x75\xca\x23\xbc\x29\xf2\xae\xea\x6e\xbe\x20\x49\x44\x35\xfd\x9b\xe3\xa4\xfb\xc5\x0f\xcf\x2b\xdd\xcb\xca\xd5\xd2\x68\x18\x22\xad\x22\x12\xc1\x75\xad\x90\x36\x07\x62\x57\x07\xca\x55\xd4\x35\x07\xca\xad\x96\x98\xbb\xdb\xc1\x7f\x1c\x98\x8a\x78\x3b\xf6\xc8\x73\x0a\x79\xab\xd1\x53\x9e\xa6\x59\xa4\x09\xf9\xaf\x56\x55\x1a\x72\x8c\x0d\x9b\xe6\xe9\xa8\x9a\x10\x81\x8f\x5a\xd4\x0d\x85\xae\xad\x0f\x03\x5a\x4a\x3c\xd2\x89\x66\xa8\xa4\x1d\x31\x07\x44\x3f\x07\xa8\x61\xcd\x72\x48\xda\x6a\xa7\x00\x5a\xfd\x61\x35\x5f\x36\x6e\x21\xbf\xbd\xac\x3b\xee\x30\x77\x47\xa5\xb5\xe3\xca\xa7\xc2\x0f\xe1\x57\xa6\xd9\xba\x97\x94\x81\xed\xf7\x46\x14\x87\xa9\xc5\x64\xe4\x30\xb5\xba\xed\x69\xf5\xe1\x76\x4e\x40\x07\xa3\x07\x3d\xa6\x3d\xa0\xa6\x1d\x0d\xd4\x77\xf2\xf7\xc8\x7b\x8a\x54\xab\xd1\x73\x15\xa9\xd6\x0b\xd2\xaf\x22\xd5\x56\xd5\x80\x0a\x8d\x61\xa9\xe5\xfe\xab\xa1\x36\xdf\x47\xa9\x51\x64\x5e\x96\xe3\x51\x33\x15\x9d\xb6\xda\x49\x27\x1a\x17\xc4\x67\xe7\xe0\xd5\x53\xe6\x8d\x19\xc8\x3c\xef\x4c\x97\x5a\xb0\x1d\xee\xe4\x8b\x88\x98\x51\x08\x49\x2b\xf0\x18\xc5\x84\xd5\xf0\xf6\x97\xe3\x30\xd3\x8c\x64\xbc\x93\x13\xf5\xe5\x30\x69\x58\xf0\x6b\xb2\xec\x34\x23\xee\x78\xc2\x48\x1d\xce\x35\x38\x78\x5e\x18\x01\xd2\x0e\x74\x98\x05\xb2\xdb\xab\x70\xa4\x2a\x16\xab\x5c\x40\x18\x39\x58\x1f\x19\xe0\x8f\x8e\xac\xf2\x76\x60\x3f\xb3\xf3\x0e\x69\xa5\xea\xe5\x4e\x1a\x60\x37\xd8\x01\xc5\x91\xaf\x74\xb2\x38\x72\x19\xa9\x6a\x79\xe4\x0a\x68\xfa\x81\x3b\xc9\xe8\xdf\x0b\xdb\xf6\x6d\x31\xaf\xa6\x4f\x9f\xe9\x9c\xbe\x8a\xa4\xaa\x59\x92\xb7\xc9\x87\x09\x7a\x63\x33\x80\xaf\xbe\x31\xa7\x42\x6a\x72\x8b\xd6\xc8\x23\xb2\x3c\x1f\xbd\xa4\x1d\x11\x4c\x4d\x4d\x71\x39\xb6\xd7\xdb\x5c\xae\xa6\x51\x63\x7e\xa4\xf0\xa9\x89\x0d\x02\xe6\x30\xa0\xaa\xeb\x95\x17\x4b\xfb\x96\xdf\xea\x4c\x33\x96\xf3\x22\x21\xbe\x15\xb3\xd8\x3e\x1f\xfa\x44\xcf\x4c\x8a\x8d\x95\xa0\x63\x2e\x96\x15\x99\xde\x4e\x48\x76\x6f\x1d\xbd\xa5\x65\x58\x90\x13\xda\x85\xbc\x27\xa5\xb0\x13\xdf\xe2\x6a\x75\xa4\x21\xed\xa7\x2b\x1f\x76\x5d\x5d\x02\x59\xfb\xcd\x3e\xdf\x31\x03\x05\xd0\x12\xd9\x91\x76\xb4\x78\x10\xf0\xdb\x97\xec\x25\x94\x9e\x64\x96\xd8\x6c\x0c\x39\x1d\xeb\xb6\x28\xb8\x00\x4a\xf3\x3c\x53\x68\x7c\x3a\x50\x73\x9f\x15\x50\xaa\xa7\x64\xe6\x05\xdd\x2e\x4c\x2f\x16\x5c\x52\x68\x81\xec\xcc\x97\x6b\xbd\xcc\xd8\x17\xf4\xf2\x79\x11\x0c\xde\x3f\xbe\x4e\x1b\x92\x4e\x67\xbb\x58\x03\x03\x21\x93\x9a\x08\xf8\x74\x64\x5e\xf9\x20\x3b\xac\x0a\xe9\x08\x3f\x9d\xf4\xa2\x3a\xe6\xea\x74\xa2\x8b\x7d\x5c\x69\x95\x91\xa4\xd0\x72\x42\x07\x3d\x4b\x6b\x57\xda\x31\x1d\xa6\xcc\x42\x4d\xd9\xbe\xe3\xdd\x27\xa9\x32\xda\x91\x19\x52\x9c\xed\x6e\x01\xed\x74\x84\x60\xb7\xe3\xfa\x74\x80\xe0\x61\xc5\xe9\xec\xdb\xed\x61\xf2\xa1\x22\x20\x4a\xb0\x13\x95\x2a\xe5\xa6\xa0\xa5\x62\x8d\x93\x59\xbf\xbd\x7a\xac\x97\x7d\x24\x17\xf3\xea\xc8\x77\xa5\xc2\x13\xa8\xcd\xf6\xf9\x50\x07\xfa\xa7\xaa\x87\x9c\x2e\xa6\x6e\xe8\xa4\xcc\xd2\x6a\x90\x59\x02\xc6\x96\x29\x77\x2c\x42\xc9\xda\x65\x5b\x80\x8e\xa5\xcc\x3d\x08\xc4\xfd\x0c\xe4\xbb\x13\xf9\x92\x59\xf6\xe4\xec\x56\x21\x20\x90\xdd\x61\xab\x0d\x7a\x56\xf6\x8f\x5e\xfa\x00\x92\x42\x7e\x05\xa2\xcb\x03\x50\x12\x57\x6f\x40\x92\xb8\xda\x06\xa4\xf9\x68\x15\xc8\x79\x0d\x52\x66\xda\x2e\x41\x00\x6a\x0e\x02\x16\x5e\x5b\x4a\xc5\xe5\x77\x50\x37\xa7\x4c\x59\x48\x94\x5e\x64\x41\xdd\xa1\x8f\xdd\x87\x69\xcb\x87\x2c\x57\xbe\xf4\xc9\x92\x19\x31\x51\x36\x30\xd0\x9d\xa6\xed\xd3\xce\xdb\xe8\x51\xf5\xf6\x2a\x14\x46\x2d\xdf\xd0\xc8\xe2\xee\x37\x18\xd1\x12\xde\x11\xf0\xb3\xdf\xc1\x3c\x67\x81\xde\x35\xa5\x03\x5a\xca\x2a\xf9\x54\x84\xd1\xd2\xae\x89\xbd\xb0\x10\xd3\x2b\xc8\x97\xc8\x79\x95\xe9\x9d\x4e\x50\x92\xaa\xba\x4c\x75\x30\x18\xf1\xc7\x2d\xf3\x67\x9a\xc9\xf4\xe5\xf0\x4d\xab\x5e\xc1\x40\xca\xc9\xc2\x32\x1c\xdd\xcb\x30\x80\xe8\x7f\x07\xd4\x32\xf4\x40\x3e\x5e\x6b\x05\xb4\x24\xce\xb8\x0e\x48\xa1\x9e\x80\x3a\x79\xa0\xcc\x03\x73\xe8\x99\x6e\x7c\x68\x32\xf3\x07\x42\x17\x6c\x0f\xcf\xda\x79\x00\x49\xae\x1a\x1b\x90\x4f\xfc\x1e\x90\x75\xe8\x80\x3a\xf1\x59\xb2\x43\xba\x41\xbd\xd2\x89\x08\xe3\xf3\xe1\x74\x97\x29\x7c\xb8\x1d\xf0\x43\xb2\xba\xa8\x0c\x65\xc0\xf7\x8e\x50\x06\xe8\x12\x49\x94\x59\xba\x6d\x79\x0d\xf4\x94\x7e\x02\x46\x98\x2b\x32\x2b\x53\x06\xab\x0f\xa4\x0d\x0a\xdb\x53\x42\xdf\xea\x08\xaa\x05\x59\x0f\x05\x1f\x85\xca\xd7\x20\x8b\x68\x75\xa6\x19\xd3\x17\x6c\x19\x5f\xe3\xe6\x71\x16\xeb\x8f\xd9\xa0\xc5\x16\xb3\x9e\x42\x9b\x44\xae\x6f\xaf\xd1\xaf\xba\x56\x7b\xc0\xb6\x10\x7b\x94\x66\xad\x18\x7f\xda\xf5\xe4\x42\xd4\xc5\x86\xf2\x0f\x46\xe6\x11\x23\x85\x8b\xdb\xfb\x6e\xd8\xb9\x56\xdd\x0c\x8d\xba\x36\x3b\x8c\x1d\xc8\xf2\x37\xbb\xd9\x5e\xd4\x76\x8c\x03\xf0\xd4\x2d\xc8\x7c\x29\x0e\xc2\x2e\x53\xce\xe2\x5e\x3e\x35\x9d\x2a\x66\x4b\xa1\xae\xf7\xb0\xaf\x8a\x2d\x65\xec\xc0\x82\x88\x0d\x19\xdb\x0d\xc6\x8d\x82\x05\x5a\x68\x82\x6a\xca\xad\xf5\x4c\x2f\x3a\x8e\xf6\xd0\x50\xf1\x79\x94\x51\xc3\x4e\x6a\x0a\x75\x57\x07\xe1\xa2\xdc\xf6\xcc\x5d\xe9\xc5\xba\x7a\x4d\xbb\x52\x64\x33\x27\xba\xe3\xb8\x7f\x10\xf2\x36\xab\x80\x4e\x83\xe6\x04\x5c\x0b\xb4\x1d\x04\x96\x56\x1c\x45\xd1\xb2\xa2\x0e\x0a\x3a\x32\x65\xd3\xbb\x90\x6e\xa6\xb1\x67\xb9\xa7\xf9\x02\x47\x54\x99\x3a\x31\x47\x9a\x35\x5b\x08\xf6\x32\x9e\x5d\x99\x6b\xbc\x9b\x97\x1b\xaa\x18\xfe\x1b\x50\x31\x42\x03\x50\x92\xff\x91\xc2\xcb\x85\x1d\xd0\x0c\xef\xba\x00\xbb\x07\x5e\x01\x8d\x51\x0a\x7d\x84\xc2\xa8\x2a\x72\x14\xcc\x47\x09\x9b\x8f\x9c\xaf\x55\xa2\xd2\xc1\x66\xae\x3a\x95\x0e\x76\x61\x35\x4d\x21\x2d\x12\xad\x75\xa4\x13\x24\xf6\x02\xe4\x2d\x9a\x71\x8a\x15\x1d\xdb\x01\x04\x3e\x8c\x6c\x58\x54\xa8\x8c\x4c\x24\x57\xd9\x3b\xca\x5f\x55\x9d\x6c\x61\x41\xde\x01\x10\x8a\x12\x2c\x97\xce\xde\x76\x26\xe5\x3d\x07\x6c\xe5\x64\xe1\x84\x50\x0a\xe5\xa2\x9c\x9c\x82\xbc\xf3\x39\xd5\x95\x45\x79\xd5\xa5\xa5\x44\x3f\xa6\xb4\x09\x87\x14\x9a\x3a\x11\x74\x2a\xcc\x08\xde\xa8\x0c\xca\xd5\x2e\xe7\xd3\xa9\xb1\x6a\x76\xbe\x72\x28\x13\xc8\xb0\xa0\xf7\xe7\xae\xf5\xd9\x95\x2b\x99\xbc\x0a\x0b\x72\x5a\xba\x94\x79\x9b\x71\xee\x10\x01\x31\x02\x39\x70\x28\x1f\x9e\x32\x56\x55\x20\xdd\xe7\x64\x31\x9d\x1a\xf9\x62\x7b\x2a\x00\xe7\x68\x2c\xad\x92\x23\xef\x03\x9a\x3d\x6d\x69\x18\x81\x9c\x4a\x2f\xc8\xf8\xe2\x77\xda\x94\x26\x0d\x0d\x28\x2a\xab\x44\x30\x51\x4c\xcf\x42\x9b\x0f\x75\xe6\x1d\x2c\xba\x52\x81\xd5\x03\x21\xf7\x84\xb3\x71\x28\x9f\x26\x42\x34\x06\xe7\x09\xbb\x1a\x5b\x51\x29\x93\x17\x98\x52\xeb\xbc\xfd\x6f\x90\xc2\x95\x46\xb9\x84\x5d\x39\x75\x72\xfd\x34\x0b\xeb\x00\x85\xdb\x56\xf7\x01\xf2\xb7\xd1\x65\x46\x6e\xf3\x06\x66\x59\x77\xd8\x72\x30\x38\x25\xf2\x1e\x11\xe2\x24\x62\xf7\x4a\xa9\x66\x1d\x56\xa6\x04\xc8\x25\x6c\xd9\x29\x90\xc7\x95\x56\x25\x4e\xb3\x81\x14\x17\x5b\x0f\x18\x85\xb3\x1d\x5f\xe9\xdf\x8c\xab\x64\x29\xa7\xb5\x38\x44\xc0\x13\x5b\x19\xfd\x8b\x73\x75\xa4\x07\xc7\x2d\x34\x24\x64\x25\x3a\x2e\x36\x01\x2c\x68\x38\xec\x86\x71\x38\x4a\xe3\x43\x13\x0e\xe9\x08\x76\xb6\xfa\xe7\xec\xbe\x4c\xcb\x7b\x07\x3a\x3e\x99\x02\x16\x04\xb2\x3b\x20\xc8\x16\x40\x4d\xe5\x99\x2f\x9d\x69\x34\x55\x95\x9b\xe0\x48\x1f\xe2\xb2\x88\xae\x97\xad\x19\x65\x4b\xa1\x68\xf4\xc8\x87\x92\x0f\x3e\x65\xe0\x9a\x1e\xb5\x0b\x0f\x20\x25\x54\x3c\x38\xd5\x2f\x69\x98\x07\x3a\xae\x72\xd0\x95\x6b\xa4\x4c\xd9\x09\x8e\x40\xf6\x5a\xa7\x15\x87\x29\x6f\xf9\x70\x28\xed\xf3\x05\x24\xd3\x4a\x9a\x71\xde\x60\x18\x84\x52\x3e\xed\xd5\x96\x85\x05\x6a\xe6\x4a\x20\x66\x2e\x5f\x6a\x8f\xa0\x50\x5d\xa2\xc1\xe8\x41\x0a\x9b\xae\x07\x8a\xb2\xa2\xa6\xcb\x89\xe2\x73\xe9\x46\x72\x4e\xe5\xcb\x51\xa5\x05\x9e\xa4\xa0\x9f\x7a\x20\xa5\x2a\x59\x54\x3d\x10\xf9\x2f\xf3\x48\x54\xb6\x4b\x07\xe2\x01\x21\x29\x93\x54\xe9\xc1\x54\xfc\x72\x63\xfb\x5e\xe1\x97\x69\xe6\x36\x08\xaa\xd3\xa2\xd2\x99\x66\x95\x48\x02\x41\x4f\xf1\x5a\x4b\x94\x01\x32\x3f\x41\xf9\x6d\x70\x45\xc6\xdc\x08\x37\x84\xa3\x34\x67\x25\x81\x15\x29\x52\xbc\x1e\x35\x65\x6b\x13\xd4\x2d\xed\x80\x5f\xaa\x8a\xcc\x10\x4c\x94\xa6\x6a\x31\x9b\xd4\x9d\x62\xa8\x07\xd0\x43\x82\x53\x10\x90\xb7\xe6\x4a\x99\x35\x2f\x78\x76\x73\x38\x51\x78\x61\x1b\xe0\x4e\x9f\x76\x87\x46\x2c\x6d\xce\x75\x81\x48\xe8\xf4\xdb\x23\x0c\x45\x69\xb6\xeb\x01\x07\x51\x9e\x6d\x82\x1b\x17\x64\xf7\x38\x08\xf1\x16\x02\x7c\xa1\xa1\x0b\xb2\x49\xdb\xbd\x7d\xd2\x72\x2c\x68\xd7\x5d\x4d\xda\xb9\x2d\x19\x41\xa4\x8a\x93\x5b\xe8\x81\xbc\x38\x5c\xdd\x03\x2d\xd2\x1f\x5b\x20\xcf\x5e\x3e\x54\x02\x11\xf8\x6d\xd3\x1d\xb0\xc2\xb9\xd5\xc4\xdf\x8e\x7a\x7d\xcf\xb6\x1b\xb6\x04\xe4\xfd\x66\x22\xe5\x20\x69\x8e\x67\x3d\xe8\x63\x32\xb1\x03\x90\x3d\x13\xd0\x3e\x18\x34\x85\x66\x1a\xe6\x60\x6b\x84\x41\x83\xfa\xb4\x82\x3b\xd2\xee\xda\x43\x47\xc8\x49\xbc\xb1\x64\xcc\xd3\x86\xd5\x34\x2a\x83\x56\x56\x4b\xd6\xb7\x83\x43\x45\x81\x61\x25\x92\xa1\x63\xbf\x4e\x6a\x2a\x84\xae\x1e\x6c\x7d\x87\x21\x8f\x70\x29\x65\x21\x2b\x67\x4f\x61\xd3\x7d\xee\x0b\x48\xe1\x44\xd0\xa4\xf3\x3e\x9e\x5b\x3a\x14\xb1\x9c\xe9\x42\xc8\x30\x8d\x0e\xef\xea\x0c\x82\xf0\xae\x58\x9d\x9c\xf8\xb1\x16\xf8\x6b\xf7\x81\x8c\x82\xaa\x68\xaf\x5e\x46\xbe\xf4\x1d\x0d\x24\x02\x87\x7b\x6d\x47\x3e\xf4\xe9\x3c\x52\xf8\x14\xe9\x80\x1d\xea\x03\xe7\x5f\xf7\xcd\xf0\xa0\x2e\x8e\x76\xed\x29\xbb\x3c\x1f\x15\x50\x12\xd9\x19\x88\x1d\x72\x02\x0e\x45\xe5\x80\x9e\x0c\x58\xc7\x99\x32\xdb\x22\x33\x77\x3e\x56\x51\xa8\x74\xd9\xb5\x7c\xd0\x31\xf7\xcb\x0c\x4c\x16\x04\xec\xa6\x43\xdc\x52\x28\x62\xe1\xd8\x72\x7c\x57\xbf\xd2\xa8\x76\xc4\xa7\xcc\x6e\xd1\xb4\x62\xc9\x2a\x90\x6d\x49\x90\x9c\x43\xba\x36\xd8\xe6\x30\x79\x5c\x29\xf3\x8e\xe4\x34\x56\x48\xd7\xd1\x8f\x40\x24\xf0\xea\x80\xea\xb2\xa6\x70\xad\x40\x2b\x29\xd3\xe9\x87\x76\x37\xbc\xca\x08\x20\xce\xa8\xdf\x0a\x87\x9a\xc2\xb4\xca\xd5\x53\x88\x10\x76\x01\xb2\xcc\x29\x35\x8f\x67\xd5\x07\x2f\x03\xd0\xa7\x4d\xa1\x61\x6f\x0a\xd4\x6a\xb1\xe3\x28\x50\xab\x1e\x57\xfa\x34\xc7\x67\x4f\x3a\xdc\x7e\x64\x81\x46\x4e\x4b\xb0\x77\xcc\x38\xc6\x8f\x61\xed\x13\xab\xae\xc2\x73\x4b\x49\xb3\x28\x9f\x99\x4c\xf3\xac\xcf\x87\xa2\x97\x2b\x5d\x82\x6c\x40\xab\x6f\x99\xf7\xdb\x11\x03\x14\xca\xc6\x79\x66\x5c\x8a\x16\x8c\x79\xcf\xc9\xf4\xeb\x07\x12\x69\xa1\xc5\x28\x9d\x7e\x3d\xa0\x17\xe5\xd3\x3f\x22\x93\x0d\x4b\x68\x65\x4f\xa1\x98\x26\x5a\xcb\xb0\x06\x41\xd5\x1b\x4b\x07\x4b\xe2\xb4\xf8\xad\xc0\xa6\x49\x01\xc7\xb1\xe1\xd4\xf8\xad\x20\x4f\xde\x21\xa7\x80\x8e\x28\x4f\x43\x5d\x7d\x9e\x40\xda\x5c\xe7\xb7\x37\x38\x57\x55\xa8\x20\xed\x40\xde\xe9\xc4\x43\x31\x89\xdc\x16\xb5\x38\x83\x6f\x2b\x07\x08\x85\x37\xbc\xe8\x4a\x55\x4d\x17\xe2\xed\x8d\xac\x05\xff\xd7\x3d\xe8\x63\x8f\xd4\xaa\x58\x32\x32\x4a\x9d\xbe\x06\xdd\x0b\x9b\xcf\x37\x9d\x07\x8b\xe7\xac\x85\x51\x49\x75\xcf\xb9\x6e\x08\x57\x0e\x25\x6b\x05\xd1\xf3\xf6\x71\x18\x6d\x56\xc1\x64\xbd\x72\xca\xde\x36\x8c\x46\x61\xbd\x9d\xc8\x09\xa1\x49\x37\xa4\x4b\x0c\x55\xb7\x73\x9e\x23\xeb\xf8\xde\xf3\x99\x31\xdb\x5e\x1e\x3d\xf2\x76\xe8\xe9\x9e\x42\x85\x1d\xc1\x36\x6e\x9f\x62\x1c\xeb\x8e\x34\x8b\xba\x71\x5b\xe3\xe4\x88\x71\xb2\xc5\x8f\x5a\xe9\x64\x8b\x15\x29\x59\x71\x66\xbd\x6e\x81\xb4\x1e\x1c\x3f\x8a\x2c\x2b\x0d\x22\xf4\xfd\xa8\x3d\xba\xea\x94\xcc\xbe\x21\x5e\x4e\x9b\x4c\xa3\xd8\x29\xd0\x8c\xd0\xb6\x05\xd9\x4a\x71\xa5\xee\x90\xaf\xee\x04\xf2\xf5\xbd\x0f\xe8\xd0\x01\xc8\xc5\x81\x67\x11\x74\xa6\x55\xcb\x68\xa1\xc4\x9a\x6d\xe9\xc6\xe1\xa6\xe5\x08\xa8\x6c\x1d\x9c\xac\x04\xa2\x45\xb9\x54\x24\x5a\xc9\x94\xf8\x4a\xc7\xd5\x46\x40\x1d\x33\x9c\x2b\xbc\x46\x90\x91\xc9\xd6\xda\x5a\xca\xa6\x66\x2f\x8d\x3e\xdc\x07\xd3\xe7\x53\xaf\x06\x59\xb1\xb8\x1e\xe4\xe4\x22\x80\x08\xa6\x85\x32\x4e\x80\x49\xd0\x79\xb0\xd1\x71\x79\x95\x40\xe2\x21\x88\x8c\x13\x12\xa5\x51\x28\x14\x56\x34\xad\x0e\xf4\x7c\xd8\x9c\xcd\x0f\xa8\xbb\x2a\xe3\xb8\x1d\x9d\x34\x82\x8f\xb7\x53\x56\xfe\x66\x5c\x74\xea\x14\x29\x61\xab\x0e\x4d\x1b\xb1\x16\x39\xe9\x5d\x4e\x88\x69\x96\xc7\x4e\x9c\x93\x45\x00\x25\x93\x30\x7c\x7d\x4e\x48\x08\x1c\x60\x81\x47\xea\x4a\xda\x0a\xfa\x52\x4b\xaf\x16\x7c\x6d\x5e\xbb\x82\x9f\xe2\x7c\xe9\xe4\x01\x81\x17\x20\x45\xee\x1c\x29\x3b\x14\x10\x3b\x80\x8a\x07\xb2\x03\x4a\x12\xa9\x29\xd4\x64\x72\x24\x29\x75\xc0\x92\xb1\x53\x55\xbc\x92\x31\x3f\xec\x54\x3f\xe0\x4d\x24\xc9\x1b\xe9\xf2\xad\x84\x76\x94\x39\x2d\x1e\xc3\x70\xb4\xd9\x08\x87\x79\xd8\x3a\x12\x7d\x56\xe1\x66\xf5\xd3\xa5\x48\x36\x86\x54\x05\x9b\x95\x86\x3a\xf7\xf0\xb1\x1c\x9d\xf9\x61\xa3\xdc\xf9\x37\x88\xdc\xa4\xcd\xfb\x20\x30\xdd\x0e\x73\xe7\x94\x5e\xfd\x83\xbb\x44\x8a\x4c\x9e\xb4\x8e\x3d\x5a\xf3\xc3\x5c\x36\xfc\xd0\xa9\xf3\x72\x0c\x3d\x6e\xdb\x31\x1a\x50\x51\x9f\xa9\x59\xb5\x5c\xcc\x33\x14\x7d\x04\x54\x3e\x2e\x76\x8d\x33\x10\x8c\x30\x4b\x85\xc2\xd5\x68\xdf\x0f\x38\x29\x2c\x58\xb1\x70\x35\x4a\xb4\xd3\x13\x8c\xe3\x03\x1a\x03\x66\xcf\x11\x92\xf1\x37\x2b\xda\x8d\x28\xe9\xd3\x29\x07\x4a\x45\x9f\x73\xca\x81\x86\x40\xe1\x68\xb7\x08\x09\x0e\x76\xdb\x0f\x18\xa4\xa3\xdd\xc6\xf1\xe9\xc4\xba\xcd\x15\x70\x91\x6c\x26\x5a\xc1\x6f\x35\x7a\x86\xb2\x11\x90\xf4\xf0\x74\x32\x82\xbd\x15\x74\x6e\x45\xc2\x1d\x0d\xa2\x50\xda\xba\x1a\x61\x5e\x71\x71\x35\x4a\x90\xe2\xe2\x8e\x5a\xd3\x85\x64\xe7\x9a\xef\x9c\x3b\xf1\x00\xd2\x2c\x7f\x5a\xb1\xd5\xf6\x0a\x36\x56\xdc\xd9\x6b\x8a\xa0\xab\x11\x16\x1d\x17\x17\x1b\xae\xe3\xe2\x3a\xcc\x89\xb0\x38\x44\x45\x87\xc5\x5d\x23\x65\x4a\xa9\xd7\xf2\x5d\xd7\xd5\x08\x7a\x30\xf5\x1e\x25\x5d\x28\x27\xd2\x95\x66\x4c\xa1\x25\xe0\xe3\x93\x11\x72\x41\x2f\xe1\xc6\xc4\x89\x04\x1b\xa4\xfd\x44\x88\x44\x88\x7a\x3a\xc7\x78\xcf\x3c\xca\x07\x3a\x62\xc0\x7d\x72\xc1\x13\x0c\x6e\x33\xa6\x20\x74\xff\x96\x77\x72\x41\x9e\x9e\x0c\x25\x24\x0a\x46\xb7\x31\x4a\xb3\xca\xd5\x93\x95\x9c\xbc\x4f\x02\xc4\x53\x73\x40\x87\x36\x05\x7d\x4c\x07\x0a\x31\x66\x29\xb7\x57\xd6\x55\x66\xbf\x01\xd5\xeb\x4a\x68\x8d\x90\xe4\x5c\x6f\x71\xd6\x3e\x2d\x31\xfc\xd6\xa1\x8f\xe1\xcc\xa4\x2c\xd8\x65\x4f\xa1\x42\x35\xcb\x95\x4f\xc9\xbf\x98\x76\x7d\x59\xd6\x63\x54\xc4\x1c\x99\x37\x17\x64\x1e\x06\x11\x28\x62\xae\x74\xf4\xa7\x97\x35\x96\x9c\x50\xc4\xab\xc5\x0a\xa4\xb0\xb3\x5e\x59\x03\x12\xa4\xe5\xe8\x77\xd8\x59\x44\x33\xc5\x99\x95\x01\x6d\x39\x0b\xda\xc8\x51\xff\xb2\x56\x02\xfd\x3a\xb2\xec\xea\x5b\x0a\x75\x27\x2f\xb8\xeb\x1c\x2e\x6c\x43\x85\x92\x1d\x7b\xcc\x47\x5c\x9f\xce\xfc\x29\x85\x59\x8d\xd8\xa2\x34\x14\x84\x79\x2d\x48\x11\xb2\x30\xb8\x97\xd3\x3d\xd7\xb4\x7a\x1b\xbb\x80\xde\x5e\x08\xc4\x0a\x51\xdb\xe3\xf5\x7d\x99\x5e\x8e\xbf\x81\x73\x13\xbf\x96\xb3\x5f\x89\x30\x6a\x9c\x48\x2f\xe8\x87\x51\xfa\x06\x27\x87\xce\x8b\x04\x09\x59\x21\x3b\x60\x63\x08\x53\xac\x5b\xcd\x21\xfc\xe2\x4c\x2e\x01\x7d\xce\xc0\xd6\x5f\x93\x91\x31\x25\x9c\xd1\x29\xb4\x10\xca\x2c\xbc\x9d\x6a\x20\x7e\x68\x67\x3c\x18\x11\x38\xde\xb6\xf1\xb5\x40\x62\xcf\x47\xaa\xf6\x4f\xf6\xd6\x05\x39\xa3\xdf\x09\x24\xb3\x1d\xf6\x0a\xc5\xba\x95\x8e\x26\xef\x50\xb7\xc6\xc6\x74\x3e\xb1\x0a\x35\xf9\xa1\xa0\x38\xca\xde\x48\x99\x38\xd5\x14\xaf\x76\x24\x76\xea\x8d\x7a\x9c\x71\xe8\x0e\x43\xd6\xdd\xc1\x6c\xf1\xf6\xbf\x87\x95\x00\xb0\xe1\xde\x52\x0b\x38\x85\x40\xa0\xa7\x16\x88\x21\x72\x96\xd6\xb4\xa3\x83\x2d\xed\x58\x1b\x8e\x98\xf4\x76\xb6\x70\x8c\x3b\x0e\x67\x6b\x10\x93\xa2\xd9\x48\x6d\xbb\x20\x72\x5d\x00\x39\x03\x45\xca\xac\x1a\xb7\x14\x5a\x9b\xa9\x29\xd5\x11\x08\x85\xbc\xa5\xdb\x8c\x4c\x9d\x44\xc5\x01\x2b\x78\x3b\x97\xfc\xc8\x77\x0f\x1d\x39\x4c\x8e\x2c\x7f\x9f\xc9\x31\x69\xb3\x99\x14\x4c\xb7\xc7\x15\xe8\x60\xba\x8e\xa8\xac\x58\xba\x23\x3a\xe2\xdb\x91\x22\x30\x6a\x45\xd2\x7d\x84\x0e\x52\x61\x7c\xd6\x71\x3a\x3e\xbf\xa5\x54\x63\xfc\xb4\x2a\x09\x8e\xbd\xfd\xf6\x63\x8f\x5b\x20\x49\x41\xa6\xf2\xa1\x47\xa0\x12\x31\xe1\xbc\x2d\xc7\x8e\xc1\x6e\x6c\xf6\xdd\x7a\x18\xc3\x91\x74\x0c\xd8\xf7\xb7\x0f\x67\x7a\x5a\x90\x32\xdf\x95\x94\xdd\x4a\xb9\xda\x80\x48\x78\x0f\xa4\x6b\x5a\x5b\x3a\x94\xab\xcd\x68\x0f\x47\xca\xf9\x22\xd8\x82\x94\x6e\x3a\xa8\xe9\xea\x02\x51\x3e\xc3\xef\x42\x8d\x06\x9e\xc3\xa9\xfd\x36\xba\x18\x16\x75\x8f\x94\x5a\xde\x3f\x69\xd6\xd7\xc3\x47\x1a\xd2\xba\x55\x66\xc3\x59\xb4\x71\x57\x8d\xcd\xc9\x5b\x4f\xc6\xef\xdc\xea\x1b\x65\xf0\x4f\x6f\xc7\xb1\xc1\x3f\x2b\x23\x71\x52\xd6\xcc\x0e\xa1\x69\x2d\x0d\x59\xbd\xaf\xa0\xe0\x33\xf6\x03\x99\xcf\x1c\xf9\x54\x79\x67\xae\xf4\x22\xba\xaa\x69\xc7\x5b\xf9\x64\xd8\xa8\x2a\x07\x75\x1d\x5d\x8e\xfc\x36\x36\xf3\xba\xe0\x47\xe6\xe2\x7c\x39\xc4\xd1\x99\x69\x39\xf7\x31\xe1\x0e\x65\xe4\x8b\x0f\x7e\x28\x21\x9f\x62\x40\xbe\xe3\xd9\x63\xf3\x39\x5a\xd3\x85\xf6\x00\xaa\xe5\xd8\x2d\x04\x32\x3f\xbb\xaf\x7d\x9a\xd3\x8e\x1d\x6f\x9a\xf7\xe7\xd8\xd1\xcc\x6d\x60\x18\x8a\x71\x2b\x17\x14\xba\x3b\x64\x13\x4b\xe8\x50\x90\x5b\xf1\x75\xc9\x05\xe9\xa8\xfc\x34\xeb\x74\x8c\xf9\xf0\xe1\xc9\xca\x87\x8e\x2f\xfd\x7c\xe9\x79\x0e\x06\xcc\x33\x85\x92\x03\x33\xeb\xbb\xef\xc9\xf8\xbe\xd8\x02\xcd\xdd\xcc\x97\xc7\x6e\xee\x96\xba\xb7\xc5\xdb\xe0\x80\x39\xcf\x36\xcd\x91\x68\xb4\xc6\xa7\xb0\xa9\x13\x24\x74\xea\x66\xfd\xf6\xdb\x72\xe3\x95\x96\xa4\x3f\x96\x34\xc4\xa9\x1b\xd0\xe6\x3e\xe8\x7f\xf7\xe1\x99\xc1\x58\x75\xc8\xe4\x2a\x76\xb7\xa5\x4b\x3c\x0b\x2d\xa0\x64\x82\x4f\x33\xa2\xa7\x20\x60\x59\x2c\xcb\x60\xf9\x2a\xe3\xc2\x04\x9c\x2e\xbc\xe3\x19\xa4\xa5\xab\xce\xa6\x72\x18\x1b\xc6\xcf\x41\x18\x1b\x86\xd3\x71\x20\x6d\x5d\xa9\x5b\x85\xc0\x0e\xe4\x93\xdd\x42\xdc\x38\xac\x1d\x7c\xbe\xf4\x65\xc8\x2d\x85\x4c\xde\x05\x78\xaf\xe3\xc9\x87\xd5\x38\x14\x18\x40\x74\xdc\x38\xe4\x74\x25\xf2\x70\x1c\x50\x89\x05\x98\x71\x98\x4a\xce\x14\x7a\xa9\x29\x93\xee\x8b\x51\xc8\x59\x26\x56\x8f\x0d\x50\x52\xe4\x19\x88\xa8\xab\xd4\x35\x19\xb0\xff\x14\xd3\xd6\x39\xcb\xc7\x61\xe3\x31\x56\xd6\xe1\x0c\x98\x2d\xf4\x75\x20\xf7\x77\x5a\x92\xab\xb5\x64\x4a\xe4\x5b\xe5\xbc\x18\x87\x05\xbc\x20\x44\x4a\xaa\x33\x85\xcd\x9b\x83\x09\xf2\x09\x09\x5b\xd6\x33\xf8\xbd\xee\xe9\x12\x76\x95\x86\xb4\xf2\x99\x2f\x85\x4c\x96\x0f\xb2\xcc\x5e\xbe\x74\x56\xac\x33\xe8\xad\xe9\xc3\x54\x37\x8e\xf0\x32\x3e\xb5\x07\x0c\xe6\xef\x24\x1d\x95\x03\xe5\x40\x6c\x83\xa0\x0f\x6b\xb4\x59\x5b\xee\xa8\x76\x06\x86\x1e\x90\x99\x97\x10\x37\xf0\x29\x3b\x21\xd8\x87\x07\x1c\xe4\x1e\x65\x3d\xe5\xf3\x0a\x07\x3f\xb8\x02\x68\xb1\x69\x14\x67\xd8\xa3\x19\x25\x12\x2b\x7e\xa6\x64\x41\x5a\x04\xcb\x1e\x83\x6c\x41\xd9\x1a\x05\x1a\xce\x87\xac\x7c\xbe\xd4\x9e\x82\xdc\x4b\xf7\x22\x6c\x40\x22\xe1\x2d\x65\x3e\xe1\x3e\xed\x30\xd1\x0d\xd0\x0a\x4d\xe1\xd3\xe1\x86\xbe\x37\x76\x8f\xe2\xd0\xda\x23\x9d\xf2\x0a\xd6\x0e\xa4\x81\x05\x59\xb1\xa7\xca\xc9\xa4\xe8\xb6\x42\x20\xa1\x1f\xb5\x5a\x08\xe4\x43\xf3\xa3\x2b\xad\xea\x48\x61\x85\x1c\xfa\x16\x1a\x71\xe8\x5b\xcb\x26\x2f\x64\xf4\x67\x57\x29\xd6\xad\xec\x50\x22\xa1\x6e\xd9\xf3\x84\xb3\x61\x8b\x1f\xc5\x52\x4f\x16\xcc\x2c\x09\xf3\xc5\x28\x3e\xd5\x7a\x20\xb3\xf0\x16\xf0\x2d\x7a\x37\x7e\x8e\x5f\x23\x44\x60\x38\xff\xcf\x40\x7d\x1f\xd5\xef\xda\x31\x25\x8a\x66\x3b\x4e\x18\x82\x83\xd9\x06\xca\xfc\x50\x30\xdb\xc2\x36\x75\x6d\x31\xe9\x69\x57\xbc\x04\x3e\x53\x2d\xfa\x40\x08\x0e\x66\x0b\x7b\x50\x30\xdb\x6a\xf6\x04\x54\x12\x50\x36\x6e\x65\x1f\x97\x80\xac\x43\x03\xf4\x31\x61\xef\xdf\xa8\x9e\xf9\x41\xbb\xce\x1b\x0d\x63\x71\xd8\x59\x45\x44\xf1\xc3\xfd\x3b\xde\x93\x51\x6d\x60\x1a\x29\xb4\x5c\x3a\xc0\x5d\x72\xe9\xf8\x4c\x98\x77\xe7\x00\x21\xb9\x11\x43\xa7\x7e\x9a\x7f\x47\x16\x1e\x95\xf4\x7c\x57\x4a\xad\x62\xb5\x80\x6b\x91\x3a\x87\x91\x03\xcd\x32\x7b\x0e\x34\x6b\xe1\x3b\x0a\x26\x3b\xba\x8d\x9b\xe3\xb4\x15\xc9\x76\xac\xe1\x67\xf6\x2b\xa7\xea\x49\xce\x3f\xe8\xfd\xe4\x9c\x68\x69\xc7\x3a\xce\x48\x9f\xe2\x16\x23\x75\x41\x6f\x00\x3a\x1b\x83\x97\xcc\xef\xec\x5f\xbe\x0b\xb5\x40\x33\x37\x24\x5b\x3f\xb0\xdf\x61\x34\x84\x7e\xa1\x24\x0f\xc5\x73\x55\xa2\xa9\xc6\x69\x69\x75\x80\x90\x5e\x1d\xbc\x20\xbe\x93\x0b\x8e\xa9\xea\x0c\x76\xd8\xd9\x9c\x92\xf0\xb3\xd6\xe4\x16\x0b\x9f\x3e\xed\x88\xc6\x16\x30\x14\x16\x55\x09\x25\x19\x8a\x8a\xaa\x68\x6f\xe3\x74\x06\xbe\x1c\x23\x0a\x92\xaa\x18\x34\xc7\xe9\x60\x16\x3c\x2c\xc3\x21\x53\x38\x91\xc6\xe5\x6b\x0d\xc4\x30\x8f\x0b\x53\x1f\x44\xa4\x10\xaa\x8a\x59\x6e\x28\x82\xea\x68\x4c\x90\x42\xa6\x7a\xdd\x53\xb3\xa9\xe6\x01\x64\xef\x8b\xad\x23\x7e\xce\x6e\x1f\x2d\x85\xb7\x10\x08\xe4\x38\x97\x20\xe7\x1d\x37\xd2\xaa\x2d\x0c\x48\xa4\x17\xde\x16\x68\xd1\x2f\xdb\x0f\x6c\x01\xe3\xc2\x76\x0d\xcf\xba\xb0\xde\x20\xea\x3a\x6e\x6a\xc7\xc3\x32\x14\x38\x55\x31\x6f\x8d\xcb\x0f\xb9\x20\x6a\x3b\xa9\x1b\x21\x56\xe3\xe2\x7d\xf9\x0e\x24\x2e\x9e\xf9\xf1\xd3\x2d\x99\xbc\xe1\xc3\xf2\xdb\xa7\x1b\xce\x71\xdd\xe0\x4a\xff\x37\xb8\x82\xba\x33\x20\xb1\x53\x14\x54\x55\x73\xb4\x5f\xd2\x4b\x22\x79\xe8\x79\xbe\xa3\xb5\x94\x49\x15\x2e\x69\x54\x5b\x35\x0b\x7d\x63\x84\x4a\xa3\xc6\x1c\xc8\x17\xff\xb3\x40\x98\xaa\x39\x36\x78\xbb\x0f\x29\xc4\x19\xd1\x5a\x38\x5d\x43\x1a\x84\x5b\x34\xfc\x19\x6c\x5d\x85\x46\xd5\xba\xa7\xf0\x14\x74\x02\x41\xde\x29\x14\x01\x81\x42\x83\x11\xf7\x80\x66\x42\xb0\x12\xe7\xd5\x6b\x39\x8f\x9a\xaf\x72\x11\x98\x3a\x1a\x54\x02\x1d\x34\xc2\x4d\x58\xc0\x86\x1a\x5a\x03\x0a\x43\x94\x52\xe5\xf5\xac\x39\x55\x14\xff\xb4\xaa\xa6\x5d\x6d\xb9\x3d\x1f\x7a\xcb\x41\x4f\x0d\x0d\x03\x36\xd4\x4c\x0a\x48\x1b\x0d\x0d\x23\x93\xa4\xc5\xc7\xe5\xe2\x97\x05\x2b\x81\x2a\xa3\xdd\x0c\x3c\xa0\x8f\x44\x8e\x2b\x87\x27\x8d\x28\xcd\x0d\x79\x0c\x19\xb5\xc1\xd5\x39\x1e\x14\x57\x54\xeb\x91\x42\x9f\x74\x2c\xa3\xe2\x8a\x6a\x45\x40\x54\x24\x51\xad\xa8\x5d\x8e\x24\xaa\x47\x6a\x9a\x7d\xc0\xc1\x08\x17\x8a\x6e\xe7\x47\x63\x07\x12\x61\x87\x55\x7f\xea\xc2\x06\x2e\x40\xc5\x32\x31\x9d\x1d\xf1\x08\x1e\xd1\x9d\x2e\x21\xea\x9c\x73\xa0\xb5\x9c\x08\x9d\x65\xda\x81\x2e\x41\x29\xb3\x97\x01\x14\xfc\xa4\x29\xa7\x69\xc7\x92\x0f\x3f\xe9\x8a\x68\xab\x1c\xc4\xdd\x11\x91\x99\xeb\x8e\x01\x80\xb3\xa3\xf3\xd4\x1a\xe8\x65\x21\x52\x57\xeb\x9b\x5e\x26\xc8\x52\x57\xe7\x32\x51\x90\x43\xd9\x9b\x6a\xe5\x3c\xe8\xce\x88\x70\x64\x4a\xe4\x5f\xc7\x69\x3f\x88\xfc\x89\xfe\xe8\xd4\x4e\xf5\xd3\x8e\xcd\x15\x30\x29\x85\xfe\xd4\x5a\xd2\xa5\xed\xcf\x57\x1a\xf2\xcd\xe6\x3d\x0d\xd9\x2f\x34\x82\xae\x49\xf7\x83\x83\x5f\xd6\x83\x51\x0c\xcc\xa4\x54\x1e\x6c\x70\x4e\xb7\xe1\x87\x11\x6b\x0a\x25\xce\xe1\x20\x1c\x23\xcb\x9f\xba\xc3\x0d\xa7\x74\x1a\x3c\x00\x65\x1c\xfd\xb4\xe4\xe5\xbf\x52\x68\x12\x4c\x43\x60\xe8\x39\x1c\xd2\xe2\x2a\x82\xfd\xd0\xdb\x08\xc4\x93\x8f\x01\xd7\xff\x80\x7e\x11\xef\x02\xb2\x72\xc3\x14\x3a\xc8\xa7\x7d\x06\xee\x8d\x08\xf7\x24\x72\xa7\x7e\x7f\x5d\x7e\xd5\xf5\x9b\xb6\x69\x96\x61\x9f\x80\xe2\x29\x25\x85\xa2\xc0\x92\x32\xb1\x14\xc4\xb0\xe1\x08\xd9\xcf\x7c\xdd\x8c\x1a\x84\x94\x3c\xe3\x84\x23\x3a\x76\x67\x2f\xe9\x44\x5b\xff\xcc\xb1\x30\x1c\x43\x58\x53\x28\xe7\x1a\x92\xc3\xed\xf3\x9f\x23\xf5\xb6\x1d\x07\x47\xe4\xb8\xd9\xdd\x57\xea\x8a\x02\x91\x40\x78\xbd\x91\x03\xf5\xf6\x15\xb5\x2c\x8a\x93\x40\xe1\x6e\x1d\x4e\x02\xb5\xe3\xc2\x1c\x0e\xc8\x69\xbf\xa1\xa0\xdd\x03\x7a\x8e\xb2\x89\x05\xd3\xb9\x9d\x3e\x92\x8d\x12\x36\xb5\xeb\x4c\xa1\x84\xbd\x08\x24\xe4\x68\xca\x4c\xfb\x0d\xc6\xab\x33\x09\x44\xdd\xc4\xf8\xa0\xb0\x9b\xfa\xc1\x5e\xef\xc6\x94\x54\x95\xde\x1d\x81\xf3\x46\xf0\xba\x02\x36\x8f\xa5\x03\x32\xee\x94\x0e\x77\xca\xc0\x6f\x06\x0e\xfa\x3e\x66\x21\x72\xbf\xb1\xf8\x39\xca\xfd\xc6\x62\x8b\xf8\xe0\x37\x16\xaf\xfe\x29\xf5\xb4\xd0\x90\x79\x01\x4c\xce\xef\x2f\x8e\x58\x2e\x1c\x7b\x53\x39\x15\x6e\x6b\x4a\xb8\x64\xc7\xf4\x7a\x33\x83\x8e\xb6\xa9\x9c\x18\xce\xea\x54\xcf\xd4\x94\xb4\xc7\xf1\x31\x93\xb6\xba\x03\x8a\xdf\xc0\xf6\x27\x5b\x7b\x4f\xab\x7a\xdc\xb5\xa5\x1d\xcf\x01\x93\x3b\x31\xea\x5d\x69\x88\x45\x1b\x80\x7e\xfd\xee\x02\x62\xcd\x28\xf4\xe5\x45\xbc\xc4\x43\xd1\x36\xb5\x62\x27\x98\xc3\xe8\xd2\xac\x02\x68\xea\x99\x0f\x15\x1d\xc1\xb1\x3e\xf1\xce\x05\x3f\x99\x9e\x63\x3c\x75\x2e\x27\xa2\x06\x06\xf1\x34\x78\x97\x87\x33\xad\x7e\x64\x16\xde\x73\x1c\x81\x9c\x7e\x3b\x13\xcd\x6b\xb4\xe0\xea\x88\x9a\x68\xba\xce\xe6\x34\xa0\x30\xc7\xd0\x7c\xe4\x83\x09\x49\x65\xc2\x1c\x39\x1a\x55\x77\xe2\xd0\x45\xc8\x9b\x26\x29\xce\x08\x05\xc6\x1c\x5b\xe6\x16\x81\x80\x43\xcb\x71\x31\x7b\x50\xd0\xd1\xc3\xf5\x8c\x31\x2d\x00\x5c\x29\x73\x00\x1d\x03\xf3\x53\xb9\x67\xca\xb4\x5b\xe1\xa8\x0f\x93\x13\x7c\x5a\xf1\x2b\x85\x6b\xf3\xe3\x61\x71\x0f\xe6\xe1\xb7\x2e\x46\x14\x52\x07\xac\x54\x36\x95\xf3\x2a\xd5\x2b\x65\xec\xeb\x06\x28\x26\x79\x05\x32\xfd\xb4\x7c\x29\x59\x85\x11\x3f\x48\x9d\xea\x65\x7f\xd8\xa2\x87\x0f\x79\x28\x79\xd2\x7e\xf4\xef\xef\x5c\xfa\x85\xdf\x5a\x3f\xed\x98\x09\x21\xeb\xf9\x45\xc8\xca\x3c\x3e\xac\x3a\x40\x4c\xce\xa3\x54\x59\x1c\x5e\x76\x8c\xc2\xf9\xd7\x8f\x39\x9e\xc3\x11\x29\x3b\xbe\xf1\xe1\x90\x94\x32\xd8\x8b\x0f\x87\x28\xe3\xc5\x1e\x0f\xbf\x12\x1b\xb9\x50\x4f\x66\x54\xa2\x3a\x87\x9e\xcc\xc8\x75\xe0\xf1\x20\xb0\x8a\xe9\xb2\x04\x19\xda\x7a\x38\xae\x0a\x77\xe1\x78\x20\xc7\xf4\xe0\xa0\xa4\xae\x7b\xfa\xb4\x78\xd9\x03\xfa\x00\x0a\xbe\x22\xb5\xc1\xee\xf3\xd3\x89\x44\xa5\xf8\x09\xe4\xd5\x8b\x31\x72\x34\x49\x65\x16\xc8\xa4\x04\x91\x3c\xa3\xce\x03\xe9\x3d\xbf\x9e\xef\x1e\xee\xb1\x00\x9a\x55\x80\xc0\xd3\xac\xa2\xe5\x4b\x91\x25\x03\x21\x59\x12\x42\xcb\x13\x47\x14\xcd\x0c\xfa\xbf\x00\x6d\x2a\x0d\x64\x8e\x83\xb6\xa0\x20\x8d\x5a\x3f\x10\x5f\xd2\xac\x13\xc1\x43\x24\x8a\xd8\xe8\xa1\x59\x05\x6c\x1c\xe3\x48\x99\xcf\x0c\x04\x98\x27\x1b\x1c\x59\xdc\xf1\x1b\x95\x69\xf6\x8b\x7f\xdb\x95\x32\x6f\xfe\xcc\x08\x9b\x1f\x45\x91\xb4\x46\xe5\xd3\x8d\x39\x50\xe6\xcb\x51\x72\x91\xdc\x49\x6c\x44\xdc\xce\x70\xb2\xee\x8b\xfb\xbf\x83\xec\x45\x64\x66\x18\x4f\x3c\xe9\xe8\x28\x7e\x7a\xaf\x45\x41\x70\xfa\xa2\xab\xc3\x20\x9e\x1c\x31\x59\x52\x73\x08\x50\x26\x9d\x11\xc1\x2a\xc3\x4f\xec\x5d\x08\x59\x2f\x14\x44\x34\x39\xa7\x28\xaa\x3d\x55\x3d\x2f\x17\xd0\x74\x72\x71\x20\x48\x83\x4e\xbc\x5f\xc1\xf6\xe5\x48\x4b\x22\x49\x86\xdf\xb2\xdb\xe3\x79\x71\x86\xa0\xc1\x55\xff\x41\x4e\x20\xfc\xc0\xc3\xb1\x1a\xad\x32\x4b\xaf\x41\x3f\x20\x61\xd3\x3e\x8e\xe8\xe1\x68\x8d\x1a\xec\x6f\x46\x0a\x16\xbe\xca\xce\x1e\x7d\x79\x03\x07\x07\x0b\x97\xe8\x16\x2f\xc8\x03\xa1\xf0\x05\x79\x64\xc6\xec\x46\xe2\x4e\xf7\x78\x59\x80\x44\xb3\xd4\x23\x73\x3d\x9c\xe9\xc5\x8e\x4d\xbb\xf2\x22\x55\xd4\x2f\x05\x5d\xd4\x9a\x61\x4b\x01\xfc\xa8\x7c\x04\x47\xc4\xd9\xf7\xf6\x8e\x45\xba\x74\xf8\x43\x45\xf9\x7a\x5b\x0a\x44\xbb\xd1\x5b\x6b\x3d\x7b\xd2\x0f\x95\x84\x4b\x39\xfc\xa1\x95\x94\x59\xea\x63\xee\x1c\xf1\x70\x42\x42\xce\xed\x73\x75\xb6\x8f\x33\xf4\x54\x4e\xd6\x37\xf6\x53\xc6\xfc\x36\xff\x1d\xdf\x66\x8a\x5d\x55\x9b\xfb\x04\x59\x45\x67\x45\x14\x7a\x0f\xc6\xcc\x28\xad\x0e\x44\x34\x57\xcc\x43\x82\xda\x87\x62\x1e\xca\xc9\x06\x7e\xb3\xd2\x08\x72\x8a\x72\xa8\x27\x34\xed\x28\x87\x8b\xe8\xcf\xe4\xcd\xae\x9f\x4f\x4d\x7d\x2c\xca\x3b\x8b\xcb\xdc\xda\xfd\x12\x65\x86\x37\x0f\x22\x71\x2b\xba\xe0\x38\xa1\x0b\xc7\x0f\xc4\xd6\xaa\xf8\x81\x55\x95\x76\x15\x25\xf8\x41\xd0\xb9\xca\x7b\x9a\xf1\x66\x4e\x9f\x56\x07\x33\x6c\x6b\x83\x91\xbf\xdf\x6c\xed\x0f\xe8\x33\xc0\x3b\xdd\x6f\x7b\x94\xe6\xe5\xbe\x37\xc7\xb2\x7a\x76\xef\xcd\x9e\x40\xfc\xe0\xf7\xc6\xeb\xb6\x1f\xd0\x39\xbf\x53\x57\x97\x43\x2d\x53\xdc\x8e\x5a\x20\xe7\xda\x02\x2d\x5c\x96\x94\x9a\xfe\x3b\x90\xd2\x6b\x59\x47\xba\x37\xc7\xbd\x12\x29\x70\x6f\x68\x91\x83\x2f\xc5\x07\x48\x76\x71\x2b\xc1\x4e\xe5\xf6\xd2\xbd\x39\x8c\x0f\x6b\xc4\xed\x88\x83\x73\xcb\x87\xa6\x8c\x20\x04\x13\x38\x41\xde\x36\x5d\x68\xec\x76\xda\x1c\xe7\xdb\x5d\x50\x95\xb3\xbb\x01\x59\x95\x18\xa9\x6a\xea\xac\x29\xb5\xa1\x31\x85\xa6\xce\x93\xa1\x2d\xde\xde\x38\xf1\x6f\x9e\xeb\xeb\xe0\xa7\x6c\xc0\x57\x6a\xfa\xc6\x07\x4a\xe5\xbd\x99\x68\x76\x70\x9f\x7e\x96\x96\x09\x9a\x16\x0e\x32\x5f\xbe\x23\x94\x81\xc8\x0a\x44\xb8\xf6\xbd\x71\xa4\x33\x7b\x8a\x0d\x28\xc4\x97\xdd\xca\x86\x53\x37\xc6\x6c\x97\x7e\x43\x8f\xb8\x77\xbf\xc4\xee\x8d\x74\xef\x2c\x58\x3e\x34\x4f\x00\xf5\x3d\x0b\x96\x86\x7c\x18\xe7\x53\xc4\x7f\x6b\x24\xb7\x5c\xfc\x47\x03\xf7\x5d\xee\x5a\x62\xe4\xef\x7d\xf1\x8f\x42\x12\x80\x7b\xe7\x00\xb0\xd2\x73\x2b\xab\x4d\x81\xe0\x6f\xbd\x25\x51\x48\x67\x70\xef\x4e\x64\x92\x91\x28\xd4\x93\xfb\x0e\x37\x61\x03\x9f\x32\x90\x63\x24\x7a\x2f\xaa\x65\x20\xf2\xbb\x39\x4b\xdf\x82\xe0\x08\xb4\xc3\xb2\x67\x2a\x2d\xaf\xe1\x63\xbd\x77\x1b\x9a\x36\x70\xd5\x45\x6d\xe7\x18\x5b\x10\xf3\xc3\x98\xc5\xdf\xcf\x2d\x90\xfb\xe4\x43\x27\x8c\xeb\xf4\x31\xe9\x03\x84\x24\xed\x3b\xd7\xf5\x82\x7c\xc6\x95\x14\x2a\x14\x6d\xa4\x90\x61\x1a\xf7\xa3\x43\xec\x0d\xd0\xcf\xf5\x9b\xf5\xdd\x87\x3d\xa7\xec\x46\xa7\xb4\xc1\x70\x7e\x1f\x8e\x3e\xea\x47\xaa\x7a\xab\x9e\xdf\x73\xf1\xfb\x40\xf0\x63\x86\xf4\xdc\x47\xb9\x2a\x0d\x39\x19\x09\x8a\xdf\x2d\xcf\xfc\xc1\xc3\xd2\x0b\xd4\x05\xb5\x3d\x5f\x76\xa3\x0b\x82\x4e\x59\x64\x96\x79\x1f\x98\x0f\x4e\x46\xaa\xd4\x58\xc8\x52\xb7\x7c\xfa\xf5\x4c\x3b\x37\x9d\x54\x40\x3f\x03\xcf\x87\x18\x7c\xd8\x63\xe4\xac\xa9\x41\xc8\xf9\x00\xd9\x8e\xf2\xaf\xf3\x1a\xf9\x79\x93\xb3\x06\x2d\xec\x3e\x1c\x33\x79\xd0\x89\xc2\x3e\x4e\xb6\xbc\x3d\xe8\x67\x26\x93\xf5\x4c\xcd\x5b\x10\x4b\x34\xdd\x21\xc8\xd9\xa9\x4a\x7c\xfd\x2d\x8f\xf9\xb1\xc1\x86\xed\x14\xbf\x18\x47\x41\x4e\x67\x67\xe0\x15\x47\xf1\xbb\x0b\x96\x22\xb6\x58\xf1\x5a\x5b\xa2\xbd\xe5\x15\x3f\x06\x7c\xad\xc0\xcf\xaf\x80\xe6\x07\x81\xf4\xca\xfa\x1e\xc8\x6b\xc0\xc4\xda\x2b\x1e\x6b\xd9\xed\x1c\x35\x31\x40\xdd\xca\x51\x53\x4f\xe6\xa7\x10\x5f\x16\x14\x24\x11\x9e\x2c\x9f\x33\xd6\xc4\xcc\x75\x2b\x63\xcd\x91\x85\x2f\x21\x99\x0e\xd8\xf4\x25\x03\x1b\x9e\x68\xf0\xf3\xa1\x71\x30\x25\xd8\x9f\x3e\xed\x3c\x54\x18\x64\xcd\xbf\xaf\x80\x5a\xe9\x3d\x7d\x88\x9c\x0a\xe8\x38\x7f\x64\x0f\xb2\x48\x17\x59\x15\xbb\x0b\x6a\x66\x5a\xa2\xe3\x59\x52\xe8\x79\xa7\x59\x48\xaf\xa6\x21\xdb\x32\x98\x20\xc5\x42\x86\x80\xe4\xc3\x3f\xb8\xfd\x78\xcb\x87\x5f\xb1\x51\xdf\xca\x5e\x73\x5c\x30\x0b\x3b\xf4\x89\x77\xbc\xed\xcf\x0f\x2b\x2d\x53\x2f\x25\x87\x26\x4c\x86\x25\x65\x22\x43\x8e\xed\x2a\xdb\xd2\xc9\xa6\xa8\xbe\x80\xc5\xaa\xd7\xee\x9a\x03\x48\x37\x9a\x98\xff\x8a\xa0\x6f\x01\xe4\xae\x10\x08\x73\x23\x1f\xfc\xe7\x24\x96\x0f\xbe\x9e\x35\x90\x19\x83\xf5\xf4\x5b\x4e\xf8\xd2\x1b\x08\x0c\x5e\x33\x01\x92\xc7\x7b\x4f\xd9\x50\xb8\xed\x05\x74\x2b\x47\x38\xa8\xca\x65\x70\xd6\xb4\xa9\x47\xd6\x4b\x20\xaf\x38\x73\xea\xe7\xe7\x06\xd7\x4a\xee\x9a\x55\x65\x5c\xb2\x38\xb6\x46\x27\x8e\x93\x0d\xd7\xaf\x18\x84\x6a\xea\x6a\x91\x6b\x1a\x12\x4b\xeb\x20\xc4\xe9\xf1\x69\x68\xe8\xbc\x00\xa3\xdb\xb8\x33\x2e\x9d\x25\xa1\xcf\xea\xd4\xdf\x5b\x20\x0b\x76\x88\x38\xd5\x77\x57\x08\x73\xbb\x2b\x01\xb0\xb4\xe3\x83\xe6\x6f\xb8\x40\x7f\x57\xfb\x37\xca\xe7\x4b\x19\x2a\x1a\xb3\x6e\x1e\x96\x99\x75\x14\xd0\x1e\x9a\x40\x0e\xcd\x64\xca\x09\x75\x66\x24\x08\x23\x56\x99\xef\x13\x51\x93\xc3\xce\x89\x69\x50\xe1\xef\xb3\xf3\x66\xde\x05\xa8\x4b\x68\x9f\x2f\x65\x19\x3f\x53\x26\xaa\x3c\xd3\x8c\xba\xfc\x40\x7a\xc5\x99\xd5\x3b\x4d\x69\x9c\xf6\x8e\x15\x40\x93\xbe\x4f\xec\x0b\x6c\xb4\xd3\x97\x08\x60\x19\x4a\x30\x53\xda\x91\x0f\xb5\xb0\x90\xef\x69\xb9\x04\x36\x79\x9a\xf1\x9c\x69\x74\x98\x40\xd2\xbf\x76\xcc\x99\x2e\xbc\x63\xf2\xa1\x22\xb9\x61\x09\xa7\x85\x96\x92\xd9\xc0\x48\x69\x5b\xcc\xad\x78\x84\x7a\x66\xfc\x0e\x4d\x8b\x3c\xea\xd4\x33\x27\xa7\xae\x82\x13\x3a\x9a\xc9\xad\xd4\x33\x31\x2a\xdf\xca\x35\x53\xcf\x33\xdf\x39\xcc\x28\x35\xc5\x14\xce\x40\x0e\xd6\x4e\x9b\x96\xba\x7b\x40\x31\x50\x4e\xf2\x13\x5d\xa8\x06\x54\xb2\xdc\x9e\x3e\xa0\x00\x30\x27\xf6\x2c\xa5\x22\xbb\x68\x0c\xca\x4b\x53\xf6\x60\x67\xaa\xe3\x38\x76\xb2\x99\x81\xc3\xe3\x3e\x27\x08\xd1\xa7\xc3\x5b\x6a\x96\xd2\x37\xa8\xa0\x01\xc5\x4a\xd4\x93\xc3\xfa\xb2\xf2\x03\x02\x8a\x94\x28\x39\x18\x2e\xdf\x39\xd9\xf2\x9d\x72\x53\x8c\x7c\x67\xdf\xdc\x91\x42\x8b\x45\xd6\xd2\x6f\x65\x90\xa9\x27\xdc\x8e\x0c\x32\xb8\x24\xef\x2b\x27\xde\x05\x28\x87\x01\x4c\xec\x42\xe6\x4d\x37\xba\x44\x1f\xa6\x71\xd9\x04\x82\x3f\xe6\xbe\xb8\x51\x9a\xaa\x8b\xc5\x5d\x1c\x37\x97\x35\xa1\x8b\x91\x40\x3e\x50\xd3\x65\xc5\x37\x55\x7d\x71\x8e\x93\x49\x89\x61\x0e\x82\x93\xee\x0b\x13\x07\x52\xa5\x33\xc3\x90\x48\xe2\x26\x33\x4c\xcd\x87\x66\xa3\x23\x5f\x5a\xf9\xea\xe9\x04\xae\xca\x30\x61\x54\x68\x54\x97\x59\x13\x22\xcb\x35\xe1\xaa\x4c\xe6\x04\x07\x5a\x9a\x8e\x7f\x63\xd4\x7a\xff\xbb\x7e\x20\xbf\xe8\x90\x76\x20\x83\x80\x6b\x19\xa2\xde\x10\xf2\x10\xfd\xc6\x21\x0f\x57\x67\x33\x36\xc4\xa4\x11\xf0\x12\x7e\x81\xac\xb3\xf7\x80\x4a\xd7\xb3\xa5\x21\x84\x8b\x01\xe8\xb3\xfc\x04\x32\x77\x84\x4e\x9b\x04\xa3\x3d\x55\x49\xf9\x42\x3b\xc3\xea\x60\xd0\x55\x58\xcc\x55\xfe\x06\xb1\xdb\x0f\x14\x92\x21\xe9\x76\xbc\xc3\x79\xa5\x0f\x6f\x4e\x38\x60\x43\x43\xee\x29\xf5\x22\xc1\x1e\xfc\xdc\x19\x81\x39\xb7\x5f\xcd\x8b\x28\xdd\x50\x86\x46\xaa\x7a\x77\x32\x2e\xd9\x42\x1b\x94\xd0\x74\x7e\x61\xf9\xba\x1d\x0b\x51\x46\x66\x16\x32\xf9\x94\x9a\x3f\xa0\x29\x11\x1a\x81\x0f\xea\x26\x59\x0b\x9e\xdf\xbb\xf9\x52\x30\x9e\xdf\xdb\x81\x13\x18\xa8\x6f\xf2\xb1\xe0\x86\xbd\x09\x9c\xc0\x07\x75\x37\x9e\xc6\x07\x43\x9d\x4b\x5c\xda\xbb\xbb\xf3\x22\xe0\xe1\xbe\xbb\xdf\x74\xe6\x40\x53\x0e\x96\xe4\xe1\xe5\x19\xb3\xb8\xe5\x6e\x85\x46\x54\xee\xde\xdd\x1d\x11\x08\x46\xdc\x59\xfb\x11\xf0\xe5\x5e\x8c\x42\xb7\x50\x0c\x8f\xea\x3e\x8b\xf0\xb4\xde\x4e\xae\x72\x71\xf9\xf8\xee\x58\xc7\x20\x5d\xc5\x4a\x14\x12\x10\xdf\xdd\x47\x4c\x4b\xd5\xe9\x8b\x0a\x3b\xa0\x88\xa1\xe5\x43\x50\x48\xa7\x12\x26\x33\x50\xb9\x39\x72\x54\x76\xfc\x18\x9c\x38\xfd\x66\xe6\x03\xea\x3c\x84\xe2\x7a\x48\x83\x69\xb0\xa4\x53\x33\xbb\xb7\xef\xf0\xe7\x4b\xe7\x1a\x81\x2d\x74\x7c\xe7\x23\xa0\xe8\x11\x19\xb2\x4f\xd6\x65\x00\xea\x8e\x10\x08\x2a\xde\xa1\xe2\xbc\xbf\x87\x0d\x1b\xec\x1d\xc5\x37\x14\x0c\xe8\xf7\xc0\xff\xcd\xb9\x32\xac\xe5\x10\xf3\x76\x0f\x2f\x61\x4f\xab\x7e\x11\x01\x3a\x19\xb6\x64\xe0\x2f\xbd\x07\xfe\x25\x0e\x3e\x25\x31\x39\xc8\x67\x7c\x0f\x26\x97\xfd\xe2\x47\xa3\x4e\x16\x69\x64\x3a\x41\xd7\x57\xaa\xea\x08\xa8\xe4\x3d\xc1\xf7\xb6\xc1\xff\x48\xa1\xd6\xb7\xa7\x59\x2d\x68\x4f\x55\xef\x6e\x0e\xc9\x81\xab\x20\x0d\x39\x40\x1b\x7b\xe7\x3d\xcc\x2b\xf1\xa0\xdc\x7e\x6f\x2a\xae\xc4\x5b\xa9\x42\x0a\x79\xb5\x6f\xa7\xff\xb8\x22\x31\xdf\xce\x9e\x16\xf3\xdd\x9d\x69\x69\x80\x52\x35\x38\xff\x6f\xc7\xf3\x61\xea\xbe\x6f\x2b\x6d\x98\x9a\xef\xdb\x56\x7c\xec\xd0\xf7\x6d\xe2\x85\x61\x3b\x19\x07\x76\xf0\xfb\xe6\x51\xe1\x2d\x20\xf8\x02\x5a\xdb\x8a\xfd\xee\xf6\xad\xa0\x68\xbd\xb7\x2f\xd7\x46\x3f\xb5\x07\xbf\xc5\xce\x63\x0f\xfe\xc0\x5b\x7c\xdb\x83\x1f\xaf\xe6\x7d\xf3\xe2\x32\xf4\x7b\x87\x91\xa4\x29\x26\x95\xe1\x31\xa9\x08\x8a\x76\xe9\x47\xf8\xb9\x6d\x99\x1b\x29\x93\x9c\xda\xfb\xf7\x1c\xfd\x76\xb4\x1e\x49\x9a\x6e\x79\xff\x3f\x16\x46\x7b\xff\x4f\x18\xf1\xcc\x4a\x1d\x80\x9e\xee\x23\xa0\x89\x1d\x8d\x75\xfa\xe4\x6a\x69\x56\x3a\x52\x0f\xf4\xf0\x33\x92\x40\x6f\x7f\xe8\x51\xcb\xa3\x5f\x2f\x78\x97\x92\x60\x54\x5c\xd2\x7e\xe0\xb8\x9e\x23\x65\x9e\x1f\x8e\x94\xc9\x22\xc2\xd0\x79\x49\x09\x77\xf2\x2d\x6f\xfb\x31\xe0\x5d\x4e\x58\x71\xb2\xfc\x93\x6b\x87\x7b\x40\xf7\x09\x3e\x16\x56\x61\xad\x7e\x53\x79\x70\x7f\xfb\xf6\x63\x49\x2d\x66\x16\x9e\x47\x8a\x7d\x8b\x67\x8d\x72\xae\xf9\x59\xa3\xc1\xad\xec\xdb\x3e\xf4\x3d\x5a\xed\x03\x33\x1a\x82\xc0\xc3\x32\x44\x94\x84\x87\xe5\x82\x18\x89\xe4\x1c\xdf\x63\xca\xb3\x37\x1c\x07\xda\x2d\x6f\x78\xe5\x56\xd8\x6d\xcf\xf4\xc5\x76\x7a\x98\xbd\xc7\xb6\xe2\xf7\x7f\xe2\x2a\xbf\x1f\x0e\x67\x2c\x9f\xd2\xa7\x41\x4a\x6f\x0e\x4c\x1a\x96\xe7\xf3\xfc\x14\x9a\x5f\x5d\x29\xbc\xd5\x6b\x05\x92\x51\xed\x0a\x64\x4e\x82\x04\xfb\xb0\xdd\x9a\x93\x4c\x49\x10\xea\xc5\x46\x7c\xf0\x8c\x78\x3a\x99\x1e\x4b\xaa\x7a\xb7\x1c\x69\xe7\xa5\x42\x4f\x90\xfd\xcb\xb1\x5b\x29\x5b\xc1\x1e\xff\xfc\xad\xfc\x04\xf5\x62\xd7\x39\x3f\x01\x49\x71\xef\x27\xf7\x88\x8e\x14\x42\x54\x34\xe4\xbc\xa1\xa9\xab\x83\xf5\x82\xfe\x9e\x0e\x23\x8d\x01\xce\xc9\x04\x06\xe7\xa1\x9e\xd8\xa9\x17\xb4\xe9\x27\x76\xe2\x32\x51\xa2\x81\x83\x78\xd3\xdb\x89\x06\x7a\x4d\x2b\x7a\x9d\x68\x4f\x2b\xd6\x36\xc0\x8d\x63\xe0\xc8\x87\x8a\x5d\xcf\x04\x38\x79\x00\x13\xf9\xe4\x9a\x2d\x1f\xde\x46\xa6\x02\xc9\xee\x71\xa5\xa6\x09\x0d\x2e\x63\x47\xf4\x05\x05\xcb\xf5\x7c\xf4\x9a\x32\xfa\x67\x6e\x78\xc6\x1d\x7e\xe0\x27\x74\xae\x60\xae\xfb\x6a\xb1\x1f\x29\x59\x40\x8d\xad\x47\xe9\x01\x6a\xb4\x94\xa7\x6f\xc4\xc6\xbe\xad\xfc\x00\xf5\xca\xfc\xcb\x80\x74\x05\x39\xac\xd4\x2d\x3d\x3a\x80\x19\x63\xd3\xcb\x24\x00\x3a\x2f\x9e\xaf\x87\x3d\xf9\x09\x9d\x92\x69\x7e\x99\x22\x3e\x85\x26\xbb\x23\x0d\x49\x6d\x81\x07\xbd\x60\x7b\x25\x5f\x36\xdd\x92\x3d\x81\x74\xdb\xef\x03\x29\x5b\x3f\x67\xf8\x0b\xe9\xbd\xa5\x70\xca\x7a\xd0\x80\x14\x43\xbe\xa7\x0f\x3d\x99\xd3\xbe\x8f\x13\xbf\xc9\x4f\x10\x2d\xe5\x65\xff\x08\x6c\xee\x85\x70\x87\xdf\x07\x27\x78\xdc\x52\x72\x82\x17\xf2\x17\xdf\x2f\xa7\xce\x8b\x21\xf3\xe5\x5b\xe3\xe8\xfd\x2f\xd2\x0d\x05\xd2\x65\x6b\xb8\xcf\xcb\x1e\x91\x4f\x97\xca\x37\x52\x03\x29\x2a\x80\xd5\x7b\xf9\x3d\x14\xf4\x3f\x3b\xce\x89\x5b\xb8\xed\x1a\xbf\x90\xc7\xe4\x1a\x3f\x1a\x87\x80\x5c\xe3\x07\x11\x29\xb7\x72\x1c\x94\x9e\x59\x15\xb3\xbe\xb2\x54\x8e\x68\x8f\x6d\xf6\x65\xbd\x31\xae\x09\xfb\xc2\x09\x15\xbc\x5f\xd6\x07\x62\x94\x7f\x59\x04\x84\x29\xbc\xb8\xab\x46\xd5\x69\xf3\x11\xd3\x28\x3f\x4a\x7c\x35\x7e\xb1\xbe\x7c\x20\xab\xd1\x50\xe8\xcb\xd4\x1b\x7a\x98\x7e\x2e\x2b\x1d\x5a\x3e\xad\xa9\x6a\x79\xb0\xa6\x21\x3d\xbc\xc1\xf1\xfe\x76\xbe\x20\xac\x17\x6f\xce\x86\x1a\x50\x49\xb3\xd9\x30\x6f\x48\xf9\x02\xaa\x3a\x28\x52\x53\x09\xa6\xe8\x42\x5e\xfb\xd2\x90\x45\xe4\xb5\xaf\xd7\x91\x0e\xb5\xef\x61\x2d\xf2\xd3\x97\xd8\xa6\xdf\xbe\x33\x13\xfb\xeb\xdb\x39\xe4\x23\x53\x92\xa8\x20\x86\x4a\x3f\xc9\x73\xa5\x50\x3c\x32\x12\x8d\xdf\xe0\x89\x01\xcd\x0e\xfe\x0b\x6e\xf2\x86\x1c\xd3\x27\xe6\x09\x76\xb3\x9e\xe4\xe9\xf1\x67\x2a\x6d\xc1\x9e\x53\xc2\x3e\xfc\x18\xe9\xe4\xc2\xaf\xdc\x70\xbf\xdf\xf6\xd3\x22\x1b\x93\xb5\x80\xd4\x1a\xb7\xb3\x16\xc4\x97\xf8\xf6\x53\xac\x99\x72\x99\xd8\xaf\x60\x63\x06\x9a\xee\x4d\x82\x70\x73\x79\xf3\x4b\x7c\x80\xca\x52\x70\x12\xb4\x7c\xdb\xb5\x7f\x7e\x7a\xd0\xb1\x8d\x8f\xcd\x79\x09\xb6\xb8\x61\xde\x3c\xf6\x99\x42\x26\x95\x21\x9a\xb7\x42\xd6\x6f\x44\xce\x8c\xd1\xcc\x15\xd3\xf9\x1b\x45\xb6\x06\x54\x82\xb4\x2d\x55\x8d\x79\x5a\xed\xb2\x03\x30\x46\x91\xe7\xf1\xf9\xce\x4f\xd8\x66\xc8\xbe\xc6\x75\xa5\x19\xd1\xaa\x7b\x9c\x9b\xef\x51\x9e\x81\x94\xfc\xc1\x1d\x4e\x67\x26\x68\xa7\x31\x9f\x8a\x00\x38\x98\xab\xe9\x37\x7e\x70\xe2\x4d\x07\x00\x10\x6b\x3a\x37\x1e\x3e\x39\x81\x6c\xc4\x3e\x80\xa6\xbc\x18\xe9\xc2\xfb\xe8\x4c\x33\x4f\x35\x9a\x66\x5e\x8a\x47\xd8\x81\x94\xdd\xfd\xe4\x43\x39\x8f\x51\xa9\x67\x72\x13\x78\x75\xa6\x72\x13\x54\xd8\xd3\xdc\xec\x3b\xf2\xc3\x4a\x0b\xbc\x34\xc6\xf3\x5b\x76\x3d\x79\xe1\x07\xd5\x72\xfa\x49\x9f\x02\x83\x9e\x4e\x79\x80\x26\x3c\xfd\x12\x4f\xcd\x5c\x61\x40\x39\x40\x41\x66\xda\xab\xf2\xa1\x89\xb5\xf2\x21\x2a\x60\x0b\x28\x5b\xe3\xc1\x84\xd8\x51\x09\xfb\x9a\x7e\x6f\x87\x67\x7b\xe6\xe6\xd0\x40\x7c\x32\x93\xa4\x06\x9c\x67\xd3\x49\x0d\x12\x5f\x37\x37\x47\x0a\x12\x35\x37\x37\x2b\xd8\x1f\xc8\xe7\x52\xd6\x8f\xc0\xb3\x46\xc3\xf2\x1e\xa0\xc7\xcd\xcd\xb6\x97\xcf\x42\x38\x72\xfd\xb3\x12\x88\xcd\x07\xbd\x92\x73\x0d\xf4\xa5\x14\x9d\x19\xf8\xf4\x5b\xc2\x81\xc4\x08\x7a\xa0\x97\xde\x23\x49\x97\xca\x6d\x65\x56\x3c\xf7\x4e\x82\x75\x20\xcb\x2a\x1b\x90\x33\xbe\x17\x20\xed\x18\x96\x6f\xb7\x54\xee\x83\x70\xee\xb6\xe2\x96\xb4\x22\xf3\xc8\x91\x1e\x74\xa2\x6f\x29\x13\x53\x3a\xf3\xdd\x5b\x90\x87\xeb\x97\x79\x38\xa4\xe6\xee\xab\x4a\x9d\xfe\x4c\x85\xcc\xe9\xee\xf3\x1b\x22\xdc\x71\x07\xa4\x43\x67\xcf\x08\x2d\xed\x8b\x45\x36\xec\xc2\x53\x0f\xf3\xac\xba\xa0\x23\x41\x12\xbd\x6e\xee\x64\xcf\x60\x1f\xea\x9d\x9e\xc2\x9b\x34\x53\x31\x0d\x07\xa1\x4a\x53\x31\x0d\xed\x1a\xe0\x13\xb2\xa3\x55\x9d\xda\x8d\x15\xd7\x0b\x3e\x65\x7c\x1a\xb5\xe2\xd1\x03\x3e\x34\xae\x06\x64\xbd\xa3\xa4\xd0\x93\x95\x76\xb4\x70\x2c\xf8\x8e\xc2\xc5\xf6\xe6\x01\x1f\xe8\xd3\xa9\x0e\xfc\xc4\xda\x82\x74\xa2\x5d\x8c\x43\xba\xf5\xd5\xb3\x58\xe8\xd6\x67\x40\x0b\x96\x99\x76\x34\x35\x5a\x3a\x9c\xbc\x02\x73\xc6\xe4\x25\x1e\x1c\x51\xf3\x70\xea\x48\xbf\xcb\xb7\x40\x0d\xcd\x07\xc0\x3c\x88\x69\x63\x1a\x94\x6d\x60\x0f\xe7\x3a\xac\x4e\xd8\xae\x30\x0f\xec\x74\xf9\xd2\xa7\xe3\x95\xaa\x60\x94\xba\x34\x0b\x46\xbe\xb6\xc2\x39\x33\x9d\x5e\x20\x8c\xe3\xc0\x9a\x71\x06\xb4\x88\x08\x2f\x3d\x9c\x40\x94\xfd\xef\x84\x02\x0d\x7f\xcf\x3c\x78\x30\x80\x91\x69\x0d\xb1\xcb\x4e\xc7\x34\x5c\xbd\xa6\x4f\x7b\x0c\x2e\x20\xa5\x40\x0b\xf2\x66\x14\xf8\x86\xa6\x42\x1c\x8e\x9e\xaa\xf0\x82\xd4\xb5\x1c\x96\x71\x72\x98\x5d\xe0\x83\x7e\x0d\x69\x1c\xac\x77\x20\xc9\x33\x8d\x99\xe6\x9d\xfb\xb4\x63\xcb\x3e\x03\x99\xc6\xf5\xfb\x9b\xf5\xd3\xa9\x06\xae\x2b\x1f\x8a\x32\xad\x7e\x4c\xc7\x3b\x5c\xd6\x31\xa7\xb3\x00\x84\x6d\x14\xc7\x3f\xe1\x62\x9a\x85\x8b\x4e\x30\x0e\x1e\xda\xe9\x9c\x2e\x05\xf3\x7c\xe7\x5b\x8e\x0c\x26\xc8\xf1\x06\x57\x4b\x5d\xf6\x0a\xbd\x6a\xb3\x92\x84\x66\xf2\x42\xce\x46\x2f\x37\x8a\x15\x5f\x4a\xd1\xc3\x5f\x3a\x8b\xf5\x3c\xce\xd7\x62\xf5\x9d\xdd\xe9\x9b\xfe\x17\x1b\xb9\xc0\xd8\x6d\xa7\x98\x0a\x13\x28\x61\x5e\x0a\x13\x28\x61\x5e\xc5\x89\x48\x70\x0d\x4d\xbd\x5b\xd3\x09\xd5\x98\xba\xe8\x5f\x78\x11\x6d\x3a\x32\xe0\x62\xe7\xea\x9d\x9a\x03\x4b\xfd\xf4\x35\xff\x0b\xae\x5e\x89\x2f\x82\x5b\xf9\x29\x9a\x96\x95\xf5\xe5\x7d\xb4\xce\x59\x6d\x18\x61\x8c\x0e\x14\xb8\xc8\x25\x3c\x2b\xae\x33\x77\xe2\x87\x68\xda\x09\xdd\x55\xef\x45\x8b\xdf\xb3\xb2\x17\x21\x26\x5f\xe5\xbf\x7a\xbe\xd4\xba\xb3\x96\x89\x22\x38\x81\x44\x05\xac\xa4\x63\x0a\x78\xf4\x64\x56\x2f\xe4\x00\x39\x99\x27\xfd\x60\xe8\x82\x8c\x38\x98\x3a\x0c\x09\x1f\xd6\x54\x14\x41\x25\x22\x7e\x56\x36\x3b\xeb\x51\x2d\x09\xd8\xd2\x36\x79\xa3\x06\xc3\xc7\x4c\x10\xc1\xe7\x53\xc7\xa1\xa6\x9b\x5b\x71\xbb\x35\x75\xed\xf9\x4e\x99\xcd\xb2\xec\xbc\x8a\xc8\xc9\x5e\xab\x7e\xe6\x83\x80\xee\x69\xbf\x7d\xc3\x31\x34\xed\xb7\x1f\xc4\x5e\x4f\x3c\xf5\x68\xed\x53\x0f\xca\x74\x94\x89\x79\x92\x1a\x9a\x89\xb7\xa7\x3e\xe1\xd4\x93\x57\x63\x88\xbc\x98\x27\x26\x47\x36\x19\x17\xfd\xf1\x38\xcd\xd3\x8b\x6f\xb5\x7d\xfa\xda\x7f\x8e\x2a\x3b\xf2\xc9\xaf\x3f\xe5\xba\x2f\x03\x8a\x3a\x7d\x45\x04\x3d\x7d\xfa\x71\x18\xde\x37\x99\xb8\xee\x6b\xaa\x5a\x52\x69\x29\xf4\x11\x5c\xf2\xa5\xba\x84\xfa\xed\x49\x6f\x27\x4b\x71\xde\x90\x14\x23\xc3\xeb\xc1\xd9\x29\x0f\xf9\x81\x81\x64\x9e\x8e\x17\x3b\x33\x63\x3e\x2d\x47\x0a\xe5\xdb\x47\x10\xb4\x13\x7c\xcb\xf4\x71\x3c\x06\x3f\x6b\x06\x6c\xab\xd3\xec\x72\xd0\xa3\xd3\x3e\x11\xc6\x3e\x49\x09\x10\x0e\x95\x24\x00\x9c\x71\x7e\x46\x25\x8c\xc5\xcf\xa8\x0c\x82\xdc\xa7\x5c\xdb\x95\x88\xbf\xe9\x6b\xff\xdc\x31\x9f\x17\x67\x65\x4b\x55\x0b\x29\xec\x0f\xdf\xf4\xe7\x1d\xa4\xe9\x87\x53\x2e\x66\x44\xaf\xa1\x54\xb2\x68\xce\x0b\x16\xc9\x76\xe1\x62\xff\x62\x34\xdf\xb2\xf0\x8b\xb8\x2f\xf6\x1d\x4e\xf1\x6c\x89\x0b\x03\xe9\xa7\x57\xcb\x29\x6c\xd9\xcb\x21\xc1\xd9\x30\x76\x84\x47\xb7\xb9\x06\x53\xc6\xd8\xb0\x3f\x43\x71\x7e\x3f\x05\x8b\xc6\xbc\x08\xff\xe4\x28\xbd\xf0\xc3\x20\x72\x5e\x37\xdd\x30\x58\xad\x77\xdb\xc0\x50\xe2\x10\x59\x75\x27\xf7\xf2\xf1\xd2\x4c\x5f\xcc\x3f\x6b\xea\x62\x3f\x85\x01\xfa\x2d\x14\x82\x12\xa7\xdc\xdb\x75\xdb\xc1\x5e\x27\x5b\xdb\xd3\x8e\x47\xe6\xa1\xb4\xce\xf4\x0e\x40\xeb\xe2\x70\x4e\x3f\x52\xd2\xd0\xa9\x1a\xc1\x0b\x67\x40\xd9\xb5\xe0\xaa\xf2\x51\xd7\x86\xec\xde\x30\x5d\xb1\x88\xf2\x58\x77\x54\xdc\xc9\x1d\x7d\x2c\x17\x53\x2e\xeb\xda\x40\x56\x1e\xeb\xda\xf6\x94\x5d\x82\x4e\x20\xaf\x60\x4f\x55\x5f\x6a\x18\x01\xed\x14\x62\xf5\xfd\x80\x09\xc9\xc4\x67\x73\xf2\xe0\x2d\x90\xf3\x2f\x32\xe8\x2c\x27\xbd\x48\x0e\xae\xc1\x47\x32\x15\x2f\xde\x2f\x50\xd6\xab\x4c\xd7\xcd\x22\xd0\xac\xd3\xb8\xb6\x14\x3a\xf5\x0c\x83\xf6\x4d\x00\x16\x53\x8e\xef\x3d\x27\x3d\xf7\xfe\x71\xf8\x4c\x79\xbe\x6b\xdb\x03\x29\x68\x33\x3d\xf2\xb6\x1c\x8d\x4e\x4f\x5d\x20\xa5\x0a\x0b\xa6\x8a\x83\xc1\x5a\x35\xfd\x06\x09\xb1\xfb\xb3\xd9\x94\xd5\x53\xc6\x3c\x32\x0a\x82\x64\x4a\xea\xda\x02\x93\x56\x9f\x8a\xe8\x01\x37\x3f\xa2\x1f\x6a\x21\xa1\x1c\xeb\xd1\xf1\x7a\xc0\xcc\xba\xac\x05\xdc\x17\x98\x72\x88\x17\xc2\x05\xa7\xdf\x1d\xc1\x5f\x3a\x3b\x42\x38\x3b\xd3\x8f\x8b\xb4\x23\x1f\x8a\xea\xd8\xd3\x1d\x7b\x15\x3b\xd1\xee\xf0\x76\x04\x82\x93\x74\x40\xbf\x52\xc6\x97\x26\x1e\x9c\x91\x53\xb9\x02\x6a\x43\xe1\xb2\x37\x9c\xb8\xad\xe9\xc4\x01\x3c\x5a\x33\xf5\xb6\x48\xd9\x58\xe4\x8e\x46\x05\xd1\xd9\xfd\xbd\x87\x24\xe5\xe1\x3e\xae\xf4\xe1\xf7\x43\xb8\xda\x33\xbb\xe3\x35\xf7\x14\xae\x91\x44\xa6\xed\x7e\x8a\x06\xaf\xe5\x94\x47\xfb\xe0\xcd\x89\xe9\x8c\x03\x38\xce\x66\xc7\x0d\xc9\xd9\xae\x1c\x03\x65\xdb\x52\x78\xba\x90\x76\x64\x06\xc2\xe3\x31\x95\x0a\xa0\x44\x10\xea\x5e\x4b\x1c\x67\xd3\x9e\xf1\xe8\xcd\x7a\x24\xa4\x36\x14\x50\x3f\x12\xd2\xd0\xda\xf5\x48\x48\x89\x90\x32\x7c\x28\x70\xd6\x0c\x84\xe3\xf1\xbd\xb9\x7b\x0e\xdc\x33\x6c\x43\x39\xd1\x4b\x96\xdd\x39\x01\xb8\x5c\x34\xfd\x82\x48\xe3\x54\x1f\x7e\x91\x92\x33\x6a\x60\x5d\x4c\x33\xc3\xf8\xec\x40\xac\x7a\x01\xb4\x57\xac\x06\xb4\x7d\x09\x82\x19\x5c\x29\x3f\xd3\xcd\x5b\x2d\x51\x57\x2f\x19\x11\x3a\x36\xed\xa7\x6f\x88\x41\xf2\xd3\x97\x33\xcd\xdc\x46\x16\x7c\x42\x04\xa9\x6a\x33\x0c\x67\xfc\x20\x58\x81\x93\xdb\xcf\x79\x64\xbd\x86\x63\xc2\x3f\x65\xda\xdf\xd0\xd6\xc0\x38\x8d\x00\x3c\xec\x40\xe3\x88\x1f\xda\xd1\x67\xa6\x52\x87\x03\x99\x7c\xe6\x70\xc2\xb5\x2d\x65\x0a\x71\xed\x69\x45\x6f\xac\x9e\xa9\xf9\xd2\xce\x4b\x99\x66\x03\xaa\x53\x5e\x81\xd5\x7d\x03\xdc\x45\x84\x81\x24\x44\xc0\xee\x9d\x74\x80\x38\x8a\xa9\xb4\x02\x05\x73\xf7\x54\x1e\x81\x83\xc8\x88\xe9\x78\x81\x11\x53\xd2\xed\x33\x85\x40\x84\x79\xdb\xc2\xc7\x94\x2b\x73\x40\xd9\x60\xaf\xb7\x1f\x91\x49\x1f\x8e\xb4\x84\x2b\xdc\x3e\xf7\xb7\x34\xe3\x6c\xcd\x3d\xcd\xd8\x1a\x0e\x24\x43\x1c\xaf\xe8\xcd\xdb\x62\x5d\x38\xc6\x6d\xb1\x2e\x5b\xf4\xb6\xa3\xf9\x4a\xb3\x0a\xc6\xe0\x39\xd8\xe9\x2c\x02\x1b\x04\xe1\x24\x02\xb9\x2f\x32\x6f\x3f\x6a\x7c\x66\xb6\x78\x3a\x68\x00\x3d\xdc\x6c\x3a\x15\xf3\x81\x71\xdf\xb6\x89\x84\x9a\x6f\x02\xe0\x38\xd6\x1c\x81\x80\x41\x7c\x2a\x87\xc0\x81\xd7\x63\x92\x43\x00\x2e\xaa\xe0\x84\xd2\x7b\x6a\x0e\x77\xc9\xc0\x10\xf1\x11\x60\xfc\x46\x47\xe4\xe0\x69\x15\x0d\x97\xfe\x74\x9e\x80\x56\x53\xb8\x78\xea\xc6\xd6\x53\x9a\x80\xca\xbd\xf2\xa9\xa8\x81\xfd\x24\xb8\x71\x4e\x5b\x76\xb9\xce\x32\x67\x96\x3a\x0d\x99\xd6\x3c\x41\x8e\x22\x20\x21\xf3\xf4\x23\x1c\xa3\xa4\x5d\xf3\x7c\x22\x05\xe6\x1c\x44\xcc\x00\x49\x9a\x80\x9e\x9c\x18\xa0\x5d\xe9\x73\x80\x42\xda\x95\x3c\x93\x51\x0f\x10\x0a\x0a\x7a\x90\x27\x55\xfd\xd8\x00\x13\xad\x68\x84\xda\xd0\x93\xa7\x19\x03\xe6\x1a\xc7\x26\xc4\xca\xc2\xf3\x19\xb8\x4c\xe6\xb4\x68\x48\xb8\xc6\x9c\x16\x0d\xa1\x61\x85\x1f\x54\x32\xc7\x4e\x5d\xf5\xaf\x3c\x64\x3e\xfd\xe6\x45\x4b\xff\x4a\x1d\x41\xe8\xd6\x74\x60\x02\x9e\xb8\x39\x1d\xc0\x0f\x5b\x98\xf2\x60\x45\x5e\x50\x4e\x80\xc5\xed\x40\x55\x56\xb4\xde\xbe\xbf\x3e\x3f\xfd\x38\x46\x54\xfa\x29\x16\x52\x32\x28\x3b\x17\xae\x4c\x95\xcc\x2a\xed\x4a\x1f\xb6\xd4\x1a\x72\x94\xc4\xd5\x99\x39\xbf\x9c\x81\xd3\x6a\xea\xe5\x8c\x55\x78\x02\x6a\xc8\x57\xaa\xea\xa1\x1a\xf8\xf4\xc3\x5e\x5c\x62\x47\xa6\x33\x11\xe4\xfa\xd3\x24\xda\x82\x08\x81\xe9\x54\x04\x38\xca\xe6\xc3\x17\xd2\xb7\x7c\xa9\x73\x1f\x45\xd8\xb1\x17\xdb\x48\x99\x5e\x07\x66\x58\x0f\xdf\x5c\x21\x38\x64\x2a\x2f\xc1\x71\xe4\x43\xa9\xa0\xdc\xdc\x9c\x0f\x8b\x28\xe8\xcf\x0f\x7b\x71\x33\x2a\x85\x8b\x6f\x5b\xbe\x53\x1c\x25\x72\xa8\x83\x3d\xc8\xb2\x31\xfd\xfe\x46\x94\xbf\x87\x2f\x3a\xb1\xc8\x79\x7e\x83\x2d\xe0\x47\x35\xc6\x99\x46\x5f\x1e\x7e\xfa\x7f\x8b\x20\xc0\x7b\x91\x6e\xc7\x9f\x34\x15\x05\xb2\xe7\xf2\xd2\x7c\x60\x4d\x3c\x03\x9a\xfd\x65\x5a\xed\xb9\x85\x2d\x3c\x7c\xf3\x11\xa6\xf5\xe0\x12\x2c\xa8\xc3\xfd\x10\x21\x95\xb1\xa0\x12\x8d\x3c\x15\x40\x52\xc9\x45\x36\x1f\xb6\x47\x11\x64\x33\xfd\xe0\x46\xac\xce\x3c\xb8\xf1\x41\xcf\x6e\x07\x44\x36\x45\x97\xf4\x38\x8a\x1e\x78\xc6\x18\x97\xa3\x10\xf0\x29\xce\x87\x93\x95\xc2\xc1\xfc\xfa\x06\x39\xd5\xa6\xdf\xdb\xf8\x08\x21\x7e\x70\x23\xb7\xab\xa6\x5e\xdc\x28\x51\x2f\x1f\x84\x28\xb0\x61\x15\xb3\x72\x8c\x9a\x4e\xec\x9c\x64\xd0\x4f\x8b\xc6\x39\x91\x15\xc3\x52\xb9\x9d\x33\x9f\x9d\x99\xed\x80\x7a\x05\xaf\xa5\xaa\x9f\x52\xdd\x03\x1a\xdd\x13\x48\xc6\x84\x2d\xed\x88\x81\x60\x5b\x73\x3a\x85\xc1\x55\x9e\xe9\x74\x0a\x84\x28\xcc\xe7\x00\x9f\x1d\xd0\xf8\x0c\xa0\xc5\xf1\x79\x12\x6f\xf2\x90\x06\x3e\xfa\xf9\x44\xa0\x42\x70\x7e\x5a\x8c\xee\x81\xcc\xd1\xf6\x34\x24\x84\xae\xf4\xa9\xa5\xc6\xf0\xe5\xd7\x32\x3e\x32\x8a\x33\x31\x10\x47\x38\x95\x89\x61\xe7\x5a\xdf\x74\xf8\x4b\x23\xe0\x66\x3a\xfe\x25\x77\xbf\xa6\x9f\xd2\x28\x63\xa4\x5d\x69\x16\x3d\x75\x65\x06\x3b\x03\x39\x63\x2b\x23\xf1\x5b\x2f\x68\x2b\x0a\x87\x29\x5b\xa6\x59\x46\xee\xcf\xea\x99\x48\x33\x21\xf6\xdf\x7e\xe6\x4e\x64\x19\x7f\x82\x9f\xd5\xe0\xc6\xc9\x7c\x3a\xe7\x0f\x8f\x0d\x4e\x87\xca\xf0\x98\xea\xf4\xdb\x19\xe4\x5d\x9f\x4f\x5f\xe1\x24\x4e\x65\x3e\x1d\x5e\x80\xa2\xf5\x74\x78\x01\x97\xd6\xe6\xd3\x74\x58\x53\x15\x3a\xfc\x3e\xe6\x7b\xfa\x61\x8d\x76\xc1\xb7\x9c\xca\x21\xca\xad\x82\x6c\x92\xc8\x67\x3a\xb1\x43\x3c\xb8\x7e\x74\x83\x47\xc2\xa7\x43\x6c\x48\x20\x3d\x1d\x62\xd3\xd9\x97\x44\xd8\x5c\xa9\xa9\x41\xa2\xae\x39\x01\x04\x0f\x2e\x4f\x5e\xe7\xc8\x90\x15\x53\x53\x79\x1b\x7b\x2a\xa4\xa6\x8c\x33\x55\xe5\xe4\xe2\x58\x77\x48\xcd\x4e\x78\xcb\x74\x9c\x4c\x23\x06\x6a\xbe\x14\xd7\x45\x3c\xc1\x7c\x99\xb4\x51\x72\x5e\x8a\x39\xdd\x6b\xa0\xa2\x87\x6f\x68\xc6\x21\xa7\xc4\x9b\xcc\x97\x9f\x8c\x09\x72\xc3\x98\xa7\xaa\xa8\x7e\xa4\x8b\x87\xc7\x11\x10\xec\x98\x01\x05\x2d\x44\x47\x76\x4a\x09\x32\xdf\xcf\x97\xc3\xf0\x90\x6c\x1c\x36\xd3\x08\xd0\x9a\xaf\xd0\x79\xea\xfa\x58\xcb\xa0\x6f\x23\x44\x27\x32\xf0\xc6\xa8\xac\x1c\x12\x47\x0c\x47\x2f\xc4\x0c\x34\xbb\x17\x9e\xde\x33\xa5\xa2\xed\x91\x42\x3b\x56\x03\xbd\xdd\x25\x9d\x48\x1d\x39\x32\x4c\xa9\x23\x5b\xa8\x45\xb2\x67\x29\x59\xf6\xe9\x7d\xc7\x3c\x4f\x78\x06\xcd\x8a\xb6\xf7\x2c\x97\x8c\x55\xbc\xf9\x34\x5f\x26\x66\x50\x7f\xfb\x25\x53\x58\x98\xe3\x5f\x72\x37\x72\x3a\x00\x26\xf6\xbb\x77\xf8\x64\x40\x6f\x27\x34\xc6\x37\xa4\x86\x68\xfa\x76\x60\x72\x6c\xb2\x6f\x4c\x0c\x81\x9e\x0a\xfa\xe0\x4b\x1d\xc3\xbc\xdb\x33\xfd\xfe\x06\x59\x9f\xa6\xf2\x4d\x24\x5f\xd5\x54\xac\x4a\x25\x66\x6f\xbe\xed\xf0\x47\xb8\x52\x74\xca\x11\x8d\xc8\xc1\x29\xf5\x83\x1c\xeb\x0e\x43\x71\x78\x0a\x0f\x29\xcc\xf7\xcd\x40\x98\x91\x9b\x81\xa4\xd4\xda\x24\xfc\xc6\xaf\x63\x70\xef\x61\x3a\x0a\x65\x3f\x4b\x0a\x9f\xfe\x94\xd9\x94\x80\x19\xe1\x4b\x71\x27\xb5\x67\xde\xed\xb8\x4b\x68\x87\x1f\xc1\x68\x04\x66\x4d\xc7\x9d\x10\xdc\x32\xdf\x4e\xf2\x9c\x30\x03\x05\x9e\x54\x92\xc9\xcf\x37\x8c\x0b\xdd\x53\xa9\x29\x6a\xff\x7c\xe9\x7d\x93\xa1\x39\x0f\x15\x8c\x54\x71\x28\xd5\x09\x4c\xaf\xbe\x61\xa6\xd4\x59\xbb\x40\x37\x2b\xe6\xb4\x40\x73\xc0\x2b\xe0\xda\x71\xbe\xaf\xb7\x20\x35\x74\x50\x26\x5d\xc2\xf9\xdb\x16\x24\x76\x70\xd2\x89\x2d\xcf\xbe\xfd\xb9\x40\x1f\x7c\x57\xc0\x53\x5f\x82\xc1\x70\xec\xfd\x09\xe4\xbd\xa9\x99\x5e\xa0\x73\xdd\x5f\xe9\x65\xe8\xcb\xb4\x63\xed\xaf\xa4\x21\x4d\xc9\xfe\xed\x6d\xcb\x55\x55\x02\xe9\x9e\x3e\x15\x85\x20\x4e\xbe\x20\x1f\x4a\x95\x2e\x45\x6f\x4e\x94\xb5\x20\x2f\x6e\x20\xc8\x0d\x64\x6d\xd2\xb4\xdc\xbd\x40\x85\x48\x9c\x29\x14\xf5\xef\xf9\x52\x0e\xb9\xcc\x8f\xe4\x3a\x5f\x89\x5b\x90\x07\x09\x3a\x56\x71\x37\x26\xfd\xf6\x18\x99\x66\x07\xf2\xd9\xcf\xbf\x40\x71\xef\x8d\x51\x99\x0e\x33\x46\x7b\x8c\x4d\x5b\x0b\x3c\x3d\xaf\x7c\x29\xbb\x46\x3f\x8c\xce\xee\xeb\x38\x67\xad\x80\x6a\xe8\x28\x40\xeb\xf8\xea\x25\x50\x11\x94\x0f\x35\xc6\xa3\x03\xd9\x7c\x7f\xa5\x19\x6f\xbf\x7a\x02\xda\x54\x7a\xa6\xb2\x31\x68\x40\x53\xea\xef\x01\x64\x45\xfe\x18\x80\xe2\x0e\x81\xec\xa1\xdc\x2e\x20\xab\xf5\x35\xa0\x0c\x7c\x4c\xec\xee\xd8\x63\x3f\xc8\xb0\x40\x05\x2c\x96\x54\xd5\xac\x7f\x20\xa3\x03\x02\xbe\x28\x7a\x32\x90\xe1\x6d\x40\xcd\xdb\xdb\x60\x03\x82\x1f\xd1\x85\xf5\x80\x8d\x66\x6e\x4f\x56\xaa\x8a\x39\x65\x8c\x52\x68\x47\x50\xb3\xd8\x5f\xae\x54\xd5\xeb\x34\x2d\x55\x87\x0f\x08\x20\x63\x0a\x6e\xa6\x0f\x36\x93\x03\x48\x1c\xf9\xbb\x20\xe9\x93\x1b\x93\x61\xbb\xe8\x41\x4d\x07\x22\x35\xda\xc4\x38\x52\xc1\x46\xc4\x92\xfd\xea\xc7\x31\x7e\xfb\xd0\x7a\xc6\x09\xa6\x4e\x7b\x13\x76\x72\x98\x74\xd8\xa0\x87\xf3\x24\xf8\x86\xd3\x02\x35\x1d\x9f\xaa\x9a\x0e\x76\x9d\x32\x62\x74\xc7\x3a\x2d\xc8\x8c\xf1\x4c\xa1\x29\xe9\x2c\x80\xba\x53\xd1\xd3\xaa\x82\x18\xd8\x75\x7a\xff\xa2\xda\x41\xb7\x20\x45\xdc\xf7\x0a\x24\x3a\x2a\x29\x63\x20\x14\x42\x48\xc1\x40\x8e\x96\x0e\x59\x1d\xb0\xb7\x74\x62\xdf\xd9\x06\x02\x7e\x00\xe3\x62\x99\x8f\x01\xb2\xcc\x81\x09\xab\xa6\xae\xd1\x63\x20\xbc\x77\x76\xa5\x4f\x6b\xc6\x9f\xba\xbe\x9a\x45\x3b\x0a\x69\x08\x9f\x3e\xb0\xaf\x41\x3e\x8e\x5e\x39\xd9\xce\x07\xd2\x4f\xa6\x16\xd3\xc9\xe7\x53\x59\x39\x1a\x7d\xea\x7e\x72\xff\x74\x62\x85\xbf\xa4\x21\xa5\x4a\xda\xd3\xce\xad\xcb\x7f\x54\x35\x01\x85\x15\x91\xa0\xe3\x2a\x01\x0f\x89\xd9\x74\x22\xe1\xbd\x6f\xf9\x52\x0b\x7f\x7e\x6b\xe6\x5e\x55\x75\x70\x64\x2a\x15\x2a\x11\x42\x3c\x78\xe0\x9b\x33\xc6\x69\x3f\x3a\x64\xc9\xd3\x18\xe5\x53\xa8\x6b\xb4\x2d\x90\xe8\x20\x2b\x8d\x5c\xcf\xa6\x21\xb7\xc7\xc9\x01\xa4\x64\x1e\xab\xa1\x80\xca\x1d\xc3\x89\x58\xcc\xfe\xa0\x0a\x85\xba\x94\x83\xa9\x2c\xd8\x4e\xd8\x99\x84\xba\x84\xc5\x3a\x41\x87\x93\x1f\x2d\x48\xf3\x03\xb5\x97\x1c\x9e\x34\x3b\xbc\x33\x3a\x90\x87\x19\xc8\x66\xb9\x92\xaa\xba\x1e\xc7\xa0\xcb\xa0\x4b\x30\x90\xcd\xee\x6a\x29\x84\xf4\x82\x81\x45\xae\x40\x4a\xf0\x05\x73\x28\x66\x78\x6c\xe2\xe2\x03\x11\x4e\x51\xa0\xc3\x34\x83\xc7\x8f\xe9\x09\xe1\x81\xac\x49\xad\xe4\x4b\x6d\x93\x96\x32\x16\x81\x76\xfc\xc8\x18\x5b\xb3\xf8\x60\x6b\xb4\xea\xdc\x2f\x57\x20\xf7\x08\x72\x26\x2d\xf6\x53\x99\x6c\x4c\xfa\x40\x94\x66\x4f\x2b\x25\xc7\x51\xe0\xf8\x0e\xbc\xf9\xcc\xb9\x85\x2d\x64\x80\xe2\x90\xf4\xf3\x03\xda\x3a\xc0\x51\x5a\xe5\xfc\xc9\xa1\x57\xfd\x20\x28\x93\x55\x21\x26\x50\xaf\x66\x80\x4c\x56\x35\xf5\x5c\xa9\x6a\x72\x6e\x01\x65\x66\x86\x8f\x39\x29\x48\x76\x69\xf5\x23\xde\xe5\xd3\xa5\xd1\xe3\xb4\x70\xe2\x8f\x1d\xd2\x22\x9e\xe7\x62\xd6\x15\xcf\xd3\x6b\xfa\xb4\x5c\xc6\x54\x3a\x64\x67\x14\x66\xaf\x0e\x10\x62\x98\x90\x5a\x4d\x65\x99\x4f\x32\x30\xdf\x76\x28\x81\x2c\x9c\x9e\x01\xbd\xb6\x35\x9d\xbe\xc5\xab\xc0\xf6\x96\xb7\x1b\x3e\x56\x4d\x5c\x10\x4c\x85\xb8\x1a\xe3\x34\xfd\x40\x95\xca\xee\x51\x3b\x6c\x8c\xb7\x41\xca\x95\x42\x7b\xdf\x3f\x0d\xe9\x58\x84\x2c\x95\xc1\xa3\xd7\x2c\x1f\x47\x5f\x1a\x32\x05\x41\x4f\xd5\x21\xb8\x67\xfa\x24\x04\x37\x0b\x68\x4d\x0d\xd6\x50\x9d\x26\xf2\xcc\xc4\xf3\xfc\x6c\x4d\xa9\x50\x68\x8c\xd3\x1c\xa8\xa7\x4c\x42\x77\x86\x69\xe9\x9d\x8d\xc1\x63\x20\x17\x7c\xe3\xb4\x30\xd6\x0b\x90\x91\x4d\x19\xc8\xe6\x4b\xbb\x1b\xd8\xfe\x8a\x19\xaa\xbd\xe5\x4b\xbd\xa9\xc7\x0a\xf1\x52\xc8\x09\x76\xa7\x45\x33\x06\xa2\xf8\xa1\x23\xbb\xef\xb4\x35\xe1\xfb\x2b\x95\xab\xaa\xd9\x6c\x1a\x55\x52\x43\x98\xee\x69\x8e\x37\xe8\x62\xf8\x35\xe7\x1d\x48\xdf\x8d\x0b\xc8\x01\x39\x2c\xe5\x69\x59\x6c\xd0\x8c\x83\xbe\x2e\xb6\xf4\xe9\xcc\x31\xe9\x83\x43\x91\x11\xdf\x30\x72\xd0\xd1\xd5\x85\x3e\x52\xa8\x77\x24\xf6\x94\x89\x51\x1c\x69\x54\xbc\x60\x30\x7e\x14\xc3\x1e\x50\xd7\x13\x82\xdc\x6d\xe4\xbc\xac\x8e\x3a\x0a\x87\x3b\xcd\xc4\x06\x6b\x85\x96\x08\x9d\x39\x22\xa9\x77\x10\x37\x0d\x8e\x94\x19\xd3\x34\xa3\xe7\x6e\xf7\x40\x5a\xd4\x0e\xa6\xd8\xc1\x7a\xfa\xf7\x19\x98\x95\x43\x65\x3c\xd3\xac\xb9\x58\x0b\xa8\x81\xec\x81\x1c\x64\x0f\x4b\x71\x06\x8f\x70\x2a\x87\x32\x8d\x2d\xd0\x2d\xe8\x04\xb2\xc1\x04\x01\xfc\xf2\x53\x4e\x91\xe3\x9c\xa5\xc3\xd6\xae\xab\x3b\x94\x69\x43\x62\xd0\x93\x25\x75\x6c\x29\xab\x82\x52\x76\x09\xda\x80\x6c\xae\x38\x03\xea\x0e\x0c\xcc\xd0\x0f\x94\xf8\xfd\xd4\x05\x19\xb9\x94\xb1\x76\x1d\x90\x19\x48\x27\x96\x64\x11\x32\x2f\x8c\xac\x9d\x96\x6e\x27\x95\xa7\x25\x1c\x98\xcc\xe5\xe5\xbb\x2e\xc8\x49\x17\x46\xfb\x33\x75\x17\xe3\x8c\x12\xed\x77\x48\xf6\x73\x04\x9c\x42\x90\xe9\x12\x9f\x1a\x5b\xda\xb1\x3b\x28\x93\xa7\x80\xa7\x81\x56\xef\x08\xa7\x6c\x67\xbf\x3c\x52\xd0\x90\x2e\x6e\x84\xc2\x50\x2e\x9c\x55\xd0\x81\xe3\x9d\x46\x16\x81\x7c\xb5\x57\x3e\x95\xdf\x1a\xe5\xa2\x75\x7b\x35\xd8\x50\x8a\x7f\xaa\x63\x4f\xa1\x16\x65\x4f\x99\xbc\xb6\xe0\xa3\xf4\x1d\x75\xec\x81\x86\xa0\x1d\xc8\xfd\x6f\x40\x9a\x00\x54\x0d\x85\x49\xd5\x81\xb6\xed\x30\xa9\xc1\xae\x74\x26\x8f\x0a\x49\x34\x84\x6e\x26\xb9\x11\xc9\x0f\x17\xe7\xcd\x91\x2b\x88\xe3\x91\x1c\x01\x59\x69\x4f\x81\x63\x98\x88\x11\x59\xa0\x63\x44\x5a\x40\x0d\x1a\xd1\x9a\xa8\xa5\x02\x6f\x54\xd8\x52\x1d\xac\x6d\x73\x26\x97\x73\xa4\x90\x65\xe8\x80\x66\xb2\x23\xa0\xac\x0e\x17\xdb\x48\xd1\x49\x65\x83\x84\x14\x8f\x54\x47\x96\x01\x39\x26\xf8\x4e\x77\x9a\xaa\xda\x8d\x9f\x0f\xbb\xc8\x22\x1f\x6a\xaa\xe1\x80\x4d\x47\xd0\x38\xbe\x8d\xef\x5e\x55\x35\xf3\x47\x3a\x14\xe5\xa1\xe5\x2b\x72\xa9\x0e\xa4\x70\x05\x2e\xd5\x01\xe5\x75\xdf\xc8\xbb\xa0\xe0\xee\x80\xb9\x8b\x35\xeb\xc8\xd2\x2d\x95\xad\xf3\xc2\x4a\xbb\xfd\x89\x35\x9f\x0a\xd9\x92\x2f\x85\x4f\x49\x99\x22\xd2\x58\x03\x3d\x80\x72\x7c\xbe\x93\x8b\xbb\xf4\x40\x56\xc7\x2b\x90\x82\x56\x91\x6f\xfc\x52\xca\x28\x29\x3b\x4d\x13\x69\x54\x89\x4e\xce\x54\xbd\x25\x3a\xa7\x51\x91\x6c\x49\xd9\xc3\x63\x4c\x3b\xcf\x1f\x5f\x57\x63\xa9\x94\xfe\xa3\x8e\x12\x48\x29\xd8\x91\xe2\x08\x7f\xba\xe0\x9c\x5d\xa2\xcf\x28\x29\xb4\x0b\x17\xee\xdc\x71\xe3\x20\xf6\xf7\xdb\x17\xad\x52\xb7\xb9\x21\x7a\xc1\xcc\xf9\xa9\x2b\x1a\x28\x81\xa6\xeb\xe6\x53\xe3\xc7\x82\xc8\x9c\x74\x41\xcd\x8a\x9c\xaa\xa3\x06\x72\xe8\x00\x07\x96\x9e\x63\x39\x3e\xe8\x99\xfd\xb4\x4c\x1e\x2f\xe8\xa4\xd0\x76\x9f\x2c\x89\x9e\x67\xed\x9f\x42\xf3\x60\x04\x1a\xc7\x55\x95\x32\xd2\xa9\x82\xea\x81\x14\x65\x75\xd4\x23\x90\xe6\x0b\xf5\x73\x58\xd0\xbe\xe0\x8e\xc3\xe1\xd3\x51\x8f\x87\xbd\x84\xd7\x16\xd0\x4e\xcd\x2b\x2d\x35\xcd\x66\x3e\xed\x3f\xbe\xae\xcc\x97\x62\xb2\x4a\x45\xbe\x70\xd4\x55\x39\x02\xf9\x40\xe5\x58\x1c\xf6\xac\x7c\xfa\xd0\xcc\x22\xb6\x91\xd5\xe4\x82\xe9\x8d\x61\xa3\x11\x92\xe3\xf0\x8d\xf9\x2b\xd8\xfa\x31\x7e\x68\x6f\xf8\xb2\xf2\x05\xf7\x74\xfc\x56\xa4\x55\xc7\x6f\xd5\x13\x59\x76\xf8\xce\x3c\xfc\x47\xc9\x52\x16\x0d\xa5\x17\x91\x6d\x4d\xa1\xc9\x76\x4f\xa1\xd1\xa5\xd9\xdb\x4b\xcf\x1c\x38\x62\xfb\xca\x74\x99\x21\x66\x4a\x30\x81\x66\x12\x24\x95\x0f\xb4\x43\xde\x69\xb9\x82\x1e\x79\xca\xd2\x89\x2f\xeb\x70\x64\x0c\x11\xd8\x1e\xf4\x30\x9b\x73\xaa\xeb\xd5\x96\x12\x1b\xb1\x42\xb4\x4a\xfd\x54\xb5\xe8\xdf\x53\xd5\xfe\x89\xcc\xad\x99\x1e\xb2\xc2\xf0\x0d\xa6\x6b\x4f\x9f\x1a\xf5\x19\x48\x41\x52\x8c\xc4\x51\x5a\xd7\x11\xe8\x50\xcd\x40\x9a\x02\x76\x18\x41\x5a\x74\xe8\x87\x61\xb8\x4e\xbc\x40\x9d\x7d\x67\x0a\x6f\xc5\x99\x02\x0d\x07\x82\x31\x21\xb7\x1e\xe6\x0d\x27\xf7\x63\x2f\xb1\x0f\x3a\x64\x6b\xff\x3e\xc2\x64\x55\xd5\xf1\x00\x07\xba\x7d\x61\xb8\xa7\x19\x5d\x6d\x65\x43\xdd\xa8\x74\x41\xd5\x04\xc2\x7a\x38\xba\x2b\x66\xe8\xdb\x57\xe3\x38\xbb\x6e\xdf\x8e\x42\xd9\xba\x39\xe7\x7a\x40\xa5\x94\xa9\xa9\xfa\xf8\xf1\x75\x6e\x70\xe7\x9b\x74\xcc\x94\x39\x05\xe2\xc5\xe1\x7f\x3b\xf2\x20\xb3\xe1\x1c\x64\x35\x65\x12\x9b\xc2\x9b\x94\x03\xa6\x8e\x4c\xf9\xb4\x2f\x09\xc4\x1d\x75\x0b\x39\x38\x75\xcb\x80\x51\x4d\xdc\x60\x57\x0a\x65\x83\x45\x6d\x9d\x16\x68\x98\x8d\x69\x29\x97\xcd\xe3\x60\xad\x81\xe2\xe7\x60\xad\xd1\xd2\x8a\x38\x6c\x4b\x2b\x22\x38\xe4\x29\xbd\xe1\x52\xca\xa7\xcd\x97\x47\x51\x00\x75\x92\xb2\x3b\x26\xf2\x0d\x55\x2d\x0e\x43\x8c\x8e\xd4\xba\x5a\xca\xc4\x20\x90\x71\x27\x84\x02\x6a\xc8\x45\xac\x8d\xa2\xb8\xd6\x26\x03\x55\x05\x78\x0e\x76\xf2\x74\x28\xcc\x08\xa4\xbb\x16\x3d\xed\xb0\xab\x02\x4e\xd1\x78\x50\xf5\x18\x3b\x90\xc6\xc8\xe6\x74\xbe\x99\xab\x05\x72\xc6\x91\x40\xac\x22\xd8\x38\x65\x10\xe7\xb8\x5e\x6f\x39\xe2\x16\xf2\xe3\x2d\xe3\xd3\x8c\x66\x8a\xc3\xc7\x11\x5d\x23\xdf\x59\x95\xba\x10\x48\x14\xe0\xb5\xc7\x2e\x30\xb9\x91\x83\xc8\xaf\x4c\x34\x75\x70\x14\x4d\xbb\xdf\x32\x1b\x3c\x3a\xcf\x10\xd1\x96\xb2\x72\x84\x66\x65\xc8\x4e\x04\x7d\xa6\x1d\xaf\xa3\x47\xe5\x8c\x35\x07\xac\xe2\x01\xfd\x0d\x20\xd8\x5a\x40\xf3\x76\x0e\x14\x45\x5f\x1d\xc7\x9e\x76\x44\x72\x48\x47\xce\x74\x13\x5c\x79\x06\xe6\xbc\xf2\xa1\x4f\x75\x9c\x29\x8e\xbe\x1a\x4c\xc1\x03\x1d\x0c\xda\x7d\x60\x10\x82\x5c\x15\x62\x55\x36\xf6\xce\xc3\x76\xee\x0b\x51\xef\x81\x45\x08\xee\xf1\x20\x7e\xe5\x4a\xa9\xf4\x8a\x96\x76\x65\x6d\xdc\x59\xbf\x87\x63\xbd\x39\x54\x15\xd5\x54\x47\x0b\xd4\x65\x2d\x62\x86\x2c\x17\xc7\xd9\xf3\xc0\x92\x03\x55\x3e\x24\xb0\x6c\x23\x85\xe6\xdf\x25\x85\x6f\xd9\x14\x98\x05\x22\x46\x60\x60\x0f\xa4\x66\x48\xff\x81\xed\x06\xad\xfa\xe1\x9c\xaa\xb1\xe9\x29\x78\xa9\x6c\x3d\x2d\x2d\x8a\xae\x88\x9b\xce\xa8\x13\x86\xe2\xe8\xa4\x06\xf4\xc4\x3c\xc3\x24\x3c\x9d\x31\xe5\x62\xa0\xcf\x4e\x9f\x7f\x03\xdb\x7e\xca\x06\x13\x27\xd3\xd3\x5e\xda\x18\xe2\x9f\x44\xf7\x62\xae\x78\xda\xe2\x07\xee\x4f\x0b\xc7\xf0\xcd\xa7\xd3\x50\x5c\x2d\x85\xde\x39\xe0\x27\x95\x7b\x20\x6d\xf1\xdc\xcb\xc5\x38\x9f\x7e\xf0\xb1\x60\xa2\x78\x22\x78\x94\x54\x96\x8d\xe6\x03\x29\x38\xf2\x03\x75\x57\xcd\x97\x3e\x57\xd8\xae\x44\x36\xc5\x12\xee\x54\x3e\x8d\x3d\xe8\x10\xa4\x1a\xe3\xa5\x1f\x87\xd9\x63\xd0\x56\x0c\x52\x89\x60\xa4\x9c\x3c\xc7\xc1\x21\xe4\x94\x3c\x63\xa4\x4c\x27\xc2\xa7\xcc\x0e\xc4\xac\x52\xc8\x86\x59\x50\xa8\xdc\xc5\x29\xfc\x44\xb2\x45\x39\x7c\xa2\x58\x83\x80\xaf\x6e\xc6\x08\xfa\xe4\x8a\xc0\x48\xa9\x4e\x8c\x91\x86\xf4\xbc\xe2\x95\x76\x98\x13\x30\x12\x81\x1d\xf0\x08\x3d\x1a\x53\xca\x96\x56\xad\x83\xb7\x7c\xe9\x0d\xdb\x52\xd7\xb6\x18\xa4\x3a\xa7\xf3\x09\xd3\x76\xfe\x9e\x51\x18\xb7\x82\x8b\x8e\xc6\xfa\xbe\x38\xed\x68\xf7\x45\x70\x27\x43\x23\x47\x4f\x4d\x43\x9e\xcd\x54\x65\x13\x0e\x40\xe5\x01\x04\xf9\x97\x45\xdb\x9e\x32\x11\x18\x44\xf3\x22\x38\x8e\xfd\xe0\x98\xa1\x52\x02\x79\x77\xf4\x80\xa7\x67\x88\x86\x2c\xb7\xc0\xa9\x9d\x69\xe7\x33\x92\x50\x14\xe8\xf9\x52\x7f\x6c\xd1\xce\xb5\x53\xaf\x34\x6b\x2f\x5a\x4b\x43\xc6\x8f\x41\xcb\x8b\x36\x90\xad\x79\x96\x06\xa9\x5c\x31\x44\xc7\x60\xcb\xbd\x2c\xe6\xb2\xe3\x9c\x7a\x67\x8f\x89\xf2\xe5\xbb\x2a\xc1\x15\xa2\x45\xc8\x71\xb4\xd1\x18\xa9\x2a\x91\x6b\x4b\xd9\x90\xe3\x3f\x1f\xea\x51\xda\x33\xfd\x9b\x84\xf3\x9d\x88\xe2\x83\x8d\x29\x98\xd3\xe9\x65\x22\x45\x38\x25\x9c\xe8\x0c\xa4\x33\x2e\xe4\xa2\x2b\xc4\x2d\x13\xc7\x31\x96\xfe\x17\x67\x3b\x37\x64\x3c\x25\xd7\x39\x37\x30\x25\xb9\x4e\x0c\xcf\x0e\x27\x8a\xf3\x46\xe1\x44\xe7\x06\x77\x7f\xdb\xf0\x1c\x4b\xb3\xf2\xe9\x9c\x1b\xc4\x4d\x34\x51\x4c\xb4\x8a\x26\x3a\xb7\x2d\x55\x2d\x10\x21\xe5\x29\x67\x4e\x39\x51\x4e\x95\x32\xa7\x6c\x3d\x90\x75\x26\xf8\x9a\x32\xe8\x9c\x1b\x3a\xef\x9b\x73\x0b\xa1\xf3\xed\x94\xbe\x88\x87\x6f\x25\x66\x8a\x01\x97\x24\x39\x48\x0b\x6f\x5c\x15\x9c\xb2\x6f\xec\xc9\xac\x81\x83\x8d\xf6\xf2\x37\x18\xbb\xf5\xd0\xcd\xb9\x61\x05\x78\x3b\x12\x24\x5c\x44\x91\x47\xe7\xb6\xa5\x55\x6d\xae\x04\x09\x38\xb6\xa8\x64\x23\x2a\xe1\xcd\xc7\x46\xf9\xe6\x4c\x63\x7b\xbd\x91\x98\xd1\xaf\xde\xe4\x63\x0a\x24\x47\x21\xdb\x40\xb1\x45\xe7\x96\xb9\x54\xe0\x6e\x89\x69\x5a\xb1\x45\x05\x0b\xf3\xd8\xbc\x60\x7b\x20\x9f\x8c\x3d\xa0\xf7\x9a\x89\x74\x28\x5e\xe8\xc0\x81\x3d\x14\x20\x74\x6e\xb6\x46\x8f\x8d\xcd\x6f\xd6\x3e\x9c\x3a\x66\x20\xd1\x0e\x85\x08\x9d\x58\xb8\x86\x22\x84\x9a\xef\x89\x2d\xc8\xc8\x0e\xa0\xa6\x9a\x17\x50\x77\x33\x01\x25\xdc\xf4\x40\x3e\xed\x06\x7d\x38\x93\x91\x13\xa1\x2e\xd0\xf6\xcb\x0e\xb6\x76\x01\x38\x13\xea\x02\x2d\x20\x0c\x9a\xba\x3d\x0b\xa9\xdb\x05\xa5\x21\xf3\x9f\x11\x90\x15\x04\x5f\x45\xbc\xfa\x12\xe4\x82\x9e\x52\xd5\xd2\x8e\x03\x2c\x07\x7d\x3a\x10\x1b\xc3\xf1\xd0\x0b\x34\xa7\x23\x67\x17\xa4\xd3\xa5\x7e\x40\x23\x44\xb3\xbe\x63\x70\x30\x7d\xb6\x9b\xd4\xac\xd9\x24\xcb\x0c\x90\x03\x07\x98\xea\xdd\xef\x8a\x99\x4a\xc6\x8e\xac\x78\xa6\x50\x2c\xe0\x08\x64\xa3\xa4\x35\xe2\xa1\xe0\x9a\x86\x0e\x36\x88\xad\xa9\x7b\x0a\x4d\x8b\xb6\xc0\x0e\xc7\xda\x90\x7e\x75\x81\x7a\x3b\x66\x0b\x64\x67\xd8\x00\x07\x3c\xd3\xe6\x4a\x63\xc7\x16\x71\x06\x7c\xda\xb5\xb8\x01\x32\x1a\x9a\xb2\xc3\xd0\x32\xe8\x70\x1e\x96\xc4\x5c\x8d\xfd\x06\x27\x30\xbe\x4d\x48\xf4\xaa\x68\x06\x27\xe6\x59\x90\x4f\xd9\x1e\x50\x94\x7c\xd0\xa7\xcd\x0f\xbe\xbc\xbd\x40\x13\xce\x0e\x82\x5e\x98\x23\x85\xf2\xd4\x6e\xcc\x60\x8c\xed\x60\x20\xbd\x15\x79\x75\xec\xc4\xc4\xf7\x14\x32\x50\x7f\xea\x27\x62\x70\xf9\x8e\x03\xa6\x7a\x06\x6c\xae\x5b\x00\x45\x9e\x47\x0a\x59\x36\x0f\xd4\xe9\x54\x46\x65\x03\x1d\xbe\x42\xdc\x58\x0b\x12\xaa\xb4\xd4\xd5\xae\x34\x3b\x1c\x0a\x65\x39\xb7\x23\x35\x65\xad\xf8\x7c\x67\xc2\xb1\x0a\x32\x0e\x87\x48\x5d\x69\xc6\x09\xa5\xc0\xce\xc2\x3f\x81\x69\xe3\x60\x91\xac\xcc\x8e\x83\x45\xba\x18\xb6\x3c\x2b\xfb\x9e\xba\xc6\x00\xd4\x39\x59\x2f\xda\x75\xcc\x00\x56\xa1\x71\x98\xad\x5a\xeb\x19\x87\xdf\x70\x38\x53\xd5\x51\xcf\xac\xbd\x72\xad\x94\x72\x7c\x1f\x73\x32\x0e\x5f\xa4\x08\xb2\xda\xb0\x8d\x9d\xee\xb0\x96\xc6\x06\x75\x52\x96\x81\x45\x72\x1c\x56\x29\xd8\x2d\x8a\x40\x39\xb7\x02\xaa\x53\x66\x90\x23\xcd\xf8\x34\xb7\xa8\x38\xfc\xb8\x0c\xbc\x79\x28\x00\xe5\xdc\x2c\x01\x8f\x42\xb2\x59\x4b\x33\x43\xf1\x27\x27\x71\x72\x43\x11\x27\x27\x52\xf8\x28\xf6\xe2\xa2\xfa\x0f\x1e\x93\xf1\x5d\xd7\x05\xea\x52\x77\x4f\xa1\xe2\x3d\xac\x04\x8e\x24\x5e\x81\x26\xca\x60\xbd\x1a\xa0\x11\xa2\x1d\x9b\x1b\xd2\x89\xcd\x0d\xe8\x79\xa3\x0c\xa8\x34\x0d\x89\x4a\x0b\xc3\x5c\xe4\x74\x6e\xec\x05\x45\x8e\x94\x1d\x12\x29\x3e\x3e\x39\x56\x8a\x8d\x8a\x0d\xee\x56\xd0\x11\x46\xbe\x34\x51\x30\x07\xde\xe3\x05\x04\x2c\x35\x1d\x29\x33\x97\x3c\xd2\x8e\xf6\xb8\x25\x9a\xa1\x18\x93\x55\x48\xdd\xa5\x06\x9c\x5b\x61\xcc\x53\x63\x66\x2f\x16\xb3\xe9\x9a\x32\xef\xcc\x4c\x9e\xb9\x41\x65\x42\xfc\xf8\xf8\xc9\xd1\xaa\xb0\x92\xd3\xcf\x64\x2d\xc8\xfb\x3f\x2b\xbd\xc8\xe0\x44\x6e\x1b\x45\x3c\xfc\x0c\xae\xce\x47\xdc\xe0\xe1\xd5\xb2\x19\x87\x70\x45\x36\xb3\x55\x6b\x54\xe4\x7c\xcb\xaa\xa3\x9a\x46\xe0\xcb\x0e\x07\x69\x0d\xf6\x59\xe1\xda\xd6\x09\x06\x2f\xc1\xb4\x3d\xa0\xed\xc9\x23\x95\xb5\x7e\x1c\x15\x8e\x00\x21\x05\xf0\x02\xa7\xe7\x8f\x5e\x87\x28\xfc\x0c\xa4\xa1\x7d\x9a\x7d\xb9\x97\x06\x68\x8e\x0e\x9b\x51\x98\x47\x23\xa4\x74\x54\x53\x02\x0c\x5d\x99\x5a\xce\x8d\x93\xa1\xb2\xf2\x2d\x85\xe6\xb5\x9d\x59\xb9\x35\xd7\xc1\xe7\xd6\xfe\xe3\x24\xa8\x98\x21\xd3\xce\xcb\x08\x04\xd4\x15\xb4\x20\x3b\x99\x5c\xbe\xb4\x04\xd6\x90\x71\xaa\x57\x1b\xee\xa0\x08\x90\x73\x83\x25\xea\xd5\x96\x73\x83\x30\x79\xb5\x05\xb1\xa5\x62\xc0\x6c\x69\x46\x93\x37\x52\x75\x71\xcf\xeb\xd3\xcc\x5b\x0e\x2d\x8f\x83\x17\x5c\x50\xa6\x87\x5f\x70\x69\x0d\xbe\x76\xf2\x0c\xf9\x01\x04\xf1\x5d\x80\xc6\xa7\x02\x0d\x0f\x3a\x85\x5a\x21\xf6\xf8\x09\x3f\x48\x27\x92\xc3\x59\x9f\x13\xe7\x05\x62\x9d\x9f\x74\xc9\x11\xcb\x93\x2e\x17\x22\xd6\x09\x3d\xc1\x12\x4f\x9f\x27\x30\x8b\xd3\x52\x1e\x5c\xcf\x6f\xba\x14\x36\xee\x69\x52\xbb\x02\x49\xde\x82\x8d\x9c\x26\xa6\xb6\x7d\xcf\xbc\x15\x2d\x72\x6e\x57\x3e\xf4\xb9\x88\x4c\x72\x22\x1d\x72\x60\x28\x5a\x84\x9b\x30\x0b\xd2\x3c\x43\x4b\xa7\xae\x42\x1d\xec\xff\x93\xfb\x23\x23\x1f\x4e\x0f\x92\xd9\x12\xcf\x21\x5c\x7a\x9c\x7e\x21\x0a\x72\x39\xcd\x47\x32\xaf\xf2\x9a\xa1\x52\x8d\xd3\x0f\x0e\x42\x20\x0a\xe5\x28\x84\xb6\x8f\xd3\xa4\xd4\x98\x72\xc7\x12\xb5\x2c\x33\xc7\x07\xe2\x93\x93\xd2\x54\x1c\xcb\xe3\x82\x42\xc0\xe7\xea\x30\xcf\x01\xa8\x6e\x20\x3c\xe5\xa1\xa9\x58\xd5\xc7\xa5\x03\x24\xe7\xc7\xd5\xe9\xb4\x02\xfa\x5a\x57\x3a\xd1\x21\x99\x0f\xa5\xa9\x55\xb8\x9c\x22\x39\x4a\x84\xa5\x0b\xa9\x11\x51\xe5\xf2\x83\xa5\xf5\x48\x5d\x5d\x37\x87\xd6\x2f\xec\x48\x1c\x52\x7e\x7c\x05\x3b\xef\x50\xd2\x99\x73\x6b\x29\x5b\x32\x63\xd9\x82\x80\xa3\x19\xd9\x24\x0a\xe5\x38\xb7\x7c\x88\xa3\xb5\x07\xb4\xa3\x89\x76\x10\x46\x3a\xe8\xf9\xe4\xa9\x34\x6b\x35\x1f\x51\xfe\x82\xfb\x20\x48\x3b\xe8\x83\xf8\xfa\x71\x99\xdd\xb4\x40\x92\x68\x33\xcb\x52\xde\x47\xa6\x07\xf9\x62\xa4\x0f\x33\x1f\x90\x9b\x7e\x12\x22\x90\x79\x0f\x7c\xea\x42\xfb\xe3\x6c\xb9\x90\x4a\x39\x50\x2f\xdb\x3b\x23\xdf\x5e\x66\x4d\x1c\xe9\x0e\x09\x69\xed\x48\xc3\x4a\x6a\x75\xa5\x21\xf9\x4f\xb6\xf4\xe2\xcb\x11\x8c\xc4\xf9\x90\x6a\x49\x55\x9f\x26\xac\xa6\x5e\x78\x39\x37\x38\x03\xe1\x22\x17\x8b\xa2\x70\x91\x73\xeb\x81\xc4\xc9\xe1\x13\x4d\x17\x90\xf0\x92\x8c\x66\x05\x94\xd5\xf3\xdb\x2f\x03\xf3\xeb\x68\x4e\x8b\xd1\x8e\xd4\x95\x41\x63\x0f\x24\xbe\xce\x06\x57\x26\x9d\xf5\x65\x3a\x51\xc4\x3b\x22\x58\x43\x2a\xfe\x80\xda\x99\xec\xa1\x06\xdf\x62\x2e\x9b\xef\xb3\x5d\x2c\xa0\x73\xe9\x44\xfe\x68\x50\x29\xc7\xad\x52\xe9\x9c\x98\x29\x46\x33\x95\x42\xc1\xbc\xf6\x52\x91\x80\x1c\x5a\x12\xd9\x40\x91\x25\x7b\x89\x92\xa1\xd0\x92\x72\x64\x28\x7e\x25\x3b\x73\xe0\xc4\x48\x48\x1c\xcd\x76\xd0\x4c\x81\xec\xe7\x2d\xfd\x8b\xf2\x72\xea\x34\x09\x40\x3b\xe4\xdc\x1c\xb2\x7d\xa5\x43\x4b\x3c\x19\xd5\x64\xf1\xe8\xd1\x89\x0d\x5a\x10\xf0\xe5\x5e\x84\x88\x66\xd9\x76\x04\x7a\xb8\xaa\xe7\xa3\x3b\x47\x33\xac\xab\xdb\x40\xf9\x7d\x4e\x93\x55\x55\xf4\x32\xd2\x0c\x2b\x52\x01\x95\x20\x08\xb1\xc5\x59\x6f\x70\x40\x8e\xee\x50\xeb\x56\x52\xa8\x67\xcb\x5b\x3e\x94\x54\x30\x82\x8e\x2d\x99\x0d\xc8\x8c\x14\xde\xa8\xb8\x92\xd2\x60\x05\x5d\xd4\xb3\xa5\x19\x19\xc7\xa3\x35\x29\x76\xe4\xb8\x3e\x65\x32\xbc\xc0\x26\xba\x69\x27\x5a\x5d\xb7\x5c\x94\x2e\x7c\xc1\x31\x6a\x9c\x9f\x87\xd9\xa2\x62\x29\x40\xe4\xc0\x8e\x36\x14\x20\xb2\x1f\xf0\x82\x6e\x2f\x7c\x43\x2f\x48\x80\x08\xfb\xa9\x9b\x8d\x45\xc7\xeb\x7e\x6f\xaa\xe5\xd3\x53\x69\x04\x41\xe1\x06\xbf\xf4\xd2\x94\x10\x06\x6c\x79\x49\x26\x9d\x0c\x57\x0d\xe8\x13\xa1\xa4\x59\x07\xd9\xf6\xf4\xf9\x30\x01\x05\xa3\xa7\x66\x9a\xc9\xbc\x2d\x5f\xa4\x4f\x8d\x33\xeb\x35\xad\x7d\xf4\x80\xfb\x8f\xaf\x5e\xb2\xb6\xd3\x37\xe9\x7b\x40\x71\x11\x8e\xba\xee\x2b\x00\xd1\x3e\xfa\x04\x5d\xf0\x23\xb7\x29\xdc\x49\x81\x27\xed\x82\x1d\xf9\x69\x9b\xf1\xe9\x73\x1d\x18\x3b\x2c\xc6\x81\x26\x1f\xf1\x43\x91\x26\xe7\xce\xb8\x1c\x69\x72\x20\x13\x3b\xd0\x04\xeb\xf7\x50\x9c\xc9\xb9\xb3\xbf\x94\xeb\x67\x4d\x57\x07\xf4\xbc\xa3\x3c\x2a\xce\x64\x61\xd7\x00\x87\x3e\x4d\xb3\xb7\xeb\xa6\x25\x65\xf7\x3d\xd3\x10\x13\x9d\x4e\x2d\x5c\xd7\xb4\xab\xa1\xc0\x83\x07\xba\x7f\x61\x28\xe8\xfe\x0c\x65\x28\x7e\xb9\xa5\xcc\x01\xf9\x68\x1c\xc3\x8f\xff\xf7\xb4\x63\x65\x12\x8a\x1a\x92\xc8\xa2\xbc\x29\x78\xe4\x8c\xad\x47\xa9\x7f\xce\x3d\x93\xe7\xc3\xb7\x61\x19\x70\x2c\x09\x6f\x4e\x2c\x70\x31\xe1\x3d\x53\xe2\xc4\xb9\x7b\x26\xec\xf6\x6c\x5e\x40\xde\x64\x29\x93\xa2\xb2\x05\x52\x40\x48\x49\x1f\x26\x53\xb6\xd1\x70\xb6\xe6\xeb\x53\x57\x41\x28\x99\x10\x99\xe7\xb8\x4c\x35\x94\x51\xe8\xdc\x33\xeb\x53\xe1\x62\x90\xcf\x40\x76\x03\x1b\xeb\x80\xd1\xaa\x86\x13\xc6\x70\x9c\x0d\xe8\x70\x4f\x5d\x3d\xec\x87\x74\x4f\x7c\x4a\x43\xb4\x1c\xbe\x5b\x10\xd5\x68\xe4\xb8\xcd\xa7\x6f\x97\x7a\x28\x8e\x49\x69\x0d\x49\xe2\xb6\xf3\x91\x33\x5d\x41\x29\xe7\xce\xf2\xdd\x26\x45\x50\x50\xe6\x20\xde\x51\x5e\x50\x57\x59\x01\x12\xe5\x7d\xba\xb0\x24\xc5\x19\xa5\x3c\x42\xe7\xbe\x7f\x9b\x50\xf0\x1a\x8e\x66\x69\x78\x33\xc6\xed\x34\xe2\xc8\xc8\xb7\x43\x9c\xda\x19\x50\xa7\xdb\xa7\xaa\xde\xbe\xbc\x52\x66\xec\x18\x15\x64\x08\xae\xa6\x3b\x64\x93\xdb\xe2\x7d\xe4\xf0\xdb\x96\x41\xd8\x91\x32\x10\x95\x58\x4f\x6f\x5f\x89\x22\x00\x6b\x28\x80\xa5\xc6\xea\x75\x3b\x28\x8e\x83\xe7\x76\xd0\x52\x3b\x03\x4a\x37\x43\x42\xe5\x59\xa3\x86\x72\x7d\xfb\x2e\x0a\x5c\x84\x9c\x42\x15\xda\xba\xe5\x96\x89\xb4\xc6\x1b\x47\x2d\x6b\x20\x01\x7f\x0f\x06\x53\x6b\x80\x38\xad\xe8\x96\xb5\x06\x2c\xa5\x6c\x47\xfb\x11\x0c\xb4\x22\x47\xca\xde\x42\xc0\xcb\x3c\x9d\x59\xaa\xc2\x0a\xa6\x19\x17\x72\xc2\x34\x45\x40\xea\x4e\x46\x54\xf0\x2a\x8e\xe9\xbb\x4b\x67\x0a\xbb\x67\x6b\x07\x34\x76\x81\x4c\xb1\xa0\x4e\x4c\x4b\xc4\xce\xd9\x79\x4f\x8c\xca\x76\x22\x87\x46\xff\x5f\xc6\xce\xe4\xfa\x62\x94\x57\xe2\xa9\x7c\x21\x5c\x1b\x33\x6d\x3a\x17\xb8\x43\xfe\x21\xbc\xe3\xaa\x5f\xb9\xdf\xee\xdf\x4b\x1d\x6c\x46\x21\x09\x51\x48\x82\xa3\xd4\x23\xdf\x0a\x71\x12\x07\x8c\x10\x27\xf5\x78\xbe\x64\x0e\x0a\xa4\x62\x6d\x3d\x94\xbc\x79\xa8\xdf\x1d\x36\x30\x57\x08\x80\x52\x8f\x87\x52\x8b\xd8\x75\xdb\xa1\x04\x41\xe1\x4f\xe5\x34\xaa\x00\x11\x26\x31\x85\x62\x68\x82\x4e\x01\x21\x37\xb7\xcd\xf6\x58\x88\xdb\xa2\x02\xb5\xb9\x6d\xa8\x3f\x65\x45\x8a\x9b\x1e\xd8\x4c\xc7\x6b\x22\x04\x4a\x3d\x10\x55\xc2\x9c\xd4\x03\x1b\x47\x31\x86\xce\x1c\x4f\x15\x63\xe8\x8c\x35\xb2\x1d\xaa\x79\xa4\x6c\x4b\x47\xd2\x53\x61\xdc\xca\x53\xa7\x1c\x7d\x35\x3d\x53\x32\x63\xf6\x9d\x90\x2a\x27\x88\xc0\xf9\xb6\x9e\x43\xb1\xbd\x07\xac\x3d\x21\xcb\x3f\xff\xbb\x78\x32\x37\xdf\x3e\x45\x02\x9c\x9b\x46\xaa\x1c\xbd\xa4\x54\xa8\x63\x24\xdc\xdb\x8f\x95\x5a\x3e\xdd\x3a\x6a\xa4\xc9\x8f\x82\x2d\x0c\x28\x59\x05\x23\x94\x14\x07\x56\xc1\x1b\x89\x91\x4a\x1d\x9c\xaa\xb1\x9f\xdf\xa4\x70\xe9\x50\x42\x8e\x3d\x7f\x7a\xc9\x1b\x54\x57\xbc\x23\x7a\x63\xc7\x42\x4f\x77\x94\xfe\x2c\x66\xfe\xdb\xf7\x10\xb1\x85\xde\x0e\x5e\x78\xa4\x56\xed\xbb\x92\x16\xf5\x88\x29\x3f\xa2\xe4\x58\x01\xa7\x84\x3a\x62\xba\x3a\x27\xd4\x74\xb0\xdc\x9b\xd4\x7d\x41\x06\xe2\x3c\x8e\x19\xa5\x7c\xd8\xd1\x0d\xce\x17\x95\x53\xff\x83\x7d\x81\x52\x77\xd8\x66\x09\xe8\x43\xe7\x08\x16\x7e\xfc\x99\x88\xe1\xfe\x56\x59\x77\x8f\xd4\x43\x57\x69\x44\xce\xae\xe3\xa1\xc4\xac\x68\xc0\xb7\x05\x18\x4a\xd6\xc1\x7f\x78\x2c\x31\x09\xef\xc3\x06\x70\x74\x9f\x23\xe6\xf9\xdb\xb6\x16\xb3\xf1\xb1\x8c\xc2\x25\xa2\x8c\x54\x47\x09\xbb\x7e\x7c\x07\x12\x9b\x57\x70\x9a\x9a\x45\xff\xf0\xda\x9c\x8d\xf5\x89\xcc\xca\xb7\xf2\x65\x20\x34\x3f\x98\x4c\x47\x7e\xb5\x88\x6f\xf9\x55\x6f\x5f\xae\x34\xaa\xf7\x73\x29\xb3\xf3\x0b\x69\xa2\x60\x3f\xe7\x48\x6f\x1d\x03\x85\x3d\xf1\xe1\x08\x89\xe1\xfa\xc1\xd1\xf1\x7c\xdb\xe4\xdd\xcd\xb7\x12\x3c\xe8\x3f\x21\x62\xca\x33\x07\x5c\x7f\x71\x46\xf9\x98\xef\xae\x74\xc0\x8f\xb8\x29\xb3\xa8\xc3\x1c\x50\x1c\xa0\x93\x87\x75\x53\x71\x80\xca\xc8\x88\x9d\x76\xe0\x29\x13\x7e\x93\x93\x9f\x82\xf9\xd4\xa3\xe6\x4b\x36\x41\x48\xb9\xd0\xf1\x28\x7e\x9c\x19\x3b\xce\x48\x85\xf3\x29\x05\x7d\xf7\xb1\x48\x44\x87\x08\x56\x53\x8e\x1e\x4a\xa7\x6d\x74\xa1\x82\xf9\xd4\x57\x56\xce\xd1\x79\x7b\x4f\xa1\xee\xce\xb3\x1a\x0e\x40\x15\x7f\x9a\x30\x36\xa5\x9c\xf9\xd3\xa6\xdd\x91\x0e\x48\x51\xe2\x3a\xfe\x38\x17\x2d\x67\x66\xa1\x68\x4a\xae\xc4\xbe\x51\x94\x15\xd2\x61\x9d\x67\x4a\xad\xb4\xb0\x43\x15\x95\xa7\xe6\xbe\xe1\xeb\x20\x8c\x54\xfb\xb5\x6a\x44\xba\x28\xf0\x4e\x3d\x90\xa0\x42\xcd\x54\x22\x64\x4c\x12\x54\xc5\x12\xff\x46\x4f\xd2\xa4\x1f\x31\x70\x3e\xfa\x3a\x4e\x5f\xae\x92\xbe\x88\x42\xcc\xf6\x64\xb3\x9a\x29\x75\x44\x4f\xea\xe5\xf4\x89\x09\xe0\x48\x3c\x51\x3e\x5f\x82\x6b\x70\x7c\x72\xfe\xaa\xa3\x33\xd5\x4e\x60\x15\x21\xf6\x8d\x02\x4e\xbd\xf2\x11\xd5\x74\x57\x3e\x22\xec\x15\x07\xe6\x89\xef\x4b\xa0\x9a\x1a\x6b\xce\xa0\x9a\xac\xd0\x97\x1b\xf8\x2b\x9f\x6a\x43\xb7\x54\xe3\xb9\xa4\xaf\x4e\x4c\xca\x86\xf9\xe2\xba\x48\x8b\x9b\x09\xa2\x5a\x7c\x17\x58\x28\x0a\xb6\x53\x0f\x36\x90\xd0\x31\x35\xfb\xf9\x8b\x84\xab\xa9\xc8\x59\xab\xf2\xa9\x24\x5c\x4b\x9b\x92\x70\x2d\x6d\xa8\x77\x59\x21\x29\xe0\x6b\xa6\x41\x5b\xed\x88\x2d\xb2\x54\x61\xac\x18\x48\xc3\x23\xf1\xe9\x24\x55\x47\x67\xb3\xff\x0c\x08\xed\x9c\xab\x84\xab\x29\xed\x75\xfc\x2d\xb8\x01\xdd\xe4\x94\x63\xd0\xcd\xf1\xd4\x63\x8f\x08\x4b\xf2\x1b\x2c\x74\xfa\xa0\xe8\x5d\x3d\x94\x04\xcc\x43\x69\x4b\x23\xc4\x0c\xc1\x89\xa7\xcb\x10\x9c\x8a\xf0\xf9\x85\x2b\x27\xa4\xa0\x67\x68\x4b\x25\xb1\x3a\x4b\xda\x77\x8c\x97\x48\x63\x65\xad\x2a\xb9\xd4\xf9\xf9\x5a\x09\x50\xf0\x04\xad\xd3\x42\xf9\xb4\xc4\x31\xf4\x87\x86\xbe\xd2\x05\x1d\x07\x30\x67\x7e\x96\x94\x88\x91\x9f\x2f\x9d\xa3\x4b\x7f\x3e\x69\xb2\x85\x7e\x3e\x5a\xb2\x89\x7f\x78\x44\xe0\x26\x65\xae\xaa\x47\xfa\x6e\xae\x6c\xa1\xb4\xa7\x33\x3d\x56\xc2\xc8\x38\x25\xa7\xaa\x47\x7a\x1e\x8e\x65\x94\xd2\xd0\x81\xad\x10\x24\x28\x67\x25\xc1\x7a\x4a\xd4\x8a\x53\x55\x9d\x33\x65\x04\x66\x87\x72\x57\xc3\x69\x8e\xc7\xc7\xf3\xf7\xf9\xdb\x4c\x25\x13\x72\x2b\xe5\x1e\xff\xa7\x02\x08\x9d\xaf\xa7\x5a\x5d\x94\xf2\xa6\x72\x2a\x91\x55\x89\x24\xf8\x39\xa8\x87\x45\xca\x7a\xf9\x7e\x81\x5b\x9c\xa5\x4c\x56\x85\xab\xc8\xa5\x4c\x56\xe5\x74\x1b\x4b\x89\xac\x8e\xb3\xe6\xc7\x2a\x8f\x4b\x37\xc5\xf9\xb0\x53\x0d\xfc\x42\x35\x9c\x13\x6c\xb5\x2e\x67\x92\x02\xce\xb5\x1c\x22\xc8\x71\xc8\x6e\xca\xbc\xed\x43\xd7\x7a\x21\xc4\x2c\x82\xd7\xcb\x37\x01\xbc\x4e\x5d\x2f\xf3\xc4\x48\x2b\xf6\x5e\x0f\xba\xe0\x10\x62\x93\xfe\x19\x2c\x34\x69\xd3\x8f\xaa\x38\xe8\x2d\x07\xec\x99\x57\xfa\x67\xa6\x18\xa1\x84\xc6\x9e\x34\xa2\x9b\x80\x63\xa4\x1e\x5b\x1e\x67\x9a\xb4\x72\xcf\x9c\xf8\x11\x20\x87\xc2\xa5\x04\x50\xf5\xc8\xc8\x00\xa1\x0c\x66\x53\x6c\x81\xa5\xb6\x5e\x89\x43\x0e\x35\xe5\xab\xa4\x11\x5c\x0c\xe9\x50\xb2\xf8\x40\xc9\x8c\x7c\xaa\xb1\xf3\x68\x86\xa4\x3f\xae\x48\x71\x81\xea\xe1\xc3\xf7\x52\x58\xa0\x83\x38\x10\x4b\xa8\xa2\x83\x60\x1c\x4b\x61\x81\x0a\xd2\x71\x1d\x43\xee\xc7\x19\xca\x27\x5f\xd6\xef\xb0\xa4\x1a\xa9\x46\x58\xf0\x96\x32\x9b\xe7\x33\x2d\xda\x0d\x66\xf1\xbc\x08\x0b\xe4\x78\x70\x37\xa9\xdd\x3f\x42\x79\xa5\xe9\xb9\x99\xad\x50\x8f\xbd\x60\xf9\x6f\xea\xd0\x9e\xee\x4c\xbf\x12\x1f\x50\x82\x5b\x14\x1a\x04\xdd\x90\x81\x80\x6e\x98\x69\xc3\x0e\xb3\x9a\x5f\xcd\x13\x7f\x86\x12\xbc\x3f\xb5\xdd\xe2\x93\xe6\x02\xff\x54\xd3\xd9\x8f\xb6\x62\x28\xad\x48\x66\x4b\x97\xe3\x07\x0b\x2b\x78\x53\xb9\x1e\x8a\x55\xa7\x3b\x8b\x95\xa5\x0d\x54\x64\xe1\x63\x29\xc5\xf3\xc5\x1c\x6c\x9f\xee\x0a\xad\x58\x29\x3e\x94\xc4\xe1\x0c\xe5\xed\x96\x05\x93\xdd\x4f\xd2\xbf\x9b\xf4\x11\xba\xd1\x79\xdf\x0c\x38\x40\xdd\x4d\x7e\xd5\x28\x1d\xf4\x39\x80\x65\x50\xe0\xa0\xc2\x0b\x81\xa5\xc0\x41\xf7\x8f\x07\xa4\x87\x3d\xa1\xec\xcb\x61\x71\x05\x94\x2a\xe5\x4a\x61\xf3\x46\x4d\xa1\xd7\xc8\x42\x79\x29\x02\x50\x75\x16\xfa\x9b\xfa\x4a\x3e\x36\x28\xf7\x87\x2f\xcd\x40\xc0\xba\xd6\x69\xf7\xff\x95\x42\xa9\x0f\xf8\xe0\x74\x10\x75\x47\x9d\xbb\x49\xc3\x7f\x19\x89\xee\x83\x8e\x87\x62\x42\x42\x8a\x83\x11\x40\xa7\x1d\xa7\xf0\xbe\xe2\xfd\xd4\xf3\x45\x8b\x68\x33\x5b\x31\xcb\xe1\x7f\xb8\xae\x5f\xe4\xae\x9a\xe9\xeb\x62\x35\xf3\xab\xd2\x38\x5f\x29\x54\xef\x10\x06\x02\x54\x95\xf9\x94\xb1\xb6\x8c\x6b\xb9\x77\x69\xd2\xf6\x6b\xa3\xb3\xcb\xc1\x70\xa9\xc7\xca\xee\xc5\x1a\x48\xd7\x71\xfd\xba\xce\x70\x1e\xf5\xd8\x38\x1b\x29\x94\xed\x4f\x80\xb7\xa5\x78\x3f\xf5\xcc\x4c\xda\xf6\xcf\x28\x65\x80\x9d\x61\x09\x01\x6b\xce\x57\x2a\xdd\xae\x86\x81\x10\xee\xc7\xe3\x28\xb6\xb1\x08\x3b\xb0\x8c\xa8\x02\xe2\xb2\x8a\x85\x13\xe7\xa4\xa5\x88\x3e\xf5\xa4\xaf\x8a\xe1\x33\x08\xf7\xb1\x84\xaf\x2a\x7d\x86\x52\x07\xd0\x5f\x0e\xef\x03\x02\x67\x15\x0b\x2a\xa2\x34\xac\x62\xae\x7b\x9a\x90\xcb\x0e\xe6\x31\xf4\x8a\xec\x97\x37\xc9\x3a\xf3\xa7\xf0\xf3\x2d\x7d\x35\x76\xc7\xf1\x90\x6f\x52\x7b\x38\x8d\x08\x6a\x81\x49\xbe\x8a\x81\x3c\x11\x64\xc2\x65\x55\x07\xe4\xbc\x29\x25\xe3\x64\xb2\x88\x21\x44\xf0\x8b\xe5\x18\x42\xf3\xa9\xe7\xa7\x99\xa4\x1a\xf3\x24\xb2\x52\x91\x80\x2a\xb0\x99\x65\x04\xd7\x79\x86\x52\x83\xa9\xd3\x11\x11\x78\x0b\xb1\x8a\x9f\x81\x39\x72\xf1\x4d\x1a\x48\x84\xaa\x35\x84\xab\x83\x74\x5d\xc6\x70\x91\xc7\xf3\x26\x1d\x46\x24\xd4\x4f\x8d\x42\xc9\xaa\x02\x4c\xbe\x4a\x2c\x7d\x7a\x84\xe5\xd4\x59\x22\x5b\x4e\xa0\x36\x56\x31\x73\xfd\x87\xb7\xf1\xab\xd8\xd5\xf1\xb4\x09\xe7\xa5\x1e\xab\x7b\x76\x54\xb1\xb2\x75\xb4\xe2\xb6\x1c\x2a\x88\xcb\xe1\x25\x14\x57\x3d\xd9\x34\x17\x5c\x7a\xe6\x53\x2d\x2e\xdd\x13\xa4\xeb\x88\x19\x73\x71\x93\x84\xb6\xbd\x06\x43\x09\xe9\xd5\x3d\xa0\xbc\xa7\x7b\xda\x5c\x16\x15\xa9\x57\xfe\x26\xec\x18\x05\x12\xaa\xe7\x91\x4f\xfd\x1e\x2f\xd4\x6d\x20\x02\xd0\x5b\x02\x95\xd5\xf3\x45\x99\x7d\x24\x1c\x62\xd6\x65\xa4\x7e\xcb\xb7\xba\x68\x3f\x59\xce\x0b\x3f\x1e\x92\xf4\xe2\xb8\x8a\xdc\xbf\x2c\x3b\x09\xe6\xb6\x2e\x3f\x49\xcc\x94\xc8\x41\x7c\x96\x54\x24\x1d\x3a\xd2\xa6\x53\xe9\x43\x99\x33\x11\x80\xc2\x97\x55\xb0\xa9\xcb\xf8\xb2\xb3\x84\xf2\xae\xa1\x3d\x9d\x47\x79\x80\xb7\x2e\xe7\xac\x45\x63\x1a\x5d\x76\xa2\x14\x15\x43\xa8\x82\x0f\x5a\x57\xf2\x2d\xb2\x94\xdc\x03\x60\xb6\x28\xa4\x50\x39\x4b\xbe\xb5\x74\xbe\x58\x2d\xb9\xd8\x9c\xa9\xee\xa6\x30\x33\xf3\xad\xb8\x32\x73\x85\xb7\xe3\xa2\xb3\x42\x0f\x9e\x0f\x25\x79\xec\xa3\xf4\xaa\x8e\x00\x4f\x34\x95\x45\x64\x20\x4e\x51\x8b\xc8\x40\x04\x54\x5c\x06\x86\x35\xa2\xa4\x2c\x45\xff\x29\xb8\xc8\x57\xc5\x6d\x81\x01\xa2\xb8\x3d\xa5\xa6\x19\x4b\xa0\x2b\x65\x8a\x5e\x4c\xdf\x2b\x67\x3e\x76\xa3\x10\x5d\xf5\x7c\x28\x3f\x7c\x29\x50\x08\x00\xfa\xa3\x1b\xf3\xcc\x97\xc1\x5f\x3c\xa7\x5c\xc6\x77\x11\xb7\x68\x55\xa7\xf9\x43\x41\x54\xaf\x3a\x86\x80\x63\x01\x9d\xe8\x32\xc7\x02\xba\x72\xa2\x70\x30\xa0\x46\xdc\x95\x55\xf1\xd0\x66\x58\x9c\x07\xd9\x16\x0a\x07\x34\x72\x30\xa8\x7e\x0a\x40\x50\xc7\x55\xcd\x16\x19\x89\x6c\xff\xf3\x4a\x99\x25\x59\x49\xff\x9c\x18\x36\xf5\x68\x24\x57\x7e\xd4\xdb\xf3\xf4\x07\x95\x99\xa1\xe8\x78\x58\x32\x68\x9b\x6e\xf0\x4f\xf5\xb5\x52\x9a\x90\xad\x76\x96\x54\x63\x06\x4e\x2d\x5a\x01\xf6\x33\x90\x32\xa2\x51\xae\x8a\xe1\x36\x52\xab\xc2\xa5\x22\x91\x1d\x2a\x88\xe7\x5f\xab\xda\x8a\xbb\xf2\xa3\x8e\x8a\x3c\x0f\x59\xcd\xc1\xda\x79\xdf\xb0\x9a\x45\x1c\xa7\xa6\x66\x7c\x90\xfd\x07\xab\x39\x0a\x43\x6c\x2a\x72\xa0\xa1\x79\x9b\x91\x19\x39\xa9\x09\x6e\x76\x9c\xec\x2f\x01\xcc\xea\xd9\x42\xd9\x56\x2c\x7f\x43\x4c\x96\xc3\x0a\xe1\x79\x58\xcd\x2a\x13\x35\xd4\x30\xe3\xd2\x03\x85\x15\xaa\x98\xae\xce\x78\x16\xbe\x6f\xe6\x50\xf8\xae\x59\x2b\x76\xca\xb0\xd4\x10\x4c\x8e\x14\xd4\x08\xdb\xb3\x9a\xef\xad\x5b\x66\xc4\x6a\xb2\xe5\x5b\xef\xfe\x96\x7a\xbd\x2d\x5a\xbe\xf5\x2a\xc0\x6a\xcd\xfc\x93\xa1\xd8\x5b\xc6\x03\xed\x45\x3a\xb4\x98\xb6\x4d\x48\x1f\xa0\x45\x4b\xa8\xb2\xca\x5d\xdf\x6a\x66\xa7\x9e\x1f\xbd\x6b\x9f\x42\x82\xf4\xd1\xfb\x30\x0d\xfd\x15\x0c\xe8\xc4\x26\x6d\x18\xfb\x25\xdf\xaa\x7f\x99\x31\x19\xfb\x60\x59\x56\x1f\x74\x6f\x42\x9a\x4b\x06\x94\x04\x34\x1b\xb7\x47\x74\xe5\xd3\xfe\xcf\xff\x3a\x38\x92\xd5\xb1\xee\x39\x01\x75\x9b\x64\xcc\x81\x33\xb0\xf1\x3e\x74\x75\x47\x02\x85\xd9\xba\xc1\xf0\xcf\x7f\xee\xea\x01\xf5\xf3\x8a\xf1\xe3\xd4\xea\xa2\x91\x48\xc7\x46\x0c\xd3\xa5\x04\x6c\x35\xfe\x0e\x01\xc3\x0a\x17\x12\x4b\xb8\xb0\xc2\xdd\xc5\xea\x16\x63\xec\xa1\x6e\x31\x86\x59\x20\x58\xd8\xa8\x58\xb6\x86\x85\xf5\x91\xae\x46\x36\x85\x14\xc7\x20\x9a\xba\x55\x54\xa6\xc3\x78\x68\x22\x48\xac\xbe\x8c\xd9\x40\xcc\x77\xcb\x26\x96\x52\xc8\xb0\x7a\xb2\xbf\xc8\x94\xc6\xdb\xd5\xd5\xcd\x21\xc8\xfc\xbe\xe9\x10\x8b\x87\xc9\x8e\x70\x72\x70\xa2\x46\xac\xa7\xd5\x37\xbb\x3a\xa4\x84\x0e\x8a\x47\xb8\xb1\x02\x9e\x7c\x39\x3d\x5a\x5c\x0f\xa4\x47\x23\x80\xe7\xea\x66\x18\xec\x82\x01\x22\x87\xc3\xe2\xb0\x47\x0a\x0c\xf2\x12\xc6\xac\x9e\x98\x38\x04\x1d\x8a\x0f\x61\xc8\x7b\x7f\x8e\x50\x62\x11\xb8\x49\xd9\xd2\x4a\x46\x3d\x6c\xfe\xcc\x50\x08\x36\x7a\xc0\xc2\x23\xd8\x86\x8d\x1a\x18\x68\x98\x0d\xd2\xa2\xb5\x22\x02\x80\xc0\x42\xbc\xcd\x59\x43\x51\x15\x01\x0c\x2d\x65\x52\x2b\x51\x2d\xc3\xaf\xa4\x88\x03\xba\x14\x67\xa8\x9e\x3d\xf5\x7c\x5c\x98\x46\xc4\x41\xc8\x6b\x03\xc7\xc0\xdc\x2d\x22\x0b\xc5\xdf\x21\xe4\x58\xc9\xf1\x54\xc0\xb1\x0a\xd8\x73\x0d\x5b\x43\x99\x57\xbf\x72\x8d\xbf\x63\x60\xb6\xb3\x87\x1d\x58\x68\x64\x49\xcc\x5d\x47\x3e\xb5\x6d\xc2\x20\x2d\x9b\x38\xc4\x08\xdf\x35\x2a\xa7\xd3\xe1\x17\xd5\x60\x4f\x97\x92\xae\x9d\x57\xff\x0f\xc2\x7b\xd8\x54\xe2\xfc\x15\xec\x17\xe7\x28\xc5\x1c\xaa\x00\xe9\x96\x91\x60\x3c\x7d\x59\x06\x82\x71\xcd\xbc\x86\xd1\x15\x33\x3d\x77\xb8\x90\x33\x3f\x7e\xdd\xbb\x74\xf6\xe7\x49\x77\x9b\xc6\x77\x9d\xcc\xeb\xe4\x4e\x1c\x79\x23\x7c\xd7\xa8\xaf\x14\x6a\x9f\x22\x7d\x04\xf6\xaa\xbc\xf7\x5e\x24\x7a\x8b\xa5\x34\xfd\xd8\x1a\x34\xe3\x9a\x0e\xb0\xcf\xc1\x12\x74\x17\x77\xeb\x8b\x50\x41\x84\xe2\x5b\x0a\x0e\x74\x54\x5e\xfa\xad\xc9\x9d\x23\xfa\x84\xe8\x40\x2d\x15\xfb\xf6\x07\xf9\x2c\x7c\x57\x2d\xaf\x54\xe4\xf5\x7b\xfe\xf4\xf5\xb6\xa7\xc8\xe9\xdb\x72\x28\x9e\x30\x10\x1d\x32\x60\x9a\xb7\xb6\x4b\xb8\xac\x5a\x5e\xa1\x6c\xce\xc3\x08\x93\x73\xdf\x0c\xb9\x35\x61\x4c\x4a\x44\x10\x33\x66\x11\xc4\xea\x1a\x8a\x55\x61\xda\x69\xbb\x26\xd5\xa0\x94\x6a\x7e\xfc\xea\xd3\xfc\xa8\x5d\x8c\x6e\x16\x7e\xea\x24\x8a\xcf\x5a\x7e\x45\x13\x0f\x99\x33\xaf\x91\x37\xfb\x26\x2f\x8d\x24\x85\xf6\xac\xb7\x90\x3e\xf5\x21\x94\x05\x9a\xaa\x05\xeb\x6d\x81\x42\xe6\x53\xe9\x8f\x42\x7f\x16\x67\xa3\x74\xc8\xee\x46\xc2\xdf\x2d\x01\xa1\x2a\xf1\x96\xd7\xf2\x83\xbb\xb8\xa0\x14\x90\xa7\x82\x40\x5d\x02\x3b\xd5\x82\x59\xb1\x0c\x0e\x25\x7c\xed\x5a\x18\x1d\x47\x4a\x6f\xa1\x57\x38\x4b\x3a\x67\x5a\x1f\x19\xa7\x6e\x34\xca\x91\x6a\xed\xa2\xa3\x7b\x58\x15\xe9\xad\x5c\x37\x25\xb5\x3a\x09\xf9\x60\x51\x0c\x68\x2a\x19\x89\x4c\x03\xf0\xc2\xcb\x69\xd1\x3a\x41\x06\x97\x71\x49\x27\x82\x5f\x11\x7a\x6a\xe1\xd4\xa9\x94\x69\x35\x62\x85\x94\x69\x84\x2e\x5c\x40\x8f\xe2\x3e\xdb\xf8\xe8\x10\x7b\x0a\x99\x53\x0b\x47\x29\x05\xc9\xb9\xa2\xf0\xb7\x2f\xe7\x09\x58\xb6\x8c\x35\x2a\x67\x0a\xf1\x9c\x42\xf9\x08\xdf\x53\xe8\xbe\x63\x20\x29\xb9\x59\x2d\xb8\x47\x04\x3d\xaa\xc4\x73\x5a\x1b\x3d\xde\xa1\x2e\x51\xf4\xd5\x4f\x48\xb8\xe1\x5d\x02\x22\x15\xa2\xeb\xac\xcd\x02\xa5\x8c\x0e\x30\x23\x7e\x32\x1c\x17\x99\x41\x42\xaf\x03\x25\x21\x5c\x50\x8d\x8e\xdf\x9e\xf6\x33\x7f\x7a\xba\x8e\x7c\xca\x48\xfc\xed\xdb\x37\x91\xf1\x5c\x38\x34\xcd\x04\xc5\xbc\x14\x9a\xa6\x10\x7f\x6f\x09\xfe\x53\xc1\x97\xac\xb7\x7d\x0a\x71\xa8\xbd\xad\x53\xfb\x7f\x70\x7c\xbf\xd9\x37\x58\x16\xc2\xf8\xd4\xc2\x51\xca\xb8\x9d\xb8\x9d\xdf\x76\xb6\x03\xfc\x5d\x0e\x2f\xd3\xe2\x97\x12\x36\xe7\xc8\xd1\xc6\x89\xba\x48\x9b\x7e\x93\x5a\x95\xf4\x5d\x30\xea\xe8\x4d\xa5\xed\x3a\xcf\x87\x92\x69\x83\x9e\x78\x03\x12\x44\xc3\x39\x15\x57\x18\xf3\x6d\x64\x74\x1c\x85\x8e\x4b\x93\x40\xac\xeb\xed\x77\x87\xc4\xbc\x5b\x6f\xbf\xfa\x1e\xa8\x1c\x45\xa6\x29\x31\x91\xde\x78\x00\xb2\x0e\x76\x4c\xc5\xff\x66\x94\x4d\x41\xd8\x1a\x65\x53\xf0\x64\x28\x68\x4d\x25\x9c\xc6\x32\xe6\x86\x4b\xd5\xe5\x7c\x5b\x13\xd8\xfb\x32\x04\xa7\x73\x4a\x7b\x3b\xac\x67\x26\x9a\xf7\xe1\xf0\xe2\xc7\x5b\x0e\x93\xd6\x31\x6b\x48\x7a\x7f\x93\xee\xce\x84\x52\x07\x98\x2f\x52\x68\x8d\x91\x42\x43\x04\x06\x94\x4e\x70\xc4\x3d\x5d\xc2\xd8\x9c\xe1\xa7\x8f\x85\x22\xbd\x23\x0e\x0d\xe1\x2c\x96\xe3\xd0\xd4\x12\x4a\x72\x98\x7d\xfc\x41\xa5\x8d\x14\x3a\x4a\x08\x76\x98\x61\x35\xe5\x4a\x23\xda\x0c\x1c\x94\x3f\x93\xfe\xa4\x4d\xf1\x08\xde\x93\x8f\xb3\x1a\xf3\xc4\x6d\x09\x49\x53\x0b\x06\xaf\x90\x34\x67\x5c\x34\xca\xa8\x75\xe6\x68\xae\x84\x5a\x27\x4f\xda\x16\xf9\xb4\x88\x84\xb6\x9c\x4f\x8b\x38\xb0\xeb\xe3\x37\x1c\x33\x1d\x70\x5e\xf9\x92\x42\x25\x7c\xec\xa1\xcc\x5c\x2c\x2d\xd1\x6c\xc0\xe4\x2e\x87\xaf\x09\x68\x79\x39\xa7\x56\x1c\x09\x1f\xa4\x05\xb2\xc4\xd1\x6c\x4a\xce\xf5\x1f\xbf\x20\x42\x20\x08\x78\x73\xf1\xd6\x7a\x19\x77\xd3\x41\x9d\xae\x8f\x23\x46\x10\x59\x66\x7d\xd0\xb2\x33\xcd\x28\x1f\x6f\xc6\x22\x63\x3d\x0e\x0a\x81\x6b\x2a\x21\xd0\x97\xb1\x35\x3d\xfe\xa4\x2f\x6f\x84\xb0\xc7\xbf\xe6\xbd\x1a\x4a\x6b\x8d\x68\x73\x36\xac\x83\x90\x48\xeb\xab\xbc\xc7\xbc\xc3\x5c\x02\xde\x9c\x00\xc0\x97\xe2\xd5\x9c\xe5\x0c\x65\x3c\x6f\x5a\x94\x72\x66\x15\x84\x96\xa9\xe0\x58\x96\xd1\x32\x3c\xba\x5b\x5f\x47\x3c\x07\x5d\xb5\x84\x96\xa9\x80\xa6\x97\xf1\x30\x3d\xa7\xbb\xaf\xf5\x00\x86\xa1\x70\x2d\x35\xac\xff\x45\x54\xe0\x5b\xf9\x72\x2c\x63\x35\xbf\x06\x58\x91\x50\x65\x29\xb2\xcb\x5d\x4a\xff\x7c\x6d\x07\x14\x69\x09\x05\x53\x49\x63\xb0\xbe\x3c\x59\x46\x40\x09\x05\x53\x89\x43\xbf\x04\x82\xa9\x24\x2a\x58\xc6\xc0\x10\x22\x7e\x09\x03\x73\x44\x39\x0b\x03\x73\xce\x4c\xb3\x05\x4e\xfb\x1b\x2c\xb8\xbe\x3c\x62\x4d\xa5\x7e\xcd\xcc\xaa\x0b\x7c\x05\x70\x64\x11\x68\x06\xa4\xd1\xfa\x62\x56\x8f\xfc\xa9\x5b\x05\xe6\x47\x70\x99\xab\x62\x69\x09\xd7\x92\x18\xba\xcb\xb0\x96\xdc\xc0\x28\xf7\x54\x25\x14\xf8\x72\xea\xa9\x0b\x68\xc4\x72\xee\xa9\x38\x96\x7f\x7e\xcb\x53\x42\xfd\xbc\x31\xf9\x54\xd7\x2a\xf1\xe5\x0a\xb9\x52\x01\xd3\x2e\x21\x57\x4a\x46\xa5\x48\x32\xe3\xe9\xdb\x64\x0b\x57\xc8\x21\x1c\x4d\xaa\xd1\x0e\xc9\x2d\x9c\x90\x2b\x85\x9c\x17\xeb\x67\x71\x83\x1d\x43\x12\x2b\x1e\x70\xae\x1f\x4f\x4f\xb1\xcc\x95\x89\xaa\x12\x7b\x7b\x19\x71\x52\xd2\x88\xd9\x83\x70\xdb\xcb\x90\x13\x80\xd0\x4b\x18\x93\xbb\xda\x06\xa9\x71\xa1\xd0\x0d\x15\x99\xbc\xf6\x58\x86\x8a\x4c\xde\x77\x2c\x23\x3e\x1a\x11\x7f\xf7\xcb\xf7\xaf\xf8\x8f\xb7\x61\x1d\xd3\x99\x01\x6f\xd2\xe6\xa5\xf7\xc9\x7e\xf9\x70\xd3\xf3\x2d\x15\x9f\x90\xcc\x4a\xbe\xf5\x8b\x7c\x6f\xff\xfd\x1a\x0c\x67\x40\x4a\x94\x9d\x14\x72\x35\x36\xf8\x55\xcf\x4a\xb9\xbf\xd9\x2f\x74\x86\x15\xd3\x7e\xf1\x42\x8f\x7a\x8c\x09\xc1\x4b\xb3\x5f\x56\x04\x3d\x9f\xfa\x46\xfd\x62\x30\x3a\x01\x97\x0c\xcd\x1b\x79\xf0\x23\x41\x24\xcc\xb6\xfb\x85\xe0\xb5\x46\xd9\x64\x58\xe2\xe9\xe8\x36\x3e\x83\xe7\x4f\xfb\x85\x92\x1f\x34\x2a\xb7\x48\xc7\xa9\xb4\x5f\xdb\x37\xf7\xa1\x94\x0d\xaa\xd1\xa8\x36\xd9\xab\x3c\x9f\x5a\x17\x5c\x4c\xaf\x80\x3a\xd7\xc1\x9c\x08\xfe\xef\xec\xad\x6d\x0b\xae\x51\x5e\x34\x79\x38\x13\x45\x0f\xa5\x1b\x81\x1a\xca\x47\x4e\x33\xe0\x26\x26\x0c\x1e\x9e\x7d\x18\x1e\x4b\xc0\xee\x2d\x64\x45\xb9\x2c\x78\x37\x21\x62\x08\x53\xb2\x05\xb4\x38\xf1\xd6\xed\x84\x88\x19\x21\xe1\x1b\xea\xb5\xec\x65\xed\x8d\xa6\x70\x22\xb7\x9b\xf2\x01\x6b\xd2\xa6\xdf\x1b\xbd\x52\xcf\x76\x87\xf2\xed\x5b\xa3\xce\xa7\xca\x39\xe7\x3d\xb0\x0f\xcb\xe5\x91\x2f\xf5\x86\xef\xc5\xfc\x38\x93\x5c\xe3\x3f\x9f\x63\x59\x5b\x27\x60\xea\xc4\x02\xdd\x4a\xc0\x54\xcb\xa4\x1a\xdb\xe7\x99\x2d\xb4\xf3\xc5\x5c\x2e\x66\x8b\x61\x2d\x2f\x09\x94\x13\x99\xe4\x53\x69\x63\xfc\x29\xfb\xf0\xfe\x9c\xf9\xd2\x47\xc1\x93\x79\x05\xf7\x9a\x1e\xd8\x11\x8b\x77\x6c\x1f\xd9\xbd\xf9\x58\xb1\x81\xea\xdf\xaf\x74\x36\x21\x68\xda\xd3\xea\x47\xfb\x26\xfd\xd3\xe4\xb1\x06\x82\x64\x54\x82\x3f\xee\xd3\xc7\x34\x56\x56\x88\x8c\x42\x28\xf8\x6d\x44\x46\xff\x97\x34\xef\xcf\x90\x92\xa1\x2c\xde\xe9\xa7\x03\x38\xd2\xb6\x00\x1a\x85\x68\x27\xfb\xb4\x67\x04\xdf\xcc\x76\xfa\x26\x6e\x74\xb6\xc1\x1b\x9c\x99\xf6\x69\x13\x72\xf2\xa5\x4f\x12\x69\x71\xda\x63\x99\x32\x7a\x97\x1f\xe9\x5d\x4a\x1d\x3a\x3f\x94\xd9\x00\x66\x3f\xed\x32\x21\xbc\xf9\x3e\x25\x57\x5e\x99\x1f\x1f\x22\x47\x3e\x95\x90\xb1\x25\xba\x4f\x0e\x91\x93\x71\x21\x73\x2a\x73\x20\x87\x4a\x4f\x87\x1c\x77\x0e\x26\x75\x96\xa5\x0b\x34\xd0\x3e\x79\x11\x40\x07\x22\x90\x42\xc2\x7a\x21\xef\xe5\x23\x42\xfe\x3e\xb1\x04\x53\x91\x8c\x05\x42\xa1\xef\xd3\x00\x44\x32\xec\x6c\x47\xb2\x21\x4f\xda\x3e\x79\x58\x9e\xb1\x28\xc0\x11\x61\x03\xf7\xe9\xec\xaa\xe9\x90\x8e\x9f\x3c\x37\xde\xa7\xad\xc2\xca\x5c\xea\xf8\xc9\x81\x64\x2b\xe6\x4d\xe5\x11\xea\x56\xd2\xa5\x4a\x68\xb0\x7d\x4a\xfb\xe0\x4d\xdd\xc5\x16\x23\xdb\xbb\xa0\x8a\xce\x14\x4a\x40\x33\xaf\x0e\x87\x43\x22\xae\x2d\xf0\xc6\xd1\x88\xe0\xb7\x1d\x0f\x87\xf7\x8c\xbb\x38\xf4\xb2\x2d\x89\x2d\x84\x46\x01\xb0\xbb\x0b\x67\x15\x3a\x5e\x10\x71\x95\x46\xd0\x43\x93\x5f\x0d\xd1\xc0\x27\xb8\x0b\x22\x0f\xa6\x28\x36\x26\x50\x44\x4e\xe5\x74\xb5\x87\x54\x0c\x4d\x1b\x6c\x3b\x18\x0d\xa6\xc4\x18\x0d\x02\x2e\x6f\xa1\x32\x2a\x88\x9a\x2d\x50\xc6\xa8\xec\x2f\x25\x76\xaa\x5c\x16\xee\x62\x4c\x11\xe7\x8a\xad\xc4\x4e\x95\xe0\x72\xbb\xf8\x60\xd3\x53\xab\x18\x8f\xf8\x49\xdb\x21\x78\xf0\x16\xec\x62\x14\x11\xd2\x51\x31\x77\x0a\x6f\x83\x76\x59\x6c\x5a\xc6\x21\x03\x97\xa0\xa2\xbb\xf8\x46\x14\xfb\x76\x0b\xdd\x51\x09\x62\xb6\x0b\x2c\x7a\xa6\xc9\xaf\xfb\x93\x6f\x7f\xea\x2c\xd5\x5a\x58\xa2\xe1\x1d\x90\xa7\x64\xd6\xc3\xb0\x4c\x88\x9f\x58\xa5\xb3\xb8\xa2\x10\xac\x05\x0f\x2f\xb2\xfc\xf2\x6d\x53\x6c\x1b\xc1\x2e\x8e\x4a\x18\xb3\x2d\xa0\xc5\xa8\x48\x1c\xb2\x30\xe1\x5f\xdd\x86\x4b\x5c\x3c\xab\xde\x86\x4b\x60\x9b\x6f\xc3\x25\x78\xe1\xb8\xaf\xc1\xc8\x52\x91\x79\xc8\xe6\xf8\x06\x13\xc1\x4b\xea\x6d\x4c\x04\x81\xa3\x36\x31\x79\x46\xfb\xdb\x09\xbe\x9d\x95\x89\x77\xa7\xfb\x32\x97\x20\x48\x2e\x87\xc5\xc4\x2b\xb9\x85\x90\x28\xcf\xb0\x89\xd0\x95\x32\x4d\x3c\x7b\xec\xb2\x13\x37\x06\x9d\x40\x11\xe5\x75\xa5\xd0\xaa\xa7\x31\x30\x47\xb0\xcc\xb8\xe4\xd2\x25\xb2\xe1\x76\xcc\x9d\x2b\x6d\x64\xad\x53\xeb\xcf\x1a\x96\x6f\x65\xac\x36\x22\x1c\x6c\x85\xd9\x39\x39\x08\x6e\x21\x28\x2a\xc1\xbb\xf6\xe5\x1b\x27\x9e\x8b\x6e\x21\x28\x6a\xec\x11\x03\x28\x9e\xd5\x94\xbf\x84\x67\x1e\xdb\x21\x78\x1a\x5e\x87\x0d\x80\xa2\xe7\x47\xef\x9b\xa7\x03\xda\x37\xe1\x03\x99\x59\x25\x13\x82\x75\xec\xd3\xc4\xae\xc6\x2a\xb2\x19\x14\x91\xe7\x24\x58\xce\x36\xd4\x82\xe7\xce\x1b\x10\x04\x0f\xd4\x77\x45\x9d\xd8\xb9\xb3\x8d\x89\xe0\x3e\x7c\x0b\x13\x51\x89\x49\xb4\x2b\x26\x4f\x49\x45\x8e\xbe\x32\xa1\x98\xd9\x90\xf0\x9a\x47\x4d\x52\xa4\xa7\xb7\x24\x4a\xc6\x92\x10\x12\xa2\xf2\xe8\x72\x0b\x08\x51\xaf\x74\xde\xc8\x41\xee\x1e\x76\x75\xa6\xc0\x2b\x85\x6c\x0d\xba\x2b\xb0\x20\xd1\x42\x77\xb5\xff\xa2\xa6\x07\xd2\x7e\x19\xa6\x5f\x5c\x5f\xa9\xd4\xf6\x11\xb5\x6c\xfa\xca\xa7\x82\xca\x44\xfd\x57\x5f\x46\xa7\x37\x32\x81\xc8\xb6\xb0\x8d\x66\x20\x98\xd1\x76\x6e\xa3\xc9\x93\x8b\x0d\xd0\x20\x2a\xa4\x59\x4b\x94\x50\x5d\x1d\x68\x50\x7a\x73\x69\x57\xd8\x56\x04\x9c\xa3\xe0\x2c\xd8\x84\xc0\x21\x19\xc4\x76\x08\x9c\x4c\x73\xc3\x4a\xe6\x04\x22\x88\x42\x25\xcc\xcd\x6e\x41\x1c\xbf\x20\x2d\xbd\x5a\x4a\xbd\x06\xf4\x96\x4b\x00\x6c\x20\xa3\x12\x08\x90\xb3\x9b\x0f\xa0\x47\x7e\x64\x0d\x52\x38\xdc\x0a\x23\x53\xee\x23\x62\xa2\x6e\x41\x16\x0a\xc8\xe1\x2d\xc8\x42\x01\xe8\xb4\x95\x85\xe8\x6e\xb2\x43\x9a\xd9\xae\x94\xda\xbe\xa6\x11\x8e\x9c\x57\xbe\xd5\x8d\x4a\xc6\x29\x8b\x16\x24\xc4\x6e\x6c\xd4\x2b\x85\x9e\x77\xe6\xd6\x17\x76\xf8\xf2\x77\xf3\x4e\xcd\xd4\x62\xd0\x62\xc0\x09\x4b\x50\x88\x9a\xbe\x1d\x91\xe6\x18\x4f\x2b\xbe\xd3\x41\xb1\x0b\x4c\x50\x62\xb1\x75\xcc\x05\xec\x93\x6e\xac\x70\xf6\x63\x37\x27\x70\x80\x73\xd8\x19\x9e\x39\x6c\x41\x0b\x2a\x2f\xef\xb7\x83\xd0\x74\xee\x8a\x76\x47\x11\x20\xda\xba\x33\xac\xcf\x7c\x2b\x45\x70\xfd\x1d\xe5\x7b\x77\x0e\xbc\x35\x7d\xd7\x66\x40\x0f\x38\x42\xcd\x23\x3f\x85\x35\x38\x63\x5f\x3a\x5e\x0d\xcf\x09\x77\x37\x93\x64\x94\x13\xa0\x2c\xe3\x72\xec\xcd\x9e\x42\xed\x14\x96\xaf\x13\xc8\x61\xe6\x53\x54\x65\x1a\xb1\x33\x2a\x53\xa2\xc3\x14\x6f\xb9\xb7\x83\xd9\x74\xd2\x65\xec\xee\x5b\x66\x6e\x5f\xb6\xb3\x28\x45\xe8\x74\x3f\x81\x8d\x2e\xef\x16\x33\xf0\x45\x77\x5e\x48\x92\x12\x6c\x85\xba\xa9\x17\xbc\x68\x48\x03\x2f\x50\xb7\x21\x0d\x17\xa1\x14\x76\xb7\x6d\x81\x22\x10\xa2\xe1\x38\x9f\x32\xaf\x42\xca\xd4\xf5\x2c\x9f\xdf\x59\x10\x61\x7b\x77\xfc\x68\x99\x04\xc1\xf7\xc8\xc6\xb2\x05\x7e\x18\x3c\xa3\xdc\x02\x3f\x9c\xb1\xc3\x3a\x86\x06\xb6\xb0\xb0\x0f\xa5\x66\x90\x9c\xf1\x11\x1e\xdd\xf9\x04\xd0\x36\x4a\xcc\x34\x88\xee\xb7\x0d\x8b\x20\xc2\xd1\xee\x36\xa2\xaf\x54\xaa\x7d\x7b\xa6\x16\xed\x45\x44\x05\x38\x08\x70\x8e\x7b\x0c\xba\x33\x20\x15\xae\x8a\xd9\x71\x7a\x25\xfc\x3d\x7b\x18\x2a\x73\xa4\x1e\x79\x4f\x19\x86\x41\x11\x04\x46\xda\xc3\x49\x6e\x70\x81\x38\xee\x0d\x3e\xd8\x3d\xcc\x76\x28\xa5\x61\xed\x76\xa4\x41\x33\x1a\x46\xb4\x73\x26\x45\xc6\x0d\x43\xfc\xd0\x16\xc3\x36\x6a\xcf\x7f\xec\x89\xb4\x21\xd3\x04\x23\x66\x90\x4e\x82\x11\xca\x7e\xe5\xd1\xf1\x76\x0c\x9c\x2b\xe7\x28\x63\x19\x40\x11\xee\x61\x96\x6b\xf9\x51\x00\xda\x92\x32\x29\x36\xb6\xba\x22\xe0\x8c\x9a\x21\x92\x6c\x39\x75\xca\xa2\x41\xe9\x28\xc4\xcd\x49\xba\xeb\xad\x08\x37\x95\x27\x41\x7b\xc0\x70\xe9\xb6\x1d\x0f\x8c\xde\xe1\x01\x62\x31\x18\x02\x51\xb8\xf7\xda\x23\x7c\xc3\xa8\x2c\x18\x11\x76\x42\x32\x8c\x58\x17\xc3\x9c\x82\x06\x1a\xb8\x86\xb2\xc4\xb0\x0a\x3d\xf7\x09\x8b\x26\x15\xb5\xe6\x78\xcc\x1b\x85\xad\xa9\x00\x5f\xf6\x74\x8c\xd1\x28\x2b\xe3\x1a\x26\x08\xf5\x2d\x78\x42\x01\xf7\xbf\x95\xe5\xa8\x82\x33\xdb\xd3\x4a\xef\x29\xb3\x80\x48\x21\x36\x2f\x92\x99\xd8\x33\x44\x6b\xdc\x06\x27\xe4\x5c\x30\x39\x77\x33\x32\xc7\xa2\x21\x7e\xd1\x16\x38\xe1\x8c\x8d\x30\xed\xfd\x39\x43\x59\x37\xa0\xe6\x14\x8a\xe6\x1e\x4a\x48\xf1\x12\x47\xb5\x89\x50\xc2\x39\xe4\x70\x33\x7d\xb6\xbf\x41\xdf\x5b\x48\x86\x12\x1b\x78\x62\x12\xe3\xc9\x9a\x30\x09\x03\x83\x11\x52\x26\x57\x77\x06\x2d\x1f\x3d\xf0\xe6\x3d\xc1\x09\x73\xc4\x99\xb6\x64\x11\x43\x93\xfb\x3c\x8e\x8e\x93\x80\xcf\x1c\x16\x9d\xb9\x88\xa0\x63\xdb\x61\x62\x00\x85\x6d\xa1\x1c\x0a\x6f\xb8\xb6\x32\x17\x55\xa0\x41\xdb\x38\x86\x09\xac\x71\x2f\x59\x34\x71\x9b\x2c\x8e\xc1\x23\xa4\x26\x2f\x94\xc3\xa7\xc1\xd1\x6b\x32\x77\x13\x52\xf1\x6f\xb0\xd4\x1c\xc1\x25\x07\xff\x85\x33\x16\x6f\x8c\xf3\x0a\x91\xd7\x68\x2b\xa0\xcb\x49\xd8\xf4\xbd\xbc\x5c\x8c\x6a\xa1\x60\x70\x39\x29\xa0\xcb\xc1\x93\xa5\x2d\x88\x43\x8d\x03\x73\xe1\xbd\x43\xa2\x18\xf0\xc0\x55\xf6\x36\xe0\xa1\x70\xdb\xbf\x97\xcf\x9c\x6c\x9a\xc5\x31\xe4\xa2\x5a\x2f\x10\xdc\x44\x82\x22\x2e\x38\xf7\xc2\xbc\xe9\x29\x55\x94\x79\x56\x6f\xe9\x1a\x25\x22\x55\xf9\x8a\x0a\x17\x6d\x7b\xb1\x51\x71\x70\x38\x5f\xd1\x04\xf0\xb7\x97\x4f\x1e\x88\x38\x47\x74\xe1\x3d\xda\xde\x08\x7c\xbc\x0b\x7b\xd0\xdb\x02\xe9\xde\x36\x28\xaf\x09\x4b\xed\x78\x2f\x38\xf8\xb7\x52\x1d\x15\x90\x5d\x7b\xa3\x1b\x30\xf1\xb6\x95\x03\x57\x7f\xdb\xf1\x5e\x62\x13\x6f\x4c\x9f\x33\x15\xd9\xc7\x73\x41\x49\xe9\xce\xd4\x63\x06\x9a\xe9\x9e\x8f\x29\x67\x3a\x6f\x25\x0c\xb7\x6d\x8b\x87\xf4\xcf\x26\x31\x3b\x5e\x91\x61\x8e\xe7\x1c\x27\x0c\xc6\xf9\x74\xcf\xb9\xa8\x60\x2f\x05\x78\x39\x1e\x8f\xd0\xc6\x94\x7d\x4a\xdd\x3f\x7a\xe0\xa5\x67\xc5\xb6\xd7\x3a\x53\xa2\xa3\xc7\xf1\x4a\xd9\xbd\x9a\x60\xd6\xf6\xb6\x48\x4e\xfb\x0e\x8d\x37\x33\x3f\x9b\x16\xe9\x80\xc1\xd2\x44\xed\xd8\xdb\x62\x38\x33\xb2\xad\xdb\x3c\x5d\x6f\xc2\x0e\x14\xa8\x53\xc9\x0f\x5e\x50\x56\xed\xf4\xf5\xad\x27\x1f\xe7\xf3\x29\xeb\x35\x20\x75\x14\xab\xf9\xd4\x87\x96\x1e\xd2\xc7\xdc\x9e\x6f\x59\xa2\x74\xe1\xa7\x73\x1b\xdf\x3a\x0e\x34\x59\xeb\xb6\x72\x03\xd5\x38\x1b\x15\x81\xa5\x86\x69\x15\x80\xe5\x00\xc3\xb3\x15\x80\xe5\x04\x9e\xb9\xdf\x7e\xd4\x11\x8f\xe6\x9b\x53\x4a\x4f\x3d\xf0\x13\x63\x31\xca\x69\xa6\x5e\x41\xfa\xc9\xe3\xb9\xdf\x0e\x98\x88\xbd\x21\xb4\xc6\x45\x48\xed\xed\xb0\x2a\x7d\x8e\xbf\xc3\xc2\xee\xb7\x98\x64\x02\xce\xdb\x4a\x39\x74\x93\x69\x85\x1e\xa5\x54\x2e\xd7\xcc\x89\x82\xb0\x00\x85\xdf\x04\x61\x89\x18\x34\xce\xe3\x22\x16\xd2\x7e\xdb\xae\x04\x7c\xb6\xdf\x76\xb9\xce\x50\x66\x37\xd6\xc1\x97\x47\x84\x4d\xda\x24\x2b\x22\xf9\xda\x7e\x63\x12\x20\x87\x84\x02\x39\x89\xe9\xb0\xdf\x9b\x19\x63\xb6\xf1\x63\x8c\x90\x5f\x2d\x53\xbe\x35\xc7\xbb\xf7\x0e\xb6\x92\x5b\x83\x8f\x6f\x5a\x51\xab\x1f\xef\x4e\x5e\x81\xec\x8f\x43\xff\xc3\xd4\x1f\xc3\x0e\xc9\x81\xb4\x1d\xf8\xe4\xe0\x16\x72\x3b\xf2\x49\xbc\xa7\x1f\x54\xf9\x08\x79\xef\x9d\xb8\x2e\x9d\x1a\xa8\x91\x68\x70\x7f\xc2\x0b\x1d\x72\xab\xef\x13\x4a\x89\x82\x8e\x74\x81\x99\x0f\x89\x6c\x61\x2c\x4e\xe9\xca\xf4\x7d\xf0\x80\x20\x18\x05\xe7\xb8\x1b\x0d\x69\xb3\x91\x13\xb6\x21\x1c\x71\x85\x09\xb3\x51\x73\xde\x56\xc6\xa1\xbb\x22\xfa\x47\x58\xd7\x57\xc8\x8f\xbe\xcd\x9f\x7a\x21\x95\xee\x4a\xd4\x80\xfe\xda\x42\x65\x14\xa2\x46\x6f\xe1\x2e\x6a\x45\x88\x2b\x51\x50\x0d\x2f\x0a\x67\x51\xc3\xa8\x8e\x68\x92\xcb\x24\x12\x03\x11\x66\x6a\x2b\xc0\xc9\x3d\x2c\xf7\xc6\xb0\x0b\xd0\x67\x5b\xb0\x8b\x1a\x4e\x14\xea\xa2\xe6\x0a\xc6\x59\x82\x8e\xdc\xba\x3a\xdc\x09\x8f\x91\xb7\x60\x16\x15\x54\xe6\x76\xce\xa0\xf9\x6f\xad\x3e\xc5\xe4\x53\xfb\xd3\x70\xac\x28\xde\xc9\xdd\x9f\x54\x4b\x6f\xd3\xa8\xf8\x12\x03\xd4\x79\x82\x3a\xd9\x7e\xb6\x02\x9e\xd4\xf8\x64\x1c\xef\xe4\xe2\xf5\xf6\xfe\x86\xdb\x68\xd5\x3e\x75\xae\xf6\xf7\x77\xb2\x55\x52\xea\x5b\xc5\x14\x0e\xa5\x3d\x19\x21\xcd\x6e\x25\x9d\xf8\x78\x70\xe9\x84\xcd\x57\x64\xda\x77\x21\x0c\xa9\x58\x98\xa0\x1c\xe0\x94\x1d\xa8\xe6\xe0\x6e\xf8\x47\x8e\x8c\x5f\x04\xd3\x0c\x69\x69\x78\xe4\x5b\x2d\x30\x12\xc3\x70\x8f\x19\x96\xff\xe2\x23\x45\x5d\x7c\x7d\x85\x93\x8b\xd8\xaf\x43\xea\x64\x5a\xe4\x23\x8d\x97\x46\x98\x8e\x01\xc2\x6b\x7f\x79\x39\xcb\xb1\xfe\xeb\xbb\xff\xdc\x13\x3b\x94\x49\xce\x94\x5f\x22\x41\xd4\x14\xfa\x34\x86\xad\x22\x70\xc6\x73\xd7\xe9\x58\x26\xd9\xf7\x3f\xb8\xaa\x43\xe9\x95\x12\xbc\x4a\x78\x92\x5c\xd9\x1a\xc7\x91\x63\xcc\xcf\xa1\x9b\xe2\x5c\xf9\xf1\x28\xb1\xfe\x07\x07\x8a\xe0\x19\x35\x1c\xf8\xd3\x79\x34\x47\x9e\x9f\x45\x0d\x73\xf0\xcb\x62\xe7\x53\xc9\x16\x26\xef\x87\xf8\xb8\xf2\xad\x76\x2b\xc2\x58\x59\x80\x4e\xa0\xa3\xfb\x67\xf4\xf3\x0c\x25\xab\x2a\x6d\xf8\x20\x90\xbb\xdf\x1f\x37\x21\x28\x6d\x01\x39\x4a\x5c\x22\x06\x72\xc4\xb0\x73\xe8\x90\xdc\x7e\x0b\xc7\x71\x46\x07\x3a\x74\x48\x8b\xa3\x45\xb0\x8e\x0a\x1e\x6e\xff\x58\x76\x3a\xc0\xb2\xa7\xac\xfd\xf3\xbf\x4e\x18\x88\x6d\x88\xc7\x73\x45\xfa\xb3\x64\x29\x29\xb4\xd6\xc0\x0e\xf8\xd9\xc5\x96\x1b\xdc\x9f\x95\x88\x66\xa7\x8f\x97\x79\xc0\xd7\xe8\x37\xe9\xfe\x0c\x28\xf7\xe0\x84\xba\x7b\xe0\x70\x66\x37\xa5\x93\xb5\xe6\xfc\xa6\xc4\x76\x9a\x8e\x9b\x5a\xae\xf4\x80\xf4\xf2\x54\x28\xef\xcc\x23\x85\x5a\x1e\xad\x64\x1f\x2f\x0b\x0b\x9d\xd0\x6f\x4a\x3e\x98\x93\x16\xed\x20\xb5\x07\xf9\x26\xc5\x11\x57\x28\xcd\xc0\x45\x57\xcd\x10\x17\x4d\xc8\x25\x51\x2f\x3a\xe7\xcb\x92\x87\x52\xf3\x52\x1f\x7d\x90\x63\xc8\xc2\xf4\x26\x8b\xc7\x11\x52\x91\x2d\x27\x2d\xca\x67\x6e\x7b\xf8\xa6\x24\x3d\x33\x01\x52\x26\x2d\x93\x63\x0f\x95\xd3\xb2\xf7\xa1\x3c\x41\xb5\x5e\x8c\x51\xa6\x43\xbd\x18\xbf\x9d\x50\xbe\xcf\xbe\x49\x86\xcc\x7a\x38\x06\x4c\xcf\x28\x37\xd3\x4c\xa3\x7e\x9f\xec\xe8\x12\x37\xe9\x75\xf6\xaf\xc7\x60\x28\x15\x92\x76\x26\x64\x77\x69\x83\x34\xeb\x33\xf1\x07\x07\xcb\xa3\x40\x02\x62\xc9\xc7\xdb\xff\x76\x48\x5b\xe5\xf9\xd5\x7a\xac\xba\x8b\x87\x97\xb7\x52\x88\xb4\x67\x09\x0f\xe7\x8c\x33\xce\xf6\x26\x87\x1e\x79\xd2\xa8\x85\x72\xa5\x6c\xf1\x27\x83\x93\x54\x1e\xce\x31\x75\x93\x7a\xcc\xe2\xd4\x4b\x37\xa9\x33\x62\x0b\xc5\x2c\xe5\xdb\xaf\xbf\x4d\xc5\x3e\xd2\x7b\x82\x0f\x87\x3e\x48\x19\xaf\xa1\x2a\xdd\x95\x1c\x1e\xaf\x23\xdf\xea\xfe\xa7\x85\x52\x08\xfb\x83\x61\x13\x97\x25\x94\xe5\x13\xb3\x70\xfa\xc1\x53\x67\x68\x27\x7b\xae\x42\xd1\x48\x81\xd4\x2d\xc0\x95\x42\x25\x20\x62\xf9\x4f\xbf\xa3\x9c\xee\x80\x41\x13\xce\x98\x73\x53\x5e\xee\x33\x85\xbe\x0b\xaa\x21\xad\xc5\xce\x7c\x6c\x66\xa0\xbb\xc6\x49\xcc\xfa\x77\x9c\xd8\xfb\x5b\x89\x81\xa7\x5e\x1b\xb3\x67\x2a\xfa\xb9\x5e\xf3\xcd\xc9\x3b\xdd\x1a\x52\x2f\x46\x4a\x28\x09\xd4\xa7\x4c\xef\x78\x9e\x32\x31\x76\x9d\x50\xda\xc0\x30\xd8\x89\x95\x8e\x8c\x10\x30\xe2\x6e\xb2\x43\x9a\x89\x06\x14\x93\x92\x6f\x7d\x6e\xce\x94\xd9\x74\xab\xf9\x73\x4a\x3d\xb3\x64\xda\x78\xbe\x7e\xb9\x29\x07\xec\x74\x35\x8a\x2b\x71\x39\x1b\xd0\x4d\x79\x8b\xb2\x93\x8a\x25\x61\x3b\xa0\x04\x8d\x38\x3d\x2c\x61\x0f\xee\x4f\x29\x74\x42\xd6\x5e\x53\xaa\x99\x65\x37\x18\x17\x70\x75\x7a\x67\x5c\x40\x85\xf7\x8a\x45\x1a\xfc\x5e\x32\xcd\x7c\xea\x84\x16\x2f\x36\xbe\x2f\xe2\x2b\x2c\x5d\x48\x1d\x10\x6a\x79\x7e\xe8\xc1\x76\x23\x2e\xbc\x90\x27\x70\x14\x37\xed\xe8\x8d\x0b\x03\xe1\xec\x90\x66\x62\xf8\xeb\xc2\x41\x51\xf3\xf1\x70\xe9\x05\xe9\x81\x86\x82\x85\xf2\xad\x7b\x7f\xa6\x13\xf2\xa7\xa0\x2d\x2e\x8e\xad\xb4\xc2\x84\xa5\x6c\x29\x3d\x79\x83\x12\x77\xb5\x50\xc8\x28\x4f\xc9\x05\xac\xe2\x21\x0d\x4d\xa4\x1e\xa9\x00\x3b\x98\x6e\xca\x37\x2c\x19\x09\x07\xc8\x33\xa5\xae\x97\x85\xf0\x1d\xf9\x78\x65\x52\x6e\x4e\xed\x0d\x35\xe4\x1b\xf3\x2b\xca\x55\x17\xdf\x67\x47\x7f\x5d\x06\x88\xcd\x92\x42\x63\x6f\xdc\x68\xf5\x4b\x27\x5f\xbd\xdf\x64\xf5\x06\x48\xa9\x04\x06\xd2\xa4\xe2\xee\x69\xf9\x96\xd8\xc8\x27\xa4\x66\xa5\x17\x28\x05\x97\x65\xe7\x28\x4f\xcc\xdd\x79\xaa\x75\x9e\x98\x99\x8a\x30\xea\x61\xc0\x3a\xe1\x8d\x09\x29\x43\xae\x85\x92\xb5\xd8\x2f\x28\x2b\xb8\x12\x52\x00\x84\x19\xca\x0c\x98\xde\xdb\x39\x5c\x52\x8f\x05\x37\x93\x52\x59\x35\x36\x88\x22\x04\x54\x67\x9e\xbd\xa9\x4b\x8f\xec\xe9\xed\x72\x7f\x18\x8a\x0f\x85\x3d\x65\x4a\x3e\x30\x52\xa9\xef\xf4\x33\x2e\x87\x22\xcf\xb0\x2c\xa2\x3a\x9d\x13\x7e\xb4\x60\xf1\x54\x14\x35\x5c\xec\xa4\x2e\x9d\x35\x69\x98\x5c\x58\x07\xca\xe9\x52\x6b\x4f\xa1\x95\x4c\x4b\xa1\xad\x69\x2a\xd2\x8d\x76\xad\xfd\x05\x05\x6e\x1f\xca\x07\x58\xa4\x64\xb3\x5d\xd5\xa1\xb2\x42\x7f\x22\xc1\xef\x6f\x2f\xf9\x3e\xe9\x90\x57\x0f\x8e\xf7\x43\xfa\xf1\x82\x65\x74\x2b\x3d\xfc\x52\xf5\xa6\x58\xaf\x0e\x69\xc3\x80\xb5\x55\xe2\x96\xb3\xb0\x3d\xdb\x62\x12\xf8\x55\xe7\xf6\xf1\x4a\xe7\x75\x51\x58\x59\x86\xe6\x99\x46\xdc\x36\x0e\x4e\xc8\x1a\xbd\x7f\x2f\x05\xfb\xd5\x77\xd6\xb3\x22\xde\x94\x55\xe5\x00\x68\x74\x93\x92\x09\x83\x2e\xf8\x8d\xcd\x44\xa2\xf9\x51\xbb\x73\x1c\xde\x94\x6d\x36\xb8\xad\xdb\x57\x3b\xb1\x9a\xf5\xaa\x7d\x54\x2c\xad\xee\xd3\x11\xa6\x55\xe7\xc6\x05\xe9\xa2\xcb\xe6\x72\x8c\x7c\xea\x1e\xa4\xcc\x87\x6c\x84\x54\x67\x05\xd9\xf6\x7e\xba\xee\x6c\xa1\x7d\xe8\x02\xb9\x4c\x46\xe2\x1b\xe3\xca\xc4\x77\x07\x5e\xe9\x2d\x9f\x8a\xa3\x46\x3e\xad\xda\x53\xf9\xd4\xa7\x47\x76\xa3\xb2\x9f\xd4\x8a\xbd\xa3\xeb\xe4\x63\xbc\x32\x4a\xd6\xf3\x4a\xa9\x85\x6f\xba\xa7\xe4\xbb\x17\xfb\x4f\x37\xc6\xb5\xc2\x8b\xbe\x05\xee\xac\xb5\xf3\x9d\xc4\xa8\xf2\x2b\x77\x27\x4a\xb9\x29\xad\xed\x4c\x2d\x8e\x4b\xc3\x38\x94\x27\xbe\xc0\x3f\x7e\x9b\x3e\x73\x1a\xd0\xfd\x6c\xad\x98\x3b\x1d\x11\x99\x15\xf1\x42\xcf\xfc\x29\xad\x8b\x08\xef\xf6\xbb\xa4\x6f\x7e\x52\x7a\xe5\x4b\x6d\x1a\xe6\x6a\x38\xe0\x45\x67\xbb\x29\x4d\x49\x29\xec\xa8\x81\xc9\xcc\xe4\x28\xdd\x48\x75\x76\xae\x3e\x86\x00\xac\x95\xc5\x1a\x38\x39\xae\x14\xb2\xc5\x53\xea\x03\x3c\x7a\x7f\x64\xd2\x53\xaa\xbe\xb3\x19\xfd\x50\xfc\xea\x3d\xdf\xfe\xfc\x2b\x7d\xf0\x13\xef\x89\x55\x3c\xbc\x89\xe6\x84\x52\x16\x74\xb8\x92\x37\xdd\xbd\xe7\xcf\x7b\x4e\x1a\xd2\xcb\x97\x9f\x8d\x2d\x35\x38\xbd\x60\x30\xeb\xc5\x77\x6d\x1c\x89\x74\xfb\x59\x0d\x8c\xbf\xa9\xcb\x73\x72\x41\x2a\x37\x09\xb6\x98\xae\x42\x4b\xce\x64\xc3\x31\x0e\x7b\xcf\x9f\x70\x5e\xbe\x55\x9c\x9a\x92\x46\x24\x3e\x33\xf1\x8a\xfd\x7b\xd6\x50\x3f\x75\xc0\x94\xb2\x7b\xd4\xc6\x51\x64\x62\x59\xa3\x6b\x7c\x4f\x3a\x5e\x57\xbe\x2d\x9e\xbc\x02\x69\x9b\x05\xab\x5c\x2f\xbe\xab\x13\x4b\xdc\x94\x72\x95\x1f\xa1\xf4\x36\x04\x19\xa3\x37\xdd\xb5\xbd\x42\xe9\xd6\x8d\x51\x4e\x47\xd8\x99\x68\x1e\x5d\x93\x96\x58\xa3\x93\x5d\x8b\x06\x99\x98\xdd\x57\x4a\xef\xd5\x6b\x9c\x61\xf4\xa2\xfb\x28\xe3\x4f\x14\xe1\xfd\xe9\xf2\xb8\x18\xa6\x51\x20\x3d\x3d\xb0\xe1\x88\xb6\x99\x8e\x47\xc8\x3e\xd1\x05\xeb\xdd\xdb\x13\xf2\x27\xcb\x87\x4f\x39\x1a\x63\xbe\x38\xd9\x47\x61\x85\x74\xfb\x7a\xbd\x6a\x3e\xb5\xfe\xbf\x42\x2a\x0b\xcd\x91\x4f\x7d\x9c\x38\x53\x38\x05\xb3\x08\x65\x8b\x04\x1b\x7c\x3a\xf6\x52\x4e\x8f\xd3\x31\xc0\x32\x99\xf2\xb4\xb6\x23\x14\xbb\x88\x65\xd8\x36\x2a\x33\x14\x19\xb6\x67\xfa\x2e\x5f\xeb\xe8\xf9\xf4\xab\x7a\xf2\xa5\xad\x34\x7a\xe0\x57\xe5\x07\x47\x16\xbd\x2a\xaf\x8d\x83\x91\x6f\x5f\xdb\x91\x2f\x2d\x9e\x90\x87\xca\xca\x51\x1b\xbc\xbf\xfc\xaa\x36\x46\xf8\xc2\x7d\x4a\x0f\xfc\xa8\x7c\xbc\x18\xa6\xf2\x69\xd4\x96\x36\x11\x1e\xcc\xad\x6e\x63\x6b\x83\x85\x16\x10\x1f\xa4\xf9\xb2\x5b\x13\x4b\x5a\x97\xaa\x35\x4c\xab\x6b\xd4\xda\x8e\x7c\x69\x79\x59\x43\x4a\xb4\xa3\x6f\x9d\x25\xe3\xea\x0f\x49\xf7\xe8\x90\x8e\xc8\x17\x62\x78\x6d\xeb\xf1\x8c\x6c\x5b\x31\x32\x6c\x4b\x07\x24\x9b\xaf\x58\xaf\x3e\x42\x3a\x6a\x7a\x3e\x9d\xfa\x34\xb5\x5a\x2a\xbb\x45\xa7\xbe\x28\x85\x53\x8a\x2f\x4a\x47\xb8\x6d\x1b\x15\xc6\xfa\xf9\x8d\x79\x3b\x43\x89\x47\x98\x90\xed\x3d\xcd\x86\xcf\x3d\xe9\xc8\xa7\x76\x72\x60\x47\x6f\x4e\x1a\x18\xe4\xba\xee\xac\x8d\xce\xfa\x71\xfa\x7c\x28\x8f\x92\xce\xfa\x8a\x04\xcb\x78\x3b\x8e\x68\x2c\x48\x67\xc5\xe8\x2c\xb4\xde\xa6\x9f\x2f\x4c\x3d\x52\x5d\xc4\xf2\xdb\x5e\x3d\x58\x76\x3b\x52\x4c\x5c\x71\x4a\x6e\x71\x16\x98\x5d\x17\xa1\xe5\x7c\xca\x84\x5d\x84\x2d\x9d\xaf\x62\x3c\x8d\xa0\x44\x4b\x48\x31\x45\xc6\x2c\x25\x1a\x27\xc1\xf6\x8a\xc0\xcf\x1b\x5f\x13\x86\xe8\x0e\xdc\x36\xf5\x38\xa6\x14\xfd\xd9\x4a\xe1\x51\x53\x8f\xa5\x0a\x7f\xbe\x9d\x34\x2c\x9e\xb2\x37\x6a\x14\x23\xcc\xef\xcd\xdb\x53\xb8\xfd\x6d\x0a\x7d\xbe\xca\xb7\xd3\xf2\x1c\x95\xf6\x66\xa3\x3c\xa4\x16\xbb\x84\xf2\x40\x0b\x94\xdf\xef\x0d\x28\x29\xbf\x34\xa2\xb3\x74\xc3\x86\xf5\xeb\xf3\x59\x9f\x6a\x6e\xde\x9f\x6c\x0c\xdf\x60\xce\x9c\x3f\xdf\x0e\x0a\x70\x85\xba\xed\x93\x86\x22\x78\xf3\x40\xb8\xff\x19\xfd\xfb\xfe\xd6\xaa\x11\x23\x51\x17\x9a\xb5\x5d\x69\x53\x21\x1c\x67\xca\xb6\xfc\xd7\x13\xca\x3c\xdb\xd3\xa6\xf6\xed\x08\x25\x45\x89\x3d\xfb\xe6\xbc\x89\x8d\xf8\x36\x02\x3f\x26\xc9\x1b\xa6\xc1\x3a\x78\x5b\xd2\x62\x95\xbd\x1d\xb4\x7a\xb6\x90\xd6\xdc\x18\x49\x7e\x9b\x3e\x5e\xe8\x75\xdf\x58\xb6\x2b\x15\xf9\x2d\x88\x3b\xef\x84\x10\x57\xc7\xc0\xfd\xc8\x25\x19\x29\xe3\xf4\x10\x27\x3b\xf7\x83\xcf\x98\x49\xf8\x70\x97\x4d\xff\x3e\x30\x02\x7a\xfe\x83\x3b\x0b\xa1\xf8\xf1\xd2\x23\x4b\x3e\x78\xb3\x58\x17\xbf\xf8\x2e\x23\x94\x1f\x99\xd0\x79\xbf\xea\x9e\x71\x2a\xeb\xc2\xb0\x36\xb4\xda\xc7\x01\x55\x67\x1a\xd5\xd5\x4f\x63\xf1\xf5\xc8\xfb\xee\x11\x8d\xe2\x73\xc4\x3a\x76\x32\x85\x76\x85\xb2\x38\x83\xa9\xfc\xaa\xfb\x42\xc9\xe9\xe1\x76\x6d\x0f\x25\x9f\xfb\xf3\xa3\xfa\x53\xf3\x1f\xfd\xa9\x90\xea\x0f\x6a\x4c\x4f\xba\x6b\x63\x47\x7e\x70\x14\x63\x74\x7f\x39\xdb\xd0\xd9\x2f\xe2\x95\x39\xf9\xb2\x4a\x33\xa4\x04\x08\x3e\x47\x27\x4c\x88\xc1\xf0\xf5\x0b\xaf\x12\xca\x12\x63\x84\x94\x17\x16\x6d\x44\xc6\x84\x89\x4d\xee\x14\x09\xc7\xc4\x0c\xc8\xad\x20\xfa\xd1\xb7\x82\xe3\x85\xb0\xf9\xe2\xbd\xc4\x6a\xe1\x92\x10\x09\xcb\x3b\xef\x6c\x51\x5f\x12\x8e\xd7\xc8\xb7\xde\x21\x9c\x9b\xbe\x4e\xb4\x97\x35\xfc\xe2\x46\x66\xe3\x7d\x1d\xcf\xad\x63\x7b\xeb\xe5\xf7\x01\xb2\xfb\x26\x75\x03\xd3\x52\x93\xad\xf6\x4c\x1a\xe6\x35\x1b\xf3\x8b\x63\x28\x53\xb1\x65\x2d\xa1\xe0\x7d\xd7\xd7\x50\x6e\xce\x61\x70\x0d\x8c\x6f\xdf\xee\x5d\x03\xcb\xfc\xcb\x66\x63\xdb\x7e\x9d\xb9\x71\xbc\x52\xaf\x57\x39\x85\x6f\xff\x9a\xc2\xcf\xcd\x3b\x35\xf5\xda\xcc\x61\xef\xfd\x6c\x37\xd7\x50\x0a\x2c\x80\x0a\xf3\xa3\xed\xf1\x82\x79\x7f\x0e\x50\x3a\x59\x0c\x65\x23\xa8\x0d\x8d\xa6\x64\x04\x23\x5e\xfa\x9f\xc3\xfe\x3d\x5f\x7a\x4f\xc0\x75\x3f\x0e\xbb\x23\x7f\x2a\x21\x0f\xa2\xd4\x79\x0b\x1a\xb2\xc0\x2f\xbc\xaf\xc1\x29\x43\x2f\xbc\x47\x3c\xbe\x3f\x78\x85\x25\xe5\x51\x37\x1c\x49\xfe\x81\xf1\xca\xb7\xac\x03\xf5\x0a\x02\xdd\x32\x4e\xdd\x0c\x16\xf4\x9d\x9f\x71\x8f\xd7\x4c\xa1\x82\x14\xb1\x9d\x74\x51\x78\xe8\x6d\xce\x9f\xd2\xfc\x67\x3d\x80\x6a\x24\x1d\xc1\x64\x01\x95\x8e\xe0\x6e\x85\xee\x2e\xba\xcb\x58\x84\x5d\x19\x47\x0a\x3f\xb2\xbb\xd2\x21\xf7\x9d\xde\xca\x8d\xdb\x52\xab\x0d\xad\xc1\xa1\x88\x7b\xc4\x4c\x26\x57\x4a\x59\x79\x0b\x91\x96\x42\xf3\x17\x87\xe3\x1f\x4a\x9f\xf3\xf0\x0f\x70\x4a\x38\xc1\x90\x85\xf1\x4a\xab\x52\x95\xe9\x3b\xfe\x13\xaf\xf6\x7c\x21\x63\x3c\x9d\xf3\x85\x8c\xb1\x26\x98\x4a\x34\x70\xf8\xed\xdc\x4d\xd1\xfd\x01\xa9\x09\x7c\x0a\x9b\xa2\x5a\x87\x92\x40\xf4\xde\x99\xba\x84\x2c\xf8\x5b\xa7\x2f\x21\xaf\xe1\x83\xd9\x7c\xf9\x69\x9f\x6f\xee\x6f\xd2\x2a\xce\x42\x64\x3a\x5d\x00\x0f\x8f\x6e\xd2\xcf\x36\xf9\xd6\xb7\x4d\x2c\xc4\x7c\x79\x45\x1b\x8d\x2e\x33\x5c\x87\x1a\xfe\x94\xfe\x2d\xef\x07\xba\xb0\xf4\xd2\xaf\xa6\x0d\xdb\xee\x3d\xf5\x78\xbb\x1e\xe9\x90\x59\x75\xa6\x22\x19\xc4\x19\x9a\xed\xea\x46\x9b\x0a\x21\xea\xa0\xe4\x37\xe5\x2c\xc7\xfc\x27\x14\xbb\x11\xa2\x37\x25\x0f\xc6\x99\x2f\xcd\x6d\x19\xb3\x35\x46\x0b\x25\x73\xc1\x5a\x7d\x1e\xb8\x2c\x69\xe3\xf0\x39\xc8\x6a\x72\xe6\x6a\xd1\xc2\x6e\x1e\x2c\xdf\x11\x12\x9d\xda\x20\x2d\xd0\xce\x54\xec\x48\xbf\xe6\xea\xe9\xd7\xe9\x97\x03\xb9\xf4\x79\x00\x23\x3c\x69\xc8\x7a\xde\xf9\x2f\x6f\x92\x76\x3b\xa4\x97\x85\x66\x27\xed\x5c\x90\x32\xa2\x7a\xea\xf5\x11\x39\xf5\xe8\xa9\x41\x4b\x23\xb2\x06\x7b\xfe\xfb\xb8\x49\xfa\xa7\x13\x32\x07\xc0\xa9\x17\xe8\x95\xa3\xf5\x3c\x9c\x29\xe7\x45\x59\x54\x0b\x9d\xd3\xf5\x65\x7b\xa8\x4b\x91\x2e\x43\x35\x77\xb5\x42\xba\xab\xa1\xb4\x2a\x9d\x89\x5f\x4c\x17\x93\x49\x7c\x91\xa7\xd4\x4a\x75\xa6\x54\xdd\x6b\x74\xc8\x46\x47\x96\x61\x33\xb3\x74\x01\xb7\x29\x5c\xa3\xd7\xeb\x27\x52\x69\xea\xa2\xb3\x3a\xa4\xd1\x4d\x49\xf0\x58\xbf\xce\xd3\x2e\xb2\x01\x4b\xf9\x2e\x73\x1c\x6c\x1c\x5e\x92\xdb\x1d\x34\x4f\x5f\xf4\xf8\xdd\xe9\x4d\x6a\x6f\xb4\x7c\x2a\xdd\x65\xfd\x39\x4f\x00\x6b\x2c\xad\x03\xf6\x5f\xf8\x83\xe6\x99\xad\x4c\xa3\x61\x8b\x0a\xd9\x4d\x36\x48\xef\xc8\x42\xab\x76\x71\x1a\x0b\x7a\x93\xd6\xdb\xf3\xcf\x00\x57\xf7\xb7\xde\xa1\x85\xe1\x58\x7b\x8c\xf4\x49\x57\x51\x30\xd1\xb9\xe8\x30\x5d\x5a\x4c\x0b\x1d\xf6\xd1\x2e\x23\x77\xf8\x62\xc7\x73\xbd\xc9\xea\x6f\x27\x24\xdb\x27\xa4\x8c\xd9\x91\x66\x18\x1b\x83\x21\x18\x4d\xd6\x06\xf5\x71\x84\x34\xef\x94\x74\x42\x6e\x34\x80\x1f\xf3\x74\x38\xb8\x9a\xb5\xd2\xb1\xbe\xa6\x4f\x18\x25\x85\x4e\x58\x4b\x38\xcf\xc8\x4d\xd2\x0e\x9d\xd2\xd1\x70\x1c\x48\xcb\xd3\x29\xc7\x91\x8f\x7e\x0d\x7e\x39\x7a\x47\x9f\xc5\x89\xdd\x1c\xaf\xe3\x26\x19\x40\x48\xf1\xbe\x2d\x84\xa9\x67\xdd\x27\xef\x2e\x6e\x52\xdc\x6d\xb5\x3f\x8b\x43\x55\x64\xf7\x39\x9a\xfe\x09\xda\x61\x3a\x9a\xbe\x63\xa7\xdc\x54\x73\x07\xf3\xad\xd9\xf2\xc8\xb7\x56\x1b\x36\xfa\xa7\xde\x63\xdf\x35\x75\xc8\xb7\x9e\x4d\xe6\xdb\xaf\xbf\xa5\x4b\xb8\x63\x53\x2a\x97\xb8\x43\x88\xdc\x94\x21\xc0\x0c\xcd\xf2\xc0\x9a\x74\xfa\x8e\x76\xe2\xef\x98\xc5\xb0\xe7\x8c\xc5\x4b\x8e\x22\xf5\xf3\xec\xf3\xf5\x4a\xad\x12\x16\x33\xb5\x2e\x17\xa6\x5a\x56\x22\xd5\x8a\x61\xd9\xd5\xc5\xf0\xd6\x03\x95\x52\xac\x52\x50\x37\x05\x37\xc1\xc5\xa8\xed\xba\x45\x40\x15\x3b\x0d\x66\xca\x64\x40\x20\x73\x4a\x78\x81\xee\xf9\xa1\x03\x20\x94\xa9\x08\xfa\xe7\x09\xd8\x62\x16\x9e\xde\xb2\x85\x2e\x5f\xaa\x20\xaf\x2e\x3b\x72\x50\x2a\x0e\x99\xdf\xd8\xf1\xba\x5f\xae\x1d\xd6\x75\xc8\xfc\x13\x20\xc6\xf4\xd3\xed\xce\x44\x2b\xd2\x7d\xed\x30\x8d\x1e\x72\xd7\x8e\x78\xd2\xc3\xed\x13\xaf\xc5\xd4\xbb\xed\xbb\x1a\x3e\x15\x24\xba\xc3\x41\xd7\x74\x8b\xf4\xcd\xef\x5b\x38\x88\xcd\x8b\xd0\x41\x23\x7f\xea\xa0\xc0\xa6\xf4\xc3\x6d\x6e\x6a\xe6\xe5\x74\x80\xc8\x6f\xdd\x3c\xd7\xfe\x0a\xa5\xcc\xd9\x95\xce\xf9\x82\xec\x40\x51\x5e\x7e\xe9\x8b\xfd\x3e\x15\xf7\xfe\x28\x1c\xe1\xe6\x45\x94\x21\xba\x27\x76\x1a\x07\x4a\xf5\x72\xe4\x32\x38\xd8\x71\xf0\xfb\x43\x75\x0f\x3a\x7f\x3a\xca\x31\xe3\xd2\x11\xf7\x7c\xb1\x33\xae\x98\xa3\xe9\xa0\xf2\x6b\x96\x14\x7a\xd6\x59\x20\x3d\x04\xbe\x90\x94\xba\xea\x2e\xc7\x43\x29\x64\x2d\x7a\xda\x6f\xc3\xb3\x51\xf5\x36\xfc\x8c\x14\xf5\x2d\xf8\xc9\x41\x69\x5e\xb2\x5c\xf1\x0d\x4f\x5d\x8a\x5f\x27\x5c\xa8\xd7\xe0\xf7\xa7\x7f\x5b\xe4\xf3\xd2\xe5\xc2\x0b\x16\xf5\xc3\xf1\x92\xa9\xdb\x1e\x46\x3a\xe7\x0d\xed\xf3\xcc\xac\x83\x25\xe9\x90\x16\x32\x54\xa4\xb7\xe2\xb5\x23\x6d\x15\x87\xbf\x76\xa6\xae\x0e\xa6\x79\x42\x5a\xe4\x9c\xf9\x73\xea\xdb\x02\xb5\x44\x9d\x50\x4a\xc7\xdf\x52\xe6\xb0\x58\x29\x13\x6f\x1f\xe9\x1d\xc2\xe8\x82\x54\xaa\x4b\xf6\x16\xf7\xf7\xce\x82\x7e\x93\xba\x34\x85\x7b\x2a\x0a\xb4\x84\x54\x94\xac\x33\x7f\xba\xeb\x67\x0a\x6d\x63\xd3\xe6\x74\x5f\x1b\xd4\x16\x45\x07\x04\xf1\x9e\x3d\xff\x7d\x84\x88\x4b\x99\xdd\x6a\x35\x6d\xfc\xdc\x06\xb5\xfa\x9d\xc0\x0c\x75\xb8\x90\x6f\x25\x47\xfd\x8e\xe8\xa6\x3c\xe9\x4c\xa4\x33\x61\x56\xba\x23\x31\x1a\x13\x47\x37\xfb\xb5\x67\x05\x96\xa7\x3c\x65\x4a\x9a\x97\xce\xe9\xc9\x57\xcf\x80\x65\x97\x13\xaf\xe0\x26\x35\xe7\x4f\x4f\xad\xf5\x59\x65\x29\x4d\xce\xbb\xb3\xda\xaf\x73\x60\xb4\x38\xee\xff\x70\x42\xe2\x9b\x14\xa7\x23\x08\x1c\xf7\xbf\x3f\x54\xb5\x68\xce\xa7\x62\xa5\x33\xd5\x2a\x9b\x33\xdb\xc7\x69\x00\x7a\xe6\x06\x8b\xfe\x4a\x7f\xbc\x61\x4b\xfe\x94\xb8\x45\x6a\x36\x5f\x8e\x0d\x74\x8e\x9e\xd5\xd7\x0e\x7f\x34\x7b\xdf\xc0\xd9\xcc\x66\x06\x85\x5d\x9b\x19\x94\x79\x6d\x8e\xb3\xdd\xf3\xe3\xdb\x4d\xa6\x56\x67\x28\x0e\xf5\x13\x45\xa5\x18\x75\xe8\x18\xbf\xaa\x6f\x69\x51\x1a\xbb\xc3\x91\xc2\x20\xdc\xdd\xa1\x9e\x69\x57\x3d\x92\xa0\x99\x09\x99\x58\x3d\x86\xbf\xbf\x4d\xb5\x5a\x2f\x16\x01\x98\xc1\x81\x0d\xd4\xa4\x85\x3b\xeb\xde\xd0\xc2\x35\xa4\x44\x3e\x93\xe7\x67\xf4\x27\x07\x08\xc7\xe0\x1f\x07\x66\x8c\x63\xf0\x03\xcb\x9c\xc2\x20\x94\xab\x86\x72\x1b\x74\x9d\xa3\x79\xcd\x8f\x6e\x83\xee\x6c\x5b\xae\x58\x43\x7e\x45\xdf\x9f\x36\xa6\x44\x23\x9d\xdb\xd6\xf4\x59\x12\x8b\xad\xe7\x47\x8f\x99\x25\xf1\x7d\xe9\xc8\x8f\x3f\xb7\xe1\xde\x75\x44\x1a\x16\x8c\x70\x0d\xf7\x14\x54\x48\x31\x45\x09\xe5\x91\x74\x28\x66\xab\x41\x0a\xaa\x8b\xfc\xef\x46\x7c\x1d\xc8\x22\x3d\xbf\x3f\x2f\xcc\x3a\x87\xf2\xef\x4f\x99\x1f\xcc\xd5\xff\x20\xb9\xbb\x05\xde\xd3\x59\xe3\xab\x46\xba\xc7\xc8\x20\x75\x2b\xd3\x1f\xaa\xb8\x90\xde\x0a\x0f\x79\x72\x12\x17\x42\xe2\x7c\xc1\xc2\x9d\xfb\xf8\xa7\xd0\xf8\x8d\xd4\xa3\x9d\xf0\x54\xa3\x98\xf7\x70\xb0\xf1\x11\x33\xa7\xfd\xce\xd1\xf1\x29\x95\xae\xc7\x12\xea\xa8\x73\xac\x2f\x3d\xa9\x2f\x33\x9d\x35\x5b\xe6\x47\xbc\x0f\x28\xa1\x6e\x97\xd1\x51\xf3\xa7\x6e\x94\x66\xfe\xb4\x7e\xe0\x68\xd1\x7d\x03\x70\x3c\xbf\x5a\x9d\x21\x57\xf4\x52\xbe\x82\x77\x9c\x1d\x71\x05\xdb\xfa\x35\xfc\x4c\x45\x08\x96\xa7\x50\x2b\xc8\x46\x31\xa0\x02\xfc\xea\x04\x34\x31\xa8\x56\xe1\xfc\x2b\x48\xd3\x39\xc8\x5d\x83\x25\x3e\xec\x39\x38\x9e\x6f\xcd\x52\x2d\x1f\x33\xd2\x0a\x69\x30\x16\x92\x7f\x58\x26\x31\xd9\x03\x67\x0f\x5d\xd2\x3b\xf7\x0a\x3c\x72\x0e\x58\xac\xa5\x19\x71\x11\xeb\x3b\x60\x1b\xf8\x78\x60\x05\x22\x08\x79\x22\x7f\xa4\x19\xce\x0a\x69\x06\xf7\x62\xda\xe1\xcd\x49\x4b\xa9\x15\x72\x1a\x92\xb7\x00\x84\xdf\xd4\x83\xf6\xf3\x04\xbe\x36\xfd\xa2\xbd\xa3\x48\x06\x67\xc0\x74\x58\x8a\x8c\x0c\xf9\x37\x29\x4d\xc6\x2a\x3a\x90\xff\x38\xd2\x28\x36\x5b\x49\xa9\x1d\x2a\xe9\xbf\x97\x1c\xc7\xd1\xe0\xd4\x9f\x56\x7d\xeb\xe3\x04\xa8\x37\xe9\x2e\x85\xf2\x11\x30\xdd\x77\x32\xa3\xfa\x94\x6a\xbe\xf1\x1d\xe9\xb1\xfa\x5d\x91\xeb\x15\x28\xe3\xee\xd2\x05\x69\x46\x43\x83\x09\x95\x51\x72\xe4\x33\x28\xe3\x1a\x2d\xe4\xe5\x5f\x53\x93\x6f\x41\xe9\xbf\x31\x1a\x80\x61\xa6\x23\xef\x8f\xe3\x21\xed\xe3\xa1\x4f\x13\x47\x13\xbc\x25\x98\xc6\x91\xee\x3b\x10\xff\x95\xf9\x36\x4c\x23\x32\xda\x81\xf7\xc7\x81\xe8\xd7\xdb\xf6\x02\x2e\x63\x1a\xa5\x01\x8a\x65\x0a\xa5\x71\x77\x97\x6a\xe5\x4a\xea\xcf\x8f\xec\x3e\xc6\x0d\x2e\x97\xe3\xe1\x5c\xcc\x2f\x35\x79\x8d\x7b\xbe\x55\x45\x9c\xeb\x27\x6b\xca\x8a\x4f\x36\x79\x0f\xe9\x13\x76\x26\xdf\x2b\x9e\xe9\xc5\xed\x93\x71\xeb\xd0\xc7\x0d\xf8\x9c\xe8\xa6\xcc\xae\xcd\x0e\xac\x19\xc7\xe5\xef\x68\x11\xc5\xe5\x27\xd0\xc8\x4d\x29\xaa\xc5\x95\x4a\xdd\xd9\xbf\x91\x86\x73\xfa\xa2\x38\x4b\xe4\xf0\x97\x78\x64\x85\xbc\xa8\x5c\x82\xce\xc5\xe3\x68\x0e\xcc\x82\x5e\x8c\x2c\xdf\xb2\x62\x42\x30\x08\x88\x51\xe2\x6b\x59\x58\x32\x25\x85\x4e\x61\x52\xa0\x14\xc6\xe3\x95\x6a\x3c\xc4\xfc\x28\x96\x7e\x1a\x94\xf4\xc6\x60\x5e\xbe\xae\x62\xa2\x96\x4f\x8a\x9c\xab\x57\xd8\xa5\x42\x6a\x16\xb1\x65\x85\xd7\x18\x61\x81\x65\x40\xeb\x53\x8d\x9d\x79\x4f\x1b\xf6\xf8\xd2\x1b\x2c\x64\x8c\x81\xc5\xe1\x10\x0f\xe2\xc2\xbf\x84\x73\x6f\xd9\x25\xdd\xf3\xad\x61\x8e\xe9\x82\x93\xbe\xff\x5b\xaa\x49\x47\x02\x3b\x29\xc0\x38\xe0\xb4\x65\xe6\x61\x99\x97\x05\x02\x27\x7d\xc1\x37\xee\x6a\x19\xf6\x56\xf2\x9e\x1a\x8a\x46\x68\x93\xd4\xb3\x2e\x14\x7e\xe3\x1e\x4b\x81\xbc\x99\x90\x0b\xaf\xb9\x8d\xa5\xbc\x42\x79\x57\xf4\x90\x0a\x13\x8d\x8d\xa8\x97\xed\xc7\xc9\x36\xd8\x6c\xff\x91\x46\x96\xec\xb5\xb4\x61\x2f\xce\x95\x6f\xed\xc9\xa3\x7b\x7a\xda\x5e\xb9\x63\x9b\x1b\xb3\x02\x69\x6b\x74\x07\x77\x4f\x73\x13\xcf\x09\x26\xdd\x5a\x5d\xae\xd8\xa6\xa0\x1f\xe5\xc0\x1b\xbb\xb1\x52\x33\x6a\x39\x92\xb8\x90\x9d\x4a\x44\x50\x0b\x82\xc2\x89\x07\xb8\xa5\x9a\xdb\xb8\x2b\x38\x6f\x2f\x4b\x4f\x76\xd7\xd6\x53\x45\x6e\x88\xe6\x5e\xc6\xb7\xd2\xa2\x60\xce\x57\x49\x59\xd5\x97\xf9\x8f\xe5\x4a\x61\x57\x61\x87\xb2\x0e\x61\x77\x3b\x65\x41\xee\x5f\xfc\xea\x7e\xd6\x4c\x25\xf7\x14\x19\x96\xf8\x67\x70\x02\xdc\x3c\xbf\x40\x16\x6d\x02\x30\xcc\x94\x4a\xae\x72\xb8\xf6\xa3\xfc\x68\x85\xcd\x59\x1f\xa3\xc7\x50\x94\xfe\xfc\xc8\x54\xd2\x79\x69\x9b\x81\x08\xde\xdc\x73\xa6\x7f\x32\x77\x73\x44\x7e\x0f\x3a\xd4\x20\x0f\x19\xa2\x29\xbc\x54\x4f\x81\xa2\x07\x03\x52\x33\xf4\xd4\x33\x44\x1d\x50\x02\x82\xf7\xfc\xc8\x06\xeb\x90\xdb\x98\x63\x28\x23\xab\x2a\x94\xcf\xbd\xec\xdb\x37\xc6\x06\x7e\xa4\x37\x9e\x6b\x64\xde\x9b\xf7\xd4\x38\xbd\xfc\xb6\x7e\x1c\x23\xff\x7a\x12\xf2\xab\x4f\x3d\xec\xbf\xb7\x19\xea\x48\x45\x3f\x1d\x1d\xe8\x83\x4e\xd7\x80\x22\x67\x30\x2c\x30\xad\x30\x2c\x75\x1c\xff\x41\x78\xbf\x01\xf2\xa1\xa3\x0c\x53\xc9\xf5\x95\xde\xd2\xdf\x9d\x4d\xb5\x76\x36\xc3\xfd\x6f\x0c\x51\xc4\xcc\x1b\xc5\x93\x2e\x6d\x4b\x50\x36\x80\xdf\xcb\x5f\x83\xc5\x7f\xc3\x0b\x68\xb4\x37\xce\x9c\x7c\x6b\xb5\xce\x14\xd9\xf5\x0c\xae\x6e\x3a\x51\xc2\x04\xec\x3c\x3f\x4e\x18\x43\xf7\x3f\xc3\x4b\x81\xb1\xf9\xc1\xd2\x40\xfb\x7d\x1c\xe6\xb6\xe7\x4f\xb1\xc6\x19\xca\x86\x06\x9b\x47\x6f\xed\x6f\x92\x8a\x58\x62\xcc\xcb\x0f\x06\x24\xf2\x43\x6f\xe4\x6b\xee\xb7\xfc\x44\x3e\x97\x3b\x1f\xae\x1b\x7a\x48\x7a\x0f\x29\xaf\x48\x43\x0e\xe8\xd9\x7b\x1f\xb0\x95\x40\x2d\xe5\xe4\x6c\xf8\xe1\x58\x3b\x52\x28\xb1\x70\x86\x72\xe0\x7d\x3a\x00\xe0\x65\xe4\x4f\x31\x3d\x57\x68\x1f\x82\xd7\xb6\x34\xe9\xce\x86\xb2\x89\xcd\x9a\x39\x53\xc1\xe3\x5a\x05\xd3\x32\x32\xd7\x42\x96\x0d\x4c\x5f\xb2\x0f\xf0\x58\x74\x7e\x30\x1e\xd9\xfa\xbc\x8b\x07\x9a\x38\xf5\x2e\xbe\x8e\x33\x15\xfd\x44\xb9\xbb\x5f\xc7\x02\xe5\xb5\xe6\x04\xa9\x02\xb4\x7c\x0a\x7f\x52\x73\x85\xe4\x17\xeb\x03\x2b\xd9\x4f\xd4\x73\x45\x64\xb8\x49\xcf\x45\x03\x70\x13\x70\x54\xf3\x8b\xef\x77\xa6\xd4\xbb\x12\x97\xa9\x53\x07\xe4\xde\xc7\xaf\xce\xc7\x89\x6e\xd3\xab\xf3\x9a\xfb\x23\x83\x4f\xc6\xc9\xb8\xbf\x76\xda\x9e\xe9\xbd\x5c\x59\x80\x4b\xe7\x97\x85\x99\xf9\x75\x7a\x29\x1a\x24\x39\xb0\xf2\xab\xde\x07\x3d\x8d\x7e\x64\x5f\xa7\xcc\x1b\xb1\xa5\x22\x33\x2b\x5a\x41\x6f\xd2\x6b\x6e\xa2\xf4\x24\xfd\x24\x01\xc6\x4d\x8a\xab\x8e\x50\xb6\xab\xd2\x05\x19\x8b\xb9\x88\xca\x9b\xf4\x99\x42\xaf\x37\xcb\x64\xe9\x8d\x03\xe2\xcb\xa6\x9c\xf9\x53\x2b\x8a\xf0\xfc\xe1\x61\x65\x3f\xff\xbc\xef\xb0\x1b\x7e\x00\x36\x11\x8f\x3f\x2b\x71\x34\xfc\x6f\xfa\x7c\xcd\xb2\xfc\xd8\x85\x58\x53\x3f\xfc\x49\x2d\xa5\xae\xb7\x42\xa9\xde\xf8\xc9\x7e\xde\xa2\xa8\x5f\x47\xfe\x8f\x5d\xfe\x93\x16\x8f\x07\xeb\xb7\xe0\x3f\xba\xa0\x33\x7d\x26\x53\x00\x92\x3a\x50\x2e\xbf\x2c\x36\x4d\x2e\x27\x6d\xc8\xa7\x16\x78\xc8\x1e\x61\x44\x0a\xcf\x57\x27\xcf\xd0\x5b\xca\x96\xeb\xc9\x9f\x6f\x93\xe9\x90\x9f\x4d\xfe\x07\xcf\x8a\xe1\x24\x03\x45\xf4\x73\xa8\x02\x64\xb9\x9f\xac\x5f\x63\x84\x3c\x3c\x3f\x07\xa4\x72\xa6\x20\xa5\x02\x3d\x41\xfa\x09\x5d\x72\x9e\x80\x03\xe7\xcf\x57\x83\x27\x96\x85\xde\xa9\x57\xce\x59\x4b\x79\x09\x4e\xa0\x27\xcb\x79\x08\x86\x73\x70\xdf\x24\x73\xd2\x20\xa7\x4b\x0f\x48\x57\x14\xea\xe3\xc2\x13\xd2\x2c\xdf\x29\x9d\xe6\xea\x4e\xa9\xcd\xbb\x1a\x4a\xeb\x32\x42\x09\xe9\x68\x27\xf1\x7a\x4d\xda\xa4\x83\xd3\xca\xa5\x43\x7a\x6f\x5b\xd5\x2c\xc1\x49\x06\x66\xd0\x7a\x39\x28\xc9\x18\x54\xc4\xd1\xff\x29\x55\x34\xe6\xf4\xc0\x00\x21\x3b\xb4\xd7\xcb\xb0\xd1\x8b\x49\x60\x79\x0f\x7e\x64\x5d\x26\xa5\xb2\xae\x40\xf2\x2c\xc1\x40\xc8\x0f\x79\x53\x96\x61\x93\x39\xf0\xfe\xe4\x11\xc7\x7a\x39\xa0\x55\x65\x24\x32\xd6\x71\x4c\x2c\x83\x3b\x3a\x67\xa4\x75\x70\x20\xb7\x32\x5e\x87\x2e\xe2\x1c\x4c\xfb\xa6\xba\xfb\x97\x42\x16\x3f\xa5\x36\x51\xac\xa4\x96\x5e\x86\x8f\xfa\x54\xe4\x24\x1e\x96\x0a\xcb\xc0\x0f\x82\x28\xdf\xa4\xb7\xaf\x8d\x94\x75\xd8\xd1\xc6\xab\x93\x25\x8c\xc6\xe9\xb4\x13\x37\xc5\x72\x7b\xe4\x07\x93\xcd\x92\x1e\xc6\xe8\xa6\x4b\xdc\x9f\xcf\x14\x7a\x37\x1d\x29\x55\x88\x87\x96\xc2\xb7\xce\x8a\xf4\xde\x81\x53\xff\x25\x25\xe8\xd3\x05\xad\x44\x79\x28\x99\x54\x95\xbe\x6f\x61\x80\x32\x09\xde\x01\x8d\x61\x5a\x16\xf2\xa0\x7b\x9d\x38\x63\x0f\x28\x49\x58\x6b\xd4\xa5\x48\xfb\x05\x2c\xdd\x3a\x07\x1d\x1f\x90\xae\xf5\x84\x92\x06\x3d\xf3\xa3\x36\xba\x3d\x56\xcb\x38\x8b\x13\x64\xe5\x12\xb0\xa2\x5c\x30\xb1\x23\xed\x3b\xd3\xf6\x4d\x59\x64\x1d\xd4\xe3\xbd\x01\x67\x0a\x73\x71\x81\x26\x5c\xbc\x18\xc7\x38\x59\x8e\xa5\x8f\x4b\x67\x9d\x76\x8b\x3a\xe5\xd2\x4d\xda\x49\x36\xd3\x03\x6b\xcc\x93\xbe\x2f\x64\x4d\x83\x94\x10\x6d\x7c\x8b\x10\x85\x49\x04\x8d\x28\xbc\x07\x59\x27\xf7\xe4\x83\xde\xcb\x2d\x06\x5a\x60\x9d\x3e\xe0\xb4\x50\x66\xcc\xa7\x50\xf8\x79\xa2\x07\x2c\xbf\x2f\xc7\x63\xb2\x8c\x8b\xe8\x5c\xbf\xaf\x33\xb2\x90\xe9\xdc\xe6\xd3\x91\x8f\x8b\x4b\xf3\xb1\x36\x4b\xa3\x47\x4e\x5c\xc9\xb6\x07\x34\xe1\xf4\x28\x37\xa9\x15\xec\x29\xb4\xa8\x19\x7f\x0b\xf2\xe5\xe0\xfb\x9c\x6c\xd7\xb9\x59\x5f\xf7\xa0\xf8\xe4\x0d\x0f\x39\xc0\x3e\xe7\xa6\x55\xcc\x5f\x2d\x5f\xfa\xd6\x6f\xe4\x53\x36\xca\x05\x89\x8a\x4c\xa9\xa6\xb3\xa7\x50\xfa\xbd\xa5\xcc\x56\xac\x2d\x8c\x55\xb8\xa4\xb4\x65\xb0\x04\xdb\x28\x8e\xcb\x7b\x53\x32\xc3\xac\xed\x57\x61\xd3\xc3\xe3\x82\x74\x1c\x13\xc7\xdb\x32\xa4\x03\xc7\xc0\x2a\x76\xba\x00\x17\x5f\x42\x78\x9c\x24\x73\xb8\x49\xf7\x2f\xf5\xda\x17\xc0\xa6\x2f\x78\x56\x60\xc0\x82\xb7\x7d\xf2\x31\x77\x88\x27\xdd\xf7\xb1\x19\xf1\x21\x2c\x46\xe1\x22\x6c\x05\x7c\x91\x39\x5a\x5e\xc2\xfc\xa8\xdb\xd8\xc9\xa4\xd8\x1e\x76\x10\xb5\x9b\xb4\x8c\xca\x1c\x59\x60\xf4\x7c\xcb\x58\x68\xd3\x80\x60\x87\x93\xb9\xc9\x6d\x92\xc1\xe8\xe6\x67\x20\x27\x8b\xe4\xc9\xe0\x20\xb0\x0a\xcc\xc0\xd0\x08\x9d\x0f\x18\x63\x5d\x1c\x8d\x2f\x28\x5a\x1d\x90\x1a\xb7\x8d\xf0\xe5\x57\xf8\xb3\x3d\x7f\xfa\x92\x8f\x6a\x7d\xd3\x7c\xa2\x3f\x2e\xaf\x29\xe2\xd7\xb1\xf1\x31\xa5\x97\x9f\xe8\x47\x6a\x1a\x28\x71\x02\x23\x5c\x97\x5f\x0f\x3b\x91\xd3\x4d\xbe\xdd\xdb\x54\x24\x29\x0f\x14\x70\x5d\xf6\xad\xb6\x94\xda\x67\x02\x6a\x6f\x19\x00\x31\x78\x20\xb3\x8c\x80\xe0\x82\x62\x01\x72\x00\xb2\xb6\x2e\x8b\x06\x1f\x03\x97\x83\xde\x63\xcd\x2c\x63\x1c\x46\xa6\x48\xd6\xd5\x09\x9c\x6d\x5d\x68\x04\xcc\x83\xcb\x89\x71\x59\x09\x9e\xf7\xcf\x7c\x6b\x8c\x26\xa8\x8b\x75\xd9\x96\x3e\x5e\x21\x35\x11\x28\x85\x2b\x2b\x4c\x1f\xfc\xd2\x06\x9b\xe4\xf2\xe9\x68\x22\x1f\x15\xd9\xfe\x2c\x19\xca\x66\x52\xfc\xa7\xd0\x0b\x35\x16\x54\xcd\x23\x2a\xa8\xd3\x9f\xa6\xf0\x72\x87\x52\x5a\xdd\x4a\x87\x6c\xee\x7d\x4a\x65\xa3\x9c\xf9\x55\xb7\x34\xcc\xbc\x90\x0d\x67\x76\x4f\x45\x4d\xf9\x9c\xb5\x1c\x7e\xe0\x04\xa8\xb7\xaa\x75\xd1\x91\x56\x24\x1a\xb2\xc1\xab\xad\x36\xbc\xba\x4b\x11\x06\x6a\xf4\x76\x75\x2a\x22\x1e\xc5\x2d\xc7\x1b\x88\xad\xa3\x78\x03\x27\xb7\x3d\xab\xda\xd4\x1f\xa1\x86\x3b\x74\x41\x6a\xed\x67\x9a\xfc\xe8\x69\xc8\x84\xfa\xca\x87\x42\x5f\x75\x97\x33\x52\x66\xdb\x0f\xf3\xce\x00\x05\x1e\xb9\x2c\x41\x12\xce\x0b\x0e\xaa\xbe\xbc\x3b\x4b\xfb\x5b\x92\x2b\xf8\x40\xa9\x2c\x66\x0d\x9b\xa6\xc9\xed\x21\x33\x10\xa3\x85\xd1\xcd\x40\x0d\xce\x42\x87\x84\x18\x38\xb2\xf0\x8e\x70\xf9\xca\x52\x6f\x8f\x99\x25\x71\x92\x17\x20\x83\x8b\xd0\xfb\xed\xa9\xd7\x9b\x8e\x7d\x5f\x7d\x56\x43\xde\x29\xaa\x41\x25\xc6\xd1\x32\xba\x80\x3b\xde\xa5\x10\x07\x17\xc7\xb8\x65\x70\x01\xb7\xb8\xcb\x68\x82\xe8\x87\xe6\x6b\x9a\x49\x07\x1c\xd3\x80\xa4\x86\x37\xf9\xd1\xc3\x84\x50\x0a\xca\xc7\x3a\x0b\x5c\x50\x70\xad\xaf\x06\xbf\xb0\x1b\x9b\xf1\x80\x40\xfe\x96\xd0\x05\x03\x47\xd0\x6a\x28\x0f\x9f\x4f\x97\x43\x1c\x5c\x93\x51\x3a\x0e\xff\x35\xd3\x05\x7b\xf0\x47\x2a\xa2\x7f\xf4\x5e\x60\x83\x28\xb7\x66\xaf\xbc\x13\x99\xde\xa4\x3c\xb0\xf9\xd3\x9a\x04\x59\xdc\x6c\xad\x1c\x99\x3d\x07\x30\x3a\xb1\xae\x9a\x65\xd2\x4c\x3d\x5e\xfa\x33\x85\xb7\xc2\x8f\x2a\x69\x4e\x18\x99\x33\x8b\x70\x0a\xe5\xcc\xe4\x6e\xc5\x7d\x64\x2b\x18\x98\x10\x45\x62\x60\xc2\x38\xaf\x90\x8c\x9a\xf9\x43\x08\x65\xfe\x48\x40\x9a\x6a\xbf\x5a\x95\x7c\xfa\x93\xf3\xc9\x9d\x75\xdc\x84\x82\x45\xd9\x6d\x7f\x20\x2a\x1c\xce\x7f\x9c\xd8\xfc\x00\x0a\x78\x2d\xba\x3a\x87\x09\xd8\x84\x98\xfd\x11\x7c\x8e\xa3\xc0\x33\xa4\x45\x04\x7f\x22\x83\xad\xee\x28\xe7\x35\x14\x53\xe2\x61\x3b\xcb\xff\xd3\xa3\x69\x54\x26\xbd\xc5\xf3\x73\x84\xac\x6a\x84\x7a\x0c\x1b\x3d\x2f\x7a\xef\x04\x81\x69\x64\xd2\x83\x14\x5a\x37\x3c\x15\x59\x37\xb0\x64\x8a\x9c\x70\x72\x75\xbd\x3a\xca\x2a\x85\x72\xf0\x4f\x04\x9d\x63\xed\x9f\x47\x26\x65\x79\xcd\xf2\xa7\xc3\x9a\x84\xb2\x16\xc1\x74\x76\xd0\x05\x5c\xa1\xcb\x41\x17\xa2\x27\x0c\x1a\xe0\xe5\xc1\x52\xe0\xfd\x7b\xe2\xf3\xe3\x76\x67\xd3\xe4\x5b\x7f\xa6\x1e\x1b\xc7\xf9\x56\x7e\xbe\x0b\xd1\xe2\x58\xfb\xe7\x81\x11\xeb\x98\x0c\xe7\x81\x51\xa6\x28\x0c\x07\x77\x0c\xab\x1b\x0a\x7a\xa0\x1a\x8c\x1a\xc8\x89\x6e\xa0\x8e\xce\x90\xc5\x93\xdb\x21\x85\x67\x8c\x69\x35\x6c\xaa\x82\xa9\x5c\x82\x09\xd4\x08\x90\xe1\xdc\xde\x04\x50\x5b\x03\x0d\xc4\x99\x4a\x30\x81\x12\x4b\x10\x98\x00\xaf\x85\x97\x61\x02\x11\x03\x43\x46\x0e\x4f\x2e\xd6\xf0\xc3\x84\x79\xfc\x0d\x1b\x5f\x43\x70\x3a\x02\x6e\xac\x81\xb0\xc1\xee\x57\xf0\x87\xc2\x4b\x80\xe5\xd8\x0f\xbc\x00\x5e\x03\x0b\xa8\x86\x54\x70\xed\x11\x4a\x86\x34\x21\xda\x96\xc1\x05\xd9\x00\x0a\xac\x5f\xb3\x5b\xc7\x62\x59\x68\x64\x31\x5f\x4c\xc9\xb2\xc8\x67\xc3\x02\x18\x20\x08\x9b\xb3\xfd\x9f\xa5\x84\xf2\x56\xc2\xb6\x1b\xbe\xed\x69\x59\x43\xa1\xa0\x9e\x55\x72\xf6\x10\x76\xa8\x32\xfa\xd7\xa7\xb7\x7e\x9d\x7f\xd6\xfc\xe8\x45\x82\xa9\x9c\xd2\x7f\xc6\xa2\x30\xb6\xe0\x59\x41\xa9\xa4\xd2\x52\xad\x0f\x93\x29\x93\x28\x64\xd3\x0d\xfb\x31\xd8\x48\x06\x21\x70\x3f\xb2\x0c\x3a\xe0\x45\xeb\x72\xc4\xfc\x0c\x79\x46\x0e\x75\x48\x1b\x3f\xf0\xe2\x24\x53\xed\x05\x65\x21\x85\x03\x64\xda\xe3\x01\xe0\x6e\x4d\x0b\xa9\xe7\xcf\xb7\x2b\xca\xaf\x02\x44\xf6\xb4\xa2\xe0\x6d\x9c\x48\x67\x52\x9a\x9a\x92\x45\x0d\xa4\x6e\x4d\xfb\x2e\x41\xd3\xae\x89\x54\xc2\xfa\x56\x10\x89\x9a\x99\x9c\xb8\xac\x6a\x2a\xb2\xff\x08\x81\x31\x27\x4b\x4d\xa3\x1c\xbd\xb1\x3b\xa7\x03\x65\x96\x23\xa4\xf1\x8a\x34\x83\xac\x29\xfc\x8a\x59\xc3\x11\x5f\x31\x1d\x2a\x71\xc3\xd6\xc4\xab\x82\xd6\x9e\x7e\x86\x00\x53\xcf\xb0\x1b\xf5\xca\x01\x4d\xb4\xaf\x65\x40\x42\xbc\x4b\xd3\xd7\x42\xbc\xd3\x59\xd3\xf7\xcf\x30\xc2\x44\x5f\x3d\x7f\xba\x07\x0c\xd4\x37\x0c\x3d\x3f\x6a\x5f\xc3\xc3\x13\x9b\x26\xb3\x2b\xa6\x01\xfb\xb9\xd6\x80\xc1\x07\xa4\xa2\x85\x62\x56\x2d\xd4\x17\x3d\x10\x08\xe1\x04\x5d\xbf\x96\xe3\x2b\xda\x9f\xba\x04\x42\xb8\xa5\x66\x81\x6c\xae\x36\xa5\x92\x58\xec\xb1\x85\x88\x82\x15\x16\x46\x72\x1a\xe5\x74\x85\x1d\xba\x30\x73\xe0\x14\x45\x8e\x38\x79\x6a\xb5\x1c\x39\xa2\xcf\xfc\x69\xb6\x66\xdc\xcb\xba\x0d\x4e\x35\x4a\x81\x40\x5b\x6b\x99\x89\x38\x2e\x39\xe2\x3f\x11\xba\xd6\xe2\xe0\x85\x51\xb3\x1c\x57\x17\xa1\x6e\x58\xc2\x95\x79\x5f\x7e\xd9\x92\xa9\x5e\x66\x0b\x66\xda\xb0\x04\xd0\x16\x8b\x00\x14\x27\xf2\xd5\x21\x27\x5a\xe6\x40\x11\x27\x62\xe2\x18\x94\x30\x33\xe4\x4d\x1b\xcc\x9e\x98\x64\xb6\x87\xf4\xb8\xe8\x8f\xdf\xad\x9c\x3d\x15\x09\x22\x50\xfe\x8c\x4c\x7b\x7f\xfa\x71\xb5\x4c\x09\x07\xeb\x9e\x56\x24\x7c\xb1\x63\x36\xda\x2a\xd4\xa5\xb2\x03\x4a\xb3\x8e\x5d\xb7\xed\xd4\xce\xd4\x2a\x20\x45\xe5\xb5\xd4\xda\x70\x45\x87\xb2\xf9\xff\xfc\xb9\xf4\x69\x85\x92\xa3\x92\x2d\x45\xe4\x0a\xa0\x0f\xcb\xe0\x06\x62\x0f\x2d\x83\x1b\x3a\xc0\xde\xa5\xb0\xfd\x95\x58\x43\x4b\x51\xfb\x07\x37\x97\x4b\xc0\x87\x8b\x37\x0e\xcb\x31\xfc\xe7\x43\x79\x1c\x03\xca\x3c\x9a\x41\x5a\x51\xb5\x54\xa3\xf6\x11\xbc\xc2\x36\x74\x80\x2a\xcb\xd8\x06\xb0\xdc\x4b\x60\x86\xf3\xc2\x20\x15\x7c\xa1\xc4\x17\x2b\xf8\x42\x25\xf4\xe6\xda\xce\xea\x32\x52\x66\x6d\x82\xff\x69\x73\x52\xca\x72\x38\x60\x02\xea\x63\x3b\xca\xe4\x08\x65\x23\x04\x1b\x53\x91\x33\x2a\xd7\x30\x6b\x3b\x6e\x2f\x7c\xb6\xcd\x75\x88\xd9\x8d\xa5\x93\xb5\xc2\x78\xc6\x22\xd9\x40\x63\xa8\xd5\x0f\x15\x8e\x7c\x6a\xd3\x8b\x41\xfa\xa8\xff\x50\xcc\x63\xaa\xc1\xd6\xa2\x3f\x78\x87\x4b\xaa\xfd\xc9\x45\x6e\x86\x50\x54\x8d\x4a\x90\x98\x65\x60\x43\x1a\x11\xb0\xa1\x02\xd9\x5f\x0e\xb8\x71\x65\xaf\xbf\x7d\x5e\x47\x9e\x38\xfc\x06\x2f\x68\x97\x90\x0c\x95\x68\x08\xeb\x6d\x5e\x41\x79\x28\x7f\xc0\x79\x31\x91\x0e\xc5\xd1\x01\x5d\x2f\x27\x10\xb8\xb2\xd5\x1d\x6e\x23\x47\x57\x63\x13\xc2\x1e\xc6\x26\x9c\x80\xc7\xd6\x3b\xc9\xfa\xa1\x7c\x6c\x83\x3f\x15\x52\xe3\x24\xe4\xd7\x7a\x3b\x03\xff\x15\x8a\x61\xe5\x53\xed\x9e\x16\x0a\x96\x48\xb5\x16\xb1\xb8\xb3\xde\x1c\xa8\xd8\x86\x6f\x27\x02\xca\xc8\x62\xf0\x42\xfa\x62\x3b\x82\x9d\x30\x1a\x61\x92\xb7\x8f\x54\x68\x3a\xc1\x1a\xce\x13\xa4\xee\x12\xac\xa1\xce\xcc\xb4\x25\x53\x06\xea\xe0\x0d\xb0\xf7\x7b\x63\x81\xa7\x11\x1b\x39\x3d\xa4\x67\x0c\x1b\xd6\x30\x86\x33\xf7\x47\x1f\xfb\x75\x4e\xf6\xc6\xc7\x02\x07\xc6\x14\x8c\xa1\x64\xd1\x3e\xe1\x84\x09\x39\x74\x6b\x91\x1f\x15\xf0\x94\xad\xf9\xd1\xb1\x1c\xd8\xf3\xfa\xe8\x7e\x81\xa8\x09\xeb\x63\x01\xd3\xd3\xbe\xed\x52\xf8\x52\x68\x88\x92\x3d\xad\xb8\x1d\x95\xc0\x1c\x4b\x69\x08\xce\xe7\x47\x9d\xc4\x00\x7d\xac\x8f\x63\x63\x1d\xf0\x9e\xb2\x10\x94\x23\x1d\xc7\x86\x1e\xe3\x6f\xc9\x4d\x30\x10\xd6\xe0\x63\x61\xc4\xce\xfc\xa0\xae\x90\x5b\x1f\xee\x13\xf0\xff\x18\x28\xc1\x03\xde\xf5\xc1\x11\x3c\xf3\xad\x64\x35\x4b\xf2\xf1\x7d\x7c\x34\xc0\xc7\x9e\xe0\x5c\xa8\x7d\x7c\x82\x1a\x29\xb4\xc5\x73\xa5\x50\xbb\x61\x84\x92\x3a\xcd\xe5\x1b\xb8\x89\xa8\x84\x8f\x01\xba\x84\xf8\x5d\x4e\x35\xc0\xe3\xdf\xe5\x48\x21\xd1\xfd\x1f\x6e\xf8\xd8\xe5\x1f\x34\x5f\x66\x57\x4e\x1f\x9e\xe6\xac\x8f\x9f\x04\x10\xc5\x71\x7d\x71\xfe\x71\x42\x56\xce\x80\x12\x27\xa2\x73\x06\x10\xeb\x76\x7d\xd1\x4a\x35\xa4\xe4\x05\xf3\xf7\x35\x5f\xc0\x41\x0e\xf8\x71\x02\xb3\x5e\x5f\x0b\x13\x46\xf2\xc5\xaa\xc1\x4f\xf1\xe5\x74\x75\x85\x94\x6c\x63\xe6\x85\xce\x28\x05\x1e\x12\x38\xa3\x70\x1d\xbe\xbe\xf6\xfb\x1f\x48\x69\x62\x81\x64\x5c\xb6\x63\x1e\x4a\xc6\x08\xce\x2b\xa1\x38\x2a\xe8\xd2\xf5\xe5\xe0\x85\x1f\x47\x41\x43\x2a\x40\xdd\xf5\x35\x0b\x8d\xfc\xa8\x5b\xcc\xe7\x47\x8d\x8a\x2d\xe4\x24\x03\x93\x10\x44\xeb\x9b\x10\x03\x50\xb6\xa0\x91\xd8\x8e\x1f\x92\xad\xf8\x35\x9a\x86\x20\x44\xcb\xe1\x43\x78\x73\xb4\x8c\xd9\xb8\xa2\xd1\xbf\x1c\xc2\x10\x41\xce\x23\x50\x60\xb6\xaf\x2f\xa4\x80\xaf\xaf\xaf\x39\x66\x86\xf2\x36\x9a\xf9\xd3\x93\x87\xf0\xff\x6e\x8b\x03\xc6\x69\x54\xce\xf9\xfc\x6a\xff\x06\xf3\xae\xf0\x21\x67\x14\x9e\x12\x09\x54\x40\x7f\xeb\x67\x60\x15\xf8\xf4\xf5\x1b\x7e\x5c\xd6\xa1\xd4\x05\xa2\x77\x2e\xc5\x16\x69\xaf\x87\xf2\x85\xde\x84\xf2\xd9\x0a\xd6\x13\xfa\xe3\x8c\x28\x71\x96\x81\x41\xf8\xd5\xf5\x83\x11\xf3\xa9\xd6\x6f\xa6\x49\x73\x9e\x07\xfd\xf3\xad\x66\xe1\x98\xfa\xf3\x69\x8a\x50\x9e\xeb\xe7\x20\x02\xb1\x8f\x88\x26\x12\xb3\xc7\x49\x08\x06\x71\xd0\xd7\x0f\x2b\xa8\x85\xfc\x68\x2c\xf4\xc8\x4e\x1e\x78\x48\xf0\x8f\x92\x2b\x12\xa1\x3f\x5a\x6e\xd8\x85\xfe\x68\xaf\xf4\xc0\x20\x3b\xc2\x36\x2d\xa1\x3f\x1a\x08\xa7\x05\xfa\x83\x97\x9d\x4b\x70\x8f\x8b\x88\x65\xcb\xa8\x8d\x51\x38\xff\xfe\x8c\xf5\x0f\x94\x40\xa8\x8d\x96\xbb\x1f\xe5\x16\x68\x71\xe8\x2b\x42\x48\xcb\x4d\xcb\xcf\x48\x7f\x02\x59\xad\x1f\x2e\xe1\x2b\xa5\x36\x4a\x2c\xcd\xb6\xc2\x7c\x34\xce\xdc\xdb\x51\x3e\x3a\x6f\x11\xf6\x0b\x4e\xe8\x21\x8b\x3b\xf8\xb7\x0f\x65\xbf\x90\x49\xd6\x15\xfb\xe5\xdb\x29\xb4\xc3\x56\x14\x90\xc6\xab\xe7\xfd\xe2\x72\xd2\x42\x73\xbf\xf0\x28\x5f\x29\xb5\xc9\xd7\x53\xaa\x55\x3a\x42\xc9\xae\xe7\xcc\xbb\x5f\x8e\x3b\x43\x9c\x88\x2d\xe4\x48\x03\x16\xb6\x05\x1c\xb9\x08\x17\xb3\x15\x4e\xa4\xbd\xf2\xe3\xcd\x55\x0d\x20\xd0\x56\xde\x82\xc6\xc5\xd0\x7e\xf9\x8d\x00\xf8\xf0\xfd\x82\x6b\x2c\xb7\xb7\x92\x13\x74\x9e\x6e\x6d\x25\x27\x68\xb8\x23\xf7\x0b\x75\x55\x99\x3f\xe4\x09\x53\xb2\xdc\x01\xaa\x41\xba\x58\x79\xed\x97\x11\x45\x18\xe1\x5b\xa8\x92\x86\x2b\x75\xbf\x60\xb1\x8b\x0e\xdd\x4c\xd5\x78\xd4\xba\x15\xa4\xa4\xe1\x0b\xdc\x2f\xec\xe5\x9e\x42\x5f\x30\x5d\x34\x8a\x31\x54\x19\xe8\x36\x72\xa4\xd0\x28\xd6\x50\x67\x30\x9b\x2e\x31\x47\xe6\xb9\x93\xf9\x93\xec\x71\x2a\xc4\x9b\xd2\x1a\x9d\xa9\x47\xd9\xf1\x4a\xca\x6e\xfb\x22\x7d\x3f\xcc\x7e\x16\x2e\xfb\xc0\x8b\x78\x85\xd4\x0c\xd9\xfd\xb2\x0f\x24\x8f\x77\xc0\x3e\xe0\x28\xcb\xcd\x7d\x20\x4f\x8e\x90\x6f\xfd\x5a\xa0\xec\xb9\x19\x50\x5a\x23\x1b\xe9\xfb\x98\xee\x01\x65\x28\xb2\x4a\xf7\xcc\x16\x67\x28\xaf\xd1\xa0\xd6\xa9\x3d\xc8\x6c\x39\x7c\xc9\x28\x47\x0a\x87\xfe\x9c\x50\x96\x43\x35\x6d\xda\xdc\x18\x8c\x6c\xc2\xc4\x21\xd5\x3f\xf8\x54\x41\x4a\x1a\xb0\x95\x7d\xf8\x86\x82\x08\xad\x1b\xac\x0c\x0a\x73\x0b\x2b\xd3\xb2\x7b\x0f\x4b\xa9\x42\x87\x30\xb7\x6b\x2a\x9a\xae\x88\x1e\x2d\xcd\x57\xa1\x07\x98\xd0\x0f\x69\x0b\xb1\x32\x47\x86\xce\x14\xb8\x91\x94\x0b\x1c\x33\x36\x81\x49\x80\xcd\x6f\x05\x26\x29\xc0\x41\xb6\x12\x32\x34\x1e\x07\xed\x83\x8b\xad\x87\xd4\xbe\xe7\x3a\x7e\x1f\xf8\x9b\x47\x9a\xf1\x81\xbe\xa6\x54\x28\x76\x58\xcc\xc0\x1b\x9e\x85\xee\x93\xac\xc3\x07\x94\xb8\x08\xf6\x3b\xc3\x36\x03\xd2\x56\x17\xeb\xad\x08\x27\xa5\x3e\x85\x7a\x00\xf0\xca\x9f\x8a\xbc\xda\xd3\x22\x76\x1f\x85\xe6\x22\xab\xff\xad\xf8\x26\x05\xaf\xf0\x3e\xb9\xa3\x78\x0a\xab\x82\x12\xbf\xa0\x94\x41\xbe\x85\x92\x0a\x4f\x8b\x92\x34\x25\xe3\x30\x9c\x98\x10\x5b\xdb\xb8\x9b\x23\x14\x48\xc6\x42\xcf\x97\x04\x1f\x92\x46\xd1\x4b\x1a\x2f\x51\xf6\x09\x93\xfc\x6d\x8a\x6f\x47\x36\x21\x02\xc6\x76\x60\x93\x51\xce\x90\x7e\x22\x3a\xa1\xc4\xef\x68\x95\xd3\x42\xe8\xca\x97\x12\x07\x25\x5f\x7e\x55\xc6\x6c\x70\x3c\x4b\x35\xdb\x1d\x67\x54\xdb\x1d\x67\x71\xac\x01\xd1\x12\x0a\x69\xd2\xc0\xfe\xef\x13\x0f\x74\x4d\xad\x96\xd1\x93\x21\xfb\xc1\xc1\xcc\x2c\x5b\x3c\x5d\x69\x52\xf7\x04\x35\xd5\x5a\x83\xf8\xec\xbd\x8b\xe5\x13\xfa\xa4\x0c\xf5\x07\xa1\x5c\x86\x2d\x11\x04\x89\xc0\x39\xed\x55\xf3\x23\x8c\x35\x20\xd5\xbf\xe7\xd3\x8f\xff\x4c\xa1\xe0\x18\x57\x0a\x7d\x5a\x64\xd9\x05\xaa\x69\x20\xe2\x77\x30\x35\x6c\xb6\xe2\x57\xb1\xc7\xa4\x47\xd3\x5e\xcb\x92\xd2\xfb\x20\x90\x49\x28\x98\x46\x2d\x35\x69\xc1\xd8\xa6\x05\x01\x65\x5b\x6d\x3b\xa4\xca\x24\x58\xd9\x56\x0c\x95\x06\xd2\x7e\x17\xbc\xd0\x08\x7b\x85\x54\x29\x18\xd4\xdb\xe0\x1c\x22\xf0\xed\x62\x97\x34\x7a\xbe\x98\x0f\x61\x59\x80\x3a\xdc\x54\x6c\x01\x75\x0a\x56\xfa\x2e\x9c\xff\x27\xdd\xb3\x0b\x1a\xef\xc0\x16\x36\xa7\xbd\x32\xb7\xe6\x92\x4c\xc9\x16\x7b\xa7\xe7\xb6\x98\x0b\x42\xb0\xd8\x6c\xca\xe2\xfa\xba\x0b\xe5\xa3\x40\x28\xed\xd5\x98\x4a\xe0\x5d\xa9\xd4\xde\x4d\x37\x78\x71\xf5\x75\x41\xa9\xf9\x16\xca\x36\x52\x09\xa9\xc8\xfc\x2c\x88\xb3\x6c\xc4\xe6\xb8\x6c\x3b\x23\x25\xae\xe1\xe6\x3b\x94\xe2\x9d\xc2\x2f\x0a\x89\x52\xa2\x1f\xae\x30\x08\xa4\x11\x59\xcc\xd4\x85\x7f\xd9\x96\xf4\xbe\x1c\x28\x82\x67\x4b\xfb\xf2\x21\x1d\x3f\xd3\x56\xfe\x8d\x93\xb7\x75\x5b\x11\x53\x1a\xf8\xf0\x7d\x71\x32\x9b\x21\xbb\x80\x2a\xf9\x74\x68\x20\xa9\xc6\x98\x11\x66\x47\xbc\xd3\x32\x10\x79\x92\x80\xf4\xef\xcb\x8c\xd4\xd2\x39\x33\x12\x22\xf5\x42\x0d\x22\x27\x0d\x09\xe2\xd1\xec\x76\x52\x8f\x96\xde\x38\x77\x70\x4d\x19\xa3\xa2\x73\x8b\x9e\xa7\x1e\x2b\x5b\x58\xf2\xf2\xed\x19\x0b\x7b\x39\x9f\x64\x3a\x04\x40\x68\xa6\x50\x92\x0a\x49\xad\x08\x29\x57\x14\xf1\xe5\x9c\x06\xc8\x42\xa3\x85\x7a\x44\xec\x65\x8e\xcc\x2c\x13\x22\x85\xf6\xad\x02\xd3\x57\xb9\x91\xae\x4c\x8f\x9c\x8b\xc4\x15\xdd\x17\x86\x7b\x66\x60\x8b\xe9\xfb\xdf\xce\xef\x4d\xd8\x13\xb0\xb9\xdb\xc8\xa1\x0b\xf7\xcf\x16\x74\xe8\x2c\x6c\xc3\xea\xa0\xea\xaf\x50\x97\x26\x3d\x3f\x9a\x23\x06\x94\xf8\xf5\xa9\xc5\xf6\x0e\x12\xbf\x3a\x17\x21\x42\x4b\x40\xa1\x06\x5a\x7f\x3b\x06\x0a\xaf\x47\x76\x75\x64\xd8\xf6\xb4\xe1\x49\xee\x50\x1a\xe4\xa0\x1a\x7b\x19\x10\xea\x20\x8a\x78\x9b\xb1\x6b\x78\xb9\x42\xfa\x8e\x19\x7b\xb0\xda\x38\xc3\x48\x27\x24\x0a\x2f\x37\x76\x45\xda\x3d\xa5\xb6\x1d\xaf\xb4\xa3\xce\x8f\xd4\x6b\x18\xdb\x95\x5f\xe1\xd9\x7c\xfb\xd5\x46\xa0\x51\x31\x29\x57\x63\x5b\xb0\xa2\x03\x37\xdf\xae\x36\xf7\xd3\x3d\x9b\xfb\xbc\x1d\xd9\x0e\x7c\xd2\x32\x5f\x8b\xde\x32\xb5\x56\xad\x3d\x85\x74\x96\x45\x31\x8f\xc2\x32\x95\x23\x24\xaa\xad\x3a\x45\x61\x16\x05\xae\xe4\x47\x6b\xd3\xcc\x1e\x01\x4c\x58\x5b\x39\x16\xb2\xd9\x2a\x62\xf2\x95\x42\x59\x8e\x23\x94\x61\x14\x4f\xad\xde\x5d\xaf\x54\x2b\x4d\x8b\x09\xe7\x70\x26\x83\xac\x2e\xbb\x81\x2d\x81\xf5\x1a\xc6\x3f\xf2\xb0\x01\x63\x87\x87\x9d\x65\x65\x72\x7b\xb8\x1b\x17\x31\x4c\x4a\x73\x78\x9e\x52\xf3\xaf\x6c\x83\x91\x6f\x61\xb8\x0a\x69\x16\xa3\x55\x3f\x3b\xc1\x9d\xbe\x9b\x4f\x85\x58\xf8\xcd\x32\x90\xd7\x19\xbb\x61\xe2\xa3\x8b\x1d\xd4\x84\x17\x49\xdb\xa9\x54\x78\x47\xb4\x1b\x3c\x34\xa0\xe4\xa0\x86\x71\x9b\xf1\xd4\xd9\x80\x0d\xbb\xae\xa5\x91\xbb\x7b\x00\x21\xb7\x92\xae\x0c\x5e\x11\xed\x66\x05\x8a\x60\x6b\xe6\xa8\x99\x2f\x8d\xf1\x63\x3f\xb6\x45\x5f\xf3\xad\xb9\x06\x95\xd9\x6c\x9f\xa1\x24\x94\xad\xe5\x8c\xb4\x68\x32\xfe\x73\xa4\x68\xe6\x2f\x04\x54\xb3\xe2\x45\x94\x0a\xab\xd4\xc0\x61\x6e\x61\x95\x12\x8c\x6b\x3b\xa4\x0a\x2f\x3e\x77\x03\x57\xdd\xf2\xa3\x1e\x92\xa6\x33\x96\x88\x33\xd5\xd8\x2c\x40\x9d\x37\x07\x50\x9e\xa9\x75\xa8\xc5\xd4\x6a\xbf\x41\xcb\xa7\xd2\xa0\x23\x94\xd2\xd4\x5f\xf9\x54\x8c\x98\x79\x94\x3a\x3f\xc2\x2d\x3a\x91\xc6\x64\x21\xbe\x0a\xaf\x77\xb6\x21\x4f\x3d\x56\x67\xb7\xe3\x82\xee\x18\xc5\x44\xd8\x8f\xdd\x1d\x57\x87\x65\xed\x80\x07\xd8\xf0\xc6\x34\xf5\xff\x10\xb5\x70\x77\xc7\xaa\x27\x92\xe7\x16\xfc\xa9\xe0\x78\xdd\x82\x3f\x9d\x17\x27\x52\xe1\x9d\x1a\xd7\x78\xbb\x3b\x92\xee\x4c\x99\x39\xa0\xa5\xd0\x53\x47\xcf\xe1\xdd\x96\x5a\x97\xfc\x95\xa1\xa4\xa5\xd1\x82\x42\x46\x35\xa0\xae\x5b\xc0\xa8\x06\x02\x74\x0b\x09\x55\x9e\xe9\xd0\xa9\x83\x5b\xa3\x0d\x10\x8a\xb7\x25\x5b\x40\xa8\xa3\x94\xb4\xa1\x53\x08\x78\xd5\xdd\x1d\x2c\x9f\xc0\x9c\xbb\x63\x1a\xb6\xd4\x7b\x9f\x8a\x80\xcf\xed\xee\x30\xce\x57\xca\x96\x5b\x49\x87\x6c\x28\x8e\x94\xbe\xb5\xb4\xe9\xd1\xc7\xdf\xb2\x5e\x46\x78\x23\x08\x3a\xbe\x10\x84\x46\x97\xb0\x04\xbd\xba\x15\x5b\xe5\xca\x09\x8e\xd8\x2a\x38\xa6\x77\xdf\x74\x21\xdf\x6e\xfd\xe9\x6f\x87\x2f\x7b\xb8\x4c\xdc\x0a\xae\x72\x10\x03\x6d\x2b\x7c\x4a\x39\xd9\x15\x42\x49\x35\x90\x9c\xdb\xc1\x53\x2e\x5c\xd3\x5b\xb0\xa8\x06\x4a\x70\x0b\x15\xd5\x80\x75\x6e\x81\xa2\x1a\x70\xb9\x3d\x26\x0c\xcc\xa7\x78\x34\x46\x48\x8d\x2b\xdd\xf1\x4b\x49\x3c\xe5\x7b\x84\x65\x42\x6e\x9d\x54\xf3\xe7\xdb\x23\x99\x90\x96\x62\x2d\xa4\x6e\x0b\x66\xea\x95\x10\x63\x51\x06\x6e\x30\x76\xe6\x30\x9b\x20\x28\xc6\x72\x87\x52\x56\x44\x9d\x50\x4d\x80\xde\x50\xee\x1d\xfb\xc2\x61\x54\x7a\x4e\x87\xc3\xc1\xed\x32\x6a\xa3\x13\x0a\x0c\x35\x58\xf9\x33\xbf\x0a\x23\x35\x43\xd9\x29\x86\x61\x23\x50\x54\x03\x20\xba\x87\xf9\x00\x95\x3e\x8c\xfb\xe7\x29\xcc\x56\x88\x95\x06\x7a\x6e\x2b\x5d\xce\x5d\x4f\xfe\xec\x2a\x64\x0e\x74\x5c\x05\x59\xb7\x05\x98\x6a\x00\xba\xf6\x30\xc7\xb0\x33\x06\xa2\x2a\xff\xe9\x74\x8a\x9e\x33\x42\xea\xe4\xb1\xcd\x56\x60\x96\x42\x7c\xf3\x2d\x50\x54\x03\x9f\xb7\x03\x8a\xc2\xc6\x99\x78\xcf\x7a\xfe\x6c\xfa\xf6\x05\xe5\xa3\xe1\x0c\x29\xd6\x8b\x9f\x4b\x71\x59\xce\xfe\xb4\xb2\x7d\x76\x85\x12\xe4\x1a\x2d\xe3\xe4\x39\xe7\x99\x4f\x1d\xe2\x93\x37\x1e\x7b\x3a\x0a\x38\x03\x9b\x3a\x7b\xf0\xe8\x7e\x1b\x23\x05\xfa\x78\x0b\x22\xd5\x08\xbc\xb6\x15\xb1\xe5\x0c\x26\x7d\x4f\xcb\x23\xac\xc9\x69\x79\x94\xee\x4c\xe6\x87\x36\x6e\x4e\xeb\xc4\xbd\xdc\xd3\x8f\xfa\xb8\x96\xda\x20\xa2\x72\xfc\x9b\xcb\x33\x92\x42\x2f\x1e\xbd\x93\x13\xff\xf8\x0f\xcf\x32\xb7\xb0\x53\x0d\x70\xd2\x16\x74\xaa\x47\xac\x09\x3a\x55\x88\xac\xb4\x27\x5e\xb5\x19\x12\x2e\xa4\x3b\x7e\xb6\x84\x64\x9d\x60\x66\x1e\x92\xc5\x0c\x69\x7f\x30\x36\xd8\x34\xab\x61\x89\x4c\x33\x57\xe6\xf9\x3e\x53\x34\xd0\x47\x5b\xc0\xaa\x06\xee\x62\x4f\x63\x64\x0a\xfb\x40\xc0\xaa\x06\x60\x62\x3b\x9c\xcb\x0c\x23\x0a\x4a\x75\x46\x76\x2e\x73\x1e\xba\x56\x78\xa8\x47\x81\x2f\x79\x62\x01\x04\x6c\xf2\xe8\x70\x8b\xb7\x15\xa4\xa5\x45\x11\x2f\x5d\x3d\x87\x81\x05\x9c\x6a\xdc\xdb\xef\x85\x18\x9b\x29\xd4\xb6\xc4\x08\x5e\x93\xa5\x0c\xa9\xa5\x64\x9e\x17\x70\x70\xf8\x6e\x61\xec\x33\x59\x8e\x55\x40\x10\x5d\xa7\xf6\x6f\x71\xaa\xbd\xbd\x4b\x61\x6e\xdf\xf1\x0f\x32\x4f\x90\xe8\x7f\x14\x2c\xef\x37\xee\xc9\x87\xf4\x5c\x22\xba\x40\x00\xf0\x34\x66\x7f\x70\x12\xb0\xc1\x3e\x8e\xbf\xcd\x7d\xd7\xfe\x58\x0f\x60\x1d\x7d\x1c\x30\xfd\x29\xb3\x7b\x0a\x63\x45\xb7\xec\x8d\x1b\xb6\xfd\xb1\x35\x80\x89\xfc\xb1\xc2\xc7\xb0\x55\xa4\x82\xbb\x7f\xf4\x00\x61\xce\xbe\xf9\x4c\x7a\x0f\xe9\x8b\x0a\xae\xc2\xf6\x07\xed\x9c\xee\xfa\x7c\xcd\xa3\x90\xfd\xf1\x56\xe9\xf9\x56\xe1\x99\xd9\x38\x64\xd5\x78\xbe\xb4\xca\x18\x29\xfc\xea\x42\x90\xee\x6e\x87\x90\xa4\x8c\x67\x7a\x23\x85\xb6\x7a\x18\x8b\x42\xa4\xc7\x71\xa4\x8b\xf3\x72\xb1\x4a\x1f\xaf\x20\x62\x4e\xb7\xe8\xc1\x12\xef\x0f\xcf\x6b\xd0\xdb\x5f\xb0\x82\x30\xb1\xb2\xf2\xb7\xdc\x50\x7d\xcd\xd2\x3d\x9f\x2a\x4c\x25\x4a\xea\x6b\xe1\xc9\x3e\xd1\x05\x7b\xcb\xc5\x8d\x72\xf2\xb7\x5c\x0e\x29\xa3\x46\x01\xb1\x4f\x86\xfe\x49\xd0\x7f\x67\xe8\x6f\xb9\x9a\xd1\xe5\xfb\x3d\xab\x69\x51\x51\x7e\x9e\x36\xe0\x1f\xaa\x45\xc5\x23\x3a\x7c\xfb\x5e\xb9\x64\x74\x4a\xfe\x96\x6b\x9b\x2f\x17\xa4\x6c\x1c\x67\xe4\xef\xf1\xb0\xea\x1a\xbd\xe5\x12\x85\x64\x1b\x65\xa6\x50\xe2\x01\x96\xf9\x5a\xd2\xc2\xe0\x5f\xbf\x97\x86\x0f\x1d\x19\x61\x12\x39\xd9\xf9\xf8\x5b\xf4\x07\x71\x12\x5e\xf9\x11\xee\x61\x12\xf4\x8e\xa2\xa3\x22\x1c\x26\x01\x20\xaf\x93\xf3\xdf\x9f\xa6\x56\xb3\xcf\x4c\xa9\xfb\x13\x4a\xd2\x0a\x7e\xf9\x5a\x6b\x67\xa1\x7d\x91\x75\x96\xff\x60\x7c\xeb\x4e\xbd\xe5\x7a\xe0\x6b\x6e\x82\x61\xbf\x16\xac\xe1\x17\xdf\x4f\xf0\xe4\x63\xeb\x82\xfd\x88\x36\x71\xb6\x8e\x9a\xab\xc7\x1f\x56\x20\x86\xba\xee\xdb\x8f\x02\x3b\xfd\x90\x06\x33\xa4\xd5\x1d\x52\xf9\x67\x53\x6f\xa6\x22\x21\xf5\x30\xac\x94\x74\xe3\x6e\xe5\x82\xd4\xf9\x9a\x38\x12\xdb\x21\x14\x72\xe4\xfb\x99\x2b\x60\x83\x9f\x45\x05\x62\x58\x17\xe1\x37\x53\x74\x48\x3a\xcf\xb7\x72\xc4\xf1\x62\xd6\x09\xf8\x5b\xdc\x82\x3f\x27\x8e\x03\x2e\xb4\x7f\x5c\x18\xbc\x52\xaa\xc9\x9c\xf9\x93\x81\x31\x14\x2b\x55\x38\x48\xd9\xf9\x0f\x1e\x03\x39\x3b\xff\x5d\x0f\x7f\x3a\xb6\x39\x96\x9e\x2f\xc6\xc7\x05\xbb\xfb\x62\x3c\x3e\x3b\xe5\xc3\x68\xf1\x11\x39\x1d\x46\x8d\xc7\x55\xd1\x0c\x4a\x2c\x19\x5d\x8c\x17\xa3\xdf\x87\xd3\xea\x17\x3f\xcb\x1c\xce\xaa\x7f\xd9\x51\x7c\x53\xa7\x6f\xa6\x26\xa4\x82\xed\xcb\x42\xbc\xa9\x4b\x2d\x16\x28\x65\x50\xd4\x8a\x0c\x27\xe0\x6f\xe7\x53\xa9\xef\x04\x66\xc8\xe1\x71\xe4\xdb\x65\x32\x15\x6d\xfd\x9a\x42\x31\xdb\xd3\x1f\x8b\xeb\x99\x4f\xcd\x06\x47\x4a\x2d\x2c\x2e\x7e\x95\x15\xe6\xa7\xd3\xc3\xe9\xfa\xef\x6f\xe9\x83\xf4\xa8\xdd\x35\x37\x65\xf3\xf6\x0a\x79\xf9\x5b\x9a\x71\xd0\xcd\x23\xd5\x36\x77\x37\xdf\x76\x9d\xf7\xe9\x82\x4e\x90\x8e\x1a\x31\x06\x81\x17\xfc\x0e\x67\x38\x9d\xff\xdd\x7b\x2a\x12\x43\x9d\x2f\xe6\x76\xd1\x66\x0a\x1d\x58\x3d\x73\x2d\x57\x98\x43\x4c\x8c\x41\x74\x85\xeb\x45\xbd\x8e\x94\x72\x5e\xd4\x64\x5f\xd8\xf5\x62\x7d\x6d\xba\x37\xc6\x8d\x48\xa8\xd4\xb4\x7d\x71\x72\xd1\x61\x45\x4f\xb7\xda\x1a\x4e\xe9\x7f\x17\xa6\x5e\x7b\x1d\x26\x5d\x0a\x8b\xd1\x09\x99\x5b\x67\xa6\xd7\xd1\x8d\x5e\xe1\x31\x81\x70\x8c\x5e\x1b\x4e\xf7\x7f\xf7\x21\xe4\x4f\x7f\x9a\x3a\x90\x18\xf5\x84\x64\x9f\x0d\x48\xba\x5f\x20\xc5\x66\xcc\x99\xae\xc2\xdb\xc9\xaa\x1d\x5e\x61\x26\x50\x77\xd6\xa7\xaf\x3b\x87\x13\xf6\xb7\x93\xae\xeb\x56\xba\x9d\xf4\xf5\xf0\xb5\xce\x4c\x2d\xee\x1c\xcd\xeb\x40\x57\x5f\x0f\x79\xc8\xbd\x45\xcf\x97\x1b\x9c\x50\xf4\x94\xbe\x2d\xb8\x26\xa5\xea\xc0\xf9\x82\x32\x9f\xa4\x77\x76\xb8\x17\x1a\x91\xb3\xe9\x3e\x5a\xfc\x21\xc3\xef\x4f\xe1\x71\x1a\x91\x32\xf0\x99\xe9\xa6\x8a\x28\x3a\x6b\x4f\x54\x3a\xb0\x2d\xbe\x1e\x52\xd3\x7a\xd2\x75\x05\x33\x37\x7c\xf7\xa6\x24\x67\x4e\xba\x6a\xdb\xf0\x3a\x52\xf8\x51\x21\xf3\x6a\xfc\x43\x4b\xfb\x9a\xc9\xd3\xb3\x7c\xe2\x03\xad\x0d\x52\xb2\xe4\x1c\x50\xb7\x90\x36\xe8\xe8\xa6\xdc\x9b\x09\xa5\x18\x33\xa3\x42\xf9\x04\x30\x53\x8d\x92\x67\x8e\x03\x6a\xab\xfd\x54\xaa\x74\xa7\x23\xd5\xb0\x17\xe9\x8e\xdc\x9f\xb6\x0a\x6f\x4a\xa9\xd3\x27\xd5\xf8\xf9\xdc\xb8\xa0\xa6\x47\x9c\x42\xf1\x0e\x3b\x46\x17\xd7\xcd\xd6\xee\x4d\x79\x9b\x1e\xa9\xf5\x23\x61\x4e\x57\xa7\x65\x17\xeb\x41\xf8\x88\x4c\x80\x5d\x48\x99\x00\xdb\x11\x17\x8c\xad\xcb\xe9\x72\xd5\x7c\x6a\x41\xc1\x2a\x9f\xf6\x15\x5c\x6c\x09\xe7\xd9\xf0\x4b\xea\x9b\x5a\xba\x4b\x62\xcc\xd6\x3c\xc6\x8a\xdc\xa4\x44\x57\xc9\xa7\x5a\xc9\x92\x6a\xf4\x40\x89\xfd\x72\xe2\xf0\xa4\x1a\x69\xa5\x23\x95\x4a\xbe\x1c\xa9\xc5\xaf\xa7\x2e\x36\xe1\xb9\x79\x63\x9d\x6f\x15\x9a\xf3\x72\xfb\x45\x3b\xdd\x66\xcd\x4d\x89\x21\x90\x18\xc5\x87\xf8\xeb\x48\x61\x93\x38\x39\xa1\xac\x5e\x99\x10\xdf\x38\xf7\x17\x12\xae\x90\xe5\x36\xdf\xb2\xd3\x26\xe4\x2d\x89\xfc\x3c\xef\xa6\x6c\x26\x4f\x2a\x72\x54\x07\xbf\x32\xba\x49\xfb\x15\xd0\x85\xc4\x71\xb8\x8e\x7c\x2c\x26\xcd\x58\xa6\x36\x49\xc9\xa7\xe2\x91\x74\x01\x1e\x61\x28\x32\x35\xcf\x2b\x6d\x7c\xe5\xcb\xa1\x4e\xb0\x0d\xc8\xc9\x02\x8b\x50\xa9\x98\x22\x42\xab\x2c\xef\x98\xfc\x68\x61\x73\xe4\x53\x69\x4d\x27\xa1\xb8\x49\x8b\xdf\x96\x6a\xb5\x2f\x51\x7d\xc5\x18\xcd\x8e\x4c\x2b\xf2\x09\x45\x81\x95\xcd\x8c\x30\x12\x60\x53\x35\xa4\x9c\x7a\xe9\x91\x8f\xea\xd7\x99\x8a\x6c\xfd\x36\x26\xc8\xa0\xdf\xfe\xca\xaf\x72\x69\x1d\xe9\x83\xd9\xa4\x5d\x90\xcb\xdf\xe6\x57\x8b\x9c\x33\xbf\x8a\x6d\x6b\x5a\xf5\x85\x71\x2a\xfa\xfa\x4f\x57\x74\x19\xd5\xc7\xee\xf4\x85\xf5\xec\xe8\xf1\xcb\x0f\x9f\x60\x71\x07\x95\xc8\x42\x28\xa6\xc4\xe5\x3b\xb5\x9b\x52\x2c\x8d\xfe\x82\xd2\x52\x5f\x69\x62\x29\x78\x4b\xca\x7c\x29\xf4\x77\x2a\xfb\xfb\xdb\x8f\x87\xc5\xaf\x93\x6d\x4d\x9b\x93\xf9\x0a\x39\x5c\xda\x21\x75\xf3\xcc\x12\x5e\x66\xb0\x2b\x65\xb6\xd6\x5b\xfe\xfc\xba\x19\xbe\x35\xd8\xd3\x8f\x99\x6e\x52\x62\x10\x85\x4f\x72\x8e\x2b\xad\x20\x5a\x90\x51\x8a\x46\xd1\xce\x2b\x94\x72\x53\x4c\x64\xd4\x85\x85\x72\xa6\x26\xf1\x18\x5b\xf2\x0a\x8f\x51\xaf\xc4\xc9\xcc\xcc\x0b\x37\x55\x1e\x0a\x2e\x62\x7a\x95\x1c\x39\x32\xf3\xc2\x02\x49\x87\x38\x97\x64\xd1\xfc\x16\xe1\xca\x72\xdf\xbc\xd0\xa2\x8e\xb9\x19\x3e\x66\x48\xfb\x51\xda\x84\xd4\x66\xc6\xc8\x20\x23\xc6\xc9\x82\x3b\x34\x44\x7d\x9d\xf9\x56\xb3\xcd\x1e\xf5\x8d\x6f\x7d\x95\x7c\xab\x50\x0c\xc8\x34\xc7\x89\xa8\xc8\x08\xdd\xea\xb6\x28\xc0\x8a\xb0\xe9\xd4\x63\x7d\x84\x41\xa0\xa8\x11\x67\xac\x0e\x5d\xf8\x5e\x2f\x14\x59\x0d\x67\xa4\x50\x33\xdd\xbd\x39\x6a\x24\x08\x4d\xfa\x79\xed\xbf\xa5\x56\x65\x25\xa5\x42\x5d\x95\x14\x1a\x0a\x97\xfe\x2d\x4f\x1f\x8d\xda\x67\xd7\xb1\x66\x74\xfb\x7a\xbe\x10\xc0\xd5\x32\xe3\xa1\xbc\xcd\xb0\x10\x94\x3e\xa2\x45\x82\x28\xde\xc3\xdd\x21\x7a\x20\x30\x65\x54\x99\xee\x5b\x4b\xcd\xb4\x6f\x3b\x63\x99\x11\xf9\x95\x06\x3b\x52\x01\x1d\x5a\x58\xdc\x01\x1d\xea\x8b\x85\xd7\xf5\x6a\x0b\x87\xeb\x76\xb5\x45\x0c\x29\xda\xc3\xfd\xe9\x09\x69\x6e\x2b\xa9\xc8\x32\xab\x5f\x90\xb2\xd9\x5a\x28\x09\x75\x4e\x17\x0e\x06\x31\xfb\x91\x36\x2d\x62\x7b\x4a\xad\x3e\x3d\x5b\xce\x26\x31\x3b\x66\x81\x6f\x5e\x33\x05\x8a\xf0\xd0\xc2\x88\xb9\x87\xcd\x38\x1d\x04\xe4\x42\xcc\xeb\xe6\xb5\x54\x44\x4f\x9b\x74\x21\x15\xe9\x06\xe8\xf9\x54\x19\x19\x47\x9a\xb4\x5c\xc4\x48\xd0\x5d\x6b\xcb\xbe\x69\x5c\x5f\x75\x26\xcc\x22\x01\xbe\x54\xe2\x89\x96\xad\xd0\x7c\x3f\x35\xf3\xa3\x04\x42\x66\x0b\x2d\xd3\x29\xb4\x15\x9b\x09\xe1\x24\x8b\x82\xd4\x2d\xe9\xd9\xaf\x14\xb2\x28\x0c\x44\x77\x0d\xcf\x14\xc8\x31\xf1\x6f\xad\x5a\x84\x0c\x8b\xc7\x48\xe8\x02\x5f\x7d\xfa\x2d\xd2\x4d\x89\x81\x33\x2a\x5d\x7d\x16\x74\x55\x37\xff\x20\xb5\x9d\x59\x62\x5c\x57\x48\xf1\xcf\xf8\x33\x1d\xf2\xfd\xa9\x0f\x2b\x58\x2d\x1d\xa9\x42\x0f\x9c\x69\xa2\x94\x54\xab\x81\x8c\x01\xa5\xb9\x1b\x05\x0a\x13\x26\x85\xac\x6c\x85\xd4\xb8\xb0\x47\x3b\xac\xf6\x74\xde\x2e\x0c\x0c\xb7\x6e\x21\x83\xb5\xac\xd4\x12\xe7\xc8\xa8\x65\xc1\xcc\xa8\x3c\x82\x46\x5c\x98\x29\x1d\x7f\x19\x3b\xde\xb7\xa8\xe7\xc8\xaf\xee\x6e\xfe\xf4\x2a\xe4\x4b\xeb\x67\xc4\x1c\xe9\x23\x3a\xcc\xdf\xfd\x38\xbb\x85\xb2\x86\x61\xe5\x7d\x1b\x1a\xdb\x5e\x81\x20\xda\x89\xd3\xc0\x77\xa1\x73\xe6\x47\x07\x1e\x4a\x1b\xd6\xb3\xd8\xfd\x1d\xe5\x83\x06\xf4\xed\x67\xc9\x40\x10\x5d\xe8\xd9\xee\xd3\x31\x02\x20\xa9\x24\xe8\x80\x83\x1d\x3d\xb3\xe7\x6b\xae\x8e\xf6\x21\x66\xc4\x33\x09\x3a\x1d\x57\x63\x7a\x6f\x52\xd9\xd7\x1e\xca\xba\x08\x65\xd9\xcd\x8b\x33\x85\xf6\x5e\xa1\x75\x1d\x5f\x62\x76\xa4\xa0\x23\x4a\xd4\x17\x32\xc9\x89\x27\xc6\x85\xbe\xf1\xd5\xe9\xc9\x0e\x54\x7c\x89\x76\xce\x54\x64\xa3\xaa\x43\xcd\x7f\xfe\x57\x5f\x25\x65\xf7\x92\x15\x2c\xc2\x01\x83\x71\x12\x50\x74\x89\x33\xc7\x04\x05\x97\x68\xe5\x95\x06\x7d\xdd\x59\xa1\xec\x71\x81\x8b\x75\x03\xdb\x0a\x46\x9d\x6e\x5c\xaf\x03\xfb\x6a\xc8\x40\x2e\x18\x71\x0e\x26\xd1\xd8\x0b\xce\x55\x51\x5b\x28\xab\xa5\x9a\x4f\x6d\xfe\x61\x09\xe9\x6e\xf6\xfc\x97\x72\x00\xd9\xb4\x68\xeb\x1e\x4e\x1c\x3e\xc9\xd7\x74\xe0\xee\x6b\x49\x23\x78\xfa\x31\xc3\x87\x23\xdc\x5e\x98\x07\x03\x8f\xdd\xcc\xc7\x53\x7d\x4f\xa1\xc0\x6a\x67\xca\xb6\xca\x68\x44\xf7\xee\x31\x57\x74\xdd\xda\x0a\xac\xef\x30\x13\x35\xe7\x7a\x5d\xa9\xb6\x82\x11\x34\x22\xf4\xf2\xed\xcd\x7a\xa3\xa6\x50\xc9\x50\x91\xc1\xc3\xb6\xf3\xf3\xe3\x50\x35\xcc\x87\x4c\xe7\x7e\xa6\x8c\xa9\x0b\xe9\x7d\x81\x4a\x57\x9c\x89\x56\x30\x1c\xa6\x03\xd8\x9e\x1c\x7a\xb9\x45\xed\x67\x4a\xad\x19\x6b\x48\xd2\xfe\xbd\x20\x1d\xe2\xf1\x82\x62\xfd\x3a\xa4\x8f\x99\x57\x2a\xb6\xbc\x62\x5b\x4f\xe4\x15\x52\x67\x02\x75\xc3\xfb\x32\xd1\x7f\xa9\xd9\xd7\xf4\x57\xcb\xc7\x1a\x3a\x96\x85\x22\x48\xb4\x82\x49\x32\x25\x93\xca\x91\x2f\x3d\xf2\x76\xfd\x2d\xc4\x7d\xcd\x5a\xd0\xe4\xba\x58\x6d\x05\xa5\x3a\xb1\xa7\x38\x3a\xe9\x62\xb5\xe5\xb4\x31\x71\x09\xb7\x90\x97\x0a\xe9\xba\x8f\xe9\x88\xa4\x09\xd0\x6d\xe6\x53\x0f\x84\x75\xe1\xb8\x86\x81\xa9\xeb\xd2\xf3\x35\xd2\xa4\x02\x0c\x20\x92\x94\x24\xa3\x15\x58\x51\x39\x32\xce\x9a\x89\x26\x72\x5b\x26\x4b\xd2\x2b\x92\x62\x1a\xc9\x91\x53\xfb\x04\xbd\x86\x1b\x65\x22\xae\x5a\x3e\x16\x1b\x23\x1d\x26\xe2\x0a\x11\xbe\xd0\x79\x98\x04\x0b\xbe\x29\x21\x19\x68\x3e\x9e\x2e\x3d\x20\xed\xf9\xed\x21\x95\xb8\x0a\x56\x5e\x96\x3b\x6c\xa5\x85\xab\x17\xad\xe2\x5b\xd1\xd9\x91\xdb\xbe\x15\x2d\x18\x87\x6b\xd2\xa5\x14\x5e\x76\xa6\xd0\x25\xf3\x54\x04\xda\xf2\x25\x7b\x84\xd6\x52\xd2\xb8\x7a\xa5\x26\x09\x94\x99\x4f\xc5\x0b\xec\xa6\xe5\xa3\x53\x76\xbe\x13\x5b\xf4\x17\xe6\xe1\x72\x92\x94\x23\x85\xf7\xe4\x1f\x30\xf9\x72\x60\xe4\x57\x4b\x45\xde\xa5\xd8\x3b\xcb\x02\x05\x01\xa7\x68\x13\xad\xc0\x0b\xca\x88\x51\x62\xa2\x3b\xf4\x44\x7d\x5d\x69\x52\xb1\xf3\xb3\x10\x1c\xb2\x30\x04\x96\x5c\x83\x05\x13\x79\x61\x7f\x61\x8e\x2d\xbf\x55\xc9\x8a\x3a\x44\xc0\xd5\xf3\x6d\x77\x2b\xf9\x16\x1b\x14\x4a\x43\x41\xaf\x39\x4c\xc5\xb8\x30\xb2\xd6\xf6\x48\x52\xe8\x3d\xd8\x43\x2a\x40\xda\x48\x23\x0c\x25\xa4\x1f\x99\xc0\x80\xce\xad\x51\xd1\x1d\x3b\xc2\xc7\xad\x6c\xcc\x69\x54\xad\x22\x43\x1c\x61\xb8\x6d\xc6\x60\x6a\x15\x19\xe2\xca\x39\x4a\x09\x32\xce\xd1\x53\x8d\x3d\xe1\x2d\x3f\xde\x22\xad\x22\x5b\xb6\x65\xcb\x95\x26\x96\x57\xbe\x41\xea\xe8\xdb\x52\x8f\x16\xec\x4a\x8b\xda\x3a\x6c\xc9\x6d\x06\x62\xf9\x76\x18\x88\x1f\x75\x1d\x10\xf3\x70\xa3\x90\xb0\x1d\x15\x70\xa2\x15\xf6\xcd\x5e\x70\x34\x03\x11\xa0\x23\x6a\xc6\xe9\x33\x3a\x7c\xa8\xf8\x13\xe7\x9c\x69\xc3\x8b\x37\xd2\x08\x9c\xc7\x40\x84\x24\x8a\xcf\x6d\xdb\x29\x1d\x81\xba\xb1\x9b\x50\x98\xce\x97\x91\x53\xd5\xb6\x2e\xcb\x12\xe8\x8c\x57\xe0\xbc\x8d\xd9\x84\xda\xdb\xce\x1c\x77\x21\xcf\x14\x64\xa2\x15\x14\x89\x82\x4c\xb4\x92\xfe\x98\x7f\x50\x89\x89\x31\xd1\x5f\x7f\xcb\xf0\x1d\x76\x72\x9b\x6f\xe2\x87\x22\x67\x94\x5a\x63\x34\xe4\x81\xe2\x51\x94\x81\x72\x7f\x0f\x8f\x24\x3f\x5e\x5a\xda\x50\x06\x8d\x4d\x28\x19\x34\xec\x69\xe5\xd9\x68\xe5\x4a\x2d\xe6\xf5\x11\xd2\xa0\x08\x28\x5b\x42\xe9\x1b\xe6\x32\x1b\x41\xd9\x31\x8e\x83\x99\x7c\x1b\x6b\x76\x61\x76\xbf\x7d\x7e\x8f\x4e\x71\x42\x8c\xfe\x42\xce\xbd\xcd\x23\xa8\x1f\xe7\xbc\xc8\x05\xd7\xdb\x42\x05\xcd\xef\xb8\x11\x67\x14\x57\x02\x47\x70\x04\x25\x03\x46\xd4\x91\x32\x60\xb4\x82\x15\xf5\xe6\x72\x09\x8b\xef\x6d\x05\x84\x63\xe7\xad\x0b\x87\x82\x21\xfb\xc6\xb4\xc6\x00\x7d\x9b\x2b\xae\x50\x55\x14\x6d\xc8\x3b\x38\x7b\xca\xba\x7f\x4c\x1b\x43\x19\xee\x53\xa8\x89\xc6\xe7\xf8\x26\x23\x03\x87\x4e\xb0\x29\xd7\x48\x0f\xcc\xc2\xec\x8c\x8f\x0d\x1e\x4c\x67\xd2\x68\x44\x79\x7e\xb0\xb3\xaf\x7c\x6b\x21\x38\x53\xaa\xee\x62\x1e\x2a\x38\x45\x6f\xcc\xbb\x83\x53\xf4\x17\xc2\x54\xe1\x28\xce\xf1\x4a\x21\xf8\x63\xa8\x7b\x13\xc5\x59\xf4\xb1\xb9\x8c\x9d\xfb\xe1\x82\x92\xb9\x74\x36\x8e\xb8\xba\x3e\xbe\xa0\x8c\xe8\xf8\xf8\x2d\xf8\x85\x19\xe0\x28\x13\xf5\xf5\xd4\xcb\x8e\x63\x28\x58\x4d\x33\xa5\x43\xfd\x4b\xab\x82\xb1\xe7\xa6\x56\xd9\x39\x46\x43\x37\x2a\x3b\xc7\xd1\x7b\x46\xe6\x27\x6b\x31\x04\x3e\xde\xf4\x6c\xaa\x8f\x17\x34\x73\xb2\x1d\x7c\x81\x1e\x18\xa7\xd5\xd9\xe5\x1f\xe7\xb1\x45\xc3\x29\x8b\x46\xfb\xf7\x53\x78\x31\x85\x3f\xf5\xc7\xb5\x7e\x07\x1d\xb8\x20\x59\xc1\x0a\x69\xa9\x48\xbd\x5f\x96\x6c\x42\x59\x69\xd4\xd4\xd4\xd5\x68\x87\x12\x4f\xf5\x54\x2b\x21\xc4\xa6\x17\x3c\xe5\xfe\xb1\x40\x4a\xa0\xa3\x47\x15\xef\xe1\x2e\xe4\xcf\x69\xe1\x41\xad\xde\xe7\x2d\x65\x76\xd9\xb2\x8f\xbe\x7e\x3a\x14\x63\xc2\x70\x94\x1c\x4e\x88\xea\x70\xcd\x14\x7a\xbb\xa2\x48\xbf\x08\x85\x19\x52\xb2\xee\x0a\xa5\xdd\x8a\xd1\xa7\xb8\x0e\xad\xb0\xb1\xbf\x36\x57\x5b\x28\xdb\x41\x98\x16\xce\xdb\xd1\x5f\xec\xc1\xaf\x4d\x52\x56\xde\xf0\x94\x1a\x67\xa0\xf0\x29\xad\x60\x05\x7f\x97\xd1\xb2\x74\x00\xd9\x82\x1e\xfb\xa2\x45\xd8\x00\x8e\xf9\x30\xff\xcb\x65\xe6\x17\x86\xa2\x1e\x39\x73\x0a\xa7\x86\xaf\x6f\x90\xa3\x0f\x03\x3a\xe1\xc4\x21\xd0\xc9\x4d\x0e\x48\xc9\x28\x64\xb1\xe2\x38\x9c\x0d\x9e\x51\xe0\x86\xd1\xd8\x0c\x3f\x4e\x2e\x48\x78\x87\x6a\x68\xec\x39\x21\x50\x8e\x7e\xa5\x4c\x7c\xd0\x43\xd9\x5e\x61\x0e\x7e\x3c\xdf\x41\xc3\x38\xc3\x47\x7f\xe5\x63\x99\xa7\xd9\x37\x84\x75\xa8\xaf\x90\xbe\x7a\xa4\x4d\x9f\x70\x46\xa8\xb7\x20\x66\xa1\x3e\xfe\x31\xa4\x30\x84\x88\xd7\x9f\x17\x7e\x84\x72\x07\x50\xfb\x06\xab\x8c\xd8\x53\xc0\x53\x62\x24\x09\x9e\x52\x1a\x92\xd9\x81\x1b\x6a\xdc\x40\x3f\xeb\x91\x8c\x53\x36\x41\x96\xc8\x60\x95\x59\x42\x09\xa2\x8b\x47\xeb\x67\xcd\x80\xd6\xf8\x59\x15\xb0\xc7\x15\xd2\x61\x34\x14\xb0\x43\x3a\xc4\x07\xf4\x8b\xe4\x60\x76\xfc\x04\xa7\x3e\xdf\xaa\x37\x33\xdf\xbe\xfd\x2d\x13\x62\x8e\xf1\x98\x67\x02\x3c\xd8\xec\x98\x2f\xab\xf9\x87\xf2\xcd\xd5\x80\xf2\x83\x12\xcf\xfa\x74\xc8\x06\x0c\xd5\x29\xb0\x4a\x77\x36\xb2\x9b\x52\x07\x3c\xc8\x29\xac\x4a\xf1\xf3\x85\x9b\x72\xfb\x13\x4a\x2f\x2f\x46\x9a\x30\xc3\x36\x3e\x45\xf4\x37\xba\x63\x31\xd2\x69\x63\xb2\x5a\x15\xb2\x9b\x4c\xa9\xe5\x88\x6d\x8b\xf9\xf2\xba\x4f\x2a\xf2\x86\x9f\xb4\xa2\x85\x2d\x69\xc4\x7b\x78\x52\x8d\x8e\x19\xa0\x2c\xe6\xcb\xc1\x33\xb1\xc3\xe6\x0b\x58\x01\xd5\x68\x5f\x72\xff\x3d\x5f\x76\x3f\x4c\x66\x20\xeb\x43\x3d\x16\xed\x33\x94\xd2\xfb\x58\x8a\xcd\xc3\xce\x51\x84\xe5\x34\x92\x03\xcc\xca\x3c\x7c\x6c\xc4\x0c\x9b\x4a\xcf\x31\x1a\x33\x70\xe8\x92\xdf\x01\xca\x6f\xca\x0c\x6a\x89\x37\x1d\xf1\xe0\xc4\x68\x9c\x4a\xdd\x51\x1c\xba\xe1\xa6\x7e\xee\x1e\x85\x9c\x04\xad\x96\xa6\x02\x19\x9c\x93\xde\x1e\x13\xce\xa3\x99\xe9\xa4\x9c\x07\x94\xec\x8c\x7a\x50\xaf\x43\x0b\xbe\xe0\x83\x03\xc3\xfe\xa2\x4b\x7a\x1c\xe7\xec\xc3\x37\x75\x6a\xfa\xf2\x69\xd1\x43\xb5\x50\xd6\x60\x69\x93\x7d\x7a\xe4\x4f\x1f\x22\xe9\x82\x5d\x08\x58\x9c\x53\x61\x0d\x1a\x88\xa0\x79\xd8\x3d\xca\x81\x65\x2a\x3d\x48\xc3\x4b\x36\x9d\x1e\x04\x83\x77\x0a\x7b\xd2\x8c\x7c\xbc\xa9\xaf\xbe\x4c\xd9\x4f\x14\xd3\x45\x42\x89\xf1\xb7\x13\x65\x0a\x89\x52\xce\xcc\x25\x17\xc5\x83\xee\x6c\x86\x49\x9b\xba\xe3\x3b\xe0\xe0\xc3\xb8\x64\xbf\x0e\xbe\xc9\xae\x2e\x30\x68\x1f\x3e\xeb\x01\x9b\xc8\x16\x04\x7c\x32\x95\xaf\xa4\xd4\x30\xc2\x66\x89\xd2\x05\xf3\x85\xe5\xe3\x74\xdc\x84\x51\x6d\x19\x4e\x05\x4e\x68\x40\xba\xa6\xc1\x28\x17\xfc\x7e\x12\x11\x13\x01\xe0\xd8\x08\x17\x2b\xa6\xf0\x07\x67\xf6\xd4\xe9\x4b\x3c\x4c\xfb\xe9\xac\x24\xb3\xb3\x44\xa7\xfd\x10\x2d\x94\xf9\xff\xa2\x07\x6c\xeb\x33\x35\x4d\xa1\xca\x4e\xa8\xb7\x0e\xa3\x69\xd3\x81\x11\x07\x43\x91\xc6\xbf\x60\x12\x07\x40\xe0\x7a\x77\x12\xb9\xa0\x9e\xd4\xb3\x6c\x83\xa4\x0b\x5a\x7a\x70\x77\x53\x18\x8f\xbb\x90\x5f\x0d\x44\xe6\x52\x66\x9e\xc4\xf7\xe2\xdb\x7b\x05\x47\x83\xdb\x84\xf2\x38\x2b\x1b\xfb\x64\x51\x68\x03\x03\x7d\xa4\x50\x9c\x98\x69\xdf\xe6\xc4\x34\x61\xbf\xd7\x95\x5a\xbf\xee\x7b\x9a\xf4\x30\xfd\x6d\x41\xc5\xdb\x0e\x9b\xca\x16\xd2\x80\x04\x4c\x45\x2b\xb8\x0b\x3b\xa4\x9c\xfa\x36\x82\x66\xb1\xa0\x39\x43\x59\x96\x5c\x50\x4b\x6d\xa4\x1a\x6d\x79\xeb\xb3\x59\x0c\x44\xe4\x08\x30\x05\x24\x69\xa0\x3f\xa6\x92\x83\x34\xb0\x0e\x53\xc9\x41\x8a\x53\x0c\xdf\x54\xf1\x38\xe8\xcd\x74\xfb\x54\x33\x3d\x59\x29\x53\xfb\x27\x2d\x2a\xe7\x2a\xe6\xda\x2c\x0b\x06\x99\x90\x3a\x57\xd4\xf4\x6e\x59\xf5\xd0\x81\xe5\xc0\x33\xf9\xd4\x52\xaf\x50\xb8\x99\x3a\xba\xe7\x64\xda\xb5\x30\x68\x43\x3c\x38\xee\x4d\x07\x15\xe0\xca\x7f\x16\x0e\x66\x88\x32\x03\x33\x46\x2d\xf4\x70\xfb\x16\x81\x2d\x66\x60\x86\x53\x7c\xde\x94\xcd\xe8\x46\x9f\xbc\x9a\xcc\xc9\x65\xbb\x7e\x84\x92\xdd\x6c\x9f\xef\xbc\x50\x05\x36\x40\xe6\xc5\x05\x3b\x4a\xd6\x09\x3d\xe2\xd5\x9f\x97\x1f\xde\x64\x3f\x2a\x26\x40\x69\xb0\xa2\x62\x00\x14\xc7\x94\xbf\x29\x8d\xac\xa4\x4c\x4a\x8d\x91\x18\x4f\x01\x28\x67\x92\xde\xa3\x3e\x9f\x9a\x11\x90\x33\x17\xbb\x71\xa6\x49\x0d\x8c\xd9\xbc\xd8\x8d\x0d\xca\x73\xcb\x8a\x0a\x6c\xd1\x81\x74\x4c\x3d\xde\x2f\x98\xb0\xf3\x42\xba\xb3\x53\x79\xca\xcf\xd9\x7e\x1a\x6c\x31\x6a\xc9\xc7\x9e\x69\x7a\xa0\xd3\x7c\x8c\x99\x8b\x30\x7d\x93\x0e\x6d\xbb\x0c\xe6\xdf\x4e\x94\x79\x71\x7e\x67\x8f\x5d\xdc\x50\xc0\x63\xce\x04\x32\xd2\x8c\xe1\x3d\x1c\xa8\xa6\xb0\x17\x05\xb3\x7a\x0a\x7a\xd1\x47\x16\xc5\x4f\x42\x38\x5f\x4d\x3d\xd9\x6f\x5c\xb9\xcf\xea\x8d\xcc\xcc\xeb\x89\x7e\xb9\x18\xa6\x93\x79\x4c\x9c\x8d\x53\x0f\xef\x1b\x57\xc8\xd3\xe9\x3b\x2e\x98\x46\x18\x8d\xdc\x22\x4c\x43\x34\xb8\xd8\x9c\xd5\x71\x65\x8f\xd4\xc2\xe6\x80\x0c\x03\x51\xeb\xf4\xe6\x40\xe7\x02\xd2\xc0\xe0\x9d\x02\x69\x8c\x86\xcd\x52\xcd\x42\xe8\xee\xca\x19\xfc\x4a\x45\x72\x27\xb6\x14\xba\xeb\x69\x73\xaa\x9a\x50\xb6\xcb\xf2\x9f\x99\xad\xa7\x03\x16\x91\x35\x1d\xb0\x9b\xab\x33\x32\x39\x80\x9e\xe9\x5a\xf6\xff\x67\x12\x6e\xd9\x7f\x45\x05\x0b\xfa\x51\x8e\x4c\x97\x70\x81\xb5\xe6\xc7\xad\xfe\xd0\x03\x2b\x89\xb4\x18\x59\x42\xa1\xb5\x33\xf2\xa0\x1a\xb7\xc5\xa1\x71\x56\x44\x7f\x1a\x31\x6e\x0b\xd7\xfa\xac\xbe\x63\x00\x0e\x39\x95\xb0\xa3\x5d\xe9\x82\xef\x18\xb8\x2e\x99\xc6\x77\x5c\xe8\xd1\x86\xee\x86\x0f\x84\xe1\x28\x38\x1e\x26\xcf\xe5\x9d\xe2\xff\x26\xad\x00\x59\x86\x36\xdc\xdf\x54\xa4\x65\xa0\x07\x6d\xd0\xfb\x90\x92\xc5\x4f\x23\xdb\x85\xe9\x90\x63\x23\xf8\xe4\x31\x1b\xe6\x3c\x2a\xa6\x59\x1b\x20\x68\xf4\xd0\xbe\x5d\x19\x0a\xda\x80\xf9\x6c\x96\x42\xe9\xad\x8c\x00\x2e\x2a\x66\xc3\x02\xad\x8c\x4c\x26\x01\xa8\xbd\xe9\x77\xf6\xd7\x53\x26\x09\x80\xd0\xe6\x9d\x7d\x7d\x6a\xf5\x64\xe6\x5b\xac\xd3\x4e\xf7\x70\x22\x62\x00\x1a\xe0\xc1\x85\xfc\x6c\x7e\x2a\xc8\x31\x77\xea\xa9\xfd\xc9\x9d\xe0\x6c\xc8\x28\x4e\x58\x02\x83\xb4\x2b\x33\xad\x38\x36\x47\x4b\x3d\x4b\x57\x13\x74\xc8\x69\x1b\x66\xaa\xb9\x55\xd7\xb8\x52\x8b\xf5\x44\x56\xc1\x39\x9b\x9f\xee\xfc\xf4\x1a\x8a\x1f\x95\xb7\xa8\x71\x10\x69\x18\x95\x23\xa4\x05\x12\x87\xb8\xc6\x25\x46\x67\xe5\x7d\x77\x9f\x83\x5b\xb3\xc9\xd2\xf2\xad\x56\x1e\x95\xd2\xb0\x23\xe1\xf1\xee\xf7\x11\x76\x26\xcc\x8e\x07\x0a\xcd\x45\x22\x90\x6c\x24\x83\x3a\x2e\x34\x97\x41\x1d\xa3\xc2\x16\x06\x75\xf4\xd7\xcc\xb7\x3a\x1c\xa1\x2d\x3b\xb7\x5d\x3d\xa4\x94\x0a\x4b\xdf\xcd\x5e\xed\x6f\x1f\xca\xf4\x33\xf9\x0b\x2d\xd2\xb9\xb7\xc0\x16\xf3\x6b\xf7\x0b\x91\xed\xd7\xee\x5c\x5e\xce\x0e\xcf\xa4\x49\x78\x86\xc3\xac\x31\x1d\x23\xa6\xb6\x93\x7b\x1c\x6c\x06\x81\x38\xda\x85\xd6\xe0\x45\x7b\x24\x5f\xc7\xd7\xc0\x91\x54\x4f\xda\x4b\xac\x55\x81\x3a\x1a\xf7\xfe\x33\xf9\x3b\x60\x93\x00\x35\xd0\xb3\xdd\xd9\x3b\x79\x69\x31\x8d\xcd\x18\x35\x23\x95\xa1\x02\xfa\x70\x76\x96\x37\x9f\xaa\x15\xf6\xaa\x1e\xad\x9f\x03\x25\x4c\xaa\x0f\xdc\x4c\xd3\x38\x0d\xee\x11\x67\xe7\x52\x0a\xd1\x6c\x9c\xc6\xa8\xcc\xd8\xf0\x11\x02\x4d\x31\x6c\x65\xc2\x6e\xce\xfb\xd1\x99\x03\x63\x2f\xb8\x3f\x9d\x7e\xc3\xce\x15\xe8\xf4\x1b\xf6\x7e\x70\x54\x1b\xe8\x1f\x26\x73\xe0\x6e\x44\x0a\x0d\xf9\x09\xb8\x79\x9d\x02\x58\x54\x9c\x84\x53\x00\x8b\xca\xbd\xf5\x34\xc0\xa2\x1f\xd8\xb9\x03\xa7\x01\x2b\x36\x6c\x76\xf6\x34\x62\x51\x37\x43\xda\x0c\x87\x4d\x46\x96\x9e\x66\x7c\x9a\x85\x4f\xc7\x22\x0b\x02\x43\xc3\x64\x4d\x07\x71\x22\xf6\xfc\x6a\x8e\xa7\x19\xe7\x2e\x44\xe9\x28\x5d\x47\xbb\x32\x4e\xf6\xf2\x0c\xc9\x60\x68\x14\x9f\x03\xab\x34\x1c\x94\x20\x4e\x07\x30\x0f\x95\xe5\x1e\x1c\x03\xb3\x86\x36\x43\xe9\xd1\x64\x45\x19\x8d\x1e\x99\x1f\x6d\x60\xaa\x4f\x87\x69\xe9\xb0\xe7\xc4\x1a\xa9\x29\xd5\xf6\x41\x50\x3a\x47\xc6\xc4\x22\x73\x56\x0c\x3c\x6a\x73\x66\x11\xf9\x14\x85\xd0\x53\x2a\xf9\x3b\xf2\x67\xfd\xe7\x7f\x17\xe0\xe2\x49\x02\x8d\xca\xb4\x18\x0d\xd1\x8f\x57\xfe\x94\xb7\xf2\xa9\x56\x3e\xf6\xb8\x70\xa6\x03\xdd\xb3\x12\xd3\xd7\xda\x71\x08\x4c\x9b\xb0\x3d\x6d\x6a\x4e\x10\x9c\x7e\x3b\xde\x0f\x8c\x1c\x63\x1c\x2a\x9e\xc4\x39\xed\xb0\xc8\xc1\xd9\x8f\xc7\xf1\xf9\xcd\xe9\x50\x66\xf1\x49\xe8\x49\xf8\x39\x11\x3e\x93\x87\x6e\x19\x28\x87\xcf\xb4\xaa\x6b\x25\xae\xcf\xa6\x5f\x7d\xf7\x03\xe6\x98\x66\x87\xf8\x8a\xe6\x86\xcb\xa8\x78\xfb\x09\x48\x2a\xb2\x77\x28\x5d\x72\x62\x1f\x94\xaf\x61\x0e\xc4\xbb\x1f\x73\x21\xbd\x99\xc1\xe5\x67\x05\x11\x4e\x86\x2e\x8c\xca\xc8\x0d\x5d\x28\xcf\xb7\xd6\x5a\x74\x78\xe1\xcf\xc3\xd8\x5a\xde\xa7\x0f\xa5\x74\xa4\xa8\x0c\xd0\x08\xd7\xeb\xcf\xa8\x84\xf7\xb7\x3e\xbe\xe3\x89\x58\x16\xe7\x71\xcf\x2c\x5f\x0e\xc6\x1b\xb2\x6c\x0c\xe6\x5b\xe7\x5f\x3a\x53\xe6\x46\x51\x9d\x46\x1c\x70\x9f\x30\x97\x3d\xf6\x39\x05\x2f\xfb\x80\x90\x88\xcb\x1b\x13\xc1\xb1\x38\x3b\x32\xbb\x4e\x70\x41\xc6\xb1\x9b\x94\x0c\x44\x60\x2f\x9f\x1d\x73\x80\x5f\x6c\xe2\xf4\xd6\xa6\x63\xbc\x18\xcb\x67\x84\x9c\x8b\x37\x90\x38\xec\x9b\x8d\x01\x38\x42\xd2\x6c\x83\xd4\x0e\xc2\xec\xdd\x76\x33\xe6\xa0\xbe\x2d\x97\x31\x49\x95\xc6\x22\xd7\xe8\x73\x5b\x5d\xcf\x54\xe3\x30\x3a\xa9\x86\xa0\x1f\x50\x8a\x60\x80\xc9\xb2\x11\xd2\xac\xe8\xf6\x21\x21\x3e\x8e\xed\x0d\x3d\x43\xd9\xa5\xc7\x2e\xd8\x78\x7d\x46\x4a\x85\xca\x29\xa9\xc8\xeb\x7b\xa6\x99\x7b\x95\x70\x7d\xcf\xed\x83\x41\x5c\x0e\xc6\x19\xc4\x45\x6b\x9c\x01\xfe\xfd\x09\xce\x20\xde\x91\x6d\x98\x52\x45\x05\x0b\x4b\x50\xb2\x49\x0d\x25\x38\xe3\x1e\xd9\x68\x6f\xd6\xd0\x60\x82\x33\xce\x0b\xa5\xaf\x68\xdc\x5c\x4c\x65\xa8\x68\x5c\x47\x4c\xa1\x07\x4a\x1c\xa4\x5b\x66\x5c\x0e\x3c\x82\x12\xb4\x38\xb4\x37\xd7\xbb\x4c\x81\x74\x75\x3d\x52\xc6\xf6\x4d\xa1\xa6\x00\xb6\xdd\x12\xed\xfd\x78\x48\xef\xc1\x8c\xcb\xa9\xde\x58\x14\x21\x00\x5a\x1c\xbf\xbe\xf2\xe7\xfe\x76\xfa\xca\x1f\xa8\xc7\x7c\xfb\x16\x31\x67\x76\xdf\xf9\x13\x87\xe9\x26\x9b\xea\x49\xad\x5e\x3e\xd8\x49\x09\x2a\x5a\x9c\xdf\x46\x04\xc4\x69\xa7\x74\x15\x2d\xae\xdc\x37\x98\x38\xe6\xf5\x2d\xe5\x91\xc9\x02\x2d\x50\xd9\x64\x6f\x63\x2c\xe3\x2b\x79\x73\xb7\x04\x9b\x2a\xb9\x45\xab\x6c\x56\x25\xb7\x68\xf5\x95\x32\x0b\xeb\x99\x42\x43\xb3\x6a\x4a\x35\xef\x2d\x94\x95\x73\xc6\x29\x93\x20\xbe\xb7\xb7\xb1\xe4\xcf\xa7\x36\x4e\x33\x6a\x4c\x45\xb4\xf3\x1b\x03\x01\x69\x62\x8c\xc2\xec\x35\xa5\x30\x1f\x0b\x21\x5b\x31\x4e\xcf\x37\xee\xc9\x0c\xdc\xec\x05\xdb\x0a\x95\x70\x57\x94\x7a\x99\x15\x48\x4b\x22\x30\x1d\xf3\x6d\x2f\x56\x0c\x40\x43\x0f\xe2\x35\x16\xbc\xa0\xc5\xf5\xfb\xf6\xab\xd6\x5e\x43\x2e\x57\x44\x97\xcc\x71\x67\xaa\x65\xe4\x4c\x84\xac\x87\x78\x98\x3f\xb6\x1e\xda\xeb\xcf\x38\x85\xf7\xb7\xc5\xdf\x16\x48\xef\x3a\xbc\x46\x46\x10\x00\xab\x9f\x1f\x5e\x31\xe6\x53\xed\x32\x98\xe1\xe3\xdb\x8e\xf8\xad\x94\xd1\xa2\xc5\x11\x6b\x40\x41\x2e\xd6\xa6\x20\x04\x2d\x5e\x2c\x41\x06\x4e\xde\x0e\x4c\x41\x04\x5a\x9c\x89\x1f\x3f\x33\xc8\x7d\xcb\x47\x3e\xca\x78\xf9\x88\x98\xd1\x5b\xbe\xd5\x1c\xa0\x24\x95\xa6\xa2\x55\xe4\xc3\x07\x8d\x94\x26\x97\x3b\x90\x4f\x85\x86\x67\x0f\x7e\x74\x78\x8c\x8b\x52\xb1\x34\x5a\x45\xda\x2a\x5c\x46\x8b\x83\xf2\xc3\xc2\xa7\x1a\xee\xa6\xe0\x3e\xa7\xa1\x78\x9c\x29\x1f\x2f\x3c\x6c\xf0\x11\x8c\x96\xf7\x8e\xd3\x01\x33\x2a\xfb\xfc\x83\xf3\x92\x03\xcf\xc7\x66\x63\x9c\x20\x1f\x3f\x17\x80\xf7\x1c\x30\x83\x07\xb1\xd3\x79\x26\xfa\xc1\x16\x54\x1c\x8c\xbb\x43\xf9\x56\x66\x43\x43\x0c\x38\x12\xc6\x88\x4b\xf2\xeb\x3c\x7e\xbd\xe5\xdf\x8f\x12\xc9\x76\x28\x73\x3c\x2b\xff\xb5\x6b\x2a\x5a\xe7\x6b\xbb\xb1\x21\x29\xbf\xbe\x4e\xc8\xf9\xe3\x9b\xed\x3c\x21\xa9\xaa\x41\x6a\xd1\x70\xe2\x38\xf9\xc3\x68\xc8\x26\xa3\x04\xe2\x10\x53\x44\x8b\xfb\x4f\xfa\x64\x93\xbe\x65\xb0\xb2\x1c\xe2\xa6\xf9\xb2\x45\x5b\x7e\x55\x2b\xe9\x91\xf3\x10\xc5\x3f\xf6\x15\x78\x24\x7e\x19\xe7\x77\xa8\x39\xf6\x7c\x75\x93\x33\xd9\x75\x5f\xef\xc1\x9a\x32\xc9\xca\xa7\x9a\xaf\xfb\x93\x7a\x0c\x52\xe3\x00\xf2\xb3\xd4\x87\xc9\x1d\x7c\x62\x34\xa4\x8d\xd2\x3b\xb4\x78\x91\x9c\xcf\x21\x2e\x13\xc1\x02\x5a\x9c\x34\x04\xa6\xb8\x9e\x7a\x2c\x31\x7a\x4a\xad\xa6\xf1\x51\x28\xa1\x43\xab\x38\x1b\x1d\xa8\x62\x34\x84\x98\x80\x01\x2d\x2e\xb0\x9f\xa5\x75\x4b\x19\x2b\xd8\x20\x9b\xa7\xa4\x40\xda\x40\x62\xaa\x7f\x80\xe2\xb1\xd9\x7f\x58\x03\x19\x8c\x45\x72\x83\xd3\x0d\x06\x00\x07\x3f\x7f\xf6\x42\xc7\x51\x43\x20\x0b\x00\x11\xf3\x87\x45\x9f\xa1\xfb\x9a\xa1\x21\x52\x08\x56\x91\x73\xa4\xa2\x55\x74\xde\xa5\xcc\x9f\x5d\x37\x39\x97\xfd\xbc\xfc\x1c\x97\x7e\x2c\x7f\x26\x58\x78\x80\xca\xe1\xe9\xe7\xb3\x7d\xbc\x59\x3f\x73\x43\x6c\x9b\x9f\x9d\x35\xd7\x53\x93\xa1\xcb\x4c\x93\x8f\x7b\xd7\x53\xd3\x56\x1c\x15\xba\xab\xf3\x7b\x3c\x2e\x3f\x8c\x4a\xcf\xc3\x32\x22\xa0\x72\x7c\x5a\xc4\xb6\x00\x31\xbe\x14\xce\xa2\xd5\xbf\x23\x5f\xdd\x9f\xb2\x52\x03\x52\x90\x12\xef\xf0\xf5\xb2\x57\x11\x17\xe9\x72\xac\x8b\x7e\x3c\xa5\xcc\xe7\x84\x14\x6f\x5b\x57\xae\x97\xa5\xb9\x25\xd2\x12\x64\xa0\xd5\xd4\x83\x9f\xe0\x60\x2c\xb6\x02\x2c\x29\xd6\x0b\x0b\xb4\xd2\x21\x24\xc5\x49\x23\x0e\x6e\x81\xe5\xbd\x04\x2f\x68\x78\x31\x96\x82\x5b\x34\xdc\x28\xeb\x85\x07\xb2\x33\x27\xf0\x60\xfa\x87\x7d\x5a\x53\xaf\x25\x68\x4f\x27\xde\x6e\x86\xee\x3b\x4c\x1e\x5e\xb5\xa5\x74\x11\x7d\x1c\x7c\xbb\xdc\x7d\xea\xb5\x00\x6a\x8c\xd4\xe7\x98\x99\x32\x6d\xcc\x4e\xa5\x86\xb3\xf2\x8c\x64\xbd\x00\xce\x77\x7a\xbf\xbc\xf7\x0a\x1f\x1b\xbd\x76\x65\x3e\xb7\xdb\x64\x8e\xd0\x1b\x85\x91\xfa\xe5\x0f\x1e\xc1\xa5\xb0\x18\x0d\xb7\xc6\x7a\xd9\x44\xed\x34\xca\x1b\x8b\xce\x04\x5a\x58\x65\xc6\x50\x23\xd6\x9d\xeb\xc0\xc1\x30\xa0\xbc\x25\x5a\x0a\x35\x6c\x3a\x7f\xf8\x39\x06\xae\xbb\x75\x58\x58\xf5\x7c\x6a\x27\xb7\x7d\x06\xcb\x19\x21\xb8\x90\x5a\x24\x84\x70\x3e\xa5\x9b\x64\x59\x3a\xe4\x5b\xb0\xc2\x7c\xfb\xf9\xe7\x7f\x95\xa3\xde\x3a\x50\x38\x9d\xfe\x4d\xfa\x17\xd2\xfd\xa3\x5a\x01\x12\xf1\x20\xad\x83\xa7\x64\x3e\x0e\xaf\x03\xd9\x95\x7a\x1d\x80\x9d\x75\x38\xb0\x2e\x0a\x9d\xb7\x75\x91\xa1\x20\xd7\x7c\xca\x5e\x46\x5d\x9c\x4f\x0f\x2c\xe5\x5a\x5a\xf9\xe8\xca\x27\x5d\xd0\x6e\xc9\x30\x1d\xc9\xe7\x80\xc1\x40\x64\xe0\x2a\x5b\x8e\xdb\x81\x21\xb0\x8c\xc8\xa8\x19\xf5\x72\x18\x02\xda\x58\x6c\x16\x96\x81\x44\xe7\xf9\xd1\xba\xbd\xe4\x5b\x2f\x7d\x28\x4f\xe6\x60\xd4\xbe\x38\x71\x6e\x9a\xb1\x84\xa5\x38\x31\x53\xd6\x81\x70\xec\x29\x54\x87\x06\x53\x22\xbc\x0d\x67\xec\xe5\x60\x1c\x33\xdd\xe3\xd8\x0c\xbb\x1d\x7e\xc6\x71\x85\x4d\xac\x2a\x07\x7d\xb7\x30\x4c\x7f\xec\xcc\xb4\x98\x5f\xe7\x60\x7e\x2e\x48\xed\x8d\x91\x42\x77\xa7\x43\x69\xf9\x5e\xf9\x52\xee\x53\xe6\xee\xb4\xfc\xf2\x19\x62\x9d\x66\x18\xba\xea\x98\x1a\xa3\x50\x8b\x0d\xce\xc1\x7f\x76\x6c\x44\x9a\x9d\x66\x09\x1f\x8e\xd6\xe9\x85\xb5\x43\x67\x9d\x0e\x74\x88\xc7\x71\x9d\xd8\x2e\x17\xa5\x5e\xca\x19\x4a\x9b\x66\xfe\x8d\x57\x59\xa7\xfd\xd2\xf8\x40\xd7\x69\xd4\x9b\xe3\x78\xde\xa4\x03\xdc\x32\x12\xdb\xa3\x93\xd9\x91\x47\x84\xc3\xda\x72\x1a\x07\xce\x42\x4b\x30\x89\xc3\x61\xb1\x6f\xca\x0b\x99\x2f\xbb\x5c\x51\x29\xb3\x2c\xed\x21\x2d\x37\x2e\x66\xd2\x07\x0d\x1f\x3b\x56\xe1\xa0\x61\x73\x64\x09\xfb\x40\x26\xeb\x9b\x3a\x75\xf5\xff\x82\xd2\x25\xad\x8f\xab\xab\x38\x76\x34\x11\x1a\x96\x03\x65\x54\x47\x20\xbd\x49\x4b\x4f\xfa\x57\xb8\x26\x3d\xd2\xa8\xde\x1d\x5d\x50\x1c\x2d\x1e\x52\x2e\x4d\x47\xd5\xbc\x49\x2b\x9c\x8b\x76\xe4\x01\xe1\x68\xb6\x14\x37\xa3\x0c\x58\x5d\xc1\x30\xee\x3f\x43\x0a\xc6\x50\x52\xed\x47\x3f\x32\x32\x34\xc8\x48\x3d\x7a\x53\x9d\x39\x71\x02\xb3\x3e\x42\x0a\x66\x9a\x0e\xe0\xb6\x80\xf5\x8b\xce\x1a\xd9\x7b\x85\x77\x0d\xb0\xb7\x73\x2a\x60\xf7\x2f\x45\xb8\x38\xaf\x34\xb2\x3d\x90\x7c\x59\xa5\xe7\x99\x2e\xdc\x5b\xb0\xa9\x02\x5a\x94\x99\x61\x49\x63\x70\x10\x5b\x06\x46\x00\x9e\x59\x02\x46\x9c\xad\xa6\x52\x45\x3d\xb5\xfd\xb2\x2e\x2c\x56\x9b\x6a\xcb\x09\x17\x38\x96\x2d\x65\x58\x68\x0d\x35\x7e\x61\x84\xf8\xe8\xb5\x84\x9a\x28\xd1\x93\x4e\xb1\x80\xd1\xbe\x04\xa1\x68\xdc\x9b\xad\x8b\x23\x24\xf2\x45\x08\x8a\x23\xc3\x50\x16\x85\xd2\x7a\xca\x8a\x7e\x0c\x65\x78\x0a\xed\x7b\xad\x4e\xfa\xa6\x3d\x9b\xb9\x21\xc8\x04\xbe\xc8\x75\xe9\xd0\xcf\x71\x63\x09\xf7\x70\xcc\xce\x76\x72\x90\x89\x7a\x64\x06\xd8\x97\xac\x8e\x23\x47\xd4\x03\x53\xe6\x42\x6e\x22\x46\x00\x37\x38\x1e\xf0\x4d\x5a\x29\x21\x47\x04\x51\x68\x58\xe2\xeb\xb2\xd7\xb8\xd5\x14\x8a\x27\xd8\x44\x97\x5f\x35\x65\x67\x5c\x6c\xce\x11\x72\xeb\xdb\xfc\x29\x9f\xc0\xc1\x8e\x73\x06\x82\x9e\xad\x60\x3c\x03\xc7\x93\x55\x9d\x87\xd9\x29\x82\x6e\xd2\xf3\x79\x41\x69\x3d\x9f\x1f\xab\x3f\x4d\xa1\x3d\xb6\x33\xa5\xd6\x3c\x98\xb2\xd5\x2b\x7a\xe6\xdb\xcf\x3f\xff\xfb\x7f\x3d\xb0\xc0\x64\x16\x80\x30\xe0\xcf\x5d\x86\x29\x94\x7c\xeb\x6c\x01\xf8\x4e\x57\x45\x19\x3f\xdf\x5a\xbb\x4c\x9a\x99\x3e\xbb\x3e\x1f\x6b\xc9\x91\x75\xd5\x88\x48\x66\x57\x61\x28\x9a\xb3\xa4\xdf\x94\x57\x0d\x91\xe9\x6c\x01\x23\x3b\xa0\x3a\xb3\x53\xf6\x9c\x50\x0c\xed\xb6\x5d\xff\x94\xe1\xca\x25\xd0\xb2\x77\x84\x69\x68\x31\xfe\xaa\x13\xa7\xf6\xf4\x5d\xa0\x86\xd8\x8d\xd5\x0f\x5e\x62\x63\x0a\xe3\xd0\x62\x0a\x56\xde\xd1\xa5\xb7\xf2\x2c\x01\xe1\x59\x95\x83\xcb\xa4\x4d\x0b\x88\x92\x42\x1b\x91\x93\xc5\x97\xdb\xc9\xa9\x5b\x6f\x4a\x3c\x85\xc7\x76\x19\x1c\x51\x8f\x74\x17\x28\x73\x26\xc1\xb7\x56\x78\x5a\x97\xb1\x12\x31\xf0\x1c\x0a\xa3\x61\x54\x0a\x2a\x71\x94\x81\xa5\x23\xac\x44\x99\x88\x0c\x07\xbf\x88\x78\x15\x36\xa2\xc4\x54\x6d\x8e\xab\x05\x0f\x19\x1a\xd1\xd0\xd6\x2d\xec\x96\x36\x3c\xb5\xa1\xe4\xd2\x18\xf9\x94\xae\xa6\xd6\x9f\x32\xc6\xd0\xa2\x7d\x97\x0d\x45\xea\xc8\x17\x31\x9f\x9a\xb3\x45\x45\x15\x34\x1f\x87\x63\x6b\x11\x09\xa3\x84\x52\x67\x8f\xfc\xa9\xce\x5e\x0c\xd9\x2f\x5a\xd8\x38\x80\x1f\x1a\x62\x0a\xf0\x43\x4d\x87\x74\xf0\x88\x51\xd6\x16\x02\x83\xa1\x98\x9f\xd0\xc1\xcd\x69\x7a\x32\x23\xf2\x4d\xc6\xec\x08\xbc\x21\x94\x76\x23\xea\xd9\x99\x03\x88\xcd\xb3\x9a\x9f\x4f\x35\x0e\x21\xcd\xda\x06\x35\xea\x64\x01\xf8\x44\x16\x80\x06\x7c\xcd\xab\x45\x9a\x31\xeb\xbe\x04\xc3\xd9\xbc\x1a\xe2\x8c\x33\x80\x21\x0c\x51\xc0\x2d\xdc\x94\x8a\xc5\xfc\x57\xfe\x74\xff\x5c\xe6\x48\x18\x0d\xb3\x50\x31\xf7\x8f\x1c\x98\x3b\x07\x47\x36\x06\xe1\x23\xc6\x2b\xdf\x5a\x01\xb1\x42\xdd\xa2\x04\x8f\xfb\xea\x18\xfd\x2d\xa5\xea\x1f\xe2\x81\x08\xf9\xec\x4d\x07\x81\xa8\xe0\x81\x97\x00\x04\x27\xfe\x94\xe5\x98\x10\x91\x8a\xdd\x37\x8c\xb8\xee\x97\x63\xe0\x8f\xd6\x52\x6a\x56\x44\xd1\x39\xce\x7d\xe5\x69\xdd\xea\xbe\xac\x6a\x1c\x33\xbb\xb7\x6e\x86\x2a\x38\x41\xe7\xa9\xc5\xea\xd6\x0e\x35\x9f\xd2\x6a\x0a\x3f\xae\xa8\x43\xc2\x70\x9e\x5e\xa2\x39\xbc\x42\xe9\x15\x2e\x2e\xf8\x25\xcc\x40\xc1\xdf\xbd\x86\x77\x27\x72\x50\x98\x81\xbb\xbb\xf9\xd4\x89\x3e\x52\x28\x86\x1b\xa9\x55\x0c\x07\x8b\x2b\x42\x43\x39\x66\xfe\xf3\x41\x28\x3f\x4e\xaf\xef\x84\xb2\x7d\x81\xb0\x10\xbc\x20\x7e\xc0\x25\x74\xc1\x11\xa6\x19\x7e\xa6\x02\xc2\x74\x39\x7e\x7e\x3d\x90\x01\x0e\xee\x10\xf9\x30\x0c\xa4\x67\xe7\x1a\x7b\x70\x5b\x4d\x7f\x4a\x70\x41\x0f\x5a\x36\xc7\xb0\x49\x01\x4b\x13\x67\x9f\x9b\xa1\xe5\x68\x0e\x11\xd9\x83\x6d\x9d\xae\x2f\xc6\x45\x0f\x96\xcd\x53\x04\xcd\xc8\x1d\x04\x94\xb7\xd9\x91\x9a\x64\x9c\xb4\xfc\xe9\x5d\x86\x45\x31\x1c\x3f\x8f\x53\x92\x63\xeb\x37\x14\xeb\xb0\x5f\x9a\xbb\x8c\xa5\x60\xfa\x07\x81\xc0\x96\x62\x3d\x94\x71\xa5\xcc\xb9\x86\xa8\xc6\x21\xae\x9e\x5a\x6d\xa6\x3c\x85\x76\x26\xd1\xb9\x6d\x39\x43\xe7\x9c\xe8\x63\xa6\x09\x45\xc2\x40\x3c\x80\x73\xe0\xf2\x64\x0d\xdc\xa4\x9c\x9a\xa6\x8f\x7b\x5c\xef\xac\x69\x23\xa5\xa5\xb0\xb8\xf0\x82\xa4\x7b\x0d\xd2\xdd\x1b\x50\xf6\x7d\x3f\x15\x69\x9f\x70\x3e\x77\x1c\x88\x49\x78\xcc\x35\x7d\x85\xda\x38\xe2\x18\x22\x51\x0f\xa4\xb6\x43\xe6\x73\xa7\xb4\x1c\x06\x62\xd4\x94\x49\x4a\xb2\xc1\xe6\xa4\x7f\x74\xd7\xa9\xbc\x60\x53\x01\x26\x0a\x97\xa4\x8b\xf0\x11\xf8\xf8\x97\x01\x13\x93\xa7\x99\x6b\x22\x93\x38\xbc\x4e\x98\x2f\xdf\xbe\xfd\x6b\x1a\xfd\x78\xa0\xa9\xd8\xb0\x63\x28\x1d\x3e\xce\x0c\xdb\x8f\xad\x8e\xf4\x4f\x47\xd2\xb0\x22\x31\x22\xd8\x36\x44\xe2\xe7\xc2\x66\x4d\x5e\xe4\xd1\x83\x45\x6f\xf3\xa7\x31\x3b\xa9\x55\x97\x42\x23\x65\x12\x00\xe8\x9f\x69\xe3\x86\x9d\xea\xf0\x11\x04\x93\x58\x8e\xae\x1f\x95\x2b\x98\xc5\xf5\x4a\xdf\x0c\xf1\x47\xbc\x4f\x27\xef\x42\xba\x07\x82\x91\x99\xdc\x82\xac\xb2\x2d\x1c\x5b\x3f\x52\xc4\xd1\xf4\x67\x3c\x04\x0e\x17\x51\x79\xb6\xb2\x16\xac\x87\x9a\x58\x3e\xd2\xc0\x97\x0b\xd6\x63\x5e\x97\x2d\x62\x38\x6f\xc9\x23\x9b\x6d\xb2\x0c\xbf\xe1\xed\xc0\x32\x76\x63\xd2\x77\x61\x35\xc8\x88\x75\x53\xdb\xb5\xe6\x53\x20\xb5\x50\x1f\x3d\x54\x49\x77\xbc\x89\x59\x82\x85\xbd\xc2\x2e\x16\xac\xa3\x81\xb0\x59\xcb\x96\x74\x4d\x45\x62\xcb\x08\x61\x83\x3c\x26\x36\xc0\x9a\x74\x36\xd5\x5a\x37\xc2\x05\x82\x75\x94\xc1\xea\x2d\x3b\x59\xb9\x9c\x59\xcb\x9a\x32\x43\xf1\x3d\x4e\x0d\xe5\xde\xb2\x85\x1c\x90\x22\xb2\x7d\xd9\xb4\x81\xb9\x8d\x06\x69\xf0\x8b\xd0\x20\xc7\xac\xa1\x2c\x63\xf2\x9f\xf6\x30\xbb\x74\xa1\x61\xaf\xbf\xa3\x5f\x2d\xc7\xb1\x28\x23\xb3\xb5\x1c\x45\x88\x29\x10\x1e\x20\xf6\xdb\xc2\x35\x9b\xa9\x44\x76\xa2\xe4\x05\x32\x39\x27\x1b\xc8\xb1\x2a\x78\xc3\xba\x96\x2d\x6e\xee\x7f\xd6\xda\xcc\x2c\xdd\xc5\x0c\xe2\xa4\x2f\x54\x49\x89\xcf\x79\xd9\x3b\x56\xb3\x28\xb2\x8a\xe2\x15\x57\x00\x8a\x91\xd3\x97\xf0\x27\xe5\xc5\x6e\xdf\x66\x52\x8e\xaf\x1b\x26\xc5\xa2\x33\xdc\xa4\x8d\x7c\x6a\x89\x73\xe5\x5b\x69\xc2\x9a\xc2\xe1\xc2\x0e\x89\x7c\x1c\x90\x3e\x11\x5c\x21\x95\x83\x15\x5d\xb8\xfd\xec\x01\x81\x28\x34\x4a\x6b\x23\x3d\x50\xdc\x0f\x58\x78\x73\x33\x80\xe0\x32\x38\x65\x02\xac\x5b\xdb\x09\x5a\x33\x94\x9b\x2f\x2f\xde\x52\x2c\xc0\x28\xe1\xb5\x0d\xe7\xa5\x1e\x49\x47\xd4\x8b\xd0\x27\xe5\xc5\x0a\x6d\x5f\x09\x8f\x23\xf5\xe8\x78\x32\xf3\xa3\x5e\x70\xa3\x16\xb7\x4f\x82\x30\x85\x43\x5e\x10\x04\x74\x6d\x4b\x4a\xac\xa1\xed\x83\xdf\xcc\x7f\xba\xba\xc5\xa8\xd9\xb6\x02\xd1\x7c\x0a\x5b\xd1\x1a\xc6\xd0\x76\x42\x7a\x02\x72\x2f\xe3\x50\x46\x0d\x65\xb9\xcd\xa7\xbe\x11\xe0\x66\x71\x29\xa4\x45\x23\x48\xf9\x72\x48\x8b\xc6\x99\x7f\xfb\xf1\x03\x11\x5c\xd6\xb6\x31\xce\xfb\xac\xb5\xfd\x82\x15\x2d\xb8\x7d\xd0\x4b\x5f\x75\x7b\xc5\x2b\xa2\x65\x40\xcb\xcc\x6a\xe0\xe6\x1b\xf9\x51\x79\x21\x5e\xf9\xd1\x9b\x82\x5d\x2a\x04\x4b\x21\xfa\xec\x7a\x3b\x9d\x12\xa2\x51\x78\x96\xe3\x60\x3e\x84\x60\x29\x84\xf6\x59\x00\x58\xc2\xbd\x6f\xe4\xe6\x91\x5a\xbb\x56\x20\x7f\xfa\xea\x00\xc6\x7a\x23\x38\x61\xdf\xb7\xcd\xcc\xa7\x07\x56\xe7\x23\xcd\x7c\x85\x4e\x3f\xa1\x7e\x6e\x85\x3f\x65\x75\x12\x86\x75\xbd\x61\x49\x2c\xb9\xb7\xdd\x83\xb0\xaf\x83\x63\x10\xeb\x75\xbd\xa7\xbb\x97\x2f\x1d\xcc\x78\x40\x2d\x95\x1d\x50\x5b\x2e\xfd\x34\xc1\xc4\xe6\x53\x45\x80\x7b\xaa\xb1\x25\x59\x43\xa2\xa0\x68\x72\xb9\xaf\x4c\x97\x1d\x89\x0f\xe5\xce\x31\x03\x92\x94\x84\x71\x5c\x8e\xb0\x41\x98\xcb\xf5\x76\x1c\x30\x78\xd9\x01\x36\x46\x98\xe9\x1d\xbe\xa3\x56\x71\x1a\xd1\x50\xd7\xdb\x48\xf5\x03\x29\x65\x78\x0a\x6f\x00\xd6\xdb\xf8\xe4\xdc\x10\x0a\x8f\xd2\x08\x3a\xb9\x3e\x32\xe3\x88\xff\xb8\x08\x6f\x51\xeb\xdf\xc0\xc2\xf5\x19\xb0\x73\x83\xe4\xf4\x33\x20\x2d\xb6\x50\x2c\x42\xa7\x34\xc2\xca\x2d\xe3\x51\x88\x24\xb9\xc0\xa3\x10\xc9\x6d\x19\x8f\xd2\x9f\x6a\x7f\xa2\x3c\x27\x41\xa7\xb0\xc1\x15\xee\xe2\xee\x02\xd5\xfa\x69\x0d\xcb\xf9\xe1\xe4\x79\xa5\x50\xcb\x80\xf5\xe1\x78\x16\xb1\xbe\x04\x56\xb9\xfb\x1e\x52\x4c\x82\x58\x57\x2e\x98\xff\x63\xec\x4d\x72\x65\xd9\x95\x74\xbd\xfe\x1d\xc5\x9a\x81\xdc\x59\x13\x38\xd8\x1d\xb5\xa5\x39\x90\x11\xe1\xc2\x6b\xbc\xcc\x8b\xab\xcc\xf9\x0b\xb4\xef\xff\x63\x2b\x95\xc2\xdb\xa7\xb1\xb0\x48\x73\x06\x6b\x1a\x8d\x56\x36\xb9\x22\x5c\x6f\xac\x2a\x85\xaa\xdf\xe8\x39\xfb\xf8\xa3\xd7\x22\x27\x7c\xeb\x0d\x53\xca\xb2\xd8\xb7\xc2\xb4\xa9\x1e\xdc\x39\x99\x03\xf8\x66\x23\x24\x17\x8d\xf9\x11\x6a\x20\x10\xcc\x1c\xee\xfa\xa2\x11\x8d\x52\xb4\x99\xaa\x21\x1a\xd7\x74\x2e\x5c\x7b\x79\x54\xf1\x58\x95\x2f\xd4\xf5\x46\xf7\xdd\x27\x08\xd7\x1b\xbe\x73\xe4\x7a\x63\x78\xcc\x7a\xbb\xea\x9c\xa2\xe6\x32\x87\xe7\x27\x38\x03\xf2\xad\xb7\xde\x22\xe4\x3c\x12\x5c\x71\xa8\xd1\x70\xc5\xd1\xe4\x59\x6e\x7d\xc4\xa8\x16\x5e\x8f\x18\x32\x0a\x35\x7e\x72\xbc\xb0\xf4\xa6\xfa\x68\xb3\x69\x6a\xc3\xdb\x86\x2d\x1d\x96\xf5\x63\xa6\xb3\xcc\x9e\x2b\xd2\xee\x72\x2b\xb1\xbb\x34\x27\x8a\x14\x63\x41\xf6\x47\x86\xb9\x2a\xca\x8e\x11\x79\xf8\x91\x68\x5a\x37\xed\x47\xb4\xbd\x78\x6f\xf2\xa7\x71\x8b\x23\x12\xba\x32\xa7\xbb\xd1\x7b\xa2\xff\x27\x31\xf6\x89\xfe\x7f\x1a\x6d\xca\xc2\x27\xe3\x96\xdc\x21\x1a\x6e\x72\x4c\xb5\x2f\xf8\x04\xc2\xb5\x5b\x41\x10\x24\xf4\xde\x04\x41\x90\x77\xa5\x7d\x73\x94\x21\x43\x37\xe2\xde\x21\xa4\xb8\x43\xdc\x9b\x6f\x35\x72\x8b\x4f\x00\x69\xb0\xc3\x54\xbe\xc9\xd9\xd2\x0e\x53\xf9\x33\xb4\xa4\x2c\xef\xd7\xaa\xdc\x66\x64\x45\xd9\x98\x6b\x36\xf5\xbe\x99\xdc\xe2\x5a\x1f\x7a\xa0\xa2\xe0\x73\x48\xfa\x2d\x39\xb1\x44\xe9\xfb\xc6\xea\x79\x24\xb5\xa2\xb3\x5b\x5d\xb8\xc6\x4f\xd5\x21\x48\x0e\x21\xf8\x7d\x4f\x4d\xa7\xfa\x20\x52\xb8\xbb\xf0\xe9\x7d\xf2\x40\xe1\x46\x4b\x0c\xbf\x11\x06\xdb\xc4\x68\x23\xe1\x15\xc3\x74\x23\xe1\x95\x29\xff\xbe\xf5\xa8\xf7\x34\x10\x4e\x4f\x8c\xab\x2d\xa1\xae\x2e\x80\x8d\x25\xbd\x9c\x9f\xed\x10\xf1\x96\xdb\x0b\xc1\xd9\x2e\x9a\x94\xa5\xf5\xd5\x12\xc2\xcc\x23\x18\xd7\xc9\xc6\xba\xb8\x1e\x5c\x1b\x7b\xd8\xec\x93\xa2\x16\xb7\x96\xc5\xd9\x68\xa4\xfe\x59\x88\xb9\x6f\x6d\x29\x68\xfe\x8d\xdc\x56\xe6\xb8\x9b\x98\x0a\xb2\x47\x24\xde\x7f\x93\x29\xe5\x4e\xc1\xd0\x95\x30\x58\xd1\xff\x93\x24\xc5\x9b\xb8\x09\xde\xb6\x18\xbc\x27\x89\x63\x09\xf8\x7f\x0f\x5d\x7b\x1b\x8b\xf7\xa1\x1b\x72\x87\xc5\x7b\x93\xc5\x04\x31\xfe\x9b\x94\xb8\xb7\xe2\x28\xe8\xf2\x22\xe4\xff\xc9\xba\x2c\x17\x1d\x64\xf5\x26\x74\x82\x54\xaa\x77\x48\x84\xb3\x50\xc6\x0e\x89\xf0\x9d\xc5\x6f\xdd\x21\x11\xce\xd5\xa3\x8e\x7d\x20\xd4\xbc\x09\xab\x20\xb2\x75\x27\xc9\xf6\xdd\xbd\x60\xf0\x8a\x7f\x43\x58\xff\x3b\xbb\x0d\xd9\x29\x35\xe5\x98\x2e\x4d\x1e\x3a\x51\xd5\xbf\x8b\x57\x8f\xe7\x2e\x9e\xe2\x52\x7e\xdd\x08\x8e\xa5\xec\xb7\x89\xa9\x20\x87\xb6\x3b\xc4\xc8\xd9\x58\x06\xc1\xb1\x44\x94\x3b\x05\x4b\x48\x7a\x80\x3b\x04\xc7\x39\xbb\xd7\x81\x81\x46\x77\x2d\x9c\x98\xa1\x6e\x43\x6d\x8e\xa4\xf6\x23\x0a\x90\x14\x60\x76\xc8\x98\xf3\xfd\xfd\x46\x4f\x5d\x4f\x44\x86\xd5\xf1\xc9\x92\x29\x0c\xe5\x02\x37\x81\x67\xb7\xe4\xcd\xda\xbb\x11\xc3\x21\xcb\xc3\xe9\x0e\xc3\xfb\xe2\x75\xca\xc6\xfb\xfe\xc8\x29\x1c\xfe\x25\xc6\x84\x53\xb9\xd8\x2a\x60\xef\x9d\xf5\x50\x4a\xfe\x48\xc0\xe1\xac\x9c\x76\x6b\x57\x36\xc6\x31\xdc\xf3\x60\x7e\x68\xf9\xb3\xae\x08\x0f\x24\xac\xc3\xe5\x38\x79\x67\x11\x20\x2e\x1b\xc6\xe2\xe2\x9f\x6d\x05\x7b\x10\xed\xb2\x33\x86\x38\xa2\x7a\x76\x46\xd9\xf2\xae\xce\xc6\xf6\x68\x6e\x65\xc7\x5d\xa8\xbe\x4b\x85\xc5\x8d\x80\xb4\xbe\x1f\xc3\x5b\xfc\xa5\x36\x63\x23\xcb\x10\x7f\x13\xfc\xa1\xde\xdf\x6c\x9c\x3b\xff\x30\x5e\xf7\xd2\xd1\xdc\x11\x19\xa2\x49\xd7\x73\x47\x2c\x88\xac\x57\xe5\xce\xc8\x53\xa5\xbc\xb0\x33\x76\xe5\xc3\x95\x42\x0d\x64\x4d\x5e\x3c\x9d\xee\xef\x2f\x99\xbc\xa9\x8f\x18\x5f\xea\x44\xc8\x89\x80\x88\xc2\x2d\x27\x02\xd2\xc3\xd8\x19\x6f\x11\xc9\x1f\xd9\x07\xd9\x1f\x61\x73\x79\x39\x37\xaa\x20\xd5\x15\xa3\xae\xe4\x5c\x2c\xae\xae\x87\x2c\xc9\x6b\x75\xbd\xea\x20\x15\x21\x3b\x9f\x72\xba\xb7\x15\xed\x41\x8e\xd8\x76\xe1\xdd\xd3\x9d\x8b\x43\x24\xf4\x52\x86\x30\x93\xb3\xb1\x9c\xdd\xf5\xc4\x69\xd7\xad\x53\xd8\x6d\x30\x4b\x76\x41\xd9\x53\xd4\xe6\x2e\xd0\xbb\xbd\xfd\x19\x73\x17\x2e\x54\x21\xee\x02\x1f\x3e\x39\x17\x8b\xab\x6d\x8a\xdb\x82\x2e\xf4\x5b\xa0\x6b\x86\x86\x2c\xfe\xa6\xc8\x86\x22\xdd\x8a\xea\x7a\xb4\xba\x74\x36\x04\xab\x49\x8f\x7d\x87\x65\x97\x25\x03\x61\xd9\xed\xb5\x95\xb0\xec\xad\x0f\x7f\xd3\x6e\xf7\xc7\xf0\x92\xa1\xf5\xaa\x98\x75\xdd\x3c\x00\x36\x72\x56\xa9\x94\x10\xb2\xfd\xf4\x80\x0e\x11\x35\x40\xec\x0f\x42\xb6\x37\x29\x70\x28\x48\xbb\x94\x32\x76\xc8\x55\xb3\x04\x63\x04\x69\xb7\x3a\xe3\x0e\xb1\xea\x2d\x85\x0d\x22\xad\x9f\x71\xd0\x62\x03\x57\xe9\xc0\x37\x3d\x89\x78\x99\x6f\x39\xff\xbf\x85\x0f\xc3\x72\x3c\x7b\xab\x35\x3d\x7a\x78\x45\xef\x10\x79\xde\xf2\x1e\xaf\xc0\xea\xf5\x16\x26\x6f\xba\x13\x45\x91\x29\xb2\xba\x9e\x07\xbb\x49\x54\x22\xf4\x1d\x66\xdc\xad\x0f\x7f\xe4\xca\x9e\xce\x42\x6c\x0a\x3f\x48\x5a\x29\xd5\x19\xe2\x9e\xdb\x4f\x97\xe2\x9e\xd7\x5b\x48\x32\xcc\xaf\x93\x18\x58\xc4\x39\x3f\x15\x69\x6c\x38\x65\x93\x55\x03\xd1\xcc\x0f\xc9\xa3\x9f\x6e\x50\x9f\x88\x32\xbc\xf1\x1b\xdb\x36\xa4\xd8\x72\xc1\x47\x58\xf2\x93\x55\x27\xb8\x70\xa4\xda\xa2\x48\xe4\x52\x18\x50\x24\xf2\x24\x85\x95\xdd\xb6\x42\xb9\xf9\xa7\x71\x1b\x0a\x9f\xf4\xa1\xa1\x36\x65\x83\x76\x11\x9a\x92\x23\x7d\x69\xde\xec\x2e\x5d\x17\x5d\x41\x7d\xa8\x4b\x43\xd9\xc1\x29\x74\xc5\x78\x8a\xd7\x06\x09\xb3\xeb\x26\x29\x2a\xb1\xca\x9b\xc4\xec\x5b\x56\xd7\x77\x73\x36\xce\xaf\xf0\x49\xc7\x89\x9b\xc4\x87\xbb\xcb\x99\x8f\x08\x1f\x0b\x43\x8b\x0b\xc7\xb9\x9c\x2e\x8b\x94\x44\xe7\x52\x21\xc8\xf5\xb6\x24\x04\x79\x93\x66\xc2\xee\x3c\x51\xb5\xed\xc2\x28\xfb\x36\x35\x11\x46\xd9\x4d\xf2\x14\x82\x8e\x27\xf1\x8e\x88\x32\xde\x24\xda\x20\xc8\xf8\x19\x89\xaa\xe1\x74\x4b\xe5\x67\x77\x49\x16\x44\x31\x85\x4d\xf6\x3d\xb3\x2b\xd2\x09\xd6\x0c\x11\x8b\x4c\xe4\x54\x87\x73\x21\x4d\xa2\x1d\x32\xd4\xac\x28\x34\xc4\x0a\x3f\xd5\x3a\x1b\x91\x8d\x75\x99\x84\x65\x75\x93\x30\x63\x4b\x66\xaa\x17\xec\x0e\x99\x69\x13\x7b\x5c\xa1\xc2\xe7\xd0\xc5\x33\x70\xe1\xa0\x57\x29\x11\xc0\xb3\xbc\x81\x6e\x79\xae\x1f\x42\x0d\x03\xbf\xab\x7a\x6e\xef\x41\x5c\x5d\x1d\x2e\x64\x9f\xe2\x84\x12\x1e\xfc\x0c\x45\xd5\x22\xdf\xd4\x53\x73\x0f\xdd\xf0\xc9\x85\xa3\x83\xf7\x9f\xbd\xa6\x28\xe6\x77\xbd\x75\x49\x21\x6c\xec\x92\xbf\x12\xd8\xfb\x9e\x92\x6c\x39\xb2\xb7\x1e\xa6\x3b\xe4\x8b\x36\x38\xde\x18\x41\x8b\x53\x47\x74\xee\xf3\xcb\x5b\x59\xa2\xfa\xe9\xc6\x0d\x91\x62\x13\xbf\x4d\xe1\xb9\xc5\x9d\x54\x78\xee\xe1\x77\xa8\xec\xa5\xfd\xb8\x1c\x5b\xaf\x5f\x06\x1e\x56\xce\x4d\xdc\x53\x62\x69\x67\x19\xd7\x10\x2d\xbb\x89\x4b\x44\xb0\xec\x26\xd6\xc1\x0e\x61\x5f\x13\xfb\x86\xc8\xd9\x4d\x1c\x3e\x45\xce\xae\x77\x77\xd1\xd8\x0a\xb7\x1b\x84\x25\x22\xe2\x49\xee\xe1\xdb\xb7\x5a\x10\xa2\xc8\x9e\xc9\x12\xea\x66\x9e\x5a\x33\xcd\x6d\xc8\xfe\x9a\xdf\x4d\xb8\x83\x17\xf3\x62\x4f\x5e\x8b\xed\x9b\xe5\x2e\xac\x2e\x1b\x2a\x34\xba\xe0\x42\x9c\xd7\x4c\x8a\x23\xce\x9b\x72\xc5\xaf\x58\xda\xc3\x0f\xec\xc9\xb1\xd3\x3e\xc6\xe5\xbb\x38\x1b\x04\xcf\x3e\xbf\x74\x51\x0e\x96\x5e\xa8\x53\xcf\x45\xdd\x12\x18\x40\x0f\x3f\xb8\xa7\x14\xdd\xf4\xf4\x9d\x5e\x7c\x15\x0e\xb5\x11\x53\xd2\xe1\xe8\xdd\xbe\x81\x14\x22\x7b\x8e\xe6\x8a\x5a\x14\x55\xef\x45\x6c\xe9\xca\x9b\xc2\xde\xda\x70\x32\x96\x26\x12\xf0\x20\x80\xf6\xd9\x19\x6e\x34\x96\x4d\x27\x22\xc2\x62\x37\x53\xcb\x48\xea\x4c\xc3\x21\xa9\x33\x81\xb7\xd8\x35\xc2\x03\xf2\x00\x3f\x9a\x3f\xc6\x46\xd1\xd6\x0c\x49\x5d\x33\xc9\x86\x68\xce\xb7\x12\xb2\xb8\x39\x74\x8d\x22\x8b\x33\x31\xb3\xa4\x80\x2a\x22\x0d\x83\x6b\xd3\x41\xe1\xff\xbd\x99\xea\x58\xc2\xd4\xcd\x45\xb9\x2d\x74\x51\x2e\x76\x8d\x86\x4c\xc8\xec\xa9\x10\xa2\x7b\x79\x13\xb9\xd1\x37\x59\x57\x0c\xf5\xe7\xfe\x86\x6c\xc3\x17\xf0\xc2\xe8\xc6\x44\xcb\x12\x06\xd6\x4d\xb3\xb4\x53\x84\xae\x17\x68\x40\x5b\x21\xac\xb3\x53\xf5\xd0\x82\xe7\xf0\x9d\x14\xf1\x13\x85\xac\xe5\x10\xfe\x16\x59\xbb\xb8\xe6\xdd\x7b\xd0\x89\x6e\xa8\x30\xdd\x6e\x72\xac\xb2\x97\x98\x15\x5d\xfd\x41\x25\xa1\x7f\xcb\x86\xde\xb0\xa4\xcd\x7b\x6d\xc5\x5e\x51\xff\xf0\xeb\x63\x36\x48\x08\xd2\xda\xd0\x83\x30\x2c\xb7\xbb\xd4\x29\xf6\xc6\xe2\x41\x4a\x79\x7b\xb3\x4f\x74\x5f\x60\x9a\xed\x4b\x69\xeb\x52\xcf\xce\x06\xb2\xd1\x95\x80\xa8\x4c\xfe\xd7\xf7\x66\xd7\xe8\x0a\x40\x52\xe6\x7b\x59\x76\xdb\x97\x1b\x0c\x16\x66\xfe\xb3\x30\x73\x23\x37\xab\xb7\x28\xbe\x0d\x9f\x43\xf4\xc8\x16\x4f\x4b\xf4\x3a\xb2\x31\xe3\x74\x59\x66\x4b\x3d\x6f\x87\xfc\x2b\x2b\xe4\xd6\x0e\x19\x57\x16\x67\x7d\xe3\xd5\xdd\x28\x1d\xe7\xec\x73\xe8\xe6\x40\xac\x65\xbc\x28\x6f\xec\x92\xdc\x6f\x09\xb2\xa4\xca\xb7\x37\x4a\x8a\xd2\xfa\xdb\x7b\x6b\x9e\xd5\x79\xd1\x6c\x3a\x01\x48\xa4\xbe\x3d\x22\x6e\xcd\x2d\x0e\x02\x02\xaa\x2e\x41\xd7\xc6\xe2\x7a\x88\xd9\xb0\x41\x01\xd5\xdf\xf0\x43\xec\x36\x63\xdd\x85\xa8\xf1\xb8\x3e\xcc\x60\x7a\x41\x79\x4b\x45\x6f\x87\xc5\xf5\x2d\x3b\xa2\xfd\x62\x1b\x7c\x73\x1c\x0d\xa1\xc9\x97\xa8\x39\xad\x6e\x18\x55\x27\xa9\x61\x6c\x8c\xaa\x8d\xc5\x91\x4f\xf9\xb0\x62\x0a\x6d\x8c\xf9\x02\x23\x08\xef\x85\xc8\x29\x7b\x7a\x5e\xdc\x1b\x42\xd3\x2f\x74\x46\xa4\xf6\xb7\x43\x02\x75\xd7\x5b\xcf\xaf\x17\x16\x51\x12\xd6\xef\x17\xe8\xa2\xf9\x63\x4c\x96\x30\x4b\xc8\xa0\x9a\x11\x1d\x9e\xdc\x4d\x81\x61\x42\xdd\xef\x6f\x23\x41\x5e\xe8\x94\xbc\x10\x36\x48\x2b\x70\xbf\xd0\x4a\x1c\xdd\x5f\xe3\x98\x34\x7f\xd4\x6c\xa9\x4d\x9e\xf7\x52\xfc\xdb\x2f\x3c\xbe\x16\x7f\x5c\x87\x94\xd3\x63\xe2\x85\xb2\x9c\x99\x7e\x2f\xbd\xfd\x85\x3a\xe4\x12\xfe\xfe\xfe\x94\xed\xe6\xe5\x5c\x84\xd2\x51\x1f\x36\x73\xab\x36\xb7\xbc\x5c\x6a\xe2\x75\x1d\x75\x97\x85\x74\x17\x45\x2b\x4f\xef\xcd\x9d\x08\xad\x79\xef\x2f\x3c\xbd\xfb\x38\xbc\xc4\xcb\xea\x6e\x86\xb9\x56\x87\xd8\x7c\x5e\x95\xe0\x5e\x0d\xa1\x2b\xd9\x65\x4b\x17\x79\xbf\x85\x83\xbe\xd9\xd8\x26\xdd\x39\xb8\x04\x3a\xd8\x38\x81\x2f\xdf\x8a\x62\x9f\xe8\x8c\xbd\x41\x57\x9a\xaf\xb7\x77\xed\x54\x36\xba\xae\x55\x91\x0f\x78\x09\xf1\x36\x22\x33\xaf\x67\x88\xcc\xb2\xcc\x2c\x36\x12\x33\xcf\xd6\x1b\x86\x55\xf3\x0f\xf5\xb0\xd4\x5e\x7c\x4b\x61\x56\x38\xfc\xad\x8b\x4d\x53\x8b\x49\xb7\xa7\x4b\x26\xdd\x66\xc5\xbe\xd9\x9b\x1e\x26\xa6\x14\xda\x6f\x6f\xf4\x97\xf4\xf4\x7e\xeb\xe9\xa0\xd3\x19\x9e\xc9\xbf\xac\xf3\x0f\xd5\x88\x87\xf0\xd1\x7d\xa8\x83\xf4\xe1\x69\xdb\x5c\x34\xb6\xb8\xa6\x92\x38\xf9\x43\x04\x97\xe2\xe4\x9b\x33\xfc\xd1\x86\x1f\xce\x6a\xcb\xa8\x95\xb3\xe3\x4b\xea\x7f\x16\x6b\x12\x62\xbf\xf8\xd1\x1e\x9e\xc8\xdb\xef\x5a\x23\x88\x7e\x71\x7f\xe8\x1d\x33\xf0\x41\xff\x44\xc4\x34\x86\xcb\x52\xf7\x20\xc0\x7e\x56\x68\x02\x02\xec\x9f\x9e\xfb\x87\x31\xe7\x9a\xba\x0f\x78\x56\x0a\x39\x1b\xa3\x66\x53\xa0\x61\xd4\x9c\xaf\xef\x0f\x83\xcd\xd5\xdc\x22\x33\x27\xb4\x12\x46\xcd\x69\x8a\xe8\x55\x44\x7d\x29\x86\x28\xa2\xfe\x30\x33\xfa\x09\x4d\x00\xc5\x51\xde\x61\xe2\x9c\x7d\xc4\xf1\x7c\x6e\x66\xe3\xa3\x67\x55\x75\x76\x84\x6d\x90\x48\xb8\x47\x5b\xf6\xdb\x0a\x94\x8f\x90\xd9\xc3\xad\xda\xbf\x59\x62\x8a\xd2\xfb\x67\xaa\x83\xaa\x89\x77\x73\x75\x8e\x8b\xa0\xb9\x2c\xf2\x82\x6f\xd9\xc0\xcb\xa2\x9f\x1f\x31\x5d\xbf\x65\x03\xd9\x8b\x97\xf3\xe8\x99\xa5\x25\x0b\xa3\xe6\xe6\xfb\xf9\x11\x06\xd5\xde\x7b\xf4\x1a\xd6\xba\x84\xfb\xf3\x66\xde\xe9\x23\x3f\x04\xae\x07\x61\x50\x71\xd1\x70\x26\xd4\xdd\x66\xf4\x40\x1c\x8b\x47\x6e\xef\xd5\x75\x98\xa5\xb7\x7f\x27\xfc\xee\x1f\xc6\xf6\x12\x5b\x24\xfc\xa4\xdb\xbf\xd6\x7e\xc4\x3a\x75\x5f\x79\xc8\x89\x1b\xf0\x88\x10\x6b\x2e\xab\xa3\xa0\x6a\x43\x12\x60\x26\x49\x98\x49\x37\xa9\x96\x10\xf1\xff\xfc\x52\x1d\x0a\x87\x9c\x16\x63\x3d\xde\x60\xa7\xda\x39\xae\xd8\x52\xa0\x95\x93\x23\xa8\xf9\x54\x0e\xca\x7a\x38\x7b\x5e\xfc\xe9\x72\x51\x5e\xfc\xc3\xf5\xc4\xc4\x06\xd7\xe3\xe4\x5a\x78\xbd\xea\xca\x69\x62\x5d\xcf\x8e\xce\x16\xe5\x78\xb6\x07\x36\x9f\x44\xf9\x6f\x33\x88\xb6\x49\x90\xff\xc6\x69\x9c\xc4\xf8\xcf\xc9\xdf\x62\xaf\xcd\xae\x6f\xbc\x09\xa6\x6a\x09\x0e\xfe\xf5\xcd\x85\x52\x8c\x9b\xe7\xca\x9f\xce\xb5\x68\x2f\x2b\x17\xe1\xce\xbf\xbf\xe3\x10\x37\x0d\x23\x9c\x30\xe6\xea\xdc\x8a\x59\x75\x51\x78\x11\xc3\x1f\x43\x3d\x38\xce\xc8\x24\xf6\x7f\x9b\x97\x73\x11\xbe\x34\x6b\x1a\x83\xcd\xc7\x4b\xfa\xe4\xee\x28\xe9\x5c\xa8\xf6\x64\xf5\x6d\x45\x00\xa3\xe2\x6f\x3d\x4a\x6a\xbe\xf5\xbe\x9c\xfe\xc8\x0d\x5e\x9d\x8d\x48\xd7\x43\xf3\x86\xd1\x1b\x87\x69\x8e\xb0\x85\x96\xf3\xd6\x93\x0b\x5d\x83\xae\x45\x0d\x5e\x02\xfc\x96\x93\x63\xaa\xfc\x0d\xf6\x45\xd3\x3c\x6e\x42\xce\xa8\xaf\x71\x7d\xa3\xf9\x7e\x72\xa1\x10\x33\xfe\x68\xc7\x73\x8a\xb2\xe0\x6e\x83\x3b\xb0\x53\x6b\x48\xc6\x33\x11\x54\x4e\x2e\x85\x19\xed\x54\x0e\x6c\xd2\xfd\x91\x63\x3f\x9d\x0d\x95\x4c\x0d\x12\xb1\x79\xd7\x20\x43\x4e\xde\xe6\x5d\x95\x5b\xa1\x90\xe9\x16\xc3\x06\xb9\xb8\x0d\xe8\xa4\xe1\x6c\x38\xba\x4d\x2e\x1a\x3e\x87\xba\x9a\x88\x0d\x98\x6e\x95\x0c\x86\x21\xf1\x91\x4f\x2e\x7c\x9e\xbb\x6b\x6c\xc0\xdb\xbf\x8b\x83\x7c\x0f\xe5\xe6\xaf\x9f\x5e\xdc\x51\xed\x31\x2d\x32\x16\xd1\xbc\xe2\x4e\x0e\xb4\xdc\x93\xb2\xcc\xa3\xda\x0f\x84\x99\x75\x70\x90\x8f\x77\x21\x80\x5b\xaf\x53\x9d\x23\x4c\xa0\x87\x3b\x17\xe1\xe6\xbd\x8e\x12\x9e\xa3\x43\x70\xb2\xa1\x3b\x9a\xfd\xc3\xe8\xb9\x36\xf2\x8d\x8f\xd9\xdb\x39\x9e\x45\x1e\x48\xbc\x67\xc6\xf7\xe3\x27\x1e\x74\x9a\x80\x40\x97\xe8\x58\xcc\x71\xeb\x6d\xe3\xee\x04\xef\x63\x26\xb5\x28\x9e\xe3\xd4\x90\x83\xe7\x58\xbc\x8e\x6c\xd6\xe4\x6f\xe1\x84\x51\x27\x29\xe4\xf1\x09\xc6\xdb\xc9\xf1\x00\x9f\xfe\xb8\x62\x75\xfc\x31\x7c\xe7\xe9\x58\x63\x54\x3d\x93\x86\x11\xa4\x66\xd1\x21\x0f\x33\xea\x46\x84\x83\x93\x8b\x83\x9c\xba\x72\xf4\xbb\x2a\x97\x7f\xfd\x54\xbc\x8b\x9d\x5c\xec\xd4\xea\x5a\x40\xfa\xdd\x45\x83\xa8\x98\x2e\x8a\x7c\x6c\xba\x6c\x6c\x5c\x21\x12\xe4\xf8\x44\x88\x3f\x39\xed\x95\xa2\x2c\x48\x56\x0b\x90\xc4\x68\xeb\xee\x5e\xcc\x79\x66\x92\x13\x8a\xcf\xdd\x1f\x43\x52\x3a\xb4\x3d\x92\x04\x1a\xee\x91\xb8\xdb\xd5\x3f\xe5\x85\xa4\x5b\x20\x49\x36\xea\x4e\x48\x26\xe5\xaf\x4b\x6b\xab\x3e\x61\xb7\x81\x1c\xec\x64\xb9\x7b\xbe\x5f\xe3\x3c\x09\xf7\x26\x11\xa6\xdf\xb2\x2d\x54\x5b\x5c\x34\x36\xa2\x56\x37\xe4\xf5\x0a\x64\x76\x72\x8c\x54\xbd\xc7\x20\xab\xeb\xf2\xc3\x7e\x7b\x6a\x3f\x27\x09\x46\xa6\x9a\x24\x8c\xc1\xed\x75\x92\x4e\xe8\xf7\x6b\x20\xca\xac\x91\x89\xe9\x2a\x84\x9b\x88\x6c\xad\x0b\x47\x9e\xee\x7d\x53\xe1\xe9\xbe\xa3\x88\x30\x47\x08\xd8\xef\x5b\x1f\xb3\x90\xda\x48\xca\x6a\xb6\x9b\xb2\xd0\xf5\xc3\x3f\xd5\x3e\x9e\xca\x12\xa9\xb4\x2b\xa7\x13\xe8\x8f\xe1\x24\xbe\x31\xd4\x2c\xc2\x6c\x38\xcb\xec\x6a\x5a\xb2\x5e\xc1\xf3\x8f\x54\xf7\x29\x1b\x57\x7b\x56\x2b\x68\x62\x22\x02\x3c\x59\x24\x67\xee\xe0\x0c\xad\xeb\xec\x8f\xf0\x40\x45\x4e\x20\xf2\x1e\xba\x32\x43\xe2\xdd\x70\x17\x7a\x72\x25\x72\x1a\x99\xf6\x82\x67\x01\x2f\x0d\x55\x13\xa8\x87\xae\xf0\x47\x48\xb5\xef\xf2\xfd\x88\x24\x4c\x9b\x0a\xdf\xf8\xd3\x97\x6f\xc6\x2b\x48\x17\xb2\xcf\x2c\x78\xfa\x7e\xc5\x92\x5d\x9d\xf7\x82\xab\xe2\xcd\x3a\xf9\x97\x41\x1d\xea\x2e\x2e\x7a\x91\x4e\x67\x63\x64\xc5\x39\x9e\x14\x3a\x30\x05\xad\x09\x13\x43\x45\x54\xbb\xce\x0f\x82\xeb\xd4\x86\xb3\xbc\xc0\x34\x81\xf2\x86\xdf\x84\xb9\x42\xac\xdc\x66\x51\x4d\x7a\x3d\x6a\x22\xc2\x01\xfe\x68\xd9\x45\xd1\x00\xad\x53\xd9\xce\xc0\xfd\x53\x36\xdd\x74\x33\x81\x83\x4a\x52\x0e\xee\xe0\x70\xbd\x2f\x7e\xea\xaf\x30\x49\x75\x66\x64\x19\xde\x34\xc1\x65\x69\xb0\x2a\xac\xcb\x45\x35\x61\x8a\xd0\x3c\x6b\x10\xdc\x97\x73\x60\x33\x2d\xb2\xbc\xde\xdf\xc2\xcb\x61\x36\xde\xb0\xc6\x38\xb9\x9b\x2e\x65\x65\x99\x16\xe7\x98\x96\xe6\x2c\xd7\xdd\x74\x45\x10\x3c\x3a\x9b\x45\xa2\x14\xed\xe6\x02\xff\x3c\x5d\x6e\x87\xf3\x36\x5d\xd5\x9b\xaf\xac\x55\xc5\x8c\xa0\x69\x9d\x2b\x78\x3d\x89\xb2\x0a\x03\xef\x9c\xd4\xa9\x0a\x5e\x2f\xfe\x65\xc4\xe9\x17\xb1\x1c\xb6\xdf\x0a\xd6\x77\x72\x11\x20\xf4\x5b\x32\x14\xca\x35\x29\xb2\x04\x6f\xda\x3b\x58\x82\x67\xa1\xba\x3a\xd5\x1d\xd5\x13\xd4\x4a\xd3\xf5\x5c\xa1\x4f\x8a\xbf\xc5\x24\xf8\x60\xe2\xcc\x7e\x8a\xce\xaf\xd2\xd1\xd6\xe4\xca\x84\x7c\x7e\xb3\x9b\x51\xaa\xf0\xd2\x4a\x68\x28\x41\x86\x54\xf7\x2f\x78\x04\xb3\xf8\x9b\xce\xde\x54\x36\x90\x6d\x71\xae\xd3\x8a\xc6\x12\xc6\xb9\x53\xa7\x0d\xe7\xf6\xbe\x14\x43\x41\x41\xfe\xfd\x4f\x8e\x03\xa3\xed\x58\xd9\x0a\xc2\xef\xe8\x20\x4c\xdd\x6b\x95\xa7\xfe\x70\x1b\x41\x69\x5c\xba\xea\x43\x09\x21\x5d\x42\xe0\x35\x68\x0b\x13\xe2\x75\x6b\x46\x34\xac\xad\x19\x71\x96\x97\xb5\x76\x54\x13\x77\x4a\x3b\xaa\x81\x1a\x6a\x55\x8e\xfb\x47\x28\x1b\x57\xf7\x63\x68\xcb\x34\x14\xaa\xba\x4e\x44\xd8\x73\xcb\xa1\xea\xc9\x31\x25\xfe\xa5\xfa\xf0\x47\xd5\x94\x53\x36\xd0\xb9\x86\x86\x79\xb7\xa9\xdf\x86\xc0\x3c\x69\x9b\x60\xde\xfd\xed\x2d\xdc\x2a\xbf\x1c\x5a\x6c\xb7\xa6\x73\x85\x52\xc4\x34\x55\x29\x7b\x6e\x6d\xbe\xc6\x9b\xab\x5f\x2e\x1b\x4b\x26\xaa\xbe\x4d\xb5\xa9\x2c\xce\x04\xba\x96\xa5\x71\x4b\xe8\x76\x0c\x67\xf6\x32\x21\x3f\x39\x4d\x90\xfa\x87\xb7\xc9\x74\x27\x65\xe3\x8c\x09\xe3\x85\xfe\x44\x9b\xba\x16\x1a\x7e\xce\x3c\x12\x08\x08\x21\xce\xe6\x2b\x43\x3f\x3c\xc8\xa5\x9b\x70\x42\xb3\xa2\x26\x11\xa4\x18\x78\x8f\xe1\x8a\xe2\xad\x3f\x9b\x46\x02\xfd\xd0\x34\x97\x5c\x27\xc3\x13\x44\x88\x9d\xec\x8f\xd1\x57\x61\xb7\x86\xc2\xe8\xf4\x2a\x6c\x30\xae\x57\x1e\x5a\x63\x7a\xbe\x78\x4e\x75\x6d\x9a\x8e\x53\xeb\xa9\x49\xe8\xba\x6d\xf4\x4a\x09\x45\x8b\x5c\xb4\xc9\xd1\xb3\xb8\x35\x96\x50\xb3\x50\x70\xcf\x93\x8b\xfd\xd5\xfc\x2d\x66\xaf\xb9\x8d\xa0\x9f\x8b\x6b\x09\x5b\x8c\xe1\x16\xc2\xbf\xbf\x90\x50\xc7\xc9\x8c\xae\x0e\xfc\xdc\xfb\xc1\x26\xfd\x0b\xed\x60\x14\x2c\x66\x73\xc9\xb8\x28\x74\x83\x86\xad\x79\xbe\x75\x59\x75\x94\x88\xbb\xd6\x27\xb4\x2d\xe4\xb2\xe9\xe4\xa2\xa3\xdd\x45\x5f\x11\xe3\xc8\x4d\xbc\xe3\x19\xec\xe6\x83\x52\x29\x2e\x19\x5b\x40\x58\xa4\xf3\x62\xef\x6a\x3e\xc8\xd4\xcb\x5d\x0b\xba\xb4\x7b\xd2\x08\xb2\x38\x5c\x32\x68\xa3\xe1\xd9\x46\xc3\xae\x7b\x2d\x10\x01\x27\xcf\xf0\x46\xff\xc4\x53\x8c\x99\x48\xd2\x2b\x51\x36\xe9\xdd\x55\xe1\x4e\xc2\x6f\x4f\x94\x2f\x66\x77\xc5\x6f\xca\x6a\x9c\xa1\x7c\x31\x45\x39\xcb\x5e\xdd\xec\x16\x74\x31\xc6\xf8\x66\x43\xf5\xaa\xb8\x2c\x7d\xd0\x7b\x6f\x40\x7c\xfa\x15\x1d\x8a\x1a\xa3\x69\xd9\x07\xc4\x67\xd7\x68\x06\x66\x97\xd5\x45\xf1\xa7\xcc\xe4\x86\x9e\xc6\x30\xe3\x28\xf4\x34\xda\xd4\x94\x85\x9a\x46\x9b\xdd\xdf\xe2\xc8\x88\xa0\x1d\x42\x1b\xee\x0e\xcf\x5f\x91\x67\xe8\x61\x4c\x73\x15\x86\x0e\xbf\xde\x98\xe1\x9a\xbe\x5f\xba\x31\x22\x88\x7f\x9b\x7a\x59\x0c\x64\xa3\x49\xcf\xc8\xd0\xb4\x28\x97\x66\x56\xb1\xf8\xb5\x7f\xf1\x4c\x5f\x93\xd8\x01\x03\x2b\x59\x0f\x72\x33\x1f\xfe\xe1\x2b\xbe\xa9\x7d\x18\x72\x3d\x3b\x1b\x4b\xa2\x73\x10\xd6\xda\xa3\xa9\x73\xb8\xa1\x1f\xe3\xfe\x1b\xa4\xf8\x1c\xea\x7a\x51\x36\x78\x60\xb7\xab\x8d\xc9\xd3\x41\x9c\xba\x3d\xf4\x64\x9a\x5e\xda\xaa\x6c\xdc\xf1\xa2\x2b\xd1\xf5\x98\xc3\xb5\x2e\x3a\x34\x95\x8d\x23\x35\x9c\x63\xaf\x65\xb7\x12\xa7\xa8\xba\x91\x87\x46\x54\x2d\xe7\x5d\xd7\x66\x98\x80\xcb\xff\xcd\xc9\x81\x0e\x93\x3f\x06\xe7\x4b\x6f\xa2\xa9\x85\xcf\x2e\xcb\xb4\xab\xc9\x60\x1b\x4f\x11\x15\x72\x8b\x7f\xf9\x87\xb1\x45\xf4\x46\xc3\x8c\xbb\x26\x3d\x97\x50\xfc\x18\x23\xf9\x6b\x30\xfe\x45\xcc\xa1\xe9\x31\x45\x77\x4f\x02\xf5\x0d\x6d\x11\xec\xb8\xab\xae\xa4\x09\x15\xab\x2b\x69\xe2\xb2\x70\x24\xd7\xc3\xb9\x15\xdd\x1d\x7a\x1e\xe9\x12\xad\x32\x51\xbd\xeb\x3a\x17\x13\x5b\x57\xb3\x89\xa4\xbc\xd1\x45\x77\x4f\x08\x89\x2e\x92\x31\xac\xb0\x73\xf7\x40\x71\x4a\x31\x34\xb4\x85\x93\x22\x75\x09\xab\xeb\xac\xe5\x0c\xe5\x8d\xec\x33\x1d\x4e\xf0\x47\xd6\x4d\x23\x1f\xf8\x43\x17\xc2\x42\xb5\xae\x17\xff\xf2\xcd\xd7\xa9\xec\x87\xee\xaa\x70\xe8\x5b\x75\x3d\xf5\x64\x3c\xdd\x8b\xb3\x41\x6a\x69\x72\x17\xc7\x5a\xcf\x96\x05\xaa\x17\x05\xbe\x44\x7c\xea\x26\xc4\x76\xda\x6f\xbb\x25\xe2\x33\x3b\x1b\xec\x59\xf7\x16\x5c\x2f\xec\xbe\x42\x74\x35\xbf\x3f\x64\x7e\xb4\xfb\x15\xda\xbf\x0b\xcf\xc9\x40\x5a\xc4\xc0\x42\xc6\xda\x75\x90\x17\xcf\xcb\xa1\x1d\x8e\xf7\x7c\x6f\x45\x34\x30\xa6\x79\x70\x0a\xbb\x3f\xf4\x88\x45\xeb\x22\xfb\x38\x2c\xde\x1a\x5d\x07\x3d\x6c\x99\xdb\x14\x61\xb8\x24\xb4\x17\xc2\x58\x30\x57\x45\xb7\x4a\x23\xa3\x7f\x2b\xe2\xd0\xe9\x04\x2c\x2d\xbe\xf6\x18\xce\xf4\xc7\xd0\xb3\x0a\x67\xfa\xd3\x5c\xb2\x0d\xbf\x3f\x25\x7f\x05\x6d\x6a\xbb\x6e\xd1\x07\x42\x28\x44\xe2\x1f\x43\xb7\xa9\x74\x36\x7c\x47\x87\xce\xc6\x29\x5c\x95\x55\xaf\x9c\x8d\x97\xe0\xd0\xa5\xbd\xe1\x3f\x89\x02\xdc\x5c\x01\x22\x16\xb7\xbc\x90\xa9\xff\x98\x06\x36\xe7\xe2\xdd\xaa\x5b\x71\x43\x08\x88\xa2\xda\xc2\x0b\xd5\x95\x06\x5e\xd0\x5e\xde\x98\x7d\x26\xed\x95\x30\x4c\x1e\x96\x88\x6c\x51\x95\xa2\x06\x37\xf2\xa4\x2e\xda\x8c\xf0\xfb\xc5\xf3\xa9\xc3\x5f\x5c\x11\x5d\x70\x51\xba\xe0\x1e\xf1\x32\x99\xae\x36\x24\x82\x7f\x56\x47\x39\x45\xb9\x3e\xdd\x79\x62\xbc\x75\x37\xc2\xed\xe1\xe9\x42\x49\xb3\xeb\x99\xb0\x43\x62\x59\x45\x55\x84\x59\x73\xf2\x69\x52\x30\x7e\x33\x90\x43\x33\xe4\x6e\xc3\x1f\x67\x9c\x7d\xed\x84\xb3\xc7\xfa\x25\xaa\x2a\xf4\x42\xe4\x38\xe6\xe4\x5e\xf8\xce\x55\x2e\xb4\x6c\xc4\x3e\x7f\x0d\xf5\xa6\x2a\x1b\xba\xed\xdd\xb9\x88\xaf\x5f\x84\xa6\xc2\x38\x39\xdd\xaa\xf5\x35\x34\x77\x4d\x59\xde\xcf\xd9\x65\x9f\xe8\x8f\xca\x06\xab\xa3\x89\xc8\xc5\xc2\x78\x0c\xa1\x46\x39\xbe\x37\xcf\xf6\x05\xff\x32\xe9\xc4\xe2\x07\xbf\xdd\x2e\x1b\x94\x80\x70\x77\xd8\x18\xf7\xeb\xf2\x0f\xb5\x08\x5d\xd9\x77\x0c\xc5\x45\xe3\x6a\xeb\xae\x46\xbb\x4b\x1f\x03\xa1\x54\x4d\x50\x18\x15\x8f\x26\xea\x31\x3c\xe4\xf7\x4b\xaf\x92\x50\xfe\xe8\x97\x5e\x08\x2f\x9c\xd3\x58\x30\x16\xaa\x20\x72\x2d\x74\x72\xc1\xa4\xc9\xae\x86\x1b\x3b\xbb\x9e\xe0\x81\x79\x42\x30\x6a\x1b\x42\x68\x2f\xcc\x3e\xfa\xb7\x07\xc1\x50\xb8\x5d\xed\x2b\x64\x4c\xfe\xe5\x27\xfa\xa3\xb9\x0a\x12\xd5\x0c\xd0\xf0\xb2\x5f\x2e\xd7\xb2\x85\x2a\xd4\x75\xf4\x40\xba\x17\xf3\xdc\x65\xfd\xba\x5c\x96\xab\x4c\x58\x46\x6a\x20\x16\xdc\xbc\xb4\xd5\xfc\x71\x9f\x9c\x5e\x37\xa1\x92\xd1\x2f\x6d\x98\xb7\xc8\x14\x21\xd4\xb7\x6e\xab\x5b\x39\x8c\x1f\x9b\x3f\x2e\xf6\x9a\x2b\xda\x61\xb0\x5e\x95\x83\x41\xa7\x5f\xc2\x38\xb3\x20\xe5\xed\xed\x34\x95\x05\x45\xea\xfc\x87\x1a\x46\xbe\xaa\x3f\x72\x67\x6b\xf7\x87\xa9\x72\xbf\x44\x12\xbf\x41\x4f\xdd\x3f\x14\x7e\xf4\x2f\xa1\xa3\x84\xfe\xc3\x56\x39\x99\xe7\x13\x0a\x1b\xfd\xba\xdd\x3f\x0e\xbc\xb6\x5e\x78\xdd\xef\x97\x76\xf0\x7b\x69\x32\xf5\x4b\x51\x18\xa2\xef\xdf\x78\x36\x4d\xda\x35\x6f\xdd\x5e\x1e\x78\xbc\x48\xcc\x5d\xc4\x5a\xb9\x26\xa1\xe8\x37\x5b\xe1\x76\xa3\xbc\x56\x3c\x18\xec\x81\xdc\x0a\x42\xed\xa1\x8d\xf2\xd6\xbb\x57\x17\xd2\xdb\x5b\x63\x28\x1b\x08\x74\xba\x2c\xb7\xa0\x88\xfa\xb7\xae\x36\xd1\xff\x61\xb0\xdc\xaf\xdb\x15\x71\xa5\x88\x80\x0b\x83\xe5\x54\x75\x92\xde\xf8\x82\xb7\x6c\xe4\xa3\x97\xae\xce\x20\x6e\xfa\xc7\xd0\xa5\xfe\x11\x47\x44\xc8\x45\x66\xc8\x43\x6f\x7c\xdc\xf4\x17\x4d\x8b\xcc\x90\xbb\x08\xa6\x0f\xb6\xb1\xa3\xfe\x0d\xd1\xe6\x47\x64\x8f\xe8\xc6\xcf\x8c\xcd\x2c\xea\x40\x2e\xfc\xcd\xfe\x0e\x9b\xe5\x74\xb9\xd1\x90\x4a\x0f\x6d\x80\x8f\x6e\x36\x91\x48\x1f\xc9\xa1\xfd\x43\x1e\x7f\xc5\x65\xb9\x68\x75\x23\x7d\x44\xd6\xea\x92\xfe\x48\x3f\x5d\x87\x38\x54\x71\x86\x85\x2a\x1f\x71\x4c\x86\x3f\xe2\xc7\x39\x2b\x47\x1f\xa6\xeb\x9d\xb4\xea\xaf\x90\xa3\x22\xb0\x42\xdd\x26\x5f\xda\x75\xa1\x60\xd3\x2f\xbd\xc5\x3e\x3b\x50\xae\x28\xce\x8f\x98\xa8\xc2\xdd\x1f\x31\x37\xd4\x28\xea\x2e\x35\x89\xe4\x7c\x46\x60\x4b\x21\xf6\x87\xd7\xa9\x76\xce\x43\x70\x96\xa1\x13\x1e\x0a\x2e\xdd\xa4\xf5\x83\x5b\x76\xf3\xa1\x51\x77\xa9\xa9\xb8\xac\x3a\x3f\x94\x7d\xd1\x07\x37\xca\xfa\xeb\x16\x0f\x7d\x97\x6e\x2a\x33\xd4\x5d\xf2\xad\x75\x7a\xe0\xaa\x0e\xe1\x9c\x08\xe7\xdf\x2f\x11\x44\x72\xe9\x3f\x2e\x97\x85\x1b\x20\x74\x15\xe1\xfd\xbb\x65\x37\x0f\xb7\xcb\x70\x3d\xb0\xb7\x85\x5b\x15\xde\x3f\x39\x07\x7a\xd2\x6e\x08\xe5\x97\x7e\x65\x7f\x0c\x34\x2c\xfa\x0d\xdd\x97\x69\x99\xd5\xb3\x34\x63\x6a\x73\xd1\x5b\xcd\xbc\x8e\xb4\xa8\x0a\x69\xa6\x0c\xe1\xda\x07\x0c\x6e\x9e\x70\xe8\xa2\xc8\x0d\xcf\x54\xd4\xfe\x69\xd9\xcd\xe3\x15\x56\x33\x5b\xfe\x23\x5d\x58\x48\x27\xe6\x93\xb8\xfd\xa7\xe2\xac\xac\x4e\x71\x57\x36\xd6\x9f\x85\x21\x8c\xff\x99\x96\x5b\xd9\x1e\x1f\xab\x72\x83\x8a\x5c\x96\x1b\xb1\xb9\x19\xee\x6b\x50\xfc\xbc\x58\x53\x3a\x4c\x3c\xfe\x7e\x65\x75\x81\x43\x0b\xa6\x20\x3a\x7f\x52\x0c\xeb\x93\x0d\x3e\xdd\xe5\x1f\x06\x17\xff\x72\xd1\xb8\xd6\xb2\x7a\x87\xf3\xa6\xe1\xa2\x67\x0d\xbb\x34\x3b\xe6\xb5\xe2\xce\xcb\xea\x1c\x76\x73\xf3\xfb\x51\xbf\xd4\x1c\xec\xa0\x26\x86\x1a\xd1\x13\xa3\x3b\xcb\xf1\xfe\x66\xe1\xa2\x57\xd5\xc4\xa5\x9c\x35\xe8\x1d\x77\x95\xa7\x56\x61\x99\x34\x5d\x5c\xc9\x45\x7d\xf7\x92\x69\x46\x40\xc3\xe2\x55\xce\x0b\x8f\x5f\xd2\xd1\x98\xa1\xb1\xd1\x2f\xce\xf3\x94\x5f\x7b\xa9\x17\xcd\x9b\xeb\x9c\xe3\x3c\x43\x45\x43\xee\x70\xa6\xa3\xfe\x0f\x7f\x43\x31\xb9\xfb\x23\x67\x52\x3d\xba\x51\xd7\xae\xfa\x38\x83\xa4\x2a\xce\xe1\x7c\xaf\x29\x07\xf5\x57\xd5\x1f\x1d\x42\xc8\x8b\x79\xb3\x46\xb5\xfe\x11\x97\xcf\x50\xc5\xe8\xa8\x54\x9d\xdc\x8b\x7a\xdc\x9f\xb8\x2b\xb5\x89\x6f\xad\xf5\xad\x36\xb9\xaf\xdd\x21\xde\x1a\xe2\x02\xce\x1b\x72\x90\xc3\x31\x6f\xa1\xe7\xae\x49\x00\xe7\x8a\x1d\x47\x98\xff\x7e\x69\xd3\xde\x18\xa2\x27\x4f\x02\x06\x26\xe8\x92\x4e\x22\xfb\x9f\x9f\xaa\xbf\xd8\x9b\xa0\x1f\x3a\x89\xed\xdf\x2f\x2f\x99\x78\x8d\x5d\x65\xc5\xc5\xae\x6a\x95\x5d\xe3\x09\xdc\x71\xca\xdc\x28\xf7\x73\x55\x9b\x3b\x70\xd8\xf7\x77\x31\x27\xd5\x2d\x06\xfd\x0e\xd9\x44\x3c\xfe\x7e\x71\xdf\xce\xa4\x4d\x02\xa7\x83\x78\xfc\x27\x4b\xad\x21\x6c\xc9\xc2\xe4\xb3\x8a\xe7\xc6\xb3\x72\x5a\xda\xc2\x0d\x46\x58\xe1\xa4\x30\xd5\x93\x40\xc2\x59\x6c\x90\x19\xd2\x95\x7e\x71\x31\xce\x90\xae\xa4\xae\x33\xdf\xdc\xe6\x54\x96\x97\x6e\x77\x36\x06\x0d\xf2\x23\x8e\xf0\xd9\x8b\x49\xd9\x19\xc1\xaf\x8b\x72\xb1\x46\xcd\xdf\xc2\x5a\xf6\x76\x07\x10\xfc\x77\xb7\xf9\x84\xa6\x91\x72\xda\xd2\x55\xb9\x78\x37\x0d\xe7\x82\xb1\xa7\x89\x6d\x60\x24\x9e\x7f\xb3\x41\x72\x36\x7f\xd3\x55\xa1\x16\xd9\x7a\xcd\x39\xde\xfe\x3a\x28\x84\x02\xae\x5a\xbc\xb0\x36\xbd\x8b\x16\x08\x51\x8a\xb1\x5e\x78\xca\xf5\xb3\x6d\xca\x12\x35\x7d\x7f\xc8\xe4\xf8\x87\x71\x8b\x08\xcf\x36\x51\x09\xd5\x1d\xd8\x3c\x1c\xdd\x01\x22\xba\x75\x17\x8e\xed\xd3\xb5\x3e\xb1\x29\xb3\xf8\x7a\x13\xd1\x4a\x72\x51\x23\x36\x35\x2a\xff\xad\x5e\x2e\x28\x8c\xee\x5f\x62\xf4\x9e\xd4\x7b\xde\x17\xdd\xb9\xd8\xc0\xba\x42\x9a\x2e\x23\x6f\x11\x76\xb0\x0e\x63\x13\x81\x29\xe4\xd5\xb9\x8b\x34\xd1\xd8\xa8\x4e\xd1\xef\x8a\x0c\x2c\xa9\xf2\x94\x89\xea\x18\xfe\x25\xf7\xa3\x16\xbe\xb3\x63\xba\x7f\x89\x15\x16\x57\xff\x0c\x61\x4a\xbf\x34\xb0\x10\xa6\xf4\x4b\x93\xd0\xe5\xfa\x8d\x6b\x77\x76\x1c\xb8\xde\xba\x19\x3a\xbb\xe4\xfb\x31\x0e\xb1\x6b\x65\xcf\x7c\x4b\x8e\xb8\xb6\xd4\x1d\x61\xc8\xa4\xbe\x4f\x6e\xef\xe6\x7a\xa2\x3f\xc3\x1f\xb9\x09\x92\x06\x26\x33\x07\x8f\x53\x68\x30\x69\x64\x28\xff\x48\x88\x4b\x50\xe1\x7e\xb9\x2c\x68\x70\xa8\x0f\x38\x2c\x94\x48\x97\x10\xc3\xfd\x1a\xae\x87\xa9\x16\xf2\xc2\x9c\xb5\x9c\xc3\xf9\x47\x1c\x3e\x70\x01\xa5\x6a\xc7\xd4\x6a\x27\x65\xc1\x1d\x50\x97\x44\xbe\xed\x17\x24\x37\x81\x6f\xcf\x47\x67\xd5\x41\xfd\x94\x4d\x0f\x03\x7f\x86\x59\x67\x92\x0e\xe7\x1c\x92\xfa\xb8\x22\x4c\xfb\x24\x60\x9d\x23\xb8\x35\x12\x7d\xce\x21\xb2\x2a\xab\x83\x38\x73\x92\x18\x77\xe2\x00\x56\x9c\x15\x47\xba\x95\x9e\x1c\x91\x6e\x4f\x59\x7f\x3d\x9b\x15\xc3\xa3\x49\xa4\xdb\x34\x74\x5a\xa6\x88\x6a\xed\xce\x09\x5a\x54\x3d\x08\x0d\x6a\x75\x2e\x0e\x0b\x4c\xd4\x39\xd9\x8c\xbc\xdc\x08\x81\x9b\x4c\x26\x4d\xf8\x33\x53\x39\x44\xc3\xba\x65\x27\xcf\xa0\xe1\xa2\xe2\xcf\x08\x7f\xe0\x97\xb5\x26\x61\xb0\x60\xd9\xe7\x26\x02\x6b\xb2\xdf\xa6\x8b\xc6\xfe\x9f\x1a\x15\x97\x2e\x34\x3d\x71\x6c\x15\xad\x79\x4e\x73\xf3\xdd\xd7\x40\x75\x92\x8f\x11\xd5\x56\x4e\x31\xa6\x82\xda\x16\x11\x5f\xf0\xf6\xab\x10\x56\xb0\xf6\xbb\xb4\x4e\xe6\x0c\x06\x5e\x76\xbf\x43\x4a\x7c\x5f\x6e\x81\xdd\xa3\xfb\x04\x83\x4e\xb1\xd5\x67\x18\x70\x76\x89\x28\xe7\xc4\x8c\xba\xf8\x9b\x66\x43\x2d\x86\x96\x91\xe4\x29\xc4\xbe\xcd\x52\x5d\x21\xf4\xad\xa2\xd0\x9f\x5c\xc4\x9c\xa8\xae\x26\xd8\x09\x9e\x7f\x3d\xa3\x74\xc1\x4e\x54\x53\xc4\x12\x26\x10\x6e\x96\x08\x7b\x4e\xdd\x99\x9e\x00\xa1\x39\x6d\x96\x25\x7e\xb1\x50\xe2\x92\x38\x4a\x3b\x62\x89\x5f\x2c\xec\xb0\x50\x6c\x14\x97\x65\x86\x6c\xe1\x16\xcb\x60\x86\x0b\xd7\x3c\x9b\x7f\x19\x0a\xe2\xd3\xd5\x82\x12\x75\x14\x91\x34\x8c\xe1\xdc\xfe\xf5\xd3\x4c\xc1\x2d\xc2\x1d\x68\x4a\x90\x3a\x14\xdd\xf7\xf8\x73\x6d\xba\x5e\x10\x41\x24\xb1\xab\x67\xd8\x85\xde\xc5\x03\x09\x84\x78\x6b\x9b\xc9\x63\xeb\x6c\xfe\x65\x8f\x8f\x4d\xb9\x11\x39\x75\x1c\xa1\x43\x75\x35\x70\x71\xa6\x8b\x86\xf7\x97\xe4\x5a\x5f\xf1\x3a\xd0\xf8\xe1\x1f\x0a\x49\xc8\x99\xab\xf8\xe1\x73\xe1\x53\x38\x69\x1e\xd1\xfb\xbe\x9c\xd3\xac\xaa\x8d\x85\x6f\x5e\xa1\x43\x05\xf7\x15\x3f\x7a\x86\xf0\xa2\xdf\xa2\xcd\x97\x34\x74\x35\x2c\xdd\xc6\x22\x07\xc2\xee\x54\xa1\x9e\x4f\x8e\x57\x87\xd7\x67\x05\x57\x57\xfb\x30\x8c\x49\x15\x7a\x75\x3a\xf0\xaf\xd4\x0e\xe7\x3a\x3b\x58\x01\x11\x27\x61\x80\xfb\xed\x35\x38\x5b\xb6\xe8\xb1\x3f\x97\x36\xe9\xe5\x2c\x3e\x4f\xff\xcc\x49\x99\x0b\x7d\x72\xf7\x15\x53\x44\x69\xc9\x11\x2f\x58\x76\xba\x53\xe1\x82\x6b\xf7\xb7\x12\x5a\x7b\x4d\xb9\x1a\xae\x8d\xa6\x72\x11\x48\x4b\x04\xc7\x96\x4f\xe1\xaa\xdc\x8c\x61\x0c\xe5\xa0\x21\x44\xf2\x85\x09\x6a\xbf\x6f\x37\x88\x93\x1f\x37\x18\xfb\xf3\x76\x13\x9f\xc8\xa9\xf9\xd8\x91\xe2\x50\x12\x39\xf8\x2c\x87\xda\x60\x47\x6a\xad\x36\x91\xd9\x8a\x8b\x0e\x06\x5c\x94\x9d\xbf\x7e\x4a\xd6\xd3\x72\x4f\xcd\xaa\x7a\x1e\x7b\xb0\x25\x7f\x0c\x2c\xf5\xcd\x69\xe2\x5c\x2d\xca\x35\x9e\x01\xef\x49\xb5\x12\x22\x50\xdf\xd7\x1b\x75\x5c\x11\x55\x18\xaf\xa6\xe4\x6f\x6c\x2c\xcf\x79\x5c\x80\x52\x3c\x9b\x5b\xac\x21\x57\x0a\x81\xaa\x9b\x3e\x84\x17\xb9\xea\xf2\xd9\x52\xd5\x13\x71\xb6\xa1\xf9\x74\xd4\xc2\xeb\x6a\xb9\x3c\x92\x78\x15\x48\xd8\x44\x18\x61\xb9\xeb\x9e\x84\x11\x4e\xd6\x93\x27\x8c\x70\xbe\xb5\xb0\x08\x28\xb2\x68\xe0\x97\xe4\x5f\xdd\x59\xe1\x33\x97\x8d\x9d\x9d\x9c\xe3\xed\xaf\x35\x09\xe9\x85\x5c\x64\x4f\x62\x03\xcb\x17\xdb\x24\x34\xb0\x9c\xf2\x4e\x42\x03\x9f\x46\x8a\xb2\x61\x98\x29\x7a\xf4\xa5\xf0\x2d\xce\xc5\x7e\xd1\xbc\x22\xf4\xb8\xb5\xce\x21\xe6\x90\xdf\xc9\x49\xb4\xdf\xee\x1b\x1e\x99\xc7\x90\x82\xd5\x0c\xab\x56\xf9\x01\x9c\x04\xfb\xed\x26\x48\x5e\x53\xb3\xa3\xce\x61\x62\x20\xed\x1d\x62\xff\x7e\x9f\xae\x2f\x11\x78\xc5\xd5\x62\xf0\xa0\x9c\xec\x06\x74\x8f\x84\xf0\x42\x4e\x66\x4e\x2e\x8c\x95\x44\x70\x12\xea\x77\x4a\x83\x66\xbe\xc0\x3c\x5e\x11\x90\x8b\x6e\xce\x97\x08\x24\xed\x49\x09\x1d\xdc\x81\x1d\xc2\xc0\xe9\x6f\x0d\xc3\x05\xcd\xcf\xb9\x10\xe5\x61\x7e\x12\xe8\x57\x8e\x38\x26\x81\x7d\xe5\x7d\x74\xce\x37\x6a\x2e\x52\x83\x9a\x61\x14\x2a\xeb\xdc\x49\xb0\x5e\x39\x06\x3d\xb9\x18\x95\x2a\x7d\xb3\xe6\xc5\xd5\x74\xaa\xf1\x0f\x63\xd1\x8b\x7f\x18\xed\xeb\x2c\xbd\x85\x40\xaa\xeb\x89\xbb\x60\xfa\x87\xa2\x9b\xbb\xb2\x81\x7a\x75\xc5\xbe\x51\x8c\xd0\x61\x7a\x4b\xad\xce\xdf\x2a\xef\x29\x67\x5b\x70\x3e\x54\xeb\x54\xef\xfc\x11\x5e\x82\x28\xbb\x70\x9c\x2a\x93\xb9\x93\x83\xca\xef\xce\x6e\x7e\xea\x6c\xe0\x90\xe2\x5c\x04\xf7\x6e\xf9\xcf\x58\x1b\x49\xc5\xad\x03\x13\x96\xa6\xbd\x68\xff\xbe\x03\xbb\x88\x55\x4a\xb0\xe0\xd3\x01\x17\x65\xd6\x35\x21\x50\x61\xda\x03\x6f\x69\x7f\x0a\xd9\x44\x28\x61\x1b\x9a\x4d\x9c\xb3\x96\xe6\x6f\x60\xc6\xdb\xb5\x06\xda\xf6\x0c\x84\xe8\xde\xa8\xe7\xbd\x84\x0a\xd5\x64\xe8\xf5\x49\xf2\x35\xdf\xd2\x09\xd2\xc6\x7f\xa3\x34\x2c\x14\xf6\x96\x70\xab\xbb\x6c\xac\xbb\xe8\xfb\x90\x67\x58\xdf\x9c\xa8\xc3\x67\x0d\xb4\x24\xf1\xf8\xbc\x45\xb2\xbf\x45\xc1\x77\xff\x12\x3a\x4c\x48\xe3\x83\x5c\x75\xa8\x70\x78\x60\xb5\x59\xc0\xfc\xc8\x70\x79\x2a\x17\x17\x49\xf5\x0f\x63\xf2\x44\x09\x7e\x60\x84\x8f\xef\x0f\x99\x11\xff\xf0\x1d\xaf\x56\xfd\x70\x8a\xce\xd0\x2f\xa7\x0e\x9b\xca\xe2\xd4\x5e\x02\x95\xf9\x11\x23\xd4\x65\x21\xe7\xb4\x9d\x3e\xde\x5d\xfe\x69\x0c\x5b\xb4\x9e\xe4\x15\xb2\x22\x9a\xf2\xbf\x2a\xfd\x34\x05\x2b\x6e\x42\x5d\x1f\xf1\xba\x85\x55\x42\x98\x61\x15\xb9\xf9\x61\x97\xb8\xf7\x6c\x8b\xe6\x1f\x86\x9b\x25\x77\x0f\xe3\x77\xa9\x95\xcd\xb0\x14\xce\x2d\xf9\xa3\x0e\xa3\x3a\xbb\x75\x6c\xf4\x55\xbc\xed\xee\x2c\x5c\x4a\x21\xa4\x8f\xe8\x6c\xcf\xe7\xd6\xd0\xd4\x09\x74\x31\x25\x99\x51\x7c\xe2\x2e\xa3\xb0\x89\x6c\xe3\x16\x31\xf0\xb0\x6a\xc2\x97\x0f\x9a\x16\x43\xa3\x41\xb6\x21\x71\x80\xe2\x13\x77\x99\x08\x39\x3e\xb1\x18\xf7\xc4\x27\xfe\xf2\xc8\x11\x6d\x0c\x29\x74\x4c\x0c\x7b\xa7\x34\xea\x88\x5e\x7c\x7e\xca\x84\xca\xb2\x57\x12\x8a\x89\x65\xef\xf0\x95\xfb\x88\x27\xa5\xfe\xea\xfe\x49\x2e\xab\x0e\x77\x65\x21\x5f\x92\xb3\xdc\x87\xe2\x22\x3c\x13\x96\xc7\x74\x36\xb6\x87\x8e\xd3\xa3\x1b\xc8\xf3\x22\x8a\x45\x6c\x83\x47\x3c\x05\x6d\x08\x24\x23\x43\x72\x66\x07\x37\x1e\x9e\xc5\xe0\x2f\x99\xa3\x1c\x36\xbb\x39\x0d\x7f\x63\xdb\x89\x5d\x22\xe9\x87\x64\xb5\x84\x2f\xfe\xf2\x47\x1f\xf4\x78\xb2\xbf\x41\x9d\x0f\x7f\x8c\xc3\xa7\xfd\xf1\x40\x0c\x6b\xa3\x29\x78\xb1\x99\xf5\x48\x42\xa4\x68\x48\xb8\xe2\x1b\x37\x66\x93\x68\xc5\x19\x0f\x68\x27\x17\x81\x83\xc0\x9c\x0e\x5d\xcc\xb2\x2c\xa4\x20\x63\x7e\x3f\x72\x25\x14\xe5\x5a\x68\x85\xbb\x1a\x30\x27\xef\xaa\x85\x88\xe4\x6f\xc4\xcb\x9c\x8a\x63\x5c\xd3\x70\x9b\xb1\x44\xc3\x4d\x42\x54\x66\x77\x5d\x4b\xe4\x46\x83\x86\x61\x8b\x11\xc8\x38\x8b\x13\x46\x1c\xe3\x1b\x87\xbf\x93\x38\xc6\xb9\x78\x20\x98\x53\x56\x7f\xd3\x28\x9d\x05\x19\x81\x17\x16\x36\xbc\x78\xa7\x9c\x84\x31\xce\x52\x2c\x74\x14\x63\x09\x2f\x88\x62\x7c\xeb\xb5\x44\xd4\xe2\xf3\xd1\xfd\x51\xd7\x07\x59\xf4\xc2\x64\xf2\x43\xd8\xe2\x7e\x0f\x55\xa4\x1b\x6b\x68\x60\xdc\x58\x9e\x5a\x94\x84\x66\x76\x45\x5c\x11\xdf\x9f\xc2\xb9\x77\x0f\x17\x1e\x77\xdd\x4a\xa8\xca\x5e\xea\x91\x5e\x65\x9e\x30\xc9\x82\xba\x46\x1a\x94\x93\xe4\xf7\x0b\x69\x4f\xf2\xbe\x40\x9b\x50\x1c\xff\x15\xb6\xbb\x66\xcd\xad\x90\xf6\x98\x73\x48\x84\xe3\xbb\x88\x9b\x4a\x4c\xe3\x4c\xb4\xa0\x49\x4c\xe3\x2c\x8c\xb1\x42\xf6\xe3\xb7\xe7\xba\x70\xc9\x99\x40\x61\x44\x2d\x4e\x0a\x0f\x3b\x89\x53\x6c\x4a\x7f\xdd\x22\x96\x38\x36\x84\x2d\x4e\xf2\x64\x3b\x09\x5b\xec\xbb\x46\x51\x8b\x65\xf5\xba\x6e\x76\x90\xf6\x93\xdc\x4f\xcb\x7c\x7d\xc9\xdf\xb4\x56\x17\x69\x8f\xb8\x13\x8a\x4b\xdc\xef\x6f\x36\xd4\x31\xa6\xeb\x09\xb6\x53\xf7\x37\x50\xd2\xb7\xe8\xb9\xb6\xa5\x60\x47\x58\xe2\x2c\xa2\x9c\xc8\xc3\x45\xea\x2a\xeb\x46\x47\x67\x3a\xc7\xbe\x2c\xea\x1c\xa4\x4a\xd6\x0c\xc8\xfb\xaa\x66\xfd\x86\x1a\xd1\xfe\xb9\x31\xe7\x4e\x5a\xcb\x70\x27\xfd\xbb\xe7\xbc\xb0\x41\x90\x04\xaf\xcd\x38\xa7\x9f\xc4\xae\xed\xb2\xb0\x24\x74\xed\xe9\x80\x3f\x72\x34\xa1\x49\x09\x65\x9b\xcc\x58\x59\x61\x1a\xd9\x65\x6f\xb9\x64\x1a\x29\xe9\x00\xa1\x6d\xbb\xac\x1d\x1d\xda\x56\x4a\x9a\x2b\x81\xd7\x34\x6a\x62\xdb\x0e\x31\xbf\x57\x92\x88\xe6\x5b\x2f\xb8\xe3\x5b\x13\xe2\x42\xfd\x36\xc3\x50\x92\xb9\xc0\x0a\xf3\xc7\x2e\x93\xbb\x95\x21\xbe\xe1\x33\x2c\x79\x14\x96\x9e\x34\xe1\x6d\xbb\x8c\xd4\x56\xd6\xf6\x2a\x2e\xab\x3e\x38\xcb\xb4\x54\xd7\xcb\xb1\xd7\x79\x0c\x13\xc6\x4c\xec\xed\x49\x50\xda\xf6\xad\x37\xde\xc4\x55\x93\x42\xdc\xd9\x3c\xdc\x5b\xdd\x37\x55\x65\x83\x3c\x91\x6a\xd9\xca\x7a\x1e\x55\x67\x83\xb1\x98\x3d\x34\xb1\x6d\x74\x20\xf3\x92\xfd\x60\x55\x76\xc6\xd8\xfc\x53\xc8\xd8\xea\x4e\xec\xf8\xe8\xdc\xfb\xd7\x4f\x49\x7f\xc3\xd2\x7e\xe5\xb3\xfc\x35\x67\x77\x3e\x6c\x99\x85\xb5\xb1\x7d\x94\xe5\x0a\x81\x70\x4f\x8b\x4d\xd9\x12\xc1\x8b\x5d\x54\x5d\x77\x59\xd8\x1f\xea\x6b\xf0\x16\xa5\x51\xa2\xf8\xb6\x55\xb7\x51\x91\x34\x5f\x5b\xbe\x68\xad\xfd\x31\xcc\x2b\x6f\x7f\x83\x80\x10\xf2\x28\x48\x50\xc4\x24\x5d\xe1\xb2\xb7\xcb\xb4\x8e\x70\xb7\x59\xcc\x66\xc2\xdd\xde\xbe\x37\xb0\x89\x14\x8d\xb5\x8a\x6c\x94\x84\x58\xc2\x42\xb2\x4b\xf0\x41\xb8\xdb\x3b\x7f\xbf\x95\xf8\xa6\x06\x65\xbf\xf4\xad\x67\xc4\xc7\xa1\x1c\x48\x59\x67\x23\x8c\x1c\x7b\xe2\x51\xb8\x4a\x5c\x1a\xb2\x63\x5b\x45\x62\x04\x6d\xe1\x12\x97\x86\x4c\x92\x08\x8d\x9b\x6c\x6d\x45\x68\xdc\xd1\xb5\x0f\x0b\x16\x0c\xd5\xdf\x78\x48\xb8\xb3\xc1\x8a\x4e\xb7\x66\x32\x14\xb7\xbc\x94\x45\xa4\x4c\x53\xef\x50\xc6\x1a\x1e\xc9\xd6\xc0\xd4\x05\x94\xcc\xc5\x36\x57\x74\xdb\x9a\xb5\xd5\xaa\x9e\xcd\x10\x93\x84\xb7\xed\x32\x49\x21\x82\x6d\x17\xc7\x9b\x00\xb6\xa7\xa8\x2b\x62\x39\xa7\x2b\x82\x1d\xf0\xcd\xc6\x72\x6a\xe9\xc3\xde\xb1\x8b\x2c\x22\xd6\x6d\x97\x61\x02\xb1\x6e\x4f\x87\x8a\xb2\x10\xd8\xc2\xfe\x35\xd4\x38\xc4\x44\x5d\x55\x62\x06\xe1\xd0\x3a\xe9\x5f\x53\x2e\xce\x9b\x1b\x99\x78\x2b\x99\xfe\xa8\x59\xf0\x2f\x35\xd9\xea\x03\x26\xae\xf9\x72\x96\x1b\xfa\xfb\xf5\xe1\xab\xaa\x22\x60\xb9\x5e\x71\x0a\x6b\x9a\x61\x7c\xac\xf0\x0d\x9c\xae\x6f\x4e\xcd\x34\x65\x21\x7c\x85\x36\xc3\x0e\x4e\x31\x21\x26\x61\x4e\xcf\x47\xe6\xbe\x09\xd5\x88\x50\x09\x71\x6d\x17\x73\x8e\xb8\xa6\xe7\xa3\xea\x45\x5e\x96\x9d\x3b\xb7\x7b\x16\x1d\xd5\x50\x25\x16\x63\x77\x21\x82\xad\xf2\xd3\x40\xf4\xd2\x94\xc4\xbd\x25\x7c\x69\x92\x4d\x16\xe1\x4b\xb3\x58\xcb\x4b\x5e\x84\xc5\xa0\x25\x22\x69\x97\x2a\x2f\x01\x49\x4f\x87\x5c\xf6\x21\x4b\x45\x3d\x28\xdf\x2c\xba\xa0\x0f\x8d\xcc\xd9\xb3\x7b\xf5\x82\x5a\x98\xaf\x89\xad\xb6\x10\xc1\x4a\x7d\x78\x21\x73\x95\xee\xee\x42\xe4\x5a\xb3\x70\x44\xc7\x8f\x8c\xb6\x5f\x98\x9a\x75\xe9\x77\x2a\x08\xaa\x54\x70\x57\x47\xa3\x4b\x26\xca\x8a\x89\x3a\xf4\xde\x50\x4c\xd4\xac\xb3\xd4\xc1\x0a\x9a\x59\xb9\xfd\xd5\x8b\x82\x10\xa8\x49\x51\x32\x4f\x36\x36\xb9\x10\x63\x87\x0c\x9d\xd7\xdf\x20\xc5\x43\xe6\xda\xa5\xf7\xbb\xba\x5e\xcf\xc3\xfd\x7b\xe2\xa3\x1a\x91\xbc\x5f\x3b\x0a\x19\xab\xf4\xb0\x08\xad\x7a\xda\x54\x45\xba\xfd\x75\x1f\x45\x08\xd4\x2e\xed\x3e\x42\xa0\x9e\x8f\x2e\x1b\x9d\x17\xc6\xef\x08\x22\x65\x2d\x44\x40\xd4\x54\x34\xce\x30\x28\xeb\xd2\xdf\x23\x00\xea\x59\x86\x5b\x59\x24\xd6\xda\xe2\x03\xf2\x51\xec\xb4\x35\x40\x28\x30\x8f\x14\x10\xb5\x98\xba\x1d\x58\x21\x99\x1e\x19\x68\xf0\x89\xd7\x45\x84\xd4\x33\x70\x7f\xfd\xc4\xbd\xec\x7a\x63\x8e\x44\xac\x0c\x24\x95\xb2\xbb\x70\x88\x54\xd3\x18\x11\x22\xd5\xba\x3a\x0a\x91\x6a\x3c\x80\xcf\xe0\x9a\x85\xbd\x47\x30\x59\xa5\xc7\xb6\x86\x78\xf2\xc2\xe5\x92\x2d\x8b\xa1\x46\xfc\xd2\x7b\xf8\x1e\x92\x70\x59\x6c\xaa\x65\xdb\x35\x9d\x42\x64\xcd\x35\xbb\x13\x28\x7e\x67\x0f\x35\x54\x84\xa4\x97\xb7\x06\xa4\x81\x88\xa0\xf0\x28\x9c\x7d\x4d\x0e\x5d\x04\xda\xad\xf2\x28\x2c\xf3\x22\xc2\x92\x9e\xac\xfa\xbf\x35\x38\x7f\x3d\xaf\x07\x71\xe2\x97\xec\xde\xf2\xb7\x6c\xdc\x37\x70\xa6\x08\x36\xda\xa5\x95\x44\xac\xd1\x74\x49\x6f\x7f\x21\x6b\xf6\xe5\x3c\x21\x00\x60\x54\xad\xa9\x87\xec\xf4\xc7\x58\x7e\xd1\x1c\x93\x0b\x44\xdc\xa7\x85\x11\x5a\xcd\xdf\x2c\xcb\x9f\x5c\x98\x1d\x39\xdd\x87\x38\x31\xa2\x1d\xb0\x49\x93\x01\xb1\x22\x8f\x5e\x12\xb5\x11\x7a\xb4\x13\xe6\x68\x2a\xd6\x68\x92\xad\x0c\xc1\x46\xbb\xd4\x5e\x08\x36\x7a\xd7\xac\x0b\x2f\x4c\xd4\xba\x9f\x50\x8a\x35\xea\xbb\x27\x8c\xd2\xee\xae\x17\xd5\xe4\xec\xc3\x39\x21\xd4\xe8\x69\xc4\x1f\x63\x77\x0a\xc3\x4d\x8e\xac\x56\x77\x42\x2e\x34\x95\x04\xcb\x37\x75\x0e\x8a\x51\x34\x6c\x48\xaa\xbb\x0f\xcb\x64\x57\xc0\xd6\x21\xe2\x63\x92\x86\x12\x51\x1c\x4f\xf3\x45\x59\x30\x51\x72\xd9\x98\x3a\x61\xd1\xc5\xf3\x41\x4c\x1e\xc2\x38\x9e\x41\x2a\x1b\x8f\x51\x49\xb3\x08\xe3\x78\xca\xea\xa7\x5b\x53\xe9\xaf\x50\xeb\xd3\x59\xee\x24\xf5\x01\x1e\x9b\xf7\x8c\xe2\x38\x8a\x17\x43\x1c\xc7\x4e\xfc\xaf\x49\xe4\xc6\x94\xcc\xfd\xc0\xff\xac\xe4\x59\x6b\x9b\xc3\x36\x94\x15\xba\x99\xca\xe2\xf3\xa0\x2a\xd7\x68\x34\x29\x3b\xa8\xf7\x56\xf6\x83\xca\xad\x2b\x8e\x45\x12\x1d\x44\x08\xc6\x29\xa3\x09\x42\x30\xf6\xd4\xd3\x9f\x71\x39\x12\xc0\x29\xf3\x93\xb5\xa1\x32\x65\x1b\x42\xb8\xc6\xfb\xfb\xc2\xd9\xf0\xd4\xcc\x02\xc1\xda\x49\x3a\xab\x0b\x63\xa7\xfe\xfd\x25\x53\x96\xdd\xa3\x57\x7c\x54\xd1\xa5\xee\x3a\xcb\xca\x68\xf2\x31\x6f\x9a\xb2\x48\x21\x10\x63\x17\xe7\x96\x40\x8c\xa7\xac\x9a\x59\x5a\x28\xcd\x2f\xea\x11\xd3\xbf\x8c\x4d\xa7\xeb\x4f\x06\x4d\x7e\x0a\x13\xa6\xb1\xe8\x1a\xdd\x10\xac\xba\xc3\x42\x42\xd8\x93\xbf\xc5\x33\x54\xfc\x3e\xe2\x32\x76\x31\x0e\x09\xcb\x78\x2a\x55\xef\x40\x52\xba\xa4\xe4\xe8\x36\x27\x97\x65\x9f\x17\x57\x4b\xef\xd4\x1d\x34\x5a\xfd\x6a\x56\x28\x46\xbf\x9a\x65\xd2\xe4\x87\xf1\xcb\x28\xad\x28\x9b\x58\x25\x17\xce\x34\xeb\xaf\x31\x7f\xba\xa6\xf0\x6e\xfb\x7d\xba\xe1\xdd\xf6\xf2\x7a\x13\x7f\xf1\xf2\xc2\xbc\xb8\xc4\x64\x43\x43\x50\xc5\x7b\xca\x30\x66\xbd\xb4\x75\x74\x95\xbe\x50\x60\x90\x51\xc8\x7a\x41\x8a\xe8\x16\x7b\x4d\xb5\xe3\x9a\x02\x39\x0c\xe7\xd8\x2b\xba\x67\x09\xa5\x38\x65\x72\xa1\x50\x8a\x97\x1f\xef\x2f\xb0\x93\xee\xad\x17\x16\xb4\x59\xc8\xe2\x05\x42\x12\xd6\x7d\x29\xa6\x88\xc8\x0d\xfc\xcf\x4e\x99\x93\x10\x30\xf1\xd4\xab\x1e\xe2\xbd\xce\x57\x55\xc8\x00\x6b\xd6\x4e\x0f\x11\x60\xf7\xc3\xf9\x85\x27\x8e\xef\x3c\xa0\x32\xe5\x77\x3f\x7e\x62\xa5\x74\x4a\xfc\xc4\xbb\xb9\x4d\x04\x2c\xb2\xce\x21\x7e\xe2\x2d\x95\x02\xc5\x4f\x94\x4a\xdc\x0a\x19\x60\x97\xdd\xf0\x42\x06\x28\x5f\x6a\x44\x4f\xcc\x32\xf1\x53\xb4\xc4\xcb\xeb\xf0\x1e\x1a\xa6\x6b\x65\xdb\x57\x57\xf4\x44\x45\xcc\x50\x48\xf6\xba\x5f\x0a\xd8\x15\x75\x21\x48\x49\xf6\xbc\x9e\x21\xbc\xeb\x26\xc4\x91\xd6\x49\x39\x94\x28\x87\xa7\x0d\x67\x85\xaa\x54\x2d\xea\xc6\x7e\xc9\x23\x67\x9b\x97\xae\xee\xb7\x4e\xbb\xee\x51\x02\x1d\x7e\x5f\xbd\xef\xa5\xb1\xa9\xbf\xba\x2a\xaa\xbf\x12\x2a\x42\x1f\xcf\x22\x0d\x49\x58\x96\x04\x66\xd9\xa3\xd9\x4c\xa0\x73\x35\x8a\xaa\x1a\x04\x2c\x52\x30\x22\x62\xe1\xf9\xa5\x7a\xa4\xa3\xa8\xd9\x46\x0a\x76\x79\x17\x7d\x58\x26\x6d\x05\xa4\x60\xdf\x67\xf9\x07\x71\xbd\x74\x8a\x56\xc8\xc1\xce\x4f\xab\xb2\xec\x1b\x5d\xa6\x92\x8b\x49\xfb\x85\x28\x85\xf7\xf7\xd9\xfe\x11\x7d\xd1\xfe\xac\x27\xee\xa8\x85\x92\xa7\x13\xb5\xf0\x96\x30\x8e\xa8\x85\x8a\x97\x36\x15\xb4\xf0\x92\x61\xcc\xfa\xb0\x1f\xb4\x93\xc2\x76\x28\xd7\xee\xa2\x6c\x48\xe7\xc0\xd9\xba\x97\x3f\x7a\x5b\xe8\xea\xc5\x31\xef\xe5\x3d\xf8\xd1\x86\xf0\x2c\xc1\x8b\x96\x4d\xc8\xfa\x88\x9c\xcc\xfe\x1a\x1b\xcd\x3d\x5a\x9a\x15\x35\x1b\x08\xbe\x17\x17\x0d\x5d\x27\x5d\x82\x92\xa9\xc9\xd8\x65\x85\x4c\x2d\x7d\x87\x4d\x50\x72\xbd\xb0\xf0\xb7\x7b\x79\x0f\x86\xc3\x5d\x85\x94\x3b\x39\xf0\x5a\x72\xd9\xd8\x39\x1e\x8a\x0e\x7b\x77\xd9\x41\x59\x57\x74\x48\x20\x13\x64\x61\x49\xa4\x78\x73\x27\xc7\x41\x74\x6f\x89\x75\x29\xa5\xf2\x85\x64\xee\xf2\x31\x08\x9f\xbb\xdd\xe4\xad\x6c\x90\xa4\x6d\xb3\x90\xcc\xe5\xe4\x9c\xa6\x2f\x29\xcb\x89\x51\x1f\x10\xcd\xf9\xc0\x84\x64\xae\xe7\x6f\x23\x5a\x16\x57\x14\xa8\x41\xa4\xa6\x44\x6f\x66\x9f\x84\x74\xad\xfb\x34\x3d\xc1\x44\x90\xa4\x70\x3d\x53\x3d\xc8\xca\x32\x27\xee\x6d\x20\x07\x73\x19\x1f\x22\x37\x5f\xee\x6d\xf0\x2a\x8a\xe9\x98\x90\x9e\x75\x9f\xbc\xb0\x2b\xea\x59\xb4\x5e\xb8\xd8\xed\xc6\xf4\x18\x19\x65\xad\xd1\x83\x42\x9a\xd9\x58\x8f\x77\x94\xda\xc4\x03\x42\xf1\x2f\x09\x88\xec\xde\x22\x09\x31\x43\x04\x3f\xba\xf3\xfa\x66\x1f\xb2\xaa\x29\x08\xcc\xef\x40\x83\x30\xf8\x4e\x3c\x77\x84\x47\x8d\x6d\xaa\x05\x66\x18\x2f\x49\xbf\x63\x3d\x5b\xfd\xd3\xc8\x36\x77\xf2\xed\xaf\x6c\xf9\xee\x2c\x0f\x0d\x6d\x5d\x59\x2b\x99\x85\xfa\x68\xdf\xb0\x19\x76\x38\xd6\x1d\x72\xe8\xb2\x2f\x6e\x14\xe9\xf9\xec\x8b\x4b\x84\x4e\xec\x8b\x5d\x04\xe5\xb2\x43\x12\xd7\x33\x07\x6b\x87\xad\x52\x57\xff\xf6\xc5\xae\x29\xae\x45\x13\xe6\x1f\xbe\xa2\xe8\x50\x2e\x7c\xdd\x75\x17\x05\x75\xc2\x1e\xd9\x21\x79\x2b\xba\xe0\xf6\x85\x14\x45\x1c\xa3\x1d\xa2\xb7\x9e\x8b\xc6\x01\xb2\x61\xcc\x1b\x03\x28\x2d\xd1\x0e\x03\xa8\xae\xc5\xdd\x97\xc8\x0e\x77\x27\x5e\x36\x72\x47\xb6\x11\xae\x5d\xb2\x28\xdb\x97\x36\x9f\x67\x40\x4f\xe2\xae\x61\xb2\xf9\x8a\x46\xb2\xc0\x02\x45\xcd\x60\x16\x23\x06\xe7\x46\xd6\x96\x8b\xfa\x17\x64\x47\x2e\xae\x07\xb2\xa3\xfb\x23\x8b\xed\xa9\xc5\xa0\x66\xfe\xd9\x9d\xf8\x29\x0b\x75\xeb\xd1\x60\x49\xfb\x9d\xa3\xa0\x60\xeb\xed\x8f\x9f\xe8\x83\xfb\x17\x86\x1d\x97\xba\xc0\xb6\x2d\x9a\x22\xd4\x9b\x2e\x77\x9e\x7d\x5b\x55\xa9\x68\x9b\xa4\x7a\xf4\x08\xf7\xda\xe3\x7c\xe6\xf2\x1c\x21\xb5\x1b\xea\x41\x28\x9a\x08\x8d\x6f\x2c\xb6\x92\xfb\x2a\xf2\xb6\xbb\x0b\xd1\x59\x5e\xe8\xc4\x9e\x3d\x8d\x38\x0b\x5b\x00\xf2\x7b\x23\xd2\xbb\x84\xd6\x15\x9a\x76\xca\x04\x89\xd0\xb4\x3d\x43\xdd\x10\x9a\xb6\xe7\xea\x5f\x86\x41\x59\x72\xb5\xac\x36\xcf\x81\x1d\x16\x5b\x59\xbe\x4c\x14\x42\xb6\x7a\xfa\x10\xe9\xcd\xab\xaa\x4d\x0c\x63\x65\xf5\x49\x0c\xd9\xa2\x77\x1a\x21\x64\x4f\x59\x7f\x8c\x59\xa8\xae\x08\x62\x0c\xfc\xbb\x6f\x91\xb6\xee\xa0\xf6\x23\xef\xf0\x7d\x6b\x3f\x0e\x57\x0c\xee\xa9\x1a\x69\x30\xf5\xb3\xbb\xb4\x78\x02\x24\x55\xbc\xd4\x7f\x7f\x15\x3e\xf4\x57\xa6\x45\x3d\x14\x4d\x95\xd4\x2a\x5e\x9f\xbc\x7b\x6f\xdd\x7e\x4d\x35\xc1\x9d\x97\xa8\x7f\x87\x83\xdb\x9e\x3d\x1c\xe1\xb1\xe2\x6c\xe0\x10\x8f\x46\x81\xe7\x9b\x3f\x42\xc0\xf0\x70\xda\x21\x8b\xca\xba\x23\x08\x19\x79\xca\x0e\x65\xe9\xef\x54\x2e\x42\xa1\x5e\xfe\x61\x1c\x70\xa8\x24\x02\x48\xf6\x0c\xe5\x46\x88\xc8\x2e\x6b\x7c\x62\x42\x9e\x4a\x55\x4d\xe8\xbc\xcb\x56\x97\x08\x91\x99\xb8\x71\x27\x17\x4a\xee\xc5\xd5\x70\xc7\x0f\xb5\x21\x7c\xac\x6d\x5e\xc4\x41\xd4\x19\x40\x84\x94\x9b\x3f\xc6\xfc\x68\xb6\x42\x84\x94\x25\x47\x20\xe6\x63\xcf\x90\x7b\xc4\x7c\xec\xf2\x73\xa3\x20\x8f\x53\x96\x47\x8a\xeb\x98\xfd\x43\x64\x46\x32\x18\x22\x58\x63\xcf\x42\xaa\x05\x6c\xd8\x55\xab\xbc\x0d\x39\x07\xc9\x31\xd4\x9d\x78\x3a\xc9\xad\xdd\x2e\xdc\xa7\x6e\x71\xd1\x71\x0d\x0a\x0e\x3d\x4f\xae\x5d\x82\x95\x23\x67\xdd\x5b\x82\x9f\xef\xef\x5e\xd1\x53\xd7\x09\xc2\x1f\x2a\x2a\x32\x8b\xfb\x7c\x17\x2d\x48\x57\x23\x7a\x0f\x4f\xd5\xb4\xb1\xcc\xf2\x4f\xe9\xfa\x54\xc5\x1b\x82\x32\xbb\x6c\xe0\x8f\xee\xb2\x8c\x8b\x51\x86\x88\xa8\x67\x5d\x2b\xd5\xab\x35\x95\x05\x8d\x43\x1d\xed\xca\x8d\xa8\x89\xad\x22\xd7\xa7\xb3\x31\x25\xea\x6d\x15\x99\x55\xfd\xcb\x58\xcc\xfe\x67\x99\xe7\xae\x58\xfa\xcb\xf2\x69\x23\x22\x92\xf3\xa3\x5d\xa1\xb8\x75\x2a\x2a\x9c\x7f\xc9\x8f\x76\x48\x81\x7a\xd6\xc6\x43\xea\x23\xf7\x31\xbb\x0a\x3b\x08\x9d\x85\x94\x27\xc9\xf0\x71\x87\x9b\xcb\xdc\xbf\xdf\x98\x77\xe1\x95\x2a\x5c\x51\xfd\x35\xe6\xe0\xfb\x51\x73\xa0\x36\x51\xab\x36\x7e\xad\xc4\xa6\xf6\xb1\x8d\x48\x9c\x0a\x4a\x3b\x89\xc4\x99\x9b\x87\x19\x3c\x14\xc9\x32\x89\xbc\xa9\x58\xcb\x27\x17\x3b\x58\xdb\xb2\x8a\x54\xf2\x30\xb9\x46\xb4\xf0\x78\xab\xbc\x44\x2f\xee\x8a\xab\x41\xdf\x1c\x15\xed\x0f\x63\xdb\xa6\x9b\x03\x76\xa0\xc2\x6d\x4e\x19\x45\x6d\xb9\xab\x14\x4b\x7e\x63\x51\x99\xbf\x1f\x99\x6a\x7f\xe3\xf1\xa5\x03\xa8\xe8\x9b\xc6\xbd\x4d\x37\xc9\xf4\x4f\x83\x09\xa9\x9b\x24\xfc\x4c\xa6\x2c\x76\xee\x6e\xe2\xa0\xe9\x12\x6a\xa8\x25\x5e\x70\x3e\x76\xe3\xb2\xd0\x86\x93\x71\xe4\xa5\x39\x6b\x2c\xcc\xd4\x2f\x83\xbb\x9a\xa7\x46\x2a\x07\xd3\x97\xb3\x81\x14\x5d\x2b\x46\x8d\x92\x58\xee\x26\x57\xe7\x97\xb3\xb1\x30\xc2\x8a\x16\xb0\xe9\x6e\x68\xac\x8c\x56\x1f\x89\xda\xf5\x2d\xca\x55\xe0\xde\x82\xed\xa7\x3f\x32\x30\xf7\x36\x16\x51\x9e\x4f\x08\xcb\xd9\xb3\xe7\x6b\xab\x7b\x6e\x92\x4b\xd0\x23\x43\xe9\x54\xc6\x60\x44\xe9\x3c\x85\x8b\xb2\x71\x5c\xb4\x84\xe1\x4b\xb2\xfb\x66\xe8\xe2\x7b\x55\x7f\x64\xfa\x9a\x72\x2d\x8a\xba\x56\x1d\xe6\xa1\xac\x3a\x5f\x95\xd5\xe4\xba\xa2\x27\x7e\xca\xb0\x43\x1c\xd7\x8b\x26\xb3\x8b\x05\xaf\xab\x2a\xdc\x42\x76\x79\x2b\x24\xec\x66\x2f\x5a\x23\xcc\x18\xe7\xe5\x0e\x4d\x56\x85\x47\x27\x91\x36\xef\xea\x9b\x4c\x96\x8a\x97\x07\x2a\x9e\x89\x66\x90\xe8\x9a\x97\x9e\x30\x3b\xcc\x11\x7b\x71\x77\x97\xe4\xca\x2e\x0b\xe7\x4d\xe4\x72\xd7\x73\x47\x77\x64\x0f\xee\x7a\xb9\x5c\x56\x7d\xf2\x47\x06\xae\xb1\x11\x44\x44\xfc\xa0\xdd\xd1\x8a\xef\xfe\x98\x69\x45\xd3\x82\x46\xa2\x6f\x37\x44\x79\xe5\xd2\xc8\xe3\x3e\x1d\x5e\xe0\xb8\x05\xa4\xcf\x4e\x98\xce\x5e\x3c\x29\x5b\xfd\x61\x9c\xc8\xee\xa6\x8c\xd8\x36\xce\x20\x2d\x64\x26\x4c\xe7\xf9\x7a\x29\xfb\x26\x9b\x94\x55\x55\x4c\xc3\xc0\x26\xdf\x97\xf1\x40\x28\x7e\xfd\x0d\x17\x87\x7b\xc0\xe7\x86\x3f\xb1\x07\x14\x9d\x8c\xc1\xb6\x0c\x3a\x4d\x9e\x84\xd0\xad\x17\xf5\x3f\x0c\xeb\x7a\x51\x17\xc2\x78\xee\x96\xac\x9d\xc0\x88\x5d\x71\x04\x88\x8b\x78\xa6\xd3\x1f\x37\x8d\xf8\x97\x87\xe8\x91\x53\x9f\x3d\x35\x65\x2e\xaa\xe0\x15\x91\xc3\xed\xde\x94\x19\x19\x21\x14\xbb\x74\x31\x09\x9a\x78\x3e\x3a\xdb\x99\x83\xa9\x6c\xac\x19\x1c\x08\x82\x1f\xf6\x22\x2c\x16\xbe\xf4\x7a\xd1\x2d\x15\xae\xf4\x8a\x29\x44\xac\xda\x8a\x30\xe7\xd2\xc4\x7e\xb3\xd8\x62\xb9\x9a\xc1\x47\x67\x35\x4a\x37\x19\xe3\xd2\xc1\x5f\x62\x21\x89\x00\x08\xdb\xb5\x22\x79\xc7\x96\x79\x9a\x89\xb0\x30\x4f\xeb\x25\x39\x77\x68\xbb\xac\x6b\x69\xa1\xc4\x62\x0a\x2d\xec\xd1\x7a\x49\xce\x05\xd6\xd2\xc9\x59\xe8\xc3\x99\xee\x41\x10\x55\xb4\xdb\x96\x8e\x8a\xbb\x87\x4d\x91\x2f\xe7\x25\xc2\x47\x04\x65\x58\xab\x9d\xc2\xea\x51\x70\x94\xe4\x3f\x83\xd0\x87\x5d\x7e\x61\xf6\xe2\xa8\x24\xe7\xe2\xf0\x16\xe7\x22\x4a\xc8\xe5\x36\x76\x70\x6b\xd5\x9f\xb3\x27\x4a\xff\x36\xc8\xe6\xbf\x9d\x0d\xad\xab\xee\xe6\x23\xd4\xbe\xae\x50\x44\x52\x59\x42\x8a\xbd\xf1\x8f\xf6\xcd\x69\xf9\x9a\xb2\x5a\xb0\xae\xec\x26\x3b\x94\x7d\x85\x71\xc5\xad\x5c\x84\x9f\xd3\xad\x18\x12\x29\x45\x6b\x9f\xc4\x36\x4c\x7e\x5d\x45\x6c\xc3\x5e\xb2\x73\xdc\x9f\x1a\x57\xc8\x98\x6a\x2b\xfe\x38\x43\x43\xcb\x39\x38\x4b\xea\xeb\xa4\x79\x75\x95\xdd\x23\xb6\xc4\xe6\x1c\x66\x37\xff\x30\x3b\xea\x5b\x3c\xac\x8a\x18\x08\x08\xa3\x2e\x39\x1e\xd9\x9b\xbd\xa4\x79\xdd\x7a\xcb\x8b\x4c\x0e\x13\xb4\x5e\xbe\x45\x21\x46\x9a\x2b\x0a\xec\xe9\x09\xf0\x8e\x70\x36\xe2\xdf\x98\xac\x09\x33\xb3\xf3\x55\x43\x89\x0d\x52\xbe\x39\x66\x24\x3b\xcb\x22\x08\xa1\x63\x77\x56\x74\xe5\xec\xad\xa1\x51\xf6\x25\x8c\x29\x94\x23\xdb\x32\xd9\x02\x6e\x0b\x7f\x8a\xbf\x7e\xc2\x8b\x71\x52\x0e\xc6\x92\x66\x1e\xd9\x4f\xf5\x73\x21\x0c\xc1\x4e\x27\xfc\x15\x2a\x5b\x4f\x8b\x30\x0c\xbb\xe5\x32\x87\xd8\x87\xa7\x26\xb5\x0a\x82\xd0\xf6\x7b\x09\x41\x64\x7f\x64\x82\x45\x91\xbf\xd0\x89\xf5\xeb\x06\xbb\xb1\x7c\x7d\x2b\x86\x36\x2c\xce\x3e\x7c\xfd\x1b\x48\x1c\xf7\x78\xd2\xcd\xd9\x2f\xcc\x82\x44\x45\x86\x7b\xbc\x53\xed\x50\x96\xc7\xbf\x5e\x10\x21\x36\xea\x45\x7b\x37\xdc\xd3\x9d\x0e\xea\xa7\x9b\xa1\x8a\x5c\x7e\xe9\x7d\xac\x83\xf7\x92\x60\x41\x0f\x15\xc5\x17\x94\x0d\x27\xf1\x05\x73\xf9\x96\x0d\x17\xe4\xde\x86\x2f\x1f\x68\xf5\x29\xde\x3f\xa5\xba\x22\x06\xae\xbd\xf5\x16\x3b\x45\xf7\x43\x08\x8b\x4e\x76\x28\xdb\xa8\x69\x2a\x0b\xd6\xd7\x32\x87\x91\x58\x2f\xd5\x3f\xdd\xbf\x7e\xaa\x54\xbc\x14\x29\x50\x6e\xd2\x88\x14\x68\x37\x31\xfb\xcd\x8d\x20\x7a\xea\xcd\xfa\xdf\x7a\x65\xbd\x39\xe0\xa2\x91\x14\x35\x50\xf6\xa0\xfb\xad\x0d\xa0\xdd\xf1\xf6\x06\x70\xe1\x41\x61\x0d\x6d\x72\x2f\x6a\xf3\xbc\xe1\x9f\xc8\xe8\x72\xbf\x45\x52\x69\x3f\x84\x79\x57\x31\x86\x0e\xb1\x53\x97\xed\xf5\x7e\xeb\x1a\x18\xce\x4e\x2a\x52\x27\xb8\x07\x9a\xeb\x89\x15\x6f\xfe\xa6\x36\xfd\x51\x6d\x6a\xe4\x8b\x53\xa3\xad\xf4\xc6\x55\xbb\x4c\x24\xf7\x5b\xc4\xb6\xde\x65\x21\xb0\xea\x45\xf8\xe2\xad\x4b\xa2\x38\xcb\xb2\xe9\x96\x08\x13\xaf\x5e\x74\xfc\xde\x21\x67\x2e\xcd\xd5\x72\x2c\xaa\x3f\xbe\xc9\xd2\x4a\x48\x83\xb2\x84\x41\x3b\xc4\x3f\xe7\x23\xd5\x7e\x74\xac\x85\x43\x3f\xa8\xb2\xfb\x71\xfa\xe1\xa8\xea\x54\x7f\xb4\x52\xda\xfa\x1f\xe9\x2f\x66\xd7\x14\xb3\xd4\x9d\x7b\xff\xfa\xa9\x52\xbd\x50\x60\xc6\xeb\xfb\x4b\x10\xae\x0e\x75\xb8\x87\x4b\xd9\xfc\x33\x19\x58\xf9\xd1\x1b\x06\x56\xe7\xab\x6a\x12\xe5\xeb\xc2\x41\x67\xda\x36\x93\xa0\x86\x77\xf5\x15\xf4\x81\x55\xee\x2b\x1b\x89\x4b\x95\x8e\xc7\xb6\xc4\x45\x93\xf8\x60\xc0\xe6\x97\x19\xc1\x0a\xcb\xfd\xfd\x1a\x8c\x64\xac\xdd\xd6\xfc\xb0\x38\xd8\x9d\xae\xc5\x7e\xaf\x58\x81\x3e\x0b\xce\x57\x2d\xb1\x0f\x4f\xf6\x21\x3b\x22\x1b\x8c\x9f\x3b\xe3\x45\xf3\x59\x25\xf6\x70\xe6\x0d\xf8\xa0\xc9\x7b\xba\x51\xc8\xc2\xab\x83\xa1\x73\xb2\xa8\x6b\xc6\xeb\xe3\x59\x11\x2b\xe4\xfc\x96\xc2\xb0\x04\x32\x12\xa6\x67\xc5\x9b\xfb\x56\x30\xd6\x67\x11\xcb\xa1\xf0\x1a\x7e\xd0\xfc\xec\x43\x5d\x8e\x87\xe8\x5d\x78\x6f\x3c\x0b\xbf\x3c\x85\x07\xd1\x83\x0a\x64\xc7\xdb\xd6\x83\xea\xe2\xad\xd8\x09\x0f\x9a\x83\xb7\xfc\x54\x3f\xab\x13\xb9\x20\xf6\xe2\x23\xfd\xba\x8c\xec\xf7\x41\x0d\x6e\x40\xde\x3f\xa8\xc1\x0d\xc8\xc8\x07\x35\xb8\x8e\x07\xe4\x47\x5a\x70\x05\x39\xff\x83\x16\xdc\x28\xe3\x8f\x1e\x56\x1e\x54\xe4\x46\xd1\x48\xc2\x7d\xfb\x28\x73\x2a\x87\x69\xd2\xe5\x8f\xed\xd7\xcf\xa8\x5a\x98\x11\xc6\x19\xb5\xbb\x3b\xfb\xe4\x46\x56\xee\x15\x39\xff\xee\x7d\x72\xdf\xbe\x7d\x22\xe7\x26\xc2\x74\xd6\x43\x5c\xe1\x44\x29\x25\xe5\xc2\xae\x37\xfb\x1b\x71\x77\x9a\xb3\xc4\xc3\x51\x83\x2b\x3c\x0b\x66\xcd\x86\x5c\xfc\x16\xe5\xc2\x4d\x99\x3b\xba\xc2\xc9\xb0\xbb\xb6\x50\xb4\x71\x83\xef\x20\xbb\x58\xc6\xa1\x0d\x31\xf4\x11\xf7\x46\xd9\xed\x07\x77\x2e\xc3\x44\x78\x50\xce\x3b\x59\xff\x36\xe8\x42\xe4\x3c\x0f\xba\x7a\x77\xe6\x52\x79\xd0\xd5\xeb\xf8\x96\x7f\x50\xd5\x3b\x15\xab\xf3\xf1\xd0\x91\x86\xef\xc9\x4e\x2a\xd6\x60\xe2\xb0\xe4\xec\xfe\xc7\x53\x27\xf3\x3e\x3d\xd9\x50\x9f\xc0\x6d\xc8\xc9\x72\x58\x92\x6b\xfe\x90\x75\x2f\x1e\x7e\x4b\x43\xa1\x06\x78\xb2\x53\x59\x86\x3b\x6e\x65\x19\x6e\x2e\xca\x32\xdc\x9a\x94\x65\xb8\xbd\x2a\xcb\x70\x53\x57\xb6\x45\x74\x8e\x4b\x39\x86\x9b\xfd\x53\x86\x5b\x5c\x96\x4b\x7f\x0e\x65\xc3\xac\xe7\x5b\x96\xd1\x76\x77\x91\xa3\x54\x5c\x96\xd1\x16\x77\x82\xd1\x66\x67\x19\xed\xd4\x78\x74\x2a\xab\xaa\x9a\x8c\xb6\xfa\x2b\xa3\x4d\xfa\x2d\x86\x06\xb9\xfb\x2b\xa3\x2d\x9a\xb8\xa9\xc5\x75\x16\x2c\x53\xd5\xab\xc9\x70\xa7\x1b\x8a\x67\xac\x17\x3b\x5c\xe1\x9f\xdf\x3a\xcb\xea\x56\x57\x15\xe2\xc1\xfb\xfb\x5b\x5c\xa7\x78\x6e\xa6\xd6\x4f\x33\x87\xa5\x0b\x12\xd5\x93\x65\x44\x42\x10\xf8\xd3\xc9\x39\xf9\x2b\x23\x12\x56\x0d\x3d\xc5\x5b\xaf\xbe\x07\x45\xc5\x53\xb3\x16\x1b\xf7\x61\x45\x58\x35\xfc\xe5\x9f\xaa\x5c\x98\x05\xec\x2e\xcc\x88\xb2\x7b\x15\x0b\x28\x2c\x1a\x7a\x8d\xb7\x14\x12\x4e\x36\xdc\xb6\x26\xef\xb1\xa0\x15\x72\x13\x1a\x0d\x2d\xae\xa9\x79\xdc\x04\x9d\x40\x59\xf1\x81\xab\xd0\x51\xb5\x7f\x76\x9c\xd4\x0e\xe1\x75\x72\x81\x7e\x41\x37\x3b\x76\x79\x27\xc8\xcd\xb3\xd1\x75\xc5\xe9\xc2\xb3\x43\x31\x8c\x37\xd7\x03\xf1\x3f\x2e\x15\x7c\xc9\xb8\x57\x19\xbc\x4a\x28\x83\xb1\xb6\x32\x98\x8b\x2a\xd3\xa3\x06\xff\x28\xcc\xbc\xdc\x52\xf8\xb6\x77\x0d\xaf\x5f\x3f\xc2\x55\xfb\x45\x2c\xd5\xac\xcc\xa1\x19\xb3\xab\x7b\x7e\xfd\xb4\x3f\x5b\xed\x3f\x8a\x64\xce\x2e\x21\x90\x79\xd3\xcc\xbc\xf0\xb8\x74\x29\x73\x2a\x0c\x12\xf9\x81\xa4\x27\xfc\xd9\xa3\x60\xdd\x5d\x7d\x8d\x60\x24\xac\x3d\x94\x34\x52\xa0\x47\x51\xbc\x8b\x8b\x9d\xda\xb8\xb8\x88\xe1\x0d\x23\xef\xd9\x6f\xc2\xac\xeb\x4b\xf4\x8d\x3d\x0a\x05\x8a\xd7\xd1\x07\xfa\x13\x7f\x06\x0f\xf1\x81\x71\x9e\xff\x10\x1e\x98\x40\x1c\x0f\xc1\x81\x07\xec\xd8\x87\xd8\xc0\xe8\x88\x3c\x04\x03\x8e\xc7\xf7\x73\xcd\x87\xb0\x6d\x23\x9c\xfe\x45\x1e\x06\xd8\x15\x92\x28\x00\x81\x69\xef\xa0\x71\x0f\x00\xc3\xf6\x3b\x85\xb6\xfb\x73\xad\x8b\xb0\xb7\x77\x0e\x0f\x44\x01\x48\xd8\x6a\x87\x82\xbe\x00\x71\xf5\x07\xdb\x05\xc0\x42\x08\x71\xf6\xb4\x00\x68\x35\x95\xef\x4f\xe2\x22\x29\xa1\x9b\x14\x80\x2c\xa9\xf1\xa1\xd2\x02\x50\x51\x0d\x0d\x97\x72\x01\x80\xa2\xc8\xe3\x5b\x02\x4d\x76\xd4\x95\x03\x80\x7a\x1e\x3a\x98\x01\x80\x5a\xee\x61\xda\x19\x80\x0f\xca\xb4\xa1\x36\x18\x00\xdc\xbc\xf6\xb0\x58\x3c\x00\xbb\xec\x0c\x5d\xc1\x00\x14\x8d\x76\x4e\x03\xe2\x8e\x28\x61\xe6\x19\x80\x46\x00\x8c\x90\xce\x04\x00\x96\x2e\xaa\x62\x01\xf8\x92\x22\xc5\x00\xa4\x63\xe1\xb9\x29\x00\xa8\x96\x5e\xe1\x93\x2e\x00\xf1\x38\xba\x7b\x28\xe6\x07\x40\x5a\x39\xf1\x10\x38\x00\x19\x42\xa3\x8a\x03\x00\x3b\xfe\xc0\x67\x01\x48\x0c\x2e\xee\x9c\x00\x48\x28\x58\x93\x5a\x59\x08\x43\x50\x39\x09\x00\x02\x8f\x72\x7b\x5d\xb0\xe0\xb9\x51\x51\x09\x80\xf0\x62\x84\x44\x08\xc0\x66\x19\x02\xbb\x05\xe0\xa5\x9f\x78\xf5\x17\xee\x10\x72\xf8\xc3\x05\xc0\xf5\x1e\xca\xbc\x07\x80\xdc\xec\x46\x5e\x0b\x40\xab\x3f\x55\xc7\xc6\x0c\x04\x29\x65\x00\xe8\x07\xd2\x17\x01\x68\xd6\xcb\x00\x1f\xf1\x0e\x09\x1b\x80\x37\x7e\x25\xb3\xb6\xc3\xad\x48\x41\xf0\x53\x01\x40\x1d\x84\x91\x62\x00\xb8\xc8\xe0\xaa\x02\xc0\x6d\x46\x49\xf7\x17\xb0\x29\xd1\x05\xd8\xbc\x6a\xe2\xcd\x00\x60\xe9\x27\xc3\x80\x68\x05\x7e\x55\x00\x70\x5f\xd3\xc2\x59\x28\x00\x7c\x41\x96\xec\x4a\x89\xea\x0f\x37\x2a\x00\x8f\x00\x45\xad\xc8\x75\x6a\x8f\xb0\xae\x02\x7c\x08\x8c\xa0\x9e\xce\xae\x8e\x75\x97\x80\xec\xe8\x45\x33\x76\xe3\x04\xeb\xd0\x4a\x6a\x05\xf7\x40\x77\x2f\xd3\x3f\x79\xa3\x28\x5c\xa6\x26\x68\x11\x16\xb4\x8d\x6c\x00\x32\x94\x5e\x93\x06\x87\x15\x49\x1f\xce\x6f\x19\x34\x57\xe1\x93\x7b\x17\x7a\x5e\x85\x71\x6e\xef\x86\x08\x5f\x0f\x00\x7c\x52\x4b\x37\x00\x7d\xa7\xf0\x2c\x15\x80\x86\xd8\x33\xfc\x80\x0a\xf0\x02\x90\x0c\x60\x03\x85\x53\x40\x00\x44\xbb\xac\xd5\xfd\x40\x62\xd2\x6b\x73\x09\x08\xd8\x5e\xdb\x9f\xb4\xe0\x55\x9a\xc9\xfb\xf6\x1a\x47\x43\xbd\x76\x03\x70\xb2\xd2\xeb\x70\x9f\x50\xcc\xea\x15\x6c\xbc\x12\x91\xf5\xee\x5e\x85\x6c\x12\xf1\xa1\xee\x69\x44\x91\x86\x2a\x6d\x5f\xc0\x87\xd9\x6b\x42\x36\x69\x12\xd2\xaa\x16\xe1\xda\x34\x37\xc3\x68\x3a\xc2\x09\x53\xf0\xbb\x37\x4d\x67\x92\xc1\x75\x6f\xda\xf6\x69\x21\x90\xec\xad\xba\x04\xc6\x0d\x3d\x2e\xad\x00\xbc\x65\xa8\xa6\xbd\x93\xa4\x92\xd9\x9b\x30\x58\x92\xaa\x14\x4c\x6a\x00\x9c\x83\x88\xf4\x19\x00\x9d\xe9\xd0\x9a\x0c\xc0\x44\xdb\xec\xe6\x32\x5a\x89\x78\xf5\xe9\x0a\x77\x51\xcf\xb5\xb2\x42\xcc\xf5\xae\xbd\x92\x87\xb6\x5b\x68\xe1\x08\xc0\x32\x08\x2f\xe4\xd1\x37\x0e\xfc\x34\x1f\x79\x04\xd3\xe4\xee\x5d\xeb\x9c\xe5\x2b\xbd\xdc\xc5\xad\x3c\x38\x25\x0d\xfb\x39\x01\xf4\x93\xf2\x05\xd0\x6c\xcb\x5f\x80\xdc\x04\xfe\xae\x63\x01\x48\x5f\xc0\x03\xe0\x5b\x07\xf3\x11\x11\x2d\x00\x88\xbd\x90\xf4\x13\x5f\x46\x7d\xfc\x06\x6c\x00\xc5\x00\x22\xcc\x75\xcd\x7a\x9e\xd2\xdb\xe9\x1e\xfe\xcc\xb4\x32\x6e\xff\x84\xf0\x96\x7d\x08\xa5\x65\x5c\xf1\xde\x7d\xe8\x9a\xc8\x53\x53\x38\x2f\x97\xe0\xfd\xd5\x87\xa7\x70\xf2\x02\xeb\xe1\x81\x42\x00\x14\xcb\xa6\x4b\x08\xb7\x0c\xaf\xcb\xc4\x12\xa0\x0f\xcf\x18\x4e\xba\xee\x1e\x7e\x84\x00\xc4\xc5\x4a\xd4\xfc\x00\xa0\xe7\x4d\x54\x75\x01\xe4\xb3\xc8\x3d\x7d\x14\x9b\xae\xbb\xa7\x0f\x77\xf1\x5d\xd3\x17\xf0\x50\x42\x95\x2e\xed\xc2\xa1\x8d\x9b\xf1\x06\x71\x00\xaa\x63\x2d\x0c\x69\x87\x48\x80\xbc\x61\xbf\xf4\xa9\x7d\x9a\x37\xc1\x8f\x4b\xf2\x68\x77\xe6\x19\x19\xae\xed\x02\x40\xb8\xdc\x3e\x85\xf5\xb2\xf4\x71\x46\x9e\x2e\x51\x55\xc2\x13\xb4\xe5\xfa\x76\x16\xff\x04\x83\xc5\x3e\xbd\xd7\x11\x74\x1e\x80\x9b\x7d\x13\x84\x79\x6a\xf5\x0b\x71\xdf\xd3\x75\x6b\xe3\x96\x91\x40\xb6\xa1\x68\x10\x80\x82\x2d\xea\x75\xf9\x27\x58\x9c\x8e\x4b\xdb\xa1\x8c\x8e\xc3\x9f\xd0\x6c\x0e\x00\x52\x89\x62\xb2\xaa\x0c\x98\x64\xe3\x12\x06\x2f\x0a\x27\xe0\x6b\xa3\xcc\x41\xe8\x96\x4b\x97\x53\x91\xbb\xc7\x71\x89\x68\x28\xf2\x4d\x43\xfc\xc1\x03\x58\x74\x74\x84\x2b\xe2\x00\xf0\x74\x1d\xb7\xa6\xb4\xac\x37\x25\xee\xdb\x25\xde\x98\x6e\xdd\x22\x80\x8a\x14\x39\x87\xd1\x47\xd9\xc4\x0b\xce\x53\xd4\x5d\xd9\x43\x9a\x80\x75\x7c\x01\x31\xd8\xfb\x37\x00\xa3\xae\x5b\xd7\x68\xd9\x13\xbf\x05\xb7\xf6\x5c\xd9\x0b\x37\x0c\xb7\xbb\xbe\x1f\x89\x5e\x74\x91\x54\x62\xf1\xdf\x23\x3c\x93\x00\xc0\xa3\xc7\xad\x75\xaa\x23\x4c\xe8\x0f\xa0\x0a\x80\x8f\xe9\x71\x8b\xde\xa9\x84\x9c\x3c\x00\xff\xa4\x33\x85\xb7\xae\xe2\x4a\xac\xc0\x03\x70\x1d\xb2\x18\xbc\xb5\x6f\xab\x7c\xf0\x8f\x43\x64\xff\xf1\xfe\xaa\x33\xa1\xcb\x7d\xe9\xd4\xd7\x99\x31\xfe\x4d\xb7\xeb\x2b\x2e\xa1\x81\xe2\x35\xfb\x1e\x29\x19\x80\xdf\xd5\x62\xa2\xbd\x4e\x51\xe0\xde\x4c\x75\x12\x72\x63\x84\x89\x29\x00\x62\xd4\x26\xed\x95\x2a\x3f\x21\x4d\xd3\x5b\x31\x97\xbe\xbb\x5e\x28\x01\x80\x93\x2a\xd2\xb8\xda\xa0\x39\x69\xd7\x57\xac\xcc\xee\x3c\x93\x4b\x6c\x6c\xcb\x93\x76\x57\xc5\x60\xec\x00\x9a\x01\x18\x96\x86\x77\xb4\x00\xa0\xc3\x3f\x7c\xc6\xeb\x06\xf7\x8e\xb0\xa7\x01\x40\x1d\xf9\x72\x09\x91\x18\x57\x36\x60\xb0\x00\xd9\xa3\xdf\x0a\x09\x68\x9a\xbd\x6e\x78\x10\x23\xbb\xa7\x5b\x61\xf9\x82\x93\x10\x00\x82\x9b\x0d\x13\xf1\x75\xcb\x8d\x66\x16\x6a\xa9\xc8\x10\x0f\xc0\x95\xca\xa7\x61\xce\xae\xe3\x4d\x98\x0e\x13\xf1\x75\xcb\xd3\x55\xce\xfe\x09\x3e\xa8\x46\xce\xee\xa9\x22\x5c\x64\x61\xa3\x36\x2e\x76\x57\x16\x36\x6a\xe3\xc2\x35\x5f\x16\xaa\x6d\xe3\x56\x1d\xd5\x3f\x21\x6c\xf9\x08\xa1\x7a\x00\x06\x4f\xb8\x26\x02\xbc\x0d\x0e\x57\xb9\xf5\x1e\x6b\x03\x97\xc3\x23\x0f\xff\x64\x81\x9e\xb2\x88\x86\x36\xb0\x46\xba\xc2\xc2\xe4\x00\x14\x5e\x63\x64\xa1\xb8\x86\x2f\xe0\x7b\x14\x5d\x1b\x0d\xc7\xaf\xe7\x51\x73\x09\xc0\x0b\x65\x14\x4d\x50\x5b\x59\x00\x0f\xce\xde\x4a\x8a\x08\xcc\xb6\x2a\xdc\xb0\xf6\x1b\x00\xf6\x29\xd5\x75\xa0\x98\x55\xc2\x77\x64\x00\xba\x2a\xf5\x04\x2d\x9d\xd8\xe2\x09\x32\xe7\xab\x08\x73\xb4\xb5\x98\xe4\xa2\x4b\xb2\xd9\xc6\x34\x44\x47\x01\x40\x3c\x8b\xe3\xfc\x03\x90\x86\x77\x2f\xda\xb8\x6d\xdf\xb8\x3d\xa9\x7a\x5c\xb5\x9d\x90\x9d\xa4\x2f\x40\xa3\xad\x42\xf9\x0d\x16\xd0\xdd\x2f\x2f\x83\x77\x61\x4d\xae\x14\xb1\xce\x30\x8d\xde\x36\x16\x07\xa3\x8a\x64\xec\x0a\x34\x8f\x4f\xe3\x00\x14\x30\x58\x70\xc3\x01\x60\x80\x5f\x75\x15\x77\x91\x48\xa3\xdd\xf7\x17\xb0\x01\x5c\x06\xb0\x94\x4d\x28\xa8\x13\xe4\xe4\x1e\x4d\xc7\xa3\xcf\x9b\x98\x28\x4d\xd8\xa1\xcf\x41\x4f\x9b\x76\xf2\x01\x54\x00\xae\x43\x36\xe4\xad\xb8\x8e\xa5\x18\x2c\xdf\x56\x16\x36\xf2\x4d\x9b\xbf\xe3\xd1\xf4\x26\x9e\x29\x00\x8e\x58\xd3\xda\x76\x7c\x5a\xde\x84\xcc\x3c\x80\xa5\x48\xd7\x4d\xf4\x5f\xc7\xb9\xc4\xa1\x65\x35\x41\x8b\x66\x09\x16\x12\x80\x0f\x2b\xd7\x44\xfd\x77\x59\xf8\xe0\x3e\x25\x00\x8a\x0f\xd4\x85\x83\xfa\xbe\x88\x62\x97\x3c\x1f\x1b\xbf\x45\xd8\xb0\x05\xa0\x4a\xaf\xaa\xb9\x44\xe3\x98\x76\x1d\x8f\x0e\x1b\xf1\x00\xfc\x13\x3d\xcf\x87\x4e\xd4\x10\x83\x67\x74\xe1\xa0\x31\x12\xd8\xa1\x6b\x2c\x63\x4c\x1e\x53\x26\xa1\xc7\x90\x8f\xed\xae\x29\x1c\x04\xf1\x3b\x00\xd7\x81\xdf\x3e\x1c\x6b\x1e\xc0\x14\x86\xe9\x22\x08\x87\xc2\x9e\x8c\x5e\xfb\x9f\xef\xaf\x31\x2b\x5e\xa3\x4c\x81\x8f\xc9\x2d\x30\x4c\x2c\x0f\x5c\xea\x1e\x80\xba\x60\x07\x2f\x43\x37\xc9\xc0\x89\xcb\x01\xdc\x06\x28\xd6\xd8\xed\x9f\x84\xce\xe7\x5d\x92\xf6\xfd\x01\x28\x38\xaa\x5a\xf1\x29\x37\xb1\x3c\xd6\x70\x20\x3b\x97\x40\x52\x30\x86\xee\xc0\xb1\xa6\xe2\x14\x79\x6e\x96\x83\x82\x0a\x53\x8c\xb5\x15\xa7\x54\xdb\x6b\x2c\x39\x41\x36\x39\x3d\x7c\xa3\x8d\xe6\xb1\x3c\x0a\x83\xdc\xdd\xec\xe3\xf0\x29\xaa\x14\x3c\xd0\x9b\x88\xf8\xb1\x0b\x1b\x61\x88\xd0\x1b\xbb\xaa\x5f\xa2\x5b\xc6\xee\x0a\xa2\x33\x5c\x45\x48\xbc\xce\x74\xb4\x2f\x80\x46\xc6\x17\xa0\xa0\xe0\xa2\x6c\xc6\x76\x40\xd6\xe9\x4a\xb7\xe6\x78\xba\xd2\x8d\x2c\xa8\xbb\xc0\x4b\xf1\x81\x44\xd8\x0c\x23\x9f\x29\x5c\xa3\xe0\xa7\xf7\x98\x5a\xa6\x39\x96\xfc\x44\x68\x4f\xcf\x99\x18\xdb\x14\xcf\x65\xce\x8e\xce\xad\xa9\x6b\xfb\x8c\xcf\x43\x84\x88\xdc\x3a\xdf\x63\x56\x03\x5e\xf2\x86\xa2\x29\x9e\xf3\xad\x4a\x85\x9d\xe5\xce\xeb\x1e\x26\xc8\xe7\x9a\x52\x58\xd7\x09\x9e\xbb\xc2\x4d\xed\xee\xe9\xee\xb2\xef\x48\xaa\x43\x8a\x85\x33\xf4\x59\x00\xa0\xb9\x9e\x85\xae\xe7\x9e\x52\x36\x15\x8a\x9b\x7b\x49\x3f\x3c\xbb\xd2\x2d\xbd\xe5\xe2\x3a\xb6\xad\x48\x8a\x01\x32\x0c\xaa\xee\x18\xa6\x7c\xf3\xea\x5f\xc0\xec\xff\x6f\xc0\x1a\x97\xd4\x4f\x45\x44\xad\x71\xc9\xb4\x4d\x1b\x6a\x8d\x34\xa4\x26\x5e\x04\xc8\xd2\xe9\xd5\x7c\x2c\x85\xdb\xef\x29\xb9\x8e\x25\xe2\x59\x68\x72\x29\x6e\xdd\x34\x07\x72\x4d\x59\x0c\xdd\x3a\x93\x6b\x12\x55\x7c\xde\xe2\x62\xae\x69\xad\x4e\x51\x44\x6b\x0e\x94\x3c\xb2\x50\xdc\x9a\x04\xb1\x9d\xb7\x48\xa4\xb5\x88\xbf\x51\x6e\xa1\xa7\x8d\x53\xe4\x1b\x5f\xcf\x00\xb8\xf0\x87\xd6\xf6\x00\x40\xa4\x7a\x59\xef\x69\x55\x92\xf9\xbb\x04\x4c\x5c\xed\xd3\x3d\xdf\xe8\x1a\xa4\xf2\x05\x84\xd7\xb1\xeb\xd6\x13\xf7\x00\xe0\x84\xea\xc8\x6d\xdc\xe9\xa6\xcb\x63\xd9\xf3\x23\x9e\x88\x4e\xe9\xc6\xfb\xed\x5d\xae\x56\xbe\x00\x1e\x7d\xda\xb8\x07\x80\x87\xeb\xf4\x2d\x81\xfe\xd4\x2d\xa4\xb5\x71\x1e\x9b\xae\xbb\xb7\x2f\x20\x54\x19\xee\xef\xf0\xd1\x7c\x28\x77\x77\x1d\x44\x9f\xbb\xee\xf9\x1b\xf0\x40\x56\xb8\x63\x0f\x3a\x79\xe9\xfa\x96\x08\xf2\x26\xb7\xfa\x2d\x81\x0a\x9b\xe5\x02\x1b\xaf\x9b\xe9\x32\xfa\xd8\x72\x82\x79\xa5\xf6\x2d\x81\x5a\x81\xe9\xf2\xf7\xac\xc8\x55\x87\xc8\xac\xcf\x40\x0b\xb6\xdc\xc2\xea\x9f\x89\xc5\x41\x36\x6a\xfc\xe0\xca\xfd\x2e\x49\x47\xec\x91\xbb\xd1\x6a\xde\xf1\x23\xff\x9e\xe6\x91\x3c\xeb\x92\xe5\xba\x58\x44\x0f\xee\x38\xbb\xaf\x81\x47\xdd\xca\xb3\x7e\x7f\x21\xd2\x76\xfc\x06\x0c\x98\xde\xff\xf5\xf2\xca\xe3\xbf\xdf\x5d\x0f\xde\x33\x7f\xb3\xdd\x9f\x45\x0c\xb4\xdc\xef\xdf\x00\xb0\x93\x90\xc0\x83\x63\xca\xd3\xc5\x64\x00\x02\x5a\xf3\x64\x9e\x75\xd3\x25\xbf\xfd\x0f\x80\x35\x4d\xdf\x12\xb4\x32\xf2\xb7\x8e\xd0\x0a\xea\xdf\x51\x45\x14\xab\xde\xf3\x37\x2f\x27\x0c\x9a\xda\x03\x60\x1e\x92\xdb\x48\xd2\x75\x6b\xdf\x9f\x60\xde\xd3\x45\x3a\x3d\x2b\xa1\x25\x60\x26\xce\x83\x1f\xc6\xd3\x2d\x8f\x35\x87\x82\xbc\xb9\xe1\x0f\xae\x0d\x7f\xf3\xe7\x1e\xbc\x1b\xf6\x36\x3d\x17\xb8\x30\x2c\x96\xf3\x3c\xf8\x29\x3c\xbd\xf8\x5d\x22\xfa\xd9\xfa\xb7\x8d\xd0\xc5\x6d\xbf\x0b\x04\x4f\x23\x9b\x7e\x7b\x70\xec\x77\x67\xf3\x00\x0f\x00\x39\xd8\x75\x7f\x01\x28\xcb\x7c\x67\xaf\x68\x32\xbe\x1d\xc7\x8b\x9e\x25\x67\x0f\x7e\xf4\x4e\x15\x06\x54\x69\x05\xd4\xfe\x05\x40\x7a\x7d\x57\xa0\x6a\x67\x0c\x8f\xbd\x21\x5a\xf7\xfb\xd8\xca\x34\xe5\xfa\x76\xb4\x4b\x57\xaa\xb5\x2f\x80\x57\x79\x73\xb3\x52\xae\x4f\xff\x8b\xa0\x15\xff\x5a\xff\xf6\x7f\x7d\xfe\xf1\x57\xba\x7e\xfd\xfc\x55\xcf\xc0\xff\xf1\x57\x7d\xff\xfa\xf9\xab\x47\x18\x93\x7f\xfc\xf5\x4a\x67\x2c\xe7\xdf\x99\xa6\x33\x27\xaf\x58\xd8\xf3\x2f\x54\x99\x7a\x40\x5e\x40\x70\x5d\xf5\x8f\xbf\x5e\xf9\xbc\x34\xce\xbf\x1a\xaa\xbd\x01\xe9\x01\x81\x51\x75\x1d\xc8\xd9\x64\xe7\x1f\xc4\xef\x81\x2c\x7e\x85\xa3\x87\x1c\x10\x7e\x25\xb7\xe5\x07\xb2\xf9\x55\xe8\x64\x9d\x15\x78\x85\xcd\xc0\xf9\x37\x71\xae\x7a\xda\x8f\xf7\xf6\xf9\x17\x7d\x0c\xc2\xe6\xb5\xa9\x3d\xe2\x67\xdf\xe8\x2a\xbe\x42\x69\xf7\xfc\x8b\xdf\x86\xbf\xf9\x57\x88\xc6\xcf\x3f\x82\x78\x05\xa4\x01\x89\xa3\x7e\xfa\x1e\x3e\x4b\xce\x3f\x7e\x77\xb0\xe7\x2b\x5e\x9b\xe7\xdf\x07\x58\x0a\xd8\x13\x30\x9c\x8f\x04\xd1\xf6\x0a\x6d\xce\xf3\x6f\x53\xee\xb4\x10\xee\x20\xce\x3f\xf9\xc8\x07\x36\x80\xc5\xf5\x13\x62\xa5\x57\xb8\x5d\xf8\xeb\x45\xa0\xd4\xb0\xbe\x78\x85\xde\xdb\xf9\x77\xba\x72\x51\x6a\xbd\x00\x05\xe6\x0e\x45\xe7\x57\x78\x2e\x38\xff\xce\x1e\x09\x6d\xdc\xd7\xc3\x22\x41\x40\x86\x4e\xe0\x2b\x1c\x7b\x9f\x7f\x51\xd9\x79\xf5\xbc\x82\x6b\x7e\xfe\x05\x0a\x0f\x2d\xe5\x77\xbc\xc5\xcf\xbf\x17\xb0\x1e\xb0\x0f\x30\x1a\xad\xe3\xc0\xce\x9e\x3d\xff\x6a\x54\x37\x03\xd4\x02\x14\xdc\xfa\xd8\xbb\xef\x30\x1d\x3e\xff\xa2\x6b\x67\x95\xdf\x77\x74\xed\x1d\xde\x74\xef\x40\x97\xef\xc0\x7b\xe7\x1f\x6d\x9e\x9b\xe3\x1d\x76\xb0\xe7\x1f\x6d\x86\x92\xca\xbd\x43\xd9\x87\xc4\x83\xcb\xe6\xf9\x8f\xbf\x3e\x69\x84\x8b\x64\x12\xf7\x41\x77\x0d\x68\x6c\xe7\x48\x44\x90\xb4\x21\xe8\x34\x74\x45\x17\x02\x1a\x56\xc3\x24\x22\x1a\x39\x4e\xf6\xd3\x08\x5e\x16\x89\xf9\xeb\x67\x66\x81\xd3\x50\x83\x21\x4a\x9f\x28\x32\xa5\x51\x0f\xde\x23\x51\xa2\x74\x15\xb8\x19\xbc\x7e\xfd\x4c\x02\xf1\x9e\xdc\x36\xf8\x13\xa5\x6f\xc0\x1e\x4c\x5c\x83\x48\x9f\x22\xb7\x0c\xde\xbf\x7e\x06\x96\x5d\x69\x84\x86\x1f\x89\xf9\xeb\x67\x60\x99\x75\x72\x2e\x1d\x0e\x28\xf0\x70\x93\xa0\xde\x48\x60\x21\x29\x68\x33\xb4\x13\x2f\xaa\x08\x3e\x0c\x9f\xc0\xa9\x3c\x18\x7a\x24\xea\xaf\x9f\x91\x35\x87\xa1\xbd\x46\x02\xdd\x9a\x31\x05\xef\x86\x87\xae\xbc\xa1\xdb\x50\xee\x82\x80\x86\x50\x98\x04\x07\xe6\x0b\x6f\x86\x47\xf4\xa9\x5b\xd0\x65\xe8\x3e\x75\x64\xa0\x5e\xf7\x08\x71\x75\x27\xd4\x8c\x4f\xd6\x75\xa0\x93\x5d\x2f\xea\x8e\x97\x2e\x89\xd0\x0f\xae\x82\x16\x43\x43\xd1\x13\xb5\xd6\x04\x3f\x8b\x44\x28\xe0\x66\x41\x97\xa1\x9b\xd2\x4c\x61\x44\xc5\x21\xb1\xd9\xb1\xd4\x1e\x0a\x37\x24\x98\x2b\x6d\xac\x88\x99\x4e\x62\xfd\xfa\xc1\x3e\x24\x8d\x50\xa5\x25\xf1\x89\x11\x15\x6a\x07\x43\x44\xa2\xe0\x37\x57\xe5\x3d\xe3\x81\x3b\xc6\xad\xca\x3f\x9e\xf2\x10\x39\x8e\x5b\x7d\xfc\x78\x0b\x7d\xe0\xe9\xe3\x4b\xf0\x64\x3f\x86\x87\x5c\x07\x6f\x7a\x69\x3c\xde\xfc\x88\xdd\x1a\x3e\xf7\x12\x11\x46\x23\x11\xe7\xad\x1a\xac\x23\x44\xf0\xcd\x41\x94\xc3\x34\x7d\x84\x66\x42\xc3\x28\xb4\x2c\x4f\x6e\x08\x3c\x51\x7c\x49\x80\x03\x3d\x46\x02\xbb\x91\xd0\x15\x3c\xd9\x97\xe0\xe1\xce\x07\x7b\x8e\x93\x6b\x06\x83\x15\x43\x27\x2c\xcd\xec\x46\xf3\x00\x5e\x04\x9f\x86\x83\x6c\x71\x73\x78\xb2\x5b\xf0\xb8\x70\x2f\x3c\x2d\x9c\x6c\x35\x3c\x6e\x46\x6c\x3b\xd3\x2c\xae\x1f\x7b\xe4\xd2\xa9\xbe\x1a\x8c\x57\x59\xfc\x38\xa7\x59\xd7\x5b\xe0\xf5\x39\x87\xb4\x30\xa6\x78\xb4\x93\xc8\xa1\x1e\xc6\x84\xb5\x21\x70\x30\x2c\x06\x66\x50\x09\xe1\x1f\x89\x1a\x95\xd0\xc3\xee\x11\x21\x95\x6a\xf8\x27\x4d\x84\x38\x24\x11\x95\x6b\x91\x86\x7b\x18\xda\xba\x23\x69\x9c\x43\x98\x61\xc2\x26\x68\xf8\xf4\x4c\x84\x30\x24\xf1\x0e\x64\x74\x89\x0e\x81\xea\xf8\xff\x23\x44\x3e\x69\x86\x56\x1d\x89\xc0\x27\xd8\x32\xa6\xe9\x03\x4b\x48\xb8\xb3\x01\xe9\xeb\xdb\xab\x18\x62\xb2\x81\x9f\xb4\x84\xf3\x60\x12\x41\x84\xe0\x9a\x2e\xad\x2e\x9c\x87\x67\xd0\x03\x8f\xf9\x5c\x3e\x6b\x0b\x5d\x36\x83\xdf\x3a\x3c\x72\x3f\x95\xf0\xbd\x92\xd6\x47\xe8\x00\xbf\x4e\x07\xeb\x45\x2f\x77\xb0\x76\x49\xbc\x21\xba\x33\xf0\x75\x0b\x8e\xc6\x34\xd1\xca\x12\x16\x57\x24\xd0\x37\x0a\xf5\xb5\x84\x2d\x0c\x89\xfa\xeb\xa7\xe0\xd0\x2b\x61\x80\x42\x22\xfd\xfa\x29\x35\xd3\xea\xa3\x8d\xbf\x1f\x99\x57\x74\x81\x8b\xc1\xf5\xab\x73\x9f\xc7\xc5\x32\x9e\x44\xfa\xf5\x83\x22\xf1\xc9\x54\x43\xfb\xaf\x9f\xd0\x09\x88\xcc\x10\xf4\x34\x01\xaa\x39\x99\x62\x68\xfd\xf5\x43\x68\xfd\x93\x69\x86\xc6\x3e\x60\x2c\x27\xfb\xad\x63\x82\x6a\x27\xf0\x9d\x05\x8f\x25\x4a\x18\xf4\xe5\x71\xb3\x87\xf3\x00\x17\x14\xda\x4c\xee\x75\x3a\x7b\x15\x5f\xb0\x27\x53\x0c\x6d\xbf\x7e\x3a\x51\x04\x4f\x6e\x1a\x1c\xfe\xc7\x50\x04\x3e\xd9\x6d\xf8\xeb\xd7\x4f\x2b\x59\xd0\xb7\xa1\x9f\x33\x74\x41\x97\xba\x11\xe8\x01\x37\x93\x79\x64\x77\x23\x88\x52\xf4\xd5\x4f\xa6\x1b\xba\xe2\xb2\xcb\x02\xbf\x0d\x8e\x8a\xef\x80\xea\x7e\x3d\x09\x50\xe6\xa0\x74\xdf\x82\x43\xcb\x36\xdc\xf3\x9e\xec\x32\x9c\xf2\x85\x79\x1d\x4b\xe5\x61\x3d\x5e\xb7\x06\x39\xd6\x32\xfc\xcc\x1f\x5a\xb3\x79\x8c\xad\xf1\x84\x02\x77\x6f\x37\xe0\xd0\xf8\x25\x71\x88\x00\xcc\xba\x4e\xee\x65\x70\x20\x41\xfc\xe2\xe6\xb1\x3c\x7e\x18\x7c\x17\xf1\x8b\xb2\xef\xb6\x93\x88\xf2\xde\x6c\xcb\x9d\x5c\x10\xad\x65\x34\xc1\x8b\xe1\x23\x7a\xc3\x1c\x2c\x77\x92\xf3\x70\xe1\xa4\x36\x8f\xed\x39\xdb\x81\x4b\xaf\xa2\xf2\x2f\xef\x15\xe8\xf5\x9b\xf0\x18\x27\xfb\x11\x3c\x30\xdb\x8d\xa7\xf2\x93\x5d\x86\x47\x00\x21\x3c\x44\x9f\xec\x23\x78\x74\xf3\x26\x7c\xdd\xc9\x0e\xc3\x67\xc0\xef\x24\xb8\xeb\x0f\xf6\xe1\x3d\x35\x9b\xaf\x5d\x0c\x0f\x47\x4e\x38\x2b\x3d\xd9\x6f\xf9\xa0\x69\xa7\xd6\x36\xbc\xf7\x91\x68\xc0\xa7\xe0\xdb\xf0\x57\xc0\x35\xfd\xa1\x30\x18\x89\x49\xbb\x45\xf5\xcc\x6a\x38\xf5\x54\xb6\xeb\xc7\xa7\xfa\xc3\x05\x9a\x6f\x81\x87\xc1\x71\xf7\xcf\x24\xf0\xc7\xe0\x73\x33\x35\x4d\xc2\xc7\x7b\x21\x28\x8b\xde\x2e\x55\xe2\x25\x0c\x63\x9b\x81\xed\x6e\x1e\xc1\x51\x24\x31\x62\xea\x83\x3a\xcb\xb3\xea\x94\x4d\xdc\x90\xcb\x85\x53\x26\xd6\x16\x09\xb4\xbb\x42\x4b\x5f\x52\x7c\x12\x95\x77\x7f\x03\x0e\x4a\x3e\x89\x60\x7f\x62\x12\x7e\xb2\x8f\xe0\x08\x02\xf1\xc2\x58\x10\x7b\x91\xb8\x81\x27\xe0\x5b\xf5\x87\xb9\x75\xba\x31\x51\x2f\x58\x10\x47\xe2\x6c\x5d\xf4\x5d\x23\xb7\x0d\xc6\xd4\xa0\x07\x58\x0b\x75\x12\xaf\xa8\x45\xbd\x7c\x83\x11\x4e\x02\xa7\x5d\xed\x12\xfc\x6d\x78\xe8\x5b\xa0\x97\x5e\x76\xf8\x80\x23\x11\xee\xe8\x20\x52\xca\x7e\xdc\xfb\x78\xa7\x1d\x78\x05\xbe\xd4\xfb\xd0\x0b\x2e\x10\x75\xd5\xb8\xfd\x24\x18\x6c\x58\x22\x54\x3f\x73\x2a\x48\x37\xdd\xe0\xe0\x3a\x6e\x6e\x8e\x93\x48\x01\x0f\x33\x87\x3a\x12\xfb\xf2\x24\x4a\xc0\x0b\xf5\xa7\xa9\x7a\x92\xd4\x72\x83\x6a\x3c\xd9\x47\xf0\x45\x37\x8b\xe0\xcb\xf0\x60\x0a\x2a\x30\xc3\xc9\x2e\xc3\xa5\xcd\x4b\xbb\x79\x4c\xe0\x39\x22\x0f\xde\x06\xb3\x03\x4f\x82\xd9\xa9\x0c\xab\x0c\x75\x3f\x9c\xed\xe8\xf6\x3c\xb9\x97\xc1\xc1\xee\x0e\xb5\x8e\x93\x75\x35\x45\xd5\x84\x31\x42\x1d\x05\x52\xf8\x24\x06\xf0\x29\xb8\xcb\xe3\x23\x10\x0f\x82\x95\x47\x17\x89\xd3\x4b\x08\xa1\x3a\x1a\x87\xb0\xf2\x56\x82\x13\xf9\x91\xd6\x07\x89\x7d\xc0\x99\x4a\xda\x56\xdf\xc3\x97\x46\xc1\x4d\x7a\x1d\x7d\x6a\xe6\xd1\x77\x98\x84\x23\xaa\x68\xb1\x92\x08\x0a\x22\xd7\xfa\x67\x72\xaa\x1a\xeb\x57\xb0\xfe\xc1\x53\x4c\xc5\x64\xdf\x4a\x9f\xa4\x40\x3f\x56\xd8\xac\x24\xb0\x74\x9c\x2c\xc0\xf2\xd0\xc2\x32\x3f\xdd\x5c\x2a\x75\x2c\xcf\xd0\x22\xb6\x87\x3a\xbb\x20\xca\x4e\x22\x26\x14\x6f\xa9\x27\xbb\x0c\xdf\x28\x2d\xe7\x80\x6f\x37\x1b\x56\xca\xa8\x5c\x7d\xea\x78\x0d\x15\x7f\x11\x9c\x1e\xbb\x8c\x3a\x5e\x5e\xaf\xc0\xca\xe9\xf6\x4c\xbf\xd6\x36\xfc\x05\x9c\xee\x7c\x86\xca\x07\xde\x4b\x37\x0e\xf4\x2b\xea\xb5\x24\x82\xe7\x84\x1f\xac\x8a\x22\x20\x89\x38\x2d\xd0\xcb\x75\x5e\x1a\xed\x0c\x97\x6a\x05\x6f\x67\x75\x5e\x60\x92\x93\xa0\x1a\x46\x85\xb2\x2e\x89\x4f\x54\xc3\x24\xcf\xcc\x1b\xf8\x24\xce\x3e\x81\x5f\x50\xfd\x2e\x38\x09\xb4\xa0\x19\xed\xf4\x6e\x9e\x21\x6b\x4f\x37\x11\x40\xeb\x14\xc7\xe0\x24\xfa\xa9\x86\xa5\x42\xf3\x8f\x04\x11\x7e\x07\xad\x76\xf0\x72\x25\x88\xfa\x81\xc7\xe4\xcc\x01\xd2\x3f\x89\x20\x41\x71\x9a\x52\x51\x67\x27\x11\x3b\x07\xaf\xe4\x75\x4e\xa1\x06\xe2\x6f\x1f\x6a\x8e\x7a\xe6\x52\x79\x62\x56\xdf\xe0\xd9\x3a\xe7\x36\x3c\x76\x60\xc1\xff\x48\x9d\xde\x3a\x73\xc1\xb0\x2e\x37\xfd\xdc\x9e\x1d\x5c\x38\xdf\x10\xfa\x95\xa0\xaa\x24\x50\x68\xbe\xa9\x5f\x24\x40\x25\x40\xea\x29\x4f\xfd\x2f\xcf\x83\xc2\x86\x12\x2f\xb1\x12\xfc\x93\x44\xe0\x7d\xbc\x67\x55\x02\x76\x92\x08\xed\x78\xec\x0d\x4f\xb6\x1b\x3e\x7e\xfd\x14\x0c\xaf\x4f\xee\x6d\x70\xe0\x18\x7c\x42\xd7\xf9\x1e\xea\xbe\x74\x67\xf1\x8c\x51\x09\xcc\x48\x02\x65\xf3\xc4\xb0\xf4\x6c\xaf\x8a\x2e\x28\xbf\x08\x75\x7a\x0f\x12\xbd\xae\x94\xb8\x57\x2a\x41\xdb\x48\x04\x3f\x9d\x18\x64\x75\x25\x6d\xf1\x95\xd8\xe2\x78\xb7\x39\xd9\x65\x38\x1a\xec\x41\xdd\x9e\xec\x23\x38\xb2\x3a\x6c\xc4\xeb\x4a\xd0\x6b\x27\xc1\x6c\xb2\x67\x09\xb3\x43\x02\x95\x74\x50\xe7\xca\xdc\x5b\x95\x68\x3a\xa5\x82\xc5\x08\x91\x43\x82\x59\x08\xf3\xa5\x4a\x1c\x1b\x12\x6c\x92\x20\x13\xeb\x32\xa6\x5d\x81\x69\x4b\x68\xa0\x9c\xdc\x76\x35\x21\x52\xbb\x31\x80\xab\xab\x1a\x5e\xa5\x42\xcf\x1e\x27\x92\x05\x89\x83\x98\xb1\xd1\xac\xab\x2f\x75\x9e\x68\xfd\xa5\x70\x5b\x62\x9d\x48\xe2\x1c\xc4\xca\x12\x62\xd4\x47\xa2\xe2\x73\x86\x39\x5e\xba\xe4\xd6\x92\x0e\xf9\xc5\x5c\x6e\x61\x35\x5c\x75\x97\xca\x01\xc2\xf7\x31\x89\x03\x26\xd8\x52\x5d\x6f\x48\xc1\x8a\xc3\xe0\xbb\x60\xdf\x5c\x71\xb1\x4b\x22\xae\xd0\x92\x29\xff\x81\x04\xad\x72\x71\x7b\x17\x4d\xf1\x47\xe7\x0a\x1d\xb6\x03\x67\x6e\x1e\xcf\x41\x28\xde\xa4\x1b\x97\x0f\x75\x5f\xda\x21\xb8\xf0\x2c\x98\x43\xd5\x7d\x09\xf5\xe2\xa4\xb1\x60\xe4\x54\x71\x05\x48\x42\x4a\xf8\x14\x17\xa3\xa6\xe2\xf0\x2f\xdd\xbc\x35\xeb\xce\xea\x0d\xde\xf4\xd2\xad\x05\xc7\xfd\x58\x24\xc2\x93\xc2\x5d\x3a\xbd\xa9\x70\x58\x2b\x6e\xbc\xd2\x8d\x83\xf5\x8a\xb7\x28\x12\x87\x32\x75\xe7\xc7\x54\xb3\xc8\xcd\x0b\x86\xba\x15\xbd\x03\x12\x07\x07\xc2\x39\xab\x7b\x6a\x2e\xf7\xd4\x5c\x72\x7a\xf6\xd4\x05\xb1\x65\x80\x57\x83\xc2\xad\x58\x95\x90\x40\x9b\x9f\x25\x84\x34\x24\x71\x36\x08\xbc\xd0\xea\x57\x7b\xf5\xab\x9d\x60\xa2\x75\x6f\xa1\x22\xd4\xf9\x0a\x7c\xbf\x8a\xe3\x12\x12\x88\x36\xd8\x7e\x5b\x7c\xbf\x8a\xdc\xbe\x60\x04\x26\x4d\x3f\x12\x33\xc0\x8c\xe9\x25\xe2\x05\x3b\xb7\xbb\x54\xf0\xe2\xf6\xa5\xb7\x75\xe9\xd5\x9b\x56\xdf\xba\x1e\x70\x95\x50\xba\x26\xf8\xed\x05\x7c\xb3\x80\x15\xf4\xb7\xc5\xe0\x3b\x89\x98\xb2\x0a\x62\xd9\x8f\xa7\xf2\x99\x82\x67\xc1\x93\xe1\x28\xfc\x83\xe7\xf6\x33\x87\xe1\x33\xdc\xbc\x09\xbc\x34\x65\xe8\xa7\x74\x4c\x9d\xdb\xb8\xe9\xe5\x49\x74\xdc\x30\xf7\x80\x27\xc3\x53\xf4\x9e\x40\xdf\xcd\xf4\x61\x83\x3e\x4c\x77\x0d\x76\xee\xc9\x7e\x0c\x7f\x80\x57\xe0\x5b\xd5\xc4\x0b\xbd\x84\x08\xe6\xd3\xd0\x5a\x23\xf1\x39\xe0\xc0\x13\x6d\x08\x3b\x9d\x44\xe0\x89\xd3\x99\x3f\xd2\x58\x0d\x23\x36\x12\x07\xeb\x10\x5d\xab\x8d\xc6\x7d\x7e\x12\xcc\xdc\xc8\x82\x67\xc3\x0b\x70\xfa\xda\xdc\x7a\x83\xb6\xe6\x28\xb6\xd1\x5d\x4f\x57\x3d\xf3\x16\xfc\x63\x38\x63\x9e\xd4\xdf\xc1\xa5\x27\x81\x67\xeb\x38\x2b\x6d\x8c\xa1\x6e\x86\xed\x48\x21\x10\x45\x83\x30\x24\x71\x2e\x1a\x22\x0b\xb4\xb1\x3c\x45\x8b\xda\x71\x4d\xdf\xc6\x72\x2f\x71\xe7\x14\xb2\xf1\x93\xf3\x44\x87\x2e\xe3\x29\x3e\x04\xff\x18\x4e\x35\x89\xea\x5f\xdc\x1b\x27\x11\x06\x02\xad\x33\x09\xef\xa1\xea\xdf\xb8\x21\xa8\x9d\x5e\x7e\x96\xea\xf9\xa0\x8e\x82\xcb\xb8\x36\xc4\xe3\x6a\x36\xcd\x80\xb1\xd6\xc6\xb3\x54\xff\x83\x93\x3b\x4c\x50\xdb\x78\xb6\x26\x01\x9b\xc0\x89\x6d\x6f\x9b\x49\x6b\x38\x13\x9e\xf7\x70\x7e\xd5\x66\x52\xff\xc5\x24\x2e\x35\xf6\x73\x9b\x19\xfa\xf9\x24\xa2\x7e\x42\x56\xb4\x89\x10\x33\x12\xf7\xaf\x9f\x8a\x67\xa7\x06\xcb\x98\xc4\x22\xae\x3e\xd5\x14\xad\xc9\x2c\xec\xe7\x50\x24\x3c\x59\x4e\xe9\x49\xd4\x53\x4d\x55\xf1\xfd\x32\xf8\x4d\xf1\x18\xed\x6c\x9a\xb5\x19\x7b\xab\x5e\x9d\x41\x75\x77\xa6\xd3\x19\xf5\xbd\xbb\xf2\x0e\x0a\xc0\xee\xf8\x64\x3f\x86\xb3\x56\x93\x39\x10\x25\xd8\xa0\x04\xd3\x8d\x59\x6d\x9b\xba\x3e\x4f\xa2\x9d\xea\x27\x53\x30\xa7\xa6\x26\x78\x48\x77\x09\x2b\xa6\x93\xe5\x4a\x69\xb0\x78\x2b\xfe\xc4\x4e\xee\x65\xf0\x1b\x13\x1e\x55\xb3\x5d\x3c\x5e\xd0\x0d\x16\x4e\x9b\xcb\x33\x8f\x1a\xed\xc4\x5b\x53\x9b\x0b\x6c\x7a\x12\x2f\xbc\xbd\x33\xda\xed\xb9\x09\x0f\x56\x49\xb1\x6d\xda\x7c\x21\x2d\x6a\xc4\x7f\xaf\x77\xa6\xb8\x38\xbe\x0d\x33\x94\xca\x83\xb5\x11\x2f\x99\x44\xcc\x3c\x0e\x81\x1b\x71\x4d\x49\xc4\x83\xbb\xc5\x83\xbb\xad\x9b\x87\x6f\x5b\x37\xe8\xb4\x87\xbd\x7d\x5b\xde\x67\xd2\xa9\xe8\x83\xc9\x21\x36\x26\x89\x0d\x9c\xf2\x7a\xf9\x4a\x79\x39\xdd\x9d\xf3\xb0\x32\x54\x6c\x53\xb0\xc6\x3e\x92\xe0\xee\x4f\x56\x7f\xd8\x80\xab\x1a\x5e\xd5\x1f\x90\xd1\xea\xc2\xb3\x0b\xbb\xc1\xd2\x2a\xfd\xe9\x3a\x6f\xab\x83\xaf\xf1\x8a\xde\x96\xb1\x85\xfc\x3e\xf4\xa1\xf2\xba\x71\x9b\x1c\x0a\x14\xcc\xa8\xdb\x92\x24\xec\x24\x02\x2f\x10\x45\xbd\xad\x05\xd9\xdb\x20\xaa\xee\x82\x97\x8a\xb6\xd6\x52\xfd\xeb\xac\x83\xc2\xa0\x35\x22\xf6\x90\xb8\xa9\x26\x0b\xfe\x31\xfc\x01\x1e\x9b\x87\xa0\x38\x24\x38\xce\xaa\x7e\xf3\x8e\x6d\x44\xac\x39\xe5\x99\xe6\x0d\xf9\x72\x12\x0c\xab\x53\xcf\xcb\xdd\x7f\xa9\xfb\x60\xc1\xf5\x1a\x5a\xde\x17\xa6\x59\xc4\x29\x6d\x84\x88\x20\x31\x4f\xf7\x41\xe1\x4b\x5c\x9f\x06\xf1\x77\xba\x43\xf5\x9f\xa9\x6a\x3e\x50\x47\x23\x51\xfe\xe3\x59\xc0\xad\xcd\x3d\xc0\xd5\x84\x35\x20\xb1\x4f\xf5\xda\x54\x1f\xb7\x1a\x71\x05\x4e\x71\x7a\xf9\xe8\xa6\x59\x0f\x37\xcd\xc8\x4d\xf0\x6e\x38\x16\x5e\xdc\x10\xeb\xd1\x91\x90\x63\xfc\x4e\x08\xb8\x86\x97\x75\x12\x25\x1c\xc4\x75\xc0\x2a\x2e\x5f\xe5\x72\x6d\xda\xb6\x04\x62\x0d\xaf\xcb\x77\x41\x12\xdb\xf0\x1d\x4c\x82\xea\x19\xed\xf6\x45\xb9\x1b\x0f\x5f\x98\xa3\x6d\x4f\x2d\xa2\x54\x21\xfb\x64\xb8\x5b\xbc\x8b\x93\x08\xdc\x4b\xc8\x8d\xb6\xa7\xbb\x89\x9f\x8a\x4e\x88\x8c\x86\x47\x3e\x12\xf1\x0e\xd7\x05\x6d\xba\xac\x41\x97\xd5\xc2\x1a\x9a\x2c\x6b\x56\xa7\xac\x97\xe0\xae\x66\xab\x1a\xd0\xe6\x96\x20\xf5\x24\x42\x47\xad\xab\xfb\x8f\xbb\xaf\x59\xc6\x57\x6e\x1f\x37\x5b\xff\x24\x82\x05\x08\xc2\xeb\x23\xd3\xfd\x93\x08\xea\x23\x14\xb4\x22\x5b\x0d\x0f\x3d\x98\x7a\x53\xbe\xb2\x37\x4f\x22\x1c\xd2\xc4\x49\xef\xa3\x71\x72\x4f\x22\x74\x5f\xf1\x82\xd6\x7d\xfd\x77\xae\xff\x24\x96\x72\x1f\x83\x9b\xf8\x24\x5e\xbf\x7e\x2a\x4c\xdf\x3e\x26\x3b\xfc\xec\x8d\xf0\x4d\x55\x93\xe0\xee\x0d\x56\x2e\x05\x45\x8a\x3e\xa6\x9b\x9d\x6a\xb6\xd2\x9d\xe9\xea\xc3\x1b\x65\x12\x67\xba\x8f\xed\x7a\x74\x12\x67\xfb\x1b\xe2\xc1\x3e\x50\xe3\x89\xc4\xb9\xd2\x08\x85\xdf\xc7\x8b\x27\x5b\x47\x66\x7e\x97\x50\x07\x3f\xd9\xa9\x41\x4b\xab\x17\x2f\xe3\x1d\xd3\x6b\x12\xfd\xd7\x0f\x6a\x6a\x91\x5b\x06\xb3\xf4\x99\xea\xdf\x43\x83\x0b\xfe\x7b\x45\x70\xd4\xc7\xdb\x2b\xf9\xe6\xf8\x12\xed\xe3\x64\x5d\x5c\x73\xd1\xa9\x46\xdc\xf8\x93\x60\xee\x82\x28\xe9\xf0\xd5\x23\x11\x0f\xcb\x42\x98\xec\x3e\x2f\x76\xe2\x49\x04\xff\x6b\x04\x36\xec\xf3\xe2\x72\xe9\x53\x97\x0e\x8e\x0e\xfb\xd4\xa3\xed\x24\xe2\x40\x12\xd4\xed\x9c\x33\xda\x45\x8c\x7e\x97\x11\x7c\xb1\x3e\x13\x58\xef\x24\x22\x04\x1a\xce\x88\xfb\xd4\x25\x72\x12\x31\xc9\xaa\xa6\x80\xc5\x4e\x02\xa3\xb4\x44\xb3\x55\x4b\x3c\x2b\xce\xb8\x71\xd4\x79\xb2\x6f\xc3\x29\x9f\xa9\xa7\x69\xe3\xce\x50\xb3\xaf\x3d\x09\x0c\x65\x79\x12\x41\xfa\x11\xba\xb8\xcf\x3e\x35\x5a\x4c\xb7\xc7\x6d\xf8\x56\xf9\x70\x2a\x5b\x79\x27\x75\x53\x31\x1d\x2a\xa6\xa2\x4a\x22\x03\x11\x12\x8d\x60\x04\x55\xf0\x6d\x38\x86\x75\x8d\x39\x96\x74\xed\x24\xd2\xa9\x26\x5e\x0e\x1d\x9b\x58\x12\xe1\x95\x1c\xcf\x8c\x1d\x4b\x58\x12\x23\x8a\xd3\xaa\x98\x62\x27\x11\xb5\xf4\x22\xf0\x30\x78\x05\x38\xce\xd0\x94\xf4\xf8\x24\xde\x54\xce\x48\xd7\x54\xa3\x41\xe3\xd4\x3e\x99\x5f\xdd\x95\x27\x11\xfe\xac\x71\x02\x78\xb2\xc5\xf0\x38\x0c\xa3\xa9\x1a\x6f\x0f\x9c\x9b\x4a\xe5\xa3\xcf\xb5\xd5\x9b\x60\xcf\x56\x5c\x8c\xf6\x29\x19\xf4\x49\x84\xaf\x6f\x9d\x68\xf8\x66\x24\x0e\xd9\x17\xea\xb2\x27\xb7\x55\x7b\xf0\xc9\x2a\x04\x49\x9f\xef\xa1\x4d\xf0\x26\xb4\x25\xb1\x22\xfb\xd4\xf3\xf4\x24\x3a\xb5\x77\xc1\xb5\xda\x6f\xce\x02\x51\xe1\xbb\xf9\x67\x27\x11\x11\x85\x2e\xad\xd3\xc7\x73\xf6\xc1\x91\x2f\xaf\xa3\x6e\x82\xad\x43\xb0\xd5\x01\x76\x9c\x8f\x8e\xda\xc4\x50\x7b\x10\xe0\xac\x13\xcb\x9e\x44\x20\x65\xe2\x1e\xf7\x25\x7d\x95\x93\x88\x30\x24\x78\x67\xef\x2b\x1b\x2e\xad\x54\x7c\xf0\xf4\x95\xb5\x3f\x56\xc6\x0c\x05\xd6\x74\x5f\x12\x31\x74\x45\x47\x9e\x08\x3c\xfb\x92\x7e\x57\x57\xac\xde\x82\x87\x9e\xbe\x9a\xeb\x09\x0f\xd9\x95\xa8\xae\x1d\xab\x48\x12\x6f\x0c\x2a\x63\x43\xad\x21\x3c\x47\x6c\xcf\x8a\x98\xb2\xe3\x8d\x8b\x44\x2c\xe1\x1d\xcc\xc5\xbe\xbc\x2d\xf1\x8e\x54\x91\x52\x76\xe2\x17\x92\xa0\x33\x6c\x6e\x42\xf6\x91\x88\xce\xb0\x11\xd6\x76\x2d\x9b\x5a\x2a\x43\x32\xce\x25\x98\x5b\x25\x6e\x55\x5f\x12\x99\x9e\x04\x33\x3f\xe8\xcb\x5b\xc8\x66\x85\x15\x69\x9d\x9a\xe0\x8f\x50\x31\xd1\x91\x52\x0a\xcd\xd2\x4f\x5f\x8f\x87\xf4\x68\x48\xa0\x6e\xa2\xe1\x90\x58\xc0\x63\x9f\x6d\xa9\xf2\x75\xc2\x8e\xa4\x74\x53\x3f\x71\x3d\x48\x84\x13\x4a\x5e\xdb\x9d\x48\x1c\x24\x62\x3f\xe1\xe8\xa7\x6f\x69\x0b\x9d\x04\x16\x91\x20\xb9\x9d\x75\xad\xee\x8c\xc6\x3e\x41\xbc\x3a\x31\x1d\x48\x08\x4e\xfd\x46\xa2\x5b\x48\x94\x78\x2f\x7d\xb7\xa1\x76\x1b\x7e\x0a\x34\x0f\x78\x2b\x27\x11\x6e\xe9\xd1\x34\x39\xd9\xb7\xe1\xe1\x65\x9e\x98\x46\x7d\x77\x1e\x65\x27\x11\xd4\x02\x2f\xca\xbe\xa7\xd6\x70\x87\xab\xad\x16\x06\x6a\x9f\xbe\x45\x9f\x77\xdc\x3a\xdf\x03\x75\xc4\x8e\x5b\x67\x12\xf3\x14\x2f\x02\x8b\x46\xd9\xeb\x20\x87\x76\x6b\x72\x96\x27\x2d\xde\x5e\x8d\x60\x5a\x7d\x8b\xc8\xef\xc8\x54\x53\x42\x1e\xd3\x91\x95\x92\xf8\x44\x71\x81\x79\x43\x9c\xc4\x7d\xc0\x9a\xc9\xb7\x57\x0a\xf7\x89\x45\x18\x64\x1b\x53\xec\xc0\x14\x4d\x1b\x61\xeb\x01\x77\x12\x98\xbf\x0e\xc3\x87\xe1\x31\x22\xed\x8f\xb7\xd7\xe3\xad\xf5\x98\x0c\xe9\xd1\x9d\x89\x87\xc7\x46\x5c\xf6\x6e\x3e\x56\x17\x1f\xab\x5e\x5a\x8e\xc7\xd5\xe0\x8a\x60\xc2\x87\x18\x56\x7e\x19\x28\xbf\x34\x62\xdd\x9d\xdc\x23\x70\x50\x0e\x09\x9d\x8e\x31\x32\x42\x9a\x93\x08\xc7\xa3\x78\x25\x1d\xa3\x82\x73\x4f\xe2\xf4\x06\x69\xf2\xc9\x75\x83\x83\x4b\x8b\x3f\xd1\x31\x3a\x13\x7f\x12\xf1\xde\xe8\xf7\xdf\x60\x64\x9d\xd2\xea\x55\xdc\xb4\x0d\xa7\x8a\xc3\x8a\x29\x27\x11\x64\x02\xa2\x8e\x61\xc5\x94\x93\x08\x7d\xf1\xb8\x96\x86\x25\x95\x03\x49\x65\x43\x6e\x3f\x70\xe4\x44\x22\x04\x9b\x5d\x43\x93\x7e\xe6\x40\x3f\xb3\x21\xbe\x91\xad\x21\x89\x71\xc0\xc1\x37\x1a\xd6\x3f\x39\x89\xc0\xc7\x84\x7b\x1c\x43\xaf\xff\x93\x08\x74\x81\x27\xcc\x31\xd6\x52\xab\xf8\xfe\xee\xc4\xab\x39\xd9\x6e\x38\xd6\xb9\x9d\xf2\xaf\x21\x38\xea\xde\xa3\x68\xac\x12\x45\x0e\x44\x91\x29\xf1\x30\x1d\xe3\xe5\x05\x0b\xac\xd7\x10\xbb\x0c\x1c\xb8\x90\x78\x28\x4e\x35\xba\x0d\x07\x14\x65\x4a\x1e\xd6\x87\xbb\xf6\x24\xc2\x1a\xb2\x04\x05\x38\xa6\xe4\xf3\x27\x91\xb0\xe6\xbd\x04\x9f\x86\x2f\xe0\x51\xff\x4c\x4b\xf0\x44\x04\x44\xc2\x90\x8c\x99\x35\xac\x99\x89\x16\x0b\x0b\xfa\x64\x3f\x86\x3f\xd8\x02\xd3\x6e\x81\x69\x72\x12\x99\xf2\x1d\xb8\x86\x3b\x4b\x0c\x17\x97\xa9\x63\x16\x28\x8e\x93\xc0\xa4\x38\x53\x8d\xb8\xff\x63\xc2\xfd\x4f\xb8\x0a\x3c\xd9\xdb\x70\x86\x55\xe8\x4e\xe3\x14\x9d\x04\xd3\x16\x64\xfc\x40\x64\x49\x02\xeb\xe2\x4a\xbb\xd2\x11\x39\x89\x8a\x5d\xf2\x25\xf8\xdb\x70\xa6\x99\xad\x39\xa7\xeb\x99\xc4\xcd\x2f\x2a\x3f\xb9\xcd\x07\xf4\x5a\x52\x4c\xf0\x61\x5e\xd3\x80\x32\x6b\x28\x2b\x0f\x38\x4c\x24\xb0\x7e\x8e\xab\x6c\x98\xc0\x1a\x22\xb0\xea\x35\xba\xe0\xd3\xf0\x15\xd5\x08\xbc\xd5\xfb\xc5\x55\x86\x52\xd3\x98\xaf\xad\xea\x5f\x44\xc3\x42\xc6\x37\xe0\x48\x91\xc0\xea\x18\x64\x32\x3f\x5c\x11\x27\xd1\x28\x2f\xb8\x17\xeb\x83\x7f\xa1\x70\x6c\x73\xb2\x4b\xf5\xe3\x55\xa8\x7a\xd6\x1e\x21\x99\xf9\x10\x87\xbf\x25\xea\x79\xb8\xfa\x4e\x22\x54\x03\x99\xfc\x75\x73\x45\x9c\x04\x93\xc9\xd1\x82\xb3\x45\x22\x18\x74\x9d\x23\x84\x13\x29\x12\x61\x23\x81\x43\xeb\xb1\xb2\xba\xbf\xf2\x59\xcd\x56\x83\x92\x3a\xb9\x6d\x70\xbc\x2a\xd0\x7e\x1e\x2b\x6b\x0d\x57\x58\x90\x34\xb4\x91\x86\x19\x5f\x43\x8c\xaf\x8a\x2b\xe8\x81\x37\x34\x12\x0f\xbd\xa1\x9a\xc2\x7b\xe0\x24\x98\x34\xb6\xda\x2a\xae\x1e\x3b\x9f\xca\x23\x67\xac\x22\x34\xb5\x22\xae\x51\x6b\xea\x7c\x9b\xea\x65\x23\x86\x12\x12\xa5\x81\xb7\x5b\x12\xef\x70\xf6\x47\x6f\xbc\x61\x09\x19\x9f\x12\xc2\x9a\xb1\xa4\xe8\x3e\xf0\xcb\x7a\xe0\xcc\xb1\xd4\xd1\x4f\x22\xa8\xe4\x9a\x0c\x5f\x86\x07\x3a\xaa\x99\x59\x58\x5a\xc2\x15\xd1\x0c\x1a\xbe\x08\x07\xde\xdb\x48\xd0\x6c\xa1\x9a\xb7\xa7\x1e\xcf\x63\x95\x6b\x7e\x10\xd1\x93\x44\xfe\xf5\xd3\x3a\x1b\x70\x19\x4b\x2d\x61\xa9\x06\x6a\x5f\x1f\x61\x23\xc2\x7b\xb6\x30\x18\xff\x0c\x82\x8d\x91\x08\x92\xbd\x76\xc1\x21\x51\x06\x51\xc2\x0e\x3c\xaa\xd9\x09\x5a\xe4\x24\x18\x6c\x70\xb7\x4f\xf6\x6d\x78\x78\x16\x0f\x96\xec\xd8\x58\x22\x45\x22\x3a\xc9\x9d\xb8\xb3\xa6\x66\x67\x7c\x3b\x76\xc0\x45\x33\xbf\x43\x34\xdd\xc2\x63\xd3\x67\xec\xae\x65\x25\xe0\x49\xeb\x93\x26\x3b\x2f\xe3\x41\xf8\x92\x7b\xc2\xfe\x1c\x56\x4a\x1b\x5b\xeb\x87\x54\xe4\x64\x87\xe1\x33\x5c\x40\x0a\xac\x7b\x98\x00\x1f\x6d\x04\xcb\x7b\xec\x21\xf4\xb7\x71\x95\x31\x34\xbf\x08\x31\x49\x0c\x6a\x8f\xbd\x6a\x15\xb6\x21\x15\xb6\x39\xd8\x4d\x7b\xba\xfa\x09\x7d\x85\x50\x6d\x6c\x19\x2b\x9c\x44\x06\x4e\xef\xb7\x96\x1b\xcb\xe1\x94\xc2\x59\xd8\x67\x6c\x71\x33\x07\xde\xfb\x53\x42\x36\x3c\x70\x95\x49\xe2\x06\xce\xb0\x44\x91\x0d\x28\xb2\x94\x50\x99\x1d\xfb\xed\xfe\xbc\xd5\x9f\x4a\xbb\xef\xe5\xf2\x67\x23\xb4\xa1\x75\xfd\xb8\x7a\x7c\x79\x4f\x98\xa8\x63\x7f\xbc\x3f\x3e\x44\x15\x0c\x8f\x3a\x9f\xb1\x45\xe2\x0f\x3c\xaa\x35\x85\x44\x19\x17\x84\xdd\x49\xc4\x9d\x87\x6c\x65\x5a\xbf\xf8\x24\x18\x2d\xfe\xc9\xc7\xcd\x68\x27\x3a\x6f\x6d\x12\xfc\x62\x64\x96\xf6\x24\xb8\x4b\xf0\xcd\x3e\x84\x6f\x4e\x22\xd0\x1c\x5e\x3c\x27\x3a\xbd\x24\xe2\xea\xec\x33\xfd\x99\xc6\x9a\x38\x05\x22\x41\x8c\x77\x3c\xcd\x9b\x9b\x37\xe1\xe6\xdd\x03\x46\xf9\x44\x18\x48\xa2\x10\x4f\x8d\xe6\x1b\x0f\xd6\x09\xbf\xef\xae\x8a\x0a\x6a\x69\xe1\x44\x5a\xd8\x14\x35\x78\xe8\x19\x31\xe5\x39\x6d\xc0\xf8\x9e\x56\x37\x9b\xa8\x9b\x9d\xea\x3b\xf0\xa5\xd9\xe8\xb8\x9b\x26\xf6\xc3\xe8\xdc\x64\x27\x11\x73\xad\x58\xb8\x88\x1a\x49\x7c\xa2\x78\x02\xcc\x4a\x9e\x44\x0b\xdf\xac\x74\x66\x78\xaa\x75\x8a\x70\x2a\x3b\xc7\x98\x9a\x9b\xc1\xbe\x42\x84\x73\xb2\xcd\x70\xe6\xe6\x5b\xfe\x65\x78\x5c\x94\x9d\x58\x01\x63\xb8\xf3\x83\x10\x9b\x88\x7c\x4e\x56\x4b\x16\x2a\xa2\x07\xce\x0e\x1a\xee\xe6\xd8\x2a\xcf\xe4\x4c\xd7\x3f\x55\x3f\x61\x2c\xcc\xeb\x9c\x38\xb2\x39\x70\xfa\x29\x9a\x75\x42\xb3\x8e\x56\x0d\x76\x35\x1b\x77\x0e\xc4\x77\xb1\x0e\xf4\x49\x30\x0d\x04\x24\x18\x7a\x86\x9f\x44\x5c\xa0\x93\xf8\x08\x63\x0f\xc1\x23\x82\xca\x5d\x15\xd1\x68\x6c\x77\x73\xab\x9b\x38\xc1\x1f\x6f\xd7\x0f\xbd\xd0\x79\x21\xcd\xf1\xf1\x16\xf9\x40\x43\x73\x41\xcf\x21\xba\x60\x62\xfa\xd3\x15\x95\x79\x7c\xb6\xaa\xf9\x68\x76\x08\xec\x65\xed\xb9\x89\xf6\xdc\x81\x33\xac\xc7\xab\x15\x9a\xc0\x5d\x21\x67\xe7\x05\x16\x3f\x89\x78\x93\x4c\x26\x6d\xca\x6c\xe0\x24\x58\x5c\xe2\x1c\xcc\xc6\x23\xf1\x24\x98\x35\x62\x30\x4c\x19\x9c\x9d\xc4\x3c\xd5\x13\xcc\x67\xb6\xf9\x36\x38\x70\x0f\xfc\xa7\x39\x3b\x14\xf4\x49\x04\x92\x51\x94\xf7\x29\x43\xb4\x93\x68\x94\x1f\x82\x7f\x0c\x7f\xc2\x20\x90\xde\x0c\x21\x93\x89\x03\xc8\x01\x7f\x68\x9a\x1f\x38\xcd\x0f\x1c\xc4\x14\x98\xd3\xa3\x9a\xb0\xb7\x10\xc9\xcc\x29\x05\xf7\x89\xb3\x82\x7e\x73\x0c\xcd\x82\x3b\x89\x19\x6e\x7e\x29\x2d\x7b\x8f\x93\xa0\xf3\xac\xa0\x95\xcf\x26\xca\x67\xfd\xd6\x54\x4a\xe9\xf8\x24\xe2\xfe\xe0\x9e\x98\xf3\x23\x8c\x37\x43\xc7\xc8\x28\x67\x7e\xdc\x17\x79\xc1\x9a\x5a\xa9\x8f\xc7\x4a\x48\x6b\xb4\x64\xe7\x14\x5a\x3e\x89\x40\xcb\x30\x70\xe6\xf4\x3e\x98\xda\x07\xa3\x09\xee\xde\x3c\xea\x8d\x62\x61\x4b\x17\x79\xca\xfc\x7d\x4c\x85\x37\xbe\xb5\x41\x56\x44\x60\xbd\x21\x27\xe7\x12\xa3\xe6\x24\xc2\x9c\x37\xb1\xfd\x30\x7c\x27\x11\x0c\x1c\xc5\xdd\xb4\xe4\x75\x22\x79\xed\x37\x51\xf2\x56\xd2\xa1\x5a\x09\xbf\x76\x68\xce\x4f\xd3\x8d\x53\x74\xe3\x98\x0a\x04\x5e\xb4\x80\xab\xb0\x2d\x1d\xf5\xbd\x40\xdd\x9e\x04\xf5\x28\x2c\x7b\xd1\xfe\x5b\x25\x94\xe4\x1d\xc3\xbc\x78\xb0\x45\x71\xe6\x15\x9a\xbf\x6c\x57\xa3\xee\x28\x46\xb6\xd8\x43\x27\x41\x35\xf4\xb2\x6a\x17\xaf\x88\xfc\xe8\x30\x81\xab\x41\xe1\x9f\xc4\x08\x70\x07\x2c\x6c\xbc\xe2\x6e\x70\x30\x2c\xf3\x14\x27\x3c\xc5\xd3\x17\xda\x14\x0d\x34\x89\xc9\x90\xd2\x54\x40\x7e\x23\x75\x84\xc1\x3d\x29\x94\xb4\x68\xa3\x93\x88\xbe\x28\xc8\xba\xb4\x0a\x4e\x82\xd0\x90\x8a\x00\xdf\x3d\x22\xa2\xb4\xa5\xa9\x30\xe2\xc3\xb5\x0f\xc5\x43\x52\xb8\xfb\xa5\x6d\xb6\x96\x62\x0a\x2b\x7e\xf9\x72\x3d\x21\xf3\x4d\x97\xe2\xea\x9a\xb6\x3d\x89\xb3\x5b\x93\xc2\x61\x6f\x5e\xe0\x27\xf1\x04\x98\xda\xb7\x77\x4d\x38\x8b\xeb\x28\x85\xce\xb5\xbd\x4c\x21\xff\x4d\x49\x31\x89\x96\xe4\x4a\x13\xfb\xb0\x94\x10\x9a\x9d\xec\xdb\x70\x75\x46\xe5\x5d\xfd\x8b\xea\x09\x5e\xb7\xa4\xb0\x7c\x12\x2b\xc0\xaa\x45\xb8\x06\x96\x68\xc7\x00\x77\x2e\x69\xa2\x9e\x04\x1e\x2c\x14\xd9\xfc\xe5\xf5\x7b\x29\x22\x2a\x81\x5c\xd6\xdb\x9d\x09\xa6\x42\xcf\x84\x7f\x5b\x6f\xef\x60\x71\xd8\xe1\xcf\xce\xf5\x5e\x3a\x09\x6f\x07\xc2\x57\x35\x5e\x10\x62\xd5\x24\x8c\xa9\xe6\x92\x85\xdd\x49\xe0\x2b\x46\x91\xdf\x3f\xae\x3f\xde\x99\x38\xb1\x8e\x9c\xce\x1f\xe1\x5b\x50\xdf\x9d\xeb\xf1\x0e\xc6\x46\x2d\x7f\x43\x6d\x83\xf8\xb6\xfd\xce\x14\xc7\x64\x66\xac\xfb\x96\xd7\x9b\xfa\xff\xa1\xae\x5a\xff\xef\xc4\xd5\x36\x69\xb7\x6f\x79\xa0\xb9\x1d\xe7\xd8\xb5\x2d\x3c\xe4\x28\xbc\x8f\x34\xb4\x4f\x02\xbf\x38\x0e\xba\xab\x73\xb5\x8b\x82\x36\x7f\xc3\xe6\xbe\x0d\x57\x48\x7c\x87\xa8\xcd\x82\x43\x6a\x4e\x45\x0b\x95\xad\xf7\x49\x00\x9f\x8e\xdf\xfa\x36\x3c\x56\xcc\xb1\x50\x35\xd3\xbb\x6a\xa6\x15\xf9\x54\x92\xb1\x93\x50\xe0\x52\x87\x05\xed\x86\x13\xeb\xeb\x1b\x7b\x92\x5d\xbb\xbb\x83\x8c\xd2\x9d\x01\x83\xf5\x24\x12\x31\xfc\xaa\xe0\xcb\xf0\x1d\xc1\xfc\x14\x39\x6e\xa8\xd9\x25\x87\x9a\xd9\x11\x00\xb7\xe1\x11\xcb\xe7\x1b\x09\xf0\x63\x30\xb1\x83\x14\xd6\x69\x1b\x1e\x46\x5c\xbd\x38\x96\x99\xa8\x0d\xe4\xea\x29\x3b\x66\xef\xf6\x24\x6c\x82\x17\x15\xc7\x2f\xdb\x06\x47\xc4\x36\x07\xf3\x1a\x9a\x82\x17\x71\x08\x15\xdb\xe8\x25\x94\x86\x76\x64\xba\x1c\xf3\xe8\x25\xdc\x85\xb7\xa9\xd3\xa8\xa3\x54\x69\xa1\xe2\x21\x9c\xb2\x23\xac\x89\xc7\x3c\xf7\x9b\xd0\x5f\x0a\x87\xf9\x5e\xcd\x60\x02\x2c\x39\x0e\x92\x6a\xff\x68\x7e\x15\x7f\x4a\x46\x3c\x27\x81\x1f\x24\x85\x1a\x91\x70\xc9\x4e\x5c\x6a\x71\x08\x1e\xd6\xfb\x24\x08\xa8\xe3\x90\x31\x03\x70\xac\xd7\xa8\x8a\x06\x32\x5c\x4b\x3c\x2b\x07\x7a\xc6\x27\xb7\x0c\xde\x07\xfc\x8d\xa5\xb1\x01\x4f\xc5\xe3\x21\xda\xc0\x92\x1a\xfd\x49\x84\x25\x5d\x12\x34\x1b\x1a\xce\x0a\x88\x1a\xb2\xa5\x11\xf6\xb0\x91\x3a\x0a\x15\x0f\x7e\xc2\x48\x0c\xcc\x2e\x55\x7c\xbb\x78\xdc\x18\x43\xe1\x20\x44\x76\x3f\x68\xf1\x4a\x0b\xe5\xf1\x2b\xf8\xe1\x15\xdc\xa7\x02\x20\x88\xd2\x3a\x89\x15\xe0\x5b\xe0\x6d\xf0\xd9\x8c\xf3\x76\xe9\xb7\xc1\x9f\x28\x3d\x15\x06\x43\x3d\x09\x1d\xef\xae\x48\x4c\x7b\x8e\x6a\xf0\xb9\x73\x52\xcb\x2e\xde\x0d\xa7\x2b\x8e\x56\xc1\x42\x10\x19\xaf\x75\x45\x8c\xe0\x74\x3d\x44\xa3\xeb\xc3\xb1\x27\x96\xa1\xc1\xde\x56\x40\x89\xa5\x7e\xbc\x34\x18\x05\x93\x10\x34\x54\xc7\xc7\xed\xa8\x12\x8f\xa0\x21\x11\x95\x10\xef\xd9\x6f\xd7\x11\x8a\xe4\x8a\x39\xb3\x45\xdc\x3f\x3b\xf0\xb0\x83\x88\x3c\xda\x23\xfb\x89\x7d\x7c\x7f\x23\x47\x44\x9f\x49\x62\x45\x7a\x5d\xc5\xdf\xf6\xef\x6f\x72\xce\x71\x39\xc2\x04\xc6\xea\x4a\xc6\xef\xe4\x95\xed\x00\x7e\xd7\x89\x93\xa6\xab\xe5\xef\xef\x7e\xd7\x59\xb1\x84\xfc\xdd\x97\xf6\xbb\xce\x88\xb2\x7c\xdf\x5d\xce\x82\xd2\xc2\xee\x91\x24\xa8\xbd\xc9\x63\x59\xdb\xb0\x27\x95\xec\xb0\x87\xed\x0c\xb0\xc7\x4a\x29\x39\xf1\x1c\xf8\xf5\xe9\x17\x24\x98\x92\x38\xa7\xcb\xe5\xbf\x5e\x32\x27\xf3\x3f\xd7\x3f\xff\xf1\xbf\xff\x1f\xeb\x9f\xff\xe7\xfa\x9f\x9f\x9f\xd7\x7f\xfe\xeb\x5f\x9f\x7f\xfb\x8f\xf7\xff\x78\xfd\xc7\xcf\xff\x76\xa0\x3f\xef\xcf\xf3\x3f\xfe\xed\xf3\xaf\xcf\xff\xfd\xef\xff\xf9\xaf\xd7\xe7\xe7\x9f\xff\xfe\xcf\xf3\xab\xf8\xfb\x7f\x02\x00\x00\xff\xff\xbb\x47\xae\x74\x89\x44\x03\x00"); -var _gcbg =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x54\x93\xc1\x8e\x9b\x30\x10\x86\xef\x3c\xc5\x1c\xb7\x87\x6d\x3c\x80\x21\x48\x15\x52\x37\x51\xb7\x1c\xb6\xad\x9a\xcd\xb6\x52\xd5\x03\xc1\xe3\xd4\x52\x63\x90\x81\x43\xde\xbe\xb2\xc1\x83\x7a\x40\xe6\x9b\x7f\xc6\xfe\xc7\x0c\xbb\x43\x73\x6c\xac\x99\x60\xf7\xcd\xf5\xdd\x89\x26\xd0\xc6\x2a\x47\x63\x3f\xbb\x8e\xe0\x42\x57\x63\x93\x04\x53\x50\xa6\x9b\x22\x86\xa5\xbb\xb5\x43\x92\xec\xce\xd6\x3c\x3f\x3d\x9e\x5f\x3f\x65\xe9\xe3\x67\x98\x47\x5a\xe3\x87\xe6\x78\xba\x8f\x13\xdd\x1a\xab\x7b\xc8\x96\x7a\x35\x0f\xeb\x1e\x00\xbb\xef\x74\x35\xe3\xe4\xee\xf0\xf0\x51\xf5\x17\x7a\x07\x8a\xb4\x8f\x7f\x75\x8a\x9c\xb1\x57\x78\x78\x7e\x42\x8e\x9e\xe6\x61\xf8\x4b\x37\xb2\x13\xc8\x10\x23\xab\xc2\x9a\xec\x0e\x2f\xed\xf0\xa5\xbd\x11\xfc\x67\xe6\x2d\xa8\x41\x7c\x23\x37\x9a\xde\x02\xbe\x17\xa2\xdc\xc2\xaf\xf7\x81\x00\xd7\x4d\x7e\x9e\x9b\x23\xfc\x42\x40\x01\xa9\x2c\x44\xfe\x7b\x8d\xff\x78\xe9\x15\x67\x61\xb9\xd8\xef\x8c\xea\xfe\xb4\x2e\xf9\x20\x84\x10\xa9\xc0\xbc\x06\x59\xed\x23\xa6\x85\xc7\x6a\xc1\x4c\x08\xac\x41\x96\x92\x31\xf5\x98\x47\xc4\xac\x86\xb2\x14\xc5\xc2\x5a\x2f\xd9\x7b\xc6\xce\x63\xc6\x48\x21\xbb\x8c\x8c\x2a\x30\xa7\xa3\xf6\xe9\x55\xc4\xec\x12\xe4\x8d\x43\x3a\x0a\x66\x5d\x43\x21\x18\xe5\xc5\x1b\x67\x2b\x52\x79\xe4\xb3\xe4\x72\x76\x1e\x99\x82\x73\x44\xff\x25\xe2\x85\x24\x05\x5f\x90\x6b\xed\x95\xb8\xe9\x7d\x0d\xf1\xd5\x5b\xdc\x6f\xfd\x0b\x56\xd0\xb7\x5e\x6d\x4a\xbe\x29\xd2\xd7\xa4\xac\x14\x9b\x52\xfa\x9a\x94\xef\x27\x9e\xa3\xb5\xa8\x7c\x0d\xf7\x86\x2d\x2b\xe8\xdb\x2c\x8b\xd5\xf7\xe2\x33\x80\x9f\x5c\x1e\xa6\x6e\x76\x8e\xec\x14\xe6\x36\x8c\x8b\x1f\x01\x63\x89\xff\x8d\xa1\x1f\x7c\x55\x78\xfe\x05\x00\x00\xff\xff\x0f\x79\x9f\xed\x47\x03\x00\x00"); -func _gbac ()(*asset ,error ){_adg ,_aegb :=_bdec ();if _aegb !=nil {return nil ,_aegb ;};_egf :=bindataFileInfo {_b :"ETHK-B5-V",_ffe :631,_ag :_ed .FileMode (436),_ac :_c .Unix (1580491827,0)};_cga :=&asset {_abe :_adg ,_ece :_egf };return _cga ,nil ; -};var _acgc =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x44\x92\x41\x8b\xdb\x30\x10\x85\xef\xfe\x15\x73\xdc\x1e\x5a\x4b\x56\x1d\x25\xb0\x2c\x74\x13\xd8\xfa\xb0\xdd\xd2\xec\xa6\x85\xd2\x83\x23\x8d\x83\xa0\x91\x8d\x6c\x1f\xf2\xef\x8b\xde\xb8\xde\x43\x78\xd1\xc7\x7b\xa3\x19\x6b\xca\x7d\x73\x68\x62\x98\xa8\xfc\x9e\x7a\x77\xe4\x89\xba\x10\x7d\xe2\xb1\x9f\x93\x63\x3a\xf3\x25\xc4\xa2\xd0\x15\xf9\xe0\xa6\xff\x47\x88\xbb\xb6\x43\x51\x94\x4f\x8f\xaf\x1f\xbf\xd2\x3c\xf2\x72\xde\x37\x87\xe3\x6d\x9c\xf8\xda\xc4\xae\x27\x23\x39\x3f\x0f\x4b\x96\xa8\xfc\xc1\x97\x30\x4e\xe9\x46\x77\x5f\x7c\x7f\xe6\x0f\xe4\xb9\xcb\xfc\x25\x79\x4e\x21\x5e\xe8\xee\xe9\x51\xaf\xf4\x38\x0f\xc3\x5f\xbe\x72\x9c\x48\x83\x71\xf4\xd0\xa2\xdc\x3f\xb7\xc3\xb7\xf6\xca\x84\x26\x4e\xa0\x80\x27\x4e\x63\xe8\x23\x69\xf5\x49\xa9\xcd\x3b\x7f\xbd\x0d\xbc\x54\x29\xca\xb7\xe6\xf0\xd2\x75\x23\x4f\x64\x95\x12\xcf\xaf\xb7\xe6\x40\xbf\x35\x69\x45\x55\x6d\xac\xf9\xb3\x58\x7f\x3e\xf7\x7e\x0d\x56\x4a\x46\x71\xc1\xa7\x36\x5e\xb8\xb8\xaf\x74\x55\x3d\xd0\x22\x54\xdb\x1a\xc8\x08\x32\x40\x9f\x81\x5a\x41\x6d\x46\xbb\x2d\xd0\x59\x90\x7b\x20\x6b\x95\xb8\xbc\x20\x0f\xd7\x2e\x23\x23\xe5\x4d\x97\xd1\xb6\xca\xc8\x32\x50\x16\x6b\xd5\xa6\xb8\xaf\x4c\xa5\x33\x82\x50\x6d\xb7\x40\x5b\x41\x3b\x04\x15\x90\x13\xe4\xe0\x32\x40\x2c\x48\x6a\xd9\x8c\x0c\x5a\x35\xe6\x0c\x17\xca\x1b\x2f\xc8\xc3\x85\xf2\xb9\xa1\x45\xa8\xb6\xb9\x55\x53\x63\x20\x88\xb5\x4a\x90\x04\x6b\x04\x35\x9a\xa8\x25\x98\x85\x36\x0a\xc8\x4a\xd0\xe2\xc6\x1d\x6e\xb4\x12\xb4\xf2\x25\xd0\x97\x8c\x6d\x64\x6c\xad\xf3\x32\xac\xef\x90\xff\xe7\x1d\x5c\xd7\xc2\xcd\x29\x71\x9c\xb0\x81\x78\xff\xfc\x80\x21\xf2\xba\xdd\x43\x3f\xe4\x14\x7e\xff\x02\x00\x00\xff\xff\x96\x52\x71\xc9\x09\x03\x00\x00"); -func _ceg ()([]byte ,error ){return _g (_bea ,"Adobe-CNS1-4")};func _bdca ()(*asset ,error ){_cged ,_eeaf :=_ebdc ();if _eeaf !=nil {return nil ,_eeaf ;};_cece :=bindataFileInfo {_b :"UniCNS-UTF16-H",_ffe :251000,_ag :_ed .FileMode (436),_ac :_c .Unix (1580492695,0)}; -_adaec :=&asset {_abe :_cged ,_ece :_cece };return _adaec ,nil ;};func _geaa ()([]byte ,error ){return _g (_fefa ,"UniJIS-UTF8-V")};var _fefa =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\x97\x4d\x6b\x1c\x49\x12\x86\xef\xfd\x2b\xea\xe8\x3d\x78\x95\x9f\x95\x99\x60\x04\x8b\xcd\xb2\x32\x78\x77\x59\xd9\xde\x81\x61\x0e\x95\x95\x55\x9a\x86\x51\xab\x69\x49\x07\xff\xfb\x21\xde\x78\xa3\x8d\xe6\x20\x54\x4f\x44\x56\x7c\x64\x46\x46\x54\xdf\x7c\xbc\xfb\x74\x77\x3a\xbe\x4c\x37\xff\xbd\x3c\xad\xf7\xdb\xcb\xb4\x1f\x4f\xe3\xb2\x3d\x3f\xbd\x5e\xd6\x6d\xea\xdb\xc3\xf1\x74\x38\xf8\x30\x8d\xe3\xfa\x62\x88\x7f\xeb\xe3\x72\x3e\x1c\x6e\xbe\x9d\x8e\x9f\xef\xee\xdf\x7f\xfb\xfa\xcf\xfa\xfe\x5f\xd3\xeb\xf3\x46\xf9\xc7\xbb\x4f\xf7\x3f\x9e\x5f\xb6\xc7\xbb\xd3\xfe\x34\x45\x7d\x7f\xbc\x9e\x69\x63\x9a\x6e\xfe\xb7\x3d\x1c\x9f\x5f\x2e\x3f\xa6\x77\xff\x18\x4f\x7d\xfb\xdb\x34\xb6\x5d\xe4\xff\xb9\x8c\xed\x72\x3c\x3d\x4c\xef\x3e\x2f\xe7\xe5\xe4\xaf\x8a\xfb\xd7\xf3\xf9\x8f\xed\x71\x3b\xbd\x4c\x05\xb2\xed\x34\xf0\xff\x70\xf3\xf1\xcb\x72\xfe\xf7\xf2\xb8\x4d\x6f\xe2\xf9\x0e\x2d\x94\xdf\xb7\xcb\xf3\xf1\xe9\x34\xf9\xf8\x77\xe7\xea\x4f\xf9\xd7\x1f\xe7\x6d\xf2\xb4\xf2\xcb\xb7\xbb\x4f\xd3\xaf\x7e\xf2\x6e\x0a\x39\x25\xf7\x1b\xe5\xff\xff\xf2\x34\xae\xab\xbc\x73\x9a\xc3\x7a\x1c\xeb\xef\xcb\xe5\xf0\x61\x0d\xdd\xdd\x4e\x35\xcc\xed\xf0\x61\x0b\xd5\x35\x77\x3b\x95\xda\x22\x29\x83\x02\x69\x06\x65\xa5\x45\x75\x95\xa4\xba\xa2\xd4\x83\xd8\x2c\xb4\xd2\xa3\x50\x55\x9a\xe1\x21\x56\x82\x17\x98\x09\x41\xa0\x11\xa2\x80\xda\x2b\x35\xdd\x4e\x35\x7a\x4f\xca\x20\x47\x9a\x41\x1a\x63\x91\x38\xaa\xbb\x52\x01\x25\x52\x05\xd1\xca\xd2\x40\x1a\xd5\xd6\xfa\xed\xe4\x83\x4f\x95\xb8\x02\x67\xc3\xa1\xda\x42\xdc\x80\xd9\x11\xf7\x37\x8b\x17\xa7\x8b\x1b\xd1\xeb\xe2\x99\x18\xde\x2e\x8e\xaa\xcd\xc4\xa4\x68\xda\xfc\x76\xf1\xac\x5a\x86\x81\xec\x7e\x2a\x2b\xc8\x74\x0d\x64\x4e\x97\xb7\x76\xba\x28\x4b\x20\xad\x20\x4f\x1a\x20\xa4\xd6\x52\x5d\x6f\xa7\x92\xf4\xc8\x5b\xaa\x03\x54\x48\x1b\x68\x26\xed\xa0\xaa\x84\x43\xce\x2e\x92\x3c\x88\x56\x70\xcc\xd9\x25\x52\x04\xd1\x4a\x4b\xb0\xe2\x49\x19\x64\x56\x66\x50\x20\x15\x90\x59\xa9\xa0\x46\x6a\xb0\x69\x56\x16\x10\x33\x92\x83\x2e\xd9\x99\x15\xc9\x2f\x07\xf3\x30\x40\xcc\x4f\x4e\xb9\xe4\x60\x51\xef\x20\xfa\x5b\x90\x5f\x60\xd4\x0b\xf2\x0b\xf4\xbe\x20\xbf\xc0\x9d\xc0\x35\xc9\x91\x56\x70\x4d\x72\xa4\x3f\x39\xc0\x92\x23\x63\x91\x03\x2c\x39\x9a\x07\xe4\x10\x19\xcb\x82\x1c\xa2\xf9\x43\x0e\xd1\x3c\x20\x07\x4f\x0f\x1d\x91\x79\xae\xec\x09\xd9\xd2\x4a\x87\x07\xa7\xef\xe5\x8a\x95\xc9\x93\x90\x43\x72\x24\xe4\x90\x02\x09\x67\xa4\xd5\xdf\x72\x85\x4d\x2d\xef\x96\x2b\xf2\x4b\x33\x09\xf9\x25\xf3\x80\xfc\x72\x24\xc1\x7b\x56\x9b\x55\x76\xbe\x86\xe0\x49\x52\x75\xc1\x37\xd2\x06\x9d\xad\xdc\x41\x1a\xd9\x5a\xf5\xfe\x14\x75\x81\xdb\x55\x83\x93\x17\x63\x75\x38\xce\x8a\xa2\x10\x92\xe3\x6c\xb8\x78\x42\x3b\xa8\x80\x3c\xd2\x6d\xbe\x92\x22\xa8\x91\x24\xa5\x06\x87\x42\x05\xe4\x49\x0d\x14\x94\x16\xbc\x87\xf2\x89\xd2\xe1\x40\x89\xa4\x56\x32\x49\xad\xcc\xa4\x0d\x54\x64\x0a\x58\x2b\x3e\xd4\xfc\x97\xde\x2c\x2b\xa5\x5c\x6b\x28\x81\x84\x4d\x2b\x1a\x4b\x40\xa3\x99\x63\x34\x44\x4a\xa1\x92\x34\x98\x46\x42\x30\xd1\x91\x10\xcc\xf5\x3d\xa4\x14\xd5\x45\xd4\x24\xa2\xa6\x14\xd5\x4a\x4c\x24\xb5\x92\x49\x6a\x65\x26\x21\xa5\xa8\xdb\x1b\xbb\x1e\x84\x7a\xe8\x7d\xbf\x9d\x42\x74\x59\x83\x59\xa5\xf0\x6a\xcc\x8e\x24\xd3\x21\xc6\x4a\x92\x06\xe8\xdb\x6c\x4a\xb4\x7a\x46\xb3\x4a\x75\x89\xd2\x13\x8b\x62\x26\x56\x45\x5b\xdc\x14\xcd\xf0\xa2\x38\x13\x3b\xb0\x98\x9f\x55\x31\x10\xb5\x72\xa8\x44\x53\x6a\x89\x5e\x1b\x42\x4a\xa6\xc3\xf4\x89\x46\x1a\x51\x35\xac\x50\x32\xed\xa6\x01\x55\xfa\x40\x91\xc7\xcc\x68\xa5\x69\xd4\xc8\xe3\x5a\x17\xec\x49\x62\xe8\x8b\xee\x09\x77\x73\xc5\x50\xf0\xad\xd9\x9b\x33\x62\x35\x25\x0e\x25\x71\x4b\xa4\x6d\xd4\xc8\x1b\xb0\xa2\x6d\xb4\xab\xc7\xa1\x66\xe8\xb2\x7b\x2c\xa5\xcb\x8e\x5b\xe6\x1c\xed\x74\x3d\xa3\x44\x82\xc7\x54\x48\x05\x4b\xbd\x29\xab\x22\x7d\xf6\x86\x4c\xe8\xb3\x2f\xaa\xb4\x57\x3b\x94\x16\xc1\xaa\x4a\x6e\x5e\x1f\x8a\x1a\xd1\xa8\x98\xaa\x8e\x37\x6f\x54\xaf\xda\x46\xc4\xf6\x31\xa4\x21\x85\x51\x63\x36\xd2\x88\x82\x21\xca\x9d\xe7\x37\xa4\x2c\x4a\xcb\x89\x84\x73\x67\xb4\xa3\xe2\x84\x58\xd2\x03\x43\xac\xf1\x4c\x46\xd3\x0d\xe2\x96\x8c\x16\x15\x4d\x9b\x14\x33\x11\xf1\x24\xae\xed\xf8\xd4\x70\x57\xd4\xb4\xcd\x29\xd3\x4e\xcc\xb3\x6f\x8a\x9e\xb8\xa3\x4c\xe4\xd5\xbd\xa3\x6a\x6b\x40\x85\x0b\xa1\x6b\x16\xea\x9a\x8e\x7c\x0c\x41\x41\x64\x86\x8d\xdf\x3b\x36\xbe\x34\x8c\x67\x21\xe8\x1c\x5f\x14\x17\xa5\x36\x07\x1a\x4d\x57\x66\x92\x5e\xeb\x99\xa4\xef\x19\x6d\xd7\xde\xbb\xf7\x1d\x8d\xa3\xd6\xf6\xa6\xc3\xc5\x72\xed\x70\x97\xe5\xf4\xb0\xe9\x17\x87\x4c\x2c\x7d\xf0\xe8\x67\xd9\xbe\x3d\x54\xde\x12\x7a\x75\xaa\x1c\xe7\x72\xd4\xfa\x20\x2e\x52\xe1\xd4\x95\xc6\xa1\x0f\xf8\x68\xa8\xf6\xc9\x32\x9b\x18\xdf\x0b\x95\x93\x57\x6a\x42\x1f\x1a\xc4\x66\x64\x31\x71\x87\xd8\xa6\x6f\xa4\x78\xc1\xe8\x8b\x0c\x50\x6e\x90\x3e\xe0\xdb\xc0\xdb\x94\xf5\x14\x77\x8c\x4d\x0e\xae\xd4\xb3\x89\x31\x15\x1d\x5d\xca\x05\xd1\x07\x0c\x75\xcf\x8f\x81\x6e\xb6\x71\x1c\x39\xd9\x0c\xe5\xea\x8c\xba\xcd\xec\x50\xae\xc2\xa5\x3c\x04\x6c\x7b\xa1\xb8\x52\xac\xb5\xeb\x28\x6e\xc9\xc4\xe8\xe7\xce\x53\x3c\x9b\xb8\xe0\x1c\x82\x0d\xd5\xab\x95\x86\x92\x62\x3f\x0b\x2d\xab\x3c\xa0\x07\x86\x99\x43\xa2\x53\x1c\xb5\x4d\xf0\x4a\x14\x3d\x65\x79\x68\x3a\xb5\x22\xe5\x8b\xc9\x77\xc8\x79\x2d\x56\x4b\x49\x07\xbe\x6f\xd6\x99\xa4\xca\xb5\x7f\x46\x6d\xd9\x6c\x2d\x6d\x31\xb9\xf6\xb5\x4a\x3b\x32\xf6\xb5\xdf\x79\x95\x5b\x53\xad\x26\xd7\xb6\xdc\xac\x49\x9a\xfd\xae\x0d\xc7\xb1\x5d\xf7\x64\xf2\xac\x72\xeb\x94\xd7\xf5\xbb\xb6\x19\x6b\x2c\x51\xe5\x03\x43\x2b\xb8\x60\x4d\xa5\x9b\x5c\xef\x7d\xb0\xfe\xc6\x38\x47\x53\xbf\x1c\x29\xc3\x76\x79\x34\xb5\x83\xdd\x97\xdb\x8e\xf8\xe5\xa1\xe1\xde\x35\xde\xc2\x5d\xc5\xc3\x7e\x85\x78\xde\x40\xbd\x70\x00\xf9\x91\x7b\xfd\xd1\xb9\xbe\x5e\x2e\xdb\xe9\x05\x3f\x71\xf1\xab\x52\x7e\x29\x1e\x4f\xdb\xf5\x67\xf4\xf9\xe9\x2c\x6f\xe1\xef\xcf\x00\x00\x00\xff\xff\xe2\x5c\x6c\xc3\x72\x0f\x00\x00"); -func _cfec ()([]byte ,error ){return _g (_ggbg ,"Adobe-GB1-0")};var _ffad =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x44\xd2\x41\x0f\x93\x30\x14\x07\xf0\x3b\x9f\xe2\x1d\xe7\x61\x42\x81\x52\x4d\x8c\x89\xb2\xc3\x88\xd9\x34\xa2\xd3\xc4\x78\x80\xf6\x8d\x34\x19\xa5\x29\x70\xd8\xb7\x37\xef\x15\xd9\x61\x79\xe3\x57\xfa\xcf\xeb\x2b\x69\xdd\x9c\x1a\x67\x17\x48\xbf\x85\x49\xb7\xb8\xc0\xdd\x3a\x13\x70\x9e\xd6\xa0\x11\x7a\x1c\xac\x4b\x12\x91\x83\xb1\x7a\xf9\xff\xc8\x45\x8f\x9d\x4f\x92\xf4\xfc\xc5\x3c\xfa\xe3\x67\x79\x3c\xc3\x3a\xe3\x86\x75\x73\x6a\x9f\xf3\x82\x63\xe3\xee\x13\x14\x71\xb3\x59\xfd\x16\x00\x90\x7e\xc7\xc1\xce\x4b\x78\xc2\xe1\x93\x99\x7a\x7c\x03\x06\xef\xe4\x5f\x83\xc1\x60\xdd\x00\x87\xfa\xda\x8a\x9d\xdb\xd5\xfb\x07\x8e\xe8\x16\x10\x6c\xe8\x0c\xd7\x24\xad\x2f\x9d\xbf\x76\x23\xc2\xab\x95\x1b\x2f\xf1\xca\x0d\xc3\x6c\x27\x07\x22\x7f\x9b\x65\xf2\xe5\x3f\x9e\x1e\xb7\xa8\x24\xfd\xfd\xb3\x39\xc1\x1f\x01\x22\x83\x5c\xca\xbc\xfc\xbb\xf9\xaf\xcb\x64\xf6\xb7\x44\x1e\xbb\xd7\xd6\x84\xce\x0d\x98\x7c\xe8\x44\xd9\x7f\x84\xad\x88\xa2\x2a\x2b\x32\xd9\xb1\x51\x11\x85\x2a\x0b\x36\x1d\x4d\x47\x93\x6c\x26\x1a\x92\x65\x24\x95\x60\xa9\x72\x92\x92\x45\x46\xa9\x48\xde\xb1\xbc\x8f\x42\xe9\x65\xce\x12\x73\x2a\xca\x89\x1d\xa8\x98\xa3\x28\x47\x72\xb2\x8a\x39\x8a\x72\x24\x27\xab\x98\xa3\x28\x47\x72\x32\x16\x2c\x54\xe8\x2c\x8a\x46\xbc\x9f\x95\xfe\xd3\xd5\xee\xc3\xd6\x6b\x08\xe8\x16\xbe\x58\x1e\x28\x0d\xc9\x3a\xdc\xbf\x1c\x3f\x79\xda\xc5\xbf\x7f\x01\x00\x00\xff\xff\x33\xf7\x40\xf6\x65\x02\x00\x00"); -var _edfe =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x64\x97\x4d\x6b\x24\x37\x10\x86\xef\xf3\x2b\xfa\xb8\x39\x6c\xac\xcf\x96\x04\x8b\x21\xec\x12\xe2\x85\x4d\x42\xbc\xbb\x09\x84\x1c\x5a\x2d\xb5\x33\x10\xcf\x0c\xe3\xf1\xc1\xff\x3e\xe8\xad\xb7\x66\x71\x72\x30\xee\xa7\x4a\x5d\x1f\x52\xa9\xaa\xe7\xe6\xfd\xdd\x87\xbb\xc3\xfe\x32\xdd\xfc\x7a\x3e\xae\xf7\xfd\x32\x6d\xfb\x43\x3b\xf7\xa7\xe3\xf3\x79\xed\x53\xed\x0f\xfb\xc3\x6e\x67\xdd\xd4\xf6\xeb\x45\x11\xff\xd6\xc7\xe5\xb4\xdb\xdd\x7c\x39\xec\x3f\xde\xdd\x3b\x63\xc2\xdb\x2f\x9f\x7f\xcc\x6f\x7f\x9a\x9e\x9f\x3a\x75\xef\xef\x3e\xdc\xbf\x3c\x5d\xfa\xe3\xdd\x61\x3b\x4e\x5e\x6c\xb4\xe7\x13\xed\x4c\xd3\xcd\x6f\xfd\x61\xff\x74\x39\xbf\x4c\x6f\x7e\x68\xc7\xda\xbf\x9b\x5a\xdf\x86\xfc\x97\x73\xeb\xe7\xfd\xe1\x61\x7a\xf3\x71\x39\x2d\x07\x7b\x55\xdc\x3f\x9f\x4e\xff\xf4\xc7\x7e\xb8\x4c\x09\xb2\x7e\x68\xf8\xbf\xbb\x79\xff\x69\x39\xfd\xbc\x3c\xf6\xe9\x7f\x31\x7d\xc5\x0a\x2c\xf8\xda\xcf\x4f\xfb\xe3\x61\xb2\xdf\x1b\x33\x7f\x13\x7f\x7e\x39\xf5\xc9\xd2\xd0\x1f\x5f\xee\x3e\x4c\x7f\xda\xc9\x9a\xc9\xc5\xd9\xbb\xbf\x28\xff\xfd\xd3\xb1\x5d\x57\x59\x63\x24\x8d\x75\xdf\xd6\xbf\x97\xf3\xee\xdd\xea\xaa\xb9\x9d\xb2\x9b\xcb\xee\x5d\x77\xd9\x14\x73\x3b\xa5\x5c\x3c\x29\x82\x1c\x69\x06\x45\xa1\x45\x74\x99\x24\xba\x24\x54\xdd\xb0\x99\x68\xa5\xfa\x41\x59\x68\x86\x07\x9f\x09\x76\xc0\x4c\x70\x03\x0a\xc1\x0f\x10\x7b\x29\x87\xdb\x29\x7b\x6b\x49\x11\x64\x48\x33\x48\x62\x4c\x23\x8e\x6c\xae\x94\x40\x81\x94\x41\xb4\xb2\x14\x90\x44\xd5\x4b\xbd\x9d\xac\xb3\x21\x13\x57\xe0\xac\xd8\x44\x9b\x88\x1d\x18\x0d\x71\x7b\xb5\x78\x31\xb2\xb8\x10\xad\x2c\x9e\x89\xee\xf5\x62\x2f\xda\x48\x0c\x82\xaa\x8d\xaf\x17\xcf\xa2\x65\x18\xc8\xee\x9b\x32\x83\x54\x57\x40\xea\x74\x79\x6d\xa7\x0e\x65\x72\xa4\x15\x64\x49\x0d\x84\xd4\x4a\xc8\xeb\xed\x94\x82\x1c\x79\x09\xb9\x81\x12\xa9\x83\x66\xd2\x06\xca\x42\x38\xe4\x68\x3c\xc9\x82\x68\x05\xc7\x1c\x4d\x20\x79\x10\xad\x94\x00\x2b\x96\x14\x41\x6a\x65\x06\x39\x52\x02\xa9\x95\x0c\x2a\xa4\x02\x9b\x6a\x65\x01\x31\xa3\x71\xd0\x29\x1a\xb5\x32\xf2\x8b\x4e\x3d\x34\x10\xf3\x1b\xa7\x9c\xa2\xd3\xa8\x37\x10\xfd\x2d\xc8\xcf\x31\xea\x05\xf9\x39\x7a\x5f\x90\x9f\xe3\x4e\xe0\x9a\x44\x4f\x2b\xb8\x26\xd1\xd3\xdf\x38\xc0\x14\x3d\x63\x19\x07\x98\xa2\x57\x0f\xc8\xc1\x33\x96\x05\x39\x78\xf5\x87\x1c\xbc\x7a\x40\x0e\x96\x1e\x2a\x22\xb3\x5c\x59\x03\xb2\xa5\x95\x0a\x0f\x46\xde\x8b\x19\x2b\x83\x25\x21\x87\x60\x48\xc8\x21\x38\x12\xce\x48\xaa\xbf\xc4\x0c\x9b\x52\xde\x25\x66\xe4\x17\x66\x12\xf2\x0b\xea\x01\xf9\x45\x4f\x82\xf7\x28\x36\xf3\xd8\xf9\xec\x9c\x25\x8d\xaa\x73\xb6\x90\x3a\x74\xba\x72\x03\x49\x64\x6b\x96\xfb\x93\xc4\x05\x6e\x57\x76\x66\xbc\xe8\xb3\xc1\x71\x66\x14\xc5\xa0\x71\x9c\x05\x17\x6f\xd0\x06\x4a\x20\x8b\x74\x8b\xcd\x24\x0f\x2a\xa4\x91\x52\x81\xc3\x41\x09\x64\x49\x05\xe4\x84\x16\xbc\x87\xf2\xf1\xa3\xc3\x81\x02\x49\xac\x44\x92\x58\x99\x49\x1d\x94\xc6\x20\xd0\x56\xbc\xcb\xf1\x3f\xbd\x79\xac\x1c\xe5\x9a\x5d\x72\x24\x6c\x5a\x92\x58\x1c\x1a\xcd\xec\xbd\x22\x52\x72\x99\x24\xc1\x14\x12\x82\xf1\x86\x84\x60\xae\xef\x21\x25\x2f\x2e\xbc\x24\xe1\x25\x25\x2f\x56\x7c\x20\x89\x95\x48\x12\x2b\x33\x09\x29\x79\xd9\x5e\x5f\xe5\x20\xc4\x43\xad\xdb\xed\xe4\xbc\x89\x12\xcc\x3a\x0a\x2f\xfb\x68\x48\x63\x3a\x78\x9f\x49\xa3\x01\xda\x32\xab\x12\xad\x9e\xd1\xac\xa3\xba\x86\xd2\x12\x93\x60\x24\x66\x41\x5d\x5c\x04\xd5\xf0\x22\x38\x13\x2b\x30\xa9\x9f\x55\xd0\x11\xa5\x72\xa8\x44\x53\x2a\x81\x5e\x0b\x42\x0a\xaa\xc3\xf4\xf1\x4a\x12\x51\x56\xcc\x50\x32\xed\x22\x01\x65\xfa\x40\x91\xfb\xc8\x68\x47\xd3\xc8\x9e\xc7\xb5\x2e\xd8\x93\xc0\xd0\x17\xd9\x13\xee\xe6\x8a\xa1\x60\x4b\xd1\x37\x67\xc4\xaa\x4a\x1c\x4a\xe0\x96\x8c\xb6\x91\x3d\x6f\xc0\x8a\xb6\x51\xae\x1e\x9b\x98\xa1\xcb\x6a\xb1\x94\x2e\x2b\x6e\x99\x31\xb4\x53\xe5\x8c\x02\x09\x1e\x43\x22\x25\x2c\xb5\xaa\xcc\x82\xf4\x59\x0b\x32\xa1\xcf\xba\x88\x52\x5f\xad\x50\x6a\x04\xab\x28\xb9\x79\xb5\x09\x4a\x44\x2d\x63\xaa\x1a\xde\xbc\x96\xad\x68\x0b\x11\xdb\xc7\x90\xda\x28\x8c\xec\xa3\x92\x44\xe4\x14\x51\xee\x3c\xbf\x36\xca\x22\x95\x18\x48\x38\x77\x46\xdb\x32\x4e\x88\x25\xdd\x30\xc4\x0a\xcf\xa4\x15\xd9\x20\x6e\x49\x2b\x5e\x50\xb5\x41\x30\x12\x11\x4f\xe0\xda\x8a\x4f\x0d\x73\x45\x49\x5b\x9d\x32\xed\xc0\x3c\x6b\x17\xb4\xc4\x0d\x65\x32\x5e\xdd\x2a\xaa\x36\x3b\x54\xf8\x20\x74\xcd\x44\x5d\x91\x91\x8f\x21\x38\x10\x99\x61\xe3\xb7\x8a\x8d\x4f\x05\xe3\x79\x10\x74\x86\x2f\x0e\x17\x29\x17\x03\x6a\x45\x56\x46\x92\x5c\xeb\x99\x24\xef\x29\xf5\x6b\xef\xdd\xea\x86\xc6\x91\x73\x79\xd5\xe1\x7c\xba\x76\xb8\xf3\x72\x78\xe8\xf2\xc5\x31\x26\x96\x3c\x58\xf4\xb3\xa8\xdf\x1e\x22\x2f\x01\xbd\x3a\x64\x8e\xf3\x71\xd4\xf2\x30\x5c\x84\xc4\xa9\x3b\x1a\x87\x3c\xe0\xa3\x21\xeb\x27\xcb\xac\x62\x7c\x2f\x64\x4e\xde\x51\x13\xf2\x50\x20\x56\x23\x8b\x8a\x2b\xc4\x3a\x7d\x3d\xc5\x0b\x46\x9f\x67\x80\xe3\x06\xc9\x03\xbe\x0d\xac\x4e\x59\x4b\x71\xc5\xd8\xe4\xe0\x0a\x35\xaa\x18\x53\xd1\xd0\xe5\xb8\x20\xf2\x80\xa1\x6e\xf9\x31\x50\xd5\x36\x8e\x23\x06\x9d\xa1\x5c\x1d\x51\xb7\x91\x1d\xca\x64\xb8\x1c\x0f\x0e\xdb\x9e\x28\xce\x14\x4b\xed\x1a\x8a\x4b\x50\x31\xfa\xb9\xb1\x14\xcf\x2a\x4e\x38\x07\xa7\x43\xf5\x6a\xa5\xa0\xa4\xd8\xcf\x5c\x89\x22\x77\xe8\x81\x6e\xe6\x90\xa8\x14\x7b\x69\x13\xbc\x12\x49\x4e\x79\x3c\x14\x99\x5a\x9e\xf2\x45\xe5\x1b\xe4\xbc\x16\xab\xa6\x24\x03\xdf\x16\xed\x4c\xa3\xca\xa5\x7f\x7a\x69\xd9\x6c\x2d\x65\x51\xb9\xf4\xb5\x4c\x3b\x63\xec\x4b\xbf\xb3\x22\xd7\xa6\x9a\x55\x2e\x6d\xb9\x68\x93\x54\xfb\x55\x1a\x8e\x61\xbb\xae\x41\xe5\x51\xe4\xda\x29\xaf\xeb\x37\x69\x33\xda\x58\xbc\xc8\x1b\x86\x96\x33\x4e\x9b\x4a\x55\xb9\xdc\x7b\xa7\xfd\x8d\x71\xb6\x22\x7e\x39\x52\x9a\xee\x72\x2b\x62\x07\xbb\x3f\x6e\x3b\xe2\x1f\x0f\x05\xf7\xae\xf0\x16\x6e\x22\x6e\xfa\x2b\xc4\xf2\x06\xca\x85\x03\x8c\xdf\xb9\xd7\xdf\x9d\xeb\xf3\xf9\xdc\x0f\x17\xfc\xca\xc5\xaf\xca\xf1\x4b\x71\x7f\xe8\xd7\x5f\xd3\xa7\xe3\x69\xbc\x85\xbf\x7f\x03\x00\x00\xff\xff\x7a\x11\xd0\xb4\x79\x0f\x00\x00"); -func _eddc ()([]byte ,error ){return _g (_ffad ,"HKdlb-B5-V")};func _fbbg ()(*asset ,error ){_dfce ,_dacb :=_bedf ();if _dacb !=nil {return nil ,_dacb ;};_fdfd :=bindataFileInfo {_b :"Katakana",_ffe :467,_ag :_ed .FileMode (436),_ac :_c .Unix (1580492475,0)}; -_ffbb :=&asset {_abe :_dfce ,_ece :_fdfd };return _ffbb ,nil ;};func _aadd ()(*asset ,error ){_dfd ,_adf :=_gdd ();if _adf !=nil {return nil ,_adf ;};_cacf :=bindataFileInfo {_b :"Adobe-Japan1-3",_ffe :1147,_ag :_ed .FileMode (436),_ac :_c .Unix (1580491320,0)}; -_gfg :=&asset {_abe :_dfd ,_ece :_cacf };return _gfg ,nil ;};func _gec ()(*asset ,error ){_fccd ,_cbd :=_bae ();if _cbd !=nil {return nil ,_cbd ;};_eafaa :=bindataFileInfo {_b :"GBT-EUC-V",_ffe :785,_ag :_ed .FileMode (436),_ac :_c .Unix (1580492205,0)}; -_eedg :=&asset {_abe :_fccd ,_ece :_eafaa };return _eedg ,nil ;};func _cgga ()([]byte ,error ){return _g (_bbg ,"Adobe-Korea1-1")};func _gadg ()([]byte ,error ){return _g (_cffab ,"UniKS-UTF16-V")};var _cca =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x44\x92\x4f\x8f\xd3\x30\x10\xc5\xef\xf9\x14\x73\x5c\x0e\x10\xff\x21\x75\x23\xad\x56\x62\x5b\x69\xc9\x61\x59\x44\xd9\x05\x09\x71\x48\xed\x49\x65\x89\x3a\x91\xe3\x1c\xfa\xed\xd1\xcc\x84\x70\xa8\x5e\xfd\xd3\xbc\xf1\x9b\x78\xea\x43\x77\xec\x52\x2c\x50\x7f\xcd\xa3\x3f\x61\x81\x21\xa6\x90\x71\x1e\x97\xec\x11\xce\x78\x89\xa9\xaa\xb4\x81\x10\x7d\xf9\x77\x64\xf1\xd7\x7e\xaa\xaa\xfa\xe9\xf1\xfd\x67\x58\x66\x5c\x8f\x87\xee\x78\xba\xcd\x05\xaf\x5d\x1a\x46\xb0\x62\x0b\xcb\xb4\x5a\x01\xea\x6f\x78\x89\x73\xc9\x37\xb8\xfb\x14\xc6\x33\xbe\x83\x80\x03\xf1\x97\x1c\x30\xc7\x74\x81\xbb\xa7\x47\xbd\xd1\xd3\x32\x4d\x7f\xf0\x8a\xa9\x80\x62\x86\x29\xb0\x56\xf5\xe1\xb9\x9f\xbe\xf4\x57\x04\xca\xf0\xc6\x90\xd9\x1b\xe6\x39\x8e\x09\xda\x0f\x4a\xed\xfe\xe3\xef\xb7\x09\x41\xaf\xde\xd7\xee\xf8\x32\x0c\x33\x16\xb0\x46\xfa\xd6\x3f\x5f\xbb\x23\xfc\xd2\xa0\x15\x98\xc6\xee\xec\xef\xb5\xf4\xc7\xf3\x18\x36\xa3\x51\x32\x88\x8f\x21\xf7\xe9\x82\xd5\xbd\xd1\xc6\x3c\xc0\x2a\xd0\xb8\x86\x91\x15\x64\x19\x7d\x64\xd4\x0b\xea\x09\xb5\x7b\x46\x67\x41\xfe\x01\x9c\x53\x52\x15\x04\x05\xae\x6a\x09\x59\x69\x6f\x07\x42\x7b\x43\xc8\x21\x23\x12\xe7\xd4\xae\xba\x37\xd6\x68\x42\x2c\xd0\xb8\x3d\xa3\xbd\xa0\x96\x8d\x8a\x91\x17\xe4\xb9\xca\x32\x42\x41\xd2\xcb\x11\xb2\x1c\xd5\xda\x33\x57\x71\x7b\x1b\x04\x05\xae\xe2\xf6\x14\x68\x15\x68\x1c\x45\xb5\x0d\x0f\xc4\xe2\x9c\x12\x24\xc6\x86\x8d\x9a\x43\x34\x62\x24\x81\x9d\x62\xe4\xc4\xe8\xf8\xc6\x96\x6f\x74\x62\x74\xf2\x25\x38\x97\x8c\x6d\x65\x6c\xad\x69\x15\xb6\x77\xa0\xff\xb4\x81\xdb\x52\xf8\x25\x67\x4c\x85\xf7\x8f\xdf\x9f\x1e\x30\x26\xdc\x56\x7b\x1a\x27\x72\xf1\xef\x6f\x00\x00\x00\xff\xff\x2b\x36\x10\x5d\x06\x03\x00\x00"); -func _cfdc ()(*asset ,error ){_dced ,_bfa :=_ebgd ();if _bfa !=nil {return nil ,_bfa ;};_gcfc :=bindataFileInfo {_b :"NWP-V",_ffe :1293,_ag :_ed .FileMode (436),_ac :_c .Unix (1580492618,0)};_eaaa :=&asset {_abe :_dced ,_ece :_gcfc };return _eaaa ,nil ; -};func _ced ()(*asset ,error ){_agadd ,_afad :=_gdf ();if _afad !=nil {return nil ,_afad ;};_acbc :=bindataFileInfo {_b :"Adobe-GB1-5",_ffe :2811,_ag :_ed .FileMode (436),_ac :_c .Unix (1580491284,0)};_febc :=&asset {_abe :_agadd ,_ece :_acbc };return _febc ,nil ; -};func _bgfab ()([]byte ,error ){return _g (_bdfc ,"WP-Symbol")};func _cdde ()([]byte ,error ){return _g (_ffa ,"Adobe-KR-7")};var _bfbc =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\xbd\x4d\xcb\x3d\x3b\x96\x67\x37\xbf\x9f\xe2\x3f\x6c\x0f\xda\x75\xb6\xa4\xad\x17\x48\x2e\x98\x6a\x17\xae\x41\xb7\x8d\xd3\x65\x1b\x8c\x07\x71\xce\x89\x28\x12\x5c\x37\x93\xac\xac\x41\x7d\x7b\xa3\xb5\x74\xdb\xc6\x18\xee\x1d\x2d\x9e\xfd\xc4\x89\xd0\x5b\x48\xfa\x69\x6f\x29\xfe\xee\xef\xff\xf1\x3f\xfd\xe3\x2f\x7f\xfa\xdb\x8f\xbf\xfb\x9f\xfe\xfa\xe7\xcf\x1f\xef\xbf\xfd\x78\xfe\xf4\xcb\xf7\xaf\xf7\xbf\xfe\xf9\xdf\xfe\xfa\xb9\x7f\xbc\xef\x7f\xfe\xd3\x2f\x3f\xfd\x14\xe5\xc7\xf7\x4f\x9f\xbf\xfd\xfa\x27\xf8\xfc\xcb\xf5\x97\x9f\x7e\xda\xbf\xff\xe3\xbf\xff\xeb\xdf\xee\x7f\xf9\xc7\x5f\x9e\x3f\xff\xa8\x5e\xf7\xfd\xb7\xbf\x9c\x6b\x7f\xfc\xf8\xbb\xff\xf9\xfe\xe7\x3f\xfd\xeb\xdf\xfe\xfa\xef\x3f\xfe\xc3\x7f\xf7\xfd\xf3\xfb\xfe\x6f\x7e\x7c\xef\x67\xdb\xff\xc7\xbf\x7e\xef\xbf\xfe\xe9\x97\x7f\xfe\xf1\x1f\xfe\xfe\xbf\xfc\x31\xfe\xab\xf9\x8f\xff\xf6\x97\xbf\xfc\x5f\xf7\xbf\xdc\xbf\xfc\x6d\xdf\xed\x7e\x7e\xba\x7f\xf9\xc2\x9f\xfe\xee\xef\xff\xf3\xf5\x97\xff\x72\xfd\xcb\xfd\xe3\xef\xfe\xe9\x97\x3f\xfd\xfd\x7f\xf9\xe3\x7f\xfc\xa7\xbf\xff\x63\xf9\x8f\xff\x03\xff\xe5\x9f\xff\xeb\xfd\xd7\x7f\xfd\xd3\x9f\x7f\xf9\x11\xe5\xbf\x7d\xbd\xfa\xff\x63\xff\x5f\xfe\xfd\x2f\xf7\x8f\x38\x77\xf9\xdf\xff\xe9\x1f\xff\xd3\x8f\xff\x23\x7e\xc4\xeb\x47\xc9\xba\xca\xff\x79\xec\xff\xdb\x7f\xfe\xf3\xf7\xfe\xf1\xf2\xaf\x62\xfa\x3f\x7f\xfe\xde\xff\xfa\x97\xeb\x73\xff\xf5\xfa\xe5\x9f\xef\x9f\x7e\xfc\xf8\xc3\xeb\xf5\x7a\xfd\xfc\xe3\x0f\xff\x69\xfc\xc3\x3f\xfc\xbc\xff\xfe\xef\xfd\xfb\x1f\xfe\x61\xff\x7d\xff\xf2\xfd\xff\xfc\xe2\xa7\xf0\x46\xbf\xfc\xf9\x6f\xdf\xfb\xd1\xf6\xeb\x3d\x5e\xaf\x78\x7e\xfe\x11\xfb\x57\xff\xef\x7f\xff\x14\xaf\xd7\x79\xfa\x9f\xbe\xff\xf5\x17\xc5\x5f\x8c\x7b\xff\xe2\x0f\xaf\xd7\x55\xf8\xfb\xaa\x3f\xff\x28\xbd\x60\x49\x2d\xb9\x2d\x2f\x2c\x43\xcb\xf8\xf9\x47\x8c\x89\x65\x6a\x99\x3f\xff\x88\x3a\xda\xc0\xf6\xd1\xf6\xf9\xf9\x47\xb4\x57\x5b\xdb\xf6\xf6\x69\x1b\x65\x72\xaf\x77\x68\x89\x9f\x7f\x94\xe0\x79\x6f\xef\xbe\x11\x91\xdb\xf2\xf1\x57\x1b\x31\xc7\xe4\x89\x1f\x7f\xb7\xb1\x6d\x1d\x9b\xa9\xd8\x88\x39\x16\x77\xfb\x2c\x6d\x4b\x1b\xcf\xfc\x5c\xda\xae\x6d\x9b\x2f\xf2\xfd\x35\xdf\x1b\xfb\x3a\xee\xf7\xad\xda\xaa\xb6\x86\xcd\xd4\x6d\x94\xe0\x6e\xb7\xa9\xbb\x5f\xde\x8d\x14\xdf\xa6\xee\x0e\x6d\x15\x9b\xa9\xbb\x49\xdd\x3c\xbf\x35\x75\xf7\xf2\x3a\x72\x76\x9b\xba\xdb\xd4\x55\x72\x71\x5b\x96\x1b\xfb\xb7\xa4\xe4\xfe\x6a\xfb\x6a\xe3\xba\xc7\x5c\x3c\x45\x1b\xf7\x7b\xcc\xc5\x53\xb5\x91\xb3\xc7\x5c\x3c\xe4\x82\xfc\x3f\xa6\xee\x31\x75\x8d\xd4\x3d\xa6\xee\x31\x75\xc5\x27\x98\xba\xc7\xd4\x15\xaf\x33\x75\x8f\xa9\x2b\xbb\xf6\xc3\x96\x08\x76\xfd\x24\xb6\xd0\x76\x4a\x65\xdf\x2f\x82\x14\x83\x7d\xdd\xc2\x56\xb5\x99\xe2\x17\xf7\x8b\x4b\xdb\x65\x5d\x04\xb6\xb7\xb6\xb7\xd7\xf1\xdb\xa2\xad\x68\x23\x6f\xd1\xb4\x35\x6d\x4d\xdb\x47\xdb\xc7\xfb\x55\x6c\x5f\x6d\xa7\x44\x49\x73\x9a\x96\x34\x2d\x95\x67\x74\xef\xd7\xcf\x33\xb0\x7d\xfc\xed\xe7\x6b\x3e\x48\xf3\xe7\xd6\x76\x9b\xbe\x5d\x6b\xf1\xb5\x5c\xbe\xb6\x96\xe0\xb9\x5f\xcb\xe5\x6b\x5b\x5e\x3c\xd7\xf6\x18\xdf\x53\x93\xdc\xef\xdb\xb4\x35\xcb\x99\x7c\x7c\xbb\xb6\xae\xcd\xfb\x4d\x6d\xd6\x65\xf1\xb9\x96\xdf\xf7\xd4\x9b\xcf\xb0\x0c\xbe\xa7\xde\x76\xcb\x28\x49\xfa\xc0\xce\x6f\x62\x0b\x6d\xa7\xde\xbc\xae\x69\x33\x2d\x75\x60\x7b\x6b\xb3\x5c\x2a\xd7\x75\x7f\xdb\xfd\x6d\xad\xd8\x2e\x6d\xa6\xa5\x61\x1b\xf4\x32\x60\x5f\xb7\x5b\x6e\x99\x94\x3d\xd8\xb6\x86\xcd\xdf\xce\xf3\xdb\xdd\x86\xca\x87\x32\x00\xbb\xf7\xe1\xb7\x9f\xa1\x6d\xfc\xfc\x23\x29\xf9\xe2\x5b\x0f\x92\x37\xb2\x7c\x4c\xef\x46\xf2\xde\x96\x2f\x2d\x1e\x24\xed\xb3\xbe\x28\x4b\xf0\x6b\xcf\x56\x17\x79\xaa\x57\xfc\xfc\xa3\x51\x33\xf5\xaa\x5a\xd6\xcf\x3f\x1a\xe9\xac\xf6\x6b\x75\xf7\x4f\x8d\x16\x57\x3f\x5e\xb3\x7b\xa2\x96\x3b\x8d\xcd\xf7\x01\x44\x5d\x94\x57\x0b\xca\xbf\x45\x6a\x7b\x61\x23\x7f\xad\x1e\xdb\x7e\x62\xab\xda\xda\x83\x6d\x70\x9d\xf5\x04\xa2\xae\xbe\x7e\xfa\x43\xdc\xef\xdd\x06\xc5\x6e\x5b\x13\xdb\xa3\xed\xb1\xde\xb9\x8e\x3e\x56\xec\x3a\x7e\x61\x0b\x6d\xa7\xee\xe2\xa7\x3f\x94\x17\xef\xa6\x88\xa2\xa5\x69\xd9\x2d\x61\xb7\xbf\xf2\x8a\xa9\x65\xf7\x1b\xbd\x63\xf9\x68\xd9\x6f\x47\x9f\xdb\x52\x0a\x96\x8d\xd8\xf5\x53\x5e\x25\xb5\xec\x5c\x06\x77\x2e\x5d\xcb\xae\xd7\xdd\x5f\x96\x57\xf5\x57\x1b\x31\x78\x56\xf5\x57\x94\xcd\x28\x58\xde\x5a\x76\x2b\x1c\x03\xcb\xad\x65\x97\xc1\x7e\xbb\x8a\x63\x93\x88\xd1\xf7\x08\x50\xe2\x45\xce\x40\x21\xd5\xf1\x4a\x2d\xfb\xde\xbb\xf7\x2f\xf1\x5a\x5a\xd6\xbe\x66\xdf\x3b\xa8\x1b\x11\xed\x95\x5c\x55\x02\xdb\xc6\xb6\xed\x27\x46\x7f\x61\xeb\xeb\xe7\x1f\x75\xb7\xf8\x12\x43\xcb\xd8\x6d\xad\x74\xc6\xf8\x5f\xc7\xe5\xff\xbf\xa1\xba\xc4\xf2\x07\x1b\x65\x37\xf2\x12\xcb\x07\x6d\x94\xc6\x63\x56\xd1\x52\xb6\x85\x04\x2e\xb3\xb5\x51\x1a\xd9\x5a\x26\x79\xed\xce\x7f\x0f\xcb\x25\xd6\xd4\x32\x7f\xfe\x51\xb2\x60\x31\xa3\x1b\x25\x29\x9e\xb7\xd7\xbc\x17\x8d\x6b\x71\xef\x7b\x60\xdb\xd8\xb6\x7d\xf7\x42\x47\x2d\xca\xee\xde\x4a\x89\x5b\xcb\xfd\xf3\x8f\xb2\x07\x8c\x52\xf6\xfc\xe4\xa0\x54\xae\x61\x1a\x22\xca\x1e\xf2\x4a\x29\x55\xcb\x4e\x37\xc5\x5a\x6c\x20\xa0\xa4\xbf\x5a\x5a\xf6\xb3\x76\x33\x2e\x85\xee\x5f\x94\xfd\xa2\x94\x52\x7c\xfa\x46\xd9\xdd\x4a\x29\x95\x06\x0b\x4a\x23\x3d\x36\x22\x50\x2a\xf7\xa9\x1f\x2d\x9f\x7d\x67\x7e\x95\x94\x2c\x28\x34\xfc\x62\x95\x82\x12\xfc\x8a\xce\x4e\x94\x42\x2e\x7a\xd7\xc2\x40\x4b\x7a\x2e\x9f\xc5\x74\x8a\x57\xaa\xbc\x2d\x8d\x37\xa5\xb1\x73\xda\x18\x3c\x4b\xdb\xe5\x93\x7b\x12\x56\x9a\x4d\x0a\x24\x4d\xb1\xf9\xf4\xd6\xe9\xaa\x76\xc9\xb7\x41\xbe\xda\xf8\xfe\xfc\x23\xf7\x30\x5f\xd2\xfb\x80\xca\x2b\x95\xaf\xa2\xa5\x6c\x4b\xc1\xf2\xd1\xf2\xd9\x96\x7d\xe7\x0c\x7f\x15\xfc\x2a\xb1\x34\x2d\x6d\x5b\xb8\xb3\xaf\x38\xa8\xe4\x2b\x7d\xc5\x41\xdd\x43\x71\xc9\xe2\xaf\x36\xea\x9e\xda\x94\x2c\x5e\x53\xb8\x86\x5f\x59\x17\xa0\x92\x8b\xb4\xe4\x41\x7d\xf1\xf4\x34\x3d\x1b\x95\x52\x4d\x3a\x3a\x11\xed\xb5\x27\x75\x25\xad\x1f\x10\xed\x35\xbc\xae\x6a\xab\xd8\x26\x25\x90\x3e\x91\x81\xab\xbd\x7a\xc5\x96\xda\xd2\xdf\x52\x0a\xd9\xb5\xf9\x62\x4f\xaf\x1b\xda\x86\xbf\x35\x75\x96\xc4\xc6\xfe\x2d\xf9\xcc\xa5\x6d\xf9\x5b\x72\x9a\x97\xb6\xcb\xdf\x52\x42\x0c\x98\x62\x5f\x67\x3e\xcc\x7f\x3a\x6d\x9e\x5e\xf7\xd5\xf6\xf5\x19\xe6\xe3\xd6\x76\xef\x52\x31\x75\x8f\x96\xc7\x5f\x92\x0b\x5b\x09\xd8\x4f\xa5\x84\x6d\xa5\xa0\x16\xf2\xd0\x2d\xbb\x6e\xd9\x4d\xaf\xb2\xec\xba\x65\x47\xa7\x9d\xdd\xb2\xeb\x96\x1d\x1d\x70\x76\xcb\xae\x5b\x76\x93\x72\xb7\xd5\x83\xfd\x5b\x53\x62\xd9\x75\xcb\x6e\x90\xaf\x6e\xd9\x75\xcb\x6e\xfa\x0c\xcb\xae\x5b\x76\x83\x32\xe9\x96\xdd\x46\x2d\xde\xcd\x92\xeb\xa7\xe4\xcc\x85\x25\xd7\x2d\x39\xba\xe7\xec\x96\x5c\xdf\xa5\x14\xde\xdf\x52\xda\xa8\xbc\xc7\x69\x47\x0c\x2a\xfd\x53\x0e\x4b\x68\xd4\x9f\x7f\xd4\x8a\x65\x6a\x99\xbb\x87\xb4\xbd\x4d\xd3\xb9\x51\x19\xc0\x72\x9a\xca\x8d\xfa\xa2\x6c\xa6\xa9\xdc\xa8\x2f\x4a\x66\x9a\xc6\x49\xeb\xe6\xe9\xd3\x14\x6e\xd4\x97\x77\xb6\x66\x37\xca\xa2\x9c\xa6\x69\xde\x28\x8b\x5c\xd8\xab\x83\xfd\x06\x50\x63\xcb\xda\x59\xbc\xa5\xdc\x69\x59\x37\x1b\x95\xbe\x38\x2f\xf3\xba\x11\xe6\xe3\x32\x67\x17\x83\x3c\x4f\x7b\xdb\x1a\xde\x4c\x3d\xf9\xd5\xdb\xa7\xbd\x99\x88\x91\x8f\xb7\xf9\xd8\x88\xa5\xc5\x7c\x6c\xc4\x22\x67\x1f\x5b\xc1\xc7\xa9\x29\x16\xdb\xc0\x46\xf8\x56\x7c\x2c\xa1\x0f\x53\x46\xd2\xf3\x31\xf7\x4e\x9a\x29\xd7\x8f\xb9\xff\x30\x5d\xe1\xce\xb7\x29\xbc\x77\xfd\x14\xf2\x7e\x9b\xf7\x8d\xca\x48\x90\xb7\x79\xdf\xa8\x65\xfe\xf6\xf0\xda\x1d\xed\x41\xf0\x0a\xf4\x57\xd7\x42\x06\x12\xcb\xd2\xb2\x87\xc5\xb6\x13\xd7\x1b\x05\x0a\xca\x9e\xe7\x95\xde\x42\x0b\x83\x72\xc5\x52\xb4\x30\x28\xef\xc2\x1a\x95\xc2\x02\x51\xc7\x56\xd5\xe5\x9e\xdc\x09\xec\x39\xc9\xc4\xd6\xb4\x35\x6c\x14\xf4\x3d\xbb\xb6\xa9\xad\x62\xbb\xb4\x5d\xda\x3a\xb6\x8f\xb6\xaf\xb6\x5d\xdc\xb7\x0d\x02\x6c\xdb\xc2\xe6\x75\x8b\xb9\xd0\xa0\x09\xde\xeb\xab\xed\xfb\xf3\x8f\xc1\x70\x7c\x3b\x6c\x81\x7d\x55\x60\x1b\xda\x86\x36\xaf\x33\x25\xd7\xa5\x8d\xd4\x39\xdb\xba\xaf\xf3\x84\x86\xed\xd6\x76\x6b\xdb\xa5\x7b\xbf\xcd\xd9\xc6\xb6\x91\x0b\x1b\x1a\xd8\x36\x72\xf1\xf6\xb7\xef\xf3\x5b\x4a\xca\xc6\x06\xa2\xd0\x8e\xef\x8f\x49\xf9\x9c\xa4\x68\xf3\x76\xc8\xb4\x31\x78\x4b\x6e\xdb\x17\xd8\x36\xb2\xf1\xf5\x76\x5f\xb3\xc6\xbb\x73\x7f\x7d\xec\xd7\xc7\x32\x32\xde\x37\x6f\x06\xd8\x23\xd4\x4f\x7f\x28\x4f\xc5\x04\x72\x4f\x9d\xaa\xab\x32\x62\x17\x79\x7d\x31\xf1\xaf\xaf\x17\x93\x5f\x2f\xa9\x5a\xf6\x1b\x36\xbc\x26\xb5\x30\xb7\x1a\x7b\x06\x54\x5f\x88\x91\xfa\x7a\xd1\x37\x4e\x2c\x97\x16\xfa\x41\xaf\xf9\x68\xd9\x39\xdc\x73\xb9\xfa\x7a\xdd\x5a\x76\xfe\xb2\x6f\x4b\x98\xa0\x70\xfc\xc4\x52\xb4\xec\x26\xda\x49\x11\x63\x7e\x7d\x29\x44\xfc\xd5\x57\x0b\xf9\xe7\x57\xc5\x7c\xec\x69\x58\xdd\x33\xb2\xfa\x6a\x5a\xe8\x97\xea\xf0\x4e\xeb\xad\xed\x4c\xb6\xb9\xd7\xf2\x5e\xeb\x36\x77\x5c\x77\xf9\xdb\x07\x19\x37\xcd\xcd\x63\x6e\x58\x5a\xa8\x23\x07\x36\x7f\xfb\xf8\xdb\x3d\x83\xad\x4e\xd5\x6b\xec\x94\xb4\x3d\x2e\xd7\x52\xb9\x1b\xd8\x93\xf0\x9d\xba\x82\x4c\x13\xb1\x5f\x9c\x5a\xe9\x6b\x6b\xa5\x67\xdd\x62\xa1\x56\x5e\x87\x5a\x77\xca\xca\x9e\x45\xd4\x6a\xba\x40\x19\x3b\xf5\xf5\x43\xd9\x80\x42\x6d\xd5\x8f\xf7\xf9\xf0\xab\xfd\xfc\xfa\xf5\x57\x1b\x85\xf2\xab\x48\x7a\x51\xaa\xd7\xa4\x96\x3d\x17\xdc\xa3\x7a\x45\xe3\x1d\x44\x1b\x13\x1b\x5d\x8c\x88\x6c\x7b\xc6\x52\x1b\xcb\x17\x22\x06\xcb\x1c\xb5\x31\x3a\x8b\x68\xcb\xdf\x0e\x72\x0c\x22\x59\x6e\xa8\x6d\x5c\xda\xf6\x7b\xd1\x1b\x29\x61\xd2\x78\xb0\xef\xa7\xed\xd6\x46\x4f\xcc\x0c\xa8\xb6\xe5\xfd\xa8\xdf\xc1\x28\x53\x1b\x7a\x42\x44\x63\x0c\xab\xed\x32\x1f\x76\x17\x2c\x3a\xd5\x76\x3d\xda\x68\x87\x6d\xf7\xff\xb5\xbd\xcd\x87\xaf\x37\x4b\x82\xb5\x21\x3b\x45\x8c\x9e\x0b\xdb\xd4\x36\x69\xc3\xde\xef\xeb\xfd\x36\xa2\xbf\x28\xe3\x76\x5b\x06\x1b\x91\x8b\xd6\xde\x1e\xda\x1f\xd8\x65\xb0\xdf\x9b\xa4\x6b\x17\x31\x0a\x6d\x32\x91\x89\x22\x46\xdf\x3a\xa0\x3a\xd3\x14\x31\x58\x36\xa9\xce\x2a\xc5\x2e\x83\x9d\x0f\xe7\x54\x22\x7a\xa7\x0c\x9c\x7b\x88\xfd\x5b\x9e\xcb\x5c\x43\x44\x06\xed\x3e\x47\xd1\x56\xbc\x8e\xe7\x8e\xa1\x6d\x90\x37\x5a\x54\x8e\xa9\x8d\x8e\xbf\xec\xd9\x57\x4d\x06\x08\x11\x8d\xa5\x94\x9a\xcb\xdf\x6e\x44\x06\xef\x47\x2e\x7f\xbb\xf8\x2d\xcb\x7b\xd5\x91\x5f\x44\xef\xa1\x2d\xb5\x59\x6f\x8d\xf4\x5d\xe6\xe3\x42\xbc\xc7\x9e\x7f\xd5\x44\xb3\x88\x7d\xdd\x7e\x4f\xd2\x7a\x4b\xeb\x8d\xe5\xd7\x9a\x1f\xef\xf7\x39\xf7\xe3\xb7\x1f\xd3\xf7\x71\xf9\xb8\x90\x66\xfa\x6a\x11\xb9\xea\xfa\xcd\xf1\xba\x3a\x51\x10\xd1\x5f\x74\xa3\xe9\x2b\x06\xa2\x57\x8b\xf2\x6b\x55\xb3\x42\xd6\x91\x26\x35\xbf\x6f\x6d\x4c\x3b\x98\xf6\xd4\xfc\x9a\xcd\x2f\xd5\x55\xcd\xe6\x63\x96\x1e\x26\x47\x4c\x46\x6b\x3e\x3e\x83\x35\xd6\xb1\x68\x9e\xf9\xd8\x24\x58\x63\xed\xbe\xee\x69\xb3\x03\x31\x66\xf7\x7e\xa6\x99\xae\xab\x23\xf6\xaa\x73\x0a\x11\x63\x91\xbe\x8e\xbc\x12\x31\x73\x4b\xfb\xda\x11\xd6\x22\xc6\xda\x52\xbe\x76\x44\xb2\x88\x9e\x7b\x6a\x56\x7b\xf9\x6a\xfb\x5a\x2e\x5c\x67\xb7\x02\x62\x0e\x9f\x5b\x7d\x6e\x65\x95\x66\x50\xd5\xdd\x57\x00\x44\x9b\xbc\x3e\xbd\x51\x5d\x20\x66\xdb\x12\xba\xf6\x66\xfa\x1a\x13\xf7\x4a\xf5\xf7\xe6\xfd\x1a\xf7\x6b\x7b\xe4\xaf\xbd\x79\xbf\x66\x17\x42\x77\xda\x91\x29\x22\x72\x52\x7e\xdd\x2e\xa9\xdb\x25\xbd\x18\x24\x3b\x53\x6e\x11\x63\xee\x69\x78\xed\xcb\xeb\x16\xcd\xa4\xf1\x0a\x74\x9b\x2c\x88\xd9\x17\xd7\x5d\x5e\xc7\x2c\x24\x1d\x06\x3b\xb3\x10\x11\xb3\x4f\xf2\x81\x3f\x42\x44\x26\x5d\x5c\x7f\xfb\xdc\x77\x58\xa6\xa4\xe5\xed\x33\x36\x22\x99\x82\xd7\xfe\x36\xbf\x2c\x88\xcc\xdc\x72\xa3\x76\xbb\x33\xb0\xbb\x29\xea\xcd\xd7\x02\x44\x73\x90\xe9\x1f\xeb\xed\x53\x7d\xf5\x78\xae\x83\x0a\x88\x96\xcb\xeb\x7c\xae\xaf\xcf\xcb\x3a\xf7\xf5\x01\x91\x7d\x50\x97\x76\x8f\x5d\xcf\x47\xa3\xad\xf5\xaf\xcf\xc0\x7b\xd1\xd6\x4b\x9b\xcf\x60\x05\x39\x8b\xf9\xf5\xfd\x00\x91\x9d\x6e\xaa\xfb\x2e\x80\xfd\x5b\xca\xef\x36\x1f\xf8\x34\xda\xa0\x0b\xee\x4c\xc4\xc5\x2e\x3f\xda\xd0\x6d\x9a\x37\xa2\x2f\xba\xdb\x7e\xfb\x8c\x9b\x77\xb0\xf3\x7e\xf4\xc7\xeb\x1e\x86\xba\x49\xdb\x18\x4e\x8c\xc0\x7e\xee\x0b\x5b\xd5\xe6\xd4\x88\xe1\x6a\x38\x11\x02\xfb\x7e\x0b\xdb\xa5\x8d\x3a\x4f\xda\xc6\x78\x7d\xb5\xf1\x2e\x2c\xda\xc1\x60\xa1\x42\x44\x4e\xde\xe9\xc1\x6a\xa4\xd8\x79\xe3\xb7\xbe\x5b\x20\xda\x28\x5e\x97\xda\x48\x73\xe3\x5d\x1d\xc5\xfb\x15\xee\x97\xa6\xd9\x77\x10\xec\x3a\xda\xe5\x32\x2a\x6d\x0d\xc4\x1c\x0c\x75\xa3\xfa\x5c\xd6\x33\x7b\xa7\x7e\x47\xf5\xb9\xd5\xe7\xd2\xa5\x8f\x6a\xde\xaa\xdd\x63\xee\x32\x1d\x4e\x0b\x40\xf4\xb9\xb4\xf9\xdb\x56\x1d\xda\xb1\x75\x9f\x81\xb8\xcf\xe1\x75\x88\x60\x11\xb3\x32\x85\x19\x0e\x1b\x60\xf7\x43\xa4\xf9\xf2\x19\xc8\xc5\x36\x79\x67\x86\xed\x1e\xc4\xa8\xd6\x07\x33\x72\x11\xad\x33\x59\x1d\xf6\x93\x20\xb2\x30\x29\x1b\x8f\xf5\x86\x97\x69\x04\x7d\xd3\xb0\x9f\x04\xd1\x83\xe1\x74\xbe\x48\x1f\x88\xb1\x68\xcf\x33\x78\x2e\x88\x36\x78\xdf\x26\xcb\x86\x62\x5f\xa7\xed\xab\x8d\x3a\xef\x5b\xc9\xd5\xc9\x6a\xb9\x88\xde\xb7\x3c\xad\xb3\x4e\x6d\xd3\x7c\xec\x32\x98\x2c\x7a\x88\x98\x78\x1f\xeb\xb4\x0c\x40\x74\x64\x44\x9d\xbe\xbf\x20\x9a\x43\xe7\x44\x5a\x88\xe8\x78\x0f\xea\x74\x12\x08\xa2\xb1\x68\x5a\x27\x1e\x34\x11\xa3\x53\xbf\xcb\xf6\x0c\x62\xb0\x9a\x5f\x97\x13\x70\x10\xc3\x3e\x76\x15\xea\x08\x44\xda\xfe\x96\x6d\x68\xd9\x86\x86\xbf\xad\x8f\x36\xcb\x8f\xf6\xb7\xf0\x6e\x89\x6d\xe3\x7e\xe6\x17\x44\x1f\x94\xc1\x42\x87\x8a\x68\x8d\x77\x66\xb1\xd8\x21\xf6\x6f\x3b\xb6\x4b\x9b\xef\x1b\xc3\xfd\x5a\xa6\x65\x15\xa7\x28\xa4\x65\xf9\xdb\x65\xbd\x8d\x89\xed\xad\xed\x6d\x9b\xcc\xdf\x1e\xee\x97\xb3\x15\x10\x39\x29\xca\x75\x59\x44\x17\xdd\xd9\x64\x46\xb9\xde\x16\xe5\xfb\x14\x25\x59\xc2\xd1\x25\xf6\x6c\x8a\x24\xd8\x75\x81\x98\xc1\xeb\xbd\xec\xba\xc0\x6e\xc6\x14\xdb\xed\x6f\x71\xbd\x0e\x9c\x17\x75\xd9\x8c\x97\xcd\x78\x31\xec\x2e\x9b\xf1\x72\xb8\x67\x85\xb8\x2e\x87\x7b\x10\xa3\x30\x9c\x5e\x76\x71\x20\xba\xd3\x82\xcb\x2e\xee\x3a\x5d\xdc\xd4\xd6\xb5\x39\x43\xa5\x0a\xaf\xa0\xfa\x41\xf4\xe1\x75\x4e\x15\x40\x8c\xb2\x76\x93\xbd\x58\x17\x17\xd1\x16\x4d\xe7\x2a\x97\xb6\x33\xc4\x72\x1d\xab\xaf\x22\x06\xce\x92\x7a\xe1\x2c\x15\x3b\x2d\x3b\xbf\x17\x6b\xab\x22\xba\x4a\xe0\x4a\xd3\x92\xa6\x65\x79\xdd\x47\xdb\xc7\xe9\x17\xe9\x63\x9d\x52\x44\xe2\xd8\xa9\x57\x37\x6f\xac\x0f\x76\x9c\xed\xf5\xea\xde\x8f\xf5\xc1\x51\x98\x3e\x5c\x76\x49\xd7\xe9\x92\x78\x6d\xaf\xcb\xf4\x5d\x74\x17\xc9\x14\xef\x62\xed\x49\xec\xeb\xf8\xed\xd7\xe7\xa2\xd6\xbb\xc3\xd5\x85\xab\x5e\x44\xf3\x35\xbb\x1e\x6d\x0f\xdd\xf2\xcb\x7c\xd8\x75\x5d\x67\x8a\x67\xfa\xac\xdf\x4b\x15\xc1\x9a\x73\x7d\xab\xac\x41\xb4\xa4\x6d\xbc\xed\xa6\xc0\xee\x42\x76\x99\xbe\x1d\x5e\xc0\xbe\x1f\xd7\xe1\xa9\x10\x31\x07\xc3\xf8\xdb\x29\x19\x88\x89\xdf\xa5\xbe\x9b\xbf\x6d\xb4\xd3\x17\xc3\xcb\x9b\x35\x67\xb1\x6d\xbb\x7e\xdf\xac\xf4\x8a\xdd\x76\xb9\x8e\x75\x4c\xb1\xaf\xeb\xd8\xbc\xdf\x38\xf7\x4b\x6c\xa6\x65\xb8\x0a\xf7\x22\xcd\xe3\xa3\x8d\xd5\xd4\x56\xf8\xad\x5d\x03\xd8\x6d\x17\x9b\xea\x0f\x44\xbe\x98\x66\xbc\x7d\xe5\xc1\xb6\x91\x16\xdf\xdf\xb7\x6a\x63\x32\x3c\xbf\x9d\x2e\xbd\x55\x7f\x95\xae\xe6\xed\x50\x02\x76\xd7\xc0\x75\x1f\xd3\xfc\x71\x98\xa4\xab\x79\x3b\x5d\x02\xfb\x19\x94\x29\xc1\x19\x22\xf2\xc5\x3b\xfd\x76\x2a\x03\x62\xbe\xe8\xd2\xdf\xbe\xd3\x6f\xc3\x29\xce\x75\xd6\xf9\xdb\xd0\x89\x57\xe1\x19\x4e\xeb\xdf\x4e\xeb\x27\xed\xfe\xfd\xf8\xdc\x47\x95\xcd\x50\xfc\x71\x9a\xf1\x71\x9a\x61\x3f\xf4\x09\xf2\x0b\xb6\xa2\xe9\xd8\x52\x9b\xea\x1e\x35\xf4\xc1\x1f\x21\xf6\x74\x64\x3f\xf7\xc3\xaa\xa8\x88\xf9\xaa\xda\x7c\x06\x2b\x57\xe9\xb4\xf4\xe3\xf0\x02\xa2\x57\x9f\xeb\x74\xee\x73\xa6\x73\x2f\x6d\x1f\x6d\xbc\x97\xad\x73\xbf\xdb\x67\xdc\x6f\xa7\x69\xdc\xef\x7e\xb4\x3d\x3e\x77\xff\xf6\x8b\xc3\x57\x44\xc3\x7d\x5a\xbf\xae\x04\x81\xdd\xd6\xf6\xfd\xbe\x0e\x43\x60\xb7\x67\xae\xc3\x15\x2b\xa2\x2f\xa6\x00\xdf\x46\xfa\x40\x4c\xd7\x65\xbe\xae\x66\x80\x3d\x94\x78\xdd\xad\xed\xf6\xb7\x3c\x43\x35\xfe\xd5\xef\x93\xbc\xbf\x5f\xe5\x04\x88\x3e\xe8\x0f\xbe\x4e\x79\xbe\x4e\x79\x1a\xd3\x91\x2f\x7e\x05\xb1\x9f\xa1\xed\xd2\x76\x99\x16\xf2\xeb\xd4\x08\xec\x29\x3c\xcf\x25\x38\x41\xec\xeb\x26\x36\xcb\x80\x15\x93\x6c\x94\xf3\x77\x7a\xdd\x54\x66\xb1\x52\xf3\x75\x98\xfc\x1a\xb0\xf0\x62\x45\xec\x3b\x7d\xc6\xe4\x19\xa7\x9c\x97\x79\x5b\xbe\xab\xfe\x56\x69\x03\x22\x59\x60\xad\x5f\xd5\x38\xd8\x92\x8a\xeb\xde\xb4\x21\x10\x9d\x65\xc8\xfa\x55\xa1\x83\x68\x85\x7e\xfc\xfb\xb1\xec\x5d\x91\x77\x9a\xf6\x55\x4e\x80\x2d\x03\xf9\xad\x53\x19\x10\x39\x0a\xe9\xb3\xfd\x7d\x6d\x7f\x2f\xfa\xe2\xaf\x12\xe3\xab\xc4\xc0\x5b\x57\xbf\x4a\x6b\xb0\xdb\x24\xe9\xbb\x7d\x06\x7e\xe2\x36\xda\xef\x18\xee\xbf\x44\x4b\x89\xe8\x8b\xe6\xfe\xb5\xc9\x82\xc8\xd3\x24\x7c\x45\xbf\x46\x37\x45\xd5\xe6\xe3\x1e\x14\x6b\x67\x28\xf9\xba\x90\x08\xf6\x4c\x51\x9b\x59\x7a\xc8\x52\x65\x46\x7e\x3b\xec\xde\xae\xf9\x0f\xba\xef\xdb\x99\xf6\xed\x4c\x7b\xa0\xc6\x6f\x67\xda\x20\x86\x4b\xa6\xb7\xaa\x18\xc4\x70\xb1\xed\xc6\xb5\x28\x62\xbc\x58\xec\xb8\x71\xd4\x8a\x3d\x14\xef\xaa\xb9\x2f\x7f\x7b\x39\x33\x66\xaa\x70\x5f\x4b\x9b\x43\x09\xcd\xd3\xf5\x75\xb1\x67\x99\x3c\xd7\x26\x01\xf6\x4c\x1b\x9b\x2a\x16\x44\xe2\x82\xab\xb7\x53\x23\x10\x6d\x99\x16\x9b\x89\xb1\x20\xe9\x8c\xf7\xb6\xbb\x05\x91\xb8\xc4\xea\x6d\x33\x01\xd1\x9c\x05\xbb\xc0\x2e\x62\x86\xcf\xb5\xe9\xdc\x36\x1d\x9c\x67\xf5\xfe\x5a\x7e\x5f\x67\x94\xde\xcf\xae\xeb\x36\xe6\x29\xa8\x4b\x17\xdd\x45\x64\x56\xd2\x67\x97\x7e\x16\xe2\x89\xa5\xa8\xf7\xd7\xe7\x12\xcb\x94\x1d\x85\xe9\xe2\xbc\x88\x46\xac\x50\xbd\x55\xac\x20\x32\x51\xb6\xb7\xd3\xbe\xfb\x4c\xfb\x18\xc2\x6e\x9b\x27\xd8\xf9\xf5\xb7\x96\xfd\x6d\x77\x71\x6c\x6f\x6d\x2c\xb6\x77\xeb\xcd\xe9\xc3\xed\xf4\x21\x50\x20\xb7\x6d\x12\xec\xb2\xa7\xac\x1c\x36\xc0\xbe\xce\xdf\x9a\x8f\xe7\x94\x9f\xd7\x59\x7e\xcf\x29\x3f\xd2\xf7\x58\x47\x8f\xdd\x05\x43\xe2\xa3\x4f\x01\x44\xd6\xa1\xad\x69\x63\x3a\xe7\x2b\xfa\xd8\x9e\xc1\x4e\x8b\xd7\xdd\xda\x58\x95\x09\xa6\x96\x8f\x8b\x9a\x8f\x71\x6e\x44\xd2\xd4\xc7\x69\x06\x88\xc4\x7d\x5e\x1f\x5c\xdb\x62\x4f\xbf\xb0\xa9\x22\x40\xa4\xd3\xeb\xc7\xe9\x03\xd8\xf7\xdb\xf9\x78\x5c\x3c\x7e\x5c\x3c\x9e\xe4\xf7\xf9\x98\x0f\xe2\x8e\x46\x65\x35\xe8\xb1\xce\x1f\xeb\xbc\xd2\xae\x1e\x87\xb0\xc7\x58\x35\x5c\x85\xf5\x71\xba\x0e\x62\x06\x4a\xea\x21\x2a\x52\xec\x69\xe4\x6e\x2f\xcf\x63\x9a\x89\x63\x1c\x13\x49\xf0\x58\xf6\x8f\x2a\x8c\x15\xbb\xf6\xa2\xfc\x44\x74\xba\xc7\xa6\xd3\x43\xec\xe7\xe6\xb6\x31\x4d\x13\xdb\x36\xb6\xad\x25\xb6\x66\x5a\x76\x77\xdb\x5e\x94\xa9\x88\x31\x1b\xcf\x60\xda\x2c\x76\x57\xb8\xb6\x8d\xe1\x4a\x44\x12\x18\xd1\x5e\xdd\xfb\xe1\x56\xef\xa8\xd3\xf6\x62\xb8\x12\x31\x71\xb2\xb6\x17\xc3\x95\xd8\xb6\xb2\x6d\xf4\x25\x62\x97\x1f\x69\x7e\xbf\xb1\xbd\x5d\x8d\x4c\xd2\xf2\xf6\xb7\xbc\xfb\x3d\x5e\xa4\xf9\xe3\x6f\x5d\x68\x8f\xc0\xf6\xd5\x46\x3c\x61\xc7\xd9\xd0\x5e\x5f\x7f\xfb\x75\x15\x6f\xf1\x8c\xc7\xf4\x3d\x4a\x8c\xfd\x4e\x37\xa3\xaa\xc4\x4e\xcb\xc0\xd6\xb4\x35\xfb\xf6\x89\x6d\x69\x73\xea\xbb\xa7\x91\x2d\x68\xa7\x22\x32\xea\x7e\x6e\x30\xcd\x10\x91\xd1\xb0\x21\x1d\xc4\xfe\x2d\xcf\x20\x18\x40\x44\xcb\xad\xd0\x5b\x74\xef\xd7\xcf\xfd\x76\x99\xc6\x20\x1f\x20\x92\x15\xd9\x66\xa0\x95\xd8\x53\x78\xf2\xf1\xf6\xb9\x3a\xc5\x0b\x65\x15\x1f\xf3\xc1\x14\x74\x12\x47\xdb\x82\x3e\x51\x44\xa3\x4d\xb6\xf8\xf8\x0c\x1d\xd8\x25\x78\x06\xc3\xa4\x88\x86\xbc\x6b\x71\x7b\x1d\xd3\xaf\x16\x8d\x7c\x3c\x96\x0b\x6d\x37\xe9\xaf\x5a\x61\x6a\x29\xb6\x6d\xe7\xa3\x30\x46\x89\x68\x04\x36\x34\x03\x94\xc4\x7e\x2e\xd7\xd9\x86\x8c\xbd\x4c\x56\xbe\x5b\x19\xda\x58\x7d\x9d\x84\x68\xb5\x82\xf7\x58\x6c\xdb\xce\x47\x21\xc0\x40\x6c\xdb\xae\xf3\xc2\xca\xa8\x88\xde\x5e\xfc\x96\x15\x22\x11\x2d\x5f\xe5\x37\x87\xfb\x56\xde\x3e\xce\x85\xd3\xb6\xbb\xd6\x56\x1e\x1f\xf7\x9c\xc5\x4a\x92\x8a\x0a\x13\x7b\x16\xe7\x75\xfe\x96\x2e\xb3\xb3\xa0\xd7\x2a\xea\x4a\x44\xa3\x1b\x68\xd5\xea\x07\x5b\xf1\xef\x6a\xad\x28\x4c\x11\x13\xaf\x5c\xab\x6f\x8a\x03\xc4\x20\x8a\xae\x11\xc7\x79\xb0\x67\x67\x3b\x2d\x95\x60\x51\x11\xc3\x6a\xad\xbe\x16\xd5\xd7\x62\x35\xee\x47\x97\x24\x62\x16\x6d\xa8\x0d\xb1\xaf\xdb\xbf\x35\x1c\x54\x6c\xf5\xf7\xc2\x56\xb4\xb9\x88\x46\x15\x36\x66\xe4\x62\x5f\xb7\xef\xd7\x58\x98\x14\xdb\x36\xb0\x7d\xb5\xf9\xdc\x3d\x6b\x6d\xfa\xfe\x44\xb4\xf3\x5b\x66\xa3\x22\x66\xe9\xa4\x65\x69\x5b\x0e\x39\x03\x1b\x0b\x61\x22\x1a\x7e\xaf\xd6\x2e\xd3\x77\x15\xa7\x23\xdc\xef\xed\x75\x6f\x9b\x5d\xe7\xb9\x04\xf5\x8b\xe8\xd6\x65\xfb\x78\xdd\xc7\x21\x8c\xae\xa1\x7d\xcc\xc7\xe7\x2c\x1e\x17\x6c\xb7\x36\x5e\x5b\x56\x65\x5a\xfb\x9a\x37\x17\xa8\x99\x6a\x35\xfd\x81\x62\x5f\x47\xf9\xe1\x0f\x14\x7b\x86\xda\xb1\x2d\x6d\x0c\x61\x93\xfa\x6d\xb7\xe5\x42\xd0\x7d\x16\xf3\xc6\x70\x2f\xb6\x92\x22\x2d\x28\x47\x11\xfd\x95\xd8\x6c\xa7\x4d\x45\x38\xea\xce\x6f\xda\xed\x81\x3d\x4b\x5f\xd8\x9a\x36\x5f\x9f\xad\x90\x5a\xda\xed\x81\x48\x16\xa8\x5b\xbe\xde\xda\x6c\xbb\x74\xe9\x49\x98\xa9\xd8\xaf\x37\xf7\x73\x68\x4a\x55\x18\x91\x3a\x2d\x59\x20\x14\xfb\xba\x81\xed\xd6\x76\xbb\x30\xbe\xcb\x2f\xab\xe9\x63\x91\x39\x09\x50\x6e\x59\x7d\x2e\x6a\x6d\x96\xc9\x73\xab\xcf\x20\x50\xa5\x65\xd5\xf6\x68\x3b\x5d\xff\x2e\xe7\x6c\xde\xaf\xa9\x04\xe8\x2e\xf4\x9d\x8a\xdd\x86\x3a\xb6\xa2\xcd\xf6\xd2\xbd\x2e\xb5\x59\xe7\xb4\x53\xa3\xe0\xda\x89\x82\xb3\xdd\x1b\xa5\x26\x62\x0e\xcb\xca\xee\x0c\x44\xab\x8d\xb4\x0c\xcb\x60\xf8\x4e\x4f\x9e\x3b\x7d\x06\xca\xac\x31\xb5\x6c\x69\x3b\x48\xdb\x41\xd0\x75\x19\xf2\xd3\x4e\xc8\x4f\x61\x88\xed\x2c\x46\x8b\x68\x95\x77\xab\xa3\xe4\x45\x34\x9c\x5d\xad\xb3\x3a\x27\xf6\x6f\x77\xfa\x3a\x11\x7e\x22\x9a\x43\xb1\xce\x2e\x11\x0d\x9f\x72\xeb\xac\xac\x88\x3d\xa5\xe5\x19\x0e\x1b\x60\x4f\xeb\xf7\x3b\xd8\xbf\x5e\xc7\x54\x3a\x59\x81\x69\x3a\x52\xc4\xbe\x6e\xa7\x65\xd8\x47\x0c\x55\x3b\x2b\x03\x6d\xb0\x52\x28\x22\xf1\xf1\xb7\x81\xca\x16\x7b\xc8\xde\x65\x30\x98\xba\x89\x48\xb6\x19\xb4\xb1\xfc\x2d\xfe\xe3\x89\xd2\x6b\xe3\xa2\xac\x40\xf4\xe4\x3d\x1a\x6f\x6d\x84\xf0\x74\x16\xf8\xdb\x20\xca\x41\xc4\x60\xc3\x50\x1b\xf6\x89\xc3\x3e\xd1\x29\xcf\xf0\x3d\x02\x31\x62\xed\x3a\x9f\x4c\x73\x45\x8c\xc5\x3b\x3d\x7d\x3f\xc0\x9e\xba\xed\x72\x99\x95\xb2\x07\x31\x89\x75\x6d\x93\xa8\x49\xb1\xa7\x73\x3b\xcd\x93\x15\x31\xb1\xcb\x99\x67\x2c\xef\xe7\x62\x74\xd9\xd3\xeb\x36\x2f\x7f\xab\xca\x76\x38\x9d\x84\x2c\x89\xad\xee\xb9\x9f\xf5\x31\xad\x8f\xc1\x3b\x38\xed\x9b\x40\xf4\xbe\xa7\xd2\x6d\x9a\xdf\xe9\xb4\x94\x15\x9d\x36\x91\x09\x62\x97\x3d\xf7\x73\x0a\xa5\x73\x20\x17\xed\x79\xd9\x26\x97\x53\x78\x22\x0b\xdb\x72\x0a\x00\x62\xb0\x82\xda\x16\x71\xd6\x62\xa7\x79\x97\xcb\x72\x5c\x00\x5b\x26\x24\xb6\x4b\x9b\x2b\x12\xcb\xeb\xbe\xda\x9c\xe6\xd2\x26\x57\xf5\xb7\x38\x8d\x33\x53\xdb\x47\x9b\xf2\x84\x77\x70\x55\x9f\x5b\xed\x9f\xcb\xef\x18\xee\x97\xb3\xe5\xe5\x6c\xd9\xd9\xed\xb2\xbb\x58\xee\x32\xf1\x55\x5e\xce\xa0\x97\x33\x68\x87\xdd\xe5\xcc\x78\x19\x70\xda\xa6\x36\xb3\xe4\xcc\xb8\x32\xc4\x2e\x16\x3a\x45\xb4\x39\xc9\x26\x7e\x0c\x11\xcd\xe1\x5e\xc7\x82\xd8\x33\x45\xee\x47\x64\x9b\x88\x59\x69\x76\xcb\xe1\x05\xec\x59\x0d\x45\x7e\x9b\x16\x15\x08\x21\x50\x6d\xdd\xfe\xf6\x76\xd1\x1a\xdb\x65\x17\x72\xd9\x85\x24\x33\xd9\xcb\xee\x1b\x44\x9a\xdf\x8b\x90\x69\xb1\xef\xb7\xd3\x7c\x59\x0d\x57\x3d\xcf\xd8\xcf\xbd\x58\x74\x15\x7b\x1a\xc4\xfd\xde\xfe\x96\x45\xa0\x41\x60\x7f\xbb\x50\xfc\x62\x37\x4f\xee\x87\xf2\x16\xd1\xec\x82\x2f\x87\x49\xb0\x9f\xc1\x6f\x1f\xd3\xfc\x98\x66\x5e\x5b\x17\xb7\xdb\x59\xdc\x46\x99\xb5\x37\xfe\x4f\xb1\xf3\x8b\xcd\xd7\x11\x44\x67\x67\x56\x7b\xab\x54\xde\x2e\xac\x55\x86\x97\x37\xe1\x30\x62\xdf\x8f\x67\x58\x6f\x2e\x50\xb7\x9c\xda\xde\xda\x9c\xf6\xbd\x78\x06\xe1\x49\x22\x7a\xa5\x19\xbf\xa7\xb6\x79\x56\x01\x78\xae\xb3\x79\x10\x59\xe9\x96\xdf\x28\x51\x11\x4d\x05\xe2\x42\xb6\x88\xd6\x53\x9b\xf9\x30\x94\xa6\xf2\x9a\xbd\x09\x5d\x13\x31\x2b\xd3\xcd\xf7\x5b\xdb\xdb\xba\x44\x0d\xb9\x90\x2d\xa2\x75\x86\xbf\xb7\x53\x9e\xb7\x53\x1e\x76\x48\xb5\x8f\xd3\x82\x8f\x6a\x88\x80\xfb\xf6\x79\x0d\x6d\x43\x5b\x60\xbb\xb5\x79\x3f\x14\xd2\xc7\x21\xfb\xe3\x02\xab\xaa\xf3\xe3\xeb\xf8\x31\x8c\x89\x9d\x68\xed\xe3\x30\x04\xa2\x13\x54\xde\x3e\x84\x27\x89\x9d\x0f\xae\x1b\xda\x5c\xd4\x5c\x4c\xfb\x3e\x97\xe9\xc3\xc9\x36\x3b\xd3\xe6\x8f\x5d\x21\x88\xc4\x39\xd0\x3e\x4e\xfb\x3e\xc6\x52\x34\xa6\x28\x1f\xa7\x7d\x20\x72\x31\x6c\xb8\x90\x2d\x76\xfa\x78\x06\x2b\x35\x22\x7a\x58\x06\x76\x99\x20\xba\xdd\xcf\xd7\xe9\x12\xd8\xf9\xd8\xcf\xfd\x12\xcc\x28\xa2\x77\xda\xf3\x17\xc7\x96\x88\xd6\xe9\x0f\x5c\x60\x15\x31\xea\x1a\xd8\x3e\xda\x8c\x09\x29\xbb\xfc\x6e\x87\x1c\xc0\x52\x74\xbb\x9d\x98\x03\xe2\x32\xda\xed\xf4\x0e\x28\x42\x6e\x6b\xf1\x76\x72\x87\xd7\xb9\xdd\xd6\x22\x30\x40\xa9\xdd\x38\x7a\x85\xa3\xfc\x6d\x96\x00\x01\x23\xed\x26\x90\x41\xb0\xb8\xd5\x6e\x47\x3c\x40\xec\x5b\xbb\x89\xf2\x14\x1d\x07\x50\xbb\x71\x42\x88\xce\x40\x7e\xdb\x62\x40\x7f\x85\xa6\x47\xd3\xc3\xef\xb8\xb9\xe5\x07\x08\xb6\x6b\xb7\x83\x0b\xf0\x3d\xb8\xc3\xdc\x6d\x10\x8a\xda\x6e\x27\x40\x60\xd0\xc7\xdd\x4e\x51\x81\x93\xb3\xdb\x09\x07\x18\xd4\xdf\x6d\xff\x01\x08\xfa\x6c\x77\x98\x59\xf7\x75\xf6\xe9\x55\x66\x2e\xac\x15\x7a\xbc\xdb\xc1\xed\x8e\xe7\xe7\x1f\x93\xbe\xe8\x2e\xa6\x92\x5d\x56\x39\x18\xb2\x6e\xfb\x4f\x10\x83\xbd\xb8\xed\x2e\xa6\x8b\x5d\x64\x2c\x66\xb6\xbb\x98\xb0\x8d\xe4\x25\xbc\x1d\x13\x6f\xbd\xa3\xc5\x7a\x50\x43\x02\x67\x0a\xb7\x5d\xdd\x6d\x57\xa7\x12\xb9\x1d\x39\x41\xef\x5a\x4c\x6a\xb1\xd8\x31\x55\xcb\x78\xa3\xb3\x2e\x72\x57\x53\xbf\xd1\x5f\x95\x54\xb9\xb4\x01\xe2\x45\x9b\xbd\x9d\xa6\x83\x5e\x79\xbd\xef\x6a\x76\x36\xb2\xd2\x82\xec\x6c\x41\x8c\x3e\xb5\x99\xc3\x8d\x6e\x9e\x5d\xb4\x02\xbe\x24\xb7\x9d\x07\x18\xf9\xdb\x1b\xd0\xda\xed\xe0\x0f\xfa\xab\x9a\x31\x73\x5f\x4f\x3c\x35\xa5\xa4\x3e\x00\x89\x1a\xba\x9b\x99\x6d\x6e\x4c\x64\x66\x77\x37\x73\xbb\x91\xb8\x58\x9b\x6b\xea\x22\xcf\x45\xb6\xb2\x0d\x7b\x9e\xbb\x99\xd9\xe6\x3b\x45\x3e\x9a\x79\x6d\xe4\x55\x8b\x79\x6d\x67\x91\xd2\x9b\x9b\xdb\x8d\xce\x5c\xfa\x6e\xa6\x7d\x83\xc8\xe2\x76\x3b\x1b\x06\xc3\x57\xa1\x99\x97\x8d\xe1\xab\xa0\x82\xb9\xf7\x94\x64\x4e\x4a\x36\xad\x91\xb4\x81\x51\x2c\x69\x92\x36\xca\xcb\x2e\x23\x4d\xd3\x46\x9a\xdd\xb4\xcd\x9d\x1d\x41\xf6\x0f\x76\xd4\x20\x46\xb7\x7e\xd5\x42\x20\xd7\xb9\x99\x49\xdf\x20\xd8\xb4\xdd\x69\xd2\x37\xba\xef\x42\x9a\xf4\x8d\xce\x64\xf0\xee\x26\x61\x63\x32\xfe\xde\xce\x9b\x6e\x57\x83\xa6\x6d\x6e\x58\x0b\x84\x0c\x57\x0b\x7d\x98\x9d\xe1\x34\xc2\x72\x70\xf8\x05\xc5\xde\xf9\x76\x2d\x0d\x8c\x81\xc6\x72\x53\x43\x3b\x9b\x1a\xd8\x3a\xdc\xee\x69\x6b\x30\xb0\xcf\x89\xcf\x3d\x2d\xd5\x8d\x9a\x76\x7a\xd3\x74\xcc\xf6\xf3\x8f\xf5\xb2\x7e\x54\x71\x20\x19\xdc\xdd\x0c\x21\xba\x25\x38\x6d\x20\xd3\xe8\xd2\x97\xbf\x33\xfd\x1b\xbd\x9b\x06\x8b\xc2\x80\x96\xe9\x1b\x32\x2d\xfb\x8d\x50\xc2\xba\x87\x42\xb8\x00\xc0\x76\x8a\x83\x8e\xb7\xbb\xdd\x4e\x3a\x40\xb7\xad\x39\xd4\x80\xce\xba\xc6\xbd\xcc\xdf\x46\x67\x1a\x7b\x3b\x05\x01\xfd\xc5\x42\xc7\xed\xfa\x1a\xe8\xcc\x2b\xdc\xaf\x21\x3a\xb3\xa3\x5b\x21\x06\xa2\x0d\xbb\x84\x65\x66\x16\xf5\x4a\xba\x97\xf5\xba\xec\x55\xad\x57\x65\x0e\x08\xd5\xc1\xbd\x4c\xb9\x51\xf8\xb6\x1a\x17\x7e\x40\x74\x5f\x42\xd7\x7d\x40\x5a\x5b\x4e\x99\x41\x67\x8d\xe1\x76\x1d\x08\x10\xee\xd6\x6e\xa7\x0d\xc0\xc9\xb7\x5b\x48\xc4\x74\x80\x54\x41\x82\x69\xd7\xef\xd2\xb5\x6e\x30\xe2\x1d\xdb\x7d\x99\x6e\xe2\x36\xab\xe5\xab\x3a\x3b\x9b\x47\x6c\xff\x6f\x8b\x73\xa3\xbc\x1c\x92\xd5\xa2\x60\xbd\x7c\x9d\x9d\x8f\xdc\x2e\x43\xfd\xfa\x4b\x4b\xcf\x8d\xad\x81\x44\xba\x5d\x02\x04\xdd\x4e\xc6\xf5\xf3\xfb\x7d\x5e\x4c\x1f\x60\xeb\x60\xd1\xb2\x0d\xab\xd5\x35\xf5\xfb\x04\x46\x3b\xc2\x3a\xeb\x03\x7d\x70\x37\x97\x13\x81\x02\x51\x9f\x9b\xe8\xaf\xf0\x22\xb3\xb4\x41\x98\x67\xbb\x5d\x70\x06\xdd\xbe\xe7\x63\x1e\x3f\xbb\x3b\x34\xe9\x2e\xe0\x83\xfe\x72\x20\xfb\x98\xc3\x8d\xfe\x0a\xef\x64\x06\x3f\xbb\x37\x74\x38\x75\x5a\x06\x3a\x93\xc1\xdb\x75\xb7\xdb\x00\xeb\x62\xc9\x7f\x4d\xc1\x77\xfc\xfc\x63\x38\x90\xe9\x1c\x00\xc3\xf1\xcf\x75\x51\x30\x6c\xb4\x5f\x9f\xf6\xb5\x38\xb9\xf9\xd7\xb2\xfb\x3a\x96\x90\x5f\x75\x33\x30\x9c\xbf\xe9\xd5\x13\xa7\x7c\x55\x61\x60\xd8\x64\x9c\x3b\x82\xfe\xaa\x9a\x2c\xb9\x2d\x67\x86\xef\xbb\x42\x0d\x0c\x27\x47\xb7\xe9\xbe\x29\x27\x04\xb9\x3e\x3f\xd1\x5f\xac\x2b\xdc\xae\x0b\xde\x1e\xc6\xd1\xcf\xdd\x6d\x0a\xb7\xae\x14\xc4\xcd\x7d\x9b\xd0\xdb\xa8\x15\x7f\xfb\x58\xed\x1b\xd3\x37\xe9\x31\xa9\x0f\x49\x1d\xed\x77\x0c\xb9\xae\x13\x83\xe9\xa8\xe1\xaa\x01\x58\x36\x60\xd7\x4d\x40\x7f\xf9\xaa\xb9\x24\x04\xfa\xcb\x06\xf6\xd8\x52\x36\xa6\x83\xc8\xe3\xcb\xf0\x30\x94\x0e\x6f\x6e\xa1\x3c\xf6\x2e\x2c\x49\xdc\x2e\xb9\x83\xe9\x8b\xf5\x58\x51\x1b\xcb\x4e\x57\xad\x08\x08\x7f\x69\xfa\x27\x85\xfb\x17\xda\xe3\x34\x1a\x10\x52\xdc\x1e\x57\xb7\x41\x77\x91\xf4\x71\x66\x0d\xa2\xb1\x89\xa0\xe9\xd7\x14\x46\x9f\xb5\x87\xfd\x3e\xa2\xb3\x71\xb6\x3d\x4e\xad\x41\x7f\x0d\x13\xb1\x34\xd1\x31\x4e\x2c\x97\x96\x6b\x67\xc6\x9f\xbd\xb5\xbc\x77\xaa\xbc\xf7\x57\xcb\x77\x5f\x63\x02\x6e\x2d\xcc\xe8\xba\xe9\x7c\x34\xed\x1c\xa3\x12\x1e\xe7\xd1\xcf\x9e\x35\x4f\x16\x91\x9e\x30\x7b\x41\xf6\xa6\x17\x99\xbd\xa0\xd7\x67\x0c\x7e\x9c\x5b\x83\x4e\x3c\x47\x7b\x9c\x5c\x83\x89\xb8\x7f\x9c\x4a\x83\xce\x3e\x84\xf6\x38\x97\x06\x13\x45\xf7\x38\x97\x7e\xdc\x21\x30\xe8\xe2\x1f\x57\x19\x80\x91\x8f\xed\x29\x26\xab\x98\x2c\x6e\xef\x84\x18\xec\x5f\x92\xd4\xe2\xfd\x0d\x22\x1c\xa6\xd5\x09\x30\xe8\xec\x43\x6e\x8f\xf3\x5f\xd0\xf5\x49\x3e\xc5\xb2\xd9\x08\x76\x0e\xb7\xc7\x09\x30\x08\xbc\xf8\xed\x71\xba\x0b\xb6\xde\x26\xe3\xce\x77\x41\xd7\x99\xf9\x28\xe5\x40\xb8\xe0\xfe\x38\x05\x06\x71\x0a\xc3\x39\xf0\xe3\x1c\x98\xc3\x75\xda\xe3\x1c\x18\x84\x4b\x9b\x8f\x93\xe0\xc7\x3d\x0f\x1c\x19\xd0\x9e\x6a\xa9\x11\x5b\xed\x30\xf1\x38\x33\x06\x3d\x6c\x5d\xce\x7d\x41\xe0\x46\x6f\x8f\x73\x5f\x10\x04\x05\xb5\x47\xed\x0d\xba\xce\xe2\xc7\xd9\x30\xe8\x61\xbb\x70\x3a\x0c\xba\x2e\xb8\xc7\xd9\x30\xd8\xcd\x9e\x5f\x3a\x1d\x06\x41\xe0\x50\x7b\x9c\x0f\x83\x48\x5d\x53\x4f\xb3\x34\x08\xa8\x22\xd0\xa3\x3d\x4e\x92\x41\x70\xf2\x52\x7b\x9c\x24\x83\x38\xad\xcc\x59\x32\xe8\x61\xfd\x3a\x49\x06\xd1\xc6\xd0\x66\xce\x37\x8e\x83\xef\x71\xe6\x0c\xe2\x75\x52\x61\xce\x59\x48\x3e\xaf\x88\x73\x67\x10\xaf\x46\xf9\xa4\xcd\x80\x35\xbe\x17\xc2\xee\x71\x3e\x0d\xba\xbe\x74\x63\x11\x44\xd7\xaf\xf1\xa4\xad\x80\x28\x39\x3d\xcb\x8f\x6e\x03\x10\x1c\xbc\xd1\x1e\x67\xe2\xa0\x87\xfd\x89\xfe\x76\x10\x2f\x16\xf2\x0c\x6b\x10\x3d\xec\x04\x9c\x9c\x1b\xd5\x70\xda\xb5\xb3\x73\x10\x3a\xc0\x1e\x27\xe7\x20\x5e\x36\x58\xe7\xe6\x20\xd8\x5e\xdf\x1e\xe7\xe6\x20\xec\x7b\x1f\x27\xe7\x20\x5e\xe9\xed\x2d\x1c\x66\xe7\x2e\xdc\x3c\xba\x6b\x41\xb0\x7d\xbd\x3d\xdd\x96\xd2\x69\x29\x2c\x71\x3d\x7a\x41\x40\x0f\xdf\xde\x6e\x79\x75\x1b\x0a\x6d\xa7\x5b\x5e\x1b\x9d\x6d\xd4\xed\xd1\x4b\x0e\x3a\x1b\x9c\xdb\xa3\x20\x00\x51\x9b\xf7\x32\xdb\x1b\xbd\xd9\x4b\x77\xb3\xbd\xd1\x5b\x78\x2f\xb3\x8d\x77\xbd\x32\x7a\x3f\x7a\x57\x41\x6f\x61\x22\xcc\x23\x2b\x7e\x95\xc5\x95\xc7\x05\x3f\x10\xb5\x6a\x32\x43\xc3\x60\x3d\x4b\x5a\x0d\xf2\xa8\x41\x50\x9a\xcf\x30\x47\x1b\xdd\x95\xb8\x67\xd8\x02\x08\xcb\x73\x11\xf9\x19\xb6\x80\x8d\xee\x3a\xdc\xa3\x3b\x08\xf4\xba\xbc\xca\x16\xb0\xd1\xdb\xeb\x77\x48\xdf\x67\x58\x52\x1b\xbd\xbd\x4c\xa3\x25\x85\x1b\xa7\xfa\x12\xb8\x4c\x09\x82\x88\xfd\x66\x1c\x8c\xe8\xd5\xc6\xe6\x22\x1b\xe8\xae\x47\x3e\x8a\x29\x10\xb5\x79\x7b\x0b\x8f\xc0\x84\xca\xfc\xe4\x51\x4c\x81\x5e\xed\x4a\xd4\x52\xa0\x37\xd6\x3b\x1e\xa5\x14\xe8\x2d\xfc\xa1\xc5\x39\x2d\x4e\x92\x3a\x2d\xce\x69\x71\x52\x11\xaa\x2b\xd0\xab\x3d\xb9\xf2\x0a\x04\xc1\x48\xed\x51\x5f\x81\xb3\xea\xfa\x28\xaf\x40\xa8\xe7\x1e\xf5\x15\xe8\xae\xb5\x3d\xd3\xf2\x22\x10\xb2\x0d\xbb\x20\x25\xd7\xa3\xe4\xaa\x26\xdf\xd2\x61\xdb\x3a\xf1\x63\xed\xd1\x41\x0d\xc2\xc5\xfd\xc7\x45\x5d\xd0\x09\xbe\x6c\x8f\xa2\x0b\x44\x45\x3a\x3c\xaa\x2e\xd0\x1b\x2b\x31\x8f\x1a\x0b\x74\x36\x50\xb4\x47\x91\x05\x7a\x63\xea\xfd\xb8\x16\x0c\x82\xe3\x7a\xda\xe3\x52\x30\xe8\xed\xe5\xbd\xcc\xf7\x46\xaf\xf6\xe3\x0a\x2f\xe0\x1e\xb8\xf6\xa8\xbb\x1e\x75\x17\x33\xc3\xc7\x65\x47\xd0\x1b\x1a\xe1\x71\x55\x19\x84\xfe\xdd\x47\x75\x06\x7a\x73\x48\x53\x66\x81\x3d\x4c\x90\x0a\x25\xd3\x73\x9d\xb1\x9b\x8c\xab\x99\x1e\x83\xe4\x1b\x7a\xfa\x71\xcd\xf6\x51\x34\x85\x97\x59\xb0\xec\xc8\x1d\xb6\x6a\x57\x71\x1f\x57\x71\xbb\x0d\xd6\xd8\x17\xd0\x0d\x59\x7a\x94\x5b\xa0\xbb\x78\xf2\x18\x09\x02\x62\x98\x75\x15\xd8\xe3\x86\x7e\xcb\x5f\x05\x06\x62\x14\xaf\xb2\xad\x6c\xf4\xe1\xd0\xaa\xfe\x02\x5d\x55\xf1\x28\xc0\x40\x1f\x0e\x1d\xae\xba\x3f\xef\xb3\x69\x99\xa6\xae\xfe\x7a\xd4\x5f\xbe\x10\xca\xaf\x47\xf9\xe5\xd8\xa1\xfe\x7a\xd4\x5f\x4e\x2a\x14\x60\x20\x5c\xc8\x7a\x14\x60\x20\x86\x15\xa0\x02\x03\x31\x2c\x57\x43\x16\x40\x1f\xf6\x03\x1f\x33\x79\x54\x99\xf7\xb2\x96\xdc\xa1\x17\xe7\x91\x66\x1c\x5d\x36\x1c\x9b\xd4\x65\x8f\x67\x16\xd8\xd7\x7e\xcc\xb8\x52\xcd\xc1\xe3\x63\xfb\xf9\x28\x3c\xed\xd3\xd4\x6f\x8f\xfa\xcd\xe6\xaf\x80\x03\x31\x8a\xbf\xb4\x78\x3c\xeb\xc0\x96\xa7\x0b\x13\x04\x01\xaf\xed\xd1\x45\x04\x62\xf8\x76\x7d\x2d\x8b\xaf\x62\xd4\x1f\x5a\x16\x5f\x96\x2b\x1c\x0e\xbf\x56\xf8\x46\x57\x67\x19\xcc\xd7\x4e\x30\x9f\xe3\x82\x92\x11\xc4\xb0\xda\xd4\x8c\xa0\xbb\x56\xfc\x28\x1a\x41\xb0\xfd\xae\x3d\x06\x4d\x81\xee\x32\x94\x71\x81\xa2\xbb\x34\xfd\xa8\x23\x1f\x37\xf2\xfa\x8a\xab\x23\x1f\x8f\x6e\x28\x3e\xd1\x92\xc0\x9d\x37\x7c\xeb\x6f\x4b\x82\xed\x21\x1c\x3f\xd1\x1e\xc5\x25\x88\xe1\x70\xa8\xaf\xec\x71\x8b\x79\xb3\x3d\x29\x2f\x8d\x44\x6c\xd3\x49\x92\xa1\x22\xa0\x0f\xe7\x65\xaa\x44\x50\xc2\xf9\xb9\x31\x5f\xa0\x84\x0f\x50\x25\x82\x62\x04\xde\xa3\x0c\x04\xd1\xc3\x29\xb5\x42\x10\x94\xf0\x4d\x52\x09\x82\x61\x0c\xdd\xa3\x12\x04\xee\xaa\x69\x8f\x4a\xf0\xd9\xba\x6f\x18\xc9\xf6\xa8\xfb\x40\x09\xdf\x1a\x03\xcf\x0c\x9a\x6c\xc5\x46\xac\x77\x1a\x94\xb0\x75\xaa\x05\xc1\x4e\x19\x85\xf6\x98\xcd\xc7\x6c\x8e\x9f\xfe\x90\x1e\x81\x21\x0a\xfe\x9d\xf4\xc8\x8b\x3c\x47\x5e\x70\xa6\x65\x7a\xe8\x85\x18\xb1\xc6\x6f\x0e\xcc\xf9\xc2\x39\x2e\x0a\x21\x8c\xc9\x91\x19\x07\x23\x96\xa6\xa9\x89\x08\x46\x22\x90\x93\x53\x34\x0e\x4a\xec\x1e\x37\x39\x46\xe3\xa0\xc4\xb9\xea\xa3\xe9\xcb\xba\x92\x57\xdd\x9a\xee\x5d\x7e\x61\xf6\x1e\x4d\xbb\x16\x73\xcf\xf9\x92\xc3\x35\x0e\x4a\xec\xf6\x95\x1e\xb2\x21\x0a\x61\x85\xe9\x71\x7a\xc2\x90\x87\xf4\xe0\x0d\x51\x62\xf7\xd3\xc9\x21\x1c\x07\x83\x0e\x38\x5f\x61\xbe\xc3\x7c\x93\x88\x30\xdf\x41\xbd\x06\xa9\x0f\xf3\x1d\xd4\x6b\xf1\x89\x66\x3b\xcc\x76\x60\xba\x34\x59\xad\x9a\x2c\x89\x8d\x51\x5e\xfe\xd0\x92\xd8\x18\xe5\x5c\x65\x49\x6c\x8c\x58\x26\xd5\x92\xe0\x68\xb7\x30\x11\xc5\xba\xdf\x18\xc5\x6c\x17\x0b\xa7\x58\x38\x64\xa8\x58\x38\x1b\xa3\xbc\xfc\xa1\x85\xc3\x11\x70\x9c\x93\x92\x1e\x12\x28\x0a\xe7\x06\xa6\xa7\x04\x8a\x12\x2f\x0a\xba\x58\x12\xc5\x92\xd0\x64\x49\x14\x4a\xc2\x4a\x2b\x96\x44\xa1\x24\x5e\xa4\xbe\x58\x12\x1c\x28\x17\x45\x93\x25\x51\x6c\x13\xb4\xa6\x62\x49\x14\x4a\xc2\xb2\x47\x05\x8b\x42\xf8\x44\xbe\x8a\x85\x43\xd8\x55\x1b\x96\x4e\xb1\x74\x36\x46\xf1\x35\xa8\x96\x4e\xa5\x74\xcc\x64\xb5\x74\x36\x46\xb1\x05\x54\x8b\x62\xc3\xa8\xe6\x7c\x55\xdb\xc9\xf1\x71\xda\xf4\xab\xc5\x53\x79\xdb\x7d\xa5\xaa\x65\x51\x7d\xdb\xbd\x99\xe9\xe7\x70\xbb\x78\x51\xfa\xcd\x54\x6c\x0c\xc6\xf3\xf4\x28\x17\x31\xd8\xf4\x90\xaf\x66\x2a\x1a\xa7\xdd\x74\xea\xa8\xf9\xc4\x46\xd3\x4c\x4d\x56\xc8\xc6\x60\xa4\xce\x57\x33\x11\x1b\x25\xd3\x27\x5a\x21\x1b\x83\x5d\xce\xf9\x6a\x56\x48\xe3\xd0\xc1\xae\xc9\x0a\xd9\x18\x0c\xae\xf9\x6a\x56\xc8\xc6\x60\xbf\x4a\xbe\x9a\x19\xda\x28\xd9\x29\xc3\x66\x85\xe0\xdc\x61\xa7\x55\xbe\x9a\x15\xd2\xf0\x58\x74\xd3\x65\x7d\x34\xdf\x5b\x7e\x98\x66\x3b\xc9\xb6\xf7\x4a\xb3\xbd\x31\xd8\x24\x9b\xaf\x34\xdb\xc9\x59\x84\x9d\x74\xa5\xd9\x4e\x43\x9f\xec\x04\xd2\x7c\x6f\x8c\x61\x81\xa5\xf9\xf6\xbc\xb8\x69\x85\xa7\xb9\xdc\x28\x1c\xf8\x97\xaf\x34\x97\x69\x2e\x49\x6c\x9a\xcb\x24\x97\x49\x7d\xa7\xb9\x4c\x73\xe9\xbd\xcc\xe5\xc6\x18\xd5\x94\x99\xcb\xc4\x2f\x93\x5c\xd5\xad\xef\x4e\x7d\x57\xee\xd5\xcd\x78\x27\xe3\x95\x27\x76\xdf\xc9\x8d\xc1\xa0\x9f\xaf\x6e\x59\x6c\x61\x39\x18\x6f\xd3\x50\x75\x51\xb2\x6b\xb2\x2c\xd8\xe0\x99\xd3\xd7\xad\x9b\xf1\x8d\x59\x87\xf7\xb7\xc2\x37\x06\xd3\xb0\x34\xc6\x5d\x8c\x51\x69\x75\xdd\xa2\xe8\x14\x45\xd2\x2c\xba\x45\xd1\xcf\x04\xc8\xfb\x5b\x16\x1b\x25\x87\xc9\xb0\x2c\x3a\x65\x61\x89\x75\xcb\xa2\x5b\xe3\xdc\x6c\x58\x16\xc3\xb2\xe0\x87\xc3\x8c\x0f\x33\x4e\xc2\x86\x19\x1f\x34\x02\x9b\xf0\xf0\x0d\xdc\x28\xd9\x35\x59\x16\xc3\xb2\xe0\x89\xc3\xb2\xd8\x28\xd9\xc9\xd1\xb0\x59\x0c\x5e\x87\x41\xb3\x18\xe6\x7b\xd0\x04\x7c\x69\x86\x19\x1a\x64\xc8\x77\x72\x9a\xd4\x8d\xfa\xb2\xc0\xa6\xd5\x36\x3d\x96\xc1\xe1\x6e\x9a\xfc\x0d\x77\xf7\xe7\x6b\x9a\xfc\x8d\x59\x6d\x9c\xd3\xb4\x6e\xd4\x97\xa3\xca\x34\x61\x1b\x93\x0d\x51\xf9\x9a\x56\x9b\xc7\x8d\xd5\xd7\x6f\x9f\xa4\x96\xaf\x69\x85\x6d\x18\x20\x93\xaf\x69\x85\x6d\xcc\x6a\xb1\x4f\xb3\xe7\xc1\x77\x36\xae\x69\x7d\x6d\xcc\x6a\x15\x2e\x73\xbc\xdc\x72\x6a\xb3\x59\x66\x79\xa3\xbe\x6c\xcf\xcb\x1c\x2f\x73\xcc\xcd\x96\xb5\xb3\x61\x68\x51\xbe\x96\x39\xde\x98\xd5\xb7\x76\x59\x3b\x1b\xf5\x65\xe3\x5a\xe6\x78\xa3\xbe\x6c\xe2\xcb\x86\xba\x38\xec\xcf\x5e\x6e\x59\x61\x8b\xd3\xfe\x92\x6a\x5d\xe6\x7b\x91\x6f\x3b\x98\x65\xbe\x97\xf9\xf6\x89\xe6\x7b\x63\x12\x91\x97\x1c\x83\x75\x30\xab\x0d\xe9\x32\x43\x1b\xf5\x65\xc7\x77\x59\x85\x97\x55\x48\xb6\x2f\x53\x6f\x08\x26\xab\xaf\xe9\xd9\xb6\xa2\xa6\x43\xd1\xe5\x23\x37\x6a\x3a\xdc\x5e\x3e\x72\x63\xbd\xec\x6b\x2f\x5f\x8d\x8d\x9a\x8e\x74\x6f\x4b\x7f\x63\xbd\x4c\xd8\xdb\xc2\x7f\xb3\x8a\x6f\x43\x7a\x9b\xd6\x2d\x06\x6b\x3a\xa5\x78\x5b\xf8\x6f\x9c\xb7\x16\xc5\xdb\xc2\xdf\xa8\xe9\xe4\xea\x6d\xf2\xf5\xd0\x59\x14\x6f\x5b\xe0\x46\x4d\x47\xe0\xb7\xf5\xb1\xb1\x5e\xb6\x80\xb7\x85\xbf\xb1\x5e\x16\xc5\xdb\xc2\xdf\xa8\xe9\xa4\xf3\x6d\xb6\xdf\xf8\x29\xec\x7d\xdf\x66\x7b\xa3\xb2\xab\x2b\xdd\x05\x23\xd6\xcb\x0e\xff\x63\x1e\x3f\xe6\x91\x1f\x7e\xcc\xe3\xc6\x7a\xd9\x9a\x3e\xe6\xf1\x63\x1e\xb9\xd7\xc7\x3c\x7e\xcc\x23\xa5\xfa\x31\x8f\x1f\xf2\x68\xdf\xfe\x31\x8f\x1f\xf3\x48\xa9\x7e\xcc\xe3\x87\x3c\xda\x32\x3f\xb6\xb9\x8d\xf5\xf2\x65\xf8\x98\xed\x0f\xd9\xb6\x2b\xf9\x98\xed\x0f\xee\x0b\x5f\xac\x8f\xd9\x26\xc0\xaa\x71\xa4\x7a\xbe\x3e\xe6\x7b\xa3\x2e\xcb\xf0\x63\xbe\x37\xea\xf2\x97\x5f\xab\xdb\x8d\x7a\xe9\x98\xff\xb5\x2c\x36\xea\x32\x19\x5f\x1b\xe2\xc6\x3a\x03\xfc\xd7\xb2\xd8\x58\x67\xa4\xf8\x5a\x16\x1b\x75\xd9\x50\xbe\x96\xc5\x86\xe7\x53\xa7\xe7\xe9\x8b\x75\xa6\xb6\x5f\x33\xce\xbe\x8a\x5e\xed\x90\xbf\xe6\x7c\xa3\x2e\x2b\xfc\x6b\xce\x37\xd6\x19\x3c\xbe\xe6\x7c\x63\x9d\xc1\xe9\x6b\xc6\x3d\x06\xa0\x55\xb3\x69\xce\xdd\x28\x70\x26\x96\xb7\x59\xdf\x58\x67\xd8\xbf\xcd\xb9\x41\x69\x67\xe0\xb9\xcd\xfa\x4d\xd6\x6d\x52\xb7\x59\xbf\xc9\xba\x1d\xc1\x6d\xd6\x39\x7b\x72\xd9\x58\x6e\xb3\xbe\xb1\xce\x44\xe6\x36\xeb\x1b\x75\xf9\x8e\xdc\x36\x83\x8d\x75\x66\x53\xb7\xa5\xb1\x51\x97\x3d\xc8\x6d\x61\x6c\xac\x5f\xd3\xe5\x4b\xbf\xb1\xce\xfc\xed\xb6\x30\x36\x3c\x20\x3c\x5f\xb7\x85\x71\xd3\x0a\x6c\x65\xb7\x65\xb1\xb1\xce\xb0\xf6\x58\x14\x0f\x45\xe1\xa8\xf9\x58\x14\x8f\x8d\x80\x3c\x3e\x96\xc4\x63\x23\xa0\xc0\x1e\x4b\xc2\x0d\x3b\xb9\x48\xd8\x63\x51\x6c\x18\x3b\x9f\x1c\xf0\x77\x10\xaf\xd3\x91\x3d\x66\x1c\xc7\xe3\xeb\xf4\xd6\x8f\x39\x7f\x38\x54\xfd\xa4\xc3\x3a\xdf\x68\xd5\x96\xf7\x98\x73\x76\xff\xb4\xa9\x54\x79\xcc\x3a\xa2\xf4\x75\xfa\xd8\xc7\xbc\x73\x16\xc7\xeb\x8c\x80\x8f\x99\x27\xc4\xf5\x45\x74\x7e\xfa\xe1\x02\xd1\x6a\x6a\x0a\x4d\x61\x1b\x6a\xd8\x8a\xb6\xc2\x65\x0b\x53\xd5\x54\xbd\x5b\xc7\xd6\xb4\x35\x2e\xf3\x97\xa9\x89\x12\xa1\x43\x08\x45\x6c\x10\xee\xf9\x72\x00\x08\x25\x2b\x1b\xe2\x5a\xa5\xa5\x05\xce\x4b\xb1\xb3\xe0\x03\xde\xda\x3e\xda\xea\x6f\x0f\xcf\x81\x7f\x53\xec\x19\x83\xb7\xbe\xb5\x9d\xd7\x84\x5b\x87\x25\xb1\xe1\x4e\xc5\x0c\x45\x2d\x88\x20\x6a\x25\xfd\x82\x83\x68\xce\x54\xfd\x80\x83\x88\x78\xbd\xfc\xa9\x25\xb1\xd1\xec\x21\x42\x59\x0b\x9a\xad\x3d\xd4\xb0\x60\x3f\x40\x9b\x25\xb1\xd1\x7c\x75\xfc\x1a\x84\xd8\x97\x05\xb6\x8f\xb6\x8f\x0f\xf5\x09\x8f\xb6\x87\xaf\x00\x50\x99\xaa\x51\x10\xc1\x91\x69\xe9\x81\xed\x22\x5f\x66\x41\x39\x0a\xf6\x65\x24\xa4\x98\x05\xa2\x0b\x83\xd3\xae\x32\x14\xa4\xe1\xa9\xf5\xc9\x5c\x2b\x54\xa4\xe1\xb9\xf5\x44\x4e\x67\x28\x36\xc1\xfe\x6d\xc5\x66\x2e\x0a\x5f\x24\x40\xa3\xf8\xf9\x0a\x11\x6d\xd8\x86\xd4\x96\x81\x90\x2c\xce\x05\x42\xd5\x18\xfa\x53\x9d\xca\x84\xb2\x11\xec\xeb\xf8\x6d\x35\x1b\x1b\xf9\xeb\x4f\xad\x1c\xce\x27\x6d\xbc\xa4\xa1\x94\x0c\x42\xcc\x4b\xb3\xd4\xd5\x8d\x51\xe7\xcf\x3f\x52\x39\x10\xd5\x3c\xe0\x3d\x2d\x1c\x63\x92\x51\xcd\x03\xde\xd3\x42\x74\x5a\x46\x35\x13\x1b\x49\x6c\x55\x86\x92\x13\x24\x5f\xcc\xc8\xa8\x66\xcb\x33\x70\x09\xec\xc9\xa8\xd6\x17\xce\x52\xd4\x7d\x28\x4c\x01\xf1\xb9\x19\xea\x52\xd0\xad\x3e\x65\x29\xe8\xd6\x4a\x33\x43\x0d\x95\xa2\xc5\x7a\x52\xa7\x92\x24\x65\x2a\x58\xe8\xe2\x50\xa5\x02\x62\x95\x33\x14\xa9\x60\x21\xf4\x43\x8d\x0a\xd6\x49\xa1\xb9\xc5\x67\xea\xf4\xc4\x8f\x8b\x88\x70\x5e\xe3\xb7\x45\x44\x10\x9d\x90\x91\xd6\x0d\x7b\xa1\xaa\xef\x57\x9a\x6e\xdc\x9c\xd5\x97\x44\xa5\x09\xa2\xfa\x92\xa8\x34\xc1\x9e\x92\xf3\x48\x95\x26\x08\x5c\xff\x19\x69\x52\x37\x8a\xc5\xa2\xce\x04\xa3\x84\xb7\x37\xf5\x1b\xc5\xd2\x54\x66\x86\x32\xd3\xc4\x2b\x33\x41\x99\xde\xdb\xfe\x62\xa3\xd8\x98\x15\x99\x60\x56\x1f\xa7\xc8\x04\xd1\x1b\x32\x2a\x54\x99\xa0\x4c\x6e\xae\xc8\x04\x75\xf9\xb2\x28\x32\x01\xfb\xb7\x32\xd4\x98\xa0\x5b\x35\xdd\x0c\xe3\xce\x34\x05\x0a\x4c\xb0\x7c\xfd\xd5\x97\xa1\x7f\x33\x4d\x93\x45\xd0\x3d\xfc\xd4\x97\x4e\x81\x09\xba\xa5\xa9\xbe\x04\xfd\x24\xc0\x22\xc0\xbd\x69\x11\x0c\x73\x32\x98\x24\x52\x7b\xea\x41\x10\x83\x63\x33\x32\x14\x84\x20\x5e\xe6\x4e\x41\x08\x82\x3d\x23\x19\x0a\x42\x10\xec\xaa\xc9\x18\xe6\x86\x98\xcb\x33\x72\x0c\xb3\x33\x3c\x56\xe7\xd8\x4c\xe9\x60\x2d\xa7\xd2\x3c\x14\x89\xa0\x39\x32\x87\x82\x10\x64\xd3\x62\x22\xa6\x6d\xc8\x1e\x54\xf5\x07\xfa\xe9\xb5\x55\x7f\x20\xda\xcb\xc2\x99\x26\x63\x22\xd1\x49\xab\x52\x0e\x2c\x7b\x8f\x69\x6b\x98\x46\x3d\x50\x61\xaa\xb6\x30\xfe\xde\xd7\x5d\xd5\x16\xe7\xb8\x30\xaf\xb2\xea\x17\x0b\x5d\xf6\x1d\x0a\x39\x30\x8a\x7d\x87\x42\x0e\x94\xf4\x9d\x53\xc8\x81\xb4\xa9\x2d\xb3\x83\xc7\x6e\x52\x19\x2a\x3b\xd0\x5f\xe1\xcf\x6c\x0f\xcb\x3d\xeb\xd5\x34\x58\xa6\xe7\x44\x6c\x7b\x1d\x25\x5a\x1c\x67\x1c\x3f\xbd\x2c\x67\xf6\xc3\x9e\xda\x56\xb5\x81\x12\xf5\xf7\x0c\xc6\x97\x99\xe3\x73\x10\x6c\x71\xcf\xb8\x4c\xf7\xe5\xd9\xaf\x2c\xce\xc4\x65\xca\x2f\x57\x8d\x2c\xe3\xcb\xa4\x6f\x34\x27\xc0\x71\xd9\x92\x37\x92\x35\xb5\x50\x0d\x02\x0e\x99\xca\x50\xd3\x81\x65\xbd\x2b\xe9\x80\x9b\x2a\xd2\xed\xee\x22\x7a\x4b\x6d\x56\xcd\xdb\xc3\x05\x9d\x2d\xa9\xf3\x40\xa4\xab\x71\xa1\xd0\x8b\x5f\xb7\x84\x93\x30\x95\x5e\xe0\xf6\x7b\x39\x4a\x2a\xeb\xc0\x7e\x04\xe5\xf7\xb6\x69\xe1\x0a\x74\x41\x39\xde\x66\xe0\x8d\xaf\x34\xbc\xca\xe6\x86\xdf\xef\x4c\xd1\xd4\x75\x40\x7f\x67\xc6\xc7\xe4\x7a\x46\xdf\x34\xa7\x4a\xb6\xf8\xb0\x3e\xca\x7a\x78\xa8\xcf\x40\x09\xc7\x39\xf5\x59\x78\x24\xce\xb2\x02\x14\x68\x60\x14\xfb\x57\x05\x1a\xd8\x19\x20\x53\x2a\x34\xe0\x21\x70\x19\x2a\x34\x50\x82\x05\xb9\xf8\x98\xa7\x8f\x2f\x2d\x19\x50\xb4\x81\x12\x4e\x31\xd5\x6c\x60\x14\xdf\x0e\x35\x9b\x27\x09\xf4\xe6\xac\x50\xd1\x06\xc6\x70\x3e\xa9\x66\xf3\x83\x52\xbd\xa1\x66\xfc\xa0\x94\xd8\x73\x12\x52\xab\x90\x03\xfb\x3a\x1a\x8c\x4a\x0e\xcc\xea\x88\xa0\x46\x03\xeb\x8c\x5d\x5f\x8b\xe3\x8b\x50\x39\x0f\x35\x9f\x5f\xc3\x22\xad\x83\xaf\x19\xdd\x68\xf5\xdc\xdf\x8c\x6e\x34\xc5\x4b\xa8\xd1\xc0\x9e\xcd\x69\x33\xa7\x1e\xee\xac\xe4\x08\x35\x1a\xe8\x8e\xc6\x4a\x34\xd0\x2d\xed\xdb\x6c\xde\x36\x5c\x27\x50\x2a\x34\xb0\xdf\x67\xb2\xae\x3a\x0a\x77\x17\x35\x04\x47\x28\x7c\x40\x49\xf3\xa9\xf0\x01\xf5\x65\x1b\x55\xf8\x80\xba\x6c\xca\x0a\x1f\x10\xfa\x3d\x33\x14\x3e\x20\xcf\x5c\x49\xe1\x03\x38\x7f\x36\x43\xd9\x03\xc6\x79\xa0\x8d\xea\xa1\x73\x25\xd7\x0a\x9c\x78\xce\x51\xdf\x3e\xd0\xd4\x3f\xbe\x01\x64\x52\x7d\x13\x1e\x2d\x1c\x34\xda\xa2\x96\x29\x2f\x5f\x6c\x2c\x45\x8b\x5f\xfa\xc0\x5b\x52\xd4\x2d\xa0\x53\x38\x45\x89\x02\xf6\xe0\xe0\x55\x5d\xdb\xee\x3b\xa7\x57\x2d\x2d\x86\xcb\x6a\xba\x34\x91\x7a\x1f\xf8\xd6\x62\x24\xc2\xf0\x56\x1f\x6d\xc6\xfe\x7a\xd9\xad\xe9\xde\x9d\xd2\xce\x76\x51\x7d\x80\xce\xa7\x41\xd2\x73\x2f\xb2\x6c\xa5\xb1\x4c\x94\x42\xa3\x9c\x70\xca\x81\xc9\x74\x6e\x2c\xfa\xe9\xa2\xa6\x00\x9c\x28\x90\x45\xa9\x00\x7a\x2c\x7f\xf6\xd5\xf4\x55\xec\x63\x32\x4d\x41\x30\xdf\x32\x05\x8f\xa6\xc7\xf8\xc1\xfd\x9a\xfa\xe9\x22\x11\xd3\x99\x72\x51\x50\x80\xae\x5b\xaf\x28\x1e\x40\x10\xf9\x99\x7e\xd0\x48\x04\x81\x98\x59\x94\x0e\x60\x17\x97\x0f\x30\xfd\xc5\xe3\x70\x42\xdb\xd4\x86\x5e\x66\x1e\xe5\xc7\x90\x92\x8f\x21\x05\x51\xb2\xe9\xb7\x8f\x44\x28\x35\x8b\xc2\x01\x04\x1b\x38\xd3\x93\xf2\x45\x6f\x2c\x5a\x15\x65\x43\x21\x0e\x53\x77\xa9\x5f\x4d\x12\xd1\xe3\x5c\x66\x06\xaa\x91\x33\x64\xb3\x9a\x01\x62\x33\x7d\xe3\x8b\x4a\x02\x84\x52\xb9\x54\x93\x5f\x9d\xdc\x50\xb4\x0a\x09\x10\xea\xdd\xa2\x8e\x00\xe1\xda\x81\xdf\x65\x12\xbb\x7c\xc8\xb8\x82\xa0\xb8\xbb\x88\x75\xb8\xa2\x22\x28\xe7\x74\x2e\x1e\xa9\x24\x00\x7d\xf4\xdf\x3e\x82\x2c\x8b\x02\x01\xf4\xc6\x60\x51\x54\x08\x20\x74\x15\x14\x05\x01\xe8\x0a\xb6\xa2\xd3\x0a\xec\xf9\x39\x26\xb3\xe2\xa9\x9a\xac\x42\x15\x45\x42\xf1\x08\xff\xea\xed\x6d\x84\x1e\xd1\xca\x64\xa0\xe8\xb4\x02\xe1\x54\xc4\x2f\x51\x89\x51\x8e\xc9\xcc\x25\x3e\x63\x46\xe1\xa2\x6e\x00\xa3\x78\x2f\x75\x03\x28\xa7\x87\x50\x36\x14\x4f\xf1\x6c\x74\x41\x45\xdd\x50\xfc\x7a\x91\xfa\xad\xa8\x1c\x8a\xca\xa1\x78\x99\x59\x42\x39\x70\x10\x4f\x16\xa5\x03\x28\x61\x8f\xa0\x74\x00\x25\x98\x97\x15\xb5\x43\xc1\x1d\x55\xac\x1c\x95\x82\x27\xd5\x74\x4e\xb4\x49\x3f\xa6\x25\x06\xbb\x0f\xb2\x28\x15\xc0\x28\x16\x99\x93\x7e\x10\x83\x03\x57\xb2\x38\xed\x07\xd5\x15\x5d\x8f\xbd\x11\x45\x45\x5e\x9c\xf5\x17\xdd\x4a\xb6\x54\xa7\xfd\x60\x10\xfd\x9e\xc5\x79\x3f\x18\xc3\xc6\xa5\x57\xa9\xe8\x55\xb2\xc6\xf5\x2a\x95\xe3\x55\x22\xf9\xba\x90\x40\x7d\xd9\xc4\x75\x21\x81\x38\xb3\xe2\xa2\x66\xe0\xbb\x87\xf5\xe5\xcb\xa1\x18\x00\x35\xad\x39\xc5\x00\x58\xaf\x73\x7f\x33\x39\x3c\x86\xd9\x3e\x53\x27\x12\x58\x8a\x8d\x32\xcc\xe5\xd6\x07\x8b\x40\xf9\x2c\xfa\x95\x40\x4d\x4b\x71\x98\xfe\xc1\xd2\xbf\x2d\x56\x15\x51\x66\x30\xc2\x53\x3c\xaa\x08\x50\x97\xfd\x95\x6e\x25\x50\x97\xb7\x9f\xe6\x88\x4f\x12\xbc\x08\x69\xc9\xa2\xb2\x28\xd3\xc5\x2c\x4a\x71\x9a\xd6\x8d\xe6\x82\x5f\xd1\x6f\xe4\x99\x43\x2f\xbd\x25\x45\x69\x01\x9a\xeb\x1c\x45\x6d\x51\x3c\x3d\x91\x1d\x5e\x59\x74\x13\x81\x18\x9c\x59\x91\x45\xc1\x01\x9a\xab\xc1\x45\x75\x01\x9a\x6b\xb5\x1e\x6a\x24\xf6\x1b\x40\x42\xd4\x12\x20\x4a\x73\xcc\x50\x4d\x80\xa8\x9c\x69\x9a\x45\x3d\x01\xa2\x2c\xfb\x79\x5d\x45\x20\x6a\xf5\x55\x51\x64\x14\x45\xc6\x69\xb8\x3a\x8b\x00\x07\x48\x67\x59\xe6\x6b\xb1\xb5\x05\x8b\x0a\x03\x0c\x6b\xfd\x32\x4f\x97\xe7\x3e\x58\x53\xfa\x85\xc0\x62\x82\x5c\x14\x15\x60\xbf\xc1\x94\x86\xae\x22\xe0\x0e\xf0\x2c\x8a\x8a\x72\x22\x07\x6d\x69\x97\xc9\xbf\x1c\x45\xbc\x9b\x29\x25\x98\x50\x79\x50\x54\x15\x20\x7e\xbd\x99\x15\x75\xb1\x0b\xce\xe2\x51\x08\xfc\x7a\x36\x14\x32\xcd\xb3\xa1\xc4\xb6\xf1\x53\x5d\x37\x20\x5c\x37\xf5\x3c\x28\xd1\x9b\xe3\xac\x53\x7c\x10\xae\xd5\x96\x8f\xe5\x73\x22\xfb\x48\xac\xae\x9b\xe2\x47\x28\xec\xe3\x74\xdd\x80\x3e\x6c\x69\x6a\x83\x62\x64\x5f\xf5\x87\x26\xd6\x93\x87\x9a\xe5\xaf\x10\x28\x7e\xa9\xa2\xfa\x48\xd3\xff\xf1\xb5\x23\xad\xce\xe6\x8b\x07\x7f\xbf\x9c\x4e\x38\x9d\x07\xa3\xd8\xdf\x3b\x4f\x07\xd1\x3b\xeb\x3d\xc5\x89\x7a\x71\xa2\xce\x47\x75\xb2\x38\x51\x07\xc5\x85\xc7\xe2\x3c\x1d\x8c\x93\x03\xbd\x2b\xa0\xb8\x9c\x58\xf4\xae\x80\x71\x4a\xc3\x99\x3b\x28\xbf\x9a\xac\xf4\x2f\xdf\x7a\x74\x1e\xa2\xc3\x05\x14\x97\x35\x8b\x93\x79\x50\xf5\x6d\x15\x27\xee\xa0\xea\x31\x2c\x4e\xdc\x41\xd5\xb7\x55\x9c\xb7\x83\x9a\x66\xdc\x69\x3b\xd8\x25\xab\xcd\x8c\xfb\x31\x81\xe9\x6c\xc2\xa9\x7b\xe1\xab\x5e\x59\x7f\x3b\x2a\x3b\x8b\x13\x7b\x50\xd3\xfa\xd1\xcf\x02\x6a\x3a\x42\xeb\x41\x01\xeb\xf4\xea\xb7\xd9\xbb\xf1\x1d\xd9\xe2\x74\x84\x80\x78\xe9\xfb\x2e\x0a\x02\xd0\x5c\x96\x2f\x0a\x02\xb0\xfb\x28\x6d\x56\xcf\x63\xaf\xc2\xdd\x54\x04\x9e\x5d\x16\xc9\x82\x51\x51\x11\x80\xd4\xe1\x5d\x1e\xeb\x87\x93\x4a\x4b\x73\x4e\xab\x26\x00\xd9\x1d\x57\x15\x05\x20\x9b\xf7\xb2\x47\xd9\xe8\xf6\x02\xba\x46\x00\x27\x24\xa7\xe7\xa2\x89\xfe\xb2\x63\x50\x24\x94\xe7\xd9\x17\xed\xa7\x55\x7d\x1b\x20\xd2\x57\xa1\x3a\xfd\xaf\x7b\xc6\xcf\x27\x88\xd2\xaf\xe0\x0a\xbe\xe8\x90\xd5\xc9\x3f\xe8\x06\x88\x55\x27\xff\x95\x53\x0a\x1a\x7a\xb5\xea\x6a\x00\x61\xe4\x4c\x75\xa6\x5f\x8d\x9e\xa3\x82\xaa\xd1\x73\xd5\xe8\x39\x26\xb3\xd5\xd9\x3f\x28\x16\x5f\x75\xf6\x0f\x66\x3d\xa6\xa2\x09\xaf\x3f\x0d\xab\xea\x53\x00\x1d\xcd\x5f\x15\x04\xa0\x2f\x6f\x3e\xb4\x8c\x9d\x3f\x7f\x65\x6e\xc2\x37\xa0\x63\x32\x37\x1b\x69\xd7\x5e\x95\x0d\xa0\xbf\x98\x65\x55\x65\x03\x18\x27\x4d\x66\x26\x58\xc2\xc6\x23\x5f\x55\x08\x60\x31\x9d\xaa\xea\x03\xc0\xd1\xcb\x59\xf5\x37\x54\x37\x65\x2d\x2f\xaa\x9a\xf0\x27\x1d\x93\x29\x2f\xe7\xd3\x39\x14\xbb\x5e\x84\x6a\xcc\x1a\x8b\x3e\xd5\x00\x35\x10\x6e\xed\xc9\xaa\x17\x01\x0c\xf6\x52\x66\x35\x1a\x0d\x54\x76\xea\x67\x55\x1e\x80\x65\x87\x51\x95\x07\xa0\x2e\xef\xa5\x3c\xa8\x7e\x72\x80\x7d\x01\x59\x75\x2b\x80\xe8\xfa\x15\xaa\x9a\x01\x6c\x61\x4f\xf9\xa8\x06\x40\x14\x03\xbf\xaa\x72\x00\xe8\x75\xae\xba\x1a\x00\x9f\xb3\xcb\xaa\x18\xa8\xe7\xb3\xbe\xd5\x74\x98\xcf\xea\x28\x61\x6a\xcd\x66\x25\x0c\xda\x6c\x56\x5b\x5c\x25\xee\x6b\x6a\x32\xe7\xcd\xe6\xc5\x0f\x55\x11\xd5\x4d\x59\xdc\xbd\x99\xcb\x76\xce\x1b\xe3\x87\x0a\x0b\xd0\x19\x30\xab\xba\x02\xa8\x77\xaa\xae\x06\xd0\x6d\x38\xca\x06\xc0\xb1\xb1\x59\x75\x2c\x00\x3e\xcd\x97\x55\x1d\x01\xc6\x49\x91\x15\x4b\xec\x9b\x6d\x52\xc9\x00\xfa\xab\xf9\x78\xf3\xdb\xd8\xdf\xb7\x4c\xb7\xf9\x55\x32\x28\x36\xaa\x51\x6d\xd5\x4f\x43\x33\xce\x54\x65\x44\xd5\xfd\x60\x55\x1b\xe8\x06\xc2\xfe\xae\xaa\x2c\xaa\x1e\x09\x86\x9e\xaa\x66\xa8\xba\x1a\x7c\x0d\x94\x07\xa0\x1a\x98\x50\xd5\x02\x80\x0f\xdc\x64\x55\x0a\x80\x18\xfd\x5c\x65\x5a\x89\x56\x7b\x79\x2b\xab\x86\xf3\xbc\x47\xf5\xe5\x50\x1e\x00\x57\xae\xaa\xe2\x00\xb0\x09\x3e\xab\x3e\x03\xd0\x09\x74\xce\xda\x4d\x3b\x1f\x44\x9b\xfa\x1f\xaa\x91\x69\x20\xf4\x3d\x57\x3d\x09\x20\xdc\x39\x9a\x55\x09\x01\x12\x4f\x5a\x55\x1b\x80\xfe\xb2\x0f\x54\x1b\x80\xe8\x9c\x08\x95\x1e\x32\x29\x86\x6f\xbf\xda\x00\xe8\x6c\xad\x06\x9c\x55\x3c\x07\x4c\xce\xaa\x62\x01\x74\x02\xb7\xb3\x2a\x16\x40\x9c\x7e\x44\xad\x50\x3d\x37\x3a\x99\xf8\x56\xfd\x0b\x55\xff\x82\xf5\xaf\x7e\xa8\x28\x03\x1d\xdd\x55\x15\x00\xc2\x38\xc1\xaa\xe3\x00\xf8\xd5\x90\xac\x0a\x03\x10\xb3\xcf\xdf\xfe\x08\x57\xd6\x61\x76\x3d\x84\x29\xf1\x19\x54\xc5\x04\x28\x7c\x94\x30\xab\xca\x01\x74\xe7\xce\x55\x99\x00\xf8\x9c\x64\x56\x15\x01\xe8\x2f\x3b\x10\x03\xc2\xf8\x3c\x5f\x37\xec\xb5\xea\x33\xa8\xee\xe9\x41\xfd\x56\x67\xf5\x20\x7a\xda\xcd\x38\xad\xaf\xee\xf3\x41\x64\x56\x67\xf5\xa0\xeb\xb8\xf0\xf8\x4f\xd1\x75\x14\x56\xe7\xf4\xa0\xbb\x62\x5e\x9d\xd2\x83\xce\xc6\xa5\xac\xce\xe8\x41\x18\x20\xe8\x87\x03\xc5\x38\x05\x6a\xa8\x17\x28\x61\x33\xd2\x8f\x00\x06\x07\x90\x65\x75\xde\x0f\x4a\xd8\xfd\x39\xf1\xaf\x7e\x73\x86\x8f\x39\x67\xd5\xb7\x00\x22\x5d\x24\xab\x4e\xf4\xc1\xac\x8e\x9c\x97\x0d\xe2\x42\x50\x76\x7f\x69\xc6\xaf\xf3\xf5\x1b\x0a\x43\x27\x03\x98\xd5\xde\x45\x39\x00\xa2\x0f\xc7\x74\xe5\x00\xd8\x03\x0e\xc5\xa1\xdf\xa1\x7a\x04\xb9\x8e\xdb\xaa\x46\xa8\xe7\xab\x1c\x4c\x36\xaa\x22\x01\x2c\x67\xad\x55\x91\x00\xea\x72\xe8\x35\x10\x0d\xec\x5f\x72\x99\x2e\x0a\xb0\x9f\xca\x13\xf4\x48\x80\x76\x7a\x30\x9d\x0f\x60\xcf\x9e\x48\x9c\x8e\x06\xc0\x91\x84\x59\x55\x1c\xa0\xbf\xec\x4f\x14\x1c\x60\xf8\xce\x28\x1b\x3c\xdf\xb5\x1b\xb9\x55\xd5\x0d\xd5\x1d\x41\xd5\x94\x29\x1c\x40\x49\xdf\x66\x85\x43\x55\x38\x18\x53\x56\xf5\x16\x80\x6e\xba\xd4\x0d\xa0\x3b\x78\xe9\x2a\x00\xc3\xfe\x4a\x4f\x01\x38\xc5\xaf\xb4\xa8\x9f\x73\x8a\xb1\x49\xb0\x0c\x91\x16\x76\x15\x2a\x8b\x6a\xd8\xd6\xb4\x35\xaa\x2c\xea\xf7\x08\x45\xaf\x33\x43\xba\x00\x96\x03\x83\xcb\xfd\x20\x0c\x29\xa9\xea\x08\x10\x06\xcf\x54\x75\x04\x08\x85\x79\x55\x47\xd4\xef\x11\x8f\x5e\x66\x26\xbf\xe7\xdc\x1d\x92\x6b\xe4\x16\x08\xf7\x44\x67\x55\x5d\x54\x5d\x05\x4e\x01\xd4\x0d\xa0\x84\x15\xa7\x6e\xa8\xea\x06\x17\x42\xaa\xba\x01\xec\x19\x05\x77\x53\x37\x80\xac\xf6\xa7\x86\x69\x81\x6e\x3e\x95\x0a\x60\x2c\x4a\xc3\x20\x2d\x30\xed\xb8\xd4\x0e\x60\x5a\xb2\xc6\x63\x81\xe1\x7b\xa3\x98\x00\x06\xdb\x56\xa3\xb1\xc0\xb4\x8b\x52\x5d\x80\x69\xcd\x1a\x9e\x05\xdc\x09\xe0\xa1\xc0\x42\x77\x5e\x35\x38\x0b\x18\xd1\x5c\x95\x24\x60\xd8\x1f\x2a\x48\x00\x67\x8b\x64\x55\x8f\x00\x97\x42\x3c\x5a\x58\x4c\xc7\x24\xf5\x09\x18\xce\x80\x95\x22\xc0\x90\xa9\xaa\x6f\x02\xec\xc2\x26\xf7\xaa\x13\x10\xad\xda\x93\xab\x4e\x80\xc1\xeb\x55\xe1\x01\xf4\xb2\x55\x85\x07\x98\x76\xf6\xea\x8e\xaa\x73\x42\xd7\x8a\xc7\x1d\x8b\x45\x53\x69\x3a\x22\xc0\x22\x05\xcd\xf0\x29\xb0\x90\x39\x4d\x37\x04\xe0\xa3\x2a\xd9\xdc\xee\xd3\x3c\x65\x6d\xf9\xb3\xa9\x69\xcb\x15\xaa\xbf\x29\x57\x00\x1f\x3e\xc8\xa6\x5a\x01\xab\x78\xa3\xb7\x96\x2d\x0a\x19\x31\x9a\x8e\x0a\xb0\x10\x34\x4d\x41\x03\x16\xaf\x71\x53\xcf\x00\x3e\x4e\x97\x4d\x39\x03\x16\xdd\x41\x53\xcd\x80\xc5\x34\xb5\x29\x66\xc0\xa2\x65\x37\xb5\x0c\x58\xf5\x77\xec\x7c\xf2\x18\x68\xb1\x6b\x8c\x2c\x18\x64\x05\x22\x5d\x5d\x69\xea\x1f\x10\x47\xc9\x34\x43\xaa\x80\xa7\x9d\x65\x53\x02\x81\xee\x2e\x9d\xa6\x04\x02\x91\x86\x70\x36\x37\x06\x81\x60\xa7\x58\x36\x65\x11\xe8\xee\xb6\x69\xca\x22\x10\x0e\xe5\x4d\x6f\x0a\x08\x3e\x3f\x95\x4d\xa9\x04\xc2\x5d\x40\x4d\xa9\xd4\x8c\xce\xa2\xe7\x6c\x6a\x25\x10\x7d\x9a\x7e\xa5\x11\xd8\x03\x04\x45\xaa\x83\x05\x74\x23\x07\x3c\x15\x5b\xf4\x72\xee\x66\x69\xe0\x60\x71\xad\xa6\x29\xaa\x40\xbc\xce\xfd\x2d\x9f\x62\xf9\x68\xb2\x7c\x0c\xe0\xe2\xbd\x6a\x2a\x2f\xd0\xcb\xcb\xab\x2c\x1e\xe2\xb7\xd8\xbb\x97\x4d\x31\x06\x22\x4e\xba\x2c\x9e\x62\xf1\x98\x2e\x8b\x07\x57\x8d\x7b\xb0\x9a\xf2\x0c\x44\x77\x4f\x40\x53\x9f\x81\xee\xd6\xa3\xa6\x3e\x03\xe1\xce\xa6\xa6\x3e\x6b\x1e\x92\xcf\xc7\x53\xb2\xa9\xcf\x40\xb8\x2a\xeb\xc7\x86\xb3\xe1\xab\x71\x3f\x5a\x53\x9d\x81\xce\xde\xc0\x6c\x8a\x33\x10\xee\xe8\x6a\xaa\x33\x10\x71\xae\x32\xe3\xd5\x76\xe1\x13\xcd\x38\xbe\x1a\xf7\xfc\x35\xd5\x19\xe8\xee\x6c\x6a\xaa\x33\x10\x7c\xc8\x3e\xfd\xe0\xb1\x08\x77\xc0\x35\xd5\x19\xe8\x46\x2e\x35\xe5\x19\x08\xb7\x82\x35\xd5\x19\x08\xe3\x7a\x9b\x62\xac\x79\x82\x9c\xe5\xaa\x5f\x07\x04\xc7\x3e\x67\x53\xa0\x81\xae\xdb\xbe\xa9\xd0\x40\xb8\xad\xac\x29\xc8\x40\xb8\xe7\xae\xe9\xd7\x01\xe1\x61\x2a\xd9\x94\x64\x20\x8e\x63\xb4\xa9\xc9\x9a\xc7\x63\x2c\xd3\x6f\xf5\x36\xe6\xb6\xd6\x9b\x62\x0b\x74\x77\xf0\x35\xa5\x0f\xe8\x8d\x29\x64\x53\xfb\x80\xde\x98\x2f\x36\x1d\x23\x20\xaa\x2f\x97\x7a\x08\xf4\xc6\x6a\x93\x1f\x88\x16\xbd\xa5\xb7\xb7\x78\x88\xab\x6a\x26\x55\x85\x04\x4e\xd0\x56\x53\x21\x81\xde\x9a\x57\x59\x3c\xf8\x5d\xaa\xd5\xa6\x66\x02\xd1\x39\xe7\x39\x9b\x7e\x97\xe6\x01\x73\x06\x6f\x36\x1d\x2f\xcd\xf3\x24\xec\xb7\x14\x57\xa0\xb7\x66\xca\x2c\xc5\x23\xae\xd0\x2c\x4d\x29\x05\x4e\xec\x56\x53\x4b\x81\xae\x36\x6c\x06\x66\x81\xe0\x1c\x83\x6c\xea\x2b\xd0\x1d\x4a\xfd\x32\xb6\x08\x77\x8c\x34\xf5\x15\xe8\xcd\x27\x2a\xaf\x9a\x47\x4c\xd8\x9f\x1a\xbe\xd5\x0c\xdf\x62\xf6\xd8\x54\x5c\xcd\xf0\x2d\xa6\x38\x4d\x8f\x4d\x33\x7c\xcb\x76\xa1\x77\x06\xf4\xc6\x4a\x5b\x53\x97\x35\x0f\x8c\x98\x66\xc8\xa2\xe0\xf4\xed\x7a\x32\x64\x51\xa0\xcb\xaa\x8d\x47\xdd\x05\xfc\xce\x67\x36\x65\x17\xe8\xcd\x31\x45\x1f\x0e\x08\xd7\xc7\x9a\xdb\x85\x9a\x07\x46\x38\x82\x29\xce\x9a\x07\x46\x38\xee\x2a\xce\x40\xa8\x0e\x9a\xbb\x85\x9a\xdf\xb6\x32\x8e\xa5\x19\x44\xd6\x3c\x1e\x02\x19\xde\xf4\xf4\x80\xde\x1c\xb2\x8d\x21\x03\x7e\x6e\x3c\x9b\x9e\x9e\xe6\xb9\x0f\xf6\xc2\xee\x10\x02\x51\xad\x22\x7d\x3f\xa0\xb7\xa6\xc9\x7c\x73\xc0\x6f\xb5\xaf\xd6\x1d\xe4\xe7\x0b\xba\xcb\x47\x4d\x77\x10\x08\x4e\xdd\xc8\xa6\x37\x08\x9c\x7d\x00\x4d\x29\x09\x82\x33\xd2\xd3\xef\x9b\xe7\xf9\xbe\xf9\xb4\x14\x95\x92\x4d\x0f\xd1\xab\xfc\xf6\xb1\x5d\xd9\x8c\x4f\x03\x61\x10\x8d\x5f\x49\x17\xe1\xf2\x72\x53\x7d\x82\xf0\x80\xd6\x6c\xca\x4f\xd0\x9b\xef\x8b\x5a\x13\x44\x75\xb4\x50\x6b\x82\xe8\xc5\x62\x56\x59\x82\x98\xae\x25\xfb\xc9\x06\xd1\x5d\x27\x69\x7a\x90\x40\x1f\x4c\xf8\xfd\x88\x83\xe8\x2e\x5a\x34\x7d\x4a\x60\x97\x03\x39\x50\x6c\x82\x5d\xd0\xfe\xd4\x8c\x5e\x1c\x7e\xe0\x5b\xa4\xda\x04\x61\x54\x77\x53\x6c\x82\xd0\x89\xda\x14\x9b\x4d\xdf\xd3\xb9\x97\xfd\x87\x5a\xb3\x9b\x7e\xb3\x8e\xd4\xd4\x5f\xd7\x54\x9a\x20\x0c\xb5\x69\x0a\x4d\x10\xee\xf5\x6c\x0a\x4d\xd0\x8d\xac\x69\x0a\x4d\xd0\x5d\xf6\xf5\x8b\xf4\x22\x5c\xe0\xf3\xe3\x15\xa2\x3b\x59\x6e\x86\xc7\x81\x70\x6b\x48\x53\x8c\x82\x68\x61\xef\x6a\x78\x1c\x08\xc3\x2e\x9b\x02\xb5\x79\x24\xf7\xb4\xd1\x29\x50\x41\x1f\xf6\x15\xee\x79\x02\x7d\xd8\x5a\x0c\x8e\x6b\x7e\xc5\xd4\x1e\x57\x1d\xdb\xfc\xee\xee\xf4\x3d\x75\x1f\x54\xf3\x9c\x8c\xe1\xcd\x2c\x9f\x73\x50\xa1\x37\xb3\x7c\x70\xa6\xb9\x04\xd5\x0c\xa1\x6b\x1e\x9d\x91\xde\xcb\xf2\x21\x84\x4e\x55\xdc\xdc\x1a\xd5\x3c\x4c\x83\x05\x3b\x3f\xda\x21\xc2\x5d\xc1\x7e\xaf\x3f\xcf\xf7\xfa\x9d\xa6\x28\x9d\x9b\xd2\x99\x20\xaf\xa6\x72\x6e\x9e\x66\x68\xfb\x37\x1a\xaf\x79\x98\x06\xf1\x1d\x7e\xff\x23\xdb\xc7\xd2\xf1\x5e\x96\x8e\x4e\x38\xc2\x1c\x9b\xf2\x1a\x84\x3b\x54\x9a\xfa\xba\xe9\x97\xb3\x42\x94\xd3\x20\x8e\xb7\xb7\x29\xa8\x41\x8c\xea\x6c\x4c\x41\xdd\xdc\x2f\x35\xcf\x6f\x2d\x0c\x8f\xce\xf0\x35\x34\xf6\x0e\x74\xbd\xb1\x4d\xe1\xdd\x3c\x3a\x63\xda\xb5\xa9\x9e\x9b\x47\x60\xd8\xa5\x2b\x81\x41\xcc\xa1\xfc\xd0\x75\x06\xba\x82\xb4\xa9\x77\xc1\x28\x26\x57\xb9\x0b\x4a\xd8\xd8\x55\xbb\x60\x14\xbb\x61\xd5\x2e\x88\x73\x22\x81\x1f\x3e\x11\xa3\x38\x8a\x2b\x78\x41\x09\x2b\x45\xc5\x0b\x4a\xf8\x62\xba\x2b\x09\x8c\xe2\x50\xac\x0a\x06\xe5\x34\x76\x65\x30\x28\x61\x0d\xa8\x83\x41\x09\x5f\x5f\x85\x30\xf0\x43\x3a\xd9\xd4\xbd\xa0\x84\xaf\x9c\xc2\xb7\x79\x2a\x86\x2d\x56\xe5\x0b\x76\xc1\xd2\x0e\x54\xba\x60\x14\xfb\x15\xa5\x2e\x28\x61\x2b\x56\xeb\x82\x51\x1c\xc3\x95\xb1\x8d\x20\xbb\x62\xbe\x75\x9f\x35\x0f\xb2\xb0\xc9\x2a\x63\xc1\x28\x36\x33\x75\x2c\x28\x71\x4c\x26\xff\x21\xf9\x2c\x9a\x37\x37\x11\x81\x51\xe8\x7d\x52\x69\x0b\x4a\x90\xd4\x34\xf0\x2e\xfd\x90\x8f\xbb\xa4\xfd\x48\x8c\x18\x7c\xb3\x27\xfd\x46\x8c\x18\x7c\x2a\x28\x53\x6f\x1c\xf0\x58\xff\x4c\x45\x70\x7a\xe8\x45\x7a\xd5\xd0\x34\x48\x58\xc7\x34\x35\x91\xef\xa6\x69\x69\xa2\xda\xe8\xca\x52\x1d\x0c\x06\x9f\x9c\x4d\x3f\x40\x23\x06\xdf\x0d\xca\x54\x09\x83\x61\xaf\x95\x4a\xe1\x74\x1b\x11\x5f\x54\xcc\x54\x0c\xa7\xce\xbd\xf4\x91\x8f\x26\x16\x76\x58\x05\x4c\xe5\x30\x28\x61\x8e\xd4\xc3\x60\x94\xe6\x55\x96\x58\xd8\xd0\xbd\xca\x02\x53\xf2\xea\x00\x49\x25\x6f\x7a\x5c\x46\xfe\x0e\xe1\x9c\xba\xff\xd2\x73\x32\xaa\xcf\xb2\xa8\xfc\x88\xf2\xe4\xad\x4a\xd5\x2f\x18\x85\xd9\x47\xaa\x61\x41\x1c\x0f\x60\x2a\x45\xf3\x48\x51\x6f\xa7\xee\x04\x31\x4e\x39\x2b\x3c\x81\xdf\x9b\x4b\x3f\xd6\x23\x4a\xd0\xbd\xa6\xc2\x33\xcb\x49\x08\xb9\x56\x66\x82\xe1\x58\x96\xca\x4c\xb0\xb5\xbf\x0f\xb5\x8a\x36\x4a\x7f\xf9\x4b\xab\x48\x9f\xdf\x32\x19\x66\x61\xa3\x18\x44\x9b\xea\x4c\x50\xdc\x75\x93\xca\x4c\x30\x1c\x91\x52\x99\x09\x0a\x67\x4e\x67\x2a\x33\xc1\xb0\xb3\xf6\xbb\x42\xa2\xe8\x7f\x4d\x9d\x80\x60\x38\xe1\x48\x85\x27\x18\x7a\x98\xd3\xb8\x41\x30\x1c\x1e\x52\x2d\x0a\x4a\xd8\x32\xd5\xa2\xa0\xb8\x55\x23\xd5\xa2\x60\x28\x00\xfc\x90\x91\x18\x8e\x64\xa9\x16\x05\xc3\x25\xfc\x54\x78\x82\xca\xb1\xa9\xe9\x97\x8d\xc4\x1e\x1d\x78\xa4\x62\x34\x3d\x19\x83\x79\x69\x2a\x46\x41\xd1\x57\xe8\xf7\x8f\x44\xe1\x8b\x00\x99\x3a\x06\x41\xe1\x43\x02\x99\x8a\xd1\x74\x13\x92\x8f\x54\x8c\x82\x92\xa6\x55\x31\x0a\xb6\xee\xf7\x32\x33\xee\x69\x19\x0c\xe1\xa9\xc3\x30\x3d\xe4\xbc\x4d\x9f\x69\x53\x69\x84\xb9\x31\x3d\x4e\x15\x6a\x7a\x5c\xc6\xf2\x66\x36\x0b\xcf\xc6\x18\x9a\x2c\x0c\x4e\x3e\x1f\xe7\x5e\x16\x46\xb3\x59\x90\xb2\xb4\x2c\x92\xb2\x60\xba\xe1\x47\x9e\xc4\x70\x02\xe8\x37\x9e\xc4\x70\xa2\x95\x3a\x16\xd3\xef\xb8\xe8\x32\xf0\xb3\x4f\xa2\x70\xc8\x72\xa6\x01\x8a\xa0\x70\x9c\x77\xa6\xce\x46\x50\xf4\x23\xfa\x6d\x28\x51\x0c\x6b\x4e\x5d\x8b\x99\x47\x2c\x92\x25\x5d\x8b\xa0\x70\xe2\x7a\xa6\xbe\x45\x50\x9c\x24\xa4\x62\x1a\x14\x3e\xee\x90\x7e\x67\x4a\x0c\x07\xfa\x54\x4c\x83\x62\xb4\x56\x2a\xa6\x41\x71\x4b\x52\x2a\xa6\x81\x1f\xde\xc8\x54\x4c\x83\x92\x96\xbe\x32\x39\x95\xc9\x1c\xa3\x9f\x7e\xc6\x4a\x14\x37\xce\xa6\x2a\x19\x44\x9e\x41\x44\x65\x9b\x7e\xbd\xa8\x5a\x27\x4a\x5b\x10\x7e\x6e\x20\x53\x6d\x9b\x27\xd0\xd0\xc1\x46\x25\x9b\x83\x17\x6c\x78\x99\x65\x3b\xf0\x01\xd9\x3d\x18\x55\x98\x46\x15\x9e\x01\x48\x91\x0a\xaa\x7b\xd3\x53\x91\x0a\xaa\x1b\xe4\x53\x91\x0a\x66\x3b\x49\xb3\x06\x06\x6f\x98\x8d\x56\x91\x0a\x66\xb3\xd4\x14\xa9\xe9\x99\x16\x0e\x10\x8a\x54\x30\x15\xbc\xa9\x48\x05\xd5\xdd\xf0\x69\xec\x21\xa8\x86\x36\xa6\xba\x15\x54\x77\x86\xa4\x1a\x15\xec\xb7\xc9\x9b\x99\xf1\x8d\x6a\x9c\x64\x2a\x52\xc1\x74\x05\x25\xdd\xe7\x04\xaa\x1e\xd8\xd4\x45\x09\xaa\xe7\x0e\xa4\x52\x16\x54\x43\x33\x53\x29\x0b\x66\xb3\x65\x2b\x65\xc1\x7a\x9d\xdb\x5b\x3a\x1c\x76\xd1\x6c\xc6\x4a\x59\x30\x5d\x54\x49\x95\x6c\x1a\xd8\x78\x06\x76\xa5\x2c\x98\xea\xd6\x54\xca\x82\xd9\xec\x9d\x95\xb2\x60\x2a\x1b\x53\x25\x0b\xaa\x8e\xee\x54\xa9\x82\xd9\xec\x51\x95\xa0\xe9\xf9\x17\xf6\x95\x7a\x40\xd3\xf3\x2f\x6c\x9f\xaa\xd2\xf4\xfc\x0b\x3b\x7f\x55\x29\xa8\x6e\x7b\x4c\x3d\xa0\xa0\xbe\xc6\x6f\x7f\x1a\x2a\x53\x6f\x28\xa8\x86\xb1\xa7\x92\x15\xcc\xe6\x98\xa5\x64\x05\xd3\xd5\x82\x54\xb2\xa6\xc7\x63\xd8\xf7\xa9\x58\xc1\x6c\xf6\x27\x0a\x56\x30\x5d\x5e\x49\x05\x2b\x98\xcd\xf1\x4f\xc1\x0a\xaa\xe7\x5e\xa4\x82\x15\x4c\xd7\x3a\x52\xc1\x0a\x76\xd3\xf2\x32\x8b\xe5\xb2\x85\x50\x2c\x2a\x56\x50\x75\xd1\xa7\x8a\x15\xd4\xd7\xb9\x99\x25\x75\x71\x2c\x88\x2f\x8b\x8a\x15\x54\xb7\x0c\xa4\xf2\x14\x44\x33\x56\x2f\xd5\xa7\xa0\x1a\x8c\x99\xea\x53\x50\xdd\x1e\x90\xca\x53\x50\x5f\xe7\x87\x16\xcf\xdb\x30\x51\x67\x88\xc6\x6c\x82\xe9\xca\x4c\x2a\x3c\x53\xe1\xc9\x17\x21\x32\x15\x9e\x20\xce\x5e\xc1\x54\x79\x82\x6a\xe8\x68\xaa\x3c\xd3\xcf\x7a\xea\x1d\x4a\x45\x65\x7a\xde\x86\x55\xa7\xa8\x04\xeb\xe4\x40\x51\x09\x22\x97\xa3\xbf\xaa\x12\x2c\x57\x7c\x53\x55\x09\xd6\x29\x22\x55\x65\x7a\x2c\x87\xaf\xad\xaa\x32\x3f\x04\x05\xa6\x57\x59\xc3\x9e\xc1\x61\x3f\xa7\xaa\x04\xcb\x75\xe1\x54\x55\x82\x9a\xf6\x27\xba\x6d\xd3\x33\x38\xcc\xa5\x42\x33\x3d\x83\xc3\x57\x41\x9d\x09\xd6\x99\x5c\x28\x33\xc1\x72\x01\x3e\x55\x99\xa0\xba\x5f\x2f\x55\x99\x60\xb9\x1c\x9e\xaa\x4c\xb0\x4e\x65\xea\xdd\x05\xd5\x95\x98\xd4\xb9\x0b\x96\x3e\x85\x34\x6c\x14\x54\x57\x50\x53\x77\x2f\x58\xa7\x4b\x36\x92\x14\x2c\x3d\x22\xa9\x86\x05\x4b\x8f\x48\xea\x01\x4e\x8f\x71\x9c\xa6\x55\x17\x70\xea\x02\xe6\x8b\x19\x99\xba\x80\xc1\x72\xd9\x3c\x95\xbf\xa0\xa6\x03\x99\x0e\x60\xb0\xce\x4b\xee\x56\x31\x50\xcf\x08\x6e\xc4\x29\x58\xe7\x2d\x51\x36\xa7\xc7\x79\xbc\x8a\x37\xb3\xc8\x4e\xc8\x29\xa9\x55\x37\x83\x9a\x36\x1e\x75\x33\x58\xae\xc0\xa7\xba\x39\x0d\x1f\x45\x9e\xa6\x1a\x19\xd4\x33\xf5\x52\x23\xa7\x11\xa5\x28\xe9\x54\x23\x83\x62\x13\x50\x22\x83\x9a\x0a\x03\x25\x32\x58\xe7\xb5\x57\x22\xa7\x5f\x19\x5d\xd6\xae\xae\x61\x10\xad\x58\x25\xca\x5f\x50\x53\x81\xa4\xe7\x17\x84\x5f\x6e\xca\x54\x11\x83\xf0\x63\x38\x99\x4a\x62\xb0\x74\x81\xa4\xce\x5e\x10\xb3\x3a\x7b\xd1\xdd\x0b\xfc\x20\x4f\xa6\x32\x19\xd4\x65\x03\x32\xee\x14\xac\x33\x93\x53\x39\x83\x75\x26\x47\x2a\x67\x10\x63\x39\xc2\x2a\x9d\xc1\x3a\xf3\x6d\xa5\x33\xa8\xcb\xda\xd4\x2d\x0c\xea\xf2\x2d\x51\x4d\x83\xa5\xf2\xe8\xee\x62\x03\x75\xd1\xfe\xbb\x02\x1b\x2c\x35\x45\x57\x60\x83\xe5\x44\xb4\x2b\xa6\xc1\x52\x66\x74\xc5\x34\x08\x3f\x9c\x95\x7e\xf3\x53\xd4\x45\x05\x74\xa5\x33\xa8\x1e\x6a\xd0\x95\xce\xa0\xae\xe5\xcd\x3e\x9a\xcc\xa4\xa6\xaf\x26\x72\xb4\xbc\xfd\xa3\x89\x1c\x31\x73\xe9\x0a\x60\x50\xdd\x1b\xd8\x15\xc0\x20\x4e\xa8\x53\x57\x01\x83\x65\xc0\x52\x57\x01\x83\xa5\x16\xec\x0a\x60\x50\xf5\xf5\xf9\x75\x52\xb1\x0c\x45\xea\x7a\x81\x41\x5d\xcb\xdb\x0f\x4d\x54\xf8\xfc\x1d\xca\xb9\xeb\xfc\x05\x75\xd1\xd1\x75\x9d\xbf\x60\x29\x09\xba\xce\x5f\xb0\x94\x72\x5d\xe1\x0c\x22\x3d\x7f\xa8\xeb\xfd\x05\xd5\x77\xa1\xeb\xfd\x05\xd1\x5d\xaa\xe9\xba\x7f\xc1\xee\x64\x78\x82\xc1\xb2\x60\xdf\x4e\x9b\x25\x53\xfc\x80\xfd\xf4\xb7\x96\x83\x5f\xbf\x3c\xd5\xa1\xe8\x06\xcb\x00\xd1\xae\x6b\x17\x34\xa3\x5b\xba\x9a\xbb\xbb\x99\xce\x71\xb0\x2b\xb0\xc1\xb6\x51\x93\x2a\x6c\xb0\x53\x42\x1b\x50\x62\x83\x56\x8f\xc9\xbc\x56\x02\xc9\x4d\x9b\xe2\x19\x34\xcf\x3a\xeb\x8a\x67\xb0\x1f\x40\x72\x55\xcf\xa0\x19\x9f\xd3\x55\xcf\x20\x5e\x7a\x8d\xba\xf2\x19\x34\x1d\x0e\x5d\xf9\xdc\xfd\x06\xa3\x67\x14\x76\xf5\x73\xf7\x93\x08\xce\x30\xbb\x02\x1a\x34\x8f\x66\xeb\xee\xc5\xeb\xf5\xe4\x9e\x06\xaa\xa8\x06\xcd\xa8\xc2\xae\x37\xb7\xfb\x01\x04\x67\x61\x5d\x55\xdd\x75\xe7\x3a\x91\xee\xf5\xe4\xfe\xe1\xa7\x98\x54\xd5\x60\x5f\x46\x21\x29\xab\xc1\xce\x97\xd7\x59\x4a\x38\x79\x5f\x27\x63\x6a\x6d\x10\x67\x6b\x6d\x57\x59\x83\x79\x4a\x4e\x65\xdd\xfd\x2e\x82\x33\xb6\xae\x8c\xee\x7e\x05\x41\xb7\x5c\x57\x47\x83\x6d\xa3\x9c\xd4\xd1\x60\xdb\x28\x27\x83\x6f\xbb\x87\x7a\x9c\x4a\x54\x49\x77\x5d\xbd\x1e\xfc\xda\x95\xd2\xa0\xe9\x32\xec\x4a\x69\xb0\x2f\xe3\xa7\x6a\x69\x10\x27\x78\xbd\xab\x9c\x41\x8c\x49\x4f\xda\x95\xce\xa0\xe9\xa7\xec\xba\x89\xc1\x7e\x25\x48\xb1\x3a\x19\x34\xdd\x4b\xdd\x93\x26\xc1\x4e\x30\x29\x71\x6f\x1f\x68\x2e\xb9\x77\x63\x77\x7b\x9e\xca\xf6\xa7\xe6\x4b\x3d\xed\x29\xb1\x5d\x3d\x0d\x22\x5e\x04\xb6\x74\xbd\xd3\x20\xc2\x3d\x06\x5d\x45\x0d\xe2\x9c\x79\xd4\x95\xd4\xa0\x9d\x97\x4e\x49\x0d\xf6\xed\x78\x84\x9a\x1a\x34\x3d\x2d\x5d\x4d\x0d\xfc\x20\x4d\x76\x35\x35\xd8\xbf\x24\xc1\xba\xa3\x41\xd3\xc3\xd4\xd5\xd9\xa0\xe9\x28\xea\xca\x6c\xd0\xf4\x30\x75\x65\x36\x68\xba\x12\xba\xce\x68\xd0\x8c\x5b\xec\x3a\xa3\xc1\x7e\x24\xf5\x6c\xa4\x2f\xd8\x79\xf7\x3a\x2b\x7a\xa3\x19\x3e\xdf\x75\x50\x83\x7d\x19\x4d\x49\x1d\x0f\xce\x21\x3f\x5d\x19\x0f\xf6\x13\x48\x9b\x32\x1e\xec\x9f\x52\x6c\xfa\xa8\x41\x3b\x0d\x58\x87\x34\x68\xa7\xb7\x57\xd9\x83\x7d\x37\x8a\x4d\x8f\x34\x68\x3a\x86\xba\x6a\x1f\x34\xfd\x5f\x7e\x9c\x5a\x44\xea\x79\xea\x2e\x00\x80\xe8\x9e\x75\xd8\x5d\x01\x00\xd1\x0d\xf8\xe8\xea\x7d\x10\x91\xbe\xd4\x0a\x7e\xb0\x6d\xe4\x4b\xc5\x0f\xd2\xd3\x14\xbb\x8a\x1f\xec\xcb\xa8\x40\x25\x3f\xd8\x36\x52\xac\xe6\x07\xdb\xe6\x6f\x2d\x92\x79\xf6\xda\x90\x14\xbd\xd5\x20\x3d\x28\xb3\xbb\x10\x00\xf6\x65\xd4\x97\x0b\x01\x20\x3d\xfd\xb1\xab\xfa\xbb\x5f\x86\x5b\xb6\x1b\x65\x7f\xf7\xd3\x05\x46\xae\x77\x75\x3f\xd8\x09\xf6\x76\x16\x0a\xdf\x2e\x08\xf7\x91\x74\x65\x3e\x48\x4f\xd9\xec\xca\x7c\x70\x8e\x71\xe9\xca\x7c\x90\x1e\x69\xd9\x95\xf4\x20\x7e\x6d\x9a\x6a\x7a\xb0\x1f\x40\x42\x54\xf0\x20\xeb\xef\xf8\xfa\x72\x76\xfd\xce\x20\xca\xaf\x4f\xb3\x75\xb8\x95\xf1\xa4\x53\xd5\x0f\xf6\x75\x26\xd4\xa2\xc0\x19\x5d\x4e\xc9\xaa\xfb\xc1\xb6\x51\x64\x0a\x7f\xb0\x6d\x14\xad\x1e\x6a\x10\x67\xa3\x54\x57\xee\x83\x5d\xb4\x3c\x43\xbd\xdf\xdd\xe4\x58\x6c\x97\x4a\x79\x10\xe9\xd9\xc3\x5d\x2d\x0f\xb2\xd9\x66\xd4\xf2\xfd\x3a\x1b\xaa\x78\x03\x55\xee\x20\x9b\x23\x92\x2a\x1d\xec\xcb\x7c\x82\x15\x8a\x63\xb9\xf0\x05\x93\xec\xea\x74\x10\xc5\x8d\xf0\x5d\xa1\x0e\xf6\x75\xe4\x42\xa5\x0e\x52\x21\xd4\xf5\x2d\x77\x7d\xcb\x1e\xb4\xd2\x55\xea\x5d\x4f\xb2\xf1\xcf\x5d\xa9\x0e\xa2\xe8\xbd\xee\x6a\x75\xb0\x6d\x3c\x42\xb1\x0e\xb2\x9f\xcb\xcc\x3f\xfb\x2b\x8b\xce\xd8\xae\x7b\x19\xec\x21\x12\x93\xd5\xbd\xb1\x47\x52\x4c\xd6\x2c\x92\x7e\xe6\xb9\xcc\xbc\x6e\x64\x3f\x37\x33\xab\x6e\xb9\x3c\xb3\x65\xe5\x3b\x88\x5c\xbe\x0b\xea\x77\x90\x6e\xf3\xea\xea\x77\x90\xee\xc3\xec\xca\x77\x70\x8e\x8a\xe9\xca\x77\xb0\x1f\x40\x21\x29\xd6\x41\xd4\x70\x3a\xe6\x21\x2d\x60\xdb\x28\x10\xe5\x3a\xf0\x2b\xf5\xd9\x95\xeb\x20\xdd\x54\xd8\x95\xeb\x20\xdd\x30\xd5\x95\xeb\x60\xdf\xcc\xb4\x99\xf9\x0f\xe7\x93\x1d\x93\x99\xc7\x2d\x5c\x0d\x07\xea\xea\x6e\x90\x6e\xdc\xea\x8a\x6c\xb0\x2f\x23\x5b\xaa\xec\x6e\x50\x75\xb2\x6a\xdd\xd5\xd4\x20\xa6\x87\xfe\x76\x45\x35\xe8\x2f\xe7\xfc\x8a\x65\x30\xcf\x0f\x4d\xee\x97\xf8\x5a\x32\xa0\x2e\x06\xeb\x3c\xd0\xf6\xf7\x25\x08\xd5\x64\x59\x4d\x5f\xb7\xa1\x51\x60\xfa\x97\x81\x87\xda\x74\x65\x72\xf7\xd3\x79\xbe\x19\xca\x64\x10\xe7\x18\xe8\xae\x2f\x19\x84\x27\x3f\x74\x75\x32\x38\xe7\x60\x74\x45\x31\xe8\xe5\x5c\x65\x66\xd0\xbb\x67\x16\xa1\x4b\x18\x44\x9c\x1f\x9a\x9d\xf3\xa1\x67\xe7\x2e\xfa\x84\x41\xf7\xa0\x9e\xae\x28\x06\x7b\x12\x45\x2e\x55\xc5\x20\x3c\xdf\xbe\x2b\x8a\xbb\xa2\xd8\xf3\xcb\xba\xd2\x16\xf4\x66\x7f\xa7\xb4\x05\xbd\xd9\x8d\x29\x6d\x41\xb8\x86\xda\xd5\xac\x20\x72\xf8\xae\xab\x50\x41\x38\x78\x0f\x15\x2a\xd8\xcf\x9c\xd8\x42\x1b\xee\x4b\xfa\xb0\xa1\xbf\x77\xbc\x70\x55\x76\x4d\x43\x13\x07\x84\x2f\x6f\x36\x35\xe1\xe3\x22\x68\x75\xa8\x3d\x41\xe1\x03\xd0\x39\x74\xdb\x0e\x4f\x5a\xa1\xea\x86\x6e\x5b\x50\xf8\x94\x74\x0e\x15\x2a\x98\x7c\xed\x26\x87\x0a\x15\x54\xd7\x89\x86\x3a\x73\x04\xeb\x44\x74\xcb\x43\x51\x09\x96\x61\xbe\x43\x51\x09\xf6\x68\xec\x65\x5d\xdb\x9e\x7a\xf8\xfa\x0e\x5d\xa9\xa0\xb9\xd5\x67\xe8\x49\x05\x7b\x86\x49\x32\x94\x92\xe3\xc4\x11\x33\x87\x1d\x6a\xc9\x71\x4e\x70\x3c\x4f\x30\xb9\x61\x70\x46\x7a\xbf\x5b\xdb\xed\xb9\x20\x15\xdb\xa3\x6d\xb7\x77\x62\x63\x86\x62\x12\x9c\x95\xa2\xa1\x6e\x1c\x85\xe3\x62\xe8\x09\x87\x0e\x57\xb0\xe8\x07\x87\x6a\x10\x2c\x16\x85\x86\x62\x10\x74\x97\x8e\x86\x5a\x10\x78\xe8\xc4\x50\x09\x82\xd5\x4c\x80\xc9\xf4\x3b\xd0\xcb\x3b\x99\xca\x8d\xd5\x7e\xc7\x0e\xe7\xa1\x23\x16\x2c\x13\xac\x6e\x1c\xc6\xf6\x9e\xdb\x2a\x1c\xc1\xa2\xa3\x1a\xca\x46\xd0\x5d\xc1\x1b\x0a\xb8\x61\x84\xae\x45\xa4\x58\x03\xe1\xe1\x63\x43\xad\x06\x62\xba\x91\x67\x28\xd6\x86\xf1\xb8\x56\x95\x5a\x6d\x18\x8f\xcb\xfc\x72\x28\xd5\xc0\x7e\x8d\x29\x26\xa5\x1a\x88\xae\xc3\x76\x28\xd5\xc6\xf9\xa6\xb3\x26\x9b\x51\xd3\x47\x83\xa2\x1d\x7a\x41\x41\xf8\x79\x8e\xa1\x52\x03\xdd\x83\x4f\x86\x42\x6d\x18\x92\x7b\xd2\x61\x3e\xf9\xd0\x73\x39\x3f\xb4\xb6\xd8\x37\x59\x4e\x06\xac\x2e\x94\x5b\x9c\x7b\x59\x1a\xcd\xd2\xa0\xc1\x28\xdc\x40\x04\xf1\x5b\x43\xdd\x06\x22\x08\x8c\x1b\xfa\x40\x41\xf8\xd5\x88\xa1\x92\x03\x27\x3e\x6f\xa8\xda\x40\xcc\xea\xcb\xa8\x6a\x03\x71\xdc\x2f\xc3\x73\x55\x40\x34\x3e\x56\x93\x43\xc7\x25\x88\xee\xa6\xc8\xa1\xce\x1a\xea\x2c\x5f\x51\x65\x16\x38\x07\xb4\x0d\x25\x15\x08\x7d\x27\x43\xfd\x04\xe2\x3c\xd3\x00\xdf\xe1\x16\xc8\x60\xcd\x62\x28\xa9\xc0\x39\x48\x6b\x28\xa9\x40\xe8\x29\x19\x4a\x2a\x10\xfa\xba\x86\x92\x6a\x18\xdf\x6b\x77\xa2\x7e\x02\xbd\xa5\x09\x33\x4b\xc6\xf2\x32\x3f\x1c\x4a\x25\xd0\x1b\x13\xde\xa1\x52\x02\xe7\x8c\xb8\xa1\x52\x02\xbd\x31\x29\x1d\x0a\xa5\x61\xe0\x6e\xf7\x5e\xb6\xb2\x41\x60\x33\x52\x72\xa8\x93\xc0\x39\xae\x6d\xa8\x93\x40\xe8\xb4\x1c\x0a\x20\x10\x67\x1c\x1b\x0a\x20\xd0\xf9\xe2\x4f\x0e\xf5\x0f\x08\xbd\x77\x43\x0f\x28\xe8\xad\x9b\x56\x9b\x14\x8a\x68\x7a\x30\xcf\x50\x11\x81\xdd\xa3\x51\x18\x2a\x22\x70\x8e\x75\x1b\xaa\x1f\x10\x4a\xc9\xa1\xf8\x01\xa1\x3b\x6b\xe8\xb6\x04\x31\xdd\x12\x3a\x54\x2b\x20\xd2\xf3\x16\x86\x6a\x05\x84\x9a\x76\x28\x56\x40\x77\x9b\xce\xd0\x4b\x09\x76\xd2\x28\x5b\xc5\x0a\xe8\xee\x27\x1a\x8a\x95\xe1\x99\xfc\xee\x7e\x1c\x2a\x93\x61\xe0\x2c\xcb\x59\x43\x6f\x23\xe8\xee\xa7\x1a\x6a\x15\xd0\xdd\xf6\x34\x14\x23\xc3\x53\x1a\xcd\x94\x5a\x04\x74\xb7\x54\x0d\xa5\x08\xe8\xee\x73\x1a\x2a\x11\xd0\xdd\xc0\x35\x3c\x53\x05\x74\x77\x5e\x0d\xb5\xc9\xf0\x2c\x47\xf7\x19\x0d\xb5\x09\xe8\x6e\x7f\x1a\x4a\x93\xb1\x08\xee\xb3\x53\x35\x76\x76\x78\xbc\xa3\xa3\xb5\xc2\x04\xc4\xf4\xe8\x9c\xa1\x27\x12\x84\x8b\xc0\x43\x4f\xe4\x30\x78\x96\x99\xde\x50\xbe\x80\xee\x4e\xb2\xa1\x7a\x01\xdd\xcd\x5c\x43\xb7\x23\x88\x39\x8e\xcd\x6c\x5e\x7e\x81\x18\x01\x3d\x94\x1b\xe3\x3a\x3b\xbc\xb7\x49\x79\x00\x62\x1a\xf8\x36\xd4\x07\xa0\x9f\xc9\x85\xf2\x00\x8c\x62\xd2\x0c\x35\x05\xa3\x98\x4f\xe5\x01\x18\xc5\xca\xd4\xe1\x07\x46\xb1\x6b\xd1\xdf\x07\x76\x3b\xf3\x91\x16\xf7\x9b\x4f\xe3\xd8\xce\x14\x11\x60\x14\x1b\xb2\xa1\xa6\x20\x9a\xb3\xc0\xa1\xae\x00\xa3\x58\x8e\x6a\x08\x30\x0a\x33\xb9\xa1\x86\x00\xe5\xf4\x53\x6a\x08\x50\xc2\xc4\xea\x02\x04\x91\x1e\xb4\x34\x94\x10\x60\x14\xbb\x33\x7d\x80\x60\x14\x16\xef\x86\xa2\x02\x44\xf6\xf2\x3b\x16\xc5\x87\x72\x62\x78\xbe\xa3\x95\xa1\x9a\x00\xa3\xd8\xf9\xe8\xea\x1b\x06\x94\x9e\x67\x99\xe3\x0f\xe7\xfd\xf8\x32\xe8\xea\x03\xa3\x78\x2f\xfd\x7a\x60\x14\xf4\xf1\x50\x5e\x80\xe2\x87\x66\x86\x4e\x3c\x30\x8a\x3d\xa0\xe2\x02\xec\xea\xa1\x10\x74\xb2\x81\x71\x5e\x36\xc5\x04\xd8\xef\xbc\x3f\x35\xb1\x7a\xd9\xce\xe0\xab\xa0\x00\xa5\x3b\x2f\x50\x50\x80\xe2\xf1\x8b\x43\x45\x01\xc6\x3c\x57\x99\x01\x02\x56\x4f\xd3\xd7\xf1\x06\x86\x2a\x67\xa8\x31\x40\xe9\x0e\x7a\x6a\x0c\x30\xa6\xf3\x59\x7d\x71\x20\xba\x2b\x4c\x43\xdd\x01\xce\xc9\x4f\x43\xd7\x1b\x18\xd3\x59\x81\x6e\x36\x30\xa6\x53\x68\x75\x07\x18\xa7\x7f\x52\x76\x00\x3f\x28\x98\x43\xd9\x01\x62\x16\xfb\x66\x65\x07\x38\xdb\x93\x87\xb2\x03\x9c\x7d\xd2\x43\x57\x1c\x38\xdf\x37\x1b\x46\xa7\x82\x71\xfa\x2c\x4f\x8a\x01\xe3\x74\x46\x3a\xec\xc0\x74\x0d\x63\xe8\xaf\x03\xe3\x74\xd6\x8a\x1a\x50\xfa\x49\x84\xad\x97\x48\xd7\xd3\x4b\xaa\x73\x40\xe9\x4e\x7d\xd4\x39\xa0\x74\x07\x38\x5d\x78\x60\x9c\xee\x4f\x0f\x1e\x38\xa7\x4e\x0e\xd5\x10\x18\xa7\x5f\xd6\x83\x37\xce\xc6\x4e\xee\x3f\x55\x43\x60\xd8\x0b\x4f\xc5\x10\x38\xc7\x96\x4c\xfd\x75\xa0\x74\x0a\x6c\xaa\x8f\xc0\xae\x5d\x7f\xd9\xb4\x51\x3c\x74\xdf\x53\x1f\x1e\x28\x3d\x34\x75\x4d\x04\x8e\x31\xd7\x9f\x2a\x2b\x30\x8c\x3c\x98\x2a\x2b\x30\x1c\xca\xa6\xca\x6a\x1a\x10\x4b\x17\x33\x55\x56\xa0\x74\x32\x3e\x55\x56\xc0\x6f\xfa\xe7\x54\x59\x81\xe1\x52\xc3\x54\x59\x81\xb3\x27\x71\x1a\x0f\x0b\xce\x91\xa8\x53\xdf\x1f\x18\x1e\xae\x37\xd5\x5f\x60\x77\x3a\x24\x4c\x01\x06\x86\x1b\x8d\xa7\x3b\x34\xc1\xf4\x50\xb2\xa9\x8a\x02\xb3\xd1\xf6\xa7\x22\x0a\xcc\x76\xee\x6f\xc2\x36\xaa\x91\x07\x53\x09\x05\xce\x5e\x91\xa9\x5e\x02\x55\xcf\xfd\xd4\xf7\x06\xaa\xce\xe4\xa9\x84\x9a\xba\xde\x54\xc9\x53\xd7\x1b\x98\x2e\x9c\x4d\x37\x63\x82\xaa\x64\x9a\x3a\xe3\xc0\x74\xc9\x6d\x1a\x13\x3b\xcb\x79\x9d\xc9\xb8\xfe\x39\x30\xdd\xd3\x3f\xd5\x68\x60\xba\xe0\x36\x15\x69\x60\x7a\x60\xfd\x54\xa5\x81\xfa\x3a\xf7\xb2\x2c\x8a\x65\xe1\x23\x2d\x8b\x42\x98\x9a\xed\x49\x9d\x06\xa6\xe7\x16\x4d\x75\x1a\xa8\x2e\x8c\x4c\x95\xd8\xe4\x18\x1c\x15\xd5\x54\x8a\x81\x51\x98\x16\x4e\x95\x18\x98\x9e\x19\x39\x95\x62\xa0\xaa\xd7\xa6\x1e\x3c\x50\xba\x4f\xd4\x81\x07\xa6\x07\x9e\x4d\x1d\x78\x60\x36\x5b\xb0\xfe\x3b\x30\x3d\xf0\x66\xea\xbe\x03\xb3\xd9\x76\x74\xdf\x81\x48\x0f\x89\x9b\xaa\x3f\x30\xdb\x31\x59\x14\x95\x80\x14\x2b\x44\xf5\x07\xa6\x47\x81\x4e\xc5\x1f\x88\x74\x2d\x72\x1a\xda\x0a\x62\x7a\xea\xcd\x54\xaf\x81\x48\xc5\xf5\xd4\xdd\x06\xa6\xa7\x32\x4f\x35\x1c\x58\xee\x73\x9d\x6a\x38\x50\xf5\x53\x4e\x35\x1c\xa8\xae\x95\x4d\x35\x1c\xa8\xf9\x7b\xce\xef\x9c\x4a\x3c\xb0\xdc\xb8\x3a\x95\x78\x60\xb9\xbd\x78\x2a\xf1\xc0\xd2\x8f\x31\xd5\x73\xa0\x1a\xd6\x35\xd5\x73\xa0\xfa\xa9\xaf\xa9\x63\x0e\x2c\x37\x04\x4f\x25\x1e\xa8\x7e\xc0\x6e\x1a\xe5\x0a\x96\x9f\x81\x9c\x8a\x3e\x50\xfd\x5a\xdd\xd4\x55\x07\xaa\x8b\xdb\x53\x4f\x1d\x58\x6e\x82\x9d\x7a\xea\x40\xf5\x33\x71\x53\xb1\x08\x96\xfb\x8d\xa7\xe1\xb1\x20\xe6\x38\xf7\xb7\x28\xd2\xa2\xa0\xc1\xe9\xce\x03\xd5\xb0\xc8\xa9\xca\x9c\xe7\xe8\x1d\x7b\x43\x25\x25\xa8\x7e\xd0\x6c\xea\xb9\x03\xcb\x0d\xcd\x53\x95\x09\x96\x1b\x82\xa7\x8e\x3b\xb0\xdc\x96\x3c\x55\x94\x60\xb9\x7f\x76\xaa\x28\x41\xe4\x38\x97\x99\xa7\x4e\xe5\x33\xe3\x99\xba\xe4\xe6\xf9\xde\x9b\x8d\x50\x4d\x09\xaa\x9f\xf3\x9b\x6a\x4a\xb0\xdc\xd0\x3c\x15\x90\x60\xb9\x04\x39\x15\x90\xd3\x0f\x8e\xeb\xdd\x9e\x2a\x48\x10\x67\x5b\xcd\xd4\xd5\x06\x96\xd1\xf3\x53\x55\x09\x9a\xeb\xe1\x53\x55\x09\x96\x43\xe7\xd4\xad\x06\xda\xcb\x7c\xaa\x2a\xc1\x32\x8a\x7c\x2a\x2a\xc1\x72\x48\x9f\x8a\x4a\xb0\xdc\x65\x31\x15\x95\xa0\x19\x67\x37\x15\x95\xe0\x1c\xe1\x3c\xd5\x94\x60\x19\x1e\x3e\x95\x94\xa0\xe9\x4c\x9f\x3a\xd9\xa6\x47\x7a\xe2\x27\x9b\xaa\x4c\xb0\xce\x30\xa3\xca\x04\xed\xc5\xb4\x68\xea\x4d\x03\xcd\xd8\xa3\xa9\x37\x0d\x2c\x03\xc6\xa7\xce\x34\xb0\x8c\x34\x9f\xca\x53\xb0\x9c\xfb\x4d\xfd\x6b\x60\x19\x03\x3f\x15\xac\xe0\x7c\x63\x60\xaa\x57\xc1\x32\x84\x7f\xea\x48\x03\x4b\x35\x33\xd5\xa6\x60\x39\x77\x9a\x6a\x53\xb0\xdc\x93\x30\x0d\x97\x05\xcb\xa5\xd2\xa9\x5a\x05\xcd\x85\xf7\xa9\x5a\x05\xcb\xa9\xf1\x54\x87\x82\x65\x3c\xf7\x54\x87\x82\x18\xae\xf3\x4d\x85\x28\xd8\x0a\xcd\x9f\x5a\x93\x8b\x83\xcf\x2d\x6a\x55\x27\x88\x57\x3b\x4f\x30\x4f\x8b\x58\x81\xf3\x04\xf3\xb4\x08\x96\x30\x03\x2a\x51\xb0\x7f\x49\x8d\x2b\x45\xc1\xb6\x51\x01\xea\x4e\xb0\x6d\x24\x4e\x95\x09\xb6\x8d\x47\xe8\x24\x03\xcd\x60\x89\xa9\xf2\x9c\x7e\x73\xe0\xbc\x9b\xfa\xcd\x40\xd3\x31\x35\x8d\x78\x05\xcd\xa8\x8d\xa9\x3e\x9d\x9e\x06\xe4\x9e\x83\xa9\x2b\x6d\x7a\x62\xe8\x99\x24\xe8\x4a\x9b\x1e\x19\xea\xb2\xd3\x54\xc7\x82\x66\xe4\xc1\xd4\x6d\x06\xf6\x65\x54\x8d\x41\xaf\xd3\xa0\x57\xb7\x58\x4d\x5d\x69\x60\x5f\x47\x26\x74\x9b\x81\x66\xc0\xc7\x54\x02\x83\x98\xcd\x56\xa3\x06\x06\xb1\xbb\x1e\x6c\xe6\xe2\xed\xd6\xfe\xea\xed\xcc\x05\xfa\xb6\x79\x36\xef\x54\xdf\x82\x7d\x9d\x49\xb1\x62\xdf\x27\x38\xc0\xeb\xcc\xd9\x46\x53\xee\x4d\x05\x2e\xd8\x3f\xa5\xf0\x54\xb8\xa0\xb9\x78\x30\x55\xb8\x60\x5f\x46\x65\xeb\x12\x03\xcd\xc5\x95\xa9\x9c\x05\xfb\x32\xca\x49\x3d\x0b\xfc\xc0\x7e\x4e\xf5\x2c\xd8\x69\xa3\x4c\xf4\x92\x81\xfd\x53\x8a\x5d\x11\x3b\xdd\x2b\x39\x59\x68\x9b\x4a\x56\x90\x9e\x60\x3c\x95\xac\x20\xc2\xed\x12\x53\x9f\x18\x48\x8f\xc8\x9f\x6a\x56\xb0\x2f\xfb\x1d\xdf\x8c\x9c\xba\xd1\x40\xbe\x58\x34\x9c\xca\x5c\xb0\xef\xa2\xcd\x92\xf8\xea\xd7\x27\xd7\x3a\xd6\xc0\xbe\x4c\x9b\xd9\xde\x48\x63\xc6\xa6\x81\xa9\x20\xab\x13\x2c\x7d\x6d\x20\xca\x99\x3e\xeb\x6d\x03\xdb\x46\x21\xaa\x9a\x41\x74\xb7\xc2\x4c\x65\x33\xd8\xd7\x69\xb3\xc0\xb6\x44\xce\xd3\xd6\x94\xc8\xd3\x33\x8c\xdc\xd2\x32\x15\xc4\x20\x9b\x7d\xae\x82\x18\x44\x71\xbf\xe9\x54\x11\x83\xec\x0e\x79\x4a\x5d\x10\xb5\xda\xd2\x8c\x3c\x05\xdb\xe6\xed\xcc\xeb\x46\x7a\xe2\xe4\xd4\xef\x06\xba\xad\x45\x45\x0c\x86\xef\x99\x52\x17\x84\x9f\xa5\x98\x2a\x5d\x10\xe7\x73\xb2\x53\x5d\x0b\x22\x87\xb7\x57\xd8\x82\xc8\x46\x9c\xd6\x54\xd9\x82\x7e\x14\x98\x6a\x74\x6e\xe9\x59\x8d\xe0\x9e\x4a\x4f\xb0\x4b\x48\x9b\x49\x23\x7a\x54\xb7\xde\x54\x7b\x82\xe6\x56\xf9\xa9\xf6\x04\xeb\xe8\x4c\x7d\x73\xf3\x39\xbd\xc7\x2e\xa0\xa5\xd0\x04\x49\x98\xc6\x52\x67\x82\x6e\xe4\xd1\x52\x66\x82\x38\x1f\xc4\x5d\xea\xcc\xe5\x57\x10\x5c\xcc\x58\x0a\x4d\xd0\x3d\x55\x7d\x29\x34\x41\x9c\xcf\x03\x2f\x35\x24\xf8\xf5\x99\x1f\x2d\x9c\x70\xd1\x35\x7d\x35\xb1\x0c\xc9\x6c\x65\xa9\x17\x97\xfb\x27\x71\x73\x2f\xc3\x47\x97\xfb\x27\x35\x19\x2b\x0a\x62\xf8\x15\xb6\xa5\x86\x04\xbb\x3d\x36\x6c\x66\x6a\x23\x3d\xf5\x6f\xe9\xc4\x03\xbd\x7a\x33\x73\xb4\xe1\x22\xc5\x32\x2e\x14\x74\x3f\x4b\xb6\x94\x9e\x2b\xf6\xf4\xc5\xfc\x28\x33\x41\x9c\x82\xd6\x05\xb7\xfc\x38\x82\x9b\xff\x96\xa2\x12\x14\xbf\xdf\xb5\x54\x90\xa0\x9d\xc4\xab\x16\x41\xf3\xfb\x1f\x4b\xb5\x08\xda\xeb\xdc\xcb\x74\x6d\x74\x5a\xe2\x52\x05\x02\xbe\xd7\x9f\x4b\x11\x08\x5c\x3f\x5d\x6e\x95\x04\xe3\xe5\xaf\x4c\x7a\xe1\x24\xc7\x62\x02\xac\x0a\x36\x4a\x9a\x19\x45\x21\x70\xed\x69\xa9\x09\x41\xf7\x5b\x72\xcb\x3d\x91\xc0\x35\xa5\xa5\x24\x04\x71\xbe\x4e\xbd\x14\x80\x20\xce\x57\x9a\x97\xda\x6e\x6d\x21\xb7\xd2\xab\x4c\x15\x67\x99\xba\xfb\x60\xe9\x9e\x5b\xc7\x3d\xc7\xfd\x55\x63\xcb\xcf\xa1\x31\x4c\x2d\xc5\x18\x08\xa5\xfc\xd2\xc5\x06\x7a\x63\x80\x5b\xca\xb3\x45\xe4\xa3\x62\x72\x29\xc5\x40\xa8\xa1\x97\x52\x0c\x8c\x42\xe8\xc5\x52\x32\xad\x73\x9a\x28\x45\xaa\x64\x02\x61\x10\xf2\xd2\x2b\x06\xc2\xb0\xf0\xa5\x8a\x02\x61\x8c\xf6\x52\x32\x81\xee\xba\xdf\x52\x32\x81\x50\xee\x2f\x25\x13\x08\x43\x8a\x97\x92\x69\x25\x3b\xd0\xcf\x13\x4d\x2a\xdf\xcc\x8e\xf3\x44\x8b\x30\x5d\x93\xc1\x64\x80\x22\xa8\x8a\xb4\xa5\xdf\x0c\x4c\xcf\x49\x59\x8a\x1c\x50\xfa\xf9\xa1\x89\xe8\xa9\x1f\x94\x84\xe9\x25\x03\xd5\xaf\x85\x2f\xf5\x0b\x68\x1e\x47\xb7\xf4\x88\x81\xf6\x3a\x3f\xb4\x0d\x76\xa7\xfa\x9a\x6c\x71\x9d\x73\xed\x11\x04\xcb\x80\x42\xd0\x4e\xbe\xf5\x88\x81\x28\x8e\x77\x4b\x45\xb3\x3c\xde\xe6\xe4\x5c\x49\x03\xa2\x56\x86\xf4\xa5\xa4\x01\xdd\x0e\x4d\x41\x03\x76\x77\xf6\x9b\x83\xf2\x52\xee\x80\x3d\xda\x7b\x13\xfb\x8b\x41\x7f\xa1\xc5\x62\xd9\xe8\xa7\x8c\x8d\x35\x04\x8b\x25\xe5\xa5\x26\x02\x2b\xbd\xc6\x42\x19\x1e\x80\x4f\xa1\xa8\x7f\x40\x77\xa1\x6a\xa9\x7f\xc0\x3a\xf9\xb7\x98\x38\xfa\xc6\xd0\x84\xa5\xfc\x01\x67\xf2\xba\x94\x3f\xa0\xbb\x74\xb5\x94\x3f\xc0\x5d\x0a\x4b\xf5\x03\x56\xfa\x33\x0b\x6d\x63\xe1\xff\x5a\x46\x17\x82\x45\x9c\xc8\x52\x0d\x81\xee\x42\xd9\x52\xd4\x80\x48\xa3\xd8\x96\xaa\x06\x84\x27\x1a\x2e\xfd\x6b\xcb\xf8\x40\x7b\x56\x55\x0d\xe8\xea\xce\xa5\xaa\x59\x1e\x7a\x6a\x17\xa2\xaa\x01\xdd\xbd\xf0\xcb\xf0\x40\x10\x7e\xcc\x63\xa9\x6a\x96\xd1\x81\xcc\x18\x96\xaa\x06\x44\x1a\x89\xb4\x3c\x89\x06\x84\x07\x46\x2f\x9d\x70\xa0\xbb\x39\x7d\x29\x7e\x40\xf7\x9c\xee\xa5\xf8\x01\xe1\xb7\x3c\x96\xda\x07\x44\x96\x69\x62\xcd\x25\x42\xc7\x83\x82\x96\x3a\x07\x44\x9c\x2c\x99\x4b\x02\xff\x52\x79\xbd\x14\x3a\xa0\x7b\x38\xea\x52\xe7\x80\xee\x39\x16\x4b\x8f\x1b\xe8\xee\xdf\x5f\x2a\x1f\x10\x7e\x8b\x64\xe9\x71\x03\xe1\xa9\xaa\x4b\x2d\x04\xc2\x73\x2c\x96\x52\x08\x74\xcf\xe9\x5f\x4a\x21\xd0\xcb\xb9\x97\x65\xc1\x61\x35\x7e\xd7\x64\x29\x67\x40\xe4\x38\xf7\x37\x97\x97\x6e\x2d\x2f\x33\x97\xc8\x19\x17\xec\x96\x6a\x06\x44\xfa\xf1\xba\xa5\x9a\x01\x5d\x4f\xda\x32\x2e\x10\x9c\x0f\x01\x2d\xf5\x0d\x08\xd7\x2e\x97\x6e\x3f\xd0\xf5\xf1\x2c\x25\x0f\xe8\x8d\xb5\xb3\xa5\xe2\x01\xe7\x23\x2f\xcb\xa0\x40\x10\x5d\xb7\xd5\xd2\x13\x08\xa2\x4d\x5b\xb1\xae\x40\x10\x2e\xe1\x2d\xb5\x12\xe8\xcd\x6e\x50\xa9\xb4\x94\x4a\x8e\x84\x2a\xa5\xe5\x17\x1c\xec\x3a\x14\x4a\xa0\x3b\x47\x5c\xea\xa4\x75\x3c\x81\xa4\xdf\x60\x42\x70\xbe\x16\xb0\x94\x49\xe0\x7c\x47\x62\xe9\xf5\x03\xe7\x33\x12\x4b\xaf\xdf\xd2\xeb\xa7\x17\x60\xa9\x9c\x40\xb8\xec\xb9\x54\x4e\x20\x9c\xf4\x2f\x85\x13\xe8\x6d\x7a\x7f\xcb\x82\x13\x5c\x1b\xcb\x14\x4b\xdd\xb4\xfc\xde\xdb\xaf\xf7\xb7\x2c\x3e\x84\x3f\x14\x7f\x69\x59\x28\xa5\x9c\x88\xe9\x0f\x04\xe7\xa3\x45\xcb\xe8\xc2\xe5\xa1\x33\xc5\x5c\x5a\x16\x1f\xce\xf4\xb2\x46\xd4\x5b\xa0\x37\x64\xe4\xd2\x45\xb8\x3c\xec\xd5\xd9\x8b\x0a\x0c\x84\x4b\xfe\x4b\x05\x06\xc2\x95\xef\xa5\xc2\x02\xe1\x32\xf7\x52\x61\x81\xd0\xd1\xb4\x54\x53\xe0\x7c\x05\x63\x29\xa6\x96\xdb\xfc\x6c\x9c\x8a\xa9\xf5\x3d\x45\xe1\xcd\x2c\x0a\xd4\x94\x2b\x42\x4b\x31\x05\xba\x1e\x91\xa5\x96\x02\x31\xce\xfd\x2d\x8a\xaf\xf3\x60\xd3\x6a\x51\x70\x3a\xce\x99\x7e\xa9\xa4\x40\xf7\x60\xae\xa5\xb3\x11\xf4\x33\x77\x55\x48\xad\xfb\x9c\xc6\x81\xc9\x4c\xde\xc8\x10\xeb\x43\xcf\x22\x08\x17\x89\x96\x9e\x45\x10\xae\x8d\x2d\x95\x15\x08\x57\xaa\x96\xc2\x0a\x74\xbd\x51\xcb\x18\x47\x10\x2e\x12\x2d\xb5\x16\x88\x54\x5b\x2d\xd5\x16\x28\x71\x1e\x69\xbe\x6f\xf2\x5d\x7f\xc7\xb1\x62\x4b\xf7\x24\xe8\x67\xc2\xa9\x66\x03\x91\xdd\x26\xa2\x68\x03\xbb\x53\xd6\x66\x59\x3d\x96\x15\x29\x57\xc7\x81\xae\x97\x74\x29\xe3\x40\x3f\x33\x28\x55\xdc\x52\xc5\xd9\x43\xea\x9f\x04\x7d\xfa\x52\xe9\x9f\x5c\x7e\xda\xce\xe6\xac\x7f\x12\x74\x9d\xa4\x4b\xff\x24\x88\x5c\x8e\x50\x4a\x42\x10\xdd\xa3\x91\x97\x1e\x4a\xd0\xf5\x91\x2d\x65\xe2\x3a\x9b\x0c\xa9\x7e\x55\x22\xe8\x3a\x15\x97\x2a\x11\x74\x7d\xc1\x4b\x95\x08\xfa\x3c\xb7\xb7\xcc\x8c\xe0\xa4\x78\x2e\x7d\x96\xa0\x2b\xf5\x2e\x7d\x96\x20\x5c\x53\xbd\x94\x92\x97\x87\xf8\x78\x3a\xc2\xa5\x98\x04\xe1\x9a\xed\xa5\x53\xf1\xd2\xa9\xb8\xbc\xff\xa5\x89\x89\xf5\xb9\xea\xad\xc9\xf0\x89\xe5\x33\x3f\xda\x68\x25\xe4\xf2\x52\x25\x82\x48\xcf\x80\xba\xd4\x84\x60\xf8\xf9\xdd\x4b\x4d\x08\x4a\xf0\x5e\x5d\x4a\x42\xb0\xbb\x73\x1e\xe0\xfe\x41\x50\x3c\x8c\xf9\x52\x12\x82\x61\x63\xb9\xd4\x84\x60\x14\x3a\xd7\x4b\x51\x78\x79\x68\x0e\x2f\xc3\x65\xa4\x27\x28\x41\xbf\x70\xa9\x13\xc1\x28\x74\xfa\x97\x2e\x4a\x50\xe2\xfc\xd0\x5c\x86\xef\x82\x4f\xbc\x35\x21\x7c\x79\x3d\x2e\xe5\x24\x28\xee\xe7\xbb\x54\x93\xa0\x04\xef\xda\xa5\x8b\x12\x44\x9b\xf4\xad\x97\xfe\x48\x50\x82\x9e\xe8\x52\x61\x82\xad\x4d\x79\x80\x12\x13\x94\xb0\x82\x95\x98\x20\x72\x32\xf8\x5f\x8a\x4c\x50\x82\x9e\xe1\x52\x65\x82\x5d\x27\xa6\xcd\x7c\x72\x24\x4f\x76\x6b\x40\xa5\x09\x76\x0d\x78\x9d\xf5\x59\xcc\x29\x97\xe9\x34\x04\xc3\xfd\xc4\x97\x1e\x42\x70\xce\xbf\xba\xf4\x10\x82\xe2\x37\x5f\x2e\x55\xe4\xa5\x87\xd0\xe6\xa8\x87\x10\x9c\x13\xc9\x2e\x3d\x84\x60\x18\xd4\x75\x29\x36\x41\xe9\xe7\xf6\xa6\x8b\xcd\x7c\xe9\xd9\x46\x97\x02\x14\x8c\xc9\xe4\xf7\x52\x80\x82\xe2\x42\xd2\x65\x2c\xe8\xe5\x71\x38\xf4\xcc\x97\xb1\xa0\x60\xcc\xae\xc9\x4c\x36\x42\x1f\x4c\xab\xca\x15\x0c\xcf\x5d\xbb\x54\xae\x20\x9a\x41\xcc\x97\xd1\xa1\xa0\x74\x66\x5f\x97\x6a\x16\x9c\x7d\x72\x97\xbe\x46\x30\x8c\x13\xbe\x14\xb8\xa0\xd8\xb3\x5c\x0a\x5c\x50\xba\x99\xd4\xb1\x08\x86\xe1\x78\x97\x9e\x43\x30\x0c\x89\xb9\x14\xb8\xe0\x9c\xf2\x74\x29\x70\xc1\x98\x2c\x0f\x5f\xba\x09\xc1\x98\xcc\xf9\x2f\x35\x2f\x18\x9e\xcd\x7e\xa9\x79\x2f\xf7\xef\x79\x1c\xf5\xa5\xe8\x05\xe7\xbc\xc5\xcb\xd3\x70\xc0\x98\xbe\xf8\xea\x60\x30\x26\x02\xe2\xd2\x75\x08\xce\x81\x95\x97\xae\x43\x10\xe9\xf1\x66\x97\x72\x19\x94\x7e\xd2\x6f\x8b\x4d\xa2\x1a\x9a\xe9\xb7\x2c\x54\xd0\xdd\x54\x58\x16\xe9\x17\x6e\xbc\x97\xcd\x82\x8f\x76\x78\x10\xe1\xa5\xeb\x10\x9c\x63\xab\x2e\xa5\xf7\xe5\x47\x3b\x6c\xaf\x4a\x6f\xb0\x65\x12\xe5\xa3\xf6\xbe\xd4\xde\x55\x93\x45\xd6\x8d\x1a\xb6\x91\xe9\x61\x04\xe7\xf8\x81\x4b\x89\x0e\xc6\xb4\x2e\x0d\x6d\x05\xc5\x83\xdf\x2f\x45\x3b\x38\x47\x30\x5e\xfa\x21\x41\x1c\xa5\x7d\x29\xe4\xc1\x70\xfd\xfb\x52\xc8\x83\xd2\x7f\xcf\xf8\x7c\xa9\xf3\x41\xb4\xc5\x8c\xe4\xd2\x75\x09\xc6\xe9\x51\xd4\xfe\xe0\x1c\x36\x76\xa9\xfd\xc1\x1e\xc6\x29\x40\xc5\x3f\x18\xd3\x5a\x54\xfb\x5f\xe3\x14\x20\xd5\xa8\xfc\x06\x55\xf1\x7b\x29\xbf\xc1\xf4\x74\xd8\x4b\xfd\x7d\xf9\xed\x70\x77\x8e\x5d\x3a\x25\xc1\xf4\x60\xd6\x4b\x51\x0e\xa6\xdb\x22\x2e\x45\x39\x98\xee\x6f\xb9\x14\xe5\x97\x67\xfd\xf8\x7e\xa8\xca\xc1\xee\xea\xbc\x99\x8d\x82\xaf\x0a\xea\x5a\xbf\xd4\xe0\x60\x77\xd7\xa4\x56\x15\x0e\x76\xa6\xf8\xa9\x3a\x1c\x4c\x4f\x1c\xbe\x14\xe2\x60\x7a\x12\xf2\xa5\x13\x12\x44\x2a\xdf\x2e\x5d\x8e\x20\xba\x3b\xdd\x2f\xa5\x38\x98\x1e\xaa\x7a\xe9\x60\x04\xd3\xb3\x90\x2f\x03\x62\x2f\x8f\xed\xb1\x9f\x54\x9d\x83\x31\xd9\x38\x72\xa9\xce\xc1\x34\xba\xf9\x52\x9d\x83\xa5\x2e\xbe\xf4\x39\x82\xe8\xcb\x0c\xa8\xd8\x41\x35\x1e\xe1\x52\xb1\x83\x69\x78\xf3\xa5\x62\x07\xd3\x73\x6a\x2f\xa3\x66\x2f\xcf\xe8\xb1\xed\xab\xe1\x41\xf4\xd3\x91\x29\xe2\xc1\xf4\xc4\xe7\x4b\xc5\x0e\xa2\x9d\x8e\x52\xc9\x0e\xaa\xbe\xfa\xcb\xb8\x59\x50\x0d\xca\xb8\x74\x60\x82\x69\xc4\xf6\xa5\xae\x07\xb3\x9d\x7b\x59\x3e\x8b\xd0\x19\x5b\xb2\xba\x1e\x4c\x4f\x13\xbe\x94\xf5\x97\x5f\x33\xf1\xb4\xd1\x4b\x5d\x0f\x76\x7b\x24\x03\x0a\x7b\x30\x3d\x18\xfa\x52\xb2\x83\xe9\x1e\xac\x4b\xc9\x7e\x79\x5c\x8f\x5d\x8d\x92\x1d\x54\xfd\xfe\x97\x9e\x4a\x30\xdd\xf2\x73\xe9\x95\xbc\xfc\x46\x49\x3f\x49\x33\x9b\x97\x8d\xdb\x5f\x9a\xa7\x8b\x3c\xd9\xc7\xaa\xe2\xc1\xf4\xd0\xe4\x4b\x15\x7f\xf9\x15\x75\x7b\x37\x45\x3c\x58\x6e\x29\xb8\x14\xf1\xa0\x9e\x4c\x2a\xe2\x41\x75\xab\xd0\xa5\x88\x07\xcb\xa5\x9c\x4b\x11\x0f\x96\x01\x98\x97\x22\x1e\x2c\x17\x21\x2e\x45\x3c\x58\x3a\x6c\x2e\x35\x3c\x58\xee\xd5\xb8\x94\xf0\x60\xb9\x38\x72\x29\xe1\xc1\x72\xc7\xc2\xa5\x84\x07\xcb\xad\x0e\x97\x12\x1e\x54\x3f\xda\x70\x29\xe1\x41\x75\xed\xe2\x52\xc2\x83\xea\x7e\xab\x4b\x57\x27\x58\xee\x2b\xb9\x54\xf5\x60\xb9\x96\x7d\xa9\xea\x41\x75\xef\xfc\xa5\xf3\x13\x54\xb7\x78\x5d\x0a\xfd\xcb\xcf\xb8\x2b\xce\x2f\x95\x3e\x58\x86\x0f\x5f\xaa\x7a\xb0\xdc\xdd\x72\xa9\xea\xc1\x72\xdb\xda\xa5\xaa\xbf\x3c\xe2\xc7\x8a\x54\xd5\x5f\x1e\xf1\x33\xbc\xca\xd2\xe1\x88\x1f\x17\xb0\x2e\x45\x3d\x58\xee\x33\xb9\x14\xf5\xa0\xe6\xf0\x89\x96\x8e\x47\xfc\xf8\x52\x2a\xea\x41\x1c\xa7\xe0\xa5\xaa\x07\x31\xaa\x65\xad\x3a\xbf\xfc\x14\xbb\xbb\x34\x2f\x9d\x9d\x60\x19\x76\x78\x29\xcf\x41\x73\x53\xd3\x65\x9c\x2f\x68\x6e\x12\xbf\x54\xec\xa0\xe9\xe0\xba\x54\xec\xe0\xff\x66\xec\xbc\x8e\xae\x57\x61\x00\xd8\xd2\x11\x41\x40\x39\x8e\xfd\x97\x70\x87\x5d\xff\xcf\xf7\x7b\xda\x19\xe6\x04\x83\xe3\x5a\x42\xac\xf9\x7d\xd1\x6e\x6e\x2c\xf3\x8f\x0f\x85\x1d\x2c\x05\xf3\x50\xd8\xc1\x32\xe9\xf3\x50\xd8\xc1\x9a\xdf\x3f\xda\x4d\x26\x20\xaa\x97\x87\x09\xc3\x60\xa9\x67\x87\x0e\x0f\x96\x5a\x7f\xe8\xf0\xa0\x39\x3b\xfe\x30\x3e\x0a\x96\x5a\x7f\xa8\xf5\xa0\xfd\xbe\xdf\xf2\x18\x60\x52\x62\x2f\xf5\x0f\x31\xe6\x43\xed\x07\xcb\xf4\xd8\x43\xed\x07\xcd\xfa\x05\x87\xda\x0f\x96\x0e\x79\xa8\xfd\xa0\x39\xd3\xff\x50\xfb\xc1\x32\x93\xf7\x50\xfb\xc1\x32\x9e\x77\x68\xfd\x60\x7d\x5a\xa9\xf5\x83\x65\x54\xf4\x50\xeb\xc1\x32\x2f\xf5\x50\xe1\x0f\xcb\xfd\xf8\x92\xf9\xd0\xd7\x41\x34\xa3\xda\x87\xc2\x0e\x96\x11\x95\x43\x61\x07\xf1\x33\xd4\x73\x68\xec\xa0\x59\xcd\xe4\xd0\xd8\xc1\xfe\x18\xc3\xac\xb2\x83\xdd\xe6\xcf\x39\x1c\x38\xfb\xcf\x77\x7b\x87\xce\x0e\x76\x1b\x03\xa2\xb3\x1f\xdf\xec\x49\x9f\x1d\x95\x76\xd0\xac\x05\x72\x68\xe8\x60\x7f\xd5\x8f\xd9\x7f\x92\x88\xbb\xd9\x32\x87\x8e\x7e\x7c\x91\x5c\x8e\xce\x53\x23\x07\xbb\x6d\xd1\x56\x6c\x2b\xb6\x0d\xda\xaa\x6d\xe6\xc1\x70\x9c\x9d\x06\x73\x41\xfc\x7c\xed\x77\x1a\xb9\x05\xbb\xcd\xff\x98\xb6\x4d\x36\xd9\xbf\x58\x36\x99\xf4\xd2\x68\x3a\x6d\xb2\x63\x49\xd3\x65\x13\x19\x3f\x44\xf5\x4f\xd5\x1d\xc4\xcc\xe9\xb6\xbd\xb6\xd9\x2f\x0e\xe5\xd3\x94\x60\x10\x61\xea\xe4\xa9\xcf\x83\xe8\x95\x07\x94\x53\x79\x07\xfb\x73\xf4\xc1\x18\x2f\xd8\x6d\x7e\x2e\x6d\x33\x37\x84\x07\x86\x53\x7f\x07\x11\x3f\x2e\xc0\xa7\xb6\x0e\x76\x1b\xdb\xe7\x5c\x4d\xb0\xbf\xcb\xd8\xa9\xf0\xe7\x37\x57\x93\x1b\xd4\x69\x4e\x31\x68\x46\xf7\x4e\x1d\x1e\xec\xaf\xfa\x73\x76\x97\x98\xf0\xb4\x12\xf8\xa9\xc5\x9f\xe5\xeb\x2e\xdf\x55\xe3\xc1\xfe\x0b\xc6\x5d\x8d\x07\x11\xa6\x5d\x9c\x7a\x3c\xe8\x2e\xed\x7d\xaa\xf1\x60\x7f\x8c\x11\x30\xb1\x18\xec\x36\x7a\xa1\xdb\x83\xdd\xc6\x7e\x34\xb3\x18\xec\x4d\xb1\xcd\x11\xd8\xe8\xbf\xf4\xe7\x1c\x00\xdd\xde\xf8\xc8\xa9\xdb\x9f\x2e\xeb\x62\xfd\xd2\x53\xb7\x07\x11\xe6\x42\x9d\x06\x92\x4f\x17\x76\xb1\xe2\xee\x69\x28\x19\xec\x36\x7e\xcf\xfc\x62\xd0\x4d\x36\x3a\x0d\x26\x83\xfd\x31\x7a\x6b\x30\x19\x34\x63\xaf\xa7\xca\x0f\xba\xb5\x55\x4f\xfd\x1e\x44\x31\x9d\xe6\x54\xf0\x4f\x66\x76\x16\x5f\x00\x9f\xda\x3c\xe8\xe9\x1e\xd3\xe6\x41\x34\x97\x15\x3a\x75\x77\xd0\x93\x27\xcb\x53\x77\x3f\x8d\x3a\xaf\xf0\x63\xee\x89\xf6\xd5\x23\xf0\x73\xee\x09\xa6\x76\x0e\x0b\x77\x9e\xda\x3b\x88\x6a\xfa\xdd\xa9\xbe\x83\xdd\xe6\xe7\xdc\x13\x4c\xee\x6c\x16\xb0\x3b\xcd\x0c\x3e\xa9\xc2\x53\x7d\xd1\x75\xaa\xeb\x20\x6a\xad\x7e\xce\x61\x27\x6c\x5d\x7d\xb2\x3b\x8d\x5b\x83\x68\x93\xcb\xe0\xa9\xd7\x9f\x5b\xe2\x7d\xb7\x70\x2a\xec\xc0\xe5\x77\x4f\x7d\x1d\x0c\xaf\x44\xda\x3a\xf0\x06\x78\x2a\xeb\x20\x7d\xaa\x3e\x95\xf5\xb3\x13\x04\xf5\x43\x76\x88\xa9\x9d\x56\x34\x3e\x35\x6e\x10\x56\x79\x3d\x35\x6e\x10\x96\xc7\x3e\xd5\x6b\x10\xc6\xac\x4f\xbd\xf9\x74\xae\xa7\xd7\x16\xbd\x19\x84\xea\x70\xaa\xcd\xa7\xd3\x3f\x79\xe0\x39\xd5\xe6\xd3\x25\x5f\x78\x3b\x76\xaa\xcd\x20\x86\x13\xfa\x4e\x25\xf9\xfc\xb7\xb0\x3e\x9b\xa1\x24\x83\x30\x2b\xf3\x54\x79\x41\x89\xe5\x7f\xda\x25\x8c\xb7\x7c\x7f\x60\x97\xd2\x32\x59\xe9\xd6\xba\x87\x58\x29\x73\xe6\x1f\xf4\xfa\x54\x88\x41\xf9\x76\x8d\x42\x0c\xaa\x09\xdd\xa7\xb1\x70\x30\x7c\xe7\x76\x1a\x0a\x07\xd5\x24\xec\xd3\x58\x38\x88\xe6\x03\xfc\x69\xb8\xfb\x34\xbb\xb7\xf8\x31\x47\x66\xe8\x59\xee\x1f\x85\x1b\xac\xf9\x7d\xcc\xc1\xb2\xb6\x0e\x0f\xf5\xa7\x72\x0d\xba\xb7\xc3\x53\xb9\x06\xfb\x7c\xf6\x63\x0e\x96\x75\x74\xb2\xfb\x39\x47\x6b\xa3\xbb\x50\xf8\xa9\x4a\x83\x6e\x10\xe3\x34\xc2\x0d\xac\x11\x78\x2a\xd7\x20\xbf\xeb\xaa\x6e\x0d\xe2\xab\x73\x70\xea\xd6\xc0\x27\xc1\x53\xb5\x06\xf9\x5d\xb8\x0d\x72\x03\x6b\xbb\x9f\xa6\xf7\x9e\xe4\xf2\x7a\xe5\x35\xea\x0d\x56\xba\x4d\xf6\x70\x7a\x80\xdb\x64\x07\xa7\x07\xb8\xbf\xe4\x9e\x37\xe6\xed\xed\x49\xab\x06\x61\x45\xfb\x53\xab\x06\x31\x7d\x2d\x70\xaa\xd0\x20\x4d\x04\x3d\x55\x68\x90\x8d\x67\x87\x53\x5f\x06\xd9\x78\xb1\x7b\xea\xc6\x20\xb4\xd2\xd3\x00\x37\x08\x6d\xf3\x54\x97\x4f\x75\xd9\xfb\x9c\xb6\x0c\xc2\x77\x24\xa7\xb6\x0c\x42\x01\x3d\xb5\x65\x10\x7a\xf0\xa9\x2d\x83\xc8\xf4\x00\x50\x97\xcf\x65\xe2\x8c\x3d\x57\x7a\x4f\xe7\x8f\xfa\x28\x61\x34\xfb\x74\xfe\xa8\xe7\x94\xd1\x6c\x10\xe6\x30\x9f\xaa\x31\x08\x13\xcf\x4f\xd5\xf8\x74\xe9\x15\x9f\x54\x54\x63\x30\x8a\xc3\x63\x34\x1b\xa4\xaf\x88\x4f\x93\x78\x4f\x93\x78\xad\x8c\x75\xaa\xc6\x60\x14\x62\x11\xa7\xa5\x6f\xc0\xb0\x54\xe5\xa9\x2d\x83\x12\xde\xf1\x54\x63\x50\x9c\x7c\x79\x2a\xbd\xa0\x84\x9d\x54\x7a\x41\x09\x9f\x97\x94\x5e\x50\x8a\x37\x72\xa5\x17\x94\xb0\x93\x1a\x2e\x28\xae\x3c\x7e\x6a\xb8\xa0\x14\xef\x93\x2a\x28\x28\x66\x4f\x9e\x2a\x28\x18\x33\x6d\xf2\x8c\x61\x86\xa9\x2f\xad\x4e\x15\x14\x14\xcb\xe0\x9c\x2a\x28\x88\x8c\xef\x63\x6e\xfe\xc5\x7c\x45\x8f\x44\x63\xcd\xa0\x58\x7a\xe7\xd4\x4a\x41\xf9\xee\xaf\x5a\x29\x28\x7a\xde\xa9\x6f\x82\xd9\x3c\x91\xf4\x4d\x30\x9d\xbe\x7e\xea\x9b\xa0\x3a\x21\xe4\xd4\x37\xc1\x74\xda\xf8\xa9\x6f\x82\x69\x09\x80\xd3\x88\x31\xa8\xce\x11\x39\x8d\x18\x83\xe9\x84\xf9\xd3\x88\x31\xa8\x4e\x11\x39\x75\x52\x50\x9d\xc2\x71\x1a\x31\x06\xd3\x99\xf0\xa7\x96\x0a\xf6\x15\xcc\x8f\xd9\x6f\x0a\xc8\x9a\x62\x72\xaa\xa9\xa7\x05\x64\xad\xf9\x7a\xea\xa9\xa7\xc5\x62\x1d\x44\x45\x12\x34\x8b\xcc\x9d\x8a\x24\x68\xa6\x66\x9f\x8a\xe4\xa9\x48\xfa\x29\x45\xf2\x54\x24\x7d\x0a\x52\x24\x41\x33\xcf\xf9\x54\x24\xc1\x32\xe6\x79\x2a\x92\xa0\x99\x96\x7d\x2a\x8a\xa7\x56\xc8\x4b\x94\xd3\xd4\x5b\xd0\x7e\xdf\x17\xdd\xfa\x47\xcb\xe6\xd0\x57\x14\x41\x33\x29\xfd\x54\x14\xc1\xb4\xea\xc0\xa9\x28\x82\x66\x3a\xff\xa9\x28\x82\xe6\xdc\x80\x53\x2b\x04\xcd\x1c\xfa\xd3\x60\xef\x69\x82\xee\xcf\x07\x2c\x4d\x11\x34\x33\xef\x4e\x63\xbd\xe7\xfb\x3d\x37\xda\x66\xc7\x5f\xdf\x2f\x78\x44\x69\x85\xa0\x37\xcf\x5d\xad\x10\xf4\x7d\xbb\xfb\xff\x9b\xb2\x7e\x08\xbe\xc3\x59\x13\x04\xd6\x87\x3a\x95\x39\x10\xe9\xe3\xf8\xa5\xcc\x5d\x5f\x78\x75\xd2\x54\x6d\x22\x0e\xc6\xe3\xc5\x65\x5e\x2e\x28\xae\xea\x7d\x69\x72\x97\x25\x5c\xcd\xb5\xba\x34\x39\x50\xbc\x4b\x5f\x8a\xdc\x65\x19\x1d\xee\x8f\x97\x22\x77\x59\x46\xa7\xf9\x97\x87\x4d\xbe\xf9\xf4\x53\x97\x4d\xbc\x12\xe4\x32\x71\x29\x72\xa0\x99\x92\x7f\x99\xa9\x0b\x9a\x79\x0c\x97\x6a\x07\x3c\xfd\x2f\xc5\x0e\xa4\x0f\x14\x97\x5e\x07\x06\x6e\x7e\x19\xa6\x05\xe9\x3e\xbd\x14\xbd\x2b\xbe\x9d\xc5\x36\x28\x7a\x60\xb7\xf9\x39\x87\x22\xcc\x44\x63\xeb\x75\x3f\xb0\xbe\x2f\xda\x45\x8c\xce\xf7\xf7\x97\x01\x58\x10\x63\x3a\xf8\xda\x1b\x88\x36\xa7\x3f\x66\x8f\x82\xf7\x78\x5c\x44\x2f\xe5\x0d\x44\x57\xe8\x2e\x33\x7a\x81\x97\xc2\x4b\x75\xbb\x5c\x14\xc5\xd7\xd3\x97\xea\x06\x06\xde\x7f\x69\x6e\x20\x7d\x21\x7e\x29\x64\x97\x0b\x6f\x72\xf5\xbd\xf4\xb1\xcb\x55\x36\xbf\x8d\x70\xfb\x75\x2f\xec\xe6\x52\x9f\xc0\xb4\xf8\xc6\x65\x76\x2e\xa8\x4e\xfd\xba\x8c\xb4\x82\x65\x4e\xde\x65\x0c\x15\xf4\x1f\x97\xc2\x4b\xa1\x02\xde\x01\x2e\x43\xa8\xc0\x27\x91\xcb\x39\x96\x60\x84\xdf\x3a\x6d\x39\xd9\x8f\x8c\x9f\x1a\x06\xe6\xb7\x01\x8e\x72\xfd\x6c\x90\x26\x07\xb9\x7e\x73\x2a\x76\x93\x5a\x76\x35\xab\x21\xb2\x99\xfa\x16\xc8\xc6\xdd\xf8\x52\xb7\x2e\xd4\x4a\xc3\xb9\x34\x2b\x90\xcd\x33\x48\xb1\xba\x4c\xfc\x6d\x7e\xd1\xde\xb8\x72\x48\x0e\xdb\xec\x4f\xfb\xca\x9e\xb0\x65\xba\x16\x08\xa7\x57\x5d\x06\x4b\x41\x1a\x97\xbe\xb4\x2f\x10\x4e\x9c\xba\x94\xaf\xcb\x04\x61\x2e\x2c\x97\x9e\x05\x4a\xc1\x78\x2f\xe3\xa7\xa0\xb8\xe8\xfd\xa5\x7b\x81\x48\x9f\xca\x2f\xed\x0b\x8c\xb2\xfc\x98\x3d\xef\x3e\x28\xb0\x3f\xf4\x2f\x30\x0a\xcf\x4c\x97\x91\xd1\xcb\xa4\xe1\xef\x8b\xf6\xbc\x13\xe5\xf3\x28\x51\xc0\xae\x6d\x5b\xc5\xe7\xef\xcb\xf8\x26\x88\x3e\xbc\x2a\x18\xcd\x04\x25\x51\xb7\x4b\x03\x03\xcd\xa9\x40\x97\x06\x06\x96\x39\x2f\x97\x06\x76\x51\xc0\xd4\x39\x59\x97\x21\x49\x10\x3f\x93\xbf\x2e\x75\x0b\xf4\x9f\x17\x35\x6d\xeb\xca\xaf\xd4\x22\x5b\xab\x5b\x81\xae\xa8\x5d\xba\x15\xd8\xa6\xeb\xaf\xd9\x83\xa4\xf4\x94\xa3\xed\xdc\x48\x30\x10\xa5\x4b\x77\xba\xac\xad\xc3\x67\xf4\x24\x90\xd6\x85\xbc\xf4\x24\x90\x96\x76\xbc\x0c\x25\x02\x55\xee\xd2\x75\x2e\x53\x79\x3d\xb7\xf5\x9a\xcb\x54\x5e\x2f\x74\x86\x08\x2f\x13\x77\xdd\x04\x2d\x03\xec\x23\x91\x6d\x37\xa8\x07\xb2\x74\x3f\xe6\xe0\x4c\xaf\x0a\xec\x0f\xdd\x03\xa4\xcb\x56\x5d\x46\xf9\xc0\x57\x3c\xfa\xd2\x47\x40\xba\x66\xd8\xa5\x8f\x5c\xfa\x88\x03\x6d\x5a\x2e\x48\x97\x29\xbb\xf4\x91\xeb\xcb\xc1\xe5\x02\xa9\x8f\x5c\x84\xf4\x5c\xd3\xe9\x52\x47\x2e\x75\xc4\x63\x47\x1d\x01\xe9\x22\x6e\x97\x11\x3d\x10\x26\x8b\x5c\x1a\x0a\x48\xd7\xc9\xba\x74\x0f\x10\xd3\xf7\x4e\x97\xf2\x01\xb6\x2f\xfc\x61\xd2\xf3\xa5\x89\x80\x98\xaa\xe8\xa5\x8a\x80\xec\x1e\x0d\x9a\xc8\x65\x29\xce\xb9\xfc\x37\xfb\x4c\x0d\x9c\xce\x03\xc7\x65\xe4\x0e\xa4\xa5\x33\x2f\x03\x77\x20\xcc\x39\xb9\x54\x18\x90\xdd\x9b\xb4\x0a\x03\xb2\x7b\x51\x50\x61\x40\x5a\xad\xf3\x52\x61\x40\x5a\xbc\xe8\x52\x61\x40\x76\xef\x09\x2a\x0c\xc8\xee\xd9\xae\xc2\x80\x74\x0a\xd5\x65\xc0\x0f\x84\x31\xde\x4b\xab\x01\xd9\x3d\xf5\x8c\x01\x82\x30\x46\x7a\xe9\x39\x20\x7d\x0a\xba\xf4\x1c\x90\xdd\x0b\x9f\x9e\x03\xb2\x79\x7d\x31\x2a\x08\xd2\xfc\xad\x4b\xf5\x01\xd9\xbd\x21\x1b\x15\x04\x61\x24\xfb\xd2\x86\x2e\xf3\x78\x3d\x2a\x55\x9f\xcb\xa4\x5d\x04\xe9\x52\x7d\x40\x76\x5e\x16\x5c\xc6\xfb\x40\x18\x9a\xbc\xb4\xa1\xcb\x9c\x5d\xcf\x62\x83\x7b\x97\x6b\x73\x24\x4f\xda\x97\xa2\x73\xb9\x46\x63\xf5\xc2\xad\xe9\x80\xe8\xe9\xdd\x42\x61\x01\x69\xe6\xcb\xa5\xb0\x80\x34\x01\xe4\x32\x8c\x06\xd2\xbc\xa0\xcb\x30\x1a\x48\xd3\x7b\x2e\xb5\x06\xa4\xc9\x30\x97\x5a\x03\xd2\x64\x88\x4b\xad\x01\x69\xe6\xc8\xa5\xc3\x80\x34\x61\xe9\x32\x64\x06\xd2\x40\xfc\xa5\xd6\x80\x34\x8b\xe2\x52\x6b\x40\xe4\x77\x7f\xd7\x6b\x40\x38\xf7\xe2\xd2\x6b\xae\x9b\x94\x46\x77\x89\xc2\x02\xd2\x54\xa4\x4b\x61\x01\x69\x7a\xc9\xa5\xaf\x80\x34\x09\xe8\x32\xae\x06\xc2\x49\x68\x97\x71\x35\x90\x26\xe9\x5c\xc6\xd5\x2e\x13\x61\xbd\x6c\x2b\x3a\x97\x29\xae\x5e\xb5\x15\x1d\x90\x66\x22\x5d\x9a\xc8\xf5\x7c\x92\x6f\x9b\x5b\xc1\x72\x8c\x2e\x69\x7d\xe9\x1d\x60\x5f\x47\xf9\x4f\xc5\x03\x14\x17\x93\xbe\xb4\x0c\x30\x8a\xa7\xb3\xe1\x28\x50\x5c\x50\xfc\x52\x3c\xc0\x28\x1e\xd7\x8a\xc7\x65\xed\xcd\x74\x33\x14\x0f\x50\x5c\x30\xfe\x52\x3c\x2e\x97\x68\xf4\xb4\x34\x1a\x05\x8a\x2b\xcd\x5f\x3a\x06\x28\xae\x17\x7f\x19\x78\x02\xa3\x78\x0e\xea\x15\x20\xcd\x7e\xb9\x0c\x3b\x81\x51\xbd\xa8\x18\x61\x02\xc5\x25\xd8\x2f\x23\x4c\xa0\xb8\x84\xf9\xa5\x7f\x5c\x2e\xd1\xc8\xd9\x75\x9b\xf0\x09\x46\xe5\x62\x77\x6b\x24\xa0\xb8\x5a\xfc\xed\x74\xbf\xdb\xba\x32\xec\x91\x5b\xd5\xb8\x3f\xd5\xf0\x53\xa7\x4d\x24\x52\x31\xdd\xea\x56\x22\x6e\xcb\xc3\x70\x5f\xbb\x95\x88\xdb\xf2\x30\xc3\xdf\x7a\x6c\x62\x31\xbe\xee\x76\xbd\x36\x91\x48\xc5\xe5\xfb\xd6\x22\xc0\x1e\x7c\x7e\x5f\x8d\x00\x25\xb9\x59\xdc\x7a\x04\x18\x73\xda\xd4\x6c\xe2\x25\x05\xb6\x7e\xab\x0c\x60\x5f\x08\x06\x6d\xf6\x32\xec\xa5\xff\x69\x2f\x83\x5e\xe2\x11\xb7\xe9\x9e\x60\x5f\x56\xfc\x83\x65\x1b\x46\xc5\xad\xed\x56\x37\xc0\x98\x3c\x5b\xde\xc6\x8f\x40\xf1\x05\xc1\x6d\xf8\x08\x8c\x39\xfc\x2d\x07\x23\x7c\x1f\xec\x56\x38\x18\xc1\x60\x90\x28\x7a\xeb\x1f\x60\xcc\x61\x93\x1d\x2f\xbc\xb1\xe1\x01\xfa\xd6\x3f\xc0\x98\xa4\xa6\xde\xea\x07\x28\x5a\xe3\xad\x7f\x80\x61\x2e\xd2\x6d\xe0\x08\x8c\x49\x58\xeb\x36\x6e\x04\x8a\x0f\xff\xb7\x96\x02\xc6\x1c\x7f\x78\x75\x7d\x9b\x44\x0a\x8a\xf6\x7d\x2b\x31\x20\xba\x2f\xaa\x6f\x83\x45\x60\xcc\x69\x93\x63\x40\xac\x68\x9a\x4c\x71\x2b\x3b\x60\x4c\x0f\x08\x65\x07\x4c\xe7\x56\xdc\x86\x8f\xc0\xf4\xcd\xe8\xad\xff\xdc\x96\xa7\xf1\xe8\x32\xa0\x04\xaa\xb9\x14\xb7\xc9\xa7\x60\x3a\xf5\xe4\x36\xf9\xf4\xb6\x3c\x0d\x8f\x0b\xb7\xe2\x74\x9b\x7c\xea\xfe\x52\x9c\x6e\xcb\xd3\x10\x93\xb8\x35\xa7\xdb\xf2\x34\xa4\x9d\xdd\xaa\x13\x98\xed\xdb\x7a\xc7\x02\x51\x32\x26\x71\x1b\xae\x02\xd3\x29\x31\xb7\xf2\x04\x62\xf8\x0e\xfa\xd6\x9e\x6e\x2b\xd6\x78\xa2\x69\x4f\x60\xaa\x4a\xb7\x41\x2d\x30\x9d\xb2\x72\x9b\xa2\x0a\xa6\x13\x3c\x6e\xc3\x5c\x60\x3a\x6d\xf2\xd6\xb1\xc0\x54\xa8\x6e\x23\x5a\xb7\xc5\x4a\xd3\x2d\xd3\xbb\x40\x35\x3d\xe4\xd6\xbb\xc0\xde\x58\xbf\xea\x60\x34\x07\x83\xa3\x4b\xef\x02\xcb\xf8\xcf\xad\x76\x81\xe9\xa4\x8f\x5b\xed\x02\xd5\x09\xd1\xb7\x8e\x05\xa6\x73\x62\x6e\x1d\x0b\x54\x13\x5e\x6e\x1d\x0b\x4c\x67\x9e\xdc\xe6\xa8\x82\xe9\x0c\x8f\x5b\x9f\x02\xd3\xf9\x41\xb7\x3e\x05\xf6\x75\x82\x5d\x62\x40\x0b\x44\x3a\xcb\xf0\xd6\xa8\xc0\x74\xb6\xce\x6d\x5e\x29\x88\xee\x2c\x82\x5b\xa5\x02\xcb\xc0\xc0\xad\x3e\x81\xa5\xe4\xde\xea\xd3\x6d\x65\x19\x6e\xcc\xb7\xd1\xaa\xdb\x32\x32\xdc\xf8\x6f\xf5\x09\x2c\xed\xff\xd6\x9e\x6e\x2b\xcb\x78\x9d\xd6\x9e\x40\x75\xa1\xb4\xdb\x58\x15\x98\xce\x8c\xba\xf5\x29\xb0\x8c\x4e\xdc\x8a\x12\xa8\xdd\x33\xc9\xc0\x13\x88\xe9\xcc\xb1\x5b\x7b\xba\x2d\x2c\xf3\x35\xd9\xa3\x61\x8f\xfc\xa6\x67\x17\x61\xa6\xcf\x83\x6e\xe3\x47\xb7\xf1\x23\xde\x26\xdd\x2a\x15\x58\x3e\x6b\xdc\x3a\x15\x58\xe6\xf5\xde\x3a\x15\x58\x3e\x7e\xdc\x86\x8a\xc0\xfa\x86\x5a\xcd\x02\xcb\xe7\xa2\xdb\xe8\x11\x58\x3e\x76\xdd\x46\x8f\xc0\x72\x26\xcb\x6d\xf8\x08\x2c\x53\x90\x6f\xc3\x47\x60\x39\x81\xe7\x36\x56\x04\x9a\x75\x27\x6e\x2d\x0e\x44\x5f\x5e\x43\xb4\x38\xb0\xcc\xfe\xbd\x0d\x20\x81\x66\x06\xc2\xad\xd8\x81\x35\xbf\x26\x87\x82\xa0\xd2\xfc\x7e\xdf\xa1\x98\x0e\x85\x3f\xef\xae\x9c\xe6\xf2\x79\xf8\xab\x71\x60\xf9\x24\x79\x1b\x69\x02\xfb\x81\x90\xcd\x50\xda\xc0\xb6\x6f\x3a\xa5\xb5\x81\xdd\xc6\x77\xd5\x36\xd0\x2c\x9c\x72\xab\x6d\x20\x7e\x4e\x27\xbb\x8d\x2c\x81\xfd\x55\x36\x58\x97\x03\xbb\x8d\x2d\xd6\xe5\xc0\xfe\xae\x6d\xee\xd0\x65\x4d\x14\x87\x5c\x59\x03\xcd\x32\x29\xb7\xb2\x06\xf6\xc7\xfc\x0b\x77\xe9\xfa\xf2\x48\xf8\x9c\xb6\x76\x7f\x75\x62\x3c\x66\xd4\xb5\xfb\xab\x13\xe3\xd1\xa6\xaf\x81\xfd\x5d\x76\xbe\x76\x76\x7f\x01\x26\x6f\x73\x8a\x17\x88\x70\xad\x87\x5b\xf3\xba\x9d\x0a\xe9\x4b\x89\x5b\xf5\x02\xbb\xcd\xff\xb5\xbb\x87\x79\x24\x9e\xa5\xca\x17\xd8\xc7\x09\xa3\xac\x7d\x81\x08\x5f\x9b\xdd\xea\x17\xd8\xdf\xb5\xcd\x31\x38\x4c\x2e\xf1\x14\x57\xc0\x40\x84\xca\x7c\x6b\x60\x60\x7f\x8e\x61\x56\xc1\xc0\x6e\xfb\xc3\x5b\xed\xdb\xc4\x4d\xb0\xbf\xc2\x10\x19\xb1\x02\xfb\xef\xe8\xa6\xde\x06\xf6\xe7\x18\x5e\xc5\x0d\x44\x0e\x87\x57\x73\x03\x11\xd6\x46\xb8\x55\x37\xd0\x5d\xf8\xf4\x36\x90\x75\x9f\xdf\xe2\x23\x8c\x9a\x3a\x07\xfa\xef\x6b\x72\xd0\x58\xaa\xe1\xe7\xbe\x32\x31\x13\x74\x17\x69\xbd\x8d\x77\x81\x28\xdf\x30\xea\x81\xf7\xf5\xa5\x15\xd9\x66\x5f\xf1\xc0\xe2\xea\x15\xb7\x21\x2f\x10\xe5\x3b\x44\x74\xc3\x9b\x85\xf8\x8b\x4b\xc3\xdc\x6a\x1f\xe8\xbe\x16\xbb\x75\xbc\xdb\xe5\x15\x7c\xf9\x74\x1b\xa8\x02\xdd\xb8\xe7\xad\xd1\x81\xfd\x31\xb6\x58\x7f\x03\x51\x9d\xf3\x73\xeb\x6f\xa0\xfb\x4a\xed\x36\x08\x05\xba\x41\x9c\xdb\x20\x14\xd8\xdf\xe4\x50\xd5\xe9\x40\xff\x9e\x92\x74\x3a\xb0\xef\xdd\x1c\x1d\x4a\x1d\x88\x5a\x3d\x09\xf5\x35\xe0\x8a\x85\xb7\x39\x8f\xc0\x40\xde\xad\xc0\x81\xe5\xde\xd3\xdf\x40\x1a\x42\xbb\x0d\x54\x81\x74\x89\xf7\xdb\x40\x15\x88\xea\xf0\x18\xa8\x02\xc5\x69\x11\xb7\xe2\x07\x0c\x55\xdc\xa6\x2a\x02\x43\x5e\xb7\x31\x29\x60\x1e\xc2\xad\x1a\x02\x53\x2e\x6f\x63\x4d\xb7\xeb\x2d\x78\xa8\xe8\x77\xa0\x14\x02\x89\xb7\x2e\x07\x96\xcb\xf9\xdf\xba\xdc\xcd\x54\x40\xf7\xb5\x2a\x07\x86\xbd\x33\x80\x04\xe2\x2b\x03\x7f\xab\x72\x20\xcc\x17\xbd\xf5\x36\x90\xce\xad\xb8\x95\x34\x50\x4d\x40\xbe\xcd\x02\x04\xbe\x87\xbd\xd5\x36\x90\xc6\x02\x1f\xd3\xfd\x9e\x1f\xb9\x0b\x9d\x96\x66\x8b\x2f\x28\x0b\x4d\x69\x13\x31\x90\x45\xcb\xb2\x05\x3f\x1e\x3f\x7f\xea\xb0\xcd\xd7\x85\x93\xa6\xd3\x26\x27\x6e\x76\x3f\x76\xd9\xe6\xfb\xc2\xa4\xe9\xb1\x89\xfc\x05\xce\xa1\x47\x1f\x03\xe1\xac\x80\x47\x1f\x03\x91\x16\x26\x7e\x14\x32\x90\x1d\x67\x7e\x14\x32\x10\xce\x3a\x78\xf4\x31\x10\x4e\xaf\x78\xf4\x31\x90\x9d\xcb\xc7\xa3\x8f\x81\x30\xc3\xfd\x51\xc7\x40\x3a\xd9\xff\x51\xc7\x1e\xa3\x3f\x0e\x8f\x3a\x06\xc2\xd4\xfe\x47\x1d\x03\x61\x06\xea\xa3\x7b\x3d\x66\xee\xa1\xd1\x8f\xee\x05\xd2\x59\x5d\x8f\x79\x7b\x0f\x2b\x2a\x38\xbf\xe0\x51\xb4\x40\x3a\x87\xe8\x51\xb4\x40\x98\x78\xfb\xa8\x50\x60\x54\xde\x9b\x3c\x3a\x12\x18\x2e\x6e\xfd\x98\x78\x07\x4a\x09\x7f\xde\x4d\x2d\xe8\x7d\xf8\x5b\xee\x0f\x52\xec\xd2\x12\xd9\x8f\xa6\xf3\xb8\x10\x3d\xcf\x7a\x8f\xa6\x03\xc6\x44\x45\x1e\xb5\xe6\x71\x4e\x9d\x87\x8a\x5a\x03\x8a\xb1\x91\x47\xad\x79\x5c\x75\x9e\x53\xfd\xd1\x4e\x40\x35\xd7\xff\xd1\x4e\x1e\x27\xcb\x71\x69\x79\x34\x11\x50\xcd\xe2\x7f\x34\x91\x47\x13\x59\x7e\xca\x03\x85\x85\x13\x46\xf5\xa8\x50\x45\x40\x35\x0e\xf2\x18\x01\x02\xd3\x37\x90\x8f\x76\x02\xaa\xc9\xfe\x8f\xda\xf1\x18\xee\x99\xcb\x1f\xf3\x18\xd0\x31\xdc\x6f\x3a\x06\x58\xbe\x93\x7e\x74\x8c\xc7\x02\x9b\xd3\x26\x7b\x69\x05\x4d\x77\xa5\xda\xf1\x58\x41\x33\xdd\x30\x8f\x14\x2b\x68\x7a\x3a\x18\xc7\x01\xcb\x57\x60\x8f\x61\x1c\xd0\xcc\x5d\x7d\xd4\x0e\xd0\x7e\x75\xfd\xff\x6d\xf9\xd1\x40\x40\x33\xd9\xf5\x31\xca\xf3\x74\x1f\x9d\xd9\x46\x05\x04\x34\xd3\x5a\x1f\xa3\x3c\x60\x3f\x06\xb9\x91\xf6\xae\x9b\x8a\xfc\x7d\xce\xee\xf5\xef\xbd\xb8\x9b\x69\xff\x36\x9a\xa5\x8e\x1e\xa3\x41\x60\x7f\x95\xfd\xef\xe4\x36\xd0\x4c\x58\x7e\x54\x1c\xd0\xac\xd1\xf7\xa8\x38\xa0\xfd\xbe\x2f\x7a\x10\x7e\xeb\xd9\xf1\x6a\xe2\xd1\x71\x9e\xf4\x31\xcb\xa1\xd7\x68\xc0\xfe\x53\xce\x52\xe7\xa8\x81\xfd\x5c\xc1\x5e\x53\x73\x40\x77\xf1\xea\x47\xcd\x01\xfb\x63\xfe\x9c\xdd\x67\xca\x59\xf1\xe9\xe9\xd1\x7d\xc0\xfe\x5b\xce\x11\xe5\xe7\xb1\x06\x8d\xcf\xc6\x8f\xa6\x03\xd2\x0b\x94\xa1\x23\xa0\x28\x3c\xaa\xcf\x63\xf9\x4c\x06\xd2\xfc\x3a\x90\x66\xb0\x3c\xe6\xd7\x3d\x56\xcf\x64\x13\x4c\xa5\x03\xe1\x94\xa8\x47\x3b\x02\xd5\xd5\x41\x1e\xed\x08\xb8\xbe\xef\x63\x72\x1d\x18\xdf\x6f\xdb\x69\x26\xae\x79\x8a\x6a\x4b\x20\x4c\xda\x7f\xb4\x25\x50\x7d\xbb\xf2\x68\x4b\xc0\xc5\xa2\x1f\x65\x09\xa4\x0f\x79\x8f\x66\x04\xd2\xc7\xcc\xc7\xbc\x3a\x10\xe9\x4d\xfb\xd1\x96\x40\x9a\x42\xf3\x68\x46\x20\x86\xb5\x4c\x1f\xd5\x08\x44\x78\x85\x51\x8d\x1e\x63\x5e\x9e\xa1\xaa\xd1\x63\xcc\xcb\xf3\x58\x35\x7a\x2c\x32\xe3\xbe\x56\x8d\x1e\x63\x5e\xee\x56\x63\x5e\x20\x2d\x54\xfc\x28\x4b\x8f\x31\x2f\x8f\x39\x63\x5e\x8f\x39\x78\x3c\x85\x3c\x0a\xcf\xc3\x34\x33\xd3\x90\x1e\x7d\xe7\x31\x93\xce\xb3\x5d\xb5\x79\xcc\x91\xf3\x26\x60\x8e\xdc\xe3\x4a\x0c\xde\x35\x95\x9d\xc7\x1c\x39\xb7\x4b\x61\x01\xe1\x0c\x94\x47\x37\x01\x69\x46\xd6\x63\x2c\x09\xa4\x41\xdb\x47\x5b\x01\x69\xa1\x92\xc7\x58\xd2\xe3\x72\x0a\x0e\xa1\xb1\x24\x10\x4e\xb5\x78\x54\x1a\x50\x4a\xb1\xc9\x81\x3e\xbc\x13\xf9\x5b\x76\x68\x63\xf8\x88\xf6\xe8\x2e\xa0\x14\x42\xc2\x8f\xea\x02\x46\xf5\xae\xa6\xb9\x80\x62\x10\xfd\x51\x5c\xc0\xa8\x3c\x0f\x3d\x3a\x0a\x48\x5f\xfc\x3d\x2a\x0a\x18\x93\x37\x43\x8f\x0a\xf2\x9c\xbe\xc3\xe4\x1f\x35\x10\x30\x26\xef\xd7\x1e\x05\x04\x14\x5f\xcc\x3f\xfa\x07\x28\xc6\x02\x1e\xf5\xe3\x21\x67\xce\x22\x11\x8f\xaa\x01\xc6\xe4\x95\xdb\xa3\x43\x80\x18\xd5\x6b\xb4\xb3\xbb\x40\xd1\xb3\x1f\x1d\xe2\x61\x92\x96\x33\xc5\x1e\xb3\xe1\x40\x75\x22\xda\x63\x36\x1c\x58\xc6\x59\x1f\x05\xe2\x71\x8e\x96\x07\x85\xc1\xa5\xc7\x39\x5a\xee\x35\x83\x4b\xa0\xba\x86\xe2\xa3\x65\x3c\xce\xd1\xf2\xce\x6d\x70\x09\x54\x67\x72\x3d\x8a\xc7\xe3\x1c\x2d\x8f\x13\x83\x4b\x60\xf9\xf4\xfb\xa8\x22\x8f\x85\x57\xe6\xf2\xf7\xed\xe4\xc5\x2b\x13\x4f\x5c\xa3\x4b\x60\x3f\x31\x32\x16\xea\x09\x58\x46\xc2\x1e\xed\x04\x2c\x23\x61\x8f\xd1\x25\xd0\x9c\xcc\xf1\x28\x2c\x60\x19\x55\x7b\x14\x96\xc7\xb9\x5d\x28\xc6\xa3\xaf\x3c\xce\xed\x6a\x7e\xca\xe1\xb9\x79\x55\x84\x76\x3c\xea\x0a\x58\x06\xda\x1e\x63\x50\x8f\x73\xbb\xbc\x1a\x1a\x83\x02\xcd\x59\x36\x8f\x4e\x03\xe2\x67\x26\xc8\xe3\xe4\xae\xc7\xc9\x5d\x3c\xe5\x3f\x8a\x0e\x68\x2d\xfe\xf0\x6e\xfb\x51\x84\xc0\xfe\x61\xff\xcc\x6b\x09\x39\x7b\x4e\x24\x7a\x54\x21\xd0\x9c\x47\xf4\xa8\x42\x60\x7f\xd3\x8f\x39\xa2\x24\xed\x39\x7b\xe9\x31\x69\x0f\x34\xa7\xf3\x3c\xea\x11\x88\xf8\x79\xe7\x50\x90\xc0\xbe\x79\xb1\x1b\x55\x24\xb0\xdb\x18\x41\x25\x09\xec\x36\x7a\x6d\x00\x0d\xec\x36\xb7\xce\xc1\xd9\xe8\xc6\xb0\x1f\xd5\xe9\x21\x0e\x56\x86\x43\xad\x28\x81\x2d\xb2\xfc\xad\x53\xb5\xc0\xd6\x51\x8e\x7e\x33\xf0\x40\xb7\xb6\xd8\xa3\x51\x81\xee\x61\x61\x6c\x0c\x84\x89\x99\x8f\x42\x05\x22\xec\xa9\xb1\x31\x10\xcd\x60\xf7\xa3\x64\x3d\xef\xa7\x38\xb6\x79\x14\x30\x27\xcb\x19\x69\x8f\x01\xb3\xc7\x72\x9b\xe3\xdb\x5a\x3b\xfa\x92\x83\xee\x0c\x87\x47\x1b\x7b\xb4\x31\x37\xd6\x5d\x4a\x10\x8d\x3b\xd9\x6b\xc0\x0c\xf8\xee\xf1\x55\xcf\x40\x9a\x6a\xfa\xea\x67\x20\x5c\xb1\xe5\x35\x83\x0f\xa4\x6b\xc9\xbc\x46\xd5\x40\x1a\x42\x7b\x4d\xe0\x03\xe1\xd4\xb6\x57\x65\x03\xcd\xd9\x3a\xaf\xca\x06\x0c\xd0\xbd\x0a\x1b\x88\xb6\xe8\xcd\x6b\xec\x0d\xec\x1e\xfa\x63\x8f\x6d\x8f\x9f\x73\xcb\x5e\xdb\xa8\xa3\xbd\xc7\xeb\xd5\xe2\x40\xed\x5c\x72\x5f\xb3\xf3\x80\x41\xbb\x57\xad\x7b\x29\xa1\x62\xaf\xf5\x35\xe0\xcb\xdb\x57\x5d\x03\xbe\x0f\x7d\x55\x33\x90\xe6\x1e\xbe\xaa\x19\x58\x04\x33\x5e\xcd\x0c\xa4\xcb\xd6\xbc\x9a\x19\x08\x97\x7f\x79\x0d\x81\xbd\x45\xaf\x64\x18\x74\x2e\x10\xc3\x17\x14\xaf\xd1\xad\x97\x29\x50\x26\x1a\xbf\x7a\x18\x48\xcb\x1c\xbe\x7a\x18\x08\x13\x20\x5f\xa5\x0b\xc4\xfc\x3e\xe5\xf0\xb1\xba\x9d\x11\xbc\xd7\xb0\x14\x18\x2e\x70\xf6\x1a\x96\x02\xc5\x75\x1c\x5f\xcd\x0c\x8c\xca\x01\xf8\x1a\x70\x7a\x5d\x0f\x81\xf8\xc3\xab\x99\x81\xe1\x73\xf8\xab\x99\xbd\x9f\x99\xf9\x45\xb7\xde\x6a\x27\xcb\x9f\x77\x54\xab\xa9\xec\xee\x0d\xc3\x4b\xa0\x3a\xf9\xf8\x55\xcd\xc0\xf2\xc1\xe9\xd5\xb9\xc0\x32\xfc\xfe\xea\x5c\x60\x99\x89\xf0\x1a\xfe\x01\xcd\xf9\x71\xaf\xce\x05\x9a\x53\x10\x5f\x23\x3d\xaf\x8b\x8a\x9b\xaa\xf1\xaa\x61\xa0\x59\x47\xeb\x55\xc3\xc0\xbe\x8c\xd9\xe6\xc6\x36\x5e\xee\x39\xb0\x7a\x18\x88\x5e\xbe\xad\x75\xfc\x37\xba\x4f\xdc\xaf\x22\x06\xa2\x56\x5e\x31\xbf\xc6\x84\x40\xb7\x03\x86\x84\x5e\xeb\x72\x3a\x8d\xe6\x55\xce\x40\x76\xc7\xcc\x00\x10\x48\xe3\xb8\xaf\xf6\x05\x8a\x71\xe8\x57\xfb\x02\xd3\x04\xa1\xd7\x88\x10\xa8\x2e\x03\xf8\x6a\x5f\x20\xba\x95\x5a\x5f\xed\x0b\x74\xd7\x30\x7f\x35\x28\xd0\x1d\x7f\x05\x0a\x84\xaf\x50\x5e\x05\xea\xb5\x38\x88\xcb\xe3\xbd\xe6\xd8\x81\xb0\x96\xdd\x6b\xdc\xe8\xb5\x7e\xa7\x67\x84\x4e\x05\x46\xf5\xba\xa0\x52\x81\x62\x28\xef\xd5\xa8\x40\xb1\x76\xe5\xab\x50\x81\x92\xd3\x7f\xb4\x47\x49\x01\x9d\xe9\x6f\xd9\x21\xd6\x23\x70\xd6\xf8\xab\x4e\x81\x65\x0e\xc3\xab\x4d\x81\xe6\x1c\x9d\xd7\x48\x12\x68\x4e\xa6\x7d\xf5\x2b\xb0\x3b\x49\xc7\x35\xac\xd7\xe4\xbc\xdf\x1f\xca\x77\xbe\x1a\x18\x48\x17\x6a\x78\xf5\x2d\x90\xae\xcf\xf5\x1a\x8e\x7a\x5d\x2b\x9c\x27\xc8\x57\x07\x03\xe9\x92\x5d\xaf\x0e\x06\xc2\x32\xc4\xaf\xc6\xf5\xba\x2c\xb8\x81\xca\x57\xe7\x7a\x5d\x16\xcf\x83\x57\xe9\x02\xd9\x79\xe4\x7e\x95\x2e\x90\xfd\xdb\x30\x87\xca\x55\xf1\x3c\xc2\xb5\xae\xd7\x5a\x21\x6e\x85\xd6\x05\xb2\x7b\xc9\xd4\xba\xc0\xbe\xce\xd9\xe6\xce\x9f\xee\x7c\xbf\x69\xc7\xa7\x87\x33\xdb\xaa\x74\x81\x70\x22\xd4\xab\x74\xbd\x2e\xa7\xc7\x33\xca\xab\x74\x81\xf0\x9d\xea\xab\x74\xbd\x04\x9f\x9c\xec\xfe\x6a\x58\x20\x4c\xf5\x7d\xcd\x17\x04\xc5\x77\xa3\xaf\x55\x41\x40\x71\xd5\xdc\xd7\x68\x14\x28\xae\x36\xf8\x5a\xdb\x03\x8c\xb9\xfc\x94\x9b\xba\x38\xf3\xa6\x9f\x72\x53\x17\x8f\xf4\x3c\x26\xbf\x86\x9d\x40\xf1\xe5\xf6\xab\x87\x81\x31\x97\x5f\x74\x53\x97\x87\x2e\xe3\x65\x80\x09\x94\x9c\x6e\xaa\xfb\x63\x91\x7a\xe1\x89\xad\xad\x81\x92\x9e\xd8\x46\x97\x40\x71\x82\xf3\xab\x9a\x81\x48\x23\x07\xaf\x6e\xf6\x5a\xc5\x63\xf9\x31\x3b\x69\x15\x0f\x9e\xc2\x5f\xdd\xec\x75\x0d\x82\xe1\x25\x41\x39\x03\xd5\xf8\xdd\x6b\xb4\xe9\x3d\x7c\xf2\xf7\xf7\xed\xe5\x41\x60\x77\xd9\x64\x2f\x0f\xdf\x66\xd1\x4b\xe5\x0c\xac\xef\x49\x44\x39\x03\xd5\xd5\xe4\x5f\x83\x4a\x60\xf9\xb8\xf5\x2a\x67\x20\xba\xab\x27\xbe\xda\x19\xd8\x17\x78\x06\x48\x17\x03\xcd\xe9\xe4\xaf\x2e\x06\x96\xaf\xbe\x5f\x5d\x0c\x34\x27\xb1\xbf\xba\x18\x68\xce\xbf\x7b\x8d\xfa\xbc\x26\xf1\x59\x14\xec\xb5\x44\x07\xd8\x77\x0b\xf6\xa6\xa1\xa0\xf7\x5b\x90\xc0\x03\x5b\x8f\x7b\x8d\x05\xd9\x51\x35\x0e\x44\xb8\xaa\xf0\xeb\x14\x29\x10\xc5\x68\xe6\x6b\xcc\xe8\x25\x3e\x54\x4c\xef\x7f\x8d\x05\x01\xab\xbd\xbf\xea\x1e\xd8\xb7\x10\xfe\x54\xdf\x03\x06\x8f\x5f\xad\x0d\xa4\x11\xbb\x57\x1f\x03\xe1\xca\xdb\xaf\x3e\x06\xc2\xf9\xbc\xaf\xa1\x21\x90\xe6\x31\xbc\xea\x18\x48\x57\x07\x7c\xb5\x31\x90\x2e\x65\xf8\x6a\x63\x20\xbf\xdb\xa4\xea\x05\xd2\xcc\x89\x57\xf5\x02\xe9\xbc\x80\x57\xf5\x02\x26\xd9\xbd\x9a\x17\x08\x8b\x2c\xbf\x9a\x17\x08\x8b\x50\xbf\x9a\x17\x58\xde\x9e\xb4\x2c\x10\x6d\x7d\x7f\x68\x17\x5d\x62\xef\xdb\x78\xf7\xc7\xed\x15\xd0\x4f\xd9\xeb\x9b\x1c\xbb\xef\x96\xa5\x33\x81\xf8\xae\xb0\x3a\x13\x48\x4b\xc4\xbf\xfa\x11\x48\xab\xee\xbd\x4e\x6a\x02\x69\x21\xef\x57\x65\x02\xd9\x1d\x55\x4d\x08\xa4\xcb\x0d\xbe\x66\x0d\xbe\x2e\xd9\xed\x35\xc4\x10\xd2\x6b\x08\xc9\xdb\x9f\x59\x83\x20\xcb\xb7\x5d\xf6\xc8\x15\xbb\x1d\x0b\xb3\x06\x41\x5a\xea\xee\x55\x96\x40\x58\x33\xf0\xd5\x8b\x40\xba\xca\xe3\xab\x17\x81\xb4\xd8\xe0\x6b\xa8\x09\x84\x39\x49\xaf\x62\x04\xb2\x7c\xbf\x65\x87\x10\x23\xe3\x87\xaf\x0e\x04\xd2\x5a\x86\xaf\x0e\x04\xd2\x8a\x87\xaf\xf1\x28\x10\xa6\x11\xbd\xfa\x0e\x08\x52\x67\xf2\x47\xd2\xa0\x48\xea\x2e\xe6\x8f\xc8\x92\xc8\xde\xea\xff\xde\x95\xf3\x87\xc4\x88\xec\xfb\xac\xcb\x1f\x12\x23\xb2\xef\x4b\x66\xfe\xb0\x18\x91\x7d\x9f\x61\xf9\x43\x62\x44\xf6\xfd\x80\x91\x3f\x1c\x46\x04\x0f\x81\xf9\x43\x61\x44\x90\x17\x94\xbf\x70\xb3\x99\x86\xd4\x2b\x3f\x4f\xbc\x4a\x24\x33\xeb\xf3\x87\xe9\x88\x20\x9c\x98\x3f\x4c\x47\x64\x6f\x6c\x2a\xaa\x23\x82\x54\xa1\xfc\x11\xc1\x12\x41\xea\x59\xfe\x88\x60\x89\x20\xc7\x28\x7f\x18\x91\xc8\x5e\xfd\x47\xc7\xce\x70\x55\x71\x53\x1d\x9c\x70\x70\xdc\x08\x07\xc7\x70\xd5\xf4\x1f\x1d\x9c\x70\x70\x1a\x4d\x0e\x8e\x11\xac\x62\x93\x83\x13\x9c\x63\x95\xa6\xe2\x48\x30\x7b\x89\xf8\x61\xfe\x8a\x23\xf1\x15\x90\xe4\x1f\x8b\x23\x51\x7c\xbb\xcd\x76\x15\x47\xa2\xf8\xd4\x39\xfc\x98\x43\x61\xa0\xcb\x0d\x2b\x0e\x85\x81\x2e\x7b\x54\x1c\x8a\x42\x1a\xf7\xf7\x97\x0e\x85\x1a\x36\xdd\xb0\x69\x13\x0f\x1e\x1e\x01\xc5\xd1\x29\x5f\xed\x2e\x9a\x1c\x1d\xea\x4e\x92\x13\x97\xbf\xe2\xe8\x14\x47\xc7\x7f\x74\x74\x58\xdf\xa0\x57\xbf\xe8\xe8\x14\x9f\xc1\xfc\x47\x47\xa7\x38\x3a\x8b\x26\x0f\x9d\xe2\xa1\xc3\x46\x54\x47\xa7\x92\x51\x3d\x3c\xe8\xaa\xc3\x53\x19\x1e\x0f\xba\xea\xf0\x54\x0e\x94\xca\x21\x50\x1d\x1d\x56\x20\xef\x85\xdf\xaf\x8e\x4e\xf5\x1c\xb6\xc9\xa1\xa8\x78\xbf\xc3\x5a\xed\x37\x73\xad\xe6\x60\x5b\xab\x9d\x64\xe9\xf2\xc1\xf2\x28\xf9\x6b\xee\x4a\x56\x42\x98\x0e\x62\x73\x63\x37\x46\x0d\x9b\xdc\xd6\xc6\xeb\x64\x07\xb1\xb9\xad\xac\x49\x3e\x3d\x2c\x9a\xdb\xda\xdc\x93\x74\xbc\xb9\xad\x2c\xa1\x30\x1d\x8b\xe6\x9e\x24\xf1\x6f\x7a\x6c\x36\x37\x9f\xf9\x56\xd3\xe3\xbc\xb9\xf9\x2c\x52\x3e\xdd\x47\xcd\xdd\xe6\xdc\x2a\x66\x56\xe4\xaf\xb9\x93\x9c\x48\xe5\x61\xd7\xdc\x49\x4e\xa4\x72\xc4\xba\x9d\x74\xd6\xd4\xd7\x64\x8f\x7a\xb1\xce\x0e\x3f\xd6\xed\x92\xeb\x2a\x38\xb0\xdd\x2e\x61\x74\xd3\xab\x57\xb7\x4b\xce\x9a\xf2\xc2\xd3\x3d\xec\x3a\x49\xd6\xd3\x2f\xba\xfd\x9d\xb9\xd4\x1e\xc2\xdd\xed\xef\xbc\x0e\x0f\xf6\x6e\x77\x8f\x74\xde\xef\x7b\xce\x77\x37\x9f\x42\x91\x35\xe8\x78\xf7\x18\xeb\xbe\x23\x60\xb7\x75\x8f\xb1\x4e\x8e\xbb\xc7\x6b\xda\x23\x24\x6f\x7a\xf0\xa4\x1d\xda\x28\xc5\x43\x2c\xed\x50\xba\xe6\x20\x3b\x24\xed\x50\xd2\x21\x4f\x9a\x74\x1f\x25\x8f\xf9\x8b\x3e\xa6\xfb\xe8\xd3\x3e\x46\x3a\xed\x36\xd1\xb5\xe9\xb5\x28\xed\x36\x26\x58\xbe\x8d\xb0\xdb\xc4\xd6\xa6\x87\x7e\xda\x6d\x0a\x3c\x4e\xaf\x0c\xe9\x8e\x24\xb4\x36\x3d\xdb\xd2\x91\x48\xa2\x00\xdf\xcf\x3b\x12\x4c\xc8\xe2\x75\x46\xfe\xd2\x91\xd8\x28\xc5\xc3\x69\xb8\xbb\xcd\x33\x74\x0f\x0d\x07\x87\x48\xdb\xf4\x72\x3e\xec\x36\xab\x32\xb4\xe5\x11\x3c\xec\xe4\x30\x35\xd3\x3d\x39\xfc\xcf\xf1\xbd\xe0\xb2\xcd\x3f\x1d\x4c\x8b\x77\x7c\xa6\x7f\x3a\x79\x6b\x13\x74\x73\x7a\x22\x4d\x4f\x24\xbe\x38\xdd\x23\x93\xb7\x36\x85\x0e\x4c\xf7\xc8\x24\xb5\xdf\xcd\x98\x6e\xda\x64\x8f\x78\xc3\x98\xee\x91\xa9\xcd\xb0\x93\xa6\x1b\x3b\xd9\x23\x5e\x12\xa7\x7b\x64\x12\x84\x09\xba\x39\xdd\x23\x13\x9b\x59\xec\x91\xe9\x1e\x99\xe4\x96\x2f\x3f\xe5\xf0\x6f\x94\xe2\x65\x6c\x3a\xfc\xd3\xe1\xff\x7f\x51\xce\xdf\x74\xa4\x28\xf3\x58\x3d\xdc\x96\xa3\xb2\x48\xb1\x5e\x36\xb9\x2b\x36\x46\x0d\x7a\xb2\x1c\x82\xe5\x10\xd8\xe4\x10\x6c\x8c\x5a\xd8\xec\xe5\x10\x2c\x26\x3c\x78\xb3\x5d\x0e\xc1\x72\x08\x18\xbb\x65\xe7\x16\xf3\x35\x3c\xb6\x96\x87\x1b\xf6\x56\xbd\x25\x2f\xfb\xbb\x08\x3a\x79\x7a\x2e\xfb\xbb\x38\xf1\x0a\x83\xbe\xec\x10\x19\x83\x49\x8c\x31\x7f\xcb\x5d\xbf\x3c\xde\x18\xf5\xc3\x4e\x6a\x74\x8b\xdf\x3f\xec\xe4\x61\x27\xfd\x94\xbb\xfe\x20\x95\xc2\x63\xf7\xb0\xdf\x4a\x5e\xf5\xba\x7a\xd8\xa5\xc3\x05\x40\x93\xc1\x38\xdc\xad\x07\x92\xba\xe8\xe6\xe9\x7f\x6e\x8c\xe5\xb5\xf0\xf4\x70\x23\xf8\xb5\x7e\xec\xc3\xd3\xcd\xa0\x70\x22\x05\x04\xf2\x77\xba\x19\xa7\xb7\xe0\xc6\xef\x9f\x6e\x07\x45\x24\xd2\x03\xe2\x74\xfc\x09\x88\x11\xb7\xc9\xdf\xe9\xf8\x6f\xd4\xf0\x71\xe1\x74\x63\x37\xc6\xf2\x62\x75\xba\xad\xc4\xc8\x78\x31\x9e\xbf\xd3\x43\x70\x63\x7e\xd7\xed\xd3\xbd\xc4\x3a\xe8\xeb\xfb\x79\xf7\xd2\x46\x19\xdf\xa7\xdc\x4b\x1b\x65\xfc\xdc\x7c\xf7\xd2\xc9\x3c\x53\xcf\x83\xd3\xbd\x74\x92\x31\xb2\xec\xb7\x3b\x89\x55\xd0\x97\x17\xab\xcb\x01\xa3\x6c\xc5\xf2\xd4\xb8\x1c\xb0\x8d\xd9\xdd\x49\x97\xa3\x83\xa4\x2d\xef\x7d\x97\x83\xb3\x31\x99\xfe\x96\xbf\xcb\xc1\xb1\x44\x85\xff\x78\x39\x38\x94\xa8\xe0\xd5\x5c\xfe\x2e\x07\x87\x12\x15\x84\x03\xf2\x77\x39\x38\x1b\x63\x39\x38\x97\x83\x73\x91\xf9\xfd\xfd\x96\x83\x73\x31\x38\xde\x28\x2e\x07\x87\xd5\xd1\x73\xb9\xa9\x0e\xce\xc6\xec\x0e\xe1\xe5\xe0\x6c\x8c\xf5\x75\xc8\xc1\xa1\x90\x45\x77\x08\x2f\x07\x87\x05\xd3\x97\x1d\xba\x1d\x89\x9b\x39\xde\x9e\x5a\xb7\x23\xb1\x8d\x6f\xac\x1f\x1b\x71\xdb\xed\xdb\x63\x82\x9f\xbf\xed\xa3\xe5\x28\x96\x4f\x1e\xb7\x9d\xbc\x3d\x02\xfc\x7d\x3b\xb9\x31\x96\xa3\x73\xdb\xc9\x8d\x32\x3c\x5a\x6f\x3b\xb9\x31\x96\x03\x76\xdb\xc9\xdb\x23\xc0\xad\xb0\x93\x37\x9d\xfc\x71\x49\xb9\xed\x24\xa1\xb3\x3e\x3d\x77\x6f\x7b\xc9\x42\xeb\xc3\x8f\x3d\x1e\x02\x0f\x79\x44\x8d\xed\x7f\xec\xf8\x63\xc7\xf9\xfd\xc7\x73\x66\x63\x76\xff\xf2\x71\x2c\x58\x0e\xa1\x0f\x6f\x32\x8f\x87\xc5\xe3\xf8\xf8\x63\x1e\x03\x0f\x11\x63\x2f\x76\x8f\xe3\x43\xe0\xac\x7f\x67\xdb\xe3\xf8\x10\x38\xeb\xc3\x8b\xed\xe3\x00\x39\xf3\xac\x7a\x0d\x79\xdd\xdc\x97\xcd\xed\x74\xea\x75\x73\x5f\x36\xb7\x33\xb4\xaf\x9b\xfb\xba\xb9\x0c\xed\xeb\xe6\xbe\xd4\x46\xf5\x60\x79\xdd\xda\x97\xc8\x72\xa7\x53\xaf\x7b\x93\xe5\xd1\xbb\xa3\xfd\xda\x81\x97\x33\xbc\xfb\x5b\x76\xe0\x25\xb2\x3c\xfc\xa2\xdb\xbf\x31\xbb\x87\xe7\xeb\xe6\xbf\xbc\xac\xb6\xe7\xaf\xfb\xd7\x35\xea\xec\xf8\xeb\xfe\x7d\xa9\x12\xd1\x39\xca\x5e\xf7\xef\xcb\x41\xec\x89\xfa\xba\x7f\x71\xc8\x2c\x5e\x8d\x5e\x77\xf0\xcb\x51\xec\x69\xf9\xba\x7f\x37\x26\x2f\x3f\x33\xf4\x4a\x50\x49\xbf\xcc\x20\xb6\x26\x6a\x5f\x36\x55\x9b\x2a\xbf\x95\x34\x35\x9b\x38\xc5\xb9\x2b\x07\xc1\x35\x31\x99\x82\x9a\x41\x3e\xa4\xa8\x94\x9d\xca\x20\xde\x26\xa2\x13\xa0\xcd\x20\xe0\x26\x2a\xc5\xeb\x32\xb4\x5b\x50\x99\xa3\x91\xa1\xbe\x82\xc9\x9c\xdd\x0c\xf5\x15\x4c\x5e\x66\x64\xa8\xaf\x20\x3a\x81\x81\x0c\xfd\x15\xd4\xfc\xc3\x0b\xec\x0c\xf5\x16\x54\xa6\x75\x64\xa8\xb7\xa0\x76\x9e\x0a\x42\xbd\x05\x93\x97\xc2\x19\xba\x2c\xa8\xa4\xa4\x65\xe8\xb2\x60\x92\x41\x99\xa1\xcb\x82\xc9\xc4\xe2\x0c\x5d\x16\x54\x66\xa0\x64\xe8\xb2\x60\x76\x47\x2f\x1c\xa9\xf0\x40\x62\x0c\x74\x59\x10\x86\x3e\x33\x94\x59\x50\xfb\xf2\x2f\x1d\xaa\x60\x6d\x63\x0e\x91\x50\x66\x41\xa5\xc8\x46\x86\x32\x0b\x66\xff\x7e\xcb\x7e\x87\xfd\xde\x07\x52\xe8\xa4\xa0\x32\xd9\x35\x43\xb3\x04\x95\xba\x82\x19\x9a\x25\x58\xd3\xa1\xd0\x2c\xc1\xe2\x2d\x49\x86\x1a\x09\x16\x41\x80\x0c\x35\x12\xac\xe9\x41\xa9\x33\x82\xc5\x4b\xb1\x0c\x9d\x11\x2c\x5e\xe8\x64\x54\xf7\x47\xb5\x76\xa9\xbf\xaf\x33\x82\xc5\x8b\xbf\x0c\x05\x11\xd4\x74\xf4\xab\x43\x5d\x49\x10\xc1\x17\x42\x41\x04\x35\x3d\x9c\xb5\x41\xb0\x14\xc4\xa8\x0e\x18\x8b\x17\x8c\xf5\xb5\xb9\xb1\x1b\x95\x72\x8f\x19\xd5\x8d\xad\x54\x12\x72\xef\xaa\x91\x61\x1c\x10\x8d\x0c\x35\x12\x2c\xea\xee\x67\xa8\x91\x20\x72\x70\x81\x09\xa5\x11\x54\xaa\x53\x66\x28\x8d\x60\x11\x24\xc9\x50\x1a\xc1\xe2\xf5\x66\x86\xd2\x08\x1a\x05\x5f\x32\x9a\x3b\xa9\x79\xea\x31\x62\x7a\x64\x98\xb4\x39\x6c\xb2\xe3\x8d\xbc\xc6\xee\x6f\xb9\x93\x48\xda\xa4\x42\x64\x86\x1a\x09\x2a\x75\x29\x33\x9a\x43\xd1\x1c\x0a\xbf\xe8\x50\x98\xb4\x89\xc0\x85\xb2\x09\xf6\x35\x81\x8f\x69\x9b\x61\x22\x67\x32\x3c\x9a\x25\x58\x04\x7e\x33\x34\x4b\xd0\x98\x02\x93\xd1\xed\x77\xe7\xc5\xb7\xbb\x52\xd9\x04\xed\xe7\x18\x2a\x9b\x20\x52\x65\x0f\x6d\x13\xb4\x9f\x27\xbd\xb6\x09\x16\xc1\x9b\x8c\x6e\xc7\xbb\x39\x0b\xee\x71\x0d\x14\x34\x66\xdd\x64\x68\xa0\x60\x91\xb2\x9c\xa1\x81\x82\x46\xe6\x5e\x46\xda\x73\xd2\x39\xe7\xb0\x9b\xe9\x51\x90\x1c\x05\xee\x4b\x45\x35\xcc\xdd\xe4\x5e\x14\x5a\x29\xd8\x07\x06\x5b\xab\x96\x82\xe5\x3b\x8d\x50\x4b\x41\xfc\xa8\x9b\x95\xa1\x97\x82\xd6\xbc\x6a\xea\xa5\xa0\x32\x1b\x2d\x43\x09\x05\x4b\x8f\x0f\x25\x14\x34\xf2\x31\x33\x94\x50\xb0\x48\x91\xcb\xd0\x38\x41\xa3\xc6\x48\x86\xc6\x09\x22\x35\x85\x50\x39\x41\x23\x5a\x93\x31\xec\xf9\xf0\xf8\x67\xc3\xb4\x50\xb0\x48\xe7\xcb\x18\x5e\x7d\x86\x47\x06\xbf\x3f\x1c\x0c\x32\x3e\x49\xe2\xc8\xd0\x55\xc3\x92\x8a\xde\x40\x86\x63\xb1\xd1\x9a\xf7\x2c\xed\x15\x34\xe6\x0f\x65\x0c\x8f\x8c\xf1\x05\xd0\xdd\x30\xc7\xc2\x29\x71\xc3\x8f\xd9\xf1\x41\xdd\xac\xe2\xef\x7b\x14\x90\xe4\x99\x0a\x6d\xa8\xc2\xa0\x11\xe9\xc8\x50\x7b\xc3\x09\x70\xd8\x4a\xa8\xbd\x60\xef\x4c\x3a\x30\xed\xf9\x24\x1d\x09\xdf\x0a\x55\x18\xec\x4d\xe3\x0f\x54\x5a\x10\x39\x1c\x34\x05\x16\xc4\xaf\x79\xbc\x68\xb0\xa0\xb1\x5a\x50\xc6\x74\x77\xce\x2f\x2f\xcb\xbf\xb0\x5b\x16\x29\xf9\x7d\x9f\xb3\x5f\xd3\x74\x65\x8f\x65\xc5\x15\x34\xe6\x94\x65\x28\xae\xa0\x31\xa5\x2c\x63\xd9\xaf\xc5\x2a\xd3\x5e\x8f\x75\xd9\xf8\x26\xc1\x79\x75\x5f\xf6\xeb\x9b\x04\xd7\xff\x3f\xf5\x2b\x43\xff\x0d\xe7\xc8\x55\x7f\xc5\x3d\xce\x1c\xb9\xce\x5c\xc6\x0c\x05\x38\x5c\x71\xf0\xe7\xc9\xb4\x3c\xd6\x2d\xbf\xb8\xaa\x5b\xe5\x88\x59\x7f\x71\x7d\x1b\xef\x88\x2d\x32\xd9\xaa\x5f\x75\xc4\x96\x23\xe6\x79\xa2\x17\x83\x6d\xa4\x7e\xce\x11\x73\x21\xc2\x9f\xd7\x08\x2d\x38\xbe\x79\x73\x1e\x91\x87\xe3\xf3\xcd\x91\xf3\x8a\xaf\x07\xc7\x37\x47\xce\x63\x52\xeb\x05\x8d\x7c\xf1\x0c\xa5\x17\x34\x66\xdc\x65\xe8\xbc\xf1\xcd\x90\xf3\x94\x3d\xec\x18\xeb\xa6\x0f\xef\x32\x87\xfd\x3a\x9c\x0f\xe8\xc1\x76\xd8\xb1\x83\x33\xdb\x21\x39\xec\xd7\xc1\x01\x5e\xfd\x31\xbb\x75\x78\x20\x78\x21\x3d\x3c\x10\x0e\x0f\x04\x7f\xcc\x9e\x7e\x2b\xa9\x7b\x69\x52\xbe\xc1\x6e\xa3\xa7\xda\x77\x7c\x2b\xa9\x7b\x57\x54\xbf\x41\x1b\xde\x1d\xd4\x6f\xb0\x07\x89\x8d\x53\xbf\xe3\x9b\x11\xe7\x6d\x5d\xff\x0e\x67\xc4\xa5\x8f\xa9\x0a\x38\x68\xac\x91\x96\xa1\x80\x83\x7d\xc7\xb6\xcd\x91\x3b\x1d\x39\x87\x49\x05\x0f\x67\xc4\xd5\xe6\xdf\x3a\x74\xdf\x62\xed\xdf\xe6\x39\x4e\xe7\x97\xe1\xee\xef\x39\x28\x2e\xc2\x3e\xdd\x3a\x07\xe5\x5b\x84\xdd\x73\x41\xc1\x06\xd1\x96\xd7\x40\x0d\x1b\xec\xcf\x31\x50\x97\x83\xb2\xd1\x7f\x5e\xd7\xb5\x6e\xb0\xff\x95\x31\xd6\xb1\xc1\x1e\x14\xb6\x44\xc9\x8e\x6f\xb5\x76\x9f\x9c\xb4\x6c\xd0\xbf\x83\x53\xcb\x06\x8d\x25\xc7\x32\xb4\x6c\xd0\x7f\xde\xfa\xb4\x6c\xd0\x58\xaa\x2e\x43\xcb\x06\xfd\x3b\xbf\xb4\xec\xb8\xbe\x4b\x08\x87\xa6\x9a\x0d\xda\xf0\x1c\xd1\xa9\xc3\xb5\x08\x96\xbb\xf0\x76\x40\xbe\xdc\x57\x2f\xe4\x5a\x75\xb8\x3e\xc1\xf0\x16\x70\xdb\x2b\x56\x5e\x2f\x3f\x1f\x05\x74\x68\x10\xe5\xe7\x85\x50\x63\x06\xd1\x94\xa5\xd0\x7c\x41\x44\x7a\x7f\xd2\x7c\xc1\xfe\x2e\x6d\xaa\x2f\xd8\x23\xcc\xb6\x28\xba\x60\xdf\xc7\x18\x75\x4d\x17\xf4\xea\x3e\x54\x74\xc1\xfe\x0b\x46\xe0\x71\xe7\x98\x37\x9a\xde\x02\xb5\x5f\xd0\xbf\xf3\x55\xfb\x8d\xe7\x9b\xae\xe9\xcf\xd9\x33\xd3\x46\xd3\x1b\xb6\xf6\x0b\xf6\x08\xf8\x17\xf6\xf6\xb1\x6c\x97\x37\xe3\xc7\xfd\x43\x08\xb5\xfc\x1c\xd1\xc7\x9d\xf1\x7c\xf3\x2f\x38\x00\x34\x67\xb0\xdb\xf8\x5f\xd5\x19\xec\x36\x46\x5e\x77\x06\x5d\xd5\x0f\xad\x18\xf4\x4f\x66\xb4\x62\xd0\x7d\x01\x14\x5a\x31\xe8\xbe\x55\x09\xad\x18\xf4\xf4\x2e\xa5\x15\x83\x28\xdf\x53\x8d\x5a\x0c\x7a\x7a\xcd\x55\x8b\x41\x94\xef\xea\xa7\x17\x83\x3e\x9a\xff\x69\x47\xf1\xe2\xfa\xf3\x19\x5e\x2f\x06\xae\x9e\x9a\xa1\x17\x83\x6e\x08\xac\xe8\xc5\xa0\x1b\x5e\x29\x7a\x31\x88\x5a\xb9\x20\x16\xc5\xb8\x90\x62\x5a\x29\x6e\x94\x45\xc1\x05\x51\x3d\x6e\x8a\x82\x0b\x06\x87\x43\xd1\x6f\x41\xfa\x48\x5a\xf4\x5b\x60\x90\xa7\xe8\xb2\x65\x7b\xab\x17\xaa\xa2\x97\x82\xc5\xd9\x56\x74\x50\xb0\x38\xbd\x8b\x11\x56\x10\x2c\xf8\x98\x45\x2b\x05\xc1\xe2\x7b\x59\x54\xd0\xe2\x84\xc0\x66\x53\xb7\xc9\x70\xaa\xbf\x95\x36\x19\x4e\x65\x68\xf4\x4d\x30\x3c\xde\x8b\xba\x59\x28\xb3\x32\x22\xfe\xff\xf6\x5d\x94\x4a\x50\x99\xcc\x95\xc5\x08\x29\x58\xdf\x36\x1a\x21\x2d\x65\xcb\x74\x86\x9f\x72\xc4\x0b\x85\x1a\xb8\xa0\x17\xa3\xa1\x60\x85\x9b\x6d\x34\x14\xac\x70\xb3\x15\x54\xb0\x8c\x54\x15\x6d\x14\x2c\x23\x6d\xc5\x38\x27\x68\x4c\xbe\xce\xa2\xa0\x82\xf5\x1d\x0a\x0a\x2a\x88\xb1\xbe\xb6\xdb\xb6\xef\x21\xa9\xd1\xe6\xde\x2a\xdc\x1b\x79\x20\x29\x2a\x2a\x68\xac\x26\x99\x45\x43\x05\xdd\xab\x76\x31\xaa\x09\x7a\xe5\x41\xbb\x28\xad\xa0\x7b\xc3\x2b\x4a\x2b\x20\x1d\x31\x8b\xce\x0a\x62\x18\x65\x29\x46\x35\xc1\xbe\x66\xf9\x39\xbb\x59\x49\x4d\x70\xac\x15\x59\x90\x9d\x67\xc1\xa2\xc7\x82\x68\xdf\xb6\xba\xdf\x28\x19\xd9\xfc\x7d\x3d\x16\x04\x85\x4a\xb2\xe8\xb1\x20\xa8\x87\x90\x45\x8f\x2d\x8d\x40\xe1\xf7\x29\x37\x7f\x63\x7c\x9d\x54\x50\x41\x61\xcd\xe5\x2c\x0a\x2a\x28\xe4\x4f\x67\x51\x50\x41\x65\x56\x61\x16\x03\x9d\x60\x92\x62\x92\x45\x67\x05\xe3\x6b\x71\xb7\x51\xc1\x7f\x50\x2f\x34\x8b\xce\x0a\x28\x10\x94\x45\x65\x05\xe4\x3f\x66\x51\x4f\x41\xaa\x12\xa5\xdb\x43\xaa\x9b\x54\x5b\xec\x20\xc5\x4d\xbc\x10\x18\x1b\x2d\x5b\x57\x8d\xf6\x16\x3d\x14\x2c\x1e\x1e\x8a\x1a\x0a\xac\x3a\x99\x45\x0b\x05\xc9\xfc\x92\x2c\x5a\x68\xd1\x42\xe9\xaf\x12\x0a\x32\xbe\xad\x74\xbb\x09\x79\x52\x09\x26\x8b\x76\x09\x92\x29\x66\x59\x94\x4b\x90\x4c\xdc\xcc\xa2\x5c\x82\x0c\xf7\x83\x51\xd0\x62\x35\x49\xb6\x4a\xdd\x04\xc9\xb4\xe9\x2c\xda\x26\xc8\xf0\x82\xa5\x6d\x82\x0c\xaf\x0d\x9a\x25\x88\xf4\xc5\x56\x31\x4c\x09\x82\xd2\xfd\x59\x94\xc6\xf2\xcd\x09\xa4\xd7\x4a\x23\x88\xc2\xbb\x83\xa2\x33\x82\xa4\x8c\x58\x16\x9d\x11\x64\xf1\xc0\xd2\x19\x41\xd6\xef\x8b\x76\x68\xf0\xb8\xc4\x4b\xcd\xa2\x33\x82\xa4\xa6\x57\x16\x05\x11\x44\x78\xc0\x2b\x88\x20\xcb\xf7\x45\xf7\x99\x09\xa9\xbc\xb9\x2d\xfa\x21\x48\x2a\x85\x66\x19\xee\x33\x2a\x53\x16\xfb\xa8\x32\x82\x88\x6f\xeb\x1d\x09\x52\x54\x29\x3f\x96\x45\x63\x04\x41\xc5\xf2\x2c\xc6\x4e\x8b\x29\xaa\xfe\x96\x12\x09\x22\x3c\x11\x95\x48\xf0\xbd\x04\x2e\x3a\x64\xb1\x08\x3f\xf3\xef\xb2\x28\x91\x20\x8b\xb7\x07\xe3\xa9\x20\xbe\x8b\xaa\xf1\xd4\x62\x7d\x4c\x8a\x99\xed\x0f\xdb\xe6\x53\x97\xdf\x74\x78\xa6\xc3\xc3\x88\x19\x50\x2d\x4e\x1f\x74\x78\xf4\x51\x10\xe1\x3e\x52\x47\x8b\xd3\x07\x1d\x31\xd5\xb3\x38\x57\xf0\xdb\x0a\xc7\xc2\x62\x98\x5e\xc7\xb5\x4c\xb0\x1f\xcb\xf9\xa6\x9a\x09\x82\xaa\xac\xfb\x48\xb0\x89\x3b\x9e\x03\xab\x65\x82\xa0\xea\xeb\xde\x55\x36\x91\xee\xe5\x28\x6a\x91\x20\xa8\xfb\xbc\xc7\xd2\x26\x0e\x0b\x6f\x30\x46\x51\x41\x7c\x37\x18\xb5\x12\x44\xf1\x78\x52\x03\x8b\x95\xf8\x7f\x5e\x7a\x55\x39\x10\x8d\x34\xef\x2c\x87\x7f\xc0\x74\xc1\x34\xc6\x5d\x94\x39\x10\xbe\xed\x2e\xba\x1c\xc8\xee\xcd\x49\x97\x2b\x16\x9a\xec\x7e\xd1\x03\xcf\x5a\x27\xbf\xf2\x87\x9b\xb1\xa6\x57\x5c\x51\xfe\xfb\x77\xb7\xdc\x3a\x94\xcd\x7f\x77\x5f\x50\x87\x92\x84\xfe\x2c\x8a\x1e\xc8\xee\x43\x8c\x9e\x57\xac\x43\x89\x5b\x16\x35\xaf\x98\xc4\x1a\x7e\xca\x5d\x71\x92\xb5\xc3\x53\x5e\xd1\xe8\x40\x76\xde\xba\x14\x85\x0e\x84\x21\x8c\xa2\xcf\x15\x4b\x53\xf2\xc8\x58\x74\x37\x90\xdd\x47\x09\xd5\xad\xb8\x74\xbc\x3b\xdf\x50\x29\xc8\xee\x35\x5c\x71\x03\x61\xbc\xa2\x18\x2a\x05\xe1\x1b\xf7\xa2\xca\x81\xa4\x22\x47\x16\x55\x0e\x44\xf3\x08\xd7\xd0\x40\x34\x2f\x13\x1a\x1a\x88\xee\x3b\x9d\x62\x60\x14\x44\xf3\x14\x55\xda\x40\xe4\xf0\xc6\xae\xb4\x81\x30\x50\x53\x74\x36\x10\x46\x90\x8a\xce\x06\xc2\x30\x56\xd1\xd9\x40\x34\xcf\x2a\x9d\x0d\x64\xf7\x70\xd3\xd9\x40\xf8\xc0\x5e\x74\x36\x10\x06\x4d\x8a\xca\x06\x42\x75\x2a\x46\x46\x8b\x4b\xca\x79\x38\x6b\x71\xc5\xf2\x98\xfe\xa3\x12\x07\xc2\x28\x59\x31\x58\x0a\xb2\x7b\x0f\xb8\x1d\x31\xaa\x63\x1a\xe1\x2e\x9a\x5e\x61\x51\x78\x15\xa1\x18\x3f\x2d\x96\xf8\x1f\xde\x8a\x94\xbf\x72\x3b\x14\x0c\x98\xee\x07\xc2\xb0\x48\x31\x7e\x0a\xc2\xa8\x4b\xd1\x06\x41\x18\xbc\x2e\xc6\x4f\x41\x18\x11\x2e\xc6\x4f\x41\xf8\x16\xa9\xa8\x87\xc5\x04\xd9\xe6\xe8\xeb\x73\xe5\xab\x8f\xe9\x5d\x59\xd9\x02\x69\x86\x41\x79\xfc\xb5\x87\x5f\xf3\x80\x55\xbf\x40\x4c\x2f\x60\x8f\x03\x8b\x91\x4d\x1f\xbe\x1e\xff\x93\x09\x7f\xd3\x33\x5b\x47\x03\x69\x90\xbb\xa8\x68\x20\xa6\x03\xab\xa1\x81\x51\x7d\xa4\x30\xba\x09\x0a\xcb\x9e\x64\x31\xba\x09\x62\x7a\x36\xeb\x71\xc5\xc5\xd5\x3d\xac\xf5\x38\x90\x46\x6c\x8b\x1e\x57\xac\xb2\xe2\xf9\xa0\xc7\x81\x34\x3a\x5e\xf4\x38\x90\x26\x2b\x14\x35\x0e\xa4\xb9\x16\x45\x8d\x03\x69\x2e\x44\xd1\xe2\x40\xcc\x6f\x53\x1d\xaf\xd7\xf1\x72\xbb\x1c\x2f\xd6\x6d\x9b\x1e\xd4\x4a\x1c\x28\xd4\x6f\xdf\xb7\xfe\xdd\x04\xd2\x10\x7a\x55\xe2\x40\xcc\xef\x53\xc5\x26\x92\xc0\xba\x9f\xaa\x36\xf9\xb0\xba\x68\x1a\x36\xd1\x6d\x2e\x4f\x55\xa9\x03\x85\x25\x61\xb2\x6a\x75\x20\x28\x09\x91\xd5\x10\x25\x48\x33\x87\xaa\x5a\x07\x72\x71\x9c\x57\x23\x94\x20\x99\xf4\x90\x55\xd5\x03\x69\xfa\x52\x35\x04\x09\xd2\x04\x83\xaa\xfe\x81\xc1\x02\x54\x59\xf5\x3f\x10\xcc\x26\xcb\x6a\x08\xb2\x22\x7b\x26\x00\x54\x65\x0f\xa4\x99\x03\x55\xd9\x03\x41\xb1\xb6\xac\xc6\x1b\xc1\xbe\xdb\xf2\x63\xc6\xf5\x40\xa1\x08\x4d\x56\x4d\xaa\x5a\x40\x85\xbd\x56\x35\xa9\x6a\x01\x15\x2e\xb8\x55\x6d\x02\x2e\x3e\x99\x55\x6b\x02\xa3\x36\x7f\xcb\x7e\x5b\x53\xe5\xb7\xfc\x98\x1d\x2f\xee\x5c\xc6\xc2\xfc\x50\xb0\x2f\x75\x7c\x55\x93\x02\x63\x71\x19\xa8\x9a\x54\x75\xce\x1f\xa7\x51\xd5\xa4\xc0\xbf\x2e\x99\x1f\x0a\x22\x4d\x1c\xa8\xda\x15\xb0\x6e\x71\x56\xf5\x0a\xec\xff\xf4\x0f\x1c\x0d\x26\x02\x56\x4e\xa4\xaa\x71\x81\x51\xab\x5b\xe6\x68\x54\x52\xac\xfe\xf2\x82\xbb\x1a\x6b\x04\x63\x35\xb7\xc8\xf1\xab\x8c\x9f\x47\x97\xd6\x06\x4a\xf1\xe0\xd5\xda\x40\x29\x6e\xa3\x8a\x06\x46\xf5\x53\x2a\x5a\x35\x63\xd5\x83\x57\x45\x03\xa5\x38\x06\x66\xac\x02\x4b\xb6\x66\x35\xf8\x58\x1b\x59\x66\xd5\x2f\x3a\x52\x2c\x93\x5e\x1c\x63\x45\x0e\x8c\xfa\xfd\x96\x03\xd5\x1c\x28\x7f\xcb\x81\x62\x99\x74\xea\xa6\x67\x55\xe4\x80\x85\x00\xb2\x2a\x72\x60\x54\x47\x42\x93\x03\x85\x7a\x14\x59\x15\x39\x50\x28\x3e\x91\x55\x93\x03\x85\xf5\x1b\xb2\x1a\x7c\x04\x85\xba\xe9\x59\xb5\xbb\x6a\xa6\xab\xa7\x8b\x76\x07\x46\x75\xbb\x8c\x3d\x82\x51\x1d\x55\x63\x8f\xd5\xac\x56\x0f\x40\x63\x8f\x60\x50\xd0\x2b\x6b\x77\x24\xba\x23\xe1\xcf\x3b\x12\x2c\x9c\x5e\xdd\x2e\x3d\x10\x8c\xea\x01\xae\x07\x56\x73\x5f\xdd\x54\x25\xac\x1a\xf3\x33\x5d\xb0\x6a\x61\x60\x2c\xee\x86\xd5\xf8\x1e\x28\xbe\x6e\xaa\x5a\x18\x28\xc3\x61\x35\xef\x14\x94\xe1\xb0\x1a\xdf\x03\x65\x60\x82\xd5\xf8\x1e\xd8\x37\x60\x37\xc3\xa1\x66\x15\xf1\xe5\x99\xa1\xbe\x81\x61\xf8\xa4\xaa\x6f\x60\x2c\x7f\x4c\x7d\x03\xe3\x3b\x7d\xd4\x37\x50\xd4\xed\xaa\xbe\x81\x42\x41\x95\xac\x06\xf3\xc0\x30\xef\xb4\xea\x6a\xa0\x1a\xb1\xaf\xba\x1a\x28\xcc\x17\xca\x3a\xec\xf7\x20\x7b\xcc\x53\x46\x7d\x03\x31\xbe\x1d\xae\xbf\x81\x32\xbe\x8f\x39\x16\x83\xb1\xf0\x24\xd6\xdf\xc0\x58\xc4\x9c\xaa\xfe\x06\xc6\x72\xa8\x95\x35\xb0\xcd\x89\xa3\x47\x5b\x03\x65\xf8\x4d\x6d\x0d\x8c\xe5\x09\xa8\xad\x81\xb1\xdc\x7e\x65\x0d\x94\xe1\x0e\x57\xd6\x40\x19\x5e\xf1\x95\x35\x30\x96\x97\x5f\xc5\x0c\x8c\x55\xfd\x2d\xc7\x62\x72\x0c\xb8\x8f\x14\x33\x50\x06\x56\x5f\x15\x33\x30\x4c\xdd\xad\xc6\x09\xab\x25\x2f\x59\x72\x33\xab\xb2\x06\x2a\x65\x9c\xb2\x1a\x26\x04\x63\x79\x58\xeb\x6f\x60\x18\xdf\xa8\xd3\xe1\x99\x24\x99\x79\x49\x51\xe9\xc0\x58\xf6\x48\xa3\x03\x63\x79\x8d\xd6\xe8\x40\x19\x1e\x75\xea\x1b\x98\x4e\x2e\xa8\xba\x1a\x28\xc3\x5b\x80\xae\x06\xc6\xb2\x93\xba\x1a\x28\xbe\x3a\xab\x46\x00\x41\x31\x5f\xad\x1a\xed\x03\x65\xb8\xf5\x06\xfb\xc0\x58\xd5\xed\xb2\xdb\xcb\x43\xc0\x26\xbb\xbd\xec\xb6\xbf\x65\xb7\x99\xd5\xb8\x3c\x01\xcd\x81\x05\x85\x85\x31\xb2\x1a\x0f\x04\x65\x78\x9c\x1b\x0e\x04\x65\x78\x7e\x9b\x16\x0b\x2a\xc5\xb1\xb2\x6a\x95\x60\x2c\x8f\xd6\xc3\x83\xe2\x20\xf5\xd0\x1d\x69\xcc\x10\x14\x0a\xe9\x65\x55\x33\x41\x19\x1e\x27\x6a\x26\x28\xc3\x0e\xa9\x99\xa0\xf8\x32\xad\xaa\x99\x60\x2c\x8f\x4c\x3d\x12\x94\xe1\xe0\xe8\x91\x60\x2c\xf7\x90\x1e\x09\xc6\xf2\x00\xd0\x23\xc1\x30\x20\x5b\xf5\x48\x30\x9d\xa1\x53\xf5\x48\x30\x9d\xcf\x52\x15\x3d\xb0\x05\x9b\x4e\xea\x70\x60\x2c\xf7\xad\x0e\x07\xa6\x53\x9a\xaa\xa1\x37\x50\x23\xff\x7f\x7d\x8b\xac\x06\xe6\x40\xcc\x1f\xce\x5f\xd5\x3e\x30\x95\xd6\xaa\xf6\x81\xe9\x6c\xa3\xaa\xf5\x55\xd3\x61\x3d\x98\xb5\xbe\x6a\x8d\x1a\x5e\x3c\x54\xa5\x0f\x54\x0a\xd2\x64\x55\xfa\xc0\x54\x9b\xaa\xd2\x07\xa6\x02\x5c\x95\x3e\x50\xa9\x3e\x93\x55\xe9\x03\xd3\x09\x48\x55\xe9\x03\xd3\x37\x05\x55\xe9\xab\xa6\xc3\x7a\x93\x56\xfa\x40\xa5\x38\x41\x56\xa5\xaf\x9a\x0e\xeb\x8e\x56\xfa\x40\xa5\xc2\x4e\x56\xa5\xaf\xba\xd4\x1b\xd1\xc2\xaa\xf4\x81\xed\x94\xfc\xbe\xd6\x57\x5d\xeb\x6d\xd8\xe4\x80\xdd\x0c\x98\x37\x05\xad\x0f\x4c\xe7\x9b\x55\xa5\x0f\x54\xe6\xe3\x67\x35\x91\x16\x4c\x5f\x48\x54\x3d\x10\x4c\x5f\x62\x57\x3d\x10\x4c\x5f\x35\x54\x3d\x10\x58\xb1\x33\xab\x1e\x08\x5c\xdb\x35\xab\x1e\x08\xa6\x53\xbd\xaa\x79\xb4\x60\x76\xaf\xb3\x46\x13\xab\x79\xb4\xcb\xdd\xa6\x2e\x82\xe9\x14\xb7\x6a\x30\x11\x4c\x67\x46\x55\xf3\x68\xab\x79\xb4\x04\x75\xab\xe1\x45\xb0\x9d\xd2\x8f\x39\x3c\x0f\x27\xfb\xf0\xc7\x3c\x9e\xc8\xa3\xad\xde\x4d\xb4\x51\x30\x9d\xc7\x57\x0d\x2e\x82\x98\x26\x01\x56\xa3\x8b\x60\x15\xef\x30\x06\x17\xc1\x74\xb6\x54\x35\xb6\x08\x2a\xd5\x92\xb2\x1a\x5a\x04\xd5\xfc\xbb\xaa\xec\x82\xe5\x4b\xbd\xaa\xd9\xd6\x87\xac\xc9\xe1\xe6\x3b\x16\x0f\x63\xe1\xf5\x45\x8d\x05\xd3\x37\x12\x55\x8d\x05\xcb\x17\xaf\x55\x8d\xad\x26\xe9\xda\x49\x35\x16\x4c\xa7\xe8\x55\x35\xb6\x9a\xa4\x3b\xfc\x94\x43\x61\x92\xae\x97\x42\x35\x16\x4c\xa7\xd5\x55\x9d\x15\xec\xe7\x1a\xdb\xec\x37\x29\xb9\x66\x0f\x56\x0d\x15\xec\x3d\xe2\xc7\x3c\x30\x2c\x5a\xf3\x73\xb0\x15\x52\x10\xc9\x8a\x7f\xd9\x4c\x7e\x6d\x26\xbf\x72\x09\x6b\x5a\x24\xd8\x3f\x37\x68\x5b\xb6\x91\x13\x89\xfa\x35\x23\x81\x60\xb1\x1e\x44\x36\x35\x12\x2c\xaa\x80\x65\x53\x23\xc1\x62\x01\x8d\x6c\x6a\x64\x33\xd1\x95\x6b\x5f\x53\x23\xc1\x62\xe6\x7f\x36\x35\x12\x7c\x01\xca\xa6\x46\x82\xe5\x1b\xf9\x66\xcc\x10\x2c\xdf\xd0\x36\x35\x12\x54\x6a\xf9\x65\x33\x8c\x08\xaa\x91\xee\xa6\x59\x82\xe5\x8b\xd0\xa6\x59\xb6\x20\x97\xd2\x8d\xd0\x2c\xc1\xf2\x85\x7f\x33\x8c\x08\x16\x2b\x76\x64\x33\x6b\x15\xac\xf2\xfd\xbc\xdd\x26\x6b\xd5\x38\x7a\x73\xbe\x25\xa8\xe9\x78\x19\x60\x04\xcb\xe0\x41\x33\xc0\xd8\x0c\x30\x62\xe2\xcd\x00\x23\x58\xd4\x40\xc8\xe6\x14\xcc\x46\x80\xd1\x77\xc9\xcd\x00\x63\x33\xc0\xc8\x8b\x91\x66\x80\x11\x2c\x6a\x81\x66\x73\xba\x25\x58\xbe\x30\x6f\xc6\x1c\xc1\xa2\x88\x68\x36\xe5\x19\x2c\xd6\x46\xc9\xa6\x29\x83\x6a\x26\x47\x33\xe6\xd8\xbe\x98\x23\xdd\x56\x9e\x41\xcd\xef\xb7\xdc\xdb\x85\xbd\x1d\x76\xc8\x91\x28\xee\x6d\x46\x55\x77\x06\x8b\x45\x4f\xb2\x19\x84\x04\x8b\xb5\x4b\xb2\xa9\xce\x20\xc6\xf7\x97\xba\x73\x73\xcd\x3a\xde\x40\x34\xdd\x19\x34\xb3\x04\x9a\xee\x0c\x56\xf1\xa0\x50\x9d\x41\x35\xc3\xa2\xa9\xce\x60\xf9\xf2\xbd\x69\xce\x60\x9f\x82\x74\x5c\x75\x06\x6b\x3f\x3b\xff\xef\x6d\xb9\x69\xd6\xed\xab\xba\xe3\xde\xd1\x9d\xc1\xbe\xf3\xf8\xcb\x0e\x56\x75\xb0\xfc\x98\x83\x65\x9e\xee\x37\x32\x0e\xd6\xc6\xf2\x0d\x4b\x53\x9e\xc1\x2a\x8e\xb2\xf2\x0c\x16\xeb\xe0\x64\xd3\x94\xc1\x32\xde\xd0\xf4\x56\xb0\x7c\x9f\xd6\x94\x54\xb0\x9c\xbc\xd8\x94\x54\xb0\xa6\x67\x9e\x46\x0a\x96\xaf\x11\x9b\x46\x0a\x9a\x99\x18\xcd\x80\x23\xa8\xe6\x3f\x37\x23\x8e\xcd\x9c\x59\x77\x98\xde\xda\x2c\x7e\x9a\x7e\xca\x71\x37\x1b\x36\xfd\x79\x87\x9d\x52\xa6\xbe\xe7\x6b\xea\x27\x88\xcf\x52\x9b\x71\xc8\x66\x1c\x72\xba\xad\x1e\x96\x9d\xfc\x4f\x4f\x2a\x93\x61\xc1\x72\x7e\x6c\x33\x36\xd9\x4c\x86\xf5\x1a\x67\x32\x6c\x33\x19\x96\x67\x88\x66\xb8\x12\x2c\x5f\xbb\x35\xc3\x95\x60\x3a\x0f\xbc\x29\xbc\x60\xf9\x56\xaf\x19\x76\x04\xcb\x39\x8e\x4d\x07\x06\xcd\x54\x98\xa6\x03\x83\xf8\x39\xcb\xb8\x29\xc1\xa0\x51\x99\x2e\x9b\x12\x0c\x96\x6f\x33\x9b\x12\x0c\x96\x2f\xec\x9a\x0e\x0c\x9a\x69\x35\x4d\x07\x06\xf1\x63\x05\xdc\x6c\x4a\x30\x68\x14\xa8\xcb\xa6\x04\x83\xfd\x31\x3a\xa0\x05\x83\x68\x3e\xbf\x37\x35\xb8\x99\xe6\xea\xad\xc2\x90\x65\x33\xcd\xd5\x13\x46\x33\x06\xcb\x69\xa7\x4d\x33\x06\xcb\x89\xae\x4d\x33\x06\xcb\xf7\x7f\x4d\x33\x06\xcd\x8c\xa7\xa6\x19\x83\x46\x4d\xbc\x6c\x8a\x31\x68\x3f\xbb\xa4\x18\x83\x66\xea\x55\x53\x8c\x41\x0c\x5f\xbe\x34\xcd\xb8\xb9\x3e\xc4\xb4\x47\x0e\xc6\xf0\xe4\x62\xb0\x55\xde\xe6\x32\x0f\xde\x64\x94\x59\xb0\xc7\x87\x6f\x6a\xb3\xcd\x05\x1c\xba\x4d\x6e\xff\xa4\xf4\x95\x87\xa7\x36\xdb\x0c\x33\xfe\x78\x24\x69\xea\x2c\xd8\x3b\xdd\x7f\xb0\x07\x5f\xde\x2b\x8f\x5e\x4d\x9f\x05\xbb\x8d\x9e\x2a\xb4\x20\x86\x71\xd1\xa6\xbe\x82\xfd\x39\xfe\x43\x7f\x6d\x26\xbe\xf2\x04\xdb\xf4\x57\x10\xdf\xfb\xa2\xa6\xc0\x82\x66\xee\x68\x33\x24\x09\x9a\x49\x91\xcd\xf8\x23\x68\x66\x7f\x36\x9d\x16\xec\x11\xf1\xc7\x1c\x91\x6f\xf1\x07\x77\x83\x56\x0b\xe2\x67\xf1\x83\xa6\xd6\x82\x66\xae\x67\x33\xaf\xb5\x99\xd7\xda\xfd\x35\x7b\xff\x2d\x07\x31\xfc\x57\x7b\xbf\x78\xd8\xad\x76\xd4\x23\x7c\x99\xcf\xc2\x58\xea\xb5\xed\xcb\x6a\xe5\x3d\x4c\x53\x6c\xdb\xb7\x1a\x84\x77\x09\x35\x16\x34\x13\x5d\x9b\x1a\x0b\xf6\x57\xd9\x85\x7a\x2c\x68\xe6\xf0\x35\x3d\x16\x34\x93\x44\x9b\xf1\x52\xb0\x4c\x26\x69\x4a\x2b\x68\x66\x3c\x37\x0d\xb5\x99\xd3\xda\xfd\x79\xfb\x69\x4e\x6b\x77\xc3\xec\xe6\x41\xea\xbe\xb7\x0a\x0d\xb5\x99\xd2\x8a\x58\x34\x0d\x15\xc4\x08\x1f\x44\x54\x54\xd0\xcc\x13\x6f\x2a\x6a\xfb\x32\x5a\x79\x4e\x6e\x66\xb4\x82\x46\xb9\x9e\x6c\x86\x3f\x41\x33\x9f\xba\x19\xfe\x04\x31\xbe\xdb\x8c\xc1\x4e\x10\x6d\x7d\xff\x60\xa7\xce\x8b\xfc\x21\x7f\xcd\x1e\x9c\x26\x1b\x7b\xf9\xd3\x78\x41\x9b\x5e\xd0\x8d\x5a\x82\x36\xbd\xb5\x29\xc1\x60\x3f\x8e\xb2\xb9\x6a\x2e\x68\xc3\xfb\x91\x96\x0b\xda\xf4\x7e\xa4\xe5\x36\xd3\x4f\x7f\xeb\x2f\x37\x6a\x2d\x18\xb4\xe1\xcd\x49\x0b\x06\x6d\xb8\x1f\x55\x5e\xd0\x86\xf7\x00\xfd\x16\xec\xff\xf2\xff\x3d\x86\x2f\x96\xa6\xf0\x48\x57\x70\x41\x1b\x5e\x4a\xb4\x59\xd0\xa6\x17\x1c\x6d\x16\x74\xd3\x61\x9b\x36\x0b\x22\x7e\x8e\x82\x3a\x0b\x76\x1b\x5b\xab\xbb\x82\x36\xbd\x0b\xe8\xae\xed\xfe\x56\x8d\xe5\x1f\x6e\xfb\xb9\xd1\xa6\xf7\x0f\xe5\x15\xec\x5f\xe3\x24\xd1\x5e\x9b\x65\x7e\x7e\x5e\xa6\xd5\x57\xd0\x4d\x9c\x6d\xea\x2b\xd8\x9d\xf7\x63\x76\x9e\x12\xab\xdf\x13\x8f\xfe\x0a\xf6\xc7\xfc\x57\x7b\x7f\x7f\x97\x2f\x86\x57\x0f\x05\xfd\xf7\x35\xb9\xc3\x1f\xe7\x1e\xb8\xc7\x15\x51\xd0\xbf\xed\xd5\x43\x41\xc4\xa7\x33\x8a\x68\xfb\x97\xe7\xca\x28\x69\xa2\x60\xff\x1c\x5b\xa2\x8a\x36\xf3\x5c\x7d\x22\xd0\x44\x41\x34\x43\x3a\x4d\x15\x6d\xff\xf2\x5c\xd9\x11\xba\x68\xb3\x3c\x6a\xf2\xd6\xa7\x29\xa3\x20\x46\xf9\x36\xc5\x01\xf8\x56\x9b\x28\x6e\xb2\x67\x3b\x65\x54\x9d\xca\xd0\x34\x54\xd0\xbf\xdd\xaa\xa1\x36\x97\x36\xff\xe4\x44\x45\x05\xdd\x5c\xed\xa6\xa2\x82\xfe\xed\x2e\x15\x15\x74\x63\x6f\x4d\x45\x05\x7b\x3f\xf0\x9f\x3a\x2a\xe8\x06\x64\x9b\x41\x54\xd0\x8d\x2d\x35\x85\x14\x44\x31\x19\xb8\x19\x32\x6d\xdb\x3e\xbb\xb1\x96\xa6\x7c\x82\xfd\x31\x7a\x60\x80\x14\xec\x36\x3f\xe7\x71\x4e\x9a\xab\x91\x88\x66\x84\x14\xec\x8f\xed\xb6\x6e\x88\x14\x74\x73\x08\xba\x21\x52\xb0\x3f\x66\x5b\xb5\xcd\xd4\x19\xae\xf2\xdd\x19\xa0\x60\xb7\x55\xda\xd2\xb6\xe4\x5f\x6d\x1a\x36\x0d\x53\x75\xfd\xd7\x65\xdb\xb2\xad\xd3\x76\xd8\xe6\x8a\xb3\x08\x4e\xd7\x70\xc1\xfe\x9c\x9b\x72\xdb\x76\xdb\xd6\x68\x7b\x6c\x7b\x6c\x73\xf3\x5e\xdb\xa8\xa5\xce\x23\x4f\x57\x72\xc1\xfe\x18\x9b\x67\xb0\x14\x44\xff\x85\x9f\xb3\xb7\x2c\x82\x5e\xcc\xdc\xe8\x7a\x2e\xe8\x94\x7b\xcd\xae\xe7\x82\xfd\x31\xb6\x58\xd1\x05\xbb\xcd\x9f\x73\x04\xc2\xd5\x6b\xb8\x11\x75\xed\x17\x74\xaa\xdc\x66\x37\xaf\x16\xf4\xfc\x3e\x75\xda\xe4\x82\x36\xd8\x62\x57\x7f\x41\xb7\x20\x4d\x77\xd2\x26\xe8\x96\x5c\xe8\x1a\x31\x88\x1c\xc3\xed\x75\x44\xa8\xde\x9a\x3e\x72\x77\x9d\x18\x44\x35\x59\xb8\x2b\xc5\x60\xb7\xf1\x5d\xad\x18\xec\x36\xfa\x6a\x2a\x2e\xe8\x1a\x63\xd7\x94\x81\xeb\xaf\x65\xd7\x94\x41\x54\xa3\xa1\x5d\x55\x06\xfb\xd7\xe8\x84\x21\x64\xb0\x3f\xe7\x3f\x78\x4c\x6c\x74\x7d\xa3\x6b\xc6\xa0\x6b\x50\x5d\x33\x06\xdd\x18\x4c\xd7\x8c\x41\x54\x9f\x54\xba\x6a\x0c\xa2\x9a\x4e\xd4\x75\x63\xe0\x9b\xee\xae\x1a\x83\xe8\x2c\x0c\x90\x5d\x37\x06\xd3\x34\xa7\xae\x1a\x83\x7d\x9e\xd3\x03\xdd\x18\xfc\xfb\x94\x7d\x27\xac\x3c\x58\xd0\x3d\xbb\x6e\x0c\x96\x5d\x52\x8d\x41\x86\x07\xb4\x6a\x0c\x42\x41\xef\x9a\x31\x08\xdf\xf6\x74\x35\x17\x84\x6f\x1c\xba\x96\xdb\xcd\xe2\xe5\xc9\xa2\x6b\xb9\x20\x4c\x8d\xed\x5a\x2e\x88\xd9\xff\x30\x1f\xba\x6b\xbc\x20\xad\x0e\xd1\x35\x5e\x90\xd6\x7d\xe8\xce\x42\x05\xe1\xc4\xdd\x6e\x6c\xb8\x9b\xe4\xeb\xa9\x64\x20\xb8\x1b\xf5\xe5\x19\xaf\x1b\xf5\xed\x46\x7d\xbf\x2f\xda\x93\x66\xe1\xe4\xe5\x37\xdd\x6e\xa2\xb7\x2c\x03\x95\x5d\x31\x06\xc5\x74\xfe\xae\x05\x83\xe1\x53\x53\xd7\x82\x41\x19\x3c\x1d\x76\xa3\xb7\xc0\x7a\xda\xd9\x8d\xde\x82\xe2\x0c\x82\x6e\xf4\x16\x94\xef\x6c\x53\x9f\x41\x19\x3c\xb3\x77\xf5\x19\x94\xef\x04\xd4\x8b\xc1\x34\x2b\xad\xeb\xc5\xa0\xb0\x14\x55\x76\xbd\x18\x58\xac\x3b\xbb\x5e\x0c\x22\x7d\x74\xeb\x66\xe8\xf6\xe4\x1d\xb0\x27\xa9\xa1\x60\x30\xcd\xb3\xeb\x8a\x31\x98\xdd\x71\x55\x8c\xc1\xbf\x33\x59\x31\x06\xd3\x44\xb8\xae\x18\x83\xf9\x1d\x34\x4e\xfe\x04\xd3\x54\xc3\xae\x17\x83\x68\xcb\x03\x5c\x31\x06\xd5\x9b\x6e\x57\x8c\xc1\xde\x7e\xfa\xa4\x05\x83\x55\x3c\xcf\xb4\x5b\xd0\x9c\xbe\xd2\xcd\xd1\x05\xcb\x4a\x1f\x5d\xe1\x05\x6d\x7a\x7b\x52\x78\x41\x73\x3e\x6b\x57\x78\xc1\xf6\x1e\x7f\xcc\x6e\xa2\xb7\xce\x19\xeb\xea\x6d\xff\x26\x76\x7a\xee\xe9\xb7\x60\xb7\xf9\x73\x76\x74\xa8\x87\xee\x15\x0d\xb7\x9b\xba\xfb\xf3\x68\x54\x67\xc1\x6e\x63\x83\x0d\xf4\x76\xd3\x72\x93\x67\x82\x6e\xa4\x17\xec\x36\x8e\x05\xbd\xb7\xcf\xca\xd3\x04\x3f\x67\x5c\x17\xec\xbb\x93\x3f\x67\x67\xcd\xc2\xf5\x99\xb3\x9b\x85\xdb\x5d\xc5\x63\xf1\xd4\xdc\xf5\x63\x60\x18\xb7\xab\xc7\x20\x32\x3d\xbe\xf5\x63\x10\xc3\xca\x1a\x5d\xef\x05\xb3\x3b\x4e\xea\x2c\xa8\xa6\xbb\x76\x75\x16\xfc\xbb\xfa\x6b\xb3\x60\xf9\x0c\xd6\x0d\xc7\x82\x7d\x89\xf2\x9b\xf6\x60\xe3\x2b\xe6\xd1\xd5\x59\x10\xd5\x84\x8e\xae\xce\x02\xc3\xdc\x5d\x71\x05\xa5\x78\xb3\x32\x1e\xdb\x8d\xc7\x7a\xd3\x54\x5c\x81\x45\x43\xb3\xeb\xad\x7d\x11\xaf\xfa\xbe\xe8\x9e\x5a\xbc\xf0\xe6\x31\xb5\xeb\xa8\x60\x99\x8d\xd6\x0d\xbe\x82\xf6\x3d\x1e\x69\xad\x20\x22\x50\x9f\xae\xa2\x82\xf1\xfd\x96\x7d\xa4\xc8\xac\xfb\xcd\x40\x6b\xb7\x22\x11\x8f\x94\xdd\x40\x2b\xc8\xef\xec\x34\xaa\x0a\xd2\xda\x33\x5d\x67\x05\x61\xcd\x84\xae\xb3\x76\xa3\xaa\x3e\x79\x28\xa8\x60\x76\xde\x20\x75\x05\x15\x54\x03\x8a\x5d\x3f\x05\xd5\xa7\xe9\xae\x8b\xf6\x6f\x2a\xa5\x17\x04\xb3\x6c\xc1\x3e\xc6\x18\x7c\xcd\x13\xec\x43\x96\xad\x75\xde\x24\xe8\xe6\x02\x75\x53\x6f\xc1\xbe\xa5\xfa\x73\xee\x37\x56\xf7\xf8\xfe\xd4\x3e\x99\x7a\xeb\x21\x66\xea\x6d\x37\xf5\xd6\x0b\x82\x16\x0b\xc2\xda\x07\x5d\x89\x05\xd1\x4d\x0c\xe8\x5a\x2c\x48\x6b\x12\x75\x8d\x15\x14\x8a\xfa\x67\xd7\x58\xc1\xa8\xfe\xa5\xc6\xda\x2f\x82\x66\x5e\xe4\xd4\x4f\x50\x8a\xc3\x68\x10\x16\x8c\xea\x56\xe8\x95\xfd\x72\xfc\xe9\xb7\x5e\xd9\x2d\x1a\xe4\x7d\x48\xaf\x04\xff\x1e\x19\xf5\x4a\xf0\xef\xb1\x4f\xad\x04\xb3\xf3\x22\xa7\x1b\x25\xed\xae\x1c\x3f\x7d\xc6\xd3\x34\xc1\xec\x39\xff\x70\x7f\x56\x44\xc1\xb2\x6c\x5d\xd7\x43\xbb\xd9\xb4\xc5\xe3\x59\x11\xed\x2e\xf4\x81\x28\x74\x3d\x14\xb4\xef\x29\x5e\xbf\x04\x7b\xef\xdb\xe6\x28\xdc\xdf\xb3\x86\x9b\xe9\x30\xdc\x3e\x8a\x7b\x22\x1b\x0f\x05\xfb\x2a\xc6\x40\x18\x0f\xed\xce\xae\x1c\x8e\xaa\x22\x0a\xbe\xbb\x90\x1e\x0a\xf2\xe7\x31\xa1\x86\x82\xb0\x86\x42\x57\x43\xc1\x1e\x2e\xba\xa0\x72\x02\x53\x18\xba\xc2\x09\x9c\x7f\xd4\x75\x4b\x60\x60\xb5\x6b\x96\x60\x79\x91\xd7\x17\xfb\xc3\x2b\x4b\xf6\x97\x79\xb9\x20\x43\xff\x50\x17\x41\x86\xea\xa2\x2d\x82\x64\xf9\xb8\xec\xda\x62\x77\xea\xa4\x3b\x55\x5b\x04\x59\xbd\xaf\x6b\x8b\x20\xab\xb7\x4a\x65\x11\x64\xf5\x82\x6f\x40\x13\x64\xf5\x26\xa8\x18\x82\x30\x3b\xa2\x1b\xa9\x04\xd9\x79\x6b\xda\x75\x45\xb0\x1f\x0b\x68\x72\x97\xbd\x4e\x77\xf2\x1f\xed\xd0\xeb\x3c\x5c\x84\x3d\xd5\x42\x10\x46\x5a\xd3\x34\x59\x10\xe6\x35\xa4\x56\x08\xb2\xf3\xa8\x9c\x4a\x21\x48\xaf\x4c\x69\x59\x20\xb0\x6f\xee\x34\xa5\x4d\xe4\xb7\x57\xbf\x38\x6c\xe2\x8a\xc9\xd5\x25\xcd\xaf\x05\xfb\xe1\x84\xa6\x65\x13\x33\x20\xd2\x4d\x3d\x6c\x62\x28\xaa\xff\x78\xda\xc4\x50\x0c\x37\xf5\xb2\xc9\x0b\xce\xa2\xe9\xb6\xc9\xa1\x28\x34\x3d\x36\x71\xc1\xa9\x36\xbd\x36\xbd\x34\xf1\x8f\x6a\x64\x5a\xd4\x16\x3f\x4e\x2d\x32\x2d\x6a\x8b\x6d\xa5\xe1\x53\x90\x9e\xea\xa9\x57\x82\x30\x48\x9f\x6a\x25\x08\x93\x2b\x52\xad\x04\x61\xaa\x40\x6a\x8b\xe9\x02\xf8\x94\x95\xcf\xd4\x03\x41\x6a\x3d\xa9\x07\x82\x5c\xdf\x8f\xd9\xa3\x70\x0a\xdf\xf2\xd7\xec\x92\xeb\x2b\xba\x65\x6a\x60\x5a\x9d\xd6\x71\xd5\x02\x41\x9a\x57\x98\x4a\x20\x48\xd3\x9a\x52\x07\x04\x31\x58\x94\x22\x53\x09\x04\x61\x99\x96\x54\x02\xd3\xea\xb4\xdc\xfc\x52\x07\x04\x69\x9a\x4e\x1a\x2e\x05\xc1\x0a\x5c\x99\x86\x4b\xd3\xea\xb4\x1e\x03\x1a\x20\x48\xf3\xad\x52\xdd\x4b\x17\x09\x49\x37\xcc\x8e\x53\x64\xd6\xfc\xb7\x54\xf6\xd2\xf5\xec\x3d\x36\xb5\x3d\x10\xcd\x17\xa0\x69\x62\x31\x08\x6b\x89\xa4\x02\x08\xd2\x9c\xb8\x54\x00\x41\x9a\xd8\x94\xfa\x1f\x48\x93\xdd\x52\x01\x04\x69\x46\x5f\xea\x7f\x20\xcd\x51\x4e\xd5\x0e\xa4\x99\x92\x69\x54\x13\xa4\x39\x6b\xa9\x82\x81\x42\x99\xeb\x4c\x33\x76\xd3\x8c\x5d\xf7\xa4\x56\x06\x4a\x71\xf0\xcd\xd8\x05\x91\x96\x7a\x4b\x4d\x0d\x94\xe2\x49\x69\xca\x6e\x9a\xb2\xeb\xf0\x68\x6a\x20\xba\xd3\xf1\xd3\x9c\xdd\xfc\xec\x8d\x5e\x6a\x6f\xa9\xbd\x79\xf4\x18\xfb\x04\xfb\x3f\xfd\x03\x8f\x58\x93\x76\x3d\xe1\x14\xba\x34\x1d\xd7\xdf\x57\xe8\xd2\xdc\x5b\xfb\x64\xa4\x13\x94\xe2\xf9\xac\xe3\x81\x7d\xd1\xe2\x28\xd0\xd5\xd2\x45\xe2\xcd\xfc\x48\xcd\x0c\x0c\x27\x5b\xa5\x81\x4d\x50\x46\xfa\x6b\x6e\x6d\x27\x97\x0d\x3d\x4c\xfd\x0d\x0c\xd6\x4c\xca\xd4\xdf\x52\x7f\xcb\xff\x5f\xcb\x39\x53\xbd\x03\x65\x78\x40\xab\x77\x60\x54\x9b\x8c\x71\x82\xb1\x78\x52\x4f\x85\x0f\x0c\xe3\xd7\xe9\x94\x4c\xb0\xcf\x64\x36\x52\x09\x04\xc5\xd2\x2f\xa9\x04\xa6\xe9\xc0\xd8\x69\x2a\x81\xa0\x58\x62\x28\x95\x40\xb0\x77\x8f\x7f\xe0\xce\x36\x45\xd8\x93\x48\x0b\x4c\x2d\xd0\xcb\x9a\x16\x98\x9f\x05\xf2\xea\x26\xb5\x40\x30\xbf\xfb\x80\xb1\x50\x50\x4d\xe8\x49\x25\x10\x54\xf3\x5c\xd2\x50\x28\xa8\xa6\x10\xa5\x91\x50\x30\xbf\xbb\x85\xaa\x08\xe6\x77\xbd\x55\x15\xc1\xde\x7e\xb6\x42\x57\x04\xd5\x14\x96\x54\x0c\xd3\x1c\x61\xef\x6c\x7a\x21\xa8\xc6\xe9\xd3\x48\x28\x58\x96\x3f\x4d\x55\x11\x4c\x6f\x93\xa9\x29\x82\x6a\x12\x48\x2a\x8a\x60\x7e\xf7\x19\x3d\x11\x4c\xef\xc2\x69\x20\x34\xbf\xa5\x1f\x1d\x45\xe7\x78\xa6\x6b\x3f\x62\x8e\xa9\x39\x82\xf9\xdd\x8e\x34\x42\x50\xd3\x3b\x81\x42\x98\x0a\xa1\x99\xc4\xa9\x10\x82\x65\x31\xe2\xd4\x07\x73\xdb\x5f\xf5\xf1\x3d\x95\x3f\x50\x15\xd3\x34\x36\x0a\x96\x75\x80\xd3\xd0\x28\x58\xe5\xfb\xa2\x5d\x9a\xa4\x19\x79\x75\x32\x30\x0a\x6a\x7a\xb3\x36\xd3\x17\xec\xe3\x82\x8d\x55\x24\xc1\xb2\x1a\x71\x2a\x92\xa9\x48\x12\xcd\x48\x45\x12\xec\x53\x99\x5f\xd3\x24\xc1\xb2\x62\x6c\x2a\x92\x60\x59\x43\x3a\x15\x49\x50\xd3\x7b\xb3\x1e\x09\x6a\x7e\x9f\x72\xf7\x2e\xc7\xc2\xbf\x74\x2c\x16\x59\x26\xdf\x17\x1d\x0b\x56\x92\xec\xac\x04\x95\xa9\x49\x82\xf6\xfb\x9a\x3c\x88\x17\x21\x6c\x92\x5d\x52\x93\x4c\x4d\x92\x64\x90\xd4\x24\xc1\x72\x6e\x4d\x6a\x92\xa0\x7d\x07\x81\x22\x99\x96\xb2\xfd\xce\x1b\x2d\x11\x34\xdf\xbd\xa7\x91\x4d\xb0\x9d\x8d\x1d\xa0\x39\xe6\x57\xc2\xc7\x33\x47\x75\x4c\xc3\x9d\x5e\xbf\x8d\x6d\x82\x98\x3e\x78\xa7\xee\x98\x06\x37\xbd\x00\xe9\x8e\xf9\xd5\xeb\xf1\xd4\x51\x1e\xf3\xab\xd7\x83\xf2\xa7\xd1\x4d\xd0\x0c\xeb\xa6\x42\x99\xdf\x62\x24\x78\x67\x1a\xdd\x4c\xcb\xe5\xfa\xdc\x99\x86\x37\x41\x33\x82\x9d\x7a\x27\xd8\xff\x60\x9b\x7b\x14\xef\xec\x66\x72\xa4\xde\x09\xf6\x5f\xd8\xe6\x30\x6d\xb4\xe9\x6e\xd0\x3b\x41\x63\x85\xd5\x4c\xab\xf5\xa4\xd5\x7a\xe2\x6b\x73\x94\x5c\xc9\x24\x7e\x76\xc2\x61\x32\x80\x1a\x3f\xb7\xc4\x61\x72\xd9\x92\xf8\xf9\x17\x8e\x13\xf3\x3e\xfb\x70\x87\x19\x42\x05\xfb\x73\x8c\x9d\x91\x4e\xd0\x34\xba\xd4\x2b\x41\xd3\xb1\xd3\x48\x27\x68\xd3\xe3\xc6\xe4\x5e\xb0\x7f\xcc\x36\xfb\x75\xd9\x2f\xb6\xd7\xe0\x67\x5e\x5f\x1f\x38\x7e\xcd\xe5\x4d\x8b\xee\xc4\xf7\xa7\xf6\x8b\x19\x9c\xff\x9e\xa0\xf5\x54\x10\x6d\xb9\x27\x14\xd5\x34\x00\x1a\x18\x46\xaa\xa0\x60\x3b\x20\xff\xa1\x3d\x82\x6e\x7a\x45\x1a\xb1\xcc\xaf\xe8\x0e\xef\xd4\xd2\x90\x25\xe8\x86\xa3\x53\xa3\xcc\x7f\xf6\x68\x9b\x5b\xbc\xd1\x7d\xdf\x9f\x0a\x25\xe8\xce\xc8\x4d\x7d\x32\x3f\x9f\x24\x43\x27\x75\xc7\xd4\x1d\x1d\x12\xb5\x30\x89\x44\xfe\xbb\x15\x2a\x81\xa0\xe7\x5f\xde\x72\xa7\x92\x08\xe2\xdf\xb3\x81\x9a\x08\xba\xef\x9c\xd3\x58\x23\x88\x5a\xbf\x6d\xb2\x37\xc4\x1a\x4d\x7a\x4a\x63\x8d\xc9\xa4\xce\x6a\xe4\x3f\x55\x45\xe0\xdc\x8d\xd4\x14\x41\xe4\xcf\x9d\xa9\x2a\xe6\x6b\xea\x0f\x2d\x1e\x52\x4c\xd7\x34\xe3\x2c\x4d\x6a\x05\xd9\xbd\x3a\x19\x56\x4c\xe7\x66\x7a\x43\x32\xac\x08\x4a\xf1\xba\x63\x9a\x2b\x28\xd6\x53\x4a\x4d\x11\x14\x53\x85\xd3\x00\x62\x6e\x2d\xac\x26\x50\x0e\xad\x10\x54\x6b\xd6\x0c\x83\x85\x60\xba\x11\x43\x51\x04\x91\x96\xc2\x18\x9a\x22\xa8\xc9\xbe\x1e\x9a\x22\x58\x86\x0f\x86\xa6\x08\x96\x41\x86\xa1\x03\x02\xa7\xac\x0c\x15\x10\xac\xe5\x66\x1d\xb6\x30\xc3\x79\xf8\xe3\xa7\x4d\x4c\xeb\xe5\x49\x70\x68\x80\x20\xd2\x89\x7a\x43\x05\x04\xd1\xbf\xcd\x7a\x6c\x7a\x3c\xc7\xed\x11\xe7\xc7\x40\xf8\x7c\x0d\x35\xb4\xbb\x11\x4c\x8c\xe3\xcc\x1a\xaa\xdc\x08\x1f\xa9\xe9\xb6\xd1\x40\xb0\x6f\x6d\x6c\x87\xd1\x40\x50\x8a\x5b\xab\xde\x81\xe1\x8b\xf5\x61\xe4\x6f\x58\x51\xe7\xfb\x7d\x37\x76\xa3\x3a\xad\x68\x68\x77\x20\xba\xef\x06\x47\x7c\x1b\xeb\x7e\x63\xc8\xb4\x3b\xb0\x0a\xb7\xeb\xa1\xdd\x81\x65\xdc\x77\x68\x77\x60\xf9\x36\x72\x68\x77\x60\x5f\x54\xe8\xb9\x2a\x07\xa2\x59\xf7\x7e\xe8\x72\xa0\xd7\xaf\xc9\x6e\x6e\xf4\x24\x80\x30\x74\xb9\xe1\xc2\xfb\x6c\xbf\xf1\xbd\x51\x58\x3d\xcb\x4d\x75\x2f\x6d\x38\x03\x75\xe8\x76\xc0\xc9\xd2\x43\xb5\x03\xce\xcf\x1e\x2a\x1b\x58\xdc\xbe\x86\x7a\x06\xd2\xc2\xeb\x43\x3d\x03\x3e\x3e\x0f\xed\x0c\xf8\xde\x63\x28\x67\x20\xba\x93\x53\x86\xb1\x38\x90\x61\xe7\x14\x36\x90\xe1\x71\xa3\xb0\x81\xb4\x1c\xf8\x30\x3c\x07\x32\xbe\x0d\xb5\x7b\x95\xb2\x2d\xcd\x2d\xb5\x7f\x1b\x6b\xf9\x3d\xfb\x57\x7d\xe9\xe4\x36\xb8\x53\x2b\x2f\x9d\x1c\x29\xad\x6e\x68\x75\xcd\x7d\xa3\xd5\x81\x64\x5d\xe8\x1c\xc6\xdf\x40\x98\x40\x3d\x14\x3d\x90\x2c\x83\x99\x43\xd1\x03\xe9\x3a\x1b\x43\xcf\x03\xe1\x54\x81\xa1\xd4\x81\x74\xa9\x84\xa1\xd3\x81\xac\xdf\x46\xd8\x21\x2a\xea\x58\x58\x75\x98\xe3\x3a\xba\x6f\xc3\xe8\xb6\x02\x07\xc2\xcc\xeb\x61\x44\x0e\x24\xab\x24\xe6\x30\x22\x07\xc2\x04\xea\xa1\xe5\x81\x30\x9f\x7d\x28\x79\x20\x59\xfd\x33\x87\x92\x07\xd2\xc5\x04\x86\x46\x07\xc2\x94\xed\xa1\xd1\x81\xac\xdf\x76\x7d\x9b\xca\xfd\x26\xfc\x2d\x07\x9f\x88\x9c\x09\xce\xc3\x4c\x55\x10\xa6\x59\x0f\x2d\x0e\x44\x37\x7f\x61\xa8\x71\x20\xd2\xd9\xec\x43\xf5\x1a\x9f\x7a\xb9\x2f\xf5\x2c\x10\x06\x0b\x87\x4e\x05\xb2\x4f\x9b\xdc\x5a\x22\x6b\xe6\xc2\x0e\x9d\x6a\x90\x4b\xea\x0c\x9e\xa1\x40\x81\x70\x8e\xca\x50\xa0\x40\x18\xdf\x1b\x0a\x14\x08\xa7\x24\x0d\xfd\x09\x24\xab\x67\xe6\x30\xd6\x06\xc2\x90\xf6\x50\xa9\x40\xf6\xe9\xcf\xdb\xa3\x61\x45\x6f\x3f\xe5\xf1\x34\x78\x4f\xb7\xfc\x2d\xfb\x48\x89\x9c\x7d\x8b\xf9\xdf\xbb\xf1\x50\xaf\x40\xb2\xf8\x7e\x0e\xf5\x0a\x84\x51\xcf\xa1\x5e\x0d\x17\x79\x5c\xfe\xbb\xfb\x90\x0a\x3a\x4e\x0c\x1a\xe3\x1b\x28\x1e\xdd\x30\xfc\x61\x58\x0e\xa4\x05\xd8\x87\xb3\x2d\x41\x5a\x05\x7e\xe8\x60\x20\x59\x85\x37\x87\x0e\x06\xb2\x13\xe5\x1a\x2a\x18\x48\x56\x0e\xcf\xa1\x82\x81\x70\x5a\xd3\x50\xc1\x40\x38\xf1\x65\xe8\x5b\x20\x9c\x2a\x34\xf4\x2d\x90\xdd\x3b\x9c\xbe\x05\x92\x25\x05\x73\xe8\x5b\x20\xfb\xf4\x8b\xf6\x91\xd4\xd4\x19\x1e\xce\x2a\x18\x08\x67\x3f\x0d\x15\x0c\xa4\x15\x9f\x87\x0a\x06\xb2\x13\x04\x1d\x66\xa6\x82\x30\x00\x3c\x94\x32\x90\xd6\x72\x1e\x4a\xd9\xb0\xe4\xaa\xc7\xb2\x06\x06\xc2\x39\x6b\x43\x03\x03\xc9\x22\xea\x39\x34\x30\x90\x16\x15\x1f\x1a\xd8\xd0\xc0\x08\x09\x0c\xa3\x7b\x20\x9c\x82\x35\x74\x32\x10\xce\xb8\x1b\x3a\x19\x48\x0b\xb3\x0f\x9d\x0c\x44\x57\x93\x87\xba\x05\x62\xfe\x78\xb8\x1e\xc6\xd6\x40\xb8\xc2\x7f\x0e\x05\x09\xe4\xe2\x75\xc9\x50\x90\x40\x58\x3b\x6e\xe8\x47\x20\x4c\x41\x1d\xea\x11\x88\x6f\x61\xa8\xa1\x1f\x81\x5c\x1e\xb0\xea\x11\x48\x83\x47\x43\x3b\x02\x61\x5e\xf7\xd0\x8e\x40\x3a\x55\x7a\x28\x47\x20\x2c\x57\x37\x74\x23\x90\x4e\x6f\x1e\xaa\x11\x08\x57\x94\x1a\xaa\x11\x48\xdf\x26\x0d\xd5\x08\xa4\x53\xb8\x87\x66\x04\xd2\xd9\xcd\x43\xe1\x19\x16\xba\x31\x75\x6d\x28\x3c\x20\x9d\xc8\x3a\x0c\xc0\x81\x74\xfa\xe6\x30\x00\x07\xd2\xd7\x67\xc3\x00\x1c\x48\x13\x6b\x86\xa2\x04\xc2\xfc\x9e\x61\x4c\x0e\xa4\x53\x99\x87\xee\x04\x72\x79\xf9\x52\x94\x40\x3a\x0d\x77\xe8\x49\x83\x3a\x37\xce\xc3\x1b\x46\xee\x40\xb2\xa8\x76\x0e\x35\x09\xe4\x4a\x7f\xde\x23\xea\xe2\xad\xb9\x47\x94\x92\x04\xf2\x7b\x20\xd3\x91\x40\x98\xce\x3e\x0c\xe6\x81\xb0\x4e\xf7\x30\x98\x07\xe2\x3b\x02\x14\x29\x10\x4e\x90\x18\x06\xeb\x40\x58\xa6\x7b\x18\xac\x03\x61\xb1\xed\xa1\x6d\x81\xe8\xbe\x1d\x1b\x06\xeb\xc0\xbe\x79\xf8\x6b\x8e\xc5\xcd\x58\x78\x5b\xd0\xc0\x40\x38\xa7\x64\x68\x60\x20\x9c\x14\x30\x0c\xe9\x81\x5c\x69\x93\xc3\x73\x33\x3c\x3e\x7a\xe8\x64\x20\x9c\xba\x31\x74\x32\x10\xce\x39\x18\x86\xf8\x40\x3a\xf7\x7b\x18\xbc\x1b\x06\xef\x3c\xc5\xb5\x34\x90\xbe\x8d\x1d\xa6\x90\x82\x74\xa2\xf7\x30\x9c\x07\xc2\x89\x0f\x43\x95\x03\xb9\xd2\x4f\x39\x14\x0f\x87\xbe\x97\x0b\x55\x0d\x84\x09\x69\xc3\x54\x51\x90\x6b\xd8\x64\xb7\x2d\xd2\xe3\x45\x45\x79\x1b\x16\xe9\xf1\x99\x5f\x79\x03\xb9\xf0\xc9\x61\x30\x10\xa4\x6f\x89\x87\xc1\xc0\x61\x91\x1e\x2f\x9c\x1a\xde\xb0\x48\x8f\x17\x4e\x15\x6f\x58\xa4\x87\xb7\x89\x43\xc3\x03\x69\x41\x83\x61\x30\x10\x84\xaf\x3e\x86\xd6\x07\x8a\x35\xe4\x86\xc1\x40\x10\x56\xa3\x1c\x8a\xe0\xb0\x48\x4f\xf7\x8b\x0e\xce\xeb\xe0\xf8\x29\x0f\x13\x8b\xf4\xf8\x18\xab\x08\x82\x68\xa3\xfd\xa1\x54\xd8\x30\xf0\x38\x2c\xe2\xe3\xf5\x52\x77\x04\xb9\x7c\x78\xd1\x1d\x41\x0c\xa5\x79\x18\x66\x04\x61\x25\xfd\xa9\x4f\x82\xf8\x8a\xb3\x4c\x85\x12\x44\xce\xaf\xad\xd8\xf6\x55\xdd\x9d\xb4\x55\xdb\xac\xae\x55\xfc\xbd\x66\x1b\x39\xf4\xa6\x66\x4d\x15\x0f\xc4\x30\xac\x3c\x0d\xe0\x81\xdd\x6f\x7e\x4f\xa1\x03\xc3\x55\xcc\xa6\xe1\x3a\x50\x2c\x23\x38\x75\x3c\x30\xea\xb2\x29\x6d\x22\x63\x60\xf8\x5b\xc3\x26\x14\xef\xfb\xad\x69\xd3\xe4\xb7\xe8\x95\xb3\x1d\xc1\xa8\xc3\xa6\xd3\x26\xd7\xb5\x5e\xfe\xd8\x65\x1b\x45\x5f\xa6\x7f\x69\x9f\x82\xa2\x39\xd3\x4f\x3d\x36\x3d\xde\xfb\x1b\x6d\xaf\x6d\x84\x1a\xb8\xe0\x4e\x4d\x10\x8c\xca\x33\xcf\xd4\x04\x41\x61\x95\xd2\x9c\x9a\x20\xd8\x57\x19\xfe\x40\xed\x03\xa3\x72\x19\x9b\x5a\x1f\x18\x95\x03\x76\xaa\x78\x53\xc5\xe3\x92\x35\xcd\xeb\x04\xc5\xaa\x7e\x53\xed\x03\xc5\x9a\x8a\xd3\xa0\x1e\x18\x75\xfa\x45\x7b\x69\x69\x20\x6e\x0e\x53\xf3\x03\xc3\x15\x7f\xa6\x41\x3d\x30\x2a\x57\xdc\xa9\x0d\x82\x51\xed\x91\x01\xbc\x69\x15\x20\xae\xb8\x53\x1d\x9c\x56\x01\x72\xbb\xf4\x41\x30\x2a\xd7\x8f\xa9\x10\xce\x4f\x08\x79\xaa\x9f\xe6\x6b\x82\xf8\x22\x90\x53\x49\x04\xa5\xb8\x97\x94\x44\x50\xca\xb7\x65\x76\xbc\xb2\xcb\x97\x5f\xb4\xe3\x94\xf9\xa9\xc3\x26\xf7\x78\x25\x4e\xe6\x50\x2b\x89\xd3\x32\x3f\x8e\xab\x96\x08\x22\x07\xea\x35\x9d\xaa\x08\x8a\xe5\x31\xa7\x51\x43\x50\xcc\x4d\x98\x46\x0d\xa7\x51\xc3\xe9\xa7\x3c\xd4\x8d\x1a\x7a\x5c\xe8\x97\x60\x58\xd5\x7e\xaa\x97\xd3\xa0\x21\x6f\x33\xa6\x7a\x39\x2d\xfd\xe3\x7e\x53\x2f\x41\x7c\x6f\x03\xa6\x7e\x09\x4a\x71\x64\xf5\x4b\x30\xaa\xd7\x03\xe3\x88\x60\x3f\xa1\xb1\x9b\x74\xce\x69\xf1\x9f\xe1\x66\x38\x3e\xc6\x11\x3d\x09\x75\x4e\x30\x2a\xf7\x9a\xa9\x73\x82\x51\xbf\x5e\x7a\xac\x34\x4f\x08\x7a\xe9\x54\xcb\x69\xf1\x1f\xbf\x68\x00\x12\x14\x4b\x5a\x4e\x65\x15\x14\x57\xdf\x9d\x66\x94\x82\x62\x15\xcd\xa9\xbf\x82\xe8\xbe\x6d\x9f\x0a\x2c\x88\x66\xe9\xa5\xa9\x75\x82\x7d\x89\xe3\x4f\x0d\xdb\x81\x7d\xe9\xe2\x5f\x0d\xb5\x81\xaf\x4e\xfd\x54\x01\xa7\x65\x76\xd2\x4f\xd9\x29\xcb\xec\x70\x17\x9f\x2a\x20\xf8\x2a\xd3\x4d\x15\x10\x7c\xb5\xd6\xa7\xbe\x07\x86\xb7\xc6\xa9\xef\x4d\xcb\xec\x78\xc5\xd0\xf7\x40\x31\x8f\x7c\xea\x7b\xe0\x5b\xf1\x66\xea\x7b\xd3\x32\x3b\x5e\xf1\x0c\xa1\x81\xe1\xfd\x79\x2a\x74\x60\xf8\xee\x6e\x2a\x74\xd3\x92\x3a\xee\x5e\x85\x6e\x5a\x52\xc7\x5d\xa2\xd0\x81\x61\xe1\xdc\xa9\xd0\x81\xe2\x22\x2c\xd3\x08\x1a\xf8\x8a\x32\x4f\x1d\x0f\x14\xe3\xd7\xd3\xcc\x4b\x50\xac\x74\x3f\xd5\xbe\x69\x91\x9d\xef\x8b\x0e\xce\xfc\x64\xc1\xdf\x77\x74\x58\x62\xd2\xa5\x14\xa6\xde\x07\x8a\xeb\x5b\x4c\xbd\x6f\x5a\x78\x87\xfb\xff\x34\x17\x73\x7e\x6b\xfb\x7b\x5c\xeb\x82\xe0\x2b\x04\x30\x0d\xc7\x4d\x2b\xef\x78\x75\x53\x0f\x01\xf5\x20\xfe\xf7\x06\x3d\xb5\x47\xf0\x25\x87\x4e\xbd\x10\x7c\xeb\xcd\x4d\xb5\x70\x5a\x71\x07\x2d\x99\x6a\xe1\xb4\xe2\x8e\x87\xbd\x5a\x08\xc6\x72\xdf\xab\x85\xa0\x0c\xcf\x5a\xb5\x10\x14\x67\x71\x4f\x03\x73\x60\x98\x5b\x35\xd5\x42\x50\xac\x72\x39\xd5\x42\x10\xfd\xe7\xb5\xd5\x14\x4f\x30\x4c\x8f\x9f\x4a\xe0\xb4\xe4\x8e\x67\x95\x12\x08\x8a\xb5\x1b\xa6\x12\x08\x8a\x2b\x2e\x4c\x25\x10\x7c\xa5\x1b\xa6\x81\xb9\x69\x7d\x1d\x8f\x53\x03\x73\xd3\xfa\x3a\x9e\x06\x4e\x4c\x04\xc3\x87\x9c\xa9\x3c\x4e\xeb\xeb\x7c\x3f\x6f\x27\x2d\xda\x6a\x35\x84\x69\xde\xe7\xb4\xc0\x8e\xa7\xac\x11\xbd\x69\x81\x1d\x77\xb4\x11\x3d\x30\x96\x47\xa5\x01\x3d\x30\x2c\xe3\x3e\x8d\xe7\x4d\x0b\xec\xe0\xa1\x53\x5d\x05\x43\xc7\x99\x86\xf8\x40\xb1\x3c\xd7\x54\x60\xa7\x05\x76\x70\x9c\xa9\xc0\x82\x62\xe0\x6a\x2a\xb0\xa0\x0c\xff\x51\x81\x05\xc5\x32\x4f\x53\x7f\x05\x43\x85\x9a\xfa\x2b\x28\xd6\xe4\x9d\xfa\x2b\x98\xbe\x19\x98\xfa\xeb\x74\x31\x4c\x0f\x3a\xfd\x75\x1a\xdc\xfb\xfd\xfc\x7d\x87\x82\x02\x3e\xdd\xe8\xec\x34\x1c\x07\xf6\x23\x1b\x3f\xa7\x3c\x82\x2d\xea\xb6\xf9\xaf\x97\x07\x1e\x7b\x4e\x7b\x04\xd1\x9b\x7f\xa1\x3e\x82\xe9\xaa\x54\xd3\xd0\x1b\x98\xce\x29\x9b\x1a\x25\x98\x96\x90\x98\x1a\x25\xa8\xbe\xa2\x9c\x46\xde\x40\x0c\xe7\xfb\x4d\x2d\x13\x54\xdf\x51\x4e\x2d\x73\x5a\x58\xc7\xdb\xa9\x96\x09\xaa\xef\x15\xa7\x96\x09\xa6\xe5\x07\xa6\x4a\x09\xa6\xab\xa8\x4d\x95\x12\x4c\x8b\x75\x4c\x95\x12\x54\xeb\x64\x4c\x95\x72\x5a\x44\xc7\xbd\xa9\x52\x82\x69\x65\x8e\x69\x5d\x1d\x50\xad\x6d\x31\xb5\x4c\x30\x7d\xbf\x35\x95\x4c\x50\x9d\x56\x32\x75\x4c\x50\x9d\x7c\x32\x15\x4a\x50\x7d\x0f\x3b\xb5\xc7\x69\xc5\x1c\x77\x88\xf6\x38\x6f\xfb\xe8\x3f\x7a\x2c\xde\x04\x28\x78\xcd\x3b\x0d\xe8\x81\x6a\x61\xe9\x69\x36\x28\x98\xbe\x8a\x9b\xda\x23\xa8\xbe\xc0\x9d\xda\x23\x98\xbe\x2b\x9b\xaa\x22\x98\xf9\x7d\xca\x0e\x3d\x74\xc8\x81\x36\xd2\x07\xa6\x8b\xbb\x4d\xed\x11\x4c\x6b\xa7\x4c\xed\x11\x4c\xdf\x40\x4e\xed\x11\x4c\x5f\xc5\x4d\xed\x11\x4c\x5f\x89\x4e\x55\x11\x54\x5f\x19\x4f\x55\x11\x4c\x17\x6d\x9b\xaa\x22\x58\x16\xd2\x9c\xaa\x22\x98\xbe\x2a\x9b\xaa\x22\xa8\x4e\x0c\x9e\xaa\xe2\xb4\x10\x8e\xb7\x48\x55\x11\x4c\xcb\x83\x4c\x55\x11\x54\x63\x86\x53\x55\x9c\x16\xc2\xf1\x22\xaf\x2a\x82\xe9\x6b\xdf\xa9\x2a\x82\xe9\xfa\x78\x53\x55\x04\xd5\x8a\x34\x53\x15\x04\xd5\x8a\x1e\xd3\x1c\x54\x50\x9d\x13\x30\xb5\x43\x30\x5d\x01\x72\x9a\x83\x0a\x66\x72\x30\x2d\x4d\x10\xec\xd3\xbb\xd2\x16\xb6\x69\x82\x28\xf8\xd2\x04\x41\x0c\x57\x1e\x5c\x9a\x20\x88\xe1\xe2\x68\x4b\x13\x5c\xae\x4e\xc9\x1d\x7d\x19\x5c\x04\xd5\x29\x55\xcb\x34\x54\x30\xad\x24\xb3\x4c\x43\x05\xd3\xb7\xc9\xcb\x10\x24\x98\xbe\xcb\x5e\xc6\x20\x97\x65\x5e\x7f\xbf\x3f\x24\x68\x2f\x83\x94\x60\x26\x3b\x63\x19\xa4\x04\xd3\xd5\x2d\x96\x41\x4a\x30\x0d\x65\x2e\x05\x16\xd4\xf2\x6d\xe4\x63\x13\x47\x57\xb1\xc3\xaf\x4d\x94\x59\xe2\x5e\xb7\xb4\xdc\xe5\xe2\x94\x3c\x4e\x2c\xd3\x54\xc1\x74\xcd\xbe\xa5\xf7\x82\x6a\x7c\x68\xe9\xbd\xcb\xf5\x2a\x79\x84\x58\x7a\x2f\x98\xae\x68\xb8\x4c\x53\x05\xd3\x1a\x2f\x4b\xef\x05\xd3\x1b\xe2\xd2\x7b\x41\x74\xef\xfb\x4b\xf1\x05\xf1\xad\xd4\xb2\x34\x5f\x10\xcd\x4c\xc0\xa5\x72\x82\xe9\xbc\xdc\xa5\x39\x82\xe9\x8b\xea\x65\xc4\x10\x44\x3a\x87\x6a\x29\x85\xcb\x92\x37\x5c\x0d\x97\x99\x9e\xa0\x26\x2f\xa8\x96\x52\x08\x56\xe1\x66\xbd\x0c\x1b\x82\x65\x39\xd5\xa5\x27\x82\x65\xa9\xd1\xa5\x27\x2e\x2b\xde\xf0\xfc\xbe\xf4\x44\x10\x69\xe8\x7d\xe9\x89\xcb\x92\x37\xdc\x02\x97\x9a\x08\x96\xab\x94\x2f\x35\x71\x59\xf1\xc6\x23\x5a\x27\x04\xab\x7c\xbf\x65\x2f\x2b\x49\x58\xd3\x26\x0f\x0c\x02\x87\x16\xd8\x5d\x3a\xe1\xd2\x09\x2d\x0a\xb1\x0c\x1d\x82\x65\x95\xe2\xa5\x26\x2e\x2b\xda\x78\xb2\xa9\x89\xcb\x8a\x36\x3c\x59\x2c\x35\x11\x2c\x27\x68\x2f\x35\x11\xec\xe3\x9e\x81\xd5\x13\xc1\x72\xf6\xc5\xd2\x13\xc1\xb2\x14\xf3\xd2\x13\x41\x0c\x3d\x62\x29\x85\xab\xd1\x73\xcf\x5b\x0d\x10\xd4\xfc\xfe\xd3\xc1\x68\x0e\x86\x9f\x72\x30\x1a\x83\x61\x2f\xb5\x3d\xb0\x5c\xe8\x7c\x69\x7b\x60\x99\xf9\xb0\x54\x3b\xb0\x0c\xd1\x2f\x73\x4b\xc1\x32\x1c\xbf\xb4\x3d\x50\x5d\x96\x68\x69\x7b\xa0\xba\x70\xc8\xd2\xf6\xd6\x67\x7b\xbc\x6c\x5a\xda\x1e\x18\xbe\xa6\x5c\x86\x2b\xc1\xb2\x48\xec\x72\x02\x21\x58\x66\xed\x2e\x23\x98\x60\x95\xef\xb7\x1c\x8a\xee\x50\xd0\x23\xd3\x54\x41\x75\xb1\x92\x65\x50\x13\x2c\x93\x82\x97\x7a\x09\xaa\x33\x95\x97\x41\x4d\x50\x9d\x0b\xb6\x0c\x6a\x82\x65\x14\x7f\x19\xd4\x04\x35\x79\xf5\xbe\x0c\x6a\x82\x7d\x0d\x66\x78\x0c\x6a\x82\xe5\x1a\x2d\xcb\xdc\x54\x50\x9d\xba\xbc\x4c\x4d\x05\x31\x7f\x5e\xf0\x94\x5c\xb0\x4a\xf7\xc7\x1c\x31\x2a\xf7\xb8\x8c\xfd\x32\x40\x0a\xf6\x23\x21\xdd\x34\x37\x15\xd4\x74\x14\xad\xdc\x03\x96\xb3\x48\x97\x61\x54\xb0\xac\xf7\xbb\x74\x68\x50\xd3\x81\x35\xb2\x0a\x96\xe5\x5f\x97\x5a\x0d\x6a\x7a\x5a\x9a\xc0\x0a\xaa\x53\x16\x97\xa6\xbd\x9c\xc5\xc8\x03\xf9\x32\x81\x15\x4c\x17\x2e\x5e\xca\x37\x58\xd6\x5a\x5f\xca\x37\x88\xa6\x0b\x2f\x03\xb0\xeb\xcb\x60\xed\x7e\xd5\x31\x1b\x9e\x4a\x36\x39\x64\x1b\xd5\x09\xc4\x4b\x23\x07\xcb\x59\x4b\x4b\x23\x07\x35\xdd\x25\x1a\xf9\x32\xa9\x95\xe7\xe5\xa5\x91\x83\xea\x3a\x5a\xcb\xa0\x2c\x58\x56\x6e\x5e\x4a\x3a\x58\xbe\xc9\x5a\x8a\x35\x88\x74\x72\xd9\x52\xa3\x41\x4d\x2f\x5b\x6a\x34\x58\xbe\x0f\x5c\x2a\x33\xd8\x47\x01\xff\xa9\x33\x83\xea\xd4\xf7\xa5\xf9\x82\xe8\xe6\xf9\x2c\x63\x9e\x60\x99\x14\xbf\x8c\x79\x82\xe5\xfc\x86\xa5\xc8\x82\x65\x30\x6d\x29\xb2\x60\xad\xf2\x07\x67\x5e\x4a\x2d\x58\xc6\x9c\x96\x52\x0b\x6a\x7a\x7a\x18\xeb\x04\xcd\x09\x50\x4b\xcf\x05\xcb\x39\x18\x4b\xcf\x05\xcb\x68\xd2\xd2\x73\xc1\xbe\x37\xd0\x3b\xe3\x9f\x60\x99\xdf\xbf\x8c\x7f\x82\x65\x1c\x67\x69\xc3\xa0\x59\xc0\x62\x69\xc3\xa0\x59\xfe\x61\x59\x95\x07\x2c\x63\x2f\x4b\x1b\x06\x7b\xdc\xf9\x4b\x75\x78\x7d\x79\xaa\x74\x49\x1d\x5e\xe6\xa9\x7a\x74\xa9\xc3\x20\x9a\x4b\xf8\x2c\x7d\x18\x34\x4b\x90\x2c\x7d\x18\x2c\xe3\x87\xcb\x59\x90\x60\x19\x1e\x59\x2a\x32\x68\x16\x25\x59\x1a\x32\x58\xeb\xfb\x79\xc7\xe7\xcb\x79\x75\xc3\x1c\x9e\x83\xe1\x21\xee\xb8\x34\x64\xb0\x0c\xdb\x2c\x0d\x19\x34\x8b\x79\x2c\x0d\x19\x2c\xa7\xa8\x2c\x0d\x19\x34\xb3\x16\x97\x86\x0c\x9a\x55\x50\x96\x86\x0c\x96\x05\xac\x97\x86\x0c\x96\x33\x54\x96\x86\x0c\x96\xb3\x0f\x97\x86\x0c\x22\xab\x97\x60\x15\x19\x2c\xc3\xb2\x4b\x45\x06\xcd\x09\xbf\x4b\x45\x06\xcb\xb8\xcd\x52\x91\xc1\x72\x72\xc8\x32\xc4\x0b\x9a\x75\x47\x96\xd2\x0c\x96\x91\xda\x65\xf0\x16\x34\x0b\xb6\x2c\xe7\x58\x82\xe5\x0c\x95\xa5\x59\x83\x65\xd8\x74\x99\xe7\x0a\x96\xb9\x6d\xcb\xa8\x2f\x58\x86\x73\x97\x41\x5f\x10\xf9\x3d\x26\x1a\xf5\x05\xcd\x94\xce\x65\xd4\x17\x2c\xc3\x4e\x4b\x71\x07\xcd\x7a\x28\x4b\x6f\x07\xcb\xd8\xd7\xd2\xd1\xc1\x32\x30\xb8\xb4\x6f\xb0\x7c\xf1\xbe\xb4\x6f\xb0\x0c\x61\x2d\xe5\x1b\x34\x2b\xcb\x2c\xe5\x1b\x34\x97\x0f\x58\xca\x37\x68\x66\xa4\x2e\xe5\x1b\x2c\x67\xe6\x2c\x43\xbc\x60\x19\xd9\x5e\xfa\x38\x68\x56\x1e\x5a\xfa\xf8\xb2\xaa\xed\x74\xc4\xb4\x6f\xd0\x4c\x82\x5d\xda\x37\x58\x46\x52\x97\xf6\x0d\xa2\x7f\xc7\x98\xfa\x0d\xf6\x89\x4a\x07\x8c\xde\x82\x65\xe8\x7f\x69\xc3\xeb\xf9\xa2\x62\x1c\x05\xc6\x57\x41\xfc\x5c\xc6\x65\xe9\xc3\x60\xb7\xb1\x71\x86\x53\x41\xfc\x5c\xae\x66\x29\xc9\x20\x7e\x2e\x98\xb2\xb4\x64\xb0\xdb\xd8\x14\x35\x19\x34\xcb\x82\x2d\x35\x19\x44\x37\x47\x76\x29\xc5\x20\x7e\xae\x20\xb4\xb4\x62\xb0\x37\xc5\x9f\x73\x3f\x3c\xd4\xda\xf2\xbc\xd3\x94\xc1\xfe\x57\xbe\xaa\x04\x83\xfd\x55\x86\x5d\x0b\x06\xfb\x73\xb6\x39\xec\x2f\x65\xb4\xbc\x70\xa8\xc1\x20\x7e\x4e\x2d\x5c\x4a\x2f\xd8\x5b\x47\x67\xb5\x5e\xb0\x7f\x8e\x5d\xa6\xf6\x82\x3d\x50\x1c\x72\x7a\x2f\xd8\xd7\x6e\xbf\xeb\x61\xc8\xe4\xcb\x74\x7a\xe9\xd2\x7c\xc1\xfe\x3d\xbf\xeb\x08\xbc\x8e\x80\xc7\x98\xee\x0b\x9a\x55\xe6\x96\xc1\x52\xb0\x7b\xeb\x57\x3d\x14\x09\x96\xfe\x5c\x0a\xe7\xd0\x91\xc1\xde\xbc\x46\x5b\xd8\x46\x46\x3e\x77\x96\x43\x45\x06\xcd\x1a\x70\x87\x86\x7c\x18\x2b\x35\xb1\xf6\xd0\x90\xc1\xde\x38\xdb\xba\x6d\x94\x56\xe0\x8c\x3e\x54\x64\xb0\xff\xb4\xd3\x36\x6c\x73\xec\xb8\x35\x1f\x4a\x32\xd8\xfd\x4f\xda\x96\x6d\xcb\xcf\xb9\x75\x87\x6d\xd4\x9e\xe3\xf6\x75\xa8\xc1\x60\x1f\xdb\x7f\xc8\xd3\x3e\xd4\xe4\xc3\xd9\x9c\xb9\xfc\xb7\xdb\xb6\xdb\x2d\x70\xab\x5e\xdb\x1c\x46\x6e\xb3\x87\x0e\x0c\x9a\x45\x20\x0e\x85\x17\x34\x4b\xd8\x1d\x0a\x2f\xd8\xbf\xc6\xb6\x6b\xbc\x60\x8f\x05\xff\x60\xf4\x17\xec\xe3\x8d\x31\x53\x83\xc1\xfe\x9c\xff\xea\xf8\x84\xe3\xc3\xd5\xf8\xb0\xe0\x0f\x68\x56\x26\x3c\x54\xe3\x43\x35\x56\x53\x0f\xd5\x18\xec\x63\xc1\x36\x07\x20\x9c\xce\xca\x31\x73\x18\x15\x06\xfb\x73\x76\xe3\xb1\x8d\xc9\x1e\xc3\xce\x3a\x26\x41\x45\x4a\xe4\xe9\x30\x2a\x0c\xf6\x37\xe9\xac\x61\x61\xd0\xac\xcd\x77\x98\x0d\x0c\x9a\x75\x19\x0f\x15\x1d\xec\x6e\x71\x78\x18\x16\x06\xbb\x8d\x6d\x33\x1b\x18\xec\x7f\xf0\xbb\x0e\x49\x71\xb2\x83\x43\x62\x18\x18\x44\xcf\xe9\x96\xd8\x57\x17\xdb\xb4\x94\xe7\x61\x6c\x18\x44\x77\x16\xf6\xa1\xce\x83\x88\xf0\x10\xd4\xe7\x41\x74\x9f\x83\x0e\x85\x1e\xec\xcf\xd9\x66\x3f\x36\x9a\xd3\xe1\x0e\x55\x1d\x34\xe7\x99\x1f\xaa\x3a\x68\xd3\x23\xcc\x88\x2e\x68\x33\xfc\xa2\x7d\xa8\xce\xce\xf0\xa0\x53\xdf\x41\x84\x39\xbd\x87\xfe\x0e\xda\xf4\xa4\xd4\xdf\xc1\xde\x34\x86\x4e\x7f\x07\xfb\xe7\xf8\xaa\x02\x0f\xf6\xd1\xc9\xdf\x6a\xf0\x60\x7f\x8e\xef\xea\xe6\xa0\x39\xf1\xf3\xd0\xcd\x41\xa4\x09\x24\x87\x72\x0e\x22\x4c\x4b\x3e\x8c\xe2\x82\x36\xdd\x39\xfa\x3a\x68\xf3\xdb\x10\x47\x84\x24\xe1\x30\xed\xe0\x50\xd8\x41\x73\xe6\xe7\xa1\xb0\x83\xbd\x1b\x18\x39\x43\xb6\x47\xb3\xaf\xdc\x6e\x0f\x95\x1d\xec\x61\x62\xd7\x18\xa1\x05\xbb\x8d\xcf\xe9\xf1\x60\xf7\x95\xff\x50\xe4\xc1\xfe\x0f\xdb\xdc\xfd\x24\x19\x37\x5f\x31\x1c\xaa\x3c\xd8\xbf\xe7\xe7\x1c\x14\x5c\x3e\x4c\xd5\x3e\x74\x79\xb0\x3f\xc7\x36\x2b\xf3\x20\x9a\x99\x0b\x87\x36\x0f\xda\x74\x97\x69\xf3\xa0\x4d\x0f\x44\x6d\x1e\xec\x2d\x66\x8f\xa9\xf3\x60\xb7\xb9\x75\x8e\x4a\x77\x2a\x92\x23\xa5\xbd\x83\xbd\x25\xfe\x85\x23\x45\xf5\xdc\xe9\x31\xa6\xbe\x83\xfd\x31\xdb\x1c\xa8\x8d\x36\xfd\x07\xf5\x1d\xb4\xc9\xad\xfa\xd0\xd5\xc1\xfe\x26\xdd\xd7\xd5\xc1\x7e\x30\xf1\xd7\x1c\x92\x74\x48\x1c\x62\x6d\x1d\xec\x36\x3a\xa6\xad\x83\xdd\xc6\x91\xa2\xae\x83\xfd\x55\x3f\xe7\xa0\xe4\x37\x28\x74\x56\x61\x07\x6d\x7e\x5f\x75\x4c\x5c\x2d\x34\x3c\x8c\x75\x71\xb0\x7f\x8e\x03\x4f\xf3\x06\x7b\x93\x19\x27\x95\x1a\xec\x36\x7e\x4f\x81\x3e\x5c\xe5\xd3\x5a\x9e\x87\x22\x0c\xa2\xff\xbe\x36\xc7\x7d\xa3\x5b\xfb\xe5\x30\xea\x7c\x58\xf2\xc7\x77\x43\x87\x76\x0c\xba\xcf\x9b\x87\x61\xe7\xe3\x5f\xc5\x1f\xfe\x55\x61\x06\x7b\x4b\xe8\xac\xc6\x0c\x22\x7c\xdf\x75\x18\x79\x06\xdd\x07\xe6\x43\x8b\x06\xfb\x5f\x6d\x73\xdc\xa7\xeb\x84\xe3\x43\x87\x31\xe5\xc3\xfa\xb7\x5a\xeb\xa1\x5a\x83\xc8\xf4\xa9\xc1\x18\x31\xd8\xbf\xc7\xbe\x55\xb7\xc1\xfe\xae\xff\xe1\x00\x4c\x57\x4a\xf7\x6e\x64\x30\x19\x44\x37\x6f\xe6\x50\xc2\x41\x77\xaa\xdc\xa1\x84\x83\xfd\x17\x7f\x48\xf7\x3e\x8c\x36\x1f\xae\xd8\xe9\xeb\xad\x43\x33\x07\x7b\x0b\xd8\x2a\xd5\x1c\x74\xa5\xf2\x50\xcd\xc1\xfe\x98\x5f\x75\x2f\xaf\xaf\x84\x0d\x1b\xaf\x9c\x83\xee\xf4\xba\x43\x11\x07\x31\xbf\x1d\xaf\x89\x83\xbd\x25\xfe\x85\xc7\xe5\xb2\xbe\xa4\x97\x2b\x5d\x1c\x74\x6b\xc0\x1d\x46\xa6\x0f\x57\xfc\x34\x23\xf0\xd0\xcf\xc1\xfe\x2a\x47\x88\x82\x0e\x76\x1b\x07\x97\x82\x0e\xba\x59\x02\x87\x82\x0e\xf6\xc7\xf8\x39\x0d\x1d\x74\x6d\xfc\x50\xd0\x41\xb7\x38\xd5\xa1\xa0\x83\xdd\x07\xff\xc0\x61\x3a\x1c\x26\x2f\x24\x2a\x3a\xd8\x9f\xf3\x5f\x1d\x26\xaa\x17\x35\xe7\x91\x1c\x4a\x3a\xd8\x5b\xe2\x7f\x38\x26\x16\x2b\xfa\x79\x19\x56\xc0\x41\x77\x6a\xdc\xa1\x80\x83\x28\xdf\x1e\xd3\xc0\x8f\xad\xdb\xdd\xe2\xe2\x87\x6e\x7d\xb8\x4c\xa8\x69\xca\x87\x72\x0d\xa2\xbb\xee\xc4\xa1\x5c\x83\x6e\xf5\xa8\x43\xb9\x06\xfb\x1f\xd8\x10\xed\x1a\xec\x8d\xe3\x5f\xd5\xeb\x83\xa9\xa4\x45\x9f\x3b\xcc\x97\x06\xdd\x85\xd0\x0e\xfd\x1a\x44\xf1\xbd\xcb\x61\xc2\x34\xd8\x6d\x6e\x89\xfd\x3f\x29\xcf\xe9\x7e\xd5\xb0\xc1\xfe\x98\x1d\xb3\xaf\x96\x31\xf2\xad\xf9\xa1\x29\x83\xee\x1a\x74\x87\xa6\x0c\xba\xab\xbb\x1d\x86\xb3\xc1\xfe\x35\x36\x4e\x55\x06\xbb\x8d\x9d\x68\x3c\x1b\xec\x7e\xf9\x5d\xfb\x75\xf9\xd6\xc9\x4e\xe8\xd4\x60\xdf\x23\xfd\x3d\x3b\x46\x48\x3b\x8d\xe3\x1d\x5a\x35\x88\x62\x45\xeb\x43\xad\x06\xbb\xcd\xcf\xd9\xdb\xcb\x02\x40\x1e\x3c\x5a\x34\xd8\x6d\x6c\x8b\x1a\x0d\x76\x1b\xe3\xae\x47\x83\xfd\x7b\x6c\x9f\x1e\x0d\xba\x52\x76\xe8\xd1\x87\x89\xd1\xe6\x6f\x1e\x46\xa3\x0f\x57\xfb\x54\xf2\x0e\xa5\x19\xec\x9f\x63\xe0\x0d\x51\x83\xfe\x3d\xc3\x9b\xf3\x0c\xba\x25\xdb\x0e\xa3\xd6\x60\x7f\x93\xdd\x63\xd8\xfa\x70\x22\x2a\x52\x7a\x98\xf4\x7c\x7c\x13\x51\xbd\x28\x18\xca\x3e\x2c\x6c\x64\x09\xe8\xc3\x58\x36\xd8\x6d\x74\x42\x7d\x07\x7b\x9f\x31\x9e\x6a\x39\xe8\xfa\xec\xa1\x81\x83\xfd\x55\x36\x58\x03\x3f\xfe\x4d\x49\xf5\xab\xf6\x8b\xfa\xb7\xdf\x0c\xce\x43\x05\x07\x7b\xf3\xd8\x64\x15\x1c\xf4\xe4\x15\xf3\xa1\x6e\x1f\x8f\xa5\x98\x7c\xfc\x37\x0c\x0d\xe2\x2b\x53\x71\xa8\xe0\x87\xf5\x8b\xcc\x9c\x3a\xd4\x6d\x10\x5f\x21\x89\x43\xb7\x06\x7b\xf7\xb0\x29\x7a\x34\x88\xfa\x1d\x65\x7a\x34\x88\x6f\x42\xe3\xa1\x47\x83\x6e\x51\xc6\x43\x8d\x06\x5f\x4c\xe5\xd0\xa2\xc1\xfe\xb5\xfd\xb1\x53\x15\x06\xbb\xad\xd3\x56\x6c\x2b\xb6\x05\x6d\xd5\xb6\x6a\x5b\xa5\xad\xd9\xd6\xf8\x0b\x3f\xd6\x6d\xea\x9e\x16\xfe\xdc\xb4\x8d\x72\xa4\xbe\xf3\x3e\x95\x57\xd0\x67\xb5\xe9\xb4\xe9\xb4\x92\xe9\xa2\xed\xb5\xed\x75\x7a\xf0\xee\xff\x69\x30\x16\x74\x4f\xc6\x53\x11\x3d\xa3\xf8\x31\x3a\xa6\x89\x82\xa8\x9e\x78\xa7\x8a\x09\xbe\xcb\xe2\xa9\x61\x82\xa8\xbe\x6d\x38\x35\xcc\x33\x96\x6d\x49\x9b\x1b\x8c\x4e\x56\x9d\xf8\x54\x13\xc1\xbe\x2e\xf8\xdd\xc7\x36\x66\x2a\x1b\x09\x3f\x95\xc2\xd3\x54\x61\xfa\xa0\x12\x82\xb5\xfe\xf0\x5e\xfd\x54\x18\x41\x58\xf2\xee\x54\x18\x41\x1a\x81\x3e\xf5\x40\x90\xa6\xa7\x9d\x2a\xdf\xe9\x42\xa1\x9c\xa5\xa7\xc6\x07\x46\xfb\xb9\x85\x8e\xb3\xa9\xbf\xdc\xf5\x4e\x53\x7f\xc1\x68\xfe\xbc\x5a\x08\xca\x58\x36\xb9\x5d\x64\x03\x2f\xee\xa0\xa7\x52\x08\x46\xe3\x11\xe6\xd4\x09\x4f\xd7\x04\x9d\xdf\x37\xdd\x17\xac\x09\x6a\xd5\x99\xd3\x28\xef\xc9\xfa\x9f\x56\xaf\x38\xf5\x44\x30\xad\x94\x7d\xea\x89\xa0\x5a\xa3\xe3\xd4\x13\xc1\xb4\x76\xe6\xa9\x26\x82\x69\xc5\xbe\x53\x4b\x04\xb5\x7c\x4d\xee\xad\x6a\x68\xca\x2f\x3a\x14\x95\xe4\x12\x7f\x5e\x1f\x3c\x8d\xe8\x72\xc9\x39\x8d\xe8\x9e\x46\x74\x3d\x08\x8d\xe8\x82\x65\x92\xf2\xa9\x21\x9e\x46\x6f\x79\x41\x72\x2a\x88\x60\x99\xe5\x7b\xea\x87\xa0\x3a\xbf\xf7\xd4\x0f\xc1\x32\x25\xf6\xd4\x0f\x41\xf3\x09\xe9\x34\xc4\x0b\x96\x33\x83\x4e\x8d\x11\x2c\xa7\xdb\x9c\x1a\x23\x68\x5e\xa7\x4f\x85\x11\xac\xef\x3c\x30\xea\x0b\x9a\xd5\x0c\x4f\x75\x11\x34\x6b\x77\x9e\xda\x22\x88\x9f\x65\xbd\x4e\x6d\x11\x44\x1a\x78\x3c\x35\xc3\xf3\x33\xc3\xe6\xcf\x39\x18\xff\xcc\xd0\xdf\x73\x34\x3e\x33\xe4\x56\x73\x6a\x86\x60\xfb\x83\xff\x61\xe7\xd5\x40\x77\x8a\xca\x77\xaa\x7c\xdf\xb0\x19\xc2\x05\xdd\x62\x0e\xa7\xc6\x77\x3a\x09\x55\x09\x38\x35\x3e\xd0\x5d\x21\xf4\xd4\xf8\xce\xfc\x6e\xab\x7c\x4c\xe3\x03\xdd\xb7\xd3\xa7\xc6\x07\x5c\x95\xef\x34\x5e\x0b\x5c\x04\xf9\x54\x01\xc1\x77\x46\x28\x80\x20\x0c\x80\x9e\xfa\xdf\xf9\x2f\x32\x4b\x93\x7b\x13\x85\x73\x8d\x9b\x53\x5d\x03\xa3\xfd\xfc\x94\xdb\x8e\xad\x8d\x74\x47\x19\x14\x05\xd5\x9b\xd3\xa9\xac\x81\x7d\xc6\x31\x88\xca\xda\x69\x6d\xd7\x6f\xc4\x0c\x77\x82\x66\x95\xe9\xd3\x70\x27\xe8\xae\x23\x7c\x1a\xee\x04\x2e\x17\x79\x2a\x79\x20\x86\x3e\x73\x1a\xee\x04\xdf\xd9\xab\xf6\x81\x34\x5f\xf0\x54\xfb\x4e\x67\x8f\x72\x83\x3c\xb5\x3e\x90\xa6\x73\x9d\x5a\x1f\xd8\xf7\x42\x7e\x4c\xeb\x03\x69\xae\xf4\xa9\xf4\x81\x70\x91\x9e\x53\xe7\x03\x69\xa2\xed\x69\x94\x14\x84\x6b\xe1\x9c\xa6\x11\x83\xd1\x7e\x7e\xca\x3e\xb2\x7e\xa7\x05\x04\x4f\x85\x0f\x14\x0b\x08\x9e\xfa\x1e\xf8\xd2\xea\x4f\x75\xef\xdc\x6a\xf7\xcd\x85\x3c\x35\x3b\x30\x7f\x5e\x61\xb5\xb8\xf3\xcb\x09\x66\x23\xb4\x2f\x30\x2d\xb0\x73\x6a\x5f\x60\x5a\x2d\xf2\x54\xbe\x40\xb5\xf2\xcf\xa9\x7b\x81\x99\x5f\x93\x1d\xa2\x32\x4f\xf9\x7e\xcb\x0e\x2d\x2e\x9d\x9e\xaa\x9a\x17\x58\xe6\x9b\x9e\x1a\xd5\x69\x28\x13\x53\x3c\xb5\x22\xb0\x4f\x72\x46\x47\x2d\x3a\x5d\x60\xc4\xe2\x7d\xa7\x5e\x04\x5a\xf3\x22\xa5\x16\x81\xfd\x31\x3a\xa0\x16\x81\xdd\xe6\xe7\xec\xc1\xe1\xab\x0e\x6f\xce\x46\x25\xcf\xc3\x77\x38\x9e\x96\xfa\x0e\xd8\x27\x39\xc3\x76\x7c\x5b\xec\xbb\x04\xb7\xce\xf1\x56\x81\x78\xd6\x39\x8d\x38\x82\x7d\x42\xf3\xaf\x2a\x10\xe8\x56\xb8\x3d\x35\x20\x90\x3e\x73\x9d\xda\x0e\x88\xf5\xfb\x43\x6d\xb2\x53\x17\x02\x69\xe6\xfd\x69\xa8\x11\x14\x2b\x54\x9e\x6a\x0f\x28\xae\xd0\x71\x1a\x57\x04\xd5\x12\x51\xa7\xd6\x03\xa6\xb5\x62\x4e\x83\x88\xa0\x26\x51\xa2\xd3\x20\x22\xa8\x49\x4a\xc2\x69\x0c\xf1\xfc\xd6\xd4\xf4\x1a\xa9\x07\x9d\x86\x07\xbf\x8f\xd9\x3b\xaa\xe7\x58\x29\xe8\x54\x79\x40\x44\xf8\x1c\xa7\xf2\x9c\x5f\xf9\x1c\x87\x54\xe5\x01\xfb\x52\x4a\x3f\x55\x1e\xb0\x9f\xbc\xe8\xa8\xca\x03\x5c\x95\xf6\x54\x78\x40\x7e\x67\xb3\xbe\x03\x9c\x7c\x79\x6a\x3b\xa7\xb6\xe3\xae\x50\x76\x40\x56\xde\x38\x9d\x26\xec\x82\x70\xe1\xa3\x53\xd5\x01\x35\x7d\x36\x52\x75\x80\x53\x96\x4f\xa3\x83\x20\x9d\x01\x72\x9a\x9c\x0b\xc2\x05\xca\x4e\x75\xe8\x74\x02\xe8\xf0\x8b\xf6\x10\xf3\xb1\xa0\xcf\xa9\xf9\x00\x97\x33\x3e\x15\x1f\x10\xdf\x3a\xf4\xa7\x96\x03\xd2\x44\xbf\x53\xa1\x01\x69\x6a\xfa\xa9\xcf\x9c\x86\x23\xbf\x0e\x19\x8e\x04\xa3\xe1\x33\xa7\x09\xbb\x60\xb4\x9f\xdf\xb4\x8f\x8f\xcf\x59\xf4\xc8\x58\x24\x18\xa6\x6c\x9f\x8a\x10\x18\x96\xb6\x38\xf5\x20\x30\x1a\x01\x8f\x53\x0d\x02\xfb\xe0\xf1\xf7\xed\xe5\x43\xb1\x5e\x5e\x04\x9c\x26\xde\x82\x6a\x95\xb3\x53\xe3\x01\xd3\x77\x5d\xa7\xf1\xc5\x93\x94\x5a\xdf\x16\x9d\xc6\x08\xcf\x97\xe7\x19\x8f\x7d\x35\x06\x2c\xe7\x06\x9d\x5a\xcc\x69\x34\xd0\x0c\xaf\x53\x8d\x39\x5f\xb3\xf5\x6c\xf2\xd0\x79\x49\x31\xf2\xde\x69\xe0\x0f\x2c\xa7\x98\x9e\xc6\xfd\xce\x2f\xee\xc7\x6e\xba\x94\x9d\xcb\xb8\x9f\x55\x6a\x2e\xe3\x7e\x60\xb7\x0d\xda\x8a\x6d\x5e\x01\x79\x31\x72\x29\x40\x60\x9f\x11\x95\xb6\x66\x9b\x8f\x39\x78\xd7\xa5\x01\x81\xa6\xd9\x5c\x46\xfe\xc0\xfe\x58\xa3\x6d\xda\x36\x39\xac\xfc\xd7\x65\x93\xef\x1c\xd3\xaf\x9e\xb6\x59\xed\x69\xf9\xb9\xcb\x36\x2d\xbb\xdb\x76\xdb\x76\xeb\x58\x6e\xc9\x6b\xdb\xcb\x7e\xde\x2d\xaa\x13\x70\x2e\xe2\xa5\x39\x81\xc9\x65\xf8\xd2\x9b\x2e\x2b\xab\x22\xc4\x97\x11\x3c\xf0\x2d\xd2\x79\x19\xc0\x03\xf9\xeb\x36\xd9\xcb\x20\xf1\xc0\x16\xfb\x18\x94\x7b\xe1\xda\x70\x19\xa8\xbb\xc2\x62\x22\x7e\xca\x2e\x86\x81\x2a\xb7\xc1\x1e\x12\x93\x6b\xc6\xdf\x2e\x65\x0b\xa4\x99\xd4\x97\xf1\x37\x10\x9e\x74\x97\xaa\x75\x59\x6a\x95\x90\xcc\xa5\x3a\x81\x62\xcd\xdf\xcb\xb2\xaa\xa0\x58\x1e\xe5\xd2\xa6\xc0\x68\xa8\xf1\x65\xf4\x0d\x14\x6b\xa1\x5c\x06\xdf\xae\xe2\xdc\x53\xb6\xcb\x3c\x5a\xf0\xcd\x6e\xba\x0c\xbd\x81\xe2\xc2\x52\x97\x1a\x06\xaa\x85\x11\x2f\x67\x60\x5e\xc5\x93\x89\x2f\x9a\x59\x0b\xa6\x2f\x15\x2f\x35\x0c\x44\xaa\x28\x97\xd2\x05\x9a\xef\x28\x2f\xa5\xeb\x52\xba\x82\x16\x3b\xf4\x6f\xc1\x0c\xbf\x68\x8f\x28\x98\xea\xda\x6f\x97\xce\x75\x7d\x33\x30\xdd\x7e\xe3\x75\x60\x36\x3f\xe5\x6e\x63\xc5\x8c\x6e\xec\xfe\xd2\xc3\xc0\xfe\x03\xb7\xd6\x9e\x53\xa7\xc7\x35\xc7\x2e\xad\x0b\xc4\x30\xdf\xf6\x52\xbb\xc0\xf4\xac\xd1\xba\x40\xba\xb6\xe2\x65\x64\x0e\x38\x79\xf9\xd2\xc3\xc0\xec\x7f\xb8\x31\x5f\x5a\x1a\x88\x6f\xec\xb4\x34\x90\xae\xd8\x78\xa9\x64\x20\x75\x90\x4b\xd9\x02\x91\x06\x63\x2f\x6d\x0b\xa4\x77\xc4\x4b\xdb\xba\x28\xd9\xf3\x9d\xfe\xaa\xd5\x45\x2c\xee\xc7\xc5\xf5\x32\x14\x07\x32\x1c\x4f\xd5\x0a\xc4\x77\xd0\xa8\x51\x20\x7d\x22\xba\xb4\x28\x90\xde\x97\x2f\x25\x0a\xc4\xcf\xb3\x40\x5f\x02\xe1\xc3\xe6\x65\x20\x0d\x44\x77\x5e\xe7\xa5\x42\x81\xf0\x31\xf5\x32\x92\x06\xf6\xbe\x67\x63\xd5\x2a\x10\x3f\x8f\x70\xad\x0a\xa4\xcf\x65\x97\xb1\x35\xe0\xc3\xec\xa5\x67\x5d\x7a\x96\xd7\x08\x35\xeb\x4a\x3b\xc9\xe8\xa8\x54\x20\x9c\xb6\x74\x29\x47\x20\x5d\xbf\xe9\x52\x8e\x40\xba\x56\xd3\x65\x6c\x0c\x64\x25\xb4\x70\x19\x1a\x03\x61\x02\xf8\x65\x64\x0c\x7c\x93\xdb\x2f\xad\x0a\x84\xe5\x2f\x2f\xe3\x62\x20\x6b\x71\xbb\xec\x4f\x52\xbd\xc8\x8b\xb6\x59\xab\x20\xbe\x42\x34\x57\x7e\x3d\x7a\xf9\x26\x83\x63\xda\x2a\x08\xe5\xf7\x32\x78\x06\xb2\xf2\x20\x73\x69\x68\x20\x4c\xe3\xbe\xcc\x5a\x05\x59\xdd\x30\xa5\x0d\x84\xf9\xeb\x97\x49\xab\x20\xa6\x8b\x21\x5f\x7a\x1c\x08\xef\x92\x97\xce\x06\xb2\x16\x3f\xe5\x58\xb0\x44\x47\x5a\x39\xf3\xd2\xda\x40\x7c\x57\x21\xa5\x0d\xa4\x4b\x11\x5c\xce\x1a\x05\x61\xda\xed\xa5\xc8\x81\x30\x1d\xf8\x52\xe4\x40\xb4\xaf\x4d\x93\xbb\x34\x39\xc7\x5f\x93\x03\xa1\x98\x5c\x8a\x1c\x88\xe2\x8d\x54\x91\x03\x61\x66\xfd\xa5\xc8\x81\xac\xc5\x4f\x39\x18\x04\xef\x7c\xfc\xb8\x74\x3b\x10\x66\xd6\x5f\x86\xf3\x40\xba\x94\xd8\xa5\xee\x5d\x44\xf3\xca\xd7\xe4\x50\x6c\xa4\x2f\x96\x2e\x67\x88\x82\xac\xc5\x8d\xf0\xd0\x27\xbc\x67\x6a\xf7\xa5\xee\x81\x30\xbf\xfc\x32\xb8\x07\xd2\xf2\x8b\x97\x06\x08\xb2\x7a\xfd\x30\xb4\x07\xc2\xd2\x71\x97\x71\x3a\x10\xe6\x7f\x5f\x86\xe9\x40\x3a\x6d\xed\xd2\x13\x2f\xd7\x02\xf1\x32\xa0\x27\x82\x74\x49\xb2\x4b\x4f\x04\x61\xda\xfe\xa5\x14\x82\x30\x64\x7f\x29\x85\x20\x7c\x07\x76\x19\xa2\x03\x59\xbf\x26\x47\x82\x08\xdd\x77\x6b\x32\x40\x07\xd2\xe5\xc8\x2e\x03\x74\x20\x7d\xeb\x76\x19\x8b\x03\xf1\x65\xc9\x5c\xea\x24\x88\x3e\x78\x25\x7c\xe9\x7a\x60\x1f\xd6\x6c\xad\x21\x30\x10\xce\xbb\xbb\x8c\x80\x81\x70\xe6\xda\xa5\x11\x82\x74\xa6\xdf\xa5\x10\x82\xf8\x4e\x54\x85\x10\x44\xff\x86\x51\x23\x04\xa9\x59\x5d\xc6\xc9\xae\xf3\x2b\x34\x46\x93\x5b\x6b\x0e\xaa\x65\x63\x2f\x25\x11\x84\x25\x8c\x2f\xc3\x64\x20\x9d\xf6\x78\x69\x81\x20\x9d\x96\x74\x69\x81\x20\x9d\xb2\x77\x19\x23\x03\xe1\xb4\x9b\xcb\x18\xd9\xe5\xc4\xcd\xe9\xcf\x3b\x3e\xd4\x14\x72\x0a\xda\x65\x84\x0c\x84\xf3\xcd\x2e\xf5\xf1\x72\xe9\x0f\x6f\xca\xea\xe3\x75\x7e\x65\x0c\x69\x72\x2c\x2c\xb5\xea\xbd\x40\x7d\x04\xe9\x9b\x87\x4b\x7d\x04\xe1\x6c\xb9\xcb\xc0\x1a\x48\xa7\xff\x5d\x0a\x25\x48\x67\x50\x5e\xa6\xa0\x82\xe8\xf3\x0f\xab\x57\x5e\x2a\xe8\xe5\xcc\x52\xde\x42\x5c\x46\xe2\x40\xfa\xd2\xfc\xd2\x4a\x41\xfa\x2a\xe4\x52\x40\x41\x7c\x8f\x2a\xfa\x27\x08\xa7\xef\x5d\xea\x27\x88\x34\x67\xec\x52\x40\x41\x58\x11\xfa\x52\x40\x41\xfa\x7a\xe4\x32\x91\x15\x44\x3a\xcd\xe8\xd2\x4a\x41\x2a\x33\x97\x56\x0a\xd2\xb5\xc2\x2f\x23\x70\x20\xbf\x07\x37\x45\x15\xa4\x93\xba\x2e\x45\x15\x84\x93\x3a\x2f\x45\x15\x7c\x13\x9f\x2f\x73\x5b\x2f\x73\x5b\x7d\x84\x55\x5e\x2f\xeb\x17\xf9\x6c\xad\xbc\x82\x70\xb2\xe9\x65\xdc\x0e\xfc\xc7\xd8\xb9\xe4\x58\xcf\x02\x0b\x72\xde\xab\xe8\x25\x9c\xe4\x8d\xd4\xea\xbd\xd8\xc6\xde\xff\x12\xae\x88\xe0\xbb\xd3\xbf\x46\xa1\x42\x75\x6c\x83\x9f\x41\x26\xd0\x1c\x04\xf7\x28\xaf\xa0\x39\x4d\xc0\xa3\xbc\x82\x70\x2c\xdb\xa3\xbd\x82\x70\x8c\xed\x63\xd4\x0e\x34\x07\x8c\x3d\xfa\xec\xa3\xcf\xfa\x9c\x30\x68\x07\xa2\x76\xbf\xc0\x75\x5c\x10\x8e\xe3\x78\x74\x5c\x10\x8e\x82\x7b\x54\x5c\x10\x8e\xce\x7b\x54\x5c\x10\xce\xb0\xfb\x18\xd8\x03\xe1\x0c\xe6\x8f\x3e\x0b\x9a\x83\x8b\x1f\x7d\x16\x84\x13\x85\x3f\x66\xd6\x82\x66\xd2\xc8\xa3\xe2\x82\x68\xe9\xfc\x9b\x6d\xc1\xfc\x45\x8e\xa8\x7c\x0c\xf4\x81\xe6\x88\xca\xc7\x54\x5b\xd0\x1c\xfd\xfb\x18\xfb\x03\xcd\x31\xaf\x8f\x6e\x0c\xc2\xe1\x8e\x8f\x6e\x0c\x92\x33\x3a\x3e\x06\x03\x41\x38\xe6\xf5\x51\x97\x41\x73\xb0\xec\x63\x78\x10\x84\xb3\x59\x3f\x8e\x40\x05\xe1\x90\x83\x47\x83\x06\x4d\xf5\x5e\x0a\x2e\x68\xf6\xc1\x2e\xfd\x16\x74\x3f\x0f\x97\x7a\x0b\xf6\xd3\x37\x53\x96\x2d\xcb\xfc\x9b\x45\xc5\x22\xba\x52\x39\x6d\x4b\xb9\x05\x51\x9c\x6f\x6b\x69\xb7\x60\x6f\xad\x50\xd6\x2d\xeb\x6c\xad\x51\x34\x2c\x1a\x14\x4d\x8a\xa6\x45\x73\x17\xd1\x3e\xcb\xb8\x20\x68\xce\x7e\xb1\x54\x60\x10\x2e\xa8\xbe\x34\x60\x10\x7e\xda\x2c\x05\x18\xf4\x12\xd6\xfc\xb5\x68\xdf\xce\x0e\x0c\x59\x2a\x31\xe8\x7e\x77\x2f\x9d\x18\x74\x63\xa2\x4b\x29\x06\xcd\x2e\xfc\xe5\xd8\x4e\xd0\x9c\xb4\x60\xe9\xbb\xa0\x1b\xc4\x5f\x06\x13\x41\x98\x1c\xbc\x74\x60\xd0\xfd\xec\x5e\x3a\x30\x68\x4e\x4e\xb1\x8c\x2e\x82\x66\x30\x6c\xa9\xc5\x20\x4c\xda\x5f\x2a\xf0\x72\x51\x92\x69\x91\x75\x24\xdc\x38\xcf\xd1\x5b\xc7\x60\xfe\x30\x9e\xe4\x4b\x2b\x06\xdd\x8f\xfa\xe5\xc4\x44\xa0\xbb\x1c\xe6\xd2\x8a\x41\xd4\x1f\x1f\x7e\x4b\x2d\x06\xe1\xda\x5e\x4b\x2d\x06\xfb\x7c\xbb\x03\x2b\x4e\x52\xaa\xa3\x77\x96\xb1\xc8\x65\x2c\x92\x17\xdd\x72\xfe\x22\x10\x8e\x28\x59\xda\x33\x88\x79\x8e\xcc\x8a\x93\xb8\xea\xd0\xa4\xa5\x3d\x83\xae\x54\x2d\x83\x98\xa0\x39\x2f\xc6\x52\xa8\x41\x38\x4a\x63\x19\xd7\x04\xdd\x75\xe0\x96\x8e\x0d\x9a\x9d\xe7\x4b\xc7\x06\xe1\xb4\xf3\xcb\x50\x27\x08\x57\xc6\x5f\x5a\xf7\x72\x99\x92\xe9\x7f\xd9\x62\x2e\x53\x42\x7c\x6f\xa9\xdd\x20\x9c\xd0\x68\x69\xdd\x20\x1c\x89\xb2\xb4\x6e\xd0\x55\xa3\xa5\x74\x83\x70\x88\xcc\xd2\xba\x41\x38\xb0\x62\x29\xdd\xcb\xc5\x4c\x78\xdf\x2d\x9d\x1b\x84\xb3\x3f\x2f\x83\x9f\xa0\xcd\xd1\xfe\xfb\x9d\xbc\xb4\xf4\x95\xbd\x8e\x3c\x6c\xdb\x2e\x7b\x1d\x71\xd8\x2a\x39\xe8\xda\xe7\xd2\xc9\x41\xa8\x90\x4b\xeb\x06\x4d\x3b\x5c\x46\x17\x41\x74\x13\x14\x96\xde\xba\x8c\xf3\x19\x1d\x5a\x8a\x2b\xe8\xc5\x1a\xeb\xad\x20\x65\x1e\x7c\x4b\x6f\x05\xc9\x0f\xf5\xa5\xb6\x82\x68\xf6\xd8\x2d\xbd\x15\xc4\x59\xb8\x66\xa9\xa9\xa0\x97\xe4\xd6\xac\x67\xf5\x1a\xa1\x52\x46\x03\x41\x2f\x5e\x23\x9a\x2b\xe8\xc5\xdb\xd1\x60\x20\xe8\xc5\x8b\xde\x68\xe0\x6a\x76\xc3\x70\x64\xfa\x2d\x48\xf9\x6c\xcb\x0b\x82\x55\x44\x9c\xfc\x77\xe9\xb7\xa0\x17\x0f\x55\xbf\x05\xdd\xd5\xbf\x96\x7e\x0b\x92\x66\xb9\xf4\x5b\x90\x9c\x6e\x78\x39\x2a\x13\xa4\x7c\x8e\xcb\xd3\x6b\x20\xd1\x8b\x4b\xbf\x05\x49\xbf\x5a\xea\x2d\xe8\xc5\x22\xf5\x16\x74\x97\xf9\x5d\xea\x2d\x88\xf3\x21\xb0\xf4\xdb\xe5\xb0\x4c\x27\xe5\x5f\xda\x2c\x48\x2a\xd0\xd2\x66\x41\x37\xc7\x67\x29\xb3\xa0\x17\xdb\xc2\x98\x24\x48\xf6\x11\x2e\xfd\x16\x24\x03\x01\x4b\xbf\x05\x29\x9f\xa3\xb0\x2d\x36\x7a\xf1\xf1\xab\xde\x82\x6e\x2a\xd3\x72\x9e\x24\xd0\x5d\xf4\x78\x69\xbc\xa0\x9b\x2a\xb2\x34\x5e\xd0\x9d\x2b\x7f\x69\xbc\xa0\x17\x1f\x4c\x0a\x2f\xe8\x66\x19\x2d\x85\x77\x9d\xd0\x25\x5f\x8c\x4b\xe3\x05\xbd\x9c\x22\xaf\x94\x41\x87\x3e\x3d\x02\x4b\xe3\x05\xdd\x6c\xa7\xa5\xf1\x82\x64\xbf\xc4\xd2\x78\x41\x2f\x38\xf6\xd2\x78\x41\x72\x86\xe6\xa5\xf1\x82\xe4\xcc\xd1\xcb\x00\xe7\x32\xc0\xe9\x35\xa0\x04\x2f\x03\x9c\x67\x5b\x36\xd8\xb0\xc1\xdc\xa3\x0d\x36\xbc\x9e\xac\xb7\x0d\x36\xbc\x9e\xdc\xa3\x0d\x36\x58\xa0\xc7\x97\xa6\x12\xbc\x4c\x70\xb5\xc3\x79\x69\xc1\xa0\x9b\x21\xb6\x0c\x8d\x82\x5e\xbc\x9d\x15\x63\xd0\x8b\x37\xbd\x62\x0c\x92\x5d\x1c\x4b\x31\x06\x49\x0b\x5e\x8a\x31\x48\x4e\x43\xbd\x14\x63\x10\x67\x4d\xa8\x65\x04\x15\xf4\x72\x7e\x69\x8b\x4d\x6f\x37\x6a\x69\x80\x73\x9d\x69\x6e\x7d\x7d\x18\xe1\x04\x51\xcf\xb7\x93\x36\x0b\x92\x5d\xfe\x4b\x99\x05\xe3\x7c\x00\x29\xb3\x60\x9c\x37\xae\xe6\x0a\x92\xeb\x56\x2c\xcd\x15\x24\xd7\xde\x58\x5a\x2a\xd8\x87\x61\x99\x0d\xb4\x91\x86\x5f\x75\x5a\x2a\x18\xe7\x25\xa9\xa5\x82\x71\xde\xfb\x46\x37\x41\x72\x1c\xc3\xd2\x52\xc1\x19\x58\xbc\xb4\x54\x90\x1c\xb1\xb1\xb4\x54\x10\xcd\xb9\x00\x97\x9a\x0a\x8e\xc5\x2f\x35\x15\x8c\xf3\x0d\xa1\xa6\x82\xe4\x1a\xfb\x4b\x4d\x05\x27\x56\xb9\x4c\xed\x04\x27\x79\x78\x69\xae\x20\x0d\xcf\x92\xe6\x0a\xc6\x79\x03\xa9\xa9\xe0\xdf\xc7\xac\x4e\x0a\x92\x59\x0d\x4b\xe9\x04\xc9\x64\xf8\xa5\x74\x82\x64\x52\xc9\x52\x3a\x41\x3a\x8f\x31\x23\xa1\xe0\x64\xbd\x2f\x3d\x14\xfc\xfb\x00\xd2\x43\xc1\xc9\x57\x58\x7a\x28\x48\xae\x36\xb2\xd4\x50\x90\xc6\xef\x0f\x93\x84\x2e\x2d\x15\x8c\x9f\x8f\x21\x8d\x14\xfc\xfb\xdc\xd6\x48\xc1\xbf\x47\x8e\x46\x0a\x92\x0b\xa7\x2c\x8d\x14\x24\x87\x57\x2c\x8d\x14\xfc\xbb\xc0\x35\x52\x30\x4c\xe0\x5b\x1a\x29\x18\x3f\xcf\x83\x46\x0a\x86\xf3\x4a\x2d\x8d\x14\x8c\x9f\x4f\x0e\xc3\xa9\x20\x39\x7e\x65\x29\xa9\x20\xb9\x14\xf5\x52\x52\x41\x72\x18\xc5\x52\x52\xc1\xc9\x54\x5d\x4a\xea\x5a\x5e\x32\x6e\xcb\x4b\x66\x79\xfb\x78\x5c\x36\xce\xa2\x71\x7c\x70\x28\xa4\xe0\x0c\x65\x58\x0a\x29\x48\xc3\x8f\x72\x85\x14\x9c\x51\xde\x4b\x21\x05\xe3\xe7\xc3\xdd\x98\x2b\x48\xae\x21\xbc\x74\x54\x30\xcc\x56\x5a\x86\x61\x41\x1a\x5e\x91\x3a\x2a\x48\x0e\xf8\x59\x3a\x2a\x38\xb3\x3a\x2c\x1d\x15\x24\x47\x0a\x2d\x15\x15\xa4\x71\x36\x6f\x4b\x10\x98\x35\x2f\x69\xa9\xa8\xe0\x84\x6f\x97\x8a\x0a\x92\xc3\x5a\x96\x8a\x0a\x7a\xb1\x48\x45\x05\xa7\x7b\x79\xa9\xa8\x20\x39\x80\x6b\xa9\xa8\x60\xfc\x7c\x36\xaa\xa8\x20\x75\x5d\xc4\x01\xa3\xe0\xe4\xaf\x2e\xad\x15\x24\x87\xef\x2c\xd3\x5c\xc1\x19\xa5\xbb\x8c\x0e\x83\xe4\xc8\xaf\xa5\xdb\x82\xe4\x88\xae\x65\x74\x18\x24\x17\xf3\x5e\x06\x87\x41\x72\x7d\xec\x65\x8e\xeb\x72\x92\x24\x9f\x95\xc6\x8b\xc1\x79\x7c\xbe\x7a\x32\x38\x23\x72\x5e\xa5\xf8\xfd\x9d\x99\xfd\x7f\x94\x65\xcb\x88\x64\x37\x8b\x8a\x45\x4a\x12\xb7\xcc\xab\x15\x83\xe4\xd2\xda\xaf\x1e\xfb\xba\x94\xa6\x37\xee\xab\x7c\xbe\xbf\xd3\x29\xc9\xe6\x8c\xa3\x82\x38\x77\xcd\xab\x32\x82\x38\x37\xfd\xab\x33\x82\xec\xd4\x30\xaf\xce\x08\x92\x43\xe8\x5e\x9d\x11\x64\x03\x08\xaf\xa1\x54\x30\x1c\x7f\xf1\xaa\x91\xaf\xab\x9f\x34\x37\xef\xa1\x05\x49\x8f\x5c\xea\xaf\xce\x08\xb2\x5d\xf2\xaf\x59\xab\x20\x1b\x71\x79\xd5\x48\x30\x5a\xf7\x87\x36\x5a\x62\x6e\x31\x3e\xb9\x5e\xcd\x12\x64\xfb\xcc\x5f\xc5\x12\x64\x23\x22\xaf\x62\x09\xb2\x73\x01\xbd\x7a\x25\x18\xad\xbb\x2d\x5b\x27\x31\xa3\x16\xe1\xe2\x57\xaf\x04\x71\xee\xd4\x57\xb1\x04\xd1\xe3\x6c\xcd\xe6\x61\x8d\x14\xc7\x5d\xbc\x9a\xe5\x6b\x5c\xb6\x5a\x64\xf3\x24\x9a\x87\xf0\xc4\xab\x59\x82\x61\x06\xce\xab\x59\xbe\x27\x7a\xcb\x61\x68\x96\xaf\xd1\x5b\xfa\x46\x5e\xcd\x12\x8c\x46\x30\xfd\xd5\x2c\x41\xb6\x9f\xfe\xd5\x2c\xc1\x70\x4c\xd2\xab\x59\x82\xec\xec\x49\xaf\x66\xf9\x66\xa6\xd8\xc2\x78\x5f\x9d\x11\x64\x83\x4f\xaf\xce\xf8\x9a\x30\xdb\xdd\xbc\x4d\x61\xc2\x6c\xf5\xbf\x6c\x09\x13\x66\xad\xb6\xce\xf8\x66\x12\x8f\x3c\x21\x86\x69\x5f\xb3\x63\x89\xe6\xbe\x4a\xe1\x6b\x76\xac\x67\x52\x29\x04\xc3\xb1\x46\xaf\x52\x08\x86\x93\xe4\xbc\xc6\x5d\x41\x76\x12\x95\xd7\x21\x95\x20\x3b\x51\xd2\x6b\xc2\x2c\x18\xc6\xac\x5f\xa3\xb3\x6f\xe1\x12\xf0\xa2\x33\x3a\x0b\x86\x83\x80\x5e\x83\xb3\x20\xa7\x53\x64\x1d\x8b\x75\xa4\x09\x0d\xce\x82\x9c\xce\xa1\x5a\xc7\x62\x1d\xff\xa0\xca\xaf\xe1\x5c\x10\x67\x96\xfb\xd7\x78\x2e\x88\x66\xcc\xfc\x35\x57\x16\x0c\xb3\x2d\x5f\x63\xbc\x60\x38\x24\xf7\x75\x5c\x25\x18\x8d\xd8\xc2\x6b\xd8\x17\x64\x83\x4e\xaf\x61\x5f\x30\x1a\x7d\xc2\xaf\xa9\xb3\x20\x1b\x15\x7a\xb5\x67\x90\xd3\x39\x08\x9b\x8a\xa8\xef\xe9\x2f\x7d\xd5\x67\x30\x1a\xf1\x92\x57\x7d\x06\x39\x9d\x2a\x79\x3d\x54\x1e\x1c\xcd\x1f\xda\x7c\x95\x4b\xa4\x7a\xf8\x36\x5f\xf5\xce\xb0\xc8\xf6\xa9\xdc\x19\x5e\x81\xfa\x34\x18\xcd\x33\xad\x4f\x83\xd1\x7c\xa0\xe9\xd3\x60\x98\x4f\xf0\xea\xd3\x20\x3b\xbf\xd3\x6b\x7a\x2d\x18\xad\xfb\x5f\xb6\x4e\xa3\x75\xba\xdb\xb2\x75\x9a\x37\x0b\xd7\x83\x8a\x0d\xb2\xc1\xb6\x57\xc5\x06\xc3\x4c\xa2\x57\xc5\x06\xd9\x09\xb1\x5e\xe3\xc5\x60\xb4\x53\x64\xb5\x9d\xd2\xc8\x96\x50\x9e\x41\x76\x2e\xa4\x57\x53\x06\xa3\xd1\xe3\xfc\x2a\xca\x20\xa7\x53\x64\x1d\xbb\x77\x3f\x07\xa1\x3a\x83\x33\x37\xd8\xab\x27\x83\x6d\xd8\xfe\x9b\x35\xea\x3e\x1d\xfd\x37\x6b\xd4\xa9\x11\x21\xa1\x57\x51\x06\xa3\x11\x75\x78\x55\x60\x10\x67\x19\xae\x57\xaf\x7c\xcd\x92\xf5\xcb\xfd\xd5\x22\xc1\x70\x60\xe4\xab\x45\x82\xec\xcc\x4d\xaf\xca\xf8\xba\xf0\x8a\x73\x65\xbf\x0a\x22\x98\x76\xd1\xbc\x0a\x22\x98\x76\x38\xbc\x0a\x22\x98\xce\x95\xfd\xea\x87\x20\x9f\x36\x53\x06\xc1\x54\x5c\x5f\x65\xf0\x65\x51\x4b\xe7\x93\x7f\xd5\xbc\xd7\x15\x2c\x6d\x0c\x2d\x0f\x4c\xbb\x5e\x5e\x2d\xef\x75\x05\x4b\x6f\x37\x43\xa2\x60\xda\x5d\xf2\x1a\x12\x05\xd1\xcd\x7d\x7b\x8d\x89\xbe\xe6\xce\x4e\x7f\x69\x33\x6e\xe4\x73\x57\x1a\x13\x05\xf9\x5c\x2b\x66\xd8\x82\x69\x1a\xd1\x6b\x98\x14\x4c\x67\xff\x7e\x1d\xb1\x08\xa6\x93\x8b\xbf\x8e\x58\x04\xd3\xde\x9e\xd7\x58\x2a\xc8\xe7\xa6\x34\x33\x17\x4c\x03\xb3\xaf\xde\x0a\xa6\x3d\x2f\xaf\xda\x0a\xf2\x79\x37\x99\x97\x0b\xa6\x5d\x04\xaf\x69\xb9\x20\x9f\x57\x8c\x6e\x0b\xf2\xb9\x91\x74\x5b\x90\xcf\x35\xa6\xc8\x82\xa9\x89\xbf\x8a\x2c\xc8\xe7\x06\x37\x02\x0b\xa6\x7d\x55\xaf\x6e\x0b\xa6\x29\xd6\xaf\x6a\x0b\xa6\xbd\x63\xaf\x6a\x0b\xa6\xfd\x14\xaf\x6a\x0b\xb2\x69\xf0\xaf\x6a\x0b\xa2\xb9\x4c\xc6\x6b\x50\x16\xe4\xf3\xb5\xa0\xee\x82\x69\x54\xe6\x55\x77\xdf\x13\x94\xb5\xe2\xfa\x2e\x98\xe6\x83\xbf\xea\x2e\xc8\xe7\x6b\x44\xdd\x05\xfb\xae\xf1\x38\xbc\x2c\xc8\xea\x3d\x8f\x23\x7d\x17\x4c\xf3\xc6\x5e\x7d\x17\x4c\xbb\xb4\x5e\x7d\x17\x4c\x3b\x5a\x5e\x7d\x17\x4c\x47\xc9\xbf\x46\x6a\xc1\x74\xcd\xb1\x57\x05\x06\xf9\x3c\x5f\x8d\xd4\x82\x69\x27\xda\xab\x15\x83\x7c\x1e\x04\x5a\x31\xc8\xe7\xf3\x4d\x2b\x06\xd3\xcc\xe5\x57\x2b\x06\xf9\x7c\x53\x68\xc5\x60\x3a\xb1\xfe\xab\x15\x83\x69\x52\xdd\xab\x15\x83\x69\xf7\xd5\xab\x15\xbf\x4e\xf1\xeb\x23\x57\x2b\x06\x25\x4e\xb5\x6d\xaf\x87\xf6\x8a\x3f\x04\x95\x5f\x63\xb7\xaf\x93\x10\x9d\xed\xda\x9c\x4c\x42\x64\xb7\xd8\xab\x28\x83\x69\xa7\xe1\xab\x28\x83\x7c\xde\x27\x8a\x32\x98\x66\x0c\xbe\x8a\xf2\x7b\x72\x8c\x2d\xb2\x39\x97\xcd\x49\xdb\x29\xca\xa0\xd4\xf3\x43\x9b\x73\x31\xde\xc7\x67\xa3\x56\x0c\xa6\x3d\x59\xaf\x56\x0c\xa2\xb9\x30\xed\xab\x16\xbf\x2e\x33\xf3\xf3\x63\x48\x2f\x06\xd1\xec\x99\x7e\x15\x63\x30\xed\x20\x7f\x8d\xde\x82\xe8\xdd\x5d\x28\xb8\xaf\x6b\xc8\xfc\xfc\x2e\xd7\x4a\xdf\xf7\x7c\x38\xf3\x5b\x85\x13\x4c\xc3\x1c\xaf\xc2\x09\x8a\xb3\x8b\xbc\x0a\x27\x98\xe6\x59\xbe\x0a\x27\x98\xc6\x9d\x5e\x85\x13\x14\x27\x39\x78\xb5\x4b\x30\x9d\xd7\xf1\xd5\x2e\x41\x71\x92\x8f\x57\x95\x04\xc5\x81\x3c\xaf\x2a\x09\xa6\x73\x78\xbf\xaa\x24\x98\x46\x3b\x5f\x55\x12\x9c\x29\xd7\x5e\xc7\x50\x82\xe9\x4c\xdf\xaf\x76\x09\xa6\xc1\xa3\x57\xbb\x7c\xcd\x3d\x76\x4c\xd4\xab\x5e\x82\xe9\x1c\xfe\xaf\x7a\xf9\x3a\x11\x91\xe1\xd4\x57\xbf\x04\xd3\x70\xe1\x6b\x3e\x32\x28\x0e\xe3\x7f\xcd\x47\x06\xc5\xa9\x52\x3e\x2d\xf4\x3b\xe9\xc8\x5c\x55\x9f\xe1\x5a\x50\x9c\xdc\xe2\xd3\x4c\x41\x71\x39\xda\x4f\x31\x05\x73\x9e\x1f\x16\x8b\x8a\xef\x74\x77\x50\x2d\xa3\xcd\xa6\x1b\x6b\x16\x35\x36\x56\x28\xea\x16\x31\x8f\xdc\xf4\x87\xc3\xa2\x61\x35\xfd\xe5\xb4\x8c\x46\xeb\xfe\xdb\x65\x11\x03\xd0\x78\xa2\x7c\x46\x6b\x3f\x97\x0b\xb5\x7b\xea\x33\x5c\xfb\x9d\x39\x86\xc2\xff\x5b\x96\x2d\xf7\x90\x29\x7b\x2d\xe3\x0a\x9a\x16\x7d\x16\xd1\x6a\xbc\x3c\x3f\x43\xb1\x60\x9a\x44\xff\x99\xb3\x0c\x8a\xc3\xfd\x3f\x73\x96\x41\x71\x7e\x82\x4f\xd7\x06\xc5\xf9\x40\x3e\x63\xb8\x20\x9a\xfd\xa8\x9f\x41\x5c\x10\xc3\xeb\xf1\x53\xc9\xc1\x74\xf4\xc0\xa7\x91\x7f\x41\xdd\xf9\x92\xf8\x74\x6d\x30\x0d\x7c\x7d\xc6\x67\xc1\xae\xa6\xff\x66\x9d\x48\x5b\xfe\x19\xfd\xfb\xb4\x6d\x50\x4c\x07\xff\xb4\x6d\xb0\xff\x8d\xe3\x50\xb7\x41\x71\x11\xd1\x4f\xdd\x06\xc5\x79\x6e\x3e\x75\x1b\xc4\xf8\x55\xff\xcd\xca\x27\x6f\x1f\x77\x60\xe5\xcf\xec\x42\xc5\xe3\xb0\xf2\x89\x6b\xa1\xbb\x4f\x2b\xba\x51\x1c\x6f\xf3\x29\xd7\xa0\x38\x67\xcc\xa7\x5b\x83\xe2\xc4\x22\x9f\x6e\x0d\x8a\xcb\x43\x7f\xba\x35\x98\xae\x23\xf0\xe9\xd6\x60\xba\x76\xc6\xa7\x5b\x83\xe2\xa4\x22\x9f\x6e\x0d\xa6\xf1\xf7\x4f\xb7\x06\xc5\xd9\x52\x3e\xdd\x1a\x14\x27\x4b\xf9\x74\x6b\x50\x9c\x79\xe4\xd3\xad\xc1\x6e\x1e\xea\xad\x5c\x7f\xae\x5f\x3a\xfd\x37\x9b\x27\x9b\xcf\xee\x7f\xd9\x3a\x4c\x43\xec\x6a\x03\x9f\x0a\x0e\x8a\x33\x25\x7d\x2a\x38\x98\x86\xe9\x3f\x15\x1c\xec\x73\x69\x95\x6c\xb1\xec\xd3\xc5\x7f\xb3\xc5\x98\x9a\xd8\xec\x87\xcf\xc0\xec\x97\xcf\x0c\xfe\xee\xc0\x26\xcb\x3e\x5d\x2c\xb2\xc9\x32\x53\x51\xf9\x4b\xbd\x1c\x4c\xe3\xb7\x9f\x5e\x0e\xf6\x19\xe7\x30\x14\x73\x30\x8d\x28\x7f\x8a\xf9\xe7\x7a\xa8\x8e\x1b\xfa\xf4\x64\x30\x1d\x5a\xfc\x29\xc2\x20\x7e\xf5\x2f\x13\x93\x7c\x7a\xf2\x57\xcf\x13\x8f\x03\xd0\x93\x41\x71\xfd\xf5\x4f\x4f\x06\xfb\xdf\x38\x00\x45\x19\xc4\xcf\x1c\xae\x4f\x53\x06\xc5\x69\xdc\x3e\x4d\xf9\x33\x41\xda\xd5\x16\x3f\x55\x19\x44\x75\xa0\xec\x67\xf4\xf9\x33\x6b\xda\x11\xd5\x9f\xfe\x0c\x8a\xb3\x00\x7e\xba\x32\xd8\x9b\xa3\xde\xca\x32\x28\x4e\x02\xf8\x29\xcb\xdf\x09\x35\x9f\x7a\x79\xe6\xaa\x93\x88\x35\x37\x67\x2b\x9e\xf9\x87\xce\x5e\x6d\x46\xe6\x1f\x72\x3e\xaf\x4f\x5f\x06\xc5\x69\xec\x3e\x7d\xf9\x33\x73\xda\x61\x12\x9f\xc2\x0c\xf6\xc1\xd1\x4c\x1a\x33\xd8\xcd\xe4\xff\xd9\x4c\x1b\xc5\x19\xf0\x3e\xfd\x18\x14\x97\xa9\xff\xf4\x63\xb0\x7f\xe9\xd6\xbc\x94\x9b\xf3\xce\xf9\x94\x33\xe2\x0c\x76\x99\x07\x6c\x93\x34\x27\x56\x6b\x1e\xb1\x6d\xd2\x9c\xb3\x8f\x0e\x98\xcf\x38\x34\x28\xa6\xe6\x7d\xaa\x34\x28\xce\x04\xf7\xa9\xd2\xe0\x8c\xfe\xf8\x8c\x43\x83\xe2\xb4\x6a\x9f\x2a\x0d\xf6\xf6\xf9\xa5\x2e\x0d\xa6\x09\x19\x9f\x2e\xfd\xf5\x73\x31\x5b\x66\xed\x1d\x09\xeb\x5a\x9e\x9f\x32\x0d\x76\xb5\xa8\x82\x36\x0d\x8a\xb3\x18\x7e\xda\x34\xd8\xb2\x4b\x8b\x18\x77\x06\xc5\x99\x22\x3f\xe3\xce\x20\x7e\x66\xf1\x7d\x5a\x37\x28\xae\xef\xff\x19\x78\x06\xbb\xdd\xac\x83\x0d\xd2\x9d\xc4\xb0\x78\xc0\xb6\x48\xf7\x56\xc3\x29\x3e\x63\xcf\xa0\x9e\x27\x8f\xb1\xe7\xef\xc4\x9e\xad\x97\xb1\x67\xb0\xeb\x4a\x6b\x1a\x69\x06\xa5\xf0\x8d\xf7\x19\x69\x06\xfb\xdf\x68\x61\xbb\x04\x40\x71\xc2\xc2\xcf\x50\x33\xd8\x07\x47\xf5\xed\x25\x00\xc5\xb9\xb7\x3e\x7b\x09\xc0\xfe\x37\x5a\xce\x60\xf3\xe7\xf4\x49\xae\x18\xf3\xd9\x75\x00\x76\xbd\xa8\xab\xe1\x66\xb0\x7f\xeb\xff\xd9\x4e\xc3\x76\x2a\x56\xc2\x76\xda\x28\xce\x6c\xf9\xd9\x79\x00\xf6\xe6\xa8\x98\xbd\x07\x60\xff\x94\x76\xb2\xfb\x00\xec\x66\xa7\x16\x06\x93\xc1\x2e\xe3\x50\x8c\x26\x83\xbd\x3d\x7f\x6b\xa3\xcc\x73\xed\xf8\x5b\x5b\x65\xa3\x38\x3f\xe7\x67\x47\xc0\xe7\xec\x45\xce\xc3\xfa\xd9\x13\xf0\xcd\x73\xf7\xd3\xa0\x76\x05\x80\x38\x4b\x47\x7e\xf6\x05\x80\xe2\x52\xc7\x9f\x7d\x01\xa0\x18\x52\xfa\xec\x0b\x00\x11\xe1\x9d\x6e\x67\x00\x88\x08\x4f\xb6\xbd\x01\xa0\x0c\xa2\x95\x9f\xbd\x01\x9f\xb3\x17\x85\x97\x9d\xdd\x01\xa0\xb8\x96\xf2\x67\x77\x00\x28\x23\xbb\x31\xcf\xb5\x73\x17\x85\x8f\x21\x67\x18\x06\x11\x76\x02\x7e\x76\x1b\x80\x7d\x70\x1e\xb0\x27\xfb\x0c\xf0\xf5\xc1\x61\x50\x1c\xec\x32\x7f\x6b\xd3\x39\xe8\x37\xbc\x8a\xed\x60\x00\xfb\xff\x38\xdb\xf6\x30\x80\x88\xf0\xf3\xd3\x2e\x06\xb0\xcb\xd8\xaf\x7d\x0c\xa0\x18\x46\xfe\xec\x63\x00\xfb\xdf\x2c\xb3\xed\x36\xca\xa0\x33\xfd\xb3\x93\x01\x14\x57\x4c\xff\xec\x64\x00\x51\x4d\x16\xfb\xec\x64\x00\xc5\xa5\xd6\x3f\x7b\x14\xc0\x3e\x5e\x4e\xab\x3d\x0a\xa0\xb8\xda\xfa\x67\x8f\x02\xd8\xff\xe6\x4f\x6d\xa6\xfb\x74\xa7\x59\x66\x33\xdd\x36\x93\xcf\x3a\xfb\x14\xc0\x3e\x15\x1e\x9d\xcd\x44\xfa\xf7\xf8\xf9\xcc\xb5\x57\x01\xec\x7d\xd0\x9c\x76\x2b\x80\xe2\xb4\xab\x9f\xdd\x0a\xa0\x8c\xfc\x87\x8e\xf0\xcf\x5e\x07\x70\x66\xef\xfd\xec\x75\x00\x65\xf8\xf1\x6f\xaf\x03\xd8\x87\xc9\x19\xb1\x8f\x01\xec\x7b\xd2\x43\xf2\x62\xfb\x37\x0a\x99\xf6\xb7\x97\xe1\x3b\xa3\x90\x7d\xad\xda\xcd\x00\x76\x75\xfc\x3f\x9b\xf1\xb1\x19\xbd\x89\xec\x68\x00\x7b\x7b\x96\xd9\x8c\x8f\xb3\xb5\x9d\xed\xd9\x8c\x8f\xcd\xe8\x93\xda\xce\x04\xb0\xb7\x67\x99\xcd\xf8\x9c\x66\xa4\x6e\xf6\x0a\x80\x38\x2b\xe5\x7e\x76\x0b\x80\xbd\x0f\xff\xcf\x8b\x66\xa3\x9e\x8f\x63\x3b\x01\x40\x3d\x1f\xc7\x76\x02\x80\xa8\x4e\x14\xfa\xd9\x09\x00\x76\x19\x2d\x65\x27\x00\xa8\xc7\x24\xed\x03\x00\x7b\xa7\xfe\xd4\x8a\x2d\xc7\xce\x7b\x6b\x19\x31\x07\xbb\xcc\x23\xb1\x62\xaf\xef\x11\x8a\x8c\x8f\x83\x7a\x9c\xc2\xee\x03\xb0\x7f\xc9\x69\x34\x40\x0e\xf6\x5e\x39\x38\x23\xe4\xa0\xaa\xfc\x9f\xe1\x70\xb0\xff\x8d\xab\xcd\x34\x6e\xb0\xcb\xdc\x85\x4d\xf2\x3a\x2f\x9a\x2d\x6c\x90\x1c\xd4\xe3\x6c\x76\x50\x80\x7a\x0c\xd6\x0e\x0a\x50\xcf\x77\xbf\x1d\x14\x60\xef\xc0\x32\x6b\xff\x32\x73\x80\x5e\xf1\x9e\xca\x7f\xfc\x92\x1a\x18\x12\x07\xf5\xbc\xce\xec\xb4\x00\xf5\x58\xa8\x9d\x16\x60\x1f\x2c\x1b\xb3\xd7\x02\xec\x7d\x52\x79\xfb\x28\x40\xfc\xfb\x38\xb0\x93\x02\x44\x3a\x4d\x6e\x2f\x05\x88\xb3\xf4\xec\x67\x9f\x04\xa8\xd9\xe7\xa0\x5d\x12\x20\xd2\x11\x45\xfb\x24\xc0\x2e\xf3\xf0\xac\xea\x46\xcd\xbe\x7d\xec\x80\x00\xfb\xdf\xea\xff\xf9\x7f\xfd\x47\x0f\x84\xd8\x65\x8d\xb2\xb0\x2c\x2c\x0b\xca\xb2\x65\x4c\xb4\xc1\x18\xc9\xfe\xa3\xc3\x41\xec\x9b\x64\x50\x56\x2d\xab\xfe\x36\x51\xd6\x2c\x6b\x1c\x4a\xa1\xa8\x5b\x74\x26\x59\xf3\xa7\xd3\xb2\xc9\xbf\xb9\xd7\xcb\xa2\xcb\x76\xb2\xec\xb6\x8c\x89\xe2\xaa\x3b\x78\x2c\x3a\x93\xe2\x4d\xca\x5e\xcb\x5e\x0f\xc4\xbd\x7e\x96\x39\x4b\x44\xdf\x45\x61\x5d\x37\x2a\x4b\x4a\xf6\x5f\x58\x2d\xa6\x2b\x4e\x74\x26\xf4\x5f\x58\xad\x70\x82\x31\x76\x10\xd6\x2a\x1c\x6e\xd5\x38\xb6\xb0\x5a\xe1\xa4\x63\xcd\x3d\x0c\xcb\xf6\x7d\xce\xc4\xd5\xfd\x17\xd6\x34\x9c\x5f\xad\x52\xfb\xb0\xaa\xe1\xfc\x6a\xfe\xd2\x9a\x6e\x54\xe6\x10\xef\xbf\xb0\xa6\xe1\xc8\xef\xe6\x81\x2c\xcb\x9c\x5f\xcd\x8d\x59\x79\x3a\x1d\x2a\x53\x43\xf7\x5f\x58\xf9\x8d\xca\x34\xb7\xfd\x97\x3c\xf9\xc9\x29\x32\x1a\xc7\x96\x6c\x90\xe4\x40\xbc\x46\xed\x93\x2d\x92\x1c\x96\xe8\x89\x4e\x56\x9f\xbe\x83\xc4\xf3\xab\xff\x92\xd5\x4f\x56\xbf\x72\x74\xc9\xea\x27\xaa\x1f\x34\x70\xb2\xfa\xc9\xea\x37\xcb\xac\x7e\x72\x1a\xb6\xe1\x6e\xad\x7f\x72\x1a\xb6\xc6\xa9\x4e\x36\x00\x13\x18\x8f\xdf\x29\xb3\x66\xe9\xcc\xc3\x46\x43\x65\xab\xb6\x51\x9b\x27\x27\x5b\xb3\xec\x34\x6c\x9d\x26\xa6\xbf\x40\xd4\xe6\xd6\xb2\x57\x7a\x76\x66\xb6\xc1\xd1\x65\x1b\x80\x0e\x03\x57\xf3\xeb\xbf\xec\x25\x41\x9e\xb7\xab\xf2\xf5\x5f\xb6\x01\x18\x4b\xed\x0a\x9f\xfd\x97\x6d\x80\xec\xa4\x73\x9d\x46\xc9\xb6\x40\x76\x06\xb7\xe1\x7e\x6d\x81\x7c\x5a\xc0\x43\xb6\x05\xc8\xec\x76\x3d\xc8\xfe\xcb\xb6\x00\xd3\x1f\xbb\x6c\x64\xff\x65\xcf\xf7\x46\x6d\x9e\xc7\x6c\xa3\x64\x1b\x65\xfc\xf7\x60\xe9\xfe\x2b\xb6\x59\x71\xee\xba\x41\x3b\x16\x1b\xad\xd8\x68\x83\x46\x2b\x36\x9a\x83\xaa\xbb\x57\x57\xb1\xd5\xe8\x31\xc8\x3f\xcf\x73\xb1\x85\x98\x0a\x39\x93\xd1\xd7\x7f\xc5\xd6\x60\x5c\x75\xfe\x79\x27\x15\x6b\xce\x52\xb5\xf9\xe7\x15\x5c\xac\x79\xa1\x9f\x9b\xfe\xe5\xfe\x2b\xd6\x7c\xa3\x76\x9f\x23\xd5\x43\xa6\x3b\x61\xfc\x9a\x65\x1e\x72\x75\xd6\x26\xda\xa7\x7a\xc4\x74\x27\xe4\x98\x1c\x5d\xf5\x9c\x56\x3b\x81\x1a\x6d\x5b\x3d\x62\xfa\x04\x72\x4c\xce\x69\xf5\x88\x37\x2a\x1f\xde\xfd\x57\x3d\xe0\x7a\xe6\x3c\xa1\x51\xaa\x07\x4c\xfe\x79\xce\x3e\x20\xab\x07\x4c\xa7\x40\x29\x56\xac\x7a\xb7\xd2\x29\x90\x99\xbe\xb1\xff\xaa\xa7\x6f\xa3\x92\xf9\xdf\x7f\xd5\xd3\x57\x3f\x27\xaf\xe3\xa7\xcd\xca\x32\x9c\x3a\x17\x9f\x90\xcd\xca\xd2\x2b\x90\x49\xa7\xed\xbf\x66\x6d\xe9\x15\xc8\xe7\x91\xd3\x3c\x3f\x1b\x75\xfa\x9c\x6b\x36\xc0\x46\xa5\x73\xbb\xff\x9a\xf5\x67\x9e\xaa\x5c\x6d\xa7\xe6\x8d\xce\x44\xc5\xb9\x7a\x77\x35\xaf\xf3\x33\x79\x95\x6f\x92\x66\x3b\x31\x1a\x3b\x33\x56\xb3\xff\x9a\xd7\x39\x3d\x05\x2e\xfd\xd2\x7f\xcd\x86\x62\x25\xde\x42\x5d\x9b\xcd\x44\x3f\x41\x6f\xa7\x0e\xd6\xbf\xb9\xe8\x8a\xcf\x88\x6e\xfd\x19\x69\x4d\xfe\x6c\xff\x75\xab\xcf\x48\xeb\xf0\x92\xe8\x56\xab\x33\x6c\xd8\x5d\x76\xab\xc5\x18\xea\xc2\x7c\x46\xfd\xd7\xad\x96\x63\xa8\xcf\x2f\xad\x41\x77\xb4\x2c\x67\xb5\x5b\x01\xc7\x50\x33\x37\x48\xff\x75\xcf\x7e\x67\xb8\x6c\xf1\x30\xac\x81\x03\xa6\xab\xdb\xf7\x9c\x22\xf1\x6d\x7a\x3b\x77\x2b\xd5\x4f\xa5\xd8\xda\xb0\x06\x1a\xfb\x79\x2a\x0d\x4f\x20\x13\x5d\x35\x2f\xaf\xe1\xf9\x1b\x8c\xbb\xb4\x89\x86\x15\x65\x7c\x34\xb1\xf9\xfe\x1b\x56\x74\x30\x23\x60\x61\x9f\xc3\x7a\x0e\x06\x56\x16\x2e\xdf\x61\xa5\x70\x73\x67\xf6\xeb\xbf\x61\xa5\x74\x73\xdf\x79\xc3\x13\x35\x1c\x51\xe1\xad\x3f\xac\x15\xb3\x18\xb7\xf3\x4b\x2b\x35\xac\x94\x2f\xdf\x69\xa5\x26\xa3\x21\x0b\xed\x31\xad\xd3\x74\x58\x2d\xe7\x7d\x5a\x27\x47\x3a\x7b\x29\x4c\xeb\x34\xa9\x93\x27\x6f\x5a\x27\x14\x9c\x9c\xb9\xfe\x9b\xd6\x69\x5a\x27\xae\x8d\xe9\xb9\xdb\x68\xcd\x93\x32\xad\x26\x23\x9d\x9b\x1f\x00\xd3\x5a\x32\xd2\xb9\x79\x53\x4d\x0f\x7f\x32\x20\xcc\x97\xec\xe5\x75\x76\xf1\x50\x49\x1e\xd8\x65\x8d\x2e\x06\xd1\x79\x27\x5f\x1e\x3e\xaa\x5d\xba\x9f\x4e\x97\xc7\x4f\xc2\x38\x4b\xf9\xf4\xdf\xe5\xf1\x9b\x2f\x5e\x3d\x03\x97\x15\x60\x46\xac\xda\x6c\xb3\xcb\x7b\xea\x72\x1e\x0e\xdf\x09\x97\x55\x60\x71\xdb\xf3\x00\xbd\x3c\x2b\x97\x83\xa3\x3c\x10\xaf\x3e\x14\x9a\x5c\x8e\xfe\xbb\x7c\xca\x60\xd0\xd3\x87\xd6\xe5\xa9\x43\xa0\xa7\xf7\xc0\x65\xdd\xf1\xe7\xe9\x93\xf2\xb6\xee\xb7\x83\xe1\x38\xe7\xb7\x55\xbf\xad\x3a\x75\xba\xad\x3a\xe3\xa1\x19\x57\xd3\x7f\xb7\x35\xdf\x5a\xdc\xcf\x73\xfd\xb6\x46\x37\x63\x9c\x82\x83\xb8\x3d\x4d\x58\x31\xcb\xd5\xf4\xdf\x6d\x1d\x1d\xfc\xdc\xad\xe4\xed\x79\xc2\x8a\x49\xd8\xef\xbf\xdb\x7a\x1b\x67\x3f\xcf\xcd\xdb\x8a\x23\xc5\x9d\xf9\xbc\xfa\xef\xb6\xe6\x67\xc1\x5b\xbf\x4b\x6e\xab\xbe\xd1\x7f\x7e\xfa\x3c\xd6\xf3\xf1\x1c\x27\x2a\xfa\x58\x05\x07\x32\x27\x9f\x74\x8f\x67\xef\x61\x9c\x80\x5f\x43\x8f\x75\x78\x18\x59\xe1\x23\xe1\xf1\x78\x1f\x86\x51\xd8\xdc\x8f\xc7\xcb\x1c\x58\xc5\xe7\xcb\xe3\xe1\x3e\xf6\x11\xfb\x7e\x7d\x3c\xdc\x87\x71\x14\x7e\x80\x3c\x1e\xed\xc3\xc0\x93\xf6\xdf\x4b\x78\xf4\xdf\xe3\x79\xdc\x48\x4c\x3f\xd0\x7f\xcb\xfa\x31\x4b\x70\xe9\xde\xa9\xcb\x13\xb9\x18\x66\xe1\x97\xf3\xf2\xae\x5c\x0c\xb3\xf0\x43\x74\x79\x6e\x17\xe3\x52\x7c\xc9\x2c\x1b\x86\xc9\xb4\xce\x97\xee\xb2\x5d\x96\x63\x2a\xfc\x32\x59\x9e\xef\x45\x5b\xf9\xfc\x5c\xb6\xd5\xb2\xad\xa8\xf1\xf2\x7c\x93\xff\x9d\xbd\x45\x96\xcd\xb7\x18\xb6\xe3\xb3\x7e\xd9\x56\x8b\x31\x3a\x9e\xed\x65\x53\x2d\x9a\xca\x93\xbd\x6c\xaa\x45\x53\xf9\xbd\xb9\x6c\x8b\x65\x77\x9a\x4f\xad\xd7\xc6\x78\x19\x72\xe2\xe7\xd1\x6b\x5b\xbc\xb4\x85\x5f\xb4\xaf\x6d\xe1\xa4\x5b\xbe\x22\x5f\x2b\xfe\x3a\xbe\x84\x4a\xbe\x6e\xff\x75\x48\x02\x3f\xfc\xdc\xbc\x29\xd4\x1e\xeb\xe7\xe6\x1d\xe5\xfb\xf3\x49\xf3\xd9\xb0\xcc\x8a\xf5\xb3\xf9\x3f\xb7\x6f\xc2\xf4\xf9\x2f\x1b\x96\x61\xbe\x23\xf9\x79\xf7\xf9\xb8\x30\x63\xda\xe3\xff\x6c\xeb\xcf\x5c\x7b\x0e\xf6\xb3\xad\x59\x69\xf6\x67\x63\x7c\xb6\xb5\x49\xd4\x36\xff\x67\x5b\x7f\x8c\x53\xf0\xad\xf1\x79\xa9\x7e\xa4\xb7\x4d\x37\x6f\xf3\x93\x44\xfd\xf3\xea\xfd\x6c\xfe\x8d\x34\xbc\xec\x3f\x9b\x9f\xd5\x76\x6a\xf3\x39\xf0\xd9\x3e\x1f\xf9\xf7\xbc\x0a\x43\xc7\x0c\x73\xad\xb9\xc8\x82\x88\xb6\x38\x5f\xf1\xa1\x4d\x02\x43\x96\x3d\x94\xc9\x38\x83\x8d\x91\x82\x50\x26\x81\xfd\x5b\x3d\x14\xc7\xf8\x39\xfa\xc6\x5d\xde\x16\x31\x7c\xa0\xb9\xb1\xc7\x22\xaa\xc4\x1b\x34\x08\x41\x0b\x53\x77\x7a\xa8\x8d\x60\xfc\xb8\xdf\x23\x3c\xfc\xf0\xf0\x2d\xca\x16\x79\x2a\x3b\x45\xdd\x22\x4f\x88\x45\x1e\x57\x90\x92\xca\x99\x0c\x95\x0e\x8c\xce\xcb\x2c\x54\x3a\x90\x59\x5f\xb5\x87\x46\x07\xa2\xb6\xe1\xc6\x3c\xb0\x20\xcf\x72\xd0\x88\x1a\x5d\x98\xb3\x3d\xf9\x2f\x8d\x0e\x8c\xf3\x43\x85\x2e\xcc\xd9\x46\x5d\x22\xd9\xfa\xe6\x6c\xf3\xa5\x16\xc9\x1a\x25\x72\x10\xf9\xf0\x8d\x64\xeb\xbb\x64\xec\x2c\x14\xd9\xf8\x26\x68\x77\x8b\x86\x45\x64\x08\x22\xf2\xa1\xdf\x81\xfd\x1c\x75\x63\x56\x3c\xf9\x3d\x7f\x76\x60\xcd\xcf\x62\x34\x7c\x13\x44\xb2\x9a\x26\x5a\x4f\x4e\x9c\x7a\x07\x46\x1b\x34\x90\x76\x07\x32\xcb\x91\xf6\xd0\xee\xc2\x44\xeb\xc9\xb6\x94\x3b\x30\x58\xd8\xa8\x87\x72\x17\xf9\x8c\xab\xe7\x04\x28\x77\x20\x2a\xd3\x58\xf6\x50\xee\x40\x94\x38\x3b\xb5\xf2\xd9\xca\xd3\xb6\x3a\x1b\x18\xbe\xc6\x43\x65\x03\xfb\xce\xf7\xd8\xac\x14\x63\x6b\x4d\x70\xe9\xa1\x6c\x81\xe8\xa4\x97\xf5\x50\xb6\xc0\xf4\xd3\x35\x74\x2d\x30\xb5\x8a\x50\xb5\xc0\x64\xf2\xda\x1e\xc5\x2a\xb0\x6e\xac\x3d\x2c\xa1\x7c\x85\x6b\xd3\x4c\x4f\x5f\xb1\x06\x85\x5c\x38\xcf\x55\xf1\xb2\x2d\x66\x48\xfa\x5f\x9e\xbe\xc2\xd2\x96\x3c\x0e\x42\x43\x03\xe1\x80\xf8\x1e\x1a\x1a\x98\xd9\xfb\x49\x41\x03\xf9\x5c\x57\xc5\x4b\x99\x89\x86\xb3\x8f\x83\x62\x6b\x90\x70\xdd\x6c\xee\xe2\x29\x3e\x19\xd5\x36\xa4\x6a\x07\xa6\xfd\x3c\xa1\xd9\x81\x18\x4c\x2e\xda\x43\xb5\x03\xd3\xd7\x49\x54\x1b\xa8\xd2\x40\xde\xb0\xca\x1e\x98\x3e\xc8\xa3\xda\x18\xa4\x4f\x9f\x2b\x41\xd5\x03\x53\xad\x8b\x6a\x63\x54\x1a\xc3\x1b\x4a\xfb\x03\x33\xd7\xff\xee\x27\xef\xa1\x07\x82\x7c\xae\x4d\x35\x10\x4c\x25\x22\xb4\xc0\x70\x61\x59\x6f\x67\x2d\x10\x4c\xbb\xc4\x42\x09\x04\xd3\x77\x7d\xe8\x80\x60\x66\xaf\x38\x15\x10\x4c\x56\x8e\xe8\xa1\x01\x82\xe9\x67\x4b\x68\x80\x20\x9f\x3b\x4b\x03\x04\xf9\xdc\x33\x0a\x20\xc8\xe7\x39\xa0\xff\x81\x7c\xee\x52\xf5\x2f\x5c\x55\xd6\x33\xa8\xfd\x81\x7c\x1e\x59\xcd\xb6\x63\x55\x59\x66\x73\xef\xa1\x0f\x82\xa8\xd5\x87\xa9\x46\x08\xf2\x79\x1a\x35\x5b\xc7\x84\x6b\xfa\x1c\x42\x1f\x04\x93\x49\x5f\x7b\xe8\x83\x20\x2a\x63\xee\x7a\x74\xdb\xa2\xdb\x16\xb4\x7e\xb7\x2d\x58\x30\x76\x30\x75\x66\x0f\x25\x11\x44\xad\xb6\xbf\x92\x08\xa2\x65\xbe\xd8\xa2\x5b\x77\xc2\xc4\xa5\xf9\xc0\xd6\x1c\xc1\x64\xf1\x8a\x1e\x5a\x22\x88\xd1\x93\x3f\xb5\xaa\xc6\x84\x95\x8d\x50\x1d\x41\x94\xec\x49\xe8\x5e\x1c\x1b\x85\x55\x9a\x7a\xa8\x93\x60\x7f\xcf\xf1\xd3\x61\xfd\x87\xd3\xab\x21\xc4\xa1\x4e\x82\x5d\xc6\x09\x54\x27\xc3\x00\x30\x43\xdb\x7a\x28\x8f\xa0\x84\x77\x92\xf2\x18\x06\x80\x19\x8f\xd6\x43\x7b\x04\xbb\x8c\x6b\x6b\xd8\x00\xe3\x4c\x37\x47\x43\x0d\x1b\x60\x30\x62\x89\x70\x5a\x0f\x35\x33\x0c\x01\x93\xc4\xde\x43\xcd\x04\x85\x35\xa9\x7a\x0c\x1b\x80\x68\xaf\xcb\x2f\xf5\x50\x33\x41\xd4\xe6\x03\x5e\xcf\x04\xfb\x50\x38\xe4\x69\x0b\x18\xee\xf5\x63\x3f\x14\x4d\x50\xc2\x27\x9a\x56\x09\x0a\x4b\x23\xf5\x50\x21\xe3\x8c\x09\xf6\x12\x9e\x56\x6c\x5a\x31\xe4\x27\xf4\x4a\x10\xc3\x6f\xdf\x50\x2c\x41\x61\x85\xa7\x1e\x8a\x25\x88\x5f\xf5\xa1\x36\x3d\xdb\xf3\x64\x00\x78\xc0\x56\x76\x1a\xda\xf6\x11\x39\x3d\xdb\xd3\xd0\xb6\x57\xc0\xb4\x01\xa6\x29\x00\xe7\xf0\x6c\x80\x49\x52\x84\x67\x5b\x53\x05\xfb\xa7\x6c\x4e\x53\x05\xfb\xa7\xec\xf6\xb2\x4d\x88\x14\x0f\x66\xab\xea\xa1\xbe\x82\x68\x3f\x3f\x4f\xd4\x57\xb0\x7f\x6b\x99\x97\xc5\x99\xd1\xd9\xf7\x81\xae\x0a\x76\x19\xd5\xbd\x6c\x29\x56\x9e\xad\x9e\x1e\xf5\x15\xec\xc3\xa3\x41\x2f\x5b\xea\xb2\xa5\x7c\x9c\x28\xb0\xa0\x54\x2f\x3c\x05\x16\x44\x65\x56\xdc\x1e\xea\x2a\xd8\x9b\xe3\xe8\xf4\x55\xb0\xcb\xd8\x9c\xc2\x0a\x4a\xf5\x72\xbf\x6d\x80\xdb\x1c\x00\x7a\x63\x42\x89\x05\xfb\x48\x38\x3a\x2d\x16\x84\xf3\x25\xf5\xb8\x6d\x80\xdb\x06\xf0\x39\xa6\xda\x82\x38\x1f\xdb\xa1\xdb\xc6\x89\xf8\x5a\x5b\xe5\x36\x8c\xf8\xfa\x00\xd7\x6d\x41\x38\x35\x4e\x0f\x45\x36\x4e\x74\xd7\x37\xb3\x22\x1b\x27\xba\x6b\x1b\x2b\xb2\xa0\x0c\x9f\xf4\xb7\x8d\x72\x82\xbb\x5e\x79\xca\x6d\x3c\x2e\xe9\xe6\x15\xf5\xd8\x02\xcf\x09\x78\xf3\xdb\xc7\x16\x78\x88\x6e\xfb\x72\xd6\x77\xc1\xfe\x37\xda\xf3\xf1\x5e\x79\x9c\xbd\xd6\x67\xfb\x63\x03\x9c\x60\xad\xa7\x51\x31\x06\x65\xf8\x45\xf0\x58\xff\xc7\x88\xb7\x07\x67\xfd\x4f\xa8\xd6\xeb\x53\x59\x8e\x13\xaa\xf5\x72\x57\x83\x41\x19\xbe\xff\xf5\xdc\x38\x11\x58\xef\x1e\x45\x17\x94\xe1\x3b\x5b\xcf\x0d\x57\x95\x0d\xdf\x7e\x8a\x2e\x28\xc3\x8f\x26\xad\x36\x8c\xd3\xc6\xfc\xef\xc1\xd8\x3d\xb4\x5e\x50\x86\x6f\x9c\x65\xe3\x2c\x1b\xc7\xab\x43\xeb\x05\x7b\xcb\x1e\x94\x2d\xb1\xbc\x12\xa8\xb5\xda\x1b\xe4\x72\x47\xf2\x13\x44\xef\x05\x65\xf8\x25\xa7\xf7\x82\x68\xd5\x47\xbf\x96\x0b\x6a\xf8\x72\x51\x72\xc3\x28\xae\x2f\x0d\x25\x17\x44\x9c\xc7\xa8\x96\x1b\x27\x8c\xeb\x9d\xa0\xe6\x82\xfd\x7f\x9c\xb9\xd7\xaa\xbe\x46\xac\xa9\xc2\x6b\x55\x37\xea\xf9\x8a\x7d\xbd\x0c\x5e\x16\x01\x4b\xd4\xea\xb5\xf2\xff\x82\xb8\xfe\xd2\xf3\xcb\x82\x3a\xb5\x78\x41\xbe\xd6\xd4\x90\xad\x0f\xe5\xd7\x9a\x6e\x54\x72\xb7\x7b\xbc\x5e\x05\x27\x62\x4b\x0d\xd4\x6d\xb0\x6b\x40\xb3\xe9\xdb\x60\xef\x94\x63\xfb\xac\xe9\xbf\x00\x2d\x9b\x53\xb8\x41\x3d\x8f\x6e\x85\x3b\x14\xee\x50\x4f\x15\x6e\x10\xce\x0a\xdf\x43\xbd\x06\x35\xfb\x22\x50\xaf\xc3\x85\x78\xc2\xf7\xb9\x32\x1d\x1f\x6b\x76\x9d\xad\x59\xad\x6f\xf9\x6f\x6e\xcd\x7a\x19\x9e\x6d\x1e\x88\xe7\xf4\x84\x67\x79\x82\x26\x43\xb1\xe9\x84\x62\x79\x96\x25\xdd\x19\x44\x62\x8a\xc5\x9e\x0c\xcf\x82\xfd\x7f\x95\xb2\x6a\x59\xf5\xff\x0a\x65\xcd\xb2\x46\x30\x32\x28\xea\x16\x19\xb4\xeb\xee\x62\x5a\xe6\x84\x84\x3f\x77\x71\x59\x76\xf9\x7f\xfe\xf6\xb1\xcc\x70\x24\x31\x84\xa4\x54\x83\xca\x42\xb5\x3d\x29\xd5\x20\x9c\xfa\xab\x27\x63\xb1\x20\x4c\xad\xe9\x49\xd3\x06\x95\xe8\x79\x4f\x9a\x76\x32\x18\xdb\xb9\xbd\x92\xc1\x58\x10\x4e\x1b\xd6\x93\xd1\x58\xb0\xbf\xca\x68\x00\x95\x1c\x44\xf1\x8b\x3a\xe9\xe4\xc9\x95\x7d\x98\x58\xa0\x27\x43\xaf\xc9\x95\x7d\x58\xdd\xac\x27\x45\x1d\xd4\x5e\xfd\x37\x2b\x86\x95\x67\x26\x20\xe8\x49\x2b\x4f\x64\x72\x67\xef\xf4\xa4\x5d\x83\xc8\x0a\x5a\x52\xaf\x41\x64\xfb\xde\x92\x51\x55\x10\xa7\xeb\x39\x29\xd8\x20\xf2\x39\x41\x46\x55\x41\xe4\x76\xca\x86\x65\xfb\x62\xf4\x35\x95\xb4\x6e\x10\xd9\xce\xff\x64\x54\x15\x74\x3e\x4b\x93\x1e\x0e\xa2\x33\x7e\xb7\x27\x3d\x3c\xb1\x00\xac\xc1\x9c\xa4\x86\x83\x38\xfd\xc0\x49\xe9\x06\xc1\x2a\xdc\x3d\xa9\xc9\xa0\xfa\x39\x97\xb4\x64\xd0\x3d\xab\x06\x40\x41\x30\xa1\x5e\x4f\xc6\x3f\x41\x52\x74\x93\x2a\x0d\xb2\xfd\x95\x49\x95\x06\x9d\x97\x5d\xca\x9e\x82\x6c\x1f\x94\xbf\xf3\x48\x4d\x85\xce\xfe\x97\x97\x96\x53\x49\xf3\x64\x49\xda\x76\xd2\xb6\xed\xbf\x4f\xda\x36\xe8\x3f\x2f\x54\x6d\x1b\x74\xa3\xeb\x49\xb5\x06\xfb\xa3\xd0\x5f\x5a\xc7\xc2\x83\x90\x8f\xe7\xa4\x47\x83\xce\x7b\x2e\x19\xe9\x04\xc1\xd4\x82\x3d\x69\xd6\x69\x6b\x74\x3f\x17\x90\x16\x0d\xc6\xa9\xb6\x16\x0d\x72\xe2\xf1\x96\xf4\x63\x30\x4d\x5c\x48\xea\x31\x88\x6a\x7f\x56\xd2\x85\x41\xee\xf4\xa7\x24\x5d\x38\x99\x34\x6d\xbf\x7c\x32\xca\x09\xe2\x84\x15\x92\x36\x0c\x8a\xb9\x06\xa9\x5a\x25\x82\xa1\xff\x1a\x48\x43\x06\xb5\x5a\x03\x0d\x19\xf4\xe2\xa1\x79\x2a\x19\x5e\xfc\xef\x30\xac\x66\xe5\x54\xd2\x16\x3a\x31\x08\x67\xc3\xe9\x49\x29\x4e\x26\x4c\xfb\xb0\x53\x8a\x41\x0b\xef\x43\xa5\x18\xc4\xbe\xfb\xff\xf3\xb5\x9d\x74\xe6\xe4\xda\x3e\x3c\x6c\x93\xce\x0c\x82\x61\xff\x3d\xe9\xcc\x20\x18\x25\xdf\x93\xce\x0c\x9a\x1a\x9d\xb4\x61\x10\x4e\xa1\xde\x93\x3a\x0c\xa2\xf9\x78\xd3\x7d\x41\x34\x6b\xa7\xfb\x82\x76\xee\x3c\x3d\x17\xf4\xf3\x30\xd2\x73\x41\x67\x62\x9c\x9e\x8c\x85\x82\x98\x5e\xf5\xaa\x2f\x70\x4c\x40\x4f\x6a\x2e\x88\x49\xc7\x40\x52\x73\x41\x67\x4e\x9a\x9e\x8c\x8e\x82\x98\xf4\x3b\x24\x25\x37\x39\x01\x97\xcf\x7f\x1d\x17\xf4\xf3\xa8\x57\x71\x41\x3f\x4f\x7a\x83\xa3\xc9\x09\xb8\xce\xb6\x3c\xcf\x9d\x4e\x56\x62\xea\x49\x99\x05\x69\x9c\xff\xb2\x8e\xdd\x4e\x56\x2e\x36\x43\xa3\xe0\x44\x46\x93\x7a\x0b\x32\x0b\x65\xf5\xa4\xdd\x82\x34\x3c\x1f\xca\x2d\x88\x7f\x95\x54\x6e\x41\x66\xc2\xf9\x9e\x94\x5b\x30\x8c\xd5\x25\xdd\x16\x8c\xee\x63\x4f\xb5\x05\x51\xed\xca\x4f\xaa\x6d\xda\x1a\x3b\xba\xaf\x42\x23\xa3\x60\x74\x9f\x68\x5a\x2c\x98\xd9\xab\x62\x58\x71\x47\x40\x7b\x3d\xe9\xb5\xc9\x11\xd0\xcd\x2a\x59\x71\xb4\xb6\xdb\x5b\x95\xd4\x5a\x30\xfd\xd4\x48\x46\x54\xc1\xf4\x7b\x21\x29\xba\xe9\x88\x2e\x55\x32\xa2\x9a\x4c\x6b\x3e\xb7\xac\xf2\x0b\x76\x9d\xdc\x9a\xad\x61\x5a\xf3\x79\x02\x68\xc4\xa0\x84\x8f\x77\x85\x38\x1d\x21\x4e\xee\xd5\xe6\x98\x2e\xbe\x8e\xaa\x24\xed\x37\x1d\xfb\x45\x10\x92\xf6\x0b\x8a\xe9\x46\x49\xd1\x4d\x66\x3f\x27\x1f\x0c\x4a\x2d\x88\xc1\x4c\xd3\x3d\x69\xb0\x60\x7f\x55\xb0\x39\x0d\x16\xd4\xea\x2b\x5a\x81\x05\xfb\xdf\x38\x12\x05\x16\xec\x32\x6a\xa1\xc0\xa6\xcb\x44\x2d\x3f\x0d\x14\x58\x50\x3b\x51\x84\xa4\xbf\x82\x48\xdd\x77\xaa\x02\x0b\xf6\xeb\xdd\x23\xb1\xb2\x97\xeb\x00\xda\xc6\x0a\x2c\xe8\x3e\x8a\xf5\x57\xb0\xdf\xb3\xfe\x97\x67\x7f\xa3\x19\x5b\x48\x2a\x2d\x50\x0a\x92\x42\x0b\xda\xb9\x37\x94\xd7\xe4\x8c\xd4\xd9\x87\x89\xa2\x9a\xb6\x94\xb6\xb0\x02\x8a\x25\x68\xf6\x5e\x26\x1d\x12\x34\xfb\xa5\x92\xbe\x08\x9a\xbd\x61\x49\x5d\x04\xd1\xfc\x9c\x7a\x3c\x05\x0f\x33\xd8\xfb\x3e\x53\x20\x41\x24\xaf\x5d\xfd\x11\x34\x7b\xf3\x92\x31\x54\x10\xc9\x4b\x57\xa5\x04\xed\x7c\x0e\x69\x94\xa0\xd9\x63\x99\x34\x45\xd0\x98\xa6\xa6\x27\x4d\x11\xf4\xf3\x1e\x57\x14\x41\x3b\xad\x6a\x54\x15\xb4\xe6\x9d\x67\x50\x15\xec\x7b\xca\x8d\xd9\xf8\x4e\xed\xec\xbb\x45\x75\x04\xd1\xbc\x44\x55\xc7\xe4\x34\xce\xde\x66\x9a\x63\x72\x1a\x67\x5b\x5a\x73\x4c\xce\xd9\xec\xeb\x58\x0d\x04\xad\x79\x93\x19\x0e\x05\xd1\x7c\xa5\x2a\x86\xa0\x35\xcf\xb7\x5e\x98\x1c\xf8\xeb\x47\xbf\x5e\x08\x5a\xf3\xc1\xa1\x16\x82\xd6\x7c\x0d\xaa\x80\xa0\xff\xfc\x08\x51\x01\x13\xbe\x37\x3d\xb7\xea\x1e\x88\x66\x78\x29\xbd\x9e\x36\x96\x12\xfa\xf9\xe0\xd0\x00\x41\x67\x16\xa8\x9e\xb4\x3d\xd0\x7f\x7e\x58\xa9\x76\xa0\x33\xdb\x5b\x4f\xaf\x87\xcf\x00\xe2\xe9\x13\xf9\xf5\xf0\x5f\x4e\x5b\x2e\x7f\x78\x3f\xab\x87\xa0\xff\xfc\x8c\x34\x58\x0a\xfa\xb9\xb7\x75\x37\xd0\xcf\x6d\xac\xa7\x81\x7e\xee\x76\x03\xa3\x20\x9d\x4b\x4b\x73\x03\xe9\x5c\xa6\x9a\x1b\x48\xe7\x2e\x30\x30\x0a\xfa\xb1\x25\x5d\x0e\xf4\xf3\x1c\x32\x30\x0a\xd2\xf9\x22\x50\xef\x40\x3a\x37\x99\x76\x07\x3a\x79\xdc\x3d\x69\x77\xc9\xb8\x28\x47\x9f\x8d\x8b\x82\xae\xc7\x65\x7d\x0f\xf4\xc2\xb7\x5f\x56\xf7\x40\x34\xdf\x83\xd9\x58\x69\x76\xa8\xaf\x31\xc9\xac\xc7\x81\xf1\xeb\xfe\x74\x58\x44\x44\x98\x2a\x65\x2d\x0e\x8c\xdf\xd9\xe7\x6d\x91\x6f\xb3\x49\xd1\x63\xd1\x7e\x8d\x33\x7a\xbc\x67\x7d\x0d\x0c\x66\xc5\xef\x59\x5d\x03\xdb\x9c\xd9\xbe\xf9\xb4\x60\xfc\xf8\x72\xc8\x61\x05\x36\x46\xe7\x43\x38\x6b\x75\x20\xd9\x8f\x95\x15\x38\x90\xd4\xc1\xac\xbf\x65\x43\xaa\x7c\x8d\x67\x93\x69\xc1\xb0\xcf\x32\x6b\x74\x20\xd9\xc5\x94\x95\x37\x90\x18\x3e\xd3\xb3\x51\x56\x90\x18\xdc\xd2\xb3\x3e\x07\xc6\xaf\x79\x5c\xaf\x45\x7c\x98\x70\x3d\x65\x6d\x0e\x8c\xce\xc3\x31\x2b\x73\x60\x74\x8c\x20\x1b\x2b\xcd\x4e\x66\x45\xaf\x59\x56\xe5\xc0\xe8\xe1\xb6\xac\x10\x93\x59\xf5\xf0\xbf\xac\xd0\x46\x70\xb7\xec\x3f\xac\x51\x62\x86\x15\x7a\xf4\xb2\x22\x07\xa2\xf6\xe4\x3e\xad\xa5\x2a\xe7\xf3\x31\xab\x72\x20\x1a\x33\x17\xf4\x9c\xac\xe7\xc6\xe8\x61\x91\xf5\x3c\x7a\xc7\xcd\x9d\xd5\x3b\x30\x3a\x2f\x99\x6c\x4c\x15\x8c\xce\x33\x33\x1b\x53\x05\x83\xa5\x1c\x7a\x36\xa6\x0a\x46\xe7\x09\x96\x0d\xa9\x66\x27\xaf\x1a\xfe\x97\x2d\x94\xf9\x00\xc3\x43\xb2\xaa\x98\x0d\xa8\x0e\x7f\x68\x0b\x6d\x64\x3f\xb6\xb2\xfa\x08\xf6\x55\xe6\xc6\x6c\x21\xf2\x67\xbb\x69\xdb\x59\x81\x04\x33\x37\x8b\x6c\x21\x06\xd8\xe6\xe6\x2f\x6d\x20\x06\xd8\xe6\xe6\x0e\x6c\x0c\x26\xb9\xf2\xd3\x30\x6b\x90\x20\xfb\x69\x98\x35\x48\x30\x33\x1f\xa8\x59\x81\x04\xfb\xc8\xf8\xa5\x06\x99\x8d\xd7\xf2\xfa\xce\xc6\x6b\xc1\xfe\x8a\x62\x9f\x5a\x25\x28\xc1\xc7\x7a\x36\x60\x0b\xb2\x01\x9e\xac\x42\x82\x70\x25\xdd\x9e\x75\x48\x30\xb3\x37\x85\xd1\x59\x30\xb3\x17\xb2\x0e\x09\xf6\x3e\x3d\x34\xaf\x83\xe2\x80\xfb\xe4\x1e\xac\x3b\x8b\xbe\x9a\x9d\x9d\x75\xcd\x6c\x2c\x36\xf9\x3c\x50\x36\x41\x89\x6c\x91\x95\x77\x21\x58\xdd\x25\xeb\x9f\xd9\x51\xbb\xa6\x07\x66\x2d\x12\x14\xf3\xda\xb3\x12\x09\xf6\xbf\x71\xa9\x69\x91\xd9\xc5\x89\xda\xd9\xab\xf5\x72\xe8\xad\x0a\x9d\x15\xc9\xec\xea\x44\xcd\xb3\xa5\x36\x66\xb5\xd1\x0e\x8c\xac\x37\x66\x97\x1e\x32\xdf\x30\xeb\x7c\xd9\x11\xb4\xf6\x44\x64\xa5\x2f\x3b\x82\x56\x51\xcb\xc6\x40\xc1\xfe\x4e\x65\xbf\x6a\x5f\x46\xf1\x22\xb9\x0f\x43\x9e\xa0\x8c\xea\xe6\xac\x06\xda\x17\xc9\xb3\xa8\xf7\x81\x88\x74\x76\x61\x35\xda\xe9\xfa\xa5\xba\xca\x20\xd8\x65\x6e\xef\x54\xe3\xb3\xaf\x93\x6b\x47\xf7\x03\xd5\x00\x57\x36\xec\x99\x9d\x91\xd9\x3e\x83\xac\x0f\x82\x6a\xc7\x48\xd6\x07\xc1\xde\x1a\x8d\xa2\x10\x66\x47\xc7\xfe\xc6\x1f\x5e\xd7\xd9\x48\x29\xa8\xe7\x1e\xd2\x21\xb3\xd9\xb4\xe1\x69\x56\x22\x41\x55\x76\xb2\x12\x09\x6a\xf5\x9a\x31\x4e\x0a\x6a\xf5\x42\x55\x22\x41\x6d\xde\x43\x46\x49\x41\xb8\x76\x66\xcf\x8a\x65\x36\xe9\x96\xd5\xa8\x7b\xd6\x2c\x41\xe4\x73\xdd\xab\x96\x20\xb2\xdd\xec\x59\xb7\x04\xd5\xc4\xa8\xac\x5b\x82\xc8\x86\x93\xb3\x72\x09\x22\x9b\xe4\x90\xcd\xc4\x05\xfb\xff\xd8\xad\xc2\x09\xec\xb4\xcf\xfa\x26\xe8\x4c\x98\xd9\xb3\xbe\x09\x92\xdf\xd4\x59\xdf\x04\xc9\xe0\x45\x56\x37\xc1\xf8\xf1\xe1\x93\x0d\xa4\x02\xa3\x34\xd9\x30\x2a\x68\x6a\x76\xd6\x49\x41\x3f\x07\x6f\x5b\x0c\xbb\x4e\xdc\x92\x4d\x61\xae\x6e\x58\x1f\x35\x12\x34\xfd\x33\xab\x91\x99\x2c\xdc\x53\x43\x8d\x31\xbb\xde\xd0\xf9\xa1\xf5\x71\xbd\x21\x2f\x03\x85\x11\xb4\xd3\x84\xfa\x22\x08\x47\x55\xf6\x6c\x14\x14\x44\x53\xa1\xb2\x72\x98\x5d\x4b\xc8\x87\x98\x41\x50\x10\xe5\x5c\xfc\xfa\x62\x76\xb4\xac\xef\x5e\x83\xa0\xa0\x35\x1f\xfc\x1a\x24\x68\x0e\xeb\xc8\x0a\x24\x68\xcd\x26\x53\x16\x41\x73\x8c\x48\xd6\x15\x41\x34\x3f\x7c\xcc\xd5\x05\xed\x5c\x8d\xda\x63\x36\x55\xd7\xe1\x40\x59\x7d\x04\xd1\xbc\x01\xb4\x47\x10\xcd\x87\xab\xf2\x08\xe2\xdf\x75\x61\x46\x2f\x88\x76\x36\x66\x03\x5d\x7c\xee\xfb\xb2\x51\x28\xb3\xcb\x1e\xd9\xda\x7a\x21\x88\xe9\xd5\x63\x4c\x33\x9b\x98\xeb\x09\xd0\x14\x41\x37\x1f\x29\x1b\xd1\xcc\xe6\xea\xfa\xad\x75\x5b\xcb\x9b\xaf\x7d\x3f\x99\x8c\x71\x82\x98\xe7\xbf\xac\xe4\x8d\x00\xa0\x5f\xd9\x08\x27\xe8\x3f\x3f\xac\x4c\xd5\x05\x31\xbd\xd0\x0d\x70\x82\x5e\xfc\x20\x30\x96\x99\x4d\xca\xf5\x8a\xd2\x4d\x41\x37\x87\x2e\xeb\xa6\x20\xa6\xff\xa5\x88\x82\xfe\xf3\x65\xa4\x88\x82\x6e\xb7\x4d\xd6\x3a\x41\x67\x0a\xd5\x9e\xb5\x4e\xd0\xed\x08\xc9\x86\x31\x41\x37\x01\x33\x1b\xc5\x04\x9d\xf9\x58\x7b\xd6\x4d\x41\xfc\x6f\x99\x67\x92\x30\xe6\xb4\x59\x95\x53\xd0\xcf\x47\xb9\x72\x0a\xfa\xcf\x8b\x5f\x39\x05\x31\xcf\x2e\x6d\x0a\xdd\xf4\x9c\x6f\x63\x9d\x20\x8e\xa5\x65\x85\x15\xc4\x09\xca\x65\xf5\x34\x9b\xc1\x4b\xaf\x45\x36\x83\x37\x9b\xc1\x4b\xf7\x57\xd6\x58\xb3\x19\xbc\x3e\x3e\x8d\x65\x82\x68\xcc\xbb\xd0\xb3\x16\x0b\x7a\xf1\x33\x56\x8b\xcd\x8b\x7e\x3f\x42\xae\x59\x65\x05\xbd\xf8\x16\x51\x59\xb3\x19\xbc\xd3\x1f\xda\x1a\xac\x91\x5b\x7c\x3a\x6b\xb1\xd9\xa4\xde\xe1\x1e\x6d\x0d\x93\x7a\x09\x06\x67\x93\x7a\x41\x32\xf1\x2b\x2b\xb6\x20\x9d\xe7\x8a\xb1\x4d\x10\x83\x11\xba\x3d\x2b\xbb\xd9\x35\x85\xec\x9e\xce\xca\x6e\x76\xdd\x5c\x82\xf2\x59\xd9\x05\xd1\xcd\x0e\xcd\x86\x3b\x41\x2f\x3e\x6a\x14\x60\x10\xb5\x7a\x1d\x1b\xef\xcc\x2e\xa6\xeb\xa7\xb9\x52\x9c\x5d\x4c\x77\xba\x03\x1b\xe8\xb5\x81\x38\xc5\x4a\x31\x48\xe7\x91\xaa\xf5\x66\xad\xf7\x6c\xde\xd6\x78\x55\x49\xb7\x65\x6b\x30\x8b\xf3\x7e\xf0\xfe\xf7\xeb\xd9\x0c\x65\x10\xcd\xe1\x1d\x59\x9d\xce\xae\x27\x54\xb3\x65\x36\x83\xc9\xc7\x5e\x13\xc6\x42\xc1\xf8\x79\xe5\xa8\xd8\xd9\xdc\x63\x1c\x38\xab\xd8\x20\xfe\xdd\x6e\x3a\x76\x36\xf9\xd8\x0f\x10\x1d\x1b\x44\x3d\x6f\x16\x25\x3b\x9b\x7d\xec\xd9\x50\xb2\xc1\x3e\x34\x8f\xc3\x0b\xc5\xf4\x63\x1b\x50\xcb\xce\xce\xe1\xec\xa5\xa9\x65\x83\x64\x86\x40\xd6\xb2\xb3\x96\xcd\x15\x56\xb4\xec\x62\xf6\x31\xa7\xac\x68\xd9\x60\xfc\x38\xd9\xc5\x00\x2a\x48\x46\xf6\x8b\x92\x5d\x4c\x48\xe6\x32\x2f\x86\x54\x8b\xf3\x3c\x73\xef\x16\x23\xaa\x20\x99\xe1\x51\x34\xf1\xa2\x89\xf3\xb0\x2b\x9a\x78\xd1\xc4\xa7\x7b\x9c\x16\xd9\x05\xe1\xb6\x2e\x8b\x48\x64\x2e\x1e\xfd\x6d\x11\x89\xcc\xd3\xcd\x3f\x16\xd1\x38\xd3\x43\x5d\x16\xd1\xc7\x4e\x4b\x17\x45\x1c\x44\x77\x98\x60\xd1\xc4\x41\x54\xb3\x3d\x8b\xa3\x5d\x41\x30\xec\x7f\xff\x61\x35\x4f\x80\xd5\x4a\xe9\xe7\x60\x74\x3e\xdd\x8a\x7e\x0e\xa2\x99\xb9\x57\xb4\x71\xb0\x6f\x4b\x0f\xc5\x6a\x05\xf1\xa0\xe4\x1e\xac\x96\xf3\x54\x4f\x8b\xac\xd6\x59\xf2\xf7\x6c\xcd\x7a\xa1\xe8\x3d\x5b\x87\xd7\x22\x3f\x61\x78\x1f\x17\xb3\x9e\xc1\xe8\x56\xcb\xac\x67\x30\x3a\x4f\xca\xa2\xc9\x83\x9c\x6c\x37\x4d\xbe\x68\xf2\xdc\x15\xc5\xa8\x2c\x18\x3d\xfb\x5f\x36\x87\x72\xef\x39\x50\xee\x8b\x89\xd0\xd3\xcd\x7b\x8a\x13\x73\xef\xd2\x2f\x5e\x14\x79\x30\x3a\x5d\x74\x45\x91\x07\x99\x05\xf8\x7b\xd1\xe3\xc1\x49\x14\x2c\x6a\x3c\x18\x9d\xef\xa3\xa2\xc5\x17\x2d\x3e\xf9\x43\x9b\x82\x5c\x69\x07\xce\x14\x73\xa5\x8b\x93\x52\xf3\xb4\x2e\x7a\x7d\xd1\xeb\x79\x26\x16\xbd\xbe\xe8\xf5\x74\x1c\x14\xbd\xbe\xe8\xf5\xd9\x1f\xda\x38\x99\xa9\x77\xbd\x97\xf4\xfa\xa2\xd7\xf3\x98\x2f\x7a\x7d\x51\xe2\x79\x8a\x14\x25\x1e\x44\xb5\x93\xa9\x68\xf1\x20\x9c\x16\xa0\x17\x2d\xbe\x68\xf1\x8e\x32\x28\x5a\x7c\x71\xaa\x6a\x1e\x10\x45\x65\x07\x7b\x73\xd4\x53\x41\x2f\x0a\xba\x5b\x53\xd0\x8b\x82\x4e\x07\x55\x51\xd0\x41\xb6\xff\xa2\xe8\xe7\x45\x3f\xe7\x39\x55\xf4\x73\x10\x65\xd0\x4d\x56\xf4\xf3\x62\x42\x75\xf7\xdf\xac\x28\x09\xd5\x95\x69\x16\x7b\x31\x10\x0c\x66\xe6\x79\x59\x0c\x04\x83\xfd\x72\xf1\xa7\x56\x1e\x8f\xaf\xcc\xba\xd5\x8b\x1e\x0f\xe2\x7c\xa0\x14\x45\xbe\x98\x52\x6d\x45\x95\xf6\x62\xfe\xb4\x0f\x21\x9d\x1d\x4c\x96\xe1\xe8\x45\x67\x2f\xe6\x4a\xd3\x6f\x55\xf4\x73\x30\xb3\x95\x52\xcf\x8b\xa9\xd2\x9e\x16\xc3\xc3\x20\x9a\x9f\x31\xc5\x5c\xe9\x62\xae\xb4\x4f\x47\x23\xc6\x20\xdb\x45\x58\x0c\x18\x83\x70\x6e\x98\x5e\x74\x7d\x30\x73\x77\x63\x56\x93\xfc\x69\xbb\xbc\x8a\x5a\x0f\xb2\xfd\x81\x45\xab\x2f\x24\x48\xdb\xab\x54\x94\x7a\x10\xfd\xe7\xb5\xa6\xd4\x83\x6c\x5f\x5c\xa9\xa7\xe6\x5e\x08\xb4\xb6\xd1\x5e\xb0\x2f\x2b\x76\xa0\xe6\x17\x35\xdf\x28\x61\x31\xb8\x0b\x4e\x96\x58\x31\x21\x1a\x94\x28\x6e\xcd\xaa\xd3\x19\x70\xc6\x54\x16\xe3\xbd\xc5\x89\xb2\xec\xb0\x2e\x76\x06\x80\xa8\xbf\x3f\x2c\xb9\xd5\x8b\x9d\x05\xa0\x38\x70\xbf\xd8\x57\x00\x4a\x14\x37\x6c\xdb\x98\x1f\x6d\xee\x7a\xb1\xab\xa0\x38\x62\xd6\x28\x51\x69\x36\x18\x33\x6b\x45\xb1\xc8\xf6\x6a\xce\x3d\xe8\x03\xc8\x60\x32\xc8\xc6\x2e\x8b\x1d\x0a\xa0\x04\xdf\xfe\xc5\x0e\x05\xb0\xdb\x8b\x33\x6e\x87\x42\x71\xba\x2d\xbb\xff\x8b\x3d\x0a\x60\xff\x1f\x75\xb0\x47\x01\xec\x83\xe3\x80\xed\x32\x00\xfb\xb7\xb4\xac\x7d\x06\x60\xff\x1f\x95\x35\xa4\x0c\xe2\xa7\x80\x15\x7b\x08\x40\x54\x47\xdb\x14\xfb\x03\x40\xfc\x94\xa6\x62\x7f\x40\x71\x2a\x2d\x7d\xab\xd8\x1f\x00\x8a\xe9\x34\xc5\xee\x00\x10\x91\xbc\x8a\xec\x0e\x00\x45\x1f\x2d\x76\x07\x14\x13\xa9\x8d\x0e\x15\xbb\x03\xca\x89\x35\x23\xa9\xc5\xee\x00\x50\x1c\x6b\x5d\x74\xff\x62\x22\xb5\x2e\x58\x94\xff\x62\x22\xb5\xd1\xa0\xa2\xfd\x17\x13\xa9\xdb\x39\x12\x2f\xa3\x61\xdf\x98\x17\x85\xfe\x5f\x86\xfd\x60\x3e\xc7\xd4\x7d\x50\x34\xd0\x62\x08\xba\x9c\x44\x6a\x9f\x46\xc6\xa0\x41\x9c\x1e\xed\x62\x74\x19\x44\x98\x97\x5f\xec\x04\x00\xbb\x51\xa8\xad\x81\x63\xb0\xcb\x38\x64\xbb\x01\xc0\x2e\xa3\x8d\x95\x7e\xb0\xb7\xe7\x6f\xad\xc6\xa4\x6b\xcc\x87\xa0\x59\xd3\x20\x9c\x86\xaa\x17\x03\xc7\x60\x6f\x8e\x9a\x19\x38\x06\xe1\xf4\x2e\xbd\xd8\x61\x00\xca\xf0\x8e\xb6\x73\x00\x94\xe1\xc5\x63\xdf\x00\x28\x83\xcf\xfa\x62\xdf\x00\xd8\x3b\xe0\xda\xb6\x73\x00\xec\x32\xda\xc4\x58\x32\x28\x83\x20\x62\xb1\x77\x00\x44\x63\xc5\xba\x5e\xec\x1e\x28\x4e\x9b\xe5\x48\x8e\x62\xff\x00\xa8\x76\xe5\x16\xfb\x07\x40\xb5\x13\xb8\xd8\x3d\x00\xaa\x3d\xa8\xc5\xee\x01\x50\x8d\xdf\x17\xbb\x07\x8a\x93\x66\x39\x22\xa3\xd8\x3d\x50\x9c\x34\xcb\x21\x28\xc5\xce\x80\xe2\x04\x59\x8e\xd1\x29\x86\x92\x8b\x93\x61\x39\x68\xa2\x18\x4c\x06\xd5\x98\x7e\x31\x39\x1a\xec\x7f\xa3\x95\xec\x48\x28\xf7\xc9\x09\xe5\x50\xec\x36\x00\x71\xfa\xea\x8a\xfd\x06\x60\x9f\x2d\x76\x6b\xc7\x01\xd8\x65\xee\xd6\xfa\xdf\xa6\x14\xfa\xd6\xb2\xeb\x00\xec\xbb\x8e\x76\x32\x62\x0d\x22\xf5\x73\xc8\x56\xf7\x76\x7e\x1b\x3f\x87\x0c\x63\x83\x5a\x7d\x78\xdb\x7b\x00\xf6\xbf\xb9\x0b\x5b\xe0\x66\x7a\x17\x9f\x3b\x76\x1f\x80\xbd\x57\x1a\xd4\xd8\x36\xd8\x3f\xa5\x05\xec\x53\x28\x06\xb7\xcd\x33\x2d\x76\x2a\x80\x5d\x0b\x8e\xce\x5e\x05\xb0\xcb\xfc\xad\x35\x7b\x0c\xe1\x78\x8f\xd9\x3b\x00\x6a\xf5\xb1\x68\xef\x00\xd8\x3f\xa5\xf1\xec\x1e\x28\xcf\xf9\xb4\xb1\xcc\x5a\x6c\x54\x3b\xaa\x8a\xde\x5f\xf4\x7e\xa6\xca\xed\x45\xc9\x07\x31\xc2\x9f\x6a\xf9\xa0\x76\x6f\x13\x2d\x1f\x44\x36\xe7\xa2\x68\xf9\xa0\x76\x9f\xa7\x5a\x3e\xd8\xff\x46\xab\x1b\xac\x06\xbb\x8c\xba\xaa\xfe\x60\x97\x79\x24\xd6\x75\xa3\x0e\x2f\x1e\xdd\x1f\x44\x76\xac\x6e\x51\xfe\xc1\xa8\xfe\x97\xa7\xd5\x25\x86\x09\x65\x14\xdd\xbf\x10\xd4\x2e\x7e\x44\xeb\xfe\x20\xd9\xb9\x5a\x74\x7f\x30\x1d\x95\x53\x54\x7f\x50\x86\xda\xa1\xf9\x83\x5a\x7d\x85\x69\xfe\xa0\x9e\x47\x90\xe2\x0f\xf6\xa1\xba\x31\x1b\x68\x63\xd4\x3f\x0c\xc0\x2e\x76\x0b\x80\x68\xe7\x33\xcd\x7e\x01\xd0\x9a\xe7\xc7\x7e\x01\x70\xbe\xfd\x4d\x82\x06\xff\xbe\x80\x15\x7e\xd0\x1d\x40\x5b\xcc\x78\x06\xd1\x4c\x25\x2a\x66\x3c\x83\x68\x46\xcf\x8a\x19\xcf\x20\x4e\xc7\x6d\xd1\xf2\xcb\x56\xfa\xce\x24\x89\xbd\xa8\xf4\xc5\xd5\x96\xce\x1e\x3c\x58\x27\x9f\xca\xda\xa2\x62\x0e\x46\xf7\xf9\xa4\x84\x83\x99\x7d\x14\x29\xe1\x60\x66\xcf\xbe\x12\x0e\x66\xe6\x7d\x50\x95\xf0\xea\x44\xd7\x86\x39\xab\x81\xed\xfa\xf3\xdb\x21\xfb\x7f\xc5\x32\x3f\xc0\x2c\xaa\x16\x55\x2b\xf5\xa3\xac\x5b\xe6\x9b\x93\xbb\xbf\xaa\xd8\xd5\x19\xab\x4d\x93\xad\xda\x33\xd8\x8f\xfa\x41\xd9\x63\xd9\xe2\x4a\xf1\x48\x5e\x8b\x0c\x87\xf2\x49\x5d\x8d\x77\x83\xfd\x9c\xdc\x75\xad\x06\xbc\x6b\xf8\x9c\xe4\x9b\xb4\x1a\xca\x06\xfb\xc9\xe1\xff\x59\x8b\x33\x83\x14\xc6\x5b\x75\x6a\x50\x0d\x4f\x56\x95\xba\x9e\x19\xa4\x86\x9b\xb3\x66\x38\x75\xfe\x9d\xcd\x59\x33\x82\xde\x9c\xfc\xaa\x65\x83\xe8\x1d\xcf\xab\x5a\x36\x08\xa6\x0f\xeb\x55\xa5\xae\x06\xbd\xab\xdb\x5a\x16\x79\x06\xdd\x98\xb5\x0f\x6b\xcf\x83\xa9\x3a\xb4\x18\xf8\x3a\xac\x0a\x35\xe8\xcc\xbf\xda\xab\x42\x0d\xd2\x39\x30\x55\xb9\x1e\x2f\xf6\x87\x1e\x3d\x12\xcc\x97\x40\xd5\x81\x41\x8b\xb3\x75\x4f\x94\x53\x3d\xf1\xd0\xab\x3a\x30\x88\xe4\x79\xd2\x81\x41\xcc\xea\x31\x78\xf0\xc9\xbb\x85\x66\xd5\x81\xc1\xe8\xbc\xf4\xaa\x0e\x5c\x5d\x5f\x89\xdf\x69\xb2\x20\x9a\x83\xd8\xaa\x2a\x0b\xa2\x3b\xc1\x50\xd5\x65\xab\xb3\x37\x79\xda\xd4\x56\xd0\x1c\xd2\x5a\xb5\x56\xd0\xf2\xf9\xa1\x35\x72\x1c\xf0\x68\xee\xc0\xe3\x67\x2a\xe7\x73\x85\x1a\x7c\x06\x8d\x49\xf5\x7a\xd5\x6d\x6b\x21\x9e\x81\x05\x56\xad\x15\x44\x37\x01\xb8\xea\x9e\x20\x5a\xf0\x2d\x52\x95\xcf\x5a\xec\x9f\xf7\xdf\x3c\xb4\x62\xc4\x61\x58\xe6\xb1\x31\xb9\x92\x93\x01\x55\x03\xc6\x20\xa6\x35\x50\x3d\xc1\xfe\xa5\xff\xe6\xe1\xb2\x8c\xef\xb4\xee\xe5\x1c\x2e\xd9\xa9\x3c\xea\xab\xee\x09\xa2\xfa\xb1\x5b\x35\xcd\xaa\x69\x1a\x35\xac\x9a\x26\x48\xf9\xfc\xd4\x73\x50\x5d\x5d\x93\x27\x69\xd5\x21\xab\x0b\x00\x5b\x2b\x1d\xb2\xba\x00\xb0\x35\xd0\x21\x41\x67\x8e\xe3\x5e\xcd\x31\x06\xe9\x9c\x29\xb5\x12\xa4\x73\xa6\x54\x48\xd0\x1d\x5e\x53\x55\x48\x10\xd5\x1e\x92\xaa\x42\x82\xe4\xd7\x65\xd5\x20\xc1\xf8\x79\x17\x6a\x90\x60\x68\xad\x55\x83\xac\xcd\x1e\x42\xb7\xe5\x79\x6a\x76\x12\x78\x1b\xaa\x7e\x20\x67\x6f\x30\xd5\x0f\xe4\xfc\x73\x97\x56\xa9\xd1\x33\x94\xdd\x98\x55\x6a\xcb\x2f\x01\x6a\xae\xf9\x81\xbd\x03\xff\xcf\x7a\x36\xef\x0b\xf6\xa9\xf9\x81\x74\x6e\x0c\x2d\x0f\xec\xad\x51\x03\x4d\x0d\x64\x53\x59\xaa\xc1\x5d\x30\x33\x1f\xa0\xd5\xe0\x2e\xc8\xa6\xc5\x54\x75\x0e\x4c\xc7\xb6\x56\x6d\x0e\x44\x33\xca\x5d\x35\xb7\xaa\xb9\x19\x15\xab\x9a\x5b\x75\x12\xe4\xc6\x77\x65\x55\xdd\x40\xb1\x7b\xbf\x6a\x6e\x60\x3f\xe1\xff\xd0\x3f\x5e\x35\x36\xb0\x3f\xba\xd8\x9b\x01\x5c\xb0\x9f\xec\x1c\xbc\xca\x06\x4e\x97\x79\xd5\xd8\x40\xad\x58\x6c\x35\x14\x0b\xaa\xdd\xa7\x55\x37\x03\xc3\x47\x86\x6a\x06\x5a\xb3\x4d\x35\xb3\x3a\xce\x59\xe3\xe2\x31\x62\x0b\xa2\xdb\x4d\x5c\x0d\xd9\x82\xe4\x87\x4d\x55\xe0\xea\x19\xf5\xea\x99\x34\x3f\x18\x14\xa7\x67\xac\x3a\x1d\xa8\x3e\x9d\x35\xba\x6a\x10\xd7\xbb\x46\x51\xab\xce\x9b\xe4\x51\x28\x6a\x75\x7a\x86\xdc\xa3\x07\xeb\x5c\xc6\xbe\x6e\xf5\x2f\xb0\x8f\x95\x5f\x1a\x63\xad\x64\xe4\x4e\x9f\xf5\x5a\x54\xc5\x98\xa6\x47\xa1\x1d\x81\x6e\x02\x7d\xd5\x7b\xc0\xe9\x33\xab\x6a\x4f\x75\x9e\x23\x6f\x7a\x6d\x06\x74\x66\x67\xef\x55\x9b\x01\xd1\x8c\x6e\x56\x6d\xa6\xde\xac\x13\xec\x8d\xaa\xcc\x80\x7d\xb0\xd4\x5c\x99\xa9\xae\x83\xeb\x69\xd2\x65\x40\x77\x1c\x6a\x55\x5b\x40\x32\xed\xa7\x1a\xf1\x04\x49\xcd\xa8\x8a\x0c\xe8\x8e\x38\xad\x7a\x0c\xe8\xd5\xcb\xdc\x20\x28\x48\x6a\x61\xd5\x6c\x40\x3a\x0f\x45\xcd\x06\x24\xbf\xf5\xaa\x62\x03\xba\x23\x7f\xab\x62\x03\x3a\x73\xc6\xf7\xaa\xd7\x80\xce\xda\x33\xbd\xaa\x35\x20\x9d\x8f\x0e\xad\x06\x44\x73\xee\x8c\x6a\xd2\x2e\xe8\xcc\x36\xdf\xab\xa2\x03\x92\xf9\xec\xd5\x58\x29\x48\xa6\xa0\x57\xd5\x07\xec\x8b\x98\x5a\xaa\x3e\x20\x9d\xf7\x9e\xea\x53\x1f\x23\x16\x6e\xcc\x8a\x3f\x44\x2c\x9a\xbb\xb4\xe2\x0f\xc9\x77\x9e\x23\x5d\xa8\xba\xd2\xad\x77\xa5\x2e\x04\x86\xf3\x8b\x56\x93\x76\xc1\x70\xba\xd2\x6a\x54\x14\x8c\x9f\x1f\x6f\xca\x51\x5d\x9e\x6f\x5a\x5f\xeb\x01\xc3\xb1\x2b\x55\xe9\x01\x39\x7b\xda\x74\x1e\x90\x4d\xa9\xab\x2a\x0f\x18\xbd\xb8\x47\xeb\xb8\x7c\x56\xbb\x79\xcf\x37\x73\xf2\xf6\x73\x2a\x75\x1e\x30\x1c\x1f\x55\x75\x1e\x90\xb3\xad\x6f\x6e\x2f\x18\x0e\x7d\xaa\x6a\x10\xc8\xd9\x13\xae\x06\x81\xe1\x54\x7a\x55\x0d\x02\x39\xfb\x12\x54\x83\x40\xce\xde\x35\x6a\x10\x18\x8e\x56\xaa\x2a\x0f\x18\x0e\x15\xab\x4a\x0d\x18\x9d\xce\xd0\x6a\x7c\x12\xcc\x72\x36\xef\xa1\xbe\x7c\xec\xfb\x15\xa2\xae\x80\x6c\xf6\x68\xd5\x56\x40\x36\x08\x51\x95\x15\x90\x8d\x71\x54\xa3\x94\x20\x1b\xb4\xa9\xea\x0b\xc8\xc6\x8e\xaa\x41\x4a\x30\x8b\x2d\xad\xd1\x80\x69\x9e\x5c\x35\x48\x09\x66\xf6\xf1\xa4\xe4\x80\x99\xbd\x0c\x8d\x51\x82\x99\xbd\xc0\x0c\x51\x82\x6c\x38\xa6\x6a\x42\x60\x1a\x50\xad\x46\x28\xc1\xcc\x5e\x60\xca\x11\x98\xc5\x86\x56\x8e\xaa\x72\xe4\x25\xad\x1c\x81\x6c\x1c\xad\x29\x47\x20\x9b\x1a\xd9\x8c\x50\x82\x6c\x68\xa7\xa9\x4b\x60\x3f\xc3\x3a\x65\xd9\x32\xe6\xf4\xe0\x6b\xa3\xa9\x46\x60\xdf\xdf\xfe\x74\x58\xe6\x62\x3e\x9c\xca\x66\xf8\x11\x94\xa8\x16\x5d\x16\xb9\x46\x49\x71\x73\xb7\x65\xac\xea\x52\x3c\xb6\xc7\x22\x73\x0b\x8b\x7b\x58\x96\xd9\xf9\x3c\x28\xfa\x2c\xf2\xc2\xf8\xef\x15\xbc\x7a\x53\xaf\xc0\x2c\xa8\x6a\x33\x8a\x09\xf6\xbe\x32\x65\x56\xda\xb5\x7e\x10\x9d\xa6\x70\x81\xfd\x6f\xb4\xaa\xc2\x05\x76\x59\xa2\xac\x59\xe6\x74\x16\x7c\x3e\x35\x5d\x0a\xec\x0f\x8d\x46\x99\x2d\x11\xf6\xb8\x66\x0f\xc5\x96\x08\x33\x0f\xb3\xdb\xb3\x29\xc2\x6e\x68\xfa\x79\x9a\x86\x05\x76\x19\xe7\x49\xc5\x6a\x71\x3e\x66\x3c\x3e\xdb\x27\xfc\x98\x61\xb7\xc6\x31\x41\x71\x90\x4b\x53\xbb\x1a\xeb\xfd\xd8\x89\xd1\x0c\x5a\x82\xbd\x31\xcb\x6c\x80\xc4\x02\x1f\xee\x53\x15\x03\xfb\xdf\xdc\x9a\xf5\x4f\x8c\xf2\xf3\x70\xcd\x49\x06\x25\x8a\xbf\xf4\x72\x49\x9a\x34\x5f\x3e\xcd\x50\x26\x28\xf6\x06\x36\x05\xad\x9d\xe9\x9b\xa6\x5b\xb3\xf2\x18\x5a\x24\x2f\x5c\x7d\x0c\xec\x32\x1a\x53\x21\x03\xbb\x8c\xdf\x1a\x95\x04\xbb\x8c\x06\x36\x2c\x09\x76\x19\x87\x67\x5c\x12\xec\x32\x2a\xa6\xce\x81\xe2\xcb\xbc\x69\x73\x60\xff\x9b\x65\xd6\x2c\xdb\x2d\xed\xd6\x3c\xd5\x1b\xc5\x17\x51\x53\xdd\x9a\xea\xe6\x3c\x7d\xcd\x20\x24\xd8\x5b\xa3\x01\xd4\x39\xb0\xcb\xb8\x38\x8d\x42\x82\x68\xbe\x9f\x9a\xf6\x06\xaa\x81\xa6\x66\xcc\x11\xec\xef\x4d\xce\xa1\x42\xd7\x1c\x55\xea\x4d\xaa\xcf\x81\x88\x7e\xb6\x66\x1d\x08\x1c\x86\x13\x17\x35\xed\x0d\x54\xc3\x46\x4d\x7b\x03\xfb\xd5\x4c\xc5\xb4\x37\xb0\x2b\x46\x93\xa8\x6f\x20\x7a\xb8\x39\xd3\x7d\x41\x24\xe7\x12\x68\x3a\x1d\xd8\x67\x9b\x23\x36\xa0\x08\xaa\xb9\xc8\x4d\xcd\x03\xfb\xa7\x1c\x8a\x9a\x07\xa2\x39\x88\xbd\x19\x3e\x04\xd5\xef\xaa\x66\xf4\x10\xec\x9f\xd2\x9c\xa6\x0a\x83\x6a\x6a\x73\xd3\x06\xc1\xfe\x37\x0f\xd8\x93\x58\x9d\x27\x9c\xee\xa5\xa6\xfc\x81\x48\xce\x26\xd0\x54\x3d\x70\x52\x4d\x9a\xaa\xd7\x1c\x1b\x6a\x6a\x5a\x33\x51\x18\x54\xa7\x99\x6a\xda\x1f\xa8\x26\x19\x36\x55\x0f\xec\x1d\x50\x7d\x5d\x0f\x54\x13\xb9\x9a\x99\xc3\xed\x0c\x18\xf5\xe4\xe8\x7f\xcd\x01\xa3\xe6\x0f\x34\xa3\x81\xa0\xf6\xea\xd6\xac\x56\x3b\x03\xd3\xa9\x82\x02\x08\xaa\xe9\x94\x4d\x01\x04\x91\xcd\x4d\x6e\x0a\x20\xa8\x46\x67\x9b\xfe\x07\xf6\x99\xe6\xac\x2a\x80\x20\xb2\xc9\x56\xcd\xd8\x5f\x23\x71\x78\x7a\x55\x1b\xe6\x03\xdb\xca\x2d\xb3\xfa\x84\xf9\x06\x8b\x79\xf4\x66\x98\x0f\x44\x6e\x74\xe9\x35\xe5\x11\x54\xab\xa5\x28\x82\x98\xcd\x7d\x5a\xf9\x4e\x16\x61\xf3\xd0\xac\xbc\x13\x28\xb1\xb8\x47\x6f\x66\x06\xb7\xfe\xec\x6f\x19\x3e\x84\x9b\xee\x08\xce\x1d\xad\x39\x36\xcd\x31\x3c\x56\xab\xbe\xd1\xcc\x15\x6b\x8a\x23\x88\xee\xa7\x77\x33\xe6\x07\x4e\x37\x6b\x33\xe4\x07\x22\x79\x01\xea\x8a\x20\xce\xb3\x5c\x55\x6c\xc3\x1a\xb9\x2d\x6b\x44\xd2\xae\xd3\xcf\x37\x55\x11\x74\x67\xc8\x69\xaa\x22\x48\xe7\xfa\xd6\x15\xc1\x3e\x30\x7f\x69\x95\x06\x99\x4e\xde\x68\x7a\x21\x18\x4e\x52\xdf\xf4\x42\xb0\x4f\x30\xbf\x54\x02\xc1\x70\x68\x62\x33\xbb\x17\xe4\xec\x61\x18\xd6\x03\xc3\xf1\xd9\xcd\xec\x5e\x90\x73\xfc\x61\x72\x94\xa6\x37\x82\x59\xf8\x4e\x6e\xc6\xf7\x40\x51\xa1\x9b\xe1\xbd\x36\xcf\x6b\xd4\x7f\xb3\xca\xce\x76\xd4\xbc\xe1\x8c\xd2\x81\x5d\x19\x8e\x5c\x99\x04\xfb\xd1\xe7\xff\x79\xe8\x08\x66\x0f\xaf\x09\x43\x72\xcd\x11\x9f\xe6\xbe\x37\x15\x13\x44\xb2\xcb\xb4\xe9\x98\x60\x97\xd1\x60\x86\xd6\xc0\xbe\x99\x38\x3e\x07\x6e\x82\xf3\x8a\x30\xd8\x06\x9a\xd3\x8d\x34\xed\x14\xa4\xf3\x30\x54\x3b\x41\x66\x81\xdd\xde\xb4\x4e\x30\x9d\x78\xac\x19\x2d\x03\xbb\x06\xb4\x92\xda\x09\xf6\xc7\x8b\x3b\xb0\x06\xb7\x8d\xc9\x6d\xa3\x64\x82\xfd\x06\x72\xa7\x56\xe0\x76\xb6\x11\x1b\x58\xa7\x6c\x46\xcb\xfa\xb4\xcc\x2a\xdc\xce\x1e\xb9\x4b\xb4\x45\x10\xe7\x43\x48\x5b\x04\x31\xad\xba\xb2\x08\x4e\xd4\xbe\x29\x8b\x20\xe6\xd9\x96\xa7\x80\x39\x83\xa6\xf7\xa5\xb2\x08\x62\xfa\x08\x35\xb1\x16\x74\x67\x1d\x68\xea\x63\x73\x2a\x5d\xc2\x26\xcd\x28\x19\xd8\x0d\xe4\x2e\xad\xe5\x83\x25\xfb\x95\xab\xf3\x81\x34\x4e\x91\x87\xbf\x31\x5c\xf0\xa2\xa9\x81\x20\x0d\xb7\x6f\x3c\xac\x39\x97\xad\x41\xe2\xa6\xe1\x35\x0d\xcf\xcf\x63\x0d\x0f\xa4\x41\x88\xa4\x69\x78\x20\xb3\xc0\x6c\x6f\x0a\x1e\x98\x05\x9b\x6b\x0a\x5e\x5b\x7e\xf2\x53\xa4\xba\x81\x12\x3e\x76\xf5\x34\x50\x82\xce\xd0\xa6\xa7\x81\x72\xde\x43\x86\xab\x40\x39\x87\xaf\xba\x35\x57\x57\x49\xbe\x10\x75\x37\x50\xce\xd9\x35\xf8\x04\xf6\xcd\x43\x63\x9b\x95\x0a\xaa\x99\x1f\xcd\x88\x14\xd8\x97\x0f\x67\x4e\xed\x03\xfb\xf2\xb1\xcc\x4a\xbd\x24\x9f\xb9\x4f\x2f\x28\xf2\x4e\x93\xfb\xd4\x04\x41\x73\x5e\xa1\xa6\x09\x82\xe6\xa4\x3c\x4d\x13\x6c\xdf\x19\xa3\x4a\x91\x8d\xf1\x31\x35\x78\xb7\xc8\xc6\xf8\x7c\xec\xfa\x43\x1b\xe3\x63\xba\x73\x02\x17\x4d\xed\x03\x27\x43\xa3\xa9\x7d\x20\xa6\xe7\x4d\xed\x03\x31\xbd\x54\xd4\x3e\xd0\x8d\xc4\x36\xb5\x0f\xf4\xdf\xa9\x90\xad\xc3\x4a\x2b\xd3\xfb\x5e\xc7\x03\x31\xe9\x4f\xe9\xda\x1b\x08\x67\xd6\xef\x9a\x5a\xff\x91\x8e\xce\x43\xbd\x6b\x6a\x20\x58\x52\xb4\x77\x45\x0d\x74\x47\x88\x77\x3d\x0d\x04\xcb\x2e\xf6\xae\xa7\x81\xee\x5c\x09\x5d\x4d\x03\xc1\x5a\xa4\xbd\xab\x69\xdd\x35\x57\x4d\xbd\xea\x06\xba\x3a\x41\xad\xea\x6a\x2f\x5d\xeb\x02\xdd\x01\x5a\x5d\xeb\x02\xdd\xac\x99\x6e\xea\x28\xe8\xe6\x9b\x74\x3d\x0c\x74\xd3\x97\xba\xce\x05\xba\x79\x34\x5d\xbd\xea\xc1\x4b\x8f\xaf\x89\xae\x49\x81\xee\xa0\xb3\xae\x34\x81\xee\x6c\x01\x5d\x67\xea\x86\xa5\xe2\x6c\x9f\x4b\xac\x27\x9e\xb1\x56\xd3\x20\x14\xe8\x8a\x49\x57\x90\x40\x37\x25\xa7\xeb\x47\x20\x9a\x9d\x57\x5d\x41\x02\xc3\x3c\x93\xae\x1f\x81\xbd\x4f\xaa\xa9\x20\x81\xae\xa7\x75\x05\x09\x24\x53\x0d\xbb\x7e\x04\x92\xb9\x75\xdd\x98\x56\x77\xca\x5b\x9f\x51\x5d\x3f\x02\xc3\x45\x53\x7a\x3a\x75\xf2\x45\x4e\xfb\x6b\x42\x9d\x64\x4c\x5f\x7d\x5d\xe9\x01\xc3\x47\x60\xd7\x79\xc0\x88\xbf\xcc\x83\xd2\x55\x22\x30\x9c\x87\xaa\x3b\x06\x13\xa4\x61\x55\x0c\x79\x81\x34\xac\x8a\xde\x04\xd2\xf0\x52\x35\x0a\x06\xc6\xb9\x92\x54\x29\x90\x06\xb7\x76\x57\xa5\xc0\x70\x5a\xaa\xae\x49\x81\x34\xbc\x5f\x14\x29\x30\xcc\x0d\xed\xc6\xc5\x40\x32\x27\xb3\xab\x56\xdd\x39\x7c\xcc\x3e\xe9\x7a\x14\xd8\x1f\x89\x1c\x86\xb9\x9b\x60\x38\x29\x7c\x37\x77\x13\x0c\x67\x73\xea\xda\x56\x2f\xf4\x6e\xd1\x8b\xd0\x0d\x95\x81\xe1\xa4\x10\xdd\x48\x59\x2f\x84\x5b\xf8\x22\xec\x8a\x15\x18\x06\x09\xbb\x5e\x05\x86\x09\x15\x5d\xad\x02\x39\xdb\xd4\xda\x12\x98\xc5\x53\xa8\x19\x81\x59\xbc\xf7\x0c\x80\x81\x59\x3c\xf7\xba\x12\x98\xc5\xe6\xd1\x8b\xc0\x6e\x0b\xcb\x3c\x23\x95\xef\x2f\xef\x17\xbd\x08\xcc\xe2\x25\x6e\x98\x0c\x64\xf3\x9b\xbb\xa6\xd4\xcd\xbe\xcc\xfe\xd0\x1a\x99\x69\x99\xdd\xbc\x35\x62\xe2\xd9\xc2\x77\x56\xd7\x93\x40\x09\xeb\xad\x27\x81\x6c\xcf\x68\x37\x4a\x06\xb2\xd9\xd9\x5d\x4d\x02\xd9\x28\x56\x57\x93\x40\x36\xd5\xbb\x6b\x49\x60\x16\xdb\xd0\x2c\x4b\x90\xed\x93\xec\x7a\x13\x98\xc5\x4b\x4c\x6f\x02\xd9\xcc\x85\x6e\x28\x0d\x64\x33\xbd\xbb\x26\x05\xb2\x71\xe2\xae\x49\x81\x59\xbc\xfd\x15\xa9\x7e\x72\x28\xbd\x50\xda\x69\x0a\xa7\x22\xf5\x12\x33\x6e\x06\xa2\x68\xf4\xdd\x20\x19\x88\x33\x1c\xa1\x2b\x3f\x60\x3f\x82\x69\x0e\xed\x07\x64\x93\xaf\xbb\xf6\x03\xa2\x1b\x1e\xea\xda\x0f\x88\x7a\x9e\x1e\x26\x42\xf6\x7e\x3a\xe3\x2c\xb3\x16\x4e\x1f\xeb\xd5\xae\x13\xf5\x7e\x6a\xe1\x5e\xad\x05\xd1\x34\x47\x2f\x77\xa5\xa8\x9f\x19\x65\xf9\x2e\xe9\x4a\x51\x3f\x33\xca\xd2\x43\xd4\xb5\xa2\x7e\x66\x94\xe5\xf3\xa8\x1b\x56\x03\xbb\x8c\xdd\xaa\x4a\xdd\x59\x66\xdd\xab\xc9\x91\xfd\xcc\x32\x8b\x91\x74\xc3\x6a\xe0\x2c\xcf\xd2\xcd\x83\xec\x27\x0f\xd2\x33\xad\x52\x75\x27\x94\x75\x75\x90\xae\x40\x75\xf3\x20\xbd\x76\x15\x28\x50\xaa\x67\xdf\x60\x5b\x77\xf5\xd0\xe6\xb9\xd6\xa9\xba\xab\x87\x7a\x59\xea\x54\xdd\x29\x66\x9b\x5b\x33\xb0\x06\x8a\x0b\xc0\x74\x05\x0a\x44\x31\xed\xbb\x6b\x50\xfd\x24\x46\x9e\x9f\x5a\x2d\x13\x23\x93\x75\x30\xde\xd6\x9d\x4f\x36\xa6\x65\xd6\x6b\x3a\x68\xd8\x7a\x69\x4e\xfd\x64\x46\x7a\xc1\xaa\x4e\x60\x97\xd1\x4e\xaa\x13\xd8\x65\x54\xc3\x68\x1d\xd8\x65\x9c\x45\xc3\x75\xdd\xdc\x48\x3e\x82\xba\xb9\x91\xdd\x45\x46\x7d\x3d\x29\x5d\xfd\xa4\x46\x7a\xdf\x1b\xd4\xeb\xae\x28\x9a\x6c\x4f\xa5\x0b\x9c\x8c\xf9\x6e\x54\x0f\x54\x7b\x80\xbb\x39\x8f\xdd\xa5\x42\xcd\xbf\xef\x6a\x18\xa8\x26\xf8\x74\x2d\xac\x9b\xe0\xe8\x00\xfc\xee\x00\x48\x50\xed\x95\xec\x8a\x19\xa8\xf6\x44\x77\x2d\x0c\xec\xed\xb3\x35\x35\xac\x9b\xf2\x88\x38\x75\x83\x84\xdd\x94\x47\xf3\xc6\xbb\x41\xc2\x6e\xca\xa3\x79\xd0\xdd\xc1\x93\xa0\x9a\x41\xdd\x35\x38\xb0\x7f\xca\xe9\x52\xe1\xc0\xfe\xa9\x7b\xf5\xe9\x45\x16\x64\x98\x21\xdf\xf5\x3a\xb0\xcb\x68\x12\x63\x87\xdd\xc5\x4e\xe6\xf8\x43\x6e\x59\x57\xfb\xfa\x7d\xfa\xb6\xdc\xb4\x4d\x76\x33\xc9\xa4\x67\x53\xed\x03\x55\x6f\xea\x5a\x5f\x77\x2d\x50\x67\x5a\xed\x5a\x5f\x37\x47\xd2\x93\xae\xf6\xf5\x93\xfb\xe8\xa5\xab\xf7\x81\xa8\x4e\xa1\xd5\x15\xbf\xee\xd4\x3e\x0e\x6b\xeb\x9a\x1f\x88\xe6\xea\x58\xdd\x38\x21\xa8\xe7\xc6\xd2\xf3\xfa\xe3\xdc\x91\xbe\xa6\x0d\x0a\x82\x7d\x74\xfe\x9f\xa7\xfd\x39\xc3\xbc\xdd\x85\x15\x63\xbc\x64\x1a\x3f\x0f\xc5\x9a\x3d\x2e\x6e\xe6\xc3\xd6\xc0\x20\x88\x6c\xca\x7a\xd7\xff\x40\xed\x7e\xf5\xe9\x7f\x20\xb2\x49\x27\xdd\x24\xc9\xbe\x4e\x0e\x20\x67\xd4\xd8\x20\xa8\xd3\x4b\xcb\xd8\x60\x37\xf9\xf1\x7c\xcb\xea\x89\xa0\x6a\x12\x5d\x4f\x04\xe7\xb6\x52\x13\x41\x4c\x3f\x8c\x74\x42\x30\xce\x91\x19\xe1\x03\xb3\xf8\x79\x63\x38\x0f\x9c\x9b\x56\x4b\x04\x91\x3c\xcd\x2a\x21\x08\xc3\x01\x5d\x25\x04\xd1\xec\x6a\xea\x2a\x61\x77\xf2\x1e\x8f\x4b\x25\x04\xc9\x61\x23\x5d\xfd\x03\xa3\x37\xff\xcb\x13\xb0\x91\xb3\x1f\x29\xca\x1f\xc8\x46\x1e\xbb\xf6\xd7\x5d\x47\xd3\x37\x82\xf6\xd7\x9d\xa8\xd5\x51\x3a\x5d\xfd\x03\xfb\x4a\xe0\x68\xf5\x3f\xb0\xcf\x30\x9b\x53\x00\xc1\xf9\x06\xd5\xff\xc0\xbe\xd9\xfd\xa5\x75\xda\x68\xe6\x2d\x77\x6d\x0f\x34\xa7\xb7\xed\xda\x1e\x68\x0e\x23\xef\xda\x1e\x68\xa6\xac\x77\x6d\x0f\xb4\x46\xa7\x7f\xd7\xf6\x40\x73\xba\x84\x6e\x90\x0f\x84\x81\xa1\xae\x00\x82\x38\xb3\x04\x0e\x83\x75\x20\x26\xe2\x3b\x34\x40\xd0\x1d\x5b\x39\x4c\x6d\x1c\x4a\x21\x1f\xdf\xc3\xe1\x84\xa0\x3b\x74\x6a\x28\x85\x20\xaa\xd3\x3a\x0d\xad\x10\x9c\x94\xbd\xa1\xef\x0d\x16\xc1\x9c\x67\xfb\xaf\x45\x24\xc7\x9d\xa3\xf8\x2c\x62\x88\x35\x97\xe2\x50\x00\xc1\x49\x5f\x1e\x0a\xe0\xc0\xf6\x9c\x38\x68\x68\x7b\xa0\x9b\x97\x35\x8c\xba\x81\x70\x89\xbe\x61\xaa\x22\xd8\x37\x75\xa5\xcc\x03\x23\x48\x36\x9c\xc8\x7a\xe8\x7b\x20\xf9\x06\x1d\xfa\xde\x70\xcd\x4a\x3f\x69\x87\xbe\x07\x92\xf9\xa6\xc3\x18\xd9\x50\x01\x39\xe5\xc3\x18\xd9\x30\x35\x91\xd7\xe2\xd0\x0a\xc7\xb1\x42\x6a\xae\x15\x8e\x63\x85\x6e\xcb\xf6\x4f\x24\x39\x70\xca\x87\x06\x08\xc6\x39\x08\x05\x10\x24\xc7\x5b\x0d\x05\x10\x74\xbb\xe2\x86\x02\x08\xba\x5f\x1d\xc3\x3c\x47\xd0\xfd\x36\x19\x3a\x21\xe8\x3e\x1b\x87\x61\x34\xd0\x8d\xc9\x0d\x2d\x11\x24\x13\x68\x87\x79\x8e\xa0\xdb\x15\x34\x14\x47\xd0\xed\x5c\x1d\x86\xd5\x40\xca\x9e\x5d\x5d\x12\xf4\xca\xdb\x63\x18\x54\x03\xc9\x1c\xd0\xa1\x5e\x82\xee\x57\xce\x50\x2f\x41\x32\xa5\x79\xe8\x8f\xa0\x9b\xfe\x34\x94\x45\x90\x1c\x2c\x36\x94\x45\x90\x1c\x62\x37\x94\xc5\x71\xe6\xeb\xa1\xef\x6f\xe8\x81\x20\x9a\x42\x31\x14\x41\x10\xd5\x95\xa0\x86\xd1\x33\x10\xd5\xa8\xf4\x50\xfb\x40\x1a\xee\x42\xeb\x03\x51\xcd\x4d\x18\x6a\x1f\x18\x0e\x25\x18\x46\xd4\xc0\xbe\x18\xa9\xa9\x11\x35\x30\x9c\xbb\x64\x38\x3a\x0f\x8c\xf8\x4b\x56\xd9\x50\x1e\xc1\x70\x50\xc1\x50\x1e\xc1\xae\x0d\x6d\x6f\xa4\x0e\x0c\x87\x2d\x0c\x85\x12\x0c\xb5\x76\x28\x94\x20\x39\x92\x67\x18\x93\x03\xc3\x4f\x9d\x61\x48\x6e\xb8\x1c\x8a\xb3\xc6\x0f\x25\x13\x0c\x3b\x4d\x86\x21\xb9\x51\x4f\xc6\x0f\xf5\x53\x3c\xc1\x3e\x34\xcb\x3c\xb4\xea\xa3\xdf\x3d\x78\x68\xd5\x47\xbf\x5b\xf3\xd0\x2a\x2f\x2e\x1f\x50\x86\xd0\xc0\xe8\xf4\x08\x0f\x35\x10\x0c\x57\x64\x1d\x86\xcb\x46\xc3\xc1\x9b\x3f\xf4\x66\x23\x34\x36\x9c\x5e\x71\x68\x78\x60\x38\x6c\x79\x68\x78\x60\x74\xde\x5c\x43\xc3\x03\xa3\xd3\xcd\x37\x34\x3c\x90\x86\xb7\xa9\x86\x07\xb2\x23\x36\x87\x86\x07\x46\xf7\x02\xd3\xf0\xc0\xe8\x9e\x25\x05\x0f\xe4\xec\x29\x31\x52\x06\x46\xef\x16\xd9\xfe\x9d\xfc\x1b\xdb\x50\x93\x03\xb3\x78\x4f\x6a\x72\xc3\x84\x47\x3b\xa1\x87\x26\x07\x66\xf1\x89\xa5\xc8\x81\x6c\xa0\x66\x28\x6d\xe3\x48\x5b\x73\x6b\x1e\x59\xa7\x2f\x19\x41\x1b\x4a\x1b\x98\xc5\x47\x83\xce\x06\xa2\x98\x16\x3d\xf4\x33\x30\x8b\x37\xaf\x7a\x06\x66\xf1\x9a\x52\xcf\xc6\xa0\xaf\xc1\xa7\xa4\x76\x06\x66\xf1\xca\xd6\xce\x40\x9c\x69\xd9\x87\x76\x06\xb2\x31\xa4\xa1\x89\x81\x6c\x7e\xd5\xd0\xc4\x40\x9c\x99\xeb\x87\x26\x06\xb2\xb9\x47\x43\x13\x03\xb3\xf8\x5f\x8a\x18\xc8\xf6\xc8\x0f\x45\x0c\x64\xfb\x70\x86\x29\x8e\x60\x16\x9f\xdf\xaa\x19\x98\x85\x0e\xbc\x61\x70\x0b\xcc\xe2\x63\x58\x59\x1b\xd3\x9e\x05\x6a\xa4\x97\x0d\x03\x5a\x3e\xe5\xd5\x32\x30\x8b\xb7\xaf\x66\x35\xe6\x39\x4b\xee\xd2\xc3\x9f\xaa\x35\x27\x53\xdb\x1a\x2e\xd5\xe1\xa8\xc8\xa1\x6e\x81\x59\x7c\x4b\x69\x5b\x60\xff\x1b\x6d\xe6\xe0\x34\x50\x1c\x52\x3f\x8c\x84\x0d\x17\xea\xb0\x9f\x7b\x28\x65\xc3\x85\x3a\xec\x63\x1e\x5a\x19\x28\x06\x3e\x87\x56\x06\xf6\xbf\x59\x66\x4d\x2f\x92\x81\xbc\x83\x15\xb5\xe1\x3a\x1d\xe6\x92\x0f\x4d\x0d\xec\x9f\xfa\x7f\x9e\xe3\xcb\x0e\x08\xef\x28\x55\x0d\xec\xdf\x5a\x31\x9b\xe4\xb8\x9a\xad\xa9\xab\x81\x6c\x32\xdc\xd0\xd5\x40\x74\xb3\x20\x86\xae\x36\xee\xd3\xdb\xc0\x2e\x74\x35\x50\xc2\x5b\x43\x57\x03\xfb\xdf\x68\x13\xbd\x0c\xec\xe7\x9c\x65\x36\x00\xb1\xb5\xee\x8a\xab\x43\x2f\x1b\x7a\x99\x2b\x09\x0e\xc5\x6b\x18\x6f\xf3\xb3\x4e\xef\x02\xf1\x73\xc9\xd2\x61\x56\x27\x28\xd5\x0b\x47\xf1\x02\xc5\x15\x3f\x87\xc9\x99\xa0\x38\x19\xd3\xd0\xb1\x06\x3e\xf5\x73\x4d\xd7\xa1\x4f\x81\x52\xad\xbd\x3a\x05\x76\xc3\xb9\x35\xab\xf0\x9c\xde\x11\x37\x67\x15\x1e\x7b\x47\xbc\x1b\x0c\xa6\x81\x52\x3d\x5c\xb5\x0b\x94\xf3\x3d\xa0\x75\x81\xbd\x35\xce\x83\xd6\x05\x76\x99\x5b\xb3\x5a\x8f\x61\x5a\xdc\x7a\x98\xa1\x09\x76\x19\x47\xa7\x89\x81\xe2\xbc\x29\xc3\x14\x4d\xb0\xff\x8d\x56\x32\x5e\x07\xe2\xac\x27\x31\x14\x36\xb0\x2b\xcb\xa1\x68\x6c\x60\xff\x96\xf3\xa5\xb1\x81\x52\x3d\x62\x85\x0d\xec\x9f\x8e\x3f\xbc\xb3\x15\x3a\x10\xcd\xe8\xfe\x50\xe8\x40\xb1\x43\x7c\x28\x74\xe3\xac\xd3\x71\x0e\xc0\xf6\x59\xf6\xb1\xd8\x3e\x3a\x1d\xd8\x65\x56\xd2\xf6\x79\x4d\x74\xf2\xac\x18\xfc\x1b\x2e\xc1\x91\x3c\x7b\x7a\x1d\xd8\x65\xec\x57\xb1\x03\xbb\x8c\xb6\xd5\xe2\x86\x81\x3d\xbf\xf0\x1c\x68\x06\x8a\x1d\xea\x43\xb1\x1b\xc6\xfa\x5c\xc1\x76\x18\xeb\x03\xbb\x8c\x36\xd3\xf6\x40\xb1\x5f\x7f\x68\x7b\x60\x1f\x30\x97\xa0\xba\x07\xa2\xcc\xf3\x7f\xa7\x62\xfa\x1e\x5b\xd3\xf7\x40\xd4\xf3\x18\xd1\xf7\x86\xc3\xd4\x5c\x3d\x7a\xe8\x7b\xc3\x85\x39\x4c\x10\x1d\xfa\x1e\xd8\xae\xe8\xff\x79\xe2\x5d\xac\x03\x53\x1f\x46\xfc\x40\x9c\x69\xa5\x87\x12\x08\xaa\xf9\x80\x43\xe3\x03\x7b\x0f\x1e\x89\xf5\xff\xe8\x79\xf2\xcd\xa9\xf2\x0d\xa2\x79\xe1\xc0\x86\xa1\xe0\x81\x5d\xe6\x1e\xac\x3f\x86\x17\xa6\xaf\x0e\xf3\x38\xc1\xfe\xbf\x7d\x23\x4d\xe3\x7e\xa0\xda\xf1\x3a\x15\x41\xb0\xff\xad\x51\x56\x2c\xb3\x53\x89\xb7\xdb\x54\x05\xc1\x2e\x0b\xca\x9a\x65\xae\x3e\x96\xdd\xde\xb4\xcc\xec\x27\xae\x89\xa9\xf9\x4d\x57\xe1\xf0\x99\x39\x55\x3f\x50\x8d\x94\x4d\x3d\x0f\xec\x7f\xb3\xcc\x23\x0e\xc7\xc2\x72\xd9\x4d\x43\x7d\x60\x97\xb1\x5b\xed\x6f\x9e\x11\x6d\x5c\xee\xd3\xa1\x6a\x20\x92\x93\x3e\x4d\xa3\x7d\xa0\xaa\x62\xd3\x68\x1f\xd8\xff\xe6\x4f\x3d\xe2\x70\xdd\x10\x7a\xa6\xa6\x4a\x08\x76\x19\xb5\xd0\x09\xc1\x2e\x63\x7b\xda\x1e\xd8\x65\x89\x32\x0f\x8f\x94\xc8\x34\xe8\x54\x9f\x86\xfc\xc0\x2e\xeb\x94\xd9\xca\xe4\x44\x26\xd7\x35\x99\x1a\x1f\xa8\x4e\x3c\x37\x35\xbe\x49\x02\x64\x1a\x3f\x77\x6b\xcd\x58\x5e\x23\xb9\xb2\xdc\x54\xf0\x40\x75\x00\xeb\x54\xf0\x40\x75\xf0\xd6\x54\xf0\x40\x75\x20\xe8\x54\xf0\x40\x64\xa7\x43\x98\x1a\xde\x74\x4e\x56\xf3\x36\xa6\x8a\x07\xf6\xff\x51\x57\x85\x0e\xec\x32\x76\xa1\xd1\x81\x18\x0e\xcb\x9d\x2a\x1d\xd8\x65\xfe\xd6\x36\xc9\xf6\xa1\xf0\xf4\x9f\x4a\x1d\x88\xec\x80\x9c\x69\x54\x10\x44\x71\x8e\x84\xa9\xd6\x81\xc8\xae\x8f\x3b\xf5\x3a\x10\xd9\xe8\xeb\x34\x0a\x08\xec\x1a\x9e\x06\x01\x41\x74\x67\xaf\x9e\xda\x1f\xd8\x77\x99\x47\x67\xab\x64\x66\x2b\xaf\x1e\x9c\x8d\x92\xed\x5b\xf1\x38\x6c\x13\x56\xf7\x70\xf6\x82\x69\x64\x70\x32\x11\xab\x99\xb9\x53\x6b\x04\xcd\x41\xf3\x53\x43\x04\x67\x20\xdc\x54\x10\xc1\x19\xe1\x36\x8d\x0b\x82\x98\x08\xed\xd4\x19\x41\xcc\xf3\x5f\x36\x06\x33\xba\xb8\xfa\xf1\x54\x19\x41\x98\x34\x3a\x75\xc2\xe9\x7a\x1f\x67\x5b\xb6\x45\x21\xa7\xe0\xfc\xd0\xa6\x28\x8c\x01\x3e\x3f\xb4\x8e\x05\xb5\xe7\xf1\x3d\xf5\x3f\x90\x1c\x70\x35\xf5\x3f\xd0\x7d\xcf\x4e\xf5\x0f\x74\x3f\x46\xa6\xfa\x07\xba\xaf\xca\xa9\xfd\x81\xee\x57\xc6\x34\xec\x08\x92\x23\xb5\xa6\x61\x47\x90\xb2\xf7\xa8\x29\x9a\x20\x99\xcf\x3e\x8d\x44\x82\x28\x0e\x4c\x98\x46\x22\x41\x9c\x85\x9c\xa6\xa1\xc8\xe9\x88\x3d\xbc\x7b\x1a\x8a\x9c\x8e\xd8\xf3\x99\xa2\x83\x82\xbe\xbf\x9c\xfe\xf3\x1d\x3e\x55\xd4\xe9\x80\x3e\x9f\x10\x2a\x2a\x48\x66\xc5\x4f\x83\x97\x20\x39\x4a\x61\x6a\xad\x20\x65\x1f\x4b\xc6\x33\xc1\xf0\x13\x75\x2a\xb2\x20\xea\xf4\xb8\x0d\x68\x82\x61\x02\xea\x54\x6e\xc1\xf0\x53\x66\x1a\xe3\x04\x69\x0c\x37\x66\xf3\x6d\x0c\x87\x0a\x4f\x75\x17\x24\x57\x38\x9e\xea\xee\x6c\xf6\x24\xd0\x78\xba\x2d\x18\xe6\xe3\x4e\x45\x16\xa4\xe1\x55\xa3\xa2\xce\xa3\xa8\xfc\x50\x45\x9d\x4e\x0c\xeb\x27\xf6\x34\x52\x09\x86\x9f\xbf\xd3\xfc\x4e\x30\x3a\x1f\x3d\xd3\xf4\x4e\x30\x3a\x5f\x15\x53\xb9\x9d\x47\x6e\x39\xd3\xca\x2d\xc8\xc6\xda\xa7\x22\x0b\x66\xf1\x31\x66\x40\x12\xcc\x92\x3d\x30\xcf\x51\x37\x15\x99\xde\x9f\xa9\xdb\xce\xe3\xb6\x1c\xab\x6e\x3b\xcd\xd2\x34\xac\x34\x95\x5b\x90\x0d\xe6\x4f\xe3\x91\x60\x16\xba\xaf\xa6\xba\x3b\x1d\xe5\xe7\xd8\xc6\x69\x9a\x26\xd8\x5b\xf3\xa7\x9e\x13\x26\x61\xe9\x83\xfc\xe7\xa9\xde\x4e\x83\x8f\x76\x89\x4e\x93\x37\xe7\xd0\x7d\x7c\x8c\x2b\xb3\xa0\x04\xea\x33\x75\xd9\x39\x30\x3f\x1c\x6c\x9a\x96\x39\xcf\x70\x3d\x7a\x26\xa6\x32\x0b\xf6\xc3\x99\x23\x31\x55\x13\xec\xff\xa3\xae\x1a\xee\x3c\x0b\x7a\x78\x1a\x54\x5c\xb0\xcb\xdc\x87\x17\xdb\x59\xd0\x83\x6e\x99\xa9\xe4\x82\x5d\x46\x0b\x68\xb9\xf3\xac\xe8\xe1\x99\x36\x24\x39\xe7\x11\x42\x8f\xcf\x53\x4d\x48\xb2\x3b\xc8\x66\xea\xbe\xd3\x55\x3e\x5c\x7c\x61\x1a\x92\x9c\x27\x9b\x13\x4b\x9c\x86\x24\xa7\x6b\x5c\x9e\xc7\xbd\x21\x49\xb0\x1f\xf7\xb4\x9e\x92\x0c\xa2\xd8\x7b\x3f\xb5\xe4\xa9\x25\xbb\x0c\xc4\xd4\x92\xa7\x0b\x5a\xba\x6a\xc2\x54\x93\xa7\x9a\xec\xaa\x0c\x53\x27\x9e\x66\x87\xa6\xf3\x7f\xb6\x0b\x4e\x7c\x26\x4b\x9e\x66\x87\x82\x62\x47\xd1\x54\x93\xa7\xc1\xcb\xb3\x35\x5b\xe5\x04\x2f\xbd\xa5\xd5\x64\xb0\x6b\xe1\x1e\x6c\x15\x03\x9a\x36\x80\x9a\x3c\x4f\x40\xd3\xb7\xa2\x9a\x0c\xf6\x07\x14\x27\x57\x4d\x06\xbb\xcc\xdf\x7a\xfd\x5c\x7e\xb7\xf1\x53\x2d\x19\xec\x0f\x1e\x8e\x44\x4d\x06\xd5\xde\xe6\xa9\x25\x83\xfd\x81\x42\xbd\xb4\x64\x50\x5d\x2f\x6b\x6a\xc9\x60\xbf\xee\x39\x10\x2d\x19\xec\x57\xbb\x65\x36\x09\xd1\xcb\xec\x6a\xfe\x53\x73\x06\x4d\xd5\x9f\x8a\xf3\x24\x3a\xe9\x6a\xfb\x53\x49\x06\x43\x5f\x9d\x06\x27\x41\xee\x67\x5b\x56\xf4\x36\x67\x86\x12\xaf\x87\xdb\xa0\x1e\xbf\x73\x94\xe3\x74\xfa\x16\xaf\x60\x45\x7a\x3a\x7b\x8b\x1f\x58\x06\x26\x41\xd4\x4a\xd7\xca\x54\xa4\x41\x73\x22\x9d\x69\x4a\x2a\xd8\x67\x8f\xa3\x50\xa4\x41\x98\xaf\x3e\xf5\x68\x10\xcd\x2b\x46\x67\x06\xe1\x5a\xb1\x53\x67\x06\xd1\x9c\x7c\x77\xea\xcc\xe0\x8c\xb9\x9e\x2a\x33\xe8\xce\xb1\x39\x35\x66\xd0\x9d\xbe\x71\x6a\xc7\x13\x13\x9e\xfe\x50\xe9\x05\xfb\x60\x2d\xb3\x4e\xcb\xaf\x15\xce\x92\xa9\xab\xa0\x3b\x3d\xe4\x54\x6a\x41\x3a\x77\xae\xf1\x47\xd0\xab\x97\xad\xfe\x0a\x7a\xf5\x1e\x55\x5f\x41\xaf\xde\x7a\xda\x2b\x48\x0e\x7c\x9b\x46\x29\x41\xaf\x74\x5a\x4c\xa3\x94\xd3\x69\x57\x4b\xfd\xfd\xe1\xad\xad\xee\x82\xe4\x50\xbc\x69\xb2\x2b\x48\x0e\xc5\x9b\x86\x31\x41\x72\x58\xdf\xd4\x7f\x41\x72\x8c\xd8\x54\x76\x41\xb2\xe3\x7f\xea\xba\xa0\x57\x9f\x54\xce\xb6\x3a\x5f\xbf\x2c\x38\x5f\xaa\x2e\xe8\xb5\x5a\x3b\xdb\xe0\xb5\x0d\xd8\xbc\x06\x0b\xe2\x24\xc9\x4e\xcd\x14\xc4\x99\xf4\x69\x3a\x06\x71\x7e\xbc\xdc\xbd\x25\x8d\x45\x82\x61\x1a\xfa\xd4\x42\xc1\x38\xcf\x23\x2d\x14\xa4\xc1\x27\xe1\xe5\x88\x40\x90\x73\xb2\x28\x59\xe4\x5b\x7b\x52\x94\x2d\xe2\xad\x4d\x94\xe0\x52\x2d\xc1\xe8\x7c\x4e\x5c\x9a\x25\xc8\x19\xd9\xbc\x14\x4b\xb0\xdf\x3e\x8d\xb2\x61\x19\x03\x5f\x31\xe6\xcb\x3c\x53\x30\x3a\x51\x96\xcb\x3c\x53\x90\x73\x72\xfb\x8f\x45\x84\x0d\x86\x3f\x5c\x16\x11\x36\xc0\x65\x2f\xe5\xf3\x72\x6c\x1f\x97\xcd\xa5\x7b\x82\x59\xf8\x0a\xbd\x54\x4f\x30\x0b\x4d\x7d\x69\x9e\x60\x16\xce\xdb\x65\xdc\x11\x64\x63\xd4\x97\x89\xa7\x60\x16\x5e\xec\x97\x7a\x0a\x66\xe1\xcb\xe7\x32\x3a\x79\x05\x1f\x30\xc5\x1f\x5a\xc7\xf0\x03\xc6\xe3\xb2\x8e\x41\xe7\x3c\x4f\xea\x4b\x5f\x05\xd9\x34\xc0\x4b\x35\x05\xd9\x70\xc6\x65\xb4\x12\x64\xe3\x20\x97\xd1\x4a\x90\x0d\xf3\x5f\x86\x26\xc1\x2c\x7c\xb5\x5f\x2a\x28\x88\x9f\x56\x70\x19\x62\xbc\x1c\x84\xa7\x16\x5c\xca\x25\xd8\x65\x6e\xce\xb6\x76\xf1\xc6\x7c\xb6\xe7\xb1\x25\xd6\x44\xa4\x0f\xf9\xd2\x24\xc1\xfe\x29\xc7\x6b\xb4\x10\xec\x32\x0e\x58\xbb\x04\x25\xb0\xe1\xcb\x10\x1f\x28\xde\x26\x97\xde\x07\xf6\xeb\x97\x66\xd3\xfb\x40\x9c\xc9\xc6\x2e\xcd\x0f\x14\xef\xc3\x4b\xf1\x03\xa5\xda\xba\x7a\x1f\x28\xde\x74\x97\xde\x77\xe9\x7d\xc9\x2a\x28\x7e\xa0\x78\x07\x5f\x8a\x1f\x28\x3e\x8c\x2e\x43\x83\x97\xb3\x79\x3a\x3c\xee\xd2\xfc\xc0\xfe\x32\xa0\x2d\x55\xbf\xcb\xe9\x3c\x9d\x1c\xe7\xd2\xfd\x40\xf1\x93\xfd\xd2\xfd\x2e\x47\xe0\x25\x3e\x0d\x2e\xe5\x0f\xec\x32\x4e\x97\xf6\x07\xe2\xac\xd9\x7e\xa9\x7f\x60\xb7\xaf\x65\xb6\xc8\x46\xf1\xb3\xfd\xd2\xff\x40\x51\x01\x2e\x43\x82\x17\xcb\x72\x18\xdf\xbc\x74\x36\x10\x61\x06\xe3\xa5\xa1\x81\xfd\xa1\x41\xfd\x55\x34\x50\xed\x68\xbe\x54\x34\xb0\x7f\xea\xe6\x3c\x36\x46\xcc\x85\xf9\x96\x97\x3e\x06\xf6\xe6\xfc\xad\x07\x57\xed\x22\xc3\x59\x2e\x65\x0a\xec\xef\x16\x76\xab\x4d\x81\x6a\xe4\xf9\xd2\xa6\x2e\x86\xcc\x99\x25\x7d\xe9\x44\x20\xce\xe2\xec\x97\x52\x74\x31\x71\x66\x72\x02\xed\x4b\x05\x02\xd5\xc8\xf9\xa5\x02\x81\x6a\x84\xfa\x32\xbc\x77\x35\x33\x83\xe8\xa5\xb8\x0c\xe6\x81\x5d\x46\x5d\xf5\xa2\x0b\x09\xca\x2e\xb6\x71\xa9\x37\x97\x7a\xc3\xb1\x39\x76\x0d\x34\x23\x0a\x97\x43\xd7\x2e\x57\xb5\xe0\x43\xfb\x32\x7d\x13\x34\x27\xde\xbb\xd4\x22\x10\xe6\x16\x5e\x6a\xd1\x65\xcc\x2f\xbb\x79\x8f\xbf\x93\x5e\x32\xdd\xbc\x67\x99\x69\x4f\xce\xda\xa5\x97\x5e\x04\xce\xac\xa7\x97\x5a\x04\x62\xf2\x0d\x71\xa9\x45\xe0\xcc\x13\x72\x69\x45\x20\xe6\x29\xf2\x56\x50\x81\x4c\xc6\xbd\x0c\xf9\x81\x54\x7e\xf5\xbf\x5f\xd5\x97\x11\x41\xd0\x9d\x47\xe4\xd2\xa3\x40\xaf\xde\x13\x6a\x14\xe8\xd5\x67\x9f\x16\x05\x92\xe3\xc1\x2e\x63\x84\xa0\x3b\xc5\xf3\xa5\x57\x5d\x0e\x8a\xb3\xd9\xcd\xe9\xbc\x86\x9f\x2b\x9c\x2e\xe3\x81\x97\xa3\xdd\xbc\x20\xd4\x2a\x30\xec\xf4\xbc\xb4\x2a\x10\xdd\xe1\x74\x97\x56\x05\x92\xb3\xd3\x5d\x0a\x14\x18\x76\x82\x5d\xfa\x13\x48\x83\xcf\xd8\x4b\x7d\xba\x1c\x00\xe7\xcd\xa0\x3d\x81\x9c\xbd\x17\x94\x27\x90\x73\x72\xf3\x56\x72\x12\xae\xf6\x16\x37\x46\x08\xa6\xab\xff\x5e\xda\xcf\x75\xf9\x66\xe0\xbf\x94\x1a\x30\x8b\x0f\x5a\x43\x7f\x60\x16\x1f\x8d\x8a\xc9\x75\xe2\x77\xd6\x48\x31\xb9\x8c\xdf\x75\xff\xcd\x76\xbd\x98\x49\x16\xa9\xbb\xf4\x92\xeb\x84\xea\xac\xa5\xbe\x01\x8a\x1f\x7d\xd7\x75\x8e\x8c\xe7\x2c\x5f\x8b\x97\x0a\x02\xe2\xac\x57\x74\xa9\x20\x97\x59\x95\xae\xaa\x7a\xe9\x20\x97\x91\xba\x76\xca\xac\x82\xcb\xec\xbb\x18\xc7\xa5\x84\x5c\x86\xea\x5c\x7a\xe3\x32\xad\xf2\x32\xad\xd2\x25\x59\x2f\xc5\xe4\x32\xad\x32\x79\xc1\x28\x26\x97\x69\x95\xe9\xfc\xd6\x36\xb9\xcf\x13\xd9\xe3\xb3\x01\x08\xdf\x9d\xcf\x2a\xcd\x04\xc4\x59\xe3\xf2\x32\x7c\x07\xf6\xb7\x90\xbb\xb5\x51\x6e\xfb\xfb\xb3\x4d\x60\xab\xdc\xc6\x3b\xf8\x37\xed\xe4\x72\x99\x7d\x33\xdb\x2f\x93\x29\x2f\x12\x27\xcf\x52\x49\x97\x7e\x72\x3d\x4c\xfd\xe6\xa7\x9b\x41\x3d\x50\x1b\x62\x73\xa9\x22\x60\xdf\xad\xec\x54\x17\xb9\x5c\x78\xc2\x8e\x99\xcb\x98\x1e\xa8\xe7\x52\xd5\x4f\x80\x51\x9c\x4b\xc9\x00\x31\x9c\x58\xf5\xd2\x32\xc0\x99\xb0\xe7\x32\xdc\x06\xf6\x6b\x96\xed\xeb\x0f\xa0\x57\x3f\x6c\x9c\x01\x05\x24\x07\x2d\x5e\x86\xc9\x40\x9c\xe9\x86\x2f\xe3\x64\x60\xef\xd4\x9f\xda\xbc\xa4\x3e\x16\x27\x38\xbb\x74\x0f\x10\x67\x96\xbf\x4b\xd3\x00\xd9\x29\x8d\x2e\x4d\x03\x64\x27\x85\xba\x34\x8d\x4b\xd3\x30\xc2\x72\xa9\x12\x97\xf3\x9b\xf8\x72\x53\x25\x2e\xe7\x37\xf1\x0e\x31\x96\x06\x72\xf6\x4d\xa9\x5d\x5c\x4e\x79\xe2\x05\xa2\x5d\x80\x28\xe5\xfc\x9b\x95\x27\x96\x56\xf2\xf9\x3f\x6b\xff\x9e\xda\xbb\x07\x6b\xff\xf2\xd9\xe8\x6d\xa3\x60\x80\x12\xb8\xea\xa5\x60\x80\x7d\x0f\xba\x07\xeb\xfe\xd2\x67\xe4\xc5\xa0\x4c\x80\x7a\x5a\xcd\x30\x17\xd8\x6f\x36\xcb\x3c\x36\xe2\x5c\xae\x20\x7e\x29\x18\x20\x4c\x61\xbf\x14\x8c\xcb\xcc\x46\x5f\x20\x46\xb9\x40\x4c\xaf\x05\x83\x5c\x20\x6a\x34\xcb\x3c\xb2\xcf\x57\xcf\xde\xfe\xad\x9a\xdc\x3f\xaf\xa2\x46\x51\xb1\x88\xee\x64\x7e\x78\x2b\x1d\xa0\x57\x3e\xdf\x6e\xa5\x03\x24\x07\x46\xde\x3a\x07\xe8\x95\x67\xd4\x6d\x7c\x0b\xf4\x4a\x5b\xdc\x6a\x08\xe8\x95\x87\xdb\xad\x86\x80\x38\xb3\x97\xdc\x7a\xc8\xed\x78\x37\x63\x20\xb7\x51\x30\xd0\x2b\x27\xe0\x36\x01\x12\xf4\xca\x2b\xe2\xd6\x4d\x6e\x47\xc0\xf1\x28\xbe\x75\x13\x90\x1c\x85\x73\xeb\x26\xb7\x23\xe0\x38\x25\xb7\x6e\x72\x3b\x02\x8e\xbb\xe7\xd6\x4d\x40\x34\x63\xc5\xb7\xda\x01\xce\xa2\x4b\xb7\x71\xb2\xdb\x45\x0b\xa7\x1b\xb3\x9a\xac\x92\xe0\x87\xdb\xad\x89\xdc\xae\x63\x38\xff\xe0\xd5\xb7\x41\x34\x30\x8c\x85\xde\x8a\x0a\x48\xc3\x73\xa8\xa8\x80\x68\xde\x80\xb7\xa6\x02\xd2\xa0\x73\xe1\xd6\x54\xc0\xf0\x22\xbf\x0d\xb4\x81\xe1\x53\xf0\x36\xce\x06\x86\x9d\x58\xb7\x61\xb6\xdb\x91\x75\x3c\x1b\x6e\x15\x07\xa4\xc1\x35\x78\x1b\x65\x03\x51\xcd\xfe\xba\xb5\x1e\x90\xc6\xb0\xc8\xa6\x4a\x7e\x59\x57\x7f\x6a\x5b\x25\xdb\x8a\xd3\xaf\x1b\x81\x61\xd7\xdc\x6d\xe0\x0d\xa4\xc1\x27\xd7\xad\x2d\xdd\x8e\xbf\xab\x1e\x99\xed\x93\x6c\x1f\xdb\xc2\xf6\x71\x48\x1e\x4f\x99\x5b\x57\x02\xe3\xb4\x98\xaa\x04\xc6\x39\x2e\xe3\x70\xb7\x03\xf7\xf8\x30\xba\x0d\xc3\xdd\x0e\xdc\xc3\x77\x6e\xa3\x70\xb7\x03\xf7\x78\xd0\xdf\x06\xe1\x6e\x47\xe6\xf1\xa5\x76\x1b\x6f\x03\xc3\xde\xaa\x5b\xed\x02\x51\xed\x93\xbc\x55\xac\xdb\x11\x76\x84\x8a\x6e\xad\x08\x0c\x67\x55\xbe\x0d\x87\xdd\x26\x51\xba\x42\xc8\xad\x29\x81\xa8\xd3\x8b\x5c\x53\xba\x1d\x3b\x67\xfb\x2b\x4a\xb7\x63\xe7\x6c\x1f\x3d\x09\xe4\x9c\xdd\x98\x27\xd3\xe1\x74\x5e\x3e\x6a\x12\x18\xae\xa7\x7c\x6b\x49\x20\x67\x1c\xe6\x56\x92\x6e\x07\xdd\xf1\x3a\xbb\x75\x24\x90\x73\x76\x5b\x9e\x4a\xc7\xe1\x79\x2a\x75\x24\x90\x73\xf6\x87\x9e\x4a\xc7\xe1\x79\x91\x19\x49\xbb\x1d\x87\xc7\xeb\xf8\x36\x92\x06\xb2\x8b\xa0\xdc\x46\xd2\x40\x76\x25\xf3\xdb\x48\x1a\xc8\xc6\xde\x6f\x15\x0c\xe4\xcc\x57\xfd\x6d\xd8\x0c\xc4\x99\x8c\xe8\xd6\xca\x40\xce\x98\xd5\xad\x81\x81\xe1\x3c\x03\xb7\xc2\x04\xb2\x19\x8c\xb7\xc2\x04\x66\xf1\x39\x64\xf8\x09\xec\x57\x2a\x87\x61\xf8\x09\x4c\x53\x37\x6f\xc3\x4f\x60\x3a\x7e\xe1\x56\xb5\xc0\x2c\x7c\x89\xdd\xa6\x5b\x82\xe9\x4c\xc7\xb7\xf2\x05\xb2\x59\x8d\xb7\xee\x75\x3b\x9e\xce\xe7\x90\xa2\x05\xf6\x51\x50\x73\xe3\x4f\xb7\x43\xe5\xbc\xd4\x75\x2f\x90\x4d\xa4\xbc\x4d\xa4\x04\x71\x06\x99\xdd\xea\x18\x98\x85\x0f\x8c\xdb\x30\x15\x98\x85\x4f\xc4\xdb\x28\x15\x98\x26\x64\xdd\x46\xa9\xc0\x2c\x7c\xf8\xdd\x6a\x1c\x98\x76\x52\xdf\x7a\x1c\x28\xd1\xdd\xa3\x15\xef\x54\xdc\xe7\xb4\x43\xf3\x40\xee\xa7\xc8\x93\xb4\x31\x8b\xaf\x31\xa5\x0d\xec\x8a\xb3\x7d\x63\x4d\xb7\x63\xdf\xcc\xe7\xbc\xb5\xaa\xdb\x71\x6e\x28\xfc\xad\x36\xdd\x8e\x73\x73\x5e\x9d\x5b\x49\x02\x25\xe8\x5f\xb8\x95\xa4\xfb\x84\x9a\xbc\x4b\x54\xa2\xdb\xf9\xfe\xed\x35\xbe\x75\x22\x50\x1c\x0e\x78\x9b\x5d\x09\xf6\xbf\x79\x70\x9e\x15\x07\xba\x9d\xd7\xb3\x21\x29\xb0\xcb\x68\x4a\x7d\xea\x36\x4c\x45\x07\xc3\xad\x4f\xdd\x27\x4c\xe5\x45\xaa\x50\x81\x5d\x46\xc5\x14\x2a\x10\x27\x59\xf0\xd6\xa8\x40\x71\x2a\x98\x5b\xa3\x02\xc5\x69\x44\x6f\x8d\xea\x3e\x01\x29\x1f\x25\x2a\x15\x28\x4e\x20\x78\xab\x54\xb7\xf1\x28\xe7\xa9\xb9\x75\x2a\xb0\xcb\x3c\x10\x9b\xc4\xd8\x93\xf3\x4f\xdd\xc6\x9e\xee\x79\xda\xc4\xdf\xda\x26\xd3\xaf\x30\xfe\xcd\x30\x13\x28\xda\xea\x6d\x94\x09\x14\x27\x51\xbd\xf5\x31\x10\x67\x20\xe5\xad\x90\x81\xfd\xea\x74\x6b\xd6\xde\x64\xcc\xf8\xfd\x61\x09\xcd\xdb\x70\xd0\xad\x8a\x39\x9f\xd0\x6d\x38\x08\x94\x7a\xf6\xe6\x69\xba\xcc\xae\xf3\x29\xa1\x77\x81\xa2\x7c\xdf\x6a\x17\x88\xee\x9a\x72\xb7\x8a\x05\x8a\xda\x7e\x6b\x58\x20\x7e\x26\xa7\xdc\xda\x14\xd8\x7b\xa0\xde\xda\x14\x28\x4e\xbc\x73\x1b\xe6\x01\xfb\xdf\x38\xc3\x5a\x12\xd8\x65\x1c\xb0\x4a\x04\xb2\x29\xd1\xb7\x01\x1b\x50\x14\xfc\x5b\x21\x02\x67\xa5\xa7\xdb\xe0\xcc\xfd\xd8\xc9\xc8\xf6\x95\x1f\x50\xce\x17\x89\xee\x03\x76\x0d\xb8\x6e\x95\x1f\xb0\x0f\x83\x2b\xcd\xe8\x0c\x28\x3a\xcc\x6d\x24\xe6\x3e\xc9\x8b\xe7\xd0\x6c\xde\xc7\xef\x20\x5f\xe1\x26\x2f\x82\x38\x29\xb3\xb7\xc1\x18\x10\x27\xe8\x74\x1b\x8c\x01\x71\x66\x86\xbe\x55\x27\xb0\xff\xcf\x32\x6b\xb1\xac\x85\x45\xd6\x62\x99\x89\xe7\x59\xd5\x9d\x40\x19\x3e\x06\x54\x27\x10\xa7\xfb\xe9\x56\x9d\xee\x93\x76\x68\x9b\x1b\xb7\xb9\x4f\xda\xa1\x57\xb3\x3a\x05\xf6\x6f\xa9\xad\x3e\x05\xce\xf7\xfd\x6d\x26\x22\x28\xe7\x0b\x49\xc5\xba\x4f\x72\xa2\x37\x82\x8a\x75\x9f\xe4\x44\xdb\x53\xc7\x02\xe5\x7c\xa9\xe9\x58\xf7\xc9\x57\xb4\x89\x95\x2c\x50\xce\x87\xae\x92\x05\xe2\xcc\xec\x7d\x9b\xc3\x08\xe2\x4c\x1e\x72\x2b\x5e\xa0\x9c\x4f\x46\xbd\xeb\x3e\x39\x8c\xea\x81\xde\x05\x76\x19\xf5\x32\x13\xf1\xfe\x34\x73\x3f\x77\xcc\x3a\xbc\x4f\xd6\xa1\x9f\x15\x66\x1d\xde\x27\xeb\xd0\xcf\x3a\x63\x3b\x60\x97\xf9\x5b\x0f\xd9\x14\x43\xeb\x6f\x6c\x07\xec\x5d\x70\xc6\xd4\xb1\xdb\xb4\x43\x47\xe7\xdd\xfa\x18\x88\xd3\x19\x7f\x2b\x64\x60\xef\x82\x76\x77\xac\x19\x88\x33\x2b\xfa\xad\xa5\xdd\x27\x17\xd1\xaf\x0b\x35\x0d\x9c\x1c\xcb\x5b\x4b\xbb\x4f\x2a\x22\x9f\x2f\x8f\x9a\x06\x76\x6d\x27\x65\x61\x99\xad\x52\x2c\x4b\x96\xd9\x2a\x7c\xe4\x3f\xc6\x95\xc0\x2e\x1b\x94\x55\xcb\xcc\x4f\xcc\xfe\x5f\xb3\xcc\xee\x67\x6e\x9f\xc7\x49\x4d\x40\xf5\xee\x79\x54\x3a\xb0\x37\xd7\x29\xbb\x2c\xb3\xfb\xb9\xba\xb9\xdb\xb2\xd3\x2a\x85\xb2\xc7\x32\xc6\x01\x37\x8b\x96\x45\x8c\x03\xe6\x79\xf2\xa8\x79\x60\xff\xd2\x03\xf9\x2c\xb3\x51\xf8\x3e\x7c\x14\x3d\xb0\xf7\x5a\x29\xb3\x51\x82\x5b\x60\xf8\x6f\xb6\x49\x9c\x8f\x2e\xea\x6f\x80\x09\x44\x73\xe1\x8f\x47\x89\x03\x91\x7c\x7c\x3c\x2a\x1b\xd8\xcd\x44\x1b\x1b\x3d\x7a\xcc\x76\x54\x57\x1e\x45\xed\x31\xdb\xd1\x0f\xa3\x47\x53\x03\xd5\xe1\x68\x8f\xa6\x06\xf6\xbf\x51\xa6\xa9\x81\x5d\x96\x29\xb3\x16\x1b\xd5\x51\x71\x8f\xf6\x06\xf6\xbf\x71\x24\xea\x1b\xa8\x76\x65\x3c\xba\xda\x63\x4a\xe4\x39\x63\xca\x1a\xd8\x3f\xa5\x51\xb4\x35\x50\x1d\x0e\xf6\x28\x6b\x8f\x69\x92\x2a\xeb\xa3\xad\x3d\xe9\xb4\x09\xed\xa4\xad\x81\xea\x18\xb1\x47\x5b\x03\xd5\xf1\x7f\x8f\xb6\xf6\x38\xdf\xbf\x2b\x0c\x3c\xea\x1a\xd8\x5b\xe3\x80\x35\x31\xb0\x0f\x98\xdf\x2a\x59\x20\x92\x6b\x99\x3e\x2a\x15\x88\xd3\x03\xfa\x18\xca\x02\xd5\xc4\xfc\x47\xcd\x02\x67\x69\xb6\x47\xcd\x02\xfb\x48\xfe\x30\xb3\xca\xa3\x85\x81\xfd\x13\xb7\x6c\x85\xf2\xa9\x10\x2d\x6b\xa8\x0b\x54\x13\xfb\x1e\x43\x5d\x4f\x76\x4e\x42\x0e\x53\x81\x03\xd5\x94\xbd\x47\x81\x03\xfb\xf1\xc0\x19\x56\xe0\x40\x75\xee\xee\x47\x7f\x03\x71\xba\x9c\x1e\x05\x0e\x44\x1a\x5e\xce\xea\x1a\xd8\x65\x9c\x61\x7d\x0d\xec\x32\xb7\x67\x53\x14\xb3\x5e\xc3\x43\xf1\x74\x12\xd6\x4a\x23\x3c\x14\xeb\x5a\xcc\x71\xf5\xdf\xac\xea\x46\x75\x8a\xb4\x47\xf3\x02\xd5\xc0\xed\xa3\x79\x81\x68\x99\x8e\xca\xc7\x8c\x45\x10\xd9\xc5\x42\x1e\xdd\x0b\xec\x32\x1a\x58\xd1\x02\xd1\xcc\xa7\x7b\x0c\x7f\x81\xc8\x66\xae\x3e\xa6\x23\x82\x5d\xe6\x6f\xad\x04\xf1\xaf\xac\x58\x3d\xc6\xbf\xc0\x2e\x73\xbf\x56\x8c\xf8\x57\x4e\xe7\xf8\xac\x59\x75\x0c\x53\x73\xbf\xde\xa8\xcc\x2c\x39\xbc\x8c\x34\x3c\x50\x87\x4f\x65\xd5\x0d\x54\x5f\x9a\x8f\xea\x06\xaa\x5f\x39\x8f\xea\x06\xaa\xdf\x02\x8f\xea\x06\x22\xbb\x94\xc1\xa3\xbb\x81\x5d\xc6\xe1\x2a\x6f\x20\xb2\xb3\x15\x3d\x8e\x95\x7b\x9c\x45\x52\x95\x7a\x8c\xa6\x81\xfd\x7f\x54\x41\xcb\x03\xd5\x19\xd7\x1f\x25\x0f\xec\x9a\x7a\x74\x5e\xaf\xcc\x2c\xe9\x8c\xee\x8f\x96\x07\x22\x57\xaf\x44\x2d\x0f\x44\x73\xd5\xfb\x47\xa7\x7b\x9c\x59\x72\xfa\x6f\xb6\x88\x0b\xc8\x79\x1a\x74\xba\xc7\x89\x25\xcd\x51\x7b\x94\x3a\xd0\x5c\xdb\xea\x51\xd7\x1e\xa7\x8c\xf4\x96\x37\xec\x06\xce\x84\xb4\x8f\x06\xf7\x1c\x83\x23\x17\xe1\x31\x43\x11\x44\x55\x3a\x1e\x63\x71\x20\xe6\x74\x9f\x56\x94\x14\xc5\x76\x9e\xbd\xc6\xe2\x9e\x11\xff\xff\xff\x9e\x29\x34\x1f\xa3\x6c\x20\x4e\xf7\xed\xa3\x0f\x82\xee\xa0\x87\x47\x1f\x7c\x0c\xa3\x61\x5c\x8f\x61\x34\xb0\x77\xc0\x71\xe8\x83\xa0\x57\x64\xe5\x31\x68\x06\x92\xe3\x64\x1f\x0d\xf1\x31\x68\x66\x0b\x69\x83\x8f\x41\x33\xeb\xa4\x0c\x82\x5e\xb1\xb2\x47\x17\x04\xbb\xea\xfc\x52\xc9\x03\xfd\x9c\x3c\x1d\xef\x31\x68\x66\x6b\xa8\x78\x8f\x41\x33\x5f\x13\x2a\xde\x63\xd0\xcc\xe6\x56\xf1\xc0\xf0\xeb\xe4\xd1\xf0\x40\x1a\x58\xea\xa3\xe1\x81\x71\x9e\xe0\x8a\x1b\xd8\xe7\xc9\x5f\x7a\xb0\xd3\xee\x1c\x7f\x69\xfb\x4f\xba\x73\xbc\xcd\x14\x37\x30\x9c\x0a\xe2\x51\xdc\xc0\x70\xb6\xc3\x47\x6f\x03\x67\x59\xda\xc7\xdc\x40\x90\xb3\xcf\x62\x53\x03\x41\x1c\x6b\x7d\xcc\x0d\x04\x51\x1c\x85\xf9\x18\x83\x03\xc3\x69\x2a\x1e\x8d\x0e\x44\x71\xb0\xef\x63\x70\x0d\xec\xd6\xf6\xff\xac\xc1\xc5\xc8\x46\x3e\x11\x1f\x8d\x0e\x64\xc7\xb7\x3e\x1a\x1d\x98\x0e\x5b\x7b\x8c\xa3\x81\xec\xc0\xd8\x47\xc7\x03\xf3\xec\x52\xc7\x03\xd9\xe1\xb9\x8f\x3a\x07\x76\xd3\x52\x29\x7d\x0e\x94\xf0\x53\xc3\x78\x19\xd8\x16\xeb\xd6\xbc\x7b\x1c\xef\xe6\x2c\x5f\x8f\x01\x33\xb0\xcb\x3c\x36\xaf\x34\x06\xbc\x85\xdf\x15\xc6\xcb\xc0\xfe\x37\xce\x9e\xc1\xb1\xc7\x09\x26\xb3\xef\x5f\x13\xf5\xc0\x56\x3a\xea\x65\x74\x0c\xc4\xe9\x15\x78\x0c\x8f\x3d\x67\xc8\x9b\x35\xd3\x10\x41\x9c\xbe\x9e\x47\x45\x7c\x1c\xf2\xd6\xfe\xe0\xe2\x8f\x02\xf9\x1c\x81\xf4\x06\x50\x20\x9f\x33\x24\xce\x0b\xc1\xf4\x3e\xb0\xcf\xa6\x47\xe0\x19\x7e\xec\x3c\xde\x25\xfa\xe3\xb3\x0c\x8b\xfa\x69\xe3\x48\x37\xb0\xbd\x80\x26\x33\xf4\x06\xa2\x3a\x3b\xcc\xa3\x67\x3e\xff\x3c\xd3\xed\xd9\x3e\x4b\x81\xe2\x40\x1c\xe9\x06\xf6\x2e\xb8\x86\xd4\x4c\x50\xcf\x7b\x5f\xcd\x04\xbb\xb5\xa9\x97\x4e\x09\xfe\xbd\xb9\x54\x4a\x50\xcf\xe3\x4b\xa3\x04\xff\x9e\xfa\x0a\x25\xa8\x46\x98\x1f\x7d\xf2\x39\x3e\x49\xe3\x2b\x8f\xa0\x9e\x4f\x2e\x05\x10\xc4\xe9\x7e\x79\x34\x40\x50\x9d\xd6\xe1\x51\x00\x9f\xf7\xe8\x94\x65\x56\x00\xdb\x4b\x2e\xf8\xf1\x38\x62\xed\x79\xcf\x47\x15\xed\x61\x98\x0d\xec\x2f\x7d\x0f\xce\x2a\xbc\x27\x0f\xc4\x43\xb1\x0e\x5b\x0e\xab\x93\x4a\x3e\x26\xf7\x81\xfd\x7a\xb7\xcc\x4a\x20\x8a\xd9\x75\xc9\x1e\x45\x11\xc4\xe9\x30\x7b\x14\x45\xb0\x7f\x4b\x03\x38\x3e\xed\x71\x7c\x9a\x7d\x27\x8f\xb1\x3c\xb0\xdf\xb5\xb4\x80\x42\x09\x22\x57\x9f\x6d\x1a\x25\x88\xdf\xd9\x9c\x67\x15\xa1\xec\xa6\x39\x3f\xca\x23\x38\xba\xfb\xe8\x8e\x20\xfa\xb9\xeb\x75\x47\xd0\x5c\xaa\xec\x51\x1d\x9f\x33\x51\xc9\x6e\x92\xa5\x26\x82\x98\xd3\xa2\xb0\xc8\x57\x5c\xa3\x28\x59\x44\x7e\x2a\x07\xbb\x74\x44\x70\xa6\x1a\x5e\x86\x01\x41\xfa\xf1\xfd\xbe\xb4\x46\x10\x93\xe7\xe4\x52\x1a\x41\x72\x29\xc3\xa5\x33\x82\xf4\xe3\xa5\xba\x8c\x0c\x82\x6e\x1f\xeb\x52\x23\x41\xfa\xf1\x35\xbd\xb4\x48\x90\x9c\xde\x6e\x29\x91\x20\x39\x57\xde\xd2\x21\x41\xaf\xd3\xcd\x2f\x8b\xd6\xfe\xaf\xe4\xa1\xbe\x16\x11\x2a\x1c\x6e\xeb\xb3\x88\x50\x21\xdf\x61\x4b\x83\x04\xc9\x39\xf6\x96\x02\xb9\x9c\x2c\x13\xbb\x59\x0a\xe4\x32\x54\xc8\x63\x61\x19\x2a\x5c\x86\x0a\xb9\xe4\x97\xa1\x42\x90\x9c\xfc\x6f\x69\x99\x20\x39\xff\xdc\x72\xc9\x02\xd0\x2b\x66\xb7\xcc\x6c\x04\xc9\x89\x04\x97\x21\x46\xd0\x2b\x0f\xe0\xa5\x9d\x82\xe4\x48\xf8\x65\x88\x11\x24\x67\x18\x5a\xfa\x2a\x48\x0e\xb4\x5f\xea\x2a\x48\x8e\xf7\x5f\xda\xea\x72\x7a\xce\xe1\x1e\x6d\xaf\xb0\xbd\xfc\x2f\xdb\x2b\x68\x2f\x3e\x65\x97\xae\x0a\x92\x93\xf3\x2d\x55\x15\xa4\xc2\x07\xfa\x52\x55\x41\x72\xa2\xbf\xa5\x96\x82\x68\xf6\x46\x2f\x7d\x13\x9c\x19\xed\x97\xba\x09\x86\x8f\xbd\xa5\x5a\x82\x9c\xe9\x6d\x58\xaa\x25\x38\x4b\x65\x2e\xa3\x7e\x20\x4d\x2f\x56\xa3\x7e\x20\x19\x0e\x5b\xba\x26\x48\xd3\x7b\xc1\xa8\x1f\x48\xd3\xc6\x37\xea\x07\xd2\xb4\x46\x0a\x29\x48\x93\x97\xdf\xd2\x47\x97\x21\x3e\xba\x32\x96\xc3\xec\xc0\xf0\x69\xbc\xd4\xd1\x65\xd4\xaf\xb9\x47\xeb\xb8\x91\xa6\x77\x8c\xb9\x96\x60\xf8\x80\x5e\x1a\xe8\x32\x0e\xd8\xdd\x96\xd5\x66\xa6\xcd\xe9\x3d\xaa\x7f\x2e\x67\xda\xa4\x0f\x70\xe9\x9f\x2b\x13\xec\xe4\x4d\xb7\xf4\x4f\x90\xa6\x77\x9f\x4b\xa9\x83\xe1\x5b\x62\xa9\xa4\x20\x39\x82\x67\x69\xa4\x20\x4d\xef\x51\x8d\x14\xa4\xc9\x6b\x6e\x29\xa4\xcb\x69\x59\xda\x1f\x26\x57\x59\x06\x1c\x41\x1a\x3e\xa6\x34\x58\x70\x16\x3d\x5b\x8a\xe9\x72\x0a\x16\xbe\x06\x96\x12\x0a\xf6\x3b\xd0\x5f\x5a\x61\xa2\x84\xea\xeb\x32\x4a\x08\x86\x43\x45\x97\xae\xba\x8c\x12\xe2\xe0\x4b\x57\x05\x43\x17\x5e\x46\x09\xc1\x30\x03\x71\x69\xaf\x60\x38\xc4\x74\x29\xaf\x60\x0c\xaf\x19\x03\x87\x20\x9b\xb5\xbb\xd4\x59\x30\x1c\xc3\xba\x8c\x1b\x82\xe1\xd8\xa4\xa5\xb8\x82\x68\x3f\x9f\x11\x8a\xeb\x72\x4e\xcf\x6e\x91\xe7\x9e\xc9\x5c\x1c\x0c\xb2\xd4\x56\x10\xe7\x2b\x6d\x39\x54\x0e\x64\x3f\xc8\x96\x26\x0b\x86\xbd\x00\xcb\xc0\x24\xc8\xae\xc0\xb9\x0c\x4c\x82\xb3\x6e\xc0\x52\x6e\xc1\x70\x16\xaf\xa5\xb6\x82\xec\x7a\xa4\x4b\x6b\x05\xc3\xa1\xb5\xcb\x31\x70\x20\xfb\x9d\xb2\xf4\x58\x30\xcc\x75\x59\x6a\x2c\x18\xc3\x7b\x51\x8b\x05\xc3\x5c\xcf\xa5\xb1\x82\xe1\x28\xdd\xa5\xb0\x82\x9c\x8b\x45\xd6\xb1\x79\xbe\x39\x2e\x7d\x15\x9c\x69\xe1\x96\x51\x49\x90\xe6\xf9\x2f\xab\xdd\xa9\xb6\x97\x93\x06\x0b\x8e\x85\x2f\x33\x42\x97\xf3\x79\xf2\x8a\x5e\xaa\x29\x98\xc5\xdb\x53\x35\x5d\x4e\x02\xe3\x59\xd3\x4c\x97\x63\xe7\x7c\xa8\x2a\xa6\xcb\xb1\x73\x9e\x34\x25\x14\xcc\xe2\xe6\x4d\x08\x5d\xce\x01\xe3\xdd\x60\x42\xe8\x72\x98\x9c\x7b\x54\x55\x97\x53\xc0\xf0\x11\xb3\x34\xd5\xe5\x14\x30\xbe\xf6\x34\x55\x30\x8b\xb7\x91\xa6\xba\x9c\x15\xc6\xbb\x5f\x51\x05\xb3\xf8\xe4\x55\x54\xc1\xbe\xc0\xdc\xa5\x35\x1a\xd6\xc8\x5f\x5a\xa3\x41\x8d\x7c\xe0\xa8\xa5\x60\x16\x9f\xec\x46\x28\x41\x76\x30\xe3\x52\x54\x97\x33\xc0\x78\x60\x8a\x2a\x98\xce\x2b\xb8\x1c\x32\xb7\x9c\x14\xc6\xcd\xeb\xae\xcb\x49\x61\x7c\x45\x2b\xaa\xcb\x58\xa4\x23\x36\x97\xa6\x0a\xa2\x9e\xe3\xd7\x4b\x41\x09\x5f\xe5\xc6\x13\x41\xfc\x9c\x63\x69\xa9\xaa\xa0\x68\xdf\x4b\x55\x05\x7b\x0f\xfc\x9b\x71\x47\x50\x5c\xb2\x73\xa9\xaf\xcb\xd1\x6d\x0e\x3a\x5d\xfa\x2b\x28\xce\xeb\xb4\xf4\x57\xb0\x77\x4a\x1d\x8c\x3b\x82\x38\xe3\x4b\x96\x06\x0b\xf6\x5e\x39\x60\x0d\x16\xec\xdf\x72\xde\x35\x58\x10\xd5\x49\xb8\x97\x59\xa4\x60\x1f\x0a\xe7\xd4\x34\xd2\xe5\x34\x30\xce\x92\xbd\xcc\x23\x05\xfb\x3c\x7b\x7c\xb6\xd3\x46\x71\x3c\xe3\x32\x9e\x09\x4a\xf2\x79\xa0\x10\x83\xbd\x07\x8f\xc4\x76\xba\x4e\x3b\xb1\x07\xf3\x4d\xc1\xbf\x1d\x28\xc9\xa0\x38\x89\xdc\x52\x92\x41\x71\xae\xb9\xa5\x24\x83\x28\x4e\xaf\xba\xb4\x64\x50\x9c\x67\x72\x69\xc9\xa0\x24\x9f\xab\x06\x42\xd7\x7d\x1a\x89\xca\x6b\xce\xa0\xb8\x00\xf6\x52\x9c\x97\x81\x50\x67\x3e\x5a\x9a\x33\x28\x4e\x29\xb6\x14\x67\xf0\xef\x4e\xd0\x9b\xd7\xf1\xe6\x64\x99\x4d\xa4\x37\x9f\xa3\xb5\x39\x6e\x22\xf3\xbe\xea\x0c\xaa\x82\x7d\x68\xd4\xdd\xa8\x2a\xd8\x65\x1c\x87\x7a\x0d\x76\x19\x2d\x6e\xa8\x75\x39\xc9\x8c\xb3\x8b\x2d\x95\x7b\xa9\xdc\x4e\x78\xb6\x8c\xbf\x82\xfd\x7f\xd4\x55\x0d\x07\x25\xfd\x25\xac\xbd\x14\xf2\xf5\x9c\x2b\x88\xab\x54\x21\x07\xc5\x49\x48\x97\xc6\xbd\x9e\xd3\x14\x1e\xa8\x4d\x81\x5d\xf7\x73\xdf\x6a\xd7\xcb\x98\xad\xd3\xb1\x2f\x63\xb6\xeb\x64\xb6\x7a\x81\xeb\xdc\x20\x86\x93\xe5\x2e\x9d\x1b\x14\xb3\x01\x97\xca\xbd\x54\x6e\xf3\x2f\x96\xca\x0d\xf6\x4f\x69\x1f\x07\xd5\x81\x7d\x11\xb9\x39\xdb\x62\x19\x27\xf7\xd9\x69\xb8\x17\x14\xd3\x17\x97\x1a\x0e\x8a\xdd\x77\x4b\x0d\x07\xc5\xbe\xc0\x65\xb0\x17\xc4\x4f\x13\x5d\x9a\x39\xd8\x07\xe7\x0e\x6c\x93\x45\x46\x80\xcf\x58\xd5\x1c\x14\x3b\xeb\x96\x6a\x0e\xf6\xa1\x71\x1c\xba\x39\x28\xa6\x64\x2e\x63\xbd\x60\xff\x1b\x5b\x33\xb0\x0b\x8a\x39\x8d\xcb\xb8\x2e\x88\x7f\xb7\x8b\x81\x5d\x10\xff\x1e\x48\x7a\x3d\xd8\x9b\xf3\xff\x6c\xa4\xd7\x46\xf2\x95\xa6\xd8\x83\x62\x42\xe7\x32\xb0\x0b\x8a\xbd\x97\x4b\xd5\x07\xfb\x97\xee\xc1\x16\x61\x72\x1a\xf3\x3e\x97\x56\xbf\xcc\x9e\x75\xf2\x87\xa5\xd5\x83\x62\xaa\xe9\x32\xfc\x0b\xf6\xbf\x59\x66\xf5\xbf\x53\x7d\xf6\xaa\xe9\x83\x62\x07\xe9\x52\xf4\x41\xfc\x1c\x95\xb6\x14\x7d\x50\x4c\xf3\x5c\x7a\xfe\x3a\x9e\xef\xe3\x48\xcf\x07\x7b\x0f\x34\xba\x9e\x0f\x76\xbd\xfc\x3f\xab\xff\x51\x7d\x4f\xb4\x41\x62\xb0\x7f\xca\x89\xd0\xf3\x41\x31\x51\x75\xe9\xf4\x60\x5f\xac\x34\xa6\x52\xbf\x4c\xdb\xb5\xfe\xaf\x72\xfe\xba\xb2\xba\x13\x97\xbe\x4a\x36\xd8\xd7\x57\x50\x36\x2c\x63\xe6\x20\x4e\xeb\xab\x65\x83\xa2\x6c\xbc\x5a\x36\x28\x76\x06\xbf\x5a\xf6\x7b\xd6\x55\xe7\xd1\xfb\xaa\xd9\x20\x22\x0d\xff\x6f\x59\x66\xba\xc2\xd9\xc3\x6b\x99\xe9\x0a\x3c\xf4\x5e\x4d\xfb\x35\x58\x9b\xdc\x87\xaa\x0d\x8a\xf6\xf2\xaa\xda\xaf\xb1\x5a\x1e\xb4\xaf\xaa\xfd\xba\x24\xbb\xcb\xe0\xbf\xba\x36\xd8\x65\x93\xb2\x62\x99\x5d\x6b\xd3\xb2\x6a\x99\xf9\x0a\xbc\x8e\x5f\x75\x1b\xec\x32\xf7\x61\xd3\xc5\xe9\x6f\xa3\xb6\xaa\x34\xd8\xff\xe7\x7e\x6d\x95\x30\x87\xc3\x5d\xd8\x28\x61\xa3\xf0\x28\x79\x95\x69\x50\x54\xcf\x57\x99\x06\xc5\x2f\xcd\x57\x99\x7e\x93\x13\x47\x71\x0d\xbf\xaa\x33\xd8\x65\xb4\x89\xee\x0c\xf6\x1e\x2c\xb3\x01\x36\x8a\x1a\xf6\x9a\xa5\x0b\x22\x5c\x4b\xfa\xd5\xb1\xc1\x2e\xf3\xff\xac\x2b\x49\xb9\xc5\xd9\x60\x5e\x25\x1b\x44\x98\xab\xf8\x1a\xd3\x05\xbb\xcc\xdd\x5a\x7f\x82\xba\x66\x81\xbd\x06\x70\xdf\x74\x32\x18\xfc\xa9\x95\x4d\xf4\x2e\xf2\xd0\x79\xd3\xa9\x2c\xbd\x8b\x9e\x30\xd5\xfb\x75\x85\x40\x53\x13\x5f\xdd\x1b\xfc\xbb\x84\x75\x6f\x70\x42\x39\xaf\xee\xfd\xba\x3e\xa0\x61\xc6\xd7\x94\x5b\x50\xed\xef\x7e\xf5\x71\x70\x3e\xf6\x5e\x7d\x1c\xec\x7d\x72\x6a\x0c\x19\x83\x13\x30\x79\x75\x74\xb0\x77\x40\x0d\x94\x74\x50\x75\xab\x57\x49\x07\x7b\x6b\xee\xd4\x26\xca\xe6\x38\x74\x8f\xcd\x6b\xc4\xa5\x05\x1d\x83\xfa\xea\xe9\xe0\xbc\x0c\x5e\x3d\x1d\xd4\x38\x5b\xb3\xd9\xb2\xcd\x46\xe3\xaa\xee\x60\x1f\x1b\xc7\xab\xbb\x83\x1a\xe3\x0f\x93\xaa\xbc\xaa\x3d\xd8\x5b\x61\xff\xba\x3d\x38\xb1\x8c\x57\xb7\x7f\x1d\x57\x69\xbf\xe3\xab\xdc\x83\xf3\x8e\x7d\xb5\xf7\xd7\x85\x0d\x79\x67\xbd\xda\xfb\x7b\x16\x36\xf4\xa9\x65\xfc\x19\x54\x97\xf2\x78\x0d\x3f\xbf\x67\xad\xc3\xe6\x4f\x6d\xae\x62\x73\xf1\xda\x7d\x95\xf5\xf7\x2c\x58\xe8\x19\xd1\xd6\xc1\x2e\xf3\xff\xac\x97\x0b\x16\x7a\xd3\xaa\xeb\xef\x59\xb0\xd0\x73\xae\xaf\xbf\x95\x01\x3b\xb6\xab\x72\x0e\xf6\xd6\x68\x7e\x63\xcd\xef\x59\xb0\xd0\x93\xa9\xb1\x83\xfd\x7f\xd4\xc2\xf8\x33\xa8\xce\x47\xf3\x6a\xf1\xa0\x3a\xf9\xcc\xab\xb1\xbf\x67\xbd\xc2\xe6\x81\x78\xce\x2b\x19\x21\x3e\x2a\xd5\xf3\xf7\x0c\xbe\xf4\x66\x34\xd2\xfc\xba\x86\xa1\x1d\x5c\xaf\xce\x0e\xaa\x33\xde\xbc\x3a\x3b\xd8\x3f\xa5\xd1\x95\x76\xb0\xcb\x68\x61\xe3\xcf\x20\xce\x04\x37\xaf\xda\x0e\xe2\xe4\xae\xbe\x7a\xfb\xeb\xc8\x4d\x27\x63\x7b\x15\xf7\x77\x5b\x7a\x75\x78\xef\xab\xa5\xbf\x8e\xdc\x2c\xfe\x97\x97\x77\x33\x0d\x82\x46\xd2\xd2\x41\x9c\x0f\xb6\x57\x4d\x07\x7b\x07\x34\x93\x9e\x0e\x22\xb9\xf2\xf5\xab\x95\x83\xfd\x7f\xfc\x56\x2d\x07\xd5\x41\xc5\xaf\x81\x65\xb0\xff\x8d\x13\x61\x60\x19\xec\xcd\xd1\x26\xa6\x0b\xbf\x0e\xfb\x74\x25\xed\xd7\x7c\x61\xb0\x7f\xeb\xf6\xac\x7f\xb7\xfe\x74\x36\xbc\xaa\x3f\xa8\x0e\x52\x7e\x55\x7f\xb0\x7f\x4a\xd3\xe9\xfe\x20\xd2\x48\x6e\xce\x0b\xa0\x93\x43\xe1\xd3\x4d\xf9\x07\xd5\x8f\xce\xd7\xa8\x34\xd8\xbf\xf4\xdf\x6c\x27\x46\x88\xd6\x49\xe7\xc5\x6b\x8f\x00\xd8\xff\x67\x99\xd7\x04\x63\x44\xd3\xe0\xbb\xfb\x35\x9d\x19\xd4\xf3\xa9\xa0\xed\x83\xc8\x2e\x17\xfc\x9a\xba\xfc\x92\xa7\x7c\x46\x63\xbd\x46\xa1\xc1\x2e\xa3\x9d\xcc\x53\x06\xbb\x8c\xd3\x63\x1f\x00\xa8\xe7\x71\x69\x1f\x00\xd8\xbb\xa0\x16\x76\x02\x80\x68\xce\x61\xf3\xda\x0b\x00\xaa\x43\xea\x5f\x7b\x01\x40\x64\xb3\xb3\x5e\xbb\x01\x40\x0c\xa7\xce\x79\xed\x07\x00\xd5\xdc\xc6\xd7\x7e\x00\x50\x4d\x46\x7c\x8d\x61\x83\xc8\xae\x89\xff\xda\x37\x00\xaa\x89\x87\xaf\x5d\x03\x20\xb2\xe9\xf4\xaf\x51\x6c\x10\xd9\xe9\xb0\x5f\xf3\x94\xc1\x2e\xf3\xb7\x36\x13\xf3\xe6\x64\x27\x23\x7f\xcd\x5d\x06\xfb\xff\x3c\x3a\x9b\x69\x92\x7f\xe1\xab\xcc\x3e\x04\x10\xa3\x21\x40\xaf\xd6\x0f\xa2\x9b\xc4\xf6\xfe\x0f\x63\x67\x72\x33\x4d\x0b\xac\xd9\x7d\x5b\xd1\x26\x14\x73\x20\xb5\xda\x97\x9c\xf0\xdf\x84\x2b\xce\xe1\xbb\xdb\xff\x5d\x9d\x12\xca\xca\x84\xc8\x01\x9e\x08\x08\x54\xdf\x60\x97\xd1\x0a\x55\x29\xd8\x65\x9c\x4f\x45\xf7\x99\x4b\xf4\x74\xc7\x0a\x2a\xb0\xcb\xb8\x86\x92\x02\xa4\xe1\xf7\x7f\x19\xb8\x01\xbb\x6c\x57\x79\xd9\x61\x82\xf4\x43\x48\x2e\xfb\x4b\xb0\x0f\xcb\x94\x85\x65\x41\xe8\xa6\x52\x34\x2d\x9a\xff\xff\xff\x0e\x57\x2c\x2c\xfb\x4b\x90\xcd\x46\xbc\xec\x06\x41\x9e\xbc\xd7\xcb\x6e\x70\x15\xdd\x93\x5c\xd2\x3e\x6f\x91\xfe\xad\x9a\xd2\x66\xd9\x5b\x2d\x37\xd8\x2d\x8c\xb2\x96\xdd\x15\x68\xaa\xed\x65\x6f\x05\x76\x0f\xc6\x45\xed\x9b\x40\xaa\xce\x5c\x59\xf6\x4d\xa0\x99\x65\x6c\xd9\x37\x81\x74\xee\xd7\xd2\x03\xbd\xea\x79\xd5\x2d\xbb\x2d\x73\x6a\x18\xea\x7d\xd9\x87\x2d\xa7\x4b\x31\x68\x5d\x7a\xaa\xc1\x7e\x23\xac\xb0\x6d\x75\xbf\xde\x74\x8e\x5b\x96\x2d\x1f\xff\x3f\x78\xcf\x97\xbd\x23\x68\x13\x57\xd7\xb2\x73\x04\xdd\xbe\x66\xd9\x37\x82\xdd\xd5\x72\x97\xec\x1c\xc1\x2e\xa3\x3d\x76\x8e\xcb\xdd\x7c\xf9\x38\x2c\x9d\xd9\xe0\x4c\x7b\x5e\xf6\x83\x60\x18\xfd\x5f\x7a\xa9\x97\xe9\xde\xa6\x45\xda\xc1\x74\x6f\xd3\x6a\x68\x87\x46\xa8\x69\x7a\x2e\xcd\xd0\x08\x35\x4d\x2b\xa6\x15\xc8\xe7\x66\x4e\xe7\x65\x27\x08\x46\xf3\x16\xd9\x07\x82\xd1\x78\xdf\x97\xfd\xdd\x32\x77\x1b\x63\xd4\x65\x77\xb7\x3a\x7e\xf7\x64\x91\x8f\x40\xc7\xb9\x19\x16\x79\xbb\xdd\x53\x8a\xaf\xf3\xb2\x63\x03\xd3\xfd\x50\x96\x73\xa8\xc0\x34\xd7\xe5\xb2\xaf\x5b\x2e\x94\x61\x9c\xb9\xec\xeb\x96\x0b\x65\xf8\xac\x2f\xbb\x35\x50\xcd\xc8\xb2\x74\x3f\x2f\x73\xb7\x39\x48\x58\xf6\x74\xa0\x98\xdf\x65\xd9\xd1\xad\x33\x83\x8a\xd9\x72\xcb\x5e\x0d\x54\x83\x73\xcb\x4e\x0d\xa4\x9f\x99\x0b\x96\x9d\x1a\xa8\x86\xf5\x96\x7d\x1a\x48\xdd\x7c\xb5\xcb\x3e\x0d\x54\xc3\x41\xcb\x3e\x0d\xec\xd7\xcb\x32\xcd\xc1\xb4\xaa\xfd\xed\xa7\xcc\xc6\x0f\xc7\xff\x7c\x98\x97\x3d\x18\xd8\x65\x58\xc4\x1e\x0c\xec\x32\xda\xaf\xb7\x1a\xec\x17\x87\xff\xea\x9b\x06\xcd\x5c\x24\xcb\xde\x0a\xec\xc3\xb8\x59\xf6\x56\x20\x15\xb7\x1c\x5f\x3a\xac\x41\x9b\xb8\xdf\x96\x0e\x6b\xb0\xbf\xea\x9e\xce\x96\xb9\xf8\xe6\x5c\xd4\x86\xd1\xa7\x99\xf4\x79\xd9\xa5\x81\x64\x76\xe4\x65\x97\x06\xce\x7e\xb5\xcb\x1e\x0d\xe4\x9f\x46\xb2\x43\x03\xa9\x4f\xbc\x9d\xcb\x1e\x0d\x0c\x27\xd4\x2c\x3b\x34\x30\x1a\x52\x72\xd9\x9f\x81\x34\xdc\xba\x67\xd9\xa1\x81\x6c\xb6\xf6\x65\x87\x06\x42\xe5\xb0\xec\xcf\xc0\x68\xd3\xf3\x6b\xa0\x79\xbe\x71\x56\xc3\x96\x6f\xe4\xc9\x68\x6e\xd9\x4d\x81\x38\xdf\x1f\x7b\xa9\x35\x89\x20\xfa\x68\xe9\xfc\x06\x79\x7a\x2e\x1d\xdd\x8b\x49\x59\x0e\x34\x96\x4e\x6d\x10\x8e\x5b\x96\x4e\x6d\xb0\x6b\xc1\x5d\xb7\x7b\x03\xc5\xb5\xdb\xcb\x89\x5a\x60\x9a\x2c\x76\xe9\xe6\x06\xd3\x1c\xb0\x4b\x2f\x37\x98\x66\xa3\x5d\x3a\xb9\x41\x71\x85\xf7\xd2\xc7\x0d\x8a\xc9\x19\x96\x9d\xe7\x3a\x6b\x71\x7c\xcf\xf4\x5d\x2f\x33\x98\xf7\x73\x4d\x9b\x89\xf3\x7a\xb8\xeb\xd2\xd2\x79\xbd\xcc\x95\xa0\x81\xf4\x5d\x83\xfd\x57\x0e\xd3\x79\xbd\xcc\x95\x50\x7c\xbd\xf5\x5e\x83\x3a\x4f\x91\xf6\xb8\x8f\x16\xa1\x76\x7a\xaf\x41\x0a\xb7\xe4\x5a\xba\xaf\xc1\x3e\xce\x32\x2d\x72\xb3\xcd\x76\xf3\xaa\x5a\xe4\x76\xcc\xea\x5b\xa0\x4b\x1b\x34\xf3\x3d\x2c\x5d\xda\xa0\x99\xef\x61\x39\x76\x58\xee\x39\x15\x3e\xa5\xba\xb4\xc1\xee\xa0\x3c\x4e\xd3\xdd\x8e\xec\x3c\x4c\xcb\xdd\x46\x47\x78\x72\x5d\x28\x04\xce\x0e\xcd\x4b\x2f\x37\xc8\x3f\x1b\xaf\x97\x1b\x8c\x6e\x87\xad\x93\x1b\x64\x57\xe3\x2f\x7d\xdc\x60\x74\xdc\x18\xcb\x3c\xea\x60\x74\xbc\x18\x4b\x0f\x37\xc8\x95\xd0\xcb\x72\xe8\x03\x42\x17\xc3\xd2\x5b\x0d\x42\x37\xef\xd2\x59\xbd\x1e\x1f\x78\x1a\xe4\x54\x30\x90\xa7\xcf\xa8\xbe\x6a\x70\x36\x9d\x5c\xba\xaa\x41\x9e\x76\xfc\x0e\xac\x00\x3b\xbd\xfd\x77\x47\xad\x1f\x7b\xbd\x04\xd9\xed\x2a\x74\x63\x83\x3c\xfd\x1c\xe9\xb2\x5e\x2f\xa1\x63\xc6\x7a\x4b\xef\x34\x88\x73\xbb\xf4\x31\xaf\xd7\x9e\x88\x67\x5f\x77\x32\x48\x4d\x37\xee\xd2\x9f\x0c\x76\xef\x61\x99\x15\xdf\xa8\x66\xc4\x58\xfa\x93\x17\x0b\x85\xf4\x0a\x2d\xe7\x7a\xad\xef\xf4\x3b\x5c\x41\x47\x31\xd8\x65\x1e\xe7\x83\x79\x1c\xc5\x5e\x55\x47\x31\x48\x67\xb5\xf6\xd2\x51\x0c\xf6\x71\x5e\xd6\x3b\xa4\xa7\xd8\xdb\xa1\xa7\x78\x1d\x4f\xb1\x03\x04\x97\x00\x81\x5d\x66\x55\xbc\x6d\xdf\x79\xab\xad\x8a\x06\xf8\xce\x5b\xed\xf9\x34\xc0\xa7\xeb\xcd\xab\xda\x7e\x36\x32\x4e\xc5\xd6\xea\x52\x5e\x2b\x71\x98\x45\x1a\xe0\x2c\x28\xf2\x53\xab\xfb\x18\xb4\xf3\x48\xe9\x3d\x5e\x67\x3d\x91\x43\x0e\xdd\xc7\x20\x65\x73\x38\x2f\x5d\xc5\x6b\xe9\x39\x70\x28\xaa\xab\x18\x34\xf3\xed\x2e\x5d\xc5\xcb\xf5\x44\x4e\x94\x5d\xba\x8a\x41\x33\xb7\xee\x72\x4a\x18\x68\x46\x1a\x97\xde\xe3\x85\xa7\x38\xbb\xad\xef\x72\xe9\x10\xd8\x2f\x7a\xfb\x3f\xff\x2f\x7e\xcc\x09\x13\x0d\xc7\x7e\xfc\x98\x13\x26\xd2\x6f\x7f\x48\xe2\xc7\x9c\x30\x91\x06\x29\x5c\xe2\x87\xdf\x59\xa4\x5f\xb6\xa8\x5a\x44\x0f\x55\x2c\x6a\x16\xb9\x94\xa6\x50\xd4\x2d\x22\x37\x44\xf1\xfc\xc3\xa2\xc1\x47\xc3\x3f\x86\x45\x61\xd3\xad\xec\x6d\x19\xb3\x7d\xb6\xa0\x89\x1f\x8e\x68\x91\x7e\xdb\x40\xf1\xc3\x0f\x2d\xf2\xef\xe7\x51\x9f\x45\x8b\xf3\x73\x54\xb2\xe1\x4c\xee\xfa\xed\x7b\x1c\xbf\x64\xc3\xc9\x03\xf1\xdb\x4f\x47\xfc\x92\x0d\xc7\xe3\xfc\xcb\x54\x3f\xd9\xc8\x8d\x41\x8c\x34\x7e\xc9\x46\x3a\x93\xab\x78\x94\x8d\x64\x26\x57\xff\x59\x64\x23\x9d\xc9\x55\x68\x50\xb2\x91\x89\xac\x49\xc5\x7a\x4d\x8b\x98\xc9\x55\x3c\xbd\xcd\x4e\x7c\xa7\xa6\x45\x36\x3b\xf9\x9d\xb2\xaa\x36\x9b\x45\x46\x35\xef\x61\x72\xfc\x92\xed\xde\x70\x4f\xc0\xf8\xe1\x6a\x16\xc1\xb3\x12\xbf\xac\x29\xf2\x89\xa8\xf1\xcf\xac\x2d\x32\x8b\xb4\x27\xe6\xc9\x36\x3c\x1b\x5d\x2c\x5c\x34\xdb\x72\xbc\xca\x91\x8b\xc7\xd9\xf4\x8d\xca\xf4\xb4\xf8\x65\xdb\xb9\x51\x99\x3d\x14\xbf\x6c\x3b\xf5\x33\x17\xad\x8d\x9f\x59\xec\x32\x6e\x5d\xb6\xa5\x59\x0f\x60\xf0\x6c\x64\x9b\x45\xf6\xf4\x60\xff\xcd\xf8\x65\xdb\x45\xce\xbb\x9a\x33\x65\xc5\x86\x15\x77\x09\xac\x58\xae\xd8\xb0\x62\x32\x5e\x5b\x51\x7c\x94\x8b\x8f\xb2\x87\xd9\xd8\x0d\xb7\x90\x8e\x5f\xb1\xad\xc5\x65\x09\xb4\xab\xd8\x54\x36\x54\xfe\xd9\xae\xe2\x5d\x2e\x3e\xca\x1e\x65\x53\x91\xbf\xfd\x67\x91\xb7\x14\x37\x70\xcd\xbe\x2a\xc5\x1b\x88\xfe\xad\xde\x85\x62\x43\x37\x46\xff\x59\x31\xdb\x59\x10\x43\x1a\xbc\x5a\xfd\x8a\xcc\x99\xfc\xb1\x5a\x31\xe6\x50\x4d\x5f\xce\x6a\xc5\x9c\x43\x65\xf5\xab\xb7\xc5\xbd\xb0\xbc\xc9\xd5\x5b\x50\x19\x17\xfa\xf2\x57\xaf\xc8\x66\x54\xe1\x73\xd5\x34\xa2\x93\xa3\x7c\x37\x9b\x6f\x8a\x29\x14\x1a\x66\x6d\xda\xb0\x39\x9a\xa9\x9c\xac\x59\x31\xf2\x25\x90\x01\x22\x7e\xcd\x5a\x34\x07\x6e\xdc\xb8\x66\x2d\x36\xcc\x48\x1f\xbf\xa6\xc5\x9a\x1b\x6c\x37\xff\xe9\xb3\xd1\x0c\x2d\x57\x8f\xd3\x8a\xcd\x21\xc9\xb9\xa8\x66\xdc\x50\xe3\xc7\xaf\xdb\x82\xae\x1b\xa1\xfc\xb7\x9f\x3c\x7e\xdd\x16\x76\x27\xb4\x37\x5a\xdd\x35\x3d\x1e\xd5\xce\x7c\xa3\xf8\x75\x9b\xdd\x79\x4f\x48\x4a\x18\xbf\x6e\xb3\xbb\xbb\x3b\x54\x6a\xdf\xbd\x21\x78\x59\x7f\xe3\x47\xed\xbb\x2d\xea\xca\xaa\x53\x55\xed\xdf\x71\xfc\x7b\x7b\x87\x0f\xf6\x60\x36\xb6\xf7\x72\xd8\x20\x96\xdb\x9c\x57\x7d\x58\xb9\x61\xff\xc4\x35\x87\xcf\xf0\x38\x83\x49\xcb\xac\xdb\x46\x23\x3d\x6b\xfc\x86\x55\x1b\xcc\xd9\x9e\xb4\x6a\x78\x97\x8e\xff\xd3\x4f\xe1\xf0\xc1\x1e\x2e\x18\xf3\xd1\x18\xda\x1f\x2f\x66\xf8\xc1\x1f\x9a\x7f\xa3\x45\xe5\x93\x33\x6c\x13\x12\xf0\xe7\x03\x14\xb6\xc9\xec\xdf\xa4\x0e\x8b\x5f\x68\xf2\x0d\x13\x53\xc7\x2f\xb4\x6e\x20\x19\x26\x06\x0a\x1b\x15\x8c\x91\x7c\x57\xc3\x36\x85\x8f\x19\x6d\x0a\xdb\x44\x3e\x86\x6c\x1f\x10\xd6\xdf\x3d\x86\xad\x7e\xf8\xe4\x6d\x74\x76\x64\x8a\x5f\xf8\xe4\x99\x7a\x21\x5b\x64\xf5\x83\x6d\x09\xbc\x25\xd3\xea\x6f\xf4\xd2\x69\xf7\xb4\xf6\x1b\xbd\x74\x6a\x3f\xbd\x25\xd3\x1d\x3d\x31\xec\xb4\xf6\x1b\xbd\xd8\xb5\x4e\x6b\x3f\x4d\x45\xc8\x15\xa7\xe6\x9f\x67\x97\x0a\x8a\xac\xfd\x46\x2f\xda\x6b\x5a\xfb\x79\x86\xf2\x14\x59\xfb\xa9\xf3\xd9\xd3\xfb\x90\x6d\xf4\xd2\x31\xfe\xf4\xae\x31\xcd\x89\xb5\x08\xf1\x9b\xb6\x71\xea\x16\xf4\x64\x97\x0f\x19\xf3\x97\xba\x4f\xfb\x65\x23\xc9\x9b\xc0\x36\x41\xf1\xbb\x6c\xe4\x46\xef\x3e\x3d\x97\x8d\xbc\x1c\x06\x70\xc9\xcb\xfb\xe1\x52\x9b\xf3\x75\xb8\x6c\x12\x93\x92\x7a\xb3\xc8\x26\x31\x27\x89\x3c\xe4\xf1\xbb\x6c\xd2\xa5\x44\xa7\xb2\x97\xf5\xdf\xe8\xe7\x55\xba\x7c\xea\x36\x7a\xf7\xe9\xbf\x6c\x12\xb3\x8f\xc8\x2d\x1e\xbf\xdb\x16\xdd\xb6\x88\xa3\x6e\x5b\x74\x72\x6b\x7b\x94\x0f\x1d\xba\x8c\xdd\x96\xe2\x77\xdb\xa2\x8d\x7e\x5e\xf2\xdb\xdb\x46\x02\xbb\xfe\xd3\x16\xb7\xad\x44\x96\x45\xf6\x7d\xb8\xbd\x97\xb7\x69\x25\xa9\xff\x6d\x2b\xd1\x60\xdd\x8e\xea\xf6\x2e\xdd\x67\x9e\x3f\x66\xbc\x6d\x26\x7a\xcb\x45\x75\xf1\x7b\xac\x2e\x22\x29\xf9\xa9\x7f\xbc\x01\x0f\x93\xf3\x1d\xa2\x3c\x56\x77\xc3\x2d\xe4\xe3\xf7\x58\x5d\x66\x01\xb5\xec\xb7\xfe\xb1\xba\x8f\xbd\x17\xe6\x78\xac\xed\x83\x73\xef\x1c\xe5\x6d\xda\x70\x73\xd6\xf8\x3d\x36\x60\x63\x24\x5f\x92\xc7\x06\xa0\xa5\x58\xe2\x10\xbf\xc7\xfa\x93\x34\x3b\x39\x50\x7a\xbc\x4d\x68\xa9\x9f\x23\x99\xc7\xdb\x44\xd2\xec\xe4\x00\xf1\xf5\xed\xda\x18\xc9\x61\xde\xeb\x9d\x23\xc3\x5d\xf2\x8f\xaf\xb7\xe9\x65\xea\xad\xf5\x7a\x6d\xf7\x6b\xbb\x31\xe2\x6b\xbb\x5f\x3b\x6d\x0c\xf6\xda\xec\x97\x66\xdb\x1b\xbf\x36\x9b\xcc\x78\xc9\xda\xbf\x36\xfb\xb5\xd9\x18\xff\xb5\xd9\x1b\xf9\x97\x68\xd0\xeb\xd3\xb9\x91\xf1\x29\xc5\xef\xd5\x12\xa4\xe4\x4e\x7e\x67\x5e\x2d\xf1\x32\x48\x3d\x0d\xd2\x12\x2f\x96\xd0\xd0\x9f\xcd\x26\xff\x76\xf2\x5c\x9f\xcd\xfe\x18\xa4\x7a\x87\x3e\x6f\xf7\xc7\xf2\x0c\x87\x2f\x9f\x96\x20\xbf\xf6\x19\x9c\x7f\x5a\x62\x23\xff\xfc\xfe\x7d\x5a\x62\xc3\x5d\xda\xe2\xf7\xd9\x46\x12\xe0\x45\xf6\x49\xfc\xac\x3e\xea\x6a\x84\xaf\xd2\x67\xfd\x3f\x06\x2b\x7e\xd3\x3f\x6f\xdb\xc7\xc8\xc4\x97\x64\x59\xff\xc5\x8a\x00\x5f\xf1\x65\xfd\x17\x32\xdf\xa1\xdb\xf2\x09\x5e\xca\x7c\x4e\xbf\x6c\xd2\x46\xae\xb5\xff\xa1\x77\x5e\xb6\x78\xa1\x3d\x7c\xcf\x96\x2d\xde\x18\xdd\x11\xe6\xb2\xc5\xcb\xb8\x86\xdf\xd1\xe5\x9d\x5e\x0c\xc2\xfd\x36\x2d\xad\xb0\x1c\xb1\x59\x49\xef\xf4\xc6\xe8\x3f\xee\xe1\xf2\x4e\x6f\x8c\xee\x83\xb4\x34\xd5\x62\x39\x85\x1f\xb0\xa5\xa5\x96\x96\xf2\x5c\xde\xe9\xc5\xa4\x74\x1e\xca\xa4\x0e\x03\xa3\x73\x77\x92\x3a\x0c\x8c\xce\x50\x20\xa9\xc3\x40\x66\x53\x8e\x48\xca\x30\x90\xdc\x48\x27\x92\xa2\x0b\x64\x52\x5f\x47\x52\x74\x25\x45\x17\xb7\x35\x29\xba\xc0\xfe\x00\x7b\xcd\xb0\x4c\x5b\x0c\x8a\xa6\x45\xd3\xcf\x84\x67\xbb\x2c\x23\x7a\x53\xbd\xe6\x63\x91\x6b\x3a\xf9\xf8\x25\x65\x17\xd8\x65\x9c\x4e\x45\x95\x4e\xbe\x05\xec\x91\x94\x54\x60\x97\x71\x3e\x35\x15\x08\x9c\x10\x91\xd4\x54\x20\x4f\xbe\x61\x49\x4d\x05\x52\x63\x23\xe4\x48\x8a\xaa\x64\x06\xbe\xe9\x05\x6c\xc3\x46\x30\x05\x34\x52\xb2\x09\x49\x69\x5d\x3d\xdb\x6d\xd9\xcd\x61\x9e\xec\xb5\xe8\xa5\xc8\x9a\xd9\x2a\x44\x15\xb3\x5f\x23\x29\xaa\x80\x3b\x32\x45\x52\x40\x01\xb3\xae\x47\xca\x36\x9d\x14\x7b\x0e\x43\x53\xf6\xee\x65\xd6\x50\xf0\xea\x26\x65\x16\xc8\xd3\x87\x43\x95\x95\x4c\xb1\x47\x87\x91\xb2\x0d\xdf\x08\xa2\x60\x91\x54\x54\x20\x13\xf9\x89\xa4\xa0\x02\x49\x6f\x7e\xa4\x6c\x23\x37\x32\x7b\x9d\x47\x52\x63\x81\xc8\x3f\x6b\x61\xbb\xb3\xed\xe6\xd9\x50\x61\x25\x97\xcc\xf0\xc9\x4a\x0a\xac\xe4\x92\x19\xbe\xfa\xa9\xd8\xc8\x72\xf6\xd0\xc1\x16\x8a\xa9\xe4\x4e\x54\x53\xfb\xab\x93\x40\x6a\x44\x76\x23\x29\x94\x40\x61\xe3\xe0\x48\xc5\x16\xb0\xf8\x25\x8a\x57\xb0\x6a\x2c\x6b\x09\x74\x74\x52\x27\x81\x42\x2a\xe0\x48\xd5\x7a\x98\x04\x2f\x5b\x5d\x85\x12\x88\xa0\x63\x49\xd5\xaa\x6d\x4c\x26\x1d\x44\x52\x3b\x25\x13\xde\x31\x04\x4c\x6a\x27\x10\x81\x28\x4f\x6a\x27\xb0\xdb\xe9\xc9\xac\x6c\xb5\xb2\x9e\x4c\x6b\x9b\xde\x8e\x61\x61\xaa\x5a\xbb\xb2\x51\x6d\xe7\x6e\x56\x9b\x54\x6d\x12\x0d\xaf\x36\xa9\xda\x24\x5a\xa9\x10\x4b\x2e\x5c\xa1\xf7\x4c\xcd\x1b\xd0\x88\x24\x25\x8b\x7c\xf0\x4c\x6f\xc7\xa8\x33\xa9\xcd\x92\x0b\x57\xf8\xce\xa7\xa6\x29\x1a\x0b\x19\x06\xb5\x57\xae\x25\x33\xde\x75\x8f\xf2\xc1\x73\xe1\x0a\x63\xd3\xa4\x80\x03\x29\x72\xf3\x30\xef\x1b\xcb\x54\x82\xcd\x58\x22\xa9\xd7\xc0\x6c\xbe\x12\xca\x35\x30\x9b\xaf\x97\xca\x0c\xcc\xe6\x5b\xde\x6d\x52\x67\x75\x83\x0f\xbb\x62\x0d\xcc\xe6\xc7\x51\x31\x06\x66\xf3\x91\x55\x77\x25\xf3\xe2\xf9\xde\x77\xeb\xdf\x59\x20\x3d\x3d\xca\xfa\xb3\x4a\x25\x7c\x14\x15\x62\x60\x36\xdf\xf1\x6e\x8b\xc8\x8b\xd7\x7c\xfc\xbb\x0d\xea\xac\xbb\x99\x56\xd5\xdb\xd6\x5d\x8b\xea\xb7\xac\xdb\x22\xc3\x7d\x8c\xd0\x92\x02\x0e\xcc\xe6\x7b\xaf\x80\x03\x85\xe4\x85\x91\x14\x70\xa0\x90\xf5\x30\xd2\xb0\x91\xc3\x46\x72\x2e\x35\x1d\x28\xac\x76\x8f\x34\x6c\xf7\xe0\xbe\x0d\xff\x68\x23\xc9\x81\xd7\xfc\x3a\x28\xe9\xc0\x6c\xb6\x5b\x49\x07\xca\xf0\x4d\x55\xd1\x25\xb7\x78\xd2\x86\xc3\xbb\x36\xfc\xb0\x37\x2f\x69\x8b\x06\x4e\xe3\xf4\xdf\xbb\x6f\x46\x52\xdd\x01\x43\x50\x91\x14\x77\xa0\x66\x06\x70\x29\x6c\x5d\xe8\x66\xb6\x9b\x52\xf0\x81\x6d\x64\x8f\xb3\x7d\xe1\x54\x04\x3f\xde\xea\x3b\xb0\xcb\xb0\x56\xd8\xc2\x60\x4e\x3f\x83\xb8\xa4\xe6\x4b\x71\xb2\xe8\x62\x7a\x45\x1f\xa8\xac\x0b\x8e\xa4\xe8\x4b\xee\x00\x95\xbc\xb5\xa1\x25\xe2\xb8\x1b\x3c\xce\x47\x20\x8e\xbb\xc1\x4b\x68\x9d\xd0\x3a\x54\x44\xdd\x97\x4e\x3c\x8f\x81\x41\x52\xf8\x25\xb7\x71\x1a\xde\xde\x69\x23\xe6\xf1\x09\x70\x59\xa5\x1f\xa8\xcd\x07\x43\xe9\x97\xcc\x90\x37\x7c\x6f\xd4\x7e\xa0\x36\xbf\x47\x6a\xbf\x44\x32\x3c\x96\x93\x46\x9a\x3e\x9e\x6e\x60\x3c\x7c\x71\x54\x7a\xc9\xc5\x2b\xc3\x77\xf5\xf2\x7e\x99\x34\x0f\x01\x9d\x54\x7a\xc9\x6d\x98\x86\x5d\x9a\x52\x2f\xb9\x52\x65\xf8\xa2\xa8\xf5\xc0\x7e\x60\xfc\xaf\x37\x8c\x95\x2a\xa9\xf8\x0a\x2b\x00\x41\x4a\xc5\x2f\xf4\x65\x5b\x2f\x1d\x85\xd6\xc4\xb6\x92\xee\x7c\x9e\x7f\xda\x54\x34\xe1\x38\xdf\x20\x45\x61\x72\x1f\xa6\xe2\xbd\xbe\xbc\x61\xd7\xf1\xa6\x60\x4d\x65\x21\xd8\x65\x5c\xe2\xb6\xb1\x44\xf1\x52\xf1\x01\x50\x18\xa6\x13\xc5\xb3\x67\x50\x19\x82\x5d\x63\x6c\x7c\x6b\x01\xf6\x26\x9e\xe7\x30\x9f\xd8\xdb\xe9\xb7\x3e\xd9\xca\xc5\x64\xc2\xf3\xe2\x43\xa1\x5e\x4c\x47\x2f\xfa\x50\xa8\x17\xd3\x7d\x8c\xe2\xf9\xb4\xc0\xad\xab\xd4\x97\x47\xc1\x08\xda\x19\xd1\xdc\x5a\xe0\x76\xba\x29\x82\x3d\x29\x22\xc1\x2e\xc3\x02\x8a\x48\xd0\x4e\x6f\x7f\x6b\x94\x8d\x76\x06\x2b\xb7\x0f\x05\x29\xd0\xcf\x90\xe6\xd1\x4c\x1b\xed\x8c\x09\x1e\xad\xf4\xe8\x4d\xb5\x87\x50\x90\x82\x76\x46\x51\x0a\x52\xd0\xce\x00\xe6\xd1\x48\x8f\x91\x92\xf0\x02\x1a\xe9\x71\x82\x8e\x0f\xac\x2a\x15\xb4\x33\x9a\x53\xa4\x82\x7d\x18\xb7\x4b\x95\x9a\xce\xde\x4e\x8e\x1d\x94\xa9\xa0\x9d\x81\x9a\x32\x15\xec\xbf\x5a\xa6\x8d\x9e\x63\x23\x0c\xa2\x50\x05\xad\x6a\x5e\x55\x29\x68\xd5\x66\xa9\x4a\x41\xca\xc4\xdf\x23\x29\x4b\xd3\xeb\xbc\x4b\x64\x7b\x52\x84\x82\x94\x9b\x63\x2e\x25\x27\xd8\x65\x5c\x55\xcd\x09\x1a\x49\x21\x23\xa9\x39\x41\xca\x47\x2b\x28\x3a\x41\xeb\xb6\x41\xd1\x09\xf6\x61\x98\x44\x89\x09\x52\xf9\xf9\x41\x54\x63\x82\xfd\xca\xd9\x0a\x1b\xf6\x9a\xcd\x88\x8a\xa8\x3b\x13\xcb\x47\x4a\x73\xa8\xf1\x79\x5b\x49\xf7\x10\xf6\xa5\x0a\xcf\x64\x54\x10\xbd\x9d\x14\x9e\x60\x3f\x10\x3c\x24\x2a\x4f\x90\x98\x6b\x14\x49\xe5\x09\x22\x50\x81\xe9\xd3\x20\x6c\x76\xac\x37\x22\x7d\xda\x63\xa3\x1d\x0d\xa0\x3e\x4d\x6e\x76\xac\x67\x2f\x7d\xda\xc3\x28\xa1\xc3\x3a\x25\x2b\xc8\xd5\x01\x89\x8a\x35\xa9\x58\xfd\x66\x7c\x5a\xe3\x43\x87\x29\xa7\x14\xb1\x20\x99\x8c\x20\x92\xfa\x34\xad\xf3\xda\x73\x36\x05\x6a\x72\xe9\x88\x43\x3d\x15\x28\xc8\xbf\x73\x94\xcd\x44\x6e\xb6\xe1\xc7\x66\xd9\xce\xc5\x6a\x57\x34\x71\x52\x5b\x82\x7a\x6e\x8a\xda\x12\xd4\xe9\x2b\xaf\xb6\x04\xe9\xe7\x28\x4e\x21\x99\x4c\xf2\xe0\x03\xb3\x6c\xc0\xd2\x79\xb2\xff\x98\xd5\x96\x20\x93\x0a\x78\x8b\x1b\x8b\xd4\x96\x7f\xf0\x7e\x67\xa5\x27\xc8\x93\x7b\x9d\x0d\xf7\x81\xd0\xd5\x9b\x55\x9e\xa0\xb0\xd6\x76\x6b\x37\x8b\xbc\xaf\x99\xa2\xb0\xc8\xaf\x7c\xa3\x68\x5a\xe4\xbb\x1a\x14\x5d\x16\x5d\xbc\x70\xfe\xf1\xb6\xc8\xe9\x75\x68\x9c\xac\xf0\xcc\x46\x00\x8b\xb5\x78\x2d\x62\x21\x38\x23\x96\x6c\xb8\x2f\x9b\xcb\x01\x4b\x65\xc3\x7d\x20\x0c\x32\x64\xc5\x29\x28\x4c\xfa\x88\xac\x36\x05\x35\x73\x57\xb3\xd2\x14\xec\x3e\x1f\x5b\xa8\x4d\xc1\xee\x08\x2d\xb3\x99\xc9\x10\x26\xdf\xf7\xac\xec\x04\x5b\xae\x7b\x3e\x5b\x45\x1a\xc1\x9f\xb7\xcc\xf8\x1e\x28\x65\x78\x94\x8d\xda\x98\x4c\x7b\x8e\xac\x12\x05\x95\x5c\x3f\x91\x55\xa2\x20\x91\xce\x24\xb2\xe1\x3d\xd0\xed\xa2\xb3\xe2\x14\x8c\x74\x8e\xb2\xe9\xa4\x65\x30\x06\x96\x95\x9d\x60\x74\x6f\x93\xb1\x3d\x90\xfa\xb4\x99\x06\xf7\x40\x26\x87\x74\x64\xa5\x68\x36\x8d\xbb\x63\xc6\xac\x16\xcd\xe8\xce\x7a\x8a\x6c\x65\xf6\x2d\xf5\x64\xb6\xd2\x1d\xae\xd8\xf5\x2a\xb2\xc2\x13\x8c\xce\xbb\x90\x55\x99\xc0\x1c\xd5\x91\x0d\xe2\x01\xf7\xa3\x88\xac\xee\x04\xe6\xd3\x8e\x6c\x10\x0f\xe4\xc9\xb7\x22\x1b\xc4\x03\x79\xf2\x5e\x65\xc5\x29\xc8\x93\xb7\x3b\x17\x5b\x49\xae\x06\xc3\x07\x59\xb9\x9a\xcd\xd5\xe0\x93\xa7\x5c\x05\x91\x4f\x55\x6d\xa4\x72\xb5\x5a\xe4\x7d\x63\xc3\xab\xa1\x2e\xc9\xc6\xf5\xb2\x53\x5d\x19\x47\xe6\xea\x8d\xdb\x98\xcd\x46\xaa\x6a\xc1\x64\xca\x69\x64\x15\x6c\x3e\x0a\x96\x46\x56\x1b\xb9\x31\x99\x4b\x17\x59\x05\x0b\x4a\xf8\x10\x54\xab\x5f\xd1\x38\xd6\x55\xb5\x0a\x4e\xcc\x3d\xab\x43\x41\xfa\x8d\x73\x98\x75\xad\x0e\x18\x51\x34\x59\x25\x0a\x76\x19\xd6\x50\x8a\x82\x5d\xc6\xf9\xd4\xa2\x60\x97\x51\x13\xc5\x28\xd8\x65\xd8\x5b\x35\x9a\x4f\xf0\xb0\x7b\x3e\xdb\xd5\xce\xe0\x88\xba\x18\x3d\xcc\xcd\xe1\x21\x46\x32\x7a\x98\xcf\x76\x57\xd3\xd3\xd9\xb2\xb3\xdd\xd5\xb4\xca\xde\x99\xb3\xdd\xd5\xb4\x2a\x36\xb7\x7d\x76\xe9\x96\xd9\xdc\xb3\x0a\x03\x27\x53\x56\x92\x82\xfd\x25\xc2\xc6\x6a\xd2\xdc\x8f\xcb\x81\xba\x18\x20\xcc\x2e\xb9\x68\x7e\x37\x15\xaa\x60\x97\x71\x17\x55\xaa\x60\xff\xd7\x32\x1f\xcc\xce\xbe\x20\xe1\xe9\x6c\x6d\x3f\xc3\x01\x4f\x67\xd3\x4c\xef\x77\xbe\xb0\xc6\x11\x41\x2a\x46\x4b\xb3\x6a\x15\xa4\x42\xe2\xf5\xc8\xaa\x55\x90\x98\xd4\x1f\x59\xb5\x9a\x5d\x87\xc1\x68\x28\x2b\x4d\x41\xd3\x09\x96\x95\xa6\x20\xb1\x42\x20\xb2\x3a\x14\x98\x3e\x3d\xb2\xe1\x46\x10\x51\x2d\xb2\x51\x43\xff\x01\x8e\x8d\xac\x36\x05\x6d\xfa\x01\x54\x9b\x82\x9e\xbc\xfb\x6a\x53\x90\x8e\xff\x2c\x0f\x6f\xf5\x70\xde\xfb\x39\x4e\x7b\xb0\xdc\xa2\x1a\x2b\xcb\x8a\x58\xd0\x59\xd0\x13\xd9\x40\x25\xe8\xac\xdd\x89\x6c\xa0\x12\x24\xf6\xa5\x89\xac\xd2\x05\x9d\x55\x34\x91\x95\xb2\xa0\x27\x1b\xa0\x6e\xcd\xc1\x6c\x01\x3f\xd7\x06\x25\x41\xd7\x25\x95\x55\xa8\x20\xb9\x9f\x58\x64\xa5\x27\xe8\xa7\xc7\x51\x7a\x02\x97\x56\x46\x56\x65\x02\x96\x07\xfe\x77\x77\x1d\x36\x65\xa3\xeb\x64\xca\xca\x52\xd0\xf5\x6b\x65\x83\x96\xf9\x04\x2d\xb9\xd4\xf4\x5e\x6f\x74\x1d\x43\xd9\x38\x26\x70\x45\x64\x64\xf5\x2c\xe8\xfa\x1c\xf2\xf4\xf6\x4f\xe6\xc5\xf8\x28\xa9\x5c\x41\x57\xa5\x66\x95\x2b\x48\xdd\x4f\xbe\xc2\x15\x74\x65\x65\x56\xb8\x82\xae\x0a\xce\x46\x28\x41\xea\xf6\x32\x6a\x59\xd0\xcf\x17\x47\x29\x0b\x92\x31\xe4\xac\x92\x05\x5d\x71\x9b\x0d\x63\x82\x3e\x7c\x52\x15\xb7\xa0\x0f\xbb\x79\xb5\x6d\x36\xfb\xbb\x26\xbc\x6c\xe3\x46\x1f\x8c\x51\xb3\x6a\x37\x1b\xd9\xd4\x84\x8a\x5d\x90\xda\xb0\xfb\x50\xec\x82\x7e\xbe\x98\x6a\x5d\xd0\x87\x5f\x2e\xb5\x2e\xe8\xc3\x0f\xb7\x5a\x17\xa4\x9a\x7d\x90\xd4\xba\xa0\xeb\x38\xc8\x4a\x5d\x90\xba\x0f\xa5\x31\x51\x90\xd8\x9e\x2b\xb2\xe2\x17\xf4\xf3\x9d\x35\x26\x9a\x8d\x89\xfa\x54\x28\x87\x41\xea\x3e\x02\xaa\xe1\x6c\x98\xd4\xf7\x47\xe1\x0b\x52\xf7\x0b\xa3\xf0\x05\xfd\x7c\xee\xd5\xbd\xf9\x84\x49\x31\xa2\xb2\x17\xf4\xe1\xe7\x4a\xd5\x0b\x52\xf7\x2d\x30\x48\x0a\x52\xb7\xd9\xea\x60\x90\xba\xef\xba\x32\x18\xf4\xd3\x39\x29\x83\x41\xae\x36\x5b\x15\x0c\xfa\xe9\x72\x14\xc1\x20\x39\xa1\x2d\x2b\x82\x41\xea\x3e\xd3\x2a\x5e\xd0\x75\x96\x64\xd5\x2d\xe8\x03\x6d\x9f\x55\xb7\xa0\x8f\xec\x1f\xb5\x04\xea\x76\x84\x5d\x90\xda\x13\xec\x2f\x1f\x37\x5c\x51\x99\xcf\x7a\x1c\x0d\xab\xaa\xcc\x26\xa5\xcf\x7e\x4d\x54\x95\x20\xb3\x82\x2a\xf2\x6b\x45\x98\x2c\x7a\x46\x7a\xaf\x15\xd9\xc8\x3f\x07\xe4\x86\x44\x41\x66\x75\x57\x64\xd5\x68\x36\x24\x7a\x8e\xf2\x96\xb0\xb3\xb0\x4e\xac\xac\x3e\x05\xf9\xf4\x0c\xca\x53\xb0\x1b\xc0\x2d\x57\x9f\x66\x63\xa2\xf6\x03\x6a\xd1\x6c\x00\xd4\x2e\xca\x00\x28\xc8\xac\x13\x8b\xac\x12\xcd\x46\x3b\x71\xc3\x65\x85\x28\xc8\xce\xd6\xca\x0a\xd1\x6c\x00\xd4\xb7\xde\x00\x28\x18\x67\xf0\xad\x34\x05\xfb\x8b\x8f\x79\xd4\xa6\x20\xff\xec\x9f\xd5\xa6\xc0\x2d\xa1\x23\x2b\x4d\xb3\x41\x51\xc7\x7e\x4a\x53\x90\x55\x93\x59\x69\x0a\xb2\xb3\x55\xb2\xd2\x14\x0c\x67\x1e\x65\x65\x28\x18\xc9\x01\xee\xa7\x29\x36\xdc\x82\x3e\xb2\xca\x14\xb8\xc7\x7d\x64\x95\x29\x18\xc9\x67\x51\x65\x0a\x52\xaf\x7e\x01\x95\xa6\x20\x2b\xe7\xb3\xf1\x55\x30\x92\xaa\xc6\xf8\x2a\xc8\xa7\x63\x56\xbf\x02\xb7\x63\x8f\xac\x7c\x05\x23\xf9\x92\x28\x5f\xc1\xd0\xb9\x99\x0d\xa0\x82\x41\x7a\xef\xc8\x2a\x5a\x30\x92\x5a\x52\x41\x0b\x52\x9b\x3e\xeb\x06\x50\xc1\x70\xaa\x60\x56\xe4\x02\xf7\xb8\x8e\xac\xc8\x05\xee\xb0\x1e\x59\x91\x9b\xcd\x8c\xaf\x73\x23\x1b\x41\x05\xc9\x85\x81\x91\x55\xbe\x60\x24\xbb\x6a\x95\x2f\x48\xa3\x8c\x5d\xb7\xa2\xf4\x05\x43\x67\x6f\x51\xfa\x82\x6c\x27\x5f\xd4\xb6\x20\x2b\x21\x8b\x61\x55\x90\x9d\x1a\x54\x94\xbb\xc5\x94\x87\x7c\xd5\x8b\x72\x17\xe4\x5f\xfe\x43\xbf\x5c\x8c\xc3\x16\x33\x22\x56\xcf\x3b\x2c\x62\xf2\x01\xaf\x68\x51\x20\x83\xd1\x8b\xd5\x9e\x16\x91\x11\xb1\xd8\xb8\xdb\xa2\x5b\xff\xa1\x65\x8f\x65\x3c\x5e\xcd\x7f\xbe\x16\x31\x37\x86\x97\xa3\xa8\x56\x8b\xb3\x53\xf9\x76\x14\x23\xa9\xc5\xd9\xa9\x1a\x4f\xfd\x5a\x8e\x7e\x65\x2c\x5c\x8c\xa4\x82\xc1\x1a\xc5\x28\x4a\xda\x72\x22\xa9\xe7\xaf\x56\x2d\x11\x1a\xe7\x25\x2a\x4a\x5a\x30\xba\x16\x55\xd2\x96\x33\x65\x35\x3c\xdb\x67\x19\x53\x1e\x79\xca\x8b\x02\x16\x0c\xf6\x5c\x8d\xa2\x5a\x05\xa3\x67\x8b\xbc\x3d\x1b\x83\x6d\x58\xa3\x28\x60\x8b\x02\x96\x0f\x73\x51\xc0\x82\xd1\xb3\xa7\xb7\xe5\x1b\xc3\x49\x4d\x45\x49\x5b\x94\xb4\xc3\xd3\xdb\xf0\x4c\xc3\xbd\x4b\x2a\x5a\x30\xba\x0f\x84\xc1\xd5\xa2\xc8\xed\x16\xd9\xee\x4c\xbb\xbd\xe3\x8a\x5c\x30\x7a\xf2\xf4\xcb\x22\x34\x2e\x2f\x4c\x71\xa6\x2a\xc8\xa4\xe6\x8a\xa2\xec\x05\x99\x3c\x5c\x51\x94\xbd\x60\xf4\xe4\x51\x5a\xa2\x30\x15\xa2\x7b\x2e\x2d\x81\xec\x25\xc5\x70\x14\x65\x2f\xc8\x64\x11\x8b\xa2\xec\x05\xa3\xfb\x6a\x28\x7b\x41\x66\x9f\xa4\x28\xca\x5e\x90\xc9\x0f\x16\x45\xd9\x0b\x86\x61\x9b\xe2\x0c\x57\x10\xa1\x55\x55\xc2\x60\x74\x5f\x33\x63\xb9\x20\x35\x87\x75\x45\x25\x0c\x46\x67\x28\x56\x54\xc2\x20\x93\x04\x2d\x4a\xd5\x3a\x15\x0f\x16\x52\xb0\x28\x8e\xc1\xe8\x7c\xf2\x8b\x11\x5f\x90\xc9\x35\x16\x45\xbd\x0c\x46\x4f\x16\x69\x9d\xca\x73\xe2\x57\x42\xbd\x0c\x06\x6b\xbe\xa2\x18\xf1\x05\xc3\x69\x67\x45\x09\x0d\x32\xbb\x73\x45\x31\x06\x0c\x32\xfb\x7a\x45\x51\x55\x83\xe1\x1c\xb3\x62\x0c\x18\x0c\xa7\xc5\x17\x63\xc0\x60\x74\x5f\x70\xb5\x37\x18\x3d\x7b\x45\x8d\x53\x99\x64\xc3\xd8\xac\xa8\xbc\x41\x66\xc3\xab\x28\x0a\x6f\x30\x7a\xf6\x28\x8d\xd3\x78\x74\xf8\x86\x16\x65\x37\x18\x4e\x3a\x2b\xaa\x6e\x90\xd9\xae\x2b\x8a\x01\x5f\x30\x7a\xf6\x8f\x1a\xa7\x39\xa9\xcd\x27\x4c\xf1\x0b\xf6\x38\x95\xe3\x14\xbf\xc5\xd9\xb1\xe1\x7d\x53\xd4\x82\xd4\xc8\x88\x12\x45\xc9\x09\xf6\x28\x88\xe3\x0c\x74\x82\xd0\xef\x56\x14\x98\x45\x81\xe9\xbb\xab\xc0\x04\x26\x74\x8a\xa2\xc0\x04\xa1\xd3\xad\xa8\x2f\x41\x9e\xde\x00\xf5\x25\xc8\xd3\x6f\x8a\x5a\x12\x98\x94\x3c\x8a\x52\xb2\x0c\xa6\xd9\xfb\x10\x2b\x1b\x81\x2b\xb4\xa2\x28\x1b\xc1\x99\xe6\x5c\x94\x8d\xe0\x4c\x86\x29\xe1\x3d\x09\xdc\x8d\x7e\xb2\x94\x8d\x20\xb2\xb7\x5c\xd9\x08\x52\x25\x87\x4c\x14\xa3\x9d\x20\x4f\x5b\xa4\x94\x04\x67\x12\x4d\x31\xd6\x09\xce\x44\xc3\x62\xac\x13\xe4\xe9\xb7\x54\xbd\x09\xf2\x3c\x47\xd9\xc8\x60\xd6\x8b\x9f\x1e\x23\x9d\x20\xb2\xfd\x83\x12\x14\x98\x5a\x3f\x8a\x1a\x13\xe4\x79\xaa\x6f\xbb\xd9\xba\x59\x0f\x48\x51\x63\x02\xf7\x57\x89\xa2\xc6\x04\xa9\x1a\xab\x2b\x8a\x4c\x90\xa7\xef\xa0\x22\x13\xe4\xe9\xf3\xa9\xc8\x04\xe6\xfe\x8a\x62\x18\x15\x84\xf3\xfe\x8b\xf3\x67\x41\x9e\xe5\xbf\x57\x4d\x47\x31\xee\x0a\xce\xac\xb7\xa2\x78\x05\x79\xda\x9f\x28\x5e\x81\xd9\xc8\xa2\x28\x5e\x41\x84\x3d\x98\xe2\x15\x9c\x25\x11\xc5\x19\xb7\x20\x55\x87\x9e\x45\x41\x0b\xce\xa2\x8b\xa2\xa0\x2d\xae\xad\xd4\xec\xaa\x57\x90\xa7\x0f\x92\x52\x15\xe4\xe9\x57\x5a\xa9\x0a\xc2\x50\x7a\x51\xaa\x02\xf3\xc0\x47\x51\xaa\x82\xc8\x7e\xd3\x94\xaa\xe0\x4c\xd0\x2a\x2a\x55\x90\x67\xf3\x28\x4d\x41\x06\x7c\x43\x33\x45\xa5\x0a\x4c\x4e\x15\x45\xa5\x0a\xce\xa2\x8c\xa2\x50\x05\x79\x9e\x2b\x6a\x0a\x53\xe7\x93\xc2\x28\x8a\xb2\x14\x9c\xe9\x5f\x45\x59\x0a\xc2\xb9\x69\x45\x59\x0a\x22\xfb\x34\xab\x08\x41\x1a\x3f\xbf\x57\x2a\x3b\x90\xa7\x6f\xa3\xca\xae\xa8\xec\x74\x4d\x15\xe3\x9b\x20\xc2\xef\xb4\x6a\x0f\x44\x38\x76\x32\xbe\x09\x4a\x71\xec\xa4\x00\x04\x11\xa7\x48\xf3\x3f\xcc\x2b\xc2\xaf\x53\x14\x80\x20\xc8\x3e\x11\xc5\xe8\x26\x28\xec\x0c\x1d\xc5\xe0\x26\x88\xe8\xfe\x51\xf3\xb3\x74\x91\x9d\xac\xa3\x18\xdb\x04\x11\x0e\x2a\x0c\x6d\x82\x38\x1f\x56\xe5\x25\x28\xe4\x80\x89\xf2\x68\x7e\x16\x38\x86\xc3\x05\x83\x9d\xa0\x14\x9f\x57\x63\x9d\x20\xf5\x33\x5e\x70\x56\x2e\x88\xb0\x8f\x57\xaa\x82\x08\x6f\x92\xaa\x14\x04\xdb\x9d\x45\x51\x82\x82\x7d\x7b\x2d\xd3\x16\x2f\x13\x54\x08\xe1\x16\x35\x28\x88\x20\xf8\x5b\xd4\xa0\x20\xc2\xf1\x88\x1a\xb4\xb8\xd2\x91\xb9\x34\x45\x0d\x0a\x22\x1c\xc8\x28\x41\xc1\x6c\x7e\x1e\x95\xa0\x20\xe2\x5c\xd1\x86\xbf\x34\xfc\xd4\xcb\x86\xbf\x78\xe6\xed\x38\x55\xa5\x20\xc2\xf1\x82\xaa\x14\x14\x97\x47\x14\x55\x29\x28\xc5\xa3\x54\xa5\x20\xc2\x7e\x59\x55\x0a\x22\xbc\xa2\xa2\x14\x44\xf8\xb8\x2a\x4a\x41\x44\xf3\x28\x8d\xf3\x61\x1c\x47\x15\x2a\x50\x10\x81\xd0\x2b\x2a\x50\x10\x6c\xf2\x1a\xc5\xe0\x28\x28\x47\x00\x29\x4a\x41\xb0\xe3\x55\x14\x45\x29\x88\xb0\xa3\x56\x94\x82\xd0\x5b\x51\x14\xa5\x20\x35\xdd\x47\x45\x55\x5a\x8c\x97\xfa\x88\x29\x4a\x41\x29\x4a\x04\x45\x29\x28\xc5\x4b\x2a\x4a\x41\x29\xde\x6e\x45\x29\x28\xc5\x4b\x2a\x4a\x41\xc4\x39\x97\xd6\x59\x3c\x3a\x38\xa3\x8b\xa2\x14\x44\xd8\x48\x45\x29\x88\x70\x10\xe9\xa4\x5e\x50\x8a\x83\x67\x35\x69\x31\xf0\xea\x73\xa2\x26\x05\x11\xe7\xf4\x5a\x67\xf9\xe8\x58\xa4\x75\x16\xd6\xf1\xe3\xad\x24\x05\xa5\xf8\xc6\xab\x48\x8b\x93\x7a\x7d\x4e\x54\xa4\x20\x82\x17\xab\xaa\x3e\x41\x04\x23\x9d\xaa\xd4\x04\xa5\x0c\x8b\xaa\x45\xbe\x31\x16\x35\x8b\x9c\x55\xc3\xcb\x5c\x15\x93\x20\x02\x47\x77\x55\x4c\x82\xc2\xea\xd0\xa8\x2a\x47\x10\x81\x29\xaa\xa1\x55\x50\xd8\x41\x2c\xaa\x62\xb2\xba\xb6\xf2\x9c\xeb\xb1\xc8\x6f\x45\x50\xf4\x5a\x44\xbb\x87\xa7\xff\x2c\x62\xa2\x22\x06\xab\x64\xf8\x13\x11\x1e\x65\xfc\x15\x44\xb4\x3f\x74\xc9\xd5\xf0\x2c\x88\xe0\x73\x59\x0d\xcf\x82\x08\xf4\x6e\x4d\x1a\x2f\xf9\xcc\x50\x47\x23\xb6\x20\x35\xef\x7d\x55\xf0\x82\xd4\x9d\x39\x5d\x95\xb7\x20\xb5\x69\xcd\xd5\xad\x20\x9c\xe9\x5e\xd5\xad\x60\xab\x6c\x0c\xaf\x22\x05\xa9\x39\x67\xbc\x1a\x53\x05\xa9\xea\xc6\xa9\x4e\xef\x05\x11\xe7\xaf\xd6\x8e\x55\x94\x31\x7c\x28\x14\xa5\x20\x85\xbe\xf3\xaa\xde\x04\xb3\x55\x0f\xb3\x72\x99\x29\x95\x3e\x01\x8a\x4b\x50\x48\x05\x14\x55\x71\x09\x66\xd3\x48\xae\x97\x04\xa9\xdb\x0f\x57\x05\x27\x98\xa4\x10\x88\xea\x6c\x5e\x30\x49\x53\x14\x55\x0d\x0a\x0a\x79\xb8\xa3\xaa\x41\xc1\x24\xe9\x55\x54\x35\x28\x98\x64\xa5\x8c\xaa\x06\x05\x93\xcd\xd7\xa2\xaa\x41\x41\x21\xa3\x7a\x54\x35\x28\x98\x24\xdb\x8c\xaa\x06\x05\xb3\x59\x55\x35\x28\x28\x24\x72\x8b\xaa\x06\x05\x93\x4d\x45\xa3\xaa\x41\xc1\x64\xb7\xb5\xa8\x6a\x50\x30\xd9\xeb\x3d\xaa\x1a\x14\x14\x72\x8d\x47\x55\x83\x82\x42\x92\xf2\xa8\x06\x68\x41\x6a\x6a\xbd\xaa\x2c\x05\x93\xfc\x0a\x51\x95\xa5\xd5\x00\x2d\x43\xcf\xaa\x06\xad\x06\x68\xf9\x2a\x57\x35\x28\x98\xcd\x67\x45\x0d\x5a\x8d\xd9\x0e\xcf\xa5\x75\x8c\xd9\x56\xcf\xa5\x75\x98\x88\x4c\xae\x9a\xa8\xca\x52\x30\x9b\x9f\x0f\x65\x29\x48\x67\x72\x7b\x55\x97\x82\x42\xae\xf4\xa8\xea\x52\x90\xaa\x6b\x6b\xab\xc2\x14\xcc\xe6\xe3\xa9\x30\x05\x93\xad\x59\xa3\x2a\x4c\xc1\x24\xcb\x55\x54\x85\x29\x98\xec\x37\x1b\x55\x15\x0a\x66\xf3\x2b\xa6\x0a\x05\xd3\x30\x67\x55\x85\x82\xd9\xe8\x54\xaa\x2a\x14\xa4\xe6\xa8\xba\x2a\x43\xc1\x24\x55\x6d\x54\x63\xbf\xd5\xcd\xb7\x0d\xaa\x54\xa5\x29\x98\xac\x71\x8f\xaa\x34\x05\x85\x4d\x0f\xa3\x1a\x21\x06\xbb\xe5\x34\xc0\x19\xcb\x60\xb6\xe2\x61\x1a\xa8\xf1\xfc\xa0\x66\xaa\x41\x63\x50\x48\xe5\x1f\xd5\x98\x31\x48\x9d\x3d\x87\xa3\xba\xe4\x14\xcc\x56\xb4\x86\x06\x72\x5e\x73\xb5\x9d\x3e\x3f\xcd\x17\x8e\x4b\x3a\xd5\x19\x4c\xd2\xe5\x46\x35\xae\x0c\x0a\x09\xf9\xa3\xaa\xac\x41\x3a\x2b\xce\xab\xca\x1a\x14\xb6\x35\x88\x6a\x54\x19\xec\x0e\x02\xa3\x19\x55\x06\xd3\xe9\x32\x55\xfd\x5d\xcf\xfc\x67\x2a\xeb\xfc\xe7\xea\xfc\x67\x44\x74\x35\xce\x0c\x26\xf9\x68\xa3\x3a\x25\x1a\x14\x72\x71\x45\x35\xf2\x0c\x0a\xfb\x0e\x44\x35\xf0\x0c\x0a\x7b\x24\x44\x35\xee\x0c\x0a\x3b\x12\x46\x35\xec\x0c\x26\x69\x92\xa3\xea\x03\xa8\x4e\x92\xf6\xeb\xe9\x24\x69\x30\x9b\x1f\x37\x23\xd1\x60\xdf\x4b\xfe\x69\x28\x1a\xa4\xe6\x24\xf2\xaa\xf7\x00\xcc\x56\x2c\xd2\x3e\xec\x1e\xde\xfc\xc6\xea\x3d\x00\x25\xce\x1f\x35\x8f\x33\xa7\x71\x02\x54\xbd\x07\xa0\xc4\xb9\xa4\xe6\x61\xf7\x70\x52\x1a\x46\x35\x3a\x0d\xa6\xcb\x63\xab\x0e\x05\x30\xd9\xd9\x31\xaa\xde\x03\x30\x9d\x57\x57\xf5\x1e\x80\xd9\xec\x0f\xf4\x1e\x80\x54\x8d\xc0\x55\xa3\xce\x20\x35\xa7\x96\x54\x67\x50\x83\xc2\xee\x13\x51\xf5\x15\x80\xe9\x74\x83\xaa\x63\x00\xec\x07\xc3\x7f\x5a\x0f\xd2\xf2\x3b\x21\xb1\xaa\xe6\xc1\x6c\xfd\x0f\x53\xc2\xaa\x62\x1f\x4c\x67\x30\x56\xc5\x3e\xa8\x6a\xc0\xaa\xd8\xaf\x6e\x2b\x4e\x32\x96\xa8\x8a\xfd\xfa\x6f\x5b\x71\x0c\xa8\xda\x07\xa9\x3a\x59\xb7\x2a\xf7\x41\xfa\x25\xdf\x10\xc5\x3d\x48\xcd\x45\x84\x55\xf9\x5e\x9d\x36\x6d\x88\xa3\xaa\xdf\xeb\xd9\x59\xdc\x11\x8d\x02\x1e\x54\xdd\x45\x55\x01\x0f\xd2\xcf\x70\x7e\x55\xc1\x57\x37\x1b\x4f\x7e\xcc\x94\xf0\xa0\xe6\x73\x55\x8d\x78\xf6\x06\xf0\x2d\x51\xc2\x83\xb3\xae\xbf\x1a\x93\xae\x67\x6f\x00\xfb\x04\x65\x3d\xd8\x95\xb3\x4c\x43\x9d\xcd\x01\xec\x92\xd5\xfa\xd5\x39\xd7\xc9\x3e\x5f\xb1\x0f\x52\xd3\xd3\x56\x55\xfb\xf5\xec\x4a\xee\xa7\x5c\x21\x5f\xcf\x4e\x00\x3e\x59\x2a\x79\xb0\xcf\x47\x95\x95\xf2\xf5\xec\x04\xe0\x78\x49\x2d\x5f\xcf\x4e\x00\x76\x9d\x8a\x79\xb0\xaf\xe1\xf9\xb4\x8a\xe9\x94\x74\x6c\x54\xe3\xce\x20\xb5\x33\x28\x51\xe1\xd7\xb3\x17\x80\x3d\x86\x12\xbf\x9e\xbd\x00\x1c\x26\xaa\xf1\xeb\x7d\xec\xc2\x71\xc6\x9e\xc1\xae\x0b\xe7\x73\x26\x36\xa8\xba\x1f\xaa\xc1\x67\xb0\x0f\xc3\x04\x86\x9a\xc1\x3e\x9d\x65\x9a\xc0\x3c\xff\x7e\xfa\x75\x23\xd4\x93\xe7\xdf\x6e\xc9\xc8\x72\x3d\x3b\xe4\x39\x8e\x32\xb4\x5c\xcf\x0e\x79\xbe\x97\xc6\x96\x41\xd5\x7b\x56\xf5\x40\x54\x57\xe9\x9a\xc9\xa1\xea\x82\x00\xfb\x25\xb4\x4c\x03\x90\xfd\x5f\x8f\x60\xd5\x05\x01\xaa\x4e\xa1\xaa\x0b\xa2\x9e\xe4\xff\xde\x6e\x7d\x10\xf5\x24\xff\xd7\xc4\x7a\x1c\x40\x3d\xdd\xa8\x1e\x07\x30\xdb\xf9\xa7\x16\xd9\x38\x59\x32\xaa\x1e\x07\xb0\x5b\xc5\xb3\xa8\x7f\x01\x9c\x5c\x22\x55\xff\x02\xa8\x7a\x8f\xaa\xfe\x05\x50\xf5\x5f\x56\xfd\x0b\xf5\x64\xfb\xf7\x63\xa3\x83\x01\xec\x16\x78\x01\xed\x71\xb2\xfd\xdb\x1d\xea\x61\x00\xfb\x6e\x51\x5f\x83\xe1\x60\xff\x17\x23\xe9\x76\x00\x67\xe1\x78\x35\x18\x0e\xf6\x5f\xa9\xb0\xae\x08\x50\xf5\xc3\x55\x3d\x11\x60\x1f\xc6\x55\xf5\x3b\x80\x5d\x63\x0c\xa7\xe3\xa1\xba\x01\x00\xa9\xa1\xa2\x3a\xeb\xba\x9e\x1d\xf6\x34\x93\x7e\x86\x6a\x6e\x7f\x92\x38\x45\xd5\x85\x00\xf6\x77\x8c\xff\xea\x1d\x00\xfb\xee\x73\x9c\xee\x81\x7a\x82\xd6\x3e\xaf\x3a\x03\xaa\xf9\xf8\x5d\x39\x50\xf5\x06\x80\xd4\x5c\x3a\x51\x75\x07\x54\xd3\x27\x0d\xad\xa7\xf8\x07\xe9\x37\x1c\x72\xab\xfe\xab\x33\xa3\x87\x83\x62\xe5\x7f\x35\x7f\xd2\xf0\x1b\xad\xfe\x07\xd5\x6c\x35\x55\xad\x0f\x6a\x53\x82\xaa\xf5\xc1\xbe\x2a\xff\x54\xec\x57\xb3\xef\x0f\x3f\x00\xaa\x7d\x30\x9b\x8d\x50\xed\x83\x7d\x51\x4e\xa7\xdc\xaf\x4e\xa1\x1e\xbe\x3a\xea\x7d\xb0\xcb\xa8\x89\xea\xbe\x9a\x6a\x7f\xf8\x5d\x34\xe6\x5c\x4d\xb5\x3f\xbc\xb9\x4a\x7e\xb0\x8d\x6c\xf5\x34\xca\xd2\x28\x7e\xb3\x14\xfd\xd5\xfc\xfb\xc3\x5e\x40\xd5\x0f\xd2\x6f\xf8\x5e\x28\xfb\xab\xf3\xad\x87\xcf\x99\xba\x1f\xec\xf3\x59\xa6\xa5\x96\x33\x24\x1d\xe0\xab\xfc\x41\x35\xe5\x4b\x33\x14\x0d\xd2\xcf\x99\x23\xcd\xc0\x33\xd8\x7f\xb5\xac\x58\x56\x1c\xe8\xfe\x28\x6b\x96\x39\xc9\xe8\xfc\xb7\x5b\xd6\xb9\x44\xa7\x68\x58\xe4\x40\xce\xa3\xc2\x22\x9f\x94\xf2\xdf\xdb\x5b\x47\xd3\x5f\x00\xb6\x2d\x32\x65\x97\x65\xda\x2c\xdb\xa0\xdb\x32\x6d\xc6\x6b\xdd\x74\x19\x34\x27\x63\x8f\xe2\x7f\x5f\xcb\xb4\x59\xf6\xb8\xcf\x32\x6d\xc6\xd0\xbd\xe9\x35\x00\xdb\x40\xfb\x1e\x34\xdd\x06\x60\xdf\x53\x9a\xa4\x63\x00\x54\xd2\x25\x46\xd3\x31\xd0\xd2\xb1\x23\xa7\xd3\x33\x00\x2a\x89\x10\xa3\xe9\x19\x00\x95\xac\x73\xd1\x9c\xcb\xdd\x9c\xcb\xcd\x56\xf7\xd1\x74\x16\xb4\x33\x97\x9b\x81\x5b\x33\x3c\x0e\x2a\xc9\x4b\xa3\xe9\x3f\x00\xbb\xfd\xdc\x28\xc3\xe3\x60\x97\xf9\x57\x6d\x97\x5c\x98\x65\x91\x66\x4a\x9a\x89\x4f\x7f\x33\x18\x0e\xf6\x55\x2d\xd3\x4c\x49\x33\x35\xdb\xa5\x99\x9c\xe1\x3d\x18\x76\x35\xfd\x11\x60\x5f\x96\xe3\xf4\x47\x80\x4a\xf2\xbc\x68\xba\x23\x40\x25\x79\x5e\x34\xdd\x11\xcd\xa4\x4e\xce\x42\x6b\x86\xcd\x41\x35\xeb\x50\xd3\x43\x01\x76\x45\x2c\xd3\x24\xd9\x77\x30\xfb\x57\x6d\x92\xb5\x49\xb5\x4c\x9b\xe4\xf3\x3c\x79\x59\x6d\x92\xcf\x3b\xe8\xf9\x7c\x9e\xf2\x79\x07\xb9\xb1\xfa\x37\x5a\x66\x05\xdb\xf4\x74\xda\x24\x9f\xd7\x8d\x1b\xab\x33\x03\xec\xf6\xf3\x78\xea\xcd\x00\xbb\x8c\x5b\xa6\x3b\x03\xec\x66\xf0\x28\xea\xbc\x00\xa9\x1b\xe8\x69\x7a\x2f\x40\xaa\x4e\x34\x6e\x7a\x21\x40\x0a\xa7\x95\x36\x1d\x0c\x60\x5b\x8f\x7b\xa6\x3b\x01\x54\xf2\xd0\x46\xd3\x9d\x00\x52\x62\xe7\xb5\x68\xfa\x0e\x9a\xb9\xfb\x8b\x16\x30\xa6\x0d\x76\x19\xa7\xd3\xa1\xd0\xdc\x0b\x9e\x4d\xb5\xa2\xe9\x51\x00\xd5\x85\xf0\x4d\x8f\x42\x33\x3b\x7f\xf1\xdd\xd7\xa5\xd0\xcc\x77\x5c\xf8\xa8\x35\x7d\x0a\x60\x1f\x87\xa5\x74\x2a\x34\xf3\xf3\x17\xdf\x1e\xbd\x0a\xa0\x9a\x07\xaa\xe9\x54\x00\xd5\xb5\xea\x4d\xa7\x02\xa8\xd3\x37\x56\x9f\x02\x48\x35\x0f\xeb\xeb\x5d\x24\x8b\x7f\xd7\x87\xde\xf4\x2a\x80\x5d\x11\xaf\xa0\x9d\xea\xb1\x13\xb7\x42\x27\x02\xd8\x65\x1c\xa7\x17\x01\xec\x5b\x41\x85\x75\x23\x80\x7d\x3e\xcb\x34\x4a\xd3\x28\x74\x93\x4d\x3f\x02\xd8\xe7\xa3\x2e\xfa\x11\xc0\x36\x14\x76\xd7\x91\xd0\x9c\x6b\xae\x92\x6d\x7a\x12\xc0\xbe\x06\x86\xd7\x93\xd0\xce\xfc\x73\x4f\xa7\x55\x9a\x13\x62\x6c\xae\xae\x84\xe6\xfc\xf3\xe2\x37\x45\xbf\x01\xd8\xd5\xb3\x4c\x13\x90\xaa\xca\x15\xf5\x4d\x2f\x01\xd8\x87\x51\x13\xdd\x04\x60\xd7\x04\x2b\xeb\x27\x00\xbb\x8c\xbb\xa1\x9f\x00\xec\xcb\x7a\x9c\x56\xe9\xe7\x51\xc1\xca\x3a\x0a\xc0\xbe\x86\x65\x5a\xa5\x6b\x15\x5f\x16\x5d\x05\x60\x97\x71\x37\xf4\x15\xb4\xee\x73\x61\xf5\xb4\x40\xe7\xb9\xf0\xcb\xa0\xaf\x00\x6c\x1b\x63\x14\x9d\x05\xed\x64\xbb\x6a\xb6\x56\xa3\x74\x36\x4c\xb1\xa3\xd1\x5b\x00\x76\x23\x3c\xcc\x37\x7e\xd8\x31\x20\xa0\x9a\xce\x01\xb0\x8f\xe3\xbf\x3a\x02\xc0\x7e\x93\x31\x8a\xb2\x1f\xec\xe3\x2c\xb3\xb1\x4c\x4b\x4f\xe1\xd3\xad\xf0\x07\x29\xe9\x19\x6c\x2a\x7f\xb0\x1f\x0b\x0c\xa0\xf4\x07\xfb\xbf\xd6\x45\x0b\x98\x33\x59\xdf\x48\x73\x36\x01\xd8\x65\x58\xca\x89\xe9\xcd\x3c\xca\x7a\x58\x9b\x1e\x01\xd0\x5c\x6a\xd2\x54\xff\x20\x25\x57\x8c\x34\x27\x14\x80\x5d\x95\x3f\xac\xc2\x6e\x3a\x0c\xc0\xae\x29\xb5\x77\x12\x02\xd8\xa7\xa6\xf6\xae\xb9\x06\xcd\xa5\x51\xcd\x89\x09\x60\xff\xd5\x5a\x69\xb4\xd0\x68\xc9\x5a\x69\xb4\x8d\x93\xd6\xa1\xe9\x80\x00\xfb\xaf\x9e\x4e\x9b\x85\x36\xc3\xf7\xd2\x9c\x9b\x00\x4e\x3e\xa2\xe6\xdc\x04\xb0\x2b\x87\x19\x9d\x9c\x00\xf6\x53\x63\x4d\x7c\x6a\x98\x20\x9f\xf4\x9b\x35\x1d\x1a\x60\x97\x79\x9c\x8f\x4d\x98\x7a\x9a\x61\x6d\xd3\x67\x01\x76\xf5\xb8\x05\x3a\x2d\xc0\x71\xb6\x34\x7d\x11\xa0\xb9\x98\xa8\x39\xf5\x00\xec\xb3\xd1\x08\xdd\x13\x60\x5f\x15\x73\xea\x8a\x00\xfb\x0a\xfe\x57\x03\x4c\x0d\x60\xc7\xab\x2f\x02\x6c\xa3\xf8\x5f\x2d\xb0\xd1\x0c\x5d\x37\x5d\x11\xa0\xe5\x73\x05\xdb\x3f\x4f\xfb\x3d\xcc\xf6\x4f\xdb\x6f\x3f\xae\x2f\x02\xec\x9a\x70\x9c\xbe\x08\xb0\x5b\xc1\x2d\xd3\x17\x01\xf6\x7f\x2d\xf3\xe1\xb9\x7c\x78\xfc\xd4\xe9\x8b\x00\xfb\x38\xee\x99\xbe\x08\xb0\xcb\xb0\xbb\xf3\x0c\xc0\xc9\x21\xd3\x74\x4f\x34\x97\x7f\x9b\xca\xa0\xe9\x9e\x00\x2d\x9f\x2b\x68\xa7\x8d\x66\x0a\xb8\xa6\x73\x02\x34\xd7\x81\x34\x7d\x09\xa0\xb9\x1e\xac\xe9\x4a\x00\xcd\x19\xb4\x4d\x4f\x02\x48\xd9\xc5\xc4\xcd\x69\xec\xed\xa4\x61\x0e\xcb\x6c\x01\xae\x84\xac\x77\xa6\x39\x91\xbd\x9d\x34\xcc\xb8\xb1\x9a\xee\x05\xb0\xcf\x67\x99\xcd\x32\x0f\xb3\x0b\xa7\x9b\x2e\x07\xb0\xcb\xb0\x88\x3e\x07\xd0\xaa\x8d\xd0\xe5\x00\x5a\xf5\x93\xa1\x2b\x01\xec\x2b\x78\x98\xf7\x15\x57\x42\x76\x01\x77\xd3\x95\x00\xf6\x71\x5c\x55\x5f\x02\xd8\x35\xe6\xa9\xd3\x99\x00\x52\x3d\xa3\x0e\x9d\x09\x60\x1f\xc7\x33\xe1\x8c\x06\xb0\xcb\x30\xa8\x0e\x06\xb0\xaf\x41\x2b\xf4\x30\x80\x5d\xe6\x7f\xb5\xca\xa3\x55\xc2\x6b\x68\x95\xc7\xdd\x73\x70\x9b\x37\xa7\x35\x80\x5d\xe6\x35\xb4\xca\xe3\xdd\xf6\x74\xbe\x00\xec\xd8\x9f\x4d\x7f\xda\xf4\x28\xb4\xb3\x3c\xdb\x96\x69\x95\xc7\x85\x5b\xbe\xd9\x3a\x14\xda\x59\xb2\x8d\x51\xf4\x27\x80\x56\xfd\xdc\xea\x4e\x00\x29\x1b\xa0\x69\xfa\x13\x9a\xab\xb8\x0d\xaa\x34\xe7\x2c\x80\x66\x68\xa4\xe9\x27\x68\x67\x11\xb7\x03\x36\x67\x28\x80\x7d\x3a\x9a\xea\x14\x85\xe6\x2a\x6e\xfd\xbe\x4d\x7f\x02\xd8\x65\x56\xc5\x37\xfb\x75\xc3\x7b\x47\x09\xce\x52\x00\xcd\x50\x57\xd3\xc5\x00\xf6\x61\x56\xc5\xb6\xbe\x6e\x9f\x63\x4f\xef\x3c\x05\xb0\x3b\x49\x5a\xa6\x2b\x02\xec\xcb\x72\x09\x5d\x11\x20\x65\xa7\x50\x34\xa7\x2a\x80\x7d\x3e\xaa\xac\x7b\xa2\x7d\x58\x40\xc1\xe3\x6c\x79\xb0\x0f\xa3\x7a\xce\x4c\x00\xfb\x12\x5e\x56\x0b\x7c\xe6\x1d\xa7\xb1\x3a\x27\x40\x33\x88\xd4\xf4\x4d\x80\xfd\x4f\xaf\xa0\x4d\x3e\x6d\xe2\xb0\xc6\xc9\x09\x60\x97\xd9\x58\x8d\xc2\x94\xf9\x56\x1d\x3c\xea\xb1\x00\xbb\x76\xfc\x57\x8f\x05\xd8\x65\x1c\xa7\xc7\x02\xec\xf3\x71\xcf\x74\x59\x80\x5d\x86\x91\x75\x45\x80\x94\x4d\x47\xd4\x74\x45\x80\xa6\x93\xad\xe9\x89\x68\xeb\x3c\x02\x34\x43\x4f\x04\x68\xdd\xcf\x8c\x8e\x08\xd0\x5c\x0e\xd6\xf4\x43\x80\xd6\xff\xb2\xd0\xab\xe9\xa5\x00\xbb\xd9\x9e\x45\xf3\x2c\x97\x8b\xf9\x2c\xe8\xa5\x68\x26\x84\x36\x87\x51\xd3\x4b\xd1\x4e\x42\x68\xcc\xd8\x75\x53\x80\x5d\xd6\x29\x4b\x96\xb9\x95\x10\x8f\x6f\xd7\x75\x01\xf6\x97\xc4\xe3\xaa\x65\xd5\xe3\x82\xb2\x66\x59\xb3\x2e\x3f\xca\xba\x65\x2c\x6c\xe4\x63\xd0\x75\x5d\x80\x46\x0a\xfe\xe8\xfa\x21\xc0\x3e\xdb\xa4\xec\xb2\x4c\x93\x55\x8a\x6e\x8b\x30\xd9\xb4\x0d\x8f\x45\x8f\xd7\xf4\x02\xaf\x65\xce\x72\xe2\xab\xd4\xf5\x2e\x80\xd4\xf4\xd6\x77\xbd\x0b\xa0\xb1\xbf\x66\x74\xdd\x06\xdd\xf4\x64\xe4\xb4\x8f\xae\x8f\x00\xec\xe6\xfb\x57\xdb\xb0\xd1\x14\xa1\x5d\x1f\x01\x48\xc5\xf9\xfe\x5d\x1f\x01\x48\xe5\xc7\xf8\xa5\xeb\x23\x00\x8d\x1d\xd2\xa2\x3b\x15\x01\xec\xe6\x7b\x3a\x1b\x86\xdf\xa0\x38\x17\xa1\xeb\x23\x00\xbb\x0c\xa3\xeb\x23\x00\xfb\xb2\xb4\x42\x1f\x01\xd8\xc7\x51\x15\x7d\x04\x60\x97\x71\x0d\xa7\xd6\x83\x7d\x5d\xae\xa1\xe3\x00\xec\xe3\xb0\x80\x9e\x03\xb0\x3f\x91\x1e\xe7\xcd\x26\x1d\x74\xf9\x35\xaf\xab\xa5\xf2\xd9\x60\x8a\xfa\xe9\x3a\x00\xfb\x38\x6e\xb7\xae\x03\x90\xaa\x2a\xb4\xeb\x3a\x00\xfb\x38\xec\xa2\xeb\x00\xec\xf3\x59\xa6\x5d\x48\x12\x5d\xf4\x57\x77\xe7\x41\x80\xc6\xde\x78\xd1\x75\x1d\x80\x7d\x3a\x9e\x01\x5d\x07\x20\x75\x97\x5b\x76\xdd\x04\x20\x9d\x54\x58\xdd\x69\x0f\x60\x5f\x82\xcb\xea\x3a\x00\xbb\x0c\xf3\xe9\x3a\xe8\xa5\x59\x46\xd3\x9c\xe6\x00\x76\x19\x26\xd0\x9d\x00\x9a\x73\xdb\xba\x93\x1a\x40\x3a\x89\x6c\xbb\xb3\x1a\x40\x3a\x39\xcf\xbb\x5e\x07\x90\x4e\x52\xb1\xee\xbc\x06\x90\x4e\xaa\xae\xae\xdb\x01\xa4\x93\x0a\xac\x3b\x8b\x01\x34\x27\xa5\x75\x3d\x11\x20\x9d\xd4\xcd\x5d\xaf\x03\x48\xd5\x38\x62\xd7\xeb\x00\xb6\x38\xe7\xb2\xba\x18\x40\x3a\x99\x63\xba\x2e\x86\x5e\xcf\x56\x59\x34\x4d\xaf\x00\x48\xc5\x05\x21\x5d\xaf\x00\x48\xc5\x99\xe5\x5d\xaf\x00\xe8\x46\xd4\xba\x4e\x01\x90\x3a\x6e\xf7\xee\x5c\x03\x90\xcf\x13\xa0\x4b\x00\x0c\x33\xb4\x76\x3d\x02\xdd\xe9\xed\x3e\xb3\x3a\x04\xba\xd3\xdb\xf1\x26\x76\xfd\x01\x20\x4f\x5f\x46\xdd\x01\xe0\x64\x38\xeb\xaa\x7c\x10\xf9\x9c\xde\x26\x31\x39\xc0\x14\x31\xdd\xc9\x01\xa0\xa8\x73\xba\x7a\x1e\x14\x05\x57\x77\x22\x00\x28\x0a\xa9\xae\x9c\x07\xe9\xe7\x30\xaf\x2b\xe7\x41\xfa\x9d\x07\x58\x39\xdf\x8f\x9c\xf7\x69\x50\xce\xf7\x23\xe7\x7d\x6a\x94\xf3\xfd\x9f\x9c\xa7\xa1\x4a\x77\x70\xf2\xe1\x75\x95\x3b\xd8\x6a\xc0\xd3\xd9\x52\x57\x98\x9b\x35\xa7\x2b\xe7\xc1\x3e\x9b\xc7\xd9\xfc\x6e\xd2\x0a\xaf\x60\xf3\x91\xf3\x55\x77\x4b\x57\xce\xf7\xce\x8a\x53\x5f\x4c\xa5\x3b\xe8\xba\x92\xbb\x91\x7e\xd0\x75\x69\x76\xc5\x7c\x77\x43\xa4\x61\x91\x16\x19\xc7\xed\xc3\x7d\x57\xdf\x83\x61\xf4\xb6\x1b\xe8\x07\xc3\x68\x53\x57\xc9\x83\x61\x08\xad\x2b\xda\x41\x3e\x5f\x25\x35\x3b\xc8\xe7\x23\xa7\x64\x07\xf9\x7c\x47\x55\xec\x60\x18\x19\xed\x0a\x76\xb0\x3f\x5d\xb4\x52\xbd\x0c\x46\xff\x4b\x38\xbd\xab\xa6\xc1\x70\xc2\x65\x57\x4c\x83\xe1\xea\x98\xae\x48\x06\x99\x6d\xfd\xa3\x2b\x92\xc1\xd9\x9c\xa1\xab\x91\x41\xae\x0c\xfc\xba\x12\x19\x0c\x73\xc5\x74\x15\x32\x18\x4e\x33\xe8\x8a\x61\x30\x5c\x89\xdb\xd5\xc2\x60\x98\x4d\xa5\x1b\xbf\xef\xf3\xdc\x09\x2a\x66\xfc\x1e\x64\xfd\x94\x5d\xc9\x0c\xc6\x79\x75\x95\xcc\x60\xb8\xac\xb7\xab\x98\x81\x5b\x91\x45\x37\x9e\x0f\x86\xab\xc4\xbb\x1a\x1a\x0c\x57\x63\x77\x25\x34\x18\xae\x79\xee\x2a\x68\x70\x72\x88\x77\xd5\x32\xc8\xd5\x87\x46\xb5\x0c\x86\x2b\x7d\xbb\x62\x19\xb8\xf7\x59\x74\x75\x31\x48\xcd\x38\x63\x57\x17\x83\xe1\x6a\xef\xae\x2c\x06\xc3\x04\xd5\x5d\x55\x0c\x72\xb5\x4b\x51\x14\x83\x5c\x51\x94\xdd\xe9\xf8\x60\xb8\xa6\xba\xab\x89\xc1\x70\x31\x76\x57\x12\x83\x61\xce\xea\xae\x24\x06\xf9\x8c\x64\x94\xc4\x20\x57\x1c\xa2\xdd\x30\x7c\x77\xf9\xb7\x99\x80\xba\x32\x19\xe4\xa9\x79\x94\xc9\xdd\x59\xf5\x9a\x5a\x99\x0c\xf2\xf4\x79\x32\xde\x0e\xd2\x70\x4e\x65\x57\x39\x83\x93\xe9\xa9\x2b\x9c\xc1\xc9\xed\xd0\xd5\xcd\x20\x4f\x1f\x61\x65\x33\xc8\xd3\x07\x4a\xd5\x0c\x22\xfb\x0c\x28\x9a\xc1\xc9\xff\xd1\xd5\xcc\xe0\x24\x1b\xeb\x6a\x66\x10\xf9\x9c\xde\xd7\xe1\x66\xf1\x8a\xf7\x48\x19\xdd\x6f\x16\x18\xf8\xf0\xa8\x98\xc1\x49\x59\xd9\x15\xcc\x20\x4f\xdf\x10\xf5\x32\x38\xb9\x0f\xbb\x72\x19\x44\x3e\x47\x69\x89\x47\x4b\x50\x09\xc5\x32\xc8\xd3\xe7\x49\xad\x0c\x22\x9f\x22\x2d\xf1\x68\x09\xea\xa5\x52\x06\x79\x6a\x09\x85\x32\x88\xec\x87\x41\x9d\x0c\xf2\xd4\x38\xea\x64\x90\xe7\x39\xca\x47\xff\xd1\x12\x9c\x4b\xfd\x0b\x8a\x02\xbb\xab\x7f\x41\x98\x6a\xaa\x1b\x3a\x07\xc1\xc6\xe0\xd1\x0d\x9d\x83\xa2\x1f\xa6\x1b\x39\x07\xb3\xf9\xd0\x29\x88\x41\x98\xac\xaf\xab\x87\x41\x98\xfb\xb5\x2b\x87\x41\x31\xb3\x53\x57\x0d\x83\x30\x51\x6d\x37\xb8\x0e\x4a\x3d\x45\x36\x68\x23\xcc\x3e\xd4\x95\xc7\x20\xe6\x69\x90\xef\xf2\x46\xd1\xf3\xd3\x55\xc7\xa0\x98\xbc\xad\x2b\x7a\x41\xcc\x53\x64\xb3\x3f\x9b\x4d\x1b\x95\xbc\xa0\xe8\x2f\xe8\x4a\x5e\x10\x2e\x60\xeb\x2a\x5e\x10\xa6\x2d\xec\x0a\x5e\x10\xe6\x05\xec\x0a\x5e\x10\xf3\x9c\xcb\x36\x32\x17\x7f\x5a\x55\xf5\x2e\x08\xf7\x4a\xe9\xca\x5d\x50\xf4\x63\x74\x95\x2d\xd8\x5f\x60\x4c\xe1\xcc\x78\x30\x9b\x5f\x60\x05\x2b\x98\xcd\xef\xb4\x7a\x15\xcc\x36\x2c\xb2\xfa\x8b\xe9\x6c\x7e\x50\x94\xab\xa0\xe8\xd2\xee\xca\x55\x30\x9b\x3d\x8f\x72\x15\x14\xb3\xd1\x74\x75\x26\x28\x0e\x29\x86\x92\x12\x14\x7d\x8e\x43\x45\x09\x66\x0b\x8b\xb2\x45\x4c\x69\x64\x84\x38\xd4\x93\x60\xb6\xe1\x51\xcd\x22\xda\x38\x3d\xaa\x5b\xc4\x8c\x46\x44\xec\x50\x4d\x82\xa2\x47\x77\x18\x08\x07\x25\x72\xfb\xef\xfe\x78\xa8\x3f\xc1\x34\x7b\xe6\x50\x7e\x82\xa2\x0e\x1e\xca\x4f\x30\xdb\xf0\xa8\xc7\x22\xe6\xd0\x32\xca\x1c\xaa\x4f\x30\x4d\xa7\x39\x0c\x81\x83\xe9\x36\x39\x43\xed\x09\xd2\xcf\x31\xda\x30\xb4\x3d\xce\x0e\x44\x3c\x48\xc3\xd0\x36\x28\xc6\x2a\x86\x42\x13\x54\x17\x04\x0e\x75\xe6\x30\x16\xad\x77\x72\xa8\x33\xc1\xbe\x02\xf6\x53\x68\x0e\xd3\x8f\xe9\xeb\x1a\x0a\x4d\x70\x92\x63\x0f\x75\xe6\x30\x16\xad\xab\x6f\xa8\x29\x87\x71\x67\x87\xff\x43\x4d\x09\xf6\x71\x54\x45\x4d\x09\xaa\x4b\xb7\x86\x92\x12\xec\xc3\x68\xab\x92\x72\x18\x8c\xd6\xff\x3b\x94\x94\xa0\xba\x92\x72\xa8\x28\x87\x81\x67\xbd\xbd\x43\xf5\x38\x0c\x3c\xeb\x00\x1d\xaa\x47\x50\x1d\xb4\x0f\xc5\xe3\x30\xee\x6c\x9e\xb9\xa1\x78\x04\xbb\xcc\x9a\x78\xbf\x48\x43\xf6\x33\xe5\xd1\x50\x3d\x8e\x7c\x0c\xc0\x65\x0d\x32\x0f\x83\xcc\x3a\xb6\x87\xea\x71\x18\x64\xd6\x3f\x3f\x54\x8f\x60\x9f\x0f\xe3\xa9\x1e\x47\x39\x16\xf0\xbf\x5a\xa0\x30\x89\xab\x7a\x98\x06\x40\x50\xfe\x8c\x45\x0c\x27\xc9\x83\x93\x58\x6e\xa8\x27\xc1\x3e\x8c\x96\x29\x1e\xc1\x2e\xa3\x65\x8a\x47\x50\x5d\xe9\x38\xd4\x8e\x60\x1f\xe6\xe9\x6c\x2c\xda\xf1\xa7\x93\x79\xa8\x1d\xc1\xc9\x17\x3f\xd4\x8e\x60\xb7\x81\x3b\x6b\x14\x1b\xec\xbf\xd2\x7e\xf5\x24\xd8\x97\xf0\x38\xdb\x5f\xcd\x1e\xc9\x17\x78\xa8\x1d\xc1\x2e\xf3\x38\xab\x57\x99\x9c\xe4\xdd\x56\x26\x0e\xa7\xa4\x87\x57\xb0\xc2\x27\x4f\x19\x1f\xb1\xe1\x62\xe9\x71\xf2\x94\xf9\x50\xa8\x1d\xc7\xc9\x53\xe6\x7f\x8d\x31\x8f\x93\xa7\xcc\x37\x56\x41\x39\x4e\x9e\x32\x5f\x6c\x15\x25\xa8\xae\xdb\x1f\x2a\x4a\xb0\x0f\xe3\xb2\x4a\x4a\x50\x5d\xce\x38\x94\x94\x60\x8b\x39\xff\xea\x4d\xdc\xa8\xa6\xd7\x1b\x06\x98\xc1\x3e\x9b\x95\xf3\x29\x26\xc0\x6c\xf6\xbb\x61\x80\x19\xec\xc3\xb8\xd7\xca\x51\xb0\xcb\x3c\x9d\x96\x73\x7f\x24\x13\xa1\x0d\x83\xce\xc3\xfd\x91\xcc\xb1\x3a\x14\xa9\x60\x97\xf1\x00\xa8\x52\xc1\x2e\xe3\x7c\x46\xa2\x41\x75\x47\x82\xa1\x72\x1d\xfd\x98\x8e\x86\xa9\x5c\xc7\x51\xae\xbe\x28\x2a\xd7\x71\x36\x45\x62\x8c\x34\x54\xa9\x60\x1f\xc7\x03\x65\xd0\x19\x54\xf7\x54\x18\x0a\xd7\x71\xf6\x49\xf2\xc3\xa3\x72\x05\xb5\xfb\x8a\x29\x5c\xc1\x3e\xcc\x2b\x68\xa8\xae\xa1\xc2\x2b\x68\x28\x85\xab\xf1\x84\xa1\x72\x05\xfb\x38\xff\xab\xa1\xfa\x31\x94\x55\xd1\x50\xa6\x4b\x33\x8b\xdc\x50\xce\x82\x7d\x1c\xd5\x53\xcf\x82\xd4\xa6\x06\x55\xd0\x8e\x33\x75\xdd\x77\x5b\xf5\x3a\xdc\xce\x77\x20\xb7\x86\xf2\x15\x54\xf7\x9e\x18\x06\xac\xc1\xbe\x2c\xf7\xc2\x80\x35\xa8\x6e\x6e\x31\x54\xb9\x60\x9f\xcd\xab\x6a\xa8\xa1\xa1\xbc\x80\x86\x32\x5c\x6d\xf2\xae\xa1\xf4\x05\xbb\x11\x9e\x4e\x43\x0d\x9f\x28\x0d\xe5\xfc\x75\x90\xba\x89\x55\x87\x71\xe8\x61\x1c\xda\x54\x67\xc3\x40\x33\xa8\x6e\xe9\x31\x8c\x33\x83\xea\xbe\x06\xc3\x30\x33\xd8\x35\xb1\xcc\xb6\x1a\x67\x76\x11\xe3\x50\x19\x83\xd4\x15\xeb\x43\x69\x0c\xf6\x71\xf9\x0f\x1d\xba\x71\xe8\x61\x1c\xda\x0c\x68\xc3\x38\xf4\x30\x0e\xed\x02\xc6\xa1\x9e\x06\x5b\xec\x78\x39\x9f\x10\xf7\x00\xfe\xf7\x5f\x8d\x11\x4c\x55\x70\xe0\x61\x7c\x79\x18\x5f\xd6\x35\x37\x94\xd4\x63\x6a\x1f\xdf\x4c\x05\x34\xd8\xc7\xf1\x8a\x28\xa0\xc1\x2e\xf3\x38\x2d\x34\x8f\x85\xb8\x2f\xea\xe5\x61\x84\xd9\xdc\x6e\x43\xc1\x0c\x76\x19\x56\x53\x31\x0f\xa3\xce\xa6\x72\x1b\xea\xe3\x61\x84\xd9\x05\xcd\xc3\x08\x33\xd8\xff\xa5\x1d\x8a\x66\xb0\x8f\xf3\xbf\x36\xd7\x18\xb3\x8b\xff\x86\xb2\x19\x54\xd3\x69\x0e\x43\xcc\xa0\x9a\x28\x76\x28\x91\x41\x35\x9d\xe6\x50\x22\x0f\x03\xc7\xce\xa6\x1d\x6a\xe4\x71\x1d\x4f\x96\xc7\xf9\x38\x90\x5e\xad\x39\xf9\x73\xa8\x7f\x87\xbb\x44\x9d\xc6\x2a\x80\x41\x4a\x67\xf8\xe8\x84\x75\xd0\xf4\xba\x0e\xe7\xab\x0f\x33\x82\x1b\x05\x19\x0a\x65\xb0\xcb\xbc\xac\xed\x32\x4b\xb8\x91\x8c\xa1\x78\x06\x29\x99\xc9\x73\xa8\x9e\x87\x99\xc3\xcf\x88\x50\xf9\x0c\x52\x75\xbe\xce\x50\x3f\x0f\x33\x87\xbb\x5a\x77\xa8\x9f\x41\xd3\x79\x3c\xd4\xcf\xc3\xcc\xe1\x26\x4c\x1c\x0a\xe8\x61\xe6\x70\x03\x32\x43\x05\x0d\xf6\x71\x54\x4f\x09\x3d\xcc\x1c\x6e\x3a\xde\xa1\x86\x06\xfb\xb2\x58\x45\x11\x3d\xcc\x26\x6e\x5c\x61\xa8\xa2\x87\xd9\xc4\x35\x9e\x2a\x1a\x9c\x55\x59\xc3\xa9\xee\xe3\x3e\xc6\xb3\x76\x1a\xef\xd6\x78\xa7\xb1\x1a\xef\xd6\x78\xe7\xbf\x1a\xef\x3e\xc6\xa3\x4c\xbd\x3d\xcc\x27\x8e\xc6\x18\xea\x6d\x90\xfa\x79\xee\x14\xdc\x60\xff\x95\x4b\xa8\xb8\xc1\x2e\xf3\x38\x8d\xf7\x1c\xe3\xd1\x30\x35\xf7\x78\x8e\xf1\x78\x7c\x14\xdd\xe0\x64\xda\x1c\x2a\x6c\x70\xe2\x40\x43\x85\x0d\xf6\x3f\xad\xb0\x66\x32\x7b\xb8\x49\x5a\x87\xb2\x1b\xb4\x7c\x2e\xa0\x9d\x4c\x28\x6e\xf8\x6d\x18\x9e\x06\xe9\x6c\xba\x36\x14\xde\xa0\x99\xa2\x61\x18\x77\x06\x27\x83\xe8\x50\x8b\x83\x94\xcf\xc0\x4e\x31\x0e\x76\x99\xc7\xd9\x2c\xe6\xb1\x77\x97\xf9\x0c\xe5\xf8\x30\x3e\x7d\x04\x85\x7a\x7c\x18\x9f\x3e\x12\x40\x41\x3e\x8c\x4f\x9f\x5b\xa1\x22\x07\xfb\x31\xf6\xbf\x36\xd6\x34\xe3\x67\x58\xac\x26\x1f\xc6\xac\x9d\xa1\x32\x14\xe5\x60\x9f\xcf\x32\x2d\xf0\xfa\x54\x9c\xf3\xf9\x54\x18\xb4\x3e\x43\x65\x83\xd6\xa0\x55\xc7\x3b\xc6\xac\xc1\xee\xd8\xb8\x3f\xca\xf7\xf1\x9d\x08\x3d\x66\x51\xbf\x0f\x63\xd6\x67\x34\xae\x80\x07\xfb\x12\x18\xde\x29\xf5\x60\x97\x51\x15\x55\xfd\x30\x90\x7d\x46\xe8\x4e\xb3\x07\xbb\x0c\x33\x2b\xf5\xc7\x77\xcc\x67\x99\xa6\x62\x9a\x7d\x3e\x1a\x4d\x65\x3f\x0c\x65\x9f\x41\xb5\xd2\x1e\xb4\x7a\x2e\xab\xa5\x8c\x64\x1f\xc9\x63\x24\x1b\xec\x91\x82\x65\x5a\xea\x63\x2a\x83\x57\x30\x40\x0d\x5a\xd5\x76\x4e\xa9\x07\xfb\x6c\x18\xcf\x29\xf5\x60\x57\x18\x03\xe8\x29\x00\xa9\xbb\x24\x72\xe8\x2a\x18\xcb\xb9\x0c\xcd\xff\xfa\x5c\x10\xb4\x76\x7d\xee\xd0\x0b\x00\xf6\x61\xfe\xd5\xb6\x12\xb5\x6e\x76\x7a\x86\xa5\x41\xca\xce\x15\x18\xba\x06\x40\x73\x99\xf0\x30\x02\x3d\x8c\x40\x1b\x3d\x0f\xdd\x05\x61\x04\xba\xb5\x3f\x4c\x59\x0f\xdd\x09\x61\x80\xda\x57\x29\xf4\x27\x80\x7d\x6a\xcb\x8a\x65\x4e\x6a\xe0\x33\x1c\x3a\x19\xc0\x1e\x5c\x0c\xca\x9a\x65\x4e\x74\xf0\xaf\xdd\x22\x27\x3a\xe0\xab\x0b\x7d\x0a\x60\x5f\x22\x51\x36\x2d\x73\xaa\x07\x2e\xc3\xd0\x6d\x00\xf6\x71\x5e\xf6\xb6\xcc\xa9\x0e\x78\x2e\x43\xc7\x41\x18\xb7\x76\xae\x47\xe8\x39\x00\xcd\x15\xbf\xe1\x44\x79\xb0\xdf\x4c\x4e\x67\x28\x3b\x92\x21\x7a\x3a\xa7\xd0\x4d\x00\x76\x19\xa7\x33\x96\x1d\xa9\x11\x2d\xe7\x74\x86\xb2\xc1\x3e\x8c\x9a\x18\xca\x06\xbb\x8c\x56\xe8\x62\x00\xa9\xab\x3a\x43\x1f\x03\xd8\xc7\x59\x15\x5b\x96\xdc\x3b\xde\x7b\xaa\x3f\x21\x4e\xe0\xda\x66\x38\xe1\x1d\xec\x32\xac\x67\xe0\x1a\x34\x5f\xf4\xd0\xc7\x10\x27\x6e\xad\xf1\xf4\x31\x80\xe6\x40\x37\x74\x31\x80\xe6\xb2\xfa\xd0\xc5\x00\x9a\x92\x23\xf4\x30\x80\x7d\x32\xcc\xa4\x87\x21\x0c\x5a\xbb\xb4\x2f\x74\x31\x84\x41\x6b\x7b\x84\x30\x68\x0d\x52\x33\x23\x41\xe8\x76\x00\xfb\x38\x6b\xa2\x4d\x4e\xd0\xba\x5b\xe6\x13\x60\xd0\xda\x6e\x22\x9c\xef\x0e\xf6\x71\xd8\x58\x5f\x44\xfc\x0b\x64\x7b\x0d\xed\x84\x2f\xa2\xe9\x8c\x09\x7d\x11\x91\x4f\x68\x97\x5b\x6b\x24\x1b\xa4\xe2\xec\xe4\xd0\x3f\x11\xee\x80\x6c\xb7\x13\xfa\x27\x40\x33\xc7\x41\xe8\x9e\x08\x83\xdb\x0e\x47\x43\xf7\x44\x18\xdc\x76\x58\x1f\xfa\x22\xc2\xe0\x76\x3d\xc7\x69\xaa\x8d\xe6\xb8\x3e\x74\x4f\x80\x7d\x98\x57\xd5\x52\xf8\x27\x8a\x89\xd1\xc2\x80\x37\x68\x0e\x15\x43\xf7\x04\x68\x7a\xc4\x43\xf7\x44\x18\xda\xd6\xc5\x16\x4e\xb2\x07\xa9\xb8\x94\x21\x74\x59\x84\xe1\x6e\x17\x86\x84\x2e\x0b\xb0\x8f\xe3\x3e\xea\xb3\x08\x7d\x16\x0c\x1d\x42\x97\x05\x18\xae\x30\x0c\x3d\x16\xe1\xbc\x7b\xbb\xdd\xd0\x63\x11\xa6\x8e\xa3\x87\x0d\x03\xe0\x51\x9d\x07\xe2\x6b\xec\xdc\x79\x10\x6e\x6f\x10\x4e\x94\x07\xfb\x5e\x63\x74\x63\xe2\x61\x4c\xbc\x9e\x32\xdb\x4a\x4c\xdc\x3c\xaf\xa1\xaf\x03\x64\xa7\x7c\x84\xbe\x0e\x30\xd2\xf9\xa3\x0d\xc5\xd5\x51\xf5\xcf\x87\x2e\x0c\x70\x32\x86\x84\x1e\x0c\x90\xa7\x37\x41\x6f\x05\x88\x49\xf7\x1d\x7a\x2b\x40\x98\x53\x3d\x74\x56\x80\xe2\xdc\xc4\xd0\x31\x01\x8a\x43\xe9\xd0\x31\x11\xc7\x31\xe1\x2d\xd0\x31\x01\xaa\xf9\xf6\x42\x1f\x04\xa8\xae\x66\x0a\x5d\x10\x20\x55\x85\x53\xe8\x6e\x00\xe9\x2c\x2f\x08\xfd\x0d\xa0\x9a\x73\x3f\x74\x37\x80\xa6\x06\x09\xbd\x0d\x20\x99\x5c\x36\x0c\x93\x83\x74\x42\x77\xa1\x03\x22\x4c\xba\x6e\x36\xa1\xd0\xdb\x00\x46\x3a\x45\xde\x4f\xc2\xe4\xdd\xe7\x4f\x67\x03\x18\x2e\x04\x0d\x7d\x0d\x60\xb8\xda\x36\x74\x35\x80\xec\x44\x9f\xd0\xab\x00\xc6\xbf\x73\xd9\x74\x9c\x0a\x4d\x17\x67\xe8\x54\x00\xa3\xe3\xa4\x0a\x7d\x0a\x20\x57\x5c\x14\xa1\x4b\x01\x8c\x8e\x98\x0b\x63\xe4\x60\x74\xbf\x51\x3a\x14\xc0\x30\x8d\x7c\xe8\x50\x88\x41\xc8\x15\x25\x17\x3a\x0f\x40\xae\xe1\x1f\x6d\x24\x21\xf2\x3a\xad\x84\xcf\x27\xc1\xef\x1e\xfe\xd1\x16\x0d\xf6\x55\xc1\x89\x13\xc6\xc3\xc1\xe8\xf1\x07\x5f\x7b\xb8\xe2\x1d\x8c\x8e\x0a\x0f\xa7\xbc\x83\xd1\x51\x02\xa1\xa7\x21\x82\x1c\x86\xd3\x22\xef\x74\x30\xc9\x03\xaf\x5f\xe8\x55\x08\x37\x0c\x33\xc1\x71\xe8\x2d\x00\xdb\xc6\x58\x4f\x77\x00\xc8\xd3\x07\x42\x6f\x00\x08\xd7\xae\x84\xce\x00\x90\xa7\x2f\x91\xbe\x80\x30\x3b\x9e\x77\x42\x57\x00\xc8\xd3\xe7\xc1\xe0\x3a\x88\x6c\x65\x8d\xa4\x83\xb3\x40\x31\x74\x04\x84\x69\xef\x7c\xdc\xf4\x03\x80\x13\xd9\x09\xa3\xe6\x61\x8e\x3b\xc4\x72\xe8\x05\x08\x73\xdc\xf9\xb8\xe9\x04\x08\x93\xd8\xe1\xb1\x0b\x7d\x00\xe0\x2c\x94\x09\xa3\xe6\x61\x12\x3b\x1f\x2d\xbd\x02\xe0\xac\x4e\x0d\x9d\x02\x61\x12\x3b\xed\xaa\x4f\x20\x4c\x62\xa7\xec\x0e\xf5\x7f\x98\xb1\xce\x0f\xbd\xfa\x1f\x9c\x65\x52\x61\x24\x1d\xa4\x7e\x2c\x66\x24\x1d\x9c\x85\x7d\xa1\x9b\x00\x44\xc6\x4f\x12\xba\x04\xc2\x2c\x76\x3e\xbb\xc6\xc8\x41\x98\x94\x36\x8c\x91\x87\xf9\xe9\xfc\x2e\xeb\x0f\x08\x93\xd1\xf9\x9e\xe9\x0e\x08\x93\xd1\xf9\xd5\xd4\x1d\x00\xce\x84\x92\x50\xf9\x83\xad\x5d\xb1\x8f\x8a\x1e\x14\xc7\xed\xa1\xa0\x07\x71\x7a\x3d\xc5\x7b\x20\xd4\xeb\xe9\x44\x15\xea\x20\x5c\x33\x15\xea\x74\x10\xae\x8d\x09\x65\x3a\x08\x57\xd0\x84\x2a\x1d\x84\xeb\xaf\x42\x91\x0e\xe2\x7c\x0d\x55\xe4\x20\x5c\x2c\x13\x0a\x72\x10\x2e\x20\x0a\xf5\x38\x08\x97\x8b\x85\x72\x1c\xec\xf7\x01\xf3\x2b\xc7\x41\xb8\xbf\x67\x28\xc7\x63\x4b\xef\xe2\x24\xf5\x50\x51\x83\xdd\x4a\xaa\x61\xcc\x1a\xec\x21\xb4\x67\xb3\x01\x64\xa8\x3b\x5f\x65\xe5\x33\x28\xca\xe2\x50\x3d\x83\xe9\xb2\xca\x50\x3d\x83\xe9\x5c\xa3\x70\xba\x77\x3c\x84\xca\xbc\x25\x4e\xed\x06\xa9\x3a\xeb\x31\x8c\x6d\x83\x79\xfa\x7f\xf5\x34\x28\x67\x54\xac\x76\x06\x45\x77\x4a\x38\xb3\x1b\x94\x33\x88\x55\x4d\x87\xb1\x6d\x3c\xe7\xa1\x98\x8e\x13\xdb\xf6\xf4\xde\xb8\x97\xa0\x62\xb1\xc8\x76\xbf\xf6\x8a\xd8\x5f\x25\x0d\x66\x73\xc0\xa5\x90\x06\xd3\x75\x8d\xa1\x8e\x06\x45\x8f\x53\x28\xa3\x41\xd1\xc9\x11\xaa\x68\x30\x5d\x96\x1d\x8a\x68\x50\xf4\xe7\x84\x82\x19\x14\x3d\x26\xa1\xbe\x05\xa9\x9d\xd1\xbb\xfa\x16\xa4\xdf\x91\x4d\xea\x5b\x50\x9d\x50\x11\x4a\xd9\x70\xc5\x78\x3e\x57\xb0\xb6\x9f\x31\x23\x7b\x7f\x75\x2b\xd8\xa7\xc3\x1c\xea\x56\x50\x9d\xbb\x10\x4e\xc0\x0e\x97\x8c\x9f\xf1\xb6\x13\xb0\xc3\xf5\xe1\x8a\xd4\x50\xcc\x82\xea\x34\xbc\x50\xcb\x82\xea\x34\x91\x50\xca\x82\xd4\x4c\x82\x16\x4a\xd9\x70\xc5\xf8\x19\xbd\x1b\xf6\x8e\x75\xda\xea\x55\x6d\xeb\xb2\xad\xdc\x05\x15\x2f\xa8\xce\xee\x08\x15\x6f\xac\x13\x33\xe5\xfe\xa9\x78\x63\x1d\x93\x58\x39\x4d\xb2\x8e\x49\xac\x89\x77\x70\xa3\x3a\xe7\x23\x54\xc1\xb1\x8e\x95\xb0\xb0\x32\x18\xec\x8f\xce\x6e\xd8\x54\x06\x83\x74\x92\xf2\x4f\x75\x2e\x08\x07\xcc\x53\x99\x0b\xaa\xf3\x58\xa6\xea\x15\xa4\x9f\x8b\x72\xa6\xf2\x15\xec\xb2\x41\xd9\xb0\x8c\x00\x54\xfe\x83\xce\x9e\x8a\xdb\xe9\xd2\x70\x17\x45\x4e\xc5\x2d\xa8\x66\xd4\x9e\x6a\xdb\xe9\xca\x70\xd7\x31\x4d\xb5\xed\x74\x65\xb8\x8b\xdf\xa6\x21\xf0\xe9\x2a\x70\x17\xd3\x4d\x85\x2c\xa8\xa6\x2e\x9e\x86\xc5\xa7\x61\x71\xd7\xd2\x4d\xc3\xe2\x93\xd5\xdd\xce\x1d\x9d\x4a\x5b\xb0\x0f\xb3\x4c\x53\x24\x96\x32\xf3\x80\x4f\xe5\xee\x4c\xc7\x12\x41\x99\x96\x30\x54\xee\x52\xa9\x69\xa8\x1c\x54\x27\x46\x4d\x43\xe0\x20\x25\xf3\x18\x4e\x15\x2b\x48\xc9\x5c\x7d\x53\x79\x0a\xaa\x19\x5a\xa7\xf2\x14\xec\xc3\x68\x97\xfa\x14\xec\x32\x2a\xac\x40\x9d\xa6\x87\xcb\xe7\x74\x36\x82\x10\xb8\x0b\x94\xa7\xfa\x14\xec\x9a\x50\x61\xf5\x29\xd8\x65\x5e\xd6\x1b\x96\x0d\x6f\xf0\x1d\x9b\x6a\x51\x50\x4d\xdb\x3b\x95\xa2\xa0\x9a\x0d\x79\xaa\x44\xc1\xfe\xa7\x87\xbd\x96\x9d\xf6\x5b\x13\xdb\x9f\x4f\xfb\xb1\x89\xaa\x13\xec\xe3\x68\x84\xaa\x13\xec\x32\xec\xa9\xec\x04\xd5\x7c\xb7\x53\xd5\x09\x52\x32\xd3\xe5\x54\x75\x82\x5d\x46\x55\x54\x9d\xa0\xf9\xf9\x99\xaa\x4e\x90\x92\xd9\x54\xa7\xaa\x13\x34\xf3\xa9\x4c\x15\x26\x68\x7e\x7d\xa6\x0a\x13\xec\x0b\x78\x98\x6d\x2d\xec\x92\xa9\x49\x14\x98\xb3\x1c\x0f\x26\x65\x2a\xc7\xe9\x92\x6d\x73\x4f\x4e\xa5\x23\xd8\x15\xc1\xe8\x4a\x47\x90\xce\xf6\x89\xd3\x35\xdb\xa0\xf9\x59\x9d\xc6\xbf\x41\xca\x7e\x57\xa6\xcb\xb3\x41\x1a\xc6\x80\xa6\x6b\xb1\xc1\x3e\xce\xff\xda\xb0\xaa\xc7\xd1\xaf\x83\x7a\x12\xec\xe3\xac\x8a\x2d\xab\xfa\x13\x9a\xd7\xf0\x2e\x56\x1d\xb1\x7c\xbb\xa6\x91\xf2\xd9\x74\xaa\x69\x29\x25\x25\xd8\xcd\xe5\x1a\x6a\x4a\xb0\xaf\x8b\x09\x0c\x8b\x83\x7d\x0d\x9a\xab\xaa\x04\xcd\xa4\x77\x53\x55\x09\x52\x36\xcf\xd8\x34\x06\x0e\x52\x36\xcd\xe1\x54\x6a\x82\x5d\x66\x55\x7c\x8c\x9b\x0e\x34\x86\x5b\xd3\x80\x37\xd8\xc7\x79\x0d\x9b\xdb\x5c\x2b\xc4\xa0\x7e\xaa\x36\x41\xfb\x77\x09\x2d\xb0\xd1\x4c\xc3\x35\xd5\x9f\xa0\x9d\xca\x29\x3f\xe7\xd9\xf6\xeb\x1c\xa6\x4d\xfa\x71\x34\x72\x2f\x14\xa0\xb3\x1f\xd7\x9b\xc7\x69\x93\x8d\xd6\x19\x06\x4c\x05\xe8\x3c\xbb\x7e\x21\xee\xa7\x11\x70\x90\xb2\x31\x9b\xa9\xdc\x04\xa9\xfc\xce\x65\x6d\x7f\x67\xc9\x88\xcd\x52\x6f\x4e\x77\x02\xfb\xd9\x2e\x43\xdb\xa0\x39\xa3\x60\xaa\x41\x67\x3f\x8e\x37\x1b\xa6\x45\xba\x4b\x23\xb4\x9c\x22\x14\x34\x7d\x80\x53\xc5\x09\x52\x39\xef\x9d\x92\x13\x34\xc3\x2e\xd3\xb8\x36\x48\x67\x4f\xea\xa9\x0c\x05\xe9\x6c\x39\x3e\x0d\x62\x83\x74\xf6\x42\x9f\x0a\x51\x90\xda\x69\xbf\x4a\x74\x0e\x27\xa0\xfb\x45\x35\x3c\x0d\x52\x71\x9d\xdd\x54\x9e\x82\x5d\xe6\x7f\x6d\xd9\x46\x4f\xe7\x12\x36\x8c\xfc\x6a\xee\x93\x33\x55\x9b\x20\x85\x8b\x16\xa7\x72\x13\x64\x17\xa9\x4c\xe3\xda\x20\xcc\xce\x3e\x55\xa0\xa0\xe8\x86\x9f\xc6\xb0\xc1\xd4\x39\x35\x0d\x61\x83\x56\xf1\x09\x4d\x35\x29\x48\xf5\x18\x44\x4d\x0a\xf6\xc3\x6a\x35\x6c\x7c\x9c\x70\xa7\x17\xf5\xe6\x87\xc1\x19\x0d\xac\x52\x9d\x67\xdf\xb0\x3f\x2c\x07\x9f\x46\xab\x41\x9e\x3e\x1b\x4a\x54\xb0\xfb\x1f\x6e\xba\x82\x74\x9a\x87\xdd\x27\xcd\xb8\x34\x48\xdd\xe0\xd0\x54\xa4\x82\x30\xca\x3b\x15\xa9\xa0\x18\xcb\x99\x8a\x54\x10\x3a\x70\xa6\x22\x15\x84\x71\xf4\xa9\xfc\x04\x53\xb7\xdd\x54\x7e\x82\x72\x1e\x33\x23\xd2\xd3\x04\x6c\xe7\xf3\xae\x22\x9d\x6e\x70\x6d\x42\xae\xa9\x24\x9d\x66\x60\x33\x2d\xdd\x54\x7f\x4e\xb3\xad\x9d\x0f\xbc\x02\x74\x9a\x6d\xcd\x15\xe3\xd3\x40\xf5\x74\x87\x6b\xd7\xb8\x4f\x55\xe9\x34\xdb\x9a\x6b\xbc\xa7\x81\xea\x79\x02\xd5\xdd\x32\x9b\xbf\x51\x4d\x45\x3e\x55\xaf\x60\xdf\x38\x4f\xe7\x0d\x26\x9e\x5d\x8d\x85\x4f\xf5\x2b\xa8\xd3\x56\x28\x56\x41\xfb\xd7\x08\x0d\x70\x42\xd7\xdd\x0a\x6b\x80\x13\xba\xee\x5e\x41\x03\x9c\xd0\xb5\x95\x53\xc1\x82\x56\x71\xf2\x4d\xd5\xea\x74\x3d\xb3\x9e\xd6\x79\x5b\xe1\xdb\x4f\x34\xaa\x7c\x2a\x4e\xc1\xfe\x44\x71\x7b\x54\xa7\xa0\x75\x64\xdb\x54\x9d\x82\xdd\x2e\xff\x6a\x8d\xd9\x7c\xda\xe9\x52\x53\x79\x0a\xf6\x37\xc5\xab\x5a\x61\xf4\x69\x39\xfd\x9b\xfa\x14\x34\x27\x38\x4f\xf5\x29\x48\x67\xc2\xfc\x34\xbc\x0b\xd2\x70\xdd\xcc\x54\x06\x4e\x97\xf3\x3a\xf6\x30\xac\x0a\x86\x89\xf5\xa6\xca\x70\xba\x57\x96\x7d\x96\xca\x10\xfc\x1b\x97\xab\x0c\x41\x64\x07\x6d\x6a\x3e\x70\x5c\x06\x53\xcd\x37\xc9\x40\x7e\x86\x36\x0a\x3c\x30\x9d\xd8\x33\x15\x78\xd3\xc9\xcb\x7e\x4d\x55\x73\x60\x9a\xa3\x68\x1a\x11\x05\xd3\x4c\x4f\x53\x81\x07\xa6\xf9\xa5\xa6\x01\x51\x30\x9d\x72\x33\x8d\x87\x82\x72\x3e\xe0\x86\x43\xc1\x34\xb7\xcf\x34\x1a\x0a\xa6\xc9\xbf\xa6\x62\x11\x4c\x27\x17\x4d\xb5\x22\xd8\x37\xd3\xf3\xfb\xe2\x9a\x86\xcc\x19\x81\xd3\x79\xcf\xd3\x34\x64\xae\x9a\x98\x0a\xc8\x79\x04\xa4\x9f\x6a\x05\xe4\x54\x40\x9a\xb1\x60\x1a\x0c\x05\xbb\x8c\x66\xa9\x16\xa7\x6a\xd1\x3c\x09\x53\xb5\x08\xf6\x98\xd3\x32\x9b\xbf\x1c\x38\xda\x0b\x2b\x17\x41\xab\x5e\x42\x69\x38\xd7\x79\xc4\x2d\xb3\x69\x46\x3e\x8d\x4c\x4f\xa5\x21\x68\x1d\x5f\xc2\x54\x07\x82\xdd\x45\x7a\x98\x2d\x5b\xee\xbd\xe9\x57\x44\x1d\x08\x9a\x51\xb7\xa9\xe6\x03\xe9\x6c\x2c\x3c\xd5\x7c\x60\xf7\x55\xbb\xec\x52\xf3\x5d\x86\x3e\x11\x09\x97\xfa\xee\x72\x23\x2a\x86\xa6\x97\x11\x4b\x30\x4c\x8a\x79\x29\xe5\x2e\xf7\x90\xe2\x0b\x72\x19\x9c\x04\xd9\xa5\x9d\x97\x52\x0d\xe4\x4a\xa3\x2e\x65\x19\xc8\x95\x41\xc9\xa5\x2a\x03\xb9\x4e\xaf\xb8\x2c\xda\x1d\x45\xe3\x11\xb9\xd4\x69\x97\x1b\x2a\xa3\x53\x2e\x75\x1a\xc8\x8d\x67\xeb\x52\xa6\x81\xe1\xaa\xe7\xcb\xa8\x24\xc8\x8d\x4f\xfb\xa5\x4a\x03\xb9\x4e\x8f\xea\x16\x75\x8e\xa2\x8d\x8a\x34\x90\x1b\xbd\xea\x65\x48\x12\xe4\x3a\xbd\xe2\x6d\x11\x5e\xbe\xf0\xf4\xb6\x91\xe0\x63\x73\xdf\xba\xcb\xe0\x23\xc8\x73\x58\x7d\xdb\x9d\x74\xd8\x5a\x0b\xdb\x9d\xe8\x20\xf1\x2d\x5c\x0a\x39\x90\x27\xee\xc7\x4b\x1d\x07\xf2\xe4\xab\x79\x29\xd9\x40\x9e\x3c\x65\x97\xf2\x0c\x9c\x8e\xf5\x52\x9d\x81\x34\x4a\xfc\x41\x81\x5f\x8a\x37\x90\x27\xdf\xcf\x4b\xf1\x06\x52\x2b\xf4\x46\x97\xea\x0d\x44\xf6\xb6\x2a\xde\x40\x9e\xa8\x88\x4b\x9d\x06\x8e\xd6\xbc\x94\x69\x20\x4f\x5c\xd4\x97\x73\x92\x41\xa9\xd9\xa3\xbc\x3b\x85\x7e\x1d\x8f\xc8\xa5\xd2\xba\x4e\x7a\x2c\xcd\x67\x7c\x0f\x84\x9d\xd8\xe5\x94\x64\x50\x2a\xde\xcf\x4b\x41\x06\x8a\x43\xa3\x4b\x41\x06\x4a\x4d\xfe\xd1\xea\xbb\x53\x94\xcb\x7a\x2e\x05\x19\x28\xbe\xf2\x97\x01\x3f\x30\x9d\x2d\x7b\x19\xef\x03\x61\xf2\xf3\x4b\xd5\x06\x4a\xc5\xc9\x70\x29\xc6\xae\xca\xe8\xa5\xfa\x47\x5b\x59\x6d\xa5\x45\xb6\xd2\xd0\x1e\xef\xf6\xa5\x14\x03\xe9\xec\xf4\x7a\x19\xee\x03\x5b\xa4\x51\x64\x93\x2a\xae\xda\xe6\x25\x6d\x52\xf5\xeb\xef\x1f\x6d\x51\xc5\x55\x5b\x3c\xbf\x2d\xda\x08\xf7\x63\xb9\x54\x66\xa0\x54\x5c\x59\x97\x53\x98\x41\xb8\x53\xd1\xa5\x56\x03\xe1\xd6\x31\x97\xb2\x0c\x94\x9a\x3d\x97\x4f\xea\x46\xf1\x1b\x79\x29\xd4\x40\xa9\xd9\x73\xf9\xf0\x36\xdb\xcd\x53\xaf\x26\x03\xe1\xe0\xe6\x32\xd4\x77\xb9\x24\x36\x7b\x94\x0d\x62\xfd\x6b\xc5\x69\x7d\x29\xab\x40\x71\xe0\x71\x29\xab\xc0\x74\x3a\xef\xa5\xaa\x02\x45\x31\x7f\x29\xaa\x2e\x93\x5e\xfb\x45\x53\x2c\x5d\x66\xb3\xd6\xaa\x06\xf0\x40\xea\x79\x58\xe6\x6d\xeb\xf8\x69\x7d\x76\x94\x54\x97\xe9\xac\x35\xab\xf2\xe9\x32\x9d\xb5\x37\x57\xf5\x74\x99\xce\x9a\xf1\xd5\xa5\x7a\xba\x4c\x67\x8d\x02\xbe\x14\x4f\xa0\xa8\xf7\x2f\xa3\x75\xa0\xd8\xa5\x5c\x6a\x27\x50\xf4\x1e\x5c\x4a\xa7\x6b\xd8\x41\x63\x1d\x65\x12\x98\xee\x59\x77\x19\xad\x03\xd3\x08\xea\xa5\x70\x02\xd3\x99\xd8\x97\xba\x09\x4c\xa7\x93\x5f\xca\x26\x50\x1c\xf5\x5d\x4e\xf4\x05\x53\xbf\xd9\xa5\x90\x02\xc5\xf1\xe2\xa5\x8e\x02\x45\x87\xcb\xa5\x8c\x02\xa9\x3b\xc8\xb9\xd4\x51\x60\x3a\xb9\xf8\x52\x33\x81\xa9\xfb\xee\x52\x33\x81\xe9\xfc\xfd\x4b\xcd\x04\xa6\x01\xe0\xcb\xa8\x1d\x98\xce\xad\xbf\x94\x51\xa0\xe8\x5a\xb9\x94\x51\x60\x3a\x3d\xfc\x52\x46\x81\xe2\xcc\xca\x4b\x25\x04\xf6\x78\x03\x5b\x18\xb4\x03\x67\x7b\xb2\xcb\xa0\x1d\xa8\xae\x56\xbc\x54\x44\x60\xff\x93\x6a\x38\x7f\x17\xa4\xaa\xd7\xef\x52\x26\x81\xb3\x45\xeb\x65\x24\x0f\xec\xbf\xd2\x4e\x95\x13\xa8\xa7\xe3\x51\x39\x81\xfd\x9d\xa4\xed\x2a\x27\x50\x5d\x1c\x7f\xa9\x9c\xc0\x3e\x1b\x8d\x57\x27\x81\x93\x59\xef\x32\x98\x07\xf6\x61\xdc\x29\xa3\x79\xe0\x6c\xc7\x78\xa9\x9d\xae\x13\xba\xb3\x23\x53\x28\x5d\x66\xaa\xf6\xe1\x30\x4e\x07\x8a\x6e\xb0\x4b\x99\x04\xea\xf9\xea\xaa\x88\x40\x75\x55\xe1\xa5\x20\x02\x67\x8f\xe2\x4b\x3d\x04\xea\x79\x0b\x95\x43\xe0\x24\xbc\xbd\x94\x43\xa0\x1a\xf2\xbb\x0c\xe6\x81\xea\xac\x85\x4b\x81\x74\x1d\x81\x64\x77\xa6\x40\x02\xd5\x25\x9d\x97\x01\xbe\xeb\x3a\xb7\xdd\x26\x79\x43\xaf\x33\x2f\x82\xd3\x39\x69\x17\x54\xf7\x93\xbc\x14\x43\xa0\xba\x35\xe1\x65\x38\x0f\xa4\x28\xbf\xdf\x1f\x3a\x67\xf5\x13\xa8\xee\x11\x79\x19\xda\x03\xe9\x67\x02\x80\x4b\xf9\x04\xaa\x7b\x0b\x5e\xaa\xa7\xcb\x6c\xd3\xce\x53\xbd\x9c\x81\x7b\x99\x6d\xda\xac\x61\x97\x92\x0a\x54\x37\xd1\xbc\x54\x54\x60\xff\xd5\xba\x7b\x6f\x6f\x1d\xeb\x76\xd0\x4a\x2a\x50\xdd\x1f\xf3\x52\x51\x81\x7d\x18\xf7\xcd\xd9\xb6\xa0\xba\x35\xe8\xe5\x64\x5b\xb0\xaf\x40\x85\x9d\x6c\x0b\xaa\x5b\x13\x5e\x46\x06\xc1\x3e\x9b\x65\x5a\xe4\xd1\xd9\xee\x9b\x6e\xb4\x10\xd4\x7e\x2e\xaa\x95\x48\x05\x95\x5c\x96\x7a\x19\x40\x04\xd5\xfd\x10\x2f\xa3\x85\xa0\xf6\x53\x0f\x5b\xff\x30\x95\xc4\x21\x86\xa1\xc1\xcb\x34\xd2\x6e\x38\x70\x39\xd5\x16\xec\xba\x61\x5f\x45\x21\xa8\xee\x21\x7a\x29\x0a\xc1\x3e\x8c\x2b\xa8\x0a\xaf\xf7\x34\x0b\xfb\xaa\x01\x41\x75\xa3\xcc\xcb\xe8\xe0\x65\xca\x68\xd7\x1c\x5e\x86\x07\xc1\x36\x1c\x37\x5f\xad\x08\x76\x19\xed\x52\x2c\x5e\x4e\xb5\x75\x4d\xce\x65\x84\x10\x54\xf7\xa4\xbc\x14\x90\xa0\x9e\x0e\x5d\x01\x09\xb6\xe1\x3c\xcc\x9b\xef\x44\x5b\xd7\xbf\x5e\xaa\x4a\xb0\xcb\xb8\xad\xca\x4a\xb0\x55\x14\x06\x50\x57\x82\x7d\x1c\xf6\x54\x58\x82\x7d\x1c\xe7\x53\x46\x82\x7d\x1c\xad\x50\x34\x82\x7a\xc6\x59\x8a\x46\x50\xcf\x70\x49\xcd\x08\x52\x32\xa6\x7c\x39\x7f\x16\xa4\x76\x1e\x61\x35\x23\xa8\x6e\x54\x78\x29\x0f\x41\x9d\x7e\xe9\x0d\x39\x82\x7a\x86\x3d\x46\x1c\xc1\xbe\x00\x26\x51\x44\x82\x5d\x5d\x4c\xa7\x88\x04\xf5\x0c\xf8\xd4\x90\x60\xb7\x94\xd6\x1b\x85\x04\xd5\xf5\xd8\x97\xb2\xf2\x22\xe4\x98\x4c\xfd\x71\xa9\x2b\x41\x75\xed\xf8\xa5\xac\x04\xd5\xcc\x22\x97\xaa\x12\x54\xf7\xf5\xbd\x54\x95\xa0\x9e\x91\x95\xa2\x12\xec\x16\xd0\x50\x45\x25\xa8\xae\x99\xbf\x14\x95\xa0\x9e\x41\xa6\x9a\x12\xec\x7f\xee\x7b\x70\xab\x29\x41\x75\x13\xc8\xdb\x30\xe2\x4d\xcc\xd0\xb1\xe8\xad\xa6\x04\x67\x0e\xd2\x6d\x18\x11\xa4\xe4\xf6\x71\xb7\x61\x44\x90\x92\xd1\xd6\x5b\xed\x09\xf6\x71\x83\xb2\xb0\xcc\x85\x07\xa8\x8d\x5b\xf5\x09\xce\x34\xc6\xdb\x40\x21\xd8\x87\x65\xca\x1e\xcb\xec\xab\xa6\x97\x78\x2d\xd3\xcf\x85\x2c\xb9\x95\xa9\xa0\xe9\xe7\xbb\x95\xa9\x60\x1f\xb6\x6f\xd6\xad\x4e\x05\xcd\x0e\xfd\x56\xa7\x82\x7d\x18\x57\x50\xa8\x82\x5d\x86\x99\x54\xaa\x60\x37\x96\xda\x19\x64\x04\xfb\xde\xd3\x0a\xe5\x2b\xd8\xff\xc5\x78\xea\x57\x90\x92\x7b\x7f\xdd\x0a\x58\x70\xf2\x49\xdc\x0a\x58\xb0\x0f\xa3\x61\xce\xa9\x05\x4d\x67\xc9\x6d\x2c\x12\xec\x9a\x78\x55\x6d\x97\x88\x63\x55\x2b\xa7\xe9\x92\x71\xac\xf0\xaf\x9a\x2e\x11\xc7\xf2\xf6\x2b\x74\xef\x74\x3c\x84\xda\x44\xd3\x25\xe7\x14\xe3\xd9\xbe\x9d\x79\x0b\x9a\x63\x8b\x5b\xf5\x7b\xe7\x63\x26\x2a\xa2\xfc\x05\x29\xeb\x98\xbc\x0d\x63\xde\x27\x39\x14\x0f\xff\xad\x26\x06\x29\x9f\x5b\x61\x1c\x13\xec\x32\xcc\xa4\x50\x06\xfb\x7c\x1e\xa7\x9d\x36\x9a\x32\xe2\x56\x09\x83\x7d\x18\x56\x57\x0a\x83\xa6\xbe\xb9\x55\xc2\xa0\x6d\xa9\xf7\x9f\xbd\xf8\xad\x50\x06\xa9\x3b\x69\xea\x76\xbe\x2d\xd8\xed\xb1\x4c\x93\x65\x63\x66\x3e\xd0\x2a\x6a\xb0\xcb\xb8\xc7\x4a\x6a\xb0\xcb\xa8\xa8\x61\x4e\xb0\x2b\x4f\xbb\x0d\x73\x82\x7d\x1c\xd7\x50\x68\x83\x7d\x5d\xcf\xa7\x7d\x8a\xf6\xe1\xa3\x77\xab\xb4\x41\x53\x30\xdf\x2a\x6d\xb0\xff\xca\x9d\x57\x6a\x83\x5d\x66\x95\x35\x50\x31\x44\xe8\x6d\x56\x6c\x83\x7d\x9c\x65\x9a\xa0\x68\x02\x9f\x24\xd5\x36\xd8\x4f\x0d\xc7\x29\xb7\x41\xca\xa6\x85\xb8\xd5\xdb\xa0\x19\x82\xbb\x0d\x92\x82\x7d\x18\xad\x30\x48\x0a\x52\x37\x22\x72\x3b\xc1\x16\xa4\xf2\xf3\xc5\x54\x98\x83\xe6\x02\xfb\xdb\x20\x29\xd8\xb5\xf3\x12\x3e\x34\xf5\x04\x53\x3c\x4e\x43\x55\x56\x34\x9c\xb3\x69\xa8\xea\xec\x7c\xbf\x69\xc6\x52\x6f\x63\xa9\xae\xce\xbf\x55\xf0\x37\x71\xd3\x6a\xa4\xff\x56\xaf\xdf\x95\xa8\xa1\x9f\x3e\xc5\x39\xd8\x57\xa5\x61\xaa\xf3\xdb\x50\xaa\xf9\x0e\x6e\xe5\x39\xd8\x65\xd4\xce\x50\xea\x6d\x28\xd5\x14\x0e\xb7\x9a\x1d\xec\x32\x6c\xac\x68\x07\xbb\x8c\x47\x4a\xd5\x0e\x76\x19\xf7\x56\xd9\x7e\x9f\xf8\xaa\xdf\x52\xe3\xab\xa0\x19\x61\xba\x95\xf2\xa0\x1d\x03\x18\x5d\x05\xcd\x48\xc0\x6d\x70\x15\x34\x63\xb0\xb7\xb1\xd5\xdb\xd8\xaa\x92\xfc\x56\xf1\x83\xd4\x9c\x7d\x72\x1b\x5c\x05\x6d\x30\x5a\xb8\xf5\x02\x80\xfd\x57\x4e\xa7\xe6\x07\xa9\x39\x1e\xbd\x15\xfd\xf7\x89\xa4\x22\x9b\x6f\xc3\xa6\x60\x97\x79\x9c\xcd\xdf\x68\x83\x81\xd0\xad\x27\x00\xec\xc3\xb0\xb0\x9e\x00\xb0\xcb\x68\x98\xae\x00\x90\x9a\x0b\xf6\x6e\xa3\xab\x60\x1f\x67\x95\x7d\x28\x36\xda\x60\x0c\x75\xeb\x1f\xb8\x8d\xae\xfe\xfc\xa7\x36\xe9\xda\x04\xcf\xc5\x6d\x24\x15\xb4\x61\xa7\xa1\x83\x00\xb4\xa1\x95\x94\xfe\xa0\xb9\x82\xfb\x56\xd4\x83\xe6\x22\xf4\xdb\x15\xbd\x60\xbf\x10\xd4\x4c\xa1\x0f\x76\x99\x17\xb0\x05\xe3\x04\x83\xfd\xaf\x75\x1b\x46\x5f\xb0\xa5\xba\x1e\xa4\x72\xbe\xde\xea\x7a\x90\xca\xf9\xb2\x19\x20\x05\x4d\x57\xc5\xad\xd6\x07\xa9\xb9\xf7\xc7\xad\xd8\x07\xfb\xaf\xb4\x4b\x69\x0f\xf6\x25\xb8\x0f\x6a\x7b\xb0\x8f\xe3\x7e\x29\xee\xc1\x2e\xc3\x9a\x06\x44\x41\x3a\x1b\x79\xde\x06\x3f\x41\x73\x77\xd7\x5b\xc5\x0f\xd2\xd9\x44\xf3\x56\xf1\x83\x5d\x66\x2b\x6c\x6d\x1c\x47\x3c\xc6\x53\xdf\xdf\x47\xdf\x33\xea\xbb\x15\xf3\xa0\x19\x92\xbc\xd5\xf2\xa0\x19\xde\xbc\xd5\xf2\xf7\x3c\xcb\x21\xa8\x89\xc2\x1d\x34\xe3\x9b\xb7\xba\xfd\x46\xa4\x17\x53\xa9\xde\x8a\x74\xd0\x8c\xa9\xde\xc6\x3c\xc1\x96\xaa\x98\x4e\xe1\x0e\x9a\xee\xd8\x5b\xdd\x0e\x52\x31\x42\x74\x1b\xe0\x04\xa9\xa8\x8c\x6e\xc5\x3c\x48\x27\x63\xd6\xad\x2e\x04\x69\x98\x86\xe0\x76\x78\x0f\x76\xd9\xbe\xc6\x63\x17\xf3\xd8\xc5\x30\x18\x78\xec\x61\xc0\x71\x5b\x3c\xf6\x26\x00\x81\xbc\x7f\x3f\x16\x11\xe3\x42\x2b\x3d\xf6\x25\x60\xab\x72\xff\xf9\x59\xa6\x3e\x45\x65\x3e\xf6\x25\xe0\xcc\x48\x7d\xec\x36\xc0\x99\xb4\xfd\xd8\x6d\x3c\x76\x1b\xb9\xf5\xff\xee\xcf\x1f\x7b\x15\xb0\x3f\x82\xb4\xc6\x5e\xe5\xb1\x57\x31\x9a\xf5\xd8\xab\x3c\xce\xbd\x21\xb0\xf7\xd8\xab\x80\x61\x32\xd0\xc7\x4e\x05\xe4\xc6\x47\xe0\xb1\x4f\x01\x79\xf2\xe1\x7d\xec\x53\xc0\x74\x52\xdc\x63\x97\x02\xa6\x53\xd1\x1e\x7b\x94\xc7\xcc\x16\xd5\x3f\x6a\xad\x7a\xd4\x7c\xa7\x4c\x6b\x6d\x54\xf7\xe9\x7f\x74\x0a\x83\x3d\xd2\xa3\xcc\x8e\x07\x34\xbd\xaf\x8f\xfd\x0e\x48\x51\xf8\x3e\x3d\xf6\x27\xa0\x4d\xba\xa2\xc7\xee\xe4\xb1\x3b\xc1\xb5\xf7\xd8\x9b\x80\xee\x7e\x38\x8f\x9d\x09\x18\xa6\xab\x7d\xec\x25\x40\x9e\xa7\x16\xb6\x69\x77\x09\xff\x7b\x45\x2b\xdb\xf4\x60\x53\x31\x1d\xbe\xa0\x54\x5c\x05\x8f\x1f\xff\xe7\x38\x7c\xa9\x97\x33\x66\xc0\x54\xa1\x3f\x7e\xfa\xc1\xd4\x01\xf2\xf8\xe5\x07\x53\x7f\xc2\xe3\x57\xfe\x31\x17\x84\xc3\xa6\xc7\x2f\x3a\xa8\xce\x08\x7f\xfc\xa0\x83\x6a\x92\xae\xc7\x0f\x3a\xa8\x9d\x41\xce\xe3\x07\xfd\x71\x47\x82\xe6\xf9\x6d\x51\x3f\xe6\xa7\xcc\x0f\x3a\xd8\x65\xfc\x55\x97\xef\xe3\x8e\x04\x6e\xbf\xfc\xe8\xf3\x05\xbb\x8c\x8a\x38\x5f\x06\x9c\xb9\xb9\x8f\x4e\x5f\xb0\x1f\x74\xff\x6a\x4b\x87\x5d\xbc\x37\xca\x1e\x02\xec\x32\xac\x6b\x17\x01\xba\x1f\xc3\xc7\x1e\x02\x64\xf7\x48\x7c\xec\x20\x40\x6e\x3f\xeb\xa1\x41\x06\x99\x04\x7d\x53\xec\x32\x40\x14\xba\xae\xc7\xae\x00\x84\x92\xf8\xb1\x2b\x00\xa1\x34\x7f\xec\x09\x40\xa9\xf8\x3e\x1e\x3b\x82\xc7\x79\x31\xa7\xc8\x26\xe9\xd0\xf5\x41\x70\xbe\x0b\x28\x2a\xa7\xc7\x2f\x3e\x28\xaa\xa4\xc7\xaf\xfb\xa3\x3f\x77\x58\x64\x55\xf5\xe7\xfa\x4e\xeb\xcf\x7d\xf4\xe7\x3a\x1d\xfb\xf1\x7b\xff\x98\xef\xdf\x00\xc4\xa3\x3f\xf7\x31\x1f\x83\x33\x55\x1e\x3f\xf8\xa0\xba\x14\xed\xf1\x83\xff\x98\x8e\xc1\x9d\xde\x1f\x9d\xb7\x8f\x9b\x00\x84\x1f\x09\x27\xb9\x80\x94\x9d\xf6\xfc\xd8\x0b\x80\x7d\x43\x3d\xce\xa6\x4e\xa7\xf1\xf9\x6c\xd9\x33\x80\x7d\x43\xad\x8a\xf7\xe5\x5f\xd7\xc0\x1d\xb5\x6b\x00\xbb\x1f\xc0\xe6\x4e\x88\x01\x29\x9f\xbf\xfa\xf1\x60\x85\xc6\xef\x5c\x41\xa3\x4c\x27\xff\x6b\x28\x7b\x0b\x90\x4d\xdc\xfb\xe8\xfa\x7d\xae\xcc\xf3\xc1\x3f\x75\xfd\x82\x61\x96\xe6\x47\xd7\x2f\x18\xa6\x5f\x7e\x74\xfd\x82\x70\x8f\xce\x47\x3f\x2f\xc8\x53\xbb\xe9\xe7\x05\x79\xfa\x0a\xe9\xe7\x05\x79\xfa\x06\xe9\xe6\x05\x79\x6a\x5c\xdd\xbc\x8f\xeb\x38\x7c\xa7\x9c\x1a\x03\xf2\xf4\x95\x72\x6a\xcc\x63\xfa\x43\xa7\x96\x3d\x3a\x83\x41\xa9\xf4\x92\x8f\xbe\x60\x10\xe7\x13\xa0\x2f\x18\x14\x9d\x08\x8f\xa9\x1a\x40\xa9\x74\xea\x8f\xee\x61\x50\x2a\xc3\xa6\xc7\x4c\x0d\x20\xce\x03\xa3\x47\x18\x14\x93\x73\x3f\x4e\xa8\x01\xc5\x9d\xa8\x1f\x9d\xc4\xa0\x54\xc6\x42\x8f\x3e\xe2\xc7\xf5\x1f\xde\x36\x7d\xc4\x8f\xeb\x3f\x18\x6b\x3f\xba\x88\x41\x71\xa3\xc1\x47\x0f\x31\x28\xb5\x78\x2e\x4d\x71\x93\x3e\xae\xd8\x20\x9f\x0a\x97\x84\x34\xff\xa8\x71\x6e\x8c\xc3\xe0\xeb\xd1\x3f\x0c\x4a\xf5\xe5\x71\xc6\x0d\x28\xd5\x8e\x5b\x8f\x31\x28\x7a\x3f\x1e\x3d\xc6\xa0\xc4\xf8\xc3\x02\xb0\x47\x7f\x32\x28\xfa\x15\x1e\xfd\xc9\xa0\xe8\x56\x7a\x74\x1d\x3f\x0f\x71\xbc\x61\x1d\xb5\x8a\x8b\x4a\x90\x8c\x8f\x2b\x48\xc0\xd4\xcb\xf6\xe8\x26\x06\xa9\xff\xec\x90\xf5\x13\x3f\xfa\x89\x15\xc3\x8f\x7e\xe2\x07\x9f\xb0\x8b\x97\x1e\x7d\xc2\x8f\xdb\x08\x22\x22\x1f\x5d\xc2\x60\x77\xab\x5c\xc1\x99\x42\x8f\x6e\x62\x3d\x1e\x8f\x6e\x62\x90\xaa\xee\xb8\x47\x3f\xf1\xa3\x9f\x58\x69\xfd\xe8\x13\x7e\x8e\x4f\xd8\xc7\x44\x9f\x30\xd8\x65\x9e\xcf\xdb\xfd\xfa\x19\x20\x48\xf6\xe8\x14\x06\xb5\x9f\xd3\xd9\xd8\xd7\x31\x84\xe3\x0a\x9d\xc2\xa0\xf6\xea\x3f\x6d\xff\x7b\xbe\x8d\xb4\x4c\x9f\x30\xa8\x1d\x57\xc5\xa3\x4b\x18\x54\xd3\xbf\x3e\x0e\x19\x9f\x8f\xc9\xf7\x36\x55\x87\x30\xa8\x6e\x98\xfd\x38\xaf\x08\xec\xf3\xf3\x0c\xeb\x23\x06\xb5\x3b\xa2\xd3\x47\xfc\xb8\x08\xc5\x35\x3a\x8f\x4e\xe2\xc7\x89\x45\x2e\x60\x79\x9c\x58\x04\xf6\x57\xcb\xff\x6a\xa4\x8f\xb5\x07\xbe\x12\xfa\x8d\x41\xea\xae\x5c\x7b\x9c\x6b\xf4\xe0\x38\x36\x13\xf4\xa3\xe3\x18\xec\x0f\x3e\x67\xd3\x4b\xfc\x1c\x2f\x31\xb1\x9a\x47\x2f\xf1\xe3\x54\x23\x3d\x2b\x8f\x6e\x62\x90\xfe\xf5\x89\xba\x89\x1f\xa7\x1f\xe9\x7a\x7a\xf4\x13\x83\xea\x84\xb5\xc7\xd5\x2a\xcf\x71\x1d\x7b\x07\xf5\x13\x83\xd4\x8b\x1f\x77\x1d\xc5\xe0\x4c\x9f\x7e\x5c\x99\x02\x76\xdf\xe3\x15\x6c\x3f\x3b\x08\xe8\x95\x7a\x74\x1e\x83\xa6\xd7\xe7\xd1\x77\x0c\xda\x79\xce\x5d\x97\x02\xce\x14\xf0\x47\x77\xf2\xe3\x06\x01\x86\xe7\x5e\x7d\xc7\xaf\xf3\x91\x8c\xf5\xbd\x4e\x48\x7a\xcd\xab\x60\xe0\xf0\x35\xaf\xc2\xeb\x9e\x85\xce\xe1\x78\xf5\x28\xbf\x6e\x06\x60\xc4\xf5\xd5\xa5\x0c\x9a\x13\x17\x5e\x3d\xca\xef\xef\x8c\x5f\xfc\x6b\x58\x86\x8b\x22\xac\xc9\xb4\xc8\x19\xe0\x04\x2b\x5e\x1d\xca\xa0\xe9\x2c\x79\x75\x28\x83\x34\xcc\xe4\xf6\xea\x50\x06\xa9\xfb\xe0\xbc\x3a\x94\x41\x1b\x3f\xcf\xb6\x2c\x52\xa3\xef\xe7\xfc\xd5\x77\x0c\xb6\x84\xe6\x9f\x3a\x8f\xc1\x6e\x2a\x57\xd0\x79\x0c\x76\x19\x66\xd2\x79\x0c\xda\x38\x7f\xd5\x22\xc9\xe4\x03\x56\x4e\xdf\x31\xd8\x9a\xd7\xbf\x6a\x12\xfc\xc4\xce\x1d\x7f\xf5\x13\x83\xd4\xd4\x18\xaf\x7e\xe2\xd7\x7d\x04\xca\xb9\x84\xed\xc7\x29\xec\xb4\xc3\x57\xa7\x30\x48\xa7\x3b\x7e\x75\x0a\x83\x74\x32\x3f\xbf\x0e\xb6\x41\x72\x32\xd0\xeb\xc8\x1a\xe4\x49\xdf\xfe\xea\x53\x01\x79\xf2\x10\xbe\x0e\xb6\xdf\x3d\xd8\x9e\xc6\x4e\x5f\x07\xd6\xa0\xba\x46\xf3\x75\x60\xfd\xba\xd7\x97\xf2\xe4\x75\x64\x0d\xaa\x49\x97\x5f\xa7\x52\xbc\xee\xf5\x75\x1e\x11\x47\xdb\xef\x19\x6d\x5b\x0f\x47\xdb\x20\x39\x9b\xea\x75\x60\x0d\x86\x3b\xcf\xbe\x8e\xab\x41\x36\xc3\xc4\xab\x93\x05\x64\x93\x33\xbc\x0e\xab\x5f\x57\x43\x4f\xff\x68\x33\x59\x0d\xdd\x92\x47\xd9\xcc\x41\x22\x66\xed\xe3\xa0\x1a\x44\xf1\x29\x72\x50\x0d\x52\x75\x5a\xe3\xeb\xa8\x1a\x44\xf1\xc9\x72\x54\xfd\x9e\x51\x35\x27\x73\x54\xfd\x3a\xaa\xb6\xae\x8e\xaa\x41\xa9\xd5\xa3\x6c\x64\x98\x96\x40\x6b\x3b\xac\x06\xe1\x77\xe6\xd5\xbd\x02\x4a\xf5\xa9\x72\x58\x0d\xc2\xdc\xcf\xaf\xc3\x6a\x50\x6a\xf5\x5c\xde\xa6\xb0\xef\xfc\x83\xbc\x7e\x1d\x75\x83\x69\x04\xf6\xd5\xcb\xf2\xb2\x31\xb8\x01\xf6\xd7\x41\x37\x98\x86\x33\x5f\xc7\xdc\x60\x1a\x69\x7e\x75\xbb\x80\xa9\x20\x7e\x1d\x85\xbf\x13\x0d\x48\xd7\xf8\x3a\xe2\x06\xd5\x2f\xfc\xab\xd7\xe5\x3d\xd3\x25\x9a\x27\xb3\xc1\x6e\xf6\xed\x2b\xe3\x38\xfa\x75\x63\x6f\xbd\x58\xaf\xe3\x68\xb0\xcb\xb8\x3d\x8e\x90\x41\x35\xef\xfa\xeb\x00\xf9\x75\xc7\x6e\xe7\x9f\xbf\x8e\x90\x5f\xe7\x90\x3b\x63\xe8\x75\x88\x0c\xaa\xa9\xcb\x5f\xc7\xc3\x60\x3f\xd3\x54\xd8\xb9\x10\x20\x1d\x8d\xf6\x3a\x48\x7e\xdd\x11\xcb\x99\x76\xaf\xa3\xe4\xd7\x1d\xb1\xe8\x7d\x5f\x47\xc9\xaf\xb3\x21\xce\x9b\xe4\x30\x19\xec\xcf\xa3\x97\xb5\xb1\x4c\x87\xc8\x4e\xa2\x7f\x1d\x28\x83\x7d\x9c\x2d\xf3\x06\x32\x52\xce\x2e\x57\x78\x9d\x44\x0e\x52\x76\x4a\xd3\xeb\xe8\x19\xa4\xf2\x63\x70\xf4\x3a\x56\x06\xa9\xe8\x00\x7f\x1d\x2c\xbf\xee\xa8\xe5\x97\xda\xc1\x32\xc8\x66\x84\x79\x1d\x2c\x83\xd1\x7d\x81\x1d\x2c\x83\xe1\x14\xf2\xd7\xc1\x32\x18\xfd\x9c\xcb\xe6\x33\x32\x2e\xbe\x9a\x8e\x8c\x41\x9e\xbe\xc0\x0e\x83\x41\x94\x9f\xe7\xb2\x4d\x37\x6b\xd5\x11\x2f\xaf\x63\x5e\x10\x85\xf1\xd9\xeb\x98\x17\xa4\xa1\x24\x7b\x1d\xf4\x82\x70\x07\xe6\xd7\x41\x2f\x88\x42\x9c\xfc\x75\xd0\x0b\xd2\xbf\xf7\xdc\x31\x2c\x08\xa7\x6b\xbe\x4e\x89\x00\xc5\x0c\x8a\xaf\xc3\x5a\x10\x66\x22\x78\x9d\x11\x01\x42\xff\xe0\xeb\xec\x07\x50\xaa\xcf\xae\x23\x5d\x50\x6a\xb3\xfe\xde\xcd\x87\x49\x85\x4c\x6a\x7a\xcd\x3d\x06\x8a\x1b\x23\xbd\x8e\x7d\x41\x98\x3d\xe0\x75\xf5\x34\x98\x8e\xe0\x5e\x47\xc3\xa0\x54\xc6\x4d\xaf\xa3\xe1\xd7\xcc\xe0\x0e\x08\x1c\x0d\x83\xd4\x8f\xc5\x1c\x0d\x83\x30\x1f\xc2\xeb\x60\x18\x84\xcb\xef\x5f\xc7\xc2\xaf\x2b\xaa\x19\xf4\xbf\x4e\x99\x78\xcd\x16\xee\xe0\xc2\xd1\x31\x08\x33\x30\xbc\x0e\x8e\x41\xa9\xa7\xae\x5a\xc7\x6c\xe1\x8c\x68\x5e\x87\xc6\xaf\xd9\xc2\xbb\xf5\xd2\x3a\xac\xa8\xae\xbe\xb0\x0e\x83\x5f\x97\x4f\xdb\x29\x3b\x0a\x7e\x9d\x70\xef\xab\xee\x28\xf8\x75\x45\xb5\x7d\xad\xa3\xe0\xd7\x09\xf7\x5e\xd1\x09\xf7\x60\xba\x0b\xc9\xeb\xc0\x18\x14\xbd\x42\xaf\x83\x60\x50\x74\x00\xbd\x0e\x82\xc1\x34\xcb\xff\xeb\x18\x18\x14\x23\xed\xaf\x43\x60\x30\x1d\xc7\xbe\x8e\x80\x41\xd1\x0f\xf8\x3a\x02\x06\xd3\x41\xf1\xeb\x00\x18\x4c\x87\xf5\xaf\x03\x60\x30\x1d\x89\xbf\xce\x9c\x00\xc5\xe8\xf1\xeb\x90\x18\x4c\x5d\x8f\xaf\x23\x62\x30\x55\x12\xaf\x03\x62\x30\xd5\x20\xaf\xe3\x61\x50\x0c\x9d\xbf\x0e\x87\xc1\x54\x48\xbc\x8e\x5f\x41\x31\xac\xfd\x3a\x58\x05\xd5\x24\x16\xaf\x83\xd5\xd7\x4d\xb7\xf5\xa6\xbc\x8e\x56\xdf\xb3\x8a\xda\x77\xc6\xd9\x0f\x60\x77\x02\xbb\x4d\x9f\x23\xd8\xcf\x5d\xb7\x9d\x82\xf7\x39\xfd\x01\xa4\xee\x48\xf7\x73\x54\xfb\xb9\x13\xb7\xee\xb6\xcf\x51\x2d\xd8\xff\xcd\x94\x55\xcb\x4c\x51\xdd\xbd\x46\xb3\x4c\xe9\xc7\x3b\xf7\x39\xac\xfd\x5c\x6f\xed\xc8\xf9\x73\xa2\x04\xd8\x65\x85\xb2\x69\xd9\xf1\x54\x76\xca\x2e\xcb\x5c\x70\x7e\xea\xf7\x5a\xa6\x0d\xe8\x57\x3e\x67\x40\x80\xd4\xf6\x77\xe3\x3f\x3b\xeb\xcf\x41\x2e\xa8\xee\x39\xf1\x39\xc8\xfd\x5c\x70\xed\xc5\x1c\xe3\x7e\x67\xc1\xb5\xc6\x70\x8c\xfb\x99\x87\xdc\xa9\xb0\x9f\x63\x5c\xb0\xcb\x3c\x9d\x06\x3a\xab\xb0\xcf\xf9\x34\x90\x9b\x6c\x1b\x4c\xfb\x1c\xe4\x7e\x67\x19\xb6\x0d\x77\x82\x04\xd8\xff\xb5\x2c\x2c\x53\x0a\x6a\x34\x47\xbe\xdf\x59\xae\xed\x8d\x76\x8a\xc4\x67\x66\x73\xfd\xc7\x9f\xa3\xe1\xcf\xcc\xe6\x86\x27\x3f\x87\xc3\x9f\x5b\x6f\x3b\x69\xfc\x73\x38\x0c\x6a\x3f\x4d\xd3\xb6\x09\xbd\xec\x6d\x76\x8a\x04\xa8\x26\x10\xfa\x9c\x21\xf1\xe5\x33\x28\xe0\xae\xb8\xf8\xfb\x73\xdf\x6d\xeb\xe1\xac\x09\x50\xbb\x4d\x70\xd2\xc4\x67\xfa\x73\x67\x2e\x7f\x4e\x9a\xf8\x4c\x7f\xee\xa4\xe1\xcf\x49\x13\x60\x97\x61\x4e\x27\x4d\x7c\xe6\x3f\x37\xae\xf9\x39\x41\x02\xec\x67\x1a\x13\xbb\xbc\x00\x54\xf7\x47\xf9\x9c\x34\x01\x52\x73\xec\xf4\x39\x69\x02\x54\xf7\x9d\xf9\x9c\x02\xf1\x39\x05\xc2\x15\x92\x9f\x53\x20\x3e\xd3\x9f\x1b\xb0\xfd\x9c\xee\xf0\xb9\xd0\x5b\x77\xd0\xe7\x74\x07\x50\x1d\x67\x7e\xce\x76\xf8\xca\x11\xc7\x98\xce\x55\x05\xa0\xfa\xa1\xff\x9c\x00\x01\xaa\xdd\xe0\xe7\xfc\x07\xb0\x2f\x40\xf3\x5d\x69\x00\xf6\xd9\xb8\x37\x46\xa7\x40\xb5\xd7\xfb\x9c\xff\x00\xd2\x19\x02\x7c\x86\xa7\xbe\xe2\x74\xb9\x62\xe5\x6c\x57\x39\x8a\x83\x1b\x66\x2c\x0a\xec\xe3\xa8\x8a\xf3\x1a\xbe\x7a\xbc\x03\x58\xdd\x00\xd5\xe7\xea\x6f\x5d\x6b\x9f\x11\x2a\x50\xed\x21\x3f\xd7\x16\x80\xea\xd0\xfe\x33\x00\xf5\xb9\x37\xb7\xee\xf1\xcf\x00\x14\x48\x27\xab\xd4\x67\x04\xea\x73\x6f\x6e\x83\x9d\x9f\x21\x28\xd0\xce\xa7\xc0\x10\x14\x68\xe7\xeb\x65\x08\x0a\x34\x3f\x9a\x9f\x21\x28\xd0\xce\xf7\xd1\x10\x14\xd8\xe7\xf7\x9f\xde\x7d\xb7\xe6\x76\xad\xfa\x67\x0c\xea\x73\x6b\xee\x60\xf4\xf4\x19\x84\x02\xbb\xe3\xa7\x22\x06\xa1\xc0\x3e\x0e\xcb\x39\xab\xe1\x73\x6b\x6e\xf7\x3a\xfb\x8c\x42\x7d\xce\x6a\x50\x94\x7f\x86\xa1\x40\x3b\x06\x36\x0c\xf5\x39\xa9\xc1\x69\xbe\x9f\x71\xa8\xaf\x1d\xe7\xba\x7f\xb5\xfd\xcc\x60\x70\x84\xfd\x19\x9b\x02\xfb\x0a\x96\x69\x00\xd7\x8c\x3b\x6f\xfb\x33\x60\xf5\xb9\x66\xfc\x7c\xbd\x9d\xd7\xf0\x39\xaf\xc1\x60\xd1\xe7\xbc\x06\xb0\xcb\x30\xa8\x91\x2d\xd0\xce\x93\xe8\xbc\x86\xaf\x1f\x97\x09\x06\x35\xda\xf5\xb9\x6a\xdc\x69\xce\x9f\xe1\xae\xaf\x1f\x37\x0a\x97\x70\xae\x03\x68\x8e\xff\x3f\x55\x39\x68\xe7\xe1\x34\x04\xf6\x39\xfb\xc1\x19\xd2\x9f\x4a\x1d\xb4\xf3\x82\xa9\xd4\x3f\x67\x3f\x38\x5d\xfc\x53\xaa\x83\x34\x4c\x11\xf0\x39\xfb\xe1\x3b\x1b\x7e\x0d\x2f\xa1\xed\x9c\xfd\xe0\xfa\xc2\x4f\x01\x0f\x9a\x53\x58\x3e\xf5\xfb\xd7\x8f\x72\xf0\x12\x9a\x04\xb1\x9e\x5d\xad\xf8\x19\x06\x03\x69\x38\x83\xfe\x53\xad\x83\xe6\xac\x96\x4f\xb5\x0e\xf6\x5f\x2d\xb3\xfd\xcc\x89\x70\x92\xcc\x67\x64\x0c\xec\x4f\x1d\x95\x53\xc2\x83\xe6\x7c\x98\x4f\x09\x0f\xf6\xd3\xe9\x61\xb6\x9f\xb9\x13\xd9\x98\xc9\xa7\x62\x07\xcd\x79\x48\x9f\x82\x1d\xec\xc3\x68\xab\x4b\x22\x40\x6b\xa7\x09\x3e\x11\x4c\x9d\x18\x6e\x1d\xfc\xa9\xe2\x41\x3a\x09\x0c\x3f\x65\x3c\x68\xe3\x67\x91\xad\x0f\xb2\x55\x22\x3c\x3e\x55\x3c\xd8\x92\xab\xfe\xa1\x37\x57\xe5\x83\x36\x90\x42\x9f\xf1\x34\xb0\xcf\xc2\x2d\x71\x85\x04\x68\xce\x65\xfa\x9c\x56\xf1\xb9\xce\xfc\xf4\xaa\x3a\x08\x40\x1b\x7e\x2f\x75\x10\x80\xa6\x37\xed\x73\xa6\x05\x68\x66\xc5\xff\xf4\x19\x7c\x4e\xb4\xf8\x85\xd7\xf4\xd1\x08\x1c\x6c\x61\xd5\x34\x97\x73\x2f\x7e\xfe\x55\xb7\x00\x48\xc5\xa8\xff\xa7\x5f\x00\xb4\xd3\xe3\xe9\x17\x00\xfb\x30\xea\xa6\x63\x00\xb4\xd3\x59\x1a\x9e\x03\xfb\x30\x1e\x03\x9d\x05\xdf\x3c\x0e\x36\x5a\xaf\xb7\xe0\x23\x3c\x57\x8c\xb7\x7e\x86\xe7\x40\x2a\x66\xd9\xf8\x0c\xc5\x81\xfd\x5f\x9e\x03\x43\x6c\x20\x95\xea\x27\xc4\x18\xdb\x87\x6f\xa0\x54\x3f\x0d\xfa\x06\x40\x3b\xdf\x7c\x5d\x03\x20\x15\xf7\xca\xfd\x0c\x9f\x81\x5d\x46\x95\xf5\x17\x80\x5d\x46\x95\xf5\x17\x80\x2d\xb4\xb1\x80\xfe\x02\xb0\x3b\x73\x8f\xb3\x19\x57\xb8\xa9\x22\xd5\xd3\x61\x00\x52\x39\xef\x95\x0e\x03\xd0\x5c\x0d\xf8\xe9\x2f\xf8\xf4\x17\xd8\xd3\xe8\x2e\x00\xb9\xf9\x98\xea\x2d\x00\xa9\x9e\x8e\xcb\x20\x1a\xd8\xef\x37\x15\xd1\x33\xf0\x19\x45\xf3\x73\xa1\xbe\x07\xfb\xaf\x9c\x4e\xe9\x0e\xaa\x93\x54\x3e\xa5\xfb\xe7\xb2\x71\x17\xa0\x7e\x86\xb0\xbe\xfb\x74\xdc\x9c\x4e\xa5\x0e\xda\xa9\x88\xaa\xfc\x73\x2b\x6b\xd7\x58\x7f\xca\x72\xb0\xaf\xca\x83\xe2\xda\x02\xb0\x2d\x42\x85\x0d\x24\x81\xe4\x04\x97\x4f\xc5\x0d\x92\x69\x12\x3f\x15\x37\xc8\xe6\x8f\xfd\x54\xdc\x20\x9b\x9f\xf6\x53\x71\x83\x74\x3c\x06\x9f\x92\x1b\xe4\x86\x8f\xf8\x53\x5f\x83\xe1\x22\xe3\xcf\x45\x09\x20\x37\xff\xa8\xe4\x06\xc3\x99\x62\x9f\x92\x1b\xe4\xc6\x04\xf1\x4f\x2d\x0d\xa2\xe0\x77\xfc\xd4\xd2\x20\xca\x39\xca\x46\xbe\xce\xb4\xf7\xeb\xac\x72\x06\x79\xda\x3b\xab\x9c\x41\x94\xe4\x51\xb6\x92\xa5\xea\x25\x79\x94\xad\xdc\x88\x72\x5a\x64\x23\x5f\x16\xcc\x7a\xeb\x14\xd3\xdf\xa7\xf3\x84\x5b\xa2\x72\x06\xe9\x5f\xcd\xd4\xc9\x20\xfd\x3b\x9b\x11\x24\x10\xae\xe5\xfd\xd4\xce\x9f\x9b\x6f\xf9\xdc\xaa\x9d\x3f\x37\xdf\xf2\xcb\xac\x50\xfe\xdc\x7c\x8b\x70\xf3\xa7\x2a\xfe\xdc\x69\xcb\x1e\x42\x55\xfc\xb9\xd3\x96\x9f\x6f\x97\x18\x80\xf4\xaf\x99\x2a\x65\x10\x2e\x02\xfe\x54\xca\x20\x5c\x3d\xfc\x29\x8b\x41\x18\x95\xfe\x94\xc5\xdf\x89\x13\x69\x46\x45\x30\x08\xe3\xd9\x9f\x31\x21\x10\xae\x28\xfe\x5c\x4d\x00\xc2\x40\xf8\x67\x94\x08\x84\x8b\x8c\x3f\x83\x44\xa0\x54\x3b\x38\x83\x44\x20\x9c\x2f\xf6\xa9\xb1\x41\xb8\x14\xf9\x33\x46\x04\x4a\x55\x8e\x29\xbb\x41\xa9\xaa\x31\x25\xf6\xe7\x4e\x5e\x1a\x51\x85\x0d\xa6\x7e\xd1\xa5\xc0\x06\x53\xf5\xb0\xd4\xd7\x60\xea\x02\x5d\xca\x6b\x30\xd5\x9d\x4b\x75\xbd\xdc\xef\x2b\x3c\x57\xb3\x88\xf9\x21\x7c\x33\x97\x3a\x1a\x4c\x43\x04\x4b\x19\xbd\x7e\xc1\x51\x99\xa2\x69\x11\x53\x46\xc2\x2b\x5e\x16\xe1\x5a\x98\x9e\xeb\xb6\x08\xc7\x08\xe3\x86\xa5\xac\x5e\x47\x56\x0f\x4f\xf6\x59\xa6\x6b\x81\xf1\xd5\x52\x24\xaf\xb3\x33\x17\xdf\xa9\xa5\x22\x06\x35\xff\x65\xaf\xee\xa5\x5e\x06\xd5\x34\x14\x4b\xb9\x0c\xaa\x09\x2e\x97\x6a\x19\x54\x93\x65\x2e\xc5\xf2\x3a\xc2\x98\xb1\xec\x52\x18\xaf\x23\x8c\xe9\x74\x96\xc2\x18\xec\x6f\x9d\xc7\x69\x88\x23\x8c\x4f\x73\xb4\x44\x42\xf2\x9d\xa2\xc7\x22\xe2\xc8\xc3\x8a\x68\x1c\x65\xf1\xb9\x80\xb6\x51\x16\xf3\x30\x2d\x65\xf1\x52\x16\x6b\x41\x65\xf1\x3a\xb2\xf8\x94\xd9\xf6\x23\x78\xe9\x37\x97\x82\x77\x1d\xc1\xab\x55\x15\xbc\xa0\x76\x9e\xe0\xa5\xde\x05\xd5\xb4\xcb\x4b\x69\xbb\x94\xb6\xe7\x64\xb6\x93\xb4\x66\x9d\x77\x72\x39\xf7\x7f\xe5\xa3\xf5\x3d\x99\x8d\xca\xa7\xff\xf2\x38\x5b\x65\x5e\x33\xe7\x64\x2c\x67\xf7\x83\xaa\xf3\x70\xa9\x76\xc1\xee\x6f\x69\xbd\x29\xcc\x40\x4a\x4e\x9b\x58\xca\x5d\x50\x75\x7e\x2e\xd5\x2e\xd8\x87\xd1\x06\xe5\xee\x32\xad\x99\x93\x43\x96\x7a\x77\xfd\xd3\xbb\x5e\xd6\xe7\xdd\xbc\x66\x86\x69\x96\x1a\x18\x54\xfd\xb7\x4b\x09\x0c\xf6\x61\x18\xdd\x19\x9a\xa0\xea\x73\x5d\xca\x5d\xd0\xf4\x69\x2d\xd5\xee\x72\xe6\xa5\xef\x85\x62\x77\x29\x76\xdd\xb5\x71\x29\x76\x41\x6a\x0e\x2d\x96\x62\x17\x34\x3d\x5a\xcb\xe9\x96\x60\xab\x3d\xea\xa6\x00\x5e\x66\x3a\xf3\xc5\x56\x00\x83\xa6\xbf\x62\xa9\x7f\x97\xf3\xf5\x9d\x6a\xb1\x14\xb6\xa0\x39\x64\x58\x0a\x5b\xb0\x6f\x03\x36\x52\xd9\xae\x93\xfb\x8c\x8f\xe8\x52\xc6\x82\x66\xbf\xbf\x54\xb1\xa0\x39\x13\x74\x29\x62\x97\xd3\xf5\x5d\x52\xbc\x9c\x36\xb9\x9c\xae\xef\xf2\xea\xe5\x74\xfd\xd5\xce\xd0\x82\xca\x29\x6c\x97\xd3\xf5\x5d\xb7\xbe\x14\xb6\xa0\x39\xe3\x7e\xa9\x6b\x97\xd3\x2b\xcf\x63\xa8\xb0\x5d\x8a\x58\x5d\x5d\xcb\x99\xf9\xab\x9d\x41\xb9\x97\xb0\xfd\x66\x3e\xd3\x5d\xb5\x54\xb6\x4b\x65\x7b\xde\x7c\x95\x2d\xd8\x83\x6b\xec\xa9\xb2\x05\xa9\x27\xdf\x56\x95\x2d\xd8\xc7\x79\x3e\xad\xd2\xce\xc0\xdc\x66\x1c\xb3\x10\x0d\xd7\x9e\x2a\x5b\xb0\x47\xcd\x96\x69\xa9\xee\x58\x9d\x7f\x2a\x6c\xc1\x3e\xcc\x32\x0d\xd5\xcd\x07\x46\x4f\xbe\x54\xb6\x60\x97\xd1\x0a\x65\xec\x42\xb3\x0e\xb3\xf8\x2f\x23\xc2\x20\x0d\xf7\x04\x58\x8e\xfd\x41\x0a\x37\xe1\x58\xc6\xf6\x40\x72\x36\xf2\x32\xb4\x07\x4a\xb5\xf3\x30\xb2\x07\x8a\xa1\xe4\x65\x64\x6f\xb9\xcf\xef\xf0\x51\x74\xa8\xbe\x5c\xe3\xec\x5d\x74\x54\x0e\xf6\x5b\xc8\x5d\x74\x54\xbe\x4c\xf0\xe4\x77\xce\x01\x38\xa8\x46\x2b\x96\x43\x66\xd0\xda\xb9\xa6\x8d\xda\x68\xa6\xe9\x5e\x86\xd7\x40\x73\x5f\xba\xe5\xb8\x1a\x24\xe7\xd2\x2e\x53\x11\x83\xdc\x18\x9f\x2c\x47\xda\xcb\x91\xf6\xf4\x8f\x56\xff\x76\xcc\xeb\xb7\xc0\x18\x1c\xd8\x0f\x2b\xcd\x34\x08\x07\xdc\xa3\x63\x39\x46\x07\x29\x8a\xdf\x38\x83\x70\x20\x0d\x67\x1f\x2e\xa7\xac\x81\x34\xd2\xb9\x82\xcf\x2a\x69\xa1\xc2\x99\x00\xcb\xf1\x3d\xd8\x65\xb6\xc1\x3b\xc5\x00\xbf\x0d\x3f\x24\x06\xe7\xc0\x3e\xce\xba\x68\x91\x8d\xee\x1c\xed\x65\x24\x0e\xa4\x33\xcc\x5d\x0e\xfa\x41\x72\x32\xd6\x72\x36\x19\x48\x86\xd7\x97\x91\x38\x90\x9c\x05\xb1\x8c\xc4\x81\x54\x7e\x7f\xd8\xa2\x7b\xa9\x1b\x40\x77\x31\xc2\x52\x36\x80\x74\xc6\xb7\x4b\xdd\x00\xfa\xb0\x2d\xea\x06\xb0\x0f\xe3\x8e\x2b\x1c\x40\x1f\x7e\xa0\x14\x0e\xcb\x6d\x82\xec\xfd\x8c\xcb\x81\x14\x3a\x54\x96\xc2\x01\x24\x73\xa3\x2f\x85\x03\xe8\x03\xcf\xce\x52\x38\x80\x3e\x34\xbd\xc2\x61\x19\xab\xf3\xb9\x33\x54\x07\xfa\x70\xc8\x60\xa8\x0e\xf4\xe1\x7d\x54\x5e\x80\x3e\xec\x35\xd5\x12\x20\xf5\xe2\xf9\x1d\xec\x83\x91\xac\xbf\x91\x33\x30\x92\x36\x73\xfc\x0f\xb2\x9b\x21\x2c\x23\x67\x60\x24\x7b\x6f\x15\x01\xc8\xa6\x5b\x5a\x0a\x02\x90\x4d\x83\xb8\x14\x04\x20\xbb\x89\xc6\x32\x72\x06\xb2\x8b\x61\x96\x61\x32\x90\xcd\x78\xb8\x14\x04\x20\x9b\x2b\x71\x39\xfa\x07\xd9\x1c\x88\xcb\xc1\x3f\x18\xe7\x13\x6a\x4c\x0c\x64\xb7\x32\x59\x8e\xea\x41\x6e\x4c\xfe\x5a\x8e\xea\xc1\x70\x3d\xd2\x72\x54\x0f\x86\x0e\x96\xe5\xa8\x1e\xe4\xe6\xc3\xe3\xa8\x1e\xe4\x96\x3d\xbd\x8f\xdd\x72\x58\x87\x97\x64\x39\xac\x07\xb9\x31\x57\x6d\x39\xac\x07\xc3\xf5\x49\xcb\x61\x3d\x18\xce\x73\x5a\x46\xd3\x40\x6e\xbe\x7c\x8e\xf4\xc1\x70\x15\xd3\x72\xa4\x0f\x06\x2b\xb6\xe6\x8f\x91\xbe\xc8\x6d\x3f\xc1\xf3\xc7\x48\x5f\xe4\xb6\x05\xce\xfc\x31\xd2\x17\x83\xa5\x4e\xf3\xc7\x48\x5f\xe4\x96\x33\x45\xd5\xa2\xca\x51\xfe\xb1\x59\xd4\x38\xca\x2b\x76\x8b\x48\x02\xb5\x5f\xf6\xf9\x63\x6a\x98\x48\xfd\x37\xfd\xe7\x6d\x19\xf3\x6b\xb6\xf5\xe7\x8f\x39\x5f\x22\xca\x39\xd9\x6b\x11\xf9\x8f\x66\x50\xb4\x2c\xda\x9d\xc1\xef\x47\x51\xb2\x91\x1b\xe5\x67\xbb\x93\x8d\x4c\x08\x58\xab\x9f\x6c\x24\xc1\xb0\xc6\x0a\xea\xf9\x4b\x36\x69\xa3\xfc\x92\x87\xd9\xa4\x8d\xf2\xdb\x37\x64\xfe\x92\x4d\xda\x28\xbf\xe4\x1f\x87\x45\x83\xa3\x2c\x9a\x16\x31\x11\x7a\xd2\x70\x86\xf1\x22\xcf\x89\xf5\x93\xed\xde\x28\xbf\x44\xbb\x93\xed\x4e\xb6\x1b\xeb\x27\xdb\xbd\x51\x7e\xde\x10\x46\xf1\xa2\xfc\xb4\x7e\xd2\x14\x49\x53\x50\xfb\xac\x29\xb2\xa6\xa0\x12\x59\x53\x64\x4d\x41\x83\xb2\xa6\xd8\x28\xbf\x1f\xf5\xca\xde\xef\x8d\xf2\xfb\x51\xaf\xac\x71\x36\xa2\x64\xda\x98\xad\x57\x66\xa2\xc2\xf4\x28\xeb\x95\x99\xa8\xd0\xb8\x1f\xd9\x7a\x65\x94\xf6\xa4\xf6\xc5\x4a\x14\x66\x25\x74\xce\x55\xac\x44\x61\xad\x41\xa7\xf6\xc5\x4a\x14\x67\x63\x78\xc9\x62\x2d\x0a\xe2\x7b\x7a\x98\xb7\xa8\x30\x51\xaa\x51\xfd\xe2\x2d\x32\xb9\x55\xf7\x92\xde\x22\x86\xe0\x15\xc5\x3c\x7f\xc5\x27\xb1\xa0\xbe\x3b\xf5\x2f\x5a\x9f\xb4\x55\xe1\x3d\x2a\xb6\xb2\x30\x3b\x6a\x58\x0b\x5b\x49\xd6\xaa\xa9\x5d\x8b\xad\x34\x6b\x55\xa7\xa8\xda\x4a\x52\x54\x4d\x9f\xcd\x6a\x2b\xab\x1d\xbd\x47\xd9\xa2\x4a\x4c\xbd\x7b\x94\x75\xdd\x28\xd3\x3b\x59\x7d\x9c\x2a\xf3\x06\x3a\xf5\xaa\x3e\x4e\x55\x79\xcc\x9d\xac\x3e\x4e\x95\x3c\x40\x93\x36\x56\x1b\x54\x1d\x41\x56\xcb\x6c\xd1\x46\x99\x3e\xd4\xd5\x16\x55\x5b\xe4\x51\xb6\x68\xa3\x4c\x9f\xba\xe6\xf3\x44\xd6\xaa\xe9\x63\xd1\x6c\x64\xb3\x91\x3c\x88\xcd\x46\x36\x3d\x05\xff\x1d\xd3\x9e\xbf\xe6\x9d\x6e\x38\x12\xfc\x22\x34\xcd\x42\x9e\xab\xf0\x5d\x6f\xde\x68\xf2\x5c\x4d\xdf\xb2\xe6\x8d\x26\xb8\xd4\x48\xd9\x31\x7f\xcd\xbb\xda\xc8\x3e\xe3\x23\xd2\xb4\x1e\x1b\xf0\x66\x4d\xd5\x34\x15\x7b\xda\x64\x6f\x74\xd3\x54\x8d\x79\x0b\x3e\xa8\x4d\x4b\xb1\xcd\x4d\x3e\xb5\xd0\x52\x8d\xa4\x3b\xd6\xb5\x6b\x16\x36\xd5\xcd\xbe\x07\x5d\xb3\x74\xe7\x98\x36\xee\x74\xd7\x2e\x1d\x6f\x83\x37\xbf\xdb\xf0\xee\x20\x15\xb3\x77\x1b\xce\xa0\xba\xb1\xcb\xd2\xfc\x75\x1f\x88\x7e\x9c\x07\xd4\xb6\xdb\x4c\xf7\xcf\x0d\x2f\x6a\x33\xbb\x92\xda\xa3\x6c\xa6\x5b\xe5\x32\x07\x65\xfe\xba\xed\xec\x0e\xde\xfc\xce\x75\x1b\xea\x3c\xce\xb0\xc8\x86\x76\x1c\x05\xe7\x9f\x3e\x12\x6e\x94\xcb\x1c\x9a\xf9\x1b\x36\x7e\x1c\x4f\x01\xcd\x1a\xb6\x74\x10\x40\x1d\xd8\x68\xd8\xd2\x71\x9c\x07\x96\xd9\x54\xf6\xc9\x65\x6a\xd5\xfc\x0d\xef\xf1\x20\x80\x3c\xb8\x07\xc3\x7b\x3c\x14\xd4\x95\xbb\x37\x34\xc8\x20\x01\x4d\x78\x98\xf6\x18\x8e\xda\x3d\x4a\x7b\x8c\xa3\xa7\xbd\xa6\x6f\xcd\x20\x59\xc7\x69\x81\x36\x1a\x26\xeb\xa8\xb6\x40\x1b\x0d\x92\x75\x9c\x46\x69\x22\x56\xde\x66\xdf\xf0\xa1\x89\x08\x1f\xa5\xf3\xa6\x0e\x6d\x34\x94\xe2\x5c\x33\x34\x11\x0b\x6f\xf1\x46\xcd\x5f\xf8\x7c\x84\xaa\x9b\x5b\x15\x5a\x28\x08\x1d\x16\xac\x11\x1a\x28\x14\xdd\x54\x36\x34\x90\x9b\xeb\x9e\x77\x30\xb4\x50\x1c\x0b\x79\x9c\x16\x22\x62\xc4\x7a\x97\xf9\x0b\x2d\x14\x64\x60\x28\x58\x28\xb4\x06\xa1\xa0\xe6\x23\x1f\x36\x33\x5c\xfc\x7c\x6a\x6b\x9b\x36\xda\x79\xf3\xa6\x6d\x9a\x2c\x26\xf6\xfd\x99\xb6\x89\xc4\xc3\xc5\xaf\xe2\xb4\x01\x1b\x3d\x79\x87\xa7\x0d\x98\x0e\x12\xb0\xcf\xb4\xae\x33\x38\x8a\x2b\x4e\x6f\xdd\x46\x4f\x7e\x74\xa7\xb7\x69\xa3\x27\x1f\x8d\xa9\xfd\x37\x7a\xf1\x1d\x98\x56\x75\xaa\x38\x30\xc5\x65\x55\x37\x7a\xf1\x61\xb9\xac\xea\x46\x2f\xbe\x29\x97\xcf\xec\xa5\x06\xf1\x8f\xde\x11\xa3\x3d\xf6\xce\x97\xb5\xdf\x70\x73\xd3\xf9\xbb\xb4\xbe\x71\x1d\xc7\x03\x97\x0d\xda\xe8\xc5\xb7\xe9\xd2\xf8\x44\x75\xea\xe9\xf3\x2e\xad\x7f\x99\x8e\xd4\x5a\xd8\x22\x66\x6d\xd6\xf3\xf6\x5f\x36\x69\xa3\x8f\x42\xcd\x6e\x9b\xb4\xd1\x47\xe5\x64\xb7\x4d\xba\x15\x14\xb4\xf2\xb6\x49\x37\x82\xa2\x60\xea\xdb\x26\xdd\x0a\x0a\x2e\x79\x7b\x8f\x36\xfa\x28\xdc\xb6\xdb\x56\xb2\x0f\xce\xf9\xb6\xdc\xb6\x12\x55\xc9\x2e\x4d\xf3\x77\xdb\x24\x04\xe4\xf9\x66\xdc\xde\xa3\xdb\x44\x96\x3e\x29\xb7\x0f\xd4\xc6\x48\x9a\xec\xb6\x95\x37\x43\xf2\x73\x32\x1b\xb9\x31\x92\x97\x7c\x6c\xd1\x43\xf2\x6e\xbf\x18\x8f\xd5\x7f\x98\x0d\xee\x6b\xf9\x58\x7d\x84\x62\x3d\x23\x87\xc7\xfa\x6f\x8c\xa4\x2d\x1e\x6f\xc9\x43\x7a\xd5\xe0\xe1\x7f\xac\xff\xc6\x48\xe1\xc9\xbc\x23\x0f\x22\xc3\xe7\xf5\xb1\x49\x1b\x23\x85\xb5\xb0\xfa\x0f\x0b\xf2\xfc\xd4\xbc\xd6\xe2\x65\x74\x54\xa8\xc4\x6b\x25\x5e\x2b\x61\x91\x46\x7c\x95\x0f\x58\xff\xb5\x5e\x1b\x63\x24\x6e\xee\x6b\xbd\x36\xc6\x70\x48\xfe\xfa\x3a\x6c\xa1\x36\x86\x4f\xe2\x6b\xbd\x5e\xa4\x82\x23\xeb\xd7\x8f\xd6\x8b\x54\x70\x78\xff\x6a\xfc\x57\xa9\xe0\xe9\xb5\xf4\x8b\x2e\x48\xff\x1d\xa4\x9e\xbf\xcf\xa7\x0d\x49\x38\x7c\xc2\x3f\xef\xcd\x87\x6c\xc8\x5c\xfd\xf3\x69\x43\x12\xb6\xcc\xd5\x3f\x6f\x17\x92\x70\x24\xee\xc3\xa7\xa1\x3e\x64\x83\x63\xba\x4f\x43\x7d\xe8\xac\x84\x39\x3f\x4d\xc0\xcc\xc9\xdf\xf9\xa3\x26\x20\x20\x54\xfc\x7a\x7d\xde\xad\x8d\x28\xa7\x12\x5a\x85\x80\x50\xf1\xb3\xf7\x69\x82\x8f\xd1\x73\xe2\x9e\x7e\x9a\x80\xe0\x4f\xf1\x1b\xb4\x6c\xe3\x46\x14\x0d\xb5\x6c\xe3\x52\xf6\xd2\xa0\x65\x1b\x57\xe1\xf4\xd4\x7e\xd9\xa0\xe5\xb8\xd8\xa3\x6c\xd0\x62\x44\xda\xa9\xea\xb2\xf6\x1b\xf3\x28\x84\x65\xed\x49\x46\x9c\x90\x84\xf3\xb7\xac\xfe\xc6\x3c\xe3\xee\xe5\x4d\x5d\x84\xb8\x1c\x82\x2c\x5b\xb4\x6c\x91\xe7\xf7\x91\x24\xd2\x53\xed\x9c\x96\x8d\x5c\x8e\xbb\x77\x51\x52\xff\x81\xa9\x90\x48\xea\x3f\x30\x55\x0d\x49\xfd\x07\xdc\xe6\x71\x26\xf5\x1f\x98\xca\x8d\xa4\xfe\x03\x41\x9c\x70\x26\xf5\x1f\x98\x8a\xa5\xa4\xfe\x03\xc1\xbc\xee\x99\x08\xfe\x88\xa9\x3e\x4b\x4a\x42\x10\x2a\xa3\x44\x3c\x48\xb8\x4d\xe5\x4c\x8a\xc4\x64\xf0\x67\xd8\xa0\xd7\x22\xc7\xe6\xd6\xfe\xb3\x88\x59\xb1\x74\x00\x49\x91\x08\x26\xa1\x86\x99\x14\x89\x60\x12\x3e\x99\x49\x91\x08\x26\x31\x8a\x99\x14\x89\xa0\x4c\xde\xd7\xa4\x46\x04\x93\x20\xcb\x4c\x0a\x42\x30\x09\x5b\xcc\xa4\x20\x04\x65\xf2\xc6\xa4\x64\x1b\x37\x2a\x9e\xc0\x99\xd4\x88\xa0\xfa\xb1\x4c\x6a\xc4\x64\xa8\x07\x07\xfa\x4c\x8a\xc4\xe4\x1c\x48\x3c\xe3\x33\xa9\x12\x93\x73\x20\xf3\xa9\xad\xc6\x48\x27\x12\x46\xd3\xd5\x89\xa0\x16\x6f\xaf\x3a\x11\xec\xc3\xb0\xa3\x42\x31\x19\xee\xc9\xb6\x41\xa5\x08\xf6\x65\xa9\xb1\x52\x11\xec\xe3\x68\xbe\x5a\x31\x19\x16\xca\x9a\x57\xb1\x98\x0c\x0b\xb1\x0a\x73\xa6\xac\x99\xb2\xd3\x45\xc3\xff\x6a\xa7\xec\x38\xce\x22\xed\x94\x0d\x21\x84\xa7\xd3\x50\xd9\x00\xd8\x29\xd3\x2a\xf9\x8c\x6c\x69\x5a\xd6\x2a\xd9\x77\xc5\x56\x68\x94\xec\xc0\xd6\x22\x6d\x72\xa6\x41\x86\x06\xd0\x28\xd9\x91\xad\x8d\x2d\x1a\xa5\x30\xad\x96\x5e\x2a\x29\x5c\x41\xed\xfe\x53\xe1\x0a\xf6\x3f\xb9\x82\xca\x35\x9d\xd9\x92\x38\x17\x92\xca\x35\x39\x5b\xd2\x1b\xab\x72\x4d\x27\x54\xd4\xbc\xa8\xcd\x77\x6a\xa4\xb2\x2b\x15\x9b\x4f\x6a\xa8\xec\x53\x5e\x7c\x4e\x4e\x1a\xa8\x53\x39\xdb\x75\xd2\x3b\x69\x4d\x65\x29\x48\x99\xd4\xad\x33\x55\xdb\x55\x4f\xbc\x84\x1a\xab\x55\xc1\x1e\xf5\x71\xd9\x6a\x2b\xcc\xba\x11\x5e\x57\xb5\x9a\x4e\x2e\x27\x2d\x50\xbd\xb1\x55\x27\xac\xd7\x55\xc2\x82\x54\x58\xfe\x38\x53\xb5\x69\x4c\x7a\x8c\x53\x64\xcb\xc8\xbc\xcc\x24\x8b\x99\x94\xb5\x20\xff\xb4\x93\xb2\x16\xe4\x9f\xcf\xb5\xb2\x16\xe4\x56\xfc\xa3\x77\x9a\x5d\x56\x5b\xc1\x98\xaa\xda\x54\xe9\xea\xf0\xfb\x24\x25\x2c\x18\x03\x4f\x53\x52\xc2\x82\xd4\xb3\xaf\xa6\x1a\x16\xe4\xc6\x87\x3e\x29\x52\x41\x14\x86\x4e\x49\x45\x0a\xa2\x54\x8f\xd2\x18\x6c\xbc\x5a\x18\x73\xa5\xa6\x2d\xd8\x78\xf5\xe7\x2d\x50\xa3\x82\x28\x8c\xb9\x92\x1a\x15\xa4\x9e\xfc\x5e\x37\x6d\xd1\xe8\xe0\xca\x7f\xef\x07\x32\x93\x1a\x36\x9d\x80\x91\x9f\x52\x15\x2b\x48\xa3\x78\xcf\x9a\xcf\xc5\xc6\xd4\xe7\x93\x54\xb1\x60\xea\x8b\x4a\xaa\x58\x30\xff\x87\xb1\x33\xc9\xf9\x9e\x85\xf1\xed\xfc\xae\xa2\x96\xf0\xa7\x07\xa9\x54\x7b\x49\x43\xf6\xbf\x84\x2b\x9f\xc3\x33\xfe\xde\xd1\x4f\xb2\x48\x00\x43\x88\x3b\x6c\xed\x47\x49\x25\x16\x58\x5a\xbf\x92\x4a\x2c\x60\x0a\x9d\x95\x54\x62\x81\xa5\x59\x2e\x75\x79\xd5\xfd\x29\xda\xa3\x8c\xe9\xda\x64\x3c\xe4\x55\x6b\x81\xa5\xb8\x95\x54\x6b\x81\xb2\x10\x06\x52\x97\x31\x01\x65\xb9\x6f\xd4\x6a\x81\xb2\xce\xf0\x9d\x78\xf7\xdc\xa7\x4b\xb5\x55\x20\x75\x92\xf1\xaf\xa4\xb6\x0a\xc4\x61\xc5\xc6\x54\x5d\x4d\xaa\xab\xe7\x5b\x52\x5d\x05\x6a\xf1\x27\xa8\xba\x0a\xd4\xe2\xc7\xaa\xba\x0a\xa4\xfe\x43\x2a\x49\xaa\xab\x40\x2d\xfe\x18\x55\x57\x81\x5a\xfc\x0b\xaa\xae\x02\xd1\xa7\xcd\x9c\xe8\xf0\x7f\xe0\xc9\xa7\x6e\x0a\xa4\x9e\xdd\x89\xaa\x98\x40\xfa\x69\xfa\x49\xea\x98\x69\x7a\x32\x61\x97\x48\x2a\x99\x40\xed\x87\xe4\xb4\xa6\x2e\x7c\x94\xc0\xa4\x96\x99\xe6\x39\xab\x59\x40\x35\x4a\xa0\xf6\x43\x72\xc4\x13\x83\xc3\x74\x20\x0e\x78\x7a\x54\x2f\x36\xc8\xf4\xfb\x9d\xc4\x2a\x1c\x92\x73\x20\xe0\x70\x94\xf3\x36\x3f\xe0\x69\x84\x98\x6b\x33\x5d\xc2\x69\xce\x6a\x99\xae\x36\x0a\x44\x3b\x38\xac\x3a\x9a\x96\x61\xdc\x1e\x2e\xcb\x75\x5d\x58\x21\xfc\x07\x2d\xa7\xbf\xce\xc1\xcc\x5c\x55\x35\x81\x38\x71\x7d\x9d\xb3\x20\x6c\x30\x69\x0f\x4b\xea\x9f\x40\xd0\x18\xca\x72\x1a\x24\x77\x3a\xbf\xcd\xe5\x2c\x88\x2e\x4c\xe7\xdf\xaf\x9e\x0a\xb4\xf3\xb3\x56\x4f\x05\xe2\x6d\x30\x40\x45\x15\x88\x47\x59\x1d\x35\x55\x20\xda\xc1\x63\x55\x55\x20\x68\x74\xab\xae\x0a\xb4\xf3\x13\x56\x57\x05\xe2\x7f\x60\x17\x2e\xe2\x65\x48\xb1\x4b\xa6\x6a\x0a\x04\x0d\x06\x5c\x32\xe5\xdc\x50\xec\xd2\x64\x8a\x37\x14\xb5\x73\xa5\x4b\xa6\x50\xd1\xa6\x7a\xdc\x5d\x32\xe0\x5c\x46\x4c\x76\x2b\x03\x2e\xbd\xf6\x36\x93\x01\x97\xb9\x17\xdd\x15\xaa\xb5\x40\x3c\x4a\xaf\xea\xb5\x40\x6b\xfe\xd3\xd5\x6b\xd3\x7d\x7e\x4c\xbc\x4e\x2d\x16\x38\x36\xad\xa4\x16\x0b\x44\x33\x1f\xf5\xeb\x44\x8d\x1d\xe7\xf7\x7a\xcb\x13\xeb\xe3\x4c\x97\xe7\x76\xfe\xb7\xe9\xd8\xe4\xd3\xed\xfc\xa9\x8f\x33\x3c\x26\xd4\x77\xd3\x9f\xbe\x2b\xcd\x3d\x71\x9b\xb4\x4c\xc1\x44\x1d\x18\x48\xa5\x9e\xa1\xc8\x13\x8b\xe6\x54\xbb\x7d\x64\x80\x05\x72\x64\xa7\x5a\x30\xd0\xb8\x8c\xb1\xd2\xe3\xfc\x75\x97\x56\xe7\xaf\x66\x0c\xa4\xd2\x3c\xec\x54\x8d\xd3\x9f\x6a\xcc\x4a\xa8\x1a\x03\xed\x7c\x14\x8f\x3c\xd1\x89\xea\xf9\xaa\xb6\x9c\x2c\x07\xeb\x49\xf4\xc8\x91\xc7\x53\xd8\xd1\x3a\xfb\x87\x40\xe2\xf3\xa0\x93\xc7\x49\x5a\x4e\x2b\xe7\x6e\x70\xe5\xe9\xd1\xa9\x73\x9d\xf1\xe7\x32\x3f\x6e\x87\x87\xdc\x25\x18\x7c\xd2\x2b\x33\x5e\xa3\x43\x19\xfd\x2b\x33\x8e\xd7\x94\x89\xbf\x4e\xdc\x2a\x40\x2e\x94\xca\x38\x60\x50\xf7\x4a\x2a\xe3\xc0\x18\x78\x93\x92\xca\x38\x90\x74\x9b\xae\xa4\x36\x0e\xe4\x86\x92\x99\xd4\xc6\x81\xdc\xd0\x28\x93\xda\x38\x90\x9b\x7f\xef\xd7\xbd\xa1\x82\x9e\x1d\x98\xac\x78\x15\x51\xfe\xc1\x0c\x9e\x54\xd6\x93\xca\xfa\x19\x90\x6c\x21\xc3\xc7\x9f\x08\xa3\xa2\x0d\x8c\x81\x0b\x27\xa9\x68\x03\xe5\x87\x56\x9d\x54\xb4\x81\x59\xb0\x7d\x26\x15\x6d\x20\xb5\xe2\xff\x76\xcb\x85\xad\x37\x0b\xf6\x6d\x99\xb0\x91\x57\x14\x91\xd4\xc7\x81\x59\x14\x54\xd5\xc7\x81\xf2\xc3\x4f\x95\xd4\xc7\x13\x01\x9a\x05\x33\x64\xda\x32\x41\x7d\xbc\xfa\xa0\xb3\x54\x1f\x3f\x33\x72\x3f\x10\x9f\x49\x29\xb2\x95\x54\xbe\x81\x59\x2a\xaf\xff\x9c\xa4\xca\x37\x9e\x8c\xa4\xf2\x9d\x54\xbe\xab\x0f\x3a\x49\x94\xef\x9f\xa7\xcf\xe7\x84\x08\xbc\x2c\x4a\xe3\x9f\x13\xfa\x98\x10\x36\xe5\xa4\x8a\x0e\xcc\x82\x15\x38\xa9\xa2\x03\xa9\xe9\xaa\x4c\x2a\xdf\xc0\x3a\xf3\x56\xf9\x06\x52\x3d\x5f\xbc\xda\x37\xb0\x9c\x65\x56\xfb\xce\x6a\xdf\x2c\x52\x56\xfb\xce\x6a\xdf\xc9\x56\x59\x12\x02\x16\xe2\x43\x56\xfb\xce\x6a\xdf\xc8\xeb\x59\xed\x1b\x58\x24\xc3\x59\x59\xed\x3b\xab\x7d\x17\xdf\xd5\x25\x75\x5a\x55\x48\x43\x12\xb9\x8b\x90\xa5\xb3\xda\x77\x3e\x0e\xd9\x66\x97\x4b\x1a\xea\xf7\xf0\xc9\x4b\xd2\xc5\x28\x0a\xa4\x47\xd2\x03\x69\x41\x7a\x25\x71\x3d\x97\xa3\x29\xab\x91\x03\xa9\xd6\xe1\xc8\x3e\x69\xb0\x87\x55\xca\xaa\xe4\x40\xa9\xa8\xa5\x59\x95\x1c\x28\x95\x33\x2d\xab\x92\x03\xcb\xcd\x99\x93\xec\x49\xc7\x4f\xc8\xc8\x54\xd3\x33\x7e\xdb\x3a\x6c\x26\x33\x50\xd3\x7f\xc5\x56\x32\x23\x61\x8a\x28\xb6\x72\xe2\x09\x43\x0d\x82\x7f\x56\x27\x07\x96\xf2\x7b\x56\xfd\x06\xd6\x2f\x3b\x7c\x67\x89\x47\xd6\x13\x3e\xab\x19\x03\xde\x33\x58\x59\xc5\x18\x58\x3f\xac\x45\x39\xbb\x6e\x99\x75\xe3\xc8\xcc\xaa\xca\xc0\xf2\x7c\xcc\x6a\xca\xc0\xfa\x71\xc0\x64\x35\x65\x20\x1d\x5f\x6e\xce\x8e\xd5\xdb\x81\xc5\x85\x53\x53\xce\x56\x17\xe2\xda\xd3\xca\xaa\xc5\x40\xfa\xe9\x71\xcf\xea\xc5\xc0\x52\x4c\xcb\xaa\xc0\xc0\xd2\xa8\x9c\x55\x81\x81\x45\x54\xc4\xca\xaa\xc0\xc0\xd2\x3a\x99\xd5\x80\x81\xe5\x41\x9d\x55\x80\x81\xb2\x1c\xad\x0a\x30\x90\x1a\x21\x48\x2b\xeb\xbb\x05\x16\x11\xf5\x2b\xeb\xbb\x05\xca\x72\xff\xab\x26\x03\x65\xc9\x21\xb5\x64\xa0\x2c\x59\xab\x96\x0c\x2c\x35\xf8\xac\x83\x17\x88\x3f\x9b\xb3\x94\x19\x05\x7f\xa8\x9b\x51\x5d\x3a\xeb\xe1\xf5\x5b\x55\x95\x06\xca\x72\x67\xa8\x49\x03\x65\xb9\xff\x55\xa4\x81\xd8\xec\xf4\xa9\xd2\x0c\xa4\x5a\xe5\x6c\x75\xea\x15\x67\xa6\x3b\x48\x3d\x1a\x58\xe4\x61\x5b\x59\x95\x19\x58\x1a\xe2\xb3\x2a\x33\x50\x96\x1b\x41\x95\x39\x9b\xaa\x72\xd9\xca\x35\xc7\x13\xbc\x3c\x7e\x54\x99\x81\xa5\xf1\x39\xab\x32\x67\x1d\xc1\x9e\x35\xaa\xcc\xc0\x22\xdc\x64\x65\x1d\xc1\xc0\x22\x6d\xca\xca\x6a\xd1\xc0\x22\x4e\x65\x65\xb5\xe8\xac\x23\xd8\xb3\x46\x25\x3a\xeb\x08\xe6\x58\xcc\x2a\xd1\xc0\x22\x80\x66\x65\x3d\xbd\xc0\x32\xdc\x24\xab\x57\x03\xa9\x51\x3a\x60\x65\x15\x6b\x60\x69\x84\xce\x2a\xd6\x40\x59\x7e\x98\x2a\xd6\x40\x3a\xa6\xdd\xac\x16\x0d\x94\xe5\x57\xae\xf7\x17\x28\xeb\x1f\xea\x66\xaf\xac\x27\x18\x48\x95\x3b\x4d\x2b\xab\x58\x03\x4b\x8d\x28\xab\x57\x03\xc9\x4b\x71\x2b\xab\x58\x03\x8b\x3c\x19\x2b\xab\x58\x03\x8b\x0b\x21\x2b\xab\x58\x03\xb1\x71\xe0\xa9\x9a\x35\xb0\x0c\xe1\xc9\x6a\xd6\x40\x59\x9e\x75\x6a\xd6\xd9\x84\x9a\x88\xef\xb9\xcb\x2c\x13\x6a\x4e\xdf\x25\xb3\x3a\xf9\x09\x96\xad\xe4\x02\xce\xe1\x63\x40\xcf\xaa\xd1\xc0\x22\x93\xce\xca\xfa\x86\x81\x45\xca\xc0\x95\xd5\xac\x81\xd4\xba\xc7\x87\xce\xe1\xac\xb6\x8d\xa1\x3a\xab\x6d\x03\x8b\xa8\xa4\x95\x55\xb6\x81\x65\xd8\x50\x56\x63\x06\x42\xc7\x65\x67\xaa\x31\x67\x4b\xc8\xea\x2e\xcb\xaa\xcc\xf9\xa8\xcc\x8c\x56\x95\x39\x1f\x95\xd9\xd3\x42\x95\x39\x1f\x95\xd9\xcf\x41\x17\x2f\x50\x15\x71\xb3\x5a\x34\x50\x8b\x27\x88\x1e\x5e\x20\xfd\xf4\x01\x66\x5d\xbc\x40\xfa\x15\x37\x99\x2e\xde\x6c\xf1\x59\x6d\xb9\x59\x05\x1c\xa8\xfa\xf2\xb2\xfa\x77\x36\xb9\xb2\x36\xb5\x3c\x9d\xbe\x3a\xb9\xa6\x80\xac\x4e\x9e\x2d\xa5\xe4\xf4\xd5\xc9\x81\xd4\xb8\x3f\xb6\xb2\x3a\x39\x50\xf5\x33\x66\x1d\xbf\x59\x35\x5d\xfb\x59\x56\x4d\x07\x82\xc6\xc4\xf4\xfc\x02\xd1\xab\x5d\xc8\x3a\x6a\xd2\xb6\xf3\x2b\x52\x79\xcf\x2a\xef\x7a\x3c\xb3\xca\x7b\xb6\x12\x93\x51\x38\x59\xed\x1d\x88\x76\xce\x4c\xe6\x4d\xad\xcf\x1e\x13\x6a\xef\x40\xf4\xcb\x6e\x52\x7b\x07\xd2\x4c\x8e\x45\xcf\x31\x50\x8b\x07\xb0\x9a\x3a\x50\x55\x24\xb2\xce\x64\x20\x7a\xa0\x57\xbd\xc9\x40\xf4\xc0\xf2\x2c\xb9\x12\x50\x0f\x53\xf4\x30\x03\xd1\x8c\x49\x2c\x99\x42\x2d\xa6\x33\x57\x4d\x01\xd9\x5a\x4c\x7f\xbd\xca\x93\x75\xb6\x13\xfc\xd4\x14\x90\x4d\x42\xa4\xee\x9a\x35\x05\x00\xb5\xf8\x93\xd2\x14\x90\x2d\x6e\x5b\xfc\x3f\xa8\xe3\x67\x93\x10\x19\x9e\x92\xd5\xf1\xb3\x49\x88\xce\xd2\xaa\xe3\xe7\xeb\x6c\x14\xba\x55\xc7\xcf\x16\xb2\xd5\x9a\x9f\x2f\x99\x72\x1d\x4b\x3b\xbc\x53\xf1\x07\x82\xe6\xb3\x32\xe5\xf2\x23\xf3\x14\xd2\x18\x00\x44\xbf\x8c\x59\x63\x00\x50\xcf\x76\xd7\x16\x00\x44\x33\xbb\x90\x2b\xd7\xe1\x0a\x9c\xd2\x16\x90\x4f\xf1\x26\x4f\x80\x4b\xae\x5c\x70\xc5\x2f\x4a\x5b\x00\x90\x8e\xc7\x2c\xab\xe4\x03\xe9\xb8\xdf\xb2\x5a\x3e\x50\xcf\x7f\x41\xef\x35\x50\xcf\x11\xa3\xde\x0f\xa4\xdf\xf9\x91\xaa\xf8\x03\x41\x63\x70\x2a\xfe\x40\xfa\x19\xc3\x90\x55\xfc\x81\x7a\xce\x3a\xf5\x7e\x20\xd5\x23\x0b\xab\xf7\x03\xa9\x95\xea\x80\x9d\xeb\xad\x49\xcb\xc1\x39\x55\x0b\x3b\x79\x14\xa9\xe2\x03\xa9\x69\xd1\xca\x3a\xba\x81\x74\x7c\x88\x59\xb5\x3f\x9f\x2a\x4e\x4e\x4c\xbd\x1f\xa8\xe7\xbc\x56\xef\x07\xd2\x4f\xd3\x52\x56\xef\xcf\xcf\xb1\xde\xd1\x85\x3a\x3e\x50\x8f\x20\xa1\x8e\x9f\xad\xe2\x74\x7e\xf5\x2a\xf9\x40\x3d\xa7\xb3\x2e\x71\x20\x7a\x60\x5e\x2a\xfe\x40\xd0\x1c\x9c\x2c\x21\x64\xfa\xa7\x01\x36\x6b\x0d\x00\x52\x3a\x3f\x30\xcd\x01\x40\x70\xdd\x67\xfd\x2a\x48\xe4\xf9\x3b\xbf\x6d\x0d\x02\x40\xd0\x58\x0a\x2d\x02\xd9\xe4\x9e\x46\xba\x64\x4d\x02\x40\xcc\x96\x3e\xb4\x09\x64\x0b\x43\x85\xac\xf3\xdf\x3f\xf3\x57\x46\xbe\x6e\x2d\xf8\xa8\x19\x21\x5b\x37\xea\xfc\x58\xb5\x23\x00\xa9\x1a\x44\x93\x35\x24\x64\x93\x84\x1e\xc9\x53\xab\x41\x36\x21\xa8\x96\xc1\xac\xd9\x20\x5b\x38\x4a\x0b\x62\xd6\x6e\x90\x4f\x92\x50\xb7\x88\x6e\x7c\x20\xf5\xe2\xfa\x69\x07\xc8\x66\xff\xd4\x22\x99\x5f\x39\xf4\xca\x21\x8f\x61\x8d\x03\xf9\x3d\x1c\x62\x7c\xfa\xea\x81\x18\x1f\x7d\xe8\xac\x07\xe2\x59\xb8\xa6\xc5\x00\x88\x6d\x08\x77\x35\x19\x64\x33\x80\x3a\x14\x4d\x06\x59\x93\x81\x91\xbf\x59\x93\x01\x10\x5d\xf8\x3a\x59\x60\x0a\xd0\xa5\x40\xa0\xd1\x20\xef\xb3\x99\xa4\xc9\x02\x6b\x0b\x6b\xba\xcc\x9a\x0d\xb2\x29\x40\x5d\x53\xdd\xf8\x40\x3a\xf1\x14\x59\x53\x02\x90\xfe\xb6\xb5\x86\x03\x20\x4e\x44\x39\x20\x57\xf6\xe1\x0a\x1c\xd0\xbb\x0f\xd4\xa3\xb4\x68\x60\x00\xa2\x99\x34\xf7\x05\xd7\x3d\xdb\xd1\xb2\xb4\x3a\xe4\xcf\x5b\xad\x6e\x82\x4f\x0e\x50\x82\xb8\x15\x5c\xe4\x59\x23\x03\x90\x52\xc5\xce\x95\xb5\x32\x00\x75\xa9\x3e\x69\x65\xc8\xe6\x00\x3d\x3a\xad\x66\x86\x7c\x22\x01\x54\x7d\x8d\x04\xc8\xa7\x82\x94\x5c\x31\x14\x20\x5b\x41\xca\x63\x5d\x6b\x04\x90\x4e\x58\x44\xd6\x1c\x01\xc4\xa3\xce\x4c\xa6\x9c\xb2\x52\xc8\xa5\x45\x7b\x04\x10\xed\xa4\x25\x69\xda\xd1\xd1\x15\x8b\x16\x09\x20\x9e\xcd\xd0\x8a\xb4\x73\x25\x7b\x41\xab\xd2\xf0\x70\x4e\x49\x5d\x92\x1e\xce\xee\xa3\x43\x1a\xa2\x5d\x62\xab\x14\x4d\x10\xc5\x62\x53\x8a\x7b\x45\x13\x04\x10\xc3\x2b\xd0\x6e\x69\x87\x2b\x3e\xfb\x48\x33\x2d\xe5\xf2\xd9\x57\x9a\xae\x84\xe1\xd4\xb6\x34\xd9\x32\x7c\xdf\x27\x4d\xb6\x10\x29\x5c\xb4\x43\x00\xd5\xa8\xe6\xa2\xd1\xa1\x58\x5a\x4a\xe7\x55\xd1\xea\x50\x2c\x2d\xa5\x25\xa5\x68\x75\x28\xa7\xb4\x94\x2c\x30\x82\x1c\xa8\x46\x40\x14\x2d\x11\xc5\xca\x52\x5c\x8f\x5f\xc5\xf0\x00\xa0\xe9\xe7\x29\x9a\x22\x80\xba\x4e\xab\x4b\x12\xd1\x8b\x4e\xd5\xe8\x00\x20\xc6\x36\xa0\x39\xfd\x74\xa6\xef\xa3\x4e\xdf\x92\x51\xc6\x49\x17\x43\x01\x80\x78\x96\xb9\x1a\x0a\x00\x54\x6e\x6c\xaf\x62\x24\x00\x50\x8d\xe0\x2e\x06\x02\x00\x95\xbb\xd8\xab\x68\xed\x00\xe2\x65\x30\x44\x73\x07\x10\x0c\xf1\x51\x19\x92\xcf\xdf\xd9\x67\xe5\x08\xf7\x43\x0d\xeb\x2e\x1a\x3c\x80\x18\xaf\xaf\x93\x49\xd4\x90\x32\xc0\xa1\x18\x1a\x00\x44\x0f\x0d\x9a\x5c\xca\x7e\x4f\xd3\x76\xb2\x89\x14\x49\xeb\x90\xdc\x38\xd9\x2c\x05\xee\x6b\xed\x22\x40\x70\x4e\x9a\x9c\xcb\x54\x69\x5b\xf6\x20\xe3\xbc\x5a\x6a\xa7\x9a\x4a\x8a\x57\x4b\xf5\x36\x14\x6d\x25\x40\x88\xf1\xf0\x5c\xcb\x48\xf1\x6a\xa9\x1f\xa2\x96\x91\x72\xae\x96\xca\x73\x4d\x23\xe5\x5c\x2d\xe5\x63\x2f\x9a\x46\x80\xba\x1c\xaf\x76\x90\x72\x32\x29\x75\x7b\x95\x25\xe7\x1a\xa9\x8b\xa3\xd9\x03\x88\x76\xd0\xb4\x5e\x00\xa9\x6b\x48\x2e\x9a\x2f\x80\x34\xb4\x35\x16\x83\xd6\x81\xd4\x7e\x48\x27\xc5\xd8\x00\x20\x1d\x3f\x77\xd1\xcc\x01\xa4\x4e\x89\xbe\x55\x34\x73\x00\xa9\x1d\xbe\x6b\xe7\x00\x82\xc7\x4c\xd7\x78\x81\x62\x92\x24\x7f\xab\x45\xe3\x07\x10\xd2\xd3\x7f\x5f\xcf\x5e\x45\xe3\x08\x90\x92\x76\x8f\xa2\x75\xa4\x98\x45\x89\x73\xb9\x68\x1d\x29\x66\x51\x92\x91\x5a\x47\x8a\x59\x94\x94\x23\x8b\xe6\x11\xa0\x19\xec\x52\x34\x8f\x14\x93\x28\x51\xec\x6f\x15\xed\x23\xc5\x4a\x1e\x0b\xbb\x7d\xd1\x40\x52\x9a\x6e\x3b\xc4\x89\xa2\x39\x04\x88\x76\xd2\xe4\x19\x77\x4d\x55\x7d\x8b\xc6\x0f\x20\x9a\xd1\x85\xc6\x0f\x20\xd8\xc3\x50\xb4\x7e\x00\xd1\x0e\x36\x6a\xfe\x00\xa2\x9d\xef\x93\x27\x4d\x9e\x54\xbb\x95\x27\x4d\x9e\x30\x59\x4d\x22\x40\xd3\xe1\x5d\x0c\x26\x00\x62\x12\xb0\x4e\x9b\x07\x10\xbd\xda\x83\x0c\x38\x46\x0f\x4c\xe7\x45\xa3\x07\x10\xcf\xb2\x91\xb4\x7a\x00\xf1\x2c\xdd\x6a\xf6\x00\xd2\x30\x32\xae\x68\xf6\x00\x62\xc4\xd2\x64\x14\x61\xf1\x49\xa1\xa3\x68\xf8\x00\x9a\x01\x4a\x45\xc3\x07\x10\xda\xa5\x5d\xc8\xa8\x2e\xa3\xaa\xed\x64\x14\x69\x94\x9a\xce\x84\x62\x9c\x01\x90\x8e\x3b\xbb\x18\x68\x00\xc4\x34\xa4\xc9\xa9\x6e\x0e\x77\x0f\x35\xcd\x26\x80\x79\x5c\x56\xd1\x6c\x02\xc4\xa3\x70\x54\xbb\x09\x10\x7f\x52\xba\xd5\x48\x02\x78\x25\x7d\x95\x21\xa3\xc6\x61\x14\xaf\x33\x22\x01\x48\xf5\xfc\xad\x8d\x48\x00\x92\x99\x8f\x56\x31\x24\x01\x68\x06\x90\x15\x0d\x2c\xc5\x08\x7a\x85\xb3\xa2\x81\x05\x88\x2e\x18\x9d\x06\x16\x20\x4e\x5c\xbb\x95\x29\xc6\xd0\x6b\xf6\x2c\x5a\x58\x80\x38\x4c\x1c\x8a\x4c\x31\x88\x9e\xba\xe7\xab\x68\x62\x01\x62\xcd\x1c\x9e\x5c\xc1\xc6\xd2\x28\x59\xba\x8a\x36\x16\xc0\x8c\x76\xab\x68\x4e\x01\x52\x56\x71\x2c\xda\x53\x80\x74\x94\xae\xa2\x3d\xa5\x18\x47\x8f\xe4\x54\x34\xa7\x00\xd1\xab\xcd\x64\xd4\x3c\x42\x9c\xed\x64\x14\x91\xf4\xe3\xe7\x6c\x35\xa8\x00\xa9\x35\x3c\x51\x45\x83\x0a\x90\xda\xcf\x5f\x82\x06\x95\x62\xf2\x25\xcd\x38\x45\x83\x0a\x90\xb2\xea\x6f\xd1\xa0\x02\xb4\xea\x46\xd6\x76\x02\x44\x33\x87\x27\x53\x8c\xb9\xd7\x3e\x53\xb4\x9d\x00\x41\xf3\x59\x3f\x34\x23\x1f\xd4\xe2\x8a\x91\x0f\x40\x6a\x46\x24\x16\xed\x29\x40\xca\xda\x36\x8a\xd1\x10\x40\xf4\x0b\x97\xb5\xa8\x00\xed\x08\x71\x1a\x54\x80\xe8\xd6\x66\x72\x85\x82\x58\xd5\xef\x47\x83\x0a\xd0\x8c\x5d\x2d\xda\x53\x80\xe6\x2d\x8a\xa2\x3d\xa5\x58\x1c\x45\xeb\x4c\xd1\x9e\x02\x34\xef\x2a\x14\xcd\x29\x40\x0c\xcd\x66\xb2\xc9\x7a\xd7\xc3\x3d\xa6\x3d\xa5\x58\x1b\x45\x53\x4c\x31\xb4\x02\x88\x2e\x58\x1d\x63\x2b\x80\xa0\xd1\x4e\xbb\x4b\xf1\x8a\xb8\x1e\xb3\xa2\xdd\xa5\x9c\xd8\x0a\xb4\xd8\xa2\xdd\x05\x68\xd5\xf3\x5d\xb3\x0b\x10\xdc\x64\x78\x9a\x5d\x80\xa0\xb1\x8a\x9a\x5d\x8a\xf1\x16\xdd\xd5\xd6\xec\x02\xc4\x50\x6c\x27\xef\x4e\x0c\x06\x6a\x60\xd1\xec\x52\x8c\xc1\xd0\xf2\x54\xb4\xbb\x00\x29\x77\xcf\x1e\xed\x2e\xc5\x18\x0c\x4d\x8f\x45\x1b\x4b\x31\x06\xa3\x3a\x33\x39\x75\x1d\xb5\x00\x2e\x6b\x77\x01\x5a\xf5\xc4\x33\x06\x03\x08\x06\x40\x33\x06\x03\x68\xde\x99\x29\x5a\x67\x80\x18\x1c\x13\xd3\x3a\x03\x04\x0d\x46\x69\x9e\x01\x5a\xf5\x47\xa3\x79\xa6\xdc\x87\x4f\x0c\x4e\xf3\x4c\x31\x2e\x23\xaf\x7f\x50\xd8\x8b\x96\x9a\x72\x1f\x96\xf9\x1a\x59\xc6\xf5\x83\xd6\xdc\xa9\x9a\x6a\x80\x34\x8a\xac\xd5\x54\x53\x8c\xd1\x68\x2e\x81\xf1\x18\x40\x08\x88\xec\x10\x0d\x33\x40\x6a\x47\x04\xd1\x30\x03\xa4\xdc\xe5\xa3\x56\x98\x72\x32\x54\x29\x63\x68\x85\x01\x5a\xf7\x5b\x35\xf8\x02\x88\x47\x61\xa4\x56\x18\x20\x36\xb5\x8f\x3a\x35\x42\x2d\x72\xf7\x27\xab\x19\x06\x68\xdd\x45\xd6\xe2\x52\xcc\x6d\xd5\xfd\xdb\x6b\x71\x01\xd2\x31\x60\x15\x2d\x2e\x40\xbc\xce\x59\x38\xdb\x80\xd6\xfd\x0a\x35\xb8\x00\xf1\x3a\x9b\xc9\x80\xc7\x58\x51\x7f\x13\x1a\x5c\x80\xa0\xd1\x85\x06\x17\xa0\x35\xcf\x39\x0d\x2a\x40\xbc\x0e\xbe\x6b\x51\x01\x52\xef\x1e\x6a\x5a\x54\x80\x68\x07\x03\xb4\xa8\x00\x41\x63\x6d\x8d\xcd\x00\x5a\x77\x69\x35\xb2\x00\xed\xef\x6d\xb2\xe9\x95\x4d\xcc\x41\x13\x0b\x10\xe3\x75\x70\xb2\xee\x95\x75\xca\x62\x9a\x5d\x80\x90\x2d\xed\x54\xd6\xbd\xb2\xc9\xb1\xc9\xa6\x57\x36\x29\x4f\x69\x75\x01\x5a\x73\x8b\x69\x74\x01\x62\x3b\xb1\x86\x1a\x5d\x80\xd6\x3c\xab\x0c\xdc\x00\x5a\xf7\xa7\xa1\x19\x06\x88\xc9\x33\x53\xcd\x30\x40\xeb\xfe\xfa\x34\xb9\x00\xd1\xcc\x0e\x64\xc8\x76\xe3\x78\x2c\x6b\x72\x01\x5a\xf7\x43\xd5\x6c\x02\xc4\xec\x59\x7d\xcd\x26\x40\xbc\x0e\x8e\x68\x22\x01\x52\x5f\xea\x87\xda\x48\x80\x34\x7e\x6a\x0d\xda\x43\x80\x74\xa2\xf9\x8a\x31\x17\x40\xca\xf3\xd0\x1c\xf2\x67\x2d\x3e\x67\xab\x8d\x04\x88\x76\xb0\x58\x1b\x09\x10\x34\xfb\x75\x15\xbf\xb3\x8a\x3e\xeb\x2a\x7e\xa6\x4c\x91\xa1\x1a\x49\x80\x94\x0f\xdf\x35\x92\x00\xd1\xaf\x73\xf3\x03\xa0\x56\x8a\x37\x6a\x8a\x46\x92\x62\xad\x94\xa9\xd0\xa1\x91\x04\x88\x47\x63\x78\x55\x23\x49\xb5\x7e\x8a\x41\x94\x55\x23\x09\x90\x2c\x86\xbb\xaa\x06\x11\xa0\x79\x89\xa5\x6a\x0f\x01\x52\x53\x48\xa8\x1a\x44\x80\xe8\x62\x40\x1b\xd2\x0e\x57\x0a\xb4\x29\x6d\xba\xa3\x7c\x76\x49\x33\x91\x0c\x1f\x5e\x35\x28\x03\x88\xf7\x39\xbc\x5b\x9a\x5c\x19\xb6\x7b\xa4\x1d\xae\x54\x68\xaf\x34\x6f\xfa\x21\xef\x56\x8d\x24\x40\xf4\x61\xbb\x4f\xda\x67\x3b\xa6\xab\x91\x04\x08\x5a\x87\x26\x5b\xc8\xb0\x95\x35\x83\x56\x2d\x27\x40\xbc\x4f\x9a\xac\x4a\x27\x7c\x8f\x7e\xb5\x9c\x00\xf1\x3e\x78\xa0\xe5\x04\x08\x1a\x3c\xd0\x74\x02\xc4\xfb\xa4\xc9\x3f\x52\x6b\x9d\x20\xa3\xaa\x39\x05\x68\x83\x1f\x5b\xd5\x9c\x02\xc4\xeb\x60\x8b\xc6\x13\x20\x75\xc3\x06\xab\xc6\x13\x20\x9d\xa0\xa2\xaa\x51\x04\x88\x67\xe9\x42\xdb\x06\x90\xac\x13\xb1\xaa\xb6\x0d\x20\xd5\xc6\x4f\xb6\x6a\xdb\x00\x42\x70\xb7\x9d\x43\xc6\xb8\xd1\x14\xf8\xaa\xc6\x8d\xea\xc5\x07\xff\x49\x55\xeb\x06\x90\xca\xcf\xad\xa1\x75\x03\x08\x9a\xed\x9c\x07\x55\xb3\x87\x9b\x54\xeb\x06\x10\xcd\xec\xc2\xa9\xe5\x33\x35\x5f\xe7\x8a\x07\xb4\x21\x93\x35\x65\x00\xf1\xa8\x34\x17\x17\x53\x46\x49\x6e\x34\xe3\x3e\x80\x36\xf8\xea\xab\xd6\x0d\xa0\x8d\xf9\x0f\x41\x6f\x55\x43\x07\xd0\x86\xb3\xd6\xce\x01\x44\xff\xac\x80\x31\x20\x40\xd0\x58\x3d\x8d\x1f\x40\x1b\xee\x5f\x6d\x1f\x40\x34\x63\xbf\x19\x05\x02\xb4\xe1\xba\x17\xf9\x55\xcc\x34\x24\xc3\x34\x91\xd4\x72\x3e\x11\xa7\x23\xc3\x8a\xb9\x96\xfc\x1c\x0c\x0d\x01\xd2\x89\x43\xab\xc6\x86\x00\xd1\x8e\x67\x35\xaf\x00\xc1\x31\x69\x72\xac\xaa\xed\x26\x69\xb2\x0c\x53\xca\x30\xb0\xaa\x6a\x4a\x01\x1a\x59\xcf\x57\xd5\x92\x52\xbd\x79\x41\x06\xae\x55\xb5\xa4\x54\x6f\x5e\x90\x82\x6b\x55\x2d\x29\xf5\xdc\xbc\xe8\x76\x21\xa3\xbc\x66\x41\xca\xb0\x55\x35\x8b\x54\xf2\x6d\x15\x12\x4e\xaf\xaa\x11\x04\x08\x9a\xfd\xca\x02\x52\x49\xb7\x7a\xfa\x75\xba\xd5\xea\xc2\x6e\x7d\x2d\x1e\x40\xd0\xe0\xbc\x31\x21\xb5\x65\xa6\x21\xc9\x99\x35\x35\xb1\x2a\xcd\xa9\x35\x4b\xb9\x72\x16\x57\xad\x1b\x40\xd0\x6c\xe7\x34\x9a\x06\x21\xfe\x8c\x55\xb3\x05\x10\x5f\x17\x43\x36\x56\xa3\x9a\x21\xab\xb8\xa7\xb5\x5b\x54\x33\x64\x79\x09\xa2\x6a\xa3\x00\xda\x39\xee\x35\x47\x54\x53\x5f\x79\x59\xb8\x6a\x8e\x00\xda\x39\x62\xb5\x46\x00\xcd\x7f\x4c\xd5\x18\x01\xa4\x46\xad\xb4\x55\xb5\x3c\x00\xa9\x19\x93\x57\xb5\x3c\x54\xac\x0c\x27\x02\xaf\x6a\x65\x00\x9a\xba\x73\xd5\xc8\x00\xa4\x13\x0e\x57\x35\x32\x00\xa9\x1a\x0c\x5f\xb5\x32\x00\xa9\x68\x62\xac\x5a\x19\x80\xa0\xd9\x85\x4b\xc6\xd5\xfd\xd2\x88\x7b\xaa\x5a\x1e\x80\xb6\xdc\x3d\x5a\x1e\x80\x68\xc6\x64\x0d\xd9\x00\x1a\x79\xde\x57\xd5\x18\x01\x44\x33\x26\xa6\x31\x02\x48\x85\x1a\xe4\xab\x6a\x8c\x00\x82\xe6\xb3\x6e\xda\x61\x1e\x5c\x7f\x27\x5a\x23\x80\xe6\xb5\xff\xaa\x31\xa2\x5a\x24\xbb\x79\xe4\x6a\x8c\x00\xd2\x89\xd1\xac\x1a\x1e\x80\xd4\x87\x1b\x40\xc3\x03\x60\xa9\xad\x55\xb5\x3b\x54\x6c\x0c\xeb\xbc\x4d\x96\x70\x53\x5f\xd3\x64\xd5\xec\x50\x31\x31\x14\x05\x8f\xaa\x89\xa1\x5a\x0f\x5b\x11\xb8\x6a\x63\x00\x52\x51\x8e\xad\xda\x13\xaa\xf6\x04\xef\x14\x56\x35\x51\x20\xcd\x86\x79\xb6\xaa\x61\x02\xc9\x12\xad\xab\xea\xec\xad\x26\xc5\xaa\xee\x31\x75\x8a\x7a\x8a\xd1\x78\x80\x2b\xa2\x02\x41\xa3\x9d\x82\x16\x90\xa6\x5f\x4a\xf3\xa0\x6f\x7f\x07\x7d\xcc\xad\x79\x30\x00\x69\x2a\x06\x37\xf9\xde\xcc\xb0\xcd\x47\xd1\xe4\x3b\x10\xd3\xc8\xd0\x2e\x69\xdc\x43\x6a\x3e\x79\x4b\xe2\xa6\x2a\x72\x6b\x93\xeb\x40\xfa\x69\x2b\x6b\xb2\x1d\x08\x21\xd5\xb7\x7d\xd2\x3e\x7b\xe0\x75\x32\x1e\x48\x86\x52\x35\xf9\x0e\x64\x72\x4d\xaf\x26\xdb\x81\xdc\x8a\xad\x9a\x24\x73\xba\xf1\x37\x6c\x5a\x71\x80\x59\xb8\x0b\xd2\x34\xd8\x00\xb3\x70\xb0\x35\xed\x35\x40\x31\x38\xb6\x19\xeb\x02\x14\x1d\x02\x4d\x73\x0d\xb0\x7e\x68\x71\x4d\x6b\x0d\xb0\x7e\xc5\x77\x6d\x49\x04\x7f\xba\x04\xda\x6a\x80\xa2\x4d\xbf\x69\xaa\x01\xd6\x8f\xcf\xbc\x69\xa9\x01\x8a\xa6\xc4\xa6\xa1\x06\x28\x3a\x34\x9a\xc1\x30\x40\xd1\x79\xd7\x34\xdd\x00\x45\x6f\x63\xd3\x4c\x03\xa4\x66\xe4\x4f\xd3\x4e\x03\x04\x8d\x91\x69\xa8\x01\x8a\xf6\xe5\xa6\xa1\x06\x88\x66\xf6\x20\x33\x02\x56\x48\xb4\xff\xf9\x2b\x6f\xda\x6c\x80\xe5\x7d\x80\xa6\x79\x06\x58\xe3\xbc\x57\xc6\x04\x2c\x45\xae\xa6\x71\x06\x48\xb5\xf1\xab\x6c\x1a\x67\x80\x6a\xec\x4c\xf3\xcb\x01\x62\x57\x4b\x93\x35\xa4\xf9\x33\xb5\x53\xd3\x36\x03\x54\x33\x47\x35\x4d\x33\x40\x35\x42\xb8\x69\x99\x01\x62\xe3\xb0\x99\xb4\xcc\xb4\xeb\x70\x0b\xde\x6b\x99\x69\x17\x97\x74\xb3\x43\xf3\x73\xb8\xb4\x32\xf0\xb5\x36\x83\x5f\x9a\xc1\x2f\x5a\xe3\x9b\x86\x19\x20\x68\x3e\xeb\xe6\x09\xa8\x86\xf4\x35\x0d\x33\x40\x34\x63\x0e\x5a\x61\x80\xa0\x31\x62\xcd\x30\x40\x35\xe8\xb2\x69\x4a\x01\x52\xd2\x06\xd2\x8c\x74\x01\x82\xe6\xeb\x9c\xd8\x7d\x4c\xe0\x70\xce\x50\x97\x86\xad\x24\x1d\xa6\x6b\x2b\x01\xaa\x77\xc6\x9b\x61\x2d\x40\x4a\xe7\x03\xd3\x7c\xd2\xcc\xe5\xdd\xce\x50\x9c\xc5\x7d\xbc\xce\x76\xe1\x52\x63\x52\x49\x9a\x5e\x9a\x26\x15\x20\x86\xc2\xb3\x1e\x75\x40\xd0\xe8\xc3\x20\x16\x20\x68\xac\x8f\xf6\x13\xa0\x69\xc2\x6c\x9a\x4f\x80\x68\x26\xcd\x25\xc3\x7c\xa2\x85\xb5\x19\xc4\x02\x44\x33\xbe\x03\x4d\x2a\xed\xc1\x66\x8f\xcc\xd6\xb4\x94\x00\x31\x09\x3a\xd5\x04\xd2\xbc\x86\xc2\xaf\xae\x69\x01\x01\x52\x3e\x9b\x53\x13\x48\x7b\x8f\x95\x90\x39\x68\xee\x00\x9a\xd7\x80\x9b\xd6\x0e\xa0\x79\x01\xad\x69\xec\x00\x9a\xb7\x80\x9b\x26\x8b\xf6\x5a\xbe\xa0\xda\xcc\x85\x08\x68\x64\x39\x5d\x4d\xf3\x44\xd3\x3c\x61\x78\x4d\xd3\x3c\x01\xa4\x6c\x90\x50\xd3\x3e\x01\x44\x3b\xc6\xab\x7d\x02\x68\xe6\x8f\x68\xda\x27\x80\x36\x10\xbb\x9b\xf6\x09\x20\x84\x58\xd8\xab\x7d\x02\x08\x1a\x83\x33\x4e\x04\x08\x9a\xcf\xba\x0c\xfb\xfc\x49\x78\xd6\x0b\x1b\xed\x44\x53\x30\xd9\x6e\x30\x3d\x90\x74\xbb\x74\x75\xb0\x7e\xaa\x5b\x1e\xda\x96\xb6\xff\xef\x7f\x3a\x09\x00\x57\x57\x2d\x03\xcc\x8e\xba\xba\xbe\xea\xee\xad\x75\xb6\x43\xd7\x57\x0d\x74\x12\x13\xae\xae\xaf\x1a\xe8\x24\x39\x5c\x5d\x75\x0e\xe8\x24\x39\x5c\x5d\x8d\x0c\xe8\x8a\x91\x5d\xe5\xab\xab\x7c\x25\x1f\x74\xf8\x2a\x5a\xec\x85\xee\xef\x17\xe8\xca\x9a\x5d\x35\x0b\x48\x9e\xc3\x5d\x27\x32\xd0\xfd\x6f\x77\x35\x2f\xa0\x2b\x08\x77\x15\xaf\x7e\x14\x2f\xde\xa5\xde\x05\x24\x4f\xa9\xae\xde\xd5\x4f\xae\x34\x76\x69\x57\x3d\x02\x52\xd7\xe9\xd1\xd5\x8f\x80\x3e\x50\x95\xbb\xea\x11\xd0\x87\x1c\x53\x3d\x02\x92\x91\x36\x5d\xed\x08\xe8\x83\x0d\xd9\x55\x8e\x80\x3e\xaa\xad\x9c\x12\x7a\x90\xa2\x4d\x57\x0d\xea\x7a\x99\xf9\xca\xba\x4e\x66\x20\x75\xef\x6c\x75\x35\x23\x20\x69\xca\xec\x2a\x46\x40\x1f\x1c\x14\x5d\xbd\xa8\xeb\x62\xe6\xcb\xee\xea\x45\x40\x9a\xf9\x74\xe0\x94\x02\x46\x3a\x2f\x73\x4a\xd5\x5b\x68\x3e\xe9\x92\x54\xb2\xd0\x2c\xdf\xef\xf8\xb9\x30\x9e\x1c\xbf\x7a\x0d\x90\xa9\x8c\xb1\xba\x6a\x0d\x30\x92\xec\x31\xae\x1d\x18\xc9\x81\xa9\xe9\x00\x23\x39\x2e\xdd\xb8\xfd\xa4\x2b\xe3\x9c\xeb\x2a\x35\x40\x36\xd2\xb7\xab\xd3\x00\xb9\xc9\x58\x5d\xb1\xc0\x18\xd9\x07\x65\x7f\xe3\xb6\x98\x2b\xa2\x92\x03\xe4\x56\xff\x41\xfb\xee\xba\x6e\x81\x31\x30\x97\x76\xbd\xb4\x40\x6e\x6e\x11\xb5\xa2\xde\x95\xbb\x58\x2f\x35\x20\x20\x6b\xe8\xe8\xfa\x4f\x81\x34\xbd\x67\xd2\xd5\x6c\x80\xa2\xd7\xa5\xab\xd9\x00\xb3\x34\xbb\x74\x76\xdc\xdd\xf6\x6a\x4e\x57\xaf\x01\x66\x41\x3b\xed\xaa\x30\xc0\x2c\x28\xb6\x5d\x0d\x06\x28\xc6\x30\x77\x35\x18\x60\x96\x26\xc9\xe1\x0f\x24\x2a\xb7\x83\x0a\x0c\x50\xbc\x65\xd5\xd5\x5f\x80\xe2\xcd\x9f\xae\xfa\x02\x14\xc3\xc1\xba\xda\x4b\x1f\x5c\x8e\xe3\x37\xdf\x95\x98\x81\xe2\x65\xa0\xae\x74\x0c\x84\x40\x23\xcd\x49\x0e\xae\xc2\x35\x5f\xe6\x24\x07\x97\xa5\xdc\x22\xfa\x42\x81\xf5\x93\xd5\xca\xc6\xc0\xfa\xb9\xd0\xba\x42\x81\xd4\x13\xff\xa9\xae\x70\x0c\xac\x9f\xbb\x46\xb7\x27\x50\xd4\x8d\xbb\xf2\x72\x9f\xa4\x46\x74\x87\xeb\xe0\x04\xd6\xaf\xf8\x2e\xa7\x34\xb9\x05\x85\x27\xab\xeb\xca\xec\x56\x9a\xf5\x4c\x53\x5c\xee\x47\x5c\x76\xac\xce\x68\x3a\x23\xc7\xea\x8c\x8e\x6c\xec\xeb\x5d\x49\xfc\x98\xcd\x5b\x1a\x5d\x49\x18\x58\x26\x42\xea\x4a\xc2\x7d\x71\xfd\xc1\x33\x53\xb1\xb7\x2f\xae\xcd\xa0\x76\x74\xc5\x5e\x20\x78\xcd\x30\x14\x7b\x81\x65\x26\xa4\xae\xd4\xdb\x8f\xd4\xcb\xc8\x94\x7a\x81\xea\xfd\xa9\xae\xd0\x0b\x54\x6f\x44\x74\xa5\xda\x6e\x60\xf7\x19\xab\x53\x5a\x86\x1d\x22\x75\x76\xe5\xd5\x7e\x82\xb8\x91\x31\xbb\x02\x6b\x37\x88\x5b\x3f\x7e\x57\x60\x05\x52\xa5\x22\xcb\xea\x4a\xac\xdd\x20\xee\x33\x2d\x45\x56\x20\x8d\x74\x9e\x75\x5a\x66\xa6\x76\xd5\x75\x12\x02\x21\x62\x31\x3c\xe5\x53\xa0\x19\x52\xd1\x15\x45\x81\x94\x96\xff\x07\xe5\x4e\x20\x68\xb4\x53\xee\x04\x82\xc6\xe8\x94\x3b\x81\xa6\xef\xad\xeb\xe9\xeb\xde\xc0\x56\x2a\xee\xba\xfa\x80\xd6\x91\xeb\xbb\xa2\x28\xd0\xba\xef\x72\x15\x6e\x45\x33\x46\xab\x1c\x0a\xa4\x7e\x5e\xef\x2a\xdc\x1e\x80\xac\x82\x62\x28\x30\x86\x5f\xba\x52\x68\xd7\x89\x67\x72\xd9\xae\xc4\xd9\x2d\x07\x6b\x97\x0a\x9c\x40\x51\x53\xed\xaa\xdb\x40\x31\xfe\xae\xeb\xd5\x03\xd6\x91\x1b\x94\x4a\x81\xf5\xab\xb6\x72\x8e\x8f\x1f\x14\x0b\xa0\x9c\x0a\x14\xc5\xe3\xae\x98\xda\x1f\xee\x58\x22\x09\x77\x45\x52\x60\xfd\x3c\xe5\x15\x49\xfb\xe3\xb5\x24\xdf\xe5\xbc\xa9\x0f\xab\x1d\xa8\xeb\xcf\x03\xaa\x81\xf1\x5d\x21\x15\x28\x46\x6e\x74\xdd\x79\xc0\x32\xab\x56\x57\x1e\x05\xaa\x51\xf6\x5d\x8f\x5c\x3f\x31\xce\x3e\xa9\x88\x0a\xc4\xfe\xa1\x4f\x65\x54\xa0\x99\x85\xaa\x2b\xa3\x02\x4d\xcf\x7b\xd7\x21\x07\xc4\x1e\xb0\x99\xd3\x7c\x75\x63\xfb\x49\xe9\x92\x03\x4e\x0c\x7c\x57\xbc\xed\x7a\xe4\xce\xf7\xa3\x47\x0e\x68\x26\x75\xe8\x4a\xbc\xc0\xf1\xd1\x75\x43\xa3\x81\x78\xd2\xb7\x39\xf9\x17\xc7\xb6\x3f\x14\x85\xe0\xae\x10\xac\x0e\xd8\x15\x78\x81\x90\xa9\x79\x9d\x12\x2f\xd0\xcc\x1a\xd1\x95\x78\x81\x46\x41\x80\xd5\x15\x6e\xbb\xc2\xad\xca\x76\x57\xb8\x05\x92\xb1\xd2\xdd\xd8\xe6\xee\x8d\x68\xb9\x6b\x68\x33\x50\x34\x15\x74\xc3\x93\x81\xd2\x7e\xff\x70\xf5\xac\xeb\x99\x03\xd6\x0f\x45\xa8\xeb\x98\x03\xd6\xcf\x0f\xc4\xd8\x65\xa0\xa8\xf5\x75\x85\x6d\x20\xd5\xe9\x47\xaf\xab\x0e\x58\x5e\x84\xef\x1a\x90\x80\x62\x7c\x58\xd7\x51\x07\x14\x03\xb0\xba\x7e\x3a\x60\x0d\x8f\x37\xdd\x74\x40\x31\x16\xae\xeb\xa5\x03\x96\xe9\x75\xba\x4e\x3a\xa0\x18\x7d\xd5\xf5\xc7\x01\xcb\x4b\xed\x5d\xdf\x5b\xb7\xf2\xab\x2b\x36\xf4\xbd\x01\xd5\x9b\x12\xc3\x58\xe4\xf1\x3b\x27\xea\x82\x56\xa4\x15\x53\xdc\x26\x68\x55\x5a\x45\x57\xee\x90\x9a\x24\xe3\x4e\xf9\xba\x86\xee\xb8\xf1\xf3\x0a\x84\xa4\x29\xc9\xa8\x75\xbe\xcb\xa1\xe7\x0d\xa8\x5e\x9d\x1c\x3a\xd9\x86\x91\xc8\xfe\xe1\x87\x0e\x35\xa0\x99\xff\x6c\xe8\x4f\x03\x9a\xe9\xd5\x86\xee\x34\xa0\x99\x54\x67\xe8\x4d\x03\x52\xa2\x58\xfd\x1a\x7a\xd3\x80\x66\xae\xb6\xa1\x33\x6d\x18\x86\xec\x9f\x6e\xe8\x4c\x03\x9a\x99\xd9\x86\x3e\x32\xa0\x99\x60\x6d\xe8\x0e\x03\xe2\x58\x67\x68\xfa\xc3\x80\xa0\x39\x10\x67\x95\x94\x5b\xe4\x91\xea\x19\xd0\x0c\x6b\x1a\xaa\x67\xc3\xf8\xe2\xd5\xec\xd5\x99\x26\x82\xb8\x96\x63\x73\xa6\x86\x17\x2f\x3e\xaf\xa1\xca\x06\x04\x8d\x79\xa9\xb3\x01\xa9\x1b\xaf\x33\x54\xda\x80\xf8\x82\xe9\x56\xad\x0d\x08\x9a\xed\x5c\xe8\xac\x8a\x4d\xb7\x3a\xe1\x80\x68\x26\x4d\x9e\x64\x1d\xe8\xfc\xeb\x86\x4e\x38\xa0\x99\x06\x6b\xa8\xf1\x0d\x7d\x70\x94\xd0\x5e\x43\x1f\x1c\x10\x34\x26\xab\x1a\x08\x34\x0a\x31\xac\xa1\x0b\x6e\x64\xfd\xec\xd5\xc1\xc9\x93\x7c\x74\x71\x76\xa6\x2a\x1e\xd0\x94\x73\x86\x2a\x1e\x90\xaa\x59\x1a\x87\x3a\xde\x38\xbe\x35\x06\xa7\xa7\x0c\x08\x1d\x5b\x9a\xf3\x2a\x0a\x3f\x7e\x23\xea\x7d\x83\x74\x61\x03\x19\x6c\xa8\xe3\x01\xf1\x28\x73\x50\x7d\x1b\x94\x91\xa1\x02\xef\x1a\xaa\x6f\x43\x37\x16\x75\x64\xd6\x50\x7f\x03\xd2\x31\x9d\x0e\x15\xb8\x61\x1d\x19\x35\xcb\xa1\x02\x07\xb4\xf3\xd9\xa8\xc0\x01\xe9\xd8\x53\x87\x1a\x1c\xd0\x3c\x59\x86\x5e\xac\xa1\x17\x4b\x53\xe9\xd0\x58\x3d\xf4\x62\x69\x18\x1d\x7a\xb1\x80\x76\x3e\x7d\xe3\x7d\x87\x8e\xad\xe6\x6e\x52\xd3\x1b\x3a\xb6\x0c\x77\x19\x6a\x6c\x40\x1a\xc6\x98\x0c\xc3\x71\x81\xe4\x05\xab\xa1\x7e\x06\x14\x6d\x49\x43\x3f\x14\x90\x6a\x73\xc0\xaa\x6c\x40\x9c\x55\xbe\x4d\x0e\x37\x6f\x44\x9d\x76\x8e\x24\x94\xb6\x66\x16\xac\xa1\xd2\x06\xa4\xa6\x07\x76\xa8\xb5\x01\xc9\x5b\x6d\x43\xb5\x0c\x88\x5e\x69\xa6\xb7\x0a\xa8\x5e\x80\x1e\xaa\x6a\x40\x33\xb9\xdb\x50\x55\x03\xb2\xb9\xd8\x86\x31\xb1\x40\xfb\x9d\x07\x9d\x41\x87\x95\x1e\x11\x6a\x6f\x40\x36\xb1\xdb\x50\x79\x03\x66\xc1\x6b\x38\xd4\xd4\x80\xf5\xf3\xfb\x50\x53\x03\x52\x37\x23\xc6\xd0\x03\x05\xac\x1f\x52\xe4\x50\x55\x03\xd6\xcf\x0f\x50\x55\x0d\x48\x4d\x95\x68\xa8\xab\x0d\xef\x07\xfb\x29\xa8\xab\x01\xcb\x30\xf5\xa1\xae\x06\x14\x6d\x88\x43\xc5\x0c\x28\x1a\xf8\x86\xde\x8d\x31\xfc\x65\x49\x72\x4a\x5e\x0e\x3e\x47\x88\xca\x1a\x90\x7e\x5e\x36\x1a\x2a\x6b\xc3\xdb\xc1\xc5\x09\x38\xcf\x73\x3b\x38\xff\x83\x76\x3d\x54\xe6\xc6\xb9\x3c\x7c\x66\xe3\xd2\x9e\xcb\xc3\x6e\x45\x35\xbc\x61\xf6\xae\xf3\xa7\x53\xc5\x03\x82\xc6\x1a\xe9\x12\x19\xe7\xf6\xb0\xc3\x52\xed\x03\xa2\x0f\x96\x44\xbd\x6f\x98\xd2\xcb\x3b\x4b\x43\xc5\x6f\x78\x7d\xd8\x49\xaa\xf8\x01\xa9\x37\x6c\x5e\x43\xcd\x6f\x78\x55\x58\x69\x60\xe8\x29\x01\x62\x37\x32\x0d\xd5\xc1\x31\xcf\x7e\x77\x28\x32\x92\x3c\x5f\x5a\xf6\x87\xfa\x20\x50\x4d\x0d\x31\xd4\x07\x87\x97\x82\x15\x1b\x86\x0a\x21\x50\xf5\x1c\x0c\x35\x3d\x20\xfe\x89\xd2\x1c\x30\xde\x8c\xd4\xec\x41\xbd\x0e\x68\xa6\xad\x1b\xea\x75\xc3\x8c\x5e\xed\xd0\x1c\xef\xc9\xe8\xe5\x71\xa7\xb2\x07\xc4\xfe\x63\x29\xd4\xf6\x80\x94\x16\x56\x86\x61\xdc\xe9\x38\x29\xbd\xfc\x10\x54\x01\x81\xa0\xd9\x87\xb3\x58\xe7\xab\x65\x29\x74\x6d\x00\x27\x21\xf2\x50\x53\x1c\x27\xec\xd4\x7f\x96\x9a\x22\x90\xb2\xf7\x29\x86\x9a\x22\x70\xae\xc0\x0f\x15\xc5\x71\xc2\x4e\xdd\x14\x2a\x8a\xc3\xb0\xd3\x73\x18\xeb\xdc\x00\x8e\xcf\x7e\xe8\xc7\x18\x27\xc2\xd4\x0d\xa0\xa2\x38\x4e\x34\xa9\x7b\x51\x47\xc6\xb0\x86\xe8\xd9\x3b\x6a\x8f\x40\xd0\x1c\x8a\x4c\xa1\x24\x92\x37\xbb\x86\x0a\x25\x10\xcd\xe8\x56\xe5\x11\x48\x55\xbf\xf3\x30\x76\x14\x48\xc7\xb8\x33\xd4\x28\x87\x1a\x65\xf7\xc8\x50\xa3\x04\x52\x37\x03\xef\x50\xa5\x04\xa2\x1d\xc3\xd3\xbb\x31\x8c\x0e\xed\xc8\xb9\x43\x45\x73\x18\x1d\x3a\xfc\x95\xa9\x69\x02\xf1\x3b\xf6\x59\x59\x80\x17\xa4\x9b\x78\x7a\xa8\x7e\x02\xd1\x0e\x2e\xab\x6c\x02\x69\x0e\x42\xe1\x86\x2e\x0f\x20\xe6\xe6\xb3\xee\x01\x5c\x1e\x25\x29\xcb\xa8\x81\x02\xd1\x8e\xf1\xa9\x82\x02\x6d\xba\x42\xaa\xa0\x40\x3a\x96\xb1\xa1\x0e\x0a\xb4\xe9\x1e\x50\x07\x1d\xcf\x89\x96\xb0\x99\x5c\xc1\x31\x72\x3e\x46\x1d\x23\x40\x3a\x4e\xc3\xa1\x16\x0a\xa4\x63\x0a\x1f\xaa\xa1\x40\x33\x09\xff\x50\x0d\x05\xf2\xef\x74\xe0\x0e\x08\x28\x3a\x72\x86\x6a\xe8\xf0\x1e\xef\xd9\x77\xea\xa1\xc3\x7b\xbc\x67\x1b\x1b\x56\x3a\xce\x3d\x5e\x0f\x6b\x7d\x2a\xc3\x7b\xbc\xe7\x4f\xab\xc2\x0a\x04\x97\xe8\x43\x8d\x15\x68\x3a\xda\x86\x0a\xeb\x50\x61\x35\x6a\x61\xa8\xb0\x02\x41\xf3\x51\x59\xf2\x1a\x79\xed\x0f\x59\x95\x75\x1c\x95\x55\x21\x45\x95\x75\x1c\x95\x55\xde\xa9\xb2\x0e\xa3\x48\xcd\xf5\x39\x54\x46\xc7\x71\xbf\x30\x5b\x95\xd1\xa1\x96\xd9\x95\x6f\x75\xb5\x8c\x7d\xd6\x5a\x9a\x6b\xbd\x4f\xec\x14\xdd\xaa\x66\x0e\x1d\x2b\xd6\x09\x18\xea\x99\xe3\x4f\xcf\x84\x53\x46\x7e\x02\x69\x18\xde\x3f\xcc\xa0\x35\x2c\x72\x84\xdd\x6d\x18\xd1\x09\x44\xb7\x34\x53\x6f\x04\xe2\x18\x64\x28\x2a\x8e\x40\x70\x8a\x2e\xd4\x1c\x81\x64\x05\xdf\x35\x8c\xf2\x04\xb2\xf1\x4c\x43\xcd\x11\x48\xb5\xb9\x17\x55\x1d\x81\x7a\xce\x0a\xf5\x44\x20\x7a\xb5\x07\xf9\xf9\x61\x02\x70\x79\x54\x14\x87\xe1\x9c\x46\xd9\x0d\x35\x45\xa0\x99\x38\x70\xa8\x29\x0e\xc3\x34\xd7\x79\x9b\x1b\xea\xa3\xcc\x1a\xaa\xf7\x54\x53\x04\x52\x29\x8c\x77\x1a\xa5\x09\x64\x43\xbc\xa6\xda\xe3\xa4\x60\xa9\xc6\xd5\xa9\xa2\x08\xcc\xd2\xff\xbb\x82\xd8\x9a\xea\x91\x33\x54\xc7\xa2\xcb\x75\x1a\xc1\x39\x4d\x69\xcd\xf7\x3d\x55\x23\x81\xa2\x59\x6e\x1a\xab\x09\x14\xcd\x6d\xd3\xb0\x4c\xa0\xac\xf3\xe0\x2b\x09\x53\x4e\xb1\xd5\x27\x09\x8f\x39\x7f\xf8\xa9\xc6\x38\xc9\x8c\xa5\xc3\x74\xaa\x1d\x4e\x93\x55\x73\x18\x4d\x95\x43\xa0\xe8\xf5\x9d\x06\x5a\x02\x69\x0e\x8c\xf4\xd3\x40\x4b\x20\x8d\xcc\x6f\x75\xaa\x44\x02\xf1\x25\x4f\x68\x4e\xd3\x14\xd6\xfc\x7c\xa6\x0a\xe3\x34\x37\xf5\x99\x81\x0a\x23\x50\x35\xdb\x4e\x15\xc6\x69\x6a\xea\xbf\xf1\x6e\x69\x47\x0e\xb0\x9d\x33\x4d\x1a\x86\xf9\xab\x4c\x35\xc6\x69\x6e\xea\x33\x31\x35\x46\xa0\x1a\x56\x30\x55\x0e\x81\xd4\xbc\x1b\x33\x55\x0e\x81\x66\x96\xb1\xa9\x22\x38\xcd\x42\xad\x5b\x79\xaa\x08\x02\xd1\x43\x81\xe6\xfa\x65\xe5\x20\x57\x4b\x4d\x10\x88\x67\xe1\xa7\x6a\x1f\x50\x8d\xfb\x9d\x7a\xff\x80\x66\xbe\xb0\xa9\x22\x08\xa4\x9e\xab\xf3\x72\xae\x59\xe7\x38\x27\xca\x54\x39\x04\x9a\xf9\xe0\xa6\x8a\xe0\xb4\x3c\x69\x73\x12\x7a\xfb\x80\xf8\x14\xe9\xd5\x4b\xa4\x40\xd0\xe0\x89\x1a\xe3\xf4\x12\xa9\xd5\xbd\xa6\x81\x94\x40\xf3\x82\xe7\x54\x61\x04\x9a\x01\x88\x53\x3f\x21\xd0\x7e\x67\x6c\xce\x34\xa0\x99\xa7\x6c\xaa\x07\x02\x71\x9a\xf0\x7e\x95\xbe\x69\xf1\x50\xca\x27\xae\xa9\xd2\x07\x44\x3b\x5e\xa7\xdf\x0e\x88\x76\x30\x58\x4d\x10\x68\xde\xe5\x99\x2a\x82\x40\xfc\xc7\xed\xc2\xf1\x72\x31\x34\x79\x8d\x62\xaa\x09\xce\x73\xf3\x93\x43\x6c\xea\x06\x04\x82\x06\xeb\xd4\x0e\x81\x60\x93\xef\x73\xc3\x56\xec\x8c\x87\xe4\x1a\x5a\x79\x54\x66\xea\x2e\x04\x5a\x3d\x73\x70\x09\x03\x9a\x97\x6f\xa7\xee\xc2\x69\x91\x51\x15\xbc\xa9\x73\x10\x68\x5e\x8c\x9e\xaa\x95\xd3\xe2\xa1\x14\x5d\x5e\x53\xb5\x12\x68\x5e\x04\x99\xde\xdd\x9c\xd6\x0e\xa5\x5c\xf3\x9a\x6a\x95\xc0\x49\xbd\x34\xf5\x0e\x02\xd1\x8c\xb1\xa9\x69\x02\x41\x83\x21\x6a\x9a\x40\xf3\x36\xc3\x54\xd3\x04\x52\xf6\x8e\xe7\x54\xd3\x04\xe2\xd0\xe5\x75\xea\x95\x93\x3b\x99\xd9\xbb\x7c\x53\x1f\xe0\xec\x27\x10\x80\xf7\x19\x06\x09\xb4\xb1\x6c\xe6\xaa\x76\x6d\x14\x72\xce\xc8\x48\xa0\x8d\x25\xc9\xb9\xf6\x13\xa4\xea\xa3\xae\x60\xb7\x7c\xff\x79\xd4\xf9\x07\xb4\xe9\xe2\xab\x95\x02\xa9\x53\x5b\x7e\x4d\xbd\x85\x40\xf3\xfa\xc1\x54\x05\x9d\xc6\x3b\xfa\x11\xaa\x82\x02\xcd\xdf\xe1\x54\x03\x05\x52\xf1\x0f\x3e\x55\x41\xa7\xb1\x8d\x5e\x35\x99\x3a\x07\x81\xf8\x33\x43\x53\xc8\x06\xb2\x81\xcb\x53\x07\x0d\xb0\x7e\x9e\x2d\x8a\xd3\xc0\xa2\x6a\xe4\x9a\x4a\xd3\xf3\x3a\x82\x13\xac\xf4\x76\x16\x50\x95\xa5\xa6\xd2\x34\x50\x15\xb9\xa6\xc2\x34\x10\x07\x15\xc3\x55\x98\x06\xaa\xb1\x1d\x53\x59\x7a\x2a\x4b\x67\xf7\xa5\xb2\x34\xd0\xbc\x9b\x36\x15\xa5\x81\x54\x1b\x12\xe2\x54\x94\x06\x62\x4b\x3b\x10\x67\x65\xa1\x50\x9d\xb1\x53\x51\x1a\x68\x26\x49\x98\x4a\xd2\x53\x49\xba\x77\xbb\x70\xf6\x37\x82\x14\xc6\xdf\xa9\x70\x0d\x44\x33\x69\xee\xd5\xdb\x3b\x2a\x7e\x82\x0a\xd7\x40\xd0\xd8\xfb\x0a\xd7\x40\x2a\x29\xfd\xc3\x6d\xb2\xa9\xec\x3d\xbd\xc1\xe5\x7d\xd8\xa9\xa0\x0d\xa4\x96\xb1\x3f\x4f\x25\x6d\xa0\xe9\x45\x9c\x0a\xda\xf3\xe4\xca\x4d\x3e\x2a\xcf\x9e\xc3\x33\xd8\xad\xa4\x0d\x04\x0d\x9e\x29\x69\x03\xf1\x2c\x3c\x33\x06\x09\x88\x76\x76\x2b\xd3\x1e\x23\xb3\x65\xa4\xf2\xf7\x34\xaf\xae\xd7\x9f\xa6\xc2\x36\x10\x1b\x90\x0f\x46\x2f\x0a\x90\xbd\x2f\x30\x15\x5c\x81\xd4\x8a\x07\xb2\x2e\x13\x20\x1e\xe5\x75\xfa\x4c\x80\x6c\xa8\xfb\x54\x98\x05\xd2\x29\x9c\x38\x15\x66\x81\x54\x0d\xdf\x9d\xba\x51\xa6\xa5\x5f\xfc\xa7\x2a\xdf\x4e\x4b\xbf\x28\xc6\x28\xde\x02\xd3\xa4\x29\x53\xe9\x16\x88\x97\x31\x5e\xef\x35\x01\x45\x87\xd4\xd4\xb3\x02\x14\xcd\xe3\x53\xcf\x0a\x50\x34\xbf\x4f\x93\xc6\x00\xeb\xe7\x87\xe0\xe5\xa7\x69\xce\x18\xd3\xf1\x4d\xa5\x67\xa0\x68\x43\x98\xfa\x64\xe6\xf1\xc9\xc0\x0d\x05\x65\x20\x1d\xe3\xd7\x54\x50\x9e\xba\x58\x5c\x7b\x5d\x2c\x40\x39\x1f\x9f\x72\x32\x90\x46\xf6\x8b\x57\x4e\x06\x16\xe5\x58\xd7\x54\x26\x06\x96\xd9\x87\xa7\x32\x31\x10\x9f\x32\x9b\xc6\xeb\x4c\x40\x39\xa2\x89\x32\xf1\xa4\xd6\x8b\xb6\xfc\xa5\xfc\x0b\xa4\x9f\xd2\xf4\x52\xd8\x5d\xba\x4a\x54\x6c\x96\xae\x12\xa0\x2a\xd4\x2d\xc5\x59\xa0\x7a\xf0\x2c\xc5\x59\x20\x9e\x2c\xd0\xa6\xb4\x23\x0f\xd9\xeb\x92\x86\xff\xfc\x74\x70\x49\xba\x38\x79\xec\xe0\x91\x84\x29\x0d\x3d\x6c\xe9\x15\x01\xd2\x28\x68\x30\x4b\x89\x16\x68\xe6\x92\x5d\xba\x40\x96\x25\xfb\xf5\x50\x2c\xa5\x5c\xa0\xea\xe9\x5c\x4a\xb9\x40\x1d\xe7\xc9\x2a\x49\x87\x3a\xff\xcd\xa5\x94\x0b\xa4\x9f\x16\x9b\xa5\x94\xbb\xd2\x91\xfc\x7c\xd6\x99\x22\xe5\xea\xc2\x5a\xba\x4a\x80\x74\xb6\xee\x32\x15\x0b\xd0\x0c\x1f\x5e\x0a\xc3\x40\x33\xe7\xef\x52\x16\x06\xd2\x50\x31\x59\x0a\xbe\x40\xfb\x9d\x0e\x3e\x49\xca\x82\x4e\x4b\x19\x17\x68\x9a\x55\x97\xf2\xec\xca\xc7\x26\xc6\x70\xf5\x76\x00\x21\x47\xd1\xab\x02\xed\x32\x77\x4a\xb3\x0b\x05\x5a\xa0\xfd\x4e\x0f\x4e\xcb\xdc\x29\x26\x77\x5a\x7a\x36\x96\xb9\x53\xac\xa3\xb7\x94\x71\x57\xd6\x26\x36\x1c\xca\x2b\x4d\x9b\xd8\x70\x28\x4e\x8c\xab\x44\xf5\x34\x73\x62\x0a\xb9\xd6\xdb\x5b\x0a\xb9\x40\x4a\xc6\xe2\x2f\x5d\x20\x40\xd0\x18\x9e\x92\xef\x52\xf2\xb5\x08\xdf\x52\xf2\x5d\xe5\x48\x97\x1d\x9a\x1c\xe0\x06\x91\x37\xd6\x97\x42\x2e\x10\x0b\xc6\x2c\x94\x72\x81\xd4\xb4\x3a\x2d\xc5\x5c\x20\xce\x07\x5f\x27\x07\xca\xd1\x4c\x99\x99\xb2\x2f\x10\x67\xa8\xcf\xba\xb4\xde\x17\x32\xc6\x7e\xe9\x53\x01\x9a\xd9\x63\x96\xd7\x85\x16\xa5\xf9\x4d\xa8\xb4\x74\xa9\x2c\x43\xe2\x2c\x89\xb6\x14\xa5\x97\x05\x58\xbc\xda\xb0\x74\xa9\x2c\x6f\x0b\xd5\x9f\x34\x19\x60\x51\x16\x0b\x8d\x2e\x45\x69\xc0\xaa\xfe\x6b\x29\x36\x03\xd1\x8c\x89\x29\x36\x2f\x8b\xf3\x77\x99\xa2\xd8\x0c\x34\xef\x36\x2c\xa5\x66\x20\x75\xaf\xb6\x2f\xa5\xe6\x65\x71\x7e\x95\xab\xa5\xd4\x0c\x04\xcd\x2e\x9c\xbf\x97\x85\x2c\xbf\xb7\x94\x9b\x81\x68\x47\x1f\x4a\xc9\xcb\x92\xfd\xa6\x47\x59\xfa\x68\x80\x36\xfe\x25\x27\xeb\xd2\x83\x03\xb4\x73\x16\x28\x6a\x2f\xeb\xf9\x9b\xc6\x65\x19\x88\x07\xa4\x62\x5c\xda\xf2\xca\x11\xd0\x66\xb7\x7f\xcf\x82\x76\x7e\xed\x8e\x53\x36\x36\xc5\x54\xb6\x82\x52\x3a\x10\xcd\x7c\x54\x2e\x2a\xa6\x9b\xec\x64\x29\xa6\x2f\xcb\xf9\x5b\xf5\x71\x29\xa7\x03\xcd\x0b\x92\x4b\x31\x1d\x88\x9d\x2a\x4d\x8e\x21\xa6\xaf\x43\xf2\x3b\x6a\xe7\xfa\x0e\x3d\xe8\xfd\x01\x52\xf1\xb6\xef\x52\x4c\x5f\xa6\x53\xf1\x82\xc8\xf2\xfe\x12\x90\x86\x95\x3c\x97\x41\x53\x40\xf6\x86\xdf\xd2\xb8\x0e\xfc\x7d\x32\xda\xd6\x81\xf8\x2a\xd9\xcf\x1a\xd7\x81\xec\x05\xbb\xa5\x1d\x7d\x1d\x3b\xba\x1f\xb4\x76\x74\x20\xfe\x21\xbe\xce\xb9\x9e\x7c\x98\x58\xfd\x96\x76\xf4\xa5\x1d\xbd\xb9\x13\x34\x90\xaf\x63\x20\xe7\xaf\xbd\x34\x86\x03\x41\xb3\x9d\x0b\x8b\x35\xbc\x4f\xcc\xd7\x4b\x6b\x38\xd0\x4c\xfc\xb5\x34\x86\xaf\xeb\x7c\x0b\xec\x09\x05\x75\xa0\x19\x81\xb0\x34\x86\x03\x31\x0b\x7b\x70\x66\x97\xbe\x44\x7e\xf9\x4b\xe9\x1d\xc8\x1a\xf9\x97\xd2\x3b\x50\x34\xb4\x2d\x6d\xe1\x40\xd1\x7b\xb1\x94\xe7\x81\x35\x1c\xad\xe1\x56\xc0\xb2\xf6\xe2\x52\xc4\x07\xca\xf9\x73\x29\xe2\x03\xcb\x3a\x8e\x4b\x09\x1f\x28\xe7\xcf\xa8\x84\x0f\x94\xf3\x2b\xf3\x7a\x00\xb0\xac\x1c\xb9\x14\xe6\x81\x54\xcf\xf9\xa1\x30\x0f\xc4\xba\x48\x93\x1b\xb7\x8e\x32\xa7\xa9\x34\x0f\x04\xcd\xf7\xc9\x8d\x5b\xe9\x12\xb1\x71\x29\xce\x03\xe9\x67\x90\xf7\x52\xe6\x06\xea\x11\x50\xb4\x77\x2f\xd3\x59\x9a\x97\x7f\x29\x86\x03\xd1\x05\x73\x55\x0c\x07\x52\x3b\x8c\x33\xea\x0a\x88\xcf\x86\xe1\x29\x87\x03\xf1\x3e\xfb\x70\x6a\x27\x79\xa5\x6b\xaf\x7c\x0d\xa4\x9f\x16\x8a\xa5\x7c\xbd\x4e\xa2\x4a\xff\x5d\x1a\xb8\xd7\x49\x54\xe9\x21\xa1\xcc\xbd\x4e\xa2\x4a\xd9\xa7\x81\x7b\x1d\x03\xb7\xd2\x81\x06\x6e\xa0\x1a\x2d\xb3\xbc\x34\x00\x54\xbd\x91\x4b\x93\xf7\x32\x0f\xa5\x87\x95\x16\xef\xf5\x2a\xb9\xf8\x19\x6a\xde\x06\xaa\xc1\xbf\x4b\xeb\x36\x10\xcd\x98\xbf\xd6\xed\x75\xd2\x50\xfa\xf7\xd1\xba\xbd\x4e\x1a\x4a\xcf\x3e\xad\xdb\x40\xd5\x9c\xb8\x0c\xc8\x02\x52\x37\x62\x7a\xa9\x4a\x00\x55\xb7\xeb\x52\x95\x00\xa2\x57\x7b\x90\x4b\x2f\x1e\x3e\xbf\x24\x35\x09\xa0\x1a\x63\xb4\xd4\x1a\x96\x5a\x43\xf6\x7b\x50\x6b\x00\x4e\xb2\xc5\xa5\xd6\x00\xc4\x69\xc0\xd8\xbc\x6e\x00\x04\x8d\xe9\xab\x4a\x00\x41\xf3\x59\x59\x82\x2e\xd1\x32\x1a\xff\x52\x97\x00\x52\xb2\x4e\xd8\x52\x99\x00\x82\xc6\xf2\xab\x4d\x00\x41\x83\x4d\xea\x0e\x40\xf4\xe1\xfb\x9c\xec\xc6\xb4\x77\x48\xee\x88\x7d\x0e\x30\x66\xab\xe5\x7d\x1d\xcb\xbb\x0b\xab\x42\x01\x34\x23\x8e\x97\xca\x03\x10\x67\x9a\x34\x67\x76\xac\xec\x1e\xe0\x6a\x0f\x40\x4a\xeb\xd0\x9c\x99\xe9\x26\xbd\xbd\xb8\x34\xbd\x2f\x4d\xef\xa6\x07\x5c\xaa\x19\xcb\x7c\x93\x66\x65\x5c\xea\x19\xcb\x7c\x93\x66\xef\x5b\xda\xde\x97\xf9\x26\x4d\xc1\xb7\xd4\x3d\x80\xa0\x31\x5d\x95\x8f\x65\x72\x49\x93\x01\x2e\x0d\xf2\x40\x33\xcb\xcf\xa5\xf1\x1d\x20\xf5\xc1\x7f\xfe\xcc\x2f\xd5\x95\xcb\x2c\x93\xe6\xd4\xbb\x54\x57\x80\xe8\xcc\x37\x57\x69\xba\x40\x51\xb9\x2e\x75\x18\x20\x68\x03\x5a\x97\xa6\xff\x87\xf3\xf0\x52\xb1\xb9\xcc\xb4\xa0\x87\xed\x52\x89\xb9\xcc\xaa\xe0\xa9\x71\xa9\xc5\x5c\x66\x55\x30\x30\xe1\x32\xe0\xeb\x32\xab\x82\x87\xda\xa5\x6a\x03\xc4\x62\xf9\xec\x2b\xcd\x08\x45\x34\xb6\x4b\x7d\x07\x68\x66\xc6\xbd\xb4\xe9\x5f\x26\x55\xf0\xf0\xbb\x54\x81\x80\x78\x1d\x53\x53\x07\xba\x4c\xaa\xa0\x8f\xfa\x52\xbb\xb9\x4c\x96\x60\x62\xfd\x4b\xed\xe6\x32\x59\x82\xb7\x4f\x2f\xb5\x1b\xa0\x79\x99\xf5\x52\x93\x01\x9a\xc9\x40\x2e\x15\x19\x20\x9e\x74\x24\x4e\x36\x69\xb7\x71\xc4\xaa\x32\x40\xf4\x6a\x0f\x4e\x36\x69\xb8\xe1\xd8\xbc\x54\x6f\x80\x68\xe7\xfb\x9c\xad\x76\x7d\x3d\x0c\x97\x76\xfd\xcb\x9c\x0a\xda\xcf\x2e\x75\x1e\x20\xfe\xc1\x2c\x90\x91\x60\x97\x91\x60\x7a\xc0\x2e\x8d\xfd\x97\x91\x60\xda\x2f\x2e\x95\x23\x20\x68\x70\x4f\xe5\xe8\xca\x87\x2b\xf6\x2b\x57\xb2\x97\x30\xdc\x04\x2a\x4c\x40\xb4\x93\x26\xab\x8c\xfb\x32\x78\xfb\x52\x3b\x02\x82\xc6\x7c\xd5\x8e\x2e\x73\x2f\x64\x49\xb2\xca\x58\x30\x6f\xf4\x5d\x2a\x4c\x40\xd0\xec\x42\x56\x65\x45\xe3\xe2\xd4\x64\x55\xd6\x05\xc2\x47\x7c\xa9\x31\x5d\xc6\x8c\x71\xc4\x5c\x2a\x4c\x40\x3c\xca\x6a\xa8\x30\x01\x21\x86\xc2\x15\xdd\x02\x40\xb4\xf3\x75\x72\xc5\x94\x0b\x6e\x02\xe3\xc8\x80\x68\x66\x17\x32\x05\x4f\x81\x3f\x80\x4b\x1d\x0a\x88\x66\xac\x99\x3a\xd4\x55\x8e\x59\xcb\x76\xf2\xe9\xc4\x9b\x65\x47\x27\x9f\x8a\x96\x77\x4e\x8e\x4b\x1d\x0a\x48\x53\xdb\xd4\xa5\x0e\x75\x99\x73\x21\x25\x87\x27\xa3\x8c\x55\xfb\xf9\xa8\x7c\x32\x56\x2d\xf1\xe3\xb9\x54\xac\x80\x36\x7f\x92\xe4\x53\xd5\xf7\x8a\x92\x70\xa9\x57\x01\xd1\x03\x7c\x52\xaf\x02\xda\xc4\xd3\x7c\xe9\xb5\x00\xa2\x19\x2b\xa6\xaa\x05\xb4\xf9\xf3\x6d\xb2\xae\x1e\xbd\x01\x9e\xa8\x6a\x01\x21\xfc\x4b\x93\x4f\x27\x09\x83\x7b\x56\x5d\x0b\x08\x9a\x5d\xc8\x93\x93\x84\xc1\x6f\x4f\xbd\x0a\x68\xb3\x4b\x92\x25\xa8\x55\xc5\xaa\xa0\x97\xfe\x88\xeb\xe4\x65\xf0\x53\x51\xd5\xba\x4e\x5e\x06\x3f\x5b\x15\x27\x20\x68\x4c\x43\xcd\xe9\xfa\xd3\x92\xe0\xb1\x5a\xd2\x75\xb4\x24\x36\x85\x5a\xd2\xa5\x96\xa4\x82\x71\xa9\x25\x01\xcd\xdb\x85\x97\x5a\x12\x10\x8b\xcd\x88\xd5\x92\x80\x78\x94\x11\x1b\x36\x77\xe1\xcc\x30\x1d\xce\xa5\x92\x04\xc4\x19\x60\xaf\x4e\xd6\xec\x0d\x5e\xb0\xbe\x54\x89\x80\x53\x23\xe4\xd2\x71\x01\xa4\xa2\xb9\xef\x52\x23\x02\x9a\xf6\x8c\x4b\x85\x08\x08\x49\x81\x5e\xf5\x65\x5c\xfa\x32\xbc\xbe\x70\xe9\xcb\x00\x9a\xb6\x86\x4b\x5f\xc6\x45\x46\x87\x62\x78\xf8\x65\x30\x1d\x90\x8a\x39\xa7\x2e\x9d\x19\x97\xce\x0c\xd3\x70\x5d\x3a\x33\x2e\xb3\x3c\xc8\x39\x7d\x19\x97\x59\x1e\x4c\x12\x76\xe9\xcc\x00\xd2\xd0\x37\x72\x19\x1f\x05\x04\x8d\x2e\x54\x61\x80\x6c\x60\xcd\xa5\xba\x02\x2c\xcb\xc2\x5f\xaa\x26\xc0\xb2\xe0\xfb\xa5\x1e\x72\xdd\x84\x55\xcb\x38\x95\x0e\x20\x44\x67\x69\x32\x0e\xc7\xc2\xc8\x7e\x4d\xaa\x1d\x40\x88\x93\xff\x50\x3c\xfc\x52\x2d\x01\x42\xb4\x62\x01\x74\x3c\x5c\x56\xe1\x3b\x3b\x41\xcf\x03\x50\x35\x18\x5f\xea\x2a\x40\xf3\x62\xd5\xa5\xaa\x02\xc4\xdb\x1c\xa8\x7c\x35\x84\x27\xa3\x56\x5e\xaa\x2a\x40\xb4\x83\xb1\xaa\x2a\xc0\x29\x78\x71\xa9\xa9\x00\xa9\x0d\xc4\xf9\x4b\xc7\xc3\x75\x1f\x09\x47\xda\x61\x99\xf6\x39\x8f\x47\x1d\x0f\x97\xb9\xe1\x74\x81\x5c\x6a\x39\x40\x33\xef\xf2\xa5\x96\x73\x9d\x74\x71\xa8\x95\x97\x5e\x04\x20\x65\xe3\x75\x2e\xb5\x97\xcb\x3c\x70\x86\xb7\x5e\x7a\x07\x2e\x93\xbe\x19\x54\x7a\xa9\x95\x00\x71\xa0\xf9\x3e\x87\x17\xd0\x26\x16\xb0\x4b\x05\x04\x88\x4f\x1c\x16\xab\x81\x00\xcd\x74\x87\x97\x1a\x08\xd0\x26\xa6\x86\x4b\x0d\xe4\xe2\xd2\xb2\xf7\x87\x2f\x15\x10\x20\x9d\xcb\x5f\x97\x1a\x08\xd0\x54\x84\x2e\x15\x10\x20\x75\x43\xc5\x2f\x15\x90\xcb\xf2\x79\x4a\x4d\x6a\x11\x40\x30\x4e\x9a\x33\xb0\x28\xbd\x7f\x33\x9d\x0f\x97\x91\x34\x26\xd5\xbb\x54\x23\x80\x62\x70\xde\xa5\x16\x01\x44\x33\x1f\x75\x0a\x5b\x2d\x52\x19\x51\xf5\x00\xa8\xda\x23\x2e\xb5\x83\x6b\x1f\x85\x51\x9a\x1b\x67\x1f\xe5\x10\x8e\xa8\x09\x00\x41\xb3\x9d\xcb\xa0\x26\x70\x06\xec\xc6\xd9\xa8\x3d\x92\x14\xfa\xaf\x93\x64\xde\x33\x5f\x2f\x02\x10\x34\xb8\x64\xb8\x0d\x10\x34\xb8\xa9\x76\x70\x79\x7b\xa3\xfb\xd3\x53\x13\xb8\xd4\x04\x8c\xcf\xbf\xd4\x04\x2e\x35\x01\x23\x94\x2f\xa5\xfe\xeb\x3b\x9f\x89\xfd\xba\x99\xbe\xa3\xe3\xd8\xaf\xb3\x25\xe2\xc6\x3b\x8f\x97\x42\xff\x65\xfe\x34\x6f\xff\x5c\x0a\xfd\x40\x7c\x12\xbe\xce\xd9\xfe\x29\x02\xbe\xce\x55\xe4\x12\x47\x4f\xac\xf6\xad\x26\x00\xc4\xfb\x7e\xd0\xb2\xb4\xec\x8d\x8d\x0e\xad\x48\xc3\x49\x0e\x07\x6e\x45\xfd\xfb\x88\xf5\x28\xe0\xb7\x62\x3d\xd0\xcc\x9e\x73\xeb\x9a\x00\xa2\x59\x86\xb6\xa4\x59\x4d\xb9\xdb\xeb\x25\x4d\x41\x17\x0d\xe3\x56\xaa\xbf\x95\xea\x2d\x11\x76\x2b\xd5\xdf\xbf\x23\xe8\x3a\x94\x57\x1a\xb9\x01\xb3\xa4\x2d\xe9\xc8\xb9\x4e\xe2\x93\x66\x71\x0f\x7e\xca\xb7\x52\xfd\x6d\xaa\x34\xdd\xce\xb7\x52\xfd\x7d\x52\xa5\x71\x64\xdd\x7a\x36\x6e\x53\xa5\xf9\x43\xbb\x95\xf4\x81\xd8\x03\x0c\x59\x49\x1f\x88\x03\xc0\x67\xe5\x4a\x52\x06\x71\x7c\x46\xeb\xdc\x49\x43\x65\xf6\x59\xd9\x92\x94\x41\xa6\x7d\xc8\x16\x1c\x19\xb3\xfb\xa8\x53\xcb\x27\x9c\x8a\x66\x8a\xe1\x40\x3b\x23\x56\x0a\x07\x9a\xb6\x95\x5b\x21\x1c\x88\xff\x23\x9d\x2a\x84\x03\xd9\xe8\xc7\x5b\x79\x1b\xa8\xfa\xc3\x6e\xfd\x13\xb7\xfe\x89\x62\x2b\x47\xab\x04\xae\x49\xf2\x56\x02\x07\x62\x8b\xf9\xa8\x8b\x98\x35\xb5\xba\x88\x8a\xdb\x40\x70\x8e\xd5\xc9\x67\x5a\xe6\x45\x72\x03\x28\x6e\x03\x43\x5f\xfc\xad\x68\x0d\x34\x35\xe1\x5b\xc9\x1a\xc8\x86\x26\xde\x7a\x22\x6e\x3d\x11\xde\x93\xbe\x15\xb6\xef\x72\x96\x6b\x41\x73\xf6\xe5\x6c\x62\x06\xa2\x64\x0d\xc4\xd6\x81\x73\x8a\xd1\x40\xea\x29\x4b\x73\xb2\x7f\x62\xb4\x34\x27\x5b\xce\x64\x99\x84\x62\x34\x90\x8d\x58\xb8\x95\x98\xef\x62\x98\x39\x2a\xec\xad\x78\x0c\xa4\xaa\xf0\x72\x2b\x1f\xdf\x95\x6b\x82\xff\x72\x65\xfc\x56\x52\x06\xd2\x4f\xf7\xcd\xad\xa8\x0c\x54\x2d\x74\xb7\x92\x32\x50\xf5\x6f\xde\x4a\xca\x40\x3c\xc9\x47\xa9\xa4\x7c\xeb\x94\xf0\x86\xd4\xad\x54\x0c\x04\xcb\xd8\x92\x7a\x20\x6e\x3d\x10\x1a\xfc\x6e\x25\xe5\xbb\x9e\x1f\x09\xec\x51\x52\xbe\x0d\xdc\x39\x83\x93\x15\x06\xee\x9c\x5e\x5d\x75\x03\x77\x38\x96\x6f\xe5\x64\x20\x98\xc3\x40\x74\x49\x00\x6d\xba\x87\x14\x9d\x6f\x45\xe7\x94\x7d\xd4\xd9\x93\xc4\x7d\xfa\x91\x2a\x39\xdf\xa6\x34\x33\xab\xf7\xad\xe8\x7c\x2b\x3a\x9b\x62\xfd\x56\x4e\x06\x9a\xb1\xb1\xb7\x62\xf2\xad\x98\xec\x85\xe9\x5b\x31\x19\x28\x3f\xf7\x9a\xfe\x05\x60\x8d\x43\x72\x56\xcd\x35\xf7\xd0\x53\x24\xbe\xfb\x91\xec\x78\x9b\xb2\x2e\x90\x7e\xda\x89\x6e\x05\x5b\x20\xd6\x86\x91\x18\xa4\x03\x04\x0d\x96\x28\xec\x02\x41\x63\xfe\x0a\xbb\xb7\x17\xff\x0b\xaa\xc3\xad\x14\x0b\x44\x1f\x8c\xcf\x90\x1c\xa0\x6a\xed\xbe\x0d\xc9\x01\xe2\x75\x0c\xcf\x98\x1c\x20\x68\x6c\x1d\x2f\x7c\x00\x41\xa3\x0b\x03\x70\x80\xa0\xf9\x3e\xa7\x31\xce\x34\xe0\xb1\xd7\x40\x80\xaa\xf9\xfc\xf6\x1a\xc8\x6d\x06\xf3\x73\x26\x79\x0d\xe4\x36\x83\xb9\xb7\x8e\x6f\xaf\x81\xdc\x66\x30\x37\x3b\xc3\xed\x3d\x10\x20\x9e\x75\x78\x6e\xb1\xa1\x11\xd0\x1f\x9a\x17\x3d\x80\x38\x1f\xe0\x94\x17\x3d\x80\x68\x47\xbf\x5e\xf4\x00\x42\x18\x66\x6a\x5e\xf4\x00\xa2\x1d\x6c\xf1\xa2\x07\x90\xba\x51\x2b\xb7\x97\x3a\x80\x68\xe7\xb3\xb2\x80\x1c\xe6\xd9\x1b\x11\xb7\x37\x3d\x80\x68\xc7\x98\xbd\xe9\x01\xc4\x3c\x98\x9b\x37\x38\x80\xd4\x0d\x51\xb9\xbd\xc2\x01\xa4\xb1\x4e\x3b\xe7\xcb\x1d\x8e\x6a\x34\xf4\xad\x8e\x02\xa4\x6e\xb0\xf6\x6d\xc6\x2b\x20\xfa\x90\xe6\x7c\x17\x86\x50\xcf\x7e\x2f\xfa\x03\xd1\x8c\x6e\xcd\x79\x75\xaf\x73\xbe\xc2\x3e\x93\x93\x03\xd1\xce\x67\x9d\xda\x52\xe8\xf4\x43\xf0\xb2\x07\x10\x87\x8a\xed\x9c\x9a\x49\xc6\xbd\x29\x79\xeb\x90\x02\x52\xcf\x38\x6e\x6e\x1d\x52\xb7\x09\xc5\xbd\xc5\x79\x7b\xb1\x03\x88\x55\x63\xd9\xbc\xd8\x01\x04\x9b\xe9\x43\xc7\x15\x10\xcf\xb2\x6c\xde\xec\xb8\xbd\xd9\x61\x4c\xe7\xad\xe3\xea\xf6\x1a\x87\x57\xb2\x6e\x1d\x57\xb7\xd7\x38\x7e\xfe\x3b\xf4\x5c\xdd\x66\x0f\xf7\xae\xe8\xad\xda\x77\x5f\xe7\xc0\x64\xcc\xba\xae\x80\x93\x4d\xf4\x56\x15\x04\x5a\x39\x23\x71\xb6\xdc\xd8\x28\xa7\x53\x27\x4b\x4e\xf0\x72\xde\xef\x5c\xad\xcb\x6e\x9c\xe7\xad\x9b\x0a\x88\xa5\xe5\x6d\xfa\x96\x6e\xb3\x78\x17\x84\xe2\x5b\xbd\xee\xf6\x72\x86\xee\xdf\x5b\x25\xee\x3e\xd1\x63\x08\xd4\xb7\x5a\xdc\xed\x45\x8c\xe2\x91\xac\x2a\x76\x1b\x03\xa6\x13\xf1\x56\xed\xba\x8d\xf7\x3a\x07\x8b\x6a\x17\xd0\xb4\x04\xdc\x6a\x5d\x40\x34\x63\xc8\x3a\x92\x80\xa0\xc1\x76\x1d\x49\xb7\x29\xb9\x8b\xc7\xbe\xaa\xd8\xfd\x9c\x21\xd3\xad\xaa\xd8\xad\x2a\x56\xb0\x88\xde\x06\x74\x01\xcd\xd0\xfc\x5b\xdf\x12\xd0\xbc\xa2\x78\xab\xb0\x01\xcd\x0b\x8f\xb7\xba\x19\x10\x7b\x87\x97\xa9\x62\xdd\x27\x57\x94\xc2\xae\xf7\x1a\xee\x93\x1a\x7b\x49\x93\xc7\xa6\xc6\xb6\x06\xde\xad\xde\x75\x9b\x1a\xbb\xf8\x3a\xc7\xeb\xb5\x06\x6f\x10\xde\x3a\x79\x6e\xaf\x30\x8c\x7f\xb9\x67\x7e\xeb\x04\xba\xbd\x95\x6f\x82\xb1\x5b\x27\x10\xd0\xcc\x3a\x7e\xab\xbe\xdd\xaa\x6f\x56\x4f\xbb\x75\x02\x01\xf1\x07\x60\x05\x8c\x31\xbb\x4f\xee\x6c\xe5\x28\x75\xba\xdb\x44\x54\x26\x08\xba\xd5\xe9\x6e\xef\xe5\x9b\x12\xed\x56\xa9\x03\xa2\x1d\x43\xd1\x0f\x04\x04\x0d\x66\xe8\x07\x02\xe2\x59\xfb\x90\x41\x27\x57\xf6\xf2\x7d\x72\x68\x73\xd5\xd7\x9f\xb6\x17\xf8\x6f\x53\x65\x2b\x5a\xe9\x19\x02\xd2\xc9\x72\x70\xeb\x19\xba\xf7\x51\x10\x7c\x54\x0e\x9c\x94\xda\x4b\x9a\x1c\xd8\xde\x82\xf4\x67\xa4\x1b\x08\x88\x76\xec\x55\x35\xc2\xfb\xc4\x95\xf9\xd9\xa8\xe9\xdd\x27\x29\x96\x9f\x88\x5a\xdd\x6d\xaa\x6c\x23\xe6\x6f\xfd\x3b\xb7\xa9\xb2\x8d\x49\xbf\x55\xcd\x80\xe6\x2d\x9f\x5b\x2d\x0c\x88\xc3\x39\x86\xf7\xa8\x71\x01\x41\x9b\xd0\x9a\xb4\x66\x17\xd2\xba\x34\x2d\x13\xfc\xdc\x1e\xbd\x26\x8f\x5e\x13\x63\xfc\x1f\x75\xae\x47\x9d\xcb\xe0\xfd\x47\x9d\xeb\xd1\x93\xa2\x53\xfa\x51\xe7\x02\x52\x4f\xd3\x76\xb7\x34\x83\x49\xf8\xa9\x3e\xea\x5c\x8f\x9e\x14\x83\x9f\x1f\x75\x2e\xa0\xe9\x1d\x7d\xd4\xb9\x1e\x75\x2e\xc3\xe1\x1e\xf5\x2b\x20\xfe\xb3\xb4\x53\x97\x7a\xfe\x74\x29\x58\x60\x98\x18\xd0\xf4\xa2\x3e\xaa\x57\x8f\x8e\x14\x03\xee\x1e\xd5\x2b\x20\x14\x0c\x5f\x27\x07\xd2\xe1\x00\x23\xd6\x45\x02\xa4\x69\xe4\xff\xa3\x8b\x04\x48\x25\xa1\x4d\x3c\xba\x48\x80\xa0\x25\x68\x9f\xb4\xcf\x5f\x2a\x5c\xd6\x1d\x02\xc4\x26\xa0\x5f\xdd\x21\x40\x3c\x2b\xcd\x69\x64\x33\xb2\x15\x9f\x75\x1e\x6a\x5d\x09\xc9\xea\x51\xeb\x02\xda\xfc\xf9\xa8\x8b\x8b\xe7\x63\x98\xdc\xfb\x51\xed\x7a\xcc\x30\x6d\x9a\x99\x47\x7d\xea\x51\x9f\x4a\x9c\x31\x8f\x2e\x8d\xe7\x64\x39\xe3\xb7\xfd\xa8\x63\x01\x6d\xfe\xec\xd5\x05\xf2\xa2\x43\x42\x17\x7f\x54\xb1\x1e\x3d\x1a\x03\x21\xe0\x51\xc7\x02\xda\x44\x9a\x7f\xd4\xb1\x1e\xb3\x9a\x69\x3d\x7a\x54\xb2\x80\xa0\xd1\xab\x4a\x16\x10\x34\xba\x55\xc9\x7a\x2c\x24\x5e\x93\x34\x67\x6b\x16\x69\xaf\x5e\x3e\x2a\x5e\x8f\x59\xa4\xcd\x3f\xf3\xa8\x78\x3d\xfa\x2f\xac\xc8\xfa\xa8\x78\x01\xa9\x99\xdb\xec\x51\xf1\x02\xda\x1c\xce\x42\xa6\x14\x4d\xf5\x1c\x53\x8f\xee\x8b\x47\xf7\x85\x89\x10\x1e\x95\xb1\x47\xf7\xc5\x70\x24\x32\xe5\x5c\xb5\x47\x06\x7f\xd4\xcf\x80\xd8\x66\x74\xa1\x7e\xf6\xe8\xbf\x30\xe7\xe1\xa3\xb6\xf5\xd4\xc3\x01\xdb\xc9\x81\xbf\x42\x5b\x0c\x45\x7d\xeb\x39\xe9\xa1\x11\xae\x1f\xf5\xad\xe7\x78\x26\x38\xcf\x1e\x3d\x13\x40\x9b\xdd\x66\x32\x40\xc7\x84\xc9\x67\x1f\x55\xb0\xc7\x8b\xf5\x26\xa9\x7d\x54\xc1\x1e\x9d\x15\xf5\xe7\xf0\xe4\x00\x41\x60\xa5\xca\x78\x75\xb0\x47\x6f\x45\xfd\x39\x3c\x59\x50\x8f\x80\xcc\xb3\x6a\x61\x4f\x3b\x96\x07\xc6\xa2\xca\xf5\xa8\x72\x59\x22\xf3\xd1\x5b\x01\xc4\xb3\xbc\x4f\x35\x0c\x68\xde\xee\x7c\x54\xc3\x1e\xd5\xb0\xca\xff\xe1\x51\x0d\x03\xda\x3a\x4f\xba\x2d\x74\x60\x9c\x81\xc8\x27\xc3\xbc\xac\x53\xf4\xa8\x99\x3d\x47\x33\xfb\xd9\x83\x93\x6d\x9e\xfb\x5d\x9a\x93\x3d\xde\x0a\x77\xad\xba\xd9\x73\xbc\x15\xcc\x41\xd5\xec\xd1\x5b\x61\x5e\xb2\x47\x6f\xc5\x63\xfe\x69\x6b\x37\x3e\xba\x2b\x80\x74\xf2\x6c\x3d\xaa\x6b\x40\x22\x8f\xd7\x7f\xfe\xde\x1f\xb5\xb9\x47\xd7\x85\xd9\xc6\x1e\xb5\xb9\x47\xd7\x85\xd7\x06\x1f\xef\xf3\x3f\x27\xa3\xb4\x07\xa0\xf7\xf9\x9f\x93\x51\xda\xa3\x5d\x35\xed\x39\xa9\xa2\xdd\x5d\xde\x9d\x00\x52\x57\xb8\x7f\xbc\x3b\xf1\x9c\x5c\xd1\xd3\x67\x5d\xaa\xbf\x5c\xd1\xf4\xab\x3a\xf7\xfc\xe5\x8a\x66\x9a\xaa\x6e\xcf\x40\x3d\xe6\xef\xf6\x98\x03\x1a\x48\xa5\x9f\x2e\xdc\xad\xa8\x73\xc5\x6a\x26\x8f\xea\x1c\x10\x3b\xc4\x2e\xdc\xad\xa8\x73\x43\xc7\xf9\xa3\x08\x01\x14\xd3\xa6\x3d\x4a\x10\xc0\xfa\x79\xda\x2b\x40\x00\xcb\x24\x89\x8f\xd2\x02\x50\x0c\x27\x7e\x14\x16\x80\x75\x4e\x0d\xe5\x02\x60\x99\x37\xf1\x51\x04\x78\x34\x00\x6b\xff\x7e\x34\x00\x03\xd5\x68\x80\x47\xa9\x00\xa8\x06\x5b\x3d\x06\x87\x00\xf1\xa4\x6f\x73\xb0\x5e\xc1\xf4\x4f\xa7\xec\x00\x84\xee\xcd\xd4\xb5\x08\x03\x41\xb3\x9d\xc3\x3d\xf1\xe6\xee\x53\x2d\xc2\x8f\x71\x20\x9a\x6b\x1f\x4d\xc2\x40\xb4\x63\x5e\xca\x1d\x40\xd0\xe0\x88\x82\xc7\x63\x0e\x1f\xe3\x45\x5e\x23\xd3\x5f\x23\xd3\x35\x13\xbf\x0a\x23\xef\x31\xff\xb2\x23\x5e\xcd\xbf\x40\xd5\x75\xf5\x6a\xfe\x05\x62\x28\x05\x5a\x93\xd6\xa4\x65\x68\x5d\x5a\x47\xbf\xb7\x87\x21\xe9\x70\xc0\x1e\xa6\xb4\xe9\xa3\x09\xda\x92\x46\x28\x14\x66\xf2\x57\x49\x04\x08\x8d\x9a\x91\x28\x62\xbc\x27\x3f\x0f\x86\xc8\x57\x11\x03\x68\x66\xcd\x7b\x15\x27\x5e\xcb\x7f\x7a\x43\xf6\x55\x9c\x00\x9a\xd9\xc7\x5e\x8d\xb5\x40\x3a\x32\xdb\xab\x84\x01\x84\x66\xcb\x80\x0d\x44\x7f\x4d\xda\xd3\x58\xed\x57\x03\xee\x6b\xd2\x1e\xaf\xaf\xbd\x4a\x22\xaf\x61\xe7\x4e\x42\xa1\xe3\x35\x41\x4f\xe3\x37\xfc\x6a\xd4\x7d\x2d\x00\xda\x9a\xed\x3e\x69\xfa\xb5\xb0\xb4\xbd\x0a\x22\x6f\x3e\x3a\x3b\x33\x53\x10\x79\x8d\xcb\xa8\xd8\x92\x5f\x0d\xc2\x40\x3c\xcb\x34\x14\x4e\x80\x66\xbe\xab\x57\x39\xe4\xcd\x47\x67\x67\xc4\x0a\x22\x40\x33\x53\xd6\xab\x1c\xf2\x1e\xf3\xaf\x03\x71\xae\x27\x3c\x9d\xef\xe4\x55\xe4\x78\x8d\xa2\xd0\x4c\xfc\x2a\x73\xbc\xf9\x68\xac\x4c\xcc\x88\x09\x20\x65\xa3\xe7\x5f\x65\x8e\xd7\x90\x09\x03\xef\x5f\x05\x0c\x20\x9e\x65\xc4\x0a\x18\x40\xea\x26\x14\x7b\x15\x26\xde\x72\x8c\x2a\xd2\x5c\x33\xad\xb8\xfa\x27\x5f\x03\x24\x5e\x03\x24\xbc\x03\xf0\x2a\x60\xbc\x06\x99\x5b\x44\xea\x55\x98\x00\x9a\x05\xda\x5e\x05\x07\x20\xa6\xc6\xee\x51\x70\x00\xe2\x75\xb0\x45\xc9\x01\x68\x16\xde\x7a\x15\x1c\xde\x7a\x66\x0b\x07\x14\x1c\x5e\x03\xca\xbd\x86\xfa\x1a\xf8\xf0\x1a\x3c\x6e\xfc\xda\xab\x30\xf1\x9a\x52\x55\x79\xe5\x55\x98\x00\xa2\x1d\x4b\xab\x90\x00\xa4\xa9\x7e\xfe\x2a\x25\xbc\xc7\x50\x3b\x7d\x9f\x33\x3b\x86\x5a\x3f\x6e\xa5\x84\xf7\x18\x6a\xf9\xf5\xbc\x4a\x04\x40\x1a\xde\xb3\x78\x95\x08\x80\x78\x96\x7e\x95\x08\x80\xd4\x7f\x43\x9a\x73\xc3\x2e\xab\x3b\xf2\x55\x48\x78\xcf\xbd\x4b\xce\xa8\x57\x21\xe1\x35\x18\xdc\x88\xde\x57\x21\x01\x88\x76\xd2\x5c\xdc\xa6\x0d\x80\x3f\xcf\xab\x48\xf0\x7a\x41\xd3\x38\x87\x57\x99\x00\x08\x1a\xd3\x55\x26\x78\xdb\x31\x65\xb0\xb8\x5a\x6b\x81\x68\x07\xeb\x35\xd7\x02\xd1\x4e\x9a\x6c\xf1\xda\x66\x99\x8e\xd9\x5d\xd0\xd4\xe7\xe6\x7f\xff\xd7\x5f\xa5\x0d\x20\x24\x3f\xdf\x22\x23\xbd\xd5\x69\x54\xee\xab\xb8\x01\x34\xa5\x88\xd7\x08\xf2\xd7\xfc\x41\xfc\x4a\x5f\xa5\x04\x20\xb6\x0d\xbc\x55\x4a\x00\x52\xd6\xb3\xf9\x6a\xf3\x05\x52\x36\xee\xf3\x35\xc0\x01\x68\x26\x59\x7a\x0d\x70\x00\x52\xf6\x42\xd0\xab\x69\x18\x68\xc6\x3c\xbc\xca\x1c\x40\x3a\xa5\x56\x5f\x65\x0e\x20\x8d\xec\x37\xa2\x05\x19\x88\x5e\x19\x9d\x26\x64\x20\x68\xb4\x53\x36\x01\xa2\x5b\x69\xee\x10\xca\x58\x58\x69\xeb\x55\x34\x01\xe2\x51\x69\x6e\x90\xa1\x49\xc1\xd3\x44\x31\x04\x48\xd9\x74\x72\xaf\x59\x5f\x81\x68\x07\xf3\x94\x4d\x80\x78\x1f\xb3\x55\x0e\x01\x82\x06\x57\x94\x43\x80\xd4\x53\xf6\x7d\xb2\xc0\x4a\x09\x5e\xda\x7c\x35\x2b\x03\xa1\x15\x3b\x16\x59\x30\x0e\x0b\xa0\x69\x56\x7e\xad\x96\x69\xe6\x9d\x57\xb3\x32\x10\x63\xe6\x7d\x9a\x95\x81\x78\x96\x7e\x35\x2b\x03\x71\x3a\xf1\x6d\x9a\x3f\x08\x88\x67\xed\xc3\x33\x61\xca\x17\x4f\x54\x4d\xcd\xaf\xa6\x66\xef\xe1\xbf\x9a\x9a\x81\xd8\x2c\xbe\x4f\x5e\xcd\xc3\x2b\x69\xf2\x6a\x12\x89\xe8\x41\x6e\x4e\x21\x20\xba\x85\x7d\x5a\xa4\x5f\xcb\x65\xaa\x66\xbf\x5a\x95\x81\x94\x0d\xb8\x7e\x35\x21\xbf\x96\xb7\x34\x34\xf9\xd5\x84\x0c\xa4\x71\xbe\x57\xd3\x0a\x01\xd1\x0e\xb6\x78\x19\x02\x48\x59\x2f\xfd\xab\x59\x19\x08\x1a\x43\xf6\x3a\x04\x10\xcf\xc2\x02\xaf\x43\xbc\xeb\x18\x3d\x7c\xd6\x79\x68\x7e\x36\x10\xfb\xd5\xfc\xfc\x6a\x7e\x36\xae\xfb\xf5\x8e\x04\x10\x34\xe6\xab\x49\xfa\xb5\xc6\xa5\x62\xe5\xab\x49\xfa\xd5\x24\x6d\xfc\xc1\xab\x49\xfa\xb5\xc6\xa5\xf7\x04\x5e\x4d\xd2\xef\x75\xf8\xc2\xf2\x6a\x92\x7e\x35\x49\x1b\xec\xfe\x6a\x92\x7e\x35\x49\x1b\xec\xfe\x7a\xbf\xe2\xb5\xc8\xa5\x71\x0f\xaf\x66\xea\xf7\x3a\xbc\x82\x07\x9a\xa9\x81\x10\x8f\x18\x8b\x66\xea\xd7\x0b\x16\xfa\xf5\x5e\xcd\xd4\xaf\x66\x6a\xf3\xca\xbc\x5e\x85\x7e\x2d\x68\x69\xe4\xc3\xab\xe9\xfa\x35\x05\x91\x81\xec\xaf\xb6\x6b\x20\x9d\x5c\xec\xaf\xb7\x2e\x80\x54\x52\xf3\x7d\xf2\xea\xd2\xb4\xa2\xd0\xa4\xf9\x1a\x68\xd3\x9d\x6b\x70\x13\x10\xcd\x78\x9d\xc1\x4d\x40\x2a\x49\x36\x1b\xdc\x04\x44\x3b\x9f\x95\x05\x24\xb5\x9d\x6e\x5c\x0d\xdf\x40\x34\x93\x26\x07\x6e\xfd\xef\x8a\xaf\x06\x34\x01\xa9\x24\xe5\x32\x8d\xe1\x40\x9b\x7e\xa7\xda\xc2\xdf\x5b\x1f\x6f\x93\x26\x03\x6e\x0d\x30\xd5\x47\x65\xc0\x2d\x03\xaa\x23\x96\x01\x26\x25\x3a\xff\x4b\xc3\x97\x80\x68\xe7\x6c\x65\x8a\x76\x74\xc3\x4b\x5e\xed\xe8\x40\x7c\x1c\x3c\xab\x21\x1d\x88\x67\x19\x8b\xf1\x4b\x40\x9b\x9e\xa4\xda\xd6\x81\x68\xc6\x3a\x6a\x5b\x07\xe2\x18\x61\x4f\x79\x49\xe3\x35\x53\x51\xaa\x76\x2b\x57\x4c\x4b\x94\xaa\xed\xe4\xca\x63\xa4\x02\x0a\xd7\xab\x71\x1d\x48\xc3\xba\x64\xaf\xd6\x75\x20\x9e\x75\xc8\xb2\xca\xcb\xd2\x16\xd9\x7b\xbd\xcc\xf1\x3e\x67\xaf\x38\x3e\x59\x75\xc2\xa6\xdc\xcb\x5e\xe6\x00\xa2\x9d\x73\x93\x55\x8f\x61\xa5\x18\x27\x5f\x63\xa9\x5e\x63\xa9\x0c\x70\x7f\x8d\xa5\x02\x82\x46\x1f\x06\x53\x01\x41\x83\x7d\x9a\xfa\x81\x36\x3d\x0a\xb4\xf4\x03\x71\xaa\xff\xc3\x8d\xf5\x57\x47\xc0\x6b\x00\x96\x29\xff\x5f\x1d\x01\x40\xd0\xe0\xa4\x9e\x00\xa0\x4d\x3f\x6c\x03\xb0\x80\x68\xe6\x08\x64\xee\x6b\x24\xa6\x8b\xaa\xf5\x1f\x88\xc1\xc3\x5c\xad\xff\x40\xd0\x6c\x27\x73\x31\xff\x17\x7d\x46\xaf\xe6\x7f\x20\xde\x27\x83\x64\xee\x6b\xc1\x2d\xb5\x37\xa3\xbc\x80\xa0\xb1\xaf\x35\xff\xbf\x26\x47\xd2\x0a\xf4\x6a\xfe\x07\x82\x66\x3b\x19\x69\xc2\xa4\x7a\x9e\x95\x93\x56\xa2\xa8\xce\x4d\x7d\x1e\x68\x56\x4a\x7f\xd5\xe7\x81\x68\x26\x4d\xb6\x90\xbf\xb7\x54\x7f\x67\x6a\xf4\x40\x4c\x83\x3d\x62\x3c\x18\x10\xcf\x4a\x93\x05\x5b\xa3\x57\x96\x26\x0b\xb6\x46\x2f\x45\x09\x03\xc2\x80\x78\x96\x55\xf3\xaa\x39\x10\xd3\x60\xdf\xe8\x27\x00\xa2\x9d\x34\x59\xf0\x1d\x16\xc0\x66\x8d\x04\x40\xf4\xc1\x74\xb5\x12\x00\x41\x63\x89\x34\x13\x00\x31\x0f\xc6\xa2\x99\x00\x88\xf7\x31\x5f\xed\x04\x40\x8c\xc5\x3e\xe4\xcb\x27\x5f\xdc\x1a\xda\x0e\xde\x8f\xc0\x55\x3f\x63\xcd\x04\x40\x3c\x0a\x4b\x35\x13\x00\x71\x1a\x31\x5d\xcd\x04\x40\x2a\x56\x8a\x79\x8d\x1c\x03\xd2\x49\xbf\xfd\x6a\x3a\x00\xd2\xc9\xaa\xb4\x35\x1d\xec\x9f\x06\x26\x76\xdf\xd6\x74\x00\xa4\x93\xd2\x7e\x6b\x3a\x00\xd2\xc9\xca\xbd\xb5\x1d\x00\xe9\xe4\x5f\xda\xda\x0e\x80\xa0\xfd\xa0\x75\x69\xc7\x8e\xb6\xa0\x0d\x69\xc7\x50\x36\xa0\x2d\x69\x26\x1a\x65\x37\x6f\x7d\x1b\x40\x1a\xd6\x3f\xdc\xfa\x36\x80\x54\x54\xb2\xb7\x16\x05\x20\x8e\x32\xc7\xf2\x4a\x93\x2f\xdd\x67\xb7\x34\xa5\x3d\x44\xa2\x6d\x40\x19\x10\xed\xa0\x69\x8d\x00\x82\x06\x5f\x0c\x28\x03\x82\x06\xff\xb4\x50\x00\x41\x63\xcc\x3a\x41\x80\x54\xbc\x5e\xb4\x35\x5b\x00\x41\x63\x2c\x9a\x2d\xb6\x41\x66\xa6\x16\xdd\xda\x28\x80\xa0\xc1\x17\x6d\x14\x40\x6a\x15\x89\x77\x6b\xa3\xd8\xe9\xc4\x3e\xc3\x03\x83\xcc\x80\x66\xd4\xc8\xd6\x6c\x01\x34\x8d\x4f\x5b\xff\xc9\xb6\x12\x8c\xb5\x0b\xb7\xa6\x8c\xad\xff\x44\xed\x79\x6b\xca\x00\x9a\xb6\xa7\xad\x25\x63\xeb\x52\x31\xcc\x76\x6b\x51\xdc\x96\x6f\xa8\x92\x1c\xdb\x20\x37\xae\x43\xd3\x78\xb8\x35\x1e\xea\xb2\xd8\x0a\xed\x40\x1a\x9a\xb0\xb7\x42\xfb\x0e\x01\xbd\xe9\x52\xda\xca\xe2\x40\x31\x69\xfc\x56\x14\x07\x96\x45\x4b\xb6\x92\xf8\x3e\xc5\x1a\x1c\x87\x92\x38\x50\x94\x56\xb7\x82\xf8\xb6\x6e\xbd\x8e\xfd\xad\x20\x0e\xa4\x9e\xf9\x99\x6f\x05\x71\x20\x75\xef\x29\x6f\x05\xf1\x7d\xe2\x3b\x90\xa2\xb6\x42\xf7\x3e\xf1\x1d\x48\x97\x5b\xa1\x7b\x5b\xa3\x5e\x73\xd4\x56\xea\xde\x4a\xdd\xda\x6c\xb7\x52\x37\xd0\xfc\xb5\x6c\x0b\xa1\xed\x79\x74\x78\x5f\xe7\xda\xcc\x63\xb2\x70\xb6\xae\xcd\xa9\x5b\xef\xd7\xa3\xc0\x0e\xa4\x6a\xa9\xe2\x6d\x18\xc8\xb6\x46\xbd\x31\x80\x5b\x21\x1e\x68\x9a\x71\xb7\x32\x3c\xd0\x2c\x2c\xbd\x15\xe1\xb7\x22\xbc\x31\x7b\xdb\xc8\x10\x20\x7a\x90\x26\x53\x10\xeb\xbb\x7f\xa5\xad\x58\x0f\xb4\xb3\x99\x94\xea\x81\xd4\x53\xb7\x57\xf9\x74\xa4\xfa\xe9\xeb\xe4\xd3\x91\xea\x11\xb6\xb6\x52\xfd\x3e\x52\xbd\xbb\x4e\xa9\x1e\x88\xfd\xf4\x0f\x29\xe5\xb6\x42\x3f\xd0\xa6\xec\x56\xe6\x07\x62\x42\xd2\xdc\x6e\x0b\x1f\x82\xdf\x9f\x22\x3f\x90\x4e\xb6\x94\xad\xc8\x0f\xc4\x77\xcf\xaa\x28\xf2\x03\xf1\x3a\x06\xaf\x78\x0f\xa4\x72\x78\xa6\x78\x0f\x14\xeb\x14\x6c\xa5\x7b\x20\xcd\x81\xf8\xbc\x2d\x44\x01\xa4\x9f\x09\x31\xb6\x12\x3f\x10\x7b\xd5\x67\xe5\x23\xc5\xd3\x0c\x52\xdb\x0a\xfc\x40\x8c\xc4\xd7\xc9\x46\x05\x7e\xad\x6b\x5b\x81\x1f\x08\xf9\xd4\x76\xf2\xe9\xd2\xac\x39\x1c\xb1\x8c\xb2\x8a\x45\x1b\xf6\x21\xa3\x2e\x3d\xe0\xfc\xb1\xb6\x31\x2c\x40\xec\x55\xde\xa7\x66\x00\xc4\x1f\x8b\x7e\x95\xf8\xb7\x65\x2c\x90\xe4\xb7\x12\x3f\xd0\xd4\x68\xb7\x02\xff\xbe\x8f\xf0\x65\x0f\x32\x45\x81\x5f\x0b\xc3\x56\x92\x07\x8a\x35\x24\xb6\x82\x3c\x50\xbd\x47\xb8\x95\xe3\xf7\x9f\x1c\xcf\x2e\x57\x8e\x07\xaa\xbe\x84\xad\x18\xbf\xad\x50\x6f\x24\xdb\x56\x8c\xdf\xde\x42\x30\xce\x72\x2b\xc6\x03\x31\x7d\x5e\xa7\x18\x0f\x84\x9c\xc0\xea\x28\xc7\x03\xc5\x4c\x8d\x5b\x31\x1e\x88\x63\xd4\xd7\x39\xd7\xc7\x02\x93\xfe\x1f\x14\xe3\x81\xf8\xa7\xb1\x3d\x15\xe3\x81\xe0\x30\x3c\x51\x14\x07\x9a\xda\xdd\x56\x12\x07\x8a\x39\xe9\xb6\x82\x38\x50\x75\x92\x6c\xe5\x70\xe0\x14\x24\xdc\x8a\xe1\x5b\x31\xbc\x62\xbd\xd8\x8a\xe1\x40\x31\x87\xde\x56\xe2\x06\xe2\x1c\x65\x5a\x8a\xdc\x40\x33\x7e\x72\x2b\x52\xef\xd7\x50\x7a\x64\xe5\xad\xac\x0c\x34\xcb\xde\x6c\xc5\xe2\xfd\x9e\xd3\x91\x2d\xa2\x58\x0c\x34\x8b\x80\x6d\xa5\xe2\xfd\x1a\x5b\xe5\xd0\x9c\x14\x65\x29\x14\xd9\xb7\xf2\xef\x3e\x65\x29\x94\x36\x0c\x89\x01\x9a\x5e\xb9\xad\xf8\x0b\x04\xc3\x59\x7b\x45\xdd\x6d\xf4\x8b\x81\x8d\x5b\x51\x77\x1b\xfd\xa2\xcf\x77\x2b\xeb\x6e\xa3\x5f\x0c\xa8\xdc\x3a\xaf\xf6\x3e\xfa\x39\x5c\x52\xfe\x05\x9a\x26\xbd\xad\xa8\xbb\x15\x75\x93\x1f\xb5\x62\xed\xde\x47\x6d\xb2\x5b\x27\xb6\x4f\x29\x33\xbb\x75\x66\x1b\xb5\xdb\xe5\x52\xaa\xdd\x4a\xb5\x87\x4d\xba\xbe\xf6\x89\x7e\xf1\xa7\xaf\xa4\xbb\xff\xa4\x5a\x46\xa7\x54\x0b\xb4\x75\x1e\x75\xb2\x0a\xb5\x7a\x3e\xb6\x42\xed\x56\xa8\xf5\xfe\xed\x56\xa8\x05\xda\xe1\x93\x32\x2d\x10\xbd\x3a\x3a\x4f\xa6\xcf\xb4\x6c\x36\x73\xa9\xcf\x05\x09\xcc\x2c\x5b\x39\x77\x5b\x61\x5e\xe7\xca\x56\xce\xdd\xde\x90\x30\xda\x79\x2b\xe7\x6e\x2b\x5a\xf8\x9d\x2b\xe6\x02\xf1\x51\x3b\x38\xd9\x64\x85\x79\x77\xd8\xa7\x98\xfb\x59\x61\x5e\xb7\xfa\xe7\xa5\x89\xcf\x4b\x13\xca\x1f\x9f\xa2\xef\x77\x42\x78\x18\xf2\xa7\xf8\xfa\x1d\xf1\x15\x79\xe6\x53\x7c\x05\x9a\x41\x04\x9f\xae\xaf\xcf\x6a\xf2\xe6\x07\xfc\x94\x68\xbf\x23\xd1\x76\x69\x97\xb4\x4b\x7e\x16\x68\x5b\x1a\xd9\xa6\xba\x24\x66\xf1\xe9\x0e\x33\x94\xf2\x53\xd8\xfc\x4e\x6d\x8a\x21\xad\x48\x23\x49\x05\xfb\xe9\x53\xae\x04\x9a\xe5\xa7\x3e\xdd\x61\x9f\x25\xdd\xf5\xd1\x7f\x8a\x9a\x40\xaa\x26\x7a\xfb\x14\x35\xbf\x73\x9f\x01\x79\xe6\x53\xd4\x04\xda\xe4\x1b\xfb\x94\x34\x81\x68\x06\x4b\x14\x35\x81\xa0\x31\x57\x65\xcd\xcf\x58\x1d\xfd\x7c\x9f\x72\x25\x90\x4e\x56\xb1\x4f\x77\x18\x50\x56\xff\x87\x9b\xec\x9f\x8e\xb1\xcf\x0b\xcb\xca\x9d\x9f\x8e\xb1\xcf\x0b\xcb\xba\x99\x3f\xa3\x76\x3e\x2f\x2c\x7b\x2a\x7d\x7a\xcb\x3e\x2f\x2c\x1b\x62\xf0\xe9\x2d\x03\x52\xf7\xa6\xe7\xe7\x05\x0a\x20\x0d\x63\xb2\x3e\x5d\x68\x9f\xc5\x2b\x54\xe7\x3e\x7d\x68\x9f\x57\x28\xd4\xd3\x3e\xaf\x50\x7c\x5e\x62\x36\x16\xe3\x33\xe4\x07\x08\x1a\x6b\x65\xc8\x0f\xd0\x0c\x45\xf8\x74\xbf\x7d\xba\xdf\xfc\x03\x7d\xba\xdf\xbe\x73\x89\x99\x13\xec\x33\xe4\x07\x68\x4a\x68\x9f\x1e\xb9\x4f\x8f\x9c\x2a\xc0\xa7\x47\xee\xfb\xab\x6d\xc8\xa3\x86\x01\x7d\x86\x01\x59\x56\xe8\xd3\x4b\xf7\x19\x06\x64\xb9\xa9\x4f\x2f\x1d\xd0\x26\xf6\xc5\xcf\x28\xa0\xaf\x1c\xbd\xd7\x2e\x64\x9e\x51\x40\x15\x31\xf3\xd3\x71\xf7\x19\x05\x54\xcf\xf0\x64\x5e\x51\xef\x2d\x76\x2b\xf3\x8e\xe3\xce\xbd\xaf\xe3\x0e\xa8\x66\x0b\xf8\x74\xdc\x01\xb1\xf5\xe1\xbb\x8e\x3b\xa0\x9d\x91\xe8\xa4\xfb\xea\x11\x78\x69\xa6\x43\xee\xab\x67\xb2\xbc\xce\xfb\x15\xdf\xa9\x9a\xc1\x1f\xfd\xd3\x49\x07\xc4\x09\xc6\x92\xe9\xa4\x03\x62\x74\xac\x85\x11\x3f\x9f\x11\x3f\x66\xb2\xfb\x4c\x05\xf5\x59\x4a\x43\x3d\xe0\x33\x0a\xe8\x33\x0a\xc8\x70\xc0\x4f\x07\xdf\xe7\xfd\x64\x45\xc4\x4f\x07\x1f\x50\xbd\x16\xfa\xe9\xdf\x03\xda\x59\x0a\xdd\x7b\x9f\xee\x3d\x6d\x1a\x9f\x41\x40\x40\xcc\xd6\x91\xc8\x14\x83\x80\x12\xa2\xda\xa7\xcb\xef\xf3\xca\xb2\xf6\xe4\x4f\x97\x1f\x10\x12\xa7\x34\x39\xd5\x48\x95\x52\x25\xc9\x28\xdc\x7b\xdd\x8a\xf3\x9f\xee\xbd\xaf\x9d\x6f\x8a\x49\x18\x04\x04\xc4\xf0\x18\x8a\x2e\xbf\x4f\x57\x9e\xf1\x06\x9f\xae\xbc\xef\x64\x71\x92\xc9\xba\xf2\x80\x50\x0e\xe0\x80\xae\xbc\x4f\x57\x9e\x57\x1b\x3e\x5d\x79\x40\x9b\xc9\xa1\xc8\x01\x13\xb0\xaa\xa5\x7e\xfa\xea\x80\xa0\xf9\x3a\x39\xd0\xfc\x56\x20\xe9\xaa\xfb\x4e\x02\x56\x3f\x3d\x7d\x75\xc0\x49\x82\xf3\x19\x2c\x04\xa4\x6a\xce\x87\xcf\x60\x21\xa0\x29\x0e\x7e\x5e\xf7\xf8\x4e\x9a\xd6\x61\x0f\xf2\xa4\x6b\x9a\xf5\x4c\x31\xa6\xe8\x23\x27\xeb\x44\x96\xfa\xf4\xf2\x01\xd1\x83\xcd\x64\x09\x5e\xbe\xe9\x41\xaf\x97\xef\xf3\x1a\xb3\xb5\xef\x3e\xbd\x7c\x40\x9b\xc3\xf1\x3a\xfb\x7e\xd6\x9a\x7d\xa2\xf7\x0e\x08\x1a\xbd\xea\xbd\xfb\x8c\x2c\xaa\x9e\x32\x7a\xef\x3e\x8b\xd0\xbb\x13\xf5\xd4\x7d\xa7\x90\x3c\xa6\xb9\x4f\x4f\xdd\x67\x21\x79\x3f\x4f\x1d\x75\xdf\x29\x24\xef\x0f\x41\x33\xc0\x67\x10\x91\x8a\xc4\xa7\x1d\xe0\xd3\x0e\xa0\x22\xf1\x69\x07\x00\x82\x66\x17\xce\x02\xa7\x5c\x51\x33\xfb\x34\x04\x00\x69\x5a\xa3\xeb\x53\x39\x06\xda\x39\xf1\xd5\x8d\xbf\x73\x6d\xc2\x43\x4b\xdd\x18\x68\x1a\xa5\x3e\x55\xe3\x4f\xd5\xd8\xf8\x9d\x4f\xd5\x18\x88\x05\xf3\x51\x19\xb0\x3c\x02\x61\x9d\x7a\x30\x10\x2b\x61\x33\x19\xb0\xfc\xd8\xfd\x76\x54\x70\x81\x34\xcc\x6c\xf6\xa9\xb8\x02\xed\xfc\xb6\xd4\x38\x81\x34\xce\xd9\xae\xca\xf9\x9d\x8b\x0f\xbe\x4e\xf5\x12\x88\x6e\xa5\x39\xba\xeb\x98\x95\x18\x8a\xea\x25\x10\x3a\xe2\xef\xff\xfd\xef\xfe\x21\xff\x08\xa9\x73\xb6\xed\x1f\xb2\xce\xfe\x59\xd2\x0b\x23\xc2\xfe\x21\xb0\xec\x9f\xa1\xc4\xfc\xa2\xf6\x0f\xd3\x9a\x10\x34\xdb\x6d\x69\x5b\xda\x0a\x5a\xf2\x7d\xc8\x18\x1d\xeb\xe7\xfe\x21\x4f\x08\x41\x5b\xff\xf9\x67\xdf\x3f\x64\x8b\xfd\x4b\xbe\x3a\xfe\x4d\xfb\x97\x1d\x3e\xe1\x32\x1d\xf1\x75\xff\xb2\xdd\xf1\xb7\xef\x88\x65\xfb\xc7\x9f\x5d\x48\x9d\x9f\xce\xfe\xf1\x3b\xdd\x3f\xa3\x65\xab\xec\x28\xbe\xaf\xf8\xbe\xca\x50\x8b\xef\xb3\x92\x6f\xad\xb0\x88\x1f\xd1\xfe\x15\xa7\xde\x60\x47\xb5\x8f\x6a\x1f\x5d\x9a\x2c\xaa\xb6\x1b\x8c\xb9\x39\x0f\x4f\x35\x6e\x33\xec\x5f\xb3\x5d\xb3\xdd\x64\x1e\x1c\x4d\xfb\xc7\xe5\xb1\x8e\x72\xb2\x7f\x9c\x26\x42\xd0\x78\x96\x93\x43\x08\x1a\xcf\x76\xdf\x67\x4e\x66\x2c\xa6\xfb\xc7\x87\x2d\x04\x6d\x42\xf3\x7d\xf8\xdb\x3b\x59\x55\xf7\x6f\xb8\x34\x7c\xb2\x1d\xcd\x74\xff\x86\xbc\xc2\x3f\xde\x49\x91\xb9\x7f\xf8\x9a\x85\xd4\x49\xdb\xb4\x7f\xd3\x6d\x82\x39\xab\x37\xf9\x3c\x1d\xcb\x74\x2c\x85\xf7\x61\x58\xda\x3f\xac\x48\x9d\xab\x58\xfb\xb7\x7c\x76\xf9\x6c\x65\x7c\xcb\x67\x31\xc4\x74\xae\x30\xed\xdf\xe5\x7c\x2f\xfb\xed\xd2\x7c\x16\xe7\x66\x6f\xf2\xfe\x72\x8d\xb4\x6b\xa0\xb3\xec\xdf\xe5\xf6\xbc\x7c\x5f\x67\x6f\xdc\xae\x87\x19\x0c\xda\xe4\x7d\xb7\xfd\xde\x8e\x79\xc2\xbf\xdb\x67\x6f\x9f\x75\xdd\x1e\xe7\x81\x33\xae\x37\xd7\xe8\x71\x1f\x3c\xf2\x74\x31\xb7\x47\x5e\x59\xfb\x83\xcf\x71\xff\x1e\xfb\x7d\xec\xd7\x75\x7b\xdd\x7f\x68\xd9\xbd\xbb\x6e\xaf\x6b\x84\xfb\xa9\x77\x3f\xb3\xd7\xf1\xe1\x07\xea\xdd\x35\x7a\xdd\x2f\xe8\xb7\x1d\xb1\x62\xff\xb6\x7b\x77\xfb\xac\xdf\xcc\x76\x2c\x38\x5a\x3a\x69\x88\xf6\x6f\xcb\xab\xed\xfb\x5c\xcb\xed\x7c\xd1\x34\x3b\x4e\xc5\xfd\xfb\x7c\x1f\x8e\x91\x8e\x91\x70\xff\x3e\xf7\xcb\xe7\xfb\xfc\x66\x3e\xdf\x87\xe6\xd6\xbb\xdf\xcc\xe7\x1e\xc2\x1b\xd1\xb1\x0b\xed\x84\xf7\x40\x48\x9d\x82\x32\x3b\xa1\x56\x09\x41\xeb\xd0\x96\x34\xdf\xd7\x62\x6e\x09\x4b\xbc\x90\x3a\x19\x35\x77\xc2\x9a\xbe\x93\xf7\x07\xa8\xa6\xb1\x13\xba\xc6\x4e\xc9\x7e\x07\xfd\x12\x52\x27\xa4\x4e\x2c\xea\x4e\xd9\x7e\x91\xe0\x3b\x37\xcf\x77\xf2\x3c\x48\xc5\x76\x4b\x9a\xed\x10\x6a\x3b\xf7\x82\x76\x2a\x8e\xcf\xfb\xc3\xc4\xa8\xec\x54\xed\xc3\xa2\xda\xc4\x67\xec\xe4\x19\x91\x3c\x23\x88\x33\xd9\x09\x11\x71\x27\xc4\xc1\x4e\xcc\xcb\x4e\x88\x7e\x42\xea\x84\xd5\xec\x84\x50\x27\x04\x8d\x7e\x9b\xe3\x33\x3e\x8b\x98\x92\x9d\x9a\x3c\x20\x78\xaa\x63\x31\xdb\xa9\x39\x3e\xcf\x1c\x04\x98\x9d\x9a\xef\x6b\xa7\xa8\x0e\x63\x41\xa8\x11\x92\x95\xc6\x77\x22\x00\x69\xa7\xee\xb3\x95\xf1\x79\x96\x24\x43\x8d\x47\xe3\xd9\xe1\xdc\x3c\x4b\x06\xdf\x65\xf2\x2c\x49\x43\xbe\xf0\x5d\x26\x7e\xeb\x3b\x19\x7f\x73\xfa\xe5\x17\xbe\xd3\x74\x1e\x9c\x93\x69\xfa\x3e\x4d\xed\xc3\x75\xf3\xcc\x49\x9e\x39\x63\x30\x16\xcf\x1c\x20\xf5\x31\x7d\xd6\x3e\xbc\x4a\x89\x85\x6c\xa7\x69\x1f\xcb\x3e\x5c\x5f\xcf\x21\x20\x75\xbc\x48\x3b\x2d\xfb\xe5\x2f\x3e\xcf\x58\x96\x6b\xae\x35\x9b\xea\xfc\x3b\x2d\xdf\xc7\xaf\xb8\x93\xb5\x68\xa7\x4b\xde\x5f\xa7\xc0\x07\xed\x3c\xaf\x80\x68\xc7\xde\xbd\x5c\x5f\xec\xb0\x9d\x58\x84\x9d\x3c\x9b\x92\x67\x13\x62\xec\x4e\xb7\xeb\x8b\x8d\xb4\x4f\xbe\xe9\x74\x3b\x66\x93\xc9\x4f\xf7\xc6\x6d\x1f\xb7\x7d\x64\xf8\x7c\xcb\x7b\xee\xfe\xf5\xe9\xde\xb8\xe5\xcb\xed\xbd\x99\x01\x5f\x3c\xeb\x12\x86\xcd\x3e\xf9\x5f\xa6\xc7\xf5\x7d\xec\xb7\xf0\xbe\xc7\xb9\x79\xae\x4d\xbe\xfd\xf4\xd8\x87\xe7\xda\xe4\x1f\x9a\x1e\xdf\x87\xb3\xbf\xcf\xca\xb3\x9e\x61\xc9\x33\x6c\xb6\xff\xf6\xba\xef\xf4\xba\xd4\xe6\x33\x99\x8d\x2d\xfb\xca\x36\x33\x25\x4e\x8f\x81\xd7\x6d\xfc\xda\x9d\xdb\xce\x63\x0f\x08\x1a\xcf\x6e\x59\xb4\x65\x91\x47\x83\xc7\x1e\x90\x3a\x7a\xec\x4e\xdb\x65\xfd\x5c\xd6\x41\x1f\x1e\x7b\xc9\x63\x6f\xba\xc5\x3e\xc7\xf7\x39\xbe\x09\x7b\x3f\xc7\xf7\x39\xbe\x49\x1f\x9f\xcb\xfa\xb9\xac\xa1\x75\xec\xac\xd4\x95\x95\xba\x26\xbf\xf1\x8c\xd5\x49\x88\xa5\xe9\xd0\xb2\x34\xfb\xe5\xf8\xc9\x38\x52\x85\xd4\x57\xc8\xac\x3b\x63\x75\x12\x82\x96\xa1\x5d\xd2\x1e\x69\xf4\xe1\x91\x99\x3d\x32\x29\x89\xb9\xb3\xd2\x59\x56\x3a\xe3\xe6\xc6\xce\x58\x76\x84\xd4\xa9\x4b\xb1\x33\x66\x9c\x9d\x75\x0f\xae\x4c\x1f\xf8\xfd\x76\xf6\x18\x25\x0b\xf1\xce\x1e\xa3\xd9\x63\x94\x2c\x6d\x3b\x67\xc7\x62\xde\x08\x32\x97\xed\x9c\xcf\xb3\x6c\x3b\x32\x73\xec\x5c\xe4\x81\xc7\x2d\x79\x2e\x76\xc6\xfc\x20\x04\x8d\x3e\x8a\xf3\x2d\xce\xb7\x31\x3e\x45\x32\x20\x68\x3e\xfb\x4a\xb3\xb8\x23\xbf\x92\xec\x11\x9c\x3d\x82\x31\x8c\xed\x8c\x46\x2e\x04\x8d\xf1\x79\x04\xe7\xea\xf8\xd8\x2f\xb9\x39\x3e\x14\xdc\xbe\x5c\xa3\x2e\x4d\x31\x0d\x75\x71\x67\x8f\x4c\x20\x68\x13\x9a\xe3\x43\x4d\x1b\x44\xc0\xef\xdc\x1d\x1f\x3a\xd9\x20\xc8\x7e\x67\x8f\x56\x20\x68\x8c\x65\x38\x16\xb4\xa3\x41\x38\xf1\xce\x8a\x64\x40\xd0\x18\xdf\x74\x2d\x09\x31\x1c\x84\x0e\xef\x3c\x1d\x0b\xc7\xe3\x20\xb2\x79\x67\x8f\x47\x20\x68\xf4\xbb\xdc\x1b\xcb\x7e\x0b\x63\x46\xc7\xd9\x99\x63\x6f\xfc\x5c\x23\xc5\xb4\xbc\x7c\x96\xdf\x78\xf6\x28\xcc\x6a\x2a\xd4\xd9\xd8\xf9\x72\x1e\xd7\xd9\xcf\x8c\xcf\xe3\x11\x88\x76\x3c\xeb\xf1\x08\x04\x8d\x76\xb7\xf3\x20\xca\x6b\xfc\x06\x63\xbe\x5d\x73\x8e\xb3\xf1\x1b\xec\x67\x45\x37\x20\x68\x8c\x59\x31\x2d\xdf\x8e\x85\x6f\x35\x7b\x9c\x01\x41\x83\x2f\x8a\x64\x59\x27\x0a\x55\xb6\x76\x7e\x9c\x9b\x71\x4f\x3f\xd7\xd2\xa3\x0b\x48\x23\xb9\x46\xaf\x3c\x25\x84\x67\x24\xd7\xe8\xb5\x5f\xab\x3a\x24\xbf\xa3\x2d\x4f\x39\x87\x06\xd9\xf9\x76\x56\xfc\x02\xd2\x48\x7e\x47\xdb\x7e\xb7\xef\x73\xdd\x3c\x9b\x32\xc6\xff\x91\xfc\xb6\x3e\xdf\xa7\x05\xdf\x5f\x5d\x56\xfc\x02\xd2\x48\x7e\x5b\x18\xc9\x85\x34\x08\x57\xdb\xf9\x73\x8d\xb0\x7e\x4f\x7f\x89\xc5\x73\x08\x08\x5a\x85\x96\xa4\x25\x9f\x95\xd6\xa5\x75\x69\x0b\xda\x94\x66\xbf\x88\xe6\x45\x8d\xb0\x18\x6c\x41\x2c\xd9\x2e\xd8\xab\x85\xa0\xc5\x1a\x95\x64\x1f\x04\x4c\x54\xd2\x68\xed\x82\xbd\x5a\x08\x1a\xcf\x62\xb0\x16\x82\x36\xa0\xd9\x2f\x9a\x63\x25\x07\xc8\x2e\x9e\x4d\x85\xb3\xa9\x72\xf5\x73\x17\xcf\x26\x20\x68\xc1\xbf\xa2\x1a\x08\xa4\x4a\x88\xdd\x2e\xd9\x31\x67\x9f\x75\x6e\x8a\x7d\xc5\x9a\xc0\xe4\xb9\xd9\xa5\xf8\xac\xc5\x7e\xcf\x3c\x3c\x73\x8a\x59\x15\x71\xda\xec\xe2\x99\x03\xa4\x49\xc8\xfc\x2e\x58\x1a\x85\x54\x31\xb5\xee\xe2\x39\x54\xb4\x20\x62\x18\xda\xc5\x73\x08\x08\x1a\x3c\x68\x3e\xdb\x7c\xd6\x35\x52\xc4\x03\x82\xc6\xdc\x9a\x63\x69\xce\x83\xbd\x5b\xba\xf3\xc0\x94\x55\x13\xff\x8f\xa2\x88\x57\xb4\x5b\xa5\xc5\x7c\x55\x2b\x0b\x06\xa9\x9a\x39\x9b\x4a\x97\x7f\x9c\x4d\x95\xac\xa1\xbb\x0c\x9f\x45\xec\xab\x99\xfd\x5c\x54\x21\xcb\xf0\x59\x44\xda\x82\x21\x48\x48\x35\xe7\xdf\x7f\xff\xee\x0b\x46\x21\x21\x1e\x61\x08\x4a\x8a\x40\xd0\x60\xd1\x74\xeb\x4c\x87\xe0\xf2\x4f\xb7\x27\x91\xd0\x35\x23\xad\x14\x8f\xbd\x82\x26\x5a\xb3\xcb\x3f\x5d\x1a\x22\x26\x2a\xd9\x2a\x76\x59\xbe\x6f\x99\x1b\x19\x4d\xa5\x28\x15\x02\x41\x63\x4a\x1e\x85\x40\x9a\xbf\xc9\x12\x2a\x15\x02\xd1\x8e\xb1\x2c\xfb\xc5\xde\x53\xb3\x9f\x05\xc1\x0b\xbb\x2c\xe7\xe1\x76\x22\xc4\x40\x88\xf7\xd9\x4e\x96\x23\x51\xd6\xcc\xf1\x58\x2e\x59\x6e\xec\x00\x51\x39\xbb\x5c\x6e\x1d\x0c\x39\xf3\x87\xf6\x52\x3c\x46\xcb\x25\xff\xdc\x8a\x97\x5b\x1b\x2f\x7e\xcd\x6e\xbb\xdb\xf9\xde\xbe\xcf\x2d\x76\x3b\xb7\xdb\x25\xe4\x18\x2d\xb7\xeb\x71\xcb\x2b\x8f\x0b\xb5\x5d\x20\x55\x2e\x04\xef\xa2\x04\x58\xac\xb5\x93\xdd\x62\x4a\x80\x40\xaa\xc5\xed\xf4\xc8\xfb\xc7\xcf\xc2\x6d\xfc\x38\x5f\xc2\x3d\x2b\x51\x8a\xbb\xbc\xce\xed\x3d\x73\x63\x7c\x1e\xb7\x05\xb1\xaf\x12\x31\xb9\xcb\x76\x1e\xe6\xb4\xc6\x14\xbe\xcb\x76\x7c\x44\x29\x56\x0c\xfa\xbb\x78\xdc\x02\xf1\x3e\xf6\xc1\x76\x2c\xd6\x6b\x2c\x1e\x17\x1e\xad\x40\xd0\xe8\x57\xb1\xaf\x98\x04\x8e\x8a\x4f\xbb\x78\xdc\x02\xc9\x04\x8e\xbb\x28\xf6\x01\xc9\xf4\x76\xbb\xa8\xed\x02\xc9\x1b\x84\xbb\x78\x04\x17\x73\x03\x70\xd1\x70\x57\x35\xdb\x8a\x66\x5b\x49\x1b\xb4\xab\x5a\x6c\x35\xf1\x18\xe9\x96\x76\xf5\x88\xab\x16\x87\x27\x4d\xc1\xae\x44\x67\xed\x9a\x9c\x07\xeb\x56\xf1\x75\x09\xa9\x12\x95\xbc\xab\xc7\x5e\xf5\xd8\xe3\xfa\xcb\xae\x8a\x69\x40\x9a\x54\x68\xdc\x15\x1f\x96\x10\xed\x7c\xdf\x23\xcd\x79\x70\xac\x54\x2d\x62\x40\xd0\x68\xa7\x56\x5c\x3d\x1e\x71\x24\xee\xca\x45\xee\x5d\xb1\x92\x55\xfc\x5f\xbb\xe2\x9b\x11\x52\x25\xa4\x73\x57\x9c\x33\xbb\xe2\x9c\xa9\x44\x92\xee\x5a\xe5\x01\x4e\x97\x4a\xd8\xe8\xae\x1e\x8f\x40\x8c\xb9\x40\x73\x7c\xd5\xf7\x71\x46\x54\xb5\xe2\xda\x7c\x1f\xbf\x8d\xaa\x06\x5c\xd1\x80\x2b\x66\xed\x5d\xd5\x80\x6b\xf3\x59\xb4\x97\xaa\x38\x57\xb9\xef\x5b\x2b\xbf\xbf\xda\xe5\x9f\xc7\x63\x65\x2d\x2b\x57\x75\x76\x35\xed\x12\x45\x1c\x76\xed\xce\xb7\xdb\x07\xdf\x7e\xd5\x12\x07\x04\x8d\xf1\x75\x79\xe0\xd1\x5a\xf9\x4d\x56\xc5\xbe\xea\xd1\xca\xbd\xb7\x5d\x3d\x5a\x81\x54\xa9\x24\xbc\xeb\x90\xcf\x43\x3e\x77\xde\x37\x7c\xdf\xf0\x7d\x7c\xe7\x75\xfa\xec\xf4\x59\xf7\x8b\xe7\x64\xf5\x4c\x24\xcd\xdf\xae\x9e\x89\x55\xab\x78\x75\xbf\x78\x26\xd6\xe5\x58\xd0\x94\xab\x5a\x71\xe5\x4a\x46\xad\xee\x17\x45\xbc\xaa\x88\x97\x50\x45\xaa\xe7\x55\xbd\xac\x84\xc8\x37\x5d\xb5\xc4\x01\xa9\x36\xd7\x97\x28\x21\x21\x68\x8c\x4f\xcd\xb6\xde\xd6\xe3\xe2\x9b\xae\x8a\x6e\xd5\x70\x1a\x92\x7f\xee\xfa\x38\x8f\xe7\xd4\xdd\xe7\xfb\x50\x74\x03\x52\xd5\xa2\x58\x3d\x73\xea\x63\x5d\x56\x54\x87\xfa\xfa\xec\xeb\xb3\xf2\xfe\xf5\xd9\xd7\x67\xe5\xbd\x16\xb6\x8a\x5a\x59\xb5\x32\xd6\x2d\x4f\xf7\xa9\xf2\x48\xbf\xaa\x95\x75\x9f\x5a\x63\xb6\x73\x3d\xb6\x73\x43\xf4\xad\x9f\xed\xbe\x53\x6c\x0b\x9e\x7a\x96\xd4\xef\x14\xc0\xb1\x9d\x7c\xf1\x8c\x68\x2b\xc6\xdc\x14\xc9\x9a\xc1\x07\x8d\xef\xad\xa9\x06\x02\xa9\x76\xbe\xb7\xa6\xca\x07\x04\x6d\x40\x7b\xa5\xbd\xae\x51\x82\xf6\x49\x3b\x39\x4a\xa0\xa9\x06\x02\x41\xab\xd0\xaa\x34\x63\xe5\x59\xa3\x46\xc0\x80\x10\xef\xa3\x5f\x2d\xf3\x40\xaa\xfd\x1f\xaa\xc7\xec\xa6\x51\xae\x65\xa3\xa4\xf8\x6c\x5b\xb6\xbb\x7c\x6e\x31\x30\x2c\x8f\x24\x20\xba\x63\x58\xb8\xd5\x77\x53\x62\x23\xd4\x6b\x37\xfc\xe0\xbb\x65\xa7\xc4\x96\x68\x6a\x89\x40\xaa\x9d\xcf\xb6\x79\xfc\x34\x8f\x9f\xce\xf2\x37\x7c\xbe\x42\xaa\x94\x83\xdc\x0d\x47\xab\x10\x34\x9e\x55\xea\x6a\x4d\x96\xf3\xf9\xb4\x66\x1f\x4d\x1f\x1d\x62\x41\x53\x12\x6b\x4a\x62\x84\x71\xed\xd6\xec\xb7\x39\x3e\x96\xbf\x29\x89\xb5\xe3\x41\xe4\x93\x6a\x1a\xf3\x5b\x77\xcc\x1c\x2b\x4d\x2d\xb1\x71\x17\xaf\x0e\x59\x8e\xe7\x4e\x08\x1a\xed\x94\xce\x1a\x17\xea\xea\x70\xf9\x35\xca\x35\x25\x31\x2e\x7f\xed\xa6\xa8\xd5\xd0\x26\x2d\xe0\xba\xdb\x70\x3d\xbc\xec\xa6\x61\xb2\x4d\xfb\x98\xf6\x81\x48\xd6\xd4\x30\x9b\xa2\x96\x46\xc8\xa6\xa8\x05\x24\x6b\x5a\xec\xa6\x86\xd9\x0c\x3a\x25\x08\x61\xb7\xe5\xb3\x88\x50\x5e\xf8\xde\x4d\xd1\x08\x48\x75\x20\x6a\xb5\xe5\x7c\x39\x56\xea\xe0\x37\xd9\xd4\x1c\x9b\xc7\x8a\x06\xc7\xa6\xc8\xd3\x2e\xfb\x45\x73\x6c\x1a\xd6\x9a\x01\x8e\x83\xe3\xb1\x79\xd4\x34\x8f\x9a\xe1\x5a\x2a\x06\x35\x2b\xa3\x53\x89\x77\x37\xb5\xce\x66\x65\x74\xb5\xba\x76\xcb\x3f\x45\xa3\x81\x34\xdf\xd4\x44\x9b\x55\x5c\xb4\xd4\x34\x35\xd1\x86\x61\xad\xaa\xed\x36\x35\xd1\x66\xe5\x71\x35\xae\xf6\xd8\x07\x91\x80\x55\x23\x64\x53\x84\x6a\x1e\x5d\x83\xdf\x5a\xd3\xfa\xd5\x3c\x92\xa6\xfb\xfe\x95\xa7\x18\xfd\xab\x86\xc4\xa6\xd1\x1f\x48\x55\x43\x62\x53\x34\x6a\x8a\x41\xd3\xf5\xdd\xce\xc3\x5a\x7f\x1a\x12\x9b\x5a\x27\x90\xea\xcc\x3e\xeb\x98\xd1\x30\xeb\xe4\xd7\xd9\x3e\xbf\x8f\xcf\xf7\xb9\x96\x1a\xf8\xdb\xe7\x58\xf8\x75\x76\xb5\x49\x20\x68\x0d\x5a\x96\x96\xa5\x0d\x68\x55\x5a\x95\xb6\xa0\x31\x8f\xee\xf1\x33\x59\xcb\xae\x15\xaa\xab\xd5\x91\x1a\x65\x77\x0d\xf7\xdd\x73\x03\x07\xf8\xee\x8a\x3c\xdd\x73\x43\x8b\x5d\x27\x44\x47\x48\x75\x22\x22\x77\xc2\x6c\x84\xa0\xf1\xac\xa2\x4c\x37\x69\xa8\xd6\xb9\xee\xb9\xd1\x71\xf8\xd5\xc9\x71\xdb\x15\x65\x80\x54\x17\xc7\x68\x27\x01\x8d\x10\x34\x9f\x75\x1e\x6a\x7a\x54\x99\xda\x5d\x4d\xaf\x13\x17\x52\x49\xfd\xbc\xbb\xa2\x4c\x57\xd3\x23\x11\xca\xee\x9e\x39\xdd\x33\x87\x10\xe3\xdd\x89\xda\xd8\x1d\x2b\x54\xd5\x12\xd7\xd5\x08\xbb\xe7\x10\x35\xbd\x76\xf7\x1c\xea\x9e\x43\x54\x1f\xd8\x5d\xf1\xa6\xab\xfd\x51\x43\x61\x77\xcf\x9c\xae\x78\xb3\x5c\x37\xc5\x9b\xde\x1d\x0b\x22\x6d\x57\x94\x01\xd2\xa4\xd4\xe6\xee\x8a\x2d\x5d\xb1\x85\xe0\xb6\xdd\x15\x5b\x80\xa0\x31\x16\x45\x94\xae\x2a\xb7\x5c\x4b\x55\xb9\x8e\xb5\xaa\x6a\x75\xeb\x1a\xfd\xbb\xe7\xcb\x72\x7d\xa7\x6b\xe9\x59\xc2\x8d\xc9\xdd\xa7\x63\x99\xf2\xd9\xf5\x9d\x8e\xc5\xf3\x65\xb9\xbe\x9e\x2f\x5d\xb1\x65\xb9\xbe\xaa\x68\x5d\xb1\x05\x1f\xfa\xee\x5a\xb0\xba\x67\xce\x72\xcd\x75\x34\x02\x41\xf3\xd9\xd3\x87\xf3\x75\x1f\x28\xf2\x74\xd4\xb1\xa6\x15\xaf\x7b\x0e\x01\x41\x83\xcf\xaa\x5e\x9d\x60\xe9\x46\x92\xc1\xdd\x3d\x5f\x80\x64\x6d\xea\xdd\x55\xb3\x3a\x22\x8f\x85\x06\x77\xbf\x5d\x37\x1c\x8d\x56\xab\xd9\xfd\xf1\xdb\x42\x0c\x32\x59\xf4\xee\x3a\x1a\xbb\x65\x98\x92\xef\xd3\xaa\x05\x24\xb3\x3b\xec\xae\xa3\x11\x48\xe6\xa8\xd8\xfd\x75\x1e\xaf\x63\x41\x34\xea\x9e\x39\x9d\xcb\x6a\x8d\x4a\xea\xbb\x6b\x71\xef\x5c\x42\x6b\xa4\x63\xd9\x5d\x8b\x7b\xdf\x8e\xa5\xfd\xf7\x35\xf9\xdd\x95\x9c\xba\xe5\x81\x7e\x18\xe4\xbb\x47\x0d\x90\x9a\x06\xbd\xae\xc6\xd5\x39\x6a\xda\x8f\x63\xb4\x6b\x68\x07\x52\x53\x73\xec\x6a\x5c\x9d\xe3\xa7\x91\xf0\x6d\x77\x25\x27\x20\x35\x8d\x77\x43\xc9\x69\xfc\x9c\x26\x7e\xd7\xa1\x31\x6b\xfc\x7c\x1f\x06\x90\xa1\x16\x36\x90\x9c\x9a\x52\xcd\xd0\x98\x35\xcc\x45\x92\x58\xd6\xa1\x01\x7d\x60\xb8\x6a\x14\x5d\xde\x43\xc3\x15\x90\x5a\xe2\xf3\x1e\x84\x50\xee\xe1\xcd\x1c\x97\x66\x28\x25\x0d\x34\xb8\x46\xe1\x8b\x3d\xd4\xe0\x80\xd4\x34\x06\x0e\xc5\xa0\x81\xb6\xd6\x34\x70\x0d\x8f\x2e\x20\x35\x8d\x59\x43\x03\xfa\x30\xb3\x17\xd7\x5e\xf7\xd0\x58\x3e\x10\x79\x9a\xc6\xbb\xe1\x31\x35\x8a\x7d\xa0\x81\x0c\x35\xae\xc1\x31\xd5\xb8\xbc\xbb\x87\x1a\x17\x90\x1a\xb7\x72\xf7\xd0\x37\x39\x2c\x00\xae\x81\x6b\xe8\x87\x1c\x66\x8e\xd2\x98\x35\x34\x8c\x8f\xe6\xfb\xf8\x4d\x0e\xc5\xa0\xd1\xec\x77\x4a\x73\xcc\xcd\x67\xd1\x30\x87\x1a\xd7\xe8\x3e\xcb\x27\x3a\x34\x48\x8d\x2e\x0f\xf8\x44\x87\x1a\xd7\xe8\xf2\x94\x4f\x74\x74\xd7\x4d\x2d\xec\xf0\x54\x8d\x6b\x20\x2e\xb5\x8c\x56\x32\x14\x97\x80\xa0\x31\x16\x45\x23\x20\x68\x3c\xab\xe1\x6a\x10\xfb\xd0\x72\xf2\x59\xd7\x0d\x71\xa9\x51\x3d\x6b\x0f\xc5\xa5\x31\x4c\x99\xc0\xf1\x3d\xd4\xb8\x80\xd4\xb4\x56\x0d\x35\x2e\x20\x68\xb6\x73\xcc\xd3\x44\x87\x19\x1e\x28\x2e\x01\xa9\x65\x3e\xef\xa1\x66\x06\x04\x8d\xbd\xa1\x91\x1e\x08\x1a\xef\xf3\xd8\x03\x82\xc6\x5a\x6a\xad\x02\x82\xc6\xdc\x3c\x0a\x07\x47\x61\xd3\xfa\x35\x3c\x0a\x81\xa0\xc1\x17\x35\xb8\xe1\x11\xa7\xb5\x6a\x28\x7e\x8d\xcb\x76\x1c\x03\x43\x11\x0a\x48\x8d\x92\xe1\x7b\x68\x49\x02\x52\xa3\xee\xe2\x1e\xfa\x21\x81\xa0\xf9\xac\xfc\xb3\x70\x1d\xe5\x58\xf6\xd0\xbf\x38\xac\x34\x47\x86\xe6\x3d\x3c\xba\x86\x47\x57\xf6\x9b\xe6\xbe\x82\x10\x34\xda\x79\x9c\x01\x41\xe3\x7d\x5a\x8d\x86\xc7\x19\x17\x87\xf7\xf0\x38\x03\x92\x99\x59\xf7\x50\xd3\x1b\xaf\x65\x33\x5d\x73\xcf\x2b\x20\x79\xcb\x60\x0f\x2d\x49\xc3\x04\x95\xc4\xc6\xee\xa1\x91\x1e\x08\x1a\x73\xd3\xba\x34\xb6\x35\x84\x38\xbe\xc7\xe7\xf8\x3c\xd7\x0a\xaa\xcd\x50\xfb\x03\x82\x46\x1f\x8a\x55\xc3\x73\xad\xb8\x46\x9e\x6b\xc3\x73\x4d\xeb\xd2\x54\xd4\x9a\x9e\x6b\x54\xea\xdb\x53\x83\x3c\x90\x1a\x75\x17\xf6\xf4\x0c\x9b\x9e\x61\x24\xa0\xde\xd3\x10\xad\xf9\xf3\x7d\xa8\x3b\x53\x83\xfc\xf4\x5c\x23\xb7\xd5\x9e\x9e\x6b\xd3\x73\x8d\x04\xf0\x7b\xaa\xfd\x4d\xcf\x35\x92\x7e\xef\xe9\xb9\x06\xa4\x46\xb2\xd7\x3d\x15\xd3\xe6\x29\x25\xc5\xfa\x4e\x45\xb2\x99\x7d\x16\xcb\xde\x34\x06\x0b\x48\x8d\x44\x2f\x7b\x7a\xae\xcd\xbf\x1a\x4c\x8c\x45\xe3\xfb\x34\xc5\x20\x77\x37\xf6\x54\x4c\x9b\x96\x94\x25\x74\x7f\x4f\xc5\xb4\x69\xa9\x58\xc3\xd4\xa6\x71\x18\xd3\xb3\x8e\x4b\xb5\x7b\x2a\x6a\x01\xa9\x19\x4b\x36\x3d\xd7\x26\x96\xa4\xa6\x25\x69\x7a\xae\x01\x41\x1b\xd0\x1c\x4b\xb3\x5f\xd6\x72\x7a\xd6\x59\xef\xbf\x11\x48\xb9\x2d\xe4\xbf\xa7\xe7\x5a\xc5\x22\x61\x81\xfe\x4d\xe5\xfd\xa0\xd9\x6e\x49\x83\x7f\x5a\x8d\xac\xa9\x2f\x04\x8d\xb1\x28\x6a\x01\x41\x83\xf7\xc6\x57\x4c\xcf\xab\xea\x1a\xe9\x18\x9c\x27\xf5\x35\xe7\xf3\x34\x6e\x02\x48\xa6\x61\xdf\xd3\x78\x08\x20\x91\xed\xe6\x7f\xf7\xd4\xf2\x33\x3d\x4b\x8c\x39\x9b\x9e\x25\x73\x99\x74\x62\xfd\xf7\x95\xba\x3d\xd5\xea\x80\x78\x84\xe5\x52\xab\x03\x52\x6b\xfc\x62\xe7\x25\x8b\xd0\xf4\x1a\x17\x94\xf7\xbc\xdc\x76\x84\x77\x35\xc3\xd4\x2c\xe3\xbf\xa7\xd5\x41\xa9\xf1\xb9\xad\xe3\xbf\x27\x57\xca\x1a\xb7\x8f\xf6\x54\x5b\xa3\xa6\x7e\x6a\x54\x26\xdc\x16\xd0\x17\x82\xc6\x58\x94\xb0\x4e\xbd\x79\x8d\x4a\x53\x69\x0a\x48\x4d\x03\x92\xc5\xe5\x85\xa0\xd9\xce\xa5\x26\xe7\x41\x33\x4c\x6d\x3e\xe7\x7d\x6c\x1d\x52\x68\xef\x69\x28\xd7\xf4\x48\x6a\x2e\xe1\xeb\xdc\x5e\xfb\xc5\x1f\x3d\x35\x78\xcf\xd7\x31\xbb\xac\x1e\x5d\xd3\x63\x4a\xe3\xd3\x54\xea\x9a\x1e\x53\x86\xb3\x59\x35\x7e\x5b\x0e\xbe\x35\x3f\x47\x35\x3d\xab\xba\x37\x8a\xda\xef\xb9\x7d\xdf\xf6\x7d\x58\x2e\xac\xc4\x2e\xa4\x46\x29\xf9\x6d\xdd\xf5\x4d\x8d\xf5\xa0\xd1\xc7\xe7\xfb\x3e\xf9\xe2\x96\xf0\x98\x02\x82\x66\x3b\x8f\x95\x4f\x1e\xb0\xe6\x56\x46\x17\x52\xa3\x3c\xcc\xb6\x0a\xba\x10\xb4\x0a\x6d\x48\x9b\xd2\x26\xb4\x47\x1a\x9f\x00\xf5\x12\xf6\x52\xac\x5a\x1e\x3f\x54\x4c\xde\x16\xf9\x16\x92\xe9\x85\xb7\x45\xbe\xf7\xe2\x12\x88\x99\x93\xb7\xa5\xba\xb7\x75\xb4\xbd\x7d\xba\xad\x99\xbd\x2d\x90\xdd\x0c\x49\xb3\xc8\xf5\x5e\x18\xb2\x5b\x47\x0a\xb6\x7a\xb5\x90\xa6\x7e\x48\x2b\x55\x0b\xd1\x8e\x7e\x15\xb5\xa8\x3a\x9d\x1a\x37\x67\xb6\xb5\xa5\x85\xa0\x75\x68\x55\x5a\x93\xc6\xb3\x6a\x84\x16\x88\x6e\x54\xf3\xdb\x56\x74\xde\xa7\xa2\x33\x95\xf1\xb6\xd5\x9b\x85\xd4\xa8\x04\xb8\xad\xc5\xbc\x29\xa8\x1c\x34\x9e\x55\x23\xb4\x54\x72\xa3\xcc\xc5\x5e\x86\x9e\x02\xa9\x69\x71\xb2\x2c\xf2\x5e\x66\xb0\x22\xb3\xf3\x5e\x1e\x5d\x16\x37\x6e\x86\xbd\x2d\x45\x32\x20\xb5\xe1\x5a\x2a\x92\x2d\x8f\xb3\xe1\x5a\x1a\xfb\x00\x04\xaf\x98\x9b\x9a\xe3\x42\x73\x9c\xe4\xaf\xdd\x6b\xc8\x67\xac\x55\x33\xb9\x1e\x1a\xbc\x81\x78\x1f\xfd\x2a\xa6\x01\xd1\x8e\xf7\x29\xa6\xad\x61\x1f\xfc\x26\x97\x62\xda\xc2\x59\x38\x15\x7d\x97\x47\x21\x10\x34\xde\xa7\x03\x71\x4d\xad\x3c\x7c\xab\xcb\xe3\x71\xcd\x33\x0f\xfa\x50\xeb\x04\x52\xd3\x72\xb6\xd4\x3a\x81\xa0\xd1\xaf\x47\x26\x10\xef\xe3\x59\xc3\xb6\x80\x34\xb8\xa1\xbb\x2d\x7c\x2b\xa4\xa9\x8f\x75\x19\x6b\x04\xa4\xa9\x28\x68\x2d\x3c\x21\x4d\x1d\x6a\x97\xe7\x1f\x90\x26\x29\xdb\xb7\x55\xb1\x36\xd5\xae\xd2\xe4\x8a\xee\xbe\x3c\xc3\x2e\x35\x42\x6e\xae\xed\x4b\xc3\xf8\x85\x33\x6e\xea\x98\xb1\x64\xd5\xa6\x16\x55\xd0\xe8\xd7\xb3\x89\xca\x53\x69\xfa\x9b\xb4\xcc\xd4\xbe\x38\x87\x26\xe9\x41\xb6\x05\xa4\x84\xa0\x2d\x68\xf0\xc5\x92\x4f\x93\x9c\x1c\xdb\xfa\x4e\xdb\xba\x4d\x93\x0b\xa3\xdb\x22\x4d\x42\x9a\x86\x61\x5f\x3a\xde\xac\xc8\x34\xb9\x23\xb4\xad\xbe\x24\xa4\x51\xe4\x8b\xe7\x90\xd5\x97\xa6\x0e\x9c\x4b\x11\xea\xf2\x6e\x61\x65\x6f\x58\x7d\x49\x48\xa3\x20\x4a\x5b\x7d\x69\x53\x69\x29\x4d\x1d\x3d\x96\x50\xda\x96\x4b\x9a\x86\x7a\xdf\x9e\x57\xb7\xf1\x10\x86\x7a\x5b\x2e\x69\x5b\x07\x69\x56\x44\x2d\x8b\x1e\xed\x53\x69\xc8\x5f\xb6\x55\x85\xb6\x15\x84\x66\x65\x1f\x58\x2d\x48\x48\xb3\xf6\x0c\xcd\x67\x51\xf9\xa6\xbf\xec\xdb\x58\x85\x3b\xbb\x1e\x88\xcd\xd6\xf7\x11\x82\x56\xa1\xf9\xbe\xec\xfb\x10\xa5\xad\xe6\x23\x04\x8d\xf1\x19\x6f\x65\x9d\x9e\xa9\xa3\xe7\xd6\x91\x67\x89\x9b\x49\xf1\xa6\x7d\x1b\xab\x70\xab\x1a\x1a\xea\x68\xed\x9a\x6d\xed\x9a\x59\xd7\x3f\x84\xea\x59\xc6\x46\x88\xd7\xc0\x4a\xb7\xf1\xed\xa5\x29\xf2\xeb\x6e\x4b\xd0\x08\xd1\x8e\xa1\x1a\x66\x65\xb9\x99\x69\xf4\xba\xe5\x66\xb6\xa5\x65\x9a\xc6\x54\x4b\xcb\x6c\xea\xc8\x44\x3b\x86\x5f\x65\x9b\x47\xa1\xe1\x30\x77\xb3\x5f\xee\x25\x4d\xae\x74\x6c\x4b\xc4\x08\xd1\x0e\xb6\x29\xc5\x59\x0f\x66\x92\xdf\x64\xdf\x1e\x99\x40\xb4\x63\x7c\xcd\xe5\xc2\xb0\x36\xf5\x67\x59\x10\x66\x53\xfd\x25\xda\x31\x66\x8d\x6d\xb7\x12\xa0\x91\xa4\x96\x84\x11\x82\xc6\xf2\xab\xed\x5a\x12\xa6\x0d\xf9\xa2\x51\xee\xee\x67\xcc\x8c\x4f\x49\x11\x08\x1a\xf3\xf5\xb8\xb5\x24\xcc\xe4\x82\xd9\xb6\x24\xcc\xb6\xfc\x4b\x1b\x1c\x03\xb7\xa1\x66\x40\xb2\x72\xfe\xbe\x75\x22\xdc\x26\xf9\x33\x5a\xd5\x92\x30\xdb\x5a\x2f\x93\x3b\x3c\xfb\xf6\x58\xbe\x3d\x96\xa9\x9d\xbe\xad\xff\x22\x24\x4b\xdc\x6d\x6b\xbd\x08\x71\xc4\xf9\xac\xe3\x1b\x8e\x0f\xad\xf8\x56\x42\xbd\x95\x50\xa7\x73\xf3\xa8\xb6\x00\xcc\xd4\xf7\x67\x11\x97\x6d\xc1\x96\xd9\xd0\xb8\x2c\xd8\xb2\x2d\xce\x62\x3e\xb1\x6d\x21\x96\x7d\xa3\x65\x4f\x7d\x84\x16\x62\x11\x92\x99\xbd\xb6\x05\x56\x84\x68\x27\x6d\x49\x5b\xb6\x63\x1e\x1e\xf3\x40\xb4\x63\xbe\xde\x58\xb0\xc0\xca\xa4\xaa\xf4\xb6\xc0\x8a\x90\xbc\x64\xb6\x2d\xb0\x22\x44\x3b\xf6\x81\xb1\x23\x56\x4e\x69\x93\xe3\xd1\xca\x29\x42\xb4\x63\x6e\x4b\x5e\xa9\x8d\x6b\x7c\xbf\x8d\x1d\xb1\x72\xca\x54\x54\xb5\x72\x8a\x10\xed\x18\x9f\x71\x22\x56\x44\x99\x8a\xaf\x56\x44\x11\xa2\x1d\x7c\x56\x93\xb7\xfa\xc9\xf4\xe6\xc5\xad\x78\x0d\x44\x3b\xc6\x6c\x3c\x89\x95\x4e\x26\xf5\x1a\xb7\x95\x4e\x84\xd4\x26\xc7\xa8\x95\x4e\x84\x68\xc7\x3c\xf4\xed\x02\xd1\x8e\x79\x5c\xee\x35\x8d\x9f\xf3\x8c\xcf\xf5\xbd\xe4\x29\x47\xb5\xd5\x4e\x84\x68\xc7\xf8\xfc\x75\x5a\xed\x64\x52\x50\x6f\xdf\x1a\x4e\xef\xdb\x3d\xc9\xef\xfe\xd6\xd2\x70\x6b\x69\x30\x1a\xd9\x0a\x28\x42\xd0\xe8\x43\x03\xab\xd5\x4e\xda\x44\xac\xbf\xb5\x3e\xdc\x5a\x1f\x8c\x50\xb6\x02\x8a\x10\x7d\x48\x73\x7c\xa6\x7c\x98\x1e\xfd\x3a\x70\x80\xa0\xd1\x87\xbf\x5d\xcb\x98\xcc\x76\xda\xb9\xbe\xaa\x0e\xd3\x5f\x84\x8e\x1e\x20\xda\xc1\x3f\x2d\x1c\x40\xd0\x7c\x9f\xe3\x7b\xe4\x1f\x9a\xfc\xad\xd5\x03\x48\x53\x15\xe3\x56\xc5\x00\x82\x46\x1f\xfe\xc6\xad\x6e\x32\x29\xae\xb4\xad\x64\x22\x04\x8d\x3d\xa4\xb1\xf7\xd6\x3a\x32\xfd\x7e\xb5\x8e\x50\x6f\x24\xda\xd1\xaf\x6a\x87\xc5\x45\x2c\x43\xbb\x6f\xd5\x0e\x20\xda\x31\x5f\x9d\x4e\x16\x12\x99\xe4\x50\xde\x16\x0d\x11\x82\xc6\x7c\x15\x0b\x80\x64\x26\xff\x6d\x35\x90\x6d\xe9\x8f\xd9\xfc\x75\x6a\x59\xb1\xcc\xc7\x54\x05\xba\x15\x1f\x6e\x2d\xc6\x86\x6b\xdf\x8a\x50\xb7\x22\x14\x79\x96\xb6\x65\x3e\xf6\x29\xf3\xe1\x6d\xa0\x5b\xcb\xf2\xad\x6a\xa3\xe3\xe8\x56\xa4\x00\xa2\x9d\x34\xf7\xd0\xe7\x1e\xf2\x37\xa9\x48\x71\xab\xee\x18\xfe\x6d\xe9\x8f\x7d\xab\xee\x4c\xfe\x29\xd6\xf4\xd8\xd6\xef\x68\x93\xf3\xde\x5a\x1d\xdb\xba\x1c\x53\x15\xcd\x7a\x1b\x42\xb4\xeb\xd0\x98\xdb\x29\xa4\xa1\xd3\xc9\xa2\x19\x42\x9a\xc6\x16\x58\x35\x43\x48\x4d\xa7\x93\x15\x32\xf6\xa3\x5a\xa4\xd3\xe9\xd1\x79\x66\x35\x8c\xc9\x25\xcb\x6d\x35\x0c\x21\xda\xd1\x87\x37\xe8\x4e\xe5\x8b\x36\xfe\xbb\x06\xdd\x7e\xbc\x60\xf7\xa8\x5d\xe9\xcf\xb2\x08\x86\x90\xcc\xe2\xbf\xad\x78\x21\x24\xb3\xc1\xed\x47\xc9\x04\x48\x4d\x7f\x96\x15\x2f\x84\x18\xc2\x80\x26\x8b\xb2\x79\x75\x31\xd0\x58\xca\x42\x88\x76\x0c\xdf\x88\x71\x20\xda\xb1\x0c\xfa\xf4\xac\x65\x31\x0d\xbf\xb0\x46\xc5\x3e\x35\x2a\x56\xf6\x59\xd9\xa6\xb1\x9c\xea\xdc\xdb\x3a\x13\xdb\xa2\x12\x8d\x52\xdc\xdb\x6a\x11\xdb\x2a\x10\xb3\x21\x7d\x3f\x46\x74\x3e\x1a\x95\x28\x28\xbe\x1f\x45\x9e\x47\xc9\xdd\x4b\x63\x56\x8b\x10\xd2\x30\x1c\xcb\x6a\x11\xfb\x31\x99\x73\x3b\x34\xfb\xad\x2e\x17\xa1\x20\x96\x68\x10\xd2\xf4\x22\x99\xe5\x18\x84\xa0\xd1\x87\xe2\x0d\x10\x34\xde\xd7\xe4\x7d\xf3\xa8\x21\x8e\xe0\x51\x6c\x01\x82\xc6\x98\xd5\xfe\xac\xa0\x30\xd5\xda\xad\x96\xb0\x2d\x8d\x30\xd5\xda\x2d\x8d\xb0\x2d\x83\x30\xd5\xda\xad\x69\x20\x04\x8d\x75\x53\x1c\xb1\xa6\x81\x89\xba\xf6\xa3\x81\xcb\x1a\x04\x53\xed\xde\x7a\x03\xfb\x41\x7c\x98\xdd\x7d\x30\x4e\xbb\x25\x8d\x3e\xf4\x1b\x5a\x48\x60\x7a\x59\xed\x51\x54\x00\x82\x46\xbf\x8a\x0a\x40\xd0\xe8\x57\x83\xfc\xa3\xa8\x40\x4a\xb7\xfd\x68\x90\x07\x82\x46\x1f\x1a\xda\x81\xa0\xd1\x87\x9a\xde\xa3\xa6\x47\x39\x9d\xfd\xa8\xe9\x3d\x6a\x7a\x5a\x10\x1e\x8d\xef\x8f\x06\x33\xb2\xb4\xee\x47\x11\xe0\x59\xa7\x5f\xc6\xa2\x08\xf0\x68\x44\x23\xb3\xec\x7e\x34\xc8\x03\x69\x92\x98\x6b\x3f\x8a\x00\x40\xd0\x18\xb3\x46\xfa\x47\x23\x3d\x59\x40\xf6\xa3\x85\xed\x59\xf2\xa5\x4a\x73\x1e\xcb\x79\xf0\x1b\x7a\xf4\x61\x02\xf1\x2c\xf3\x55\x54\x00\xa2\x1d\x73\x53\x2c\x78\xbc\xb8\x64\xac\xcc\x73\xb9\xbe\x97\x63\xe1\x97\xf3\xf8\xbb\x07\x82\xc6\xf8\xfc\xdd\x03\x41\x63\x2c\xfe\xda\x1f\x7f\xed\x64\xb9\xdd\x8f\xbf\x6c\x20\xda\xb1\x27\xfd\x65\x3f\xfe\xb2\x97\xdf\xaa\xbf\xec\xe7\x3e\x7d\x30\x3e\x35\x56\x20\x75\x2a\x23\xec\xc7\xc8\x7c\x20\x68\xbc\xcf\x18\x89\xc7\x8b\x91\x3f\xcf\x26\xb5\x53\x20\x4d\xe3\x7b\x1e\x7f\x61\x0f\xbf\xab\x4e\xea\xf9\x6d\x31\x0a\x21\xf5\x9f\x67\x8e\xda\xe9\xe3\x6d\xa0\x9f\x7b\xc8\x5f\x89\x25\x24\xfa\xcf\x3d\xe4\xaf\xc4\xe2\x10\x9d\xf4\x4b\xdb\xca\x0d\x42\xea\xa4\x43\xd8\x96\x55\x10\x62\x2c\x05\xda\x90\xe6\x77\xd4\x6d\x77\x49\xbb\xa4\x75\x68\xbc\xef\x4d\xee\x3f\x6e\xa9\xbc\xfe\x22\x5e\x7f\x11\x5a\x8d\xac\x7a\xb0\x2d\x67\x30\xb9\xe8\xbe\x2d\x67\x20\xa4\xfe\xe3\x57\xfc\x6a\xb8\x07\xa2\x9d\xef\x3b\x7d\x3c\xd2\x6c\xf7\x4a\x3b\x55\x56\x12\xb4\x2d\x4d\x9e\xb2\x6e\xd6\x24\x10\xd2\x34\x16\xea\xf5\xbf\x60\x01\x82\xfe\x73\x1e\xfe\x17\x5e\x35\x56\x2d\x58\x96\x1b\x10\xa2\x9d\xef\x73\x7c\x6a\xb1\x5a\xb5\x5e\xff\x0b\x40\xea\xbf\xe1\xb3\x8e\x2f\xbb\xff\x38\x4f\x4d\xf1\x2f\x44\x3b\xde\xa7\xb6\x6b\x8e\xff\x49\x4d\xb4\x6d\xa2\xfe\x4d\x6e\xfe\xa0\xf1\xac\xe7\xb3\x09\xf8\x27\x95\xc3\xf6\xab\x23\x14\x48\xdd\xb0\x64\x13\xf0\x6f\x93\xed\x4f\xad\x64\xaf\x6a\xaa\x89\xf5\x27\xd5\xc9\xb6\x89\xf5\x85\xd4\xbd\x69\x62\x12\x7d\x21\x4d\xad\x69\x66\xd1\x17\xa2\x1d\xe3\x53\x9d\x35\x63\xfe\x34\xf6\xcb\xec\xf8\xdb\x4c\xf8\x53\xab\x9b\x39\xe7\x85\xd4\x0d\xf3\x7b\x3d\xb3\x5f\x2f\x73\x1a\x3b\x67\x4a\x78\x21\xf5\x94\xfe\xc1\x98\x6f\x3a\x77\x21\xba\x83\x1d\x86\x9a\xbd\xde\xff\xd4\xef\xfa\x7a\xa4\x9b\xbb\x7d\x6a\xbc\x33\x77\xbb\x10\x34\xdb\xb9\x15\xbd\x5f\xae\xcf\xfb\x55\x23\x7c\xd5\x08\x35\xb6\x99\x43\x5d\x08\x1a\x53\xf2\x48\x7f\x4f\xfa\x45\x3e\x47\xf3\xa0\x0b\xd1\x4e\x9a\x7d\x4c\xfb\x40\xb3\x30\xe7\xf9\x36\xc1\xf9\x24\x67\xfc\x36\xc1\xb9\x10\xed\x98\x9b\x47\x3f\x10\x34\xc6\xec\xd1\x0f\xa4\xee\xc5\x11\x13\x6f\x0b\xf1\x3e\x9e\x35\x32\x15\x48\x5d\xbf\xb5\x49\x8d\x85\xd4\xb3\x4b\xa8\xbf\xd2\x04\xc6\x93\xcc\xfc\xdb\xf4\xc1\x42\xd0\xe8\x57\x89\xdc\xbc\xc0\x3d\xcb\x03\x8f\x38\xf3\x02\xcf\xc1\xaf\xd3\x1c\xc0\x42\xd0\x68\xa7\x44\x6e\x6e\xdf\x9e\x1d\x9f\x46\x7f\x13\xe5\x76\x0d\x8e\x5b\x09\x15\x48\x3d\x23\xf5\x9b\xd1\x54\x48\x3d\x73\x4c\x99\x95\x54\x88\x3e\x1a\xb4\x5b\xda\x19\x4b\xf4\xb1\x95\x28\xb7\x39\x19\x28\x27\xb0\xb7\x47\xc3\xf6\x68\xa0\x74\xc0\xde\x7e\xde\xdb\x4b\x81\xd4\x52\xde\xdb\x8b\x37\x40\xb4\x63\x7c\x8a\x78\xdb\x4b\x81\x14\xdc\xda\x9b\xfc\x43\x42\xd0\x18\xb3\x06\xf4\x6d\x74\xb8\x61\x88\x5b\x31\x68\x6b\xe5\xf1\x2e\xf4\xd6\x57\x07\x04\x8d\xf7\x69\xbd\xd9\x16\x92\xf2\x46\xc0\xd6\x08\xbe\x15\x83\xc6\xa1\xd9\xaf\xf9\x17\xf4\xd9\x6e\x43\xa5\xb6\xf7\xa3\x0b\xc7\xfc\xd6\x3a\x02\xa4\x4e\x01\xe8\x6d\x0a\x53\x21\x75\x2a\xa5\xef\xad\x28\xb3\x15\x65\xc8\x3f\xb3\xcd\xcd\x29\xa4\x4e\xad\x8f\x6d\x5a\x4b\x21\xda\xc1\x2b\x43\x91\xfe\x52\x43\xf2\xcb\x31\x35\xa4\x90\xc6\x99\x87\x9a\xbc\x39\x1f\xa7\x77\xba\xcd\xef\xb8\x4f\xee\x45\x52\xa6\x6d\x73\x2f\x0a\x69\x0e\xf7\x81\xa1\x8e\x66\x55\x9c\x84\x5d\x7e\x05\x07\xce\xe7\x05\xac\x41\x9d\xed\xcf\x8b\x55\x42\x9a\x63\xd1\x0e\xc3\xa4\x10\x34\xda\x21\x0e\x0b\x69\xce\x58\xdf\xaf\x60\x15\x14\xd2\xc4\xd2\xf0\x15\x8e\xd6\xaf\x78\xb4\xa2\xa1\x7f\x5c\x8b\x09\xe0\x62\x1a\xdf\xdb\xe7\x0d\x17\x21\x0d\xc2\x51\x3f\x6f\x72\x08\x69\x60\x15\xfc\x0a\x1a\xdc\xe7\x0d\x8d\x31\x26\xfd\x7e\x3e\xeb\x25\xb9\x11\xfb\xea\xab\x7c\x0b\x9f\xb7\x31\x06\x56\xb2\xaf\xf2\xdb\x10\xd2\x20\xac\xf1\xf3\xc6\xc2\x57\xab\x17\xfb\xe2\xfb\xf8\xbc\xb1\x20\x04\x6d\x40\xeb\xd2\xbc\x38\x17\xbf\xb5\xcf\x5b\x0c\x5f\xad\x5e\xf6\x1b\xf4\x81\xf8\x2f\x04\xad\x42\xb3\xdf\xea\x05\xc0\xf8\x8e\x3e\x6f\x36\x7c\xb5\xd9\xef\xe0\x7d\xcd\x7e\x9b\x7d\x4c\xc6\xc2\x2f\x42\x88\x31\x33\x16\xc4\x7f\x21\xda\xf9\xac\xfd\x36\xe7\x1b\x62\xdf\x57\x51\x09\xbe\xda\xbc\xb0\x27\x5f\xb0\x5a\x7e\xde\x8a\x18\xc4\xde\x7c\xde\x8a\xf8\x2a\x79\x47\x06\x71\x36\x1f\xd7\x21\x0e\x04\x8d\x79\x74\xdf\x87\xe5\x71\xe4\x1f\x63\xc1\x21\x24\x44\xbf\x8c\x05\x6b\xa4\x90\x06\xb1\x37\x9f\x37\x20\x84\x34\x66\x93\xe6\xdc\x86\x73\x6b\x8c\x6f\xc8\x53\xfe\x29\x23\x27\xde\x37\x1c\x0b\xea\xc4\x98\x21\xaa\x7e\x75\x38\x5f\x53\x0b\xcf\x06\xaf\x86\xe3\x1b\x96\x3a\x61\x0f\xd5\x29\x9f\x2d\x0b\x9d\x33\x63\xc6\xf2\x28\xc4\xb3\xcc\x6d\x3a\x3e\xfe\x47\x23\x17\xc6\x32\x1d\xcb\x74\x2c\x85\xfd\x32\xed\xd7\x0b\xb7\xb9\xc0\xe7\xe9\xfa\x62\x3d\x1c\xa4\xe3\xf9\xbc\x79\x21\x44\x1f\x3c\xbb\x9c\xef\xf2\x7d\xf2\x60\xf9\x3e\x2f\xe1\x66\xc7\xb2\xe4\xe9\x72\x1e\x7c\xab\x5c\xc3\x08\x70\x8d\xfe\x21\x1d\xee\x57\x2f\xbb\xbb\x0e\x7b\x7d\x8d\xac\xe4\x08\x19\x84\xfa\x7c\xf5\x72\xf8\x97\xcb\x3a\x60\xef\xe5\x12\xea\xf7\xca\x6e\x63\x8c\x77\x42\xbc\x8f\xa5\xb9\x65\x25\x47\xcd\xe0\xc2\xd9\x57\x6f\xfb\xe5\xa8\x19\x79\xf2\xbe\xdb\x2d\x6b\x99\x04\x7e\x11\x9f\x17\x42\x84\x34\x30\x5c\x7d\xf5\xf1\x7d\xf8\xbd\x06\x39\x00\xbe\xfa\xf8\x3e\x0c\x6b\x83\x1c\x00\x5f\x7d\x5c\x6a\x7e\xc5\x83\x5a\x90\x5f\x7d\x7d\xdf\xeb\xb3\x8e\xf9\xf5\xd9\x57\x1e\x4c\xdb\xc9\x83\xd7\xf7\x39\xbe\xd7\x65\x40\xdb\x18\x84\x27\x7d\xdc\x18\x09\x70\x6b\x4f\xdf\x27\x5f\x5e\xb7\xf6\x82\xb6\xdd\x62\x54\xe3\x1d\x44\x23\x7f\x75\xcb\x2b\xef\x0b\xcf\x09\xef\xb7\x73\xc3\xb7\x36\xb2\x9f\xde\x76\x59\xb7\x9f\x05\xc7\x59\xdd\x7e\x8e\xdb\xad\xb8\x7c\xd6\xe3\x67\x5b\x73\xd4\x4f\x7e\x3b\x37\xef\x1a\x53\xe9\xf3\xe3\xa6\xca\x81\x34\x88\x82\xfe\xea\xe7\x58\xd0\x72\x06\x97\xf3\xbe\xfa\x39\x96\xcf\x4f\xc0\xb1\x7c\x6e\x77\xef\x1f\x4f\x8e\xf9\xea\xd1\x5a\x3d\x5a\xc9\x47\xf0\xd5\xcf\xed\xf9\x99\xcd\x8a\xa3\xa1\xe1\x6f\xfb\x9a\x77\x8d\x31\x5c\x7d\xcd\xdf\x0b\x10\xb4\x09\xad\x49\x63\x6e\x8b\xa3\xa1\xa1\x35\x7d\x2d\xf9\x6c\x88\x7d\x5f\x4b\x3e\xcb\xe5\x94\x41\x64\xf4\xd7\xd0\x7c\xbe\x96\xac\xa0\x1e\x62\xc1\xd7\xf0\xb7\x7d\xcd\x5a\xac\xab\xd0\x2f\xe2\x88\x90\x06\x89\xf6\xbf\x56\x7c\x1f\x62\xc6\x20\x7f\xc0\xd7\x8a\xed\xd0\x2c\x06\x69\x71\xbe\xe6\x2f\xa2\xf9\x8b\xe8\xbe\x8f\xc8\x6d\x21\x0d\xb4\xe2\xaf\x35\xdf\x87\x73\x6a\x90\xc6\xe6\x6b\x88\x28\x42\x1a\x68\xa7\x1f\xd7\x49\x02\x2e\x69\x3e\xeb\xfb\x9a\xef\xe3\x1b\x6c\x1e\xc1\x40\x1a\x7d\x34\x68\xb7\x34\xc7\xc7\xef\xcf\x9b\x21\x42\xd0\xe2\xd9\x4e\x58\x8f\x90\x26\xda\xe9\x67\xc4\xb3\x90\xe6\x8f\x63\xa5\xfb\x9d\x1b\xc9\x3c\x7f\xf4\xdb\x31\xd2\x0b\x69\xa2\x85\x7d\xc3\xfd\x37\xac\xf3\x40\x8d\xc3\x6f\x60\xd8\x15\x52\xa5\x60\xe0\x37\x28\xd3\xf8\x19\x32\x57\xc9\xb4\xfe\x19\x32\xf7\x0d\x2f\x64\x92\xf3\xe0\xbb\xd0\x76\x05\x2a\x44\x7f\x17\x57\x99\x84\xf5\x63\x33\x2b\x2f\x0a\x44\xe3\x7e\x4a\x8b\x02\xba\xc5\xb7\x5d\xc4\x6d\xfe\x4a\xe4\x9f\x4f\xf9\x51\x08\x5a\x83\xd6\xa4\x31\x81\x1f\x94\x21\xc5\xb4\x94\x50\x96\x14\xd2\xd4\x4d\x28\xb7\x14\xef\xd8\x42\x79\xa5\x78\xc5\x08\x0a\xdb\x6d\x53\x21\x8e\xf3\x7b\x57\x47\x79\x62\xd2\xa0\x38\x4a\xa3\x6f\x79\x73\xb5\x2f\x3c\xa3\xb0\x73\x2b\x25\xec\xfa\xfc\xdf\xff\x64\x3e\xc8\xad\x8c\xf0\xff\xc9\x3a\x63\xdd\x86\x61\x18\x88\xee\xfd\x0a\xff\x41\x2d\x59\x4e\xd2\x25\x4b\xe7\xf6\x1f\x5c\x9b\x07\x64\x48\x62\xb8\xc9\xff\x17\xbc\xe7\xa5\xed\x10\x5c\x70\xb0\x4d\x26\xa2\x44\x0a\xa0\xce\x91\x41\xe6\x96\x02\x45\xdb\x6d\x89\x5f\x66\xfb\x54\x0d\x06\xf7\x27\x2b\xbc\xd5\x04\x2c\x62\xaf\xa0\x8a\x08\x57\x0c\x85\xbb\xb0\xef\x80\x73\x58\xc6\xc8\xb3\xb3\x18\xa8\xbd\xff\xb3\x03\xcf\xc9\x1a\x80\xcc\x19\x54\x00\x91\xe1\x47\xa2\x40\x4e\x17\x28\x3d\x4c\x85\x71\xa3\xbe\x1b\xcd\x25\xa6\xbd\x98\xf6\xcd\x4c\x83\x69\xe7\xae\x3a\x6d\x88\x65\xc0\xe0\x13\xce\x42\x82\x17\xf0\x71\x79\x21\xc0\x0b\xe4\xb3\x8b\xb9\x13\x9c\xb5\x25\xf1\x60\x82\x61\x82\x99\xf9\x82\x49\xbf\x77\x2f\x67\x18\xbf\x78\xb3\x37\xb3\xc0\x2c\x79\x0d\x1e\x05\x4c\x58\x8a\xdd\x8c\x60\x94\x5e\x67\x20\x5b\xa9\x37\xe1\xed\xdc\x0d\x5e\x2e\x50\xc9\x05\x8a\x17\x3d\x34\x72\x81\xd2\xff\x95\xb9\x3d\xfd\x4b\xd2\xe8\xe7\x02\xd5\xe3\xa7\x82\x6f\x09\xde\xeb\x09\x3d\x5d\xc0\x1d\xca\x12\xcb\x9e\xc1\xc7\x9b\x84\xbe\x2e\x50\x9d\x22\x55\x19\xad\x8c\xf0\x01\x86\x08\x37\x94\xe1\xe8\xd8\xd4\x80\xfd\x84\xba\x33\xd8\xe7\xcd\xcb\x47\xc6\x6b\xc0\x03\xcf\x84\xe1\xd8\xb8\x0e\x1f\xdc\x5e\xe0\x24\x25\xe6\x82\x55\x3e\xdd\x01\x2a\x34\x3e\x01\xef\xf1\x85\xc2\x27\x50\xaa\xc7\x62\xc4\xde\xc8\x5b\x6f\x92\x39\x10\x2f\xde\x9b\x15\x33\xa4\x53\x43\x69\xbd\xab\x4c\x91\x3a\xc5\x19\xce\x7e\xfc\x2d\x4d\x90\xdf\xaf\xd3\xfa\xf2\xfe\x31\xad\x9f\xd3\x35\xba\xf9\xb9\x6d\x71\x7b\x2c\x97\xf9\xd1\xbd\x26\xdb\x2d\xa1\xcb\x2d\xb6\xf8\xbe\x3f\xb7\x39\xba\xf5\xbe\xe6\x5d\xfe\xfc\x04\x00\x00\xff\xff\xf7\x76\x22\x71\x01\xf2\x04\x00"); -func _fdgad ()([]byte ,error ){return _g (_ggda ,"UniJIS2004-UTF32-V")};var _afg =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x44\xd4\xcf\x6e\xe3\x46\x0c\x06\xf0\xbb\x9e\x62\x8e\xdb\xc3\xd6\x9a\x19\xcd\x3f\x60\x61\x60\x11\x1f\xea\x2d\xd2\x14\x71\x93\x16\x28\x7a\x90\x25\xca\x10\x50\xcb\x82\x2c\x1f\xf2\xf6\x05\xbf\xcf\x75\x0e\x01\x93\x9f\x86\x14\x49\x05\xb3\x79\xda\xef\xf6\xd3\xb8\x9a\xcd\xef\xcb\xa5\x3b\xc8\x6a\x86\x71\xea\x17\xb9\x5e\x6e\x4b\x27\xe6\x28\xa7\x71\xaa\x2a\xeb\x4c\x3f\x76\xeb\xff\x7f\x22\x74\xe7\x76\xae\xaa\xcd\xf7\xbe\xff\xfa\xfa\xeb\xe1\xc7\xd7\x5f\xcc\xed\x2a\x77\x7c\xda\xef\x0e\x1f\xd7\x55\xce\xfb\x69\xb8\x18\xcf\xe4\xfe\x36\xdf\x0b\x18\xb3\x79\x95\xd3\x78\x5d\x97\x0f\xf3\xe5\x7b\x7f\x39\xca\x4f\xa6\x97\x41\xfd\x65\xe9\x65\x19\xa7\x93\xf9\xf2\xa3\x9d\xdb\xc9\x3e\x1e\x1c\x6e\xf3\xfc\xaf\x9c\x65\x5a\x8d\x85\xc9\xd4\x23\x56\x9b\xa7\xe7\x76\xfe\xad\x3d\x8b\xf9\x6c\xe6\x1d\x8f\xf0\xe4\x5d\x96\xeb\x78\x99\x8c\xad\x7f\xae\xeb\xf8\xe9\x7f\x7c\xcc\x72\x2f\x55\x6d\xde\xf6\xbb\x97\x61\xb8\xca\x6a\x52\xae\x79\xe6\xaf\xb7\xfd\xce\xfc\x6d\x8d\xad\x8d\x0b\xde\xa5\x7f\xee\x47\xff\x7c\xbe\xf4\x8f\xc4\x90\x38\x52\x37\xf6\x4b\x3b\x9d\xa4\xfa\x96\x6d\x63\xb7\x46\x83\xdb\x9a\x94\x73\x02\x79\x92\xdf\x9a\xec\x62\x06\x35\xa4\x46\x29\x35\x4a\xa1\x06\x05\x8b\xc4\x02\x3a\x92\x7a\xa5\x62\x95\x22\x4f\xc5\x06\x84\xc4\x18\x48\x41\x6b\x65\x07\x8a\xa4\x88\xf2\x01\x94\x48\x09\xa7\x6a\x50\x26\x65\x9c\x42\xab\xb1\x80\x52\x8b\xf2\xda\x84\x2b\x83\x12\x42\x2a\x56\xbb\x77\x2d\x66\x44\x48\xc5\xe2\x54\xeb\x49\x5e\xc9\xd5\xa0\x40\x0a\x20\x0b\x4a\xa4\x04\xd2\x56\x5d\xc7\x5a\x1d\x6a\x39\xaf\x24\x24\x21\x35\x20\x96\x17\x96\x0f\x20\x96\x17\x96\x8f\xa0\x8e\xd4\x81\x74\x20\x37\x30\x71\xc0\xa2\xa3\xd6\xf2\x0d\x56\x88\x90\x8a\xcb\x20\x47\x72\xa0\x02\x6a\x48\xba\xe8\xe2\x6b\x50\x24\x45\x90\x05\x65\x52\x06\xe9\x40\x3e\xb2\x56\x44\x2d\xaf\x03\xf9\x8c\x26\x10\x52\xf1\x68\x22\x07\x12\xba\xf7\x01\x94\x48\x58\x8e\x8f\x20\x21\x09\x48\x07\xf2\x85\x89\x85\x4d\xe4\xea\x9b\x74\x49\x9b\x60\x48\xa5\xf1\xa0\x42\x2a\xa0\x1a\xd4\x92\xda\xad\xc9\x5e\x67\x94\x2e\x1d\x49\x47\x9c\xb2\xa0\x8e\xd4\xe9\x29\xcf\xc4\x9e\x24\x20\x24\xe6\x1a\x94\xb1\xc2\x26\x80\x2c\xc9\xe2\x14\xfa\xca\x8e\x84\x4d\x34\x09\xe4\x49\xd8\x44\xc0\x1b\x73\x43\xd2\x2f\xe4\x1b\x26\x06\x12\x96\x13\x30\x50\x8e\x24\x8c\x1d\xd0\x17\xf6\xc5\xa0\xdf\x09\xc4\x4d\x68\xc8\xfe\xfe\x46\x6e\x22\x63\x13\x81\xa7\xb8\x89\x8c\x4d\x70\x5f\x99\x9b\xc8\x18\xbb\xe1\x8c\x1c\x5b\x43\xf6\x81\x7d\x09\x09\x9b\x08\x2c\x3f\x90\x06\x10\x6a\x15\x2e\x47\x43\xf6\x21\x82\x38\x90\x86\xec\xf5\x3f\x5a\x86\x82\xe5\x20\x64\xef\xbd\x5e\x68\x8f\x6b\x44\x7f\xd7\xab\xf4\x71\xb5\x75\xb7\x65\x91\x69\xc5\x45\x8a\xeb\x4b\xef\x9f\x71\x92\xc7\x4d\x3d\x5f\x66\xcd\xc2\xcf\x7f\x01\x00\x00\xff\xff\x7e\x3d\x1d\x6d\xd5\x05\x00\x00"); -var _efea =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x84\xbd\x4b\xaf\x6e\xcd\x91\xa0\x35\xf7\xaf\xd8\xc3\x66\xd0\xd4\xca\x7b\xa6\x64\x1d\x09\xca\x58\xb8\xa5\x06\x44\x75\x01\x12\x62\xf0\xae\x5b\x61\x89\xfa\x6c\xd9\xae\x41\xfd\x7b\x94\xcf\x13\xe7\x73\x0b\x21\xed\x33\x39\x6b\xed\x77\xe5\x2d\x32\x32\xee\x19\xf1\x0f\xff\xf8\x87\xdf\xfd\xe1\x97\x3f\xfe\xed\xeb\x1f\xfe\x97\xbf\xfc\xe9\xfa\xa7\xe7\x6f\x5f\xef\x1f\x7f\xb9\xff\xf2\xfc\xf5\x4f\xff\xf6\x97\xeb\xf9\x3a\x9f\x7f\xf9\xe3\x2f\xbf\xf9\x4d\xca\x5f\xf7\x1f\xaf\xbf\xfd\x7c\xe5\xbf\xeb\x5f\x3f\x7f\xfe\xcd\x6f\x76\xfb\x7f\xfa\xf7\xbf\xfe\xed\xf9\xd7\x3f\xfc\xf2\xfe\xe9\xab\xf8\xdd\xfd\x6f\x7f\x8e\x6f\xbf\xbe\xfe\xe1\x7f\x7d\xfe\xe5\x8f\x7f\xfd\xdb\x5f\xfe\xfd\xeb\x3f\xfc\x77\xf7\x9f\xce\xe7\xbf\xf9\xba\x9f\x77\xff\xfd\x7f\xfe\xcb\xfd\xfc\xe5\x8f\xbf\xfc\xcb\xd7\x7f\xf8\x4f\x9f\x3f\x7f\x7e\x49\xbf\xfe\xf0\x4f\xff\xf6\xe7\x3f\xff\x3f\xcf\xbf\x3e\xbf\xfc\xed\x6b\xf0\xb7\xe7\x97\x9b\xff\x7f\xf3\x0f\xff\xf8\x9f\x3f\x7f\xfe\x9f\x3e\xff\xfa\x7c\xfd\xc3\x3f\xff\xf2\xc7\xff\xf4\x87\x7f\xfa\x8f\xff\xfc\x5f\x7e\x9f\xfa\x7f\xfc\x1f\xf9\x99\x5f\xff\xb7\xe7\x2f\x7f\xfd\xe3\x9f\x7e\xf9\x4a\xff\xed\x91\xfb\xdf\xff\xfc\x5f\xfe\xfd\xcf\xcf\x57\x8a\x5e\xfe\x8f\x7f\xfe\xc3\xef\xbe\xfe\xcf\xf4\x95\x8e\xaf\xdc\x7a\x4a\xff\x57\xfc\xfd\x7f\xff\xcf\x7f\xba\x9f\xaf\xc3\xb7\xe2\x0a\xae\x3f\xdd\xcf\x5f\xff\xfc\xb9\x9e\xbf\x7c\x7e\xf9\x97\xe7\x37\x5f\x5f\xbf\x3d\x8e\xe3\xf8\xf1\xb5\xff\xfd\xf6\x77\xe3\xf7\xbf\xff\xb1\xff\xf6\xbb\x79\x1c\xbf\xfb\xc7\xfd\xf7\xdf\xfe\xee\xbf\xff\xfd\xef\x7f\xf7\xfb\xf8\xfb\xff\xf0\xf7\x6f\x7f\xcf\xdf\x9e\x5f\xee\xff\x4f\x8f\xbf\x49\x0e\xf4\xcb\x9f\xfe\x76\x3f\xaf\x7f\x8b\x31\x7e\x7b\x1c\xe9\xfd\xf1\x95\x76\xab\xff\xfa\xe7\xdf\xa4\xe3\x88\xd9\xfd\xf1\xbe\xfe\xef\xcf\x5f\x76\x83\x76\xfd\xf8\x5a\x63\x3f\x8d\xfd\xb4\x78\xba\x7f\x7c\xad\xca\xd3\xf3\xe3\x2b\x1d\xc7\x7e\xfc\x1c\xbb\xcb\xfd\x50\xf7\xdf\x68\xf2\x69\x3f\xbe\xba\x7f\xec\x3f\xbe\x56\xe1\x69\xfc\xf8\x1a\xd9\x26\xf3\xc7\x57\xaf\x7e\xb9\x7e\x7c\xa5\x96\x79\xfc\xfc\xf8\x4a\xd5\x0f\xce\xdd\x15\x63\x7e\xae\xfd\x81\x3d\xdc\xfb\xd1\x6e\xf7\xf8\x8d\xa9\x7c\xf6\x92\x32\xdf\x9e\xc7\x8f\xaf\xe1\x0c\xce\xf4\xe3\xab\x3b\xd7\xb3\xee\xd1\x1a\x8f\x6d\x37\xf3\xdb\xfe\xe3\x6b\x8c\xc9\xe3\xf8\xf1\x95\x92\xcd\xe6\x8f\xaf\x54\x6c\xb6\x67\xd6\x99\xce\xc9\xcc\xfc\xeb\x9e\x59\x66\x3a\x27\x03\xf7\xfd\x78\xf5\xdd\x8c\x7e\xef\xb1\x07\x66\xb4\x7b\x77\x56\x59\xdb\xbd\xbf\x6d\x74\xf6\xec\x6f\x9d\xce\xcb\xb7\xf4\xf0\xf2\xed\x9e\x4e\xda\x5b\xb5\x4a\xef\x3c\x27\x9e\x13\xcf\x79\xf7\x31\x9a\x3f\x14\x5e\xfa\xe2\xa5\xf2\x52\x06\x2f\xac\x71\x30\x42\x3a\xba\x6d\xec\x78\xf0\x32\xec\x6d\xf2\x32\x0b\x2f\xcb\x17\x7b\xfb\xfc\xf8\xca\x47\x29\xfe\x72\xf2\xc2\x0e\xa5\xe3\xb2\x37\x3f\xbb\xed\xcd\x5f\x1e\xa7\x63\xd7\xaf\xbf\x6c\x80\xa5\x74\xd0\x41\xe6\xb3\x94\xfc\x85\xb9\xa5\xcc\xda\xe8\x2c\x15\x9e\x6d\xd1\x1d\xdf\x97\xe1\xf8\x4c\x26\x39\x67\x36\x25\x25\xe7\x3c\xfc\xe5\xb3\xdb\x2f\xfb\x3d\x37\x96\x82\x06\x29\x39\xe3\x69\x5f\xce\x78\xd9\xfc\x71\x14\x9b\xbc\x8e\xc2\x4b\x76\xc6\x42\x33\x27\x7f\x01\xe8\x39\xfb\x8b\x2f\x02\x7d\xda\x46\xa0\x2f\xd6\x9f\x5d\x00\x58\x92\x32\x40\x9f\xc9\x36\x93\xa9\x31\x81\xbc\xf6\x73\x02\x2e\x99\xe9\x77\x47\x3c\x79\xf6\xef\x31\x49\x60\x94\x63\x92\x7c\x55\x62\x92\x6c\x6c\xd9\x60\xad\x8c\x50\x9c\x62\x66\xc1\xa5\xf8\xe2\x47\x31\x5f\x3f\x8b\xf9\x32\x4a\x71\xbe\x1c\xbd\x54\x02\xe0\xb6\x99\x76\xc0\xf8\x45\x80\xc7\xf8\x1f\xa1\x6f\x1b\x91\xa4\xda\xdb\xc5\x8b\x9b\x54\x04\xb9\x0b\x28\x22\x49\xb5\x03\x57\x93\x01\x5f\x8d\xd5\xd0\xa6\xb2\x1a\x20\x59\x37\xca\xfb\x7d\x0d\x84\x67\x8c\xea\x5a\x06\x6b\xa9\xcd\xd1\x0b\xd4\x30\x28\xd8\xff\x1f\x4d\x4b\xd5\x85\x8a\xa5\xd5\xd3\xd0\xd9\xa5\x2a\x66\x0d\x87\x5a\xce\xc6\xcf\x3c\x0d\xd9\xa1\x40\x2d\xf7\xbf\x6e\xb2\x58\x04\x40\xbd\xd9\x33\xd6\xd2\x0e\xfb\x65\x07\x5a\x20\x3c\xd0\x6c\xac\x86\xf1\xda\x5e\x4d\x05\x2a\xcd\xb5\x88\x7b\xcd\x7d\xe9\x7e\x1f\xfb\x62\x4f\xee\x8b\xeb\x6f\x71\x10\x6c\x13\x07\xc1\xde\xdc\x17\xf7\xb2\x9d\xbe\xd8\x5b\x1c\x05\x96\xd8\xe2\x28\x38\x99\xd8\x17\xd6\xdb\x3c\xbc\xd0\xaa\xd4\xf7\xbe\x88\xc7\x7d\x1f\x84\x4c\xe3\x2e\x21\x12\x5d\xbb\xfb\x32\x69\xdc\x5d\x8b\x88\xd0\x5d\x4b\xf3\x97\x38\x13\xb6\x71\x2d\xc5\xcf\x3c\x13\x2c\xa5\x7b\x26\xfc\xc8\x33\xc1\xdc\xbb\x67\xc2\x89\xc4\x3a\xfc\x21\xd6\x01\x88\xfa\x43\x4f\x3e\xbf\xf4\xc4\x4e\x8d\xd8\x11\x5f\xdc\x91\xc9\xfa\x86\xa7\x45\x5a\x39\x3c\x2d\x8e\x32\xaa\xc7\xc0\xcf\xc4\x30\xb7\x74\xb8\x12\x97\x35\x62\x57\xec\x60\x9f\x16\x4f\xde\x70\x4f\xdc\xec\xe1\x9e\x48\x43\x47\xec\x89\x9f\x05\x41\xf5\xe5\xde\xcd\xed\x69\x9f\x7b\x4f\xdd\xda\xc0\x16\x3a\x0b\x50\x4f\x51\xf1\xca\xbe\x30\x8d\x0b\xfc\x13\x0a\x97\x50\xf0\xa3\x97\xbf\x03\xaa\xfb\x00\x22\x2c\xe8\x4e\x7c\x43\xdb\x3b\xf3\x77\x66\x7a\x17\xfe\xee\x73\xe5\xef\x8c\x7c\xc7\x11\x63\x46\xb7\x3c\x45\xfe\x70\x0b\x00\x89\xcf\x2d\x5a\x4a\xb9\x6f\x4f\x91\xc8\x77\x0b\x02\xa9\xed\x1d\xe4\x82\x6d\xbe\x05\x81\x67\xea\x75\x1c\xe1\xf1\x22\x6d\xb0\xc0\xbc\xa9\xd2\xaa\x34\xcf\x1e\xb0\x09\xf6\xe4\xc6\x4a\xd2\xe4\x59\x90\xd0\x55\x6e\x01\x2c\xbf\x62\x2d\x20\x72\xf6\x88\x4d\xb0\x3d\x37\xd6\x32\x0f\xbf\x92\x54\xc7\x67\xd3\x97\xc5\x0b\x78\x99\xed\xf8\xc3\xb3\x7f\x97\x1e\xd8\xfa\x72\xf4\x83\x97\xc7\x17\x07\x79\x1d\x84\x26\xdd\xd9\xb3\xcf\xb9\x27\x99\x03\x23\x7a\x78\xa6\x8b\xf4\xf0\x4c\xe8\x7b\xee\xce\x32\xd9\x81\xb3\x04\x81\x72\x8f\x59\x0e\x5e\x00\xf2\x9c\xed\x3b\x42\x98\xe3\x0c\x2d\x7b\xbf\x9d\x9e\x2f\xd2\x82\xe5\x50\x4e\x9c\x9d\xce\x9e\xa2\x99\x18\x37\x4e\x11\x0c\x37\x0f\xe1\x0e\x6a\xe5\x21\xdc\x0f\xdb\xb8\x24\x78\x4e\xde\xa7\x68\x55\xd8\x6a\x1e\xae\x68\xfa\xe2\x22\x38\xd1\xd9\x93\x33\x0f\x3b\x73\x45\xd5\xce\x4e\x7f\xb1\x4d\x4c\xda\xd9\xc4\xa4\xf9\x65\x3a\x4f\x64\x99\x3c\x03\xc0\xcc\x73\x3a\xcf\xc3\x17\x50\x1d\x4a\x95\xa7\xd3\xe4\xe8\xe6\xe9\x6c\x38\x1c\x79\x3a\x1b\x38\x68\x9e\xce\xa6\xf8\x99\xe7\x18\xe9\x2d\xcf\x8b\xa5\xf9\x95\x33\x73\x9d\x53\x3c\x48\x0e\x23\x38\x91\x3f\xf2\x72\x9a\x9c\xd3\xbc\x9c\xa6\xb3\x59\x1c\x48\xf1\x73\x39\x33\xf1\x7b\x89\x13\x90\xc7\xbc\x62\xe7\xed\xcc\x69\x2e\xdb\x88\x88\xcb\xce\x9c\x4d\xf2\x97\x98\x00\xe0\xfc\xc4\x98\x74\xf0\x89\xa3\x03\xd0\x4e\xa7\x06\x39\xc9\xa7\xbf\xb8\xd3\xa7\xb8\xe7\xa2\xb7\x28\x2c\x06\x9d\x7b\xf9\xfc\xed\xb2\x53\x77\x02\xa9\x58\xd0\x5d\x32\x5b\x08\x48\xbe\x9c\x7a\xb5\xc5\xfa\x29\xbe\xe7\x6b\xc3\x57\x54\xbe\xce\x1f\x5f\x10\xd5\x7c\xb9\x1a\x88\x45\x96\x86\x89\x0e\x77\xcc\x9f\xfe\x7f\x52\x1e\x5f\x42\x9a\x05\x00\x50\x1e\x31\xf8\x0e\xd2\xcb\xb8\x9b\xee\xb8\xa8\x5b\x1e\xd2\xfc\xc6\x0d\x83\xb7\x95\x2d\x89\x33\x8b\xb2\xc5\xed\xe5\x53\xfd\x39\xdf\xb2\x25\xed\x0c\x51\x28\xc7\xaf\xa3\x94\x2d\x31\xa7\xe2\xb7\x7b\xee\xc5\xae\xee\xbf\xaf\xb9\x28\x20\x4f\x98\x4b\x49\x62\x15\xec\xbb\x28\xaf\x4e\x24\x94\xa2\x84\x39\x61\x81\x45\x09\x73\x36\x5f\xc6\x4f\x35\xa5\x64\x34\x16\xba\xcd\x62\x81\x33\xce\xd1\xad\xbf\xd8\x2d\x82\x7b\xc9\x8e\x0e\x3b\x2c\xc5\xbd\x46\x0a\x2f\x5b\x78\x84\xc9\x15\x85\xc5\x89\xaa\x50\x0a\xda\x0d\x03\x97\x18\x82\x99\x17\x7b\x1d\xbe\xb8\x40\x9b\x07\x5d\x83\xaf\x96\x09\xc3\xac\x6c\x6c\x99\x48\x87\x92\xcc\x32\x1f\x5f\x80\xdb\x7c\x7d\xa1\xcd\x42\x20\xf4\x10\x94\xcf\xc7\x5f\x7c\x39\x7d\x61\x9c\x33\x3e\xa3\x0d\x1c\xb1\xe7\x9c\xbf\x23\x7f\xe5\xb2\x43\x50\xbf\x5c\x76\x08\x3d\x2d\x97\x33\x72\x9b\x36\xb6\xa5\x7c\x70\x5e\x0b\xe8\x96\x8f\xe5\x2f\xcd\x17\xda\x80\x56\xf9\x00\x3d\xea\x56\xd8\xd2\xc1\x16\x54\x84\xbf\x83\x23\xf2\xc2\x34\x73\xda\x38\x99\x1e\xce\x4b\xd9\x87\x24\x3d\x27\x5c\x6e\xf3\x86\xf4\x0e\xd0\x7b\x1f\xe9\xf4\x0e\x19\x9b\x7f\x87\x22\xec\x25\xa7\x77\x40\xb7\x36\xc8\xf2\xb1\x35\xc2\xbc\xc1\x92\x8f\x8d\xa0\xdd\xbf\x6e\x8d\xab\x6f\x39\x31\x1f\xe8\x5b\x95\xa7\x0d\x9c\x78\x2c\x7f\x7f\xac\xb1\xb3\xf9\x48\x5b\x65\xef\xf4\xb5\x15\xb0\xbe\xd1\x23\x1f\x5b\xe3\x5a\xfe\xbe\x3c\xe3\xf9\x00\x61\xf7\x24\xf3\x01\xba\x1e\xfe\xbe\xf7\x3f\x3b\xea\xc3\x5a\xf7\x63\x66\xd8\xc5\x23\x03\xf8\xc8\x00\x34\xdb\xf8\x87\x0e\x99\x8f\xad\x45\x20\x3b\xe4\x03\xcc\xca\x29\xd1\x47\x79\xe2\x98\xe5\xa3\x88\xba\x95\x5e\xaa\xfb\x3d\x69\x8c\x46\x70\xd0\xb8\x2e\x1b\xf3\x77\xf6\xa0\xe7\x49\x4f\x9b\x75\x8f\xe9\x7a\xb6\x04\x3c\x20\x54\xf9\x00\xee\x65\xf8\xcc\x10\xcb\x45\x7d\xd8\xa8\x46\xb7\x90\x89\x8e\x32\x95\x0f\xc8\x44\x3a\x36\xb2\x66\x14\xf6\x94\x66\xf3\xa5\xfc\xf8\x1a\x9b\x15\x66\x35\xf1\xc4\xa9\xcb\xa8\xd8\xb3\x1c\x7e\xf3\xe1\xb9\xf2\xfc\x8a\x3d\x7b\xb6\xa8\xc1\xf3\xc8\x7c\xb4\x77\x61\x74\x7b\xda\x5a\xe8\x3c\x1c\x00\x25\x94\x59\xa0\x68\xae\x12\x7f\x86\xc2\xb6\xe4\xcb\x06\xe5\x3e\xbc\xf9\xa7\x0a\xc9\x76\xaa\xf6\xe5\x63\x32\xa3\x0d\xef\x59\x36\x3b\xcd\x28\x2d\x0b\xcd\x38\xa3\xb3\x2c\x18\x70\x46\x65\x59\x30\xa9\xfc\x53\x37\xc9\x34\xd8\x60\x9a\x65\x73\xf9\x9c\x36\x93\x5c\x48\xd4\x19\x71\x15\x61\x2e\x23\xae\xa2\xf9\xe5\x04\x1b\xcb\xf9\x60\x46\x9b\x2d\xcc\x72\xf0\xc3\x75\xfa\x03\x7d\x42\xea\x73\x76\x34\x0f\x5f\x76\x1a\x5b\x46\x45\x7e\xce\x88\xa5\xd0\xea\x9c\x9e\xdd\xd1\x91\x7c\x1e\x3c\xf3\xc9\x33\x79\x06\xbc\xcf\xe2\x99\x81\xb7\x74\x39\x0b\xdf\xe4\xbd\x67\xc8\xdd\x39\x1f\x74\xbe\x78\xdc\x53\x06\x9e\x99\xcd\xcb\x69\xfa\x49\x28\x8e\x83\x97\xb1\x37\xe6\xe0\x71\xfe\xf8\x42\x6f\xca\x59\x13\x4a\xdd\xf4\x36\xe7\xc3\x23\xb2\xfc\x65\x6f\x46\x75\x54\x95\x5e\x50\x3f\xef\xc3\x39\x3a\x9b\x9d\xf7\xf1\xec\x9b\x2f\xe7\xcc\xf1\xcc\x29\xcd\x6f\xc8\x58\xce\x58\x40\x12\x73\xda\x67\x12\x75\x30\xe7\x7d\x10\x87\x33\xdd\x07\x71\x1c\xf6\xfa\x32\x18\xab\xcc\xac\x9d\x89\x6e\x96\x81\x7e\x98\xf3\x66\x18\xe8\xe6\x39\xe7\xfb\xc7\xd7\x4c\x8b\xee\x36\xfe\x8c\x9e\x01\xc3\xe6\x0a\xe3\xf0\xb1\xed\x3f\xd3\x90\xc3\xca\x3e\xe5\xc2\xd8\xf4\x5c\x5d\x06\x74\x22\x57\x50\xa7\xb1\xcd\x59\x5d\xbb\x71\xc2\x90\xd9\x51\xea\x33\x92\x71\xe7\x70\x22\x17\x63\x4c\xca\x59\x65\xb3\x71\x70\x94\x80\x72\x9a\x7c\xb4\x82\xa4\x32\xdc\x1a\xbe\xb0\x40\x64\xa3\x9c\x26\xc3\xad\xc7\x03\xcd\x67\x18\x2b\x73\x9a\xf4\xf6\xd9\x6b\x68\x7c\x74\x02\x9e\xc2\x64\x2f\x91\x15\xa8\x14\x6c\x66\x1b\xd4\xfb\x25\x81\x29\xfc\x3d\x4c\x51\x9c\xc3\xb2\xc0\x62\x54\xfb\x5c\x96\xb4\x8b\x1d\x28\x48\x5c\x3f\x5f\x62\xf0\xcd\x5c\x72\x41\xfc\xca\x98\x33\x73\x41\xfc\xfa\xf5\xb3\xf6\x5f\xbf\xb8\x48\x30\x15\x46\xf8\xeb\x2f\x9b\x55\xa5\x9e\xc7\x1e\xb4\xe6\xe2\xcb\x06\x64\x7d\x36\x79\x41\x11\xcd\xf5\x7d\x51\x1f\x41\x82\xb6\x4f\xf9\xcc\x0c\xd9\xb6\x86\x32\x33\x67\xaa\x6d\x70\xcf\xcc\x18\xad\xd3\x98\x03\xd6\xb6\xfc\x3f\xf3\x16\x53\x72\x1b\xb4\x85\xf2\xb6\x7d\xe0\x67\xae\x7c\x3f\xf9\x9e\xa5\xb7\x2d\x13\xcf\x0c\xaa\xb7\xcd\xe8\x67\xe6\x6c\xb4\x2d\x12\xcf\x5c\xe9\x67\x32\x6e\xb1\x1f\xfa\x87\xff\xb4\x0d\x9c\x01\x7e\xb6\x0d\x1a\x21\xdb\x36\x60\xe6\x01\x51\x6b\xae\x3e\x9a\x7e\x24\x1c\x5b\xb8\xca\xed\x94\xc8\x43\x8d\xdb\x09\x05\x62\xdc\x13\x0a\xc4\xb0\xa7\x70\x5c\x7e\x22\xb1\xf0\x87\x6b\x7f\xc3\xf4\x37\x2b\x1e\x85\xd9\x5f\x6e\xd5\x62\x89\x17\xd4\x17\x82\xd5\x36\xf1\x92\x04\xb6\x0b\x83\x76\xe7\x11\x80\xd8\xa1\xc2\x45\x81\xfa\xb6\x4d\xdf\x46\xa6\x77\xa8\xdb\xd1\x0e\xfb\xdf\xa7\x8a\xa3\xdf\xb6\x8e\x3e\xd8\xac\xf6\x54\xe0\xcd\xca\x9f\xc6\x33\x23\x61\x32\xce\xb1\x41\xcf\xfe\x7e\x30\x99\x37\x80\xc0\x1c\x5e\xa9\x27\xd0\xec\x9b\x7a\x0d\xb8\x71\x3f\x98\x71\xe2\xf1\x81\x8d\xec\xcf\x7b\x62\x1f\xc0\xeb\x9e\xd8\x07\x3f\xaf\xd8\xd0\xf9\x64\x33\xd8\xc1\xc1\xeb\x9d\xdd\x87\x8c\x76\xb0\xe5\x80\xee\xf4\xee\xfe\xd0\x4b\x2f\x7c\x53\x78\xae\xfc\x9d\xb9\x74\x56\x92\xbe\x13\xcb\x72\xdf\x6a\xee\xcc\xd0\xed\xde\xdd\x22\xe6\xb1\x51\x12\x9b\x71\xee\xfd\x64\xa7\xa1\x36\xbd\x7b\xd2\xe2\x65\x6f\xde\xb0\x2d\x27\x23\x2d\x67\x05\xb8\x98\x54\x9c\x3f\x58\x6d\x0f\x6c\x6a\xfe\x22\x20\xa1\xfc\x7d\xa3\xc1\x16\xe7\x58\xe0\xf9\x48\xc9\x79\x09\x6e\x05\xb6\x8c\xc3\x33\x0b\xc1\x1f\x29\xce\xdf\xc1\x8b\x5d\x83\xfb\x03\x91\x25\x63\xcc\xc9\xa3\xca\xd4\xc0\xed\xd1\x62\x57\xf9\x65\x78\x4e\x59\xfc\xf8\x70\x1e\xd9\x84\x71\xbe\xce\x66\x37\x59\xb8\x1c\x7a\xe6\x34\x2f\xd4\xa8\x9c\x41\xd8\x93\x31\xd3\x01\x2a\x9c\xe8\x0a\xd9\xc3\x7a\x66\x87\x81\xb2\x9f\xa8\x08\xd9\x23\x7d\x76\x67\x93\x7c\x49\xbe\xd0\x1b\x44\x37\xbb\xdf\xe7\x6a\xbf\xce\xe6\xfc\x49\x66\x77\x93\x87\xd5\xb4\xc6\x26\x3d\x13\x8b\xa6\x02\xce\x33\x1b\x72\x65\xf3\x97\x81\x3d\x37\x7e\x59\x7c\x16\xbf\x9c\xfc\xc2\x04\x9e\x4d\x18\x6a\xe6\x94\x3d\x68\xca\x55\x66\xfa\x6c\x5d\xa0\xf6\xea\x73\xfe\xf1\x55\xe4\x17\xcf\x96\x2f\xaa\x02\xc6\xb3\x05\x8c\xea\xa9\x78\x54\x93\x0b\xcc\xf7\x59\x7a\x5b\x20\x02\x0f\xb3\x2f\xb3\xd9\x1c\x8f\x4b\xeb\x7e\xb6\x7e\x7c\xb5\xa3\xd9\xfe\xdc\xcf\xd3\xe7\xbd\xfd\x03\x8d\x39\x3f\x9b\x98\x97\x0e\xd9\x7b\x36\x2e\x15\xf1\xea\xf9\xb0\x74\x94\xdb\xfc\xe0\x05\x6b\xd8\xdc\xf2\x03\xf5\xae\x09\x54\x7a\x3e\x0c\xa8\x9c\xf4\xe0\xf7\x2a\x12\xbc\x07\x5c\x2c\x0b\xe2\xf4\x80\x8b\x75\x2d\x7f\xd9\x28\xbe\x92\xd3\xc7\xff\x55\x97\x80\xc4\x03\x56\x16\x87\xf6\x81\x00\xb6\x83\x93\xf0\xa0\xb1\xff\xec\xe0\x64\x6e\xf2\xc5\x07\xf5\xbd\x1e\x83\xb9\xe1\xdf\xaa\x47\x7c\xa6\xa6\x0a\x92\xa0\x92\xa4\x12\x10\x47\xa3\x5f\xd0\xd3\x47\x9b\xa3\xba\xc3\x73\x15\x80\x09\xca\x3f\x9b\x67\xe6\x0e\x92\x3e\x3a\xc3\x3a\x72\xf9\x83\x4e\x5f\x94\xb9\x1f\x75\x79\xec\x8b\xf9\xb9\xf4\xe6\x4d\x3b\x43\xea\xce\x6e\xec\x56\xb5\xca\x21\x68\x6e\x86\xf4\x64\x3e\x5a\x1e\x7f\x7e\x35\x9c\xa5\xbf\xcc\x3d\x7e\xa7\x2f\x04\xf5\x32\x5d\x0b\x82\x7a\x51\x63\x78\xf0\xc2\x15\x4c\x06\xf9\xd9\xc4\x36\x75\xd7\xb2\x25\xc6\x52\xdc\x99\x87\x9d\x81\x66\x3f\xcf\x49\xb7\x00\xe2\xc1\x3c\x5b\xfd\xfb\xc6\x84\x85\xbc\xf5\xbc\xa8\x21\xb0\xa8\xf7\x50\x63\x3c\x78\xde\x87\x58\x36\xf0\x6e\x5a\x51\xd1\x10\xf3\xbb\x65\xcc\xba\x09\xca\x37\xe4\xf0\xc5\xd2\x80\x1b\x2e\xbf\x9b\x9e\xd7\x04\xef\x78\x37\x41\x2f\x79\xd8\xd9\xd8\x7f\x4f\x0e\xb8\x61\xd0\x38\x03\xef\x96\x46\x6b\x46\xc4\x7a\xb7\x30\x5a\x32\x62\xd2\xbb\x65\xd1\x52\x96\xfd\x5c\xfb\x9b\xe4\xf7\xf7\x7e\x86\xaf\xbd\x07\x07\x31\xc6\x7d\xf7\x33\x8b\x7e\xb7\x5e\x59\x15\x8b\xde\x2d\xbb\x96\xd4\xfd\xfb\x3e\x93\x8b\xe3\xf6\x6e\x3a\x58\x33\x6c\xf3\xdd\x0a\x4c\x55\xbf\x78\x71\xe3\x15\xe7\xbc\x45\xa7\x32\x9c\xdb\x16\x61\x6b\x81\x82\xbc\x9b\x84\xd5\x92\xed\xe7\xe4\xd9\x6f\xae\xfd\x7d\xf5\x9b\xbd\xb7\x0b\x2d\xf2\xdd\x1c\xac\xd6\xe6\xf3\xde\x90\x04\x55\x79\xf1\xdf\x65\xc4\xd4\x77\xcb\x45\x65\x82\xf0\x6f\xde\x38\x8a\xc9\x31\xbf\x9b\x42\x66\xb5\xe8\x17\x77\x5d\xc0\x6a\x6b\x51\xb5\x73\xa8\xde\x0c\x4e\x81\xf9\xef\xa6\x9b\xb9\x36\xfb\xfc\xfc\x4a\x8f\xde\xad\x68\xd5\x2e\x4c\xf2\x86\xa7\x67\xe0\xdd\x12\x74\x4e\xc3\xb1\xf6\x3c\x87\x6b\xc4\xf6\xb2\xdc\x23\x4c\x2f\x0b\x1e\xf9\xe2\xc1\xc3\x7c\x95\xdf\xe2\x29\xf3\x9b\xbf\xd3\xb8\xb7\x40\xe3\xe0\x2a\xef\x16\xbf\xab\x12\xf2\x5b\x3a\xcf\xac\xa5\x0c\x9e\xed\x67\xd3\x9b\xce\xc9\x79\xb1\xdb\xd4\x26\x70\xcb\x5e\x00\x9e\xdf\xfc\x6e\x25\xb0\xe2\xc4\xcc\x2f\x9e\xbb\xe6\x22\xb7\x24\x5f\x17\x74\xe7\xc5\x6f\xb7\xa2\xed\x66\x47\x78\xc3\xf2\x8b\xd7\x2e\x8b\xf9\x35\x41\x40\x19\x78\xcb\x0d\xa5\x89\x64\x5b\x0d\x28\x4a\xc6\x2f\x3a\x3a\xae\xa9\xfc\x6e\x8d\xa0\x68\x6f\x78\x6b\x87\xe0\xda\x76\x80\xac\xcc\x61\x2b\x0a\x2d\x15\xfb\xd9\x0b\xc0\xee\x94\xdf\xba\x11\x1a\x43\x74\x7e\xeb\xa6\x96\xb3\xd9\xff\x9e\x7f\x76\x9e\xf5\xfe\xf1\xd5\x70\x58\xe4\xb7\x3e\xfb\xb9\xfb\xfd\xcb\x33\x63\x6d\x71\xb8\x54\x78\xe1\xbb\x95\xde\x32\x45\xd6\x86\x86\x0d\x05\x78\x5b\xd9\xdf\x8b\x40\x0d\x22\x77\xf8\x77\x38\x9c\xf3\xd9\x8c\xbc\x1c\x50\x89\xb7\xed\xf9\x37\x37\xa9\xed\xf9\x77\x11\xb1\x2d\x9e\xfd\x66\xcf\xbf\xbb\xf1\xb8\xe8\x8a\x7b\x81\x07\xa1\x4b\x31\x70\xd0\xcd\x69\xff\xc0\x3f\xfa\x79\x41\x14\x60\x22\xff\x86\x00\xbe\x5a\xdc\xfc\x46\x95\x09\xd1\xf8\xdd\x42\x59\xee\xcd\xef\xeb\x5e\x23\x04\xff\xdd\x42\x59\xc1\x84\x98\xdf\x2d\x77\x95\x2a\x52\xe2\x5d\xa8\x92\xc8\xb7\xef\x05\x04\xa2\xf4\xb5\x29\x87\x80\xdb\x02\x59\xa9\x02\x7d\x4b\x64\x39\x8d\x6f\xa5\xbb\x77\x4b\x6b\x65\x7a\x0c\xb6\xb0\x56\x46\x8c\xf8\xec\xbf\x17\xff\xbe\xb1\xab\xc3\xf6\x31\x86\x6d\xa5\x90\x67\xec\x58\x0b\xd9\x12\x6b\x58\x2a\xe2\x3b\xde\x06\xe5\x8c\x77\xec\xe5\x2d\x67\x85\xc7\x6e\x09\xca\xb1\x97\x17\xa0\xc7\x5f\x17\x74\x4e\xb7\x03\xec\xfc\x1d\xeb\xc7\x57\x0f\x7a\x36\xf6\xea\xd6\x61\x5b\x25\x3e\xbf\xdf\xe7\xfb\x10\x65\xf5\xd5\xc5\xf3\xf3\xe3\xab\x67\xb8\xf2\xbb\xc5\xb8\x2c\x83\x7a\xe7\xd6\x67\xa3\xed\x4c\xa0\x35\xdf\xcf\x8d\x5e\x4d\x1a\xb6\xa5\xa6\x9c\x1d\x77\x56\x9c\xad\xb6\x45\x82\x43\xa1\x79\xb1\x9f\xf6\x65\x3f\x7b\xfe\x2a\x1d\xef\xdc\xf4\x29\x50\x70\xe2\x6c\x8b\xfe\xb7\x02\x12\x28\xb8\x25\xac\x5e\xa4\x67\x5b\x23\xeb\xb1\xcd\x5b\x23\xcb\xcb\x23\x87\x8f\x62\x7a\x74\x35\xc2\xfa\xfd\xd2\xac\xc5\xf7\x2b\xfd\xf8\xea\xdd\xf9\xe0\x91\x0c\x3a\x8a\x4b\xb2\x4a\x63\x30\xf2\x68\x38\x7b\x17\xf0\xf7\x28\x6e\x11\xac\xa4\xe5\xdf\xc7\x8f\xaf\xae\x31\xe4\xdd\x02\x58\x1f\xa2\x2f\x0e\x8c\x2a\xcd\x5b\x7b\xfe\x8a\x0f\xef\x96\xc5\xf2\x8c\x3e\xf7\xf1\xc6\x21\x97\xdf\x75\xc3\xeb\xd8\xbb\x2d\xa3\xe5\xe2\xfe\x6e\x11\x2d\x37\xf9\xcc\x16\xd1\xf2\x92\x4c\xe8\xec\x48\xa2\xf2\x56\x2a\xcb\xb4\xf1\x96\xdd\x4a\x30\xb8\x2d\xba\x95\x2a\xd3\xd9\x4a\x78\x59\x1e\x03\xa4\x38\x8d\x45\xef\x67\xfc\x2a\x9b\xbc\x5b\xa0\x2b\xd3\x0d\xde\xf2\x5c\x69\xd2\x92\x2d\xce\x8d\x24\xb2\x6e\x69\x6e\x24\x69\xe4\x47\x0d\xcd\xb6\x5b\x25\xee\x4a\x04\x5b\x94\x2b\x55\x24\xf8\xbc\xd0\x21\xfa\xc1\x0f\x53\x45\xb2\x2d\xe1\x8d\x24\x42\xa3\xe1\x26\x64\xcf\x17\xf9\xae\xc8\x20\xce\x0a\xa2\x33\x9f\x73\xcf\xbf\x45\x5b\xce\xb7\xf4\x6f\x8b\x80\xb9\xb9\xde\x13\x04\x72\x53\x4f\xbd\xb5\x3e\xef\x03\x10\x82\xc7\x89\x75\x5c\x84\x3e\x23\xb2\x83\xe7\x1b\x3d\xd8\x67\x94\x59\x64\xe4\x17\x71\x51\xa9\xea\xd5\x20\x2f\x6f\xd9\xd2\x62\x39\x64\xa6\x5b\x58\x1c\x35\xbe\xd1\x87\xc2\x9c\xd1\xad\x6b\xf6\xfb\x0d\x67\xc5\xe3\x17\x45\xa7\x28\x92\xbd\xf8\x8b\xba\x18\xa4\xaa\x2d\xf6\xa1\x69\x57\xb9\xf2\x96\x33\x47\x95\xf8\x6f\x31\xb3\x84\xe4\x84\xc9\x64\x49\x18\xb7\xc4\x99\xb5\x93\xbd\x37\x8c\x40\xac\xb9\x0b\xa2\x5d\xff\x86\x9e\x15\x2d\xee\x7b\xec\x72\x6c\x49\x6d\x96\x8d\xa5\x05\x43\x3b\x7e\xee\x82\xa1\x1d\x76\x57\x30\x94\xf7\xee\x5f\xb1\x91\xc5\xc7\x5a\xca\x87\xdf\x60\x83\xda\x0a\x50\x39\xb6\x0c\x33\x61\xa7\x05\x13\xf9\x56\xc6\x7c\xc1\xe6\xb9\x15\x8a\x82\xc1\x7c\xeb\xbf\x9d\x97\x4b\xa5\xb7\xf2\x72\xdb\x2f\x7d\x85\x0d\x6a\x13\x87\x62\xb4\x9e\xd4\xaa\x1c\x2f\xd4\x81\x7e\x5f\x26\xc8\x3c\x30\x19\x75\x4c\x25\x25\xef\xc1\x67\xda\xc4\xa7\xe4\x2d\x8c\x4c\x78\x79\xc1\x14\x38\x89\xd2\x29\xd8\x02\x27\xc1\x6b\x25\x33\x3f\x42\x76\x0a\x4e\xfb\x89\x20\x56\xf2\x16\x46\x26\xc1\x70\x25\x6f\x61\x64\xf4\x7c\xf0\xfc\xd9\x7f\x6f\xf6\x73\xf2\xcd\xe2\xf9\xe2\xd9\xb6\x98\x23\x8b\x7f\x7f\xf8\x7b\xe7\xf9\xe5\x99\x7e\x2a\xf3\x6c\x3e\xab\x3e\x33\xff\x2d\x8b\x4c\xc2\xed\x0a\x26\xc9\x89\xbb\xa3\xe4\xf0\x17\x2c\x5e\x1a\x16\x8d\xc5\x24\xa0\x7a\x47\x1d\xbe\xec\x1f\x52\xf7\x99\x9e\x00\x51\x5e\xf4\xd4\x59\xcd\x02\x12\x8d\x19\xa1\x7a\x1e\x55\xd0\x2d\x40\xd1\x7d\x1e\xfe\x60\x0b\x60\xc1\xe6\xe2\xb9\x9d\xc8\x1a\x25\x6f\xc2\x97\x8e\x3a\x59\x28\x36\xc5\xa3\x4e\xbf\xba\x6c\x0e\x38\x36\xed\x9b\x25\xf9\x15\xe0\x88\x99\xbf\xce\x9c\x1f\xb0\x28\x1e\xd5\x5f\x50\x50\x8f\xba\x98\xfb\xa6\x54\x13\x83\x62\xc9\x1f\xa1\xcf\x6e\x7d\x80\x7e\xb3\x35\xd0\xef\xcc\x0a\x4a\x45\x04\x66\xc9\x1f\x86\xeb\xb6\x05\xfa\x1c\x00\x3c\xc6\x93\x30\xce\x92\x5f\x24\x44\x71\x17\x0f\xea\x3c\xaa\xcf\x38\x37\x40\x01\xbd\xa8\x09\xef\x64\xc1\x8f\x3a\xa1\xcd\xa5\x10\xb0\x98\xe6\x96\x9c\x8b\xc6\xd7\x34\xc1\xdc\x42\xc0\x62\xc2\x4f\x5a\x0a\xd6\xf6\x34\xb7\x9c\x58\x74\xbe\xa6\x39\xed\xf9\xf4\xc5\x9e\x2f\x5f\x1c\xff\xc6\xce\xbf\x27\x5c\x12\x5e\x04\x3f\x4a\x8d\x79\x31\x48\xe2\x78\x81\x6a\x25\x39\xfa\xf2\x23\x7c\x0a\xe0\x5a\xd1\xee\x8e\x4e\x5b\x4a\xd2\xa6\x46\xeb\x8c\x35\x0c\x04\x2b\xd9\xd5\xb2\x28\x1c\xb9\x69\x1d\x2c\x0a\xe3\x4c\x5a\x9c\xf3\xb2\x75\x8f\xd1\x1c\x62\xeb\x1e\xa3\xb1\x49\x78\x6f\xe7\x01\x40\x0b\xce\x9c\xe6\x68\x5b\xaf\x48\x69\x25\x16\x51\x40\x5b\xce\x0b\xae\xdb\xa4\x90\xbe\x49\xf7\xc6\x90\xcc\x70\xc5\x11\xe8\xa9\xb0\x22\xa4\xfa\x52\x50\x0f\xd2\x2a\xdf\x49\x6e\x05\xa7\xef\x3c\x38\x73\x85\xb8\xbf\xb4\x0a\xeb\xe2\xc0\x1e\xd5\x71\x2e\x27\xe0\x57\x4e\xb3\xb0\x3d\xc4\xf3\xa5\x05\x4d\x2c\x9c\xc7\xa3\xfa\x8c\x8d\x8f\x33\x5b\xaa\xb3\x11\x5e\x5b\xd8\x1f\x6d\xfa\xd1\x87\xf9\xb3\xc8\xca\x0e\xba\x9b\x5b\xa8\x9f\x68\x88\xa5\xec\xf3\x3b\xda\xa2\x6d\x13\x10\xf6\x4a\x10\x50\x5a\x20\x7b\x69\xee\x82\x5b\xd5\x18\x1b\xfa\x52\x90\x2e\x13\x4e\xf7\x52\x06\x5e\x31\x0e\x64\xd9\x12\xdf\xe8\xf1\x0c\xd9\xce\xc0\x71\xe8\x13\xf1\xfb\x97\x45\xd0\x11\xa1\x1f\x09\x1f\x78\xc1\x85\x3d\x0f\x57\xbd\x44\x2b\x00\xb5\x18\x39\xfb\x0d\x58\x25\xcc\x96\x88\xdb\x6d\xc0\xe1\x12\x3f\x3f\x74\x04\xb9\xc4\x6b\x30\xba\x88\xa4\x6d\xdc\x59\x7c\x20\x48\xd3\xbf\x43\x77\x84\xd2\xe9\x24\x68\x7b\x82\x2e\x19\x48\x9e\xb6\xf5\x1b\x9d\x8e\xb4\x85\x65\x2b\x50\x97\x02\x9f\x46\x70\x2e\xe5\x82\x66\x41\x80\xf0\x98\xcf\xc3\xcd\xbd\xa0\x14\x1e\xbd\x0b\x10\x25\x26\x74\x63\x00\x2e\xb4\xbd\x3d\x9f\x00\xbe\x1e\x4a\xef\xa0\x73\x35\x56\xb9\x30\xef\xca\xd1\x1f\xb8\x0f\x4a\x35\xc2\x61\xa5\x83\x97\xcb\x5f\x3a\x2f\x0f\x51\xd5\x89\x17\xe2\x9f\xaa\x28\x58\x89\x7f\x1a\x79\x4b\xd6\xa5\xce\x90\xee\xe9\x0d\x91\x75\x60\x97\x28\x95\x20\xf0\x4e\xec\x63\xa9\x18\xbe\x06\x8e\xcc\x52\x11\x5e\x66\x81\xaa\x54\x42\x56\x06\xf6\x8b\x52\x0d\x1d\x41\x36\x29\x2d\x69\x46\x62\xa7\x1a\xca\xb1\x26\x98\xd2\x08\x86\x1c\x44\x6c\x96\x86\x19\x7a\x10\x00\x57\x9a\x32\x24\xd1\xce\xa5\x61\x09\x1c\xd8\x86\x4a\xdb\x12\xd0\x7e\xd9\xe3\x34\x40\x35\x0a\x1b\xdf\x6e\x5c\xb7\x47\xe7\x97\x17\xe5\x99\x10\xe7\x82\x79\x7f\x6b\xd2\x7b\x71\x1d\x27\xfe\x4a\x5b\xb6\x2a\xbd\xd2\x01\x81\x13\xa5\x13\x56\x34\xea\x96\x14\x4b\xc7\x12\x3a\x2a\xe3\x74\xe4\xed\x81\xc8\x53\x3a\xc6\xb7\x21\x77\x19\x58\xd8\x47\xe3\x80\x0f\x2c\xec\xa3\x6d\x9d\xa4\x8c\xd1\x7c\xd9\x73\x1b\x53\x23\x1b\xc7\x6c\x00\xb7\xd1\x7c\x79\x30\x3f\x12\x23\x5f\xc6\xc3\x4a\x1b\x02\xce\x70\x09\x8d\xe9\x8c\xf7\xf6\x65\xf7\x36\xb1\x9b\x8d\xb6\xd5\xec\x32\xb1\x91\xc4\x31\x9f\x45\xd9\x1b\x9e\x38\xab\x9f\x41\x22\x67\x73\x6e\xcc\x7a\x76\x67\x00\x21\x9d\x1f\x62\xb6\x11\x96\xcb\xc4\x68\xba\xb0\x22\x94\xf9\x7e\x7e\x35\x00\x97\x05\x7d\xd7\x01\x5b\x16\xf6\xf3\xd1\xf3\x77\x5e\xd7\xb2\x08\x8a\x1b\x1d\x4a\xb5\x3e\x84\x89\x12\xf7\x50\x16\xf2\xf4\xe1\xca\x3f\xed\xf2\x65\x83\xfb\x23\x2a\x8c\xc4\x2f\xe8\xac\x03\x83\x50\xf9\x4c\x22\x1e\x15\x8c\x3e\x97\xbd\x41\x33\x3e\xc6\xa5\x10\xda\x53\x3e\x58\x3e\x07\x6e\xad\xf2\xc1\xf2\x39\x70\x44\x96\xcf\xc3\xc4\x31\x0b\x95\xcf\x5b\x44\xd3\x0d\x93\xf3\x70\x50\x16\xab\x7f\x60\xe0\xf5\x2d\x27\x61\x1b\x03\xd7\x67\x39\x09\xd1\x68\xd8\xc2\xca\x49\x2c\xe0\x20\xac\xae\x9c\xc3\x71\x10\xfe\x4e\xac\xf8\x83\xe0\xd3\x72\x72\xb8\x34\x80\x96\x73\xda\x06\x62\x72\x62\xfe\x1e\xc4\xc8\x95\x13\xa7\x5b\xf7\x10\x9f\xd8\x8b\xfb\x82\x3c\x9c\x97\x6d\x38\x1b\xe7\xcb\xb6\x7a\x9e\xce\x97\x28\x5c\x25\xc2\x8b\xe0\x88\xbe\x90\x75\x2e\x1c\x19\x03\xc5\xb3\x5c\xf4\x36\x16\x40\xbc\x30\x12\x0f\x99\xdf\x4d\xcc\xcb\xc0\x7d\x53\x6e\x04\xec\xb1\xfa\x1e\xe7\x2e\xe2\x05\x70\xbb\x2b\x34\x1c\xf1\xe5\x26\xf2\x72\x2c\x50\xe9\x46\x0a\x9b\x07\x02\xfa\x8d\x1f\x30\x28\xf4\x7d\x85\x31\x7e\x43\xea\xde\x04\x2e\x4d\x34\x9a\xf2\x70\x1e\x83\xdb\x3f\xc5\x49\x33\xe6\x63\x64\xbb\x12\xfe\xd3\xed\x0d\x19\xeb\x21\xa8\x73\x62\x4f\x28\x0f\x74\x6c\xa2\x67\x15\x5d\x29\xf3\x80\x56\x3c\x06\x1d\x12\x3d\x55\x70\x73\xa4\x79\x70\x6c\x1f\x63\x6a\x09\xa5\x2a\xd8\x9d\xd2\x14\xf7\xb4\x90\xf4\x05\x1d\xc3\x14\x92\x26\x61\x68\x05\xfb\x47\x0a\x59\x1a\xbd\x33\x85\xf8\x87\x82\x99\xaa\xb2\x9d\x4a\xd6\x4c\x2c\xe1\xbd\x6d\xc3\xb1\x7d\xef\x80\x41\xfd\xcd\x6f\xeb\x51\xfc\x6c\x0b\x99\xf5\x20\x60\x76\xa2\xe7\xd7\xc3\x50\x65\x22\xe5\x6b\xdc\x55\xa9\x7b\xd0\x6a\x50\xcc\xc4\xb4\x51\x0d\xbb\x9f\xf8\xa6\x6a\xaa\x2f\x2f\x9b\x8a\x54\xc3\xca\xf5\x49\xd7\x74\xb2\x6c\x08\x7b\x4d\xa7\x9f\x8d\xbc\x5f\xf0\x8c\xce\xbc\x65\xc7\x9a\x9e\xc7\x17\x7a\x7b\xed\x60\xc3\xa0\x12\xb2\x91\x26\xf4\xbf\xe6\xc3\xcf\x36\x5a\x57\x83\x6e\x2b\x5e\xbc\x9a\x63\xd6\x5b\xca\xab\x46\x2f\x4e\xd4\xe3\x9a\x6f\x5f\x2a\x9f\xe1\x60\x98\xc4\x86\xd7\x02\x3f\x9b\x58\x17\x2b\xa2\x5a\x9a\xd0\xf2\x5a\x88\x80\x98\x65\x0b\xac\xb5\x38\x37\x42\x90\x6b\x01\xe1\x27\xf1\xc4\xb5\x22\xd7\x4e\xb6\xb1\x56\x6f\xd8\xc4\x2f\x10\xa8\x49\xdc\x57\xad\x9c\xd9\x49\x78\x5c\xad\x9c\xd9\x49\x2c\x6d\xad\xde\x25\x40\x5f\xab\x15\x7b\xe2\x38\xb6\x9a\x52\x2b\x51\xb6\xb3\xc6\xcb\xc7\x97\xbd\x59\x15\xce\x30\x6b\xa7\x03\x6c\x08\x13\xfa\x5f\xeb\xe9\x44\x17\xd3\x11\xc9\xeb\x66\x95\xb5\x39\xd1\xb6\x89\x4b\x6d\xc4\x33\xce\x96\x8f\x6f\xe8\x65\x6d\xc8\xbb\x15\xff\x61\x6d\xc2\xa4\x01\xe1\x36\x02\x81\xf7\xc4\x1b\x81\xaa\x83\x60\xb2\xda\x4e\x87\x62\x12\x8d\x19\xad\xe4\x67\x0f\xe8\x83\xf1\xb4\x36\x69\x1f\x96\x96\xda\xa1\x15\xb3\x03\xad\x9e\xb4\xad\x83\x7f\x1d\x01\x74\x62\xa5\xaf\xdd\xc0\x6a\x62\x75\x6b\xff\xf8\xcb\xa6\x3c\xb5\xc7\x9d\xb2\x4d\x49\x6b\xff\xd8\x1b\x28\x37\xd8\x95\xd9\x37\xdf\xa9\xc3\xbb\x42\xf8\x4d\xea\x00\x7d\xe6\x48\x7b\xa2\xc3\x9b\x5d\x04\x5e\x54\xf9\xdb\xc4\xb1\x5f\x67\x62\x23\x08\x6e\xab\xd3\x9b\x47\x44\xfa\xd7\xa9\x4d\x1c\x45\xba\xce\x0a\xec\x71\x75\xd4\x89\x98\x32\x31\x92\xd6\x85\x29\x68\xa0\x23\xd5\xf5\x80\x17\xe8\x1f\x75\xc1\xd2\xe6\xda\xa2\x40\xfd\xa0\x56\x4d\x14\x8d\xfa\xc1\xd7\x3b\xa1\xbe\xf5\x83\x9c\x33\x91\xc8\xeb\x89\xe8\x5f\xb8\xad\x54\x4f\xac\x08\x13\x07\x73\x3d\x47\xc0\x7a\x77\x70\x22\x0c\x4e\xdc\x92\xf5\xbc\x1c\x87\x53\x73\xde\xf1\xcb\x9e\xdb\xf9\x28\x69\x6d\x21\xb3\x5e\x32\x55\x94\xfe\x7a\x65\x76\x01\x2f\x7e\xbd\x18\x74\xa1\x7e\xd7\xeb\xd2\x56\xc8\xb1\xbb\x08\xad\x5c\x07\x2b\xbd\x9e\xe4\x67\xfb\xe5\xe6\xdc\x2e\x7c\x94\xf5\x86\x76\x2d\x6c\x69\xf5\xf9\xbb\xa7\xad\x3e\x07\xfe\xc2\x78\x56\xd2\x63\x9d\xcf\x81\x75\x75\xd8\x00\x83\x52\xf3\xef\x78\xca\x92\x0d\x16\xf6\x6b\xff\x8e\xe5\x74\x6b\x66\xf5\x31\x8c\xb7\xfa\x8d\x44\x2f\x5e\xee\x1f\x5f\xa5\x71\x42\x9f\x03\xdb\xf5\xd6\x4f\xeb\x03\xfe\x0d\x09\xdb\x83\xaf\x0c\x8b\x42\x7d\x60\x48\xf8\xd3\xea\x93\x62\x7a\xb4\x46\x70\xab\x50\xa8\x67\x2b\xa1\x95\x28\xc0\xfa\x70\x01\xae\x17\x9f\x07\x0e\x32\x3b\xc2\xa1\x03\x1a\x3f\x09\x7b\xe3\xb2\xed\xc3\x72\xfc\x06\xcf\x79\x06\x37\x9e\xbc\x01\xb3\x5c\x5b\xd6\x0a\x4e\xa7\x79\xfe\x74\x4d\xd6\x07\x2c\x19\x04\xd2\xd4\x07\xd7\xd6\xc1\x71\x7f\xa0\x65\x35\x03\xfb\x07\x09\x5c\x47\x76\x7d\xb2\xc6\x63\xa0\x81\x34\x3e\x88\x3a\xa9\xcf\x66\xb0\xf5\x70\x52\x28\xa4\x5c\x7c\xaa\x4f\xd9\x42\x4e\x3a\xdc\x08\xdc\x55\xf8\x42\xeb\x53\x94\xf2\x05\x20\x08\x82\xc9\xb2\x3e\x9b\xb3\xe4\x25\x90\xb9\x5d\x86\x46\x56\x9f\x82\x0d\x7e\xf9\xf7\x37\x1c\xa9\xbf\xad\x4f\xd5\xc1\xca\x68\xb8\x9c\x90\xdb\xeb\xc3\xf1\xaa\x84\x5a\xd6\x87\x28\xb4\x5e\x59\x50\x15\x4f\x8b\x2f\x53\x91\x95\x6e\x2b\x2e\x52\x91\x60\x2b\x9c\x85\x08\x8d\xfa\x54\x8f\x06\xd3\xab\x44\x02\x38\x6d\x22\x4c\x47\xae\xe9\x3b\x4a\xf8\xb4\xf6\xe3\xab\x57\xe1\xd6\x84\x02\x3d\x73\xb5\xab\x41\x43\x9e\xcd\x45\x6b\x12\x97\xb9\xd8\x55\x44\x1c\xee\x75\x19\x5e\x51\x1f\x64\xcb\xe4\xe9\x79\x5a\x08\xd2\x3c\x33\xc7\xe6\xdf\xb1\x24\x67\x46\xe8\x19\xd7\xa4\xcf\xc5\xc6\x34\xd8\x72\xc7\x7e\x01\x70\x5d\x54\xa8\x00\x6b\x80\x3b\x1c\xea\x67\x60\x24\x9f\x8c\xcd\xfd\x8c\x85\x15\xb0\x3e\x5e\xbc\x70\x52\x44\xb0\x54\xec\xf0\xf5\xe1\x12\x46\xf7\xa8\xce\xcc\x92\x00\xd6\xfc\xd5\x8f\x5d\x9f\xd9\xc1\x4e\xff\x8e\x29\x1d\x0a\x40\x88\x48\x1e\x62\xd1\x96\x7e\x6a\x72\xfb\xe6\x89\x03\xde\xe7\xeb\xa7\x0f\xbc\x3e\xc8\x9f\x35\x36\x9c\x28\x92\xe4\x33\x4c\x2e\x7b\x5e\xd0\x00\x97\xdb\xad\xa3\x42\x94\x5d\x5a\x63\xe8\xd4\x58\x11\xec\xb8\x95\x58\x91\x9c\x0e\xf7\x78\xeb\xe9\xf5\xe7\xf3\xe2\x19\xc0\xe0\x9e\x38\xa0\xca\x0f\x36\xba\x04\x55\x7f\x64\x66\xb8\xe6\xea\xb3\x99\x8c\xe1\x10\xf5\xf9\x00\x0b\x91\x08\x51\x59\xba\xfb\x7c\x9c\x86\xdf\x77\xfc\xdd\x4c\x09\x4d\xb1\x4f\x60\xba\x35\x99\x72\x0c\x06\xc6\x65\xb0\x86\x7d\xbe\xce\x94\x97\xcd\x28\x6a\x12\x97\x36\x5f\xaf\x72\xc7\x67\x8b\xe2\x95\xc8\x8d\x1a\x91\x1f\x81\xe2\xe7\xe7\x67\xd4\x40\x7d\xce\xf3\xd7\xb0\x9d\x6a\x48\xc8\x50\x36\x7b\xb6\x1c\x9c\x8b\xe3\x6d\x6d\x2f\x37\x01\x70\xb9\x1e\x5a\x2b\x92\x07\xbc\x37\x81\xaf\x04\xa7\x56\x02\x42\x6a\x4a\xfe\x7d\xe0\x94\xb6\xf1\xb4\x81\xad\xb1\xe5\x77\x1b\x9c\xc6\xb6\xf0\x7c\xd3\x98\x29\x5d\x6c\xae\x58\xb5\x95\xd6\xd2\xc4\x62\x62\x85\x6b\x91\xa0\x6f\x99\x25\x27\x49\x04\xf7\xd6\x02\xac\x5b\x84\xcb\x5c\xc0\xa8\xc4\x8e\x54\x62\x53\x2b\xa1\x23\xa5\x65\x3b\x5a\xb8\xda\x98\x90\xaa\x38\xd1\x92\xf5\xe1\xca\x5a\x8a\x9d\xde\xf2\x5f\x17\x48\x37\x33\xca\x7e\xf3\xf2\xcc\x27\x4f\xcc\x88\x1f\x1e\x23\x41\x58\xce\xd6\x8e\x77\x47\x6c\xc4\x53\x88\x48\x60\x7a\xcf\x06\xd8\xe1\x9e\x20\xe4\xa4\xce\x08\x8f\x27\x34\x3e\x3a\x9d\x13\x13\x7f\x80\x4c\xb6\x5b\xc2\x5c\xaa\xcf\x81\x0f\x34\x57\xb7\x42\x0a\x79\x5e\x29\x55\xe3\xab\x37\x43\xc4\x99\x20\xb2\xf2\x4a\xa2\xdc\xdb\xfc\x8a\x75\xbc\x5d\x71\x8b\x67\x81\x56\xbf\xa5\x73\xef\xa6\xa0\x19\x69\xe9\x79\x2f\xd6\x6e\x67\x1e\x54\x91\xf3\x7d\x9c\x25\x70\x7f\xa5\x1d\xa0\x2a\x41\x34\xb3\xc0\xb5\x08\xa2\x49\xf8\xf3\x2a\x41\x34\xbb\xc5\xe4\x05\x13\x67\xfc\x10\x20\x5a\xbc\x2c\x66\xe9\x0f\x18\x9e\xc0\x29\x22\x5f\xf6\x10\x76\x1b\x0c\xdd\xaf\xb0\x10\xc0\xdc\xdf\x9f\xf7\xd8\x79\x06\xc3\x10\xec\x89\x7d\x29\x04\x75\x55\x62\x5f\x52\x07\x2f\x88\x7d\xc9\x89\x2b\x22\xf5\x4d\xcd\x21\xe8\x35\x69\xcd\x6a\x36\x97\x98\x2c\xdb\x04\x05\x65\x90\x64\xe8\x17\x0b\xdf\x22\x7e\xc5\xc3\x50\x09\x74\x29\xd8\x74\x2a\x41\x26\xbb\x01\xeb\xc8\xb2\x21\x4e\x19\xe1\x24\x85\x3b\xc1\x95\x70\x92\x8a\xbd\xa1\x1a\x4e\xb2\x70\xa5\x54\x62\x48\xf6\xe0\x7e\x85\x8f\x13\x12\xf7\x06\x5b\x76\x70\xd9\x32\x47\x88\x28\x92\x3d\x77\x66\xc8\x1d\xf0\xe6\xe0\x58\x82\x8b\xe0\x29\x1f\xce\x96\x7f\x0f\xe0\xfa\x42\x18\x86\xb0\xc5\x10\x8c\x3d\xac\x1a\x46\x32\x08\x69\xad\xc6\x8e\x24\x65\x05\x02\x46\xf6\x0b\x4d\x60\xdf\x07\xe8\x47\x64\x48\x5e\x20\x0c\x91\x21\x35\x20\x02\xc3\xee\xca\xc6\x86\x86\xd4\x02\x7d\x21\xee\x23\xa1\xb8\x56\xe2\x3e\xca\x31\x6c\x81\x57\x02\x3c\x24\xee\x23\x7b\x04\x23\xee\xc3\x5d\x6a\x31\x0d\x1a\x37\xce\xa6\xa0\x6d\x4a\x11\x90\xb9\x88\xfc\xa8\xf6\xc4\x55\x06\x88\x10\x1a\x78\x25\x52\xaf\x12\xf9\xb1\x97\x6a\x4f\x0b\x21\xd1\x1f\xe0\x67\x08\x1a\x84\x7e\x54\xee\xc7\xd5\x57\x8e\x5e\x1d\xcd\x73\xed\x60\x9b\xbe\xb4\xee\x60\xd8\x15\x86\x1d\xf5\x20\x30\xf4\x14\x2c\x1d\xba\xf5\x6a\xcc\x20\x62\xae\x12\xb5\x51\x15\xe7\x89\xda\xd8\xed\x81\x47\x37\xd6\x04\xa6\x41\x08\x46\x4e\x4a\x1d\xc4\x60\x54\x65\x5d\x62\x30\xaa\x22\x3b\x31\x18\xfb\x23\x9a\x63\xc3\x52\x1d\xc6\xc0\x50\x9a\x9b\x37\x20\xf5\x88\xae\xc4\x54\xec\x06\xbe\x28\xbf\x64\xbb\x65\xe5\xc5\xd6\x1c\x45\x44\x13\xa3\x27\xb4\x20\x10\x31\xb1\x5b\xb3\xf4\xa9\xd8\xec\x6e\x60\x1e\x69\xc8\x19\xc4\x4c\xa4\x85\xdf\xaf\x1a\x34\x31\xb2\xd0\x9a\xcc\x04\xbd\x8a\x48\x89\x8a\xdd\xa6\x1a\x29\x91\x14\x29\x08\x95\x08\x0d\x9d\x50\x89\xca\x4d\x91\x4a\xa8\xc4\xfe\x88\x35\x4d\x03\xff\xbe\xf3\x08\x57\x02\x29\x76\x2b\x67\x06\x18\xd1\x43\x88\xa4\xd8\x3f\xb0\x0d\x5b\x2a\xa9\xea\x37\x84\x52\x4c\xa2\x8b\x2a\xa1\x14\xfb\x23\x5f\xf0\x28\xbb\x55\xcb\x95\xb0\x76\xfc\x88\x55\x61\x98\x00\x8a\xaa\x5e\x4c\x00\xc5\x6e\x6d\xb7\x2c\x4b\x44\xc1\xad\xd0\xa5\x8d\xcb\xc3\xe1\xb3\x74\x44\x32\x46\xd8\x44\x4a\x9e\x7e\x5d\xc4\x92\x34\x14\xe4\xe2\x59\xfe\x9c\xe0\x22\x2b\x42\x16\x19\x36\x46\x16\x69\x70\x15\xc2\x17\xd2\x92\x84\x9d\xb1\x69\x34\xde\xda\x6c\x6e\x12\x24\xe2\x11\x96\x64\xf9\x54\xa9\xb3\xf5\xe9\x22\xdc\x03\xd4\xfe\x4a\x26\x8b\xfa\x9e\x08\xdc\x3e\xab\x96\x0a\xe5\x8b\x53\x0a\xff\x25\xac\x20\xc5\xaa\xaf\x40\x05\x3f\xea\x76\xcb\x80\xd7\xf4\x05\x30\x13\xb7\xaf\xed\xc6\x60\x82\x22\x3d\xbb\xe4\xb3\x4e\xf1\x12\x19\x3c\xfd\x17\xce\x57\x8f\x8d\xe2\x88\x87\xe0\x92\x83\xc9\x77\x6e\x8e\x8d\xd0\xb9\xd9\x6e\x17\x7e\x07\x44\x18\xfb\xd6\xd8\x24\x52\xdc\x88\x4b\xd2\x49\xae\xd4\x4f\x09\xdd\xcd\x16\x4b\x7c\x6f\x68\x87\xa8\x7e\x73\x82\x64\x02\xb7\xf3\xf3\x68\x6d\xd9\xa4\x74\x89\x87\x02\x89\x9b\xb7\x05\x92\xd1\xdd\x98\x07\x01\xce\xc6\xca\x23\x4a\x30\xef\x96\x47\xca\x88\x06\xf2\x2f\x61\xf3\x10\x62\xe3\xd0\x0f\xbd\x0a\xd9\x57\xc4\x46\x06\x79\x11\x2f\xca\x70\xe2\xaf\x4b\x45\x5a\x7d\x5f\x34\x32\xcf\xc2\x16\x2f\x4a\x5d\x36\x07\xb3\xbb\x0d\x26\xc1\xd5\x4c\x4a\x33\x7d\x7c\x1f\xab\x03\xe3\x43\x82\x90\x7e\xbe\x80\x5f\xf4\x7a\xb9\x8e\xb6\x85\xa4\xe6\xad\xc8\x03\xc5\xb5\x11\x9a\xb1\xf1\xab\xf0\x82\xf6\xd1\xfc\xc1\xb1\x27\xcf\xc3\x31\x2a\x2f\xa8\x1f\x5b\x5a\x6b\x07\x06\x01\x85\xfa\x76\x1c\xb2\x61\x7f\x50\x80\x68\xb6\xd8\x30\x87\x18\xb6\x03\x01\xa2\x13\x33\xd7\x8e\x2d\x41\x34\x14\xf9\xc6\xad\xcc\x3d\x75\x06\x4f\x20\xc5\x46\xaf\x46\xc0\x48\x89\x49\x25\x45\xe8\xcd\xb2\x1a\x97\x33\x2b\x81\x05\x8d\x2b\x99\x69\x75\x7b\x8a\xd9\xfa\x83\x9c\x70\x32\x11\x25\x8b\x6e\x6b\xb1\xc5\xbf\xcb\x9e\x37\x6f\x6a\xde\xd9\x1c\xd9\x05\xa6\xdb\xbe\x9c\x09\x2e\xd5\x69\xbf\xf0\xcb\xf4\x9d\x79\xaf\x1d\xd9\xa5\xd0\x1b\xfe\xef\xe2\x5c\x88\xbc\x25\xc9\x53\x3b\x88\xbc\x5d\x0d\x28\x66\xf7\x00\xb8\x67\xa5\x4b\x60\x95\xa5\x6c\x85\xc9\x67\xd0\x3e\x1a\xc0\xc2\xe2\x23\x17\x65\xa7\x27\x61\xc7\xfe\x5d\xc9\xc9\x81\x37\xfb\x3c\x04\xa1\xbe\xc2\xe2\x0e\x94\x40\x56\x86\x56\xf6\x49\x0e\xf7\xd3\xc9\xc4\xb3\x81\xa6\xb6\x08\xb8\x01\x11\x22\x4c\x8a\x1b\x8b\x45\xb1\x0f\xf1\xad\xba\x6a\x36\xb0\xa2\x72\x75\x9f\x63\x08\xba\xaa\x48\x0a\x93\x99\x2b\xc9\x0c\x76\xa3\xb2\xd2\xc1\xcc\xab\xf7\xf9\xfc\xbb\x98\x57\x1c\x2e\xb0\xcd\xe1\x14\xa3\x86\xbf\x40\x17\x13\x13\x6c\x50\x1d\xff\xde\x02\x91\xe8\xb7\x01\x72\x37\x1c\xbb\x03\xe6\xee\x76\xb4\x00\xb9\x2d\xa4\xbd\xae\x55\x31\x65\x30\xde\x16\x4d\xca\x11\xad\x5f\x27\xc2\x47\x5d\x78\x16\xd6\x44\xcc\xe9\x8a\xad\xe9\x31\x3a\xed\xbb\x16\x5b\x66\xd2\xd5\xb0\x8b\x2f\xe2\x71\x01\xec\x5d\xf9\xa0\xd8\x84\xed\x1c\xf6\x25\x86\x16\x40\x3a\xdc\x03\x5a\x84\x3c\x52\x01\xd7\xf0\x52\xac\x1f\x11\xe7\x9d\x99\x30\xb2\xc9\x21\x4c\x86\x3e\x34\xc6\x0e\x5b\xa2\x5b\x3e\xdc\x03\x9f\xb9\xe5\x2b\x40\xa7\x00\xa5\xd3\x10\x47\x2a\xf8\xa2\x15\x63\xfa\x2c\x73\xa9\x74\x3b\x95\xfb\x9c\xf9\x74\x0b\x2b\x4b\x9a\xd0\x65\xb1\x67\x06\xeb\xb5\x63\x19\x87\x50\x0c\x41\x41\x52\xa2\x8d\xbe\xb1\x0e\xe5\x81\xc5\x5a\x97\xbc\x6d\xfa\x12\x10\x65\xf2\x0b\xde\x26\xd8\xb7\x40\x50\xaa\x24\x66\xb1\x9d\xd1\xe0\x74\x08\x7f\xb8\x6c\xcd\x4c\x42\x22\xe8\x7c\xf6\x71\x3f\xa5\x25\x9f\xd8\x4f\xa6\xf5\x51\x2f\x76\xf5\x1f\x2d\x51\x3e\xdf\xc8\xb9\x8c\x7e\xaa\x6a\xba\xde\x13\x23\x41\x3c\x73\x40\xa4\x31\x27\x04\x6e\xb2\xc0\x53\x5d\x84\xb1\x89\x51\xac\x4e\x2a\x44\x02\xe9\xf7\x29\x2e\x48\xd4\x74\x54\x1c\xac\xe3\x12\x6e\x1e\x10\x6d\x12\x1e\xb5\x4b\xcd\xd6\xe3\x7c\x29\x19\x3b\x78\xb8\xdd\x6d\xa1\xbe\x13\x4d\x84\x49\xfd\x9e\xf4\x11\x5a\x98\x63\x06\x9e\x4a\x77\x88\xd8\x42\x02\xd4\xdb\x81\x6d\xa2\x0f\xfb\xc6\xd2\xdd\x17\xe0\xba\x95\xf7\x3c\x4b\xb7\x53\x5b\xcc\xf3\x6e\x5c\x90\xb0\x05\xe7\x55\x8c\xbf\x31\xdb\xc6\x37\x5e\x37\x3e\xfc\x81\x88\x65\xb1\x5c\x8b\x84\x27\xe1\x56\xac\x13\xd1\x1e\xb7\x44\x82\x19\x6c\xdf\xbd\x7e\xd8\x13\xfb\x7d\xaa\x3f\x30\xc5\x07\x3c\x77\x4d\x3a\x37\x8a\x07\xe0\x21\x0c\x59\xe6\xf9\x68\xd7\x97\x40\x3f\xea\x62\xd5\xbe\x50\x64\x5c\xed\xc3\xb4\x62\x70\x51\xbe\xf2\x82\x81\xa2\x91\x00\xa1\x1d\xaf\x7a\xab\xc4\xc2\x8b\x35\xc3\xed\x7a\x45\x41\x01\xf1\x7a\x1a\xe8\xf8\x75\x8e\xec\xe3\xeb\x59\x74\xb7\x5f\xf8\xc6\xb2\x2b\x8f\xa2\x73\xc4\x3c\xd1\x85\xdc\x1b\x38\xbf\x9b\x7b\x8f\xbf\x6f\x31\xb1\xe9\xb3\xec\x64\xc4\x6b\xe6\xd7\x23\x9e\xaa\x99\x51\xaf\x93\x7e\xaa\x99\x51\x6f\x21\x0c\x35\x33\xea\x55\x94\xdd\x96\x34\x43\x2c\x7f\x90\x8d\x40\x08\x52\xc8\x01\x1c\x71\x52\xe0\x65\xf9\x4b\x82\xdd\x73\x45\xbe\x25\xbc\x01\x78\x37\x1a\x79\x00\x2a\x97\x19\x5b\x0a\xef\x8a\xdd\x26\x65\xc3\xc2\xb3\xc7\xc4\x75\xc0\xfa\xf3\xd6\xbb\x5a\x0a\xd6\xcf\x71\x27\xe7\xdd\x7e\x61\xee\x70\x78\x7c\x9d\x8d\xfc\x02\x95\x6b\x85\x2d\x65\xf1\x92\xcd\x25\x31\x5d\x21\xb3\x41\x33\xff\x5c\x92\xc1\x90\x72\x6e\xbf\xb0\xd8\x42\x40\x75\xf2\x07\x4f\x1c\x5c\x8c\x9c\x73\xfb\x2b\xda\x97\x88\xbb\xf1\x97\xc1\x88\xfe\x20\x06\xc1\xb2\xc9\x32\xb7\x9b\xb0\xc4\xe2\x4a\x1c\xe4\xe4\x99\x85\xe0\x06\xc0\xa5\xd8\x4c\x17\xc7\xf5\x9d\x96\x34\x24\xc8\x39\xcc\x18\x47\x86\x87\x66\xc2\x38\x32\x30\x35\xf3\xc5\x15\x67\x5e\xb9\xba\x21\xd0\x71\x09\x74\x8e\x01\x8e\xe9\x3c\xdc\x80\xaa\x54\xc5\xea\x2a\x9a\xd5\xf2\xd9\xc4\x21\x0e\xec\x5d\x2a\xfb\x41\x37\x72\x8f\x30\x41\xc8\x54\xf1\x6f\xef\xc9\xd1\x00\x1b\x44\x76\x5b\x5a\xa6\x31\x83\x35\xa1\x0f\xd3\x21\x35\x5c\xe5\x4a\x66\x33\xfb\x42\xc7\x67\xd7\x48\x06\xb7\x5f\xfc\x45\x8d\x66\xda\xfe\xc3\xc5\x2c\x9f\x2f\x6f\x4d\xf0\x1c\x67\x8e\x7e\xbb\x46\xc1\xc5\x4c\xba\xa3\xb3\xa4\xee\xc1\xfa\xce\xc4\xd7\xc8\xed\xe6\x9d\xb2\x66\x6a\xb7\x24\x3b\x24\xb5\x5b\x22\x7e\x7a\xbf\x00\x45\x88\x01\x29\xdc\xbc\x79\xd6\x4c\xe1\xb6\x38\xe5\x64\x70\xab\x87\x88\xdb\xb9\x79\xe6\x01\x1c\x92\x4a\xbe\x31\x62\xa6\xb8\x1d\x43\x89\x1e\x81\x24\x85\xed\x81\xd1\x48\xcc\x46\xc6\xac\x96\x0c\x5d\x41\x0e\x23\x2d\x5b\x41\x7d\x6b\xe6\x65\xfb\x79\xca\x86\xde\x7a\x77\x73\xe8\xe3\x65\x1e\x43\x45\x1e\xce\x94\x90\x02\x88\xbe\x6e\x69\xe6\x9f\x57\xe6\x5a\x9a\x31\x29\xba\x0a\x3b\x84\x67\x63\x02\x9c\x66\x0b\x73\x20\xf9\x11\x97\xf2\xb2\xbd\x42\x91\x10\x97\x12\xd7\x60\x47\xf1\xc0\x4e\x30\x29\xdb\x00\x7e\x17\x7f\x8f\x39\x39\x02\xd7\xf2\x32\xcf\x8b\x6b\x26\x30\xb2\x84\x6d\x01\x07\x74\x23\x13\x47\xe1\x86\x41\x23\x15\x47\xc5\xe3\xdc\xd2\xd2\xdb\x64\x5b\x03\xd1\x3c\x60\x98\x10\x82\xb6\x18\x63\x6c\x63\xec\x01\xcd\x83\x87\x3d\xa0\xa2\x09\xb6\x84\x33\x23\x17\x9f\x03\x1a\xb6\x00\x6f\x11\xb4\x13\x17\x29\x94\x94\xd3\xa7\xf3\x77\xc0\xc7\xe5\x09\x22\xcb\x5a\xda\x52\x44\x91\xe7\x24\xe2\xb5\x46\xf1\x6c\xe3\xcd\xc0\x37\xd9\x12\x92\x03\x8e\xdd\x46\x40\x48\x56\x78\x4f\x27\xb4\xd2\x6d\xc7\xb2\x30\x9d\xd1\x96\x22\xea\xe1\xe1\x39\x83\xc2\xd8\xf8\xe3\x0b\x53\x3a\xe5\xf6\xcd\xae\xb8\x05\x89\xe0\x91\x4e\x94\x21\xa1\x71\x7a\x72\x51\x6c\x48\xbc\xb7\x5f\x68\x7e\xa9\xc4\x7b\x76\xbd\x04\xeb\x61\xbf\x98\x95\xd4\x15\xfb\x43\x15\xc8\x57\xcc\xc4\x8f\x40\x08\x58\x6a\xba\xb4\xce\x89\xf0\xd7\x09\x59\x62\xee\x5b\x1e\x29\xcb\xd9\x7a\x99\xa1\xfb\x77\x65\x71\x69\x9d\x2e\xf4\xa0\x2d\x77\xcc\x90\x31\x74\x81\x28\x0e\x91\xba\x4f\x1b\x78\x33\x59\xdf\x8a\x63\x8b\x3d\x21\x7b\x52\x6f\x32\x37\xb8\xd8\x5b\x47\x16\x83\x1b\x8e\x18\xa7\xf0\x76\x74\x8f\xc8\x73\xfc\xbc\x25\xda\xd2\x16\x33\xca\x10\x05\x1f\x39\xb8\x68\xf4\xc4\x44\x98\xe2\x03\x48\x3c\x54\x08\x13\x4b\x02\xfe\x08\x11\x1b\x70\x6f\x55\x52\xf6\xe0\x46\x90\x96\x23\x56\x64\x19\xe8\x23\x47\x43\x3c\x4c\xaf\xd3\xe0\x23\x24\x09\x52\x29\xb5\xf4\x06\x3c\xd8\xd7\x37\x10\xd5\x17\x0d\xbb\xed\x7b\x82\xf7\xb6\x9f\x97\x5f\x5b\x7a\x0d\x6b\x63\x92\xaf\x4a\x8c\x4c\x0d\x1b\x46\x16\x01\x5e\x9c\xb7\xae\xea\xd5\xb4\x04\x4c\x5e\x8c\x05\x42\x1d\x0b\x06\xfe\xaf\x46\x42\x1a\x6f\xd4\x36\xd2\xd0\xe4\xc6\x37\xf9\xe0\x2c\x71\xe0\xcc\x49\xb3\xa4\x01\xe4\xa4\x29\xb8\xe1\x1a\xf1\x4d\x19\x37\x61\xcb\x26\xf6\x05\x77\xcc\x43\x43\x40\x43\x23\x0d\x4d\xc5\x9d\xd5\xb2\x57\x7c\x81\x1a\x69\x68\x12\x57\xac\x5a\x36\x3c\x01\x47\x5a\x33\x11\x4d\x25\xdf\x6c\xcb\x4a\x27\x28\x23\x99\x80\x79\x9c\x21\x2d\xeb\xe6\xc0\xd1\xd5\x32\xc1\x0a\x44\x12\xb7\x9c\xe4\x4a\xcb\x1f\x6e\xb6\x9b\x79\x64\x77\x03\x4e\x90\xb3\xee\x08\x7f\xe0\x4a\x68\xf2\xef\xdd\x95\x56\x5e\x90\x15\x9a\xcf\x81\xb5\x8d\x97\x85\x8f\x9a\x89\x60\x1a\xc0\xea\xdd\x72\x38\x4c\x84\x47\x76\xad\x3c\x17\x80\xec\xd0\x5c\xad\xcd\xae\xae\x04\x60\x99\x47\x31\xfc\xc2\x1f\xd8\x5e\x48\x39\x57\x58\x12\x69\xd3\x1a\x57\x58\x6a\x8e\xbf\xeb\x08\xb1\xad\x32\x81\xcf\x6a\xed\xa0\x46\xd6\xab\x01\x01\xe2\xee\x49\x15\xb1\x73\x18\x09\xe0\x41\xb9\x62\xf9\xcb\x3e\x47\xa2\x04\x86\xd0\x1a\x50\xfd\x61\xc3\x72\xb8\xe8\x0a\x1f\x40\xbe\xcf\x0a\x0b\x30\x55\x73\x5c\x0e\xfc\x69\x8d\x1c\x97\xa5\x0b\xca\x9f\x82\x03\x8b\x08\xc1\x61\xf9\x8b\x54\xd1\xfd\x6a\x66\xe8\x64\x0c\xe3\x6c\x25\x1a\x99\xac\x59\xea\xd0\xe4\xb8\xac\x59\x8c\x6d\x52\x48\xce\x84\x29\x2e\x57\x80\xb9\x07\xc7\x60\x8e\x46\xf5\xa1\x94\x12\x79\x97\xb5\x62\x91\xed\xb2\x14\xbb\x0a\x1b\x81\xe0\xc1\x7f\x91\xa3\x01\x3b\xdc\x1d\x22\x26\xe5\x8b\x42\xbc\x30\xec\x7a\xed\xf8\x81\x2b\xa4\xcd\x99\x0f\x58\xa3\x33\x1f\xa6\x15\xf6\x19\x34\x40\xda\x25\x5d\x65\xcd\xee\x30\x37\x48\x95\x20\xb2\xd2\x04\xce\x96\x46\xe6\xc9\x8a\x61\xb3\xe5\x01\xfc\xfd\x68\xaa\x83\x0a\xda\x19\x07\x89\x6e\x4d\x8d\x01\x71\x35\xd5\xe4\xc0\x53\xd6\xf2\x8c\xcd\xf7\xc5\x68\x3f\x9b\x4f\xc6\x60\x11\x13\x24\x17\x4f\x67\x6c\x92\x1f\x05\x7e\xf9\x8b\xb3\x62\xf7\x94\x02\x60\x31\xdc\x5a\xaa\x1a\x8b\x0c\x6f\xac\xa5\x7f\x17\xa9\xd2\xb8\xd3\x54\x35\x11\xe6\x90\x11\x20\xa5\x5c\x51\xca\x49\xf9\x89\x2b\x4a\x5e\xfc\x6f\xdc\x50\x9a\xc5\x43\xb0\x74\x02\x30\x7b\x84\x07\xd5\x0f\xae\x21\x55\x2e\x1d\xb4\x6c\x9c\x30\x37\x53\x1b\x89\x98\x76\xaf\xbe\xf4\x1f\x5f\x93\x1c\xd9\x2d\x7f\x86\x3f\x30\xfd\x0f\x77\xf0\x61\xfa\x5c\x5c\x2a\x1a\x02\xb2\x19\x01\xe1\xda\x5e\x4a\x6a\x2e\x97\xe4\x80\x49\xed\x21\x9f\x84\x26\x79\x20\xb0\x3b\xc4\x21\x55\x7a\x80\x8d\xe5\x53\x41\x1f\xb8\x9d\x88\x61\x92\x60\xcd\x0e\xaa\x18\xf9\x8c\xeb\x07\xfb\xf9\x3a\x98\xaa\xcf\x00\x5d\xd2\xcc\x65\xc7\x21\xba\x5c\xa2\xb9\x24\xee\xc2\x1c\x85\xd0\x93\xf5\x4a\x28\xf6\x93\x1f\xd3\xc0\x8b\x66\x7a\xcc\x8a\x57\xb7\x91\x1e\xb3\x10\xa3\xde\xcc\x8f\x39\x4a\xbc\xe8\xc0\x73\xf7\x09\x92\x90\x65\x67\x8c\x0f\x49\x5d\x24\x1b\x19\x71\xd8\xf1\x6d\x92\x01\x8f\x1c\x29\xd5\x92\x7c\xc5\x90\x09\x15\x8d\x8c\xf5\x21\x16\x7b\xab\xec\x4a\xea\x09\x9a\xc8\x52\x5e\xf3\x6d\x3a\xf7\x7b\x71\x99\xdb\xbf\x9f\x40\xc4\x8e\x2e\x7b\x05\x24\x37\x1c\xa0\x3a\x29\x08\x87\xd4\xf9\xc6\x80\xe9\xe6\x29\x46\x48\x2f\x23\x0c\xd0\x91\xb1\x56\x74\xc9\x11\xc6\x0a\x4d\x35\xf9\x11\x89\xe8\x48\xf1\x22\x7b\xd8\x1f\x04\xcd\x69\x83\x61\xd2\x12\x9e\xa7\x1f\x31\xd7\x47\x3f\xbc\x38\xfb\x88\xd8\xee\xd9\x13\x33\x67\x90\x57\x85\x5d\xe2\xa4\x81\x42\xcd\x3c\xeb\xe3\xf0\x30\xbe\x26\xbe\x60\x94\x37\xc0\xc9\xf0\x0a\x0e\xd2\xc2\x37\xb6\x9c\x11\x5f\x89\x8a\xc7\x41\x09\xc1\x49\x92\xd5\xa9\x0f\xe7\xa5\x81\x42\x02\xf8\x12\xd1\x45\xb7\x5e\xac\x23\x93\x4a\x2b\xc4\x3f\x12\x7f\xdf\x08\x47\x2e\x19\xf5\x91\x0b\x77\x7b\xb2\x89\x17\xb8\x6b\xf5\x07\xc0\x03\xb1\xe6\x8e\xdd\x96\xea\xfc\x08\xba\xc3\x8a\xb8\x3b\x97\x53\xe6\xdc\x17\xf3\x83\x2c\x87\x78\xc9\xeb\xc1\xdf\xcd\x09\xc2\x54\x4b\x0a\xd8\x64\x5e\x8a\xad\xe9\x16\x73\x46\x0c\x81\xc0\xa0\x19\x89\x1b\x76\x85\x64\x53\xad\x28\x2f\xa8\x1d\x15\xcd\x19\xcd\x1f\x48\x0b\x12\xbd\x9e\x7e\xc4\xb2\x71\x64\xf4\x19\x13\x81\x2b\xba\x6e\xe2\x21\x93\x6a\x50\x21\x20\x72\x6d\x12\xf2\x0d\xd1\x2b\xe4\x0d\x91\x4c\x97\xac\xf6\x39\x78\x2e\x4c\x80\x31\xb7\xbc\x32\x49\x56\xde\xb8\xc8\xb7\x87\xf1\x85\x94\x08\xe0\xb1\x97\xf4\x96\x84\x87\x6c\xab\x06\x20\xb6\xa2\x07\x82\x8c\x9d\x8d\xdb\x7b\x06\xf4\x35\x6f\xef\xad\x1c\x2f\x8e\xc7\xe2\x8b\x8c\x1c\x95\x89\x1b\x7b\xc6\xb9\x35\xee\xe4\x95\x8a\xbc\xef\x9d\x3c\x32\x12\x36\xae\xe4\x85\x38\xc1\x95\xbc\x3d\x1c\x2b\x2a\x31\x29\xbb\x55\x6c\xee\xbe\x6c\xb4\x0a\x98\xd6\x83\x21\xe8\xb6\xa6\x9f\x39\x5b\x1a\xd7\xf6\xd2\xd0\x83\x44\x60\x7b\x1e\x6e\x67\x65\x6b\x93\x7f\x37\xe1\x0b\x73\x45\x94\x21\x53\x6f\xf3\x6e\xdf\x72\xcb\xab\x09\x5f\x98\x12\x79\x3c\x6a\xb4\xd5\x4e\xd5\x1d\x59\xa5\x0c\xac\xe7\xd2\x9f\xa1\x41\x8d\x8b\x7e\x45\x9b\x15\x17\xfd\x32\x79\x23\x5a\x31\x58\x03\x41\xc6\x6b\x7e\x5d\x1c\x26\x1b\x87\xbc\xba\x20\xed\x2c\x84\xd3\xa2\xb3\x83\x98\xdc\x56\x30\x99\xe0\x04\x6e\xa5\x89\x60\xc5\x97\xeb\x67\xa2\x9a\x56\x10\x76\x94\x37\x0a\x8e\x8f\x21\x46\x86\x78\x83\x08\x50\x10\x6f\xfa\x14\x32\xf8\x3d\x96\x06\xab\x12\x97\x3d\x18\xaf\x7b\xf0\x1d\xbc\xff\x9a\x00\xa7\x95\xee\xb2\x9d\x6e\x8f\xfd\x62\xf4\xee\xe8\x76\xc5\x75\x6e\x77\x62\x44\x86\x5a\x9e\xa3\xd4\x00\xcf\x19\x34\xa5\xd7\xa1\x8b\x9c\x15\x61\x3b\xe9\xee\x0a\xa6\x93\x25\x2e\x0e\xa2\x8c\x3d\xea\xc3\xdb\xf6\xac\xd4\x60\xcf\x9f\x03\xc8\x7e\x84\x0d\x21\x1c\x44\xc4\x34\xae\x46\xa6\x42\x12\xfc\x56\x46\x24\x8b\xb1\x2f\xaf\xc2\xb0\x06\x6c\x27\x45\x82\x30\xa5\x0e\x6e\xde\x24\x2d\x09\xf2\x76\x31\x3d\x98\x94\xdb\xf4\xc0\x49\x7d\xbc\x70\xe5\xba\x0a\x4d\x03\x38\x65\x71\xdc\xad\xac\x0a\x12\xdc\xa7\x2c\x4b\x3c\x58\xce\x5d\x54\xe3\x52\xcf\x12\xbb\x88\x82\xe8\xd3\xfd\x43\x56\x99\xce\xf0\x03\xf2\x7b\x10\xb8\x43\x96\x54\xe0\x4b\x08\x2b\xc2\xe4\x03\xc6\x7b\xea\x3f\x8e\xcd\x78\x1f\xe2\xa4\x24\x19\x64\xf7\x52\x21\x36\x69\xe3\x92\x0d\x16\x93\x7b\x11\x7a\xdd\x0a\xa6\x0e\xfd\x38\xe5\xc3\x0e\xc3\x9a\x8b\x41\x14\xb2\x32\x6e\x70\x56\x6d\xcf\xde\xda\xd4\xe6\x5f\xbc\xb4\x21\xe5\x3d\x63\x7e\xb4\xd6\x93\xf2\x7d\x3c\x72\x2b\x67\xff\x99\x64\xa9\x95\x33\x90\xd2\x17\x69\xb1\xa4\xf0\x8c\xf9\xb3\xe0\x53\xde\xe4\x0f\x8a\x45\xae\x92\x8b\x52\x43\x4f\x52\x31\x67\x98\xcc\xb4\x68\x2f\x19\x3e\x43\xda\xa4\x66\xd7\xfc\x99\xd6\xa9\x95\xcb\xf4\x25\x0c\xa1\x21\x04\x4d\x93\x9b\xa6\x65\x22\xfb\x72\xd3\x34\x0f\x0f\x07\x76\x90\xea\xfe\x93\xb2\x59\xe3\x7a\x09\xd9\x07\x13\x3c\x57\x50\xb3\x31\x01\x26\x6c\x1e\xba\x1c\x0a\x91\xa0\xb1\x6b\x04\x5b\xe8\x7d\x2b\xb7\x02\x26\x23\xdf\xfa\x23\x5d\xe9\x96\x6a\x4a\x15\x93\xb6\x20\x33\xd5\x58\xcb\x2d\x82\x56\x5b\x43\xe8\x6d\x4d\xf8\xe7\x92\xd1\x17\x44\x19\x95\xed\x82\x24\x33\xdc\xfe\xa7\xfc\xcc\x65\xd5\xca\x13\x77\x38\x79\xf6\x9e\xa5\x7f\x57\x19\x1a\xfe\xa0\x34\x2c\x0f\x7f\x60\x06\x6e\xf9\x43\xb4\xbc\xe0\x40\x90\x59\x1e\x3f\xc2\x45\xbb\x38\x82\x4c\x53\x85\x0c\x16\x94\x58\x34\x8e\x99\x40\x6d\x1c\x33\xba\x07\xb8\xa3\x94\xb9\x46\xdf\xca\x6b\xed\x0f\x9f\xf1\xb4\x4a\xe2\xb0\xa5\x04\x9f\x8d\xfb\xa9\xee\xc3\x6b\x24\xe4\xf0\x17\xd6\x10\x3d\x21\x6d\x78\xaa\x5e\xca\x65\xc8\xbe\x5f\x98\x3c\xd8\x47\x0a\xed\xf0\x49\x56\x63\x3e\x35\x7f\x54\x7d\x32\x4c\xb5\xe2\x92\x71\x39\xdc\xa0\xca\x5c\xe0\x6f\x95\xc4\x00\x5c\x02\x6a\x95\xc4\x67\x84\x14\xb7\x7a\x44\xea\x46\x9e\x09\x1e\x3f\x1c\x00\x63\x3d\x93\xab\xc4\x6e\x10\x90\xde\x2a\xc1\x9f\xcb\x49\x10\xfc\xa9\x9f\xbb\x2a\xe4\x80\x85\x35\x99\xdf\x04\xaa\x5e\x93\xc2\x56\xf6\x17\xa5\x49\x8c\x2d\x15\x17\x8c\x82\x7a\x4d\x40\x1e\x08\xd7\x64\x06\x3f\x18\x4f\x4d\x5e\x7a\x65\x6d\x99\xdc\x82\x88\x0c\x35\x4b\x87\x38\x0e\x35\x07\x8c\x99\x2d\x17\x3a\x94\xa8\x6b\x04\x4f\x0c\x9b\xab\xb0\x81\x95\x95\xe8\x89\x9f\xcf\x9e\xe4\x6c\x13\x6e\x34\x77\xfb\x05\x07\xaa\xad\x3d\x42\xa0\x6b\x35\x8e\x54\xa1\xac\xe2\xd9\x29\xca\x19\x95\x70\xd1\x98\x49\x24\x1a\xb3\xc5\x82\x0a\x02\xb7\x2d\x8b\x14\xcd\x58\x15\x8f\x8d\xbe\xb1\x5a\x04\x82\xfd\x00\xf3\x6a\x5b\xd0\x4f\x4d\xa2\x2a\x89\xb8\x3c\x6f\x77\x40\x8e\x6a\x8d\x2b\xd6\x8c\x50\x95\xb4\xbf\xb7\xdf\x55\x1c\x3d\x5d\x3c\xaa\x9e\x23\x81\xbd\x85\x93\xc2\x55\x8a\x56\xf5\xf4\xc4\x38\xe6\x96\xb1\xc1\x25\x18\x6c\x60\x0c\x52\xb4\x10\x72\x4e\x26\x20\xc7\x0f\x48\x2a\x01\x45\xac\x31\xc6\xad\xb7\xda\xa4\x19\xd0\xb4\xda\xa0\x19\x7e\xd5\x15\xb1\x1c\x31\x8c\x23\x58\x7f\x6a\x58\x44\x60\xed\xb5\xc7\xe4\x19\x12\x07\x4b\xec\x42\x57\xa6\x71\x7b\x3a\xfa\x84\xe7\xa9\x07\xcf\xf1\x45\xc3\x89\x98\x49\x78\x67\x71\xc2\xd8\x47\x48\x75\xde\x2a\xf7\x3d\xa4\x40\x75\x68\x22\x1d\xbe\xc0\xfb\xa2\x31\x18\xe0\x70\xca\x0f\x02\x54\xc9\xc0\x99\x8f\x88\xb3\xe6\xd9\x93\xc6\x22\x94\x0b\xa6\x28\x3e\x9d\x05\x03\x18\x66\xa1\x51\xa9\x86\x94\xe0\x01\xd9\x52\x02\xb6\x8b\xfd\x2c\x8b\x43\xe0\xa8\xd3\x79\xd8\xc2\xeb\x12\x87\x3f\x04\x40\x58\x1e\x91\x9e\x92\xf0\xca\x45\x12\x23\x36\x2a\xee\x16\xa3\x5b\x6a\x5c\x24\x81\x21\x57\x2e\x92\x14\xcf\xdd\x74\x9b\xf8\x3b\xd9\x48\x55\xce\xb9\x45\xb9\x47\x60\x4d\x58\x5a\xb4\x96\xd6\x15\xc1\x05\x7e\xe5\xf6\x79\x0e\xb0\x93\xc8\xb9\xaa\x51\x97\xda\x9e\xea\x47\x06\x2a\x2e\x84\x9b\x05\xb3\x44\xc5\xcd\xa2\x74\x55\xf1\xac\x48\x57\xab\x82\x88\x83\x47\x7a\x01\xb7\xef\x33\x44\x57\x16\xfe\x81\x4f\x48\xd4\x48\xfd\x42\xa9\x9f\x56\x43\x2c\xc9\x36\x67\xcf\x84\xc2\x87\x93\x1a\x93\x0a\x88\xd8\xc2\x7c\x06\xee\xf2\x96\x51\xaa\xa6\x8f\x7a\x06\x95\xa0\xc9\x09\xc5\x96\x58\x9a\x7c\x54\xa2\x1b\x02\x86\xc8\x76\x32\x29\x77\x26\x6e\xa3\x60\xbc\xa8\xa7\x32\xa6\x50\x44\xd8\x58\xfa\x8b\x48\xd4\xf0\xf3\xd4\x9d\xa6\x37\x62\x3f\x4e\xf6\x49\x9a\x71\xea\xe4\x84\xe5\x57\x24\x92\x64\xe3\x2d\x90\x14\x12\xd5\xb6\x4a\x78\x88\x1c\xb5\x7a\x65\x25\x90\xf5\x12\xc3\x6c\x10\x7b\x66\x0b\xb0\x5b\x34\xbc\x04\x27\x43\x23\xb5\x24\x91\xf8\x92\xe2\x47\xeb\x00\x1b\xab\x30\xe9\x94\x02\x7b\xbd\x6d\xce\x0f\x8f\xda\xa0\x7d\x29\x24\x88\x17\x0f\x33\x74\x6c\x2c\x16\x55\xd2\xfc\x60\x68\x91\xff\x3d\x6e\x5f\xf9\x56\xca\xab\x8f\x27\xde\x83\x2a\xe7\x17\xd6\x72\x7e\xf7\xf6\x31\xad\xa0\xc7\xcb\x7b\x22\x81\xe3\x2f\xe1\x89\xe2\x4c\xf8\x4e\x3c\x6b\x61\xcc\x10\xb3\xe4\xdf\x02\xfe\x95\x5a\x16\x9b\x3b\xa0\xcf\x92\x3e\xd1\x8c\x88\x4d\x92\x80\xb5\x66\x4d\x15\xa8\x55\xd3\xc7\xa1\x6a\xd6\xcc\xbb\x0f\x24\x1a\x86\x0a\x72\x4c\x34\xaf\x22\x2f\xd5\xb4\x06\xcb\x1f\x62\x53\x3b\xd4\x6c\xa7\x7d\x71\x6e\x39\xcf\x4d\x26\xce\x26\x36\x9c\x19\x1e\xc8\x96\x62\xbc\xc6\x0b\xd9\x87\x38\x38\x2d\x7b\x8a\x8a\x2f\x01\xee\xc1\x8b\x04\x15\x6f\x41\x93\x77\x62\xf8\x69\x5c\xc7\x20\x19\x65\x6b\x04\x48\x54\x18\x6f\x2b\x4a\x31\x20\x69\x53\xbd\x5f\xfe\xa0\x9c\x84\xc9\xab\x11\x85\xb8\x02\x0c\xea\xfa\x68\xb1\x0d\x67\x83\xd8\xd4\x8a\x0a\xea\xf0\x87\xd8\x5a\x7f\x51\x1c\x1f\xbe\x6c\x50\x93\x71\xa5\x35\x39\xa9\x10\xa9\xb1\xb5\xbe\x10\x28\x87\x19\xa8\xa9\xc7\x63\x37\x68\xdc\xba\x20\x95\x5a\x6b\xde\x93\x14\xe1\x5b\x95\xa2\x0e\x5b\x2b\x21\xbb\x72\xe2\x1f\x62\x1d\x35\x26\x02\x78\xaa\xb7\x10\x01\x3b\x85\xbb\x3a\x91\xdb\xad\x35\x89\x06\x12\x56\x23\x5c\x91\x02\x52\xad\xe9\x95\x50\x2d\x6a\xcd\x7e\x33\xcf\xa0\x12\xaa\x1a\xd9\xeb\x47\x17\x49\xe2\x2a\x84\x1f\x75\xeb\x35\xa2\x23\x91\x8e\xe5\xe7\x3e\x79\x2d\x42\x1a\xd7\xba\xa0\x46\x04\x69\x30\x2c\xdd\xb3\x8d\x1c\x8f\x4a\xf7\x6d\xe8\x89\x1e\xfe\x40\xb2\x59\x18\x4b\xf3\x9a\x82\xb6\xde\x06\xf7\xd2\x5c\xdd\xa8\x36\xd5\x8d\x49\x6b\xe1\x02\x70\xd3\x37\x2b\xab\x9a\x3a\x1a\x79\x1e\x87\x0b\x9f\x18\xbb\x93\xdf\x0c\xbe\x61\x82\x53\x1b\x30\x9a\x2c\xe9\xf6\xd3\x72\xe6\x5c\x88\xd4\xc0\x4a\xba\xfd\x72\x1c\x4e\x43\xbc\x77\x33\xa7\x0a\x24\xc2\x53\x33\x09\x8c\x94\xb3\x79\x0d\x52\xcd\xae\x79\xe3\x40\xb3\x71\x0b\x9d\x1a\x49\xac\x79\xf9\x51\x5b\x6f\xe3\x9a\x81\xc6\x84\xc6\xe5\x47\xcd\xfc\x0d\x9d\xda\x40\x82\xb6\xa2\x28\x1f\xcf\x50\x3f\xd7\xbd\x04\x1b\x00\x59\xb2\x0c\xbe\xff\xc4\xd0\x74\xfa\x89\xa1\x99\x07\xcc\x6b\x8a\xa0\xf0\x2e\xf9\x55\xdb\xbc\xab\xca\x38\xa9\x04\x90\xc7\xf8\xd6\xa4\x67\x95\x00\x3d\xf2\x8d\xec\x8b\x86\xf4\xb4\x4f\x98\x00\x1c\xc5\x39\xf2\xec\x3d\x7b\x41\x7d\x06\xac\x58\x88\xf5\x03\xe0\xaf\xed\x94\x58\x4a\x3f\x2e\x65\x00\x4f\xa7\xe1\x86\xfa\xa6\x1b\xfc\x84\x62\x86\x8d\x24\x3f\x35\xf6\xf9\x0a\xe4\xf3\x07\x36\xdd\x01\x2f\x09\xd9\xf4\xc5\x83\xee\xb1\xbd\x3c\xe8\x62\x9c\x85\x1f\x0c\x66\x6a\x61\xd3\x77\x0f\xef\x40\x39\xda\xdc\x31\x17\x5f\x98\x0b\xca\x09\x39\x86\x6a\x50\xde\x5b\x16\x5b\xed\x0b\xe4\x4f\x36\x10\xf9\xc5\x80\xd0\x73\x3d\xea\xe8\xb9\x54\x56\x6c\xed\x71\x40\x17\xcf\x6d\x46\xcd\xbf\x54\x32\xa8\x3a\x7c\xdb\x13\xcb\xf2\x45\xe6\x20\x19\x7f\x64\x8d\x92\xa9\x30\xad\x23\x33\xb5\x57\x18\x49\x4a\xb9\x78\x58\xb3\x3f\x48\xf9\xdd\x08\x42\xfc\x48\x8d\xd2\x1a\x8c\x86\x04\x4d\xad\xe1\x57\xaf\x12\x9d\xd7\xc3\x0a\x75\xe8\xc1\x5c\x10\x61\x28\x8c\x90\x17\x52\x4b\x3f\x24\x73\xf1\x55\x1c\xbe\xce\x0b\x7e\x7c\x00\xd4\xbd\x0e\x40\x1a\x91\xd6\xbd\x36\xa8\xb8\x6f\xbe\x89\x21\xfd\x24\x21\x53\xd5\x45\xd4\x89\xde\x53\x04\xea\x49\x9b\x28\x03\x12\xb7\x2f\x3f\xe9\x5a\xbb\xb5\xc7\x77\x32\x5f\x93\x00\xa4\x75\xf2\x27\x34\x21\xd7\x43\xad\x83\xc6\xf6\x6c\xfa\x78\x26\x92\x03\xa4\x7e\xc5\xee\xd8\x6f\x89\x49\xf1\x15\xfc\xc8\x78\x9b\xbe\xf9\x51\x25\xe3\x4f\xeb\xde\x0e\xd4\xe6\xdf\x49\x31\xad\x8b\xad\xeb\x13\x57\x9f\xe8\xa8\x7b\x35\x5a\xab\x6c\x42\x04\x3a\x7c\x8a\x14\x25\xad\x17\x2d\x6e\xdd\xe6\xde\x3b\x4a\x36\xd7\x12\xbd\x9c\x96\xa8\x15\x23\x9a\xe9\x9f\x63\xd9\x6b\x4c\x98\xcf\xaa\x07\x0b\x7a\x4f\x29\x8a\x30\xb4\x74\xd8\x53\xd2\x9d\xd0\x83\x3f\xc5\x57\xcb\xce\xfc\xe5\xf4\x85\x39\x93\x1a\x7a\x44\x7b\x37\xae\xfb\x83\xa8\x62\xf3\x98\x0b\x70\x21\x9a\x9e\x32\x8f\xad\x6f\xf6\x34\x8c\x00\xec\x4d\x62\x15\x2f\xe6\xea\x67\x25\x4d\xf1\x58\xb0\x18\x61\x17\xcb\xea\x42\x95\xaf\xd4\xe5\xe4\x36\xdd\xea\x8d\xc3\x16\x31\x77\x90\x00\x57\xb7\xde\x04\x4a\x5e\x54\x92\xa4\x34\x2a\x5e\x54\x72\x97\xb4\x6e\xaa\xa6\xbd\xd8\x6f\xa8\x20\x25\x30\x52\x50\xf0\x4e\x96\xe4\x06\x8d\xe9\xf8\xb8\x93\x3e\x88\x6e\x49\x46\x29\x6c\x27\x66\x4e\xd2\xd7\xc9\x87\x1c\x33\x96\xdb\xc1\x58\xfa\x34\x08\xcb\x6e\x67\x60\x8b\x5f\x81\x2d\x70\xd7\x6e\xf5\x07\xd8\x4a\x37\x3c\x3e\x00\x2c\x27\x83\x13\x75\x35\x32\x5d\x1b\x1d\xbf\xf6\xf8\x39\x20\xf8\xec\x44\xf0\x4a\x6b\xf3\xe9\x68\x58\xc1\xa9\xc9\x66\x36\x7a\xf3\x07\x6b\x75\x8b\x77\x2b\x60\x64\x73\xe9\xa6\x0b\xd4\x47\xad\x0a\x49\x61\x90\x1a\x73\x24\x39\xb0\x9e\xb8\x8e\x86\xa5\x20\xd4\x3f\x52\xa4\xee\xcb\x70\xbe\x6c\xc4\x27\x56\xe5\x2f\xcb\x41\x58\xd6\x27\x96\xc5\x24\x65\x33\xa2\xa0\xc9\x96\xe4\x6c\xdd\x7b\x72\x32\xc9\x7e\xea\x42\x88\x5f\x5c\x30\xcd\x4f\x61\xca\x88\x5e\x9a\x53\xef\xec\x28\x46\x15\x1a\x4a\xb5\x92\x9c\x74\xc7\xf4\x8b\x55\x09\x15\xbc\xd3\x15\xda\xda\x51\x80\x48\x7b\xde\x3a\x06\x59\x32\x79\xb7\x7e\x45\x52\x39\x86\x40\xcf\xa9\x12\xca\x4b\xd4\x4c\xf6\x44\x31\x96\x61\x6b\xd7\x27\xb0\xcc\x8e\xa5\x36\xdb\xaf\x00\x3c\x53\xbf\x4c\xd4\x0f\x7c\xae\x80\x3b\x3f\xdc\x87\xed\x99\xd6\xed\x14\x59\xd3\xed\xb4\xe8\x0a\xb7\x73\x95\xba\xa1\x3e\x69\x63\xeb\xb7\xd4\xc6\x99\xdc\xd8\x3b\x44\x0d\xee\xea\x1b\x33\xd0\xf5\x41\xeb\x3d\xea\xf0\xb4\xe0\xc2\xdd\xc2\x10\xd2\xdc\xdb\x04\x78\x82\xed\xb1\x4a\x0c\x73\xd2\x0b\xad\x8e\xd3\xe1\x6f\x4b\x6c\x78\x34\x3f\x26\x5f\x44\x00\xc1\xf0\xc8\x51\x87\xed\x25\x35\x28\x9b\x1d\x7d\xab\x4a\x4f\xb1\xae\x1e\xc2\x2a\x18\x9f\xc4\x1c\x9f\xb2\xa1\xd0\x9d\x54\x68\x06\xb7\x76\x59\x9d\xa4\xf5\x35\x0a\x84\xa9\xbf\x14\xab\x71\xf7\x5f\xce\x0a\x94\x69\x1c\x6c\x3e\x34\x6e\x1c\x5c\xc5\x2a\x3e\x83\x52\x1c\xd3\x61\xf4\xba\x6a\xc9\xc0\xf5\x5b\x41\xef\x71\x38\x98\x7f\x8f\xf3\x34\x78\x81\x16\x75\x9f\xdd\xef\x61\x0b\xb8\x2f\xeb\x19\x91\x88\x69\x6f\xd8\x48\x49\xf8\xfb\x02\x11\x87\xf4\x50\x30\xa7\xd6\xf8\xc8\xb3\x8c\xe0\x31\x64\x98\x00\x60\x10\xe1\x5e\xd9\xe1\xc1\xe5\x78\x52\x19\xb6\x91\x02\xac\xeb\x3b\xd2\x37\xfe\x5e\x17\xa2\x8d\x2c\xb6\x81\x3d\x03\x07\x6f\x59\x9c\x88\x61\x48\x9a\xbe\xa9\x91\x8d\xd6\x71\xca\xd9\xd9\x00\x2e\x14\x42\xaf\xf3\x8c\xac\x92\x02\x20\xcc\xa0\x23\x2e\x8c\xfc\xb1\x2b\x5b\x08\xa2\xe9\x88\x24\x84\x4a\x8e\xa1\xe0\x33\x7d\x91\x3c\x3b\x2f\x5c\xc4\x46\xfb\x0c\x22\xde\xf5\xf1\x52\x46\x68\xf7\xcb\xe8\x68\x74\x24\xfa\x6d\xa3\xc6\xdc\x79\x0e\x65\x8d\x67\x8a\x0c\x4c\xbf\xbf\x1c\x01\xe0\x55\x8f\xa6\xc3\xc9\xfe\x86\x2d\x40\x1f\x27\xeb\x15\x79\x18\xf1\x50\x53\x13\xf2\x2d\x46\x63\xad\x4d\x73\x92\xcf\x9e\x6b\xe4\xd0\xd1\x39\xca\xf1\x1c\x2d\xe8\x0a\xb3\xe6\xe1\xae\x53\x16\x2a\xf0\xaa\x2b\x8a\xf9\x77\x69\x2b\x2c\x79\x74\x8f\x16\xb2\xdf\xc0\x57\x5a\x05\x5a\xd7\xb6\xef\xdf\x3d\x72\xae\x35\xfc\xa6\x68\x16\xc3\x8b\xed\x25\x3a\xf6\x94\x0b\x05\x3c\xa7\x21\x23\x0e\xaf\x92\xe9\xdd\x1e\x04\x7b\x75\x6f\xef\x0c\xef\xb0\x7b\x2b\x71\x0c\x8d\x00\x48\xbb\x83\xe0\xf1\xa1\xf0\x39\x86\xa1\x08\x1c\xc9\x61\xf4\xb8\x9e\x20\xea\x3a\xd5\xea\xd4\x66\x0c\xc3\x04\xa8\x02\xd0\x11\x10\xc6\x54\x54\x47\xd6\x1f\xc4\x7e\xd5\xe9\x47\xae\x98\xb5\x10\x25\x2e\x63\x18\x33\x36\x94\x6e\x09\xee\xae\xce\x6a\xc9\x93\x91\xc7\xc6\x92\xbd\x23\x2e\x8c\xe5\x61\x47\x96\x1c\x2b\x96\x65\x7b\x53\x86\xba\xfa\x15\x3d\x33\xa4\x06\x4a\x9d\x4c\x43\x26\xe9\x1c\x3f\xb1\x12\xc6\xf4\xaa\x98\x67\xc4\x52\x48\x8e\x88\xad\x92\xa4\xd3\x6d\x04\xc3\x44\xa2\x19\xc1\x30\x85\xc3\xc7\xa9\x54\x3f\x43\x26\x40\xcf\x18\x1f\x2d\xa5\x76\xe5\x79\xb1\x2f\x3c\xa2\x24\xa8\x6b\xe3\x74\xed\x74\x4b\x90\x77\xa8\x03\x43\xe7\xa4\xfe\x83\x21\x27\x94\xf0\xc8\xf1\x10\xd4\x07\x89\x69\xc8\x7b\xd7\xc6\x56\xc4\x66\x9c\x0a\x92\xdd\x06\x05\xc0\x05\x39\x04\x8e\x6a\x98\x92\xdc\xb8\xcc\xba\x05\x08\x2f\xed\xd9\x22\xb3\xba\x16\x9c\x65\xdc\x8a\x45\xae\xe8\x76\x38\xba\x35\x87\xa7\x82\xf3\xd8\x5c\xaa\xc8\xb5\xc7\x1d\x13\x67\xb2\x30\xa9\xa1\x20\x38\xe0\x52\xc6\xfe\x8d\xcd\xa4\x4a\xfb\x36\x5b\x69\x1b\x8f\x3b\x85\xd8\x31\x88\x9d\x6a\xe2\x9c\xe5\x8f\x8c\x26\x8a\xcc\x75\x8a\xc1\xe3\x11\x53\x04\xf0\x13\xdb\x03\xbc\x1e\x19\xa8\xc7\xc9\xcc\x32\x4a\x79\xa4\x76\xcd\xcd\x1d\xc5\xc7\xa7\x1d\x6a\xbc\x6e\xb5\xab\x79\x29\x21\xe2\x54\x5e\xcb\x13\xdb\xd8\xa3\xe4\x18\xde\xf7\x76\xc5\xe6\x88\x55\xe2\x1b\x5a\x0f\x4b\xbc\x48\x33\x39\x63\x64\x8f\x2d\x83\xed\x9a\xc6\x3f\x01\xca\x49\x18\xb5\xd9\x0b\xda\x3c\x2c\x3e\x13\x2f\xe6\xd6\xf3\x2b\xae\x8d\xc0\x35\xa7\x99\x64\x74\xa8\xcc\x43\xb1\xa7\xf8\x8b\x98\x39\x79\x26\x11\x02\x5a\xc6\x34\x4a\x4a\x8f\xde\x0c\x95\x10\xe4\x9a\x9b\xab\x65\xaf\x6f\x4e\xca\x1c\x19\x93\x3d\x8d\x61\x52\xa3\x9c\xf8\x03\xa9\xce\xd8\xa6\xb9\x4a\x15\x37\x67\xf2\xe8\x21\xa5\xcd\x2c\xb1\x02\x59\x26\x77\xb5\xc8\xb9\xd5\x26\xe1\xd3\xa4\xf2\x6a\xd3\x90\x69\x95\xd3\x99\x45\xaf\xea\x2f\x1a\x6a\xfc\x41\xf4\x42\x60\x20\xd3\xee\x90\xbb\x4d\xab\x0c\x40\x76\x66\x21\x63\x95\xdf\x10\x9a\x14\xfa\xc7\xe4\x3e\x97\x76\xf4\x59\xac\x20\xc3\xc2\x8b\x2c\x50\x28\x18\x0f\xed\x64\x71\xf5\x19\x7c\x37\x83\x85\x09\x91\x0a\x02\xc3\x60\x66\x25\x36\xd3\x15\x55\x7b\x72\xdd\xd5\xe4\x38\x0c\x57\x05\xba\x0d\x3c\x87\x4e\x30\xd4\xb9\x65\x73\xd9\x90\x4d\x9a\x0c\x1f\xe9\x76\x6e\x2e\x96\x87\x33\xe4\xc2\x95\xd1\x8b\x73\xeb\x73\xc5\x8b\x73\xb3\x49\x30\x11\x99\x27\xb1\x43\x22\xe2\x6c\x5c\x21\xea\xf6\x4a\xe4\x95\xb3\x25\x74\xc8\x48\xd2\xa9\x63\x2f\xfe\x1e\xd3\x60\xb6\x14\x33\x1d\x4e\x96\xcb\x56\xe4\x2e\x69\xb3\xc7\x09\xa4\xb5\x41\x41\x4a\xe8\xd3\xac\x6c\x7a\x5a\x66\xf7\x22\x01\x73\xe2\x12\x15\x99\x1e\xda\x0c\x46\x27\x4a\xe2\xc9\xa3\xa4\x6a\x9b\xc3\x31\x68\x80\x86\xa7\xb6\x37\x47\xf4\xca\xe0\x03\x8c\x4c\xfe\x20\xcd\x2f\xfe\x40\x38\xc5\xf2\x87\x58\x06\x33\x9c\x81\x84\xac\x69\x5a\x15\x0e\x52\x32\xbd\x09\xe5\x79\xe0\x6a\xb4\x46\xc1\x39\xd5\x85\x9c\xae\x29\x55\x74\xf3\x4d\x53\x06\xab\x5e\xcc\x65\xa6\x00\xbe\x5a\x9e\x52\x24\xff\xb9\x54\xf4\xbb\xbf\x10\x1b\x9f\x6c\x31\x1d\xfd\x5b\xd5\x77\x2e\x2e\xaf\x43\x7e\x66\x28\x83\xce\x80\xc2\x09\xca\x02\x13\xc3\xa4\x94\x7c\x7e\x62\x4c\xa0\xf7\xb1\x52\x19\x0d\x3e\x41\x0d\x98\x99\x77\xa0\x95\xe5\xa7\x79\x51\x3c\x14\x28\x79\x94\xd9\x6a\xd3\x3b\xd0\xca\xec\xd3\xd0\x1d\xc4\x8d\xb9\x99\x56\x69\x1e\x35\x3c\x61\x4d\x10\x9d\xee\x89\xdf\x7c\x78\x06\xd8\xa7\x03\x30\x0d\xee\x2b\x2d\xc3\x21\x27\xea\xde\x21\x19\xc3\xc5\xd5\x9d\xab\x21\x37\x7a\x44\xa6\x3e\x2e\xd5\x82\x69\x34\xb2\xce\xc4\x89\x51\xb2\x21\x5b\xcd\x8b\x4b\x38\xd2\x0b\x53\xa4\xe8\x56\x98\x16\xf0\x13\x93\x09\xc1\x89\x49\x85\x86\x27\xa0\x30\x49\x86\xc1\x62\x1a\x73\x2c\x63\x98\x68\x75\xcd\x75\xdf\xc6\x4b\x38\x20\x2a\x5e\x73\x03\xee\x08\xe6\x00\x52\x5c\x58\x8a\x2d\xbb\x63\x37\x00\x3a\x8a\x60\x43\xe6\x99\xb7\x60\x63\x26\x37\x60\x43\x62\x99\x86\xed\xd4\x68\x7d\xf1\x83\x93\x92\xee\x75\x5f\xd8\xa5\x64\xaf\x6c\x3e\x02\xde\x7c\x74\x50\x38\xa9\xe0\x9c\x42\x57\x43\xa7\x2a\xd1\xc4\xb8\x49\x49\xc9\x36\x1f\x61\x48\x57\x5e\x7e\x96\x8f\xcd\xe7\xfc\x59\x85\xae\x4d\x62\x6f\x62\xc3\x49\xa5\xe2\x0d\x8a\xf9\x38\x36\x93\x45\x23\xec\x1e\xce\xd7\x2b\xad\xcc\x09\xff\x5b\x90\xa4\x97\xe2\x43\xee\x24\x0a\x61\x93\xca\xe2\x7d\x93\xfb\x2e\x4a\x0d\x36\xd0\x74\x1d\x04\x8f\xb3\x5f\xeb\xf0\x9b\xc5\x33\x51\xda\x40\x72\x1d\x1e\x7e\xd8\xea\x3a\xdc\x54\xd6\xbc\xd0\xe3\xe4\x40\x8b\x38\x5f\xd2\xf6\xb6\x95\x3c\xa3\xa8\x68\x6b\x73\x39\x0b\xec\xb5\x95\x22\xff\x2d\xcf\xf8\xaf\x92\x7f\x5f\x04\x62\x75\x9e\x3f\x64\xe1\x63\x4a\x98\x3a\x29\x54\xd5\x16\x45\xfe\x48\x7a\xd3\x96\x49\x49\xb4\x6e\x2e\xe3\x77\x0d\xbf\x5d\x39\xf6\x84\x99\x67\x6a\x81\xa2\x7f\x2e\x94\xb6\x25\x95\x5c\x39\xd0\xc9\xaf\xd8\xa0\x6a\xf3\xf1\xb3\x02\x60\x5b\x6a\x70\x25\x9a\x2f\xe8\x2a\xa3\x67\x67\xc8\xcc\xc9\x31\x22\x06\x2d\x74\x36\x6d\x39\x2b\x54\x36\x58\xf5\x32\xaa\x57\xa7\xee\x2a\x86\x4a\xd1\x1a\x33\x6b\x8b\x8f\x94\x45\xe2\x07\x34\x49\x4c\x04\x0b\x03\x6a\x13\x20\x56\xe9\x4b\x6e\x58\x89\xbd\x60\x49\x05\x8c\xad\xdf\xca\x7b\x2b\x98\x2c\x4a\xd2\xaa\x0e\x0a\xf9\x5f\x5c\x81\x56\x41\x5b\x35\x6a\x01\x30\x35\xb4\xc6\x16\x2d\xb0\xfb\x35\xff\x0e\xf6\x34\x1b\x33\x7e\x3c\x53\x39\xc9\x3d\xc0\x4a\xda\xe0\x6d\x0b\x3d\x51\xbd\x69\x85\x9e\x08\xca\xaf\x46\xe8\x26\x07\x74\xc1\x6e\x87\x90\x26\x2f\x89\x1e\xdd\x25\xb7\x85\xe4\x2c\x72\xa0\x52\x87\xb0\x2d\x72\xa0\x2e\x4d\x94\x8b\xb4\x24\xad\xd9\xa9\x38\x6c\x03\x62\xf2\x38\x84\x4b\x36\xac\x43\x64\x59\x2d\x4f\x4d\x79\x75\xe7\xca\x34\x0c\xdb\x55\x3e\x5a\x32\x65\x98\xd1\xea\xce\xd5\x06\x64\x7a\x43\x4c\x58\x1d\xe2\xd3\xfc\x5e\x9f\xbc\xdf\x70\x0c\x9b\xcf\x86\xde\xd9\x8f\x52\xde\xf4\x05\x42\x04\x53\x5b\x5d\x19\x5a\xfc\xa2\xf6\x5d\x13\x21\x7b\xec\x1c\xf3\x1b\x01\x3f\x7e\x21\x82\x57\x39\x74\x61\xbe\xf5\xde\xf0\x22\x6f\x49\x83\x09\xad\x11\x70\xb2\x75\x0c\xce\x18\x43\x61\xc9\xad\xc0\xa7\xe9\x65\xd2\x35\x21\xcd\xb0\xa7\x35\x11\x9b\x1d\x6e\xb3\xf3\x22\x09\x5d\xc6\xe6\x0a\xfd\xc9\x7d\xcc\xe5\xf7\x5a\xf7\x25\x21\xc1\xda\xd1\xc2\x16\x17\x91\x9a\x14\xc4\x00\x5e\x5d\x16\x6b\x05\xf5\x67\x86\x5c\x45\xea\x92\x87\x50\x53\xed\x98\x62\x71\x71\x44\x55\x59\xb5\x0a\xaf\xe5\x2d\x13\x3f\xa2\xea\x26\xc4\x78\x2d\xc6\xc3\x10\xb0\x96\xdb\xed\xde\x73\xdb\xc8\x8b\x60\x94\x69\x98\x6a\xb8\xeb\xa3\x5c\x0e\x38\x42\x2d\x45\xda\x59\x70\x7b\x2f\x51\x2e\x6f\x24\x4b\xef\x3e\x92\xa3\x65\x0b\x85\x74\xf7\xf5\x13\xb4\x89\x65\x78\xdd\x48\x6f\xcb\x22\xe5\x49\x83\x01\xaf\x33\x68\x13\xe0\x39\x63\x44\xda\x9f\x06\x74\xb0\xa6\x93\x00\xa5\x78\x36\xdb\xa8\xad\x63\xfb\x7c\x79\x28\x43\xca\xb4\x74\x3c\x2a\x1d\x2f\x8b\x2b\x4c\x8f\x43\x30\xf9\xe5\x4b\x67\x26\x3e\xab\x8d\x09\x5d\xa2\x57\xbc\x0f\xb0\xae\x60\x9b\x4c\xf1\x92\x73\x31\xc3\xe0\xf2\x62\x12\x8c\x3d\xf9\x51\x5c\x38\xa6\xf5\xad\x8a\xe0\xb4\x48\x6b\xe2\x85\x9e\x05\x5f\xf7\x52\xfc\x92\x19\x77\xff\xee\x19\x90\x6c\x84\x8e\x2b\xf6\x78\xad\x38\xce\x1c\x81\xb0\xb9\x7e\x57\xa0\xa8\x2d\xd4\x57\x05\x38\x93\xa3\x0f\xcd\x0e\xeb\xf1\x84\x30\x7b\xae\x13\x0f\x77\xf1\x21\xa0\x57\x8c\xc3\x23\x59\x96\xd0\x7a\x9c\x4c\xfc\xe2\x89\x44\xc2\x5e\x6f\xd4\x41\xe6\x17\x6f\x14\xeb\xeb\x59\x5e\xf7\xd1\xd7\xb3\x70\x5c\x6a\x8e\x5b\xde\x0d\xd6\x1d\xb5\x74\x5c\x6a\xeb\x5e\x16\x6e\x47\x4a\x5e\x38\x28\xbd\x26\xf0\x39\x0e\x5b\x64\x5e\x28\x4b\x04\xfd\xff\x10\xfa\xaa\xbd\xf1\x13\xa1\xaf\xcd\x1f\xa0\x3f\xc3\x1f\x64\xe5\x10\xb2\x4f\xb0\xf2\xe5\xcb\x63\xbf\x7b\xc0\x0f\xc9\xc7\xc8\xa9\xda\x3e\xe6\x2f\xd5\xd7\xf2\x49\x81\x44\x93\x97\x80\x63\xe7\x05\x41\x78\xfa\x15\x44\x78\xf8\xd1\x69\x48\x68\xe2\x85\x1d\x1e\x36\x88\x01\x1d\x04\x31\xc7\x85\x60\x84\x95\x61\x7c\xc2\xd2\x0a\x45\xfe\xe4\x80\xa2\x2f\x70\x06\x10\xe7\x13\xaa\x2c\xfb\xf3\x91\x6b\xeb\x2b\x21\xc1\x7d\xe9\xd9\x16\xde\x90\xe5\x28\x7e\x72\xac\xdd\x17\x50\x0a\xf9\xe6\x53\x02\xbe\x8b\x17\x22\xa2\x9d\x0a\x16\x55\x3d\x71\x1f\xd5\x51\xb0\xf9\x43\xd8\xa8\x86\xc1\x4f\xd5\x93\x05\xed\xfd\x54\x27\xc2\x76\x7e\xb8\xd4\x22\x07\xfd\x54\x33\x79\xb2\xb7\x1f\x35\x50\x3d\x27\x1f\xc3\x40\xd5\x6d\x3e\x8d\xf0\x52\xc8\xd9\x47\x96\xa5\x5f\xe2\x23\x33\x12\xd4\x3d\x00\xc4\xb4\xba\xee\x99\xe5\x0b\x97\xbf\x9d\x57\xd7\x60\x99\xfd\x81\xdd\x99\x76\xc5\x86\x4c\x3f\xf2\xc8\xc1\x2c\x3e\x61\xe2\xb4\xb9\xd7\x3a\xb4\x0a\x7d\xe4\x1c\xda\x74\x3f\x43\xa9\xde\xdd\xdd\xba\x60\x31\xaf\xdd\x67\xaa\xb9\x42\xac\x3e\x66\xaf\xd0\x1c\xf2\x59\xb1\x60\x60\x44\x06\x0a\x4d\x23\x1f\x63\x4d\x34\xe7\x7d\x54\xec\x34\xb0\x7d\xb4\x45\x6a\x79\xfb\x2c\xa7\xcf\xf0\xcb\x43\x0a\x84\x97\xc5\x7e\x3c\x18\x2b\xe6\xc5\x0b\xd6\xc7\xa1\x3d\xe4\xf3\x71\x8b\x90\x90\x3f\x1f\x8f\x03\x1a\xca\x47\x65\x4c\xcd\xfb\x63\x64\x87\x5e\xa1\x8f\x41\x8a\x8a\xf6\x9f\xd3\xd8\x7b\xf1\xeb\x8c\x23\x6b\x07\x01\x26\x16\x20\x81\xd6\xc5\x4f\x69\x85\x2a\x13\xff\x90\x41\xa2\x2d\xff\x8e\xcc\x34\x6d\x60\x78\xb7\x88\xc7\xf5\x08\x4d\x30\x1f\x9c\x71\x54\x34\x6a\x94\xff\xd9\x60\x65\x5d\x5e\x0f\x55\x9a\xfe\xa8\x91\x6d\x75\xf5\x1b\x52\xf8\x91\xaa\x8b\xc8\x17\xf2\xf5\xf4\xf9\xb2\x50\x05\xcf\xaf\xbd\xb1\x2e\x72\x55\x76\x29\x03\x06\x4a\x1d\x4e\x1f\xb5\xad\xe5\xdf\x5d\x3b\x54\xf9\x73\xbb\x15\x10\xc2\x8f\x79\xae\x75\x1b\x7d\xd0\x98\x96\x94\x41\x53\xa3\x9b\x17\x17\x1a\x3c\x2b\x8f\x63\x30\x36\xd9\x1e\x9a\x24\xca\x80\x46\x6f\x58\x7d\x24\xc3\xaa\xc2\x1f\x0d\x8d\xda\x14\x3e\x6f\xf4\xc5\x67\x46\x89\x78\x7b\xea\x83\x27\x2c\xa9\xd5\x9c\x47\xcc\x6b\xf0\x92\xfc\xa5\xf3\x62\x45\xaa\xe4\x0b\x59\xb4\x90\x8f\x4f\xac\x7a\x1a\xe4\x4f\x4a\xa3\x1b\xc5\x7e\xe2\x90\xea\xa0\xf7\x29\x51\x54\x03\x3e\x93\xea\x1e\xdc\xe5\x84\x12\xae\x12\xbf\xdc\xbe\xf0\x4b\x0e\xc6\x41\x67\x78\x9a\x5a\xfc\x20\x3d\xe8\xfe\x40\x51\x71\xe8\xf0\x99\x31\x5a\x74\x9f\x3d\xb7\xc8\x53\xa7\x36\x3a\xe8\xfb\x89\x72\x41\x3d\x87\x76\x16\x0b\x6b\xd9\x6d\x71\xbe\x7e\x24\x06\x67\x5b\x3f\xfc\xc0\xc2\xab\xbb\xce\xd0\x55\x59\x18\xdc\x38\x49\x60\x48\x81\xb9\x76\x12\x13\x68\xa2\xac\xb3\x06\xc6\xfb\x43\xa0\x00\xcd\xcd\x64\xe4\x57\x5b\x05\xa8\x1d\x3c\x39\x9b\x07\xd3\xb1\x8d\x9a\x80\x37\x9c\x88\xfd\x94\x89\x6b\x27\x09\x94\x35\xe3\x9e\x94\x41\x30\x5e\xe9\x24\x08\x70\x56\xdb\x92\x4f\xda\x0d\x6b\xca\xaf\xcc\x22\xc8\x66\xb6\x81\x75\x73\xf9\xc8\x6b\x78\x82\xa6\x47\x62\x1e\x9e\x1d\x18\xb8\x1a\x87\xd1\xfd\x46\x94\xe0\x34\x9f\x08\xf4\x54\x2e\x68\x27\x42\xfc\xac\xfe\x3d\x46\x63\xcd\xba\x92\x34\x9d\x9c\xd8\xde\x4c\x19\x78\x12\x45\xaf\x16\x7f\x92\x59\x40\xed\xfb\x1c\x0e\xcd\x54\x09\xb4\x30\xfb\x7c\x3b\x91\xe1\xbb\x90\x1c\xe0\x80\xd3\x08\x9b\xdc\x70\x04\xc3\xd5\x50\xf6\x4f\x42\x30\xba\x43\x4f\xa9\x1a\x06\x8b\x93\x80\xc3\x12\x40\x23\xe0\xb0\xc7\x0f\xa2\x47\xb6\x39\xe2\x2f\x67\xfc\x34\x77\xa1\x72\xb1\x05\xbe\xbc\xe3\x70\x5a\x5a\x3a\x9e\xc9\x4a\x09\xd7\x3a\xa7\x72\xe2\xf0\x87\x13\x3d\x90\xf5\xe1\x90\x8a\x43\x65\xbe\xe4\xe1\xd0\x42\x0d\x4e\x71\x1a\x96\x08\x7d\x38\x55\x00\x26\x66\xe5\x53\xaf\x95\xf6\xed\x73\x61\x57\xf6\x54\x59\xb3\xae\xe5\xef\x72\x2f\xb7\x13\xf3\xa0\xbe\x85\x73\x79\x39\xdd\x67\xae\x46\x79\xc2\x17\xd6\xda\x18\x9f\x7b\xb2\x22\xdb\x8a\xd2\xb9\x3c\x93\xa7\x11\xed\xe0\xc4\xfd\xa5\x27\xf1\x84\xcd\x74\xa4\x88\xf3\xe3\xfd\x57\xbe\xa1\x00\x9c\x1e\xde\x93\x54\x47\x53\x48\x71\x33\xb0\x0b\x72\x23\x0f\xb5\x56\x9d\x6a\x13\x9a\x51\x4f\xb4\x09\x03\x57\x4e\xcb\x38\x68\x60\x3c\x55\x26\x3c\x86\x11\x45\xcf\x47\xa7\x4a\x3c\x50\xe3\xa2\x9f\x16\x63\x2b\xad\x95\x78\x56\x6d\x12\x8f\xb0\x2f\x9a\x3f\xe0\x3c\x4d\x44\xee\x00\xca\x4b\xe2\xf6\xa9\xcc\x52\x6d\x4e\xe6\x57\xd8\xd9\x69\x82\x03\x34\xcf\x53\x7d\x43\xeb\x16\xa5\x81\x72\xd0\x95\x4b\x54\x03\x4c\xb0\x30\x2d\x5d\x27\xc9\x0e\x0c\x35\x3d\x2f\x6a\x5a\xc0\x63\x4f\x42\x1e\xbb\xd0\x20\x03\x52\xf7\x08\x93\xe8\x48\x4b\x1c\xf5\xe1\x72\xdc\xef\x3a\xcd\xad\xa8\xb4\x73\x06\xf3\xc2\xb8\x73\xca\xbc\xfc\x01\x2d\x44\xfe\x7c\xde\x96\xd8\xf3\x9b\xca\x10\xec\xae\x65\xf4\x62\x8c\x3b\xe0\xc4\x04\xc9\xad\xa8\x97\xe3\xb4\xd8\xa3\x87\x15\xbb\xa1\x86\x8f\x13\xb3\xa1\x77\xcb\x4e\x53\x2b\x22\x99\x9d\xde\xf6\xf3\xe2\xe8\xf9\xc8\xdc\x7d\x86\x46\x0b\x3e\x8c\x86\xdd\x91\x31\x1a\x7a\x91\xed\x84\x1f\x1a\x9c\x71\x3e\x5c\x57\x46\xd2\xa5\xaa\x52\x33\x48\xed\xc4\x09\xd7\xa2\x4f\xd8\x14\xb6\xfa\xf3\xb1\x20\xb7\x94\xee\xb1\x24\x88\x3f\x04\x90\x58\xc2\x2b\x90\xe8\xd5\xd0\x7e\xcd\x86\x94\xda\xab\xaa\x6a\x67\x28\x31\xd5\x17\xd2\x54\xc8\x8c\x5e\xe7\x67\x4f\x13\xdd\x8e\x35\x90\xb1\x20\xc7\xf7\x96\xa0\x71\x41\xf8\xe9\xcc\xf7\x7a\x5a\x0b\x98\x11\x2e\xb2\x14\x68\x29\xb9\xb8\xd6\xe7\x0d\xb7\x0b\xd5\x66\x34\xe6\x77\x1d\x1c\xa7\xe5\x33\x50\x82\x9c\x5d\x38\xe9\x8c\x53\xba\xac\xfd\xcb\xe6\x5e\x87\xc6\xba\xcc\xf3\x89\x95\xd5\x4e\xc5\xe8\x66\xe3\x9b\x8e\x6c\xfc\xe0\x1f\x4c\x3c\x93\x01\x91\xd3\x77\x11\xa8\xa2\xea\x74\xc5\xbd\x3e\x60\x7c\x11\xa8\xe2\xc1\xbf\x2c\xd8\x44\xba\xeb\x76\x51\xa5\x69\x1c\xb6\x50\xd3\x43\xa4\xbb\x90\x0b\x8a\xa4\xed\xc2\xde\xa9\x8a\x73\x91\x5f\xd9\x93\x7f\x85\x59\x93\x53\x4d\x9d\xac\xda\x6b\xfb\x8e\xca\x5d\x19\x84\xc2\xa2\x78\x85\xf6\x34\x7c\xc1\x4e\xc3\x79\xa4\x4e\xe2\x9e\x0c\xb3\x24\x93\xb2\x69\x98\x2f\x03\x55\xb4\x0d\x5f\xde\x68\x90\xc6\x5f\xde\x68\x30\x0e\xe4\x32\x6a\xc5\x18\x8f\x4b\x55\x2a\x9e\x25\xe6\xee\x42\x51\xc2\x82\x9a\x5e\x58\x3d\x95\xf4\x2f\x2f\x3b\x04\x58\x4d\xb3\x1c\x70\xf5\x82\x83\xa1\x20\x57\x31\xe3\x05\x93\xe4\x52\x83\x86\xd2\xab\x58\xd9\xc7\x67\x0e\xdf\xf4\xd9\x22\xf9\x0e\x41\xc6\x02\x08\xd9\x55\x23\x97\x21\xcf\x72\x5f\xa0\x60\xb1\x27\xb8\xd0\x45\x62\x02\xfd\x99\x17\xc9\x08\xa8\x7b\xd0\x2e\x62\x64\xbc\x82\x70\x11\x2e\x6a\xd4\xc9\xc5\x0d\x06\x2f\x88\x5e\x58\x3e\xb5\x82\x5e\x44\xc8\x74\x17\x83\xe5\x53\xd2\x7d\x59\x02\x0a\xfd\xef\x6a\xe0\x8b\x30\x6a\xb0\x32\xd1\x25\x0c\x99\x0e\xd0\xa4\xbe\xa2\x45\x3b\x7f\x7c\x59\x58\xb3\x5d\x2d\x60\xcf\xd0\x08\x38\xaa\x03\x97\x96\x4c\x2d\xf0\x57\xe7\x2e\x0b\xb4\xfb\xe2\xc2\x83\xce\xfa\x6b\xeb\x8e\xa3\x23\xb3\x5f\xa1\x3b\xa2\x09\x5c\xc4\xdd\x0c\xf7\x8a\x5c\x4b\x2b\x3a\x52\x84\x9d\xbe\x5c\xcc\x9c\xdd\xd1\xb9\xa8\xe2\x7b\x75\x41\x60\x6b\x40\xef\x56\x0d\x05\x73\x0f\x96\x31\x34\x62\x10\x57\x03\x49\x36\xdf\x2e\x1c\x8d\x1d\x1d\xf2\x42\xd5\xec\x53\x80\x87\xaa\x29\x41\x08\x71\x47\x10\x0e\x89\xbf\xed\xa7\x47\xcb\x0e\x0c\x20\x6d\x22\xda\x54\x2b\x81\x04\x5d\xdc\xe3\xeb\x90\xcb\x6b\x1a\x8d\xe1\x12\xa9\xe7\x1e\x54\x81\xc4\x48\x1d\xed\xf0\x5a\xa2\xa9\x2d\x88\x2c\xed\xdd\x8f\x62\x74\xbf\x8a\xae\x18\xdd\x2b\x7a\xd2\xe1\xcb\xca\x08\x9e\xdf\xd0\x41\x45\x86\x8f\x92\x8d\x34\xc9\x64\x46\x9e\xb8\x8f\xca\x83\xe8\xf3\x31\x35\x26\x73\xc7\xb5\xa8\x95\xea\xfa\x08\x22\x61\xfa\xd1\xce\x09\xb0\xb1\x48\x0e\xa7\x68\x8e\x44\xad\xd1\xd7\xd6\x6c\xb3\x69\xc9\xae\x33\x16\xc5\x57\xca\x0d\xae\xc3\x84\x89\x2a\xb9\x57\x28\xb9\x6e\xe8\xe9\x5e\xf9\x0c\x67\x46\xd7\xb8\x4e\xab\xb1\xd9\x5a\xdb\x24\x93\x3d\x9d\x93\x43\x0b\x74\xff\x0e\x92\x20\xaf\x5e\x38\x16\x3b\x0a\xc5\x25\xb7\xf7\x1c\x7a\xc1\x41\x8b\xf5\x75\x49\x73\xe6\xb7\xe6\xbd\xcb\x14\xca\x53\x1a\x1c\xc6\x46\x44\x8c\xeb\x0e\xe4\x60\xf1\xf8\x01\xfb\xf0\xab\xc0\x5f\xa6\x40\xb0\x8c\xd7\x9e\x2d\x2f\x68\xee\x8e\xeb\x09\x41\x9c\x16\x04\x71\xea\x37\xb9\x1e\x7b\x02\x58\x0f\x42\xb9\x27\x84\xdb\x73\xdd\x63\xf4\x48\x0c\x05\xc4\x43\x16\x23\x77\x76\xb3\xdb\x12\x84\xc1\xfc\x82\x1a\xa4\xaf\x97\x80\x37\xb1\x72\x73\xd5\x62\x9e\xf8\x0b\xef\x5d\xf7\xe4\xbc\xd4\xba\xc3\x70\x75\xbd\x8e\xb6\xd7\x76\x1f\x2a\x91\xd0\x82\xdb\x42\xd9\xee\xcd\x6d\xea\xbf\xe4\x57\xec\x0d\x6b\xb8\x0f\x75\x86\xea\x0f\xe1\x14\xd9\xcf\x5e\x55\xa0\x8e\x47\xa3\x58\x6e\xed\x08\x7b\x77\xd8\x02\xd9\xfe\x9b\x3b\x0c\x7d\xda\x82\xed\x84\x64\xde\xe1\xe3\x6b\x3c\xb3\xb5\xec\xc4\x8d\xbf\xcf\xe4\xb9\x37\xd1\x2e\x66\xb9\xbe\xb1\x16\x52\x4c\xa4\xdd\xc9\xe9\x31\xa3\x24\x0a\x77\x5f\xa0\xab\x48\xb5\x77\x8e\xe9\x31\x25\xf9\x1d\x16\x8c\xdb\xbc\xc4\xaa\xa9\x77\xb8\xf8\xa2\x89\xd1\x4b\x76\x9c\x89\xe3\xaa\x7e\xa5\x07\xcb\xbf\x6b\xa6\xe2\x04\x50\x09\x78\xbf\xb0\xbc\x62\x39\x38\xc4\xb4\xbb\x04\x8a\x32\x64\x09\x2c\x02\x54\x7a\xd6\xd4\xc8\x6e\x72\xfe\x2b\x9e\xde\x55\x4a\x2b\x10\x6b\xcc\x85\x9e\xcd\x28\xac\xb7\xf3\x0e\x8b\x21\x27\xe1\xf6\xf2\x9c\x46\xef\x9b\xd0\x16\x33\xd6\xdc\x5c\xa4\x93\x84\xdf\xb2\x1e\xcc\x23\xf7\x66\x37\x65\xb9\xff\x4d\x49\x7c\xf8\x03\x20\xc2\x9e\x72\xeb\x68\xab\x7e\x24\xe7\x1d\xfe\x20\xf3\x29\xb6\x60\x08\x70\xf2\x8e\xba\xd9\x02\xb5\x07\x02\x30\x77\x6f\xa0\xcb\x3f\x6e\xee\x96\xab\xca\xde\x56\x59\x6f\xc2\x41\x9e\xb1\xfc\x01\x2f\x1c\x82\xf9\x8d\x33\xeb\x10\x24\xc1\x26\x9c\x89\x4a\x31\x08\x7e\xcb\x26\xb0\xb2\xdc\xa6\x8d\x31\xd4\xf0\xf6\x82\x9d\x01\x7b\x77\x5c\xaa\x83\xe6\xdf\x24\x91\xf1\xf8\xde\x46\x4d\x1a\x84\x78\x73\x3d\xdc\x18\x94\x9b\x8b\x74\xde\xf4\xba\x83\x63\x0c\x3f\x92\xed\x8a\xb1\xdc\x9e\x33\x4f\xf5\x2d\xf7\x70\xad\x5c\xf0\x36\xeb\xcf\xbd\x24\x36\xa2\x6f\x98\x30\x05\xdc\x12\x01\x45\x72\x3d\x58\x81\x8d\x4b\x32\x1f\x9d\xc9\x60\x3d\x17\xa6\xde\x0f\x3c\xc5\x6f\xb5\x45\xe0\x6f\xa8\xdf\xbd\x02\x18\xac\xe0\xa3\xd4\x25\x7e\x7c\x04\x86\xcf\xda\x0e\x61\x28\xf7\x47\xbc\x43\x10\xba\x3f\x31\x2a\x0b\xe2\x72\xb7\x42\xeb\x4d\xac\x8a\xd9\xb7\x6e\xef\xbd\x69\x2b\xbe\x4f\x2b\x82\xfb\x95\xb9\x65\x34\x6e\xdf\xa7\x90\x65\x10\x22\x54\x0e\xac\x29\x37\x8c\x60\x24\x5b\xbb\x30\xa6\x7b\x05\xc8\x68\x70\xa9\x6f\x49\x85\x50\xfc\x06\x72\xf8\x7d\xe9\x4c\x6c\xbe\x60\x49\x90\x3a\x91\xd6\x8e\xe2\xba\xed\xbe\xa4\xb7\x6e\xc5\x8d\x5e\x2a\x4a\x78\x03\x4e\x9d\xf3\xbe\x01\x89\x93\x22\xc2\x84\x9a\xeb\xed\xc6\xb2\x39\xb0\xea\xdc\x86\x5e\x2a\x12\xdc\xb7\x41\xa3\x9e\x9f\x5b\x53\xb4\x9b\x4a\x4a\x5c\x93\xf8\xdd\x68\x81\x01\xaa\xdb\x7c\x33\x2c\x29\xcc\x9f\x1e\x51\xcc\x9f\xda\xfa\x6f\xe2\x45\xac\xcc\xd6\x6e\x2e\x0e\x98\x4a\xfe\x7e\x02\x9c\x74\x85\x61\x74\x89\x29\x8f\x57\x9d\x59\x92\x11\x98\x6e\xc6\x63\x81\x17\x7b\x95\x38\x89\x0a\x8f\xf3\xf3\x99\x40\x20\x47\x88\x1c\xfa\x74\xf4\x0a\x0e\x9f\x49\xea\xe0\x8c\x36\x5f\x2a\x5a\x08\x6e\x12\xd4\x19\x3d\x79\xbf\x0e\xec\xdf\x03\x32\xcc\xf4\x0d\x02\xe2\x57\xea\xc7\xf6\x44\x2d\x58\x67\xf1\x7a\x03\xca\xd1\xcc\xe5\x01\x5c\x9f\xb0\xc6\x42\x26\xa8\xd0\x9b\x8d\xd0\xa4\x40\x6f\x31\x70\xe5\x21\x9f\xad\x7e\x93\xc7\x82\x3c\x1e\x1b\x2a\xf1\xd6\x91\x6d\x00\x76\x70\xd0\x28\xc4\xbb\x3f\xa2\x05\x8c\x6c\x64\x9f\xe3\xd4\x4e\x5e\xcc\xf0\x4e\x0b\x2e\xdd\x45\xe4\x26\x15\x74\xeb\x40\x38\x7f\xe0\x52\x46\x25\x3c\xc9\xe1\x98\x78\xb2\xe4\xe6\xe2\x59\x09\x1c\xe4\x78\xbc\x4b\x20\xda\x3c\x24\x82\xd3\x42\xfc\x98\x9f\xd6\x70\x66\x4a\xe8\x66\x95\x4d\x8b\xe6\x2a\x5b\x59\x34\x37\xe2\x41\x1f\x12\xae\x98\x13\xf5\x41\xa9\xd2\x00\x6f\x01\xdd\x65\x04\xf3\x53\x48\x1f\x7b\xf8\x43\xf3\x07\x5a\x5b\x9d\x8f\xdd\x7b\x8a\x35\x46\xec\x49\x9b\x89\x10\xc4\xda\xab\x8e\x44\x75\xdc\x3a\x50\x43\xa8\x8e\x5b\x07\xfa\x18\xc5\x71\x8b\x6c\x97\xe2\xb8\xd5\xbc\x8a\x8f\x01\x99\x3a\x02\x9e\xb0\x02\x83\xef\x4f\x45\x22\x75\x5f\x60\x55\x46\x49\x3f\x24\xa2\x1d\xb0\x2a\x4a\xde\x16\x6f\x24\x50\xf2\x76\xf7\xf4\xad\x9a\x4b\x41\xdc\xaa\x5f\x9c\x82\xb8\x29\x42\x64\x9f\xa6\x95\xbd\xfa\xa2\x8e\xef\x36\x37\x2f\x77\x35\x47\x7d\x69\xcf\x57\x9b\xc3\x15\x43\x21\x2c\x83\x4b\x15\xee\x46\x19\xdc\xd2\x6c\xdc\x9d\x31\xab\xea\xb1\x81\x7e\xa4\x92\x0c\x4f\x7b\x46\xec\x39\x60\x24\x85\x6c\xc0\x7d\xd8\x95\xcf\x9c\x2c\x71\xc1\x22\x33\x46\x13\x3f\xa4\x55\xd3\x10\x69\x0d\x5d\x2d\xe3\x0f\x46\x5f\x6f\x83\x3f\xdc\x29\x58\x87\x7f\x27\x20\x6a\xda\x96\xca\x2a\xcd\x6f\xa8\x50\x19\x7f\x67\x9d\x62\xc8\xd4\x08\x85\xac\xf1\x4c\x2b\x62\xfb\x0c\x9b\x84\x3c\x3e\x5c\xd9\xd3\x83\xf9\x6c\x2e\x59\x34\xe7\x51\x66\x37\xeb\x99\xa4\xcc\xee\xee\xc8\x17\xa8\xae\xce\xc1\x67\x62\x2f\x11\x7c\x58\x69\xa9\x82\xdb\xa8\x9b\x5b\x54\x1c\x29\x9b\x5b\x92\xe7\x50\xe6\x77\xd8\xd8\x0c\x6c\xd3\xc6\x5a\xfa\x78\xe6\x5a\x81\x35\x02\xa8\x8e\xbb\x47\x63\x41\x58\x56\x23\x91\xb5\xf5\x71\x87\xde\x19\x0b\xe4\x5a\xec\xe5\x21\x82\xe3\x70\x1b\x3f\x81\x2a\xc0\x06\x45\x2a\x02\x86\x9f\x8f\x09\xa1\x01\xa0\xd6\xd8\x38\xae\xd6\xd4\x85\xe0\x3d\x28\x52\x29\x30\x2d\x82\x36\x20\xf3\x0f\x0a\x93\xc6\x3e\x0a\xe9\x66\xad\xb1\x8f\x96\x56\xa9\xd1\x49\x05\xe3\xe9\x37\xcb\x21\x98\xfa\xa9\x10\x09\x33\xa6\x46\x6e\x51\x0e\xa3\x2c\xee\xfe\x8a\xf1\xb8\x6f\x37\x44\x34\x78\xe3\x21\xfa\x5f\x70\xd9\xe6\x33\x74\xd7\x70\x9a\xc7\xaa\x74\x86\xf9\x3e\x57\x6c\x93\xcd\xc5\x0a\x16\x7e\x0b\x5d\x20\x62\xc8\x86\x7e\xc7\x47\x35\x4a\x2f\xde\x73\x87\x9f\x99\x67\x38\xa5\xbb\x7f\xc7\x3a\x18\xe3\x8e\x01\xed\x0b\xce\xec\x9a\xee\x18\xdc\x01\x49\xbf\xec\x47\x24\x38\x51\xc1\xa7\x06\x6e\xa5\xfc\x7a\xa3\x06\x6e\x1d\xa8\xd1\x94\xc0\xad\xea\xc1\x8f\x29\x5c\x35\xe1\x52\xea\x36\x47\xee\xf2\xe7\x41\xbe\x10\xc3\x30\x67\x9a\x85\x8a\x8a\xb6\xd5\xc2\x5d\x14\xb1\xad\x26\x2d\x7a\x5e\x0e\x34\x36\x03\x4b\xd8\x6a\xc5\x7f\x0c\xa0\xf4\x10\xbe\x40\xbc\xfb\x6c\xa4\xb2\x53\xb2\xa2\xfe\xf0\x07\x2b\x11\x3b\x00\xb7\x34\x9c\x9d\x16\x4f\x9d\x69\x94\xb2\xad\xa3\xdb\x58\xd3\xd4\x7e\x7e\xad\x27\x33\xbf\xcf\x4e\x45\x99\xdb\xa2\x49\x9c\x32\xb7\xbb\x55\xe3\x85\x45\x21\x0d\xbd\x5c\xdd\x3b\xa0\x70\x2f\xf6\xd0\x48\xc0\xfb\x72\x8f\x2f\x82\xb9\x5f\xfd\x9b\x7a\xf0\x2c\x86\xab\xd9\x9d\x62\xb8\xc5\x13\xf4\xca\x52\x51\x7f\xa8\x85\x5b\xa9\x60\xdb\x28\x85\x5b\x0d\x3c\xb2\x14\x6e\x84\x72\x53\x0b\x37\x7b\xb7\xd3\x5a\xb8\xde\xef\x78\x65\xbb\x68\x4b\xaf\xe1\x23\xce\x3b\x71\x31\xe1\xf0\x7b\xc2\x78\x90\x8b\xa8\x8a\x5b\xbd\x3d\x4a\x51\xdc\xa2\x5a\xf0\x26\xa9\x23\x03\x47\xf2\x57\x50\xf3\xe5\xb6\x04\x45\xb2\xdb\xeb\x05\x09\xbd\x96\x2f\x37\xfb\x0e\x01\x9d\x13\xe2\x20\x7f\xcf\x81\xd8\x74\x95\xb5\xc5\x34\x5f\x24\x28\x82\x89\x64\xf3\xda\x68\x5f\x6f\x4e\x40\x10\xde\xc8\xfa\xc2\x04\xb3\xf4\x04\xe1\xe6\x25\x91\x9a\xf1\x67\x2f\x25\xe6\xcc\x12\xf1\x6a\x14\xd5\x21\x4d\x3d\xde\xaa\x9d\xed\x35\xd6\x24\x26\xa2\x81\x14\x01\x83\x12\xbc\x53\xd3\x34\x25\x78\xcb\xe1\x8a\x30\x8f\x46\x58\x72\x94\xe0\x85\x36\x50\x81\xb7\x8e\xe1\x33\xe1\xd8\x72\xdd\x28\xbb\x2b\x17\xa2\xec\x6e\x51\x07\xb1\xec\x6e\x37\x71\x22\x75\x77\xf3\xaa\x76\xab\xdb\xc2\x25\x61\x3a\x8d\xe0\xf3\x17\xdb\xa9\x71\xc9\x6f\x0d\x48\xd1\xa4\x92\xed\xdf\x2d\xf3\x82\xa1\x0e\x5e\x8a\xf0\x56\x9d\x2c\x2f\xfa\xac\x06\xfd\x17\x15\xd6\xb8\x5c\xcb\xf1\x2e\xc3\x97\x5f\x85\x04\x11\xa7\xc5\xd8\x40\xa4\x39\x36\xcb\xd8\x3a\x6c\x31\xf1\xbf\x75\x77\xbb\x1e\xb5\x37\x04\x01\x04\x36\x6a\xea\x56\xad\xb8\xaf\x39\x5b\x03\x0a\x28\xb7\xa3\x3b\x06\xdb\x84\x89\xe1\xb5\x58\x5d\xac\x95\xfb\x89\xc6\xb2\xbc\xa4\x5d\xf3\x5e\xc1\x6b\xdd\x3a\x5d\xd3\xd6\xd1\x8d\x08\xf5\xd7\x50\xd0\xb5\xec\x0b\x49\x75\xfa\x15\xe6\x86\xe6\xb3\xf9\xa0\x98\x2d\xf7\x13\x95\x78\x5f\x6e\x6d\x1c\x02\xad\xc3\xfa\x84\x3f\xa5\x6f\x8c\xaa\x7a\x8d\xfe\x0c\x78\x20\x69\x68\xff\xa4\xec\x6e\x24\x95\x7b\x11\x3a\x86\x25\x12\x28\xc1\x5b\x2d\xac\xf2\x92\x7f\xcd\x2c\x86\xaf\xd7\x3c\xf4\xf6\x52\x83\xb7\x58\x13\x87\x12\xbc\xfb\x07\x5b\x80\x2d\xd5\x8f\x02\x5b\x00\xe0\xf0\x90\x79\xec\x15\x30\x60\x6a\x2f\x02\x86\xf1\x6f\x16\xe7\xd5\x35\xf3\xaa\x92\x23\x60\x51\x9a\xb7\x8e\x39\xbe\x25\x78\xb8\xa4\xa7\x67\x43\x8f\xb4\xb4\x45\xd5\x1d\x61\xd3\xaa\xbd\x16\x3c\x7a\xcd\x0b\x1b\x8b\x22\x73\x80\x75\xa4\xa8\xda\x5b\x96\xf0\x37\x21\x3e\x6c\xcc\xa2\xbd\xc9\x5b\x01\xd4\xe2\xdd\x6b\xa2\x35\x21\x4a\x7a\xfa\xac\xc5\x6b\x19\x25\x6a\xf1\x16\xca\xec\x36\x6b\xf1\x1a\x1b\xfe\x1a\xac\xa4\xf7\x96\xfa\xbb\xc5\x8c\x97\x96\xdf\x35\xfd\x37\xe5\x77\xab\x85\x4e\x5e\xaf\x50\x06\x9c\x57\xcc\x83\xd5\x91\x0d\x47\x9d\xe8\x55\xee\x11\x41\xb0\x25\x7b\xb3\xfc\xfd\xc4\x1e\xd3\xfa\x13\x38\xe8\x57\x92\x79\x97\xf4\x71\x70\xba\xfd\x2c\x44\x77\xff\x8e\x24\x77\xd8\xda\x83\x81\xdc\xff\x7e\xf4\x2c\x48\x9e\x3f\x60\xde\xf2\x07\x1d\x2b\x3e\xbf\x0e\x41\xb7\x5c\x53\x31\x20\xe0\x3d\xa1\xe7\x6e\x3e\xd2\x50\xf1\x52\x06\xf5\x7b\xa7\xbe\xa6\xf7\x8c\x13\x4a\x57\x38\x9b\x93\x20\xc7\x3c\x60\xa2\xee\x17\x71\xc8\xf0\x14\xab\xf7\x6a\x36\xb7\x7a\x6f\xdc\xaa\xa0\x7c\x6f\xd1\x50\xf2\x5e\x41\x73\x7c\x11\xb9\x51\x2e\x5e\xf3\x12\xe8\xcd\x8d\x92\xbd\xda\xa8\x5e\x8d\x08\xd3\x67\xaa\xf4\xb9\xc7\x08\x37\xe6\x67\xb6\xcc\xae\xf7\xfc\x29\xa1\x1b\x79\x08\xa8\xa0\x5b\x8d\x24\x79\x6f\x3c\x76\x88\x05\x54\xd0\xcd\xca\xd1\x54\xd0\x4d\x71\x73\xe3\xf5\x6e\x88\x71\x1b\x2f\x6e\x5e\x53\x82\xbe\x4f\x4c\x96\xb5\x3e\x31\x59\x7f\x51\xaf\xf0\x54\x3f\xca\x18\x40\xcd\xcc\xf3\xad\xf8\xc3\x6d\x13\xe0\x83\xd8\x33\x85\x15\x62\x8f\x51\xd9\xaf\xa1\xa8\xba\x4f\x5f\x13\xb4\x19\x76\x60\xa5\x5d\x9d\xc3\xaf\xc9\xda\x74\xfd\x51\x6a\xb7\x9a\x7c\xf1\xb5\x32\x9e\xf7\x42\xde\x2d\xed\xd4\x19\x2d\xc4\x62\x27\x6f\x96\x01\x09\x12\x59\x06\x48\x9d\xd4\x0f\x33\x08\x90\xae\xaf\x47\xb1\x5c\x5c\x54\xfd\x08\xf3\x73\xf7\x65\xe3\x3d\x37\x03\x3a\x35\x71\x2b\x9e\xca\x4e\x4d\xdc\x4a\xae\x8c\xfe\xb3\x0c\x2e\xdd\x9a\x3c\x9e\x9b\x21\x9d\x32\xb8\xbb\x27\x5f\x1a\x2d\x18\x2f\x19\x03\xd9\x78\xf6\x6c\x6c\xb8\xf5\xa8\x89\x4b\x0d\xd7\x4e\x4d\xdc\xca\xb5\xfb\x4e\x4d\xdc\xfd\x95\xcd\x59\x6c\xb2\x05\x32\x50\xb2\x2b\x9c\x7f\x9b\xfe\x75\xab\xe0\xa6\x56\xe9\x09\x9d\x9f\xbc\x06\xdd\xaa\xb7\xa4\x60\xea\x54\xbd\xdd\x40\xff\x2e\x48\xa5\x1f\xe6\x6f\x45\xce\xeb\x14\xc2\x4d\x18\xa7\x3b\x85\x70\x2b\x37\x01\x3b\x85\x70\x73\x77\xed\x48\x20\x84\xe5\x77\xeb\xe0\x4e\xe7\x85\xf3\x96\x88\xe3\x4e\x1d\xdc\xca\x3d\xde\x7e\x78\xbb\x13\x8f\x5c\x3f\x08\x7c\xc5\xd6\xd7\x0f\x92\xcd\x4f\x17\x48\x1e\x57\xaf\x08\xf5\xc3\xa2\x7c\x5c\x7f\xed\x07\xe5\xf6\xa8\xa6\xdd\x0f\x0b\xf4\xb7\xca\xa6\x21\x1c\x70\x2f\xaa\x53\xee\xb6\xce\xe2\x73\xe1\xd9\x06\xac\x21\xd3\x6b\x18\xbe\xbb\x8d\x3d\x06\x95\xc1\x4d\xb1\x5a\xdc\xe7\xea\x78\x2c\x0f\x23\x38\xa5\x31\xba\xf5\x6e\x07\x31\x1b\xfd\x20\xff\xfb\xf4\x19\xa9\x01\x3b\x5c\x3f\xb4\x82\xe3\x35\xee\x07\xc1\x66\x4b\x40\x19\x6b\xc6\x4d\xc3\x4e\xed\xdb\x5c\xc5\x0b\x84\x86\x19\xcf\x0e\xcd\x70\x5e\x1f\x69\x4c\xb6\x89\x9e\x7c\xd3\x45\x4f\xa0\xdc\xe3\xc4\xd3\x29\x32\x03\x51\xda\x9d\x5a\xb7\x95\x50\xda\x7e\x60\x47\x98\xae\x61\x4b\x0c\x79\x39\x89\xee\x31\xf1\x30\x70\x7b\x84\x8c\xa3\xfd\xf0\x6e\xa7\x33\xea\xce\x88\x59\x90\xf3\x67\x8a\xda\x98\xd8\x89\xfd\xea\x87\x39\x7f\x0e\x96\x89\xc4\xc0\x0d\x8c\x7e\x98\xcd\x60\xd0\xcf\x08\xb8\x30\xf2\xe0\xa2\xb3\xe7\x05\x21\xe1\x67\x03\xa5\xd6\xc6\x8c\x86\x54\xdf\x83\xcb\xad\x90\xe9\x11\x99\xd2\x96\xc6\xfe\xc2\xdb\x67\x7c\xc4\x42\x3d\x16\x13\xb7\x56\xa3\x5b\x03\xca\x08\x97\xe9\x14\xc3\xdd\x2f\x60\x0a\xc9\x58\x49\x78\xd1\x0f\x73\xb1\x8a\xf9\x54\xdd\xc7\xb8\xdf\x8f\x49\xdc\xe3\x64\xa5\x5c\x23\x99\xe2\x68\x18\x21\xdc\x20\x73\xae\x36\xc7\x23\xe7\xea\x14\x05\x34\xcf\x37\xbb\xd5\x3c\x7f\x30\x9c\xc9\x58\xbb\x5b\xb4\x62\x52\xac\x8f\x68\xe3\xe9\x51\x5b\x4e\x84\xc9\x46\x86\xf8\xee\x18\xea\x41\xf1\x95\xc1\xe4\xb4\xde\x1c\xbc\x04\x85\x0b\xcb\x85\xdb\x8d\x07\xb8\x79\x8c\x82\x83\x0b\x2a\xeb\xdc\xb4\x68\x82\x5e\x3a\x18\xe3\xc3\xd6\x44\xb7\x2a\x70\x1e\x2a\x58\x7b\x91\x42\x62\xd1\x48\xee\xcc\xa9\xf8\xec\x74\x8d\x6d\xee\x1e\xc9\x33\x23\xd8\xd1\x2d\xd9\x11\xa6\xe8\x42\x2e\xa1\xe9\x66\x50\xf4\x66\x0a\x03\x4b\xe6\x89\x15\x5e\x4e\x69\x92\x5a\x22\xc7\xa6\x18\x62\x26\xd6\x12\x3f\x70\x37\x66\x7c\x77\xf9\xb6\x53\xae\xb7\x4e\x77\xea\x54\xac\x14\x8d\xbd\x9f\xda\x24\xd0\x97\xc7\x35\x5e\xb8\xaf\x2c\x77\xe0\xe6\xca\x74\x3f\xa9\x8f\x93\x05\xd0\x15\x00\xa2\x5f\xbd\xc8\x41\xa6\xb8\x6c\xca\x75\xf8\x4e\x79\xdd\x3a\xc5\xc4\x3b\x58\x08\x5d\xdd\xe2\x2b\x98\x75\xbb\x46\x9f\x35\x76\x78\x18\xc9\x27\x74\xb8\xde\x3b\x86\x60\x3c\xac\x20\xb8\xb6\xfb\x71\x07\x9a\x38\x9e\xa2\x82\xcf\x64\x6a\xf0\x38\x3e\xf2\x6d\x1a\x60\x04\x99\x9e\xcc\x27\x60\x40\x83\xf0\x10\xb0\xec\xb0\x82\x74\x26\xf5\x80\x18\x52\x1d\xc5\x89\xe1\xdf\x03\x9c\xb4\x36\x55\xbb\xc7\x43\xd1\x60\xd0\xd3\x8b\x93\x52\x6c\x7b\x1d\x81\x69\x60\x1d\x09\xec\x7e\xe3\x70\xd0\xab\x26\xff\x20\xa9\x2f\xb7\x36\xa5\x90\xb8\xa8\x03\x7e\x0a\x09\xb2\x41\x93\x35\xb4\x78\x51\xd7\x83\x95\x50\x4b\xb7\xca\x00\x12\xf1\xd7\xd8\x9d\x7a\x32\xa1\x3b\xf7\xc3\x3a\x45\x76\xab\xf0\xa3\xae\x6e\x95\xcb\x27\xcd\xff\x78\x25\x3b\x65\x75\x8b\x14\x82\xaa\xba\xc5\x73\x92\x0e\x65\xa8\x18\xc2\x89\x40\x55\xd3\x21\xf8\xf9\x4a\x6f\x37\x41\x6e\x3d\x25\xec\x04\x8e\xa1\x24\x01\x70\x92\xd5\xf5\xb9\x15\xdd\x53\x8a\xc1\x59\x46\x12\x29\xaa\x9f\xa1\xe4\x3a\x75\xe2\xbd\x53\xf1\x59\x51\xa9\xf9\xe2\xce\x54\x07\x79\xa1\x04\xcc\x2a\xe3\xb3\x82\x42\x58\x6f\x17\x95\xa7\xa7\x1c\x10\x61\x1d\x94\xba\x9b\x60\x4e\x22\x74\x6b\x42\x20\x52\x44\x6b\x75\x7f\xd0\x5f\x16\xcd\x61\x0f\xa0\x4e\x2a\x0c\xe1\x06\x58\xa0\xb7\xd9\x9c\xbc\x7e\x93\xdd\x4f\x86\x64\x35\xc7\x88\x90\x2c\xb7\xa0\x20\xcb\x73\x10\xa3\x0c\x6f\x13\x88\x51\x60\xa6\xfa\x0b\x03\x0e\xd6\x41\x7a\x87\x39\xfd\x3b\x42\x9e\xcb\x28\x70\x51\x50\xd5\xfa\xbc\x83\x08\xba\x9e\x14\x1e\x26\x33\xac\x4e\xca\xbf\xc7\xa4\x6c\xa1\x61\x94\x03\x47\x55\xde\x3a\xdd\x0d\x24\x89\x2c\x9c\x6b\x4c\x90\x79\x28\x48\x38\x59\x7c\x14\x9e\x80\x64\xe2\xf6\x69\xaf\x52\x23\xbf\x27\x77\x0b\x94\x89\x8a\xbb\x95\x32\xc1\x9d\x22\xbb\x25\xf6\x0e\xeb\x01\x81\xd2\x3d\x35\xbd\xd3\xfd\xbb\xfb\xb7\x3d\x29\x3f\x2c\x7a\x36\x09\x20\xe1\x7a\x9d\x32\xbb\x65\x38\x64\x97\x41\xb0\xa6\x1e\xe4\x8f\x79\x11\xa1\x3e\x97\x3f\x90\x08\x35\xf9\x77\x0e\x66\xb6\x23\xce\xdf\x62\x7d\x5d\xb4\x77\xf7\xb9\x4c\xba\xc4\x8a\xee\x34\xd8\x18\x84\x03\xe9\x06\x55\x75\x2b\x85\x72\x7a\xf2\x8e\x69\x13\x2b\xb0\x26\x50\xbc\xbd\x53\x61\xb7\xce\xe5\xdf\x9d\x91\x8d\x29\x62\x93\x7c\x66\x5b\x26\x33\x0a\x8b\x83\x68\xa0\x0f\xa3\x08\xff\x11\x27\xc3\xae\xa4\x0f\x9e\xea\xc1\x64\x93\xcf\xc6\x42\x7a\x78\xb9\x89\x1a\x74\x00\x6b\x00\x86\xb9\x4e\xc1\xdc\xba\x90\x66\x93\xe9\x02\xd1\xef\x7a\x32\x6b\xbb\x32\x87\x55\x72\x15\xea\x29\x8c\x5b\x0f\xb8\xa2\x85\x71\xd7\xe1\xdf\x2b\xcf\xfe\xbd\xf3\xcc\x64\x75\xdc\x77\xd1\x6b\x11\x0f\x2c\x71\x41\xb9\xa7\xd4\x4a\x4f\xcb\x69\xf8\xf7\x80\x3e\x00\x59\xb1\x3a\xbb\x55\xa2\x82\xdb\x52\x3f\x77\x7f\x46\xfb\x8f\xe9\x17\x69\x1f\x4e\x0d\xa1\xf3\x81\xc3\xc1\xe9\x53\x38\x32\x9a\x5f\x6d\x12\xa4\xc2\x94\x3e\xaa\x58\x6e\x3e\xd1\x61\x0b\xee\x4e\x05\xdd\xba\x0e\x5b\x6b\x9b\x16\x20\x38\xf9\x29\xae\xda\x13\x7e\xfd\x38\x4a\x06\x8c\x23\x55\x47\x75\xdc\xe2\xd1\x3d\x35\x85\xbb\x7f\xf8\xf8\x97\xe0\x3c\xcd\x71\x25\xa2\xc2\xce\x31\xc7\x74\x0a\xe2\xa6\x1a\xa7\x89\x60\x70\x32\xfe\x77\xea\xde\x56\xee\x43\xf7\x44\x7e\x89\xc3\xb1\xf1\x75\x50\xec\xa4\x5b\x02\x37\xf0\xe0\x72\x34\x46\xe6\xee\x12\x7e\xe5\x4e\x05\xdc\xba\x50\xb6\xa8\x80\x5b\x97\xa7\x22\x8a\xdb\xd1\xcf\x1d\xb0\x64\xe0\x5b\x5b\x87\xb4\xef\x0e\x70\xf8\xa2\x28\xe9\xf9\xbc\x63\x97\x58\x9e\xe9\x1e\x9a\xe7\xfd\xd1\xf7\x2a\x8d\xc4\x45\xb1\x10\xe7\x92\x1e\xfb\x22\xa5\x21\x74\x7b\xb9\x33\xd6\x66\x69\x92\x91\x27\x00\x0a\xd4\xcd\xa0\xd4\x3c\x42\x06\x66\x77\x51\x9a\xd4\x0e\x87\x5b\x0e\x4f\x5e\x02\x34\x78\xb2\xf3\x7a\x1d\xc4\x8f\x38\x0f\xd1\x80\x6a\xa4\xee\x19\xec\x79\x49\x4f\x5e\x80\x85\x4e\x45\xad\xd9\xba\x24\x1b\x38\x29\xc8\x76\xdb\x13\x2a\xfc\x42\xe6\xa3\xee\x6c\x25\xf5\x5a\xcf\x5e\x94\xc2\x6f\xd5\x2d\x42\x9b\xfa\xb7\x85\xd3\x3a\x25\x6a\xf7\x72\xed\x43\x5d\x07\x92\x94\xf5\x39\x54\xfb\x63\x62\x1c\xc7\x8c\x9f\x81\x68\xa6\x4e\x2d\xda\x2c\x44\x73\x22\x09\x86\xdf\x53\x69\x85\xdc\x05\xdd\xba\xb4\xdc\x52\xed\x94\xa5\x9d\x44\x32\x76\xab\xd2\xae\xe2\xdf\x9b\xbb\x69\x47\x5c\xc3\x6d\x7e\xf4\x41\x64\xb3\x23\xd0\xaa\xf8\xf7\xcb\x05\xda\xfa\xfe\xf1\xd5\x07\x20\xcf\x09\x50\x15\x9f\x49\x66\x88\xc4\x91\x75\xfa\x63\xbb\xea\x19\x16\xbe\x8a\x3f\xe8\xb2\x81\xb2\xe5\xac\x0d\x06\xa1\x92\x3a\xb6\x59\x85\x8d\x32\xb6\xbb\x39\xfd\x66\xcd\x41\xf1\x15\xfb\x57\x7c\x3e\xfd\xca\x26\xce\x04\xc0\xa2\xce\x77\xb0\x8d\x3a\xb6\x95\x18\xde\x9e\xad\xd1\x42\xe4\x62\xcf\x24\x68\x8a\x89\xc0\xdb\xcb\x10\x20\xde\x04\xcb\xfe\xa0\x0e\x2e\x68\x29\xd2\x32\xe3\x07\x69\x18\xec\x39\x13\x41\x50\xf0\x36\xf6\x4c\xc4\x75\xf7\x19\xcb\x40\x75\x22\x18\x06\x28\xdf\xd2\xb3\x99\x08\xb9\x2f\xd6\xb3\x41\x71\x2a\x44\x59\x7f\x02\x8e\x9b\x9e\x8d\x90\x53\x09\xb2\xe2\xed\x88\x26\xf3\xc7\x57\x0f\x28\x90\x7b\x82\xfc\x1a\x3d\xc3\xd0\x09\x47\xef\xd9\x4c\x86\x6a\x28\x56\xc2\x4d\xd1\x2b\x90\x42\xc8\xc8\xde\xba\xc5\x4b\xd1\x73\x53\x71\x47\xaa\xc9\xde\x49\xeb\xce\xca\xa2\x71\xe2\x48\x73\x86\xd0\x21\xaa\xe7\x16\x25\x27\x8a\xe7\xee\xe6\xac\xd0\x5b\x69\x9c\x71\xeb\xe5\xf6\x29\x5a\x35\xd0\x4a\x2c\x31\x2c\x01\x23\x7d\xb7\x46\x2e\x26\xe9\x4e\x59\xdc\x8a\x1f\xa6\x5b\x15\x77\x74\x81\x80\x09\x61\xb9\x58\xd3\xd4\x77\x17\xd8\x21\x94\xe8\x0b\x59\xd5\xbf\x3b\x91\xc8\x1b\x61\xb7\x86\x28\x43\x5a\xa9\x72\x9b\x92\x13\xb1\x6a\x3e\x51\xcd\x3d\x0f\x8d\x65\x8c\x31\x04\xae\x1f\x29\x58\x4e\x3f\xd2\x86\x2a\xac\x48\x85\xbf\xe0\x86\xd9\x88\x6c\x9c\x02\x3d\x93\x0a\x7f\x35\x9f\x09\x09\x70\xb6\x38\x08\xba\x98\x84\x53\x00\xb3\x7c\xa7\xfc\x6d\x5d\x62\xba\x01\x08\x0e\x40\xca\x60\x2f\x05\x75\xaa\xdc\x56\xd2\x71\x76\xaa\xdc\x16\x35\x8f\xbc\x0c\x6b\x70\xa9\x9b\x8b\x17\xe9\x9f\x25\x6a\xb5\xaf\x64\xaf\x8c\xb9\x15\x72\x74\x0f\xb2\x09\x24\xa6\xdf\x70\x77\x45\x0c\x5e\x4a\xf5\x8e\x8c\xe2\xbf\x04\x1f\x81\x09\xf5\x38\xbe\x25\x79\x0b\x39\x03\x9a\x1e\x05\x6b\x11\xcd\xf3\x47\xca\x3f\x7d\xe1\x02\xb3\x1b\xbe\x19\x74\x3b\xa4\x6c\xa7\xe9\xd5\xf8\xfb\x29\x95\x85\xd1\x51\x8c\xb6\x1c\xae\xd5\xdc\x10\x6e\x92\x97\xb5\xe2\xec\x13\x80\xbd\x04\xe1\xa9\xdd\x9a\xb9\x93\xf1\x70\xb9\x91\xdc\x2a\x5e\x92\x81\x30\xac\x8b\x06\xe8\xd7\x0b\xb5\x25\xcb\x9e\x05\x02\x51\xda\x4b\x08\xca\x9e\x51\x09\xb2\xec\x79\xd8\x16\x2a\x35\x6c\x0b\x72\x20\x0b\x50\x7c\xd6\xea\x7f\x3d\x1b\x88\xc0\xbd\xc3\x4e\x25\xda\xba\xc4\xd8\x9f\x85\x68\x79\x86\x68\x88\x34\xe6\x84\xf2\xac\xdd\x56\x71\xa4\xd3\xdb\xed\x65\x12\xc1\xdb\x85\xb0\x25\x69\x65\x7c\x96\xa4\x5d\x9e\x22\xeb\xd9\xbb\xc1\x04\xf2\x11\x09\xd5\xf3\x1d\x18\xee\xcb\x09\xfe\x39\x25\xd7\xc0\x36\xdc\xac\xc1\xe3\x61\x16\xa8\xe1\xb3\x77\x63\x7d\x8e\x5d\x60\x64\xb2\x46\x54\xb9\xd6\xc3\x35\x15\x99\x0a\x49\x7e\x57\x34\x66\xfd\x12\x66\xf4\xf2\xe5\xf7\x9a\xec\xbb\xfc\x17\x93\xbd\x5a\x1e\x85\x63\xf7\x54\x99\x12\x71\x79\x4b\x22\xad\xf9\xde\x75\x46\x09\x35\x96\x10\x46\x7a\x61\x1f\x31\x09\x2e\x88\x5b\x58\xc5\xf3\x24\xbb\x07\x01\xa8\x15\x9b\xc9\xb8\xdf\xa9\x15\x5b\x09\x3f\xec\xd6\x8a\x1d\xc4\xf2\xf7\x72\x48\x0d\x21\xb9\x16\x88\xc5\x7d\xdf\xad\x0f\x4b\x60\x62\x2f\x5e\xc3\xea\x3e\x6b\x58\xef\x36\x90\x83\x21\x82\x14\xb9\x3e\xcb\xa3\x88\x6c\x32\x17\x49\x2f\xa1\x98\x83\x4e\x94\x8e\x2d\x54\x67\xee\x51\x39\x96\x3b\x81\xbd\x84\x66\xce\x11\x2e\x11\xbe\xd7\xfd\x05\x39\x75\xd8\x17\x16\x9a\xc4\x0e\x58\xf0\x55\x96\x52\xb2\x68\xed\xf3\x44\x63\x67\xe5\x79\x39\x06\xdd\x86\x6e\x0d\xe6\x14\xd8\xef\xb1\xfc\x41\xaa\x57\xfc\xe1\x45\x65\x64\x85\x45\x36\x02\xcd\x88\x12\xad\x44\x68\xf6\x12\xfa\x34\xba\x53\x31\x9d\x93\xd6\x11\x8a\xb4\x16\x4a\xd9\x74\x6a\xb1\x16\x6e\x3d\x77\x4a\xb1\x56\x8f\x2d\x95\x58\xf3\xf0\x39\xd4\x66\x17\x58\xe5\x0a\x2e\xa4\xc6\x18\x34\x47\x0d\xd6\x5e\x5d\xac\x12\xaf\xe5\xd0\x82\xaa\x8b\xac\x35\xbd\x98\x94\xc2\x89\xa0\x07\x13\xb4\xd4\x4b\xd5\x58\xf1\x6d\x22\xe5\x5e\xaa\xb8\xcc\x6c\xb8\xfa\x84\x27\xac\x5b\x85\x35\x75\xd7\xd2\x0c\x9a\x42\xbd\x2c\xc1\x52\x8b\x9f\xa1\x58\xc7\x33\x41\x38\xf1\x3c\xfd\xc8\x16\x92\x65\x0e\x4c\x54\x62\xd5\xca\x47\x25\xd6\x8c\xbb\xbf\x5b\x57\xb5\x6a\xea\xa1\xae\x6a\xb6\xc2\x47\xa7\xb0\x6a\x91\xb9\x17\xac\xec\x24\x47\xec\xd6\x58\x5d\xee\x29\xda\xf3\x8a\xbf\xeb\x66\x10\xde\x3d\x36\x9b\x15\x72\xd9\x9b\x3b\xd6\xdd\xba\xaa\x8b\x8c\x3d\x9d\xc2\xaa\x49\xfb\x8c\xc5\x54\xcd\x52\xd2\xa9\xa6\xba\xbf\xf2\x17\x28\xab\x1b\x34\x28\xfa\xd0\x6d\x1d\xab\x65\x74\xd2\xea\x67\x4f\xe5\x66\xbc\x85\x1c\x67\xbd\x44\x2e\x61\x8f\xcc\xf0\xc8\x88\x5c\xa1\x27\x23\x7f\x14\xae\x81\x4b\xee\x28\xad\xba\x7f\xa0\xdf\xa9\xa5\x8f\xbe\x66\x4c\x91\xbe\xcc\xc4\xaf\xe1\xa7\x78\xc3\xbb\xda\x5c\xf8\xf8\x51\x1c\x06\x80\x45\x62\x27\x95\x60\x8a\xb1\x56\x79\x69\x21\x29\xff\x72\x9b\x97\x96\x68\xf1\xd4\x8c\x1f\xc2\xd0\x54\x8e\x12\xe1\x62\x84\xbc\x66\x38\x2b\xb6\x6a\x95\x29\x56\x97\x77\xb6\xc1\x96\x45\x4d\x2b\xcd\x6b\x79\x2b\xdc\xd6\xae\x12\x8e\xb0\xc7\x7b\x16\x96\x33\x61\x49\xd8\xe3\x17\xf2\x5c\x94\x6f\x45\x02\x2c\xd8\xe6\x97\xa7\x82\xa4\x50\xcb\x43\x61\x80\xa1\xd6\x1e\xaa\xba\xe6\xee\x9c\xcc\x01\xa9\x1a\x52\x2c\xa6\xe6\x81\xe6\xd2\x96\xea\x51\x94\x78\x8d\x06\xd4\xa3\x69\x8e\x26\x82\xf9\x3d\x5b\x19\x23\x8b\x5f\xd0\xed\xa2\x26\x8e\xa8\x54\x74\xad\x4b\x91\x31\xcc\x2f\x37\x98\x1c\x23\x43\x60\x9c\x92\x76\x47\xdb\xba\x77\x23\xaa\xb2\x53\x76\xb5\x1d\xce\xc8\x0b\xda\x1a\xda\xa8\xb4\x9a\x35\x1c\x97\x2d\x01\xb4\x43\x8a\x78\xb9\x11\x48\xa4\x65\x4b\x00\xed\x10\xed\xf4\xac\x6b\xac\xa2\x1e\x6b\x23\x68\xba\x97\x60\xe9\x48\x22\x14\x58\x2d\x84\xfa\xf5\xb2\x59\x7a\x39\xdc\xdf\x5b\x29\x5b\x5e\xb2\x79\x7a\x23\x58\xb9\x97\x5b\x6a\x8e\x10\x44\xe1\xd5\xa2\x5f\x96\x02\xab\x45\x33\x56\xf1\xc2\x35\xfc\xb0\xdc\xb2\x34\x79\xcc\x23\x93\x10\x9a\xf0\xe2\xe4\xe1\xd9\x3a\x79\xe3\x86\x72\xb7\x5e\x6a\x8f\x43\xf9\x38\x73\x1b\x80\xcb\xfa\xe9\xa8\x79\x9a\x4a\x60\xfc\x63\x10\xed\xb7\xe6\xbc\x62\x89\xf7\x2e\xaa\xbf\xb1\x16\x16\xf9\x7a\x13\xdf\x67\x5c\x0a\xa2\xe7\x2b\x4c\x7d\x1e\xa8\xb0\x12\x82\xd7\x05\xef\x99\xd5\x83\x8f\x92\xcf\x72\x89\xe9\x8b\x58\x0f\x2a\x51\x9b\x34\xeb\x92\xa2\x1e\x69\x3b\xb0\xbd\x51\x8f\x74\xb7\xc8\xbc\x64\x17\xd9\x78\x01\x2c\xc9\x1f\xea\x8f\xaf\x41\x1c\x7b\xaf\xc9\x49\x2d\x9e\x07\xdf\x74\x9e\xad\xcc\x7d\xf8\x02\xab\x9e\x3e\xcb\x18\xa0\x09\xd4\x23\xdd\x5f\x0d\x5e\xb4\xf6\x70\x62\x2d\x48\xba\xc8\xba\xd4\x6b\x96\x11\x72\x18\xa9\x4e\xda\xe4\xe8\x14\x24\x6d\x47\xb2\xb9\x67\x7c\xf9\x12\x1b\xc4\xbc\xc8\x7a\xc2\xf5\x89\x5e\x37\xe7\x2d\x24\x0e\xeb\x55\x37\x36\x57\x86\x7a\x35\xa8\x4e\x93\x59\x2d\xe0\x35\x87\xbc\x1a\x14\x5f\xe3\xc5\xc1\xe9\x0a\xdb\xb5\x8e\xde\xaa\x7e\x5b\x85\x7b\x89\xdb\xcc\x3c\xeb\xd6\x13\x70\xe8\xb1\x5c\x3a\xeb\xd5\x80\x77\x6d\x69\x14\xfb\x6c\x87\x5d\x59\xec\x93\x7b\xbe\x9d\x62\x9f\x43\x59\xbd\xea\x89\xae\xae\xbc\x89\x31\x58\xa5\x6a\x93\x18\x4f\x5f\xc8\x28\x7c\xf8\xac\x79\x1d\x9a\x5b\x2d\x29\xa3\x6e\x57\x43\x97\x6c\xbe\xdc\xba\x1f\x58\x62\x8b\x19\xd3\x41\xd7\xee\x0f\x84\xba\x54\x00\x41\xa5\xf6\x18\x9f\x99\x75\x37\x9e\x51\x3a\xda\x45\xf6\x23\x79\x8c\x1b\xdf\xc1\x33\x34\x8d\xaa\x02\xc9\xa5\xaa\x6e\x1d\xd0\x45\x92\xaa\x4e\xed\xcf\x76\x64\x7f\xc0\x3f\xc3\x21\xab\x23\x8c\x87\x8c\x47\xbc\x99\xd2\x13\x45\x41\x93\x49\x92\x7a\x1d\xb1\x10\x9a\x10\x9e\xae\x7b\x27\xea\x7a\xaa\x19\x55\xd8\xd5\x20\x04\xb2\x53\xd8\xb3\x1d\xd9\x1f\x02\xf4\x2c\x44\xfd\xb0\x8a\xce\x96\x3a\x1b\x42\xd5\x0b\xbe\xc3\xaf\x38\x17\x10\x18\x6a\x73\xb6\xc3\x73\x41\x46\x90\x12\xdf\xbb\xd5\x08\xb4\x75\x11\x12\xd0\x6d\x6c\xca\x00\xe6\x61\x86\x41\x83\x2a\xaa\x4c\x46\x5d\xbd\x5a\xd1\x4c\xdd\x99\x32\x9d\x25\x09\xab\x8f\xe3\x31\xc1\xe0\x2c\xe8\x1f\x54\xe6\xdc\x2f\x8c\xfe\x81\x6e\x21\x33\x53\x8d\xb3\x68\x3c\xae\x86\x6d\x55\x77\x8d\x68\x75\xf2\x4c\x74\xaa\x71\x6e\xc5\x71\x3f\x9f\x16\xa4\xe7\x1b\xfc\xbf\xc3\x73\x60\x10\xbb\xa6\x9a\xa8\xb3\x29\x92\x6e\xde\xd2\x8e\xf2\x5d\x60\x72\xa7\xea\x66\x3b\xb2\x3d\xcb\xc1\x10\x65\xac\xa8\x29\x65\xa3\xa2\x66\x3b\x90\xc1\x6a\xe4\xb0\x82\x3b\xd7\x8b\xa5\x17\x3f\x02\xfb\x90\xfa\xa2\x70\xa6\x0a\x5d\x35\xc1\x30\xf7\x5c\x3a\x95\x33\xf3\x10\x15\x2f\x3c\xaa\x28\x08\x35\xae\x00\xbb\x9b\x77\xc0\x9d\xa5\xc8\x6c\xe0\xb1\x55\xa5\xd1\x6e\x55\x1a\xd5\x03\xea\x1d\xb8\x64\x73\x70\x09\xc1\xb2\x6e\x2e\xd4\x0e\x71\xf4\x21\x02\xc9\xad\x95\xbf\x48\x7a\xbd\xb2\x35\xa4\x1a\x8f\xd2\xe7\xb2\x85\xdb\xc9\xfa\x1e\xd7\xc7\x70\x28\x87\x8a\x8f\xd5\x12\x30\xd5\xb3\xf2\x70\xba\xe0\xd0\xf5\x15\x73\xfd\x6a\xab\x87\xed\x40\x70\xa2\xe2\x66\x3b\x3c\x11\x2f\x24\xce\x4d\x7b\x3d\x1d\x02\x44\x36\x03\xb7\xae\xaf\x82\x9d\xac\xe5\x65\x45\xf0\xa8\xfa\x7a\xea\xdc\xa5\xad\x1e\x36\xe5\x0c\x2b\x71\x1a\xa1\x40\x21\xce\xbd\xbc\xfd\x51\x3b\x90\x27\x60\x3f\x2d\xac\xc1\x58\x11\x2c\xd1\x69\x3e\xb0\x4e\x8d\xce\x76\x40\xd5\xa8\xb1\xb9\x9b\xf3\x12\xba\x1b\xf2\x66\x4b\x01\x37\x5f\xb4\xa3\x2d\x3f\x63\x07\x20\xaa\xcd\x2c\x5a\x5a\xe4\x9b\x59\xb4\x48\xcb\xdd\x5b\x02\xf7\x9a\xcf\x4c\x3e\xba\x7a\xec\x77\xf0\x22\x1d\xe4\x38\xb7\xcd\x9b\x86\xe1\x48\x2d\xb3\x83\x90\xc1\x96\x81\x22\x54\xb4\x99\x1d\x43\xf5\xbe\x65\xe9\x15\xc2\x06\x35\x3e\xdb\xe1\xd8\x99\x03\x02\xdd\x6c\x59\xd3\x8d\xad\x2d\x57\x9d\x7d\x21\x28\xde\x49\x95\x00\x16\x2d\xd4\x0f\xb9\x77\xd7\x9b\xcc\x88\x83\xda\x0a\x48\x02\x89\xa1\xc2\x67\xa3\x82\x49\x6f\x6a\x8a\xb0\xe1\x66\xfa\x7c\x75\x3d\xca\x7d\x26\x35\x09\x6a\x7a\x96\x1e\x8d\x5f\x0c\xe5\xcc\xd5\x2c\xbf\xaa\x4d\xad\x06\xd0\x17\x2f\x56\x9f\xa0\x75\x0d\x24\x61\x8c\xea\xd8\x00\xed\x67\xd1\x6b\x7f\x00\xce\x9c\xac\x56\x3d\x7f\x76\x8b\xdc\x27\x94\xc3\xbc\x8a\xf8\x61\x19\x4f\x19\x4c\x0b\x5d\x10\xd1\xa0\x35\x27\x02\xed\x69\x0d\x84\xe1\x60\xb6\x26\x3c\x80\x1a\xaa\x20\x37\x42\x3b\x75\x3f\x1b\x25\x91\x7a\x53\x13\xe4\xb8\x52\xf6\xb3\x91\xe4\xbc\x53\xf6\xb3\x51\x3f\xa6\xb7\x26\x1b\x80\x9d\x5a\x03\x74\x91\x9e\xac\x37\xc2\xb3\x9a\x0b\x92\x03\xba\xc1\xc4\x6d\xe7\x6f\x93\x28\xf7\xd6\x03\x56\xf6\x76\xba\x10\xe0\x80\xca\x68\x20\x5c\x23\x4a\xbb\xbb\xc9\x83\x33\x2b\xac\x36\xa7\xcc\x8a\xe1\x6d\x60\x99\x74\x63\x07\xf7\x1d\x38\xe3\x6d\xb0\x58\x74\xd8\x66\x02\xc6\xe1\x36\x85\xa5\x15\xf6\x6f\x3d\xd1\xaa\xeb\xa8\xcd\x00\x28\x63\xcf\x20\x43\x40\x82\x9b\x5c\x9e\x72\x0a\x87\x56\x2d\x85\xd4\x0d\xcd\x52\xd9\x36\x63\x10\x66\x35\x0d\x42\xb7\x5b\x6b\x3b\xd2\x60\x33\xd3\xc2\x3d\x8a\x4e\xd9\xd0\x22\xbb\x8f\xaa\xa1\x64\x5a\xeb\x6d\x29\x69\x65\xbf\xe2\xba\x97\x78\x68\x68\x15\xf7\xfb\x3b\x85\x42\x8b\xf6\xae\xb6\x38\x4c\x9e\x38\x7c\xa6\xd4\x0d\xe8\x2d\xc2\xac\x44\xdc\x05\x69\xb4\xc1\x27\x30\xcc\x17\x4d\xda\xb4\x0e\x26\x8b\x1e\x64\xd9\xd0\x81\x40\xdf\x54\xdf\x10\x18\x5b\x30\x59\x04\x38\xca\x89\x16\x63\x1d\xa9\x06\xda\x0e\x0f\xd6\x07\xc9\x4a\x98\xa1\x9a\x69\x66\x6f\xc1\x56\x97\xbd\x7a\xc0\x99\xc6\x69\xe2\x52\x9f\x3d\xdf\x52\x81\xb0\xe0\x42\x7d\xdb\xa9\x94\x04\x43\x69\xe6\xd9\x50\xca\x6a\x27\x47\x1f\x06\xd6\x70\xb8\x8e\x21\xb6\x62\xe8\x55\x88\x68\xda\x73\x0f\xfb\x35\x0e\x95\xd9\x9e\x51\x25\xdf\x8f\xa4\xb8\xee\xc6\x05\xe3\xf0\x2c\xea\x88\xed\x02\xf7\x82\xfe\x89\xf8\x2a\x80\x9e\x4b\x42\xab\xb5\xdc\x36\xf5\x3f\xe1\x7f\xa9\x0a\x14\x7b\x5a\x0e\xe1\x57\x28\xa2\x52\x94\x0b\x5a\xe8\x99\xbb\x62\x52\x76\x4b\x34\x22\x76\x9c\x76\x7b\x18\xe3\x85\x93\x21\x3e\xdf\xa2\xb0\xd0\x31\xb7\x7f\x77\x0b\x60\xd0\x72\xd5\x76\x8b\x47\xb2\x9a\x1b\xb9\x48\x4c\xb8\xd9\x3f\xf1\xcb\x44\xc1\x84\xf1\x77\xcb\x90\xca\xff\xa8\x42\x9a\x8a\x42\x6b\x7b\x48\x41\xe6\x74\x61\xd6\xfa\x1c\x1b\x17\xac\xe5\xa4\x8d\xb0\xaa\xec\xf2\xf0\xd5\x0e\x47\x23\x14\x3b\x68\x32\x4c\x3c\x89\x6a\xf0\x6d\x13\x42\xf6\x26\xdf\x76\xde\x6f\x80\x9f\x11\x5e\x21\xe8\x70\xdc\x28\x2b\xb2\xc8\x97\x45\xc8\x07\x31\xdf\x0e\x2e\xaa\xf6\x7e\x20\xc4\x43\x12\x3a\x77\xc0\x34\x53\xf4\x83\x8d\x8c\xe7\x00\x60\xe5\x85\x1b\xe3\xf0\x5a\xea\x97\x66\x7d\x10\x96\x2f\x1d\x5c\x67\xed\x94\x2f\x9d\x75\x7c\x2b\xe9\x51\xdb\xb4\x1d\xcb\xe1\xb5\xfb\x0c\x9e\x25\x48\x50\x9a\x4e\xf6\x2c\xee\x7a\xf4\xce\x95\xb0\x03\xcb\x54\xe7\xea\x97\xb2\x36\xd5\x4f\x73\x8f\xbf\xa3\x18\x73\x2c\xa9\x84\x9a\x4d\xbd\xd2\xbb\xbc\xdd\x4e\x4d\xf7\xaf\xa0\xdf\x49\x1c\x7c\x28\x92\xf7\x24\x97\x63\x21\xd9\xdc\x97\xcc\x29\x2b\xe7\x23\x71\xf6\x70\xbe\x82\xdd\xdd\x24\x21\x6a\x00\x3d\x73\xd1\x6a\xd8\xa4\x91\x58\x85\x01\x73\xcc\xc4\x7e\x07\x37\x94\x99\x55\x64\x17\xb6\xdb\xe5\x47\xbe\x48\x3d\x8b\x5d\x19\x7e\x35\x1d\xe3\x72\xd3\x1d\xfd\x06\x6e\x80\x27\xcb\x3d\x1d\x83\x75\xb8\x21\x45\x49\x76\xfa\x92\x7e\x7c\x4d\xa3\xba\x28\xc4\xba\x7f\xf0\x85\x13\x0b\xe1\xa7\xde\x6a\x0e\x8b\x76\x2f\x31\x2d\x66\x52\xf4\x41\x72\xfa\x29\xb8\x3a\x48\x54\xd3\xad\xb7\xba\x62\x8c\x4d\x58\xa9\x83\xdf\xbb\x41\xdd\x32\x56\x0a\xac\xb6\xe4\xcc\xd1\x79\xa9\xbd\xdb\x3b\xae\x5b\xad\x7b\x7d\x8b\x13\x2d\x81\xeb\xbd\x4a\xce\xa0\xa5\x51\x84\x55\x3d\xa3\x57\x03\xee\x39\x37\x14\x61\x6d\xc9\x6d\xd6\x22\xad\xe8\x4c\x41\xd6\xac\xc7\xbb\xd7\x00\x9b\x83\x28\xd0\x55\xfb\x62\xba\xd0\xb0\xde\x62\x9f\x99\xae\xd2\x85\xb8\xd4\x88\x54\x13\xdf\x34\x21\x2b\xbf\x76\x4b\xd2\x09\x84\xa6\x62\xe1\xfe\x23\x45\x28\xdc\x53\xa9\xb5\xa9\x7b\xf7\xe6\x70\xf4\xe4\x1d\x31\x32\x46\xf4\x6e\xc0\xb7\x7e\xf8\xbe\x25\x8a\xa6\x39\xb1\x9b\x58\x4b\x3b\x14\xa5\x5d\x9b\xfc\xbd\x5b\xd0\x6e\xf8\x77\xc4\x5d\xb7\x0c\x5d\x5b\x32\xd9\x4d\x9e\x32\x44\xe9\xae\x55\x33\xbe\xc2\xa5\xeb\x52\x71\xe9\x1a\x0a\xde\xb7\x94\xd1\x92\x10\x1c\x84\x3e\xb8\xdd\x21\x65\x30\xb2\x75\x5c\x95\xc1\xa9\xe3\x9a\x55\x5d\xbb\xe5\xeb\x48\x62\xd1\xa9\xe3\x9a\x75\x96\x75\x3d\xbd\xff\x2f\x61\xe7\x71\x36\xbd\xae\xa3\xc1\x54\x6e\x08\x2d\x5a\x70\x73\x72\x91\xcd\x3f\x84\x79\x58\x85\x7f\xb6\xdf\x4e\xea\x16\x3d\x09\x47\x00\x2f\x61\xbe\x63\xcc\xdb\xaf\x18\xea\x4c\xaa\x6e\x91\xcf\x7f\xe8\x6e\x88\x8d\x0d\x9f\x1c\x66\x1e\x85\x83\x8d\xad\xc2\xf7\xc3\x05\x08\x26\xc4\x06\xd1\xe0\x89\x38\x1a\x40\xbf\xf6\xc3\xa9\x0d\x76\x48\x56\xaa\x0c\x00\xed\x1e\xc1\xc2\x38\x8c\x65\x6b\xa8\x22\x03\xa7\x6f\x75\xa8\xb1\x64\xbe\xdd\x17\x88\x7a\x7e\x04\xaa\xc6\xf0\x77\x9b\xfb\x2b\x10\x6d\x00\x1d\x1b\x4d\xe2\xb1\xd8\x23\x70\xdc\x61\xd6\x15\xa5\x3e\xf0\x61\xa3\x79\xe0\x4f\x9d\x76\x7c\x46\x29\xd2\xd1\x00\x80\xd8\xa6\x8d\x21\x81\x5f\xa5\xd9\xba\x63\x11\xee\x3c\x00\x81\xad\xca\xed\x82\xc0\x4e\x62\xa2\xc7\x10\x1f\xc8\x13\x9b\x6a\xbb\x7b\x01\xf3\xb0\xd2\xc5\x48\x81\xc2\x19\xbd\x18\xa2\xed\x5d\xcc\x28\x42\xdc\xb8\x24\x4f\x52\x72\xf4\x77\xc2\xf1\x07\xe0\xb0\x9d\x6c\x74\x63\x6c\x19\x22\x9a\xb4\xe6\x96\x5d\x7b\xfc\x90\x27\x0e\xb8\xe1\x40\x6c\x38\xdc\x86\x04\xab\x57\xef\x1e\x86\xde\xd8\x76\x1c\xb9\xc1\x74\xbe\x03\xa4\xd8\x7e\x38\x69\x06\xa8\x2b\x24\x0d\x8d\xc8\x8a\x42\x89\x01\x4b\x8e\xa6\x31\x9e\xe6\x3f\x54\xbc\x65\x82\x7e\xf8\x15\x77\xb8\xaa\xc7\xc0\xbb\xf6\x23\xbf\xc9\xf1\x31\x26\x90\xf3\xfe\x3d\x63\x1d\x91\xf1\x3c\xb9\x7c\xac\xe5\xcb\x11\xca\x67\x5a\x40\x02\x11\xb7\x75\xe8\x0d\x39\x30\x1c\x7b\x3d\x38\x8c\x3d\x57\xfc\x19\xde\xf4\xea\xcf\x31\xcc\xfa\xa5\x04\x03\x88\x6b\x3f\x64\x1d\x1a\x8a\xf3\xf7\x0a\xab\xa2\x3d\xaf\x74\xd1\x6e\xc7\x56\xe0\xfb\x21\x21\xd8\x3a\x7b\x3f\x64\xe4\xa4\xd5\x54\x77\x01\xe7\xb5\x24\x87\xfd\x88\x93\x90\xaa\x6e\xb1\x21\xf4\x12\x1d\xb8\x78\xd5\xac\x07\x83\x89\x84\x1b\xad\x3e\x0f\x06\x99\x37\xf5\x4e\x99\xa2\x0a\x40\xe8\xe7\x2f\x37\xdd\xe2\xa5\xfe\xf7\xbf\x06\xd8\xec\x98\x40\xe2\x35\x5d\x3c\xa6\x0e\xd8\x64\xe0\x18\x20\xc3\x1e\x7a\x4a\x4f\x1d\xb0\x87\x1f\x5d\x08\xae\x36\xf1\x10\x82\x18\x3c\xc3\xf9\xc2\x67\xc8\x2b\x9c\x4f\xf8\xd7\x39\xad\xe8\x30\x39\x1d\xe7\x68\x1e\x99\x6b\x8a\x67\x7c\x20\xb2\x84\x8b\x35\x78\x9e\x44\xbf\xd3\xb2\x5e\xd9\xd3\xa6\x0f\xba\xb1\x7c\x76\xcf\x55\x5f\xc8\xed\x70\x58\x13\x7b\xbf\xda\x02\x4e\xd9\x16\xd0\xa5\x4b\x09\x2c\x61\x60\x95\xae\x66\x51\xcd\x69\x7e\x86\x8d\xd3\xce\x16\x70\x24\x1c\x05\xf8\x40\x52\x51\xc0\x5e\xab\x5a\xdc\xfc\x77\x73\xcc\x33\x4d\xb3\xd9\x67\x86\x81\xd3\x8d\x9a\x33\x40\xff\x2a\xb0\x38\x87\x1f\x65\xcb\x94\xc6\x7a\x70\xe4\x33\x7b\x06\x92\x3f\xb1\x1e\x68\xbd\x9e\x55\x2c\xc5\x3f\x2f\x71\xa7\x61\xe1\x6c\xcc\x59\x73\x27\x5b\x03\xcb\xe4\x58\x15\x0b\x50\x5f\x67\x53\x98\x66\x4b\x4d\x7d\xb4\x95\xba\x66\xb3\x5f\x8c\x24\xa3\xbd\xd8\xe4\xb3\x25\x3d\xf0\x2b\x34\x50\xc8\x4f\x82\xd0\xea\xe9\x92\x20\xb4\xfa\xfe\x00\x42\x5b\x97\x33\x04\x80\xdf\xe1\xef\x1a\x1a\x38\xb7\x80\xd0\x96\xb0\x57\x58\xd5\xf5\x7a\x99\x69\x66\x40\x84\x9a\x3d\x67\xce\xaf\x06\x36\x2e\xbf\xe2\x70\xc3\x26\x66\x17\xda\xc5\x6f\xb2\x1b\xf4\x49\xb1\xc0\xc5\xec\x06\x57\xf1\xfb\xe0\x98\xc3\xf6\x40\xb6\x2d\x3a\xf4\x83\x6c\x5b\x8d\xad\x9a\x26\xd5\xcc\xdf\xf1\x07\x42\x27\x00\xa6\xb6\x03\xd7\x33\xe6\xc8\xcd\xe9\x0b\x66\x41\xac\x31\xa0\xd4\x1e\x55\x03\x0e\x28\xb5\x95\x44\x4b\x63\xca\xfb\xa1\xb3\x60\xd4\x56\xd0\x40\xc6\xd4\xda\x00\x4f\x98\x53\xf5\x80\x09\x9b\x4e\x86\x07\x9a\x1b\x69\x6f\x37\xa7\x29\xc7\xb5\x55\x00\x70\x5b\x49\xfc\x3a\x44\xb1\x35\xff\xf8\x00\xc5\xb6\x03\x96\x3c\x04\xb1\xd5\xf8\x0a\x86\x6d\xd5\xc4\x3e\x23\x99\x05\xa5\x33\x35\x9b\xa3\x10\x0e\x5e\xf1\x70\x06\xa4\xce\x03\x6a\xa2\x19\xab\x92\xf5\x7b\x8a\xe3\xe2\x99\xa6\xc3\xa6\x2d\x9b\x3b\xd3\x3f\x92\x57\xd0\x04\xa1\xdb\x5a\x17\xe7\x32\x66\xda\x1d\x98\x32\x01\xc2\xe1\xcc\xd4\xe2\xcb\x7f\x4c\x40\x44\x5d\x46\x72\x2b\x67\x82\x87\x5b\x25\xcc\x73\x25\x23\xa0\x79\xf1\x28\xa6\x13\xc7\x05\x41\x92\x87\x95\x8c\xc7\xba\xd0\xd4\x9d\x2b\x62\xbc\x41\x25\x1f\xa2\xe4\x6a\x63\x00\x25\xb7\x2b\x90\x00\x92\x5b\x72\x9e\x4f\x8d\x04\xee\xb4\x93\x83\x24\x39\x39\x9d\x1d\xfa\x24\xb6\x90\xdb\xd7\x68\x2f\xad\x3a\xf3\xca\x81\x53\xd5\xa5\xce\x09\xc7\x05\x0c\xb7\x1f\x6e\xe6\x0b\xde\xed\x39\xba\x3c\x16\x6e\xff\xcc\x14\xee\x47\x10\x14\xc9\x94\xe2\xc4\xb0\x56\xfa\xe1\x3c\x5f\xe0\x6c\xb9\xd7\xd2\x0c\x21\x39\x30\x37\x38\xac\x77\x72\xf5\x6c\xa8\xd6\x34\xb8\x6b\x7a\xc0\x04\x1f\x24\xe7\xc3\x98\x37\xa2\xcc\xcf\xd2\x12\x13\xf7\x11\x76\x88\x23\x3f\x52\x7b\x75\x06\xef\x5c\x0b\x2b\x26\xa5\xc2\xf4\x99\xb3\x3a\xff\x0c\xb9\x05\x99\xb7\xaa\x61\x4d\x2e\xac\xb5\x2b\x4c\x2e\xac\xbb\x07\xfc\xc9\xdd\xc3\xd8\xb9\xb0\x56\xe2\x05\xc9\xb7\xe8\xc6\x2d\x60\x6f\x4b\x5a\xf6\x04\x77\xf6\x7e\xb4\xfc\x83\xf1\x7a\xab\x3d\x7c\x56\xc6\x46\x19\x99\x66\xcf\xf1\x8e\x10\x8c\xdf\xae\xbf\x22\x10\xbf\x3d\x79\xb0\x3e\xe8\xc9\x4f\x5e\x74\x0e\xb7\xf4\xcb\x6a\x7a\x84\xde\xdc\xc5\xf4\x96\x5b\x07\x63\x3b\xa6\x12\x8c\x3c\xf8\xe5\x3c\x39\xec\xd7\x16\xe8\x13\x17\x10\x87\xfd\x4b\x43\x86\x84\xe0\x03\xbb\x03\x81\x70\xea\x9f\xa6\xe8\x3d\x49\x1b\x97\x84\xf7\x33\x3b\xb7\xbf\x67\xce\x43\x9e\xed\x92\xfb\xe2\xf3\xae\x45\x6a\xf6\xe5\xe4\x30\xd4\x2d\xcf\x4c\x6d\x44\x60\xfe\x96\x5f\x56\xc5\x75\x89\x51\x18\xc0\xfc\xd6\x3c\x7d\xa2\xfc\x72\x78\x03\xc1\xa5\x69\x43\x16\xe5\xd7\x6b\x0a\x50\x7e\x6b\xa1\x56\x41\x7e\x4b\xb7\x40\x47\x1f\xde\x13\x1e\x3a\x9b\x91\x93\x64\xc4\xe1\x0a\x53\x58\xc9\x43\xf9\x29\xb0\x50\xe8\xaa\x10\x22\x7d\x2c\x7f\x77\x4b\x22\x9c\x87\xd9\x69\x14\xe7\x81\xef\xdd\x3d\x3f\x78\x61\x9e\xc3\x7a\xb5\xd1\x31\x9f\x21\x02\x08\xf4\x28\xbc\x3e\x87\xd2\x84\x0e\xe1\x2a\x00\x61\xe2\xb8\x66\x4f\x0a\x4b\x19\x3e\xe3\x5b\xc7\x4c\x05\xd7\x12\x47\x58\x5a\x7e\x5a\x6c\x42\x46\xe6\x68\x8b\xc2\x2f\xdb\x13\xfc\xde\x7e\xd8\xf7\xea\x69\xc4\x32\x2a\x96\xaf\x22\x47\xd4\xcc\xf5\xc7\xf3\xc2\xae\x43\xb5\xd5\x2d\x6c\xe3\x35\x73\x34\xf3\x8c\x80\x93\x85\x55\xdf\x97\x2f\xd9\x36\xc5\x1b\xfc\x0b\xe5\x0a\x90\xdf\xc3\x38\xc8\x68\xba\xbf\xd0\xa7\x46\xbe\x97\xe9\x33\x06\x9b\xe5\xb3\xba\x8e\x2b\xa0\xb4\x11\x16\xc6\x8f\x6f\xf8\xbb\x82\xe0\xb2\x05\x8d\x0d\x90\xb6\x84\x08\x26\xd7\xc6\x00\x22\xb8\x93\x53\x66\x44\x73\x95\xe8\x9f\xe1\xe4\x50\xf7\xd0\xd6\xe0\xf7\x1d\x65\xcc\xa6\xbb\xb1\x5a\x8c\xda\x7c\x34\x30\x70\xb0\x82\x77\x03\x74\xb6\xbb\xe7\x97\xb5\x6a\x90\xe8\x16\x71\x25\x99\x59\xaf\xf6\xf5\x3a\x8c\x9e\x99\x1e\x78\x7e\xd8\xf3\x3e\x33\x81\x0e\x75\x40\xd0\x9d\x7d\x9c\xdb\xf6\x36\xf8\x83\xe2\x45\xde\x57\xb8\xc5\x46\xae\x0d\x4d\x4e\x99\x05\x4a\x4a\x6c\x59\xa1\x17\xcc\x34\xa0\x04\x1f\x82\x13\x8c\x98\x6a\x7a\x3e\x43\x5e\x5c\xd9\xb4\x25\x38\xf1\xdc\x59\x08\x5b\x30\xc2\x4c\xde\x24\xc0\x1a\x82\x09\x4f\x92\x7d\x0c\xc0\x84\x3b\xd8\x30\x03\x30\xe1\xae\xc5\x1d\xf8\xe0\xaa\x5f\x66\xe0\xbc\x36\xc3\x33\xa4\x29\xc1\xee\xea\xbc\xa6\xd3\x20\xb8\xc2\xb5\xba\x43\x63\x78\x54\xfc\xc3\xd9\x86\xa4\x81\x2b\xdc\xc1\x52\x1b\xb1\xc5\x88\x69\xb4\x7f\x84\x6d\xf3\x8d\x86\x05\x1d\x16\xc0\x1e\x3e\x14\x06\xc1\x1e\xee\x87\x6b\x28\xf0\x08\x79\x3c\x46\xe8\x46\xee\x84\x72\x97\x71\xe4\x73\x0e\xd5\x17\xf6\x98\x87\x7c\xd9\x1c\x85\xb7\x40\xd0\xc1\x81\x1d\xa1\xc3\x80\x52\x6f\x20\x11\x78\xbd\x16\xe6\x0c\x37\x7e\x2b\xce\x5c\x0d\x8b\x00\x97\xd4\xfc\x83\x7e\x78\x00\x01\x2b\x5c\xf9\x7b\xae\x0c\x3d\x3f\xed\x87\x4d\x28\x49\x21\x11\xc4\x69\xc2\x2c\x4a\x2b\x50\x60\xf5\x02\xa6\xb8\x78\xf1\x12\x29\x4e\xa0\x14\x84\xe2\x84\x24\xc5\x2c\xb0\xa6\xd1\x88\x2d\x4f\xf4\xe2\xdc\x20\x4e\xe4\x28\x10\x1b\x8a\x0b\x79\x9d\x3c\x5b\xd1\x65\x61\x3a\x9b\xd1\xe3\xf4\x55\xe9\xc0\x70\xbd\x10\x3a\xc4\x35\xba\xbb\x7f\xd0\x36\xd2\x41\xb1\x4f\x20\xf3\x1b\xae\x1a\x37\x3e\x2c\xce\xf8\x4d\x73\xd2\x74\xd3\xe4\x39\xfb\x22\xf6\x1b\xb3\x08\x64\x71\x2f\x59\x29\x06\x10\x17\x5b\xdf\x74\x9d\x48\xe3\xc9\x35\xa2\xc4\x96\x0c\xaa\xde\x5f\xa1\x27\x1b\xb9\xce\x06\x88\xc5\xdd\xcb\x19\x00\x8b\xbb\xe2\x1f\x80\xc5\x47\x4b\x12\xb1\x45\x86\x4e\xb2\xa0\x01\x60\x71\x37\xbc\x2f\x8c\x34\x37\xb4\x13\xc4\xe2\xb2\xb2\xf4\xc7\xdc\x50\x18\xa3\x45\x91\xee\x6c\xb9\xa0\x7b\xd1\x1c\x78\x26\x14\x69\x27\xdc\xdf\xab\x8b\x78\xd5\xbb\xaa\x05\x24\x85\x48\x18\x20\x11\xef\xe3\x42\x3f\x5e\x27\xa4\xf8\xcf\x63\x19\x2b\x30\x26\xd6\xe7\x8f\x46\x78\x46\x1a\xd0\xfd\x2f\xbe\x94\x24\x69\x3d\xb9\x3e\x12\x4a\xc8\xf5\xbd\x19\x05\x9b\xb8\x97\x62\x11\x94\xd3\xac\x2a\x37\x82\x1f\xc9\xbf\xdc\xc2\x82\x77\x91\x7e\x6c\x0b\x02\x5b\x86\x86\x44\xaf\x1f\x43\xff\xfd\xa9\xdb\x2e\x1d\xd8\x35\x9a\xae\x1f\xcb\x43\x67\x16\x86\x0d\xd9\xf2\xfa\x65\x97\x3b\x2f\xd9\x65\x5f\x5c\x9f\x83\x67\xcf\xd3\xb4\x03\xa7\x47\xd3\xba\xd0\xf7\xe1\xcb\x00\x27\x77\x60\xa9\x06\xb8\xc9\xc5\xe8\x9a\xc5\x1d\x89\xae\x23\x40\x28\x77\x30\x36\x07\x10\xca\xbb\xd6\xc9\x8b\xd6\x65\xbf\x3a\x0a\xbd\xa5\xd6\xb4\x8b\x40\x91\x56\x5e\x99\x40\x27\xd7\xe1\xe9\xef\x56\xa6\x62\xed\x57\xec\xfd\x6a\x71\x58\x4c\xd8\x86\x90\x6f\x3c\x17\xa6\x11\x92\x02\x6e\x72\xd7\x9f\x09\xdc\xe4\x5e\xaa\xcf\xee\x63\xea\xc7\x7d\x4f\xa7\x7f\x90\x92\x7b\x81\x6b\x00\x8e\xdc\x0b\xcc\x01\xdc\xe3\x0e\x5e\xd7\x10\xf6\xf8\x50\x84\x06\xeb\x78\xf7\x94\x96\xb1\x6c\x94\xea\x57\x52\x36\x84\xfe\x85\x65\x83\xac\xfc\x63\xd5\x14\x7e\xfc\x8a\xdd\xe3\x0c\x98\xe1\x4e\x33\x37\x88\xc8\xbd\xe4\x33\xd4\x0c\xb5\x69\x21\x4e\x0c\xa3\x7b\x57\x5a\x29\x5c\x6f\x23\xc9\x4d\x1e\x03\x9e\xf1\xfe\x8c\x8a\x9b\xde\x98\x3e\x4b\x26\xe1\xb9\x80\x15\x57\xa3\xd3\x00\x2b\xee\xa5\xf9\xbb\xb0\xb1\xf4\xb0\xab\x0b\x70\x26\x40\x28\xee\x25\x9f\x75\x04\x66\x3a\x7b\x1e\x3b\xda\xee\x6c\x16\x67\x81\xab\x08\x43\x30\x40\x2b\xee\x46\xb4\x83\x4f\x5c\x0b\xa4\x14\x7c\xe2\x0e\xba\xce\x00\x9e\xb8\x16\xa8\xfb\x1a\xb9\x3d\xa8\x88\x58\xb1\x61\x04\xb0\x60\xc5\xcb\x6c\x0f\x4b\xb7\xf8\xdc\xa8\x83\x50\xe6\x65\x11\x49\x8f\x8b\x89\x71\xa2\xd8\xdb\x2d\x35\xf4\xd2\xfc\x5d\x1a\xe1\x2a\x1b\x77\x56\x2c\x4d\x6f\xdd\xb4\xa4\x9f\xd1\x27\x74\xa5\x60\x61\x77\xc9\x86\x5b\x1d\x92\x42\x86\xeb\x8d\x90\xa1\x49\x71\x21\x57\x94\x6a\x61\xb7\x97\x65\x99\x4b\xcf\x91\x6e\x11\x66\xd3\x49\x44\x63\x45\x70\x10\x8d\x9b\xee\x47\x02\x1a\xeb\xa2\xbe\x94\x36\x20\x28\x80\x1b\x77\x2f\xb4\x00\x37\x16\xba\x6e\xac\x10\xf3\xc1\xdd\x65\x3e\x78\x38\xcb\x32\x61\x9c\x12\x3b\xc0\xc5\x47\x71\x37\x2f\x6a\x1a\x3e\x2b\xab\x78\x5e\x96\xf9\x38\x29\x8d\x53\x61\x81\xde\xae\x94\x1d\xac\x96\x38\x72\xf2\xe7\x0e\x60\x8b\x4b\x6e\xad\xc5\x86\x70\xb1\x15\x11\xd0\xee\x56\x8a\x08\x7f\xa6\xd0\x1b\xe0\x18\xef\xd5\x67\x65\x4e\xf9\x8e\xe3\x3d\x99\x5d\x98\xe4\x32\x20\xcd\x08\xbd\x65\x1a\x5c\xc3\xef\x80\x35\x3e\x44\xaa\x19\xc0\x1a\xf7\xe2\x58\xb4\x3c\x18\x24\xb5\x4c\x0c\xaf\x18\xb5\x2e\xa6\x02\x39\x1a\x84\xe3\xee\x1d\xc0\xc2\xd8\x00\xe2\xdb\x00\xe0\xf8\x10\x18\x67\xac\x2b\x53\x96\xd0\xc7\x2b\x17\x94\x7e\xe1\x81\x58\x90\x84\x12\xe2\xd8\x64\x3f\x40\x1c\xf7\xe2\x24\x5d\x90\x4f\xe9\xc8\x9d\x1d\x61\x1d\x6e\x57\x97\x02\x38\x3a\xe4\xf1\x48\xab\x42\xf8\xd1\xfc\xef\x7f\xd3\x1b\xd8\xa5\x77\xbb\x8a\xcc\x52\x58\x70\x7c\xb7\x0e\x56\x16\x20\xff\x90\x5b\x43\x47\xc4\xfc\xde\x2e\x31\x85\xdc\x5d\x0c\x83\xd1\x01\x44\xee\x45\x8a\x6c\x1a\x7a\xf3\x23\x01\x82\xdc\xd5\x43\x17\xb6\x02\x8d\xa3\xeb\x11\xf0\xd9\x02\x90\x01\x77\x2e\x46\x80\x22\xf7\xdb\x7a\x7f\x90\x03\x79\xac\x57\xa6\x66\x97\xde\x3c\xe1\xbe\xb0\xc6\x1e\x70\xa1\xc2\x1c\xe8\x2b\x91\x3b\xfc\xc3\x1b\x50\xc9\xdf\xcb\x8c\xbb\x14\x2f\x6d\xbb\xd7\xbf\x4c\x3e\x48\x71\x7c\x0f\x4d\xd3\xb4\xbe\x6c\x9c\xe9\xff\x14\x00\x3d\xe2\x9f\x5b\x4f\x16\xf2\xe5\x89\xf2\x85\x03\x2c\xf1\xfd\x48\x7b\xe9\x96\xf4\x9a\x62\x59\x2f\x3a\x89\x99\x85\x40\x3f\xee\xe0\xe5\x8f\x44\x3f\x56\xe5\x13\xfd\x58\x38\xa2\x71\xfe\xe8\x16\x0c\xf9\x34\x2e\x5d\x9d\xef\xc4\x13\x91\x74\xbb\xe3\xc4\x83\x41\x8f\xfc\x13\x46\xed\x98\x4e\x19\xf5\xf2\xf9\xb3\x56\xda\x3b\x5c\x32\x28\xf1\x29\x13\x66\xc1\x01\x42\xee\xc5\x16\x0e\xf6\x36\x1c\xf5\x34\xc4\x5c\xcf\x63\x00\x92\x8b\xd7\xe4\xe7\xc1\x15\xef\xb2\x56\xb7\x39\xe3\x06\x20\xb9\x93\x2b\x77\x9c\x42\x9e\x98\x82\x09\x80\xe4\x0e\x90\xdf\x00\x1f\xb9\xe8\xf9\x71\xe6\x85\x84\xd5\x16\x9c\x6c\x11\x3d\x4e\xb8\xb6\xae\x41\xa7\x5c\xdb\x79\x32\xab\xad\x7a\xe8\x69\xc6\x5a\x7d\x04\x81\x47\x3e\xf4\xc4\x05\x1e\xf9\x00\x5c\x75\x9c\x82\x7d\x41\xd0\xce\xe2\xd6\xe6\x1b\xb2\xc7\x90\x6f\x7b\x9c\x55\xdd\x8b\x3d\x7f\x92\x31\x46\x2f\x8e\x53\xae\x8d\xd0\x7d\xa6\x63\x02\x42\xf4\xc9\x85\x84\x7e\x1b\x27\x26\x04\x3d\x7a\x4f\x2e\x27\xbc\x0d\x3a\xe1\xe6\xc3\x8c\x10\x27\x26\x04\x33\x1e\x9c\x98\x10\x80\x6f\xfa\x83\xea\x9d\x78\xea\x4f\x73\x57\x9d\x78\x27\x14\xe7\xaa\xb9\x36\x9c\x6a\x60\x9b\xa3\xdb\x99\xc6\x49\xe1\x84\x83\xda\xdc\x8d\xb3\x3a\xb5\x1d\xc8\xd1\xcf\x66\x24\x02\x54\xe4\x24\x74\x4e\x03\xd1\xa9\x6f\x82\xb7\x5f\xa7\xe1\xe3\x26\x27\x39\x31\x06\x74\x63\x06\xce\xbc\x79\x80\xe6\x9e\xc6\x8c\xeb\x78\x77\x92\xb6\x56\xb1\xfc\x44\x54\x20\x39\xfc\x38\xd3\x18\x90\x25\xbc\x92\x62\x5e\x48\x58\xaf\xba\x03\x18\x74\xd7\x5b\xee\x34\x32\xdc\xe8\x19\xf0\x9f\x7b\x75\xad\xcc\x2e\xa7\xdb\x09\xf8\xcf\x7b\x4d\x7c\xb9\x98\x06\x86\x3b\xf3\x98\x33\x0f\xd3\xcd\x4e\x07\x71\x2a\xe8\x6e\x2c\x79\xb1\x85\x93\xff\xba\xd9\x37\x6b\x0d\xd2\x7a\x8f\xd3\x74\x71\xb0\xab\x33\x48\x8a\xe9\x09\x0a\x59\x97\x33\x1d\x0a\x2a\x76\x0a\xa7\x00\x00\xf0\xc7\x69\x26\x57\x03\x4d\x13\x3b\x5a\x7b\xe9\x89\xf2\x0e\xda\xff\x38\x43\x4b\x33\x1f\x6d\x85\xbd\x57\xdb\x5e\x52\x05\x1b\x5f\xca\x3f\x28\x74\xe7\x56\xd2\xbb\x99\xd2\x4e\x5d\xf9\x55\xf1\x81\x8e\xee\xfa\x26\x9d\xa7\x55\xd1\xa9\xd3\xd3\xef\x2a\x25\x33\x3d\xfc\x67\x13\x12\xdd\xec\xcf\x33\x7b\xe8\x1f\x37\x6d\x58\x95\xa6\x0d\x3a\x92\x1c\xd3\x5e\xa1\x36\x57\x6b\x12\x76\x2b\x9c\x5c\x2c\xec\xd5\xde\xc2\xfe\xf4\x08\x3b\x0d\xee\x32\xb1\xca\x29\x67\x83\x50\x82\x0d\xdd\x41\x37\x1e\xe7\x6d\xad\x54\x64\xe2\x78\x53\xb4\x9c\x5e\xb3\x6b\x84\x00\xcc\x79\xff\xc3\xc0\x37\x47\xea\xe4\x9c\x1e\x27\xd9\xd0\x64\x6d\xa7\x5e\x78\x26\x89\x00\xda\xb9\x57\x4f\x61\x1a\xac\xe9\x87\x61\x58\xba\x71\x9d\xa6\x50\x31\xc5\xc0\x09\xaf\x02\xfa\x73\x9c\x5b\x61\xed\x46\xea\x9f\xc9\xb7\x18\xde\xdb\x78\xa6\x4f\xaf\x02\x01\xec\xe9\xdc\xac\xaa\x1a\x8b\x0d\xe2\x73\xf7\x1e\xea\xcc\x4b\x76\x29\x3c\xf9\xcc\x0e\x8d\x0d\x27\x97\xe3\xbf\x43\x72\xfa\x59\x84\x1e\xe2\x48\x67\x5a\x88\xd3\x3c\x64\x5a\x18\xce\x2f\x7b\xbb\xbf\xba\xcc\x37\xa6\xca\x79\xfd\x54\x4c\xa6\x2f\x0d\x44\x25\x9f\x3b\x75\x4d\x9e\x97\x25\x06\x2f\xf0\x94\xac\xca\xad\x00\x73\xbc\x60\x17\xe0\xe3\x0d\x10\xa2\xbb\x16\xb3\x44\x88\xd6\x8b\x4b\x50\xe8\xa1\x72\x2f\x28\xb4\x72\xee\x75\x48\xef\xe0\x0b\xd7\xc1\x24\xd6\x3f\xf3\xac\x5c\xb8\xc0\xc9\x3f\x40\x95\x2e\x25\x9f\x61\xd4\x90\xdb\x4b\x60\x2c\xbd\xc7\x2f\x92\x99\xbb\x81\x2e\x7d\xdb\x34\xa9\x5c\x26\x19\xd1\x2c\x02\xdc\xf4\xee\xa5\xe5\xa5\xaf\xd0\x6b\x30\xa6\xab\x6c\xfe\x4a\xdd\xcd\xa9\xa8\xc3\xf2\xbe\x70\xf2\x20\x58\x97\x5c\x00\x3d\xf3\x42\x8f\x33\x18\xf4\xd2\x53\xad\x58\x93\x52\xe8\xf4\x23\xa1\xfa\x0b\xcf\x44\xe5\x39\xa7\x19\x91\xc5\xae\x01\x94\xba\x1b\xba\x77\x99\x3e\x44\x3f\xb7\xab\xd9\x34\xdd\xc0\xef\x4c\xa6\x73\x99\x8e\x1c\x34\x86\x21\x5a\xb5\x19\x47\x2f\x53\x86\x98\x4d\xe9\x42\xef\xcb\x1d\xd0\xa1\x0c\xf6\x43\x4f\x33\xc3\x33\x2f\xed\xbf\x2e\x2e\xfa\x20\xd0\x20\xe3\x4a\x22\xef\x6e\xe8\x46\xb1\x22\x3d\x5c\x52\xf9\x66\xb5\x6c\x52\x14\x20\xb0\xab\x4b\x86\xa2\x81\x57\xdd\x81\x06\x19\xd7\xd0\xfe\x84\x30\x77\xa1\xf9\x01\xe3\x31\x2e\x00\xb9\x54\x91\x01\xb5\x2e\xaa\x58\x80\x5a\x17\x5d\xe8\x2f\x33\x93\x9b\x71\x02\x54\xeb\x6a\xde\xa8\x0b\xb6\x30\xbc\x93\x06\xd5\xba\x6a\x52\xbc\x48\x34\xaa\xe3\xa6\x08\xd7\xe9\xd0\x7e\xa5\xde\xb7\x6c\xef\xf5\x1f\x3f\xc3\x11\xda\x21\x09\x83\xa2\xd9\xe4\x42\xf3\xab\xea\x65\x00\x5e\x17\xfd\xc0\x2e\x72\x88\x19\xf5\x74\xa9\xf9\xe9\x91\x74\x01\x8a\x52\x8d\x55\xbe\x92\xc7\x2c\x2b\x06\x2d\xc7\xfe\xea\x5e\xa6\x7e\x2e\xb0\xb5\x40\x73\x03\x60\xeb\x5e\xdd\xf8\xf2\x95\x6e\x89\x6e\xb7\x68\x31\x80\x1b\x76\x7b\xe3\x05\xaf\x2b\x1e\xf8\xd5\x05\x0c\xce\x21\x7c\xf5\x91\x2d\xc0\x7a\x9c\x37\x54\x39\x6f\x76\xc1\x9f\x2e\xba\xec\x8b\x30\x7d\xe8\x13\x00\xc4\x74\xd7\xb5\x4d\x28\xe9\xa9\x84\x7f\x2d\xa8\x23\xe2\x09\xd8\xd0\x3d\x37\x9e\xc1\x5e\x6a\xb3\xd7\xa9\x90\xee\xac\xeb\x89\xae\x4e\x09\x3a\xf4\xfe\x87\x9e\x9c\xca\x1e\xb0\x69\xe0\xa1\xbb\x19\x38\x41\x87\xde\x87\x83\x9a\x51\xca\xcc\xba\x78\xa1\x94\x99\x4a\xf3\x92\x0f\xc1\x5a\x85\x8d\x96\xf5\x08\x1b\x6d\xa6\x15\xa0\xa2\xbb\xa9\x3b\x12\x11\x3a\xbf\x37\x70\x88\xed\x8c\x0b\x99\x37\xa8\x57\xb2\x2a\x17\xef\x92\x88\x85\x25\x30\x5d\x3a\xbc\xad\xaa\x35\x90\x3b\x06\x20\xd0\x99\x16\x0b\x10\xe8\xae\xf1\xf6\xba\x39\x18\x7f\x27\xd4\x03\x15\x7a\xab\x17\x34\x49\xaa\x11\x8d\x63\xa0\x42\x57\x9d\x75\x00\x85\x3e\x44\xf9\x19\x00\x41\x57\x6d\x54\x00\x41\x77\xdd\xa6\x00\x82\xae\x39\xa8\x47\x01\xd1\xdf\xf3\xa0\x30\x0b\x68\x6b\xda\xb3\x2f\x32\x87\x4c\xad\xf2\x80\x42\x57\x73\xa9\x5e\xb2\x3d\xf8\xaf\x78\xcf\x82\x17\x8e\xeb\x35\xda\x04\x69\x0f\xa4\xe6\x6e\x56\x3b\x90\x9a\xbb\xa9\xef\x2e\x73\x77\x9a\xca\x0e\xa4\xe6\xae\xd3\x9a\xe0\xcc\x02\x24\x0e\xc0\x99\xbb\xe9\xe4\x2e\x61\xb9\xf4\x77\xbd\x84\xe2\xd2\xc7\x15\x80\xe5\xdd\xf7\x5d\x04\x54\xe5\x5d\xb1\x2f\x3a\x19\x40\x9f\x80\x52\xde\x9f\x4d\x5e\xd8\xbb\xd3\xaf\xb2\xb2\xc2\x4b\x8e\xd7\xaf\x8c\x5b\xe3\xd0\x81\x9a\xbc\xff\x09\x5e\x20\x06\x6c\xde\xfb\x48\xd2\x45\x11\xb2\x78\x68\x0f\xbe\x05\x93\x54\x5d\x07\x1e\x39\x33\xa0\xdd\xde\x9f\xaa\x27\xdf\x87\x53\xe4\x47\x5e\x7c\x41\xc0\x01\x37\xee\xe6\xb4\x02\xdb\xb8\x9b\x50\x2c\xb1\x89\x75\xc5\x4c\x3c\xe2\x80\xba\xde\xe9\x4e\xc5\x16\xb8\xb9\xdb\xd4\x29\xfb\x4e\xc6\x05\x2f\x10\x82\x78\xaa\xbe\xdf\xd5\x2b\x35\x9f\xc9\xb4\x8d\x98\x2f\x34\xf1\xaf\xe6\x47\x52\x48\x28\x75\x82\x10\x73\x8e\x00\x21\x0e\x10\x58\x06\x20\xc4\xf5\x67\x13\x0d\x1f\x2f\xc7\xa4\x65\xb2\xfb\xac\x8a\xc1\x46\xb9\x5b\xd6\x4a\x4d\x3a\x43\x99\x04\x0f\xbc\xe1\xda\x20\x5d\x77\xcb\x29\xe1\x05\x6f\x28\xed\x1c\x77\x06\x19\x87\x2f\xb9\xd2\xd4\x45\xa4\x95\x19\xbc\x6e\xcc\x94\x24\xa9\x1f\xc2\x0f\x0b\xca\x39\x6e\x3d\xa3\xdd\x27\xe8\x21\x53\x83\x01\xf0\xc3\xd1\xed\x08\x97\x92\xda\x24\x40\x22\xee\x26\x0c\x03\x89\xb8\x98\x7e\x00\x20\xe2\x62\x26\x9f\x5b\x5d\xc5\x95\x19\xde\x9e\x57\x3f\x62\xbf\x41\xfd\x6f\x4c\x8e\x66\x73\xba\x93\xf7\xc0\xd2\x04\x1c\x9e\xca\x1a\x80\x0c\x47\xf7\x19\x76\x93\x1f\xc1\x6d\xd4\x6e\x6f\xfc\x9e\x4c\x6f\x72\x4f\x15\x01\xe8\xfa\x9d\xbe\x4e\xb6\x67\xc6\x0d\x6d\x0d\x40\x11\xef\x89\xf2\x33\xe2\xc2\x21\xf9\x77\x7a\x41\x65\x65\x0f\x9b\xd5\x06\x19\xb7\x93\x86\x45\xd1\x4c\x34\x77\x38\x56\x26\x70\x33\xa4\x6a\xc6\xc3\xdb\x18\xad\x7f\x2f\x6e\xbc\xe5\x0b\x04\xc7\x59\x16\xd2\x38\xfa\x9f\x19\x94\xc1\x3b\xae\x46\xd6\xde\x28\x4e\x53\xe5\x19\xb8\xe3\xaa\x7d\xf8\x96\x79\xb9\xfc\xea\x4a\xb0\x22\x10\x8e\xbb\xc9\x58\xee\xa5\x2d\xc7\xdf\xb3\x93\x16\xc8\x4e\xfa\x8f\x49\x21\x7d\x76\x09\xdd\x88\x3a\x48\x99\x25\xf0\xc6\x41\x4a\xef\xb3\x7b\xb9\x9e\x7e\xc4\x61\x46\x06\xba\xc5\xc0\x30\x17\xc0\xad\x2f\xb5\x16\x11\x70\x93\xab\xbe\xe6\xb7\x99\x39\xdc\x4a\xe2\x75\x79\x21\x0e\xf0\x71\xd5\xc5\xe5\xce\x08\x68\x27\xfe\xcc\x6d\xe2\xcb\x5e\x1d\xf3\x3f\xde\x97\x52\x89\xc5\x61\x89\xa6\x0b\x4c\x48\xe4\x5c\x68\x3c\xab\xcd\x0c\x7f\x67\xa8\x96\xfd\x05\xbd\xcb\xd4\x28\xf7\x65\x92\x61\x3f\x3a\xa9\xc9\xdf\x91\x4f\xe0\xf9\x20\x1f\x17\x45\xd8\xfb\x62\xfe\xdd\x30\x97\x5d\xf2\x9b\x4d\x9b\xb5\x28\xdd\x37\xf2\x8c\x07\xeb\x96\x4c\x17\xff\x80\xb8\x39\x4f\x84\x4b\x9b\xb4\xfc\x46\xc7\x1b\x66\x2d\x01\x37\xb9\x18\xe1\x70\xe3\x05\x25\x13\xbd\x31\x58\xea\x8e\x75\xdf\x4a\x97\x76\xef\xce\x19\xa7\xda\xbc\xde\x84\x07\xdf\x5e\x6f\x6a\x3f\x11\x4b\x79\xe9\xdc\x75\xcb\x2a\x25\xd2\x8f\x5a\x44\xbe\x90\xbb\x07\x01\xe3\xce\xfb\x4d\x07\xcb\xfd\xa6\x28\x04\x80\x2f\x77\x6f\x94\xef\xcd\x37\xa3\x7b\x08\x88\xd9\xf2\x9a\xe0\x46\xa7\x9c\x4a\xa4\x20\x34\x77\x73\x73\xdc\xc2\x68\x9a\xd9\x00\x84\xe6\x6a\x54\xfc\x4d\x48\xb6\x3a\xde\x8d\x2d\x54\x8b\xd4\xfd\x1a\x56\x49\x97\xde\x3c\x4d\xf4\x95\x60\x2e\xd3\x14\xdd\xa2\x65\x2a\x65\x01\xe3\xdc\x4d\x0f\x01\x8c\xf3\xfe\xc3\x26\x5e\xdb\xf6\xab\x8f\x4e\x51\x95\x59\xb5\xe5\x66\x84\x79\xe9\xfc\x7e\x7f\xb9\xa1\x18\xaa\xae\xde\x76\xea\x53\xd9\x97\x3c\x7d\xaa\x7e\x50\xc0\x07\x20\xb0\x29\x97\x16\xca\xb9\x9b\x20\xe2\xf9\xa1\x28\x73\xa6\x45\x72\x3e\xb4\x2e\x3d\x66\xd4\x32\x90\x09\x5c\xe7\xaa\x1c\xf8\x60\xcd\x34\x14\xe2\xf9\x65\xdf\x2d\xee\x9a\x23\xfc\x3d\xde\x2f\x1a\xbd\x04\xb0\x73\x37\x0b\xc0\x63\x84\xb6\x1e\xdc\x00\x38\x17\xc3\x46\x00\x6d\xee\xb2\x36\x40\x9b\xf7\x47\xfe\x01\xc2\x8e\x7d\x3f\x4c\x85\xe0\xef\xcc\x15\x5b\x5a\x38\xe6\xa9\x7c\xf1\x00\xad\xf5\x6b\xfe\x21\xfd\x45\xc2\x04\x8e\xf9\x28\x7f\x1b\xf9\x9e\x02\x03\xfe\x59\x03\x1b\xc8\x26\x4b\x8e\xd7\x66\x3e\x79\x0c\x5f\x91\x04\x73\x18\xdd\xf7\x6c\xb5\xb5\xa8\x22\x3c\x5b\x2c\xe8\xa6\x4f\x10\xe8\x79\x1a\x2d\xf2\x54\x0e\x1b\xe4\xed\xc1\xa8\x99\x2b\x82\x06\xab\xb3\xab\x60\xd0\x43\x0d\xf1\xf1\x2a\x72\x5a\xc0\x9d\x9c\xcd\xb1\x93\x5d\x43\x04\x04\x0d\x09\x00\x46\xef\xd2\x74\xbd\xe1\xf1\xc2\x26\x7d\x48\x87\x69\x30\xf5\xc3\x75\xa5\x21\x47\x8f\xd7\x8a\x06\x7a\x3d\xda\x0d\x4d\x55\x0a\x7e\x73\xf7\x06\xeb\xe9\xec\xe4\xe2\xef\x32\x6f\x3b\xd8\x8d\xea\x65\xa8\x3d\x67\xca\x97\xdc\x19\x8c\xc9\xa4\xd4\xd9\xab\xa1\x51\x10\x5e\xf9\xe0\x6d\x64\xc0\x05\xe8\xcf\xdd\xa8\xfa\xc7\x84\x5b\xda\x43\x1f\x02\x9b\xbc\x9c\x7d\x46\x6e\x58\xba\x05\xf8\x95\x99\x88\x1e\x35\xcc\x6e\x7b\x70\x02\x87\x61\x8c\x53\xb3\x22\x79\x3c\x65\x67\xf6\x89\x8f\x40\xd0\x94\xcd\x3d\x28\x8b\x9e\xda\x07\x56\x6e\xe6\xcf\x67\x3a\x1f\x34\x30\xe5\x0f\x30\xef\x47\x55\x51\x42\xfb\xe0\x84\x6c\xd0\x2c\x98\xd0\xd1\x5d\x56\x5c\x86\x34\x2d\x3c\x21\x02\x07\xec\xe1\x31\x48\xda\x14\xa4\x60\x42\xd7\x9c\xb4\x90\x62\x20\xcd\x3e\x44\x29\x19\x0c\xfd\xac\xf4\x1a\xa3\x87\x66\x1c\xd1\x56\x08\x5a\x74\x37\x93\xc1\x93\x86\x4a\xf8\x38\x60\xd1\xdd\xf0\xe9\x67\x29\x15\x58\x20\x67\xd3\x3f\xc2\x7a\xe9\x3b\xf9\xa7\xcd\xa7\x04\x86\x74\xd5\x3d\xec\x21\x5b\xa5\x17\xf6\xcf\xa9\x9b\x02\xaa\xea\xa3\xd1\xd2\x8c\xa2\x40\x3e\x47\x6e\x0b\x35\x4a\x13\x95\x3e\x82\x3d\x39\x0e\x1c\x7f\xbc\x8e\x4c\xc4\x67\xfd\x8c\x9e\xcb\x39\x64\xae\x84\x87\xd0\xee\xf8\x60\xcd\x6c\x4e\xd5\xa5\x60\x85\xa8\x01\x16\x74\x35\xab\xe0\x63\xca\x90\xc8\x7a\xb5\x1b\xc3\xc6\x9e\x9b\x64\x5d\x8e\x3c\x19\x22\x1c\xf7\x31\x5d\x65\x9e\x08\x39\x22\x02\xfe\x83\xf6\xa8\x33\x28\x50\xd2\xdd\x18\xb5\x47\x87\x61\x6d\xd0\xcf\x2d\xd9\x94\x5c\xdc\x50\x2e\xc9\x26\x81\xcb\x46\x73\x00\x25\xbd\x4b\xf8\xc2\x3e\x94\x38\xc2\x29\xff\x11\x1b\x38\xa5\xa2\x0d\xb0\xd2\xdd\xb8\x82\xe7\xb1\x4f\xf4\xe3\x49\xef\x27\x3a\x88\xea\xa8\xa1\xf9\x91\x1d\x3a\xcf\x8f\xb7\x70\x7f\xe2\xde\x8e\xe7\x49\xa6\x61\x9b\x9a\x02\x1c\x30\x46\x57\x23\xa6\x9e\x47\xc2\x27\x7d\x7b\x95\x7b\xd0\x32\x45\xa0\xce\xa3\x2d\xbe\x84\xfc\x0b\xd4\xe9\xae\xeb\xe6\x23\xbe\x84\x09\x34\x41\x9d\xee\xcd\x5d\xc3\x35\xa2\x61\x27\x22\x4d\x8b\x7e\x3d\x1e\x79\xa7\x64\x13\x67\xa2\x92\xbf\x3b\xa7\xfe\x4e\x07\x5d\x04\x93\x5c\x9b\xc1\xee\xc9\x34\x27\xcb\x17\xc2\x27\x64\x51\xa0\x53\x18\x4a\x01\x36\x75\x51\x7a\x78\x92\x8d\x22\x8b\x01\x4e\x5d\x4d\xb1\xf7\x7c\xea\x6e\x1e\x55\xb3\x60\x4a\x8d\x3f\xee\xd8\x65\x89\x5c\x40\x1a\xc5\xfe\x60\x2d\x36\x74\x00\xcc\xea\x6a\x2c\xdb\xf3\x71\x22\x38\x9a\xef\x2f\xe7\x6f\xf2\x92\x4d\x07\x2f\xa4\x14\x60\xd4\xaf\x08\x9b\x2c\xed\xfb\x83\xa5\x1d\x96\xc6\xb6\x44\x57\x5f\x4c\xc5\x06\xbd\x03\x59\x5d\x54\x59\x5f\x3c\x7a\xb4\x4b\xbd\x87\xa7\x89\xb2\x42\x56\x19\x94\xf2\xca\x7d\x11\xde\x00\xa3\x2e\x52\x8e\xd7\x84\x28\x50\x55\xc0\xa8\xbb\x97\x0c\xef\x91\x5b\xd8\x5a\xe1\xc4\x70\x6b\x80\xa9\x33\x79\xc8\xcb\xf5\xa1\x31\x42\x6f\x49\xc2\xc8\x38\xd1\xae\xf5\x4c\x79\xd1\xae\xbd\x3c\x02\xc8\xfa\x38\xaa\xbf\x43\xe8\x39\x62\x6f\x81\x78\x3a\x84\x22\xc1\xb4\x1e\x78\x33\x24\xf9\xdd\x9a\x79\x11\xfe\x09\xac\xeb\xae\x2b\x33\x58\xd7\x5d\xe7\x33\xa1\xae\xcd\x37\x27\xbc\xf5\x94\x23\xbe\x70\xe6\xaa\x39\xfd\x4d\x1d\xdd\xc9\x90\x1d\x43\x40\xde\xcd\x8e\x43\xbe\xf9\x56\x66\x1b\xea\xfc\xa6\x8a\xee\xf2\x54\x17\x97\xfe\x55\xdb\xa6\x89\x26\xa8\x3d\x47\x15\x10\xec\xee\xf5\x30\x20\xd8\xc7\x90\x84\xbf\x66\x4c\xd1\x2f\xf0\x6d\x46\x7a\x51\x15\x2e\xc4\xfa\x44\x00\x76\xdd\x5b\xfe\xee\x61\xf4\x0f\x73\x4d\x6b\x77\x7c\xd3\x8a\xec\x26\xc0\x5a\xac\xc4\xf9\xea\x2c\x6c\x9a\x22\xe0\xad\x8b\x31\xea\xa0\x5b\x17\xb9\xe0\xab\x26\x5e\x7c\x96\x8a\x42\xf4\x13\xe8\x5a\xce\x00\xd0\x75\xd7\xd1\x0a\x70\xeb\xfd\x15\xb3\x2e\x92\xa5\x49\x7c\x5f\x5c\x87\x95\xc1\x80\xb7\xde\x5f\xd1\xdf\xe1\xfa\xd1\xc3\xe1\x5c\xf9\x3b\xc6\x3c\x7b\xce\x55\xa1\x5e\x67\x00\x5d\xef\xd9\xa1\x56\x72\x80\xe9\x4b\x92\xc0\xd5\x5e\x80\xbf\xe2\x3c\xb4\xf5\xa7\xcf\x1e\x58\xd6\xcd\xe4\x0e\x60\x59\x17\x1d\x1a\xc0\xb2\xae\xfa\x90\xbf\xa8\xda\x5e\x8e\xbf\x30\xeb\xa5\x37\xcd\x0b\x7f\x56\xbd\x7d\x23\x67\xc8\x17\x26\xc5\x67\xd3\x83\xb9\xe3\x56\xce\x09\xdb\x04\xcb\xae\x92\xc5\xbb\xdc\x63\x16\xd0\x3c\x85\xa6\x2c\x4e\xb5\x39\xa6\x5f\x82\x7c\xcc\x38\xf8\x2e\x5b\xa0\xdf\xe6\x2a\xf1\xc2\x07\x00\xeb\x43\xa7\x6a\x20\xab\xbb\xe6\x1e\x50\xaa\x8f\x69\xee\x64\x90\xa9\xbb\x97\x50\x02\x53\x57\xef\xdf\x5e\x4c\xbc\x49\x65\x2e\x05\x5a\x18\xd6\x8b\x59\x57\x53\xde\x6b\xba\x11\xaf\x36\xde\x64\xd5\x1e\x0f\x91\x9c\x5c\x1c\x0c\xbb\x49\x98\xb6\x0e\x5b\x35\xcb\xbf\x97\x47\x05\xa5\xf4\xc5\xef\x66\xe9\x6a\x02\x4c\x75\x57\xbc\x7d\x2f\x79\x22\xcf\xb7\xe3\x43\x47\x7c\xef\xec\x15\x7d\xbf\xed\x15\x6d\xe8\xc9\x6b\x02\xe9\x17\x9d\x56\x03\xe5\x4b\xba\x11\xbd\x13\xde\x5b\x2a\x8a\x28\xf2\xea\x91\xe3\xa5\x00\x88\xd7\x5d\x89\xec\x4d\x16\x5e\x2c\xae\xce\xcd\xf4\xc8\xc2\x97\xa5\x5d\xf0\x65\x47\x14\x76\x8b\x5d\x94\xf9\xb8\x2f\x4c\x4b\x69\x4f\xd0\x6f\xf3\xa4\xe1\x81\x9b\x52\x3e\x58\xd6\x25\x3b\x02\x3e\x84\xbc\xf1\xdd\xbc\xf1\x48\xdd\x1c\x38\xea\x3d\x40\xff\xb1\x27\xb4\xa7\xca\xe8\xac\xe3\x3d\x23\xab\x03\x82\xba\x1e\x3f\x7f\xdf\xab\xa1\x67\x05\xb0\xd3\x5d\x89\x5b\xd8\xe9\x69\x76\x64\xa1\xa6\xa7\xa9\xa3\xc5\x97\x6e\x46\x93\x82\x2f\xdd\x15\x70\xc1\x97\xee\xde\xe2\x83\x1a\x9d\xe9\x96\x40\x8d\xae\x9e\x8c\x2f\xd9\x18\x7d\x12\x29\xba\xe4\x47\x39\xe7\xc1\x0b\x02\x7b\xf7\x23\x05\xdf\xe9\x8b\xca\xcd\xf4\xab\x9c\x68\x1b\xfc\x90\xeb\xf9\x0a\xcb\xef\x30\xe3\x3e\x30\xd0\x5d\x13\x0d\x30\xd0\xdd\x4d\x05\x0c\xf4\xe1\x6d\x36\x30\xd0\x45\xe7\x9e\x4f\xc7\x56\x2d\x3f\x62\x3f\x4f\x25\xc6\xef\xc8\xd5\xa7\xbf\x87\x57\x34\xd6\xb5\x39\x5b\x15\xd3\x43\x90\x67\xb0\x34\x07\x18\xcf\xed\x07\xdf\xfd\x4c\x41\x69\x82\xea\x84\x75\xd6\x0b\x04\xf8\xe6\xfd\x62\xf1\x6c\xc4\x7f\xb0\x35\x39\x28\x62\x78\xf5\x2c\xfc\x8c\xe1\x95\x76\x00\xec\xbc\x4b\x50\x9c\x14\x1e\x4b\x6f\x08\x90\x9d\xbb\x0c\xe3\xab\xae\xff\x9f\x97\x1a\x9f\xc6\x6a\xc3\xe1\x3f\x13\x48\x9b\x81\xfe\x4b\xe6\xc7\x59\x07\xf8\xb9\x18\xaf\xf8\xd5\x9c\x0b\xe6\x2f\xf5\xcf\xf0\xe5\x65\xc2\xfd\xca\xdd\xc8\x00\x9a\x8b\xc2\x32\xc2\xd7\x4c\x51\xfe\x69\x55\xd6\x0f\xf6\x33\x75\x25\x9b\xee\xd3\xbd\xc5\x5c\xd4\x9f\xa9\x2b\xbd\xa5\x10\x88\x59\xdb\xd2\x97\xec\x2b\x7c\xd9\xbb\x59\x53\x0f\x98\xcc\x7b\x47\xf8\x47\x4e\x31\xd3\xca\x2d\xa8\xb7\x2d\x9f\xa9\x9c\x0f\x1b\xcc\x29\xf6\x25\x4f\x31\xfd\xed\xce\x37\x53\x92\x1a\x2b\x84\x06\xe8\xe6\xdd\x88\x2f\x0a\x35\xe8\x52\xe0\x35\x17\xed\x11\x20\x34\x77\xf5\xaa\x6f\xb8\xbd\xa0\xd6\x9f\x31\xb8\x5e\x71\x80\xbf\xdc\x7b\x96\xc0\x6b\xdb\x6e\x91\x03\x53\xef\x05\xa0\x98\xab\xd9\xdb\x3e\xbc\x59\xc5\xdc\x03\x65\xb9\xe7\x76\x9a\x27\xcf\x4c\x02\x31\xb4\x9a\xae\xc5\x55\x6e\x26\x05\x10\x57\x79\xa8\x7a\x81\xa5\xdc\xf5\x95\x00\x4b\xb9\xe7\x66\x82\xd9\x69\x25\x06\x4b\x79\x77\x95\x6e\x10\x5c\x6b\xe4\xd0\x17\x0c\xce\x7d\x49\x8a\x8d\xf5\xaf\x26\xe5\x60\x3f\xd2\x5a\x81\xf2\x2b\x30\xf2\x50\xa3\xfb\x22\x7b\x65\x23\xec\x1d\x84\xa2\x6f\xe5\x3c\xf3\x15\x5e\xaf\xea\xcb\x20\x23\xef\x12\xb4\xb8\xb2\x5b\xb4\x22\xcc\xa2\x97\x70\xdf\xca\xad\xeb\x3f\xde\x3d\xf8\x47\x90\x06\xd7\x7d\xb5\xdc\x18\x6e\x45\x41\x93\x72\xaa\xcd\xad\x69\xea\x64\xe0\x91\x77\x97\xa9\x8c\x40\x5a\x05\xfc\xef\x84\xbc\xc0\x1d\x80\x47\xee\xaa\x10\x9f\x60\x4a\xa6\xca\xfb\x4c\x01\x26\x94\x10\x90\xc8\x5d\x51\x0a\xb0\xe3\xdd\xa0\xd5\x66\x83\x8c\x4b\x03\xb2\x97\x30\x1f\x08\x0d\x66\x6a\x00\x06\xb9\xab\x3f\x03\x7d\x1c\x7a\x28\x7c\x19\xf9\x82\xb2\x06\x0c\xf2\xb1\xbc\x0d\x02\xfa\xb8\xab\x5f\x7c\xa2\x26\x69\x73\xfa\x04\x41\x34\x69\xf7\x87\x43\xab\x66\xe6\x8f\xf8\xd9\x3c\x6b\xb7\x7b\x80\x15\xbd\xf1\xa5\x76\x37\xe9\xdb\xea\x45\xcd\x87\x32\xac\x28\x2c\x40\xf2\x50\x01\xfe\x6e\xed\x00\xc8\xde\xdf\xe3\xfc\xd0\x04\x6a\xab\x72\xf1\x47\x30\x4a\x0e\xe3\xc9\xf5\xf0\x23\x0e\xaa\xe3\x7e\x3c\x8f\x52\x1f\x6e\x3c\xd5\x00\x04\x42\xd6\x97\x08\x20\xe4\xaa\x07\xde\xa7\x92\x59\xff\x8c\x50\x4b\x5c\x64\xef\x7a\xbe\xb4\xd2\xca\xac\x5e\x34\x76\x77\x0d\x4c\x56\x21\xe4\x43\xbb\xf4\x26\xeb\x43\xbb\x4c\x9e\xf0\xb9\x4b\x90\x5a\x41\x45\xee\x7a\x6a\x00\x84\xdc\x73\x39\x3e\x17\xcd\xdf\xc7\x7f\xff\x9b\x06\x37\x7e\x70\xdf\xbc\x2c\x01\x07\xb9\x1b\xc1\x21\xf4\xf1\xd4\x29\x58\xe8\xe3\xc3\x2b\x9d\x0f\x4e\x8c\x01\x6b\xfe\x30\xea\x06\x17\x61\xf3\xf7\xb3\xed\xe0\xd9\xf6\x0a\xcf\xbb\x3d\x92\x45\x4c\xc0\x92\x83\xc9\x9d\xbf\x1f\x5b\x64\x0f\x74\x82\x9b\xbc\x2b\x3a\x78\x71\x05\x3a\xcf\x9e\x8e\xc3\x3f\x58\x81\xbd\x4c\xf3\x77\xd8\xda\xe4\x19\x0d\xb9\xd0\x82\xd0\x85\xd8\xce\x26\x28\xc8\x1d\xd4\xca\x09\xf0\x71\x27\x8a\x6c\x82\x7b\xdc\x81\x33\x9d\x60\x1d\x77\xc0\x33\xe7\x4f\xdb\x6e\x3e\xd3\xd8\x26\xb2\xf3\x67\xf6\x67\x88\xd2\xfc\xe1\x6a\x14\x98\xf9\x26\xa8\xc5\x85\x10\xfa\x29\x6a\x31\xf2\xd8\x04\xb5\x38\x72\x70\xa8\x85\xc3\x41\x1b\x97\x0a\x9c\xd8\xfc\x11\x3d\xd2\x1b\x63\x80\x6f\x82\x58\x3b\x7f\x5c\xdd\x1e\xdc\x4e\xcd\x5f\xcd\x01\x31\xaf\x26\xc9\x9c\x8e\xa2\xe6\xa4\xd1\x88\x91\xa9\x04\x50\xce\x9f\xec\xb0\x51\xa4\x65\x77\xe9\x62\xcb\x9a\x69\x86\x9c\x15\x81\x51\x6d\x26\x42\xf1\x72\x12\xcd\x87\x09\x09\x9f\x20\x14\x97\x5f\xcd\xcf\x2e\xcb\xd0\xb5\xa6\x0c\x68\x11\x69\x7b\xa7\x33\x9d\xc5\xe9\xfc\x61\xca\xe7\xe9\x22\x74\x0f\x70\x61\xe6\xc9\xff\x8c\x0f\xfa\x04\x42\xb8\x03\x92\x37\x81\x10\xde\x25\xe8\x3e\x96\xd7\x20\x6f\xf7\x14\x2b\x38\x48\x77\x3d\x01\x08\x3e\xaa\xfb\x6a\xe4\xe8\xfd\xea\xf5\x2b\x2b\x53\x8f\x63\xc2\x84\x08\xf6\x77\x53\x43\xa0\x61\xef\xc3\x60\x09\xbf\xc2\xea\x3c\x7c\x26\x55\xe3\xc1\xa0\x4c\x4b\x99\xcf\x12\x06\x47\x68\x8a\xca\x69\xe7\xc3\x9d\x4f\xb5\x91\xd5\x32\x42\x10\x06\x7e\x4e\x03\x3e\x38\xc3\x85\x33\xce\x62\xd1\x1c\xd7\x95\x64\x3d\x9e\xc0\xf7\x16\x33\x97\x4e\xf1\x7b\x1b\x31\xda\xf3\x67\x0e\x07\x2e\x75\xe6\x6f\xb9\x88\x76\x0b\x2e\xb3\x7a\xbe\x70\xbe\xb2\x88\x92\x53\xf1\x8f\xcf\x22\x2c\xe8\xa9\xea\xdf\x7d\xc1\x59\xb6\xfa\x0c\xed\xc9\xdf\xf1\x53\xce\xdf\xd9\x5b\x9d\x99\x46\x5b\xeb\xae\xf9\x95\x67\xe4\x2f\x13\xdf\x14\xab\x37\x7e\x6e\x6f\x59\x4b\x67\xad\xaf\x1c\x32\x73\x64\x10\xc5\x74\x32\xb0\xb4\x92\x79\x72\xfe\x44\xd5\xaf\x4c\x3d\xf1\x14\x98\x82\x27\x00\xbd\x81\x23\xcf\x04\x1f\xb7\x91\xb3\x79\xfe\x6e\x8f\x89\x3b\x1b\x9f\x1b\x2c\xe8\xf3\x87\xc7\x0c\xb6\xe3\x09\x6c\xee\xfe\x88\x3f\x80\xd1\x69\xd3\xb1\x63\xc6\xec\xee\x52\x3d\x42\xa7\xfd\xe0\xf6\xae\xbb\x4f\xe4\x0d\xee\xc5\x37\x67\x94\x8f\x70\xea\x8c\x9f\x07\x4e\xea\xec\x96\xfb\x4c\x79\xe9\xf3\xe9\xb8\x69\xef\xb3\xda\xfd\x07\xe0\xb0\xbb\x57\x85\x17\xee\xc9\xa0\xaf\xc7\x2f\xcf\xd1\xe4\xc5\x6d\xc6\x7e\x38\xd2\x4c\xd7\xfd\x2c\xfc\xa7\xf1\xe2\x40\x7c\xce\xfd\xe0\x57\xf6\xb1\xd8\x24\x7a\x2f\x74\xf5\x48\xd5\x85\x7a\x0f\x4b\xfb\xfb\x09\xf4\xd6\xe0\x99\x6d\x32\x7c\x4e\x1a\xb0\x07\x0b\xd6\xeb\xee\x88\x2f\xba\xc5\x50\x1a\x92\x89\x8a\x3f\x13\xc6\x75\xd9\xdb\xd4\x36\x8a\xff\x58\x17\x53\x7a\x14\x77\xac\xc3\xdd\x54\x53\x2c\xd5\x09\xc2\xeb\xd1\x64\x2e\x00\xb9\x16\x7c\x40\xe7\x51\x25\x67\xd5\x3f\xbc\xa9\xa6\x11\x5c\x53\x0e\xae\xcc\xe6\xa1\xa9\x0b\x21\x79\x82\xa6\xda\xc8\xba\x34\x01\x53\xdd\xf5\xfa\x55\x66\x32\x63\x15\xa0\x79\x58\x63\xa7\x10\xaa\xd8\x13\xe7\xd1\x65\x85\xce\xa8\x19\x81\x97\xc5\xbb\xa2\x23\x1b\x05\xa4\xd5\xfd\x19\x63\xc4\x51\x05\x6c\x9c\x79\x90\x12\x18\x90\x93\x79\x74\x49\x7e\xf5\x85\x1b\xc3\xe5\xb3\x1b\xc5\x3e\x6a\x1e\xab\x96\x96\xe4\x39\xdc\x91\x48\xe8\xf4\x11\x97\x14\x90\x62\x26\x38\xab\x15\x10\xe2\x09\xcc\x6a\x27\x5b\xd5\x3c\x54\x15\xa6\xbf\x93\x45\x33\xac\xc8\xfb\x37\x7b\x6e\x0a\x3f\x3b\x3e\x9c\x04\xba\x81\x93\x24\x0e\xfd\xf3\x98\xb2\x27\xf7\x18\xf4\x72\x3a\xb7\xe1\xec\xc0\x03\x0f\x5c\x16\xbb\xcb\x11\x92\x61\xfb\x1a\x4a\x71\x16\x27\x5b\x1e\x20\xc9\xf3\x88\xf4\x91\xe4\x59\xf5\x05\x62\x74\x60\xe7\xc2\x67\x61\x1e\x29\xa2\x7b\x72\x36\xf5\xac\x68\xf9\xf3\xe0\xb6\xa9\xbb\xe1\x96\x67\xc5\xb5\x24\xf1\x1d\x01\x28\xf3\x58\x39\xb5\x2c\xe6\x92\xcb\xb9\x00\xb8\x6e\x54\x4f\xc1\x99\xe3\xa0\x08\x96\xae\xf8\xd9\x93\x93\xee\xc6\x5f\x92\xdf\x3c\xa4\xab\x90\xac\x23\x05\x6e\xcf\x34\x02\x37\x81\x0e\x53\x98\xd2\x85\xc4\x3d\x8f\x4b\xf7\xdb\x45\xd7\x14\xac\x83\xde\x5c\x0a\xba\x8e\x18\xb7\x0b\x90\x15\xe6\xb1\x65\xe9\x40\x4b\x9b\x87\xf2\x33\xec\xff\x30\x33\xfd\xf2\xb4\xde\xdc\xd5\x58\xd3\x6d\xad\xfe\xae\xda\xe4\x51\xd7\xb5\x7e\x79\xa8\x6e\x9b\xa0\xb7\x24\x92\x59\xf6\x89\xab\xa1\xee\x3c\x3e\xaa\xf5\x6e\x2c\x85\xef\xf0\xa3\xce\x3e\xf6\x23\xf5\x06\x77\x3e\x2e\x14\x20\x79\xcc\xe3\x91\xc1\x23\x5d\x1e\x8f\x4b\xd2\xfc\x47\x22\x65\x47\x36\xb9\x6d\xcd\xdd\x4e\x90\x78\x77\x6f\xbc\xda\x57\x18\x92\x39\x62\xac\x96\x48\x31\x92\xe3\xce\x43\x99\x7a\x59\xd6\x98\x65\xfa\x0a\x6a\x59\x75\xc9\xcd\x58\xa7\x44\x09\x14\x69\x27\x57\xda\x04\x71\x74\x77\x89\x16\xb8\x67\xe9\x9e\x4c\x3c\xf1\xbb\x04\xee\xb3\x05\xbf\x21\x68\x44\x62\x85\xdd\x8a\x08\x97\x09\xe4\xe8\xd1\x00\xd2\x9e\x65\x13\xf0\x8a\x37\xe2\x14\x3b\x34\x40\xc9\x9b\x60\x84\x76\xf2\x95\x4f\x70\x41\x3b\x5e\xa4\xb3\xe8\xc1\x80\x05\x60\x0a\xfa\x39\xb0\x73\xcf\x62\x84\x34\x7a\xe2\x14\xf5\x53\xa8\xfe\x59\x94\x79\x39\x11\x20\x7d\xee\xd6\xfd\xea\xb3\x08\x2d\x1a\x4a\x85\x9a\x3c\x0b\x51\xcf\xb8\x81\x4d\xf0\x39\x2b\xa9\x67\x66\x31\x7a\x8a\xd0\xfa\x59\x48\x0d\x4f\x46\xa3\x59\xb8\xf4\x20\xf9\xf2\x2c\x29\xe9\x22\x92\x01\xd6\xd9\x49\x0b\x3c\x0b\x92\x2e\x8e\x89\x13\xac\xce\x3d\xda\xc6\x0b\xf9\x69\x91\xdc\x01\xee\xac\x4a\xe8\xe2\x76\x36\x9c\x2a\xa7\xc0\x9d\xa1\x1c\x55\x00\x14\xc3\xa1\x78\x02\xdc\x59\xa6\x93\x48\x62\x37\x82\x12\x27\xf0\x9c\xbb\x34\x4d\x98\x75\xe5\xe7\xc4\x99\xe4\x15\x25\x75\x16\x63\xa6\x51\x52\x27\xf8\x9c\x9d\xa4\xa4\x13\x78\xce\x4a\xda\xb0\x09\x3c\x67\xc5\x93\x62\x02\xc9\xd9\xc1\xf3\x9c\x40\x72\x0a\xdf\x30\x8b\x91\xd4\xa8\xa2\x13\xb0\xcd\xaa\xa4\x03\xd6\xe6\xee\x08\x3d\xef\xb9\xcc\xfe\xb3\xe7\x99\x14\x9a\xb3\x40\xee\x71\x5e\x9c\xe2\x6b\x2e\x54\xce\x09\xbe\xa6\x48\x04\x13\x7c\xcd\x5d\x15\x9d\x32\x73\x0a\xdb\x10\xac\xcd\xdd\x38\x33\xd2\x3f\x98\x2e\x1f\x99\x1c\x1e\xdd\x77\x8a\xbc\x59\x9d\xb6\xcd\x1f\xda\xaf\xfb\x91\xcc\xc9\xc5\xe7\xc6\x84\x9b\xea\x09\x08\xe7\x2e\xed\x1f\x8b\xfb\x48\x9f\x65\x8d\xfd\xaf\xc0\x8d\x09\x2a\xe7\xfe\x92\x6e\x02\xbb\x3d\x9c\x22\x2c\x4a\xe4\xce\x9c\x65\xe6\xee\x65\x52\xa7\xc2\x8b\x63\x01\xaf\xb3\xd8\x7d\x6c\x4a\x5c\x75\x4d\x80\x38\xfb\xb0\x97\x53\x29\x01\x89\x11\x24\xce\x42\x12\xd6\x59\x30\x2f\x91\x67\x71\x82\xca\xd9\x49\xf1\x38\x41\xe2\xdc\x9d\x67\xe2\x37\xf3\xe9\xc3\xdd\x87\xbf\xfc\xa1\x08\x57\xd2\x58\x64\x7b\x21\xa3\x75\x18\xcb\xba\x68\x23\x6d\x42\x4e\xe4\x62\xff\xb8\xec\xa6\x4c\xe3\xca\x65\x16\x4d\x3a\xc8\x63\xe5\xb4\x34\x05\x4e\x1b\xf7\x1b\x69\x4c\xf7\x05\xb2\x07\x3b\x2e\x46\x2b\xcf\x7c\xc9\x8e\xd0\x38\x79\x4d\xf0\x6e\x9a\xe5\x92\x45\xd9\xf7\x4b\x46\xc0\xa0\xb8\x41\x19\x52\x86\x4b\x15\x2b\x7c\x31\x4b\xa0\x1f\x2d\x3e\xb2\x26\x69\x17\x2d\x60\xa9\xa9\x78\xfb\xcf\x72\x2b\x2c\x3b\x56\x3d\x17\x5c\x01\x22\xb4\x86\x94\x84\x1b\x90\x1c\x2a\xa6\x9a\xe1\x41\xcb\x1b\x90\xf0\x23\x15\x4d\xa4\x31\x00\x35\x8f\x20\xa1\xc1\x04\x45\xb3\x0f\x3b\x65\x32\xf5\x7c\x76\x14\x74\x4a\x48\x13\xa4\xac\x62\xc6\x74\x65\x15\xb1\x2f\xa7\x8b\x04\xdc\xe5\x0f\x01\xa3\x98\x12\x55\x69\xa3\xbc\xd6\xc4\x3c\x19\x57\xac\xc1\xa2\x90\x01\xbd\xba\x09\x5f\xfc\x4b\xf2\x77\x3c\x60\xdc\x3a\x42\x56\x66\xb5\xc9\x2e\xaa\x2f\x2c\xa5\x23\x82\x5d\xa8\xc2\x15\xb8\xc5\x70\xaf\x7d\xaa\x24\x08\x3a\xe5\x4b\xa7\x2a\x4b\x1b\xd7\x4f\xdb\x1f\xc9\x5c\xdd\xff\x9f\x07\x9b\x12\xd5\xd4\xe8\x5a\x17\x6a\x32\x0c\x84\x00\x40\x28\xfb\xc8\x3f\x2e\xbf\xf2\x0f\x65\x6b\xbf\x3a\xa4\x82\x10\xf3\xc4\x9a\x5c\xf9\xc2\x42\x55\x9f\x1d\x48\xe5\x59\xcf\xff\xe0\x19\x82\x6f\xb5\x18\x4f\x48\xf5\x32\xeb\xa1\x5d\x31\x0b\xef\x1d\xc9\x25\xc4\xac\x25\xbb\xcb\x57\x24\x24\xd7\xe6\x51\xc9\xb6\x41\x7a\xc6\x09\x4c\xe5\x31\xb8\xc6\x9b\xe2\x54\x36\x12\x11\x4c\x80\x2a\x3b\x20\x78\x13\x9c\xca\x82\x3b\xcb\x04\xa6\xb2\x12\xd4\x3a\x6b\x71\xeb\x64\x69\x8e\x46\xf8\xfc\xd1\x41\x3e\x4a\x65\x01\x71\x04\xfc\xca\x3d\x6c\x5f\x5c\x4d\x18\x5a\x25\xef\x38\xd1\xaa\x13\x60\xcb\xfd\x95\x2f\xb2\x1e\x78\x36\xf8\x95\xfb\xe5\x4f\xca\x07\xba\x65\x27\xc7\xcb\x04\xdd\xf2\x28\xf6\x5f\x78\x68\x12\x03\x4c\xd0\x2d\x8b\xa7\xb9\xc2\x8a\xc8\x99\x33\x41\xaa\xdc\x54\x93\x36\xbb\xa6\x3e\xbb\xd9\x5d\x44\xf8\x5a\xed\x9a\x04\x20\x32\x80\x4b\x76\xf2\x85\x4c\xc0\x25\x77\x79\x26\x83\xf8\xa9\xea\xc4\x0c\x9d\x6b\x61\xaa\xd5\xf0\x59\x8d\x63\xc0\x46\x76\xd2\x6b\x4c\x60\x23\xcb\xb1\x6c\x04\xc7\xf5\xe1\xd2\x0d\x25\x64\xd8\x6d\x4d\xeb\x0b\x32\x58\x25\x61\x27\x41\x5a\x53\xdc\xc8\xf8\xb9\x0d\xcc\x90\x01\xd1\x07\x2a\xb2\x8f\x7c\xc6\x26\x98\x05\x68\xbb\xfb\x7d\xb6\xcd\x46\xe3\x7e\x81\x44\x0d\x13\xa4\xc8\x4e\x9e\x87\x29\x52\x64\x23\x49\xc1\xac\xd2\xfc\x65\xa7\x22\xdb\xa6\x0d\x43\x71\x09\xbe\x9f\x22\x42\x72\xf7\x33\x01\x84\xac\xf2\xcb\xaa\x77\x79\xf5\xd9\x13\x1a\xbe\x60\x69\x82\x52\x57\x33\x73\x72\x4d\x38\x01\x7e\xdc\x2f\xfc\x93\x1c\x00\x3e\x21\xf2\x63\x80\x37\x31\x6b\x5a\x6f\x60\xd1\xd5\x2b\x02\xe8\x54\xd5\xdf\x2d\x8f\xc9\x92\xdf\x85\x5f\xb9\xa1\x91\xa9\x41\x6f\xdc\x6b\xc5\x3f\xa7\x06\x31\xcf\x86\x39\x2f\x08\x75\x9e\x40\x33\x1e\xfa\xdb\x4d\xb1\x19\x35\x23\x88\xcd\x78\x2c\xa7\xe2\x94\xdc\x78\x6e\x44\x64\x5c\x0e\xf3\x42\x14\x80\x9d\x55\xcc\x32\x80\xae\x4d\x10\x19\x8f\x46\x3a\xb3\x59\x35\xcb\x90\xaa\x6c\xd6\xcb\x13\xe1\x89\x42\x1b\x11\x05\x6d\x82\xdc\xd8\xc9\x5c\x30\x2b\xf6\xff\xf6\xef\x8f\x67\xaf\xb6\x2b\x7c\xc9\xb0\x3d\x01\xc0\x38\x92\x95\x60\x56\x78\x0a\x81\x5e\x13\xb4\xc6\xfd\x11\xfd\xbd\xdd\xe7\x4e\xeb\xed\x66\x61\x56\x6e\xfc\x62\xdc\x50\xb7\xae\xbb\x7e\xe3\x3e\x75\x7f\xa4\x32\xe3\x0c\x13\x47\xf5\x93\x28\xc9\x6c\x3c\x7d\x58\x85\x1a\x19\x07\x26\x30\x8e\xa1\x81\x2b\x61\x1c\x97\x4b\x62\xf0\x94\xfb\xc6\xec\x97\xe1\x86\x7a\x72\x46\xa9\x0b\x97\xb5\xe1\x38\xb8\x32\xc0\xbd\x67\x0a\xe3\x18\x3f\xb7\xe3\x4b\xf0\xb9\x5b\xfb\xcd\x80\x7a\x7a\xf5\x7a\x48\x18\xf8\x9b\x03\xf7\x0f\x49\x3e\x2a\x49\x7d\xb3\x75\xba\x45\xb6\x0b\x62\x80\x27\x68\x8f\x15\x2f\xe9\x09\xd8\x63\x27\x6a\x64\x56\xac\x50\xc3\x9a\xe0\x5c\x2d\xb0\xed\x0a\xe1\xa8\xc5\x0f\xd8\xc6\xdd\x1e\xcb\xc1\x7d\xfd\x90\x43\x7c\x2e\x39\xda\x4d\x4d\x3e\xf6\xa7\x5b\xdf\xac\x9f\x82\xa2\xab\xe8\xcd\x3e\x81\x64\xb3\x92\x0a\x63\xd9\xfd\x4f\xfe\xcc\x6a\x35\xdd\xd2\xb8\x0b\x9b\xed\x97\x33\x36\x78\xd1\x0d\xbe\xf2\x9c\x23\x08\x5e\x98\xb1\xfc\x63\x90\x1d\xce\x67\x48\x0c\xbb\x19\xac\xc9\xaa\x5d\xa9\xe9\x61\x1e\x08\xf1\xed\x50\x42\x65\x56\x9b\x1e\x6b\x60\x94\xcc\x56\xd2\x5d\x9d\x36\x8a\x01\x1b\x7c\x65\xa4\xb1\xf3\xdd\xe4\x66\x9c\x38\xa0\x1f\x43\x7b\x65\x93\x99\x11\x7e\x3d\xc1\x7e\x0c\xad\xa7\x40\x3f\x86\xa6\xcf\x96\x86\xb0\x69\x69\x0f\xcc\x61\xe3\x6e\xa8\x65\x71\x44\x32\x3b\xaf\x1e\x05\x03\x6b\x95\x00\x1c\xc8\x40\xd3\xc5\xdb\x81\x6f\xfe\x55\xf1\x1c\x9a\x20\x42\x56\x02\x3f\x67\xf3\x1e\x21\x1c\x11\x7e\x64\xa4\x29\x98\xa0\x40\x76\x72\x0b\xcc\xd6\x94\x24\xad\x95\x9b\x74\xd0\x85\x66\xcb\x2b\x05\x48\x48\x6b\x39\x07\xbe\x24\x57\x61\x99\x84\xdb\x22\xd0\x78\x82\x22\xb9\x5f\x58\xcd\xe6\x06\x40\x30\x6a\x7a\x8c\x11\x7f\x3b\x85\x8e\x0c\xb0\x2f\x66\x4b\x63\x19\x3a\x6f\xeb\x4e\x2f\xcd\xf4\xac\x99\x09\xc2\x31\x7c\x38\xc6\xd4\x98\x2c\x8d\x9b\xa6\x9b\x81\xdc\x53\x44\xf2\x4f\x31\x24\x03\x40\x8f\xd9\x50\x98\x54\x0d\xc0\x93\xec\x6a\x58\xc0\x49\x36\xaf\x56\xda\x48\xf2\x4b\x37\xb8\xa8\x18\xf9\xdc\xc8\xae\xe3\xf3\xb0\x4b\x2c\xe0\xb0\x4b\x3e\x33\xbb\xb0\x88\x36\x72\x12\x98\x9e\xa1\x73\x6b\xfe\x23\x5b\x71\x7f\x73\xf9\x4e\xf8\xc7\x6c\xb2\x53\x27\x74\xe6\x4c\xd1\xe0\x54\xaa\x72\x9d\x09\x3b\x96\x20\x08\x4c\x49\x90\xfa\x6c\xaa\x47\xf0\x97\x86\x0d\xae\x85\x1b\x40\xee\x78\xb8\x8d\x0d\xdf\x42\x09\x07\x65\x72\xff\x41\xb5\xc1\x6e\x1d\x7e\x04\x45\x87\x87\x24\xfc\xa4\xd6\x1f\xe1\x27\x9b\x5a\x38\xf0\x93\xe5\xc8\x9d\xb8\x72\x31\x99\x07\x2f\x2a\xc0\x09\x99\x6d\x79\x26\x10\x2e\x1b\x98\xc7\x81\x9f\xd0\x6c\x69\x87\x73\x6f\x19\x42\x45\xba\xdc\x09\x06\x65\x27\x42\x7c\x82\x41\x19\x1a\xe5\xdb\x99\xed\xd3\xca\x99\xe3\xa2\x7d\x35\x2c\xbb\x4f\x7a\xc9\x46\x12\xa7\xd9\xe4\xa1\x87\xe7\xfe\xcc\x3d\xeb\x0b\xb2\x53\x58\x71\x76\x92\x7e\x65\xbc\xb2\x53\x79\x4a\x66\x0f\x5f\x5c\xd4\xfa\x97\xcb\xcb\x14\xaf\xd2\xb8\xc1\xd9\x4c\x98\xa1\x69\x08\xf4\xca\x43\xd1\xb9\x25\xbb\x45\x66\x15\xb1\x32\xc8\x32\x3b\xdb\x95\xcd\xd2\x3b\xe2\x93\xe3\x90\xf6\x08\x94\x25\xbd\xd1\xc7\x9c\xe8\xd2\xd9\x84\xa6\x20\xa2\x74\x82\x39\xb9\xc7\xe0\x0b\xfb\x12\x5e\xd8\x60\x8c\x7a\xa5\xce\x76\xb3\xfb\x60\x73\x60\x4e\x96\x92\xe7\x00\x06\x58\xbc\x49\x04\x67\xb2\x13\xa7\x3b\x1b\xe6\xbc\xf0\x6a\x0c\x68\xc9\xfd\xe2\x57\x12\x58\x04\xcb\x86\x26\x56\xbc\x3b\x6c\xd8\xf3\x48\x8b\x36\x9b\xd7\xec\xe1\x56\x7e\x72\x5e\xf8\x07\xe3\x1e\x01\xad\x53\x6c\xca\xee\xb1\x25\x03\x24\xf1\xac\x53\x6c\xca\xa5\x9e\xda\x74\x58\xb3\xbf\x58\xfd\x86\xcc\x44\x84\xab\x9f\xfb\x82\x2c\xd1\x43\xc6\x42\x9a\xc8\xe2\xfd\x62\x7b\x73\x4e\xad\x8a\xfd\xe6\x99\x7a\x99\xd3\x43\xc2\x8b\x8b\xdb\x90\x20\xa7\xea\x87\x50\x0c\x20\x65\x55\x91\x6e\xaa\x81\x9e\x10\xf9\xa7\x67\xfb\xcb\x35\xa4\x23\x9f\x2a\x5a\xf3\xc5\x45\x70\xa9\x33\xa8\x99\xdd\x0e\x0a\x65\x78\x73\xd3\x81\xc2\x22\xf8\x6c\x02\x48\xd9\x89\x50\x9b\xe2\x51\x12\x3e\x36\xbb\xfe\x6e\x5e\x67\x76\x82\xa5\xc0\x02\x9b\x1d\x7b\x22\x71\x5e\xb3\xff\x5e\x9e\xf9\x06\xd6\xa7\xd6\xd9\x89\x5a\x2e\x5e\x5a\x02\x66\xd9\x09\xae\x9a\xfd\xb0\x05\x7a\x71\xe8\x57\xd6\x2c\xa1\xea\x16\x96\x40\x08\xe5\xcc\x74\xec\x8f\xda\x85\x41\xb2\xac\xc0\x9a\x4c\xd0\x2b\x3b\x81\x59\xb3\x8b\x6f\x85\x20\xd5\x4d\xee\x01\x86\xcb\xec\x66\x8c\x56\x52\x04\xd5\xf2\xa8\x8a\xf9\x5d\x80\x2b\x76\x2e\xb0\x96\xbb\x08\xc3\xc3\xf5\x8d\xec\x39\x13\x8c\xcb\x3e\xf3\x79\x3a\x24\x4b\x98\x8b\x8c\x9e\x03\x70\x55\xc0\xc7\x98\x60\x5f\xee\xaa\xec\x0a\x88\x1a\xd5\x3f\x9c\x41\xa6\xb9\x90\x33\x15\x82\xd4\xeb\x8f\x8b\x48\x9f\x49\x53\x05\x77\x02\xfa\x32\x8f\x49\xdf\x8c\xb9\x48\xa8\x40\xc1\xdc\xad\x31\x6e\xae\xf5\xf1\xda\x98\xc0\x60\x36\x12\x4a\x4d\x60\x30\xf7\x47\xbe\x60\x74\x65\xaf\x08\x83\x59\x1d\x75\xb5\x47\xb6\xe6\x79\x41\xf4\xed\x2d\x67\x90\xd2\xcd\xf3\x6a\x71\xf2\x44\x11\xc0\x34\x3b\xe6\xcd\xe9\xa8\x5b\xce\x0d\x75\x35\xcf\x6e\xb1\xc4\xe2\x2b\x7a\xd8\x4e\x9e\x99\x1a\x0c\x9f\x5a\x3e\xba\x80\x16\xc7\x5f\xe1\x6c\x53\x50\x4d\x62\x92\x26\xa0\x9a\xfb\xb8\x33\x14\xc1\x2e\xdc\xe7\x3d\x7b\x4f\x5f\x3a\xd7\x21\xae\x78\x4a\x05\xd5\x17\x72\x18\xb8\x4c\xdd\xde\xbb\x63\xba\x92\x1d\x6d\x74\x3b\xcc\x54\xe3\x7a\x37\x5d\x7d\x5c\xef\x70\x42\x9e\xa0\x6a\x16\x8d\x25\xa0\x6a\xee\x59\xb4\xd6\xcf\x5a\xa9\x89\x94\x94\xc4\x3f\xcf\x0e\xf4\x45\xf1\x3e\x16\x88\xcd\x8a\x07\xf4\xec\xc3\xd9\x65\xde\xc4\xc1\x40\x8c\x06\x6e\xd3\x7c\x19\x13\x44\xcd\x3e\x9d\xe8\xe1\xdc\xfa\x3b\x39\xfd\xed\x06\xde\xe8\xd3\xe1\xa0\x55\x1b\xb7\x37\x3b\x7e\x7a\x33\x7b\x24\xf3\x63\xf9\x70\x69\x50\xd7\xe9\x6a\xdb\x24\xa0\x98\xa0\x71\xee\x17\x4a\x20\x1e\x68\x47\x06\x9a\xb3\xcf\x7c\xee\x92\x35\x3f\x62\x57\x14\xab\x02\xdd\xc8\xed\x8c\x4e\x3e\x1d\xb3\x17\x7c\xa4\x1b\x98\x82\x76\x06\x2e\x62\xb3\x63\x7c\xd5\xf4\x9f\x98\x9d\xe4\x0b\x98\x1d\x83\xeb\x74\x4d\x49\x50\x52\xbc\x69\x06\x9a\xb3\x4f\xf7\x5a\xb0\x5c\xce\x53\x90\xb7\x6e\x5a\xe0\xb6\x09\x6b\x12\xdb\xc7\xe7\x8f\x67\x2a\x4a\x01\x04\x1a\x0c\x66\xe7\xa1\xdd\xb0\x93\xcd\x7a\xba\x6b\x56\x36\x4d\xe9\xa5\xd9\xd1\xd3\x47\xfc\xf6\x74\xa2\x96\x34\xd8\x8e\x90\xce\x5a\x7b\x40\x3f\x73\x3a\xe9\x2d\xfe\x77\xd3\x15\x13\xc8\x42\x15\x11\x08\xce\x3e\x9d\x10\xc4\x02\xd2\x61\xce\xae\x4d\x16\xf0\xc4\xd9\x89\xcc\xd6\x85\x07\x14\xcd\xda\xdc\x75\x97\xb5\xd2\x41\xed\xb3\x21\xf1\xbb\xac\x95\xa6\x2f\xa5\x28\xf8\x39\x18\x9a\x7d\x66\xad\x0b\x42\x43\x37\x2e\x79\x9a\x53\x4b\xee\x92\x99\x05\x1c\x11\x53\x7b\x21\x8c\x48\x4f\xee\xa4\xb5\xcc\x1a\xce\x77\x53\xd2\x77\xdb\x27\xa6\xe3\xce\x91\xd2\x41\x7c\xda\xbb\x34\xf1\x96\xfd\x7b\x9e\x6f\xef\x8f\x69\x0e\x11\x63\xe6\xef\x3a\xda\x77\xab\xa2\x1f\xf0\x7b\x21\x34\x87\x6a\x35\x10\x9a\xbb\x2a\x5e\x30\xf5\xce\x7c\xae\xfe\x41\xe3\x60\x52\x90\xfa\x72\xf6\xa7\x13\x04\xc5\x90\x1e\xcd\x58\xf9\x87\xd7\x9b\x96\x66\xab\x65\x61\x52\x32\xba\x59\x9e\xec\x94\xa5\xd5\x0b\xf2\x1f\x58\x14\x8c\xb9\xbf\xce\x0e\xcc\x1f\x9c\xcd\xba\xda\x9f\x1a\x2f\x20\x9c\x7d\x5a\xdb\x9b\xcb\xc9\xac\xa8\xbd\x1f\xae\xad\x68\x9b\xdc\x09\x76\x13\x80\x91\xd6\x7f\x76\x62\xb2\xe3\xc8\x22\xd2\x78\xcf\x29\x90\x5b\xfa\xc5\x80\xbd\xb9\xbf\xa2\x08\x51\x63\x5a\xc0\xc5\xde\x6c\x91\x7f\xb0\x0e\x6e\x51\x2e\x27\xf5\x55\x1a\x5e\x42\x92\x30\x60\x0e\xdc\xf7\xf4\x30\x12\x7b\x73\x68\xc4\x18\x3a\xa1\x1c\xf9\x95\x9b\x60\xf8\x59\x8e\xa4\xf3\xa2\xb3\x00\xf4\x10\xc8\xcd\xae\xef\xc7\x48\x25\x9b\xe6\x07\xbe\x7d\x3a\xd0\x00\xb1\xb9\xeb\xb2\x62\xb6\x04\x4b\x07\xac\xe6\xae\x97\xe6\x53\x1e\x81\x80\x08\xb2\x19\x87\x15\x1f\x72\x2b\x2b\x3e\x72\xc0\xd4\x7c\x68\x35\x1d\xfe\x23\xbb\xb1\x6a\xbc\xfa\xf4\x17\x11\x28\xb3\xe8\x34\x01\x50\x66\xd7\x79\x00\xa0\xcc\x23\x0e\x3b\x86\x0b\xbd\xf8\x6a\x13\xa4\xcc\xee\x8d\x03\x48\x99\xfb\x2b\x1a\x49\x49\xa2\xfa\x8f\xea\xad\xbd\xe4\xea\xd3\xdb\xf4\x51\xd5\xd9\x6c\x45\xa3\x33\x00\x25\x53\xb0\xcb\x99\xcf\x2a\x00\x76\xd2\xb4\xd0\x3d\xff\x61\xf6\xd0\xd4\xc1\xb7\xdc\xc5\xa9\xab\x29\xa7\x43\x92\x86\x30\x13\xe0\xd8\x4c\x50\x2d\xab\x22\xbf\xa8\x96\x2d\xec\x3e\x16\xe7\xa2\x2b\xc3\x48\x47\x18\x7b\xa9\x78\x30\xfd\x4a\xfd\x23\x5f\xd4\xae\x6d\x3f\x15\x7a\x77\x02\x72\x40\x76\x52\xf6\x9e\xb3\xc7\x05\xa8\x74\x6c\x74\xa7\x15\x92\x38\xfa\xe0\x5a\xd5\x3f\xa0\x63\xd3\x02\x39\x91\x54\x85\xda\x3e\xb3\x40\x9e\x01\x46\x95\x69\x9f\x51\x0c\xc6\xc8\xf9\xa2\xbc\x5c\x76\xfa\x15\xc5\x51\xd9\xc6\x70\x4d\x5c\x2d\x3d\x04\xc1\x83\x99\x22\x4d\xb6\x70\x22\x51\xb7\xbd\x17\x1b\xa9\x6e\x3b\x2a\x62\xc0\xbc\xb5\x02\x77\x72\xff\xc1\x6c\xc9\x36\xe1\xc0\x43\x56\x09\x4d\x05\x6a\x92\x88\xd7\xfd\x4c\xe4\x65\xb3\x22\x3b\xe5\xef\xdc\xf0\x38\x9f\x93\xa4\x37\x18\x9c\x80\x99\xec\x5e\x7f\x88\x32\x39\xb4\x9c\x8d\xc0\x1e\x69\x8f\xc8\x02\xe6\x6d\x06\x90\x93\x55\xad\x77\x24\x93\xad\xfe\x61\x66\x5a\x7a\x47\xce\x15\xdd\x3d\xc5\xa2\xf4\xee\x61\xa0\xd9\xcf\x6c\x00\xba\x87\xd4\x35\xb4\x6e\x3b\x4a\x42\xb9\x89\x5c\x99\x63\xe5\x3a\xfe\x49\x03\x81\xa6\xec\x5a\xdd\xc7\xc2\xb7\xd0\xe5\x5b\xb8\x2e\x65\xcd\x9a\x41\xb2\x49\xed\x5b\x74\x6b\x29\x85\xc1\xde\x86\x8e\x37\xe0\x02\xcc\x91\x4a\x3e\x46\x11\x30\x27\x43\x3f\xa1\x91\x11\xe0\x36\x78\x4a\x04\xf2\x1f\x66\x57\x1a\x76\x4a\x5e\xdc\x17\x17\x53\xed\x32\x91\xc3\x99\x5c\xae\x73\x5c\x5a\x05\x1c\xf1\x45\x1a\x65\x69\xe3\x95\xd5\xd2\xc6\x95\x18\x8b\xfb\xf9\x56\x38\x84\xab\x0d\x98\xa8\x26\xf3\xa1\x07\x8e\xe3\xb8\xdd\xab\x76\xea\x26\x45\x1b\xb2\x8a\x18\x92\xc5\xed\x79\x7b\xe8\xdc\x6c\xb8\x2f\x16\x0f\x87\xa1\x60\xba\x4b\x0c\xb3\x82\x85\x1d\x81\xa3\x6a\x95\x1f\xc9\x51\xa5\x58\x8f\x1d\xf1\xd9\x53\xe3\x1e\x03\x67\x52\xa3\xfc\x78\x80\x30\xc7\x12\x05\xe6\xe4\x1e\x9f\x7f\x5c\x68\x67\x96\x26\x7f\x97\x07\x13\xf6\xa8\xc5\x1b\x9c\xc9\x9a\xdb\xe7\x95\x0e\xb9\xd3\x81\x6c\xd0\x30\x3d\x5e\x7d\x98\x68\xe1\x45\x80\x97\xf0\x60\xe3\xd6\xfe\x0c\x2e\xe5\xee\x9e\x7f\x4c\xfe\x60\xbd\x5f\x29\xad\xe7\x8a\x48\x6c\xed\xbd\x43\x58\x07\xbd\xf1\x12\xa4\x32\xec\xf8\x66\x9f\x95\x04\x96\x73\x18\x7e\xad\x6f\xdd\xf8\x3c\x4e\x2e\xf2\x07\x75\x42\x8f\x02\xa5\xb2\x26\x05\xfd\xd4\xd4\x60\xde\x42\x53\xe6\xae\xf8\x72\x72\xe8\x22\x3e\x3f\x21\x09\xfb\xb2\x71\x7a\xc2\x65\x2d\x59\x71\x27\xc0\x93\xbb\xc4\xe0\x05\x0c\xd7\xf0\x8f\x46\xe9\xca\x73\xb6\x17\xbc\x30\xf2\x2c\x1d\x3c\x1f\x3c\xe3\x80\x37\x2d\x90\x1b\x7d\xf2\x72\xe9\x1f\xc6\xb3\xfe\x02\x9d\x67\x75\x1a\xce\xcc\x4c\x36\x8a\xc6\x0e\x90\xe4\x9e\x50\x3a\x75\x68\x15\xc2\x8c\x30\x0f\x65\xfa\xb0\x8c\x03\xb4\x88\x92\x31\x67\x40\x28\x49\x67\x17\x28\xc9\x22\x4b\x03\x4a\xb2\xea\x6a\x33\xf3\xd6\x97\x4d\x35\x8b\x83\xf5\x23\x39\x1a\x24\x7a\x72\xb9\xab\xa5\x1b\xc4\xc8\xdd\xb6\x25\xb4\x95\xb1\xf5\x66\x91\xf6\x73\x62\xa7\x79\x99\xc3\x56\xaa\xb4\x88\xdd\x07\x50\xe4\xfe\x87\x66\xaa\x4b\x05\x29\x9f\xa9\x48\xfb\x95\xbc\x8a\x11\xe2\x34\x54\x74\xe7\x00\x0e\x72\x97\x60\x88\x70\x54\x8d\x82\x53\x64\x68\xd2\xdc\xcf\x99\xac\x32\xfe\xbc\xf8\x9d\x66\x60\x9e\x56\xc7\xa2\x16\x9f\x65\xa3\x6c\x67\xc1\x1e\x97\x46\x92\xd9\xb3\x21\x26\xb6\xbb\xeb\x39\xad\x13\x7d\x56\x1b\xf9\x44\x9f\xd5\x88\x3c\x7b\xee\x3b\x5f\x72\x00\xbc\xa0\xab\x0e\x4e\x1f\x30\x8d\x33\xdc\x08\x03\xac\x30\x74\x83\x39\x94\xe6\x5c\x6d\x3c\x42\xd5\x55\xc1\x6f\xac\xea\xfe\x33\x2f\x87\x5d\x16\x2e\x87\x35\xbc\x03\xec\xb8\x19\xbd\x4d\xd8\x29\x9f\x15\xec\x5c\x94\x29\x49\xe8\xbe\x14\xbb\xeb\x0b\x6b\x8f\xf8\x35\xcd\x82\x69\x00\x08\x20\x8c\x7b\xe4\x8c\xc3\x08\x32\x5d\x60\x80\x64\xec\x60\x59\x4c\x20\x19\xbb\xe6\x6c\x21\x19\xa7\x31\x19\x33\xdd\x7a\xe0\x28\x22\x2c\x6a\x9c\x06\x55\xb1\x83\xe9\x30\xc1\x4e\xec\x1a\xa0\xa7\xd9\xc0\x34\x7f\x4e\x2f\x6b\x75\x1f\x00\x2e\x71\x57\xe5\x3f\x9e\x0d\x4c\x47\x73\x59\x17\xe3\xd5\xa1\x9e\x44\xc8\x13\xf4\xc3\xae\xc9\x7a\xaa\x35\x16\x47\x85\xa6\x18\xc5\x3e\x9e\x24\x94\x72\x82\xc5\x34\xd2\x91\x10\xfc\xc3\x3d\xa9\x8c\xfd\xcc\xc4\xe1\x16\x11\x8c\xdf\x46\x1e\xa4\x3a\x7f\xf7\xa4\x0c\x8b\xbb\x9d\xa0\xa1\x60\x26\x76\x4d\xde\x40\x26\x16\x13\xa6\x4e\x50\x12\x6b\xf1\x38\x5e\x8a\x0b\x36\x78\xc1\x14\x10\x1d\x66\xc6\x73\xb9\x0a\x97\x6b\xc5\x64\x73\xb7\xab\x4d\x37\xe1\x10\x75\x4b\x9c\x60\x15\x68\xb8\x06\xf5\x70\x57\xcb\x1f\xe4\x2a\xd1\xbe\x3b\xd3\xe5\x47\x72\x23\xdb\x82\x9f\x09\x47\xb8\x74\x37\x04\x8f\x70\x17\xe7\xab\x27\xbb\xe8\x3f\xd6\x45\xdf\xe5\x55\x5a\x1d\xc0\x1d\xec\x1a\x1d\xc0\x1d\xac\x4a\x81\xc0\x0e\x76\xad\x03\xf3\xcd\x7d\x42\x83\xa8\x72\x39\x3d\x68\x6b\x21\x01\x7e\x73\xa1\x68\xe2\x35\x55\xa8\x1f\x49\x5f\x90\xf5\x80\x1d\xac\x86\x9f\x4c\x03\xb8\x86\xbf\x9f\x96\xb6\xc4\xed\x8b\x8d\x1b\x45\xe1\x33\xdb\x47\x6a\x8c\x76\xa7\x7d\x2a\x01\x09\x43\xda\x20\x2c\x81\xbe\x95\x80\x10\x16\x2f\x82\x66\x5e\xdb\x4a\x34\x3e\x4d\xdb\x88\x14\x60\x0a\xee\x06\x19\x08\xba\x9e\xc2\x37\x70\x81\xc5\x6b\x5b\x60\x01\x8f\x00\x2a\x6a\xc6\x2f\x07\x35\x78\x59\xfe\x73\xf0\x62\x71\x9f\x1f\xff\x28\xbc\xb8\xe3\xe6\x5f\xc9\xfb\x66\x1c\xee\x3a\x68\x60\x90\x83\x4b\x95\x14\xd0\x41\x13\x35\xcc\x20\x2a\xfa\xc0\x18\x06\xb4\xe0\x6e\x87\x7e\x1e\x52\x67\x58\x5e\x14\x36\x33\x94\x1a\x34\xc1\x90\xa1\x27\x9a\x20\xc0\xfb\x33\x52\xa5\xcb\x7f\xc8\x90\x66\x7b\x04\x1d\x68\x75\x0f\x5d\x8d\x90\xc7\x44\x10\x0c\xd2\x79\xcd\xa8\x4e\x3e\x84\x03\xd0\xc0\xea\xa5\x37\x38\x81\x62\x48\xcc\x48\xed\x0c\x19\x33\xea\x74\x85\x68\x03\x26\xa3\x9e\x2c\x06\xa0\xaa\x25\xf0\x7e\x7b\xd3\x51\x55\xaa\x5d\xf0\x28\x00\xfe\x3a\x29\xea\x66\x18\x8d\xe5\xa1\x04\xe0\xaf\x88\x40\x38\xc1\xf1\x2b\xc2\x93\x4d\xb0\xfb\xa2\x67\x71\x53\xbe\x72\x12\x05\xef\x33\xc5\xd9\x8c\x64\x24\x30\x5f\x60\xf6\x76\x27\xe9\x18\x46\x4f\x52\x9a\xce\xe8\xb9\x8e\x8c\x6b\x38\x75\x2e\xc9\xc0\x4b\xcb\xe6\x87\x57\x48\xcb\x3f\xdc\xdd\x87\xff\x10\xaa\x38\xfc\xe3\x46\xb9\xa0\x8f\x22\xee\xfd\x7b\x81\x38\xda\xe0\x24\x97\x5d\x3e\x23\x12\xa0\x95\x03\xa5\x17\x0a\x2a\x80\xe7\x75\x95\xdf\x10\x88\xdf\x40\x29\x00\xf3\xd2\xaf\x16\xf8\xbb\xae\x82\x1d\xb8\xf0\xe8\xe1\x11\x91\xdd\xa3\xd6\xb0\x26\xba\xa7\x13\xa7\x2b\x28\x1b\xc0\x52\x00\x2a\xde\x1e\x35\x5d\xda\x3c\xa1\x36\xb7\x18\x99\x32\x40\x8b\x9a\xa1\x33\x0f\x20\x63\x33\x96\xa0\x9f\x34\xb7\x00\xe4\x86\x33\x86\xb1\x57\x32\xdc\xc0\xa6\xa8\xa2\x0d\x2a\xde\x11\xa4\xb0\x9e\xb1\x34\x46\x78\x0e\x93\x6f\x20\x15\x00\x8c\xb7\xcb\x33\xb3\x58\x18\xd5\x68\x23\xf9\x86\x0b\x7b\xea\x8d\x4c\x5d\xa7\x9b\x04\x5a\x21\x00\x9e\xb7\x76\x71\xda\xba\xcf\x6e\x9e\xfc\x03\x0f\x46\xe3\xe7\x00\xc3\xeb\x6a\xb7\x82\xe1\x4d\xaf\xc7\xe2\xca\x9e\x30\x41\x97\x3b\x49\xf2\x20\x2a\xff\xc8\xcf\xd8\xbc\xb0\x1d\xa0\xee\x0e\x15\x24\xa1\xee\x82\xe4\xb8\x13\xa8\xbb\xae\x4c\x1e\x5e\x52\xea\x2d\x14\x84\x2b\xa8\xbc\xc4\x95\x8b\x40\xb5\xaa\x51\x2e\x2d\xb9\xaf\x14\xaa\x85\xc0\x23\xb1\xd8\x8c\x5b\xb3\x7f\xf8\x51\xee\x4f\x3a\x72\x27\x47\xf0\x1f\xe6\x41\x62\x40\xe0\x97\x17\x34\x91\x9a\x13\x4c\x32\xee\x5c\x11\x06\x48\x54\x03\x49\xb5\x26\x28\x78\x5d\x25\x3f\x92\x1d\xb9\xc9\x1e\x67\xe1\xf8\x33\xd6\x43\x88\x3c\x95\x3d\x20\xf2\xf6\xb4\xd0\x9b\x47\x81\x5f\x22\x22\xe3\x72\xf7\xe7\x1d\xa9\x87\xed\x71\x5e\xdc\x2c\x69\x43\x84\xd3\xc6\xeb\xbd\x02\xe2\x96\x10\x78\x8a\x80\x40\xe0\x55\x0d\xe9\x91\x57\x9b\x4e\xcc\xeb\x42\x58\x80\x3b\x17\x18\x2d\xd0\x76\x47\x23\x0d\xc5\x8c\x4f\x1a\xe0\xc4\x7c\x76\xde\xaf\xb2\xbf\xb4\x41\x2a\xe6\x46\xf8\xf1\x14\xcf\xae\xe9\x0f\x03\x84\x5d\x0f\xa9\x0e\x7e\x3d\xa1\xa0\x19\x5f\x8e\x64\xf7\x6b\x99\x0a\xd2\x8b\xce\x95\x2a\x51\xe3\x39\x5b\x09\x5e\x18\x15\x62\xdf\xd2\x52\x38\xb2\x84\xd7\x00\x54\x45\x06\x8e\x00\x98\x6d\x02\x28\xd7\xe5\x29\xe2\xc9\x29\xc4\x01\x14\xd7\xa5\x40\x00\xc5\xed\x26\x16\x2f\xee\xd4\xea\x57\xb7\xbd\xb2\x38\x94\x51\x37\x94\x65\x80\x84\x4e\xe6\x0b\x70\x9a\xa2\xf7\xc8\xd2\x50\xa8\x7b\xb0\x78\x71\x1a\x53\x97\xe6\x40\xdd\x2b\x04\x8c\x23\x73\xc4\x5c\xa4\x8b\x92\x71\x2f\xee\x15\x65\xf5\x0b\x2f\x9f\xa2\xdb\xc5\x2a\xd2\x4f\x98\xe0\x12\x92\x86\x39\x5d\x7a\xb0\x2e\xbf\xd2\xcf\xc7\x5b\x4d\x60\xe5\x76\x79\x5f\x18\x24\x24\x34\xd1\xe3\xf4\xaf\x5a\x15\xef\x62\x38\x2d\x48\x72\xfb\x8f\xc1\x8b\x41\x5c\x74\xb7\xe6\x70\x29\x01\x7c\xad\xc2\xc1\x6a\xe9\xf6\xcd\x73\xf1\x23\xff\x68\x36\xee\x3f\xdd\x7a\x69\x44\xf0\xb9\x5f\xd6\x05\xdf\x2d\x16\xc1\x5a\xec\x2c\x82\x90\xef\x5e\x06\x93\x6e\xcf\x28\x23\x24\xf0\xae\xe8\x32\xb2\x48\xd9\x51\xf4\x12\x59\x7d\x9f\x53\x0f\xd6\x02\x16\xbf\x68\xfc\x02\xba\xae\xcb\xab\x96\x49\xa1\x75\xc3\x07\xbb\xae\xcb\xb5\x17\xde\xb2\xda\x9a\xc1\xb1\xeb\x60\x3d\xcc\xa5\xc6\x25\xd1\x5f\x6a\x5c\xcb\x26\x1e\x1c\x67\xd9\x34\x30\x4d\x4d\x70\x0b\x8f\xa1\xf0\xf7\xe1\x4c\xd1\x98\x70\x75\x9c\x16\x40\xe9\x4a\x73\xc5\x87\x3c\xbe\xfa\x07\xf9\x76\x9d\xf3\x91\xfb\xc5\x9a\x2e\xfb\x4d\x9f\x86\x51\xc7\xfc\xe1\x9d\x1e\x98\x71\x13\xfc\xb8\xaa\x0a\x0f\x66\xdc\x9e\x66\x5f\xec\x38\x33\x28\x9e\x80\x8e\x2a\x6b\xe6\x29\xb2\x2e\x77\xb8\x47\x4a\x55\x0a\x42\xb1\xb0\x3d\x1a\xa0\xbe\x84\x20\x68\xfe\x0e\x9a\x01\xe4\x70\x61\x62\x9c\xed\x4f\x15\x18\x74\xb9\x2e\xa1\x5d\xa6\xe3\x58\xf6\x85\x28\x3e\x81\x12\x26\xb8\x73\x07\x29\xfb\x27\xb0\x73\x55\xc2\xb8\x36\x73\xae\x9a\x0c\x81\xa0\x2b\xe6\x9c\x9b\x0b\x57\xdb\x8c\xc5\x06\x83\x2e\xd4\xda\xd7\xca\x03\xc9\xd4\xa1\xbc\xb5\xe5\x10\xf5\x38\x5a\x36\xa8\x2d\xd2\x93\xb7\xb2\x27\xf4\x91\x2b\x3f\x79\xc1\xd2\xca\x08\x5a\xc9\x14\x5c\x4e\x6f\x19\xb1\xe5\x24\xc4\x4b\x1e\xac\xc7\xc8\x3a\x15\x5e\x91\x0d\x96\x4c\x58\x42\x23\xe8\x9c\x61\x15\xe2\xcc\x49\x70\xc1\x99\x2b\x29\xfb\x82\x33\x57\x8d\x90\x03\x66\x6e\xe6\x16\xe5\x62\x50\x72\x0b\xcc\xdc\x6e\xc2\x97\x1c\x13\x73\x72\xe5\xf4\xd2\x45\x41\x0a\x9a\x55\xbd\xcc\xae\x1f\x7d\x28\xff\x74\x8a\xac\x56\x64\xfd\x9c\x4b\xa6\xeb\xd1\xbc\xdd\x65\x48\x95\xcb\x4b\x3f\xa3\x46\x40\x93\xdb\xff\x50\x95\x39\x27\x93\x98\x10\x3f\xa8\x4b\xf5\x32\x79\x95\x19\x18\xc0\x96\x2b\x86\x8d\x80\x1b\x57\x52\x08\x17\x2b\x2e\x5b\x7f\xf4\xec\xa1\x57\x4f\x52\x35\x5f\x3a\xd5\x52\x5a\x27\x23\xa0\x2f\xa7\x80\x72\xcd\x6a\x9f\x6c\xcf\x3f\xa4\xa3\x59\x5c\x3a\xea\xb4\x3f\xde\x18\xf3\x87\x66\x4a\x1d\x4d\x16\x66\xca\x25\xf9\x20\x63\x64\xd1\x9d\x04\xe4\xb9\xbe\xec\xd6\x6b\xe8\xac\xcf\xd2\x5a\xc4\xb6\x85\x63\xae\xd6\x24\x01\xe9\x92\xa2\x72\xb1\xa7\x3f\xa7\x18\x74\x6b\x64\x81\xcb\x4e\xd9\xc4\x4d\x09\x4b\x2b\x9c\xf9\x15\x99\x97\x9b\xa7\xfb\x73\xeb\x23\x50\x2d\xb5\x3d\xb2\x38\x4e\xe0\xe5\x0e\xed\xa2\x4b\xf7\xa1\x03\x32\x0a\x8c\xdc\xa1\xc4\x7f\x1a\x2d\x62\xf4\x0d\xc8\x71\x7b\xb2\x26\x2f\xf8\xcb\x28\x14\x9c\xa4\x5e\x2e\x7a\xe8\x9c\xd8\x1d\x3d\xaa\x27\x3a\x61\x33\x01\xc5\x69\xa2\x0e\x90\x3b\xa7\x08\x73\xca\x2a\x67\xb2\x68\xfa\x75\x72\x99\xe7\xc1\x3b\x61\xd7\xba\xa9\x8a\x36\xd7\x4c\x3f\x01\xaa\x5c\x35\x06\x54\x54\xb9\x00\xab\x72\x82\x2a\x57\x75\xab\x04\x49\xae\x18\xb0\x73\x26\xbb\xee\xbe\x90\x97\x2e\x7c\x46\x84\x33\x77\x05\x48\x72\xdd\xdd\x07\x92\x5c\xf7\x48\x9c\x25\x67\x91\x6a\x4b\x0e\x96\x31\x15\x89\x24\xa7\xe2\xf4\xee\xce\x0c\x15\x40\xc3\x15\x50\x8d\xe6\x59\xdc\xbd\x88\x1a\xa7\xe9\xaf\x46\xf9\xf3\x0a\xe4\x24\x37\x56\xce\x77\x35\x35\x1e\xdd\x01\x31\x28\xbb\x5c\xe5\x3b\x6c\xe7\x53\xd7\x5c\x83\x86\x44\x8e\x5b\xf2\x4c\xa0\xe3\x7a\xae\x03\x46\x4c\x90\x4d\xe6\x69\x28\x8a\x63\x21\xd8\x24\x27\x58\x1d\x94\x8d\x7d\x62\xce\xd4\x7a\x7b\x72\x25\x68\x80\xcb\x49\x16\xc8\x1c\x6d\xcb\xb3\x4e\x5f\x93\x8d\xbb\x6b\x9a\xe6\x40\x5a\x4b\x3d\x15\xa5\xf5\x54\x4f\xd5\x05\x04\x34\xb9\xfe\xaf\xc4\x6d\x71\x8b\xe0\x68\xe3\x82\x72\x3b\x08\xe8\xe5\x3c\x53\x7f\xa5\x23\xf8\xfe\xe8\xe8\x01\x92\xdc\xae\x95\xc2\xdd\x73\x8f\xbc\x77\x76\x67\x8d\x61\x74\xa9\x6d\xb7\xb8\x7a\x3c\x07\xf4\xec\xb9\x86\x34\xd2\x55\xb2\x90\x86\x4e\xc0\x1a\x7e\xd5\x8d\x3d\xf4\x8a\xa1\xe2\x91\x4d\x52\x24\xd9\x34\xea\xdb\x39\x1c\x15\x1d\x4b\xed\x17\x4e\x75\xea\xcc\xeb\x6e\x1c\xd9\x22\x75\x71\x87\x68\x6e\x85\x73\x9a\x35\x8c\xd2\xd3\x4d\xee\x66\x26\xe5\x88\x3e\xbe\x40\xce\xed\xd2\x96\xb0\x3d\x06\xa2\x55\x74\x5a\x80\x33\xe5\xf6\x4b\xe6\xed\x6c\x91\x35\x52\x9f\x21\xb0\xe8\xf6\x12\x52\x53\x88\xa2\x47\x9f\x42\xa2\x6e\x7b\xa4\xd5\xd2\xb3\x11\x5c\xba\x72\x60\x88\x3a\x09\xc6\x9f\x26\x92\x38\x45\x98\x1f\x76\x84\xeb\x42\x93\x26\x9c\xa9\x63\xbb\x84\xe1\xd9\xb1\x91\xa5\x34\x8e\x6c\x74\x26\xc3\x76\x75\x49\x0b\xad\x5b\xf8\x09\xf3\x06\xb3\x7c\x0a\x5f\xb7\x8c\x8a\x3b\x89\xd3\x5f\xee\x25\x6e\x0e\x4d\x74\x20\xac\x9d\xe9\x17\xce\x65\x47\x18\xc6\xca\x59\xa0\x87\x66\xce\x82\x14\x9e\x7a\x04\xe7\x1c\xea\xf8\x9b\x13\x77\x32\xb9\xce\xdb\x99\x00\x59\x3c\xbb\x7d\xa4\x52\x84\x56\xea\xc8\x0f\xac\x5d\x95\x59\x9f\x98\x53\x0d\xd6\x07\xe1\x6e\xd7\xca\x8c\xe0\xb1\xbb\x46\xbe\xd8\x73\xda\xd6\x7b\x17\x58\xdb\x79\xa2\x23\xab\x2b\x88\x77\xb7\x46\xbe\xa8\x29\x4d\x8b\x43\xbe\x60\xbe\x00\xde\x1d\xcd\x75\x22\x9c\xd2\x38\xfc\x13\xb5\x98\x6c\xad\x53\x20\xbc\x96\x33\x82\x9d\x55\x47\xee\xf3\x76\xa6\x18\xd1\xad\x78\x99\x25\x4e\x3e\x62\x78\xa6\x87\x76\x0f\x1b\x7e\xe9\x4d\xe3\x89\x61\xd6\x00\xf3\xf3\x4e\x36\x6a\x09\xfb\xf7\x17\x36\xef\x04\x7a\x2f\xbc\xd7\x38\x37\x83\x6f\x7a\x8b\x02\xc3\xd7\x57\x3e\x3b\x10\x66\x54\xcd\x57\xcf\x26\xa0\xf7\xaa\xd1\x8a\x20\xef\x75\x43\xb4\x00\xdb\x9b\x5e\xfc\x9e\xaf\x2c\x92\x01\xbe\x26\x4f\xa6\x2c\xc0\x08\x5a\xa8\x4e\x72\x3b\x9b\xe4\x07\x10\xbe\xf0\x72\xe4\xf4\x46\x11\x64\x97\x79\xbe\x39\x3b\xb4\x80\xd2\x9c\x44\xf6\x55\x4c\xf4\x59\xf6\x8a\xec\x73\xbe\x76\xc9\xaa\xc8\xc5\xe5\xae\xc0\x35\xc7\xb0\xe1\x33\xb9\xb6\x8b\xf1\x29\xb6\xc9\x69\xbf\xc4\xb5\xe0\x19\xd7\x4f\x29\xeb\xa7\xc8\xc0\x20\x48\x09\x93\x5b\xe2\xcb\x99\xb1\x70\x4a\x09\xb4\x6d\xec\x8c\x31\x9a\x27\x2e\xc3\x46\x0a\x02\xf9\xd7\x0d\x46\x06\xe4\xaf\x5b\xed\xf5\x63\x3e\x86\xcf\xaa\xf1\x9c\xb1\x4b\xef\x1d\x4e\xae\x80\x7f\x46\xc8\x00\xf8\xd7\x8d\x12\xbc\x48\xbf\x65\x5c\xf2\x75\xa8\xb6\xd3\x00\xe1\xa4\x53\xa7\xb9\x0b\xc3\x6e\xf3\x88\x01\xfe\x57\xd5\x6a\xc0\xfb\xeb\x2e\x29\x70\x7f\x7b\x44\x7c\x54\x12\x3f\x89\x67\x05\x7b\x8c\xf5\xd7\xd6\xae\x8b\x89\x17\xae\x62\x3e\x00\x9f\xb3\xe3\x7e\xc4\x36\x1f\x3e\xe7\x42\x5a\x95\x64\x0a\x03\x02\x60\x7f\x7b\xa2\x1a\x2f\xa4\x69\xb6\xef\x25\xa7\x93\x97\xaa\x58\xc8\xde\xbc\x52\xd7\xae\xfe\xc3\xa6\x85\xee\x5f\x55\x6d\x17\xb3\x3a\x90\x80\xdd\xe0\x59\x10\x01\xbb\xb1\xa2\x00\xff\x15\x3d\xa3\x04\xfb\x9b\x7a\x30\x5d\xc9\xac\x31\xab\x5c\x6a\xd4\x80\x10\xcf\x0b\x63\xb0\x12\x23\x08\x7f\x35\xa7\xb7\xe5\x70\x2d\x21\x78\xa4\x05\x48\x84\xc4\x01\xb8\xc4\x6b\x75\x42\x49\x51\x63\xb4\x20\x60\x7f\xdd\x88\xd1\x4b\xc7\x1c\xe9\xc6\xd5\x08\x19\xe7\xc4\x08\xfc\x67\xf0\xe8\x85\x36\x9d\x05\x70\xde\xf1\x6e\x55\x0c\xc0\x76\xb8\x13\x70\xc1\xf5\xa2\xf6\xd2\xab\xa7\xe4\x0b\x66\x76\xa7\x06\x8c\x77\xbd\x10\x12\xde\x4f\xf2\x05\x74\xdf\x11\xa0\xc2\x4c\xb0\xfb\xba\xb1\x35\x57\x7a\xcb\x2e\xbf\x82\x96\x39\x4f\x43\x99\xc8\xe5\x07\xde\xb5\x68\x67\x07\xaf\xaf\x7b\x11\x76\x25\x13\x6e\xfe\xc1\x76\x0b\x9f\xe1\x0d\x5a\xe3\x85\xeb\x6b\x12\x49\xe0\xfa\x76\x8b\x94\x9f\x1e\x14\x06\x32\xed\x16\xf3\x69\x56\x82\x51\xff\x14\xf6\xae\x29\xbd\x77\xc6\xd0\xc3\x75\x35\xbe\x4c\x4d\x60\xaa\x19\x20\xfb\xf6\x00\xe8\x41\xe8\x07\xe5\x1f\xe0\x02\x7a\x44\xc2\xbd\xec\x0e\xe2\x12\x53\x17\x19\x71\xfa\x74\xb3\xbb\x42\x0e\x08\x21\xba\xc8\x85\xa3\xc3\xca\x95\x9c\x18\x5d\xf2\x12\x30\x56\x8a\x7f\x91\xb3\x40\x0f\x99\x8b\x24\x39\xd5\x75\x5f\x24\x29\x46\x36\x11\xf2\xaf\x1c\xd0\xb1\x7f\x98\x7f\x16\xe6\xb0\xe5\x33\xac\x14\x9b\xc1\x85\xb9\x5b\x17\x25\xa1\x00\x43\xe3\xc7\xb5\x5c\x1e\xa6\x74\xd9\x71\x0b\x70\x8b\x91\x05\xe8\xb7\x5b\xfa\x54\x7e\x91\x7a\x9c\x19\x76\xc7\xb3\xf2\x99\x14\x8d\x78\xd6\x3c\x10\x42\x23\x19\x82\x0e\x74\x60\xd1\x4b\xfa\x12\xda\x41\x16\x96\x68\x81\xca\xbc\x97\x89\x76\xdc\x33\x9a\xb7\x75\x28\x04\x22\xb0\x1b\x7a\x04\x44\xe0\x1e\x86\x25\x9c\x10\x49\xe2\xe5\x11\x64\x1c\x97\x3c\x33\x8b\xa8\x7b\x3a\x87\x68\xd7\x12\xf9\x0b\x40\x5b\x5d\x4e\xae\xdb\x06\x11\xc4\xae\x5b\x57\x76\xfa\x6e\x9c\xab\xf9\x7f\x80\x09\x1c\xbf\x7c\xd6\xe4\x4f\x13\xb7\xf2\xb6\x5b\x04\xae\x9e\xc7\xd6\x24\x67\xa6\x61\x12\x58\x50\x3f\x1a\xb0\x03\xbb\x8e\x22\x97\xbc\xdb\x21\xa1\x67\x07\x60\xd5\xf3\x52\xb7\x36\x49\x90\x58\x80\xcd\xac\x31\xd7\x93\x27\xcf\x32\xd9\x08\x03\x49\x7e\x2d\xe9\xdb\x3c\x7a\x78\x7b\x7f\xa9\x5c\xbb\xe6\xa8\xcd\x9a\x67\xaf\xcd\x97\x87\xb7\x60\xd7\xeb\xf8\x68\xef\xf5\xe2\xc4\xe5\xdc\xbc\x78\x78\x8f\x7f\xbd\xd9\x1c\x1d\xd9\x2c\xb7\x99\x1b\xe2\xe2\x92\x34\xc0\x30\x9e\xd7\xa7\x7a\x2b\x55\xfb\xea\x2e\x8e\xe2\x79\x7d\xb4\xe1\xc9\xfa\x26\xcf\x54\xfb\xd9\x9e\xfb\xea\x73\xfb\x48\x59\x92\x9d\x42\x40\xee\xad\x42\x0f\xb5\xa7\x9b\xe8\xd3\xa9\x77\x27\x10\x83\xa5\xe8\x12\x79\xeb\x1c\x0b\x4e\xde\x04\x6f\xb0\xa4\x3b\xd8\xad\x31\x5b\x82\x79\xff\x68\x3f\xbf\xf2\x8a\x02\x02\x74\xff\xb4\xda\x34\xff\x51\xc6\x98\xfe\xc3\x94\x1e\x3e\x23\x21\xaa\xb6\xdc\xe2\xb7\x1b\xe4\x08\xde\xe0\xd0\x73\x01\xbc\xc1\x66\x84\xf1\x7d\x38\x11\x3e\x37\xbe\xa1\xa6\xc3\x89\xf0\x7b\x49\x0c\x1c\x07\x18\xc2\xfd\x32\x78\x79\xff\xfb\xdf\xd4\x4f\x1c\x4c\xc2\xf1\x3b\xfe\xca\x64\x3f\x6f\xf9\xb8\x17\x74\x77\x86\xcc\x32\x13\xc5\xbe\x50\x73\xf1\x1c\x43\xef\xef\xa2\xec\xda\xfd\xca\x9e\xf9\x47\x2e\x11\x3d\xdb\x8c\x7c\x18\xc5\x72\x6f\x3e\x3e\xb4\x9d\x80\x83\xb8\xab\xf2\x0f\x8d\xd6\x9c\xf6\x3b\x59\x37\x1c\x42\x50\xc4\x69\xc6\xaf\x3b\x79\x37\x5c\x45\x20\xc4\x66\x4a\x1a\x80\x10\x87\xa6\x22\x80\x10\x2b\xc0\x0a\xf3\xae\x2c\x43\xb1\x34\xb9\xfa\xab\xbf\x7f\xc0\x70\xd2\xc3\xc6\x56\xe1\x18\xdf\x69\x18\x6f\xbe\x30\x72\x94\xe0\xbb\x79\xbe\xd9\x9b\x77\x73\x73\x40\x83\x44\x45\x0c\x70\xbb\xe7\xbd\x99\xf7\x50\x05\xbb\x53\x6f\x66\x80\x8d\x65\x40\xec\x03\x06\x71\x28\xb3\xdc\x3d\xc7\x4a\x47\x3a\x2b\x5d\x7c\x76\xa6\xe1\x80\x77\xe7\x2c\x38\x07\xa6\x1e\xaa\xee\x81\x1e\x94\x60\x3e\xc4\x47\x54\xac\x05\x1f\xb1\x64\x94\xd5\xdd\x73\xff\xf9\x42\x4f\xdc\x66\xc3\x43\xc2\x60\xc9\x2a\x14\xe6\x6f\xba\xbd\x4d\x96\x6d\xdc\x83\x6e\x79\x7a\x06\x54\x00\x89\x55\x88\xc4\xa6\xbc\x7c\x9b\xdb\xb3\xba\x4d\x06\xb3\x80\xb8\x96\xb0\x88\xff\x5e\x94\x61\xe0\x03\xb7\x57\xcb\xd5\x3d\x33\x73\xfb\x31\x14\x83\x63\x75\x5c\x04\x26\xb1\x7a\xb1\x7a\x4f\x9b\xa7\x5b\x69\x35\xcf\x17\x0e\xa2\x97\x65\xf7\x74\x6b\x85\x15\xab\xab\xb9\x4d\xf0\xd2\xd5\x8f\xeb\xd6\x3a\x6e\xbf\xc2\xbc\xe1\x0c\x31\x58\x75\xb7\x49\xe4\x42\xd3\x5f\x33\x55\x9b\x55\x01\x2c\xc3\xda\xf3\x0f\xdc\x2c\xed\x61\x90\xce\x49\x1a\x12\x29\xb8\xf0\xc7\x62\xae\x61\x74\xe0\x1a\x56\xcd\x62\x89\x65\xf8\xef\x8f\x4e\x2a\x31\x16\x07\xce\xad\xaf\x3b\xe8\x85\x55\xca\x0d\x48\x61\x31\xa2\xe9\x5e\x92\x3c\xd7\x1c\x1d\x5a\x69\xe2\x3e\xbd\xa4\x83\x63\x02\x58\x38\xcc\x49\x06\x60\xe1\xd0\x2b\xf7\x3e\x5d\x58\xbf\x21\xbd\x3a\x2c\xe0\x3e\xe5\x27\x9e\xd3\xd3\x88\x10\xd6\xe5\x64\xbb\x49\x60\x4f\xce\x72\xf3\x1b\x4e\x99\x04\x67\xab\xdf\x43\xdf\x4b\x21\x0d\x8b\x22\x28\x90\x86\x43\xdf\x52\x20\x0d\x87\x59\xc0\x40\x34\x1c\x3a\xc5\x02\x5c\x38\x74\xa4\x04\xb8\x70\x8f\xcd\x9a\xa4\x6f\xc8\x50\xb7\x19\x29\x54\x71\xc0\x2e\x1c\x3a\x46\x82\x5d\x58\x72\xa9\x8d\xa3\xdd\xca\xd2\x5f\x94\xef\x66\x65\x24\xc8\x37\x1d\x93\xa4\xdd\xf2\x58\x0f\xed\xcd\xce\x93\x3a\xde\xb9\x11\xe8\x26\xac\x7b\xe5\x47\x8f\x25\xfc\x83\x8b\x4e\xc7\x9b\xb6\x73\x17\xed\xb1\x0d\x7a\x99\x97\xd1\x6e\x7b\x03\x63\x0e\x64\x40\x30\x0b\xf7\x0a\xfa\xcf\x16\x33\x73\xf4\xc9\xe0\x87\xe5\x59\x11\x0f\x4a\x32\x7b\xa4\x0b\x10\x0c\x8f\x65\xce\x08\x60\x0b\x87\x0e\x90\xa0\x16\xee\xaf\xe8\xd7\x03\x9c\x99\xeb\xa3\x85\x1d\xf1\xe2\x36\x41\xb6\x0c\xef\xb5\xbb\x7c\xef\xc5\xb5\x26\x55\x60\x0b\xab\x12\xe1\x9d\x4a\x38\x02\xd3\xfd\xca\x15\xd1\xea\x00\x24\x1c\x26\x9b\x02\x78\x70\xe8\x4b\x08\xd6\xe0\x50\x22\xb8\x3f\x89\xab\x64\x45\xc6\x8f\x92\x7b\x6b\x2e\x97\x34\x7f\x30\x12\x94\xb8\x3b\xfd\xa4\xac\x48\x7b\xcf\x6e\xe0\x49\xc3\x79\xe3\x99\xc6\x86\xcf\xf2\xf9\xea\x0b\xc9\x25\x99\xd8\x87\x4c\xac\x32\xda\xe7\x67\xc3\x95\x67\x1b\x9b\x3c\x93\x3d\x89\x15\x7e\x7e\xb8\xfc\x1f\xd6\x93\x8b\xca\xcb\x81\xeb\x01\xe3\x7f\x74\x9b\x3a\x90\xe0\x1e\xb3\x35\xe9\x78\x0d\x76\xe1\xd1\xd4\xe6\x9f\xc3\x74\xff\x16\x61\x7b\x0d\x3f\x92\xe8\x2c\x5f\x26\x57\xbb\x7e\x14\x74\xd6\xc2\xde\xba\x32\x6a\xbc\x7e\xb5\xd1\x8b\x75\xa8\xf3\xe4\x73\xb0\xec\xc3\x6e\xb8\xec\x10\x26\x40\x10\x77\x9f\x28\xc1\x95\xb8\x41\x31\x0f\x89\x5e\x0d\x75\x7e\xc8\x94\x61\x04\xd3\x53\xb2\xdf\x74\xa3\x64\xff\x2c\x2d\xa3\x61\xdb\x3c\x9a\xe2\x59\x96\x47\x20\x0a\x1b\xcf\xeb\xf1\xe5\x1f\x10\x08\x68\x1c\x08\x88\x4d\x06\xf4\xa0\xbe\x7b\x77\x23\x18\xe2\x94\x4c\x01\x86\x38\x4c\x0e\xf5\x64\x40\x2e\xad\x55\xe6\xcc\x3e\xa1\xb0\x9b\xcb\xfa\x11\xfc\x38\x7c\x56\x40\x74\x74\x95\xad\xe8\x14\x18\x6a\xab\xf3\xd5\x63\x92\x41\x75\xee\xa7\x89\xbd\xc8\x1c\x98\x63\xf0\xe7\x73\x63\x9e\x2c\xe0\x72\xd1\x8d\xc6\xb6\xc9\xb2\x32\x67\x28\xe4\xd3\x48\x22\xce\x99\x7f\x1a\xd4\x12\x61\xff\xc1\xb8\xae\xe3\xec\x63\x82\xa8\x91\xb5\x3a\x33\xcc\x86\x02\x03\x1e\x10\x8f\x81\xb5\x10\xc2\xc7\xeb\x72\x9d\x55\x9f\x9e\xcb\xc2\x24\x77\xaf\x83\xe2\xcf\x68\xde\x47\x71\x02\x59\xf1\x31\x04\x57\x1f\xd7\x27\x45\x88\xfc\x47\xb9\xa6\xd9\x2c\xfd\x0f\x1b\xd2\xd5\xa2\x59\x24\xf7\x95\x5f\xbd\x6c\x50\x06\x33\x80\x8b\xe4\xe8\x3e\xa4\xe0\xd0\x95\x0f\x8c\xc6\xa1\x9f\xda\xa3\xd9\x5e\x9f\x5a\x71\x19\xcd\x10\x22\x2e\x63\x29\x6e\xfb\x01\x8d\x9b\xfe\x91\x9d\x62\xe6\x07\xf3\xe5\x42\xcf\x5c\x4f\xbe\x9a\x80\x1f\x38\xf3\xd3\xdd\x43\x81\x49\xdb\x4e\x57\x06\xcf\xb2\x6c\x73\xa0\xed\x31\xec\x29\xc9\x91\x86\x68\x11\x08\x9f\xbd\xa8\xcc\x9a\xdc\xe9\x3f\xab\x82\x05\x21\x6e\x3c\x9a\x0a\xcc\xd2\xfb\x44\x2e\x16\x15\x87\x42\x8d\xf4\x25\x14\x6b\xdd\x7e\xa1\x01\x5a\x52\x65\xc8\x8f\x96\x93\xc7\x74\x1e\x00\x81\x4e\x80\x1e\x87\xfe\x62\xc2\x39\x2e\xad\xdc\x4f\xb8\x57\x68\x65\xe9\xfd\x25\x25\x59\xce\x35\xa5\xb5\x0a\xe8\xcb\xfa\x98\xcd\xc3\xfb\xdb\x67\xa5\xe8\xc6\xf3\x3e\x3b\xfa\x45\x03\xd4\x38\x74\xeb\x02\xa8\xb1\x18\x10\xf3\xe8\x11\x97\x27\x24\x25\x10\x89\xcf\x96\x40\x86\xce\x35\xcf\x89\xe3\x8b\xc4\x51\xa1\x43\x82\x71\xd2\x27\xd7\xe6\xd4\xbf\xc4\xe3\x72\x66\x9f\xfc\xca\x75\x86\x6d\x3c\x8a\x1a\x92\x53\x1c\xe2\xf2\xd8\xe2\x0f\xa7\x90\xfa\x28\x76\x48\x00\x4e\xe6\x43\x92\xb4\x45\x90\xa1\x27\xcf\x83\x13\xb5\xda\x13\x70\x91\xd5\xe8\x8f\x27\xfd\xe2\x3c\xce\x17\x81\x24\x36\x7c\x71\xcc\x97\x85\x65\x7d\x30\x2f\x70\x24\x43\xbf\x72\x60\x24\x87\xbe\x46\x09\x23\x99\x9b\xf8\x82\x87\x84\xcf\x00\xa3\x49\xcf\x94\x58\x9c\x19\x2e\x0f\x34\x86\x81\x2e\x59\x65\xc0\x8f\xd0\x1a\xfa\x27\x27\xba\xa4\x22\x12\xc0\x91\x43\xa7\x32\xb1\x22\x0d\x52\x15\x2a\xb2\xb9\x28\x7a\xc8\x69\x57\x03\x1e\xb2\x98\x30\x4c\x78\xc8\x65\x82\x20\xe0\x21\xab\x16\x27\xe0\x21\x0b\x90\xac\x13\x78\xc8\xa1\x25\xff\x31\x51\x96\x53\xff\xb8\x40\xd2\xd2\xc7\x51\xd3\x0d\xd3\xfe\xea\x01\x02\x56\x64\x31\xde\xfc\x51\xee\xc8\xa6\x1f\x0a\x30\x86\x2d\x76\x0c\x1d\x83\x80\x7f\xac\x39\x9e\xf7\xe0\x77\xbe\xf7\x2e\x5f\x87\xda\x87\xf8\xa3\x5a\xad\xf5\x6d\x7c\xe5\x1f\x1e\x9d\xbf\x7d\x99\x9f\x14\x5d\x3c\x7e\xf8\xd9\xe9\xd0\x21\x50\xa4\x89\x78\x1e\x7d\xee\xbc\x7d\x78\x52\x8c\xf1\xf8\x90\x49\x32\x67\x11\x4f\xf0\xad\x87\xf2\x62\x06\x04\x4a\x7c\xf2\x11\x8f\x28\xc2\x8e\x7e\x4d\x20\x42\x36\x65\xfc\xc7\xd8\x5e\xcd\x70\xcf\x97\x0d\xfa\xd5\x45\x89\xfd\x95\xa8\x8e\xc5\xab\x85\x17\x03\x86\x19\x26\x40\x78\xac\x85\xbd\x0a\xc0\xe3\xd0\x3d\x08\x50\xc7\x5d\xed\xe0\x65\xf1\x87\x05\x4e\x9e\x0f\x9e\x69\x81\xd6\xde\x23\xb7\x18\x1f\xe5\xd5\x7e\xf8\x42\xcf\x6d\xfa\xf0\x22\x39\x2c\x92\x3b\xc0\x97\x0b\x5d\xc5\x12\xb7\xbd\x5d\xbc\x48\x1f\x86\x2f\xd8\x38\x97\x75\x41\x1e\x98\xdc\x37\xcd\x0d\x9c\x0e\x60\x1e\x87\xce\x41\xc0\x3c\x0e\x3d\x40\x40\x79\x1c\x7a\x19\x81\xe6\x58\x34\xfb\x81\xe6\x78\x84\x7a\xd2\x5b\xf4\x64\x41\x99\x78\x4d\xfc\xe1\x98\x74\x0e\xaf\x08\x0e\xaf\x22\x88\x6e\xb8\xaf\x8e\x01\xcb\x67\x4d\x0f\xf0\xef\xb7\xda\x11\xaa\x42\xec\xd0\xe1\xe0\x45\xec\x28\x3a\x01\xbf\xc8\x1d\xfa\x73\x88\xf4\xb8\xcc\x15\xf5\x62\x84\xd0\x05\x03\xa4\xc7\xa1\x9f\x07\x48\x8f\x43\x6f\x05\x90\x1e\x87\xce\x27\xaf\xc6\x89\xe5\xf7\xa8\x2e\x50\xfd\x97\x9b\xff\xa2\x63\xf1\x0b\xec\xb2\x59\x01\x01\x7d\x1c\xfa\x88\xbc\x79\xdd\x0f\xaf\x7e\xd3\x3a\x31\x2d\x31\xf8\x8a\xd1\xe5\xed\x83\x43\xc5\x6b\xaf\x69\x53\x00\x1a\xb2\xcc\xac\xf7\x52\x6f\xe1\x19\x67\x39\xa8\x30\x30\x91\xbb\x1f\x7c\xd4\xdd\x91\x0e\xa9\x13\xc9\x6a\xd7\x3b\x60\xd0\xc8\xd3\x6f\xd7\xb5\xcc\x6f\xe8\x07\x7c\x45\x90\xc8\xf4\x12\x04\x0d\x72\xe8\x8a\x01\x18\xe4\x30\xe9\xc5\xdb\x73\xdc\xd4\xba\xe5\x87\x69\x06\x9e\x57\x94\x2c\xcd\xde\x6f\x0a\x0d\x2e\xcc\x70\xac\xfe\xe1\xf4\xd3\x8f\xc1\xf4\x57\xbf\x61\xfa\xab\xb5\x5e\xbb\x56\xb7\xc4\x40\x55\x47\x2a\x79\xd3\x30\xb1\x7c\xc9\x2d\x41\xe9\x7f\xc8\xce\x3c\x2b\x6f\xe5\x4b\xce\xb9\x2f\x9a\xbc\x10\x0e\xde\x69\xe3\x8c\x75\xb2\xde\x4e\xce\xbc\x79\xf6\x1b\xe6\x00\x3e\x06\x88\xe4\xae\x89\x59\x9b\x1c\x12\x67\x50\x9f\xf9\xdc\x15\x91\xd8\xcc\x3c\xb3\x11\xda\x9f\x2e\xcc\x6f\x9c\xff\xfd\x2f\x99\x16\x70\x93\xc3\xcb\xb9\x57\x87\x7a\xed\xff\x6f\xb0\x06\x30\x21\xa0\x27\x6b\x6e\x31\x4c\x16\xde\xa7\xbd\x79\x0b\xb1\xfc\x83\xa3\x81\x10\xf6\xae\x5c\x0e\x5f\x58\x0e\xa7\x34\x5d\xf6\xdc\x23\x06\x5f\x55\xe6\x47\x84\x38\x53\x67\x01\x10\x37\x34\x5a\x7c\x9e\x13\xb6\x1e\x60\x71\x47\x98\xed\x54\xb0\xb8\x00\x8d\x76\x7e\x55\xd1\x27\x5f\x9c\x3a\xc8\xc2\x97\xe7\x86\x1d\xf7\x99\xe5\xce\x68\x85\xcf\x2c\x77\xda\xd1\x41\x92\x1b\xde\x45\x7c\x4d\x46\xee\xef\x5a\x0c\x60\xc0\xe0\xc5\x0d\x2d\xf5\x5f\xa7\x00\xe2\x19\x70\x71\x43\xb3\x39\xa0\x70\xbb\x27\xb4\xd7\x25\x81\xec\x64\x60\xe1\xf6\x3f\xbc\x60\x59\xeb\x9a\xd7\xbf\x21\xc3\xb2\x5b\x43\x99\xac\xfa\xc2\xf6\x9d\x7e\x45\x1a\x35\xb6\xf2\x67\xae\xd6\xfc\x46\xd2\x1a\xfe\xf1\x72\x81\x40\xb7\xa6\x69\x6e\xf8\x7d\xba\x6b\xc2\x3f\x64\xec\xf4\x77\x62\x5d\x72\x7a\xf0\x3f\x6d\xce\xf5\x64\x4c\x10\x8f\x6f\xef\xdd\xf4\x16\x03\xcb\x6d\x68\x02\xff\xdc\x71\xd0\xb9\x2f\x48\x91\x03\x89\x06\xca\x6d\x68\xf3\x06\xca\x6d\x68\x1c\x06\xc9\x6d\x68\x8f\xfe\xf6\x26\xac\x7a\x40\x8a\xea\xb6\xcc\x5f\xf9\xb9\x23\xdd\x14\x21\x81\xae\xb6\x40\xbc\x77\xd6\x9a\xab\x4a\x55\xde\x8c\x55\xce\x29\x08\x6f\x7b\x62\x7d\x61\xc1\x38\x2a\xe2\xb8\x85\xd1\xfb\xe2\xb8\x4d\x0d\x4f\x60\xb7\x0d\x0d\xb7\x9f\x49\x5a\x41\xc7\x9c\xe0\xb8\x0d\xa1\x68\xbe\xc5\x79\x70\x83\x9d\xf8\x41\xb8\x27\x4e\x25\xf8\xf0\x85\x09\x71\x1d\x8d\xf1\xf8\x59\x20\xd7\x94\x01\xe2\x5f\x0a\x4a\xe3\xfc\x4c\x41\x57\xfc\x5d\xb6\x5f\xad\xc9\x45\x75\x13\x9e\xb6\xed\x33\xa4\xc0\x75\xc4\x62\xa6\xac\xfb\x01\xb4\x53\x74\x6d\x05\xc4\x6d\x68\xa1\xfc\x14\x45\xdd\x1d\x98\xd2\x24\x17\x40\xb8\x6d\xca\x4d\x07\x71\x5e\x91\x7c\x7e\x18\xc9\xba\x17\x10\xc0\xb9\xed\xaf\x98\x03\x72\xca\x54\xd7\xf8\xf6\x28\xb9\xbb\xbc\xc3\xd2\xbf\x14\xac\xb6\xa1\xd5\xe7\xbb\x71\xfa\x80\xbb\x7f\xf8\x9c\x74\x2f\x2d\x3e\xb3\xc2\x18\xfa\xf8\x3d\x6a\xd7\x74\xf7\x61\xc9\x5c\x25\x85\x4e\xe8\x11\x18\x6e\x7b\xc5\xe8\xe2\x93\x5d\xe4\x2b\xec\x52\xe3\xf7\xa7\xfb\xca\xa7\x24\xe9\xd2\x22\x3c\x86\x97\xe5\xdf\xab\x9d\xf3\xe7\x3f\xcc\x9d\x13\xff\xe6\xb8\x18\x0b\xf7\x58\x1a\x35\x40\x74\x3b\x74\x63\x06\xd1\x6d\x97\xa6\xc4\x27\xd6\x3a\x1d\xe3\x1a\x2b\x9a\x5b\x91\x6b\x2c\xad\x1d\x40\xb4\x0d\xd5\x75\x10\xda\x8e\xae\xb5\xe9\x03\xce\x5b\xfe\x0b\x5c\x5b\xc5\xcb\x30\x00\x65\xab\x04\x64\x04\x98\x6c\x0d\x53\x58\xfc\xf0\x03\x6d\x08\xd3\xf1\xfb\x91\x30\x72\xcb\x29\xf1\xdb\x02\xe1\x40\x55\x0e\x80\xdb\x0a\xb7\x82\x01\x70\xdb\x28\x59\x91\x16\xcb\xe5\x4b\xd8\x57\xbf\x3a\x7d\xb1\xf8\x45\x11\xff\x60\xcf\x64\xdb\x92\xb3\xe5\x47\xae\xed\xe1\x3f\x1e\xce\x46\x91\x2d\x51\x16\x02\x97\x02\x80\xb7\xfd\x15\x2d\x22\x50\xa2\x2c\xc7\xef\x50\x94\x6a\xbe\x34\xbf\xa2\xe2\x43\x5b\x9c\x55\x0d\xbb\xe5\x57\xa0\x3f\xdb\x20\x36\x2d\x02\x24\xe3\x67\x80\x21\x3e\xc5\xf1\x33\x7f\xf9\x58\x14\x47\xa0\x2c\x3f\xe6\xaa\x64\x1b\xfe\x61\x82\x41\x67\x6e\x4b\x8e\x83\x38\xca\xf8\x29\x2c\xb6\x1f\x75\x19\xbd\x5e\x1a\xe5\xab\x28\x87\x3f\x56\x47\x41\x70\x30\x2a\x6f\xa3\x4a\xa7\xbc\x10\xa8\x98\xae\xe3\x47\xae\x56\x48\x76\x00\x00\xb7\xff\xb0\x2e\xf5\xc3\x45\xf3\x35\xb7\x03\x4d\x22\x17\x16\xa7\xcb\x10\xf7\x9f\xfb\x81\x18\x77\x5c\x2f\xe2\x27\x30\x06\xee\xbb\xf1\xc3\x9a\x55\x9c\x15\x13\xc8\xe0\x80\x1b\x09\x19\xd7\x9c\xa3\x96\x9d\xa4\x2f\x48\x86\xc5\x99\xd8\xf2\xdf\x28\xce\x7c\x67\x7d\x9c\x14\x7c\x40\xb8\xe4\x08\x20\xde\x46\xb1\x83\xdd\xef\xe9\x53\xc7\x6c\xec\x76\xe8\x76\x83\xc6\xf0\x13\xe9\xbf\x7c\x39\x30\x19\xd0\xbf\x61\x03\xcc\xc1\xc8\x1e\xd1\x8b\x91\xeb\xec\x3f\x34\x57\x98\xcf\xe1\xda\xda\x8f\x81\x99\xb0\x52\xed\xe6\x74\x03\x91\x34\x7e\x33\x37\x19\xa5\x31\xf4\x20\x34\xc7\x0f\x43\x0f\xe2\x7a\xfc\x26\x0a\xbd\xb5\x4e\x4f\x7f\xbe\x30\x1b\x85\x7e\x6c\x76\x58\xf0\xbe\x8a\x1f\xe2\x1b\xa2\x6a\xfc\xb8\x57\x8a\xe6\x1e\x41\x66\x43\x3c\x8d\x9f\xc0\xdf\x6e\x04\x44\x36\x28\x6a\xfc\xd2\xe4\xd3\xf9\x28\x38\x9a\x85\x7e\x6f\xa6\x39\xb8\x4b\x0f\x90\xe5\x06\x76\xd2\xf8\x11\xff\x58\x83\xd6\x42\x29\x72\x59\x18\xcc\x8c\x60\x0c\x9b\x6b\xb6\xdf\xf8\x2b\x47\x69\xfc\x84\x14\x0f\x6b\xce\x13\x41\xbf\x30\x05\x21\x9d\x84\x08\x74\x80\x3f\x07\x98\x73\x95\x00\xae\xf8\x69\x08\x6a\x6e\x29\x38\x65\x71\x0f\x63\x09\x42\xae\x8a\x9f\x5c\xb3\xb9\x53\x31\x05\x75\x0f\xe0\x92\x2e\x38\xe9\x86\x43\x3a\xf2\x13\x4d\xde\x91\xcb\x29\x9b\xdb\x8e\x28\x7a\xc0\xed\xe3\x77\x7a\x30\x5d\x3e\x4d\x41\xcd\x8d\x6a\x58\x46\xd0\xc6\xe6\x9b\x35\x47\x44\x54\x46\xff\xb9\x13\x4e\xc8\x42\xf5\x23\x96\xa9\x5a\x18\x27\x6a\x77\x70\x9a\x7f\x28\x0c\x42\xd3\x61\x45\xe2\xd6\x59\xf6\x92\x36\x7a\x14\xae\x8c\x6c\xf2\x2b\x12\x02\x35\x5a\x83\x21\xc2\xa4\xe3\x77\xb3\xc6\x9e\x4f\x9d\x40\x9a\x4d\x90\xec\x1c\xa7\xa7\xf8\x25\xd3\x74\xa8\x5a\x6d\x7e\xd2\x8d\x5b\xec\x19\xbf\xca\x3d\xcf\xea\xdd\xe2\x78\xd3\x91\x5b\x85\x64\x51\xdc\x60\x46\x3c\xa2\xe3\xf7\xa8\x05\xca\x15\x9e\x6c\xde\xcf\xd8\x63\xf6\xf7\x61\x47\x57\x3f\x62\x5d\x6d\xf0\x71\x5d\xe9\x2e\xf6\x99\xe2\x09\xe0\x5a\x08\x7b\x58\xfc\x32\xe6\x5e\x9a\x63\x2e\x35\x37\x2e\x11\x8d\x49\x10\x5e\x37\xb7\x05\x3c\xd2\x1e\x4a\xa2\x22\x16\x89\x4d\xe3\xf7\x4a\xbe\xe4\x29\xdc\x0b\x25\x1b\x30\xc5\xcb\x94\x56\x7c\xd0\x6e\xf7\xd4\x97\x63\xa5\xb7\x9f\x36\x53\x89\x1c\xf9\x5e\xb2\x75\xaf\x8f\x9a\x3b\xcf\x58\x47\xdc\xb4\xe3\x47\xac\xe3\x9a\x32\x41\x3c\x47\xa6\x4b\xfb\xb9\xb4\x83\x4d\x02\x5f\x5e\x53\x1e\xe8\xd5\x52\x73\x23\x7e\x6c\x2b\x37\x80\x78\x1e\x59\xfc\xb5\xc4\x2e\x7e\xe8\x51\xc2\xe9\x10\xf2\x6f\x91\x72\x35\x80\xf9\x3b\xc8\x62\x19\xa0\xfc\x15\xa7\x14\x90\xbf\x86\xfd\x3d\xc0\xf8\xab\x00\x49\x05\x10\x7f\x43\x5e\x7a\xfc\xc0\x98\x0c\x7f\xd7\xd8\x3c\xac\xf4\xb1\x7f\xfc\x73\xe4\xa9\xa1\xaa\x23\x07\xeb\x4b\xf8\xcf\xe4\x85\x0b\x22\xe6\xfa\x38\x58\xf3\xe6\xef\xca\x85\xc3\x12\xaf\x15\xf3\x95\x71\x92\x78\x54\xc7\x81\x19\x46\x6e\x78\x98\xb1\xb5\x59\xaf\x76\x98\xc6\x31\x3f\x8a\xbd\xf7\x99\x6c\xa7\x84\x36\xc5\x91\xac\xb5\x58\x9e\x65\x67\xef\x1f\x35\x97\x9d\xba\x2a\x9e\x8b\x4e\x56\x15\x34\xd8\xe7\x5c\xdc\xf6\x17\xed\x3b\x36\x73\xad\xd2\x9f\x23\x79\xab\x3d\xab\x39\x4c\x5f\x9c\x3f\x97\x6b\x33\xd4\x21\x2b\x3a\xbc\x04\x42\x04\x8d\x23\x41\x3c\x06\x7d\x96\x6d\xc2\x42\x0f\x13\xae\x16\x17\xac\x65\x2b\x7e\xc5\xc4\x72\x4e\x0e\x13\xaa\xe1\x65\x11\xe2\x0c\x92\xa5\x25\xc0\x19\xac\x18\x1b\x03\x98\xc1\x21\xa7\x38\x8c\xf8\xc7\x63\x38\x40\x19\x1c\xb2\xbe\x03\xe3\x8a\x1c\x15\xc0\xc1\x86\x41\x39\x00\x19\xdc\x73\xe7\x1f\x4c\xea\x56\xe0\x42\xf8\xc0\xf9\xb3\xb7\x66\x3c\xfd\xf7\x8f\xe4\xbd\xfa\x0f\x5e\x04\xd5\x3f\x74\xd1\xb0\x27\xc3\x29\xa1\x11\x0d\x21\x64\xaa\x8d\x63\x1a\x83\x42\x83\xd3\xae\xfb\xec\x96\x87\x45\x1e\x13\x6a\xc8\x79\x3d\x66\x4e\x15\xed\x6d\x1d\xb3\x4a\xde\xc1\x19\xac\xdd\x29\x9c\x9a\xa1\x18\x2b\xa1\x10\xe1\xb9\x08\xd8\xbc\x3b\x33\x64\xf3\x2e\x19\x4a\x69\x6e\x4c\x94\x52\x8f\x3a\xb0\x84\xfb\x23\x5a\x08\x37\x4d\xb5\xb8\x14\x61\xb2\xb0\xe8\xa5\x9e\x7b\x70\x09\x47\x1e\x2b\xf5\x52\x52\xdc\xc6\xa1\x63\x26\xfe\xde\x01\x48\xa1\x19\x76\xe3\x58\xee\x58\x98\xdf\x21\x4b\x75\x78\x0b\x02\xe8\x76\xc9\x9b\x16\xc7\x21\x2c\x48\x83\x34\x82\x52\x58\xbb\x07\x7c\x65\x83\x16\xc7\xba\x9c\x1f\x01\xfc\x10\x36\x21\x9d\x81\x11\x82\x5e\x38\x72\x17\x9f\xb9\x5f\x98\x86\xd3\x8e\xd0\x75\x7c\x3a\x72\x7b\x9e\x58\xb9\x97\x05\x38\x9d\xce\xc1\x99\xc3\xe3\x0f\x2e\x48\x72\xa8\x97\x5a\x0c\x8c\x02\xdc\xc2\x32\x25\x1a\x57\x4e\x2e\x9d\xe5\x56\x24\x87\x87\xc6\xf9\xaf\x26\xa6\xd3\x8e\x5f\xaa\x70\x50\xce\x83\x0b\x0f\x7c\xa6\x03\x9c\xc3\x91\xfd\xe6\xc2\x03\xff\x9f\x38\x70\xc2\x28\xd2\x3b\x01\xaa\x5a\xf3\x85\xf5\x46\x0c\x3a\x54\x44\x5b\xf3\xc5\x23\x6a\xb5\xc4\x51\x54\xcf\xdb\x4d\x9f\x82\x3e\xdd\x0c\x3b\xe8\xf7\x3f\xbe\xeb\x1f\x39\xfd\x0c\xef\xa6\x83\x08\x41\xa0\x24\x96\xf2\xaf\x27\x2a\x9f\xc8\x12\xc7\xc3\xa6\x47\x52\x03\x27\xb1\x84\x5d\x87\xed\xae\xa4\xf3\xfa\x62\x36\xf8\xeb\x21\xc2\xd5\xcf\xc3\xf4\xd8\x2d\x8b\xd8\x2d\x4b\x38\x6d\x7e\x23\xf3\x91\x3e\xc8\x6c\xe7\x9f\xbe\x7b\x71\xbc\xde\x8a\x53\x85\xe9\x6f\x9a\xeb\xf6\x7a\x27\xec\xf3\xdc\xed\xa0\x02\x1e\xdc\x7f\xe0\x2a\x1b\x87\x77\x1e\x1e\xa2\x57\x4e\xe3\x6c\x9b\xfd\xa6\xc9\x2a\x5e\xcd\xc2\x96\x90\x2c\xc8\x82\x4c\x3a\xe0\xb1\xcb\x14\xa6\x34\xf7\xb9\x3c\xb6\x4d\xcc\xc4\x9a\xd2\xe6\x74\xea\x70\xf4\x42\x98\xe3\xc5\x15\x40\x2f\x1e\x25\x9f\xa5\xd3\xf2\x93\x8f\x5d\xb3\xfc\x43\x73\x02\xec\x48\x20\xc6\xc5\x75\x53\x14\x98\x6f\xc7\xdf\x2a\xca\xcf\x79\x80\x1e\x17\x2e\x4a\xf0\x06\x0e\x20\x1a\x07\x3e\xbf\x51\x7e\x8a\x04\x93\xe7\xf5\xdf\xff\x3a\xfe\x36\x51\xb8\x33\xc1\x99\x37\x8a\x40\x5c\x68\xea\x51\xd0\x8a\x15\x40\x81\x77\x1c\xf8\xec\x46\x31\xa7\x0e\x1d\x2c\xa9\x13\xb3\x01\xc1\x7d\x1c\x84\xe6\x47\xc1\xc3\x93\x8b\xab\x28\x9b\x73\x0f\xfc\x3a\x02\xd4\xc7\x4a\x14\x55\x14\xf9\xf6\xf0\x59\x82\xdd\xfd\x48\x21\x05\x56\x0f\x1a\x64\xf9\xf7\x6c\x62\x29\x5b\x50\x82\x64\x33\x15\xe0\xd0\xc9\x0a\x1c\xa0\x44\x96\x6a\xb5\x25\xc9\x29\x83\x28\x1e\x79\x58\x20\x88\x91\xa5\xe0\xda\x1f\x05\x7e\xae\x2d\x01\xf8\x48\xf3\x74\x07\xf0\x91\xa3\x3a\x0a\x9c\x3c\x5a\xf1\x9b\xbd\x46\x58\x8c\x02\x90\xc8\xdd\x04\x53\xb0\xb9\xf9\xc0\x0f\x38\x44\x8c\xfc\x37\xcb\x64\x3d\xc0\xaf\x21\x44\x8c\xe4\xae\x26\x8a\x69\x79\xb2\x40\x50\x98\x91\xe2\xe4\x41\x76\x8c\x28\x35\xa7\xc3\x17\x77\x2a\x0c\xac\x34\x67\x9c\xa6\xcd\xa1\x4e\x48\x42\x14\x6f\x4c\x48\x59\x1d\xc5\x1b\x13\x95\x0f\x00\x23\x8f\x8e\xbb\x49\x88\x18\xc9\xf5\x6c\x94\x96\x2b\x40\x2b\x4d\x85\xa3\x59\x99\x64\x82\xe3\x54\x9a\x64\x82\x43\x5f\xd2\x43\x03\xed\xb8\x74\x79\x81\xb5\xe9\xba\xd9\x86\x9f\x31\x30\xb8\x26\xa8\x91\x03\x2f\xe4\x00\x35\x72\xe0\x4d\x1a\x02\x45\x46\x1b\x96\x66\xbb\xc1\xa0\xc0\x86\x1c\xf8\x80\x46\x49\x86\x8f\x54\x0d\x1e\xe4\x50\x48\x4d\x3c\xc8\x36\x7c\x69\xfc\x41\x4d\x43\xfb\x3b\x83\x4a\x4f\x0b\x77\xee\xb0\x4f\x4c\xe3\x50\x72\x47\xb6\x29\x98\x9a\xf1\x46\x89\x32\xc4\x86\xa3\x00\x72\x40\x75\x5f\x60\x69\xee\xce\xce\xd4\xa9\xd1\x91\x12\x2b\x99\x87\xcf\x0c\xe4\x2a\x5e\x25\x9d\x28\x50\x77\x13\x16\x92\x40\xa2\x00\x17\x72\xd4\xf2\x57\x86\x82\x48\xd0\xc8\x06\xe9\x2b\xe1\x80\x61\x7e\x89\x0e\x39\x3d\x55\x91\xa3\xf4\xb3\xe5\x3f\xf4\xd4\x70\xc8\xe6\xc6\x43\x08\x28\x6e\xb6\x60\xba\xdd\xda\xa1\x6a\x0b\x59\x2e\x7a\x58\x90\x58\x3c\xc0\x90\x1c\x15\xf1\x05\x0c\xc9\x5d\x95\x7f\x34\x95\x5e\x9a\x57\x22\x48\x52\xb1\xc2\x17\x3f\x43\x14\x6a\x96\xe7\xf0\xba\x57\xf1\xa4\xa8\xee\xee\xf3\x67\x01\x3e\x3a\xf5\x8c\x72\x4b\x9c\xfa\xb0\xf8\xc7\x9e\xe5\xc3\x2d\x78\xea\x1a\x3b\x2c\xee\x49\x81\x77\x17\x5c\x29\xaa\x84\x03\x9d\xb9\xba\xc0\x64\xa4\x53\x1c\x14\x9b\xb2\xe3\x6e\x10\x60\x53\x16\x65\x35\xb1\x29\x17\x2e\xb3\x01\x36\xe5\x51\x11\xd0\x4a\xca\x0d\x08\x11\x85\xec\x74\xc3\x15\x31\xdf\x41\x9b\x7e\x35\xad\xd7\xaf\x52\x2e\xe2\x99\xee\x42\xe9\xcb\x95\xeb\x41\xd7\x2f\x7b\xeb\x1f\x9e\x85\xe9\x0b\x29\x27\xc2\x6a\xb3\xbb\xbe\xe8\x72\xeb\x2e\xba\xb5\xf6\xd0\xc6\x9d\x47\x9c\x7a\x9f\x1c\x08\x3d\x79\xbc\x5c\xa7\xbf\xb8\x66\x56\xa7\x6a\xb3\xf8\xa6\xe4\x5d\xf0\xcc\x0c\x3b\x95\x8e\x99\x0e\x90\xd4\xab\xdd\x53\x0c\x53\xaf\x0e\x0f\x2f\x88\x92\x74\x0b\xae\x5e\x5d\x0d\x5c\x22\x34\x23\x14\xdc\x20\xaa\x27\xe6\x61\xc1\x5d\x80\x37\x17\x9c\x02\x58\xb2\x95\x6c\xc0\xbc\xdc\x73\x40\xd3\x2f\x64\xd5\x5d\xfc\xe6\x6e\xa3\xb3\xaf\x40\xbc\x7e\x24\x5c\x1d\x2b\xf6\x82\x59\xe1\xd1\x33\x82\x12\xa0\xf0\x28\x6f\xee\x10\x3a\xfb\x82\xcb\x68\xa7\x74\x74\x48\xc2\x94\x5c\x5f\xb6\x81\xa7\x83\x52\x38\x60\x9a\xa3\x3a\x99\x78\x75\x56\x77\x48\x32\x7d\x99\xc0\x27\xed\x93\x84\x7c\xce\x14\x8d\xe3\xd6\x59\x6d\x1b\x07\x88\x2a\x73\xc8\x48\x49\x77\xde\x97\x6b\xbc\xab\xaa\x99\x80\x88\x23\x5b\x01\x57\x21\x85\x60\x00\xac\x59\x49\x6b\x1b\xf5\x67\xa7\x2c\xd0\x98\x7f\x9f\xf5\x67\x58\x3c\xc3\x83\x39\x32\xf5\x67\x97\x2c\xeb\x56\x0b\x5f\xbc\x61\xe4\x59\xa6\x6d\x2f\x4c\x67\x40\x8e\x87\x00\x54\xf3\xe0\xc6\x37\xaa\xee\x0f\x44\xb6\x46\x35\x6d\x81\x74\x57\x24\xcd\x89\x03\x62\x54\x94\x6a\xa2\xc5\x42\xc0\x4c\xed\xe3\x55\xf6\xda\xc7\x5f\xa4\xaf\x1a\x40\x21\xad\xaf\x19\x08\x89\x32\x52\x35\x5f\x4b\xc7\x81\xd0\x1c\xa4\xf0\x88\x9a\xa6\x6c\x24\x13\xf0\x34\x47\x45\x13\x07\x4e\x73\xe0\x3c\x17\x55\x13\xb7\x62\x39\x68\x9a\x03\x1f\xc0\x00\x4d\x73\x54\xce\x59\x05\x0c\x05\xaf\xbf\xa8\x60\xa1\x14\x00\x16\xa3\x82\xdc\x2f\xef\x06\x71\x73\x80\x80\x1a\xb5\x2a\x7c\xa3\x80\xd4\xe4\xd7\x61\x7b\x6e\x32\xf6\x6b\x95\x79\x23\xb4\x55\xf3\xb6\xca\x5d\x84\xdb\xec\x9a\xd1\x81\xdb\x3c\x02\x77\xcf\x00\x6f\x73\xe0\xca\x16\x75\x33\xf2\x39\x9c\xe0\xa6\xf0\x0d\x51\xaa\x24\x29\x22\x5d\x72\xd4\x0c\xd8\xf0\x77\x10\x3d\x6d\xaf\xdb\x36\x53\x68\x3a\x3e\x6d\x74\x60\x75\x8a\x27\x12\xb5\x3b\x3b\x1c\xd4\xda\xed\x07\xbc\xb0\x76\xa9\x4d\xd6\x95\x7b\x9f\xee\x26\xdf\x5f\xfe\x13\xf4\xc4\x56\x70\x29\xf4\x8e\xa6\x6e\xd6\x1d\xe4\x54\x0a\xa0\x3e\x8f\x39\xed\xbb\x29\x58\x2b\x02\x68\xc5\xb2\xad\x9c\x04\x0c\xe7\xa8\x8e\x76\x1a\x7c\x48\x7b\x3a\x23\x80\x2c\x11\xc0\x6d\x1e\x52\x7c\xe0\x36\xc7\xbf\x8f\x72\xc7\xf8\xc7\x47\xdb\xd4\x14\xd9\x1c\x13\x1a\xb9\x06\x74\xc4\xc8\xc7\xac\x2b\x9c\x76\xea\x0a\x89\xab\x2b\xcd\x2d\xb0\xd4\x0e\x4c\xce\x51\x5d\x74\xb4\xed\x3c\x85\xb8\x1f\x74\x8d\x14\x60\x72\x0e\x39\x49\x5d\x0a\x8e\xae\xe6\xf2\x0c\x53\x13\x9e\x05\x64\xcc\x08\xa1\x36\xfb\xcf\x3d\xbd\x96\x9d\xf2\x2b\xdb\x60\xe0\x46\x32\xb6\xe5\x1f\x1e\x16\x58\x49\xd5\x81\xb1\x2d\x5f\x20\x2d\x9e\x69\xb9\x2e\x52\x4b\x45\xdb\xae\x1e\x28\xfc\x17\x71\x1d\x8b\xea\xfd\xae\x6c\xb3\x9e\xb9\xc7\x68\x83\xe8\x88\xea\x9a\x89\xdf\xa9\x49\x05\x00\xcf\x81\xdf\x5c\x80\xdf\x59\xf1\x83\x88\x6a\x72\x3f\x69\xbb\x58\x9e\x45\x32\x5a\x2f\x9d\x67\x69\xf0\x72\x95\xf9\x08\x4d\x9a\xdb\xef\xa8\x22\x80\xc8\x00\xea\xcd\x61\x96\x62\xa1\x18\x0f\x97\xec\x9e\x2c\x2c\x15\x99\x97\x3c\x69\x1f\xca\xf0\x70\x1b\xe3\x2e\x38\x3d\x5a\x37\x8b\x31\x7d\x96\x99\xda\xd9\x47\x27\x64\x29\xed\xa3\x14\xe2\x67\xc4\x30\xe4\x96\x34\x2e\xb1\xbb\x8b\x1f\xef\x19\x68\x03\xed\x17\x3f\x8d\xa8\x0f\x40\x9e\xc5\xe7\xc7\x02\xbe\xe0\x7c\xf2\x67\x76\x82\x00\x8d\x73\x54\x49\xec\x6b\x5f\x60\x65\x80\x6e\xee\xea\x18\xb0\x57\xba\xb2\x73\x80\x36\xeb\x90\x7a\xbd\xda\xed\xdc\xbc\x2f\x04\xd7\x41\xc2\xe3\x72\xae\x35\x4a\xbb\x38\x1f\x4e\x58\x98\x11\x2a\x7e\x7d\x55\x1a\x2a\xbb\xf3\x0c\x6d\x76\x17\x43\xee\x43\xc0\xa2\x7a\x77\xfd\xf2\x34\x32\x25\xe2\x6f\xf6\xfc\x8a\x96\x97\x5f\xdd\x7e\xc5\x3c\x7c\x2c\x33\x23\x6a\x19\xbc\x08\xe3\x6c\x72\xb5\x7c\xd6\x02\x1e\x3c\xeb\x48\xcb\xf4\x02\x97\x39\x14\x8e\x80\xc8\x9c\xe4\x61\x8f\xc6\xed\x2e\x0e\x31\xd1\x36\x8b\xab\xf8\x81\x46\x53\x8f\x85\x18\x37\xb8\x1d\xde\x04\xd1\x7e\x6a\x35\x9c\xa6\x96\xf7\xb9\x6c\x62\xe0\x35\x07\xae\x7f\xd1\x8e\x9c\xf1\xce\xcb\xf4\xc5\x7f\x3c\x99\xb0\xce\x56\x58\x31\x48\x20\x18\x9c\x03\xf7\xbb\x00\x51\xb3\x7a\x36\x40\xd4\x1c\xf8\x41\x04\x20\x9a\xc3\x3b\xcc\x66\xee\x1e\x65\x84\x56\xd3\xe9\x83\xe7\x7d\x34\xbc\xaf\x6a\x2a\x8a\x68\x5d\xe2\x63\x46\xb7\x74\x85\xe8\x2d\x9f\x49\xbc\x0c\x15\x68\x9a\x78\x25\x2f\x20\x5f\x0e\xef\x78\x9b\x26\x5e\x65\x87\x86\x13\xff\x70\x74\x44\xec\x93\xbe\x2f\x5a\x9a\x7e\xa1\x15\x00\x62\xee\x12\x4c\xe1\xd6\x0c\x2b\x61\x89\xd1\x60\x2f\x41\x6e\xac\xad\x9e\xf2\x15\x64\x19\x0c\xcc\xb2\xec\x55\xcf\x1d\x42\xc5\x5d\x60\x0e\xc6\xa4\xfe\xd7\x91\x1e\xc0\xb7\xdc\x6b\xcc\x57\x43\x22\xcd\x76\x69\xb8\xda\x83\xec\x13\xa0\x5d\x0e\xef\xd7\x00\xbb\xac\x87\x53\xe2\xad\xab\x82\x67\x1b\xae\xd9\x61\x09\x15\x07\x1a\x54\x1b\x54\x0c\x02\x06\x73\x78\x23\xde\x8c\xda\x57\xb8\x05\x07\x73\x68\x71\x68\x43\xc7\x70\x0b\x48\x9d\x2c\xf0\xf2\x8d\xbf\x7f\x3c\x33\x09\xba\xd3\xe1\xc5\x1e\x20\x62\x56\x35\x43\x30\x30\xf7\x1f\xb4\x30\xb3\xb7\x54\xc5\xa5\xed\xe1\x36\x9a\x72\x1a\x48\x71\xdb\x3c\x6f\xe0\xd7\xb1\xf5\x02\x87\xc4\x0a\x72\x83\xeb\xa5\x6d\x03\xc8\xa3\xbb\x4e\x33\xe7\xd3\x06\x5d\x34\x64\x9b\x04\xd4\xec\x08\x21\x0d\x13\xb3\xbe\x07\x8d\x2b\xdc\xe6\x76\xcb\x04\x3b\x9e\x2c\x82\xfe\x9a\x93\x0b\xd4\x46\x6e\xe2\x25\xc7\x84\xa1\xb4\xa5\x6d\xdc\xf9\x54\x25\x1c\x3e\xbb\xf9\xa0\xb9\x89\xad\xd9\xcb\x5f\x4e\xcc\x01\xd6\x66\x05\x5c\x20\x40\xd7\xac\xdd\x95\x5e\xe6\x78\x81\x20\x82\xae\x39\x9a\x8b\x4b\xe8\x9f\x77\x3a\x22\x65\x46\x87\xee\x8a\x8e\xd9\xd5\x23\x1b\x37\xa6\xfa\x80\x08\x6c\xd9\x09\xdc\x89\x66\x2e\x59\x8d\xc0\xed\xd2\x0b\x93\xaf\xb6\x62\x17\xc3\xbd\xb1\x55\xb9\xd2\x3d\x54\x97\x33\x4f\xad\x97\x22\x9f\xc4\x04\x55\xce\x4b\xc1\x76\xb9\x67\xac\x54\x33\x83\x2b\x6d\x2a\x9d\x5e\x6c\xc2\x61\xf0\xd5\xad\x63\x01\x32\x42\xbb\x1d\x13\xc3\xb8\x95\x17\x90\x36\xda\x8d\xf9\x11\x96\xdd\x08\xc1\x6f\xd6\x74\x7b\x6e\xe9\x14\x1e\x4b\xde\x5e\x37\x6c\xc0\x0d\x0a\x9f\x18\x9a\x8a\x91\x0d\x7b\xb0\xf7\xa8\x60\x68\x0e\xef\x16\x1b\x1e\xf3\x00\xf8\x44\x13\xd2\x8a\xfc\x53\x01\x84\xe6\xd0\x0e\xd6\x1e\xa7\xc0\xdf\x69\x0d\x09\x16\xc8\x4c\xfd\xcf\xa3\xbd\xb9\xe2\x4c\x87\x81\xf2\xdd\x7e\xbc\x12\x66\x9a\x7b\x0d\x58\xf6\x23\x29\x09\xdc\xbe\x7d\x39\x1d\x74\x44\x10\xa9\x0e\x2b\x6f\x5e\x98\x2a\xee\x83\x6e\x39\xbc\x9d\x03\xd0\xb2\x18\xd6\x14\x89\x62\xd9\x61\x8c\x89\x62\x39\x3d\x07\x5c\x78\x02\xee\x11\xed\x53\x48\x43\x5c\x04\xd1\x72\x78\xed\xd7\xf5\x4d\x0f\x9f\x91\xcb\xb0\x6f\xf5\x5f\xb6\xb1\x78\xf1\x0a\x0c\x16\xd3\x35\x8f\x2a\x98\xf5\x43\xda\xc5\x71\x01\xbb\xb2\x82\xe0\x1b\xc0\x55\x56\xb2\x26\x6e\x9a\x47\x47\xfc\x1d\x32\x4f\x6f\x01\xa5\x3c\xbc\xa6\xee\xaa\x60\x3d\x3f\x72\x01\x39\xe8\x40\x54\x1e\x93\x28\x93\x00\xa3\x72\x34\xe6\x07\x58\xca\x81\x3b\x64\x80\x4a\xb9\x4b\x50\xef\x56\xc7\xa6\x77\xa7\x80\x4f\x56\xef\x2e\x12\x7c\x52\xc1\xb3\x1b\xec\xa6\xd2\x06\xc6\xe4\x6e\xdd\xcf\x9c\x37\xda\x43\x17\x93\x31\x03\x38\xb9\x3b\x42\xe3\x55\xfd\x0f\xc6\xd7\x53\xcd\x62\x4b\xf7\x34\x8b\xb2\xec\x5d\xb3\xa8\xe5\x05\x9d\x54\x9a\xee\x70\x2f\x85\xb9\x5e\xdf\xcd\xd8\x9d\x43\xfd\x5e\x15\xad\xc1\x90\x1c\xde\x7c\xf5\xc6\x68\x9d\xac\xad\x40\xd5\x66\x6f\x9b\xda\x49\xb3\x40\x50\x80\x45\x6b\x86\xd1\x31\x58\x1c\xc4\x35\x63\x02\x1a\x39\xbc\xd4\x10\xff\x71\xda\xbd\xe4\x6f\xb0\xca\xde\x73\x5d\xa9\xa9\xbb\x2b\x61\x2b\xdd\xdb\x4d\xe5\xaa\xbe\x35\xa8\x20\x3d\x75\x74\x3c\x6b\xdb\x9f\x99\x48\xa3\xa7\x3e\xd5\xac\x1b\xa3\x8b\xeb\xd6\xed\xbd\x1d\x58\xd4\xec\xb3\xb2\x84\xdf\xbb\x35\x9c\x5d\x5d\x73\x67\xb7\x2f\xda\x15\x50\xa1\x3a\x91\x69\x39\x43\x43\x03\xa6\xa3\x1f\xc1\xbd\x2b\xab\x3e\xc8\xda\xe3\x0c\x01\xfd\xd8\xdd\x27\x9b\x27\x06\x89\xab\x03\xb4\xc7\xd1\x6c\x61\xe4\x0c\xf1\x87\x0c\x8b\x33\x08\x16\xe3\xee\x14\xb5\x26\x7e\x86\xd5\xea\x73\xa4\x51\xb0\x6b\x16\xd5\xc5\xa6\x63\x16\xd5\x1a\x2d\x62\x63\x68\xc5\xed\xdc\x96\x36\xd8\x4c\x4f\x56\xe6\xe2\x82\x2c\xa5\x8a\xd8\x0d\x33\x03\x3c\x2e\x7a\xc8\x0c\x9c\xd0\xb0\x5f\x16\x67\x42\x6d\x2f\xb2\x8f\xbe\x40\xcb\xb2\xda\xcb\x3f\x6c\xdc\x78\x40\xe4\x58\x90\x1d\xf7\x8c\x32\x71\x38\x90\x6b\x63\x07\xd9\x71\x78\x99\xd4\xb5\x94\x76\x67\x08\xc7\x5d\xef\x69\x3a\x9c\x50\xa3\x69\x37\x23\x3b\xfe\xf9\x01\xe4\x63\xd5\x73\xa4\xe3\x8d\xd4\xf2\x77\xce\x1d\xe4\xae\xab\xd6\xf5\xac\xc9\xe9\xf1\xab\xb4\xa0\x22\xe3\x8b\x05\x39\x09\xbb\x08\xf0\x1f\x87\x97\x65\xdd\x24\x35\xea\x3e\x1d\x35\xcf\xbb\x82\x7e\x4a\x03\x90\xc7\xfb\xe9\xfc\xf8\x11\x69\xa2\x24\x07\xb8\xf4\x76\xf7\x18\xae\x49\x44\x72\x45\xdf\x4a\x5e\x0d\xcf\xe0\x29\x45\x75\x3e\xc1\xb4\x8a\x6c\xfa\xc3\x4b\x9b\x02\xd7\x6f\xef\x24\x84\xda\xae\xa7\xaf\x02\x7f\x37\x8d\x8d\x3a\x54\x4f\x63\x2a\xaa\x35\x48\x92\xfb\x1f\x26\x5d\x16\x2c\x1d\xe4\x4a\xb6\x49\x76\x35\xa0\x2a\x26\x02\x19\xd9\x94\xc2\xba\x39\x6d\xd4\xa6\xba\x49\x62\x73\x53\x73\x7b\xda\xa4\xe7\xa6\xa8\xe9\x2e\xe6\xed\xf5\xee\xf2\x2b\x84\x6a\x78\x46\x4f\xc7\x5f\x77\xf5\x0d\xe1\x75\xd1\x64\xa3\x9e\x59\x7c\x7d\xbd\xd5\xe8\x69\x28\x45\x48\x00\xd0\x71\x34\x89\x1d\xfe\x48\x5e\x5e\xf4\xc7\xc5\xb4\xa6\xb4\x8e\xa2\xaf\x08\xee\x28\xc6\x79\x80\xd3\x58\x0f\xf7\xe1\x6b\x1b\x0c\x56\x8f\xa4\x24\x18\xa9\x14\x4a\x84\x51\x0a\x15\x8f\xfa\xcb\x5c\x75\x3f\xd2\x38\xe2\x0a\xe6\x0d\xa7\xcc\x44\xec\x0e\x1d\x50\xfb\x97\x15\x33\x12\x38\xac\x5e\x2e\xe0\x37\x0e\xef\x32\x80\x6f\x1c\xcd\x03\x41\x2e\xb8\x90\xcb\x98\xf1\x75\x2b\xf3\x7f\x11\x3f\x6e\x3f\xbd\x57\xe8\x5f\x32\x94\xdd\x8c\x08\x90\x62\xc9\x06\xa8\x8f\xc3\xbb\xf1\x01\x57\xc6\x7f\x3e\x80\x79\x2c\xa4\x86\x0a\xc0\x1c\x87\xb7\x25\x60\x39\x0e\x2f\x3e\x06\xb1\x60\x93\x30\xc9\xbd\xf5\xac\x75\xf0\xa2\x80\xc5\x49\x07\xbf\x71\x78\xbf\x32\x8e\xf1\xdf\xff\xba\x06\x95\xb1\xd5\xbe\xee\x75\x94\xb0\x8e\x93\x40\xbf\x18\xa9\x02\xb2\x24\xe3\x70\x22\xac\x56\x02\xb2\x7c\x51\xec\x63\xdd\x47\xc9\xd6\xa9\x18\x4d\xd1\x7b\x85\x51\x32\x17\x27\x9d\xd7\xf3\xc8\x7b\x09\xd0\x1b\x77\x1f\x2d\xe2\x6e\xa4\xe2\x42\x62\x6c\x88\x32\x40\x8e\xc3\x7b\x85\x91\x5c\x75\xf9\x92\x1d\xa6\x91\xd4\x1c\x99\xeb\x61\x22\x76\x55\xc7\x04\x6c\x04\xac\x2c\x46\xda\x2c\x5d\x05\x1c\x71\xbd\x98\x18\x2d\x43\xb5\xa9\x0c\x8f\xa2\x01\xdc\x52\x0c\x33\xcb\x00\xfc\x19\x23\x19\x70\xf7\x1f\x76\x3a\x64\x47\xf4\x45\xf2\x52\xc6\x20\xec\x5b\x8b\x05\x40\x8c\x7b\x88\x7c\xd4\x25\x9f\xce\x24\x81\x2a\xea\x8b\x40\x34\x36\x1d\xc8\x86\x89\x57\xbb\x03\xc6\x02\x39\x89\xb8\x8c\x81\xd5\x71\x64\x55\x58\x07\x55\xad\xc1\x6b\xac\xcb\x39\x25\x67\x7a\x5e\x2b\x0f\xd8\xe4\x74\xab\x70\xf5\xa8\x7b\xca\x20\x2e\x6b\x12\xb1\x18\x63\x68\xa1\x85\x4a\x0e\xd5\x4d\x75\x28\x40\x1d\x87\xd6\x93\x61\xaa\x74\xb5\xca\x81\x13\x12\xb1\x85\x31\xc4\x4b\xd6\xce\x21\xa8\x63\xd7\x9e\x01\x90\xe3\xd0\x1a\x3f\xa6\x2e\x75\x2e\x29\x61\xdb\x45\xad\x7d\xcc\xdc\x11\x54\x36\xf5\x9d\xb5\xb8\x9a\xba\xcd\xc3\x5b\xc9\x70\x17\x43\x68\x2a\xdd\xa1\x41\x57\xdc\xc5\xa9\x38\xa0\x11\xd2\x85\x11\x6e\x09\xc7\xc5\x75\x61\xcd\xaf\xa4\xe6\x76\x2c\x63\x51\x10\x12\x80\x5b\x1c\x2d\x9f\x01\x1c\x81\xb8\x8e\x95\x1d\xa6\x8f\x69\xc5\x44\x9b\x1c\xc4\x5d\x17\x75\x64\x00\x12\x4b\x51\x7f\x1d\xa7\x75\xf1\xd5\x29\x90\x8d\xbf\x5b\x17\x7c\x62\x70\xad\xa7\x41\x73\x68\x48\x54\xc5\x01\x2c\x71\x68\x82\x03\x2b\x71\x34\xcf\xe2\xe5\x29\x73\x52\x2e\xf7\x93\x03\x21\x9e\x44\x5b\x35\xc0\x89\xbb\x2a\x8b\x78\x4e\xec\x95\xae\xb1\x2a\x99\xc2\x28\x16\x55\x9e\x71\x7b\xb7\x06\x4b\x1e\x77\x36\xe3\x4b\x36\x43\x19\xdc\x66\x55\x26\x87\x9e\x3c\x5b\xdf\xfa\x83\x12\x0e\xb5\x3a\xc4\xa4\x71\x9b\x19\x83\x31\xcb\xa8\xa4\x26\xb7\xa1\xd6\xd6\x9c\xa1\xa8\x3c\x13\xe2\x07\x23\x1e\x4f\xf6\x8b\x1e\xeb\x50\xab\x6e\x0a\xc8\xe2\xd0\x46\x3a\xf4\xa7\xed\xee\x4f\xa3\x9f\xc9\x95\x12\xa2\x2c\x2a\x2a\x0e\x39\x98\x4a\x1e\x88\x8b\x43\xf3\x1e\x88\x8b\xfb\x0f\xa6\x92\xbb\x3e\xcd\x56\x40\x2e\x0e\x6d\x94\x09\xb9\xa8\x36\x2b\xcc\x62\x90\xbd\x23\x12\x67\xd1\x83\x62\xce\x72\xd5\xd9\x91\xec\xcc\x25\x7a\x5d\x22\x69\x0c\x61\x2b\x1a\x5f\xc1\x53\x1c\xda\x55\xc7\x66\x67\x55\x33\x92\xd0\x8a\x0a\xcc\xe3\xb5\x23\xac\xce\xe7\xc5\x0d\xc3\x83\x7d\x75\x97\x3d\x83\x56\x1c\x37\x16\xcb\xee\x9e\xc3\x62\x39\x8f\x7c\xf1\x2c\xd8\x73\x6e\xeb\x94\x27\x00\x50\x1c\x1a\xc0\x26\xf7\x73\xde\xce\x4c\x2c\x99\x5e\x9c\x4e\x13\xaf\xa9\x95\x4d\xd1\xad\x0c\x2e\x00\x59\x71\x68\x4e\x9c\xc2\x15\x93\x51\x20\x40\x56\x1c\x1a\xf8\x40\x56\x1c\x1a\x42\x40\x56\x1c\x1a\xb6\x12\x58\x51\x25\x70\x62\xe4\x74\x0a\x44\x56\x34\xaa\x3d\xa6\xde\x3a\x6a\xb6\xd3\x98\x68\xe2\x5a\x63\x92\x9c\xad\x73\x8e\xc0\x5f\x1c\xfd\xe7\xef\x12\xba\xe5\x1f\xba\x19\x74\xff\x61\x0e\x87\xcf\x32\x25\xc7\x01\xeb\xd3\xae\x01\x14\x63\x9d\xf9\x91\xe2\x92\x63\x3a\x94\x72\xe0\x4a\x33\xd9\x20\x47\x3a\xc1\x18\x01\x4d\x89\x59\x72\x93\x30\xa5\xa5\x53\x31\x43\x2c\x12\x14\x87\x85\xf7\x8e\xb6\x1e\xc0\x18\x77\x71\xeb\xca\xf1\xf2\x82\x31\x35\xaf\x4f\x67\xf5\x1c\x20\xc1\x00\xd3\x38\x34\xa7\x4d\xe2\x9a\xb5\x8d\x25\x2e\x23\x89\xf8\x03\x5c\xc6\x23\xef\xac\x26\x11\x2c\xbd\x58\x55\x8e\x8b\x41\xc2\x1f\x35\xba\x4d\xf9\xa3\x37\x4d\xd3\x40\x15\x15\xda\xa9\x39\x56\x35\x7d\xa2\x87\xea\xb9\x38\x9b\xb1\x0f\x7e\xc4\xa6\x76\xad\x34\xba\x6a\x16\x98\xa4\x4e\xd1\x06\x35\x7b\x0e\x8a\x49\xc5\x97\x56\x13\xc1\x24\x38\x59\xf7\xcb\xd9\x19\x13\x36\x97\x84\x6a\xd4\xc8\x3b\xf1\xc5\xd1\x34\x32\x53\x57\x1c\x7e\xc5\x30\xe0\x09\x93\xc4\x69\x9d\x43\x27\x52\x63\xd1\x54\x01\x3c\xe3\xe8\xd5\x8f\xf0\x49\x74\xbb\xe3\x59\xa3\xf5\x06\xe0\xc5\xd1\x21\x4a\x13\x33\x69\xaf\x7f\xca\x80\x73\xb8\x6c\xd6\x9c\x71\x2f\xee\x14\x61\x45\x54\x7b\x27\xfe\xb7\xda\x95\xe6\xc4\x8c\xe1\xa6\x23\xc4\xb3\x7b\xc2\xa6\x06\x1f\xa4\xe9\x04\x6b\x54\x71\x05\x93\xb1\x56\xf7\x09\x46\x50\x23\x62\x66\x28\x3e\x78\x14\x22\xb7\x99\x5f\xc1\x1c\x87\x87\x0f\xf7\x99\xd0\x98\x33\xc3\x0b\x8d\x61\x99\x07\xc0\x17\xfa\x6b\x58\x8a\x02\xe9\x5c\x92\x3f\x9b\x51\x2d\x24\x9b\x6a\x4c\x2d\xa4\xca\xb3\x73\xe5\x61\xa2\x97\xe9\x14\xeb\x09\xc2\xd8\xa9\x7a\x3d\x45\x19\x1e\x9e\x7e\xee\xec\xb4\x4c\xcc\x53\x33\x2c\x02\xa6\x78\x8d\x31\x1c\x0c\x8c\x53\x25\x1a\x24\xc6\xfd\x95\x45\xa8\xd7\xd6\x05\x5f\xd4\x2b\x13\xf0\xc5\xa1\xde\x0c\xf8\xe2\xd1\x15\x9b\x27\x01\x22\xcb\xfd\x8f\xb5\x53\xe5\x73\x72\x67\xd7\xb3\xf0\x6b\xdb\x96\xd6\xa1\x02\x81\x76\xe2\xff\x9a\x7b\x53\xae\x39\x3c\xd5\x30\x4a\xb5\xf9\x09\xfb\x53\xc1\x05\x94\x71\xa8\x42\x4f\xc3\x4b\x5a\x96\xf6\x84\x4e\xff\x91\x39\xa1\x65\xce\xdb\xc1\xd2\xab\xdb\x9e\x48\x20\x1e\x1b\xe7\x23\x5c\x60\x54\xa8\x12\xb9\x51\x63\xc0\xc4\xb3\xb5\x1f\x9e\xd6\x47\xfe\xef\xc4\x99\x6b\x4c\xf9\x70\x26\xd7\xb3\xc3\x2a\x6e\xc3\x3d\xc8\xa5\x9d\xfe\x88\xd3\xec\x1e\xaa\xd1\x53\xb6\xe7\x8d\xe5\xd4\x95\x45\xeb\x49\xa2\x31\x0e\xcf\xb5\x81\x98\x6a\x16\x40\x33\x4e\xdd\x77\x41\x66\xdc\x7f\xf8\xc2\xc2\x21\x66\x4f\x93\x78\x6b\x5b\x98\xdc\xdb\x75\x44\x6e\xd1\x18\x8b\x36\x84\x49\xf8\x48\x97\x4f\x27\x1c\x63\xcb\xf2\x89\xe6\xc9\xb3\x33\x99\xe5\x2f\x62\x79\xe9\x16\xda\x99\x7a\xf1\x14\x28\x4b\x7b\x44\x70\x73\xd7\x15\xba\xc3\x88\x4d\xfd\xfa\x40\x70\x1c\x5a\x0e\x05\x70\xec\xe4\x09\x89\xf8\x71\x5d\xcb\x01\x02\xcc\x71\xd7\x65\xf1\xd3\x13\xe8\x3f\x39\x11\x8b\x17\xb6\x57\xb7\x2e\xba\xc2\xc1\x8e\x9f\xf3\x40\xe9\x54\xef\x98\xad\x90\xad\x71\xfc\x42\x58\x61\x2d\x34\x71\xe4\x32\x50\xad\x91\x99\x4a\x7b\x40\x3c\x0e\xd5\xcc\xc0\x07\x46\x95\x37\x0e\x4d\x34\x90\xb8\x38\xb2\xbf\xf4\xe4\xc8\xd9\xb2\x2e\x09\xce\xb4\xc9\xdb\x8a\xe9\xa4\xd9\x41\x34\x50\xc4\xe6\x7f\x33\x8e\x3f\x8d\x81\xe0\x47\x0e\xd5\x45\xf0\x23\x87\xba\x2a\xf0\x91\xc3\x0b\x7f\x50\x22\x87\xe6\x98\x10\xea\x5f\x07\xdb\x28\xd2\x74\x74\xe3\x28\x9e\x02\xe8\x72\x98\x3f\x5c\x7b\x45\x54\xdb\x60\x62\xaa\x14\x16\xd6\x14\x42\x75\x69\x5f\x89\xea\x64\x30\x4a\xbc\x5d\xd4\x48\x23\xbd\x53\x51\x03\x43\xc6\xe8\x24\xa9\x45\x92\xf2\x3d\x22\x95\x45\xda\x68\x6e\x55\x97\xa5\x31\x28\xbb\xa8\x0b\xab\xd6\x12\xe0\x27\x87\x3a\x68\x88\x64\x3c\xd1\x02\x83\x8c\xa4\x1a\xbf\x43\xff\x96\x01\xab\x88\x96\x73\xcf\xa4\x00\x45\x69\x10\x46\x90\x5a\x5c\x2d\x21\xd4\x3a\x27\xba\x53\xf4\xec\x89\x2f\xf6\x84\xaa\x70\x7d\x51\x97\x8f\x9e\x8d\x33\xf2\xee\x16\xb6\x2e\x54\x4d\x2d\xe1\x91\x8c\x15\x56\x17\x32\x56\xbb\xdb\x9d\x1f\x74\xaa\x40\x07\x2d\xd9\x9e\xd4\xc3\x19\x15\xec\x32\x1b\x64\x6b\x3b\x0c\x6e\x42\x3b\xf9\x62\x22\xbc\x09\xd5\x28\x11\xf0\x62\x59\x5e\x0c\xbb\x4e\xb5\xc3\x80\x3d\x6a\x1d\xb9\xb3\x99\xd0\x44\xf1\xb2\x80\xbc\xac\xfa\x95\x8b\xe6\xb3\xd3\x83\x6a\x9a\x80\x98\xe4\x1f\x8e\x98\xc6\xa3\xd3\xc6\x74\xde\xdc\x72\x04\xa3\xaa\xea\x04\x6e\x3a\xaa\x5a\x41\x4c\xcc\xb2\x23\x5a\x80\xb5\xeb\x84\xbe\xb0\x9a\x89\x82\x40\x53\xf5\x31\x40\x34\x47\xb7\x6d\x6c\xbe\x9a\xae\x23\x72\xdc\x7c\x14\xec\x56\xa7\x53\xc6\x8d\xf4\x1d\xe6\x0f\xfb\xf9\x0d\xb6\x27\xe7\x03\xe7\x56\x65\xec\x58\x7e\x4f\x97\x50\x50\x43\xc2\xb4\x38\x41\x28\x3f\xa2\x63\xf6\x24\x20\x8b\x85\x44\xac\x06\x10\x73\x80\xde\x15\x21\xe2\xbf\xd6\x9a\x48\x5e\x0c\xb3\x09\x79\xf1\xf2\x99\x2d\x8c\xc4\x9b\x10\x98\x9a\x84\x80\xbd\xdc\x6d\xf8\x62\x36\x2b\x3a\x45\x4a\x04\x95\x22\x90\x2e\x87\x92\x3b\x40\x97\x43\x71\x39\x70\x34\x25\xdb\x5c\x80\x6c\x39\xd4\x39\x03\x33\xe9\x21\x4d\xba\xa4\x49\xee\x21\xad\xa1\x24\x8b\x0e\x10\x2c\x87\x52\x7f\xdc\xd9\x71\x3a\x08\xb0\xd6\xe1\x7e\xba\x0b\xb7\x71\x74\x03\x8d\x55\xb7\x8a\x10\xc2\xc3\x50\x44\x30\x2b\xf7\x20\xe8\xf8\x2d\xa9\xb1\x27\xc2\x70\xe4\xf0\x6e\x7c\xa8\xe1\xab\xa1\x2e\x3a\xda\x9f\x1e\x7f\xc0\x58\x1e\x9d\xcc\x3e\x21\x8c\x65\x90\xa9\x38\x40\xaa\x1c\x8a\xf1\x20\x55\xd6\x70\x1b\x3e\x72\x8a\xe2\x0b\x57\x8b\x1e\x46\xac\xab\x4a\xde\xf1\x48\x84\xdd\x3d\x64\x01\x55\x70\x8f\x57\x55\xde\x5d\xfc\xe2\x92\x64\x73\xa9\x74\xba\x29\xdf\xa0\x2a\xf6\x49\xfa\x88\xba\xf9\x60\xb8\x4a\x96\x42\x53\xaa\xa0\x83\x4c\x39\xbc\x00\x8a\xcd\x7b\x53\xe2\x8b\x2f\x6b\x65\x9b\x7c\x44\xa8\xd8\x71\xd4\x51\xe5\xf9\xe0\x82\xd2\x8b\x67\xf0\x2a\xcb\x70\x71\x01\xed\x97\x23\x03\x4a\xb9\xa7\x66\xf1\x62\x2f\x3a\xcf\xb4\x0c\x4f\x5b\xc9\x77\x91\xe1\x41\xab\xac\x72\x8b\x85\x0a\xa9\x78\x08\x72\xe5\xd0\x16\xbf\x7e\xea\x1b\x9c\x63\x91\x2b\xed\x2a\x60\x95\x75\x4c\x7f\xaf\x14\xf0\xd9\x0b\x5f\x5a\x3b\x98\x6f\x24\x1c\xd0\x29\x87\x63\x4e\x3c\x4a\xcd\x3b\xe0\x51\x0e\xc5\x57\xe0\x28\x8f\x35\xd9\xf5\x0b\x6b\x67\x3f\x1c\x9d\x41\x1a\xfa\x97\x02\x2f\xb9\xff\x61\xa8\x55\x0a\xc4\x91\x5d\x5e\x36\x92\xeb\x2b\xc0\x97\xdc\xb5\x31\x10\x98\x96\x92\xdf\xaa\x0a\xc3\xdd\x3f\x58\x49\x76\xfb\x42\xcf\x9b\x6e\xe4\x44\xa4\xd4\x5f\x13\x48\xca\xa1\x70\xba\xd4\xf3\x48\xe5\x14\x80\x4d\x1e\xd3\xed\x09\xda\xe4\x50\xd0\x15\x6d\x32\x48\xe7\x1c\xab\x39\x43\x4c\x3b\xec\x6c\x64\x81\xee\x47\xfe\xa1\x71\xcb\xd1\x1b\x84\x61\x4a\x82\x85\x06\x38\x5c\xb5\xcd\xc2\xfe\xbf\x3d\x89\x8f\x23\xf4\xbe\x51\xb3\x17\x70\x91\x87\x46\xb3\x65\xb6\x4b\xcd\x4e\x2b\x99\x50\x7e\x25\xfd\x85\x2e\x2d\x21\x97\x67\x7e\xc6\x72\x41\x5a\x96\x3e\x38\xce\x16\x3a\x20\xd8\x5e\xb1\x52\x07\x84\x2e\x01\x1f\xb9\xfb\x4b\x09\x33\x69\xbb\xf3\xd7\x70\xbc\x4c\xca\x70\x15\x58\x1e\x34\x42\xa5\x90\x84\x8f\x9c\x76\x84\x9b\x44\x05\x97\x35\x3c\xa6\xcb\x6a\x3f\xfe\xa0\xeb\xd3\x63\x6a\xe3\x44\x61\x78\xa7\xbd\x66\xb6\x4d\x1b\x68\x86\x0a\x1e\x6b\x2a\xc3\xa0\x4e\x81\x44\x39\xc0\x56\x09\xc0\x27\x4b\xd1\x4c\x05\xfa\xe4\x5e\x5c\xba\x35\x73\x4a\x18\x87\xae\x33\x1a\x9a\x80\xa2\x1c\x4a\x1b\x20\x51\x16\x12\x23\x07\x48\x94\x87\x28\x9f\x01\x14\x65\x5d\x9e\x42\xa2\x36\xa5\x43\x0b\xfc\x8c\x2d\x1b\xfd\x41\xfb\x96\x69\x12\x5c\x77\xae\x28\xc1\x8c\x88\x95\x0a\x68\x36\xe9\x3c\xfa\x8c\x32\xea\x29\x89\xec\x2f\xd3\xc5\x0d\xa5\x14\x64\x99\x4e\x88\xf4\xcb\x01\x2c\xe5\x90\xfd\x2f\xb3\x72\x4b\x38\x97\xaa\xa8\x52\xc2\xca\x58\x0e\x9f\xe9\x94\x9b\x7c\xd1\x29\x14\xd9\xb5\xc4\x53\xa6\xb3\x5e\x44\x0e\xc9\x80\x17\x91\xda\x91\x40\xa8\x1c\x0a\x12\xeb\xcc\x03\x4a\x77\x4f\xb6\x06\xac\x09\xb4\xca\xba\x1c\x2b\x31\x9c\xb2\xd4\x95\xd7\x8d\x3e\x73\x26\xe0\x58\x40\x52\x0e\x43\xbd\x41\xa4\xdc\x4d\xd3\x02\x09\x84\xbc\x4d\x00\x92\xf2\x50\x87\x5d\x5e\x31\x6a\x63\x5b\x57\x76\x83\x19\xf4\xbe\x51\x23\xdb\xba\x24\x14\x48\x98\x8b\x6b\x45\x59\xcf\xba\x72\x63\x58\x19\xfb\x15\xdd\x0f\x58\xc8\x43\x55\x48\x58\xc8\x7e\xb8\x5f\x8d\x97\x0c\x37\x59\x6a\x95\xce\xe7\x33\x6d\x91\xba\x1e\x85\x47\xb7\x32\x8e\x34\x49\xa6\x4c\x06\xe9\x01\x31\x9d\x8f\xce\x61\x09\xe6\xe8\xfc\x10\xed\x98\xd4\xc4\xe4\xd4\x1a\x1b\x05\x70\x0c\x92\xad\xc6\x32\xc0\x41\x83\x26\x40\x8d\xbb\x2e\x7a\xfc\xc9\x5e\x51\x2c\x96\x1c\xcb\xa1\x70\xe7\x37\xf5\x5e\x05\xce\x71\x90\x7e\x3d\xd6\x97\xad\xf8\xc7\x63\x71\xa6\xe8\xcb\x2d\xb0\xa7\x45\x6c\x47\xf0\x2a\xe3\x84\x51\x55\x8d\x87\x00\x3d\x56\xad\x77\xe0\x3c\x0e\x29\x08\xc8\x8e\xbb\x5b\x7e\x64\x42\x58\xff\x60\x0b\x84\x35\xb1\x05\xd8\x64\x40\x36\x56\x72\x1f\xc5\xa9\x0f\xe7\x61\x01\x62\x11\xdd\xec\x62\x39\x86\x1e\xa0\xe7\x81\xeb\x39\x8c\xe7\x44\x0b\x74\x39\x4f\x61\xfe\xf5\x46\x12\xe4\xb1\x93\xbe\x2e\x4e\xb4\x40\x4f\x1d\x80\x8f\x45\xb7\xc8\xf3\x10\x18\xd8\xe6\x60\x14\xc3\xc2\x6c\x0c\x76\xcf\xa9\xd2\xa7\x79\x19\xbc\xc7\x24\x6a\xa7\xcc\x50\xeb\xed\x59\xb2\x83\x54\x5b\x94\x7c\x38\x9b\xe7\x3f\x03\x28\xcf\xee\xde\xc3\xf2\xf0\xcf\x61\x09\x37\x2f\xec\xef\x2c\xa4\x0d\x41\x54\x06\x21\xb2\x0c\xf8\x44\x82\x42\x6a\x3e\x05\xea\xf1\x30\xe3\xc2\x49\x02\x82\x68\xfe\x6e\xde\x67\x0a\x9b\x8c\x20\x6b\x92\x8f\xe6\x1f\x2a\xee\x74\xa3\x7a\x34\xe9\x46\xe5\x32\x62\x59\x29\x81\x9a\x9c\xad\xd3\x0b\xc4\x5e\xfe\x24\x7c\xa7\x19\xee\xc8\x30\x19\xe2\x40\x16\x0d\xc9\xa7\x2c\x76\xf8\x47\xf5\x0f\x3a\x93\xac\x14\xb1\x1a\xf0\xc7\x91\x7b\xcf\x90\x88\x23\x8b\xb3\x77\xd1\xb4\xc0\x7e\xdc\x47\x92\x01\x37\xf7\x2e\x72\xb2\x80\x8f\x1d\xec\xb9\x00\xe5\x51\x44\xf2\x38\x51\x13\xa3\xfb\x3b\xb4\x85\xcd\x7e\xf6\xec\x09\xdd\x22\x7b\x81\x7c\x06\x58\xc8\xea\xd5\xc8\xa9\x2b\xac\xf6\xc8\xd3\x54\x06\x06\x67\x9c\xa9\x32\xa2\xa6\x9c\xdd\x1d\xe4\x57\xb7\x45\x6c\xe4\x71\x20\x56\xa6\x73\x19\xcf\x04\x43\x1a\x87\x7f\x92\x77\x6f\x1e\xf6\x04\x6d\x30\x77\xd3\xc8\xd4\x80\x3c\x4b\xdb\x8b\x2f\xe9\x6d\xc5\x73\xf6\xca\x12\xde\x63\x5b\x13\xf6\xe8\xf0\x77\x8e\x1d\x54\xf8\x94\x57\x7b\x56\xe0\xd5\xc6\x4e\x82\x27\x79\xc8\x56\xce\x89\xdb\x85\xbd\x10\xc9\x0a\x92\x78\xc2\xa9\x65\xbb\x67\x5e\x71\x3a\x37\x13\x97\x26\x77\xf1\xb4\x31\x3f\x7a\xed\x1d\x83\x9e\x1e\x72\xb7\xab\x7a\xa1\x06\x6c\x70\x23\x47\xee\x9d\x70\x61\x9c\x27\xdc\x5a\x73\x87\x10\xc9\x91\x7b\x5a\xd8\x48\x7d\x33\x4f\x01\x2f\xec\x21\xd9\x88\x40\x67\x8f\x44\x8d\xd4\xca\x7d\x46\x3a\x57\xf1\xfc\xe0\xcf\x6b\xd3\x9e\x2d\x27\x33\xf9\xac\x87\x0b\x4f\x20\xef\x9f\x45\x96\x2c\x9a\xc2\x84\x96\x4c\x22\x06\xcf\x05\xe6\x2b\x40\x93\xdc\x9d\xb2\x2a\x79\x84\xab\x47\xf6\xa2\x70\xfe\x0d\x04\xd1\x14\x7c\x12\x08\x32\xec\xae\xf6\xe2\xee\xb3\xbd\x72\x3b\xc3\x8d\x93\x1e\xca\x8c\xdd\x76\x5c\xb9\x0e\x57\x98\x84\x45\x60\xd1\xc4\x79\x7a\xc8\xfd\x9e\xd3\xe3\x19\x39\x6d\xd9\xf9\x47\x8d\xad\xe1\x50\x4f\xc3\xc5\x19\x05\x21\x96\x0a\x0e\x62\x54\x46\xce\xc1\x99\x7d\xa2\x83\x40\x66\x2c\xf7\x2c\x0e\xb7\x86\xa0\x80\x58\xb9\x3f\xf2\x25\x27\x84\xd6\x93\x33\xa3\x8c\x01\x59\x59\xb5\xa7\x9d\x62\x66\x68\x53\x3e\x61\xd3\x8a\x9e\x20\x56\x86\x62\x37\x80\x95\xf5\xe7\x41\x22\xd5\xc2\x40\x17\x01\xbc\x72\x17\xa6\x23\xd8\xa0\x49\x28\x19\x20\x56\xee\x3f\xfc\x0a\xd2\xdf\xfd\x23\xfc\x83\x4e\xdd\x49\x50\x98\x4f\x8d\xd0\xda\xb0\xc1\xac\x2c\xe3\x4f\x58\x8e\x10\xd0\x52\x03\x37\x78\x96\x63\x84\x9d\x21\x22\xd5\x4d\xf6\xa4\xca\x41\x9b\x28\xd2\x4b\x77\x0f\x30\x2b\xeb\x72\x2c\x5b\xc6\x68\x7a\xa2\x9e\x4f\xce\x16\x93\xad\x54\x11\x96\x86\xd6\x48\x9d\xd1\x94\x7f\x2e\x02\x01\x2a\x8b\x4c\xe1\x71\x72\x8b\x6b\xf8\x3f\x60\x96\x69\xa4\x07\xcc\x72\xe4\x3a\x13\xb0\x69\xca\xa1\x13\xec\x0c\xd3\xbd\x9d\xa4\xad\x4e\xc6\xf3\x72\x35\x23\x8b\x56\x52\x91\x45\x10\x8b\x32\x64\xe9\xa4\x5f\x58\xa6\xbd\x03\xb2\xb2\x46\xf7\x59\x7a\xc7\x47\x9f\xa7\xdd\xcd\x4d\xe6\x24\x93\xfc\x9d\x9f\x7b\x98\xb9\xf8\x94\xbe\xdc\x60\x9f\xd2\xd7\xe1\x0b\x31\x2b\xf2\x83\xcf\x7e\xd0\x27\xac\xe0\x7a\x46\x9f\x66\x47\x72\x56\x3f\xad\x26\x1e\x0d\x54\xee\xe5\xa9\xd4\xf0\xad\xd9\xfd\x22\x85\xa1\x39\xa9\x2e\x53\x57\x43\x68\x80\xb5\x3c\x40\x31\x09\x60\x2d\xab\x71\xe0\x97\x57\xbe\x6e\x3c\x30\x2e\x77\xff\xac\x69\x32\x97\x96\xd0\xac\xc9\x26\xb8\x4c\x89\xa4\x35\xff\x52\xf8\xc9\xf6\x64\x5e\x61\xc5\x2f\x5e\x83\x85\xe7\xcf\x7a\x29\x81\x24\x64\xfa\x26\xb0\x30\xf7\x1f\xd4\x7b\xb8\x48\x34\x8e\x8c\x63\x56\xa8\xeb\xb0\x23\x7e\x63\x42\xb2\xe0\xf9\xe4\xf7\x83\xe7\x0b\xe3\xa3\x95\xe6\x44\xf9\x11\xb9\x33\xb2\xb0\xc2\x4f\xf7\x25\x09\x37\x4d\x14\xfb\xc4\x24\x14\xd5\x25\x9f\xed\x06\xa3\x23\x63\xa1\xe9\x67\x00\xc5\x1c\xa6\xdd\xb9\xcc\xc3\xc0\x3e\x13\x13\x33\x5c\xfa\xc4\xc4\xf4\x1a\x00\x18\xcc\x61\xba\xa5\xab\x2a\x55\x42\x1c\x2e\x95\x7d\x36\xd1\x65\xb2\x24\x2f\x14\x2e\xf2\x23\x99\x14\x07\xb4\xcb\x61\xbe\x9a\xcb\xd0\x4c\x2f\x3d\xae\x96\x3b\x8a\x36\x5a\x8a\xc7\xfe\x23\x49\x80\xc2\x82\x77\x39\xcc\xb5\x01\xc6\xe5\x30\xad\xcd\xe5\x3d\xae\x29\x2f\x00\xb9\x1c\x33\xab\xfa\x78\x66\x50\x79\xa7\xcb\xe9\x01\xd8\x72\x37\x48\x55\xba\x13\x3b\xeb\x3d\x37\xba\x7f\x30\x6f\xb0\xce\xcb\xf4\xd3\x88\x05\x57\xd7\xb2\x51\x7c\x61\xfd\x20\x85\x57\x77\x42\xfd\x9d\xe0\x0a\x88\xdc\x25\x7c\x96\xe7\xea\xe2\x16\xd8\x7c\x23\x97\xba\xbd\xf7\x2d\x89\x7e\x09\xf7\x11\xf0\x72\x6a\x16\xb9\xb0\x24\xcf\xbf\x83\x3b\x00\xc3\x1c\xe6\x19\x11\x0c\x73\xe9\x04\x0e\x00\xe6\x98\x0e\x31\xa5\x09\x6a\x9e\x26\x39\xf5\x99\xec\x0b\x0e\x0a\x55\xdf\x9c\x4a\x17\x01\x33\x91\x3b\x5a\x28\x4c\x0f\x8d\x41\xa2\xe1\x70\x35\x45\x7b\xeb\x77\xa9\xea\x87\x93\x82\x29\xda\x4c\x23\x57\x0a\x1d\x90\xbc\xcb\x90\x51\x1b\xc1\xfd\xd8\x5c\x1c\x57\xe4\x4a\xd1\x08\x32\x87\xe1\x64\x89\x9b\xe9\xc5\xd3\xa5\x2f\x72\x38\x8f\x5b\x6d\x4f\x9f\xd1\x2b\xef\x90\xdd\xca\xe1\x8c\x58\x3c\xb7\x89\xf5\xb2\x4d\x1c\x6d\x0a\x1a\xc8\xc1\x57\x46\xe2\xf0\x11\x21\xa3\xe6\x69\x00\xc9\x72\xef\x0c\xaa\x5a\x4a\x8f\x18\x36\xae\x95\x02\x2e\x75\x2d\x89\x04\x6b\x00\xa6\x5c\xd1\x04\x09\xa6\xdc\x6e\x64\xf0\xa2\xcd\x01\x5e\x71\x93\xb4\xda\x54\x02\xb7\xb9\xc5\xa4\x57\xb7\xc9\x3a\xbd\xa6\x02\x6f\x6e\x18\x3b\x7f\x7b\x90\x10\x8c\x12\x56\x4e\x22\x03\xac\x5c\x3d\xac\xb6\x79\x3e\x61\x7f\x37\xa2\xba\x81\xf4\x77\xcb\xbd\x55\x78\x51\xb1\xa1\x71\x6f\x7a\xf4\x36\x14\x87\xce\xf0\xe3\xdb\x33\xf5\x7f\x84\xbd\x4b\xae\x3f\xbb\xaf\x5f\xd7\xbf\xa3\x38\x33\x48\x95\xde\x02\x0e\xfe\x9d\xb4\x93\x39\xd4\x4b\x81\x1b\xb6\x2f\x6e\xec\xf9\x07\x5c\x4b\x7b\x1f\xdb\x49\xf0\x6b\x6c\xd4\xfe\xb2\xa4\xd2\x9b\xa4\x28\x8a\x9f\xe2\x97\x96\xe5\x91\x88\x0b\xcf\x5e\x4c\x7c\x3c\xf5\xf1\xc0\xeb\xc1\xc1\x70\x0e\x06\xf7\xd9\x8b\xaa\x9a\xac\x92\x85\xc2\xbd\xd6\x2c\x53\x7c\xea\xee\x20\x4a\xac\x4e\xa7\x6e\xb2\xa8\xa3\x11\xdf\x1e\xad\x6c\x1e\x92\x3d\xba\x18\x6a\x75\x05\x7e\x6e\x5b\x94\x1e\x74\x75\xaf\xc3\x3d\xaa\xe4\x9e\x40\x3d\x4d\x17\xb4\xec\x9b\x69\xf1\xf4\x23\xf7\xd3\x0c\x2d\xf1\xa0\xa0\x7b\x4e\x2d\x12\x9d\xf7\xaf\x44\xa2\x1b\xf2\x3f\x50\xe5\xa2\x55\x54\x11\xef\x08\x6f\x39\x3d\x06\x27\xb3\x51\x9d\xb1\x85\x0b\x88\x30\x37\x81\x81\x1a\x20\xcc\x35\xdd\x37\x1f\xd1\xdc\x3d\x68\x02\x48\xae\x79\x97\xe6\x19\xf6\x15\x3d\xc2\x45\x68\x2f\x5c\x3c\x58\xa9\x3c\xc5\x79\xb6\x2a\x8d\xf2\xf6\x10\xbc\x73\xcf\x1e\x1d\x23\x3c\x59\x01\x2f\xee\x1c\xf2\xfa\x47\x2f\x09\x05\x02\xe8\x71\x4d\xa7\x52\x40\xe2\x9a\x8e\x77\x8f\xa1\x3c\xe5\xdc\x8f\x37\xa1\x65\xdd\x8f\x37\xa1\x3d\x5c\x7a\x58\x09\x7a\xbe\x81\x25\x97\x5d\x85\x42\xc9\x65\x4d\x4a\x60\xc9\x65\xf5\x3a\xa0\xe4\x92\x8c\x0d\x28\xb9\xa4\x96\x04\x94\x5c\x74\x27\x45\x60\xb3\x72\x57\x0d\x64\xdc\x99\xfb\x9f\xc0\x77\xc7\x73\xe9\x8a\x4d\xf7\x5e\xf6\x10\xbd\x65\x98\x4f\x67\x9f\xea\xb4\x9d\xc5\x9d\x35\x5d\xa2\xc4\x9c\xd3\xd5\xe4\x41\x9b\x36\xb4\x15\xf8\x73\x79\xaf\x66\x4e\x88\x3c\xa6\x78\xf0\x71\xd4\x03\xe5\xb9\xb1\xe1\x59\x71\xfc\xe8\x47\x37\xaf\x73\x18\x75\x63\x63\xd1\x0d\x38\x1c\x58\x74\xd9\x63\x62\xa0\xe8\xf2\xb9\xe9\xd6\xc8\xdc\x60\xb9\x38\x9d\x1f\x0d\xa1\x94\xcc\xdd\xb5\x0e\xaf\x7a\x3c\x50\x72\x76\x85\xba\x9d\x8d\x97\x04\xee\x5c\xd9\x03\xf1\x6c\x3e\xe9\x0b\xd7\xc2\x30\x87\x97\x12\x28\x8d\x88\x67\x9a\x28\x9e\xad\x79\x27\x5f\x08\xe7\x43\xe3\x9e\x3d\xd5\xa8\x2b\x0a\xb5\x27\x9a\x1b\xa8\xce\x31\x15\xa8\x4e\xa3\xd2\xc3\x75\x37\x23\xa1\x01\x5a\x77\xce\x61\xaa\x37\x33\xc0\xf4\xb7\x4e\x92\x8a\xe9\xc7\xe8\x67\x0a\x76\xf1\xe8\xea\xe9\x2a\x41\xd5\xd6\xb7\xe6\x01\x7b\xd6\xd3\xd8\x67\xbb\x8b\xf8\x59\x19\xc2\x7e\x41\xd4\x44\xd4\x68\xe0\xe8\xb2\x97\xda\x9e\x4f\x2b\xdd\xfe\xc1\xc2\x30\x03\xf1\x50\xf4\xf1\x79\xd0\xb5\xf5\x10\x02\xb3\x2e\xbb\xf9\x78\x74\xfe\xf7\x2c\xf1\x31\xf0\x99\x03\xbc\x95\x6d\x44\xc2\x83\xb2\x7d\xee\x1c\x76\x08\x8a\xc7\xb3\xb8\x9a\xe1\x1c\xf5\xda\x9d\xfa\xcc\xe3\xb5\x3b\x4f\x38\x41\xb6\x1b\x1e\x18\x3c\x5b\xdb\x96\x5b\x1b\x8d\x74\x0f\xc7\xf2\x48\xb5\xfa\x31\x0f\xe6\xfd\x9f\xa1\x91\x91\x1a\xf7\xc4\xf3\xcb\x67\xeb\xd8\x88\xf2\xf7\x50\x6b\x65\x37\x2f\xbc\xdd\x34\xa4\xc5\xab\xce\xdc\xfd\x9f\x09\xcd\xfa\x7e\x8f\xcd\x12\xfc\xc1\x70\x74\x73\xb3\xc2\xe0\xc9\xe0\xdb\x35\xbd\x05\x5e\xdd\x24\x55\x8e\x00\xbb\x6b\x3a\x1b\xbc\x6a\xcf\x30\xbc\x57\xd3\x61\xf2\x7f\x46\x80\xf9\x02\xb8\x5d\xeb\xb0\xaf\x57\x45\x9a\x4d\xc3\x7b\xee\x3e\xf0\x43\x9e\x30\x54\x73\xef\x21\xa0\x6c\xfc\xc7\xdd\xa5\x6d\x94\x30\x8f\x8c\x5f\xe5\x01\xcb\x1b\x94\xb0\xd6\x87\xf4\x3d\xd9\x7c\xc1\xc5\x4e\xba\xf6\xd5\xaf\x1c\xf0\xe7\xf1\x36\xa7\x3d\x7d\xe3\xa9\xbe\x66\x20\xe0\xc3\x92\xdb\x55\xd0\xc3\x9a\xa7\x9e\x22\x86\x79\x9e\xf9\x12\x48\x5a\xab\x39\x88\x61\xdb\x55\xe6\x45\xab\xf2\x9c\x13\xf8\xaf\xa8\xeb\x1f\xf9\x1d\xd8\x60\xad\xb3\xd0\xde\xb1\xa7\x0f\x45\x1a\xc8\xf2\x84\xbf\x00\x0d\x96\x9d\x18\xef\xd8\x93\x97\xca\xe0\x88\x6e\x1c\x45\xc1\xc0\xea\x09\xff\x7b\xb7\xe0\x40\x8b\xd8\x68\x60\x6a\xa5\xef\xd4\x80\x0b\xdb\x03\xf4\xab\xf5\xe1\x0b\x25\x98\x9d\xba\x55\x20\x56\xe4\xeb\x79\x85\x07\xcb\x20\x77\xed\x68\x0a\x22\x77\x55\x30\x31\xc6\xcb\x31\xbe\xf6\x04\xb0\xba\x22\x3b\xb5\x37\xc0\x85\xfe\xa1\xa0\x72\x85\xf0\x26\xcb\x2d\x3b\x41\x91\x00\x7f\x2b\xc9\xb1\x80\xdc\x8a\x2c\xbe\xe8\xfe\xa0\x48\x19\xb2\xc7\xc0\x62\x6b\x79\x74\x27\xb6\x56\xf2\x88\xf7\xbd\x77\xd8\x7a\xb3\x20\x17\x58\xbb\xef\xb3\x9b\x42\x57\x62\xe9\xf0\x70\xf5\x7d\x76\x89\x74\xe5\xb3\xdb\xc5\xb7\x9e\x5d\x3c\x5d\xf9\x0c\x57\x83\x1f\x33\x66\xa2\x63\x8e\x5b\x9d\x67\x26\x20\x6f\x35\x4f\xc9\x5e\xef\x42\x81\x15\x32\x40\xe1\x6a\x9e\x28\xbe\x46\xcf\xf0\xa0\xe1\x15\xf4\xd3\x43\xe9\x77\x1f\x8d\x14\x93\xb1\x6c\xa6\xa9\xb4\xdc\xba\x6c\xc4\xdb\x72\x13\xf2\xca\x58\x5d\x1c\xaf\x35\xa1\x25\xd8\x2d\x94\x95\x2f\x0e\xe7\x5a\x77\xc1\xd8\x4a\xee\xe0\x81\xd5\x6a\x1a\x5e\x41\xd5\x8a\xda\x92\x59\x7f\x73\x0f\xbe\xdf\xcf\x25\x8b\x32\xf0\x0a\xf7\xed\x24\xf8\xf6\xd2\xa2\xe5\x1f\x31\xda\xd1\x12\x5e\xad\x12\x9e\xa1\xbf\x0b\xd1\x96\x7c\x51\xfc\x94\x3f\xc0\x0a\x82\xe5\xbe\x1c\xeb\x6b\x6c\x7d\x3d\x3b\x71\xff\xf2\x2e\xab\x1e\xed\xfe\x36\xcf\x83\x31\x7f\x87\xa2\x26\xf9\x46\x84\x91\xce\xff\x7b\x06\x4e\x7e\x3c\xa6\xca\xfc\x20\xbc\x08\xd3\x1c\xf4\xab\xa6\xad\xe8\x13\xaf\xd3\xf3\x8f\xcf\x33\x0f\x37\x1d\xdf\xb9\x0b\x31\x19\x55\x61\xa0\x84\xaf\xaa\x27\x5c\x1a\x98\xaa\x18\x1c\x8a\xf7\xe0\x5e\xc3\xf8\x06\xaa\x72\x0f\xf2\x11\xde\x42\xfd\xfc\xe3\x36\x92\x46\x0e\x40\xa7\x22\xc7\xc9\x0f\x01\x06\x10\x2b\x1f\x4e\xd8\x9a\x2c\x44\x9d\xd2\x6c\x23\xea\xd4\x70\xd3\xf1\xb9\x1b\x71\x3f\x01\xa4\x54\x54\x85\xda\xe3\x46\xa6\x01\x09\xb8\xa8\xac\xc7\x30\xa0\x50\xcd\xfd\x3a\x98\x50\xcd\xbd\xde\xc7\x0e\xdd\x6d\x35\xf0\x50\x4d\xa3\x88\xf0\x50\xf5\xec\x26\x62\xa4\x4e\x0b\x70\x97\x8a\x84\xdf\x60\x51\x6d\x7f\x4a\x2e\x52\xff\xc8\x07\x81\x95\x6a\x8a\xa8\xcf\x78\x4a\x6e\x93\x80\x92\x6a\xea\xdb\x1f\xbe\x63\x6e\x3c\x3f\xf7\x10\x6d\xff\x50\x68\x54\x53\x71\xfa\x8c\x3c\xf8\x38\x9d\x57\xf5\x03\x4a\x2a\x12\xf1\x59\x4f\xe7\xdd\x4c\x7d\xb8\x6b\xbb\xcf\xf9\x38\x9c\x77\x47\x0a\x7c\x54\xe4\x30\x91\xd3\x9c\x7d\xca\xb7\x37\x11\x70\x54\x81\xa2\x86\x5b\x2b\x81\xa2\x2a\x30\x3a\xe3\xeb\xbb\x48\x92\xe1\x0c\xa6\x0e\xf7\x11\xd9\xc2\x1b\xe4\x22\x48\xcd\xd1\xcc\xde\x48\x44\x1d\xdd\xa7\x7b\xbb\xfb\x73\x6f\xae\x85\xe3\xf3\x32\x13\x98\x3c\x03\x6c\xa9\x18\x6c\x0b\x61\x5c\x9c\xa9\xc8\x16\x75\xb5\x0f\x4b\xbf\x3a\xc7\xc7\x8e\x44\x65\xe4\xe3\xce\xaf\x0a\xcf\x67\x44\xc4\xd1\x7c\xc1\xc8\x3b\xb7\x62\x7b\xd2\x54\x32\x3e\x7d\xb8\xe1\xd8\x9f\x71\x90\x07\xa2\x04\x68\xa8\xa6\xdc\xfe\x8c\xdf\x04\x1e\xd0\xf8\x38\x50\x57\xd4\x7f\xd3\x6a\xd0\x07\x73\xb7\xdb\x44\xf2\x55\x04\xc6\x87\x54\x52\x5c\x09\x19\x35\x85\x13\xf9\xe6\x1e\x74\x0b\x79\xfd\xe1\xc7\xd4\x52\xac\x17\x56\x7c\x85\xcf\x67\x88\x64\x65\xf4\x77\xed\x1e\xa5\x2e\xd7\x6e\x2e\x1f\x63\xaf\xa1\xb8\xfb\x42\x78\x25\xfd\x2e\x3f\x0e\xd5\x77\x73\x2f\xe7\x39\x8c\xee\x33\x3c\x22\x50\x48\xe3\x53\xa8\x59\x47\x7c\xd3\xe4\xdd\xdf\x6d\x45\xa4\xbb\xd5\x44\x77\xfa\x6e\xd5\xe5\x9d\x0a\xd7\x31\xcf\x92\xbe\x7b\xc7\xe1\xa5\x26\xb7\x5b\x36\x78\xee\x87\x18\x1b\x6c\x14\xbe\x10\x63\xdd\x33\xce\xef\x91\x6f\x39\x86\x00\x54\xcb\x59\x3f\xfc\xc4\x65\xd8\xdf\x16\x62\x8e\x21\x1b\x85\xcd\x40\x91\x61\x46\x28\xfc\x10\x61\x9b\x65\x62\x77\x57\x1e\x7d\xde\x9f\x3a\x2c\x00\x83\x8f\x85\xbd\x2a\xe1\xa8\x1f\x1f\x5b\x83\x81\x30\xfd\xf6\x41\x3f\xba\xe1\x87\x38\xda\x9c\x50\x3d\x5f\x37\x91\x8f\x38\x4f\x46\x25\xff\x42\x85\xcf\xda\x0b\x3f\xe5\x91\x8c\x50\x41\x33\xe4\xb0\x9f\x5f\xa2\x0d\x9e\xd9\x7b\xa0\xf6\x69\x0b\xd7\x99\xe4\x33\x62\x93\x1e\x27\xdf\xda\x9d\x43\x15\xd7\xee\x04\x4a\xd1\xc5\xdb\xd2\x0d\x3f\x0c\x6c\xd4\xf8\x96\x4e\xd6\x8e\xf9\xb2\x48\x3a\x5a\xe9\x54\xa5\x1b\x3c\xcc\x32\x18\x18\xb6\x22\xcb\xbb\xb8\x6e\xf1\x97\x90\x00\xed\x8f\x00\x6d\x63\xa1\xba\xeb\x34\xbd\x70\x0b\x1f\xfb\x7f\x27\x2c\x4c\x67\x1d\x7b\x8d\x4c\x7e\x70\xe9\x1c\x76\xb0\x50\xe3\xe5\x7e\x0b\x2b\xb8\xcb\x65\x71\x5d\x49\xee\xb3\xd0\xca\xe5\x25\x2b\x84\x5b\xb6\x4f\xd6\x69\x69\xd4\x57\xc8\x69\x5d\x4e\xd6\xa9\xe9\x09\x3d\x7e\xe9\xe2\xed\x11\xdb\x3a\x59\x9e\xcd\x17\xf4\x0f\x6b\x78\x9d\x16\x6d\x1a\xf4\x8e\xd3\xe2\xf4\x79\xdc\x9f\x45\x7c\x32\x73\x57\x52\xca\x31\xa5\x57\x92\x1d\x74\xdf\x30\x75\x9b\x2f\x76\x1f\x50\x86\x6e\x6f\x3a\x9d\x2c\xa3\x46\x15\x5f\x5c\x60\x48\x53\x29\x63\x72\x68\x5b\x59\x49\xd9\xc0\x42\x5d\x06\x48\x3c\x77\x16\x67\x8d\x63\x95\x0c\x8d\x4c\x89\xd9\xbe\xa2\x8c\xbc\xc3\xf5\xd0\x89\x79\xd7\xd1\x54\x2a\x89\xe8\x56\xcb\xe8\x87\xcd\x22\x33\xe7\x91\x4c\x94\x95\xed\x2c\xb3\xcb\xcb\xba\x1f\xb6\xe7\x28\x1c\x03\xfb\xee\xdd\xbc\x38\x62\xa5\x1b\x74\x0d\xd7\xd3\x6c\xe9\x1b\xde\xf6\x0f\x86\xd6\x79\x21\x3c\xb5\x3e\xbd\x1b\xe3\x6e\x67\x67\x6c\x59\x08\x0b\x07\x80\xdd\x0b\x65\xf7\x28\x95\x52\xdc\xdb\xbb\xfa\x8c\x7b\x04\xb0\x14\xf1\x8e\x47\x61\x2f\x8c\xae\xb0\x8a\x95\xf5\xff\x65\x9d\xc8\x50\x95\x76\xce\x98\xaa\xeb\x14\xbc\x6f\xe9\x27\x3e\xec\x2a\xee\x5c\xed\x4e\xf0\x9c\x5f\xcb\x15\xd8\x79\x6d\x37\x03\x21\xae\x55\x44\xe4\x3c\x77\x5f\xcb\x5d\xa0\x3e\x31\x6b\xca\xa8\x29\x82\x10\x10\x9e\x4c\xaf\x2d\x19\x9c\xd4\x6e\x6b\x5c\x10\x5c\x13\xda\x7d\xcb\xf1\x2e\xa0\xce\x63\x23\xb7\x69\x34\x5b\xd7\xae\xac\x3f\xf6\x20\xf3\xdd\x10\x1f\xc5\x30\xf7\x60\xba\x15\x77\x5e\x40\xb7\xb5\x9f\x0c\x20\xb7\x39\xd7\x2f\x8b\xa3\x11\x9e\xe8\xa2\xc4\x2d\x6e\x12\x79\xa8\x0a\xa2\x5b\x36\x6a\xe6\xba\x77\x35\xcc\x40\x37\xd9\x6a\x23\x3b\x78\x46\xbd\xb8\x61\xa4\xe2\xb3\x30\x42\x1d\x3b\x03\xd6\x03\x97\xa2\x51\x01\x3d\x44\x07\xde\x2d\x01\xd4\x37\x36\xba\x9b\xee\x38\xa2\xbb\x0d\x2d\x6c\x8b\x18\x4a\xa2\x14\xad\xa7\x10\x82\x87\xdc\x6c\x8c\xb4\xc6\xac\x47\x8d\xd3\x7a\xb0\x15\x2a\x1e\x65\x2f\xe3\x42\xf4\xfd\x5d\xc5\x74\xfb\xa3\x5b\xcb\x52\xb2\x68\xb3\x13\x2e\x4e\x79\xb5\xde\x5d\x4f\x3e\xee\x4e\xc9\x49\xe2\x35\x5d\xfd\x6d\x96\xde\xcf\x7d\xa7\x82\xab\xa1\xb9\xad\x6d\x8e\xda\xa9\x60\x8f\xec\xb1\x81\x8e\x8b\xf1\xa4\xc7\x38\x97\x55\x64\x01\x0f\x17\xdf\x65\x50\xf6\x2e\xc8\xce\x27\x86\x84\xd6\x25\xa0\xe2\x4e\x23\xa1\x00\x15\x17\x33\xdc\x44\x5c\x35\x77\x6a\x10\x42\x62\xb0\xdf\x04\x36\x2e\x7b\x78\xbf\x34\x28\x9d\xa6\xdf\x3c\xd1\x0c\xcc\x13\xb6\xb1\xc0\xc9\xed\x88\x08\x6b\x1b\x97\xac\x13\xde\x67\x83\x1d\xde\x5a\xbb\x79\xa6\xda\x53\x94\x4f\x85\x88\xcb\x6e\x69\x17\x6e\x69\x1e\xd9\x2e\xf1\x6c\xb4\x8b\x2d\x30\x6c\x34\x93\xaf\xb5\x67\x4a\xfb\xb7\xbf\x27\xa8\x73\x89\x05\x3c\x41\x9d\x4b\x6c\x8d\xa6\xa8\x73\x15\x5b\xdd\x04\x75\x2e\x83\x65\x37\x41\x9d\x8b\xb5\x62\x6e\x3a\x2a\x76\xaa\x13\xd8\xb9\x13\x36\x3d\x8f\x1d\x5e\xbf\x98\xfb\xa6\x52\x85\xff\xdd\x96\x05\x0f\x9c\xa0\xcb\x35\xe0\x21\x27\xe0\x72\x8d\xc5\x32\xc1\x96\xcb\x49\x3a\x31\xa3\x00\xe8\x9f\x40\xcb\xb5\x31\xc9\x4b\xc8\xa8\x63\xff\xcf\x91\xb2\x85\x29\xdc\xa6\xff\x37\xbe\x9f\xf9\x1f\x9c\xaf\x9d\xde\xb5\xd5\xa8\xea\x89\x44\xa9\xfe\x7f\xd1\x4b\x26\x72\x37\x39\x7c\x81\xef\x58\xcc\xd9\x09\xde\x5c\x03\xa7\x6f\x1e\x38\xb1\xa1\x6f\xcf\x03\x27\x36\x36\x54\x53\x18\xba\x69\x87\xe1\xc2\xc6\xd1\xc5\x3c\x12\xa1\xa5\x8b\xf4\x4e\x1a\xfa\x2e\xb9\xd3\x98\xbe\x50\x62\x55\x7f\x80\x06\x35\xe8\x0b\x11\x8b\x99\xd6\xf3\xc0\xe7\x3b\xdb\x06\x2e\xf0\x72\xc3\x66\x82\x47\xd7\xd8\x11\x4f\xe0\xe8\x1a\xa7\xc9\x53\x38\xba\x81\x79\x71\x1e\xd9\xb8\xc3\xd4\x09\x71\x85\x5f\xe2\x04\x80\x2e\x17\x07\x3d\x3b\x22\x66\x96\xe9\x77\x32\x00\x4c\x4c\xe8\xdc\x79\x70\x1e\xdc\x9c\x32\xde\xea\xe5\x36\xe0\x04\x7e\x2e\x5a\xe4\x0f\x7c\x7a\xac\xab\xae\x68\xd6\x15\x41\x34\x4f\xba\x80\x13\xad\xb1\x4b\xe0\x62\x90\x03\x5a\x14\xe6\xd6\x09\xa1\x84\xdb\xc2\x3c\x70\x50\x23\x12\xd1\x3c\x2a\x13\xf4\x24\x0d\xae\x67\x20\x10\xcd\x03\x29\xb4\x2b\xc1\xb1\x30\x58\x8b\x53\x7c\x3b\xc0\x4e\xe7\x11\x5b\xcc\x5e\xac\x90\xc0\xae\xc3\x71\xc0\xf1\x0c\x55\x7e\x1e\x55\xae\xd5\x19\xf5\x6a\xcf\xfc\x09\x9e\x63\x0a\x8b\x97\x9d\xc8\x9c\x73\x75\x17\x5d\x93\xa3\x39\xab\x75\x4a\xb3\x8e\x0d\x80\x55\xc7\x42\x83\x27\x67\x7c\xf3\x68\x78\x20\x65\x33\x50\x79\x27\x9a\x51\xa9\x4e\xff\x57\xd3\xb6\x25\xc0\xe8\x8d\xfd\x02\xd4\x6b\xa7\x04\x47\xca\x9c\x6d\xce\x43\xff\xf1\x5d\x34\x7b\xd5\x99\x28\xa1\xbb\xc6\x27\xad\xc5\x67\xbc\x38\x48\xec\x55\x67\x92\x4e\x78\x19\xe7\x75\x07\xee\x34\x4b\x77\x93\x35\x7d\x71\x31\x00\xbe\x20\xca\x88\x0b\x8a\xd3\xe5\x99\xa8\x2a\x97\x8f\x8b\x8b\x8b\x03\x65\xe2\x74\x4e\x10\xf5\x1a\x57\x7b\xe6\x31\xac\x1d\x95\x18\xf9\x5f\x7f\x55\xe2\x3c\xcc\x43\x9b\x69\x35\xaf\x2c\xd2\x0e\x73\x97\x6b\x25\xbc\xb8\xbc\x6b\xc1\x81\xdc\x74\xc9\xb2\xe3\x05\xd5\x6c\x1e\x63\x0f\x3d\x1d\x30\x64\x53\x76\xa5\xa0\x40\xcd\x99\x36\xe8\xbf\x4c\x97\xe9\xdc\xd6\x7d\x11\x9b\xe1\x3c\x1c\xd2\x6d\x70\xb5\x74\x61\x68\x4f\xd7\x8b\xb1\xad\x36\xc7\xf4\x72\xf3\x69\x91\x53\x5b\x8b\x6f\xae\x3d\x32\x94\x7f\x29\x13\x3a\x9d\x72\xc9\x97\xf7\x1b\xa6\xbd\xbc\xcb\x20\x56\x6d\xa7\x6a\x1c\x0f\x9b\x88\xe9\xe2\xd8\x5c\x6e\xfd\x68\xf0\x65\x4b\xa8\xa3\x0e\xe3\x5d\x31\xc0\x16\x76\x3a\xd7\xb6\xb9\x76\x52\xc4\xad\xb9\xcb\xde\xbe\xf7\x02\xf7\x0d\x4c\x27\x53\xf7\x5b\x8d\x41\x96\x75\x83\xfe\x24\x3b\x36\xe2\xe3\xe6\xdf\xb7\xd2\xb0\x52\x3c\x5a\xc9\xe9\x0b\x83\x85\x70\x80\x30\x8f\x67\xf7\x1d\x0d\xd9\x86\xd8\x61\x96\x3d\xcb\xf8\xf2\x23\x4a\x09\x55\x79\xf6\x2a\xf0\x85\x60\x8d\x34\x65\xab\x11\xc3\x1f\xf6\x96\x0d\x7e\xdd\xf7\x58\x3e\x7b\xd7\x99\xc9\xfe\x3a\x0d\x06\xed\x7a\x35\xb6\x5b\xe2\x8b\x27\x9d\x0d\xf6\xae\x73\x57\x22\x1a\x97\x4a\xe9\x80\xb2\x41\x44\xa2\x09\x68\x5e\xc3\x9d\x7f\x1e\xdb\xc8\x6a\x43\x40\xe4\xc1\xa1\x66\x1e\xba\xa8\x77\x17\x24\x97\x9b\xcb\x7e\xa1\x09\xdd\x91\x76\xb7\xbb\xa5\x8b\xf8\xb3\x5d\xf6\xa8\xbf\xd7\x16\xd4\xcb\xeb\x60\x54\x71\xed\x31\xe1\x63\xcb\x4e\x35\x07\x0a\x0a\xa2\xe6\xdc\x1b\xd9\xe9\x0f\xea\x5e\xfc\x5f\x25\x95\x79\x2a\xb6\xdd\x0c\xa9\xfd\x07\xee\x77\x6e\x43\x2d\x33\x1a\xb8\xbb\x68\xb3\x3f\xd4\xd6\xe9\xb1\xd3\xa8\x90\x38\x6e\xcd\xf3\xb4\xd8\x93\xff\xdd\x4f\xd0\x03\xe7\xc9\x7d\xb1\x6c\x22\x5d\x8d\x42\x27\x9d\x82\xdf\x55\xb5\x05\xc1\xef\x06\x66\xf8\x79\xb2\x69\x05\x87\x71\x9e\x5e\x4b\xc6\x2d\x6b\x9e\xde\x44\x26\xfa\xfa\xdc\xe8\x77\xd8\xce\xe7\x46\xbf\xc3\x85\x6a\x9e\x69\xb7\x94\x64\x49\x06\x4c\xfe\xa4\x61\xce\x8e\x22\xec\xd4\x79\xf8\xbf\x9c\x82\xf1\x3b\x8d\x00\xc9\xe1\xcc\x04\xf1\xae\xe1\xd5\x3a\x4f\x03\x19\x2b\x7d\xcf\x6c\x83\xfd\xdf\x06\x37\x7f\xc8\xfe\xa7\xd9\x15\xde\xcc\xd0\x73\xdb\x7d\x99\x88\x1b\xef\x0e\xe8\xde\xb9\xf1\xee\xf0\xf9\x99\xe2\xdd\x55\xc0\x05\xe6\xa9\x9b\x78\x73\x08\xcb\xf0\x0d\xbd\x44\x6c\xe3\x64\x05\xb0\xfd\xce\x62\x0e\x70\xe2\x50\xd4\x40\xb5\x13\x56\x60\x9e\x88\xe0\xbc\xd3\xe0\x08\x68\x73\xf7\xbe\xd0\xd1\xe6\x1e\x16\x01\xa0\xe7\x59\x77\xd1\xe4\x46\x38\x63\x63\x9a\xa7\x02\xb9\x48\xa7\x81\xae\x9b\x53\xe9\x8c\x26\x79\x56\x7d\xee\xec\x2c\x2f\x6e\xcd\xfd\xe3\xb6\x15\x24\x6b\xbb\x4f\xa9\x2e\xe2\xb5\x5a\x13\x0c\xbd\xb3\x48\xdf\xcb\x83\x8e\x6b\xb0\xac\xe2\xff\xdd\xef\x52\x5f\xa2\x1f\x4f\x97\x44\x33\xb4\x83\x89\xe8\x84\xe6\xff\x4e\x60\x27\x8d\x92\x13\xae\x08\x26\x5e\x9b\xf0\x7a\x20\xf1\xa2\xea\x7c\x15\x29\x0a\x2c\xe1\x14\x1f\x8f\x18\xf8\x13\x78\xbc\xa4\xe2\x07\x3c\x5e\x64\xa0\xe2\x7d\xb7\xd5\x1f\x6e\xaf\x1c\x7f\x91\x66\x9b\xe3\xaf\x60\xac\xa4\x1a\xf2\x67\xd8\xdd\x46\xc2\x1b\x0e\xb2\x48\x78\xdd\x59\x0a\x26\x4e\x71\x34\x95\x86\xd5\x1c\xbb\x44\x5f\xc0\x06\xad\x23\x1e\x58\x6a\x60\xa7\x88\x38\xc9\x11\xd4\x1a\x6c\xe1\x9e\x38\xaa\x78\x9e\x78\x77\x37\x27\xf2\xdc\xcb\x88\xba\x7b\x71\xca\xb9\x20\x1e\x4e\x77\x34\xf1\x4e\x21\x52\xe7\x14\xfc\xae\x82\x70\x3c\x4f\x63\x62\x75\x7b\xf1\xb2\xb5\x64\x8f\x1d\xbc\x77\xb3\xe6\x79\xed\xf6\x51\x13\x23\x1c\x03\xa9\x3c\x4f\xac\xbc\x53\x56\x71\xd9\x26\x6a\x78\x11\x46\xc2\xda\x2a\x09\xe5\x33\xf7\x66\xae\x64\x08\x49\xd8\x95\xef\x42\xe4\x55\xb0\x92\xe7\x69\xe0\xac\xf1\x47\x3c\xf2\x09\x80\x5e\x9b\x8d\xa6\x28\x25\x1b\x5d\xa7\x94\x1c\xf6\x8a\x81\x94\xb3\x2f\xa8\xb0\x5c\x03\x63\xf0\x9c\x76\xf6\x2d\xd7\x72\xdc\x94\xa5\xd3\x2e\x32\x0c\x57\x77\xe0\xd8\xd4\xcf\x69\xeb\xf5\x22\x51\x19\x06\x2a\x2f\x17\xa7\x20\xc6\xe1\xd3\xc6\xe0\xbf\x0d\xec\xc7\x14\x36\x0f\x20\xb7\x09\x52\x5e\x23\xa8\xd1\x3c\xc5\x78\x77\x19\x81\x56\x4b\xcc\xc9\x09\x68\x5e\x1e\x2e\x74\xef\x36\xcb\x62\x09\x2c\xa2\xc6\x7f\xee\xbd\x3c\x69\x38\xda\x9c\x72\x95\x17\x96\xaa\x88\x79\x07\x5c\x94\xe6\x18\x62\xa4\x3b\x04\xb1\x93\xf7\x6a\xfe\x3c\x15\xcd\xce\x11\x44\x73\x91\x9f\xe1\x3e\x52\x1d\x26\x05\xb3\x02\x84\xd3\xcf\xe9\x8a\xc5\x39\x9b\x10\x77\x13\xd4\xbc\x7c\x58\x09\x9c\x44\xba\x1d\xc1\x79\xa7\x4a\xd0\xc6\xc0\x1b\xf6\x9c\xbe\x20\xdd\x3e\x35\x06\x73\xb2\xbf\x96\x27\xba\x76\xd8\x52\x14\xb1\xad\x38\xbd\x15\xd6\xfd\xc0\x92\x57\x21\x73\x01\xbb\x6b\xb3\xfb\xb1\xd7\x54\xb4\x83\x23\xcf\x89\xd6\xb6\xf1\xed\xdc\x10\x27\xef\x35\x8f\xfd\x03\x0f\x84\x62\x2a\x4b\x64\x2f\x00\x8e\x5d\x64\xa9\xfc\xa0\xdf\x18\x30\xb1\xeb\x12\x1e\x2b\x13\xf0\xba\x0c\xc6\xe8\x04\xbc\xee\x24\xd2\xce\x04\xaf\xce\x5b\xe5\x33\xb1\xd1\x9e\x74\x44\xc2\x9f\x03\xc0\x97\x99\xd8\x5c\x4f\x54\xab\x74\x6e\x63\xba\x89\xd8\x11\xa1\x6b\x24\x0e\x45\xa7\x1b\xc7\x64\x68\x2a\x00\xb9\x27\xc0\x72\xc2\x1f\x4f\x00\xe4\xda\x44\x5b\x05\x27\x2e\x12\x25\x7e\xe0\x04\x45\x4f\x6d\x3c\x38\x66\x17\x78\x70\x91\x28\xf3\x83\xdb\x31\x36\x22\xdb\x52\x33\x3c\xd0\x29\x4d\x37\x4c\x8e\x99\x67\xc2\x0d\xd3\xb9\x09\x4e\xdc\x68\x56\xc3\x1b\xca\x9c\x6a\xce\x54\x76\x3d\x28\x8f\x73\xd3\x73\xbf\xa0\xdd\xcc\xf8\xe4\x0d\x65\xf7\x3a\xa9\xec\xfe\xa7\x22\x9c\xa8\x72\xf3\x60\x26\x77\xb6\xc3\x2f\x5d\x96\x41\x0d\x09\xa8\x4c\x1c\x88\x99\x74\x80\x76\x0b\x05\xae\xdc\xc0\xac\x3a\x37\xac\x1c\x80\xe3\x33\x71\x4e\xca\x4d\xb2\x09\xc4\x9c\x57\xa5\x67\x32\xce\xa3\x06\x07\x10\xe6\xda\x44\x69\x4e\x7a\x64\x76\xbb\xcd\xd0\xc8\xf0\x71\x11\xe6\x26\x72\x31\x19\xff\xf1\x30\x03\xa3\x87\xc2\x2e\xa8\x5c\x05\xd3\x7c\xa6\xe6\xbc\x73\xf4\x1a\x66\xcb\xf9\xa7\x28\x2d\x53\xc4\x39\x70\xe2\x66\x12\x70\x60\x38\xb4\xec\x68\xb9\x08\x36\x93\x1b\x5a\x38\x39\xe8\x73\x91\x88\x4a\x7a\xe3\x8a\xa3\xe0\x09\xcc\x5c\x02\x66\x77\x26\xef\x2e\x77\x67\x2b\xde\xcd\xd3\xdd\x7c\xf2\xa0\x94\x93\xc0\xb9\xb1\xe5\x38\x67\x9b\xc0\xc9\xe5\x6e\x2b\x8d\x9b\x3c\x6c\x19\x77\x94\xbb\xc5\xe3\xab\x9c\x1d\x2b\xdc\x6e\xf6\x7a\x8a\x6d\xe3\x20\xb4\xca\x14\x3a\x6e\x70\x94\x3b\x81\x8e\x8b\x22\xcc\xf1\xfa\x86\x3a\x1a\xe2\x4a\xc3\x02\x78\x71\x89\xb3\xfa\x99\xbc\xee\x84\xa7\xe9\x04\x2f\xae\x4d\xb4\xb4\x34\x9d\x5a\x54\x0a\xbf\xe5\x89\xc6\x97\x84\x06\xd0\xb4\x04\x72\x5c\x76\x5b\x90\x74\xf0\x1c\x4e\x6b\x70\x65\xd5\x2a\x12\xd1\x91\x27\x1c\x31\x61\x1a\x9f\x3b\x83\xed\x76\xc2\xea\xd7\xd3\xe5\x1e\x5e\x6b\x42\x1e\x26\x23\x72\x74\x97\xd1\xe5\x15\x6a\x27\x26\x61\x25\xf7\x6c\xe2\xd4\x73\x4e\xa7\xb2\xe0\x6f\x1c\xf3\x4e\xc0\xdf\xce\xbc\xe7\xaf\x17\x88\xbb\x4b\x0c\xab\x36\x80\x17\x33\x69\xd5\xee\x2e\x50\xe2\x15\x03\x4b\x36\x93\x67\xa0\x7d\x67\x77\x5d\x38\x69\x1f\xf5\x0a\x67\x90\x51\xff\x93\x0d\x7e\x64\x34\x4e\x9b\x2d\xe9\x5c\xbb\x1a\xad\x39\x4e\x9e\xc9\x73\x50\xe5\x4f\x62\x0f\x39\x35\x24\xa4\x67\x97\xe3\x0f\xf6\x01\x9c\xef\xcd\x84\xd3\xce\x44\x4d\x01\x33\xce\xdb\xc8\x13\x98\xb8\xac\x25\x00\x98\x38\x2f\xfa\x4e\xa0\xe1\x06\x96\xe4\x99\x14\x6b\x48\xfc\xf4\xee\xf6\xfa\x21\x96\xa2\xf3\xe9\x75\x85\x3b\x8a\x9f\x25\x90\xe8\x53\xdd\x41\x61\x49\x5a\xa8\x09\x43\x37\x85\x7a\x2b\xae\x0b\xd1\x6e\x86\x6b\xe1\xb3\x40\x13\x59\xa0\xa5\x7f\x76\xb0\x9f\xe2\x08\x61\x97\xa7\x3c\xb0\x26\x6c\x33\xc1\x0d\x9e\xc9\x43\xd5\x6e\x5b\xf5\xe5\xc1\xa0\x3e\x53\x6c\x33\x33\x57\x9c\x27\xb0\x6f\x69\x4f\x53\xd1\xdd\x34\x92\x25\x3c\x1b\x9b\x4c\x28\xc4\xdf\x70\xfb\x00\xd2\x5b\x3f\x10\xee\x20\xbd\x79\xfb\x78\x26\x9d\x1f\xad\xd3\xe2\x90\x19\xf3\x5f\x3e\x76\xc9\x95\x1f\xf8\x19\x76\xff\x07\xcf\x8d\xd8\xb4\x13\x10\xb7\x84\x6f\xca\xcc\xc7\x6e\x76\xe3\x87\x1b\x9f\x6c\xaa\x45\xd9\xa4\x62\xa7\xc9\x09\xe5\xcc\x5e\x83\xe6\x98\x7f\x66\x63\x39\x6a\x8e\xca\x5e\x77\xe6\x90\x63\x66\xa4\x1c\xfe\x4c\x33\x9f\x88\xaf\xe3\x4f\x78\xe4\x33\x9f\xb6\xd7\xaf\xed\xbe\xee\xfc\x78\x69\x4b\xe1\x7f\xf8\x7d\xf7\xcb\x7b\x36\xf0\x82\x3d\x28\x11\x03\x27\x28\x72\x83\xab\xba\x13\x10\xb9\x7e\xa0\xe2\x82\x21\xd7\x0f\xb4\xd7\xec\x4d\x68\x4d\xea\x39\x39\x11\xfd\x9f\x6d\x72\x36\xb3\x82\x2a\x9b\x1b\x93\x83\xfd\x90\x64\x27\x30\x84\x2c\xcc\x41\xdf\xe5\xb1\x01\x3c\xfd\xd4\x83\xdd\xda\x1c\x1f\x65\xd3\x3d\x1c\xa1\x6a\x10\x02\x4a\xae\x1c\xe6\xcd\x7b\x69\x52\x41\xcf\x53\xbb\x23\x95\x2b\xb9\x4d\x25\x13\x67\x35\x6f\x30\x39\xad\xc7\x80\xc6\xf5\xe3\xf0\xc5\x1d\xff\xa3\x03\x83\xff\xd6\x0f\xc7\x7f\xcb\x5e\xd8\x4f\x2e\xf2\x6a\x32\xef\x8b\x12\x4e\x06\x84\x6f\x2e\x4e\x80\x02\xc4\xa1\xf3\xca\xf3\x4d\x38\x51\x16\xc0\x40\xeb\xae\x08\x70\x03\x9f\x88\x99\x0d\xbf\xcc\x2d\xd7\x09\xea\x5b\x06\x3c\x6a\x02\xfa\x16\x59\xe8\x86\x10\xc5\xfd\x40\xf1\x02\xf3\xcd\x3b\xd4\x33\xd7\xcd\x6d\xcc\xa1\x1a\x00\x53\xcc\xd5\x58\xb5\xe6\x78\xc8\x6d\x4d\x5c\x81\x4e\x91\x90\xc5\xfd\x70\xf2\xb5\xdd\x3d\xe4\xd8\x32\x12\x4d\x31\x37\x2d\x00\x8e\x73\x93\x73\xdb\x2c\xfc\x97\xb4\xbf\xe4\xe6\xa2\x80\xbd\xe5\xc6\x10\x9e\x16\xa2\x6e\x6b\x85\x3b\x9c\xc8\xef\x76\xfb\xc1\xc1\xed\x6e\x78\x60\xc9\xb9\xef\x01\x65\x78\xf0\x65\xd2\x54\x9c\x8d\xcb\x4c\x70\xb0\x99\x0d\x29\xa2\x3a\x0d\x00\x5d\x3f\x4e\xb3\xcb\x76\xd1\x37\x72\xd7\xdb\x9b\x3a\x76\xa5\x0b\x32\x0f\x00\xba\xf8\x41\x2a\xc3\x59\xe1\x21\x31\xf3\xde\xa7\xba\xbe\x77\xb4\x0f\x36\x6f\x79\xb8\x29\xe0\x63\x63\x97\x42\x23\x87\x32\xd0\xa1\xdb\xb2\x18\x05\x25\x4f\x66\xd4\xe9\x0b\xc7\x14\x0d\x0e\xdc\xb9\x74\xf8\x2d\xae\x1e\x0f\x47\x68\xef\x5a\x91\xd8\x59\xf9\xeb\xe2\xd1\x80\x9b\x5c\x24\x3a\x27\xe1\x31\x31\xf3\xb5\x7b\x92\xaa\x5c\x7b\x93\x4e\x89\x17\x1e\xe3\x76\xe4\xde\xc3\x0e\x5f\x18\x4c\x8d\xfe\xda\xa2\x79\xfa\xad\x69\x29\xbe\x51\xd7\x41\xce\x67\x60\x05\x0e\xa7\xc1\xed\xcc\xa1\x5e\x37\x6c\x0b\x95\x26\xdf\xce\x15\xb9\xde\xde\x5d\x5a\xc8\xa3\x01\x05\x9d\x26\x3f\xb0\x17\xd9\xe1\xc3\x76\xc3\x21\x15\x23\x60\xb4\x3f\x39\xf7\xcd\x1c\x72\xb6\xab\xb8\x01\x3f\x17\xb5\xa4\xc7\x9e\x5d\x03\xfa\xf5\xd9\xf5\xa7\xfd\xb8\x1f\x4d\xb5\xfd\xbc\x45\x33\xb2\x0b\x04\xba\xae\x96\x03\x00\x5d\x3e\x1d\x0a\xb0\xd8\xd3\x70\x6d\xbf\x96\xc8\x77\xdd\x41\xe2\xbe\x34\xb3\x46\xdc\x21\x3b\x88\xad\x62\xd7\x52\x9c\xdd\x2a\x3a\x3f\x5f\x8d\x75\xf2\x28\x81\xe5\xec\xb1\x4f\x06\xe0\x10\x7f\x4c\x16\xe7\xe7\x07\x23\x43\xdf\xc8\x9f\x8c\x4c\xee\xfa\xed\x4e\xa2\x8c\xcf\x5a\xd1\xc5\x9e\xed\xe2\x39\x33\xb3\xe7\xb9\x43\x8e\xa5\x97\x92\xd6\x2f\x60\xe3\xbc\xd5\x3d\x45\x8d\x9b\x9a\x90\xf3\xda\x5d\xc7\x87\xd7\x8e\x72\x63\xb2\xbd\xb8\xa3\x87\xc0\x8d\x4b\x02\x4d\xce\x72\xec\x55\xd4\xf9\xc1\xb0\xd2\xc1\x80\xc8\x45\x83\x4f\x7e\x74\x5e\x54\xfe\x1f\x66\x37\x95\xd2\xa1\xf9\x61\xa5\x14\x8c\xb1\x9c\x8c\x09\x15\x03\x15\xae\x1f\xcc\xa3\x72\xda\x45\x89\xff\xab\x9f\xe2\xbb\x48\x52\x02\xe0\x4c\x00\xe2\xb2\xf6\xd7\xa2\xb0\x64\x99\x17\x8e\x53\x85\x49\x98\x25\x64\x5f\xf7\xac\xb4\x24\x64\x00\xd6\xd7\x62\x50\xe3\xb9\x5f\xec\x1c\xb4\x2f\x23\x2d\xd1\x3f\x8a\xa1\x1b\x71\xb0\x99\x25\xbb\xe6\xf6\x0f\xad\x80\xf0\xe1\xa2\x38\x62\xd1\x94\x0c\x17\xb7\xab\x36\x9a\x29\x9d\xa0\x30\x62\x5d\x97\xbc\xbb\x9d\xb6\x1a\xcb\x43\x1b\x4e\xc9\xf6\x0e\x9c\xb7\x14\xeb\x4e\x79\x65\xcf\x52\xca\x50\x80\xb1\xca\xc0\xa1\xf3\x4a\xf5\xdc\x68\x73\x43\xba\xde\x68\x96\xe1\xf1\xa7\x16\xf1\x22\x38\x29\x4c\xb8\x54\xd4\x81\xe2\xff\x46\x2d\xa1\xdb\x44\x23\x4d\xb0\xed\xe2\x7d\x3c\x8f\x01\x4b\xa5\x1d\x68\xbb\x80\xcd\x75\xfc\x01\x66\x31\xc0\x86\xec\xad\x54\x44\x83\x33\xa9\xda\xb9\x08\xa0\xa2\x30\xb2\x0c\xa3\x5e\x69\x1c\x01\x78\xae\xe3\xff\x3d\x4b\xdb\x1d\x4d\x3b\x9a\x33\xe9\xf4\x87\x9d\x48\x27\x34\x39\xa5\xed\xd0\xaf\x16\xe7\xa2\x59\x0c\x75\x85\xf7\xf1\x2c\x3a\xd9\xe2\x36\x34\x81\x8f\xeb\x87\xbd\xdb\x35\xba\x20\x0b\x4b\x77\x81\xc2\x5c\x41\x8c\xeb\x87\x6d\xef\x4c\x6a\x0b\x51\xfc\xa0\x86\x03\xff\xd6\x8f\x9d\x9e\xd6\x56\x4b\x40\x53\x44\x44\x80\x0a\xd7\x0f\x84\x4a\x31\x7c\x06\xde\xd1\xb3\x78\x97\x75\x9c\x7f\x8a\xd9\x37\x81\xfc\xc9\x72\xc0\xda\xb5\x5d\xd0\xf5\x75\x5b\x79\x61\xfa\xb5\xef\x06\xf3\x63\x78\x6b\xad\xf3\x3f\xbd\x8a\xfc\xa8\xd4\x00\x3f\xef\x59\x7f\x2a\xc0\x77\xc5\xf2\xc1\xab\x6b\x82\xe5\x23\x1a\xfc\x04\xcb\x27\x66\x4d\xe2\x07\x00\x98\xcc\x65\xb0\x7c\x84\x67\x9f\x60\xf9\x9c\x04\xef\x9f\x75\x78\x1c\xd7\x2d\x03\x6c\x5c\x86\xba\x0a\x6f\x60\xcd\x27\xaa\xf8\xf0\x7f\x6c\x25\xf4\x62\x55\x86\xb2\x6b\xa8\x93\x45\xd4\xa4\x6f\xa6\x4a\x09\x17\x03\xd8\xfc\xdf\x3d\x1d\x93\x57\x58\x1e\x2e\xaa\xcf\x7a\xe9\x14\x49\x7b\xb0\xef\xca\x49\x40\xe8\xd9\x7a\x7f\xd5\x3f\x2b\xed\x0c\x36\xda\x0c\xf0\x5a\x78\x55\xdd\x62\xb2\x5a\xdc\xed\x3e\xc3\xe2\x8c\x5e\x6f\xf7\x5f\xcc\x05\xb8\x7e\xdd\xb8\xe6\x4c\x98\xca\xde\x36\x99\xe8\xde\x0c\x83\x42\x6e\xcf\x9e\xec\x72\x45\x6b\x37\x87\x97\xca\xd8\xa7\xd6\x9b\xe5\xd5\xfd\x9f\xb9\x07\xa3\xad\xb7\x8c\xda\x61\xbd\x99\x7c\xac\x95\x6a\x48\x68\x0f\x88\xaa\xe2\xd7\x6e\x7b\x14\x2d\xac\x54\x31\x7a\x3c\x1f\xaa\x9e\x86\xe2\xcd\x36\xab\xa7\xa1\x9e\xa5\x00\xd8\x23\xfc\xf1\xdc\x78\x3d\xb8\x74\xce\xfa\x58\x13\xaa\xfe\xd8\x72\x1a\xb8\x83\x69\x20\x72\xea\xeb\x12\x86\x8b\xd6\x97\x91\xdd\x2f\x58\x5b\x7e\xe9\x65\x94\x77\x9a\x01\x33\xa7\xe8\x2d\x78\x91\x77\x20\xfc\x44\x63\xcd\x4d\xd9\xc3\x17\xf2\x4d\x64\x67\x7d\x37\xaa\x98\x3f\xe4\x38\x48\xf1\x6a\x14\x4a\x8f\x68\xc0\xfb\x11\x3d\x72\xd6\x8f\xb5\x81\x9a\x06\xf4\xcf\x39\x3d\xae\xa9\xca\x64\x27\xe8\x96\xc9\x70\x0c\xb0\x7f\xce\xe2\xe2\x68\xc4\xe1\x27\xbe\xc8\x6c\xe7\x1e\x90\xc4\x0f\x17\x23\x7a\x4f\x53\xfc\xa0\xe6\x35\x01\xe3\x5c\x99\xc2\xd1\x4c\xcf\x7b\x5a\x62\xce\x61\x57\x6c\xec\x9e\x74\xf4\x69\x49\xa5\xc3\xec\xde\xf3\xf0\x30\xa5\x85\x60\xca\x1e\x7a\x34\xf7\x3c\x1a\x79\x84\xa3\x99\x9e\xc5\x34\xc2\x47\xb9\x03\xde\x00\x34\xba\x69\x00\x40\x13\xa9\x7c\x13\xb3\x06\x17\xea\x09\x00\x4d\x52\xc3\x15\x7f\xa6\x26\x26\x0a\xf8\x33\x22\xe2\xcd\x86\x51\x93\x3b\xb5\xb3\x15\xe6\x28\xf6\xa2\x56\x18\x1d\x94\x78\x50\x69\x92\xd2\xbc\x15\x78\x22\x96\x2a\x51\x69\xe6\xf9\x27\xcf\xe6\xd9\x0c\xc2\xa8\xf5\x08\x94\x9a\xa8\x2f\x7d\x5a\xe5\x83\x70\x07\x10\x68\x32\x97\xb7\x66\x73\x0b\x34\x4d\xc4\xcc\x44\x27\x6c\x4a\x23\x34\x47\xf0\x67\xc4\x3f\x9a\x6d\x1b\x26\xad\x30\x17\x3b\xb4\xad\x83\x45\xe3\x35\xcf\x29\x14\x0d\x80\x17\xb3\x61\x87\x24\xb6\xc5\x6c\x2d\x26\xaf\x27\xb6\x8d\x03\xbe\x6c\xed\x62\xbb\x24\x14\xd2\x6c\x5b\x10\xc1\x73\x1b\x7e\x32\x1a\x05\x5b\x88\x9b\xee\x41\x45\xeb\x9c\x23\x14\xe9\xbb\x9d\x94\xd0\x71\xe3\x41\x93\x07\xab\x26\x7b\xd8\xdb\x14\x49\xec\x29\x5a\x27\xce\xa9\xb3\x90\xb3\x3e\x9d\x55\x04\xaa\x99\x9e\x46\xb5\xae\x68\xce\x7e\x15\x80\xa3\xc3\xaf\xee\xfa\x99\x4a\xe6\xe1\xd8\x0f\x27\x1b\x2c\xa6\x8d\x7d\x4d\x96\x0e\x1f\x6e\xca\x5d\x04\x3a\xce\xb8\x17\x6e\xe2\x9b\xc2\x70\x1a\x81\x19\xa7\x43\x84\x18\x71\xe3\x21\x1a\xce\xf4\x60\x0a\x34\x9c\x84\xeb\xed\x6c\x9c\x14\xaa\x6f\x80\x8c\xd3\x4f\x1b\x8b\x48\x01\x4b\x73\x36\x42\x35\x70\x37\x6f\x02\x98\x13\x55\xa7\xb6\x84\x5b\x2c\x56\x36\xb6\x5f\xc2\x31\xcd\x66\xe4\xa7\xe9\x0c\x8e\xed\x97\x18\x46\x13\xf0\x1c\x41\xa6\x66\x9b\x1b\xed\x97\xff\xdd\x5d\x3b\x85\xf0\x12\x26\xfe\xd7\x6c\x1c\x2c\x12\xe5\x70\xb6\x89\xfd\xc5\xd5\x6a\x40\x28\xed\x7d\xed\x72\x84\xe9\x99\x0b\x1f\x3d\x47\xf8\xda\xbd\xc4\x57\x2f\xe3\x73\xc1\x5e\x36\x0a\x8f\x16\xb8\x76\x59\x41\xbe\xab\xbb\x0d\x1c\xb0\x6d\x29\x84\xd0\x6b\xd7\x45\x22\xff\x57\x87\xb5\x97\x2f\x4c\x5f\xce\x16\x36\x6e\x6e\x6f\x36\x3a\x8f\x2e\x2e\x2d\x84\x90\x40\x0c\x13\xa4\x9e\x7e\xda\x9b\x77\x8f\xda\x3a\x37\x6f\xa7\x91\x33\xfb\x36\xdc\x92\x99\x71\xeb\xb3\x68\x44\xd0\xd0\xeb\x12\xcc\x1e\x2f\xd7\x4c\x21\x7b\x08\xca\x30\x01\xe9\xc9\xea\x64\x80\xf4\x9c\xd9\xea\x71\x11\x1d\x38\xc7\x09\x0c\xcf\xe9\x9e\x07\x18\x1e\x43\xce\xce\xe6\x15\x49\x2d\x6b\x60\xf2\x74\x1c\x60\x67\xd3\x33\xc7\x1e\x43\xfc\x9c\xae\xd9\xe7\xe3\x7f\x0a\x7b\x09\x33\x60\x7f\x1b\xf5\x98\xf8\xe0\x13\x48\x1e\x03\xd8\xcd\xc6\x21\x22\x31\x5a\x66\x33\x58\xa4\x9a\x3a\xe8\x3c\x05\x60\xf4\x09\x3a\x4f\xbc\xa0\x7e\x5c\x3c\x6f\x8e\x2f\x92\xe8\xdc\xff\xef\xce\xf0\x53\x1e\x3b\xdb\xba\x2d\x89\xca\x1f\xad\x7d\x8d\x7b\x2c\x4a\x29\x70\x7c\x72\x42\x21\x68\xc8\x9c\x94\xa4\x3b\x11\xec\x5c\xae\x9f\xeb\x28\xd1\xbe\x7d\x5a\xc1\xff\xaa\x4b\xc8\xb5\xb6\x88\xbd\x20\xd7\x36\x3e\x25\x17\x57\x66\xc3\xe1\xc7\xdd\x4b\x5b\xc4\xb7\xb2\x29\xb8\x01\x6b\xd8\x06\xc6\xc7\x20\x79\xb3\xad\x3d\x1c\xbe\x08\x9e\xcb\xfd\xd3\x09\x40\x8f\xb8\xd0\xb3\xeb\xed\x6b\xc5\xfb\xb1\xf9\x84\xa9\x98\x77\xc9\xff\xdd\xcf\xd1\xf1\x20\xf4\x18\xac\x6e\x82\xd0\x63\x20\x8c\x09\x40\x8f\x81\xb9\x26\x00\x3d\xf1\xd9\xc2\x0f\xae\x6b\xa0\x1f\x01\xca\x63\x28\xcd\x09\x28\x8f\x51\x79\x26\x98\x3c\xc6\x67\x99\xa0\xf0\x18\x4a\x67\x82\xbc\x63\x6c\xa1\x29\xf0\xce\xd0\x9f\xa0\x9f\xd4\x02\x25\x11\xe0\x1d\x63\x84\xcc\x7e\xee\x56\x53\x0d\x5d\x79\x3d\xc9\x06\x85\x67\xef\x69\xfa\xa9\x22\x52\xfc\x94\xfe\xa4\xfc\x6f\xa4\x49\x79\x6d\x4f\x74\x01\xdb\xe6\x9e\x70\xb6\x46\x09\x12\x76\x67\x7a\xbe\xdc\x13\xab\xdb\x9e\xcd\x2c\x62\x64\x47\xdf\xb2\x9f\x49\xd5\x35\x91\x5a\x5c\xe6\xf8\x60\x4a\x6f\xba\x80\xd2\xee\xd0\x03\x8c\xbb\x38\x01\xdd\xf1\x7e\xe9\x04\x66\xc7\x40\x48\xb3\x23\xe0\x87\x87\xfc\x1d\x01\x7f\x3a\x90\xc5\xaf\x4a\xa7\xde\x7e\xa8\xd0\x4f\xc5\xcc\xdd\xcc\x66\x60\xb8\x8a\x19\x28\x0d\x1d\xb4\x97\x1d\x23\xc1\xdc\xf0\xcd\x69\x86\xad\xaf\x51\xa7\x02\xeb\x42\xbc\x74\xcf\x26\x99\xd6\xbd\xea\xff\x21\xbd\xaa\x7d\xfb\xa3\xb1\x53\xe5\x4b\x75\xd7\xc3\x17\x6e\x16\x51\x4d\x80\xe2\xd1\x31\x7f\xf6\xaa\x16\xd9\xfd\x71\x9b\xc5\x1f\x2c\xe4\xe2\xff\x80\x5b\x21\x2e\xc0\xe8\xe9\xa7\xb3\x34\x14\x85\x5e\x9c\x44\x1c\x60\x6a\x2d\xea\x62\xd6\x11\x9e\x6c\xf6\x66\x47\xd1\x22\x95\x03\x87\x68\xbb\x05\xb1\x6a\x01\xf2\xd9\x1e\xed\x9d\x5b\xa2\x04\x02\x99\x80\xfa\x44\x95\xfc\x12\xec\xce\x46\xe0\x23\xe4\x0a\x06\xed\x27\x8a\xa3\x88\xce\xc4\x46\x60\xf6\xbe\xeb\x41\x79\xe8\x10\x9a\x1f\xfb\x3e\xe0\xec\xa6\x62\x60\xd0\x1f\x7b\x67\xa2\x55\xbf\x74\xdb\x69\xf4\x20\x7b\x5c\xc2\x63\xcc\xde\xd5\x12\x5d\xcf\x5b\x3d\x70\x15\x1a\x25\x72\x98\x6c\x58\x13\x0a\x1c\xde\x22\xfa\xa3\x53\x73\x1f\x70\x62\xcb\x1c\xf4\x16\xba\x4a\x17\x33\x76\xec\xaf\xd9\x11\xf4\x16\x27\xa4\x7a\x25\x01\xee\x13\xb3\x87\x1c\x73\x4f\x7b\x52\x19\xde\x51\x13\x6f\x9f\x1a\x8b\x4c\xa5\xe2\xe1\x04\x98\x7b\x36\x98\x85\x16\xa3\x91\x88\x0d\x34\xf4\x8a\xee\x73\xb7\x98\xaa\x5c\x06\xce\xa2\x2b\xdc\x6b\x26\xd7\xef\x05\x53\x71\x96\x5d\x34\xc4\x3a\xb2\x8f\x74\x97\x25\x4c\x50\xb7\x22\x97\xa6\x18\x07\xf1\xd2\x13\xdd\x17\x7b\x49\x50\xa9\x7b\x4f\x64\xde\xdc\xbb\xee\xfe\xd0\xae\xe3\x92\x37\x5c\x81\xfa\xfa\x46\x07\x52\x69\xe8\x7a\xf3\x68\x3a\x16\x11\xa8\xeb\xc1\xde\x1f\x2b\xcc\xc7\x1e\x2b\x4c\x76\x4f\x38\x87\x35\xc6\xf2\xaa\x21\x53\x44\xa0\xae\xe3\xf3\x46\x04\xd2\xfc\xd8\x95\xcb\xce\x6c\x0c\xaf\xc3\xa3\xd3\xfe\xec\x99\xe3\x87\xd5\x32\xed\x22\xef\xe7\x68\x47\xed\x62\x17\x28\x6e\xfa\xab\x2d\x80\x7a\xbd\x72\x67\xe5\xc2\xbb\x2b\x46\x8f\x6d\x49\xad\x64\x30\x44\x4c\x62\x3f\xd8\x5f\x37\xa9\xf2\x17\xc5\xb3\xf3\x7e\x6f\x14\x6d\xf1\x16\xcf\x6c\x01\xfb\xde\x1b\x3a\x90\xdf\xae\x0c\xc9\x84\x11\x1a\xf6\xcc\x87\x9c\x71\x19\x80\x7f\x97\x1c\x24\xe1\x0a\x74\x79\xe8\x6b\x67\xe7\xcd\x82\x99\x3a\xd9\x08\x05\x9d\xb3\x74\x35\xc1\xe1\x0b\x96\x80\xa3\xba\x18\x08\x27\xc5\x96\xb5\x56\x1e\x0b\xad\x4e\x2d\x5d\xf0\x56\x04\x35\xe8\x40\x99\xa8\x13\x73\x18\xfa\x19\xf6\xb4\x81\x82\xe8\xde\xa1\xc7\xed\xdc\x2f\x64\xa0\x85\xff\x1b\xbe\x7b\x66\x96\x3d\xa1\x85\x0f\xcc\xb6\x84\x4a\x99\x62\x06\xd5\x34\xfc\x14\xfd\x39\xfc\x92\xea\x4e\xb6\x1e\xbb\x3f\xfd\x16\x82\x97\x51\x07\x34\x28\x6b\x58\x00\x33\xe8\x24\x9e\xd7\x04\x33\x28\xcb\x4b\x81\x0c\xca\x2a\xfd\x63\x0b\xe4\xec\x0f\xd7\x34\xcb\x6d\x70\xe9\x86\xb0\x39\x13\xc8\xa0\xac\x1b\xcb\x46\x0c\xd2\x8a\x0a\x62\xd0\xa9\x22\x3d\x3c\x2d\xd5\x8b\x7e\x9c\xbb\x82\xd1\xcd\x23\x6d\xe8\xf9\xca\x0f\xf8\x16\x93\x07\xec\x9f\x48\x45\xd5\x15\xd5\xf6\x48\xf2\x60\x2a\x9b\x5d\x76\xba\xb3\x68\x7f\xb4\x2e\xc9\xd8\x5b\x7e\x17\xdf\xa8\x3f\x9f\xf0\x8e\x6d\x83\xb6\x8f\xb6\x0d\x1a\x6e\x03\x96\x50\xf7\xcc\x6d\x60\x69\x76\xf3\xb0\xd1\x83\x34\x66\x8e\xcc\x7e\xc1\xdc\x99\xf5\xca\x4c\x04\x49\xe8\x2c\x5a\x9a\x40\x0f\xca\x44\x7c\x9e\xa0\x07\x65\x57\xe8\xc8\xcc\xe9\x61\x09\x76\x11\xec\x01\x8c\xa0\x24\xd0\xcb\x1c\x0a\x7c\xa7\xc0\x16\xf8\x4c\xe4\xb1\x05\xbb\x43\x8d\x0d\x40\x6e\x2c\x46\x90\x57\x5f\x06\xfb\x7e\x65\xfc\x86\x05\xf2\x8a\xd8\x30\x26\x9c\x03\x57\xed\x60\x2a\x55\x35\x8b\xed\x1f\x1c\x81\x4e\x73\xb3\xe5\x77\x40\xab\x8b\x7e\x27\x0a\x39\xa6\xc3\x07\x40\x40\x59\x15\x10\xbc\x9f\xe2\xd1\xef\x68\x58\xc8\xa7\xff\x3b\xb1\x50\x67\x86\x92\x19\x0d\x6b\x34\x1b\x64\x0f\x2a\x80\x9d\x0c\x86\x6f\x48\x8e\x45\x87\x77\x5a\x74\x67\x96\xc0\x6e\x40\xa2\xc9\x44\x72\x9c\xc3\x1d\x9a\xe9\x75\x81\xd1\xee\x3e\x2e\xd7\x0d\x5a\x12\xa8\x34\x69\x6f\x7e\xc7\x45\x47\xb1\xeb\x1c\x5e\xa2\xd0\xaa\x09\x46\x4d\xf7\x76\xc4\xc6\xa8\xd1\xc9\x67\xb8\x79\xb3\x4d\x46\xf0\xd5\xb8\x37\x6e\x8d\x23\xfb\x5b\x2e\xe1\x9d\xdf\xa3\x05\xf3\x3c\x5e\xba\x2f\xfe\x88\x56\xe9\xef\x3f\x1e\x5b\x45\xd3\xb7\x37\x8c\x03\x8b\xa8\xd0\x41\x7e\x3c\xbb\x44\x53\xed\x12\xfd\x61\x83\xab\xdf\x72\x1d\xba\x5c\x5e\xc3\x9e\xd1\x75\x00\x75\xef\x6f\xb1\x45\xaa\x36\xf7\x33\xd4\x99\xb5\xda\xfc\x18\x35\x68\x70\x80\xa6\x07\xc5\x10\xef\x4d\xd3\xd9\x30\x82\x7f\xb6\xf2\x9f\xdb\x69\x97\xc4\xb7\x2f\x28\xd0\x2d\xb1\x75\xea\x9e\x15\x0d\x51\xe1\x34\xa4\x8d\xd8\x3a\x75\x0d\x2b\x23\xf8\x7c\xd9\x3c\x20\xf8\x7c\xcd\x2e\xfb\x8f\xab\x45\xf2\x3b\x37\x4e\xa8\x8e\x63\xed\x8a\xd0\xd7\xb0\x76\x95\xb6\xb1\x76\x3d\x4c\xb5\x71\x5c\xf9\x1f\x79\xef\xda\xe2\x02\x25\xf1\xb4\xe7\xdc\x07\x6c\x14\x3d\x0f\x87\xc3\x17\x5c\xbf\x38\xa5\x2b\x07\x59\x8d\xd3\x3b\xfd\x5a\x8a\xe6\x61\xeb\x2a\xff\xe3\x6c\xce\x59\x0d\xf8\x33\xa7\xfc\x15\xc8\x99\xa4\x0a\x30\x8d\x59\x2b\x1b\x05\x7f\xa6\x6b\x79\x05\x7f\xe6\xcc\x9b\x5e\xa0\x53\xc0\xe9\x4c\xd8\xb9\x07\x2f\x06\xff\xcb\xb5\x98\x94\xa0\xd1\xf4\xf4\x47\x04\xb6\x39\xe1\xbc\x7a\xd0\xcf\x6d\x15\x65\x92\x4d\x38\xaf\x3e\xd7\x33\xed\x4e\x34\x55\x30\x03\x02\xe2\xcd\xa9\x37\x68\x95\xae\xee\x6a\x8d\x83\x09\x77\x00\x99\xe7\xc4\xbf\xc4\x71\x9a\xc2\x94\xea\x47\x3c\xf5\x23\xd1\x0e\xba\x81\x6d\xf4\x42\x02\xb3\x26\xde\xf0\x83\x1b\xf4\x35\x33\x31\xe6\xde\x28\xa1\xe8\x00\x47\xd3\x75\xcf\x05\x75\xa6\x6b\xd3\x03\x74\x26\x12\x99\xdd\xb1\x9a\x66\x77\x8b\xb7\x7f\x30\x56\x8e\x28\x8c\x53\xe1\x0e\x32\x4d\xd7\x07\x14\x64\x9a\x28\x9c\x96\x14\xd5\x3a\xb8\xe5\xac\x74\x31\x2a\xc0\xdc\x46\x51\xb8\xd1\xac\xd6\x84\x51\x14\xae\xdb\xcf\x56\xef\xd0\x4e\x5f\xec\x16\x9a\x63\x77\x1d\x25\x12\x08\xa7\x66\xa7\x50\x55\x2e\xed\x37\xcb\x37\x7c\xa0\xc9\x9c\x60\xc4\x42\x99\x64\x36\xab\x93\xe8\xe9\xc7\xfe\x7f\x7f\x98\x1c\x5e\xa9\xf7\xea\xd7\x0c\xf5\xda\x68\xa5\x73\x6e\xcb\x19\xec\x68\x5e\xae\x24\xe4\x32\x60\x26\x5d\x93\x07\x58\x26\xf1\x82\x6f\xe1\x92\x5f\xb2\xff\x87\x2c\x23\x9a\xd8\x04\xa8\x24\x3e\x45\x0e\x0e\x60\xaa\xf7\x14\x41\x2d\x49\x49\x5b\x16\xb0\x25\x49\xaf\x71\x60\x4b\xb2\x26\xb5\x69\xcc\x30\x6d\x59\xe0\x91\x74\xbd\xbe\xe6\x36\x72\x75\x53\x2d\x7f\x90\x3d\x14\xea\x0c\x8e\xf7\x9c\xcf\xae\xbb\x3f\x62\x76\xa9\x75\x4f\xd8\xa7\x66\x8b\xc9\x01\x8c\x9e\x65\x13\x86\xa9\x2f\xd7\x44\xb7\xae\xd9\xe5\x8a\x6e\xbc\xa7\xc9\xcb\x12\x61\xcf\x2e\x14\x8a\xae\x59\x53\x6f\x05\xaf\x13\xcd\xad\x26\x0f\x73\x63\x61\x73\x5e\xe3\xc6\xa0\x53\xd3\x34\xdc\x97\x5a\xea\x14\x6d\xda\xbb\x2f\xf3\x65\xfa\xc9\x81\x0c\xb0\xa2\x05\x6c\xe2\xdf\xa0\x9b\xd7\x7c\x9d\x7e\xc3\x02\x17\x2f\xc8\xfd\x6d\x26\x42\x21\x1c\xa6\xe8\x54\x30\x85\xf7\xd2\x66\x36\x97\x33\x06\x96\x0c\xde\x49\xd7\xeb\x04\xbc\x93\x78\x61\x2a\x6a\x02\x8f\x9c\x06\x09\xd7\x03\x1a\xec\x93\x54\xa8\x2e\x70\x27\x5d\xdf\x92\x4b\x53\x53\xc6\xd6\x01\xdc\xc9\xb9\xc5\xe4\x25\x1a\xb4\x76\x89\xeb\x60\x2a\xb1\x89\x17\xfb\xa4\xa8\x48\x5d\x46\x03\x57\x98\x5e\x46\x03\xd7\x84\x00\x14\x4a\x34\xcb\x37\x1f\x62\xc7\x6f\xd1\x76\xa4\x2c\x50\x28\x91\x68\xf0\x43\xee\x30\xfc\x91\x30\x0c\xfd\x91\x07\x0a\x94\xe2\xea\x03\x0e\x25\x5a\x93\xf8\x01\x83\x28\x7e\x6d\x57\x73\xf2\xe3\xb3\x9a\x64\x49\xf6\x2b\x8c\xef\x92\x87\x6a\x3d\xb8\xb6\xe7\x3c\xab\x01\x80\x93\xf8\x32\x2d\xd0\x7d\x4f\x1b\xca\x45\x40\x14\x3d\x47\xae\x64\xf7\x93\x23\x54\xcf\xac\x2c\xb9\x36\xe3\x64\x4e\x5d\x86\x16\xd3\x59\xfa\x52\x11\xd5\x45\xf9\xca\xbb\xfa\xbe\x09\xad\x54\xcb\xe2\xa5\xb7\x7d\xde\xa9\xe0\xc8\x98\x0c\x00\x22\xe9\x1e\xdd\x83\x43\x92\x0e\x9d\x2b\x2f\x99\x2b\x12\x0b\x50\x92\xee\x91\xfc\x55\x9c\xe9\xd3\x17\x8c\x2a\xa2\xf6\x92\xd1\xba\xfb\xbf\xf0\x79\xa8\x79\xff\x70\x54\x93\xc9\x9c\x54\xd3\x12\x99\xde\x88\x4e\x00\x4a\x0c\x68\x3c\xc5\x24\x39\x34\xda\x03\x4a\xd2\x09\x4a\x3d\xc5\x21\x49\x7a\x0f\x5f\x72\x5a\x84\xfe\x25\x74\x25\xe8\x60\x13\x20\x92\xae\xda\xbd\x71\x48\xe4\xcd\x17\xc6\x27\x82\xc8\x4d\x30\x49\x7a\x62\x97\x7b\x19\xc1\x78\xee\x17\x4c\x2f\x38\x07\x68\x23\xdd\x23\xcf\x0b\xb3\x92\x87\x70\xa0\x8d\x74\x8f\x19\xc1\x14\xe9\x1e\x82\x5d\xb8\x45\xec\x99\x8d\xee\xea\x89\x0c\x28\x13\xc9\x73\x7a\x80\x25\xa2\x30\x32\x18\x59\xd1\x8d\x37\xc8\x12\x5d\x5e\x78\xa9\x96\xba\xf1\x06\x59\x22\x1a\xc1\x0f\xce\x14\x34\xa3\x5f\x9b\xad\xda\x39\xf7\xee\x1c\xdf\xa8\x19\xba\x30\x6e\xf9\x35\x25\x6a\xc3\xd8\xa3\x7c\xef\xa1\xa1\xab\xe4\xb8\xcd\xff\x11\x0a\xee\x58\x2f\x62\x55\x69\x48\xbf\x7e\x2c\x18\x7c\xf7\xd9\xeb\x9d\x2c\x8f\x77\x01\x69\x89\xc7\xdc\x7a\x76\x6e\x40\x09\xb7\xa9\x97\xf0\x89\xea\xb8\x40\x40\x74\xcd\xe8\x42\x40\x4c\x1d\x51\x2f\x99\x2e\x12\xfc\x32\x62\xed\xe1\xcc\x30\xb0\xa2\x6e\xb3\xe0\x41\x9c\x5b\x15\xbe\x34\x4e\xb8\x6d\xbd\x70\xd4\xd6\x9d\xe9\xc2\x4f\xbb\xef\x1c\xb6\x37\x5b\xc8\xc3\x0b\x12\x7d\xbb\x74\x7f\xd8\x91\xf6\xd7\xb7\x4b\xa4\x8b\x3f\x74\x6f\x24\xcc\xb5\xb9\x2b\xcc\xf9\xfa\x76\xaf\xd2\x2d\x38\x67\x67\x19\x97\x6a\x2d\x3c\xff\xd2\x51\xdb\x7d\x8e\x48\x10\x80\x35\x4e\x90\x20\x7a\x82\xb3\x5f\x1f\x7d\x22\x7d\xd1\x0d\xb0\x6c\xc0\x1f\xba\x16\x16\xb0\x1f\xe2\x43\xd4\x63\x31\xdb\x61\xdf\x97\x61\xb0\xb2\x13\x59\xf3\xc5\xfc\x63\xf0\xaa\x79\xc9\xf5\x61\xf4\x97\x57\x98\xdc\x29\x6d\x38\x08\x77\x4a\xb7\x7e\xdc\x6e\x88\xc0\x83\x88\x25\x5a\xf8\x91\x1c\x08\x93\x65\xeb\xe0\x1b\x3a\x0c\xee\x7e\x1b\x45\x44\x15\xff\x26\xfa\xd5\xe1\x40\x8a\x02\x71\xd8\xfb\xb7\x7c\x5f\x9f\xe2\x5b\xfe\xae\xbb\xf0\x7d\x3a\x13\x90\x35\xa0\x3a\xc4\x0f\xca\x54\x13\x86\xf1\x03\xeb\x10\x1f\x33\x3f\x0b\x72\xf8\xbf\x83\x8f\x10\x12\xd8\x61\xea\xc2\x2a\xb0\xc3\xe1\xf6\x0c\x30\x87\xae\x35\xe1\x36\x3c\x64\x66\x79\xde\x89\x45\x0f\xe7\xba\xd5\x89\xbd\xd4\x0a\x82\x43\x7c\x8b\x16\x27\x43\x00\xb3\x40\xc4\x70\xd8\x1b\x82\x3b\x98\x78\xcd\x4c\xd0\x3b\x07\x63\x71\xb3\x74\xc3\xc2\x8f\xdd\x46\x7d\x08\xdc\xd1\xdd\x44\x98\xd2\x9f\x09\x3c\x87\xb3\x59\x86\x5e\x03\x7a\x28\x83\xe7\x70\x7a\x1a\x28\x9e\x83\x8e\x1c\x37\x5c\xdb\x2b\x41\x37\x67\x07\x46\xae\x00\xe6\x21\x7b\xa5\x40\x60\x87\x63\xf7\x68\xd9\xcd\xf0\x4b\xce\xd5\x6a\xf6\x45\x76\x5a\x1e\xbc\xb9\xab\x85\x82\xd3\x90\x09\xb1\x39\xef\xba\x5b\x41\x86\xe0\xba\x5d\xd5\x0f\x68\x86\x53\x37\xa3\x5b\x55\x57\x77\x07\xf1\x18\xf6\x86\xe7\xd6\x07\xcd\x2d\x1c\x80\x0c\x51\x13\x3e\xdc\x5c\x80\xc8\x12\xd1\x19\xf6\x66\xe8\x6e\xbb\xf6\xd4\x4b\xbb\x81\xfb\x30\x90\x16\x8a\xde\x74\x20\x2a\x0c\x6d\xbe\x77\xdf\x73\xd3\x1f\x76\x8a\xff\x57\x12\x91\xb9\xcb\xaf\x90\x00\x20\x2a\x44\x0e\x4a\x37\x2a\xb0\x47\xee\x80\x25\x44\xe9\x8c\xc8\xa0\xb3\x1d\x42\x4c\xef\x7b\x5f\x06\x40\x42\x64\xa1\x5b\xb8\xb7\x7b\xec\x71\x1b\x8e\x34\x02\xe5\xd6\xda\xee\x09\x32\x38\x0a\xe7\xde\x96\xdd\x46\x96\xf7\xf8\x6e\x83\x27\x78\xf4\x05\x78\xc2\xa9\xe5\x1e\xf0\x04\x63\xc9\x4f\xb1\x13\x0e\xdd\x85\xef\xc9\x70\x39\xc0\x93\x5b\x1f\xdd\x44\xce\x0e\xff\x97\xdf\x21\x78\xee\x69\x3f\x22\x5f\x40\x58\x88\x4f\xf9\xc6\xf1\xb2\x91\x97\xcb\xcf\x55\x7e\xa9\xcf\x64\xdf\x30\xf6\x96\x7e\xed\x66\x51\x4c\x08\xbe\x4c\x90\xcd\x79\xe3\xc3\xa5\xc1\xfa\xd6\x10\xaf\xaf\xef\xcd\xf5\xa4\xdd\xa8\xcb\x80\xe6\x14\x7e\xef\x46\x51\xad\xd8\x5a\x18\x46\x7f\xde\x86\xb4\xd0\x07\xf8\xe6\x58\x5d\xfd\xe7\x36\xe8\xb0\x47\x75\x37\x12\x70\x1e\x69\xfc\x89\x17\xde\x38\x81\xa9\x48\xdc\x21\x1e\x0d\xbe\x3f\x6f\x2d\xfc\x6e\x3d\x6f\x2c\xfc\x53\x77\xc0\x1b\x59\x79\xec\x09\x8a\xac\x54\xd1\xba\x3d\x82\xf7\x00\xfb\xc6\x6c\x93\x93\xff\xef\xfe\x62\x52\x3c\xce\x62\x4b\xd4\xf3\xcb\x49\x8c\xe3\x57\xde\x9f\xdd\x7d\x6f\x76\x96\x23\x4a\xd0\xad\x19\xdf\xcd\xee\x8d\x7f\xd7\x9e\xdd\x2f\xf7\x69\x1c\xc6\x77\x97\xc7\x54\x7b\xed\x0a\x6b\x85\x40\xd4\x4e\x73\x8b\x90\xa4\x8b\xde\x8d\x07\x75\x51\x36\xdf\x78\x6b\xed\x35\xc0\x06\x23\xa3\x97\xdc\x1f\x93\xc8\x81\xfb\x2c\x9b\x9a\x23\x33\xb7\xf9\xe0\xfe\x76\xe1\x94\xc1\x29\xba\xa7\xd7\xf7\x27\x20\x91\xb5\x22\x56\x46\x75\x13\x7b\x7f\x76\xef\xfe\xb1\xfc\x41\xfe\x45\xf7\x9a\x05\xe9\xb8\x3b\x11\x3b\xff\xee\xe9\x25\xf7\x70\x36\xe2\x98\xed\x69\xea\xbd\x76\x4d\xa8\xfb\x52\x1a\xc9\x3c\xbc\xdd\xeb\xd6\xfe\xd6\x31\x3b\x3b\xef\xf4\xc5\xd6\xfe\x74\x2f\x47\x9a\x41\x7c\x42\x1c\x0e\x2f\x11\x3f\xc4\x89\x3c\x3c\x0d\x7f\x38\x63\xf7\x24\xfe\x41\xfe\x79\xe6\xf0\x70\x94\x9e\x99\xff\x0f\x86\x22\x6b\xf2\x1c\x8c\x73\x31\xef\xee\x06\x33\x3c\x24\x1a\xfc\x4f\xf8\x90\x6e\x22\xd9\x10\x1b\xda\x27\x24\x64\x91\xe5\x3f\x06\x40\x76\xf7\xfe\x60\x4e\xca\xc8\xf1\x87\x03\x77\x5b\xf4\x60\x4e\xb2\xa3\x9f\xb3\xf2\xbf\x1f\x72\x45\x5b\x74\xc8\xca\x6e\x58\x88\x07\x2b\xfe\xa1\xd7\xfb\x73\x3a\x49\x6c\xdd\xde\x08\x61\x14\x78\xb0\x25\x65\xb6\x4b\x4f\x72\x51\xb2\x45\x7c\x0c\xab\xac\x39\xe8\x49\x76\x0e\x35\x41\xa0\xe6\x62\x6e\x05\x6a\xf7\x85\x03\x65\x57\x19\x30\xd2\xfd\xfe\x93\xd4\xb3\xac\x58\x72\xa0\x6c\x22\xc6\x7e\xc0\x28\xe7\x83\xcd\x29\xef\xd2\xf1\x7e\x85\xb3\x3f\x58\xf3\x33\xb2\xf5\xf1\x24\x5f\x47\xe7\x47\x71\xcc\x46\xe6\xd9\xe2\x18\xce\xf6\xec\x1d\x95\x83\xe3\xfd\x65\x0f\xfc\x05\x8f\x29\x88\x35\xb0\x63\xba\xec\xef\xc9\x06\xbb\xf2\x53\xb2\xeb\x6e\x81\x54\x8a\xad\xd6\xa3\x47\xdf\x9e\x23\x7a\x94\x6b\x3c\x78\xb0\xfa\x1f\x32\x43\x51\x65\xa6\x6e\xd6\xa0\xca\xf4\x8c\x40\x06\x55\xa6\xe7\x6a\x0e\x7c\xdb\x1d\x1d\x63\x37\x6b\x62\x78\x2a\xae\x89\x56\xbd\x2a\xf8\xfe\xec\xff\x22\x4c\xcc\xd4\xaf\xfc\xa9\x0a\x2c\x56\x3b\x38\x31\x45\x9d\xfe\xf1\x2a\x94\x2e\xd8\x20\xc3\xf4\x0c\xcf\x7e\x0c\xb9\xa5\xce\xf2\x18\xd5\xd9\x2b\xe2\xc0\xc4\xc4\x0f\x7a\xaf\xee\x8a\xfa\x31\x57\x38\x1b\xb6\x87\xe3\xfe\x6c\xf1\x4d\x25\x13\xa6\xf2\xb4\xdd\x04\xdf\x6c\x0e\xe3\x1b\x7b\x83\xba\x6c\x9d\x00\x1e\xf8\x18\xca\x79\xcf\xb0\xee\x9c\x44\x90\x3e\x86\x6c\xf6\x78\xee\xe9\xf6\x2c\xdf\xea\x7b\xea\xf9\x83\x15\x6b\x8d\x0d\xe0\xa1\xc7\xf3\xe3\x49\xbd\xe7\x4f\xcf\x47\x6c\x7f\x78\xcf\xa3\x9b\xaa\x5e\xcb\xcf\x67\xbd\x68\x16\xe1\x05\xb5\x9f\x3c\xec\x09\x00\x37\x9a\x00\x56\x74\xc0\xc5\xe7\x23\x73\x43\xbb\x00\x89\x22\x3e\x44\x66\x42\xaf\x7b\x69\x07\x54\x8a\x4c\xc4\xfc\xf9\x2c\x9c\x11\x5d\x26\x5e\x3a\xd1\xbe\xf3\x6c\x7e\xc6\xec\x7c\xb7\x89\x86\x69\x0b\xc4\x44\x27\x6e\xf5\x7c\x65\x4e\xf4\x01\x68\x13\x59\x0b\xe8\x2b\xa3\x42\x31\x79\x65\x54\x4d\xba\x63\x8b\x44\x15\x55\x42\x21\xf4\x6a\xc6\xd6\x41\xfa\x95\xef\xc0\x9c\x5e\xf9\x0b\x6c\x55\x90\x08\x95\xc8\xd7\x83\x41\x4d\x4b\x2f\x0a\xb7\xb1\x42\x5e\x6e\x42\xea\x91\xf6\x26\xab\x47\xb5\x31\x35\x03\x2f\x3b\x5f\x7c\x73\x0c\x95\xf7\x6a\x76\xde\xe9\x1f\x6a\xe4\x77\x64\x91\x6c\x3c\xde\xac\xee\x80\xfc\x7a\xb3\x1d\x0b\x3b\x79\x05\x44\xd7\x78\xf3\x66\xfd\xca\xcd\x62\x05\x31\xb8\xbc\x59\x2d\x28\x9b\x8a\x65\xdc\x4d\x65\xcd\x69\x05\x77\x44\x32\xac\xf7\x2d\xbb\xc7\x29\xb0\xc8\xfe\x90\xef\xaf\x8a\xb8\x1d\x55\x54\x0d\xa7\x3f\x68\xac\xb5\xf2\x2a\xa4\xcb\xfb\xc5\xa3\x47\x0b\xe7\x5b\x9c\x83\x70\x8a\x17\x0b\xb4\xf7\xdc\x5f\x95\x72\xa6\xe3\x5b\xdd\x8c\xd9\x0f\x44\xc3\xcb\xce\x03\x56\xa3\x77\x94\xdf\xbd\xe4\x60\x14\x6f\xa3\x7f\x58\xbf\x6f\x2c\xb9\xdc\x37\xdd\xae\x62\x91\xbe\x7b\xf9\x55\xdf\xd0\x8c\xfd\x62\x37\x83\x32\x84\xef\x90\x4b\xbd\x82\x39\xb9\x32\xc0\xf2\x10\x51\x66\x82\xe5\x91\xbd\xaa\xf5\x36\xfa\xd0\x11\xe8\x8a\x54\x9a\x81\x67\x6e\x76\x86\x74\x25\xba\xcd\xc0\x63\x46\xf3\xea\xdb\xdd\x38\xa2\x03\xbc\x5d\xd3\x79\x35\xfb\xe7\x0f\xca\xf3\xce\xc7\x9c\x7f\xbc\xe6\x21\x68\xc7\xd4\x03\xfc\x1d\x1b\xa3\x84\xb1\xe6\x3e\x46\xde\x2f\xec\x55\xe9\x2a\xeb\x2e\x04\x11\x3c\xe4\x5e\xaf\x81\xe6\x34\xc1\xbc\x5e\x59\x84\x19\x03\xe0\x91\xb2\xe6\xad\x77\xba\xa3\x81\x7f\xbf\x3a\xc7\x1c\xec\x57\xdf\x69\x43\xc9\xe2\x15\x8b\xc3\x6e\xba\xe8\x7d\x36\xa2\xef\x45\x55\x30\x6f\xbd\x3b\x1c\xdc\xe1\x0f\x98\x8c\x5f\xf2\x92\x84\x67\x1a\xef\x65\xf8\xc0\xc3\x1f\xf4\x3e\x5c\xe6\xdd\x06\x7b\xf8\x28\xc0\x1e\x3d\x3b\xa8\xd8\xe8\x8f\x9d\x48\xc6\x69\xad\x6e\xe6\xe6\xf4\x85\x55\xb7\x56\x77\x54\xdd\x5b\xba\xc0\x7a\xf4\x6c\x2f\xdc\xbb\x22\x16\xa1\x40\xb0\xee\xde\x98\xd0\xaf\x1d\x8c\x8f\x48\xc6\x9b\x87\xb9\xed\x20\x3c\x89\xef\x52\xc6\xb3\x27\xa4\x2f\xec\x12\xbe\x8b\xa6\x5d\xec\xdd\xad\x69\xc3\xc2\xdf\x67\x57\x91\x46\xed\xb0\xe9\x87\xd9\x17\x59\x68\xd4\x9b\xf9\x9f\x44\xa2\x9a\xcb\xc2\xc1\xee\xe8\x46\x6a\x01\xba\xa3\x17\x7b\xfa\xdd\xc0\x9a\xbe\xb0\x77\xd9\x9b\xbc\x86\x05\x90\xbb\xbf\xdb\xc4\x64\x43\x3e\x67\xb4\xbd\xf2\xa9\x71\xa0\xd5\xbe\x9f\xb5\x37\xd5\x3e\x3f\x32\x95\x76\x0d\x94\xb5\x77\xab\xcb\xc8\x8a\x17\xb7\x98\x72\x98\x6a\x97\xef\x0b\x9b\x45\xed\x0d\x4b\xeb\xfe\xfc\x5d\x78\x2e\xca\x54\xb8\xff\x7f\xa8\x6c\x0b\xec\x51\x37\xbf\xe7\x94\xa0\xb0\x3f\x7f\x91\x28\x1e\xd6\xbd\x18\x96\xf4\x3e\x04\xe4\xa3\x17\x9b\xbb\x76\xd9\xd1\x8e\xcf\x93\x54\x5d\xeb\xbf\x63\x37\x64\xf2\xe3\xf2\xcd\xc1\x8f\xd7\x1f\x89\x1f\xfb\x03\xd1\xc4\xcf\x8b\xfb\x8a\x21\x00\x3c\xe2\xcd\xe0\x07\x16\x3d\x76\x98\x9f\x76\x1c\x7d\xd4\x3f\xaf\x7f\x28\x59\xbf\x50\x4e\x7b\xb1\x32\x5c\x24\x2b\x7e\xb7\x6b\x11\x26\x37\x9e\x78\x06\xc3\x04\x92\x21\xfa\xc1\x17\xb7\x9f\x35\x47\xc8\x68\xef\x80\x7f\xdd\xf6\x9a\x68\x87\x51\x8d\xff\xc7\xbe\x4e\xc1\x0b\x1c\xf1\x74\xeb\xf9\x44\x48\xd4\x51\x1c\xb0\x86\x68\x06\xfd\x30\xe8\x5e\x9b\xc4\x36\xbd\xc0\x04\xc0\x5e\xe8\x05\xfe\x0d\xf4\x42\x51\x4d\x01\x6e\xa1\x17\x18\xcd\xe7\x91\xdf\xb1\x7f\xe8\x34\x6e\xe6\xe1\x0b\x7f\xec\x56\x58\x04\x35\x4f\x7f\xd4\x00\xbf\xbd\xcf\x47\xdc\x7d\x13\x4b\x8a\xdd\x7b\xed\xc9\x41\x77\x5d\xd6\xc6\xff\x43\x0f\xc9\xf0\xf3\xcf\x70\x5d\x6a\x15\x20\x34\x74\xc0\xe0\x26\x00\x0d\xdd\x78\x55\x80\x32\x44\x22\x3a\xe5\xb2\x62\xf4\xc9\x66\x4e\xac\xfc\x0d\xca\xa0\xc4\xfa\xb6\x01\x00\x65\x07\x28\x86\x24\xb2\xef\xfc\xd8\xf4\x7b\x4f\x14\x58\x86\xee\xdd\xe4\x0f\xee\x54\x92\xff\xb3\x78\x8a\xff\x13\x9a\xd6\x89\x49\xf8\xed\x6e\xd9\xc1\x9c\x4a\xdf\x05\x38\x2d\x4f\x7f\xe0\x82\xd0\x2d\x0c\x40\x38\x64\xcc\xf7\xe8\x50\x66\x5f\x3f\x04\xb3\xd8\xff\xef\xd1\xa1\xdd\xcf\x1e\x11\xca\xe6\x8a\xf4\x0e\xf1\x02\x42\x43\xd7\x9d\x41\x84\x86\x86\x7c\x00\x95\x41\x44\xb2\x09\x28\x43\x52\x1b\x07\x94\xa1\x97\xec\xff\xca\x10\x6b\x1e\x5b\xfa\xda\x8a\x2f\x00\xf8\x76\x4a\xef\xdd\x3d\x75\x7a\x2d\x8c\x2a\x71\xac\xe8\x55\x9a\xef\x65\x99\x64\x0b\x5b\xb6\x9a\x5a\x04\xbf\xea\x85\xed\xe0\xf7\xb9\x2b\x61\xc9\x7f\x5c\xcb\x2a\xf6\xd3\xde\xdc\xa3\xa4\x01\xf5\xd0\xcb\x4e\xa4\xfc\x6d\x66\x87\x0f\xd9\xb8\xb5\xc7\xd1\x1f\x44\x3d\x56\x7e\x7f\xcb\x4d\x34\x9b\xa2\x0f\x73\x77\xd9\xff\xdb\xd6\xec\x0f\xbb\x13\x36\x08\xec\x43\x2f\xb0\xe4\x6f\xed\xca\x47\xaa\xb5\xb9\x0f\x2b\x5e\x6c\x86\xe9\x95\x84\xb5\x0d\xcf\xc5\x37\x1f\x71\xca\x12\xff\xbb\xb9\xa7\x17\xd7\xe9\xce\x01\xc5\x72\x9d\xbb\x96\xbe\x51\xb7\x43\x5d\x05\x93\xe1\xf4\x3a\x36\x98\x0c\x91\x9f\x52\x50\x7c\x0b\xd3\x64\x6d\xde\x95\x7d\x61\x87\xa1\x01\x82\xc3\x10\x3f\x4c\xa6\x40\xda\x1f\x53\xb1\x29\xfe\x58\xbe\x89\x4e\x5e\x78\xce\x79\x68\xbd\xd8\x72\x17\x74\x9c\x95\x76\xef\x99\xc8\x7d\x1b\x0a\x28\xf8\x09\xbd\x30\x85\x00\x49\x88\x12\xc9\x92\xad\x31\xca\xda\xca\xbb\x62\x24\xcb\xbb\x62\x54\x59\xd0\x03\x6f\x7d\x00\x7a\x90\xcb\x4e\x45\x90\x3f\x67\xc5\xca\x7b\xc5\x50\x3e\x4a\x32\xc0\x6d\x13\x38\x84\x48\x45\x29\x7b\xe3\x0b\x2f\x05\xdd\x20\x7e\x90\x05\xaf\x8d\xe9\x1d\x12\xf0\x0d\x52\xde\x63\x51\x60\x1c\xd5\x2c\xf7\xbf\xfe\xaa\xfa\x2a\x08\x63\x60\x74\x8a\xa5\x87\x9b\xcd\xe2\xc0\xd0\x48\xab\x4b\x04\xd4\x13\xe5\x1b\x44\x83\x5e\xea\x1f\x7d\xa2\x37\xda\x81\x97\x4a\x56\x75\xf8\x1c\xd7\xba\x7b\x89\x42\xdd\x04\x7b\xef\x61\x55\xc5\x87\x43\xee\x5e\xd7\x2b\x1b\xab\xca\xd3\x1c\xcb\x86\xe4\xf5\x45\x43\xd3\x40\x3b\x58\x4d\xb6\x39\xfc\x31\xcd\x4e\x91\x9c\x29\x16\x07\x9c\x3b\x6d\xa5\x49\xdf\x65\xf8\x62\x97\x41\xa3\x9b\x33\xd9\x79\x61\x54\x68\x2f\x5b\xac\x6e\xf7\xa3\xde\x2f\x34\xec\xc2\x0a\x5d\x5d\x86\xea\x84\xe9\x8e\x0b\x1c\x75\xb1\x39\x2e\x2e\x04\x2e\xbc\x95\xe6\xa7\x9c\xae\xd5\x17\x1b\x19\x9b\xef\x02\x30\xa4\x8d\x7a\x0d\x07\xdf\x29\x36\x5d\x54\xf0\xa3\x35\x15\x26\xec\x5f\x96\xa2\xcd\x35\xb5\x45\x9b\xf3\xd5\x68\xcb\xba\x81\x80\x10\xd1\xb5\x81\x81\x10\x51\x3d\xf8\x14\x20\xe2\xd8\x39\xb8\x98\x5c\x5c\x52\x97\x0b\xd7\x79\xa8\xb3\xb8\x7b\xa1\x25\x06\x9e\x66\x0a\xf0\x22\x22\x3f\xc9\xf0\xee\xdb\xb7\x3a\x96\x41\x1a\x65\xd1\xcb\xdb\xbe\x0a\x2a\xf0\x19\xe2\x0d\xd5\x7f\xcc\x83\xb2\x2d\xc4\x42\xd1\xf2\xba\xf0\xbc\x3b\xf0\xc9\xbf\x3a\xba\x73\xe5\x1a\xca\x75\x6b\x91\xe1\x92\xc8\x3b\xf2\xf3\xbe\xd8\x13\xb9\xd3\xca\x6f\x15\xa8\x83\x3d\xbc\x04\x56\xe8\xc9\xdc\x79\x47\x7e\x5f\xfa\xe3\x4c\x38\x62\xbc\xa3\x1c\xaf\xd6\xc3\xcc\x5d\x3c\x09\xdc\xf2\xd3\x4f\x64\x13\x2e\x2a\x17\x1a\x81\x84\xcb\xdd\x62\x70\xf3\x4d\xf0\xf4\xa2\xfc\x66\xc1\x0f\xb2\x70\x1a\x21\x61\xed\xee\xea\x9b\xf0\x56\x6d\x2e\xbd\xfe\x10\xf8\x68\x1e\xbf\x29\xbe\xd3\x3d\x70\xfd\xf9\x86\x00\x2f\x1e\x79\x4a\x30\x08\x00\xae\xaf\x12\x86\x84\xf1\x9b\x65\xd9\x96\x69\x29\xe7\xfb\x18\x58\x81\x53\x3b\x08\x22\x63\x76\x1c\x20\x25\x70\xa1\xb6\xe0\x10\x2b\xe1\xd6\xa0\x34\x8e\x1f\x82\x47\xc8\xf9\xf8\x49\x01\x86\xdc\x59\x70\x6a\x95\xa0\xe5\x81\x7b\x8c\x12\x3e\xcd\xa1\x23\x6f\x02\xbc\xe7\xec\x38\x8d\x48\xd0\xa2\xcf\x92\x7b\x47\x49\xef\xa3\xfa\x8b\x29\x5f\x02\x2c\xd5\xd3\x00\x09\xec\x9e\x34\x9f\x43\xd8\xe6\x15\xfc\x85\x25\xb0\xbb\xd5\xc4\x2d\xc1\x1b\x1e\xe7\xf1\xf3\xd1\x57\x38\x6c\x0c\xe2\x10\x40\x42\x3b\x33\x01\xd1\x24\x78\x19\x1c\x3b\x30\x04\x41\x7e\xb4\x49\x4b\x10\x30\x98\x68\x23\x12\xf0\x23\xc8\x9c\x92\xbf\xa3\xe4\x17\xab\xc5\xa9\x55\x4b\xc2\x1e\xfd\x79\xfc\x10\x8c\xb7\x82\x54\x83\x60\x3d\xdc\x3b\x6f\x82\xc5\x8e\x9f\x2c\x22\x89\x69\xe5\x80\x00\x7a\xcc\xe9\x2e\xff\x1d\xa5\xbc\x62\x06\xaa\xc2\x4b\x40\xde\x64\x9c\x47\x25\xc0\xb4\x55\xe6\x25\x78\xff\xa6\xfc\x11\xb1\x7d\xa7\xbe\xcd\xde\x7f\x08\x42\x35\xb2\xdc\x25\x7c\xfb\x7b\xe3\x87\xc0\xd9\x80\x0a\x19\x04\xa4\xf6\x29\x22\x9f\x04\xcc\xc7\x6a\x57\x12\x8a\xdf\xc8\x3f\xdf\x90\x75\xf4\x52\x2c\xa5\xbe\xa2\x5b\x77\xe2\xe7\x6f\xc2\x67\x18\xb6\x73\x13\x36\x86\x24\x7c\x10\xc2\x27\x06\x43\xd9\xdd\x59\xdf\x4f\x8c\xe4\xb1\x4b\xa9\xef\x3a\xac\xc7\xfc\xc9\x02\xfa\x50\x10\xec\xbd\xf6\x02\x7a\x7c\x8a\x2f\x07\xc1\xed\x75\xaf\xa9\x6e\xc2\xc7\x51\xfa\xd8\xbf\xfb\xfb\xe8\x23\x5e\x37\xb3\xe9\xef\xeb\x61\x77\xdd\xec\xa8\xff\x4c\x15\x60\x72\x24\x60\x50\xea\x40\x50\x4b\x60\x2f\xd6\xb9\xfb\x29\x61\x9a\xa2\xfe\x43\x78\x24\xa4\x1f\xc2\x65\xf8\xd9\x7a\xfe\x10\x98\xa1\xbd\xd6\xdf\x7a\x7c\x3b\x18\xe4\x4f\x8a\xcf\x78\x31\xb5\xa5\x5f\x82\xfd\xf3\x5b\xb1\x0d\x70\x55\xfb\x2f\xa1\xdb\xb8\xf1\x93\x65\x89\x29\x56\xe5\xc6\x65\xbc\xaf\xf3\xa5\x6e\x66\x33\xde\x4f\x84\xad\x1f\x46\x31\x7e\x3e\xda\xfe\x21\xe0\x77\xde\xdb\x66\x36\xf3\xfd\xbc\x50\x59\x36\xaf\x8d\xfd\x3a\x35\x6d\x7b\x09\x5f\xaf\xe6\xf4\xde\x76\x8f\x5d\xaf\x30\xda\xbd\xed\x69\x7f\xbd\x1a\x96\x7a\xab\x3f\x29\xd8\xf6\x9c\x9d\x48\x86\x10\xd4\xac\x7a\xdb\xd3\xe3\x7a\x85\x44\xea\x6d\x73\xb0\xfb\xf5\x50\xc7\x2d\x94\x04\xbc\xd5\x3a\x11\xdd\x21\xec\x35\xcd\x91\x2b\x84\x4f\x4f\x83\x53\x61\x54\xee\x17\x9c\x9c\x74\x70\xc1\xf3\x1d\xe5\x79\x5f\x43\x6b\xf4\x3d\x1d\x9e\x9f\x19\xc5\x81\xc4\x26\x38\x0c\x9b\x2f\x3c\x2f\x48\xa2\x91\x22\x6f\x02\x2a\xca\xd9\xfb\x1e\xca\xe7\x45\x9e\x9e\xe5\x2c\x3f\xa5\x2c\x83\x5d\xe0\x93\xb9\x09\x3b\x4b\xf9\x25\x58\x6c\xfb\xfd\xe8\xbb\xaf\xc7\xff\xf3\x8d\x4b\x42\xfa\x25\x2c\x09\xbf\xdf\x70\xe9\x13\x49\x4f\x82\x80\xce\x6c\xc6\xdf\x51\xde\x1f\x61\xd4\xc7\x3f\x84\x5b\x42\xf9\x21\x54\xbb\x70\xf7\xfa\xfb\xee\x33\x8c\xbe\x9b\xff\xbe\x8f\xa5\x8c\xf3\x27\xcb\xab\xbf\xda\xd8\x2c\xed\x7d\xdf\x69\x8a\x2d\x26\xde\x9f\x2e\x9c\xc7\x4f\x8a\x0f\x4f\xbf\x3e\x4a\xfe\x25\x4c\x09\xe7\x2f\xc1\x53\xb3\xf9\x9b\x42\xf6\x31\xca\x4f\xd5\x41\xa0\x3b\xfb\x68\x3f\x29\xc0\x85\x3b\x3b\x17\x13\x25\x20\x58\xc5\xf7\x91\x80\x75\x58\x78\x99\x4d\xd8\x97\x1f\x7f\x6a\xba\x76\x34\xe6\xfe\x53\x53\xb0\x91\x42\x35\xfa\x2d\xd6\x5b\x55\x63\xf7\xfa\xf7\x33\x0b\xc7\x9e\xb8\xdf\xfb\x88\x8a\x3a\xf6\x22\xfc\x5e\x41\x27\xfb\xd8\x2a\xc0\x7a\x1f\x2e\x47\xf6\xb9\xe7\xe9\x7a\x1f\xf4\xb4\x92\x76\x6b\xd7\x2b\x14\x77\xc6\xbf\x16\x02\x7a\xd7\xd9\xe7\x66\x6c\x6b\x8b\xde\x91\xe7\x6f\x8a\x62\x8a\xdd\x41\xeb\x7d\x9d\x52\xb3\xfc\x66\x51\x37\x99\xe5\x37\x8b\xec\x62\x96\x9f\x62\x17\xf6\xe8\x3e\x1d\xfd\x7a\x38\x3f\xd2\x71\x3a\x71\x83\xa0\x21\x18\x73\x31\x04\xd1\xc0\xc7\x71\xfc\xc9\x85\xd5\xd4\x06\x49\x3d\x9c\x2b\x41\xa0\xa1\x03\x93\x19\x04\xb7\xe4\x65\xeb\x5c\xf5\x78\xd5\x6e\xc7\x21\x07\x0f\x02\x91\xd9\xb6\xd8\xa8\xa1\xfb\xe0\x1a\x7c\x28\x9c\x82\x40\xcc\x84\x71\xa8\x51\xd4\xd3\x41\x3c\x0d\xc4\xfd\x8e\x9a\x76\x2b\x06\xd1\x6e\x20\x88\x2d\x3b\x4e\xfb\xbb\xa6\x77\x19\xe8\xf8\x3c\x7f\x52\x2c\x03\x43\x9d\x6a\x47\x35\xbf\x9e\x44\x8f\xcd\x5b\x6a\x7e\x01\x21\x3f\xf3\x54\xf5\xab\xf9\xfd\x8e\xbd\x73\x1d\xbf\x04\x1a\x7b\xfe\x43\x10\x62\xe1\x94\xe7\x07\xc1\x8b\xbd\xa7\x13\x32\x08\x86\x1a\x3c\x77\xd5\xf3\xbb\xb6\xfd\x41\x41\x52\xcb\x5e\xd3\x83\xcb\x5c\x12\xbc\x22\x75\xee\x41\x2c\xef\xcb\x39\xf7\x38\x9d\x90\x41\x20\x44\xc4\x38\x55\x86\x82\x20\x3e\xda\x39\x7f\xb3\x18\xeb\xf5\x54\x14\xd7\xf2\x7e\x22\x56\x9c\xf3\xe7\x1b\x9f\x2e\xb2\xa7\x93\xba\xd6\x97\xe3\xec\x73\x6c\x0d\x3c\x08\x86\x77\x3a\x5c\xf5\x41\xd0\xb5\x3c\x9d\x3f\x59\x9c\xc3\x06\xe6\x94\x80\x8b\xce\x48\xe9\x87\x80\xf1\xf2\x2c\x5b\x69\xaf\xf5\x47\x03\xff\x99\x2f\xf5\x5d\xb6\x05\x07\x68\x09\xa2\xdb\xa5\x3d\x1d\xda\xfb\xe0\x41\xd5\x76\x0f\xb6\xcd\x8d\xfa\xde\xa1\x40\x70\xfb\xa3\x6a\x1c\x04\x1d\xe5\xd3\x9e\xf5\x6d\x6b\x59\x79\xa6\x9f\x14\x9f\x97\x8a\xd2\x9e\x40\x6d\xab\x5d\x83\xbb\xdd\x12\xbc\xe0\xc9\x25\x6b\x08\xcb\xc8\xc5\x7b\x8d\xd7\xbe\x79\xef\xc0\xf7\x4d\x02\xdc\x68\xe4\xe3\x27\xc5\xd6\x22\x8e\xfc\x43\xf8\xec\xe3\xbc\x5b\xdf\xdf\xcf\x69\xba\x75\xf6\x20\x08\x38\x9c\x53\xfa\x25\x54\x09\xc7\x0f\xe1\xd9\x29\xfa\x0f\xc1\x3b\xb2\x59\xd6\x12\x84\x6f\x13\x7e\x3e\xba\x8c\x4c\x90\xf3\xcf\x37\x80\x50\x0c\xc2\x4f\x29\xcb\x1e\xcb\xf9\x37\x0b\xea\xcd\xc8\xf9\xa7\xa6\x1b\x19\x2e\xcb\x8d\xea\x78\x1f\x51\xd9\xb2\xdc\x28\x08\x18\x9d\x46\x96\xd5\x06\xc1\xeb\x23\xb9\xfe\x66\x21\x6c\xf0\xc0\xb4\x0b\xe1\x63\x66\xe7\xa6\x02\x1e\x84\xe6\xce\xd1\xfd\x58\x10\xba\xdf\x18\xbf\x59\x0c\x5f\x96\x55\x1a\xea\x78\xc1\x9f\x4c\x47\x76\x8b\x5b\xe7\x8b\x9b\x4c\x70\xd6\xb1\x09\x5f\x17\x30\x50\xb1\x11\x04\x37\x9b\x9c\x0d\x40\x70\x87\x32\xca\xee\xa0\xeb\x7d\x8c\xf1\x51\x76\xe3\xae\xf7\xf1\x16\x59\x51\x87\xac\xd7\xcb\x61\xe8\x99\xdb\x3f\x04\x19\x4c\xa9\x3f\xdf\xf0\x98\xad\x10\x03\x42\xc2\xfe\xe8\xee\xa0\xeb\x67\x51\x96\xdd\x41\xd7\xfb\xd5\xed\xb8\x34\x7f\x08\x62\x4a\x15\x85\x64\x10\xf4\xb8\xc6\x38\x23\x41\x79\x76\xec\x14\xa1\x55\x4d\x15\xf7\xf1\x43\x30\x0c\x6b\x75\x73\x15\x04\x2d\x19\xe9\x1f\x82\x15\xab\x9b\xab\x87\xde\x85\x2c\x3a\xf6\x30\xdc\x3f\xb3\xb0\xa6\x9f\x8f\x6a\x58\x19\x5b\x0d\x0f\x02\x9e\x4e\xa3\xaa\x32\xd6\xe7\xc5\x85\xe0\x34\xae\x0f\x84\xd7\x8b\xc4\x04\x8b\x91\x20\x26\x4d\x55\x14\xd7\x1f\x15\x69\xb4\xf3\xfc\x25\xdc\x12\x8e\x1f\x82\xe2\xa6\x6d\x16\xf4\xbe\x38\x26\x9d\xa3\xa5\x3f\xb9\x1f\x9b\x9a\x28\xbf\xa3\x6d\xd6\x11\x0a\x27\xcd\x68\x7b\x9a\x07\xa1\x4a\xf8\x29\x40\xbc\x75\x11\x27\x24\xe8\x78\x79\xfe\x56\x81\xd3\x93\x48\x51\x37\x61\x29\x26\x5a\xfd\xc9\xb2\xd7\x5f\xdb\x03\x1f\x1a\x68\x92\xe0\x08\x7c\xef\x2b\xf0\x4a\x53\x39\x0c\x02\x6e\xf6\xc7\xb9\x59\xc7\xb7\x8b\x35\xda\x23\x84\x65\xa4\x9f\xe6\xd6\x00\x82\xa0\x44\xc7\xf9\x43\xf0\xde\x66\xdf\x0c\x6a\xbd\x4f\xd6\x6b\x78\xf3\x92\xd0\x5b\x84\x3e\x72\xaf\x50\xd7\xcb\x19\x78\x3a\x08\x21\x28\xe1\x12\xdf\x69\xaf\x9d\xf5\x7e\xe7\x26\xfc\x64\xd9\x7b\xf7\xe1\x72\x6b\x3f\xd6\x9f\xd1\x65\x50\x41\xd8\xf0\xd4\xb6\xa5\x1d\xaf\x88\xe5\x7d\xeb\xd7\x41\x30\xe4\x54\xb7\x0b\x83\xe0\x5d\xcb\x5e\x7e\xbe\x21\x02\xa8\x01\x3a\xde\xd1\xce\x1f\xf6\xd3\xd5\x16\x83\xa0\xd8\xec\x6e\x51\xda\xf9\xbe\x86\x35\xde\x1a\x78\x3b\xb7\x14\x18\x5b\x59\x0e\xc2\xb2\xa6\xc3\x2c\xe9\x7d\xbd\xd4\x37\x94\x24\x10\x8c\xbb\xe8\x8c\x0c\xc2\x8e\x95\x7c\xfe\x66\x19\xdd\xeb\xd7\xf9\x97\xb0\x81\x09\xca\x26\xec\x55\xbe\x95\xe5\x20\xfc\x84\xcf\xfe\x4d\x21\x08\xe2\x50\x06\x06\x61\x87\x51\x2e\x3f\xa5\x7c\x3b\x80\xbf\x9c\x22\x08\x4a\xfc\xe1\x0c\x0a\x82\x6b\x78\xab\xd3\x41\x50\xa2\x8d\xf6\xd3\x96\x0d\xe3\xba\x35\xdf\x20\x7c\x3b\x56\xa6\x1f\xcd\xf2\x81\xde\x54\xe2\x5b\x68\x44\x8c\xf5\x50\x97\x0b\xc2\xae\x97\xaa\x49\x10\x76\x44\xd9\xf1\xf3\x89\xef\xdc\xdd\xd1\x7e\x09\x16\x32\x7e\x09\xc6\xad\x19\x2a\x2f\x41\xd8\x30\x09\xf3\xe7\xa3\x9f\x88\x66\x63\xfe\x7e\x94\x70\x09\xad\xff\x24\x58\x3b\x4e\xab\xba\x4b\x10\xd6\x0e\xe8\x64\x8a\xf2\x7e\x4e\xdb\xb9\x87\xa9\xbc\x40\xac\x07\xc1\x2e\xae\xef\x23\x0e\xdf\xd4\xac\xd2\x82\x39\x78\xfd\x65\x8f\xca\x8f\xee\x92\x87\x8a\x48\x10\xf6\xe5\xb6\xfa\x43\xf0\x64\x65\xcc\xdd\xc5\xf5\x5d\xd5\x14\x72\xe7\xd6\xde\x47\x7d\x79\x2b\xe4\xad\xbd\xdf\xf6\x0f\x73\x91\xb6\xfe\xbe\x68\x11\xb9\xef\x9a\xf6\xf7\x7d\xf5\x7f\x4a\x6d\x13\x64\x49\x93\x93\x1d\x09\x7a\x0a\x65\xd9\x75\x10\x8a\x2e\x07\x72\xb1\x20\x8c\xed\xf4\xfa\xf3\x51\xcf\x0d\xe7\x51\x7e\xbf\xb1\x4b\xd9\xcb\x27\x94\x06\xbf\x51\x7f\x2a\x26\xcc\xee\x3c\xfa\x2f\xe1\xed\xff\x23\x21\x04\xbe\xa5\xa8\x44\x05\x41\xac\xd1\xad\xed\x05\x61\x6c\xdf\x9e\xf2\x43\x58\xdb\xf5\x24\x6f\xc2\x3b\xb7\x13\xc6\xcf\x37\xbe\x5b\xfd\x58\x4e\xd8\xc6\xbb\xc6\x3e\x7b\xb7\xd7\xe7\xbb\x1d\x24\xcf\xbd\x26\x67\xec\x1c\x3d\x7c\xc8\x9b\xf0\xe3\x15\xa0\x46\x14\x04\x4e\xbd\x8e\x2c\x17\x0b\xc2\xbd\x53\xf8\xd1\xeb\xc5\x21\x22\xb6\xfc\x66\x79\xb7\x3d\xc3\xa8\x4d\x12\x14\xf8\x63\x8f\x6d\x10\xe4\x95\xee\xac\x21\x78\x38\x33\xff\x49\xa1\x11\x77\xcf\xd3\xd8\xaf\x0a\xe8\x55\x7e\x09\x04\x3f\x3f\xce\xf3\x4f\xe7\xe5\x3b\xb5\x66\xd2\xbd\x1e\x83\xa0\xe6\x9b\x7e\x6b\x3d\x34\x98\xec\x25\x1c\x84\x69\x10\xcb\xf2\x4b\x70\x47\xb8\x67\x75\x10\x0c\x61\x95\x7e\x53\x4c\x45\xcf\xe6\x68\xb1\xcb\xb4\x94\xfe\xdb\xae\x8b\xa3\x9f\xf3\x9f\xbe\xc1\xae\x57\xce\xfe\xfb\x0d\xc2\x77\x1f\xe7\xfc\x87\xb0\xd4\x39\x7e\x2b\xe6\x91\x73\x3a\x7e\x53\xa0\xc6\xe6\x56\x7f\x53\x78\x86\xbb\x0f\x0d\xda\xf7\xe2\x9d\x9c\x8e\x1f\xde\xf2\xa9\x71\xa6\x23\xb5\xdf\x14\xcc\xc8\xb2\x95\xf6\x5e\x5f\x3c\xe1\x4e\xb1\xa6\xde\xd1\x43\x9f\xd4\xd0\x2e\xcb\xef\xf3\xd5\x97\x2c\x6f\xbe\xd9\xe7\xfb\x7d\x7e\xc3\xf5\xd7\xa3\xd8\x7d\x86\x34\x7e\x09\x2b\x36\xb0\x9a\x25\xe2\xf7\xe9\x51\x85\xf6\x23\x08\x83\x04\xfd\xf7\xf7\xa5\x15\xf9\x37\xc7\xd6\x7b\xc7\x3f\x84\xa1\x45\xfc\x37\x4b\x7a\xfe\x07\xbb\x7b\x10\x30\x2f\xe6\x7e\xfe\x43\x90\x3d\xc9\x05\x82\x50\x3c\x8e\x95\x1b\x05\xa1\x7a\x40\x52\x7e\xeb\xc5\xe6\x22\xef\xcd\x3f\x04\xc7\x2d\xfd\xa6\x40\x57\xcc\x23\xff\x7e\x83\xc3\xb8\xfe\x4f\xcd\x43\x0d\xe9\x3d\xff\xfe\xf6\x26\xf8\x56\x3f\x21\xd8\xd6\xf4\x5b\xc6\xb5\xab\xf5\x9b\x05\xb7\x0c\x61\xc3\x25\xdc\xd6\xb3\xfd\x36\xfe\x76\x31\xa6\xdf\xb6\xe2\x2d\xb5\x2d\xde\xfc\xbe\xff\x07\x03\x1d\x04\x9c\x67\xe6\x6f\x5f\x7c\xfb\x80\xe5\xb7\x61\xdb\xfb\xa9\xfd\x93\x82\x7a\xb6\xfe\x5b\x06\xfe\x4d\xed\x9f\x04\x5c\x4c\xce\x5b\x47\xeb\xdf\xb6\x94\xe4\x6d\x04\x84\xe0\x41\xd8\x71\xfe\x12\x18\x92\xf9\xdb\x7b\xef\x1e\xf8\xdf\x8a\xbf\x49\xdb\xc7\xfc\xfd\x2d\x53\xf9\x1d\x66\xad\xd9\x42\x4b\x6f\x82\xea\xd5\xef\x08\xe0\xd6\x18\x33\xf8\xa7\xed\x38\xfa\x45\x4b\x7e\x09\x58\x2b\xcb\xf1\x4f\x45\x5f\x8f\x2e\xdb\x6f\x35\xbc\x77\x71\xb4\xdf\x62\x77\xa4\xa2\x20\xac\x81\x13\x72\x2d\xc1\xa5\xd6\x40\x0a\xd6\x12\xba\xc9\x22\xf2\xc4\x99\x81\x07\x59\x93\x4d\x53\xc6\x75\x70\x11\x19\xe2\x2c\x70\xfa\x45\xc8\x86\x74\xb0\x11\x5e\x33\x19\x2b\xe0\xa8\xf1\x03\xe1\x9f\xb1\x7a\x2d\x63\x0d\x64\x2e\xbb\xac\xc9\x46\x2f\xb3\x9d\x5c\x93\xa8\xa3\x05\xd6\xba\x08\x36\xd0\x51\xc1\xd6\x64\x76\x15\x38\xea\x9a\x1c\x00\x16\x3c\xed\x16\xf7\xf2\x3b\x61\xd5\x17\x37\xeb\x4f\x11\x03\x17\x57\xdd\x4f\x30\xa8\xfe\x5e\x13\x47\x68\xa6\xde\xf2\x1e\x79\xe6\x32\xd8\xe2\xea\xf7\xc0\xc3\x6c\x71\xf5\x7b\xe0\x1a\xb5\xb8\xfa\xdd\x81\x3e\x5a\xd7\xcf\xa9\x1d\x89\xce\x14\x89\x86\x89\x72\xfc\x4f\xa5\xae\xd8\x51\x8c\x12\x5a\xf9\xba\x64\x0c\xdc\x50\x5b\xdc\xfa\x1e\x95\x7e\xbc\x82\x71\xb9\x13\x5a\xd7\x79\xc7\xff\x21\x11\xd7\x75\x3e\xfc\x6f\xfa\x37\xfe\xdf\x85\x7d\xfc\xff\x27\x9f\x82\x75\x9d\xc4\xd6\xb3\x19\x89\xc8\xdb\x29\xf1\x3f\x21\xfe\xb2\x74\x91\x59\x9b\x3f\x84\x48\xa5\xf4\x04\x6a\x43\xa6\xad\x42\x97\xc6\xa2\x5d\xdc\x1d\x1f\xcd\xda\x26\xf0\x88\xac\x61\xf2\x6a\xab\x05\xbc\x78\x13\xc5\x50\x70\xa7\xfc\xcc\x9c\xec\x2f\x2f\x95\xe7\x6c\x69\x28\x6e\x19\x7f\xd1\x75\xc9\xd1\xd8\xda\xaf\x8b\xc3\x92\x8c\xbd\x61\x71\xdd\xfc\xcc\xb8\x6c\x2c\xae\x9b\x77\xc4\xc2\xe2\xb6\x79\x7c\x8c\x2a\x62\x84\x36\x28\xc4\xba\xd8\x4b\x66\x0e\xfa\xd7\x85\xf1\x39\x67\x6b\xc9\x55\x89\x8c\x13\xe3\xba\xbc\xdf\x48\x6c\xdc\x75\x79\xb8\xc7\x2d\xa3\xc5\x7d\xf5\xf8\x61\x99\xcb\x3c\x7c\xba\xd8\x1c\xd6\x06\xd7\xd7\xe3\xd3\x7c\xad\xd8\x9c\x4c\xa1\xc5\xe6\x54\x5a\xad\xdc\xc1\xcf\x65\x5d\x7b\x4d\x27\x0a\xc5\x05\x1b\x50\xcd\x75\xb9\xb6\x31\xc3\xac\xab\xd8\x9c\x62\x2a\x5d\x63\x26\xb5\xc1\x35\xa5\xef\x54\xb6\xa6\x5b\x19\xa7\xb6\x73\xaa\xd8\x9a\x62\x91\xb6\x26\xfb\xc3\xd6\x4c\xea\x5c\x6d\x4d\xe5\x03\xea\x34\xd9\xce\x55\x5c\x60\x47\x5a\x57\xb5\x35\x0e\x7a\xb5\x35\x85\xee\xa8\x7b\x70\xfc\xe1\x7a\xae\xd4\xa0\xda\x1c\xe7\xbe\xa6\x8c\x3d\x54\xd5\xd1\xe9\xfe\x70\x74\xaa\x1f\x50\x02\xed\x3c\x46\xff\xb5\xd5\x75\x8f\x01\xfd\x21\x28\x3a\xe7\xd2\xeb\x6a\xd6\xda\x45\xd9\x76\xad\x7d\x63\xad\xe1\x4f\x97\x07\xd3\x9c\xff\x2e\xee\xd2\xc7\xd7\x18\x2a\xee\x77\x56\x3c\x7c\xd7\xd5\xac\x75\x32\x99\x83\xd0\x4d\x66\xad\x9d\x2c\x38\xc8\x70\x8c\xb2\xb8\x74\x7f\x7a\xc9\x70\x5d\xf2\xe3\xe4\x8c\x40\xa0\x66\x04\xd1\xe2\x2a\xf3\xb4\x6f\xd8\x36\x6b\x91\x5c\x78\x96\x7a\x9c\xb0\x3e\x2e\x0b\xb1\x79\x5e\x9c\x20\x76\x36\x46\x6b\x1d\xe7\xbf\xfe\xc2\x51\x6f\xe1\x65\x36\x70\x21\x5e\x38\x99\xb1\x19\x5f\x6b\x07\x59\xe5\x5f\xa3\x2b\xf2\xaf\x91\xe5\xf8\xb7\x93\xcf\xc4\x44\xa9\x1a\xfc\x0b\xe4\x9b\xf9\x9e\x7f\xfd\xe5\x7a\x5f\x07\xd8\xea\x99\x7f\xbf\xa0\xfa\x89\xf5\xaf\xbf\x40\x31\x5b\x9c\xce\x60\x6c\x58\x58\xcb\x88\xd4\xb5\x38\x7d\x74\x32\xe3\x3f\xc6\xde\x71\xe1\x3d\x86\xa6\xb2\xf0\xe4\x22\x02\xd2\xc2\x91\x4b\x8e\x82\x1b\x17\xa2\x77\xe1\xc4\x05\xe4\xe4\xe2\xbc\x07\xab\xc9\x5a\xb1\xe6\x5a\xf9\x9f\x3d\xe9\xe7\xff\xca\xed\x56\x8d\x8f\x33\xbe\xa8\xda\x9c\x46\x2e\xdc\xa2\x80\x42\x59\x38\x45\x21\xd2\xd7\xe2\x46\x21\x13\x7d\x7d\x39\x3e\x4e\xe9\xb1\x49\x1e\x98\xb8\xd7\xc2\xe3\xf0\x34\x05\xe1\xe9\xff\xff\x8f\x44\xfe\xe3\xfa\x2f\xff\xd7\xf7\x6f\x7f\x1f\x47\xb4\xf4\xef\xe3\xe0\x00\x35\x7e\x47\xd9\x7f\x1f\x47\x27\xbc\x75\x10\xae\x13\x02\x11\x6f\x0e\x92\x84\xb6\x13\x0f\x3c\x73\x3a\x94\x47\x8a\xd1\x47\x82\xf2\xf8\x59\x42\xca\x44\x8f\x1d\x80\x9a\xff\x7d\x1c\x7a\x92\x1c\x41\x79\xa7\x14\xad\x3e\x41\xf9\xcc\x65\x2c\x81\x0c\xc5\x5c\xcb\x40\x76\x41\x59\xe6\xe2\x8e\x61\xcc\xa3\xe3\x8c\xbd\x73\x3c\xa6\x41\xda\xa2\x7c\x60\x1b\xe3\x41\x1d\xd9\xee\x1f\xc9\xaf\x83\x35\x77\xea\x1c\x77\x00\x29\x17\x0f\xf2\x12\x87\xf5\xc8\x07\x2d\x06\x82\x0d\xb7\xb1\x03\xd0\xb5\x78\xb0\xb6\xa2\xee\x20\xa4\xc5\xc3\x7c\xb1\xda\x0e\x70\xce\xe2\xf1\x49\x4b\xd0\x16\x34\x2f\xc8\x63\xca\x38\x80\xf9\x8a\xc7\x6d\x3a\x4a\x08\xad\x34\x1e\x3b\x6a\xac\x34\xcb\x20\xea\xf8\x81\x3f\xc5\x91\xa7\x75\xc3\x2e\x8f\xf7\xfa\x01\xb4\x52\x3c\xa2\x2a\x87\xa9\xae\x47\x12\x5b\x16\x9c\x59\x8f\x7c\x9b\x13\x1b\x0a\x3e\x9a\x07\x80\x47\xf1\x20\x67\xa5\x6e\x8f\x39\x01\x22\x3a\x70\x45\x3d\x40\xd3\x89\xc7\x23\xad\x43\xfb\xa4\x59\x42\x70\x88\x03\x70\x9c\x78\x54\x3e\x37\x21\xd1\x71\xe0\xcd\x9c\x68\x6f\x07\x78\x33\x7f\x1f\x05\x96\x4e\x5c\xfb\x03\x50\x97\x78\x58\x40\x08\xda\x03\x44\x96\x78\x58\x40\x70\xf1\xf3\x8b\x95\x16\x8f\x65\x74\xc6\xf9\x6f\x7f\x27\xe7\x6f\x3a\x70\xf1\x0c\xee\x9c\x8e\x10\xd1\xf1\x00\x4e\x62\x40\x99\x52\x2e\x1c\xc3\x82\x12\x72\x2b\x1e\x40\xf7\xb1\xdb\x4a\x47\x2f\xd0\xfa\x0c\x9e\x27\x69\xf8\xf1\x01\x29\x24\x73\x02\xd7\x3b\x1e\x85\x54\x15\x52\x93\x74\xfd\xeb\xaf\x09\xbe\x56\x02\xa5\x3b\x1e\x1f\xa9\xce\x20\x35\xbe\x05\xce\xb6\x1e\x14\x09\x9c\xed\x78\x84\xfe\xc4\xad\x93\x74\x76\x53\x45\x25\x06\xb7\x47\x12\x90\xd8\xf1\x20\x55\xcc\xda\x04\x02\x75\x3c\xbc\x4b\x05\xc5\x3a\xe0\x07\x98\xd8\x93\x26\x90\xa6\xe3\x31\xa5\xf1\xb1\x87\x46\x82\x90\x3c\xb8\x87\x9f\x52\x28\x50\xf1\x50\xa4\x84\x66\x93\x52\xea\xd2\xf0\x54\x96\x72\x4b\x71\x9b\x12\x94\xc6\xa7\x92\x16\x81\xbc\x69\x4d\x1a\x11\xff\x4f\x28\x97\x94\x3b\xf2\xe5\xa0\x74\xc6\x27\xb1\x51\x4b\xec\xdc\x12\xc0\xa6\xf1\xc0\x6d\xb4\x1e\x7c\x6b\x98\x8e\x90\x01\xa1\x13\xa4\x34\x2c\x11\x53\x73\xc5\xb1\x27\xa5\x61\x4e\xae\x1d\x15\xbe\x3f\x2c\x91\x73\xcb\x5a\x62\x69\xa6\xf4\x4a\x63\xd7\x55\x3b\x5d\x9d\x0f\xda\xcd\xda\x8e\x74\xd1\xb1\xe0\x02\xc6\xe3\x0a\x06\x1c\xdf\xcf\xf3\x85\x82\xb3\x7f\x22\x4a\x74\x72\xc5\x25\x60\xcc\x4e\x71\x00\x13\xd0\x65\xf1\x88\x81\x3b\xfd\xd8\x75\x4b\x7a\x21\x91\xf3\x66\xe0\x58\x8b\x67\xc3\x15\x2e\xe5\xe0\x9a\x7f\x27\x81\xc0\x1a\x66\xd8\x54\x9c\x2c\x85\xf0\x8d\xc0\xd0\xa4\xe2\xf4\x2c\x03\x99\xc8\x94\x2a\x30\x88\x54\xa6\x1e\x91\xf1\xb1\x02\x7f\x48\x65\xea\x0e\x1f\x5c\x35\x95\xf9\x40\xbb\x63\xcc\x39\x63\x4c\xe5\xa6\xd7\x0a\x16\xc3\x03\x6d\x23\x95\xd7\x32\x61\x85\xc2\xc6\xa4\xf2\xd1\x84\xc2\xe6\xea\xe0\x78\x25\x95\x55\xa5\xc1\xec\xb9\x90\x95\xea\x41\xde\x4a\x7c\xb8\x12\x62\x31\xd5\x46\xc7\xd5\x16\x8a\x3f\xf6\xa2\x54\x3b\x95\xab\xd1\xaa\x41\xb4\xa0\x54\x87\x24\x40\x67\xb9\x4a\x91\xc0\xd5\x89\x47\x25\x63\x14\x59\xad\x9a\x20\x2d\x8d\x08\x65\x09\x38\x94\x78\xf0\x31\xba\xa8\x59\x8b\x76\x40\xa2\xb2\x0d\x06\x94\x1a\x46\xdd\x86\x83\x67\x02\x09\x25\x1e\x2f\xcb\x2e\xca\x6c\x8d\x9e\x6c\xe8\x4b\x89\xeb\x46\xa9\x39\x4f\xc1\x9f\x88\xb1\x8a\x42\xbb\xf3\xb4\x77\x1a\x35\x82\xdd\x10\x9f\x2f\x1e\x48\x3a\xcc\x43\x69\x2e\xa6\x1b\x51\xc2\x82\x16\x8d\xbf\x9d\x6e\x37\x3a\x4d\xfa\x85\x50\x57\x0e\xff\x7f\x89\xe6\x44\x78\x8f\x78\x54\x51\x1a\xa2\xee\xb7\x8b\x82\x38\x1a\xb1\xa6\xa3\xa2\x1c\xb1\xc5\xe3\xd5\xf2\x11\xe9\x3e\xa4\x76\xfa\xdc\x60\x82\xb2\x90\x3e\x27\xda\xf7\x78\x76\x18\xea\x4f\xc2\x1b\x3f\x1e\xf5\x5f\x7f\x15\x02\x9f\x24\xbc\xe5\xe3\x91\xfe\xf5\x57\xa9\xb1\x9d\x49\xeb\x5e\x90\x0c\x70\x14\x3c\x3b\xad\xd7\x54\x6f\xfa\x71\x3a\x4f\x1c\xc1\xc6\xa3\xfe\xb8\x1f\xe7\x83\x11\xc9\x47\x48\x10\xb6\x68\xf9\xa0\x1b\xf2\x11\xdd\x80\x33\x56\x3e\x42\xaa\xfe\x9d\x0f\xd0\xb7\x07\xb9\xa8\x54\x3e\xc0\xdd\x0e\x9e\x9e\x0f\x86\x31\x1f\x0e\x23\x55\xcf\xc7\xb9\xf3\x4d\xf9\xc8\x0c\x5a\x30\xfd\x78\xd0\x65\xb8\xef\xe6\x23\x36\x3c\x7f\xe7\x63\xb2\xc5\xe5\xfb\xd3\xef\x03\xda\x04\xe4\x48\x3e\x82\x49\xc6\x83\x20\x2c\x6c\xa8\xf2\x31\x6f\x69\xa1\x98\x15\x2a\x0f\x33\xc8\x47\x30\x03\x5c\xcb\xb2\xda\x51\x46\x3f\xc1\x35\x26\x1f\xab\x4b\xb9\xe0\xb0\x24\x5a\x66\x5b\x64\x3b\xff\xed\xef\x2c\x03\xcf\x27\x6e\xa4\x8d\x68\x45\x19\x84\xf5\x78\x4c\xa7\x6a\x83\x76\x49\x33\x5d\xac\xa2\x9c\x90\x78\x19\x58\xf1\xf3\xc0\xf9\x3d\xa7\x74\x49\x8b\xcd\x33\xbb\x8f\x9c\x32\x35\x4b\x5c\xd9\x6f\x27\x24\xe4\x6c\x06\x04\x7b\x70\x9b\x23\xa7\x90\xb9\xf1\x80\x11\xe0\x22\x9d\x41\x89\x8e\x07\x05\x10\xef\x3d\xcb\x54\x73\xc2\x8b\xee\x70\x70\x41\x55\x8e\x07\x1a\x45\x19\x54\xe4\x2a\xd2\x06\xa5\x46\xbb\xd2\x6d\x45\xee\x5d\x04\x35\x79\xcd\x0a\x0f\x39\xb8\x7c\x96\x55\xbb\xb2\x6a\xd7\x89\x4a\x95\x33\x6a\x46\xce\xf8\x45\x9f\x84\xd6\xcc\xe0\xcc\xc6\x83\xf8\xea\x84\x4a\xcc\xaa\x59\x19\xe0\xd8\xa0\x91\x37\x0d\x69\x13\x5a\xf0\xbd\x0c\x8a\xeb\xdf\x39\xb3\xbf\x3f\x39\x4b\xc9\x00\xb5\xc6\x83\x08\x18\xc4\x1b\xcb\x39\x9b\xae\x98\x8e\xb1\xc8\x25\x4b\x6b\xd2\xa8\x4b\xb9\xa5\x3d\xd0\xe8\xbe\x5c\xac\x4b\x35\x6f\x21\x6f\xad\xd2\xcc\x1b\xdc\x2a\xa3\xeb\xc5\x03\x86\x1e\x5a\x6b\x56\xe3\xcb\x79\x20\x44\x26\x35\x1e\xd6\x24\x3a\xbe\x37\x1b\x06\x3f\xcf\x88\xa4\xde\x0e\x32\xda\xed\xf9\x0a\x9e\xc9\x6d\xb7\x9c\x5f\xe6\x21\x00\x91\xe7\x49\x60\xf0\x5c\x51\xee\x73\x35\xa2\x10\x01\x21\x32\x58\x01\xf1\xd0\xa3\x34\xf4\xc7\x82\xdf\x50\x3c\xaa\xe6\xa2\x16\xb4\x94\xa1\x89\x03\x85\x7d\xbe\x7c\x31\xdf\xfe\x2e\x6c\x01\xcf\x42\x98\xa6\xc2\xc9\x7b\x3c\x4e\x69\x29\x68\xdd\xef\x81\x65\x7e\x72\x9f\xb2\x70\x7d\xee\xef\xc2\x39\x97\x8e\xf6\xe5\x43\x60\x16\x6f\xbd\x61\xa1\x29\x5c\x64\x89\xc7\x43\x4e\x6a\xc2\x21\x42\x3c\x8c\x4c\x12\xea\x62\xe1\x66\x45\x3c\xd8\x7f\xb3\x97\x2e\xeb\x36\x2f\xb8\xda\x27\x82\xaf\xc0\xc2\xe2\x71\x4a\xab\x41\xfb\xa8\x1d\xbb\xa7\x82\x34\xaf\xf2\xad\x7a\x1c\x36\x22\x36\x01\x55\xbd\xb2\xc2\x62\xd2\x09\xbf\xa9\x47\x3d\xa1\x01\xfc\x70\xe2\x28\x51\x8f\xe0\xcd\xf1\x28\xd0\x0a\xdf\x9b\xe6\x9d\xfa\xf7\x87\x7a\x50\x8f\x58\xfc\x7f\x57\x38\x48\xa4\x83\x76\x49\xe3\x12\x9f\xc1\x79\xeb\x71\x5f\xd2\xf6\x55\x00\xca\x08\x95\x3d\x1e\x57\x54\x59\xd2\xfb\x40\x7a\x6d\x6d\xb0\xd6\x7a\xb2\xa4\xea\x19\x4b\x4a\x86\x5f\xcf\xe3\x91\xc4\xd9\x18\x6e\x5e\xf5\x3c\xa5\x9d\x66\x0d\x35\xbd\x9e\x68\x80\xf5\xc4\x10\x7a\x12\x71\xbf\x9e\xc9\x74\xc9\x74\xa1\x83\xd4\x33\x53\xe3\x33\x46\xbd\x20\x8f\x2a\x2a\x6e\x3c\xa2\x72\x88\xe1\x7a\x86\x30\x8f\x47\x0b\x52\xa2\x80\xcb\x54\x31\xe6\x85\xbb\x8b\xf5\xbc\xad\x6e\xec\x2f\x0b\xd1\x3c\xeb\xf9\xd2\x99\xe7\xeb\xac\x8b\x99\x53\x93\xad\x4a\x30\x8a\x82\x73\x4e\x95\xdb\xd5\x64\xd4\x02\x76\x93\x35\x31\x77\x6a\x8a\xb9\x53\x50\x37\x6a\x8a\x39\x13\x0f\x2f\x0e\xcd\xe8\xb8\x64\xdd\x80\x9e\x4f\x27\xcc\xb3\x26\x36\x50\x15\x10\xf8\x92\x2c\x15\x95\xa9\x8a\xe5\x7e\xa6\xa3\xfe\x51\x80\xd7\xe4\xc8\x25\x47\x8e\x3b\x8f\x15\xb4\xf0\x78\xcc\xf8\x72\xec\x71\x6b\x3e\x48\x96\x31\xc6\x17\x0c\x3c\x35\xdb\xfd\x30\xaf\x74\xda\x63\x40\x53\xc7\xe3\x91\x16\xb5\x82\x7b\xc4\xc3\x5a\xc5\x5e\xa0\x66\x74\xfc\x9a\x8d\x86\x8d\xb3\x5b\xcd\x2f\x13\x50\xec\xd8\x13\xad\xaa\x16\x87\xb3\xc4\x70\x16\x42\xb7\x54\x50\x42\xe3\x61\x56\x6a\x0c\x54\x65\x3c\x3e\xb2\xd2\x8f\x85\x6d\x73\x2d\x5f\x8c\x27\x7b\xa5\xaa\x0a\x58\xab\x17\x10\x6c\x45\x75\xb2\x55\x8e\xbd\x4e\x70\x76\x6a\x65\xb7\x54\x2b\x51\x52\x30\xa3\xd7\x5a\x2f\x49\xe2\x57\x8d\x28\xa1\xc2\xbe\x2a\x30\x7b\x41\x8b\xc6\x36\xa4\x41\x6d\x1c\x52\x14\xae\xba\xd7\x76\x32\xf0\xcd\x98\x77\xc4\xc8\xac\x0d\x4e\x5d\x81\x7d\x0b\xc5\x80\xbc\xcd\x74\x20\xa5\x9d\xb0\xa5\xda\xba\x34\x4e\xb4\x0b\x77\xc9\x6b\x73\xe4\x1b\x3e\xe8\xa5\xc4\x0e\xbb\x36\x5b\xdb\x88\x64\x78\xa2\x09\x56\x40\x88\xe2\xe1\x9d\x82\x60\x2e\xb5\x3b\x31\x81\x15\x8a\x74\xf1\x3d\x20\x79\xe2\xc1\x69\x35\xee\x7a\x15\x68\x9d\x78\xc0\x0e\xf1\x94\xab\x00\xe3\xc4\x83\xdb\x2a\x98\xee\x6b\xcf\x5d\xda\xf8\xd7\x5f\x85\xbb\x84\xb5\xe7\x57\x12\xcb\x17\x1f\xd5\xda\x0b\xd5\xeb\xfa\xaf\x73\x51\xba\x82\xb0\x12\x0f\x2f\x7b\x84\x50\xab\x7d\x9a\xd7\x7b\xcb\x5c\xd6\xaa\xdd\x79\x01\x96\x45\x29\xc1\x5e\x2b\x30\x0f\xf1\xe0\x08\x0b\x8f\xb2\x3a\x9c\x66\xc3\x69\xc6\xd9\x4e\x1d\xa8\x04\x75\x0c\x2f\x84\x84\x3a\x54\xc7\x80\x1b\x0c\xcf\xc4\xb9\xd8\x58\x07\x6a\x42\x1d\x97\xbd\xc2\xfc\x21\x12\x79\x3c\xbc\xd5\x01\xc7\x19\xeb\x96\xf6\xa2\x77\x46\x6b\x89\x26\x1e\x0f\x5b\xd6\xa2\x65\x84\xff\x8e\x87\x03\x19\x9a\x48\x9d\xce\xe4\xc9\x4c\xc6\xa3\xab\xa2\x8f\xc7\xa3\x99\x2c\xe6\xc0\xec\xd2\xbc\xb4\xc0\xc9\x47\x25\xda\x70\x3c\x82\x59\x71\x9e\x51\xe7\x47\xe5\xe6\xe7\x50\x20\x10\x2e\x3f\x87\x29\xbf\x70\xdd\xa1\x62\x21\x8f\x47\xf5\x96\x7f\xf4\xd3\x25\x4f\xbf\x2e\xaf\x56\x1c\xd1\x27\xc4\x97\x8c\x47\x30\xba\xca\xa4\xbd\x9d\xf0\x84\xf9\x2b\x04\x89\xaf\x77\x67\x6e\xdf\xba\x9b\x72\x2f\xaf\x12\xa1\x2e\x1e\x48\x88\x92\x49\x77\xc1\x3f\x8c\x18\x77\x72\xa7\xa6\xde\xf2\x4d\x42\xbc\x05\x2d\xda\x7a\xdb\xae\xfb\x35\x06\x41\x68\x21\x95\xfb\x55\xf1\x88\xf9\x84\xa1\xb3\x3e\x99\xcf\x11\xa5\xa9\x60\xc4\xac\x84\x09\x8a\xc7\xbe\x73\x42\x32\x04\x78\x7d\x14\xe0\xa8\xfb\xf5\x59\x94\x4a\x04\x9e\x74\x3a\x38\xc4\x4b\xf9\xbb\x1a\x29\xe5\x2c\xa1\xbb\xd7\xb7\x53\x13\xe2\x91\xa4\x93\xdb\x37\x95\x88\x18\xf1\x08\x45\xc7\xca\xe1\xc8\x16\x0f\x74\x0e\x8e\x9f\x2a\x9e\x36\xf1\x08\x5e\xc1\xae\xbd\x7e\x95\x3e\xf9\xaa\x7d\xc2\x8c\xfd\x1a\x33\xe7\xd3\x8e\x5d\x43\x49\xaa\x9f\x5c\xeb\x6b\xde\x58\xa1\xdb\x3f\xc7\xff\x8b\xf1\x2f\xd8\x4d\xaa\x7b\xa2\xca\x75\xf5\xc8\x1a\x8d\xf8\x1e\x1a\x86\x9b\x6a\xc1\xa6\x50\xb9\x52\x1e\x0f\x0d\x93\x4c\x89\x0f\x9b\x42\xc5\x0f\xa5\x60\x97\xad\xf8\xad\xc6\x63\x42\x8a\xfa\x2e\x65\xab\xfe\x99\xa5\xc2\x3b\x96\x8c\x7c\xc9\xc8\x6b\x68\xbf\x75\xc9\x16\xb9\x38\x5b\xf0\xd9\xa8\xcb\x4e\x5f\x76\x7a\x85\x4d\x2c\x0c\x08\x75\x71\x41\xef\xac\x2c\x4e\xdc\xd1\xe3\xb1\x69\x7c\xce\x75\xad\x57\xac\xea\x7f\xc5\x3f\x21\x1e\x00\xe3\x0e\x48\x1f\xcd\xd7\x8f\xaa\x73\xd2\xd6\x0e\x6a\xd2\x8e\xda\x8d\x30\xd8\x83\x36\xa5\x11\x41\x01\xb7\xaf\xa6\x0a\xd2\x50\x41\xd2\x59\x5b\x86\xf6\x49\x5b\xd2\x6a\xd0\x96\x59\x17\x59\x5b\x94\x70\x86\x3c\x88\xc7\x17\xa4\x58\x73\xed\x64\x55\xb7\x13\x6f\xc6\x62\xa1\x67\x1d\xd0\x62\xb1\x14\x22\xf6\xb7\x93\xad\x49\x3b\x87\x4d\x8d\x7d\x53\x3b\xd1\xb7\xda\xa9\xbe\xc5\xcd\xa3\x76\x4e\x3f\xa7\xbe\xc5\xbc\x6e\xe7\x63\x5e\x55\x3f\x10\xaa\xda\x69\x85\xcf\x5d\xe1\x99\xff\x28\xd4\xdb\xf9\x3d\x64\xf9\x0c\xc0\x18\xf3\xb4\x25\xb6\xb0\x2d\x1d\x31\xee\x04\x03\x6e\x68\x22\xf1\x08\xc6\x4a\x94\xd8\x96\x06\xcd\x66\x0f\x95\x0c\x51\xda\x92\x15\x4d\xc4\xaf\xc0\xbd\xa2\xa9\x68\xb4\x44\x5c\xc6\x93\xa1\x6b\x89\x69\xda\xd8\x43\xa5\x13\x44\xbf\x86\xfd\x38\x1e\x5c\x3a\x69\x21\x1e\x5a\x2e\x7c\x8e\xad\x4a\x2c\xd3\xa8\x09\x08\xf9\xf1\xc0\xb5\x89\x60\x33\x2d\x33\x9f\x5b\xf6\x8a\x0f\xe6\x81\x96\x3f\xbf\xf7\xf9\xbd\xd8\x7d\x34\x50\xd9\xe3\x31\xcd\x1b\xfd\x5d\x30\x2b\xb6\x62\x0c\x1e\x2e\x02\xb6\x62\xfd\xca\x5e\x46\x31\xb7\x5a\x79\xf8\x5e\xc1\xae\xd5\xb9\x19\xd9\x0a\x26\xf8\x56\xbe\xf3\x5f\x7f\x55\x62\x54\x34\xec\x4d\xf1\xb8\x84\x40\x8c\xac\xd5\xfe\xac\x87\xb4\xe0\xf1\xad\xa2\x9a\xb4\x1a\x8c\xb8\x72\xa3\xa1\xd5\xfc\x48\x7a\x4d\x16\xad\x00\x41\x3a\x1e\x39\x92\x05\x1b\x6d\xd5\x42\xab\x85\x52\xb7\xba\xfc\x18\x57\x74\x4f\x0e\xbb\x5a\x5d\x9f\x34\xfb\x38\x38\x46\x53\xbb\x68\x68\x17\xe9\xe4\x98\xa8\x35\x44\x41\x6b\xc1\x9b\x2a\x3b\x92\x06\xa8\x6b\x3c\x1e\x61\x3d\xe3\x73\x0d\x36\xda\xb0\x2c\x55\xc2\x9a\x34\xa0\x56\xe3\xf1\x7a\x7d\x8b\xac\xdd\x64\x6c\x66\x1a\x3b\xdc\x06\xb6\x68\x3c\xf0\x1b\xe3\x56\x64\x03\xe9\x33\x1e\x8f\x01\x41\xa3\x15\xed\xa1\xad\xed\x41\x14\x12\xaf\xbb\xf5\xc4\xec\x01\xb1\xaf\x9e\x39\x92\x81\xfa\x16\x8f\x12\xa4\x60\x54\x0d\x1c\xae\x78\xd0\x73\x5c\x35\x6b\x60\xf8\xc4\x83\x3d\x0f\xe8\x98\x6d\xb4\x05\xad\xb3\x66\x7a\x8d\xda\x0d\xc7\x7f\x4c\x2f\x5d\xd1\x58\x30\x64\xe2\x71\x4b\x23\x1d\x1b\x92\x36\xdc\x90\xe0\xc4\xda\x06\x5b\xad\x26\x08\x4a\x1f\x09\xda\xb2\xdc\x65\xb9\x4c\x0a\x7c\x29\xe2\x61\xb9\xac\xf3\xd9\xa9\xcb\x24\x82\x4c\xe1\x94\xad\xcd\x97\xd6\x4e\x1c\xfb\x4a\x0b\x8e\xdb\x26\x3c\xad\x4d\x79\x1a\x97\x17\xdb\xe5\x6a\xf4\xc0\xbe\xe3\x84\xda\x38\x47\x8e\x87\xe5\x86\xc2\xda\x2e\xac\xc9\xed\x22\xfe\xcc\x09\x68\x5e\xbb\x50\x9b\x1a\xa2\xfd\x2c\x38\x11\xb4\xeb\xf2\x7b\x57\xcc\x32\xcc\xe8\x8d\x78\xe3\xf1\x38\xcd\x9a\xa1\x7d\xd2\x96\xb4\x18\x70\xc2\x7c\xc7\xc3\xe5\xe3\xe7\x5e\xa6\xd4\x65\x2c\x52\xbb\x8f\xa0\xd6\xf1\xb0\xca\x21\x4a\x1b\x61\xa2\xe3\x61\xf5\xe0\x20\xf7\x41\xb7\xdc\xb8\x76\x74\x3c\x5d\x1b\xa1\x79\xe3\x31\xa3\x7a\x70\xbf\x9b\x0d\x72\x43\xcd\x88\x62\xf9\x9c\x3d\x4a\x84\x5e\xc3\xa8\xb5\x7b\x4a\xba\x10\xe0\x23\x91\xd5\xc6\xde\xc4\x02\x38\x81\x6d\x6e\xb7\x03\x4e\x7c\x5a\xe3\x3e\x35\x62\xc7\xc6\x63\x9a\x8c\xca\x71\xc2\xd4\x6e\x62\x9e\x9f\xe0\x0a\x37\xa2\xba\xc6\xc3\x0b\x77\x30\xd0\xfb\xb3\x61\x5e\x7e\xc3\x0b\xb6\x11\x8c\x33\x1e\x85\xa8\x32\x31\x1d\x1f\x27\xb7\xa1\x2e\x8d\x12\xd6\x1e\xd9\x16\x01\x02\xcf\xc2\xa1\x43\x7b\x4d\xf7\x26\x3f\x47\x2b\x5e\x45\xc7\xeb\x7d\x79\x4c\x3a\xed\x2b\x54\x59\xef\xd3\x8e\x5b\x6c\xfb\xd8\x35\x36\x6f\x17\x75\x62\x18\xb7\x8f\x43\x9f\xf6\xe1\x45\xd0\x89\x3e\xdc\x08\xc7\x13\x0f\xb6\x45\x8a\x27\xd5\x84\x86\x9a\x50\x0b\x43\xa1\x96\xd0\xb6\xb7\x6a\x3d\xa0\x7d\x66\xfd\xcc\x0a\xf7\x59\x9c\x1f\xb4\x25\x64\x08\xa8\xf7\x6d\x39\x55\x96\x3d\xc5\xb5\xae\xee\xf9\x6c\x3f\x74\x34\x80\x87\xf4\x83\x4d\x72\x3f\x10\xf6\x05\x57\xb7\x7e\x30\xa5\xba\xc7\xad\xb3\x9e\x91\xee\x8c\x1d\x42\x3c\xf0\xdd\x89\x85\xd6\x4f\x84\x43\x3f\x8d\x9c\x8f\xbb\x6d\x3f\xb1\xf6\x76\xe4\x65\xd2\xd0\xd5\x95\x70\x1d\x09\x97\x34\x74\xf5\x84\x00\xea\x29\xb8\x70\xc5\x34\xd5\x13\xd6\x80\x9e\xca\x01\x29\x0a\x4d\x45\x92\x38\xda\x35\x91\x0c\x73\x58\x4f\x98\xc3\x0a\xc7\x76\x3d\x35\x6a\x92\xbc\x84\x42\xbc\x8c\x9e\xba\x25\xe0\x24\xaa\xd9\xac\x27\x1b\x96\x5c\x2b\x44\x9f\xee\x9e\xec\x76\x4e\x76\x2b\xe8\x84\x3d\x63\xc2\xea\x59\x13\x56\x1f\xe5\x8f\x92\xbd\x7b\xa6\xdb\x3d\xd3\x1d\x44\xb0\xec\x19\x0d\xb4\xe7\xd0\x40\xf5\xef\xeb\x1e\xdf\x76\x8f\x6f\x27\x06\xf2\x9e\x0b\x95\xc7\xf4\x57\xb1\x15\xf7\xec\x40\x65\x55\x61\x6e\xfe\xf5\x6c\x1b\xf3\x6e\x63\x27\x2b\x66\xc0\x9e\x87\x7d\x11\x62\xb7\x63\xda\xfb\xbb\x67\xb6\x11\x05\x58\xb5\x5e\xd8\x48\xf6\xc2\x46\xb2\x8c\xe0\x39\xbd\x60\x7f\x8b\xad\x9c\x34\xd2\x21\x77\x62\xb3\x44\xb9\xb1\xc1\xee\xc5\x32\x8a\x9e\xfe\x23\xc5\x88\x16\x36\x0d\xbd\x08\x8d\x80\x3b\x77\x2f\xb0\xe2\x5e\x16\xfd\x48\x56\x84\x6b\x3c\xbc\x7d\x17\x3a\x78\xaf\x0e\x4b\x15\xa6\x9b\x18\x5a\xbd\x76\xd3\x79\x53\x09\x4b\x58\xaf\x70\xd3\x5e\xa3\xd8\x8a\x7b\x6e\xaf\xe8\x3b\xbd\xa2\x98\x15\xee\x0b\xf4\xea\x7c\xab\x9c\x4b\x0c\x0c\x66\x1d\x48\xfc\xbf\xbb\x60\xf8\xe3\x34\xdd\x32\x6f\x70\xc4\x8a\x76\xdd\x95\xd9\x1d\x99\x5d\x39\xa8\xec\xed\xa4\xad\x1c\xfc\x9c\x05\x56\xdf\xdb\x79\x4b\xf3\xc6\x20\x73\xa6\x61\x46\xef\x80\xdc\xd7\x1e\x7a\x69\x6f\x9c\x13\xf7\x66\xb4\x4b\xa2\x2d\xf5\xc6\x49\x71\xa8\x90\x24\xa3\x04\x4c\x09\x1d\x00\xf6\xca\xe5\xe7\xee\xf9\x51\x07\x57\xbd\x3a\x9f\x91\xde\xf1\x78\xfd\x58\xb4\x00\xe8\xee\x78\x90\x6c\x46\xbf\x35\x98\x6b\x07\x7e\x3b\x25\x62\x04\x75\xf0\xb7\xe3\xc1\xdc\x05\x07\xb2\x03\xb6\x1d\x0f\x9c\x92\x38\x60\xec\xed\xb6\xd4\xdb\xcf\xc5\xe4\x04\x26\x38\x1e\x04\x9b\x74\x15\x61\x67\x88\x47\x28\x2c\xf8\xf4\x76\x2d\x0b\x5d\xd0\x5d\xc4\x70\x07\xed\x36\x1e\x1c\xeb\x81\xc6\xd2\xc1\xad\x8d\x47\xf7\x6b\x64\x65\x8b\xd7\x81\x9b\x3d\x0b\xde\x0b\x5d\x6b\x43\x07\xc9\x35\x25\xee\xde\xf4\x6e\xfb\x85\x41\x9d\xa8\xdb\x5d\xb5\xa3\xa3\x76\x54\x30\xc8\x3b\xf8\x96\xf1\x58\xde\xdd\x8c\x3e\x01\x90\x30\x1e\xf0\x38\xee\xbd\xf7\xc1\x89\x68\x1f\xc6\xbf\x27\x32\x49\x1f\x2e\x7b\x81\xd7\x0a\x0e\x1d\x7d\xe0\x1e\xd2\x87\x17\x63\x30\x9c\x75\xc0\xb8\xe2\x41\xe4\x01\x4e\x25\x3a\x68\x52\xf1\x40\x6c\x00\xab\xdc\xe7\x4d\xde\x49\x7f\x82\x58\xd4\x27\xfe\x10\x7d\x7a\x59\x85\xf3\x91\x7e\xc9\x27\xc0\xbd\xa9\x9c\x2b\x74\x9c\xff\xe2\x41\xb7\x83\xe4\xdc\x2f\xa7\x09\xee\x5d\x95\x63\x85\x0e\x8e\x48\x3c\x2c\x94\x09\x06\xee\x46\x3c\x28\x94\x01\xbb\x3e\x73\x7e\xe4\xac\x51\xdd\xdb\x32\x6f\xcb\x6c\x90\x38\xcb\xe8\x77\xb2\xe7\x46\x94\x79\xcb\x7f\xef\x42\xb4\x73\x74\xbd\x7e\xa3\x4b\xf5\x3b\x74\xa9\x4a\xf4\xe4\x7e\x63\x98\xec\xb7\xb0\x26\x78\xec\xf4\x1b\x95\xb8\xdf\x62\x66\x60\x18\xee\xb7\x9d\x79\x8b\x90\x81\x11\xb8\x3f\x2e\x92\xc7\x45\x82\x13\x6f\xc7\x4f\x3b\x1e\x44\x91\x62\xbb\xd5\x1f\x3b\x78\x87\x33\x46\x5d\xeb\xb8\x45\xc7\xc3\x7b\x96\x30\x8e\x07\x21\xd7\x1f\x84\x5c\xe1\x26\x4a\x27\xca\x6e\x3c\x36\x2d\xbe\xf7\xca\x88\x5e\x19\x11\xa1\x58\xfa\x8b\xa2\xdc\xdf\x61\x7f\x52\x17\xc2\x27\xc4\x83\xa0\xa4\x58\xa4\x3b\xb7\x8b\xe3\x41\xa4\x51\xe2\xad\x77\x82\x28\xc4\x03\x01\xc9\x1e\xa3\x7f\x95\xb6\x7d\xb1\xe3\x6c\xdc\x5c\xeb\x9f\x3c\x8c\x88\x84\xe7\xc0\xe1\xa3\x13\x91\x30\x1e\x33\x92\x15\x48\x93\x52\xbf\x59\x82\x44\x63\x89\x2a\x18\x8f\x07\x52\x81\xf4\x4a\xb2\x1e\xf0\x61\x8e\x36\xe2\xf1\x91\x0c\x12\x9a\x69\xe7\xbe\x46\xe3\x6a\x76\x5f\xf6\xb0\x71\xba\x8a\xab\x73\xb9\x12\x57\xac\x8c\xe6\x80\x11\x5f\x20\x1e\x5e\x86\x1d\xd2\x86\x34\x6a\xcb\x18\x7a\x5a\xd2\x3d\x2d\x19\x04\x95\xed\xab\xfb\x35\x03\x34\x82\x43\xd1\xd7\x43\x1f\x11\xaa\xa9\x01\xc5\xd7\xb5\x18\x74\x2d\x06\x15\x20\x97\xbe\x96\x9f\x33\xb2\x1c\xbb\xc9\xe1\xe9\xec\xe0\x74\xb6\x71\x51\x73\x1c\x1c\xd2\x8d\x43\x4c\x53\x0e\x33\xc7\x81\x99\x77\x1c\x9c\x52\x55\x6e\x44\x8f\xb3\x45\xa9\xe3\x6c\x51\x2a\xc7\x3b\xe3\x44\xa8\x8d\x53\x9b\xd4\x51\xff\x2c\xcd\xc7\x19\xfb\x8e\x78\xa0\xf0\xe2\x50\x38\x4e\xa4\xca\x38\x83\x6f\x34\xbc\xa0\x87\xa7\xae\xe3\xc4\x8a\x95\x30\xa8\x0e\x4f\x5d\xc7\xb9\xf0\x81\x0b\x36\x3d\x3c\x73\x18\x9c\x39\x34\x0e\xc4\x46\x42\x3f\x1d\x09\x93\xc5\x44\xbc\x0d\xbd\x5d\x06\xde\x2e\x0d\x03\xf0\xc0\xa7\x25\x1e\x23\x48\xb1\x73\x1f\x1e\xb0\xc6\x92\xa5\xcc\x49\xb2\x69\x4e\xb1\xe8\x70\x3c\x1f\xe9\xb2\x04\x43\x4d\xe1\xf9\x3f\xd2\xe5\xe7\x94\x03\xd8\x09\x47\x66\xb9\x0c\xdd\xd3\x06\x7a\xe7\xf0\x50\x61\x64\xa1\xc2\xd8\xa2\x8c\x7c\x9a\xee\xa4\x2a\xc1\xcd\x07\xce\x6a\xf1\x58\x26\x23\x2b\x92\x60\x64\x83\xa4\x5b\xe5\xcc\x91\xf9\xc8\x78\xea\x8f\x12\x1a\xc9\xc8\xc8\xed\x91\x91\xdb\x15\xe9\x30\x0a\x07\x62\xa3\x78\x3d\xb4\x52\x6c\x61\x55\x8d\x82\xd7\xec\xa8\x94\x51\x2e\x69\x82\x3c\xb1\xf7\x18\x85\x8d\xc1\x28\xe2\x20\x61\x64\x1b\x05\x03\xcd\xd0\x51\x65\x10\x65\x67\x54\xfc\xd1\x46\x05\x39\x38\xd9\x8e\x6a\xd3\x2a\x4d\x23\x16\xd1\xa8\x58\xd9\x23\x0f\x59\x33\x59\x59\x32\xa3\xa2\x94\x25\x3c\x80\x47\x85\x4f\x8f\xea\xbd\xf5\x1a\xea\xc7\xa8\x37\x5d\x50\x85\x77\xc2\xf3\x6b\x70\x14\x11\x0f\xef\xfc\xc6\x4a\x1d\x0d\x2d\x73\xb4\x43\x7c\xef\xd8\x2f\x8e\x86\x75\x6b\x70\x58\x91\x12\x5e\xfb\xa3\x61\xca\x1a\x4d\x3c\xc3\x62\x3a\x24\xda\x68\x4a\x34\x6c\x2b\xc3\x9d\xff\x40\x77\x68\xb8\x62\x0d\x76\xfc\xf1\xf0\xee\x71\xb0\xf9\xa1\x32\x30\x54\x06\xea\x11\xcb\x7c\x34\x7b\xb4\x45\x8f\xb6\x22\xe9\xb6\x76\xe2\x05\x72\xca\x3e\x3a\x36\x93\xd1\x0d\xb9\x8f\x75\x7f\x60\x19\x88\x87\x57\x78\x59\xac\x1d\xab\xda\xe8\xc6\x76\xc6\x85\x70\x00\x56\x1e\x0f\xe4\x28\xa1\x63\x06\xf0\xe0\xf1\x20\xe8\x9b\x3d\xd0\x39\x2f\x19\x9d\x1b\x69\x03\x20\xe4\xc1\x71\x42\x3c\xf0\xfb\xa0\xf3\x06\xbb\xaf\x31\x8a\x9d\xc2\xf4\x1e\x2e\x83\x41\x38\xa3\xc9\x3d\xb1\x31\x1c\x8c\x61\x28\x39\xae\x2d\x0f\x20\x60\xe3\x11\xfc\xb6\x86\xe4\x1f\x40\xb9\xc6\x43\xf8\xd2\x0e\xcd\x31\x1b\x31\x66\x8d\xa3\xf2\xa1\xb9\x61\x68\x6e\xa8\x04\x25\x1c\x93\x83\xa5\x31\x39\x58\x9a\xb8\x48\x0f\x20\x44\xe3\x61\x07\x30\x05\xa6\x4c\x6d\x72\x29\xa6\xa2\x0c\x8f\x89\xeb\xc5\x00\xd8\xb3\x71\xad\x7b\x00\x28\x19\x0f\x6a\x82\x3d\x7a\x4c\x17\xcb\x8c\xc5\xd2\x70\xdd\x1d\xdc\xeb\x88\xc7\x8b\x8b\x6f\x54\xe4\x72\x3e\x01\x03\x98\x12\x96\xe1\x01\xd8\x5d\x3c\xfc\xda\x19\x59\x2f\xfc\x90\xc6\xd5\x51\xcc\x6a\x92\x76\x49\x63\xc5\xd7\xd0\x41\xc6\x75\xd1\x88\xeb\x0a\x56\x8a\x9f\xf1\xb8\xd8\x2c\x0e\x4c\x0e\x29\x55\x6a\x02\x06\x52\x3c\xb8\x43\x83\x44\x1b\xa0\xe0\xc4\x23\xff\xeb\xaf\xd6\x99\x27\xb7\x4c\xe0\x96\x09\x34\xb8\xe0\x8d\x4a\x3b\x80\xc3\x69\x5c\x90\x1e\x20\x10\xc4\x03\x6d\x10\xd4\xe4\xc1\xc9\x41\x3c\x9a\xb4\xc8\xfa\x20\x5a\xc7\x23\xc0\x0f\x78\x3b\xe3\xc1\x46\x3a\x88\xdc\xd1\x30\xaa\x0f\x2e\x57\xc5\x83\x8a\x20\x0e\x1e\x19\xf4\x03\x83\xc6\xb2\x34\x5e\x7b\xee\x3d\xf0\x19\x0a\x69\x3e\xde\x8f\x54\xc4\x80\x6e\x3d\x44\xe6\xe0\xa2\x65\x3c\x38\x2d\xc4\x36\x34\x74\x76\x18\x9f\x7d\x8e\x59\x76\x7c\x6c\x77\x07\x81\xa7\xda\x60\x00\x09\x9a\x1c\x8f\x0f\x52\x8c\xf3\x87\xa7\xd4\x30\x06\xc4\xb0\x8f\x38\xab\x88\xc7\xf0\x6b\x31\x95\x74\x89\x18\xba\x44\xcc\xc1\x48\x7f\xd5\xcf\x09\xf0\x80\xe5\x7d\x70\x89\x3c\x1e\x59\x1a\xb5\x73\xa2\x73\xfd\x35\x25\x22\x5e\x0d\x9c\xda\xff\x1e\x04\x5f\x4d\x89\x83\x9c\x81\xc7\x7a\x3c\x4e\x69\x51\x65\x95\x86\xe1\x35\xcf\x84\xc3\xd2\x58\x96\xbb\x76\xb9\xb1\x3d\x1a\x04\xdb\x8c\x47\x2c\x26\x20\xb2\x07\xe1\x21\xe3\x61\x47\xb1\x0e\xd7\xcd\x18\x2e\xee\xb6\x55\xa2\xbb\x0c\xa2\x0d\xc6\x03\x87\x49\x82\x45\x1f\xf8\xdd\xcc\x23\xc1\xda\x31\xe8\x4e\xfd\xb2\xe6\x21\x96\x2d\x36\xb4\x79\x60\x18\x98\xf8\x4e\xb4\x79\x1e\x7f\x14\xe9\xf3\xe0\x60\x7b\xea\x54\xde\x05\x3f\x42\x73\x88\x07\x4c\x04\xa7\xf9\x89\xa3\x55\x3c\x10\x1a\x62\x40\x9c\x31\x48\xf1\x10\x8a\x8f\x60\xa2\xda\x43\xe6\x29\x50\x38\xd6\xbe\xc9\x91\x41\x3c\x8a\x80\x09\xf1\xbd\x13\x53\xcf\xc4\x56\x72\x56\xa1\x70\x3c\x4d\x98\x9c\x26\x34\xc1\xa9\xce\xc7\xac\x8f\xd7\xd6\x09\x27\xae\xff\xc2\xc4\x7f\x21\x3e\xd7\x83\x86\x11\x74\x9e\x1f\x17\x97\x08\xb0\x7b\x62\x04\x9f\x27\x46\xf0\x24\x62\x13\x27\x0c\xf1\xf8\x48\x46\x23\xd0\x59\xe7\x19\xbc\xb4\x89\xc2\x93\x98\xbd\x33\x39\x7b\xb9\x42\x31\x13\x87\x29\x13\x05\x25\x68\x03\x5a\x93\x66\x5b\x77\xba\x47\x1a\xb2\x40\x9c\xfe\x94\xfc\x9e\x38\x33\x62\x40\x26\x76\x1a\x33\x81\x0f\x91\x3a\xe1\x56\x13\x56\xf0\x99\xf2\x4e\x17\x8d\xd5\x99\x6c\x26\x61\x22\x3b\x71\x80\x35\xeb\xcc\xd4\xcd\x4b\x6c\x5e\x55\xa2\x89\x4a\x14\xa2\x11\x92\x59\xbb\x31\x00\x08\x58\xad\x2f\xd9\x4c\x97\x4d\x23\x2e\x2c\xbe\x14\xf1\x10\xf4\x94\x78\xb5\x9c\x8a\xfc\x3d\x93\xf6\x03\x6e\x46\xcd\xf4\x98\xee\x11\x0c\xdd\xea\xbd\x96\xf1\x5a\x3d\x62\x9a\x66\x44\xdf\xcc\xc6\x18\x43\x89\x9e\x19\xf5\x6c\x66\xd5\x33\x64\xd0\xd4\xa3\x7e\xe2\xcb\xdb\xc5\xf9\xca\xb7\x59\x6f\x7b\x80\x59\xa6\xeb\xc5\xc4\xf5\x22\x68\xd1\x8c\x8c\x8d\x7a\xe2\x8f\xd5\xc5\x44\x2a\xa8\x08\xb3\xe8\x84\x23\x56\xbf\xae\xf2\xb3\xec\x01\x22\xdc\x6c\x65\x0f\x3d\xeb\xb0\x57\x08\x7a\x5b\x31\xbf\xcf\xca\x9d\x42\x51\x5a\x2a\xdb\x8a\x59\xdd\x56\xb0\x9d\x9f\x15\xff\xcc\x59\x45\x85\x14\x80\xaf\x61\x08\x98\x6d\x03\x55\x13\xea\xb6\x39\xb6\x2d\x76\x91\x86\x4b\x99\xcd\xc5\xda\xb2\xf3\x18\x28\x07\x4d\x23\x73\x9b\x46\x06\x81\x5e\x1b\xd6\x81\xd9\xb4\x0e\x60\xf0\x9d\x0d\xab\xd2\x6c\xc0\x22\x70\xf7\x77\x6a\xa5\x98\x0d\xc0\x30\x23\x4d\x77\x18\xe7\xec\xc2\x1f\x09\xa8\xa6\x67\xc3\xc4\xb3\xa1\x73\x70\x31\xbb\xf3\xa4\x0b\x34\x07\xdf\x9c\x1d\x0f\x83\xd9\x27\x17\x74\x58\xc6\xdd\x32\xbb\xe1\x8d\xc4\x4f\xed\x77\x96\xc6\x15\x23\x62\xec\x12\x56\x36\x1e\xb0\x2f\xa1\x26\xbb\xe3\xd5\x1d\x2f\xc1\x65\x51\x51\xe2\x61\xa9\x44\xf4\x1d\x9c\x1f\xcc\x91\xc5\xc0\x15\x81\x1f\x35\x79\x0e\x0c\x26\x68\x2f\xc1\xda\x21\x19\xb3\x36\x31\x25\x46\x93\x26\x56\x9f\x50\x33\x1e\xab\x4c\x8e\x55\x3a\x41\xb0\xe6\x70\x62\x0f\x63\x8d\x09\xbe\xa8\xaa\x32\x55\x55\x06\xa7\x83\x73\x3a\x4d\xa6\xd3\x44\xf0\x3d\xf4\x91\x78\x98\x17\x66\xc4\xdd\xd6\x78\x08\x2b\x4e\x32\x1b\x31\xb3\x80\x10\xc2\x47\x67\xb3\xe6\x9d\x15\xc8\x66\x47\x62\x8a\x7f\x7b\x0a\xc4\x4d\x17\x4f\x42\x46\x8b\xc1\x31\x51\x06\xe7\x9c\x40\x4a\x12\x60\x78\xca\x27\xe7\x45\xc6\x2c\x86\x35\xf3\x66\x0a\xec\x2f\x88\xe0\xfc\x2c\x73\xc3\x7c\x0a\xd4\x2d\xb3\x9b\x22\x7c\x32\xfa\x73\x59\xe6\x12\xa9\x99\xaf\x61\xa3\x98\x73\xe3\x7a\x8a\xc7\xbe\xcc\xb9\x36\xd8\xb0\xf8\xc0\xd0\xae\x64\x70\x75\xb1\x56\x1d\xfe\xeb\xde\x08\xb8\xa4\xbb\x4d\x77\x7b\xbb\x58\x18\x56\x39\xf6\x45\x10\x79\x5c\x96\xe6\x85\x8d\x6a\x5e\x82\x49\x77\x81\x4c\xe9\xcb\x0b\x64\x37\xbc\x7a\xe6\xb5\x24\x2d\x41\x54\x84\x45\x93\x3b\xdf\x72\x67\xcc\xe6\xf3\x76\xf1\xdf\xc7\x2e\x54\x68\x4c\xf2\xde\xc0\xfa\x70\xe7\x7b\xde\x18\xad\xe6\x0d\x8a\x0f\x71\x76\xa7\x16\x9f\x89\xc5\xa7\x6f\xe4\x4c\xd7\xea\x9d\xbd\xe1\x2f\xdc\x9c\x6b\xf5\xde\xa0\x3d\x44\x9e\xbe\x9d\xac\x77\x01\x95\x47\x34\x52\x97\xef\xed\xf2\xc5\xcc\x34\x6f\x3c\x29\xe6\xdd\x36\xd4\x20\x59\x9b\x59\x9b\x1d\x5c\xc5\x81\x34\x6f\x37\xa0\x86\x10\x7b\x53\xda\x04\x00\xe6\x4c\xff\xb3\x3c\x6f\xf3\xff\x25\xce\x3d\x6b\x9a\x9c\x35\x75\x41\x9e\x6f\xb9\xd6\xfd\x0a\x9e\x27\x78\x1a\xec\xe3\x27\x54\x87\x20\x4e\x85\x16\x3e\x1b\xe7\x67\x63\x7d\xf1\xb5\xa7\x1a\x8e\x43\x80\xb3\x66\xba\x66\xa8\x10\xd1\xa3\x6c\x8e\xe1\x62\xe7\x21\x7a\x13\xbb\xc7\xf9\x1a\x9a\xf4\xd8\x38\x4c\xaf\xb4\x8d\x28\x28\x0e\x12\xbd\xfd\xaa\xc6\x08\xa0\xfd\x56\x69\x1b\x72\x59\x5c\x97\x6a\xde\x4a\x6f\x8b\xdf\x63\x8f\xbd\xbb\xc7\xc4\xeb\x41\xc5\x9e\xef\xdc\xb0\x3b\xa2\xd9\x58\x95\x8d\x4f\xb1\xa1\x56\x98\x45\xef\xc6\x32\x10\xa6\x82\xcb\x56\xf3\xe3\x64\x3a\x0b\x95\xf9\xc9\x07\x3e\x40\xe9\x70\x5d\x9b\xaa\x94\x93\xd8\x4b\xe9\x30\x68\x3e\x11\xfd\xe2\x41\x98\xf0\x8d\xb1\xf1\x49\x32\x0c\x39\xe3\xfe\x3d\xd2\x5e\xf1\x0d\xc4\x3a\x40\x1e\x71\x7e\x95\xb2\x40\x4f\x84\xb6\x89\x07\x17\x70\x8a\x70\x03\x16\x20\xe6\x89\xf1\xdc\x31\x51\xcc\x05\x64\x56\x31\x18\x3a\x1b\xa7\x89\x33\x4c\x3a\x76\x80\x74\xdc\x38\x27\xe1\x71\xa2\x00\x63\xd6\xd3\xc1\x84\x04\x4e\x59\xd8\x03\x4d\x5f\x73\x35\x02\xfb\xc3\xb6\x17\x57\x8f\xe6\x6a\xc6\x5e\x37\x5c\xba\x5f\x9b\x7e\xcd\x90\xf3\x2a\x0b\xeb\x31\x48\x8b\x11\x06\xf2\x63\xa4\xa0\xfd\xaf\x9e\xf5\x87\x81\x3d\x82\x90\xff\x79\xc7\x51\xe1\x31\x8f\xdf\x70\xe4\xf5\x9f\x77\xdc\x1e\x39\x5a\xfe\x7d\xd7\xff\x79\x87\x33\xfd\x09\x66\xd3\x8e\x36\xbb\x78\x17\xff\x3a\x65\xdb\x0e\x2b\x76\xbf\x8b\x2e\xdd\xff\x76\xad\x0d\x3f\x11\x9f\x5e\xcc\xa5\xfb\xdf\x69\x78\xa8\xdf\xc0\x4d\x98\x75\xf7\xbf\x46\x20\xe2\x62\xb7\xb6\xf3\x85\x24\x3a\x6b\x31\x40\x01\x73\x6f\xcd\x69\xd0\x01\x2f\xfb\xc7\xa7\x17\x18\xee\xa3\x7a\x3f\x9b\x5d\xc5\xba\x42\x5e\x0f\x1c\xd5\xd6\xc5\xb0\x2d\x76\xa5\xc6\xee\x5a\x60\x84\xc7\x63\x5f\xe6\x9e\x5c\x1d\x8e\xbe\x5f\x42\x1e\x93\x11\xc0\xe3\x78\x70\x73\x8e\xdb\xdb\x44\x11\x8f\x47\x2c\x77\x8e\x50\x17\xe1\x97\xe2\x31\xbc\x88\x41\xb2\x6c\x32\xae\x32\x0c\x2e\xfe\x7e\xa8\x9f\x0b\x07\x31\xcf\x90\x97\x3b\xaf\xc5\xce\xab\x13\xe9\x75\x11\xd4\x35\x1e\x17\xa4\x13\xd2\x2d\x29\x26\x3f\xd0\xf4\x8b\x68\x44\xf1\xf8\x48\xe5\xb7\x16\x24\x60\xdf\x27\x17\x97\xd9\xbd\xc5\xa3\x90\x91\x6f\x15\x2b\x81\xe3\x65\x6a\xdc\xd9\x26\x4a\x6c\x3c\xac\x85\xd7\x91\xe9\x57\x10\x35\x1a\xf7\xb2\xd9\xb9\xc5\x83\x6b\xd4\xde\x3d\xbe\xa4\x60\x38\xe4\x62\x2f\x3a\xd2\x5a\xbb\xee\x5c\x29\x96\x52\x63\x7c\xbc\x41\xcd\x32\x58\x58\x80\x4f\x8f\x1d\x16\x6b\xe2\xef\x45\x84\x72\x2f\xec\x13\x09\x31\x1e\x68\x1b\xff\x8b\x8b\x53\xfc\xf8\xcf\xd7\xbf\xff\xdb\xff\xfe\x7f\x5c\xff\xfe\x7f\x5e\xff\xf9\xfb\xeb\xf9\xef\xff\xf1\x1f\xdf\x7f\xf9\x6f\xef\x7f\x7a\xfe\xdb\x5f\xff\x5b\x50\xff\x7a\xbf\xf5\x9f\xfe\xcb\xf7\x1f\xdf\xff\xfd\x5f\xff\xfb\x7f\x3c\xdf\x5f\xff\xfe\x5f\xff\x3d\x72\xf1\xf7\xff\x04\x00\x00\xff\xff\x2d\x58\x41\x22\x3d\xd6\x02\x00"); -func _eaff ()([]byte ,error ){return _g (_egea ,"90msp-RKSJ-V")};var _ccag =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\x9a\x4b\xab\x65\xc9\x71\x85\xe7\xf7\x57\x9c\xa1\x3c\x90\x6b\x47\xbe\x13\x8a\x0b\x72\x4b\x42\x8d\x91\x6c\xdc\x7e\x81\xf1\xe0\xe4\xab\x29\x70\xdd\x2a\xaa\xab\x07\xfd\xef\x4d\xac\x6f\x77\xdb\x12\x06\x79\xd0\x44\xdf\xa8\xc8\x9d\x79\xd6\x5e\x11\xb9\x22\x73\xbf\xfb\xe6\xdb\xdf\x7e\xfb\xf6\xe1\xeb\xe3\xdd\x3f\x7e\xf9\x34\xbf\xdb\x5f\x1f\xe7\xc3\xdb\xfa\xb2\x7f\xf8\xf4\xe3\x97\xb9\x1f\x63\x7f\xff\xe1\xed\xe5\xc5\xc2\x63\x7d\x98\x5f\x7f\xfe\x53\x66\x7e\x7c\x7e\x7e\x79\xf1\xf1\xdf\xfd\xf4\xc3\xd7\xfd\xf1\xdb\xb7\xf3\xe9\x11\x89\x5b\x3f\x7e\xbe\x63\x1f\x8f\x77\xff\xb4\xbf\xff\xf0\xc3\xd7\x2f\x3f\x3d\x7e\xf5\x9b\xf5\x69\xec\xbf\x79\xac\x7d\xdc\xff\x0f\x5f\xd6\xfe\xf2\xe1\xed\xfb\xc7\xaf\xbe\xf9\xd3\x77\xf6\x8b\xfb\xbb\x1f\x3f\x7f\xfe\xaf\xfd\x71\xbf\x7d\x7d\x98\x7c\xfb\x6d\xc9\xbe\xbc\xfb\xe6\x8f\xcf\xcf\x7f\x7a\x7e\xdc\x8f\x77\x7f\xf8\xfb\x8f\xd1\xd2\xaf\xff\x2e\xff\xfa\x0f\xfa\x37\xfd\xd3\xbf\xee\x2f\x3f\x7c\xf8\xf4\xf6\xb0\xbf\xbd\xae\xf2\x3f\xee\x7f\xfe\xe9\xf3\xbe\x1f\xf5\xf2\xee\xdf\xff\xe5\xdb\xdf\x3e\xfe\xc3\x1e\x76\x3d\x42\xce\xa1\xfe\xe7\xed\xff\xb7\x3f\x7e\x5a\xfb\x71\xf1\x57\x60\xf1\xf3\xd3\xda\x3f\x7c\x7e\xce\xfd\xe5\xf9\xf6\xfd\x7e\x79\x3c\xde\x5f\xd7\xeb\xe3\xf1\x78\xdf\xae\x57\xff\xeb\x37\x96\xae\xd7\xc7\xfb\xdf\xff\xee\xf7\xbf\x7b\xf5\x55\xfe\x45\xfc\x8b\xf1\x98\xb7\x4f\x5f\xd7\x3e\xf8\xf4\x84\xf7\x76\x5e\x1f\xe6\x23\xfe\xf7\x3f\xbd\xd8\x75\xdd\xf3\x7e\x58\x77\x74\xf0\xe8\xba\x3d\xfa\xfd\x93\xd9\x9e\x96\xdb\xeb\xa3\x77\x77\xe4\x8e\x63\xbe\x3e\x2c\xd6\x14\xe5\x5b\xf2\x69\x50\x68\xee\x79\x9a\x3c\x27\xbf\x3e\xac\x04\xf7\x9c\x82\xa7\xbc\x3e\x42\x52\xcc\xa9\x78\xaa\x7b\xaa\x3c\x0d\xcf\x76\x8f\xcf\x16\x98\x3e\xf8\x93\x43\x2e\xee\xe1\xc9\xc1\x63\xa2\x79\x4c\x24\x26\x7a\x4c\x32\x5f\x4f\x24\x26\x8e\xf1\xfa\x48\xd5\x47\xc5\xb1\xf0\x9c\xd7\x47\xbe\x3c\x26\x31\x2a\xf9\xa8\xdc\xb3\x7b\x18\x95\xfc\xc9\x25\xfb\x0a\x33\x31\xd9\x63\x6a\xf6\x5f\x91\x89\xc9\x1e\xd3\xcc\x47\x15\x62\x8a\xc7\xf4\xcb\xd7\x53\x88\x29\x1e\xd3\xab\x8f\xaa\xc4\x54\xe1\x73\x15\x5f\x50\x25\xa8\x7a\x90\x59\xf0\x71\x8d\xa8\x06\x8a\xc1\x17\xd9\x88\x6a\x07\x60\x7d\x60\x27\xaa\x2b\x2a\xb6\xcb\x5d\x44\x75\x45\x25\xbd\x91\x27\x51\x4f\x45\xe5\xe8\xe0\x3e\x89\x7a\x2a\xaa\x5c\x3e\x70\x10\x35\x14\x55\x7a\x72\x17\x51\x43\x51\x35\xfb\xc0\x49\xd4\x54\x54\xcb\xce\x8a\x49\xd4\x3c\xeb\xf5\x61\xdd\x7c\xe0\xf4\x11\xb7\x09\x29\x7a\xd4\x62\xe0\xd2\xcb\xbb\x2e\x7f\xd6\x62\xe0\x52\xd4\x55\x7d\x11\x9b\xa8\xad\x28\x2b\xfe\xac\x4d\xd4\x56\x54\x08\x3e\xf0\x10\x75\x14\x15\x83\x3f\xfe\x10\x75\xe6\x71\x57\xf3\x81\x67\x11\x75\x2f\x22\xbc\xbc\x1f\x97\x06\x8e\x4b\x03\x53\xed\xee\xd2\xc0\x71\x29\x2a\x27\x8f\x82\xe6\x43\x0c\x0e\x25\x16\x77\x11\x05\x19\x8b\x73\x7f\xc0\xc6\x01\x1b\x6b\x8f\xee\x22\x4a\x74\x0c\xcd\x19\x3a\xe0\xe3\x10\x1f\x43\xcf\x97\xbb\x88\x8a\x22\xed\xe5\x1c\x1d\xf0\x6f\x88\x7f\xd1\x1c\x9c\x01\x01\x47\x82\xda\x0e\xce\x80\x81\x43\x0c\x8c\xc1\xc1\x19\x50\x70\x88\x82\x31\x3a\x38\x03\x0e\x0e\x71\x30\x26\x07\x67\x40\xc2\x21\x12\xc6\xe4\xe0\x0c\x58\x38\xc4\xc2\x98\x6b\x73\x17\x51\x62\x61\x2c\xc9\x07\xc2\xc2\x21\x16\xc6\x1a\xb3\xbb\x88\x12\x0b\x63\xed\x3e\x10\x16\x0e\xb1\x30\xb6\xee\x10\xc2\xc2\x21\x16\xc6\x9e\x7d\x20\x2c\x1c\x62\x61\xba\x3c\xa1\x07\x2c\x1c\x62\x61\x32\xf3\x81\xb0\x70\x88\x85\x29\x5c\x0e\x21\x2c\x1c\x63\x56\x77\x15\x1f\x38\x66\x93\x4b\x03\xa3\x27\xda\x80\x98\x43\xc4\x4c\x51\xe0\x40\xcc\x21\x16\xa6\x24\x70\x60\xe1\x10\x0b\x53\x16\x38\xb0\x70\x88\x85\x29\x0b\x1c\x58\x38\x76\xb6\xd7\x47\x2a\x02\x67\xe7\x80\x2b\x68\x46\x5c\x51\x2e\x3d\xab\x74\x5f\x2a\x5c\x1d\xe2\x6a\xaa\xc9\x5f\x1a\x5c\x1d\xe2\x6a\x6a\xd1\x1f\x0f\x57\x87\x88\x99\x5a\xaf\x2f\xef\x27\xc4\x9c\x22\x66\xea\xdd\xdc\xa5\xa8\x29\x62\xe6\x2b\xa7\x97\xf7\x13\x62\x4e\x11\x33\x9b\xd7\xcd\x09\x31\xa7\x3d\x9f\xaf\x8f\x1c\xcc\xe4\x1a\x72\x69\x60\x08\xe1\xe5\xfd\x84\xab\x53\x5c\xcd\xd1\x51\x9d\x70\x75\x86\xe9\x03\xa3\xa3\x3a\xc3\x1c\xb8\x86\x06\x9a\x5c\x53\x2e\x3d\x2b\xe9\xf1\x30\x7a\xc6\x72\xb9\xcb\xcb\xf9\x8c\x45\xcf\x12\xc9\x73\x72\x24\x26\x24\x9f\x71\xb4\xd7\x47\xce\x41\xae\xd1\x71\x75\x77\x65\x3d\x6b\x3c\x71\x3d\xe5\xba\xe4\xd2\x22\x94\x1d\x39\x7b\x9d\x9d\x64\xc7\x4c\x39\xbf\x3e\x72\x09\x1e\x95\x72\xc1\x55\x34\x63\x96\xab\xca\xa5\x45\x94\xa4\x81\x2c\x42\x39\x94\x4b\x73\x17\x39\x34\x95\x43\xb9\xfa\x76\x30\xc9\xa1\xa9\x1c\xca\x2d\x3a\x12\xe4\xd0\x2c\xec\x07\x31\xbe\xbc\x9f\x24\x0c\xc6\x72\x0d\x59\x3e\xc3\x67\x5e\x6b\x6b\x6b\xf2\x05\x7c\xc1\x6b\x66\xbc\x88\x8b\xf8\xa2\x8f\x6d\xb5\x6a\xaf\xfe\x79\x8f\xfd\xbf\xb6\xdd\x59\x53\x62\x48\xf2\x47\x5f\x99\x47\x67\x7c\x59\xd3\x79\xa2\xcd\x9a\x0a\xbe\xe2\xbe\x92\x59\x6a\xc5\x57\x59\x42\x95\xaf\xe1\x6b\x5e\xdd\x93\xf1\xbc\x8e\xaf\x13\xd7\xe5\x7b\xe2\x7b\x2a\xce\x8b\xdf\xac\x69\xe0\x1b\x8a\x13\x0b\x6a\x9a\xf8\xa6\x36\x90\xc8\xcf\x5c\xf8\x16\x3e\xe6\xd8\xf8\xb4\xab\xa4\x42\xdc\x91\x2f\x5f\xf2\x65\xcd\x91\x81\xd2\x8d\xfb\xb4\x96\x0c\x94\x6e\x7c\xac\x7e\x5b\x06\x4a\x37\xbe\x96\x24\x1f\x58\xb9\xb1\x92\x2a\x3e\xb0\xca\x99\xb5\x30\x07\x58\xb9\xb1\xdc\x78\x35\xb0\x46\xc6\x7d\xc2\x2a\x83\x55\x06\xab\xca\x58\xb0\x72\xe3\x3e\xd6\x07\x56\x6e\x7c\x2d\xc4\x81\x95\x1b\x2b\xf9\x7e\x1e\x58\x49\x25\x95\x7c\xaf\x19\xac\xb2\xb0\x0a\x91\x38\xb0\xca\xc2\x2a\x07\x7e\xef\x8d\xd5\x61\x0e\x61\x5a\xa0\x62\x11\x7e\x39\xea\x7d\x90\x82\x32\xee\xd3\x1c\x05\xfc\x0a\x54\x34\xad\xb9\x80\x9f\x1b\x8f\xd3\x9a\x0b\xf8\xb9\xb1\xdc\x3b\x71\xe0\xe7\xc6\xf2\xfd\x7b\x0b\xf8\xb9\x71\x4c\xf1\x81\x9f\x1b\x2b\x97\x5d\xf2\x81\x5f\x11\x7e\x57\x60\x2d\xe0\x57\x3a\x71\xe2\x6e\x01\xbf\x22\xae\xe5\xa4\xf7\x51\xc0\xcf\x8d\xa5\x96\xf8\xbd\xe0\xe7\xc6\x52\xcd\xc4\x81\x5f\x81\x6b\x26\xac\x0a\xf8\x15\xc9\x95\x18\x58\x0b\xf8\xb9\xb1\x12\x78\x47\x15\xfc\xea\xc5\x3b\xd7\xfa\x2a\xf8\xb9\xb1\x9c\x0b\x3e\xf0\xab\xc2\xea\x4a\x7a\x5e\x05\xab\x2a\xac\x2c\xe3\x03\xab\x2a\xac\xe2\xa5\xdf\x56\xc1\xaa\x82\x15\x39\x53\xc1\xaa\x82\x15\xef\xad\x82\x95\x1b\xab\xd6\x59\x1f\x58\x55\xf2\x32\x10\x07\x56\x55\x58\x19\xef\xad\x82\x55\x1d\x3c\x4f\x1c\xaa\x60\x55\xc9\x4b\x72\xba\x82\x95\x1b\xcb\xed\x5e\x0b\x58\xd5\x5b\x00\x6a\xcd\x14\x42\x19\xf7\x29\xee\x09\x06\xcf\xc0\xbb\xd4\xef\x7d\xc2\xa1\x27\xb8\x5c\xc2\xfe\x09\x2e\xcf\x84\x4f\xef\xed\x09\x2e\x6e\xfc\x77\x10\x07\x2e\xcf\x1b\x17\xad\xf9\x09\x2e\x4f\xea\x15\x7c\x79\x82\x8b\x1b\xe7\xa4\x7e\xef\x13\x5c\x9e\x70\xe8\x62\x2d\xe0\xf2\x7c\xf2\x3c\x71\x83\x0d\x50\xc6\x72\xaf\xf8\xc0\xc5\x8d\x3f\x8f\xdf\x0b\x2e\xcf\x45\x1c\x73\x80\xcb\xf3\xe6\x10\x63\xe1\x90\x1b\x4b\xa1\x6b\xde\x01\x87\x86\x72\x30\x50\x4b\x06\xf8\xb9\xf1\xb1\x7a\xde\x00\x3f\x37\x3e\xaf\x70\x19\xe0\x37\xc8\xc1\xaa\xb5\x0c\xf0\x1b\xe4\x60\x15\xf6\x03\xfc\x46\x26\x4e\xf8\x0d\xf0\x73\xe3\x73\x08\xbf\x01\x7e\x43\xbc\xca\x05\x1f\xf8\x0d\x72\x90\x9c\x61\x03\x96\xb1\x62\x70\x83\x1d\x58\xc6\xeb\x90\xb0\x67\x0b\x96\xf1\x77\xce\x5a\xc0\x6f\x28\x07\x0b\xf9\x31\xc0\x6f\x2c\x72\x06\x5c\xc0\x6f\x50\xaf\x82\xe6\x98\x60\x35\xa9\x57\x6c\x93\x13\xac\xe6\xcd\x35\x61\x35\xc1\x6a\x0a\xab\xa4\xfd\xba\x4e\xb0\x9a\x11\x9f\x7e\xc7\x04\x2b\x37\x56\x63\x24\x0e\xac\x26\x58\x75\x61\x35\xc1\x6a\xaa\xde\xd7\xa8\xf5\x4d\xb0\x9a\xaa\xf7\x91\xf7\x31\xc1\xca\x8d\xef\xb5\xac\x19\xac\x66\x07\x7b\xe6\x05\xab\x29\xac\x0a\xf5\x00\xcd\x24\x63\x39\xdd\xf3\x82\x95\x1b\x5f\x5f\xfc\x7f\x6c\xf7\x13\x28\xdd\x58\x72\x85\xe0\x7f\x00\xe5\x54\x27\x77\x53\x71\x42\xc5\x29\x2a\x5e\x52\x5f\x75\x01\xef\x52\x39\xeb\xbc\xfe\x05\xbc\x4b\xf0\x96\x3b\x0e\x78\x97\x52\xb9\x40\xb1\x05\xbc\x2b\x12\xa7\xd7\xba\x80\x77\x25\xe2\x34\xef\x02\xde\x95\xf1\x09\xa2\x05\xbc\x4b\xa9\x5c\x1a\xcf\x03\xde\xa5\x72\x16\x81\x68\x01\xe5\xba\x4b\x3f\x73\x00\xa5\x1b\x4b\x29\xb1\x66\xa0\x5c\xa2\x5d\x65\xeb\x5c\x40\xb9\x54\xce\x2a\xdb\xcb\x02\xab\xb5\x88\xd3\x2b\x5c\x60\xb5\x36\x71\x7a\x0d\x0b\xac\xdc\x58\x56\xe3\x30\xeb\x06\xab\x2d\x2a\x56\xd2\x67\x83\xd5\x16\x56\x95\x32\xba\xc1\xca\x8d\xe3\xac\x79\x37\x58\x6d\x61\x55\x93\x28\xbb\xc1\x6a\x0b\xab\xd8\xf0\x81\xd5\x16\x56\x15\x39\xb2\xc1\x6a\x0b\xab\x5b\xb6\x6c\xb0\xda\x95\x12\xa2\xdf\xb1\xa1\xe2\xbe\xb7\x4e\xbd\xb7\x0d\x7e\xbb\xf3\x3c\xe2\xc0\x6f\x8b\x8a\xf7\x16\xb1\xc1\x6f\x8b\x8a\x15\x1a\x6f\xf0\xdb\x50\x91\x2d\x76\x83\xdf\xbe\x65\x1a\x73\x80\xdf\x16\x7e\xf7\xb6\xb6\xc1\x6f\x1f\xd6\xa2\xe7\x1d\xf0\x3b\xe0\xc7\xef\x3d\xe0\x77\xa4\x82\x3b\x63\x0f\xf8\x9d\x7b\xdb\xd0\x9a\x0f\xf8\x1d\xb6\x0d\xb6\xe2\x03\x7e\x47\xf8\x55\xf5\x42\xf5\x80\xdf\xa1\xc4\x81\xf3\x01\x2b\x37\x96\x02\xb2\xe0\x80\xd5\x69\x8c\xc5\x07\x56\xe7\xc6\x4a\xbf\xf7\x80\xd5\x61\x8b\xa0\xc4\x1d\xb0\x3a\x94\x38\xb8\x76\xc0\xea\xdc\x5b\x27\x71\x60\x75\xc0\xea\x5e\x0b\x58\xe9\x54\x24\x07\x6d\x89\x34\xca\x18\xbb\x7b\xa7\x46\x77\x20\x63\x39\x48\xba\x35\xba\x03\x19\x2f\xcb\x8c\x8d\xf8\x6e\x99\x91\xe4\x4b\xf8\x84\x4b\x53\x37\xd3\x90\xff\x32\x56\x5a\x23\xae\xe0\x2b\xc4\x31\x47\xc5\xa7\x12\x77\xdd\xf3\x36\x7c\x8d\xb1\x59\xbe\x8e\xaf\xe3\x23\xee\x89\x4f\x58\xb5\xce\xef\x18\xf8\x84\x55\xbf\xf0\x4d\x7c\x13\xae\x31\x76\xe1\x13\x56\xdd\xf8\x6d\x1b\x9f\xb0\xaa\xc6\xbc\x07\x9f\x78\xd5\x55\x96\x5b\x06\x3f\x5a\x82\x2e\xae\x35\x5a\x82\x46\x4b\xd0\x25\x97\x1a\x2d\x41\xbb\x5b\x82\x46\x1c\xf8\xa9\x25\x28\xe9\x8e\x03\x3f\xb5\x04\x29\xb3\x66\x5a\x02\x19\xcb\x45\x5b\x76\xa3\x25\x68\xb4\x04\x95\xf7\x46\x4b\x20\x63\xa5\xb7\x2a\x1f\xf8\xa9\x25\xc8\x17\x38\xd3\x12\xc8\xb8\x8c\xc4\x07\x7e\x6a\x09\x52\x93\x04\x68\xb4\x04\x8d\x96\x20\xf2\xde\x68\x09\x1a\x2d\x01\xf2\xa6\xd1\x12\x34\x5a\x82\xde\x89\x03\x3f\x5a\x82\xd8\xa2\x7c\xe0\x97\xef\xbc\xd4\x58\x5a\x02\x19\xab\xc8\xcd\x46\x4b\x20\x63\xa9\x28\xb7\x1a\x2d\x41\xa3\x25\xb8\xb9\x41\x4b\x20\x63\x35\xea\xa4\xa1\xd1\x12\xc8\x58\x09\xda\x8a\x1b\x2d\x81\x8c\x73\x57\x6b\xa1\x25\x68\x05\xe9\x26\x99\xd1\x90\xff\x0d\xf9\xcf\x69\x43\x43\xfe\x37\xc9\xfa\x4a\x0e\x36\x64\xbd\x8c\xe5\xab\xb2\x66\x30\x90\xac\xaf\x17\xb8\x20\xeb\x65\x3c\x3f\x98\x03\x0c\x0a\x32\x03\xfe\x21\xeb\x65\xac\x04\x9e\x87\xac\x97\xf1\x38\xf1\x05\x59\x2f\x63\xb9\xab\x86\xb5\x0a\x06\x3f\x4b\x7d\xfd\x5e\xa4\xbe\x8c\xd5\xa8\xf6\xb3\x21\xf5\x65\xac\x1a\xb9\x8f\xd4\x97\xb1\x14\x9b\xfd\xf5\xed\xbe\xd1\x09\x34\x3a\x81\x98\x58\x2a\xb0\xa9\x13\xc8\x26\x15\xdc\xe8\x04\x64\x5c\x99\xb0\x54\x28\xa6\x4e\xa0\xd2\x09\x34\x3a\x01\x19\x57\x99\x7a\xd5\x74\x02\x32\x56\x29\xe9\x8d\x4e\x40\xc6\x7d\xc4\x01\xaf\x3a\x81\x64\xea\xda\x39\xe4\xc3\x58\xba\xc7\xd2\x09\xc8\x58\xd2\x39\xfe\x6c\x74\x02\x32\xbe\x4d\xea\x77\xd0\x09\xc8\x58\xb6\xca\xf3\x80\x4d\x9d\x40\x36\x29\xd9\x46\x27\x20\x63\x35\x56\xe6\x00\x97\x27\x1d\x12\x29\x40\x27\x20\x63\xc9\x28\x53\x74\x02\x32\xee\xd3\xef\xa0\x13\x90\xb1\x14\x28\x3f\x74\x02\xed\xe7\x4e\x80\x38\x70\xa1\x13\x30\x52\x8a\x4e\x40\xc6\xc7\x32\x2f\xb8\xdc\x9d\x00\x74\xa2\x13\x68\x77\x27\xa0\x2d\xac\xd1\x09\xc8\x78\x9c\x70\xa1\x13\x90\xb1\x72\x31\x2f\x9d\x80\x8c\xa5\x40\x99\xa2\x13\x68\x74\x02\xba\x31\x98\x8d\x4e\x40\xc6\xbb\x0d\xe6\x00\x3f\x75\x02\x39\x18\xcf\x03\x3f\x75\x02\x29\xc3\x0d\x3a\x01\x19\x4b\x51\x5b\x58\xa3\x13\x90\x71\x19\x89\x0f\xfc\xd4\x09\xa4\x3b\x6d\xe9\x04\x1a\x9d\xc0\x5d\xe2\xe8\x04\x64\x2c\xc5\xc4\xfa\xc0\x6f\xb0\x4d\x26\xd6\x02\x7e\x03\xa9\x4a\xaa\x0c\xb0\x92\xea\x4f\xb1\x68\x7d\xa8\xfe\x76\xab\x7e\x9e\x87\xea\x97\xb1\x12\xe1\x10\xaa\x5f\xc6\xaa\x2e\x36\x66\x43\xf5\xcb\x58\x89\x60\x8a\xea\x97\x71\xe9\xcb\x58\x70\x99\x74\x98\x92\xcd\x0d\xd5\xdf\x50\xfd\xfd\x5e\x0b\xb8\x48\xf5\xe7\x40\x59\x46\xf5\x37\x54\xff\x95\xf4\x3b\x50\xfd\x6d\x72\xfa\x05\x5f\x50\xf8\x32\x96\x12\x5b\x18\x12\x5e\xc6\xe3\x98\x17\x0e\x49\xc2\xe7\x46\x29\x9c\x37\x2e\x94\x6f\xb6\x21\x24\x7c\x93\x5c\x4f\x29\xe2\x03\x17\xc9\xf5\x5c\x79\x6f\xc8\x75\x19\x97\xcd\xc2\x0f\xb9\x2e\x63\x29\x49\xaa\x36\xe4\xba\x8c\xfb\x34\x2f\x72\xbd\xad\x1b\x17\xe1\x87\x5c\x97\xb1\x94\xe0\xee\x02\x17\x49\xf8\x1c\x2b\xf3\x82\xcb\x82\x2f\x6c\x07\x48\xf8\x76\x4b\xf8\xce\xbc\xf0\x45\x12\x3e\xa5\xca\xef\x00\x2b\x49\xf8\xac\x93\xf9\xd9\x90\xf0\x32\x5e\xd7\x58\x0b\x58\x49\xc2\xd7\x0b\xfc\x90\xf0\x0d\x09\xcf\x09\x65\x43\xc2\xcb\xf8\xbc\x8a\x43\xc2\xcb\x78\x6e\xe1\x03\x3f\x24\x7c\x66\x4b\x44\xc2\x37\x24\xfc\xa5\x13\x89\x86\x84\x97\xb1\x94\x75\x0a\xd0\x90\xf0\x32\x96\x23\xeb\x43\xc2\xb7\x4d\xe7\x08\xff\x90\xeb\x32\x56\x23\x72\x09\xb9\x2e\xe3\x35\x82\x39\xc0\x4a\x72\x3d\x65\xea\x1a\x72\x5d\xc6\x4a\x90\x7c\x6d\xc8\x75\x19\x97\xe1\x8c\x05\x2b\xc9\xf5\x54\xc8\x7d\xe4\xba\x8c\xcf\x4b\x1c\x58\x49\x9a\xa7\xc2\xd6\x8e\x34\x97\xf1\xfa\xa7\x79\x91\xe6\x0d\x69\x7e\xd7\x71\xa4\xb9\x8c\xe5\xca\xf6\x87\x34\x97\xb1\x9c\x98\x17\x69\xde\xce\x7d\xaa\xaa\x79\x0f\xb8\x1c\x24\x00\xbf\x0d\x69\xde\x90\xe6\x06\xa6\x48\x73\x19\x4b\xe5\x1e\x0b\x2e\x48\x73\x4e\x50\x1b\xd2\xbc\x1d\x4e\x1a\x12\x3e\x30\x40\x86\x07\x78\x8a\x0c\x97\x09\x74\x63\x5c\x44\xcd\xee\x8a\xf6\x3e\x33\xea\x08\x5a\x99\xa2\x36\xa4\x23\x67\xbb\x4b\x91\xfb\xe0\xa1\xa3\x44\x74\x81\x75\x9f\xf3\x71\x81\x35\xbb\x17\xb6\xc2\x91\x40\xe7\x68\x43\x46\xa7\x9f\x7f\x75\x9b\xef\x94\xc0\xee\xaf\xb3\x5c\xda\xb9\x3a\x6f\x53\x17\x63\xc5\x44\x54\x2e\xc6\xa6\x2e\xc6\xee\x77\xce\xc5\xd8\x7c\x3a\xb4\xf7\xa1\xe5\x93\x0e\x48\xa6\x98\x04\xd4\x13\x94\x75\x7d\x56\x38\x76\xe4\xfa\x6c\xea\xfa\xac\x90\x2f\x5c\x9f\xcd\x41\x94\xa0\xe3\xae\x6c\xea\xae\xac\x50\x1d\xb8\x2b\x9b\x93\xfb\x6e\xe9\x6f\xee\xca\xa6\xee\xca\x4a\x51\xae\x70\x57\x36\x75\x57\x56\x8a\x94\x13\x77\x65\x53\xb7\x60\xa5\xaa\x52\x73\x0b\x36\x75\x0b\x56\x9a\x8a\x28\xb7\x60\x53\xb7\x60\xa5\xab\xc5\xe6\x16\x6c\xea\x16\xac\xea\x30\x6f\x71\x0b\xb6\x74\x0b\x56\xb5\xfb\x2f\x6e\xc1\x96\x6e\xc1\x10\x2c\x8b\x5b\xb0\xa5\x5b\xb0\x1a\xb2\xb9\x8b\x28\x5d\x79\x71\x29\xb0\xb8\xf2\x5a\xba\xf2\xaa\xc9\xc5\xf9\xe2\xca\x6b\xe9\x32\xab\x26\xdf\xd0\x17\x97\x59\x2b\x72\xa9\x5f\xb2\xbb\x88\xd2\x05\x54\x15\x65\x16\x17\x50\x4b\x57\x4b\xb5\x7a\x53\xbe\xb8\x5a\x5a\xba\x5a\xaa\xd5\x8b\xd5\xe2\x6a\x69\xf1\x81\x40\xab\xdd\x5d\x44\xe9\x6a\xa9\x76\x4f\xab\xc5\xd5\xd2\xd2\xd5\x52\xd3\xbd\xc4\xe2\x7a\x76\x15\xdf\x61\xda\xd5\x7d\x60\xd1\x06\x83\x69\xba\x58\x5a\x45\xfb\xcb\x2a\x7c\x6d\xe0\xa8\x2e\xee\xa4\x96\x0e\x8a\x9b\x75\xb9\xa4\x0e\x31\xad\x79\x7f\xb4\x38\x26\x5e\x3a\xea\x6d\xe0\xc5\x49\xef\x52\x0b\xdb\x82\x6f\xff\x8b\x0e\x76\x49\x06\x36\xed\xf4\x0b\x15\xb8\x94\x61\x2d\x99\xaf\x9e\x0c\x5b\xca\x94\x96\x3d\x79\x16\x99\xb2\xc4\xe8\x96\x8b\x0f\x84\xd1\x4b\x8c\x6e\xc5\xd5\xc0\x82\xd1\xeb\xe9\xd5\xbd\x55\xef\x59\xd6\x53\xc5\x1d\xd3\x4c\xe0\x3c\x37\x03\xf5\xac\xaa\xd5\xc3\xe8\x25\x46\xb7\xe6\x82\x7b\xc1\xe8\x35\x5c\x39\xb6\xe6\x1b\xf2\x1a\x12\x8e\x4b\x24\x6f\xcd\xf7\xa2\x05\xc9\x97\x48\xde\xba\xcb\xd0\x05\xc9\x97\x48\xde\x2f\x57\xdd\x0b\x92\x2f\x91\xbc\x2b\x1f\x17\x24\x5f\xcb\xeb\x50\x37\xaf\xcb\x6b\xe9\x68\x00\xd3\x2f\xad\x6b\xa9\x24\x2d\xa5\x42\x0f\x72\x91\x0a\x4b\xa9\xd0\x83\x6f\x06\x8b\x54\x58\x4a\x85\xae\xd6\x6a\x91\x0a\x4b\xa9\xd0\x93\xcb\xac\x45\x2a\x2c\xa5\x42\xd7\x4e\xb5\x49\x85\xad\x54\xe8\xea\x55\x37\xa9\xb0\x95\x0a\xbd\x94\xf6\xf2\x7e\x93\x0a\x5b\xa9\xd0\xab\x97\xf2\x4d\x2a\x6c\xa5\x42\x6f\xae\x7e\x36\xa9\xb0\x95\x0a\xbd\x5b\x77\x17\x51\x4a\x85\xde\x7d\x3f\xdf\xa4\xc2\x8e\x7c\x97\x72\x79\xcd\xde\xe4\xc2\x56\x2e\xd8\x65\xd1\x87\x92\x0c\x3b\x11\x17\xbc\x8e\x6f\xb2\x61\x27\xe2\xa4\x59\x37\xe9\xb0\x33\x71\xd1\xdf\xc9\x26\x1f\x76\x26\x2e\x79\xad\xdb\x24\xc4\x2e\xc4\x65\xd7\x93\x9b\x8c\xd8\x85\xb8\xe2\x5a\x7e\x43\xf6\x7d\x7f\x37\x53\x5d\xdb\x6e\x78\xbc\x39\x8a\xb9\x6a\xf1\xb1\x10\x79\xd3\xcf\x5c\xcd\x35\xe1\x86\xc9\x9b\xde\xe5\xea\xae\xa5\x36\xbd\xcb\xe6\x73\x9a\xab\xbb\x1e\xda\xd0\x7b\x77\xb5\x77\x76\x09\xaa\xae\xf6\x6e\xf3\x8d\x8d\x5d\xbe\x87\x6e\x38\xbf\xf9\xc8\xc6\x2e\xa7\xe0\x86\xf4\x9b\xaf\x6c\xcc\x5c\x1f\x6c\x58\xbf\x9f\xf7\x87\x3d\xbe\xb3\x6c\x08\xbd\x87\x8e\x08\x2c\x7a\x25\xdf\x43\x47\x04\x9b\x6f\x6f\x2c\xea\x45\xc2\xf2\x3d\xb4\x9f\x9b\x4e\xaa\xf7\x38\xb7\xcf\x58\x73\x91\x2f\xe0\xd3\xd8\xe4\x44\xdf\x70\x7f\xf3\x95\x8e\x25\xa7\xe2\x86\xfc\x7b\x4a\x73\x59\x76\x2e\xee\x29\xcd\x85\xf1\xdf\x16\xe5\x3b\xf2\xf1\xbc\x62\xce\x20\xb2\x64\x2f\x9e\x57\xf4\x8e\x48\x93\xbd\xd4\x83\x99\x8e\x66\xf7\x52\x0f\xb6\x17\x63\xab\x67\xeb\x26\x2b\xf6\x66\xac\x6e\x5d\x37\x69\xb1\xb7\xf4\x90\x35\x71\x79\x4b\x0f\x61\x2c\xe8\x13\x8b\xbd\xa5\x87\xf6\xe6\x79\x2a\xa0\x9b\xfc\xd9\x87\xe7\x49\xf3\x6f\x12\x68\x1f\x3e\x8d\xd2\x8d\xe3\x21\x83\xce\xa5\xe3\x9e\x60\xd6\xfe\x7c\xbf\x4e\xe1\x2f\xb7\xeb\x73\xe9\x30\x08\xe3\xbf\xa8\xcb\x57\xe5\xe3\x3b\x2c\xf3\x37\x78\x48\xc4\x73\xe9\x1e\x20\x58\x93\x4f\xf7\x00\x18\x7f\x83\x26\xdf\x94\x8f\x55\xe9\x4b\x8c\x43\xc6\x1e\xd3\x01\x4c\x08\x8e\xf8\x31\x1d\xc0\x1c\xd3\x3d\x68\xd0\xae\x7d\x4c\xf7\xa0\x18\x0b\xba\x6b\x38\x26\x99\x72\xee\x2f\xeb\xa2\x2b\xb2\x43\xba\x1f\x63\x8e\xe8\xfb\xc9\x21\xdf\x4f\xd0\xa1\x4c\x50\x77\x72\x82\x0e\x65\x30\x16\xaa\x33\xf6\x04\x1d\xca\x9c\xc0\xf3\x52\x55\x1c\xcf\x0b\xea\xc6\x42\xea\xbe\xe6\xa0\x6e\xec\x04\xe6\xc8\x9e\x29\x87\x6a\x71\xa2\x0e\x47\x42\x6e\xf2\xe9\x70\xe4\x50\x41\x82\xbe\x20\x3a\x54\x90\x43\x05\x09\xc5\x77\x9f\x43\x05\x39\x49\x07\x49\xa1\xa6\xec\x3e\x1d\x24\x1d\xaa\x4a\xa8\xde\x8d\x1d\xaa\xca\x49\xea\x84\x43\x13\x2e\x49\x9d\x30\xc6\xd7\x52\xe4\x63\xac\x14\x63\x68\x41\x71\x2a\xcf\x87\x8a\x14\x74\x68\x79\xa8\x48\x87\x8a\x14\xfa\xe5\x18\x50\x91\x4e\xbe\xe3\x5c\x0b\x1d\x2a\xd2\x29\x7a\x47\x51\x87\xff\xa7\xf0\x8e\x64\x7c\x2c\xbe\x24\x1f\x5f\xdf\x5d\xde\x89\x1c\x2a\xd7\xa1\x72\x45\xd3\x3b\xa7\x72\x1d\x2a\x57\x94\x9c\x3b\x54\xae\x43\xe5\x8a\xc1\xd5\xc2\xa1\x72\x1d\x2a\x57\x8c\xe2\x06\x95\xeb\x50\xa5\xa2\xbe\xc7\x38\x54\xa9\xa3\xc2\x64\x31\xeb\xfd\x76\x9d\x28\x9d\xfb\x4b\xc0\xdc\x14\xc7\xd8\xae\x2e\x3a\xaa\xeb\x38\x5d\x5d\x34\xc6\xe3\xb2\x7c\x19\x9f\x63\x1a\x8b\xf0\xeb\xea\xa2\x31\xc6\xd7\x60\xa7\x4f\xe6\x50\x97\x1a\x0b\xf3\xaa\x4b\x3d\x7d\x31\x36\x85\x3f\xcb\x32\xff\xff\x8f\xcf\xcf\x2f\xbf\x7c\x36\x3b\x7f\xfc\xf2\x65\xbf\x7d\xd5\x27\xba\xfa\x34\xf6\xb1\xf6\xf9\xf0\xb6\x7f\xf9\xdc\xf7\xf3\xa7\xcf\x3e\x4a\xff\xfd\x77\x00\x00\x00\xff\xff\x99\x68\x60\x83\x1a\x2c\x00\x00"); -func _aeaf ()([]byte ,error ){return _g (_edege ,"HKm471-B5-V")};var _eceee =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x4c\xd2\xcd\x6e\xd4\x30\x10\x00\xe0\x7b\x9e\x62\x8e\xe5\x50\x62\xe7\xc7\x71\xa4\x6a\x25\xb4\x7b\x20\x54\xa5\x88\xa5\x05\x09\x71\x70\xe2\xc9\x62\x89\xb5\x23\x27\x39\xec\xdb\x23\xcf\x84\xd0\xc3\x6a\x36\x9f\x67\x26\x8e\x3d\xf9\xb1\x3b\x75\xde\x2d\x90\x7f\x89\x61\x38\xe3\x02\xa3\xf3\x36\xe2\x1c\xd6\x38\x20\xf4\x78\x71\x3e\xcb\x64\x01\xd6\x0d\xcb\xbf\x47\x0a\xc3\xd5\x4c\x59\x96\x3f\x9e\x8f\xf7\x9f\xc2\x6f\xd3\xdf\x7f\x84\x75\xc6\x4d\x8f\xdd\xe9\x7c\x9b\x17\xbc\x76\x7e\x0c\x50\x72\xb5\x5d\xa7\xad\x03\x40\xfe\x15\x2f\x6e\x5e\xe2\x0d\xee\x3e\xd8\xd0\xe3\x3b\xb0\x38\x26\x7f\x8e\x16\xa3\xf3\x17\xb8\x7b\x0c\x11\x8d\xdc\x17\xce\xeb\x34\xfd\xc1\x2b\xfa\x05\x24\x19\x7a\x4b\x31\xcb\x8f\x4f\x66\xfa\x6c\xae\x08\x6f\x76\xf3\x4a\x6b\xb4\xf4\x8a\x71\x76\xc1\x83\x14\xef\x85\x50\xff\xfd\xdb\x6d\xc2\xad\x57\x96\xbf\x74\xa7\xe7\x71\x9c\x71\x01\xd5\x0a\xce\xf9\xf1\xd2\x9d\xe0\xa7\x04\x29\xa0\xa8\x2b\x59\xfc\xda\x52\xbf\x3f\x05\xbb\x17\x4a\xc5\xdf\x34\x38\x1b\x8d\xbf\x60\xf6\x60\xdb\xb2\x38\x40\x0a\xe5\x01\xb4\xa8\x15\x51\xcd\x54\x13\x69\x22\xc5\xa4\x0e\xa0\xcb\x42\x10\xb5\x4c\x3d\x65\xb5\x44\x96\xc9\x26\x52\x45\xa2\x8a\xdb\x57\x4c\x65\xa2\xa6\x27\x6a\xa8\xb0\xa9\xb3\x07\x6b\x4a\x99\x88\x82\x16\x8d\x22\xd2\x4c\x2d\x51\x43\x34\x30\x0d\x44\x2d\x11\x32\x61\x22\x9d\xf6\x65\x2a\x43\x54\x8d\x44\x32\x91\xa2\x37\x52\xd0\x42\x53\x2f\x65\x99\x68\x5f\x5a\x13\x8d\x4c\x5c\x48\xed\x5b\xce\x32\x22\x51\x2b\xd2\x35\xee\x67\x97\xfe\xa7\x01\xda\x2f\x74\x58\x63\x44\xbf\xd0\xf8\xd0\x9d\xa5\x43\x77\x1e\xf7\x01\x9d\xc2\x94\xaa\xe8\xf7\x37\x00\x00\xff\xff\xb0\xc5\x59\xa9\xcc\x02\x00\x00"); -func _gdeg ()(*asset ,error ){_bgaf ,_deac :=_dfbe ();if _deac !=nil {return nil ,_deac ;};_ffd :=bindataFileInfo {_b :"Adobe-Korea1-0",_ffe :1190,_ag :_ed .FileMode (436),_ac :_c .Unix (1580491374,0)};_gcae :=&asset {_abe :_bgaf ,_ece :_ffd };return _gcae ,nil ; -};var _gcga =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\xbd\x4b\xaf\x6d\x39\x72\xe7\x37\xcf\x4f\x71\x86\xed\x41\xbb\x16\x17\xdf\x40\xe1\x02\x96\xd4\x05\x0b\x8d\xb6\x0d\x4b\xb2\x0d\x18\x1e\x90\xfb\x21\x27\x60\x65\x16\xb2\x4a\x03\x7d\x7b\x83\xff\xff\x2f\x76\x0a\x86\x81\xa3\x3b\xb9\x3b\x0e\xd7\x22\xb9\xc8\x60\x30\xde\xf1\x87\xbf\xfd\xfb\xbf\xfb\xfb\x5f\x7e\xfe\xeb\xd7\x1f\xfe\x97\xdf\x7e\x7d\xfc\xc3\xeb\xaf\x5f\xef\x9f\x7f\x79\xfe\xf6\xfa\xcb\xaf\xff\xfa\xdb\xe3\xf5\xb5\x5f\xff\xfc\xf3\x2f\x3f\xfd\x94\xee\xaf\xe7\xcf\x8f\xbf\x06\xa8\xff\x1e\xff\xb2\xfe\xfc\xd3\x4f\xe7\xfd\x7f\xf8\xb7\xbf\xfc\xf5\xf5\x2f\x7f\xff\xcb\xfb\xd7\xaf\xec\xe7\x9e\xff\xfa\x67\x9e\xfd\xfa\xfa\xc3\xff\xfa\xfa\xe7\x9f\xff\xf2\xd7\xdf\xfe\xed\xeb\x3f\xfd\x0f\xcf\x5f\xf7\xeb\xbf\xfb\x7a\xbe\xde\xe7\xef\xff\xf3\x6f\xcf\xd7\x6f\x3f\xff\xf2\xcf\x5f\xff\xe9\xbf\xfe\xfa\xdb\x6b\xa5\x4f\xc3\x3f\xfc\xeb\x9f\xff\xfc\xff\xbc\xfe\xe5\xf5\xcb\x5f\xbf\x92\xfe\xf6\xfa\xe5\xa9\xff\x7f\xfa\xc3\xdf\xfe\xb7\xf5\xe7\xff\x69\xfd\xcb\xeb\xeb\x0f\xff\xf4\xcb\xcf\xff\xf5\x1f\xfe\xf3\x3f\xfd\xe3\x9f\xc6\x7f\xfe\x1f\xd5\xa8\xb6\xff\xed\xf5\xdb\x5f\x7e\xfe\xf5\x97\xaf\x94\xfe\xfb\xeb\x1a\xbf\xff\xfd\x1f\xff\xed\xcf\x2f\x3a\xfb\xe9\x0f\xff\xc7\x3f\xfd\xfd\xdf\x7d\xfd\x9f\xe9\x2b\x5d\x5f\x77\x2d\xa9\xfc\x5f\xfc\xfd\x7f\xff\x6f\xbf\x3e\x5f\x5f\x97\xa1\xe2\x0f\x78\xfc\xfa\x7c\xfd\xe5\xcf\xeb\xf1\xfa\x6d\xfd\xf2\xcf\xaf\x9f\xbe\xbe\xfe\x78\x5d\x3f\xbe\xfc\xef\x8f\xfd\x4f\x3f\xce\x5f\xfe\xf6\x1a\xfc\xed\x8f\x7f\xf7\xa7\xbf\xf1\xdf\xfe\xcb\x35\xf8\xeb\x1f\xff\xcb\x9f\xfe\x26\xfe\xfa\x27\xfd\xf5\xfc\xfd\x8f\x7f\xea\x7f\xc3\xdf\x5f\xbf\x3c\xff\x3f\xa3\xfc\x94\x3c\xf8\x2f\xbf\xfe\xf5\xf9\x7a\xfb\x6f\x1a\xf7\x8f\xe9\xfd\xe3\x2b\x9d\x37\xfe\x7d\xd3\x4f\xe9\xba\x98\xed\xcf\xcf\xc7\xff\xbd\x7e\xfb\xe9\x8f\x8f\x7b\x5d\xe7\xc9\xf3\x23\xfd\xf8\xba\xaf\xa1\x9f\xe5\xc7\xd7\x9d\x8a\x7e\xf6\x1f\x5f\xa9\x56\xfd\x1c\x3f\xbe\xd2\xd5\xf5\x73\xfe\xf8\x9a\x7e\x74\xfd\xf8\x6a\xcd\x3f\xf7\x8f\xaf\xd4\xdb\xf9\xb9\x4f\xa7\x59\x7f\xdd\xe9\xfc\xbc\xf4\xb3\xfc\xf8\x4a\x73\xea\x67\xfb\xf1\x75\x17\x8d\xb0\xcf\x08\x97\x7f\x8e\x33\x05\xf7\x30\x7f\x7c\x8d\x72\xeb\xe7\x19\xa2\x6b\x0a\x5b\x43\x68\x0a\xfb\xf1\xe3\xab\x57\xcd\x7c\x3f\x7f\x7c\xf5\xe2\xd1\x5e\xe7\xaf\x7e\xed\x7d\x3a\x3b\xa3\xe5\xd1\xce\x24\x4f\xbf\x79\x5e\xe7\x67\xd7\xcf\x33\x70\x4e\xfa\x39\xce\x10\x59\x3f\x5f\xe7\xa7\x9f\x7d\xff\xf8\xea\xfa\xb6\xbc\xda\xe9\x57\xaf\x9d\x6f\xeb\x55\xfd\x6a\xea\xf9\xd6\xcf\x71\x9e\xd5\x6b\x9a\x43\x3b\x0f\x94\x99\xce\xb3\xa7\x87\xb2\x34\x07\xfd\xf5\xac\x69\x6f\x67\x49\xca\x59\x9d\xde\x92\x7e\xde\x67\x60\xff\x35\x9f\xbf\xde\xfa\xa9\x7e\xb3\x7e\xbe\xcf\x03\xe7\xd9\x7a\x30\xa3\xb7\xa2\x9f\xe9\xfc\xf5\xd6\xcf\xfb\xfc\xb5\xea\xe7\xfc\xf1\xd5\xf9\xab\x96\x6f\xe8\xe7\x3e\x7f\x55\x0f\x53\xa3\xa9\x87\xa9\xd1\xce\xb7\x55\x4d\xb2\xfb\xe7\x99\xa4\xa6\xb3\xce\x52\x8f\x5b\x3b\xb0\x47\x3f\xab\x7a\xba\xd8\x53\xbb\x75\xeb\xe7\x3c\x3f\xf5\xc0\x5c\xe7\x67\xd1\xcf\x7d\x7e\x76\xfd\x7c\x9c\x9f\x97\x7e\x3e\xcf\xcf\xfc\xd3\x1f\x9f\xd7\x99\x7b\xba\xee\xf6\xd3\x1f\x9f\x69\xea\xf7\x59\xd7\xd7\x3d\xae\xb3\x4d\xb3\xf3\xbb\xfd\xf8\x4a\x29\x01\xec\x33\x97\x83\x5a\x82\xde\x82\x78\x70\xdd\x3f\xbe\x46\xbb\x80\xce\x3e\xdd\xa9\x01\x94\x1f\x5f\xa3\x8e\x1b\xa8\xfe\xf8\x9a\xf9\x8e\xb6\x26\xa8\x00\x1d\x14\xab\xd1\x74\xbe\x5c\xcb\xff\xba\x47\x3a\xeb\x3b\xea\xf4\x14\x93\xba\x2c\x15\x40\x4b\x54\x06\xd0\x99\x56\x71\x1f\x3e\x2b\xfe\x5d\x46\xfe\xf1\x95\x4a\x02\x38\x8b\x96\xdc\x41\x39\x9b\x50\xe7\x05\x70\x4e\x47\x75\x67\x45\xe7\x92\x29\x94\xf3\x89\x77\xe3\x31\xed\x56\x89\x96\x33\xef\xe2\x0f\x6c\x67\x77\x53\xbf\x00\xea\x39\x6b\x1d\x40\x5d\x47\xcb\xd9\x4c\x26\xdd\xb4\x9d\x35\x01\x9c\xb9\x15\x7f\x69\x3b\x2b\x39\x46\xe3\xb9\x83\xb2\x63\xb4\x0a\x74\x0b\x2a\x40\x59\x50\xbc\x57\x04\x31\xb2\x96\x68\x0c\x3f\xd9\x87\xfa\x1c\x15\xe8\x79\x20\x36\xab\x8f\xb7\x20\xda\xa6\x9e\x4c\x45\xf4\x0f\xba\xf5\xff\x43\xc9\xf4\xa8\xa6\x56\x19\x42\x8b\x30\xa3\x17\xcd\xac\x06\x24\x4a\xc4\x70\x87\x02\xce\xc4\xda\xf7\xb3\xdc\x33\xcd\x1b\xe8\x16\x94\x80\xb2\xa0\x0c\xd4\x04\x0d\xa0\xfe\xe3\x6b\x0a\xc5\x05\x0d\xb5\x4d\xa0\xa9\x36\xf7\x32\xce\xa7\x27\x90\x7b\x1c\x9c\x4a\x35\x5a\x0e\x7a\xd0\xe1\x38\x44\x6b\x74\x56\x61\x0c\xd1\xe1\x1b\xe0\x50\x62\x56\x72\x1c\x34\x1a\x9d\xbd\x1a\xe7\x88\xa7\x11\x2f\x09\x7d\xd9\xed\x71\x96\xf5\x4e\x9e\xfc\x38\x4b\x75\x27\xfa\xd3\xe2\x74\xce\xc3\x38\x27\x38\x75\x66\x71\x4e\x6b\x1a\xf4\x70\x68\x63\xca\xf1\xd8\x5b\xf3\xe3\x3b\x74\x8d\x80\x4a\x43\x07\xb1\xe7\x80\xe6\xf9\x2a\x3e\xf1\xdc\x17\xb1\xd6\x63\xbd\xce\x24\x68\xd1\xed\xc0\x51\x1e\xe7\x84\xa6\x11\x2d\x07\x67\x13\xef\x1c\x9a\x3b\xf2\x1d\x4d\x67\x7a\xdd\xdf\x3e\xcf\xf2\x8d\xca\x16\xcc\x51\xcf\x21\x9c\xd1\x36\xd4\xe6\xd7\xa6\x70\xaa\x67\xda\x84\x36\xfd\xce\x40\xda\x91\x02\xe0\x95\xb9\x81\x96\xd6\x93\x07\xf5\xc9\x39\x80\x43\xbe\x3e\x2d\xfe\x7e\xfa\xf0\x55\xc6\x02\xac\x51\xb4\x5d\x03\xa8\x0a\xea\x40\xa7\xff\x32\x1a\xd0\x16\xc4\x93\x4b\x33\xe1\x80\xaf\x25\x7a\x76\x65\xa0\xb3\x5a\x60\xc0\x3e\x8b\x3a\xf2\x7d\x01\x1d\x46\xe0\x72\x8f\x0f\xa3\x14\xdf\xf6\xf0\x87\x5e\x00\x9a\x56\xd6\x24\x67\x39\x28\x5a\xd3\x04\x48\x3f\xbe\x6a\xbe\x00\xee\x1f\x5f\xf5\x0e\xe0\x10\xad\xcf\x3b\x8f\xd3\x12\xc0\xf3\xc7\x57\x35\x05\x9b\x65\xbc\x0e\xd0\x01\xde\xe7\x9d\xdb\xc0\xd9\x87\x7a\x07\x70\xc6\xa9\x01\x9c\x71\x2a\xbd\x89\x38\x7a\xa5\x67\x39\x33\xad\xa6\xd6\xb3\x1c\xda\x56\x4d\xad\xa7\xc8\x66\xf5\x11\x9f\xe5\xd0\xb6\x9a\x03\x18\xe7\x9d\xe8\x60\x9e\xc7\xa2\x83\x75\x80\x68\xd9\xe7\x9d\x68\xd1\xf7\x44\x07\xe7\x7b\x0a\xe3\x9c\x8d\xaf\x85\xb9\x2d\xcd\x2d\x5a\x34\x37\xbe\xf4\xec\x4a\x2d\xac\xc1\x21\x08\xb5\x30\xce\xd2\x38\xd1\xa2\x71\xa2\x83\xb3\x3a\x85\x35\xd8\x1a\x87\xde\xb6\xc6\x09\x40\xe3\xd0\xc1\x39\x11\xb5\x30\xeb\xad\x71\xd8\xb9\xad\x71\x02\xd0\x38\x01\x68\x9c\xfa\x2d\x4d\x9d\x62\x2a\xaa\xb1\x64\x8a\x81\xa8\xc5\x80\x2e\x99\x9b\x9d\x6c\x3a\x0c\xbe\x14\x66\xd3\x61\xf0\x9d\x30\xdb\x59\xa0\x9b\x71\xdb\xa1\x99\xdc\xd7\xb3\x1d\x92\x79\xb3\x74\xed\x2c\xd0\x9d\xa3\x83\x73\xfd\xb0\x40\xbe\x70\x7a\x3c\x77\x2e\x9c\xd4\xe8\xe1\x2c\x4a\x6a\xd1\xa2\xb3\x34\x98\x9d\x88\xc6\x1d\xc0\x19\x09\x7c\x6e\x3a\x8f\xdd\xc4\x65\xea\x5a\x4a\x2d\x9a\x0e\x39\x69\x31\xae\x08\x9c\x89\xcb\xd4\x85\x75\xa7\x01\x20\xea\xd9\x01\x74\x32\xcd\x5b\xcc\x7e\xce\x58\xf2\x75\x3d\xbb\xa8\x76\x8b\x96\xf3\x85\x77\xf4\x70\xbe\xf0\x8e\x1e\x44\x57\x46\x40\xe2\x40\x62\xd8\x43\xc2\x5b\x0e\xe8\x10\xe0\x96\x00\xce\xd1\x36\x2f\x30\x75\x19\x8d\xde\x2b\xd0\x5b\x6f\x79\x16\xe3\x10\x99\xc4\x61\xd4\xb5\x92\x38\x8c\xe3\xf4\x77\x83\xc9\xbe\x1f\xd8\xdc\x21\x86\x0d\x44\xd4\x25\x30\xef\x3b\x20\xbd\x44\xdf\xe7\x16\x98\x37\x47\x6b\x78\x5c\x76\x7e\xea\xa2\x03\x7f\xa7\x2e\x3a\x4e\xd0\x34\x4e\x04\x70\xa4\x0d\x08\xc7\x3c\x87\xe6\xe6\x74\x4f\x21\x08\x47\x70\x1a\x41\x26\xc0\x99\x5e\x8d\x96\xc3\x51\x42\x38\xa6\xa6\x50\xa7\x7b\x78\x1c\x92\x30\x1a\x24\xea\x21\xfa\xdd\x20\x65\x8f\xb3\xd9\xa3\x5d\x7e\xf2\xc9\x93\x9a\xed\x7e\x9c\xa9\xb7\xe2\xc5\xdd\x8f\x43\xb3\x5b\x1e\x01\x89\xed\xf2\x45\xba\x1f\x67\x57\x5b\x29\x01\x1d\x66\xbb\xf4\xe8\xe5\xf0\xdb\x5c\x41\xfb\x71\xe8\x5b\xb9\x3b\xbd\x9c\xd3\x53\x8a\x77\x65\x8b\xfc\xd6\x34\xe8\x45\xb4\x4b\xec\xbb\xa0\x73\xa4\xaf\xe8\xf3\x6c\x4c\x83\x97\xd8\x8f\xb3\x33\x79\x7e\xa0\x23\xb0\x94\x0a\x24\x32\xc5\x22\xed\x87\xe8\x54\xb9\x18\xe1\xac\x79\xb9\x6b\x40\xf5\xc7\x57\x01\xe5\xf6\xc3\x6c\xe5\x60\x66\x67\xd9\x3b\xec\xe3\x7e\x2c\xd1\x4e\xaf\xd9\x7e\x88\x8e\xb5\x19\x6d\x4f\xdd\x13\x31\xde\xfb\xc7\x57\xee\x93\xb9\x1c\x52\x56\x3e\xdf\x70\x4e\x74\x6e\xd1\xcb\x39\xd1\xb9\x8c\x78\x72\x9c\x2f\x6a\xd1\x76\x88\x56\xff\x40\xe7\x6b\xc7\xe7\xbd\x23\x67\x8d\x8b\x79\x8a\xa2\x55\xf6\xe8\xa9\xfd\x9b\xac\xc4\xf3\xe0\x5e\x19\x25\xda\xf2\x8f\xaf\x92\x4d\x23\xf7\xf3\xec\x6d\xb9\x7c\x12\xf7\xf3\x1c\x95\x32\x6b\x3c\xd9\xce\x7b\x29\x9e\xec\xc2\x89\x02\x74\xf6\x3d\x19\x39\xf7\xf3\x1c\xe7\x76\x8f\x18\x6f\xfd\xf8\x2a\x9d\x15\x7c\xea\x1e\x3f\x23\x7c\x47\x6c\xf7\xf3\x9c\xf6\x36\x7d\x9f\xed\xe7\x39\x90\x65\xf8\xd8\xed\xe7\xf4\x9d\x4c\x9b\x90\xa9\xf7\x80\x6e\x21\x0c\x53\x13\x32\xd5\xc1\x27\x9d\x2b\xb2\xc3\x85\x6f\xa1\x79\x1b\xa0\xc1\x53\x88\x96\x6e\x3e\xf0\x20\x5a\x9f\x2d\xc6\x5b\x12\xa5\xf9\x24\x5d\x8d\x10\xb9\xfd\x34\x12\x26\x96\x49\x48\x08\x8d\xda\xcf\x43\x1e\x7a\x2f\xf1\xde\x11\x5a\xaf\x58\x98\x83\x92\x79\x5c\xcc\xfa\x5c\x13\x2d\x5d\xf4\x72\x98\xa6\xfc\x19\xcf\xd7\x6a\x8f\xb6\x73\x00\xd3\x60\x84\x83\xae\xad\xc5\x46\x48\x34\x6f\x31\x97\x83\xa0\x65\x4e\xbe\xef\x70\x9b\xbd\x7d\x46\xd8\x67\xcd\x38\x10\xcf\x43\x42\x4a\x20\xe8\xf3\x20\x6f\xe9\x9f\x79\x1e\x8e\xa5\x5f\x31\x9e\x2e\x4b\x0e\xfc\x53\xb7\x72\x8f\xf1\x0e\xf2\xf6\x11\xf3\x94\xe0\xfe\x19\xe1\xdc\xd2\xa5\xd5\x78\xef\xcc\x7a\xc6\x5c\xb6\x50\xab\x45\xdb\x39\xe2\x29\xb3\xba\xfb\xf0\x24\x23\x76\xfa\x5c\xe2\x8d\x9b\x67\x3f\xcf\x81\x28\x35\x50\xf2\x1c\x88\x56\x02\x79\xa5\x20\x28\xbe\x61\xf6\x4b\x47\x20\xb7\x80\xce\x5a\x67\xd3\xfd\xfd\xd2\xa5\x8e\xcc\xb0\x5f\xe7\x40\xb4\x7a\xdd\x40\x67\xad\x67\x8b\x27\xeb\x39\x8e\x26\x99\xfb\x75\x0e\x44\x2d\xe0\xe7\xeb\x1c\x88\xce\xc5\xb2\x5f\x3a\x10\x63\x04\x34\xcf\xa1\x9e\xf1\xe4\x12\x93\x14\x6d\x87\x2c\xc2\x39\xec\xd7\x10\xbe\x7c\xfa\x7c\x4b\xed\xc0\xcc\xa4\xad\x29\x1f\xe8\x60\x48\x33\xa7\xb3\x5f\x87\x29\xcc\xa5\x07\x74\x70\x7e\x82\x3d\xaf\x83\xf3\x39\x08\xe8\xeb\xe0\x7c\xc9\xec\xca\xcb\xc4\x95\xf5\x7c\x1d\x66\xb0\xd7\x14\x4f\x4a\x9b\x95\x99\xcb\xc1\xf9\x36\x66\xb4\x1d\x9c\x1f\xb1\x12\x62\x08\xfb\xa7\xcf\xf3\x0d\x17\x3b\xfd\x3a\x38\x5f\x3f\x5f\x74\x70\xbe\x5f\xf1\x0d\x07\xcb\x5b\x1e\x01\x65\xed\x0a\x23\x88\x0c\xb7\xcc\x17\x1d\xbc\x2e\x29\xf3\x45\xe7\x2a\x6c\x35\x56\xf0\x10\xe5\x82\x86\x61\xbf\x44\x94\xb9\x68\xf7\x6b\xe9\x6c\xde\x01\x3d\xcf\x5a\x73\xde\x5f\xc2\x6b\xb8\xa2\xfd\x3a\x78\x5d\x7a\xac\xa7\xf4\x5a\x3d\xf3\xe4\x16\xbe\x5c\xf4\xb2\x35\xcf\xc1\xd7\x1e\xbc\xee\x3d\x70\xe9\xe0\x75\xaf\x33\xda\x9a\x46\x60\xd6\x62\x4d\x7f\xef\xf3\x60\x79\xbb\xe3\x49\xa9\xa8\x62\x1f\x0e\xce\x97\xd6\xe2\xbd\x7d\xf6\xef\x33\xde\xe3\x40\x66\x2e\xf7\xfb\x60\x72\x8e\x13\xfe\x16\x26\x4f\x4e\xe3\x5b\x98\x3c\xf8\xf6\xb7\x48\x7b\xfd\x40\x67\x75\x91\x22\xf6\x5b\xa4\xfd\x88\xbc\xdf\x12\xe5\xf7\x41\xf3\xd2\x5a\xbc\x28\x22\xf9\xe9\x74\xea\x56\x4d\x40\x87\xbf\xb8\xf8\xa4\xf7\x91\x81\x5a\xaf\x01\xbd\xf4\x11\x0d\x48\x24\x85\x23\xf7\x46\x0c\x0a\x48\x1a\x3d\x48\xd1\xfb\x20\x7d\xcf\xdc\xcd\xef\x83\xf4\xa5\xc6\x5c\x0e\xd2\xe7\x29\x34\xc8\xe3\x92\xf6\x40\xd7\x61\x1e\xd7\x94\x08\x2a\x6a\x73\xa0\xd3\x24\xe6\x30\x8f\xeb\x20\xe4\x90\x22\xf1\x40\x5b\x8c\xe3\x65\x28\x4b\xfb\xa5\x0b\xf6\x00\x8f\x1f\x5f\x33\x67\xf7\x51\x0f\x0d\x4e\x3c\x67\xf6\x50\x18\x90\xc7\x30\x83\x3e\x06\x90\xd9\xeb\x29\x68\x4a\x0b\x5b\x3d\xc3\x25\xad\x5e\x66\x52\xeb\xcc\x7e\x5e\x23\xa0\x97\x54\x6d\xee\x5f\x12\xed\xbc\xa6\xdf\x7b\x89\x03\x9a\x6e\xd2\x8e\xdf\x2d\x80\xb3\xe1\xba\xb1\x0e\x60\x1a\x00\x50\x45\xd4\x00\xa4\x7c\xad\x00\x87\xab\xac\x13\x40\xd7\x78\x01\x98\x3a\xfe\x00\x87\x16\x5c\x1d\xe0\xdc\xe1\x7d\x46\x77\x87\xd0\x26\xa6\x60\x8d\x32\x2d\x53\xf3\x89\x16\x31\x52\x0c\x24\xf5\x5a\xcc\x54\x94\xa5\x32\xaa\x08\x4b\x0b\xe0\x20\x8d\x26\x57\xf6\xf8\x77\x5c\xe8\x81\x84\x17\xda\x9c\x03\x9d\xab\x26\xb7\x80\x84\xa3\x3d\x9e\x3c\x1f\x65\x41\xf6\x40\x53\x12\x77\xb4\x89\x14\x8b\xac\x1c\x68\xeb\xf2\x6c\x40\x87\xa8\xa5\x8b\xd1\xa5\xbc\xbe\xb5\xad\x07\x3a\x87\xfe\x2a\xbc\x27\xb9\xdb\x0a\x9a\x03\xe9\x5a\xd0\xca\x1f\xe8\x70\x70\x43\x07\xf4\x40\x67\xf4\xdf\xdf\x3b\x04\xa8\x0d\x9e\x3c\xc4\xa9\xcd\x1b\x48\x7c\xe0\xb8\x02\x3a\xe7\x6c\xc4\x93\x07\xa9\x4a\x8a\x11\x74\x25\x0e\xd6\x45\x92\x45\xbb\xee\x09\x94\xc5\xcb\x16\xa0\xaa\xb9\x04\x74\xde\x9b\xe5\x06\x7a\x4a\x91\x90\x80\xcc\x4d\x46\x9f\x52\xfd\x27\xde\x3b\xdf\x97\xad\x3c\x3c\x90\xc8\xd8\xc8\x40\xf3\x23\x1b\x1c\x48\x1c\xea\x8c\x27\xcf\x99\x6f\x29\x9e\x3c\x67\x7e\x34\x46\x3f\xcc\x48\xae\x31\x9e\xd8\x8f\x1c\xdf\x60\x72\x7b\x05\x74\x56\xf7\xe2\xdb\xa7\x48\x6a\x4e\x8c\xb0\x35\xc2\xe5\x6f\x58\xe2\x73\x7d\xb9\x1c\xe8\x90\x38\xeb\x50\x0e\xa4\x33\x04\x4e\x48\xb7\x54\x6f\x56\x62\x89\xed\x2c\xcc\x73\x9d\x95\x68\x56\x50\x96\xad\x33\xdb\x2c\x5d\x1d\xe8\xe0\xa0\x25\xf3\x03\x89\xf9\x89\xd1\x0f\x86\xb4\xab\x30\xfa\xc1\x90\xd6\xaf\x0a\x74\x2e\xac\xab\xc6\x7b\x1e\x3d\x7f\x47\x7c\xcf\xa3\xe2\xc4\x3a\xdd\x1c\x8e\xb1\xb4\xd9\x80\x64\xef\x00\xe9\xa5\x12\xcb\xd6\x52\x1f\xa8\xca\x76\x13\xef\x9d\x25\x9c\x85\x4f\x92\x48\x23\x3b\x88\x20\x1b\x45\xa2\x97\x73\xd7\xb4\x16\x90\x48\xf8\x15\xe3\xbd\x8e\xc8\x76\xd3\x8b\x38\xb8\x04\x9a\x2f\x19\xa9\x2c\x06\x96\xbd\xa5\x3f\x8b\x11\xb6\x0e\x6e\x29\x05\xe8\x1c\xa4\x38\x80\xb2\xa7\xe4\xc1\x17\x6d\x09\x0e\x17\xcb\xbb\x87\x50\x84\xb9\x6c\x5d\x27\xa5\x7b\x79\xb7\x16\xbb\x80\x84\x5b\xc7\xf1\x8e\x11\x0e\xba\xf6\x40\xc9\x3d\xc5\x39\xe4\x0a\x24\x4e\x33\x45\x9b\xae\xaf\xc4\x78\x53\x48\x18\x33\x93\x30\x69\x95\x6e\xd9\xfb\x70\x2a\xc5\x86\x83\x03\x9d\x9b\xb5\x80\x68\x5b\xfc\x78\xe1\xb0\x6c\xf1\xc7\x23\x33\x33\x59\xb5\xe6\x1d\x50\x13\xba\xde\x40\x5d\xdf\xc7\x78\x3a\xd4\xa5\xb9\xcf\xc7\x59\xb3\x72\x71\x58\x1e\x32\x67\x35\xd6\x13\x21\x9b\x23\x20\x21\xbb\x5c\x35\xda\xce\x2a\x5d\xcc\xf3\x71\x50\xb9\x5c\x2d\x03\xbd\x25\x48\x7b\x9e\x0f\x5d\xba\x17\x08\x2a\xe1\x7c\x7c\x20\x71\x46\x13\xd2\xf7\x10\x1f\x3f\xa3\x4d\xfb\x5e\x26\x23\x88\xa7\xe9\x39\xda\x96\xf6\x21\x20\x69\xdc\x4a\x03\x3a\xa4\xa1\x64\x43\x4f\x5f\x5c\xe0\x8b\x05\xcd\x04\x99\xb2\xa0\xe9\xfb\xae\x58\xd0\xec\xb5\x44\xdb\x53\x82\x66\x40\x2f\x3d\x79\x03\xbd\x45\x16\x79\x4f\x07\x77\x40\x08\x25\x2f\x36\xdb\x16\x0a\x32\x61\x4b\x1d\x68\x8a\x34\x54\x20\xad\xee\xa7\x97\x73\x54\x53\x0f\xe8\xa1\x4b\xd5\x7b\x24\x59\xab\x57\x76\xd3\x52\xd2\x00\x3f\x25\x25\x95\x39\x02\x12\xaf\x9e\x19\xcf\x27\xe7\x0e\x48\x3c\x77\x7c\xdf\x21\x68\xad\xb0\xef\x92\x68\xea\xcd\xb9\x95\x0c\x53\x3b\x2b\x28\xa9\x25\x97\x1e\x90\xae\x27\x70\x42\x72\x4a\x29\x5c\x79\x92\x4c\x7a\xfe\xbc\xb7\xce\x89\xcb\x13\xe8\x60\x4f\xbd\xa2\xed\x29\x85\xc6\x0d\xe4\xf5\x04\xd2\x0a\x66\x4e\x8e\x65\x8a\xca\x8e\x89\x41\xe9\x57\x89\x27\xcd\xbd\xd2\xa7\x6e\xf4\x1c\x4f\x8a\x86\xf4\x16\xd0\x5b\x12\x37\x4f\x8a\x93\xce\x8d\xaf\x35\x9e\x15\xc6\x3b\x2b\xd1\x2b\x27\x55\x3c\x50\x0e\xe2\x2a\x26\xa8\xc7\x45\x66\x2e\xa8\xb3\x2e\x66\x69\xe2\x74\x98\xa7\x99\xec\x98\x58\xd2\xd6\xb9\x62\xcd\x76\xa6\xfe\xad\x9d\xad\x98\x0b\xcd\x0d\x14\x11\x17\xda\x3b\x37\xcb\x5b\xe2\x55\x65\xab\xdf\x53\x6c\x3d\x37\x8b\x98\x9b\x1a\xb7\xc0\x7b\x7a\x73\x81\x24\x26\x75\x38\x9f\xf7\xf2\x56\xd3\x8b\xc4\x96\xda\x02\x7a\x8b\x84\x31\xba\x74\x49\x83\xdb\xea\x7d\x10\xad\x4c\xae\x84\xb7\x45\x93\x58\x0a\x1d\xd5\x0b\x82\xfd\xd6\x51\x9d\x12\x46\xea\xb8\x24\x46\x78\x03\x0f\x64\xf4\x19\x40\x07\xcd\x7d\xff\x1e\xc8\x44\x39\xa0\x43\x32\xa7\x88\x56\x1d\x97\x94\x32\x43\x88\x56\xcd\x82\x97\xfb\xd3\xd6\x24\xd8\x32\x9e\xc4\x4e\x0b\xd9\x07\x5a\x42\x91\x68\x7b\x1c\xc2\xab\xf5\x3c\x90\x6e\xf8\x18\x4f\x44\xf9\x12\xd9\xa8\xe3\x3a\xab\xd4\xfd\x45\x07\xd2\xb7\x0b\x0d\x0e\xe4\x6b\x86\x11\xce\x05\x98\x3f\xf3\x94\x30\x39\x3e\x6d\x87\x5f\xab\x83\xd1\xe5\xd0\x71\x89\xe9\x3f\x90\x8e\x47\xcc\xec\x5c\x8e\xdd\xa8\x7c\xa0\x83\xd8\x16\x50\xab\xed\xe6\xd5\x0a\x8d\x3a\x92\x2c\x43\x33\x75\xa0\xae\xe3\x3f\x80\xce\x78\xed\x8e\x36\x6b\xce\x2a\x90\xd1\xdc\xf3\x4c\x26\x53\xa3\x01\x2d\x1d\x47\x46\x10\x29\xea\x17\xbd\x9c\x2b\x28\xb7\x8b\xb6\xed\x6f\xbf\x80\xcc\x89\x30\xfa\x39\x56\xcd\x96\xd9\x03\x9d\x83\x5b\x9a\x47\xbf\x87\xd4\x53\xb5\x01\x89\xc7\x4d\x37\x90\x76\x1a\x0c\xb9\xa7\x34\x98\xa9\x00\x0d\x69\x3e\x33\x90\xc4\xf1\xc1\x93\x5a\xb3\xbb\x05\xa4\x35\xeb\x8c\xa7\xcb\xf1\xaa\xb4\x6d\x5f\x09\xd1\x76\xbe\x3d\xc5\x08\xe6\xfa\x72\x3c\x69\x9c\xf0\x78\x59\x82\xed\x75\x07\x74\x30\x4b\x3e\x32\x82\x96\x2e\xf8\x09\x24\xdb\x5b\xe6\x49\x7d\xc3\x00\x27\xb2\x58\x88\x8b\x99\x65\x69\xc3\xaf\x1c\xd0\x12\x27\x79\x03\xbd\xb4\x63\x5e\xa5\xac\xcb\x3f\x95\x0b\xa8\x8b\x37\x2e\x40\xcf\x83\x9f\xac\x44\xde\x52\x09\x65\xc6\x13\xbe\x5c\x37\xef\x41\xe8\xdd\x56\xac\xba\x9a\x0d\x28\x89\x68\x65\x20\x09\x79\xec\x4a\x19\x62\x28\x5a\x01\x9a\xda\x15\x7f\xbb\x4c\x88\x2d\xa7\x04\xe4\x6f\xe7\x49\x31\x92\x95\x73\x54\x84\xf3\xb6\xdd\xd7\x61\x47\x9c\xca\xa9\x92\x75\xad\x14\x4e\x55\x91\x9a\x22\xe5\x68\x7b\x88\x86\x78\x9e\x72\xca\x69\xd7\x98\x40\x56\xb8\x05\x94\xc5\x45\x57\x20\x51\xcc\x7e\x03\x89\xec\x5f\xd1\x8b\x5c\x70\x46\x06\xea\xd2\x28\x7c\xcb\x29\x9f\x47\x65\xf9\x63\x41\xe5\x00\x94\x47\x09\x48\x3c\x52\x8a\x21\x0e\x4a\x16\x0e\x6e\x15\x62\xf7\x1c\x53\x3b\x62\x50\x61\x23\x2a\x7a\xe5\x0e\xf4\x90\xe2\xdc\x07\xa9\x1e\xee\xbb\x5c\xf1\x81\xe6\x01\xe3\xc9\x83\x06\x25\xc5\xe7\x1e\x02\xd3\x5a\x61\x74\x69\x68\xcb\x1d\xef\x89\xf4\xb1\x9d\x75\xfd\x6e\x30\x39\x90\xf4\x3e\x23\xfa\x7c\x8a\x14\x31\xeb\x25\xad\x61\x40\xba\x04\xac\x81\x38\x90\x50\x99\xcd\xad\xba\x47\x2f\x50\xa4\x6e\xf3\xdb\xf1\xa4\x67\xc6\x08\xd2\x33\x59\x2c\xaf\xa3\x0d\x99\x2c\x20\x0d\x4d\x9a\xcf\xc9\xc6\xb7\x73\xac\x7a\x62\xe3\x9b\x78\xb2\xda\xbd\xd6\x32\x8b\x96\x1e\xef\x9d\x63\x55\x3a\x57\x82\x1c\x6e\x9a\x7c\xe4\x0e\x64\x6d\x38\x87\xb3\x49\xfb\xd7\x59\xdd\xb6\x64\x42\x88\xf1\xa4\xab\x8e\xe3\x2f\xd3\x66\x1d\x7c\x51\x33\x82\xde\x01\x9d\x55\x8a\x7d\xe8\x42\xb4\x04\x21\x94\x69\xb2\xcd\xab\x00\x69\x1f\x3e\x6d\x5b\x68\x17\x6d\x67\xbc\x76\x45\x2f\x96\x0b\x3c\x97\x3e\xdd\xd6\x80\xcc\xdd\xd0\x8b\x94\x38\x17\x5f\x2b\x57\x9a\x6a\xcd\x67\x1d\x5d\xfa\xc5\xcf\xe8\xda\xb1\x0a\x09\xeb\x52\x42\x5d\x29\xda\x0e\x51\x4e\x5c\x8e\xfd\x90\x8d\x96\x38\x80\xfd\x1c\xc0\x1e\xa4\xb6\xcb\xf3\xaf\x55\xb7\x49\x5d\x82\x81\xad\xda\x99\xa6\x15\xc8\xa9\xcc\x9e\x35\x41\xc2\xa4\x2e\x69\x41\xa6\xac\x2e\xb9\x72\xf4\xb2\xc4\x57\x76\xa0\x97\xae\x74\x20\xa9\x44\x7a\xcf\x40\x5a\xf9\x3e\x80\xa4\x69\xe5\x1b\x86\xae\xdf\xc2\xba\x0c\xb9\x02\x5c\xd1\x8b\x4e\x40\xfb\x3c\x29\x85\xcc\x15\xd0\x4b\xdc\x29\xb3\xde\xfe\x22\x66\xa6\xab\xab\x73\xe2\xe4\x08\x53\x2d\x3d\x1d\x48\x66\xb3\xf8\x76\xe9\x56\xaf\xf8\x06\xcb\xa6\xf1\xb5\xd2\xad\xc6\x95\x37\xcd\x3b\x5e\x01\x75\x71\xa0\x17\x90\x67\x96\x80\x4c\x43\x3a\x90\x30\x72\x06\xf4\xd4\x39\xf2\x4a\xcc\x69\xac\xa3\x4f\x29\x87\x52\xca\x40\x62\x9f\xc0\x10\xa9\x4b\xca\xe0\x2a\x91\x0f\x4d\x2d\xe0\xc4\x3c\xab\xd4\xca\x60\x2e\xf6\x33\x85\x2e\x4d\x58\x40\x7f\xd1\x94\x0d\xe6\xd3\xa6\x8b\xf3\x9a\xd1\xf6\x14\x0b\xc8\x3c\xc5\x45\xdb\xe7\xae\x8e\xa5\x6f\x9f\xcc\x7a\x49\x85\x66\xe5\xed\x81\xc4\x2c\xde\x09\xe8\xec\x58\xf4\xb2\x86\xec\x5d\x69\x7c\x4f\x94\xad\x2f\xe9\x2c\xe8\xb2\x01\x83\x03\x2f\x2d\x08\x16\xe0\x03\xc9\x5e\xca\xed\xb1\x44\x1a\x0a\xe4\x5b\xbe\x3f\xc5\xa2\x7f\xb5\xef\x4f\xb9\x38\xf0\x4b\xcb\xd4\xe1\x9f\x96\xc8\x46\x6a\xf1\xe4\x16\xa7\xc5\x93\xb2\x97\x76\x8e\x8e\x94\x12\xb9\x81\x06\x5b\x5a\xb3\x09\x31\xd8\xbe\x91\x40\x2d\xa9\x28\x5a\x70\x14\x5b\x4b\xd1\x73\x40\x5a\x8a\xe6\x0d\xdc\x22\x7d\x0d\x54\x96\x52\xa2\xc4\x8d\x2b\xa5\x44\xbb\x21\xfb\x52\x43\xe4\x9a\x18\xef\x70\x4c\x65\x70\x09\xc8\x6d\xb4\xcf\x1e\x4f\x4a\x24\xe3\xfb\xf6\x21\x30\xa5\x72\xa7\x4b\x45\x51\x7a\x8c\x7e\x2e\xa4\x5a\xb8\xb7\xa5\xb0\x68\xb1\xd6\x9b\x35\xa3\x17\x99\xe9\x26\xa8\xb5\x0f\xc2\x94\x02\x67\xb7\x39\x48\x8c\xa0\xa3\xf3\x99\xe7\xd6\x11\x80\xa0\x6d\x71\x61\x63\x06\x24\x63\x2d\xc8\xf4\xd0\x0a\x56\x88\x8f\x7c\x04\xc6\x95\x02\x12\x4a\x72\x1d\x3e\xcc\xf1\x72\x05\xa1\x94\xe0\x82\x78\xa0\x65\xcd\x40\x4d\x86\xdc\x80\x64\xba\x85\xf4\x3d\xc4\x73\x36\xbe\x5d\x96\xff\x16\x87\xec\xb1\xc4\xe7\x41\x40\xe5\x07\x90\x2b\x3b\xfd\x10\xf1\x49\x90\x86\x87\xc5\x51\xe4\x9e\x87\x88\x48\xec\xa6\xec\xeb\x25\x71\xc5\xca\xbe\x9e\x27\x1c\xd3\xd3\x82\x39\xfc\x8c\x54\x1b\x3d\x71\x1c\x65\x5f\x6f\x41\x24\xa5\xda\xa8\xc1\xd1\xdb\x86\x6e\xb3\xd9\x81\x24\x13\x71\x70\x6d\x43\x9f\x57\x3c\xf9\x94\x7e\xdb\xdf\x20\x65\x46\x4d\xe0\x84\x8c\xdf\x6d\x80\x67\x4f\x79\x33\x87\x2c\xf5\xb4\x6c\xca\xf9\x93\xb9\xbb\xa4\x12\x6d\x4b\xc4\xa7\x03\x3d\x3e\x5e\x16\x07\x7a\x89\x60\x33\x9e\xd6\xb3\x21\x01\xca\xe0\x9c\x47\x0d\x48\x6c\x57\x65\x04\x29\x8e\x46\xac\xcb\x96\xfe\x9e\x9d\x7e\xca\xa4\x76\xc7\x78\x47\x46\xc9\xa5\x45\x9b\xce\xca\x8c\xf7\xba\x70\x90\x11\xb6\xb5\xe4\xf1\xe4\x5b\x27\xce\xbd\x48\xed\x51\x07\x58\x20\x93\x68\x0d\xa6\x4f\x4a\x89\xd2\xc0\x3a\x99\x36\xfb\x6c\x03\xe8\x2d\x7e\xd4\x7d\xda\x44\x19\xec\x85\xcc\x90\x39\xce\xdf\x0b\xf3\x3a\xef\xc9\xc7\x63\x42\xa5\x6c\xa6\xab\xec\xa6\xd5\x10\x17\xd8\x6a\xc3\xca\xcd\xe5\xf1\xb6\x0c\x5d\x0a\x90\xd4\x9c\xac\xa0\x6c\x2b\x4d\x8e\xe4\x82\x24\x67\xc1\x7a\x48\xb7\x50\x1b\x18\xf9\xb6\x62\x13\x36\x16\x4d\x43\x8b\xb6\xad\xf7\xfe\x03\x44\x59\xca\x85\x76\xf1\xb9\x6f\x69\x91\x6f\x96\xf0\xad\xe3\x31\x63\xda\xd2\x29\x77\x88\xd6\xdb\x0b\x13\x13\x3d\x84\x37\x77\x0e\xd2\x5b\xf7\xd3\x84\xe7\x7c\x8b\xf0\x06\x2a\xbf\xe5\xe1\x57\xaf\x78\x52\xc7\xff\x03\xbd\x45\xe8\x19\x4f\x3c\x52\x89\x99\x29\x38\x20\xb8\xf6\xf7\x96\xe7\x25\x88\x26\x45\x47\xbb\x21\xe6\x56\x6d\xf0\x0d\x53\x86\xc0\x81\x40\x38\xaf\x61\x44\xeb\x40\x8e\x53\x88\x36\x99\x55\xbc\xbc\xf3\x92\x76\xa8\x59\x82\x98\x97\x6f\x78\xdf\xe2\xd3\x8a\x0e\x7b\x0c\x1c\xe8\x25\x64\x0a\xe8\x2d\x44\x6b\x86\xa6\xbe\xa1\xd2\x8b\x39\xa6\xc4\xcc\x74\xfb\xcf\xca\xe8\xba\xfd\x5b\x66\x74\xa1\x64\x1e\x3c\x29\x94\xb4\x09\xeb\x40\xe6\x21\x98\x8b\xed\xdd\xd1\x8b\x64\x86\x66\x64\x9a\x97\xd6\xe5\xaa\x3c\xb9\x45\x78\x33\x73\x11\x41\xcb\x89\x95\x10\x31\x1f\x31\xba\xc2\x49\xe0\x9f\xe6\x25\x2d\xe4\x65\x49\x60\xca\xef\xbf\x58\xb7\x7f\x20\xc5\x8a\xf8\x12\x98\x49\xdc\xa2\xfd\x66\xeb\x54\x10\x43\x2f\x56\x35\xcc\x24\xb9\x67\xb0\xf2\x69\x59\x7d\xe1\x55\x4a\x96\x58\xbc\xd3\x33\x49\x6d\xc5\x31\x9e\x52\x58\x64\x2e\xa4\x99\x24\x28\x77\xe6\xa9\x40\x83\x6e\x23\xd9\x81\xb4\x2b\xac\xb5\xd4\x17\xcd\x3a\xc9\x03\x29\x64\xc5\x17\xd2\xbc\x25\xf3\x21\x33\xcc\x5b\xc6\x68\x44\xea\x79\xdb\xb3\x88\xfd\xbb\xad\x38\x62\x1f\x14\xf4\xd3\x8a\x49\xed\x54\x88\x4f\x9b\x85\x5e\x24\x9f\x0d\xd6\xec\x76\xd0\x8a\xc9\xdb\xbc\x1d\xb7\xc2\x1e\xdd\xf6\x53\xf1\x25\x37\xb3\xac\x23\x5c\x48\x33\x0f\xc5\xc8\x98\xf4\xcd\x2c\x89\x65\xf0\x5e\x06\x5b\x0b\xd0\x94\x9c\xc5\x7b\x3a\xc5\xb6\x41\x1f\xc8\x6b\xc6\x7b\x76\x5a\xe3\x8b\xa4\x86\xc8\xbd\xc5\x93\xc2\xdd\x18\x41\xbc\xa3\x5d\x3e\x0f\x24\x9f\x27\xb0\x5c\xaa\x86\x5e\x59\x25\xa9\x1a\xea\x0d\x9e\x15\x31\x45\xb0\x10\xf6\x70\x2e\x28\x1e\xec\xd5\x5c\xec\xaa\x58\xed\x47\x5c\xda\x00\x5a\xc2\xf2\x44\x9f\x3e\xe1\xbe\xac\x66\x91\xdc\x3a\xcc\x73\xce\x22\x76\x2d\x5b\x79\x32\xad\x32\x40\x25\x32\xa5\x24\xa8\x71\x36\xab\xfd\xc4\x18\x4f\xe1\x3c\xd9\x36\xab\x03\x1d\xe9\xf7\x66\x66\x15\x6b\x9a\xbf\xb6\x2e\xed\x18\x58\x2e\xe9\xb7\xd9\x00\x5f\xa7\xa4\xdf\x5c\x7d\x09\xcc\xa6\x6b\xa6\xdc\xd1\xd6\xb4\x66\xd1\x76\x2e\xd5\xdc\x0b\x90\x2e\xf1\x1e\x4f\xca\xff\xaa\x7e\xeb\x67\x5c\xa7\xc2\x4f\x7a\x02\x95\x9b\xf5\xa3\x2c\x4c\xd3\xdd\x35\x7c\xb3\xcc\x76\x16\x74\x20\x4c\xcd\x26\x8b\xab\x1d\xfb\xab\x5d\x8a\xfb\x04\x99\xe4\x46\xdc\x72\x62\x6a\x16\xb4\xcc\x15\xcd\x26\xcd\x66\xe2\x00\x36\x50\x39\x7a\x79\xc9\x1c\xe3\xd1\xbb\x78\x39\x6e\x63\xbb\xf4\xd6\xdc\x68\x93\x19\x6e\x72\x58\xba\x34\x94\x97\x6f\xd5\x69\x41\xf9\x6a\x01\x59\x73\xcb\x7b\x72\x6f\xbb\x41\xc2\x8e\xae\xd6\xdb\x22\xa1\xb6\x56\x96\xb7\x8b\x14\x0d\x10\x54\x62\x6c\x2f\x10\x9f\x61\x27\x2b\x8e\xe3\xb0\x37\xc8\x15\x90\x35\x86\x5e\x25\x39\xe6\xd6\x58\xa5\xe1\x50\x33\xdf\xdb\x73\x58\x5b\x9a\x18\x41\xca\x85\x06\x11\x51\xfc\x43\xef\xe6\xa2\xed\x82\x5b\x2e\x0e\x92\x2c\xd8\xe3\x62\xd6\x53\x2e\xe9\x09\x64\x92\xed\xb9\xcf\x80\x24\xfe\x4e\xd6\x65\xd9\xe1\x9d\xeb\x69\x59\x91\x63\xde\x7f\xae\x6d\x17\x8e\x0e\x24\x73\x13\x97\x87\x8d\xa3\x88\xf0\x53\x92\xc7\xb8\x40\xfa\x6d\x5f\x05\x48\xe6\xb6\x53\x3f\x84\x69\xdb\xda\xcc\x5c\x24\x41\xf4\x79\xf3\xde\x32\x87\xe6\x6f\x90\xe9\x32\x77\x50\x79\xcb\xe7\xc0\x71\x1b\x07\x32\xa1\xf7\xac\x1f\xe2\x75\x2a\xd8\xfa\xb0\x4e\x12\xa2\x2c\x6e\x3f\xcf\x1e\x4f\xea\xca\x83\xf4\x3d\x30\xdf\x79\x3c\xf9\x00\x37\xbb\xa2\x1c\xc8\x3a\xc2\x68\xd3\xc1\x05\xeb\xe4\x03\x5c\x12\xc7\xff\xdf\xfb\xf9\xd6\x29\x0f\xdd\x56\xe3\x49\x11\xbb\x38\x39\xf2\xbb\x6d\xb3\x04\x24\xf9\x05\x5c\xc2\x47\xd6\xdc\xe9\x94\x8f\x6c\x8f\xaf\x7d\x22\x0c\x5f\x40\xe2\xc5\x21\xae\xe6\xc5\xef\x14\xbd\xbc\x24\xc9\xf1\x1e\x46\xc7\x0a\x24\x25\x0f\xa7\x43\xee\x9e\xbd\xb0\xba\x4f\xb3\x56\x9d\x27\xc5\x65\x96\x18\x6f\xd9\xf5\x74\x02\xbd\x64\x7a\xf6\xf7\x89\xa7\xce\x2d\xbe\x61\x9b\x25\xa3\x97\x6d\xfb\x84\xd7\xda\x4e\x8e\x71\x5d\xc8\x08\x58\x82\x45\xb2\x0b\x62\xec\xf4\xcb\x11\x90\xec\x8a\xb8\xe1\x96\xd9\x3f\x39\xec\x65\xe4\x90\x69\x87\x3d\x07\xe0\xd5\x29\x8e\xb7\x0e\xb0\xee\x8d\x9c\x3c\x80\x86\x94\x6d\x15\x48\xae\xa7\x57\xb4\xbd\x14\xd8\xe1\xd1\x6d\x07\x43\x0d\x31\x65\x07\xab\x09\x82\x6d\x86\x30\x18\x9f\xb7\x4e\x47\x87\x41\x7b\x1f\x29\xa1\xc3\xc6\xce\xb7\xb0\x35\x08\xaf\xac\x5b\xe5\x82\x86\xbc\xe5\x34\x7a\xf9\x3c\xac\xcb\xb2\x5b\x9d\xdf\x12\xe5\x25\xb3\x58\x71\x4c\xc0\x81\x64\x64\x31\x49\x59\x97\x49\x91\x91\x77\x89\xaf\xcc\xf5\xd3\x26\xc2\x6b\x34\x58\xe2\x2b\x6b\xb7\x70\xba\x64\xd0\xea\x69\xf0\xa4\x75\x84\xd1\x8b\xfc\x7c\xbb\x8d\x25\x4b\x66\xaa\x3a\x6b\x3c\xb9\x84\x68\xd1\x26\x17\xac\x02\x24\x9f\x83\x69\x94\x5c\xd7\x56\x9f\x8d\x59\x9f\x45\x6b\x9f\x99\x49\xd0\xba\x3b\x73\xf1\xa1\xb6\xb0\xb1\xcc\xcb\x8d\x1a\xd0\xe1\x75\x2e\x1f\xea\x25\xc3\x54\xae\xe6\x44\x56\x72\xa8\x52\xb4\x49\xc8\x44\x03\xbb\x92\x84\xcc\xbb\x07\x24\xb4\x33\xaf\xb3\x64\xc2\xea\xa0\xf2\x4a\xba\x8d\x33\x5f\x9b\xc4\xcf\xd8\x63\xed\x40\x36\x0d\x31\x17\x5d\x10\x5c\x33\xcb\x06\xad\x39\x78\xcf\xba\xbe\xc1\x78\x22\x99\x68\x44\x57\xda\x72\xb7\xf2\x41\x5a\xf7\xb0\xd9\x36\xa0\x2a\x0f\xeb\x0c\x24\x2d\x6b\xa7\x4d\x6e\x86\x76\xec\x39\x90\x4d\x58\x15\xe8\x5c\x48\x33\x47\x9b\xfc\x75\x8d\x92\xeb\xb6\x5f\xaa\xb9\xf6\xa5\xc8\xd7\x92\x13\x7d\x2e\xf3\x33\x8c\xa7\x70\x26\x2c\x04\xcb\x21\xde\x36\x0c\x1f\x48\xde\x71\x39\xa0\x97\xf4\xb1\x86\xc4\x2d\xd6\xeb\xbe\x81\xce\x4a\x5c\xbe\xee\x57\x16\xd1\xb2\xe3\xd2\x81\x44\xe8\x59\x25\x19\xbb\xba\x43\x3f\x0e\xa4\x83\xcb\xba\x64\x7b\xc8\x9b\xcf\x5b\x8a\x05\x2f\xb1\xd3\x79\xda\x8e\x12\xbd\x48\xe5\xc3\x3c\x15\x1f\x5e\x50\xb3\xac\xac\xd8\xaf\x31\x18\x61\xed\x4f\xf0\xc5\x81\xe4\x60\xd5\xa3\xed\xad\xef\x63\x74\xe9\xb7\xd1\x7a\x2e\x73\xa0\x0e\x71\x38\x90\x02\xb8\x7a\x40\x62\x0c\x4c\xe8\x57\xc1\x45\xcd\xbd\x28\x2a\xae\x5c\x3e\xfe\xcb\x61\x71\x85\x2f\x52\x5c\x5c\x43\x1f\xbb\x1c\xfe\x16\x2b\xa1\xf8\xb7\x92\x66\x40\x0f\x59\x16\x78\x52\x16\x9e\xce\x7a\x2a\x6a\x9d\x90\x91\x03\xc9\xcc\x08\x9e\xc9\x80\xd6\x4b\x8e\x36\xf9\x8c\x70\x1a\x8b\x4d\x9e\x25\xda\x5e\xf2\x0e\xf2\x17\x89\xff\xad\x9d\xf5\x94\xa9\xad\x15\x73\xed\xcb\xfc\x2f\xfc\xe8\xaa\xf8\x76\x0e\x20\x5d\x4f\xac\x84\x2c\x5f\xc5\x31\xdb\x07\x92\xc3\xa1\x19\x98\x55\x2d\xe9\xcc\x68\xb3\x47\x87\xd7\xac\x4a\x52\x1d\x9c\x9c\xaa\xcb\x0a\x12\xbd\xaa\x03\x72\xa2\x4f\x61\x08\xb2\xfe\xaa\xe7\x84\x77\x54\x37\xab\xea\x4c\xc3\xdf\xaf\x6a\x55\x11\x27\x5c\x36\xb2\x7a\x47\x2f\x32\xbb\x07\xad\xab\x5e\x33\x56\x49\x96\xaf\x96\xdb\xf5\x3d\x51\x96\x59\xac\x55\x88\xb2\xcc\x62\xb5\x80\x30\x32\x8b\xd5\x04\xd9\xa8\x3b\x7f\xe2\x7a\x0e\x74\x50\x24\x81\x84\x32\x7d\x65\x74\xca\xab\x4a\x4d\x3e\x7c\x5b\xad\x66\xa7\x6a\x10\xbb\xe9\x96\x4b\x23\x20\x05\x35\x80\x14\x8d\x78\x27\x6f\x52\x13\xd9\xb8\x20\x29\xcd\x68\x67\xee\x74\xc9\xf4\x55\xe0\xd7\x56\xb3\xc6\x17\x02\x2a\xd3\x57\xcf\x6c\x84\x22\x01\xcb\x8c\xf7\x64\x3f\x47\x7d\xb1\x14\xbb\x57\x10\xbe\x57\x3b\xc7\xa3\xe3\x81\xb0\xda\xf6\xc5\xe2\x05\x55\x54\x5e\xb3\x5b\xdf\x81\xe4\xee\x4d\x2f\x32\x7d\xb5\xc2\x17\xc9\xf4\x55\x9b\x39\xa6\xa5\x70\xf3\x56\x3f\x90\xc5\xf4\x02\xa4\x18\xaa\x1e\x6d\x45\xbc\xdc\x04\x52\x9f\xa0\xa4\x25\x01\x34\x8d\x4b\x92\x40\x0e\x82\x66\x93\x19\xa2\xf8\x52\xe0\x5e\xc6\xcc\xb1\xba\xc5\xed\xc4\x3c\x85\x22\xd7\x07\x92\xdc\x53\xe2\x49\x65\x99\x88\xf1\xa4\x00\x9a\x1c\xa4\x6e\x57\xba\xc2\xcc\x1c\x16\xc2\x85\x6b\x2f\xe2\x9b\x03\x6f\x23\x19\x52\xd0\x92\x79\xab\x22\x52\xaf\x61\x9e\x93\x03\x3f\xe4\xb2\x1c\x97\xaa\xfc\xbf\x0b\x3e\x2a\x6b\x98\x83\x01\xcf\x14\x0a\x5e\x7b\x0e\xa8\x4a\xe4\x0c\x48\xa6\x2f\x66\x2d\x59\xa3\xc7\x05\x31\xc4\xbd\x5d\x1c\xd5\x29\x07\xc0\x0a\x29\x9a\x66\x36\x7a\x40\xba\xac\xb8\xb6\xa7\xa5\x43\xf0\x45\xb1\xd7\x35\xd8\x8b\x89\xe2\xc8\x23\x2c\x9b\x66\xc1\x89\x65\xfd\x2f\x47\x55\xd6\x98\x76\x43\x6e\x64\x63\xa9\x8d\xb9\xd8\x56\x82\x29\x71\x6d\xf8\xca\x0c\x24\x2c\xe0\x12\xdf\xd6\x73\x72\xa8\xb7\x94\x2e\x41\xde\xb6\x2f\x78\x0b\xd1\x6b\x5b\xaf\x1a\xbd\x68\x5d\x12\x17\xbc\xad\x07\x41\x86\xe5\xfc\x38\xae\x12\x6d\x0a\xc1\xe5\x02\x7c\x0c\xcb\xad\x40\xd2\x8f\x56\x08\xbd\x75\xfb\x37\x6c\x89\xb8\xfd\x8a\x8c\xb9\x9e\xe6\x5c\x19\xcf\x5c\x7b\xe1\xe4\x3c\xad\xb2\xab\xbc\x27\xa9\xb2\x83\x2f\x72\x1c\x6c\xe5\xf3\x9e\x08\x36\x27\x40\xe1\x63\x6d\x80\x4b\xd2\xae\xd7\x74\xc7\x7b\xba\x00\x3f\xbd\x3c\x25\x1d\x56\x20\x59\x71\x2c\xf3\x2d\x05\x7e\xe5\x38\xe1\x48\x09\x7c\x91\x1d\x0e\x5b\xf4\xa2\x6b\x06\x3b\xca\x72\x58\x56\x83\x16\x58\xd7\x5e\x59\x25\x49\x09\x35\xdd\xd1\xe6\x94\x2a\x01\xd9\x01\x81\x11\xf0\xe8\xf0\xae\x28\xf8\xa9\xdc\xed\xdb\x20\x91\xf3\x68\x97\x3e\xb6\x00\x0d\xa1\x48\x40\xe7\x46\x1a\xa0\xab\x44\x8f\x5a\x6b\x0c\xf1\x10\x2a\x0f\xa0\xb7\x5c\x72\x78\x4f\xe4\xe6\x82\xf3\x51\x4c\x53\x2f\x2c\x93\xfc\x0f\xfb\x84\x5b\x54\x4c\x53\x43\x97\xb9\x5e\x76\xc0\xbf\xa3\xed\x1c\x16\xb4\x74\xcb\x11\x4e\xe8\x63\x97\x23\x9c\x12\x8b\xed\x08\x27\xc4\xa7\x65\xc1\xa7\x42\x98\x5e\x0e\x1f\x8d\x85\xd1\xf1\xc0\x12\xbd\x64\x30\x68\xa8\xe5\x97\x0d\x06\xce\xec\x71\xa0\x87\x48\x66\xb4\xe9\x36\x86\xd7\x51\xc4\x51\x8b\x83\xf4\xb2\xfe\x70\x32\x33\x2b\x02\x20\x37\xf2\x8c\xac\x68\xe2\x96\x3c\x23\x33\x66\x95\xe5\xa8\xa2\x5e\xe2\x49\x91\x86\x98\xb5\xdc\x8a\x1a\x28\xf9\x1e\x16\xa6\x1a\xd0\xad\xe3\x18\x6d\x16\xec\x32\x90\xb9\xa9\x02\x24\xa4\x67\xad\x1d\x39\x84\x32\x6a\x49\xe8\xcb\x98\x2b\xd6\x5b\x39\x10\x52\xf4\x29\x3d\x60\xac\xb5\x03\x79\x1a\xa8\xec\x40\x11\xec\xee\xcb\x66\x8e\x7e\xc7\x93\xe2\x63\x2d\xe2\xae\xb7\x4c\x9e\xe8\x40\xd7\xdb\x6a\x24\x70\xe2\x6d\xd3\x1e\xeb\x62\x4b\x46\x8e\xf7\x24\x4b\x5d\x10\xb4\x37\x6e\x5a\x7c\xbb\xc8\x22\x66\xb1\xf5\xb6\xb7\x0e\x97\xe3\x5b\xba\x53\x04\xd0\x25\x2b\x47\x0d\x89\xec\x0d\x57\x1b\x23\x88\xf8\xc4\xac\x25\xa6\x07\x5e\xcb\xae\xd1\x10\x9b\x97\x1d\x31\x83\x77\x7c\x3b\xa0\x21\x66\xb6\x7f\x0f\x30\x3e\x90\x88\x96\x31\x6b\x5f\xe6\xf6\x7d\x19\x6f\x59\x32\x2a\xc2\xf7\xbe\xec\x25\x6d\xb2\xb8\x25\x7f\x36\xf4\xcd\xdb\xf2\xe7\x3d\xa3\x4d\x9a\xf7\x1c\x6d\xd2\xa7\xb7\x80\xa4\xcc\x30\xb1\xdb\xb2\x6b\x94\xbb\xc7\x78\xef\x4f\xb0\x73\xdd\x17\x32\x1f\x6d\x3a\x7f\x08\xfb\x5b\xee\x9c\x35\x67\x66\xad\x95\xbf\xfd\xed\xfb\x82\x9d\xe1\x3d\x69\x7c\x1d\x8c\x73\xa0\xf1\x09\xa0\x3e\x90\xa4\xe6\xc6\xac\x25\x09\x38\xdb\xca\x81\xe4\x53\xfc\x81\x74\xfd\x8e\x80\xe4\xa3\x12\xdf\x8e\xa1\xd6\x23\x24\x0b\xfb\x56\x2e\xec\x24\x09\xde\x91\xc1\x07\x3a\xe7\x88\xeb\x70\xdb\x2d\x93\x13\xb7\x91\x7e\x7b\xbc\x67\xbf\xe8\x09\x24\xa9\x72\xd2\xa6\x75\x41\x19\xb5\xe5\xb2\xd9\xd0\x29\xef\x24\xd5\x1b\x66\xbf\x9d\x96\xbd\x59\x1a\xd0\xad\x0b\x3e\x20\xab\x40\x2b\x90\x22\x21\x13\x23\xd8\x7e\x96\x03\x7a\x2b\x9a\xf3\x7b\x43\xdf\x96\x91\x85\x88\xf4\x03\xe9\x1e\xf5\x7d\xb8\x65\xf4\x28\xf8\x3b\x6e\xf9\x73\x36\x87\x0a\xd6\xad\x54\x68\x19\x01\x6d\x4b\x8c\xad\x0e\xc3\x3e\x90\xc8\x77\xbc\xb7\xcc\xd9\xf9\xe3\x95\xeb\xac\x20\xf4\x6d\x8b\xb8\x7d\x32\xde\xb6\x90\xd9\x80\xce\x91\x83\x28\x6f\x19\x4b\xaa\x23\xd9\x0f\xb4\xa4\x77\x64\x3c\xe9\x7f\xb1\xec\x6f\x9b\x4e\x2a\x4b\x28\xe1\xb4\x07\xda\x65\xf1\x5d\xd9\x84\x70\xcb\x04\x52\x3b\x68\x90\x1d\xb2\xc9\xf2\xe6\x6d\xdd\x62\x07\x92\x51\xe7\x0a\xe8\x29\xb1\xcb\xa3\x17\xdb\xeb\xcd\xdf\x6f\x65\x75\x29\x98\x01\xb6\x8d\x1e\xf8\x2a\xec\x62\x4e\xf9\x03\x15\xa9\x0c\x32\x90\x1c\xd6\x4a\x40\x0a\xfb\x60\x9e\x12\x47\x4b\x9d\xbc\x67\xff\xd1\xce\xe8\x36\xf4\xb1\xd6\x76\x62\x1c\xa0\x96\x9c\x18\x73\xb5\x21\x65\x4b\x94\x2b\x19\x04\x95\x8b\x61\x85\xb7\xda\x96\x97\xe2\x20\xd5\x65\x3d\xbc\xa1\x06\xf9\x1e\x40\x5b\xeb\x02\xe4\x70\x18\x73\x61\x1b\x67\x3d\xfa\x6c\x52\xcf\x38\xe4\xf6\x40\xf2\x25\x07\x0b\x9a\x9c\x0a\xaf\x8b\x27\xd9\xcd\x80\x1e\x12\xe8\xe9\x53\x02\x7d\x87\xbc\xc9\xcd\xae\x39\x03\x52\xdd\xdd\xbe\x34\x8c\xd7\xbd\x82\x77\x40\x4f\x09\xdf\x37\x90\x2c\x04\xec\x91\x9d\xee\x1a\xab\xab\xfc\x55\xb5\x82\x75\x5d\x46\x32\x9c\x26\xb7\x24\x8f\x86\xb7\xf3\x56\xfe\xaa\x3c\x7c\xe5\xed\x8e\x4f\xf8\x00\xd2\xca\xb3\xd6\x96\x3c\x2e\xbe\x5d\x8e\x7c\x64\x76\x38\xd0\x2d\xf9\x85\xf7\x74\x02\xe0\xa9\x77\x17\x0e\xc2\x0a\xec\x2e\xed\x65\x8b\xf1\xac\xda\xf8\xf4\xf9\xfa\xe4\x87\xa8\x7b\x38\x58\xdd\x06\x73\xe2\x1e\x2b\xe4\xc6\x6e\x7d\xe8\xa9\xb7\xf3\x5d\xe1\xc5\x4f\xfc\x22\x5e\xfc\x8e\x51\xec\x4e\x21\x50\x1d\x95\xd8\xaf\x14\x90\x7c\x07\x26\xbd\x48\x3e\x8b\x0b\xc2\xf2\x0b\xae\x5f\x7b\xf8\x02\xe4\x74\x0c\x64\x6f\xef\xdf\x90\xe9\xb9\xc6\xe8\x3e\x63\xac\xae\xdc\xf3\x6a\xe6\xb2\x1a\x36\xdb\x36\x66\x26\xa7\x34\xec\x05\x5b\x49\x53\x1a\xf6\x90\x3d\x1d\xcc\xc1\xe9\x98\xf6\x2a\x62\xa7\xe5\xac\x57\xd0\xdf\x6f\x39\xe4\x75\xf4\xcd\x7b\xca\xf7\x0a\xef\x2e\x47\x1e\xf6\xa0\x0c\x72\xb3\x2b\x33\xfa\x5c\x56\xf1\x32\x9e\x4c\x82\xa8\xb4\xf6\xfc\x77\x99\x39\xaa\xa3\x12\x3b\x9e\x43\x7b\x5a\x9b\xd0\x02\xea\x22\xf4\xdf\x1b\xfa\xf6\xd4\x7d\x8f\x7d\x72\x4f\x3b\x85\x0f\x86\x97\x40\x8f\x3f\xa0\x83\x1b\x4b\xdc\x41\x4a\x9c\xd5\x70\xd9\xde\xf2\xd6\xab\x08\xfb\x7b\xd9\x53\x91\x8f\x58\x76\x73\x07\xd1\x1c\x88\x18\x04\x66\x89\x53\xc6\xbc\xb5\x25\x02\xe6\x06\x19\x5e\xd3\xdc\x1b\x23\x40\x4e\x03\x32\xc9\x9c\x40\xe2\xb7\x2d\x28\x3b\x82\x30\xe3\x12\x17\x31\x83\x1c\x96\x85\x4d\x97\xf1\xc4\xf9\x64\x90\x69\x39\xfe\x0d\xa4\x58\x22\x1b\x88\x80\x5b\xce\x7a\x0d\xd1\x78\x5b\xe4\xcc\xdc\xa3\xdb\x56\x71\x78\x08\x3b\xe4\x39\x12\xb0\x12\x41\x58\x40\x9f\x3d\xed\xa6\x45\x2f\xb2\x0c\x3b\xaf\x5e\x75\x94\x60\xa9\x90\xd3\xed\xe0\x8a\x1e\xef\x6d\xdd\xe2\xf1\xa4\x9d\x9a\x18\xc1\xf9\x0c\xe0\x59\xe4\x74\xd7\xd1\xae\x3b\x4a\x30\x07\xa1\xdf\xf2\x5a\x2e\x31\x6b\xa1\x4f\x8a\xf7\xb4\x12\x13\xd2\xa0\x48\xc0\xd6\x53\x3c\xa9\x5d\x01\x95\xe5\x74\xd7\x71\x4d\x74\x5c\x60\xc5\xe8\xe1\xc4\x3c\x25\x46\x57\x5c\x60\x0f\x3e\xc1\xd1\x7e\x9d\x6b\x5b\xf1\x7d\xd5\x61\xee\x07\xca\x9f\x24\x33\xd5\xc9\x77\x1a\x7e\xe6\xfb\x61\x11\xb7\xc6\x93\xc2\xb3\x1e\xbd\x28\x28\xb9\xc6\x7b\x52\xb3\xb0\x47\x32\xca\xb5\x1e\x7d\x4a\x0a\x0a\x7e\xed\x21\xb3\x34\x12\xa0\x93\xe8\x94\xc4\x31\x56\x32\x9c\x1a\x2b\xff\x90\x6e\xbf\xb2\x66\x8a\x27\xcc\x41\x52\x14\x4f\xd8\x63\x5d\x1c\x17\x58\x2c\x5d\x38\xe5\x4c\x8e\xd3\xa1\x3c\x32\x05\x33\x9c\xa3\x04\x4b\x90\x5a\x65\x80\x29\x09\xee\x4d\x22\x7c\xef\x30\x1b\x4f\xcc\xee\x1d\x48\xdf\x07\x9e\x29\x3f\x4b\xc7\x60\xe7\xac\x2b\x75\xf2\xed\x4f\x9d\x87\x3b\xc7\x93\xd2\x0d\x73\x09\x60\xcc\xeb\x01\xd9\xcf\x3c\x20\x9b\x82\xa3\x4f\x79\x46\x71\x72\x24\xd0\xf7\x2b\xe6\x29\x81\xfe\xe2\x4a\x90\x83\x5c\xc1\xa8\xba\x9f\x5b\xf1\x8b\x85\xb9\x38\x31\x6c\x7c\x83\x24\xc0\x04\x71\x75\x4e\x14\xfc\xf6\xc9\x89\xd2\x39\x0f\x08\xfb\x9c\xe9\x97\x19\x1f\xce\xa6\x62\x06\x7b\x5c\xf0\x8e\x19\x6c\x5c\x48\x2f\x13\x5e\x56\x57\x19\x4b\x6a\xe6\x6b\x5f\x0e\x13\x62\xa7\x5f\x0e\x08\x83\x25\x93\xcc\x5e\x72\x8b\xf7\x24\x25\x80\x05\x92\xd9\x6b\xb0\x4f\x2f\x5f\xf0\xb0\x79\x32\x4f\x16\x14\x40\xfb\xa5\xeb\x1e\x4f\x1e\xe7\x05\xe9\x48\x5d\xe4\x05\xb9\xfa\xf7\x86\xbe\xfd\x12\x07\xd3\x4a\x74\x6a\x81\x82\x6e\xec\x50\xcd\xb1\x52\x4a\x8f\x72\x37\x96\x69\x3b\xda\x88\x4f\x12\xef\x38\xd9\x32\x5b\x47\xe3\x40\x48\x88\xee\x84\x0d\x6c\x09\xca\xe5\x82\x9c\x3a\x53\x46\x81\x9f\xb1\x97\xdf\x8d\xc8\x22\x61\xb8\xc5\x56\x3b\x4a\x30\x5f\x01\x1d\xd2\x90\xa3\x17\x99\xf6\x12\x8b\xf6\xb6\x46\xdb\x42\xfb\x7e\x1b\x0d\x24\xb8\xb6\x61\xc1\xce\x4e\xf6\x8d\x38\x3d\x1f\xf1\x46\x9c\x9e\x63\x9d\x9a\x63\xf1\x4a\xd1\x75\x71\x20\x65\x0c\x68\x40\xcb\xce\x7a\x01\x29\xc8\x5b\xbc\xf1\x81\x14\x93\x25\x91\xac\x39\xde\xae\x3a\xa4\xa0\x39\xde\xae\xfd\xde\x8b\x8d\x8e\x13\x48\xde\x9d\xb7\x67\x96\x1c\x38\xde\x33\xd0\xad\x3d\x0a\x48\xab\x7b\xdd\x40\x5a\xf9\xcb\x23\x24\x91\x7d\x1f\xea\x03\x39\x4c\x9e\x3e\xa7\xcd\x7e\x13\x48\xb2\xcd\x88\x27\x95\xbd\x40\x44\xab\x0d\x09\x68\x7d\x66\xda\x64\xf9\xb6\x7f\xc0\x81\x8a\x3c\x9a\x2f\x20\xe9\xef\x4b\xb4\x59\xbf\x16\xbd\x48\xa8\xed\x05\x48\xc1\x15\x6d\x00\x49\x8c\x6d\xd1\x26\x37\xad\xc9\xf7\x2d\x93\x6f\x20\xa5\xa0\xb5\x3f\x6e\x23\x32\x6f\x8e\x0a\x64\x15\x45\xb4\xd9\x8d\x29\xda\x14\x20\x92\xbd\x2e\xb7\xa4\x12\x07\xf1\x1c\x48\x3b\x7d\x15\x20\xf9\x8c\xd4\x80\x7c\x01\x36\x20\x25\xb1\x6a\x5e\x89\xdb\xfe\x01\xf7\x05\x94\xc5\xb2\x30\x82\xc4\xd8\x3b\x7a\x91\x62\xc5\x26\xba\x36\x94\x14\xbb\xd9\x3b\xb7\x39\xf6\xaf\x9a\x1f\x6d\x8e\xfd\x2b\x37\xeb\x72\xe3\x91\xc3\x78\x4e\x15\xd5\xf9\x3e\xd9\x6d\xac\x54\x3a\xd0\x43\x24\x25\x20\xc9\x05\xec\x98\x8d\xa3\x3d\x35\x20\x91\x1b\x66\x6d\x73\xe8\x60\xc7\xb2\x35\xe8\x35\x20\xa9\xec\x2e\xde\xb3\x5b\x26\x78\x9d\x1d\xa5\xcb\x1e\x65\x47\xe9\x4e\x7f\xbb\x13\x63\x67\x76\x25\x4b\x2e\xb0\x82\xe4\x40\x4a\xe7\x55\xa2\x4d\xca\xcb\x2b\xda\x84\x83\x8d\xf1\xa4\x00\x2a\x9f\xf7\x74\xc2\xd9\x31\x67\x22\xad\xb4\x11\xfb\xc7\x3c\x2d\x9b\x0e\x4e\xb1\x64\xd3\x5e\x53\x07\xd2\x37\x4c\xde\xd3\x09\xe8\x1f\xc8\xb1\x7f\x3c\x29\x85\x85\x6d\x09\xcd\x31\x83\xb9\x26\x20\x4b\x48\xcd\x2b\x58\x08\x67\x9a\x40\x0a\x3f\x9f\x01\x39\xb1\x41\x05\x52\x0e\x3b\xd6\x5a\x66\xcd\x5c\xbf\xd7\x29\x9f\x47\xe5\xa4\x4d\x37\x4a\xc4\xd9\x12\x47\xb5\xda\x0c\x77\x25\xa0\xae\x43\x16\x4f\xca\x88\x34\xe3\x49\x71\x53\x35\xda\x14\x61\x97\x03\xd2\xdd\xc5\x31\x76\x22\xf0\x0a\x69\xa8\x8e\x5c\x6b\x01\x29\xc7\x3a\x48\x58\x71\x40\xf2\xb6\x38\x12\x30\x08\x4c\x35\x0f\x78\x33\xfa\xb2\xf7\x31\xbd\x38\xa9\x38\xe4\xb4\x5a\xc8\x6c\x1d\x48\x49\x5d\x58\xa6\xea\x5c\x1b\x20\x4c\xd5\xd1\xb9\xe3\x8b\x9c\x45\xa2\x07\x64\x2e\x9a\x3e\x39\x02\xf4\x29\x2e\x3a\x71\xac\x9a\x3c\x4d\x6f\x56\x42\x46\xce\x76\x5f\xd1\x26\x73\xc5\xbc\x80\xec\xe3\xe0\x11\x9a\x94\x0b\x85\x7d\x68\x36\x92\x31\x42\xb3\xa2\x23\x05\x24\x7f\x63\xe6\x22\x23\xe7\xb8\x20\xd8\x76\x62\x2c\x1c\xea\xb6\x6c\x5f\x9e\x40\x3a\x9c\x90\x4c\xb9\x2d\x66\x3b\xbd\x1f\x48\xc2\x37\x97\x80\x1d\x15\xdb\x07\xd2\x45\x0d\x82\x2a\x35\x6a\x0f\x92\xe9\x28\xc1\x99\x02\x5a\x72\xda\x62\x3c\x23\x61\xf2\x17\xc9\x54\x5a\x94\x86\x5d\x90\x82\xb5\x47\x06\x12\x31\x67\xe5\x6d\x38\xcd\x5c\x02\xdd\x19\x92\x5a\x3c\x69\x25\x01\x7d\x92\xbd\x0c\x48\x33\xb3\xf1\xb7\x39\xda\xaf\x04\xb6\x5a\x11\x30\xb9\x46\x1d\xfb\xd7\x59\x5d\x47\xfb\x5d\x23\xa0\xf3\xed\x81\xad\x36\x6b\x66\x8e\x9c\x63\xff\x0a\x44\xc4\xe9\x90\x6e\x56\x5e\xf1\x7d\xa4\x8d\x6c\x8e\xef\x2b\x23\xc5\x93\xe7\x70\x36\x70\xd0\x09\x90\xe2\x04\x28\xf6\xaf\x65\x70\x77\x4c\x67\xe3\x0d\x48\xa4\x0f\xc2\x3b\x14\xd8\xd5\xd9\x5b\xab\x1a\xec\x33\xd2\x9c\x4e\xbb\xab\x18\x82\xa0\xb7\x1c\xeb\xe8\xc5\x8a\xc6\x98\x0b\xb5\x14\x2a\x90\xf4\xe9\xac\xbc\x22\x01\x5b\xab\xcc\x53\x19\xb7\x2e\x4e\x87\x1c\x38\xcb\x0d\x73\x63\xa3\xea\xb8\x02\xf2\x39\x62\x04\xe9\x86\xad\x0d\x6e\x63\x5a\x99\x08\xe9\x9b\xf6\xc3\xe6\x82\x90\x72\xa1\xda\xa7\xa9\x39\x7b\x76\x1f\x10\x3b\x99\x5f\x6b\x02\x0b\xa6\xed\x59\x23\xde\x73\x2c\x2c\xef\x39\x18\x67\x34\x20\xe5\xe1\x80\xf0\x4e\xbb\x2a\x40\x4e\xa7\xd5\x48\x5c\x9c\x4e\x79\x94\x62\xf4\xed\xf1\x6e\x20\xf9\xa8\xd4\x80\x64\xe1\x01\x43\x96\x63\x76\x99\x8b\x34\x06\xdd\x8e\x8a\xcd\x31\x7c\xb9\x95\x80\x74\x1a\x61\xc9\x14\xa6\x57\xe7\xf7\x39\xe6\x9b\x63\xf8\x6a\x8e\x21\x6c\x94\x83\xc0\x48\xb9\xd0\x55\x3c\x42\x90\x4c\x12\x23\xa0\x2d\xbe\xd2\x28\xe9\xa4\x43\x95\xa5\x58\x32\x0a\x04\xef\xb1\x2c\x02\x72\xab\x2e\x79\x3c\x34\x08\xd3\xf2\xc7\xe7\x80\x14\x72\x0a\xd2\x5b\x49\x90\x58\x7a\x45\xed\x95\x01\x61\xda\x76\x91\x81\x84\xa1\x32\x60\x3b\x65\xa5\x2e\xf3\x03\x39\x24\x73\x00\xc9\x98\x00\x61\xb2\x3a\x61\xc0\x69\x29\xda\x2f\x57\x38\x18\x29\x17\x7a\xca\x01\x29\x65\x4e\x8e\x27\x9d\x90\x88\xb9\x38\x08\x9a\x8d\x70\x24\xe0\x4c\xf1\xa4\x8c\x95\x90\x0d\x47\x02\x06\xd1\x52\x0d\x89\x32\x21\x7d\xdb\xc6\x27\x08\xc5\x96\x26\xae\x83\x30\xdb\xfe\xdb\x37\xef\xd9\x14\x05\x81\xd9\x0e\xbc\x98\x01\x49\x11\x10\x6b\xa6\xab\xa4\x73\x54\xb7\x9d\xe7\x7a\x40\x5e\x09\x8f\xf7\x70\x4e\x02\xbe\xe1\xe1\x60\x80\x32\x81\x6c\xee\x05\x72\xd6\x5f\xae\xed\x87\x2f\x39\x8e\xea\xc3\x33\x83\xd4\x3e\x5c\xe7\x84\x1d\x93\xaf\x6e\x9d\x2d\xda\x1c\xff\xd6\x80\xec\x1a\xe5\x36\xc7\xcd\x5d\x5c\x6b\x12\xfd\x7b\x85\x31\x70\x0a\xd9\x04\x21\x74\x0a\xd9\x09\x1f\xeb\x24\x40\x35\xde\x93\x8c\x72\x81\x91\x8e\x6a\x0b\xd6\x43\x1e\xb8\xb9\x82\x83\x4a\x79\x9a\x27\xe4\x5b\xa2\x78\x4f\x9f\x36\xb9\x93\x71\x01\x2a\x75\x69\x49\xe0\xa7\x45\xf1\x0c\xc9\x54\xfa\x9e\x5a\x21\x53\x18\xcc\x3f\x6d\x53\x6b\x96\x81\xec\xef\xe4\xf1\x2c\x44\xc7\x8e\xbd\xac\x17\xe7\x54\xd9\xf0\x3d\xc1\x4f\xa7\xe1\xf9\xb4\x21\x36\xd3\x8b\x7c\x91\x13\x98\x25\x53\x77\x2f\x90\x3e\x9b\xb3\x3b\x2b\xa8\xc4\x9b\xd9\x3a\xfa\x03\xc9\x58\xc9\x75\x61\x01\x7b\xde\xd1\x8b\x0b\xad\x18\x92\xb1\x39\x3b\xe8\xba\x39\x35\x61\xcb\x77\x40\xca\xc6\xc2\x09\x7f\x3b\x7c\x83\xeb\xc9\xe9\x04\x3b\x6b\xe6\x14\x82\x71\x72\x94\x4d\xa7\x0e\xd6\x45\x11\x6f\x3d\x4e\x2a\x19\x73\xb8\x0e\x15\x64\x96\xdb\x1d\x90\x5c\x21\xa3\x6d\xdb\x63\x85\x11\x48\x26\xc0\x08\xce\x33\x22\x3b\x58\x73\xd0\x57\x75\x08\x51\x23\xcc\x6b\xf8\xfb\xe6\xe5\x24\xc3\x57\x40\xf6\xf5\x0a\x48\xd7\xaf\xbf\x7d\x4a\x86\xae\xae\xbd\xd2\xa6\x8a\xb4\xb4\x19\x6d\x92\x00\xb9\xd2\xa7\x32\xca\x74\xf6\x68\xca\x00\x3a\xae\xeb\x7b\x4e\xd9\xf1\x5a\xdd\x81\x17\x6d\x26\x13\x5e\xf3\x41\x53\x56\xc7\x7e\x47\x9b\x1d\x90\x3e\x90\x0e\x60\xf5\xf0\xc9\x07\xd0\x22\xf5\xbc\x45\x32\xed\x6f\xdc\xe6\x6d\x63\x42\xe9\x40\xba\x04\x7c\x6f\x4f\x79\xcb\xb6\x44\x2f\xb7\x3d\x2a\x8d\x84\x53\xde\xb2\xc5\x99\xd9\x1a\xb1\x55\xd6\xfc\x1d\x48\xc9\xa6\x33\x23\x60\x64\x19\x40\xe6\xb7\x03\x7a\x09\xed\x78\xcf\x9a\xb1\xc6\x7b\x5b\xc9\xad\x27\xa3\xeb\xc8\xdd\xcc\x5a\xde\xb2\xed\xf2\x4d\xed\xd8\xaa\x62\xfd\xda\x81\x94\x60\xa6\x06\x24\x9f\x46\x1f\xb2\x99\x2d\x33\xf8\x9a\x99\xd9\x89\x4c\x67\x40\x32\xce\xf8\x00\xce\xac\xe3\x68\xa7\xb4\x03\x89\x13\xb9\x03\x72\x0c\x3d\x23\x48\xd7\x5e\x63\x2e\xcb\xa6\xd2\x09\x24\xcf\x85\x19\x90\x02\xb2\x2f\x7a\x91\x26\xd5\xaa\xa2\x03\x89\xdb\x9f\x7c\x9f\xfd\x6a\xe3\x49\xc7\x72\xc5\x5c\x24\x92\x0d\xdf\xf0\x44\x76\x95\xe8\xc5\x72\x81\x05\x5e\x57\xbb\x28\x5c\x41\x44\x7d\x15\x90\xde\x95\x23\x06\xe8\x4a\x19\x08\xf6\xaf\x38\x2c\xdf\x47\x67\x16\x2b\x72\x4c\x16\x5d\xe2\xa1\x0f\xf6\xaf\x58\x13\x7e\xc5\x7b\xef\x4f\x72\xf2\x36\x8b\x0e\x60\xf5\xa1\x76\x31\x87\x6c\xe7\xb9\xe6\x6a\x0e\x2d\x73\x20\x8a\x6c\x25\x0e\x78\x6d\x2e\xee\x90\x6d\x1a\x6a\x8e\x16\x2b\x5c\x41\x33\x4a\x45\xf9\x49\x25\x98\xc9\x9d\x75\xa9\x4e\x60\xcb\x09\x50\xf6\x97\x9a\x39\x9c\xf6\x96\x1d\x3d\xda\x74\xe0\xd9\x69\xfb\xc7\x4e\x30\x4b\x71\x65\xcd\x59\x55\x0e\xd4\x75\xe9\x54\x20\x39\x62\xb2\x2b\xd5\x7e\x44\xbe\xd6\x1c\x73\x56\x9d\xec\xe6\x40\x92\x04\xac\x5c\x98\x15\xd9\x86\x5e\x74\xa5\xdb\x8f\xa8\xcd\xaa\x4b\x07\x21\x7a\xca\x95\xb5\x39\x2c\xe9\x40\xf2\x39\xb8\x99\xcb\x76\x4e\xf3\x78\xcf\x17\x4b\xb4\x29\xf0\x82\xb6\xe6\xb8\x4e\xda\x9a\x0d\x8b\xac\x7c\x73\xd0\x97\xf9\x6d\x62\xdc\x50\xdd\xcc\xe6\x4a\x27\x96\x97\x66\x23\x2f\x7b\x06\x92\x71\x8d\x55\xb2\xd3\x6b\x66\x57\xec\xf4\xca\x85\x3b\x9b\xb3\xc4\xb1\x9b\xcd\xd5\x46\x5a\xf4\x29\x23\x35\xe7\x4f\xe5\x34\x2a\xac\xdc\x6c\xeb\xf7\x84\xf5\x07\xd2\x29\x66\x5d\x24\x47\xd6\x14\x33\x13\xb3\x11\x14\xcc\x8e\xb4\xd7\x60\x3c\xa9\xd7\xb8\xc8\x66\x73\x4e\xf3\xc2\x93\xdb\x7e\xf4\xcc\xda\x81\x25\x50\x37\x1b\xb0\xe7\xf5\x3d\xa7\x3c\xb1\x6e\x5f\x5e\x18\x95\xcc\x28\x81\xf4\x8a\xa9\x2b\x41\x4e\x3b\x3e\x8d\x0d\x48\x1a\x3c\x88\x48\xb7\xcb\xb6\x85\xe1\x69\xab\x38\x1a\xa0\xd9\xed\x53\x3c\xe8\x53\x37\xfc\x00\x29\x14\x61\x57\x2e\x10\xbb\x3b\x3d\x11\xe8\x6a\xe1\xf4\x06\x41\xed\x73\x3b\x6b\x3c\xa9\x7c\x1a\x33\xfa\x94\x78\x58\xe2\x3d\x45\x6f\x65\xda\x5c\xbb\x2d\x33\x17\xdf\xaa\xdc\x87\x12\x5c\x5b\x62\x93\x64\xdd\x2e\xf9\x66\x84\x6d\x6d\xa2\xd1\x60\xd8\x09\x07\x32\x35\xc8\x8f\x30\x80\xbc\xf4\x37\x90\xb4\x74\xdc\x95\x12\x5c\x7b\x82\xa4\x38\x4d\x4d\xaf\x01\xbd\x25\x80\x32\x82\x11\x94\xcb\x43\x82\x6b\xb9\x4a\x40\xca\xd3\xc6\xe6\x2a\x82\xb0\x96\x8b\xb9\x1c\xfe\x70\x20\xaa\xba\xea\x47\xb5\xdf\x44\x73\xd9\x8f\x6a\xaf\xe5\x36\xe5\xf1\xdb\x2e\x8e\xff\xb0\x36\xf8\x8a\xb6\x2e\x27\x38\xbe\xc1\xb1\x6a\x5c\x41\xb6\x9f\xd7\xf8\x22\x6b\x7c\xcd\x07\x4d\x09\xbc\xbd\x41\x1a\x86\x73\x27\x70\x55\x5a\xe0\x1d\x31\x9e\x04\xde\x74\x45\xdb\xd2\x3c\xf9\x06\x67\xa5\xb3\xfc\x32\xa7\x0d\x3e\x5c\x1e\x13\xbf\x82\x0a\x34\xc5\x97\x04\x24\x9f\x98\x11\xef\xc9\x5e\xc0\x3c\x9d\xf1\x17\xed\xe5\x54\x42\x9b\x8e\xcc\x30\xa7\x7d\xbb\x2d\xa3\xcc\xe9\x74\x48\xac\xd9\x64\xcd\xfc\x45\x13\xf7\x3c\xda\xb4\x66\x71\x89\xcb\x6b\xb9\x3b\x21\x67\x73\x15\x94\x3e\x52\xbc\x67\x77\x47\x46\xc0\x9f\xba\x03\x49\xb9\x77\x45\x2f\xda\x31\xd8\x84\x69\xcb\x02\xa4\x5d\xb6\xfc\x5a\xe2\x1b\x74\x55\xda\x24\x78\x20\xa5\x19\x62\xe5\xa7\x73\x51\xc4\xcc\x74\x21\x75\x30\x79\x0a\xcb\x27\x2c\x84\xc5\xed\xc9\xc9\x59\x56\x23\xb1\x0f\xcb\x97\x0e\x78\xbd\xec\xd1\xcc\x3c\x9d\x6f\xf8\xe2\x4a\x20\xdf\x30\xe4\xd4\x82\x79\x1e\x01\x49\xa9\x04\x19\x96\xb4\x5d\x07\xc4\x7c\x71\x51\x47\x2f\x0e\x8c\xf7\x3c\x9d\x4d\x27\xc8\x9b\xd3\x06\x27\xe8\xd2\x32\x91\x84\xbe\x38\xc5\xaf\x33\x99\xb4\xb9\x9c\x09\x8e\xfd\x5b\x2e\xee\x30\x19\x4f\x6b\x56\x3f\x4f\x2a\x91\x2e\xf4\x65\xe9\x6a\x8e\x5d\x91\x29\xbf\x64\xd8\xa0\xed\x40\x16\x88\xeb\x76\xa6\xc9\x1a\x90\xf8\x66\x56\xde\xbe\xe4\xf6\xe9\x6f\x73\xe3\x43\x55\x81\xe4\x70\xc8\xd5\x25\xc9\xb8\xa5\x7a\x7f\x4f\x94\x95\x4e\xa7\x57\x10\x74\xdb\xa9\x09\xf2\x26\x97\xf4\x11\x47\x47\xc1\xb0\x2d\xee\xd1\xed\xfb\xb7\x31\x51\x67\x59\xc8\xf4\xa2\x54\x26\x08\xca\x93\xac\xbe\x1c\xc7\x6d\xc7\x97\x11\xbd\x98\xb8\x32\x9e\xf9\xed\x19\xbd\x28\x4e\xfe\xd3\x8b\x35\xb0\xd1\xa6\xbc\x4d\xa0\x88\x8a\xf3\x74\x0c\x68\x84\xe2\xce\x1c\x6d\xe3\x53\x88\xe5\x40\xd2\x57\xde\xd1\xe6\x5c\xb6\x01\x29\x19\x29\x24\xcc\x05\x78\x32\xb3\x96\x0f\x40\xc7\xdc\x34\x1f\xce\xf3\x05\xd1\x92\xd5\xbf\xf4\x2b\xde\x33\x6f\xec\xef\x93\xd5\xbf\x60\x5a\x98\xb2\xfa\x97\x9a\x03\x1a\x9f\xa2\x30\x07\x72\xf0\x41\x07\x92\x45\x99\xa3\xf3\xd0\xa5\x73\x7d\x20\x27\x51\x64\x3c\x47\xd1\x41\x24\xe5\x3b\xd0\x82\x43\x73\x9e\xe2\x11\xef\x39\xb8\x22\xc6\x93\x27\x41\x88\x5d\x0f\x1b\x6a\xe1\xb4\x94\x7d\x38\x97\x11\x90\xd3\xc5\x27\x20\xf9\x0e\x70\x19\x3f\xa9\xce\xe1\x59\x3b\x6c\xa0\x46\x2f\x84\x60\x4f\x20\x71\x53\xcc\xda\x55\x67\x6a\x89\xf7\x94\x59\xa4\x46\x9b\xbc\x7c\x62\x74\x11\xc9\xe0\xc2\xec\x11\x10\x07\xc9\xc9\x75\x3e\xb3\x76\x20\x70\x0a\x28\x49\x83\xce\x93\xce\xa7\x01\xbe\x3c\x51\xa8\x0d\x20\x49\x3a\x31\x33\xab\x28\x20\x30\xca\x3e\x5c\x83\x43\x93\xc2\xa2\x63\x47\x99\xf6\x08\x48\xe0\xee\xcb\x21\x28\x90\x0d\x7b\x04\x04\x21\x7c\xa1\x74\xf1\xe8\xf6\x08\x40\xd9\xe6\x50\xe3\x92\xb9\xa8\xed\xd3\x8f\x86\x79\xda\x23\xa0\xb1\x4a\xf2\xd4\x2f\x1d\xac\x93\x6f\x7e\x8e\x2b\xcf\x39\x85\x1d\x5e\xdf\xe6\xcb\xa5\x96\xb8\x12\x5c\xc7\xa3\x82\xbb\xae\xdc\x31\xf9\xa2\x97\x93\x5b\x45\x9f\xdb\x55\x6e\x3c\x4f\xe7\x0d\xbe\x90\x7b\xac\x94\x08\x62\x8e\x27\x3b\x54\xe3\xed\xb0\x6e\xa4\x0b\x0a\x54\xc0\xce\xbc\xcd\x50\x70\x5d\xc8\xaf\xbd\x85\x3a\xe1\xed\x34\xb7\x77\xbc\x27\x09\x17\x06\xc6\xd9\x74\xa6\x2d\x19\xd3\x9e\xe5\x05\x62\x4e\x8e\x1c\xf0\x45\x21\xd1\x25\x71\x72\xde\x9c\x00\x46\xd7\xbe\xa3\xbf\x8f\x70\xe9\x2b\x9e\x14\xa7\x1c\x73\x71\x9d\x12\xb8\xef\xf7\xb6\x5b\x5f\xbc\xa7\xbc\xc8\x26\xd8\x4b\xee\x01\xd5\x69\x59\x0f\xa4\xb4\x62\x26\xca\x4b\x6a\x8f\x8a\x7e\x7b\x59\xed\xe1\xec\xe6\xcd\x91\xcd\xf9\xc8\x9f\xdf\x11\xe5\x25\x9d\x48\x99\x33\x5e\xb4\x2b\x16\x9d\x4a\x58\xbc\x33\x93\xc1\x79\xae\x00\x4d\x89\x02\x4c\xc6\xe9\x2b\xbd\xf1\xeb\xda\x56\xc4\xbb\x17\xbb\x81\x3b\x45\xcf\x81\xc4\xb9\x9a\xd4\xae\xe4\x64\xd2\x46\x8a\x25\xbf\x82\xe2\x7c\xbc\x07\xd2\xad\x6a\xde\x63\xc9\xf1\xbb\x3b\x67\x6b\x5b\xc9\x3e\xb7\x99\x5e\x7c\x53\x17\x46\xd0\xf1\x87\x14\x39\x40\xba\x38\x0d\x65\x5b\xc9\x55\x1f\xac\xd3\x5a\xca\xc7\xdb\x8b\x51\x79\xa9\x72\x6e\x2e\xb4\xdd\x92\x19\x0a\x5f\x24\xab\x7f\xb1\x93\xd8\x81\x84\xf4\xdd\x7d\x5a\x05\x63\x2f\xcd\x03\xc9\x7e\xee\xfb\x7e\xdd\xf2\x37\x6e\x46\x8a\x75\x43\xb0\x1b\x90\x7c\x2f\x2b\x6d\x2e\x48\x95\xe8\xd3\x89\xa1\xee\x80\x14\xbc\xd9\x18\x41\xc4\x1c\xee\x74\x49\x59\x53\xef\x98\xcb\xb2\x23\x18\x4f\x3a\xa7\x44\xcc\xda\xda\x67\x56\xde\x1e\xe2\x95\xd5\xbd\x9d\xb6\xf4\x03\xc9\xea\x0f\xa2\x59\x75\x83\x21\xcc\x61\xcf\xd5\x95\x16\x0e\xe4\x8c\x7c\xf1\xa4\x72\x3c\x80\x92\x52\xdd\xe4\xce\xb7\x4b\x59\x53\xb1\x52\x3b\xec\xb9\x61\xa6\x5a\xaa\x86\xdd\xb0\xe5\x13\x04\x1d\x3b\x9d\x1d\xcb\xd5\xa3\x4d\x0e\xf8\x99\x5e\xec\xd4\xcf\xf1\xc8\x2e\x53\xc4\xd1\x91\x0f\x7a\xb6\x83\xd5\x81\x14\xee\x7e\x33\xde\xb6\x1d\x85\x3e\xb7\x35\xbe\xcc\x5a\x97\xd5\xa0\x17\x67\x03\x4e\xac\x4b\x71\x30\xce\x15\x90\xf5\xfe\x15\xc8\x6a\x32\xaf\x84\xf2\xff\x76\xb8\x29\xc2\x97\x5d\xbb\xb5\x2d\x97\xd6\x1c\xf1\xa4\x24\x55\xbb\x03\x1e\x48\xde\xb2\x8c\x20\xf3\x79\xc5\xbf\x63\x61\x22\xe7\xa4\x3a\x48\xd8\x7e\x4b\x8d\x20\x61\x57\xdf\x68\x0e\x12\xce\x4e\xa1\x7a\x20\xc5\xbb\xb2\x9e\x0e\x19\xbe\xef\x78\x4f\x57\xac\x79\x71\x07\x10\x17\x7b\x96\x1f\xc8\x89\xa1\xe8\x73\x99\xfb\x2e\x40\x92\x51\xee\x78\x4f\xdf\x90\xe9\x73\xb9\x30\x40\xbc\x27\x23\x19\x67\x53\xea\x92\x72\xb1\x2e\xd5\x7e\xd8\x66\xc2\x1c\x15\xdc\x21\x84\xab\x8a\x5d\xbb\xf8\x06\xa5\xb2\x6d\x5c\x95\x4b\xea\x8b\x06\x47\xbf\x9a\x6d\x33\x9c\x62\x2b\x25\xb8\x66\x16\x4a\x09\xb3\x48\x4b\x26\xeb\x76\xf1\xb5\x2a\x11\x5d\x60\x13\x88\xe7\x45\x0f\xb0\xa4\x31\xc8\x2e\x4f\xd5\x1c\xcf\x5b\xa2\xcf\xee\xac\x2a\x60\x56\x77\x42\x63\x9b\x12\x97\xfc\xe8\x7b\x82\x46\x76\x6c\x56\x5e\x17\xfb\xb5\x8f\xf4\xbd\x4e\xd9\xc1\xb7\xb9\xb2\x14\x0a\xa9\xcd\x76\x6d\x3b\x90\x89\x48\x40\xb2\xe9\x5a\xd9\xbe\xec\xae\xee\x14\x80\x07\x52\xea\x14\x8e\x95\x85\xef\xc2\x26\x0d\x8a\x39\x45\x9b\x3c\x93\xe3\x3d\xd7\x25\x33\x1f\xbb\x24\x7c\xf7\x20\x30\x12\xbe\x1b\x6a\xf9\x25\x1b\x72\x71\x2a\x93\x03\x39\xb0\x93\x36\xc7\x5d\x71\x90\xe4\x84\x5e\x06\xc8\xab\x1c\xb1\xb5\x42\xe8\x87\xf3\x0e\x58\x1c\x5d\xc3\x29\x07\xcd\xb3\x2c\x39\xa1\x67\x27\x65\x3f\x90\xfc\x94\x39\x48\x12\x94\x33\x7a\xce\x35\x9d\xd0\x06\xd2\x20\xeb\x6f\x85\x9f\x59\xd3\x24\x85\x2d\x93\x10\x5d\x32\xe3\x4d\x5b\xc5\x99\xb5\xf3\xc0\xe6\x78\x4f\x42\x2d\x8a\xa3\x65\x0b\xef\x7d\x05\x24\xc9\x83\xf5\x94\x58\xd9\x82\x18\x28\x4b\x6b\x0d\x14\x59\x0e\x56\x81\xd8\x59\x74\xbc\x38\x48\xf2\xfb\xee\xd3\xbc\xe3\x92\x78\x98\xe1\x78\x97\x52\xaf\xb6\x0a\xa9\x5d\x0e\x68\xb8\x79\x72\x3b\xf3\x9c\xbf\x61\x3b\x57\x0a\x84\x42\x09\x55\x33\xea\x84\xb5\xbd\xd3\x5c\x02\xf2\xb5\x2e\x68\x98\x97\x7d\xad\x27\x7d\xca\x2f\xba\xc7\x11\xdf\x56\x5f\x70\x09\xd8\xdb\x19\xef\x8b\x25\x6f\xe7\x3c\xb9\xe0\x1f\x36\x92\x99\x47\x5a\x2e\x2e\x9a\xd9\x69\xa7\x12\x2a\xf0\x25\x4a\x0e\x3a\xd0\x1f\xae\x87\x4b\x08\x30\x17\x25\x07\x1d\x41\xf6\x55\x98\xb3\x25\x4e\xc0\xc3\x29\x65\x46\x40\x4a\xbf\x04\xf1\x79\x38\x15\x2a\xb3\x96\x3c\x31\xe2\x3c\x28\x95\x50\xef\x8c\x27\xf3\x64\x2e\xec\xe6\xd3\xd9\xc6\x39\xd4\x4f\x7b\xab\xc3\xa4\x58\x12\x88\x5d\x71\xf2\x20\x8c\x4f\xeb\x69\x23\x12\x2b\xaf\x90\xe1\xd6\xef\x80\x5c\xa8\x2a\x9e\xd4\x55\xd9\x18\x41\xf2\xd9\x80\xf4\xc9\x33\xb9\x25\x58\x2b\x99\x35\x2b\xae\x9e\xcb\x1e\xc6\x41\x52\x9e\xe6\x9b\x59\xf9\xa7\xb9\xc5\x1e\x90\xc2\x97\x21\x6f\x36\x6b\x62\x96\x5e\xd4\x52\x64\xd6\x2f\x07\xb1\x5b\x52\x25\x2a\x18\x7f\x84\xe5\x0a\x89\x95\x0b\xd0\x66\xcd\xf8\x22\x99\x35\x5b\x65\x75\xed\x0d\xec\x9c\x3c\xcd\x11\xb5\x05\xd9\x6d\xbd\xac\xd5\x65\x57\x5e\xfe\xa2\x46\x9b\x33\xdf\x80\x05\x72\xe3\x6d\x19\xec\x51\xf5\xbd\xea\xcc\x88\x07\xd2\x1e\x41\x6d\x14\x43\xdb\x1a\x57\x90\xaa\xef\xf5\x09\xfb\x44\x64\x2c\x7d\x62\xd6\xa4\x17\xa7\x3c\xc2\x0f\x6c\x39\xad\xa7\xbd\xc7\x0f\xa4\x35\xe3\x6c\xbe\x8d\xad\xd7\xb7\x7e\xca\x8d\xb0\xd9\xcc\xc6\x3b\x6c\x36\xc5\x64\x2c\x98\xf3\x49\xf6\x0d\x76\x4e\xe1\x46\xa8\xaa\x13\x04\xb5\x08\x16\xf5\xe6\x12\xe6\x09\x01\xdd\xd4\xf0\x30\xaf\xb3\xc5\xee\x97\x7e\xf3\x9e\x75\xca\x93\xf7\xf6\xef\x65\x56\x0f\xd4\xe5\x16\xc6\x93\xc4\x80\x4d\x20\x69\xe2\x3c\x17\x87\x64\x36\x0e\xc4\xb6\x8f\x2f\x36\xe4\x6d\x5e\xdc\x6e\xf5\x8d\x40\xcb\xcb\xc7\x63\x27\x0b\x92\xe6\x4e\x37\x7e\xbc\x17\xbd\xd8\xf3\x24\xf3\x9e\xf3\xd0\x99\xbb\xd9\xf2\xea\xad\x33\x07\xa4\x3a\x67\x16\x08\x77\xb2\x87\x63\x01\x5a\xae\x9a\x4b\x9f\xe6\xde\xac\x32\xd8\x4e\x5f\x99\x62\x9e\xe2\xe1\xaf\x4c\x1b\x69\x4b\x79\x6f\xbb\x30\x00\x7d\x9a\x8f\xb5\xbe\x79\x27\x87\x76\x14\x7a\x91\x5e\x1c\x45\xc7\x76\xb2\x22\x57\xcb\x6e\xfb\x76\x4e\x61\x23\xef\xbe\x45\x5c\x5d\x83\xe5\x40\x52\x3f\x99\xab\xdd\x92\x0b\x1a\xa6\x8c\xed\xb4\x97\xed\xd3\xa6\x14\x52\x9f\x5e\xe4\x80\x64\xc4\xde\xb7\x13\x9c\xfa\x58\x11\x0f\x8a\xf5\x7e\xdf\xce\x14\x61\xcc\xda\x4e\x87\x74\xe7\x78\xb2\x88\xdf\x8e\x27\xab\xbe\x2f\x20\x29\x5d\xcc\xdd\x6c\x57\x02\x71\x0e\xb7\x03\x59\x5b\x1a\x6d\xf2\x00\xba\x18\x01\x05\x10\x4f\x8a\x47\xc2\xb9\x73\x93\x58\xf3\xa6\xcd\xa9\x5e\x2f\xbe\xc1\x21\xc3\x39\x9e\x94\xb7\xac\x15\x01\x5b\xbe\xc1\x15\xf3\xcf\x96\x6f\x70\xee\xec\xf4\xed\x5c\x29\xb1\x4a\xf2\xcc\x70\x19\xa2\xb6\x9d\x90\x13\x51\x7c\xe7\xe1\xb0\x8f\x68\x33\xc7\x9b\x81\x9c\x04\x28\x9e\x94\x4a\x6b\x46\x9b\x83\x55\xbc\x2b\xd9\xf2\x60\xa5\x17\xd7\x1a\xe1\x34\x4a\xf2\xa8\x4e\xc9\x75\x20\x85\x0c\xc7\xe8\xcb\x9e\x51\xbc\x67\x3f\x0d\x33\x45\x3b\xbb\x78\xea\xa0\x17\xd7\xb0\xe6\x34\x66\xa7\x5e\xed\x01\x59\x47\x3f\x81\x64\x2a\xfd\x8c\x60\x23\x27\xbd\x80\xc9\x01\x09\xcf\x38\x71\x45\xea\x43\xae\xa0\x5d\x84\x3d\xa8\x91\x1c\xfd\x5a\x31\x87\x3a\xc2\xb5\x16\x5f\x09\x8e\x70\xad\x95\x79\xca\xc3\xb8\x60\x70\xdd\x45\xbc\xbf\x23\xf3\xda\x2e\xb2\x52\xa1\x3c\x71\x2c\x6c\x73\x56\xe6\x46\x2c\x2c\x72\xf2\x76\xc2\x25\xd4\x87\xdb\x15\x4b\xe2\x1b\x9c\x46\x34\xce\x58\xa1\xb4\x42\x03\x12\xff\x0b\x16\xc8\xa0\xdc\x90\x97\x76\x71\xf0\xdd\x8c\xf7\x9c\x5f\xf1\x7b\x9d\xf2\x76\xa6\xa6\xc2\x27\x55\x27\x6e\x61\x93\x24\xf8\x34\xfc\xf3\x76\xf5\x11\x60\x41\xab\x6d\x9e\x90\x14\x89\x3a\x2d\x81\xae\xb2\x0c\xf7\xca\x07\x2a\xa0\xb7\x0f\x08\xa1\x32\x27\x95\xc2\x06\xca\x6a\x5c\xe2\x78\x90\x00\x09\xe2\x6a\x3b\x71\xe2\xc0\x87\xa8\xc3\x7b\xdb\xc4\x80\x79\xba\x1a\x6d\x8b\x36\x25\x65\x07\x79\x1b\xe1\x06\x0d\x48\x82\x1d\x1b\xdf\xec\xb8\xc4\xcc\x9a\xcb\xc1\x72\xe0\x9b\x73\x7b\x40\x40\x9b\x43\x34\x5a\xbc\xf7\xd2\x91\x63\x04\xe7\x16\x00\x0d\x9a\x75\x68\x6c\x8b\xc4\xae\x7e\xc7\x5c\x5c\x65\xad\x30\x17\xdd\xf0\x03\xa4\x68\xe2\xf6\xf1\x11\xdd\x9d\x6b\x66\x00\xd9\xd1\x2d\xda\xac\x20\x29\x40\xca\x16\x66\x01\x7b\x77\xa7\xee\x6c\x01\xc9\xc4\xca\xa1\xb6\x8f\x2f\x3c\xcb\xee\x36\x33\xb2\x0f\x4a\x95\x54\x5b\xe6\x49\xe7\xbd\x03\xe9\x9d\x1c\x69\x94\x68\x53\x39\xa1\x16\x6d\xd6\xb9\xfa\x8b\xba\xfd\x42\xd8\xcd\x8e\xc0\x3b\x81\xf4\xde\xe4\x1b\x9c\x31\x6b\xc4\x93\x72\x71\xe2\xe0\x76\xe7\x15\x83\xa0\x39\x0c\xd9\x99\xf5\x0e\xa4\xdd\x6c\xf4\x29\x9c\x88\xf5\xa4\xf2\xc8\x8c\x36\xd7\xc5\x8b\xf7\xe4\xc7\xcb\xb5\xd6\x9d\x7a\x0a\x2c\x20\xd9\xaa\xe5\x2c\x82\x8b\x91\xb3\xf6\x70\x4d\xe9\x2b\x20\xa5\x4c\xbf\xe3\x3d\xa9\x8a\x18\x41\x66\xd4\x5c\x59\x6b\xcb\x75\x37\xe4\xc6\x72\xdd\x0d\x93\xa2\xea\x22\x05\xeb\x08\x21\xca\x83\xeb\x62\x28\xac\x1b\x25\x0f\x01\xcb\x85\x59\x0f\x17\xf0\xca\xd1\x8b\xcc\xd9\x33\x20\xe5\x93\x8b\x2f\x32\xef\xc8\x39\x92\xc1\x35\x3b\xff\x4a\x73\x68\x73\x43\x51\xe5\xd0\xe6\x96\x63\x2e\x92\x12\xc6\x15\xef\x29\x0e\xb1\x45\x9f\x56\x49\x0e\x20\x31\x22\x96\xf2\x28\xdb\x8a\x34\xe3\xb0\xe7\x82\xa3\xe9\x9e\xce\xdf\xc1\x65\x35\x9d\xb1\x83\xb9\x4c\xfb\x5a\x9b\x93\xa4\x34\x6b\x06\x3f\x65\x9a\x2d\x48\xbf\x7b\x8a\xda\x04\xdb\x25\xd3\x6c\xeb\x5c\x9c\x0e\x90\x9e\xd1\x8b\x08\xaf\xcb\x0b\x34\x17\x6a\xed\x70\xfb\x5b\x46\xd5\x16\x17\xa0\x8c\xaa\xbd\x80\x9f\x0a\x97\x6e\x28\x4f\x1c\x2e\x5d\x52\xcc\xc5\x66\x69\x18\x11\x8c\x9c\xd0\x25\x99\x35\x1b\xfe\x47\x8e\x42\x2e\xb8\xcb\x6d\x19\x32\xf3\xbc\xe3\x49\xf1\xcd\xf5\x7b\xef\x0b\x17\x47\x6d\x25\x06\x5c\xce\x80\x34\x80\x94\xf6\x92\x3b\xc1\x16\x50\xe7\xed\x3f\x90\x0c\x30\x1c\x6a\x79\x26\x37\x04\x1f\x87\x2f\xb7\x04\x21\x5c\xf6\xf5\x04\x41\x2d\xfe\x62\x68\xa0\xc8\x69\xba\x02\x72\x69\xa3\x06\x24\xbb\x66\x0a\x48\x41\xa6\x20\xbd\x33\x66\x39\xad\xe7\x81\xe4\xe7\x0a\xd1\x72\x8e\xdf\x09\xe7\xb3\xd1\xf8\x32\xba\x1d\xcf\xb8\x39\xe5\xf1\xdb\x09\xed\xd8\x32\x4f\x36\x62\xea\xf6\x76\x5d\xe1\x18\x5d\x82\x6b\x07\xe9\xed\xe3\x1b\xbc\xa3\x43\x8d\x27\xdf\xf0\x10\x1f\x14\xdb\xf2\x10\x91\x44\x7d\xe1\x50\xe3\x82\xaa\xc8\xa1\xc6\xb9\xb2\xb9\x36\x2c\xce\x0f\x24\xdf\x52\x0e\xa7\x44\xf1\xd2\xa2\x17\x97\xb3\xe5\x12\x78\xe0\x5c\x36\x80\x44\x78\x47\xb4\x3d\xc4\x49\xd2\x8b\x88\x1d\x7e\xd8\xfb\x61\x27\x38\xf8\xca\x87\x0b\x5c\xc1\x89\xa8\x86\x47\x73\xee\x84\xb6\x9f\x76\x0e\xe4\xc2\x7d\xda\x71\x09\xd2\xe0\xac\x5f\x41\x32\x1d\x24\x8c\xb9\x77\x3f\x1d\xaa\xca\x61\x71\x9e\xaf\xf6\x79\xcf\xd6\xf4\x09\xe4\x6a\x2d\xf1\xa4\xfc\x1f\x62\x3c\x47\x17\x5a\x58\xdc\x12\xda\x5b\x6e\xd1\xa6\x23\x0e\x67\x2e\xef\xe3\x86\x42\xcd\x61\xc1\x39\x2e\x63\x67\xef\xaa\xec\xad\x42\x7f\x0b\x71\x88\x5b\x75\x33\x2a\x1e\x16\x2e\x2c\x5a\x42\x42\x72\x29\x51\x4c\x51\x51\x3c\x94\x95\x77\xb9\x50\xe2\x41\x5d\x12\xb4\x8d\x11\x6d\x8e\x2b\xf3\xcc\x5e\x3e\xc6\x8c\xf7\x92\xd5\x01\x37\x2d\x87\xf7\xe6\xc2\x05\xf8\x72\xaa\xf5\x78\xd2\xc5\xa1\x38\x0f\x2f\x9b\x89\x21\x99\x2f\x2e\x32\xe6\xe9\x6c\x25\x56\x5f\x50\x94\xbf\x41\x16\x6d\xda\xbb\xc0\xba\x97\x35\xe8\xac\x84\x4c\x7b\xe5\x86\x2d\xb1\x2f\x72\x5c\xcd\x16\xe1\x11\xda\x5d\x4a\xb4\x60\x6a\x73\xcc\x6e\x71\xc6\x95\x46\xb9\x50\x57\x01\x6c\xfb\x2d\xae\x1d\x63\xac\x2b\x7b\xb6\x90\x4d\xdf\x04\xbf\xfb\x6b\x1d\xa5\x8b\x2b\xab\x6b\x79\xb6\xb8\x74\x94\x96\xaa\xdc\x50\x94\x37\x8c\xdd\x04\x52\x45\x24\x48\xfb\xdb\x58\x0e\xbe\xbc\x4d\x6a\xa3\x6d\x3b\x08\xeb\x02\x72\x90\xcb\xe9\xa5\x0f\x27\x8d\xb2\x2f\xcd\x81\x94\xba\x53\x97\x4e\xa7\xb2\xa7\x8b\xb8\x76\x57\xf6\xac\x4e\xf7\xd4\x47\x24\x86\xea\x40\x3a\xd3\xa2\x8a\xdd\x95\x3d\xbb\xc3\x5a\x0e\xa4\x72\xcb\xba\x3c\x0e\x64\x47\xe1\x6f\x75\xca\xdd\x85\x3e\xbb\xc3\xac\x0f\x24\xc2\x9b\xa2\x53\x65\x5f\xeb\x4c\x4d\x0e\x2c\xae\xc2\xdb\x5d\x04\xb4\xb9\x5a\x44\x77\x11\xd0\xea\x63\xd5\x5d\xf6\xb3\xfb\x88\x77\x87\x1a\x17\xdb\xcf\xbb\x43\x8d\x8b\x63\xe3\xba\x83\x8b\xdb\x15\xef\x39\xdb\x6a\xe6\x73\xed\xa4\x32\xfd\xb9\xc9\x69\x05\x6f\x3f\x29\xc5\x43\xb7\x11\xe9\x40\x22\x37\xed\x06\x72\x16\x82\x02\xa4\xa0\xeb\xdb\xdf\xa0\x90\xe1\xd2\x46\x02\x92\x78\xc1\xf2\x5a\x65\x30\x0b\x4f\x5a\xbf\x76\xf3\x24\x69\xdf\xe9\xd3\x5c\xc3\xf0\x93\xb7\x73\x50\xd3\xe7\x2d\x97\xb8\x7c\x07\x24\x9e\x7a\x02\x61\xfe\x29\x40\x8a\xcc\x8b\x27\x9d\xac\x73\x46\x9b\xcc\x4d\x3a\x8e\x7d\xd8\x08\xe8\x44\xef\xdd\x01\xbd\xd5\x11\x5a\x07\x92\x20\xc9\xac\x49\xfe\x14\xbd\xd8\x63\x9b\xd5\x95\x11\xb0\xf7\x98\xb5\x38\x50\x57\xa5\xee\x2e\xe6\xd9\x46\x7c\xc3\xb6\x4b\x1c\xef\x49\x24\x73\xe2\xc9\x3e\x54\xff\xa2\x14\x9e\x94\x69\x6f\xd8\x1c\xd3\x5d\xcc\xb3\x5d\xe0\x4b\x26\x33\xc5\x00\x92\x76\x1d\xe4\xcd\xf6\x16\xc8\x15\x48\xc2\x7e\xa7\x4f\x19\x24\x5d\x90\xbf\x3b\x14\xb7\xc7\x5c\x9c\x6f\xd8\x7e\xbc\xdd\x85\x37\xfb\xa4\x4f\x95\xda\xac\xf3\x8e\x36\x1f\x55\xda\xa6\x53\x91\x77\x20\x19\x0f\x5b\xb4\xd9\x19\xca\x23\xb8\x0c\xa7\x0d\x7d\x07\x52\xe0\x7f\xb4\x39\xa7\xf7\xbc\x81\x14\xcd\xd8\x0d\x51\x16\xf3\x4a\x40\x0a\x67\x6a\x13\x48\xb9\x1a\x66\x3c\xe9\x08\xd7\x01\x24\xc5\x0a\xb8\xab\xa4\x51\xed\x62\x6f\x2b\xce\x65\xf4\xe9\x9a\xd8\x3d\x03\x3d\x64\xd7\x28\x40\x32\x64\x46\x9f\x22\x68\x3d\x7a\xc1\x91\x8f\xf7\xec\xc8\xd7\xa3\x4d\xfb\x1e\xb3\x96\xeb\x9e\x2d\x4a\xdd\xb5\x2e\xeb\x98\xd1\x26\x2e\x93\x33\xad\x98\xd6\xea\x44\x46\x7d\xb8\x16\x47\xff\x40\x12\xe1\xa1\x28\x4e\xc7\xeb\x3c\x7b\x07\x12\x57\x3b\x3c\x6b\xd5\xa5\xec\x1d\x5c\x52\xdc\x6a\xb3\xba\xa4\x7f\x22\x55\xe9\x73\x3a\x6b\xa2\x47\x6f\x4e\xa8\xca\xac\xe5\x45\xdc\x2e\xb0\xa7\x89\x0c\xcf\xe8\xc5\x15\x4b\x8a\xdf\xeb\x66\x2f\xc0\x9e\xee\x82\xc0\x10\x50\x45\x95\x96\x0c\x2d\x70\x25\x4a\x7b\x69\x1d\xc8\x79\x04\x81\xa4\x96\x6b\x9c\x38\xb9\xff\x56\xfb\x92\x1f\x48\x52\xd0\x9c\x40\x92\xeb\x20\xe6\xdd\x21\xfb\xe9\x5b\xef\x8b\x3e\xec\x1b\xec\x5c\xc4\xdd\x81\xab\xdd\x9a\x9c\x03\xa9\xc6\x14\x77\x89\xfc\x7f\xbb\xc3\x4a\x0f\xe4\x2c\xfe\x40\x4e\x53\x33\x18\x9e\x98\x6f\x7a\xf1\x6d\x0c\x4a\xda\xff\xd7\x5a\xb3\xee\xc0\xd5\xde\xb9\x4b\x5c\xdf\xa3\xf2\x11\xf2\xdc\x2d\xf1\xb9\xce\x52\x95\x21\x37\x0e\x16\x75\x52\x9e\x03\xc9\x02\x3a\x02\x32\xc9\xe4\x3d\x07\x4f\xb3\x65\xae\xfd\x71\x83\x5a\xc3\xae\x51\x20\xef\x20\xec\x72\x02\xc9\xf2\xdd\x02\xd2\xf7\x71\x74\x24\xca\xd5\x5c\xa2\x4d\xe8\x7a\xbb\xcd\x61\xa5\x19\x62\xa7\xcc\xbd\xcd\xf9\x34\x3a\x05\x26\x2b\x64\xd8\x61\xa5\x85\xc3\x32\x89\x5c\x33\x12\xca\x94\xd8\x13\x07\xc2\xc6\x43\xd7\xf2\x3d\x90\x32\x3e\x40\xb4\xa6\x33\xf7\x72\xa7\x4f\xe7\xe8\xc8\xd1\x26\x81\x09\x52\x34\x31\x95\x32\x82\x13\x10\x82\xae\xd3\xfe\x01\xec\xb4\xfd\x6a\x47\x7c\x83\x7d\x15\x58\x09\x85\xa3\xf6\x02\x29\x52\x81\xc9\x6c\x2f\xf0\xee\x00\xd4\x6a\x9d\xe4\x81\x92\x54\x53\xfe\x3e\x49\x64\xc5\x59\x1d\x0e\x24\x12\x56\x13\x90\x7d\x77\x26\xd0\x5b\x3a\x50\xcf\x6c\xb3\x9e\x09\xe8\xd6\x65\xd5\x81\x2c\xdb\x34\x20\x27\x57\xe7\x49\xa7\x37\xbf\x03\x92\x1f\x2f\x7b\xe4\x38\xcb\x06\xf6\x6c\x5c\x95\x26\x90\xf4\x95\xac\xbc\xe4\xa5\xd2\xb8\x46\x37\x6a\x32\x66\x26\x7e\x3b\xae\xbc\xed\x52\x9b\x97\x7b\x79\xc0\x3b\x7a\x66\xce\x4c\x9c\xb8\xba\x70\xa1\x04\xcf\x1e\x16\xcc\xd9\x77\x3b\x54\x8e\x78\xcf\x69\x4b\x59\xdd\x87\x75\xa0\xec\xfb\xc3\xe1\xd2\x57\x01\x92\xb9\x29\x7a\x11\x29\x9a\x10\x2d\xcb\x3d\x37\x3b\xe6\x8a\x84\x17\x57\xf3\x53\xca\xaf\x1b\x12\x8d\x4b\x23\x04\xd4\x95\x05\xaf\x78\xcf\x2b\x18\xef\x2d\x63\x24\x4f\x4a\x1f\x3b\xb9\x3c\x5c\xf7\xef\xe2\x82\x90\x61\xb1\x4f\xce\x8a\x2b\xfd\x95\x11\x6d\x52\x1f\x42\x19\x9e\x04\xe9\x17\x20\x31\x1b\x5c\x87\x96\x51\x3a\x23\xc8\x94\xd8\x0a\x6c\x82\x5d\x13\xe3\x8c\xd9\x35\xf1\x1a\xf1\xa4\x52\xfc\xe6\x0b\xc8\x8c\xa4\x47\xb0\xc4\x92\x20\xb5\x32\x3a\xe6\x09\xb6\x3a\xa5\xf0\xcd\x89\x73\x7a\xa2\x6b\xc6\x7b\xd6\x99\xfb\x8b\x5e\xd6\x53\x73\xc1\x2b\x26\xb2\xa5\x14\x90\x4f\x23\x90\x2c\x43\xe7\x5a\xfb\x96\x28\xbf\x48\x88\xc2\xb4\x8d\x76\xdc\x72\x12\x67\xca\x60\x32\x12\x60\x72\xa9\xd1\xa6\x83\xcb\x26\xbd\xa9\x60\x3b\x80\x6c\x92\x08\x48\x5c\xd1\x8c\xf7\xe4\x78\x06\x91\x54\xd8\x65\x1e\xdc\x87\x6f\xd5\x80\xb0\x6b\xd4\x81\xec\x3b\x1b\x90\xf8\x19\xee\x58\x09\x3e\x6d\x80\xa0\xaa\x25\x58\x1b\x07\x57\x82\x4f\xbd\xb8\xf3\x9c\x8f\xb7\xb0\xd8\x6f\x67\x0b\x4b\x01\xe9\x6b\x3f\xbd\xc8\xce\xcf\x2d\xa7\xc0\xce\x32\x21\xd8\x6f\xa7\x11\xe5\x70\xbe\xed\x84\xce\x25\xf0\xb6\x8f\x0a\xb7\xf8\xdb\x21\xc3\xbe\xba\xa6\x45\x24\xeb\xad\xba\xeb\x05\xe6\xe9\x5e\xe6\xe5\xd0\x1c\x8f\x30\x2d\x30\x59\x79\x72\x20\x5f\x87\xd1\x8b\xe2\x99\x06\xef\x39\x0a\x32\x05\xe4\xd4\x4c\xb7\x21\x57\x45\x68\xbc\xe7\x14\x95\x99\x11\x6c\xd4\xb9\x78\xcf\xfc\xd3\x1d\xef\xa9\x76\xf7\x64\x74\x0c\x92\x09\x48\xfe\x08\x33\x7a\x91\x6f\xf7\x15\xef\x49\xf3\x9e\xe2\x3d\x29\x10\x4a\x8c\xa0\x1c\xdb\x37\xef\xc1\x65\x32\x33\x61\x9d\x4d\x27\x07\x92\xd3\x5d\xac\x99\xf4\xc6\xf6\x3c\x39\x90\x6c\xf9\xf1\xed\x52\x2a\x39\x11\x64\x77\xe0\x6a\x75\xe0\xcc\x81\x1c\x8c\x23\x5c\x9a\x36\xfe\x3a\x3e\xf3\x40\xbe\x90\x26\x90\xb2\x25\x5c\xd1\x26\x53\x9b\x0f\xee\x74\x3e\xde\x9b\xaf\x95\xf1\xb7\x73\xb1\xcc\xe4\xa3\xda\x03\x72\x76\xb9\x80\x64\x28\xfa\x3c\x69\x89\x93\xf1\x2c\x71\x5a\x02\x9c\x54\xa3\x19\xd1\x26\x1e\xd0\xfc\x9a\x63\x68\x8b\x7d\x85\x0e\xe4\x4c\x34\x7c\x91\x54\x37\xd6\x8b\x1f\x48\x15\x59\x46\xbc\xa7\xd0\x2a\x56\x37\x81\xd7\x01\x2d\x45\xe2\x32\xba\xcc\x70\x2e\x7c\xd0\x67\x72\xe6\x47\xbe\x3d\x8c\xbf\x1d\x48\x7b\xc4\xfe\xd9\xc0\x6b\x17\xd1\x03\x49\x12\xe8\xf1\x9e\x94\x51\x66\xb4\xe6\xed\x72\xa8\x85\x27\xed\xf3\xc3\x4a\x38\x4a\x77\x80\x67\x72\x0a\xcd\x8d\x79\x5a\x1e\x74\x2d\xcf\x03\xd9\x05\x60\x00\x59\x1a\x8d\x36\x7b\x15\xd1\x8b\x42\xc5\xad\xf1\x3d\x90\xd9\x35\x9e\x94\xf4\x3b\xa2\x4f\xb1\x17\xf5\x03\x89\x8f\xcd\xcc\x6c\xbb\x5a\x0b\xdf\x6e\xb6\x8b\x73\x64\xb3\xad\xbd\xc9\xfa\xcc\x62\x1d\x91\x70\x23\x82\x97\x1d\xcb\x56\x66\x98\x8b\x76\x94\x6e\xb3\x97\x4f\x77\x94\x6e\x1e\xf7\xf7\x9c\xb2\x43\x78\xbb\x35\x6a\x07\xb2\x4b\x3a\x90\x75\x3e\x10\x11\x5b\x6a\xd1\x9e\x4c\x59\x6a\x3b\xe2\xb6\x03\x7a\x1b\x62\xa5\xcb\x31\x36\x5b\xf6\xfb\xcc\x56\x4a\xb0\xd5\xce\xf7\x04\x8f\xe4\xc0\xdc\x8c\x28\x30\x65\x71\x6d\x13\x22\xa2\x9c\x4e\xed\x02\xd1\x8a\xab\x4b\xb3\x14\x16\x40\xad\x9b\x3a\x90\x0d\x37\xd1\xe6\x54\xa1\xf4\x49\x70\xea\x04\x72\xa6\x34\x9e\x54\xc2\x43\x3b\xbd\x1f\xc8\xc9\x3a\xe3\x49\xd9\xac\x63\x04\x13\x9f\x49\x9f\x4e\xdc\x62\x79\xc2\x05\x1f\x9b\x7d\xa6\x0f\xa4\xd0\x58\x36\xb0\x38\x5f\xb4\xf9\x51\x07\x02\x97\x04\x29\x72\x20\x70\x6b\xd1\xa6\xc0\x19\xbe\x9d\x62\x38\xbe\xa9\xa7\xf3\x22\x77\x0e\x92\x0b\xde\x24\x90\x49\x21\xbc\xad\xb1\x7f\x15\xaf\x86\x0a\x24\x61\x2a\xde\x73\xa8\xea\x88\x27\xe5\xa2\x36\xe3\x49\x95\x83\x1a\xd1\xa7\xf2\x85\x80\xf4\xd5\x3a\x6c\x56\xb0\x3a\x90\x9b\xa3\x5a\x1d\x5e\xe4\xeb\x77\xca\x88\x5b\x11\x0f\x67\x75\x48\x34\x97\x87\xd3\x3d\x95\x3b\x20\x57\xc3\xe0\x3d\xe7\xd5\x2d\xf4\xb9\xcd\x97\x30\x1e\xe9\x32\xa3\x4d\x61\x18\x8c\xa0\xa2\x95\xd9\x21\x28\xdd\x01\xbd\x6d\x80\x9f\x2e\x53\x99\xc0\x41\x65\x81\xee\x2d\xc5\x7b\x32\x4f\xde\x01\x59\xf5\xe6\xf1\x64\xb6\x6d\xd6\x49\x76\x57\xa2\xac\x39\xde\x13\x69\xa8\x60\x8f\x42\x71\xeb\x04\x93\x1b\xf9\x5e\x06\x90\xce\x0a\xdf\xd0\x94\x91\xa4\x72\x01\xca\xa4\xdb\xca\x8c\x27\x65\x54\xe5\x5a\x53\x60\x6e\x9b\x5c\x09\x0d\xdd\x77\xbc\xa7\x82\xfc\x57\x3c\x69\xbf\x7d\xb7\x75\x18\xa6\x0c\x24\x5f\x8c\x1a\x6d\xca\x64\x02\xb9\x71\x46\xea\xc2\xde\x5a\xf8\x1e\xac\x52\xc7\xc7\xbe\x01\x29\x56\x34\x46\xb0\xb4\x16\x7d\x8a\x7d\x6a\x23\x9e\x94\x8f\x2f\xd7\x45\x77\xea\xb0\x9b\xf1\x14\xda\x71\x83\x2f\x4a\x1a\x55\x1a\xab\xe4\xec\xd1\xb9\xc4\x93\x2a\x13\xc0\x55\xe9\xc4\x50\x9d\xb9\x48\xa2\xae\xf3\x0a\x48\x61\xe4\x50\x86\x61\x5f\x0c\x28\x83\xcd\xaf\x17\x44\x52\xe6\xd7\x9e\xb8\xee\x87\x33\x84\x80\xad\xc3\x11\x1a\x29\x20\x7b\x2d\x77\x20\x51\x06\x4e\x87\xe4\xe4\x52\xa1\x28\x8a\x31\x2d\x95\x4b\x4e\x12\x6e\x0d\xd6\x63\x2a\xd8\xbe\x70\x8e\xec\x3a\x9b\x73\x40\xca\x6b\x7d\x7f\xaf\x53\x9e\x12\x6a\x7b\x86\xbf\x70\x58\x69\x1b\x01\x49\xb3\xd2\x19\xd0\xb5\x38\xcc\x8c\xcf\x69\x21\x05\xa2\x6c\xdb\xa5\xf3\x60\x75\x87\x79\xe6\xce\xe7\x2a\x2b\x73\xc9\x2d\x20\xb9\x7a\x43\x36\x16\x02\x68\x07\xd2\x21\x83\xeb\x53\x08\x68\x47\x47\xe8\x30\xcf\x0c\x67\xee\x30\xcf\xdc\xd9\xce\x65\xf7\x20\x10\xcd\x25\x41\x1b\x07\x57\x66\xc6\x7e\x47\x9f\xf6\xb6\x04\x7d\xb6\x73\xb8\x99\x6f\x9e\x1b\x1b\xf2\x00\x92\x32\x03\xc2\xbb\x5d\x6a\x9e\x8d\xdf\x2e\x5b\x05\x19\xde\x4e\x90\x09\x71\x55\xa0\x65\xae\xf0\x4f\x2e\x1e\x1a\x7c\x9e\x53\x10\xdd\x33\xda\xe4\x64\xcf\x76\x3a\x4b\x32\x8a\x9c\xb9\xe1\x1a\x3a\x90\x0f\x35\xef\xd9\x7a\x0f\x11\xd9\xd6\xd8\xb3\xd6\x4e\x5d\xe4\xf0\xf3\xee\xa8\xcb\xd2\xe1\x83\x6c\xc8\x44\xc3\x15\x91\x95\x1c\x32\x8b\xe2\xb1\xd6\xa4\x2e\xa2\xcd\x86\xcc\x02\x9a\xdb\x8b\x18\x1d\xb6\xe3\x25\x7b\x61\x5d\x1e\x96\x9e\x5a\xbc\xb7\x0f\x82\x72\x91\x3d\x5c\xf7\x0f\x52\x64\xd3\x25\xe2\xe8\x7c\x98\xb3\x83\xc3\x7e\x50\xbe\x9e\x27\xb7\xe3\x1e\xe9\x65\x9b\x0f\x62\x2e\x4e\x67\x05\x37\xac\x12\x45\xfd\xe2\xb0\xa8\xcc\x68\x8f\xeb\xd0\x86\xc5\x0e\x61\x92\x37\x70\xad\x90\x3e\xf9\xff\x96\xcc\xe5\xf1\x24\x06\x93\x3e\xa5\xb1\x4f\xec\xd8\xd3\x46\x32\x70\xfe\x69\xe3\x2f\x27\xe7\xe9\xb0\x7c\x46\xb0\xd8\x8c\xd4\x35\x95\xc7\xb7\x74\x0b\xca\xf3\xe5\x80\x0d\xcb\x67\xf3\x65\x0f\x63\x70\xc9\xf5\x6e\x1a\xc4\x55\xe2\x6f\x09\x42\xaf\xc8\xbc\x5c\xb9\xd6\x2c\xe1\x66\xc8\xcd\x0b\x7f\x12\xfa\x74\x28\x17\xbb\x22\x0f\xdc\x3c\x39\x1d\x4a\x88\xdb\x6f\xd6\x1a\xa7\x57\xd8\x99\x37\x25\x87\xbd\xd6\xaa\x07\x53\x3b\x97\xf1\xdb\x09\x5c\xe1\x40\x2d\x7f\xce\xcf\x93\x8a\xbe\x03\x93\x2d\x63\xde\x9f\x27\x95\x2b\x25\x07\x24\xe9\x29\xc6\x73\x18\xb9\xcf\x9f\xab\x85\x56\x97\x95\xe8\xc4\xcd\xd9\x4f\xa3\xaf\x8b\xf1\x12\x90\xd4\x41\xc6\x56\xd7\xf9\xec\xae\x44\x79\x20\xf9\x73\x19\x77\xd7\xe5\xcb\x51\xa6\xee\xee\x5a\x9e\x1d\x4c\x5e\xaa\x66\x52\x60\x21\x5c\xa1\xb3\xa2\x6b\x5f\xb6\x44\x71\x95\x2c\xd9\x9e\x8a\x5d\xf0\x0e\xa4\xd5\x35\xf9\x5e\x4e\x34\x8b\x3c\xef\xfa\x99\xd5\x69\x4b\x3b\x01\x68\xe8\xbe\x97\x64\x8d\xd6\xf3\xb7\x95\x47\xce\xa3\x72\xe2\xb8\xa3\x1b\xdd\x41\x26\x76\xcb\x66\xaa\x6a\x26\x7e\xdd\x4e\x27\xe9\xc5\x76\xac\x5a\x73\x89\xa2\xbe\x6e\x93\x8d\x68\x43\xbc\xa0\x17\xeb\xc2\x12\x6d\x0e\x9e\x66\x99\x9c\xf6\xa7\xcc\x80\x94\x66\xc8\xc8\xbb\xec\xa5\x09\x8f\xe4\x68\xb1\x8e\x61\xca\x25\x33\xb3\xd3\xaa\xf4\x95\xa5\x7d\xc6\x28\xe7\x58\xae\x62\x9f\xe9\xee\x82\x96\x99\x6b\xc6\x05\x2d\x0b\xc2\xf7\xca\x2e\x5f\x3f\x79\x4f\x97\x07\x7a\xc7\x55\x9c\x82\x93\x6f\x20\x5e\x8b\x55\x72\x95\x10\x4c\x82\x2e\x29\x59\x4a\x0d\x48\x96\xe1\x46\x2f\xce\x1a\x65\x72\xba\xc4\x0d\x57\x97\xb1\xe9\x2e\x1b\x59\x6f\x36\xb0\x8a\x17\x70\xda\xfe\x03\x79\x3b\x33\x90\xf8\x27\xfa\xb4\x31\x08\xdd\xdb\x72\x7a\x1b\x64\x1b\xc7\x72\xb5\xc9\x8e\xd9\x89\xd1\x2e\x4e\x07\x92\x43\x97\x6f\xff\x65\xde\x98\x1b\x7e\x39\x69\xaa\xbd\x52\xfa\xa2\xf8\x3a\x2b\xaf\x38\xaf\xea\x64\xe0\x07\x92\xac\x51\x19\x41\xa2\x23\x8a\x15\x47\x76\x35\x87\xde\xf7\x55\xed\x75\x13\x33\xd3\x75\x68\x7f\x8b\xbe\x94\xe0\xb4\x38\xfd\xe8\x81\x64\x8c\x6d\xd1\x66\xcd\x5f\x40\xd2\x30\xfb\x18\x2f\xf3\xb1\xf0\x95\xab\x39\xb5\x3b\xdf\xd7\xd0\x53\xdf\x40\xca\xce\x9b\x19\xc1\x29\x2a\xcd\x23\xad\xe6\xea\x37\xac\x84\xf8\xd8\x8a\x88\xeb\xba\x8d\xed\x06\xaf\x9b\xfd\xbe\x4b\x3c\x29\x47\x30\x73\x4c\xab\xe9\x8b\x32\x73\xe9\x4e\x51\xe9\x6b\xd4\x11\x61\xf5\x66\xd6\xdd\x85\x3e\x59\xb3\xee\xea\xe0\xec\xa6\x1c\x15\x3b\x2a\x11\xaa\x38\xc6\x8e\x75\x0c\xc3\x13\xc8\x6a\x1d\xc6\x9b\xf6\xae\x6e\x40\xca\x3d\xc3\xf7\x51\xa5\x1d\x42\x81\x9d\x08\xe2\x63\x3b\x91\x0b\xb0\x1d\x48\x19\xf9\xc0\x4f\xaa\x31\x82\x13\xe2\x4e\x47\xcc\x7a\xd8\xf5\x72\x46\x9b\x6a\x72\xfa\xea\x5a\x43\x57\x10\x17\xf5\x12\x1f\xdb\xed\xf1\xd0\x97\x32\xb5\x34\x57\x90\xee\x0e\x1d\xeb\x35\x45\x9b\xf0\x1a\x42\xe8\xf4\xa3\x58\x6a\xa8\xdb\x88\x7c\xe6\x40\xb2\x8e\xa6\xdf\x75\x1b\xdb\x88\x36\x94\x66\x5e\x97\xe1\xb2\x55\x9c\x2a\x3b\x00\x22\x39\xae\x21\x99\x3d\x08\xa8\xf9\xdf\x3b\xbe\xc8\xa1\x24\x95\x79\xda\x07\x1d\xb2\xaf\x64\xa4\xb9\x33\x33\x59\x8d\x72\xb7\xbc\xe4\x7a\x8f\xc5\xa9\x21\xba\xeb\x3d\x76\x2c\x4a\xcb\x29\x46\x1b\x54\x63\x3a\x7b\xc8\xfd\xad\x9f\x72\x5f\x73\x5a\x7b\xc9\x8b\x8e\x32\xb3\x30\xec\xb2\x91\x8d\x5b\x7c\x89\x6f\x6e\x0e\xa2\xed\x44\xa0\x71\xe7\xad\xe9\xd0\x51\xd0\xdc\xa9\x53\xe0\x47\x97\x52\xa7\xe4\x09\x79\x73\x6d\x13\x07\x1f\x1c\x48\x4e\x77\x31\xba\xb5\xb3\x25\xfa\x7c\x4b\x11\xef\xf7\x6c\x36\xca\x6c\xb5\xd3\xaa\xb8\x36\xf2\x81\x1c\x7d\xe7\x99\x29\x19\x69\x77\x1c\xdb\x81\x94\x82\x93\x0d\x74\xdd\x93\x01\x52\x2c\xa7\x46\xac\xf1\xa4\x38\x0a\x0e\xcb\xa2\x2a\x1f\x7d\xba\xb2\x76\xcc\xc5\x51\x5f\xdc\x80\x76\xeb\x43\x87\xbd\x36\xf7\xef\x0d\xa4\x5c\x57\x20\xb6\x39\x6c\x57\xc5\x3d\x90\xdc\xd7\xa2\x4d\x71\xf2\x81\x68\xdb\xa5\x78\xe2\x49\x09\xd1\x17\xf3\xdc\x68\xe2\x68\x5b\x36\xce\x54\x20\x65\x36\x48\x01\x55\x71\x53\xbc\x27\x32\x85\x48\xbd\x94\x1c\x34\xd7\x2b\x9e\x7c\x8b\xbb\x01\x72\x2e\x69\x48\xb4\xf3\x93\xcc\x2b\x20\x49\x1e\x1c\x8f\xed\xd0\x74\x50\xf2\x61\xdf\x67\xc8\xa2\xab\x8b\x20\xb4\xaf\x87\x93\xb3\xf4\x80\x94\x4a\x1e\x72\x23\x2e\xba\x17\xc8\x30\x0e\x80\x7c\xed\xc3\xc5\x4a\xd9\x77\x3b\xf9\xf5\x1e\x90\xfc\x81\x38\x56\x0f\x6b\xfa\x21\x8b\x4f\x87\xbc\x58\x01\xb4\x9e\xb6\xa6\x43\xf6\x9f\x0e\x07\xcf\xd1\xa6\xea\xe0\x96\xe4\xd6\xd3\x55\xdd\x18\xfd\xe9\x2b\x01\xd2\xe7\x58\xbc\xc1\xe1\x24\xb7\x07\x84\x49\x66\xb1\x5e\x6a\x3c\x29\x87\xae\x1c\x90\x39\x3b\x46\xd0\xf7\xd9\xc5\xf0\x40\x92\x3f\x39\x55\x4f\x87\x83\xb3\xf2\x2e\xd1\x89\xcc\xb0\xe4\xba\xd7\x2e\xc8\xb7\xcc\x5b\x19\xe7\x2b\xd7\xcf\x6c\x8d\xef\x53\xae\x8d\x16\x9c\x9d\x0c\x5a\x65\xb0\x4a\xca\xae\x51\x30\x3a\xba\x46\x66\xc5\x84\xec\x3a\x98\x1d\xd5\xe2\x52\x3e\x8d\xdc\xf8\xa2\x97\xcd\xa1\x7c\x83\x78\xf8\xd6\xd8\x87\x97\x4b\xca\xb1\x66\x2f\x6a\xcb\x47\x9b\x94\x74\xac\xa0\xac\x54\x2d\x30\x8b\xb8\x39\x98\x29\x72\x6d\xa4\x78\xb2\x69\x84\x68\xb3\x89\xfc\x06\x9a\x5a\x79\xaf\x84\x22\xe5\x2a\x86\xd3\x25\x6b\x53\x45\xaa\x74\xbd\xc7\x92\xa3\x4f\xb1\x87\x4e\x3b\xdb\xa9\x95\xe8\x7a\xe7\x7d\x5f\xa6\x1a\xc6\x82\x7d\x39\x43\xa5\x67\xbd\x9d\xb5\x02\x55\xed\x36\x67\x0e\xf3\xb6\x9d\x98\xc2\x99\x45\x0e\xa4\xbc\xcf\x37\x4f\x3a\xef\xba\x15\x6a\x54\x24\x2c\xe3\x7b\x9d\xb2\xcb\x15\xd6\x44\xa7\xce\x3e\x81\x90\xb2\xe5\x86\xd6\x9c\x7c\xb1\xbb\x08\x61\x73\x52\xca\x4e\x31\x41\x17\x4f\xea\x94\x0f\x4c\xf1\x24\x21\x21\xfe\xc0\xe4\x64\x30\xe6\xde\x1c\x3b\x56\x1d\x4e\x71\x20\xa5\x96\x36\x89\x26\xea\xcb\xa9\xf2\x7b\x44\x76\x4d\x9e\x74\x89\x55\xa3\xcf\xbe\x9d\x62\xf4\xd3\x26\xad\x20\x73\xb9\x2d\xea\x5c\x01\x29\x23\x82\x51\xcb\x91\x5d\x05\x15\x0c\xf5\x02\xe1\xa6\xf6\xed\x24\xe9\x46\x34\x47\x7d\xe5\xca\x06\x62\x06\xb8\xa2\x4d\xbc\x9c\x75\x7d\x8e\xbb\xea\xc3\x97\xce\xce\xd3\xfa\xd1\x80\x1c\x53\xd7\x80\xc4\xcf\x24\xde\x73\xb8\x81\xc5\xdf\xad\xcc\x0d\xc5\x85\x01\xba\x6b\x02\x66\xe7\x00\x3b\x90\xcc\x31\xe6\x9b\xb7\xd3\x65\xa2\x19\xdb\x45\x2a\x18\xa7\x69\x3c\x90\x8a\xe0\xf7\x78\x52\x9a\x5b\x4b\x25\x5b\xf5\x1a\x9a\x53\xe5\x77\x57\x16\x1c\x18\x4b\x76\x71\x82\xf1\x19\xd0\x53\x29\x5e\xfc\xb5\x45\x72\x48\xec\xad\x2a\x0b\xd6\xd8\x23\x47\x5a\xdd\xa0\x9d\xf5\xfe\xa3\x45\x9b\xf9\xfb\x78\x4f\x17\x19\xfb\xe0\x3a\x0f\x2e\x79\xda\x77\xe1\x20\xf1\x9e\xeb\xa3\xd5\x68\xb3\xef\x47\x40\x32\x29\xb1\x0f\xd6\xf4\x3b\xe7\xd8\x81\xa4\x65\x35\x9b\xb0\x95\xe4\xb3\xa0\xff\xdd\x76\x66\x43\x8f\xbb\x43\xd3\x4f\x9f\x4e\x5f\x79\x05\x64\x0d\x25\x7d\x5a\xa3\xcd\xcc\x5c\x02\x02\x47\xc5\x5d\x65\x2e\xec\x1f\xa8\x68\x6f\x33\x90\x0c\x53\xbe\xba\x76\x15\x37\x85\x81\xd7\xb5\x12\x33\x66\xe9\x2d\xa9\x24\x63\xb2\xde\x55\xdf\x9e\xd9\x4d\x6b\xf3\x63\x9e\x4e\xd6\x89\x7a\x66\x3b\x17\x05\xd6\x11\x87\x64\x35\xf8\x3c\x82\xb0\x72\x8c\x2e\xde\xb1\xc4\x7b\x32\x76\xdd\xec\x66\x35\x96\xfb\x9a\xd9\xd2\xed\xb7\xcf\xac\xb7\x13\xb6\x07\x64\x25\x88\x57\x10\x69\xc6\xca\x93\x6d\x69\xa6\x71\xe2\x14\x3e\x95\x1d\x4b\x79\x20\xed\x11\xdf\xd0\x4c\x35\xa0\x21\xae\xe2\xe8\xdc\x1e\x07\x92\xea\xe6\xe2\x3d\x91\x7d\x47\xe6\xf5\x2d\xd9\x26\xd7\x1a\x90\xd4\x72\x31\x9e\xb3\xe7\x81\xf3\x8d\x34\x43\xd1\x26\x07\x5c\xf6\xbd\x21\xbb\x4d\x20\x69\xc2\x4d\xb0\x5d\x0b\xb2\xe1\xeb\xb5\x9b\xbd\xd5\x53\x8c\x27\xd5\x22\xe7\x5d\x3a\xfa\x8e\x3f\xd0\x46\xee\x01\x5f\x9c\x49\xf3\xe6\x6c\xba\x6a\x64\x66\x25\x24\xdb\xf4\xf6\x7d\xe1\xd4\xee\x08\xad\x1a\xc4\xc0\xe5\x26\x2f\xc8\x54\xe7\xbe\xf0\x44\xbb\xb3\x2b\xf3\x49\x8e\xde\x82\x53\xde\x4a\xc1\x59\x67\x8f\x36\x09\xb5\xbe\xad\x76\xc7\x4d\x24\x7a\x79\xe8\x03\xa3\x4d\xee\x3a\x10\x57\x29\xfe\x0b\x9e\x19\xc4\x5d\xa1\xf5\xdc\xc3\xa9\xcf\xd9\x88\xe1\x54\x2d\x90\x86\x61\x93\x20\x9b\x6b\xe7\xb9\xc1\x46\x0c\x7f\x11\x5b\xed\xec\x1a\xdc\xf7\xc4\x64\x25\xc6\x93\x19\xa0\xd5\x11\x90\x8f\x1c\x4f\xe2\x73\x90\x81\xa4\xcc\xe0\xe6\x74\x32\x4b\x9c\x85\xb6\xd3\x57\x8e\x78\x4f\xa6\x3d\xb4\xe4\x8e\x8a\xea\x37\xc7\xc3\xae\x74\x8d\xeb\x70\xda\x00\x7a\x05\x94\xa5\x9b\x9a\x40\xce\x65\xd0\x80\xa4\x38\xb2\x94\xb0\x6d\x4c\x70\x34\xdc\x81\xac\x37\x0e\x48\x22\x67\xe6\xbd\xe9\x4c\xc8\xf4\x69\xcf\x0c\xbe\x68\xba\x8c\xea\x88\x36\xbb\x38\xdd\x40\xbe\x20\x02\x12\xff\x14\x6d\x2e\x74\x64\x55\x8a\x2b\x3c\xd6\x59\xa3\x4d\xa6\x1a\xb0\x60\x0d\x73\x22\x13\x48\x01\xcb\xf4\xa2\x2a\x8e\xad\xb1\x4a\x92\x6d\xda\x15\xef\x09\xb1\x0b\xd7\x9a\x64\x9b\x8e\x4f\xea\x5e\x76\x93\x04\xb3\x1c\x4d\x85\x67\xc6\x7e\xd8\xc1\xd1\x06\x57\x07\xc7\x74\x7c\xc9\xa9\xb5\x87\xde\xd1\x15\xf4\x6a\x5c\x5d\x70\xc3\x77\x40\xd2\xa0\x83\x3d\x4e\xa3\xdf\xc0\x5d\xe7\x94\xf8\xbc\xb7\x9c\x82\xbe\x00\xc9\x3f\xb6\xf2\xa4\xae\x04\xbc\xb9\xb7\xb3\x4f\xe0\x7f\xbf\xed\x24\x86\x11\x77\x47\xc6\xba\x06\xa4\x94\x9f\xcc\xc5\x55\xeb\x50\x4a\x38\x74\xa5\x24\xc8\x86\x73\x4a\xc0\x0d\xbb\x4e\x5d\xae\x90\x0d\x39\x82\x95\xc1\xe5\xf8\x72\x91\x7f\xc8\x9b\x33\xcf\x21\x5d\xb8\xfa\x5c\xc5\xcd\xce\xa1\x2b\x79\x72\xc6\x94\x0e\xbf\x12\x43\xe0\x7a\x73\x2d\xd6\x5a\xce\x5e\x03\x49\x6e\xbf\xec\x46\x08\xe1\x7d\x39\x93\x35\xd7\xb6\xca\xc6\x35\xd7\xe9\xe8\x0e\x4f\x69\xf8\xfc\xb8\x6c\x5c\xed\xb0\x5d\x6f\xec\x36\x13\x48\xd9\xbf\x21\xd1\x6f\x7d\x51\x5c\xb1\xe6\x94\x1b\x67\xc5\x89\x22\x32\xb3\x7e\xdb\x58\x09\x13\xe6\xd0\x95\x06\x4e\x50\x60\xee\x0e\xc8\xca\x59\x7a\x91\x5a\x27\x38\x5e\x05\xab\xb4\x14\xb3\x76\xba\xda\x42\x9b\xbe\x0f\xf3\xf2\x7e\x6f\xcf\xf3\x7c\xc3\x18\x97\xd3\x59\x49\x91\x3a\x1c\xac\x52\x6a\xfa\x36\xf7\xc5\x79\x34\x6b\x93\xa2\x1b\x79\xee\x5e\x01\xc9\x79\x3d\x05\x64\x75\xfe\x04\xd2\xf0\xe2\x0f\xc7\xb8\xcc\x4d\x89\x50\x0c\x47\xb2\x64\x67\x7f\x3a\x90\x7c\x60\xc5\x0b\x0c\xc7\xb5\x34\x7b\x3b\x8f\xa1\xdc\xfc\xc5\xe1\xd9\x63\xc8\x51\xaa\xd9\x25\xfd\x40\xca\x4d\xda\xf9\xa4\xed\x2c\xfe\xf1\xa4\x44\x78\x91\xc5\x31\xc8\x2e\xc7\x5c\x92\xb3\x9f\xce\x09\x24\xcd\x74\x05\xf2\x11\x1f\x3c\x69\xbd\x5c\x8e\x36\x87\x7d\x64\x20\xa1\x72\x61\x04\x3b\x12\x75\x8f\xee\x30\x93\x9b\xaf\x4d\x0e\x6a\x1d\x01\xc9\x61\x6d\x26\x20\x6b\xb1\x18\xc1\x44\xf9\xba\x80\xa4\xe7\x2c\xd1\xa7\x0a\x0f\x35\xf7\x72\x8b\xef\x2a\xac\xb5\x2b\xd3\xd9\x1b\xf8\x40\x4a\x32\x28\x6e\xea\x40\x96\x20\x02\x52\xe6\x86\xda\x81\x5c\x52\x32\xda\x54\x17\x2f\xf9\xfb\x9c\x53\xc2\xd1\x46\xc3\x95\xe9\x7a\x63\x8f\x94\xcd\x2e\x3b\x50\x60\x38\x74\x25\x3b\xeb\xed\x81\x74\x09\xb4\x68\x93\x9e\x33\x5d\x40\xe6\xad\x18\x41\xba\xf6\xc9\x2a\x29\x74\xa5\xb8\x3c\xff\x18\xce\x58\xe7\xc4\x50\xc3\x55\xeb\x5a\x8e\x27\xc5\xf9\x58\x2f\x7e\x20\x15\xfa\x2c\x1e\x21\x2b\x47\xc7\x3d\x07\x90\xb8\x53\xe6\x92\x5d\x71\x86\xb5\xce\x4e\x02\x14\xef\x89\xf8\xf8\xe2\x3c\x90\xb4\xeb\x39\x03\x29\xfa\x8e\xa3\xe3\xdc\x10\x83\x95\xcf\x44\x10\x16\x20\xe9\xd3\xc1\x3a\x07\xb9\xd8\x9b\xfb\x40\x12\x94\x0b\x73\xd9\x0a\x0c\x4a\x1d\x48\x58\xce\x8e\x59\xb6\x99\x7c\xbb\xa5\x99\xfe\x81\x14\x01\x7a\x17\x20\x25\x39\x6a\x1d\x48\x26\x4f\x4e\x40\xb1\x77\x09\xf8\x29\x19\xa5\xb9\xf2\xc8\x70\x70\x4c\x0e\x6c\x95\x54\x92\x1b\xbb\x59\x70\x1f\x65\x3c\x5f\xc6\x57\xb4\x99\x77\xa4\x17\x05\x1b\x55\x76\xac\xb8\x26\x27\x3b\x8d\x3d\x04\xca\x50\x9d\xc3\x82\x3e\x15\x0e\x53\xcd\xce\x8c\x21\x0f\xa0\x5c\xc1\x9e\xea\x6c\x6f\xb7\x7b\xb1\x7d\xc2\xbe\x0a\xc3\x61\x2d\x25\xf5\x80\x5c\xb8\x0d\xc8\x69\x83\x99\x4b\x75\x78\xd1\xc5\x08\x0e\x75\x02\xe7\xc5\xdf\xd7\x0b\x4c\xae\xae\xfb\x97\xe3\x49\x45\xfb\xd1\x4b\x73\x81\x06\x28\x83\x52\x2e\x64\x47\x9c\x0e\x87\xbc\x94\x31\xa3\x4d\x3a\xe5\x6a\x7c\x69\x0e\x3d\xca\x15\x48\x5a\x01\xf6\xc8\xde\x3a\x2e\x36\x30\x06\xd5\xdd\x07\x7d\x8a\xcd\x3b\xb2\xe9\xb7\x44\xb9\x99\xab\x4d\x5e\x50\x1b\x3d\x0a\x64\xca\xa2\x40\xe6\x18\x8b\xf9\x6f\x66\xc6\x0f\xe4\x10\xd7\x01\x24\x77\xf5\x12\x4f\xca\x9c\xd6\xdd\xa7\x4c\x20\x25\xf3\xf1\xdd\x36\x56\xc8\xb0\x72\x35\xd4\x99\xe2\x49\xe9\x94\xbb\x17\xcd\x4e\x38\x05\x34\xb0\x29\xa3\x72\x70\xcd\x99\x77\xb6\xcc\x01\x30\xe6\x63\x87\x43\x5e\x5a\x90\xe1\x6e\xb3\x1f\x47\xa7\x5b\x03\x74\x31\xba\xc2\x61\x1c\xcb\x35\x46\x77\xa6\x59\x96\x17\x77\x9d\x5a\x80\xe4\xd8\xce\x76\x9a\x87\xbf\x62\x3c\x57\x75\xcb\x8c\xe0\xba\xd7\xdc\x95\x32\x8f\xe4\x99\x03\x52\x32\x9f\x4f\x9b\x0e\x2e\x68\x30\x9c\x0d\x2d\xdf\x40\xd2\x34\x82\xe6\x76\x01\x72\x72\xc9\xe1\x5a\x6d\x35\x73\xc8\x86\xdd\x01\x59\x17\x99\x47\x6a\x03\x41\x87\x2f\x96\x3b\x20\x29\x4f\xb8\x3c\xa8\xdc\x06\xa2\x29\x18\xa7\xdb\x63\xf4\x40\x32\x79\x42\xa6\x06\xc6\x4a\xc6\x33\x4e\x4c\xda\xe4\xcc\x36\xaf\x80\x44\x44\xd8\x15\xe7\xe7\x0b\xb2\xe8\xa0\x1a\x17\xe2\x3a\x90\xb4\xa5\x5c\x48\xe6\xfd\x3b\x04\x46\xc1\x31\x3d\x58\x01\xfb\x03\xb9\x98\xe7\x81\xa4\x29\x66\x6f\x95\xcb\x20\x5b\xa7\x7c\x20\x5d\x9c\x31\xc2\xb6\x1e\xb0\x03\x59\x09\x32\x80\x84\x75\x10\x57\xd7\x73\xbf\x59\x79\xd5\x6c\xaf\x03\x92\xb2\xec\xb5\x0c\x99\x5a\xae\x0d\x97\xa2\xcd\x56\x07\x8f\xb0\x9c\x70\x09\x9c\x58\xd2\xa0\xbb\xd8\xd6\x81\x96\x34\xda\x17\x90\xfc\xf6\x99\xcb\xb2\x03\x27\x64\x78\xe1\x74\x57\x81\x94\x1b\x02\xcc\x5a\xf2\x85\x72\x32\xfe\xe1\x80\x9b\x9a\xa2\x17\xc7\x6e\xc2\x6c\x2c\xbb\xa4\x72\x8a\x1d\x8c\x63\xf3\xeb\xa0\x54\xdb\xe0\x8c\x29\x1f\x60\x99\x2d\x20\x9b\x89\xe3\x49\xb3\x4f\xcc\xcc\xa9\x7a\x59\x25\x67\x0e\x74\x36\x8f\xe1\xa2\x6e\xa5\x83\x3d\xcb\x65\x33\x3e\xd0\xc1\xba\x02\x91\xdc\x36\xd4\xf2\x9e\xfc\x96\xea\x04\x93\x95\x02\xa1\x07\x97\xb9\x9d\x35\x86\x8b\x13\x8b\x0b\xb4\x40\x3e\x4d\xd9\x2e\x78\x07\xf2\xa5\x1a\x23\x48\xcd\x12\xef\xb9\xa8\x31\x2b\xb8\x9d\x67\x24\x46\x5f\x2a\x5c\x51\x03\x72\xf6\x4a\xaf\xe7\x76\xb5\x6e\x76\x65\xdb\xec\x17\xe3\x89\xd6\x35\x28\x18\x85\xd4\xee\x04\xa4\x5a\x46\x50\x45\x65\x76\xaf\x71\x35\xcb\x6f\x29\x9f\x33\xfd\x2d\x51\x7e\x38\xdf\x04\xd4\xdc\x4e\x4d\xc1\xe3\x3a\x99\x7b\xe7\x88\x3f\x5c\x8f\x02\xb4\x73\x0c\x91\xb3\x2b\x0f\x57\x67\xab\x17\x1b\xe1\x2c\x0b\x8d\x83\xf4\x30\xe7\xc3\xe6\xba\x68\x7b\x2c\xa8\x84\xcc\x12\x7c\xa5\x33\x30\x24\xc8\xfe\x83\x52\xe5\xee\x53\x0e\x4f\xb5\x41\x7c\x48\x94\x78\x05\x24\xc5\x3f\xe4\x4d\xe5\xdd\x7b\x7c\x91\x4c\x35\xad\x80\xe6\x4f\x7b\xa1\x42\x24\x6d\x9c\x99\xf0\xc6\x4e\x84\x1e\x64\xd8\x82\x64\xbb\x03\x92\x21\x85\xad\x76\xcd\xb5\x46\x2f\x12\x1d\x5b\x70\x5a\x12\x16\xeb\xcd\xf1\x70\x9c\x50\x83\x6c\x28\x32\xa8\x76\x2e\x08\x27\x27\x4c\x6c\xa7\xeb\xaa\x75\x0e\x99\xab\xa5\xa5\x1c\x90\xbc\x36\xf8\xa2\x97\xf3\x5b\xc4\x93\xba\x1c\x3b\xbc\x8e\x4d\x27\x37\x92\x8e\x04\xc2\x1c\x87\xda\xe1\x3e\x35\x47\x9b\x2e\x01\x08\x28\x35\xc6\xb9\x7e\x95\x39\x30\x0f\x56\xd7\x35\xc6\x43\x9a\x91\xdb\x54\x4f\xf0\x6b\x36\x9d\x5c\x1c\x63\xe7\x24\xb8\x58\x25\x67\x21\x18\xf0\x6b\x6f\xe7\x76\xe6\x9a\x51\x4e\x82\xd2\x20\xbc\x6f\xeb\x39\x63\x74\xe5\x0a\x8c\xab\xe4\xed\x20\xef\x8b\x11\x74\xe0\x1d\xfb\x37\x1c\x8c\xd3\xed\xcc\x76\x20\x67\x4b\xe8\x40\x12\xcc\xbd\xb7\x53\x72\x5d\x71\x52\x80\xe1\x5a\x6d\xbd\x7e\x20\x25\x89\x9c\xf4\x29\xc1\xd5\x79\x0e\x06\x35\xd7\xb8\xac\xe6\xb5\x9d\xd0\x31\x20\x69\x75\x0b\xbd\xb8\x6e\x8d\x2f\xce\x99\x1c\x57\xe6\x7d\x20\xe8\xc4\x1a\xca\xe1\xc0\x92\xec\x6c\x76\x63\x26\x67\x6d\xb3\x5c\x30\x9d\x06\xc0\x9e\xc2\x07\x52\x45\xbb\x8b\xf7\x6c\x5a\xcf\xf4\x29\x7d\x3a\x7c\xac\x43\x42\xea\x60\xd6\xc9\x59\x8b\x7d\x36\x29\xd5\x06\xd3\x30\x95\xbb\xaf\x5a\x83\x7e\x20\x05\x48\x7b\x6f\xa7\x42\xfd\x4b\x67\x25\x14\xf6\x51\x73\xb4\x59\xd3\xdf\x80\xec\x6a\x66\x09\x62\x3a\x2c\x7f\xb2\x2b\xb7\x13\xb1\x9a\x25\x9b\xf2\xb6\xea\xc8\x67\x0e\xc3\xe8\x83\x95\xcf\xf6\x58\x31\x0e\x4e\x65\xcf\x2b\xdd\x27\xdc\x05\xd8\xba\x3d\x64\x86\x03\x36\xaa\xa3\x27\x0f\x24\x85\x28\xfb\x20\xbf\xac\x5c\x19\x2f\x3b\xcb\x35\xe3\x65\x7b\x8c\x0d\xfa\x74\xfe\x95\x0b\xc8\xd7\x1a\xab\xe4\x4c\x77\x8e\x50\x1e\x2e\x88\x56\xb9\xfc\x67\xd6\xa5\xc3\x09\x77\x34\x45\xb1\xa6\xff\x40\x4e\xdc\x50\x80\x64\xac\xfc\x40\x62\x0f\xaf\x80\xe4\x84\xfa\x1f\xe0\x94\x27\x85\xb6\x6b\x0c\x28\x91\x9a\xa9\x15\x3b\x5b\xdf\x01\x29\xb5\x0f\xdb\xa2\x30\x8c\x7e\x33\x6d\x99\x5c\x6a\xbd\x99\xa8\x95\xf4\x23\xde\x53\xb2\x94\x98\x9a\xc3\x51\x7d\x1f\x52\x11\x2d\x83\xbc\x76\x04\xb3\x0b\xd0\x81\x74\xcf\x98\xab\x9d\x15\xc2\x5b\x81\x6c\x1e\x01\x92\x16\xd2\xc9\xce\x87\x83\x24\xba\x93\x44\x0e\x2a\x9b\x35\x16\xd4\xb5\xad\xe7\x60\x3c\x1d\x40\xee\x51\x87\x3e\x94\x11\xa3\xbb\x08\x92\xef\xbc\xa9\xe8\xfe\x32\x99\x27\x75\xc7\x2c\x36\x3b\xf8\xa0\x15\xd0\xbc\x39\xcd\x90\x49\xfb\x74\x3c\x7f\x1c\xb9\x66\xaf\xe5\xca\x93\xf6\xb6\x64\x05\x2d\xb1\x38\x27\xed\x81\xe4\xab\x90\x02\x12\x51\xae\x8c\xae\x03\x98\xf9\xbe\xe6\x8c\x1d\x23\x20\x85\xa0\x98\x10\x4e\x52\x75\x33\x9e\xab\x44\xdb\xdf\x62\x38\x88\xa0\xc0\x81\xce\x6e\x91\xb3\xc6\x7b\x92\x4a\x38\x72\x72\xc5\x6a\x4e\xb8\x7f\x20\x69\x6e\x99\x8b\x6c\x10\xcd\x29\x7a\xc6\xec\xb6\x75\xf7\x80\xcc\x97\x30\xba\xc9\xb7\xaf\xf4\x29\x89\xa5\x42\x6a\xa7\xb2\xbd\x35\x48\xb4\x83\x08\x4a\x83\xd8\xd9\x4d\xcb\x89\xa1\x86\x8b\x74\x65\x27\xf3\x19\x53\x39\xbd\xdb\x05\x2e\x29\x48\xbf\x54\xe6\x69\xa9\xa4\xb2\x9b\xc3\x61\xcf\x1c\xce\x61\x97\x46\x5f\xb8\x73\x90\x75\x3a\xda\x24\xf0\x46\x9f\x52\xaf\x21\x95\x4c\xd7\x69\xb6\xbb\xd5\x70\xa0\x40\x1f\xbe\x82\xe6\x54\x58\x77\x83\xdc\x4c\x27\x6a\xe2\xfb\xa4\xdb\xef\xe9\xf3\xa4\x03\x88\x13\x90\x5d\x52\x03\xd2\x05\xf1\x81\x4c\xc2\x3c\xcf\x69\x97\xbf\xe8\x53\xea\x84\x01\x5e\x2f\x8b\xdb\x9c\x80\x65\x45\x0e\x58\x67\x1d\x3d\x52\xd7\x54\xe6\xec\x1c\x84\x77\x2d\x9b\x27\x3b\x90\x1d\xba\xdc\x8b\x3c\x87\xea\x0d\x46\xda\x57\xe8\x86\xa0\x99\xab\x9d\x8c\xe7\xb0\xf5\x20\x6f\xce\x9c\x3d\xe2\xbd\x69\xcf\x64\x8f\x2e\x1f\xfb\xee\x50\xa7\x03\xc9\xde\x73\x03\xb9\xee\x09\x67\x9a\x6a\x42\x25\x20\x67\xbb\x08\x48\x72\xb2\xa5\x3c\x6a\x0b\x5d\xe6\x7f\xe7\x43\x8a\x9c\x09\x0e\x3e\xb4\x9b\x77\x8a\x36\xe5\xbd\x83\x64\x2a\xcb\x75\xae\x7c\x91\xec\x05\xb5\x43\x0b\x9c\x5a\x2b\x30\x44\x29\xb2\x5a\x86\x12\x3d\x2d\xad\x59\x72\x9c\x2e\xc9\xdb\xb8\x12\x9e\xae\x6e\x09\x95\x7a\xba\x64\x17\x38\xff\x34\xcb\x79\xfd\x07\x88\xf2\xcb\xd9\x9f\x2c\x92\x4d\xe7\xba\xca\x1c\xea\x17\xc9\xe6\xbc\xbc\xf0\x72\x2c\x1a\xe1\xd9\x85\xf7\x74\x90\xb2\xf5\x41\x2e\x24\xd3\x33\x13\x95\x42\xbd\xcc\x3b\x20\x09\xe6\x1c\xb9\xb7\x5d\xcd\x20\xf4\xe2\x98\x7a\x06\xed\xc4\x23\x75\xb8\x4c\x17\x68\x69\x85\x25\x7c\xbb\x8c\xa3\x45\xc7\x75\x59\xe7\x6a\x91\x7a\x29\x39\x52\x71\x32\xcb\xb1\xa8\x36\xeb\x43\xbd\x9c\xbf\xd9\xa1\xe2\x63\x5d\xae\xc5\xe1\xbb\x79\x49\x87\xdd\xe0\x9f\xd6\xb5\x9d\x6f\x4d\x5f\xeb\xea\x29\x1d\x3e\x6f\x49\x6b\xdd\xd8\xb2\x25\x1f\x95\x6e\x27\xfb\x03\x29\xd7\xb2\xc9\xfe\x4a\x4e\xb9\xe2\x2b\xcf\x35\x51\x2a\x3c\xee\x4a\xce\x0f\x66\x92\xb9\x12\x19\x2d\x18\x41\x88\x9d\xbd\x9d\xb8\xb2\x3b\xae\x6c\x2c\xf3\x56\x9f\x27\x95\xac\xde\x59\xdb\x0e\x64\x17\x7f\xe6\x82\x17\x31\xdf\x20\x63\xa5\x93\xac\x8c\x25\xbd\x78\xad\x8d\x36\xd9\xb3\x5d\x0e\xf5\x40\xb2\x2f\xb3\x82\x72\x81\x6f\xf0\x8e\xcb\xa1\xb8\xae\x3c\x7d\x20\xf9\xab\xb2\x82\xd6\x61\xdf\xde\x4d\xfb\xbc\xf7\x18\xc1\x9e\x35\x37\x33\x93\x46\xbb\xc2\x3b\xda\xe7\xbd\xbb\x7a\xe0\x81\x9c\x91\x8f\x5e\xc4\x1f\xda\xb2\x3f\x96\xf4\xcd\x19\x8c\xc4\xcb\xbd\xf2\x64\x26\x8f\x59\x40\xca\xe4\xc7\x6e\x12\xf0\x5a\x02\xaa\xe2\x71\x33\x90\x6c\x25\xec\xad\x62\x5a\xab\x7d\x70\x0e\x24\x85\x05\xdf\xe0\xc4\x49\x37\x78\xe6\x02\xb6\x48\x4f\xf6\x8e\xaf\xf6\xa0\x1e\x4b\x79\x83\x6b\x8e\x3e\x65\xfa\x72\xc5\xf8\x03\x59\x49\xe7\xf7\xa4\x37\xae\x17\x7b\x24\x4f\x97\xec\x4c\x70\x83\xfa\x25\xd5\x24\x6c\x89\x27\xab\x36\x72\x1e\x48\x7c\xba\x09\xe1\x22\xe1\xd2\xa0\x4f\xab\xf3\x7c\x8a\xed\x47\xdf\x0b\xbb\xe2\x34\x4a\x8d\xb9\x14\x7b\x27\x74\x7a\xd9\x66\x1a\xbc\x9b\x62\x91\xb2\x9d\x2d\x0f\x24\xf9\xc5\x72\xc8\xaa\x2e\xd7\x60\x1e\x77\x39\x01\x12\x6c\xc9\x32\x73\x83\xbd\x67\xd9\xdb\xa3\x71\x1e\xaa\x2b\x80\xd3\x8b\xbc\xd5\x5b\x02\x97\x9a\x2d\x43\x26\x8b\x4b\xd1\x9a\xf5\x02\xcb\x9b\x5d\xe2\xc0\x48\xc5\x67\x66\x9b\xda\x86\x3d\xd9\x4b\x60\x4f\x73\xbe\x76\xce\x43\x73\x1a\xfd\x04\x24\x95\x9d\xd3\x1a\x1d\xc8\xa1\x40\x03\x48\x16\xa5\x98\x8b\x33\x98\x47\x2f\xdb\x3a\xfa\x68\x33\x3b\xe3\xf7\xa4\x9c\xcd\xc8\x2f\xf6\x2c\xcf\x85\xf5\xec\x24\x66\xf3\xd7\x4a\x21\x5a\x73\xfd\xd6\x25\xee\x3c\x2a\x8d\x9a\x05\xa6\x45\x38\xa3\x6f\x6a\x57\x17\x69\x8e\x8a\x3a\x90\x3c\x02\x2c\xa4\xe0\x3e\xde\x21\x4c\xf6\x86\x40\x3f\xb3\x5c\x2e\xd4\x19\x55\x0f\x24\x93\x0b\x84\x50\x75\x48\xba\xb3\x38\x1d\xc8\xd5\x1b\x18\x5d\x87\x13\xee\x6d\x8d\x69\xfb\x32\x7d\x8a\x4c\xa5\x4f\x9b\xf5\x56\xd1\x8b\x5c\xe2\x20\x6f\xf2\x9b\xc8\xf6\xff\x3d\x90\x53\x75\x33\xba\x8d\x4f\x8d\x3e\xc5\x0d\x17\x8e\xb8\xdd\xce\x31\xa4\xac\xe1\x84\xfb\xa0\x88\x74\xa7\xf9\xf7\x27\xe5\xcf\x19\x73\x31\x2f\xc7\x51\x15\xc7\x54\xed\xc7\x7b\x20\x73\x22\x03\x48\x45\xf0\x39\xc6\x4e\x25\x84\x6e\x6a\x89\x47\xaa\xf6\x7a\x1d\x6b\xba\xc8\xa9\x6f\x63\xfb\x8b\xd7\xc6\x7a\x4e\x11\xde\x0b\x92\x22\x2d\x6b\xed\x29\x9e\x14\x69\xe7\x0a\xb2\xa7\x44\xac\xb5\xb3\xc9\x36\x50\x4b\x7e\x13\xe3\xe2\xc8\x4d\x34\x8d\xd1\xa6\x18\x45\xd0\x75\x42\x60\x02\x92\x71\x26\x46\xb7\xf9\x07\x92\xb2\x64\x26\x1e\x7c\xbb\x8b\x72\x0e\xc8\xf0\x72\xd6\xb6\x1e\x6d\x0a\xf6\x65\xc7\xc4\xcb\xd5\xcc\x78\xf2\x25\xef\xce\xce\x30\xec\x4b\xde\x32\x07\x70\x69\x95\x26\x07\x42\xa5\x36\x6b\x61\xe5\x97\x0d\x92\xac\xd9\x72\x31\xa3\x1c\x6d\x22\xca\x3d\xda\x54\xa3\xba\x45\x9b\x42\x6a\x6b\xf4\x29\x89\x85\xf3\xb0\x1c\x82\x12\x4f\xea\x22\x83\xa3\x5f\x2a\xd8\x99\xd1\x73\x2e\x17\xe5\xbc\x59\xf9\x65\x2b\xfc\xa7\x4d\x76\x86\xce\x17\x6d\x3b\x46\x7a\x5d\x14\x55\xda\x13\xc4\xc7\x05\x3b\x1b\x04\x94\x12\x9d\x1c\xf8\xed\x30\x93\x2b\xda\x9c\x76\x2b\x7a\x51\x12\xda\x4e\x2f\xba\x00\xed\x29\x71\x20\x49\x10\x90\x22\xf3\xb1\x18\x24\xd7\xb6\x32\x0a\x02\xba\x5d\xd6\x9f\x95\xdf\xce\x90\xc7\x37\x48\xe7\xda\xdb\x64\x3c\xd9\x66\x3a\xab\xb4\x97\x63\x37\x07\x90\x9d\xd9\xa2\x4d\x71\xab\x9c\x15\xe9\x6a\xc7\x15\xdf\xa0\x0b\xa2\x73\x01\xaa\x96\x67\x77\xbe\x97\x03\x29\x1b\x37\xe4\x4d\xde\xf1\x75\xde\xf1\xde\x4b\x25\xde\x3c\x17\xf1\xd4\x05\x66\x71\x39\xfe\x34\x4e\x9c\x38\xec\x96\xaf\x68\xb3\x24\x97\x80\xec\x95\xe2\x99\x3d\xe4\xaa\x30\xa2\x17\x49\x02\x71\xe1\x2a\xa1\x54\xad\x25\xa0\x2e\x1a\x12\x4f\xca\xb8\x0d\x26\x8b\x33\x6f\xb0\x9c\xf6\xc6\xcf\xb5\xc6\x08\xb2\x0c\xcd\xfc\x3d\x51\x96\xab\x7e\x4b\x90\xa9\x28\xe6\x49\x37\xcb\x9a\xd4\x68\x73\x02\x67\x96\x42\x1e\x8e\x93\xad\x7e\x60\x06\x30\xa4\x0c\xbc\x1d\x85\xba\x1d\xf7\x9b\xe3\xdf\x86\x4b\xe3\x8c\x0b\xc4\x7e\xba\xa4\x24\x24\xe5\x69\x9d\x2b\x48\xa8\x0c\xbc\x05\x03\xcc\x7a\xc2\xc1\x00\x2d\xeb\x6a\x3b\x90\x12\xee\xa7\x80\xe4\xa2\x06\x51\x76\xce\xaa\xe0\x9b\x9f\x2e\xe9\x0a\x4a\x5a\x6f\xec\x9c\x5c\x23\x9c\xf3\x39\xfe\x2f\x9b\x27\xd9\x5c\xbb\x1c\xa1\x2d\x5d\x2e\x7d\x19\xe4\xf4\x65\xb7\x73\x48\x83\x0a\x61\xd6\x01\x82\x4a\xa7\xdc\x2f\xc8\x14\xce\xf9\xfe\x06\x57\x56\xc9\xfd\x03\xc9\xc2\xeb\xeb\xc9\xd5\x53\xfa\x34\xf2\x6e\xfb\x93\x20\x56\xee\x84\x33\x54\x3c\x29\xef\x04\x1f\x2b\x3c\xcb\xd1\xf8\x52\x4b\xc5\xe1\xee\xc3\xd5\x53\x8a\x8b\x56\x8e\x9d\x1c\x26\xe4\x6b\xc6\x55\x50\xba\xcb\xfb\x1c\x48\xe9\x74\x0a\xe3\x39\x79\xe6\x60\x3c\xa2\x12\xfd\x9e\xf8\xe6\xee\x20\x89\x03\xa9\xb4\xa7\xd5\x5d\xd4\x21\xe1\xe2\xdc\xb7\x0b\xf4\x7a\xcd\xf6\xed\xc4\xaf\x85\x36\x11\x57\xd7\x3f\x3e\x90\xf9\x5f\x7a\x91\x24\xe0\x2c\xc9\xc3\x5e\xe7\x15\xeb\xc1\x76\x2a\x1a\x34\xa9\xfb\xb6\x32\x6a\x06\x24\xfe\x30\xe6\x62\x87\xb5\xcc\xe8\xcb\x7a\x71\xbe\x41\xd2\x5a\x4b\x3c\x89\x47\x33\x6d\xf6\x07\xca\xd1\x26\x27\xb1\x49\x2f\x4a\x95\x84\x82\x6b\x2b\xf9\x69\x89\xb5\xbe\x9d\xd1\xa2\xc5\x7b\xf2\x5e\xfd\xb4\x99\x10\x32\x4f\x61\x5d\x89\x99\x49\x41\x02\xdf\xb5\xa5\x73\xed\x0d\x9c\x90\x5c\x50\x5d\xb6\x6a\xb8\x7e\x49\xa9\xac\xa0\xbd\x52\x4a\x8f\x27\xad\x5c\x88\x36\x6b\x36\x03\x92\x6c\xe3\x6b\xc6\x3e\xf6\x0d\xde\x71\x4b\x03\xdb\xaf\x78\x52\x98\x7c\x7f\xda\x1c\x5f\x3b\x80\x74\xe2\xc0\x3a\x7b\xe3\xe7\xe8\xd3\x92\xf1\xa0\xcd\xf2\x75\xe5\x8b\x74\x55\x06\xf6\x64\x47\x37\x7c\xde\x93\x13\x63\x89\x27\x75\x56\xc0\xd6\xec\xd0\x6d\x76\xc5\x9e\x2e\xe8\xa2\xed\xd3\x5f\x9d\x5b\xfd\x40\x36\xbb\xb3\x12\x24\x16\xf2\x5c\x8a\xcb\x56\x71\xe2\xec\xf7\xe2\x88\xcc\x61\xbf\xfd\xe6\x72\xaf\xc3\x7e\xfb\x0d\x93\xfc\xb6\xa7\x8b\xc3\x76\x86\xbd\xf8\xab\x33\x98\x8f\x5d\x9c\xaf\xdd\xa4\x7d\x17\xc8\xb7\xc7\xab\x4e\x5a\xc1\x5c\xe4\x5d\x52\xef\xef\xb3\xc4\x9d\x47\x5d\xd8\xc5\x13\xb5\xeb\xc9\x98\x01\x29\x53\xd3\x45\xa7\xe2\x1d\x9d\xdc\x63\xb8\x12\x48\xb1\xf7\xf1\x70\x7d\x8f\x7e\xe7\x80\xa4\xa7\x36\x77\xba\x9b\x2b\x57\x58\xd7\xb7\xed\x18\x82\x10\xbd\xad\x49\x75\xbc\xfb\xd8\xf2\xfd\x68\x70\x37\x76\xf5\xae\x38\xfd\xd8\x9d\xbb\x4d\x16\xc6\x15\x36\xb8\x91\xa8\xa9\x11\x1b\xe1\x52\x86\xe8\x08\x5d\x61\x23\xe3\x06\xb3\x49\x9d\x32\x68\x93\xeb\x97\x73\x20\x0c\x7b\x5e\xb7\xc6\x37\xd8\xbf\xa3\x30\x7a\x14\x3d\xa4\x17\x07\x26\x40\xfa\xba\x0d\x84\x90\x0d\x6b\x2f\xe1\x3d\xf6\xd0\xa5\x13\xeb\xa2\x64\xa4\x1d\xc7\x1e\xfb\x4c\x67\x07\xe6\x8e\x4d\x32\xd2\x4a\x2f\xda\x87\xcc\xb1\x72\x8a\xd1\x01\x62\x4f\xdf\xfe\x1c\x0f\xd5\x79\x68\x1d\xc2\x34\x5d\x59\xc5\xdc\xcd\x9e\xce\x11\x7b\xc5\x7b\xf2\xf4\xb6\xc4\xe2\x8a\x10\xbd\x33\xba\x3d\x1e\x6e\x56\x62\xe2\xcf\xc9\x08\x24\x75\x61\x84\x6d\x03\x0c\xef\x39\x5a\x93\x9d\x56\xd4\x65\x73\xba\xcc\x03\x59\x53\x5c\x80\xf4\x7d\xe6\x83\xb6\x2b\x0b\xba\xdc\xce\x70\x31\x85\x82\x2b\x9d\x8b\x29\x54\x6c\xdd\xdb\x69\x3d\xf1\x55\xd8\x4a\xe4\x99\x27\xeb\xb9\x7d\x58\x7c\xfd\xba\x0c\x42\x85\x03\x75\x19\x84\x3c\x47\xbc\x27\x99\xa1\xf2\x9e\x95\x4a\xe0\xe0\x76\x36\x67\xbe\x41\x5c\x5f\x77\x8a\xa5\x41\xa9\x03\x44\xdc\xad\x5a\x82\x19\x45\xc0\x46\x07\xca\xc9\x91\x9e\x33\x0f\xae\x20\x9b\xcf\x2b\x57\x82\x6b\xa8\x57\xc8\xd4\x83\xb4\xac\x0d\xc8\x86\xa2\x80\x64\x28\x02\xcb\x1f\xb8\x96\x0e\x20\x05\xf0\xe7\x80\x54\x87\xa4\xc6\x7b\x2a\x35\x74\xc5\x7b\xca\x80\x72\x45\x9b\x22\x63\x3b\xa3\xcb\xf1\xac\x7c\x20\x29\x4f\x58\xeb\x87\xf3\x29\x8f\x80\x5c\x2b\x66\x02\xc9\x32\x04\x89\x7e\xf8\xa4\x82\xe5\x32\xd0\xd7\xb8\xd6\x1e\x38\xa5\xb1\x12\x22\x99\x68\xf3\xf7\xc3\xbe\xf9\x31\xba\x8b\x66\x71\xc6\x94\x54\xb4\xe3\x27\xb5\x9f\x2e\x49\xc6\x35\x63\xc6\x0e\x57\xb3\xed\xbc\x26\xe9\x03\xd9\xbe\xe4\x11\x9e\x2e\xd5\x06\xb6\x3e\xad\xd1\xb6\x9a\xd3\x05\x13\x4a\xe1\xaa\x7c\x4d\xe3\x59\x03\x92\x57\x3d\x67\xf3\x65\x83\x2b\x2b\xff\x92\xcc\x80\x97\x0f\x1e\xdb\xa8\x36\x36\xe9\x39\x3f\x6d\x72\x78\x60\x95\x5c\x47\x1c\x2b\x00\xa5\x07\x52\xff\x9e\x53\xb6\xe3\x77\x49\x90\xc5\xb7\x53\xf4\x40\x6e\x70\xe7\xae\xd1\xe6\xd8\x6d\x0f\xaf\xb2\xe2\xe5\xca\x01\xc9\x10\xc6\xbd\xa6\x04\x99\x39\x3e\xfe\xed\xcc\xaf\x16\x36\xa8\x1a\x10\x3c\xe0\x1b\x55\x3f\x6d\x16\x0f\x5b\x40\x2e\xed\xc9\x08\x4e\x9e\xc9\xf2\x62\x93\x87\xb7\x7a\xdb\xff\x57\x47\x7c\xda\x65\xbb\x7b\xf4\x49\x7d\x01\x3b\xc8\x1d\x48\x7c\x57\x8e\x27\x4d\x4e\x6f\x20\xd5\xc1\xfd\xf4\x22\x63\x90\x14\x32\x07\x52\x25\x6f\x21\xda\x74\xed\x81\xee\x52\xb0\x07\x92\x49\x50\xdc\xcd\x74\x25\x82\xee\xf4\xe6\xd3\xfe\xdb\xdd\x37\xfc\x74\x5d\x82\x3c\x63\x74\xad\x99\xf5\xc6\xf3\xe3\xdb\x1d\x4f\x3a\x3c\xbb\x01\xe9\x6b\x75\xa7\x4f\xca\x12\x58\xf3\x37\x5d\x7a\xa0\xe6\xcf\x7b\xce\xf1\x70\x01\x39\xd2\x91\xf7\x9c\x31\xe0\xe6\x6b\x9d\xf2\x28\xf1\x0d\xa4\x0d\x67\x3c\x6b\xde\x7b\xbc\xa7\x50\x99\xc4\xf7\x39\x38\x66\xd2\xe6\x28\xc8\xc4\x78\x58\xfd\xe9\x53\x02\xa8\xc3\x3e\x0e\xa4\x74\xae\xf1\x0d\x16\xe8\xab\xdf\x73\x62\xcd\xdc\x12\x90\x94\x35\xa9\x00\x29\x5d\xe6\x9d\x81\xe4\x96\x59\x26\x90\x1c\xd6\x4a\x03\x12\x2f\x7e\x57\x20\x1d\xd5\xe4\xaf\x75\x51\x04\x27\xbe\x9a\x2e\x8a\xd0\x67\x3c\xe9\x22\xff\x17\xe3\x39\x40\x3a\xd1\xa7\xb5\xcf\x57\x40\x32\x68\xb5\x78\x4f\xc6\xed\xf8\x06\x65\xd6\xbb\xd9\x5b\xd7\x6d\xbc\x63\xf4\xe5\x9c\xde\x8c\xee\x74\x48\x39\xda\xa4\x6c\x8b\x6f\x58\xc6\x6b\x56\x42\x8a\x80\x11\xdf\xee\x88\x45\x30\xd2\x9e\xf3\xae\xc1\x32\xed\x2b\xdf\x9c\xb0\xfd\x40\x8a\x69\x4d\xcc\x45\xf2\x60\xfa\x3c\xa9\x20\x10\x70\xc2\x9e\x19\x8e\x4e\x9b\x2e\xe5\x50\x6a\xec\xc3\x36\xcb\x12\xbd\xa8\xe0\x14\x67\xe5\x26\x2c\xa2\x01\xc9\x1f\xe1\xbe\x80\x74\xe5\x5d\x01\xc9\x8e\xc2\xbe\xcb\xff\xbe\x3b\xc8\x65\xe2\x63\xef\x88\xda\x03\x39\x67\xcd\x04\xb2\x6c\x1a\x4f\xea\x6b\x87\x67\xa6\x2c\x3c\xcd\xc9\x4f\x0f\xe4\x6c\x92\x3c\x69\x0f\x12\x70\xf0\xc6\x0e\x36\x80\x54\x2f\x25\x07\x24\x77\xce\xf8\x06\xb3\x87\xec\xa6\xe4\xac\x6a\xd6\x63\xda\xc7\x3e\x3b\xca\x73\x0e\xa7\x03\xb5\x02\x6f\xe2\x71\x6f\xcf\x93\x03\x55\xed\x6d\xb4\x29\xee\x18\x5c\xb2\x05\xe4\x48\x95\xdf\x10\xe5\xf3\xa8\x6a\x5c\xf0\x81\x12\x44\x8a\xdd\xc7\xa7\x1d\xe9\xf3\xe4\xf8\xdb\x94\x91\xd8\x4e\x09\x14\x79\xb0\xf1\x4a\xed\xd3\x5c\x53\x63\xe2\x2c\x6f\x4d\xce\xb4\xb3\x7c\x1d\x6c\x27\xc5\xd7\xfb\x04\x92\xeb\x3c\x07\xd0\x05\x11\x6f\x46\x77\x61\x76\x1b\x1d\x0f\xe4\xbc\x18\x1e\x4f\x09\x32\xcb\x0d\x31\xa8\x84\x4c\xdc\x40\xd6\x77\x4d\x20\x69\xe2\x46\x3c\xe9\x0a\x22\xd1\xa6\x9c\xc9\xa3\x01\x29\xb1\x09\x9b\x5b\x15\x29\x37\xd8\x16\x07\xbc\xc6\x91\x73\x85\x06\xeb\x24\x0f\x24\xb5\xc0\x88\x27\xe5\x29\xcc\x46\x38\x45\xa5\x75\xd8\x07\x72\x4d\xb9\x0c\x24\x17\x99\x64\x48\xa6\x8c\xda\x5a\x40\xb2\x83\x43\x44\x9c\x78\xf2\x66\xe3\x1b\xde\xdc\x1e\x41\xd5\x1b\xaa\x93\x2a\x4d\xbb\xb2\xf7\x1b\xe4\x55\x72\xc9\x56\x20\x0d\x0d\x27\x2a\xfa\x34\xa9\x2d\x17\x90\xaa\x92\x70\x00\x9d\xb0\xc7\xfc\xe8\x81\x24\x2c\x5e\x8c\xae\x24\x4e\xe6\xfa\xa6\x7d\xd0\xeb\xe0\x4a\x70\x00\x6a\xba\xa3\xcd\xbb\x92\x81\x64\x44\x62\x5d\x24\xcd\x94\x96\xe3\x49\x79\xee\x42\x24\xed\x09\x62\x4f\xda\x03\xd9\xfb\x98\x11\x5c\xf5\x21\xf3\xa4\x18\x83\xc4\x75\xd8\x9d\xc5\x85\x43\x26\x2f\xf7\xd6\x39\x64\xf2\x19\xa9\xa9\x44\x9b\x0c\xa7\x90\x30\xc9\x44\x6d\xc4\xac\x97\x49\x18\xb3\x16\x43\x71\xc7\xcc\x08\xe1\x35\x24\xef\xf1\x92\x79\x72\x38\x78\x9a\x2b\x4f\xf5\xdc\x7b\x01\x7b\xf0\x2c\xbf\x27\x90\x05\xe5\x06\xa4\x10\x7a\x4e\xc0\x60\xad\x13\x90\x7d\x46\xe8\xd3\xf5\x96\xd9\x77\xa7\xc5\xa9\xac\xa0\xfc\xbe\x73\x65\x1f\x2c\x13\x75\xce\x83\xb2\xdb\xe4\xc6\x29\x96\x25\xa3\xda\x24\x78\x20\x79\x7b\x04\xe4\x64\x96\x60\xf9\x74\x44\x1f\x18\x32\x97\x8b\x3c\x05\x24\xbf\x02\x88\xb9\x8a\x1b\xb4\x0c\x3b\xb3\xe4\xa8\x78\x73\x3a\x96\xe3\x10\x8b\x57\x62\xc9\x45\xad\xb0\x0f\xf6\x0b\x69\x3d\xda\x6c\xfc\x0d\x48\x8a\x54\x2e\x08\x57\x62\x6f\xd1\xa7\x0b\x5c\x45\x2f\x96\xd6\xb8\xc8\xe4\x6b\x5d\x63\x5d\xac\xe9\x6f\x50\x29\x49\x4f\x2d\xd6\xc5\x7a\xf8\xce\x25\x60\x9f\xe9\x04\x31\x97\x97\x48\x2d\x5c\x2c\xd2\xa0\x77\xd7\xa5\x9c\x2e\x7c\x90\x5b\xb4\x6d\x47\x4f\xfa\x3d\x6b\xad\xe3\xc2\x7d\x98\x25\x1b\x01\x89\xec\x8f\x6f\x39\xe5\xf3\xa8\xbc\x6c\xe7\x05\xa4\x40\x4b\x88\x88\x04\x9f\x72\x43\xf7\xad\x7d\xee\x35\x20\x1d\x08\x3e\x57\x75\xe3\x5a\xeb\x01\x15\xb5\x4d\x20\xc7\xec\x33\x82\xb4\xd6\x03\xbe\xeb\xe1\xd2\x90\x6c\xc4\x43\xc1\x00\x9d\x3b\x1d\x81\x09\x1e\xf7\x49\xf2\xcc\x0e\x24\x2f\x54\x10\x54\x09\x66\xf2\x80\xbc\x3d\x7d\x58\xe0\x6e\x14\x28\x5b\x07\xfc\xe8\xd3\xe5\x18\x19\xdd\x55\xdd\x32\xbc\x87\x02\x5e\x73\x8b\x36\x71\x76\x19\x6e\x51\x69\x1a\xdb\x60\x3b\x1d\xc6\xda\x98\xd9\xcb\x65\x6c\xe0\x1d\x5d\x36\xbd\xb2\x82\xd6\x22\xdf\x90\x30\x57\x60\xeb\x5c\x80\xaa\x59\x90\x2b\x28\xa9\xa4\x8d\x3d\x78\xf8\x97\x25\x08\xe6\xf2\xb2\x5e\x1c\x72\xaa\xfa\x68\x6d\x40\x8a\xde\xce\xa7\x5c\x6e\x20\xf9\x3e\x73\xb1\xbc\x6d\xfa\x02\x7d\x9c\x9c\xa5\xf2\x45\x6f\x69\x44\xe1\x44\xec\xe3\xdb\x1d\x20\x3d\xa7\xa3\x2e\x87\x77\xda\xe9\xf0\x6b\xf1\xb1\x72\x92\xfb\xe6\xa0\xd6\xe9\x84\xf4\xdd\x61\x42\xf3\x93\x82\xde\x4f\x26\xc7\xdb\x99\xd0\xe3\x9d\x6b\x15\xcc\x9c\x8e\x6d\xb4\x1b\xd3\x81\x5c\x61\x4e\xf3\x9c\xba\xba\x1a\x47\x60\x3a\xee\xca\xf9\x26\x0e\x24\xa5\x92\x0f\xd2\xf4\xd5\xe5\x98\xc8\xe9\x9c\xc9\xd9\xa5\x3d\x27\x8e\x8a\xce\x99\x31\xa7\xf3\x31\x58\x53\x3c\xed\xa8\x58\x9c\x6f\xe2\x40\xca\xd4\x6d\x42\x3f\xa5\x5e\xcb\x48\x09\xb3\xe1\xc2\x45\x2f\x4e\xb3\x79\x31\x82\x30\xf9\x77\x48\x36\x79\xd6\x2c\x8a\x12\xd1\x26\x11\xde\x59\x92\xa7\xb3\x24\x57\xab\xf3\xa6\xb3\x1d\x57\x87\x1b\x1c\x48\x01\xee\xc6\x56\xf2\x1b\x37\x56\x42\xae\x89\x19\x72\x3a\x95\x57\xa1\xdb\x23\x60\xda\x51\x31\xdb\x3d\x6f\xce\x6e\x57\x56\xe3\xa0\xf3\x1b\x57\x4b\xa3\x73\x0e\xae\x27\x7f\x11\x19\x86\xcd\xfb\x4f\x87\x10\x15\x76\xcc\xd9\xd7\xec\x10\x3b\xa7\x6a\xf6\x94\xc9\x4a\x60\xdc\xbe\x79\x4f\x6a\x08\xf8\xd1\xa9\xeb\xa2\x3b\xf3\xc6\x74\xf6\xe1\xde\xf8\x22\x29\xdb\xaa\x0b\x92\x1e\xc8\x79\x8a\x1b\x90\x6c\x10\xbe\x1c\xa7\x32\xac\x65\x9b\x5f\x67\x38\x1c\x32\x6b\x3b\x15\xda\xf0\x36\xed\x54\xd8\xe1\xb0\xa7\x6b\xef\x38\xfd\xfe\xb4\x8b\x61\x6d\x31\x17\x2b\x72\xc0\x25\xa7\x5b\x43\xbe\x9e\xd3\xf1\x76\x66\x60\x48\x61\xec\x9a\x3d\x07\x72\x3c\x28\x90\x55\x8b\x83\x79\x6e\xbf\xc7\x5c\x24\x2b\xb6\xe8\x45\x51\x18\xf9\x8a\xf7\x64\x2a\x6d\xe9\x5b\xa2\xec\xdc\xc7\xc5\x36\xcf\x03\x49\x23\xe3\x63\x3c\x6d\x4d\x77\x56\xd1\xe9\x6c\xc7\x25\x96\xd7\x9e\x91\x37\x1b\xaf\xc8\xa7\xda\x4c\x86\xe7\x72\xed\xe7\xcf\x7b\x22\xb5\x26\xa7\x73\xd9\x83\x13\x62\xe0\xac\x6d\x77\x89\xb6\xa1\x68\x2a\x7a\x91\x20\xe2\x24\xdb\x07\x52\x7a\x40\x96\x50\x37\x67\xab\x6c\x84\x2d\xed\x76\x91\x39\x90\xb4\xa5\xa0\xb9\x4b\xba\x66\x88\xc8\x72\x2e\x8a\xc4\xf7\x39\x0b\x2d\xa3\x4b\x5f\xd9\x2a\x87\x65\x63\xc5\xcd\x40\x45\xde\xdc\x05\x48\x6a\x1d\x13\x57\x67\x5e\xee\xce\xa4\x3b\xed\xdd\x99\xed\x32\x76\x20\x7b\x7e\x46\x9b\xb2\xec\xa6\x78\x4f\xdf\xc0\xa1\xb6\x35\xdd\x55\x1f\x0e\x24\xdd\x5b\x02\x72\x6e\x3b\xd6\x73\x9b\xa3\x60\x5d\xb6\x5d\xe9\x38\x9c\xb2\xad\x77\x87\x60\x4f\xe7\x6f\x6e\x08\x53\x73\x3b\xf9\x38\x2b\xbf\x2d\xca\x41\xd0\x36\x5e\x06\x09\x48\xe6\xa6\x58\x17\x29\x95\x12\x68\xbe\x5d\x50\x8b\x63\x25\xfb\x79\x71\x84\xe4\x81\xb4\xba\x35\x9e\x94\x86\x12\x7c\xd9\x0e\xbf\xb1\xc4\x62\x2f\xd4\xda\x38\xf0\x2a\x2f\xdb\x3a\xab\xfb\x10\xbf\x0d\xef\x38\x1f\xbe\x74\x20\x14\x0f\xe7\xc5\x60\x66\xb2\x8a\x97\x06\xa1\x97\x1d\xbc\x5d\x77\x3c\xa9\xd0\x87\x16\x6d\x8a\xc2\x8a\x36\xc9\x60\x36\xfb\xcd\xf9\xd0\xf7\xe5\x18\x4f\xc4\xa7\xde\x01\x49\x3f\x9a\x99\x35\xce\x6c\xde\xbf\xa7\x5d\xf0\x38\x01\x4f\xbb\x8c\xf1\xed\x62\x21\x4a\xe5\xdb\xc9\x27\xf7\x81\xfc\xb5\x15\xc8\xdc\x5b\x03\x92\x0f\x0e\x38\xf8\x74\x7e\x19\x88\xb2\x35\xa2\x1d\x2c\x7f\x3a\x07\x35\x7b\xab\x12\xb2\x0d\x95\x56\x78\xcb\x42\xec\x9e\x2e\x32\x51\x99\xb5\xbd\xc0\xcd\x42\x38\xef\x73\xef\x5c\x56\x2f\x6b\xfa\x59\x09\xe5\x9a\xcb\xae\xdf\x37\xe7\x4b\x21\xc3\x93\xef\x93\x5e\x35\x23\x3d\x4d\x85\x33\xe5\x59\xe3\x49\xab\x91\x3c\xba\xb2\xbd\x75\x14\x1d\xf3\x3d\xec\xea\xe9\xfd\x53\x90\x52\x6f\xe0\x92\xb3\x39\x67\xce\x83\x72\x2d\xb7\x0c\x26\x8b\x85\xa8\x71\x71\xda\x3d\xf6\x86\x4e\xbc\x75\xa5\xdb\xff\x68\x2e\x2b\x2f\x87\x25\xab\x25\xe5\x65\xb7\x02\x76\x3a\x63\x73\xfb\x1d\x92\xc7\xb6\xbf\xcf\x6e\xb5\xdd\x41\x20\x07\xd2\x19\x6b\xd1\xa7\x74\xe6\x77\xb4\x49\x7a\xca\xd1\x8b\x94\x58\x66\x28\xd6\xe5\x1a\x8b\xfe\xa2\x25\x75\x65\x4b\xf1\x9e\x7c\x62\xe6\xfd\x6d\x42\xa2\xf3\xa8\x34\x6a\x77\x74\xe3\x84\x28\x7c\x92\xeb\xaf\x5e\x74\x6a\x47\xfa\xf8\xa4\xed\xd2\xa5\x4c\xc6\x69\xed\x7d\x38\xd7\xe5\x3a\x6e\x8d\xf7\x6c\x7b\x36\x31\xb0\x8f\x6f\x66\xe3\xed\xe3\xdb\x9c\xc2\x7c\xe2\xe3\x3b\x18\x21\x59\x8c\x65\xf4\x64\x8e\x97\xa5\x4f\xce\xa0\xe1\xe3\xb1\x92\x0b\xc1\x5b\x68\x5f\xce\x5a\x01\xef\xbf\x92\xcb\x1e\x95\x80\x4c\x32\xe9\xd3\x5c\x9f\x39\x26\xa7\xab\xee\x48\x02\xcb\x3a\x26\x67\x1f\x3e\x90\xfc\x2b\x7d\x38\xd7\xed\xbc\x5b\x3e\x1e\xcb\xb6\x6e\x27\x4a\x3c\x90\x1c\x7b\x7c\xab\x2e\x65\x59\xa8\x0e\x06\x98\xe1\x03\xcb\x17\xd9\xeb\x95\x63\x65\xaf\xd7\xea\x24\x32\x07\x92\xa6\xdf\x87\x73\x65\x87\x83\x5b\x82\x58\xae\xeb\xe2\xd8\xb1\x49\x86\x68\x67\x24\xf9\x7f\x19\x7b\x93\x64\x8b\x79\x1d\x5b\xaf\x9f\xa3\xb8\x43\x10\x49\x89\x45\x44\xc6\x9d\x0b\x49\x6d\xb9\xe7\x86\xe7\xdf\x70\x10\xdf\x5a\x27\xfd\xc2\xf6\xfb\x6f\xeb\x10\xd8\x3a\x2c\x40\x00\xac\x50\x8c\x19\xef\xd2\x95\xf0\x52\x07\xe2\x8d\x5c\x3d\xc3\x6d\xa7\xfa\x4b\x9e\xa9\xe8\xcb\xcd\x33\x95\x68\x76\x73\xfc\xe5\xaa\x61\xc6\xdb\xf3\x33\xc4\xbc\x24\x24\xbd\x35\x9b\x61\x57\xdb\x30\x35\x1b\xb2\xa4\x6d\xae\x25\x96\x58\x8c\xcb\x0e\x14\xcb\x0c\xfb\xbc\x49\x5c\x38\x62\xc6\x1d\x28\x9e\x51\xd5\x97\x88\xb0\x76\x57\x51\x90\x14\xa4\x5a\xf2\x66\x5c\x46\x95\x21\xfe\x24\x05\xe9\x85\xf2\x99\x0f\xaf\xe2\x12\x88\x87\xab\x0d\x51\x9e\xcb\x28\xa2\xd2\x1d\x28\x0c\xe4\x86\xbf\x0c\xef\x50\x16\x40\x59\xb6\xe2\x1a\x70\x20\x28\xd1\x05\xbd\x71\x2f\xce\x18\xb4\x6f\x56\x5f\x78\xb2\xf6\xd8\x2b\x9e\x80\x2c\x09\x33\x76\xd1\xcf\xb8\xfc\x65\xb8\x05\xb3\x6f\x26\xb6\x73\x23\x78\xc1\x20\xb6\x73\xc3\xfc\xf0\x40\x18\xc8\xf9\xcb\x08\x02\x84\x8a\x26\x62\xf3\x3d\xc4\x4b\x71\xad\x53\x75\x8d\x34\x75\xad\xd3\xfc\x5b\x58\xb2\xb3\xfc\x12\x95\xb9\x58\x36\x1b\xee\xe0\xb7\xff\x2f\xf8\x8c\x0d\x1a\x31\x9a\x9f\xec\x3a\x83\x07\xad\xc2\xda\x22\x9a\x9d\xfa\x12\x17\x2b\x43\xdc\xda\x89\x25\x7d\x1b\x8a\x67\x31\xc9\x74\x44\x50\x6e\x38\x99\x9d\x7d\x5d\xd8\x1b\xb3\xaf\x9c\xf1\xb8\x7d\x13\xac\x7e\x60\x84\xda\xb2\xb8\xbc\xeb\x52\x02\x68\x60\x04\xa7\x39\x8a\xe0\x5d\xed\xd1\x3c\x70\x91\x83\x1f\xf0\x20\xa2\x71\x1b\x52\xae\x61\x92\x5a\x30\xd9\x1c\x04\x2d\x6e\x4d\x92\x33\x22\x5e\x08\x8e\x1e\x63\xea\x92\xe7\xf1\xff\x7d\x71\x99\xc8\x68\xb9\xe4\x21\x22\xdf\x81\xc2\xe4\x36\x1b\x0a\x97\x1e\xb6\x56\x73\x28\xd2\x3a\xb5\x4c\x25\x59\xfb\x47\xeb\x8b\x31\xc3\xc3\xbd\x59\x9d\x2e\xdc\x1b\x58\xe5\x26\x7e\x3b\x59\x4c\xb8\xe2\x98\xd7\x34\x40\xfc\xc8\x87\x9a\x27\xe3\x85\xae\xbb\xb1\xd6\x7b\xf4\xac\x32\xd9\x97\x3c\x52\x29\x9b\x23\x92\x94\x79\x38\x64\xd7\x2c\x55\xb4\x31\x67\x11\x53\x84\x61\x5d\x21\xe4\xe7\x81\x72\x28\xd7\x21\x28\x7c\xf6\x35\xf1\x2f\xfe\x76\x52\xa0\x2f\x8e\xe3\x12\x47\xdc\xac\xb5\xfe\x2a\xce\x6d\x55\x5f\x48\x7b\x3f\x92\x6a\x91\x4d\x05\xb5\x90\x64\x51\x0f\x6f\xf3\xa7\xd4\xe1\x97\xa0\x70\x6a\x95\xd2\x62\x9f\xd0\x25\x56\x3f\x12\xca\xaa\x9f\x9f\x1c\xb2\xa1\x04\x0e\xcb\x59\x82\x14\xd7\x09\xa5\x49\x4d\x7d\x4c\x19\xbf\x2d\x1c\x81\x71\xd6\x1e\x2b\xd6\xdf\x87\x7c\x1b\x83\xc8\xaf\x0f\x26\x78\x07\x22\x8b\xdc\x00\x52\xe6\xe2\x0e\xb4\x48\x7d\x59\x05\xe1\x0e\xc3\x6f\x89\x78\xbc\xec\x9f\x56\x22\x0c\x7b\x11\x14\xcf\x8c\x18\x0e\x8e\x55\x48\xad\xcb\x6c\x12\x62\xf4\x21\xac\xe7\x81\xc2\xf1\x82\xe5\x69\xe1\x32\x41\x50\xd1\x21\xc3\x25\x5d\x46\xad\x42\xbc\x09\x76\x22\x8b\xcc\xd3\x64\x48\x19\x04\xf2\xac\xba\xf7\x5f\x24\xe9\xd2\x5e\x67\x85\xc2\x7e\xb4\xab\x5d\xe1\xde\xd0\xba\xea\x0c\xc5\x5b\x74\xa8\x5d\x0f\xb6\xeb\x43\xbf\x4d\x42\x91\x17\x41\xb1\xe7\x2c\x86\xe2\x08\xaf\xf6\xc2\xbd\xa1\xe2\x53\x37\x16\x2e\x05\x6d\xdc\x82\x62\xa6\xd9\x07\x29\x48\xa4\x6e\xc2\x57\x8b\x58\x06\x3a\x91\xad\x46\x62\x51\xd1\xac\xe1\x06\xa5\x59\x69\x0a\x4f\x94\x05\xc5\x5d\x3b\x5c\xbe\xf0\x5f\xd4\xbe\x72\xe1\x4f\x88\x85\xff\xc0\x3e\xe7\xc6\x77\xf3\x1c\x82\xb0\xe8\x68\x82\xc2\xb5\x4a\x94\xd0\x09\x57\xf3\x3e\x48\x28\xa0\xd1\x12\x95\x43\x37\xe1\xc4\xe0\xbb\x75\xe7\xba\x66\xcc\x34\xde\x7e\x07\x8a\x47\x63\xce\xc9\x2b\xa2\x72\xdc\x7a\x82\x5c\x61\xdb\x7d\x37\xf5\x73\x62\x1c\xc8\x75\xd7\x9a\x44\xba\xd3\xd8\x27\x7c\x56\xd5\xfa\x0a\x13\x58\xf1\x75\x64\xf7\x69\x43\x63\x58\x2c\xa3\x28\xfa\xb5\x88\xfd\xf6\xe8\xb7\x11\x16\xcd\x2c\x87\x6b\x71\xbe\xe6\x64\xb5\x42\x13\xdd\xf8\xcd\x1d\x08\x97\x25\x43\x71\xed\x78\x19\x0a\xd3\x4b\x8d\x68\xc5\x85\x93\x76\xd8\x2b\x32\xf1\xdc\xa4\x56\x18\x2b\xce\x67\xf5\xe2\xc2\x62\x6d\x96\x12\xf4\xcb\xda\x04\x2a\x65\xa9\xc4\x5e\xa6\x10\x42\x6a\xac\x8d\xad\x3c\xfa\x53\xb6\x26\x18\x4a\x8c\xf5\xf2\xba\xc5\x66\x71\xbd\x64\x32\xfc\x0f\x94\x32\x06\x25\x15\x2b\xd4\xb1\x88\x06\x51\x24\xaa\xb8\x17\xea\x9a\x7c\x71\x98\x7a\x34\xdc\x37\x84\xf3\x16\x53\x90\xcf\xf6\x12\x33\x61\x37\x3c\x92\xa0\x58\xe5\xc8\x8d\x31\x56\x1c\x91\xee\x47\x53\xf6\x23\x67\x08\xab\xff\x8a\x00\xdc\xe5\x11\x2b\x63\xa4\xc2\x4e\x6b\xae\xb8\xf5\x4c\x98\xd6\xcc\x15\x7b\xf8\x41\xdc\x81\xb9\xc2\xae\x20\x61\x3b\x70\xa0\x3b\xa0\x26\xe8\x77\xbe\x8c\xd5\x6a\xae\xb0\x01\x48\xd8\x45\xcf\x15\x7e\x7a\x09\x8b\xdf\x03\xad\x80\x9a\xa0\x7d\xfe\xaf\x19\x7a\xe3\x37\x5a\x8f\x5d\x7b\xe2\xce\xfc\x40\xfd\x40\xb1\x4f\x38\x50\xb4\x10\x22\x3e\x57\x5a\xf1\x65\xac\xa3\x13\x8b\xdf\x41\xfa\x9b\x89\xc5\x6f\x4a\x99\x16\xe2\xcd\x7a\xdc\xaa\x33\x22\x14\x24\xde\x89\x0f\x14\xb5\x14\xff\x76\x46\xc4\x6e\x78\x62\x81\x3b\x6e\x51\x22\x2c\x70\x13\x77\x76\x73\x45\x84\xb5\x81\xdb\xce\xc4\xea\x75\xdc\xa2\x44\xbc\x05\x27\x12\x03\x4c\x2c\x5b\x13\x41\xfc\x27\xb6\xac\x89\x20\x47\x07\x8a\x3a\x1f\x5a\x0f\x6f\xb8\x84\x6d\xe9\x24\x7a\xf4\x20\x1e\xd9\x81\x5a\xfc\xc6\xd8\x0b\xf3\x50\x6f\x41\x31\xf6\xae\xd6\x67\x8c\xbd\xaa\x3d\xc6\xd0\xd5\x17\xc6\x50\xd5\xfa\x0a\xba\x74\xb5\x7e\xd4\x7e\x4a\x6e\xef\x50\x77\xe0\x3c\x32\x89\x33\x9d\x92\x66\xec\x66\x44\xad\x0b\x7a\xfe\xfd\xaf\xc1\x03\xda\x24\xb2\x74\x22\x1e\xd9\x81\x7e\xf1\x9b\xff\xef\x3b\xbf\x75\x5a\x88\x93\xc0\xe0\x8a\xe9\x40\x41\xb3\x5e\x04\x05\x95\xfa\x2d\x28\x7a\xad\xf1\xdd\x70\xa4\x46\x14\xb1\xd8\x12\xc9\xf3\xe7\x0a\x2f\xba\x44\x84\x97\x03\xc5\xff\x0d\xea\x8c\xc8\xcb\x03\x0b\xdc\x03\x05\x3d\x47\x15\x74\x78\x9e\xcb\xa1\x03\x45\x9d\x83\x3a\x1f\xf8\x65\x74\x41\x31\xf6\xa1\x5a\xa2\x9f\xc4\x26\x9c\x2c\x4f\x29\x8b\x12\xf1\x80\x3d\x88\x3a\x7d\xa0\x12\xbf\xd1\xb3\x30\x8f\x4d\x24\x3e\x38\x50\x50\x49\xf2\x17\x9e\x79\x29\x8b\x93\xe3\xde\x7f\x3c\x9a\xa3\x1a\xfc\x92\x25\x2b\x35\x7a\x96\xc5\xd7\x71\x47\x9f\x50\x5a\x73\xd5\xa3\x19\x12\x96\x35\x93\x45\x2e\x71\x59\x7a\xa0\xe8\xb5\xa4\x23\x76\xfb\xa3\x8a\x77\xdb\x88\x7e\x96\x4b\x50\xb4\x57\x18\x43\x04\x18\x4e\x78\x37\x1c\x28\xea\x2c\x6a\x61\xf1\xa5\x5a\x60\x0c\x85\x16\xc2\x94\x75\x54\xd1\x2c\x72\xa9\xa4\x2c\xa9\x0a\x67\xb8\xd1\x44\xc1\x78\xe0\x4d\xc4\xb9\x9c\x2b\x32\xab\x24\xc2\x36\xcd\x15\x0f\xb5\x89\xeb\xd8\x03\x1d\x9e\x6f\x92\xe2\x78\xb6\x4d\xf9\xb9\xfe\x49\x29\x4f\xac\x5e\x47\x53\xa5\x71\x14\x48\xf9\x29\x82\xee\xf8\xed\x11\x44\xa5\x55\xd0\x8a\xdf\x86\xa0\xef\x40\x62\x98\xc1\x44\x54\x43\xd1\x51\x89\x6a\x1c\x21\x06\xf7\x87\x07\xaa\xf1\x5b\x16\x74\x26\xbe\xf9\xff\xce\xda\x9c\xb2\x84\x33\x32\x04\xa6\x2c\xf6\x19\x30\x8c\x84\x33\xf2\x97\x8c\x26\x01\x9c\x30\x45\xa7\x96\xf0\x9f\x1a\x5d\x84\x89\x7b\xe3\x94\x25\x48\x0b\x36\x90\x20\xc5\x4a\x3d\xba\x46\xb4\x98\x6a\x09\x4b\xac\xb1\x09\x63\xf9\x89\x2d\x6b\x22\x58\xca\x81\xce\x94\x75\xf5\x2c\xfc\x99\x52\x96\x20\x2d\x26\x49\xa2\x13\xef\xb6\x29\x4b\x74\x16\x2c\x22\x36\xd8\x31\xd5\x45\x02\x11\xef\xb6\x09\x73\xb9\xb9\xe2\xd6\x33\x15\x2d\x3a\x71\xba\x18\x5c\x58\x1c\x28\xc7\x6f\x4d\x50\x39\xbf\x89\x5d\x23\x14\x54\x2a\x52\x29\x61\x23\x3a\x46\x31\x74\x58\x12\x57\xea\xb9\x22\xdc\xd3\x18\x52\xfb\x2f\xad\x6b\x79\x8a\xa8\xbe\xa9\x48\x90\xc2\xa9\x26\x15\x09\x52\xa4\x7e\x4f\x45\x8b\x4e\xc4\xf8\x4d\x44\xdd\x9b\x2c\xb1\x89\x43\xdf\x64\x89\x4d\x45\xbd\x8e\x2c\x72\xa9\x48\x74\x3e\xea\x94\xe8\x44\xa8\xa4\x74\x5d\x8f\x7f\x5c\xf1\x63\x13\xb4\xf9\x51\xdf\x06\x6f\x11\x0a\xfd\x40\x51\xeb\xcd\x98\x3e\x46\xaf\x45\xfd\x0b\xda\x63\x05\xb0\x3a\x4b\x3c\x26\x79\x8b\x30\xb4\x09\xc3\xb0\x85\x19\x63\xc2\x96\x67\x61\xb8\x98\xb0\x21\x59\x3d\xf2\x7c\x27\x4c\x15\x57\x4f\x8c\x37\x96\xab\x03\x1d\x3a\x5d\xe9\xef\xc7\x33\x0c\x3c\x2a\x16\xd6\x7b\xe7\xc7\x26\x30\x5a\xac\x49\xd0\xcb\x8f\x5d\xe0\x2f\x7e\xa4\x03\x11\x6d\x36\x5d\xd8\x83\x1c\xb0\xc5\x8f\x6a\x24\x14\xee\xc5\xca\xb7\xb0\xd9\x4b\xbc\x6e\x2e\xac\xf4\x12\xa1\xf1\x16\x56\x6c\x09\x77\xb6\x85\x6d\x5a\xc2\xb4\xe9\x40\xa7\xc5\x0b\x6b\xa6\x85\x01\x5a\xe2\x91\x7b\x75\x36\x08\x17\xaf\xe3\x0b\x7b\xb4\x44\x0c\x85\x45\xcc\xd7\xf3\xa3\x1a\x61\x06\xba\xea\x89\xa5\xf7\x42\xcf\x2e\x6c\xc9\x0e\xd8\x04\x46\x45\x43\x5d\x08\x3e\xbe\x08\x3b\xb9\xb0\x26\x4b\x1c\x12\x0e\x14\xd5\x0e\xfe\x31\xa2\x13\xa5\x2b\xdf\x74\x28\x5c\xe8\x13\xb1\x9d\x0f\xd4\x03\xe2\x1f\xc3\x91\x25\xf1\xf4\xbc\x08\xbd\x9a\x70\x90\x5e\x04\x3f\x4d\x17\xe2\xb8\x7a\xac\xbf\x89\x1d\xd3\x81\x4e\xe7\x2e\xe4\x71\x11\x0c\xf5\x80\x54\x14\xc7\xb7\x44\x16\xe0\x03\xed\x80\xe8\x40\xf8\xb1\xa7\xab\x08\x0c\xf7\xf4\x84\xfb\xd1\x81\xe2\x1f\x0b\xff\xc8\x72\x79\x97\x7f\x8c\xb0\x7c\x3e\x8d\x36\x6e\x08\xfb\x30\x2c\x11\xe0\x59\xfc\x46\xa5\xb1\x42\x26\x6c\x1e\x0f\xc4\x38\x7a\x16\x98\xe3\xc7\x2a\x88\x51\xf5\x2e\x70\xc5\x8f\x43\xd0\xe6\x47\x83\x87\x99\x6e\x49\x4c\xa5\xe7\x8f\x9a\xa4\x73\x8f\x9a\x84\x38\x12\x83\xb0\xb3\x4a\xb7\xf8\xbe\x41\x64\x31\x7a\x63\xe6\x24\x3f\x11\xbd\x3f\x5d\xff\x03\x1e\x26\xbc\x25\x05\x0d\x1a\x57\x9a\x88\x6c\xbc\xe9\x96\x10\xc4\xd1\x33\xdd\xe2\xfa\x38\x7a\xa6\xeb\xee\x49\x60\x0c\x4a\x42\xc0\xb2\x7c\xdd\x22\x47\x5b\x31\xa8\x4a\x8b\x9d\xc9\x91\x4c\x74\xe4\x0e\xf3\xe2\x85\xcd\x54\xba\x5b\x13\xd4\xf9\x31\x09\x8c\x1e\x34\x1a\xe9\xcc\x4e\x53\xad\xa1\x86\x6e\x89\x44\x67\xae\xd4\xb9\x01\x19\xd5\x9b\x01\x19\x3b\xac\x32\xa8\xa5\x43\xe2\xa1\xff\xa3\xce\x19\xaa\xe6\x96\xe8\x4c\xc8\x38\xa0\xcd\x9c\x21\x48\xd8\xff\x1d\xf0\xac\xe8\xee\x68\x78\x36\x9f\x1f\x9b\xc0\x19\x3f\xde\x82\x42\x96\xc9\xed\xb9\x88\x43\x99\x1e\xc9\x55\x78\x33\xa7\x47\x72\x15\x27\xe5\xf4\x48\x1c\xe2\x75\x34\x3d\xd2\x1e\x2b\xe6\xf8\x91\xba\x58\x08\x52\x95\x3a\x0d\x23\xa7\x84\x0f\xe1\x81\x26\x3f\x76\x81\x2b\x7e\x7c\x04\x6d\x7e\x1c\x02\xdf\xf8\x91\x0e\xc4\x03\x69\x7a\x34\x8e\x78\x20\x4d\x57\x95\x1a\x0c\xef\xe3\x03\xaa\xa2\x60\xc8\x47\xc3\x5a\xc8\x67\x6d\x06\x0f\x9b\xf1\x5a\xb5\xb0\x9e\x4a\x4f\xe9\x82\xe2\x1f\x0b\x1d\x08\xff\x92\x74\x71\xaf\x7e\xc0\x18\xb4\xe4\x2c\x82\xe5\xa4\xab\x49\x78\xc2\x0d\x36\x3d\x7f\x50\xe8\xf7\x26\x1a\x84\xe7\xeb\x01\x9b\xc0\xf3\xaf\x8f\xe4\x25\x62\xe9\x9c\x1f\xbb\xc0\x11\x3f\xfa\xd3\xc9\x8f\xaa\x37\x26\xec\xf9\xfb\xf4\x17\x90\x7f\xfb\xe2\x53\xc9\xcf\xcb\x84\xfd\x41\xd1\x3d\x2d\x29\x11\x69\x27\x5d\x4d\xfa\xfe\xc7\x6c\x4a\x28\x7e\xcc\x66\xbb\x04\x45\x35\xa2\xdd\x0f\xc2\xb6\x5b\x50\xfc\x9f\x6a\xf9\xa0\x9d\x44\xe2\x63\x85\xeb\xc5\x3f\x46\x57\x25\x05\x5f\x2c\x37\x17\x4e\xbc\xab\x7f\xb4\x28\xa1\xf8\x10\xc3\x2e\xcd\x17\x29\x66\x13\x91\x63\x0e\xd4\xf9\x51\x15\x85\x18\x72\xc1\x70\xa0\xc9\x8f\xae\x28\x88\xa5\xd9\x63\xab\x70\x61\x09\x7b\xc0\x60\x2e\x29\xc2\x08\x0c\x94\x1e\x09\x5b\xdc\x68\x26\x9e\xc3\x0e\x14\xe3\x1a\xff\x68\xae\xb1\x7a\x04\xd7\x4f\x0f\x52\x3a\xd8\x56\x60\xbc\xb1\xb0\xa5\x4a\xf8\xfc\x1e\x88\x2f\x1f\x20\x9a\x67\xed\x1b\x17\x73\xce\x7d\xee\xc2\xd0\x2a\x61\x67\xb9\x46\x64\x9d\x4d\x58\x02\xae\xc1\x65\x01\x56\x1f\x07\xea\x01\xd1\x44\x42\x2d\x60\x4a\xbd\x88\x7c\x98\x88\x4b\x78\xa0\x9b\x1f\x87\xc0\x27\x7e\xf4\xa7\x3b\x20\x7e\x63\x1b\x51\xd5\x9b\x30\x63\x4f\x18\xc7\xad\x11\x0e\xc2\x89\xe7\x88\x35\x72\x54\xca\x63\xcf\x81\xf8\xf2\x16\x14\x75\x22\xe9\x23\x0c\xc9\x93\x34\xd6\x08\xa7\xdc\x94\x08\x48\x7b\xc0\x16\x3f\x36\x41\x9d\x1f\x55\x6b\xa8\x7e\xae\x8d\x16\x01\x0e\x13\x96\x2d\x8b\x90\x86\xa9\xe6\x4b\x50\xb4\x8f\x12\x18\x91\x40\x36\x61\x97\x71\xa0\x68\x3f\x53\x27\x7b\x06\x5e\x0b\x0e\xf4\x70\xe1\xd3\x04\xd6\xf8\x51\x4d\x84\xc8\x25\xfc\xca\x0e\x78\x18\xb9\xaa\xe3\x65\x71\x55\x84\x78\x8c\x88\xf4\x9e\xaa\x3a\x1e\x91\x77\x12\x97\xae\x8b\x58\x85\x89\x0b\xf5\x35\xe2\xaa\x38\xe9\xd2\x67\x8d\x9b\x39\xbe\xbb\xa0\xf8\x14\xcd\x32\x22\xed\x52\x4a\x49\xff\xc9\xd9\x5c\xea\x74\x70\x36\x97\xfe\x1c\x91\x4d\x29\xa5\xc4\x2a\x8d\x09\x5b\xaa\x1a\x16\x6b\x36\x26\x65\x8b\xc8\x7b\x49\xa7\xe5\x35\x22\xe6\xcc\x01\xf9\xb5\x41\x65\x96\xb7\xc1\x51\x1a\x5b\x91\x45\x0c\xbd\x94\xf0\x52\x59\x64\xdb\x4f\x38\xe1\xad\xc1\x1a\x2e\xfd\x39\x38\xcd\x12\x1b\xeb\x40\xf1\xe5\x60\x7a\x3a\x0c\x28\xc9\xe9\xfc\x9f\x24\x87\xf5\xb4\x4a\x72\x06\xd3\x2a\xc9\x19\x0c\x4a\x92\x33\x18\x14\xbb\xc6\x11\xe1\x3f\x52\x93\xa8\xb0\x10\xf2\x1a\xb7\x30\x3c\x4a\x4d\xa2\x12\xd7\xb2\x89\x18\xaf\x0b\x93\x9a\x84\xd3\xdf\x22\xd1\x79\x6a\x92\x1b\x0e\x74\x4d\x82\x12\xce\x89\xa9\x49\x18\x22\xd6\x42\x6a\x62\xf8\xcd\x0d\x9c\x74\xe5\x88\x1b\xd5\xd4\x34\xc3\xf1\xd2\x93\x9a\x38\x35\xec\x51\x52\x13\xa7\x46\xb6\x97\xd4\xc4\xa9\x2f\x83\x60\x6f\x39\x5e\x06\x21\x4e\x65\xe5\xc0\x76\x6b\x8d\x97\x49\xb3\x30\x44\xb4\xdd\x44\x68\xb7\x85\xd1\x49\xfa\x93\x8d\x30\x71\x4d\x04\x6d\x58\x83\x13\x5e\x13\x6b\x72\xc2\x6b\x28\xee\xf1\x63\x7e\xf1\x6f\x5b\x83\x43\x5d\xd3\x6c\xff\xe8\x1c\x47\xac\xf1\xd3\xbd\x9b\xf8\xed\x07\xa9\x04\x45\x26\xc1\x84\x25\xcd\x81\x3a\x57\x74\x5d\xe0\x88\x1f\xa9\xe7\x83\xfe\x9c\xa3\x06\x87\x3a\x8c\xb2\x17\xd1\xd6\xd2\x1f\x3d\xc2\xba\x24\x61\x9c\xb0\xb0\xf6\x48\xad\xfd\xe3\x25\xc8\xc2\x14\x24\x11\x9e\xfe\x40\xd1\x73\x72\x3e\x1d\x30\xe6\xaa\xa9\x56\x2e\xdf\xb8\x30\x39\xe0\x1b\x3f\x3e\x40\x4c\x01\xe3\x20\x5d\x78\xc2\x04\x69\x11\xc5\x2d\x25\xac\xcd\x16\x81\xdb\x12\x71\x48\x0e\x14\xc3\x42\x50\x66\xb8\x6c\x25\x1c\xf0\x16\xa1\xda\xd2\xff\x7c\x1a\x37\x52\x58\x55\xae\x99\xa0\x39\x72\x33\xd1\xe3\x3c\x16\x1d\x28\xa8\xc3\x75\xf8\xc2\x3c\x23\xb5\xa1\x6a\xd0\x4e\x64\x1e\x3e\x60\x34\x39\xf4\x29\x93\x35\xfc\x5b\x8c\x83\x73\x12\xd1\xd3\x12\x66\x48\x0b\x2b\x8f\x44\x6c\x87\x35\x39\xe1\x61\x86\xb4\x88\x89\x96\x70\xbb\x39\x10\x5f\x32\xfc\x82\xe2\xea\x22\x4e\x04\x3f\xf8\xeb\xa9\xae\x88\x3b\x4a\x85\x2c\xe1\x7f\x3d\xe5\x8e\x98\x68\xc9\x8b\x4c\xe0\x89\xb0\x41\x8b\x68\x6a\x89\x20\x3b\x8b\x18\x69\x09\x9b\xf2\x03\x05\x35\xc6\x65\xf0\x8b\x1f\xe9\x1c\x3a\x3f\x8d\xcb\x60\x8a\x1f\xd5\xd7\x98\x47\x1e\x46\xd7\x44\xad\x13\x2e\xf2\x40\x93\x1b\x56\xd5\x1a\x72\x8d\x11\xef\xc2\x7c\xe4\xfc\xa8\x5a\xe3\xb4\xd1\xf5\x29\xb7\xc6\x5d\xbf\xb1\x02\xe0\xfd\xb6\xb0\xee\x48\x38\x84\x2c\x32\x85\x27\x9e\x2a\x17\xf1\xce\x12\x96\xc1\x0b\x0b\x8e\x44\xc0\xd6\x03\xc5\xa0\x90\xf2\xe9\x9b\x5a\x4d\x6a\xbc\x2b\x26\x0c\xc4\x17\xe9\xc0\x13\x26\x23\x8b\x94\xdf\x49\xdb\x33\x02\xa5\xa5\x7c\x25\x83\x31\xa8\xa2\x16\xb9\x88\xbb\x44\x8e\x88\x11\x9b\x78\xd7\x5c\xf3\x61\x92\xd9\x72\x4d\x0e\xa6\xda\x63\x11\x38\x2d\xe5\x4b\x8d\x84\xbb\x51\xc2\x82\xfb\x40\xdc\x1c\x17\x81\x10\xf9\xd1\x7f\xc2\x48\x9c\x36\x49\xca\x9d\xf2\x25\xee\x88\x94\x14\x09\x9b\xa7\x45\xd4\xb3\xf3\x63\x12\x18\x63\x66\x41\x9c\x9c\x45\x79\x87\x3c\x50\xdc\xd4\xf1\xe4\xbc\x66\x24\x96\x3b\x60\x15\x18\x83\x66\x17\x3c\x75\xf1\x7b\x49\x22\x1a\xfc\xc1\x49\x71\x86\x25\x75\xca\x49\x42\xd0\x10\x89\xa6\x7a\x60\x9e\xa6\x7f\x0c\x25\x90\x93\x38\x8b\x13\x67\x97\xd8\x47\x5a\xb8\xd4\x25\xf6\x9c\x14\xbb\x7a\x37\xe0\x01\xc9\x79\x24\x5f\x4b\x39\xa9\x8d\xb8\xc3\x4d\x5d\x62\xaf\x7b\x5a\xde\x15\x0e\x18\x03\x91\xd8\x0f\xdf\x98\xd3\x01\x0e\xa0\x96\x09\x0e\xa0\x16\x82\xf0\xb0\x49\x39\x6b\x58\x11\xa0\x20\x69\x1b\x3a\xc3\x14\x39\x0d\xc9\xd6\x64\x6a\xb3\x98\x39\x22\x14\xa4\x21\xf6\xe1\x3e\x76\x88\x5f\x38\x72\xe6\xac\xc9\xe4\x58\x69\xf1\x61\x1d\xce\xf9\x9f\x13\x01\x2e\x02\x6a\xfd\xc9\xd6\xe4\xc6\x3b\x57\x57\xbb\xe2\x47\xf5\x80\x9b\x56\x1e\x53\x0f\xf8\xc6\x8f\x74\x88\x4b\xe0\x21\xe9\x5a\x31\x23\x43\xd2\xc5\x15\xed\x90\xc8\x84\x21\x6c\x22\x91\xc7\x22\x3c\x54\x22\x1d\xc1\x81\xa2\x4e\x89\x53\x3c\xad\xa6\x5c\x24\x32\x91\x91\x39\x0d\x31\x3e\x77\xbb\xb9\x48\x64\xc2\x68\x36\x0d\x31\xfe\x66\x42\xd8\xcf\x4d\xce\x98\xc3\xd5\x4c\xda\xd7\xff\xc5\x26\x0d\x63\x91\x85\x01\x4a\xca\xba\x6e\x24\xec\x53\xc2\x23\x69\xcd\xcd\xe3\x47\x11\x33\x6f\xe6\xee\x56\x77\xfc\x36\xc1\xb0\x5e\xa6\xb2\x88\x61\x5f\xa6\xf2\xf1\x8f\x9d\x1f\xbb\xc0\xe8\x82\xa4\xf4\x85\x04\x9a\xd8\x57\x24\x10\x17\x86\x89\x4a\x1a\x92\x52\x8e\xc7\x3a\x8b\xcc\x78\xed\x4d\x3a\x7c\xcc\x17\x69\xd2\x65\xdf\x7c\xe3\xa0\x32\x34\xae\x78\xee\x4d\x43\x12\xcc\x7d\x33\x41\xd2\x0f\xc4\x6f\xf4\x86\x73\xeb\x10\x3f\x44\x6e\xb8\x34\xc4\x00\x9c\x5b\x71\x86\x3d\x10\xff\x47\x7b\x3f\xd8\x9c\x9d\xf0\xfc\x05\xe5\x86\x08\xc7\x3d\x35\x71\x75\x17\x99\x92\xd3\xd0\xa6\x81\x3d\xcc\x10\x15\x39\xc3\x12\x55\xe5\x40\x31\x06\xed\x20\x38\x16\x0e\x11\x98\x3d\x0b\x8e\xf8\x6b\x5d\x6a\x61\x08\x4a\xbc\xc6\x54\x81\xc1\xf1\xe8\xbd\x75\xe9\x39\x06\x5d\xbb\x2e\xe8\x8d\xf7\xc3\x01\xa3\xda\xae\xff\x84\xe5\x08\x6a\x73\xc0\x20\x38\x8a\x66\x5d\xc8\x39\x09\x63\x16\x89\x95\xf3\x75\xa9\x15\x1e\x3e\x88\xe5\x7d\xc0\x11\x3f\x26\x41\x6f\x40\xea\xc1\xa1\x5c\x26\xdc\xe5\x81\x7a\x40\x74\x20\xdc\xdc\x53\x26\xb1\xe4\xc2\x30\x27\x63\x3a\xb2\x56\xf8\xab\x7b\xb5\x59\x71\x6b\xed\xe5\x65\xc5\x01\x33\x5f\xec\x62\x17\x7b\x8f\xac\x63\xd3\x8a\x6b\xeb\x8c\xd7\xc1\x5a\x59\x6f\x49\x48\x04\x59\x91\x33\x41\x11\x17\x59\x91\xcf\x8f\xf4\x3c\xce\xa6\x19\x5b\xf1\x45\x7a\xe3\x94\x75\x6e\xe2\xf5\x3a\x5f\xaa\x27\x36\x23\xf9\xd2\x3f\x46\xbc\xfb\x7c\x89\xe8\x05\xa2\x6b\xe3\xca\x83\x75\xc6\x2b\xf0\x40\xd1\x75\xb6\xc3\x84\x5b\xca\x58\x1b\xaf\x55\x90\xc8\x96\xd4\x06\xc4\x7a\x54\xeb\x8a\x4f\x35\x1f\xbc\x20\x67\x9d\x07\x08\x72\x94\x31\xfc\x5c\x04\x39\x3a\x3f\x66\x81\x41\x57\xa4\x8c\x17\xe5\x7c\x69\x54\x11\x2b\x3f\xe3\x37\xb7\xd6\x0d\x01\x10\x2b\xb2\x05\x67\x6c\x2a\xd6\x7a\x18\x3f\x62\xb5\x62\x87\x91\x2f\x44\x87\xd7\xdf\x7c\x21\x3a\x44\x47\xca\x57\xfd\xe7\x0b\x6c\x92\xf2\x66\xc2\xd7\xae\x55\x21\x2a\xf2\xb1\xc2\x83\x38\x65\x62\x97\x2d\xb2\xe4\x7a\x7d\x5f\x95\xe7\x43\x6d\x3f\x56\x85\xc6\xac\xef\x2b\xa2\xc9\xa7\xac\x0d\x07\x19\x75\x33\xf9\x00\x16\x2f\xc0\x99\x08\xb6\x6b\xc5\x96\x22\x5f\x92\x88\x0a\xc5\x25\x02\x8d\xa9\x62\xad\xe5\x95\x37\x13\xf1\x6d\x91\x0e\x36\x5f\x2c\xae\xab\x51\x0b\x67\x51\x12\xc0\xe6\x8b\xb3\x28\x06\x51\x99\xf4\x90\x6b\x75\xa8\xc8\x76\x62\x45\x38\x54\xef\x1f\x56\xe7\xe1\x51\x8b\xc7\x8a\x5c\x52\x19\x73\xda\x45\x34\xa3\x9c\x24\x63\x71\x4c\xce\x49\x32\x16\xb6\x53\x29\x4b\x1f\x93\x10\x36\x27\x89\x5c\x9c\x85\x33\x86\x6a\x07\xda\x01\x0d\x41\x3c\x4b\xaa\xab\x11\xb7\x3d\x27\xb1\x1f\xaf\xb0\xc5\x32\x1f\x76\x9d\xde\xa3\x2c\xb6\x08\xc5\x32\x1f\x47\xec\xac\xbb\x89\x15\x47\xec\x8c\x41\xca\x22\x2b\x6b\x2a\xf8\x27\x2e\xd2\xb2\xe6\x24\xc6\x1d\x7a\xa8\x64\xe3\xbc\xc2\x63\x37\x27\x49\xe0\x0c\x7e\xc0\x8f\xfa\x40\x3f\x5e\x3f\x19\xd7\xa4\x11\xd6\x3d\x8c\xa6\x72\xd2\x8c\xaf\x19\xd5\xb0\x96\xf1\x14\x9b\xb1\xc6\x5d\x8b\xf5\xba\x24\x51\x39\x62\x3d\x66\x6c\xfc\xd6\x0a\x6b\xce\x54\x92\x14\xdb\x4b\x07\x24\x0f\x2f\x94\x94\x3c\x44\x58\xf4\xac\x37\x36\x12\x92\xe6\x24\x79\x08\x1f\xcc\x9c\x24\x0f\x11\x43\x26\x63\x6b\xb2\xd6\xc7\x44\x8a\xe5\x3f\xfe\x8f\xe5\x82\xa7\xca\x9c\xa4\x0f\x3f\xe6\x51\xe2\xc0\xf5\x63\x29\xc5\x60\xf4\x3b\x56\x8f\x4d\x68\x91\x4c\x8c\x9e\x4d\x70\x0f\xed\x03\x37\xaf\x81\x19\xb3\x94\x4d\xc8\x8e\x8c\x59\xca\x26\x2c\x47\xc6\x10\x65\xf7\x4c\x67\xfa\x2d\x28\xfe\xaf\x53\x67\x84\x91\x48\xe5\x89\xf9\xdf\xc4\x91\xc8\xa9\x77\x41\x3c\x87\x26\xfd\xe7\x8c\x01\x77\xd5\x1a\x07\xce\xc2\x4d\xfb\xee\x91\x0b\x3e\xc9\xc8\xea\x80\x67\x90\x6c\x27\x77\x8f\x43\x5d\xc6\xcf\x66\x93\x76\x31\x93\xe9\x7f\xf7\x38\xd4\x65\xf2\x38\x6f\xd2\x2e\xa6\x42\x9c\xbc\x4d\x10\x88\x4c\x3c\xeb\x03\xc5\x3f\x26\xfd\x63\x6c\xaf\x0b\x1e\xf8\x07\x6c\xf1\xe3\x10\xa4\xb7\x5b\xd5\xb3\x8e\x5c\xe3\xbe\xb3\x7b\x58\xf4\xe4\xac\x9e\xc7\xd9\x4c\xdb\xd9\x4d\xce\xc4\xcc\x6d\xd8\xe6\x9d\x30\x13\x68\x62\x13\x3e\x22\xe3\x9e\xbf\x7b\xc4\xb7\x4e\xf2\x82\x3f\x20\x0f\xb9\x97\xbe\x3d\xbd\xcb\xd8\x75\x1f\x88\x87\xdc\x4b\xdf\xc6\xbc\x62\xea\xb1\x3b\x2a\x18\x53\x8f\x4d\x3c\x89\x24\xd7\xfe\xcd\xb3\x61\xce\x8f\xa1\xf8\xc7\x47\xff\x18\x8b\xb9\x52\x93\x6f\x52\x1e\x66\x32\x94\x1c\x28\x86\x55\xff\xf1\x46\x64\x13\x1a\x22\x63\xb4\xb1\x7b\x65\xb2\x6a\x16\xf4\xf1\xca\x2c\x10\x82\x88\xe6\xa1\xae\x73\x16\x91\x2b\x36\x00\xb5\xf9\xc7\xa0\x40\xed\x82\x20\x4f\x77\x3d\xc1\x1f\x4d\x4d\x22\x04\xf8\x3b\x1c\x30\xc5\x8f\xfa\x34\xd8\x2e\x37\xff\x16\x14\x70\x1b\x0c\x59\x42\x10\x31\xb1\x73\x96\x10\x34\xe6\x55\x42\xd0\x98\xd7\x7e\x09\x8a\x5a\x3a\xcd\x37\x86\xa1\xae\x85\xa5\x4f\xce\x12\x90\xb0\xf4\xc9\x58\xd6\x6f\xd2\x10\x66\x8c\x9a\x77\x6f\x68\xb9\x76\x1b\x3c\xc2\x43\x60\xf6\xdd\x59\x12\xb0\x29\x39\x50\x54\x33\x6e\x41\x3f\x9e\xd5\xbb\xc0\x20\xc6\xa0\x9a\x8e\x49\x02\x91\x02\x36\xb1\x1d\x32\x0f\xd7\x9b\xcc\x80\x99\x68\x74\x9b\x7c\x7f\xa9\x34\xf5\x27\x3c\x04\x72\x91\x60\x71\x93\x5a\x9a\x84\x39\x22\x5a\xe7\x72\xf9\x53\x7a\x20\x61\x8e\x34\xe1\x19\xe3\x91\xdd\x3b\x26\x28\xcd\x23\x89\xeb\xc4\xc2\xbd\xd3\xe6\x8d\x33\x63\x4c\xb2\x3b\xeb\x10\x99\x8c\x76\x0f\xf3\x9f\x5c\x24\xaf\xb1\x9a\xe4\x22\x79\x8d\x37\xce\x8c\xa1\xc9\x26\xc0\x43\x26\x5e\xeb\xee\x61\xe2\x93\x8b\x24\x72\xd0\x82\x24\x60\xa0\x59\xfa\x63\x30\xba\x2a\x21\x9c\xa8\xfd\x2e\x89\x88\xe0\x79\x99\xc0\x88\xbb\xcf\x41\xad\x43\x50\xf4\xa6\x5c\x82\x82\x56\x25\x09\xc2\x94\x41\x9a\x36\xac\x88\x33\x16\x2b\xbb\xb3\x24\x95\xa2\xdf\x50\x3b\x5d\x13\x1b\x8e\xab\xb9\x48\xce\x27\x6a\xa7\x6b\x9e\x23\x1e\x44\x2e\x92\x4f\x96\xaf\x22\x39\x5f\xcc\x00\x27\xbc\x03\xc6\xb0\x1e\xea\xe1\x1e\x5a\xd1\x30\x36\x79\xec\x32\x36\x2b\x9b\x47\xcd\x5c\x44\x8f\x85\x6a\xe1\x84\x77\xc0\x09\x08\x09\x62\x59\xcc\xb8\xa1\x6d\x62\x42\x64\x82\x66\x6e\x1e\x35\x73\x91\x2c\x87\xcf\x41\x2e\x92\xc8\x38\x7b\xe5\xa2\x75\xe8\x65\x7a\x44\x9d\x37\x0e\xee\xf7\x75\xfb\xc7\x1c\x3f\x52\x4d\x5c\x21\xe7\x22\xc9\xfa\xc1\x1d\x92\xac\x38\xb4\xe5\x22\x29\xff\xe8\x9a\x96\x25\xd6\xc8\x22\x4e\x8e\x65\x30\xc9\x0b\xf6\x80\xd1\x84\xf8\xf1\x83\x93\x35\x01\x61\xeb\x93\x31\x1e\xd9\xe3\xa2\x41\x44\x89\x67\xb8\x4c\x04\xba\x3d\xc2\x80\x37\x13\x50\x6c\x93\x7e\x2c\x13\x73\x63\x8f\x70\xd0\xcb\xd8\x71\x6f\x5e\xda\x32\x16\xd1\x7b\x84\xe5\x4f\xc6\xe6\x64\x8f\x48\x67\x91\xb1\x2b\xd9\xbc\x97\x65\x52\x5d\xec\x11\x86\xb8\x99\x08\x38\x9b\xd7\xb3\x8c\x91\xc9\x26\x1d\x58\xbe\x59\x4b\x49\x00\x96\x49\xba\xb5\x79\xe8\xca\x77\xfa\xc7\x00\x4a\x9b\x9c\x5f\x99\x68\x19\x7b\x84\xf5\x6b\x26\x6f\xca\x26\xb3\x56\xbe\x91\x22\x5e\x9d\x32\xf9\xaf\x0f\x14\x56\x04\x58\x78\x1c\x70\xc6\x8f\x45\xd0\x17\x10\x7d\x0b\xa7\xb5\x4c\xa2\xee\x3d\x58\x02\x49\xb1\xbd\x49\xc2\x95\x49\x33\x7d\xa0\xf8\x12\x91\x22\x27\x56\xc6\xfa\x65\x8f\x1b\x8a\x16\xd5\x19\x6c\x79\x63\xd3\x72\xc0\x15\x3f\xaa\x09\xdb\xb4\x24\x81\x6f\xfc\x48\x8b\x8f\x0c\x55\x90\x8c\xf1\xc4\xf6\x55\x6e\x42\x07\xfc\x00\xe9\x10\x67\x14\x0c\x50\x36\xc9\xaf\x32\x06\x28\x7b\x84\x93\x44\x52\x4a\xee\x4d\x50\x89\x8c\x59\xc9\x26\xdf\x55\xc6\xac\x64\x93\xef\x2a\x63\x47\x72\xa0\x1f\xa6\x32\x97\xc0\x20\x16\x82\x32\xb0\x43\xbd\x89\x88\xb4\xc9\x86\x95\xff\xda\x88\x0d\x03\x01\x1a\x0e\x44\xd7\xc7\x23\x30\xc8\xd5\xd4\x81\x50\x0e\x98\x9c\x6c\x1e\xe5\x32\x36\x26\x9b\x24\x57\x49\xb1\x52\x0f\xf8\x01\x52\x6d\x83\x40\x8f\x66\x88\xa5\xed\x46\x03\x91\xf5\xea\xfc\x38\x04\xfe\xe2\xc7\x47\x10\x15\x69\xfe\x58\x06\x6f\x49\x0b\xc7\xa4\x5b\xd2\xc2\xb5\xe7\xcd\x8d\xc3\x01\xcf\x52\xf7\x48\x40\xb0\x86\xbd\xb9\x71\xd8\xe4\xc1\xca\xf8\x58\x1f\x88\x46\x50\x5e\x83\x33\x15\xc6\x24\x07\xba\x03\x52\x93\xf1\x34\x75\x3f\x9a\xdb\x30\x8f\xcd\xda\x60\x0e\x4e\x4a\xa6\x41\x78\x99\x24\xc5\x8d\xd8\xa3\xc7\x4c\x7b\x94\x5d\x4d\x8a\xd7\x3b\x4d\x8a\x2f\xc3\x55\x2e\xdd\xbc\xd4\x1f\xb0\xc5\x8f\x4d\x10\xe6\x4c\xc3\xdf\x8e\xf8\xb1\x0b\xa2\x4d\x91\x36\xe2\x5f\x64\x0c\x46\x36\x51\x2d\x74\x41\xb3\x79\xa9\xcc\xa6\xd6\x88\x23\xaf\x52\x32\xee\xc1\x42\x68\x82\x84\xad\x6b\x26\xdd\xf5\x81\xbe\x80\xf4\x8f\x32\x7d\x2a\x06\x53\xfc\x78\x0b\xe2\x1f\xe9\x39\x47\xac\x47\xbc\x1e\x41\x20\xd2\x5d\x55\x6b\x44\x81\xc8\x84\xbf\xdb\x64\xcb\x3a\x3f\x16\x81\x6f\xfc\xa8\x4f\x63\xda\xc9\x35\xb3\x09\xe7\x90\xb5\xc5\x1e\x91\x0e\x21\xdd\xda\x0b\x8e\x19\x97\x47\xd8\x8e\x1c\xa8\xf3\xa3\x6a\x0d\x0e\xc6\x94\x64\x8f\xc9\x3c\xeb\xb7\x85\x61\x5a\x95\x40\x85\x47\x4d\x7e\xd8\xa8\x11\xd1\xe1\xfc\x98\x04\x06\x33\x75\x7d\x0a\x13\x74\xd5\x13\x0c\x4b\x70\xb0\x3d\x38\x0f\x3e\xfe\x3f\x26\x5d\xb3\x1c\xa9\x5f\xf3\x23\xbe\xdf\xcc\x8e\x18\x7d\xc3\x66\x62\xf4\x8d\x90\x36\xcd\x4e\x44\xf4\xcf\x55\x8c\xce\x85\xed\xdd\x1e\x83\x23\x7e\xfc\xc7\x10\x4b\x7b\x44\x38\xa4\x4c\xda\xd6\x03\xf5\x80\x98\x3a\xac\x7a\xef\x26\x8d\x12\x66\xbd\x19\xa3\x8b\x03\xdd\xfc\xa8\x26\x8f\x88\x64\x73\xd2\x86\x97\x9b\xe8\x1a\x57\xbf\xb9\x6a\xf9\x09\x33\xdf\x5c\xb5\xc4\x70\xe6\xc5\xec\xe2\x40\x33\xa0\x26\x68\x61\xd1\xd6\x05\xfe\x00\x87\xc0\xc3\x92\x3c\x1f\xef\x81\xb9\xf0\xad\xbd\x21\x51\x12\x72\x95\xe0\xc5\x8b\x75\xae\xd2\x27\x2f\xa3\x64\x8b\x35\xc2\x7e\x29\x63\x2f\xb1\xc9\x0d\x96\x89\xac\x76\xa0\x0f\x43\x39\xaa\xf9\xc5\x2d\xd8\xdd\xa5\xe0\xe2\x1d\x3a\xe3\xc5\xb5\x89\x7e\x90\x94\x0e\x7b\x0f\x4e\xe8\x98\x48\x1c\xe8\xc1\xaa\xee\x12\x38\x00\x93\xc0\x18\xb5\xf8\xfe\x87\x4a\xeb\x12\x7d\x0e\xf7\x55\x62\x10\x37\xc3\x19\x0f\xb0\x03\x05\x45\xba\x14\xd3\x2f\x96\xcb\x2a\xa9\x08\x2b\xe5\x5c\x35\x7b\x18\x3f\xdd\xbd\xde\x02\xa3\xef\x9a\xbd\x4f\x7d\x97\x74\x71\x67\x60\x89\x09\xfb\xa6\x4c\x58\xdf\x03\xbd\x01\xe9\x4b\xd8\x47\xda\xee\x83\xb0\x5a\x2b\x22\x97\x99\xae\x25\xf7\xbc\x98\x67\xf6\x5f\x04\x48\xc8\x3a\x74\xcd\x4b\x96\x84\xec\x48\x88\x97\x90\x75\xe8\x22\x0a\xc2\xf9\x71\x08\x0c\x2e\xe4\xdc\x33\x2f\x59\x1d\xc2\x04\xf3\x62\x9e\x87\x1a\xa1\x73\x43\x8d\xc4\xbe\x56\x61\xdd\x0e\x18\xb4\x42\xf2\x88\x83\x90\xe4\x65\xbb\x49\x7d\x96\x31\xe1\xd8\x84\x45\xc8\x98\x70\x1c\x28\x86\x85\x90\xf2\x82\x9e\x71\xa3\xd8\x84\x37\xc8\x98\x70\xec\x19\xce\x50\x19\x33\x8d\xcd\x73\x76\xc6\x4c\xe3\x40\x0c\xd9\xff\x18\xdb\x1e\xb2\xa4\x6d\xb2\x88\xa5\x87\x5b\xec\x03\x9e\x21\x93\xb0\xf5\x40\x58\x3d\x22\xb2\x93\xed\x5b\x13\x75\xc2\xf8\x29\x37\x91\x23\x3c\xa7\xd2\x43\x9e\xe9\x03\x7e\xf1\x23\xd4\xc9\x18\x78\x71\x37\x7d\xc0\x14\x3f\xaa\x91\x98\x49\x32\x30\x6c\x9e\xc2\x33\x26\x1e\x07\xe2\xb7\x26\x68\x07\xc4\xb0\xc2\x3f\x2a\x29\x41\xd8\x01\x8f\xe0\x63\xd3\x71\xa0\xce\x8f\x06\x47\xfc\x48\x8b\xe1\x3d\x95\x31\xf1\xd8\x33\x02\x69\xe6\x56\x68\x91\x7b\x91\xa6\xc9\xb9\xb1\xdb\x4b\xa2\x47\x38\x30\x65\xfc\x43\x36\xa1\x0c\xce\x8f\x45\x60\x8c\xea\x56\x3d\xc1\xc9\x3a\x16\x4f\xb6\x85\x84\xd2\xdc\xf3\x66\xb2\x90\x57\x62\x0b\x64\xe9\xd3\xc9\x5d\x07\x31\x25\xf6\x7c\x64\xf5\xc9\x41\x7c\x86\x13\x51\xc6\x8a\x64\xf3\x30\x9d\x31\x1b\xd9\x93\x9b\x0f\xcc\x28\x0f\x44\xa5\x6a\x22\xf8\x08\x93\x92\x3d\x2b\x64\xac\xff\xac\xb2\x27\x57\x1d\x18\x98\x1c\x28\xac\x67\x71\x0e\x3a\xe0\x8a\x1f\x9b\xa0\xcd\x8f\x49\x60\x70\x07\xdb\xc7\xc9\x3d\x84\xb4\xfb\x8c\x30\x95\xe9\xc9\x9a\xb9\x08\xf6\x95\xb1\x37\xd9\x04\x1f\x38\x3f\x56\x81\x31\x64\xe4\x7c\x62\x40\xfd\xe4\x3f\x30\x6c\x03\x75\xa3\x31\xb9\xb5\x20\x8f\xf5\xd6\x9b\xf5\x93\x25\xdb\xb1\x7b\xcb\x4d\x94\x6c\x58\x09\xe7\xbf\x6f\xa3\x7f\x92\xf4\x08\x48\x99\x75\xa3\x30\x1b\x66\xa6\x59\x92\xde\xa0\xa5\x84\x99\x1b\x8e\x26\xe9\x0d\x47\xa7\xf4\x90\x1f\x70\x4f\xae\xb2\xb1\x07\xd9\x24\xec\xca\xd8\x83\xec\xd9\x63\x6f\xd0\x25\xbe\xe1\x40\x94\xbb\xc4\x77\xe8\xff\xba\xa0\x1f\x26\xba\x54\xc3\x0d\x34\xe1\x50\xf6\x0c\x8f\xe1\x4c\x90\x93\x3d\xb9\x55\xc6\x70\x63\x93\x1b\x2a\x63\xb8\xb1\x67\x78\x02\xe5\x2e\x71\x5d\x7c\x29\xf9\x5c\xb0\xf9\xdd\x0d\x7e\xf1\x23\x4d\xc8\xbc\xf9\x56\xfb\x61\xdf\x9c\xbb\x44\x59\xe6\xcd\xb7\x88\x1c\x81\x07\x72\x97\xf4\x72\xd8\xc7\x56\xe3\x40\x87\x70\x5a\x96\x66\xd8\x95\x65\xad\x4a\x93\xdd\x48\x97\x7c\x6e\xa8\xc1\x8e\x8f\x64\x43\x19\xc3\x8d\xcd\x7b\x71\xee\x92\xdd\x58\xdf\xd3\xf3\xa8\xe3\x11\x6b\x40\x2f\x27\x07\x8a\x06\x6f\xfd\x46\xa5\x6c\x4e\x67\x58\x28\xe7\x2e\x49\x0e\xbb\xb2\xdc\x25\xba\x61\xe4\x95\xbb\xc4\x33\xec\xb8\x32\xb1\x93\xf6\xe4\x52\x9b\xf0\x7d\x1b\xdf\xff\xac\x5b\x99\xf9\x05\xdb\xe8\x1a\x66\xca\x6e\xb6\x15\x83\x31\xdf\xec\x5b\x79\x9f\xcc\xd8\x70\x1c\x88\x6a\x3a\x10\x74\x62\x65\xe5\xc9\x31\x29\x9e\xd7\xc6\xe5\x36\x13\x28\xfd\x40\x61\xcb\xad\x8d\xc8\xe2\x00\x4f\x48\xa6\x03\x4d\x7e\x34\xa8\x6f\xa9\x88\x03\x3d\x66\x1a\x1b\x8f\xdc\x4c\x1a\x85\xbd\xf0\xc0\x51\x64\x84\xbd\xb8\x49\x27\x83\xea\x81\xa2\xb3\xc8\xd1\xc2\x72\xf6\xd1\x8c\xaf\xc8\x28\x9e\xb1\xef\x38\x10\xb6\xcb\x59\x8d\xc0\xb9\x5d\x10\x9d\xed\x6a\x32\x94\x70\xd7\x28\xb9\x19\xc0\xbe\x63\x93\x6a\x27\xeb\xb2\x89\x24\x39\xe9\x71\x07\xb8\x36\xc0\xa0\x63\x93\xa7\x26\x63\xd0\xb1\x17\x7e\x33\x0f\x21\x4f\x36\x49\x65\xf2\x60\xa5\x93\x23\xee\xf3\x3f\xe0\x88\x1f\xe9\x39\x17\xf2\x03\x79\x5c\x61\x65\x95\x49\xab\xb6\xf1\xbd\xcd\xc4\x66\xd9\x78\xd4\x66\xac\x44\xf6\x0a\x5b\xa9\x8c\x95\xc8\x96\xd7\xac\x82\x82\x1c\x30\xc5\x8f\x59\x10\xff\xa8\xdf\x68\x50\x14\xc7\xfb\xe6\xe1\x01\x7d\x13\x58\x21\x9f\x5d\xc9\x3f\x29\x6c\xb9\xca\x3e\xa3\xb9\xda\xc3\xe6\xda\xb2\xe8\x0d\x14\xdb\x93\x4d\x48\x86\x8c\x3d\xc9\xd6\x8b\xe8\x60\x15\x5e\x77\x1c\xfa\xc8\xab\xba\x17\x37\xee\x18\x97\x6c\x42\x32\xe4\xa1\x19\x7f\x54\x67\x13\xf4\xc3\x04\xdb\xe0\x51\x24\x78\xe7\x6d\x39\xbd\x2a\x00\xd5\x01\x83\x1c\x68\x80\xc5\xfd\x3b\xb6\x26\x7b\x85\x75\x94\x9e\x0b\xf7\x0a\xe7\x9b\x8c\xc5\xc8\xd6\x9b\x27\x16\x23\x7b\x55\xec\x93\x2f\x71\x47\x0d\x19\xd4\x9d\xe1\x92\x95\x2f\xef\x95\x9b\xa0\x10\x19\x23\x91\xad\xf7\x51\xa2\xdc\x6c\x3c\x64\x33\x51\x60\x36\xa9\x5f\x32\x01\x31\xf6\x6a\x4c\x0e\xca\x82\x14\x2e\x59\x97\x8b\xab\x41\x37\x0d\xb8\xa9\xce\x2e\x68\x62\xe6\xad\x4f\xe3\xb0\x4c\x24\xb2\x2d\x87\x59\x45\x18\x3a\x60\xcc\x14\xaa\x84\xf7\xd2\x8c\xa1\xc9\x81\xa2\x45\xe9\x0e\xae\x04\xcc\x54\xac\x31\xe4\x4c\x3d\x50\x8c\x50\x7a\xa5\x33\x37\x2c\xfb\x8b\xfb\x01\x4c\x49\xf6\x8a\x38\x96\xa9\x66\xb1\x71\xdc\x6f\x67\xac\x47\xb6\x5c\x6d\x6b\x16\x57\x47\xda\x98\x8c\x31\xc9\x5e\x03\xfa\x4b\xcb\xc4\x9b\x67\xaa\x59\xdd\x19\x71\xc2\x31\xe3\xe2\xc3\x5a\xb3\x7a\x17\x09\x17\xb3\x79\x73\x30\xe3\xd2\x39\x9c\xe4\x31\x04\xd9\x0b\xfb\x2a\xa5\xba\xdd\x64\x80\xc9\x64\x56\x39\x10\x96\xed\xec\x10\xd6\x44\x72\x59\x81\xd6\x84\x1e\xd2\x40\x2c\x81\x43\x2a\x07\x4f\xa1\x8a\x1f\xeb\x96\x6f\x6c\x2d\x92\x8e\x85\x78\xfa\x47\xa8\x25\xe5\x89\x0f\x8d\x22\x48\xef\x15\xa6\x50\xe5\x92\x42\x88\xc5\xab\x5c\xa2\x24\x5e\x33\x0a\x0e\xb7\x15\x66\xe2\x92\xd0\x6f\x6c\xc0\x8b\xba\x47\x5e\x16\x82\x66\x6e\x32\xb1\x14\x62\x0b\x6e\x22\x52\x94\x4b\xfa\x21\xce\xce\xe5\x92\x7e\xd8\x88\xd9\x2d\x6d\x15\xf6\x4d\xe5\x92\x24\x87\xad\x51\xd1\x5e\x7b\xbd\x54\x2a\x69\xc5\x13\xa7\xde\x62\xb3\xf0\xc4\x29\x84\x44\x3d\x10\x96\xf6\xe2\xba\xf0\xc4\x29\x97\x84\x97\x2c\x74\x97\x24\xf2\xa5\x45\xd6\x64\x5c\x64\xf5\x7a\x7d\xa0\x18\x94\xa4\x95\x18\xc1\x97\xa4\xf5\x17\x91\x78\x2f\x16\x68\x12\xa0\x14\xc2\xd5\x6c\x5e\x96\xcb\x25\xd1\xfd\x20\xb1\x64\x95\x20\x3b\xba\x6d\x5f\x04\xd9\xb9\x24\x8f\x1f\x9c\xac\x8b\x95\x15\xb1\xf9\x8a\x95\x0c\xe6\xd3\xf5\x11\x43\x7e\x11\xdb\x98\x6c\xb9\x07\x8a\xbe\xc5\xd2\xfe\x92\x59\xa4\x5c\x21\x9e\x2f\x0e\xb3\x05\x0b\x95\x57\xb9\x3d\xb0\x50\x39\x50\xb4\x1f\xf2\xf8\xf6\x58\xa1\x0b\xa9\x6f\x5e\xf2\x62\x94\xeb\x9f\x0d\xfa\x5e\x5e\xb6\x0b\x06\x2a\x6f\x4f\xb0\x3c\xc9\x8b\x5e\x32\x63\x14\x6c\x52\x5e\x39\xde\x56\xa2\x88\xbe\x78\xde\x96\xab\xea\xd3\x88\x83\x7e\x55\xfd\x16\x31\x56\x30\x5f\x79\x79\x21\x2f\x98\xaf\xbc\xbc\x89\x17\x5c\x3b\xde\x9e\x20\x78\xbb\x04\xc5\xff\x35\x86\x2f\xaf\x97\xda\x87\xc0\x18\x7f\xa3\x89\x0c\xfd\x5b\x13\x14\xc3\x08\x39\x7e\x3b\xce\x2c\x95\xe3\xd4\x01\x63\x18\x5d\xb5\xe2\xcb\xd1\x8a\xfe\x73\xc5\x30\x3a\x63\x2c\x50\xbc\xd3\xf1\x82\x18\x35\x91\xb5\xd0\xf3\x61\x28\x3e\x1d\x55\x50\x48\x43\x53\xef\xe2\xce\xbf\x60\x40\xf2\xf6\xc8\x7c\x56\xd2\x05\xa9\xe2\xe4\x55\x88\x66\x72\x20\xbe\x6c\x82\xc2\xb5\x06\xc7\xab\x03\xce\xf8\x91\x61\xe1\x77\x52\xd9\x22\xbe\x3d\xac\x82\x0a\xd1\x4d\x0e\x14\xb5\xa6\x26\xe8\x87\x0f\xc8\x23\xf0\x3b\x3f\x66\x6a\xc5\xee\xb8\x76\x4d\x48\x44\x8c\x28\x58\x8c\x1c\x28\xfa\x93\xb3\xa0\x1d\x10\x3d\x8f\x23\x5c\x21\xda\xc9\xdb\xe3\xaa\xbe\x10\x0c\xe8\x40\xfc\x1f\x75\x86\x15\x50\x21\x53\xe0\x8b\x73\x6a\xc1\xec\xe4\xed\x78\xb6\xd4\xa1\xd9\x89\xe0\x71\xb2\x17\x79\xc9\x3a\x70\x7e\x6c\x02\x9f\xf8\x51\x2d\x42\x8e\xa2\x16\xc3\xdc\xb4\xb2\x78\x1e\x30\x3a\xa7\x5a\x49\xc4\x9c\x54\x4d\xdc\xa1\x17\xc2\xad\xbc\xbd\x31\x01\x65\x08\x8a\xdf\x44\xf1\x1e\x2c\x4f\x32\xbd\x57\xce\xa9\x8a\x28\x7c\xc0\x11\x3f\xd2\x20\xa1\xff\x93\x64\x25\x2e\xb7\x4b\xd2\xdc\x74\x9a\xb8\x9b\xa0\x1f\xbe\x2d\x43\x60\xcc\x86\x44\x1e\x23\x63\x45\xdc\x3e\x60\xcc\x86\x34\xc0\x80\xaa\xd2\x00\xb1\xea\x95\x24\x0d\x40\xa0\xfe\x24\x0d\x30\x99\x8d\xa7\x09\xe2\xff\x18\x70\x04\x11\x2e\x58\xd6\xbc\xbc\xb1\x96\x24\xa9\x0e\x0f\x9d\x92\x24\xc6\x93\x3a\x25\xc6\xa4\x2b\x4b\x62\xa2\xb0\x13\x2e\x49\x5c\x33\x21\x77\x1d\x82\x62\x48\x12\x63\x12\x9b\x25\x89\x71\xac\x69\xa9\x11\xf0\xe5\x80\x39\x7e\xcc\x82\x66\xfc\x28\xb9\x89\x00\xc0\x05\x43\x9b\xb7\x13\xaa\x09\x43\x9b\x03\xc5\x98\x24\xf1\x8b\x51\x48\xe2\x17\xf4\xee\x45\x50\x7c\xd9\xa9\x33\x12\xcc\xa6\x86\xb7\xfc\x01\x83\xdf\x7a\x13\x84\x37\x4f\x1a\x02\x83\x52\xdd\x9f\x7e\xb8\x01\xd1\x81\xcd\x84\x8f\x2c\x28\x9a\x1c\x45\x50\x78\xf3\x64\xf1\x78\xdc\x5e\x17\x12\xe7\xbd\x44\xf2\x4f\x4a\xf7\xf9\xf6\x1d\xb9\x8d\xb1\xc9\x39\xd0\x0e\xe8\x1f\x6f\x42\xde\x1e\x21\x29\x0a\x41\xdf\x0e\x34\x71\x4b\x02\x64\x01\xcc\xc9\xd0\x1d\xd0\x23\x28\x3a\x40\x62\x91\xb7\x13\x79\x29\x4b\xaa\x09\x5c\x9b\x25\xd5\x78\x10\xb5\x22\x46\x26\x22\x5d\xf6\x3f\xe2\x5c\x53\x6e\x83\x6f\xfc\x08\xb5\xe2\xaa\xb6\x64\xc9\x7c\x1c\x59\x8b\xe9\x11\xa1\x27\x0a\xf7\x32\x2f\xce\xa6\xc5\xe4\x88\xfb\xd6\x92\x25\xaa\xc4\xc9\xcf\x12\xd5\x78\x70\x4e\x8d\x17\xe7\x03\x96\xf8\x91\x26\x3e\xc8\x21\x71\xfc\x68\x5e\xe2\x88\x93\x52\x23\x7f\xed\x01\xbf\xf8\x31\x5a\x1c\x18\xfc\x36\xde\x87\x0f\x18\x4d\x32\x28\x5e\xae\x0b\xf1\x9b\xdf\x11\xae\x46\x85\x38\x5f\xef\x48\xd0\x18\xc9\x25\xa8\x7e\x21\xe2\xe0\x3b\x12\x44\x45\x54\x07\xab\x1c\x06\x42\x2f\xae\x9e\x45\x33\x35\x12\x64\x63\x55\x19\x38\x0c\x35\x2c\xbf\x0e\x18\x3d\x7d\xe8\x69\x82\x6e\x8f\x9a\x67\x14\x68\x0a\x9e\xb5\x0b\xd6\x42\x07\x0a\x29\x23\xfa\xdb\x01\x73\xfc\x98\x05\xc5\xa4\x92\xa0\xe2\x80\x31\xa9\xc8\xf5\xc8\xb8\x6c\xf1\x2e\x77\xc0\xe8\x5d\x55\x3d\xc1\xe5\x58\x16\xbd\x23\x52\xc5\x16\x4c\x89\xde\x11\x57\xa1\x25\xa3\x02\xf0\xee\x2c\xdc\xa7\x1d\x28\xfe\x0f\x15\x30\x0a\xb4\x41\xe6\x47\x78\x01\x15\x0c\x89\xde\x11\xa6\x65\x25\xa3\x00\x46\x41\x1a\x50\x00\x78\x73\x16\x36\xd9\x2f\x0f\xe9\x85\x7b\xb7\x03\xc5\x20\x9a\xfa\x82\xbb\x54\xd5\x08\xc3\xeb\xa7\x60\x73\xf4\x8e\x9b\x89\xea\x97\xa0\xa8\x86\xed\x00\x8f\xec\x05\x9b\xa3\x77\x44\x1e\xd2\xd4\xea\x63\xb0\xc5\x8f\xf4\xe6\x81\xe0\x28\x87\xf1\xa8\xd2\x21\xe8\x87\xdf\x5b\x12\x18\x43\x44\x55\xc8\x43\x54\x91\x31\x0f\x18\xfc\x86\xe6\x18\x0f\xb4\x61\x1f\x31\x88\x35\x88\x09\xd2\x81\x42\x53\x0c\xb5\x88\x68\x72\xdb\x7d\xc0\x43\x80\xe2\x16\xe5\xf7\x96\x0d\xbe\xf1\xa3\x5a\x0c\xca\x11\xc9\xee\x40\x3b\x20\x5a\xc4\x43\xa8\x35\x16\x40\xde\xd1\x4b\x91\x68\x84\xcd\x57\x29\xe2\xcd\x38\x91\x16\xec\x88\xde\xd1\xf4\x65\x13\x84\xfb\xdc\xe5\x1f\x73\xfc\xd8\x05\x45\xcf\xbb\x6a\x8d\x2b\xd3\x52\xd4\x55\xdc\x7c\x5a\x77\x23\x21\x71\x18\x1d\xbd\x83\x5c\xa5\x58\x19\xbd\x38\xb3\x96\x22\x1e\xc7\xaf\xa7\x75\xcd\x79\x8b\x6d\x1e\x56\x46\x07\xea\xfc\xa8\x5a\x63\x9b\x87\xd1\xd1\x3b\xe2\x68\x2b\x5b\xcf\x03\x45\x1b\x6c\x32\x46\x64\xed\x49\xad\x8b\x05\xc2\xd0\xab\x14\x51\x27\xa2\x4c\x94\x72\xff\xa3\x23\xfa\xf9\x34\xda\xb8\x55\x0d\xf3\x71\xab\x45\x66\x40\xea\x88\x9c\x3e\x52\xaa\x83\x50\xb0\x45\xfa\x07\xbf\xa2\x86\x21\xd3\x4b\x96\x86\x52\xa4\x72\xf0\x2b\x6a\xb8\x19\xbd\x4a\xd3\x50\xd4\xf1\x11\x5c\x56\xa4\x81\xc2\x04\xac\x14\xa9\x15\x36\x12\x58\x23\xbd\x63\xc4\x09\x8c\xf0\xbd\xaf\x1c\x78\xdb\xd0\x2c\x87\x79\x71\x29\xd2\x40\x61\x11\x56\x8a\xd4\x4a\xa4\xfc\x29\xa4\x42\x3a\x10\x7e\x90\x68\x67\x72\x23\x14\x52\x08\xbf\x63\xc2\x2c\xd2\x23\xe4\x38\x28\xd2\x23\x93\x19\x97\x1e\x99\x2c\x96\xe3\x31\x78\x24\xa9\x48\xad\xc8\x9f\x78\x54\x83\x31\x46\x69\x19\x42\xd5\x16\x69\x19\x36\x2f\x45\x5a\x26\x5c\x9e\x4a\x91\x96\x99\x70\x83\xb4\x0c\x6e\x4c\x6d\x48\x23\x84\x1b\x53\x29\x52\x3a\x0b\xe6\x90\x26\x21\x11\x6b\x91\x26\x59\x90\x58\xff\xc7\x6e\xa5\x48\x93\xac\x50\x1d\xd8\x58\x1d\x48\x1e\x9b\x06\xa3\x7d\x36\x28\x63\xc1\x54\xd2\x32\x0b\xbe\xe9\x6a\x9e\x31\xb1\x5b\xe1\x31\xbd\x14\x69\xa0\x15\x9b\xe3\x22\x0d\xb4\xe1\x22\xa9\x1c\x6e\x07\x8a\x74\xcc\xa6\xa3\x62\x22\xce\xf8\x45\x3a\x86\x33\x7e\x91\x8e\xc1\xa5\xa9\x5f\xd5\x60\x24\x89\x95\x8e\xc1\xbb\xba\x5f\x9a\xa9\x1d\x3c\x7d\x4b\xc7\x70\x01\x70\x4b\xc7\x10\x7f\xf7\x96\x36\x88\x47\xef\x42\x44\xa0\x03\xb5\x80\xba\x20\x48\xc3\x12\x3f\xc2\xbd\xa9\x60\xc8\xf5\x8e\xf0\x60\x2a\x5e\xa8\x5f\x7c\xf5\xae\xa1\x1f\x63\x73\xd0\x93\x1b\x21\x5b\x4c\xf2\x8f\xf2\x4a\x55\x9b\xa1\xc8\x6e\xa9\x4e\xae\x15\x6e\x29\xa0\xb0\xb1\x2b\xb7\x34\x4e\xd8\xd8\x15\x2c\xb2\x5e\x9c\xb6\x0b\x16\x59\xaf\xbc\xb4\x7b\x62\xc7\x33\x7e\xb1\x71\xc0\x40\xeb\x40\x51\x8d\x54\x4c\xb8\x42\x95\x9b\x1d\x0f\x2f\xde\xa9\xeb\x40\x30\x22\x5b\x6b\xb9\xa5\x71\x70\xe8\xee\x49\x22\xff\x0b\x71\x20\xfe\xe3\xc7\x5b\xa0\xb2\xd6\x1f\x28\xc2\xd4\xc6\xa2\x77\xa0\xfc\x97\x32\xf8\x53\x34\x74\x32\x94\x7f\x78\xba\x36\x12\x95\x1c\x28\x62\x48\xc7\x54\x1d\x28\x52\x67\xfd\x41\xed\x2f\x0e\xe7\x81\xfa\xff\x02\x8d\x08\x25\xec\xf6\xe6\x5f\xe2\xb5\x03\xad\x88\x7c\x7d\x0b\xda\xe7\xb7\x47\xff\xa7\x4c\x4f\x6a\x3d\x22\x8b\x62\xf0\x77\xa0\x88\x44\x7d\xa9\xd7\x11\xee\x19\x02\x1f\x28\xc2\xcd\x26\x5a\x88\x05\x57\xc1\x67\x3f\xc5\x54\x27\x3e\xe2\x81\x22\xd8\x6d\xe5\xff\x88\x9b\x8e\x15\xd2\x81\x22\x35\x5f\xfa\xc7\xfb\x8f\xf3\xe9\x8a\x21\xf9\x1f\xf7\xff\xa3\xdb\x11\x05\xf8\xe6\x9c\x78\xa0\xd3\x51\x76\xff\x07\x3a\x1d\xe5\xe2\xf4\xc3\x93\xf7\xe6\x4c\x73\x20\x82\xe2\x1b\xca\xff\xfe\x57\xf5\x00\xe3\xf5\xf4\xe1\x78\x77\x20\x92\xda\xfa\xcb\x27\x52\xfd\x77\x41\x35\xb2\x27\xab\x75\x62\x25\x5f\x86\x7a\x24\xf2\x71\xeb\xe3\xb4\xd7\xdd\xc2\x8c\xbc\x1e\xfe\x2d\x32\x40\x77\x91\x70\x92\xf3\xc3\xed\x45\xcc\xdc\xfe\x08\x8a\xe4\xbb\x97\x7b\xf6\x45\xf8\x57\x51\x42\x19\x40\x54\xe7\x4a\x7f\x99\x80\x0f\x14\x21\x65\x9b\xbf\x8c\xa8\xdf\x62\x50\xb2\xac\x77\xb1\x48\x84\x98\x54\x4e\xbf\x03\x45\x86\xbf\x9b\xbe\x90\x5a\x8a\x94\x97\x07\x8a\x50\xf0\xcf\x10\x14\x0c\x73\xdf\x82\x22\x75\xec\xdd\x04\xd5\xbf\x54\x4f\x07\x7a\xff\x72\x22\x1f\x28\x66\x4c\x63\xa8\x84\x97\xaf\x49\x50\x04\x40\x17\x25\xe2\x72\x5f\x79\xa4\x3f\xc2\xe7\xdf\x58\x0b\x1e\xe8\xd0\xe5\xaf\xbd\x98\x5b\xd3\xa5\xc2\xca\xa2\x6e\x25\x63\x8c\x5b\x27\xf1\x5a\xad\x82\x9e\xf8\xf2\x11\x14\x2d\x0c\xf5\x25\x02\xae\x9b\x97\x08\xb4\xdf\xfe\xea\x0c\x2a\x0d\xfd\x16\xc1\xe6\x6f\x09\x52\x25\x8a\xf3\xa5\x16\x16\x71\xb0\xfd\x65\xf0\x6e\x57\x3f\x83\xf2\xd8\xf3\x7d\x38\x6f\xff\x71\x79\x23\x77\x9d\x7a\xdd\x48\x51\xdc\xbb\xa0\xfa\x97\x76\xea\x40\x11\x7d\xbd\x35\x41\x3d\x5a\xf0\x6f\x21\x9c\xe2\x56\xf2\x3c\x9a\x23\x1b\x21\x81\x7b\x15\x14\x7d\xf9\x6b\x21\xe4\xc8\x5f\x46\x00\x7b\x4b\x4e\x6c\x0c\x95\x4f\xe9\x23\xcc\xff\x4d\x2c\x9b\x03\xfd\x02\x52\x9d\xc4\x97\x96\xe4\xc4\x13\xfc\x33\xa4\x28\x1a\xb3\xd2\xd5\xeb\x98\x15\x12\x25\x1c\x28\x92\x36\x64\xff\x16\xd9\x72\xb2\xc6\x40\x1e\x77\x69\x86\x48\x24\x70\x93\x45\xfe\xc3\xa3\xfc\xae\x6e\x21\x72\xfb\x17\xc9\x74\xbc\xb0\x54\xec\x3e\x3f\x5e\xea\x9f\x56\xfc\x5b\xc4\x15\x6f\x86\xd0\x28\x86\xbe\xf3\x7f\xa2\x44\xbc\xe9\xd7\xfa\x07\x1d\xde\xcd\xa2\x6e\x0f\xb5\x6f\xbd\x14\x4e\x6e\x77\x16\x7f\xc6\xce\xf6\xce\xe2\xba\xae\x2c\x8c\x97\xa0\x1a\x91\xe7\xb3\xa0\xf6\x97\xcb\xfc\xc3\x29\xbe\xb5\xcb\x75\x8e\xbf\x84\x5f\x1f\x16\x05\xa5\xde\xee\x0b\x09\xfe\xa0\x60\x9f\xff\x93\x39\xf6\x40\xdf\x5f\xf6\xa8\x6f\x6d\x22\x31\x44\x73\xeb\x25\x12\xc4\xff\x7a\xcb\x71\xff\xbf\x14\xf2\xe2\xc4\x0f\xf5\x16\xe7\xfd\xd8\xa6\x1e\x00\xab\x54\x01\x35\x6e\x02\xfe\x7f\x35\xfc\xff\x35\xff\xcf\xff\xe3\xf7\x5f\xff\x9d\xaf\x7f\xff\xeb\xbf\xdb\x69\xfa\xbf\xfe\x7b\x87\xcb\xe9\xf9\x53\xfe\xfd\xaf\x08\x90\xb0\x23\x18\xff\x7f\xef\x78\x12\x08\x4b\xe2\x1d\x79\x01\xcf\x9f\x11\x69\xe9\x0e\x66\xf1\x4d\xe8\xab\xb3\xd5\xde\x61\x31\x7f\xfe\xa4\xd0\xc9\x81\x29\x60\x22\x31\x45\xfe\xaf\xff\x7e\xe3\x75\xfd\xfc\x79\x22\xde\xe1\x15\xa8\x1a\xa8\x05\xaa\x1d\xd4\x12\x2a\x82\x71\x1d\xad\xf2\xc6\x1d\xc3\xf9\x43\x28\xb1\x43\xca\xdc\xc3\x0a\x8c\x02\x41\xa3\x84\xed\xc6\x46\xec\xa0\x5b\xd8\x6d\x6c\x04\xb5\xae\x60\x8f\x50\x50\x08\xcb\xe8\x47\xd8\xc7\x58\x02\xef\x81\x0d\x3a\x45\x21\x3c\x4e\xd4\xda\x51\x30\x14\xe6\xbf\xff\xd5\x31\x6f\xcc\x24\x78\xa6\xb0\xfe\xfd\xaf\x9e\xf5\x75\x64\x15\xa4\xf0\x3b\xe8\x87\x81\xc4\x35\x05\x85\xfb\x4c\x42\x0b\xec\xe3\xe1\xc5\x2d\x36\x46\x49\x07\x58\xc6\x46\xee\x91\x02\xd6\x03\x21\x1d\x6f\xe8\xf3\x8c\xcf\x15\x85\x50\x44\x60\xe3\x30\x4b\x81\x3b\x48\x61\x8b\xb1\x84\xd9\x09\x6c\xe8\x41\x0a\xcf\xbf\xff\xd5\x49\x08\x9c\x7b\x37\x85\xfa\xa1\x50\xc7\xf0\xec\x40\xcd\x68\x62\x17\x08\xbb\x8c\x25\x42\x48\x60\xe3\xa2\x96\x42\x38\x66\xdd\xc2\x56\x63\xdb\xa9\x38\x1b\xfd\x33\xfa\x3b\x68\x4d\xd4\xf0\xf8\x06\xcc\xdb\x93\xd0\xae\xe4\x1c\x7e\x3b\xa1\x0a\x0f\x34\x8d\x5e\x41\x65\x2a\x09\xdb\x64\x0a\x29\xd0\x43\xe8\x6c\x74\x04\x84\xe9\xc2\x56\x63\x23\x66\x08\xe4\x88\xab\x64\x0a\xf4\x9a\x09\x8c\x33\x13\x85\x7d\xd0\xa2\x7f\xd8\xf4\x50\xf8\xa2\x41\xbe\x8e\x08\x84\x14\xa2\x7b\x50\x8f\x3b\x33\x0a\x67\xbe\x63\xdb\x97\xb9\x10\x8b\x42\x8c\x1c\xef\xa7\x03\xdd\x46\x9f\xaa\xe9\x07\x77\x62\x14\xf2\xbf\xff\x45\x80\x94\x03\x14\x63\xdb\xbf\xff\x35\x70\x24\xcf\xf8\x7e\x44\xe1\x48\x24\x01\x74\x32\x91\xd0\x28\x9c\x8a\x39\x6c\x65\xc2\x9c\x51\x08\xf4\x10\x7a\x18\x1d\x39\x54\x2e\xba\x11\x69\x83\x28\x44\x7e\x7c\xba\x11\xdb\x60\x0a\xe4\x9f\x17\xb6\x1a\x1b\xa9\xa0\x8b\xb0\xc3\xd8\x48\x80\xf2\x08\xfb\x1a\x1b\xb9\x14\xd5\xda\x72\xbd\x2b\xea\x55\x6b\xeb\x31\xf6\x6c\x24\x9b\x5a\x5b\xae\x37\x16\xad\xa6\xd6\x96\xeb\x25\xbf\x12\xad\x3d\x1e\xf2\x13\x8a\x8e\xc9\x1b\x8f\x89\x19\x3b\x70\x56\xfc\x4c\x64\x33\x0a\xe1\xbe\x44\xbd\xcd\xd4\x89\xdb\x21\x2e\x83\x33\x76\xf7\x14\xc2\xa5\x2e\x0b\x3b\x8c\x9d\x61\xcf\x1f\xd8\xd7\xb3\x11\xa6\xc9\xbd\xaa\xc3\xbf\x0e\x07\x8d\xdf\x91\xe5\xce\x2d\x4b\xe1\xf9\x94\x42\x04\xde\x4b\xc2\x76\x61\x07\xb1\xd1\xc1\x8e\xdb\xd8\x08\x36\xd7\x85\xad\xc6\x8e\xc3\x56\x21\xee\x07\xfa\x19\xfd\xfd\xfb\x5f\x83\xdb\xa9\xd2\x13\xda\xac\x90\xbb\x1e\x8b\xac\xd2\xb3\x7b\x91\x4f\xe7\x46\xa8\xe5\xd2\xf3\xd4\xb7\xc1\x57\x04\x2d\x29\xbd\xf8\xdb\xf0\xa2\xc5\xbc\xa1\x74\xcd\xe8\x29\x44\x5e\x78\xfa\xf6\xf8\xdb\x38\x44\x70\xb3\x71\x80\x47\xd8\x58\xa0\x2e\x3a\x5c\xfd\x2d\x9b\xe0\xd8\xc5\x14\x7c\x21\xa3\x10\x69\x10\x55\x83\xe6\xa3\xa0\x2d\x88\x31\x57\xfa\x84\xc4\xa7\x10\xfd\x15\x31\x7f\xae\xe2\x47\xc6\xc7\x26\x6c\x37\x76\xc4\x8e\x51\xd8\x69\x6c\xa4\xdf\xaa\xc2\xbe\xc6\x7e\x91\xe7\x1a\xec\x70\xbd\x91\xe6\xaa\x18\xfb\x18\x1b\x49\x26\xd4\xda\x18\xc2\x86\x20\x0d\x61\x63\xe5\x8e\x42\xe4\x87\x29\xc2\x36\x63\xfb\xe9\xd9\x23\xec\x5f\x0d\x91\x01\xd2\x58\xf7\xec\xe8\x9c\xaa\xe9\xfc\x2d\xf7\x2c\xb2\xad\x24\xb5\xb6\x3c\xb6\xd8\xb7\x15\x46\xfc\x99\x3a\xb1\x37\x38\x5b\x26\xf6\x27\xec\x46\xfe\xbf\x36\x28\xbf\x67\x15\x34\xdc\x83\xe5\xd6\xc3\x93\xf2\x83\x35\x0a\x85\xf7\xb4\x10\x0d\x3f\xeb\x63\xd1\x3f\x85\x58\xff\x42\x11\x55\xfc\xa5\x29\x44\x4e\x98\xe0\xd0\x8a\xdb\x32\x85\xd0\x4f\x71\x00\xa9\x23\x8c\xb3\x29\x44\x8e\x9a\xd8\x66\xd4\xd1\x50\xe3\xa7\x70\xb6\xde\xb8\x61\xd6\x31\x10\xf9\x8a\x73\x4d\xc3\xb4\xac\x92\x33\x92\x42\x70\x5e\x1c\x05\xea\xf8\x21\xb2\xa7\x10\xf7\x3c\x71\xad\x51\x39\x15\x53\xc8\xd1\xc1\x11\xe8\x0f\x81\x3b\x85\x7e\xf6\x4e\x31\x99\xad\x57\xf4\x54\xe3\xcd\xb7\x63\x2d\xd1\xfa\xa6\xee\x53\x88\x6c\xea\x71\x49\xd2\xc8\xca\x4a\x21\x92\x47\xc5\xdc\xb7\x99\x99\xa3\x53\x88\x5c\x3f\xc1\xd9\x6d\x46\xda\x05\x0a\x71\x84\x89\xf7\xb4\x36\x27\x3c\xd1\x88\x96\x54\xd1\x1e\x6d\xdd\x30\xf1\x29\xac\x48\xfa\x79\x08\xdb\x79\x7d\xa7\x10\xbb\xc0\xd0\x78\x7d\xc6\x6e\x87\x42\xd0\x24\x36\x38\x9d\x0c\x77\x14\x9e\x48\x5f\x7b\xea\x1e\x23\x22\x09\x50\xc8\x91\x19\xa5\x05\xba\x1a\x1d\x31\x3a\x9a\xb2\x27\xe1\xe7\x43\x81\x74\x8b\xd7\x7f\x91\x8c\xb4\x83\x5e\x67\x00\x35\x3b\x4d\x19\x6b\xef\x29\xc4\x11\x4b\xa1\xe4\xa5\x22\xa7\xe2\xdc\x5c\x4a\x61\x71\xb1\x07\x38\x85\xa3\xb3\x1c\x16\x3e\x92\x3e\x52\xa8\x81\x7e\x84\x6e\x46\x13\xee\x75\x08\xbd\x8c\x0e\x95\xa1\xf0\xf1\x6c\x85\xa3\x10\xf1\x7a\x15\xde\xff\x42\x8a\x4f\x21\xf6\xa9\x4a\x59\x21\x55\x7b\x0a\xe8\x49\x7d\x0d\xfb\x9c\x42\x74\x50\xf9\x11\xb4\x81\x3d\x85\x15\xe8\x2e\xf4\x36\x9a\xba\x8d\xfe\x84\x0e\xd7\x59\x42\x71\xcc\xa5\xfd\xee\x29\xb4\x48\x26\x23\x9a\x20\x24\xa7\x30\x08\xf8\x29\xf4\x34\x3a\x9a\x54\x1e\x85\x0b\x1e\x9c\x18\xb9\x8e\xa2\xbc\x28\x5a\x22\x4e\x61\x06\xba\x09\xad\x51\x46\x64\xc1\x51\x94\x46\x21\x8d\xc7\xe8\xe8\x89\x72\x26\x24\x93\x2a\x32\x77\x8f\xa2\x4c\x23\x11\xb5\x27\x0a\x33\x9a\x54\xa2\x94\xb4\x44\x6f\xe2\x0b\x7a\xe6\x93\x47\x19\x1b\xa9\xc1\x4a\x31\xb1\x7a\xa5\x10\xb9\x5e\x94\x9c\x20\xad\x66\x34\xe9\x6f\x1e\xa1\x97\xd1\x5f\x7c\x4d\x07\xb3\xb9\x8a\x67\xc8\xa4\xfc\x03\xda\x78\x9d\x42\xc4\x61\x54\x8a\x84\x6c\xf6\x89\x40\x43\xe3\xce\x46\x0f\xa3\xe3\xe0\x58\x5c\xf7\x6b\x74\x34\xa9\xe1\xe4\x21\xc2\xb2\xca\xde\xea\x60\x36\x05\x23\x48\xfe\xb8\xdd\x93\xb1\x8d\x0e\x86\x50\xf2\x82\x70\x11\x89\x42\x18\xea\xa7\xbf\x34\x3b\xd9\xe8\x16\xb9\x78\xaa\xd0\xdd\xe8\x08\x40\x28\x1e\xcc\xd3\x1d\x8c\x5c\x44\xb7\x38\x36\x9b\xd9\x08\xd0\x98\x94\xe3\x22\x2f\xf7\x3b\x98\xed\x76\x25\x66\x36\xa2\xeb\x72\x43\x78\xa0\x65\x74\xf4\x5b\x29\x18\xf2\xfa\x19\x1d\x34\x11\xba\x58\x8a\x23\xb4\xe3\xb8\xff\xb2\xff\x3c\x46\x47\x93\x7f\x89\x7f\x86\xd1\x41\x2a\xe7\xf5\x31\xbd\xe3\x0d\x77\xdc\x4e\xf0\x33\xba\xd1\xd1\x64\x53\x93\x53\x33\x4f\xf8\xc6\x24\x69\x28\xa6\x60\x09\x71\xe5\xbc\x32\x49\x00\x47\x21\x98\xad\xbb\x92\x66\x34\x41\x49\x1f\xa1\xdd\x13\x08\x2b\xb6\x2f\x26\x2c\xd1\x7d\xb1\x41\x39\x90\xeb\x56\xd0\x4f\xd5\x6d\x46\x8e\x07\xe3\xc1\xa5\xdb\x24\xde\x13\x85\x20\x6c\x53\x93\x26\x6c\x81\xb0\x4a\x29\x72\x5b\x8a\x6f\x08\xab\x6c\x22\xb7\x19\x39\xd6\x86\xf1\x28\x91\x48\xdc\x85\x53\x78\x89\xf7\x09\x7a\x88\x26\xf1\xac\x3c\x1e\x09\xe0\x6d\xe1\x0e\x13\xeb\xf1\x28\x79\xd5\x6d\xe1\x8e\x33\xc4\x78\x94\x6f\xe7\xb6\x1e\x0c\xd3\xe9\xf1\x28\x11\x55\x1c\x13\x28\x44\x25\x4a\xf9\x71\x5b\x0f\xde\xe8\xc1\xee\x4a\x34\xca\x3b\x54\xc1\xa3\xdc\x3a\x37\xab\xd4\x29\x3c\x44\xe6\x14\xba\x1a\x1d\xfd\x96\x5a\xd7\x51\x62\x92\x49\x6f\x3c\xca\x63\x72\x5b\x0f\xc6\xde\x75\x3c\x12\xa9\xc7\x1a\x22\xce\x0f\xe3\xb9\x9f\x7f\xde\x1a\x9d\x8f\x6f\xff\x17\x3d\xba\x85\x9e\x46\x47\x1b\x12\x96\xc7\x2a\x21\xee\x13\xc6\xa3\x74\x57\x8f\x55\xc2\x03\xdd\x95\xea\xe6\x31\xdd\xe3\x46\x61\x70\xf2\x9a\x18\x93\x53\x88\x61\x29\xdd\xcd\x63\x4a\x12\x7b\x33\x5f\xfe\xfa\x67\x74\xf4\x44\x53\xfd\x58\xc8\xe3\x76\x7c\x3c\x4a\x37\x15\xb7\xe3\x14\x08\xcb\x59\x85\x6e\x46\xcf\xf8\x5a\xa3\xb4\xec\x3f\xc1\xa2\x59\xab\x55\x35\x2f\x92\x57\x22\x4b\x05\x57\xeb\xda\x70\x9a\x1f\xcf\xf0\xd7\xdd\xe8\x11\x5f\x57\xa1\xa7\xd1\x31\x4a\xa5\xd5\xa9\x96\xfd\x0a\x61\x95\x43\xa7\x9a\xb0\xe1\x6e\x35\xaa\x32\x25\x55\x2b\xd5\x70\xb4\x4a\x39\x1b\x2d\x9a\xc4\x85\xf8\xa8\x5a\x51\xaa\x65\xbf\x72\xd4\x51\xa6\x9b\x6a\xc5\x17\xd7\xd2\xa3\x6a\x8b\xd1\xcc\x2f\x44\x13\xcd\xca\x76\xd3\xac\xe1\x5a\xb0\x51\x95\xae\x6d\xd6\x70\x71\x47\x3d\xea\xed\x4a\x86\xd1\x51\xb7\x76\x07\xcd\x1b\x12\x8c\x16\x72\x36\xfa\x36\x3a\x46\x29\xed\xd9\x2c\x88\x71\xcb\x3c\xaa\xf4\x61\xb3\x20\x36\x46\xa9\x85\xbd\x79\x94\x61\x8e\x30\x6a\x83\x26\xcd\xa3\x24\x6f\x46\xd6\xda\xd6\xbc\x97\x88\x9d\xf7\xa8\xda\x48\x35\xcb\x50\x5c\x11\x8f\x2a\x9d\xd5\x4d\x93\x0e\x4d\x9c\x78\xca\x34\xe9\x0c\x5e\xfb\xab\xee\x99\xef\xcc\xbc\x96\xbc\xee\x9d\x47\x0f\x21\x69\xda\x76\x75\x0b\x49\xdc\xe1\x8e\xa6\xdc\x46\xdd\x7b\x89\x4e\x94\x50\x11\xb6\x7b\x2f\x11\x36\xfb\xa3\x69\x38\xdd\x2a\x38\x9c\xfb\x47\xd3\xba\xd9\xcd\xdf\xb8\xf5\x67\x4d\x43\x37\x7f\x87\x41\xe4\x68\x52\x20\xc3\xa3\x54\xc0\x55\x09\xf7\xf0\x14\x0f\x62\xf3\x39\x99\x95\x55\xf0\xe8\x91\x8c\x4b\x99\x87\x86\x55\xf0\x50\x88\x46\x86\x33\xcc\xc8\x83\xc1\xbb\xee\xe1\x4a\x62\xe6\x9b\xf2\x90\x0d\xf3\xf7\x18\x0a\x81\x28\xb4\xd6\x9f\x41\xae\x35\xad\x56\xc3\x4b\x5e\xdc\xf7\x8d\xe6\xdc\x5b\xb3\x1a\xdd\x02\xad\x7e\x7b\x2f\x41\xfc\xb6\xac\x45\x6c\x58\x8f\x87\x13\xc3\x20\x35\xe4\xc4\x6b\x81\x42\x90\xca\xf9\xb9\xac\x66\xe2\xfa\x6f\xb4\xbf\x44\x5d\xae\x1b\x66\xd3\x4a\x38\x4c\xef\x81\x3e\xd1\x92\x37\xbc\xe4\x0d\xa6\x41\x69\xf3\xa6\xa7\x21\x6e\x05\x47\xd3\x0a\x3e\xad\x91\xc3\xbe\x23\xe5\xbf\xfc\x5f\xd5\xe8\xe8\xb7\xd2\x7b\x4d\xeb\x93\xb8\x20\x1c\x4d\x8c\x3c\xbd\xf8\x4e\xc2\x0a\xab\xee\x65\xcd\x16\x91\x08\x46\x17\x43\x2c\xcf\x7c\x58\x87\x8e\xae\x15\x65\x79\x8a\x17\x61\xf6\x74\x92\x89\xab\xc6\x28\x20\xdc\x5a\xf2\x96\x17\xdf\x30\xcc\x18\x5d\x59\xd3\x96\x77\x35\x61\x92\x91\xb2\x3a\xa8\x1b\xca\x49\x46\xd0\xd1\xa5\x0a\x96\x55\x41\x24\x3b\x19\x5d\x1b\xa9\x35\x87\xd1\x47\x7f\x77\xcd\xe5\xf2\xda\xb0\x42\x48\xba\x56\x92\x65\x21\x89\x88\x41\xa3\x8b\x82\xcb\xcb\xe9\x0a\x52\x75\xd3\xc4\xaa\x60\x91\x53\x4d\x6b\xc3\xf6\xec\xec\x38\x98\x75\x6d\x8d\xb6\xa5\x81\x2c\x2a\x45\x8a\x7a\x5b\x0f\x46\x8c\x85\xd1\x87\x2b\xf9\x19\x1d\x75\x6b\x57\xb3\x2d\x24\x61\xfd\x31\x86\x2b\xf1\x0a\x18\x76\x1f\xa9\x5c\xaa\xc4\xa3\xdc\xc1\x9a\x43\x19\xfd\xb6\x47\x19\x51\xf7\xc7\xd0\x16\x63\x7b\xe6\xf7\xa2\x12\x48\xf5\x7a\xe6\x23\x1b\x73\xc2\xfc\x6c\x12\x20\x90\xc2\x21\xd5\x90\x0a\x7b\xad\xd9\x88\x85\x5b\xb4\x63\x7a\xbd\xa6\x45\xa4\x84\x31\x94\x5e\xef\xf5\x70\xde\x98\xcb\xa1\x99\x7f\x2d\xdc\x24\x8a\x29\xda\x5f\xbd\x5e\xbc\xc2\x9c\x64\x0c\x49\xf1\xeb\x5d\xc1\xcb\x1d\xbe\x96\xba\xd7\xc2\x1d\xce\x28\x63\x68\x11\x78\xad\xd6\xe3\xd6\x72\x0c\xb1\xe6\xcf\xa3\xfc\x05\x7f\x0f\xa5\x88\xfc\x99\xbf\x7f\x8c\x72\xfc\x47\x5b\xa3\x9f\xe7\xf4\xc7\x68\x35\x79\x3f\xaf\x6d\x3f\x52\x86\x29\xdd\xe2\xcf\xec\x4f\x32\x99\xeb\x52\xda\xc7\xdf\xa8\xc6\x2f\xf0\xae\x46\x6c\x47\x30\xde\xeb\xd2\x2e\xe3\x67\xd5\xf2\x23\x41\x9d\x4e\x74\x3f\x0f\xf8\xb7\xa8\x46\xe9\xe0\x7e\xeb\xaf\x9a\x0f\x3c\xaa\xe8\x33\x25\x3e\xd2\x8a\x5d\x4e\x18\x67\xfe\x25\x1d\x41\xd1\xba\xf2\x59\x8d\x90\xc3\xa6\x68\xe1\xfb\x2c\xea\xc4\xfa\xbd\x2e\xad\x09\x9f\xd7\xb2\x4f\x83\x52\x6e\xd3\xcf\x83\xfa\xc8\x55\x74\x49\xbb\x7e\xd6\xc5\x1f\xb1\x34\xa5\x60\x3e\xeb\xe2\x8f\xb4\x3e\x97\x52\x8f\x7e\x5e\x13\x3f\x92\xa9\x89\xcf\x3e\xaf\x89\xe1\xfd\x93\xae\x4b\x87\x9b\xcf\x92\xf0\x89\x94\xd2\x8d\x9f\x05\xfe\x13\x6d\x94\x08\x47\x37\x34\xa7\x40\xf5\x46\x67\xa3\xa9\x5e\xa9\xa7\x74\x45\x73\x0a\x0c\x56\x09\xdb\x2e\x68\x76\x0a\x51\x7d\x52\xc2\xa9\x0b\x71\x58\xbc\x29\x1e\xbc\xbe\x1f\xae\x07\xa2\x29\x4e\xa9\x9f\x13\x97\x9e\x13\xcb\xe3\x6a\x7e\x42\x43\xcb\xa4\xac\x50\x17\xba\x70\x75\xbd\x69\x26\x25\x9e\x4b\x1e\x55\xa2\xfb\x0a\x09\xda\x13\x22\x7e\x0a\x84\x71\xf4\xe7\xd5\x68\xaa\x57\xb3\x89\x29\x5f\x9d\x04\x0d\x57\x72\x1e\x40\xde\xf4\x4e\x81\xe0\x87\x45\xe8\x69\xf4\x26\x67\xdf\x23\xbc\x7a\x9f\xe0\xd7\xa4\x54\x65\x69\x6d\xe3\x49\xe3\xa7\xda\xd7\xdf\xe7\x0c\x4a\xe9\xeb\xf4\x9a\x79\x0a\x85\x67\xde\x4b\xf8\xc7\x78\x32\xf5\x91\x80\xa1\xe7\xbe\x8d\x8f\xea\x9b\xd0\x43\x53\x9b\xb9\x20\xcb\xca\xd4\x95\x59\x9c\x4e\x81\xf8\x82\x4d\xe8\xd7\x68\x65\x10\x1c\xc2\x8b\x36\x0a\x26\xaa\x4c\x4f\x79\x16\xa3\xa9\x3d\x1b\xef\xda\xe1\x7a\xa5\x77\xca\xbc\x61\x9e\xc2\x47\x2c\x3e\xd0\xcb\xb5\xc4\xd9\x10\xcb\xc2\xd5\xf5\x5a\xb6\x70\xb2\x3a\x95\xab\x2f\x6b\x18\x0f\x05\x8a\x1a\x5d\xee\x3b\x94\xcc\xca\xca\x57\xcc\x1e\x45\x94\x24\x2c\x31\x0e\x59\x14\x68\xb6\x0b\xdd\x8c\x8e\xb8\x22\xa2\x7b\xe9\xd3\x68\x6a\x57\x1a\x2a\xbd\xd2\x9d\x02\x21\xf3\x8a\xd0\xd9\x68\x1a\x95\xa8\x15\x8b\x42\xd1\x7c\x88\x57\xcb\x18\xc6\x53\xbd\x12\x54\x96\x29\x36\x20\x25\xf2\x95\x95\x7f\xb2\x4c\x11\xa7\x68\xb0\x4a\x95\x76\x7b\xb0\x37\xcc\x9d\x95\xe6\x4a\x77\xf8\x8b\x3b\xfc\xc4\x0d\xdd\x81\x96\xd1\x11\x30\x4a\x49\xde\x6e\x0b\xf8\xad\xc1\x0e\x7d\xee\x51\xdd\x31\x2a\xae\xe8\x0e\x74\x1b\xdd\x48\xab\x58\x84\x77\xa3\x04\xe9\x51\xae\xb7\x7b\xb8\xd1\x10\xfb\x5b\xb9\x26\x6f\x0b\xce\x4d\x6a\xab\xe2\xbc\x8e\x66\x32\xa2\xb1\xde\xe2\xb1\xdb\x14\xb8\xe1\xbd\xe2\x4c\x8f\xd6\x12\x37\xe9\xef\x8a\xd2\xcf\xe9\x81\x73\xf5\x1b\x1d\x5a\xdc\xec\x72\xe7\x09\x4d\xa6\xe4\x96\xf7\x6a\x46\x47\xdf\xb3\xbf\x9e\x46\x7f\xa4\x85\xe4\xf3\xc7\x74\x8f\x07\xcd\x74\x8b\x27\x1f\x6b\xd6\x07\xde\x23\xde\xe4\x01\x1f\xe3\xe9\xbc\x33\x48\xf6\x61\x3c\xd5\x8b\x57\x1f\x73\x19\x49\x3f\x6e\xe5\x5d\x7b\x3c\x1f\x0f\x5c\x56\x94\x33\xf2\xf1\x84\x3c\x04\x4b\xfa\xab\xa5\x1a\x4d\xab\xca\x1b\xf9\x98\xf9\x1e\xf4\xb3\xd7\x85\xc7\xda\x80\x10\x7c\x97\x33\xaa\x3e\x66\xca\x07\xc9\xb4\xe2\x7e\x56\x37\x3e\x68\x26\x11\x79\x4c\xb3\x07\x81\xb5\xb2\x79\x2c\xb0\x8f\x68\xa9\x0c\x8b\xba\x6e\x38\x05\xaa\x57\x06\xc5\x6a\x1e\xe6\xbe\xe1\x56\xee\xd7\xda\xc5\x37\x55\x39\x3e\xc5\xf2\xd5\xc4\xa9\x4a\x4b\x99\x84\x7e\x8c\xa6\x76\x42\x68\xf7\x6a\x22\x54\x11\x41\x8b\x5d\x35\x11\x2a\x7c\x66\x85\x50\xcd\x67\xc4\xea\xbb\x8e\xec\xfc\xe3\xde\x6a\xf5\x66\x46\x21\xa6\xdf\xe5\xdc\xa1\xcd\x22\x47\xc4\xbe\xcb\x39\x3d\x9b\xd7\x54\x32\x57\x5f\x4e\xe7\xd9\x3c\x0c\x82\xc4\x5c\xb7\x92\x11\x36\xaf\xa9\x0d\xe1\x92\xbe\x68\xd3\xcd\x6a\x14\x7f\xf8\x6e\x3c\x49\x37\x8b\xd0\xd3\x68\x6a\x77\xbe\x4d\x0b\x11\x21\xff\xae\x5b\x79\x04\xdb\x72\x2f\xe3\x18\x7e\xdd\x5a\x7e\x9a\x57\xb7\x26\x22\x69\x2a\xbb\xa9\xd0\x91\x8b\x5b\x2b\x44\xb7\x4e\x0e\xf3\xb2\xe4\xea\xbb\x97\xec\x0e\x47\x38\x6f\x66\xb7\xb8\x10\x99\xe6\xe2\x06\xf6\x80\xcb\xf8\x50\x6b\xcd\xad\xaa\xf7\x5d\xb4\xd4\x4a\xd3\x2d\x2e\x64\x6c\xb9\x95\xf2\xb0\x7b\x85\xef\xb0\xff\xa3\xe4\xb1\xdd\xec\x4f\xd4\xdc\xeb\x91\xa2\xd2\x15\xc5\x29\x04\xd1\x1e\xed\x4f\xba\xf9\xbc\x43\x84\x47\x53\x3e\x4c\x84\x01\x27\x3e\x12\xd3\x61\x4e\x1c\x4c\xed\xa3\xb4\xc2\xc3\x9c\x38\xd4\x1f\xe9\xfc\xe1\xfe\x0c\xe6\xf6\x51\xe6\xd4\xe1\xb9\xe5\x1e\xc0\x34\x1e\x9e\xdb\xa1\xee\x2b\xdf\xe3\xb0\x22\x1c\x28\x42\xad\xce\xc3\xcb\xf0\xd0\xa8\xfe\x32\x98\xba\x37\x1a\x95\xc4\x6e\x7a\x54\x98\xfc\x5c\xca\x90\xd8\xa7\xa7\x96\xd3\xfd\xfd\xf7\x79\x35\x9a\x14\xac\x12\xbb\xe9\xf5\x76\x76\x19\xb0\xe9\x7b\x6b\xc2\x89\x26\x74\xed\x16\xf6\xc9\xd4\x56\x27\x36\xb5\x98\x4c\x68\xac\x24\x88\x44\x0a\xa6\x10\x61\x14\x87\x3f\x5f\x46\xd3\xaa\x16\xc4\x69\xf1\x99\x44\xad\xd5\x7a\x38\xa7\x6b\x9f\x04\xeb\xca\x42\x37\xa3\x07\xb5\xa8\x51\x4b\xcf\x44\x7a\x94\xaf\x10\xf7\x57\x0a\x74\x5e\xb9\x86\xa7\x19\x6a\xca\x88\x4f\x8b\xd0\x32\x89\x17\xe2\xa0\xf4\x6d\x7d\x59\x41\x2e\x22\x50\x5d\xfe\x7c\x1a\x4d\x42\x58\x29\xce\x65\x71\x58\x22\xb1\x54\xcb\xf2\x86\x77\x89\x66\xda\x8b\x2c\xd3\x8c\x0b\x8d\x27\x19\x2d\x19\x5f\x93\xd4\xb0\x52\x2d\x6b\xde\xc6\x57\xa2\x7c\x09\x3d\x8c\x26\x59\xac\xb2\xfe\x2e\x6f\x0e\x17\x51\x7f\x44\x9b\xb5\x3c\x56\x12\x4a\x2b\xa7\x61\x5f\xde\x34\xc6\x9d\x47\xb2\xac\x2d\x2f\xdb\x71\xd5\x91\x88\x7b\x7a\xa0\x6d\x74\xec\x6b\xab\x92\x02\x6f\x53\x32\x92\x09\x24\x65\x66\xc1\xaf\x97\x02\x13\x22\x8d\xb0\xbd\x6c\x6f\x11\x5e\x2b\xd9\xb6\x1e\xda\xa2\xa4\xb2\x03\x6f\x33\x2b\x49\x81\x9e\xdb\xe8\x62\x74\xf4\x5d\xeb\xe4\xf6\xf2\xbc\x91\xfb\xaa\x53\xdb\xb6\xdc\x6f\xb1\x81\x56\xac\xd7\x9d\x7f\xe1\xf9\xa6\x0d\xf2\x6b\x75\xf6\x12\xe8\x48\x2b\xc9\x6b\xb5\xf2\x0e\x65\x9d\xbd\x84\x5f\xc6\x47\x70\x9d\x3f\xf4\xcf\xe8\x98\x8f\xbf\x64\xb7\x6e\x94\x1c\xbd\x4d\xcc\xf1\x7a\xb6\xb9\xc5\x50\x82\x19\x82\x4c\x53\x20\x67\xae\x98\xe3\xf5\xb4\x12\x69\xfa\xf9\x43\x67\xa3\xa9\x5d\xeb\xd1\x6b\x49\x78\xd9\x71\x34\x1d\xb6\x5e\x9f\x05\x08\x2f\x79\x35\x71\xc7\xcf\xa4\xf9\x31\xaf\xd2\x94\x3f\xef\x2c\xe2\x5e\x24\x3d\x62\xbd\x9f\x75\xd0\x0f\x01\x69\xcd\xf8\xd7\x78\x6a\x57\x0e\xdb\x9f\xd7\xe4\x9f\x08\x2f\xcd\xfa\xb3\xb2\xf9\x0d\x7d\xaf\xde\x98\x66\x3f\x62\xb6\x89\xf9\x7e\x33\x1b\xcd\xa0\xa4\x55\x7e\x96\x90\x1f\x8b\x6f\x57\xca\xe6\x9f\xd5\x87\x6e\x3c\x94\x33\xcf\x96\x41\xa7\x10\xdd\x51\x66\xb9\xfe\x59\xe3\x7e\x8c\x56\xa3\xfa\x3c\x5a\x92\x36\x5e\xca\x20\xd7\x3f\x33\xb1\x12\xf6\x77\xe5\x38\xff\xbc\x98\x92\xab\xff\xd1\x2e\xed\x33\x11\x74\x43\xa2\x6c\x2f\xfd\x33\xf7\x7d\x30\xb7\x56\xfc\xcf\xec\xf4\x41\x9b\xae\xad\xea\xe7\xc5\xeb\x83\x9f\x94\x40\xae\x7f\x56\xad\xba\x50\xe9\xf7\xf8\x4f\xb6\x57\x9f\x69\xf7\xb1\x5a\x75\xb1\xed\xe7\xd5\x4a\x37\x22\x9d\xbc\x1d\xc3\x37\x22\x43\x57\x19\x5d\x09\x3d\x7d\x95\x31\x64\x58\xa2\xbc\x6d\x43\x96\x25\xa7\x40\xfd\xca\x46\x7a\x49\x46\xc7\xc5\xf0\x86\xf2\x92\xca\xb6\xe4\x14\x30\x50\x51\x32\xdf\x4b\x6b\xf3\xb8\x48\x08\xed\x6a\x24\x2e\x03\xf3\xe8\x4b\x09\xd9\xc6\x25\xfe\x1f\xba\xfa\x18\x4a\x03\xea\xab\x8f\x21\x9b\xee\xa1\x84\xa0\x69\x18\x1f\x8a\xa7\x2a\x2f\x6a\xd2\x2a\x39\x48\x3a\x79\x0d\x65\xfa\x94\x6d\xc8\x29\xd0\x4b\x25\xa7\x4d\x1e\x6d\xd2\xa8\x1e\xd5\x33\x5d\xfd\xa4\xfa\x47\xe8\x6a\x74\x10\x47\x59\xbe\xf0\x4a\x8f\x82\x7a\x8f\xdc\x0d\xdf\x71\x60\x3c\x9b\xae\x81\x1c\x0d\x59\x6b\x2c\xcc\x68\xd3\x35\x94\x38\x36\x8b\x87\x46\xdc\x3b\xa4\x74\xfd\x65\x26\x7e\x8c\x6f\xe0\xbb\xf0\xae\x27\xfa\x93\x2e\xe5\x60\xcd\xee\x0f\x19\x2d\x13\x51\x3d\x0f\x38\x8d\xff\xc8\x4a\x0c\xbe\xb8\x9f\xdc\x20\x24\xa5\x92\x1a\x32\x7e\x38\x05\xda\x25\x59\xd7\x28\xee\x3f\x77\x05\x49\x19\xa4\x46\x31\x53\x91\xd7\x32\x29\x25\xd4\x28\x52\xfc\xa3\x0c\xfa\xa9\x54\xa9\x45\x7b\xf9\x41\xe6\xcb\xaa\x6e\x16\x93\x81\xbb\x82\x44\xa0\x9c\x35\x7c\x57\x30\xc2\x42\xe2\xe0\x1f\xe1\x8b\xf1\xc4\xbd\x52\xed\xda\xa5\x8c\x22\xea\x28\x5b\x70\x31\x0f\x86\x8d\x44\xaa\x62\xa9\x22\xd5\x3c\xc8\x75\x75\x34\xbf\xf0\x1e\xac\x88\xc6\xdd\xd0\xf0\x4d\xc4\xe0\xae\x20\xe9\x0e\x72\xf8\xb2\x60\xdc\x64\x69\x56\x26\xda\xdb\x34\xe0\x0e\x41\x76\x55\x07\x1c\xc6\x4f\xb2\x28\x5f\xc2\x2f\xe3\x37\x31\xa7\x84\xd6\xd4\xde\xb0\x48\x12\x8b\xdc\xd3\xad\x92\x8a\x58\x33\x78\x9b\x06\x37\x71\xbe\x6e\x7f\xed\xca\x63\x2f\x92\x94\x10\x89\x80\xf7\x14\x82\xef\x35\xaf\xb7\x49\xc3\xd5\x82\x2c\x9a\x96\xed\xa4\x4f\x81\x31\x89\xf2\xb7\x49\xc6\x25\x82\x8c\x97\x96\xad\xa2\x17\x56\xd1\x09\x27\xa0\x65\xb3\xe8\x53\x88\xbe\xa3\xd2\xc6\x23\x3d\x8e\xb5\xf4\xa9\xa5\x0b\xbf\x8c\x8f\xf9\x53\x8a\xde\x47\xc7\x64\x02\x08\xa4\x94\xc4\xac\x8f\x99\x92\x3b\x04\x99\x1e\x1d\xf0\x31\x7e\x81\x57\xf5\x66\xca\x07\xa6\x94\x8c\x3f\xba\x21\x1c\x0f\x2a\xa1\xaa\x93\x5a\xe3\xc6\xa3\xa1\x2a\x45\x70\xf5\x50\x2b\x3c\x9c\x94\x53\xba\x5a\xb3\x54\x55\xf3\x08\x9d\x8d\x8e\x4e\x66\x49\x78\xb5\xe4\x73\x38\x97\x9d\xc0\x01\xa7\xf1\x11\xc9\x87\xcb\xd6\x51\xcd\xda\x95\x79\xcd\x92\xa8\xea\x79\xad\xcc\xab\x16\x87\xaa\x3d\xe6\xa8\x24\x34\x57\x5a\xf0\xaa\x13\x91\x82\xf6\x27\x5d\x4c\x8e\xba\x96\xf1\x41\x99\xa6\x21\xe9\x0c\xac\xa0\xfe\x7a\xa0\x5f\xa3\x59\xab\x34\xb4\x0a\x41\x4b\x0e\xf8\x18\xbf\xc0\x0f\xe1\xb7\xf1\x51\xbd\xe4\xac\xe9\xda\x5a\x61\x12\x88\xf5\xbc\x88\x92\x40\x01\xca\x28\x8d\x73\xb3\x3c\x71\xb2\x4f\xba\x68\x1c\x3e\xd9\x8f\xa6\x5e\xb2\x49\x19\x3e\xa9\x8f\x0e\xdb\x64\xa7\xf4\xf6\x0a\xd3\xd5\x6c\x17\x3a\x1b\x5d\x30\xcb\x6b\xc2\x3f\xc6\x37\xf0\x43\x78\x75\x27\x62\x1a\x24\x3d\xcf\x1d\xb0\x1a\x1f\xdd\x2c\x9a\xa9\xee\x6e\x72\xf6\xd6\x2b\xd1\x01\x5d\x3f\xdd\xd7\xc5\xd9\xf0\x19\x7b\x0c\x54\xb4\xae\xb6\xc6\xb0\x8a\x1e\x30\x54\x11\x5f\x0e\x33\x14\x67\xe9\xa4\xbb\x27\xbb\x10\xac\x31\x54\xbf\xf8\xd5\xa7\xdd\x31\x91\x12\x5d\xac\x12\x55\x9f\x42\x4c\x16\x97\xcb\x44\x20\xa0\x10\xd5\xe8\x66\x8e\x68\x03\x14\x0a\x78\x55\xe3\xee\x4c\x99\x05\x4a\x41\x4d\x2b\xa8\x49\x6c\x8e\xcb\x68\x51\x67\xca\x2e\x50\xa3\x9d\x56\x50\x1c\x24\x93\x2e\x8b\x86\x0f\x92\x63\x31\x5b\x77\xad\xff\xc1\x26\x6b\x2c\x4f\x26\x47\xb5\x74\x8b\x18\x4b\xe7\xd8\xb1\x98\x1c\x9d\x10\xc7\xf2\xe4\x90\xc8\x26\x3d\xc9\xdf\x0f\xe3\x3f\xf0\x8c\xda\xa7\xb2\xc1\xa9\xac\x5d\x46\x67\xa3\x83\x57\x1e\x25\x4a\xdf\x56\x84\x9b\x39\x7b\x24\x8f\xdb\x7b\x2c\x52\xab\x36\xb1\xd6\xb6\x6e\x20\xa9\x6a\x7a\xb4\x7c\x6e\x13\x8f\xf0\x83\xe9\x91\xee\xd9\x53\x02\xb6\xc9\x5c\x9e\x84\xf6\x60\xb7\x06\xa5\xd4\xfb\x7b\xb9\xd5\x45\xab\x46\x6f\xa3\x19\xab\x96\x4f\x1f\xe2\x06\xcf\xd3\xde\x5e\x8f\xd7\x5a\x80\x8c\xad\xde\x47\x13\xc4\x80\x02\xbd\x17\xed\x5f\x9d\x55\x06\x87\xc1\x44\x66\x8c\x35\x7c\x18\x54\x84\x03\xe2\x90\x1f\xa8\x1a\x4d\x77\x94\x63\xff\x35\x23\x72\xbc\x4b\xba\x47\x21\xc8\x01\x85\x06\x5e\xd5\x5b\x2e\x5e\x58\xa1\x8a\xc8\x3e\xdf\x0d\xce\x77\x04\x35\x5f\xf6\xb9\x39\x85\x85\x49\x67\x12\x7e\x1b\xff\x12\x4e\x4a\xe8\x9f\xd1\xd4\xae\x05\xf4\x67\xd5\xf9\x83\x68\x55\x33\xfe\x33\xd1\x38\xc8\xa5\xaa\x7a\x7e\x56\x9d\x3f\x92\x9d\x4b\xd3\xfe\xac\x3a\x7f\x04\x66\xd1\x02\xfa\xd3\xf1\x5c\xa9\x06\xfe\x36\x0b\x3f\xd3\x8c\x9c\x03\x4d\xb2\xf8\xd3\x35\x21\xa1\x17\xce\xe7\x45\xf8\xd7\x78\x3a\xaf\x85\xf5\x67\x12\xff\x44\x4a\x09\xe9\xcf\xec\xfa\x83\x5d\xff\xd0\xcb\xe8\xe8\xbb\x36\x05\xbf\x29\xd2\xfc\x90\xb5\x2a\x05\xf6\xd3\x2d\xde\xf8\xc5\x9a\xa5\xe3\xb9\x3d\x27\x16\x9e\x13\xe9\x6f\x7d\xfe\x59\x04\x7f\xa2\x30\x27\xe5\xe1\x33\xe5\xe0\x15\xfd\x6f\x49\xfc\x74\x97\x34\x3e\x84\xa7\x8a\x5d\x3f\xaf\xac\x9f\x7a\xd9\x85\xfe\x19\x1d\xd5\x37\x69\x84\xcf\xc2\xc3\x83\xf6\x9f\x50\x7d\xd6\x14\x1c\xdf\x52\xd3\x3a\xff\x99\x3f\x3e\xf8\x43\x29\x82\x7d\x7a\x9b\xbc\x67\xeb\x56\x60\xfa\x3d\x7b\x5e\x74\xbe\x29\x35\xb4\x7c\x0b\x96\xb2\x24\x34\xa5\x08\xbe\x34\xa6\xc9\x33\x77\x6a\xca\x0f\xed\x67\xee\xc9\xd9\x30\x35\xe5\x86\xf6\xd9\x70\x72\x36\x34\x3b\x4d\xf9\xcc\x9e\xc2\x20\x60\x92\xd0\x3f\xa1\x11\xa9\xa6\x44\xcd\x97\xb6\xa4\x33\x1c\x0d\x92\x2e\x1d\xe6\xa5\x95\x6f\x72\x62\x4c\x18\x92\x1d\x70\x18\x4f\x2f\x95\xa6\xf9\x9a\xee\xa5\x48\xf9\xa8\x9e\xe5\xea\x61\x04\xa5\x57\xbf\x96\x69\x80\x7a\x52\x3e\x67\x79\x1e\x9c\x02\x63\x55\xa2\x65\xf9\x18\x9c\x02\xb5\x2b\x59\x72\x92\xa4\xcd\x44\x52\xfa\xa6\xd4\xc8\x49\xea\x66\x26\x84\xa1\x29\x17\x7a\xd2\x7a\x38\xc3\xb1\x20\x11\xef\xfb\x40\x3f\xa3\x69\x76\xa8\xd9\xe9\x66\x45\x33\x65\x71\x4f\xd3\xcd\x8a\x08\x43\xf5\x4c\x57\x0f\xfb\x0d\xf5\x46\xeb\xde\x4c\x70\xbd\x6e\x4c\x48\x19\x41\x21\xaa\x21\xdc\xfc\x01\x5f\xe3\x3f\xf0\x70\x48\x36\x9f\xc9\x7d\x80\x30\xf3\x07\x54\xf7\x75\xf0\xd4\x95\xc9\xf4\xc1\x73\xf2\xd0\x9d\xba\x72\x61\xcb\x40\xff\x14\x62\x58\x5d\x29\xab\xb3\xd8\x7e\x66\xf5\xb3\xfa\x7b\xd7\xa3\xfe\x88\xa5\xfc\xa4\x3d\x0b\xf9\xf0\xb1\xbf\x98\x45\x0b\xe1\x2c\x30\x72\x57\xd6\xfc\x62\x46\xd6\x79\xd4\x29\xe9\x7d\x1e\x9d\x3c\x52\xff\x25\xa7\xf7\x23\xf5\x8c\x03\xe8\xc1\x33\x2c\x59\xde\x9f\x42\xc3\x88\xdb\xf8\x6e\xfc\x20\xdc\x8c\xd0\xd3\xe8\xc5\xe7\x43\x78\x77\x07\xea\x38\xeb\x7c\x31\x75\x74\xc2\x1c\xae\x67\xb9\xfa\x45\xf5\x5d\xe8\x9f\xd1\x54\xc3\xd2\x36\x7d\xf0\x24\x6a\x4d\xfa\xcb\x1a\x7f\x9b\x65\x75\xc2\x1c\x2c\x1a\xd3\x27\xcc\x79\xc3\x83\xba\xfc\x98\xb7\x79\xf0\x86\x49\x08\x49\x7d\xc0\x6d\xfc\x1b\x9e\xd8\x46\xff\x8c\xa6\x1a\x49\xd6\x63\x09\x7a\xd4\x9d\xfe\x1f\x78\xee\x9d\xaf\x1f\xff\x1b\xad\x6b\xce\x1e\xcf\x25\x61\xe1\x92\x32\x00\x4f\x3f\x05\xcf\x47\xa3\x53\xbe\xf5\xc7\x4a\x29\x1e\x79\x53\x57\xb6\xfb\x47\x8b\x16\x51\x6a\x52\xbe\x34\x95\x7e\xf2\x25\x0a\x4d\x72\xfa\x6f\xbb\xd8\x2d\xa2\xc5\x1c\x7c\x17\xde\xd5\x33\xf5\x52\x85\xb2\x5d\x5f\x04\x6d\x49\x59\x59\x82\x89\xda\x42\x21\xe2\x2d\x29\xdb\xfd\xa3\xd5\x69\xf2\xa0\x9c\x2f\x4d\xe5\x63\xfe\xe7\xe5\xd8\xd9\xbf\xa7\x5f\x8e\x89\xf4\x72\xf0\xf4\xc6\xa7\x4a\x22\xb9\xa4\x7c\x49\x93\x57\xdd\x84\xce\x48\x7c\x9a\x74\xf7\x38\xab\xf6\x52\x33\x4c\xd6\x13\x21\x03\x0e\xb4\x8c\xde\xd4\x62\xfc\x6b\xfc\x2f\x3e\x1f\x42\x7f\x42\x4f\x3a\xa9\x84\xfe\x3e\x6c\xce\x1a\x3a\xa9\x4b\x8f\x57\x93\x86\x33\x68\xd6\xb5\xcb\xac\xe6\xfe\x2a\x92\x49\xd3\x56\xeb\x86\x2a\x1a\x48\xd3\x56\xb3\x21\xa7\xcd\x2e\xee\x6c\x5e\xfb\xc2\x5c\x3d\xe5\x4b\x6c\xd8\xf4\x36\xa4\xec\x24\xd6\x48\xcd\x6b\x1f\x87\xcd\xac\x5b\x1a\x42\xa9\x44\x21\xb6\x46\x5d\x0b\x6e\xd3\xd6\x68\x72\xaa\x74\x52\xed\xd9\xcc\x65\x0d\x2e\xd3\xca\xda\xcc\x4d\x11\x53\x25\x75\x0d\xa9\xe9\xae\x80\x70\x2a\xc9\x99\xb2\x89\xa7\x42\x21\xa6\x49\x23\x6d\x5e\x11\x79\xbb\x76\x2a\xed\xd9\xac\x65\x39\xca\xe6\x74\xf9\x7b\xb7\x0a\x25\x89\xe2\x75\xc0\xdb\x78\xaa\x57\xab\x5e\x11\x89\x67\xdf\xb5\x50\xca\x61\x75\x11\x3d\x25\xe5\x24\x6d\xe4\x03\x31\x91\x53\x12\x56\xb3\x6b\x76\xd3\x9d\x27\x6a\x67\xd4\x9e\x7e\xa2\x26\x5b\x4a\xca\xba\x1b\x9a\x5d\x9b\xc9\xd9\x61\xf9\x24\x26\xeb\x56\x76\x1d\x65\xa7\xf9\xe8\x5e\x9f\x79\x5b\x76\xde\xe9\xe9\xb7\xe5\xd9\xd5\x4b\xd1\x4c\x7e\xb5\xa7\x40\xf5\xbc\x54\xcd\x61\x36\x18\xb0\xc1\xf0\xe7\xaf\xd1\x31\x51\x5a\x6e\x87\x59\x9b\xf4\x76\x4a\x30\x7d\x40\xd7\x4e\xd8\x34\xcd\xdf\xf0\x98\x78\xd0\x56\x92\xe9\x03\x0e\xe3\xe9\xbc\xd6\x19\x3f\x68\x4f\x0e\xe1\x39\xb9\x37\xde\x19\x11\xd5\xc2\xcb\xcc\xd0\x65\xdd\xe4\x3d\x7b\x48\x35\xf9\x3d\x7b\x0e\x04\x2a\x8b\x3d\x14\xd7\xe2\x14\x52\x7c\xae\xce\x78\x4f\xc0\xf3\xb7\xd2\x52\x1f\xf0\x31\xbe\x81\x1f\xc2\xbb\xf3\x50\x58\x16\x74\xd3\x27\xff\x39\xf1\x95\x91\xa9\xdc\x9c\xa6\x3c\xef\xdc\xe3\xef\xf3\x6e\x74\xd0\x20\x4b\xc5\x4d\x53\x7e\xc2\xdc\xf8\xd8\x1e\xd0\xdf\x33\xd8\x64\xf4\x32\x7a\x07\x5a\x8d\xce\xbf\x5a\xe8\xa4\xb4\xc1\x5c\xee\x8c\x06\x25\xb1\x9f\xe6\xb2\x08\x57\xf8\xb7\x74\x4e\xaf\x61\x53\x63\xd5\xfe\xc4\xf7\x04\x73\xa1\x57\xb3\x74\xd6\xf2\x22\xc5\x43\xb4\xf2\x39\x1f\x50\x34\xe3\x05\x39\xe3\x0f\x70\xc0\x6e\x3c\xcd\x0e\xa1\x35\x83\x3c\xda\x2a\xbf\xf2\x01\x5f\xe3\xa3\x3b\xba\x04\x9a\xdb\x4b\x2a\xcf\xb3\xb9\x88\x66\x7e\x9e\x9d\x1b\xc5\xad\xcb\xa1\xb9\xbd\x36\x6e\xba\x53\x6e\xe3\x87\xf1\x0b\x7c\x15\xfe\x35\x9e\x76\xa5\xe9\xb7\x17\xc1\xb8\x59\x48\xca\xcf\x7b\x40\xa9\xe2\x0d\x4b\x15\x0c\x36\xe6\xb6\xc2\x21\x89\x1f\xe1\xc4\x0f\xe4\x66\x43\xe1\xe4\x22\xb5\xb8\xad\x71\x76\x3c\x52\xeb\x71\x66\xfa\x86\x60\xbe\x1a\xad\x44\xfc\xf5\xa2\xf6\xc2\x68\x1c\x0c\xe7\x6b\x8d\xfe\x8a\x08\x9c\xd0\xe6\x6b\x59\x26\xbd\x9f\x77\x33\xaf\xf7\x80\xdc\x1b\x28\x75\xef\x01\x1f\xe3\xa1\x99\x36\xf2\x7e\x45\x9e\x2f\xba\xbb\x68\x27\xef\xf7\xdf\xf9\xa2\x8c\x65\x4e\x39\x5f\x73\x26\x47\xf8\x7c\x4b\x19\xfb\x85\x76\xfe\x60\x9d\x5b\x7a\xf1\x67\xd6\xe1\x08\xaf\x5c\xb3\x07\x7c\x8d\xa7\x1e\xed\x34\xfc\x16\x3b\x7f\xe8\x90\xbb\xfc\x27\xef\x84\xf3\xe7\x83\x04\x87\x70\x65\x90\x3d\xa0\x9b\x67\x18\xb7\xa6\xd2\x6f\xaf\x93\xe3\x76\xbe\x75\x3e\xfa\x59\x6b\xfc\x70\xbb\xbb\xa5\x97\x7f\x16\xb0\x9f\x86\xad\x49\xfb\xcc\xba\xbc\xd5\xe6\x5b\x5b\xf4\xcf\xac\xfb\x89\x1c\xd2\xb4\x7e\x94\x9d\x9f\x86\xad\x6d\xa0\x5f\x5f\xe7\x87\x66\xbe\xb5\x0d\xf4\xeb\xeb\xc4\x22\x3c\xcb\xb0\x65\x7e\xee\xcf\x87\xc0\x4b\x20\x3f\x2f\x2b\x9c\xb7\xf3\xa3\xed\xa1\x9f\x4b\x27\xc1\xae\xb3\x4c\x96\x70\xe1\xa7\xd0\xc0\x37\xe1\xbb\xf1\x51\x3d\xa3\xb2\xd7\xfe\x29\xbc\x81\x2e\xa0\x25\x8f\x0b\x3b\xf1\xfc\x70\x22\x5e\x8a\x9b\x72\x0a\x11\xf9\x88\xe5\xc3\xde\xfc\xa7\x30\xf9\x5c\x8d\x0e\xd7\x1e\x62\x4a\x68\x86\xb5\x14\x8e\x6a\xe1\xce\x7f\x3e\x1f\xc2\xbb\x76\x56\x95\xa1\xda\xb5\x7c\xe0\xd8\x9f\x32\xa1\xec\x16\xa9\xa8\x28\x7c\xe0\xf5\xfd\x72\xf5\x91\xe0\x47\x1b\x67\x3b\xfa\x9f\x02\xad\xf2\x2e\xb2\xfc\x72\x4b\x00\x80\xa4\x24\xac\x6b\x29\xe4\xd5\x52\xe2\x2a\xa5\x63\x5d\xcb\x2f\xba\x78\xf7\xe7\x8b\xd5\x69\x25\x13\x3e\x0e\xde\x99\x08\x89\x07\xaa\x46\x77\x7c\xd1\x8a\xf0\xd3\x78\xe6\x95\xcb\x05\x12\x61\x51\x78\x4f\x35\xc9\x9f\xff\x8c\xa6\x33\x6c\x8d\x96\x82\x48\x9c\x02\xb4\x61\x6f\xb4\x7c\x6c\xc7\x55\x3f\x29\x07\xeb\xb2\xaf\xfe\xc2\x3b\x3f\xe5\xca\xc5\xcb\xca\x52\x55\x2b\xd3\x7b\x16\x33\x5c\xf7\x29\x34\x9c\xe0\x2e\xe1\x87\xf1\x13\xbc\xab\x5f\xc6\xef\x53\x4d\xf6\xe7\x9f\xd0\xb0\x93\x9e\x14\x57\x36\x3b\x85\xe3\xbe\x0f\x15\x2b\x9b\x9d\xc2\xf4\x3d\x5f\xee\xa3\xb9\x29\xa3\xf4\xf5\x16\x48\x7a\x2e\x0a\x31\x21\x1c\x35\xec\xc7\x7f\x0a\x34\x2a\xa6\xf4\x5b\xf4\xca\x61\xf5\xa4\xb4\xa5\x0b\x77\x7f\x0a\xfd\x54\xc3\xc9\x64\xf9\xa6\x00\x97\xfe\x94\x89\x0c\xb3\x70\xec\xa7\x10\xad\x16\xf5\x5d\xeb\xf9\x8a\x1b\x83\x7c\x79\xa4\xcb\x84\x44\x8c\xeb\xa3\x46\x75\x46\xc0\xc5\x3f\x93\x98\x66\xd9\xc5\x7f\xe1\xe2\x9f\xb2\x5e\xd9\x96\xdf\xb9\xf1\xf1\x3f\xf8\x26\xfc\x63\x7c\xb0\x01\x9e\xa7\x07\x14\xe1\xe3\x22\x21\xeb\xf9\x7b\xd9\xf6\x1d\x2f\xff\xf3\xf9\x10\xbe\x1a\xcf\x74\x73\x34\x59\xb6\x7d\x5f\x3c\x7f\x67\x42\x13\x1e\xf0\x15\x1e\x91\xaa\x5d\xdd\xd1\xb2\x8a\x37\x7e\xbe\x44\x61\x3f\x44\xe3\x8d\x9f\x72\xe3\x5a\x01\x2f\x7c\x0a\x1f\x78\xaa\xf7\x3d\x01\x8e\xf7\x07\xdf\x84\xbf\x8d\x0f\x1a\x3f\xfe\x7c\x1a\x4d\x35\x62\xa7\xdb\x32\xc2\x3b\x77\x96\x15\xd6\xba\xb5\x80\x2e\x5e\xa2\x95\x9d\xf3\x80\x7f\x78\xba\x29\xc6\xb1\x7d\x3a\xce\xed\x29\x37\xb5\xeb\xfb\x83\x85\xa9\x78\xd6\x4d\xdb\x7a\xac\x72\xc3\x66\x3c\xcb\x08\xc0\xfe\xeb\xa7\x40\xf5\x12\x59\xdf\x1b\xe0\xd7\x7e\xf0\x74\xc7\xcf\xbf\x78\xb0\x27\x65\x90\x3c\xa0\xab\x1f\x54\xdf\x84\x76\xf5\x1a\x95\x24\xff\xf1\xa8\x74\x3f\x40\x3c\xe0\x03\x6a\x52\x74\x52\x97\x2d\xd3\xf2\x49\x1d\x97\xf3\x4c\x5e\x9e\x85\xdf\x39\x85\xa8\xbe\x4b\xda\xaa\x39\x90\x90\xf2\x4a\xb3\xb8\x70\x48\xa7\x10\xb2\x8c\xf5\xce\xf2\x09\x1e\x5f\xf3\xa4\xcc\x8b\x6b\x29\x68\xdf\xc2\xeb\x3c\x5f\x52\x73\xd5\x8c\x19\xc1\x5a\xcf\xe7\x43\xf8\x61\x7c\xd4\xde\x5d\x8b\x48\xc9\x63\x74\xee\xe2\x7b\x3f\x46\x2f\x9d\xec\x71\x04\x5d\xcb\x27\xfb\x55\x59\x02\x7a\xd5\x60\xcd\xb0\x55\xb4\x61\x57\x6d\xff\xf4\xb5\x30\xf9\xce\xc4\x4a\x5a\x76\x22\x3f\x85\x60\x4c\x2d\x8f\xcd\xbd\xd7\x99\x9c\x98\xed\x07\x1c\xc6\x2f\xf0\x4d\x78\x75\xbf\xb1\x8b\x95\xa9\xd2\xb2\xcd\xf7\xc2\xb6\x5b\x99\xfc\xd6\xb2\x6d\xf7\xd2\x71\x7a\xfc\x05\x3f\xfe\xdf\xed\xb0\x56\xf3\xc2\xd7\x18\x35\x79\xf9\x16\x5e\xea\x14\x68\x86\x4d\x3d\x8e\xe7\x14\x62\x47\x33\xa4\x21\x6d\xfb\xbd\x3a\x0c\x3d\x8a\xbf\xdf\xc6\x87\x6e\xe3\x26\xd8\x3e\xe8\xa7\x40\xf5\xec\xf5\x57\x37\x9f\xf3\x30\xad\xc4\x78\xcb\xce\xe9\xa7\x40\xf5\xda\x8b\xf4\xe1\xea\x23\xc7\xa0\xee\x16\x56\xf7\x6a\xa0\xf3\x36\x39\xec\x96\x3d\xcb\x4f\x81\xea\x25\x46\xc3\xca\x24\x7c\xcc\x7d\x15\x81\xa3\x39\x05\x88\xc3\x2e\x7a\xf9\x59\x7a\x0d\x0d\x96\xfb\x95\xe5\x83\x38\xce\xe5\x49\x69\xdc\x0e\xe8\xea\x83\x25\x92\x54\x9e\x0f\xdc\x38\x9d\xfb\xea\xc2\x4e\xe7\x0b\x37\xf3\x54\x2e\x09\xe9\xf0\xa0\x88\x9a\x27\x7f\x3b\x7b\x9d\x9f\x42\xe1\x73\x75\xde\x7c\xce\x1b\xb9\x12\xc5\x2d\xfc\xca\x29\x50\xbd\x18\xc8\x07\x71\x7c\xca\x33\x41\x83\x0e\x54\x8c\x8e\xbe\x8b\x0f\x6c\x6f\xbe\x22\xd2\xe4\xa9\x45\xb5\x2f\xd7\x1e\x6b\x99\x6c\x69\xec\x62\xbe\x70\x31\x4f\xc5\xab\xfc\x34\x3b\x61\x86\xae\x84\x71\x0b\xdf\x72\x0a\x0b\x7c\x17\x7e\x1b\x1f\xd5\x4b\x63\x4c\x13\x3e\xcc\xcd\x73\x12\xf3\xd9\xdc\x7c\x61\x56\xae\x74\x70\x6b\xd9\xac\x7c\xcd\xd0\x9a\xba\xd4\x59\xd3\x5a\x73\x8a\x62\x62\xbe\x69\xed\x38\xd5\x79\xde\x6e\x96\xcf\xdb\x78\x9c\xa7\x72\x69\x05\x5d\xd6\x5f\x64\xa9\x4d\xe2\xed\xe5\xde\xf0\x8c\xaf\x3c\x62\x07\x7c\x8c\xaf\xe0\x9b\xf0\xcd\xf8\x1e\xd5\x14\xa1\x87\xd1\xb4\x2a\x91\x5a\x3a\xf6\xae\x85\xf3\x9f\x99\x78\xe9\xba\x6e\xad\x08\xcc\x48\x82\xaa\x03\x55\xa3\x17\x9f\x77\xe1\xa5\x77\x38\xcd\x17\x73\xa5\x9f\xf5\xf1\x30\x4f\xc5\x34\xde\x5e\xe0\xc2\xba\x3a\x27\xed\x8c\xb6\x17\x38\x0e\xf3\xc5\x44\xd8\x26\x3d\x29\xfb\x93\x04\x73\x7b\x5b\xb7\x91\x63\xed\xee\xb7\x77\xb0\x5b\x9d\x11\xde\x87\x6d\xdc\xc6\x73\xd2\xa6\xff\x75\x1f\xed\x44\x2e\x79\xf5\x2b\x3d\x5e\xe4\xa9\x24\xc9\xab\x5f\xe9\xf1\x17\x4f\x4a\xd7\xb4\xd6\xeb\x09\x7c\x99\x40\x1d\x06\x5e\x4f\x60\xbc\xd6\xa7\xa2\x2b\xac\xe5\x57\x7a\x9c\xbd\x93\xf2\x33\xad\xe5\xc3\xf3\xc2\x00\x59\xd9\x87\x0e\xa8\xee\xfc\x90\x40\xdd\xdf\xac\x9f\x55\xf8\x4f\xf5\xe8\xa8\xe4\x57\x5e\xd2\x11\xa6\x22\x97\xbb\x65\x13\xe1\xf5\x21\x24\xf2\xad\x5b\x9f\x85\xe4\x43\x48\xaa\x3f\xff\x19\xfd\xf1\x39\xd4\xf1\x21\x55\x4e\xd4\x4a\xcb\xb2\xec\x44\xbd\xe4\x44\x5d\x74\xaf\x63\x27\xea\x53\xc0\x17\x5b\x4b\xc0\x67\x45\x84\xf1\xae\xf2\xa9\x6c\xbb\x33\xef\x1e\xe1\xd2\x92\x32\x82\x1c\xf0\x35\xfe\xc3\xe9\x1a\x7c\xf2\xf7\x3c\x5a\x2a\xbd\xc2\xee\x32\x8b\x3d\x85\x86\xd7\xb5\xbe\x47\x20\x4e\x21\xea\xbf\xc9\x92\xdc\x15\x1c\xed\x14\xa8\x9f\x94\x92\x5d\xaf\x96\xa7\x40\x3d\x24\x06\xed\x89\xbb\xbc\x53\x08\xd6\xec\xaa\x86\x05\x77\xcb\xf5\xb7\xe0\x7c\xb5\x1d\xe4\xf3\x14\xc0\x93\x6b\xb3\xe7\x61\x3c\xcc\x43\xbe\x50\xbb\xf8\x6e\x62\x82\xa6\xf2\x90\x2c\xb8\x2b\x5c\xd9\x96\xeb\x6f\x79\x2e\x55\xef\x51\x71\xd0\x29\x44\x79\xdf\x5d\x07\x9d\x4d\x38\xd1\x8c\x45\xde\x81\xaa\xd1\x41\x04\x82\x48\x6d\xf2\x22\x52\x08\x5e\x20\x49\x73\x57\x68\xb2\xdd\xe3\x04\x93\x09\x5f\x7c\xa0\x64\x74\xe8\x10\xdc\x3b\xb6\x7d\x7f\x37\xde\xbe\x19\x39\xd9\xb8\xfc\x52\xa0\xd1\x6c\xbc\x1b\x65\x11\x20\x7f\xa9\x5d\x7c\x4f\x21\xc2\xbe\x8a\x02\x8a\x59\xb6\x71\xf5\x4d\x05\x6f\x90\x03\x56\xe3\xa1\x0c\x69\x3f\x7b\xe9\xdd\xf8\x11\xd5\xdc\x42\x4f\xa3\xe9\x0c\x99\x40\xbb\x9e\x55\xb7\x5c\x82\x0b\x97\x21\xbb\xeb\x59\x75\xcb\xc7\xb7\xe0\xf6\x71\x40\x57\x3f\xa8\x5e\x9d\x47\x43\x9d\xc2\x19\x53\x4e\xd7\x3f\x6f\xaf\xce\xc7\x3f\xfd\x17\x8b\xf3\x73\xab\x36\x6e\x39\x4e\xe1\x89\xda\x34\x34\xcf\x22\x4f\xb7\x05\xff\x8c\x03\x0e\xe3\x19\x9b\x58\x56\x6f\xb4\xbb\x73\xf6\x2a\x04\x1a\x3e\xa0\xab\x5f\x54\xaf\x21\x2f\x93\x08\x56\x7e\x48\x9f\xdb\x15\xdc\xec\x14\xa8\x86\x44\xa5\x5d\x6f\xb1\x5b\x6e\xca\x85\x08\xc0\x1b\xef\x64\x0a\xd4\x23\x51\xb9\x4d\xd2\x1b\x05\x49\xb8\xd6\x03\x56\xe3\xe9\x3e\x59\xec\xfb\x3d\xc4\x27\x77\x64\x73\x26\xcd\xde\x81\x5c\x0d\x2b\x19\x66\xf7\xdb\x2e\xc6\xa7\x70\x9f\xcf\x8b\x6a\x31\xd1\xc2\x4c\x38\x67\xb1\xc9\x6d\x71\xe6\x04\x57\x70\x4d\x3b\xe0\x5f\xa3\x31\x91\x62\x93\xdb\x12\x11\x46\xc3\x39\x8b\x4b\x64\x34\xbc\xe5\x77\x5c\x30\xa2\xdf\x64\xed\xa4\x10\x5c\x72\xab\x2f\xa6\x30\xaf\xd1\xa5\x26\x35\x6a\x5d\xc7\xb1\xb1\x60\x80\xb5\xfb\x63\xca\x73\x6c\x2c\x55\x62\xfb\x98\xc7\x39\x36\x12\x75\xe9\x40\xcb\xe8\xe8\x3b\x09\x9f\xbb\x8c\x86\xb7\x1c\x8c\x4b\x25\x81\xb6\x1d\x8c\x37\x0e\xc6\x39\x4b\x31\x3e\x9e\x0e\x0e\x93\x05\xbb\xac\x6d\x07\xe3\x2d\x07\xe3\x52\x45\xe0\xc7\x8a\x94\xd3\x64\xa9\x52\xec\x8f\x99\xf8\x81\x89\x1f\xa3\x9b\xd1\xd1\x77\xf1\xea\x63\x3d\xfa\xb0\xea\x71\x73\xb3\xfb\x63\x9d\xc3\x23\x74\xa9\x12\x91\x67\x3d\xc6\xd3\xcb\x47\xbd\x59\xee\xa5\x48\xa9\x66\xab\xb5\x4b\x45\x8d\x54\x72\x4c\xf7\x6a\x35\x52\xd1\x0b\x78\xb2\x1d\x70\x1b\xff\x3b\xdd\x94\x5a\xaf\xe6\xe1\x2a\x5a\x36\xe3\x9b\xf1\x54\x23\x59\xa8\xe6\xe1\x8a\x5e\xa8\xd0\x52\xa6\xd0\x9b\x44\xa8\xa9\x70\x5b\x72\x40\xf7\x06\x09\xaf\x12\x91\x6a\x6e\x25\x3d\x78\x6e\xfe\x7c\x1a\x4d\xab\xdd\xd5\xbf\xc6\x43\x04\x49\x54\x35\x31\xe3\xdd\xf9\xe0\x55\xcf\xfa\x19\x1f\xdf\x37\xad\x26\xcd\x44\xc3\xba\x59\x89\x7e\x76\x6f\x96\x7c\xde\xa7\x4b\x13\xbf\x36\x4b\x3e\x0f\xd1\xa5\x89\x5f\x9b\x95\x2c\x87\xe1\x82\x45\xd8\xb6\xff\xf3\x29\xc4\xde\xb6\x65\x7d\x6f\x6a\xc6\x93\x74\xce\xe4\xcd\xee\xcd\x1c\xd8\x58\xf4\x9a\x96\xfe\x66\x8d\xd0\xe0\xc0\x26\x0e\x54\xac\xb5\x2d\x7f\xe9\xd2\x8a\xbf\x77\x3d\x90\xa7\x49\xb7\xb7\xe5\xe1\x22\xe4\x5d\xbd\xb4\xba\x6c\x48\x6d\xbb\x8d\xdf\xc6\xc7\xdc\x8a\xc8\xcd\xc4\x6c\x22\xa6\x38\xbc\x5b\x98\xbb\x88\xf9\x74\xe1\x1f\xe3\xa9\x5e\x9c\xd9\xcd\x81\x9c\x8d\x95\x11\xbc\x77\xef\x14\x30\xc2\x2e\x18\x73\x1d\xb0\x1b\x1f\x2c\x32\x86\xd0\xd3\x68\x6a\x6f\xea\x8d\xa5\xb6\xb3\x4d\x6b\x4d\xbd\x19\x52\x74\x71\x48\xce\x64\x08\xdc\x76\x97\xde\x24\x36\x48\xa5\x49\xa7\x77\x33\x66\x0f\xc6\x2c\x5a\x6d\xbb\x19\x2d\x02\xc1\x65\x0c\xc5\xb7\x9d\xab\xb7\x9c\xa8\x4b\xd3\xc6\x62\x98\xcf\x38\x49\x97\xae\x5d\xce\x30\x3f\x0d\x56\x92\x9e\x20\xcd\xf0\x26\x6a\x10\x37\x5e\xeb\xe3\x30\x69\x38\x60\x97\x2e\x36\x1b\x66\x33\x9e\xb4\x0b\x96\x5f\xdb\x3e\xda\x5b\xbe\xd8\xa5\x4b\x31\x0e\x0f\x76\x20\x9d\x5d\x5b\x8e\x61\xe9\x1c\x88\x5b\x17\x9f\x0d\xaf\x19\x24\x8f\x67\xe7\xbc\x9d\xaa\x61\x77\x1d\xa5\xbb\xd8\x6c\x98\x38\x3c\x5e\x97\x2e\x55\x37\x4c\x1d\x9c\xb4\x4b\x97\x5a\x1f\xe6\x33\x0e\xcd\x45\xbd\x9c\xde\x18\x4d\x11\x4d\x9a\x6e\x7a\x71\x20\xe9\x7c\x91\x90\x4c\x6f\x80\xa6\x68\x49\xca\x7d\x5c\xb0\x29\x50\x8d\x14\xe0\x34\x71\x70\xae\x2e\x5d\x9a\x6e\x7a\xcf\x82\x95\x7b\xe9\x62\xa8\x69\x75\x3f\x15\xe1\x5f\x9f\x9b\x66\x3a\x35\x77\x6d\x78\xa7\x65\x70\x8a\x96\xd2\x80\xd3\xb4\x9c\xd0\xb2\xb8\x76\xb7\x2a\x9a\xf5\xf6\x9f\x6c\xb0\xa6\x45\x37\xbc\xb0\x33\x81\xa1\x0e\x64\x5a\xc0\x87\x5d\xb2\xb5\xcc\x87\x0b\x61\x19\xda\x83\x2e\x6b\xf1\x08\xf0\x96\x8b\x26\x6c\x99\x14\x3a\x6b\x0f\xad\x94\xcb\xfc\xa3\xb3\xf6\xd0\x4a\xb9\xbc\x43\x09\xaf\xea\x5c\x34\xbf\xcb\x6a\x0a\x67\xea\x32\x44\x3a\x39\x53\x9f\x02\xad\x32\x91\xcb\x7b\x8e\xa5\x48\x3b\xda\x5c\x2c\xef\x39\xc2\x22\x3f\x17\x9d\x67\xd6\x72\x2d\x87\x8d\x72\x79\xd4\xa8\xb7\x1c\x3a\xc8\x0f\xd5\xbe\xad\xa5\x74\x90\x1f\xda\x15\x6c\x73\x15\x07\xf9\x22\xe5\xb5\xcd\x55\x1b\xe5\x35\x1e\x57\xb3\x8d\x8f\xbe\x57\xd7\x22\x8a\xc5\x6b\xfe\xf9\x1c\x8a\xc9\x99\x7a\xe3\x4c\x9d\x89\x99\xbd\xed\x4c\x7d\x0a\x74\x46\x67\xc3\x6d\xde\xdc\x9a\x27\xf1\xec\xb6\x52\xdb\xf0\xe6\xd0\x72\xbb\xcd\x9b\x1b\xde\xac\xea\xa4\x79\x13\x9f\x83\x32\xc4\xca\xdb\x4a\x6d\xa3\xd4\xfe\x6a\xf1\x58\x45\x32\xa9\xcc\xd7\x5c\x13\x8f\xf9\xe9\xbe\xb4\x95\x7c\xbd\xb5\xc0\xdc\xfe\xbe\xb4\x39\x7c\x5d\xfd\x4b\xf5\x2d\x0b\x3d\x8d\x5e\x04\x21\x1a\xc2\xbf\xc6\x7f\x81\xd7\x7c\xbf\x3e\x75\xe1\x4e\x7d\x5f\x62\xa7\xd7\x7c\xf0\xc2\x07\xda\x89\xbc\xe6\x79\xac\xf6\xef\x4b\x13\xfb\x5a\xbb\xbc\x68\x97\xa6\x56\xbd\x8a\x71\x6b\x71\x5f\x0f\xbd\xfc\x79\xb0\x58\xed\xdf\x97\xb4\xce\xcf\xab\x18\xa6\x00\xf7\x25\x06\xf9\x59\x85\x63\x0a\x70\x5f\x5a\xdd\x7e\xde\x12\xfc\x54\xbf\xa6\xf6\x33\xff\x7d\x31\xe5\x77\xd2\x16\xe2\xf3\xf2\x16\x69\x0d\x72\xe9\x46\x4f\xa3\xa3\xfa\x24\x09\xff\xcc\x09\xdc\x42\xdc\x49\xba\xf7\xf3\xf2\xf6\xb1\xbc\x69\x89\xff\x2c\x99\x38\x2a\xdf\xdc\xa6\x1d\xd0\xad\x32\x55\x5a\xe2\x3f\x4f\x55\x58\xcc\x9f\xcf\x5d\x8d\x88\x86\x45\xfc\x9d\xb4\x29\xfd\xac\x86\x3e\xd4\x90\xb6\x5d\xdf\xaa\x46\xd3\xaa\x84\xe7\xf3\x1e\x96\xab\x12\x25\xba\xdb\xf6\x73\x3e\x05\xbe\x87\xed\xc7\x25\x1a\xcb\xff\xf9\x26\x5b\xfa\xb6\xff\xf3\x1e\x3c\xa2\xdf\x29\x5e\xf4\x0f\xf8\x18\x1f\x44\x23\x2c\xd9\x01\x5f\xe3\x3f\xf0\x0d\xfc\x72\x3d\x0c\x8b\x48\xc3\xdb\x0e\xcd\xa7\x40\x3d\xac\xc3\xe3\x12\x4b\x8d\xb8\xc3\xc9\x84\xd3\x3a\xd0\xcf\x68\xaa\x67\x19\xb6\xff\xf3\x29\x34\xf0\x59\x78\x0d\x0b\xfb\xf1\x9b\xfc\x30\x9b\x6c\xd9\x14\x9e\xa8\xbe\x0a\x5d\x8d\xa6\x1a\xa8\x39\xd2\xfc\xab\x86\x5e\x8a\x9a\xc9\xa3\x4d\x1a\x55\x55\xb3\xcb\xd5\xc7\x64\xdd\x1a\x6c\x5a\xae\x3e\xa2\xe3\xdc\xda\xca\x0f\xe5\xb7\xda\xf2\x8b\xbe\x31\x9f\xda\xf6\x8b\xde\x83\x1b\x9d\x9b\x48\xa8\x07\x7c\x8c\xa7\x3b\x1c\x5f\x87\xa2\xb6\xed\x81\xf9\xf8\xad\xad\xd4\x90\xf9\xf8\x29\xc4\xf7\xdc\xa7\x1d\xf0\xef\xfb\x0f\x3c\xdf\xfb\x1a\x85\xc4\xd9\x07\x4f\xfd\x32\xe4\x3e\x05\xbe\x57\x7f\xca\xf2\xf7\xb1\xe9\x25\x55\xdb\xb6\xa7\xf0\x29\x44\xf7\x49\x35\x70\xc0\xc7\x78\xba\xc9\x0d\x13\xe9\xb6\x29\x84\xc0\x11\xc0\x69\xdb\x83\xf8\x14\xa2\x7a\x76\xf8\xe3\xd6\xe6\x65\xdc\xa8\x05\x89\xc4\x50\xd0\xb2\x53\x88\x5e\xde\xa2\x82\xef\x0e\xe4\x88\x7c\xdf\x62\xcd\xdb\xd4\xe4\xee\xe0\xf6\x6c\xdd\xa6\x26\x81\xc5\xee\x3b\xe9\x7b\x09\x34\x09\x94\xf2\x2d\x62\xde\x26\x0e\xb7\x01\x37\x91\xc2\xb6\x13\x2a\x6d\xf9\x10\xdf\xb7\x58\xf0\xb6\x44\xe0\x14\x7c\x63\xe0\x74\x40\x57\xbf\xa8\x5e\xa3\x35\xe7\x73\xbe\x57\x56\xcb\x6d\x5f\xe1\x8d\x77\x70\x52\x0e\xcb\x3d\x14\xd6\x7c\xe3\x2c\x9c\x71\x24\xdc\x76\x16\x3e\x05\x5a\x45\xed\x0c\x5f\x07\xe0\x44\x9c\x6f\x16\x88\xf1\x68\x0d\xc6\x6b\x38\xff\x4f\xe5\x9f\xd0\xb1\x06\xdf\xc4\xd4\xda\x43\x49\xd6\x36\x4e\xc3\xf9\xbe\xff\x93\x1d\xd6\x78\x74\x54\x1b\x3c\x31\xeb\x76\x75\xe8\x89\x79\xe3\x69\x7c\x1a\xa9\xc2\xbf\xc6\x47\x9f\xd8\xa4\x0c\x25\x6d\xdb\x38\x1e\xe7\x9b\x4d\x8a\x1d\x8f\x4f\x01\xfa\x54\xd5\x6e\x05\xf6\x68\x76\x25\xba\x8f\x45\xfd\xd1\x74\x55\xd5\x63\x1e\x7f\xe0\x71\x69\x00\x85\x5b\x3f\x85\x18\x71\x15\x21\x2c\xe9\x18\xac\x2b\xd3\xe7\x26\x2f\x3a\x85\x50\x6b\x55\xf4\xf4\xe4\x3e\x9a\x5c\x56\xd0\x51\xad\x00\xaa\x26\x57\xda\x57\xcf\xe0\x5b\x99\xd5\xef\x5b\x92\x55\x3d\x8b\xdc\x44\xdc\xb7\x24\xcb\x37\x11\x23\x4c\xd7\xf3\x2d\xbd\xa3\xc8\x68\xa7\x10\xbb\x0e\xb2\xa4\x1d\xb0\x19\x7f\xce\xce\xb7\xd6\x02\x3d\x83\x9f\x02\xb5\x0f\xd5\xee\x09\xc1\x87\x5b\xc9\x43\x37\xae\xdb\x14\x42\x8d\x10\x16\x69\xdb\x29\x7b\xe3\x57\x9d\x94\xcc\xf1\x80\xb7\xf1\x41\x4b\x13\xc1\xb4\xe4\xd9\xfc\x7e\xb2\x3f\xf7\x60\x11\x14\xd3\xc6\x5a\x24\x6e\x24\x32\x91\xc6\xf6\xf0\x3d\x84\xbc\xac\x6f\xdd\x24\x8f\x66\x39\x69\x30\x3e\xb7\x25\x4e\x2b\xb6\x95\x56\xcc\x43\x6d\xa6\x18\xb7\x10\xf7\x23\xe1\xf7\x2d\x84\xbc\xac\x95\x50\x78\xdb\xcb\xfa\x14\x3e\xf0\xaa\xc7\xcc\x1a\xf7\x0e\xf9\xd1\xea\xd9\xbc\xfe\x60\xc9\x7e\x63\x10\xb7\x49\x4a\x4f\xe1\x17\x9f\xab\xef\x56\x21\x4d\x84\x64\x83\x45\xd6\x7a\x0a\x2d\x3e\x1f\x42\x77\xa3\xa9\x5d\x02\xe5\x4b\x08\x5c\xbe\x33\xa9\x91\xb7\x3d\xbe\x4f\x21\xfa\xc8\x2e\x6a\x74\xab\xdd\xce\x56\xf5\x91\x40\xf9\x0e\x82\x5c\xf7\xf9\x91\xb6\xec\x5e\x81\xb9\x9a\x50\x16\xd8\x03\xbe\xc6\x43\x19\x6d\x44\xba\xb5\x74\x17\x25\xc5\xab\xbe\x9b\xc0\x53\x3c\x3f\x59\xd5\xe8\xd2\x9c\x24\xfa\xf9\xd1\xda\xe0\xab\x89\xd1\x91\x7a\xdd\x2b\xe3\x5d\x4e\xe1\x89\xcf\x8d\xae\x46\xd3\xa8\xe4\xa9\x5b\x19\x74\xcd\x87\xe4\xa9\x7b\x3e\x3a\xf3\x21\x95\xee\x2b\x8b\x11\x57\x16\xe9\x7e\x86\xf1\xc5\xf8\x68\x55\xcb\x6c\x37\xdd\xb9\xca\xb8\xc9\x90\xb0\xed\xab\x7e\x0a\x41\x78\xf6\x9d\x63\x98\xf0\x43\x1c\x2c\x31\x1b\x26\x3c\x37\x1f\x37\x41\x5e\xb6\x5d\xdb\x4f\xe1\x03\x4f\xb3\xbe\xf9\x20\x7d\x7f\x7e\x6e\xa3\x8b\xd1\xd1\xc9\xbb\x0a\x5d\x8d\x0e\x12\xe8\x5e\x79\xc8\x86\xe0\x14\xde\xf8\x5c\x9d\xd1\x79\x76\x70\x1f\xa2\x84\xb9\x7b\xf8\x3e\x64\x70\xef\x71\x57\x09\xf1\xf0\xea\x18\x37\x1d\xe9\xd6\x8d\xf0\x18\xde\x3b\x60\x85\x7f\xeb\x46\x78\x0c\xf3\x70\x98\xe3\xcb\x48\xf3\x40\xd3\x68\xaa\x37\xcd\xbc\xc3\xc1\x2a\xe0\xd6\x95\xf0\x98\x56\xac\x53\x34\x93\xa0\xf9\xe2\x63\x70\xf1\xa1\xd7\x8e\x31\x75\xe6\x1c\x44\x95\xbb\x75\x23\x3c\xa6\xae\xbf\xc7\x84\x66\xe2\xed\x69\x9a\x71\x1f\x72\x57\x89\x88\xef\x43\x14\x24\xe0\xae\x5a\x73\xa6\xb9\x95\xfb\x90\xbb\x6a\xcd\xf1\x7d\x08\xee\xff\x19\xcf\xf2\x4d\x0c\x00\x0a\x0c\x4a\xfa\x79\x7a\x89\x8a\x38\x72\x99\x7c\x8c\xdb\x4e\xff\xa7\x40\xed\x5d\xbd\xf1\x36\x6c\x8a\xc4\x5d\xbd\x31\x89\xe3\x8a\x23\x3f\x7f\xb5\x2f\xa3\x69\x95\xe3\x93\x63\x07\x9c\x02\xad\x36\xa1\xab\xd1\x8c\x55\x6b\xcb\xf2\x52\x14\x51\xe7\xf2\x23\xad\xbd\x4c\xe1\x25\x66\xe5\x45\x6f\x2c\xab\x03\x4c\x1a\xee\x26\x4d\xb9\xac\x70\xb9\x66\xb9\x9b\x0e\x08\xbe\x66\x19\x5c\xb3\x3c\xee\xa4\xd9\x92\x6b\x96\xbb\x69\xc9\x59\xd6\xc3\x0b\x3d\x2c\xed\xbf\xbc\x69\x58\xe8\x03\x5d\x4e\x3b\x0f\xda\x26\x0f\x5a\xc6\xb7\xfe\x40\xd3\x68\x3a\x23\xa6\x5f\x66\x6e\xe2\x23\xdc\x4d\x4c\xbf\xac\x27\x88\x83\x70\x37\x29\x33\x5f\xbf\x10\x10\x21\x13\x31\xf1\x40\xae\x7e\x29\x8a\xe5\x7f\xf2\x32\x38\x96\x37\x15\x5c\xcf\xdc\x4d\x6b\xd2\xf6\x84\xe1\x35\x71\x37\xed\x30\xb7\x57\xc2\x70\x9f\xc8\x8f\x96\xbc\xed\x89\xe4\x36\xe7\x6e\xda\x49\x6e\xab\x17\xae\x6d\xee\xa6\x2d\xe3\xb6\x62\xdf\x9a\x31\xe9\x97\x6d\x59\xe1\x7e\x46\x8f\x65\x63\x7b\x97\xb7\x35\x33\xda\xce\x6d\xcf\x4c\x38\x5b\x64\x2b\xaf\xed\x99\xe1\x7a\xe6\x6e\x92\xd0\xed\xed\xdc\xd6\x8c\x69\x23\xb6\xad\xc1\xb7\xa6\x40\x3b\xae\x6d\x59\x89\xf0\x0d\x99\x70\x90\xdb\x41\x1b\x4e\x81\x41\x35\x7f\xbe\x8d\x3f\x6c\x55\x75\x4a\xdd\x26\xf1\x16\x89\x75\x20\x7a\xad\x5e\x5e\x91\x58\x22\xf7\x5a\x55\x93\x55\xe0\x6e\xda\x9c\xbc\x16\x8a\x88\xde\x90\xad\x34\x5f\x33\xff\x1b\xfb\x30\x82\x24\x1c\x68\x18\x4d\x27\x87\xf1\xaf\xf1\xf4\x46\x07\xa2\xd7\xba\x57\x97\x48\x4d\xc7\xc5\xd7\xb4\x89\x6b\xa3\x74\xf7\xcb\xdf\xbb\x37\x28\x8c\xae\xd3\xf1\xeb\xfd\x59\x44\xe1\xcb\x55\xfc\xf4\x7a\xb7\xa1\x4b\x24\xdc\x7e\x0f\xe8\xea\xa1\x65\x4f\xae\xe6\xaf\xfa\x5f\x54\x03\xda\xb7\x42\xe3\x17\x76\x7f\xb7\x6e\xd8\x87\x62\xf5\x6d\x82\x3a\xe4\x2a\xf6\xfb\xf5\x66\xf4\xd1\x52\x56\xec\x3f\xbd\x5f\x2a\xc2\xc3\xdd\xb5\xcd\xfb\x79\xd1\x0b\x3f\x11\x59\x69\xef\xf1\xf3\x7e\x0e\x03\x9a\xbb\xeb\xd0\xf6\xb3\x06\xff\x41\x79\x1d\x49\x7e\xde\x6d\x10\xca\xe1\xc6\x9e\x74\x8f\x9f\x99\xf5\x07\xb3\x6a\x79\x50\xba\xd0\x53\xa8\x81\xd6\x48\xa7\xbb\x8e\xba\xe8\x45\x8d\x9a\xee\xe1\x64\x92\xbd\x6a\x28\xc2\xc3\x29\xd0\x28\x17\x4b\xe3\x67\x2d\xf2\xd3\x34\x69\x0d\xfb\x59\xaf\xff\x44\x77\x1d\xf1\x7e\xa6\xfb\x0f\x1e\x96\x24\x7c\xa6\x7b\x5c\x9b\xc9\xd6\xfb\x40\xd9\x68\x66\x55\x9d\xff\xbc\x42\x86\x47\x4a\xae\xda\x9e\x29\x1e\xc4\x29\xd0\xa8\x96\xb6\xcf\x2c\xac\xbb\x38\x3d\x0d\x8c\xcf\x3c\xfc\x71\xb8\xd3\xd3\xc0\xf8\xac\xa8\x09\x03\x78\x77\x2d\x27\x9f\xe5\x5b\xb7\x6b\x5d\x92\xf3\x99\x87\x3f\xd1\x52\x3b\xb4\xcf\xaa\x57\xf7\x5f\x1d\x55\xed\x48\x11\x9b\x48\x11\x32\x49\xdf\x8e\x14\x71\x0a\xd1\x2c\x4e\x82\x07\x7c\x8c\x8f\x66\x07\xeb\xc6\x94\x43\xcb\x56\x48\x88\x1b\x17\xf5\x3d\x95\x87\x72\x13\x1b\x42\x16\xec\x07\x72\x35\x23\x18\x81\x65\x86\xb8\x11\x14\xa2\xf3\x98\xc6\x1e\x70\x1b\x1f\x33\xe5\xbe\x8b\x36\x13\x3f\x97\x7b\x60\xcd\x30\x15\x5b\x70\x2b\xb0\xc4\x3d\xb2\x3a\x3f\xdd\x2a\xb4\xd1\x1b\xc2\x54\x70\xc1\x4d\xc8\x88\x4c\x32\xa7\x3d\xe5\xb9\xb2\x09\x0d\x91\x6e\x2c\x66\xf7\x94\x87\xca\x29\x50\xcd\xad\x66\xb5\xb7\x52\xa8\x88\x7b\xb0\x05\x74\xa8\x88\x53\xa0\x1e\x4e\x25\x33\x89\x73\x66\x5c\xca\x65\xad\xe4\x53\x2e\x2a\xa7\x40\xf5\x8f\xab\xd9\xc6\xbf\xf1\xb9\x6b\x11\x11\x08\x5d\x78\x93\x3d\xe5\x80\x1a\x6c\x42\x4a\xc8\x93\xb2\xa7\x32\x55\x9e\x42\x8a\x6a\x1e\xa1\xb3\xd1\x54\x83\xae\x9c\x4a\x55\xb9\x15\x29\xe2\x1e\xac\x82\x53\x49\x29\xb7\x22\x42\x3c\xba\xa0\x77\x44\x88\x53\x88\xea\x93\xd1\x8f\xd1\x2d\xd0\x45\xe8\x6e\xf4\xa4\x96\x26\xfc\x32\x3e\xc6\x8a\xa6\x74\x58\x89\x3d\xb9\xff\x7b\x2e\xd7\xee\xb1\x12\x17\xf1\xb9\xfc\xbd\x16\x47\x85\xa1\x78\xae\x6c\xbc\x66\x90\xfb\xbf\xe7\x42\x6d\x4d\x5b\x51\x4d\xac\xa8\xc8\x0f\x7f\x20\x37\xab\xb1\x72\xbb\xe3\x68\x13\xa7\x40\x77\x58\xaa\x67\xf1\x60\x31\xa3\x7a\x08\x5b\x78\xc0\x61\x3c\xcd\xa2\xd0\x1c\x86\x62\x2b\xdc\xc4\x83\xcb\xc2\x01\x6f\xe3\x9f\xe8\xce\x10\x7a\x1a\x4d\x77\xb8\x1d\x9d\x4a\x0b\x79\x0a\x41\xfa\xa2\x5a\x4c\x04\x0c\xa2\x1e\x8c\xfb\x0f\xe8\x5e\x46\xb0\xc7\xe7\xea\xea\x8d\x96\xaf\x59\x44\x9c\xf1\x1f\xc4\xbe\x3a\x5f\x6f\xff\x5b\xd0\xae\x68\xcc\xa6\x1d\x06\x50\x4f\x12\xdb\xda\x00\x4a\xc1\x28\x1e\x52\xa5\x1c\xf0\x36\xfe\x68\x06\x99\x11\x4c\x65\x7d\x3c\x85\xc5\xe7\x4d\xf8\x6d\x7c\xb4\xca\x52\x30\x95\x8f\x61\x2b\xa4\xc5\x93\xa4\x8e\x14\xd2\x62\x4f\xee\x24\x1f\xe2\x17\x1e\x50\x33\x40\xa0\xc2\x27\xb1\xa8\xce\xdb\xdc\x7f\xab\xf7\x12\x75\x5f\x32\x4e\x9c\x46\x1e\xbd\x32\xcc\xc7\xea\x2e\xbc\x47\x32\x31\x89\xb6\x63\x50\x9c\x02\xd5\xa3\xdc\xe7\x63\xbe\x7d\xd4\xcd\xf6\x08\x3f\x8c\xa7\x7a\x4d\x99\xaf\xf4\x88\x3a\x21\x4f\x98\x03\xdd\x46\x33\xaa\xae\x5e\x7a\x54\x5c\xdd\x3d\x32\x22\x9c\xb6\xff\x51\x10\x0a\x25\x80\xde\xd3\xf6\x3f\x8a\x2a\xf1\xe8\x0d\xc3\x51\x25\xb6\xa2\x4a\x3c\x7a\xc3\x70\x54\x89\x53\x88\xee\xeb\x0d\x63\xfa\xd6\x8d\x38\x12\x59\x5b\xcf\x59\xad\xd8\xb8\x8c\x7b\x88\x55\xb8\x1d\x3e\x62\x13\x30\x22\x3d\x7a\xc3\x98\xb6\x0b\x9a\x24\x24\x78\xf0\x0c\x3f\xa0\xab\x1f\x54\xff\x08\x2d\x4e\xab\xea\xa5\x84\xda\x17\x5d\xb3\xa1\x91\x58\xa0\x1d\x0f\xe2\x14\x82\x08\x98\x04\x1f\xf0\x31\xbe\x82\xef\xc2\x37\xe3\xcf\x0e\xa8\x35\xd7\xbe\x8c\xa6\x55\x0e\x99\xd3\xf7\x65\x93\xfb\xb2\xa6\x99\xf5\xbd\xd8\x0c\xeb\x9c\xac\xfd\xf1\xb4\x71\x0e\xf1\x22\x4e\x2d\xc6\x0f\xe3\xcf\xa6\x4e\xdb\xe6\xd9\xbc\x1e\x86\xcb\x8a\x5c\x96\x36\xc1\x24\x28\xd0\x97\xae\xbe\x58\xd2\x1b\x01\xc7\x73\x57\x67\x74\x7a\x53\x9c\x88\x27\x6b\x19\xf6\xed\x1a\x01\x23\x32\xd1\x9a\x0f\xf4\x09\xcd\xca\x31\xd4\x19\xaf\x1c\xf8\xb3\x3c\x79\xa8\x37\xcb\xb5\xc7\xe1\xad\x69\x55\x55\xfa\xc5\x4d\x1c\x89\xf3\xb9\x6a\x37\x93\x61\xe2\xf3\x14\x31\x9f\x4d\x7c\x14\x3f\xe2\x21\x87\xca\x01\xbb\xf1\x54\xdf\x84\x5e\x46\x47\xdf\xb9\x13\x72\x66\xee\x3d\xf1\x72\x79\x0a\x77\x7a\xb3\x7b\x3e\xb8\x5d\x7b\xc8\xf8\x7e\x40\x11\x3e\x8c\x71\xd2\x53\xc4\x93\x5d\x27\x5b\x85\x95\x78\x64\x4b\x31\x7d\x45\x35\xf1\x4f\x79\xf4\x96\x3f\x87\xf5\x53\x04\x92\x90\x97\xd7\x26\x9a\x04\x05\xaa\xc1\xe0\x68\x0e\xb3\xfc\x50\x37\xc5\x65\xb6\xb6\x51\xa0\x88\xa7\x88\x9d\x7c\xe9\x44\xc4\x88\xdc\xb9\xd8\x9c\xca\x96\xb8\x27\x7e\x2b\x32\xf1\x99\xc3\x2b\x01\xfe\x29\x0f\x2e\xed\x7b\x0e\x2f\x87\x61\x15\x73\xf0\xaa\xc6\xba\x9b\xcb\xa2\xe7\x56\xf5\xd3\x83\xc5\x85\xe4\xb9\x55\xff\xb4\xe8\x70\xcd\xf3\xdc\xdc\x90\x4e\x5f\xf3\xcc\xc9\x94\x93\xda\xe3\x80\xdb\xf8\xe8\xbd\xf4\xc1\x74\xb3\x53\xcd\x4a\x62\x97\x39\x61\xa9\x59\x89\xda\x72\xb3\xdc\xac\x3c\xba\x9e\x9f\xbe\x59\x99\xdc\xac\x74\x9e\x40\xe7\xf2\xaa\xba\xd4\x4b\xed\x49\x97\xd5\x4a\xb8\x7b\x64\x82\x85\x6f\xc7\x60\x38\x05\x7a\x23\x69\xb0\x41\xca\xe4\x8e\xe3\xb9\xa5\x5c\x7d\xc7\x31\x89\xf5\xf8\x3c\x9a\xf2\x65\xe5\xca\xed\xc3\xf3\x70\x85\x32\x7d\xfb\x30\xb9\x4e\x78\x74\x91\x3b\x7d\x9d\x30\x09\x9d\xff\xe8\x66\x7d\x6e\xb3\x08\xd7\x09\xcf\xc3\x61\x69\x6e\xb3\x08\x76\x1d\xcf\x73\xfb\x7b\xd7\xa3\x70\xf5\x5c\x3f\x4c\xdf\x27\x10\xbc\x21\x77\x31\xb2\xef\x13\xe6\x56\x37\xb5\xd7\x79\xad\x2e\x5f\x75\x53\x3a\xe7\xb5\x18\xc6\x09\x5e\x1e\x82\xdb\xc1\x16\x4e\x61\xf1\x79\x17\xfe\x35\x9e\xea\xa5\x44\x7c\xb2\x57\x54\x85\x47\x57\x3d\xf3\xf5\xa4\xbc\x4c\xca\x6d\xb4\xab\x67\xc3\xa7\xcb\x93\xf9\x5a\x03\x12\xa5\xf1\xa9\x52\x16\xaf\x35\x20\x47\xf2\xa7\x8a\x93\x6d\xd7\x31\xb1\xeb\x20\xd0\xd1\x81\x5c\x3d\x44\xa8\x3a\x40\xf8\x48\x3e\x89\x68\xf8\xe8\x12\x76\x2a\xa2\xe1\x9e\x3f\x55\xcf\x61\x6f\xfe\x7c\x52\xf8\xa9\x1e\x09\x96\x8f\x98\x13\xff\x8f\xa7\xfe\x67\x5b\xac\xcf\x53\xcc\x59\xf0\xf1\xb6\xd8\x67\xc1\xf9\xa1\xdf\x9b\x58\xc5\x26\x15\x93\x33\xdf\x23\x1b\xce\xe5\x33\x1f\x61\x08\xd2\x23\x6b\xca\x75\x49\x60\x88\x4a\x90\x89\x9c\x74\xa0\x9f\xd1\x54\xc3\x8a\xb8\x6c\x0a\xa1\x68\x05\x8f\xac\x26\x97\x0f\x77\xc4\x21\x38\xf8\x22\xbc\xab\x47\x59\x71\xae\x59\x3e\xc5\x11\x9f\x20\x3d\x5a\xe4\x96\x4f\x71\xeb\x3a\x2c\x29\xe7\xd0\x4d\xf0\x02\x0a\x0c\xb6\xab\x76\x5d\x22\xac\x88\x07\x98\x7b\x35\x7a\x1a\x4d\x67\x58\xe3\x96\xed\x2f\x14\x7e\xe0\xd1\x9d\xd1\xba\xc4\x11\xc4\x21\xc8\x04\x9c\x3b\xd0\x32\xfa\x77\xd0\xa8\x1e\x07\x25\xd8\x84\x21\x48\x4f\x87\x0f\x97\x32\xec\x6d\x45\x25\xc0\x51\x75\x3b\x2a\xc1\x29\x34\x3e\xbf\x85\x1f\xc6\x2f\xf0\x55\xf8\x57\xf8\xa1\xea\xe9\x8d\x82\x09\x9e\x02\xd5\x1b\xdd\x8c\x8e\xbe\x77\x75\x52\xc2\xb2\xf0\xca\x79\x08\xde\xb7\x97\xbd\x72\x16\xb6\x20\x8f\x4c\x35\x97\x8d\x3b\x16\x27\xc7\x47\x77\x40\x2b\x99\x64\x89\x03\x43\x2f\x1a\xd5\xf2\xa8\x60\x33\xe9\x00\x07\x3d\xd8\x0b\x3f\x9b\x87\xb8\x60\x07\xec\xc6\x47\x37\x51\x01\x44\x1d\xa0\x00\x11\xc4\x36\x36\xe2\x50\xfc\x81\xc7\xc4\xcc\xee\xbe\x0e\x77\x84\xad\xda\x4b\x39\xf6\x36\x21\x04\x32\x89\x57\x0f\xb4\x8c\x0e\xee\xe3\x1c\xbb\xb2\x2e\x93\x88\x20\x90\x1e\xdd\x97\xac\xac\xbb\x3d\x05\x14\xe8\x43\x7d\xf7\x58\xb1\x28\x79\x3a\x9b\x9d\x65\x8b\x12\x05\x1a\x78\xfe\x5a\x5d\xee\xbc\x68\xc3\x36\x65\xf9\xe8\xa8\x88\x02\xcf\x10\xe3\x14\x33\x4e\x9c\x21\x33\x11\x9e\x0e\x34\x8d\xfe\xf8\x9c\x5e\xda\xa3\x66\xe9\xe4\x88\x6b\xf2\x01\x25\x82\x3a\xf3\x0d\x56\xe2\xe5\x33\xdf\xc2\xab\xe5\x21\x2d\xc2\x76\xd6\xff\x4d\x9e\xff\x83\x57\x37\x3d\xe5\x3a\xbd\xe9\x0a\x64\xd9\xd4\x84\x6c\xfc\xe9\x19\xd2\x20\xca\xa6\x77\x0a\x87\xf6\x83\x63\xbe\x43\x04\xec\xa5\xd3\xdb\x40\x3f\x2e\x5b\xa6\x28\x74\xc0\x23\x5b\x44\x87\x0e\xd8\x4b\xc7\x37\xdd\x5d\xac\xdb\x9c\x13\xe7\xb8\x3c\x92\xd1\x9a\xc3\x5b\xa3\x6d\xea\x8d\x47\x8b\xc1\xca\x43\xe4\xc1\x03\x0e\xe3\xe9\x0e\xfb\x61\x47\x1a\xd8\x2b\x4c\x4e\x0e\x1e\x8e\xb2\x8b\x89\x22\x10\x54\xdd\x75\x38\xbf\xfe\x5e\x78\x6f\xd4\x4b\xb3\x62\x83\x8c\xc5\xf1\xad\x5e\xd2\xbb\x8f\x39\x16\xd3\x8b\x7a\x89\xca\x36\xbd\x20\xfd\x7d\xaa\x97\xa8\xac\xfc\xf7\x9b\xfc\xf7\x59\xd7\x58\xe4\xb7\xa7\xd0\xf8\x7c\x08\x3f\x8c\xa7\x59\xe9\x6f\x1f\xd3\x08\x0a\x90\xea\x25\xea\x57\x6b\x1d\xfc\x2e\xea\x25\xfd\x5d\xad\x5d\x22\x23\x9c\xfc\xca\xb7\x83\x01\x9c\x02\xd5\x48\xbd\xd8\x0a\x82\x44\xf5\x07\x5f\x84\x17\x15\xaa\x46\x2b\xc9\xaa\xd3\xd5\x4f\xaa\xef\x42\x4f\xa3\xe9\xfd\x50\xef\xcd\x82\x1c\xeb\x2a\x41\xee\xb6\x83\x01\x6c\xb2\xd2\xa7\x9a\x58\x0c\x9d\x96\xfe\x14\xa2\x3b\x3a\xe2\x2f\xfb\x4b\x90\x97\xfe\xe0\x21\x7e\x33\xaf\xe1\xd0\x50\x93\x44\xc2\x0e\x0d\x8b\xc3\x51\xc5\x6f\xf6\x80\xae\x87\x7e\x26\xb1\xbe\x6d\x0f\xe4\xd6\x5f\x65\x60\xe8\x2c\xf4\x1b\xff\xfe\xac\x4b\xc1\x65\x8f\x06\x79\xfb\xd7\xa4\x45\xd5\x46\x06\xab\x6b\x58\x9a\x14\x5b\x13\x90\x70\xfe\xe0\x6f\xe1\x87\xf1\x74\x93\xfb\xe1\x65\x73\x02\xb9\xf5\x57\xf9\x56\xda\xad\xff\x14\x3a\x78\x7d\x6f\xed\x4b\x4e\xb7\x9a\xb4\x1e\xca\xaf\xff\x14\xce\x36\x71\x3c\xea\xa6\xb6\x89\x0b\x7b\x82\xaa\x2b\x84\xd5\xcd\xca\x5d\xd4\x94\xde\xb4\xe1\x00\xa9\xee\x53\xcd\x5c\x03\x39\xd7\xfd\x26\xd7\x7d\xb6\x62\xe8\x56\xb3\x1c\xb3\x6a\xe6\x84\xe1\x68\x02\x9b\xec\xf1\xa9\x92\x57\xf5\x80\xdd\xf8\x20\x32\x67\xf9\x35\x3c\x28\x8e\x4d\x35\xdf\xff\x41\x9a\xe7\xbd\x86\x39\x37\x1e\xef\xcf\xbf\x35\xe1\x3f\xe1\xa1\x85\xf6\x06\x3e\x56\xc9\xed\xbf\xe6\xdb\x78\x77\x2a\x16\xa2\xc1\x59\x6e\xd9\x85\x01\x3f\xff\x54\x65\x53\xb9\x86\x57\x1c\xdc\xfe\xad\xc4\x86\x49\xc1\xc3\x7f\x95\xd7\xd4\x1a\x96\x76\x5e\xf8\x2b\x29\xf1\xf7\xf2\x0b\xbf\xfc\xfe\xab\xee\x2f\x9c\x5b\x7e\xcb\xef\xbf\xea\xa2\xc2\xc9\xe5\x37\x01\x00\xf2\x10\x9f\xd8\xb5\x01\x47\xff\xf3\x39\xbd\x54\x9a\xb9\x2d\xbf\xff\xc1\xe1\xc9\x7e\xff\xa7\x40\xed\x52\x02\xd3\xec\x36\x35\x61\x52\xb5\x3e\x12\x2e\xe2\xfd\x57\xf9\x05\xad\x69\x76\x9b\x90\xf8\x0f\x5d\x8c\x8e\x4e\x6a\xcb\x60\x47\x88\x85\xc3\x43\xcd\x5a\xd4\xed\xf0\xb0\x70\x78\x20\x00\xd6\x81\x44\x79\x0e\x96\x55\x8e\x38\x6b\x79\x35\x5b\x30\x73\x11\x57\x2d\x6b\xaa\xa5\x56\xab\xd0\xd5\xe8\x46\xa2\x96\x47\xf8\x61\xfc\x04\xdf\x84\x5f\xc6\xef\xa8\x66\x08\xad\x89\xe2\xa0\x58\x8b\x14\xc6\x32\x1f\xc4\x89\xb1\x5c\xd2\x77\x4a\xe0\xb6\x49\x5a\x5f\x2e\xed\x0c\xfc\x16\xae\xe0\x01\x55\x76\xf8\x4e\x56\x7f\x0a\x29\x3e\xaf\x42\x67\xa3\x69\x54\x9b\xac\x6d\xf5\xc2\x29\xb4\xea\x82\xc1\x59\xec\x37\xe9\xea\x0f\x9e\x09\xd9\x66\x83\x38\x8e\x16\x5d\xc4\x2f\x3b\x17\x10\x5d\x20\xd5\x22\xed\x62\x27\x82\xc5\x21\xb4\x16\xcd\xc8\xf6\x8a\xb8\x45\x79\x91\xd8\xaf\xd7\xa4\xc3\x3f\xf8\x21\xfc\x36\xfe\x8d\x66\x55\xbd\x6e\xa6\x56\x3c\x5e\x97\x2b\xe9\x6b\x2f\x94\x64\x22\xa8\x32\x70\x5d\xdb\xa2\xc3\x19\xb7\xde\xda\xa6\xd8\xe9\x60\x11\xf2\xaf\xde\x5a\x3a\x5e\x2f\x88\x11\xfb\x4f\x91\x34\xb6\x83\x10\x9c\x02\xd5\xdf\xfe\x7c\x18\xbf\xc0\x67\xe1\x45\x04\x0e\xa7\xf5\xe6\x7d\xd2\x79\xee\x37\x79\xee\xcb\xa5\x85\xc9\xbe\x0b\x0b\x1f\x85\x7a\x73\xdb\xbb\x5e\xab\xcc\x97\xc1\x72\xd8\x5b\xaf\x07\xcb\x23\x75\x95\x5d\xe7\x52\x86\xb8\x53\xa0\x97\x52\xb1\x7e\x8d\x56\x08\x85\x2a\xbb\x4e\x27\xcc\x3f\x85\x48\x8a\x74\x4b\x6d\xfd\x7c\x76\xc1\xe9\xa0\xde\xd2\x4f\x76\x3a\x58\xf1\xe6\x9b\xea\xad\x4d\xd6\xcf\x5a\x91\x40\x82\x55\xc6\x8e\xeb\x67\x29\xe1\xf5\xb6\x92\x8c\x71\x3b\x14\xc3\x56\x28\x86\x2a\xf3\x3a\x87\x62\x38\x85\x18\x97\x6c\xcb\xd6\x67\x8e\x25\x6f\x5a\x95\x11\xd9\xfa\xac\x41\x22\x81\x9a\x22\x8a\x6c\x87\x4a\x38\x05\xaa\xd1\x71\xd2\x67\x67\xe5\xa7\xaf\x32\x59\x5a\x7e\x47\x55\x22\xfa\x2a\x73\x3c\x27\xa2\xdf\x24\xa2\x2f\x64\xb0\x3a\x50\x35\x3a\xa8\xf3\x48\x7e\x3e\x6b\xe3\x4f\xa3\x8a\x4d\xd3\x4b\x9e\x79\x0a\x74\x27\xf4\xe8\xeb\xcc\xf2\x6f\x8f\x87\xd3\x83\x6f\xe0\xd1\xaf\xa7\x40\x37\x43\x20\x0e\x38\x84\x0f\xaf\x89\x8a\xb3\xf4\x01\x7f\xc2\xc3\x0d\x64\xce\x3c\xe0\x6d\x7c\xf0\x5a\x6c\x5e\x0e\x54\x8d\x8e\xea\xb1\x3a\x3b\xa0\xab\x67\x58\x98\x38\xbc\x0e\x24\xf1\x2a\x90\x44\xc5\x66\xe1\x75\x20\x89\x57\x19\xe7\x2b\xc6\x09\xaf\x33\xce\xbf\x64\x9c\x2f\x3c\x7c\x1d\x68\x1a\x4d\x35\x37\xbd\x54\x78\xbd\x97\x14\xf3\xa9\xe2\x88\xfc\x76\xbd\x69\xbe\x8a\x47\x51\xb1\x2b\x78\x1d\x8f\xe2\x55\xdc\x89\x5a\x1f\xa8\xa6\x13\xee\x29\xd0\xfd\xaa\xef\x51\x23\xa7\x10\x6a\x24\x96\xc8\x03\xfd\x8c\xa6\x9a\xa6\xee\x2c\x57\x23\x62\x36\x55\xbf\xdc\x1d\x51\xa7\x6b\x58\xcb\xd5\xaf\xa8\x3e\x24\xe8\x75\x46\xfb\x57\x61\x2d\x6a\xd5\xdc\xe6\xae\xb9\x25\x62\x5e\xad\x83\x6a\xf2\xbc\x8d\x0f\xa2\xa9\x37\x8a\x3b\xf1\x2a\xb7\x7c\xe5\x95\xf2\xed\x7a\xd4\x7c\x15\x8f\xa2\x92\xdc\xe1\xed\x4a\xea\xf6\x12\x52\xe2\xe0\x99\x93\x6c\x56\xc8\xb0\x42\x33\x7a\x1a\xfd\x91\xdb\x09\xe2\x14\x4f\x6d\x61\x41\xe9\x45\xe8\x6c\x34\xb5\xdf\xff\x41\x14\xf7\xb7\x17\xf3\x39\x4f\xa4\xb5\xdd\x55\xf8\x6e\x7c\xac\x72\xdd\xe8\x69\x34\x9d\xba\xe9\xac\x92\xcc\xbf\x84\x96\x28\x44\xfe\x7a\xc9\x2d\x4f\x21\x86\x26\x82\x2a\xce\xde\x4b\x64\x89\x54\x9b\xb8\x5f\xe9\xe4\x5e\x02\x4d\x94\x6b\x68\x68\xe3\x67\x34\x8d\x56\xe6\xb1\x98\xab\x38\x5c\xd7\x26\xae\xd2\xe1\xfa\x55\xc8\x88\x4a\x1a\x8d\x03\xba\x7a\xb8\x6d\x18\xfd\x09\x8d\x26\x91\x44\xcb\x49\xe4\x14\xa0\x8c\xa6\xbd\x58\x14\x8b\xe6\x45\x9a\xe4\xf6\xbc\x90\xa9\xbe\x36\xd1\xe0\xee\xea\x3d\x6e\x16\xb5\x5f\xfa\x7e\xf9\xfb\x68\x96\x77\xd7\xd7\x51\x17\x5e\x65\x81\xaf\x5c\xee\xbc\xfd\x36\x8f\xe3\x95\x51\xc9\x66\xf9\x12\x6d\x81\x02\xd5\xdf\x54\xff\xb8\x3b\x11\x67\xa1\xa4\x6b\x08\x5d\x8c\x3e\x33\x42\x3c\xae\x03\x55\xa3\x17\xb5\x34\xe1\xb7\xf1\x6f\x7c\x7e\x0b\xfd\x33\x9a\x46\x1f\x66\xea\xb1\xbe\xe0\x7d\xb5\x72\x73\xf9\xf6\xc7\xfa\x42\x07\xf4\xfe\x74\xe1\x5d\xfd\xa0\x7a\xa1\xa7\x68\x80\x0b\x44\xed\x9a\xc0\xc7\x92\xa5\xf3\x39\x37\x53\x07\x94\x64\xf1\x5e\x5a\x71\xdb\x7d\x9d\xbf\xfd\x55\xbc\x84\xda\x07\xa3\xad\xa6\x0d\xde\x0b\x95\x4b\xa2\x03\x3e\xc6\xd3\xee\xe8\xc2\xab\x5d\xfc\x08\xea\xd0\x14\x2a\x17\xdc\x29\x04\x8d\x73\x13\x3a\x1b\x1d\xd5\x0f\x29\x86\x6a\xbe\x24\x00\x42\x1d\x52\x0c\xd5\xc3\xd2\x89\x7b\x48\x31\x54\x73\x48\x85\x43\xb4\x16\x54\xaf\x11\xe1\x5e\x90\xea\x90\x62\xa8\x1e\xad\x0e\xe8\xe3\x86\x3a\xcd\x4b\x1c\x2e\x00\x75\x48\xc4\x9b\x95\x35\x46\xfa\x95\x63\xd4\x01\x1f\xe3\xf9\x7e\xe8\xfb\xf5\xf7\x3d\xf5\x4b\x50\xba\xa9\x19\x81\xf0\x52\x63\x8b\xfb\x92\xf2\x9c\xc2\x17\x78\x31\x4f\x37\x93\x60\xbb\xde\x88\x92\x7a\xc0\x6d\x7c\x30\xc3\xad\xcf\xbd\x18\x70\x62\x6d\x97\x58\xb3\x7b\x31\x20\xd1\x5a\xbb\xa4\x8a\xba\xbb\x4f\x20\xfa\x86\x73\xe7\x01\x5d\xfd\xa2\x7a\xa8\x36\xac\x37\x31\x52\x6f\xf8\x70\xbe\x76\xcf\x7f\x95\xe3\xbc\x5d\xe2\x41\x9d\x49\xdf\x4e\xcc\xb9\x66\xcd\x38\x3c\xb9\x1c\xf7\x9a\x95\xd7\x34\x75\x26\x72\x28\x89\x98\x6e\x96\x53\x60\x4b\x22\xc2\x34\x0b\x62\xff\xdd\x88\x45\xf7\xe2\xef\x4e\xe1\x03\xaf\x7a\xac\x78\xe3\x18\x58\xb8\xec\x78\x9d\x6d\xfc\x14\xee\xf8\xbc\xa8\x1a\x6b\x5e\x0c\xbd\x5b\x2a\xae\xe6\x35\x9e\xea\xa5\x45\xa6\x55\x2c\x06\xe0\xcd\x93\x32\x3d\x5a\x0e\x7c\x2d\x69\x52\xa6\x25\x71\x3a\x15\x99\xbe\xb7\x56\xc3\xa4\xbb\x25\x29\x00\x99\x74\x9f\xc2\x59\x66\x92\x88\x3c\xbd\xf6\xf1\x50\xd9\x52\x75\x35\x7f\xd5\xff\xc0\x43\xfc\x65\xad\xb6\x44\x35\xb1\xf2\xf2\x2a\x16\xf1\xde\x4b\x92\xbe\x58\xd6\x6a\xd8\x6e\xb7\x24\xd5\xbe\xac\xa6\x78\x91\x6c\x49\x6b\xeb\xb2\xa4\x2c\x51\x4d\x73\xbe\x4c\xb5\x25\xea\x74\x35\xeb\x0d\x43\x9c\x57\x4b\x6a\x46\x57\xa3\x21\xb2\x04\x6b\x59\xce\x17\x72\xae\x05\x65\x99\x66\x9c\x4b\x5b\xbe\xfc\xb9\x7b\x09\x2d\x09\xd3\xf4\xf6\x65\xf9\xe4\x04\xda\xb2\x74\xfb\x36\x07\x72\x02\x4d\xfd\x11\xba\x1a\x1d\x83\xca\xe2\xc0\x6d\xe2\x84\x3f\x7b\xf1\x98\xb6\xa5\x96\xe7\xce\x96\xa5\xec\x36\x6f\x1d\xaf\xdc\xd5\x5b\x96\x96\xda\x56\xed\x1b\xd5\x3e\xd4\xea\xd0\x62\xbb\x51\x99\x5a\x83\xb7\x55\x66\x78\xb3\x9f\x5a\x8c\x77\x27\x27\x63\xbd\xd5\xc9\xd9\x8d\x3f\x13\x9b\xa5\x90\xe5\xc5\x7e\x0a\x74\xe6\xce\xc2\xbf\xc6\x43\x1a\xb1\xf1\xb6\x0e\xd9\x22\xa5\xd8\x78\x9b\x2d\xe3\x84\x5a\xb2\x36\xf3\xdb\x6b\x6d\x18\x5b\x97\x7c\xfd\x07\x5e\x84\xe7\xe3\x9f\xff\x8b\xc6\xa5\x02\x5e\xcf\x0b\xb6\xd8\x2d\x6b\xb3\xfc\x7a\x8f\x1e\x46\xd9\x05\x63\x9e\xd7\x1e\xf7\xaf\x7c\xdc\x5b\x96\xa2\x7a\xad\xd7\x5e\x3a\x95\xb2\xd0\x3f\xa3\xa3\xd5\x92\x68\xf5\xe7\xd5\x00\x1f\xf7\x86\xa1\xc5\x6b\x1f\xf7\x57\xbe\xec\xad\x88\x1d\x7e\x66\x87\x38\x5f\x96\x9c\xaa\xd0\x9a\xc7\x30\x5b\x2e\x59\x2b\xf7\xcf\x7a\xe7\x87\x04\x95\x6c\x7c\x37\x3e\x08\x9a\x93\xd0\xd3\x68\x1a\x2d\xb7\xf0\xaf\xf1\x74\x5e\xc7\x9a\x9f\xd5\x11\x67\xd9\x56\x74\xac\xf9\x99\x1d\x7e\xb0\x83\x94\xe3\xcf\x4b\x07\x86\xc8\xad\x48\xe7\xff\x2c\x41\x3c\x13\xb7\x22\x2d\xf5\xb3\x04\x61\xa0\xdc\x8a\x66\xe4\x67\xb5\xf3\x13\x2d\x75\x6c\xfa\x3c\x83\x9f\x68\x59\x8b\xf0\xb7\xf1\x31\x83\x52\xbe\x9f\x67\x10\xcb\xe5\x56\xa4\xed\x3e\x6b\xa9\xb0\x5c\x2e\x59\x44\xf8\xbc\x7e\x12\xb4\xb0\x15\x29\xb5\xcf\x92\xf8\x89\xc6\xd2\x5e\x9f\xb5\x54\x9c\xbc\x53\x2b\x5d\xcd\x5a\x1b\x61\x89\xdc\x8a\x76\x41\x9f\xd7\xdb\x30\x49\x2e\x16\xad\xcf\x44\xe3\xc0\xdd\x8a\x96\xf9\xcf\xb2\x82\xff\x7f\xbb\x25\x73\x9f\x89\xc9\x89\xbb\xdd\xda\xc8\x7e\xe6\xcb\x0f\xbe\x44\xe4\x86\x0c\x9a\x5f\xf9\xf9\x37\xee\x7c\x5e\xfb\xf9\xbf\x23\x5e\xa7\x0f\x7e\x80\xd7\xe6\x5f\x8e\xf5\x0d\x7f\xe1\x77\xc8\x98\xf7\x14\xe8\x0e\xba\x7d\x28\xef\xdb\x3b\xfe\x6f\xc6\xae\x1e\xc9\x72\x9b\x07\xe6\xdf\x29\xde\x0d\xbe\x27\x91\x12\x80\x64\x13\xc7\xf6\x1d\x44\x51\xac\xda\x60\x77\xa7\xc6\xbb\xf7\x77\x01\xdd\x1d\xd8\x4e\x1c\x4c\x15\xd1\xa5\x21\xf9\x48\x10\xfc\x6d\x00\x2e\x11\x0d\xc7\x23\x29\x4e\xe1\xc8\x27\x98\xcf\xa5\x7c\x60\xc3\x71\x3c\x32\x83\x81\xdc\x32\x71\x03\x3f\x80\xd3\x58\x07\xde\xe1\xda\x81\x55\x0d\x98\xf3\x48\x54\x27\x42\x75\xc4\xa0\xcf\x44\x55\x07\x6e\x05\x53\x54\x75\x30\x93\x81\xf5\x39\x63\xe7\x4c\xc6\x88\xe3\x06\x22\x60\x8a\x2e\xbc\xb2\x87\xa6\x05\x1f\xe2\x4e\x12\xf1\x0d\x87\x2f\x53\x44\xfc\x19\x75\x09\xbb\x19\xa8\x7a\x29\xb2\x3a\xd8\x54\x1a\x38\x92\x53\xc4\xfa\x4c\xa0\x9a\xd0\x9d\xe0\x8b\xd8\xc9\x40\xe1\x76\x60\xa5\xac\x40\xe1\x99\x40\xb9\xb0\xe3\xd1\x54\x2e\x76\x76\x86\xf7\x20\x33\x9a\x5a\xbf\xf6\x72\x89\xf3\xfb\x4b\xe5\x62\x40\xe3\x3d\x48\x8a\x21\x1c\xf9\x6c\xfa\x5e\xf9\x40\x39\xc1\xd6\x9b\xc1\xfb\xd1\x49\xe6\xbe\xc1\x0d\xdc\x54\xec\xef\x4c\x5c\x85\x37\x7d\xff\x08\x47\x3e\x38\x4f\x11\xa3\x3f\x13\x0d\xf8\x41\xfc\x10\x8e\xfc\xa9\x85\x5d\x5a\x8b\x0b\x55\x03\xdb\x63\x8a\xea\x3f\x49\xe9\x37\x1e\xa8\x28\xb6\xf8\x04\xb7\xbf\xe1\x74\x3e\x25\xf6\x2e\x7c\xe7\xd9\x79\x10\xe7\x18\x8a\x8e\x31\x84\x75\x87\x28\xf7\x93\x94\x7b\xc3\x73\x96\x19\x87\xc6\xc4\xc1\xda\x63\xa4\xc7\xa1\xda\x1f\xac\x25\x7b\x51\xbb\x3b\x04\xe2\x6e\x88\x6a\x33\x83\xaf\x64\x27\xf8\xef\x9b\x81\xc2\x96\xa2\x0b\x2f\x1d\x54\x2e\x34\xe2\x8c\xc3\x6d\xc6\x3e\x3c\xd4\xe7\xb8\x7d\x35\xb8\xbb\x9f\x71\x68\xc4\x1d\x98\xeb\x8d\x23\xe8\xe0\x5c\x4f\xe2\xbb\x81\xac\x96\xa2\x8a\x85\x71\xe7\xc0\x65\x04\xb7\x09\xa6\xfb\x66\xc6\x91\xc5\x08\x6e\x13\xc4\xf7\xd6\x54\xf9\xa1\xdc\xa1\x21\x08\xf8\x9a\x62\x08\x47\xed\xa9\x21\xda\x3b\x92\xf9\x6e\x46\x0d\xd1\xde\x91\xcc\x77\x43\x6c\xcd\x14\xbb\x70\x14\x6b\x84\x4d\x70\x14\x1c\x84\x2f\xc1\xc8\x1d\xeb\xed\x38\x35\xae\x4e\xb6\x4d\x67\x36\x6a\x9b\x93\xb5\xc1\xd4\x21\xf2\x78\x26\xf0\xab\xb0\xeb\x08\x93\xb9\x30\x14\xcb\x26\x36\x15\x8b\x3b\x59\xe3\x59\x44\x98\xd4\x15\x77\xb2\xe6\x6c\x34\x46\x53\x9b\x64\x8f\x9b\xf3\x57\x99\x34\xa1\xf6\x90\x74\xa7\x9b\x12\xbb\x04\xbe\xea\xcc\x55\x2c\x67\xa0\xa8\x07\xb0\xad\x71\x70\x9a\x7e\x14\x6e\x7c\xcd\x39\x98\x4d\x83\x1f\x37\xbe\xe6\xfb\xfe\x1f\xd6\x59\x0a\x10\x3e\x49\x3a\x37\xc4\x3d\x4c\x51\xa5\x43\x21\x68\x51\x4d\x96\x19\xdb\x59\x73\x9a\x4e\x6d\x67\xc1\x2e\xa7\x8b\xdf\x29\x76\x79\x26\x90\x3b\x2d\xaa\x6b\x6c\xe1\x3e\xd8\x9c\x16\xc0\x65\x19\xb8\xfb\x75\x5a\x00\x86\x25\x9f\xe0\x93\xb7\xd6\x04\x37\xc1\x55\x49\xac\x7f\x83\x41\xd8\x26\xe8\xe4\x9b\xf1\xa0\x45\x34\xf2\x4c\x20\x77\xec\xfb\xc2\x35\xb6\x9c\x3d\x70\xb2\x36\x9a\xcd\x1c\xb3\x99\x9f\x2c\x56\x83\x08\x41\xde\x8c\x27\x2a\xe1\x9a\xcd\x2a\xc8\x5b\x6b\x9c\xbc\x5d\x6d\xc6\xbd\xb5\xbb\x3e\x57\x75\xd8\x96\xd8\x63\x80\x27\x8e\x44\x07\xee\xc4\x4f\xe1\x28\x36\x76\xe2\x2e\x1c\xc5\x06\x61\xd6\xb2\x18\xe2\xf9\x39\xc6\x5c\xc8\x50\xe1\x95\xae\x39\x4d\x43\xc8\xca\x06\x1a\x13\xcb\x3b\x31\xc6\x33\x51\xa5\xf2\x18\x27\xe8\x2a\x6f\x92\x49\x6e\x41\xed\xd7\x56\x3f\xca\x37\x5e\xe2\x2c\x56\x93\x28\x7c\xdf\x59\x70\x72\x0a\x2d\x0d\xca\x09\x5e\xe3\x2a\x51\x8c\xf1\x4c\x54\x2d\x83\xea\x4f\x97\x78\x93\x14\x70\x0b\xea\xab\x4e\x0c\x02\x71\xdb\x2c\x68\x61\x2e\x35\x1a\x1c\xc3\x5b\x50\x03\x2f\x59\xf1\x72\x0c\xdf\xda\xa9\x6c\x1e\xc1\xc8\xbe\x33\x1b\x99\x18\xdc\x10\x1b\xa2\x89\xce\xb8\x34\x75\x5f\x58\x80\x05\xce\xfa\xe3\xe2\xd6\x2c\xe0\xe4\xce\xc0\x6b\x4a\x31\x84\xa3\x3a\x34\x49\x3a\x02\x20\x09\xdc\xc2\x58\x4d\x4d\xd1\xb5\xe7\x4f\xbc\x11\x57\xf5\xd9\x0c\x5c\x7a\x0c\x35\x03\x5e\x19\x5b\x70\xf2\x1b\x32\xb4\x03\x86\x16\x77\x00\xa2\x75\x67\x02\xd5\xe4\x64\x36\x34\x0e\x07\x5b\x2d\x94\x3d\xab\x39\xa0\x53\x08\x58\x90\xe2\x2e\x1c\xc5\x52\xa7\x74\x36\x10\x70\x55\xef\x6f\x2a\xcf\xd0\xec\x87\x67\xc9\xfe\xc6\xf2\x37\x86\x46\x22\xce\x06\x1c\x37\xb3\x29\x2a\x9f\x6a\x4e\x7f\x73\xfd\x3b\xd4\x9c\x38\x1c\x70\x50\xa7\xa6\x28\xd9\x99\xe8\x85\x53\x7b\x86\xe6\x33\x84\xa4\xf3\x37\xcd\xda\x50\x73\x96\x13\xbc\xd6\xd4\x0c\x5a\x32\xe0\x70\xc0\xdf\x9c\xce\x6e\x8d\x50\xdc\x43\xfb\x9b\xf6\xe8\x96\x59\xab\x0b\xe6\xc4\xa1\x25\xb7\x9a\x07\xaf\x9b\x1d\x9e\xd6\x52\x74\xe1\x35\x72\xd9\x9a\xb7\x5a\x07\xa7\x03\xce\x7b\xae\xb8\x35\xb4\x6e\xb6\xda\xc1\xec\xd5\x6a\x37\x5b\x87\xca\xa6\xfd\x3e\x68\xd3\x8d\x7b\x12\x04\xc2\xaf\xc4\x40\xed\xa9\x6b\xb7\x4c\xfe\x5d\x26\xbf\x73\x40\xdf\x6a\x33\x6c\xf7\xfd\xcd\xbd\xc1\xad\x35\xc0\xcd\xb6\x34\xd6\x46\x66\xed\x66\xa3\xe1\x64\x46\x21\xf1\x27\x59\xd4\xfe\xc6\xa5\xa1\x58\xd4\x99\x80\x8e\xd0\xdc\x4d\x4d\xbb\x78\x6c\xed\x6f\xae\xcb\xa6\xe6\x82\x7a\x75\xdd\x3a\x55\x64\xaa\x8d\x71\xfd\xed\xbc\xa8\x50\x48\xfc\x09\x9e\x75\xd3\xce\x69\xaa\x8d\xc1\xae\xf6\x8d\x6b\xee\xa9\xb5\x75\xd1\xac\x5b\xa7\x95\x9a\x9a\x75\xcb\x55\x5f\x7e\xce\x4a\xca\xaa\xc1\x45\x9f\xf3\x6a\x20\xa6\xc6\x33\xae\xbf\x7d\x53\xb1\x52\x4c\xdc\x73\xfb\x46\x85\x9d\x32\x6b\x38\xa7\xf0\x8d\x8b\x03\x9d\x53\x20\x82\x7e\xeb\xb4\x76\x3a\xa7\x60\x04\x7d\xdf\x70\x28\x0e\xb2\x35\x12\x06\x3c\x88\xbb\xf0\x6a\x04\x2e\xe3\x1e\x35\x31\x8e\x2f\x9c\x07\x9b\xf1\x68\x98\x23\x2a\x9f\x6f\x9c\x58\x1f\x59\x41\x1c\x54\xf8\x46\x63\xaa\x83\x0a\x84\xd0\x6f\x1d\x5b\xf7\x78\xb4\xb2\x41\x10\x3f\xdf\x6a\x66\x5a\x17\xd7\xf9\xeb\xaa\x75\x7e\xc7\x56\x3c\xa5\x43\xb0\x25\x5c\x26\x2d\x25\x17\x3c\x0b\x3e\x09\x3f\x84\xb3\xc7\xe8\x2e\x2c\xa5\x26\xb8\x7f\x79\x75\xb8\x82\x4b\x49\x79\x67\x3f\x75\x70\x41\x52\xba\x05\x67\xde\xd8\x3e\xaf\x8b\xb7\x4c\x99\xd8\xbe\xbc\xfa\x51\x9d\x97\xd2\x2e\xd8\x0a\xfe\xc7\x49\x56\xdf\xfe\xb5\xc0\xca\x6f\x55\xfd\x5c\x06\xd0\x51\xd1\xba\x78\x03\xb5\xc0\xcd\xeb\x47\xf5\xc8\x52\x58\xe9\x85\xb0\xd2\x1d\x3e\xe9\x53\xea\x82\x8f\x84\x6b\xe1\x9b\xd2\x29\xd8\x0b\xd6\xd7\x43\xf0\x93\xf0\x79\x12\x5e\x84\x73\x04\x75\x38\x14\x59\xa2\xf7\x2d\xf0\xf9\xe8\x57\x26\x25\xe5\x9d\x7d\xda\x4f\xb6\x18\x59\x76\x0b\x31\x9d\x3b\x14\x32\x25\x17\x7c\x15\xac\xaf\x55\x93\x51\xed\xcb\x9f\x73\xea\xe7\xd4\xb2\xbf\x77\xea\x05\x97\xfd\x0b\x11\x9a\x3b\x7c\x7e\x2d\x45\x62\x5e\x57\xc5\x79\xa2\x0b\xaf\x94\x76\xc1\xd5\xd3\xa7\x13\x3e\x05\x57\x05\xf9\x2b\x4f\x8c\xf7\x4c\x94\x02\x98\x32\xb9\x05\x57\x05\x4d\x99\xa8\xc8\x52\x2e\x38\xa3\x4a\x49\x79\xa7\x15\xe8\xf0\x2e\xb5\x10\x21\x1a\x89\xca\x24\xa0\x2e\x7c\xfb\x99\x89\xac\x20\x02\x38\xa4\xa4\x4c\x46\x75\xda\x9b\x45\x0e\x55\x30\x87\x7c\x07\x73\x65\x89\xff\xb7\xc0\xff\xa3\x93\xa7\x25\xfe\xdf\x02\xff\x8f\x5e\x9b\x96\xe2\x3e\x2f\x10\xfb\xfa\xc1\x7a\x93\xce\xb7\x10\xe8\x99\x8e\x8c\x52\xea\x82\xcf\x82\x0f\xc2\x26\xb8\x34\x36\xd0\x3b\xf4\xa9\x9d\x89\x3d\x15\x62\x67\x26\x97\xbe\xbe\x4a\x4f\xda\x4e\x78\x08\xce\x9f\x83\x98\xc1\x29\x71\xd4\x96\x67\x6d\x3a\xf6\x59\x97\xa9\xa9\x6a\xb7\xd1\xcf\xde\x09\x2b\xef\x51\x79\xd7\x3a\x7e\x0d\x4e\xbf\x6b\xd4\xcc\xb3\xd7\x35\x47\x0a\x53\xe8\xaa\xa3\xb3\x42\x39\xeb\x2c\xbc\x5f\xc2\x36\x66\xe9\x99\xcd\xc2\x33\x9b\xad\xb7\xbf\x0f\xe4\x14\xbe\x5d\x1f\xff\xfb\xed\xf7\xeb\xe3\x8f\xeb\xdb\xf3\xba\x7f\x7d\x7e\x3e\xdf\x7f\xce\xaf\xf7\xcf\xd7\xff\x13\x7d\xcd\x67\x7d\xfd\xfe\x7c\x3e\x7f\xfe\xf8\xf5\x79\x3f\xaf\x8f\x1f\x1f\xf9\x5f\xf5\xf7\x57\x00\x00\x00\xff\xff\x27\xed\x3a\x18\xe9\x30\x02\x00"); -var _ebc =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\x94\xc1\x8a\xdb\x3c\x14\x85\xf7\x7a\x0a\x2d\xe7\x5f\xcc\x1f\xdd\x6b\x59\x96\xc1\x0c\x94\x19\x06\xc2\x30\x6d\x99\x29\xed\xda\xb1\xe4\x60\x68\x6c\xe3\x38\x8b\xbc\x7d\xb9\xf7\x38\x29\x74\x11\x1c\x7d\x91\x4e\xc4\x77\x2c\xed\x9e\xf7\x2f\xfb\x71\x58\xed\xee\xfb\x32\x75\x9f\x79\xb5\xfd\x30\xa6\x25\x9f\xa7\xcb\xd2\x65\x7b\xc8\xc7\x61\x34\x86\xd8\xa6\xa1\x5b\x6f\x43\x7d\x74\xa7\x76\x36\x46\xd6\x7f\x5e\xcf\x6b\x3e\xed\xc7\x7e\xb2\x05\xe6\xa5\xcb\xbc\xcd\xb5\x76\xf7\x91\x8f\xc3\x79\x5d\xae\xf6\xe1\x4b\x9a\x0e\xf9\x3f\x9b\x72\x2f\xfc\xdb\x92\xf2\x32\x8c\x47\xfb\xf0\xf6\x71\x87\x9f\x97\x79\xfe\x9d\x4f\x79\x5c\x25\x2b\xf7\x26\x8f\x49\x9f\x66\xf7\xfc\xde\xce\x5f\xdb\x53\xb6\x3b\xcd\x79\x7c\xfb\x78\xc4\x14\xfd\xe5\x67\x5e\xce\xc3\x34\x5a\xfa\xdf\x39\xfe\x8b\x7f\x5c\xe7\x6c\x69\x4b\xf8\xf5\x3e\xa5\x6c\xdd\x2d\x6f\xff\xf2\x3c\x5d\xc6\xd5\x12\x55\xc5\x36\x85\xb0\xed\x6e\x4a\xf9\x3c\xb7\x5d\x5e\xda\xf1\x98\x8d\xb5\x8d\x73\xce\x3d\xd9\x86\x5f\x5e\x5f\x9f\x64\x4f\xff\xcc\x30\x3e\x6c\x2b\x87\x04\x72\x5b\xe1\x5c\xdf\x3f\x59\x67\x1a\x47\x18\x93\x8c\xb9\x0c\xa6\x71\x0c\xc2\x42\x4a\x62\xd3\xb8\x02\xa4\x10\x52\x85\x68\x1a\xe7\x41\xbc\x10\x72\xec\x4d\xe3\x4a\xa0\x52\x11\x47\xc9\x0e\x40\x41\x51\x59\x48\x78\x05\x54\x29\xaa\x6a\x49\x8f\x40\x51\x77\xe0\xbc\xc4\xd7\x40\xb5\xa2\xc2\x49\x7c\x0b\xd4\x6e\xfb\x94\xf8\x03\xd0\x41\x51\x24\x89\xef\x80\x3a\x41\x85\xab\x24\x3e\x01\x25\x45\x05\x4b\x7c\x06\xca\x8a\xca\x28\xf1\x3d\x50\xaf\x28\x7a\x67\x1a\x82\x29\x52\x53\xde\xd5\xc1\x34\x04\x59\xa4\xb2\x7c\x51\xb2\x69\x08\xb6\x48\x6d\xf9\xe0\xa2\x69\x08\xba\x48\x75\xf9\x18\xbc\x69\x08\xbe\xc8\x6f\x4e\x25\x1e\xbe\x48\x7d\x95\x45\x25\xf1\xf0\x45\xea\xab\x0c\x85\xc4\xc3\x17\xa9\xaf\x32\x46\x89\x87\x2f\x52\x5f\x81\xbc\xc4\xc3\x17\xa9\xaf\xe0\x9d\xc4\xc3\x17\xa9\xaf\x10\xa4\x58\x82\x2f\x52\x5f\xa1\x96\x66\x09\xbe\x48\x7d\x55\x24\xd5\x12\x7c\x91\xfa\xaa\xbc\x54\x4b\xf0\x45\x79\xeb\x5f\xe2\xe1\x8b\xd4\x57\x55\x4b\xb5\xbc\xbd\x8b\xea\x2b\x92\x54\xcb\xf0\xc5\xea\x2b\x7a\xa9\x96\xe1\x8b\xd5\x57\xac\xa4\x5a\x86\x2f\x56\x5f\xb1\x96\x6a\x19\xbe\x58\x7d\xd5\x2c\xd5\x32\x7c\xb1\xfa\xaa\xbd\x54\xcb\xf0\xc5\xea\xab\xae\xa4\x5a\x86\x2f\x56\x5f\x75\x2d\xd5\x32\x7c\x71\xbc\xbd\xab\x92\x0f\x61\x5c\x83\x79\x29\x97\x61\x8c\x5b\xb0\x4a\xda\x65\x28\x63\x55\x26\xed\xcb\x5f\xc0\x19\x77\x60\x2c\xfd\x32\xa4\x71\x4a\x2c\xac\x64\xa7\xa7\xf1\x76\xea\xe4\xbb\xdc\x4b\xf7\xbb\xa2\xbb\x2c\x4b\x1e\x57\xbd\x95\xf4\x42\x90\x73\x3e\x8c\xf9\x7e\xc3\xcd\xd3\x2c\xab\xf4\xf3\x27\x00\x00\xff\xff\x1b\x63\xd0\x73\x0d\x05\x00\x00"); -var _adfb =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\x9b\x4b\xaf\x65\xb7\x71\x85\xe7\xf7\x57\x9c\xa1\x33\x70\xb4\x37\x59\x7c\x01\x17\x17\x08\x64\x1b\x16\x0c\x27\x41\x14\xc7\x01\x82\x0c\xf8\x14\x1a\x88\x6e\x37\x5a\xad\x81\xff\x7d\x50\xeb\x3b\x96\xe2\x24\x88\x33\x10\x4a\xbd\x9a\x45\x16\x1f\x6b\x55\x91\xfb\xf4\x57\x5f\x7f\xf3\xab\x6f\xde\x3f\x7c\x79\x7c\xf5\x8f\x9f\x3f\xce\x6f\xf7\x97\xc7\xf9\xf0\xbe\x3e\xef\x1f\x3e\xfe\xf8\x79\xee\xc7\xd8\xdf\x7d\x78\x7f\x79\xb9\xc3\x63\x7d\x98\x5f\xfe\xfc\x47\x99\xf9\x7d\xff\xf4\xf2\xe2\xfe\xdf\xfe\xe9\x87\x2f\xfb\xfb\x6f\xde\xcf\xc7\x47\xa4\xdd\xfa\xf1\xd3\xb3\xed\xe3\xf1\xd5\x3f\xed\xef\x3e\xfc\xf0\xe5\xf3\x9f\x1e\xbf\xf8\xbb\xf5\x71\xec\xbf\x79\xac\x7d\x1c\xff\x87\xcf\x6b\x7f\xfe\xf0\xfe\xdd\xe3\x17\xbf\xfb\xf8\x79\xf7\xfb\xa7\xbf\xf8\xf6\xc7\x4f\x9f\xfe\x63\x7f\xbf\xdf\xbf\x3c\x6e\x61\xfb\x7d\xc9\xbe\x7c\xf5\xf5\xef\xfb\xa7\xbf\xef\xdf\xef\xc7\x57\xbf\xfb\xf6\xeb\xef\x7f\xf8\xe5\x1f\x7e\xfb\xf5\x2f\x7f\xfb\xc7\x5f\xfe\x56\x7f\xad\xbf\xfd\x97\xfd\xf9\x87\x0f\x1f\xdf\x1f\xf7\xf5\xb7\xd7\x95\x7f\xc6\xff\xf9\x4f\x9f\xf6\xb3\xbb\x97\xaf\xfe\xf5\x0f\xdf\xfc\xea\xf1\x6f\xf7\xe3\xbe\x1e\x21\xd9\x9d\xff\xfd\x89\xff\xf1\xf7\x1f\xd7\x7e\x5c\xfc\x29\x30\x85\xf9\x71\xed\x1f\x3e\xf5\xb9\x3f\xf7\xf7\xef\xf6\xcb\xe3\xf1\x7a\x5d\x6f\x8f\xc7\xe3\xb5\x5e\x6f\xfe\xa7\x7a\xdb\xfd\xf6\x78\xfd\xcd\xaf\x7f\xf3\xeb\x37\x8f\xf4\xbf\xb5\x7f\xb9\xe9\xe6\xfd\xe3\x97\xb5\x0f\x98\x7a\x78\xbd\xcf\xdb\xa3\x5e\xcd\xdc\xe9\xbf\xfe\xed\xcb\x7d\x5d\xcf\xa1\x3f\xac\xa7\x43\x70\x87\xb2\x9f\x0e\x7f\x1e\xb3\xde\xa9\xbf\x3d\x5a\x8c\xd1\xa1\x0c\x54\x04\xa5\xe6\x50\x05\x3a\xdb\xa1\x9a\x5e\x5e\x6b\xc0\x31\xc8\x31\xdd\xb7\x43\x38\x06\x39\xa6\x58\x1c\xc2\x31\xc8\x31\x65\xef\x3e\xe2\x18\xe5\x98\xab\x77\x1f\x71\x8c\x72\x2c\xb7\x77\x1f\x71\x8c\x72\x2c\xe6\xdd\x1b\x8e\x26\xc7\x9a\xbd\x7b\xc3\xd1\xe4\x58\x9b\x77\x6f\x38\x9a\x1c\xdb\xed\xdd\x27\x1c\x93\x3b\xde\xd7\x65\xde\x7f\xc2\x33\x15\xb0\xe2\x03\x24\x5c\x93\xbb\xde\xd7\xd5\x7c\x84\x8c\x6f\xc6\x37\x04\x1f\x22\xe3\x9b\xf1\x0d\xe6\x63\x64\x7c\x33\xbe\xa1\xf8\x18\x05\xdf\x82\xaf\x5d\x3e\x46\xc1\xb7\xe0\x6b\xc1\xc7\x28\xf8\x16\x7c\x2d\xf9\x18\x15\xdf\x8a\x6f\x2a\x3e\x46\xc5\xb7\xe2\x9b\x2f\x1f\xa3\xe2\x5b\xf1\xcd\xd1\xc7\x68\xf8\x36\x7c\x4b\xf2\x31\x1a\xbe\x0d\xdf\x52\x7d\x8c\x86\x6f\xc3\xb7\x5e\x3e\x46\xc7\xb7\xe3\xdb\xa2\x8f\xd1\xf1\xed\xf8\xb6\xec\x63\x74\x7c\x3b\xbe\xad\xfa\x18\x03\xdf\x21\xdf\xfb\xbe\x7d\x8c\x81\xef\x28\x60\xd1\xc7\x18\xf8\x0e\xf9\xde\x77\xf6\x31\x26\xbe\x13\xdf\xd0\x7c\x8c\x89\xef\xc4\x37\xde\x3e\xc6\xc4\x77\xe2\x1b\xcd\xc7\x58\xf8\x2e\x7c\x2d\xfb\x18\x0b\xdf\x85\xaf\x35\x1f\x63\xe1\xbb\xf0\x4d\xc1\xc7\xd8\xf8\x6e\x7c\xb3\xf9\x18\x1b\xdf\x8d\x6f\x2e\x3e\xc6\xc6\x77\xe3\x9b\x9b\x8f\x71\xf0\x3d\xf8\xd6\xe0\x63\x1c\x7c\x0f\xbe\x35\xf9\x18\x07\xdf\x83\x6f\x2d\xe5\xe5\xb5\x5d\xf2\x6d\x97\x7c\xc3\x75\x45\xc7\x32\x58\x01\x0b\xcd\xb1\x0a\x26\xdf\x70\xa5\xf4\xf2\xda\xe0\x6c\xbb\xf1\xbd\xeb\xed\x18\xbe\x37\xbe\xe1\xf2\x31\x60\x6d\xbb\xf1\x0d\x4e\xee\x06\x6d\x5b\xc0\x57\xec\x6e\xf0\xb6\x05\x7c\x45\xef\x06\x71\x5b\xc0\xd7\x9c\xdf\x0d\xe6\xb6\x88\xaf\x08\xde\xa0\x6e\x8b\xf8\x8a\xe1\x0d\xee\xb6\x88\x6f\x72\x8a\x37\xc8\xdb\x0c\x5f\x71\xbc\xc1\xde\x66\xf8\x8a\xe4\x0d\xfa\x36\xc3\xb7\x38\xcb\x1b\xfc\x6d\xf0\x37\x88\xe6\x0d\xfe\x36\xf8\x1b\xc4\xf3\x06\x7f\x1b\xfc\x0d\xcd\x79\xde\xe0\x6f\x83\xbf\x51\x3c\x6f\xf0\xb7\xc1\xdf\x28\x9e\x37\xf8\xdb\xe0\x6f\xbc\x9d\xe7\x0d\xfe\x36\xf8\x1b\xc5\xf3\x06\x7f\x1b\xfc\x8d\xe2\x79\x83\xbf\x0d\xfe\xc6\xe8\x3c\x6f\xf0\xb7\xc1\xdf\x28\x9e\x37\xf8\xdb\xe0\x6f\x14\xcf\x1b\xfc\x6d\xf0\x37\x9a\xf3\xbc\xc1\xdf\x06\x7f\xa3\x78\xde\xe0\x6f\x83\xbf\x51\x3c\x6f\xf0\xb7\xc1\xdf\x98\x9d\xe7\x0d\xfe\x36\xf8\x1b\xc5\xf3\x06\x7f\x1b\xfc\x8d\xe2\x79\x83\xbf\x0d\xfe\xc6\xea\x3c\x6f\xf0\xb7\xc1\xdf\x28\x9e\x37\xf8\xdb\xe0\x6f\x14\xcf\x1b\xfc\x6d\xf0\xd7\x2e\xe7\x79\x83\xbf\x0d\xfe\x9a\x78\xde\xe0\x6f\x83\xbf\x26\x9e\x37\xf8\xdb\xe0\xaf\xdd\xce\xf3\x06\x7f\x1b\xfc\x35\xf1\xbc\xc1\xdf\x06\x7f\x4d\x3c\x6f\xf0\xb7\xc1\x5f\x8b\xce\xf3\x06\x7f\x1b\xfc\x35\xf1\xbc\xc1\xdf\x06\x7f\x4d\x3c\x6f\xf0\xb7\xc1\x5f\x4b\xce\xf3\x06\x7f\x1b\xfc\x35\xf1\xbc\xc1\xdf\x06\x7f\x4d\x3c\x6f\xf0\xb7\xc1\x5f\x2b\xce\xf3\x0e\x7f\x3b\xfc\x35\xf1\xbc\xc3\xdf\x0e\x7f\x4d\x3c\xef\xf0\xb7\xc3\x5f\x6b\xce\xf3\x0e\x7f\x3b\xfc\x4d\xe2\x79\x87\xbf\x1d\xfe\x26\xf1\xbc\xc3\xdf\x7e\xf7\x4b\x58\xbd\x55\x15\xfc\x39\x95\xff\x6f\xd9\xbd\xdf\x1d\x17\x64\xd9\x83\x82\xf0\x1d\xc2\x27\x89\x72\x87\xf0\x1d\xc2\x27\x6d\x56\x87\xf0\x3d\x30\x98\x36\xab\x07\x7a\x0b\x3b\xbd\x3d\x6e\x5f\xda\x8e\x04\xf4\xf8\xec\xcd\xa9\xd3\x91\x80\x8e\x04\x24\xa5\xc8\x8e\x04\xf4\x48\x6f\xa2\x4e\x8f\xf4\x26\x59\x08\xd9\x5e\x5e\x3b\xa2\xd0\x11\x85\x14\x5c\xc8\x3a\xa2\xd0\x11\x85\x14\x5d\xc8\x3a\xa2\xd0\x8d\xde\x54\xa5\x74\xa3\x37\x5b\xf1\xed\x11\x53\x75\x64\x25\x21\xde\xbf\xf9\x21\xef\x08\x47\x47\x38\x52\xd4\x9c\x10\x8e\x9e\x9e\xfd\xfb\x01\xec\x08\x47\x4f\xf4\x6f\x7e\x00\x7b\xea\x4f\xac\xbf\x3d\x4c\xdb\x9b\xc6\x25\x64\xb4\xb7\x87\x65\x21\x93\x36\xab\xbe\x3d\xac\x08\xd9\x20\xc7\x11\xad\x18\x02\xd4\x11\xa0\x64\x5a\x09\x04\xa8\x23\x40\xc9\x8a\xda\x11\x43\x26\x86\xa4\xbd\xcb\xc4\x90\xb7\xbd\x3d\x92\x4b\x5c\x47\x92\x3a\x92\x94\x92\x56\x02\x49\xea\x48\x52\x4a\x49\xed\xe8\xad\x3c\x7b\x73\x49\xef\x85\xde\xca\x3e\x6f\x8f\xe4\x44\xee\x88\x54\x47\xa4\x52\xd6\xbc\x11\xa9\x8e\x48\xa5\xec\xc4\xeb\x88\x54\xaf\xf4\x96\x9d\x78\xbd\xf6\x27\x66\x6f\x8f\x9c\xb3\x90\x0c\x92\xdf\x1e\xb9\x5c\x42\x2a\xc8\x71\xc4\x67\x54\x07\x5e\xbe\x47\xd9\xc5\xae\x23\x76\x1d\xb1\x4b\x45\xf3\x46\xec\x3a\x62\x97\x8a\x8b\x67\x47\xec\x7a\x23\x86\xe2\xe2\xd9\x1b\x31\x48\x00\x55\xe6\x74\xe4\xaf\xf7\x67\x6f\x9a\x37\xf2\xd7\x91\xbf\x54\x3d\x95\x75\xe4\xaf\x77\x7a\xab\x51\xbe\xf4\xd6\x4f\x7c\x7b\x40\x68\x04\xb1\x23\x88\xa9\x6a\xde\x08\x62\x1f\xcf\xde\xb4\xc7\x08\x62\x1f\xf4\xd6\x82\x7c\xe9\x6d\x9c\xec\x25\xb3\x9f\x76\x24\xb2\x23\x91\xa9\x69\x06\x48\x64\x47\x22\x53\xd3\x8a\x20\x91\x7d\xaa\xb7\x7c\xb9\xfc\xf7\x49\x6f\xd3\x0f\xdc\x7d\x05\x5f\xdc\xb9\x80\x8e\x20\xf5\x86\x90\x76\x84\x34\x5f\x9a\x15\x42\xda\x11\xd2\x7c\x65\xb5\x63\x84\xf5\x1c\xc1\x13\x74\x47\x48\x3b\x42\x9a\x6f\xcd\x01\x21\xed\x08\x69\xbe\x5d\x34\x3b\x42\xda\x37\xbe\xb7\x8b\x66\x47\x48\x3b\x42\x9a\x83\x22\x46\x48\x3b\x42\x9a\x83\x27\xac\x8e\x90\xf6\x83\x6f\xf0\x1d\x1b\x08\xe9\xb8\x9e\xbe\x1e\xcb\x40\x48\x07\x42\x9a\xa3\x17\x0b\x03\x21\x1d\x17\xbe\xd1\x8b\x85\x71\x75\xb0\x67\x01\x9b\x5f\x5e\x07\xda\x3a\xd0\xd6\x1c\x3d\xbc\x81\xb6\x8e\xfb\xd9\x9d\x6b\xfa\x40\x5b\x07\xda\x9a\xcd\x35\x7d\x20\x9e\xe3\x7e\xd6\x69\xd7\xcb\xeb\x40\x3d\x07\xea\x99\x4d\x11\xa3\x9e\x03\xf5\xcc\xe6\x29\x76\xa0\x9e\x03\xf5\xcc\xc9\xd5\x67\xa0\x9e\xe3\x59\x42\x15\x7b\x79\x1d\xc8\xe7\x40\x3e\x73\xd2\x24\x90\xcf\x81\x7c\xe6\xe4\x15\xcf\x40\x3e\x47\x7c\x76\xe7\x15\xcf\x40\x3e\x47\x7c\x66\xfb\xfa\xf2\x3a\xd0\xcf\x81\x7e\xe6\xac\x49\xa0\x9f\x03\xfd\xcc\xd9\xcf\xf1\x40\x3f\x07\xfa\x99\xb3\x27\xa6\x81\x7e\x0e\x0a\x2d\xcb\xe1\xe5\x75\x20\x97\x03\xb9\xcc\x45\x93\x40\x2e\x07\x72\x99\x8b\xd7\x09\x03\xb9\x1c\xc8\x65\x2e\x2e\x85\x03\xb9\x1c\xd4\x5e\x29\xf9\x56\xa0\x7c\x23\x3f\xbb\xd3\x24\x50\xbe\x81\xf2\xe5\xea\x9a\x36\x50\xbe\x81\xf2\xe5\xea\x65\xdb\x40\xf9\x06\xe5\x58\x4e\xbe\x15\x48\xdf\x40\xfa\xb2\xb2\xeb\x40\xfa\x06\xd2\x97\x95\x5d\x07\xd2\x37\x90\xbe\xdc\x3c\xbb\x0e\xa4\x6f\x50\xa1\x15\xf3\xad\x40\xfb\x06\xda\x97\x55\xec\x0c\xb4\x6f\xd4\x67\x77\xae\x91\x03\xed\x1b\x68\x5f\x51\xb1\x33\xd0\xbe\x41\xd1\x56\xa3\x6f\x05\x32\x36\x90\xb1\xa2\x3b\xe6\x40\xc6\x06\x32\x56\xbc\xf6\xfc\x6b\xf9\x7b\xa0\x72\xa3\x3d\x47\xf3\xfc\x3a\x50\xb9\x41\x99\xd7\xa2\xef\x14\x32\x37\x90\xb9\x72\x6b\x8e\xc8\xdc\x40\xe6\xca\xed\x15\xc4\x40\xe6\x06\x32\x57\x74\x53\x18\xc8\xdc\x50\xe5\x17\xae\xe0\x3b\x85\xce\x0d\x74\xae\x04\xcd\x11\x9d\x1b\xe8\x5c\x09\x5e\x23\x0c\x74\x6e\xa0\x73\x25\x78\x3e\x1d\xe8\xdc\x50\x31\x18\x6e\x57\xa6\x81\xd0\x8d\xf9\xec\x4e\x93\x40\xe8\x06\x42\x57\xa2\x17\x09\x03\xa1\x1b\x08\x5d\x89\x9e\x1a\x07\x42\x37\x54\x1f\x86\x70\xfb\x4e\xa1\x6a\x03\x55\x2b\x51\x93\x40\xd5\x06\xaa\x56\xcc\xab\x84\x81\xaa\x0d\x54\xad\x98\xe7\xc6\xb1\xe8\x4e\x25\x63\x88\x97\xef\x14\x42\x37\x10\xba\x62\x9a\x04\x42\x37\xf6\xb3\x3b\x2f\x0a\x06\x42\x37\x10\xba\x92\x3c\x39\x8e\x4d\x77\xaa\x22\x83\x5d\xbe\x15\x68\xdf\x40\xfb\x4a\xd2\x24\xd0\xbe\x81\xf6\x95\xe4\xf9\x7d\xa0\x7d\x03\xed\x2b\xd9\xf3\xdc\x38\x74\x77\xe8\xae\xe5\x97\xd7\x89\x1c\x4e\xe4\xb0\x64\x9f\xc4\x44\x0e\x27\x72\x58\xb2\x27\xf8\x89\x1c\xce\xeb\xd9\x9d\x27\xba\x89\x1c\x4e\xc9\x61\x48\xed\x7a\x79\x9d\xc8\xe1\x44\x0e\x4b\xf1\x49\x4c\xe4\x70\x22\x87\xa5\x78\x86\x9f\xc8\xe1\x44\x0e\x4b\xf1\x4c\x37\x91\xc3\x79\x53\xaf\x55\x7b\x79\x9d\xc8\xe1\x44\x0e\x4b\xf5\x49\x4c\xe4\x70\x22\x87\xa5\x7a\xb2\x9e\xc8\xe1\x44\x0e\x4b\xf5\xe4\x34\x91\xc3\x29\x39\x0c\xa5\xd4\x97\xd7\x89\x1c\xce\xf8\xec\x4e\x93\x40\x0e\x27\x72\x58\x9a\x67\xeb\x89\x1c\x4e\xe4\xb0\x34\xcf\x6b\x13\x39\x9c\x54\x93\xb5\x84\x97\xd7\x89\x1c\x4e\xe4\xb0\x34\x4d\x02\x39\x9c\xf6\xec\xce\xd3\xf5\x44\x0e\x27\x72\x58\x2f\x4f\x75\x13\x39\x9c\x92\xc3\xd0\xbc\x9e\x99\xc8\xe1\x44\x0e\xab\x32\xec\x44\x0e\x27\x72\x58\x2f\xcf\xd7\x13\x39\x9c\xc8\x61\xbd\x3d\xfb\x4d\xe4\x70\x4a\x0e\xe3\x95\x7d\x2b\x90\xc3\x99\x53\x50\x33\x4d\x02\x99\x9b\x92\xb9\x78\x27\x5f\x62\xa4\x6a\x4a\xaa\x62\x30\x5f\x26\xe4\x66\x4a\x6e\x62\x34\x9f\x2a\x24\x9e\x22\x71\xb4\xe8\xe1\x42\xc4\x39\xe6\xf1\x82\x38\xfa\x90\x63\x5d\x82\xdc\xd8\x7d\xab\xd5\xa2\x95\xd7\xca\x31\xb9\x88\xce\xb1\x32\x50\x7e\x7b\xc4\xac\x8d\x19\xab\x08\xda\x59\xc5\xb5\x8f\x38\xf6\x13\x2a\x6f\x8f\xc2\x62\x8c\x5d\x05\x29\x88\xd4\xdc\x11\xfa\x4e\xd1\x37\x66\xad\x2c\x14\x9c\x6b\x3a\xa4\x8b\xff\x5c\x1e\xe3\xd3\x44\xd3\xea\x2c\x42\x5d\xde\x7d\x54\x4a\x99\x8b\xee\x65\x4a\xbb\xd4\x6a\x37\x41\xea\x5e\xd5\xdd\x84\x92\x73\xf7\xf9\xf6\x88\xd5\x85\x60\xee\xbe\x80\x96\xa0\x20\x68\x0b\x92\xa3\xd2\xce\x84\x7c\xf3\x9c\xfe\xf6\x88\x74\x7f\xce\x00\x1a\x82\x82\xa0\x09\xe4\x8e\xcd\x39\xb5\xa0\x19\x26\x36\x4f\x6b\xeb\xea\x01\x28\x38\x64\x59\x50\x14\x34\x8a\x5a\x99\x43\xa3\x02\xd5\x9f\x5b\xf9\x65\xe2\x75\x5d\xbe\x12\x76\xf9\xe2\xac\x4b\x2b\x81\x89\xc5\x25\x6b\x5d\x8b\x11\xd7\xf4\x56\x11\x68\x01\x2d\xdf\x5a\xaf\xae\xd6\xb5\xb6\x20\xee\x3f\x9e\x33\x17\x14\x5e\xb7\x5f\x92\xec\xf2\x4a\x65\xdd\xcb\x80\xec\xed\x61\xd1\xab\x92\x75\xeb\xe2\x84\xb1\xdb\x73\xf7\xba\x75\x26\xd6\xed\xe7\xc0\xee\x48\xab\x0a\x54\xe5\x98\x04\x35\xa0\xae\x56\x38\x0e\x41\xfb\x52\x2b\x41\x9b\x20\xdc\xd8\xad\xe8\xef\x1d\x80\x82\x5f\x45\x2e\x85\xba\x23\x90\x07\x11\xfd\xc8\xad\x7b\x13\x84\x1b\x8b\x95\xbe\x0a\x10\x71\x35\x41\xc4\xb5\x87\x5a\x15\x41\x13\xc8\xd7\xeb\x36\xba\x5f\x40\xbe\x5e\xba\xf5\xad\x7b\x6f\xa0\xad\x56\x40\x47\xd0\x51\xf4\xbc\xa8\xff\x9f\x09\x7b\xdd\x87\xc9\x1d\x4d\xce\x14\xf6\x61\x72\x6e\x2c\x36\x85\x7d\x98\xdc\xd1\x0a\x9b\xf6\xe1\x30\xb9\xa3\xc9\x35\xcd\xe4\x30\xb9\xd3\xd4\x0a\xc7\x0e\xe4\x2b\x6c\x17\x8e\xac\xb0\x1b\xbb\x0d\x47\xe6\x7b\x96\x5a\xe1\xc8\xe4\x74\x18\x74\x1b\x5e\x08\x30\xc6\x6e\x9d\x8f\xc0\xb9\x0d\x7e\x56\xcd\x6e\x20\x03\xca\x6a\x75\x0b\x2a\x40\x0a\xe2\x0e\x82\x06\xd0\x10\x44\xf7\x13\x48\x8b\xee\x5a\xb6\x82\x88\x88\x31\x0b\x74\xaf\xb8\xc2\x20\x08\x3f\x45\x61\x10\x84\x1b\xb3\x20\xc7\x11\x81\x74\xba\x93\xba\x1f\x4f\xc7\xad\xfb\xb8\xe2\x1a\xda\xad\x30\xd5\x57\x51\xf7\x93\xbe\x66\x54\xab\x28\x88\x09\xb9\x31\xa5\xf1\x15\x66\x02\xd2\x76\x14\x5a\x65\x20\xae\xfb\x55\x10\x73\x74\x63\x89\xb8\x26\x73\x9c\x9a\x63\x01\x62\x8e\x53\x71\x05\x4d\x68\x12\x97\x28\x96\x82\xfa\x82\x62\x41\x7c\x4a\x51\xad\xe0\x93\x8c\xdd\x05\xa8\x01\x29\x08\x9d\xc8\x00\x9f\x02\x3c\x17\x9f\x02\x3c\x0f\xeb\xa8\x95\x1c\xb7\x34\x43\xc6\xee\xa2\xf5\x82\x75\x32\xbc\x77\xad\x00\xeb\x64\x2c\x71\x00\x60\x9d\x8c\xe9\xca\xb3\xc2\x66\xbd\xb6\xa2\xcf\x9a\xe3\x26\x7a\x67\x9a\xa5\xac\x20\x36\xa1\x6e\x85\x5a\x14\xea\x26\x54\x11\x31\x11\x2a\x44\x0c\x4e\x2b\x53\xf9\xb9\xc2\x21\x54\x67\x84\xe5\x4b\xdd\x1f\x46\x14\x3b\x32\x67\x15\x76\xc8\xd8\x5d\x35\x47\xd8\x11\xf4\xb4\x92\x39\x00\x87\x20\x74\xc8\x6f\x09\x04\x65\xc1\x8a\x40\xcd\xcf\x2a\xa9\x7d\x99\x94\x25\xa8\x95\xa1\x2c\x86\xb2\x68\xb7\x0d\x65\x31\xd1\x2a\xea\x60\x1a\xb4\x92\x79\xca\x9b\x9d\x05\xb4\x7f\x92\x37\x52\xfd\x4a\x1d\x41\xad\x82\x12\x50\xfa\x49\xde\x92\x1e\x47\x16\xcf\x49\xc8\x5b\x82\x43\x32\x4f\x2d\x4b\x70\x28\x89\x30\x68\x59\x82\x30\x32\xcf\x09\xa5\xae\xf3\x95\x08\xc2\x6f\xcc\x8b\x42\x62\x65\xcf\x36\xa6\x2f\x20\x2b\x93\x6d\x64\xec\xf6\x6b\xe5\xca\x64\x9b\xac\xe3\x6b\xea\x2b\x73\x7c\x65\xec\x2e\x40\x1a\x51\x45\x89\x25\xd1\x9d\xa2\x64\x15\xd8\xe1\xd9\x79\x15\xd8\x21\x93\x52\x52\x2b\xd8\x51\x36\x5b\xeb\xb4\x2a\x1c\x26\x99\x0c\xb7\x0b\x87\x49\x05\x8e\x65\x2f\x17\x17\x05\xce\xaa\x40\x5e\x5b\x2c\x2e\x3d\x4b\x97\x1e\x2b\x3a\xbe\xd4\x3c\x4b\x35\x8f\x55\xb1\x83\x9a\x67\x0d\x71\x5b\x1f\xab\xd6\x80\xdb\x32\x09\xfd\x1a\x70\x7b\x28\xae\xa6\xb3\x3a\x88\x4b\xc6\x5a\x08\x82\x70\xf4\xee\xd3\xe5\xa5\xed\xa2\x9a\x59\xd3\xb7\x36\x5d\x0a\x75\xb2\xb5\x32\x05\x9d\x98\x6c\xed\xc4\x51\xa9\x98\x9a\x67\x2d\x39\xea\x52\xb4\x16\x8e\x32\x49\x85\xe3\x5a\x38\xae\x45\x2b\x5f\x9c\x85\x4e\xc8\xa4\x5b\x54\x58\xa4\xe2\xe5\x84\x49\xb7\xa2\x5f\x10\x46\xa6\x64\xaf\x79\xd6\x3a\x38\x2a\x88\xa0\xe8\xa9\x8c\xd6\xf6\x13\x9d\x82\x08\xb3\x39\xd1\x32\x29\x79\x49\xbf\x36\x27\x5a\x26\x45\xaf\x79\xd6\x26\x77\xc8\xa4\xa8\x93\x43\xb1\xb4\x8e\x6b\x74\x8a\xda\xda\x83\x46\xcb\x14\x6a\x8b\x33\x14\xd7\x71\x19\x4a\xd1\xab\xbf\x75\x90\x21\x99\x14\x73\x10\x14\x80\x8a\xa0\x2c\xa8\x02\xd5\xb7\x47\x32\xd1\xfd\x20\x30\x87\x20\x4a\xf8\xab\xa9\x78\x53\x97\xed\xeb\x68\x74\xaf\xb8\xf6\x75\x9e\xd0\xfd\xf6\xc8\xda\xd3\x7d\x29\x3b\x6f\x55\x49\xc9\x5c\xc2\x37\x55\xd2\xbe\x9d\x7c\xc9\x9c\x75\xfb\x56\xe6\xc2\x24\x55\xa8\xfb\x16\x11\xb7\x8a\x8a\x64\x9e\xb0\x37\x45\x05\x26\xe9\xbb\xc5\xa6\xa8\xd8\xca\xbb\x29\xf9\x7c\x37\x79\x77\x07\x20\xdf\xf9\x8d\x4a\xed\xe8\x1b\x98\xf4\xe1\x61\x47\x6d\x20\xa6\x5c\x97\x5a\x49\x04\xb7\xb4\x2c\xe9\x7d\x73\xa3\x65\x98\x12\x3d\xe5\x6d\x53\x0e\xdf\xd6\x7d\xed\x8a\x2f\xe7\xb6\xde\x80\x9a\xba\xaf\x82\xba\x20\xfa\xd2\x88\x08\xd7\x96\xd8\xa4\x9a\xaa\xa0\x0d\xb4\xf5\x44\x6c\x82\x8e\xa0\x71\x09\xf2\x25\x4c\x03\xc7\x67\xc2\x4e\x82\x22\x50\x55\x2b\x75\x2f\xb1\xc1\x98\x3e\x80\xed\x34\x3a\x50\x57\xab\x26\x68\x00\x49\x92\x02\x90\x56\x35\x79\x0e\x4f\xd5\x73\xd2\x4e\xca\xe1\x18\xb3\xa8\x20\xc4\xf3\x9d\xa6\xa2\xd7\xa6\xa5\x49\xf4\x4a\xc5\x16\x15\xd7\x24\xfa\xa9\x37\x6f\xaf\xc5\x76\x52\x7d\x8d\x31\x5d\x9d\x76\x5a\x4c\xc8\x4d\xaa\x4d\x7d\xad\x00\xa4\x39\x46\x20\xe6\x28\x6e\xd6\xa6\xf5\x12\x37\x31\x66\x51\xd1\xeb\xea\xb4\x93\xa7\xa6\xd4\x74\xe4\xd2\x61\xda\x4a\x2d\xe6\x35\xe2\x4e\x22\x22\x86\x02\x67\xa7\xc3\xb4\x45\xc4\x46\x5c\x87\x09\x51\xc4\x99\x6f\x07\x42\x8f\x31\x73\x5d\xdc\x99\x03\x90\xbd\x88\x4b\xba\x1c\xef\xac\x22\x0e\x63\xfa\xe6\xb0\xb3\xf4\x67\x67\xd7\x9c\xd4\x22\x50\x01\x52\xd2\xf0\x7a\x60\x67\xbd\xd8\xef\x2c\x2a\x34\xd7\xd8\x9d\xa1\x42\xa6\x88\x73\x71\xde\x99\x63\x22\x93\x74\x91\xd9\x99\x63\x92\x55\xd7\x99\xa7\xcf\x9d\x07\x71\x49\x33\x1a\xa1\x72\x4c\x64\xcc\x74\xe4\xf2\x20\xd4\xa1\xb8\x0c\x88\xb8\x94\xb9\x4c\x8b\x43\xe6\xda\xd9\x4f\x4b\x6a\x49\x71\x8d\x09\xa4\x93\x93\x15\x17\x27\x27\xeb\xe4\xb4\xa4\xf5\xe2\xe4\xc8\xd8\x2d\x22\x67\x4e\x8e\x4c\xd2\xc3\xdf\xce\xca\x10\x3b\x4f\xd2\xa7\xa2\x9f\xac\xc4\xd4\x3e\x8a\xc8\x79\x76\x20\x5d\x77\x9e\x8e\x3a\xbe\x59\x27\xa7\x65\x8d\xc8\xc9\xc9\x9c\x9c\xac\x09\x71\x72\xb2\x4e\x8e\x12\xd0\xce\x9c\x9c\xcc\xc9\xc9\x9a\x23\x27\x27\x7b\x41\x98\x5a\xa1\x2f\xa6\xbd\xc4\x21\xd1\x3d\x2f\x82\x58\x5a\x89\xa2\xb5\x5f\xac\x84\xae\x87\x37\xa1\x2e\x56\x62\x69\x87\x0a\x41\xb0\x43\x2a\x1b\x8d\x20\x54\x36\x62\x52\x13\xd3\xf2\xe6\x7c\xa9\x6c\xb4\xa2\xbe\x36\x13\xda\x5a\xd5\x8a\x23\xab\xaa\xf4\x89\x88\xe6\xcd\xaa\xaa\xca\x32\x29\x40\xde\xcc\x51\x55\x96\xbe\x72\xed\xbc\x99\xa3\xb4\xbf\x55\x5a\xb1\xd0\x2a\x2e\x8d\x09\x6d\xa6\xbd\xb5\xf6\x95\xee\x99\xb6\x8a\x4b\x63\x42\x9b\x69\xbb\xc9\x4f\x2a\x20\xc8\x79\x6b\xda\x95\x11\x99\xb6\x4a\x50\x23\xfa\xc3\xb4\x0f\xd3\x96\x23\x89\x42\xc6\xac\x6a\xda\x24\x0a\x99\x67\x0a\xc8\x87\x7d\x94\x6c\xb7\xaa\x20\x90\x6d\x19\x33\x26\x84\x6c\x67\x6a\x57\x0e\xe6\x61\xda\x47\xd7\x56\x69\x74\x3e\x4c\xfb\x68\xb7\x1b\xdd\x33\x6d\xdd\xff\x8c\xe8\x91\x0e\xd5\x62\xa9\xf9\xb5\x75\x53\x8b\x61\x8c\x6c\x55\x50\x80\xa2\xda\xa2\x49\xe5\x8a\x6a\x0b\x8c\x99\x42\x2d\xd0\xbd\x38\xc5\xf3\xe5\x55\xe9\x2e\x24\x0a\x19\x33\xaf\x24\x77\x21\x51\x14\x2e\x7b\xcf\x11\x07\xd0\x90\xe3\xff\x23\x15\x17\xd5\xb1\x18\x6a\xcf\x5d\x90\x91\x82\x8c\xb4\x28\x68\x03\x1d\xf5\x2b\x48\xdf\x58\x31\x66\xca\xe1\x85\x6c\x53\xfc\xe2\xc7\xd7\xb0\x5d\x74\xf1\xc3\xf0\xcd\x7f\x97\x89\xa3\x9b\x7c\xdd\x9a\xc9\xc4\xd1\x4d\xd1\x2f\x21\x76\x99\x2c\x94\x53\x3f\xeb\x33\xda\x2e\x50\x5f\xc6\x4c\xda\x5f\x26\x0b\x85\x1a\x34\xfa\xaa\x40\x5d\x8e\x8a\x0b\xea\x17\xae\x87\x12\x7a\x0a\x60\x4c\x56\xbd\xb8\xcb\x64\xda\xaa\xaf\x93\x97\x57\xbb\x90\xa6\x64\xf2\x15\xb4\x35\xa4\xa9\xa2\x9c\x94\x58\x09\x72\x52\x71\x19\xc9\xfa\x8d\xc0\x2e\xc8\x88\x8c\xa5\x4b\xdb\xac\xd7\x9c\x5d\x96\xfa\x52\x62\x2c\xeb\xd9\x97\xae\x87\x97\xba\x87\xe7\x2a\xcc\xf3\xa5\x04\x44\x61\x8e\x31\x7d\xaf\xda\x14\xe6\x98\x7c\x49\xd5\x0b\x0c\x96\xb1\x74\x6b\xbd\x60\x70\xf1\xd3\x9d\x2f\xb1\xae\x9c\x27\xe4\xa4\x2e\x2c\x21\xa7\x5b\x45\x3e\x1f\x1d\x37\x45\xfe\xae\x5b\x8e\xd2\xb2\x4a\x5f\x95\x7b\xa5\x54\xbd\x42\xfd\xea\x74\xcd\x7a\xba\xd9\x15\xba\xca\x58\x52\x02\xaa\xd0\xb5\xf2\xea\x52\x69\x15\x80\xb2\x1c\x8b\x20\xba\x17\xeb\x92\x72\x52\x25\x2e\x99\x7c\xfb\xad\x65\x57\x58\x27\xc3\x65\x6d\x57\x58\x27\x93\xef\xe7\x88\x03\x48\xbb\x9d\xb2\xa0\x09\xb4\xd4\xca\x04\x6d\x20\x5d\x9d\x54\xb1\x71\x91\xd9\x4d\x5f\xc5\xf5\xb8\xb6\x1b\x44\x94\xb1\x24\x65\x69\xe4\xdd\x26\x8a\x21\xe1\x0d\x0e\xc9\x70\xe7\xda\x0d\x0e\xb5\x49\x2b\xf5\xc5\x91\x93\x31\xfd\xfc\x6a\x37\x8e\x5c\x63\x25\xb4\x1d\x8d\x95\x90\x29\x08\x57\x63\x25\x74\xc1\xca\xfa\xbc\xb3\xb9\x60\xed\x2e\x0e\x05\x1d\x80\x3e\x9f\x90\x17\xd0\xfa\x55\xd4\xee\x70\xa8\xeb\x4a\x17\xa4\xc4\x9d\x93\x23\x63\x7a\x54\xde\x9d\x93\xa3\x8f\xe9\x39\xde\x72\xd4\xad\x05\x63\x77\x05\xc2\x51\xa1\x46\x11\xa6\x13\x6a\x67\xd3\x54\x23\x76\x42\xed\xbe\xf6\x39\x06\xa0\x09\xa4\x69\x4b\xd5\x3b\xf5\x93\x4c\xd6\x6f\x44\x76\x67\x3b\xb8\x31\xea\x19\x7b\x73\x63\xdc\xa3\x2b\xae\x68\x82\x0c\x48\x54\xa8\x40\x09\x48\x71\xa9\xa4\x1a\x6c\xda\x60\xd3\x6a\x16\x54\x81\xaa\x5a\x35\x41\x0d\xa8\xa9\x55\x15\xd4\x81\x54\x35\x3c\xbb\xd7\x61\x1a\x5e\xd4\xe4\xa8\x43\x3e\x28\x8d\xc7\xd0\xf9\x6a\x40\x13\xc8\xd5\x44\x2f\x12\x7b\x50\xe0\xc8\x58\x6a\x9a\x90\xde\xc5\xf6\xd0\xa6\x45\x9d\xaf\xc1\xa6\xc9\x98\x3e\x1e\xef\xc1\xa6\xc9\x58\x92\x62\x8e\x19\x81\x92\x1c\x15\x3d\x5a\x38\x24\x7c\xa9\xd1\x17\x73\xd4\x91\xd3\xfd\x6d\x0f\x8e\xdc\xe0\xc8\x35\x1c\x89\x4b\x92\xa6\x2b\xdd\x1e\x48\x9a\xbe\x37\x58\x16\xad\x06\x95\x91\x0c\x4f\x06\x7b\x20\x69\xfa\xde\x90\xf5\x51\x7b\x8f\xc5\x88\x7a\x17\xd3\x2b\xc2\x1e\x94\x41\xba\x9a\xf3\x4d\x7f\x73\x35\xdf\xba\x87\x67\xfd\x3c\x71\x73\x0f\xc7\x58\xbe\x4d\x50\x01\x2a\x82\xb2\xa0\x0a\xd4\xe4\x08\xd4\x81\xba\x5a\x55\x41\x03\x68\xab\x15\xd0\x01\x3a\x2a\x2e\x7d\x42\x93\x6c\x35\x55\xf4\xe6\x00\x14\x80\x82\x76\xbb\x08\x8a\x40\xbc\x81\x04\x41\x09\x48\x2f\x5e\xba\x41\xcd\x41\xf4\x5e\xfb\xf2\x52\xb2\xe7\x20\x54\xd5\xc1\x7a\x29\xd9\x93\x3a\x58\x26\x5b\xc8\x7f\x99\x8a\x4b\xfa\x1f\x99\x78\x72\xae\x64\x2c\x8b\x3b\x93\x2b\xd7\xf4\xec\x99\xb9\x98\x4d\xb2\xa7\x7e\x5e\x62\x39\x2a\x44\x4e\xcc\x9c\x8a\xfa\x09\x11\xb5\x9e\x4d\xb3\xb8\x33\x39\x31\x32\x96\x75\x69\x99\x64\xcf\xe9\x07\x27\x73\x0b\x9b\x93\xa8\x29\x9c\xc5\x8a\x49\xf6\x9c\x8b\xee\x15\xc4\xa2\xfb\x45\xf7\x6a\x45\x95\x3c\xd7\xcf\x25\xde\xa4\xb2\x9d\x4b\x6f\x45\xe2\xce\x24\xe3\x4d\xcf\x72\xd9\x24\xc4\x93\x32\x56\xc6\xb2\x32\xde\xa4\x8c\x9d\x4a\x82\x26\xa2\x4c\x92\xa0\x8c\x65\xc3\x91\x20\x94\xa5\xb8\xa1\x4c\xb2\xd4\x54\x96\xca\xa6\x09\x91\xa5\xa6\x74\x8b\xda\x70\xa2\x5b\x93\xe7\x49\x42\x3d\xcf\x56\xda\x2c\x55\xc9\x93\xcc\x22\x63\x99\x43\x44\x66\xd1\xf3\x51\xa6\x4a\xe6\xf9\x68\x2f\x3d\xcb\xeb\x3d\x6c\x2f\x44\x6a\x79\x81\x9b\xf5\x33\xd1\xbd\x78\x6a\x90\x49\x51\xd9\x73\x51\xec\xea\x15\x28\x93\x2a\x79\x05\xda\xdb\xaf\x0d\x39\xe9\xa2\xb1\xf5\xa6\x8c\xc9\x14\x59\x9b\x2b\x84\x9e\x7c\x32\x47\x8d\x27\x9f\x7d\x80\x9c\xf9\x87\x17\x96\x73\xf1\xeb\x2d\x5f\xc2\xc3\xdb\xc9\xd1\x7b\x47\xae\x3e\xa1\xc3\x7b\xc7\x09\xd2\xad\xe6\xab\x7a\xf4\x90\xff\x34\xa9\x78\x99\x72\x78\xcf\x3f\x7a\xc2\xcd\xcd\x2f\x1a\x27\x68\x71\x30\xa9\x14\xb5\xd2\xe2\x1c\xbd\x9d\x94\xcb\x4f\xe1\xe1\xed\xe4\x44\xe7\x5e\xb9\xfc\xc8\x9d\x38\x9e\x90\xca\x01\xaf\x59\x4f\x14\x0f\x4f\xc4\xd1\xb5\xe6\xf0\x76\x72\xcc\xf5\x81\xdf\x4c\x1c\x93\x3e\x60\xb2\xb9\x36\x1f\xbd\xa3\xbc\x1e\xf3\x85\x2e\xb7\x1f\xdf\x63\x5a\x68\x4c\xce\xb4\xd2\x42\x1f\x3d\xa7\x14\xfd\xe0\xe9\xf0\x9c\x72\x12\x50\xf0\x20\xb8\xac\x1f\x5d\x1b\x8a\x7e\xc6\x74\x74\x77\x78\x1a\x0b\xbe\x8f\x87\x2b\x04\xa6\xc4\x56\x05\x65\x20\x85\x1a\x69\x55\x80\xb6\x5a\x39\xc4\x4d\xe0\x14\x97\x0c\x7e\x03\x71\x8a\x24\x03\x63\xc1\x80\x9a\xa0\xa9\x56\xd1\x77\x88\x6a\x16\x63\xc1\xe5\xfa\x94\x49\x2b\xd7\xe6\x62\x7e\xc8\x0f\xe5\x26\xc6\x94\xa5\x0e\xe5\xe6\x51\x59\x57\x74\xcb\x3f\x94\x75\xa7\xfa\xf9\x2a\xa6\xe8\xab\xce\x17\xa6\x24\x6d\x6d\xd5\xf9\x3a\x2a\xeb\x8a\xca\xa7\x43\x59\x87\x49\x57\x95\xe3\xa1\xaf\xe7\xef\xf9\xbc\x15\xe5\xd3\x79\xfe\xc4\xcf\xf3\xe2\xa1\x4c\xc1\x14\xfd\x4a\xe9\x74\x5d\x80\x30\x31\x39\x6b\x4f\xd7\xf7\xd7\xa3\x9a\xa4\xb0\x69\xd4\x24\x98\x28\xba\x9f\x2e\x6e\x1f\x55\x08\xa5\x38\x87\x0e\x15\xc2\x19\x40\xce\xc7\x43\xb2\x39\x4a\x1d\x45\x3f\x03\x3c\xca\x1f\x4f\x13\xeb\x4d\x2b\x1d\x5f\x11\xb9\xe8\xf7\x49\x07\x22\x1f\xf1\xb1\xb4\xfc\x97\x37\x27\xff\xff\xef\xfb\xa7\x97\x9f\xfe\x29\xd2\xfc\xf1\xf3\xe7\xfd\xfe\x45\xff\xf0\x49\xff\xd4\xe8\xb1\xf6\xf9\xf0\xbe\x7f\xfa\x47\x54\x9f\x3e\x7e\x72\x2f\xfd\xf7\x9f\x01\x00\x00\xff\xff\xf8\x60\xf3\xef\x70\x35\x00\x00"); -func _fgd ()(*asset ,error ){_abdf ,_bdef :=_fbbf ();if _bdef !=nil {return nil ,_bdef ;};_bdfe :=bindataFileInfo {_b :"UniCNS-UCS2-V",_ffe :631,_ag :_ed .FileMode (436),_ac :_c .Unix (1580492690,0)};_baedf :=&asset {_abe :_abdf ,_ece :_bdfe };return _baedf ,nil ; -};var _cafec =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x44\x92\xc1\x6e\x9c\x30\x10\x86\xef\x3c\xc5\x1c\xd3\x43\x0a\x06\x6c\x77\xa5\x28\x52\xbb\x5b\xa9\x1c\x92\x54\xdd\x64\x5b\xa9\xea\x81\xb5\x07\x64\xa9\x18\xcb\x98\xc3\xbe\x7d\x35\x63\x4a\x0e\xe8\x87\xcf\xcc\x27\x8f\xc7\xe5\xb1\x3b\x75\xde\x25\x28\xbf\xc7\xd9\x9c\x31\xc1\xe0\xbc\x8d\xb8\xcc\x6b\x34\x08\x57\x1c\x9d\x2f\x0a\x51\x83\x75\x26\xfd\xff\xe4\x30\x53\x1f\x8a\xa2\xfc\xfa\x8a\xfe\xfe\x8b\xbc\xff\x06\xeb\x82\x1b\x3b\x76\xa7\xf3\x6d\x49\x38\x75\x7e\x98\xa1\xc9\xb5\x76\x0d\x5b\x3d\x40\xf9\x03\x47\xb7\xa4\x78\x83\xbb\xcf\x76\xbe\xe2\x07\xb0\x38\x10\x7f\x89\x16\xa3\xf3\x23\xdc\x1d\x9f\xcf\x62\xc7\xe7\x35\x84\xbf\x38\xa1\x4f\x50\x31\x43\x6f\x39\x8b\xf2\xf8\xd4\x87\xe7\x7e\x42\xd8\x77\x72\xe1\x15\x5e\xb8\x60\x5c\xdc\xec\x41\x54\x1f\xab\x4a\xbd\xf3\xd7\x5b\x40\x10\x9b\xe1\xad\x3b\xbd\x0c\xc3\x82\x09\x0e\x75\xb6\x97\xbf\xde\xba\x13\xfc\x16\x20\x2a\xa8\x65\x73\x10\x7f\xb6\x5f\x7f\x3e\xcd\x76\x2f\x14\x4d\xee\xc7\x38\x1b\x7b\x3f\x62\xf1\xd0\x8b\xf6\xfa\x08\x5b\x88\x46\xb5\x8a\x98\xec\x99\x51\x88\x46\xb7\x0d\x33\x93\x99\xc9\x4c\x32\xb3\x99\x21\xb1\x8a\x88\x12\x4c\x54\x4d\xa4\x65\x22\x33\x51\x44\x3e\x31\x39\x64\x42\xf6\xb6\x66\x92\x3d\x8a\x3c\x79\x07\x3a\x7b\x34\x79\x24\x9b\x75\xf6\x68\xf2\x48\x36\xeb\xec\xd1\xe4\x91\x6c\xc6\x86\x09\x05\xf5\xa2\x8b\x07\xa3\xb0\x7d\x04\x0a\x49\xee\xea\xa0\x69\x10\x7b\xff\xf4\x4e\x17\x60\x1f\x89\x59\x63\x44\x9f\x78\xfc\x7c\xee\x74\x70\xce\xe3\x7e\xbd\xc2\x1c\xa8\x8a\x9f\x7f\x01\x00\x00\xff\xff\x8d\xf3\x1a\xd0\x8a\x02\x00\x00"); -func _cabd ()(*asset ,error ){_edbd ,_bdbc :=_ecgc ();if _bdbc !=nil {return nil ,_bdbc ;};_eaca :=bindataFileInfo {_b :"UniGB-UTF16-H",_ffe :197731,_ag :_ed .FileMode (436),_ac :_c .Unix (1580492754,0)};_gdbe :=&asset {_abe :_edbd ,_ece :_eaca };return _gdbe ,nil ; -};var _dfca =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x44\xd2\x41\x8f\x95\x30\x10\x07\xf0\x3b\x9f\x62\x8e\xeb\x41\xa1\x40\xe9\x6e\x62\x4c\x14\x0e\x72\xd8\x5d\x23\xbe\xa7\x89\xf1\xc0\x6b\x07\xd2\x44\x4a\x53\xca\xe1\x7d\x7b\x33\x53\x64\x0f\x64\xe8\x2f\xcc\x3f\xed\x94\xbc\xed\xbb\xde\xd9\x08\xf9\xb7\xb0\xea\x01\x23\x4c\xd6\x99\x80\xdb\xba\x07\x8d\x70\xc3\xd9\xba\x2c\x13\x25\x18\xab\xe3\xff\x25\x17\xbd\x8c\x3e\xcb\xf2\x2f\xf2\xfd\x57\xd8\x37\x3c\x96\x6d\xdf\x0d\xf7\x2d\xe2\xd2\xbb\x69\x85\x2a\xb5\x99\xdd\x1f\xad\x00\xf9\x77\x9c\xed\x16\xc3\x1d\x1e\x3e\x9b\xf5\x86\xef\xc0\xe0\x44\xfe\x1a\x0c\x06\xeb\x66\x78\x68\x5f\x06\x71\xf2\xb0\x7b\xff\x17\x17\x74\x11\x0a\x36\x74\x86\x6b\x96\xb7\xcf\xa3\x7f\x19\x17\x04\xda\xc4\x95\x91\xed\x8a\x61\xb3\xab\x03\x51\x7c\x28\x8a\xe6\xcd\x7f\xdc\x3d\x82\x38\x9a\x2f\x7d\xf7\x3a\x4d\x1b\x46\x78\x12\x29\x38\xff\x75\xe9\x3b\xf8\x2d\x40\x14\x50\xca\xea\x51\xfc\x39\x3e\xfd\xf9\xbc\x9a\xb3\x51\x94\xe9\x28\xda\x9a\x30\xba\x19\xb3\x8f\xa3\xa8\x6f\x9f\xe0\x28\xa2\x6a\xea\x86\x4c\x8e\x6c\x54\x44\xa5\xea\x8a\x4d\x27\xd3\xc9\x24\x9b\x49\x86\x64\x05\x49\x23\x58\x9a\x92\xa4\x66\x91\x49\x1a\x92\x47\x96\xa7\x24\x94\x5e\x97\x2c\x29\xa7\xa1\x9c\xb4\x03\x95\x72\x14\xe5\x48\x4e\x56\x29\x47\x51\x8e\xe4\x64\x95\x72\x14\xe5\x48\x4e\xc6\x8a\x85\x0a\x9d\x45\xd1\xbc\xcf\xb3\xd2\x3b\xdd\xf3\x39\x79\xbd\x87\x80\x2e\xf2\x2d\xf3\x8c\x69\x48\xd6\xe1\xf9\x03\xf9\xd5\x53\x17\x3f\xff\x02\x00\x00\xff\xff\x86\xb8\x44\x50\x6c\x02\x00\x00"); -var _afbc =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x44\x90\xbb\x6e\xeb\x30\x0c\x86\x77\x3f\x05\xc7\x9c\xe1\x54\x96\x83\xf4\x32\x16\xf6\x50\x0d\x71\x8a\xba\x49\x0b\x14\x1d\x1c\x89\x32\x04\xd4\x94\xa0\xcb\xe0\xb7\x2f\x2c\x3b\xee\x20\x10\xfa\xc0\x4f\xd4\x4f\x56\x8b\x46\x90\x89\xc0\x5e\xbd\x95\x1d\x46\xd0\x86\x94\xc7\x60\x93\x97\x08\x57\x1c\x0c\x15\x05\xaf\x40\x19\x19\x6f\xd7\x5c\xe4\xd8\xbb\xa2\x60\x75\xdb\x55\xff\x5f\x20\x05\xbc\x01\xd1\x74\x53\x88\x38\x0a\xd2\x16\xf6\x8b\xa8\x92\x5b\x65\x00\xf6\x86\x83\x09\xd1\x4f\xb0\x7b\x56\xf6\x8a\xff\x40\xa1\x9e\xf9\xc9\x2b\xf4\x86\x06\xd8\xd5\x6d\xc7\x37\xdc\x25\xe7\x7e\x70\x44\x8a\x50\x66\x86\xa4\x72\x2d\x58\x7d\xec\x5d\xdb\x8f\x08\xcb\x37\x2e\x19\x67\x7a\x41\x1f\x8c\x25\xe0\xe5\x5d\x59\xde\xff\xf1\xf7\xc9\x21\xf0\x55\x3f\x8b\xe6\xa4\x75\xc0\x08\x4f\x87\xe5\x69\xf6\x79\x16\x0d\x7c\x71\xe0\x25\x54\x87\xfd\xe3\xc3\xf7\xda\xfa\x71\xb4\x6a\x13\x91\x54\x0e\xbb\x8d\x97\xc9\x7b\xa4\x98\xa3\xe6\x31\x73\x9f\x21\xdc\xf6\xe8\xac\x9b\xad\x7c\x7e\x03\x00\x00\xff\xff\x26\x9e\x08\x33\x73\x01\x00\x00"); -func (_dg bindataFileInfo )Name ()string {return _dg ._b };var _bba =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\x95\xcd\x8a\xe3\x46\x14\x85\xf7\xf5\x14\xb5\x9c\x2c\x26\xae\x7b\xeb\x1f\x84\x21\xb8\x19\xf0\x62\x66\x42\x9c\x4e\x02\x21\x0b\x59\x2a\x19\x41\x2c\x09\x59\x5e\xf4\xdb\x87\x5b\x47\xdd\x81\x31\x18\xd9\x9f\xab\x74\xac\xef\xc8\xd7\x87\xd3\xf9\xe5\x3c\x8d\x9b\x3e\xfc\xba\xce\xdd\xa5\x6c\x7a\x18\xa7\x7e\x2d\x8f\xf9\xb9\x76\x45\x5f\xcb\x6d\x9c\x94\x22\xd6\xfd\xd8\x6d\xef\x6f\xeb\xa1\xbb\xb7\x8b\x52\xb2\xff\xf2\xf6\xd8\xca\xfd\x3c\x0d\xb3\xb6\x58\xd7\x3f\x97\x7d\xad\xd6\x87\xdf\xca\x6d\x7c\x6c\xeb\x9b\xfe\xf4\x4b\x3f\x5f\xcb\x4f\xba\x2f\x83\xf0\xef\x6b\x5f\xd6\x71\xba\xe9\x4f\xa7\x6f\x17\xfa\xc0\x97\xe7\xb2\xfc\x5b\xee\x65\xda\xb4\xa9\xac\x4c\x7d\x3d\xaa\xc3\xe9\x6b\xbb\x7c\x6b\xef\x45\x1f\xea\x99\x3e\xcb\xbe\xcf\x58\x54\x3f\xfb\xa3\xac\x8f\x71\x9e\x34\x99\x9f\x8d\x09\xff\xf3\xdf\xdf\x96\xa2\x69\x3f\xc9\xeb\xf9\xe5\xfb\x30\x3c\xca\xa6\x73\xd8\xf7\xfe\xf5\x7a\x7e\xd1\x7f\x93\x26\xa3\xd9\xdb\xec\xfe\xd9\x97\xfe\xf9\x75\xee\xcb\xfe\x2d\xea\x95\x9e\xe6\xe7\xb4\x69\x72\x26\x67\x40\xc2\x65\x76\x73\x5f\x1e\x4b\xdb\x95\xb5\x9d\x6e\x45\x69\xdd\x18\x63\xcc\x51\x37\x36\x7e\xf9\x72\x94\x2b\xf8\x61\x85\xf2\x61\xdf\x39\xf6\x20\xef\x3b\x8c\x19\x86\xa3\x96\x87\x51\x8d\x21\x30\x02\x63\x1f\x54\x63\x18\x8c\xc1\x3c\xb1\x6a\x8c\x05\xb3\x60\x31\x24\xd5\x18\x07\xe6\x2a\x23\xc3\x4e\x35\xc6\x83\x79\x30\x4e\x92\x11\xc0\x02\x98\xb7\x92\x11\xc1\x22\x58\xcc\x92\x91\xc0\x52\x65\x6c\x9c\x64\x64\xb0\x0c\x66\x8d\x64\xb4\x60\x2d\x98\x0f\x92\x71\x05\xbb\x82\x25\x92\x8c\x0e\xac\xab\xcc\x9a\x28\x19\x3d\x58\x0f\x66\x59\x32\x0a\x58\x01\xf3\x49\x32\x06\xb0\x01\x2c\x39\xa3\x1a\x82\x3f\x82\x3f\x67\x72\x50\x0d\xc1\x1f\xc1\x9f\xb3\x9e\x55\x43\xf0\x47\xf0\xe7\x82\x49\xaa\x21\xf8\x23\xf8\x73\x29\x38\xd5\x10\xfc\x11\xfc\x79\x62\xc9\x80\x3f\x82\x3f\x6f\xa3\x64\xc0\x1f\xc1\x9f\x0f\x56\x32\xe0\x8f\xe0\xcf\xa7\x24\x19\xf0\x47\xf0\x17\xc8\x49\x06\xfc\x11\xfc\x05\x67\x24\x03\xfe\x08\xfe\x42\x90\xce\x09\xfe\x08\xfe\x42\x96\xce\x09\xfe\x08\xfe\x22\x49\xe7\x04\x7f\x04\x7f\xd1\x49\xe7\x04\x7f\x04\x7f\x31\x48\xe7\x04\x7f\x04\x7f\x31\x4b\xe7\x0c\x7f\x0c\x7f\x89\xa4\x73\x86\x3f\x86\xbf\xe4\xa4\x73\x86\x3f\x86\xbf\x14\xa5\x73\x86\x3f\x86\xbf\x94\xa5\x73\x86\x3f\x86\xbf\xcc\xd2\x39\xc3\x1f\xc3\x5f\x76\xd2\x39\xc3\x1f\xc3\x5f\x8e\xd2\x39\xc3\x1f\xc3\x5f\xce\xd2\x39\xc3\x1f\x57\x7f\x72\x3b\x4b\x06\xfc\x71\x06\x73\xd2\x39\xc3\x1f\xb7\x60\x51\x3a\x67\xf8\xe3\xea\x4f\x6e\x0a\xc9\x80\x3f\xee\xc0\x58\x3a\x67\xf8\xe3\x1e\xcc\x4b\xe7\x0c\x7f\x5c\xc0\xa2\x74\xce\xf0\xc7\xd5\x1f\xb1\x91\xce\xed\xfe\x8b\x37\x60\x2c\x9d\x5b\xf8\xb3\x04\xe6\xa5\x73\x0b\x7f\x96\xc1\x92\x74\x6e\xe1\xcf\x56\x7f\x64\x8d\x74\x6e\xe1\xcf\x3a\x30\x2b\x9d\x5b\xf8\xb3\x1e\xcc\x4b\xe7\x16\xfe\x6c\x00\x4b\xd2\xb9\x8d\xfb\xf4\x21\x3e\xca\xb8\x4a\xa6\xce\xa0\xf7\x59\x23\xaf\x65\x7a\x7f\xcc\xd3\xee\xb9\xae\x65\xda\xea\xec\xae\x13\x53\xa6\xdb\x38\x95\x8f\xff\x81\x65\x5e\x64\x57\x7d\xfe\x17\x00\x00\xff\xff\xdd\x7b\x1f\xc6\x33\x06\x00\x00"); -func _aacd ()([]byte ,error ){return _g (_gff ,"Adobe-KR-1")};func _gcbb ()([]byte ,error ){return _g (_fbdf ,"GB-H")};func _gdfab ()([]byte ,error ){return _g (_dcdb ,"UniCNS-UTF32-H")};func _eaa ()(*asset ,error ){_ebbb ,_ggce :=_afff ();if _ggce !=nil {return nil ,_ggce ; -};_ebf :=bindataFileInfo {_b :"GBK-EUC-V",_ffe :766,_ag :_ed .FileMode (436),_ac :_c .Unix (1580492085,0)};_cfcf :=&asset {_abe :_ebbb ,_ece :_ebf };return _cfcf ,nil ;};func _fabgd ()(*asset ,error ){_dee ,_cadg :=_eccba ();if _cadg !=nil {return nil ,_cadg ; -};_dega :=bindataFileInfo {_b :"GBK2K-H",_ffe :88688,_ag :_ed .FileMode (436),_ac :_c .Unix (1580492018,0)};_fdcb :=&asset {_abe :_dee ,_ece :_dega };return _fdcb ,nil ;};func _bgac ()([]byte ,error ){return _g (_ebc ,"Adobe-KR-3")};func _bee ()([]byte ,error ){return _g (_bba ,"Adobe-CNS1-0")}; -func _faab ()(*asset ,error ){_fdcf ,_eadg :=_agaf ();if _eadg !=nil {return nil ,_eadg ;};_dbgg :=bindataFileInfo {_b :"GBT-V",_ffe :777,_ag :_ed .FileMode (436),_ac :_c .Unix (1580492217,0)};_dfdd :=&asset {_abe :_fdcf ,_ece :_dbgg };return _dfdd ,nil ; -};func _gedf ()([]byte ,error ){return _g (_gbgc ,"UniCNS-UTF8-H")};func _ecg ()([]byte ,error ){return _g (_fff ,"GBT-H")};func _febef ()(*asset ,error ){_fbbe ,_cdag :=_gadg ();if _cdag !=nil {return nil ,_cdag ;};_cfebe :=bindataFileInfo {_b :"UniKS-UTF16-V",_ffe :689,_ag :_ed .FileMode (436),_ac :_c .Unix (1580493040,0)}; -_gaecd :=&asset {_abe :_fbbe ,_ece :_cfebe };return _gaecd ,nil ;};func _fbdg ()([]byte ,error ){return _g (_cfcgg ,"UniJISX02132004-UTF32-H")};var _eabf =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x4c\xd2\x41\x8f\x9b\x30\x10\x05\xe0\xbb\x7f\xc5\x1c\xb7\x87\x2d\x36\xc4\xc4\x48\x51\xa4\x2a\x39\x14\xad\xb6\xad\x4a\xb3\xad\x54\xf5\x40\xf0\x10\x59\x6a\x0c\x32\x70\xc8\xbf\xaf\xfc\x4c\x69\x0f\xd1\x4b\x3e\x33\x8f\x80\x9d\x9d\xea\x73\xed\xdd\x4c\xd9\x97\x30\x74\x0d\xcf\xd4\x3b\x6f\x03\x4f\xc3\x12\x3a\xa6\x2b\xdf\x9c\x17\x42\xe5\x64\x5d\x37\xff\xfd\x89\xe8\xee\xed\x28\x44\x76\xf1\xee\xa5\x79\xbe\x9c\x9a\xfc\xf9\x23\x2d\x13\xaf\x7c\xaa\xcf\xcd\x63\x9a\xf9\x5e\xfb\x7e\xa0\x22\x8d\xdb\x65\x5c\x2b\x88\xb2\xaf\x7c\x73\xd3\x1c\x1e\xf4\xf4\xc1\x0e\x57\x7e\x47\x96\xfb\xe8\x9f\x83\xe5\xe0\xfc\x8d\x9e\x5e\x86\xc0\xad\xda\x16\x9a\x65\x1c\x7f\xf3\x9d\xfd\x4c\x0a\xc6\xde\x22\x45\x76\x7a\x6d\xc7\x4f\xed\x9d\xe9\xff\xbf\xf3\x86\x45\xac\xbd\x71\x98\xdc\xe0\x49\xc9\xf7\x52\x96\xff\xfc\xdb\x63\xe4\xb5\x4c\x64\x3f\x2e\xf5\x99\x7e\x2a\x52\x92\x72\xbd\x93\xfb\x5f\xab\x7f\x7f\x1d\xec\x76\x95\x32\xe9\x09\x3a\x67\x43\xeb\x6f\x2c\x0e\xb9\x54\xc5\x91\x62\xec\x8e\x64\xa4\xae\x40\x65\xa2\x32\x52\xa9\x22\xe5\x1a\x14\xc3\x48\x6d\xc4\xa1\x90\x52\x1d\x29\x46\x0e\x2a\x41\x06\xa4\x14\x06\x75\x24\xd4\xa7\x30\x72\x9f\x68\x97\x08\x5d\x65\x21\x0e\x7d\x8f\xae\x14\x46\xee\x4b\x90\x49\x54\x81\xf6\xa0\x2e\x51\x07\xaa\x40\x9c\x88\x23\x19\x19\x49\xb5\x20\xd5\x83\x54\xa4\xe2\x0a\x8a\x61\xa4\x41\x57\x61\x13\x59\x90\x01\xf5\x89\xd2\x20\xea\x75\x1a\xd4\xb8\xaa\x42\xbd\x4e\x77\xd4\xb8\x63\x99\x47\xe2\x02\xc4\x78\xc6\xaa\x88\x5b\xbb\xbd\xe1\xf8\x3d\x1e\xaa\x6d\x93\xbb\x25\x04\xf6\x33\x8e\x14\xb6\x31\x6e\x8d\xf3\xbc\x9d\xda\x71\x18\xe3\x14\x3e\x7f\x02\x00\x00\xff\xff\x23\x3f\xe6\x8f\xe1\x02\x00\x00"); -func _gdf ()([]byte ,error ){return _g (_fgf ,"Adobe-GB1-5")};func _fbfc ()([]byte ,error ){return _g (_fagd ,"UniJISPro-UCS2-HW-V")};var _ebff =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x44\xd4\x41\x6b\xdb\x4c\x10\x06\xe0\xbb\x7e\xc5\x1e\xf3\x1d\xbe\x7a\x57\xab\xd1\x4a\x10\x0c\x8d\x0d\xa9\x09\x69\x4b\xdd\xa6\x85\xd2\x83\xa4\x1d\x19\x41\x2d\x09\x59\x3e\xf8\xdf\x97\x99\x77\xeb\x1e\xc2\x24\x0f\x3b\x3b\xf3\x2a\x48\x9b\xdd\x61\x7f\x18\x87\xd5\x6c\x3e\x2f\x53\x77\xe4\xd5\xf4\xc3\x18\x17\xbe\x4c\xd7\xa5\x63\xd3\xf2\x69\x18\xb3\xcc\xe5\x26\x0e\xdd\xfa\xf7\x4f\x2d\xdd\xb9\x99\xb3\x6c\xf3\xfc\xf4\x92\xbf\xfc\xff\xc1\x5c\x2f\x9c\x64\x77\xd8\x1f\x6f\x97\x95\xcf\x87\xb1\x9f\x8c\x47\x67\xbc\xce\xa9\xdb\x98\xcd\x17\x3e\x0d\x97\x75\xb9\x99\x87\xf7\x71\x6a\xf9\x3f\x13\xb9\x17\xff\xb4\x44\x5e\x86\xf1\x64\x1e\x9e\x9f\xdc\x5d\x8f\xd7\x79\xfe\xcd\x67\x1e\x57\x43\x6a\x3c\x46\xad\xd9\x66\xf7\xda\xcc\x1f\x9b\x33\x9b\xb4\xc6\x9b\xba\xf2\x1b\x2f\x97\x61\x1a\x8d\x7b\x67\x6d\xf9\x8f\xbf\xde\x66\x36\x2e\xb5\xff\xf8\x76\xd8\x9b\x9f\xce\x38\x6b\x72\x2a\xad\xfd\x95\xfc\xfb\xeb\x14\xef\xa7\x0a\x87\xc5\xbb\x21\x2e\xcd\x78\xe2\xec\xb1\x71\x4d\xbe\x35\xa9\x50\x20\x15\x0f\xf1\x22\x85\x4a\x03\x69\xb6\x86\xea\x4a\xa5\x85\x74\x5b\x13\x82\xc5\xa1\x08\x8a\x72\xa8\x16\x69\x71\x75\xdb\x6f\x0d\x55\xb9\x48\xcf\x2a\x52\x42\xb0\x65\xf6\xd8\xf8\xc6\x09\x69\xa1\x50\xa9\x54\x90\x5a\xda\xac\x4a\x07\xe9\xe4\x8c\x57\x61\x08\x2e\x0a\x42\xad\x2e\xe9\xdb\x56\x0e\xe9\xd5\x6d\x84\x44\x3d\xa4\x77\xcb\x2e\xa9\x50\x90\x25\x7d\xd4\x24\x5a\x42\xb0\x20\xf4\x45\xed\x73\xba\x41\x44\x9f\x94\xd2\xaa\xf4\xe8\x93\x42\xb5\x8e\xeb\xd1\xd6\xeb\x03\xd0\x95\x10\xd7\x23\xae\x73\xd9\x63\x53\x20\xae\x96\x3c\xf7\x54\xab\x79\x98\x57\x2b\x71\x8e\x60\xa4\x16\xac\x5a\x80\x05\x9c\x83\xd5\xb0\x1a\x26\x21\x8b\x0e\xf7\x75\xe9\x3e\x9d\xc1\x30\x86\x85\x5c\x0d\x33\x38\xcd\x28\xd4\x30\x83\x31\x43\x1f\x76\xc1\x0c\x63\x98\xec\x47\xc8\x41\x29\x87\x3e\x6f\x42\x0e\x4a\x39\xf4\x9f\x49\xc8\x41\x29\x47\x45\x6a\x01\x96\x66\x04\xb5\x1a\x86\x1c\x95\xcc\x25\xe4\xa0\x94\xa3\x92\xfd\x08\x39\x28\xe5\xa8\xb4\x17\x39\x28\xe5\xa8\x6a\x35\xcc\x48\x39\x2a\xdd\x05\x39\x28\xe5\xa8\x64\xe7\xba\xb4\x62\x5a\xf2\xdc\xd7\x85\xbc\x91\xf7\xd7\x43\x7e\x97\x0f\xc1\xfd\xdd\xec\xae\xcb\xc2\xe3\xaa\x9f\x01\x7d\x07\xe5\xbd\x1a\x46\xbe\x7f\x64\xe6\x69\x96\x2e\xfd\xf9\x13\x00\x00\xff\xff\xa0\x8a\xa9\xe1\x90\x04\x00\x00"); -func _ceee ()([]byte ,error ){return _g (_cafec ,"ETen-B5-V")};var _dcc =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\x94\x4f\x6b\xdb\x4c\x10\x87\xef\xfb\x29\xe6\x98\xf7\x90\xd7\x33\xfb\x4f\x2b\x10\x86\x92\x10\x70\x21\x4d\x69\x9a\xb6\x50\x7a\x90\xa5\x95\x11\xd4\x2b\x21\xcb\x87\x7c\xfb\x32\x33\xb6\x0b\x3d\x18\xd9\xcf\xce\xfc\xf0\x3e\xb3\xab\xcd\xc3\xee\x71\x57\xc6\x15\x36\x9f\x97\xa9\x7b\xcd\x2b\x0c\x63\xe9\x97\x7c\x9a\xce\x4b\x97\x61\x9f\x0f\x63\x31\x86\x2c\xf4\x63\xb7\x5e\x7f\xca\xa3\x3b\xb6\xb3\x31\xdc\xff\xfa\x7e\x5a\xf3\x71\x57\x86\x09\x9c\xd6\xf5\xe7\xf9\x52\x0b\xb0\xf9\x92\x0f\xe3\x69\x5d\xde\xe1\xee\x43\x3f\xed\xf3\x7f\xd0\xe7\x81\xf9\xcb\xd2\xe7\x65\x2c\x07\xb8\xfb\xd8\xce\x6d\xa1\xdb\xc2\xeb\x79\x9e\x7f\xe7\x63\x2e\x2b\xa0\xb0\x5c\x7a\x79\x9a\xcd\xc3\x73\x3b\x7f\x6a\x8f\x19\x36\x92\x75\xaf\x9d\xf7\x5a\x26\xab\xdf\xf2\x72\x1a\xa7\x02\x84\xff\x23\xc6\xbf\xfc\xeb\xfb\x9c\x81\x2e\x31\x6f\xbb\xc7\x97\x61\x38\xe5\x15\x7c\xba\xf4\xfe\x78\xdb\x3d\xc2\x4f\x02\x42\xb0\xc1\x85\xf4\xeb\x52\xfa\xfd\x79\xea\xf3\xe5\x7f\xc8\x6e\x1f\xa6\x73\x59\x21\xd9\xe4\x95\x91\xee\xb4\x9b\xfa\x7c\x9a\xdb\x2e\x2f\x6d\x39\x64\x03\xd0\x20\x22\x6e\xa1\xb1\xf8\xf4\xb4\xe5\x2d\xfc\x53\x61\x9c\xbb\x74\x8e\xbd\x92\x6b\x07\xe2\x30\x6c\x01\x00\xd0\x34\x48\x8a\x48\x90\x0d\xd1\x34\x68\x15\x59\x41\x81\xac\x69\xd0\x29\x72\x82\xaa\x98\x4c\x83\x5e\x91\x67\x44\x68\xbd\x69\x30\x28\x0a\x82\x6c\xe2\xf8\xa8\x28\x0a\x0a\x8e\xe3\x2b\x45\x95\xa0\xaa\xe6\xf8\xa4\x28\x31\xb2\xe8\x39\xbe\x56\x54\x0b\x72\xc8\xf1\xad\xa2\x56\x50\x88\x1c\xbf\x57\xb4\x17\x94\x88\xe3\x3b\x45\x1d\x23\x87\x15\xc7\xf7\x8a\x7a\x41\xce\x72\x7c\x56\x94\x05\x85\xc4\xf1\x83\xa2\x41\x50\xf2\x68\x1a\x52\x5f\x24\xbe\x3c\xd6\xd1\x34\xa4\xbe\x48\x7c\x79\x17\xac\x69\x48\x7d\x91\xf8\xf2\x11\x93\x69\x48\x7d\x91\xf8\xf2\x29\x7a\xd3\x90\xfa\x22\xf1\x15\xc8\x72\xbc\xfa\x22\xf1\x15\x5c\xc5\xf1\xea\x8b\xc4\x57\x88\x8e\xe3\xd5\x17\x89\xaf\x90\x12\xc7\xab\x2f\x12\x5f\x91\x3c\xc7\xab\x2f\x12\x5f\xd1\x23\xc7\xab\x2f\x12\x5f\x31\xf2\x68\x49\x7d\x91\xf8\x8a\x35\x8f\x96\xd4\x17\x89\xaf\x8a\x78\xb4\xa4\xbe\x48\x7c\x55\x9e\x47\x4b\xea\x8b\xc4\x57\x15\x79\xb4\xa4\xbe\x48\x7c\x55\x35\x8f\xd6\x5e\x4f\x64\xd8\x6f\x21\x51\x6d\xe5\x58\x5e\x8f\x1f\x7f\xe7\x3b\x7d\xbb\x63\xdd\x79\x59\x72\x59\xe5\x46\xcb\x1d\xe2\x03\x3f\x96\x7c\x7b\x3b\xcc\xd3\xcc\x5d\xf2\xf9\x13\x00\x00\xff\xff\x43\x08\xad\xb1\x49\x04\x00\x00"); -var _egaa =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x44\xd4\xcf\x6a\xdb\x4c\x14\x05\xf0\xbd\x9f\x62\x96\xf9\x16\x5f\x2d\xcd\x7f\x41\x08\x94\x64\x51\x17\x92\x86\xa6\x4d\x0a\xa5\x0b\x59\x73\xc7\x08\x6a\x49\xc8\xf2\x22\x6f\x5f\xe6\x1c\x55\x5d\x84\x1b\xfd\xac\x7b\x39\x23\x69\x66\x7f\x7f\x78\x38\x0c\xfd\xa2\xf6\xcf\xf3\xd8\xbd\xc8\xa2\x72\x3f\xa4\x59\x2e\xe3\x75\xee\x44\x1d\xe5\xd4\x0f\xbb\x5d\xad\x55\xea\xbb\xe5\xef\x25\x4a\x77\x6e\xa7\xdd\x6e\xff\xf4\xf6\xfc\xff\x27\x75\xbd\xc8\x7a\x7d\x7f\x78\x78\x79\xbf\x2c\x72\x3e\x0c\x79\x54\x86\x7d\xe9\x3a\xad\xbd\x4a\xed\xbf\xca\xa9\xbf\x2c\xf3\xbb\xba\xf9\x98\xc6\xa3\xfc\xa7\x92\xe4\xe2\x5f\xe6\x24\x73\x3f\x9c\xd4\xcd\xe7\x76\x6a\x87\x7a\xfb\xe1\xe5\x3a\x4d\xbf\xe5\x2c\xc3\xa2\x2a\x98\x0c\x09\x75\xb7\xbf\x7f\x6c\xa7\xa7\xf6\x2c\x0a\x39\x5e\xa1\xc0\x57\x99\x2f\xfd\x38\xa8\xba\xfa\x50\x55\xfe\x9f\x7f\x7b\x9f\x44\xd5\x6b\xf7\x8f\xef\x87\x07\xf5\xb3\x56\x75\xa5\xb4\x33\x26\xfc\x5a\xfd\xed\x71\x4c\xdb\x5d\x36\x32\x7a\xd7\xa7\xb9\x1d\x4e\xb2\xbb\xd5\xb5\xd6\x77\xaa\x14\x73\xa7\x42\x8c\x01\x64\x49\xf6\x4e\x45\xed\x23\xc8\x91\x5c\xa1\x60\x41\x47\xd2\x11\xa4\x41\x1d\xa9\x03\xd5\x85\x0c\xc9\x48\x19\xdf\x80\x6c\x0d\xb2\x0e\x84\x59\xd6\x93\x7c\x69\x8c\xbc\x2b\x90\x02\x66\x79\x50\x24\x45\x50\x03\x6a\x48\x0d\x08\x51\x6d\x0b\x72\x47\x8c\xc7\x5d\x9e\x51\x3d\xa2\x7a\x12\x73\x79\x46\x35\xa0\x44\x4a\x08\x51\x48\x6b\x29\x84\x12\x75\xa8\x76\xb7\xda\x6a\xa4\x47\x09\x4d\x1d\x41\x86\x64\x40\x0d\xc8\x91\xca\x1a\x1b\xcd\xc6\x40\x0a\xa0\x1a\xd4\x90\x1a\x50\x79\x84\xd6\x72\x96\xc5\x2c\x5d\x42\x58\x4f\xf2\x24\x0b\xe2\x78\xcf\xf1\x0e\xc4\xf1\x9e\xe3\x3d\x48\x48\x02\x2a\xaf\xd6\x31\xbd\x63\x7a\x1d\x41\x86\xc4\xf1\x0d\xc8\x91\x30\xde\x54\xa0\x40\xc2\x78\x53\x83\x1a\x12\xd2\x9b\x92\xde\x31\xbd\x63\x7a\x53\xd2\x3b\xa6\x77\x4c\x6f\x2c\x88\xe3\x99\xde\x38\x10\xc7\x33\xbd\xf1\x20\x21\x21\xbd\x41\xfa\xc0\xc6\xe0\x41\x25\x7d\xb2\x55\xa1\x64\x73\x21\x5b\xa2\x26\x4f\xf2\x58\xa3\x2b\xb3\x32\x97\x8d\x12\x62\x8c\x20\x4d\xe2\x4b\xab\x41\x96\x64\xb7\xad\x90\xb9\xec\x5c\x3e\xf2\xf5\x79\x65\x7e\xe4\x59\xcb\xb6\xa0\xac\x33\x29\x6f\xcb\xce\x06\x21\x50\xd6\xef\x3e\x3b\x2c\x08\x65\xdd\x30\xd9\xb1\xb1\x14\x6c\x18\x19\xd2\xb6\x37\xcb\xff\xe5\x1c\xda\xce\x85\xee\x3a\xcf\x32\x2c\x38\x85\x70\x00\x94\x4d\xdd\x0f\xb2\x9d\x70\xd3\x38\x95\x2e\xfc\xfd\x09\x00\x00\xff\xff\x92\x05\x36\x37\x0d\x05\x00\x00"); -func _ebegf ()([]byte ,error ){return _g (_cbgg ,"UniJIS-UTF16-V")};var _bbbab =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\x91\x51\x8b\xdc\x20\x10\xc7\xdf\xfd\x14\xf3\x78\x7d\x69\xa2\x59\xdd\x14\x24\x50\x6e\x39\x9a\xc2\xf5\x4a\xb7\xd7\x16\x4a\x1f\xdc\x38\x09\x42\xa3\x62\xcc\xc3\x7e\xfb\x32\x26\xbb\x85\x7b\x88\xe6\xff\x9f\xdf\xe8\x38\x53\x3d\xf6\xa7\xde\xbb\x0c\xd5\xd7\x14\x86\x33\x66\x18\x9d\xb7\x09\x97\xb0\xa6\x01\xe1\x82\x93\xf3\x8c\x71\x01\xd6\x0d\xf9\x26\xcb\x36\xcc\x26\x32\x46\xf9\xe7\xeb\x92\x71\xee\xfd\x18\xa0\xd9\x38\xbb\xc6\x9d\x05\xa8\xbe\xe1\xe4\x96\x9c\xae\xf0\xf0\xd1\x86\x0b\xbe\x03\x8b\x23\xf9\x2f\xc9\x62\x72\x7e\x82\x87\xcf\x26\x1a\xcf\xef\x81\xf3\x1a\xe3\x5f\x9c\xd1\x67\xa8\x8b\x87\xde\x96\x9d\x55\x8f\xcf\x26\x7e\x31\x33\x42\xf5\xc9\x25\x33\x19\x6f\x4a\xa0\xf8\x3f\x30\x2d\x2e\x78\xe0\xf5\xfb\xba\x56\xff\xfd\xef\xd7\x88\xc0\xf7\x03\x5e\xfb\xd3\xcb\x38\x2e\x98\xa1\x55\x62\x63\x7e\xbd\xf6\x27\xf8\xcd\x81\xd7\x20\x64\x73\xf8\xf0\x67\x47\x7f\x3e\x07\x8b\x7b\x05\x8c\x6f\xef\x19\x82\xc5\x25\x9a\x01\x93\xf1\x13\x32\x00\x5d\xd7\x1d\xe8\xa7\xa7\x8e\x8a\x7c\x13\x65\xed\x9e\xe4\xec\x66\x68\x41\x30\x2d\x92\x4b\xa6\x05\x27\x25\x3b\x68\xc4\x91\x69\xa1\x48\x8d\x14\x53\x4c\x37\x44\xd2\xd2\x1c\x04\xd3\x0d\x91\xd2\x76\x20\x85\x62\x5a\x22\xa9\xb1\x83\xa6\x6d\x99\x56\x44\x2a\xd1\x81\x3c\x72\xa6\x15\x9d\x72\x44\x52\x87\x52\xd2\xed\x6e\xfa\xa7\x89\xdd\x3b\x38\xac\x29\xa1\xcf\x65\x5e\xa5\x4f\xf4\x50\xe7\xf1\x3e\xfb\x18\x22\x65\x95\xef\x5f\x00\x00\x00\xff\xff\x35\x0d\x74\x28\x27\x02\x00\x00"); -func _egd ()(*asset ,error ){_ddd ,_ce :=_ggg ();if _ce !=nil {return nil ,_ce ;};_fad :=bindataFileInfo {_b :"78-RKSJ-V",_ffe :902,_ag :_ed .FileMode (436),_ac :_c .Unix (1580490945,0)};_eef :=&asset {_abe :_ddd ,_ece :_fad };return _eef ,nil ;};var _ffdec =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x44\x92\xcd\x6e\xdb\x3a\x10\x85\xf7\x7a\x8a\x59\xe6\x2e\x72\x45\x8a\x95\x69\x01\x41\x80\xc6\x2e\x52\x2d\xd2\x14\x75\x9c\x16\x28\xba\xe0\xcf\xd0\x20\x50\x53\x02\x25\x2d\xfc\xf6\x05\x67\x54\x75\x61\x1c\xfb\xe3\x39\xc3\x19\x73\xea\x43\x7f\xec\x53\x9c\xa1\xfe\x9a\x07\x77\xc2\x19\x42\x4c\x3e\xe3\x34\x2c\xd9\x21\x58\xbc\xc4\x54\x55\xb2\x01\x1f\xdd\xfc\xf7\x27\x89\xbb\x9a\xb1\xaa\xea\xe7\xa7\xb7\xfb\x4f\xe7\xc3\xfd\x67\x58\x26\x5c\xd9\xa1\x3f\x9e\x6e\xd3\x8c\xd7\x3e\x85\x01\x14\x67\xfd\x32\xae\x79\x80\xfa\x1b\x5e\xe2\x34\xe7\x1b\xdc\x7d\xf4\x83\xc5\xff\xc0\x63\x28\xfc\x35\x7b\xcc\x31\x5d\xe0\xee\xf9\x49\x6e\xf4\xb4\x8c\xe3\x6f\xbc\x62\x9a\x41\x12\xc3\xe4\x49\xab\xfa\xf0\x62\xc6\x2f\xe6\x8a\xb0\x35\xf2\x4e\x27\x74\xf0\x8e\x79\x8a\x43\x02\x29\xfe\x17\x62\xf7\x8f\xbf\xdd\x46\x5c\x2b\x55\xf5\xb9\x3f\xbe\x86\x30\xe1\x0c\xbb\x4e\xb0\xe7\xc7\xb9\x3f\xc2\x4f\x09\x52\x40\xd3\x2a\x2d\x7f\xad\xd6\xef\x2f\x83\xdf\x82\x8d\xe0\x71\x5c\xf4\xd9\xa4\x0b\x56\x0f\x46\x9a\xe6\x11\x56\x81\x56\xb7\x84\x14\x23\x45\xe8\x03\x21\xc3\xc8\x14\xd4\xed\x09\x59\x46\xee\x11\xb4\x16\xec\xf2\x8c\x3c\xb9\xba\x82\x2c\x97\xb7\xa1\xa0\x7d\x53\x50\x40\x42\x45\xb4\x16\xbb\xea\xc1\x28\x23\x0b\x22\x81\x56\xef\x09\xed\x19\x75\x14\x14\x84\x1c\x23\x47\x2e\x45\x08\x19\x71\x2d\x5d\x90\xa5\x56\x95\xb5\xe4\xa2\xf2\xd6\x33\xf2\xe4\xa2\xf2\xa5\xa1\x55\xa0\xd5\xa5\x55\xe5\x69\x20\x12\xad\x05\x23\x0e\x7a\x0a\x4a\x6a\xc2\x73\xb0\x08\xec\x04\xa1\xc0\xc1\x40\x37\x76\x74\x63\xe0\x60\xe0\x7f\x82\xfa\xe2\xb1\x15\x8f\x2d\x65\x59\x88\xed\x1d\xca\xf7\xb2\x87\xdb\x6a\xb8\x25\x67\x4c\x33\x6d\x21\xbd\x7f\x79\xc0\x98\x70\xdb\xf2\x71\x18\x4b\x8a\x3e\x7f\x02\x00\x00\xff\xff\x0f\xbf\x93\xd7\x11\x03\x00\x00"); -func (_fdg bindataFileInfo )Mode ()_ed .FileMode {return _fdg ._ag };var _cgf =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x44\xd2\xc1\xce\x94\x30\x10\x07\xf0\x3b\x4f\x31\xc7\xcf\xc3\x27\xb4\x50\xaa\x89\x31\x51\xf6\xb0\xc4\xec\x6a\x44\x57\x13\xe3\x81\x6d\x67\x49\x93\xa5\x34\x05\x0e\xfb\xf6\x66\xa6\xc8\x1e\x36\xb3\xfc\x4a\xff\x99\x4e\xc9\x9b\xf6\xd0\x7a\xb7\x40\xfe\x2d\x4e\xa6\xc3\x05\x6e\xce\xdb\x88\xf3\xb4\x46\x83\x70\xc5\xc1\xf9\x2c\x13\x12\xac\x33\xcb\xff\x47\x2e\x66\xec\x43\x96\xe5\xc7\x2f\xf6\xde\xbf\x7e\x56\xaf\x47\x58\x67\xdc\xb0\x69\x0f\xdd\x63\x5e\x70\x6c\xfd\x6d\x82\x32\x6d\xb6\x6b\xd8\x02\x00\xf2\xef\x38\xb8\x79\x89\x0f\x78\xf9\x64\xa7\x2b\xbe\x01\x8b\x37\xf2\xaf\xd1\x62\x74\x7e\x80\x97\xe6\xdc\x89\x9d\xbb\x35\x84\x3b\x8e\xe8\x17\x10\x6c\xe8\x2d\xd7\x2c\x6f\x4e\x7d\x38\xf7\x23\xc2\xb3\x95\x0b\x2f\xf1\xca\x05\xe3\xec\x26\x0f\x42\xbe\x2d\x0a\xf5\xf4\x1f\x8f\x80\x5b\x54\x96\xff\xfe\xd9\x1e\xe0\x8f\x00\x51\x80\x54\x4a\xca\xbf\x9b\xff\x3a\x4d\x76\x7f\x4b\xc8\xd4\xbd\x71\x36\xf6\x7e\xc0\xec\x43\x2f\xaa\xeb\x47\xd8\x8a\x28\xeb\xaa\x26\x53\x3d\x1b\x15\x51\xea\xaa\x64\x33\xc9\x4c\x32\xc5\x66\x93\x21\x59\x41\x52\x0b\x96\x5a\x92\x54\x2c\x2a\x49\x4d\xf2\x8e\xe5\x7d\x12\x4a\xaf\x24\x4b\xca\xa9\x29\x27\x75\xa0\x53\x8e\xa6\x1c\xc5\xc9\x3a\xe5\x68\xca\x51\x9c\xac\x53\x8e\xa6\x1c\xc5\xc9\x58\xb2\x50\xa1\xb3\x68\x1a\xf1\x7e\x56\xfa\x4f\x57\xbb\x0f\xdb\xac\x31\xa2\x5f\xf8\x62\x79\xa0\x34\x24\xe7\x71\xff\x72\xc2\x14\x68\x17\xff\xfe\x05\x00\x00\xff\xff\x33\xd3\x9f\xac\x65\x02\x00\x00"); -func _bedf ()([]byte ,error ){return _g (_fddf ,"Katakana")};var _bbccc =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\x58\x41\x6f\x1c\x37\x0f\xbd\xef\xaf\x98\x63\xbe\x43\x3e\x4b\xa2\x34\x23\x01\x85\x81\x22\x41\x51\x07\x48\x5b\xd4\x49\x1a\xa0\xe8\x61\x76\x57\x72\x17\xa8\xd7\x8b\xb5\x7d\xc8\xbf\x2f\xf4\xb8\x7a\x74\x8d\x1c\x82\xcc\x23\x29\x8a\x8f\x12\x49\x79\xaf\xde\xdd\xbc\xbf\x39\x1e\x9e\xa6\xab\xdf\xce\x0f\xbb\xdb\xfa\x34\xb5\xc3\x71\x7f\xae\x8f\x0f\xcf\xe7\x5d\x9d\xb6\xf5\xee\x70\xdc\x6c\x7c\x98\xf6\x87\xdd\xd3\x80\xf8\x6f\x77\xbf\x9e\x36\x9b\xab\xcf\xc7\xc3\x87\x9b\xdb\xaf\x2e\x78\x79\xfb\xf9\xd3\x4f\x12\xde\xfe\x3c\x3d\x3f\xd6\x8b\xf6\xdd\xcd\xfb\xdb\x6f\x8f\x4f\xf5\xfe\xe6\xd8\x1e\x26\x51\x2f\xfb\xe7\xd3\xc5\xd3\x34\x5d\xfd\x5e\xef\x0e\x8f\x4f\xe7\x6f\xd3\x9b\x1f\xf7\x0f\xdb\xfa\xbf\x69\x5f\x5b\x97\xff\x7a\xde\xd7\xf3\xe1\x78\x37\xbd\xf9\xb0\x9e\xd6\xa3\xa7\xe2\xf6\xf9\x74\xfa\xa7\xde\xd7\xe3\xd3\xb4\x40\x56\x8f\x7b\xfc\xbf\xb9\x7a\xf7\x71\x3d\xfd\xb2\xde\xd7\xe9\x3b\x51\x7d\x81\x0d\x4c\xbe\xd4\xf3\xe3\xe1\xe1\x38\xf9\xff\x3b\x97\x4d\xfc\xe9\xdb\xa9\x4e\xfe\xe2\xea\xeb\xe7\x9b\xf7\xd3\x9f\x7e\xf2\x6e\x0a\x69\xf6\xe9\xaf\x8b\xfc\x8f\x8f\x0f\x7b\x5a\x79\xe7\x94\xc8\xee\xb0\xdf\xfd\xbd\x9e\x37\x3f\x38\xe7\x5c\x70\x3e\x5d\x4f\x4b\x2e\x81\x78\x06\x4e\x03\x07\xd5\x67\x62\xd5\x2f\x17\xec\x8b\xbb\x9e\x16\xc9\x84\xbe\xc3\x99\x30\x74\x58\x08\xa5\x43\xae\xdd\xc5\xeb\x29\x8b\xf7\xc4\x09\xd8\x11\xcf\xc0\x23\x36\x5f\x3b\x76\x2f\xf0\x02\x1c\x89\x33\x30\xfd\xd5\x02\x2c\x17\x2c\x65\x7b\x3d\xf9\xe0\x63\xa6\x60\x07\xc1\x6c\x82\xbd\x5a\x2c\x14\x54\x08\x92\xa3\xa0\xbd\x5a\xb2\x3a\x5d\x52\x28\xf0\xba\x64\xa6\x20\xbc\x5e\x22\x6a\x91\x28\x88\x2a\x30\x8b\xf4\x7a\xc9\xac\x16\x0c\x6c\xed\xdc\x5f\x1a\x64\x60\xd3\x17\x60\x0b\x62\x7d\xed\x71\xdb\x0d\x96\x40\xbc\x03\xf6\xc4\x7b\xe0\x41\x3c\xb9\xdd\xf5\xb4\x44\x5e\x8c\xe4\xf6\xc0\x0b\x71\x05\x9e\x89\x1b\xf0\xd8\x2f\xf9\x7e\x51\x92\x13\x62\x0f\x4c\x7f\x3e\x00\x47\x62\x01\xa6\x3f\x1f\xe1\xcf\x13\x27\x60\xf3\x37\x03\x07\xe2\x05\xd8\xfc\x65\xe0\x42\x5c\xe0\xdf\xfc\xad\xc0\xe4\xeb\xb7\xc0\xe6\xaf\xf3\x4f\xc1\xf6\xdb\x03\x93\xbf\xaf\xc0\xc6\xa7\x01\x73\xff\x00\xfe\x81\x7c\x02\xf8\x07\xc6\x13\xc0\x3f\x30\x5f\x28\xbc\x24\xf4\x87\xc2\x4b\xc2\xfd\xc3\x02\xcc\xf8\x42\x06\xb6\xfd\xc0\x8f\xc5\x96\x02\xf8\x89\xed\x0f\x7e\x62\xfb\x81\x9f\xe7\x7e\x82\x78\x3d\xed\x25\x22\x1f\xf4\x27\xd8\xcf\x71\x7d\x84\x7d\x64\x3e\x23\xf8\x45\xe6\x33\x82\x5f\x64\xbc\x11\xe7\xcb\x4a\x4b\x11\xfe\x59\x46\x29\x82\x7f\xe4\xfe\x11\xfc\xa3\xed\x07\xfe\x89\xf9\x88\x88\x27\x0d\xff\x73\x3f\xaf\x1c\x82\x27\xee\xf7\x39\xf8\x42\x5c\xa1\x37\xfb\x06\x3c\xe2\x5d\x9c\x56\xed\x32\x36\x5c\x7a\x5d\xe7\xe0\x2e\x0e\xc4\xe1\x42\xe4\x71\xc1\xc4\xe1\x42\x94\x51\xf6\xe2\x70\x01\xca\xa8\x58\x71\x48\x48\xf1\x99\x58\x80\xe9\x0f\x84\xcb\x08\x40\x1c\x08\x96\x41\x40\x5c\x2c\xc0\x61\xe0\x19\xeb\xc7\x85\x14\x97\x15\x33\x9e\xac\xfe\x12\xb1\xfa\x63\x7c\xb9\x02\x33\xbe\xde\x1d\x73\x58\xe8\xbf\x20\x81\x0b\xf7\x47\xa3\x9b\x45\x4c\x00\x42\x21\xf7\xa9\x36\xa6\xca\x26\x7f\x6f\xcc\x88\x5b\x35\x38\x92\x5d\x11\x9c\x90\xec\x8a\xe0\x5e\xf8\x06\x59\x61\x30\x3b\xac\x17\x92\xad\x8a\x49\xb6\xaa\x3f\x92\xad\xea\x8f\x64\x2b\xc8\x0a\xc9\x36\x3d\xbc\xb1\x5f\x68\xed\x7a\x0a\xe2\xd2\x08\x50\x9c\xeb\xb3\x67\xf4\x7d\x11\x27\x1d\x8f\x72\x11\x71\xbd\x65\xfb\x32\x9b\x01\x86\x17\x23\x14\x37\xab\x81\xa7\x60\x51\x41\xa2\x20\xab\xc0\x96\x14\x15\xd8\x26\xab\x0a\x66\x0a\xb6\x10\x2c\xb6\xeb\x4e\x05\x81\x02\xbd\x85\x34\x40\xdb\x2c\x91\x51\x78\x84\x19\x4d\x8f\x19\x2b\x86\x35\xca\x6c\x82\x0c\x03\x26\xc6\x6b\x90\x99\x3b\xa2\x90\x24\x91\x45\x6f\x64\x59\x78\xd4\x12\x90\xb9\x48\x52\x41\x33\xc7\xdc\x4b\xef\x74\x5d\x60\x1e\x66\x70\x30\x03\x1c\x66\x64\xe2\x7a\x2b\xcb\xc2\x4a\x13\xb4\xb2\xf2\x22\x82\xbd\x3a\x64\x08\xe2\xb1\x80\x21\x08\x6a\xdb\x39\x7a\x14\x3d\xdd\x48\x8c\x08\x46\x73\x12\x91\x05\x0b\xbc\x19\x64\x15\x30\x06\x29\x60\xc9\x18\x64\x55\x03\x73\xb1\x85\x81\xc5\xb4\x53\x03\x26\x5a\xf6\x2a\x60\x94\xd1\xab\x80\x4b\x22\x32\x6b\x51\xf5\x0e\x91\x25\x19\xd6\xa0\x82\x09\x50\x45\x76\xd8\x71\x45\xa2\xc8\x22\xe2\xb2\x58\xd0\x11\x47\xc9\x2a\x91\x84\x0a\xb7\xa3\x4b\x9a\x37\xcb\x53\x12\x15\x98\x45\x54\x01\x33\x9b\x10\x63\xe4\x8a\x05\x6f\x30\xf7\x42\xa0\x79\xb0\x20\x16\xcd\x43\xe4\x05\x5b\xaa\x0a\x78\x1f\x96\x86\x1b\x76\x71\xd1\x9a\x43\xa7\x1a\x65\xd3\x9a\x43\x6b\x5f\xa8\xf7\xfa\xf6\x19\xb3\xbe\x35\x6d\xd5\xe3\x6c\x5a\x13\x5c\xa0\xf1\x36\x69\x4d\xa0\x77\x74\x20\x0d\xdd\xc2\x0d\x9c\xd4\x3e\x11\x6b\x37\x99\x89\x75\xbd\xe1\xfa\x72\x54\xb4\x86\xee\x95\x73\xf9\x4f\xe7\x94\x85\x9d\xf3\xbc\x1e\xef\xea\x65\xee\xc8\xd6\x5d\x4f\xe3\xd3\xa3\x05\x27\x7b\x94\x51\x97\x5c\x3f\xab\x98\x39\x7f\xfb\xfc\x1a\x9f\x7d\xbb\xb8\x70\xb4\xf6\xde\x35\x3e\xf1\x8a\xca\xf6\xaa\x9b\x4d\x85\x07\x54\xe6\x80\xed\xed\x6a\x7c\x16\xa8\xcc\xe1\x6a\xaa\x2d\x54\xf6\xec\x10\xaa\x02\x26\xbc\x30\xf8\x5e\xa6\xe3\x13\x8f\x25\x6f\x8f\x0b\x4f\x95\xe0\x9d\xc0\xb9\x9c\x24\x99\x0a\x4f\x00\xc7\x30\x7a\x0d\x8e\x4f\xbc\x6e\xf8\xa7\x42\x12\xdb\x0b\x87\x99\xa2\x3d\x1c\x6c\x15\xea\x23\xb1\x79\x3a\x37\xc2\x10\xd7\xd3\xb9\xe4\xcc\x01\xc2\x6c\x88\xc3\x4b\xb6\x38\xaa\x7c\x34\x15\xc6\x92\xe3\x58\xf3\xb3\xa9\x16\x9c\xa5\x8d\x44\xff\xc2\x63\xc1\x85\x65\xd3\x75\x25\x51\x57\x66\x5c\x76\x4e\xbe\x66\xaa\x86\xae\xc5\x62\xf4\x6d\xdc\x0e\xf1\xad\xe8\xf0\x16\xea\x56\xd3\x35\xe8\xac\x24\x8d\xb6\xe0\x15\xe4\x8b\xb5\xce\x5e\x5b\xa3\xf1\x8b\xce\x1e\x56\xae\x5f\x4d\xa7\x2d\x38\xd3\x67\x7f\x0d\x8d\xf6\xec\x55\x67\x13\x21\x9b\x4e\xa7\x4b\xb1\xde\x6e\xfb\x89\xd3\xae\xcd\xc6\x20\xd1\x74\x49\x75\xd6\xe2\x6d\x5d\xd4\x75\xc1\xda\xa0\x98\x6e\x56\x9d\xb5\xc0\xad\xe9\xb4\x33\x05\x6b\xc8\xc6\x21\xa9\x4f\x9b\x9b\x29\x99\x4e\x7d\x8e\xd3\x6b\x8d\x77\xa5\x35\x54\x4e\x2e\x54\xa5\x46\xd5\x7c\xf9\x43\xd2\x5f\xba\x82\x36\x01\x80\xfb\xf5\xb4\xe1\x0f\x06\xbb\xe7\xf3\xb9\x1e\x9f\xf0\xf3\x04\x7e\x0c\xe8\x7f\xe0\x1f\x8e\x95\x3f\x84\x9c\x1e\x4e\x7d\x15\xfe\xfd\x1b\x00\x00\xff\xff\x3c\x91\x84\x09\x34\x11\x00\x00"); -func _dba ()([]byte ,error ){return _g (_gcdc ,"Ext-V")};func _bebe ()(*asset ,error ){_ggdd ,_cdd :=_efaf ();if _cdd !=nil {return nil ,_cdd ;};_bfg :=bindataFileInfo {_b :"Adobe-KR-5",_ffe :1333,_ag :_ed .FileMode (436),_ac :_c .Unix (1580491432,0)}; -_ace :=&asset {_abe :_ggdd ,_ece :_bfg };return _ace ,nil ;};var _caaf =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x84\x9a\xcb\x8a\x66\x39\x76\x85\xe7\xf1\x14\xff\xb0\x3d\x68\xe7\xd1\x5d\x82\x20\xa1\x5d\xdd\x4d\x17\xa6\xdb\xc6\xe5\x1b\x18\x0f\x74\x4d\x12\x9c\x11\x41\x64\xd6\xa0\xde\xde\xec\xf5\x9d\x2e\xdb\x85\xa1\x06\x85\x2a\x56\x1e\x49\x5b\x5b\x6b\x5f\xf5\x7f\xf8\xee\xfb\xdf\x7f\xff\xf2\xf9\xdb\xe3\xc3\x3f\xbe\xbf\xce\x1f\xf6\xb7\xc7\xf9\xfc\xb2\xde\xf7\xd7\xd7\x1f\xdf\xe7\x7e\x8c\xfd\xe9\xf3\xcb\xd3\x93\xf3\x8f\xf5\x79\x7e\xfb\xeb\x9f\x1a\xe6\x97\xfe\xf6\xf4\x64\xf3\x7f\xf8\xe9\xeb\xb7\xfd\xe5\xfb\x97\xf3\xfa\x08\x7c\xb7\x7e\x7c\xbb\xbf\x7d\x3c\x3e\xfc\xd3\xfe\xf4\xf9\xeb\xb7\xf7\x9f\x1e\xbf\xf9\xdd\x7a\x1d\xfb\x6f\x1e\x6b\x1f\xc3\xff\xe1\x7d\xed\xf7\xcf\x2f\x9f\x1e\xbf\xf9\xee\x2f\x3f\xb8\x9f\xe1\x1f\x7e\x7c\x7b\xfb\xaf\xfd\x65\xbf\x7c\x7b\x38\x61\xfb\x65\x69\x7c\xfa\xf0\xdd\x9f\xfb\xdb\x5f\xfa\x97\xfd\xf8\xf0\xa7\xbf\xff\x34\xe7\xd7\xdf\xfe\x5d\xfa\xed\x9f\xf4\x6f\xfa\xa7\x7f\xdd\xef\x5f\x3f\xbf\xbe\x3c\xdc\xdf\x5e\x57\xfe\x1f\xf8\x9f\x7f\x7a\xdb\xf7\x52\x4f\x1f\xfe\xfd\x5f\xbe\xff\xfd\xe3\x3f\xdc\xc3\x5d\x0f\x9f\x42\x6b\xff\x79\xe3\xff\xf6\xe7\xd7\xb5\x1f\x17\x7f\x79\x84\x9f\xaf\x6b\x7f\x7d\xeb\x73\xbf\xf7\x97\x4f\xfb\xe9\xf1\x78\xbe\xae\x8f\x8f\xc7\xe3\xb9\x5e\x1f\xed\xaf\xfa\xbb\x78\x7d\x7c\x3c\xff\xf1\x0f\x7f\xfc\xc3\x47\x93\xf2\x17\xdf\x3f\x39\x96\x79\x79\xfd\xb6\xf6\x01\xd3\x0a\xcf\xee\x7c\x7c\x38\x9b\xf1\xbf\xff\xe9\xc9\x5d\xd7\xbd\xef\xe7\x75\x7f\xed\xed\xeb\xb2\xed\xeb\xe7\xda\xb5\x5b\xed\xfa\xbb\xb8\x7c\x19\xd6\x9d\xb0\x9d\x0c\xf3\x3e\x3c\x3d\xd7\x11\x85\x8d\xe8\x85\x35\x2f\x2c\x81\xf1\x5d\x8b\xc2\x0a\x58\x01\x4b\xc2\x1a\x58\x03\xcb\xc2\x06\xd8\x00\x2b\xc2\x96\xb0\x74\x81\x55\xc3\x52\x04\x8b\x86\x85\x4b\xfb\xa6\x0a\x56\xc1\x24\x5f\xea\x60\x1d\xcc\x64\xd9\x9c\x6d\x47\x9b\x1b\x9d\xce\xb1\x63\x16\x96\x3b\x98\xed\xb1\xf3\x14\x56\x92\xb0\x6c\x32\xef\x52\xc0\x96\xb0\x02\xb6\xc1\xf6\xc7\x87\xaf\xcd\x10\x34\xb5\x3b\x33\xab\x17\xc6\xcc\x59\xc1\xec\x64\x7b\x4a\xba\xbd\x25\x89\xf7\xa6\xf9\xbd\x91\x64\x6f\x61\x51\x92\x1c\x24\x3e\x60\xc9\xe6\x1e\x4e\x71\x74\xda\xe8\x8b\xed\x71\x38\xed\x49\x7c\x27\xed\x9d\xcc\x77\x39\x1b\x86\xa6\x4e\x96\xa6\x8e\x6e\x37\x86\xcb\x64\x3e\xc8\x7c\xa6\x64\x09\x41\xdf\xcd\x0c\xc6\xdc\x5c\x85\x31\x77\x35\x30\xcd\x5d\xba\xb5\x73\x86\x30\x9d\xed\x9c\x05\xa6\x3d\xa2\xbf\x9e\x9e\xdb\x25\x99\xdb\x95\x06\x98\x37\xcc\x84\x7d\x6e\x57\xe6\xbb\xa4\xef\x0a\xdf\x15\xed\x11\x73\x11\xd6\xc1\x74\x43\x57\x02\x1b\x60\xcc\x2d\xc2\x74\x8e\x76\xa1\xfb\x58\x9d\xb0\x22\x6c\x14\xb0\x6c\xd8\x68\xc2\x90\x2f\x19\x5b\x9a\x43\x3e\x97\xa5\x83\x54\x84\x99\xe2\x6c\xd0\x8d\x67\x77\x09\x3b\xc2\xca\x8d\x55\xc3\xd8\x57\x83\x8b\x39\x68\x6e\x0f\xc2\xd8\x23\x87\xf8\xf4\xdc\x3c\x7b\x78\x64\x2e\xde\x64\xf1\xcc\xf5\x1d\xcc\x38\xd4\x7c\xd7\x1e\x7e\x5c\xc6\x2a\x3b\x85\x1f\x7c\x65\x83\xaf\x5a\x6b\x78\x10\x6f\x48\x10\xa2\x1d\x3d\x8c\xaa\x3a\x95\x17\xa3\x9a\x3f\x92\xac\x26\x61\x87\xef\x90\xac\x1a\xb7\x5b\x40\xb2\x90\xa5\xa5\x2a\x6d\x86\x2c\x2d\x05\xa4\x6d\x4e\x18\xd2\x86\xae\xdb\x69\xa1\x09\xd3\x4d\x84\xa9\x3d\x9a\xb1\xb6\x85\xa9\x3d\x02\xb2\xb4\x62\x67\x08\xc8\x12\xb6\xdd\x62\xba\x2e\xed\xbb\xa7\x30\xc9\x92\x2e\x69\x38\x22\x4b\x94\x0f\x49\x97\x6f\xc2\x74\x8b\xb1\xf0\x5d\xb0\xb9\x11\x59\xe2\x3d\xb7\xd9\x1e\x89\xb9\x29\x4e\xc3\x5c\x4d\xc2\xc4\xb2\x94\x9a\x30\xf3\x21\x2d\x25\xc9\x9c\x58\xcf\x6b\xdf\xc4\x7a\x69\x6a\x5f\x1f\xed\x76\xd2\xd4\xbe\x89\x3d\xd0\x73\x66\x8f\xcc\xdc\x20\x1d\x64\xe6\xe6\x15\x0c\x8b\x66\x69\x2d\xaf\x24\x8c\xb9\x51\xba\x2f\xcc\x2d\xcc\x8d\xe6\x0b\x5b\x61\x6e\xe1\xbb\x94\x4c\xbe\xca\x77\xb5\x98\xfe\x52\x4e\xb6\x5e\x95\xff\x61\x70\xa9\x48\x7f\x15\xcb\xd0\x60\x98\xc9\x5c\x61\x9e\x06\xc3\x8a\xb0\x03\x76\xc0\xb4\xc7\xd0\x7d\x68\x30\xac\x09\x6b\x60\xd2\x55\x91\x5e\xea\x58\x60\x1b\xcc\xf4\x5c\xa7\xd8\xa7\xc1\xb0\x20\x2c\x82\x45\xb0\x28\x8c\x3d\x26\x32\x3b\xc9\xbc\x91\x6f\x23\x9f\x78\x55\x37\x67\xdb\xf7\x77\x92\x6f\xb3\xaf\x0d\x86\x49\xbe\x83\x5e\x6c\x70\xa9\xc8\xb3\xd4\x83\x2c\x07\x59\xbc\xe4\x3b\x13\x6c\x82\x99\xfe\x5a\xd4\xbe\x1a\x0c\x0b\xc2\x12\x58\x02\x8b\xc2\x0e\x18\xba\xf2\x26\x73\xcb\xd2\xb3\x06\xc3\xb2\xb0\x0d\x86\x5e\xbc\x9d\xa3\x15\xd6\x2b\xf7\x7a\x55\x58\x05\xab\x60\x76\x8e\xd6\x25\xb3\x06\x97\x4a\xb8\x84\xb1\x5e\x67\xbd\x60\xe7\x68\xdc\x51\xbb\xef\x28\xe8\x1c\x03\x59\x06\xb2\x84\xa0\x9c\xe0\xaf\xb1\xfc\xff\x0b\xef\xad\x6d\xb6\xdb\xf7\x76\x3a\xe6\xd1\x75\x69\x30\xcc\x8e\xd9\xa3\x96\xd6\x60\x58\x16\x36\xc1\x50\x65\xb0\x63\xf6\x24\x9a\x74\x4c\xaa\x04\x3b\x66\xcf\xa2\xb1\x06\xc3\x9a\xb0\x0a\xc6\xd1\xa3\x1d\xb3\x17\x5d\x83\x06\xc3\x9c\xb0\x0d\xc6\xd1\xa3\x1d\xb3\xe3\xe0\x34\x18\x16\x84\x15\x30\x68\x12\xa3\x30\x64\xb9\x29\x1b\x75\x8e\x31\xc0\x06\x98\xce\x81\x29\xf7\x9b\x8a\x51\xe7\x58\xa2\x93\x06\xc3\x74\x8e\xc5\xbe\xeb\xde\x57\xe7\x58\xec\xb1\x58\x4f\x81\xaa\xa3\xd3\x7e\xeb\x54\xe6\xdd\x77\x04\x43\xa7\x49\xf2\x6d\x74\xb0\xd1\x41\x92\x7c\x50\xb6\xdf\x94\x4d\x92\xef\x64\x30\xae\x5a\x41\xae\x1f\xce\x71\xee\x7d\x4d\xbe\xa1\x74\x85\xc1\xb0\x26\xac\x83\x71\x6f\x96\xb2\xb5\xc1\xbd\x8d\xfb\xde\xb2\xe9\x99\xd4\x89\xc1\x30\x2f\xac\x82\x21\x5f\x0e\xc2\x58\x2f\xdd\xeb\x45\x61\xac\x97\xee\xf5\x92\xb0\x0d\x86\xa9\x64\x3b\xc7\x20\x80\x8f\xfb\x7e\xb3\x64\x2e\xc8\x7c\x9b\x40\xd1\xbe\x04\xf0\x51\x58\xaf\x68\x3d\x78\x30\x6e\x1e\x28\x0c\x0d\xdc\xa3\x06\xc3\xb4\x1e\x2e\x6e\x74\xce\x51\xa4\x03\x02\xfd\xe8\xc8\xac\xb0\x39\x3a\x32\x77\xf6\x50\x38\x18\xb8\xc2\x71\xbb\x42\x25\x04\x03\xae\x8d\x9b\x43\x55\xfb\x0e\x64\xb9\xdd\x9e\x5c\xf5\x98\x9c\x6d\xa2\xfb\xa6\xb9\x13\x5d\x4d\xed\x4b\xd8\x1d\x93\x7d\xe7\x04\x93\xfe\xe0\xda\x58\x0e\x4c\xeb\x2d\xce\x41\xd8\xa8\x72\xd5\x83\xb0\xa1\xc1\x30\x9d\x77\x71\x47\xeb\xde\x43\xe7\x5d\x0b\x4c\xee\xb1\x3a\xe9\x74\x21\xb3\x0d\xc5\x55\xa6\x72\xdc\x75\xf8\x4c\xe2\x6d\x54\xba\x11\x45\x9e\x7a\xe0\x95\x07\x5e\xb9\xca\x53\x0f\xbc\xf2\xc0\x2b\x57\xa7\xe3\xee\x06\xc6\xd1\xe4\xbd\xc7\x66\xdb\xcd\x1e\xf2\xc0\x83\x2c\x43\x83\x61\xda\x17\x8a\x0f\x28\x5e\xe5\x6d\xc7\xe1\x68\xa7\x81\x69\x5f\x68\x3f\xf0\xde\x55\x9e\x75\x12\x11\xa7\xaa\x8d\x54\xe5\x45\x67\x8c\x60\xac\x27\xef\x38\x63\x05\xab\x60\x49\x58\x07\x43\x7d\x72\x6b\x53\x95\x45\x9b\x09\xf9\xe4\xd6\x66\x4a\x60\xa8\x5e\xee\x65\xa6\x02\x36\xc0\xb4\x5e\xba\xe7\xa2\x7a\xb9\x83\x99\x91\x2f\x5f\x60\x4e\x98\x07\x43\x66\x45\xf1\x99\x91\x39\x23\xb3\xdc\xc6\xc4\x4d\x4e\xdc\x64\x95\x3b\x98\x44\x9c\x49\xc4\xa9\x72\x07\x33\x0f\x30\x93\x25\x44\x45\xc9\x99\x91\x25\xdf\xb2\x80\xe9\xce\x67\xb9\xf7\x95\xae\x88\x4c\x93\xec\xa1\xca\xcc\x67\x69\x60\xe8\x5e\xe6\x3b\x31\xcb\x89\x59\x56\xe5\xdf\x13\xb3\x9c\x98\x65\xcd\x5a\x0f\xb3\x9c\x44\xb0\x5a\xa4\x83\xce\x1e\x1d\xfd\xc9\xcc\x67\xe7\x6c\x9d\x3d\x94\x57\x4f\x32\x46\x0d\x86\x49\xa7\x9d\x73\x10\xfd\x6a\x91\x2c\x64\xbd\x93\x48\x57\x65\xfa\x73\xc8\xb4\x26\x99\x47\x15\xc7\x27\x59\xc6\x9c\xe8\x40\xa6\x3a\x27\x3a\xc0\xb4\x9a\xcc\x72\x62\x46\x13\x33\x6a\x32\xad\xb9\x58\x4f\x95\x6d\x6a\xca\x6e\x26\xbc\x9f\x5b\x32\x37\x0f\x86\xcc\xf0\xbe\x89\xbb\x13\xde\xcf\x73\x7f\x27\x99\x0f\xe7\x38\x92\xa5\x29\x34\x2e\x5c\xf6\x82\xa7\x64\xcd\x4b\x15\x70\x5b\x70\xb2\x29\x34\x2e\x5c\xf6\x8a\xcc\x55\x18\x5c\x64\x23\x8b\x6c\xa4\xc5\xf8\xeb\xd1\x7e\x25\xa9\x4d\x83\x4d\x49\xc2\x12\x18\xc7\x54\x44\x5c\x50\x5b\x43\xcb\x99\xcf\x3a\xd0\x2d\x95\xdd\xfe\x82\xc5\x0b\x16\x93\xdf\x2f\x58\xac\xc1\x30\x9d\x08\x36\x2d\xd8\xd4\x64\x15\x0b\xe6\x2c\x98\xd3\x64\x15\x0b\x96\xac\x5e\xc1\x74\xca\xce\xbe\x38\xef\x26\x0b\x58\x38\xef\xd5\xef\xb9\x92\x65\xc8\xca\x34\xb8\xd4\x14\xe8\x16\x75\x8f\x06\xc3\xb4\xc7\x60\x8f\xc1\x71\x15\xe8\x16\xc9\xc3\x22\x79\x68\xb2\x80\x05\x9b\xd6\x40\xe3\x0a\x74\x6b\xa0\xf1\x79\xef\x21\x59\xa8\x67\x16\xb9\x6d\x53\x50\x5b\x24\x14\x6b\x72\x0e\x59\xc0\x22\x18\x2c\x82\x41\x93\x05\xac\x29\x46\x2c\x1c\x7f\x93\x05\x2c\x1c\xff\xc2\xc9\x37\x31\x7b\x2d\xe6\x12\xec\x9b\x02\xd8\x82\x4d\x4b\xb5\x41\xbe\xe4\x95\xe9\x61\xb4\xad\xfb\xc8\x97\x3c\xf0\xe6\x3e\x76\x4e\xc2\xa4\xd3\x8d\x57\xd1\x60\x58\x14\xd6\xc1\x3a\x98\xd6\x2b\xa2\x8b\x06\xc3\xb2\xb0\x00\x16\xc0\xb4\x07\xf5\xc7\x2e\xf7\x7a\x55\x18\xeb\x15\xd6\xd3\x7d\xec\x32\xc1\x26\x98\x13\xb6\xc1\x38\x87\xee\x83\x4e\x49\xdb\x9d\x73\xe8\x3e\x76\xe7\x1c\x3d\x83\x49\xbe\xde\xc0\xee\x3d\xb4\x2f\xdc\xd8\xe6\x34\x5c\xbe\xa4\xfb\x4d\x60\xdf\x83\x73\x48\xf7\x7b\xb0\x9e\x0d\x86\x69\x3d\x72\xea\x2d\x1e\xe4\x4b\x9e\x66\x93\x44\x6a\x30\x4c\x7b\xc0\x0d\x0d\x86\x35\x61\xec\x21\x6e\xe4\xab\x6a\x5f\xea\x9e\x3d\xd1\x7d\xd5\xbe\x70\x43\x4d\x1e\xc3\xa4\x7b\x92\x82\x3d\x91\x59\x9e\x6b\x93\x14\xec\x85\xcc\x4d\xeb\xc1\x0d\x0d\x86\x69\xbd\x85\xcc\x0b\x99\x9b\x74\x05\x5f\xf6\xb9\xe7\xea\x6c\x44\xdd\x7d\x24\x8b\x53\xcd\xb4\x0f\x67\x3b\x92\xc5\xa9\x16\xda\xd4\x47\x74\x95\xb2\x93\x37\xa3\xab\xd4\x8e\x22\x6c\x76\x8a\xba\x87\x08\x7b\xd4\xbb\xcb\x4e\x75\xca\xc1\x73\x9d\xc8\x7a\x81\xb9\xe2\xe9\xc9\xf7\x77\xa6\xd3\x43\xff\xe0\x58\x30\x72\xd9\xe9\x7e\x0f\x5c\xa3\xfb\x94\x9d\xee\x8d\xee\x53\x3b\xdc\x91\x93\xae\x0e\x77\x74\xe4\xf9\xb3\xbf\xc0\x26\xd8\x06\xb3\xb3\x1d\x12\xb2\xc3\x7d\x78\x25\x41\x87\xda\xf4\x28\x93\xc9\x5e\x19\xcf\xd9\xf2\x07\xe7\x88\xbb\x5e\x7e\xed\x9c\x0e\xc6\x7a\x16\xe9\xfa\xa5\x9e\x66\xbf\xe4\xa9\xb3\x3a\x6b\xfd\x52\x46\xd1\x2f\x25\xcd\xd9\x1b\x37\xfa\x95\xb2\xb0\x2c\x6e\xf8\xe6\x0c\x53\x3d\xd8\xe9\x52\xe5\x60\x59\x55\xbf\x64\x0b\x9d\x2e\x55\x0e\x5e\x7b\x74\xf6\x50\x42\x9b\x83\xe9\xb4\x5f\x4a\x68\xfb\x05\xef\x43\xd0\x7a\x9d\x7d\xe5\x73\x72\xb0\x4c\xa6\x5f\x93\x7d\xa7\x74\x1a\xb2\xf6\x58\xac\xa7\x42\x24\x87\x22\x4c\x85\x48\xbf\x36\xeb\x19\x87\x3a\x1d\xae\xee\x2c\xd1\x6f\xcd\x00\x55\x71\xdd\x29\xa3\x0f\xaa\xb0\xba\x53\x6a\xd3\x9d\x04\xb6\xf2\xb5\xd3\xdc\xea\x0e\x4a\x69\x21\xa5\x71\x0c\x6a\x52\x76\x77\x0a\x48\x31\xa4\x08\xa9\x20\xdb\x10\xdb\x8d\xe6\x57\x57\xf3\xcb\x9b\x93\xe9\xb4\xbe\xba\x1a\x51\xc1\xa8\xda\x69\x43\x75\xb5\x9c\xa2\x5d\x5c\xa7\xe1\xd4\x83\x55\x72\xd1\x4c\xb5\x07\xb5\x23\x7a\x30\x4b\x54\xeb\xae\xd3\x30\xea\x6a\x0e\x25\x33\x83\x4e\x6b\xa8\xab\x35\x94\xcd\x51\x75\x1a\x43\x5d\x0d\x9f\x62\xee\xb1\xd3\xee\xe9\x6a\xed\x28\xdd\xed\x34\x76\xba\x1a\x3b\xcd\xe8\xd5\x69\xeb\x74\xb5\x70\xe4\xcc\x3b\x0d\x9c\x4e\x03\xe7\xb2\xd8\xd0\xe9\xdf\x74\xfa\x37\xce\x12\xd3\x4e\xfb\xa6\x57\xb4\x68\xb9\x6f\xaf\x7c\x55\x0f\x8a\xcd\xbf\x1a\xc6\x7b\x63\x91\xa6\x45\x82\xb9\x9a\xde\x58\xa4\xdd\x8d\x55\x5b\x97\x6e\x7d\xbf\x4b\x67\x4b\x63\x3b\xcd\xfa\xde\xef\xa0\x61\x13\x07\x5f\x51\x58\xe5\x66\x14\xa1\xae\xea\x43\x5f\xa9\xdc\xec\xe4\xd8\x9d\x3c\x4f\x29\x6c\x27\xcd\xeb\xa4\x33\x4d\x9c\x9e\x67\x03\xe9\x6a\x45\xd5\xc5\x44\x85\x79\x7f\x59\x19\xd3\x17\x13\x15\xb9\xbc\x1c\x74\x27\x70\x75\x9a\xe5\x4e\xdc\x25\x06\x74\xf9\x21\xef\x65\x1e\xb8\xa1\x2e\x17\xe1\x83\xe5\x5e\x1d\x0f\xd1\x8f\xb1\xde\x07\x73\x10\xfd\x2c\xbe\xba\x85\xf0\x4f\xcf\x83\x0e\xf3\x90\xad\xf9\x68\xee\x7a\x60\x6a\x43\x8d\x5e\x9f\x2c\x9f\x1a\x58\xc1\x10\xc1\x7d\x36\x47\x35\x60\xf8\x80\xab\xd9\x4c\x63\x40\xd6\x01\x59\x8b\xb9\xdb\x01\x5b\x87\xd8\xea\x95\xa3\x0f\xe8\x3a\x44\x57\xaf\x84\x67\xc0\xd7\xa1\x86\x66\xb8\x8c\xc2\x03\x7a\x0e\xd1\x33\x38\x53\xce\x80\x9f\x23\xc2\x7c\x53\xce\x80\xa0\x43\x04\x0d\xde\x94\x33\x60\xe8\x10\x43\x83\x7c\xc7\x80\xa2\x43\x14\x0d\xd1\x94\x33\xe0\xe8\x10\x47\x43\x34\xe5\x0c\x48\x3a\x44\xd2\x90\xcc\x61\x0d\x48\x3a\x44\xd2\x90\xa3\x4d\x84\xa4\x43\x24\x0d\xea\xff\x0c\x48\x3a\x44\xd2\x50\x9a\x4d\x84\x85\x43\x2c\x0c\xd5\x1c\xc9\x80\x85\x43\x2c\x0c\xcd\x72\x88\x01\x0b\x87\x58\x18\x2f\xb3\xf7\x01\x0b\x87\x58\x18\x9d\x79\xe6\x01\x0b\x87\x58\x18\xfd\x65\x2a\x84\x85\x63\x58\xbc\x8c\xde\x2a\x8b\x31\xf4\xca\x30\x44\x4c\x1e\x28\x06\xc4\x1c\x22\x66\x94\xd7\x1b\x10\x73\x88\x85\x31\x4a\x39\xb0\x70\x88\x85\x31\x49\x39\xb0\x70\x88\x85\x31\x49\x39\xb0\x70\x6c\xcb\x8e\x63\x96\x72\x76\xf2\x40\x5e\x3b\x02\x05\x41\x5a\x2b\x5b\xa1\x3f\xe0\xea\x10\x57\xa3\x7a\x59\x03\xae\x0e\x71\x35\x56\x8b\x84\x03\xae\x0e\x11\x33\xd6\x56\x9e\x9e\x27\xc4\x9c\x22\x66\x6c\x16\x2b\x26\xc4\x9c\x22\x66\x52\x6a\x36\x21\xe6\x14\x31\x93\x33\xb7\x3a\x21\xe6\x74\x96\xf9\x24\x6f\xa5\xc9\x74\x2a\x9d\xa6\xb8\x9a\xbc\xc5\xf2\x09\x57\xa7\xb8\x9a\x82\x69\x75\xc2\xd5\xe9\x2d\xfd\x48\x7a\xa7\x99\x7e\x0e\xa0\xa1\x89\x4e\xd0\x14\xa4\xb5\xa2\x96\x87\xd1\x33\x58\x15\x9b\xa2\x79\xfb\x19\xd4\xd7\x9b\x22\x79\x8a\xa6\x89\x09\xc9\x67\x18\xf5\xe3\x23\x25\x2f\x48\x09\x14\x43\x4a\x49\x6b\xa9\x4f\xc9\x90\x92\x59\xc7\x94\x1b\x7f\x9e\xb2\x8e\x94\xcc\x0d\x4f\xac\x63\x46\x2b\x4c\x52\xf6\xf6\x55\x54\x70\x65\xa0\x47\x3e\xa3\x4a\x95\x89\x8b\xcf\x51\x13\x11\x42\x36\x94\xb2\x65\x5d\x13\x1b\x9a\xb2\xa1\x54\x2c\x5a\x4c\x6c\x68\xca\x86\x52\xb5\xca\x6b\x62\x43\x33\x13\x2e\x42\x78\x7a\x9e\x90\x7c\x36\xcb\x6c\x52\xd3\x19\x9b\x7a\x06\x0c\xd9\x02\xe1\x6c\x7a\x9f\x9c\xcd\xaa\xef\x7c\x49\xcf\x4d\xcf\x84\x53\xc6\x91\x2f\xa3\xc4\xc4\x38\x66\xb3\x28\x95\x2f\x2b\xbd\x67\x53\x27\x89\x21\x5f\x01\xe8\x08\xb2\x6a\x92\x54\x70\x36\xb5\xbb\xa7\xac\x2a\x3b\x33\xc7\x89\x55\x4d\x59\x55\x76\xc9\x24\xc5\xaa\xa6\xba\x84\xd9\x3b\x13\xa2\x2b\xf8\x32\x90\x8e\xcd\xae\xe8\x3b\x65\x7b\x59\xef\x7e\x13\xdb\x9b\xb2\xbd\x2c\xab\x9a\xd8\xde\x1c\x7c\x65\xe1\x6d\x62\x68\x53\x86\x96\xa3\x85\xb7\x89\xa1\xcd\x49\x2c\xb5\xf0\x36\x31\xb4\x29\x43\xcb\xd9\xc2\xdb\xc4\xd0\xa6\x0c\x2d\xe7\x6a\x13\x31\xb4\x29\x13\xca\xc5\xe2\xd7\xc4\x84\xa6\x4c\x28\x57\x8b\x5f\x13\x13\x9a\x32\xa1\xdc\x2c\x7e\x4d\x4c\x68\xca\x84\xca\x65\xf1\x6b\x61\x42\x4b\x26\x54\x2e\x8b\x5f\x0b\x13\x5a\x32\xa1\xe2\x2c\x7e\x2d\x4c\x68\xc9\x84\x8a\x37\x12\x2e\x4c\x68\xc9\x5e\x8a\x72\xb2\x85\xbd\x2c\xd9\x4b\x89\x57\xfd\xd5\x48\xbc\x30\xa7\x25\x43\x29\xb1\xd8\xba\x18\xca\x0a\xe4\x13\x56\xa7\x2c\xac\x62\x89\xdc\x45\x94\x59\x90\x7b\x89\xb6\x45\xaf\x10\x0b\xda\x2e\xd1\xb6\xa8\x23\xb9\xa0\xed\x22\x37\xa9\x16\xb8\x16\xb4\x5d\xa2\x6d\x51\x23\x60\x41\xdb\x25\xda\xd6\xcb\x02\xd7\xc2\xf5\xaf\x6c\x36\x5d\x2f\x0b\x5c\x2b\xcb\xa6\x19\x6a\x31\x62\xad\xac\xfa\x73\x65\x12\x1d\x53\xfa\x22\x40\xac\x62\xa5\x7a\x75\x4d\x90\x2a\x39\x86\x5a\x6b\x13\x34\x80\x6c\x22\xea\x24\x8c\x2c\x85\x91\xea\xcd\xf5\x2f\xc2\xc8\x52\x18\xa9\xc1\x5c\xff\x22\x8c\x2c\x85\x91\x1a\xcd\xf5\x2f\x2c\x6c\xc9\x52\x6a\x32\xe3\x59\x58\xca\x12\xe1\x6b\x32\x27\xb5\x20\xfc\x12\xe1\x6b\xb6\x8a\x61\x41\xf8\xd5\x97\x41\x7a\x78\x59\x5d\x2d\x4d\x86\xea\xa4\x9c\xbe\x99\xa8\xb5\xf4\x88\xba\x20\xfc\x12\xe1\x6b\x35\xc7\xb2\x20\xfc\x1a\x96\x65\xd7\x5a\x83\xa0\x22\x48\x13\xab\xd5\x5f\x0b\x1b\x58\xb2\x81\xaa\xd2\x7c\x61\x03\x4b\x36\xd0\x2e\x8b\x9e\x0b\x1b\x58\xb2\x81\x26\x73\x5d\xd8\xc0\x52\x01\xdf\xf4\xce\xb8\x96\xea\x2c\x86\x76\x49\x2e\x4a\xfa\x25\x4b\x69\xfa\xcd\xc0\xc2\x52\x96\x2c\xa5\xa9\x98\x58\x58\xca\x92\xa5\xb4\x60\x01\x62\x61\x29\x4b\x96\xd2\xa2\x05\x88\x85\xa5\x2c\x59\x4a\x4b\xe6\xc1\x37\x96\xb2\x65\x29\x2d\x5f\xc9\x20\x7d\xb5\x65\x29\x2d\x5b\xfd\xbc\xb1\x94\x2d\x4b\x69\x7a\x07\xd8\x58\xca\x96\xa5\x34\xf5\x61\x37\x96\xb2\x65\x29\xad\x59\x86\xbe\x31\x85\x2d\x53\x68\xcd\xbc\xee\xc6\x14\x36\xef\xc4\x97\xea\xe9\x8d\x2d\x6c\xde\x75\x2f\x67\x3e\x6f\x63\x0c\x9b\x37\xdc\xcb\x9b\xe3\xdd\x58\xc3\xe6\x0d\xf7\xd2\xef\x40\x36\xe6\xb0\x79\x9b\xbd\x82\xdd\xc9\xc6\x1e\x36\xef\xb0\x97\xde\x52\x37\x06\xb1\x79\x87\xbd\x92\x95\x1d\x1b\x8b\xd8\xbc\xb9\x5e\x7a\xb1\xdf\x90\x7d\xdf\x29\x7b\xb1\x5a\x72\xc3\xe3\x4d\xce\x7e\x15\xab\xfd\x36\x44\xde\x24\xed\x57\xcd\xa6\x4d\x98\xbc\xab\x7a\x14\x97\xba\x7e\x9b\xf7\xd5\x4d\x26\x7f\x35\x4b\x3d\x36\xf4\xde\xbc\xfb\xb9\x4b\xaa\x6a\x7a\xf4\xd8\xe4\xef\xee\xb2\xba\x6c\xc3\xf9\x4d\x02\xef\x2e\xa3\xe0\x86\xf4\x9b\x0c\xde\xb9\x62\xeb\xc1\xfa\xdd\xef\x9a\xc2\x22\xcb\x86\xd0\x9b\x47\x19\x17\xcc\xd1\xef\xa1\x77\xec\x4d\x5e\xef\x82\x2e\x12\x96\xef\xa1\x37\x52\x17\x8c\x87\x7b\x9c\x1b\x73\xc8\x9c\x85\x79\x30\xcd\x8d\x46\xf4\x0d\xf7\x37\x15\x80\x8b\x46\xc5\x0d\xf9\xf7\xd4\x43\x83\x4b\xc6\xc5\x3d\xf5\xd0\xc0\x60\x67\x0b\xc2\x8e\x30\xd6\xcb\x56\x52\x6d\xac\x64\xd3\xff\x73\x59\x77\x84\x99\xec\xa5\x8e\xb0\xd3\x1b\xf3\xa6\xff\xb7\xe9\x73\x39\xbd\xeb\x6e\xac\x62\xd3\x33\x72\x7a\x30\xd9\x98\xc5\xde\xfa\x0d\x81\xab\xe2\xf2\x56\x67\x96\xc1\x79\xa5\x6f\x7b\xeb\x77\x05\x9b\xfe\x86\x93\x03\xdd\xd8\xcf\xa6\xf7\xe0\xd4\x27\xdc\x18\xd0\xa6\x07\xe0\x2f\xbb\xdf\x83\x05\x9d\x4b\xad\x52\xef\x5c\x35\x4c\x29\x09\x83\xc9\xdc\x84\x15\x61\x14\x79\xce\xee\xe8\x60\x6a\xe7\x52\xdf\xc7\xbb\x2a\x4c\x99\x17\x83\xdd\x91\x13\x36\x85\xb1\xaf\xf2\xb8\x83\x4d\x1e\xa7\xbe\x9e\xf7\xa6\xd3\xe3\x72\x00\xeb\x9c\xad\x09\x1b\x60\x3a\x6f\xd6\xbe\x4e\x89\xc8\xb9\xcb\xf6\xe0\x8a\x61\xc8\xc2\x2f\x50\x7c\xb0\x88\x71\xb0\xe8\xe3\xd5\xa7\xf1\x31\xd8\x5c\xaf\x3e\x21\x83\xf3\xc5\x38\x79\xbc\x7a\x37\x87\x5f\xaa\xf8\x58\xf4\x1d\xeb\x79\x75\xde\x7d\xb4\x52\xe0\x78\xf5\x45\x0f\xbf\x25\xf1\xc9\x6c\xe1\xe0\x0f\x4e\xd0\x6f\x17\x7c\xaa\xc2\xf4\xfa\x70\xf0\x11\x5e\xf5\xc7\xc1\x47\x1c\x7c\x84\xcf\x16\x5f\x0e\x3e\xe2\x44\xf5\x31\xbd\x1e\x73\x4f\xd4\xaf\x70\x0e\x7e\xc3\x17\x4b\xe2\x0f\x7e\xe3\x44\xf5\x8c\x7c\xbd\xda\xff\x0d\xe2\xc9\xff\x32\x86\x9f\xa8\x8e\x30\x83\x49\x9a\x85\xb1\xb2\xde\x99\xbc\xde\x94\x4e\x94\x7b\x3e\x78\x24\xdf\x2e\x93\x0a\x8f\x74\xf0\x48\x5e\x6f\x09\x07\x8f\x74\xd2\xfd\x9d\xa5\x4a\x07\x8f\x74\xb2\x6e\x30\xa8\x1b\x7a\x32\x37\xa8\xc1\xe6\x82\x45\x61\x54\xf6\xea\xdc\x1d\x3c\xd7\xc1\x73\x05\x75\xe9\x0e\x9e\xeb\xe0\xb9\x82\xb2\xbd\x83\xe7\x3a\x78\xae\xe0\x2d\x5b\x38\x78\xae\x83\xe7\x0a\x41\xcc\xc1\x73\x1d\xbc\x54\x88\xba\x7d\xbc\xd4\x91\x63\x72\x21\xe9\xf6\x9b\xba\xba\xe7\xee\x32\xa4\xaa\xef\x98\xdb\xec\x72\x5d\x48\x96\x6e\x9d\xa6\x2e\x27\x83\x7d\x97\x84\x25\x30\xd3\x69\xc8\xd2\x5f\x53\x87\x8a\xc1\x51\x69\x9e\x36\xd9\x43\x5d\xce\x90\xd9\x57\xcf\xec\xa7\x2d\xe6\x9a\x85\x1e\x3c\xe1\xe9\x77\xb7\x4c\x7a\xc1\x13\x9e\xbb\x99\x11\x93\x59\x23\x9e\xf0\xdc\xdd\x0c\xd5\x11\x07\xaf\x77\x78\xae\xcd\xf2\x3e\x87\xe7\xda\xc3\x33\x6c\xce\x11\x6c\x0b\x63\x3d\x35\x87\x0e\x5e\xef\x4c\xfd\x1a\x31\xeb\x17\x33\x67\x2a\xdb\x3f\x33\xea\x3b\xfd\x4a\xe5\x4c\xbd\xc5\x30\x54\x15\x26\x67\x26\xa6\xea\xad\x25\xeb\xc7\x27\x47\x6f\x8a\xcf\x87\x67\xbf\xac\x1f\x9a\x1c\x9e\xfd\xce\x94\x51\x64\xfd\x3a\xe2\x4c\x05\x88\x83\xb3\xcd\xfa\x15\xc0\xc1\xd9\x9e\x39\xd4\xa8\xd4\x2b\xfb\x99\xaa\xad\x18\x62\x8c\x92\x44\xb5\xd5\x99\xfa\x81\x43\x56\xc2\x73\xa6\x1a\x63\x67\xd2\x07\x2c\x4d\xa2\x6c\xb6\xd5\x6f\x68\x32\x0c\x9f\x9b\x53\xa0\x01\xd5\x44\x07\x3f\x7d\x96\x5e\x4d\x73\xb5\xc4\xee\xe8\x69\xea\xf9\xe0\xbb\x73\xb5\xaa\xfb\xe0\xbb\xcf\xa2\xe7\xac\xdf\x84\x9d\xa5\x9e\xf3\xb9\xdf\x28\x9a\xc5\x9b\x83\xef\x3e\xfa\x19\xa5\x2b\xfa\x5d\xd7\xd9\xea\x8f\x1e\x3d\x23\xb8\xa2\xb7\x87\xb3\xf5\x66\x74\xf0\xf1\x45\xfd\xfe\x83\x8f\x3f\x6a\xfb\xbb\x72\x59\xba\x7d\xd4\xfc\xbf\x07\x5f\xb5\x83\x0a\xe1\xb3\x15\x95\x8a\x3a\xf1\x67\x6f\x76\xd5\x1b\x5d\x71\x41\x33\x39\x2d\x91\xa0\xb8\x5f\xbc\x9f\xd9\xff\x7f\xe9\x6f\x4f\x3f\xff\xe2\x77\xfe\xf8\xfe\xbe\x5f\xbe\xe9\xd7\xc5\xfa\x55\xef\x63\xed\xf3\xf9\x65\xff\xfc\x4b\xe5\xb7\xd7\x37\x9b\xa5\xff\xfe\x3b\x00\x00\xff\xff\xa0\x76\xd7\x85\xd5\x2c\x00\x00"); -var _faed =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x64\x96\x5d\x6b\x1c\x37\x1b\x86\xcf\xf5\x2b\x74\x98\xf7\xe0\xad\xf5\x2d\x0d\x0c\x0b\x26\x76\xa8\x0b\x69\x4a\xd3\xb4\x85\xd2\x83\xd1\x97\x59\xa8\x67\x97\xf5\xfa\x20\xff\xbe\x3c\xf7\xed\xa4\x9f\x50\x14\x5f\x2b\xdd\xf3\xec\xb5\x7a\xa4\xb9\x79\xfb\x70\xf7\xb0\x1f\xaf\xfa\xe6\x87\xcb\xa9\x7d\x1c\x57\x3d\x8f\x7b\xbf\x8c\xe7\xd3\xcb\xa5\x0d\x5d\xc7\xe3\x71\x57\xca\x3a\xdd\x8f\xed\xfa\xe5\x4f\x0c\xed\x69\x3b\x2b\x25\xeb\x3f\x7e\x7e\xbe\x8e\xa7\x87\x7d\x9e\xb4\xe7\xbc\xfe\x72\x7e\x9d\xab\xf5\xcd\x8f\xe3\xf1\xf8\x7c\xbd\x7c\xd6\x6f\x6e\xfb\xa9\x8e\xff\xe9\x3e\xa6\xf0\x0f\x97\x3e\x2e\xc7\xfd\x51\xbf\xf9\x6e\x3b\x6f\xbb\xfd\xfa\xc1\xc7\x97\xf3\xf9\x8f\xf1\x34\xf6\xab\xb6\x60\x63\xef\x18\xd5\xcd\xdb\xf7\xdb\xf9\xfb\xed\x69\xe8\x9b\xfb\x4f\x6f\xff\xff\x2d\x28\xe0\xcf\xe3\xf2\x7c\x3c\xed\xda\x9a\x6f\x8c\x49\x7f\xf1\x9f\x3e\x9f\xc7\x6b\x8a\xba\xf9\xf4\x70\xf7\x61\xce\xe7\x71\xd5\xa9\x18\xce\xf9\xf5\xd3\xc3\x9d\xfe\xcd\x6a\x6b\xb4\x8b\xde\x2d\xbf\xbf\x4e\xfd\xe5\xfd\xa9\x0f\xcd\x49\xca\xf3\xcb\xb4\x53\x1f\xcf\xe7\xad\x8d\xcb\xb6\x3f\x0e\xa5\xf5\x6a\xcc\x41\xcb\x7f\x6b\x31\x07\xf9\xbb\xdc\xdf\x82\xac\xe5\xfe\xee\x1d\xc8\xad\xbd\xb5\x20\xef\xee\xdf\xdd\x1f\xe4\x9b\xfc\x2b\x45\x59\x86\xef\xa7\x6b\x1f\x93\x0c\xb9\xab\x9d\x07\xed\xbc\x95\x35\x7f\xff\x50\x59\x63\x5e\xeb\x39\xf6\xd7\xf9\x4e\xe6\xe7\xc1\x62\xb0\x68\x2d\x63\x13\x58\x46\x9f\x07\xad\xbd\x4b\x6a\xdd\xec\x66\x0f\x7a\xdd\xec\x94\x99\xc9\x7b\xb5\x6e\x8e\xc8\x6d\x82\xb2\xcb\x82\xea\x06\xd4\xa4\xf0\x1c\xac\xa0\x46\xd4\x0d\xd0\x22\xa8\x37\xa0\xb1\x09\x8a\x12\xef\xa6\x03\x9a\x8b\xa0\x8c\x85\xf2\xa8\xd7\x41\xe7\x2c\x0b\x7d\x95\xba\x36\x5f\x31\xab\x18\x41\x0d\x45\xf8\x8e\xac\x05\x68\x10\x4d\x41\xc5\x4a\x7c\x60\xa9\x61\x7a\x41\xc1\xa9\x75\x8b\x44\x71\xa6\x83\xd6\x8b\x8b\x6a\xdd\x12\x51\xaa\xe5\xa0\xad\xb1\x52\x44\x62\x7c\xea\x40\x5e\x66\x65\xce\xca\xf2\x89\x35\x51\xea\xca\x9d\x68\x02\x2d\x12\x5f\x38\x0b\x43\x0e\xa8\xbe\x6c\x8e\xc8\x09\x2a\x16\xc8\x13\x79\x41\x0b\x51\x20\x0a\x40\x11\x28\x12\xc5\x83\xce\xd1\x78\xa0\x44\x94\x30\x8b\xf1\x99\x28\x63\x56\x06\x2a\x44\x45\x90\xe3\xc2\x85\x68\x11\x64\x19\xbf\x11\x6d\x82\x3c\x8b\xa8\x44\x15\x88\xf1\x8d\xa8\xa1\x7a\x03\xd4\x89\x3a\x10\xbf\xf6\x20\x1a\xa8\x2b\x00\x4d\xa2\x09\x54\x04\xf1\x77\xc4\x90\xa3\x49\x40\xf4\x25\x43\x8e\x06\x59\x95\xbe\x64\xc8\xd1\x22\xab\xd2\x97\x0c\x39\x7a\x14\x51\xe9\x4b\x86\x1c\x1d\x17\xd2\x57\x85\x2f\xcf\x27\xd2\x97\x0c\x39\x46\x66\xd1\x57\x85\x2f\xfc\xda\xa5\xd2\x57\xa5\x2f\xd6\x45\x5f\x95\xbe\x60\x82\x9b\x1c\x43\x8e\x9e\x59\xf4\x55\xe1\x2b\xb0\x08\xfa\x92\x21\x47\xc3\x22\xe8\x4b\x86\x1c\xd1\x30\xa5\xd2\x97\x0c\x39\x5a\x3e\x91\xbe\x64\xc8\x11\x5b\xae\x34\xfa\x6a\xf0\x15\xa2\x5a\xab\xc1\xfe\xaa\x46\xba\xc3\x5a\xd9\xbe\x95\x2d\x5a\xd1\xa2\xd6\x49\xa9\x95\x2d\x5a\xd1\x43\xd6\x5b\xaf\xd6\xea\x89\x3c\x50\x90\x6d\x52\xd9\x1d\x35\x00\x45\x63\xd5\x5a\xd9\x1d\x35\x12\xc9\x2e\xac\xec\x8e\x9a\x80\x52\x91\x78\xb6\x42\xcd\x40\xb9\x48\x3c\xf7\x7d\x2d\x40\x25\x4b\xfc\x42\xb4\x00\x2d\xd2\xdb\x75\x23\xda\x04\x39\x93\x24\xbe\x12\x55\x20\x2b\x6d\x55\x1b\x51\x03\x72\x51\xe2\x3b\x51\x07\xf2\x41\xe2\x07\xd1\x00\x0a\x72\xe6\xd4\x49\x34\x81\xa0\xb0\xd1\x57\x83\x2f\x97\xdc\xa2\xd6\x46\x5f\x0d\xbe\x5c\x96\xee\x68\xf4\xd5\xe0\xcb\x15\x9b\xd5\xda\xe8\xab\xc1\x97\x5b\x64\x9b\x34\xfa\x6a\xf0\xe5\x8d\x91\x78\xfa\x6a\x91\x48\xfa\xb1\xd1\x57\x83\x2f\x6f\x17\x89\xa7\xaf\x06\x5f\xde\x15\x89\xa7\xaf\x06\x5f\xde\xcb\xa1\xd0\xe8\xab\xc1\x97\x0f\x59\xe2\xe9\xab\xc1\x97\x8f\x49\xe2\xe9\xab\xc1\x97\x4f\x49\xe2\xe9\xab\xc1\x97\xcf\x51\xe2\xe9\xab\xc1\x97\x2f\x51\xe2\xe9\xab\xc1\x97\x5f\x64\x33\x35\xfa\x6a\xb3\xfb\x83\x0e\x46\xda\xbd\xd3\x57\x87\xaf\x60\xe4\x5c\xed\xf4\xd5\xe1\x2b\xd8\x12\xd4\xda\xe9\xab\xc3\x57\x70\xb9\xa8\xb5\xd3\x57\x87\xaf\xe0\xb3\x53\x6b\xa7\xaf\x0e\x5f\x21\xa4\xa4\xd6\x4e\x5f\x1d\xbe\x42\x4c\x12\x4f\x5f\x1d\xbe\x42\x92\x16\xed\xf4\xd5\xe1\x2b\xe4\x20\xf1\xf4\xd5\xe1\x2b\xe0\x24\xef\xf4\xd5\xe1\x2b\x2c\x5e\xe2\xe9\xab\xc3\x57\x34\x72\x4e\x74\xfa\xea\xf0\x15\xad\x93\x78\xfa\xea\xf0\x15\x9d\x95\x78\xfa\xea\xf0\x15\xbd\x95\x78\xfa\xea\xf0\x15\x83\x1c\x56\x9d\xbe\x3a\xf6\x57\x8c\xc6\xa8\x75\xd0\xd7\x30\x44\x72\xf0\x0d\xfa\x1a\xf0\x15\x53\x29\xb8\xc1\xbf\xdc\xbb\xca\xfd\xe7\x26\x1e\xb4\x39\x60\x33\x66\x39\x4f\x07\x6d\x0e\xd8\x8c\x25\x27\xb5\x0e\xda\x1c\xb0\x19\x97\x2c\x0f\xa7\xcd\x01\x9b\xc9\x24\x79\x38\x6d\x0e\xd8\x4c\x36\x16\xb5\x0e\xda\x1c\xb0\x99\x5c\x94\x78\xda\x1c\xb0\x99\x7c\x90\x78\xda\x1c\xb0\x99\x42\x90\x78\xda\x1c\xb0\x99\x70\xe0\x0d\xda\x1c\xb0\x99\x92\x93\x78\xda\x1c\xb0\x99\xb2\x1c\xc4\x83\x36\x07\x6c\x26\xdc\xc4\x83\x36\x07\x6c\xa6\xc5\x4a\x3c\x6d\x0e\xd8\xcc\xc6\x04\xb5\x4e\xda\x9c\x86\x48\xee\x8c\x49\x9b\x13\x36\xb3\x95\x3b\x76\xd2\xd7\x84\xaf\xec\x4a\x52\xeb\xa4\xaf\x09\x5f\xd9\xcb\x2d\x35\xe9\x6b\x06\x5e\xa8\x39\x00\x45\xa2\x74\xd0\xc5\x95\xf0\x8f\x5f\x46\xfe\x2d\xef\xa7\x5f\xdf\x17\xdb\xcb\xe5\x32\xf6\x2b\xde\x4e\xf1\x62\x28\x6f\x76\xc7\x7d\x7c\x7d\xd3\x3d\x9f\xce\xb2\x0a\xff\xff\x19\x00\x00\xff\xff\x10\x32\xb8\x89\x15\x0b\x00\x00"); -var _aae =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\xd6\x4d\x6b\xe3\xd6\x1b\x05\xf0\xbd\x3e\x85\x96\xf3\x5f\xcc\x3f\xf7\x79\xb9\x2f\x02\x31\x50\x66\x18\x08\xc3\xb4\x25\x29\xed\xda\x91\xae\x83\xa1\x91\x8d\xe3\x2c\xf2\xed\xcb\x79\x8e\x9d\x42\x17\xc1\xd1\x89\xf4\x48\xfc\x4e\xae\xae\xef\xbe\xde\x7f\xbb\xdf\x0e\x97\xf1\xee\xf7\xf3\x71\x79\xec\x97\x71\x7f\xd8\xd6\x73\x7f\x3d\xbe\x9d\x97\x3e\x3e\xf5\xe7\xc3\x36\x0c\xa2\xe3\x7a\x58\x2e\xb7\xc3\xf8\x58\x5e\x76\xa7\x61\xc0\xf5\x8f\xef\xaf\x97\xfe\x72\xbf\xed\x8f\xa3\xf1\xbc\xf5\xed\x74\x3d\x77\x1c\xef\x1e\xfa\xf3\xe1\xf5\x72\x7e\x1f\x3f\xfd\xb2\x1e\x9f\xfa\xff\xc6\xb5\xef\x91\xff\x76\x5e\xfb\xf9\xb0\x3d\x8f\x9f\x7e\x3c\x7c\x84\x8f\x6f\xa7\xd3\xdf\xfd\xa5\x6f\x97\xb1\x45\xd6\xb7\x35\x3e\x87\xbb\xaf\x3f\x77\xa7\x5f\x77\x2f\x7d\xbc\x8b\x39\x9f\x7f\x3c\x7c\xe6\x29\xf1\x97\x3f\xfb\xf9\xf5\x70\xdc\x46\xf9\x7f\x4a\xfa\x6f\xfc\xc7\xfb\xa9\x8f\x72\x9d\xf0\xd7\xcf\xe3\xda\xc7\x74\x9b\x77\xff\xed\xeb\xf1\x6d\xbb\x8c\xaa\xde\xae\xa1\xf0\xb1\x97\xe3\xda\x5f\x4f\xbb\xa5\x9f\x77\xdb\x73\x1f\xc6\x71\x4e\x29\xa5\x2f\xe3\x9c\xeb\xf7\xef\x5f\xf0\x4c\xff\x39\x63\x68\xed\x7a\xe5\x61\x65\x72\xbb\x22\xa5\xfd\xfe\xcb\x98\x86\x39\x09\x8f\x05\xc7\x9a\xcb\x30\x27\x65\xa2\x48\xb2\xe8\x30\x27\x63\x62\x48\x6a\x69\xc3\x9c\x9c\x89\x23\x91\xa4\x3e\xcc\x29\x33\xca\x11\x69\xc3\xec\xc2\xa8\x44\x94\x0d\xc3\x2b\xa3\x1a\x51\x9d\x30\xbd\x31\x6a\xf1\x04\xc9\x31\x7e\x62\x34\x45\x64\x09\xe3\x77\x8c\x76\xd7\xe7\xc4\xf8\x27\x46\x4f\x11\x35\xc1\xf8\x85\xd1\x82\xc8\x52\xc5\xf8\x95\xd1\x1a\x91\x29\xc6\x77\x46\x3d\xa2\xdc\x30\x7e\xcf\x68\x1f\x51\xf3\x34\xcc\x42\x29\x09\x29\x4f\x53\x19\x66\x21\x96\x04\x96\x5b\xd6\x61\x16\x6a\x49\x68\x79\x49\x6d\x98\x85\x5c\x12\x5c\xde\x8a\x0f\xb3\xd0\x4b\xfc\x6a\x8a\xf1\xf4\x92\xf0\xca\x56\x31\x9e\x5e\x12\x5e\xb9\x18\xc6\xd3\x4b\xc2\x2b\xb7\x86\xf1\xf4\x92\xf0\x2a\xe2\x18\x4f\x2f\x09\xaf\xe2\x09\xe3\xe9\x25\xe1\x55\x0a\x8a\x15\x7a\x49\x78\x95\x09\xcd\x0a\xbd\x24\xbc\xaa\xa0\x5a\xa1\x97\x84\x57\x75\x54\x2b\xf4\x92\x7e\xed\x1f\xe3\xe9\x25\xe1\x55\x27\x54\xab\xf4\xd2\xf0\x6a\x82\x6a\x95\x5e\x1a\x5e\xcd\x51\xad\xd2\x4b\xc3\xab\x55\x54\xab\xf4\xd2\xf0\x6a\x13\xaa\x55\x7a\x69\x78\x4d\x8a\x6a\x95\x5e\x1a\x5e\x93\xa3\x5a\xa5\x97\x86\xd7\x54\x51\xad\xd2\x4b\xc3\x6b\x9a\x50\xad\xd2\x4b\xdb\xed\x7f\x15\xf3\x09\xa6\x13\x33\x47\xb9\x4a\x31\xdd\x31\xab\x68\x57\x49\xa6\x41\x86\xf6\x71\x0b\x9a\xe9\xc2\x4c\xd1\xaf\x12\x4d\x57\x66\x19\x05\x2b\xd5\xb4\x33\xab\x68\x58\xc9\xa6\x7b\x2e\x92\x84\x8a\x8d\x6e\x96\x98\x29\x3a\x36\xc2\x99\x30\xcb\x28\xd9\x28\x67\x7a\x5b\x60\x69\x98\x8d\x74\x16\x74\x62\x09\x35\x1b\xed\x8c\x6b\xd3\x0c\x3d\x1b\xf1\x8c\x8b\xd3\x32\x8a\x36\xea\x19\x57\xa7\x35\x34\x6d\xe4\x33\x2e\x4f\x4f\xa8\xda\xe8\x67\xf4\x73\x43\xd7\x46\x3f\xa3\x9f\x67\x94\x6d\xf4\x33\xfa\x79\x43\xdb\x46\x3f\xa3\x5f\x16\xd4\x6d\xf4\xb3\xe5\xf6\x56\xc0\x3d\xe8\x67\xf4\xcb\x05\x85\x1b\xfd\x8c\x7e\xb9\xa1\x71\xa3\x9f\xd1\xaf\x08\x2a\x77\xfa\x39\xfd\x8a\xa1\x73\xa7\x9f\xd3\xaf\x14\x74\xee\xf4\x73\xfa\x95\x86\xce\x9d\x7e\x4e\xbf\x2a\xe8\xdc\xe9\xe7\xf4\xab\x8e\xce\x9d\x7e\x4e\xbf\x5a\xd0\xb9\xd3\xcf\xcb\xed\x55\x86\x7b\xd0\xcf\xe9\xd7\x04\x9d\x3b\xfd\x9c\x7e\xcd\xd1\xb9\xd3\xcf\xe9\xd7\x0a\x3a\x77\xfa\x39\xfd\xda\x84\xce\x9d\x7e\x4e\xbf\x49\xd1\xb9\xd3\xcf\xe9\x37\x39\x3a\x77\xfa\x39\xfd\xa6\x8a\xce\x9d\x7e\x4e\xbf\x69\x42\xe7\x4e\x3f\xdf\xf3\x5d\xab\xe8\x3c\x5f\xf7\x90\x74\x7b\xff\xa6\x61\xce\xf4\xcb\xdc\x15\x52\x45\xe7\x99\x7e\x59\x99\x4d\xe8\x3c\xd3\x2f\x87\x9f\x8a\xa2\xf3\x4c\xbf\xec\xcc\x32\x3a\xcf\xf4\xcb\x99\x59\x45\xe7\x99\x7e\x39\xfc\x54\x13\x3a\xcf\xf5\xba\x9f\x2d\x91\x69\xd5\xd8\xd5\x6e\xbb\x17\x7e\xc7\xfe\xfe\xb1\xe7\x2e\x6f\xe7\x73\xdf\x2e\xb1\xbb\xc7\xc6\x8a\xfd\xf2\xb0\xf5\x8f\x6f\x0a\xa7\xe3\x09\x57\xc5\xcf\x3f\x01\x00\x00\xff\xff\xb5\x37\x77\xc2\x55\x08\x00\x00"); -var _cefe =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x4c\x92\xc1\x8e\xdb\x20\x10\x40\xef\xfe\x8a\x39\x6e\x0f\x5b\x1b\xdb\xc0\x46\xaa\x2c\xb5\x49\xa5\xfa\xb0\xdb\xaa\xd9\xa6\x95\xaa\x1e\x08\x4c\x52\xa4\x1a\x23\x6c\x1f\xf2\xf7\xd5\x0c\x4e\xb2\x07\x6b\x98\x07\xbc\x19\x0c\xe5\xb6\xdf\xf5\xc1\xcf\x50\x7e\x4b\xa3\xdd\xe3\x0c\x27\x1f\x5c\xc2\x69\x5c\x92\x45\x38\xe2\xd9\x87\xa2\x10\x35\x38\x6f\xe7\x6b\xca\xc1\x0e\x26\x16\x45\xf9\xf9\x15\xc3\x30\x3d\x7e\x92\x8f\x5f\x60\x99\x70\xa5\xdb\x7e\xb7\xbf\x4c\x33\x0e\x7d\x38\x8d\xd0\xe4\xdd\x6e\x89\xab\x01\xa0\xfc\x8e\x67\x3f\xcd\xe9\x02\x0f\x1f\xdd\x78\xc4\x77\xe0\xf0\x44\xfc\x6b\x72\x98\x7c\x38\xc3\xc3\xf6\x65\x2f\x6e\x78\xbf\xc4\xf8\x0f\x07\x0c\x33\x54\xcc\x30\x38\x8e\x45\xb9\x7d\x36\xf1\xc5\x0c\x08\x6f\x7a\x39\xf0\x1c\x4f\x1d\x30\x4d\x7e\x0c\x20\xaa\xf7\x55\x25\xef\xfc\xf5\x12\x11\xc4\xea\xf8\xf5\xa3\xdf\xc1\x6f\x01\xa2\x82\x5a\xca\x8d\xfe\xb3\xf2\x9f\xcf\xa3\xbb\xad\x52\xb9\x7b\xeb\x9d\xfd\x6b\x52\xf1\xc1\x88\xf6\xd8\x81\x68\x54\xab\x38\xb1\x1d\x88\x6a\x43\x43\xa9\x3a\x68\x44\xcd\xc3\xa7\x0e\x44\x9d\x87\x86\x56\xeb\xb6\xe1\xc4\xe6\x44\xd2\x49\xae\x4a\xfa\xd1\xd7\x1a\xc9\x84\x33\xf2\x4a\xd7\x01\x05\xa4\x0d\x15\x11\x25\x98\xa8\x9a\x48\xcb\x44\x66\xa2\x88\x3c\x31\xd9\x64\x42\x35\x5b\x2e\xaf\xb2\x47\x91\x27\x77\xac\xb3\x47\x93\x47\xb2\x59\x67\x8f\x26\x8f\x64\xb3\xce\x1e\x4d\x1e\xc9\x66\x9d\x3d\xfa\xde\x8f\xc9\x1e\x73\xef\xc7\x34\x99\xb4\x6b\x3f\x56\x61\xdb\x01\x05\x49\xd5\xab\x8d\x5e\x8f\x9d\x4f\xc9\x09\xbd\x9c\xdb\x5d\xda\x25\x25\x0c\x33\xbf\x1b\xbe\x2e\xba\x02\x1f\xf0\xf6\x32\xe3\x18\x69\x17\x7f\xff\x03\x00\x00\xff\xff\xfc\xb5\x10\xb6\xc5\x02\x00\x00"); -var _dfb =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\xd5\x4f\x6b\xeb\x46\x14\x05\xf0\xbd\x3e\xc5\x2c\x5f\x17\xaf\x99\xfb\x67\x46\x23\x10\x81\x47\xc2\x83\x2c\xde\x6b\x69\xfa\x0f\x4a\x17\x8e\x35\x0e\x86\x46\x36\x8e\xb3\xc8\xb7\x2f\xe7\x1e\x3b\x85\x2e\x82\xa3\x13\xe9\x4a\xf9\x1d\x8f\xe6\xe6\xee\xe1\xfe\x61\xdd\x9f\xd3\xcd\xcf\xa7\xc3\xf6\xb1\x9f\xd3\x6e\xbf\x2e\xa7\xfe\x7a\x78\x3b\x6d\x7b\x7a\xea\xcf\xfb\x75\x18\x44\xd3\xb2\xdf\x9e\xaf\x87\xf1\xb1\x7d\xd9\x1c\x87\x01\xd7\x3f\xbe\xbf\x9e\xfb\xcb\xc3\xba\x3b\x24\xe3\x79\xcb\xdb\xf1\x72\x6e\x4a\x37\xbf\xf4\xe7\xfd\xeb\xf9\xf4\x9e\x3e\x7d\x59\x0e\x4f\xfd\x87\xb4\xf4\x1d\xf2\x9f\x4e\x4b\x3f\xed\xd7\xe7\xf4\xe9\xee\xfb\xa3\x7c\xc4\x8f\x6f\xc7\xe3\x3f\xfd\xa5\xaf\xe7\x54\x23\xeb\xeb\x12\x9f\xc3\xcd\xdd\xb7\xcd\xf1\xfb\xe6\xa5\xa7\x9b\x98\xf4\x19\xd7\x7d\xe6\x49\xf1\xb7\xdf\xfb\xe9\x75\x7f\x58\x93\xfc\x98\xb3\xfd\x17\xff\xfa\x7e\xec\x49\x2e\x33\xfe\xfc\xed\xe1\x3e\xfd\x25\x49\x72\xd2\x52\xa6\xe9\xef\x4b\xfe\xc7\xb7\xc3\xd2\x53\xbe\xde\xe9\xe1\xfe\xee\xf0\xb6\x9e\x93\x4c\x52\x78\x87\x41\xf8\x2f\x6d\x0f\x4b\x7f\x3d\x6e\xb6\xfd\xb4\x59\x9f\xfb\x90\xd2\x9c\x73\xce\xb7\x69\xf6\x2f\x5f\xbf\xde\xe2\x69\xff\x77\xc6\x30\x96\xcb\x95\xfb\x85\xc9\xf5\x8a\x9c\x77\xbb\xdb\x94\x87\x39\x0b\x8f\x05\xc7\x5a\xea\x30\x67\x65\xa2\x48\x8a\xe8\x30\x67\x63\x62\x48\xc6\xda\x86\x39\x3b\x13\x47\x22\x59\x7d\x98\x73\x61\x54\x22\xd2\x86\xd9\x95\x51\x8d\xa8\x18\x86\x8f\x8c\xc6\x88\xc6\x09\xd3\x1b\xa3\x16\x4f\x90\x1d\xe3\x27\x46\x53\x44\x96\x31\x7e\xc3\x68\x73\x79\x4e\x8c\x7f\x62\xf4\x14\x51\x13\x8c\xdf\x32\xda\x22\xb2\x3c\x62\xfc\xc2\x68\x89\xc8\x14\xe3\x3b\xa3\x1e\x51\x69\x18\xbf\x63\xb4\x8b\xa8\x79\x1e\x66\xa1\x94\x84\x94\xe7\xa9\x0e\xb3\x10\x4b\x02\xcb\xad\xe8\x30\x0b\xb5\x24\xb4\xbc\xe6\x36\xcc\x42\x2e\x09\x2e\x6f\xd5\x87\x59\xe8\x25\x7e\x31\xc5\x78\x7a\x49\x78\x15\x1b\x31\x9e\x5e\x12\x5e\xa5\x1a\xc6\xd3\x4b\xc2\xab\xb4\x86\xf1\xf4\x92\xf0\xaa\xe2\x18\x4f\x2f\x09\xaf\xea\x19\xe3\xe9\x25\xe1\x55\x2b\x8a\x15\x7a\x49\x78\xd5\x09\xcd\x0a\xbd\x24\xbc\x46\x41\xb5\x42\x2f\x09\xaf\xd1\x51\xad\xd0\x4b\xfa\xa5\x7f\x8c\xa7\x97\x84\xd7\x38\xa1\x5a\xa5\x97\x86\x57\x13\x54\xab\xf4\xd2\xf0\x6a\x8e\x6a\x95\x5e\x1a\x5e\x6d\x44\xb5\x4a\x2f\x0d\xaf\x36\xa1\x5a\xa5\x97\x86\xd7\xa4\xa8\x56\xe9\xa5\xe1\x35\x39\xaa\x55\x7a\x69\x78\x4d\x23\xaa\x55\x7a\x69\x78\x4d\x13\xaa\x55\x7a\x69\xbb\x7e\x57\x31\x9f\x60\x3a\x31\x73\x94\xab\x14\xd3\x0d\xb3\x11\xed\x2a\xc9\x34\xc8\xd0\x3e\x6e\x41\x33\xdd\x32\x53\xf4\xab\x44\xd3\x85\x59\x41\xc1\x4a\x35\xed\xcc\x46\x34\xac\x64\xd3\x1d\x17\x49\x46\xc5\x46\x37\xcb\xcc\x14\x1d\x1b\xe1\x4c\x98\x15\x94\x6c\x94\x33\xbd\x2e\xb0\x3c\xcc\x46\x3a\x0b\x3a\xb1\x8c\x9a\x8d\x76\xc6\xb5\x69\x86\x9e\x8d\x78\xc6\xc5\x69\x05\x45\x1b\xf5\x8c\xab\xd3\x1a\x9a\x36\xf2\x19\x97\xa7\x67\x54\x6d\xf4\x33\xfa\xb9\xa1\x6b\xa3\x9f\xd1\xcf\x0b\xca\x36\xfa\x19\xfd\xbc\xa1\x6d\xa3\x9f\xd1\xaf\x08\xea\x36\xfa\xd9\xf6\xfa\x56\xc0\x3d\xe8\x67\xf4\x2b\x15\x85\x1b\xfd\x8c\x7e\xa5\xa1\x71\xa3\x9f\xd1\xaf\x0a\x2a\xf7\xcb\x3b\x90\x7e\xd5\xd0\xb9\xd3\xcf\xe9\x57\x2b\x3a\x77\xfa\x39\xfd\x6a\x43\xe7\x4e\x3f\xa7\xdf\x28\xe8\xdc\xe9\xe7\xf4\x1b\x1d\x9d\x3b\xfd\x9c\x7e\x63\x45\xe7\x4e\x3f\xaf\xd7\x57\x19\xee\x41\x3f\xa7\x5f\x13\x74\xee\xf4\x73\xfa\x35\x47\xe7\x4e\x3f\xa7\x5f\xab\xe8\xdc\xe9\xe7\x9b\xc5\x90\x4d\xee\xf1\x46\xbf\xbe\xb9\xf1\x3b\xf6\xbd\x8f\x9d\x68\xfb\x76\x3a\xf5\xf5\x1c\xbb\x5e\x6c\x36\xd8\x2b\xf6\x6b\xff\xd8\x41\x8f\x87\x23\xae\x8a\x9f\x7f\x03\x00\x00\xff\xff\xd8\xa1\x1c\x9d\x6d\x07\x00\x00"); -var _dbbd =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x44\x92\x41\x6f\xdb\x3e\x0c\xc5\xef\xfe\x14\x3c\xf6\x7f\xe8\xdf\x92\x35\x47\x31\x50\x14\x58\x93\xa1\xf3\xa1\xeb\xb0\x2c\xdd\x80\x61\x07\x59\xa2\x02\x01\x8b\x2c\xc8\xf6\x21\xdf\x7e\x10\xe9\xb9\x87\xe0\x25\x3f\xf1\x3d\x91\x11\xeb\x43\x7f\xec\x63\x98\xa1\xfe\x9a\x47\x7b\xc2\x19\x7c\x88\x2e\xe3\x34\x2e\xd9\x22\x0c\x78\x09\xb1\xaa\x64\x03\x2e\xd8\xf9\xdf\x4f\x12\x7b\x35\xa9\xaa\xea\xe7\xa7\x64\xef\x3f\x9d\x0f\xf7\x9f\x61\x99\x70\x85\x87\xfe\x78\xba\x4d\x33\x5e\xfb\xe8\x47\x50\x6c\x76\x4b\x5a\x03\x00\xea\x6f\x78\x09\xd3\x9c\x6f\x70\xf7\xd1\x8d\x03\xfe\x07\x0e\x7d\xe1\xaf\xd9\x61\x0e\xf1\x02\x77\xcf\x4f\x72\xa3\xa7\x25\xa5\x3f\x78\xc5\x38\x83\x20\x86\xd1\x91\x56\xf5\xe1\xc5\xa4\x2f\xe6\x8a\xf0\xde\xc9\x1b\x1d\xd1\xc9\x1b\xe6\x29\x8c\x11\xba\xff\x85\xd8\xbd\xe3\xef\xb7\x84\x20\xd7\x84\x73\x7f\x7c\xf5\x7e\xc2\x19\x94\xe0\xf4\xfa\xe7\xb9\x3f\xc2\x2f\x09\x52\x40\xd3\xaa\x5d\xfb\x7b\x2d\xfd\xf1\x32\xba\xcd\xd8\x08\x1e\xc7\x06\x97\x4d\xbc\x60\xf5\x60\xa4\x69\x1e\x61\x15\x68\x75\x4b\x48\x31\x52\x84\x3e\x10\x32\x8c\x4c\x41\xdd\x9e\xd0\xc0\xc8\x3e\x82\xd6\x82\xab\x1c\x23\x47\x55\x5d\x41\x03\xc7\x0f\xbe\xa0\x7d\x53\x90\x47\x42\x45\xb4\x16\xbb\xea\xc1\x28\x23\x0b\x22\x81\x56\xef\x09\xed\x19\x75\x64\x14\x84\x2c\x23\x4b\x55\x8a\x10\x32\xe2\x2c\x5d\xd0\x40\xad\xaa\x61\xa0\x2a\x8a\x1f\x1c\x23\x47\x55\x14\x5f\x1a\x5a\x05\x5a\x5d\x5a\x55\x8e\x06\x22\xd1\x5a\x30\x62\xa3\x23\xa3\xa4\x26\x1c\x1b\x8b\xc0\x4e\x10\xf2\x6c\xf4\x74\x63\x47\x37\x7a\x36\x7a\xfe\x27\xa8\x2f\x1e\x5b\xf1\xd8\x52\x96\x85\xd8\xde\xa1\x7c\x2f\x7b\xb8\xad\x86\x5d\x72\xc6\x38\xd3\x16\xd2\xfb\x97\x07\x0c\x11\xb7\x35\x4f\x63\x2a\x2e\xfa\xfc\x0d\x00\x00\xff\xff\x92\xaf\x31\x14\x12\x03\x00\x00"); -func _aeeb ()(*asset ,error ){_bbf ,_ebge :=_cfbb ();if _ebge !=nil {return nil ,_ebge ;};_fdag :=bindataFileInfo {_b :"UniJIS2004-UTF32-H",_ffe :243210,_ag :_ed .FileMode (436),_ac :_c .Unix (1580492817,0)};_caedg :=&asset {_abe :_bbf ,_ece :_fdag };return _caedg ,nil ; -};func _adge ()(*asset ,error ){_dage ,_egde :=_beag ();if _egde !=nil {return nil ,_egde ;};_ffeb :=bindataFileInfo {_b :"Ext-H",_ffe :13186,_ag :_ed .FileMode (436),_ac :_c .Unix (1580491886,0)};_egdc :=&asset {_abe :_dage ,_ece :_ffeb };return _egdc ,nil ; -};func _edf ()([]byte ,error ){return _g (_cfe ,"Adobe-CNS1-3")};func _befd ()(*asset ,error ){_fagc ,_ebbbg :=_ggdc ();if _ebbbg !=nil {return nil ,_ebbbg ;};_bagfd :=bindataFileInfo {_b :"UniJIS-UCS2-HW-V",_ffe :4243,_ag :_ed .FileMode (436),_ac :_c .Unix (1580492906,0)}; -_adagd :=&asset {_abe :_fagc ,_ece :_bagfd };return _adagd ,nil ;};var _gac =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\xd6\xcb\x6b\xe3\x56\x18\x05\xf0\xbd\xfe\x0a\x2d\xa7\x8b\x69\xee\xf7\xb8\x0f\x81\x18\xe8\x24\xcc\x90\xc5\xb4\xa5\xe9\x0b\x4a\x17\x8e\x75\x1d\x0c\x8d\x6c\x1c\x67\x91\xff\xbe\x9c\xef\xd8\x29\x74\x11\x1c\x9d\x48\x9f\x94\xdf\xc9\xd5\xcd\xcd\xed\xfd\xdd\xfd\xba\x3f\x8f\x37\x3f\x9f\x0e\xdb\x87\x7e\x1e\x77\xfb\x75\x39\xf5\x97\xc3\xeb\x69\xdb\xc7\xc7\xfe\xb4\x5f\x87\x41\x74\x5c\xf6\xdb\xf3\xf5\x30\x3e\xb6\xcf\x9b\xe3\x30\xe0\xfa\x87\xb7\x97\x73\x7f\xbe\x5f\x77\x87\xd1\x78\xde\xf2\x7a\xbc\x9c\x3b\x8e\x37\xbf\xf4\xa7\xfd\xcb\xf9\xf4\x36\x7e\xf8\x61\x39\x3c\xf6\xef\xc6\xa5\xef\x90\xff\x74\x5a\xfa\x69\xbf\x3e\x8d\x1f\xbe\x7e\x96\xf7\xf4\xe1\xf5\x78\xfc\xa7\x3f\xf7\xf5\x8c\x61\x7d\x37\xf4\x75\x89\xcf\xe1\xe6\xf6\xdb\xe6\xf8\xe3\xe6\xb9\x8f\x37\x31\xe8\xe3\xd7\xcf\xf2\x91\xe7\xc4\x8f\x7e\xef\xa7\x97\xfd\x61\x1d\xe5\xfb\x94\xf2\x7f\xf1\xaf\x6f\xc7\x3e\xca\x65\xc4\x9f\xbf\xdd\xdf\x8d\x7f\xc9\x28\x69\xd4\xec\xb9\xfe\x7d\xc9\xff\xf8\x76\x58\xfa\x98\xae\x37\xba\xbf\xbb\x3d\xbc\xae\xe7\x51\xd5\x32\xef\x30\x08\x7f\xa1\xed\x61\xe9\x2f\xc7\xcd\xb6\x9f\x36\xeb\x53\x1f\xc6\x71\x4e\x29\xa5\x4f\xe3\x9c\xeb\x97\x2f\x9f\xf0\xb0\xff\x3b\x63\x68\xed\x72\xe5\x7e\x61\x72\xbd\x22\xa5\xdd\xee\xd3\x98\x86\x39\x09\x8f\x05\xc7\x9a\xcb\x30\x27\x65\xa2\x48\xb2\xe8\x30\x27\x63\x62\x48\x6a\x69\xc3\x9c\x9c\x89\x23\x91\xa4\x3e\xcc\x29\x33\xca\x11\x69\xc3\xec\xc2\xa8\x44\x94\x0d\xc3\x2b\xa3\x1a\x51\x9d\x30\xbd\x31\x6a\xf1\x04\xc9\x31\x7e\x62\x34\x45\x64\x09\xe3\x37\x8c\x36\x97\xe7\xc4\xf8\x47\x46\x8f\x11\x35\xc1\xf8\x2d\xa3\x2d\x22\x4b\x15\xe3\x17\x46\x4b\x44\xa6\x18\xdf\x19\xf5\x88\x72\xc3\xf8\x1d\xa3\x5d\x44\xcd\xd3\x30\x0b\xa5\x24\xa4\x3c\x4d\x65\x98\x85\x58\x12\x58\x6e\x59\x87\x59\xa8\x25\xa1\xe5\x25\xb5\x61\x16\x72\x49\x70\x79\x2b\x3e\xcc\x42\x2f\xf1\x8b\x29\xc6\xd3\x4b\xc2\x2b\x5b\xc5\x78\x7a\x49\x78\xe5\x62\x18\x4f\x2f\x09\xaf\xdc\x1a\xc6\xd3\x4b\xc2\xab\x88\x63\x3c\xbd\x24\xbc\x8a\x27\x8c\xa7\x97\x84\x57\x29\x28\x56\xe8\x25\xe1\x55\x26\x34\x2b\xf4\x92\xf0\xaa\x82\x6a\x85\x5e\x12\x5e\xd5\x51\xad\xd0\x4b\xfa\xa5\x7f\x8c\xa7\x97\x84\x57\x9d\x50\xad\xd2\x4b\xc3\xab\x09\xaa\x55\x7a\x69\x78\x35\x47\xb5\x4a\x2f\x0d\xaf\x56\x51\xad\xd2\x4b\xc3\xab\x4d\xa8\x56\xe9\xa5\xe1\x35\x29\xaa\x55\x7a\x69\x78\x4d\x8e\x6a\x95\x5e\x1a\x5e\x53\x45\xb5\x4a\x2f\x0d\xaf\x69\x42\xb5\x4a\x2f\x6d\xd7\xbf\x55\xcc\x27\x98\x4e\xcc\x1c\xe5\x2a\xc5\x74\xc3\xac\xa2\x5d\x25\x99\x06\x19\xda\xc7\x2d\x68\xa6\x5b\x66\x8a\x7e\x95\x68\xba\x30\xcb\x28\x58\xa9\xa6\x9d\x59\x45\xc3\x4a\x36\xdd\x71\x91\x24\x54\x6c\x74\xb3\xc4\x4c\xd1\xb1\x11\xce\x84\x59\x46\xc9\x46\x39\xd3\xeb\x02\x4b\xc3\x6c\xa4\xb3\xa0\x13\x4b\xa8\xd9\x68\x67\x5c\x9b\x66\xe8\xd9\x88\x67\x5c\x9c\x96\x51\xb4\x51\xcf\xb8\x3a\xad\xa1\x69\x23\x9f\x71\x79\x7a\x42\xd5\x46\x3f\xa3\x9f\x1b\xba\x36\xfa\x19\xfd\x3c\xa3\x6c\xa3\x9f\xd1\xcf\x1b\xda\x36\xfa\x19\xfd\xb2\xa0\x6e\xa3\x9f\x6d\xaf\x6f\x05\xdc\x83\x7e\x46\xbf\x5c\x50\xb8\xd1\xcf\xe8\x97\x1b\x1a\x37\xfa\x19\xfd\x8a\xa0\x72\xa7\x9f\xd3\xaf\x18\x3a\x77\xfa\x39\xfd\x4a\x41\xe7\x4e\x3f\xa7\x5f\x69\xe8\xdc\xe9\xe7\xf4\xab\x82\xce\x9d\x7e\x4e\xbf\xea\xe8\xdc\xe9\xe7\xf4\xab\x05\x9d\x3b\xfd\xbc\x5c\x5f\x65\xb8\x07\xfd\x9c\x7e\x4d\xd0\xb9\xd3\xcf\xe9\xd7\x1c\x9d\x3b\xfd\x9c\x7e\xad\xa0\x73\xa7\x9f\xd3\xaf\x4d\xe8\xdc\xe9\xe7\xf4\x9b\x14\x9d\x3b\xfd\x9c\x7e\x93\xa3\x73\xa7\x9f\xd3\x6f\xaa\xe8\xdc\xe9\xe7\xf4\x9b\x26\x74\xee\xf4\xf3\x1d\xdf\xb5\x8a\xce\xf3\x65\x0f\x49\xd7\xf7\x6f\x1a\xe6\x4c\xbf\xcc\x5d\x21\x55\x74\x9e\xe9\x97\x95\xd9\x84\xce\x33\xfd\x72\xf8\xa9\x28\x3a\xcf\xf4\xcb\xce\x2c\xa3\xf3\x4c\xbf\x9c\x99\x55\x74\x9e\xe9\x97\xc3\x4f\x35\xa1\xf3\x5c\x2f\xfb\x59\x4e\xc8\xb4\x6a\xec\x6a\xd7\xdd\x0b\xdf\x63\xe7\x7f\xdf\x8c\xb7\xaf\xa7\x53\x5f\xcf\xb1\xef\xc7\x86\x8b\xfd\x72\xbf\xf6\xf7\xff\x21\x8e\x87\x23\xae\x8a\xaf\x7f\x03\x00\x00\xff\xff\x6b\x9d\x07\x71\x6f\x08\x00\x00"); -var _fegfe =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\x9c\x4b\x0f\x1e\xb7\x91\xae\xf7\xfa\x15\xdf\x32\x67\x91\xe3\x2e\x5e\x9b\x80\x20\xe0\x9c\x5c\x10\xe3\x20\x39\x83\xf1\xdc\x80\xc1\x2c\x9a\x37\x43\x40\x2c\x09\xb2\xbc\xc8\xbf\x1f\xd4\xfb\x50\x9e\x4c\x30\x80\xb3\x30\xca\x2a\xb1\xbb\xd9\x4f\x57\x91\x7c\x59\xfc\xf4\xcd\x6f\xbe\xfd\xed\xb7\x1f\xde\x7f\x79\x7d\xf3\x0f\x9f\x3f\x8e\xef\xd6\x97\xd7\x7e\xff\x61\x7e\x5e\x3f\x7e\xfc\xe9\xf3\x58\xaf\xbe\xbe\x7f\xff\xe1\xcd\x1b\x0b\xaf\xf9\x7e\x7c\xf9\xfa\x47\x99\xf1\xc3\xf3\xe9\xcd\x1b\xbf\xfe\xbb\xbf\xfc\xf8\x65\xfd\xf0\xed\x87\xfd\xf1\x15\x69\x37\x7f\xfa\x74\xda\xbe\x5e\xdf\xfc\xe3\xfa\xfe\xfd\x8f\x5f\x3e\xff\xe5\xf5\xab\xff\x33\x3f\xf6\xf5\xbf\x5e\x73\x6d\xf7\xff\xff\xcf\x73\x7d\x7e\xff\xe1\xfb\xd7\xaf\x7e\xf3\xa7\xef\xec\x67\xf7\x77\x3f\x7d\xfa\xf4\xe7\xf5\xc3\xfa\xf0\xe5\x65\xf2\xad\x0f\x53\xf6\xcd\x37\xbf\xf9\xe3\xf3\xe9\x4f\xcf\x0f\xeb\xf5\xcd\x1f\xfe\xdf\xfc\x73\xff\xf5\xff\xcd\xbf\xfe\x83\xfe\x4a\x7f\xf3\x2f\xeb\xf3\x8f\xef\x3f\x7e\x78\xd9\xff\xbe\xae\xf2\x5f\xee\x7f\xfa\xcb\xa7\x75\xee\xf4\xe6\x9b\x7f\xfb\xe7\x6f\x7f\xfb\xfa\x77\x7b\xd9\xf5\x0a\x39\x87\xf8\x1f\xc7\xff\xaf\x7f\xfc\x38\xd7\xeb\xe2\x4f\x81\xbe\x8f\x8f\x73\xfd\xf8\xe9\x19\xeb\xf3\xf3\xe1\xfb\xf5\xe6\xf5\x7a\x7b\x5d\xef\x5e\xaf\xd7\xdb\xfb\x7a\xe7\x7f\xba\x7f\x97\xae\x77\xaf\xb7\xbf\xff\xdd\xef\x7f\xf7\xce\x3b\xf9\x37\xed\xdf\x18\xb7\xf9\xf0\xf1\xcb\x5c\x1b\x9f\xee\xf0\xd6\xf6\xbb\x97\xf9\x15\x7f\xfd\x57\x6f\xec\xba\xce\x73\xdf\xcf\xd3\x3a\x78\xeb\xba\xbc\xf5\xdb\x7b\xe9\x69\x18\xcb\x35\x66\xf9\x0c\x9f\xc9\x17\x92\x7c\x01\x5f\x78\xf7\xb2\x12\xac\xca\x17\xf1\xc5\x77\x2f\x4b\xe5\xf8\x12\xbe\xe4\xd7\xb6\x9b\x6b\x33\xbe\xec\xed\xac\x04\xf9\x0a\xbe\xe2\xbe\x6c\xf4\xa5\xe2\xab\xee\x0b\xc6\xb5\x37\xbe\xdb\x9f\x6b\x99\xfe\x35\x7c\x4d\xfd\xbb\x6e\xf9\x1e\x7c\x8f\xfa\x77\x73\xbf\x8e\xaf\xbb\x2f\x96\x4b\xbe\x81\x6f\xf8\x33\x52\xe5\x7e\x13\xdf\x54\x5f\x72\x91\x6f\xe1\x5b\xba\x5f\xe3\x19\x1b\x9f\x93\xae\x57\x53\xbb\x0c\x3f\x37\x96\x2c\xe9\x7e\x19\x7e\x19\x7e\x29\xca\x07\x3f\x37\x56\x2d\x8a\x41\x86\x9f\x1b\x2b\x81\xbe\x64\xf8\xb9\xb1\x94\x9a\xfa\x9c\xe1\x97\xc5\x2f\x65\x71\xce\xf0\xcb\xe2\x67\x51\xfd\xcb\xf0\x73\x63\xd5\x2e\xf1\xcb\xf0\x73\xe3\xdf\x83\xbe\xc0\xcf\x8d\x33\xa5\x2f\xf0\x73\x63\xe9\x82\x41\x86\x9f\x1b\x7f\x06\xcf\x85\x9f\x1b\x2b\x57\xa0\xcf\xf0\x73\x63\xd9\x6e\xfa\x0c\x3f\x37\x96\xef\xc0\xfd\xe0\xe7\xc6\x99\xea\x7e\x05\x7e\x6e\xac\xc4\x4b\xd7\x16\xf8\xb9\xb1\x12\xa3\xbe\x65\x81\x9f\x1b\xef\x0b\x3e\xf8\x15\xf8\xdd\xdc\x0f\x7e\x6e\xac\x94\x4b\xef\x56\xe0\xe7\xc6\x8a\x95\x26\x1f\xfc\xdc\x58\x4e\xc4\x64\x81\x9f\x1b\x2b\x2d\xd2\x17\xf8\x15\xc5\x5f\xce\xe2\x5c\xe0\x57\x88\x3f\xd8\x17\xf8\x15\xe2\xef\x3c\x03\x7e\x45\xfc\xee\xf3\x6e\xf0\x2b\xe2\xd7\x88\xa1\x02\xbf\x32\x89\x17\x7c\xf0\x2b\x8a\xbf\xbb\x71\x3f\xf8\x15\xf1\xbb\xb3\x7c\x15\x7e\x15\x7e\x59\xcf\xa8\xf0\xab\xf0\xab\x7a\xb7\x0a\xbf\xaa\xfc\x8d\xb7\xfa\x5c\xe1\x57\xe1\xc7\xfb\x56\xf8\xd5\x04\x53\xc5\x4b\x85\x9f\x1b\xcb\xd5\xb8\x16\x7e\x6e\xac\xa4\xd3\x17\xf8\xd5\x4a\x5f\xf4\x8d\x2a\xfc\xaa\xf8\x15\xc6\x97\x0a\xbf\xaa\xf8\x4b\x7c\xa3\x0a\xbf\xfa\x70\x2d\xcf\x80\x9f\x1b\xcf\x19\xee\x07\xbf\x2a\x7e\xa5\x8a\x55\x85\x5f\x3d\xfc\x78\x0f\xf8\x69\x9c\xcb\x35\xe8\xda\x07\x2e\x0f\x5c\x6e\x3d\xf7\x81\x8b\x1b\xff\x96\xba\xf6\x81\xcb\x23\x2e\x91\xd8\x7d\xe0\xf2\x68\x5c\x2b\x8c\x4d\x0f\x5c\xdc\x58\x4d\x17\xcf\x80\xcb\xa3\xb8\x2a\xe7\x19\x70\x79\xc4\xc5\x92\x58\x3d\x70\x79\x6e\x62\x9c\xfb\xc1\xc5\x8d\xd5\x0b\x56\x0f\x5c\x1e\x71\xc9\x8d\x67\xc0\xe5\x11\x97\xc8\xd8\xf4\xc0\xe5\x19\xbc\x1b\xcf\x80\x8b\x1b\x2b\x56\xf5\x2d\x1f\xb8\x3c\x8a\xab\x4a\x4e\x3f\xc4\xd5\xb3\x69\xa7\x3e\x77\xe2\xaa\x6b\x5e\xb8\x88\xab\x0e\xbf\x7e\xe6\x05\xda\xc1\xaf\x2b\xae\x12\xf1\xd2\xe1\xd7\x0f\x3f\xbd\x47\x87\x5f\xd7\xb8\x76\x07\xda\xc1\xaf\x93\x97\x95\x67\xc0\xaf\x13\x57\x8c\x25\x1d\x7e\x5d\xe3\xda\xc5\x5c\xd1\xe1\xd7\xc5\xaf\x05\xbd\x6f\x87\x5f\x57\x5c\x65\xf2\xa8\xc3\xaf\x93\x97\x8c\xbb\x1d\x7e\xbd\xd3\x8e\xfe\xc1\xaf\x0f\xe6\x37\x7c\xf0\xeb\xe2\x17\x88\xab\x0e\xbf\x2e\x7e\xf1\xf4\x05\x7e\x6e\x2c\x19\xac\x06\xfc\xc6\xc5\x58\xa7\xfe\x0d\xf8\x8d\x93\x97\xb4\x83\xdf\x60\x5e\x2d\xfa\x96\x03\x7e\x83\xbc\x2c\x8a\x8d\x01\xbf\x21\x7e\xa1\x69\xa6\xff\x79\x4e\xff\x9f\xa6\xf9\x7b\x0d\xf0\x0e\x85\x62\x08\x3c\x0e\x94\x83\x29\x82\x57\x1a\xa0\x1c\x9a\x22\x52\x14\xb6\x01\xca\xd1\xb8\x16\x1f\x28\x87\xa6\x88\xc4\x10\x37\x40\x39\xce\x14\x21\x6c\x03\x94\x83\x50\x4c\x0a\xb1\x01\xca\x41\x28\x32\x85\x0d\x50\x0e\x50\x9e\xd7\x04\xe5\xd8\x0c\x03\x6a\x37\x41\x39\x99\x62\xab\xda\x4d\x50\xce\x83\x52\xcf\x9d\xa0\x9c\x9a\x22\x22\x4b\x85\x09\xca\x49\x28\x1e\x1f\x28\x67\xa2\x2f\xdc\x0f\x56\x53\x53\x6c\x2e\x7a\xdf\x49\x28\xce\xc2\x7b\xe8\xd3\x4c\xf8\x4d\x96\x28\x17\xfd\x83\xdf\x14\xbf\xca\xb0\x37\xe1\x37\xc5\x2f\x12\x4e\x13\x7e\x6e\x7c\xa8\xe1\x19\xf0\x73\xe3\xed\xf0\xc1\x6f\x12\x8a\x95\xe7\xc2\x6f\x12\x8a\x95\xe7\xc2\x6f\x32\xc4\x31\x65\x4f\xf8\x4d\x85\x62\x81\xfd\x82\xdf\xba\x78\x5f\xb5\x5b\xf0\x73\xe3\xed\x94\x16\x0b\x7e\x8b\xa1\x90\x14\x5d\xf0\x5b\x5a\xe2\x45\xfa\xbc\xe0\xb7\x12\xec\xf1\xc1\x6f\x69\x8a\x48\x4c\x11\x0b\x7e\x4b\xfc\xac\x89\xf3\x82\xdf\xaa\x0c\x99\xe2\xb2\xe0\xb7\x18\x0a\x8f\x0f\x7e\x6e\x2c\x9d\xf8\x5b\xf0\x5b\xa4\xf2\x79\x2e\xfc\x56\xe7\xdd\x78\x2e\xfc\x16\xf1\x77\x9e\x0b\xbf\x35\x89\x5d\xae\x85\xdf\x62\x89\xc7\x52\x75\xc1\xcf\x8d\x4f\x75\x62\xb0\xe1\xb7\xe1\xc7\x52\x61\xc3\x6f\x13\x7f\x45\xdf\x7c\xc3\x6f\xc3\xef\xb4\x83\xdf\x8e\x7f\x15\x2f\x1b\x7e\x5b\x53\x49\x60\xf9\xb5\xe1\xb7\x59\x22\xb3\xec\xdb\xf0\x73\x63\xd5\x32\x7d\x81\xdf\x66\x2a\xb9\xf5\x1e\x1b\x7e\x6e\x2c\x25\x72\x70\xc3\x6f\x37\xfa\xa7\x5c\xdd\xf0\x73\xe3\xf7\xe3\x19\xf0\xdb\xc4\x1f\xb1\xb1\xe1\xb7\x07\xdf\x8d\x3e\xc3\x6f\x8b\x5f\x88\xdc\x0f\x7e\x6e\x2c\x99\x96\x5f\x1b\x39\x21\xe3\x53\xdd\x2d\x9f\xe1\x33\xee\xd7\xe4\x0b\xf8\x02\x7d\x4e\xf2\x45\x7c\x91\xfb\x65\xf9\x12\x3e\xb1\x8a\x95\xfb\x65\x7c\x9a\x36\x82\xa6\xdd\x8d\x9c\xd8\xc8\x89\x58\xe8\x4b\xc5\xa7\x5c\x2d\x31\xca\x77\xe3\xbb\x19\xe6\x79\x6e\xc3\xc7\x72\x58\x53\xce\x46\x4e\x6c\xe4\x44\x4c\xf4\xb9\xe3\xd3\x58\x97\xc5\x7e\x23\x27\x64\xac\x84\x4c\x5f\x26\xbe\x49\x9f\xe9\xcb\xc2\x47\xac\xe9\x9b\x6f\xe4\xc4\x46\x4e\x24\xc5\xc6\x46\x4e\xc8\xf8\x72\x1d\x1f\xfc\x24\x27\x4a\x48\x7a\x06\x72\x42\xc6\x52\xd1\xf4\xb7\x91\x13\x32\x96\x93\xa6\xb5\x8d\x9c\xd8\xc8\x89\x6c\xdc\x0f\x7e\x19\x7e\xca\xd5\x8d\x9c\xd8\xc8\x09\x96\x5f\x1b\x39\x21\xe3\x7d\xe1\xb9\xf0\x93\x9c\x48\xc1\xc4\x0a\x39\xb1\x8f\x9c\x38\xcf\x85\x9f\xe4\x44\x0e\x92\x40\x1b\x39\xb1\x91\x13\x41\xcb\x8c\x8d\x9c\x90\xf1\xe7\xd2\x3f\xf8\x49\x4e\xa4\xd8\xb8\x1f\xfc\x90\x13\x35\xd2\x17\xf8\x65\x72\x55\x63\xc4\x46\x4e\x6c\xe4\x44\x28\xf8\xe0\x57\x4e\xfc\xa9\xcf\xc8\x09\x19\x2b\x8d\x38\x45\x4e\x6c\xe4\xc4\x4d\x0c\x21\x27\x36\x72\x22\x06\x7c\xf0\x43\x4e\xc4\xaa\xbe\x20\x27\x64\x7c\xf9\x45\x3b\xf8\x21\x27\x4e\x8c\x23\x27\x36\x72\x22\x44\x9e\x0b\x3f\xc9\x89\x72\x5f\x62\x85\x9c\xd8\xc8\x89\xd8\xae\x5f\x9e\xee\x37\x6a\x43\xc6\x57\x53\x74\x0b\xbc\xe5\x84\x27\xb7\x06\x2f\x6a\x03\x05\xbc\x51\x1b\x1b\xb5\xc1\xd0\xb0\x51\x1b\x1b\xb5\x11\x09\x77\xd4\xc6\x46\x6d\x24\xad\x60\x36\x6a\x63\x1f\xb5\x41\x4a\xa1\x36\x36\x6a\x23\x68\x48\xda\xa8\x8d\x7d\xd4\x86\x56\xa3\x1b\xb5\xb1\x51\x1b\x91\x50\x44\x6d\xc8\xf8\x33\xb8\x1f\x78\xa5\x36\xf2\xc5\xbb\xa1\x36\x64\x2c\x37\xad\x64\x37\x6a\x43\xc6\x87\x6f\xa5\x05\x6a\x63\xa3\x36\x42\xe0\x7e\xe0\x45\x6d\xdc\x84\x22\x6a\x43\xc6\x3f\x35\xef\x06\x3f\xa9\x8d\x5c\x13\xcf\x80\x9f\xd4\x46\xa9\x99\x77\x83\x5f\x25\xbd\xb9\x16\xb5\xb1\x51\x1b\xc6\xd0\x85\xda\x90\xf1\x50\xd4\x7b\xa0\x36\x64\xbc\xcf\xba\x1f\x6a\x43\xc6\x4a\x25\xcd\x50\x1b\x32\xae\x18\xc4\x0f\xb5\xb1\x51\x1b\xac\xe6\x37\x6a\x63\x1f\xb5\x51\x78\x2e\x5c\x8e\xda\x08\x3c\x17\x2e\x0f\xab\x65\x18\xa0\x36\x64\x3c\xa5\xc4\x0f\xb5\x21\xe3\xc3\x23\xcf\x85\x8b\xd4\x46\x35\xe3\x5a\xb8\xa0\x36\x62\xa1\x1d\x5c\x50\x1b\xad\xf0\x5c\xe2\x4a\x6a\x23\xdd\x52\xc0\x1b\xb5\x21\x63\xa9\x6a\xca\xd9\xa8\x0d\x19\xab\x17\x29\x85\xda\xd8\xa8\x8d\x06\x17\xd4\xc6\x46\x6d\xb0\x13\xb2\x51\x1b\x1b\xb5\x51\xcf\x33\xe0\x87\xda\x48\x0c\xc1\xa8\x8d\x8d\xda\xc8\x91\x76\xf0\x93\xda\x28\x95\xe9\x00\xb5\x21\xe3\xdf\x88\x76\xf0\x43\x6d\xd8\x79\x06\xfc\x50\x1b\x09\x06\xa8\x0d\x19\xab\x76\x89\x29\x6a\x43\xc6\xea\x95\x78\x06\xfc\x50\x1b\x51\xcb\x91\x8d\xda\x90\xb1\xd4\x98\x12\x51\x1b\x32\x56\x2a\x43\x17\x6a\x63\xa3\x36\x32\x7d\x46\x6d\x6c\xd4\x46\x82\x3d\x6a\x43\xc6\xf2\x7d\x71\x2d\xfc\x8e\xda\x38\x3e\xf8\x0d\xf2\xb2\xe9\x3d\x90\x13\x32\xbe\x4c\xc3\x07\x3f\x49\x8c\x12\xb4\xe4\xd9\x48\x0c\x19\x67\xca\x73\xe1\x87\xc4\xb8\x88\x3f\x24\x86\x8c\xc7\x95\xde\x17\x89\x21\xe3\xf1\xcc\x33\xe0\x37\x4e\xfc\x89\x01\x12\x43\xc6\x99\x72\x3f\xf8\x8d\xa3\xd6\x78\x0f\xf8\x8d\xb3\xc4\xe3\x5a\xf8\x21\x31\x72\x50\x3b\x24\x86\x8c\xe7\xb9\xfa\x82\xc4\xd8\xf3\xe4\x2f\x3e\xf8\x21\x31\x32\xe3\x15\x12\x63\x23\x31\x6e\xa9\xdd\x8d\xc4\x90\xf1\xa5\x39\xd7\xc2\x6f\x9e\x5d\x28\x7c\xf0\x9b\x8c\x6b\x97\x62\x08\x89\x21\x63\xf9\x22\x7f\x91\x18\xfb\x48\x0c\xa6\x71\x24\x86\x8c\x95\x33\xb5\x23\x31\x64\xfc\x5b\x2a\xd6\x90\x18\x32\xbe\xcc\xd0\x37\x42\x62\xec\x23\x31\x98\xd6\x90\x18\x1b\x89\x51\xb5\x5b\xba\x91\x18\x32\xfe\x6e\xfa\x1e\x48\x0c\x19\x5f\x16\xa8\xcf\x48\x8c\x8d\xc4\xb8\x99\xc6\x91\x18\x32\x9e\x47\x7a\x2e\x12\x63\x1f\x89\xc1\x94\x88\xc4\x90\xf1\x6f\xa9\xf7\x45\x62\xc8\x58\xbd\x58\x8e\x20\x31\x64\xac\xb0\x93\xb9\x91\x18\xfb\x48\x0c\xf2\x08\x89\x21\x63\xa9\x26\x9e\x0b\x3f\x24\xc6\x59\xca\x20\x31\x64\xac\x64\xa6\x7b\x24\xc6\x3e\x12\xe3\xf4\x19\x7e\x48\x8c\x18\x79\x06\xfc\xd6\xe1\x47\x3b\xf8\xad\xb3\x0b\x25\xf6\x48\x8c\x8d\xc4\x38\xcb\x57\x24\x86\x8c\xcf\x79\xba\x1f\x12\x43\xc6\xf2\x95\xe2\xdf\x31\xdd\xa3\x40\xf6\x51\x20\x84\x31\x0a\x44\xc6\x3f\xbf\x10\xa1\x40\x64\xac\x14\xc2\x13\x05\x22\xe3\x2b\x13\x7d\x42\x14\x88\x8c\xaf\x0a\xd5\x7d\x14\xc8\x46\x81\x5c\x0c\xcb\x28\x10\x19\x5f\x3e\xe0\x03\xef\x66\x55\xc3\xab\xa3\x40\x64\xfc\x5a\x7d\x6a\x14\x88\x8c\xa5\xcc\xaa\x10\x05\x22\x63\xe5\x66\x18\x40\x81\xec\xaf\x0a\x84\x76\xe0\x45\x81\x94\xf3\x6e\xe0\x45\x81\x64\x0f\xd9\x76\x49\x81\x60\xac\x6a\xa8\x69\x97\x14\x08\xc6\xaa\xf9\xfb\xb6\x4b\x0a\x04\xe3\xe9\x58\xe5\x8b\xf8\x50\xbb\x95\xfb\x25\x7c\x67\xe3\x85\x6b\x33\x3e\xa9\xb5\xe0\x21\xd6\x2e\x29\x10\x8c\x33\x88\xf2\x55\x7c\x6c\x5c\xdd\xdc\xef\xc6\x77\x0a\x1a\xb4\x6b\xf8\x60\x55\x9b\x7c\x0f\x3e\x86\x42\x5f\x66\xb4\x4b\x0a\x04\x63\xa5\xdc\xbc\xdb\xc0\x27\x56\xf9\xf4\x6f\xe2\xa3\xa0\x71\xda\x2d\x7c\x6c\xfc\x5d\xbc\xef\xc6\xa7\x50\x94\x6a\x6f\x57\x86\x5f\x26\x95\x13\x3e\xf8\xa1\x40\xee\x5b\x7d\xc9\xf0\xcb\x67\x29\x83\x0f\x7e\x14\x34\xb2\x7f\xcb\x76\x65\xf8\x49\x81\x94\x1c\xf1\xc1\x2f\x9f\x25\x9e\xfa\x92\xe1\x27\x05\x52\xb4\x9b\xd1\xae\x0c\xbf\xcc\x54\x7c\x89\x73\x86\x5f\x66\x43\xb9\x89\x55\x86\x9f\x14\x48\xaa\x37\x7d\x86\x5f\x3e\xfc\xc4\x39\xc3\x4f\x0a\xa4\xb4\x4b\x5c\x32\xfc\x50\x20\x57\xe6\x7e\xf0\x43\x81\xd4\x1b\x1f\xfc\x8e\x02\x39\x5c\xe0\x47\x41\x23\x15\xf9\x0a\xfc\xdc\xb0\x02\x68\x57\x01\x9f\x04\x48\x2e\x7a\x6a\x81\x9e\x9b\x60\xc7\x05\x3c\x37\x29\x25\x31\x29\xb0\x43\x7d\x04\xa3\x19\xec\x4e\x31\x83\xfe\x16\xd8\x49\x7d\xc4\x60\x3c\x14\x76\xa8\x8f\x68\x62\x57\x60\x27\xf5\x91\x4f\xcc\x17\xd8\xa1\x3e\xa4\xe8\xda\x55\x60\x27\xf5\x91\x8c\xef\x53\x60\x47\x31\x43\x9b\xc4\xed\x2a\xb0\x2b\x67\xa7\x4f\x31\x50\x60\x57\x58\xc6\x90\x07\x05\x76\xc8\x8b\x48\xbe\x14\xd8\x21\x2f\x2e\xd3\x7b\x54\xd8\x55\x76\xfa\x88\xe5\x0a\x3c\xc9\x8b\xa4\x31\xad\x5d\x15\x7a\x92\x17\x59\x4b\xd2\x76\x55\xf0\x21\x2f\x62\x13\xab\x0a\xbf\x23\x2f\xb2\x62\xaf\xc2\x8f\x62\x46\x6b\x5c\x0b\x3f\xe4\x45\x6b\x62\x50\xe1\xf7\xb5\x98\x41\xff\xe0\xe7\x26\x9e\xe1\xa1\x82\xaf\x9e\x8d\x16\xba\x0c\xbe\xaf\xb5\x0c\x1e\x01\x3e\xa9\x8b\xdc\x4e\xf7\xc0\x47\x2d\x23\x1c\x1f\xf8\x50\x17\x81\xcf\x56\xc1\x27\x75\x91\x02\x61\xf6\x80\x45\xea\x22\xb7\xa6\x57\x7b\xc0\x82\xba\x08\x84\xed\x03\x96\x87\x0d\xa8\xaa\xbe\x3c\x60\x79\xce\x06\x1e\x3e\xb0\xa0\x2e\xc2\xad\xf7\x78\xc0\x82\xba\x08\x51\xfd\x7b\xc0\x22\x75\x91\x22\x61\xfa\x80\xe5\xa8\x0b\xc2\xea\x81\x0b\xea\x22\x32\xf4\x3d\x70\x91\xba\x48\xda\x54\x69\xd7\x03\x97\xe7\xd4\x68\x15\x42\x0f\x5c\x4e\x2d\x83\xa1\xe0\x81\xcb\xc3\xa6\x00\x4c\x1f\xb8\x3c\x67\x53\x85\x67\x10\x56\xcf\xa9\x31\xca\xd7\x09\x2b\x6a\x19\x21\xe9\x7e\x1d\x7e\x52\x17\x49\x9b\xcf\xed\xea\xf0\xeb\x87\x9f\x38\x77\xf8\x9d\x5a\x46\xd6\xf7\xe8\xf0\xeb\xac\xee\xc8\xf1\x0e\x3f\xa9\x8b\xa4\x0d\xe9\x76\x75\xf8\xa1\x2e\x22\xdf\xad\xc3\x0f\x75\x11\xda\x2f\xcf\xf4\xed\xea\xe0\x95\xf8\x48\xf1\xbc\x12\x78\x3b\x25\xc8\x2c\xe4\x1d\xbc\x5f\x4b\x1d\x74\x0b\xbc\x94\x3a\x42\xa6\x0b\xe0\x3d\xa5\x0e\x06\x9f\x0e\xde\x53\xea\x20\xda\x3b\x78\x29\x75\x04\x3e\x4d\x07\x2f\xe2\x23\x30\x2b\x0d\xf0\x0e\xf0\x32\x3b\x0c\xf0\x22\x3e\x02\x88\x06\x78\x29\x75\x9c\x51\x65\x80\x77\x20\x7e\xf9\x0c\x03\xbc\x6e\xce\x9c\x3e\x80\x3b\x4e\xa1\x4d\x1f\x70\x00\x77\x9c\xa5\x1f\x57\x02\x57\xd2\x23\xa9\xa8\xdb\xae\x01\x3d\x49\x8f\xaa\x9d\x99\x76\x0d\xe8\x21\x3d\xb4\x9b\xd9\xae\x01\x3d\x49\x8f\x72\x05\xda\x41\x0f\xe9\x11\xce\x73\xa1\x27\xe9\x91\xe3\xc5\x73\xa1\xe7\xa6\x56\x96\x1c\x03\x78\x47\x79\x5c\xbc\x06\xf0\xa4\x3c\x92\xea\x8f\xed\x9a\xc0\x43\x79\x24\x62\x7d\x02\x4f\xca\xe3\x6a\x0c\xfb\x13\x78\x28\x8f\xc4\x90\x37\x81\x27\xe5\x51\x23\x53\xe1\x04\xde\x3c\xe7\x2f\xf4\xc1\x27\xf8\xa4\x3c\x72\xbc\x68\x07\xbe\xa3\x3c\xc8\xc5\x09\xbe\xc9\x90\x17\xe9\x1f\xf8\xe6\xa9\x53\x0a\xcb\x04\xdf\x3c\xca\x8d\x6b\xc1\xf7\x55\x79\x70\x2d\xf8\x26\x1b\xa6\xe7\xb9\xe0\x73\xe3\x8b\x2f\xb9\xa0\x87\xf0\xb0\x46\x97\xc1\x37\x59\xd9\x99\x28\x4f\xf0\x4d\x16\xce\xac\x60\x16\xf8\x4e\x6d\x23\x09\xd5\x02\x1f\xb5\x0d\x09\xbc\x76\x2d\xf0\x21\x3c\x1a\xb3\xcd\x02\x1f\xb5\x8d\x0c\x82\x05\x3e\x6a\x1b\xc6\xca\x69\x81\x6f\x51\x1b\xca\xf8\xc0\x77\x84\x07\xe9\xbe\xc0\xb7\xd8\x78\x61\x15\xb7\xc0\xb7\x10\x6e\xe4\xd0\x02\xdf\xa2\x36\x44\x94\x2e\xf0\x1d\xe1\x01\x97\x05\x3e\x09\x8f\x5c\x99\x5a\x16\xf8\x24\x3c\x52\x66\xa8\x5d\xf0\x93\xf0\x28\x89\x4f\xb4\xe0\x27\xe1\x91\xb5\x47\xd9\xae\x05\x3f\x09\x8f\x94\xab\xee\xb7\xe1\x27\xe1\x91\x32\x61\xb5\xe1\x77\x94\x05\xab\x89\x0d\xbf\x8d\xf0\x6d\xea\xdf\x86\x1f\xca\x22\x90\x81\x1b\x7e\x52\x16\xa9\xb0\xc2\xda\xf0\x43\x59\x18\xc3\xef\x86\xdf\x86\x1f\x4c\x37\xfc\x4e\x6d\x83\xcc\xdf\xf0\x43\x59\xa8\x8e\xd6\xae\x0d\xbf\x7d\xc2\x4f\xdf\x77\xc3\x6f\x33\xe5\x5e\xf8\xe0\x87\xb2\x88\xa7\x2f\xf0\x93\xb2\x48\x85\x15\xef\x86\xdf\x51\x16\x81\xe7\xc2\x0f\x65\x51\x14\x2f\x86\xb2\x30\x8e\x4a\x25\x17\xdc\xcd\x50\x16\xc6\x51\x29\x6d\xd0\x34\x43\x59\xc8\xf8\x4a\x31\xc8\x17\xf1\xb1\x49\x75\x73\x6d\xc2\x47\xac\xe9\x7b\x18\xca\xc2\x4e\x6d\x43\x0c\x0c\x65\x21\xe3\xa3\x1f\xbe\x8a\xef\x1c\x29\x88\xf2\xdd\xf8\x8e\x0a\xe3\x7e\x0d\x5f\xa3\xce\x47\xbb\x07\xdf\x89\x35\xfa\xdc\xf1\x29\x55\x4b\xe6\xda\x81\x0f\x15\xa6\x79\xc2\x50\x16\x32\x56\xb4\x87\xdf\x0c\x65\x21\x63\xa9\x14\xae\xdd\xf8\xce\x3c\x21\x1f\xca\xc2\xf2\xa9\xa3\xa9\x2f\x28\x0b\x19\x4b\x85\xfb\xa1\x2c\x64\x3c\xee\xc5\x0a\x65\x21\x63\x76\xd3\x67\x94\x85\x8c\xc5\xc6\xa5\xe0\x43\x58\x5c\xa7\x19\xf8\x24\x2c\xa2\x4e\x04\x35\x43\x58\xc8\xc4\x0b\x2a\xe8\x0a\x3b\x95\x0d\x7d\x70\x64\x85\x4c\xce\x5c\x07\x3a\x37\xa1\x5e\x34\x82\x9c\x9b\x54\x25\x79\x0c\x49\x21\x13\x62\xfc\xe5\xbd\xfb\x66\x08\x0e\x19\xff\xc4\xdc\x05\xac\x99\x19\xa4\xe2\x03\x6b\x3e\x43\xa0\xfa\x84\xe0\x90\x31\x6d\xc7\x34\x43\x70\xc8\x04\x9d\x05\x69\x86\xe0\x30\xce\x4f\x21\x11\x0c\xc5\x21\xe3\xc1\xcb\xdd\x80\x5a\x58\xdb\x04\x11\x44\x72\x18\x92\x43\xc5\xd8\x66\x48\x0e\x19\x4b\x15\xfa\x48\x0e\x43\x72\x04\x18\x22\x39\x64\x3c\xb0\x78\x2e\x5c\x91\x1c\x46\xc0\x20\x39\x8c\x82\x47\x6a\xb4\x03\x6d\x39\x3b\x2f\xb4\x83\x2d\x92\xc3\x4e\x9f\xa1\x87\xe4\xd0\xae\x5c\x33\x24\x87\x8c\x07\x96\xe8\x21\x39\xec\x54\x34\xa2\xda\x21\x39\x0c\xc9\x91\x82\xda\x21\x39\xec\xeb\xf9\x29\xbd\x07\x92\xc3\xbe\x56\x34\x94\x0c\x48\x0e\x43\x72\x5c\x17\x3e\xf8\x1d\xc9\x01\x03\x24\x87\xd5\xb3\x73\x8a\x0f\x7e\x5f\x25\x87\xde\x0d\xc9\x61\xa7\xa2\xc1\x77\x43\x72\x18\x15\x8d\x74\xfa\x02\x3f\x69\x8e\xac\x6a\x4d\x33\x34\x87\xd5\x33\xff\xea\xbb\xa1\x39\x8c\xf3\x53\x2a\x5e\x35\x43\x73\x18\x15\x8d\x56\x69\x07\x3f\x34\x47\x96\x1e\x30\x34\x87\x9d\x8a\x06\xec\xd1\x1c\x32\x96\xaa\x16\x93\x86\xe6\x90\xf1\xe4\x17\x3f\x34\x87\x9d\xf3\x53\x0c\x9e\x68\x0e\x43\x73\x84\xa0\x67\xa0\x39\x64\x2c\xdd\xc4\x06\x9a\x43\xc6\xaa\xe6\x5f\x43\x72\x18\x05\x8d\xa2\x65\x89\x21\x39\x0c\xc9\x71\x13\xce\x48\x0e\x7b\x4e\x1d\x92\x76\x60\xe1\xf8\xd4\x09\x03\x24\x87\x9d\x82\x86\x24\x8c\x21\x39\x0c\xc9\x61\x91\x2e\x83\x85\x82\x46\x21\x24\x91\x1c\x32\x96\xee\x46\xff\x08\x2b\x24\x47\xe1\x53\x22\x39\x64\x32\x1f\x08\xc1\x21\x63\xa5\xd2\x63\x04\x87\x8c\x65\x1d\x1a\x6c\x86\xe0\xb0\x23\x38\x98\x51\x10\x1c\x32\x0e\x54\x3d\x46\x70\x18\xe5\x8c\x70\x9e\x0a\x3c\x04\x47\xe5\x6d\x11\x1c\x32\x96\x1a\xf4\x50\x14\xd6\x4f\x39\x08\x1f\xf4\x28\x67\x54\xc6\x11\x14\x85\xa1\x28\x2a\xc1\x82\xa2\x90\xb1\xc8\xec\x6b\x28\x0a\x43\x51\x44\x92\x08\x45\x21\xe3\xa3\x38\xef\x06\x3d\x29\x8a\x7c\x91\xa8\x28\x0a\xa3\x74\x71\x6b\x35\x64\xa8\x07\xfb\x7a\x50\x4a\xf7\x43\x3d\xd8\x39\x28\xa5\x45\xb6\xa1\x1e\x8c\xd2\xc5\xcd\x57\x43\x3d\xc8\xf8\x73\x69\x07\xab\xc1\x01\x46\x18\xa0\x1f\xec\x94\x2e\x18\x72\xd1\x0f\x46\xe9\xe2\x66\x70\x41\x3f\xd8\x29\x5d\xf0\xdd\xd0\x0f\xc6\xe9\x28\x56\x7a\x86\x7e\xb0\x53\xba\xe0\x9b\xa3\x1f\x6c\x9c\xbd\x4d\xbd\x2f\xfa\xc1\x38\x1d\xd5\x98\xe1\xd1\x0f\x36\x4e\xe9\x87\x3e\xc3\xea\x08\x08\xed\xaf\xd9\x38\xac\x14\x69\x67\xb5\x81\x80\x90\x89\x45\x8b\x67\x43\x3f\x18\x95\x0b\xf6\x06\x0c\xfd\x20\x63\x39\xf1\x79\xd1\x0f\x32\xbe\x38\xe0\x5a\xf0\x71\x38\xaa\x91\x1c\xe8\x07\x19\xbb\xf2\xb9\x16\x54\x68\x85\x00\x02\xb4\x82\x1d\xad\x70\xd1\x0e\x54\xf3\x9c\x69\xa4\x2f\xa0\x3a\x5a\x41\x7b\x03\x86\x56\x90\xb9\x2f\xa6\x51\xa4\x82\xcd\xb3\x0b\xac\xaf\x81\x56\xb0\x73\x0e\xea\xa2\x7b\x90\x9a\x67\xa2\x14\x3d\xb4\x82\xcd\x73\x36\x40\xed\xd0\x0a\x32\x56\x8d\x61\x09\xad\x60\x14\x29\xce\xb4\x88\x56\x90\xf1\x69\x82\x76\xa0\x3a\x45\x0a\x5e\x03\xad\x60\xe7\x1c\x54\xcc\x7f\xc7\x3c\x8f\x94\x30\x6a\x18\x31\xe9\xcd\x91\x12\x32\x3e\x13\xd0\x55\xe8\x72\x4c\x8a\x4d\x3e\x43\x4a\xc8\xf8\x1a\x81\xae\x42\x97\x1a\x46\x64\xc9\x87\x94\x90\x89\x67\x92\x43\x49\x18\x25\x8c\xc0\x47\x45\x49\xc8\x58\xbe\x21\x89\x92\xb0\xa3\x24\x02\xd7\x42\xf7\x9c\x92\xe2\x2b\xa0\x24\x6c\xfd\x35\x5d\x94\x84\x51\xc2\xc8\x52\x3a\x86\x92\x30\x94\x44\xe0\x7e\x28\x09\x3b\x35\x0a\x56\x77\x28\x09\xe3\x94\x14\x7b\x9f\x86\x92\x90\x29\x99\x0f\x83\x90\x90\xa9\x91\x29\x04\x1d\x21\x63\x37\xc9\x8e\x8c\x90\xa9\x39\xe1\x02\xdd\x39\x21\xc5\x2a\x13\x15\x21\x63\x09\x55\x62\xa8\x08\x19\xb3\xeb\xb4\x83\x9d\x54\x44\xba\x32\x7d\x83\x1d\x2a\x82\x3d\x00\x43\x45\xc8\x58\xbe\x49\x3a\x54\x84\xa1\x22\x92\x72\x3d\xa0\x22\x64\x2c\xb1\x69\x15\x50\x11\x81\x13\x52\xa1\xe2\x0b\xf8\xc4\xa9\xe8\x19\x01\x15\x21\xe3\x49\x1c\xe4\x4b\xf8\x98\x58\x1b\xed\x32\xbe\xb3\xbf\xde\xe4\x2b\xf8\x14\x66\x3a\x34\xdc\x02\x2a\x22\x70\x42\x2a\x45\x9e\x7b\xe3\xa3\x3e\xa1\xef\x18\x50\x11\x81\x13\x52\x6c\x52\x04\x54\x44\x38\xf5\x89\x44\xbb\x8e\x0f\x15\x71\xd1\x6e\xe0\xa3\x3e\x61\xf8\x26\x3e\x66\xd6\x42\x9f\x17\x3e\xea\x13\x8a\xa9\x80\x8a\x90\x71\xd5\xa9\x76\xa8\x88\xc0\x0f\x2e\x92\xc6\xc5\x80\x8a\x08\xf9\xcc\x17\xba\x16\x15\x11\x38\x21\x85\x02\x0e\xa8\x08\x19\x8f\x33\x71\x41\x45\x04\x4e\x48\xa9\xd4\xd8\x02\x32\x22\xf0\x83\x0b\xe6\xb8\x80\x8c\x08\xe7\x07\x17\x89\xbe\xc0\x2f\xb3\x19\x1a\xf0\xc1\x4f\x3a\xa2\x9a\xd4\x64\x40\x48\x04\x4e\x48\xe9\x54\x57\x0b\x48\x89\x70\x7e\x70\x51\xe8\x1f\xfc\x54\x9f\xc8\x76\xee\x07\xbf\xcc\x51\x01\xad\x42\x02\x72\x41\xc6\x4a\x0e\xf8\xe0\x97\xd9\x31\xb9\xb8\x1f\xfc\xf2\x39\x2a\x20\xf6\xc8\x85\xc0\x09\x29\x1d\xb5\x68\x01\xbd\x10\x38\x21\xa5\x1f\xd4\xb4\x80\x60\x08\xe7\x84\x94\xe6\xfe\x80\x60\x08\xe7\x07\x17\x01\x1f\xfc\xce\x09\x29\xb8\x20\x18\x64\x2c\xfb\xe7\x7d\x10\xcf\x8f\xe4\x55\x6b\xee\x10\x93\x47\x22\xc9\xa2\x7e\x24\xf3\x20\x83\x1e\x16\x9d\x3e\x5a\x3c\x2c\x39\x1f\x3b\x55\x49\xf7\x28\xe3\x31\x2a\xf2\x3f\x24\x3c\x46\x63\xdb\x43\xbe\x3f\xca\x3b\x55\x23\x1f\xb2\xee\x09\x7e\x67\xa9\xd1\x27\x70\xe7\xe0\x6d\xb4\x44\x7d\x22\x6d\xa2\xb7\x49\x3e\xe0\x3c\x91\x36\xb1\x4b\xdb\xf9\x55\x51\xab\x9a\x27\xfa\xa2\x25\xfb\x10\xfc\x24\xae\x4a\x7e\x55\xf6\x68\x7c\x12\x57\x25\xbf\x73\xf1\x78\x7a\x32\x6d\xb2\xb7\xa9\x2e\x24\x9f\x4c\x9b\xec\x6d\x6e\xf3\xab\x0a\x6d\x8a\xb7\x69\x2e\x11\x9e\x42\x9b\xe2\x6d\x9a\x8f\x45\x4f\xa5\x4d\x15\x9f\xcb\x75\xd3\x53\x69\x54\x35\xc4\x98\xcb\x8d\xe7\xa6\xd5\x0d\x45\x0f\x8e\xe7\xa6\xd5\xbd\x01\xeb\x17\x36\x5a\x35\xb5\xd2\xfe\xfc\xd3\x68\xd5\xce\x70\xe5\x17\x3e\xb4\x7a\xea\xd9\x47\x72\x17\xad\x1e\xb5\x2a\x97\x5f\xd8\x69\xd5\x11\x0b\x9e\xa6\x4f\xa7\x55\x57\x2b\xed\x4f\x3f\x83\x56\x43\xad\xee\x6c\xee\xa2\xd5\xd0\xa0\xd9\xcc\x2f\x1c\x1a\x33\x31\x21\xb9\xce\x7a\x26\x17\x4e\x7d\xbc\xcb\x67\xaa\x67\x72\xe1\x54\xab\xcb\x07\xcc\x87\x5f\xb2\x3d\xfa\xc5\x47\xd0\xf1\x8a\x87\x1f\x7c\x3c\x3a\xa1\x1a\x74\xca\xe1\xe1\x80\xea\xa3\x93\x5a\x21\x86\x5f\x3e\x46\xff\x70\x8e\xeb\xd1\x79\x91\xa0\x63\x39\x0f\xc7\x45\x9e\x7d\xfa\x18\xde\xbc\xed\x94\x9d\xbb\x6a\x34\x41\x23\x6e\xa7\x44\xd3\xb5\x87\x14\xb2\xcb\x91\x4e\x16\x74\x05\x78\x28\x2e\xaa\x3a\x11\xde\x89\x55\x95\x33\x3b\xc1\xda\x09\xd6\xea\x19\xdf\x89\xd6\xae\x68\x0d\xb7\x07\x70\x27\x5c\xbb\xc2\x35\x34\x9f\x47\x3a\xf1\xda\xa3\x62\x5a\x4b\xd5\x4e\x78\x76\x85\x67\x34\x67\xd7\x89\xcf\x9e\x88\x7c\x67\xd7\x09\xd0\xae\x00\x8d\xfa\xc1\x41\x27\x42\xbb\x22\x34\x4a\x3b\x76\x42\xb4\x2b\x44\x63\xf2\x15\x78\x27\x46\xbb\x62\x34\x26\x87\xd3\x09\xd2\xae\x20\x8d\xb9\xde\xee\xa2\x95\x82\x34\x16\x9f\x92\x3b\x41\xda\x15\xa4\x51\x3f\x3b\xec\x04\x69\x57\x90\xc6\xea\x13\x54\x27\x48\xbb\x82\x34\xde\xbe\xf6\xe8\x04\x69\x57\x90\xc6\x96\xfd\x42\x82\xb4\x2b\x48\x93\xb6\xb2\x3b\x41\xda\x15\xa4\x49\xe7\xd3\x3a\x41\xda\x15\xa4\x49\x7b\xf9\x9d\x20\xed\xdd\xd7\xfb\x49\xf2\xab\x77\x2d\xf7\xbb\xe2\x36\x49\xaa\x77\xe2\xb6\x2b\x6e\xa9\x14\x75\xe2\xb6\x2b\x48\x53\x12\x1c\x82\xb4\x2b\x48\x53\x16\x1c\x82\xb4\x2b\x48\x93\xaa\xe1\x9d\x20\xed\xfa\x69\x60\x2a\x82\xc3\x2f\x03\x31\x49\x3b\x97\x9d\x1f\x06\x76\x85\x72\x92\xa0\xec\x84\x72\x57\x28\x27\xfd\xc4\xa9\x13\xca\x5d\xa1\x9c\x6e\x5f\x92\x76\x62\xb5\x2b\x30\xd3\xed\x63\xfb\x20\x30\x87\x02\x33\xa9\xee\x38\x08\xcc\xa1\xc0\xcc\x57\x4e\x6f\xde\x0e\x02\x73\x28\x30\xb3\x8e\x6d\x0f\x02\x73\x48\x3a\x67\xd5\x9e\x07\xca\x79\x28\x56\xb3\x4e\xbd\x0c\x62\x75\x28\x56\xb3\x96\xfc\x83\x58\x1d\xc1\x95\x50\xd6\xd1\xf3\x11\x24\x84\x30\x59\xda\x6d\x04\xe9\xa0\xa1\x88\xce\x49\xb7\x27\xa2\x47\xf4\xa9\x89\x9f\xe4\x8d\xa8\x99\x69\x28\xc8\x73\x72\x12\x83\x20\x1f\xd1\xc5\x6b\xce\x41\x2e\x69\x57\x4c\xd6\x06\xfd\x88\x92\xae\x98\x2c\x05\x3e\x34\x8c\xbf\x1d\xca\x8e\xac\xfd\xbc\x41\x76\x8c\xe4\x13\x7d\xd6\xce\xef\x48\x9a\xe7\x31\x59\xcb\x8b\x91\x34\xcd\x0f\x86\x78\xfd\x56\x62\x90\x43\x43\x39\xc4\xaf\xbc\x06\x39\x34\x94\x43\xb9\xfa\x6c\x31\xc8\xa1\xa1\x1c\xca\x92\xa7\x83\x1c\x1a\x85\xe9\x22\xc6\x37\x6f\x07\x41\x3e\x9a\xaf\xae\xd8\x09\x1a\x4d\x8b\x2b\x4c\xf1\x89\x70\x34\x2d\xad\x46\x2b\xfd\xdd\xab\xe8\xa0\xd8\x68\xda\x0a\x1b\x4a\x8e\xa2\x33\x84\x83\xe4\x18\xcd\x67\xa9\xa2\xb3\x0c\xa3\x49\x73\x63\xca\x15\x71\x6d\xb9\x7c\xe9\x5f\xae\x5b\xb7\xd7\xca\x7f\x28\xab\x8a\x7e\xc6\x33\xc8\xaa\xa1\xac\xe2\x9c\xca\x20\xab\xc6\xe3\x73\x6f\x09\xbe\x94\x1b\x8f\x26\x5f\x4c\x91\x2e\x1a\x8f\x66\xdf\xa1\xdc\x63\x8f\x72\x90\x7b\x43\xb9\xc7\x06\xd8\x20\xf7\x46\xa7\x95\x4f\x6f\x83\x44\x1b\x4a\xb4\xa2\xdf\x68\x0c\x12\x6d\x0c\xe6\x52\x9f\xde\x06\x89\x36\x94\x68\xa5\xf8\xf4\x36\x48\xb4\xa1\x44\x2b\xc5\xa7\xb7\x41\xa2\x0d\xa5\x10\x87\x38\x07\x29\x34\x94\x42\xe5\xf6\xe9\x6d\x90\x42\x43\x29\x54\x74\x84\x78\x90\x42\x43\x29\x54\x2f\x9f\xde\x26\x29\x34\x95\x42\x9c\x64\x9a\xa4\xd0\x54\x0a\x55\xfd\x9c\x69\x92\x42\x53\x29\x54\xf5\x4b\x80\x49\x0a\x4d\xe5\x4b\xd5\xc9\xe8\x49\xbe\x4c\xe5\x4b\x4d\x9e\xed\x93\x7c\x99\xca\x84\x9a\x7c\xa1\x3a\xc9\x84\x19\x59\x30\xf8\x1a\x7c\x12\xf6\x53\xd1\x5b\x15\x13\x93\xe8\x9d\x8a\xcb\xaa\x9f\xe3\x4d\xe2\x72\x2a\x2e\x6b\xbd\xfd\x42\xe2\x72\xb2\xf8\xb8\x7d\x66\x9a\xc4\xe5\x54\x5c\xd6\xe6\x01\x3d\x89\xcb\xa9\xb8\xbc\x2f\x9f\x99\x26\x63\xfb\x2c\x43\x92\xdc\x67\xa6\x59\x94\xb4\x98\x5b\xe7\x6c\x66\xd1\xde\xc5\x2c\xac\x64\x9c\xea\x64\x06\x98\xb5\x36\x77\x35\xb9\xb4\x3d\x89\xb9\xef\xbb\xc9\xd5\x71\xf9\x85\xce\xeb\x97\x66\xe2\xc9\x34\x32\x35\x8d\xdc\xaa\x3d\x4f\xa6\x91\xa9\x69\xe4\xd6\x89\x82\xc9\x34\x32\x35\x8d\xdc\xc9\x87\xfe\x49\x86\x4d\x65\xca\x9d\x3d\x79\x26\x99\x32\x15\xf0\x77\xf6\x41\x6a\x12\xf0\x53\x01\x7f\x97\xe2\xdd\x26\xe0\xe7\x33\xdd\xa5\x5f\x18\xcc\x47\x3b\x0b\x98\x5b\x9b\x8c\xf3\x59\x5c\xa8\x7b\xe9\xb4\xd0\x24\xe0\xa7\x02\xfe\xbe\x7d\x60\x99\x04\xfc\xec\x4f\x11\x82\x28\x57\x95\x4b\x17\xde\xcd\x5b\x91\x03\x53\x39\x70\x37\x9f\x20\x26\x39\x30\x95\x03\xed\xf2\xd9\x73\x92\x03\x53\x39\xd0\x94\xae\x93\x1c\x98\xd3\x75\x6a\x53\x11\x75\x4e\xc9\x54\x4c\xbb\xd4\xaf\x29\x95\x3a\x95\x29\x4d\x27\x44\x26\x99\x32\x95\x29\x4d\x87\x50\x26\x99\x32\x95\x29\x4d\xc7\x66\x26\x99\x32\x95\x29\x2d\xf9\x04\x31\xc9\x94\xa9\x4c\x69\xfa\x05\xff\x22\x53\x96\x32\xa5\x95\x2b\xbb\x4b\xad\x96\x32\xa5\x95\x72\xbf\x79\xbb\xc8\x94\xa5\x4c\x69\xfa\x9d\xd4\x22\x53\x96\x32\xa5\xe9\x0c\xed\x22\x53\x96\x32\xa5\xa9\x62\xbb\xc8\x94\xa5\x4c\x69\xaa\x57\x2c\x32\x65\x45\x96\xc4\x97\x0f\xbb\x8b\x54\x59\x4a\x15\xbb\xb4\x99\xbb\xc8\x95\x95\x68\xa7\xc3\x11\x8b\x64\x59\x89\x76\xda\x42\x5d\x64\xcb\xca\xb4\xd3\x61\x8b\x45\xba\xac\x4c\xbb\xe4\x43\xe1\x22\x5f\x56\xa1\x5d\x76\xd9\xb1\x48\x98\x55\x68\x57\xcc\xaf\x25\x17\xd6\x59\xb2\x57\x97\xf1\x8b\x38\x5e\xac\xd9\x2f\x15\xb8\x16\x81\xbc\x58\xb4\x5f\xda\xc9\x58\x44\xf2\xba\xb5\xb7\x7e\x35\x97\x83\xeb\xd6\xde\xfa\x62\x25\x7f\x35\x5f\x7a\x2c\xc2\x7b\x35\xd5\x17\x4c\x47\xa9\x56\x53\x7d\x61\xb1\xbc\xb7\xab\xfa\xb5\xc4\xfc\x62\x7d\x6f\x97\x87\xe0\x22\xe8\x17\x0b\x7c\xd3\xa1\x8c\x45\xd4\xaf\xe7\x68\x0a\x9f\x59\x16\x01\xbd\xba\xe4\xaa\xe9\xf7\xca\xab\x4b\xae\x2e\x96\xfd\xa6\x42\xf6\x22\xca\x57\xd7\x36\x90\x69\x9b\x61\xf5\x7d\x7c\x9c\x67\xf0\x34\x5a\x5d\xdb\x40\x0b\x7d\x60\xc9\x03\x7d\x11\xfb\x0b\x81\x60\xc9\x43\x71\x11\xfc\x6b\x68\xc3\xcf\xb2\xc7\xe2\x1a\xda\xf0\xc3\xf8\xbb\x45\xf9\xb6\x7c\xdc\xaf\xb8\xa4\x5a\x64\xc9\x9a\xdc\x4f\x3f\x86\x5c\xa4\xc9\x9a\x2a\x12\x98\x7e\x59\xb1\xa6\x8a\x04\x6b\x72\x6d\xf5\x6c\x5d\x64\xc5\xe2\xf7\xe3\x76\x2b\x94\x49\x8b\xc5\x0f\x10\xed\x56\x2c\xf3\x03\x44\x8c\x05\x2d\xdf\x16\x3f\x40\x5c\xfc\x30\xce\x34\xbe\x2e\xf2\x67\xf1\x0b\x11\xd3\x2f\x21\x16\x09\xb4\x38\xbe\x1a\x2e\xff\xbe\x9b\x0c\xda\x1c\x8d\x0c\x66\xb7\xfb\xb4\x24\xc1\x78\x9f\x9b\x7c\x55\x3e\x44\x9e\x4e\x3e\x6f\x52\x6d\x73\x84\x25\xe8\x87\x6c\x9b\x23\x2c\x18\xff\x46\x26\xdf\x90\x8f\xe7\x6a\x1d\xb7\xc9\xc9\x4d\x7d\x30\xe8\x9c\xd8\xa6\x3e\xb8\xa9\xc9\x05\x4d\xdb\x9b\x9a\x1c\xc6\x42\xd1\x73\xa9\xc9\xed\x23\xdb\x55\x9e\xd8\x24\xf4\x66\xeb\x2b\xa8\x76\xb7\xc9\xe8\x1d\x54\x1f\x0c\xda\x6e\xda\x41\xf5\x41\x8c\x85\xea\x31\xb9\x83\xea\x83\x3b\x70\x3f\xfd\xca\x68\x93\xfa\x3b\x68\xfb\x3f\x24\x97\x02\x3b\x68\xfb\x7f\x07\x9e\x91\x3d\x17\x36\xe3\xc1\x8e\xaa\xbf\x85\x7c\xcb\xa7\xfa\xdb\x66\x8c\x08\xd2\x1f\x9b\x31\x62\x33\x46\x84\xe2\xd3\xf5\x66\x8c\xd8\x49\xdb\x16\x41\x5b\x5a\x3b\xa9\xce\xb9\x19\x37\x82\xea\xbb\x9b\x71\x63\x27\x95\x63\xc2\x2d\x2e\x49\xe5\x18\x8c\xf7\xa5\xc8\xc7\xb5\xda\x26\x0c\x77\x50\x3b\x0d\xc0\x9b\x31\x27\xe8\x08\xea\x66\xcc\xd9\x8c\x39\xa1\x5d\xce\x80\x31\x67\xe7\xd3\xce\x17\x43\x9b\x31\x67\x17\x7d\xa3\x78\x15\xe7\x52\xf8\x46\x32\x7e\x2d\xbe\x24\x1f\xd2\xfe\xf2\x35\xec\x66\x6c\xda\x8c\x4d\xd1\xf4\xcd\x19\x9b\x36\x63\x53\xd4\x7a\x6e\x33\x36\x6d\xc6\xa6\xa8\x7d\xfd\xcd\xd8\xb4\x19\x9b\xa2\xce\x0b\x6e\xc6\xa6\xcd\x38\x14\x75\x84\x7c\x33\x0e\x6d\x0d\x3d\x16\xf3\xdf\x16\xbe\xeb\xdf\x4e\xe8\xbb\xa9\xe0\xb9\xcf\x1e\x84\x0a\x0b\x9b\x41\x6a\x37\xd5\x74\xa2\xf6\xfc\x76\x53\x4d\x07\xe3\xed\xb2\x7c\x19\x5f\x56\x59\x5f\x70\x9b\x6a\x3a\x18\x43\x68\xee\x36\x78\x86\x8a\x21\xb1\x28\xe8\x9a\x8a\x21\xbb\x4d\xae\x4d\xe1\xbf\x75\xd4\xff\xff\x87\xe7\xd3\x9b\x9f\xff\x5d\xa0\xf1\xd3\xe7\xcf\xeb\xc3\x17\xfd\x1b\x44\xfa\xc7\x7f\x5e\x73\xed\xf7\x1f\xd6\xcf\xff\x9e\xd1\xa7\x8f\x9f\xfc\x2a\xfd\xf7\x9f\x01\x00\x00\xff\xff\xa1\xe9\x79\xf8\xfb\x48\x00\x00"); -func _abdg ()([]byte ,error ){return _g (_eceee ,"KSC-Johab-V")};func _bcgge ()(*asset ,error ){_addf ,_bggc :=_begff ();if _bggc !=nil {return nil ,_bggc ;};_bdfd :=bindataFileInfo {_b :"UniJIS2004-UTF8-V",_ffe :3961,_ag :_ed .FileMode (436),_ac :_c .Unix (1580492834,0)}; -_cfff :=&asset {_abe :_addf ,_ece :_bdfd };return _cfff ,nil ;};func _aef ()([]byte ,error ){return _g (_dcdd ,"EUC-V")};var _edegb =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\x97\x4b\x8b\x64\xb9\x11\x85\xf7\xf7\x57\x68\x39\x5e\xd8\xa5\x47\x3c\x24\xb8\x5c\x30\xdd\x03\xae\xc5\xcc\x18\xb7\xc7\x36\x18\x2f\xf2\xa1\x6c\x12\xdc\x99\x49\x56\xd6\xa2\xff\xbd\x89\x73\xb2\xdb\xcc\x2c\x8a\xa8\x3c\x84\x42\x8a\x4f\x11\x92\xee\xcb\x87\xd7\x8f\xaf\x97\xf3\x23\xbd\xfc\xf5\x7e\x3d\x7c\x9a\x8f\x74\x3a\x5f\x8e\xf7\xf9\x76\x7d\xbf\x1f\x66\xda\xcf\xcf\xe7\xcb\xb2\x94\x9a\x8e\xe7\xc3\xe3\xdb\x4f\x98\xc3\x97\xdd\x6d\x59\x62\xfc\xa7\xaf\x6f\x8f\xf9\xe5\xf5\x72\xba\xa6\x46\xbf\xe3\xfb\xed\xe9\x9b\xd2\xcb\xdf\xe6\xe7\xf3\xdb\xe3\xfe\x35\xfd\xf0\xe7\xe3\x75\x3f\xff\x90\x8e\xf3\x14\xfa\x2f\xf7\xe3\xbc\x9f\x2f\x9f\xd3\x0f\x1f\x7e\xfe\x54\xbe\xcb\x9f\xde\x6f\xb7\xff\xce\x2f\xf3\xf2\x48\x19\xda\xbc\x1c\x61\x97\x97\x0f\x3f\xed\x6e\x3f\xef\xbe\xcc\xf4\x12\x23\xfe\xf8\x17\xc8\x50\xff\x31\xef\x6f\xe7\xeb\x25\x95\xfc\xa7\x9c\xed\xff\xfa\xdf\xbf\xde\x66\x2a\xcf\xe1\xbf\xbe\x7e\xfc\xe5\x74\x7a\x9b\x8f\xe4\x99\xa1\x5f\xfe\xf5\xeb\xeb\xc7\xf4\xef\x92\x4a\x4e\x55\x5b\x97\xff\x3c\x5d\xff\xf9\xd3\xf5\x38\x9f\xf3\x2f\x85\xb9\x1c\xae\xc7\xf9\x76\xdb\x1d\xe6\x7d\x77\xf9\x3c\x97\x94\xd6\x5a\x6a\xd9\xd2\xea\x3f\xfa\x8f\x5b\x2c\xf3\x77\x1e\x4b\xc9\xf9\x39\xf4\x7c\xa4\xf4\x6d\x48\x2d\x3e\xb7\x34\xc6\xb2\xd6\x4a\xa1\x86\x50\x46\x5b\xd6\xda\xa8\x34\x99\x5b\xaa\xdd\x97\xb5\x0a\x15\x09\x9f\xd6\xc2\x47\xa9\xa8\x1d\xb6\x24\x35\x7c\xd4\x26\x14\xcf\x5b\xd2\x1c\x3e\x46\x1f\x6b\x33\x14\x5b\xd6\xea\x54\x60\x74\x28\x94\x4a\x45\xb6\xa4\x8d\x3e\x4a\x45\xc3\x87\x8a\x51\xb1\xf0\x19\x50\x9c\x8a\x6f\xc9\x72\x85\xd2\xa9\xf4\x2d\xa9\x64\x28\x83\xca\x21\x7c\x1a\x94\x23\x95\x53\xf8\x94\x50\x5a\x86\x12\xc6\xb2\x43\xe1\x0a\x1b\x56\x38\x3a\x24\x2e\x31\x8c\x65\x2a\x8d\x4a\xdb\x92\x15\x4c\xd6\x84\x4a\xa4\x21\x02\x85\x69\x84\xb1\xc2\xc9\x98\x46\x18\x1d\x60\xef\x8d\x79\x84\x51\x01\x8f\xc6\x3c\xda\x88\x61\xc8\xac\xed\xa8\xec\xc2\x07\x3c\xda\x9e\xca\x3e\x16\x94\x39\xff\x81\xd2\x21\x9c\x98\x08\x93\x0d\x63\x85\x2b\x9a\x54\xe6\x96\x0c\x9b\xe8\xed\x44\xe5\x84\x40\x98\x5f\x48\x44\x4a\x38\x61\x98\x30\xfd\x30\x2a\x48\x5f\x98\xbe\x58\xf8\x60\x45\xc2\x3c\x04\x79\x20\x33\x61\x1e\x12\x6b\x14\xe4\x21\x5c\xa2\x60\x3f\x58\x0e\xc2\x35\x86\x31\xa6\x26\x5c\x63\x18\x55\x64\x26\x5c\xa3\xc6\x16\x71\x7a\xe5\x16\x69\xec\x87\x22\xb4\x72\x41\x1a\x25\xa3\x60\xad\x64\xad\x3d\x7c\x90\x86\xb2\x1c\x34\x30\x3e\x15\x62\x54\x62\x04\x34\xe5\x1a\xf5\xb4\x25\xaf\x98\xde\xc8\x23\x8c\x57\x10\x32\x4e\x1f\x46\x15\x8b\x36\x12\x32\x0d\x1f\x2a\x9c\x3e\x8c\x2a\x22\x1b\x09\xd9\x71\x4b\xde\x18\x99\xa9\x86\xb1\xfc\x1c\xc6\x5c\xbd\x86\x13\x86\x39\x33\x0b\x63\xb9\x22\x7d\x67\xa9\x79\xdf\x92\xb3\x8a\x9d\xa9\x85\xb1\x5c\x81\xdf\x59\x34\x1e\xd3\x91\xac\x73\xba\x30\x1d\xf9\x77\x36\x63\x8f\xb6\xea\xaa\x50\x9c\x8a\x6f\xa9\x5b\x85\xd2\xa9\xf4\x50\x0c\xca\xa0\x02\x8e\x1d\x0a\x38\xf6\xe8\x8f\x6e\xb1\xea\xce\xfe\x80\xb1\xcc\x61\x6c\x90\x1e\xc5\xdf\x1d\x93\xb1\xf6\x7b\xd4\x75\xc9\xa8\xd0\xde\x9e\x91\x62\x47\x0a\x17\xc0\xc2\xee\x51\xb4\x25\x17\xcc\xc7\xaa\xed\x51\x85\x25\x57\x78\x09\xa3\x47\x6d\x15\x12\xe8\xac\x2d\x18\x2b\xd6\x20\x4d\x4a\x13\x12\x62\xb1\xba\x7a\xd4\x52\xc9\x38\x5b\x3a\x8b\x09\xc6\x8a\x51\x62\xf8\x28\xa1\x52\x3b\x06\xea\x8e\xd2\x2e\x7a\x80\x09\xb1\x9e\x7a\x54\x43\xa9\x03\x09\x19\x63\x85\x51\xcb\x50\x18\x2a\x4c\x69\x28\xba\x6e\x4a\xc9\x43\x42\xcf\x77\x23\x76\xdb\x6f\xa9\x58\x07\x40\x23\x88\x30\x6a\x05\x0a\x33\x8c\x03\xb7\x18\x4e\xd3\xee\xdc\x52\xdf\x6f\xa9\x66\x8e\x73\x8e\x8b\x7d\xaf\xec\xcd\xc1\x8d\x87\x71\x6f\x05\x52\xa5\x54\xc3\x0b\x4d\x35\x6a\xa3\xd4\xe0\x45\x49\x28\x29\xbc\x1a\x24\xa3\xb4\xdf\x52\xcb\xc2\x58\x07\x4a\x71\x59\x68\x51\x48\x27\x4a\xa7\x2d\x8d\x8c\xa6\x19\x3c\x7a\x61\x06\x4b\x74\xf0\xec\x1d\x51\x36\x6d\x60\xcb\x06\xcb\x66\xc4\x29\x2a\x8d\xeb\xe2\x31\x0a\x23\x8e\x43\x73\xb0\x94\x46\x9c\x9d\x9a\x85\x5e\x83\x12\xb6\x2c\x87\x9b\xf0\xa6\x93\x1a\x67\x9b\x46\x75\x09\xef\x35\xc1\xbd\x86\xfb\x48\x78\xaf\x89\x86\x62\x7d\xe0\x56\xfd\x76\x79\x2e\x6a\xbf\xbf\x4e\x85\x77\x9c\x58\xf8\x7b\x6f\xcb\x2a\xbc\xe3\x84\x8d\xe6\xbe\xac\xc2\x46\x13\x6c\xc1\xf0\xb2\xac\xc2\x1d\x90\x81\x3b\x37\x5b\x4c\xbc\xa3\xb4\x83\x54\x74\x2c\xab\xec\x29\xed\x21\xd5\xc0\x2d\x07\x4a\x07\x48\x2d\x0e\x7a\x39\x52\x3a\x42\x92\xd8\x01\x99\x94\x26\x24\x6d\x11\xfe\x44\xe9\x04\xc9\xa2\x43\x34\x43\xd2\x0c\xc9\x6b\x5b\x56\xe5\xe3\x40\xf1\x38\x28\xbd\xf8\xb2\x2a\xa1\xe9\xf3\x79\x10\x17\x99\xf2\x7d\xa0\x0d\x25\x85\x6b\x43\x09\x52\x85\x52\xdc\x6d\x4a\x92\x0a\x92\x15\x0f\x0b\x25\x2c\x05\xac\x8a\x97\x85\x92\x96\x82\x56\x6d\x3d\xc2\x13\x97\xb2\x62\x25\x5a\x4b\xc9\x4b\x07\x8b\x38\x7a\x52\xc9\x4b\xc1\xab\x5a\x14\x8b\x92\x97\x82\x57\xf5\x38\x76\x95\xbc\x14\xbc\x6a\x8f\xab\x41\xc9\x4b\xc1\xab\x8e\x28\x0c\x25\x2f\x05\xaf\x86\x53\x40\xc9\x4b\xc1\xab\x95\xb8\x2d\x8d\xbc\x0c\xbc\x5a\x8d\x37\x8f\x91\x97\x15\xbe\x8b\x6a\x59\x56\x23\x2f\x03\xaf\x26\x51\xfd\x46\x5e\x06\x5e\x4d\xf3\x58\x56\x23\x2f\xe3\x83\x0a\xaf\x13\x23\x2f\x53\x4a\x23\xc2\x93\x97\x81\x57\xf3\x11\xe1\xc9\xcb\xc0\xab\xf5\x1e\xe1\xc9\xcb\xc0\xab\x0d\x8f\xf0\xe4\x65\xe0\x25\xd9\x23\x3c\x79\x19\x78\x49\x89\x63\xda\xc8\xcb\xc0\x4b\x6a\x9c\x29\x46\x5e\x06\x5e\xd2\xe2\x52\x30\xf2\x32\xf0\x12\x89\x03\xc4\xc8\xcb\xc0\x4b\x54\x22\x3c\x79\x19\x78\x89\xc5\xdd\xe5\xe4\xe5\xe0\x25\x38\x66\xfc\xf9\x5e\x05\x2f\xe9\x71\x9d\x3a\x79\x39\x78\xc9\x28\x63\x59\x9d\xbc\x1c\xbc\x34\x97\xb6\xac\x4e\x5e\xce\x46\x2d\x71\x6c\x3a\x79\x39\x78\x69\xcd\x11\x9e\xbc\xdc\x28\x45\x3f\x3b\x79\x39\x78\x69\xeb\x11\x9e\xbc\x1c\xbc\x54\xa2\x67\x9d\xbc\x1c\xbc\x54\xa3\x69\x9d\xbc\x1c\xbc\xd4\xa2\x6b\x9d\xbc\x1c\xbc\xd4\xa3\x6b\x9d\xbc\x1c\xbc\xb4\x47\xd7\x3a\x79\xf9\x31\x5e\x3e\x3a\xb4\xfd\xe6\x08\x89\xff\xe3\xbb\xe5\xfb\x97\xc4\xe1\xfd\x7e\x9f\x97\x07\xbe\x5a\xf0\xc5\x10\x4f\xfe\xf3\x65\x7e\xff\x02\xba\x5d\x6f\x31\x0a\x7f\xff\x0b\x00\x00\xff\xff\x1d\xfa\x75\xc1\x2d\x0d\x00\x00"); -func _dfad ()([]byte ,error ){return _g (_gcbg ,"UniGB-UTF32-V")};func _dag ()(*asset ,error ){_aee ,_efdc :=_dgd ();if _efdc !=nil {return nil ,_efdc ;};_bfc :=bindataFileInfo {_b :"Adobe-KR-6",_ffe :1493,_ag :_ed .FileMode (436),_ac :_c .Unix (1580491438,0)}; -_bgg :=&asset {_abe :_aee ,_ece :_bfc };return _bgg ,nil ;};func _fgcb ()(*asset ,error ){_cgag ,_cgec :=_afbe ();if _cgec !=nil {return nil ,_cgec ;};_bgdc :=bindataFileInfo {_b :"UniKS-UTF32-V",_ffe :789,_ag :_ed .FileMode (436),_ac :_c .Unix (1580493054,0)}; -_efab :=&asset {_abe :_cgag ,_ece :_bgdc };return _efab ,nil ;};func _afbe ()([]byte ,error ){return _g (_fgfb ,"UniKS-UTF32-V")};func _dagbd ()(*asset ,error ){_fbeg ,_bafd :=_fbce ();if _bafd !=nil {return nil ,_bafd ;};_ddff :=bindataFileInfo {_b :"UniJIS-UTF32-V",_ffe :4458,_ag :_ed .FileMode (436),_ac :_c .Unix (1580492953,0)}; -_fegd :=&asset {_abe :_fbeg ,_ece :_ddff };return _fegd ,nil ;};var _ebdff =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\x52\x4f\x8b\xdc\x20\x14\xbf\xfb\x29\xde\x71\x7b\x69\xd4\x4c\xb2\x19\x10\xa1\xec\xb0\x34\x85\xed\x96\x4e\xb7\x2d\x94\x1e\xdc\xf8\x1c\x64\x3b\x2a\xc6\x1c\xe6\xdb\x97\x67\x32\x53\xe8\x21\x9a\xdf\xbf\xf0\xcb\xd3\xe6\x61\x3c\x8c\xc1\x17\x68\xbe\xe4\x38\x1d\xb1\x80\xf3\xc1\x66\x9c\xe3\x92\x27\x84\x57\x3c\xf9\xc0\x98\x90\x60\xfd\x54\xae\xb0\x6e\xd3\xd9\x24\xc6\x28\x7f\xbc\xcc\x05\xcf\x63\x70\x11\xda\xd5\x67\x97\xb4\x79\x01\x9a\xaf\x78\xf2\x73\xc9\x17\xb8\xfb\x60\xe3\x2b\xbe\x03\x8b\x8e\xf8\xe7\x6c\x31\xfb\x70\x82\xbb\x4f\x26\x99\x20\x6e\xc2\x71\x49\xe9\x0f\x9e\x31\x14\xe0\x95\xc3\x60\xeb\xce\x9a\x87\x27\x93\x3e\x9b\x33\x42\xf3\xd1\x84\x37\xf3\xb6\x54\xbe\xd2\xdf\x31\xcf\x3e\x06\x10\xfc\x3d\xe7\xfd\x3f\xfe\xdb\x25\x21\x88\x2d\xff\x32\x1e\x9e\x9d\x9b\xb1\xc0\xd0\xaf\xdf\x6e\x7e\xbe\x8c\x07\xf8\x25\x40\x70\x90\x5d\xbb\x1b\x7e\x6f\xd6\x1f\x4f\xd1\xe2\x56\x80\x89\xf5\x77\xa6\x68\x71\x4e\x66\xc2\x6c\xc2\x09\x19\x80\xe2\x5c\x83\x7a\x7c\xd4\xd4\xf1\x3f\x95\x09\xbe\xa5\xbc\x5d\x19\x25\xc9\xdd\x39\x0d\xb2\x15\x4c\xf5\x84\x68\x59\x91\xd0\xa0\xee\x51\x83\xdc\xf7\x4c\x0d\x84\x86\x4e\x43\x2b\xef\x99\x1a\x7a\x42\x4e\x43\x27\x7a\xa6\xf6\x94\xa3\xa5\xdd\x49\xa6\xf6\xe4\xdc\x93\x26\x7b\xa6\x0c\x21\xeb\xb6\x1c\x92\xd3\x59\x0d\xdd\x4e\x30\xe5\x90\x10\x69\xc3\x50\xfb\x5e\x7b\xd1\x3b\x9d\xe6\x6d\xba\xd3\x92\x33\x86\x52\xcf\xb2\x0e\x91\xa6\xe0\x03\xde\xee\x45\x8a\x89\x52\xf5\xf9\x1b\x00\x00\xff\xff\xd5\x41\x84\x18\x43\x02\x00\x00"); -var _fgcaa =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\x58\xcb\x8e\x5c\xb7\x15\xdc\xf7\x57\xdc\xa5\xb3\x70\xc4\xf7\x03\x68\x34\xe0\xf8\x81\x68\x61\x3b\x88\xec\x24\x40\x90\xc5\x25\x79\x28\x0c\x10\xcd\x0c\x46\xa3\x85\xff\x3e\xa8\xaa\xb6\x12\x1b\x59\x18\x6d\xd5\xd4\xe1\x65\x1f\x56\xd5\xe1\xed\x37\x5f\xbf\xfd\xe6\xed\xe3\xc3\xeb\xf1\xe6\x2f\x2f\x4f\xf3\x9d\xbd\x1e\xfb\xe1\x71\xbd\xd8\xc7\xa7\x4f\x2f\xd3\x8e\x61\xef\x1f\x1e\x2f\x17\x1f\x8e\xf5\x30\x5f\x7f\xfd\x27\x3f\xe6\x87\xf3\xf9\x72\x41\xfd\xbb\x5f\x3e\xbe\xda\x87\xb7\x8f\xfb\xe9\x88\xe2\xad\x4f\xcf\x77\xee\x71\xbc\xf9\xab\xbd\x7f\xf8\xf8\xfa\xf2\xcb\xf1\xc5\x57\xeb\x69\xd8\x1f\x8e\x65\x1b\xf8\x8f\x2f\xcb\x5e\x1e\x1e\xdf\x1f\x5f\x7c\xfd\xc3\x3b\xff\x19\x7e\xf7\xe9\xf9\xf9\xdf\xf6\xc1\x1e\x5f\x0f\x47\xcc\x1e\x17\x3f\x2f\x6f\xbe\xfe\xfe\x7c\xfe\xe1\xfc\x60\xc7\x9b\x6f\x7f\xb2\xc7\x2f\xff\x94\xbf\xfc\x33\xff\xc2\x3f\xfc\xcd\x5e\x3e\x3e\x3c\x3d\x1e\xde\xfd\xd1\xb9\xf2\x5f\xfc\xa7\x5f\x9e\xed\xf0\xf7\x15\x7e\x7e\xfb\xcd\x8f\x7b\x7f\xb4\xd7\x23\x38\xad\xfe\xe6\x1f\x3f\xbf\xfd\xe6\xf8\xa7\x3f\xbc\x3b\x42\x8e\xdd\xfd\xeb\x4e\xfd\xfb\xf7\x4f\xcb\xee\x5b\xb8\x04\x7d\x9d\xf9\xb4\xec\xe3\xf3\x39\xed\xe5\x7c\x7c\x6f\x97\xe3\xb8\x3a\x77\x3b\x8e\xe3\xda\xdc\x0d\xff\xfa\xca\x27\x77\x3b\xae\xdf\x7d\xfb\xdd\xb7\x37\xec\xfb\x77\xfc\x8b\xd7\x32\x8f\x4f\xaf\xcb\xb6\x30\xae\x70\xf5\xfb\x76\xf8\x58\x52\x43\xd5\xff\xfe\xf9\xe2\x9d\xbb\x3f\xfb\x61\xdd\x2b\x02\x2a\xaa\xfd\x5a\x71\x3d\xf5\xd4\xd3\xe7\x76\x3b\x7a\x07\x90\xbb\x80\x09\x52\x4d\x91\xd8\x22\xc6\xc2\xc0\xb2\xd3\x13\xd9\xf9\x76\xf8\x12\x80\xec\x22\xa4\xdc\x8e\xa0\xa5\x77\x15\x52\x81\x54\x22\x4d\x88\x01\xc1\xd3\x82\x1e\x1f\xb0\x72\xc8\x05\x88\x56\x0e\xe0\x44\x0f\x4e\x14\x27\x82\x93\x3c\xf6\x13\xc5\x89\x63\xdc\x8e\x54\x51\x15\xc7\x12\xb2\x6f\x47\x76\xe0\x24\x55\x25\x54\xe5\x9e\x81\xa8\x2a\x61\xe5\x92\xb1\xc3\x2c\x4e\x06\xa7\x66\x7c\x8b\x2c\x4e\x06\xa7\x79\x54\x15\x71\x0a\x38\xdd\x61\x3f\x45\x9c\x02\x4e\xaf\xa8\xaa\xe2\x54\xf6\xc7\x15\x6c\xa8\x8a\x54\x41\xf2\x3e\xa0\xae\x89\xd5\xd4\xc5\x80\x4d\x36\xb1\xda\x56\x63\x51\xd8\xc5\xea\x3a\xa4\xe6\x00\x89\xd5\xc9\x4a\x3c\x91\x53\xac\x93\xac\x1c\xd1\xdc\x53\xac\x93\xac\xe2\x50\x38\xc4\x1a\x64\x95\x9e\x00\x89\x35\xc8\xaa\x19\x85\x53\xac\x49\x56\xcb\x1e\x90\x58\x73\xaf\xdb\xe1\xbb\x47\xe1\x44\xc5\xfd\x23\xa4\x08\xd6\x52\xe1\xe2\xe1\x39\x87\xb5\x96\x0a\x17\x59\xae\x62\x13\x26\x96\x91\xe5\x0b\xd6\x32\xb1\x8c\xac\x10\x50\xb8\xc5\xda\x64\xc5\x80\xe5\xb7\x58\x7b\x6e\x40\x0d\x85\x7b\x89\x75\xdf\x44\xb8\x5c\x87\x63\xe1\x70\x2c\x4c\xb5\x03\x62\xe1\x70\x64\xe5\x04\x96\x64\x3e\xa8\xe0\x50\x62\x01\x24\x96\xc4\x58\xa0\xfd\x21\x35\x0e\xa9\xb1\xf6\x08\x48\x2c\xca\x31\x34\x28\x74\x48\x8f\x83\x7a\x0c\x3d\x3b\x40\x62\x45\x8a\xd6\x41\xa3\x43\xfa\x1b\xd4\x5f\xf4\x68\xce\x90\x00\x47\x92\xb4\xd1\x9c\x21\x05\x0e\x2a\x30\x06\x34\x67\x48\x82\x83\x12\x8c\x11\xcd\x19\xd2\xe0\xa0\x06\x63\x42\x73\x86\x44\x38\x28\xc2\x98\xd0\x9c\x21\x15\x0e\xaa\x30\xe6\xda\x00\x89\x45\x15\xc6\x92\x50\x28\x15\x0e\xaa\x30\xd6\x98\x01\x89\x45\x15\xc6\xda\x51\x28\x15\x0e\xaa\x30\xb6\x8e\x16\x4a\x85\x83\x2a\x8c\x3d\xa3\x50\x2a\x1c\x54\x61\x72\x30\xf4\x90\x0a\x07\x55\x98\xbc\x47\xa1\x54\x38\xa8\xc2\x14\x1c\x5a\x28\x15\x8e\x31\x2b\xa0\x82\xc2\x31\x1b\x21\x16\x46\x18\x6d\x48\x98\x83\xc2\x4c\x91\xcd\x91\x30\x07\x55\x98\x12\x9b\x23\x15\x0e\xaa\x30\x65\x36\x47\x2a\x1c\x54\x61\xca\x6c\x8e\x54\x38\x2c\xfb\xdb\x91\x0a\x9b\x63\x39\x08\x0a\x7c\xa2\xa0\x48\x88\x6b\x95\x8e\xad\x4a\xab\x83\x5a\x4d\x35\xe1\xd0\xa4\xd5\x41\xad\xa6\x16\xb1\xbc\xb4\x3a\x28\xcc\xd4\x7a\xbd\x5c\xa7\x84\x39\x29\xcc\xd4\xbb\x07\x44\xd6\xa4\x30\xb3\xcb\xe9\x72\x9d\x12\xe6\xa4\x30\xb3\x47\x6e\x4e\x09\x73\xfa\xf3\xbc\x1d\x39\x78\x4f\x68\x10\x62\x61\x08\xe1\x72\x9d\xd2\xea\xa4\x56\x73\x44\x57\xa7\xb4\x3a\xc3\x44\x61\x44\x57\x67\x98\x43\xd0\x60\xa1\x27\x34\x09\x71\xad\xc4\xe5\xa5\xe8\x19\x8b\x03\x84\x38\x9f\xb1\x70\x2d\x8a\x3c\x27\x74\x62\x4a\xe4\x33\x8e\x76\x3b\x72\x0e\x84\x46\x17\xd4\x01\x65\xae\x35\x4e\x41\x27\x21\x47\x88\x9b\xa0\x3b\x72\x46\xce\x4e\xb9\x63\xa6\x9c\x6f\x47\x2e\x01\xac\x94\x8b\xa0\xc2\x27\x66\x42\x95\x10\x37\x51\x12\x0b\xb5\x09\x7a\x28\x97\x06\x48\x1e\x9a\xf4\x50\xae\x18\x07\x53\x1e\x9a\xf4\x50\x6e\x11\x9d\x90\x87\x66\xd1\x3c\x88\x11\x90\x58\x65\xf0\x38\x50\x57\x30\x3f\xae\xb3\xac\x8a\x0e\xe2\x14\xcb\x6a\x42\x4c\xe3\x50\xd8\x9d\xb5\x6f\x47\x71\xb1\x70\x5c\xff\x3a\x62\xff\xdf\xd4\x9d\xc5\xf4\xf0\xad\x55\x78\xf2\xb2\xeb\xd4\xd0\x88\xb5\xe1\x0b\xcb\xaf\x53\x53\x23\x36\xca\x41\x86\x9d\x1a\x1b\xb1\xb3\x0b\x72\xec\x6c\x2b\x62\x22\x38\x87\x5a\x59\x76\xf6\x84\xb3\xe8\x3c\xb1\x9e\x4e\x41\xe7\xed\x28\x98\xdb\xb3\x27\x1e\x45\x2f\x03\x5b\xe7\x77\xee\x85\x7a\xa0\xd5\x8b\x83\xc0\xa7\xac\x3e\x3b\x86\x6a\x71\x19\xed\xeb\x68\xd2\xfd\xa3\xb8\x28\x88\x6d\xe8\x36\x01\x35\x2e\x6f\x8b\x10\x47\xac\x47\xb8\x4c\x65\xc4\x64\x46\x14\x9f\xd1\x77\x65\xc4\x3c\x71\x55\x28\xc1\x63\x13\x27\xef\x0a\xfa\x28\x1e\x96\x9a\x27\x2f\x0b\x93\x49\x52\xa2\xc3\xd7\x56\x92\x4c\x26\x49\x61\x46\x4c\x25\xc9\x1c\x62\x61\x1a\x4f\xc5\xc6\x64\x6c\x94\x84\x69\x3c\x15\x1b\x73\x6a\xf4\x63\x1a\x4f\xc5\xc6\x64\x6c\x94\x82\x69\x3c\x15\x1b\x93\xb1\x51\x0a\xa6\xf1\x54\x6c\x4c\x06\x42\xa9\x98\xc6\x53\x81\x30\x19\x08\xa5\x61\x1a\x4f\x05\xc2\x64\x20\x94\x4e\xdd\x28\x10\x26\x03\xa1\x3a\x4c\xe3\xa5\x40\x58\x0c\x84\xea\x30\x8d\x97\x02\x61\x31\x10\xaa\xc7\x34\x5e\x0a\x84\xc5\x40\xa8\x01\x96\x5a\x0a\x84\x45\xf7\xd7\x88\x69\xbc\xe4\xfe\x45\xf7\xd7\x84\xec\x5a\x72\xff\xa2\xaf\x6b\xaa\x28\x94\xaf\x57\xd4\xfd\xa6\x64\x40\x62\xd1\x8b\x95\x9a\x58\xf2\xe2\xa2\xcb\x6a\x45\xb8\x2c\xb9\x6c\xd1\x65\x95\xd2\x5c\x72\xd9\xd2\x5d\xa9\x61\xce\x2e\xb9\x6c\xd1\x65\x95\xc2\x5c\x72\xd9\xa2\xcb\x1a\xac\x71\x5d\x72\xd9\x2a\x88\xa0\xe6\x30\x67\x57\x61\x04\xe9\xa3\x55\x28\x67\x95\xb9\x08\xe9\xe2\x85\xae\x2e\x19\x64\xd5\xda\x01\x75\x42\xf5\x14\x74\xde\x8e\xd6\x5a\x27\x34\x04\xa1\x50\xfd\x92\x8b\x16\x5d\xd4\x02\x26\xd5\x92\x89\x16\x4d\xd4\x22\x26\xd5\x92\x87\x16\xa7\x5e\x4b\x98\x54\x4b\x16\x5a\xb4\x42\x63\x22\x2c\x59\x61\x51\xd1\x2d\x23\x53\x97\x14\xbd\xa8\xe8\x56\x0a\xf6\x25\x45\xaf\x13\x29\xd1\x2a\xa2\x71\x9d\x0c\x09\x7d\x34\xcf\xe6\x9c\xa6\x42\xae\x55\xb9\x7b\x29\x7a\x51\xd1\xad\x21\x07\x97\x14\xbd\xc6\x59\xf8\x1d\x23\xa1\x4a\x88\x85\xad\x83\x25\x91\x2f\x8a\xbc\x75\xcc\xb3\x25\x91\x2f\x8a\xbc\x3b\x0c\xfb\x25\x91\x2f\x8a\xbc\xd3\x8f\x4b\x22\x5f\x6b\x0f\x40\x18\xf6\x6b\xed\x29\x68\xa2\x90\xfb\x5a\x7b\x09\x42\x61\x20\x24\x2b\x2c\x5a\xa1\x07\xcc\xb3\x25\x2b\x2c\x5a\xa1\x47\xa4\xda\x92\x15\x16\xad\xd0\x13\x02\x6c\xc9\x0a\x8b\x56\xe8\x19\x03\xc7\x64\x05\xa3\x15\x7a\x41\x7c\x99\xac\x60\xb4\x42\x2f\xa5\x5d\xae\x26\x2b\x18\xad\xd0\x2b\xc6\x92\xc9\x0a\x46\x2b\xf4\x16\x50\x28\x2b\x18\xad\xd0\x3b\xde\x18\x4c\x56\x30\x5a\xa1\x77\x0c\x09\x93\x15\x2c\xea\x8a\xee\x30\x25\x4c\x5e\x30\x7a\xc1\x3b\x8f\x50\x33\x99\xc1\x92\x78\x01\x73\xc2\xe4\x06\x4b\xe2\x05\x44\xab\xc9\x0e\x96\xc5\x8b\x38\x13\x93\x1f\x2c\x8b\x97\x90\x75\x26\x43\x58\x11\x2f\x63\x7e\x98\x1c\x61\x9a\x06\xae\x78\xd4\x4a\xec\x76\x7f\x85\xa8\x2e\x01\x13\x4f\xd3\xc0\xd5\x82\x5a\x09\xd9\x34\x0d\x5c\x2b\xe8\xa6\x94\x6c\xed\x0c\xc0\x7a\x48\xc4\x22\x31\xd5\x76\xdc\x94\x4c\xf2\xb6\x5e\xf1\xd2\xe6\x1d\x5b\xd5\x6b\x11\xc6\xf7\x14\x57\x51\x2b\xcd\x9b\xde\x37\xbc\x83\x04\x4d\xa2\x37\xbd\x70\x78\x5f\xb1\x9e\x54\x6f\xe7\xfd\x1d\x07\xa3\xc3\x24\x68\x1b\xf9\x04\x16\x91\xe4\x36\xf2\x20\xa6\xda\xc8\x83\x94\xca\x6d\x6c\x47\x0c\x3a\xb4\xb1\xef\x98\xd7\x9e\x0b\xb1\x20\x8c\xb5\x09\x42\x37\x69\xdf\xf4\xc2\xe2\x13\xa4\x68\x12\xbf\xcd\x85\x37\x16\x9f\xa1\x45\x9b\xb0\xe3\xfd\x03\xdf\x2d\xfe\x76\x50\xe7\xf4\xfb\x39\x6d\x93\xa6\xb5\xa9\xa7\x15\xbc\x00\x9a\x3c\x64\x4b\x4f\x2b\x3c\x41\x99\xc8\xd6\xd9\x81\x55\x9e\xe0\xc2\x7d\xed\x6a\x4b\xb5\x15\x5e\x36\x79\xc6\x4c\xb5\x8d\x42\x97\x69\xcc\x8c\x1d\x6a\x54\xba\xd9\x10\x36\xf0\x1e\xc8\xbb\xa8\x19\xe6\xea\xd5\x4c\xeb\x31\x5e\x4d\xee\xb2\xad\xf5\x3a\x4f\x5f\xf6\xb2\xad\x77\x48\x87\xd3\xdf\xf2\xd7\x76\xb8\x5e\xf9\xe0\x7d\x03\xc6\xfb\x95\x3e\xb0\xe7\x4e\xac\x12\xd3\x2b\xa9\xc7\x09\x6e\x19\x71\x3b\xdc\x22\x7d\xf0\x8d\x18\xaf\x91\xfa\xc0\x09\x7a\x62\x93\x98\x9e\xcb\x4b\xe9\x96\x63\xb7\x2f\x81\x58\x8d\xc0\x4a\x14\x76\xea\xbb\x75\x62\x43\x18\xbf\x6f\xe1\x73\x3d\xef\x21\xfb\xfe\x23\x43\xf4\x15\x98\xf6\xe2\xf5\x8c\x88\x79\xb2\xe5\xf7\x1d\x4a\x05\x96\x22\x6a\x43\x69\xc2\x1a\xb0\x0a\xc5\xee\x50\x3a\x31\xad\x97\x2a\x79\x5a\x2f\x4c\xee\x2f\xe1\xbd\x66\x87\xc9\xfd\x05\x3d\x23\xc3\x29\x5b\x69\xb1\x63\x4d\xc4\x1a\x31\xd8\x06\x1f\xa6\x3d\xa3\x07\x4a\x90\xad\x04\x09\x05\xd3\x67\x2b\x41\x76\x2a\xec\x7d\x4d\x19\x58\x61\xef\x95\x2a\xa1\xe2\x8d\x64\x2b\x55\x76\x1a\x7c\x46\x63\x5f\xd2\xc8\xc2\xb2\xf6\x52\x88\xa9\x16\xe9\xec\x43\x0b\xe4\x31\x9e\xb7\x12\x29\x74\x87\xe7\x2a\x91\xb6\x12\x29\x74\x87\x1e\x28\x91\x76\xbe\xf3\x70\x17\xda\x4a\xa4\x5d\x78\x46\xd1\x15\xf4\xa5\xe8\x8c\xf8\x81\x5a\x61\x89\x98\xee\x9d\x0e\x17\xf2\xad\xe4\xda\xf7\x7b\xac\xe7\x99\x2b\xb9\xf6\xfd\x1e\xcb\xeb\xdc\x56\x72\xed\xfb\x3d\x36\xe0\xb6\xb0\x95\x5c\xfb\x7e\x8f\x8d\xd4\x86\x92\x6b\x2b\xa5\x62\xe2\xf9\x2a\xa5\x36\x83\xc9\xc7\xcc\xf3\xed\xb5\x0a\x23\x2f\x37\xf2\x54\xdb\x71\x7c\x3e\x66\xdc\xa7\x76\x9f\x49\x58\x12\x2f\x13\xcb\xc2\x32\x7f\xf5\x62\xff\xfa\x2c\xc2\x8a\x7e\x09\xf3\xc4\xf4\x8c\xe5\x89\xe9\xb9\x2b\x08\x53\x2d\x3c\xb8\xfb\x52\xad\x7e\x8d\x71\xf9\xb7\xd7\x7f\xfc\xff\x87\xf3\xf9\xf2\xf9\xf7\xc6\xf9\xe9\xe5\xc5\x1e\x5f\xf9\xdb\x26\x7f\x54\x3c\x96\xed\x87\x47\xfb\xfc\x3b\xe9\xf3\xd3\x33\xaa\xf8\xdf\x7f\x02\x00\x00\xff\xff\xff\x1c\xad\x3d\x53\x15\x00\x00"); -func _eaba ()(*asset ,error ){_gggcc ,_gbgb :=_geaa ();if _gbgb !=nil {return nil ,_gbgb ;};_bcba :=bindataFileInfo {_b :"UniJIS-UTF8-V",_ffe :3954,_ag :_ed .FileMode (436),_ac :_c .Unix (1580492964,0)};_bffgd :=&asset {_abe :_gggcc ,_ece :_bcba };return _bffgd ,nil ; -};func _gde ()(*asset ,error ){_ggb ,_eae :=_aa ();if _eae !=nil {return nil ,_eae ;};_ege :=bindataFileInfo {_b :"78ms-RKSJ-H",_ffe :14250,_ag :_ed .FileMode (436),_ac :_c .Unix (1580490899,0)};_age :=&asset {_abe :_ggb ,_ece :_ege };return _age ,nil ; -};var _aggd =&bintree {nil ,map[string ]*bintree {"78-EUC-H":&bintree {_ea ,map[string ]*bintree {}},"78-EUC-V":&bintree {_eaf ,map[string ]*bintree {}},"78-H":&bintree {_eb ,map[string ]*bintree {}},"78-RKSJ-H":&bintree {_gf ,map[string ]*bintree {}},"78-RKSJ-V":&bintree {_egd ,map[string ]*bintree {}},"78-V":&bintree {_acc ,map[string ]*bintree {}},"78ms-RKSJ-H":&bintree {_gde ,map[string ]*bintree {}},"78ms-RKSJ-V":&bintree {_bb ,map[string ]*bintree {}},"83pv-RKSJ-H":&bintree {_abeb ,map[string ]*bintree {}},"90ms-RKSJ-H":&bintree {_gfa ,map[string ]*bintree {}},"90ms-RKSJ-V":&bintree {_cfc ,map[string ]*bintree {}},"90msp-RKSJ-H":&bintree {_bd ,map[string ]*bintree {}},"90msp-RKSJ-V":&bintree {_fae ,map[string ]*bintree {}},"90pv-RKSJ-H":&bintree {_gc ,map[string ]*bintree {}},"90pv-RKSJ-V":&bintree {_eag ,map[string ]*bintree {}},"Add-H":&bintree {_dff ,map[string ]*bintree {}},"Add-RKSJ-H":&bintree {_afa ,map[string ]*bintree {}},"Add-RKSJ-V":&bintree {_aaa ,map[string ]*bintree {}},"Add-V":&bintree {_afc ,map[string ]*bintree {}},"Adobe-CNS1-0":&bintree {_fdf ,map[string ]*bintree {}},"Adobe-CNS1-1":&bintree {_bdd ,map[string ]*bintree {}},"Adobe-CNS1-2":&bintree {_eefa ,map[string ]*bintree {}},"Adobe-CNS1-3":&bintree {_bbeb ,map[string ]*bintree {}},"Adobe-CNS1-4":&bintree {_agb ,map[string ]*bintree {}},"Adobe-CNS1-5":&bintree {_dfg ,map[string ]*bintree {}},"Adobe-CNS1-6":&bintree {_bdf ,map[string ]*bintree {}},"Adobe-CNS1-7":&bintree {_adae ,map[string ]*bintree {}},"Adobe-CNS1-UCS2":&bintree {_ggef ,map[string ]*bintree {}},"Adobe-GB1-0":&bintree {_fcc ,map[string ]*bintree {}},"Adobe-GB1-1":&bintree {_cde ,map[string ]*bintree {}},"Adobe-GB1-2":&bintree {_aaad ,map[string ]*bintree {}},"Adobe-GB1-3":&bintree {_def ,map[string ]*bintree {}},"Adobe-GB1-4":&bintree {_faag ,map[string ]*bintree {}},"Adobe-GB1-5":&bintree {_ced ,map[string ]*bintree {}},"Adobe-GB1-UCS2":&bintree {_egec ,map[string ]*bintree {}},"Adobe-Japan1-0":&bintree {_dcb ,map[string ]*bintree {}},"Adobe-Japan1-1":&bintree {_cffc ,map[string ]*bintree {}},"Adobe-Japan1-2":&bintree {_agcc ,map[string ]*bintree {}},"Adobe-Japan1-3":&bintree {_aadd ,map[string ]*bintree {}},"Adobe-Japan1-4":&bintree {_abfgc ,map[string ]*bintree {}},"Adobe-Japan1-5":&bintree {_cgc ,map[string ]*bintree {}},"Adobe-Japan1-6":&bintree {_agac ,map[string ]*bintree {}},"Adobe-Japan1-7":&bintree {_gddf ,map[string ]*bintree {}},"Adobe-Japan1-UCS2":&bintree {_cgg ,map[string ]*bintree {}},"Adobe-KR-0":&bintree {_geg ,map[string ]*bintree {}},"Adobe-KR-1":&bintree {_afdb ,map[string ]*bintree {}},"Adobe-KR-2":&bintree {_ggc ,map[string ]*bintree {}},"Adobe-KR-3":&bintree {_cafc ,map[string ]*bintree {}},"Adobe-KR-4":&bintree {_fgcg ,map[string ]*bintree {}},"Adobe-KR-5":&bintree {_bebe ,map[string ]*bintree {}},"Adobe-KR-6":&bintree {_dag ,map[string ]*bintree {}},"Adobe-KR-7":&bintree {_accc ,map[string ]*bintree {}},"Adobe-KR-8":&bintree {_gaaa ,map[string ]*bintree {}},"Adobe-KR-9":&bintree {_dfc ,map[string ]*bintree {}},"Adobe-KR-UCS2":&bintree {_fbcc ,map[string ]*bintree {}},"Adobe-Korea1-0":&bintree {_gdeg ,map[string ]*bintree {}},"Adobe-Korea1-1":&bintree {_degf ,map[string ]*bintree {}},"Adobe-Korea1-2":&bintree {_abbe ,map[string ]*bintree {}},"Adobe-Korea1-UCS2":&bintree {_dgbb ,map[string ]*bintree {}},"B5-H":&bintree {_bega ,map[string ]*bintree {}},"B5-V":&bintree {_acec ,map[string ]*bintree {}},"B5pc-H":&bintree {_dgba ,map[string ]*bintree {}},"B5pc-V":&bintree {_cafb ,map[string ]*bintree {}},"CNS-EUC-H":&bintree {_ddddd ,map[string ]*bintree {}},"CNS-EUC-V":&bintree {_dcca ,map[string ]*bintree {}},"CNS1-H":&bintree {_dde ,map[string ]*bintree {}},"CNS1-V":&bintree {_fbb ,map[string ]*bintree {}},"CNS2-H":&bintree {_gffcc ,map[string ]*bintree {}},"CNS2-V":&bintree {_cggag ,map[string ]*bintree {}},"ETHK-B5-H":&bintree {_gddfe ,map[string ]*bintree {}},"ETHK-B5-V":&bintree {_gbac ,map[string ]*bintree {}},"ETen-B5-H":&bintree {_fadeb ,map[string ]*bintree {}},"ETen-B5-V":&bintree {_ddgba ,map[string ]*bintree {}},"ETenms-B5-H":&bintree {_abbc ,map[string ]*bintree {}},"ETenms-B5-V":&bintree {_gdb ,map[string ]*bintree {}},"EUC-H":&bintree {_cfef ,map[string ]*bintree {}},"EUC-V":&bintree {_acae ,map[string ]*bintree {}},"Ext-H":&bintree {_adge ,map[string ]*bintree {}},"Ext-RKSJ-H":&bintree {_bbgg ,map[string ]*bintree {}},"Ext-RKSJ-V":&bintree {_fdcd ,map[string ]*bintree {}},"Ext-V":&bintree {_gcg ,map[string ]*bintree {}},"GB-EUC-H":&bintree {_caff ,map[string ]*bintree {}},"GB-EUC-V":&bintree {_aea ,map[string ]*bintree {}},"GB-H":&bintree {_cgcb ,map[string ]*bintree {}},"GB-V":&bintree {_efaff ,map[string ]*bintree {}},"GBK-EUC-H":&bintree {_cbg ,map[string ]*bintree {}},"GBK-EUC-V":&bintree {_eaa ,map[string ]*bintree {}},"GBK2K-H":&bintree {_fabgd ,map[string ]*bintree {}},"GBK2K-V":&bintree {_dgge ,map[string ]*bintree {}},"GBKp-EUC-H":&bintree {_bdce ,map[string ]*bintree {}},"GBKp-EUC-V":&bintree {_bbeda ,map[string ]*bintree {}},"GBT-EUC-H":&bintree {_fafa ,map[string ]*bintree {}},"GBT-EUC-V":&bintree {_gec ,map[string ]*bintree {}},"GBT-H":&bintree {_dfag ,map[string ]*bintree {}},"GBT-V":&bintree {_faab ,map[string ]*bintree {}},"GBTpc-EUC-H":&bintree {_bdbfc ,map[string ]*bintree {}},"GBTpc-EUC-V":&bintree {_cbce ,map[string ]*bintree {}},"GBpc-EUC-H":&bintree {_bcdd ,map[string ]*bintree {}},"GBpc-EUC-V":&bintree {_acba ,map[string ]*bintree {}},"H":&bintree {_abbd ,map[string ]*bintree {}},"HKdla-B5-H":&bintree {_ccca ,map[string ]*bintree {}},"HKdla-B5-V":&bintree {_afeb ,map[string ]*bintree {}},"HKdlb-B5-H":&bintree {_ccec ,map[string ]*bintree {}},"HKdlb-B5-V":&bintree {_ecca ,map[string ]*bintree {}},"HKgccs-B5-H":&bintree {_ggde ,map[string ]*bintree {}},"HKgccs-B5-V":&bintree {_ccgce ,map[string ]*bintree {}},"HKm314-B5-H":&bintree {_fbfd ,map[string ]*bintree {}},"HKm314-B5-V":&bintree {_cggc ,map[string ]*bintree {}},"HKm471-B5-H":&bintree {_agca ,map[string ]*bintree {}},"HKm471-B5-V":&bintree {_fded ,map[string ]*bintree {}},"HKscs-B5-H":&bintree {_bagb ,map[string ]*bintree {}},"HKscs-B5-V":&bintree {_gcea ,map[string ]*bintree {}},"Hankaku":&bintree {_gfgc ,map[string ]*bintree {}},"Hiragana":&bintree {_fafc ,map[string ]*bintree {}},"KSC-EUC-H":&bintree {_ecee ,map[string ]*bintree {}},"KSC-EUC-V":&bintree {_ffaf ,map[string ]*bintree {}},"KSC-H":&bintree {_cgcc ,map[string ]*bintree {}},"KSC-Johab-H":&bintree {_dacee ,map[string ]*bintree {}},"KSC-Johab-V":&bintree {_cfaa ,map[string ]*bintree {}},"KSC-V":&bintree {_ffgf ,map[string ]*bintree {}},"KSCms-UHC-H":&bintree {_dcbb ,map[string ]*bintree {}},"KSCms-UHC-HW-H":&bintree {_edfa ,map[string ]*bintree {}},"KSCms-UHC-HW-V":&bintree {_bcac ,map[string ]*bintree {}},"KSCms-UHC-V":&bintree {_eeeg ,map[string ]*bintree {}},"KSCpc-EUC-H":&bintree {_eead ,map[string ]*bintree {}},"KSCpc-EUC-V":&bintree {_dgbe ,map[string ]*bintree {}},"Katakana":&bintree {_fbbg ,map[string ]*bintree {}},"NWP-H":&bintree {_dcbc ,map[string ]*bintree {}},"NWP-V":&bintree {_cfdc ,map[string ]*bintree {}},"RKSJ-H":&bintree {_gfce ,map[string ]*bintree {}},"RKSJ-V":&bintree {_bafg ,map[string ]*bintree {}},"Roman":&bintree {_cda ,map[string ]*bintree {}},"UniAKR-UTF16-H":&bintree {_adb ,map[string ]*bintree {}},"UniAKR-UTF32-H":&bintree {_cfecdf ,map[string ]*bintree {}},"UniAKR-UTF8-H":&bintree {_dagbg ,map[string ]*bintree {}},"UniCNS-UCS2-H":&bintree {_adgfb ,map[string ]*bintree {}},"UniCNS-UCS2-V":&bintree {_fgd ,map[string ]*bintree {}},"UniCNS-UTF16-H":&bintree {_bdca ,map[string ]*bintree {}},"UniCNS-UTF16-V":&bintree {_bgee ,map[string ]*bintree {}},"UniCNS-UTF32-H":&bintree {_eacd ,map[string ]*bintree {}},"UniCNS-UTF32-V":&bintree {_abaa ,map[string ]*bintree {}},"UniCNS-UTF8-H":&bintree {_fddeg ,map[string ]*bintree {}},"UniCNS-UTF8-V":&bintree {_cbb ,map[string ]*bintree {}},"UniGB-UCS2-H":&bintree {_cbcc ,map[string ]*bintree {}},"UniGB-UCS2-V":&bintree {_bffgb ,map[string ]*bintree {}},"UniGB-UTF16-H":&bintree {_cabd ,map[string ]*bintree {}},"UniGB-UTF16-V":&bintree {_eagf ,map[string ]*bintree {}},"UniGB-UTF32-H":&bintree {_dfaf ,map[string ]*bintree {}},"UniGB-UTF32-V":&bintree {_befb ,map[string ]*bintree {}},"UniGB-UTF8-H":&bintree {_cfgf ,map[string ]*bintree {}},"UniGB-UTF8-V":&bintree {_efba ,map[string ]*bintree {}},"UniJIS-UCS2-H":&bintree {_eefag ,map[string ]*bintree {}},"UniJIS-UCS2-HW-H":&bintree {_gcecb ,map[string ]*bintree {}},"UniJIS-UCS2-HW-V":&bintree {_befd ,map[string ]*bintree {}},"UniJIS-UCS2-V":&bintree {_dfcaf ,map[string ]*bintree {}},"UniJIS-UTF16-H":&bintree {_ggaf ,map[string ]*bintree {}},"UniJIS-UTF16-V":&bintree {_fdgb ,map[string ]*bintree {}},"UniJIS-UTF32-H":&bintree {_acafb ,map[string ]*bintree {}},"UniJIS-UTF32-V":&bintree {_dagbd ,map[string ]*bintree {}},"UniJIS-UTF8-H":&bintree {_cfeb ,map[string ]*bintree {}},"UniJIS-UTF8-V":&bintree {_eaba ,map[string ]*bintree {}},"UniJIS2004-UTF16-H":&bintree {_afed ,map[string ]*bintree {}},"UniJIS2004-UTF16-V":&bintree {_gfcb ,map[string ]*bintree {}},"UniJIS2004-UTF32-H":&bintree {_aeeb ,map[string ]*bintree {}},"UniJIS2004-UTF32-V":&bintree {_edfc ,map[string ]*bintree {}},"UniJIS2004-UTF8-H":&bintree {_cfcdd ,map[string ]*bintree {}},"UniJIS2004-UTF8-V":&bintree {_bcgge ,map[string ]*bintree {}},"UniJISPro-UCS2-HW-V":&bintree {_ceeb ,map[string ]*bintree {}},"UniJISPro-UCS2-V":&bintree {_efedf ,map[string ]*bintree {}},"UniJISPro-UTF8-V":&bintree {_feecb ,map[string ]*bintree {}},"UniJISX0213-UTF32-H":&bintree {_eedc ,map[string ]*bintree {}},"UniJISX0213-UTF32-V":&bintree {_gacg ,map[string ]*bintree {}},"UniJISX02132004-UTF32-H":&bintree {_ceba ,map[string ]*bintree {}},"UniJISX02132004-UTF32-V":&bintree {_gfdfg ,map[string ]*bintree {}},"UniKS-UCS2-H":&bintree {_ggcad ,map[string ]*bintree {}},"UniKS-UCS2-V":&bintree {_bfba ,map[string ]*bintree {}},"UniKS-UTF16-H":&bintree {_fgfg ,map[string ]*bintree {}},"UniKS-UTF16-V":&bintree {_febef ,map[string ]*bintree {}},"UniKS-UTF32-H":&bintree {_afbg ,map[string ]*bintree {}},"UniKS-UTF32-V":&bintree {_fgcb ,map[string ]*bintree {}},"UniKS-UTF8-H":&bintree {_baa ,map[string ]*bintree {}},"UniKS-UTF8-V":&bintree {_beaa ,map[string ]*bintree {}},"V":&bintree {_gacf ,map[string ]*bintree {}},"WP-Symbol":&bintree {_bgff ,map[string ]*bintree {}}}}; -var _adgd =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x4c\x92\x4f\x8f\x9b\x30\x10\xc5\xef\x7c\x8a\x39\x6e\x0f\x5b\x6c\xfe\x19\x4b\x11\x52\x37\x51\xb7\x1c\xb6\xad\x9a\xcd\xb6\x52\xd5\x03\xd8\x43\x6a\xa9\x31\xc8\xc0\x21\xdf\xbe\xb2\x3d\xd0\x1e\x22\xf8\x3d\x3f\x3b\xef\xe1\x49\x8f\xed\xa9\xb5\x66\x81\xf4\xab\x1b\xd5\x19\x17\x18\x8c\xd5\x0e\xe7\x71\x75\x0a\xa1\xc7\xab\xb1\x49\xc2\x33\xd0\x46\x2d\x1b\x86\x87\xba\x75\x53\x92\xa4\x17\x6b\x9e\x9f\x1e\x2f\xaf\x1f\xeb\xc7\x4f\xb0\xce\x48\xf2\xb1\x3d\x9d\xef\xf3\x82\xb7\xd6\x0e\x23\xe4\x71\xbb\x5e\x27\x3a\x02\x20\xfd\x86\x57\x33\x2f\xee\x0e\x0f\x1f\xf4\xd8\xe3\x3b\xd0\x38\x78\xfd\x8b\xd3\xe8\x8c\xbd\xc2\xc3\xf3\x13\xdf\xd5\xf3\x3a\x4d\x7f\xf0\x86\x76\x81\x32\x68\x68\x75\x78\x26\xe9\xf1\xa5\x9b\x3e\x77\x37\x84\xff\xb3\xbc\x85\xc5\xb0\xf6\x86\x6e\x36\xa3\x05\x9e\xbf\x67\x4c\xfc\xd3\x5f\xef\x13\x02\xa7\x43\x7e\x5c\xda\x13\xfc\xe4\xc0\x19\x64\x65\x51\xb2\x5f\xa4\x7f\x7f\x19\xf5\xee\xe2\x22\xc6\x57\x46\xab\xdf\x9d\x4b\x0e\x98\xd5\x4c\x16\x0d\x94\xb2\x8e\xd0\x55\x1e\x64\x72\xc0\xbc\x66\x35\x6f\xa0\x14\x25\x41\xe6\xa1\x88\x20\xf3\x06\x84\x60\x55\x72\xc0\xa1\x57\xd1\x57\x13\x28\x0f\x39\x01\x06\x9f\x88\x24\x75\x20\x32\xca\xc1\x1b\x65\x84\xbe\x0f\x4b\x1b\x05\x23\x67\x44\x43\x03\x15\x8b\xa0\x65\xef\x03\x56\x04\xda\x83\x20\x88\xff\x55\x04\x1a\xba\x90\x90\x73\xff\x9d\xb7\xba\x49\xb5\xd7\x77\x9d\xbd\x22\x15\xab\x1b\x88\x2f\x3e\x50\xbd\x35\x64\xa4\x4a\x5f\x4e\x6e\x6a\xb1\xa9\xa5\xf7\x66\xa4\x56\x9b\x2a\xbc\x37\xa3\xee\xe1\x5c\xff\x22\xbd\x97\xca\xc8\x8e\xd4\x50\x44\x54\x94\x2f\xe6\x09\xe0\xe7\x6f\x1f\x09\xb5\x3a\x87\x76\x09\xd3\x17\x2e\xdd\x5f\xa4\xb1\xb8\x0f\xf8\x34\x4e\x7e\x57\xf8\xfd\x0d\x00\x00\xff\xff\x48\xe4\x8e\x49\x0c\x03\x00\x00"); -func _edfc ()(*asset ,error ){_ffea ,_degd :=_fdgad ();if _degd !=nil {return nil ,_degd ;};_ddcb :=bindataFileInfo {_b :"UniJIS2004-UTF32-V",_ffe :4466,_ag :_ed .FileMode (436),_ac :_c .Unix (1580492822,0)};_ddfff :=&asset {_abe :_ffea ,_ece :_ddcb }; -return _ddfff ,nil ;};func _cebf ()([]byte ,error ){return _g (_beeb ,"UniAKR-UTF32-H")};func _gcef ()([]byte ,error ){return _g (_gbc ,"Adobe-GB1-UCS2")};func _cgg ()(*asset ,error ){_cfed ,_defd :=_aed ();if _defd !=nil {return nil ,_defd ;};_agdb :=bindataFileInfo {_b :"Adobe-Japan1-UCS2",_ffe :281822,_ag :_ed .FileMode (436),_ac :_c .Unix (1580490574,0)}; -_baf :=&asset {_abe :_cfed ,_ece :_agdb };return _baf ,nil ;};var _dcbe =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x44\xd3\xc1\x6e\x9b\x40\x10\x06\xe0\x3b\x4f\x31\xc7\xf4\xd0\xc2\xee\x02\xbb\x2b\x55\x91\xaa\xf8\x50\x52\xa5\xa9\xe2\x26\xad\x54\xf5\x80\x61\xb0\x90\xea\x05\x01\x3e\xf8\xed\xab\xf9\xc7\x75\x0f\xd6\xd8\x9f\x77\x7e\x0d\x68\x36\x7f\x68\x76\x4d\x1a\x37\xca\xbf\x2d\x53\xb7\xe7\x8d\x86\x31\xf5\x0b\xaf\xd3\x79\xe9\x98\x0e\x7c\x1c\x53\x96\x19\x4b\xfd\xd8\x6d\xff\x7e\xa2\x74\xa7\x76\xce\xb2\xfc\xe5\xcb\xfe\xf1\xfd\x67\x3a\xaf\x7c\x85\x87\x66\xb7\xbf\xac\x1b\x9f\x9a\x34\x4c\xe4\xb4\xb1\x3f\xcf\xd7\x66\xa2\xfc\x85\x8f\xe3\xba\x2d\x17\xba\xfb\xd4\x4f\x07\x7e\x47\x3d\x0f\xe2\xcf\x4b\xcf\xcb\x98\x8e\x74\xf7\xd8\xce\x6d\x32\xb7\x3f\xf6\xe7\x79\xfe\xc3\x27\x4e\x1b\x19\x18\xa7\x1e\x35\xcb\x1f\x9e\xda\xf9\x6b\x7b\x62\xd2\x41\xde\xc0\xd0\x37\x5e\xd6\x71\x4a\x64\xec\x87\xa2\xa8\xfe\xfb\xf7\xcb\xcc\xd7\x98\x2c\x7f\x6d\x76\xcf\xc3\xb0\xf2\x46\xa1\x2c\xf4\xcc\xcf\xd7\x66\x47\xbf\x0c\x99\x82\x6c\xe5\x5c\xfc\x7d\x3d\xfa\xe3\x69\xea\x6f\x8d\xd6\xeb\xe3\x74\x63\xbf\xb4\xe9\xc8\xd9\xc7\x60\x4a\x73\x4f\x52\xec\x3d\xf9\x10\xbc\x50\x55\x80\x2a\x03\x8a\xa0\x83\x52\x2f\x14\x8d\x50\xad\xa7\xea\x12\x54\x82\x22\xc8\xb7\x20\x34\x06\x8d\x97\xe2\xa3\x91\x78\x1b\x07\x21\x14\x1f\x4d\x10\x6a\x71\x0a\xc5\x47\x13\x41\x4e\xc9\x09\xd9\x02\x54\x29\x55\x20\x03\xf2\x4a\x1e\x64\x85\x3a\xcd\xea\x90\x65\x9d\x10\x2b\xb1\x52\x09\xd2\x78\xd6\xf8\x0a\xa4\xf1\xac\xf1\x35\xa8\x53\xea\x40\x32\xbd\x2b\xf1\xd8\x28\x3e\xda\x00\xb2\x4a\x16\x14\x41\xa5\x92\xbc\x9c\xe8\x0a\x50\xad\x54\x83\x0c\x28\x28\x05\x90\x4c\xef\x6a\xcd\xaa\x91\xe5\x64\x7a\x17\x30\x2a\x8a\x8f\xae\x04\x55\x4a\x18\xd5\x55\x20\xaf\x84\x37\xe1\x6a\x10\x2b\x31\x08\xd3\x47\x6d\x8c\x3a\x44\x90\x95\xbc\x2d\x83\x7c\x97\xcb\x70\x5b\xce\xee\xbc\x2c\x9c\x36\x5c\x05\x2c\xa1\x6c\xd1\x98\xf8\x76\xcf\xe6\x69\x96\x2e\x7c\xfe\x06\x00\x00\xff\xff\x51\x31\x38\xdc\x93\x03\x00\x00"); -func _cccd ()([]byte ,error ){return _g (_cgad ,"HKgccs-B5-V")};func _fdbd ()([]byte ,error ){return _g (_gggc ,"KSC-V")};func _cgcb ()(*asset ,error ){_cffcf ,_eee :=_gcbb ();if _eee !=nil {return nil ,_eee ;};_begf :=bindataFileInfo {_b :"GB-H",_ffe :2090,_ag :_ed .FileMode (436),_ac :_c .Unix (1580492002,0)}; -_adcde :=&asset {_abe :_cffcf ,_ece :_begf };return _adcde ,nil ;};func _dd ()([]byte ,error ){return _g (_cc ,"78-EUC-H")};var _dbab =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\xfd\x5b\xcf\x2f\x3d\x92\xdd\x07\xde\xd7\xa7\x78\x2e\x35\x17\x33\x9d\x3c\x93\xc0\x8b\x0d\x8c\x0e\xad\x69\x08\x1a\x1b\x96\x4f\x80\xe1\x8b\x3c\x30\xdb\x05\xb8\xab\x1a\xd5\xad\x0b\x7d\x7b\x83\xbf\x15\xc9\x68\x0b\x32\xde\xda\xc0\xc6\xc3\x3f\xc9\x4c\x32\x23\xc8\xe0\x5a\xc1\xd3\xdf\xfc\x9b\xbf\xfb\xb7\x7f\xf7\xa7\x3f\xfe\xf3\xcf\xdf\xfc\xf7\x7f\xf9\xf3\xfd\x9f\xe6\x3f\xff\xbc\x7f\xfc\xd3\xf3\x97\xf9\x4f\x7f\xfe\xcf\x7f\xb9\xe7\xcf\x35\xff\xfe\x8f\x7f\xfa\xc3\x1f\x42\xfc\x79\xfe\x78\xff\xf3\xf7\x93\x3f\xf7\x3f\x9c\xff\xf8\x87\x3f\xac\xe7\xff\xd3\x7f\xf9\xa7\x7f\x9e\xff\xf0\x77\x7f\x7a\xff\xfc\x93\x94\xef\xf9\xcf\xff\x68\x79\x7f\x7e\xfe\xe6\x7f\x98\x7f\xff\xc7\x7f\xfa\xe7\xbf\xfc\x97\x9f\x7f\xf5\xff\x7d\xfe\x7c\xcd\xff\xd7\xcf\x33\xdf\x15\xff\xdf\xfd\xe5\x99\x7f\xf9\xe3\x9f\xfe\xfe\xe7\x5f\xfd\xfb\x7f\x1d\x76\xec\x7f\xfa\xcf\xff\xf8\x8f\xff\xe7\xfc\x87\xf9\xa7\x7f\xfe\x29\xc4\xcd\x3f\x3d\xfc\xfd\xc3\xdf\xfc\x9b\xff\x78\xfe\xe3\xff\xff\xfc\x87\xf9\xf3\x37\xff\xfe\x5f\xff\x87\xf8\x1f\xfe\xdf\xff\x3f\xe2\x89\xfe\x9f\xe7\x5f\xfe\xe9\x8f\x7f\xfe\xd3\x4f\xf8\xff\x1c\x47\xf7\xe8\xff\xf1\xbf\xfc\xe3\xfc\x09\xf6\xf8\xff\xfa\x3f\xfd\xdd\xbf\xfd\xf9\xdf\xc2\x4f\x38\x7e\x62\xc9\x65\xfc\xef\x16\xff\xbf\xfc\xc7\x3f\x3f\xf3\xe7\xd0\xaf\xa4\x7a\xdf\x7f\x7e\xe6\x3f\xfd\xe3\x79\xcf\xbf\x9c\x7f\xfa\xfb\xf9\x87\x9f\x9f\xdf\x8e\xe3\xd7\x8f\xfe\xfd\xd6\xfe\xf6\xd7\x8a\xe9\x21\x1d\xeb\xff\xaf\x9f\xdf\xfe\xf6\xdf\xa5\xb1\xfe\x5b\x7c\xb6\xbc\xbf\xfd\xed\xbf\xfb\xdb\x7f\xf7\x6b\x7d\xc1\x7f\xf5\xbe\x3f\x04\x15\xf3\xa7\x3f\xff\xf3\x33\x5f\xc5\x51\xc2\x6f\xe1\xfd\xf5\x13\xd6\x13\xff\x32\xe9\x0f\xe1\x38\xac\x5e\x7f\x7c\xee\xff\xe3\xfc\xcb\x1f\x54\x78\x4e\xf5\xd7\x4f\x8c\xa9\x64\x22\xc6\xfa\xbf\x22\x72\xee\x16\x71\xa5\xf8\xeb\x27\x87\x1a\xf7\xef\xf4\xeb\x27\xb7\xa3\xed\xdf\x79\xfd\x8e\x9e\x5e\x48\x1f\xfb\x77\x5d\xcf\xf7\xb2\x7f\xb7\x5f\x3f\xe1\x08\x29\xec\x88\xfe\xeb\x27\x94\xe1\x2f\x1c\xbf\x7e\x72\xaf\xdf\xef\x7b\xc9\x27\xc5\xd4\xf7\xef\x40\xfe\xb8\x7f\xc7\x95\xde\x8e\xfd\x3b\xfd\xfa\x19\xdd\x93\xa9\x5f\x2d\xfb\xf7\xaa\x5f\xef\x79\xff\x5e\xf5\xeb\x6d\xec\xdf\xed\xd7\x4f\x3c\x46\xd8\xbf\xfb\xaf\x9f\x72\x04\xaf\xce\xf8\xf5\x13\xf2\xae\xfe\xb3\xaa\x17\x4b\x4e\xfb\x77\xa0\xfa\xc7\xfe\xbd\xe4\xd7\x82\xff\x46\x7e\xd9\x7f\xe7\x25\x8f\xd6\xfa\x8e\x28\xbf\x7e\x52\xda\xf2\x78\x56\x05\x43\x28\xfe\x40\xfb\xf5\x93\x47\xae\xfb\xf7\x92\x5f\x8c\xfe\xfc\x58\x15\x8e\x5f\xfe\xb9\x2a\x98\x63\x4f\xfb\x77\xf8\xf5\x13\xf3\x56\xe0\x5c\x15\x2c\x25\x7a\x7a\xfa\xf5\x93\xea\xe8\xfb\x77\xfe\xf5\x93\x72\xc8\xfb\x77\xf9\xf5\x53\x6a\xf5\xf7\xab\x7e\x5b\xc2\x73\x55\x30\xf5\x32\xf6\xef\x55\xc1\xf4\x2f\x5e\xb8\x9a\xd8\x88\x5f\x05\x5e\x2a\x58\x4b\xdd\xbf\xc3\xaf\x9f\x32\x52\xde\xbf\xe3\x7a\xbe\x7b\xfa\xaa\xe0\xd8\x2d\xf4\x5d\x15\x2c\xe9\x88\xfb\xb7\x04\x58\xf6\xef\xfa\xeb\xa7\x1e\x87\xbf\x6f\xd5\x2f\x05\x7f\xbe\xff\xfa\xa9\xa1\x7a\xfe\xa5\xe1\xd6\xad\xfe\xe3\x40\xc3\xc7\x48\xfb\x77\xa0\xcf\xf4\xfd\x7b\xd5\xaf\xa5\xb8\x7f\x27\xde\xe7\xf9\x97\x86\x7b\xf1\xf4\x42\x8b\xaa\xfb\x77\xfd\xf5\x53\xe2\xbf\x78\x7f\x5b\xdf\x53\x3d\x7d\xc9\xaf\x0d\x2f\x6f\x29\x78\x7c\xf2\x18\x18\x90\x52\x3f\x05\x8d\x80\xfc\xea\x71\xec\xdf\xab\x83\x8c\xaf\x01\x8c\xb0\xea\x17\x76\x8f\x18\x81\xfa\xc5\xdd\xa2\x46\x40\x80\x39\xb5\xfd\x7b\x75\x91\xf2\x09\x6c\x84\x55\xc1\x9a\xbf\x2e\x3e\xc2\xaa\x60\x6a\xc3\x5f\xb8\x04\x58\xe2\xf7\xbe\x88\x00\xe3\xd7\xe4\x47\xa4\x07\xd7\x7f\x91\xbe\x2a\xd8\x63\xd8\xbf\x97\x82\xe3\xa7\xe0\x11\xe9\xc2\xa9\xf8\xf3\x85\xdf\x6d\xff\x5e\x46\xac\xe7\xb1\x7f\x2f\x05\x87\x98\xf7\xef\xbe\xea\x9f\xbc\x3c\xba\xf0\x16\x50\x5a\xf5\xab\x65\x2b\x3c\xad\xfa\xa5\xbe\xeb\x97\x50\xf0\xd1\xd2\xfe\x9d\x7e\xfd\xc4\x96\x3c\x9d\x1e\x92\xfc\x7d\x4b\x7e\xc7\x96\x47\x5a\xf5\x4b\xf9\x33\x29\x23\xc9\xc4\x14\x7f\xdf\xaa\x5f\x0d\x9e\x4e\x03\x0c\xdf\xf3\x99\x0e\xd2\x42\xda\xbf\x97\x82\xbd\x81\x66\xe4\x77\x04\xff\xbd\x4c\x8c\xd7\x37\xaf\xfa\xc5\xb1\x1b\x5c\xa6\x7e\xf1\xf0\xfc\x4b\xbf\x47\x0e\xfb\xf7\xb2\x30\xe9\x33\x59\x23\xd3\x00\xfb\x6e\xe0\x79\xd5\x2f\xb5\xd8\x19\x97\x6c\x3c\xf9\x6f\x8f\x30\x63\x94\x55\xf9\xd0\x52\xda\xbf\x97\x70\xd3\x67\x6f\x47\xc1\x3e\xc6\x9a\xf7\x6f\xcc\xcf\x56\x76\x59\x95\x6f\x21\xf8\xef\xf2\xeb\xa7\x1d\x47\xdf\xbf\x97\xf9\xa9\x47\xf5\x02\xda\xaf\x9f\x31\xfc\x7d\x1d\xe1\x84\xfd\x7b\x59\x9f\xbe\x9f\xaf\x34\xce\xbe\xcb\xab\xf4\xee\xb6\x1b\x7f\x45\xb8\xdb\x5c\x8e\x4a\xfd\xb6\x35\x1b\xd5\xcc\x63\xda\xbf\xcb\xaa\x4f\xe9\xfe\xc0\xaa\xe0\x88\x9e\xa1\x21\xed\xb1\x7f\xf7\x35\x80\x24\xff\xbd\xc6\xbf\x3d\xbe\x8d\x46\x05\x5b\x3f\xf6\xef\xf0\xeb\xa7\xa5\x31\xf6\xef\xf8\xeb\xa7\xc5\xea\xf9\x57\x05\xdb\x6e\x5d\x8d\xde\x13\xa2\xff\xa6\xf7\x1c\xfe\xfc\xea\x3d\x79\xf8\xfb\x1b\xe3\x6b\xd8\xbf\x3b\x0a\x28\xfb\x37\xbd\x7b\x9b\xab\x4e\xef\xa9\xdb\x1c\x75\x14\x1c\x6b\xd8\xbf\x57\xef\x89\xfb\x7b\x3b\xad\xb3\xee\xde\xdb\xa9\x5f\xc9\x79\xff\x2e\xcb\x5a\x0c\x4f\x5f\xbd\x27\x15\x2f\x6f\x99\xc7\x3d\x5c\x8c\xae\xde\xfd\x8d\xff\xa3\xaf\xfa\xb5\xd4\x3f\x05\x0d\xf0\x43\xda\xbd\x7d\x60\x7d\x9a\x77\xef\x81\x00\xc3\xb6\xcf\x03\xfb\x18\xb7\x00\x06\x15\x3c\x8a\xff\x5e\xdd\x67\xec\xee\x3d\x84\x70\xea\xd8\xbf\x97\x00\xfb\x38\xbc\x06\xfd\xd7\x4f\x3f\xba\x17\x08\xc6\xda\x35\x3a\xe9\xdf\x3e\xc0\x9c\xd4\xb0\xc7\xb2\x7f\x47\xec\x69\xdf\xbf\xd3\xaf\x9f\x96\xb3\xa7\xaf\x2e\x52\xbe\x01\x6e\x9c\x74\x91\xb6\x5b\xd4\x49\x0b\x8c\xdd\xf3\xaf\x16\x58\xab\xbf\x0f\xfb\xd3\xe2\xfe\xbd\xfa\xb7\x0f\x40\xd7\xaa\x5f\xeb\x47\xda\xbf\x03\x03\xca\xb1\x7f\xa3\xe1\xe2\xbf\x97\x00\x57\x43\xdd\x11\x34\xc1\xe1\xbf\x57\x13\x8c\xcd\x0b\xa0\x8b\x8c\xdd\xe6\x01\x89\xb1\x44\xff\xdd\x19\x41\xfc\x05\x4b\xc7\x6d\xb7\x11\x30\x62\x4f\xc1\x7f\xa3\xe3\x3d\x24\x82\x11\x63\xc9\x71\xff\x5e\x12\x2c\x5b\x82\x02\x89\x69\x7f\x21\x20\x31\x1e\xff\xf2\x05\x58\x99\x6d\xf2\x85\x12\x7d\xc8\xbb\x35\x46\xef\x46\x08\x4a\xec\x3e\xa4\x08\x25\xc6\x7f\xf1\x7b\xa1\xc4\x18\xfc\x77\xfc\xf5\xd3\xdd\xc4\x83\x12\xdb\xd8\xe5\x81\x12\xdb\xd8\x43\x9a\x40\x62\xfe\x30\xcf\x78\x34\xc4\x6c\x4c\x02\x48\x4c\xe3\x03\x81\x03\x90\xd8\xd3\x11\xf6\xef\x41\x13\xfb\xde\x37\x65\xa5\x8b\xff\x5e\x46\x66\x83\xbc\x01\x48\x6c\x7d\x77\x2a\x40\x62\xf1\x21\x67\x0a\x65\x1f\xfe\xfc\xb2\x82\x7d\x1b\x25\x40\x62\x6f\xdb\x28\x80\x11\x7b\xca\xfe\xbe\xbe\x40\x7b\xf5\xe7\x57\x17\x59\x9d\xfc\xaf\x18\x62\x5e\x69\xff\x28\xfb\x37\x26\x7c\x57\x06\x00\x19\x43\x1f\x1e\xb1\x4c\x64\xae\xfe\xc0\x42\x40\x63\xdb\x7c\x10\x64\x6d\xbb\xb9\x81\x20\x47\xdb\x16\xe2\x95\x89\xdc\x26\xf4\xd5\x00\x19\x3d\xff\xe0\xfd\xa6\xbd\x13\x04\x19\x8e\xaf\x83\x9d\x20\xc8\x9e\x3e\x93\x7b\x1e\x92\xee\xd7\xda\x4e\x10\x64\x8f\xb9\xed\xdf\x68\xff\x93\xfe\x79\x88\xc3\x7c\x16\xe9\xac\x1f\xc0\x3a\x76\x44\x16\xad\x6b\x3b\x42\x3c\xaf\xd9\x27\x9f\x4d\x56\xd6\xeb\xd0\x2c\xc7\xd7\x07\x4f\xc6\x81\x15\x11\x76\x44\x57\x84\x35\xd2\x29\x25\xc5\x12\x91\x43\x5b\x2d\x3e\x76\x72\xf7\xa5\xed\xaa\xd6\x3e\x9f\x5f\x3f\x3d\x88\xde\xbc\x95\x3c\xab\x12\xb1\x40\xd3\xe0\x61\xb1\xae\xd6\x5f\x79\x4f\x6c\xf9\xd7\x8f\x19\xcf\xd8\xce\x95\x1f\xb9\xc4\xf6\xac\x2e\xdf\x14\x3f\x97\x3c\x13\x63\x52\xec\xcb\x3a\x0d\xac\x59\xec\x09\x3b\xc0\x8b\xc6\x41\x61\x3c\x7c\x96\xd5\x1d\xc7\x52\x48\xbc\xd7\x78\xd6\xa8\x68\xbc\x57\xa5\x3b\xe0\x24\xce\x40\xc1\x3c\x3b\x41\x7c\x1a\xf5\xe3\x5c\x2f\xcd\x85\x02\xe6\xd2\x44\xc3\x90\xc4\xf5\x65\xa3\x17\x2a\xf1\xd2\x7f\x31\x81\xf1\x6d\x4b\x9b\x49\xe1\xce\x4b\x79\xcf\x4b\x61\x81\x67\xdf\x93\x02\xe8\x80\xf1\xbd\x56\x01\x6d\xd5\x28\xe5\x43\x09\x9d\x1f\xab\x4a\xca\x94\xf2\xfa\x04\x81\xb8\x94\xd7\x5b\x43\xd4\x03\xf7\x8a\xa7\xa7\xa7\x42\x4d\x11\x4b\x2a\xf4\x30\x06\x9d\x54\x26\x9f\xbf\x6a\x91\xea\x7a\x4f\x40\xbe\xa9\x56\xde\x49\xfe\xb6\xbe\xe0\xa8\x0a\xaf\xf7\x37\xbd\x73\xe9\x35\x1c\xb9\x51\x09\x14\x32\x00\x53\xa9\x5d\x4a\xd0\x13\x37\x4f\x24\xc2\x8f\x12\x28\x7a\xa9\xaa\x07\x3a\x76\x5a\x9a\xea\x07\xe3\x46\xea\x2a\x9a\x6a\xf4\x41\x38\x12\x56\x09\xca\x23\x01\x53\xed\x81\xe0\x81\x5d\x69\x4c\x84\x4d\x61\x67\x5d\xc2\x86\x4c\xa6\xf3\xe2\x59\xca\x3a\x27\xe1\x41\xf8\x25\x4c\x9e\xeb\x20\xcc\xb3\xd7\xb9\x5a\x0e\x1a\x4f\xb4\x84\x48\x13\x4c\x2f\xef\x04\xc1\xe5\xb2\xf2\x07\xca\xca\x4d\x2d\x24\x13\x5e\xcd\x54\x63\x62\x6e\x8d\x7a\xae\x67\x73\x5f\x5d\x79\x58\x78\xae\x30\x50\x37\x8f\xc8\xb3\x95\x70\xa2\x81\xf0\xec\x58\xdd\xe3\x40\x05\xf9\x5c\xef\x0f\xb8\x12\xf2\x19\x31\x01\xe4\x3f\x19\x0c\x30\x5f\xf9\xc4\x5d\x50\x9b\x12\x68\x13\x87\x1e\xae\x08\x97\xc2\xce\xf5\x31\x8b\x60\xfc\x8e\xf5\xcc\x37\x8d\x01\x28\x94\x1f\x6a\x45\xe7\xcc\x8f\x9c\x12\x88\x2f\x3f\x2b\x53\x45\x7c\xf9\xa9\xb2\x64\x07\x3f\x56\x13\xab\x74\xc9\xfc\x74\x25\x04\x7e\xac\xf2\xb3\x04\xf8\x2c\x85\x86\xa1\xd7\xae\x8f\xcd\x28\x31\x4f\x14\xad\xf8\xb9\x94\x25\x42\x92\x5f\xda\x3c\xb6\xb8\x14\x09\x3c\x10\xa6\x7d\xd2\xab\xca\x6a\xe7\xe1\x68\x4d\x09\x32\x18\x91\xf0\xe4\x61\xe2\x69\xdc\xc2\x89\xa5\xaf\x9a\x76\x3a\x40\xe9\x17\xfd\x9f\x17\xa1\x95\xaa\xf8\x81\x71\xa2\x63\x94\x81\x93\xaa\xeb\x45\xa3\xf3\x30\x09\x4b\x2d\x4d\xe3\x7c\xb9\xb0\xda\xd8\x82\x9a\xcf\x5f\x3f\xe3\x00\x03\x56\x2a\xd4\xe8\x17\xb5\x76\xe2\xd7\xb3\x95\x02\x2a\xcd\xa7\x8e\xc1\x08\xb0\x54\x5d\x51\x7b\xc5\xba\xd7\xfb\xc4\xd6\xf0\x9e\x7b\x75\xb0\x20\x66\x53\xef\x9b\xae\xcd\xc3\xf7\xa3\x04\xfd\x58\x8d\x4c\xfc\xa5\x3e\xeb\x4d\x8d\x51\xb5\x3e\x3c\x70\x28\xfc\xf0\x05\x4b\x14\x15\x33\x27\xa8\x53\x67\xa7\x46\x94\xb6\x74\x30\x0e\xcc\x62\x7d\xf3\x0a\xd3\xe5\xdb\x32\x48\x4b\xc8\x84\x89\xef\x0a\xf3\x05\x7c\x59\x5b\x5f\x1f\x42\xa0\x57\xb5\x7c\x91\x29\x12\xbe\xe9\xb5\x95\xf0\xcb\x4b\x57\x61\x0d\xe3\x74\xd0\xe3\x5b\x41\x74\xe8\xa3\x95\x0b\x9d\x15\xc2\x37\xa2\xa3\xb0\xc2\x17\x87\xa8\x04\x6a\x0a\xbd\x6d\xe5\x55\x02\x25\xd4\x83\x27\xc8\xb4\xb4\x3f\x3a\xac\xa2\x35\x4a\xa0\xb5\xb4\x65\x9c\x86\x86\xe2\xc6\x30\x12\xd4\xb9\xdb\x32\x4e\xeb\x07\x4f\xf4\x40\x2e\x3e\x6e\xf5\xe8\x71\xa0\xce\xb6\xac\xd6\x38\x68\xd8\x6d\xb5\xa9\xf5\x80\x32\xa1\x67\x7a\x65\x5b\xe6\x6c\x25\xf0\xa5\xd8\xb3\xa4\xca\x2e\x7b\xd6\xfa\x50\xfc\xa4\x7e\xd4\x63\xd9\x83\x71\xd0\xa8\x1a\x8d\xad\xd2\xf0\xda\x50\x5d\x29\xed\x24\x0f\xc3\x75\x3b\x31\xed\xa8\xbc\x5d\xc4\xe3\x2d\x6d\x57\xa6\x60\x5a\x55\xbb\x0a\x06\x84\xc2\xae\x8b\xb1\x56\x99\x50\x03\xdd\xbc\xdd\x07\xcd\x9f\xfc\xf7\x82\xcc\x21\xd2\x8f\xda\xcd\x37\x63\x4c\xda\x2d\xfd\x28\x93\x74\xcb\x67\xd2\x22\x6b\x51\x7e\x2c\x2c\xe6\xbf\x3d\x3c\x0b\xf8\x69\x0f\x83\xbc\x34\x82\x4d\x09\x1a\xcd\xdb\xb2\x29\x43\x5e\xd7\x86\x85\xb0\x4c\x6b\xec\x1c\xf2\xbe\xb6\x35\x76\xb6\x41\xe7\x6c\x2f\x32\x15\x24\x6a\x6b\xf0\xec\x8b\xa1\xfe\x8e\x79\xeb\xb4\xdd\x46\x3b\xee\x8c\xa5\x0d\x0d\xf5\xd5\x8e\x7b\xb1\xf8\xc2\x9b\x8b\x7e\x54\x12\xc8\x74\xf1\xdd\xc8\xa3\xf3\xad\x1d\xcb\xdc\xd7\x77\x74\x75\xf5\x8e\x05\x54\x15\xfb\x83\x60\xe9\xde\x7d\x16\xc2\xbc\x47\xd0\x80\x4e\xd6\xdf\x04\x33\x53\x7c\xa5\x6f\xac\xcf\x1e\xab\xcf\x74\xb9\x0c\x47\xa6\xdd\x63\x6e\x47\xa6\xdd\x67\x5c\x67\x23\xd3\xee\x0f\x65\x7a\x95\xb0\x04\x35\x0a\xed\x9e\x61\x60\x14\x7d\x9a\xc2\x0f\x86\x5b\x61\xda\x7a\xa6\xad\x8f\xa2\xaa\x52\x44\xa5\x51\xea\x61\x06\xb8\x4c\xb5\xc7\x1a\xd1\x5b\x47\x46\x63\x99\xcc\xde\xe9\xd2\x63\x59\xae\x36\x54\x8b\xc1\x00\xc7\xa0\x39\x18\x7f\xe4\x14\x1c\x27\x5d\xa3\xe8\x1b\x4e\xc0\x4a\x51\xf8\xc5\x98\x50\xeb\x25\xdf\x5e\x69\x88\xe3\x02\x25\xd0\x33\xc6\x45\x5b\xc2\xdc\x8e\x5b\x5f\x46\xfe\x1b\xb9\x07\xc5\xd3\xb8\xf5\x9e\x9b\x3e\x09\xf6\x1d\xb7\x0a\x96\xbc\x6e\xb0\x97\x5e\x8a\x95\x14\x3e\x19\x58\xc9\x4e\xe7\x1e\x0f\xd4\x5c\xb5\x7e\xd6\x57\x8a\x46\x8f\x65\x01\x7b\x62\x34\x3b\x81\x64\xa1\xd0\xf7\x4e\x9a\xd1\x01\x31\x3a\xcb\x58\x25\x53\x8b\xb3\x08\x4b\x44\xc2\x18\x6e\x79\x64\xcf\x65\xc6\xfa\xc1\xe7\x9c\x32\x63\xd2\xc8\x59\x10\x1e\x03\xda\x09\x78\xee\xf4\xf4\x73\x41\xcc\x1e\xb1\x81\x57\x06\xf8\xd3\xd3\xaf\x65\x70\x87\x06\xc9\x0b\x8b\x16\xb1\x9f\x57\x5f\x05\xc8\x5f\x72\x2d\x85\x8c\x88\x62\x2f\x2c\x43\x44\x99\xd7\xc5\xb3\xd8\xe7\xeb\x52\x9e\x55\xa1\x0b\xd9\x45\xd0\xd6\x25\xd9\x69\x9c\xbb\x96\xec\x86\xfa\xea\x05\x34\x0a\xc8\xe5\x5a\x8d\x7f\x44\x14\x7b\xad\x11\x66\x44\x3e\xe6\xa2\xc1\x47\xd0\xe9\x35\x97\x1c\xe5\x41\xbb\xde\x03\x24\xb0\x2a\x7a\x67\x3d\x1b\x08\xd3\x10\xe0\xab\x77\x11\x8c\x68\x84\xf9\x18\xec\xc2\x4d\xab\xcb\xe8\xe0\x5e\x1f\x19\xa2\x7a\xc5\xdd\x05\x23\x0a\xe1\x89\x2d\x54\xf8\xa5\x30\x1e\x58\xe8\x7f\x3d\x40\x09\x83\x11\x16\xa5\xdd\x0c\xf9\xf2\xf6\xdf\xb4\xe5\x6e\x79\x4e\xba\x26\xf1\x80\xaf\x03\xc0\x75\x2f\xc3\xdb\x3b\xc6\xf9\x5e\xe0\xab\xd7\xae\x70\xa1\x00\xbc\xa2\xb7\x50\x28\xa2\xbb\x4f\xe0\xbf\x0a\x50\xfb\xc5\x46\xde\x0f\x88\xae\x29\x8c\x1d\xc0\xa6\xde\xd8\xc5\xa8\xd1\xf6\xc6\x2e\xc6\x23\xff\x9e\x69\xbb\x81\x58\x05\xcd\xdd\x2f\x5d\x92\x81\xe8\x69\x1a\x27\x1a\x61\xde\xac\x6f\x7d\x5a\xa1\x5a\x89\x30\xc3\x2c\x1c\xe3\x61\xe4\x0a\xf4\xe7\x67\x09\xb0\x0d\x58\xfb\x43\x53\x3a\xe8\x3d\x0f\xcd\x47\x6d\xf8\x59\xd4\x68\x04\xec\xc5\x33\xf1\x94\xc5\xaa\x04\x10\x31\x1a\x7a\xa6\xcc\xf8\x6a\x0e\x0f\x26\x3d\xd0\x33\x9e\x77\x12\x5e\x1a\x9a\xcb\xd6\x8e\x40\xbf\x9d\x45\xe1\x4c\x78\xb5\xc3\x98\x68\xac\xb3\x74\x46\x31\x85\x87\x12\x94\xeb\xc4\xa1\x40\xb8\x62\x61\xb0\xc8\xb3\x02\x25\x69\x4c\xb3\xbe\x3c\x00\xd0\x9e\xed\xa0\x88\x55\xa5\x09\x11\x19\x54\x6f\x0e\x7a\x3d\xad\x78\x0e\x35\x20\x5e\x84\xae\x3b\x16\x63\x4a\xa5\x0c\x3e\xf3\x64\x28\x48\x0a\x3f\x14\xd0\xf5\x43\x02\x5b\xdf\x39\x2f\x46\x6e\x5a\xe8\xbc\x14\x4f\x4d\x6f\x1a\x13\x00\x6d\xde\x68\x47\xd6\x76\xde\xb8\xec\x2c\x01\xa6\x8b\x61\x98\xb7\x1e\xa6\x16\x0b\x7b\xb7\x41\x53\x9f\x0c\x3c\x32\x3d\x73\xde\x7c\xfe\xca\xff\x82\x92\x13\x74\xe8\x2d\x00\xfa\x43\xf1\xab\xef\x05\xe6\xd4\xde\x52\xb0\xda\x95\x30\xef\xc4\x08\xbf\x0c\x17\x72\xdc\xbe\x95\x61\x04\xc5\xbe\x80\x9e\x88\xc6\x5f\x40\x4f\x2c\x74\xca\xb7\x03\x8c\x15\x1e\x0c\xe8\x74\xe8\x77\xe0\x6f\x2c\x2a\x6d\x20\x3b\x60\xf8\x8b\xac\x13\x32\x7d\xc7\xad\x4c\x7a\xe2\xc1\x5d\xc6\x03\x0b\x0e\x0f\x4d\x97\xbd\x17\xce\x03\x14\xf8\x2e\x79\xb5\xce\x88\xf7\xde\x74\x3e\x0d\x73\xef\xad\xc6\xc3\x37\x23\xbb\x81\xa6\xde\x65\xdb\x5b\x5f\x8d\x6a\x1c\x40\xa9\xb0\xc6\x85\x71\x40\x1f\x99\xff\x1b\x87\x51\xc0\xb6\xc2\xa0\xa1\xb4\x0a\x18\xc7\x42\x43\x23\x64\xc5\x17\xc2\x65\x85\x1f\xc8\x43\xe4\x3d\xd8\xbf\xb0\x10\xd6\x38\xa6\xde\xcf\xb3\x2f\x2d\x6d\x51\xb7\x71\xa8\xf1\xa7\x95\x27\xe4\xa5\x9b\x42\x7c\xc8\xbc\x67\xf5\xf9\x11\x32\x92\xe8\x41\x99\xe4\xe6\x48\x2b\x5c\x54\x09\x85\xe5\x02\x52\x78\x55\x28\xeb\xa5\x8c\x41\x61\x49\x71\x04\xfa\x04\xf3\x6e\x23\x48\x99\x2a\xa0\xea\x3d\xe4\xa9\xf8\x6a\x21\x9f\x23\x54\xfc\x05\xab\xb5\x8c\x50\x45\xaa\x79\xa0\x01\x4d\x54\xb0\xf9\x60\x28\x0c\xbb\x91\x96\xfd\x1b\xa1\xf1\xf5\x85\x70\x47\x35\x7a\x16\x90\x3b\x16\x80\x1d\x01\xbb\x9b\x22\xcf\x0e\x15\xdc\x7e\x0f\xb5\x8d\x00\x1c\x0e\x89\x5a\x0d\xc6\x86\xcc\x9b\x69\x3d\x2d\x12\x86\xe1\x82\xbd\x47\x38\x31\x05\x12\xc7\x79\xf1\xa9\x71\x85\x01\x70\xbd\x92\x07\x04\x9c\x25\x26\x10\x30\x98\x6a\x84\x9b\xb2\xf4\xfe\x5b\x48\x88\xf7\x3c\xd0\xfe\x41\x1e\xf0\x02\x43\xcf\x08\x18\xf1\x2a\xf5\x3c\x9a\x27\x88\x14\xf6\xa8\x83\x21\xfb\xa7\x28\x41\xb9\x2a\xa4\x5e\x99\x9a\x12\x28\x0e\xe8\x91\x1b\x55\x7a\xe4\x7d\x28\x84\x55\x3d\x04\x88\xb1\x65\xb2\x6c\x84\x45\x98\x87\x09\x9f\x61\xd5\x5a\xcc\x22\xcc\x21\x0e\x7d\xc3\x2b\x4f\xda\x0a\xc7\x4b\x04\x78\xd5\x3b\xde\x10\xe3\x05\x6c\x47\x5c\x60\x3d\x24\xc6\x88\x11\x1f\x8d\x50\x89\x70\xa6\xe7\x75\xc2\x98\xc2\x65\x0c\x46\x9c\xf2\xa4\xad\x4f\x88\xcb\x82\x77\x38\xc9\x48\xf8\x46\xda\x1a\x3a\x46\xa2\xbd\x1d\x14\x9c\x1a\x94\x11\x85\x24\x9a\x12\x8e\xe0\x91\xba\x38\xec\x7a\x67\x12\xb7\x59\x66\x61\xa4\x13\xb4\x4c\x45\xf1\xe7\x84\x14\x13\x2f\x82\xe8\x44\x65\xba\xb0\xc7\x59\x61\x41\x4a\x0a\x40\xb3\x07\x6d\x2f\x5d\x37\x0f\x17\x4a\xbb\xe8\x49\x9d\x07\x6e\x94\x30\xc8\x04\x57\x49\xaa\xdd\xc3\x38\xb5\x4c\xea\x48\x74\xed\xae\x67\x1f\x78\x6b\x25\xff\x22\xcc\x4d\xe2\x4d\x8c\x71\xa9\x2b\xac\x5a\x77\xc2\x8c\xc6\x96\xe7\xa4\x12\x5d\x09\x8c\xb4\x07\x05\x60\xa7\x21\x95\x23\xe1\x15\x6d\xd8\x8e\xb4\x98\xf7\x7a\x40\x3f\x5e\x8c\x30\x32\x5d\x5a\x0e\x29\xd2\x0a\x13\x7e\x91\x7e\x50\x3d\xd0\xe9\xa1\x4f\x78\x19\xd7\x55\x8d\x45\x8c\x5a\xd7\x5b\x51\x94\x2c\x5e\x86\xef\x1c\x45\xe1\x07\x2b\xb7\xaa\x8a\x73\xab\x35\x94\x93\xf1\xb5\x24\x64\x9d\x0b\x4e\xac\xaa\x3c\x1a\xb2\x1a\xe1\x35\x64\x25\x46\xe0\x91\x0b\xbe\x23\xba\x42\x2e\x72\x73\x04\xc2\x32\x91\x85\xf0\x4d\x4b\xa0\xe0\x82\xc6\xad\xb0\xa9\x17\x0d\x7e\xd0\xd4\xe8\x21\xb9\xe2\x61\x40\xb3\xb9\x16\x32\xd1\xa6\x32\xde\x9c\x84\xfa\xb3\xc6\x78\x34\x95\x71\x5b\x86\xae\x70\xe2\x81\x44\xd1\x8d\x37\x55\x8a\x6e\x7a\x13\xbd\x33\xcb\xb8\x75\x65\x6a\x4a\xe0\xeb\x9a\x3e\x82\x0f\xc2\xeb\x99\x12\x06\x23\x63\x02\x33\x6d\x3e\x03\x1d\xda\x20\x53\x0f\xd8\x58\xf2\x74\x19\xf7\xf6\x7b\xd6\x2d\xe3\x8a\x02\x3f\x8d\xcc\x00\x1a\x68\x29\x38\xff\x5a\xc3\x78\xe7\x8b\x91\x1b\xcb\x95\x2f\xc9\x5c\x99\x20\xf5\x45\xf2\x87\x27\x45\xac\x4f\xbe\x51\xa4\x94\xb4\xb8\xea\xc0\x81\x3c\xf0\xca\xf5\x1e\x28\x6c\x32\x8b\xb7\x30\xc9\x28\x48\x2d\xf3\x15\x05\x9f\x39\xde\xcb\x51\xe4\x59\xa5\xc1\x95\x05\x86\x86\xda\x7a\x51\x85\x16\x6e\x1b\x05\xde\xd6\xe8\x4b\xe5\x56\x1e\xde\xf3\xd0\x5a\x8b\x5e\xfa\x30\x88\xa3\xec\x82\x43\x20\x75\x85\x93\x32\xf1\x34\x4c\xba\xd2\x75\xcb\xea\x65\x23\xa1\x95\x32\x11\x51\x5d\x5f\x53\xe4\x0e\xac\x95\x70\x87\xa0\x75\xc2\xd8\x21\xbe\xb2\x82\x1e\xf3\x62\x43\xa3\x8a\xb6\x52\xeb\x56\x57\xef\x4e\x48\xa8\x55\x5a\xe2\x82\xc2\xa3\x2d\xca\x1b\x12\x58\x78\xb4\xd5\x98\x46\xa2\xb9\xb6\x05\x5c\x06\xf8\x64\x34\x46\x9e\xb6\xf0\xef\xc0\x11\xd3\x3a\xa6\xa4\x89\x0f\x80\x1e\xe4\x4b\x49\x8c\x75\x0d\x1f\x66\xa3\x7f\xe2\xc5\x68\xac\x60\x1a\xf8\x17\x06\x18\x74\x74\x7c\x66\xcc\x2a\x8e\x0e\x03\x3a\x50\x59\x6f\x7c\x3c\xa8\xa2\x2f\xd5\x84\x7c\xd0\xd2\x7b\x63\x80\x66\xe4\xee\x38\xa8\xb2\x0c\x4e\xc7\x41\x95\x54\x02\x0e\xcd\xb1\xb0\xd0\xe8\x32\xb1\xe0\x99\x7e\x2e\xd3\x9e\xb0\x00\x9d\x31\x52\x26\xbf\x33\x2e\xc0\xec\x47\xbf\x10\xb5\xc5\x33\xc0\xd0\xdd\xfa\x2d\xcb\xab\x30\x1d\x1a\xcb\xd0\x19\x17\xcb\xa1\x70\xe2\x8b\xa9\x0f\x73\x24\x00\xe1\xd1\x31\x92\x05\x75\xc8\x11\xa2\x1e\xd9\xa7\xa4\x45\x3c\xe3\x14\xab\x26\xc6\xc8\x09\x49\x1c\x84\x57\x6b\xcf\xa1\x05\x7e\xd0\xda\x3b\x61\xfc\x79\x09\x4b\x32\x2a\x2e\x4f\xac\xcd\x68\x2a\xa0\x12\xe6\x23\x11\xc4\x58\x50\x65\x30\xc1\x38\x46\x07\x9b\xea\x3d\x7d\x10\x4f\x7e\xe3\x8e\x54\x02\xa8\x82\xd7\x72\x98\x8b\x63\x10\x3e\x95\x7f\x35\x83\x71\x49\xa0\x99\xb0\x54\xc6\x7b\x2e\x54\x16\xab\x7e\x24\x2a\xa4\x07\x96\x0d\xc2\x51\x37\xc6\x45\x45\xa3\xe2\x1f\x5e\xd4\x08\xab\xfd\x51\xd1\xd5\x9e\x42\x16\x6a\x93\xef\x03\x17\xc4\x18\x38\xe7\x72\xd4\xa7\xe1\x9c\x4b\xa0\xb3\x71\x53\x3d\x10\x1c\x3e\x8e\x91\xc0\xa9\xf2\x71\x34\x89\x45\x1e\x78\x7d\x3e\x43\x79\x56\xbc\x74\x93\x15\xdf\xa9\x35\xef\x59\xe3\xd4\x48\xd8\x63\xfc\x20\x63\x99\xc1\xdf\x31\x6b\x67\xc6\x46\x62\xd0\x4f\x4d\x3d\xd1\xd7\xce\x0a\x56\x55\xfc\xd2\x61\xc8\x09\xab\x70\x56\xb9\x80\x49\xc0\xef\x54\x28\xfd\x6c\xb8\xe1\x01\x09\x67\xa3\x1f\xd1\xaa\xce\xce\xb4\x5d\xe3\xd9\x4e\x0d\x19\x00\xce\x81\x22\x0a\xf9\x07\x1d\x9e\x56\x7b\x0e\x5a\x33\xca\x3d\x07\x8d\x81\x61\xfe\xc4\xc4\xe1\x30\x1d\x27\x3c\x3f\x63\x07\x4e\xfa\x75\x50\x1e\x7a\x4b\x52\x1e\x00\x12\x7e\xf4\x71\x82\xe5\x3a\xad\xf6\x5c\x52\x1d\xf8\xbb\xc6\x39\x61\x5d\x18\xb5\x13\x4e\x9c\x33\xc6\x5b\xbe\x9c\x8c\x41\x39\xa7\x24\xb1\x1a\xc3\x85\x79\x0c\x5d\x61\x80\x34\x18\xef\x66\xb0\x8d\x18\x9a\xbb\x60\x2c\xf8\xe0\x1b\x1f\x79\xb0\xf8\x6b\x15\xd0\x0e\xfd\x50\x7f\x5f\x25\xdf\x8d\x79\x1a\xfa\xfe\xdd\x58\x20\x41\x73\xbe\x99\x6a\x3b\xe8\x83\xb7\x78\x10\x6d\xe1\x66\xba\xac\xf0\xc5\x37\xf3\x0e\x4c\xfe\x8c\xfb\xc6\x0b\x40\x23\xbc\x27\x83\xa5\x2a\x87\x59\x56\x4b\xbd\x27\x66\xb6\x2a\x7e\x99\xd3\xdc\xe9\xc0\xb7\xa6\x11\x30\xa7\x37\xf3\x9a\x2c\xbd\x1a\x37\xf6\x9a\x69\x8a\xf1\x40\x84\x32\x36\xfa\xc1\xe3\xca\xf2\xaf\xf1\x64\xc8\x92\xc5\x03\x53\x78\xf6\xc9\x93\x02\x68\x50\x0f\x76\x53\x98\xe5\xa9\x60\x16\x6a\xf1\x54\x79\xf2\x78\xa0\x0a\x4e\x53\x18\x60\x81\x95\x0b\xe3\xa1\x9d\x75\x06\x04\xfc\x21\x1d\x4f\xf3\x90\x3f\x04\xba\x3e\x9e\x35\x80\x84\x8c\x83\x73\x3c\xcc\x16\x54\x44\xf1\x30\x5b\x90\x99\xfe\x1b\x8f\xdc\xfa\xc8\xf7\xc1\x1d\x15\xc2\xd2\xc7\x43\x6b\x0c\xf4\xd3\x87\x39\x1e\x3c\xae\xe3\x39\xa5\x70\xe2\x69\x75\x01\xc5\x3e\x27\x9f\x4c\xcb\x79\x4e\x1a\x02\xad\xfd\x39\x71\x71\xe9\x2b\x2f\xf2\x1f\x0a\xd3\x4a\x07\x65\xe1\x34\xc5\x37\x30\x1e\x71\x60\x20\xe4\xa3\x49\x6d\xd5\x73\x71\x9a\x21\x6c\xf5\x30\x0e\x0b\x2a\x3d\x0f\xa8\x11\x3e\xf0\x30\x23\xa4\xd1\xed\x51\x4b\xc6\xb4\x3e\x1a\x7a\x25\x21\xf9\x43\x81\xe8\x72\xe8\xb0\x40\x7b\x3c\xb8\xe2\x85\xbe\x9f\x17\x12\x6f\x79\x26\x2b\x24\x68\x8c\x13\x3b\xce\xb4\xc4\x98\x4c\x5d\x17\x0b\xd3\x48\x81\x68\x53\xd3\x7b\xd8\xdc\xc9\xf4\x5e\x39\xe8\x36\x53\x9e\x0b\x40\xd6\x5c\x90\x73\x25\x64\x7e\xd0\x72\x10\xf5\x04\x5b\x5a\x09\x4c\x0f\x09\x54\xcd\x2a\xc7\x5f\x20\xcc\x2a\xaa\x83\x91\x78\x56\x78\xdf\x38\x7e\xcf\xae\xcd\xaa\x36\xa9\x87\x60\x05\x20\x25\x7c\x4b\x23\x80\x09\x27\x68\x0a\x6f\xec\x98\x4d\x75\xc7\x0a\x4f\x30\xa8\xb4\x35\x19\xa8\x98\x07\x1d\x93\xc1\x29\x34\xc5\xa3\xf5\x41\x75\x35\x50\x35\x04\xb2\x7a\x6d\x28\x1a\xee\x67\x57\x33\xa1\x34\x46\x2a\xd9\x82\x09\x60\x09\xb4\xcf\x39\x94\x87\x5a\xc8\xb0\xa1\x96\x79\x6a\x5e\x93\x2f\x80\x36\x17\x7a\xa1\xfc\x55\xf8\xdc\xc7\xa4\x59\x15\x9a\xe7\x84\x68\x45\x6c\xd3\xbc\xf4\x4e\xe4\xf7\x6a\x1a\x78\x85\xdf\xcc\x82\x02\x2a\xfa\x2e\x49\xf4\x8a\x51\x7c\x71\xae\x46\x46\xc5\x77\x74\x28\x37\x79\x4e\x7c\xf4\x80\xa6\xf7\x64\x74\xb5\xb0\xb0\xea\xaa\xc3\x4b\xb3\x6d\x8c\xae\xaf\x9a\x2d\xc0\xea\xa5\x79\x66\xc5\x4f\x38\x1a\x78\xf6\xc5\xd2\x64\xe0\xc4\xfb\xe2\x80\x60\x00\x7e\x69\x86\x19\x5e\xf2\xaa\x19\x32\x96\x9d\x07\x38\xa3\x2c\x1c\x73\x1e\x38\x1f\xf3\x6a\x0b\xe7\x21\x54\x96\x15\x66\x9e\x60\x35\xaa\xf3\x60\x2a\x05\x94\x78\x1e\xb8\x56\x8e\x55\xd1\xf3\xa0\x51\xb1\xbc\xf8\x3c\xd4\xa8\xd2\x92\xc4\x79\xd0\xa8\x72\x22\x41\x43\xda\x1a\xbd\xcf\x83\xb5\x02\xac\xd0\x3c\x8f\x2e\xc7\x02\x61\x34\x59\x2c\xcc\xa4\x71\x50\x98\x66\xce\x64\xef\x79\x0c\x3c\x74\x81\x02\x00\x23\x10\xe8\xf3\x00\xfe\xa7\xc1\xd7\xc8\x4b\xa8\x1a\x3d\xf8\xb4\x3b\x35\x7d\x26\xde\x00\x9e\x05\x9f\x32\xe3\x76\xb2\xa2\x25\x46\x06\xc7\x73\xac\x21\x24\x1c\x28\xe7\x1c\x94\x06\xa5\x3f\x4f\x4c\x70\x5d\x0a\x3c\x4f\xc9\x65\x61\x85\x53\xa3\x75\x5b\xfd\xfc\x3c\x41\xab\xa5\x54\x32\xe1\x7b\x0e\x41\x99\xe4\xf5\x1d\x84\xe5\xab\xd5\x03\x38\xf5\x07\xf9\x71\xb9\x77\x0b\x5f\xbc\x68\xf5\x8f\xf3\x1c\xf4\x89\xa0\x04\xba\x36\x82\x61\xec\x5e\x99\x2a\x3f\x10\xc0\x6a\xe3\xe7\xb9\xa0\xee\x4a\x58\x45\x5c\xcc\xfa\x1d\x0b\xe3\x9c\x17\x3a\x8f\x6b\xec\x3b\x99\x4c\x09\x5a\x18\x7f\x5e\xc0\x72\x96\xc1\x9c\x97\x66\xfd\x0e\x65\x6a\xca\x14\xf8\x81\xb1\xa2\x65\x30\xfd\xd2\x6b\x56\x3c\xc3\x31\xfa\xb9\xb2\xea\xb7\xf2\xdc\xbc\xa8\xae\x81\xf0\xbc\x85\xe9\xa9\xf7\x4d\x1f\x4f\x14\xa6\xc9\x8b\xc2\x7b\xee\x01\x82\xb6\x30\x8d\x64\xd9\x81\xf3\x61\xaa\x07\x0f\xf8\xf9\x60\xce\xd2\x32\xa4\x27\xe3\xdd\x80\x7e\x9f\x36\xde\xa1\x5b\x1c\xfd\x83\xc1\xf2\x7c\x20\xa2\xf9\x77\x17\x67\x9f\x0f\x36\x85\x75\xc0\xe7\xd3\x01\x48\xab\x5f\x9d\x1a\xc2\xd2\x1a\xce\x4e\x19\xdf\xb4\xe0\xc2\x89\xfd\x6c\x8d\xd6\x2a\x07\x3a\xb0\xfe\xc4\x68\xb5\x96\xc9\xdf\x35\xe2\xaf\x0a\xce\x21\xa7\xe0\xaa\xf8\x3c\xe1\x9e\x0b\xec\x9d\x72\x2d\xe3\x8a\x3e\x5f\x0c\x61\xe5\xd9\x57\x2b\x67\x16\x08\x3c\xdf\x2e\x6a\x41\x1e\x66\xca\x59\x10\x7e\xbe\x4c\x50\xb0\x2c\xe3\x7c\x99\xe1\xa9\x40\x8d\xf3\x95\xa7\x91\xbe\x8a\x67\x79\xd4\xa2\x4c\x90\xe4\x65\x24\xce\xf7\xd4\x03\x8b\xd3\x5f\x47\xb6\x1f\x83\x1f\x89\x1f\x4b\x71\xd7\xc1\x34\x55\xcd\x4a\x78\x09\xe7\x15\xc6\x03\xdb\x0a\x4f\x83\x70\x81\x60\xd7\x81\xef\xa3\xae\x46\x72\x1d\x45\xeb\xc9\x94\xe7\xe4\xa5\x4b\x00\xd7\x51\xf4\xa1\x85\xf0\xad\x04\xe5\x02\x61\x14\x95\x30\x95\x40\xd1\x78\x45\x6a\xe3\x89\xaa\xd5\x65\x81\x30\x56\x4c\xd5\xc3\x5b\xc2\x72\x89\xeb\x60\x70\x62\x61\xd3\x75\x68\xad\x5c\xa0\xe4\xa6\x97\x76\x12\x18\x23\x6a\xa5\xb4\x65\x9f\x43\xc5\x6f\x7e\x1d\x60\x15\xbc\x48\x17\xbe\xe9\xce\x6a\xc4\x4b\xbe\xe9\xca\xfa\x8a\x0b\xdf\x74\x67\x11\xc6\x15\xc0\x64\x35\x2c\xe6\x71\x05\x71\xd9\xca\xd3\x38\x05\x31\x88\x17\x0e\xec\x95\x49\x09\x8c\x0d\x7c\x1c\x6e\xdd\xc1\x26\xa9\x2b\x4a\x13\xcc\x2f\x5c\x31\xaf\xc6\x97\xf9\xa2\xc8\xd0\xcb\x20\x76\xc5\x0a\x1c\x5c\x3d\xe8\x62\x85\xe0\xc0\x2e\x5f\x2c\xfe\x1b\x79\xd9\xf4\x2b\x42\xed\xc0\xa4\x57\x1c\x5a\x53\xb0\x9e\x4d\xd8\x00\x7d\x27\xae\xc9\xc1\x4a\x98\x2b\x31\xf3\x95\x91\x24\xae\xc9\xc1\x92\xea\x8b\x65\x67\xa1\xb2\xfe\xf9\x4a\x70\x44\x76\x43\x5d\x59\x73\xeb\xab\xcb\x5d\xf2\x78\x31\x2a\x5d\x78\xb3\x46\x5e\xad\xf8\x32\x67\x16\xcd\x2a\x57\xbe\x0c\x96\x7b\x65\x46\x8d\x38\x48\x00\x7b\xf6\x45\x72\xaf\xdc\x78\x78\x71\x99\x2b\x77\x06\x10\xf4\x9c\xf9\x9a\x4c\xb3\x62\xc1\xd8\xc8\xab\x0b\x5c\x45\xe2\x62\xb5\xe0\x55\x96\xb8\xb4\x94\xfd\x2a\x9a\x52\x58\x7d\xec\x2a\x60\xa3\xc0\x17\x14\xb8\x43\x5e\x64\xf3\x2a\xac\xaf\x61\xbe\xf7\x2a\x45\x0d\x86\x3c\x18\x16\xfc\x0c\x57\x19\xb8\x29\x93\xc2\x1a\x87\x57\x9e\xba\xf4\x37\xb0\xd6\x57\xb5\x19\x88\x46\x18\xb0\x7d\x28\xcf\xa9\xcd\x0f\x81\x1f\xf2\xb9\x17\xc2\xe2\x0b\x4b\x5c\x2d\x8b\x0a\xac\x2f\x6b\x85\x0f\x40\xaf\x8d\xa9\x0c\x3c\x8d\x57\xa3\x65\x37\xe5\x67\xc5\x22\xdb\x53\x2e\x96\xf5\xf4\xf6\xbb\x6e\xb6\xab\x31\xfe\x14\xc4\xdd\x9a\x4c\x25\x2f\xc6\x72\xd5\x83\xc2\x3b\xcd\x13\x33\x73\x69\x99\x8f\x6a\xd5\x69\x31\x95\x5a\xd9\x5a\x91\x85\x9a\x2f\xad\x15\xa9\x2d\x29\x81\x05\x0f\x0b\x12\x5c\x3d\xab\x17\xaf\x12\x3a\x8e\xd4\x40\x07\xe8\x45\x0e\xd9\x4c\x98\x91\x2f\x28\x0f\xdd\x0a\x9f\xca\xd5\xcd\x04\x28\x8c\x6c\x0e\x3d\xfc\x2a\x13\x4f\x54\x88\x7b\xa0\xe4\xf5\x6d\xbd\xd0\xac\x3a\xe6\x3e\x20\xe4\x21\x77\x2e\x8d\x78\xa0\xd1\xc6\x8b\x86\xe8\x0d\x35\x1a\x43\x64\x85\x3c\x58\x65\xd6\x48\x5e\x27\x9c\x0c\x97\xe3\x75\xca\x1c\xb2\x20\xf3\x3a\x31\x87\x92\xd1\x89\xa3\xad\x22\x54\x16\x3f\x74\xd6\x50\x5f\x27\x0b\xaf\xf0\x7d\x5d\x67\x3d\x09\xaf\xca\x9d\x02\x3e\x7c\xc0\xd9\xf5\x9e\x4a\x18\x39\x0e\x6a\x74\x8a\x9e\x36\x5e\xca\xf4\x62\x1d\x34\x6e\x18\xff\xc0\xbf\x74\x9d\x2c\x05\x65\xd7\xe9\x25\x06\xcf\x62\xe7\x4b\x20\x20\x46\xf2\xcb\xbe\xe3\xb7\xb9\x04\x02\xc0\xed\x17\x43\x77\x63\x9e\xf2\xba\x8a\x5e\x5a\x08\xaf\x06\xca\xd6\xcc\xeb\xd2\xc2\x03\xba\xd8\xc5\xe7\x74\x4c\xef\x85\xff\xa2\x1d\x3c\x8b\x0f\x8a\x95\x3c\xd7\xb5\x8c\x53\x68\x60\xae\xeb\x62\x2c\x8e\x96\x69\x28\x41\x4f\x33\x79\x36\xa8\x05\x8e\xc6\xbe\xb0\xf4\x75\xd3\x97\x64\xa0\xe1\xfc\x6d\xac\x21\xea\x82\xe7\x77\xf6\x72\x5e\x37\x1a\xec\x7c\xc1\x0d\xcc\x6c\xc0\x95\xeb\x06\x66\xb2\x3d\xec\xba\x57\x3f\x59\x09\x83\x1f\x2c\x07\xe5\x3b\x6f\x7c\x2d\xda\x37\x75\xdd\x58\xd2\x46\x57\xbf\x6b\x57\x82\x72\xb1\x2e\x24\xab\x0c\xcd\xb5\x2a\xd3\x54\x26\x95\x81\x75\xc7\x70\xdf\xed\x50\x02\xb9\x80\x38\x91\xf6\x76\x37\xd5\x50\x9f\x84\xdb\x92\x25\x96\xd7\x4d\x1b\x38\x54\x73\x38\x50\xa4\x3b\xdc\x74\x4a\x99\x25\xbc\x15\xbd\xd2\x7e\xee\x05\x16\xd7\x8b\xf4\x00\x13\x8e\x49\x99\xe4\xad\xa3\x1a\x74\x56\xd6\xff\x5c\x77\xd7\x6a\x5a\x6a\x41\x23\x93\x16\x6f\x1a\x59\x63\xe3\xd3\x25\x1f\x48\xc6\x9e\xdc\x34\xb2\x06\x80\xbf\x6e\xcd\x61\xeb\x1b\x58\x87\xcc\xce\xac\xeb\xee\x4c\x0c\x4b\x13\xa0\xa3\x68\xf1\x38\x47\xf4\x52\x06\x99\x8a\xa6\x6f\x5c\x4c\x38\x4c\xaf\x1b\x00\x12\x8b\xf2\xc0\x46\x10\x85\xf9\x3d\x16\x5b\xbb\x9e\xcc\xea\x1c\xcc\xfe\x93\xa5\x44\xd4\xf0\x00\x4c\xe3\xef\xee\x7c\xb8\x9e\xcc\x12\x1d\x86\x6c\x01\x46\x75\xb4\x27\x4b\x80\x0c\x47\x8f\xc6\x72\x2b\xe6\x56\x82\x72\x69\x49\xa8\xea\x22\x6d\x67\xbd\xea\x65\x1e\x62\x7d\xec\xb3\x60\xce\x88\x0c\xd3\x4f\x51\xbb\xc1\x4c\x3d\x74\x7e\x29\xfb\xa1\x57\x68\x5c\x7f\x70\xea\xa9\x6d\x3d\xd6\xf6\xc9\x5f\x99\x06\x6b\x0a\x6b\x91\x09\xf9\xad\x39\x49\x24\x5a\x7d\x96\x95\x00\x51\x6d\xd4\xbb\x69\x5a\x5b\x61\xc4\x5c\x29\x40\x4b\xcb\x55\xeb\xae\x17\x75\x5e\xd4\xb5\x8e\xba\x10\xc6\xc7\x90\x78\xa0\x4b\x32\x18\x08\x41\x5e\x26\xda\xae\x07\x88\x09\x41\xbb\x58\x03\xb3\x32\xf1\xf4\xc2\x98\x03\xef\xd4\xf5\xd8\x22\x22\xbe\x99\xc9\x01\x76\x94\x5e\x0f\xd3\xd2\x61\xd1\xa4\x6b\x32\x70\x40\xbe\xae\x29\xad\xe2\x16\xb8\xa6\xb4\xda\x94\x49\xe6\x48\xf1\x2c\xe4\x5a\x64\xf5\x9a\x0c\x1c\xc2\x88\xb8\x43\x46\xc4\x0e\xe2\x0e\xe9\x4c\x99\x5c\x00\xf2\xd0\xa2\x1e\x2e\x7a\xa9\x12\xa0\x89\x55\x0f\x50\xbb\xde\x09\xe3\x36\xcd\xca\x03\xc8\xeb\x2a\x8c\xf5\x01\xbd\x11\xe6\xf3\x9b\xde\xf9\xf2\xc5\xeb\xcb\x26\x63\x4e\x07\xef\xe0\x49\x59\x05\x2b\x81\x95\xcf\x49\x61\x1a\x32\xe3\xc0\xac\x5a\x35\xa7\x30\x4d\x12\x35\xe3\x38\x19\xb8\x6a\x2e\x1c\x27\x3d\x30\xe8\x68\x4d\x4e\x44\xa4\x53\x7e\x5f\x9a\xc8\x6c\x5a\x11\x46\xc1\x8d\x76\xc7\xee\xe1\x6b\x36\xbd\x94\x2f\x6b\x7a\xa9\x1e\x66\xf6\x59\x62\x6c\xfa\x1a\x5e\xd4\x35\xb5\xa0\x30\x7c\x64\x28\x5c\xf4\x52\xfd\x60\x8a\x5a\xb2\x86\x14\xb1\x43\xe5\x9a\xdd\x4a\xa6\x84\x2e\x6f\xac\xc2\x94\xdc\xf5\xc0\x43\x26\x4c\xce\x64\xc1\xbf\x70\xfa\x64\x31\xda\x21\x45\x0d\xad\xca\xa1\xb4\xa1\xad\x28\x7c\x02\x0b\x65\x1a\x6b\xfd\x2e\xf9\x6f\xa2\xb4\x83\xef\x84\x65\x70\xd7\x1c\x43\x99\xf4\xb4\x06\x08\xaa\x01\x65\x6e\xea\xf5\x53\x36\xa7\xab\x38\x74\xd8\x28\x82\x41\xb1\xa9\x0f\xbf\x59\xe8\x37\x13\x66\x3a\x16\x28\x83\x3b\x67\xe0\x76\xbe\x5e\x28\x0f\xbb\x1f\xaf\x97\x85\xa5\x6c\xa1\xb9\x5e\x35\x36\xaa\xca\xaa\xa1\x11\xe9\x47\x6f\x05\x44\xf0\xcd\xaf\x35\x12\xbd\xa8\xd2\x84\x69\x61\xaf\x1a\x09\xfd\x02\xfe\x37\x62\xff\x3d\x82\x7a\xbd\x8c\xaa\x35\xab\x14\xa6\xef\x30\x76\x6f\xa3\x44\x20\xf6\xdb\x54\x22\x5a\x7d\x1b\x25\x82\x50\xdf\x26\x9a\xa4\x30\x6e\x7b\x7d\x12\xb8\xf0\xcb\x2f\x05\x0f\xbd\x09\xf4\xd9\x94\x40\xaf\xc4\x04\x88\xa2\xb6\xa0\x92\xb5\x3a\x31\x11\x46\xf1\xec\x2b\xbd\x5e\xb5\x39\x09\x16\x44\x26\x9c\xfc\x5a\xfb\xe3\x45\x00\x7a\x08\xfe\xf5\x76\x15\x80\x6c\x58\x39\xc5\xd6\xbc\x4b\x2b\xa7\x5a\x52\x69\x18\x19\x16\x3c\x5d\x38\xd3\x7a\xa6\x47\xb0\x58\x6a\x50\xf0\x0d\x8d\xed\xb0\x84\x5b\xc4\x15\xc7\xdd\x7d\x60\xf7\xf3\x52\xc4\x7d\x64\x01\x7a\xe5\x61\x4b\xcd\x6a\xdf\xf7\x21\xb3\x0f\x8b\xbf\x0f\x51\xb8\x65\x4b\xee\x03\xb5\x73\xa0\xc2\x7d\xb0\x06\x89\xbd\x75\xf7\x81\x51\x4a\x87\xf2\xe0\xd3\x0d\x14\x56\xb4\xe0\x53\x61\x9c\xd2\x4b\x51\xf7\x21\x5b\x32\x28\xb8\xea\x9d\x0a\x4b\x12\x83\x30\x36\x19\x57\xd4\x7d\x54\x0d\xb4\x3c\x5c\x6f\x25\x50\x1a\xd8\xa4\xae\x2e\x7a\x1f\xc2\x51\x55\xe1\x57\x99\xa8\x1e\xed\x82\xc9\xeb\x5b\x2e\x37\x4e\xd9\xb8\x0f\x50\x47\xb7\xb0\x04\x5c\x28\x5b\x66\x26\x51\x82\xda\x42\xaa\xca\x85\xff\xe5\x40\x7a\xe8\x1c\x17\xe8\x7d\x30\xc8\x43\x06\xef\x63\xa8\x7e\x03\x29\x0d\x89\x75\x85\x21\xc0\x8d\x5d\x48\xb7\x56\x6d\xb1\x64\xe9\x0e\x30\x43\x5a\xe7\x1d\xaa\x68\x6b\x23\x4c\x13\xce\xcb\x6a\xde\x2c\xcf\x1a\xec\x35\xbb\x03\xf5\x6e\x7a\x91\xed\xc8\x22\x0f\x16\xa4\x2e\xcb\x72\x47\xb8\x54\x5e\x70\xec\x8e\x40\xd5\x5a\x15\xe6\x3b\xe1\xaa\xb7\x88\x74\x5d\x26\xfa\x66\x1b\x5d\xcf\x6b\x6c\xb8\xb5\x8d\xae\xb1\x2d\xf6\x8e\x9d\xc9\xf8\xd5\x0c\xef\x88\x5f\x8a\x95\xbd\x77\x94\x1b\x07\xe9\x45\x4a\xce\x5d\xf1\x38\xcd\xa2\xc2\x20\xaa\x52\xf5\x30\xfe\x90\x4a\x09\xda\xe6\xb2\x86\xf4\xdb\x28\xb9\x0a\x93\xe9\x2a\x55\x3f\xf0\xd7\xac\x51\xe0\x8e\x27\xf3\xcb\x6b\xd4\xb8\xd9\x0a\xd7\xd5\x1a\xc4\xe1\x0b\x6d\x38\x69\xf5\x2a\x32\x4a\x00\x3e\x76\xbc\xdd\x89\x81\x98\x6d\xd3\x77\xce\xda\x81\x94\x08\xc3\xed\x03\xe1\xa2\xfc\x8d\x30\x7b\x62\xf9\x32\x16\xad\x74\x56\xb0\xdd\xb9\xb2\x38\x97\xe6\x99\x35\x03\x49\xa5\xb5\x0c\x84\xc5\xab\x77\x16\xde\xc0\x5f\x7b\x6b\x1d\x08\x13\xaf\x77\x1e\x10\xda\xdf\xdd\x7a\x75\xb3\x21\x6c\x48\x73\xf0\xfb\xae\xb6\x97\xe9\xe9\x31\x52\x5b\x99\x7e\x8e\x16\xb9\xf3\xd0\x94\x13\xd5\x92\xfc\x38\x55\xe1\xce\x43\xdf\xb7\xe4\x51\x60\xab\xcc\x2c\xdc\x05\xb6\xaa\xcd\x8a\x77\x91\xc3\x9b\xc6\x84\xa7\xa0\xb3\x7b\xfa\x2e\xb6\x7d\x90\x07\xe4\xa1\x49\x0a\xb3\x40\x9b\x6f\x2a\xb8\x9c\xda\x82\x4a\x77\x61\x88\x57\x5b\x2a\xda\x4a\xb8\x0c\xf1\xad\xdd\x56\x2c\xda\xbb\x0b\xfb\xdb\x18\x2b\x6f\xbc\x09\xa3\x2d\x44\x78\xe3\x4d\x08\x5a\x6f\x7d\x6b\xa9\xc9\x41\x43\xac\xf8\x34\xc4\xd0\xee\x8a\x0b\x48\x92\xad\x5a\xb8\xd4\x14\xa6\xb7\x2e\xcb\x7d\x57\x6a\xc4\x8e\xb8\xbb\x62\xf5\xf1\x39\xde\x72\x0f\xc0\xdc\xee\x26\xa0\xb1\x86\xca\xbb\x31\x02\xb0\x3e\xe9\x6e\x18\x74\x66\x25\x6f\x36\x88\x84\xce\xa6\x8d\x5b\x3b\x44\x0e\xda\x49\xd7\x66\x25\x2a\xd1\x8b\xe6\xeb\xd6\x8b\x3a\x05\x70\xb8\xc3\xdd\x31\x44\xb2\xab\x1d\x2c\x0a\x27\xbb\x3b\x18\x82\x9d\x6a\x77\x47\xcb\x47\xa2\xb0\x25\x96\xa0\x05\x60\x77\xc7\xdd\x8b\xbb\xfb\xee\x83\xa1\x07\xcd\x76\xed\x07\xc4\x26\x0d\x55\x02\x99\xda\x1e\x0f\x5a\x82\xd6\x3f\xb0\x95\xe5\x1e\x58\x40\x2d\x91\xbd\x07\x78\x8a\x59\x8a\x7b\xa8\xe5\xd2\xa2\x07\x58\x84\xd5\xf9\xf7\x00\xd2\xea\x2b\x07\xca\xc1\x87\x7c\xe3\xe1\x1f\x1d\x65\x8a\xe7\xe3\x71\xb9\xc5\xf3\x59\xca\x7d\x9f\xda\x92\xc5\x7b\xce\xaa\x15\x06\xe4\x91\x24\x68\x44\xa7\xd4\xa1\xf7\x30\xd8\x1e\xa8\xf5\x94\xd8\x17\xa1\xba\x4f\xa0\x1b\xbb\x2e\xee\x93\x71\x54\x9c\xf7\x3e\x9b\x44\xba\xa4\x72\xd2\xc5\xb4\x25\xf3\x3e\xb5\x21\x2b\x28\xcc\x6a\x74\xfa\xed\xd9\xb5\x14\x44\x61\x4d\x44\xad\x2f\x3e\xb5\xb1\xaf\x50\x32\x2b\x01\x18\x84\x6f\xe6\x03\x06\xa8\xec\xd6\x7c\x80\x3c\x92\x37\xf3\x01\x9d\x95\xfa\x37\xf3\x01\xa1\x83\x99\x6e\x26\x04\x06\xfc\xf5\xbe\xd8\xda\xc6\x5a\xe6\xfb\x32\xcb\x4b\x9e\x22\x8d\x67\xc2\x28\x70\x81\xc3\xfb\xc2\xa1\xab\xed\x0c\xf7\x25\xcf\x20\x43\x15\x7e\x81\xc1\x04\xe7\x7d\x61\xce\x58\x0b\x70\x5f\x12\x0c\x6d\xf6\x62\xa1\x58\x53\x55\xbb\x9a\x17\x2f\x55\x93\xc2\xa6\x5e\xf8\xea\x1a\x9d\xe8\xa2\x77\x75\x56\x1a\xdd\xda\x08\x72\x50\xbb\x3b\x33\x2e\xd2\xeb\x6e\x3a\x17\xab\x8e\xee\x3b\x4b\x8e\x8a\x07\x57\x16\x85\x59\x17\x80\x66\xb5\x4f\x83\x05\xa8\xf7\x2d\xed\x97\xdf\x9b\x33\xbd\x6f\xed\xc3\x5b\xe0\xfa\xbe\xb5\xa0\x8f\x8e\x61\x1e\x06\x86\x0f\x28\xff\x38\x00\x2e\x77\x13\x17\xa1\x10\xc6\x24\xed\x5b\xbe\x6f\x69\x97\x16\x60\xf3\x23\x18\x9e\x9b\x09\x32\x6d\x54\xba\x6f\x06\x22\xf6\x69\xdd\x62\xdb\x81\xb1\x47\xdc\xad\x32\xde\x3e\x1a\x93\xe8\xb6\xcc\xe8\xf6\x8c\xed\xd0\xcc\x2d\x27\x11\xdd\x53\xed\xad\x00\x32\x26\x26\xbd\x1e\x4a\x60\xf8\x64\xa0\xd7\x6e\x01\x61\xaf\xa9\xc5\x72\x98\x57\x21\x68\x19\x27\x90\x72\x67\x4b\xf2\xfd\x6a\x72\x80\xc2\x5e\xe4\xc7\x66\xd3\x1b\x3c\x3b\xd8\xfc\x74\x03\x55\x5b\xa3\x72\x2f\x5b\x36\x3a\x33\x22\xf7\x0b\x00\xa8\x40\x0f\xb0\x6a\x63\x77\xc5\x0d\x0c\x1d\x6c\xaf\xbf\x5f\xd5\x9a\x09\x84\xfb\xa5\xd6\xec\xc1\xbd\x5f\x11\x16\x5a\xbd\xe0\x26\x47\xb4\xdc\x2f\xbe\x64\xf6\xfc\xdd\xef\x60\xfe\x00\x23\xf4\xf2\x35\xac\x5c\xb8\x99\x35\x09\xbd\xa2\x76\xa6\x4d\x06\xdb\x53\x1f\xe0\x63\x1b\xcb\x14\x3e\x20\xc3\xc6\x1e\xdc\x47\x68\x90\x13\x83\x1e\xa6\x37\x3a\xdb\xe2\x9f\xc3\x3c\x69\x91\xb0\xbc\x96\xe4\x07\xce\x33\x13\xf7\x80\xed\x42\xa7\x7d\x3e\x87\x96\x76\x2d\x0b\xf3\x30\x8b\xd1\x71\x9e\x3e\x9a\xc5\xe8\x0c\x78\x8f\xd6\xbf\x73\x58\xc6\x13\xcc\xfb\xbc\x32\x81\xa4\x5a\x5b\xda\x7f\x00\x52\x1d\x38\xff\x08\x48\xb1\xf2\xf1\x09\xac\xe8\x60\x19\xf1\x13\xf4\x52\xf6\x78\x3c\xc1\x9a\x4e\x20\xac\x29\xa7\xf1\x87\xdf\x1e\xa6\x27\x46\x5d\x48\xe5\x89\xa0\x90\xb1\x10\xc6\x13\xe5\xf2\x25\x7f\xc4\xbb\x4d\x57\x7d\x22\x54\x87\xbd\x46\x4f\xb4\xf9\x99\x4e\x58\xb0\x28\x11\xd6\x76\x07\x85\x55\x89\xa1\x1f\x2f\x46\x98\x02\x1a\x24\xfb\x68\x84\x05\xf9\x28\x8c\xa5\x27\xec\xc1\x7c\xa2\x76\x98\x2b\x6c\x24\x33\x13\x86\x64\x1e\x54\x08\x4e\xf1\xd5\x1a\x92\x89\xef\xf4\x01\x6b\x0d\xce\x10\x79\x12\xdc\x81\x75\x44\x8f\x4e\x17\xc8\x6b\x54\x78\x52\xe6\x9c\x90\xb1\x86\x82\x27\x65\x2d\x79\x52\x98\x99\x81\xc5\x0b\x1e\xd6\x81\x0f\x7a\xe3\x93\x34\x33\x40\xad\x13\x00\x0b\x47\xd4\x93\x8a\xac\xdc\x20\x7c\xf3\xd2\x42\x69\x45\x2f\x4a\x84\xf5\x39\x14\xc0\x6a\x5c\x76\x91\x3d\x3a\x83\xa0\x73\xe2\xcc\xc3\x19\x04\x03\x1f\xfc\xa3\x33\x08\xfa\xf7\x04\x73\x0c\x91\x84\x2e\x57\x28\x4f\x8b\xdf\x23\xed\xd4\x85\xe7\xa8\x86\x26\x2b\x69\xa8\xcc\xff\x84\x3e\x46\xfc\x1d\xe3\xf6\x30\x3b\xd4\xab\xbd\x6d\xea\x29\xfd\xd0\x1e\x58\x5e\xcd\xdc\xa4\x00\xca\x93\x34\xcd\x5f\x94\x10\x95\x40\xa1\x43\xcd\x89\x0a\x6b\x73\x78\x47\x19\x43\x07\x08\x0d\x25\xb0\x8b\x31\xf1\xe9\xb6\x6b\x5c\x0f\x9f\xca\xa4\xd7\xea\x53\x90\xb4\x36\x65\x4a\x1b\x74\x64\x6d\x62\x7d\xd2\xa9\xdd\xbe\xeb\x4d\x19\xe0\xa3\xcd\xa4\x4f\xce\x5a\xab\xd0\x09\x83\xe9\xd6\x00\xf1\x64\xc6\x41\xed\x13\x7d\x32\xf0\x6b\x24\x3d\xc0\xd4\x11\xed\x3d\x33\x42\xe4\x65\x2a\x1e\xad\x15\xaf\x55\x61\x90\x52\x22\x0f\x5b\xba\x34\x7c\x3f\x82\xdd\x83\x36\xae\xf5\xe1\x7d\x0d\x9c\x4f\xa6\xc7\x0e\x0b\xab\xb0\x4a\x98\x93\x1c\xf4\xa2\xaa\xef\x41\xf9\xb9\x69\x13\x04\xdf\x83\x1f\x40\xb0\xe3\xd1\x9a\xf0\x61\x61\xce\x22\x02\x2d\x3c\x3a\xb4\x81\x29\xe6\x47\x73\x70\x4c\x6d\x3f\xac\xfc\xee\xc3\xde\x0a\x13\x40\xa5\xcc\xcd\xb5\xae\x78\x68\x3d\x5b\x31\x1f\xe6\xe9\x64\x1e\x9f\x0c\x6f\x62\xdd\xf6\xa3\xb5\xdd\x45\x42\xa5\x9b\xe6\x41\xb5\x57\x4b\x0b\xda\x65\xf1\xe4\x8e\xb1\xe8\x7c\x27\x8d\x89\x93\xf7\x1e\x3b\x2d\x62\x50\x21\xb5\x25\x69\x61\x48\x55\xf4\x16\xe8\x45\x1f\x99\x17\xd1\xe1\x41\x63\x8f\x8e\x94\x18\x85\xd2\x18\x29\x6b\xa6\xd6\x8c\x94\xda\xe1\xf0\x64\xda\xd8\xc8\x0a\x83\xfb\xb3\x5e\xaa\xd2\x78\xf8\x54\x69\xd8\xa9\x22\x7b\x47\xe7\x17\xb3\x60\x45\xf7\x53\x74\x16\x09\x32\x85\x58\xf4\x60\xf1\x7c\x33\x9f\x53\x8a\x5e\xd4\x78\x91\xa6\xf9\xa8\x85\xce\x6b\x60\x1e\xfd\x29\x45\xd5\x6b\x7a\x82\xea\x15\x4a\xb3\xed\x7d\x7a\x40\xd2\xa3\xf7\x6b\xd6\x52\x4a\x2f\x45\x73\x59\x7a\xd3\x54\x26\x3d\x2d\x24\x48\x9d\x70\x62\x56\x65\x02\xb3\x4a\x4a\x85\xe6\xc6\xd9\x35\x0f\x04\x27\xe8\xcc\x82\x47\x0c\x07\xa4\xfd\x14\x5c\x50\x25\x28\x13\x2e\xa8\x35\x02\x3f\x85\x31\x4b\x1b\xe4\x9f\x42\x03\xc5\x31\xfe\x68\x61\x3d\x6e\xd8\xa7\x34\xed\xb3\xe3\x1b\x8c\xbf\x53\x8b\xc6\x22\xa6\xa6\x30\x8d\x9b\xd1\xa2\x30\x94\x6b\x77\xe4\x53\xba\x16\xe5\x65\xc2\x70\x05\x5a\x4f\xc1\x73\xa9\xad\x92\x4f\xd1\x21\x2a\x85\x2a\x31\xab\xa1\x8d\x99\x4f\xe9\x32\xe1\x54\x89\xe3\x08\xb4\xf3\xf1\x29\x3a\x5e\x25\xff\x9e\xf3\xed\x29\x6a\xb2\xcc\x9a\x3f\x85\x55\xe5\x43\xea\xc3\xe1\xa9\x95\x33\x4f\x01\x97\x0e\x7d\xba\x48\x46\xa2\xf6\x72\x20\x80\x19\x0a\xcd\x91\x13\x51\x1e\x1d\xa5\x31\xa4\x7b\x6d\xbe\x6d\x8a\x3f\x79\x69\xa0\x04\x8c\xd9\x00\x34\x14\x6b\x9a\x64\x52\xd3\xc4\x75\xfc\x40\x19\xfb\xa8\x95\x30\x9d\x3f\x30\x62\x55\x26\x59\x98\x5a\x7c\xaa\xe6\x71\x8b\x1e\xc0\xa4\xd0\xae\xeb\x1a\xe1\xd6\x03\x99\x1f\x9c\x3e\x53\x1b\x61\xc4\x03\xa6\xa9\x59\x4c\x4c\xe1\xa9\x07\x94\x89\x3a\x61\xe5\x98\x14\xef\xec\x98\x7d\xaa\x26\xf2\xe8\x15\xd5\xd6\x8e\xf1\xb0\x1a\x39\x33\x04\x0f\x7b\x15\x3a\x53\xa8\x4f\x95\x59\x0c\x2a\x42\x66\x11\xf0\xc2\x94\xfa\x4a\xd0\x6b\xb5\x18\x99\xba\xaa\x2b\xc0\xf6\x1e\xe6\xd4\x3b\x7b\x00\x9e\x4a\x57\x18\xf4\x97\x6a\xa7\xfd\xa8\x88\x57\x0f\x90\xa9\xca\xb9\x42\x71\x74\x05\xa8\xcc\x53\x35\xc1\x0e\x0c\xaa\x2c\x9d\x65\xcf\xc4\x53\xab\xb4\x92\xf5\x80\xb4\x82\x04\xaa\x24\xc0\x4b\x9b\xb4\x82\x55\xa9\x3a\x21\xa7\x29\xcc\x7a\x21\x55\x55\x56\x58\x50\xa0\x62\x85\x05\x23\x2a\x56\x78\x34\xc5\x03\xe4\x55\xef\x26\xd1\x60\x01\x2b\x9d\x47\x10\xac\xea\xa0\x21\xfa\x7f\xc5\x0c\x0f\x2c\x4c\x55\x57\xa0\x53\x55\xcc\x70\x52\xc9\xf4\x04\xce\xe0\x79\xaa\x5a\xab\xc4\x4d\xab\x0c\xfa\x4e\x0d\xab\x98\x8b\xa6\x19\x1c\x94\xd8\x00\x42\x1c\x25\xfc\xe8\xb8\x13\xf8\xca\xd3\x58\xe2\x22\x34\xc2\x02\x86\xa0\x65\x97\x4f\x2b\xda\x56\x53\x09\x53\x39\xec\x51\xd3\xc2\x91\xa2\x3c\x6a\x0d\x43\x6f\x62\x57\x13\xfd\x84\x25\x0f\x7d\xd0\xe3\xd9\xb9\xd2\x99\x84\x7b\x5a\x95\xe9\x68\x84\xb5\xdc\xbb\x10\xc6\x63\x8b\x24\x1a\x62\x14\xf2\x6d\x62\x0a\x8c\x23\x8d\xb9\x51\x4e\x4a\x7a\x38\xaf\x64\x34\x3a\x71\xb3\x33\x70\x78\xbf\xb6\x8c\xe8\x8b\xd5\xb9\x71\x01\x3d\x1c\x51\xd2\x59\x8f\xfc\x34\x0d\x48\x9d\x87\x87\x74\x46\x45\x87\x0e\xb7\x64\xec\xd0\x96\x19\xf6\xa8\x3e\x5d\xeb\xb7\x11\x4b\xb7\x19\x6e\xe2\xc7\xf1\x9d\x4d\xf8\x74\x06\x33\x56\x73\x3d\x38\x4a\x82\xf6\x47\x3c\x5d\xa3\x19\x23\x58\xd7\xc1\x4f\x55\xf1\x58\x54\x2c\x43\x97\x3b\xac\x29\x0f\xf0\x87\x71\xbd\x0f\x61\x93\xdf\x63\xa9\x8f\x3c\x2d\xc5\x0a\x11\xf0\xcc\x84\x5f\x96\x60\x50\x2b\x99\x1c\xf5\xb1\x91\xed\x47\xe1\x07\x75\xc7\xfe\x8c\xac\x0d\x4e\x8d\x70\x52\x26\x25\xb0\x7c\x0e\x55\xb0\x99\xa5\xb1\xa6\xe2\x19\x99\xc9\x3a\x9a\xc0\x60\xc1\xa1\xb6\x5e\x3c\x23\x33\x5b\x57\x94\x89\x56\x79\xa8\x68\xad\x23\xe9\x84\x2f\x3d\xa0\x1f\xac\x2c\xec\x0a\x43\xce\xa2\x5e\x84\x0d\xb0\xea\x69\x93\xd6\x92\xe0\x28\xf6\x0d\xfa\x81\xdf\x12\xa3\x3b\xb4\xfe\xfa\x50\x98\x2d\x2c\xb0\x0a\x9d\x27\xc2\x14\xdd\x33\x60\x79\xd1\x9e\xa5\xb3\x46\xe5\x61\x25\x21\xba\x1e\x4c\x13\x6b\xd7\xd1\x33\x6c\xc2\x51\x0f\x43\x5b\xb0\xbf\x43\x66\x8c\xad\x27\xcf\x10\x06\x54\xc9\x90\x27\x36\x52\x3c\x83\xfe\xc0\xf1\x62\xcf\xa8\xac\x31\xc4\x72\xb1\x13\x28\x68\x6b\xcf\x33\xb4\xc5\x8b\x1e\x37\xe0\xd4\x42\xc7\x43\x03\x34\xd3\x0a\x8f\xed\x17\x52\xbd\x85\x20\x99\x56\x78\xf0\x97\xf5\x4c\x7b\x1a\x42\x90\x4c\x25\x3c\x83\x61\x3c\x59\x82\xb6\x23\x2b\x1e\x68\x65\x61\x00\x24\xc3\xea\x90\xe9\xea\x8a\x97\x42\x8b\x12\x38\xc3\x26\x2b\xcc\xac\x02\xa8\x9e\xd3\x55\x3a\x3b\x35\x9f\x01\x25\xe5\xc0\xef\x67\x80\x07\x38\x97\xf1\x19\x5d\x1b\xf6\xa8\x84\x76\x0d\x62\xc6\x06\xa0\xb1\x63\xf6\xd8\xc2\x34\x38\x0c\xf6\x19\x5a\x9a\x80\x2d\xc5\xcb\xd7\x99\x60\x78\xb4\xb5\x89\x0d\x0d\xcf\xd0\x0e\x19\x38\xc0\xd0\xb9\x56\x58\xa8\x21\xdf\xb9\x3e\x86\x99\x8d\x91\x9a\x1e\x66\xa3\xaa\x84\x8a\x8b\x60\x1c\x7a\x58\x72\xa4\xff\xb1\x90\xa8\x67\xfa\xe8\x69\xbd\xa4\xe9\x87\x0e\xa4\xaa\x84\xe9\x25\x34\xfa\x53\x0b\x6b\x0f\xe5\xa1\xd9\x52\x55\x9c\x90\x9d\xf3\xa2\x1e\x56\x13\x37\x61\x0b\x1c\x89\x9d\x75\x6e\x0f\x8b\x87\x3a\xeb\xca\x1f\xdc\x7f\x83\xed\xf8\x0f\xab\x76\x3a\x87\x53\x3d\x97\xe0\x16\xfd\xe8\xd2\xc2\x23\x60\xd8\xc5\xa4\xbf\x60\xd8\x35\x44\x30\x57\xfe\x9b\xe9\x79\xd9\x58\x5c\x5e\x83\x39\x9b\xe7\x66\x2e\x87\x19\xf0\xe7\x66\x26\x8c\x59\xae\x87\xf5\x3b\x61\xe0\x2b\x7a\xb4\x69\x87\x03\x05\x9f\x9b\xf9\xf9\xc1\xc2\x85\xe7\x96\x9f\x22\x29\xcc\xda\x21\xbe\x80\x03\x4f\x74\x3c\xea\x73\x43\x7f\x65\xe9\x59\xe5\x33\x34\x62\xb2\x7e\xa7\x71\xe2\xd0\x63\xcb\x77\x30\x29\x37\x53\x64\x2d\x95\xdf\x33\x6f\xac\x39\xee\x59\x85\xc3\x7a\x39\xac\xee\xb1\x05\x2f\xe0\x3a\x16\xbc\xb4\x41\x6b\x60\xc1\x4b\x67\x3f\xff\xa3\x43\x55\xaa\x3e\x82\xf5\x10\xa3\x42\x33\x38\x55\xc5\x9a\xf6\x6d\x9b\xad\x78\x11\xcd\x27\xeb\x61\x6d\x3b\x04\x1c\xb0\xbb\x67\xb0\x2c\xf7\x61\xc5\xc9\x48\x60\xbf\x47\x9b\x8a\x79\xf6\xd1\x1a\x63\xfa\xf6\x83\xc4\x58\x79\xf9\x3c\x48\x8c\x99\xba\x47\x0b\x51\xd8\x38\xf6\x68\x21\xca\xa8\x59\x0f\xd3\xa7\xaa\xc2\x8c\x57\xb8\x85\x1e\xe1\x1e\x4e\xa7\x7a\x1e\xcd\x3d\x02\x09\x59\x42\xbd\x12\xc8\x85\xc0\xd9\x3f\xf4\x3c\xe2\x00\x38\xd2\x9e\x07\xdb\xc3\x5a\xe7\xe7\xa9\xaa\x13\xf5\xae\x7c\x03\x6a\x67\x63\x51\x30\xcf\x90\x2d\x6a\x01\x04\x3d\xb2\x2a\x40\x8b\x47\xab\x1a\x68\x34\x0f\xde\x70\x8e\xe0\x7c\x1e\x5b\x92\x48\x58\xb8\x5f\xe2\x66\xed\x4a\x93\x7f\x80\xa5\xdc\x23\x59\xbc\xce\xf4\xa5\x16\x5d\xc7\x68\xf2\x09\x72\x62\x64\xc5\x63\xe8\x31\x00\x8f\xe6\x17\x50\x33\xab\x55\x9a\x48\xe3\xa3\x59\xb8\xa0\x3c\xcc\x03\x49\xc2\xb8\xbc\xc4\x18\x1e\xf5\xed\xaa\xcf\x97\xd7\x80\xae\x31\xed\x3c\xad\x44\x98\x89\xe1\xa6\x78\xd0\x2e\x15\xd5\x06\x1f\x79\x61\x58\xe9\xd2\x59\xbb\xff\x4c\x8d\x42\xd8\x0b\x1d\xde\xc2\xf1\x58\xcf\xd4\x58\x20\x6f\xde\x94\x8b\xb9\x2b\x13\xb2\x06\xd2\x4e\xb1\x3b\xe6\x42\x1f\x2d\x51\x61\xb6\xec\x99\x55\x9b\xcd\x79\xa0\x6a\x71\x38\x35\xd2\x5c\x30\xc6\x7c\x36\xdc\x82\x28\x56\x0e\x5f\x35\x24\x56\x65\x0c\x4e\x51\x7d\x6c\xc9\x04\x7e\x12\x2d\x99\x18\xf2\x6c\xb2\x64\xa2\x73\x98\xe7\xf3\x8a\x67\xb0\x25\xef\x79\xb3\x36\xfd\x34\xc2\x5a\x18\xbd\x3e\x01\x2f\x6f\xc7\x9b\xfb\x70\xa2\x4a\x18\xcc\xb4\x3d\xaf\x9c\x5b\x98\xff\xb7\x50\x55\xec\xe2\x2b\x54\x4e\x27\xd4\xda\xf8\x8a\x0d\x7b\xd9\xfe\x3e\x04\x44\x5e\x99\x83\xa6\x4c\x4d\x09\x54\x43\xe8\x10\xb1\xbe\x55\xe7\x22\x2d\x7d\xe2\x48\x6e\x1c\x36\xfa\xb0\xe6\xa1\x27\x8b\x07\x4b\x03\xde\x58\xf2\x10\x06\xdb\x69\x9e\x57\x9b\x34\x82\x32\x5d\x4a\xa0\x7e\x5a\xf4\x80\x55\xd2\xa2\x87\xd1\xf5\xd5\x5a\x90\x47\x13\x7b\x75\xb4\x27\x0e\x4a\x16\x3d\x8c\xa8\x7a\x77\xec\xa1\x2c\xe8\xab\x36\x5c\x14\xc6\x6f\x3b\x94\x89\xd5\x10\xcb\x3c\xcd\x43\xd8\xfa\x77\x37\x66\x4d\x16\xce\x77\x34\x3c\x59\x50\x80\xf3\x6e\x85\x71\x2d\x2f\xeb\x30\x0f\xad\xb3\x56\x3c\x33\xff\xf2\x02\x4f\xcd\xfc\x73\xa0\xee\xd4\xcc\xbf\xd6\x84\x4f\x66\xfe\x3b\x87\x03\xcc\x43\x56\xb3\xf2\x26\x8d\xb9\x0b\x42\xcc\x03\xaf\xdf\x60\x86\x7f\x1e\xc6\x7a\xc9\x04\xb6\xa5\x41\x4d\xf6\xf6\xac\x4c\xbc\x49\x87\x7f\x76\x9e\x66\x16\x70\xb0\xee\x7a\x6a\xd7\x0f\x3e\x9f\x79\x18\x7a\x5e\x6f\xd2\x51\x31\x00\xc4\x19\x64\x8b\x78\x38\x54\xb0\x7d\x24\x5e\x4b\x1c\x78\x0f\x1e\xee\xce\x59\x4a\x93\xc3\x58\x3a\x9b\x8b\x67\x60\xac\x64\xbd\xff\xe4\x50\xde\x30\xb0\xf6\x33\x88\x0c\x2c\x1b\x35\x03\xeb\x9c\x86\x6a\x11\x98\x5c\x63\x0a\x61\x06\x98\x41\xb1\xb7\x3e\xca\xc4\xab\xd8\x22\x92\xf5\x5a\x01\x77\x2c\xd6\xd4\xd1\x2d\x6c\xa8\x9d\x41\x0b\x07\x3a\x4f\xb3\xc6\x85\xed\x8c\x33\x08\x76\x24\x85\x41\x66\x8d\xba\xd2\x05\x33\xe2\x0e\x27\x57\x6e\xe0\x9e\x9c\x78\xe0\xd7\x8f\xcc\x0f\x15\x5d\x09\x47\x25\x14\x7e\x00\x17\x56\xcb\x9c\x31\xeb\x55\x4b\x64\xb1\xe8\x69\x25\x14\x3d\xcd\x03\x45\x4f\x87\xce\x0f\x2a\xbe\xfa\xd7\x8c\x40\x5e\xf0\xd8\x8c\x5a\x3c\xdf\x15\xcf\x7a\xf6\x46\xd1\x5a\xf2\xdf\x78\x56\x6b\x36\x96\xb9\x98\x78\xff\x3b\xe8\x7f\xb2\xec\xa2\x71\x7a\xe9\xc4\xfb\xdf\xa0\xaa\x33\xae\xd6\x1a\x0f\x3c\x4c\x33\x32\x13\x08\xca\x9d\xb1\xaa\x00\xbe\x53\x98\xf5\x50\x1e\xed\x74\xa2\xb0\x26\x9f\x3a\x9f\xd6\x84\x9c\x78\xe9\xea\x8c\xf1\x60\x66\x6f\xda\xae\x88\x46\x26\x66\x4e\xc1\xb8\x33\x76\xd5\x54\x79\xd8\x5f\xa0\xaf\x5c\x1d\x30\x1e\xb8\x18\x67\x04\x23\x71\x36\xc4\x64\x7e\x61\xb0\x53\x77\x46\xb5\xf4\xcc\xe7\x68\xf1\x42\x27\x8f\x74\x4e\xbb\x65\xb1\xc8\xe0\x80\xd7\x19\xa5\xf3\xae\xfc\xec\x96\xe8\x88\x05\xb6\xcd\xd2\xf7\xc9\x9a\x90\xc1\x16\xd3\x19\x45\xe2\x68\x54\x36\x35\x81\xb8\x12\xb8\x91\xd3\xde\x26\xcb\x40\x06\x73\x77\x33\x31\x31\x0b\xd9\x9e\x49\x7b\x1f\xaa\xc2\x28\x9f\x2e\x9c\x4c\xf9\xe8\x2c\x15\x9d\x6e\xc8\x4b\xa5\x63\xba\x70\xd2\xe4\x15\x95\x4e\xda\xd6\xd1\x15\xd6\x21\x30\xbc\x48\x0b\x76\xfa\x92\x62\xc2\xc9\x81\x3f\x6d\x72\x6a\x72\x3c\xf0\xd9\xcd\x04\x53\x60\xd6\x65\x26\xec\x2f\x5e\xa5\xa9\xa9\x0c\x3c\x87\x33\xc9\xc0\xa4\xdf\x5b\x1f\x32\x99\xcd\x18\xac\x7a\x9d\x9c\xa8\xbc\x4a\xd1\x1b\xb4\xf7\x92\x12\xbb\x56\x20\xf3\x49\x4b\x6f\xf1\xc0\x1d\x3a\xb5\x9f\xa5\x60\x1c\x98\x98\x18\x9c\xc7\x30\x99\x98\x88\x07\x47\x47\x4f\x4d\x4c\x70\x20\xc3\x64\x62\x62\x25\xe8\x07\x1f\xb2\xc6\x82\xc9\xc1\xcb\x2b\x81\x32\xb4\xf4\x88\xe6\xcd\x64\xc4\x28\xfa\xf2\xa1\xca\x22\xaa\xa1\xca\x46\x3d\xad\x89\x6b\x2a\x3e\x54\x8f\xd5\x97\x92\x3a\x38\x3e\xb1\xc9\x64\xc4\x28\x0b\x71\x4f\xe6\x22\x06\x27\x9c\xcc\x8c\xe6\x71\xa7\xcf\x8c\xe6\xd9\x4f\x39\x39\xce\x66\xc8\x2e\x65\x56\x41\xc3\x24\x66\x86\x3d\x00\xed\x26\xd3\x12\xab\x00\x12\x18\x54\x58\x19\x35\x39\xe7\x26\x1e\x1c\x8c\x33\x39\xe8\xa6\xb3\x0c\x69\x32\x79\x31\x38\xb4\x6c\x6a\x8e\x82\xe5\xb7\x33\x97\xa1\x07\x0a\x3f\x4e\x32\xe9\xad\x12\x78\xd6\x6b\x19\x76\xb0\x7c\x9c\x74\xb3\x12\x1a\x3f\xb4\x73\x92\xe2\xb0\x14\x6c\xdc\x98\x9c\x6e\x33\xd8\x74\x38\xb3\xac\x43\x22\xac\x46\x64\x61\xc9\xbe\xea\x07\x0f\xe8\x45\x4d\xb2\xa7\x80\x86\x6f\x40\xd2\x63\x91\x45\x91\x54\xd5\x80\xe8\xaf\xd9\x1a\x10\x16\x51\x3b\x8e\x58\x4b\x35\x59\xc7\x14\x0f\x76\xab\x4c\x5b\xc7\x44\xcf\xd1\xb4\x06\x5b\x91\x66\xee\xaa\x2a\x25\x70\x18\x1c\xd3\x3a\x93\xe9\x8e\xc1\x42\x81\xc9\x51\x36\x83\x39\xa4\xc9\xac\xc6\x60\x75\xf4\x64\x56\x63\x15\x40\x55\x31\x21\x41\x55\x92\x8f\xa7\x52\x30\xe6\xa1\x48\x5e\x2c\xa5\x63\xcf\xe5\xcc\xd6\x4a\x18\xfb\x34\xd1\xa0\xf1\xa4\x64\x6e\xd0\x61\x67\xf5\x2c\x6a\x02\x39\x12\x46\x00\x0b\x0e\xcf\x92\x45\xfb\x33\x61\xda\x1e\x06\x8e\x99\x89\xc1\xd2\xb8\xc9\xc4\xc4\x60\x99\xd3\x64\x32\x62\xe0\x66\x9f\xcc\x45\x34\x16\xf4\xcd\x52\x28\x8c\x39\xe6\x59\x68\x19\x4c\x9a\x4e\xe6\x22\x7a\xb0\x17\x3d\xca\x44\xc9\x45\x27\xcc\xf1\x26\x6d\x41\xa7\x2f\x31\xb5\x30\xd8\xbb\x37\x59\x3c\xd5\xba\x4a\xd6\xfe\x91\xca\xb3\xe6\x80\xe5\xa5\x78\x34\x40\xb4\x93\x29\x87\x78\x00\x38\x27\x53\x0e\xa3\x44\xc2\xd6\x2e\x10\x05\x74\xa3\xa2\x9d\xd2\x54\x6d\x1a\x46\x91\x09\x2a\xbc\x95\x46\x92\x55\x9a\x1a\x09\xc6\xb8\xa8\x2d\xb0\xe0\x66\x16\xe3\x21\x4a\xc0\x36\xc0\x62\x66\xd1\x76\x0b\x86\x07\x66\x13\x06\xab\x72\xa7\xa6\x02\xba\xbe\x5f\x8b\xe0\xc6\xef\x9d\x62\x39\xf1\xfb\x0f\xa6\x46\x27\x6e\xff\xc1\x71\x14\x53\x67\x0f\x71\x9e\xd6\x2c\x6a\x04\x6c\xa7\x98\x72\xfb\x73\xd4\xcf\xac\x32\x03\x8b\x38\x4e\x39\xf1\x39\x98\x79\xea\x2c\x6e\xce\x21\x98\x55\x7b\xcd\xf8\x24\x6d\x60\x63\xe5\xf5\x94\x1b\x9e\x4d\xae\xb3\x9a\x7e\xe9\x03\xb8\xe1\x87\x2c\x82\x36\xb0\xe1\x44\x9b\x55\xdd\x18\xc9\xca\x47\xae\x06\x87\x8f\x3c\x1e\xac\x18\x9f\xf8\xc8\x07\xa7\x26\x4e\x79\xb6\x2b\xd6\x0e\xcf\xf6\x38\xf8\x9c\xaa\xae\x8b\x69\xa9\x4c\x65\xb3\x24\x62\xd6\x86\x35\x61\x4d\xf0\xac\x52\x4b\xd0\x8b\xe8\x10\x55\x2f\x9a\xca\x44\x82\x5d\x7c\x80\x5c\x7a\x50\x02\x1f\xaa\x15\xc8\x98\x10\x7c\xe4\xf1\x60\xc5\xca\xac\xb8\x42\x70\x4e\x4c\x73\x92\x17\x85\xbb\x32\xe9\x55\xaa\xa0\xc2\xd4\x03\xb3\x51\x35\x28\x48\x4a\x70\xff\xd2\x15\xe6\xa3\x19\xe7\x2b\xb3\x8a\x6a\x72\x55\x3a\x64\x04\xac\x8c\xe7\x05\xb8\xd4\x64\xc9\xe9\x5a\x4d\x5d\x17\xf5\xe0\x61\x1f\x85\xf1\x5f\x67\x85\x17\x00\x4c\xd3\xae\x36\x30\x42\x93\xf1\xe6\x18\xa0\x29\x6f\x3b\x93\x24\xb3\xc9\x78\x03\xa3\xf0\xb6\xaf\x4c\x7a\x82\xde\x81\x90\xb4\xc1\x90\xfd\x74\x53\xe7\x83\x73\xec\xe7\xc4\xdb\x1e\x0f\x41\x66\xdc\xed\x83\xa3\x10\x66\x13\x52\xc3\xd5\x38\x1b\x48\xad\xa8\x1e\x4d\x23\x50\x25\xac\xb1\x8f\x12\xba\x56\x50\xf2\x0d\x26\x79\x84\xd7\x24\xf9\xc8\x03\x32\xa7\xb4\x55\x1d\x28\xce\x4a\x90\xa9\xa3\xc2\x45\x1f\x70\xd0\x0f\x8e\x06\x98\x4d\xe3\x37\x20\xac\x01\xbc\xb8\x57\x66\x36\x75\x1e\x06\x87\x06\x4b\x8f\x34\x98\x2e\x01\x03\x92\xb4\x7b\x91\xd3\x25\x26\xbb\x17\xe3\x81\x3b\x7a\xda\x49\xd7\x68\x87\x63\xa9\x06\xbc\x71\xf6\x7c\x2a\x93\x9e\xa6\x16\x87\x9e\xa6\x16\xc0\xb0\x6e\xb3\x5b\x3c\xac\x11\x11\x7b\xd0\x35\x22\xb2\xfa\x63\xb2\xc7\x71\x70\xc8\xf6\xec\x4c\xb6\xb2\x07\x79\xf6\x8a\x5c\x58\x8f\x3b\xbb\x2c\x22\x66\xa6\xb3\x7a\x91\x19\xf3\xd9\x35\x0a\xd2\x19\xba\x46\x41\x8e\xa9\x9c\x5d\xd6\xae\xeb\x01\x4a\x00\xac\x75\x9d\xcb\x46\xab\xea\xea\x0c\x6c\x5b\x9d\xda\x20\xc9\x82\xaa\xd9\xad\xcd\x23\x00\xb5\x79\xce\x59\x9c\x5d\x6d\x1e\x6a\xd4\xed\x3c\x65\xbd\x49\xbb\xa4\xf8\x68\xf9\x1a\x8b\x5e\xc4\x21\x34\xe3\xf7\xa6\x51\xe7\xb0\x03\xf0\x57\xd5\x87\x61\x4e\x85\xd1\x85\x88\xc5\xd0\xe9\xb7\x54\x0b\x5f\x7a\x17\x0b\x1a\x3a\xf5\x87\x2e\xca\x59\xde\x8d\x03\x03\x27\x67\x79\xaf\x87\x0b\x3f\x18\x53\x95\x09\x94\xca\x4c\xf4\x64\x03\xe8\xca\xa4\x1f\x1c\xfd\xc2\xf0\x37\x74\xe8\xa7\x3d\x20\xd1\xd2\x16\x71\xb2\xf7\x9a\x14\xae\x4a\xe8\xfc\xe0\xa8\x26\x4c\xd6\xa0\x7b\x70\x4c\xd2\xc4\xe1\xde\x39\x30\x73\xca\x1b\x2e\xc2\x86\x37\x3c\x1e\x02\x68\xb6\x0e\x15\x23\x8a\x37\x7c\x74\x7d\x44\xd3\x31\x20\xbc\x88\x95\x3b\xe2\xc7\x78\xc3\xbb\x7a\xf8\x90\xb9\x13\x02\xc4\x1d\x3e\x38\xf4\x71\x0e\x48\x0d\x8b\xb5\xe6\xe8\xfa\x36\x6a\xaa\x35\x93\x5d\xf9\x39\x64\xa5\x2a\xac\x5d\xdc\xca\x0f\x32\x14\x0a\x93\x9f\x9c\x15\x70\x73\xe8\xec\x1e\x89\x9e\x7e\x16\x54\x6b\x9d\x47\xca\x90\x30\x20\x38\x02\x64\xf8\xcf\x07\x8b\x0d\x27\xfe\xf3\xc1\x8e\xa8\x89\xff\x7c\x15\x40\x4d\x75\x7c\x45\x51\x61\xfa\x1c\xc6\x76\x1c\xe8\x9d\x9d\x6f\x13\xff\xf9\x10\x3a\x3b\x6d\xe3\x6a\x26\xac\xb3\x6f\x02\x61\x4a\xc3\xfc\x9e\x74\x58\x4e\x10\x9a\xa7\xa6\x86\xb0\x82\xa7\xb6\x1e\xd0\xa8\x4e\x99\xca\x62\x09\x7c\x0e\x36\xfd\xe4\xf8\x5f\x4e\x30\x9c\x5a\xe8\xdb\x2d\x9e\x97\x62\x1d\x4f\x1d\x90\x4c\xdb\x39\x85\x04\xf9\xcc\x53\xf7\x68\x24\xc5\x03\xed\xf5\x7e\x93\x29\x2d\xf2\x94\x1b\x04\xe3\xc8\xe9\x5c\x3d\xea\xcb\x58\x7e\xc2\xd6\xdb\x79\xea\x40\x08\xfa\xc5\x25\x7e\xcf\x84\xf5\xbc\x98\x31\xe0\x68\x8d\xa9\x35\xb9\x9c\xe0\x39\x75\x14\x07\x87\x29\xcc\x4b\x1b\xe2\x18\xdf\x2e\x19\x7b\x8e\x54\x9f\x57\x51\x0b\xe6\x45\xb6\x29\x45\xf1\x68\x84\xf5\x73\x53\x0b\x74\x05\x27\x34\x67\xc0\xb9\xe8\xf3\x52\x87\xe1\xec\xd4\x79\x55\x6d\x76\x57\x02\x13\x85\x18\xf5\x4b\x47\x9b\x82\x1b\xae\xa6\x07\xe8\x30\x97\x56\xeb\xc1\x80\x2e\x6d\x7f\xa5\xb5\x69\x26\x02\xc7\xe2\xbc\xe0\x7e\x4c\xdc\xcd\xab\xeb\xdb\x78\x29\x7b\x4d\x59\xb5\x3e\xed\x08\x11\x0a\xb0\x39\x03\x2c\x94\x4e\x00\x13\x8d\xb8\x65\x66\xd9\x6f\x3d\xb5\x2a\x97\x55\xa8\xf3\xd6\xe7\x58\x18\x73\x85\x2c\x6e\xdb\x00\x45\x58\xe7\xc9\xd0\xa6\xe4\x9e\x97\xfb\x05\xb7\xfa\x60\x57\xe2\xd4\x99\x23\x3d\xfe\xde\x51\xbd\x53\x07\x92\x70\x94\xe0\xc4\x67\x3e\xe4\x9b\xc2\x67\x1e\x0f\xae\xeb\x99\x8f\xad\x99\x1f\x84\x31\x6f\xa0\x5e\x9d\xcc\xc5\xc1\xfd\xf3\x3b\xc1\x84\x9a\xc8\x4f\x4e\xf7\xc1\x4f\x1e\x0f\xfc\x98\xf3\xd1\x04\x1a\x83\x9c\xed\xc6\xc4\x94\x3c\xe2\xae\x02\x3c\x8f\xce\x54\x41\xa5\x8f\xb9\xa0\xf8\x56\xed\x5d\x89\xca\x53\xf5\x40\xe5\x07\xfb\x0a\x80\xc6\xac\x13\xee\xc5\x4a\x18\x2c\xd8\x54\x09\xf0\xec\xaa\xf8\x4b\x0f\x53\x57\x88\x2f\x0b\x5f\xe7\x23\xe2\xcb\x72\xb1\x89\x3f\xbd\x0b\xa1\xe3\x4f\x5f\x09\xbc\x4a\xcb\x69\xe9\xc7\x53\x6b\x4b\xd1\xc5\xd4\x54\x19\xc5\x4d\x9d\x14\x4d\xc3\x67\x4b\x69\x63\x6a\x6a\x4e\x5d\x07\x70\xe8\x59\x76\xaf\x60\xea\xe4\x67\x67\x5f\xf5\x9c\x5a\x97\x4a\x97\xd6\x2e\x52\x26\x16\x26\x9b\x45\xb5\xca\x76\xb2\x59\x34\x1e\x6c\x0b\x9e\xec\x16\x1d\x1c\x34\x32\xa7\x96\x8e\xe8\xe1\xaa\x9b\x0e\xc8\xa3\xc5\xab\xb8\x51\xd8\xd8\xd9\x59\xb4\x32\xd9\xd8\xd9\x99\x04\x98\x53\x04\xa5\xeb\x0b\xaa\x5e\x44\x02\xce\x56\x0d\x3e\xda\xa8\x29\x38\xc6\x46\xcd\xc6\xed\x45\x93\xc5\xd7\xa3\x2a\x3f\xf8\x88\x6b\x85\xe6\xd4\x4d\x62\xa0\x91\x09\x3e\xe2\x2c\xba\xc9\x41\x33\xa3\xa2\x59\xb6\x63\xc6\x83\x1d\x77\x73\xea\x8e\x15\x7d\xb2\x6e\x00\x93\xb8\xb4\xd4\xb9\x2b\xcc\x17\x77\xe5\x51\x03\xa3\xa5\x4e\x1d\xfc\xa8\x92\x39\xf3\xb3\xa9\x64\xad\x07\x46\xd6\x9a\x10\xa8\x28\x99\x09\x81\x81\xbb\x7e\xda\x7c\x00\x30\xfd\xcd\x40\x1c\x8e\x8a\x9b\xaf\xce\x93\xa1\xda\x6f\xd6\xdc\x65\x21\x7c\x7f\x57\xfc\xcd\x57\x56\x4c\x4e\x61\xed\xb4\x14\xd1\x7d\xa5\x29\xb9\x35\x5f\x34\xc5\x2a\x80\xf9\xca\x31\x49\x77\x7d\xe5\x9c\xa2\xe7\x69\x3e\x80\x39\xa0\xf9\x0a\xbe\xb2\x74\x72\xbe\x72\x34\x62\xdd\xde\x7a\x29\x41\x4f\xe8\x0c\x2e\xea\xa4\xc1\x5a\x99\x9a\x0e\x39\x52\xbc\x1e\x00\x45\x69\xf9\x39\x7b\xa5\xe6\xab\xc1\x57\xd5\xeb\x74\x7a\x16\xf0\x4d\x1d\x1a\x2f\x3f\x13\x87\xc6\xaf\x04\xea\xc1\x39\x8e\xc3\x12\x64\xa3\xf5\xa6\x5b\x99\x28\x0f\x0f\x82\x9c\x51\xaf\xd6\x32\xeb\xeb\x74\x3c\x95\x1e\xd0\x1e\x6c\xfc\x4f\x1c\xf9\xd3\x39\x05\x61\xbe\xea\x86\x72\xbd\xb1\xaa\xbd\xb1\x75\xe9\x3d\x34\xce\xb0\x34\xec\x3d\x50\x5d\x88\xbf\xe7\x87\x7b\x8f\xac\xeb\x5b\x1a\x61\xe9\x75\x75\xd8\xf7\x50\x67\x0c\x0a\x73\xda\xd5\x92\xdb\x7b\xa8\x63\x66\x15\xa9\xcb\x52\x3a\x61\xc6\xcb\x4a\xe9\x3a\xd9\x7d\xc9\xfc\xd5\x31\x63\xdc\xec\xf3\xea\x5c\xa1\xaa\x67\x6d\x31\x74\x5c\x61\xa1\xae\xd5\x3c\x5e\x26\x38\x06\x27\xf2\xbc\x9c\x32\x36\x70\xf9\xbd\x07\xae\xc8\xc0\xac\xda\x7b\x34\xdd\x20\x48\x01\x3a\x85\x2e\xf2\x05\x20\x30\x0e\xe4\x79\x99\xeb\x88\x81\x15\x44\xef\xc1\xf4\x0f\xa7\x41\xbd\x87\x90\x56\xe2\xcb\xb4\x97\x5e\x5f\x2c\x65\x27\x6a\x04\x12\x38\xb2\xc2\x3a\xca\x41\x79\x04\x84\x78\x27\xb3\xc5\x5d\xef\x59\xf6\x3a\x06\x16\x99\xbd\xcc\x87\x34\xb6\xad\xbc\x87\x8e\xb0\x5b\x4d\xf1\xd5\x11\x41\x6c\x85\x7d\x83\x66\xd5\x51\x96\x1d\x7e\xbf\xfa\xdc\x1b\xb4\xb9\x7d\x75\xa7\x37\xac\x31\x2b\x06\x50\xc1\xcb\x4e\x80\xc6\xe1\x9c\xaf\x4e\xc2\xc7\x3c\xbc\x01\x37\x3c\xa7\x8f\xbd\x41\x03\x61\xe5\x61\xed\x04\xa6\x42\xda\x5e\x19\x54\x80\x89\x65\xf5\xea\x37\xd8\x45\x2b\x4a\x90\x83\xba\x12\x66\xc3\x2f\x0a\x0f\x88\x8b\xd3\x26\xdf\xd0\xf5\x99\x9d\xd2\x74\x14\xd7\x50\x38\x29\x81\x37\x69\x41\x67\xd7\x13\x45\x09\xd4\x49\x57\x2d\x04\x85\x1b\x09\x43\xb9\x74\x7f\x67\x24\xcc\xf6\x59\xf4\xa9\x49\x16\x16\x81\xbf\x9a\x58\x61\xd7\xf2\x1b\xb5\x8c\x7b\x75\xc5\x37\xae\x51\x3e\x06\x3a\xe9\x1b\x33\x93\x5a\x41\x09\x6c\xb7\x45\x3f\x9a\x00\xc1\xc5\xf3\x7e\x13\x20\x8a\x67\xdb\xf7\x62\xe8\x2f\xdb\x1c\x06\xec\xf6\x8d\x45\x1b\x83\x28\x4c\xe7\x80\x1c\x3c\xab\x56\x08\xe0\x7d\x63\xd3\x4b\x15\x66\x77\xf2\x32\x77\x2f\xdb\x19\xa2\xee\xda\x7a\x63\x13\x13\xd5\xd3\x94\x10\x29\x59\x3b\x55\x2d\x1e\x71\x27\xbe\x00\xe4\xc4\x5e\xeb\x37\x76\x7d\x5a\xa5\x1a\xda\x77\x47\x93\x8c\xb8\x23\x39\xf7\xed\xd5\x4c\x07\x67\x80\xbd\x51\x8b\xdd\x54\x23\xf0\x3e\x27\x1a\xbc\x9a\xb8\xe0\x00\xfe\x97\x89\x8b\x18\x80\xd7\x2f\xbb\x27\x06\xa7\x0f\xbc\xd1\xac\x8c\x1e\x7e\x94\xa9\xf3\x43\x67\x3f\xaf\x4c\xda\xb5\x8a\xf7\xfb\xe5\xfe\xc6\xc1\x61\x0d\xaf\xee\x6f\x64\xa7\xda\xab\x1d\x16\x38\x9c\x5e\x76\x58\xc4\xc0\x79\x8e\xaf\x76\x58\x00\xe0\xde\x24\xed\xd0\xab\xb4\xc3\x82\x3d\x72\x6f\xd2\x2e\x17\x64\x94\x74\x14\x16\xd5\x4e\x12\x6a\xb4\x1f\x20\xbb\xdf\xdd\xce\xf0\x26\x9d\x25\x54\x33\x61\x41\xc0\x46\x98\x3d\x89\x08\x47\x93\x09\xb8\x2a\x5f\x6d\x22\xc0\x57\xff\xb2\x57\x60\x70\xa6\xeb\x8b\x8b\x7d\x70\xcc\xea\x9b\x35\x4e\x21\xf0\xac\x2e\xca\x62\x85\x37\xab\x8b\x5a\xa6\x53\x09\xbc\x09\xb0\xce\x31\x8d\x2f\x9e\xf4\xa8\xeb\x8a\x5f\x1d\x1a\xcf\xf5\x91\xaf\xbc\xe7\xdc\x73\xf2\xb2\x47\x37\x06\x76\x53\xbf\x59\x33\xa4\x74\x4c\x79\xc9\x71\xf8\xbd\xf2\x80\xb3\x14\xe1\x95\x07\x3c\xe0\x93\x7d\xb3\x76\x6b\x2e\xfa\xf8\x66\xdb\x57\xc6\xc3\x43\x0e\x22\x1e\xd6\xc6\xd5\x45\x2b\xdf\xa2\xe5\x41\x94\x5c\xd4\x9b\xd8\xd3\xfc\xe2\x87\x1e\x7a\x51\xd1\x99\x3e\x0b\x2f\xbd\x5c\x50\x18\x43\xd2\x13\x45\x67\x59\x35\xc2\x5a\xc6\xa1\x30\xf0\x9e\xb6\x8b\xc7\x78\x80\xfe\x5e\x1d\xc6\xc5\xdd\x20\x6f\xd1\x92\x20\xcc\xaf\x9c\xbe\xb2\x88\x85\x8d\x42\xac\xc4\x78\xcb\xe2\x24\x31\xb0\x95\xe1\x2d\xf4\x45\x56\x82\xbe\x5a\x8c\x5e\x69\xec\xac\x1b\x1f\xf8\x47\x5e\x96\x8d\x0f\xf6\x8f\xbe\x2c\xed\x1e\xf0\x90\x97\xa5\xdd\x31\xb0\x0b\xe8\x95\x3f\x97\x53\xd9\x5e\x96\x76\x0f\x68\xf5\x5b\x24\x23\x8c\x1a\xee\xdb\x18\xd8\x55\xfc\xca\x7f\x0b\x5b\x7b\xf1\xd9\x0e\x56\x8d\xbd\xb8\x6c\x57\xa6\xc1\x0f\xaa\x37\x22\x61\x55\x49\xf1\x54\x69\xf1\xad\x97\x95\xda\x31\x80\x67\x5e\x96\x6a\x0f\x36\xf5\xbf\x95\x1e\x01\xaf\x7a\x6b\x96\xef\xbd\x13\x56\xbd\x69\xac\x55\xd2\xc6\x3c\xc8\x99\xcb\x72\xb2\xb7\x4a\xaa\xb4\xaa\x5a\x31\x52\x1c\x8b\xfb\xb2\x97\x78\x70\x5c\xee\x5b\x19\x5b\xd9\xfa\xfd\x56\xd6\xfa\xb0\x68\xea\x65\x5d\xb3\x96\x62\xbc\x55\x7d\x8e\xce\x5e\xd5\xe7\x38\x7f\xee\x95\x97\x97\x29\xdb\x97\xf5\xcb\xdd\xe2\x75\xaa\x2b\x92\xac\x3a\xd3\x0a\xcb\x8f\xa3\x35\x06\x26\x8e\xdf\x8a\x2b\x1d\x5f\xca\x5b\x75\xef\x29\xa8\xa1\xea\x9e\x40\xc6\xe8\xaa\x05\x2b\x40\x11\x2e\x93\x1c\xac\xfb\x78\xe5\x8d\x85\x70\xbf\x15\xa7\x84\xec\x3b\xeb\x9a\x63\xc8\x2a\x0d\x6f\x21\x6b\x3d\x5e\x5c\xb6\x2b\x41\xb9\xd4\x02\x14\x96\x24\x69\x26\x75\xa8\xbd\x51\x25\x28\x4c\x60\xc6\xf7\x95\x37\x97\x03\x02\xdf\xc6\x1c\x1d\xfc\xec\x95\x07\x97\x55\x23\x2f\x37\x3f\x0e\x8d\xc6\x4d\x77\xda\x30\x4a\x37\x79\x1c\x68\x0c\xdc\x02\x19\x03\x13\xa6\x6f\x13\xff\x64\xa4\xc5\x51\xbb\x12\x78\xba\xa8\xe2\x7a\x9a\xf3\xeb\x92\x32\x51\xef\xf6\x7b\x2b\xe1\xde\x26\xcd\x0f\x1e\x92\xe6\x71\x69\xbe\x4d\x07\x69\xd1\xf5\x1b\xae\x7b\xd6\xa9\xbc\x4d\x7d\x08\xfb\x2f\xef\xae\x00\x64\x93\x0d\x61\xc2\xeb\xe5\xf2\xc8\xc1\x26\xf7\xb7\x83\x11\x71\x13\xbf\x38\x56\x07\x5b\x1b\x5f\x9d\xf7\x0f\x9c\x7e\xbb\x7c\x33\x98\x73\x1d\x11\x87\x83\xfa\x65\x77\x79\x0c\xf8\xc6\x5f\x56\x4a\x0f\x0e\x61\x78\xbb\x36\x12\x22\x03\xb9\x49\x39\x20\xeb\xed\x70\xeb\x80\x7f\xf7\xd5\x7e\x74\x76\x76\xbe\xdc\x1c\xd0\xed\x45\x5a\x00\x49\xd3\xea\x02\x34\x9c\xdc\xfb\x76\x00\x0d\x87\x84\xbf\x1d\x54\x1f\xd8\x27\xf3\xca\x99\xca\x99\x77\x2f\xce\xd4\xa8\x7b\xea\x5e\x5d\x35\xc0\xb5\xa5\x6f\xd7\x66\x27\xd5\x4f\xc0\x85\x9d\x35\x6f\xb7\x1b\x9f\x79\x2d\xcd\x97\x99\x8f\x57\x4e\x53\x2b\x81\x89\xff\x43\x45\xc3\xae\xd8\xaf\xf0\xea\x9e\x02\x0e\x10\x7e\xb5\x6e\x99\xfb\x78\x5e\xad\x5b\xd6\xfb\xb5\xfd\x5d\x15\x62\x55\xf1\xe0\x54\xdb\x77\xd8\xb5\x7b\xe4\xd7\x39\x7a\x34\x14\x5c\xa4\x03\x87\xcf\xab\x35\xc2\x4c\x92\xbf\xb8\x2f\x63\x80\x12\xbf\x43\x53\x6d\x18\x5a\x2d\x1e\xc6\xf9\xf3\xb2\x46\xb8\x73\x59\xd0\xab\xbb\x03\xb8\xc0\xe5\x1d\x42\x1b\xec\xe0\x7d\x87\x76\x05\x33\xda\xca\x73\xc8\x89\x1c\x2f\x27\xe8\x0e\xb6\x14\xbf\xac\xb6\x8d\x81\x7d\xdb\xaf\xdc\x85\x2c\xa4\x7b\xb5\x16\x96\x0b\xaf\xdf\x53\x0d\x06\xe4\x75\xea\xee\x47\x40\x12\x0e\x3c\x1d\x4d\xf0\x9e\xe6\x9c\x51\x98\xcf\x67\x74\x3d\xf5\xc9\x58\x41\xee\x13\x8c\x81\x73\x8c\xdf\x93\x35\x72\x5c\x23\xfa\x72\x3a\xdf\x4a\xe0\x69\xb1\x7a\x85\x71\xb8\x73\xfe\xc9\xab\xa3\xfa\x58\x79\xf9\x9e\xb2\x6a\x1a\xca\x38\x8f\x7f\xa8\xf1\x68\x3f\x3f\xcb\x9f\xdf\xb3\xab\x79\xf2\x09\xcc\x6e\xe0\x08\x7b\x75\x52\x5f\xd5\x27\x68\x0b\x36\x82\xd4\x39\xfd\xcc\x83\xbe\xa7\x64\x94\x14\xc6\x65\x6b\x79\x74\x94\xea\x2a\x4b\xd7\x1d\x72\x96\xee\x7b\xc9\x8f\x81\x81\xd3\x5e\x7b\x0d\x6a\x97\x1d\xbd\x1a\x09\xd3\xca\x65\x7d\x2e\x6c\x46\xb5\x30\xae\x02\xac\xd5\x25\x74\x50\x15\xd6\xa9\x0b\xe4\xd1\x9e\x52\x9a\xc8\xa5\x5e\x21\xb8\xc3\x86\xfc\xce\xfa\x91\xf7\x02\x90\xb2\x2a\xf2\xbd\xf0\x4c\x07\x56\xf0\xbd\x97\xf9\x19\x1a\xe1\xfb\xbb\x8b\xfe\xbd\x98\x01\x63\x49\xdd\x7b\x31\x8b\x19\xd8\x90\xfc\xea\x26\x44\x76\x80\xbd\xda\x85\xcf\xe9\x53\xaf\x8e\xff\x63\x5f\xe5\xcb\x29\x7f\xad\xb7\xff\x3b\x41\x4d\xed\xbf\xb6\x6e\xb7\x96\x84\x81\x59\x6e\xdb\x3e\xbc\x3e\xef\x16\x2a\xe0\x74\xc7\x57\x27\xf5\xb1\x5b\xe1\xbd\x35\x7e\x21\x40\xce\xce\x1b\x2c\x8d\x7c\x6f\x8d\x40\x34\x9f\x47\x44\x8c\x51\xd7\xd6\xea\xd2\x00\xb4\x0e\x97\x99\x98\x17\x87\xa1\x2e\xad\x7f\x1f\x09\x5f\x64\xf5\x31\x57\xa5\x5e\x84\x08\x90\xa5\x56\xdb\x72\x49\xcd\xab\x45\xb5\x6a\x92\x3a\x40\x8e\x45\xe2\xaf\xfc\x83\x82\xdb\x8f\xfa\x2a\xeb\xd2\x5e\x8e\xf4\x1f\x1c\x86\xf4\x3e\x1a\xa5\x31\xb7\x2c\xb6\x1d\xac\x29\x7c\x39\x40\x6e\x3d\x40\x09\x4d\xa5\x0d\xc2\x10\x54\xe4\xa2\x23\xfd\x39\xa3\xeb\xe5\x04\xb9\x18\x65\x92\xb8\x08\x51\x97\xee\xbf\x5a\x55\xcb\x3a\xdf\xd7\x2e\x45\x04\x76\xe9\x4c\x01\x8e\xf4\x7f\xe5\x5c\x64\x0d\xe1\x2b\xd7\x1f\xb3\xc6\x2f\x9e\xbf\x50\x99\x29\x7b\x1f\x9d\x4f\x49\x27\x7e\x34\x91\xad\xae\x84\xeb\x2f\x2f\x53\xf2\xff\x34\x7a\xfd\xe5\xfc\xd3\xdf\xcf\x3f\xfc\x16\x8f\x5f\x3f\xbf\xb1\x51\x9d\x5b\xf7\xfb\xfb\xa4\xfe\xeb\xe7\x0b\x72\x01\xbf\x2e\x8b\x5f\x11\x33\x1d\x5f\x9a\x5d\xce\xcf\x3a\xf9\x1e\xd2\x1a\x8a\x2d\x6d\x05\xb9\xda\x5f\xd7\xca\xae\x88\xe8\x69\xd1\x9e\xe3\xe2\xe0\x15\x91\x3c\x2d\x59\x5a\xf9\xd2\xb2\xa7\x65\x4b\xab\x5f\x5a\xf1\xb4\x62\x69\xed\x4b\xab\x9e\x56\x2d\xad\x7f\x69\xcd\xd3\x9a\xa5\x8d\x2f\xad\x7b\x5a\x57\x1a\x2b\x7f\x88\x18\x9e\x36\x2c\x2d\x58\xda\x59\x52\xb2\xb4\xb3\xa4\xc2\xd9\xe7\xdc\xcd\xa8\x88\xee\x69\x43\x69\xdd\xd2\x7a\xaa\x5f\x5a\x5f\xd9\x62\x64\xdb\xda\x8a\xb8\x72\xca\x96\x76\x7d\xdf\xce\xfd\x95\x2b\xc2\xbf\xfd\xfa\xbe\x3d\x98\xac\x2f\xff\xf6\xab\x9a\x1e\xa2\xa5\xcd\x77\xa7\xcd\xd7\xbe\xe1\xd3\xdf\x7b\xec\xb4\xf7\xb0\xb4\x4f\x7f\xaf\xeb\xf6\x0d\x96\x56\xbe\x34\xd7\xed\x6b\xba\x85\x6b\x13\xe1\xba\x7d\x4d\xb7\xcc\xef\x13\xe1\xba\x7d\xed\xfb\x70\x58\x10\xe1\xdf\xf7\xda\xf7\xe9\x76\xdc\x15\xe1\xdf\xf7\x9a\x6e\x01\x43\x44\xb8\x6e\x5f\xd3\x6d\xfd\xe4\xf2\xba\x6e\x5f\xd3\x6d\xfd\xe4\xf2\xba\x6e\x5f\xd3\x6d\xdd\x72\x39\x3d\xed\xb4\xb4\x2d\x97\xcb\xd3\x2e\x4b\xdb\x72\xb9\x3d\xed\xb6\xb4\x2d\x97\xc7\xd3\xac\x8f\xd5\x2d\x97\xe9\x69\xd6\xc7\x74\x21\x6c\xc8\x8a\x67\x39\xf1\xa1\x1b\xc6\x71\x1f\xad\x3f\xab\xff\x6a\x49\x5c\xc7\x5d\xb4\xfe\x14\xe2\xb8\x24\x13\x5f\xcf\x6f\x3d\x4c\x8e\xe2\x0f\xaa\xff\x9c\xc4\xbd\xe4\xc3\x27\xd0\xc3\xab\x7c\x5c\x6b\x70\x70\xe8\xe0\xea\xbb\x5f\xdf\x56\x50\x75\x1a\x5f\x5a\xf4\x34\xd3\x3f\x8e\x0a\x22\x92\xa7\x99\xfe\xd9\x59\x49\x44\xf6\x34\xd3\xbf\x6e\xfd\x5f\x11\xc5\xd3\x4c\xff\xba\xae\x74\x45\x54\x4f\x33\xfd\x33\x6b\x45\x44\xf3\x34\xd3\x7f\xdb\xdf\xd0\x3d\xcd\xf4\x0f\xe1\x26\x62\x78\x9a\xe9\x5f\x57\xf0\xaf\x88\xd3\xd3\x4c\xff\xba\xdb\x7f\x45\x5c\x9e\x66\xfa\x6f\x5b\x2e\xb7\xa7\x99\xfe\xfb\x96\xcb\xe3\x69\xa6\xff\xbe\xe5\x32\x3d\xcd\xf4\xdf\xb7\x5c\x5e\x4f\xb3\xfe\xdb\x3f\xb9\x8c\x63\xa7\x0d\xeb\xbf\xfd\x93\xcb\x70\xfd\x0d\xd3\x5f\xff\xe4\x32\x5c\x7f\xc3\xf4\xd7\x3f\xb9\x0c\xd7\xdf\x30\xfd\xf5\x4f\x2e\xc3\xf5\x37\x4c\x7f\xfd\x93\xcb\x70\xfd\x0d\xd3\x5f\xff\xe4\x32\x5c\x7f\xc3\xf4\x37\x3e\xb9\x0c\xd7\xdf\x30\xfd\x8d\x4f\x2e\xc3\xf5\x37\x4c\x7f\xe3\x93\xcb\x70\xfd\x0d\xd3\xdf\xd8\x72\x71\xfd\x0d\xd3\xdf\xd8\x72\x71\xfd\x0d\xd3\xdf\xd8\x72\x71\xfd\x0d\xd3\xdf\xd8\x72\x71\xfd\x0d\xd3\xdf\xd8\x72\x71\xfd\x0d\xd3\xdf\xd8\x72\x71\xfd\x0d\xd3\xdf\xf8\xe4\x72\xba\xfe\x4e\xe9\x2f\x1d\x9f\x5c\x4e\xd7\xdf\x19\x2c\xed\x93\xcb\xe9\xfa\x3b\xa3\xa5\x7d\x72\x39\x5d\x7f\x67\xb2\xb4\x4f\x2e\xa7\xeb\xef\xcc\x96\xf6\xc9\xe5\x74\xfd\xd9\x98\x95\x8e\x4f\x2e\xa7\xeb\xef\xac\x96\xf6\xc9\xe5\x74\xfd\x9d\xcd\xd2\x3e\xb9\x9c\xae\xbf\xb3\x5b\xda\x27\x97\xd3\xf5\x77\x0e\x4b\xdb\x72\x71\xfd\x9d\xd2\x5f\x0a\x5b\x2e\xae\xbf\xf3\xb2\xb4\x2d\x17\xd7\xdf\x79\x5b\xda\x96\x8b\xeb\xef\x7c\x2c\x6d\xcb\xc5\xf5\x77\x4e\x4b\xdb\x72\x71\xfd\x9d\xaf\xa5\x7d\x72\xb9\x5c\x7f\x97\xe9\x2f\x7c\x72\xb9\x5c\x7f\x97\xe9\x2f\x7c\x72\xb9\x5c\x7f\x97\xe9\x2f\x7c\x72\xb9\x5c\x7f\x97\xe9\x2f\x7c\x72\xb9\x5c\x7f\x86\x0f\x52\xfc\xe4\x72\xb9\xfe\x0c\x1f\xa4\xf8\xc9\xe5\x72\xfd\x5d\xa6\xbf\xf8\xc9\xe5\x72\xfd\x5d\xa6\xbf\xf8\xc9\xe5\x72\xfd\x5d\xa6\xbf\xf8\xc9\xe5\x72\xfd\x5d\xa6\xbf\x3d\x76\x5c\xae\xbf\xcb\xf4\x17\xb7\x5c\x5c\x7f\x97\xe9\x2f\x6e\xb9\xb8\xfe\x2e\xd3\x5f\xec\xdf\xae\x1d\x61\xd7\xff\x16\x9c\x25\xbf\xab\xf7\x32\xf5\xc6\x2d\x36\x57\xef\x65\xea\x4d\x5b\x6c\xae\xde\xcb\xd4\x9b\x3e\xb1\xdd\xae\xde\xdb\xd4\x9b\x3e\xb1\xdd\xae\xde\xdb\xd4\x9b\x3e\xb1\xdd\xae\xde\xdb\xd4\x9b\x3e\xb1\xdd\xae\xde\xdb\xd4\x9b\x3e\xb1\xdd\xae\xde\xdb\xd4\x9b\x3e\xb1\xdd\xae\xde\xdb\xd4\x9b\x3e\xb1\xdd\xae\xde\xdb\xd4\x9b\xbe\xe6\x74\xbb\x7a\x6f\x53\x6f\xfa\xe4\x72\xbb\x7a\x6f\x53\x6f\xfe\xe4\x72\xbb\x7a\x6f\x53\x6f\xde\x72\x71\xf5\xde\xa6\xde\xbc\xe5\xe2\xea\xbd\x4d\xbd\x79\xcb\xc5\xd5\x7b\x9b\x7a\xf3\x96\x8b\xeb\xef\x36\xfd\xe5\x2d\x17\xd7\xdf\x6d\xfa\xcb\x5b\x2e\xae\xbf\xdb\xf4\x97\x3f\xb9\x3c\xae\xbf\xc7\xf4\x97\x3f\xb9\x3c\xae\xbf\xc7\xf4\x97\x3f\xb9\x3c\xae\xbf\xc7\xf4\x57\x3e\xb9\x3c\xae\xbf\xc7\xf4\x57\x3e\xb9\x3c\xae\xbf\xc7\xf4\x57\x3e\xb9\x3c\xae\xbf\xc7\xf4\x57\x3e\xb9\x3c\xae\xbf\xc7\xf4\x57\x3e\xb9\x3c\xae\xbf\xc7\xf4\x57\x3e\xb9\x3c\xae\xbf\xc7\xf4\x57\x3e\xb9\x3c\xae\xbf\xc7\xf4\x57\xb6\x5c\x5c\x7f\x8f\xe9\xaf\x6c\xb9\xb8\xfe\x1e\xd3\x5f\xd9\x72\x71\xfd\x3d\xa6\xbf\xba\xe5\xe2\xfa\x7b\x4c\x7f\x75\xcb\xc5\xf5\xf7\x98\xfe\xea\x96\x8b\xeb\xef\x31\xfd\xd5\x4f\x2e\xd3\xf5\x37\x4d\x7f\xf5\x93\xcb\x74\xfd\x4d\xd3\x5f\xfd\xe4\x32\x5d\x7f\xd3\xf4\x57\x3f\xb9\x4c\xd7\xdf\x34\xfd\xd5\x4f\x2e\xd3\xf5\x37\x4d\x7f\xf5\x93\xcb\x74\xfd\x4d\xd3\xdf\x86\xc3\xd3\xf5\x37\x4d\x7f\x1b\x0e\x4f\xd7\xdf\x34\xfd\x6d\x38\x3c\x5d\x7f\xd3\xf4\xb7\xe1\xf0\x74\xfd\x4d\xd3\xdf\x86\xc3\xd3\xf5\x37\x4d\x7f\x1b\x0e\x4f\xd7\xdf\x34\xfd\x6d\x38\x3c\x5d\x7f\xd3\xf4\xb7\xe1\xf0\x74\xfd\x4d\xd3\xdf\x86\xc3\xd3\xf5\x37\x4d\x7f\x1b\x0e\x4f\xd7\x9f\xd1\xcb\xb4\xe1\xf0\xeb\xfa\x33\x7a\x99\x36\x1c\x7e\x5d\x7f\x46\x2f\xd3\x86\xc3\xaf\xeb\xcf\xe8\x65\xda\x70\xf8\x75\xfd\x19\xbd\x4c\x1b\x0e\xbf\xae\x3f\xa3\x97\x69\xc3\xe1\xd7\xf5\x67\xf4\x32\x6d\x38\xfc\xba\xfe\x8c\x5e\xa6\x0d\x87\x5f\xd7\x9f\xd1\xcb\xb4\xe1\xf0\xeb\xfa\x33\x7a\x99\x36\x1c\x7e\x5d\x7f\x46\x2f\xd3\x86\xc3\xaf\xeb\xcf\xe8\x65\xda\x70\xf8\x75\xfd\x19\xbd\x4c\x1b\x0e\xbf\xae\x3f\xa3\x97\x69\xc3\xe1\xd7\xf5\x67\xf4\x32\x6d\x38\xfc\xba\xfe\x8c\x5e\xa6\x0f\x0e\x07\xa7\x79\xc1\x68\x5e\xfa\xe0\x70\xe8\xd1\xd3\x4c\x0f\x1f\x1c\x0e\x4e\xf3\x82\xd1\xbc\xf4\xc1\xe1\xe0\x34\x2f\x18\xcd\x4b\x1f\x1c\x0e\x4e\xf3\x82\xd1\xbc\xf4\xc1\xe1\xe0\x34\x2f\x18\xcd\xcb\x1f\x1c\x0e\x4e\xf3\x82\xd1\xbc\xfc\xc1\xe1\xe0\x34\x2f\x18\xcd\xcb\x1f\x1c\x0e\x4e\xf3\x82\xd1\xbc\xfc\xc1\xe1\xe0\x34\x2f\x18\xcd\xcb\xc7\x96\xcb\xe5\x69\x97\xa5\x6d\xb9\xdc\x9e\x76\x5b\xda\x96\xcb\xe3\x69\x8f\xa5\x6d\xb9\x4c\x4f\x9b\x96\xb6\xe5\xf2\x7a\xda\x6b\x69\x9f\x5c\x9c\xe6\x05\xa3\x79\xf9\x83\xc3\xc1\x69\x5e\x30\x9a\x97\x3f\x38\x1c\x9c\xe6\x05\xa3\x79\xf9\x83\xc3\xc1\x69\x5e\x30\x9a\x97\x3f\x38\x1c\x9c\xe6\x05\xa3\x79\xf9\x83\xc3\xc1\x69\x5e\x30\x9a\x97\x3f\x38\x1c\x9c\xe6\x05\xa3\x79\xf9\x83\xc3\xc1\x69\x5e\x30\x9a\x97\x3f\x38\x1c\x9c\xe6\x05\xa3\x79\xf9\x83\xc3\xc1\x69\x5e\x30\x9a\x97\xc3\x96\x8b\xeb\xcf\x68\x5e\x8e\x5b\x2e\xae\x3f\xa3\x79\x39\x6e\xb9\xb8\xfe\x8c\xe6\xe5\xb8\xe5\xe2\xfa\x33\x9a\x97\xe3\x96\x8b\xeb\xcf\x68\x5e\x8e\x5b\x2e\xae\x3f\xa3\x79\xf9\x83\xc3\xc1\x69\x5e\x30\x9a\x97\x3f\x38\x1c\x9c\xe6\x05\xa3\x79\xf9\x83\xc3\xc1\x69\x5e\x30\x9a\x97\xff\x4a\x38\x1c\x9c\x05\x06\x63\x81\xf9\x83\xc3\xc1\x59\x60\x30\x16\x98\x3f\x38\x1c\x9c\x05\x06\x63\x81\xf9\x83\xc3\xc1\x59\x60\x30\x16\x98\x3f\x38\x1c\x9c\x05\x06\x63\x81\xf9\x83\xc3\xc1\x59\x60\x30\x16\x98\x3f\x38\x1c\x9c\x05\x06\x63\x81\x39\x6d\xb1\xb9\x7a\x8d\x05\xe6\xb4\xc5\xe6\xea\x35\x16\x98\xd3\x16\x9b\xab\xd7\x58\x60\xfe\xe0\x70\x70\x16\x18\x8c\x05\xe6\xb4\xe5\xe2\xea\x35\x16\x98\xf3\x96\x8b\xab\xd7\x58\x60\xfe\xe0\x70\x70\x16\x18\x8c\x05\xe6\x0f\x0e\x07\x67\x81\xc1\x58\x60\xfe\xe0\x70\x70\x16\x18\x8c\x05\xe6\x0f\x0e\x07\x67\x81\xc1\x58\x60\xfe\xe0\x70\x70\x16\x18\x8c\x05\xe6\x0f\x0e\x07\x67\x81\xc1\x58\x60\xfe\xe0\x70\x70\x16\x18\x8c\x05\xe6\x0f\x0e\x07\x67\x81\xc1\x58\x60\xfe\xe0\x70\x70\x16\x18\x8c\x05\xe6\x0f\x0e\x07\x67\x81\xc1\x58\x60\x2e\x5b\x2e\xae\x3f\x63\x81\xb9\x6c\xb9\xb8\xfe\x8c\x05\xe6\xb2\xe5\xe2\xfa\x33\x16\x98\xcb\x96\x8b\xeb\xcf\x68\x5e\x2e\x5b\x2e\xae\x3f\xa3\x79\xb9\x6c\xb9\xb8\xfe\x8c\xe6\xe5\x0f\x0e\x07\xa7\x79\xc1\x68\x5e\xfe\xe0\x70\x70\x9a\x17\x8c\xe6\xe5\x0f\x0e\x07\xa7\x79\xc1\x68\x5e\xfe\xe0\x70\x70\x9a\x17\x8c\xe6\xe5\x0f\x0e\x07\xa7\x79\xc1\x68\x5e\xfe\xe0\x70\x70\x9a\x17\x8c\xe6\xe5\x0f\x0e\x07\xa7\x79\xc1\x68\x5e\xfe\xe0\x70\x70\x9a\x17\x8c\xe6\xe5\x0f\x0e\x07\xa7\x79\xc1\x68\x5e\xfe\xe0\x70\x70\x9a\x17\x8c\xe6\xe5\xba\xe5\xe2\xfa\x33\x9a\x97\xeb\x96\x8b\xeb\xcf\x68\x5e\xae\x5b\x2e\xae\x3f\xa3\x79\xb9\x6d\xb9\xb8\xfe\x8c\xe6\xe5\xb6\xe5\xe2\xfa\x33\x9a\x97\xdb\x96\x8b\xeb\xcf\x68\x5e\xfe\xe0\x70\x70\x9a\x17\x8c\xe6\xe5\x0f\x0e\x07\xa7\x79\xc1\x68\x5e\xfe\xe0\x70\x70\x9a\x17\x8c\xe6\xe5\x0f\x0e\x07\xa7\x79\xc1\x68\x5e\xfe\xe0\x70\x70\x9a\x17\x8c\xe6\xe5\x0f\x0e\x07\xa7\x79\xc1\x68\x5e\xfe\xe0\x70\x70\x9a\x17\x8c\xe6\xe5\x0f\x0e\x07\xa7\x79\xc1\x68\x5e\xfe\xe0\x70\x70\x9a\x17\x8c\xe6\xe5\x0f\x0e\x07\xa7\x79\xc1\x68\x5e\xee\x5b\x2e\xae\x3f\xa3\x79\xb9\x6f\xb9\xb8\xfe\x8c\xe6\xe5\xbe\xe5\xe2\xfa\x33\x9a\x97\xfb\x96\x8b\xeb\xcf\x68\x5e\xee\x5b\x2e\xae\x3f\xa3\x79\xb9\x6f\xb9\xb8\xfe\x8c\xe6\xe5\x0f\x0e\x07\xa7\x79\xc1\x68\x5e\xfe\xe0\x70\x70\x9a\x17\x8c\xe6\xe5\x0f\x0e\x07\xa7\x79\xc1\x68\x5e\xfe\xe0\x70\x70\x9a\x17\x8c\xe6\xe5\x0f\x0e\x07\xa7\x79\xc1\x68\x5e\xde\x70\xd8\x69\x5e\x30\x9a\x97\x37\x1c\x76\x9a\x17\x8c\xe6\xe5\x0d\x87\x9d\xe6\x05\xa3\x79\x79\xc3\x61\xa7\x79\xc1\x68\x5e\xde\x70\xd8\x69\x5e\x30\x9a\x97\x37\x1c\x76\x9a\x17\x8c\xe6\x95\x0d\x87\x9d\xe6\x05\xa3\x79\x65\xc3\x61\xa7\x79\xc1\x68\x5e\xd9\x70\xd8\x69\x5e\x30\x9a\x57\x36\x1c\x76\x9a\x17\x8c\xe6\x95\x0d\x87\x9d\xe6\x05\xa3\x79\x65\xc3\x61\xa7\x79\xc1\x68\x5e\xd9\x70\xd8\x69\x5e\x30\x9a\x57\x36\x1c\x76\x9a\x17\x8c\xe6\x95\x0d\x87\x9d\xe6\x05\xa3\x79\x65\xc3\x61\xa7\x79\xc1\x68\x5e\xd9\x70\xd8\x69\x5e\x30\x9a\x57\x36\x1c\x76\x9a\x17\x8c\xe6\x95\x0d\x87\x9d\xe6\x05\xa3\x79\x65\xc3\x61\xa7\x79\xc1\x68\x5e\xd9\x70\xd8\x69\x5e\x30\x9a\x57\x36\x1c\x76\x9a\x17\x8c\xe6\x95\x0d\x87\x9d\xe6\x05\xa3\x79\x65\xc3\x61\xa7\x79\xc1\x68\x5e\xd9\x70\xd8\x69\x5e\x30\x9a\x57\x36\x1c\x76\x9a\x17\x8c\xe6\x95\x0f\x0e\x47\xa7\x79\xd1\x68\x5e\xf9\xe0\x70\x74\x9a\x17\x8d\xe6\x95\x0f\x0e\x47\xa7\x79\xd1\x68\x5e\xf9\xe0\x70\x74\x9a\x17\x8d\xe6\x95\x0f\x0e\x47\xa7\x79\xd1\x68\x5e\xf9\xe0\x70\x74\x9a\x17\x8d\xe6\x95\x0f\x0e\x47\xa7\x79\xd1\x68\x5e\xf9\xe0\x70\x74\x9a\x17\x8d\xe6\x95\xbf\x12\x0e\x47\x67\x81\xd1\x58\x60\xf9\xe0\x70\x74\x16\x18\x8d\x05\x96\xb4\xc5\x76\x79\x9a\xa9\x29\x6d\xb1\xdd\x9e\x66\x6a\x4a\x5b\x6c\x8f\xa7\x99\x9a\xd2\x16\xdb\xf4\x34\x53\x53\xda\x62\x7b\x3d\xcd\xba\xd9\x07\x87\xa3\xb3\xc0\x68\x2c\xb0\x7c\x70\x38\x3a\x0b\x8c\xc6\x02\xcb\x07\x87\xa3\xb3\xc0\x68\x2c\xb0\x7c\x70\x38\x3a\x0b\x8c\xc6\x02\xcb\x07\x87\xa3\xb3\xc0\x68\x2c\xb0\x7c\x70\x38\x3a\x0b\x8c\xc6\x02\xcb\x07\x87\xa3\xb3\xc0\x68\x2c\xb0\x7c\x70\x38\x3a\x0b\x8c\xc6\x02\xcb\x07\x87\xa3\xb3\xc0\x68\x2c\xb0\x7c\x70\x38\x3a\x0b\x8c\xc6\x02\x4b\xde\x72\x71\xfd\x19\x0b\x2c\x79\xcb\xc5\xf5\x67\x2c\xb0\xe4\x2d\x17\xd7\x9f\xb1\xc0\x92\xb7\x5c\x5c\x7f\xc6\x02\x4b\xde\x72\x71\xfd\x19\x0b\x2c\x65\xcb\xc5\xf5\x67\x2c\xb0\x7c\x70\x38\x3a\x0b\x8c\xc6\x02\xcb\x07\x87\xa3\xb3\xc0\x68\x2c\xb0\x7c\x70\x38\x3a\x0b\x8c\xc6\x02\xcb\x07\x87\xa3\xd3\xbc\x68\x34\xaf\x7c\x70\x38\x3a\xcd\x8b\x46\xf3\xca\x07\x87\xa3\xd3\xbc\x68\x34\xaf\x7c\x70\x38\x3a\xcd\x8b\x46\xf3\xca\x07\x87\xa3\xd3\xbc\x68\x34\xaf\x7c\x70\x38\x3a\xcd\x8b\x46\xf3\xca\x07\x87\xa3\xd3\xbc\x68\x34\xaf\xd4\x2d\x17\xd7\x9f\xd1\xbc\x52\xb7\x5c\x5c\x7f\x46\xf3\x4a\xdd\x72\x71\xfd\x19\xcd\x2b\x75\xcb\xc5\xf5\x67\x34\xaf\xd4\x2d\x17\xd7\x9f\xd1\xbc\x52\xb7\x5c\x5c\x7f\x46\xf3\xca\x07\x87\xa3\xd3\xbc\x68\x34\xaf\x7c\x70\x38\x3a\xcd\x8b\x46\xf3\xca\x07\x87\xa3\xd3\xbc\x68\x34\xaf\x7c\x70\x38\x3a\xcd\x8b\x46\xf3\xca\x07\x87\xa3\xd3\xbc\x68\x34\xaf\x7c\x70\x38\x3a\xcd\x8b\x46\xf3\xca\x07\x87\xa3\xd3\xbc\x68\x34\xaf\x7c\x70\x38\x3a\xcd\x8b\x46\xf3\xca\x07\x87\xa3\xd3\xbc\x68\x34\xaf\x7c\x70\x38\x3a\xcd\x8b\x46\xf3\x4a\xdb\x72\x71\xfd\x19\xcd\x2b\x6d\xcb\xc5\xf5\x67\x34\xaf\xb4\x2d\x17\xd7\x9f\xd1\xbc\xd2\xb7\x5c\x5c\x7f\x46\xf3\x4a\xdf\x72\x71\xfd\x19\xcd\x2b\x7d\xcb\xc5\xf5\x67\x34\xaf\x7c\x70\x38\x3a\xcd\x8b\x46\xf3\xca\x07\x87\xa3\xd3\xbc\x68\x34\xaf\x7c\x70\x38\x3a\xcd\x8b\x46\xf3\xca\x07\x87\xa3\xd3\xbc\x68\x34\xaf\x7c\x70\x38\x3a\xcd\x8b\x46\xf3\xca\x07\x87\xa3\xd3\xbc\x68\x34\xaf\x7c\x70\x38\x3a\xcd\x8b\x46\xf3\xca\x07\x87\xa3\xd3\xbc\x68\x34\xaf\x7c\x70\x38\x3a\xcd\x8b\x46\xf3\xca\x07\x87\xa3\xd3\xbc\x68\x34\xaf\x8c\x2d\x17\xd7\x9f\xd1\xbc\x32\xb6\x5c\x5c\x7f\x46\xf3\xca\xd8\x72\x71\xfd\x19\xcd\x2b\x63\xcb\xc5\xf5\x67\x34\xaf\x8c\x2d\x17\xd7\x9f\xd1\xbc\x32\xb6\x5c\x5c\x7f\x46\xf3\xca\x07\x87\xa3\xd3\xbc\x68\x34\xaf\x7e\x70\x38\x3a\xcd\x8b\x46\xf3\xea\x07\x87\xa3\xd3\xbc\x68\x34\xaf\x7e\x70\x38\x3a\xcd\x8b\x46\xf3\xea\x07\x87\xa3\xd3\xbc\x68\x34\xaf\x7e\x70\x38\x3a\xcd\x8b\x46\xf3\xea\x07\x87\xa3\xd3\xbc\x68\x34\xaf\x7e\x70\x38\x3a\xcd\x8b\x46\xf3\xea\x07\x87\xa3\xd3\xbc\x68\x34\xaf\x7e\x70\x38\x3a\xcd\x8b\x46\xf3\xea\xb1\xe5\xe2\xfa\x33\x9a\x57\xc3\x96\x8b\xeb\xcf\x68\x5e\x0d\x5b\x2e\xae\x3f\xa3\x79\x35\x6c\xb9\xb8\xfe\x8c\xe6\xd5\xb0\xe5\xe2\xfa\x33\x9a\x57\xc3\x96\x8b\xeb\xcf\x68\x5e\xfd\xe0\x70\x74\x9a\x17\x8d\xe6\xd5\x0f\x0e\x47\xa7\x79\xd1\x68\x5e\xfd\xe0\x70\x74\x9a\x17\x8d\xe6\xd5\x0f\x0e\x47\xa7\x79\xd1\x68\x5e\xfd\xe0\x70\x74\x9a\x17\x8d\xe6\xd5\x0d\x87\x9d\xe6\x45\xa3\x79\x75\xc3\x61\xa7\x79\xd1\x68\x5e\xdd\x70\xd8\x69\x5e\x34\x9a\x57\x37\x1c\x76\x9a\x17\x8d\xe6\xd5\x0d\x87\x9d\xe6\x45\xa3\x79\x75\xc3\x61\xa7\x79\xd1\x68\x5e\xdd\x70\xd8\x69\x5e\x34\x9a\x57\x37\x1c\x76\x9a\x17\x8d\xe6\xd5\xbf\x16\x0e\x3b\x0b\x8c\xc6\x02\xeb\x86\xc3\xce\x02\xa3\xb1\xc0\xba\xe1\xb0\xb3\xc0\x68\x2c\xb0\x6e\x38\xec\x2c\x30\x1a\x0b\xac\x1b\x0e\x3b\x0b\x8c\xc6\x02\xeb\x86\xc3\xce\x02\xa3\xb1\xc0\xba\xe1\xb0\xb3\xc0\x68\x2c\xb0\x6e\x38\xec\x2c\x30\x1a\x0b\xac\x1b\x0e\x3b\x0b\x8c\xc6\x02\xeb\x86\xc3\xce\x02\xa3\xb1\xc0\xba\xe1\xb0\xb3\xc0\x68\x2c\xb0\x6e\x38\xec\x2c\x30\x1a\x0b\xac\x1b\x0e\x3b\x0b\x8c\xc6\x02\xeb\x86\xc3\xce\x02\xa3\xb1\xc0\xba\xe1\xb0\xb3\xc0\x68\x2c\xb0\x6e\x38\xec\x2c\x30\x1a\x0b\xac\x1b\x0e\x3b\x0b\x8c\xc6\x02\xeb\x86\xc3\xce\x02\xa3\xb1\xc0\xfa\xc1\xe1\xe4\x2c\x30\x19\x0b\xac\x1f\x1c\x4e\xce\x02\x93\xb1\xc0\xfa\xc1\xe1\xe4\x2c\x30\x19\x0b\xac\x1f\x1c\x4e\xce\x02\x93\xb1\xc0\xfa\xc1\xe1\xe4\x2c\x30\x19\x0b\xac\x1f\x1c\x4e\xce\x02\x93\xb1\xc0\xfa\xc1\xe1\xe4\x2c\x30\x19\x0b\xac\x1f\x1c\x4e\xce\x02\x93\xb1\xc0\xfa\xc1\xe1\xe4\x34\x2f\x19\xcd\xab\x1f\x1c\x4e\x4e\xf3\x92\xd1\xbc\x5a\xb6\x5c\x2e\x4f\x33\x3d\x94\x2d\x97\xdb\xd3\x4c\x0f\x65\xcb\xe5\xf1\x34\xd3\x43\xd9\x72\x99\x9e\x66\x7a\xa8\x5b\x2e\xaf\xa7\x59\x3f\xfa\xe0\x70\x72\x9a\x97\x8c\xe6\xd5\x0f\x0e\x27\xa7\x79\xc9\x68\x5e\xfd\xe0\x70\x72\x9a\x97\x8c\xe6\xd5\x0f\x0e\x27\xa7\x79\xc9\x68\x5e\xfd\xe0\x70\x72\x9a\x97\x8c\xe6\xd5\x0f\x0e\x27\xa7\x79\xc9\x68\x5e\xfd\xe0\x70\x72\x9a\x97\x8c\xe6\xd5\x0f\x0e\x27\xa7\x79\xc9\x68\x5e\xfd\xe0\x70\x72\x9a\x97\x8c\xe6\xd5\x0f\x0e\x27\xa7\x79\xc9\x68\x5e\x6d\x5b\x2e\xae\x3f\xa3\x79\xb5\x6d\xb9\xb8\xfe\x8c\xe6\xd5\xb6\xe5\xe2\xfa\x33\x9a\x57\xdb\x96\x8b\xeb\xcf\x68\x5e\x6d\x5b\x2e\xae\x3f\xa3\x79\xb5\x6d\xb9\xb8\xfe\x8c\xe6\xd5\x0f\x0e\x27\xa7\x79\xc9\x68\x5e\xfd\xe0\x70\x72\x9a\x97\x8c\xe6\xd5\x0f\x0e\x27\xa7\x79\xc9\x68\x5e\xfd\xe0\x70\x72\x9a\x97\x8c\xe6\xd5\x0f\x0e\x27\xa7\x79\xc9\x68\x5e\xfd\xe0\x70\x72\x9a\x97\x8c\xe6\xd5\x0f\x0e\x27\xa7\x79\xc9\x68\x5e\xfd\xe0\x70\x72\x9a\x97\x8c\xe6\xd5\x0f\x0e\x27\xa7\x79\xc9\x68\x5e\xfd\xe0\x70\x72\x9a\x97\x8c\xe6\xd5\xbe\xe5\xe2\xfa\x33\x9a\x57\xfb\x96\x8b\xeb\xcf\x68\x5e\xed\x5b\x2e\xae\x3f\xa3\x79\x75\x6c\xb9\xb8\xfe\x8c\xe6\xd5\xb1\xe5\xe2\xfa\x33\x9a\x57\xc7\x96\x8b\xeb\xcf\x68\x5e\xfd\xe0\x70\x72\x9a\x97\x8c\xe6\xd5\x0f\x0e\x27\xa7\x79\xc9\x68\x5e\xfd\xe0\x70\x72\x9a\x97\x8c\xe6\xd5\x0f\x0e\x27\xa7\x79\xc9\x68\x5e\xfd\xe0\x70\x72\x9a\x97\x8c\xe6\xd5\x0f\x0e\x27\xa7\x79\xc9\x68\x5e\xfd\xe0\x70\x72\x9a\x97\x8c\xe6\xb5\x0f\x0e\x27\xa7\x79\xc9\x68\x5e\xfb\xe0\x70\x72\x9a\x97\x8c\xe6\xb5\x0f\x0e\x27\xa7\x79\xc9\x68\x5e\x3b\xb6\x5c\x5c\x7f\x46\xf3\xda\xb1\xe5\xe2\xfa\x33\x9a\xd7\x8e\x2d\x17\xd7\x9f\xd1\xbc\x76\x6c\xb9\xb8\xfe\x8c\xe6\xb5\x63\xcb\xc5\xf5\x67\x34\xaf\x1d\x5b\x2e\xae\x3f\xa3\x79\xed\x83\xc3\xc9\x69\x5e\x32\x9a\xd7\x3e\x38\x9c\x9c\xe6\x25\xa3\x79\xed\x83\xc3\xc9\x69\x5e\x32\x9a\xd7\x3e\x38\x9c\x9c\xe6\x25\xa3\x79\xed\x83\xc3\xc9\x69\x5e\x32\x9a\xd7\x3e\x38\x9c\x9c\xe6\x25\xa3\x79\xed\x83\xc3\xc9\x69\x5e\x32\x9a\xd7\x3e\x38\x9c\x9c\xe6\x25\xa3\x79\xed\x83\xc3\xc9\x69\x5e\x32\x9a\xd7\x3e\x38\x9c\x9c\xe6\x25\xa3\x79\x2d\x6c\xb9\xb8\xfe\x8c\xe6\xb5\xb8\xe5\xe2\xfa\x33\x9a\xd7\xe2\x96\x8b\xeb\xcf\x68\x5e\x8b\x5b\x2e\xae\x3f\xa3\x79\x2d\x6e\xb9\xb8\xfe\x8c\xe6\xb5\xb8\xe5\xe2\xfa\x33\x9a\xd7\x3e\x38\x9c\x9c\xe6\x25\xa3\x79\xed\x83\xc3\xc9\x69\x5e\x32\x9a\xd7\x3e\x38\x9c\x9c\xe6\x25\xa3\x79\xed\xaf\x84\xc3\xc9\x59\x60\x32\x16\xd8\x3e\x38\x9c\x9c\x05\x26\x63\x81\xed\x83\xc3\xc9\x59\x60\x32\x16\xd8\x3e\x38\x9c\x9c\x05\x26\x63\x81\xed\x83\xc3\xc9\x59\x60\x32\x16\xd8\x3e\x38\x9c\x9c\x05\x26\x63\x81\xed\x83\xc3\xc9\x59\x60\x32\x16\xd8\xd2\x16\x9b\xab\xd7\x58\x60\x4b\x5b\x6c\xae\x5e\x63\x81\x2d\x6d\xb1\xb9\x7a\x8d\x05\xb6\x0f\x0e\x27\x67\x81\xc9\x58\x60\x4b\x5b\x2e\xae\x5e\x63\x81\x2d\x6f\xb9\xb8\x7a\x8d\x05\xb6\x0f\x0e\x27\x67\x81\xc9\x58\x60\xfb\xe0\x70\x72\x16\x98\x8c\x05\xb6\x0f\x0e\x27\x67\x81\xc9\x58\x60\xfb\xe0\x70\x72\x16\x98\x8c\x05\xb6\x0f\x0e\x27\x67\x81\xc9\x58\x60\xdb\x70\xd8\x59\x60\x32\x16\xd8\x36\x1c\x76\x16\x98\x8c\x05\xb6\x0d\x87\x9d\x05\x26\x63\x81\x6d\xc3\x61\x67\x81\xc9\x58\x60\xdb\x70\xd8\x59\x60\x32\x16\xd8\x36\x1c\x76\x16\x98\x8c\x05\xb6\x0d\x87\x9d\x05\x26\x63\x81\x6d\xc3\x61\x67\x81\xc9\x58\x60\xdb\x70\xd8\x69\x5e\x32\x9a\xd7\x36\x1c\x76\x9a\x97\x8c\xe6\xb5\x0d\x87\x9d\xe6\x25\xa3\x79\x6d\xc3\x61\xa7\x79\xc9\x68\x5e\xdb\x70\xd8\x69\x5e\x32\x9a\xd7\x36\x1c\x76\x9a\x97\x8c\xe6\xb5\x0d\x87\x9d\xe6\x25\xa3\x79\x6d\xc3\x61\xa7\x79\xc9\x68\x5e\xdb\x70\xd8\x69\x5e\x32\x9a\xd7\x36\x1c\x76\x9a\x97\x8c\xe6\xb5\x0d\x87\x9d\xe6\x25\xa3\x79\x6d\xc3\x61\xa7\x79\xc9\x68\x5e\xdb\x70\xd8\x69\x5e\x32\x9a\xd7\x36\x1c\x76\x9a\x97\x8c\xe6\xb5\x0d\x87\x9d\xe6\x25\xa3\x79\x6d\xc3\x61\xa7\x79\xc9\x68\x5e\xdb\x70\xd8\x69\x5e\x32\x9a\xd7\x36\x1c\x76\x9a\x97\x8c\xe6\xb5\x0f\x0e\x67\xa7\x79\xd9\x68\x5e\xfb\xe0\x70\x76\x9a\x97\x8d\xe6\xb5\x0f\x0e\x67\xa7\x79\xd9\x68\x5e\xfb\xe0\x70\x76\x9a\x97\x8d\xe6\xb5\x0f\x0e\x67\xa7\x79\xd9\x68\x5e\xfb\xe0\x70\x76\x9a\x97\x8d\xe6\xb5\x0f\x0e\x67\xa7\x79\xd9\x68\x5e\xfb\xe0\x70\x76\x9a\x97\x8d\xe6\xb5\x0f\x0e\x67\xa7\x79\xd9\x68\x5e\xfb\xe0\x70\x76\x9a\x97\x8d\xe6\xb5\xbe\xe5\x72\x79\x9a\xe9\xa1\x6f\xb9\xdc\x9e\x66\x7a\xe8\x5b\x2e\x8f\xa7\x99\x1e\xfa\x96\xcb\xf4\x34\xd3\x43\xdf\x72\x79\x3d\xcd\xfa\xd1\x07\x87\xb3\xd3\xbc\x6c\x34\xaf\x7d\x70\x38\x3b\xcd\xcb\x46\xf3\xda\x07\x87\xb3\xd3\xbc\x6c\x34\xaf\x7d\x70\x38\x3b\xcd\xcb\x46\xf3\xda\x07\x87\xb3\xd3\xbc\x6c\x34\xaf\x7d\x70\x38\x3b\xcd\xcb\x46\xf3\xda\x07\x87\xb3\xd3\xbc\x6c\x34\xaf\x7d\x70\x38\x3b\xcd\xcb\x46\xf3\xda\x07\x87\xb3\xd3\xbc\x6c\x34\xaf\x7d\x70\x38\x3b\xcd\xcb\x46\xf3\xda\xd8\x72\x71\xfd\x19\xcd\x6b\x63\xcb\xc5\xf5\x67\x34\xaf\x8d\x2d\x17\xd7\x9f\xd1\xbc\x7e\x6c\xb9\xb8\xfe\x8c\xe6\xf5\x63\xcb\xc5\xf5\x67\x34\xaf\x1f\x5b\x2e\xae\x3f\xa3\x79\xfd\x83\xc3\xd9\x69\x5e\x36\x9a\xd7\x3f\x38\x9c\x9d\xe6\x65\xa3\x79\xfd\x83\xc3\xd9\x69\x5e\x36\x9a\xd7\x3f\x38\x9c\x9d\xe6\x65\xa3\x79\xfd\x83\xc3\xd9\x69\x5e\x36\x9a\xd7\x3f\x38\x9c\x9d\xe6\x65\xa3\x79\xfd\x83\xc3\xd9\x69\x5e\x36\x9a\xd7\x3f\x38\x9c\x9d\xe6\x65\xa3\x79\xfd\x83\xc3\xd9\x69\x5e\x36\x9a\xd7\x3f\x38\x9c\x9d\xe6\x65\xa3\x79\x3d\x6c\xb9\xb8\xfe\x8c\xe6\xf5\xb0\xe5\xe2\xfa\x33\x9a\xd7\xc3\x96\x8b\xeb\xcf\x68\x5e\x0f\x5b\x2e\xae\x3f\xa3\x79\x3d\x6c\xb9\xb8\xfe\x8c\xe6\xf5\xb0\xe5\xe2\xfa\x33\x9a\xd7\x3f\x38\x9c\x9d\xe6\x65\xa3\x79\xfd\x83\xc3\xd9\x69\x5e\x36\x9a\xd7\x3f\x38\x9c\x9d\xe6\x65\xa3\x79\xfd\x83\xc3\xd9\x69\x5e\x36\x9a\xd7\x3f\x38\x9c\x9d\xe6\x65\xa3\x79\xfd\x83\xc3\xd9\x69\x5e\x36\x9a\xd7\x3f\x38\x9c\x9d\xe6\x65\xa3\x79\xfd\x83\xc3\xd9\x69\x5e\x36\x9a\xd7\x3f\x38\x9c\x9d\xe6\x65\xa3\x79\xfd\xaf\x84\xc3\xd9\x59\x60\x36\x16\xd8\xe3\x16\x9b\xab\xd7\x58\x60\x4f\x5b\x6c\xae\x5e\x63\x81\x3d\x6d\xb1\xb9\x7a\x8d\x05\xf6\xb4\xc5\xe6\xea\x35\x16\xd8\xd3\x16\x9b\xab\xd7\x58\x60\x4f\x5b\x6c\xae\x5e\x63\x81\xfd\x83\xc3\xd9\x59\x60\x36\x16\xd8\x3f\x38\x9c\x9d\x05\x66\x63\x81\xfd\x83\xc3\xd9\x59\x60\x36\x16\xd8\x3f\x38\x9c\x9d\x05\x66\x63\x81\xfd\x83\xc3\xd9\x59\x60\x36\x16\xd8\x3f\x38\x9c\x9d\x05\x66\x63\x81\xfd\x83\xc3\xd9\x59\x60\x36\x16\xd8\x3f\x38\x9c\x9d\x05\x66\x63\x81\xfd\x83\xc3\xd9\x59\x60\x36\x16\xd8\x3f\x38\x9c\x9d\x05\x66\x63\x81\x3d\x6f\xb9\xb8\xfe\x8c\x05\xf6\xbc\xe5\xe2\xfa\x33\x16\xd8\xf3\x96\x8b\xeb\xcf\x58\x60\xcf\x5b\x2e\xae\x3f\x63\x81\x3d\x6f\xb9\xb8\xfe\x8c\x05\xf6\xb2\xe5\xe2\xfa\x33\x16\xd8\x3f\x38\x9c\x9d\x05\x66\x63\x81\xfd\x83\xc3\xd9\x59\x60\x36\x16\xd8\x3f\x38\x9c\x9d\x05\x66\x63\x81\xfd\x83\xc3\xd9\x69\x5e\x36\x9a\xd7\x3f\x38\x9c\x9d\xe6\x65\xa3\x79\xfd\x83\xc3\xd9\x69\x5e\x36\x9a\xd7\x3f\x38\x9c\x9d\xe6\x65\xa3\x79\xfd\x83\xc3\xd9\x69\x5e\x36\x9a\xd7\x3f\x38\x9c\x9d\xe6\x65\xa3\x79\xfd\x83\xc3\xd9\x69\x5e\x36\x9a\xd7\xeb\x96\x8b\xeb\xcf\x68\x5e\xaf\x5b\x2e\xae\x3f\xa3\x79\xbd\x6e\xb9\xb8\xfe\x8c\xe6\xf5\xba\xe5\xe2\xfa\x33\x9a\xd7\xeb\x96\x8b\xeb\xcf\x68\x5e\xaf\x5b\x2e\xae\x3f\xa3\x79\xfd\x83\xc3\xd9\x69\x5e\x36\x9a\xd7\x3f\x38\x9c\x9d\xe6\x65\xa3\x79\xfd\x83\xc3\xd9\x69\x5e\x36\x9a\xd7\x3f\x38\x9c\x9d\xe6\x65\xa3\x79\xfd\x83\xc3\xd9\x69\x5e\x36\x9a\xd7\x37\x1c\x76\x9a\x97\x8d\xe6\xf5\x0d\x87\x9d\xe6\x65\xa3\x79\x7d\xc3\x61\xa7\x79\xd9\x68\x5e\xdf\x70\xd8\x69\x5e\x36\x9a\xd7\x37\x1c\x76\x9a\x97\x8d\xe6\xf5\x0d\x87\x9d\xe6\x65\xa3\x79\x7d\xc3\x61\xa7\x79\xd9\x68\x5e\xdf\x70\xd8\x69\x5e\x36\x9a\xd7\x37\x1c\x76\x9a\x97\x8d\xe6\xf5\x0d\x87\x9d\xe6\x65\xa3\x79\x7d\xc3\x61\xa7\x79\xd9\x68\x5e\xdf\x70\xd8\x69\x5e\x36\x9a\xd7\x37\x1c\x76\x9a\x97\x8d\xe6\xf5\x0d\x87\x9d\xe6\x65\xa3\x79\x7d\xc3\x61\xa7\x79\xd9\x68\x5e\xdf\x70\xd8\x69\x5e\x36\x9a\xd7\x37\x1c\x76\x9a\x97\x8d\xe6\xf5\x0d\x87\x9d\xe6\x65\xa3\x79\x7d\xc3\x61\xa7\x79\xd9\x68\x5e\xdf\x70\xd8\x69\x5e\x36\x9a\xd7\x37\x1c\x76\x9a\x97\x8d\xe6\xf5\x0d\x87\x9d\xe6\x65\xa3\x79\x7d\xc3\x61\xa7\x79\xd9\x68\x5e\xdf\x70\xd8\x69\x5e\x36\x9a\xd7\x37\x1c\x76\x9a\x97\x8d\xe6\xf5\x0d\x87\x9d\xe6\x65\xa3\x79\xfd\x83\xc3\xc5\x69\x5e\x31\x9a\xd7\x3f\x38\x5c\x9c\xe6\x15\xa3\x79\xe3\x83\xc3\xc5\x69\x5e\x31\x9a\x37\x3e\x38\x5c\x9c\xe6\x15\xa3\x79\xe3\x83\xc3\xc5\x69\x5e\x31\x9a\x37\x3e\x38\x5c\x9c\xe6\x15\xa3\x79\xe3\x83\xc3\xc5\x69\xde\x0a\x76\xd2\x4c\x2e\x65\x74\x9d\xa2\xa4\xa0\x9e\xab\xd9\xd2\xb6\x1e\x8a\xd1\x84\xc1\x7d\x21\x44\x9c\x9e\x76\x5a\x5a\xff\xd2\x2e\x4f\xbb\x2c\x6d\x7c\x69\xb7\xa7\x49\x0f\x83\x7b\xf6\x88\x78\x3c\xed\xb1\xb4\xf0\xa5\x4d\x4f\x9b\x96\x16\xbf\xb4\xd7\xd3\x5e\x4b\x4b\x96\xe6\x34\xa1\x18\x4d\x18\x5c\x55\x46\x84\xeb\xcf\x68\x82\xee\x6b\x21\xc2\xf5\x67\x34\x41\x37\x93\x10\xe1\xfa\x33\x9a\xa0\xeb\x3c\x88\x70\xfd\x19\x4d\x18\xe1\x93\x8b\xd3\x84\x62\x34\x61\x84\x4f\x2e\x4e\x13\x8a\xd1\x04\x5d\xb6\x4a\x84\xeb\xcf\x68\xc2\x88\x9f\x5c\x9c\x26\x14\xa3\x09\x3a\x69\x99\x08\xd7\x9f\xd1\x04\x9d\x0b\x4d\x84\xeb\xcf\x68\x82\x4e\x25\x26\xc2\xf5\x67\x34\x61\xc4\x2d\x17\xd7\x9f\xd1\x84\x11\xb7\x5c\x5c\x7f\x46\x13\x46\xdc\x72\x71\xfd\x19\x4d\x18\xb1\x87\xbf\x06\x0e\x17\x67\x11\xc5\x58\xc4\x88\x9f\xd8\x9c\x45\x14\x63\x11\x23\x7d\x62\x73\x16\x51\x8c\x45\x8c\xf4\x89\xcd\x59\x44\x31\x16\x31\xd2\x27\x36\x67\x11\xc5\x58\xc4\x48\x9f\xd8\x9c\x45\x14\x63\x11\xba\xf0\x9e\x08\x57\xaf\xb1\x88\x91\x3e\xb1\x39\x8b\x28\xc6\x22\x74\x39\x36\x11\xae\x5e\x63\x11\xba\x8c\x9a\x08\x57\xaf\xb1\x88\x91\xbe\xe6\xe4\x34\xa1\x18\x4d\x18\x69\xcb\xc5\xd5\x6b\x34\x61\xe4\x2d\x17\x57\xaf\xd1\x84\x91\xb7\x5c\x5c\xbd\x46\x13\x46\xde\x72\x71\xf5\x1a\x4d\x18\x79\xcb\xc5\xd5\x6b\x34\x61\xe4\x2d\x17\xd7\x9f\xd1\x84\x91\x3f\xb9\x38\x4d\x28\x46\x13\x46\xfe\xe4\xe2\x34\xa1\x18\x4d\xd0\x7d\xac\x44\xb8\xfe\x8c\x26\xe8\x52\x52\x22\x5c\x7f\x46\x13\x74\x19\x29\x11\xae\x3f\xa3\x09\xba\xec\x92\x08\xd7\x9f\xd1\x04\xdd\xe2\x46\x84\xeb\xcf\x68\x82\xae\xad\x24\xc2\xf5\x67\x34\x41\xd7\x27\x12\xe1\xfa\x33\x9a\xa0\xcb\x1b\x89\x70\xfd\x19\x4d\x18\x65\xcb\xc5\xf5\x67\x34\x41\x77\xe2\x11\xe1\xfa\x33\x9a\xa0\x9b\xe7\x88\x70\xfd\x19\x4d\xd0\x25\x6e\x44\xb8\xfe\x8c\x26\xe8\xe2\x33\x22\x5c\x7f\x46\x13\x74\x60\x2d\x11\xae\x3f\xa3\x09\x3a\x39\x74\x45\x38\x4d\x28\x46\x13\x74\x3e\x2b\x11\xae\x3f\xa3\x09\x3a\xbb\x94\x08\xd7\x9f\xd1\x04\x9d\x10\x4a\x84\xeb\xcf\x68\xc2\xa8\x9f\x5c\x9c\x26\x14\xa3\x09\xa3\x7e\x72\x71\x9a\x50\x8c\x26\xe8\x16\x16\x22\x5c\x7f\x46\x13\x74\xcf\x08\x11\xae\x3f\xa3\x09\xa3\x7e\x72\x71\x9a\x50\x8c\x26\x8c\xf6\xc9\xc5\x69\x42\x31\x9a\x30\xda\x96\x8b\xeb\xcf\x68\x82\xae\x5f\x26\xc2\xf5\x67\x34\x61\xb4\x2d\x17\xd7\x9f\xd1\x04\x5d\x15\x44\x84\xeb\xcf\x68\x82\x4e\xbc\x24\xc2\xf5\x67\x34\x41\x07\x98\x13\xe1\xfa\x33\x9a\xa0\xb3\xc7\x57\x84\xd3\x84\x62\x34\x41\x87\x46\x13\xe1\xfa\x33\x9a\xa0\x63\xba\x89\x70\xfd\x19\x4d\xd0\x41\xda\x44\xb8\xfe\x8c\x26\xe8\xe8\x6a\x22\x5c\x7f\x46\x13\xb8\x91\x48\x11\xae\x3f\xa3\x09\xba\x66\x82\x08\xd7\x9f\xd1\x04\x1d\x1b\x4a\x84\xeb\xcf\x68\x82\xee\x7f\x27\xc2\xf5\x67\x34\x61\xf4\x4f\x2e\x4e\x13\x8a\xd1\x04\x9d\xd8\x4a\x84\xeb\xcf\x68\xc2\xe8\x5b\x2e\xae\x3f\xa3\x09\xa3\x6f\xb9\xb8\xfe\x8c\x26\x8c\xb1\xe5\xe2\xfa\x33\x9a\x30\xc6\x96\x8b\xeb\xcf\x68\xc2\x18\x5b\x2e\xae\x3f\xa3\x09\x63\x7c\x72\x71\x9a\x50\x8c\x26\x8c\xf1\xc9\xc5\x69\x42\x31\x9a\x30\xc6\x27\x17\xa7\x09\xc5\x68\xc2\x18\x9f\x5c\x9c\x26\x14\xa3\x09\x63\x7c\x72\x71\x9a\x50\x8c\x26\x8c\xf1\xc9\xc5\x69\x42\x31\x9a\xa0\xeb\xc7\x89\x70\xfd\x89\x26\xa4\xe3\xf8\xe4\xe2\x34\xa1\x88\x26\xa4\xe3\xf8\xe4\xe2\x34\xa1\x88\x26\xa4\xe3\xf8\xe4\xe2\x34\xa1\x88\x26\xa4\xe3\xd8\x72\x71\xfd\x89\x26\xa4\xe3\xd8\x72\x71\xfd\x89\x26\xa4\xe3\xd8\x72\x71\xfd\x89\x26\xa4\xe3\xd8\x72\x71\xfd\x89\x26\xa4\x63\xc3\x61\xa7\x09\x45\x34\x21\x1d\x1f\x1c\xae\x4e\x13\xaa\x68\x42\x3a\x3e\x38\x5c\x9d\x26\x54\xd1\x84\x74\x7c\x70\xb8\x3a\x4d\xa8\xa2\x09\xe9\xf8\xe0\x70\x75\x9a\x50\x45\x13\xd2\xf1\xc1\xe1\xea\x34\xa1\x8a\x26\xa4\xe3\x83\xc3\xd5\x69\x42\xed\xa6\x87\x0f\x0e\x57\xa7\x09\xb5\x9b\x1e\x3e\x38\x5c\x7d\x36\xa8\x76\xd3\xc3\x07\x87\xab\xcf\x06\xd5\x6e\x7a\xf8\xe0\x70\xf5\xd9\xa0\xda\x4d\x0f\x61\xcb\xe5\xf2\x34\xd3\x43\xd8\x72\xb9\x3d\xcd\xf4\x10\xb7\x5c\x1e\x4f\x33\x3d\xc4\x2d\x97\xe9\x69\x33\x35\xd2\xb6\x5c\xde\x14\xbe\xb4\xd7\x9e\xe3\xf0\x4e\x4e\x12\xda\xcf\x69\x36\x28\x1d\x1c\x48\x4f\x84\xeb\x6f\x98\xfe\x62\xfe\xd2\x5c\x7f\xc3\xf4\x17\xcb\x97\xe6\xfa\x1b\xa6\x3f\x6e\x03\x26\xc2\xf5\x37\x72\x2a\xa4\xb5\xfe\x57\xc0\x61\x9d\x47\xca\x35\xf7\xe1\x2b\xaa\x70\x66\x6d\xac\x81\xb8\xd6\x56\x5c\x15\xab\x6b\x89\x38\x89\xb5\x15\xc5\x8d\x15\x97\x0e\x9e\x6d\x97\xe2\x38\xa3\x94\x8b\x34\x3a\x97\xcb\xaf\x3f\x51\x71\x95\x38\x95\xd1\x5f\xc5\xf1\xec\x50\xbe\x33\x13\x27\x26\x7a\x72\xb6\x6e\xbc\x1b\x71\x62\x99\x37\xe7\xa5\xc6\x79\x10\xd7\x61\x97\x53\x75\xd1\xd9\xa8\x59\x75\xd1\xd9\xa8\xf1\xe5\x3b\xb2\xca\x7d\xf5\x1d\x6f\x25\x4e\x4c\xf8\xbd\x15\x37\x15\x57\xfe\xf0\x5b\xe7\x3e\xf9\xf5\x27\x2b\x6e\x10\x57\x15\x47\x5d\x72\x8a\xc4\x0d\xc5\x5d\x8a\xcb\xc4\x3d\xc4\x49\xa6\x39\x2d\xf9\x25\xc9\x34\x15\x95\x9b\x13\x71\x5d\x71\x8f\xe2\x2a\x71\x2f\x71\x55\xe5\x16\xca\xa8\x9c\xe7\xca\x8d\xf2\x2b\x6e\x7d\x1b\xb7\xc8\xaf\x3f\xaa\x0b\xe7\x29\x27\xc9\x39\xe9\xcc\x58\x2e\xf0\xef\x49\x67\xc6\xa6\xce\x79\xb3\x5c\xd9\xd0\xb9\x03\x7e\xfd\x91\xac\x90\x5f\xea\xc8\x8a\x3b\xdd\x83\xee\x03\xed\xdc\xe3\xbe\xfe\xa8\x7e\x83\x67\x87\xea\x77\x52\x86\xa0\x6e\x3a\x55\xc6\x79\x2a\x8e\xfa\x9d\xb7\xe2\x78\x96\x6b\xe5\x7b\xba\x54\xbf\x6b\x28\x8e\x72\x2f\xd5\xe5\xa6\x7e\xdc\xdf\xd5\x93\xf4\x9b\x74\xa6\x6d\x91\xfc\x74\xa6\x6d\x92\x8e\x04\x41\xb3\xda\x2e\x97\xb8\xaf\xb8\x25\x03\x2e\x6e\xff\xad\xe7\x46\xdb\xe0\x44\xfe\x9e\x5b\x54\x1c\xdf\xc6\x01\xf4\x3d\xab\xed\xe6\x56\x15\xc7\xb3\xad\x2b\x8e\x32\x04\x1f\xb3\xce\xe1\xe5\xd2\xf3\x15\xd7\x89\x4b\x8a\xe3\xdb\xe4\x59\xe5\xd2\xf2\xdf\x7a\x1e\xca\x87\x29\xe3\xd2\x98\xf5\xe7\x56\x5c\x26\x0e\x39\x73\x67\x79\x38\xb8\x80\xaf\x67\xc9\x2f\x9f\x5d\x71\xd4\xef\x44\x06\xf9\xce\x8a\xa3\x7e\x37\xed\x2f\x3f\xb4\xab\x76\x2c\x1d\xe5\xe7\x52\x1c\x65\xb4\x18\x89\x53\x19\x73\x28\x8e\x72\xa7\xf2\x4d\xea\xdc\x12\xcf\x4e\xd5\xf9\x3d\x14\x47\x19\xaf\x64\x25\x39\x0b\x2a\x16\xc9\x99\x1b\xd1\xc3\xc1\x39\xf0\x9d\x2b\x6a\xd6\x1f\xbd\x8f\x73\x8c\x8b\xda\x2e\x77\x96\x87\x43\xb0\xaf\xa8\xed\x16\xc9\x94\xcb\xbc\x7a\x91\x4c\xb9\x60\x26\xe8\xd6\xc6\x5e\x7a\x57\xdc\xa9\xb8\x41\x1c\x6d\xa8\x48\xa6\x5c\x3a\xd9\xcb\x48\x8a\x2b\x8a\xe3\x7d\x83\x3e\x58\x4e\xe5\xa3\x5f\x96\x53\xf9\x2e\xc5\xe9\x3b\x2e\xc5\xe9\xdb\x7a\x59\x32\xa8\xfa\x36\x6e\x06\x0f\xba\x04\xaf\x73\x83\xcc\x6f\xbd\x16\xda\xcb\xe0\x4c\xe5\xaa\xef\xad\x95\xfe\x26\xd8\xc3\x0d\xdf\xbf\xf5\xaa\x6f\x93\x87\xaf\xea\xdb\xaa\xea\x37\xe8\x33\xdc\xbc\xb2\xfe\x2c\xfd\x86\x83\x76\xcf\x45\x2b\xbf\x75\x2e\x49\x59\x71\xd4\xe5\x44\xf6\xf5\x1e\xc4\xd1\x17\xea\x8d\x4c\xeb\xa3\x7c\x75\xb5\xe7\xfa\x28\xdf\x52\xfd\x8a\x6b\xc4\xa1\xf3\x3a\x95\x8f\x36\x54\xa7\xf2\xcd\x46\x1c\x5e\xc6\x3a\x55\x67\xda\x41\x38\xe8\xe7\x55\xed\xa0\x2e\xd3\x18\x82\xa0\x44\x7d\xf5\xbd\xc8\x2a\x1c\x63\xe5\x6b\x99\xbe\xc5\xd5\xdc\x61\x15\x4c\x5c\x51\x5c\x57\xdc\x20\xee\x51\x1c\xcf\x72\x4b\x6b\xe7\x7e\xee\xf5\xa7\x2a\x8e\x67\x65\xff\xb8\xc7\x25\x84\xc0\xf7\x72\x0d\xcb\xfa\x53\x14\xd7\x88\x43\x7e\xad\x29\x1f\x3a\x6a\x1a\x67\xb8\x78\x25\x04\xc1\x8a\xa6\x7e\xc9\xcd\xd9\x2b\xae\x10\xa7\x7c\x5d\xf9\xf0\xd0\x36\xf5\x55\x6e\xc9\x5e\x71\xbc\x4f\x7d\xb5\x8d\xa6\x38\xea\xa7\x76\xd5\x86\x9e\x45\xbf\x4d\xfd\xb7\x9d\x7a\xb6\xf1\x6d\xa7\x9e\x3d\xf5\x6d\xf4\xd5\x76\xea\xdb\x2e\xe5\xc3\xee\xb6\xab\x2a\xee\x24\x6e\xf0\xec\x75\x2b\x4e\xb2\xe2\x0c\xfb\x76\xeb\x3b\xd4\x0e\xe2\x81\x5c\x6e\xc9\xf4\x26\x9f\x26\xaf\xdb\x23\x99\x3e\x41\x71\xf1\xf7\x87\xfb\xf6\xa8\x0a\x8f\x5e\x1d\x10\x91\x4c\x48\x63\x48\x0c\x5c\x2b\xd7\xdb\x6b\x71\x2a\x0e\xb3\xd7\x35\x24\x76\xa9\x3f\x32\x34\xf5\x8c\x6a\x7a\x53\x3e\x44\xde\xd5\x05\x3a\x66\x3e\xc8\x43\xd6\x65\xe6\xfb\x4d\x93\xe5\xb6\xf3\xde\xf5\x49\xfd\xe1\x7d\x89\xa6\xd8\x9f\xa2\x38\xea\x92\x46\x22\xae\x2b\x6e\x2a\x8e\x32\xa6\xca\x98\xcb\x3c\x86\x7c\x50\x97\xc9\xb7\x75\x86\xfb\xc0\xf5\xe2\xbd\xbf\x59\x71\x34\x09\x6e\x97\xea\x5d\x43\x49\xd7\xb7\xc9\x1b\x35\x64\x06\x46\x3e\x15\xb7\xf2\x0d\x0d\x25\x03\x33\xa0\x6b\xa0\xfa\x90\x19\x18\xe5\x56\xdc\xaa\x0b\xf7\x69\xaf\x3f\x8a\xc3\x3c\x8e\x4a\x33\x19\x0c\x43\x81\x8b\xba\xfb\xd0\x30\x34\x1a\x32\xd0\x44\x2c\xf7\x58\xaf\x3f\xaa\x0b\x5d\x74\x48\x7e\xa3\xab\x2e\x34\x9d\x21\x53\x38\x64\x42\x32\x72\x19\x32\x21\xdc\x1d\x1d\x02\xd7\xcc\xf7\xa1\xe1\x79\x30\x3c\x07\x4d\xbe\x8e\x73\x28\x6e\x2a\x6e\xe9\x72\x5c\x2a\x43\x3a\xe2\xa2\xb6\x3e\xa4\xa3\x71\xe9\x7d\x40\x99\x71\x4b\x06\x77\x52\x1c\xdf\x71\xeb\x7d\xb7\xf2\x61\x5a\x87\xcc\xd4\x90\x99\x2a\x40\x99\x21\x33\x35\x9e\xa6\x38\xca\x7d\xf4\xec\xc3\xb7\x15\xc9\xea\xd1\xb7\xc9\xfc\x14\xcc\xf2\x90\xf9\x19\xd2\x91\x26\x60\x4f\xb5\x3f\x6e\xb9\x09\x41\x9e\xa6\x53\x43\xce\xc9\x71\xfa\x81\xab\x5c\xfa\xa9\xe3\xf4\x4f\xc9\x94\x7b\x5f\xfa\x29\x99\x9e\x33\x29\x6e\x7d\xc7\x29\xc8\x78\xaa\x0c\x6e\x1c\xe9\x97\xda\xc1\xa5\x36\xce\xcd\x69\xfd\x92\x89\xbb\x64\xe2\xb8\xcb\xa9\x5f\x99\x32\x2e\x99\x24\x0d\x75\x97\x4c\xd2\xa5\x72\xb9\x5c\xae\x5f\x2a\xf7\xea\xe8\x9c\xeb\x54\xfa\xd5\xd1\xf9\x25\xbd\x71\x83\x4c\xbf\xa4\xb7\x4b\xe6\xa2\x63\x92\xae\x2b\x2b\x8e\x72\x7b\x57\x9c\xca\x95\x8e\x7a\xa7\x2e\x97\x9e\xbd\xd1\xb9\x3c\x07\x97\x20\xd4\xa5\xbe\xc5\x9d\xce\xfd\x52\xdf\xba\x34\x6c\x8c\x43\x71\xaa\x8b\xfa\x11\x37\xcb\xf6\x4b\xfd\xe8\x9a\xe8\x88\x7b\xa9\xfa\x35\x6f\xc5\xbd\x8a\xe3\xd9\x97\xb6\x71\x49\x7e\x5c\x13\xdb\x6f\xc9\xef\x96\xfc\x06\x32\xbd\x25\xbf\x5b\xc3\x81\x86\xce\x5b\xc3\xc1\xad\xe1\x40\x9e\x82\x5b\xc3\x01\xf7\x56\xaf\xb8\x4e\x1c\xf5\xbb\x25\xd3\x01\xcc\xb8\x25\x53\x6e\xa2\x09\x91\x9b\x4c\xfb\x2d\x58\x70\xd3\x3f\xe2\x41\x3f\xbf\x07\xfa\xb8\x81\x05\xf1\x00\xd6\xdf\x32\xcb\xf7\x12\xd9\xb2\xac\xd4\x59\x6d\xfc\x7e\x94\xaf\x50\x67\xd9\xc9\xfb\xd1\xfb\x1a\xcf\x3e\xc8\xf4\x7e\x2d\x8e\xfa\xbd\x16\xb7\xea\x17\x35\xfc\x3d\x92\x01\x57\xcb\x84\xa8\xe1\xef\x69\x55\x71\xd4\x59\xc3\xcb\xd3\x6e\xc5\xe9\x59\x18\xee\xa3\x6f\x7b\x16\x6a\x5f\x71\x3c\xdb\x87\xe2\x94\x8f\x76\xc0\x15\x33\xeb\xcf\xa3\xb8\x4e\x1c\xed\xe0\xa1\xbd\x44\x2e\x13\xef\x8f\xda\xcb\x33\xf9\x36\xae\x86\xec\x8f\xda\xfd\xb3\xd4\x1c\x22\xb7\xae\xf7\x67\x22\x97\xe7\x55\x9c\xea\xf2\x5a\x1c\x65\x44\xec\xf3\xd4\xb7\xcd\xa5\xd2\x10\x23\xf0\x66\x6a\x0c\xe0\xea\xe8\x15\xb7\xca\x98\x05\xd9\x4f\xe0\x52\x4c\x8c\x33\x53\x70\x89\x1b\xa0\x43\x4c\xd4\x65\x36\x64\x3f\x25\x83\x84\xcd\x99\xa2\x31\x73\x20\x2b\xee\x4b\xeb\x73\xdc\x8a\x53\x3e\xe4\x32\x4f\xd5\x65\x21\xbd\x15\xd7\x88\x2b\x8a\xe3\x3b\x34\xb3\x31\xa5\xf3\x79\x5e\x8a\x4b\xc4\x21\xab\xb9\x46\xdf\x15\x47\x19\xea\x47\xf3\x46\x6f\x1a\x53\xa6\x20\xf7\xbc\x6f\xc5\x51\x86\x6c\xdd\x7c\xf8\x5e\xae\x35\xec\x53\x63\xd4\x9c\x94\xa1\x31\x65\x4e\xda\xee\x54\xdb\xd0\xec\xc5\x2b\xf9\xbd\x05\x7d\xe8\x8a\x1c\x2e\x6c\x5e\x7f\x54\x06\xdf\xf1\x16\xc6\x8f\xb7\xf2\x6d\x5c\xa8\xd7\xdf\xca\xb7\xbd\x92\x55\xee\xe3\xf7\x87\xfb\x57\xcd\x89\x3b\x97\x43\x2c\xa8\xe1\x55\x73\x7a\x17\xe0\x59\xa3\xf8\xfa\xcc\x77\x74\xc5\x21\x72\xee\xcc\xef\xaf\x90\xce\x0b\x42\x8d\x05\x76\xf0\x0a\xa1\xbe\x12\x5b\xc1\xb4\xbe\x97\xf2\x31\x44\xc4\x42\x73\x7a\x6f\x7d\x92\xc4\x56\x5a\x25\x4e\xf9\x18\x0e\x62\xa1\x19\xbf\x1a\x0e\x5e\x89\xa8\xac\xe6\x34\xb8\x80\xf9\xb7\x71\xe8\x33\x59\xef\x32\xb8\x6b\xf8\xb7\x71\x80\xc4\x62\x5d\xc3\xdf\x38\x68\xee\xe3\x60\x08\x8b\x30\x9f\x71\x30\x84\x8d\x43\xdd\x9b\x6b\x9d\xc6\xf1\x7f\x31\x76\xee\xb8\xbb\xf4\x38\x7e\xce\x7b\x15\xbd\x03\xd7\x4d\x17\x02\x07\x93\x38\xb6\xf7\xa0\x2b\x30\xc1\xcc\x34\xda\x33\xfb\x37\xf4\x3c\x6f\x62\x3b\xf8\x1c\x1c\xbc\xf8\xf3\x54\x95\x24\x8a\x22\xf9\x23\x29\xe9\xcc\xe7\xf9\x61\xbc\xa0\x97\xb8\x98\xd6\xb8\x30\x43\x0f\x77\x0e\xc6\x85\x2a\x8c\x8b\x08\xc2\xc3\x9d\x89\x71\x11\x41\x88\x6b\xf9\xbd\xe0\x5d\xd4\x5e\x5c\x2e\x15\xae\x8d\x8c\x8b\xa5\x12\x97\xe3\xe0\x72\xc7\xf0\xa6\x97\xb8\xbf\x5b\x5a\x40\x7b\xa5\xd1\x2e\x41\xec\xb8\x3f\xda\xb8\x41\x57\xde\x12\x12\x5c\x71\x7c\x7e\x5e\x69\x2f\xb4\x2c\xad\x4a\x4b\xd0\xba\xb4\x21\xad\x42\xf3\x7b\xd9\xef\xc1\xbf\x3b\x7f\xd2\xa6\xb4\x0f\x1a\xfc\xbb\x0b\xb2\x51\x3f\x68\xa5\x48\x83\xa7\x04\xbd\xe3\xc6\x45\x09\x6f\xa7\x79\xb8\xd0\x3b\xbc\x9d\x26\xb8\xae\xf8\xd0\x32\xb4\x24\xcd\xbe\x64\xda\xad\xf6\x25\xec\x4b\xa6\x7f\x61\x5f\x02\xfe\x71\x07\x7b\x70\x29\xf1\xf9\x91\x2f\x85\xb1\xb1\xe4\xe3\x6e\x8e\x97\xf9\xb8\x9b\x34\xe7\x1c\x53\x17\x77\xff\xd1\xe8\x1f\x17\xc5\xc7\x3d\xec\x9f\x4b\x99\x9b\xb5\xe3\x1e\xb6\xab\x4c\x86\xbc\x1f\xf6\x6f\x30\xbf\x21\xef\x51\xf3\x71\x4f\xbf\x27\x9f\x97\xdf\x53\x8d\x86\x3c\x5d\xce\x25\x28\xfb\x01\x39\xc6\xbd\x9c\x0f\xe5\x25\x5e\xe6\x7c\xfb\x9c\xb2\x11\xc7\xdc\x87\x51\xb7\x78\xe4\x69\x20\x7f\x8f\x3c\x7d\xfa\x99\x0f\x6f\xff\x88\xa7\x33\x1f\x0f\xae\xd6\x7b\x1d\xb5\x17\xcf\x44\xfe\x1e\x4c\xfb\x7b\x1d\x75\x1b\x0f\xa6\x3d\x1e\xfa\xfc\x12\xf0\x8d\x67\xf9\x1c\xea\xfb\x25\xd0\x1b\xaf\xed\xbe\x44\x4c\xbc\x11\x23\x5e\xdc\xdc\x78\x91\xa1\xf7\x66\x2e\x5f\x65\xe8\xcd\x3e\xc7\xbc\x11\x7e\x3a\x3f\xf4\x8f\x9b\x88\xe3\x55\x5e\xde\x62\xbb\xcc\xc7\xeb\x38\x08\x32\x1d\x5a\x40\x43\x86\x5e\xd6\xef\xfb\xd8\x97\xb0\x0d\xa2\x7d\x2f\x17\x55\xc7\x8b\xaa\x8e\xb7\x33\x36\x2e\x66\x8e\xb7\x27\x69\x05\xda\xc7\x73\x47\x00\xce\x4f\x83\x96\x18\x47\xf7\x7b\xb8\x41\xef\x93\xce\x9a\x79\x87\xfd\x03\x35\xbd\xd4\x15\xc4\x3b\xed\x1f\x10\xe3\xc5\xfc\xc5\x3b\x6d\x77\xfa\xbd\xc2\xd8\xd4\x07\x2f\x88\xfa\x7d\x0a\xcf\x81\xa8\xe3\x5d\xf6\xaf\xd2\x06\xee\x52\xbc\xc7\x82\x1e\x1a\x7d\xde\x3e\xb7\x7d\x4e\xbe\x6c\x9f\xdb\x21\x8d\x77\x81\x59\xf1\x3a\x47\x4f\x9c\xb1\x19\xd5\x8a\x0f\x17\xca\x6b\x2d\x82\x3b\x94\xcf\xcf\x90\xf6\x41\x5b\xd2\x98\xa3\xf7\x3e\xf2\xf7\xa9\x23\xb8\x5a\xf9\xd0\x12\xb4\x90\xd6\xa4\xd1\x46\xb6\x8d\x6c\x1b\xc8\xda\x07\xca\x8e\x0f\x1d\xf1\xbe\xc8\xfd\xa7\x8e\xf8\x88\x3c\xbe\x2f\x32\xfe\xe1\xe6\x86\x51\xb2\xf7\x45\xc6\x8d\x88\xc5\x47\x44\xe7\xe5\x56\xfb\xf8\xaa\xed\x62\x3f\xde\x97\x79\xfb\xb0\x1f\xf1\xe1\xe6\xbe\x14\x25\xc4\xd7\xed\x73\xf7\x7b\x95\xef\xe1\x92\xc5\x07\x5c\x7c\xb9\x69\x2d\x3e\xe0\x62\x7c\xd8\x8f\xf7\x43\x9f\x7e\xd3\x36\x26\x3c\xf8\x1c\x87\x72\x6f\x04\xeb\xe5\x16\xc2\x30\x82\x15\xc9\x71\x7c\xac\xb7\x44\x04\x35\x8c\x4c\xbd\xe9\x82\xa6\xec\x26\x22\xd5\x2f\x37\xc3\x45\x22\x52\x1d\x09\x57\xeb\xc5\x5e\x06\x37\x17\xff\x89\xe4\x38\x80\x36\x91\xba\xcf\xa1\x9b\xde\x94\xf9\x9e\xf6\x28\x29\x7f\xe9\xc0\x89\x48\xae\xd5\xa4\x5c\x71\x01\x60\x24\xe5\x2a\xe1\x92\xbd\xd9\xbe\xe0\x92\x45\x22\x3a\xf7\xe6\xff\x0f\x74\x1f\x49\xb1\x4b\x1b\x16\x91\x37\x8f\xb4\x43\xda\x94\x76\x3e\x6d\xd0\x2b\x88\x69\xdd\x2f\x97\x84\x46\xc6\x0b\x89\x0c\x3a\x7d\x33\x6a\x3e\xab\xfa\x0d\x70\xbd\xe4\xb0\xc3\x00\x57\x18\x18\x7a\x35\xc5\xc5\xef\x95\x4c\xf7\x35\x61\x25\x57\x69\x7c\x8f\x9b\x27\xa3\x28\x4e\xc5\xef\x71\xc1\x66\x14\xbf\x57\x08\x98\x79\xda\x7e\x14\xcd\x81\x81\x97\x37\x30\xa7\x06\x5e\xc2\xc0\xcb\x1b\xb0\xc8\xc0\x4b\x18\x3c\x79\x83\x25\x50\x54\xfd\x85\x00\xd7\xab\x0a\x2e\xcb\x76\x31\xd9\x6f\xb0\x44\x8b\x26\xdb\x08\xc7\x1b\x8c\xa3\x3a\x8e\x4a\xd0\xdf\x93\xea\x83\x9b\x7a\xcf\x4f\x95\x96\xa0\x35\x69\x4b\xda\x99\x7e\x6e\xee\xfd\x13\x15\xc4\xff\x5d\x37\xdf\x2b\x9f\x34\x9f\x63\x09\xd4\xca\x1c\x55\xd0\xcb\x77\xc1\x97\xaa\x7a\xac\xc7\xa3\xb9\xbf\x0b\x75\x5b\x1b\x62\x5c\x0f\x78\xbf\xbf\xab\xf2\x6e\x43\x9c\x2a\x26\xe2\x23\x28\x17\xb5\x57\x69\x3c\x77\xc3\x17\xa3\x2d\x51\x8f\x97\x73\x68\xb4\x31\x7c\x6e\xd0\x2e\xb9\xbd\xa8\x63\x48\xdb\xd2\xce\x7c\x54\xcd\x4b\x25\xc8\xfc\x71\x75\x76\xd4\xe9\x38\x96\x34\xcc\x9f\xd1\x96\xa8\x8b\xb1\xdd\x98\xb5\xba\xe5\x01\x11\x98\x8f\x8b\xfb\xa3\x6a\xfe\x8c\xb6\x7c\x9a\x17\xa3\x2d\x11\x9f\xdf\x63\xbc\x21\x9f\x83\xc0\xdf\xc7\xb5\xfa\x11\xaa\xa4\x40\x25\x7d\xdc\x8f\x19\xa1\x0c\x45\x61\x8e\x34\x25\x51\x7c\x17\xb7\xe5\x7b\x50\x71\x01\xba\x0a\x23\x2b\x1f\x39\xbb\x30\xb2\x12\x51\x7d\x97\xf1\x72\x5d\xef\xf9\xa9\xd2\x02\x5a\x93\x66\xbb\xac\x8f\xa8\xb6\x8b\x2b\xf3\x3d\x2f\xe3\x88\x47\x9a\xef\xbe\x8c\x23\x7c\xb7\x49\x83\x2f\xd1\x7e\x34\xf8\xcc\x6e\x8f\x08\xd5\x5e\xe0\x4a\x7f\x0f\xea\x82\x30\xcb\xf9\xf1\x5d\xcc\x50\x0c\xdf\x1d\xf6\xa5\xd2\x97\x61\x5f\xa6\x7d\xc1\x14\x1b\x6d\x09\x02\x2c\x87\x46\x5f\x88\xec\x45\x4c\xdb\x45\x5e\x42\xf5\x18\x20\xfe\x8f\xda\xb6\x08\xe7\x32\x08\x14\x7f\x5c\x4b\x1b\x41\xa0\x38\x02\x44\xf3\xbd\xc8\x55\x80\x68\xc2\x48\x8d\xc7\xc8\x87\x91\x9a\x30\x52\xf3\x69\x5e\x9a\xf3\xdb\x08\xaa\x7f\xef\x23\x8d\xbe\x34\x10\xff\xf7\xbe\xd0\x40\xfc\xd1\xb2\x7d\xc1\x5d\x6f\xea\x8d\xe6\x3a\x7a\xf3\x59\x47\x8d\xc8\x59\x70\xe3\xf0\xfd\xbd\xc8\x06\x21\x9f\xf3\x63\xbb\xf0\xca\x28\x4f\xb4\xea\x38\x30\xcf\x4d\x33\xd4\xaa\xe3\x40\x87\x35\xd7\x5b\x73\x2e\x5f\xdc\xfa\xe6\x5c\x72\xe9\xf0\xa1\x55\x68\xb6\x11\x8c\xe3\xbb\xf8\x9e\x6e\x69\xc3\x1c\x7c\x1f\xbc\x6a\x42\x91\x46\xa4\xe1\x03\x25\x46\x53\x37\x35\xd7\x2f\xdb\x43\xa2\xb9\x7e\x9b\xeb\x8d\x84\x64\x34\xd7\x5b\x03\x4d\x7e\x5c\x1a\x1b\x6d\x16\x69\xbe\x9b\xe8\x8b\x73\xd9\x96\x6d\xe0\xca\x34\xe7\xcd\x08\xd6\x47\x12\x30\x8c\x60\x85\x51\xa8\xef\x63\x6c\x46\xa1\xa2\x2b\x2f\x09\xf3\xd7\x95\x17\xa3\x41\x1f\xb7\x2f\x87\xd1\xa0\x30\xa2\xf3\x91\xec\x0a\x23\x3a\x31\x48\x66\x7e\x19\xf9\x1b\x24\x33\x83\x80\xcd\xfd\x51\xbf\x14\x46\x6a\x62\xb8\x2e\x0b\x3c\x18\xae\xcb\x51\x7c\xee\xe5\x39\xa2\x73\x61\x44\xe7\x2b\x40\x11\x23\x3a\x31\x80\xa9\x1f\x89\xa8\x18\x24\x2e\x63\x60\x03\x3e\xee\x06\x8e\xa1\x0d\x18\x24\x1a\xbf\xc2\x9a\x19\x42\x82\x41\xb0\xdc\x63\xbb\x63\x8c\x2e\x8d\x36\x28\x9d\x8f\xa1\xdb\x37\x56\x92\x46\xbb\x9a\xd8\xa1\x8c\x57\xd6\xf4\xd0\x56\x10\xd8\xb9\x3f\x12\x47\x31\xb6\x6d\x60\x43\xbf\xca\x1c\x19\xe5\x89\x09\xbc\xfb\x6a\x4a\xd0\x5e\x69\xb6\x01\x9f\xe7\x57\xa5\x31\x0e\x61\xd1\xd4\x56\x4c\x20\xda\xc7\x85\xcb\xc1\xbd\xc7\xe7\x07\xd9\xad\xf5\xfd\x6b\x73\x3f\x73\xf3\x15\xbb\x85\xe7\x34\x55\x8f\xd3\xe5\x53\x31\x6b\xd3\xe5\x33\x9d\x9a\x8a\xc7\x61\x40\x2a\x0c\x48\x7d\x15\x71\x37\xf8\x14\xc4\x9b\xee\x4f\x24\xc5\x1d\xc7\xe7\x87\xee\xc7\x2d\x8d\x69\x98\x2e\x9f\x60\xc9\x4f\x97\xcf\x54\x15\x8a\xa4\xa6\xaa\x90\x1b\x8d\x0f\x8d\xe7\x9a\x2c\x22\x40\xf3\x05\xd3\x3f\xf5\xfa\x27\x01\x9a\x2f\x10\xc5\xd9\x6c\x83\xfc\xdd\x47\x0e\x2e\xa6\x1e\xd6\x24\xf8\xf9\xc5\x07\xdb\xba\xe3\xc5\xeb\xff\x02\xf3\x32\xf5\xfa\xa7\x6a\x34\x50\x21\x53\x35\x3a\x87\xe3\xc8\x8c\x43\xf4\x37\xa7\x6d\x60\x86\xe6\xb4\x7f\x13\x5e\x11\x70\x8c\x39\xe5\xd5\x72\x1c\xa0\xb0\x29\xfa\x9b\x5b\x1a\x2e\xc5\xd4\xfd\x9a\xaa\xc7\x00\xf9\x4c\xd5\xa3\x81\xb5\x44\x89\x52\x18\x58\x8b\x09\x12\x48\x17\x6a\x65\x8a\x04\xe6\x91\xb4\x43\x3b\xdf\x33\xd8\x16\x0b\x77\x24\xe9\x66\x2c\xcd\x24\x31\xb7\x3b\xe9\x66\x2c\xdd\x91\x45\x50\x29\x5d\xcc\xd1\xd2\x9d\x5b\xc9\xef\x3d\xd2\xe0\xd5\x42\xec\x12\xa5\x4d\xb1\x8c\x0c\xac\x6c\xff\x98\x8f\xa5\x0a\x5e\xb8\x6e\xe9\x42\x55\x13\xb5\x3b\x3f\x0b\x1a\xcb\x62\x15\xfb\x57\x6c\x17\xaf\x7f\x29\x57\x0b\xb9\x4a\x17\x73\xb4\x74\x23\x0d\xf2\x25\x4a\xa3\x62\x29\x6b\xab\x3a\x36\x96\xd4\xaa\xb6\x1b\xf6\x0f\xd7\x68\x29\x57\x0b\xf7\x30\xe9\x1a\x2d\xd5\xf2\x6a\xb6\xcb\x1c\x2d\xe5\x8a\xf8\xdf\x9d\xae\x2a\x4d\x1e\x60\x8a\xd3\xc5\x1c\x2d\x4d\xf1\xa2\x2e\x21\xe9\x56\x19\x0c\x8c\x85\x37\x9f\xc8\x7f\xc6\x12\x75\xae\x2e\x5f\x58\x33\x4b\x57\x6b\x6d\xfb\x0c\x5a\x5b\xa2\x3a\x83\x7c\xe9\x46\x55\x1b\xe4\x8b\xfd\xd1\xc6\x8d\x9a\xda\x1f\x6d\x6c\xf9\x47\xc9\x52\x6c\xf9\x67\x40\x2f\x3d\xcc\xa5\x11\xbb\xd8\xe4\xbc\x13\x01\xdb\xd8\x04\xb7\x63\x93\x9b\x4c\x0f\x3c\xdd\xe4\x26\x63\x3b\x5e\xaa\xe9\x63\x3b\xde\xed\x78\x1f\xdc\xeb\xed\x78\x37\x6b\x2b\x3d\xa8\x9a\xdd\x98\x8f\x3d\x7e\xcf\xd1\x86\xeb\xc3\x88\x5d\xd2\x55\x30\x62\x17\x1b\xb9\x4f\x0f\xf2\xbc\x45\x2a\x9b\xe4\x40\xa2\x6e\x27\x36\xc9\x81\xd8\xb8\xdc\x49\x73\xbf\x55\xa3\x9b\xb5\x90\x5e\xdc\xaa\xed\x5a\xd8\xca\x38\xc1\xde\x66\xb4\xaf\x5d\xb8\x82\x09\xe4\xd8\xae\x23\xf0\xe7\x27\x49\xcb\xd0\x8a\xb4\x2a\xad\x42\x6b\xd2\x6c\x37\x5d\xd0\x36\xb4\x64\xbb\x89\x36\x48\xda\xb5\x8b\x3c\x73\x7a\x8f\x5c\xb5\x8b\xc8\x59\xbb\x5c\x0b\x6f\xe6\xb9\x6c\xbb\x45\xda\x41\xa7\xed\x42\x77\xb6\xab\xf8\xbd\xca\x73\xc5\xef\x39\x6f\x24\x2e\xdb\x45\xd0\xba\x5d\xca\xee\x1b\xd0\xc2\x77\xa9\xa9\x49\xdf\x81\x27\xed\x0a\xc7\xe1\x1c\x7d\x67\xad\xb6\xab\x39\x0e\x60\x4c\xfa\x5e\x78\x30\xe4\x0b\x6e\x5f\xfa\x1c\xc7\x70\x6c\xd3\x77\x33\x3c\x98\xbe\x3b\x7d\xae\x48\xf3\x39\xe7\x83\x04\x62\x23\x84\xf9\xa7\x19\xa1\x4c\xdf\x91\xdd\x76\x03\x31\x1a\x91\x29\x3a\xfc\x48\x78\x1a\x77\xfc\xf3\xcc\xd3\x25\xe1\xfa\xc7\xe1\xb0\x95\x56\x8d\xe2\x2a\x36\x3c\x37\x0a\xac\xce\xcf\xe0\x54\xff\xbf\xfd\x69\xaf\x1f\xa2\x5a\xe7\xc9\xa7\xfd\x4f\xca\x77\xe4\xe1\x3d\x5a\xba\x25\x29\xe9\x2c\xa0\xef\x98\xfc\x96\xa5\xe4\xb3\xcc\xd2\xd1\x58\x2d\x0f\x29\x47\x70\xd2\x71\x0f\x5b\xf1\x99\x72\xfe\x23\x1f\x60\xd8\x48\x7f\xff\x69\xe5\x74\x22\xbf\xe7\x2d\x61\x5c\x03\x76\x05\x48\xb1\x99\x93\x6e\xf5\xa8\x91\xa0\x52\xa3\x09\xb0\x5a\x3d\x8c\xce\xf0\xb2\x0e\x46\x56\x8f\x6c\xb3\x47\xb1\x09\x54\x5a\x1c\x65\x1a\x14\x73\xb4\x20\x9c\xd2\x82\x70\xca\x45\xe1\x46\x33\x03\xdc\xc4\x1a\x17\xd9\xa7\x26\xd6\x68\x61\x21\xc8\x95\xfe\x7a\xa7\x76\x0b\x5c\xc6\x16\x67\xaa\xca\xb1\x82\x4d\x47\xba\x35\x9c\x87\x94\x8e\x86\x68\x4d\x09\xd7\x41\x4e\xe9\x39\x1d\x68\x00\xcd\xd6\xa8\x66\x4a\x14\xf6\x37\x1d\xe4\xd6\x00\x45\x29\x21\xe1\x0d\x50\xd4\x74\x9a\x53\xca\xbc\x6b\x47\x75\x72\x13\xf1\xfb\xd6\xe4\x0d\x8e\x25\xae\x52\xeb\xd4\x7e\xb4\xee\x3a\x4d\xc7\x5f\x68\x1d\x97\xbe\x75\x7b\xe7\x6c\x74\xa2\x52\x4d\xf7\x33\xe5\x8b\x77\x6d\xa1\xe3\x07\xa4\x7c\x74\x7d\xeb\xb6\xd0\x0f\xf7\x89\xcf\x36\x1d\xcd\x36\x5c\xf5\x99\x55\x35\x5c\xf5\xc3\xb1\x66\x26\x60\xb8\x22\x07\x81\x8a\x84\x03\xd9\x06\x16\xa6\xe9\x54\xa6\xf2\x41\xb3\xd5\x81\xe7\x92\x0a\x5a\x64\xe0\xb9\xb4\x41\xe5\x47\x2a\x68\x82\x41\x95\x5b\x1b\xf6\xae\xc0\x27\x9d\xbb\x36\xd5\x36\xe5\x80\x8b\x36\xd5\x36\x93\x8a\xa7\x54\x8e\x35\x69\x13\x8b\xda\x74\xe4\x52\xbd\xa0\xe1\xc8\x35\x1d\xb9\x54\x11\xbf\x49\xea\xab\x4d\xb5\x48\x65\x1e\xa7\x5a\xc4\xf4\x5f\xaa\x0f\xed\xda\xe7\x49\xb5\x59\x22\x4e\xdf\x26\xb1\xb5\x36\x89\xad\x25\x9c\xd4\x36\xb1\x94\x6d\x12\x44\xf0\xd0\xeb\x86\x8b\xf6\xa7\xe9\x95\xa5\x8a\x26\xd5\x2b\x6b\x7a\x60\xa9\xa2\x35\xf5\x2a\xda\x52\x43\xd6\xe3\x1d\xb5\xa5\x86\x5c\xd9\x76\x2b\x34\x2a\x3e\xdb\xcf\x6a\x57\x14\x84\xa9\xb9\xf6\xb3\xda\xa4\x86\xdb\x02\x40\xb7\x65\x5f\xe2\xa1\x0d\xfb\xb2\xd4\x7c\xa4\x86\xdb\x92\xcf\x8b\x20\x47\xa2\xa8\xbc\x69\x29\x9b\x69\xae\x14\xe9\xcc\xaf\x69\xae\xb6\xf5\x20\xe2\x00\xd9\xb6\x95\x5b\x2d\xa5\x07\x41\x37\x2d\x65\xdb\xf0\x2a\xe3\x09\xb5\x4d\xac\xae\x6d\x80\x7b\xc6\x13\x6a\x5b\x1e\xec\xe8\xd0\x58\x2f\x3b\xa6\x34\xbf\x77\x78\xda\x2f\x24\xbc\x63\x89\x82\x0a\x81\x8e\x05\x3a\x3f\x3e\x76\xba\xdc\x2f\x7c\xf7\xae\x81\xc9\x38\x33\x5d\x03\xd3\x2f\xb0\x6d\xbe\x0e\x16\xe8\x58\x96\xf3\x73\x9f\xcf\x9d\x91\xf5\x2b\xfb\x58\xb6\x27\x07\x0a\xf4\x0b\xbf\xaa\x5f\xd4\x31\x65\x6a\xb9\xba\xd9\xae\x7e\x85\x9f\x3b\x36\xa7\x5f\xf8\xd2\xfd\x62\x26\xf3\x7d\x56\x4c\xbf\x9a\x3d\x46\x7f\x1f\x19\xe8\xe6\x9c\xba\xf9\xa5\x7c\x9f\xf1\x77\x92\x48\x7f\xba\xf9\x9b\x7c\x1f\x4b\xdc\xcd\xdf\x74\x73\x30\xf9\x2e\xef\xa1\xe1\x55\xf5\xfb\xd7\xc2\x99\xef\xae\x85\xe8\xe6\x2e\x70\x0e\xfb\x43\x15\x46\x7f\x70\x18\xf3\x73\x9d\xc7\x1e\x1c\xc6\xfe\x50\x01\x93\x9f\x23\x7a\xfd\xa1\x02\xa6\x5b\x30\x9c\xa9\x20\xea\x16\x0c\x77\xd3\x1e\xf9\x49\x7c\x0f\x91\xea\x0f\xf1\x97\x8c\xd3\xd2\x1f\xe2\x2f\xfd\x41\x25\xe5\xe7\x38\x78\xfd\x21\x9b\xdf\x1f\xbb\x47\x7c\xa3\x6b\xaf\xfa\xf3\xab\x52\x3a\x24\x33\x1c\x9d\xf2\xdd\x3b\x3f\x07\xfe\x76\x8a\x78\xff\x74\xb3\x19\x99\x28\x7b\x37\x9b\xd1\xcd\x5c\x64\xb6\xdc\x75\x33\x17\x9d\x92\xd9\x3b\xbf\x4c\xe3\x4b\xf8\xa0\x9b\xcd\xc8\x84\x23\xfa\x4b\x28\xa8\xbf\x76\xe5\x65\xce\xb4\x78\xdd\xfa\xd4\xe7\x39\x3d\x36\x90\xdf\x3f\x25\xe5\x3d\x0a\xa3\x7f\x4a\x8a\x01\xfa\x4c\xf4\xa0\x1b\xa0\xef\x1f\x8a\x25\x53\xba\xdc\x3f\x94\x48\xff\x80\x6c\x99\x1c\x73\xa7\x56\xf5\xfc\xf8\xdc\x59\x54\xdd\xf2\xd4\xfe\x11\xb0\xce\xe4\x98\xfb\xc7\x22\xe8\x9f\x1c\xfd\x3e\xde\x95\xa3\x5f\xfc\x9e\x3b\x42\x60\x79\x6a\x37\x40\x9f\x89\x32\x74\xcd\x74\xff\x05\xcf\x8f\x71\xeb\xc9\x09\x4f\xca\xd4\xc7\x64\xa4\xa3\xf2\xff\x74\x8a\x40\xef\xcc\x46\xb9\x9e\x40\x1c\x3d\xe1\x65\x65\x36\xc8\x75\xca\x43\xff\xf4\x94\x6d\x82\xd9\x48\x0e\xcd\xb8\x7b\xfe\x8e\x25\xe9\xc6\xdd\x7b\x72\x8d\xa6\xe3\x41\xf6\x04\xd8\xef\xc9\xee\x25\x66\x43\x9f\xa1\xa7\x5f\x30\xf1\x88\xbc\xb1\xec\x9e\x01\x3f\x39\x31\x8a\xac\xc8\xe7\x04\xf7\x48\x3f\xf7\x4c\x6a\xa4\x67\x62\x16\x39\x15\x9f\xa3\x7b\xc6\xb7\x33\x29\xe9\x6e\x7c\xbb\x5b\x98\x99\xa9\x28\xea\x3a\x26\xdd\x98\x77\x3a\x36\xad\x1b\xf2\xee\x94\x3a\xde\x39\x7f\x7f\x9d\x8c\xef\x05\xc3\xdd\xa9\x84\xbc\x73\x46\x94\x0a\x89\xde\x5e\xec\x55\x3e\xb0\xb4\x97\xc4\x5c\x15\x94\x62\xce\x30\xdc\x12\xc8\x5e\x30\xf0\x99\x28\x4c\xa7\x1e\xf2\xfc\xd0\xfb\x0c\x23\x2d\x81\xec\xc5\xde\x17\xe4\x4b\x97\xa9\x1b\xe9\xc6\x72\x77\x3d\xa4\x5e\x5d\x25\xe5\x78\x4d\xdd\x52\xbe\x5e\xb1\xe6\x99\x20\x4c\x27\xc2\xfd\xa7\x57\xbb\x4c\x10\xa6\x57\xbb\x5c\x9d\xe7\xc2\xc2\xae\x54\x6d\xf6\x6a\xf7\x0a\x93\x50\xf1\x3f\xba\xc1\x6f\x4f\xcc\xed\xba\x61\xbd\xaa\xb3\xcb\x41\x5f\xbd\xda\xe5\xfa\xeb\x72\xa5\x5d\xbb\x6c\xd0\x18\xb3\xdf\x75\xc5\x7a\x90\xee\xca\x14\x08\x77\x2b\xf4\x7a\x28\x5e\x95\x61\x84\xe2\x15\x98\x8f\x4c\x0a\xbb\x1b\x0b\xee\xfa\x67\xb9\x22\x0f\xfa\x67\x3d\x88\x2f\xe5\x5a\xf8\x9e\x22\x47\x11\xdd\x9d\x71\x4b\x7a\xd8\x15\xe3\x9b\xe5\x78\x25\x5d\xaf\xac\x37\x42\x3f\x9e\x4f\xdb\x9b\xa6\xa2\xb9\x22\xe2\x58\xa3\xde\x5c\x11\x16\xac\x79\x1e\x6d\x6f\x4e\x2e\x75\x6b\x87\x76\x86\xd6\xe4\x5e\xcb\x21\xad\x42\x43\xdd\x35\xd5\x27\x85\x54\xbd\xa9\x3e\xf5\xde\x32\xb1\x8e\xae\xf7\xd6\x5b\xf5\xb9\x2c\x2d\xa4\x31\x34\x62\x18\xbd\xe1\xf9\x74\xc3\x96\x39\x60\x81\x5e\x5e\x37\x7c\x48\xe6\xa5\xeb\xe6\x75\x6b\xdd\x32\x59\x91\x6e\xad\x5b\xef\xe8\xac\x42\x08\xa3\x77\x75\x56\xc7\x0b\x2e\x18\xda\xde\x5d\x4d\x9d\xa1\x95\xeb\x3e\x5d\xee\x0e\xad\x13\xe1\xf5\x58\xda\xde\x1d\x5a\x27\x6c\x55\x30\xc8\xbd\x13\xb6\xea\xba\x8d\xe5\xc2\x48\xe9\x36\x76\xdd\xc6\x72\x21\x7c\xba\x8d\xdd\x08\x25\x91\x98\xae\xdf\xd8\x07\x0a\xa0\x50\x96\xd5\x0d\x50\xf6\x81\x8c\x16\x12\x25\x9d\xba\xb2\x3f\x7d\x20\x2c\xe5\x3e\xde\x6a\x1f\x44\xd0\xfa\xc0\x70\x95\xfb\x86\xa6\x9a\x1d\xe5\xf8\xfc\x80\xed\x3e\x94\x1f\xbc\xcc\xf3\xd8\xe9\x9d\xee\x65\x1f\x88\x72\x21\x9f\xd2\xf1\x35\xcf\xcf\x92\x76\x7a\x3c\xc2\xe7\xb0\x65\x45\x23\x65\x1c\xb3\xeb\x72\x96\x9b\x09\x1f\x8e\x8c\x4a\xb2\x87\x38\x47\xd7\x0b\xed\x86\x18\x0b\xdb\xaa\xfa\x24\xfe\xd3\x27\xf1\x9f\x72\xa3\xdc\x0d\x27\xf6\x89\xfb\x51\x6e\x94\xfb\x54\xce\x26\xe9\x94\x72\xa7\x33\x19\x53\x33\x8d\x33\x7a\x97\x3b\xf3\x5c\x1e\xd2\xec\x72\xa1\x0d\x3c\xec\x3e\x09\xdb\x96\xbb\x24\x68\x3e\xf7\x63\x01\x0a\x68\x56\x9f\xab\x3e\x87\x81\xd3\x0b\xed\xb3\xfa\x1c\x02\xa4\x17\xda\x67\xd8\x3f\x66\x63\xea\x6d\x10\x22\xbc\x0b\x5b\xb1\xfa\x0c\xdf\x95\x2d\xa4\x7b\xfa\x94\x2d\x13\xb6\x50\xaa\xdd\x75\x60\xfb\x42\x79\x95\xe7\x0a\x68\x59\x1a\x5d\x21\x94\xd2\x17\xf0\xa4\xaf\xe4\xe7\xd0\xe4\x4b\xb6\x18\x16\x2b\xcf\xc3\x73\xba\x65\x44\xbd\x0e\xad\x40\xf3\x39\x5c\xb5\xc2\x21\x07\xdd\x10\x58\x37\x04\x56\x1e\xec\xaf\xf5\x6b\x7d\x91\x99\x28\x14\x2c\x74\x62\x5f\xe7\xc7\x77\x99\x36\xc3\x5d\x7d\x55\xfb\x8c\x87\xb4\xb4\xc9\xab\xfe\x9e\x3b\x53\xbe\x94\x96\x45\xf8\xa7\x10\xd6\xe9\x78\xd1\xe7\xe7\x93\xc6\xbb\x61\x5f\xc2\xbe\xa0\x70\x97\xac\x22\x14\xf5\x3c\x68\x87\xed\x72\xde\x9f\xc3\x3d\xb8\xb0\x6f\x95\xe6\x4e\x7e\x0e\xdf\xcf\x12\xb4\xbe\x5d\xba\xec\xf8\xea\xfa\xe1\x7d\x83\x63\xca\x53\xa5\x85\x34\xbb\x1c\x17\xb4\x29\xcd\x77\x99\xf1\x0d\x1e\xed\xfb\xc7\x16\x3c\x2e\xfd\xf5\xae\xbf\x5e\x48\x3c\x75\xfd\xf5\xbe\x95\xa0\xf7\xe2\x5d\x22\xce\xdd\xfa\xb4\xc2\xae\xb2\x6e\xb4\xab\x6f\x94\x75\x79\x59\x80\xd6\xa7\x75\xeb\xd3\xca\xcb\x54\x6e\x59\x40\x3d\xd9\x43\x40\x68\xe8\xd6\x8f\x8b\x72\x8a\xf2\x1e\x6d\x33\xf4\xeb\x07\xf1\xa3\x43\x8b\x43\xc3\x67\x18\x97\x6c\x79\x5f\x9e\xc3\x67\x18\x97\x5a\xee\x7d\xff\x7a\x3f\xdd\xb8\x8e\x64\x9d\x1f\xe4\x9f\x78\xd6\x00\x03\x9c\x1f\x47\x79\x14\xd9\xb8\x8a\xb4\x62\xb7\x12\xcd\x21\x38\xe3\x52\x70\x38\xce\x61\x5c\x20\xdb\x61\xac\xa9\xe0\x7f\x0e\xf1\xc1\xb8\x5c\x3b\x6f\xe6\x7b\x70\x63\x5c\x3f\x6e\x04\xcf\x35\xdb\x80\x1b\xf8\x81\x43\x80\x30\x6e\xac\x68\x21\x4c\x35\x6e\x04\x62\x58\x6c\x56\x08\x53\x8d\x1b\x3f\x75\x50\x4b\x76\x68\xa7\x89\x1b\x40\x38\x6e\x7c\xd2\xf2\xc1\xc9\x1b\x65\x39\xa8\x1b\xbb\xcb\xaf\x0d\xfc\x92\x21\xe0\x28\x6c\x6b\x1b\x02\x8e\x71\x3b\xa9\x6c\x6b\x1b\xa0\x8f\x3f\x43\xc0\x51\xbe\x23\x88\x43\xc0\x31\x00\x1c\x4f\x3a\x8a\x71\x58\x2b\x35\x1e\x3c\xad\xc2\x6e\xb5\xf1\xe0\x4a\x8d\x47\xb3\x82\x0f\x39\x04\x21\xc3\x9d\x87\x85\xc3\x14\x86\x35\x55\xe3\xc1\x3a\x96\xc4\x6c\x3c\xd4\xa9\x8d\x07\x57\xb8\xa4\x63\x59\xc7\xc3\x72\x1a\x0f\x86\xbf\x24\xb8\x2c\xb8\x18\x8f\x31\xac\x63\xa8\xc7\xab\x2c\x09\x2e\x0a\xe1\x93\x21\xb8\x18\x2f\xfe\x46\x49\x47\x71\x8f\x17\x65\x39\x04\x17\x25\x1f\xd1\x1c\x82\x8b\xf1\xda\x95\x0c\xf7\x5e\xbb\xf2\x3a\x91\x94\x3a\x0e\x6a\xa4\xfe\x0c\xc1\x45\x01\x38\x0e\xc1\xc5\x30\x9c\x56\x78\x55\x70\x31\x3e\x15\x5e\x3e\xfa\x7d\x7c\x18\xea\xf1\xb1\x17\xb1\xe4\xec\x73\x8c\x4c\x10\x52\x88\x73\x0d\x41\xc8\x10\x84\x94\x7c\xf4\xfb\x10\x84\x0c\xab\x84\x4a\x2e\x3e\x47\x57\xc0\x22\xb7\x87\xdf\x8e\x8f\x18\xe9\x70\xdf\x5c\xc9\x95\x76\xf1\xf4\xc6\x47\xa4\xa9\xb0\x2f\x6d\x58\x25\x34\xac\x12\x2a\xe5\xe2\x7b\xd8\x8b\xf1\x11\xa1\x28\xe5\x28\xe9\x21\x08\x19\x1f\xb1\xed\x52\x1e\x9e\x73\x36\x04\x26\x85\x08\xcf\x10\x98\x0c\x80\x89\x45\x92\xc3\xa2\x9e\x91\x5c\xd9\x04\xcc\x46\xc2\x89\x1d\x82\x95\x52\x98\xf0\x24\x0b\x92\x0e\x02\x75\xfe\x23\xb9\xda\x93\xf2\x5d\xe0\x32\x28\xe5\xfc\x30\x5c\x02\x41\xc3\xed\x6b\x23\xfd\x86\x91\x79\xd7\x99\x4c\x0a\x10\x27\x18\x8c\xe4\x30\x04\x30\x9e\x5d\x3b\x12\x59\xe1\x21\x80\x29\x78\xac\x43\x00\x33\x00\x30\x4f\x1c\x58\x37\x32\xf8\x6a\x64\x87\xc1\x2e\xb7\x91\x55\x50\xf9\xcb\xd2\x7c\x0e\x2e\x67\xbb\x57\x91\x82\xec\x6c\x64\x32\x30\x85\xc4\xe4\xc8\xd4\x35\x0d\x41\x4d\xa9\x74\x59\x50\x33\xf2\xaf\x2b\xc7\xd9\x1d\x82\x9a\x01\xa8\x79\x49\x2e\x0d\x41\xcd\x70\xf3\x55\xa1\x9e\x66\x88\x3c\x46\xd1\xea\x71\xfc\xd5\x28\xc5\xe7\x54\xef\x91\x78\xb7\xf8\x9c\xeb\x20\xe0\x5e\x71\x1d\x88\x50\x0a\x09\xb6\x61\xbd\xcf\x10\xa1\x14\xce\x01\x18\x22\x94\x01\x42\x79\xf1\xcc\x86\x9b\x8d\x86\x25\x36\x95\x7c\xd8\xb0\xc4\x66\x54\x26\xb2\x5e\x77\x85\xc6\x68\x2b\x5d\xf6\xa0\xd7\x51\xed\x72\xc5\xc1\xac\xd7\x41\x32\xa3\xe2\x60\x8e\x5a\xa4\xa1\x94\x44\x23\xa3\x12\x59\xab\x6c\xcb\x1f\x95\xc8\xda\xa8\x61\x1b\x74\x99\xa8\xf1\xf9\xa9\xd0\xe0\x5e\x25\x1e\x33\x2a\x16\xa9\x5e\xf5\x85\x86\x0e\x16\xc9\x54\xf6\xd6\x0d\x91\xcc\xa8\x0e\x0d\x7d\x2b\x92\x19\xf1\x1b\xda\x01\x3c\x43\x24\x33\xac\x74\xa9\xf7\x71\x7d\x46\x68\x22\x28\x6e\xb9\xeb\xfd\x4a\xab\xd2\x78\x97\x02\xce\x21\x92\x19\x51\x7f\xb4\x33\xe1\x11\xbe\x8b\x3c\x56\xfc\xa6\x11\x2e\xab\xb0\x7b\x04\x7d\x86\xe8\x66\x80\x6e\x5e\xec\xf9\x10\xdd\x8c\xf6\xd9\x95\xe3\x0b\x0c\x63\xce\x43\x74\x53\xa9\xf3\x1c\xa2\x9b\x21\xba\xa9\x37\x3a\x58\x74\x33\x1a\x5b\x38\x3c\x7e\x75\x34\x60\xc1\x68\xf8\xdd\x95\x6d\x09\xa3\x01\xd2\x46\x73\xb8\x04\x91\x46\x73\x86\x1a\xb2\x5c\x1f\x66\xb7\x29\xcb\xc6\xb5\x2b\x45\x3c\xc3\xb8\xf6\x60\x97\xcf\xa1\x1d\xc9\x68\x6a\x96\x86\x1f\xe1\x11\xad\xa3\x55\xfb\x52\x6d\xe3\x65\x1c\xe1\xd8\x9c\x5d\x5c\xb3\xd1\xc2\x36\x70\xd0\xeb\x71\xcd\xfe\xd2\xc8\x37\x62\x51\xa3\xc9\x49\x52\x1e\x43\x30\x35\x00\x53\x2f\x79\xa2\x61\x29\xc6\x30\x66\x5e\xf1\xc8\x46\x77\x15\x83\xa9\xee\x8a\x47\x36\x08\xa0\x9f\x1f\x7b\x9a\x7d\x17\x6e\xf4\xe4\xc8\xd1\xe5\x3d\xf9\x2e\xce\x6b\x7d\x0a\xcf\xa9\xb4\x7a\xb6\xf7\xe8\x68\x01\xd6\xe8\x3f\x0e\x31\xab\x5d\x3f\x42\x80\x55\x5f\x38\x2e\xc0\x1a\x5d\xf9\xc7\xd3\x1a\x5d\xf9\xef\x72\x8d\x0a\xd2\xd1\xab\x7d\x91\x6b\x1c\x6b\x35\xba\x5c\xeb\x0a\xd8\x8b\x86\x72\x13\xd3\x10\xb0\x55\xf2\x7b\x43\xc0\x36\x00\x6c\x2f\xe9\xa9\x31\x5c\xda\x03\xd3\x55\xf5\xb4\x86\x2c\x70\x8f\x50\xd5\x6d\x72\x8f\xd0\x70\x3f\x50\x25\x0d\x38\xac\x32\x19\x03\x47\xb5\xbe\x68\x9e\xa1\x7b\x35\x88\x97\x54\xdd\xa6\x81\xf3\x3a\x04\x76\x95\xf4\xde\x18\x44\x24\x87\xd5\x28\x95\x2a\xa2\x61\x35\xca\x00\xe0\xdd\x95\x8a\xa1\x21\xb2\x1b\xe3\xc7\x02\x4c\xdc\x90\x05\x6c\x33\xba\x2b\x27\x5f\x8d\x41\x2a\x6f\x58\xa1\x52\xa9\xfa\x19\x22\xbb\x21\xb2\xab\x1f\x26\x4e\x64\x37\x40\x76\x6f\xa2\x59\x91\xdd\x30\xf6\x5f\x29\x04\x1a\xc6\xfe\xc7\xe4\x44\x84\xfa\xa1\x65\xa6\xcb\x78\x62\x1d\xeb\x17\x09\x1a\x96\x5a\x94\x54\x13\xeb\x49\x94\x34\x40\x49\xaf\x86\x5f\x94\x34\x4c\xec\x7b\x0c\xeb\x30\xb1\x3f\x4c\xd8\x57\x12\x6a\x63\xb9\xc4\x0c\xf3\xd7\x94\xa0\xb9\x9c\x96\x82\x61\x97\x4d\xce\x0f\x77\xe5\xd4\x84\x5a\x70\x57\xce\x00\x8c\xdc\x35\xa1\xdd\x96\x42\xb0\x7e\xdd\x43\x2d\x88\x4c\x06\xc8\xe4\xe5\x54\xcd\x61\xe4\x7f\x98\x23\xf7\xa4\xd4\x61\x8e\x7c\x88\x4c\x6a\xc6\x3a\x6e\x5d\x70\x00\xca\xed\xc9\xa8\x63\xeb\xab\x6c\x05\x23\x63\x31\xb7\x82\x21\x32\xa9\x19\xad\x20\x32\x19\x9b\x8d\x58\x9e\x8e\x3a\xb6\x0e\xeb\x2e\x7e\x0f\x65\xb9\x75\x58\x77\xf1\x5d\xd8\xb2\xcb\xef\x5d\xd8\xa2\x1b\xb6\x65\x8b\x68\xa5\xe6\x44\x1b\xa0\x95\x41\x92\xe1\xae\x19\x45\xbb\xb5\x17\x5b\xb6\x70\x82\xea\x10\x99\x0c\x90\xc9\xcb\x26\x8a\x69\xea\x7b\x5e\x80\x33\x0f\x53\x9d\xa4\x1a\xfe\x4c\x92\x0c\x77\xa5\xba\x76\x5e\x04\xdc\xe6\xf5\x63\xcb\xe1\xf2\x14\x99\xcc\xeb\xc7\x82\x08\x68\x53\x1a\x02\x44\xec\x6f\x0a\x3d\xe6\xa5\x14\xe0\x86\x4d\x70\xc8\xf9\xe1\xdd\x72\xd3\x17\x94\xef\x34\x0d\x51\xcb\xcd\xf7\xaa\xfd\x73\x26\x71\xc3\xa6\x90\x62\x02\x29\xde\x38\x90\x75\x0a\x29\xe6\x6d\xf7\x70\x91\xa6\x7b\x55\xa6\x7b\x55\x2a\xbb\xfe\xe7\x8d\x6d\x98\xee\x4b\xa9\xb8\x4d\x53\x48\x31\x85\x14\xb5\x04\xcf\x15\xdf\xb5\x2b\xf5\xac\x8d\x29\x7c\x98\xb7\x4b\x0d\x7f\x68\xde\x08\xda\x14\x3e\x54\x7c\x9f\x29\x7c\x98\xc0\x87\xef\xfa\x9e\xbf\xfd\x99\x0f\x3e\xfb\x7c\x54\xc2\xd4\x69\xcd\x07\x9f\x7d\x3e\x72\x9e\x3a\xad\xf9\xc8\xf9\x47\x8e\x52\x93\x35\x1f\x39\xfa\x64\xdf\x65\x86\x1e\x34\xcb\x7c\x80\xc5\xb5\x56\x9e\x03\x16\x4f\xf3\x1f\x95\x42\xac\xf9\xe0\x23\xcd\xc7\xb5\x56\xe3\x83\xf6\x4a\xfb\xa4\xf1\xae\xc3\x35\x27\x52\x29\xc4\x9a\xc2\x96\xf9\x50\x88\x55\xc9\x60\xcf\x07\x41\x9b\x8f\x5a\x89\xa2\xab\xc9\xe9\x29\x7f\xe6\xa3\x62\xa6\xe8\x6a\x3e\x61\x1b\x20\xad\x1a\x07\x7b\xcc\x87\x60\xcb\x14\xde\xd4\x78\x68\x57\x56\x01\x6f\xbe\xfb\x28\xe1\x69\xee\x64\xbe\x78\xa2\x95\xda\xac\xf9\xe2\x89\x4e\xcf\x3c\xa9\xc4\x26\x27\x87\x9d\x9c\x1f\x86\x4b\x6d\xd6\x7c\x65\x9f\x3b\x4b\x6a\x7c\xbc\x8b\x53\x33\x5f\x25\x83\x7a\xad\xf9\x2a\x19\xaf\xeb\x19\x77\x72\xbe\xac\xe7\xf9\x82\x3d\x2a\x59\xc0\xe9\x39\x28\xd3\xf3\x4d\x6a\x30\x6d\x2f\x6b\x72\x0a\xab\x6a\x54\x9e\x93\x55\x6f\xb5\x8d\x4a\xbb\xa8\xaa\xf9\x56\xbf\xc7\x74\xbc\x38\xe8\x93\x23\x4d\xee\x1a\x91\xff\xd2\xca\x4f\x91\xd8\xf4\xf8\x13\x0f\x5b\x9d\x22\xb1\x09\x12\xfb\xf0\x33\xe6\x87\x39\x9b\x1f\x55\x5a\x71\x1d\xd7\x6d\x02\xcb\xce\x4f\x97\x56\xa1\x4d\x69\x84\x2e\xaf\xe3\x5c\xcf\x0f\x13\x37\xbf\x64\x75\x05\x4b\xf1\x23\x76\x39\x01\x69\x87\x56\xa0\x85\x34\xbf\xc7\x44\x7f\x0a\xe7\x47\xce\x36\x38\x2d\x62\x7e\xae\xa7\x8f\xe5\x1e\xd7\x43\xbb\x2e\x77\xf7\x75\xc4\xf5\xd2\xae\x42\xf7\xc1\xdd\x20\xb1\x39\x81\x6f\xe7\xa7\x49\xe3\x7b\x38\xf0\xd3\x94\x53\x10\x82\x9d\xa6\x9c\xa6\x27\xa2\x04\x45\xed\xf3\x03\xc8\x4e\xf7\x7f\xc4\x75\x34\xe8\xfc\x9c\x05\xb6\x81\xdc\x41\xa2\x74\x02\xf3\xce\x8f\xe3\x38\x1e\xd1\x14\xed\x4d\x0e\x46\xb9\x03\x2f\x7c\x8a\xf6\x26\x68\xef\xc3\xb9\x98\xa2\xbd\x49\x36\xea\xf6\x48\xd9\x29\xda\x9b\xe9\xb3\x09\x54\x4f\x52\x38\x01\x7d\x77\x70\xdb\xc2\x4c\x0a\x67\x3a\xc2\x59\x03\x4d\x91\x54\xaa\xe0\xc0\xf3\x18\x9f\x4b\x7e\x2e\xf9\xb9\xc2\xe7\x5c\xee\xe0\xc0\x3b\xf0\xf3\x67\x72\xb9\xa7\xec\x28\x50\x01\x49\x05\xea\x0e\x93\xe0\xb2\x86\xe9\x0e\x93\x99\x8a\x92\x81\x32\x4f\x72\x3e\xfd\x38\x7f\x2c\xfa\x4c\x72\x3e\xfd\x38\x1f\xb4\x2b\xe7\xd3\x8f\xf3\x28\x78\xb6\xa5\x9c\x1f\xfa\x0c\x4e\x9a\x29\x64\x0b\xf6\x27\x28\xf5\x9f\x1c\x8e\x72\x7e\x68\x83\xa8\xf6\x4c\x0a\x73\x92\xcb\x9c\xbf\x31\x05\xa3\x13\x30\xfa\x7d\xc7\xe1\x9e\x59\xcd\x28\xf0\xf4\x40\xdc\xe9\x71\x28\x33\xb3\xdc\x83\xa8\xf6\xcc\x0a\xae\x59\xb7\x20\xaa\x3d\x41\xa6\xe7\x87\xe1\xde\x2f\xcf\xe5\x2c\xad\x4a\xf3\xb9\x21\xcd\xae\xa0\x3e\xb2\x2c\x70\xf7\x49\xdc\x18\x16\x77\x9f\x4c\x81\xac\x07\xe9\x4e\x81\xec\xcc\xd5\xe1\x32\x95\xb9\xda\x67\xaa\x87\x83\x1d\x06\x33\x57\xbf\x87\xb6\x0c\xca\xf2\x66\x56\x5b\xe6\x90\x7d\x99\x77\x65\x95\x47\xb3\x04\x3b\x11\xa6\x47\xb3\x4c\xc1\x72\xb0\x13\x61\x0a\x96\x27\x60\xf9\xe3\x34\xa3\x29\x58\x9e\x45\x81\xe4\xd4\x8f\x59\x64\x5f\xf9\xe4\x7c\xf5\xb9\x26\x6d\x4b\x3b\xdd\x2b\x4a\x9a\x29\xbe\xe0\x24\x90\x59\x94\x34\x37\xd1\xc4\x83\xd2\x2f\x4a\x9a\x9b\x68\x82\x50\xf7\x2c\x78\x35\x53\x40\x1e\x8f\x7d\xd1\xd8\x14\x25\xed\x41\x8f\x14\x25\xad\x28\x69\x1c\xeb\x31\x4d\x19\x4e\x01\xb9\xe7\xfa\x4e\x01\xf9\x2c\xb2\x94\xf0\xf7\x2c\xb2\xb4\xb8\x9e\xd5\x73\xc5\xf5\x5c\xd0\xaa\x41\xf8\x7b\x16\xa5\x8f\xc3\x53\x0e\x8d\x77\x35\x36\x02\xfc\x20\xd4\x3d\x05\xf8\xb3\xec\xf8\x97\xbf\x7f\xf9\x80\x8f\x69\x0a\x72\x9a\x6e\x0c\x4e\x13\x99\xa6\x1b\x67\x55\x1d\x3e\xf9\x48\x50\x55\x1d\xd6\x5f\x97\x59\xcf\x02\xf7\x59\x71\x95\x83\x43\xc6\x66\x25\x9a\x38\x2b\x30\x2e\x38\x3c\x6c\x0a\xbe\x27\xe0\xfb\xcb\xac\xb5\x50\x6b\x92\x25\xbc\xe3\x45\xf8\x42\x0d\x19\x72\x99\x6d\x08\x93\xfc\xe1\xf9\x91\x86\x8b\x10\x94\x2a\xcc\x90\x2b\xd4\x11\xce\x90\x2b\x9c\xcf\x71\x07\xb1\xd8\xe9\xb6\x90\x19\xe1\x73\x74\x39\xf0\xda\x27\xbb\x43\x0e\x8d\xe7\xec\x1e\xe0\xfb\x23\xf1\x39\x1b\x15\xe4\xb3\x29\x40\x5c\x54\x31\xd9\x46\x71\x7e\x6c\xa2\x26\x68\xc8\x32\x1b\x23\x0e\x8d\x77\x09\xba\x4f\xc1\x72\x70\x8c\xd9\x14\x2c\x4f\x53\x86\xf1\xb1\x4e\x4d\x19\xce\x86\xc9\x8c\x8f\x75\xda\x28\xe2\x99\x82\xe5\xe0\xe2\x89\xd9\x5c\x2f\xa2\xdc\xf8\x58\x93\xa2\xdc\x09\xca\xa5\x48\xfd\xcf\x14\xe5\x4e\xd3\x7e\xf1\xe1\x38\x99\xf6\x9b\x5d\xd9\x23\x3e\x3b\xbb\xb2\x27\x02\xf5\xb0\xdb\x29\x02\x9d\x5d\x8d\x46\xde\x7f\x76\x6d\x49\x57\xce\x38\xf8\x76\x76\xb2\x4a\xb3\xab\xd1\x38\x86\x64\x76\x39\x2a\xda\x0c\xc0\xcc\x14\x6d\x4e\xd0\xe6\x17\xa5\xfc\xb5\x91\x37\x7b\x38\x87\xd6\x9b\xad\x11\x73\x90\x4c\x9a\x82\xd1\x48\xc7\xa7\x9f\x1e\x4e\x31\x07\xd8\x3b\xd8\xc9\x37\x07\xbb\x64\xe7\xd0\x02\x53\x52\x30\x87\x16\x18\xfc\x79\x07\x25\x05\x73\x28\x5f\x24\x1b\x0f\x2d\x41\x63\x44\x56\xb1\x45\xc2\x43\xb6\x8a\x6d\x5a\xc5\x16\xd4\xce\x4d\xc1\xe8\x1c\xca\x9c\x4b\x67\xe8\x0a\x0a\x50\x23\x23\xfe\x03\xa4\x38\x87\x32\x97\xf1\x1a\x86\x2b\x71\x28\x73\x84\xa1\xe7\xd0\x0e\x0c\x5c\xc1\x20\x0c\x3d\x05\xa8\x13\x80\x9a\x38\x81\x72\x0a\x50\xa7\x3b\x19\x82\xc8\xf4\x9c\x5a\x5b\x77\x32\x44\xc6\x65\x9c\xae\xd8\xe9\x8a\xe5\xac\x95\x69\xea\x71\x5a\x28\x17\xec\x22\x99\x53\x3b\x40\xb6\xf1\x0e\xa0\xd3\x9c\xc4\xb7\x26\x75\x70\x77\x50\x0f\x31\xa7\x42\xc2\xb6\x84\x78\x8b\xa4\x2e\x49\xae\xa0\xa2\xad\x89\x9b\x53\x11\xce\x3e\x57\xed\x9e\x72\x43\x54\x7b\x9a\x8d\x9c\x1e\x9d\x11\x9c\xa2\x36\x3d\x3a\x63\x4e\xcd\x00\xa5\x14\x73\x6a\x06\xe6\x8f\x7b\xe8\x68\x33\x94\x73\xaa\x50\x32\x33\x64\x86\x72\x7a\xec\x46\x70\xc7\xc5\x14\x7b\x4f\xb0\x77\xba\x51\x00\x4b\x97\x70\x7d\x36\x81\xe1\x5f\x3a\xd2\x16\xee\x87\xca\xc8\xc2\xfd\xb9\x14\x34\x2a\x38\xe6\xd2\xb2\x2e\x9d\x90\x72\xf1\x6e\x96\xa6\x00\x95\x9b\x77\x15\x20\xb3\x91\x41\x52\x60\x8a\xe5\xa7\x58\x3e\xca\x73\x86\x6b\xe6\x71\x9a\x51\xf4\xec\xdf\x69\x46\x71\x9a\x3d\x0c\xca\x20\xa7\x18\x7d\x82\xd1\xd3\x03\x69\xab\x8c\xcc\x1e\x06\x87\xe1\xcc\xed\x84\x8b\xbd\xa3\xa0\x01\xb6\xab\xdd\x2a\xbe\x10\xc5\x99\x29\x9c\xdb\x09\xaf\x97\xcf\xf9\x2e\x39\xaf\xa0\x32\x72\x92\x22\x3c\x3f\x70\x9e\xca\xc8\xb9\xd5\xb3\x5b\x8b\x54\x71\x4c\xb6\x0a\x4a\xec\xed\x11\xbf\x53\xec\x3d\xcd\x00\x86\xa8\x50\x9c\x3d\xc1\xd9\xe9\x3d\xfe\xc1\x12\x67\xaf\x4b\x03\x5c\x0f\x0c\x59\x17\xd0\x64\x5d\x2e\x67\xce\xdb\x59\x17\xcb\x79\x99\xa6\x8b\x7a\x5c\xc2\x75\x91\x07\x5e\x62\xe5\xa8\x67\xe9\x2e\x4b\xf6\xd6\xa5\xb1\xe5\x0c\x9e\x65\xea\x6e\x99\xa6\xb3\x74\x7a\x89\x9f\xd7\xe5\xd2\x65\x17\xeb\xba\x30\x17\xeb\xd2\x5c\x70\x06\xcf\xba\x10\xbe\x65\xb9\x5f\x80\xec\xd6\x15\x3e\xe7\xd0\xe2\xe6\xb9\x66\x9f\x19\xda\x77\xfc\xee\x25\xf6\x5e\x9e\x31\x11\xd4\x5e\x2e\xcf\x98\x58\xb7\xb3\x41\xd5\xc9\xba\xf1\x2d\xd6\xad\x17\xcb\x8e\x98\x75\x33\x43\xeb\x76\x36\xa8\x1c\x59\x62\xef\x65\xea\x2e\x8e\x02\xfd\xb3\xc4\xde\xcb\xb3\x1e\x22\x2a\xcf\x11\x5b\x5d\x37\xa9\x6b\x0b\xa3\x97\x67\x3d\x2c\xce\x7a\x08\x4e\x36\x59\x66\xf8\xd6\xad\xda\x3e\xa0\xeb\xfc\x61\xb3\x2e\xa1\x08\xba\xec\xc8\x80\xed\x89\x03\xa5\x96\x10\x7d\x81\xca\x9f\x8b\x43\x7e\xd6\x43\xde\x6a\x3d\x67\x69\x3c\x96\x59\xaf\x87\x1c\xd5\x02\xa9\x3f\xd7\x75\x64\x60\x3d\x60\xc7\xc5\xf9\xa5\x87\xc6\xbb\xd9\xef\x1d\x3d\x74\x68\xbc\x9b\x7d\x37\xfb\xee\xf1\x68\x96\xb0\x7d\x3d\xc7\x72\x1d\x5a\x82\x16\xd2\x06\xb4\x8f\xe7\xd0\x40\x8b\xb2\xc5\x43\xab\xd0\xfc\x5e\xf5\x7b\x89\x77\xc3\xef\x85\x7d\x39\xf6\x65\x3d\xb2\xe5\x09\xdb\x80\x55\x4f\xf8\xee\xd1\xcb\x8f\x47\x04\x2f\x21\xfa\x02\xa2\x27\x4a\xdb\x97\x10\x7d\x91\x88\x3c\x8f\x49\xfb\xa4\x39\xb4\x83\x82\xd6\x0b\x00\x5d\xef\x51\x30\xcf\x05\x0a\x5a\xe0\xf5\xf3\x23\x4b\xcf\x72\x5e\x9c\x51\x7a\x7e\x5e\x69\xbc\x0b\x44\x5f\x40\xf4\x43\x0b\x68\x21\xad\x43\xab\x37\xb4\x29\xcd\x2e\x1f\xe8\xbd\x5e\x54\xc1\x7a\x8f\xbc\x1d\x1a\xdf\xcb\x7e\xef\x08\x5f\x7c\x95\xcf\x65\xbb\x77\x98\xfd\x5c\x17\xf2\xc3\xc1\x12\xe7\x87\x66\x41\x37\xeb\x75\x59\xbd\xa5\x4b\x63\xb8\xca\x23\x85\x99\x87\xf6\xd7\x49\xf9\xe5\xf1\x13\x8b\x33\x4e\x9f\x8b\xfa\x9d\xf5\x3a\x09\x6f\x30\x81\xec\x7d\x5e\x24\x62\xcf\x8f\xcd\x3d\xf4\xde\x49\x00\xf1\x27\x54\xea\xf2\x34\x86\xf5\x7d\xf6\xf4\x78\x28\xeb\xc3\x49\x5b\x80\xfc\x43\x3b\x9f\x13\xc9\xaf\x4f\x46\x52\xbf\xb3\x3e\x65\xf3\x53\x36\x01\x3a\x4b\xd4\xbe\x48\xad\x3e\x1e\x91\xbc\x3e\x99\xc6\xa1\x0c\x87\xf6\x42\xb3\x8d\xe3\xf4\x1d\xda\xe1\x86\x48\x7e\x91\x82\x7d\x2e\x0e\x96\x5a\xe6\x59\x17\x87\x32\x3c\x1e\x9d\xbc\x3c\x8d\x61\x7d\x75\x48\xe3\x7b\xca\x26\x45\xa1\x87\x46\x5f\xc2\x3e\x2b\x9b\xec\x53\x5a\x9f\x4b\x96\x73\x4c\x0f\x8d\x76\x09\x74\xaf\xef\xc8\xab\xb7\x0c\x2c\x41\xfb\x02\xb4\x27\xce\xac\x59\x82\xf6\x95\x3e\xc4\x81\xfd\x23\x2b\xc9\xa9\xa4\x68\xde\xa8\x4a\xeb\x49\x57\xfa\x71\xef\xa0\xdd\x25\x42\x5f\x29\xc1\x15\x2a\x84\x56\x52\x0c\x93\x62\xf8\x20\x0f\x9e\x3a\xba\xc8\xde\x1e\x1a\xef\x66\xdf\xcd\x70\x80\x4d\xe2\x2b\xc9\xd1\x24\x47\x29\x11\x5a\x49\xf5\x0e\x92\x3f\x34\xbe\x97\xfd\x5e\xb1\xdd\x63\x7d\x96\x08\x7d\x81\xd0\x9f\x8b\x9c\xd3\x02\x9a\x9f\x9f\x25\x8d\x71\x80\x9b\x56\x52\x36\x29\x1b\x5a\x09\x2b\xb5\x92\x5a\x01\x8c\xb4\x52\xb5\x8d\xb0\xcf\x1f\x7c\x09\xfb\x1c\xbe\x7b\x5c\xa9\x25\x6a\x5f\xa0\xf6\xe7\x22\xd1\xb4\x44\xed\x0b\xd4\x9e\xb4\x16\x99\x18\xe7\x22\x85\x7c\x1e\xfb\xa0\x25\x69\x55\x9a\xcf\x75\x69\x76\x05\x25\x93\x41\x12\x0b\x24\x7f\x68\xbc\x4b\x52\x75\x71\x3e\xc4\xa1\xf1\xae\xac\xcf\x49\x16\x20\x54\x59\xe5\x9b\x55\xbe\x94\x12\xad\xec\x74\x80\xf8\x0f\xed\xb0\x4a\xc4\xbf\xf2\x8f\xa5\x98\x90\x4c\xbe\x78\x65\x05\xf7\x09\x9e\xab\xf6\xb9\xa2\xc9\x28\x11\x5a\x59\x53\x93\x6b\x97\x46\xff\x5c\xcf\x59\xc1\x25\x99\xb5\xb2\x82\x9b\xc3\x77\x0f\x2c\x5e\x59\x2b\x0a\xa0\x3f\x34\xda\x88\xdf\xbb\x4b\xda\x99\x5e\xd1\xfd\x02\xdd\x67\x8e\x8a\x5f\xa2\xfb\x05\xba\x7f\x2e\x4e\x48\x59\xa2\xfb\x55\x5c\xf7\x54\x1c\x2d\xd1\xfd\x2a\xdf\x90\x56\xa0\x4d\x69\xeb\xac\x8d\x72\x7a\x57\xd4\xa9\xd4\xf9\x3e\x17\x07\xa9\x2c\xeb\x7c\x57\x51\x57\xbe\xe8\x77\x90\xfe\x9f\x55\x0a\x33\x09\x14\x5d\x45\xc5\x58\x54\x82\xe4\xbc\x56\x51\xf8\x8a\xc2\x07\xec\x5c\x02\xf9\x55\xea\x2d\x8d\xae\xe0\x14\xaf\xa2\x40\x02\x45\x57\xd1\x4c\x15\xb5\x21\x4e\xf6\x12\xc8\xaf\xa2\x99\x7a\xed\x33\x5e\xe2\x2a\xaa\x82\x17\xf5\x20\xb8\x5f\x9c\x8c\x2a\x0e\x5b\x25\xec\xb2\x96\x8b\x14\xda\x12\xef\x2f\x12\xfa\x59\xb5\x2d\xde\x5f\xf5\xc7\xd0\xe3\x4e\x2f\x4b\x8e\x57\x55\x46\x5f\xcc\x40\x55\x15\x54\xad\x14\xa7\x7d\x2e\x13\xff\xab\x6a\xa5\xd8\x9b\xbf\xaa\xce\x40\xd5\x19\xe0\xb4\xb6\x55\xb5\x48\x55\xe5\x4a\x25\xfd\xaa\xba\x3e\xe4\xff\x9f\x8b\x4a\xfa\x55\x41\x1e\xab\xaa\x48\x41\xca\xab\xaa\x48\xab\x5c\x06\x29\xaf\x2a\x97\xab\x5c\xe6\x70\xef\x65\xb9\xf2\xaa\xca\x28\x87\x7b\xaf\xaa\x8c\x56\x65\x94\x93\x42\x57\x95\xa3\x14\x03\x1c\x1a\xef\xca\x96\x2a\x5b\xd0\x72\x16\x03\xac\xf8\x7c\x95\x25\x19\xca\x4f\x38\x5c\x0a\xa3\x56\x80\x3f\x57\xfc\x86\x8b\x5e\x0e\x2a\x5a\x17\x87\x91\x1e\x1a\xcf\x69\x23\x42\x8d\xa6\xb5\x0d\x1d\xd6\x70\xf9\x71\x8e\xf7\x32\xbe\xb1\xc2\xe1\x72\x8e\xf7\x0a\x87\x16\x0e\x8d\x3a\xf7\x65\x7c\x63\x71\x22\xc6\xe3\xd9\xde\xcb\xc3\x48\x57\xa8\xd1\xb8\xd2\x66\x85\x4e\x6c\x28\x2c\x9c\xed\xbd\x8c\x79\xac\x70\xf9\x25\x54\x95\x31\x8f\x45\xcc\x23\x53\x2c\xb8\x9a\xda\xab\xa9\xbd\x08\x0c\x2c\xcb\xa9\x57\x73\xa9\xa5\xe7\xfb\x6b\x23\xef\x01\x13\x8b\xc8\xc8\x79\xe5\xb4\xd6\x54\x64\x4d\x1b\x92\xf0\xf0\xac\x5b\x58\xcd\xa5\xc8\x59\x77\xcb\xba\x85\xd5\x9c\x68\xe5\xba\x55\xbb\xa5\x15\x4d\xc0\x81\xa6\x82\x6a\x3f\x0e\x15\x9f\xab\xd2\xe4\x06\xee\x92\x87\x49\xac\x16\x2c\xed\x84\xc2\x6b\x61\xbb\xae\x13\xee\x8d\x5c\x86\x53\x16\xe1\x94\x4c\xa6\x79\x51\x2d\x70\x7e\xe8\x32\x89\xd1\xd5\x09\x48\xac\x2e\x37\xf2\x01\x53\xab\x6b\x46\x7b\x7a\xa4\x9d\x61\x74\xb5\x4c\x57\x47\xb3\x77\x61\x75\x51\x4d\xd7\x4b\x23\x59\xba\xba\x0e\x47\xcf\x43\x1a\xef\x66\x9f\x73\x9d\xe8\x6d\x76\x22\x4a\xab\xeb\x92\x71\x46\xc4\xea\x0a\x4e\x97\x55\x20\xfe\x65\x18\x67\xf5\x6a\x9f\x81\x26\x54\x15\x9c\x1f\x04\x96\x04\xea\xea\x9a\xc2\xee\x9a\xc8\x89\xfe\xc9\x02\x42\x36\xee\x24\x59\xc6\x64\xd6\xd0\x6b\xa0\x16\x6d\xb9\x13\x70\x0d\x4d\x52\xc6\xd9\x1c\xe9\x47\xb3\x09\xd6\x93\x05\x02\x6b\x38\x5c\xe0\xf3\xb2\x40\x60\x0d\xfd\x7c\xea\xd3\xd6\xd0\xca\x8f\xc2\xf7\x48\x78\xae\xa1\x49\x1a\x0e\x0d\x48\xbd\x8c\xbf\xac\xe1\x4c\x92\x04\x5d\x26\xfe\xd7\x70\x18\x85\x61\x18\x43\x59\xc4\x50\x72\xc2\xea\x19\x43\x59\xd3\x61\x14\x5c\x33\x63\x28\x6b\xea\x12\x72\x6c\xfa\x9a\x5a\xd6\xa9\x15\x25\x0e\xb8\xdc\x58\xb8\xa6\x4e\x0d\x07\x0f\x2e\x37\x16\xae\xa9\x53\xc3\xc1\x83\xcb\x92\xee\x35\x7f\x43\x83\x05\x1e\x01\xb1\xa6\x36\x84\x4d\x89\xcb\xcd\x86\x8b\x53\x1f\x9e\x8b\xfa\xb4\x35\x9d\xc9\xe9\x70\x81\xde\xcb\x22\x84\x35\x75\x4c\x80\xde\xcb\x00\xc7\x22\xc0\x91\x73\x3e\x4d\x18\xcc\x58\x4b\x81\x64\xff\xe1\x32\x98\xb1\x96\x96\x90\xfd\x87\x8b\xc8\xc6\x9f\xb5\x74\x2e\x84\xde\xcb\x35\xb9\x5c\x93\xdc\x33\xb9\x96\xda\x6d\xc9\x02\x72\xb9\xcb\xd3\x0a\xd6\x92\x05\x1c\x20\xb5\x96\x2c\x58\xfa\x70\x5c\xbc\xb3\x2c\xd5\x5e\x4b\x8d\x47\xbd\xdb\x5a\xb2\x60\xfd\x86\x8b\xd9\x5b\xc5\x36\x44\x71\x9c\x27\xb8\xdc\xcf\xb8\x96\x82\x4b\x3c\x73\x2d\x4d\xe6\x52\x70\x85\xf7\x4b\x6c\xbb\x2a\x52\xc5\xb9\x83\x8b\x88\xca\xf9\x91\xcd\xa8\x32\xf7\x38\xae\xa5\x13\x42\x82\x77\x2d\x41\xc5\xd2\x7b\xe6\x28\xde\x65\x91\xc4\x5a\x4a\x90\xa1\x01\x03\x30\x8b\x00\x4c\x2e\x40\xf4\xed\xba\xdf\x1a\x07\x0e\xe4\x58\x5b\xe3\xb0\x65\x29\xc7\x18\xae\xad\xab\xbc\x0f\x67\x83\x53\xd0\xd6\x96\xa3\xdb\xb5\x11\x4c\xe4\xd6\x5e\x6c\xd7\x46\xf8\x9c\x6b\x63\xcb\x51\x4e\x3b\x5c\xd6\x4d\xac\x2d\xf7\xc8\x03\xaf\x2d\xf7\x28\x95\x78\x2e\xf2\xbb\xcb\x1a\x89\xb5\x15\x20\xf6\xa8\x2c\xab\xbc\xd7\xd6\x09\x09\x1c\x98\xad\x5d\xa1\xd8\x3b\x44\x5f\x1e\x42\xba\xb6\x66\x85\x94\xdc\xda\x32\x99\xc2\xef\x43\x3b\xcc\xf3\x60\xd2\xb5\x45\x64\x06\x2e\xb6\xcc\xdb\x3f\xe6\x65\x86\x26\xf3\x08\xfb\x64\x12\xfa\xdb\x22\xef\x7d\x09\x8b\xd9\x05\xb3\x3d\x31\x60\x5f\x3a\xc0\xec\x1f\xd9\x9e\x18\xb0\x29\xb9\x38\xb4\x7a\x68\x30\x74\x5f\x5a\x60\xee\xe7\xdc\x6e\xf2\xdc\x54\x5e\x1c\x1a\xdf\x83\xcb\xfb\x52\x6e\xc9\x3e\x6f\xea\x2f\xfe\xec\xeb\xc7\xd1\xe0\x5d\xac\xf2\xbe\x94\x51\x4e\x06\xd9\x86\x91\x36\xa7\x0d\x3c\xf7\x75\xf1\xbd\x62\x1b\x28\xdc\xfb\xba\x18\x07\xf1\xcf\x4d\x69\xc6\x73\xe3\x9d\x6e\xab\xc2\x37\xe1\xa6\x60\x4b\xe7\xbe\x60\xf2\x26\xda\x74\x1e\x7b\xa1\xd9\x2c\x5c\xbe\x49\x25\x6f\x42\x4f\xe7\x67\x4b\xe3\xdd\xf0\x5d\x94\xdc\x4d\x10\x65\x7b\x50\xc1\x26\x02\x75\x68\xbc\x0b\x97\x37\x11\xa8\xcc\x41\xce\xdb\x08\xd4\xa6\x86\xfc\xb9\x39\x2b\x64\x5b\x3c\xbe\x29\x02\x79\x6e\xe2\x20\xdb\x93\x4a\xf7\x9d\x7f\xb4\xc3\xe5\x1b\xe5\xb5\x39\x81\xf4\xb9\xaf\xf2\xd7\x5b\xe4\x37\x55\x21\xe7\x67\xf2\x4a\xe5\xd3\x78\x5f\xfb\x66\x21\x7a\x7d\xc1\xbe\xc3\x2e\xe0\x8e\xdc\x1c\x88\xb9\x8d\x3c\xed\xdb\x11\x51\x63\xb9\x8d\x3c\x6d\x22\x4f\x6e\x31\xda\xd6\x9b\x6f\x02\x50\xcf\x4d\xf6\x74\x3f\x84\x53\xf6\x03\x66\xbd\xef\xb3\x9a\x36\xd5\x23\x7f\x36\x37\xe7\x3c\x37\xa9\xd2\xfd\x60\x80\x37\x45\x24\x8f\x3b\x52\xb7\x45\x24\xfb\x49\xec\x60\x21\x32\xb0\x9f\x6c\x1b\xce\x3d\xd5\x17\x9b\x90\xd3\xf9\xf1\x5d\xb8\x66\x21\xc8\xe6\xb2\x9c\xc7\xdb\x0b\xb6\x9b\x63\x37\xf5\x20\xc1\x99\x63\x9b\x88\xd3\x9f\x4d\xac\xe9\xf1\xf2\x82\x4d\x7d\xfb\xf9\x81\x2b\x5c\x5e\xb0\x1f\xe7\x94\xad\xb4\x87\xf6\x42\x43\x5c\x9f\x1f\x57\x8e\xfb\xb2\x0d\x3c\x6d\x02\x4f\xe5\x7e\x0f\xc9\xfb\x70\xf6\xfb\xe3\xca\xb1\xd3\xdb\xfb\x70\x36\xb5\x21\x87\xf6\x41\x1b\xd2\xb6\xb4\x23\x0f\xd6\x81\xec\x37\xdb\x04\x13\xf4\x66\xbf\x87\x91\xba\xc9\x76\x6e\xa3\x3d\x9b\xfa\x8e\xe7\x7e\x8e\xfd\xdd\x46\x7b\x36\xfb\x6f\x9f\x1b\x44\xbd\x0d\xe7\x6c\xae\xa2\x79\x6e\x32\x8c\xdb\x30\xcd\x26\x4c\xe3\xde\x9c\x6d\x89\xfc\xfe\xec\x32\xc7\x50\xec\xcf\x2e\x7f\x76\x0f\x64\xbb\xbd\x32\x66\x7f\x8a\x2b\x9b\x5f\xf6\x87\xd7\xb4\x0d\xd3\xdc\x20\xd6\xfd\x81\x24\x36\x7b\x72\x9f\x9b\x43\x3d\xb7\xe1\x97\xfd\x39\x69\x9c\x92\xb6\x2d\x90\xd8\x9f\x9c\x7f\x8f\x2b\xbc\x3f\xe5\xf1\x23\xda\x74\x53\x1a\xb9\x3f\x0c\xc3\xfe\x9c\x8d\x97\x99\xb4\x18\x62\x7f\xce\x06\x17\xe3\x6f\xe3\x2a\x9b\xb8\x4a\x01\x61\x6e\xe3\x2a\x3b\x39\xb4\xf7\x68\xe3\x9d\x94\xd1\xe4\x4a\x64\xf3\xcb\xb6\xa2\x61\xb3\x0d\xf7\xb9\x29\x8d\xdc\xc6\x4b\xb6\xf1\x92\xfb\x3d\xea\x73\x13\x28\x39\x3f\x3e\x87\xb0\x58\xbd\xb0\x8d\x6f\xdc\x2f\xfa\xce\xd2\xf7\x9d\x94\x47\x0e\x4e\xdb\xa9\xda\x86\x33\xf4\xa2\xdb\xac\x4a\xd8\xc9\xe1\xb2\xcd\x79\x1b\xcb\xd8\xc9\x59\x63\x4b\xc9\x36\x96\xb1\x89\x65\x14\x4e\xcd\xde\x96\xc3\xef\xec\xd0\x30\x66\x9b\xdb\x59\xce\x4f\x93\xf6\x41\x5b\xd2\xf6\xbf\xfc\x3d\xd8\x49\xba\x2d\x4a\xd8\x44\x2f\xce\x63\xd2\x92\x34\x64\x94\xeb\x45\xb7\xa1\x8c\x9d\xe5\x00\xb0\x6e\x5b\x49\xbf\x33\x1a\xfa\xe6\x7e\xa6\x4d\x85\xc2\x9f\x9d\x5d\xa5\x5c\x31\xba\x73\xb1\x7b\xca\x2d\xe7\xb2\x6c\x62\x18\xe7\x67\x49\xa3\x5d\x39\x95\xe5\xd4\x97\x79\x0e\x97\x78\xe7\x6a\x5f\x8e\x27\xb5\x89\x6b\x9c\x1f\xb4\x3b\xbb\xab\xb7\x85\x0a\x3b\x03\xc6\xef\x0f\x2b\x95\x55\xd1\x59\x15\xcd\x21\xe1\xdb\xb0\xc5\x26\x6c\x51\x38\xdc\x7b\x1b\xb6\xd8\xdc\xd4\xf2\xdc\x6c\x96\xd9\xdc\xd7\x72\x7e\x9c\x0c\x64\xd9\xb0\xc5\x2e\x9f\xc3\x3d\x90\x70\x17\x39\x5a\x92\x4d\x30\xb9\x45\xe5\x55\x64\x15\x90\x70\x17\x59\x55\x72\x93\x16\xd0\x98\xdc\x22\xab\xd2\x4d\x1b\xb2\xca\xb8\xc5\x0d\xae\xdb\xc6\x28\x76\x51\xbe\xd3\x4b\xbb\x0e\x83\x60\x41\xc9\x7c\xce\x60\xc1\xae\x0e\x23\xe5\x04\xed\x95\x96\xa4\x15\x68\x45\x1a\x43\xe3\x0e\xff\xed\xe1\x9c\xbb\xba\xc4\x29\x5e\xdd\x16\x11\xec\x9a\x1f\x69\xb4\x91\x7d\xb7\xd8\x46\xd0\x86\x32\x5f\xb5\xbf\x64\x5b\xb7\x41\x80\x6d\x10\xe0\x26\xdb\xba\x3d\xc4\x73\x13\x0b\x78\xbc\x76\x62\x57\xd7\x41\x75\x26\x33\x86\xb5\x3a\x93\xd5\x75\x00\xd0\xda\xee\x1c\xd8\xec\x1c\x78\x6e\x80\xd6\x76\xe7\xc0\xae\xae\x0d\x80\xd6\x36\x32\xb0\x09\x06\x3c\x37\xd5\xab\xdb\x6d\x02\x9b\x60\xc0\x73\x73\x48\xeb\x36\x0a\xb0\x8d\x02\xdc\x54\xa0\xee\x70\x8d\x87\xd6\x96\x9b\xa7\x76\xe0\x27\x6f\x23\x03\x37\x39\xd3\x6d\x64\x60\x73\x5b\xc9\xa1\x9d\xbe\x70\x67\xc9\xf9\xf9\xd1\x0e\x9f\xdd\x62\xb0\x43\x69\x66\x43\xf6\x36\x32\xb0\x43\xa3\x43\xf2\x72\x5b\xf9\xb0\x43\x29\xe5\x10\xc0\x6d\x14\x60\x87\x53\x5e\xfe\xef\x73\x6c\xd3\xfd\xff\x18\x79\x77\x20\xec\xe6\xec\x73\xeb\xff\xb6\x30\x62\x37\x67\x9f\xd3\xde\x77\x73\xf6\x9b\x42\x5c\xe0\x2e\xdb\x16\xfe\xec\x96\x6c\xed\xe5\x5d\xbd\xb9\xa6\x0e\x00\xc3\x6d\x11\xff\x6e\x72\xad\xc0\x5d\x77\x25\x6c\x36\x22\x1c\x1a\xdf\x23\x54\xb4\x9b\xeb\x9d\x54\xe9\xb6\xa8\x62\x1b\x2d\xb8\x71\xd5\xb7\x45\x15\x9b\x8d\x08\xcf\x5d\x90\x44\xa3\x05\xbb\x29\x11\xe4\x4f\xb7\xfb\xb0\x77\xd3\xfd\xe2\xe2\x90\x6d\xb4\x60\xb7\x1f\xd7\x2a\xcf\xc9\xb5\xf6\xe3\x1a\xfa\xcd\x4a\x8b\xdd\x95\xf6\x82\xc4\xba\x39\x7b\x77\xb5\x7e\x65\x81\x76\x10\xd6\xee\x1a\x34\xee\xd7\xda\x6c\x1a\xf8\xb3\xbb\xc6\xab\xe2\x0a\x76\x8d\x57\x27\x04\x7b\xd7\x8f\xe7\x1c\x47\xb7\x7f\xf5\xe3\x39\x90\xce\xee\x1a\x2a\x4e\x8c\xd9\x5d\x43\xd5\x09\xa3\xde\x24\x4b\xb7\xb8\x7d\x73\xf9\xc7\xa1\x15\x68\x49\x9a\x6d\x30\xde\x61\x9f\xc5\xed\x37\x49\xd5\xed\xee\xec\x3d\x5c\xa1\x5c\x71\xba\x87\x8a\x66\xe0\x49\x7b\x61\xc9\x1e\x7a\xd2\x43\x89\x65\x9f\xfd\xf6\x44\xa0\x3d\x9c\x23\x70\xcd\x1e\x7a\xd2\x6c\xe6\x3e\xb4\x07\x5a\x91\x56\x8f\xc9\x48\x92\xfc\x9c\x53\xc9\x81\x36\x5b\xc8\xbf\x87\x53\x49\x02\x75\x8f\x6a\x57\x00\x85\xde\x75\xb2\x2d\xc3\xd8\x86\x01\x6e\x4e\x1a\xde\x62\xfe\x3d\x9d\x0e\xee\x35\xd9\x53\xe5\x33\x9d\x8e\x40\xf9\x4c\x87\x3b\x75\x0a\x83\x29\x9f\x3a\x85\x53\x9f\x23\x98\xf2\xa9\x61\x9e\xa4\x86\x6e\x4a\x59\xb7\xc7\x3e\xee\xe9\x42\x26\xf9\xba\xa7\x0b\x79\x2a\xba\x81\xee\x9e\x2a\xb3\xa9\x32\x23\xd3\xba\xad\xaf\xd8\xec\xe6\x7e\x1e\x8e\x1e\xdc\x62\xfe\x4d\xfd\xc4\xa1\xf1\x9c\xc8\x81\x62\x8a\xe7\xe1\x94\xab\x6d\x31\xc5\xa6\x98\xe2\xd0\x78\x4e\xd1\xa0\x98\xe2\x79\xb8\x49\x75\x5b\x4c\xb1\xa9\x95\x38\xb4\xd3\x97\x45\x8c\x6f\x53\x99\xf0\x3c\x14\xa1\x6e\x2b\x13\xb6\x20\xf8\x60\xc5\xff\x53\x31\x9c\x3f\xfe\xad\xfd\xe3\x6f\xff\xfd\x7f\xb4\x7f\xfc\xcf\xf6\x6f\xeb\xef\xe3\xbf\xfe\xf9\xcf\xf5\xef\xff\x39\xff\x75\xfc\xe7\xdf\xff\xdb\xa1\xfe\x7d\xae\xfd\xaf\xff\xbe\xfe\xb9\xfe\xd7\x7f\xfc\xd7\x3f\xc7\xfa\xfb\x3f\xfe\xe3\x1f\xe7\x2d\xfe\xfd\xef\x00\x00\x00\xff\xff\x80\x7b\x94\x6c\x70\x5a\x01\x00"); -func _adaa ()([]byte ,error ){return _g (_cgf ,"HKdla-B5-V")};func _agb ()(*asset ,error ){_aade ,_feee :=_ceg ();if _feee !=nil {return nil ,_feee ;};_ceb :=bindataFileInfo {_b :"Adobe-CNS1-4",_ffe :1901,_ag :_ed .FileMode (436),_ac :_c .Unix (1580491191,0)}; -_ccg :=&asset {_abe :_aade ,_ece :_ceb };return _ccg ,nil ;};func _gga ()([]byte ,error ){return _g (_dfe ,"GBKp-EUC-H")};var _eccf =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\xbd\x4f\xef\x2f\x3b\x92\xa7\xb5\xaf\x57\x71\x96\xc3\x62\xa8\x74\x66\xda\x8e\x90\xae\xae\xc4\xf4\xf4\x0c\x2d\x34\x80\x68\x1a\x90\x10\x8b\xb4\x9d\xd9\x2a\x89\xbe\x55\xaa\xaa\x5e\xf4\xbb\x47\xf9\x3c\x59\x80\x10\xd2\xbd\x9b\xf3\xd1\x89\x9f\xf3\xeb\xff\x11\xe1\x70\x44\xf8\xf7\x7f\xf7\x0f\xff\xf1\x1f\x7e\xf9\xc3\x5f\x7f\xfc\xfe\x7f\xfc\xf3\x1f\xe7\x3f\xde\x7f\xfd\xf1\xfc\xe1\x97\xf5\xe7\xfb\x2f\x7f\xfc\xd7\x3f\xcf\xfb\xc7\xb8\xff\xf9\x0f\xbf\xfc\xee\x77\x65\xff\xb1\xfe\x30\xff\xfa\xb7\xff\x02\xf3\x5f\xae\x3f\xfd\xee\x77\xef\xf7\xff\xf8\x6f\x7f\xf9\xeb\xfd\x2f\xff\xf0\xcb\xf3\xc7\x1f\x87\xe5\xd6\xbf\xfe\xe9\x2b\xfb\xe3\xc7\xef\xff\xa7\xfb\x9f\xff\xf0\x97\xbf\xfe\xf9\xdf\x7e\xfc\xbb\xff\x66\xfd\x71\xdc\xff\xd5\x8f\x75\x3f\x2f\xfd\x7f\xf8\xf3\xba\xff\xfc\x87\x5f\xfe\xf9\xc7\xbf\xfb\xcf\xff\xa1\xfc\xdf\xd4\x7f\xfc\xd7\x3f\xfd\xe9\xff\xbc\xff\xe5\xfe\xe5\xaf\x3f\x76\x68\xf7\x2f\x0b\xfc\xdd\xef\xff\xee\xbf\x5c\x7f\xfa\xef\xaf\x7f\xb9\x7f\xfc\xfe\x3f\xff\x87\xff\xee\xdf\xff\xfd\x3f\xfd\xdd\xbf\xff\x6f\xf9\x0b\x7f\xf8\x5f\xee\x3f\xff\xe5\x0f\x7f\xfc\xe5\x47\x29\xff\xf5\xb6\xb5\xff\x87\xfe\x3f\xff\xdb\x9f\xee\x1f\xe5\xfb\x85\xff\xed\x9f\xfe\xe1\x3f\xfe\xf8\xdf\xcb\x8f\xb2\xfd\xd8\xeb\xd1\xfb\xff\xf1\xd1\xff\xd7\xff\xf2\xc7\x75\xff\xd8\xfc\xdf\x6e\xd3\xe7\x1f\xd7\xfd\x97\x3f\x5d\xf3\xfe\xf3\xf5\xcb\x3f\xdf\xbf\xfb\xf1\xe3\xa7\x6d\xfb\xf9\xc7\x8f\x1f\x3f\xc5\xf6\xf3\xfb\xbf\x28\xe7\xf6\xf3\x8f\x9f\xfe\xd3\xdf\xff\xa7\xbf\xff\xf9\x6d\xe4\xff\xa7\xfc\xef\x8a\x3f\xf3\xcb\x1f\xff\xba\xee\x47\x1a\xbf\xf0\x53\x79\x7e\xfe\xd1\x7b\x69\xef\x47\xff\xef\xbf\xfe\xae\x6c\xdb\x57\xf5\x1f\xd6\xf7\xc1\xfe\x7e\xf0\xfe\xc3\x07\x3f\xed\xe5\xe7\x1f\x3f\xf5\xfb\xe7\x1f\x51\xce\xdf\xfd\xad\x05\x51\x7a\xfc\xfc\xa3\x6c\x5b\xdf\x5f\x5a\x4f\x69\xf9\xf3\x8f\xd8\xa3\x40\xba\x24\xdd\x6f\xb1\xb2\xe7\x4b\x0b\x3f\x8d\x0a\xed\xe0\xe7\xa2\x49\x6b\x3f\xff\x88\x16\x16\xeb\x90\xee\x49\xb1\x73\x7b\x69\xf7\x92\xb6\xde\x76\xf4\x80\x74\x43\x7a\xf8\xb5\xfd\xa4\x21\x8f\xbf\xf6\x42\xec\x51\x21\xf9\x6b\x0f\x0d\xd9\xeb\xfb\x6b\xbb\x7d\xd8\xeb\x2e\xed\xfd\xb9\xbd\x1e\xd2\x8e\x9f\x7f\x64\xc4\x09\xe9\x84\xd4\x0a\xc5\x7a\x7f\x69\x6d\x97\xb6\xbf\xed\xa5\x5b\x7b\xf3\xcb\x7e\x50\x2c\xdf\xee\xef\xdd\x4f\x5f\x88\xdc\xa8\xa0\x57\x49\xf9\x16\x3b\x3e\xda\x25\xed\x7a\xdb\xcb\xf8\xee\x7d\x48\xa2\xf7\x47\x39\xa0\x2d\x69\xeb\x9d\x94\xee\x97\xb7\xa4\xdb\x62\x6f\x57\x77\xc7\x17\xe8\xd9\x28\x16\x45\xd2\x6e\xb1\x06\xcd\xf6\xbe\x10\x47\xa1\x0b\x61\x73\xe3\xb1\x18\x9f\xa6\xbf\xf6\xc2\x5b\x00\x92\xbf\x76\x9d\x14\x3b\x18\xcb\xcb\x6e\xbd\x10\x35\xa9\xe0\x62\x16\xf6\xd9\x29\xe6\x90\xcf\x90\x16\x6f\x17\x58\x22\xfb\x4c\x49\xef\xaa\x89\x83\x8e\x4e\xc7\xe3\xde\xf8\xd2\x4a\x6f\x2b\x7d\x21\x72\xa3\xb9\xb7\x93\x70\xd3\xab\x73\x63\x62\x6e\x7b\xf5\x42\x9c\x4e\xe9\x6d\xaf\x5e\xe8\x9d\x05\xb2\xdf\xb6\xd6\xb5\x75\x3a\x09\xae\x2d\x20\xa3\x32\x92\xae\xad\xfd\x61\xe6\x4f\x87\xed\xb1\xd2\x17\xa2\xdb\xa9\xc7\x3a\xdf\xe5\x56\xb6\x73\x97\xd6\xa5\xf5\x9f\x7f\xf4\x70\x88\x1e\xfb\xfe\x42\xa4\xad\x7d\xec\xfb\x43\xdf\x0b\x4d\x7b\xec\xfb\x0b\xef\x8f\xd1\xf7\xc7\xc5\xf0\x42\x9c\x9d\x51\x7b\xa6\xa4\xdb\x62\x6f\x73\x0f\xd7\x33\xf0\xd2\x02\x5a\x91\xf6\x0e\x9b\xbf\x76\x9c\xbb\xa4\xd3\x62\x09\xad\x4a\x7b\xa7\x2f\xe9\xe8\x71\x36\x49\x4c\xdf\x79\xec\xd0\x42\xda\xdb\x85\xb2\x17\x48\x29\x69\x58\xcc\x1a\xa6\xb4\xf9\xfe\x1a\xe3\x71\x9c\x8c\xee\xe1\x5e\x3b\x8f\xb7\xf7\x87\x7b\x0d\x88\x93\xb5\x7b\xb8\xd7\x8e\xea\x50\x9e\x07\xb4\x2e\xad\xbf\x0b\x35\x68\x5b\xb5\x1d\x75\x59\x4c\xda\x2d\xed\x66\x05\x5a\xc1\x03\xa9\xd9\xd3\x4a\x17\x9a\x3d\x7d\x21\x0a\x33\x7f\x34\x7b\xfa\x42\xa4\xed\x68\xd6\xd9\x9d\x79\xd6\xd1\xd1\x1d\xb7\x17\x62\x6b\x14\xeb\xf6\xa0\x3b\x46\x8d\xa1\xec\xb6\xed\x85\xe8\x76\x5e\xc6\x78\xb8\xe7\xcf\xce\x18\xb9\xe7\x81\xc8\xc2\x50\xba\xe7\x81\xb7\x98\x35\x38\x94\x2f\x44\xdf\x19\x0f\xd9\x00\xf0\x16\xa3\xf3\xf2\x81\x43\x06\xdd\xa8\x40\x36\x00\xc4\x16\xb4\x43\x36\x70\xc8\x79\x4f\x38\xd9\x21\xe7\x05\x22\xd9\xf2\x87\x9c\xf7\x08\x78\xfb\x19\x0c\x5b\xd8\x85\x17\x22\x8b\x24\x7b\x10\xf6\xc0\x0a\xec\x41\xb8\xaf\xc2\x76\xd8\xdc\x70\x5f\x59\xa7\xad\xcd\xc3\x62\xf4\x20\x9d\xf9\x64\x97\x26\xed\x48\xa7\x2a\xed\x68\x52\x69\x7e\x9f\xde\x6c\x3f\xc6\x23\x9d\xe5\x8b\x5e\xd5\x8d\xa1\x94\xf7\x00\x3d\x76\x2a\xbd\xec\xd5\x75\x59\x8c\x1a\x2e\xdb\xfb\x42\x24\x8c\xf7\xb8\x1c\xf0\x8b\x4a\xab\x3d\xbd\xac\xf4\x85\x48\x58\xe5\x71\x7d\x95\x3e\x90\xa8\x60\x38\xe0\x2f\x44\xc2\xb1\x8f\xe1\x80\x8f\xf4\xc7\xa8\x60\x38\x6c\x2f\x74\x19\xd9\x31\x6c\xc6\x64\xc0\xab\xb3\x2c\x5b\x04\x62\xdf\x13\x39\xff\x37\xe1\xfc\xff\x27\xaf\xe3\x90\x6b\x1e\x4a\xc2\xea\x16\x53\x12\x02\x3d\x42\x92\xe3\x20\xe7\xa8\xf0\xe0\x53\xce\x71\x9e\x8f\xb4\xb7\x51\x67\x95\xf6\x42\x14\x46\xfa\xac\x74\xe7\xec\x30\x98\xb6\xbd\x0b\xf4\xec\x1f\x4d\xbe\x7c\x42\xda\x25\x31\xbd\x8d\x86\x9c\x4a\x42\x20\x62\xe3\xd7\x94\x84\x67\x6f\x16\xa3\xd2\xde\xa5\x75\x16\x8b\xa4\x90\x44\x7b\xdb\x49\x7b\x5d\xdb\x67\x14\x69\x01\xcd\x5a\x5f\xe8\xe9\xa7\x8a\xb8\x33\x98\xcb\x06\xb3\x3e\x5d\x7b\x40\xcf\x6e\x31\xe6\xf2\x4c\x7f\xad\x51\x43\xfa\x6b\x2f\x44\x6e\x0d\x92\xbf\xf6\x42\x57\x50\x9d\x2e\xda\x33\xa7\x5f\xd2\xfb\x5c\xd2\x5e\x1d\x65\x83\x9b\x9c\x2e\xda\xf3\x72\xdc\x3a\x9f\x5e\x8e\xdb\x0b\x51\x4e\x49\xd6\xf9\x42\xec\x30\xb5\xf3\xb2\xce\x17\x7a\x26\xbf\x7f\x59\xa7\xd2\xb7\x75\x8b\x39\x94\x48\xdf\x74\x5e\xdc\x01\x40\x6c\xce\xa8\x3b\xe0\xbc\xc2\x2f\x99\x97\x2b\xa5\xbd\xcb\x6c\x73\x96\x2f\xd6\xd1\x39\xbf\x0a\xf8\x74\x5a\xc1\x84\x6b\xee\xd4\x39\xad\x60\xc1\xd1\xbb\x43\xb4\x6c\xee\x62\x88\x50\xbc\xce\x65\x73\x17\xbf\xd6\xd9\x3c\xe7\xf2\xd7\x5e\x88\xc6\xe6\x39\xd7\xf7\x6b\x2c\x06\xd9\xe6\xb9\x6c\xef\x0b\xd1\xd0\x77\xce\xe5\x62\x58\x61\x31\xa6\x6a\xd9\x85\x17\xe2\x0c\x7f\xcd\x2e\xbc\x10\x25\x6d\xc7\x90\x34\xfd\x72\x87\xe6\x54\xbd\x10\x67\x5a\x81\x53\x75\xa7\xc5\x18\xf1\xdb\x5f\xbb\x61\x74\xfe\xda\xed\xaf\xdd\xac\xac\x7e\xd0\xf9\xfb\xfb\xf4\xe5\x12\x3b\x1b\xfb\xbc\x5d\x59\xcf\x66\x31\x68\x8f\x13\xff\x20\x91\xdd\x1c\xea\x14\xa7\x5b\xb2\xb3\xc4\xab\x5b\xb2\x56\x3f\xad\x6f\x43\xaa\xfb\x0f\x88\x84\xd1\xd5\xba\x4b\x42\x28\xa1\x67\x54\xc5\x2a\x50\xb6\xde\x2d\x76\x4a\x53\x11\xdd\x21\x55\x49\x76\xa1\x4b\xbb\xa5\xdd\xb4\xcd\x2f\xe9\x42\x6d\x70\x15\x55\xb6\xaa\xc0\x04\xa2\xd5\x06\x89\xb9\xaa\xee\xd2\x1e\xef\x58\x56\x77\x69\x0d\xe6\x54\xf5\xa6\x2a\x5b\x80\x08\xa4\x74\x8d\x90\x74\x59\x2c\xa1\x0d\x69\x03\x3d\x91\x6e\x05\x8c\xb9\xba\x4b\x83\x09\xac\xee\x52\x20\x9a\xbf\xe6\x2e\xad\x59\x2d\x46\x43\xd2\xf6\x26\xe7\x81\x4d\x92\xed\x48\x24\x77\xd8\xd5\xb4\x21\x2f\x44\xa4\xc5\x58\x5b\xf5\xb2\x52\x94\xa0\xea\x36\x05\x7a\xef\xb4\xcd\x6d\x5a\x87\xc5\x9c\xc0\x61\xb1\x17\x7a\xa0\x76\xd6\x61\x31\xe7\x39\x18\xb8\xe6\x3c\xb7\x93\x05\x97\xd4\xd0\xce\x4b\xda\xf5\xf3\x8f\xdc\xd0\x2a\xda\xc9\x80\x34\x27\x35\xf9\xb9\xe6\xa4\x02\xd1\x51\x17\x9a\x93\xda\x1a\xdd\xca\xfa\x36\xa4\xb5\x90\x16\xfc\x5a\x40\xa2\x5b\xcd\xd9\x4a\xfa\xd0\x9c\xad\xe6\xc0\x25\xd2\xb6\x39\x70\x40\x34\x98\x7b\x73\xe0\xda\x3b\x48\xe5\x3d\x97\x41\xf3\xe7\x5e\x78\xa5\x3a\x24\xbb\x00\xcb\x2b\x1b\x1a\x65\x93\xe5\x01\xd1\x58\x22\xcd\xb1\x6c\xaf\x94\x2b\x65\x43\xf2\x35\xe5\x18\x10\x27\x8c\xbc\x4d\x7b\xff\x42\x79\x65\x05\xb4\x29\x6d\xa2\x3d\xd2\x8e\xb9\x24\x2d\x8b\x49\xbb\xa5\xbd\xfc\x3e\x10\x01\x6d\xb2\xa4\xdb\xb2\x6d\x68\x72\x6d\xd9\xb6\x17\xa2\x23\x50\xda\xb2\x6d\xeb\xab\xb4\x43\xb3\xd2\x45\xa5\x9b\xc5\xac\x14\x26\x12\x9c\x7c\x9a\x4c\xa4\xdd\x56\xd0\xfb\xaf\x0b\xef\xe6\xf1\x06\x88\x03\xf9\xd8\x3c\xde\xb4\xbb\xf3\x2b\x6c\x82\x76\x3b\x97\x2f\x44\x83\xc7\xb4\xdb\xc1\xbf\xed\x34\xca\x54\xbb\xbf\x06\xdc\xef\x94\xb3\x67\x9b\xac\xa8\xbd\x67\x95\x52\x36\x8e\xa7\xed\x71\x01\xbd\x90\x1b\x6a\x69\x7b\x5c\x40\x2c\xd1\xb2\xd1\x9d\xee\x12\x05\x5e\x16\x02\xa9\x48\xe2\xd7\xca\x66\xb1\x53\x1a\xbf\x16\x16\xab\x92\xc2\x62\x09\x2d\xa5\xb1\x58\x58\x8e\xdd\xf5\x0e\x94\x52\x50\x9d\xba\x0b\x1e\xc8\x0d\x1d\xb4\x7b\xac\x00\x7a\xff\x9a\xb6\x24\xdd\x7e\x69\xa5\x8f\xb4\x87\x5e\x51\xa7\xba\x4c\xe7\x58\x51\x0a\xab\xb1\x7b\xac\x00\x62\x83\x39\x75\x8f\x15\xbd\xb2\x1a\x0b\xab\xb1\x57\xdb\x56\xd9\x8b\x4c\x42\xaf\x36\xed\x85\x77\xc7\x41\xb2\x69\x2f\xa4\x0b\xaf\x57\x9b\x06\x7f\x2d\x65\xb7\xd8\x2d\x8d\x79\xe9\xfe\xbe\xad\x7d\xe1\x2d\x46\xd3\x9a\xcd\x7d\x21\x5d\x9f\xbd\x39\xe0\xb0\xe1\x52\xd0\x68\xbb\x6c\x18\xc8\x38\xa9\x54\x36\xdc\xbb\x3d\x80\x9b\x74\x4f\x1a\x40\x6e\x88\x83\xee\x49\xa3\x63\x5d\x28\xa5\x4a\xb3\xbd\x2f\xa4\x06\x9d\xee\xa9\x02\x78\x8b\xd1\x5e\xd9\x04\xf0\xd2\xa8\xd5\x73\x05\x90\x1b\x82\xba\xab\x8d\x01\xb9\xc1\x9b\xba\xda\x58\x0f\xbb\xe0\xb8\x79\xfa\x00\x72\x43\x76\x77\x25\x04\xf0\x16\xf3\xd7\x9c\x98\x80\x85\xa1\xf2\x74\x0f\x24\xc0\x5b\x8c\x69\xf6\x44\x02\xbc\x67\x33\x48\xf6\x34\xec\x69\x63\xfe\x3c\x91\x00\x3d\xd2\x2f\xed\xe9\x0b\x29\xb3\xee\x6a\x85\xfd\x95\x2d\xef\x97\xd0\x14\x2e\x40\x6e\xb0\xcd\xae\x0a\xd8\xd3\xe6\x36\xda\xa6\x20\x01\xa2\x21\x5b\xba\x2c\xb2\xa7\xed\xf8\x3e\xb5\x1d\xe9\x88\xd3\x79\x35\xc5\x7e\x59\x29\x5b\xb2\x2b\x5c\x80\xdc\x92\x2f\xd5\x01\xfb\xe5\x7a\x76\x8d\xab\xdd\x01\xa1\xb5\xa5\x5f\xb6\x63\xf8\x6b\x6e\x22\x65\x10\x90\x32\xb5\x3e\xfc\xb5\x17\x4a\x29\xf0\xef\x3e\xdc\xb9\x2f\xc4\x7e\x52\xc1\x70\xae\x86\xbb\x14\x65\xb4\x7b\x72\x01\xd2\xf3\x45\x1f\x6e\x85\xe1\xa2\x71\x78\x87\x63\x39\xd8\x92\xe8\x85\x7d\xba\x8e\x5e\x88\x66\x9d\xd3\x65\xf4\x42\x29\x3b\x5a\x4a\x9f\xae\xa3\xc9\x3a\x42\x8d\xed\xd3\x1e\x28\x33\xf6\xcd\x4f\x9d\xf9\xe9\x2e\x95\x64\xd3\xa6\x0c\x84\x79\x51\x64\x00\xd1\xaa\xbf\xef\x1c\x4c\x5a\xbb\x73\x8a\xed\xca\x07\x20\x52\x2e\xb0\x6c\xed\xb2\x69\x72\x0b\xe5\x03\x90\x9b\x13\xaf\xfe\x0b\x64\xb8\x71\xd5\x7f\x81\xf7\x4b\x46\x4d\xfd\x17\xc8\x70\xf6\xd4\x7f\xfb\xb2\x53\xc5\x4f\xed\x14\x5a\xec\xdf\x7e\xcd\x4e\x61\x6a\x2a\x3b\xba\x52\xf7\x40\x07\xa4\x8c\xbd\x6b\x6a\x02\x7a\xa2\x17\x75\x4d\x4d\x40\x29\xfb\x29\xcd\x0a\x5e\x78\x15\x2b\x48\x5f\x05\x8e\x07\x82\x30\xe4\xff\x40\x74\xd6\x64\xc8\xff\x81\xe8\x6c\xc8\xd0\xac\x14\x8a\x84\x9d\xd1\x0d\x45\x02\x10\xf5\xfb\xb2\x4a\xaa\x16\x93\xd6\xa4\x35\x8a\xf9\x6b\x74\x2a\x64\x3d\x3b\xcc\x22\x64\x3d\xc1\x69\xba\x1c\xd8\x4c\xc2\xd3\x34\x90\x1b\x4b\x26\x5c\x93\xa1\xb2\x70\xa0\x3e\x85\x33\x0f\xbc\x4d\x84\xc4\xcc\xc7\xa2\xbd\xda\x95\xc2\xc9\x02\xe2\x55\xbc\x7e\x55\x6e\x87\x53\x19\x9c\x5b\x8a\xba\x4f\x78\x6e\x01\xc2\xd1\x0f\xcf\x2d\xb1\x6e\x8b\xd1\x9d\xf5\x48\x63\x53\xa0\x5c\xc5\x6d\x0f\x6f\x16\xcb\x69\x77\xb4\x55\x02\xb9\x21\x69\xe3\x76\xbc\xb0\x4b\x16\x0d\x9f\xe1\x19\x22\xb4\x4b\x22\x69\x43\xbb\x24\xd0\x3d\xa3\x84\x12\x3f\xb0\x11\x94\xb3\x58\xec\xfb\xb5\x86\x58\xa5\x69\x2e\xa9\x70\x15\x9c\x1c\xb3\xd2\x55\x90\x0a\x69\xcd\x86\xa9\x90\x06\xa2\xa0\x96\xa5\x42\x1a\xc8\x8d\xb3\x5d\x2a\xa4\x81\x52\x4e\x2c\xf9\x79\xde\xd2\x90\x84\x9b\x5f\x3e\x92\x1e\x8b\x51\xa9\x82\x1b\xc8\x8d\x83\x6d\x7a\x08\x4a\x34\xe1\x72\xc2\xab\x53\x4d\x18\x88\xda\x2d\x56\x25\x4d\x8b\x49\xb3\x21\x2f\x44\x2b\x92\x6c\x47\xb5\xa7\x88\xb8\x54\x24\x03\xb9\x31\xba\xa9\x44\xce\xe6\xaf\xb1\x6a\xb3\xf9\x6b\x0d\x31\x62\xdb\x9a\xbf\x86\x81\xa4\x9c\x70\xd7\xd4\x40\x02\xc4\xc9\xfc\xa5\x06\x92\xc4\xd0\x57\x4e\x84\x41\x6a\xe8\x03\x7a\xb0\x55\x52\x89\x9c\xee\x81\x13\xdd\x23\xdd\x03\x19\xce\x02\x2c\x3d\x95\x71\x40\xc4\x47\xf2\xd7\xd4\xd2\x4f\x96\x65\x2a\x82\x80\x9e\x0e\xb9\x5a\x7a\x62\x61\x2b\xd5\xc6\x29\x82\x80\x9e\x4e\xb3\x16\xb6\xc4\xc2\x56\x2a\x4c\x32\xb5\x2f\x00\x71\xb2\xde\x52\x09\x04\xbc\xc5\xe8\xbd\x22\x08\x88\x52\x25\xd9\x8e\xeb\xb6\x58\x40\xfb\x6a\x78\x50\x31\x99\x7a\xcd\x69\xe9\x6e\xaf\x9c\xc4\xd3\xdd\x0e\x44\x43\x8e\xa4\xbb\x3d\x87\x5d\x38\x2c\x66\x17\x06\xd6\x50\x24\x50\x2a\x81\x80\x77\x58\x5e\x92\x12\x08\xc8\x8d\xd3\x74\x2a\x81\x72\x1e\xfe\x18\xcd\x9d\xae\xad\x09\x4f\xb0\xb5\x5a\x43\x80\xd8\x6d\xad\xd6\x10\x20\xb7\x8d\x11\x9a\x0e\xc7\x74\x38\x5c\xf6\xde\x7f\x00\xef\x4c\x40\x72\x38\x3c\xb4\x54\x97\xbd\x87\x16\xa0\x6b\xf5\x4d\x85\x52\x7a\x68\xa9\x58\x87\xd2\x43\x0b\x10\x81\xde\x95\x0a\xa5\x5c\x5f\xa5\xd2\xac\xf4\x85\xd8\x9c\x2a\x6d\x26\xb9\x58\x46\xea\xf4\xa9\x6c\x01\xa2\x6e\x92\x5c\x46\x1e\x1a\x2a\x07\xd6\x94\x85\x00\x71\xc8\x1a\x3c\x34\xa4\xec\xa2\xb2\x50\x2f\xd9\x05\xf0\xaa\x67\xd2\x8a\xb4\x02\x7b\x95\x44\x7b\xaf\x1a\x16\x7b\x7f\xee\xaa\x29\x2d\xdf\xb1\xac\x92\x2e\x49\x1a\x4d\x77\x48\x43\x12\x9b\xa8\x21\x58\x2f\xd5\x70\x20\x36\x66\xf9\x72\xcf\x5f\xaa\xe1\x6e\xfa\xcb\x4d\x0f\xf4\xc4\x68\x72\xb9\xe7\x2f\xee\x33\x4b\xe3\x84\x70\x69\xb6\x07\x22\xd0\xcf\x2e\x75\xe9\xcb\x2d\xd9\x60\x3e\x97\x5b\xf2\xba\x0f\x69\x94\xf3\xce\x09\x08\xa5\xd7\x25\x1f\xbf\x1c\xa4\x4e\xb1\xe1\x20\x0d\x65\x66\x47\x63\x1d\xca\x4c\xa0\x27\x7a\xdc\x50\x66\x0e\x8f\x51\xbd\xfb\x69\x4a\x7b\x07\x49\x6b\xd3\xf0\x18\x35\x54\xfe\x35\xd5\x8c\xfe\xd1\x5e\xf9\xa8\xde\x32\x54\xfe\x87\x7d\x08\x76\xf8\xb0\x0f\x23\x18\x4c\x8d\x9b\x43\x1e\x02\xc4\x8e\x18\x1b\x6a\xce\x43\x7e\x11\x30\xd5\x21\xbf\x00\x72\x87\x5b\x0e\xf9\xc5\x50\xef\x0c\x54\xe7\xa1\xde\x09\xe4\x0e\xa7\x19\xea\x9d\x63\xd0\x2d\x19\xd7\x18\x76\x6b\xd0\x2d\x4e\x82\xc3\x4d\x3f\xdc\xe1\x2a\x99\xc3\x1d\x0e\xa4\x16\x9d\xe1\x0e\x1f\x13\x26\x15\x59\x7e\x5d\x78\x0f\x37\x2d\x90\xea\x7e\xc3\x4d\x3b\xdc\xb4\x1a\x81\x86\x9b\x16\x48\x35\xb8\xe1\xa6\x05\xa2\x6c\x92\x6c\xa6\xfa\x84\xc7\x8a\xa1\x3e\x01\xe4\x0e\x43\x1c\x2a\x0c\x43\xab\x82\xf6\xff\xe1\x36\x03\x52\xdd\x6f\x68\x55\x18\x6a\x02\xde\xc8\x0d\x57\x10\x90\xfb\x47\xb2\x07\x37\xfb\x38\x61\x92\x43\xdb\x24\x10\x1d\x1e\x36\x6e\x2b\xb8\x1f\x8b\x51\xe9\xe3\x94\xbf\x10\x0a\x92\xa1\x69\x72\xb8\x44\x93\x55\x30\x5d\xa2\xd3\x25\x9a\x2c\xdb\xe9\x12\x05\x72\x47\x0f\x9b\x2e\xd1\xe9\x41\x5c\xc3\xd3\x54\xa0\x03\x51\x8f\x77\x28\xa7\xf2\x7c\x7a\x10\x4f\x4c\xed\xd3\x83\x38\x10\x5a\xa5\xa7\x07\xf1\xe9\xde\xf6\x0e\x7b\xba\xb7\x81\xd8\x51\x9a\xa7\x7b\x7b\xba\x92\x93\x33\xeb\x74\x25\x4f\x04\xe4\xae\xbe\x34\x15\x90\x40\xa8\xcd\x4c\x17\x37\x50\x76\xf5\x94\xe9\xea\x06\xe2\x44\x11\x9a\x9e\x0b\x81\x38\xaa\x24\x7b\xf5\x42\x9c\x6c\xb2\xe9\x1d\x39\xf0\xfe\x18\xcd\xf5\x92\x1c\x88\x06\xaf\x9b\x5a\x2b\x81\x28\xe8\xf3\xd3\x03\xe5\x44\x4e\xef\x1b\xfa\xd8\x54\x4e\x03\x3d\xbe\x1f\xbb\x24\x5d\x68\x72\x7e\x69\x9f\xb0\x4c\xee\x1b\xe6\x85\xa9\x35\x0d\x88\x8d\x03\xda\xf4\xf0\x08\x44\xa0\x69\x4c\x0f\x8f\x40\xb4\x90\xe4\xec\x21\xe0\xf7\x0d\xb3\xc1\x54\xc0\x4f\xaf\xd0\xd8\x08\x53\x01\x0f\x74\x0f\x24\x53\xf9\x3e\xdf\xcd\xf7\x7e\xc9\x92\x51\xb0\x4e\x05\x2b\x07\x81\xa9\x60\x9d\xcb\xd6\xa2\x07\x4c\x45\x15\x10\xbb\x93\xe7\xf9\x09\xe8\x9d\x63\xdc\x74\x0b\x01\x65\xd7\x48\x35\xdd\x43\x40\xee\x9b\x24\x5b\xbb\x1c\x48\x54\xc0\xa9\x90\x03\x42\xad\x65\x7a\xa4\x9a\xcf\x57\x8c\x5e\x79\x32\x02\x7a\x56\x49\x5f\xb1\x77\x61\xed\xda\xad\x96\x1b\x61\xbd\xba\x5b\xd9\x35\x35\x2d\xef\x7f\x81\xdc\x60\x91\xcb\x8b\x2e\xa0\xec\xce\xf2\xf2\xa6\x0b\xe8\x81\x9a\xbc\x7a\x93\x74\x59\xac\x41\x1b\xd2\xb0\x2b\x61\xb9\x5e\x6a\x85\xab\xdb\x10\x8c\x37\xcb\x15\xbe\x30\x90\xec\xda\x08\x96\x06\x12\x20\x0b\xba\xdd\xd2\x40\xb2\xc2\x4f\xd9\xe0\xcb\xb5\x0b\xf4\x84\x2f\x2f\xd7\xee\x82\xa5\xef\x05\xab\xec\x92\xa5\x03\xb9\xc1\xc9\x96\x2c\x7d\xc1\xab\x77\xcf\xe6\x4b\x5e\x0d\xa4\xd2\x76\xc9\xab\xd7\xcd\x3c\xef\xf6\x41\x3b\x26\x90\x05\x3d\x79\xe9\xa5\x01\x94\x7d\x6f\x16\x73\xe0\x10\x99\xc1\x86\x5c\x32\xbc\xf5\x32\xb9\xb7\x18\x0d\xb9\xbb\x34\x4f\xbb\x8c\x9b\x46\xd1\xf5\x58\xcc\x41\xf2\x04\x03\x64\xb1\xb9\xcf\x57\x8c\x9e\xee\x1c\xf8\xd6\x63\x4f\x5f\xc8\x82\x0e\x78\x3b\xcf\x37\x07\xd4\x7d\xc7\x0e\x7e\x7b\x40\x05\xb2\xa0\xdd\xdd\x1e\x50\xef\xfa\x15\x7b\xbb\x70\x57\x8b\x55\x8b\x9d\x90\xbe\x62\x4c\x96\x7e\x3c\xb7\xdc\x0d\x88\xfd\x94\x94\x92\xd2\x62\x7e\x7a\x49\x7b\x95\xdd\xde\x24\xb1\x42\xee\xf6\xfd\xda\x3b\x96\xb7\xe6\x7d\x20\x0a\x63\x74\x6b\xde\xbf\x1b\x3d\x3d\x98\x85\xdb\xa3\x09\x10\x3a\x31\xdd\xed\x91\xc4\xde\x3d\xd8\xbb\x77\xb7\xf7\x2f\xa4\x76\xdd\xdb\x03\xcc\xed\x1a\x3c\xd0\xb0\x6f\xd7\x20\x10\xc9\x2c\xdc\x1a\x01\xef\x64\x45\x1f\x68\x9e\xb7\x4c\x0a\x88\x6a\x73\x73\x4a\xf2\xd7\x58\xbd\xb7\x8b\x0b\x88\x33\x7e\xc3\xb1\xfb\xbe\xac\xff\x3a\xfc\x15\xba\x23\x5f\x03\x22\x50\x9a\x6f\xf9\xda\x8d\x9d\x6c\x3f\x60\xd6\xb7\x4c\xec\x96\x89\x9d\x7e\xe9\x10\x5e\xc3\x62\x7e\x6a\x3b\x2f\x2c\x06\x87\xc5\x96\x24\x87\x35\xa4\x39\xac\x97\x5b\x85\xc5\xe2\x59\xe6\x1e\xd3\x62\x0c\xc4\xf0\xd3\x81\xa9\x0f\xd1\x72\xab\xc2\x00\x29\xb3\xbe\x55\x61\xee\x09\x8b\xf1\xf8\x7f\x6b\xed\x02\x22\x1c\x55\x4f\x24\xc0\x5b\x8c\xd1\xf7\x48\x02\xf4\xfe\x15\x73\x35\xce\x69\x31\x9a\xab\xd1\x03\xe8\x1d\xcd\xf7\xf6\xac\x01\xe4\xc6\x49\xf1\xf6\xac\x71\x2f\xd6\xb6\x77\x2b\xb7\x0c\x16\xe8\x89\x24\xbc\xb5\x73\x00\xa1\x9e\x7e\x7b\xd4\xb8\x6f\x46\x52\x51\x7b\xab\x7c\x00\xa1\x05\xf6\xd6\xd7\xea\x96\xbf\x7a\xd4\x7f\xdc\x77\x4f\x85\x75\x78\xef\xf3\x78\xbb\x09\xc4\x81\xd1\xfb\xf1\x76\x13\xe8\xc1\x56\x7c\x3c\xfd\x03\xa9\x3f\xe1\xe3\xe9\x1f\xe8\x89\x51\xfd\x71\x73\x02\x3d\x39\x3b\x3e\x6e\xce\xa7\x3a\x42\xdd\xdf\x5f\xd2\x5e\x25\x60\x47\x41\x79\x3c\x2e\x3c\x8d\xc5\x76\xb2\x3c\x9e\x66\x9d\x0d\x8b\x03\x0c\xec\xd1\xb3\xe8\x71\x9f\x9c\xd8\x2a\x1f\xf7\xc9\x83\xcd\x7b\x77\x07\x3c\xda\xbc\x81\xdc\x37\x49\x36\x44\x96\x5e\x19\xb6\x47\x96\x0e\x44\x7c\x24\xf6\xf5\x93\xa7\xc5\xde\xf5\xf1\xe8\x24\x03\x64\xa0\x64\x3d\xde\xda\x01\x65\xf7\x48\xfc\x78\x6d\x07\x74\x6f\x1e\x1f\xad\xd4\x8f\x1b\xb6\xa2\x55\x3c\x6e\x58\x20\x0e\xf6\xd0\xe3\x86\x05\xde\x62\xd6\xe0\x20\xe1\xe3\x50\xc3\x0a\x1c\x24\x2e\xfc\xf6\xca\x55\xf7\xe3\x85\x1f\x90\x81\x22\xf0\xa8\xa2\x3c\x6e\x8e\xca\x01\xea\x71\x73\x00\x51\x60\x43\x8f\x9b\xe3\xe1\x20\xbe\x57\xb8\xda\xe3\xb2\x07\xba\x77\xac\x8f\xab\x1e\x28\xbb\x86\x9f\xc7\x65\x0f\x64\x61\xd5\x3f\x2a\xf5\x8f\x3b\x41\x03\xe3\xe3\x4e\x00\xba\x6a\xed\xe3\x4e\x78\x96\xb3\x80\xc4\x7c\x5c\xd0\x40\x0f\x58\xfa\xa3\x5a\xf1\xb8\x78\xeb\xbb\xe7\x73\x63\xf1\xe6\xe6\xdc\xb7\x77\x63\xe5\x16\xd2\x1c\x38\x4c\xdc\xb9\x31\x70\x42\xe2\xd3\x9a\x1b\x03\x27\x04\x3e\x97\xb9\xc1\x0f\x73\xc3\xf4\xb1\xe3\xab\x90\x1b\x92\x55\xe8\x78\x0f\xe6\x86\xe9\x23\x37\x75\xaf\x7e\xe6\x4b\x9b\x56\x8a\x59\xfd\x78\x07\x29\x37\x74\x2f\x21\xcb\xc9\x97\x58\xd5\x73\x93\x83\xe0\x5c\x90\x1b\x63\x29\x64\x79\x8f\x76\xb9\x31\x94\xb9\x61\x25\xd8\x7b\xe5\xd3\x65\xa5\x8b\x9b\xf9\x9d\x1e\x70\x7c\x11\xb2\xd8\x8c\x65\x3f\x71\xb0\xdc\xf1\x55\xcd\xed\xfe\x68\xf6\x9d\xa6\xdd\xf6\xfd\xb6\x07\x49\x3b\x1e\x7b\xf0\x20\x81\xce\x06\xc9\x1e\x28\xe0\xb9\xf9\xcb\x0d\x01\x2f\x64\x39\xa8\x14\x01\x9f\x9b\x13\x13\x2f\xfb\x4c\xfd\x94\xdf\xea\xa4\x25\xb4\x5d\xda\xcb\x55\xb0\xa4\x64\x79\x8f\x37\x2f\xd0\xd3\x78\x8f\x34\x59\x30\x6e\x0a\x1d\xb3\x77\x16\x8c\x9b\xc2\x5b\xcc\x5f\x5b\xd2\xf4\xca\x3d\x20\xd1\xad\x82\xef\xc6\x1e\x0c\x52\xc1\x6c\x29\x24\xfe\x3e\x59\xaa\xed\xc0\x92\xb9\x23\xb1\xb2\xc0\xcb\x84\x9e\x21\xa9\x4a\x7a\x27\xe6\xa4\xa7\x05\x5e\x96\x05\xab\xc9\x1e\xaf\xf2\x9f\x05\x15\x42\xc8\xf2\x6e\xd3\x2c\x68\x10\x42\xd4\x9d\x8e\x56\x3b\x25\xcb\xc3\x3d\x22\x4b\xb5\x07\xb2\x3c\x3b\x5a\xed\x41\xb3\x07\xac\xe7\xd2\xec\x41\xb3\x07\x7c\xd9\xec\x41\xdb\x2d\x76\xfc\xaa\xe4\xce\xd2\x1c\xe9\x86\xd3\xe7\xcb\xd2\xb3\x34\xfb\xac\xba\x12\x07\x0d\x68\x5f\x03\xf4\xf3\x93\xc4\xae\x28\x9d\xcd\xce\x7d\x67\x96\xee\x40\x74\x6c\xd7\x8e\x2a\x2e\x64\x89\x17\x7a\xd9\xa3\x32\x95\xdd\x81\xf8\x1c\xac\x19\xc2\xee\x40\xa0\x6c\x1f\x41\x07\xbb\xb3\xdb\x59\xc7\x55\x92\x43\xe3\xbe\x0e\xdb\xe1\xbe\x2e\xe1\xb4\x55\x86\x35\xec\x42\xc0\x9b\xbe\x62\x4e\x9b\x27\xcc\x68\xfc\x5c\xf8\x73\xdc\x3c\xe6\x41\xd3\xc2\x8e\x7a\x76\x8c\xc6\xb0\xa6\x23\xcd\xd9\xf1\xd8\x69\x6e\x3a\xd2\xe9\x48\x77\x3e\x4d\x87\x92\xdb\xc8\x72\x30\x94\x69\x3b\x64\xfd\xd1\xd9\x02\xe9\x80\x24\xe7\x6b\x87\x0d\xd6\x9f\x45\xd6\x1f\x9d\xf5\x93\x0e\x08\xac\x1f\xc7\xa7\x2c\xe9\x80\x5c\x2e\x33\x76\x71\xb9\x5c\x66\x38\x8c\x71\x3b\x9b\xe5\x72\x74\x2f\x14\x55\x17\xe8\xe5\x8f\xbd\xf0\x6e\x34\x48\xfe\x98\x4c\x2d\x92\x1e\xc8\xd4\x80\xfc\xfa\x2e\x53\x03\xf2\x74\x19\x8f\xef\x4b\x26\x01\xf7\xb6\x2c\xc3\xc5\xc0\x8d\x22\x57\x0a\x59\x64\x7d\x45\xed\x09\x6f\xfb\x2c\xd3\x21\x9a\x0c\x91\x7d\x9f\x0e\x91\xc2\x20\xdd\xea\xd3\x79\x99\x9a\xf2\xe9\xc1\x74\x5e\x26\xac\x29\xdd\xc3\xcb\x1a\x16\x2e\x91\x29\xc9\xa9\xc2\x04\x8b\x19\x21\xcb\x72\xaa\x38\xd7\x36\x19\xc2\xb2\x19\xd8\x86\xf6\x84\xa1\x97\x65\x3b\x96\x5a\x0b\xab\x68\xb9\x64\xd4\xbb\x52\x86\xb0\x5c\xe1\x2f\xc4\x37\x92\xcb\x09\x55\x4e\xa5\x53\xb5\x9c\x51\x6c\xbc\xa7\x33\xb5\x9c\xa9\xa5\x07\x29\xa3\xb6\x1c\xef\xe5\x48\x7e\x34\x47\x72\x39\x92\x0c\xc7\x6d\x3f\x3d\xc5\xa5\xbb\xff\xb6\x57\x9c\xe2\x8e\xce\x10\xdd\xf6\x0a\x5f\xb9\x1d\xd7\xa5\x2c\xb7\x35\xbc\x90\xdf\xb6\xba\x9d\x51\x99\x7c\xba\x3e\x64\xf2\x40\x7c\x7c\x54\x26\x0f\x94\x3d\x9d\xab\xc7\x4a\x1f\xc3\x2c\x24\x59\xa9\x4c\x3e\x91\x53\x06\x72\xa4\x51\x10\x7b\x22\xa7\x8c\x82\xc8\x7d\xbc\x63\x79\x6c\xcc\xdf\xce\x0d\xb6\x10\xcd\x62\x83\xb1\xdc\xb1\xbe\x1f\x98\x17\x72\x77\xea\x81\xc0\xbf\x3a\x77\x34\x62\xa1\x1c\x9c\xf4\x73\x77\x35\x00\x89\xeb\x64\xee\xae\x86\x9d\x79\x3e\x38\x12\xe7\xee\x3c\x03\x19\x55\x52\x95\xf4\xb6\xf7\xe0\xd8\x99\xbb\xd3\x00\xc4\xd9\x20\x39\x0d\x40\xec\xaf\x3a\x92\x46\x41\xe4\xce\x19\xf6\x28\x2c\x5e\x62\x00\x3e\x08\xdc\x08\xd2\x48\x80\x3c\xb8\x4a\x3b\xd4\x33\x8e\x2a\x0d\x7f\xde\xbe\x1d\x90\x8a\xa4\x49\x31\x38\xd9\xa1\x30\x00\x62\x63\xc8\xf5\xac\xcf\xa3\xf9\x6b\x6c\xd3\xa3\xfb\x6b\x1d\x9f\x20\xe6\x14\x67\xf9\x17\x18\xf1\x12\xfc\x9a\xfc\x19\xe8\x18\x82\xf3\x90\x3f\xe3\xaa\x5e\x8e\x02\x1f\xd0\x57\x3d\x71\x1f\x7f\x69\xfc\x1c\x16\x3a\x21\xce\x62\x31\xdb\x86\x46\x75\xec\xd2\xf2\xa3\x71\xb2\xb2\x0b\x6a\x54\x07\x1e\xb2\xc7\x8e\x8c\xc1\x3b\xfc\x83\xc4\xfe\x94\xfa\x88\x0b\xe5\xd8\x11\x3b\x3a\x89\x0b\xb1\xfb\x6b\x1c\x0e\xf3\x18\x87\xc5\xde\x05\x77\x60\xb9\x16\x22\xd0\x20\x8e\x61\x05\xef\x7a\x2a\x07\xf7\xeb\x79\x8c\xef\x53\x2f\xbf\xe8\x15\x36\x93\xc4\xfb\xbb\x1c\xc4\x21\xa5\xee\xdf\x42\x6e\x08\x8f\x43\x96\x07\xbc\xc5\x18\xb8\x61\x4f\x07\x8a\x86\xc3\x3b\xec\x29\xfa\xef\xb1\xb3\x06\x0f\x95\x36\x20\xf0\xd2\xc8\x63\xda\x2b\x9c\x1c\x0e\x0e\x35\x79\xb8\xa2\x81\x38\x8e\x5f\x3f\x73\xe7\xe1\x7a\x3f\x96\xe3\xd5\xe8\x8e\xac\x08\xc8\xad\x32\x36\x72\xa2\x63\xd9\x43\xb6\xcf\xa1\xd2\x08\xf4\xb0\x37\x2a\x8d\x40\xc7\xba\x91\x87\x4a\xe3\x81\xdb\xdc\x81\x89\x37\x0f\x17\x3c\xd0\x65\x0a\x87\x9c\xe8\xb8\x9d\x10\x74\xa4\xe3\x76\x42\x30\x1e\x11\x30\x94\xc7\xed\x84\x78\x6f\xce\xbe\x3b\x6e\x87\xe6\x0e\xbf\xa4\xb9\xb7\x13\x72\x63\x24\xfc\x2a\xb8\x24\xd9\x83\xf0\x53\x7b\x80\x51\x1d\xcf\xf7\x3c\x6e\x7b\xc0\xb9\x16\x53\x62\x1e\xf7\xd7\x83\x85\x17\xa1\x1d\x70\x8a\x6e\xc7\x3e\xa4\x39\xf6\x2f\xc4\xde\xe8\x80\x0c\x11\x28\xc7\x8e\x6c\x39\xe4\x88\x40\xa8\xce\x1e\x32\xc4\xe3\xb1\xef\x6e\x9e\xc7\xbe\x73\x21\xb7\xb9\x15\x1f\xfb\xfe\x60\x70\xb4\xef\x8f\x7d\xc7\xff\xe3\xd8\xd3\x4a\xed\xe8\x0b\x3d\x6c\xee\x63\x3f\x65\x30\xdc\xfa\xe4\x21\x83\x01\x42\x66\x62\xc0\x40\x9e\xdc\x0a\x1c\xc7\x26\xed\x94\x46\x3b\xaa\xa4\x2a\x69\x5a\xec\x84\xb6\xa4\x2d\x4e\x28\x92\x6e\x49\x30\x98\xa3\xbc\x3d\x35\xfc\x40\xe8\xbd\x49\x2a\x92\x50\x8b\xd8\x9c\xa7\x2a\x34\xd0\x93\x55\x74\x62\x20\x10\x02\xfb\x4e\x9e\x2a\xd5\xc0\xfb\xfb\x16\xb3\x69\x15\x8f\x76\xa4\xf4\xa9\x56\x7d\x62\xab\x3b\xb0\xae\xe5\x89\xad\x4e\xc8\x8d\x9d\x73\xaa\x68\x9f\xf5\xb2\x98\x35\x0c\x69\x9e\x8a\xfc\x72\x4a\x9a\x70\x48\x86\x43\xde\x0a\xe4\xf6\xf5\xc9\xae\xe3\x7f\x70\x10\x86\x97\x27\x77\x91\x42\xe0\xe0\x90\x67\x73\x34\x9a\xe3\x8d\x34\x3b\x55\x9b\x81\xdc\xe0\x2e\x67\xb3\x53\x78\x09\x1e\x07\xdc\xfb\x6c\xf6\x0a\x67\xed\x03\x5e\x75\xe2\x25\x98\x27\x0a\xf7\x71\xd8\x5c\x15\xee\x53\xfb\x60\xb5\x52\xdb\x41\x10\xd4\x71\x20\xdf\x8d\xed\x10\x02\xa3\x72\x12\xe7\xf1\xc1\x5b\x8c\x5f\xeb\xb6\xad\xd3\x36\x74\x5f\xc3\x3d\x84\xb7\x18\x0d\x51\x3c\x9c\xaa\xef\xe1\x97\xb6\xad\x3b\x09\x68\xb5\x86\x80\x08\x89\xf7\x6f\x9e\xdd\x49\x40\xcb\x3f\x0e\xf4\xc4\x53\x2d\x1f\x08\xac\x39\x79\xaa\xe5\x1b\x3c\x72\x1c\x6c\x0e\x83\x47\x84\xe8\x6c\x04\x02\x49\x3e\x88\x9d\xad\x6c\x38\x89\x10\xd5\x65\x14\x76\x14\x7f\xf6\xe3\x38\xfd\xd2\xe6\xe2\xcf\x8e\x71\x3b\xcf\xb0\xb5\x18\x6e\x30\xa8\xe7\x19\xb6\x16\xe3\xc8\x71\xf8\x6b\x97\x75\xbe\xd0\x3b\x87\x33\x03\x40\xf2\xe4\xde\xf4\x38\x50\xf2\xcf\x61\xa5\x03\x7b\x17\xb2\xf7\x54\xfa\x00\xe5\x38\xac\x41\xf1\x03\x44\x75\x85\xab\xed\x9c\xc3\xbe\xc3\x79\x4e\xd5\x66\x20\x76\xf4\xd0\x53\xb5\x19\xe8\xdd\xa6\x69\x31\x38\xf1\xa0\x3a\x0e\xd4\x98\x73\xba\x9c\x5f\x48\x62\x0b\xf3\x54\x6b\x26\x3e\xa3\x1c\xf8\x80\xa4\x01\x1a\x42\x84\x5b\x48\x3d\xf4\x5c\xec\xee\xd3\xb5\xab\x6a\x03\xf4\x48\x8a\xc9\xe9\x0d\x82\x38\x3c\x19\x1a\x04\x91\xd5\x15\x78\x22\xb6\xab\x2b\x10\x08\x3c\x5b\xb2\xba\x02\x0d\x3e\x38\x2a\xc6\x11\x83\x0f\xb2\x12\xf2\x7a\x54\x36\x56\x75\x02\x81\x20\xba\x28\xab\x07\xb7\xca\xf5\xc7\x81\x49\x2d\xab\xfa\x43\x35\xc6\x0c\x56\x5c\xb5\xc8\x00\xa9\x7c\xa9\x97\x15\x38\x59\x78\x5a\xa4\x0e\xfe\x42\x0f\xf4\xba\xea\x64\x55\x8e\x3d\x47\x6d\xb4\xcd\x63\x0f\x10\x5a\x3d\xaa\x3a\x40\x55\x44\x57\xf8\x51\x55\x44\x03\x89\x55\x3a\xab\x32\x18\x28\x47\xcd\xdf\x70\xe0\xae\xea\xa4\x40\xaa\x82\x55\x4f\x28\x40\x1e\x21\xc9\x96\xab\xb9\x56\xdb\xa4\xe6\x0a\x44\xab\x92\x58\x66\xf5\xfe\xea\x7f\x27\xae\x3a\x71\x40\x1e\x21\xc9\x0a\xb8\xb8\x39\x9a\x13\xc2\xc5\x8d\x10\xc5\x71\xe0\xe2\x26\xab\x42\xaf\xc1\xf7\xab\x42\xaf\x1a\x1e\xd3\x1a\x24\x7f\xed\x61\x9d\xb5\x9d\x61\x7d\xbe\x4f\x03\x67\x15\x06\x9f\x7b\xbc\xac\x8a\xae\xe6\x02\x52\x74\x55\x75\x63\x56\xad\x01\x17\x49\xa4\x44\x39\x1a\x5c\xad\xc9\xf9\x81\x3c\x8b\x24\x9a\xdb\xf0\xd1\x3a\xec\x7d\xd3\x40\xd0\xf4\xd1\x0a\x49\x4b\x12\xf3\xd6\x10\xc8\x46\x52\xa4\x3e\xf4\x87\x86\x3f\x7d\xe8\x13\x5f\xed\x72\x68\x12\xd2\x59\x5b\xc8\x83\xa5\xd7\xb9\xcc\xc9\xde\xa8\xd5\x25\xda\xdb\x94\x86\x20\x69\x15\xd2\x92\x44\x57\xb9\x51\xcc\x2e\x03\x07\x52\x9e\xde\x65\xe0\xfa\x6f\x1f\x81\x78\xd4\x7f\x3b\x3b\x61\x1e\x47\x70\x42\xeb\x18\x8c\x85\xc4\xea\x9b\x5d\xa3\x01\x10\x1d\x85\x5c\xaf\xe6\xd4\x85\xf9\xc0\x09\x27\x75\x61\x16\x7a\xa0\x93\xea\xc2\x9c\xba\x30\x1f\x5a\x2a\x75\x61\x16\x82\x2b\xed\xd4\x85\x39\x75\x13\x3e\x88\x28\x4d\xdd\x84\x85\x3c\x30\x8f\xe8\x26\x9c\x9d\xe8\x86\xc3\xc3\x63\x57\xa5\x02\xa2\xdb\x0e\x35\x2a\xfd\x62\x0f\xac\xfb\xa9\x5f\xac\xd0\x13\xf5\x5e\xbf\xd8\xd4\xbb\xf5\x48\x66\x46\xef\xd6\xc4\x47\xb5\x9c\xb8\x6e\xa5\x4e\xaa\x42\x72\x31\x96\xfa\xa8\x66\xe0\x83\x73\xe2\x8a\x98\x81\x0f\x8e\x10\x1d\xa6\x1b\xf8\xe0\x64\xe0\x07\x71\x6e\x2c\xcc\xc0\x0f\x42\x88\x0d\x0e\x1b\x6a\x37\x81\xa3\xe0\xb9\x15\x6a\xf0\xfc\x04\xa4\x22\x3e\xe4\x75\x40\x39\x37\x84\x77\xc8\xec\x80\x38\x61\x3b\xa1\xb4\xd5\x59\xf6\xfc\x6a\x70\x9e\x81\x72\xaa\xff\x86\x62\x0e\x48\x2e\xf2\x32\x14\x73\x81\xbb\xc4\xa9\x16\x11\xb8\x4b\x08\x3d\x31\x0e\x85\x87\xb1\xf0\x30\xb6\x59\x01\x53\x1f\x2f\x4b\x2c\x27\x71\x45\x19\xf2\x44\xe0\x3d\x84\x42\xb2\xce\x2b\x29\x16\x7c\xaa\xc1\x08\x08\x0f\xd3\xa1\xc1\x28\x38\xae\x9f\xdc\xeb\x66\x28\xc0\x80\xc0\x25\x32\xc3\xe3\x3a\x10\xc5\x2f\x3d\x64\xe9\x15\x7c\x16\xdb\x26\x83\xd5\x2b\x58\x35\x48\xaf\xe0\x8c\xf7\x58\xf4\x16\xa3\xa3\x9e\x8b\x80\xc0\x15\x39\x63\xfa\x6b\x93\xf1\x20\xc4\x3d\xf1\x24\xfe\xa0\x77\xf4\x4e\xfd\x89\x33\xb0\x07\x9c\xc5\x1a\xe4\xcd\x40\xe0\x4b\x99\x21\xef\x0d\x62\x24\xcf\x02\xff\x09\x39\x2d\x10\xdd\x05\x22\xa3\x8d\xdb\x62\xe8\x8a\xa1\x71\x05\x88\xc3\x61\xbb\xbf\x62\xdc\x39\xb1\x63\x74\x0e\x16\x52\xd5\x4b\xe7\xe0\x0c\x0e\x1c\xa7\x86\xfc\x70\x7b\x00\xa9\x22\x17\x1e\x38\xf4\x21\x3e\x8b\x9d\x97\xd1\xea\x43\x7c\xba\x28\x35\xb7\xe8\x09\x7c\x6a\x22\xd0\x13\x38\xf3\xb4\xb9\xcc\x7c\x6a\x40\x07\x62\x63\xe6\xd3\xf3\x40\xba\xb1\xf0\x5d\xc8\x74\x63\x01\x41\xec\x71\xa6\x1b\x2b\xd1\x59\xcf\x82\xc9\x32\xdb\x47\x83\x21\x31\x1e\x29\xb3\xc4\xdb\xb6\x9c\x38\x7d\xa4\xee\xb6\x42\x0f\x94\xf3\x94\xe5\x25\xee\x17\xa7\x26\x82\x54\xf3\x04\x52\xc5\x33\x55\x3c\x13\xf5\xf1\xc4\x33\x2b\x53\xf5\x11\x08\x3c\x48\x32\x55\x1f\x81\xe4\x4a\x3b\xf5\xd3\x4d\x9d\x72\xcf\x9d\x05\xa2\x53\x6e\x66\x58\x29\xab\x21\x35\xff\x02\xef\x8e\x83\x64\xa5\xc4\xd5\x9f\xbf\x25\xa6\x3b\x53\xc5\x11\x48\x95\x77\x5c\x7f\x5f\x70\x20\x98\xcc\xd4\x88\x9c\x9f\x9b\xd2\x01\xc9\x81\xc0\xae\x7c\xee\xf6\x5a\xbb\x32\x10\xc4\x54\x65\x6a\x57\xd6\x51\xf8\xdc\xd1\xa3\x75\x14\xce\xcf\x51\x38\x2d\x66\xa5\x97\xc5\x58\x54\xfa\xf1\x0a\x79\x70\x7a\xcc\xeb\x2b\xc6\xb6\xd8\xd1\xfb\xf5\xe3\x15\xd2\xf3\x5e\x0e\xdb\x31\xe4\x74\x34\x6d\xd8\x0e\xb4\xa9\x73\x6f\xd2\x5c\x53\xb8\x0c\xaa\xbb\xa7\xda\x14\x90\x04\xb9\x64\xaa\xf9\x02\xa9\xb1\x3c\x65\x1c\x89\xf5\xe4\xdc\xd1\x35\x52\xeb\x09\x90\x6a\xe0\xba\x09\x0b\x89\x97\x44\xea\x26\x2c\x94\xd3\xbb\x10\xfd\x84\x85\x3c\x9c\x70\x15\x64\xe0\x2d\xc6\x70\x78\xa7\x06\xa4\x87\x83\xd4\xfa\x8c\xb7\xef\x5b\x8c\x4e\x4d\x47\x6d\x32\x6a\x28\x29\x39\x1d\xb5\xe9\x8c\x3a\x2f\xda\x20\x81\x3c\x1c\x6f\xd5\x41\x3d\x80\x4f\xfc\x57\x52\x0f\x60\x21\xba\x93\xac\x72\x87\x87\xef\x5b\x8c\x6e\x69\xf7\x4d\xe3\xa1\x5d\x8c\x9a\x64\x72\xd9\x53\x18\x6e\xaa\x95\x03\x71\xfa\x6b\x2a\x77\x89\x1f\xe2\x79\xa0\xd2\xa6\x4c\x27\x65\x3a\xa7\x24\x47\x9c\x58\xc5\xf3\x40\x3a\xa6\xda\x1d\x90\x1e\xe4\x52\x63\x4b\xe2\x1e\x70\x1e\x9b\x34\x37\xd4\x0b\x79\x70\xda\x4d\xcd\x28\xba\x1d\x9f\x47\x61\x9a\xb5\x72\x00\xe9\x79\x4f\xb7\xe3\xd4\xed\xf8\xf4\x20\xae\xdb\x71\x5e\x84\xd3\x9e\x8e\xef\xa5\x4c\x06\x82\x98\x87\xbc\xbc\xdb\xbb\xf0\x43\x3c\x6d\xdc\xa5\xc6\x77\x99\x67\x04\x3d\xeb\xf2\xf4\x7f\x35\x7b\xcf\x1a\xbf\x3c\x63\x03\xf9\xfd\x9a\xec\x0a\x28\xe7\x81\x8e\x7d\xc9\xaf\x80\xd8\xbe\x62\xfe\x9a\x42\xff\x40\x6b\xbb\x14\xfa\x40\x54\xdb\xa1\xd0\xbf\x38\x28\x9f\x07\x0c\xf1\x92\x5f\x01\x21\x57\xbb\x3c\x28\x03\x3d\xc3\x2f\xbf\x0a\x1c\x10\xd6\x9b\xde\xc9\x79\x85\x33\xc3\x29\xe2\xf2\x84\x0a\xf4\x6e\x05\x32\x9a\x2b\x9c\x19\xf4\xd8\x4b\xa1\x0f\xe4\x51\x2d\xc6\xcc\x5c\x72\x95\x83\x63\xc2\x25\x57\x01\xf2\xe0\xbe\xed\x92\xab\x5c\xe9\x80\x70\x80\xbc\xd4\x28\x81\x3c\xaa\x5f\xda\x8e\x64\xb2\x4e\x6c\xd2\x97\x9c\x06\x48\x59\xd9\xe5\xcd\x14\x90\x38\x61\xe6\xe5\xcd\xd4\xc5\xb1\xed\x3c\x37\x69\xb7\x34\x74\x7d\x36\xfd\xe5\xb1\xed\xc2\x49\xf2\x54\x6f\xb9\x3c\x64\x03\x71\x3a\x09\xaa\xa7\x40\x14\x2b\x50\x3d\xbd\x54\x5b\x4e\x96\xe0\x25\x77\x03\xe2\xb0\x02\xd5\x96\x4b\x3d\x80\x0c\x41\x79\xa9\x07\x00\x49\x8c\x70\x5e\x6e\xd3\x8b\x8b\x9d\xf3\xb4\x57\x5e\xec\x00\x11\x45\x92\x43\xe4\xd6\x25\xeb\x4c\x5e\x6e\x5d\x20\x3d\x63\x5f\x6e\xdd\xeb\xb6\x57\xc8\xbd\xcb\x13\x17\x10\xdf\xbc\xa8\x41\xe8\x97\x7e\x9e\x88\x69\xfd\xd2\x85\x38\xd1\xf4\xf5\x4b\x17\xf2\xeb\xa8\xbb\x59\x57\xf5\x93\xb4\x36\xa9\xab\x7a\xea\x35\x7e\x9e\xd4\xa0\xd7\x78\x0e\x39\x52\xe5\x78\x3e\xec\x2a\x90\x85\xe3\xc5\x90\x23\xe9\xf2\x7c\x36\xf6\xae\x2e\xcf\x42\x12\xc0\x98\xba\x3c\xa7\xde\xc7\x27\x49\x3d\x52\xef\xe3\x9c\xa4\x0d\x3a\x1b\xac\x71\x6a\xe0\x03\x42\x36\x38\x35\xf0\xe1\x36\x5c\xce\x0e\x97\x9a\x9a\xe9\x80\x70\x91\x4f\xef\xc3\x81\x2c\xdf\x97\x43\xd2\xf0\x4b\x69\x53\x9a\xca\xee\x09\x89\xb6\x4d\xd5\x8a\xbe\xfd\x7a\x44\x77\x4e\xb5\x0e\x20\x3c\x02\x4f\x77\xf1\xec\x36\x93\x03\xce\xd4\x90\x05\xf4\x6e\x07\x55\x44\x74\x6b\x3e\x3b\x7a\xba\x6e\xcd\x39\x71\x24\x3a\xbd\x64\x9d\xea\x13\x40\x6c\x28\x7f\x53\x73\xd4\xe4\x8c\x76\x76\xe4\xc6\xf4\x8c\x36\xf5\x39\x81\xf9\x4f\xb7\xca\x24\x17\xce\xd9\x59\xca\xd3\xa5\x0c\x44\x65\x13\x4c\xaf\x6c\x27\x91\x96\x27\x69\x18\x72\x2a\xac\x80\x20\xc5\x47\x4e\xf5\xe3\x89\xed\xe2\x8c\x62\xb1\x47\x1a\x9e\xa6\xc8\xd1\xe9\xbe\x98\x77\xb5\x18\x34\x57\x1a\xd0\x3b\xcb\x60\x6a\x27\x00\x42\xa9\x3c\x95\x24\x53\xb1\x11\x08\xa6\xa9\xd8\x00\x7a\x34\xbf\xb4\xa3\x9c\x15\xcf\x40\x09\x9d\x9e\x15\xa7\x91\xf0\x9c\x8a\xa7\xca\x30\x3e\xbe\x6f\x31\x06\x44\xb3\x37\x10\x5b\x91\x64\x05\x8f\xbf\xc6\x9e\x9d\x9a\x13\x80\x20\x99\x40\xea\x16\x9c\x0b\x07\x93\x93\xbc\x61\xb9\x74\x30\x01\x82\x2c\x48\xb9\xd4\x8f\xd7\x69\xe7\xd9\x2a\x4b\xcd\x17\x88\xbd\x59\xac\x4b\xc2\xab\xe5\xfb\x32\x24\x31\xa5\xfa\x11\x2c\x6d\xe8\x4b\x1b\x3a\xcd\x5d\xda\xd0\x97\x07\x4f\x9c\xb3\x73\x79\xf0\x04\x42\x1b\xfa\xf2\xe0\xb9\x70\xec\x38\x03\x3d\x6b\xe9\xd8\x01\x04\xf1\x92\xb9\x74\xec\x58\x38\x9a\x9e\x81\xd4\x58\x8a\x2f\x20\x88\x97\xca\x85\xa3\xa9\x10\x3b\x47\xd6\xd5\x2e\x49\x0e\x5b\xf8\x6b\xb6\x0d\xdb\x72\xa0\x91\x2c\xf5\xf4\xa5\x2c\x0c\x4e\xe2\x4b\x59\x08\x04\x09\x3e\x72\x29\x0b\xf5\xa6\x3e\x35\x14\xea\x4d\x2d\x04\xf1\xae\xa9\x37\x75\xea\x4d\x7d\xe2\xac\x9e\x7a\x53\x0b\xb1\x7d\x5f\x4e\x49\x0c\x25\x21\x70\xb9\x34\xe0\x00\xd9\x58\xa8\x78\x5b\x7f\xf0\x16\x83\xe6\xfe\xc3\xa9\xfa\xa5\xf1\x73\x6a\xe2\xcb\x70\x73\xb6\xee\xf2\xe8\xbc\xc2\x1a\x8a\xc5\xac\x81\xb0\x02\x72\x0f\xe4\x52\x5f\x5f\x8a\x51\xd2\x47\xe5\x52\x8c\x02\x59\x50\x29\x97\x62\x74\xa9\x9c\xeb\x83\xb0\x54\xce\x81\x50\x92\x2c\x45\xe6\xba\xfc\x35\x74\x9e\xe5\xb1\x1b\xc8\xc2\x36\x5d\x0a\x3e\x20\x3c\x67\x2d\x05\xdf\xe2\x0a\xf4\xd4\x46\xb2\xbc\x02\x05\xd2\xfb\xc3\xe5\x15\xe8\xc2\x3f\xf6\x4c\x18\xf8\x92\x37\x00\x59\xc2\x3a\xed\xe8\x45\xfc\x84\xcb\xed\xb2\xa3\x24\x46\x39\x49\x5b\x92\x4b\x55\x1f\x08\x5c\xb3\x73\xa9\xe9\x03\x51\xd0\x45\x97\x9a\xfe\x22\xea\xe7\xcc\x53\xda\xf7\x6b\x48\x78\xd7\x8c\x0a\xfb\xe2\x06\xf4\x4c\xce\xa7\xcb\x1b\xd0\xa5\x07\xa0\x2b\xd0\x93\xfe\x52\x13\x4f\xa4\xfe\x52\x13\x5f\x26\x1e\x74\x96\x65\x6e\x6b\x3a\x7d\x6e\x22\xad\xdc\x40\x7a\x1b\xb3\x54\xce\xd7\xb2\x57\x48\xd6\xa5\x90\x03\xd2\x8b\x91\xe5\x49\x7f\x11\xba\x70\xa6\x23\xae\x01\x15\xe8\x81\x86\xb6\x54\x04\xd6\xed\xf4\xb9\x04\x55\xbb\x81\xd0\xae\xa6\x1b\xbd\x10\x07\x42\x5f\x37\xfa\x5c\x8f\x5f\x3a\xcb\xda\x4f\x97\xf6\x53\x77\x87\xc7\xfa\xa5\x3a\x4d\xd4\x61\x2e\xd5\xe9\x65\x14\x9f\xec\x48\x75\x5a\x37\xfa\xfa\x6d\x70\x6d\x68\xba\xd1\x47\xb3\x98\x8b\x81\x8b\xc4\xba\xb9\x89\xbc\x48\x04\xc2\x1b\xec\x25\x47\x5d\x2f\x17\x7d\x8b\xd9\x36\x87\xf2\xc1\x6d\xf4\xab\xd4\xa1\x44\xe8\x57\x82\x6d\x53\x0f\xfc\xbc\x31\x1c\x54\x6d\x68\xb7\x86\x03\x20\x48\x51\x90\x3a\xe5\x27\x8e\xf8\xa5\x6a\x43\xbb\x65\x96\x40\xd4\xaf\x58\x4a\x42\xc0\xb6\xed\xd7\x25\xf7\xed\x79\xe1\xc6\x13\xb9\x92\xc2\x2b\x6f\x2f\x1a\x6f\xf3\x2c\x71\x26\xbe\xd5\x43\x80\x52\xc9\x5d\x93\xb7\x8a\xc8\xad\x2b\x32\x17\x49\xb7\x17\x8d\x06\x0a\x54\x3d\x2a\x0c\x14\x10\xc2\xe3\xa3\x81\x02\x79\x57\xc7\x6b\x97\xb6\xa4\x21\xb9\xed\x8d\xf7\x85\x40\x7a\xb9\x74\x7b\x5d\x78\xc3\xd2\xeb\x86\x56\x71\xcb\xd2\x81\x20\xa3\x59\xde\xb2\x74\xe0\x2d\xc6\xaf\xe9\x8c\x07\xa4\x0e\x4d\xb7\xb7\x8a\x77\x73\x15\xc0\x12\x6e\xcf\x32\x40\x96\xf0\x4b\x07\x1a\x43\x75\xdd\x38\xb8\xdc\x1a\xaa\x81\xde\x31\x25\xde\x1a\xaa\x89\x3a\x28\x75\x3b\x6d\xc8\xd7\xde\x87\x31\xe2\x4b\xbd\x49\x88\x34\x78\x8b\x51\x83\xac\x1f\x08\x22\x17\xf3\xd6\xf4\x09\xbc\xc5\x18\x23\x6d\x9f\x40\xca\x3a\x6e\x05\x04\x90\x64\xff\xca\x5b\x01\x71\x23\x20\xaa\x86\xd4\x5b\x01\x01\x64\xe9\x92\xec\x81\x1e\x80\x88\x91\x5b\xf9\x60\xf4\x43\xc5\xcb\x3d\x8d\x7e\xc8\x3b\x5c\xa0\x30\xe1\x5b\x7b\xcf\xad\xbd\xa7\x33\x94\xea\x67\xc0\x5b\x8c\x9f\x53\x41\x03\x52\x03\xe6\xed\x69\xec\x4e\xe7\xcf\x71\x53\x18\x00\xa1\xa6\x7a\x2b\x0c\xee\x74\x1d\xc1\x74\x6e\x0d\xf7\x40\x12\x09\x94\xb7\xc7\x2c\x20\x8b\x0b\xd5\x63\xd6\x7d\x39\xba\xf0\xa1\x5b\x61\x70\x7b\x0a\x62\xc7\xde\x0a\x03\x62\x26\x4a\xd5\x3c\x74\xeb\x23\x03\x04\xa9\x36\xd2\xf8\x89\x24\x66\xe2\x2d\xc6\xf0\x6a\x0a\x02\xa2\xa2\x17\xdd\x1e\x96\x0c\x96\xa8\xda\x7d\x0d\x96\x10\x52\x2f\x1f\x83\x25\xf2\x1e\xae\x4a\xf8\xd5\xad\x34\x00\xa2\x5a\x81\xd2\x00\x88\x1d\x45\xf4\xd6\xee\x73\x0f\x47\xd7\x69\xd6\x3c\x0c\x64\xf9\x7e\xcc\xce\x3f\xce\x95\x23\x2e\xa7\x03\xa2\xa1\x3e\xdd\xba\x47\x18\x91\x50\xf5\x6b\x34\x22\x21\x1f\xf2\x16\x54\xaf\xac\x1e\xd5\x2c\x20\x2a\xd3\xfc\xa8\x65\x3d\xae\x71\x15\xec\xa7\x7d\xb4\x87\x1a\xde\x71\x7b\x5c\xe3\x86\x07\xd4\x5d\x9a\x0b\xe9\x21\xa7\x59\x25\x5c\x2a\x1f\xe7\x19\x88\x1d\xe3\xd8\xa3\xa3\x27\xce\xfb\xa5\x92\x19\x30\xf5\xde\x17\xf2\xc4\x44\xfa\xa8\x1a\x3c\x4e\x20\x71\xe9\xf9\x38\x81\x40\x12\x99\x98\x8f\x13\xf8\x38\x81\xea\x9d\xcf\xf5\x7d\x8a\xc9\xef\x2b\x76\x49\x1a\x16\xa3\x52\x85\x3e\x90\xa4\x80\xc8\x47\xa1\xff\xcc\xef\xd7\xf8\x54\xc9\x0a\x44\xc7\xe4\xf7\x28\x59\x75\xc1\xaf\x9a\x9b\x74\xc1\x17\x92\x6c\x73\xa9\x0b\x7e\x3e\xc8\xc2\xba\xb3\x44\x1e\x65\x21\x10\xa7\xbf\xa6\x2c\x7c\xf0\xd0\xa9\x3a\xcd\x3f\x7a\xe8\x00\xdd\x9b\xe7\xc7\x33\xc2\xc3\x81\xa0\x6a\x0c\x7a\xee\xaf\x86\x9b\x4a\x77\x48\x4e\x16\xf2\xb1\x6a\x42\x7c\x94\x8f\x40\x57\x4d\x7e\x5c\x35\x8f\x12\xcd\xeb\x93\x47\x89\x06\xc4\xc9\xad\xed\xa3\x44\x33\x3c\xa0\x62\xd0\xba\x0c\x0f\xb8\x36\x2c\xe6\x15\xe3\xe0\xb5\x71\x22\x10\x82\xd0\xfa\x6b\xc3\x62\x7e\x6d\x1c\x12\x2a\xe6\xde\x6b\x43\xca\x09\x79\x1e\x7e\xd9\x25\x85\xc5\x02\x5a\x4a\x73\xc8\x2d\x76\x49\xb2\xf7\xef\xae\xbc\x36\x96\xaf\xd0\x49\x19\x77\x6d\x2c\xdf\x6b\x53\x8c\x61\x98\xb9\xb6\x6a\x43\xc8\xa7\xc1\xf5\xe2\xb5\x21\xc6\xae\x8d\x08\xb5\x7a\xbc\x5c\xea\xda\xaa\x35\xe0\x5f\xbe\xed\x92\x06\x24\x85\xd1\xd1\xf8\x35\x84\x91\x10\xdc\x95\x5c\x1b\xc2\x48\x28\xf5\xe8\xb4\xad\x39\x20\x08\x23\x12\x09\x5f\x5b\xb3\x1d\xdd\x5f\xeb\xbf\x1e\xd3\x7d\x6d\xdd\xca\x34\xa8\xed\x05\x92\x95\x29\x36\xb8\xbd\xbf\xb6\xfe\xfd\x32\x0c\xa5\x31\x49\xdd\x1e\xba\x41\x49\x08\x73\x19\xc3\x21\x04\xdc\xf4\xda\xc2\x0a\x64\xd7\x47\x52\x2c\x3f\x1a\x95\x5a\x2c\xad\x94\x1c\xb7\x95\x3b\xe5\x6b\x4b\x2b\x4d\x12\xf6\x7d\x24\x2b\x95\xab\x13\x6a\x75\x6d\xe9\x94\x27\x91\x4a\x85\xb1\x49\xa7\xdc\x3d\x4b\xae\xe4\x6b\xbb\x9c\x72\xec\xef\x38\x48\x5e\xdb\xe5\x84\x70\xa9\x5a\xbf\xd5\x32\x9c\x5f\x5c\x3e\xbe\xe6\x4e\x7b\x85\xc1\xb9\x9e\x4e\xf9\x74\x65\x18\x06\xe6\x24\x4d\xbf\x5c\x56\xda\x58\x67\xcb\x4a\x17\xc1\xc9\xc1\x94\x2f\x2b\x5d\xfe\x5a\xb7\x98\xbf\xf6\x42\xb4\x9d\x2e\x2c\x7f\xcd\xcd\x48\xc0\xf9\x65\xfc\x87\x10\x24\x42\xba\x88\x05\xf9\xe9\x32\x88\xa3\x9e\x2f\xbf\xbe\x0a\x87\x99\x0b\x9f\x5f\x3a\xb0\x4b\xd8\x2f\xfc\xc6\x29\xb3\x0f\x49\xdc\xa1\xbd\x9a\xcc\x65\x92\xef\x8b\x24\xde\xfb\x09\xe5\xb1\xcc\xbb\x83\x71\xbd\xbc\x0e\x7f\x08\xd7\x36\x57\x81\x6e\x39\xd7\xf9\x32\x03\x7c\xcc\xae\x2a\xa5\xbe\x12\x82\xf0\x8b\xcb\x44\x86\x57\x7b\x45\x4b\x7d\x35\xb5\xab\x4d\x29\x2f\x8b\xa8\xe7\x5b\xa6\x5b\x86\x64\x56\xed\x3d\xe4\x5c\x24\x8f\xfa\xe9\xea\x6f\x23\xda\xf1\x7e\xe5\xd5\xf3\xc5\xbd\x6d\x72\x53\x7e\x79\x6d\x7b\x05\xe1\x5c\x24\x66\xbc\xbc\x41\xbd\xe2\x9d\xb4\xc6\x24\x04\xa1\x3a\x57\xbc\xec\xaf\x6f\x6f\x19\xaf\xe4\xae\x7c\x95\xc8\xe4\xca\xe6\x4a\xec\x5f\x57\xe2\xa6\xb6\x91\x81\xf1\x22\x1b\xce\x07\x2f\xed\xfd\x31\x53\xdb\x5c\x5e\x68\x6d\x58\xaa\x2f\x2f\xb4\xae\x34\x17\x24\xbe\x7c\x57\xba\x2a\x81\x8e\xff\xf0\x95\x18\x49\xaf\x7c\xa7\xac\xbf\xa7\xc2\x4b\xf3\xfb\x75\x61\xac\xa8\xf5\x15\x72\xd7\x85\xb1\x42\x08\x42\xa3\xae\x4b\x36\x74\xc9\x86\x5e\xad\xf0\xba\x64\x43\x1a\xc7\x2b\xc1\x2a\x97\xc6\x71\x21\x08\x3f\xba\x34\x8e\x0b\xa5\xd6\xc6\xaf\xa1\x16\x0a\x89\x4f\xf4\x75\xb9\xbd\xb1\x97\xbf\xc5\xa4\x75\x69\x86\x04\x27\xa4\x90\x94\x16\x3b\xa1\x5d\xd2\x0c\xbb\xb5\xd2\x21\x89\xfc\x01\x69\x9d\x53\xd2\xed\x97\x34\xd7\x51\xd3\x9c\x5d\x09\x5a\xbb\x34\x67\x0b\x3d\xfc\x34\xfd\xb5\x44\xb0\xe2\x43\x73\x69\xcf\x16\xb2\x14\x8b\x39\x6c\x9a\xed\x60\x16\x5a\xb8\x85\xf7\x4b\x2a\x4d\xc7\x8d\xd8\x59\xb9\xf7\x75\xd9\x8e\xcb\xa1\x64\x7b\x5c\x2e\xa2\xeb\xf9\xdb\x0b\x0e\x97\x06\x5d\x21\xb6\xa3\x41\x2a\x92\x1c\xdc\x57\xff\xbd\x86\x62\x0a\x08\xbc\x9f\x2f\x33\x94\x08\xa5\x36\x16\xa0\x29\x4a\x84\x24\xad\xfa\x35\x94\x5c\xc3\xac\x5e\x9b\x5f\x76\x49\xdd\x2f\x0b\xb4\x90\xc6\x91\x0d\xc9\x65\x6e\x13\x21\xc8\xf8\x7c\x99\xdb\x44\xc8\xf2\x75\x60\x48\x9a\xfe\xd8\x0e\x6d\x49\x73\xd0\xfc\x31\x06\x4d\xc3\x75\x25\x89\xe9\xa5\xe1\xfa\x1a\x8e\x50\xab\x94\x73\x84\x86\x59\x0b\xde\x0e\x68\x7c\xbe\xa6\xe2\xb8\x21\x10\xa6\x9d\x02\xa2\xc1\x55\xa6\x9d\x9a\xae\xdc\xc6\xe6\x9b\xae\xdc\xa9\x2f\x47\x91\xb4\x4b\x62\xda\xb1\xea\x5e\xd3\x55\x04\xe4\x61\xa5\x9c\x37\x2e\x8d\xbf\x15\xe5\xe9\xd2\xf8\x7b\x99\xac\xa2\x76\xf4\x02\x93\x55\x08\x41\xd6\xa0\xcb\x64\x15\x17\xf9\x25\x4a\xe5\x00\x76\x99\x60\x42\x08\x77\xda\x54\x0a\x01\x41\xe0\xfa\x35\x95\x42\xd3\xf1\xc0\x1b\xfb\xd2\xb0\x79\x2d\xb5\x0c\x72\xbc\x5d\xcb\x89\x01\x92\x60\xf6\x6b\x39\x31\x8b\xfc\x3a\xb5\x47\xfd\x75\x11\xbd\x38\xc3\x0a\xc9\x25\xe0\xb5\x38\xc3\x5e\x9a\x25\x2b\xc9\xb4\x2e\xcd\x92\x42\xe2\xb4\x7b\x69\x96\xbc\x34\x4b\xd6\xf0\x53\x4e\xa2\xd7\x67\x96\x44\xd4\x68\x96\xbc\x96\x02\x3f\x6c\xa7\x1c\x01\x48\x4c\xa6\x97\x86\xc4\x4b\x3b\x5f\x0d\x64\x9e\x76\xbe\x6b\x91\x59\xbc\x12\x8b\x76\xad\xb0\x56\x5c\x41\x71\x7d\xbc\x16\x9e\x84\xd7\xf2\x68\x87\x45\xfa\x22\x21\xc3\x07\x79\xc0\x5f\x4c\xcb\x70\x61\x21\x2c\x15\x8b\xf4\xa5\x89\x50\x48\x9c\x8c\x2f\xcc\x85\x3f\x5d\x9a\x03\x2b\xe9\xe9\x2e\xcd\x81\x42\xf2\x62\xc7\xa5\x39\xf0\xd2\xce\x57\x89\x05\xbf\xb4\x95\x5c\x9f\x11\x42\x55\x4d\x23\x84\x90\x04\xbd\x5f\x1a\x21\x2e\xec\x01\xa5\x62\xcf\xbd\x34\x08\x08\xbd\xb3\x6c\xb5\x07\x5c\xdf\x61\x97\x64\xb6\x97\x87\x5d\x21\x70\x31\xb9\x0c\xf5\xbf\xbe\xf3\x2f\x01\x48\x97\xe7\x5f\xa1\xbb\x44\x3d\xff\x5e\xb7\xbd\x4f\x06\xee\xb6\xf7\x40\x90\x3d\xf8\xba\xed\xfd\xad\xa6\x44\xd6\x99\xeb\x76\x8d\x02\x1d\x6b\xf9\x75\xbb\x46\x49\x12\x50\x6a\xb2\x94\x4d\x03\x20\x74\xc2\x88\x2e\x0f\x6d\x97\xc1\xda\x35\xeb\xdb\x2d\x83\xb5\x85\x20\x40\xfc\x32\x58\xfb\x7a\x34\x08\x64\xbc\x6d\x7b\x64\xf3\x40\x36\xba\xf0\xb8\x41\x3d\xb4\xb5\x0d\xc6\xec\xa1\xed\x7a\x58\x22\x0d\xbb\xd3\xf5\xb8\x44\x1e\x93\xcf\x1f\x1d\xd2\x21\x49\x3f\x1f\x2a\x0d\xdb\x81\xeb\x46\xc3\xb0\x74\x3d\x6e\x5a\x20\x49\x51\x7f\x3d\xb8\x6e\x08\x9d\xd4\xd4\xd7\x93\xd6\xc9\x0a\x69\x58\x87\xae\xc7\x15\xf2\x18\x25\xc8\xcc\x7b\x76\xbc\x08\xdf\x7e\x8b\xd1\x05\x45\x0b\x90\xad\xfa\x6b\x4b\x92\xbd\x3a\x2c\x66\xa5\xc8\x11\xbc\x4a\xae\xc7\xd1\x35\xa4\xbb\x6d\xaf\x80\x1f\x9e\x64\x84\x97\x96\xd0\x8a\xb4\x9d\x71\xeb\x90\x0e\x49\x07\xc5\xde\x85\x3f\x3c\xdd\x08\xd9\x4e\xbf\xac\x92\x6c\xc8\x3b\xa7\xc3\xf3\x88\x90\x84\x2b\x8e\xad\x5a\x69\xf5\xd7\x2a\xc5\xaa\xbf\x46\xa0\x6c\xaf\xb4\xad\xfa\x6b\x5c\xea\x37\xa2\x51\xc6\x86\x59\x4d\x08\xae\xf7\xc6\xc6\xa5\xbe\x90\xed\xdd\x6c\x83\x53\xcd\x07\x11\x76\x94\xb3\x8d\xf0\xfe\x18\xbd\xe2\x70\x23\x64\x3b\xfd\xfd\x29\x69\x5a\xcc\x4f\x97\x34\xae\x14\xaa\x3d\xb8\x25\xd9\xd1\x4a\xe7\xab\x1d\xc5\xcd\xbf\x75\x7e\xad\xd9\x51\x58\x1e\x09\x4a\x87\x27\x25\x21\xba\x5d\x6f\x0e\x2e\x21\xb4\xd5\x81\x6c\x8e\x06\xb1\x00\xcd\x9e\x37\x47\xa3\xb9\x16\x1a\x53\xd0\x6c\x2d\x16\x3a\x9e\xa8\x18\x5b\xb3\xb1\xdd\x0e\x34\xfa\xd9\x3f\x1a\x91\x46\x45\x92\x1d\xf8\x36\x42\xf0\x69\xd8\xda\x74\xbc\x83\x8e\xa6\xe3\x8d\xf9\x89\x07\x11\xc6\x96\x8e\x37\xb7\x18\x0d\x07\xbd\xb1\xa5\x03\xce\x2d\x46\x38\x6a\xe9\x80\xbb\xda\x50\x21\xc6\x76\xb9\xb2\x50\xfc\x59\x44\xc6\x73\x0f\x03\xb5\x5b\x79\xb7\xd0\x30\x50\x5b\x08\x94\x9b\x61\xa0\xb6\x50\x1a\x59\x95\x87\x81\xda\x42\x90\x8f\x79\x18\xa8\x2d\xbc\xc5\x3a\xb4\x47\x1a\xde\x9a\xaf\xbe\x3d\x8a\xeb\x0f\x08\x0e\xab\xc3\x70\x6e\xe1\xfd\xd2\x62\xbb\x34\x2c\x37\xcc\x31\xb1\xdd\x3f\x0d\xe3\x87\x1b\xef\x5f\x0d\xe3\x87\x87\x31\xba\x8d\xd0\x93\x61\x8c\xae\x90\xdc\xf1\x0d\x63\x74\x47\xf9\xc6\x23\xe9\x82\xe3\xf1\xbd\x62\xf5\x32\xb2\x61\xec\xa3\x50\x1a\xe9\x24\xc6\xee\x86\x04\xf2\xac\x92\x68\xdb\x8e\x59\xb7\x91\x7f\x6d\xec\x98\x75\x85\x7c\x4f\x81\xbf\x26\xb9\xc7\x8e\xac\x1d\x3b\x69\x30\x1b\xa9\x6b\xc6\xee\x02\x02\x02\x1d\x66\xec\xdc\xf7\x0d\x9f\xc2\x6a\x24\x91\x1d\x3e\x85\x25\x24\x72\x6a\xf8\x14\xd6\x30\x6c\xb3\xe1\x7f\x39\x0c\xdb\x14\xf2\xac\x34\x33\xec\x0d\x6e\x73\x0d\x7b\xd5\xd8\x71\x57\x11\x92\xdb\xdf\xb1\x73\x1b\x37\x76\xb4\xef\x46\x3e\xa9\xb1\xe7\x47\x33\x83\x2e\x5f\xa2\x7d\x8f\xdd\x61\xc5\x3d\x6a\x78\x9c\x1c\xfb\x97\xf4\xf6\x25\x19\x41\x39\x78\x2b\xa9\xb4\x3d\x4f\x68\x87\x34\x6e\xa9\x58\xc7\x87\x3c\xcd\xd0\xc8\x46\xb8\xd4\x30\x34\x52\x48\x64\xe8\x30\x34\x72\x18\xf3\xd8\x70\x99\x1a\xc6\x3c\x0e\x1e\xdb\x29\x0d\xb7\x96\xc1\x93\x3b\x1f\xe4\xc9\xce\xf6\xe1\x9d\x61\x68\x64\x83\xcd\x0f\x43\x23\x85\x24\xb5\xe9\x30\x34\x52\x78\x8b\x51\x2b\xa2\x45\x88\x96\x74\x0b\xd1\x32\x0e\x7b\x8f\x0f\xcb\xf0\x0c\x3c\x7c\x10\x86\x98\x90\x61\x78\xd7\x38\x65\xb8\xf8\xf4\x0f\x83\xa8\x84\xa8\xaf\x9e\x35\x8c\xa1\x1a\x06\x4c\x35\xbc\x70\x86\x01\x53\x42\x62\xad\x1b\x06\x4c\x0d\xc2\x9e\xde\x62\x01\xed\x96\xc6\xce\x7e\x65\xed\x30\xec\x69\x7c\x61\x4f\x48\x16\xc3\x9e\x84\xd2\xf0\x48\x1d\x27\x6a\xa1\x10\x58\x08\xc7\x29\x8f\x24\xda\xe8\x2d\x46\xa5\x2e\x2e\x20\x88\x97\x1f\x46\x1b\x8d\xb3\xdb\x8e\x83\x5f\x93\xaf\x01\xc9\x0b\x51\xc3\xf8\xa0\x41\xe4\x4f\x69\x44\x44\x0f\x43\x7f\x84\x3c\xab\x24\xc7\xc3\x65\xf9\xf5\xd4\xc9\x02\x92\xd7\xab\xc6\xe9\xb2\xe4\x21\x99\xb7\x18\xed\x4d\x7f\x2d\xfd\x35\x86\x32\xfd\x35\x27\x06\xd7\x9f\xa1\x29\x62\x7c\x11\x31\xaf\x0a\x38\x0c\x88\x11\x4a\xe3\x29\xb0\x51\xdd\xed\x40\x8f\xdd\x62\xbb\xa4\xcb\x62\x3b\xb4\x21\x0d\x2f\xe6\x57\x57\x1a\x55\x2e\xc9\x4b\x20\xa5\x91\xcb\x6e\x54\xae\xa6\x84\x20\x2f\xd9\xa8\xca\xd0\x8a\xe9\xaf\x71\xa7\x38\xaa\xe2\x11\xc8\x13\x99\x5f\x95\x8e\x40\x90\x4d\x71\xd4\xfa\x55\xa0\xbc\xf1\xc7\x58\xa8\xf5\x9b\x52\x36\x56\x75\x4a\x81\xc4\xa5\x7d\x54\xa7\xd4\x90\x9e\xc6\xdb\x2c\xc3\x90\x9e\x51\xd5\x6e\x2a\xdc\xba\xa6\x35\x24\x41\x98\x48\x6e\x62\x79\x3e\x48\xbc\x18\x87\x11\x3d\xa3\x3a\xba\x38\xb7\x0c\xcd\x3a\xa3\x7e\x9e\xcd\x6f\x73\x0d\x0d\x19\x4d\xa6\x5e\x99\x84\x26\x53\x07\x92\x03\xfc\x68\x32\x75\xde\xdd\x28\x8d\x74\x32\xc3\x87\x37\x84\xe4\x55\x97\x61\x50\xc9\x68\x38\x25\xb5\xda\xfd\xb5\x94\x86\xc3\xc4\xe6\x97\x97\x24\xe6\x0a\x9f\xe8\xd1\x1c\x4a\x20\xcf\x57\xe7\x1e\xcd\xa1\x04\xba\xac\xac\x39\x94\xc6\x9e\x34\xf2\xd5\x0c\x63\x4f\x86\xef\x6e\x34\xf2\x98\x0e\xcd\x55\xa3\x7d\x77\xac\xef\xa7\x86\xa3\x0c\x9e\x4f\x28\x4d\x65\xac\x2b\x0c\x81\xc0\xdf\x65\xf8\x94\xc2\xe0\xf9\x84\xd2\x1a\xcc\xa7\x2b\xf9\x80\x1e\x6c\xe6\xee\x18\x75\x7b\xda\x5a\x85\x96\xd2\xe0\xd0\x2c\x10\x9f\x52\x18\x1d\xd5\xbc\x35\x56\x65\x57\x71\x01\x92\x83\xe7\xe8\x2a\x2e\x40\xa8\x13\xfa\xd2\x81\x10\xdd\x1f\x53\x78\x75\x2c\x3c\x0d\xcf\xb0\xd1\xfb\x47\x7b\x05\x5a\x85\x35\x74\x2c\x3c\x42\x6c\x2c\x19\x1e\x47\x78\x81\x61\x93\x2f\x1a\x15\x23\x44\xdb\xe8\xa7\x62\xa7\xab\xe6\x77\x87\x2d\xec\x28\xaf\x1a\x7c\x43\x24\x67\xe8\x0e\x78\x87\x07\x6a\xfb\x1b\x86\x99\x60\x46\x19\x9a\xfa\x46\x28\x4f\x48\xe1\x38\x42\x79\x02\x44\xdb\x2c\x76\x4a\x82\xc9\xd2\x29\x63\x51\x84\xf7\x4b\x8b\x35\x69\x24\x5f\xfe\x0d\x8e\xe4\xc3\x7c\xea\x23\x54\x88\xf0\x1f\x1b\xa1\x42\x04\x24\xe9\x10\x46\xb8\x06\xc2\x09\xc7\x7f\x6c\x84\x13\x0e\x04\x2f\x17\x8c\x70\xc2\x43\x8e\x40\xba\xb1\x11\xce\x2e\xd0\xc9\xce\x32\xc2\x65\x0c\xc4\x89\x1e\x19\x2e\xe3\x50\x5f\x26\x98\x62\x84\xeb\x38\x3e\x7d\x59\xd2\xd7\x0e\xd6\xe2\x66\x9d\x8f\xa4\xc7\x2f\xf9\x35\xe5\x03\x10\x67\xa1\x19\xf2\x92\x70\x5d\x78\x30\x08\xd7\x05\x10\x18\x25\x47\xb8\x2e\x0c\x99\x69\xb8\xb6\x0d\x6d\xaf\x23\xbe\x19\x0f\x6a\x70\xc6\x81\x28\x4e\x9b\x33\x1e\xdf\x8c\x07\x43\xe9\x8c\x1b\x26\x81\x09\x68\x68\x92\x1d\xa6\x33\x6f\x1c\x4e\x87\xe9\xcc\x85\xee\xe8\x9a\xce\x7c\xa4\xfc\x30\xa8\x21\xdb\x47\x7b\xf9\x21\x06\xde\x91\xf2\x43\x82\x13\x4a\x23\xab\xcd\x30\x3a\x41\x08\x5e\xa3\x18\x46\x27\x0c\x8d\xb9\x0d\xff\x92\xa1\x31\x77\x24\x3e\x81\x0d\x2b\xfb\x48\x79\x24\x10\x6a\xd1\xe6\xfd\x1e\xe4\xfa\x2e\x0d\x0b\xd8\xc8\xcb\x4f\x39\x5f\xa7\x5d\xb0\xa7\x3a\x5d\x93\x85\x60\x68\xf4\x1d\xa4\x75\x2e\x8d\x0b\x8b\x61\x5e\x67\x21\x08\x5b\x1d\x97\xcb\xfd\xf2\x4c\x48\xc4\xd7\xb8\x5c\xef\x40\xba\xc7\x2e\xd7\xfb\xa5\x50\xf2\x90\x72\xc9\x4a\x81\x6c\x6c\x6c\xbd\xb5\x87\x89\xa3\x1b\x39\x4a\x86\x89\xa3\x85\x38\x61\x43\x26\x8e\x1e\x97\xab\x86\x1c\x25\xe3\x72\xd5\x00\x49\xfc\xd8\xb8\x1c\xf1\xab\xa5\xc5\x68\x6f\xf3\xd3\x17\x12\x83\xf7\xb8\x1a\x23\x7e\xa9\xd8\x92\x35\x6c\x68\x6a\x16\x62\xaf\x92\xec\x82\xb3\x80\x53\xd2\xd0\x38\x3c\xae\xf0\xd3\x26\xcd\x4f\xc3\xde\x4b\xf2\xd3\xb0\xf7\x4c\xea\x15\xf6\x5e\x3f\x4f\xe6\x0f\x77\xee\x0f\xde\x62\x05\x5a\x48\x0b\x7e\x8d\x2e\xa8\x8f\xe0\xc1\xfd\x16\xa3\xab\x6a\x8a\x40\x76\xb4\xd8\x4b\x45\x51\x6f\xea\x96\xac\x1a\x6d\xcd\x42\x9c\xac\x41\x4d\xcd\x42\x10\xf9\x32\x34\x35\x0b\xa5\x71\xf1\x30\x34\x35\x0f\xbd\x87\x09\x30\x1c\xda\x9a\x85\xc0\x81\x64\x68\x6b\x1e\xe6\xb4\x6e\x84\xe2\x0d\xed\xbe\x42\x27\xe5\xdd\xd0\xee\x3b\x06\x2a\x66\xc7\x29\x69\x0c\x55\x4c\x20\xe5\xb8\xc3\x99\x1f\x08\xd1\x8e\x65\x65\x0c\xb9\x0f\x90\x9d\x55\x39\xe4\x3e\xc3\x1c\xc2\x55\xd2\x92\xf4\xf8\xe5\x3b\x1e\xc3\x05\x02\x24\xd9\x91\xc6\x70\x81\x0c\x22\x01\x3a\x66\xc6\x31\x14\x54\x40\x76\x9b\xa6\xa0\x02\x92\x57\x18\xc6\x50\x50\x01\xef\x97\x27\x34\x7b\x80\xcd\x72\xff\xbe\xb4\x07\xac\xc0\x8e\x85\x67\x0c\x57\x20\x10\xbb\x43\xe4\x0a\x1c\xb8\x57\x76\x2c\x3c\x63\x78\xdc\x02\x92\xc4\x4a\x63\xe0\x7f\x30\x34\x7a\x77\xae\x66\x87\x46\xef\xa1\xd1\xbb\xe3\x3d\x33\x34\x7a\x0f\x7d\xae\x71\x3d\x1b\x5a\xbd\xc7\x44\x09\xea\xe4\xb5\x18\x53\x7e\x0f\xa4\x06\x01\xbd\xb0\x85\xee\xbe\xd2\x0b\x7b\xe0\x71\x5d\x3a\x31\x7c\x43\x97\x6b\x21\x70\x70\x18\xba\x5c\x8f\x09\xc7\xeb\x38\x00\x8e\xe9\xf0\x02\x89\x79\x72\x4c\x39\x1e\xf0\x16\xe3\x53\x2d\x1f\x40\x76\x66\x79\xaa\x40\x4c\x27\x86\x6b\x9d\x31\x9d\x18\x20\x92\x75\x34\x9d\x18\xa0\x74\x6e\x58\xc6\x74\x66\x80\xe4\x91\xeb\x31\x9d\x18\xe0\x2d\xe6\xa7\x29\x8d\x94\xe4\xa7\x6d\xb3\x57\x9c\x83\x3b\x97\x33\x63\x7a\x0e\x06\x82\x7c\x4e\x63\x3a\x31\xc0\x5b\xcc\xf6\x3e\xd2\x30\x2f\xd4\xdf\x20\xba\xa7\xe7\x49\xef\x17\x7a\xb1\x9d\x1e\x28\xbd\x5f\x20\x1c\x6b\x78\xbf\x20\xbc\xc5\x98\xa4\xee\x78\x11\x2b\xaa\x90\x9b\xb2\x2b\x20\x36\x47\x55\x76\x05\xe4\x8e\xe4\xd6\x53\x7d\x4c\x34\x29\x1c\x4e\xc6\x54\x62\x02\xa1\xc6\xaf\xef\xba\x10\xcd\x89\xec\x8e\x0c\x72\xaa\x97\xe2\xef\x3b\xe1\xa6\x5a\x3b\xfc\x72\x4a\x5a\x16\x63\xd6\x3c\x8a\x01\x81\x83\xc1\xf0\xe2\x63\x4c\x24\x72\x2f\xce\xa4\x12\x19\x48\x9c\x5c\xc6\x54\x22\x03\x5d\x11\x3a\x65\xad\x40\xba\xd3\xa7\xac\x55\x17\xfa\xce\xeb\x5e\x43\x17\x7a\x21\x4e\xd4\x4f\x5d\xe8\x85\xb7\x98\x34\xfb\x6e\x2e\x4e\x87\x5b\xd6\x0a\xc4\x76\xda\x5a\xfb\x1e\xa4\x68\x74\xad\x87\x5d\xc7\xd8\xbf\x7f\xa5\xec\x7a\xb8\x28\x76\x7f\xcc\x45\x61\x5e\x66\x5b\x96\x76\x1d\x73\x46\xd7\x28\x61\x1a\x70\x21\x9a\x5f\x6a\xce\x00\x52\x13\xca\xf4\x48\x04\x24\x39\x81\x86\x21\x00\x42\x9c\xae\x03\xf9\xbb\x57\x3e\x9d\x7c\x81\x63\xca\x0d\x70\x6f\xdf\x35\x7d\x79\x0b\x34\x74\x6f\xef\x64\x6d\x1c\xba\xb7\x8f\xcf\xbd\x1d\xa6\xa1\x7b\xbb\x90\x64\x0f\x19\x4b\xd1\x0e\xbc\x5f\x1e\xd0\xaa\x34\x56\x1a\x72\x51\x27\xf8\x81\xc7\xfb\x5b\xcc\x5f\x0b\x69\x24\xdc\xaf\xb6\x23\x25\xb1\x09\x91\xb2\xde\x3c\x09\xef\x97\xfe\xda\x90\x86\x29\xf0\x6b\xc7\x94\xe4\x5e\x3d\xfd\x74\x49\xf3\xcd\x3e\xeb\xbc\x25\x39\x2d\xa7\x95\x3e\xd2\x78\x36\x1f\x26\xaa\xff\xfc\x58\x55\x3e\x72\x4a\xeb\xd2\xd8\x2c\x18\xef\x96\x22\x0a\x28\xbd\xd8\x53\x65\x14\x10\xee\xcf\x25\x77\x5c\xcd\x25\x69\xb7\xe4\x54\x40\x6a\x45\x5c\x32\x2a\x20\x64\x4a\xde\x7a\x8d\xa5\xb8\x20\xed\xf3\xd0\xf5\x5e\x08\x5c\xac\xc6\x52\x5c\x00\xc1\x5b\xb1\x63\x69\x03\x5e\x1f\x53\xea\xfe\x9a\x1d\x6d\xe6\x05\xe7\xc7\xe4\x3a\xeb\xe3\x3a\xce\xb2\x5c\x47\x07\x7d\x4d\x19\x3a\xe8\x8f\xd5\xed\x28\xb2\x72\xc9\x16\x80\xa8\x28\x1d\x4b\xb6\x00\x04\x59\x36\x86\xfe\xf9\x42\x92\x93\x6a\xe8\x9f\x3f\xd6\xc7\x15\xc2\x62\xce\x8b\x2f\x5b\x3b\x2d\x72\x05\xe0\x2d\x46\xd3\x3c\xad\x01\x41\xd0\xf3\xf0\xda\x6e\x70\x07\xf7\x16\x93\x66\xd3\x02\x67\xe0\x83\x4a\xdd\xb5\xde\xd1\x75\x7c\x7c\x86\x77\x74\x42\x92\xa0\x69\x78\x47\x37\xf0\xe2\x7f\x8b\x49\xb3\x6d\xdc\xdd\xe0\x3e\x32\xcc\xb0\x2e\xbc\xc5\xa8\xd4\xad\x0c\xa4\xf6\x4b\x6f\xf7\x84\x68\x98\xe1\xbc\xdd\x1b\x2b\x5d\x59\x4e\x9f\x66\x61\x20\xea\x21\xc9\x89\x27\x75\x63\x57\x77\x58\x32\x01\x20\x08\x1f\x1f\x4b\x26\xe0\x5d\x61\x27\x5c\x7a\x18\x13\x30\xf0\xb5\xde\x79\xd0\x6e\x78\x7d\x38\x6e\x8e\xa5\x9d\x67\x44\xc6\xed\x5e\x06\x02\x17\x9f\x71\xbb\x97\xf5\xc8\xee\x38\xe3\x0e\x3d\xb2\x85\xdc\x51\x54\xf5\xc8\x1e\x78\x5f\xbf\xc5\x0e\x68\x29\x4d\x9d\xce\x2f\x2f\x49\xbc\x49\xd2\x2d\x45\x0f\xee\x6a\x73\x91\x71\xb7\x27\x23\x20\xbc\x6d\xd1\x0b\x5b\x48\x12\xbd\x0f\xbd\xb0\x85\x20\x6f\xc9\xf0\xfe\x53\x28\x5d\x8b\xa6\x17\xa0\x42\x12\xd7\x3b\x74\xc2\x16\x3a\x4f\x51\x0c\x9d\xb0\x85\xa8\xd8\x86\x4d\xd6\x2e\xf4\x7e\xfe\x06\x23\xb9\xb9\xdc\x85\x50\x97\x31\x95\xfb\xd0\xb9\xbb\xef\xbb\xb4\x25\x8d\xac\xab\x1c\x36\x75\xee\x16\x52\x0b\xb6\xce\xdd\x42\xe2\x84\x39\x6e\xb5\x53\x20\xc8\x24\x32\x74\xf7\x16\xde\xdf\xb7\x98\x63\xc5\xf5\x2e\x37\xd4\xc3\xeb\x5d\x21\x77\xce\x47\xba\x7b\x0b\x41\xd6\x90\x71\xab\x3d\xdd\xea\x40\xa4\xcf\x1b\x66\x94\x17\x92\xd4\x6f\xe3\x96\xdb\xe8\x01\xde\x77\xf6\x92\x1e\xe0\x42\xe2\xd7\x3e\xf4\x00\x1f\x7a\x80\xf7\x1d\xa3\xab\x1e\xe0\x42\x28\xfc\xf5\x00\x17\x92\x88\xed\x61\xde\xf9\x81\x1b\xf7\xfb\x25\xbf\xa6\x5e\x72\x1b\x07\x0b\x3f\xbb\x3d\xdc\x03\xd1\x5c\x87\xaa\x2a\xb7\x4c\x09\xdf\xaf\x71\xcb\x94\x80\xc4\x4d\x75\xdc\x32\x25\x1c\xc0\xdf\x62\xf4\x40\x16\xa4\x07\x38\x69\xf2\x87\x1e\xe0\x42\x6c\x2e\x57\x99\x12\x90\x5f\x33\x64\x4a\x77\xb8\x93\x10\x77\xb7\x7a\x09\x10\x38\x9d\x8f\x5b\xbd\xe4\x36\x51\x6c\x4a\x72\xbc\xd5\x4b\xf6\xaf\x98\xfd\x0c\xf2\x26\xba\xd0\xd5\x4b\xf4\x1c\x27\x77\xdd\xd0\x73\x5c\x78\xbf\xa4\xb5\x72\x38\x20\xba\x1d\x90\xc3\x71\xe7\xfe\x16\xa3\xef\xb2\x33\x20\xf7\xb0\x02\xfb\x29\x87\x53\x67\xba\xe5\x70\x40\xf7\xf6\xf1\x96\xc3\x01\xb1\xb9\xb9\x64\x70\x78\xab\xbf\x5f\x52\x4c\x76\x06\xc4\xe1\x8a\xd4\xec\xcd\xa5\xfe\x5b\x8c\x21\x4a\x3b\x9f\x24\x84\xc0\x54\xa6\x53\xbb\xf0\x16\xa3\xa7\x32\x42\xbd\xda\x77\xf7\x94\x8c\x10\x48\x92\x05\x8e\xdb\x5b\xc5\x5b\x9d\x49\xfd\xe2\x56\x67\x02\xe2\x5b\xcc\xb2\x4b\xe0\x2d\x26\xcd\xf1\x50\x69\x0a\x7b\xe5\x78\xa4\x2b\xb7\xda\x36\x3b\x4f\x1e\x28\x12\x85\x0d\x7d\x10\x84\xd2\x15\xff\xb7\x9c\x16\x6f\xf2\xdd\x76\xe8\x97\x20\xa4\x2a\xc7\xe3\x11\xf8\x51\x33\x51\x04\x3e\x6a\x26\x40\x6a\xcf\xd6\xe5\x5c\x48\xe2\x5d\x87\x2e\xe7\x42\x92\x05\x70\x3c\x2a\x26\x40\xee\xc8\xc4\x47\x06\xfa\x7c\x7c\x90\x95\x6b\x62\x7c\x21\x1d\x5b\x13\xe3\x0b\xc9\x7b\x17\xc3\xc4\xf8\xe3\xf1\x50\xec\x36\x78\x64\x3b\x40\xe7\x81\x9f\xf1\xc8\x76\x9e\x8f\xed\xd8\x34\xd9\x0e\x90\xb2\xb5\x47\xb6\xf3\xc8\x76\x10\x28\x7a\x64\x08\xe9\x25\x9c\x1e\x19\xe3\xf1\x9c\xfc\xb7\x2f\x43\x1a\x0f\xa9\x9e\x34\x4d\x4e\xf4\x7c\x6c\x07\x83\xfc\x23\xdb\x79\xcc\x90\x54\xfd\x35\xc7\xb1\xd9\x03\xc4\xb5\x1e\xf8\x42\x27\x95\xd0\x78\xe4\x31\xc0\x5b\x8c\x1e\xa8\xd2\x00\xf9\x55\xe0\x39\x0a\x08\x5e\x72\x1b\x8f\xe7\xa8\xe7\xe3\x4e\xdc\xfc\x3d\x72\x27\x20\x3c\x88\x3f\x72\xa7\xc7\x83\xd4\xf7\xfb\x76\xea\xe3\x4e\x69\x3b\xec\x15\xdc\x49\xb3\xdd\x23\x77\x7a\x7c\xb9\x0b\x45\x42\x07\x15\x21\x3b\x67\x2b\x1d\x54\x84\xf8\xa6\x58\x7e\xf5\xa8\x45\x91\x9b\x71\x3c\x32\xac\x47\x86\xe5\xea\x93\x61\xe9\xc6\xd2\xc9\xec\x30\x74\x63\x11\xc2\xcb\x0e\xdd\x58\x84\xd0\x68\xa0\x1b\xcb\x78\x64\x3b\x3c\x56\x3d\x7c\x9a\x40\x48\x9c\xca\xc6\x23\xdb\x01\xf2\x1b\x20\xf5\x2a\x1f\x30\xe8\x5e\x16\xfb\x80\x81\x90\x5f\x33\xe4\x00\x3e\x60\xd0\x0f\x3b\x2a\x07\x00\x82\xa0\xdd\x61\x08\x84\x10\xbc\xa2\x38\x0c\x81\x18\x3e\x56\xd0\x8f\xf2\x1b\x8e\xd7\x3a\xc3\x08\xf9\x8d\x96\x67\x23\x1d\x5f\x3a\x09\xb1\x86\x6f\x19\x0c\xdc\xfa\x77\x9c\xe9\xa7\xbe\x30\x42\x70\xdb\x37\x75\x85\x99\xfa\xbd\x74\xd8\xde\xd4\xef\x45\x48\x62\x57\xa6\x7e\x2f\x73\xf3\xe8\x42\xc4\xc1\xdc\x50\x81\x84\x38\xc3\x2f\xa7\x24\x2f\xb7\xac\x60\x49\x5a\x18\x4a\x2a\xa4\x5b\x12\x7c\x0a\x0f\xad\xa9\x13\x8d\x10\x64\x35\x9e\x3a\xd1\x08\x79\xbc\x87\xf5\xb9\x55\x5b\x4b\x4e\x7a\x92\x76\xcc\x0d\x0d\x4b\x48\x12\x76\x4e\xdc\x6e\x5e\x70\xd2\x0e\x5a\x56\xed\x80\xd9\x33\x0b\x7d\x82\x8d\x4c\x1d\x66\x3a\x19\x3a\xa6\x0e\x33\x42\xf0\xdc\xc8\xd4\x61\x66\xe2\x1c\x53\xfa\xe1\xa8\x55\x7b\x80\xb5\x1f\x1f\x9a\xa9\x73\x8c\x90\x6c\xdf\xa9\x73\x8c\x90\xac\xba\x69\x64\xc1\xdc\x54\x55\x48\x93\x32\x37\x18\x84\x90\xec\xae\xb9\xa1\xaa\x08\xa5\x93\x54\x62\xe2\x17\xf3\x41\x22\x13\xa7\xde\x31\xc2\x5b\x8c\xce\x37\xc7\x1b\xab\x4e\x7b\x05\xf1\xdc\x9a\xad\xd5\xdc\xd6\x24\xd9\x5a\xb9\x0d\x77\xf9\x93\xa0\x85\x0f\x3a\x59\x04\xa7\xb1\x09\xd3\x40\x84\x8e\x77\xf9\x34\x10\x41\x88\x7e\x5a\xcc\xc1\xc5\x1e\x13\x1f\xc9\xc1\xed\xee\x88\x4a\xaf\x60\x2d\x42\xb4\x83\xd6\xc2\x5a\x84\xd2\x8f\xe6\xa7\x8e\x07\xac\xe5\xd8\xac\xd3\xf1\x50\xf1\x39\xec\x42\xb7\xf3\x30\x12\x42\xa7\xa6\x6e\x40\x53\x9f\x9f\x8e\xeb\xc1\xd4\xe7\x67\x6e\x1e\x3f\xc8\x92\x32\xb7\x74\x28\xb1\x41\x70\x9f\x36\x79\xf4\xe2\x83\xd2\x8f\x64\xb5\xa5\x3f\x97\x2e\x5d\x49\x0e\xe5\xb7\xd1\x9c\xe6\xcb\x41\x62\xa3\x71\xad\x3e\x75\xfa\x99\xb8\xe4\xbc\xc5\xde\x3e\xe8\x93\x23\xf4\x2c\x14\x73\x39\xfb\x9e\x42\x27\xe4\x62\xfa\x9e\x82\xd0\xc9\x6a\x3f\x7d\x4f\x61\xf2\xc4\xc1\x5b\xac\x42\x7b\xa4\x61\xda\x66\xb2\x8a\xcb\x0d\x48\x52\x4f\x4e\x5f\x40\x10\x4a\x3f\x77\xbe\x44\xde\x09\xc9\xbd\xfd\xf4\x89\x83\x59\x70\x47\xe8\x27\x4c\xa0\x38\xa7\x40\x76\x9b\xeb\x9c\xf2\x5e\x41\xe9\x5f\x4f\x9d\x40\x20\xba\x15\x38\x7f\xba\x10\x75\x5c\x25\xa6\x2e\x44\xb3\xc8\x47\x71\x5b\x98\x25\xad\x01\x4d\xaa\xed\x92\xac\xc1\xe1\x25\x3c\x69\xea\x42\x34\x71\x21\xf2\x35\x97\xa9\x0b\xd1\xdc\xb9\x0c\xee\xe4\x2b\x98\xbb\x4c\x05\x08\xf2\x9a\xcc\x5d\x9e\xb2\x6b\x69\xe5\x4a\x7e\xee\x08\x6d\x21\x5b\xa3\x18\xf6\x0b\xa1\x74\x1c\x45\xa6\x9e\x46\x42\x72\x3f\x3c\x75\x25\x9a\x3b\x7e\x67\x9d\x40\x9d\xb9\xbb\xe0\x80\x38\x83\x0a\xba\xed\xb0\xf7\xbc\x17\x33\xf5\x11\x9a\x3b\x57\x29\x1d\x97\xf1\xb9\x23\x93\x84\xc0\xb1\x7c\xee\x61\xdb\xf0\xbc\xe8\xa4\x70\x9d\x3b\x2a\xa8\x10\xbc\xb4\x38\xf7\xf4\x4b\x5d\x4d\xd9\x6d\x7b\x7e\x5f\x56\xda\x61\x29\x7b\x95\x38\xb3\xef\x92\xec\x14\x51\x79\x9d\x18\x83\xb9\xa7\xbd\x42\x29\x25\x58\x63\xe2\x90\xf4\x41\x90\x42\x68\xea\x96\x34\x3f\xb7\x24\xfb\xe4\x1e\xda\xd5\x49\x6b\x93\x36\xa5\xe1\xb9\xd9\x6c\xbf\x23\xc4\x25\x5d\xaf\x6c\x49\x5c\x99\x3e\x08\xa2\x0e\xa6\x0e\x4d\x73\x37\xac\xe5\x78\x7f\x4c\x87\x26\x21\xe4\x77\x87\xc2\x4a\x1f\xa7\x4e\x0c\xc3\xd4\xc7\x49\x88\x8a\xc8\xd1\xc7\x69\x1e\x9a\x74\x79\xeb\x68\x1e\x68\x22\x42\xb4\x2a\x69\x4a\x62\xa6\xda\xce\xa7\xce\xd4\xe1\x4c\x35\x76\xc2\xe1\x4c\x01\xe9\xee\x3b\x9c\xa9\x43\xa6\xd2\x8e\x5f\x8f\xd1\x9e\x87\xe3\x05\x04\x0f\xa0\xcc\xc3\xe1\xd2\xb7\xa9\xe3\x3d\x39\xf5\x6d\x9a\xc6\xf7\x90\x64\x77\xea\xdb\x34\x4f\x8d\x14\x5c\x7b\xcf\x13\x23\x85\x10\x3c\xf0\x34\x4f\x8c\x14\xf3\x3c\x99\x10\x97\xf6\xa9\x3c\x06\x12\x6f\xa4\x69\x36\xeb\xa9\xa7\x54\x77\xc6\xf5\x94\x12\x92\x6b\xef\xa9\xa7\xd4\xd4\x53\xaa\xe3\xec\x39\xf5\x94\x12\x82\x64\x89\x53\x4f\xa9\x69\x6a\xe9\xde\xba\xbf\x36\xa4\x69\xd2\x3c\x21\xd9\x0e\xaf\x46\x78\xc2\x71\x9e\x32\x1d\xa0\x93\xb0\x73\x9a\x20\x7a\x9e\x0a\x8d\x16\x34\x44\xa1\x71\x9a\x35\x8a\xa5\x67\x76\xe5\x69\x2a\xe5\xce\x35\xe4\x34\x95\xb2\x10\x3c\x50\x30\x4d\xa5\x3c\x4d\xa5\xdc\xb9\x5f\x9c\xba\x4a\x09\xa5\x13\xd1\x36\xcd\xa5\x2c\x84\x22\xd9\x5c\xca\xf3\xcc\xaf\x18\x03\x97\x16\x4b\xdc\x48\xaa\xa4\xaf\x18\xac\x14\x9e\xa3\xa7\x94\x10\xca\x33\x3d\xa5\xe6\xe9\xb6\xeb\x3b\xed\x70\xdb\x01\x81\x79\x65\x9e\x6e\xbb\xd3\xb3\x60\x67\x0f\x9c\xee\x3b\x20\x48\x88\x3c\x4f\xd7\xd1\xe9\xbe\xeb\x87\x9f\x3a\xbc\xe9\x34\x5b\x81\xd3\xec\xda\x22\x78\x63\xea\x9e\x35\x71\xcf\xf2\x91\x9f\xa9\x7b\xd6\xac\xaa\x7f\xf8\x6a\xcc\xea\xf6\x01\x82\x30\xf3\x59\x55\xff\x80\xd2\x3b\xb3\x50\xb1\x9d\x09\x89\x0b\xdb\xac\xf8\x6c\x4c\xbd\xb8\x7c\xdd\x66\xea\xc5\x25\x44\x7f\x95\xea\xa9\x17\x97\x10\xbc\x75\x36\xab\xab\xb2\x7a\x87\x87\xc3\xcc\xac\x6a\x76\x55\xef\x54\xb4\xb8\xaa\x66\x57\x95\x84\x9d\x1d\x53\x95\x84\x40\x54\xa6\xaf\x2a\x09\xab\xcb\x0d\x27\x9d\x59\x5d\x6e\x40\x74\xf8\x50\x75\xb9\x01\x21\x93\xaf\x8a\x07\x20\x78\xa4\x69\x56\xc5\x03\x10\x3c\x5a\x33\xab\xd2\xa1\x7e\x2b\x0b\x46\xa7\xaf\xd7\xac\x32\xef\x8e\x3e\x52\x5d\x0c\x40\xc7\xb4\x31\xab\x8b\x41\x97\xb0\x4e\xea\xa1\xa9\x4b\x98\x90\xbd\xf8\xa5\xe3\xc1\x05\xb7\x6f\xaa\x4e\x7d\xc2\x84\xd8\x42\x92\x7d\x77\x96\x71\xd9\x98\xba\x89\x4d\xdc\xc4\x76\xf5\x0c\xdd\xc4\x84\xe2\x3d\xf5\x6c\xf2\x52\x20\xdd\x08\x8d\x6b\x92\xd9\x5c\x0c\x98\x3e\x67\x73\x31\x34\x73\xe4\x77\x49\x55\x52\xb3\x98\x35\x74\x69\xa8\x76\xe8\x3b\x8d\x3b\x91\xd9\x9c\x04\xdc\xfc\x66\x73\x12\x80\xc8\xe4\x4b\x27\xa1\x79\xa0\x75\x5f\xb5\x6e\x43\x38\xd0\x6e\x76\xa1\xfb\x65\xff\xbc\x38\xde\xb1\xd4\x75\x6c\xb6\xaf\xf7\xfd\xed\xbd\xae\x63\x13\xd7\xb1\x83\xdb\xc2\xa9\xeb\xd8\xec\xde\x59\xe0\xc6\x31\xf5\xcf\x12\x82\x0b\xf3\xa9\x7f\xd6\xec\xda\xfd\x78\xc7\x7a\x9a\x8f\x58\x08\xbc\xad\x67\x57\x4b\xee\x1e\xa3\x79\x7d\x75\x76\x15\x23\x20\xc8\xb9\x3f\xf5\xec\x9a\x5d\x19\x44\xa2\xff\xd9\x65\x48\x40\x92\xb3\x69\x76\x65\x90\xae\x5d\x9d\xc4\x2c\x53\xd7\xae\xa9\x83\x56\xc7\x55\x62\xea\xa0\x35\x71\xd0\x3a\xb8\x81\x9e\x3a\x68\x09\x25\x36\x4e\x3e\xe1\xa4\x86\xef\x95\xc3\xb6\xc2\x49\x35\xbf\x6f\x90\xd6\x64\x9a\xdf\x57\xc8\x8d\x01\x31\xbf\xef\xc4\x67\xaa\xf8\x6a\xfc\xd4\x69\x4a\x08\xf2\x5e\xcc\x70\x03\x06\x63\x69\xf0\xd2\x0c\xc7\x12\x88\x0a\xd3\x0e\xc7\x32\xb8\xf4\xf7\x89\x87\x19\x9e\x42\x80\xf4\x6c\x18\x0e\x6f\x74\x8b\xa1\x29\x86\xfa\x13\x10\xdc\x98\x4f\xdd\x9c\x66\x10\xbb\xf4\x8d\x6f\x84\x35\x60\x5c\xdc\x38\xa8\x05\xc6\xc5\x19\x69\x17\x18\xcb\x90\x43\x03\x49\xa6\x91\x19\x6e\x4a\xa0\xf0\x0c\xc6\xaf\xca\xee\x70\xd3\x02\x41\xfc\xe3\x0c\x35\xae\x20\x46\x40\x1f\x97\x19\x72\x70\x20\xb9\x87\x98\x21\x03\x0f\x8e\x15\x41\x14\xc2\x0c\xf7\x36\x10\xf8\xc4\xcf\x70\x6b\xeb\xa1\x15\x1b\x67\x69\x3d\xb4\x66\x38\xe5\x6c\x29\x3d\xb4\x66\x7e\x73\x49\x0d\xe9\x5c\xa6\x73\x09\x7b\xd2\x69\x4b\x48\xde\x46\x9e\x3a\x6d\x4d\x93\xd1\xfa\xfe\xf7\x34\x19\xad\xd0\x09\x97\x9b\x26\xa3\x15\x8a\x2f\x1b\xce\x74\xc1\x03\x89\x63\xc6\x4c\x8f\x85\xe4\xa4\x2d\xc6\x27\xcd\x74\xc1\xa7\x72\xba\x4a\x0a\x49\x34\x97\x77\x38\xa6\xbe\x5d\x93\xc4\xaf\x2f\x8d\xf6\x86\xb5\x62\xa0\xe5\x2a\x65\x92\x05\xf6\x83\x74\x21\x9b\x0b\x76\x26\x9c\x33\xb8\x0d\x9a\x29\xe7\x04\xd2\xd5\xa8\xa3\xd8\x4c\x87\x92\x60\x85\xa9\x0b\xd8\xc4\x05\xcc\xa7\x4a\xa6\x2e\x60\x93\x18\xdf\xf2\x2d\x6e\x83\x7c\x85\x0c\x16\xad\x41\xbe\x53\xdf\xae\xef\x94\xa9\x6f\x97\x90\xb8\x7b\x4e\x7d\xbb\xa6\xbe\x5d\x41\x1e\x96\xa9\x6f\x97\x10\xf8\x96\x4c\x7d\xbb\xe6\x45\xee\xbe\xd8\x37\x1a\xa2\x6a\x04\x24\x41\xcf\x93\xa7\xff\x7f\x9a\xb8\x7b\xbd\xc5\xde\x9e\xea\xef\x25\x04\xf7\x80\xf3\xf2\x20\x77\x39\xa7\xf8\xe6\xce\xcb\x39\xbd\xdc\x64\xbb\x24\xbb\x00\x83\x8d\x9d\x9d\x6d\x50\xb2\x90\x6e\x4f\x63\x92\xa7\x01\xc8\x3a\x4b\x4d\x03\x90\x85\xdc\x3e\x52\x48\xba\x2c\x56\xa1\x0d\x69\xf0\xb5\xdd\x0a\xec\x15\xb7\x12\xdb\x66\x05\xf6\xca\xcd\xbe\x7f\xc5\x6c\x6e\x97\x27\xf0\x63\x2e\x10\xe0\x2d\xc6\xa7\x6a\x68\x40\x12\xf0\x3d\x2f\x35\x34\x7c\xc7\x4a\xec\x30\x00\x9d\xc7\x84\x24\x84\x6b\x5e\xe1\x88\x87\x95\xb2\x3d\x74\x1e\x13\x3a\xa1\x2b\xf3\x72\x05\x02\xd1\x10\x38\x97\x2b\xf0\x92\x9b\xec\x4e\xb3\xdc\x04\x08\x22\xd3\xe6\x25\x37\x31\x84\xda\xb7\x91\xa7\x21\xd4\x42\x62\x81\x9c\x86\x50\x4f\xdd\xce\x74\xe4\x9a\xba\x9d\x4d\xdc\xce\x0e\x92\x3c\x4c\xdd\xce\xa6\xf1\xcc\x3e\xe7\x34\x8d\x67\x16\x92\xeb\x8b\x69\x3c\xb3\x50\x0c\xdc\x99\xc6\x33\x0b\xc1\x1b\xe6\xd3\x78\x66\xa1\x04\x86\xfe\x69\x40\xb3\x90\xca\x47\xe3\x99\x27\x8e\x6b\xc5\x17\x64\xa7\xa1\xca\x42\xc6\xd7\x8e\x29\xc9\xa1\x6c\xb6\xf7\x96\xe6\xa1\xdb\x0a\x18\xca\x51\xbf\x4a\xf9\xd4\xed\x01\xa4\x1c\x4f\x97\xb8\x89\x63\x5b\xf1\x0d\xc7\xa9\x67\x9b\x10\x5b\xd0\x0e\x0d\x6d\x40\xf1\x11\xfd\x39\xea\x57\x03\x61\x17\x98\xae\xf4\x7f\x9b\xfa\xa2\x99\x6e\x67\xea\x8b\x26\x24\xc9\xae\xa6\xbe\x68\x73\x7c\x8b\x17\x46\x30\xfa\x47\xe3\x2a\xda\x2f\x5d\xbc\xc3\xc5\x8b\xd4\x1f\x2e\x5e\xdd\xd3\x42\xa3\x94\xee\x69\x73\x28\x96\x0e\xc7\x52\xb1\x04\x44\x77\xb2\x14\x4b\xc3\x25\x48\xfc\xec\x1c\x2e\x41\x20\xd4\xf8\x86\x4b\x70\xb8\xde\xc8\xda\x3c\x87\xeb\x6d\x28\xbd\x38\x89\x0f\xd7\xdb\x90\x0b\x92\x29\x7e\x0e\xb9\x20\x10\x1d\xc5\x70\xc8\x05\x81\x12\x3c\x08\x30\x87\x42\x66\xf8\x48\xba\x93\xa5\xfe\xa8\x87\x5d\x1c\xce\x8c\xcb\x12\x0f\xbb\x83\xe4\x18\x53\x0f\x3b\xa1\x63\xc6\x9f\x53\x4d\x03\x48\x12\xf8\xcf\xa9\xa6\x31\x39\xa7\x86\x66\xd7\xe9\x39\x15\xc8\xed\xf4\xcb\x4b\x12\xf7\x5b\x55\xd2\x90\x44\x26\x4f\x98\xdb\x74\xb5\x4d\x45\x9d\x56\xd7\xe9\xd2\x02\xe2\xe8\xbf\x6e\x2a\x9f\x53\x49\x68\xb2\x54\xdf\x12\x9a\x26\x4b\x15\x92\x4c\x11\xd3\x64\xa9\x73\x72\x7b\x14\x87\x6d\x72\x49\x01\xa9\x6a\xa2\xcf\xdf\xc4\x99\xaf\x98\xd1\x6e\xea\xcd\x27\x24\x6e\x9c\x53\x67\xbe\xa9\xaf\x5d\x90\x51\x66\xea\x6b\x37\x3f\x5f\xbb\xb0\x18\xd3\x61\x6e\xd5\x20\x6b\xf2\xd4\x3f\x4d\xc8\xcd\x4e\x7b\xb0\xc5\xff\xac\x04\xe9\x90\xa7\x21\xf7\x42\x70\x3f\x35\xf5\x45\x13\xde\x62\xb4\xd7\x05\x3a\xbf\x95\x87\x66\x66\xc8\xbd\xd0\x03\xee\xaa\x2f\xd7\x9c\x2a\x44\x27\x67\x67\x43\xee\xe7\x17\x72\xcf\xd1\xc8\x90\x7b\xe1\x2d\x46\x0d\x1a\x99\x80\xd8\x10\x54\x53\x23\x93\x09\x5d\x7d\x79\x61\xea\xcd\x25\x04\xe9\xf7\xa7\xde\x5c\x53\x6f\x2e\x53\xf7\x4f\xbd\xb9\x26\xde\x5c\x07\x6e\x38\x53\x6f\xae\x69\xc4\xfb\x67\xd6\xd3\x9b\x66\xea\xb1\x12\x27\x3c\x41\x8f\x15\x21\x1b\x1b\x5b\x8f\x95\x89\x2b\x4a\x89\x13\xad\x4d\x5f\x14\x21\xb5\x2f\x98\x9e\x72\xea\x77\x12\x95\x3e\xe8\x77\x32\xf1\x3b\x39\xb4\xa4\xe8\x77\x32\xcd\x32\x17\x95\xdd\x63\x96\x39\x21\x08\x0c\x9a\x66\x99\x9b\xe6\x85\x33\xd4\x75\x9a\x17\x4e\x08\x4d\x4a\xe6\x85\x9b\x86\xad\x47\x85\x81\x7b\x1f\x2f\x94\xa8\xa8\xfd\xc6\xad\x0b\xd1\x18\xf2\x5b\xc1\x67\x8e\x36\x9d\x95\xa6\x37\xed\x42\xe2\xcc\x3f\xbd\x69\x9f\x3e\x6e\x1f\x15\xfd\xc6\x6b\x64\x21\xb8\x38\x9a\xde\x22\xcf\x5b\x3e\x41\x82\x8e\x79\x3b\x35\xb7\xaf\x09\x71\xd6\xf7\x16\x79\xde\xdf\x20\xa1\xdf\x78\x65\x3c\xb9\x32\x3e\x3a\xc2\xc5\x2b\xe3\x69\xfe\xb1\x20\xcf\xc6\xf4\x32\x58\x48\x4f\x86\x5e\x06\x4f\xaf\x79\x3f\x71\xeb\x35\xaf\x10\x01\xcf\xf5\x9a\x77\x72\xb5\x5b\xcc\xc9\x33\x1f\xc5\xc6\x63\x28\x74\xfa\x65\x4a\x1a\x16\xdb\xa1\x4d\x69\x18\x22\xd3\x5f\x63\x0d\x7a\x0d\xab\x2f\xe2\xf4\x1a\x56\xc8\x16\x92\x2c\x86\x53\xaa\xf9\x32\xa6\x97\xa9\x42\x27\xca\x62\x7a\x99\x2a\xbc\xc5\xe8\x96\x16\x73\x20\x79\x58\x67\x7a\xbf\x3a\xb9\x4c\x7d\x8b\xf9\xa9\x5d\xe8\x3c\xd0\x5d\x24\xd9\x85\x6e\xdb\x58\x35\xde\x93\x0a\xd9\x42\xd2\xd7\x36\x56\x8d\xf6\x42\x2f\x45\x85\xe2\x9b\x47\xf3\x71\xd5\x00\xd1\x91\x24\xde\x93\x4e\x6f\x40\x83\x78\xeb\xe9\x0d\xa8\x10\xc4\x76\x4c\x6f\x40\x85\x24\x7f\xc8\xf4\x06\x74\x12\xa8\x5f\xa2\xa1\x76\x9b\xde\x4d\x48\x9e\x0b\x9a\x8f\x0c\x03\xc8\xc6\x66\xf3\x9e\x74\x3e\xae\x2d\x1c\x5d\xa6\x17\x95\x42\xe0\x7c\x37\x8d\xe3\x17\xde\x62\xf4\x54\x0b\x31\x90\x0d\x89\xe6\x75\xe6\xe4\x3a\xf3\xc0\xaa\xb8\xbc\xce\x5c\xdc\x36\x96\xc0\xaa\xb8\xbc\x6e\x14\x7a\xbe\xcb\x7e\x79\xdd\xb8\xb8\x47\x2c\x41\x73\x97\x17\x89\x42\xef\xef\x5e\x5b\x5e\x24\xae\xed\x5b\x95\xef\x4a\x5d\xde\x1a\x0a\x41\x5a\xff\xe5\xad\xe1\xda\xbe\xe5\x96\x09\x6d\x4a\x9b\x58\x3c\x2b\x24\xdb\xa1\x48\xc1\xe7\x7f\x79\x1f\x28\x24\x4f\x1d\x2f\xef\x03\xd7\x26\x5b\xc1\x46\xb9\x36\xd8\x8a\x10\xb5\xd0\x36\xd8\xca\x32\x34\xde\x87\x7b\x96\x97\x7f\x82\x7b\x6d\x79\xf7\x27\xbc\xc5\xfc\x35\x7b\xef\x93\x23\x85\x5e\x71\x22\x58\x46\xd0\x07\x91\x95\xcb\xab\x33\x21\x08\x86\x5a\x46\xd0\x0b\x25\xb0\x34\x2e\x6f\xd3\x96\xf7\x5f\x81\x59\x71\x79\xff\xb5\xb8\xff\x3a\xf2\x95\xf1\xcb\xfb\xaf\x55\x1c\x4b\x0c\x64\xcb\x5b\x2c\x21\x7b\xf9\xf5\x87\xc0\x96\x8f\x86\x2f\x1f\x0d\x57\xb1\x59\x3e\x1a\x2e\x04\x5e\x82\xcb\x47\xc3\x97\x4f\x7f\x07\x96\xb7\xe5\xc5\x97\xd0\x7b\xe3\x4b\x8e\x4b\x42\xe0\xb1\xb0\xbc\xf7\x5a\xde\x7b\x45\x4f\x8a\x75\x9b\xe9\x5d\xe6\xbb\x90\x97\xf7\x5e\xab\x38\x5e\x8e\xa1\xef\x6c\x0b\xc9\x83\xaa\xab\x38\x5e\xde\x7b\x05\xaf\xa3\x2f\xef\xbd\x56\x51\x1a\x62\x2b\x5b\x25\xfd\xf4\x93\x86\x34\x37\xfd\x34\xcd\xa9\x91\x90\x98\x24\xaf\xc2\x8c\x6e\x5c\x5e\x85\x2d\xae\xc2\xce\xed\xe5\xcc\xcb\xab\x30\x21\xd9\x9d\xcb\x60\xfa\xb5\x7b\x88\x70\x39\xee\x1c\x22\x84\xe0\x19\xe5\xb5\x73\x88\x58\xbb\xbb\x87\x94\x25\x6b\x77\xf7\xec\x06\xd8\xd1\x34\xef\xd5\xd6\xee\x7a\x27\xb1\xe0\xda\x5d\xef\x40\x47\xcb\x5d\xbb\xeb\x7d\x6f\x56\xca\x5e\xdc\x1d\x5e\x20\x5b\x93\x64\xa5\x5f\xda\x87\x80\x54\x25\x75\xbf\xa4\x02\xd7\x3b\x90\x44\x71\xae\x9d\x5b\xf2\x65\x24\xbf\x5e\x9e\xcb\x48\x7e\x21\x6a\x58\xcc\xe6\x36\x27\x21\xa5\x3d\xd2\x1e\xce\xf5\x74\xbe\x3b\x6c\xca\x69\xbc\x9b\xd6\x8e\x9c\x16\x3a\xa9\x7a\x16\x09\x01\x5e\x38\x2d\x46\xdb\x5c\x20\xbb\x69\xf2\x77\xc6\xc8\x05\xb2\x7f\x33\xcf\x3a\xf2\xce\x6f\x11\xf0\x5f\x22\xfd\x39\xd8\xab\xa0\x95\x67\xed\xb0\xd7\xb5\xab\xa3\x91\x58\x7b\xed\x61\x1f\xd0\xd1\xf2\x2b\x66\x17\x3c\x1d\x90\x58\x7b\x71\x4f\xf8\x81\x27\x81\xe5\x6d\xe1\xe2\x6a\xf0\x2d\x46\xef\xd3\xf6\xea\xb0\xb6\x31\x59\x69\x7b\x71\x57\xf9\xdb\x72\x40\x6f\x13\x92\xf0\xa9\xe5\xdd\xe0\xf2\xee\x4e\x43\xfd\xf2\xee\x4e\xc8\xd3\x5f\x73\x55\x72\x77\x77\x12\x47\xb2\xbc\xbb\x5b\x5c\xca\x95\x20\x4d\xf7\xf2\x56\x4e\x48\x1e\x29\x58\x07\x67\xd6\x75\xe0\x4a\x1f\x04\xb1\xad\x83\xd3\xa8\x10\xbc\xbd\xb8\x0e\x0e\x11\x42\x09\x12\xe9\xac\x83\x53\x84\x90\xe8\xac\xeb\xe0\x14\xb1\x0e\x17\x34\x57\x45\xeb\x70\x41\x03\x49\xbc\xff\x3a\x5c\xd0\x3e\x35\x1d\xbc\xd0\xbb\x7c\x6a\x5a\x48\x54\xdb\xe5\x53\xd3\xeb\x90\x85\x91\xce\x7b\x1d\xb2\xb0\xc3\x98\x69\xa6\xf4\x90\x47\x1d\x2a\x29\x58\x8d\xd7\x51\xed\x02\xf7\x64\xe5\xfb\xd2\x2e\x70\x4f\x16\x24\xf9\x59\x47\xb5\xbd\xd5\x93\x67\x42\x9a\x92\xec\x42\xb5\x6d\x76\xa1\xda\x85\x03\x92\x5d\xa8\x2e\x10\x3a\xcf\xa1\x78\x1d\xfd\x6b\x07\x3d\xed\xb6\x83\x57\x48\xfb\x41\x73\xbb\xed\xe8\x0e\x25\xdb\x94\x7b\xd2\x0f\xb2\x3b\x09\xdd\xa6\xa9\x90\x7c\x35\x74\xdb\xe6\x5b\x82\xbb\xc5\x6c\x9a\xeb\x3e\x83\x5e\xb9\xee\xb9\x2d\x7d\x69\x74\x21\x1c\xb7\x30\xbc\x89\x86\x84\xe3\xa6\xbf\x28\x5b\x97\xc4\x12\x1f\xf4\x3c\x19\x8f\xb0\x07\xe1\xb0\x39\x46\xee\x98\xc3\x84\x4c\x76\x34\x6c\x5a\x38\x6c\x69\x3b\x6c\x1b\xe9\xc6\xda\x57\x81\xc3\xa6\xed\x91\x08\xbe\x65\x7e\x09\x21\x72\xa7\x82\xb4\x07\x5c\xfe\x79\x4b\xb1\x8e\x74\x35\x98\x2f\xb3\x5a\x6c\x97\xb4\x5b\x8c\x86\xb8\xff\x80\x48\xc7\x28\x5d\xf6\x1e\x9b\x12\x16\x72\xb8\xff\x80\x68\x0e\x9b\xdb\xef\xf0\xb4\x92\xe9\xa7\xf6\x9e\x4b\x42\x02\x46\xd7\x91\xce\x9f\x77\xf3\x5f\x9d\x4e\x9f\x9a\x3e\xc9\xd2\x97\x97\xcd\x42\xf0\xc6\xf8\xf2\xb2\x79\xf1\xec\x78\x49\x5e\x0d\x5c\xbe\x3b\x2e\xf4\x74\xd9\x2b\x76\x80\xb7\x18\x6d\x73\xcf\x03\xf1\x1e\xae\x7e\x55\x72\x7b\x8b\xbd\xb8\xc5\x3e\x31\xce\x2d\x6f\xb1\x85\xf7\x87\x0f\x68\x45\x9a\xa9\x4f\x03\xd2\x2e\xe9\xb4\xd8\x09\xad\x4a\xe3\x52\xee\x55\xa2\xd7\x89\x69\x4b\x78\x8b\x49\xeb\xd2\x3a\xc3\x65\x05\x21\x69\x58\xcc\x1a\xa6\x34\x52\x3c\x20\xbc\xbc\x13\x5f\xbc\xea\x5c\xbc\x10\x59\xbc\xed\xfc\x81\x87\xcc\xe5\x0b\xcf\x8b\xb7\x9b\x8b\xf7\x52\xcb\xc7\x9b\x85\x68\xcd\x62\xa7\xa4\x6a\x31\xda\x26\x9b\x00\xa2\x1e\x54\x50\x6d\x2e\x9c\x43\xab\xe6\xf2\x86\x5d\x88\x44\x52\x79\xc3\xbe\xb8\x4d\x2f\xda\xb8\x97\xd7\xe9\x42\x90\xf2\x6d\xf9\x52\xf3\x22\xc9\x48\xd1\xdc\xb5\xcc\x32\x22\x7c\x4c\xd8\x4b\xf7\xc5\xdb\xca\x45\x5b\xed\xf2\x71\x65\x21\x12\xfe\x7d\x2a\x7f\x7d\x6f\xd9\x2b\x84\xe5\x7b\xcb\x42\xe4\x47\x72\x8c\x9a\x8b\x05\xd6\x71\x2a\x59\x81\xe0\x7e\x73\xf1\x1e\xf3\x07\x45\x73\xf3\xf2\x59\x66\x21\xf2\x23\xd9\x36\x9c\xcd\xb4\xdf\x2e\x9f\x65\x16\x82\x34\x65\xcb\x3c\x29\x42\x90\x2c\x6e\x99\x27\x65\xf9\x04\xb3\x26\xf9\xa5\x93\x80\xf0\x89\x16\x9f\x60\x5e\xf8\x08\x14\xcd\x2b\x4b\x27\x01\xe1\x53\x17\x4e\x19\x9d\x59\x57\xb4\xdf\x2e\xb3\xae\x08\x3d\xfc\x35\x19\x1d\x6e\x03\x45\x13\xd8\xd2\x6f\x40\xf8\x84\x81\x89\x58\x04\x4f\x37\xcb\x44\x2c\x42\xe0\xe3\xb1\x4e\x39\xa4\x2f\x35\x6b\xea\x5b\xbe\xd4\x2c\x44\x75\xc3\xc8\x0f\x49\xd7\x52\x92\xbc\x62\xcb\x7c\x2d\x42\x9c\xf0\xbe\x53\x16\x09\xbc\xc5\xfc\xd4\x5e\x05\x3a\x1b\x6c\xf9\x94\x45\x02\x9f\x84\x3b\x65\x91\xa7\xaa\x47\xfa\xfb\x4e\xb2\x1c\xd2\x6e\xca\x21\x75\x8f\x48\x9e\x4f\x58\xba\x47\x08\x91\x8e\xad\x1c\x12\x08\xae\x36\x96\xee\x11\x42\x57\x0c\xea\x1e\x21\x04\x8f\x28\xad\x53\x95\x05\x28\xbe\xd2\xbf\x4e\x79\x26\x10\xe9\xa4\xc8\x33\x75\x85\x48\xd9\x9c\xae\x10\xc2\x27\xdc\x75\x85\x58\x67\xba\xbb\xd1\x6a\x4f\xd9\x1c\xf0\xa9\x0a\xa7\x5c\x4e\x8f\x09\x1f\xed\x5e\x7a\x4c\x2c\x3c\x26\x4e\x55\x2c\x3d\x26\x16\x09\x6b\xde\x62\xd2\x0e\x69\xb0\x7d\x96\x9f\x4e\x14\x42\xf0\x88\xf1\xd2\x89\x42\x08\x92\x83\x2d\x7d\x28\x04\xaf\xb4\x96\x3e\x14\xab\x9e\x4e\x31\x47\xa7\xaa\xb2\x53\x7d\x0f\x8e\x89\xd2\xad\x62\xe1\x37\x51\x92\x5c\x0a\xab\xaa\xd9\x54\x58\x56\x32\xeb\x55\x96\x05\xbc\xc5\xa4\x15\x69\x3a\xb2\x54\x48\xbb\x24\xb7\x5e\xa7\x53\xb2\x31\x20\x48\x4b\xb1\xaa\xfa\x4f\xfd\x38\x1b\x67\x28\xd3\xef\x08\x81\x97\xfd\x32\xfd\xce\x32\xfd\x4e\x6e\x1c\xc2\x4d\xbf\x23\x44\x6f\x56\x6a\x17\x3e\xce\x86\x2e\x62\xfe\x1d\x41\xef\x88\x65\xfe\x1d\x21\x88\xcf\x5d\x55\xfd\x47\x37\x90\xe4\xa6\x60\xe9\x06\x22\x04\x2f\x33\x2f\xdd\x40\x84\x68\x7e\xe9\xb9\x10\xf8\xd4\x30\x13\xf7\x08\x51\xd1\x00\xf4\x15\x11\xde\xdf\xb7\x98\xc3\x81\xb3\x88\x1c\x51\x67\x91\x85\x37\xc8\x5b\x8c\xc1\x95\x73\x02\xc1\x23\xde\xab\x7a\x72\xa9\xed\xeb\x27\xa3\xe6\xe1\xbd\x1a\x00\x80\x88\xa8\x1e\x66\xea\xc7\x73\xc3\x4f\xed\x28\x3c\x97\xa0\xcc\x55\xe5\xb9\xf5\x63\xa6\xc9\x10\xc9\x4c\x7d\x61\x9c\xc0\xb0\xe5\x0b\xe3\xab\x76\xe5\xe8\x6f\x78\x77\x7b\x55\x19\x2b\xd0\x3d\x14\x54\x19\x6b\xfd\x18\x6b\x4a\xb3\x87\x9f\xc7\x27\xa3\x2a\x63\xad\x1f\x63\x4d\xba\x23\x63\x05\x7a\x74\x8b\xd9\xe9\x8f\xb1\xa2\xa9\x54\x19\x2b\x10\xc9\x19\x51\x4f\x1a\xa1\x24\xbe\x5c\xab\x86\xf3\x16\x3e\x2f\xc3\xfa\x94\xd7\xf2\x36\xfa\x5b\x8c\x19\x91\xb3\x02\x51\xdd\x01\x72\x56\xe0\x2d\xe6\xa7\x76\x2b\x5c\xb3\x34\x57\x66\x0b\xbc\xc5\xe8\xa9\xdc\x16\x08\xbc\x62\x57\x0d\x7b\x2a\x03\x2e\x9b\x34\x97\x36\x0c\x58\xfb\x47\x95\x01\x57\x19\x30\x99\xd7\x56\x95\x01\x03\x9f\x82\x5e\x65\xc0\x40\x31\x09\xf1\xaa\x72\x60\x20\xd2\x29\x97\x03\x57\xef\xc7\x0f\xc6\x43\x0e\xac\xb7\x91\xb9\xa1\x97\xde\x46\x42\x10\xa2\xb2\xf4\x36\x12\x22\xab\xa5\x1c\x8f\xb4\xa3\x6e\x14\x15\xcd\xaa\xa2\xe9\x56\x57\xd1\x04\x74\xad\x59\x55\x45\x13\x78\xbf\xa4\x07\x2a\x9a\x40\x90\xae\x63\xe9\xcd\xb4\xaa\xec\x96\xe8\xff\xa5\x9f\x92\x10\xaa\xf6\xbe\x46\x2f\xbc\xc5\xa4\x39\xcb\xb0\x5b\xfc\xd8\x96\xae\x4b\x42\x90\x84\x64\xe9\xb9\x24\x94\x2c\x68\x44\xba\x2e\x09\x41\x12\x92\xd5\x64\xca\xcd\x64\x45\xf4\x5d\x67\xa6\xa5\xe7\x52\x12\x9d\xbf\xf4\x5c\x12\x82\x77\x96\x96\x9e\x4b\xc2\x5b\xec\x84\x96\xd2\x92\x62\x1d\xd2\x25\x89\x79\xef\xfe\xd8\x90\x34\xfd\xb2\x42\x5b\xd2\x74\xf7\xb0\xd8\x2d\xc9\x21\xda\xfd\xb5\x47\x1a\x43\x84\x22\xd9\x64\xde\x66\xf7\x4a\x22\xea\x97\xd9\xbd\x84\x48\x24\x86\xd9\xbd\x84\xae\x5c\x69\xf2\xee\xf6\x3d\x87\x40\x9d\xf2\x6e\x5f\x91\x4f\x62\x6e\x97\x09\xbf\x84\xcf\x94\xe9\x2b\xf2\xc2\x5b\xcc\x4f\x1d\x0f\xb5\xd2\x66\x33\x1c\x0e\x59\x7c\x39\x6c\x87\xe3\x51\x7d\x6d\x92\x51\x93\xc5\x37\x59\x3c\xfe\x24\xcb\xbc\x60\x82\x57\x8e\xcb\xbc\x60\x42\xf0\x88\xd5\x6a\xb2\x78\x20\xea\xd7\x34\x47\x08\x93\x6a\x16\xbf\x94\xc5\x03\x51\xed\xa8\x2c\x1e\x08\xae\xae\x57\x93\xc5\xe3\x6a\xf6\x7e\x49\x05\x32\xef\x66\xd2\x2e\xf4\xe5\xd6\x1c\x8e\xe6\xbc\xa3\xe5\x35\x99\x37\x10\x3c\x79\xbf\x5a\xb3\x9f\xcd\x7d\x70\x5a\xa9\x1d\x6d\xee\x03\x26\x54\x16\xdf\x9a\x93\x7c\xfa\xa9\x5d\x68\x4e\x32\x3d\x50\x5f\x06\xde\x62\xb4\x4d\x85\x19\x08\xde\x33\x5f\xba\xc4\x09\x7a\x7d\x2e\x5d\xe2\x84\xf7\x4b\x7a\xaa\xbe\x0c\x78\x95\xb7\x9a\x6c\x1d\x08\x52\xe5\xac\x26\x5b\x6f\xfa\xab\x39\xb8\xdd\x79\x97\xd3\x7b\xc8\x6a\x72\x7a\x40\xcb\xff\x6a\x72\xfa\xd6\x9d\x50\x98\x5d\x93\xad\x03\x41\xda\x9a\xd5\x34\x0c\xe8\xad\x97\x05\xad\x40\x6f\xbd\xd5\x42\x96\x05\x73\x6e\x2a\xc7\x40\x64\x97\x64\x0f\x3e\x7e\xed\xfc\xc9\xaf\x9b\xfc\x1a\x59\xd2\xe4\xd7\x80\xf7\xdb\xab\xc9\xae\x81\x48\x58\x56\x93\x5d\xb7\x8f\xc1\x56\xbf\x74\x65\xc9\x60\x5d\xe0\x32\xd8\x96\x8e\xa4\x4c\x40\xd6\x09\x44\x71\xe2\x65\x9d\x2d\x5d\x1f\x6e\x04\xf9\x64\xf3\x40\x5e\x2c\xe6\xfa\xf8\x38\x1b\x4c\x51\xb7\xc4\x85\x5b\xe2\xc9\x4b\xe8\x4b\xb7\xc4\xd5\x55\x24\x79\x51\x74\x75\x79\x56\x37\x92\xfd\xfc\x0d\x27\xed\x2e\x4b\xeb\xa7\xf3\x16\xfe\x72\x48\x63\x20\x3e\x52\x4a\x32\xf9\xc7\x01\xe9\x92\xe4\x76\x42\x2d\xe9\x72\x1c\xe0\xb3\x0e\x99\x3d\x4f\x28\xbe\xcf\xb4\x4c\x9f\x27\xc4\x99\x7e\x69\xcb\x39\x07\x6b\x30\xea\x32\xa1\x6e\xfe\xcd\xea\x87\x55\x92\x93\xcb\x71\xab\xcb\x84\x80\x38\x10\x5b\x5d\x26\x64\xde\x3d\x9f\xf4\x5b\xe6\xdd\x13\x3e\xb3\x92\x79\xf7\x56\xf7\x30\xbb\x23\x65\xf5\xe2\x14\x82\x0c\x18\xab\xab\x92\x01\xd1\x77\x4b\x39\x1c\xaa\x64\x64\x11\x58\xdd\xfd\x0a\x84\xa6\xc2\xae\x4a\xa6\x4b\x68\xee\x4e\x9b\x5b\x58\x97\x50\xbc\x28\x96\x2e\xa1\xab\xab\x6b\xed\xd8\x05\xba\xbb\x0e\x08\x2f\x20\xf4\x12\x5d\xdd\x2d\xb6\x23\xf1\xcc\xf6\x27\x74\x02\x30\x97\xd9\xfe\x96\x2e\xa1\x89\x23\xd6\xd2\x25\x74\x75\xf7\xce\x6e\x1f\xdc\x3b\x40\xef\x6c\xa7\xee\xde\xe9\x9e\x22\xb5\xbb\x74\x37\x0a\x90\x1d\xb5\xa3\xbb\x51\x3a\x56\xb5\x24\xc2\x7d\x75\x35\x16\xa0\x93\x22\x6e\x75\x15\x16\x20\xce\xd3\x1f\x73\x40\xdc\x4f\xf8\x64\xaf\xee\x7e\x02\x82\x77\x15\x57\x77\x3f\x75\x8f\x8c\x41\x9d\x2a\x2c\x3d\x1d\x23\x4e\xf2\xdd\xfd\x04\x04\xb9\x9c\x56\xf7\x94\x07\x94\xdc\x61\x9a\xdd\x63\x1e\x10\x89\x96\xdd\x55\x58\x74\x91\x35\xc5\xd1\xd2\x45\x76\xf5\x27\x7f\xfe\x71\x72\x57\xbe\x74\x91\x5d\xe6\x10\x34\xcb\xcb\x32\x87\xa0\x10\xc4\x79\x2d\x73\x08\xae\xd0\xae\x83\xb7\xc3\xd2\xd1\x55\xe8\x1a\x93\xc2\xf5\x1c\xdf\xc4\xa0\x64\xe8\x9a\xba\x02\x5f\x04\x1f\x18\x58\x61\x57\x81\x4e\xe2\xc2\x15\x1e\x8e\x81\x20\x41\xfa\xd2\x33\x55\x28\x3e\x03\xbf\x74\x4d\x15\xba\x9a\xa4\xae\xa7\x42\xef\xcd\x52\x55\x12\x7a\x3a\xec\x25\x1c\x36\x3c\x4f\x4b\x1e\x4c\xbc\xae\xa7\x42\x1c\xdd\x1f\x1b\x92\x30\x0b\x32\x07\xa1\xb6\x06\x74\xef\x15\xf4\x4f\x15\xa2\x7e\xad\x70\x84\x34\x14\xb2\xf9\x42\x95\x0e\x88\x40\xd2\x84\x2a\x9d\x5e\xac\xa9\x68\xd7\x8b\x75\xe1\xc5\x7a\x72\x2f\xbc\xf4\x62\x15\xde\x62\xd2\x8a\x34\x06\x08\x35\x2f\x55\xe9\x80\xc4\x79\x65\xa5\xec\x11\x78\xbf\xb4\xd8\x29\x8d\xb7\x03\xd8\x41\xe9\x41\x1b\xd0\xdf\x7b\xa5\x07\x6d\xa0\x6b\xf9\x4d\x15\xbf\x94\x73\x92\xe5\x69\xa5\x9c\x13\x30\xbc\x60\xa5\x9c\x13\x08\xe2\x4b\x57\xca\x39\x81\xce\xab\x06\x2b\x55\xfc\x52\x43\x23\xb1\xa4\x2b\x35\x34\x02\x29\x63\x4b\x17\x5f\x7a\x3b\xbd\x5b\xe5\x2d\x09\x45\xe7\xeb\xf9\x23\xe9\xe1\xc3\x77\xce\x75\xe9\x15\xde\xdf\x97\xe6\x98\x91\x6e\x04\xbf\xb2\x95\x32\xe6\xf4\xd1\xc7\x4d\x92\x63\xf6\x42\xe2\x17\xb4\xd2\x85\x0c\x04\xa9\x2b\x56\xca\x98\x81\xd8\xbf\x9f\x77\xc8\xe0\xcb\xb8\x92\xae\x94\x2f\xfb\x68\x8f\x7b\x27\xd5\x0d\x81\x92\x04\x05\x2d\x1f\xf2\x11\x22\x9c\x39\x75\xc3\xf4\xe1\x2d\x04\x6c\xaa\x1b\xa6\xba\x21\x29\xa6\x97\xcf\xfd\x08\x11\x5f\xfb\x1d\xb2\xe6\x3e\x81\x23\xa4\xe7\x73\x20\x79\x3b\x7c\xa5\xe2\x01\x88\x13\x95\x29\x15\x0f\x40\xef\xe8\x86\xa9\x86\x97\x4a\x8c\xc3\xa9\x53\x62\x00\x49\xa8\xe6\x4a\x25\x46\xb6\xaf\x69\x0c\x87\xe2\x01\x48\x2d\xef\xd9\xbe\xa6\xc1\x0d\x8f\xfa\x1b\xce\xd8\xfa\x5c\x0b\x3d\x1c\x67\x05\x8a\x3e\xd7\xbe\x33\xbf\xf4\xb9\x16\x82\x6c\xc8\x4b\x9f\x6b\xa1\xf8\xa8\xfc\x4a\x95\x42\x40\x0f\xb2\x95\x2a\x85\xe9\xd3\x42\xee\x2d\x75\x42\x20\xda\x47\x72\x68\xb4\xa1\xc2\x2b\x53\xe9\x94\xea\x84\x61\x29\x47\x46\x81\x45\xf4\xef\xd2\xa7\x5b\xe8\xda\x0c\x53\x81\x95\xc6\xeb\x72\x73\x91\x5e\x29\xa5\x6a\x22\xaf\xb5\x2e\x33\x7d\x0a\x11\x8e\xa9\x6a\x22\x90\x47\x5a\xca\x01\xc2\x1e\xe0\x7d\xb9\x2e\xe3\x42\x0f\x57\x9d\xe6\x80\x54\xd0\x11\x5d\xbc\x52\x41\x07\x84\xea\x54\x2a\xe8\x92\x7b\xa1\x24\xf6\x77\xa5\x22\x0c\x88\x40\xe5\x4c\x25\x18\x90\x47\xfa\xa5\x93\x62\x7e\x33\x94\x66\x5d\xd2\x85\x38\xed\x92\x6c\x3d\xb5\x79\x62\xa1\x4d\xd9\x7a\x2a\xc0\x48\xbd\xbf\x52\x01\x06\xe4\x91\x92\x6c\x19\x27\xee\x40\x5d\x4a\x35\xc9\xf4\x78\x7d\xb8\x84\x65\xd8\x69\xd0\xa0\xf3\x24\xc3\x36\x39\x6a\x1e\xdd\x76\xd8\x27\x38\x76\x77\x6d\xca\xb1\x81\xc8\xcd\x3a\xed\x93\x57\x3b\x4a\x04\xf3\xa5\x0a\xc1\xbb\xf9\x4b\x67\xf9\x85\xb3\xfc\xa9\x26\xa0\xb3\xbc\xf0\x7e\x29\xad\x48\xc3\xc9\x88\x85\x60\x0a\x55\x21\x89\x8d\x5e\xa6\x50\x5d\xd7\xc7\x64\xd1\x28\x2f\x99\xec\xe5\xfb\x49\x9b\x3f\x96\x92\xec\x14\xab\xcf\x57\xb8\x84\xae\x91\x46\x07\x7d\x21\x7a\x5a\x27\x9d\xf2\x79\xad\x8f\x59\xea\xca\x2e\x74\x4d\x28\xe6\x3c\x5d\x7a\xb7\x27\x81\xd0\x4b\xef\x76\x21\x88\x4f\x5a\x7a\xb7\x2f\xf3\xa0\x26\x2f\xe7\x2c\x1d\xd2\x17\x39\x4f\x8b\xb9\xad\x97\x49\x4f\x85\xe0\x2d\xcb\x65\xce\xd3\xa5\xa7\x79\xaa\x2e\xe9\x69\x2e\x64\xdf\x25\xd9\x5e\x65\x24\xa9\xc3\x97\x8e\xe0\x0b\x47\x70\x9f\x2e\x5f\x3a\x82\x2f\x93\x7c\xe6\x89\x58\xd0\xc9\x59\x08\x1e\xaf\x58\x26\xf9\x5c\xc3\x1d\x4a\x84\xf3\x1a\xf6\x61\x68\x9f\x43\x86\x0d\x77\xa8\xde\xcb\x49\xe8\xf2\xd2\x7b\x79\x0d\xcd\x67\xe4\x26\x5f\x43\xfd\x71\x98\xde\x95\x41\x1a\xf6\x74\xa8\x2b\xe2\x9b\xbb\x86\xba\x22\x90\x5a\x00\x87\xba\xe2\xd0\xaa\x54\x11\xa6\xc3\x35\x0e\xa4\xae\x42\xc3\x35\xae\xbf\x71\xe2\x1e\xb9\xf4\x37\x5e\xf8\x1b\x9f\x1e\x9d\xf5\x37\x5e\xd3\x4b\x40\xde\x5d\x5e\x53\xa1\x0e\xa4\x5a\xbc\x4f\x5b\x2d\x7d\x84\x93\x10\xe4\xa5\x8f\xb0\x90\x84\xcf\x2f\x9d\x80\x85\x4e\xd8\xe3\x9a\x8a\x4e\x20\x49\xf3\xb0\xcc\x18\x2a\x94\xc4\xfd\x72\x99\x32\x54\x88\x1e\x92\x4e\x49\x36\x0d\x9e\x3b\x15\x9e\x53\xcf\xa6\x43\x92\x4d\x23\x46\xc4\x2b\x9e\xa9\xf0\x04\x92\x08\x8e\x35\x15\x9e\xb8\x22\xbf\x3f\x76\x40\x5b\xd2\xc8\x76\x8b\x5a\x38\xb5\x85\x4c\xef\xf6\xc8\xcb\xbe\x4c\x36\x2a\xa4\xf6\x00\x73\x8d\x2e\xdc\x8f\x4b\x92\x8b\x7b\x99\x45\x54\xe8\xbc\xd3\xb4\x4c\x22\xba\xbe\x24\xa2\xe8\x50\x26\x11\x5d\x53\x8b\x06\x0f\xd8\xae\xa9\x45\x03\x48\xd2\x7f\xaf\xa9\x08\xf4\x41\xb0\x24\xdb\xd8\x32\x2f\xa6\x10\xa7\x7d\x97\xab\xeb\x8a\x9c\xbc\x5f\xb6\x74\x45\x5e\x53\x86\xad\x76\x6e\xde\x4a\xa1\x07\xdc\xd3\xb4\x95\xeb\x4b\x5b\xc9\x81\xce\xb4\x95\x42\x4f\x98\xa7\x69\x2b\x85\x28\x55\x92\xad\x75\xf7\xf1\x7e\xed\xd2\xd5\x59\x88\xe6\x4c\xb9\xfb\xa6\xea\x7a\x2b\xed\xd7\x25\xb6\x69\x2d\x85\x4f\x06\x4e\xd9\xfe\x94\xc7\x37\xac\xf7\xba\x3d\x0b\x9f\xc0\x9b\xae\xff\x29\x43\x27\xbe\x7c\x99\xfd\x52\x88\xd3\xa6\xcb\xd0\xa7\x6c\xb9\xb9\x56\x64\xcb\x40\x6a\x4a\xd3\x39\x7a\xe1\x1c\x5d\x37\x96\xa7\xce\xd1\x8b\xe4\x94\x25\x79\xa8\x70\x99\x9d\x52\x48\x32\x60\xac\xa5\xa2\x6b\x3e\xc9\x6c\xcc\xb8\xf9\x24\x85\xc4\xe1\x7d\x99\x4f\x72\x2d\x37\x00\xb9\x8b\xd6\x72\x03\x00\x9f\x8b\xd8\x72\x03\x2c\xdf\xea\x42\xab\x5a\xae\x7f\x20\x79\xc9\x63\x2d\xd7\x3f\xf0\xc9\x67\x93\x4e\x0a\x79\x34\x7f\x3e\x24\x85\x55\xfa\xfb\x29\x0d\x6d\xa2\x49\xba\x24\x39\xb9\xf0\x4c\x9f\x64\x13\x82\x77\xf3\x96\x4f\xb2\x09\xc5\xc7\x88\xd6\x92\x67\x2e\x53\xb0\x20\x8d\x7d\xa5\x4d\x78\x8b\xf1\xa9\xbb\x09\xc8\x03\x31\xb8\xdc\x4d\x4b\x1b\x04\x8e\xb5\x6b\xa9\x64\x02\xc1\x03\x64\x6b\xa9\x64\x02\x79\x70\xce\x37\x1f\xe6\x22\x6d\x65\xf1\x6d\xa3\xb5\x54\x15\x81\x3c\x9c\x3d\x55\x41\xd3\x5a\x7e\xae\x7b\xa6\xb5\x5c\x5f\x5a\x4b\x6c\x81\xa6\xb5\x14\xe2\xc4\x0e\x65\x56\xcb\xc5\x6b\x70\xe5\x73\x8f\x5b\xaa\x6f\xcb\x3c\x73\x2e\x05\xe5\x1b\xf0\xe9\x13\x4b\xd9\xb0\xbe\xc7\x05\x24\x39\xde\x78\xff\x1c\xdd\xdf\x1a\x92\xbe\x96\xd1\x29\x37\xb0\x29\x2c\xd3\xdd\x64\x0a\x4b\xa1\xeb\x00\x63\x0a\x4b\x21\x8f\xaf\x94\x03\xa9\xfc\x6c\xd6\xa0\x54\x59\xbe\xbd\x76\x58\x81\x1d\xc0\xc6\x47\xc2\xb4\xe5\xfb\x74\xcb\x44\x97\xd9\xec\x81\x1b\x7d\xe9\xfd\xe3\x52\x50\xf6\x90\xd4\xf2\x2d\xc6\xec\xb9\xd1\x81\x3c\xd0\xdf\x0c\x11\x58\x4b\x23\x9f\x5e\x37\xcb\xd3\xf5\x32\xb0\x13\x7e\xb3\x3c\x5d\xaf\x6f\x73\x87\x9f\xda\x90\xd4\x33\x89\xb6\xb9\xb9\x97\x27\x6e\x5c\x94\xd7\xf2\xc4\xbd\xcc\x92\x51\xfc\xd2\xe6\xb2\xdf\xbb\xfb\xc0\xfd\xbe\x74\xc4\x21\x56\x61\x2d\xb5\x35\x20\xbd\x69\x5a\x6a\x6b\xeb\x63\x0b\x2e\x36\xd9\xc2\xd2\x11\x07\x19\x68\xa8\xc2\x22\x54\xa1\x16\x34\x5c\x43\x15\x84\xe8\x8c\xf7\xad\xb2\x06\x7c\x3a\xe3\xad\xb2\x76\x7b\x96\xd6\x2b\xda\xac\x99\x42\xe8\xa0\x6c\xd2\xcc\x75\xab\xc0\x79\x80\xbf\x55\xe0\x80\xd0\x13\xcc\xa4\x99\x42\x78\xa9\x64\xd2\xcc\x75\x2b\x9d\xc9\xb2\xb3\x6e\xa5\xf3\xed\xc9\x16\x41\x76\x2b\x9d\x6f\x6f\x12\xc8\x5a\xbf\xcc\x3e\x29\xc4\x86\xb0\xb8\x3d\x2d\xde\x9e\x16\xc9\xc8\xb0\x6e\x4f\x8b\xb7\x91\x3c\xe1\xaf\x2d\x49\xec\x33\x87\x43\x4e\x71\x7b\x59\xac\xef\xb4\x49\x2a\x85\x24\x4b\xc3\x32\x49\xe5\xba\x95\x81\x04\x1e\xaf\x5b\x19\x08\x98\xb8\x61\x99\x30\x72\x99\x1d\xf2\x93\xec\x66\x87\x14\x7a\xa0\xfb\x98\x1d\x52\xe8\x5a\xdd\xcc\x0e\x29\xf4\x0e\x3f\x31\x32\x44\x08\x59\xa2\x91\x21\xcb\xc8\x90\x4f\xfe\x1b\x19\xb2\xcc\x56\x98\xbc\x89\xb9\xcc\x56\x28\x24\xaf\x2b\x2c\xb3\x15\x2e\xd3\xff\xa5\x8b\xcd\xc0\x8d\xf5\xa5\xff\xe3\x8e\xd4\xf4\x7f\x42\x49\x7d\xdf\x8d\xe5\x58\xc4\x72\x54\xe2\x09\x97\xb1\x1c\x42\x04\x0c\xc5\xf4\x7f\xc2\xfb\xe5\x0e\x6d\x97\x46\x92\x06\x44\xe1\xa3\xce\x6f\x96\xc0\x74\x01\x9a\x25\x50\x08\x32\x59\x2f\x03\x43\xd6\xf3\xcd\x28\x3b\xde\xb8\x0d\x21\x88\xb4\x58\xc6\x6d\x08\x25\x7b\xf6\x5f\x17\xd9\x4f\xfd\x7e\x59\x27\x96\x80\xf4\x48\x62\x8a\x38\xad\x98\x1e\x50\x88\xca\x36\x34\x3d\xe0\xf2\x29\xc6\xd4\x1f\xdc\xc4\x7f\x42\x34\xb4\x6e\x13\xff\x09\x25\xb5\x7d\x3d\x32\xfd\x47\x45\xab\xfb\x6b\x5d\x52\xb7\x18\xc3\xa5\xa6\x65\x7e\xc0\xde\xad\x20\x25\x4d\x8b\x31\x0e\x8a\x0b\x20\x4e\x4e\xa4\x8f\xe2\xe2\xf1\xb6\x47\xdd\xc8\x28\x14\xa1\x07\xbb\xce\x20\x94\xf5\x78\xd0\xe1\x25\xd1\x65\x4a\x3f\x21\x3c\xdf\x1a\x84\x22\x44\xc3\xf4\x6a\x10\x8a\xf0\x7e\x59\xa1\x5d\xd2\xf0\xda\x28\x7e\x39\x24\x0d\x8b\x31\x94\x2a\x81\x5f\x4e\xbf\xc3\x3a\xed\x81\x77\xfd\xe1\xc2\xe8\x5f\x17\xc8\x97\x6e\x0f\x5c\xda\x40\x10\x61\xbc\x8c\x5e\x59\x8f\xb6\x6e\x52\x5f\x2c\x73\xfa\x09\xb9\x3b\xe0\x9e\x55\x1e\xc5\x8a\x6a\xfd\xa3\x58\x79\x14\x2b\x55\x92\xf3\x42\xe0\x4b\xc6\x57\x83\x3d\x25\xf0\x85\x64\x94\xcb\xc0\x97\xf5\xa5\xfe\x73\x0e\x94\x34\xe6\xd4\x4b\x4d\x11\x06\xa1\x2c\x82\x50\x2a\x69\xd9\x6e\x83\x50\xee\xcd\x6b\x14\x96\xd6\x6d\xe6\x3a\x21\xd0\x59\x6f\x03\x4e\x6e\x9f\x5d\x4c\x1c\x82\x6e\x63\x44\x84\x80\x49\xdc\x26\x96\xbb\xcd\x0f\x97\xf1\x4e\xcc\x6d\x7e\x38\x41\xe7\xd6\xdb\xfc\x70\xb7\xf1\x20\x66\xd5\xbb\x8d\x07\xb9\xbf\x78\x90\x57\x97\xba\x8d\x07\xb9\x37\x2f\x26\xb0\xc4\xdd\xe6\x6a\x13\x22\xfc\x35\x74\x07\xa1\x18\xf3\x70\x9b\xab\x4d\x08\x5e\x1b\xbd\xcd\xd5\x26\x14\xdf\x89\xbb\xcd\xd5\x26\x44\xb7\x1d\xdd\xb6\xc9\xc1\x78\xeb\xfc\x36\x6c\xe4\xde\x54\xff\x73\xa3\xd6\xb0\x06\xd5\xff\x66\x31\x6b\xd0\x5e\x93\x5b\x42\xb3\x0f\xda\x6b\x0e\x49\x0e\x92\x02\x9f\x14\x27\xf7\x86\xc0\x17\x8c\xf3\xbe\x79\xf0\xfe\x83\x0e\x8b\xbc\x7d\xf6\x5e\x78\xbf\xa4\xbd\x70\x52\x41\x17\xe3\x9b\x37\xf0\x3f\x78\x8b\xd1\x53\x54\x05\x21\xf0\x8c\xbb\x7d\x0a\xff\xf6\x39\xc9\xc4\x77\xff\xf6\x39\x49\x21\xd2\x11\x4f\x7b\xe5\x42\xe2\x51\x9a\xdb\x98\x99\x9b\x98\x99\xca\xdb\x04\xb7\x31\x33\x77\x91\xbb\xe2\x3c\x7c\x17\xb8\xab\xa0\xc3\xf2\x5d\xe0\xae\x77\x91\x47\xe1\x15\x7c\x17\x78\x94\x10\x98\x6c\xee\x02\x8f\xba\x8b\xcc\x07\xbf\x86\xbb\xc0\x7c\x84\x4e\x7c\xca\x5d\x5c\x5b\x45\xae\x82\x7f\xc5\x4d\x38\xcc\x07\xc1\x2b\x13\xb7\x41\x31\x42\x94\x8d\x3a\x5d\x34\x46\xbb\x24\xe7\xf6\xdb\x68\x97\xbb\x68\x53\x20\x72\xe1\x2e\xe1\xaf\xe1\x92\x73\xd8\xd3\xf0\xd7\xb0\x9e\xf0\xe4\xe6\x5d\xc2\x5f\xfb\x16\x08\x5b\xa6\xb8\x40\x8a\x37\x57\xaf\xe6\x7b\x17\x17\x48\x71\x37\x3b\x0b\x25\xec\x02\x51\xff\x44\xbb\xdd\x85\xdd\x7c\x17\xdd\x6f\xdc\x32\x05\x2d\x51\x88\x6a\x17\x5c\x5a\xc5\x43\x23\x8e\xde\x77\x71\x6d\x95\x34\x89\x1e\x43\xe9\xa2\x01\xf2\xb4\xb9\xae\x99\xe2\xe5\x0d\xaa\xef\x5d\x5c\x34\xc5\x37\xf2\x1c\x70\xd7\x4c\x31\x53\x5b\x50\xa7\x6b\x06\xc8\x13\x36\x60\xd2\xbb\xbb\x68\x3b\xc1\x43\xfc\xf6\x2d\x4d\x21\xe2\xb0\x98\xfd\xcc\xaf\xb5\xac\x8f\xfc\x5a\x8b\x39\xd9\x39\x40\xe2\x0b\x79\xb2\xad\x88\x21\xfa\x60\xdf\x70\xbd\xbe\x0d\x25\xba\x09\x25\xaa\xbc\xc6\x7d\x1b\x4a\x24\xbc\xc5\x4e\x68\x45\x9a\x7d\x6f\x90\x76\x49\xbb\xc5\x2a\xb4\x43\x1a\x16\x37\x36\x82\xe1\x45\x37\xe1\x43\x6f\xb1\x5f\x3f\x6a\xdf\xe6\xeb\x13\x12\x63\xe4\xbd\xcb\x49\x81\x7d\xdb\xfc\x65\x59\x29\x90\x3c\x9a\x74\xef\xd5\x36\x55\xdb\xf4\xca\x8c\x7b\xaf\xb6\x89\x8b\x0f\x92\xad\xde\x7b\xb5\x4d\x5c\x7c\x60\x6f\xbe\x77\xce\xae\xf7\xfe\xaa\x9f\xef\x97\x56\x7a\x49\x23\xb6\x24\xfc\x72\x48\xe2\x7d\xbb\xce\x38\xa0\xab\xdc\x04\x3e\xed\x1b\xcf\xe4\xdc\xbb\xec\x7b\xf7\x91\xc8\x6e\x33\xec\xd4\xab\x5a\xbc\xc5\xf8\xb4\xd9\x5c\x53\x30\x76\x06\xbf\xd9\x5a\x32\x23\x71\xb3\x75\x1b\x2b\x75\x93\x97\xf0\xfd\x92\xa6\xa1\x53\x08\x3d\x37\xbf\x0c\x49\x58\xe4\x5f\x6d\xeb\x36\x56\x4a\xd8\x37\x9c\x15\xef\x5d\x91\x01\x24\x17\x24\xf7\xde\xec\x54\xb3\x53\x74\x40\x21\x42\x44\xd5\xfb\xa5\xbf\x66\xa7\xbc\xb3\xd8\xfc\xb1\xaf\x53\xbe\xe1\x4f\x3f\xbb\x33\xf5\x0a\x8c\xf7\x4b\x2a\x50\x62\x00\xc1\xd3\x13\xf7\xae\xc0\x20\x8b\xe2\xbe\xe1\x89\x70\x9b\x45\x51\xe8\xf8\xad\xde\x66\x51\x14\xde\x62\x4c\x95\xdc\xe5\x7b\x69\xb5\xf3\x6b\xf1\x7f\x31\x76\x3f\x39\x13\xeb\x3a\x76\xc0\xe7\x59\xc5\xdb\x41\xca\xae\xb2\x25\x01\x99\x65\x9c\xec\xa1\xfe\x90\x40\x0f\xba\xfb\xe2\xa6\x7b\xff\x81\xcf\xcf\x77\x90\xf4\xe0\xbe\xc1\x87\xf3\x81\x90\xcb\x96\x2c\x51\x14\xcd\x43\x9a\x0a\x49\x0c\x92\xef\x24\xb5\x4f\x63\x3b\x8d\xad\x0b\x8d\xed\xa5\x35\xae\x1f\xcb\xe3\xd2\x1a\xea\xb1\xbe\x4c\x05\x5a\x23\xb0\x3f\x12\xd5\x5c\xe8\x59\x60\xbd\xa2\x80\x77\x8a\x24\x8c\xad\xab\x59\x3a\x4a\x6b\x04\x56\xf2\x51\x16\xc6\x16\x90\x3e\xa4\x76\x1b\x52\x48\x5c\xd7\x95\xb9\x29\x4d\xb2\x4b\x21\x37\x73\x03\x8a\x64\xa7\x48\xa6\x56\xa6\x42\xd8\xb5\x71\xf3\x16\x5a\x17\x58\xa9\x84\x59\x68\x5d\x15\x0a\xd7\xf5\xfb\x19\x21\x8a\x44\x7e\xc7\x24\xe9\x2d\xf9\x1d\xc1\x4c\x41\xbb\x92\xdf\x11\xac\xd4\xcb\x2c\xf9\x1d\xc1\x4c\x98\x73\x49\xef\x58\xe1\x83\xed\x8f\x04\x52\x17\x3e\x58\xdd\x7c\x30\xb3\x8f\x6a\x09\x1f\xec\xc8\xf7\xa6\xc2\x07\xab\xe4\x6f\xbc\xae\x24\xdb\xc9\xd2\xf3\x45\xf4\x24\x4a\xcf\xa3\x8f\xb1\xc6\xea\xf9\xb2\x08\xa2\xcf\xc2\x17\xbb\x61\x25\xfc\xa4\xb0\xc6\x2a\x74\xb0\xfd\x91\x70\xe8\xc2\x07\x03\x63\x9c\x9a\x7d\x89\x4c\xab\x3c\xee\x93\xd6\x79\xd2\x3a\x31\x61\xd0\xc1\xc0\xd5\x2c\x97\xd2\x3a\x81\x19\x1a\x56\x3d\x69\x9d\xe7\xa5\x61\xae\x66\x79\x36\x2a\xe6\x49\xc5\xc4\x34\xc1\x1a\x03\x33\xdf\xc7\x0a\x6b\xac\xc2\x1a\xbb\xae\x5c\x91\xe9\x82\x3a\xb4\x53\xb3\x45\xf4\x49\xb3\xbc\x64\x14\x31\x30\x86\x91\x64\x47\x86\x02\x76\x35\xcb\x4d\x4f\x5d\x90\x0c\x76\xee\x11\xe9\xc1\x65\x19\x5c\xcd\xf2\xb8\xa7\x07\x51\x51\x39\x96\xc3\x93\x3e\x49\x35\xe0\xfd\xf1\xc8\xe6\xa9\x1c\x30\x98\x89\x7a\xad\xe7\xd0\xf9\x11\x95\x9b\x28\xdd\x7a\x0e\xef\x2f\x1f\x1f\x43\x35\xac\x27\x63\x22\x30\x96\xd7\xc7\x98\x78\xd2\x14\xdb\xdd\xec\xbe\xe9\xd5\xf9\xc4\x43\x17\xaa\x1a\xc0\x3e\x2e\x4c\xb5\x0a\x2d\xed\xba\x32\x9d\x1f\xc6\x23\x3c\xf9\x14\x6a\x29\xb4\x34\x70\x35\xf3\x6b\x45\x96\xcf\xec\x51\xb9\x98\x6a\x95\x7a\xc5\x57\xb3\x8c\x38\x1d\x10\x98\x71\xd9\x16\xbe\x19\xd8\x1f\x09\x40\x2f\x84\x33\xb0\x8e\x98\x48\xf8\x66\x15\x72\xd9\xd5\x2c\x43\x49\x07\x04\x56\xa2\xbe\x0a\xb9\x0c\xec\x8f\x84\xa0\x16\x72\x19\x98\xcf\xa7\x66\x46\x77\x19\x5d\xdd\xa2\x17\x02\xeb\x70\x03\x7a\x21\x70\x35\xcb\xf3\x52\x0c\x4f\x69\x75\xb3\x93\xe0\x9b\x55\x88\x64\x57\xb3\x4c\x10\x5a\x20\xb0\x0e\xaf\x8f\x16\x08\x6b\xec\x6a\xf6\xf7\x47\xed\xc2\x2a\x03\x2b\x59\x66\x2b\x0c\xb3\x1b\xae\x5f\xf1\x9c\x46\x5f\x4a\x09\xaf\x97\x9d\x12\x58\xc9\xa7\x51\x78\x66\x60\x7f\x24\x44\xb5\x30\xc9\x2a\x4c\xb2\x23\xee\x90\xc2\x24\x03\xeb\x48\x67\x10\xc9\xc0\x3a\x36\xa2\x9d\x68\x4f\xff\x9e\x11\x3d\x89\x32\x80\x19\xfa\x17\xf5\x12\x58\xac\x42\x6c\xb3\x0a\x8d\xec\x7a\x0a\xcd\x26\x59\xa6\xe7\xc3\x53\x2c\x22\xdd\x7c\xba\x67\x91\xe5\x8b\xc3\xe1\x9e\x4d\xd4\x9a\xe5\x52\xea\x25\x30\x93\x5e\xa4\x5e\xb4\x4b\x60\x7f\x24\x55\x5a\xbd\xa8\x97\xc0\xcc\xd7\xad\xc2\x36\x03\xeb\x70\x4f\x0a\xe7\x45\x95\x24\x1a\xb5\xd0\xc8\xc0\x4c\xd5\x99\x42\x23\x03\x57\xb3\x23\xb2\x37\xd9\x3b\xbf\xe6\xd1\x3e\x44\xa6\xc0\xcb\xb3\x7d\xc9\x72\xb0\x8c\x61\x8b\x6d\x06\xae\x66\x23\x32\x9d\x8f\xd7\x65\xdc\x3d\xd0\xf9\xf3\xee\xd5\xb5\x74\x90\xd2\xc0\x4a\x69\xd3\x42\x4a\xab\x64\x7f\xdd\x1f\x89\x16\xad\x97\xf3\x4b\x60\x1d\x59\xe9\x2f\xba\x2a\x3c\xb5\xab\x99\x4b\xf5\x94\xf1\xf3\xd4\x4c\x4f\x6f\xc5\x94\xfd\x19\xb5\x0c\xac\x43\x33\x8a\x29\xb0\x3f\xe2\x39\x2d\xd4\x32\xb0\x0e\x5d\x70\xcc\x09\x8d\xec\x6a\x96\x01\x19\xf7\x1d\x2c\x9d\x74\x9e\x66\x0a\x48\x89\x59\x98\x65\x60\x1d\x4f\x3f\x66\x24\xe9\x2a\xaf\x8a\xae\x7a\xdd\xba\x2a\x46\x2f\xb2\x19\x58\x49\x69\x5c\xc8\x66\x60\x7f\xa4\xa6\x6d\xc9\x5b\x5b\x77\xde\xda\x6c\x5c\xf8\x67\x15\xb2\xd9\xd5\x2c\x77\x70\x00\xc3\x36\x7b\x19\x5c\x07\xb0\xc0\x4a\x7d\xe5\x7a\x39\x80\x05\x56\x08\x8a\x85\x7f\x06\x7c\xf9\x2d\xfc\x33\xb0\x42\xd8\x2c\x15\xc4\x2b\xbc\xb2\xeb\x96\x9e\x56\xa7\x52\xb1\x33\x55\xa0\x0a\xb1\x0c\x5c\xcd\x32\x68\xd4\x23\x66\xd9\x3d\x73\xa9\xc7\xd7\xad\xf7\x62\x41\xe3\x8c\xd5\xcd\x19\x3b\xd3\x75\x7a\xef\xc5\xd2\xd9\xa6\x4b\x3d\x5b\x2c\x9d\xc3\x94\xa4\xe3\x42\x06\xbb\x9a\x65\x88\xa8\xa7\xc0\x4a\x2a\xee\x7a\xd1\x4e\x2f\xaa\xc8\x08\x51\x45\xaf\x5b\x15\x65\x63\x44\x06\xab\x90\xc1\x0e\xc7\x67\x64\xb0\x0a\xa5\x6b\x7f\x6c\x39\xb6\xe2\x74\x01\x89\x10\x0a\xa7\x0b\x5c\xcd\xce\xc8\x26\x99\xc7\xdd\x23\x5a\x44\x6f\xcd\x46\x64\x1f\xb2\xcc\xa2\xac\x20\xe9\x73\xeb\xb8\x35\xcf\x5a\x91\x15\x99\xb8\xa2\x57\x44\x4d\xa4\x57\x11\x51\x3c\x81\x95\x44\xe7\x85\x0c\x06\x56\xb2\xe7\x16\x32\x58\x85\xf8\xb5\x3f\xe2\x6d\x2b\xcc\x2f\xb0\x42\xac\x29\xc4\x2f\x30\x92\x1d\xbf\x10\xbf\xc0\x75\xa5\x7b\xea\x67\x74\x51\x12\x06\xd4\x41\x17\x1d\x94\xcc\xfe\x70\x53\x9d\x8a\x92\xd9\xee\x47\xfb\x11\xfd\x34\x4b\xdf\x29\x99\xc0\x4c\xb8\x65\x21\x7e\x55\x58\x5e\x57\xb3\x0c\x07\x53\x07\xcd\xeb\xdc\x88\xf4\xea\xcc\xd2\xd8\xb7\xf4\xca\x09\x2b\x20\x1a\xa1\x70\xba\xc0\x98\xc6\x83\xde\x39\xe8\x9d\xdd\x4d\xe9\x1d\x34\xaf\x14\x67\x2a\x34\x2f\x30\x9f\x7a\xe0\xcc\x15\xe6\xd7\x75\xa5\x5f\xd3\xd1\xc4\x91\xe5\x63\x41\x61\x7e\x81\xab\x19\x99\x8e\x26\x91\x63\xa2\x33\x0a\xf3\xab\x0e\x1a\x2b\x89\x1c\x0b\x67\x0b\xac\xe3\xf5\x4f\x1c\xb2\x51\xba\xc0\x4c\xa6\xf5\x3a\xf8\xfa\x0e\x06\xd9\x1e\xed\x85\xe5\x05\xd6\x71\xa4\x37\xd4\x5e\x58\x5e\x57\xb3\xf4\x86\x92\x0b\xac\x97\x71\xa0\xe4\x0e\x4a\x2e\xc7\x8b\x83\x92\x3b\x9c\xe6\x76\xbd\xa1\xd1\x0e\x1a\x2d\x79\x1e\x0b\xcb\x0b\x0c\x8e\x10\x2c\x2f\xb0\x3f\xf2\x61\xb3\x0e\xe7\xb9\x43\xf5\xcc\x1c\xca\x10\xbf\xea\x60\xcb\x85\x23\x55\x78\x59\x60\xa5\xc8\x4e\xe1\x65\xd5\xe1\xec\xc6\x4d\x88\x70\x05\xe6\x34\xcb\x28\xa6\x83\x91\x96\x72\x5c\x75\x30\xd2\x0e\xe9\xbf\x73\x36\x39\x18\x69\xe1\x48\x5d\xcd\x32\x96\x6c\xa8\xc0\x4a\xa2\x80\xc2\x91\x02\x2b\xa5\xfc\x0b\x47\xaa\xc2\x91\xda\x1f\xbb\xe1\x5d\xf7\x4d\xb3\x5e\x5f\xb9\x01\x2d\x74\xd0\x42\xbb\x65\x47\x0b\x85\x23\x75\x70\xb5\xe0\x48\x81\x99\x2a\x12\x85\x23\x55\x21\x3f\x5d\x57\xbe\x22\x7b\x91\x65\xb6\xe7\xf4\x26\x95\x73\x85\xe9\x74\x35\xf3\x6b\x8b\x2c\x54\x81\x49\xf4\x26\xd2\x29\xa2\x0f\x91\x91\xbc\x7f\xad\xc8\xc4\xee\xad\x88\xd2\xa9\x93\x5d\x93\xa4\x91\x85\xc2\x04\x56\x72\x89\x15\x0a\x53\x85\x9c\x74\x35\xcb\x1d\xe8\x17\xe4\xa4\x67\x6c\x6c\xe4\x24\xb0\x3f\x12\x81\x5d\xc8\x49\x40\x0c\x50\x21\x27\x55\x88\x48\x57\xb3\x3c\x1b\xc3\x26\xb0\x12\x66\x5b\x88\x48\x75\xde\xfa\x25\x3b\x17\xda\x11\x90\x83\xbd\xd0\x8e\x2a\xac\xa0\xab\xd9\xf5\xfe\xb0\x82\xc0\xa4\xbc\xb1\x82\xc0\xfe\x48\xb9\xb3\xc2\x0a\x02\x2b\x75\x08\x0a\x2b\xa8\xce\x7b\x11\xe7\x40\x8e\xa1\x03\xe6\x19\x53\x18\x43\x07\xac\x47\x26\x03\x86\x4e\x9d\x2c\x91\xd4\x57\x2a\x74\x1c\x20\x66\xa9\x4e\x96\x48\x60\x25\x7b\x54\x9d\x16\xe9\xe9\xd8\x94\xc2\x46\x85\xb4\x03\xd6\x11\x5d\x82\xb4\x03\xd6\x71\x7a\x0c\xc3\x71\x2f\x5c\xef\xca\xc2\x0d\x0c\x8e\xe5\xd3\xba\x0d\x5c\xcd\xf2\xe6\x2d\xdc\x53\x65\xa6\x98\x5c\xd8\x3e\x60\x7f\x24\x01\x5d\xa1\xfb\x00\xe1\x54\x75\xb2\x4e\xc2\xf6\xb9\x9a\xa5\x0b\x6c\x91\x9b\xee\x73\x68\xe6\xc5\xf3\xea\xa4\xbc\x4e\xe1\xfb\x00\xf1\x54\x75\xd2\x02\xa7\xe3\x5b\x02\xb8\xeb\x74\x7c\x3b\x1d\xdf\x4e\x8f\xab\xf3\x0c\x8f\x84\xc4\xd6\xc9\xf0\x38\x1d\xb8\xcc\x36\x86\xc7\xb9\x3c\x9b\xb5\xc6\xe5\x1f\x58\xc7\xd4\xcc\xb3\xad\xb7\x66\xe9\x3d\x35\x70\x52\x03\x31\x59\x4e\x6a\x20\x30\xe9\xdd\x73\xdd\xcf\x51\xae\xcc\x88\xd3\x0c\x27\xcd\x60\x71\xd0\x0c\x01\x11\x61\x85\x62\x54\xa1\x18\x9d\xc9\x2e\x5e\x28\x46\x35\xb8\x6a\xed\x49\x28\x46\x40\x90\x58\xe1\x10\xd5\x60\x9e\xa4\x7a\x54\xe1\x10\x81\x15\x56\x74\xe1\x10\x81\x75\x64\x29\xe3\x10\xd5\x78\x7d\x5d\x39\x22\xfb\x91\x65\xe7\x8a\xef\x64\xd0\x02\x83\x29\x12\x6f\x07\xa6\x11\x90\x2d\xbf\x30\x8d\xc0\xfe\x08\x89\xa1\x30\x8d\xc0\x0c\xcd\xb0\x30\x8d\xc0\x3a\xb2\x1c\x31\x8d\xc0\x75\xa5\x5f\x3b\xc8\xb2\x33\x66\x9a\x62\x1a\xd5\x38\xcc\x98\xfb\xd7\x74\x2a\xe1\x46\x23\xaa\x6d\x38\x16\x0d\x7e\x92\xf0\x13\x4a\xbe\x78\xb0\x8e\x8d\x68\x10\x19\xb5\x18\x9c\xa8\x46\x40\x1c\x5d\xa1\x1a\x81\xab\xd9\x8c\xec\xbe\x43\xd6\xe8\xda\xfe\x7e\xd7\x1e\x34\xc9\x18\x96\x4e\x4c\x95\xe1\x04\x13\x58\x47\x66\x2c\xd6\x51\x0d\x2b\x9d\x63\x56\x8a\x79\xb0\x0e\x2f\xd7\x4a\x1f\x96\x75\xc2\x24\x0a\xc5\xa8\x86\x35\x9c\xc0\xab\x1a\xd6\x70\x60\xee\xb1\x2a\xb1\x8e\xc0\xd5\x2c\x0f\x62\x0d\x0f\x6b\x38\x1e\xee\x61\x0d\x0f\x27\x8c\xe9\xc7\x0c\xa1\x13\x46\x3c\x9d\xb8\x49\x35\xec\xda\x09\xcf\xaa\x61\xbd\x06\xa6\xaf\x76\xb8\x49\x60\x1d\x71\x48\xe1\x26\xd5\x70\x9c\x48\xd8\x52\x61\x1d\x81\x75\xc4\x0b\x86\x75\x54\x83\xc7\xf5\x69\x32\xda\xb5\x03\xeb\x88\x65\x3f\x2c\xf4\xe1\x38\x91\xb8\x94\x42\x31\xaa\xc1\x3f\x12\x4b\x61\xd8\xdb\x87\xbd\xdd\xa8\x59\xd4\x83\x4b\xf4\xa9\x57\xd6\x66\x40\xbe\xed\xc2\x4d\xaa\xa4\xef\x3f\xf9\xad\x70\x93\x6a\xde\x6b\x33\xfe\xbe\x69\x6d\x4e\x6b\x33\x36\xc6\xb4\x36\xa7\x62\x1c\x4b\xab\x83\xc8\xfc\xcc\xda\x99\x0e\x1d\x81\x49\x45\x4c\x87\x8e\x69\x6f\x0f\x5b\xa3\xa6\x25\x1c\x58\x89\x2b\xa8\x69\x09\x4f\x87\x8e\xe7\x7d\xd3\x0f\x59\x06\xfc\xe1\xa6\x5f\x22\x03\xbe\x74\xa1\xc9\x32\xe0\x44\x96\xf5\xe4\x12\xe5\xec\xc4\x9b\x02\xd3\x87\xde\x69\x71\x4e\xde\x08\xa7\x82\x69\xd9\x4d\xde\x88\x58\x75\xd3\xa6\x3d\x1d\x14\x92\x70\xab\xa6\x5d\x3b\xb0\x8e\x7c\xb4\x98\x0e\x0a\x93\x9b\xe1\xe5\x79\x99\xfb\x01\x79\xf7\x6b\x72\x33\x4c\x27\x80\xa4\x9c\xad\xe9\x04\x30\x9d\x00\x62\x71\x4e\x27\x80\xd4\x26\xb8\x9a\xe5\x0e\x3e\x6e\x04\xd6\xcb\x50\x72\x89\x4e\x6e\x86\x44\x94\xd7\xe4\x66\x98\xdc\x0c\xd9\x67\xa7\x45\x3a\xed\xf7\xaf\x9d\xcc\x1d\x18\xed\x31\x01\xa6\xfd\x7e\x5a\xb8\x09\x3c\xaf\x69\xe1\x4e\x0b\xd7\x04\xb1\x70\xa7\x85\xfb\xca\x8a\x44\x41\x03\x73\x44\xa1\x4f\xfb\xf1\xb4\x96\x5f\x39\x80\x4f\x6b\x39\x20\x61\x69\x4d\x6b\x79\xda\x68\x5f\x99\xe3\xea\x2a\x80\xf9\xcc\xf2\x53\x57\x01\xec\x8f\xd7\x8b\xcc\x44\xb2\xd1\xe6\xdc\x3b\x2d\xdc\x69\xa3\x7d\xbd\x3c\x88\x2e\xe4\xa3\xeb\x6e\xdc\x6c\xb4\xd3\xf7\x7c\x93\x86\x05\x3e\x85\xc9\x1f\x1e\xcd\xd4\x8a\x6b\x60\x98\x46\xd6\xf2\x64\x0c\xa7\xfa\x58\x61\x97\xd5\xb4\xae\x32\x9f\xb1\xcb\x2a\x4c\xac\xfd\xf1\x8a\x61\x8a\x89\x05\x46\x6a\xd0\x14\x26\x56\x2d\x13\xd5\x87\x0b\xbc\x28\x30\x9f\x31\xad\xf1\xa2\xc0\xfe\xf0\x2d\x10\x31\x0a\xe0\x36\x17\x62\x14\x98\x3e\xba\x22\x46\xd5\xba\xa7\xf8\xd4\xec\x4d\xf6\xce\x95\x7b\x44\x1f\xa2\xaf\x66\x9e\xe3\x7e\xb6\x5f\x3c\x69\xe9\x15\xbb\x34\x70\x35\x3b\x22\x6b\xb2\xb8\x4f\xfc\x1a\xaf\x7f\x00\x77\xba\x96\xa3\xf0\xba\x17\xc7\x24\xdb\xc9\xf6\x34\x7b\x45\xf4\x24\x7a\xc6\x4b\xe4\xc7\x0c\x07\xb7\x9c\x0f\x51\x38\x55\x60\x9e\x4f\x22\xc3\xe1\x33\xa5\x0f\x17\x38\x55\x60\x26\x58\xb9\x70\xaa\xc0\xe2\x95\x5b\xb6\xc6\xe5\x78\xec\xeb\x03\x9a\x15\x98\xf3\x41\x64\x38\xee\x25\x94\x59\x84\xc0\x04\xa6\x2f\xda\x08\x4c\x60\x7f\xf0\xe5\x62\x30\xd5\x5d\x94\x22\x56\x3f\x02\x13\x58\xd3\xe0\xb2\xa2\x03\x43\x50\x08\x02\x53\x2d\xeb\x91\x7b\x1c\x81\x09\x8c\x35\xff\x3e\xfd\x78\xe1\x37\x81\xc9\xa0\xc1\x6f\x02\xd7\x0f\xe7\xc9\xad\xe0\xc0\xda\x72\x66\x44\x70\x02\x6b\x33\x89\x2d\xe0\x00\x2a\x7b\x2d\x0b\x78\xcd\xbb\xcb\x79\x91\x16\x30\x1a\xd4\x30\x9f\x2c\xe0\xe5\xc3\x26\x7d\xbe\xec\xa9\x01\x8c\xf7\x5a\x16\xeb\x72\x38\x76\x74\x40\x8d\x02\x33\x39\x8d\x0b\x35\x0a\x5c\xcd\x72\xa9\xb5\x89\x1b\x95\x20\xd1\xc2\x8d\x02\x6b\xb3\x24\xec\xbc\x81\xc5\x95\xba\xec\xbc\x81\x95\x04\x48\xb5\x98\xd8\x81\xc5\x2f\xbb\x7c\xd2\x58\xf6\x67\xfe\x7d\x0c\x2a\x80\x8b\x5f\x18\x54\xb5\x58\xdd\xbe\x22\x61\x50\x81\x95\xa2\xe2\x85\x41\x05\xae\x66\x19\x6f\x66\x77\x40\x6e\x82\xc2\xa0\x02\xfb\x83\xb7\x0c\x85\x0a\xcc\x2d\x9b\x0f\x06\x15\x58\xfc\xb7\x18\x54\x15\x06\xd5\x99\x52\xa0\x85\x41\x05\xe6\x16\xdb\x04\x81\xaa\xde\x8e\xe8\x3e\x47\xbc\xed\xf6\x81\xc5\x7d\xfb\xb6\xdb\xbf\x19\xe7\x3e\x77\x60\x50\x81\xc5\x19\x8c\x41\x05\xe4\x1c\xa8\xb7\x9d\xfd\x8d\xa6\xfa\x24\xfa\x10\x79\x77\xd9\x8d\xde\xb6\xec\xb7\xba\x94\xd1\x70\x6f\x96\xf8\x9b\x25\xce\x1b\xfc\x66\x89\x07\x16\x37\xef\x9b\x25\xfe\x66\x76\x73\x54\xbf\x29\xcc\xc0\x18\xfa\x4e\x5f\xaa\x97\x32\xef\x2b\x07\xd1\x74\xe5\x11\x99\x1e\xc4\x12\xdf\x0e\x8f\xa6\x07\xf7\x62\x89\xba\x41\xc7\x02\x53\x88\x91\xf2\x20\xf5\x66\x93\xb2\x09\xde\x6c\xd2\x37\xaf\x77\xa6\x07\xd2\x56\xbd\xef\xd5\x32\xfc\x9a\x07\xc9\x6a\x31\x3d\xde\x56\xcb\xfb\x5e\x06\x39\xad\x20\x72\x81\xc9\x2d\x80\xc8\x05\xf6\x07\x5b\x5f\xcd\x10\x30\x42\xd7\xab\xb7\x65\x10\x98\xa9\x43\x5f\xaa\x88\xd4\x7b\x1d\xae\xd4\xcc\x18\x25\xbb\x59\xb2\x45\xd7\xdb\xb1\xf2\xcd\xb4\xb4\xc7\xbe\x4d\xb6\xc0\x10\x5a\x87\x3c\x56\x21\x8f\x9d\xa1\x49\x17\xf2\x18\xb8\xae\x5c\x91\x6d\x64\xf9\x82\x9b\x15\xf4\xf1\x85\x2c\x55\x44\xf6\x47\x32\x48\x97\x2a\x22\x60\x8e\x3c\x9a\x2a\x22\xf5\x31\x01\xcf\x68\x2c\x25\x43\xc0\x14\xc8\xf0\x31\x01\x3f\x42\x70\xce\x74\xe1\x63\x82\x04\xa6\xb7\xfc\xb1\xc7\x7e\xcc\x99\x73\x23\x73\xd3\xc3\xa6\x92\xc7\x35\x67\x3e\x5c\x38\x67\xbc\x3f\x1f\x5b\xe5\xe7\xae\xcd\xeb\xca\x2f\x51\x96\x72\x92\xf1\x96\x2a\x22\x60\xf2\x99\xa9\x22\x52\x1f\x1f\xc8\x93\x22\xbe\xb0\xe9\xc0\xe4\xd4\xc5\xa6\x03\x57\xb3\x0c\x92\xad\x32\xb0\xf8\x1a\x3f\xb6\xca\xcf\x79\xdf\x34\x0f\x62\x8f\xfa\xc8\x44\xfc\x74\xa5\x9b\xb2\x23\xc5\x41\x7c\xd8\x91\x81\xe9\xbb\xf1\x87\x1d\x19\xb8\x9a\x65\x2c\x7d\x5b\xff\xc8\x44\xec\x06\x4c\xcb\x80\x1c\xd7\xf5\x61\x5a\x7e\xb8\x6d\xcf\xe7\x8c\xcc\x8b\x49\xc4\x4d\xe2\xbd\x0b\xf9\x0f\xcc\xe7\xdd\xea\x4d\x94\x75\x15\xaa\x4f\xe1\x03\x56\xb8\x7f\x97\x2c\xcf\x61\xc5\x04\x66\x72\x06\xd6\xc7\x29\xee\xe3\xc8\x16\x92\x4d\x7d\x58\x7e\x81\x91\x62\x6a\x85\x22\x58\x1f\xc6\xda\x19\x4b\x04\xd1\xaf\x42\xf4\x3b\x19\x44\x88\x7e\xf5\x75\x94\x49\xf9\xc8\xc2\xea\x03\xd3\x9b\xff\x3a\xca\x7c\x59\x61\x09\xc2\x2e\x0c\xbb\xba\x19\x76\x31\x4a\x31\xec\xea\xcb\xe4\x4a\x3e\xa3\xfa\x52\x21\x81\x35\xfe\x89\x8c\x2a\xf5\x35\xcd\xbe\x0e\x1d\x23\x63\xa8\x66\x08\x58\x29\x89\x50\x78\x7a\xf5\x35\xa7\xc2\x5b\x28\x35\x43\xc0\xe4\x0f\x56\x33\xa4\xbe\x7c\xfb\xa9\x55\x59\x2a\x7f\x80\x95\x04\x11\xf5\xe5\xdb\xff\x8e\xf4\x30\x91\xd6\xf5\x65\xd0\x7c\xef\xe2\xec\x44\x7a\xe8\xc5\x85\x7d\x50\xa8\x75\xf5\xa5\x4e\xc2\xb3\x2c\x75\x39\x80\x0a\x72\x85\xa0\x56\x5f\x6f\x84\x95\x8d\x53\x56\xe1\x94\x9d\x5c\x29\x38\x65\xf5\xf3\x46\x44\xcd\xe0\x94\x81\x25\xca\x10\xa7\xac\x7e\x3c\xb1\xa1\x02\x14\x36\x17\x58\xa9\x1e\x58\xc8\x5c\xf5\xe3\x62\x15\x99\x8a\xb9\x05\x04\x64\x17\xe6\x56\xfd\x7c\xc2\x19\x39\x83\xa2\x69\x81\x3b\x10\x1a\x4b\xab\x7e\x0e\x70\xe1\xff\x16\x4a\x16\x58\x3e\xca\xa1\x64\x81\xab\xd9\x8c\x4c\x17\xee\x1a\x75\x79\x0e\x36\xea\x4f\xf5\x8e\x7c\xe9\xf9\xb1\x51\x7f\xf7\xcb\x5a\x9a\x79\xdc\xa4\xe0\x4b\xda\xdc\xc2\xd2\xaa\x1f\x67\x4c\xd2\x14\xd4\xcf\x62\x0c\x2c\x67\x87\x1f\x1b\xf5\xc7\x20\x4d\x32\xc3\xc2\xc9\xaa\x9b\x93\x95\xd7\x8c\x93\x05\xae\x66\x19\x37\x6b\xf6\x87\x52\x1f\x17\xc2\xcf\x9a\xfd\x79\xf5\x09\xec\x2f\xa4\xac\xfa\xf9\x4e\x31\xb5\xb3\xe1\x04\x94\x92\xa8\x9f\x0d\xe7\xc7\xb7\xc9\x17\xfb\x63\x78\x05\xe6\xf0\x6b\x0c\xaf\xdf\x1d\xad\x9a\x17\xc3\xf0\xfa\xa9\x2b\xbc\xbb\xd0\x48\xf2\x80\xda\x32\xf1\xa3\xc0\x3c\xf3\x35\x03\x3f\x0a\xcc\xe3\x7e\x32\x9d\x8a\x47\x25\xa9\x72\x0b\x63\x0a\xcc\x10\xcd\x0a\x63\x0a\x5c\xbf\x9f\x91\x64\xb1\x05\xd6\xd3\x40\x32\xd8\x7e\xa2\x4c\x92\x91\xb5\xb0\xa8\xc0\x64\xdc\x60\x51\x81\xab\x59\x6e\x6a\x13\xfd\x29\x2e\x11\xeb\x09\x8b\xaa\xc2\xa2\x3a\x3d\x1a\x16\x15\x58\xa9\xa3\x5e\x58\x54\x60\x8e\xbb\xd5\x4e\x94\x18\x8d\xec\x97\xc5\x89\x13\x18\x21\x2a\x17\x5e\x15\x18\x21\xe3\x17\x5e\x55\x95\x5d\x35\x55\x9c\x0b\xaf\x0a\xa8\xf4\x53\x78\x55\x60\xee\x39\xf3\xe2\x55\x55\xf1\xb9\x86\xd3\x5b\xe5\x34\x5b\xf2\xf6\x0f\xa2\x0c\x46\xb1\xe1\xf0\x12\x8a\x0d\x17\xc0\xe1\xab\xb2\x45\x97\xfd\x78\xe6\xdd\x95\xfd\x38\xa0\x8a\x44\x15\x6d\x1b\xb8\x9a\xb9\x74\x90\xa5\xea\x4c\xb4\x47\x51\x01\x65\xbd\xa7\x68\x41\xe1\x5f\x81\xc9\x27\x8f\x7e\x55\x65\xbd\xcf\x9c\x78\xca\x7a\x0f\xcc\x47\x4e\x02\x65\xbd\x17\x0f\x6b\xd2\xd8\x95\x02\x3b\x60\x9d\x71\xe8\x95\x63\x64\x60\x8a\xd7\x29\x0e\xd6\x72\xb2\xe4\x73\xc2\xdc\x02\x33\x1c\xb8\x2a\xbb\x76\x59\xef\xd3\x1b\xb5\xde\x03\xea\xe6\x14\x7e\x57\xd5\xbd\x90\x33\x63\xca\x42\x0e\x4c\x47\xe8\xb2\x90\x4b\x68\x6b\x52\x5e\x56\x39\x01\x06\x26\x2f\x74\x39\x01\x06\xc6\x8a\xf2\x40\xf0\x02\xeb\x74\x4f\x36\x6d\xd9\x8e\xa7\xc9\x60\x3b\x0e\x2c\x9b\x65\xd9\x8e\x03\x33\xf5\x70\x4a\x31\xa0\x2a\x3b\x34\xd2\x47\xd9\xa1\x03\x73\xc4\xa4\x2d\x3b\x74\x60\x9d\x59\xed\xe5\x00\x58\x42\x39\x66\x2c\xce\xe2\xae\x09\x8c\x69\xca\x30\x86\x8b\xe5\x9b\xa4\x55\x55\x2c\xdf\x80\xc2\x86\x55\x14\x51\x58\x69\x57\xb3\xf4\x80\x8a\x29\x55\x62\xa6\x66\x3a\x75\xeb\x93\x28\xf5\xa2\x4f\x02\x61\x6a\xfe\xed\xa6\x5d\xd4\x4d\x89\x70\x4b\x05\x86\x2a\xfa\x26\x30\x96\xe1\xa2\x6f\x6a\xdd\x3d\xcc\x40\xd0\x24\x81\x61\xef\x51\x01\x09\xac\xd3\xd8\x53\x24\x65\xfb\xc4\x60\xc1\x9a\xab\xb0\xe6\xce\x94\x14\x2e\xac\x39\x30\x99\x64\x58\x73\x60\xb1\x5d\x90\xe6\xea\x26\xcd\xe5\x4b\x1b\xd2\x1c\xb8\x7e\x5f\xb3\x17\x59\x46\x2b\x6f\xad\xa9\x8d\xc0\x4c\x2e\x8a\x6a\xbb\x73\x73\x78\x99\x50\xcd\xe1\xd5\x72\x9c\x47\x47\x63\xe0\x55\xd3\x07\x2b\xa7\xfb\xa6\x0f\x5a\x88\x7c\x4e\xb8\xcd\x3e\x6f\xfa\x00\xf5\x45\x6d\x26\xb0\x44\xb4\xa8\xcd\x04\xae\x66\x23\xb2\x41\x36\xe2\x59\x49\xdf\xe9\x83\x66\x91\xad\x8d\xec\x4d\x96\x58\xe3\x98\x09\xcd\xe4\x6a\xb6\xd4\xf2\x20\x6c\xa9\x16\xc0\x9a\x8d\x1d\x3d\xaf\x9a\x3e\x48\x86\xda\x42\xa8\x03\x93\x83\x1f\xa1\x0e\xec\x8f\x64\x2a\xaf\xa6\x10\x5a\xf4\x7b\x2c\xfb\xf6\x49\xa5\xe9\x88\xa4\xf8\x2a\x05\xa1\x80\x2c\x21\x85\x8a\x57\x6d\xf1\x27\x8b\x7a\x21\xd4\x81\xb1\xfc\x9a\xc5\x1f\xf6\xdc\xfe\x48\xe2\xe9\xc2\x9e\x03\xf2\xa5\x16\xf6\x1c\xb8\x9a\xe5\x79\xf9\x95\x54\x7a\x4a\x65\xa3\xc2\x9e\xab\xb6\xd9\x27\xe9\x76\xa1\xca\x55\x73\xea\x26\x89\x6a\x29\xeb\x04\xd6\xe6\x2d\xf0\x09\x85\x17\x27\xad\x6a\xa1\xc5\x81\xfd\x91\x1c\xcd\x85\x17\x07\x64\x42\xad\xa6\x38\x02\x57\xb3\x8c\x9b\xc3\x70\x60\xac\xbb\x99\xe1\xe5\x4d\x12\xae\x8f\x2b\x07\x54\x05\xaa\xa6\x4c\x9a\x32\x49\xbe\xdb\x6a\xca\x24\xb0\x04\xb5\x36\x65\xd2\x22\x58\x93\xac\xa5\x14\x8e\x02\xd3\x17\xab\x66\x75\x04\xc6\x7d\x03\x4a\x22\x30\x79\xe8\x9a\x16\x68\xb6\x83\x6f\xd3\xcd\x76\x08\xcc\x24\xca\xad\xb6\xe2\x9b\xed\x20\x28\x59\x61\x2a\x30\xee\xb5\x6c\xc9\xf7\xbd\xe4\x63\x9d\x20\x00\x56\x08\x80\x67\x12\x22\x34\x02\x20\xd8\x1f\xc9\x3d\xdb\x8f\xac\x79\xb0\x12\x96\xdb\x8f\xac\x79\x30\xc7\xc3\x95\x4f\x22\x6b\xfe\xb2\x31\xfa\x91\x35\x0f\x46\x56\x69\x3f\xb2\xe6\xfb\x21\x04\x3e\x09\xdf\xfa\x11\xfb\x1b\xc8\x50\xdb\x8f\x58\x0f\x40\xc1\xc4\x7e\xc4\x7a\x00\x63\x3d\x66\x44\x6f\x22\x7d\x1f\xae\x2c\xb2\x78\x37\x4e\x1d\xe8\x88\x8e\xbb\x53\xb9\xf4\xd0\xa9\x43\xa7\x8e\x88\x74\x8a\x17\x3d\xce\xa3\x4e\x01\xad\x1b\x66\xf2\x53\xb7\x32\x5a\xfd\xb8\xb5\xc5\x4c\x0f\x0e\x3d\x88\xcb\xfc\xf4\xb8\x87\x1e\xb0\x1e\x92\x66\xae\x11\x22\xc1\xf8\xeb\x4a\xcf\x76\xab\x01\x77\x38\x5d\xca\xbb\x7c\x69\xad\x46\x9b\xec\xc7\xbd\xbe\x2f\x5d\xdf\x38\x92\x60\x6d\xbb\x66\xbf\x88\x12\xee\xbe\xa5\xe0\x45\x3f\x86\x9e\x8e\xf4\x74\x4b\xe7\x87\x9e\xe6\x73\xcf\x16\x4e\x7a\x3f\x86\xf7\x97\x33\xf9\xfe\xca\x80\x0c\x9d\xcf\x31\x20\x89\x7d\x1b\xe1\xb2\xc3\xa4\xbc\xae\x24\xf3\xb8\x71\x42\x27\xb1\x6f\x63\x52\x82\x7d\x4b\x62\xc9\x46\xa5\x04\xf3\xf9\x48\x0f\xa2\x40\x3a\xb5\xbb\xae\x66\x99\x20\xe3\xee\x42\xe5\xd7\xd2\x6c\x9a\x94\x5c\xca\xcf\xb4\x9a\x3a\x95\x70\xd1\xcd\x64\x9b\x3a\x45\x7d\x3c\xd3\xf5\xa9\x4f\x71\x92\x6d\xa9\xbc\xdc\x98\x9a\x60\xa6\xec\x54\x63\x6a\x82\x99\x4f\x42\xfd\x98\x3a\x10\xbd\xb0\x3d\xb6\xbf\x8f\x1e\xef\xc7\xd4\x99\xc9\x39\x9b\x2e\x4f\x6f\x28\xc6\xc5\x16\x3e\x56\x23\x72\x82\x35\x75\x66\xe9\x4c\x3e\xec\x6e\x0f\x2b\x6c\xe9\xcd\x4a\x8a\xdc\x99\x41\x5d\x7a\x93\xb3\xf1\xf6\xb0\x4e\xa2\x4a\x80\x94\xc4\x8d\xb4\xd9\x61\x68\x5e\xcd\xf2\x8a\xde\xee\x90\x95\x1e\x9d\xd9\x18\x9a\xbd\x1d\x6e\x7a\x1d\x4d\x7a\xb3\x02\x02\x33\xb1\x2a\xbd\xc5\xa4\x06\x73\x44\x1f\x6c\xd6\x44\x60\xa4\x18\x45\x2b\x87\xd6\xa9\x71\xb6\x6f\xa1\x11\xf5\x66\x4d\x04\x66\x3c\x8f\xbd\x59\x13\x81\xab\x99\x7b\x2e\xb2\xe4\xe6\xce\x2b\x52\x03\x0d\xcc\x58\x73\xbd\x65\x53\xed\xed\xbc\x6f\x90\x9b\x9e\x6e\x10\xfa\x58\xca\xb2\x35\x52\x68\x87\xda\xb9\x6f\x0f\x8f\x1b\xcf\x03\x98\x31\x8b\x7b\x1b\xae\xcc\xc1\x75\xcf\x78\x6f\xe3\xbe\x32\xec\x2e\x9d\x32\x89\xb7\x7b\x12\x67\x05\x6f\x26\x71\x60\xe5\x73\x78\x6f\x26\x71\x60\x3e\xce\x33\xa2\x2f\xd1\xcf\x95\x19\x8e\x58\xca\x60\x25\x3c\xa6\x31\x4c\xc1\xda\xf7\x3c\xac\x79\x1d\xb8\xae\x4c\xa7\x4c\xec\xc0\x0c\xbb\xab\x37\x13\x3b\x70\x35\xcb\x73\x4c\xaf\x45\xba\xf8\xe9\xd7\xbc\x96\x69\x38\x66\xfa\x3e\x0d\x47\xf6\xca\xe4\x6d\x6d\xdc\x54\xb0\x6f\xb4\x1c\x72\x2a\x98\xcf\x28\x12\xdc\x54\x20\x6d\x6b\xe3\xa6\x76\x68\xa2\xd7\x95\x79\x55\xcb\x73\xe4\xe4\x4d\x53\xe1\x89\x76\x48\xa1\xfb\xb6\x99\x58\xcb\x0d\x72\xa6\x4e\x00\x58\x23\x85\x36\x6a\xe7\x96\xec\xf6\x8d\xda\xd9\xa1\x76\x8e\x94\x2f\x69\xd4\xce\x0e\x27\x73\xdf\x92\x9f\xa3\x77\xdb\xca\xae\xaa\x4e\x26\xf8\x1e\x53\x12\x5c\xcd\x46\x64\x83\x2c\x34\xed\x4d\xb3\x49\xf4\xd6\x6c\x46\xf6\x21\xbb\x96\x72\xe2\x2f\x3b\x95\xe5\xfe\x47\x23\x65\x6e\xb1\x31\x1a\x29\x13\x48\x50\xdb\x48\x99\xfd\x17\x29\x53\x2b\x8f\x16\x83\x33\xa1\xa1\xbd\x1f\x1e\x2d\x5e\xb9\x8d\xca\xc4\xc0\x04\x2b\xe1\x29\xad\x0c\x5d\x87\x80\xb9\x6f\xdb\x2d\x6b\x32\x65\x83\x33\x1e\xa7\xf1\xa0\xf4\x53\xb3\xac\x77\x4a\x3f\xb0\x72\x84\x69\x15\xe1\xc0\xbe\xe5\xb3\x50\x2b\x09\x07\xe4\xce\xed\x9d\xd2\x0f\x48\x8a\xdb\x8a\xc4\x81\xeb\xca\x3c\x87\x55\x15\x98\x89\xaf\xeb\xdd\xaa\xda\x87\x5e\x45\x09\xec\x56\x42\x40\xfa\xdf\x46\x90\x04\xf3\x75\x5f\x59\x44\x59\x1b\x51\x45\xf8\x91\xbd\x4f\x2f\x59\x33\xd3\x39\x30\xf7\x95\xc7\x30\x9b\x77\x1a\x3e\x1f\xd8\x7a\x37\x9d\x03\x8b\x86\xdf\xcd\xe6\xc0\xda\x9f\x5a\x2d\xa2\xcc\xe6\xa7\x56\x6f\x22\xaf\x3d\x6f\x85\x06\xdf\xa5\x0d\x36\x40\xd3\xf3\x2f\xc3\x9d\x05\xbf\xd3\xe0\x81\xb5\xef\x44\x86\xdb\xd2\xc8\x77\xad\xc6\x7c\x04\x2b\x31\xc7\x8d\xf9\x08\xae\x66\x79\x0e\x4a\x3d\xb0\x12\xb0\xdb\x0a\xda\x75\x08\x8c\x57\xb3\x3c\xc8\xf2\x6c\xb7\x31\x48\x74\x3f\xdb\x4f\xb3\x74\x61\x19\x5c\x74\x25\x53\x61\x99\x44\xf7\x42\x8b\x6e\x46\x74\xec\x10\x1d\x47\xa8\x3d\x8d\xe8\x08\xa6\xad\xf8\xc9\x16\x0c\xac\xfd\x32\x7a\x1b\xf5\xb1\x9f\xf7\x72\x8c\xba\x56\x0b\x0f\xcc\x54\xa5\xef\xa7\xe5\x18\x9e\xe3\xd5\xec\x15\xd9\x24\x43\xed\xd1\x6c\x11\x2d\xcd\xce\xc8\xde\x64\x51\xba\x2f\x37\xfd\x10\xe5\x55\xbd\xdc\xf3\x4b\xd4\xae\xfc\x27\xb6\x6c\xd4\x48\xb0\x52\xc4\xbf\x31\x23\x3b\x54\xc3\x7d\xdb\xb2\x82\x71\x0d\xc1\x08\x29\xbf\x9f\xa7\x4e\xc7\x6b\xba\x25\x5b\x77\x63\x07\x82\x95\x0f\x1d\x8d\x1d\x08\xf6\x6d\xbf\x65\x06\x22\xd1\xb0\xc9\x59\xd1\x4f\x2b\x27\x30\x13\x8c\xd8\x38\x84\x60\xa5\x84\x70\xe3\x10\x82\x95\x14\x8f\x8d\x43\xd8\x21\x02\x5e\xbf\x1f\x99\x95\x83\xe2\xb7\xd1\x5e\x28\x7e\x60\x85\x08\xd0\x28\x7e\x1d\xca\xda\xbe\x25\xeb\x74\xe3\xac\x81\x99\xaf\xb3\x8d\xb2\xd6\xa1\xac\x0d\x1a\x02\x65\xad\x5f\x5e\xf8\x7e\xee\x91\x1d\x64\x39\x55\x1f\x8f\x88\x4e\x22\x37\xc8\xfe\x8c\x2c\x06\xd6\xcc\xb6\x85\x2c\xd6\x2f\xa6\xc3\x3e\x34\x1b\x64\x39\x7c\x67\x6d\x62\x81\x81\x7d\x4b\x4a\xad\x46\x03\x03\xe3\xaf\x5f\x7b\x13\xbd\x35\x7b\x45\xf6\x21\x4b\xa5\xe8\x97\x5f\xfb\x12\x7d\x35\x3b\x22\xfb\x91\xe5\x3c\x77\xba\x32\x4b\x07\xe5\x6b\x4b\x7c\x73\xa3\x7c\x81\x45\x2f\xa1\x7c\x81\x7d\x4b\x25\xfe\x0e\xff\xeb\x86\x99\x2f\x0f\x8d\x05\xd6\x48\x5a\x5b\x52\xb5\x34\x92\x16\x58\x89\x32\x6f\x24\xad\x7e\x51\xa3\xc9\x2c\xd3\xb8\x56\x60\x25\x49\x55\xe3\x5a\x81\x7d\x0b\x7b\xa4\x71\xad\xc0\x4c\x92\xe0\xc6\xb5\xea\x17\x35\x14\x0e\x6f\x23\x1c\x81\xb9\x7b\x36\x6a\x28\x7c\xa3\x7d\x4b\xb6\xeb\x46\x38\x02\x32\x30\xf5\x6b\x19\x5e\x6a\x28\xdf\xdf\x5a\x91\x2a\xb0\x52\x5a\xa9\xd1\x92\x1a\xe1\x68\x4b\x1e\xe5\x46\x38\xea\x10\x8e\x46\x82\x6b\x1b\xe1\xa8\x0f\x13\xe9\xf9\x7a\x45\x76\x90\x25\xfd\x64\x86\x17\x07\x09\x5c\xcd\x56\x64\x83\x2c\xe9\x34\xd2\x53\x1c\xa4\x3e\x18\xb4\xcf\xcc\x41\xec\x1f\xb0\x46\x66\xea\x61\xd3\x0e\xec\xdb\xd3\x1d\xec\xda\x81\xc5\x92\xc4\x11\x02\x23\xe5\x26\x1b\x47\x08\xac\x90\x95\x1b\x47\xa8\xb1\x7a\xb6\xa7\xe7\x30\x69\x02\x2b\x8e\xf5\xc6\xea\x69\xac\x9e\x2d\x89\xf5\x1a\xab\x07\xac\x91\xa3\x2b\x56\x0f\x90\xcb\xaa\x15\x6f\x6a\x6c\x9a\x2d\x41\xa5\x8d\x4d\x03\xd6\xb8\x45\xf7\x0d\x92\x28\x34\xbb\xc3\x31\x0c\x2e\xab\x20\xa5\xe5\xfa\x60\x15\x04\xd6\xf0\x18\xac\x02\xd5\x96\xce\xa7\x2b\xdd\x93\x52\x79\xe6\x98\x8a\xe0\xd2\x87\xed\x38\x81\x95\xad\x18\x11\x58\xe3\x6e\x66\x88\x62\x5c\x8e\x71\x46\x64\x88\xa8\xa3\x24\x6c\x6a\xd5\x83\xc0\xca\xa7\xd8\x56\x3d\x08\xec\x5b\x2a\xaa\x36\x32\x0b\x98\x61\x56\x35\x32\x0b\x90\x66\xab\x55\x0f\xea\xc3\xd4\x7d\x69\x66\xea\x1e\xa6\x6e\x4c\x66\x5c\x16\xb0\x6f\x89\x84\x6c\x64\x16\xb0\x12\x20\xd0\xc8\x2c\x7d\x50\x8b\xaf\x2d\xbf\x46\x2d\x06\x56\x32\x12\x37\xe2\x4a\x87\xb8\x32\x5e\xd9\x12\x10\x57\xc0\x75\xe5\x8a\x6c\x23\xcb\x80\x47\xd7\x2b\xee\xd3\xa7\x49\x1f\x3f\x65\x63\xae\x80\x95\x0f\x8b\x7d\x9a\xf4\x81\x95\xd0\x93\x56\xdc\x07\x5c\x57\x92\x4d\xb2\xa4\xa5\x5d\x7e\x6c\x11\xe9\x68\xb4\x38\x82\x0b\x58\xf9\xe0\xde\xa7\xed\x32\x30\x99\xa0\x8a\xfb\x80\xeb\xca\x33\xb2\x22\x33\xe0\xd7\x48\xaa\xe4\xd3\xa7\x15\x94\x28\xd0\x56\xa3\x07\xac\xf8\x9d\x5b\x8d\x9e\xc6\x6f\xd9\x5e\xd9\x87\xf0\x5b\xc0\xca\x37\xcf\xc6\x6f\xe9\xd3\xda\x78\x3d\x5f\x7f\xbf\x6d\x2b\x8a\x03\x56\xf2\x34\xb5\xa2\x38\x60\xdf\x12\xaf\xd9\xa7\xb5\x13\x58\x33\x33\xea\xa4\x95\xc3\x61\xb9\x9a\x65\x08\xb9\x51\x02\x2b\x9f\x49\xfb\xe4\x46\x09\x48\x62\xd6\xa7\x45\x77\x5a\x4e\x61\x9e\xb6\xca\x36\x40\xe6\xb4\x56\xd9\xa6\x4f\x76\xc1\x2b\xa6\xb2\x32\x36\x60\xcd\x18\x60\x48\x32\xe0\x6a\x96\x81\xa0\xf7\xb1\x64\x92\x99\xa4\xb1\x64\xc0\xfc\xab\x95\x11\xb4\x38\x93\xb9\xbb\x91\x58\xfa\xb4\x38\x93\xd4\xa7\xf1\x4e\xc0\xca\x57\xdd\x56\x78\xa6\x4f\xc7\xbc\xa4\xa4\x69\xbc\x13\xb0\x46\x0e\x8d\x68\x27\x60\xdf\x92\xd0\xa5\xf1\x4e\xc0\x4a\x20\x63\x9f\xdc\x1d\xa1\x9d\x5c\xcd\xf2\xbc\x16\x71\x60\x85\x7d\xd6\x0a\xd4\x80\x95\xcf\xc6\xad\x40\x4d\x9f\xdc\x1d\x49\xd5\xd2\x27\x6b\xf9\x94\x01\x30\x7b\x1e\xc2\x4a\x9f\x2c\xe3\x24\x3f\xe9\x93\x65\x1c\x58\xc9\x38\xd7\x08\x2b\x60\x25\x4c\xa9\x11\x56\xc0\x72\xca\x53\xd9\x06\xec\xdb\x4b\x47\x69\x84\x80\x14\x71\x8d\xd6\x02\xae\x66\x2e\x35\x3f\xec\x6f\xb7\x48\x3f\x99\xd9\x49\x48\xd1\x27\x33\x3b\xb0\xf2\x55\xaa\x51\x5d\xc0\xd5\x2c\xf3\x88\x2e\xc1\x75\x99\xd1\x42\xb8\x2e\x1d\xae\xcb\x08\x1d\xa3\x71\x5d\x7a\xbc\x0c\x51\x34\xe4\xa0\x38\x02\x2b\x5f\xd6\x1b\xfd\xa5\xc3\x6b\xb9\x9a\x9d\x91\x2d\xb2\x58\x89\x1b\xd1\x9b\x48\xaf\x96\x4b\xbf\x64\xb1\x28\x62\x3d\xe0\xba\x80\x11\xf6\x48\x0f\xab\x3f\xbc\x93\xeb\xca\x3c\x87\x6d\x70\x88\x80\x8b\x9a\x53\xe2\x06\xec\x5b\x72\x65\xf4\xb0\xd4\x87\x00\x8a\x1c\xab\xd1\x53\xc0\xd5\x2c\x37\x65\xb0\x05\x64\xd6\xeb\xc1\x5e\x0b\x4c\xc7\xb0\xc1\x5e\x1b\x42\x56\x72\xea\x1d\xcc\xb5\x41\x6f\x24\x5c\xb4\x07\xc5\x30\x28\x86\x95\x2b\x29\x86\x41\x31\x24\x5c\xb4\x07\xc5\x10\x58\x6c\x33\x05\x79\x3a\x24\x96\xab\x59\x7a\x75\x7a\x8e\x10\xde\x92\x93\xaf\x95\xd5\xe9\x41\x0b\x1c\x46\x97\x16\x18\x36\xd5\xac\x83\x41\x0b\x60\xae\x6c\x89\x86\x6c\xcc\x15\xb0\xe2\x93\x6f\xcc\x15\xb0\x6f\x21\xa5\xf7\x60\xc2\x05\xd6\xc8\xa4\x47\x66\xe9\xc1\x9a\x4a\x00\x63\xe3\x60\x74\x38\x18\xe3\xcc\xe3\xe2\x60\xf4\x34\x67\xc2\xe8\xe8\x69\xce\x04\x66\xe8\x3a\x8d\x96\xd1\x08\x17\x5b\xd8\x15\x8d\x70\x01\x56\x62\xe7\x1a\xe1\xa2\x11\x2e\xb6\xf0\xc5\x1a\xe1\x02\xcc\x7c\x29\x6a\x84\x8b\x9e\x8c\xfc\x50\xde\x1a\x6d\x02\x8c\x14\x10\xed\xc9\xc8\x9f\xaa\x7b\x3c\x89\x3c\x1a\x87\x4a\x58\x5f\xad\x4e\x0d\x58\xe7\x43\xb3\xbc\x98\x79\xbf\xbf\xac\x2b\xdc\x07\xb0\x12\xc3\xd7\xa8\x0f\x60\x9d\x99\x80\xa8\x0f\x60\xdf\x42\x40\xe9\x79\xea\xe8\xa9\x56\xf5\x19\x91\x8e\x0e\xc3\x96\xdd\x7d\x7a\x7f\x81\x79\x3f\x1a\xa3\x68\x72\x7c\x27\xe7\x77\x4f\xba\x78\x4a\x4e\x1f\x45\x39\x9d\xd1\x26\x9f\xe1\xb9\x91\x19\xa3\xf8\x0c\xcf\xe8\xb6\xc9\x67\x88\x21\xb1\xa5\xc0\x67\x63\x48\x80\x75\x3e\xdc\xf4\x47\x54\x9a\xa5\xa7\x66\x43\xe0\x92\xe5\x79\x79\x0d\x03\x72\x94\x37\x86\x44\x4f\x1e\xc2\x44\x9e\xf5\xe4\x21\x9c\x4a\xf5\x1a\x5e\xdb\xc4\xe4\x21\x4c\x59\xd1\x9e\xf6\x89\xe9\x33\x7c\xb6\x7c\x44\x8a\x9e\x94\x7d\x38\xe8\x8d\xfb\x00\xd6\xb9\xfd\x7d\x30\x5a\xa3\x46\x80\x75\x77\xda\x5e\x30\x19\x6f\x09\x3f\xec\x49\x57\x07\xa6\x4f\x0c\xca\xff\x74\x0a\xfb\xec\x5b\xc2\x0f\x5b\x65\x1f\x30\x96\xe9\x4e\x07\x4f\x0a\x37\x5f\xac\x5b\x1d\x1f\x20\x97\x7a\x63\x55\xf4\x62\xe7\x9c\x39\x9e\xa8\x5c\x03\xe6\x96\xa3\x88\xca\x35\x60\x19\x1a\x95\x6b\xc0\x32\xf6\x0a\xd7\xf4\x72\x30\x4d\x6a\xed\x56\x33\x06\xac\x33\x9a\x03\x5b\x02\x8c\x7c\x11\x6f\x6c\x89\xc6\x96\xd8\x92\x33\xbb\xb1\x25\x80\x64\xec\x8d\x2d\x01\x56\xa2\x42\x1b\x59\xa2\xb1\x14\xb6\x24\x1d\x6c\x2c\x05\x20\x3f\x7b\x63\x29\x80\x7d\x4b\x88\x4c\xa3\x29\x80\xf9\x1c\xae\xf4\x68\x8c\xa2\x04\xdc\x34\xe6\x02\x58\x09\x1e\x6d\xcc\x85\x4e\xb5\x97\xab\x59\x3a\x7f\xde\x0f\x92\xba\xe2\x19\x6f\xd5\x5e\x7a\xdd\x73\x36\x1a\x0c\x27\xa0\x17\x03\x25\xe9\x9f\x7b\x99\x79\x4b\xfc\x47\x0c\x94\x65\xe2\x61\x00\x6c\xe7\x72\xa9\x6e\x4d\xdd\xd2\x4c\xb7\x38\xe0\x92\x8b\xb9\x05\xe8\x83\x95\x98\xd8\x16\xa0\xdf\x8b\xfd\xe0\x23\xe5\x62\x3f\x04\x64\xa7\x6f\xf5\x4c\xc0\xbe\x8d\xac\x58\xe1\xf8\x60\x25\x35\x75\x0b\xc7\xef\x45\x09\x8f\x4c\x5e\x71\xf0\xfd\xa6\x71\x53\x12\xa3\x95\x0d\x01\xeb\xcc\x81\x5e\xd9\x90\x7e\xd3\xb8\xc9\xfd\xd8\x6f\x1a\xf7\x4d\xe3\x3e\x5d\x39\x88\x3e\x9a\x1d\x91\x7d\xc9\x92\x14\x3a\xce\x58\x95\x44\x3a\x11\xee\xfb\x36\x5c\x6a\x0e\x06\x66\x72\x1d\xb6\x08\xf7\x7e\xdb\x92\xf3\x91\xb9\xdf\xb6\xe4\xf7\x1d\xd3\x48\xb4\x88\x32\x53\xb3\xb5\x88\x53\xef\xb7\x69\x99\xdc\x37\xfd\x3e\xee\x9b\x66\x5a\xe6\xb0\xf0\x36\x2d\xdf\x9c\xd3\x23\xa6\xf4\xdb\xbc\x0c\xac\x33\x6a\xfe\xcd\x39\xfd\xb6\x4d\x8f\x2c\xac\xb7\x6d\xfa\x2d\x3a\xea\x16\x79\xdc\xc4\x17\x6f\x23\x1e\xaa\xb7\x99\x14\x58\xa7\x1e\xd8\x6b\xdf\xcc\x6b\x3e\x09\xd5\x50\xc0\x4c\xc2\xfe\x7e\x33\xaf\xdf\xcc\x6b\xe7\xfe\x37\xf3\x3a\xb0\x28\x66\x35\x53\xc0\xa2\x54\xd4\x4c\x69\x41\xfa\x9b\x6d\x5a\x90\x7e\xbf\x93\xb5\x61\x73\xe0\x7e\xfb\x00\x13\x58\xf6\x5f\x41\xfa\x60\x25\xf4\xb9\x05\xe9\xf7\x9b\xda\x74\x2e\x7f\x53\x9b\x6f\x6a\xd3\x2b\xa5\x17\x45\xdf\x6f\x4c\x4c\xd1\xf7\x60\xd1\x64\xa2\xef\xc1\xa2\x83\x45\xdf\xf7\xfb\x9e\xe3\xb1\x30\x45\xdf\x83\x95\x00\xf4\x16\x7d\x0f\xe6\xb8\x7f\x4c\x47\x4d\xf1\x97\x5b\x9a\x0b\xf7\x14\x8f\xe2\x17\x7d\xdf\x1f\x66\x80\xb3\xaf\xe0\x78\xb0\x68\xcf\x0f\x33\xe0\xc3\xf7\xe2\xac\xf5\x31\x03\x3f\xe2\xf3\xb2\x61\x0a\xa1\xef\x0f\x5f\x1f\x1b\xf6\xc3\x76\xfc\x08\xbc\x8b\x03\xe2\x63\x9e\x06\xd4\x6e\xe8\x8f\x79\xfa\x61\x3a\x32\x6b\x3f\xc7\x7d\xd3\xec\xab\xb7\xe8\x43\x94\x38\xb0\xcd\x63\x64\x09\x7d\x78\xdd\x58\x98\x1f\xf3\xe3\xc3\xeb\x16\xf5\xf9\x31\x3d\x12\x6b\xbe\x6f\xd3\x4d\x6d\xe6\x1f\x0e\xd7\x58\x0b\x82\xcd\xc1\x1a\xd1\xb2\x1f\x7b\xf9\xc7\x5e\xce\xb9\xfa\x19\xf7\x4d\xbf\xa1\x8c\xb9\xf2\x47\xf4\x4b\x70\x9b\xdf\x2f\xa2\x72\x65\x9a\x99\x6c\x1f\x73\x61\xbe\xf2\xb8\xe6\xc2\xe7\x8e\x47\x23\xda\x88\xdc\x34\xf3\xf4\xe3\xa0\x12\x98\xcf\x68\xd4\x8f\x3d\xf2\xb3\xdc\x21\xea\xfe\xe3\x54\x12\x58\x63\xfb\xff\x98\x5f\x63\xfb\x2f\xdb\xf6\xc7\x0e\x2a\xfc\x7d\x9b\xe9\x8d\x58\xf7\xfe\x26\xda\x63\x4b\x18\x75\x7f\x45\x7b\x04\x56\x22\x06\x5b\x9d\x9b\xfe\x9a\x3e\x09\xc3\xed\xaf\xe9\xf3\x75\x40\x19\x44\x19\xd5\xef\xfd\x76\x73\xa2\x17\xeb\x0e\xe6\x8a\xd2\x14\xcc\xde\x5f\xb6\x60\x12\x86\xb6\x3a\x31\x60\x84\x8f\xd3\x5f\xb6\x60\x6a\xc2\x5c\xcd\x56\x64\x93\x2c\xd9\x82\x0f\x22\xcf\x61\x3f\x5b\x9b\x4b\x9b\xac\xe3\x78\xbe\x86\xeb\x4b\x0b\x7d\x99\xfc\x49\x78\xdc\x5f\x6a\xe8\xeb\xe0\x1f\x95\xf3\x65\x32\x7e\x69\xa6\x44\x7d\xf5\x97\x66\xfa\x3a\xf8\x67\x6a\x7f\xcd\xbc\x84\xc1\x5f\xcd\xd2\x2d\x6a\xe8\x1b\x57\x7f\x6a\x1c\xf5\xd7\xcc\x13\x1a\xbf\x31\xb5\x85\xc6\xf7\x97\x1a\x4a\xae\xe4\xfe\x52\x43\x81\x95\x34\xfc\xfd\xa5\x86\xbe\x8e\xef\xcb\x5d\x1d\xdf\xbf\x8e\xef\x2f\x22\x63\xe9\xa5\xae\xa8\x09\xe1\xf2\xfd\xb3\x8a\x53\x7a\xbd\x7f\x56\xf1\x4f\x48\x40\x1c\x4c\xea\xa8\xf4\x5d\x47\x65\xd3\xea\x45\xa4\x5b\xb1\xd2\x95\x48\x01\x8b\x97\x48\x50\x3d\x18\x0e\xbf\x82\xea\xc1\xbe\x89\x89\x51\x22\x05\x2c\x3b\xcb\xcf\xab\xff\xd9\x6d\x52\x37\xb3\x05\xda\x83\x65\xcb\x50\x21\xa5\x7f\x1c\xf6\xc9\x58\xdd\x02\xed\xc1\x1a\x2f\x22\x3d\x08\x19\x74\x4b\x9a\xec\x16\x68\x0f\x96\x7d\x4a\x9c\x3d\x58\xa9\x0a\xd6\xe2\xec\xc1\xf4\x69\x4e\x9c\x3d\xd8\xb7\xa4\x71\xee\x9f\xb9\x15\x58\xf3\x45\xa4\x53\xac\xac\xa4\x71\xee\x1f\x2b\xeb\xc7\xf5\x94\xe3\x99\xda\x2a\xfd\xb3\x11\x26\x8d\x73\xab\x9a\x02\x56\x32\xc1\xb7\xaa\x29\xe0\x6a\x96\x5e\x99\x82\x81\x15\xa6\x6d\xff\x9c\x5a\x7e\x4e\x2d\x49\xb3\xdc\x42\xf4\xc1\x0c\xeb\xba\x45\xe8\xf7\x2f\x71\x38\x7b\x18\xa8\xfd\xa3\xaf\x02\x6b\xc4\xdf\xf5\xa3\xaf\x44\xed\xef\x2c\x73\x51\xfb\x9d\xea\x26\x97\x2c\x77\x60\xa0\x05\xe6\x6e\xc4\x39\x95\x52\xfd\x64\xdf\x1f\x51\xd6\xaa\x9f\x80\x99\x32\x32\xad\xfa\x49\xa7\xfa\xc9\xd5\xcc\xaf\x79\xcd\x77\xf5\xba\xf4\x9e\x42\xfc\xdd\x79\xad\xf3\xb8\x14\x62\x28\x00\xfb\x9e\xe4\xfb\x8d\x03\x00\x46\xd2\xbe\x37\x0e\x40\x27\xf8\xfe\x6a\x96\xde\x53\x92\xa2\xef\x93\x74\xa7\x05\xdf\x83\xed\x74\x28\x14\x7d\x0f\x66\xd2\x81\xb5\xe0\x7b\xb0\x3f\x18\x15\x42\xed\xc1\x8b\x0d\x2b\xd4\xbe\xeb\x1e\xb7\x58\x59\xa2\xa4\x5b\x08\xee\xfe\x58\xff\xaf\xdb\xf3\xfa\xff\x5f\xdf\x7f\xfc\xb7\xff\xf9\xbf\xde\x7f\xfc\xef\xf7\xbf\xd6\x3f\xbe\xff\xf9\xe7\x9f\xf5\x6f\xff\xf1\xfb\x97\xef\x7f\xfc\xe3\xbf\x5f\xd2\x7f\xfc\xaa\xff\xe5\xdf\xea\xcf\xfa\x3f\xff\xfe\x9f\x7f\x7e\xeb\x1f\x7f\xfc\xfb\x1f\xd7\x55\xf9\xfb\xbf\x01\x00\x00\xff\xff\xb4\x3e\x0b\x15\xdb\x3b\x01\x00"); -var _fgfb =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x54\x92\xc1\x8a\xdb\x30\x10\x86\xef\x7e\x8a\x39\x6e\x0f\x5b\x4b\x56\xe4\xd8\x50\x16\x4a\x42\xa9\x59\xb6\x2d\xcd\x66\x5b\x28\x3d\x38\xd6\x38\x15\xd4\xb2\x90\xed\x43\xde\xbe\x68\x6c\x4d\xe8\xc1\x48\xdf\xfc\x1e\x69\xfe\xd1\xe4\x87\xe6\xd8\x38\x3b\x43\xfe\x2d\x8c\xdd\x09\x67\xe8\xad\x33\x01\xa7\x71\x09\x1d\xc2\x05\xaf\xd6\x65\x99\x2c\xc0\xd8\x6e\x4e\x48\x4b\x37\xb4\x3e\xcb\xf2\xb3\xb3\xcf\xa7\xc7\xf3\xeb\x27\x55\x3c\x7e\x86\x65\xc2\x2d\x7e\x68\x8e\xa7\xdb\x34\xe3\xd0\xb8\x7e\x04\xb5\xe6\x9b\xc5\x6f\x67\x00\xe4\xdf\xf1\x6a\xa7\x39\xdc\xe0\xe1\xa3\x19\x2f\xf8\x0e\x0c\xf6\x31\xfe\x35\x18\x0c\xd6\x5d\xe1\xe1\x79\x0c\xd8\x4a\x16\x4e\x8b\xf7\x7f\x71\x40\x37\x83\xa4\x18\x3a\x43\x6b\x96\x1f\x5e\x5a\xff\xa5\x1d\x10\xfe\xab\xe7\x8d\x54\x12\xdf\x30\x4c\x76\x74\x20\xdf\x0b\xa1\xef\xe1\xd7\x9b\xc7\xed\xb0\x2c\xff\x79\x6e\x8e\xf0\x4b\x82\x14\x50\x68\xbd\x53\xbf\xb7\xf8\x8f\x97\xd1\xf0\x5f\x52\xae\x0e\x3a\x6b\xba\x3f\x6d\xc8\x3e\x08\x21\x44\x21\x64\xf9\x04\x95\x28\x65\xe2\x42\x47\xd6\xd5\xca\x4a\x48\x15\x79\xaf\x57\xee\x7b\x21\x89\x4b\xe6\x8e\xb8\x66\xc6\xc8\x95\x48\xac\x2e\xc4\x7b\x66\x43\x5c\x31\xf7\xc4\x9c\xaf\x29\xbf\x2c\x12\x23\xdd\x5f\xab\xd8\xb3\x54\x7a\xb6\x67\x2b\xa1\x75\x57\x64\x2f\xea\x09\xd2\x76\x47\x36\xea\x64\x23\x96\x9d\xb6\x05\x49\x25\x4b\x15\x4b\x92\xcc\x95\x9a\xcd\xef\xee\x12\xf5\xa5\x54\xec\x33\x65\xf5\xbd\xa8\xa9\x05\x6c\x51\xb6\x2c\xc9\xd5\x9d\x64\x77\x17\x96\x34\x35\xa2\x16\x9b\xb1\xd5\x08\x41\x9c\x43\x9e\x8b\x6e\x09\x01\xdd\x4c\x53\x48\x2f\x1f\x5f\xd3\x3a\xe4\x49\xf7\xa3\x8f\x59\xf4\xfd\x0b\x00\x00\xff\xff\x9c\x40\xf9\x5e\x15\x03\x00\x00"); -func _cfef ()(*asset ,error ){_aebdb ,_bfgb :=_gad ();if _bfgb !=nil {return nil ,_bfgb ;};_defa :=bindataFileInfo {_b :"EUC-H",_ffe :2837,_ag :_ed .FileMode (436),_ac :_c .Unix (1580491850,0)};_adgf :=&asset {_abe :_aebdb ,_ece :_defa };return _adgf ,nil ; -};func _gfa ()(*asset ,error ){_eea ,_ddcg :=_gda ();if _ddcg !=nil {return nil ,_ddcg ;};_geff :=bindataFileInfo {_b :"90ms-RKSJ-H",_ffe :3820,_ag :_ed .FileMode (436),_ac :_c .Unix (1580491019,0)};_cef :=&asset {_abe :_eea ,_ece :_geff };return _cef ,nil ; -};var _abgg =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x84\xfd\x4b\xeb\x6f\x4b\x92\xdf\x07\xcf\xeb\x55\xec\xa1\x9e\x81\x9e\x5e\x2b\x2f\x11\x99\xd0\x6c\xb0\xd5\x2e\xdc\x08\xd9\xc6\x2d\xd9\x06\xe3\xc1\xba\xb6\x0b\xdc\x55\x45\x75\x69\xa0\x77\x6f\xf2\xf3\x59\xa7\x64\x8c\x61\x9f\xc9\xc9\x9d\xff\xfc\xe5\xca\x6b\x64\x5c\xbe\x11\xf1\x77\xff\xee\x1f\xff\xe1\x1f\xff\xf8\x87\xbf\xfe\xf8\xbb\xff\xe9\x2f\x7f\xba\xfe\xe9\xf9\xeb\x8f\xf7\x0f\x7f\xbc\xff\xf2\xfc\xeb\x9f\xfe\xf3\x5f\xae\xe7\xc7\xf9\xfc\xf3\x1f\xfe\xf8\xbb\xdf\xed\xe5\xc7\xfd\x87\xeb\xaf\xbf\xfd\x93\xff\x5d\xff\x72\xfc\xf9\x77\xbf\x5b\xbf\xff\xa7\xff\xf2\xaf\x7f\x7d\xfe\xe5\x1f\xff\xf8\xfe\xe9\x47\xb5\xdd\xfd\x9f\xff\xfc\xb5\xfd\xf1\xe3\xef\xfe\xe7\xe7\x9f\xff\xf0\xaf\x7f\xfd\xcb\x7f\xf9\xf1\x6f\xfe\x9b\xfb\x4f\xe7\xf3\xff\xfb\x71\x3f\xef\xaa\xff\x1f\xff\x72\x3f\x7f\xf9\xc3\x1f\xff\xf9\xc7\xbf\xf9\xf7\x7f\xfa\xcb\x73\xec\x7f\xfb\xc3\x3f\xfd\xe7\x3f\xff\xf9\xff\x7a\xfe\xe5\xf9\xe3\x5f\x7f\xec\xd4\x3d\x7f\xbc\xf9\xff\xef\xfe\xee\xdf\xfd\x87\xe3\xcf\xff\xc3\xf1\x2f\xcf\x8f\xbf\xfb\x4f\x7f\xfc\xc3\xbf\xff\xa7\x7f\xfb\x9f\xfe\xe3\xef\xf7\xf8\xb7\xff\x3d\x7f\xe5\x8f\xff\xcb\xf3\x97\x7f\xfd\xc3\x9f\xfe\xf8\x63\xff\xff\x6f\xdb\xf8\xaf\xd5\xff\xf1\xbf\xfc\xf9\xf9\x3a\xfb\xdd\xdf\xfd\x6f\xff\xe9\x1f\xff\xe1\xc7\xff\xbe\xff\xd8\xb7\x1f\xa5\xf7\xd6\xfe\x8f\xaf\xfe\x7f\xfd\x0f\x7f\xba\x9f\x1f\x9b\xff\xaa\x4e\xe0\xfa\xd3\xfd\xfc\xeb\x9f\x8f\xeb\xf9\xcb\xf1\xc7\x7f\x7e\x7e\xf7\xe3\xc7\xdf\x6f\xdb\xb6\xfd\xfc\xb1\xfe\xfb\xfb\x7f\xc8\xdf\xff\xfe\xe7\xaa\xfb\x87\xb1\x6d\xff\xf0\xef\x56\xfd\xdf\xff\xc3\x7f\xfb\xfb\xdf\xff\xc3\xef\xbf\xfa\xff\xee\xbf\xb6\xfd\x3d\x75\xcf\x1f\xef\xff\x57\x8f\xbf\xdb\xfd\xd0\x1f\xff\xf4\xd7\xfb\x79\xad\xfb\xbe\xf1\xf7\xdb\xb6\xbf\x3f\x7f\xec\xeb\x57\xff\xcf\x3f\xff\x6e\xdf\xb6\x6f\x74\x7f\xb8\xaf\xff\xf3\xf8\xcb\xfa\xc1\xb1\xad\x96\xab\xb0\xff\xfc\x51\xb6\x41\xb1\xfd\xfc\x51\xf6\x46\x31\x7f\xfe\xd8\x7b\xa7\x38\x7e\xfe\xd8\xb7\xa4\x38\x7f\xfe\x98\x36\x3d\x7e\xfe\x88\xb0\x78\xfe\xfc\xb1\x67\xac\xe2\xb9\x3a\xad\xd4\x9e\xfb\x2a\x6e\x14\xdb\xcf\x1f\xfb\x9c\x14\xe3\xe7\x8f\xd2\xf8\xc2\xb9\xbe\xb0\x59\x1c\x6b\x08\xf6\x30\x7f\xfe\x18\xad\x50\x5c\x9f\x48\x86\x70\xf2\x09\x86\x70\x5e\x3f\x7f\x64\x67\xe4\xe7\xfd\xf3\x47\x36\xbf\xf6\xac\x5a\x7f\xf6\xae\xce\xf8\xda\x15\x6b\x90\xf4\x7b\x6f\xab\x48\x0f\xf7\xfa\x70\xa5\x87\x7b\xac\x4f\x54\x8a\xcf\x2a\xda\xf6\xfd\xf9\x23\x9d\xdb\x13\xab\x5f\x7e\xf6\x6e\xab\x48\xbf\x2f\x3d\xf0\xb5\x77\xac\xb6\xfc\xec\x5d\x63\x88\xd5\x60\xdf\xf7\xd5\x76\xf5\xb0\x17\xc6\x40\x6d\xc9\xd5\x60\x2d\xc9\x5e\x57\x83\xd8\x29\x96\xf5\x61\x6b\xeb\xaa\x2d\x14\xe9\xb7\x52\x7c\x57\x03\xda\xb6\x35\x86\x68\x14\xf7\x55\x4b\xdb\x56\x56\x6d\xa7\x38\x7f\xfe\xc8\xaf\x96\xe5\x63\x0c\xed\x5c\xb5\xf4\xd0\xf9\x1a\x3d\x74\xbe\xb6\xe6\xb6\xc7\x1a\x64\x5a\x5c\x83\x64\x38\x65\x2d\xf5\x28\xec\x40\xb9\x72\xad\xea\xea\xa2\xdc\xec\x56\xa1\x38\x57\x91\x06\xf7\xb1\x8a\x8d\xe2\xb9\x8a\x49\xf1\x5a\x45\x7a\xbb\xef\x55\x5c\x33\x6a\xdb\x3a\x1b\x5b\x59\xab\xd6\x3a\xe5\xb5\xae\x65\xdb\xb7\x9f\x3f\x66\x52\x8a\x9f\x3f\xf6\x7d\xa7\x78\xae\x51\xac\x43\x55\x38\xde\xa3\x54\x9a\x94\xf2\xf3\xc7\x88\x8d\x72\xdd\xd6\xc1\x0d\x8a\xed\xe7\x8f\xd1\x47\xa1\xdc\x7f\xfe\x98\xb5\x58\x1f\x94\x1b\xe5\x75\x9c\xba\xd5\x6b\x8e\x2c\x74\xd9\xd6\x3a\x8e\x3e\x19\x4a\xae\x6e\x5a\xa7\xc8\x32\x34\x06\x90\x6b\x00\x8d\x5f\x72\x17\x56\x69\xdf\xea\xcf\x1f\x7b\xdb\x29\xae\x05\xd9\xd7\xcf\xf6\xbd\xfe\xfc\xd1\xe7\x46\x71\x9d\xfa\x75\x1c\xca\x5e\xd6\x6d\xe3\x73\xfb\x9a\x40\x09\x1a\x70\x48\x9a\xb5\x6b\x6c\xeb\x02\x94\x7d\x96\x75\xea\x69\x30\xfb\xba\x37\x49\x91\xce\xac\x5d\x9b\xc2\xc0\xf6\xb9\x36\xa5\x33\x86\xb9\xc6\xd0\xd6\x2c\xf6\x75\x1f\xc7\x08\x5a\xac\x0b\x39\x46\x30\xb6\xb3\x50\x6e\x94\x2b\x65\xdb\x37\xca\x7c\x87\xdd\x1f\x83\x36\x17\xfd\x0c\x7e\x7b\xdd\xab\xcc\x62\xef\xd7\x4b\x99\xfa\x9b\x36\x7b\x83\x66\x7d\x74\xe6\xff\x83\xf2\x94\xfd\x66\x20\x9d\x8e\xef\x35\xc5\xe9\xef\x19\x47\xb7\x0c\xc5\xe0\x13\xcf\x3a\x13\xbb\xeb\xf8\xec\x94\x59\x9c\xa7\x50\x66\xc6\x4f\xa5\xcc\xfa\xad\x1b\x3b\xf7\xc9\x94\x9f\xfc\xf9\x63\x72\xfc\xca\xfe\x0c\xea\x99\xe6\x33\xa9\x5f\xbf\x2d\x8b\x70\xee\x1c\xba\xb2\xad\xc1\x74\x6b\xd7\x96\xd2\x49\xd9\x62\x9d\x10\xe6\x58\x36\xa8\x62\xa1\xb8\xa8\x22\xab\x53\xd6\xa6\x8f\x64\xc5\xcb\xb6\xb6\x6f\xd8\x98\xa3\xc5\x4e\x95\x6d\x11\xa5\x7d\x0d\xb0\x2c\xda\x50\x76\xfa\x58\x47\x64\x24\xe7\xb3\xec\xc7\xda\x6c\xbe\xb8\xdf\xab\x0f\x7e\xb7\x3f\x8b\xd2\xd8\xe0\x65\x1c\x8c\xb4\xac\x41\xb3\xf1\x85\x6b\x90\xd5\xf2\x5c\xa3\x66\x02\x65\x75\xc7\xaa\x95\xf2\xac\x0f\x52\xbb\x2e\xc7\xce\xf5\x29\xeb\x6e\xec\xc3\xda\x75\xa2\x76\xda\xd6\xfc\xf9\x63\xd4\x62\xf5\x1a\x46\x32\xab\xb6\x06\xda\x59\xc8\xd2\xfa\xba\x02\xd3\xfa\x41\x3d\xcd\xfb\xc6\x40\xa8\x5f\x97\x7a\x64\x61\xbe\x9d\x55\x65\xa1\xba\xf3\x65\xee\xfd\x60\x75\x68\x12\x3c\x1b\x16\x17\x39\xf8\x6a\x9d\x19\xbf\x4c\x9e\x05\xa7\x36\x1a\xcb\xcd\x8c\x47\xa7\xcc\x8c\xc6\xea\xb1\x0d\x16\x6b\x9c\x94\x69\x73\xf0\x55\xae\x54\x39\xa0\x0e\x1b\xfd\x1f\x6b\x05\xdc\xb5\xe7\x61\xda\xcc\xef\x59\x4f\xe8\x7a\x8c\x4a\x75\xeb\x19\x7b\xdd\x99\xc6\x46\x91\x01\xac\x17\xa4\xf4\x75\x7c\xfa\x3e\x29\xee\x3f\x7f\xf4\xf5\xe2\x95\xbe\x4e\x52\x2f\x16\x17\x19\xf8\xda\x5e\xab\xd6\xe2\xfd\xf3\x47\x87\x22\xf4\xed\x59\xc5\xa4\xf8\xae\xb6\x6b\xa0\x7d\x91\xc2\x5e\x2c\xae\x7e\xbb\xc5\xd5\x2f\x27\xb4\x43\x5e\x58\xb3\xbe\xc6\xd3\xa1\x6c\x7d\xef\xab\x41\x50\x8c\x55\xec\x14\x73\xb5\xb5\x38\x56\x5b\x7f\x36\x57\x03\x7f\x76\xac\xa2\xb5\xe7\x6a\x6b\x2d\xe3\xf5\x67\x6b\xbc\xd0\xbd\xbe\xce\x5e\x87\xda\xf5\xc2\x18\xac\x65\x0c\xcc\xa2\xac\x31\xb0\x3d\xbd\xac\xaf\x41\xd7\x7a\xa1\x5f\x6b\xe9\xd7\x9f\xad\x19\xb3\x35\xbd\xd2\x2f\x3d\x54\xfa\xb5\x48\xbf\xfc\x6c\x9d\xcd\xde\x18\x59\xa5\x5f\x56\xbd\xd2\xaf\x45\xfa\xb5\x48\xbf\xfd\x57\xb4\xa8\x37\x16\x94\x8d\x5a\x8f\x64\x6f\x14\x17\xe1\x2d\xee\x03\x6c\x12\x44\xb3\x2f\x46\x69\x87\x66\xf6\x75\xa4\x8a\x5f\x3a\xd6\xe5\x71\xac\x8b\x67\x2a\x2e\xc7\xe2\x99\x8a\x2b\xbe\xde\x09\x9f\xaf\x0e\x09\x4e\x5b\x2c\x12\xbc\x43\x69\xfb\xa2\xc0\x7b\x58\xcb\x79\xe6\xee\x77\x78\x25\x0f\xd1\xe2\x95\x8a\xa7\x0c\x06\x29\xb9\xb8\x7d\x91\xe8\x3d\xac\x5e\x97\x35\xfc\x0a\x84\x82\x8b\xdb\x2f\x1e\x46\xaa\x2f\xe8\x0e\x1f\xbc\xb8\x11\xbc\x91\x7d\xf1\x48\x3b\x0f\x52\x5f\x6f\xfc\x1e\xd6\xae\xf1\xbb\xec\xd7\x1a\xbf\x3b\x7b\x71\x67\x87\x65\xde\x50\x3f\xb2\x08\x5d\xb8\x07\xd7\x22\x58\xc1\xe8\xd6\xe3\xb0\xf3\xbe\xf5\x87\x8b\x94\xac\xc7\xba\x5f\x23\x38\xb9\xb1\xad\x2b\xc8\x35\x88\x75\xd7\x76\xae\x41\xac\x1b\x51\x38\x61\x01\xdd\x64\x53\x62\x9d\xc6\xc2\x51\x89\x75\x1a\x67\x29\x96\x69\x4c\x6f\x8b\x42\xce\xc2\xe1\x8e\xc2\x57\xd8\xad\x68\x50\x4b\xba\x5e\xfb\xbd\x73\x8e\x23\xd8\x43\x8b\x8b\xef\xe5\x62\x46\xac\x87\x96\xbb\x14\x8b\x13\x2a\x1c\xff\x08\xb6\x73\x52\x5c\xc3\xe8\xd6\x2e\x8e\x86\x8b\x19\xf1\xc2\x3a\xac\xdf\xe5\xba\x78\x23\xb8\xf2\xb9\x2e\xd6\x08\x88\x42\x2e\x7a\x3a\x62\xa3\x4d\xb7\xcd\x1a\xd3\xbb\x48\x48\x34\x16\xea\xdd\xda\xcf\x1f\x51\x87\x65\x98\x02\x1e\x8d\x77\xbd\x36\xd1\x9a\xe5\xc5\xd8\xb5\xf4\xb7\x8b\xb3\x93\x18\xbf\x8b\x4e\xb4\x02\xbf\xf0\x2e\x42\xd1\x1a\x2b\xfb\x42\x1e\xf6\xc1\x6f\xa1\x04\x30\x88\xe5\x85\x14\x6c\xf6\xb3\x16\x37\x7c\x11\xdf\xb5\xba\x75\x7e\xe5\xc5\x0a\x37\x28\xce\xcb\xc5\x77\xea\x2f\x37\xbf\x41\x47\xdf\x75\xf5\x5b\xe9\x96\xfb\xcf\x1f\xcd\x63\xf1\xca\xd4\x40\x83\xdf\x45\x08\x52\x06\xe6\x2d\xd0\x1d\xd6\xe1\x85\x2a\xc4\xb4\xfe\x86\x7e\xda\xff\xfb\xf3\x47\x4d\xe8\xfd\xbb\x08\x43\xfb\xc6\xb9\xf8\xe6\xea\x1a\xbe\x8b\x71\xae\x6d\xd8\x66\xac\x31\x87\xf5\x8b\x0c\xe4\x57\x5e\x73\x19\x5f\xfb\xc5\x9f\x8f\x8d\xf1\x40\x1f\xba\xeb\xbc\x8e\x47\x4c\xe7\xb8\xce\x47\x1b\xcd\xfa\xfa\xf3\x47\xab\x50\x99\xb7\xad\x39\x6e\xdc\x82\x77\x3d\x80\x6d\x76\xdb\xc4\x6a\xbf\xdb\x26\xd9\x47\xbe\xb5\x1e\xc6\xd8\x39\x3c\xef\xe2\xc9\xa3\x38\xce\xc5\x94\xb7\x74\x4d\x16\xc1\x19\xab\xcf\x5f\x10\xa9\xb7\x5d\x0c\x30\x28\xbf\xeb\x83\x1c\xfd\xb7\xfb\xf6\x50\xbf\x5e\xdc\x96\x69\xb9\xb0\xc9\x0c\xa4\x37\x26\xca\xc0\x7b\x5f\x0b\x10\x96\xd7\xe6\x0c\x37\xb0\xaf\x43\xb1\x43\xce\xde\xbe\x36\x6a\x86\xfd\x1f\x08\x55\x0c\xbc\xaf\x8d\x92\x64\xbc\x9d\xc3\x02\xc3\xf0\xf6\xb5\xc0\xde\xfd\xb7\xaf\x05\xce\x66\xfb\x25\xb4\x6c\x4e\x7a\x3d\xef\x75\xf0\xa4\xbe\xeb\x7d\x8f\x1d\x4e\xe2\x5d\x0f\x7c\xfd\xfa\x0f\x49\xbe\xf5\xeb\x12\xec\x83\x3e\xd7\x7d\x0c\xef\xf1\xbb\xa4\x94\x0c\xbf\x1b\x73\x6d\x02\x2c\xdf\x1b\x07\x72\x95\xf5\xe7\x5a\x07\x0f\xe9\xba\xaa\xed\x3b\x44\xeb\xae\xb6\xfc\xc6\xb3\x5e\xdc\xdc\xec\x9f\x87\xc2\x4b\x96\x6b\x3d\xd3\xfe\x73\xc9\x54\xc3\xf1\xe4\x12\x94\xbe\x3e\x97\x5c\xd0\xc2\xc3\x9e\x6b\x6c\xd3\xef\x26\x07\x21\xac\x5f\x17\x0b\xf9\xb0\xbc\xb9\x5e\xd6\xe1\x1e\xe5\xc9\xba\xb1\xf9\x4b\xa8\x68\x32\x0e\x6f\xde\xeb\xe0\x78\xb8\x96\x80\x11\x0d\xca\xfb\x8e\x75\x30\x6b\x58\x5e\xeb\x56\xa1\x8f\xef\x60\x7f\x3d\x98\xa3\xfe\xfc\x11\x7d\xe3\x5b\x8b\x31\x8a\xe9\xfe\x2e\xc6\xa8\x4e\x08\xcf\x3b\x82\xc7\x90\x31\x8c\x25\xde\x49\x72\xdf\xb1\x0e\xe9\xf0\x30\x8e\xb9\x2e\x93\xe3\x5c\x8c\x54\xff\xed\xbb\x8b\xc0\xf8\x16\xbe\x83\xfd\xfd\xfa\x79\x11\x13\x19\xc3\x84\x80\x7d\xe5\xb5\xa7\xc1\x2b\xfd\xce\xba\xfa\xf4\x1c\xce\x75\x0e\xa7\x7b\xbd\x84\x99\xfa\x11\xa1\x25\xcd\xb4\xea\xda\x4e\x88\x93\xeb\xb3\x84\x98\xec\xbb\x6d\xd0\x35\xf0\x6c\xbe\x73\xad\xe1\x98\xd6\xaf\x73\x38\x9c\xe3\x5c\xc4\xe3\xdb\xa3\xb9\xc6\xb9\xb9\x47\xf3\xa5\x9e\xdf\xae\xb7\x3c\x37\xc7\x79\x14\x08\xad\xe5\xca\xda\xd2\xe7\x62\x0a\x5b\xc0\xff\xbc\xeb\x69\x6f\x68\x0a\xca\xbb\xde\xf6\xe8\xae\xc9\x7a\xdc\x9b\x52\xe0\xbb\x5e\xf7\xee\xe3\xf2\x1e\xdc\x0b\xf7\xf1\xb8\xd7\xba\x79\xbf\x8e\x07\x5e\x8e\x71\x1e\xeb\xfe\xa6\xeb\xb3\xa4\xb3\x4c\x5e\xc2\xf7\x64\x7f\x91\x66\xdf\x93\xf1\x20\x44\xbc\x4b\x22\xcb\x74\xdf\x17\x73\x90\x7d\x5a\x1f\xf4\xc9\xd8\x4e\xd6\xed\xeb\x67\x9d\xbd\x90\xf0\x9c\x28\x03\x5c\xcf\x73\x11\x9e\x08\xdb\x9f\x6b\xfd\xbf\xfe\xaf\x55\x86\xc1\x79\x17\x87\x50\xbf\x3b\x75\xad\x33\x36\xbd\x0b\x8b\x5d\x88\xe1\xbc\xae\x75\xfe\xfb\x57\x5e\x6b\x25\x0f\xfa\x2e\x36\xa2\x2d\x51\xe6\x57\xc4\x6c\x31\x19\x2d\xbc\x28\x17\xc4\xe6\xeb\x6c\xf2\xa2\x30\x40\xf8\x8c\xcd\x81\x2f\x71\x33\xd2\x03\xbb\x98\x8b\x8a\xb6\xa5\xbc\x17\x17\xd7\x83\x7f\xcb\x2c\x5b\x46\x2f\xe2\x45\x5f\xd2\x65\x56\x5f\xa3\x25\x5e\xb6\xee\x77\x97\x78\x59\xe7\xda\xc0\xba\x21\xe9\xad\x47\xa1\x6e\x3b\x02\xc7\xba\xcf\x75\x5b\xec\xf5\xbe\x18\x96\xba\xad\x77\x6f\xa0\x80\xa9\x68\x11\x46\x6e\x94\xdf\xf3\x53\x60\xd5\xed\xbd\x7e\xfe\x98\x75\x9d\xc4\xba\x2f\xea\xb5\xd3\xa2\xc0\xb2\xac\xbd\xab\xa5\xc2\xfa\xad\xbb\x56\x4b\x95\x85\x9b\xab\xbc\xee\x7b\x59\xc7\xb3\x96\x75\x8d\x66\xe5\xf3\x65\x5d\x97\xb9\x0d\xcb\x0f\x2a\x0a\x7a\x5c\xc7\x73\x6e\xeb\x9a\xd6\xba\x44\xfe\xbe\xa8\x5b\xad\x17\xaa\x04\x8b\x6b\xb3\x16\xfd\xae\xf5\xf2\xce\x51\xec\x90\x09\x8a\x28\xa4\x3a\xc5\xc5\xe1\xac\xe5\xa9\xf5\xe2\xc1\x6a\x14\x27\xd7\x8d\xe2\xba\x79\xeb\x50\xd6\xba\xf8\xbd\x91\xd3\x2e\x16\x91\xda\xf9\x9c\x7a\x35\x6a\x6f\xbe\x6c\x2d\x4f\x3f\x1d\xa3\x2d\x72\x3c\xf7\xba\xbb\x9d\x6f\xdc\xeb\xaa\x84\xc5\xb5\xc1\x6b\x10\xed\xf9\xaf\x9c\x50\x7b\x36\xf6\x71\x2d\x6f\x7b\xd6\x1e\x65\x0d\xcb\x9c\x9f\xb4\xcd\x1a\x34\xc2\x4a\x7b\x96\x10\xde\x11\xe1\xda\xb3\x41\xc0\xd6\xc5\x6d\x0f\x1c\x52\xec\x41\x79\x11\x89\x7d\xe3\x5b\xa8\xe8\xca\xda\x90\xf6\x2c\x0e\x29\xb7\x46\x7b\x24\x28\x04\xe3\xf6\x20\x42\xb5\xb5\x82\xed\x59\xdc\x52\x1d\xeb\x72\xb4\x07\xc9\xe9\xb7\xf6\xeb\x72\xc7\xa0\xcd\xe2\x60\x62\x16\xca\x70\x27\x63\xb3\xbc\xce\xf9\xb0\xcd\xda\xfc\xb6\xdb\x67\x85\x98\x39\xdf\xc5\x79\xc4\x56\x18\x1b\x9c\x07\x32\x73\x7b\x16\xb7\x51\xc7\xb4\xbc\xda\xcf\xc6\x6f\xdb\x8d\xd0\xc7\x18\x9a\x9c\x8d\xfd\xa0\xbc\xdc\x69\xbf\x1e\xf9\x8a\x4a\xa5\x3d\x1d\xc2\x30\x18\x7f\x9f\xbf\x71\x99\xed\xe1\x01\x1f\xd3\x36\xeb\x7e\xc5\x6e\x9b\x75\xbf\x46\xf0\xad\xf5\xa8\xd6\x6e\xff\x3c\xa4\xd5\x71\x26\x84\xca\xf5\x5c\x0f\x60\xdf\x9c\x57\x22\x6f\xee\xf4\x99\xf4\xb9\x31\xce\xf5\x70\x35\x88\x6e\x7b\xd6\xa3\xd4\x90\x65\xdb\x33\x38\xc9\xee\xe3\x7a\x70\x7a\x71\x8e\xe3\xfa\x8d\x03\x6e\xcf\x7a\x7c\x02\x45\x4d\x7b\x78\x70\xe0\xbc\xdb\x33\xd7\x39\x41\xbe\x6a\xcf\xe4\xd1\xf6\x5b\xeb\x06\xc5\xd6\xf8\xd6\x7a\x70\x22\x37\xc6\xb3\x6e\x4d\xdb\xba\xed\xfd\x56\xfd\x05\xd1\x6a\xcf\x84\x63\x48\x3a\x58\x62\x60\x8b\xc9\x81\x3a\xd0\xbc\x7a\x18\x8f\x45\x54\xd0\xb5\xb5\x67\x5d\xd3\x8c\x61\xfb\xb5\x30\xb3\x31\xf0\xf5\x72\x24\x9a\xd8\xf6\x1c\x2a\x65\xfd\xed\xa2\xc2\xe1\x41\x38\x20\x78\x9b\xfd\x3f\x8b\x8d\x2f\xfc\xf6\xe4\x35\xf2\x00\xa2\x1a\x47\x1c\x68\xcf\x05\xd7\x62\x9f\x8b\x82\x47\x6b\x2c\xe4\xba\xfd\xf9\x5d\x82\x75\xd1\xeb\x70\xcc\xeb\x4e\xb7\xcd\x05\xbb\xd8\x58\xbf\x0b\xa1\x6d\xc9\x82\x2d\x02\x19\xcd\xc3\x72\x77\x16\x89\x3e\xd7\xbd\xce\xef\xe0\xdc\xbc\x88\x95\x39\xde\x70\x3c\xce\xe5\x86\x90\xef\xf4\x7f\x73\x58\x1c\x03\x5a\x75\x94\x56\xed\x79\x2a\x22\x03\xed\x9f\xf5\xa2\x34\x0f\xc5\xd3\xd9\x70\xbe\xf5\xae\x79\x8d\xca\x18\xde\xc2\xc5\xb2\x1c\x1c\x28\x36\xff\x4d\xc6\x4f\xff\x8b\x1c\x47\x5b\xd2\x70\x7b\x17\xf1\x68\x1b\x87\xf7\x5d\x84\x21\x21\xdf\xed\x13\x9d\x38\x98\x88\x4e\x6d\xeb\xd6\xaf\xb9\x6f\x8c\xe7\x5d\xd2\x67\xdb\x16\xfd\x6b\x2f\x0a\x99\x6d\x71\x30\xed\x45\x23\xb3\x71\x88\x10\xb5\xc6\x57\x5e\xa2\x4a\x9b\x10\x92\xb7\xae\xb9\x4c\xeb\xd7\x53\xd1\xda\xa4\x4f\xf4\x15\x59\xad\x3f\x58\x4f\xcb\x68\x2c\xd6\x43\xd4\x14\x55\x5a\xa5\xdc\x20\xa5\xec\xaf\x22\xc6\x0e\x01\x50\xc4\x80\xe6\x37\x44\x8c\x44\x1f\xd2\xde\x45\x0c\xa2\x0c\xcb\x0f\x6d\x98\xfb\x22\x06\x31\x58\x1f\xa4\x85\x40\xed\xda\x90\x16\x02\xfd\x66\x53\x2a\x88\x3d\x29\x4f\x2e\x22\x63\xeb\xac\xd5\xf7\xdb\x75\x51\x76\xd7\x10\xee\xbf\x73\xe9\xe1\xc2\x13\xee\xb3\xc9\x49\x0f\xce\x0f\x9c\x74\x9b\xc3\x32\x5c\x60\xa5\x7f\xb8\xe4\xbd\x58\x86\xab\x73\xfc\x8b\x48\x44\x73\xbf\xd6\x8b\xd8\x11\x15\x1b\x5c\x6f\x4f\xd7\x64\xc8\x4d\x5a\x86\x60\xbb\x8f\x10\x92\x06\xe1\x87\xa3\xcd\xfa\xb5\x3f\xd6\x99\xaf\x8c\x61\x11\x95\xd6\x37\xeb\x6f\x44\x4e\xbe\x35\x5c\x1f\xca\x10\x92\xca\x19\x96\x2b\xed\xae\xf9\x22\x18\xb9\x35\xdb\xc8\x39\xd1\xcf\xe2\x38\xa3\xda\x86\x7b\x8a\xc8\xd9\xe0\xf0\x72\x06\x6d\xe0\xd8\x6a\x30\x17\xee\x6f\x6b\xf4\x7f\xbe\x70\xb7\xac\xff\x7a\xbb\xab\xc4\x09\x4e\x2b\x25\xea\x70\x5a\x3d\x9d\x2f\x4f\xf2\x77\x56\x79\x93\xa7\x6b\x7e\x61\xb4\xe2\x61\x91\xf1\xd9\xf3\x57\xfa\xf7\x06\x27\x54\xc3\x8d\xbd\x61\x2f\xa1\xbc\xef\xba\xd0\xbd\xbb\x51\x37\xec\x22\x94\xf7\x5d\x97\xb8\x4b\x31\xdf\xdb\xcd\xa1\xfc\xc0\xbe\xf2\x72\xbf\x8f\x1b\xc5\x6f\x1f\x14\x9a\x4e\xfa\x79\x21\x0c\x7c\xeb\xdd\x21\x42\xd4\xbf\x8b\x00\x4c\x08\xe7\xfb\xc2\xd6\x3a\xd1\x17\x9d\x04\x44\xee\x7d\x0f\xd8\x97\xfe\xbb\xbf\xef\x1b\x0a\x55\x36\xa1\x6f\x9b\x1b\x3e\x28\xaf\x03\xc8\xab\xd3\xb7\x4d\x62\x66\x79\x11\x9e\xb9\x88\x41\xdf\xd0\x8b\x8c\x75\x28\x3a\x2c\x5e\x2b\x5f\x7d\x20\xc2\xd0\xff\x7a\xd1\x13\xd1\xa9\x6f\xfb\xc1\xc6\x5a\x7f\x2d\xa2\xb5\xd6\xa7\x6f\x3b\x2f\x99\xfd\xa3\x17\xd9\xd6\x05\xed\x5b\xd9\x19\x83\x65\xe6\xb5\x36\xb0\x6f\x45\x02\x4c\x9f\x25\xd0\x4f\xf0\xdd\x92\x88\x2d\xd6\x2f\xae\xa2\x0f\xbe\x55\x60\xb6\x16\x13\xd9\xb7\xc2\x81\x75\x0c\x65\x8d\x81\x83\xd6\x37\x38\x0c\x44\x92\x8e\x15\xab\x23\x72\xf6\xad\x61\x6c\xda\xe9\x73\x11\x89\xda\x2a\xeb\xb3\x88\x44\x8d\x62\xbd\x7a\x08\xfa\x6c\x1e\x40\xc6\x23\x01\x18\xac\x0f\x97\xfe\xeb\x93\x8b\x9e\x1b\xbf\x5d\x62\x78\x8d\x8d\xfa\x74\x5e\x8c\x33\x7d\x59\xf9\xd6\xba\xdc\x81\x85\xa5\x6f\x4b\x04\xce\x16\x7c\x6b\x20\xfe\x77\xfa\x1f\x70\x57\x3b\x6b\x38\xd8\x23\xf7\x74\xa2\xd7\xd9\x99\x23\x7c\x6d\xf5\x5b\x13\xf1\x6a\xd0\x66\x3d\x92\x59\x5c\x7f\x1e\x49\xf8\xf3\xbe\x9d\x70\x4e\x9d\xfa\x53\xc2\x69\xfd\x9a\xd7\x6e\x9f\x88\x48\xb5\xda\xc6\x7d\xa4\x7f\x44\x98\xad\x58\x5e\x67\x00\x2b\x73\xdf\xd6\x25\xeb\xcd\xf5\x41\xd2\xa8\x95\x36\x37\x67\xd8\x7d\xe4\x61\xdc\x1c\xc3\x7a\x18\xc7\x56\x2d\x1f\x70\x36\x7c\x0b\xab\x72\x71\x6d\x79\xdc\xf6\xc6\xba\x3d\x09\x37\xc6\xd8\x9e\x25\x2a\x6e\xce\xf1\x45\x0c\xaf\xf4\xbf\x1e\xb4\xbe\x15\xda\xbf\xde\xbb\x55\xbf\xc3\x25\xd7\xf5\x98\xf7\x1d\x2e\x79\xb2\x56\xfb\x06\xbb\xcf\xda\xee\x1b\x8f\xe4\x22\x48\x1d\x9b\x64\x85\xc0\xaf\x95\x87\xc8\xed\x94\x9d\x17\x6d\xd6\x19\x6e\x68\xea\xfb\xce\x39\xc4\x6a\xd6\x35\x4e\x77\xce\xf6\x5e\x13\x02\xc6\x6f\xd7\x23\xd6\x30\xd9\xf4\x9d\x47\x6c\x16\xc6\x83\x2e\x6d\x1b\x8c\xb3\xa9\xb2\xb0\x5c\xe1\xd8\x3a\x65\x68\x4e\x32\xce\x06\x81\xdc\xfc\x2d\x46\xe8\x41\x9f\xeb\x0c\x8f\x6d\xff\x15\x67\xd6\xf7\x86\x25\x80\x45\xc2\xf8\x5d\x51\xde\x75\x4c\xde\x6d\xdb\xed\x78\x1d\x9c\xc6\xa5\xd9\x1b\x7a\xa0\xea\x40\x16\xdb\xdc\x5c\xd4\x4f\x67\xc6\x22\xad\x83\xdf\xea\x22\x72\x7d\x8f\x02\x97\x40\x1b\x74\x51\xcd\x36\x91\xb0\xe8\xf4\x13\x83\x43\xc7\xb7\xd0\x4b\xb5\x62\x7b\x08\x89\x1b\x12\x7f\x53\xd4\xf6\x3d\x90\xb9\x87\xfd\xdc\x5c\x74\xc6\x16\xe8\x57\x2c\xe7\x4e\x1b\xc6\x90\x1c\x34\x37\x87\x17\x74\x73\x63\x53\xae\xce\x36\x8e\x81\x3e\x13\x6e\xb2\xd3\x66\xa0\x3c\xe5\x22\xee\xe8\x81\xa6\x9b\xb6\x5e\xc7\xdc\xdd\xb4\x81\x04\x96\xac\xdb\x62\xa1\x5b\xda\x7e\xb1\xcd\x8d\xd7\xb7\x63\x6a\x0e\x50\x1e\x7d\x3f\xb8\xd0\x5c\x8e\x1d\x7d\x49\xba\x56\x07\xca\x4d\xfb\x3f\x58\x43\x2e\xdc\x8e\xae\x62\x38\xe6\x93\x43\x54\x2c\xaf\xb9\x7f\xeb\x09\xb7\x0a\x5e\xa4\xef\x48\xa8\x73\xa3\xcd\xc5\x7a\x7e\xf5\x27\x07\xc4\xfa\xd5\x3f\xa2\x69\xc7\x22\xdd\xbc\xa0\xfb\x6d\x3d\xe3\xbc\x7d\xa1\xf9\xed\xba\x88\x63\x73\x2e\x3c\x56\xe8\x81\xfa\x0e\xaa\xe3\xfb\x16\x0f\x14\x2a\x82\xbe\xbf\x5c\xe8\xdd\xfa\x45\xcc\xb0\xd5\xf4\x7d\x5d\xd0\xd8\xbd\x04\xeb\x81\x4a\x09\xd5\xfe\xde\x60\x30\x56\x3d\x26\x65\x15\xf1\x1d\x43\x72\x34\x08\x12\x96\xe4\x8e\xf9\xb8\x63\x49\x0e\x09\x00\xa6\xe4\xd8\xaa\xbf\x3d\xe0\x72\x92\xf2\xc3\xc3\x45\x19\x71\x35\xb3\x52\x66\x0d\x73\x50\x46\xcf\xc4\x38\x0b\x0f\x0e\x1c\x67\x2f\x18\xe1\x36\x7f\x5b\x26\x8f\xb9\x6d\x10\x8d\x37\xcb\x0f\x1c\x12\x63\xab\x8e\x99\x31\x54\x2e\x22\x67\x1e\x83\x70\x87\xc3\xee\x45\x25\xbb\xf3\xaa\x3c\xbc\x8e\xb3\xc2\x29\x3a\x97\xf5\x28\x55\x09\x3f\x56\xe3\x04\x1e\xb2\xf8\x39\x38\x21\x7e\xdb\x1c\x03\x7d\x7e\xf7\x94\x7e\x1a\x67\x66\x5a\xbe\x39\xcf\xcc\xb1\x7b\x36\xe8\xa7\xb3\x86\x3b\xeb\xd0\x79\xf0\xd9\xd3\xb2\xc4\xd8\x36\x20\xb4\xd8\x90\x7b\x63\x1f\xcb\xba\x8f\xd1\x06\xdf\x0d\x39\x4e\xe6\x15\x32\x26\x8c\x19\x5d\xef\x57\xbf\xee\x5a\x6e\xd3\xfa\x1b\xc6\x84\xf1\x2c\xae\x34\x41\x76\xf4\xb2\x38\xd1\x9c\x8e\x6d\x24\xe3\xb7\x0c\xf3\x52\x98\xd7\x58\x6b\xfe\xfd\x76\xa0\x23\xdf\xc7\xaf\x88\x59\x81\x05\x4d\x17\x49\x45\x2a\x97\xac\x2c\xb6\x53\x6b\x4e\x2f\x13\xcb\x08\x14\xb6\x70\x11\x61\x29\x3b\x56\xee\x86\xf8\xd6\xb1\x72\xb7\x8d\x4b\x56\x8e\xc9\xa5\x61\xe0\x5c\x50\x0c\x86\xbd\x2c\xf1\xb3\x86\x6d\x40\x4f\x25\x07\xb9\xa0\x04\x0c\x37\xf0\x82\x9b\xe1\xf2\x95\x4b\x56\x96\xc9\x5d\x12\x03\x26\xc7\x05\x4d\x0f\xda\xc5\x44\x83\x4d\xb8\x0b\x17\x91\xfe\xd7\x4b\xd9\x7c\x69\x0a\xaa\x21\x6c\xa7\x1d\x24\x51\xed\x3b\xfd\x2f\xb1\xb1\x0d\x88\x25\x00\xa2\x9c\xce\x05\xee\x33\x1c\xff\xba\xc4\xad\xf3\x7a\x95\x1b\x45\xaa\xdf\x7a\x0a\x7a\x1a\xc6\xff\xa8\x85\xe2\xb7\x8f\xeb\xc0\x6f\x5f\x36\xcd\x83\xb0\x38\xce\xd6\xe0\x3c\xca\xeb\xa1\xa6\xcf\x75\xa1\xe3\x1b\xcf\xcb\xc1\x84\x48\x94\x97\x8b\x32\x2d\x63\x80\x61\xf3\xeb\x06\xe7\xca\xe5\xae\xeb\x12\x0f\x44\x92\x5e\x37\x0e\x0e\x0f\x42\xdd\xe0\xb4\x20\xcc\x55\x11\x12\x22\x5a\x3f\x3d\x53\xa5\x1c\x18\x66\x2c\x63\x8c\x81\x90\x54\xf4\x4c\xc1\xbc\x6a\xd9\x10\xb7\xf9\x6d\x81\x0b\x81\x08\xd5\xc5\x71\x56\x60\x07\xbd\x72\xb9\x01\xa5\xf4\x5a\x10\x43\xe0\x92\x2b\x97\xd5\xbd\xa8\x75\x8d\x7f\xe7\x61\xa9\xeb\xb5\xae\x18\x30\x7a\x6d\xfb\x6f\x96\xc1\x5e\xb9\xb8\x40\x23\x7a\x6d\xa8\x02\xd2\xf6\x72\x2d\x8c\x01\x0b\x17\x4a\xf6\x5e\x41\x9d\x4d\x2e\x4d\xc5\xc2\x35\x37\xdb\xdc\xe8\xea\x18\xe7\x12\x39\x3b\xc8\x98\x5e\x01\xa1\x0d\xce\x43\x05\x85\x26\xb7\x5d\xb9\xe8\x9e\xff\xda\x79\x60\x5d\xdb\xc5\x95\xb6\xc1\x83\x59\xd7\xe3\xac\xd5\xb2\xd7\xfe\x40\xe4\xe8\x3f\x50\x44\x22\x09\xd4\x50\xef\x65\x19\x06\xa1\xd3\x67\xb0\x77\xce\x37\xd1\x35\xba\x47\x89\x0e\xc9\xfe\x17\x77\x5b\x5b\x58\xcf\xb9\x9d\xb6\x4f\xce\x09\x7d\xa6\x7a\x3e\xdb\xbc\x9c\x79\x7e\xbb\xc4\xd2\x3e\xdc\xbb\xb9\x38\x72\x99\x11\x34\xb5\x2d\x3c\x1b\xf3\x40\xd2\x60\x3d\xd7\x5d\x0e\xb4\xbf\xbd\x62\x9c\xf0\xc1\xac\x07\xc6\x1b\xce\x7f\x3d\x34\x7a\xd1\x7e\x71\xbd\x1d\xb1\xba\x57\x94\xf8\xdd\xbd\x40\x6c\xdc\x3c\x4b\x28\x72\xb1\xe4\x76\x34\xb9\xb9\x35\xd6\x59\xb5\x8f\x6b\xc2\x43\x0a\x84\xaf\x57\x1e\xcf\xc9\x43\x5a\x97\x34\xd8\xc3\x33\xa3\xaa\x07\x06\xaa\x2a\x19\x3a\xe6\x75\x37\xdb\xdc\x7e\x49\xcc\xea\x7a\x65\x63\x73\x42\xeb\x82\x66\x71\x61\xd6\x05\xd5\xbc\xdc\xeb\xba\xa0\x35\x21\x06\xf5\x61\xd2\x0e\xea\x59\x9c\x5c\x7a\xa8\x1f\xe4\x5d\xb8\x9f\xfa\x9c\x58\x28\x98\xd0\x73\x61\x46\xb6\x0d\x17\xee\x2b\xbf\x10\x45\xfa\xe7\x75\x6f\x8e\xe1\x45\x4c\x73\x42\x2f\xf8\x1c\x0f\xc5\x0b\x6b\x0a\xf1\xab\x88\x9f\x8e\xb3\xad\x97\x7b\x28\x1a\xb4\xcd\x43\x91\x94\x45\x7c\x5a\x8f\x32\x97\x05\x6b\xe8\x96\x02\x4e\xb4\x6d\x72\x3f\x9d\x32\x1c\x27\x97\xa9\xad\x17\x3d\x15\x03\xdb\x22\x0c\x0d\xc5\x74\x6f\x3b\xe3\x64\x3c\xcd\x97\x1e\x22\xd7\x76\xe6\xcb\x25\x6b\x3b\x97\x09\xb1\xae\x2d\xd6\x3d\xea\xa0\x4d\x01\x97\xca\x65\x6a\xc5\xd7\x91\xef\x62\x66\xdf\xfd\x6d\x41\x09\xce\xe6\xb7\x5a\xb9\xb8\xb4\xa9\x10\x2d\xd6\xb9\x41\x24\x2a\x2f\x71\x5b\xaf\x78\x1b\x7e\x6b\xb1\xf7\xe9\xab\xdf\xea\xc3\x6f\xf9\x16\xa6\x72\x74\x90\xbd\x41\x0c\xb0\x06\xf6\xb6\x08\x40\x05\x1d\xd5\x01\x77\x66\x43\x3c\x6c\x70\xc9\xc3\x35\x0c\xc5\x4c\xe6\x2e\xa7\xcb\x1e\xb5\x5c\x0f\x8e\x17\xa8\xad\xcb\x57\x25\xd2\x2d\xb1\x3e\x3b\x9e\xc5\xdd\x26\x8a\xf5\xde\x92\xb5\x75\xdd\xb0\x96\xa2\xb3\xe9\x6d\x00\xdb\x85\x48\xb7\x41\xfb\xb0\xfe\xe1\x8c\x31\xe6\x89\xf5\xdc\xf5\x3f\x10\x69\x5d\xcf\x03\xa8\x05\x84\xaa\x1d\x2a\xdc\xf9\x2d\x3a\xda\xe1\x3a\x9c\x40\x67\x21\x18\xed\xe4\x3c\xb8\xce\x27\x3a\x54\x88\x7d\x43\x2f\x2b\x91\x6e\x17\x78\x60\x08\x49\x83\xd3\x1d\xb6\xbf\x3c\x4b\xf4\x8f\x8e\xa7\x43\x2c\x1b\x77\x07\xcb\x51\x6f\x8f\xeb\x40\xfb\x07\x18\x85\x63\x5e\x67\xbe\xa6\xeb\xf9\x70\xae\xec\x73\x9d\xed\x04\x0a\xd4\x1b\x1c\x2a\x40\xa9\xde\xd7\x19\x4e\xa0\x6f\xbd\xc3\x89\xa2\x40\xef\x1d\x4e\xd4\x87\x11\x2c\x5a\x53\x54\x04\x81\xd6\x00\xbd\x74\x90\x60\x2d\x20\x3c\x40\xb6\xa2\xc2\x81\xf5\xaa\xea\xa3\x53\x5e\x0f\xda\x80\xfb\xe9\x40\x2d\x2a\x22\x6d\x47\xdc\x53\x5c\xed\x4b\xc4\xeb\xde\x8b\x2e\x92\xc1\xfe\xd7\x23\x50\xd1\x79\xf7\xbe\x38\xbc\x56\x1c\x43\x57\xef\xbe\xe6\xd2\x83\x35\xe7\xec\xf5\x44\x35\x01\x33\xd2\x51\x2f\x74\x88\x65\x87\x00\x37\xc7\xc0\x19\x90\xd9\xe9\x70\x69\x35\xf9\xed\xe0\xb1\x4a\xdb\x80\x1c\xe8\xbf\xc2\x89\xf5\x8e\x12\x10\xf8\x5f\xef\xd3\xd7\x8e\x49\x40\xcd\x07\x94\xb7\xcf\x8b\xcb\xc4\xc0\xe7\x8d\xc5\x84\x8f\x1c\x49\x7b\x7e\x0b\x37\x56\x61\x3b\xfb\xa1\x95\x8a\x49\xaf\x83\xd6\x80\x0c\xf4\xfe\x1d\x34\x7f\xfb\xa0\xfc\xe5\x5b\x70\x60\xbe\x40\x40\xb5\x7a\x85\x4b\xeb\x28\xeb\x27\x87\xb7\xdf\xe8\x90\x78\x51\x3a\xa2\xd0\x16\x96\xd5\x57\xd1\x7e\x11\xe0\x0e\x5e\xa7\xf7\x47\x5d\x0e\x0b\xfc\x82\x49\x74\xc1\x16\xc7\x13\x18\x33\x3a\xc8\xac\xc4\xbc\xdf\x03\x5d\x02\x06\x86\x1e\x3b\x56\xd4\xcd\xb2\xfa\x95\x35\x77\xa0\x57\xdd\xb9\x87\xe0\x76\x5e\xa9\xa8\x7c\x8b\x97\x2c\x96\x88\xd1\x83\xcb\x1a\x70\x00\x09\xc7\x06\xd0\xaa\x6d\x1c\xea\x08\xf0\x31\x8c\x2d\x12\x0c\x13\x9b\x1f\x6c\xec\xb4\xbc\x5e\xca\x0e\x34\xa6\xc7\x81\x32\x1d\x82\x1d\x07\x1c\x2d\xdc\x64\x9c\x9a\x41\xe9\xf3\x44\x79\x0d\x71\x0d\x5e\x44\xc5\xb1\x00\xd4\xbc\x71\x18\xe3\xc6\x32\x08\xe1\x89\x1b\x60\x24\x97\x3e\x6e\xac\x45\x7e\xf7\xe6\xc2\xf1\x70\xc5\x23\x27\xc1\x38\xd7\x83\x53\x81\xde\xf4\x78\x11\x5d\x11\xe7\xe3\x95\x28\xae\xb1\x25\xd6\x4c\x40\x87\x3d\xd5\xd9\x40\xcc\x72\x93\x13\xb5\x0d\x84\x1f\x42\x92\x9b\xca\xfd\xd5\x7f\xa2\xbf\xc1\x64\xdb\x73\x57\xa7\x62\x3d\x97\x86\xb3\x91\xfb\xe0\xcc\x04\xe5\xbf\xe1\xb7\x7a\x16\xac\xa5\xb6\x29\x60\xbc\x38\x57\x59\xc1\x3f\x35\xcb\x70\xbd\xec\x7b\x8a\x8b\x82\x43\x4a\x5c\x0c\x9c\x4b\x36\x45\x1e\xc6\x2f\xb7\x07\x71\x4a\xb8\x3d\xe0\x2d\x3d\xdb\x03\x67\x4f\xfb\xcf\xf0\x40\xff\x1d\x11\x9b\xb3\x9a\xc1\xe3\xc0\x5a\x65\xc0\x08\xa0\x4b\x4b\x60\x3e\xcd\xfe\x43\x08\x12\xf3\x8d\x07\xa3\x11\xe3\x5f\xdc\x5b\x0d\xc7\x99\x32\x0e\xfc\x36\xd5\x95\xb2\x6e\xc0\x64\x24\xa8\xb9\x44\xb3\xe6\xc3\x9e\x40\x5a\xdc\xa3\x9c\x12\x72\xfa\x39\xd0\xab\xb9\xfe\x47\xa1\x4f\xe6\x0e\x3c\x04\xa0\x7e\xcf\x4b\xae\x8e\x31\x7c\x52\x10\xbf\x85\xeb\xfa\xc6\x70\x01\x41\xda\xac\x7f\x00\xb5\xf2\x2d\x74\xe7\x8a\x8d\xf9\xf8\xf8\x30\x4e\x98\x14\x1f\xed\x7c\x51\xfa\xc3\x44\xe4\xbb\xe8\x86\x0c\x54\x72\x96\x24\x5a\xf9\xc2\xc9\x71\x4f\xf3\xe5\x8e\x73\x3e\xc7\x06\x37\xdf\xe7\xaf\x88\xd9\xd8\x50\x82\x37\x7f\x84\x62\x97\x8b\x3b\xbc\xe8\x1c\xae\xc1\x61\xec\x5f\x3d\x44\x8b\x0d\x1c\x98\xd6\x13\x91\x64\xec\xeb\x12\xec\xbc\x82\xa3\xa0\x53\xf1\xb7\xa5\x41\x9d\x0b\xe5\xe4\x82\xda\xe6\xe0\x50\x58\x0f\x84\x80\x85\x1c\x20\x7f\x27\x07\x67\x54\xfa\x61\xb1\xc7\x22\x18\xf1\x8d\x61\xbd\x2e\xad\xb0\x39\xa3\x72\x99\x60\x59\x07\xdc\xc6\xb0\x7f\xcc\xe3\x1b\x97\x69\xac\xd7\xa5\x76\x5e\xd6\x81\xe8\xd1\xad\x47\xc4\x50\xff\x34\x10\x31\x4a\x5a\xe6\x80\xf0\x5a\x0f\x70\x6f\x1e\xb4\xc1\x0b\x54\x9d\x0b\xd8\x35\x50\x14\x7d\x84\x4a\x67\xbe\xbb\x0e\x6f\x4a\x80\x87\x98\x30\x5e\xbe\x91\xb0\xdf\x88\x63\x83\x17\x4b\xfd\xd0\x48\x20\x03\x1c\xea\x31\x34\xc6\x58\xee\x60\xe0\x98\xe3\x40\xcf\xc4\xab\x36\x26\x5c\x11\x04\x75\x4c\x95\xe0\xec\xc5\x5c\x44\x7a\x56\xeb\xc1\x63\x71\x70\x86\xf8\x24\x38\xc2\xb1\x1e\x9c\x56\x21\xae\xe3\xf0\x55\xa6\xff\xc5\xc1\x74\xf5\x97\xe3\xf4\xd1\x60\xfd\x4f\x30\x1a\xd5\xf2\x83\x2e\x8a\xf2\xc5\xbe\x14\xe6\x05\x98\x64\xe3\x41\x1b\xc0\x79\x30\xcb\xf7\x71\x41\x14\x9d\x3b\x44\x14\xe0\x6b\x1f\x37\x97\xc6\xf9\xde\x60\x10\xe1\x42\xc6\x12\xff\xdb\xb7\x47\xb7\xba\x5b\x7f\x8b\xb8\xed\x78\x10\xf3\x15\x7b\xc7\x83\x78\x05\xa7\x32\x9e\xf3\x37\x30\x6a\x1f\x0f\x30\x01\x2f\xc1\xe2\xfe\x03\x3c\x78\x1f\xe8\xea\xd4\x03\x0d\x38\x21\x80\xa0\x7d\xa0\x58\x97\x1b\x18\x3e\x7a\x10\xc5\xb9\x09\x9d\x58\xbf\x9d\x3b\xaa\x03\x2e\xdc\x44\x54\x07\xec\xda\xe7\x8e\x91\x03\x0e\x66\x2a\x9e\x33\xc7\xb9\xf3\x98\x4c\xcb\x17\xfa\x4e\xda\x14\xf4\xa9\xac\xcf\x2c\xf9\x1b\x50\xb6\xcf\x82\xb1\x81\xf3\x30\xd7\xbd\xc8\x56\xad\xc7\xd2\xca\x5d\x98\x1a\x7b\x9a\xf5\x0f\xd6\xf0\x35\xe6\xc9\x1d\x01\x12\xd5\x67\x05\x74\x0a\x47\x38\xe1\xba\xe4\x8a\x66\xf3\xd1\xa3\x8d\x04\xdb\x39\x36\x1e\x07\x1e\xcc\xd9\x80\xb1\xf0\x08\x4f\x08\xf6\x9c\xd6\x6b\x15\x65\x1d\x16\xf1\x4e\xbc\x80\xfa\x84\x78\x4b\xd8\x66\xf7\x41\xa6\x3d\x06\x24\xa5\xb5\xb9\xee\x54\x2a\x3e\x4f\xee\x91\x5c\xe3\x54\x3c\xe7\x4e\xcd\x50\xfa\xa2\x4d\x24\x67\xcf\x36\xac\x83\x73\x5f\x8f\x7f\xd4\xd8\x7e\x45\xcc\x66\xf0\xa2\x43\xcc\x66\xe0\xa5\xc0\x26\x4f\x40\x9e\x00\xca\xfb\xcc\xfa\x1b\x2a\xb9\x4f\x00\x9c\x78\x55\xf5\x99\x83\x03\x6e\xfd\xcd\x01\x61\xd3\x78\x39\x26\x87\x6e\x0e\x2e\xca\xb0\x0c\xf8\xd3\xcd\x1c\xa2\xb0\x59\x6c\x2e\xe8\xc6\xc5\x9d\x93\x03\x02\x87\x34\x27\x0b\xcf\x61\x9c\x13\xfd\x16\x44\x68\x02\x0f\xa9\x2e\x2a\x97\x55\x11\x63\x62\xe1\x52\xcc\x9c\x27\x7a\x35\xb8\xae\xb9\x2e\x65\x6a\xf5\x9b\xa7\x44\x97\x45\x02\xeb\x05\x84\xa4\x4f\x01\x78\xfe\xf6\x52\xe9\xc9\x98\x2f\x11\xd6\xcc\xeb\x56\x44\xb2\xac\xd8\xc5\x77\xb9\xa0\x2d\xad\x6f\x70\x1b\x7c\xf7\xa6\x1f\x0f\x0e\x9c\xa5\xfa\x98\xb9\x38\xcb\x2a\x91\x98\x28\xd9\x15\xaf\xe6\x13\x20\xb2\x19\xcf\x83\x18\xc5\x0b\x37\x97\x08\x9f\xdb\x57\x86\x4b\x76\xbf\x10\x5b\xc2\xfe\x11\xbd\xa7\x87\x5a\x28\x07\x62\xcb\x7c\x01\xc4\xf2\xc8\x1c\x58\xbb\x0a\x97\xec\x40\xb1\x2e\xc7\x7c\xe0\x21\xa3\xb8\x74\xc8\xfd\x70\xc9\x8e\x9d\x07\x81\xc7\xe4\x40\x84\xd1\x92\x7b\x60\xf9\x9a\x9c\x87\x03\x54\x3b\x6e\x4b\xfd\x40\x69\x8e\xe7\x44\x3f\x54\x9a\x33\xb6\xa3\xaa\x0b\xa1\x1e\x71\x18\x04\x5e\x3f\x1a\x56\x33\x2e\xfa\xd1\x78\x3c\xd3\x32\xc4\x9b\x07\xea\xe0\x12\x0c\xf6\xf7\xe0\xe0\xfb\x60\x1e\xa1\xa8\x4e\x9f\x1a\x5d\xd8\xc7\x63\xa2\xeb\xe2\xa2\x1c\x80\x5d\xc1\xf5\xf5\xe3\x40\x37\xe3\x77\xd1\xd1\x6a\x54\x38\x2e\xb9\x1c\xe6\x7b\xb1\x77\x3c\x56\x87\xba\x1f\x2e\xd3\x71\x5d\x58\xea\x29\x23\x5a\x06\x22\xd2\x81\x77\x6b\xf8\xdb\x07\x55\x06\x8f\xd8\xb9\x09\x14\xef\x94\x27\xfb\x65\x3d\x2e\x32\x3c\x02\xe7\xa6\x94\x42\x19\xfd\x25\x50\xa0\x7e\xa2\x83\xc4\x83\xa2\x9f\x8b\x83\xec\x4a\x17\x27\x16\xea\x61\xff\x70\x84\x78\x06\xf4\x13\x15\x01\x3e\x56\xfd\xec\x70\x81\xec\xef\xd9\x31\xb6\x7d\xed\x21\x72\x9c\xc9\xb3\xa3\x46\x60\xdf\xcf\x8e\xbe\xb3\xd8\x9e\x47\xe0\xfb\xed\x8d\x84\xc0\x78\x3a\x7a\x62\xb8\xff\x33\x14\x33\xe9\x47\x8e\xd3\x31\x03\x63\x09\x7f\xbb\x08\x4f\x57\x77\x7b\x02\x08\xc7\x93\xa3\x9f\xe8\x08\xbb\x73\xc7\x20\xb7\x17\xeb\x75\xd4\xb5\xac\xc1\x8f\x3e\x53\xab\xe8\x5a\xdb\x73\xc0\xbc\xc4\xaf\xc0\xb1\xfd\x5c\x72\x6a\xe0\x45\xdb\x4f\xac\x09\x3d\x2d\x2f\x4a\x3d\x38\x50\x27\x00\x39\x9c\xb5\xfa\x09\x40\x0e\xf4\x6a\x3f\xc7\x8b\x69\x9a\xf6\x28\x1f\x37\x5e\xee\x73\x76\x38\x1e\x7e\x3b\x15\x9d\x98\xe8\x14\x86\x60\x1b\xc0\x8d\x2e\xe4\x22\x54\xa1\x9e\xe3\x04\x79\xad\x2e\xea\xe4\x30\xee\x2e\x1e\xc8\x6b\xd9\xec\x13\x56\x19\x57\x8a\x7e\x1e\x10\x12\x27\xcd\x81\xd5\x8a\x74\x2e\x82\x17\x2a\x13\x4f\x14\x9a\xf8\x92\xf6\x13\x91\x0d\x4c\x4f\x3f\x0f\x5e\x20\x5e\xeb\xf3\x84\x50\xa5\x65\x58\x74\x44\x8f\x53\x51\x8e\x0b\x7d\x9e\xb8\xba\x6d\xb6\x81\xf0\xb8\x69\x20\xa0\xb3\xd9\x86\x8b\xe8\xd8\xce\x97\xcd\x64\x03\x2f\x59\x6e\xda\xaf\x0b\x14\xe1\xc6\x5e\xb2\xfa\xf4\x79\xc9\x01\xb0\x9e\x70\x3c\xea\xe7\x4e\x08\xad\x22\xff\x09\xae\x4e\xe5\xe9\xb9\x2e\x59\xdf\xed\x67\x11\xda\xf6\xad\x1b\x20\xe4\xf0\xa0\xdd\xea\x1a\x2d\xcb\xea\xdb\x06\x2e\x0a\x71\xe6\xc4\xc8\xa1\x4e\xe8\x54\x6c\x77\x1f\x1f\x94\xfe\xce\x17\x7d\x6a\xb5\xfd\x03\xd0\x11\x22\x71\x7e\x10\x03\xe6\xb5\x2e\x77\x57\x99\x7e\x3e\xf6\xcf\x38\xd1\x21\x29\x7a\x9c\xeb\xd2\x77\x39\xf5\xf3\xe3\xa8\xec\x93\xcb\xed\xd8\x1e\x8c\x2e\x9e\x37\xb8\x2b\xc5\xa2\x13\xd8\x8e\xdc\xcc\xf9\x02\xfe\x74\x0c\xef\xdf\x5c\x7d\xfa\x09\x84\x47\x71\xf5\xc2\x3d\x52\x5d\xd1\x85\xd8\xab\x48\x75\xa1\x7f\xc2\xa1\xb0\x5f\x58\x42\xd5\xa5\x5d\x48\x1d\x65\x5a\x8f\xbe\xb0\x5a\x8f\x2e\x30\x2c\x23\x72\x42\x3c\x2e\x74\x57\x78\xab\xf7\x6b\x7b\x7f\x73\x31\xea\x97\xee\x93\xac\xf9\x05\xa1\x52\x64\xbb\xe0\xde\x2a\x84\xff\x42\x62\x21\x02\x41\xbf\x8a\x0f\x32\xed\xd1\x6f\x01\x2a\xee\x17\x18\x3e\x1f\xff\xab\x22\x11\x31\xdf\xab\x62\x49\x87\x59\xb8\xb0\x7e\xe6\x57\xe6\xc1\x19\x96\xb1\xe4\x3a\xaf\xcf\x00\x43\x9f\x1a\x60\x10\x09\x2f\x80\xbe\x78\xea\xf4\x6b\x3d\x26\xd5\x07\xe1\x6a\xba\x36\x59\xe6\x41\x73\xfc\x4d\x1c\x1b\xe3\x6f\x48\x14\x20\x01\x2e\xa4\x1d\x45\xfe\x0b\x22\xaa\xce\xec\x02\xc3\xa7\x31\xe0\x0a\xad\xbd\x8c\x0d\x84\x43\x0f\xcb\xaa\x83\x98\x7b\xe0\x09\xc1\x03\x72\x05\xba\xf6\x6a\xf9\xc5\x63\xe3\x97\x06\x80\x2b\xf7\xdf\xfc\xb9\xfa\x85\xff\xae\x16\xc9\x6b\xea\xcf\x45\xfd\x94\xaa\x32\xe9\x03\xdd\x80\x1b\x82\x5b\x05\x6e\x4e\xfd\x3a\x20\x78\xb6\x3f\xe4\x3c\x98\xdc\x89\xbf\x1b\x54\xfe\x42\x9c\x49\x58\xd9\xeb\x54\xc4\x60\x42\xc0\x0d\x24\x66\x17\x84\x01\xff\xaf\x7e\xe1\x0e\x01\xb2\xbb\x5f\x8b\xa3\x0a\xad\x6c\x17\x4a\xdb\xee\xc2\xdc\x28\xc4\x1d\x0f\xf2\x7a\x85\xa8\x5c\x0f\x04\xc6\x0d\x7c\xc5\xcf\x31\x86\x57\x1d\x0c\x73\x81\x83\x91\x30\x5c\x40\x03\xbc\x64\xf7\x86\x05\x0d\xae\xf1\xe6\xf0\xaa\xac\xbc\x05\x9d\xf2\xdd\x7b\x87\x33\xfb\xca\x0d\x71\xaf\x52\x06\x46\xd1\x2c\x03\x7c\x65\x3c\xf7\x8e\xa9\x19\xce\xe0\x2e\xf6\xcf\xb7\x34\x00\xb0\x6e\x37\x66\x76\xc0\x9f\xfd\x6e\xac\x21\x0a\xdc\x7b\xbd\xc4\xad\x72\x88\xee\x40\x9c\x81\xe8\xde\x70\xd5\x1e\xea\x3b\xd4\x1d\x52\x1e\x12\xbc\x41\xf9\x64\xbe\x94\x27\x10\x0c\x38\x86\x5b\x78\x88\xfd\xe0\x66\x83\x7b\x4c\xbf\xd1\x77\x2a\xae\xde\x27\xd6\x43\x88\xd9\xfd\xed\x85\xe5\x0b\xd1\x8c\x7e\x4e\x5c\x7a\x20\x18\xf7\x25\xee\x8d\x7e\xb4\x2c\xdb\xff\xcd\x9a\x14\xcb\x37\x22\x15\x73\x07\x77\xa5\x0e\xf5\x06\xee\x11\xae\xd5\xa3\xbf\x2f\x73\x41\xb1\x2e\xdc\xe6\x7e\x70\x87\xeb\xd6\x03\xab\x81\xf0\xdf\x8f\xf8\x3c\xe6\xf8\xb0\x86\xae\x1b\x9c\xeb\xe6\xbc\xde\xfd\x37\xff\xc4\x7e\x03\x54\x56\x84\xb9\x5f\xf4\xac\x10\x89\x9b\x73\xe2\x43\x77\xa3\xd7\x09\xfb\x57\xfc\xfc\xfa\x79\x7e\xf3\x6d\xec\x0f\x78\x47\x5c\x51\xfa\xf3\xe9\x0b\x77\xca\x10\xda\xdd\x7a\x39\xe9\x35\x5f\xbd\x19\xc4\x44\x3e\x12\x39\xb8\x25\x3c\x15\x72\xdb\x2d\x63\xb9\x83\xcb\x79\x76\x40\xe6\x9c\xab\x07\xae\x57\xa8\xc2\x83\xf8\x29\x07\x89\x37\x43\x6f\xdc\xdf\x07\xa3\x51\xf7\x5b\x00\x9b\x15\xdf\xf0\x6c\xe8\x15\xe2\xfd\x54\x8c\x31\x3c\x4a\x4f\xc5\xfa\xcc\x1e\x3d\xe8\x11\xd5\xc5\x3e\x88\xa5\xc9\x59\xc5\xb3\x21\xd5\xcf\x3d\x88\xa8\xea\x1a\x1f\xe0\x5a\xea\xd2\x9e\x0e\x11\x0a\xcb\xab\x4f\xef\xe0\x13\x3b\x73\xa1\x7d\xa8\xce\xa2\x7f\x8c\x04\xaa\x0b\x9e\xfc\x9b\x7f\x68\xc7\x53\x21\xb5\x92\x3f\x4a\x80\x61\x39\x21\x8a\xbf\x34\x00\x3c\xb0\x79\x5a\x28\x9e\x44\x09\x8e\x9e\xe3\xc9\x13\x6e\xc6\x7a\x2f\x31\x0b\x80\x2f\x9e\x80\xba\x67\x60\xd2\x1f\xd6\xa3\xf4\x77\xb0\x03\x00\x1e\x87\x42\x17\x05\x2f\xf1\x03\x67\xa6\x72\xfc\x59\x1c\x58\xc5\xc3\xa0\x3f\x53\x0e\x83\x3e\x0f\x09\x92\x65\x09\x0f\x9b\x8c\x9f\x9a\xfa\x30\x3c\x0c\xaa\xd0\x8c\xcf\xab\x80\xc3\xfb\x9c\x5a\x6a\xe8\x1f\x6c\x56\x75\xf3\x4f\x89\x0a\x0b\xc6\x05\x55\x1c\x78\x20\x90\x8a\x3f\x0f\xe2\x46\xe5\x15\x79\xb4\x5e\xf1\x3a\x3e\xe2\xb4\xe0\x8a\xf4\x30\x68\x6e\xf8\x2d\xc4\x80\xdf\x02\x3c\x26\x5a\x48\xc7\x93\xa0\x11\x7d\xa0\x3f\x88\x96\x8a\x12\x0f\x3e\x42\xd1\x6d\xa3\xb9\x9e\x3e\x01\x1b\x6f\xbc\xbe\x0f\xdc\x8f\x7a\x41\x3c\x09\xaa\x44\xf1\x59\x5c\x4b\xd3\x38\xf1\x00\xf7\x50\x2f\x85\xc7\x40\x9f\x5c\x44\x3c\x06\x22\x77\xdb\xb0\xb6\x1e\xb4\x17\xc8\x09\x07\xe4\x95\x53\x81\x53\xc4\x21\xbb\xf9\x2d\xbc\x07\xd2\x57\x50\xcf\x00\x42\x59\x74\xbc\x01\x3a\x4e\x61\xfd\xdd\xeb\x6f\x8e\xc8\x1d\xc7\xeb\x10\xe7\xf7\xee\x72\x90\xb6\xe1\x3c\xa4\xbf\xc5\x35\xa8\xdb\x1e\xb1\x97\x75\xc6\xf1\x3a\xd2\x7e\x0a\x40\x65\x0e\xf5\x4b\x0c\x21\x25\x01\x1c\xa9\x1b\xa8\xfc\x8e\x63\x74\x77\x0d\xdf\xca\x59\x62\x1d\xf0\x36\xa8\x5e\x5c\xbc\x0d\xd2\xf9\xea\x3d\xd0\xe0\x50\x71\x4a\xae\x9e\x55\x7c\x8d\x9b\xca\x7a\x3c\x09\x9a\x84\x0a\x7f\xe1\x86\xc7\x40\xc7\x5f\x38\x93\xc7\x13\x8f\x81\x9c\xac\x33\x5e\x02\x21\x16\x13\xdf\xde\x54\xa1\x8f\xdf\x6e\x9f\xce\x0b\x7d\x4f\x71\x9d\x11\xbb\xd4\x75\xe9\xc3\xdb\xd3\xb2\x38\x3f\xcb\x1a\x75\xec\x07\x2b\x3f\x67\x18\x0f\x83\xdc\x1c\x0f\xa2\xd9\x06\xe1\x7c\x53\x42\xc2\x78\x12\x6f\x06\xd4\x08\xf8\xdb\x66\x77\x9c\x78\x18\xec\x10\x27\x7d\x6c\xc5\x41\xea\x63\x4b\xa4\x97\xfe\x2a\xb2\x71\x8f\xf0\x99\xed\xc1\xbd\xc0\xab\x20\x7d\xc4\xf4\x2a\xc0\xef\xb8\xbf\x43\x2b\x39\x63\xc0\xb2\x5c\x9d\x8b\xc0\x66\xf7\x08\x31\xbf\xc0\x38\xe0\xeb\xda\xaa\xfb\x0b\x3c\x44\xc3\x1e\x7e\xaf\xdd\x07\x1f\x3f\xd6\xd0\x42\x8a\xef\x6a\x53\xf4\x7e\x17\xa3\xd4\xb5\x62\xe3\x8b\x9a\x72\xe4\xfa\xa2\x6e\xf9\x4b\x03\xc0\xcb\x4b\x1c\x1e\x8a\x43\xd6\x94\x0e\xe0\x9c\xb4\xb8\xe1\x54\xda\x0a\x22\x83\x8e\xa4\xea\xcc\x5e\x82\x6e\x4d\x17\x1e\x6b\xc8\x77\x48\xb1\x4e\x0a\xbc\x7c\x2f\xad\x12\x0c\x5c\xb7\x22\x5e\xe5\x17\x4c\x09\xde\x03\x1d\x6f\x83\xf8\x36\x8a\xcb\x5d\x3d\xd4\xeb\x95\xcd\xea\x6f\xc1\x69\xed\x2e\x06\x5c\xd4\x40\x04\x7b\x41\x43\xe3\xc4\x1c\x1b\x17\x11\x10\x63\x88\xee\xe7\x62\x85\xe8\x7e\x50\xd8\x01\x8a\xbf\xb5\x45\x50\x63\x23\x92\x49\x09\xca\x45\x78\x88\x65\x5c\xa7\x16\x37\x16\x1b\x51\x0c\xc0\x36\x05\x68\xfd\x0e\x20\x33\x40\xeb\xc7\x6f\xbf\xd5\xf0\x30\x29\x83\x01\x2a\x8c\x01\xd4\x73\x4b\x7e\x4b\x74\x11\xdc\x78\x42\x84\x7e\x6e\x8c\xa7\xb1\x86\x1b\x7d\x76\x2c\x86\x93\xfa\xae\x3b\x19\xfd\x74\x8d\x01\xf4\x8f\x5b\x0e\xfe\x83\xb1\xe9\xaf\xb7\x88\x41\x6c\x5c\xb2\x59\xa9\x0f\x80\xa6\x93\xf1\x2f\x36\x7e\xc0\x25\x04\xc8\xfd\xe4\x85\x8e\x2d\xd4\x55\xf8\x5b\x44\x98\x64\x2e\x01\xe8\x34\x58\x4f\x9c\xe6\x77\xe7\x18\x40\x0c\x26\xe3\x0f\x09\x1e\xe5\x75\xf9\x06\xb8\xab\x10\xd1\x3f\x07\x63\x1e\x8a\x93\xd6\x6b\xa2\xb7\x1e\x70\x6c\x65\xbe\x13\x63\x49\xa5\x1f\xd4\x11\x88\x69\xb1\x4d\x2c\xad\xdd\xb2\x8f\x00\xe3\x04\x23\x85\x2b\x57\x6c\x5a\xe8\x0a\xf3\x3a\x2a\x0f\x2f\x7d\x02\xdf\x28\xfe\xf6\xc0\x3f\x74\x67\xdd\x50\x23\x80\xc1\x0a\xbc\x04\x3a\x5c\x51\xe0\x25\xd0\x8a\xf3\x3d\xb5\x4a\xd3\x3f\x2e\x3a\x70\x8d\x41\x4c\xba\x8a\x08\x1f\xc4\x9c\x6b\x44\x70\x08\x83\xce\xed\xae\x39\x6a\x81\xdc\x19\x27\x86\x90\x6f\x6c\x18\x3f\x86\x6b\x7e\xa3\xff\xeb\x96\x51\x77\x6c\xb4\xbf\x81\x51\x78\xde\xf4\xa4\x71\x9d\xf5\xa4\x99\xcc\x0b\xcb\x60\x75\x6d\xe1\x32\x11\x5d\x63\x83\xb3\xac\xcd\x7a\x54\x3a\x9b\xf5\x9c\x93\xa0\x7f\x44\xef\xf6\xb5\xe7\x4e\xb1\xe6\x78\x0c\x74\x08\x6d\x7c\x5e\x02\x8c\x67\x47\x1a\xe1\x01\x89\x1d\x98\x52\xdf\x93\x32\xe3\x9c\xb4\xc7\x10\x92\x5f\x59\x2f\x01\xda\x10\x33\x08\x1d\x67\xe0\x55\x50\xfb\x4e\xb9\xc0\x49\x2f\x4e\x2b\xf6\x2a\xd0\x7a\x52\xc6\x7d\x6b\x5a\xd6\x85\xaf\x53\x26\x72\x07\xeb\xb6\x57\x2c\xc8\xbf\xd4\x99\x85\xe1\xf1\x8a\x1d\xe0\x44\x8b\xbb\x48\xe0\x66\xd0\x70\x3c\x0d\xdc\x09\x02\xb1\x22\xf0\x18\x08\x44\xbf\x20\x46\x5e\x85\xdb\x08\x83\xe4\xb5\x6a\x19\x6a\xce\x05\x32\x4c\x1e\xf8\x92\xd8\x61\x47\x89\xf1\x17\x3b\x4a\x46\x0c\x00\xb1\x77\xcd\xec\x2c\x70\x28\x9e\xd0\x0f\x0a\x47\xc4\xd8\xc0\x2f\xbc\x36\x7f\x6b\x90\x3d\x08\x12\xde\x03\x15\x77\xa9\xc0\x4b\x20\x3c\x38\x78\x03\x34\x94\xbc\xb1\x03\x56\x2c\x8e\x39\xd9\x34\x37\x2a\xe5\xd8\xe8\x27\x3d\x98\xf4\x83\x3f\x1d\xfa\xa4\xc5\xc3\x71\x39\xe8\x67\x00\x1f\xd8\xac\x47\x79\x3a\x99\xe3\xd0\x92\x48\x9f\x88\xe7\xcd\xf5\x9c\x28\xd6\xed\x93\x8b\x5b\x3c\x14\x13\xdc\x98\xdf\x9d\x2a\x88\x99\xfb\xd4\x82\x43\x3f\x87\x16\x22\xe6\xcb\xa5\x04\xea\x12\xfb\x81\x3b\x4a\x61\x0c\xc0\x5e\x10\x15\x63\xd7\x07\xf6\x2b\xf3\x28\x79\x88\x4e\x38\x09\x08\x8f\x9e\x04\x73\xb7\x7c\x00\x37\xa0\xff\x53\xb8\x01\x63\x06\xb4\x4c\x70\xc1\xd8\xd1\xcf\xc1\x95\xc6\x2e\xb7\xea\x1a\x62\x20\xa9\x10\xcb\x5d\x1f\xf7\xb0\x8d\x22\x1e\xfd\x3c\x46\x7f\xa0\x0c\xa6\x0a\x43\x4e\xe0\x19\xd0\xbe\xb3\x84\x28\x87\xe3\x72\xe8\x25\x90\xae\x15\xd6\xc6\x6d\x58\x5e\xf3\xfa\xce\xd2\xeb\x65\x5a\xfd\xe8\x25\x80\xa5\x2c\xf0\x06\x68\x44\x31\x0a\xbc\x01\x0c\x59\x13\x78\x03\x34\x62\xed\x05\xe1\xe4\x3a\x40\xd3\x28\x86\x0f\x4b\xfb\x81\x3b\xe7\x5c\x95\xdd\x18\x5a\x96\x21\x24\x10\xad\xb2\xe3\x63\xc8\xbe\x14\xc1\xc6\xcd\xb2\xba\xab\x41\xf9\x05\xd6\xc1\x6f\x01\x18\x77\xbf\x5b\x8c\xf4\xd9\x29\xa3\x0b\x64\x0d\xf1\x18\x88\xe8\x8c\x87\xe8\x06\xc0\x8b\x82\x18\x73\x0d\x3d\x62\xe0\x49\x60\xc8\x9d\x28\xd5\xf3\x4c\x9f\xe8\xc0\xd0\x7b\x45\xc1\x48\xd0\x21\x24\xa5\x81\x93\x83\x88\xe2\x31\xd0\xb1\xd4\x07\x71\xe6\x72\x40\x3c\x0a\x56\x4b\xa2\xdc\x05\xde\x03\x86\xf1\x09\x3d\x06\xd0\x97\x47\x11\x54\x3c\xf8\x16\x11\x6d\x24\x60\x45\xa3\x20\x04\xa9\x24\x62\x3b\x8f\x46\xc1\x79\x7d\xf7\x5b\x69\xff\xcc\x11\x25\x3e\xc6\x98\xc0\x03\xa0\x83\xf9\x8b\xa2\x57\x8d\xdf\x1d\xde\x0b\xfa\x27\x8a\x4a\x38\x2f\x38\x45\x19\x07\x80\xfd\x7d\xfe\x32\x36\x62\x80\xfa\xef\xd5\x8e\x55\xdc\x73\x89\xcb\x54\x67\xc0\x84\x26\x4a\x52\x27\xb7\x5e\xca\x44\x39\x1b\x20\xfa\xb3\x3b\xd1\x93\x85\x74\x72\xa7\xa2\x25\x03\xc1\xaa\x88\xa5\x23\x08\xef\xd9\x09\x9f\x12\x85\x57\xad\x78\x18\x11\xf1\x76\x17\x92\x57\x6d\x70\xe9\xcb\x85\x65\x0d\xc2\x20\xea\xbf\xb9\x21\x70\x7b\xf3\x2b\xeb\x86\xc1\x18\x2e\x14\x9d\x5c\xfa\x82\x18\x88\x23\x72\xe0\x19\x50\x3b\x2f\x71\xb9\x11\xd3\xaa\x65\x9c\xa7\xab\x6d\x74\x34\xe7\xbb\x70\x8a\xbb\x8b\x8a\xc7\xc0\xdc\x6d\x83\xa1\x82\x0b\xaa\xc7\x80\xc4\x80\x98\xa3\x0d\xdd\x43\x14\x15\xd9\x5c\xca\xf2\xa0\x4f\x72\x93\x51\x6a\x13\xf2\x28\x8a\x4a\x6d\x2e\x71\xc1\x05\x48\xc2\x8c\xc7\x40\x9d\xae\x03\x8e\xe6\xe9\x45\x79\x51\xb6\xa6\x65\xe7\xb8\xfa\xaf\xfa\xe2\x31\xce\x2a\xa8\x72\x89\x1e\x51\x37\x8d\x37\x94\x8d\xd1\xc5\x03\x55\x0b\xc4\x9e\x8b\x02\x5a\x3f\x26\x84\xaa\x56\x8d\x2e\xf4\x89\x8f\x27\x46\x91\xa8\x55\x34\x7d\x50\xd6\xd4\x4f\x3d\xe8\x7b\x00\xbd\x51\x79\xb8\xc0\xde\x45\x05\x60\x09\x7c\x20\x2a\xa1\xa2\x08\xeb\x14\x15\x73\x7d\xb7\x7d\xa0\xff\xe0\xcc\x88\x94\xf7\x21\xad\x01\x41\xe5\x9c\x54\xf4\x28\x13\x82\x07\x0a\x3e\xf7\xaf\x1e\xc8\x03\x8f\x40\x4d\xf0\x8b\x9c\x1f\x10\xf1\x1d\x30\x6d\x54\xac\xe7\x1d\x02\x50\x35\x68\x7d\xf5\x93\x75\x60\x6c\x43\x0b\x3e\xfd\x23\x22\xb9\xe6\x75\xa2\xdb\xe3\x6c\x83\xa0\xaf\x88\xf0\x51\x71\xc2\xfe\xea\x3f\xb1\x88\xdf\x2e\xb1\x28\xb1\xa8\x46\x25\x30\x03\xa2\x68\x80\xa6\x8f\x74\x4d\x0e\xf6\x71\xda\x1e\x43\x05\x04\xb5\x22\x3a\x81\xe7\x8b\x7a\x18\x38\x97\xf2\x85\x87\xcd\x60\x3c\x58\x57\x89\x20\x1b\x04\x51\xa9\x88\xbd\x41\x34\x94\x26\xc1\x36\x1c\x4a\xba\x0e\x78\xba\x78\x86\x2b\x38\xc2\xe1\x7c\x6f\x55\x46\xac\xc9\xc7\xed\xf1\x2d\x00\xbd\xe1\x18\x04\xf4\x5a\xff\x6a\xd5\xa5\xcf\x57\x57\x3a\xfa\x7c\xc1\x5c\x96\x55\x6e\x3e\x08\x9c\x3d\x81\xe5\x83\xf1\x37\x62\xbf\xe1\xac\x1f\x4d\xe8\x4a\xb3\xcc\x83\xc3\xbc\x1a\x70\x15\x22\xe6\x46\x2b\x04\x5a\xb0\xbe\x70\x8f\x78\xb8\x5a\x81\xd9\x61\x9d\x5b\x25\x3a\xcf\xf6\x4b\xce\x0c\xb4\x78\x02\x46\x8d\x86\xd9\x36\x78\xc5\x5b\x6c\x70\x24\xd4\xe3\x2f\x19\x5f\x99\x4b\xd0\xf9\x20\xa6\x54\xc5\xa5\x06\x78\x0f\xdc\xd8\x12\x70\xf0\xd9\x64\xd2\x12\x4b\x5e\xa9\x36\x81\x03\xf8\xdb\xa9\x9b\xd3\x4e\x19\xab\x10\x87\x54\x94\x37\xfa\x92\x68\xf8\x2d\xca\xf1\x34\xb9\x10\x28\x78\x3b\xe4\xea\x2c\x3f\x1c\x10\xda\x13\xab\x49\x31\xa4\x9d\x04\x89\xe3\x12\xb4\x13\x25\xb8\x63\x23\xfa\xc6\xc6\xcb\xd4\x8c\x93\x04\xa7\xd2\x10\x8d\x81\x24\x44\xbb\xc0\xc7\x70\xd8\xdb\x05\xf7\x09\x01\x6e\x86\x39\xb2\x4f\xc2\x1c\xa1\x77\x89\x86\xb2\x1b\xb8\x44\x34\x08\x24\x71\xa4\xa2\xdd\xfa\x9a\xd1\xe7\x8d\xfe\xc6\xef\x3e\x1a\x45\xd8\x64\xad\x84\xd3\x32\x2e\x4f\x1b\xbf\xc5\xec\x8f\x78\x1e\x0d\x65\xb7\x2f\x7a\x13\x47\x65\x1b\x51\xe4\x7e\x17\xe5\xf5\xe0\x25\x13\x51\x2e\x87\xd1\x00\x09\x83\x61\x0a\xe2\xa0\x36\x09\xb3\x48\x73\x00\xb1\x61\xbc\x51\xf0\x43\xf1\x05\x11\x65\xfd\x09\x1d\xda\x80\xba\x44\x57\x94\x86\xc0\x10\x26\x34\x07\xeb\x4f\x9c\xd0\x46\x48\xa8\x10\x75\x3e\xfd\x16\xe0\xe1\xce\x65\x22\x28\x68\x05\xbe\x11\x44\x05\x8d\xca\x21\xed\x75\xc2\x55\xd3\x8f\x56\xb9\x19\x94\x1f\x38\x0f\xdb\x1b\x58\x9b\x36\x58\xdf\xb0\x1a\x47\x87\xdb\x00\x54\x1c\x1d\x2b\x1b\x48\xf6\xe8\x60\xa4\x46\x5a\xcf\x25\x63\x8f\x3a\xb8\x28\x1c\xaf\x03\xf4\x7a\xe0\x9f\x1b\x1d\x3d\x19\x96\xc7\x00\xc9\x9e\xc4\xbd\x8b\x6e\xdc\x3b\x08\x7c\x37\xee\x1d\x22\x58\x0f\x38\x4b\x44\xc2\x1e\x72\xc3\xfc\x16\x58\x13\x16\xf3\xe8\x10\x63\x45\xa4\x9e\xe8\x17\x21\x78\x1d\xdc\x21\xee\x7c\xd1\xd3\x78\x7e\xb6\x97\xe8\x5a\x0f\x18\xd5\x7a\x42\xf1\x48\xd8\xfa\x50\x39\x4e\x3f\x03\x90\x39\x5c\x9d\xa8\x79\xc5\xe7\x3e\xd4\xc3\x31\x4e\x3d\x27\x10\x57\xfb\x44\x11\xef\xdc\xd5\x69\xb9\xb6\xc0\x9d\x7c\x64\xba\x51\x33\xdc\x8b\x69\xec\x57\xfb\xc1\xb0\xc4\xf9\x27\xb8\x6a\x97\xd1\xe8\xc7\xdf\x82\x2d\x46\x07\x2a\xb5\x3b\xdf\xc3\x79\xf1\x5b\x3c\x33\xa4\x09\x00\xe6\x73\x83\xa0\xf6\x03\x47\x79\xcf\xd5\x09\xb4\x07\x4e\x97\x08\xaa\x8d\xe0\x04\x41\x08\x55\x03\x38\x06\x21\x54\xfb\xdc\x7e\xc9\x99\x75\xad\x51\x1b\x93\xbe\x98\xb4\x87\xf1\xd2\x97\x90\x0f\x5e\xe2\x63\x18\xe0\x85\xfe\x83\xcb\x4a\x24\xd4\x18\x88\x3c\x9d\x0b\xad\xfc\xdd\x31\xfb\x13\x24\x31\xfa\xb3\xfd\x16\x49\x32\x40\xe8\xb7\xcd\x43\x67\x48\x1c\x0f\x14\x22\x49\xf1\x10\x81\xaf\x9a\xdd\x36\xf8\x78\x4e\xfb\x41\x4c\x68\xb6\x07\x39\x0e\x47\xd5\x5f\x01\x99\x7c\xd7\x17\x85\x57\xa1\xe3\xf3\xb8\xbb\xd8\xaf\xb1\x9d\xe8\xf3\x55\xef\xb2\x36\x10\x0f\x80\x8a\x73\x7c\x84\x16\x4c\x16\x1b\x6f\x80\xe6\x18\x02\xe5\xf8\xe0\xb5\x88\x8d\xa8\x19\x5c\x5c\x82\xb9\x36\x02\xf6\x07\xd1\x5c\x93\xa8\xea\x11\x88\x2a\x12\xe9\x80\x2b\x02\x63\x14\x61\xd8\x74\x36\x07\x0f\x83\xde\x10\x0d\x62\xef\xe8\xb4\x26\x65\xfc\xfe\x10\x25\x08\xfa\xda\xc1\x9c\x45\xe0\x23\x49\x58\x9e\x88\x62\x64\x01\xeb\x13\x38\x06\xe3\x14\x05\x0f\x61\x0e\x2c\x5c\xdd\x31\xe3\xb5\x40\xbc\xb1\x08\x74\x15\x60\xa4\x22\xaa\xf1\xa5\xf8\x2d\xa2\xcd\xb0\x7f\x44\x9b\x7d\xb3\xfe\x60\x3c\x8c\xd3\xa8\x1c\x70\xbd\x61\x8c\x7e\x88\x2b\x91\x67\x7b\xfa\x5b\xf0\x61\xea\xcc\xc2\x98\x5e\xc3\xf6\xe8\x32\x1d\x0f\x31\xba\xd4\xeb\x44\x07\xb1\x5e\x2d\x83\xb7\x83\xbb\x8d\x8e\x53\xbb\xeb\xd0\x5d\x07\xc6\x1c\x42\x42\xa8\x47\xff\xe7\x63\x15\x20\xeb\x09\xef\x13\x44\xb7\xcd\xb1\xdb\x5e\xc8\x0c\x7d\xfa\x20\xbb\xd7\x06\x2d\x70\x0d\x11\x9d\x7c\x00\x89\x76\x5b\xe5\x44\x23\x8d\x04\xcb\xd8\x88\x0c\x82\x91\x20\x82\x68\x20\xe9\x1a\xea\x3b\xe9\x18\x08\x54\x80\xe1\x24\x82\x47\x1e\xb7\xa5\x08\xc4\xa8\xc9\x19\x0e\xac\xcc\xde\xa9\x20\xa4\xcf\xf4\xbc\x0d\x54\x0d\x8e\x07\x95\xc5\x06\xe1\x0c\xe3\x81\x41\x90\x02\x51\x0b\x90\x73\x04\x61\x7c\x7c\xc4\x82\xe0\x92\x03\xe2\x17\xd3\x47\xc9\xdf\xea\x42\xc6\x78\xb0\x5c\x4b\x30\x02\x0e\x72\xe7\xbe\x87\xc4\x86\xfb\x1b\x86\xfa\x41\xfd\x12\x44\x1e\xe9\xae\x3f\x30\x25\x39\x4b\x3c\x4e\xb2\x7f\x6d\x08\x87\xc5\xfd\x0d\x7c\x36\xbf\xb5\x3d\x1f\xee\x1a\xfd\x1b\xa8\x0f\xe2\x14\xc0\x8b\x00\xe1\x47\x20\x7d\x15\xd7\x10\x3c\x1f\xf8\xc8\x08\xad\xde\xde\x23\xc2\x6d\x81\x25\x8d\x20\xaa\xde\xde\xcb\xaf\x88\x59\xdc\x7a\xb6\xf3\xf1\x07\xd1\x0c\x82\x11\xc4\x69\xfe\x0e\xf2\xbb\xfd\x16\xc2\x36\xe2\xe5\xd5\x41\xc7\x10\xf8\x4b\x6e\x28\x13\x63\x11\x92\xaa\x28\x14\xc6\xe2\xf2\x42\x00\xe6\x54\x71\x89\x1b\x4c\x28\x52\xe1\x06\x13\x2a\x3a\x03\xd7\x85\xdf\x7e\xab\xfe\xc9\x7a\x3c\xed\xd9\xd8\xdc\xe0\x14\x59\x3c\xdd\x66\x00\xe5\x06\xae\x32\x86\xd4\x8d\xd4\x3b\xa1\x58\x6f\x9c\x2a\xcb\x84\x2d\x82\x30\x24\x84\xa4\x32\xb6\xdc\x35\x72\xf0\x5b\x23\x29\x40\x0c\x72\xd7\x6d\xc3\xf6\x72\x63\x6b\xfc\x59\x00\xd6\x72\xa8\x13\x42\x82\x05\x30\x70\xa7\x31\x94\x6f\x64\x11\xb4\x99\x94\xb1\x0a\x71\x90\x93\x48\xe7\xdb\x57\x36\xcc\x0b\xfd\x17\x90\xf8\x10\x9b\x84\xc0\xc8\x49\xa4\x04\xc6\xf6\x82\x4e\xed\x1f\x2b\x9e\x6c\x39\x61\xa4\x53\x71\x2c\x9b\x80\x5b\xcb\x06\x40\xe4\xb7\x5a\xee\x78\x7c\xb2\x19\xa9\x95\xb1\x75\x71\x75\xb4\xef\xba\x39\x4d\xca\x70\x00\x8e\x0d\x0e\x06\x48\x42\xa4\x91\x50\xba\xf5\x58\xb7\xfd\x16\xc4\x46\x8e\x21\xb1\xca\x79\xa8\x13\x6c\xd0\x37\x36\x5d\x74\x76\xcb\x3b\xfa\x3f\xda\xe8\xe3\xe9\xfe\xa6\xaa\x09\xe6\x88\x68\x29\x21\x4f\xc5\x49\x2e\x71\xc2\xb5\xc8\x49\x24\x51\x18\xd4\xdd\xa6\x56\x75\xce\x55\xea\x2d\xc1\x05\xc5\xbd\xa7\x49\x54\x72\x28\x02\xf3\x2d\xb8\x16\x55\x16\xb8\xfd\xb4\xca\xa3\x94\xd3\xc0\x06\xd6\x63\x3c\x70\xee\x48\x11\xe9\xd9\x98\xa8\x11\x20\xde\x49\xdc\x2f\xdc\xcf\x22\x0f\x82\x31\x40\x38\xf3\xd4\x0f\x97\x3e\x09\x43\x34\x1d\xf3\xa9\xca\xc2\x36\x46\x1e\x66\x3c\x5c\xfa\x0d\x2e\x39\x11\x21\x25\x7e\x29\x76\x90\xbb\x99\xb7\x7a\x38\xda\x18\xcc\x94\x07\x39\x01\x6c\x4b\x50\xf3\x56\x2c\x65\xcc\x58\xd2\xab\xeb\xc0\x1d\x97\x7b\x4e\xfc\xa9\x27\xfa\xd4\x44\x25\x02\x38\x3c\x52\x5f\x69\xf7\x77\xdd\xf7\xb6\x7b\x86\x5f\xcf\x24\xdf\x22\x54\x97\xba\xc6\xcf\x3d\xc9\xb3\x04\xfe\x4f\xc6\x21\x11\x4b\x35\xa8\xe4\x2b\x84\xc4\xf6\xc4\x27\x83\xc8\x8d\x5d\x63\x58\xa7\x4c\x90\x06\x88\xd9\x00\xd6\xa4\xae\x6e\x70\x1f\x89\xed\x17\xc3\x20\x07\xf9\xab\xf0\xd8\x31\x70\xb1\x98\xd3\x1f\x09\x25\xa0\x33\x44\x86\x02\x51\x19\x55\xf8\x46\xa3\x3c\x61\x2f\xf9\x78\x85\xcd\x66\xd3\x46\x55\x81\xc8\x6f\x9b\x87\xd7\x32\x9c\x13\x84\x6a\x34\x15\xa9\xf4\x49\x94\x4e\xe2\x69\xc5\x20\x0c\x91\xaf\xe9\x20\xac\x10\x71\x9b\x62\x88\xaf\x82\x60\xe8\x86\x54\x39\x8c\x83\x0b\xe7\x45\xc7\x25\xa9\x11\xfa\x26\x46\x70\xb8\xd0\x19\x8c\xd4\x1d\x8b\x31\x13\x65\xa0\x59\x3f\x76\x42\xe2\xf0\x5b\xcc\xd4\xc0\x19\x62\x00\x00\x26\x75\x4f\xe0\x32\x14\x60\x7a\x62\xa0\xb8\x07\x72\x12\x63\x1d\xf0\x1a\x6c\xe6\x98\x12\x39\xc6\x03\x2b\x0e\x22\x3e\xc6\x41\x20\x39\xb8\x90\xc1\x2b\xa8\xc8\x39\x80\x96\xe0\x9b\x19\xba\x18\xc9\x21\x0d\xa2\x12\x14\xbf\x7b\x08\x5b\xa0\xcd\xc9\x6b\xea\xd8\x4e\x31\x6d\xac\x03\x58\xbd\xee\x5a\x01\x45\xd9\xbe\x32\xd6\x37\x0f\x85\xe0\x5b\xe7\x7b\x19\xfe\x88\xb1\x7d\xd1\x46\x6c\x83\xaf\xa2\x07\x87\xc8\x23\xe9\xbc\x6e\x62\xc5\x4d\xcb\x1d\x83\x0a\x73\x47\x8f\xa8\x65\x4d\xd7\xa3\x6f\x8f\xd0\xcd\xec\xae\x15\x90\x13\x30\x7f\x31\xe0\xc8\x8b\x07\xf6\x01\xa4\xea\x41\x7e\xb4\x0c\x5a\x8f\x7b\x18\xdc\xcc\x78\xd5\xdd\xd2\xcf\xab\x7e\x8b\xb1\x01\x33\x01\xa3\x16\x93\xd8\x5d\xc4\xc3\x8b\xb9\xc1\xd9\x6f\x96\xd5\x4d\x76\xca\xaa\x1d\xd6\x1c\xe7\xee\xfa\xd3\x46\x2e\x16\xc2\x36\x71\x99\x1b\xb6\xa9\x44\x85\xe0\x91\x9c\xe0\xae\xaa\x7d\x36\x75\x4e\x6b\x3c\x53\x02\xcf\x1d\xd1\x75\x07\x8b\x7c\xe8\xba\x43\x44\xd6\xc0\x75\xa7\x12\x52\x29\x66\xc7\x5b\x85\xf5\xd1\x8d\x87\xe8\xca\x31\x79\x04\x02\x6e\x0f\x97\x9e\x06\xb6\x2f\x66\xe8\xb8\x4f\x3f\x21\x87\xc7\x78\x30\x68\xe1\x86\x14\x7a\xe7\xa8\x72\xc1\x3b\x27\x48\xb5\x14\x13\xcb\x32\xe1\xb3\x62\xa6\xf1\xd8\x18\x3f\x0f\x02\xb8\xcc\xc0\x53\x27\x25\x2a\x33\x09\x86\xe8\x38\x81\x4d\xf9\x50\xcc\x29\x27\xcd\xb7\x26\xba\x2b\xee\x8e\xde\x36\x12\xe0\xa9\x08\xc9\xc3\x3e\x0f\x39\x48\xda\x9f\xa8\x6b\x78\x7c\xf4\xb6\x51\x8a\x9b\x78\x5a\x10\xae\x3b\xa6\xd1\x70\xec\x87\xc0\xa9\x93\x33\x30\x2f\xbd\x76\xf8\xed\x85\x11\x0e\x3a\x33\x3f\x9d\x37\xf3\xe5\xcc\x8c\xfd\x97\x3a\x33\x5c\x65\x6a\x77\xa2\xaf\xd1\x2e\x18\xe0\xeb\x65\xb5\x8c\xa5\x06\x45\xe1\x01\x50\x90\x90\x26\x71\x60\x2d\x52\x29\x89\x4b\x4c\x23\xf2\x45\x1c\xbb\xa1\xaf\xad\x07\x5b\x66\x7b\xc0\x81\x2a\x64\x0f\x7c\x39\xbd\xc4\xb8\xc7\x84\xca\xc4\xa3\x98\x57\xa0\x51\xd6\x85\x83\xfa\x0a\xfa\x9b\x43\x7d\x54\xfc\x0d\x39\x5c\x47\x25\xb9\x03\x44\xf1\x00\x19\xad\x39\xfa\x80\xb8\x6a\x24\x38\x5a\xe3\x55\xb3\x0c\xce\x8c\x43\x7d\x34\x14\xbb\x10\x89\x83\x10\x31\x44\x1f\x88\x63\x1d\xde\xee\xab\x7c\xe0\xa7\x49\x98\x9d\x38\x38\xa4\xd5\xfe\x71\xf3\x50\x07\x70\x84\x84\x96\xf6\x88\x30\x8a\xea\x07\x56\x1b\x42\xa3\xc4\x31\xe0\x5c\x5d\x1f\xb8\x07\x2f\xdf\x41\x74\x50\x37\xf6\x18\x70\x3c\x10\x8f\x03\xf1\x01\x00\x73\x1c\xf8\x60\x4e\xb8\x99\x03\xef\x07\x39\xad\xe3\x10\x24\xc9\x98\x21\x72\xc4\x82\x8f\xe3\x34\xfa\x06\xe3\xbc\xc4\x00\x51\x7f\x61\x60\x70\xad\x0c\x4f\x0e\xb1\x3c\x08\x20\xa8\xfe\xec\xb8\xbd\x40\xb4\xc7\xd4\xef\xc5\x3a\x78\x65\x25\x96\x27\x18\x35\xad\x99\x27\xf1\xc3\x26\x8f\x18\x2e\x3a\x81\xa3\x79\x9c\x40\x63\x2a\x7b\x84\xbb\x4e\x23\x74\x7a\x9c\x04\x37\x57\xd7\x72\x1a\xc8\x92\xef\x9e\xc5\xe8\x27\xfc\x16\x27\x7e\x22\x29\xc4\x49\xe0\x3f\x02\xfc\xc5\x49\x42\x13\x1f\xd2\x13\x73\x3d\x98\xc2\x38\x1b\x52\x04\xe7\xf3\x24\xee\x57\xda\x3f\xc0\x63\x30\x70\x71\x1a\x7b\x8f\xcb\x84\x3b\x50\x9d\x3c\xb6\xb8\xeb\x74\xd7\xf6\xc4\x41\x5c\x45\xf6\x89\xbf\xad\x3a\x39\xdc\x78\x82\xb4\x59\x81\x1b\x4f\xfa\x38\x9c\xc1\x43\x81\x51\xe4\x44\x97\x86\x07\x43\x9c\x44\x1b\x21\x58\x61\x9c\x69\xa8\x28\xc6\x09\x56\xcc\x8b\x8b\x1b\x4f\x95\x03\x3b\x89\x36\x42\x2c\xb4\x38\x13\xf7\x21\x08\xc6\x89\x31\x43\x63\xd2\x69\xae\x05\xc7\x46\x40\x02\x22\xf7\x86\x9e\x3a\x5a\x00\x4f\x2c\xec\x84\xe8\x09\x3c\x6f\xfa\x37\x66\x0c\x78\xdd\xb5\x02\xe3\x85\x2f\x76\x9c\x46\x7b\xe6\x3c\x9c\xea\xb1\x5c\x5b\xa0\x2b\x5a\xe4\xf1\x7a\x69\xc5\xbd\x3b\x45\x35\xd0\xe7\x09\xae\x14\xfd\xd9\x49\x4c\x7f\xfc\x61\x03\xaf\x97\x20\xbc\x7a\x9c\x44\x21\x01\x34\x1b\x9f\x47\x8b\xfd\x68\xcc\xf0\xb7\x5a\xc0\x8b\xf5\x88\xc6\x70\x81\x27\x1c\xaa\x8f\x1e\x1e\x2d\xad\x6e\xbf\xc2\x99\x85\xee\x2e\xd5\x4d\xc3\xdd\x65\xf7\xe3\xc4\x10\x4a\x07\x0e\xde\x8b\xb8\x5f\xa1\xdb\x09\x8e\xe0\xf1\xb9\x82\xb0\x39\xba\x73\x48\x84\x2e\xa3\xb9\xf2\x5a\x5f\x10\xb6\x64\x91\x2e\x14\xca\x38\x25\xc7\x55\xff\x96\xf4\x24\x2e\x02\xd8\x11\x1f\x3c\x70\xe1\x08\x62\x7a\x05\x2e\x19\x7d\xe3\xbb\x97\x08\x65\x0e\xe9\x85\xce\x46\x4b\xd0\x05\xb7\x07\x70\x31\x74\xb1\xd8\x38\xb0\x57\x37\x05\x16\xdf\x12\xa7\xc5\x6b\x74\xa1\xf0\x25\x19\x4a\x5c\x5d\x58\x01\xdf\xed\xbe\x7c\x96\x89\xd5\x8e\x68\x70\x75\xb0\x32\x70\x18\xb8\x64\x84\x8a\xd7\x0b\x48\x08\x81\x0e\xe3\xf2\xf0\x3a\x1e\xb8\xc3\x0d\x4b\xe5\x95\x62\xd7\x68\x9f\x06\xa9\xa4\x1f\x13\x91\xa0\x4b\xbb\x12\x03\x03\x97\xe3\x22\x54\x8e\xa2\xe8\x95\x9a\xc1\x99\xbb\x21\x96\x39\x5c\x17\x4a\x61\xa2\xe9\xc6\x45\x62\x11\x8d\x04\xd7\xe2\x32\x43\xa5\xea\x35\xf4\x19\xb4\x1e\xe7\xfe\xef\xb7\x98\xd9\x39\x74\xd7\x40\x6c\xe4\x80\xeb\xed\xa1\x35\xed\xd2\xcf\x91\x33\x70\x21\x82\x15\xe7\xb2\x38\xd4\xa6\x12\xff\x22\xe8\xe4\x70\xcc\xe0\xc3\x2a\x2f\xf4\x25\x30\x12\x9d\xca\x35\xd5\x1b\x59\x8f\xd5\x1b\x91\x0a\x4f\x91\x26\xc4\xe3\xe2\x75\x17\xfe\x73\xe9\x42\xc6\xa1\xd6\x0b\x44\x1d\xea\x85\x7b\x18\xe1\xc9\xe3\x82\x48\x03\xa8\x8e\x0b\xa5\xb0\xca\xe5\xeb\x84\xb3\x74\x8f\xf4\xbd\x75\xee\xb8\x93\x11\xe6\x39\x2e\x2f\x16\xc4\xfb\xba\x04\xbe\x5a\x2f\xa7\x45\x9f\x46\x97\xed\xb6\x41\x5d\x30\xad\x17\x94\xcb\xda\x62\x0d\x07\x8b\x19\x97\xd1\x65\xbd\x0b\xc4\xdf\x22\xf8\x41\x5c\x44\x21\xd9\xfc\xd6\xa3\x95\x9f\xf6\x18\x7b\xd4\xff\x5d\x8f\x09\x44\xf8\x2d\x86\x9f\xdd\xbb\x80\xce\xf8\xbb\x3b\x8f\x3a\x45\xe6\x82\x35\xfc\x1b\xff\xa3\x61\x83\xdf\x7e\xe1\xb3\x2c\x73\x1e\x38\xf3\x37\x6a\x16\x09\xf3\x4d\xa8\x2b\xc5\x76\x3c\x57\xba\xc6\x0f\x3c\x54\x7a\x83\x70\xde\x66\x9a\x63\x3c\x37\x6a\x16\x0d\x2a\xf7\x8e\x0e\x0c\xe2\x77\x17\x02\x27\x4c\xcb\x10\x36\x1e\x67\xbd\x58\x94\x82\xee\x22\x96\x6e\x8d\xff\xe6\x51\x72\x9c\x37\xa1\x87\x3c\xe7\x77\x35\x70\x67\x50\x86\xeb\x62\xef\x6e\x5c\xb6\xe4\xaa\xef\x0a\xcd\x99\xb6\x37\xf2\xcb\x2f\x75\x66\x37\xd6\xcc\xe6\xc0\x75\xfc\x65\xb1\x6f\x14\xb5\xe2\x42\x6e\x2e\xbd\x26\xd3\xbb\x6b\x31\xe1\x23\xbc\x58\x84\x3d\x8e\x3b\x04\xa6\xd2\x1e\x04\x34\x2e\x25\x71\x87\xa8\x79\x26\x0a\x08\xd3\x03\x7b\x8b\x59\x81\x38\xdd\x58\x7c\x00\xe2\xc6\xfd\xb1\xc7\xb4\x4f\x2f\x1f\xe3\x21\xea\x44\xba\x09\xe8\x4b\xc4\xd6\xdc\x1f\x50\x93\x85\x41\xc1\x1a\x6e\x9a\x66\x79\xc7\xc0\xeb\x85\xc3\x77\xdc\xfa\x96\x42\x84\x6e\x00\x9c\xf8\xa0\xc5\xbd\xb8\xa2\x4e\xa8\xec\xb8\x51\xb6\x76\x37\x10\x9f\xd3\xe9\x02\xa3\x53\x11\x1c\x78\xf3\x92\x91\x2d\x27\x6e\x5e\xb2\xe1\x66\x02\x36\x16\x3f\x74\x5f\x12\x60\x7e\x2b\x57\x94\xd6\x2b\xba\xd2\x1e\x31\x10\xc4\x7a\xdc\x17\x8a\xec\xb0\x8c\x11\x85\xcb\x74\xf3\x7a\xf9\xfa\xde\x17\xc6\x06\xd7\xf3\xc6\x05\x08\x0e\xe0\x46\xf4\x2b\x1e\x46\x21\x24\xcd\x7a\xc2\x36\x3b\xfe\x5b\x9d\x13\x63\xd6\xa2\xea\x5e\x3c\x8a\x36\xec\xe9\x43\x7b\xb8\x6d\x5c\x83\xe2\x3b\xd4\x9a\xee\xb9\x34\xb8\x06\x75\xe1\x00\xba\x03\x11\x3d\x24\xee\x97\xbd\x80\xa3\xd2\x1d\xe8\x5b\x1f\x23\xcd\x7a\x30\x5f\x63\xf1\xdb\x1e\x9c\x16\x04\xfe\x06\xcc\x89\xff\x60\x3c\x86\x5d\x82\x0b\xd7\xd5\x47\x2e\xfc\x01\x9c\xa9\x1e\x05\xb7\x9f\x2a\xa6\xea\xd1\xab\x80\x3e\x9f\x42\xdc\x2c\xd6\xed\x29\xc2\x52\x26\x65\x38\x57\x1e\xdb\xa7\x08\xc9\xb1\x0d\x5e\x23\x10\xd4\x87\xd4\x6e\x8a\xd8\xba\x0c\x35\xc6\xf6\x18\xaa\xbc\xfa\x5b\x8c\x4f\xd3\xb2\x19\x95\xf9\x6e\x85\x9b\xe1\x3c\x3f\x15\x49\x00\x25\x3b\x6e\x45\xa1\x2a\xe0\xd1\x92\xeb\x77\xe1\x38\xf1\x78\x88\x07\x9f\x4a\x01\xa5\xcf\xa7\xae\x19\x94\x79\x54\xe1\xf8\x4d\x9e\x22\x07\x8c\xbb\x51\x13\x76\xf4\x34\x55\x43\x8c\xd9\x50\x45\x7e\xb7\x83\x51\x83\xb3\x31\x49\x0a\x91\x9f\xe3\xe9\x58\xf6\x5d\x5b\xee\xb2\x0c\x02\x49\x52\x82\xf8\x76\xa1\x4b\x92\xd2\xc2\x83\x67\x03\x01\x2e\x83\x84\x29\x29\x07\xf9\x20\xea\xfa\x08\x3c\xb8\xd2\x11\x1d\x3a\x70\x4f\x0a\x45\xda\xc7\x00\x15\x7e\x97\x8c\x61\x1a\xde\xbe\x44\x27\xdc\xf7\x87\xc0\x12\x5a\xd8\xf1\x04\x6a\x42\x36\x1e\x42\x8d\x4d\xf7\x77\xc2\xa5\xf5\x5f\x5a\x33\x49\x5c\x12\xb2\x94\x24\x2b\xe9\x2a\x4f\x9f\x83\xd0\x3a\x50\x4f\xdc\x87\x82\xa8\x92\xf1\x70\x89\x15\x4f\x1e\x52\x55\xc9\x2a\xe3\x3e\x14\x38\xb9\x06\x49\x49\x9a\x08\x6b\xdc\x84\x9a\x0a\x50\x13\x91\xec\x9b\x65\xc3\x45\xd3\x5e\x8b\x86\xdf\x22\x22\x65\xf3\x30\xf2\x22\x12\x1a\x28\x1e\x42\xca\x68\x79\x7c\x40\x55\x13\xad\x34\x70\x25\x0a\x95\x92\x8f\xb0\x08\x5e\x8e\xe7\xd1\x78\xc0\x5c\xb0\x72\x8a\xca\x7f\xb8\x58\x02\x29\x1f\xfc\xec\xd2\xc3\x88\x28\x2d\x37\xa3\xdb\x0f\x7e\x67\xf1\x6e\xb8\x18\xb1\xc0\xe4\x61\x4c\xc5\x4c\xdc\x7e\x9a\xe2\x39\x6e\x3f\x95\xd8\x60\x61\x8e\xc5\xf9\x95\xc1\x1b\x71\x39\xc8\x99\xd8\xc2\xdf\x16\xc3\x0c\xd3\xe6\x83\x3f\x0c\xca\x10\xad\x61\xbd\xa9\xfe\xf8\x2d\x2e\x3d\xe2\xe4\xc8\x75\x98\x64\xa5\x0d\x92\x89\x04\x11\x3d\x82\x3c\x86\x81\x6f\x60\xbc\x70\xae\x72\xb4\xa6\x03\x14\xd3\x46\x0a\xc0\x2a\xe1\xd1\x75\x47\xe3\x0d\xa9\xfe\x9a\x87\x97\x64\x1f\x3d\xbe\xf6\x5a\xbb\xf8\x6e\x37\xe2\xae\x6d\x4c\x95\x47\xff\x7a\x1e\x20\x32\x98\xae\x8f\x10\x49\x61\x9a\x3d\xa2\x3f\x04\x69\xf6\x42\xd5\x04\xee\x3a\xd5\xc7\xc7\xc4\x1f\xe4\x95\x0d\xd3\xe0\xe9\x9d\x40\x1a\xbc\xae\xd5\x92\x84\x20\x4d\x4e\xda\x24\x20\x2a\xb5\xbf\xc4\x1f\xae\x21\x1c\xa7\xde\x1e\x24\xf5\x88\xe1\x1a\x0e\xd1\xeb\x8c\xc1\x0b\x64\xff\xe8\x41\x85\x18\xe0\x7e\x53\x89\x40\x11\xa4\x7f\xcb\xb0\xcd\x21\x74\x85\x31\x00\x5a\xf6\xf1\xc4\x4b\x26\xa7\xe3\x21\xc1\x87\x62\xa6\x69\xdb\xc8\xa5\x11\xa6\x6d\xdb\x3c\x1b\x40\x0c\x8a\x73\xc4\xd2\x47\xf2\xe7\x78\xc1\x93\xf9\x10\x91\x6e\x2d\x15\xc1\x48\x02\xd2\x54\xca\xe3\x55\xd3\xf0\xdb\x0d\x93\x7d\x90\x57\x20\x5e\x38\x42\x0d\x2d\xaf\x71\xfe\xec\xf3\x56\xe7\xca\x5c\xf0\x24\x10\xca\x44\x4e\x8e\x90\x18\xbf\x8f\x77\x84\x71\x3e\x32\x1d\x8c\x13\x9f\x56\x42\x1b\xc5\x0b\xfc\x47\x28\x07\x79\x3b\xf2\xab\x7f\x05\x81\xb3\xb6\xaf\x20\xde\xf9\xbb\xbf\xcf\x8d\xfb\x82\x65\x39\x37\x22\x86\xa0\xdf\x4d\xf3\x73\x90\x48\x25\xc9\xcf\xd1\x71\xca\xcf\xed\x73\xdc\x4f\xca\xdc\xa3\x45\x5b\x72\x33\x59\xfe\x7a\x70\x72\xc3\xc3\x00\xc4\x42\x6e\xbb\xb0\xaf\x5f\xe9\xcc\x92\x84\x1d\x89\x3b\x53\x6e\x86\x7c\xd9\xed\x8c\x28\x15\xc9\x40\x88\x9e\x4a\x36\x9b\x24\x91\x47\x10\x71\x34\x49\xe4\xd1\x39\xe0\x49\xf2\x8e\xe4\x62\xe5\xf6\x59\xfa\x98\x28\x96\x3e\x50\xf6\x89\xab\x4f\x6c\xb6\x37\xf6\x52\x65\x42\xe0\x8a\xea\x64\x42\xcd\xe8\x09\xb4\x21\x7e\x12\x8a\xe9\xdc\x8c\x43\x16\x7c\xb7\xeb\x7f\x47\x9f\x78\x12\xa0\x6c\x4d\xdc\x78\x5a\x0c\xc6\xc9\x2b\x32\x5c\x30\xc4\xbd\xd9\x68\xa3\xae\xa2\xd0\x26\x0d\x68\x48\x3f\x84\x25\x46\x89\x99\xb8\xe5\xd4\xaf\x1f\x90\xc8\xd5\xf6\x72\x6f\x93\xf2\x54\xb9\xcc\x6f\x45\xf4\xdb\x86\x08\x20\xe8\x48\x12\xb7\x9c\x0a\x77\x92\x1b\x86\x01\x82\x18\x26\x2e\x37\x1d\x84\x78\x6e\x66\xb2\x72\x6c\x3a\xe8\xfb\x5b\xb1\x74\xae\x15\x97\x26\x1d\x1b\xba\x31\xb2\x2d\x25\x89\x39\x62\x38\xce\x53\x68\x06\xed\x11\xcd\x08\x77\x93\x1b\xc0\xe3\x66\x1b\xd2\xd0\xa1\xfc\x4d\x12\x73\xc4\xe6\xfe\xde\xfa\x51\x72\x00\x09\x25\x5e\x3d\x5c\x84\x27\x02\xf2\x90\x9b\x01\xf8\x92\x7e\x00\xfa\x92\xb6\x2d\x71\x9b\xc9\xef\xbb\xaf\x29\xe2\x56\x9f\x24\xd4\x48\x40\xb9\x49\x12\x8d\xce\x2b\x9b\xfb\xe6\x45\xa1\x7e\x37\x30\x5f\x52\xc6\x90\x10\xd6\x6b\xde\x5f\x7d\x9a\x5c\x03\x03\x40\x92\xe9\x3f\x8b\xf5\xc6\xbd\x5b\x1c\x5b\xee\x60\xda\xf0\x01\xcc\x2f\xf9\xc5\xe2\xb4\x92\x9c\x16\x0d\xaf\x91\xc4\x5b\x25\xbf\xf6\x9f\x87\xca\xa0\x8c\xa8\xcb\xb9\xda\xb1\xf0\x22\xfe\xe4\xae\xcf\x66\xa3\x1f\x33\x3b\x25\x63\x30\x7f\xeb\x22\x0c\xb9\x1b\xdf\xce\x7e\x02\x31\xdc\xdf\x7e\xb0\x11\xda\x0b\x1b\x49\xeb\xd9\x2f\xc7\xf6\xe5\x60\xf5\xb7\x80\xc9\xa7\xf5\x70\x3c\xdc\x23\xbc\x52\x3a\x8e\xe9\xb9\x0f\x23\x9e\x58\x46\x1c\xe3\xce\xe2\x89\x12\x44\x12\xc9\x9d\xbc\xa2\x58\xba\x93\x5c\x14\x89\x07\x43\xe2\x7d\x12\x88\xb1\xf9\x9b\xc7\x09\xfd\x4c\xa3\xba\xf0\xad\x03\xe0\xba\x63\x23\x17\x27\xf1\xdb\x72\x3f\x79\xd8\xfd\x2d\x22\x3c\xae\x53\xb9\x8b\xd7\x74\xaf\x71\x65\x04\x78\x9c\x78\x8a\x34\xb2\x36\xa5\xf9\x27\x40\x17\xe4\x7e\x19\x09\x85\x32\x56\x5a\x1e\xf3\xdc\x6f\xb3\xb2\xd3\x5e\x10\xfb\x64\xbf\x20\xd8\x58\xc3\x73\xbf\xa5\x1b\xbf\xb2\x66\xe6\x0e\xde\x8b\x38\x61\xb9\x0b\xd4\x0c\x06\x45\xc6\x18\x10\xd9\xb9\x13\xee\x1a\x77\x91\xdc\x1f\x23\x4c\x52\xd6\x89\x79\xf0\xc1\x57\x5f\x2a\x7e\x0b\xd5\x2e\x1e\x1c\x70\x5d\xe8\x21\x12\x17\x94\x84\x95\x4d\x92\x53\x24\xd0\x80\xc4\x8d\xa4\x39\xa1\xa2\xbc\xce\x85\xd6\x15\x04\x87\xec\x2c\xb0\xfa\xb8\xd6\x64\x29\x12\x1e\xda\x57\x59\x56\xfa\x44\x46\x2f\x1c\x84\xa2\x53\x32\x87\x0b\xb7\x10\x13\x0e\x27\xc9\x23\x3a\xc1\xe6\x92\xe4\x11\x26\x1f\xce\x82\x55\x0b\x30\x61\xe2\x3a\x12\x38\xbf\xa6\xee\x22\x40\x12\xb2\x90\x31\x06\x1f\xcf\x34\xc1\x04\xc9\x84\x53\x77\x11\xb8\xc9\x2c\x1f\x22\x7e\x1d\x96\x82\x7f\x25\xae\x23\x89\x5b\x48\x23\x13\x4e\x16\x2e\x07\x69\xb4\x92\xa4\x12\x26\x37\x4e\x92\x4a\x74\xb0\x5f\x59\x8c\x23\xc5\x45\x27\xc1\x44\xf3\xb5\x2b\x86\x4f\xe1\x40\x15\x92\xc2\x00\xe2\x4d\x12\x4f\xb4\xe1\x38\x51\x3a\x57\xe7\x88\x78\x8e\x88\x9d\x24\x98\xa8\x60\xf2\x12\x97\x92\x8e\xce\x26\x0b\x16\x5e\xc0\xd2\x59\x0e\x94\xad\x3b\xed\x0f\x08\x43\x67\xcc\xba\x4b\xf1\x40\x15\xb8\x73\x1f\xa5\x72\xb9\x3e\xb4\x21\xb5\x18\x62\x51\x96\x4b\x6e\x98\xf5\xbf\x0c\x26\x48\x9b\x1b\x8e\xc1\x75\xbb\xc1\x69\xb9\xce\x88\xc6\xe1\x5e\x1b\x7a\x88\x47\xac\x10\x32\xa8\xbb\x86\xaf\x56\x60\xce\xc6\xab\xda\x81\x31\x00\xed\x91\xf0\x97\xd7\xd0\xec\xeb\xb7\x75\x93\x9b\x59\x63\x30\xe7\x01\x31\xd2\xb2\x0a\xbd\xe1\x3c\x54\xd0\xe8\x04\x19\xcc\x0a\x0c\x67\xd8\x1e\xfd\x10\xae\x4a\x59\xd5\x09\xb1\x5f\x55\xf7\xa4\xad\x51\x46\x79\xed\x6f\x11\x09\x09\x33\x9f\x55\x17\x41\xd6\xdc\x7c\x06\xc0\x70\x16\x19\x80\x3b\xa1\x7f\xa1\x31\x10\x21\xf3\x13\x6c\xb6\xc7\x2a\x3a\x6d\x1f\x9e\x19\xda\xe0\xb0\x4e\xa6\xaf\x34\x97\x00\xba\xba\xc4\x5b\x22\x01\x18\xa7\xf9\x03\xe0\x32\xb3\x0a\xc4\xe5\x0e\xea\x39\x41\xd2\x96\xc4\x73\x22\x31\x3e\x25\xf9\x03\x4c\xa0\x9d\x75\x98\x42\x95\xb1\xa1\x67\xf5\x9c\xe3\x39\x61\x62\xed\xac\x83\x90\x5c\x95\xb1\x0d\x99\x1a\xfa\x84\xd3\x25\x38\x63\xe2\x45\x51\x89\x43\x96\x95\xc0\x12\x85\x33\x6f\x4e\x02\x82\x3f\x26\x79\x08\x9a\xfb\x8b\x87\x44\x54\x1e\x31\xbc\x22\x62\x77\xbe\x5a\xf9\x79\xfc\x2b\x00\xf8\x45\xe0\x7f\x41\xcc\xea\xe7\x68\xcb\x00\xcd\x46\x0c\xc5\xc7\xad\xa2\x0d\x3f\xce\x21\x6d\x4e\x0e\x6a\x3b\x5c\xec\xcb\x2c\x31\x2c\xde\xa7\x24\xb5\xcc\x8b\xee\x42\x5e\xc0\x22\x20\x36\xb8\x5b\x54\x12\x73\x64\x25\x9a\x28\xa6\xfe\x24\xbf\x6c\xfa\x42\x57\x62\x6b\x01\x96\xcb\x4a\xd8\xe6\xe1\x21\x7a\xd4\xcd\xd0\x0f\x51\x46\x81\x39\x64\x15\x7c\xeb\xe2\x41\x8c\xd3\xc5\x80\x85\xce\xef\xb7\x58\xdc\xa0\xf8\xb8\x70\x34\x44\xda\xc4\x3d\xa3\x61\x11\xcb\xfa\x7a\x60\xf9\xad\x96\x5c\x5e\xac\xfa\x9a\x31\x7d\xd5\x37\xd8\x69\x74\x03\x49\xee\x81\x3a\xf9\x6d\xdb\x38\x44\xf4\xd9\x60\xad\x11\x69\xb3\x6d\x3e\x08\xfe\x16\xb4\x35\xf3\x6a\xbb\xba\x46\xcb\x3a\xd3\xaf\x71\x92\x27\x20\xc8\x5b\x90\xad\xa8\x0f\xa3\x4f\xc4\x52\x82\x66\x66\x03\x34\x8b\xf5\x27\xc9\x25\xd0\x88\xd7\x95\xad\x68\x90\xd8\x29\x63\x01\x9c\xfe\x16\xbc\xdd\x66\x7b\xf4\x85\xbb\xed\x11\xfd\x9a\x7d\x12\x97\x0e\xc2\xd3\x3e\x8e\x87\x31\x54\x38\x5d\x2e\x4a\x03\xf7\xb6\xb9\x0e\x28\x73\xb1\xd2\x66\x03\x03\xd7\x9c\x17\x10\x1e\xc2\xd1\x64\x13\x70\xbb\xfb\x5b\x41\xc5\x6b\xdf\x1b\x86\x1c\xbc\x31\xb2\x35\x89\x34\x6d\x48\x68\x52\x1d\x27\x21\x68\xc8\x28\x95\x0d\xf0\x6d\x71\x2e\xa6\xc1\x63\xaf\x1b\x01\x07\x51\xb8\x67\xeb\x46\xd9\xb0\x8c\x02\xfa\x6b\xa3\xa4\x41\xff\x70\x54\xe0\xdb\xb2\xc9\x51\x0d\xeb\xe1\x4e\xe0\x2a\xf0\x7a\x69\x58\xc6\xb3\x85\x7e\xca\x8c\xd9\x6c\xf7\xdd\x7a\x22\xeb\x3a\x5f\x60\x14\xdf\x5a\x85\xe7\xcd\x32\xa9\x19\x3b\xdf\x02\x6f\x47\x90\xcd\x6c\x46\x9f\x71\x5e\x9f\x21\x87\xfa\xc1\x3a\xbb\xfe\x10\x12\xa0\x43\xd9\x70\xc1\xc2\x4a\x98\x0d\x42\x82\xbb\x60\x36\x93\x95\x40\x84\x9a\x96\x6e\xe7\x88\x27\xcd\xf0\x3c\x90\x84\x28\x1c\xcf\xa1\x3a\x88\xdf\x1e\x1a\xe1\x98\xd7\xa1\x04\x62\xbd\xd6\x73\x7e\x8b\xdb\x15\xfa\xad\x6c\x87\x0c\x05\x6d\xc0\xcf\x49\x13\xf0\xb0\xe9\xfd\x2b\xc3\x45\xf1\xd0\xb5\xd3\x88\xbb\xcc\x0b\x40\xbe\x84\xaa\x61\x8c\x01\xed\x90\x0d\xdd\xb0\x92\xcc\xe7\x61\xe3\x9a\x63\xc1\x44\x57\x9d\x78\xd2\x04\xd6\xed\xc4\x93\xa6\x8e\xf2\x4b\xce\x0c\x37\x9b\x44\x3f\x91\xed\x16\x10\x48\x59\x99\xdb\xcb\x6a\x68\x1a\x17\x66\x11\x95\x54\x8c\xc2\xe5\x26\x14\x2b\x48\xd6\x10\x58\xd9\xb2\x11\x8e\xa6\xb1\x51\xdd\xb0\x33\x10\x21\x5c\x68\xaa\xec\x65\xdf\x59\x60\x2e\x6b\xdf\x0d\xbd\x5c\x29\xe3\x38\xce\x44\x3b\xa2\x07\x3a\x80\xec\xbb\x0a\x62\xeb\x0d\x31\x44\x3f\x45\x57\x93\x49\xd9\xe8\x12\xb4\x21\x69\x08\x20\xc3\xec\xc5\xb0\x3f\xb6\xc1\xd2\x64\x9f\x5e\x6e\x38\x9b\xae\xe3\x2f\x5c\x29\x09\x20\x02\x7c\x5b\x76\x32\x5e\x77\x36\xa1\x57\xa2\x5d\xc0\x15\xe1\xa2\xd3\xf0\x3b\x4b\x5d\x74\x88\xe7\x94\x5d\x3f\x47\xe7\xf5\xc5\x94\x67\x3c\x88\xcf\xf8\x3f\x26\x6e\x36\x81\x7f\x68\xe2\x66\x13\xe8\xd2\x92\x84\x11\xad\x40\x44\x3b\xf8\xb9\x69\xfb\x2e\x21\xb4\x0d\xd0\x89\x69\x1b\xc2\x66\x3b\x2f\x53\x85\x71\x18\x71\xc5\xc9\x70\x4d\x08\x78\x07\xee\x27\x71\xc5\x19\x60\x83\xb2\x07\xc4\x86\xbd\xeb\xba\xa8\x41\x5c\xbb\x19\x84\x8a\x65\x23\xa6\xd2\x1e\x0b\x2c\x49\x7d\x13\xf7\x9b\x86\xa2\x3c\x7b\x1a\x66\xc7\x7a\x80\xa9\xf6\xb9\x5e\xfa\x0a\xe0\x36\x71\xb9\x09\xfc\x04\xd3\xe4\x14\x38\x22\x67\x1f\x66\x31\xb7\x3d\xc6\x89\x62\x59\xf5\x05\xfd\x13\x4b\x0f\x9d\x4d\x92\x7f\xa2\xab\x83\xc1\x85\xa6\x76\xf7\x9a\x58\x7a\xd3\x33\xf6\xf9\x08\x33\x66\x9c\xec\xbb\xe3\x3c\xc9\x28\xc5\x23\xd0\xf1\x1d\x6e\xd3\x36\x18\x4e\x20\xf0\xb8\xd0\x04\x50\x82\xc4\x85\xa6\x81\x2f\x4c\xbc\x64\x82\x10\x43\xd9\x4f\x71\x90\xd4\x7f\x8f\x3c\x63\x13\xcf\xd7\xad\xc7\x4f\x96\x0b\xdd\x8d\x14\xe3\xbe\x20\x52\x0d\xe7\x7e\x6b\x04\xe2\x5b\x37\x5e\x20\xf6\x89\x21\xa7\xda\x0f\x0f\x7e\xb8\xef\xf8\x57\x62\x90\xc8\xfe\x10\x8c\xa1\xd0\x3f\x00\xd7\xe2\xfe\xbe\xd4\x3b\xf7\xd7\xfe\x6d\x43\xc0\x4a\x1e\x8a\x8e\xe3\x3e\xba\xea\x8c\x8d\x87\x6b\xb3\x8c\x3b\x16\x77\x30\xb4\x6c\x72\x07\xf1\x44\x09\x00\xd2\x89\x27\x4a\xe2\x7b\x9b\x01\xac\x86\x20\xad\x19\x62\x55\x77\xcb\x62\xce\x92\x32\x77\x90\xb3\x8a\x07\x49\x43\xaf\x9c\x78\x8d\x34\x8c\x85\x19\x0d\x11\x9b\xf1\x07\xae\x68\x44\xc4\xcd\x80\x5b\x05\xb3\x98\x41\x7a\xbc\xad\xfc\x52\x67\x16\x60\x6b\xb0\x74\xa4\xee\x22\xb8\xf4\xa4\xee\x1f\x60\x4a\x32\x90\xe9\x89\x4b\x9e\x21\x8b\x0b\x31\x0b\x2c\x17\x44\x22\x48\xdc\x39\x6a\x3a\x21\x50\xdb\x44\x25\xcd\x40\xb1\xab\xde\x05\xd7\x8e\x70\x13\xc2\xc3\x0e\x47\x82\x9b\x47\xaa\x53\xc1\x9d\xa3\xca\xf9\xe1\xce\x51\x93\x0d\x09\x12\x34\x78\x59\x4d\xea\x01\x76\x2d\xe3\x04\x94\x68\x3f\xa7\x56\x0f\xda\x10\xcd\x15\x65\x6b\x86\x80\x3d\xc4\x34\xdc\x2a\x3a\x61\x6d\x32\x48\xd6\xe0\x0b\x41\x12\x90\xc0\xc4\x9d\x61\xa4\x56\x88\x13\x2e\x16\x15\x0f\x89\x34\xf1\x87\x5c\x08\x2e\x16\xad\xb8\xf9\x04\x19\xec\x6e\x88\xe9\xe8\x78\x59\xe3\xf1\x45\x64\xfc\x8f\x97\x89\xf6\x8f\x84\x8a\x8d\x22\x22\xab\x44\x37\x30\xbf\xe3\xbe\x95\x78\x5a\x34\x2c\x74\x89\x77\x45\xa8\x3f\xf8\x3c\x2a\x38\xec\x7a\x4e\x7c\xeb\xa6\x33\x3a\xf5\x29\x07\xc9\x01\x24\xb1\x48\x53\x27\x87\xb7\x44\x12\xda\x28\xf1\x96\x68\x80\x12\xd3\x24\x23\x84\x4c\xce\x44\x27\xaa\x2e\x27\x31\x5a\x28\x86\x64\x91\x6b\x5f\x73\xcf\x6a\x0a\x34\xda\x54\xbd\x1f\xf8\x6d\xf5\x15\xe7\xbb\x84\x70\x01\xce\x93\x24\x10\x49\x72\x24\x24\xc9\x41\xd2\x07\x21\x21\xcc\x44\xca\x48\x92\x80\x74\xe2\xde\x65\xa2\xfb\x24\x39\x4e\x92\x04\xa4\xe1\x3a\x95\x89\x1e\x14\x7f\xc3\xcc\x44\xb1\xce\x39\xc4\x33\xa0\x92\x7b\x34\xf1\x0c\x88\xcd\x3e\x87\x84\x7f\xad\x73\xe2\x9f\x98\x88\x42\x09\x07\xa3\xce\x2f\x0f\xf3\x63\xf2\x5b\xa2\x10\x13\x75\x36\xf3\x20\x1f\x2b\x84\x01\x44\x7f\x05\xa7\x95\x20\xfa\x1b\xf0\x90\x4c\xc3\xb1\xdb\x0f\x58\xab\x70\x6d\xd7\x39\xac\x24\xac\xce\x5c\xa2\x74\x16\xd7\x4d\xb8\x13\x0f\x72\x7e\x49\x79\x58\xb7\x47\x97\x30\xc6\x09\x64\x43\x2e\x3c\x91\x3a\xe6\xd7\x06\xe4\x3e\x67\x2c\x1f\xad\x96\xb6\xc1\xf7\xb6\x5a\x86\xc3\xb6\x7f\xac\xcc\xe0\xea\x92\x3c\x1f\x9d\x80\xa4\x29\xfa\x1e\x8b\xe7\xba\x4d\xf4\xbf\x53\x46\x0c\xe7\x2c\x91\xab\x23\xc9\x3f\x91\x03\xdf\x5b\xcf\xd5\xc0\xf8\xd4\xfb\xa4\x8c\x81\x84\x33\x36\x1a\x60\x5d\xee\x23\xf9\x36\xba\x3a\xc2\x81\x3e\x5b\x42\x3b\x02\x62\x06\x6d\x19\xfa\xb4\x42\xf0\x46\xd8\x9e\x32\x51\x36\x08\x6d\x94\x82\xdb\xd5\xe1\x0d\x1e\xc3\xac\xbf\x8a\x34\x9b\x03\xbc\x11\xfe\x59\x39\x00\x70\xaa\xf3\x18\xbe\x94\xb0\x88\xc3\x50\x36\x2c\xde\x30\x99\x2d\x22\xd5\x38\xb8\xa0\xd6\x7f\x6c\x2a\xbf\x25\x22\x80\x0a\xfa\x71\xba\x18\x2c\x00\x4a\x43\x12\xf9\x26\xc8\xf4\x06\x28\x31\x07\x98\x1e\x5f\x77\x90\xe9\xa9\x82\x9b\xa4\x18\x15\x27\xdd\x1c\x28\x0d\x55\xdc\x83\x22\x6f\xe0\xdb\x92\x04\x16\x55\x02\x4c\x02\x8b\xa6\x48\x35\x5e\x52\x7f\x41\x18\x48\x5a\xd1\xd4\xcd\xcc\x0d\xd7\x1d\xc6\xf9\xa1\xc5\x99\x3b\xc9\x29\xba\x46\x02\x92\x4a\x34\x5c\x3b\x92\xa4\x12\x8d\xf4\xfa\x39\xf5\xea\x87\x20\x4d\xc4\x28\xc2\x0c\x27\xc9\x23\x3a\xd1\x5c\x73\xa2\x63\x23\xa0\x64\xce\xe6\x86\xd0\x5e\xbf\x45\xfb\xe9\x8a\x5a\x8d\x32\xd1\x53\x79\x1d\x41\x91\x07\x11\x2b\x72\x9a\x4d\x1c\x1d\xcf\x34\x59\x2b\x2f\xdc\x84\x1b\xf3\x25\x9b\x1e\x16\x88\xd0\x34\xdd\x17\x6b\x08\xba\xbc\x13\x2c\x2f\x27\xc0\xce\xca\x05\x05\x5d\x9e\x8a\xba\x20\xca\x03\xb7\xb4\x9c\x46\xa3\x70\x0c\x70\x57\x58\x30\x73\x0e\x7d\x4b\x69\x0f\x8c\x45\x5d\xe3\xfc\xf4\x25\x96\xd1\x9f\x71\x81\x26\x5c\x94\x5c\xce\x3c\x58\x4f\xc7\xff\xe9\xde\x98\x3b\xf1\xf3\x88\x1b\x97\xa0\xc8\x9b\xfa\xc5\x69\x44\x62\xe7\x88\x91\x43\x71\x86\x5c\x0e\x41\xda\xb6\x9c\x24\x3d\x26\x54\x4e\x9a\xcb\x81\xe8\xc4\x39\x79\xc4\xaa\xdf\x35\x0a\x31\x0f\x08\x08\xf4\x5e\x1c\xdb\x45\x80\x3f\xd7\xc1\xec\x55\xee\xc5\x25\xdc\x80\x7a\x33\x94\x3b\xe6\x5b\x03\x0f\x73\xbc\x15\xab\xe9\xff\x16\x03\xc7\x78\x50\x4c\xab\x33\x9b\x66\x03\xe3\x52\x4e\x75\xcf\x5c\xee\x89\xee\x99\x50\xf1\x39\x51\x7d\x6c\x9e\x1f\xf3\x34\xb0\x8f\xc7\x06\x90\x98\xb1\x1d\x1b\x50\x9d\x69\x3d\x39\x36\x20\xe4\xc7\x06\xe1\xe7\x7c\x1e\xe4\x48\xc5\xaa\x98\xc7\x6e\x8e\xd1\x46\x19\x3d\xee\x6e\x3d\xe7\x0d\xa2\x72\x60\xe4\x53\x1f\x6c\x2e\x07\xb9\x76\xc0\xea\xa9\x3e\x92\x5c\x0e\x31\xac\xff\x54\x10\x6b\xbe\x87\x61\xbc\x39\xdb\xe4\x72\x08\x25\x87\x03\x03\x9e\x44\xe8\x80\xeb\x52\x15\x40\x8e\x87\x0a\xe6\x2c\x01\xae\x57\xfc\xb8\xf3\xa8\xba\x7b\xd1\x7f\x33\xd3\x17\xdf\x6d\x3e\x56\xcc\x9d\x68\x2c\xea\xa7\x0f\x93\x18\x73\x37\x0f\x8c\x34\x8b\x73\xfd\x05\x31\x3b\xba\x7a\x1d\x7e\x24\x92\x1d\x91\xe7\x30\xe3\x50\xb5\x5e\x25\xa0\xf5\x86\x13\x61\x20\x24\x2c\x50\x46\x3f\x70\xc6\x95\x2b\x3a\x52\x25\x20\x13\x25\x7a\x2d\xa0\xcd\x3c\x10\x49\xd2\x6f\x61\x3d\xf4\xd5\x3f\xc0\x8d\xe1\x0b\x96\xc7\xd0\x77\x8f\x09\x69\x7e\xe7\x75\x3c\x86\xc8\x7d\xc6\x80\xa5\x06\x74\x7c\x1e\x70\x6c\xbb\x9b\x80\x7b\xc6\x70\x33\x0d\xe1\xe2\xa2\xa2\x3f\x90\x90\x1c\x5f\xdc\x7f\xfa\x39\x34\x4e\xf0\x5d\xe0\x24\x5a\xc1\x48\x6c\x91\xea\xe4\x0e\x53\xf6\x43\x20\x0f\x83\xee\x79\xe8\x2e\xe3\x54\xf1\x5d\x71\x60\xd6\xe3\x64\xff\x1d\x8a\xdb\x8c\x4c\x96\x81\x1b\x38\x9e\x5b\x7d\x06\xf5\x8f\x8a\x60\xd6\x87\x57\x19\x88\x44\x1e\x00\x29\xc1\xa2\xe5\xf1\x80\xec\x9e\xb6\x37\xd5\x9f\x6d\x5e\x5e\x68\xca\x2f\x71\xda\x20\x6c\xc7\xab\x33\xb7\x65\x38\x57\x0f\xec\x8b\xfe\x92\x83\x73\xea\x1c\x0f\x81\x39\x8d\x59\x5f\x2c\xe3\xd7\x99\x96\x09\x8c\xc8\x85\x3e\xf1\xd8\x68\x10\xb0\x53\x98\x09\x73\x39\xcd\x01\xca\x7e\x9d\x88\xed\xb8\x84\xe5\x59\xb0\x80\x73\xc0\x4f\xbc\x34\x54\x3b\x80\xd6\xcf\x40\xf4\x3e\x9b\x1e\x15\xf4\x69\x66\xee\x6a\x3d\xd9\xab\xe0\xec\x4f\xe3\xce\xfb\x2d\x5e\x7d\x9c\xb0\x53\x14\x3f\xc0\xdd\x34\xa9\x87\x06\xa7\x13\xa3\x4b\xeb\xb6\x01\x86\x50\x2d\xcb\x79\xd0\x27\xba\x31\xa0\x2b\x79\x2a\x75\x70\xb6\x4f\xb0\x8f\x24\xe0\x4d\x93\x6e\xc8\x7d\x9e\x9c\x55\x12\xee\x24\x39\x33\xaa\xf0\x01\x72\x63\x44\x38\xfe\x01\x34\x86\x47\xf5\x9c\xfa\xd5\xd2\x27\x00\x63\x0d\x0f\xe4\xc0\xe8\x1a\x81\xc8\x75\x91\xaa\x5f\x4e\x30\x55\xe1\x98\x09\x4b\x3f\x1c\x27\x51\x94\xc3\xf5\xc4\xaa\x58\x5d\x87\xd3\x4c\x65\xd6\xa3\xe2\x70\x4d\x2e\x93\x12\x53\x2f\x48\x98\xc7\xff\xd4\xf7\x73\xb7\x4d\xd0\xa7\xf5\x1a\xb1\x58\x07\xe0\x51\x4a\x1a\x20\xee\xbb\x06\x92\x93\x50\xf4\x4a\x14\xe4\x7e\x68\xd5\x7e\x30\xcc\x10\x5a\x2a\xcd\xa9\x40\xc6\xad\xbc\x70\x21\x53\x8d\x73\x61\x95\x96\xf0\x5f\xf8\x57\xaa\x9e\xba\x8a\x92\x18\xbf\xc5\xa0\x82\x1f\x6b\x5e\xa8\x80\xe4\x80\x2f\xfc\x8e\x71\xb5\x4a\xf3\x19\xb4\xf1\x4b\x9d\x19\xc9\x0e\xfa\x6e\x67\x00\xf3\x64\x71\x2f\x0e\x14\x61\x61\xf2\x92\x4a\xb2\x78\x26\x26\x20\x04\x75\x9a\x8c\x60\xb7\xcd\x07\x88\x65\x12\x3a\x10\xc3\x61\x80\x52\xef\x00\x4d\xf3\x02\xbc\x4a\x7c\xb2\x14\x69\x4e\x60\xc7\xfc\x10\xe5\x1c\xf6\xcb\xa4\x27\x6c\xf8\x65\x1c\xb5\xaf\x1e\x3d\x8a\xdf\x25\x5e\x94\x96\xa3\x0b\x6b\x88\x26\xdf\x4b\xf7\x0c\xc4\x61\x73\x0f\xc8\x01\x5c\xe8\x4e\x84\x21\x5c\xea\x4e\xdc\x04\x95\x95\x9b\xf5\x70\x1b\xe8\x48\x40\x7f\x2f\x66\x7b\x95\x6f\x75\x45\x96\x45\xe5\xf3\x2d\x5f\x65\x2e\x04\xb9\x07\x2a\xee\x58\x79\x21\x36\x12\xa4\x32\xc9\x31\x50\x89\xb0\x90\x17\x16\x5e\xe2\xe9\xe7\x4d\x28\x1e\xf5\x0d\xf7\x06\x4a\x1a\x76\xfd\x26\xe9\x06\x91\x23\xf2\x36\xc3\x0f\x1c\xed\xbd\xf1\x22\xa2\x3f\x23\x3f\xc1\x50\x51\x7b\x23\x36\xfa\x98\x98\xab\x80\xf0\x4a\x79\x63\x1d\x76\x5f\xc8\x4f\xd0\x5d\x67\x11\xdf\xc4\xf4\xca\x1b\xdd\x24\x19\x84\xf2\xf6\x15\x0f\xdb\x9b\x85\x3a\x28\x63\x3c\x80\xa8\xdf\xc5\x43\x4d\xfb\x62\x74\x15\xeb\xb5\x9c\x5a\x46\x49\xcd\x7a\xde\xc5\xf3\x43\x3f\x38\xd3\xcb\xbd\xdd\x05\xce\x8f\xcb\x74\x63\x6c\x50\x77\x75\x7f\xfa\x48\xfa\xc1\x12\x0d\xe2\x3e\x6f\xdd\xd5\xe0\x60\x6e\x43\x65\x3b\x06\x02\x89\x0a\x7b\xb9\x31\x1e\xe4\x57\x6e\xec\x0b\x73\x24\x64\x10\x8e\xfe\x79\xc3\x01\x68\xb0\x21\xa7\x42\xd5\x98\x74\x77\xd5\x1a\x6b\x1f\x6f\xac\xc6\xd5\xbd\x30\x3c\xb6\xe3\x41\xd4\x55\x4c\xbe\x51\xfa\xab\x97\x05\x10\x1e\x72\x21\xf7\x47\x08\xa9\x4f\x70\x63\xb6\xc7\xb2\x5c\xdc\x8b\xe4\xec\x41\x80\x6f\xa2\x6f\x7c\x63\x4b\x83\x12\x5a\x56\x44\x65\x4d\xe4\x80\x11\x69\x6f\x38\x60\xbc\x25\x12\x20\x77\xc5\x8b\x22\x6f\x12\xfd\x28\x4d\x91\xd7\xa1\x49\xe4\xcc\xeb\x80\x6f\x69\xde\x8a\xcf\x3c\xc8\x37\x04\x12\x44\x7f\xde\xf8\xfc\x76\xcf\x0c\x16\xc3\xb4\xff\xd3\x30\x5c\x7c\xf7\xd4\x89\xdc\x7a\x60\x56\xee\x97\x58\x52\x1e\xed\x5b\x7f\x4c\x88\x1c\x39\x21\x42\x64\xc2\x7d\x9a\xac\xd8\xfe\x51\xbf\x70\xbf\x00\x84\xa7\x16\xf0\x5b\x2e\xd9\xfd\x25\x3a\x4f\xf1\x5e\x10\x41\xa3\x3a\xc7\xdb\x04\xce\xbf\x14\x33\x41\x88\x77\x2f\x9f\xc9\x26\x70\xc5\x49\xd0\xe2\x4d\x22\x74\x63\x0c\x28\x0e\x1c\xe4\xb8\x9c\xd9\xfd\x88\x2f\xb1\x1e\x11\x06\x0a\x7e\x3f\x9a\x58\xfd\xed\xc5\x24\xac\xc7\x64\x0d\x71\x22\x79\x44\xd3\xca\x29\xfa\x5b\x3d\xd0\xb3\xc1\xcd\xb0\xa8\x0f\x79\x39\x71\x2b\xca\x47\x23\x01\x9b\x63\xd2\x87\xc1\xa2\x92\xf4\x21\xe5\x9c\x1e\xb8\x07\x5f\x35\x51\xe1\xc4\x45\x4b\x90\xe0\x81\x67\x43\x82\x04\x4f\xf5\x2b\xcf\x67\xe9\xab\x94\x11\x39\x79\x39\x40\x76\x77\xcd\xe3\x8f\x91\x2c\x6c\x8f\xd2\x5f\x3d\x1f\x48\xed\x24\x96\x7a\x82\xd4\x0e\x1c\xee\xf3\x69\x18\x3c\x1c\x3f\xe1\xb1\x71\xad\xc9\xa7\xe9\xbb\x17\x94\x11\xd5\xe1\x38\x1f\x14\x9d\x20\xeb\xf3\xe9\xea\xc6\x2c\x23\x6e\xc0\x55\x88\xce\x26\xea\x6c\x92\x24\xa2\x0b\x61\x78\x4c\x6e\x32\xac\xd7\x74\xcf\xd8\x42\x22\x6a\x99\x57\xdf\x7a\xf4\x9d\x78\x0f\xe4\x63\x1c\x79\xd7\x3c\x51\x0a\xb3\x77\xcf\xf0\x65\xa5\x4f\xe2\x63\x75\x7f\x0b\xe7\x11\xce\x1d\x47\x7c\xc5\x25\x10\xdc\x9d\x88\xaf\xf9\x90\x50\x5a\x7c\xd2\x33\xd1\x9b\x72\x06\x44\x76\x6b\xe5\x7c\x85\xc9\x60\x50\x01\xf4\x9b\xe2\xf9\x8c\xe9\xaf\x6e\xe6\x55\x29\xcc\x7c\x5f\x39\xb0\x62\x19\xfd\x1f\x7b\xfd\x6a\xd9\xe4\x5c\xbd\x66\x5e\xb7\x7d\x18\x48\xb1\x51\x06\x17\x05\xc7\x0c\x58\xb7\x8b\xb1\x7b\x85\xae\x4c\xeb\x0d\x36\x60\xbd\xd1\x3a\x82\x32\x21\x83\xfc\x2e\x01\x09\x14\x21\x01\xe8\x36\x02\x09\x24\x71\xf3\xbb\x1c\x18\xb1\xf2\x2b\xa0\xe5\x04\xac\xdb\xc8\x5a\x96\x00\x74\x2b\xd9\xdc\xf3\x9d\x26\x85\xa1\x9f\x89\x8e\x13\xc6\x01\x80\x6e\x05\x58\x9e\xc4\xbe\xef\xe2\x2f\x89\x7d\x1f\xdf\xba\x2d\x62\x33\xe4\xec\x5f\x88\x8a\xcc\x05\xa0\xdc\xaa\x71\x8e\x30\xf6\x41\xd4\xd6\x7c\xbf\xb8\x7d\xfc\x16\xe3\x04\x61\xbf\xf3\xfd\x74\xc3\xcc\x8b\x70\x5e\x0d\xc2\xf6\x82\x03\xf3\x61\x79\xe1\xcc\x00\x90\xe7\x8b\x8b\x63\x75\x6c\x1a\x2a\x60\x16\x04\xe8\x86\xfb\x68\xa8\xfb\x62\x59\x95\x14\xbf\x45\xac\x96\xd3\x02\x94\x1b\xbb\x63\xc3\x05\x8b\x70\x5e\xf9\xbe\xe4\x48\x75\xfc\xaf\xe3\xd9\x7f\xf7\xf7\x63\x33\xa8\x40\x6c\x94\xf1\x4c\xda\x7f\xe5\x9b\x39\x36\x20\x06\xc4\xe5\x1a\xa0\x77\x83\xa8\xa1\x43\xf4\x2e\x11\x0a\x06\xe8\xdd\x8a\x2f\xe4\xd8\x00\x3d\xe2\xb6\x31\x36\x39\x80\x75\x29\x07\x88\xdd\x8a\x97\xfe\xd8\x08\xdf\x01\x2c\x62\x80\xde\x0d\x30\x6a\x63\x43\xf4\xc0\xfd\x69\x2d\x09\xfd\xf0\x5b\x0e\x38\xfa\x8f\xb1\x55\x23\x4c\xda\x06\x71\x6c\x11\x98\xb1\x19\x65\xc3\xef\x42\x18\xd0\xbd\x8d\x8d\xcc\xd3\x28\x25\xc7\x86\xd5\x83\xe8\x18\x03\x60\x6d\xc7\x71\x7c\x6c\x5d\xe0\x2b\x63\x00\xc9\x0e\x24\x61\x6c\x9a\xcd\x93\x6f\xa5\xc1\x28\x19\x8f\xce\xc1\xc3\x32\x30\x8a\xc9\x3a\xa4\x7a\x02\xfa\x24\xcc\x36\xfe\x83\x63\xc3\xe4\xce\xa5\x1f\x1b\x0a\x68\x8c\x1f\x63\xc3\xe0\xd1\x5c\x37\xdc\xae\xc0\x78\x8d\x6d\x10\x26\x65\x71\x00\x63\xd3\xd2\xb7\x5b\x36\xc1\x32\xe3\xff\x92\x4a\x58\x4f\x2c\xfe\x9d\xf1\xe3\x0b\x09\x32\x7a\x10\x1f\x3f\xc3\x75\x46\x54\x01\x6c\x39\x00\xe8\x56\x62\x59\x8d\x8d\x17\x1a\x31\x7f\x6c\x28\xbb\xc1\xb4\x8d\xcd\xf0\xdb\xee\xcb\x41\xc0\x00\xe7\x7e\xe0\x40\x1f\xf4\xcf\xcb\x8d\xe3\xfe\x20\x6e\x7e\x54\xdb\xf0\x72\xa3\xdb\x1b\x1b\x06\x18\xcc\xe9\x63\x33\x6d\xde\xa4\x0d\x38\xb3\xe1\x77\x8d\x0c\xec\xba\xe1\xc9\xd1\x6c\x8f\xab\x15\x8f\xc6\xd8\x6e\xf4\x82\x95\x3e\xc9\xaa\xde\x3d\xc8\xf8\x36\x0e\xd7\xf0\xd1\xc3\x80\xbd\x7b\xd0\x05\x7a\x36\x00\xf1\x82\xb1\x1b\x1b\x8f\x24\xc0\xce\xb1\xbd\x80\x99\x77\xd6\x93\x98\x76\xb8\xe5\x8c\x7d\x73\x4d\x82\x32\x88\xf5\xaf\x8c\x87\xc7\xba\x7c\x63\xdf\x70\x58\x5f\x1c\xe7\xd8\x37\x8c\x1c\x9c\xc9\x9d\xf8\x76\x44\xbb\x1d\x3b\x67\x9b\x48\xb3\x03\xd0\x6f\xf5\x2c\x11\x07\xbf\x02\x20\x1f\x7b\x11\x52\x44\xff\x45\x49\xc0\x7a\xb9\x19\x7e\x8b\x5b\x54\x67\xcd\xf7\x6a\x32\x94\x8d\x32\xba\x58\xee\x20\x61\xe9\xfb\xb0\x9f\xa6\x7e\x74\xad\xf3\x8e\x57\x07\x98\xb0\x41\x58\xfa\x40\x89\x3f\x00\xee\x76\x2c\x83\x03\xe0\x6e\xe3\x51\x1d\xbf\x85\x96\xa7\x9c\x12\x0c\xfa\x4f\x80\xd0\x1b\x7d\x12\x9b\x0d\x6b\xe3\xd8\x79\xf4\x88\x41\x38\xf6\x94\xf1\xb1\x0d\x9e\x01\xfe\x96\x80\x0a\x78\xab\x8c\x7d\x11\xfb\x8a\x07\xc9\x00\xd0\xdb\xf0\xaf\x1c\xbb\x51\x69\xd6\xc3\x32\x08\x0f\xdf\x09\xa9\x3e\x76\x1e\xba\x70\x9d\xb1\x56\x13\xec\x72\xec\x66\x0f\x1b\xf4\x83\x67\xc6\x92\x46\x7e\x41\xcc\x76\x30\x25\x80\x4b\xc7\x8e\xe2\x15\xaa\x3d\x76\xd8\x4b\x00\x7b\x83\x78\xf1\x01\xcb\x37\xf6\x53\x37\x15\x26\x84\x12\x96\x14\xf6\x63\x87\x8d\x24\x7e\xd8\xd8\xc1\xa8\x55\x27\x47\x48\x6c\x70\x45\x63\xbf\x8c\x41\x6f\x1b\x74\x66\xc9\x62\x60\x8e\x6e\x6e\xe0\xad\x5b\x0e\xfd\x3f\x8a\x1e\xf4\x63\x7e\xc6\x8d\x6f\x19\x52\xc6\xfe\x35\x06\x70\x90\xf7\x07\xf9\x7b\xe3\x5b\x00\x7d\x41\x91\x8f\x1d\x07\xdc\xe9\x82\x69\xb2\xee\x2c\x12\xe9\xe0\x8b\x1b\x02\x77\xb8\xd9\xbf\x71\xe7\x2b\x7d\x12\x87\x09\x37\x9b\x51\xc8\xf8\x4e\x98\xed\x41\xdc\xf9\x3e\xbf\x7a\x2e\x0d\x1b\x58\x8c\x22\xb1\x5e\xac\x61\xdc\x79\xf4\x37\xc3\xb8\xf3\x84\xb5\x19\xc4\x94\xef\x95\xc3\x5e\x84\x9c\x30\xdf\xb2\x6b\x4d\x4b\xca\x10\xdd\x62\x19\x91\x16\xe2\xfa\xc5\x97\xe7\x50\x00\x2a\x4e\xb0\x44\xa3\x60\xa8\xc0\xf2\x35\xca\x67\xa8\xa0\x7f\xa2\x8d\xa0\x07\x1a\x80\x87\x1b\xba\xb4\x51\x2a\x97\x95\xb5\x2d\xea\xb4\x20\x30\x82\x84\x09\x3d\x3e\x0a\x20\x4f\xb8\xbd\x01\x48\x38\xb0\x66\x0e\x40\xbf\xe9\x43\x57\xb0\x80\x93\x98\x63\x14\xd0\xee\x18\x7b\x06\xf1\xe2\x2b\x3a\xb3\x51\x7c\x34\xec\x33\xd5\x9d\x30\xaf\x0f\xdc\xcb\xbc\x88\x23\x0f\x16\x6a\x14\x43\xd6\xb8\x86\x38\xdc\xc3\x19\x8f\x32\x04\x18\xd3\xff\x50\x9c\xb1\x5e\x3d\x28\x7d\xea\x28\xcf\x3e\x16\x1c\xdf\x09\x31\x3e\x0a\x5c\x51\x75\x7d\x8c\x43\xe6\x77\x51\x5f\x48\xc0\xca\x07\xf7\x60\xdd\xcc\xb5\xca\x19\x28\x64\x82\x27\x58\xe4\x00\x3c\xdc\x77\x7f\xab\x97\x06\x8f\x67\x31\x24\x0e\x77\x47\x50\x31\xc6\x95\x61\x38\x79\x12\xa3\x8c\x82\x25\x14\xeb\xe1\x28\xa7\xc6\x1e\xdb\xf8\xe0\x33\x06\xdc\x9f\x36\xe7\x7e\x6a\x9c\xb0\x1e\x09\xc7\xbd\x36\xa0\xea\x57\x36\xc9\x33\xed\x6f\x0c\x30\xb6\x87\xbb\x9a\x9e\xb1\x5b\xd7\x2c\xbe\x4b\x16\x79\xc0\xa8\xa3\xa8\xdf\xe5\xde\x11\x06\xbe\x02\xfd\x18\xe5\x7b\x4c\xec\x13\xb1\xd7\xf6\x58\xe7\x9b\x6b\xc2\x63\x32\xfc\x16\xc9\xab\x49\x44\x3c\xca\x63\x94\x1c\xd6\x87\x58\x68\x9b\x6b\xfb\x62\x0c\xb0\x7f\xb0\x9b\x01\x4d\xf8\x42\xbf\x2f\x31\x76\xd4\x8d\xe8\xd0\xd0\x96\xba\xe1\xe9\xc2\x43\x54\x81\x74\xad\x7b\xf4\x0b\x62\x56\x01\x7c\x12\xfd\x61\x10\x3b\xbe\xc9\x5d\x55\xb9\x2b\x2e\x56\x35\x8a\x29\x07\x44\xd4\x33\xb1\xcd\x06\x71\xe4\x3b\x3e\x9b\xa3\x56\xc5\x9f\xa0\xcc\xcb\xcd\xe6\xd4\x6a\x2a\xb2\x4e\xd9\xb4\x5e\x0c\x1c\x6c\x16\x78\xa3\x51\xab\xa9\xb3\xe8\x87\xcb\x04\x56\x66\x54\xc3\xb9\x6c\x96\x51\x50\x42\x30\x2a\xae\x29\xdf\x98\xc1\x6c\x91\x09\x7b\xd4\xee\x62\xd3\x3f\x8a\x60\x2c\x8f\xa3\xa6\x01\xf8\x68\xaf\x23\x7b\xb1\x8c\x02\x97\x8d\x32\x46\x7c\xf8\x5b\x5c\x44\xe4\x0c\x40\x3a\x77\x42\xe8\x0c\xd1\xcd\xb8\x09\x0d\x10\xcd\x1d\xf1\x61\x54\xc2\xaa\xec\x6e\x08\x31\xcc\xc0\xc6\x0d\xe3\xbc\x83\x22\x1f\xc4\x79\xef\xdf\x98\x8d\x1c\x61\x1b\x1e\x07\x22\xb5\x8e\x8a\xd2\x16\x30\xea\xa8\x4b\x34\xa8\x5e\x26\x81\xca\xdd\xb1\x01\x32\x04\xf1\x3d\xaa\x99\xaf\x78\x70\xaa\xe9\xee\x5c\x2b\xf2\x19\xc8\x01\xd7\x1b\xff\x56\xb8\x0a\x80\xc4\x1d\x11\x72\xd4\x47\x85\x3b\xbf\xc5\xff\x8e\x6c\x3c\xa3\xbe\x58\x9a\x20\xc0\x95\x2c\x40\x28\xeb\x47\x7d\x7d\x94\x68\x4f\x60\x3e\x09\x2d\x60\xe3\xc0\x3a\x36\x00\x1b\x77\xbc\x04\x06\xa0\xe2\x04\x5e\x31\xda\xa6\x3f\x60\x52\x46\xd4\x62\x5f\x1a\xd1\x1c\x70\x8d\x1b\xc4\x94\xcf\xfe\x95\x09\x53\xc3\x8b\xde\x80\x84\xe0\xd3\x37\x8c\x11\x2f\xf1\x6e\xd5\xf0\x32\x96\xd1\x63\x41\x74\x1b\x79\x0b\x08\xf0\x37\x5a\x33\x76\xd7\x1a\xbf\x20\x5b\xf4\x37\xa3\x69\x1d\xe6\xac\x36\xa0\x49\x58\xed\x47\x13\x12\xd2\xac\x27\x9e\x3e\x84\xbf\x69\xf4\x62\xfd\x1b\xb9\x4a\xe5\xa2\x00\xc4\xf6\xe1\xd8\x8c\x25\xc6\xbd\x30\x9c\xbc\x8f\x61\x23\x10\x24\xfa\xbf\xd1\x26\x2e\x49\xec\x4b\x23\x64\x75\x3a\x47\xc2\x54\x57\xeb\x0f\xf4\x91\x10\x92\x26\x4e\x0e\x4e\xb4\x41\xf0\xa6\x6b\x7b\xc2\xa5\xc1\x38\xb4\x93\xfd\x65\x5f\x00\xa6\xe6\x70\x0d\xb5\xea\x72\x4e\x1a\xfe\x9e\x64\x64\x1f\x84\x8a\x4f\xac\xc6\x03\xf0\x6a\xc7\x73\x62\x34\x92\xd4\xec\xae\x27\xf1\xc6\xba\xfd\x5f\x10\x4e\xfb\xbf\xb5\x0e\xd3\x0f\xea\x29\x89\x16\xa1\xdc\xfb\xee\xdc\x81\x17\xe1\x21\x34\x08\xe5\xde\x7d\xdc\x1a\x30\x22\xef\x14\x18\xd3\x86\x3e\x72\xf4\x5d\x17\xc4\x46\x19\x43\xc5\x57\x86\x61\xd9\x2c\x03\x47\xfa\x35\x67\xd6\x4d\x13\xd5\xfd\x08\xe2\x12\x03\xe9\x82\xe2\x8a\x65\x9c\xb9\x59\x60\x80\xa9\x49\xfc\xfa\x01\xe8\xb4\x93\x1c\x78\x74\x5c\x8c\xf0\xe9\x1b\xc4\x82\x4f\x37\xb6\x23\x36\xa2\xb8\x1f\xc6\x73\x27\xf8\xdd\xe8\xcd\xa8\x0d\xf4\x83\x6e\x09\xbd\xd7\xe8\x1f\xd1\xea\x94\x55\xce\x52\xee\x88\x30\xcd\x32\x98\x27\x88\x8a\xf1\xd9\xc3\x45\x22\x2c\xcf\x1c\xf4\x0f\x22\xdb\x57\x04\x80\x68\x53\x54\x31\x56\x3b\x50\x94\xd1\x07\x78\x2f\xc7\x63\x2c\x75\xc4\x22\x40\x9b\x41\x58\xeb\x01\x68\xb3\x82\xbc\x1e\x1d\x1f\x37\x0f\x3e\x31\xd3\x3b\x4a\xde\xd1\x79\xc5\x77\xd7\xc4\x7c\x7f\xc3\x32\x96\xc1\xdd\x32\xc4\x0c\x71\xde\x18\xe8\xd5\xf1\x83\xaa\xc6\xf1\x7a\x74\x38\x60\x42\x17\x8f\x6e\x60\x3b\xfb\xe7\xa0\x61\xc1\x1c\x80\x30\x9b\x9c\x50\xc7\x4d\x48\x71\xd2\x10\xe6\x1e\x7c\x40\x98\x41\x50\xc8\xd1\xc1\x33\x35\xbf\x8b\xaf\x25\xce\xd9\xa3\x6b\x99\x4a\xcb\xbe\xb2\x7c\x4b\x82\xc7\xc3\xd5\x1f\x0f\x2c\xe3\x7f\x25\x06\xf4\x03\x47\x8b\x1e\x6e\x74\x20\x06\x38\xee\x0f\x42\x92\x57\x1c\xb8\x47\x20\xca\x11\x32\x7c\x10\x9e\xbc\x01\x88\x1d\x86\x27\x07\xfa\x31\x42\x77\x23\x2e\x47\x08\x8d\xe1\x91\x89\x5d\x98\x8f\xf5\x88\x36\xf6\x83\x9a\x42\x8e\x36\xc8\x50\x04\x64\x60\x00\xb6\x4c\xb2\x8f\x8f\xc0\x9f\x17\x5d\xce\x08\x1d\xeb\x19\x7f\xa0\x63\xdb\xbf\x36\xba\xf4\xd0\x67\x17\x9a\x64\x19\x22\xfa\x95\x25\x0c\x8c\x27\xf4\xf7\xa4\x1f\xdc\xc3\x88\x70\x31\x42\x31\x8a\x33\x19\xa8\x02\x14\xbd\xc1\x44\x86\x1c\x79\x00\x5f\x92\x68\xc5\xa1\x71\x82\xf5\x39\x84\x21\xf0\xdb\x4b\xc3\x0c\x6d\xb0\x8c\xa3\x04\x1f\x71\xcb\x14\xd0\x06\x77\x2f\x09\x06\x78\xc7\x18\xb6\xbf\xc5\x96\xf1\x2d\xe0\x21\x00\xb0\x47\x20\x99\x90\x65\x6b\x88\x41\x4c\xee\xd1\x17\xb1\xb9\x59\xd6\x1f\xd3\x32\x52\x10\x1c\xbf\xd1\x9b\xc9\xac\x3f\x12\x51\x9a\xc0\x09\x23\xd9\x0b\x20\x45\x23\x81\x78\x28\x06\x12\xcd\xb8\x02\xb1\x19\x89\xae\x17\x7c\xe4\xc8\xae\xd5\x92\x36\xdd\xbb\xbf\xf6\x25\xe5\xe0\x91\x1c\x92\xd0\xe6\x84\x2a\x1f\x09\x22\x82\x84\x41\x23\x0d\x4f\xce\x39\x4c\xc4\xde\x35\xce\x5f\x10\xb3\x34\x69\x02\xec\x7a\xc2\xba\x63\x96\x1f\xf9\x85\xdd\x58\x0b\x96\x72\x1b\x2e\x86\xee\x4f\xb0\xfd\x89\x45\x83\x7c\x8e\x23\x0d\x6b\xe3\xa0\x1e\x31\x61\x96\x11\xb5\x38\xf8\x80\xfa\x02\x7c\xcf\x48\x92\x71\x80\xdc\x1f\x89\x9f\x9d\x1c\x4f\x8a\xbf\x71\x61\xd8\x04\x12\x6a\x8c\x01\xfe\x06\xb3\xf3\x18\xbb\x2e\x22\xeb\xd0\x0d\xb3\xbb\x70\x99\x86\x11\x28\xb8\xdc\xa3\x4a\x0c\x06\x65\x7c\x2a\xab\xf5\x46\xa6\x58\x73\x21\x22\x6e\xca\x85\x0c\xfc\x2e\x5d\xf8\x81\x7f\x25\x20\xc6\x31\x80\x06\x48\x20\x07\xdc\x9e\xdc\xd8\x30\x80\x23\xdc\xd5\xc0\x9f\x4e\xc2\x36\x3e\xbf\x4b\xfa\x04\x14\x5a\xd9\x10\x01\x84\xa0\xd7\xc7\x80\x1b\xf8\xda\x90\x38\x83\xa8\x16\x63\x98\xef\xd2\xef\x7e\x98\x30\xc6\xb9\x38\x83\x8e\xc3\xee\x18\x28\xb2\xc9\x2d\x38\x06\x31\xd2\x48\x56\x32\x06\x1c\x67\x75\x4d\x86\xe2\x06\x6d\xd8\x5f\xb2\x2a\x8d\x81\x3e\xa3\xb9\x26\x66\x3a\x67\x2f\xc0\x17\xe6\xd7\xa7\x09\x5d\x1d\x03\xca\x7d\xb9\x19\xf0\x85\x49\x1e\x82\x31\xa6\xd1\x46\xf8\x2d\x8e\xf2\x58\xd9\xc6\x38\x55\x76\xf3\xdb\x4b\xa3\x0b\x6d\xbe\x48\x10\x96\x89\x4e\xe2\x5e\xe8\xb2\xd2\x2c\x77\xb8\x2b\xc6\x09\xf2\x7d\xba\x2f\xe4\x97\xc4\x12\x3d\x06\xc4\xf8\x1b\x27\x8e\xef\xc5\xf3\x80\x51\x4a\x0e\x1b\x0c\x62\x07\xeb\x36\x86\x39\x25\xed\x07\xbf\x4e\xb2\x90\x8d\xa1\xbb\x1a\x8f\xf6\x84\xb8\x82\x70\x1f\x73\xc7\x2a\xcd\x23\x66\x94\xda\x0e\x61\x98\xe4\x6f\xc0\xb0\x31\x26\x97\x9b\x30\xe7\x63\xea\x28\xcf\x03\x3e\xf5\xe5\xe4\xee\x80\x53\x4c\xb0\x89\x63\xa2\x0f\x26\x12\xca\x98\x00\x8c\x81\x75\x8c\x59\x7d\x0c\xd7\x5e\x80\x47\xac\xc0\x73\xc6\xc4\x95\x0b\xcb\xfe\x98\x06\x00\x85\xbb\x9a\x38\xb2\xfb\xc0\x4e\xdd\xa5\x10\xc9\x27\xa2\x3a\x46\x94\x31\xcd\x52\xe5\x6f\x39\x03\x38\xee\x8f\x39\xf4\x2c\x61\x0c\xe8\x6b\x81\x59\x8d\x39\xc4\xa5\xf1\xdb\x81\x9e\x0f\x69\x0a\xec\x60\x73\xaf\x27\x31\xed\xf0\xc1\x1c\xd3\x80\x8f\x10\xb3\x89\x5e\x16\x27\xf5\x31\x0f\x01\xcc\xcc\xe5\x40\x3f\xed\x77\xb1\x90\xaa\x7e\x99\xa7\x3a\x45\xeb\x7d\x90\x69\x4f\xf4\x10\xb9\x5e\xb0\x7d\xb5\xb9\x3e\x8f\x81\x2b\x98\xcb\xab\x11\xe2\x57\xd0\x8c\x31\x09\x89\x83\x9b\xca\x38\x74\x6f\xe0\x65\x22\xa2\x6c\x80\xd4\x1e\x07\x54\x1b\xf7\x9b\x21\x90\x8f\xe8\xa3\x83\x48\xb3\x5d\x59\xf9\x20\xd9\x07\x31\x96\xc6\x01\x18\x55\xa2\x42\xd4\xd9\xc4\xeb\x7e\x1c\xbb\x11\x41\xf9\x16\x00\x3f\x39\x8c\x63\xd7\x42\x44\x3f\x60\x9b\xf6\xaf\x5e\xdd\x80\xbf\x05\x9a\x01\xc1\x20\x02\x6d\x05\xd7\x35\x8e\x62\x60\x3b\xbe\x05\xd8\x15\x88\xc1\x38\x4c\x5b\xcf\xc5\x12\xf8\xa7\x02\xf7\x30\x28\x24\x1b\x0b\x08\xb0\xfe\xd6\x06\xdc\x8f\xdf\xad\xbc\x7c\x5c\x94\x83\x20\x8f\xe0\xb4\xc6\xd1\x7d\x59\x07\x65\xd2\xa7\x71\x81\x0e\x88\x96\x3a\x80\x03\xf0\x2a\x98\xa7\x71\x10\xcc\x11\x18\xc5\x00\xb7\xd7\xc3\xf5\x81\x68\xe1\xe7\x38\x8e\xf0\x80\xd8\x06\x42\x08\x61\x3e\xb0\x42\x7e\xeb\x46\x24\x05\x72\x62\x8e\xc3\xa4\xbb\x1c\xfc\x23\xd5\xc7\x58\x8f\xd7\x02\x07\xea\x48\x2f\xb1\x65\x14\xc1\x7e\x0b\xae\x42\x25\xf8\x41\x30\xc7\xe1\xbc\xc0\x4e\x81\x8d\x1b\x07\xf1\xde\x88\x8e\x31\x88\x82\x1b\x12\x69\xf0\x7c\xbd\xda\xbf\x29\x09\x77\xeb\x15\xf1\x58\x73\x2c\x74\x24\x2b\x19\xc7\x21\xec\x82\x35\xd4\x20\xe1\x3a\xe0\x1b\xa8\xf8\x7c\xc0\xa9\x6c\x69\x3d\x99\x97\xc2\x7a\xdc\x60\x1c\xbf\x9c\xae\xe7\x53\xc0\xad\x6d\xc8\xea\x23\xa7\x78\x9c\x38\xb8\xef\xd6\x83\x7f\x72\x0d\x4f\x8c\x55\x5f\x3d\xba\x4f\xb8\xcf\xe3\x14\x56\xc3\x7c\x09\xd4\x48\xe8\xaa\x01\xbe\xb0\x13\x41\x63\x88\x29\xd4\xd0\x72\x08\xac\xdd\xac\x37\xc8\x81\xbf\x25\xcc\x14\x0f\xf8\x41\x34\x54\xac\x90\xe3\x30\xab\x3d\x17\xdd\xc8\xbd\x1a\x24\x0e\x45\x7e\x88\xd0\x61\xca\x37\xd7\x10\x90\xad\x86\x99\xe3\x31\x9e\x1f\xfd\xa3\x03\x4e\xe7\xfe\xe8\xa5\xc1\x9a\x3c\xc2\x2b\xac\xc7\xfb\xc4\x73\xfb\x92\x7f\xd3\x71\x12\x8b\x1f\xcc\xdf\x38\x88\x2d\x87\x8f\xf0\x38\x5e\x62\xd7\x41\x30\xc0\x20\xf6\xe9\xbd\x00\x3a\xe4\x1d\x3f\x37\x83\x75\x76\xca\x66\x64\x1a\x94\x31\x02\x6d\xd6\xcb\xd9\xef\x94\xb5\xde\xae\x31\x9c\x18\x05\x95\xa6\xce\x1d\x4e\x91\x3b\x42\xb4\xe1\x4e\x76\xf9\x71\xa2\xc2\xd2\x28\x05\xae\xb1\xaa\x27\x3e\x91\x12\x65\x7c\x4e\xe3\xd5\x75\xfb\x44\xdf\x3c\xeb\xaf\x88\x19\x00\xc8\xc0\xbd\x67\x9c\x5f\x62\x0e\x3a\x28\xea\x93\xac\x37\x68\x1a\x13\xad\x38\x58\xb3\x51\xa7\xf9\x00\x2c\x37\x2f\x16\xed\x45\xbb\x23\xce\x10\xae\x78\xe0\x9f\x38\x4e\xf3\x2a\x72\x71\x4f\xac\x8d\xb8\xfd\x8c\xb3\xa3\x88\xe7\xb5\x3e\xbb\x2f\x31\xe5\x50\x47\xc5\x44\x4d\x67\xbf\x5b\x06\x3a\x01\x31\x3b\xf5\x25\xb4\xff\xd4\xf7\x93\xfe\xe1\x54\x88\x80\x30\x3e\xd0\x23\x17\xee\xc4\xf2\x52\xdd\x1c\x4c\xeb\xea\x8d\x4e\x75\x1b\x10\xa4\x53\x50\x2e\x17\xf1\x9c\xa2\xd1\x69\x8f\x25\x91\x48\xb0\xe3\x03\x3d\x32\xce\xcb\x54\x6a\x5f\x19\xab\x0d\x04\x9b\x88\xb8\x39\x39\x5c\x17\x16\x58\xc5\x8a\xab\x49\xbc\x6d\x83\x35\x90\x03\x2e\xb6\x4f\xfd\x96\xd1\x71\x71\x0f\x1b\x44\xc4\x6d\x24\xaa\x18\x97\xc0\x66\x08\x30\x11\x6e\x93\xb0\xca\xe3\xc2\x4a\x05\x3a\x7e\x5c\x69\x78\x72\xfa\x4f\x3d\x15\x68\x0f\xec\x02\x10\xe9\xb8\x10\x91\x80\x63\x0c\xa3\xce\xfa\x68\x5c\x13\x2e\x8d\x75\xb8\xa6\x38\x27\xea\x21\x4e\x64\x04\x1a\xd7\x21\xd7\xc5\x6f\x09\xe3\x4d\xac\xb2\x01\xe6\xaf\xab\xd7\xbc\x20\x42\xea\x93\x2e\x44\x2a\x2d\xad\x17\x2f\xb7\x3a\x33\xa2\xce\x56\x75\x3c\xd7\xa1\x6e\x8f\x71\x02\x66\x0e\xf4\x34\xd7\x29\x51\xa4\x9e\x38\x61\xe0\x08\xc7\x05\x17\x48\x30\x83\x71\x9d\x44\x60\x41\x2c\xbd\x4e\x33\x56\x59\xc6\xef\x32\x6c\x0f\x86\xe9\xab\x97\xa8\x30\x1e\xe0\x0c\xcd\x31\x60\xc4\x92\x4b\xb8\x2e\x33\x59\xb1\x56\x78\x12\x10\xc6\x7b\x10\xa5\xb6\x75\xd7\x04\xeb\x6d\x4b\xdb\x28\x12\x5a\xaf\xbe\xc7\x32\xdc\x30\x04\xf8\x12\x68\xcd\x7d\xb9\x88\xc9\xb7\xd9\x86\xa4\x24\xe5\xab\xd7\x1b\x86\x71\xc2\x95\x16\xcf\x06\x18\x47\x0d\x18\x97\x92\x0f\x22\x9e\xd1\x6b\x55\x5f\x10\xbd\xb6\x7d\x7b\x8d\xc8\xb9\x7f\xed\x81\xc3\x34\xdb\x70\x6e\x3d\x4b\xba\x45\xb9\xb6\x58\x81\xd5\xb1\x81\x8f\xec\xc4\x11\x1c\xd7\x67\x0c\x63\x8e\xaf\x8e\xe3\xeb\xbb\x60\x22\x83\xb0\x4b\x43\x4c\x24\x1e\x18\x03\x1c\x64\x90\x6c\x65\x80\x83\x0c\x8d\x64\xf7\xe6\x7d\xa9\x94\x61\x34\x90\x6a\xee\x5d\x15\x56\x50\x96\xe0\xd1\xbf\xae\x95\x7c\x17\x9c\x5f\x2f\xbf\x8c\x9a\x31\xee\x30\x34\x2f\x83\x12\x87\x34\x2d\xe3\x5d\x0f\xc5\x27\x12\x6c\xc7\xc1\x74\x10\x09\xb6\x81\x21\x1b\x44\x79\x4d\x32\x76\x8f\xdb\xb8\x4a\x70\x48\x37\x31\xbd\x88\x31\x36\x6e\xcc\xaa\x8a\x48\xb7\x49\x50\x79\x1d\x6f\x0e\xa6\x2f\x34\x00\xbc\xae\xb9\x1b\xa0\x5d\x4c\x27\x8d\x77\xbd\x94\xda\x68\xab\x2e\xea\x4d\x84\x0e\x75\x2a\xb7\x51\x39\xe0\x78\x6e\x9d\x71\xd1\xc1\x80\x99\xab\xf8\xfa\x0d\xb0\x71\x11\x8e\x13\x0b\x69\xf3\x5b\x5f\xa2\x04\x7e\xfb\xe8\xc6\xc3\xb7\xc8\x42\xa3\xf2\x17\xac\x5b\xf8\x9a\x3e\x04\x92\x73\xbe\xcf\x8e\xd3\x2d\xdf\x05\xdf\x56\x71\xa1\x19\x8f\x61\x8b\x10\x45\x1f\x9c\xd7\x71\xf6\x1d\x0f\x86\x10\x52\xf3\x8f\x07\xc0\x27\xfe\xb0\x83\xa8\xa1\x41\xdc\xf3\x01\xfe\xac\x2a\xd6\x3d\x10\x3c\xf5\x8b\xcf\x97\x74\xb7\x50\xc6\xf8\xe1\xb7\xba\xa8\xed\xa0\x2c\xee\x87\x3e\x43\x87\x60\xfa\x4c\x15\xbe\xb4\xd7\x33\x83\x3d\x7a\x10\x43\x08\xc5\x33\x9e\xa1\x3e\x8c\x39\xb2\x8f\x38\x1c\x8f\x47\xf7\x36\xf4\x52\x04\xeb\x6c\x42\x39\x08\xd6\xd9\xb5\x4c\x3d\x84\x06\xd2\x32\xf8\x20\x32\x4c\xd7\xe7\x12\xe1\x4e\x7b\xc0\x90\x72\x42\x04\xdc\xac\x24\xce\x18\x0f\x89\x54\x00\xdf\x8e\xe7\x36\xf3\x3a\x73\x31\x76\x9a\xe3\x7c\xb4\x32\xd3\x5e\x29\x62\x5a\x86\x53\x81\x8b\x7a\xd4\x09\x71\x86\x5f\xa0\x46\x80\x45\xc7\x8b\x71\x0b\xec\xe3\x78\xc9\xdc\x85\x2b\xd7\x78\x77\x43\x33\x05\x65\x15\xd0\x96\x51\x40\x73\xf6\xde\x0f\x6a\x34\x28\xe3\xd2\x56\x2d\x13\x75\xb6\xdb\x9e\x70\xce\x9b\xed\xf1\xab\xdd\xac\xc7\xa3\x85\x87\xfd\x25\xb2\x49\xfb\xca\x88\xb4\xac\xdb\x5b\x14\x51\x2d\x1b\xdd\x77\x52\x36\x4f\x25\xf5\xc0\x97\x70\xeb\x1a\x60\xf2\xba\x04\xfe\xad\xc2\x25\x98\x23\xe2\xaa\x7a\xc7\x57\xbc\xa3\xdf\x02\x0c\xaf\x11\xee\x6d\x70\x48\x9c\xc9\xb7\xa1\x4f\x85\x00\xbf\x30\x1d\x42\x21\x5e\x7c\x66\xf7\xaf\xac\xae\x9a\x3e\x0d\x27\xcf\x59\x22\x28\x67\x25\x46\xe0\x20\x28\x67\x6b\x3c\x14\xef\xf4\x3c\xd0\x27\xd9\xab\x92\x7b\x41\xb0\xcb\x26\x37\xff\xa2\x57\xd6\xba\x2d\x96\x4e\xf1\xf3\x35\xd4\xcf\x57\x8f\x41\xd1\xb9\x9b\x03\x17\x69\xc1\xc0\x97\x7b\xfe\x92\x33\x03\x8c\xd7\xc8\xae\x33\x5e\x9d\xb3\xb9\xd0\x1f\xd0\xae\x5b\xaf\x6f\x14\x1f\xbc\xf1\xd7\xab\x96\x51\xa0\x43\xe5\x5f\xcc\xb3\xdf\xe4\x1e\x5f\x20\x06\x82\xd5\x4c\xee\xe4\xfd\x94\x92\xd4\xbf\x70\x42\x61\xd9\x24\x1d\xf4\x69\x58\x1e\x17\x4c\x4b\x19\xdc\xc0\x4b\x9c\x2a\xfc\x1f\x27\x80\xba\xe4\x5b\xd3\x28\x97\xc0\x34\xe6\xb6\xc1\x25\x54\xdb\x48\x90\x0a\x65\x32\xcc\x7c\xbf\x45\xd1\xbc\x44\xe3\xb9\x81\xa0\x87\x23\x99\x44\xbf\x4c\x92\xb0\xcc\xcd\x6c\xcd\xeb\x85\x9e\x44\xc2\x4c\x02\xfc\x4d\x70\x75\xc9\x4b\x36\x89\x8a\x59\xa7\xdf\xda\x61\xb9\x37\xc6\xf3\x5d\x02\xdb\xe8\xfe\x14\x94\x99\xcb\x7a\xbd\xa6\x01\x31\xd1\x97\x4c\x02\x5f\xf6\xfa\xb5\xd7\x57\x71\xa3\xac\xc7\x03\xed\xf5\x9b\x2b\xcc\x05\x00\x30\xd1\x34\xe6\x56\x54\xe0\xd2\xbf\xfa\xc2\xb4\x3d\x00\xe0\x9d\xf1\x0b\xfa\x9d\xd4\xe3\x28\x4c\x8c\xf8\xb9\x55\xad\x6f\xf4\x83\x35\x10\xe0\xeb\xdc\x2a\xa1\x9c\x1c\x27\x97\x03\x5f\xb9\xb9\x61\xb0\xa9\x41\x9f\xe4\xca\x84\xf8\xcd\x0d\xc8\x06\x61\x98\x27\x98\xbf\xc0\x07\x70\x6e\x86\xee\x69\xf4\xc9\x45\x01\xb9\x3f\x37\x2f\xca\xce\x5c\x54\xd6\x17\xc6\xd0\x75\xbf\xa1\x4d\x77\xef\xe8\x5f\x97\xa4\x9d\x7e\xc0\x51\x55\xe7\x4b\x58\x77\xbc\x49\xe6\x06\x37\xdf\x1d\x27\xd1\x43\x8a\xfb\xd2\x5d\x07\xbe\x15\xc6\xbd\xe3\x5b\x3a\xb5\x57\xeb\x51\x59\x38\xce\xf0\xbc\x31\x47\x7c\x57\x87\xf3\x0a\x13\x65\x33\x1e\x60\x26\x44\xd3\x9d\xe0\x11\x83\xa0\x84\x73\x23\x55\x1e\x91\x23\xe6\x66\x16\xf6\xaf\x0d\x20\x58\xf7\x11\x2b\x27\xc8\xf7\x49\x60\xd0\xd6\x5d\xcf\xf4\xe1\xf5\xb7\x84\xe2\xf6\xdc\x0e\xa5\x26\xc6\x86\x9b\x1f\x7e\x8e\x73\x83\xc3\x4e\xcf\x09\x1e\x36\xdf\x7e\xe1\xfe\x07\x88\x77\x8a\x5f\xc4\x03\x66\x6e\x43\x5f\x66\xf6\xe5\x93\x46\x6c\xc3\x5c\x06\x63\xc0\xaf\x96\xb0\x48\x73\x9b\x46\xb1\xa1\x8d\x56\x57\xcf\xc9\xa7\x3b\x67\x9c\x10\xaa\xdd\x75\x3e\x80\xfc\x38\x4e\x19\x16\xf7\x02\xb5\x00\x0f\xe9\x04\xbf\x58\xf1\xe4\x98\x1b\x84\x0a\xd5\xc7\x14\xcb\x88\x95\x76\x6e\x84\x12\x42\x75\x33\x0d\x36\x1a\xee\xfb\x65\x8e\xd7\x5f\x41\x33\xe6\x86\xa9\x7f\x38\x09\x50\xff\x00\xf9\x26\x60\xc5\x3a\xbd\x70\x28\x55\x77\x37\x04\xdf\xc0\xe1\xa6\xbd\x5a\xcd\x58\x30\x13\xed\x2e\x79\x7a\xee\x5f\x06\xa7\xb5\x21\xbb\xe9\xbe\x72\x52\x06\xa0\xc8\x25\x20\xca\x68\x07\x33\x34\x77\x22\xd3\x62\x78\x98\x7b\xd1\x67\x73\xf5\xbf\x57\x94\xd1\x5c\x3e\xa2\x86\x06\x5e\x02\x93\xa8\xa1\x01\x46\x6a\x02\x26\x4c\x9c\xaa\x27\x11\x44\xa3\xdb\x27\xf1\xd0\xb1\x12\x4e\xa3\x89\xba\xc9\x3b\x88\x7b\x14\xac\x73\x0f\xc5\x2e\xbe\x45\x94\x10\x74\x36\x73\x47\xc1\x4a\xda\xb3\x69\x14\x50\x17\x75\x27\x24\x0e\x3a\xb9\xb9\x2b\xc6\xb2\x21\x80\x0c\x3b\x98\xbc\xb9\x13\x8f\x8a\x98\x64\x93\x88\xa0\x89\x78\x38\x77\xc2\xdd\x00\xe2\x9d\xfb\x50\x01\x4d\x9f\xd3\xec\x3d\x3b\x65\x43\xfa\x50\x26\x54\x39\xa1\xa9\xa7\x91\x3f\x25\xb4\xbb\x19\xdc\x1b\xe3\x34\x02\x2d\x97\x80\x88\xa0\x0d\xae\x68\xee\xa6\xfe\xda\xf8\xd6\x09\x76\x6a\x30\xe6\x4b\x5f\x5a\xea\x71\x29\xd9\x8b\xf5\xae\x2d\x63\x36\xe1\xb3\xf3\x05\xfa\x81\xaa\x61\x8a\x0b\x94\xd8\xec\x06\x5b\x4c\xc6\x79\x89\x21\xa3\x4f\x23\x88\x56\xda\xf0\xe8\xe1\x26\x37\x77\x92\x7d\x20\x4a\x4c\x30\x85\x81\x11\x65\xee\x88\x51\xe4\xb2\x9c\x3b\xde\x27\x15\xc2\x00\xbe\x30\x86\x63\x7b\x24\x0c\x8c\x8d\x47\xb2\x38\x86\x2f\x57\xe3\x2a\x83\xe1\x6b\x28\x9d\x27\x81\x3e\x2b\x79\x26\x66\x21\x0c\x33\x98\xb6\xf9\x61\xfb\xd6\x43\x3a\xcb\xae\x28\x14\x94\x71\x33\xe3\x4c\x96\xea\xba\xed\x94\xb5\xb4\xd2\x4f\xd5\xfb\x81\xf6\x38\x49\x77\xd6\x04\x1c\x5e\x85\xa3\x9a\x05\xee\x19\xcb\xf2\x2c\xa6\x9d\xe3\xee\x10\x7c\xb3\x63\x24\x98\x45\x6b\xa9\x65\x38\x1b\x1f\x43\xb0\x7a\x15\xb5\xcc\x2c\x61\x48\x6c\xcb\x58\xf4\x20\x7e\x04\xd3\x0c\xac\xb7\xb3\x90\xdd\x9c\x18\x84\xb3\xe8\x9d\xd0\x98\x23\x01\x21\x08\xf5\x3d\x0b\x16\x55\x42\x6b\xcf\xf2\x19\x72\x2c\xa3\x4a\x82\x88\x16\xce\x5b\xd8\x8f\xa1\xbe\xfd\xed\x09\x07\x0f\x51\x07\x0f\xd7\xbf\xf9\xea\xfe\xc7\xdd\x2f\x26\x03\x77\xbe\xe8\x0e\xc1\xd5\x4d\xf1\x6d\xf8\xa2\xce\xf2\x98\xec\x9a\xfe\x11\x6f\xc9\x45\x31\x09\xb2\x59\xc3\xfa\x57\xcf\x89\xd5\x1e\x3c\x59\xf3\x91\xa9\x32\x0e\xc3\x32\x04\x72\xfc\x8a\x33\x9b\x15\xa5\x1b\x11\x65\x67\x25\xa3\x36\x31\xbd\x66\xdd\x15\xa9\xd6\xc2\x57\x38\x03\xcc\xb6\xb3\xe2\x97\x87\x5b\xc2\xac\x58\x12\xc9\x89\x39\x2b\x71\x8c\x40\x43\xcf\x6a\xd0\x40\x0e\x2c\x18\xb5\x86\x28\x37\xab\x49\x22\x58\xd4\x5a\xb0\x88\xf1\x7a\x55\x59\x6b\xb8\xab\xda\x0c\xcb\x43\x1b\xd0\xfd\xe8\x24\x66\x35\x2d\x1c\x04\xa3\x36\x09\x27\xf5\xe4\x31\x24\x1a\xed\xac\x26\x6b\xf0\x5b\x21\x57\xc1\x5c\x12\x6e\xc9\xfa\x44\x4c\x80\x83\xa9\x09\x91\x63\x43\x2a\xee\x28\xe1\x18\x0c\x33\x0c\x37\x03\xb6\xac\x77\xd7\x04\x3d\x19\x7e\x76\xb3\x22\x3e\x93\xd1\x68\x12\x2d\xb3\x92\x67\x73\x56\x74\x3f\x72\x87\x44\xcb\xcc\xcd\xef\x9e\xe8\xf6\x20\x48\xf5\x52\xc4\xa6\x1e\xa0\x23\x30\x87\x49\x60\xca\x40\xfc\x99\x95\xc7\xc4\xd7\x97\x60\x94\xad\x3b\x66\xd2\xbf\xf9\xb2\x36\x43\x53\x33\xfe\x86\x95\x6d\xb0\x47\x04\x70\xec\x64\xce\x9e\x4d\xdd\x27\x8f\x09\x41\x15\x13\x60\xf3\xfc\x2d\x90\x22\x6d\xf4\x67\x84\x28\x8a\xc1\x42\x1c\x9e\x0d\x2f\x07\x4c\xf4\xb3\xa5\xf1\xee\xd7\x78\x3a\x9e\x10\x1e\xcc\x8e\x0e\x12\x1f\xc9\xd9\xe1\x12\xe4\x62\x3b\x84\x1c\xaf\x88\x49\xdc\xb2\x4a\x92\x8e\x29\xec\x05\x5f\xce\xd9\xf1\x31\x44\x1f\x36\xbb\xce\xd9\x1c\xde\x4e\x90\x00\x14\xe8\xb3\x03\x6d\x90\xe3\xec\x87\xd0\x03\x7e\x6b\xe8\x9e\x8d\x3e\xc9\x43\xfa\x5b\x19\x4b\x19\xeb\xd0\xbf\x90\xcf\xd4\xa3\x33\x23\x56\xd9\x34\xdd\x3f\x6a\x90\x49\xec\xb1\x0e\x50\x73\x76\x44\xe3\xc9\x59\x32\xde\x58\x38\xc7\x1b\xb0\xf4\xb0\x1e\x71\x29\x2d\x13\xff\x8f\x3b\xd2\xf1\x54\x40\xf7\x3c\x89\x37\xd6\x91\x40\x66\xec\x12\xec\x35\xe6\x2f\x06\x18\xdc\x64\x68\xf1\x64\xcd\xa3\x88\x53\x5c\xfd\x04\x0f\x38\x00\xe0\x19\x1a\xa2\x20\xd8\x40\x51\xba\x5c\x51\x60\x85\xc7\x0f\x74\x12\x1b\x2c\x71\x6f\x9b\xd1\x54\x07\xd9\xc6\xf8\x61\x41\x19\x9d\x28\x8f\x43\x34\xb8\x40\x08\xed\x07\x63\x71\x6c\xc0\x55\x50\xd0\x4f\xe0\x2a\x29\x27\x47\xa6\xf9\x4e\x80\xc8\x09\x74\xa5\x87\xdf\x05\xba\xe2\x43\x14\x04\xa5\x50\x6a\x8a\x00\xad\xcf\x23\x6c\x48\x31\xa2\x25\xcf\x08\xbd\x3d\x28\xa3\xce\x22\x00\xeb\x24\x73\x7c\x82\x95\x9c\x01\x56\x2f\xfc\x2d\xf1\xf3\xc8\xa8\x36\x43\x6c\x68\xec\xbf\x22\x66\xc4\x21\x6b\x58\x3a\x66\x10\x73\x1c\x84\xf8\x0c\x53\x97\xc1\x16\x12\x7b\xac\x7d\x0b\x36\x44\xcd\x33\x90\x75\x48\x7b\x40\xc0\xc2\x4c\x47\x5f\x7b\x08\x15\x04\x29\xa6\xf9\x22\xa9\x87\x7d\x2d\x2e\x9e\xa9\xe4\xe1\xae\x62\x9a\x58\x98\x49\x90\x8c\x34\x5d\x98\x29\x47\x42\x9b\xc3\xa8\xa7\x7c\x17\x25\x32\xf1\xd0\x67\x20\x4f\x03\x0f\x99\x71\x1a\x1b\x8c\xf1\x1b\x6b\xca\x6f\x11\x4d\x00\x9c\xd3\x8c\x4b\xeb\x0c\x73\xc1\xe5\xa6\x40\xf0\x42\xb1\x1a\xe2\x14\x46\xc2\xac\xfe\x16\xe5\x7e\xd8\x5e\x6c\x90\xf5\xc4\xca\x72\xee\xbc\x52\xe0\x6c\x66\xc0\xc1\x10\x41\x74\x06\xe2\xb9\x2f\x62\x98\x50\xd7\xf5\xc1\x89\x56\xee\xc1\x34\xf4\xc0\x04\x26\xf8\xa1\xc4\xcd\x69\x9a\x92\x5e\x96\xfb\xff\x66\xec\x5f\x72\x6d\x07\xb5\x2f\x7d\xb0\xfe\x6b\xc5\x6d\x82\x01\x03\x46\x3a\xba\x7d\x81\x89\x9d\xb5\x2c\x64\xff\x0b\x29\xbe\x6f\x9d\x7f\x48\xa1\xcc\x38\x51\xf2\xda\x6c\x9b\xf7\x63\x32\x1f\x63\x34\xc1\xf8\xec\xc3\x57\xc6\x1b\xbe\x7d\xb5\xee\x31\xb9\xa4\x1f\xb3\xbd\x5c\xe1\x93\x13\xf0\x63\xa2\x39\xc1\x3f\xac\x6c\x48\xcc\xb0\xce\xdf\x5e\xcd\x60\x9a\xbf\x5d\xc4\x0d\xd7\x18\x5c\x09\x06\x3e\x49\x15\x64\xd7\xd1\x2f\xa5\x84\x9b\xdf\xb8\x69\x20\xcd\x74\x40\x36\xd1\x2d\x8d\x9e\x3c\xdd\x3b\xbf\x99\x33\x6c\x8a\x9d\x2b\x36\x3a\xce\x81\x7f\x52\xf5\xba\x0a\x76\x5a\x6f\xa6\x23\x9d\x63\x0c\x18\x9d\x00\xf4\x62\xfe\x2c\x6e\xe2\xfb\x46\x57\x57\x54\xa8\x5b\x51\xba\x3d\xfd\xdf\x6f\xf5\x37\xbc\xa3\x6b\x03\xed\xea\xe8\x1d\x71\xf6\x1e\x3f\xd6\xf6\xdf\x6f\xdb\x52\xf9\xad\x84\xd1\xf8\x8d\x25\x9a\x79\x02\xbe\xda\x0d\x30\xe5\xe8\x48\x51\x44\x3f\x8c\x2e\xa2\x2c\xe3\x02\x83\x7b\x53\x5d\xf0\xf3\x91\x62\xf3\x80\x91\xbd\x61\x25\x1f\xbd\xeb\x46\x41\x59\x48\xe7\xf8\x9c\x8d\xae\x3e\xd2\x36\x12\xea\x03\x37\xc0\xe8\x84\xf1\x0c\xeb\x3f\xd9\xd4\x91\xb0\x3b\xc6\x92\x61\x7f\x4e\xaf\xed\x94\xc5\x5c\xf5\x2a\xda\x43\x57\x20\xfa\x7f\x4b\xce\x42\xdd\xf0\x35\x04\x11\x7a\x80\x73\xd6\x08\xa6\x1f\xb2\x8f\x7b\x68\xe8\x12\x05\xab\xfd\xe8\x1f\x92\x16\x57\xd7\x07\x95\xce\x83\xe4\xfd\x00\x9f\x85\xea\x69\x3c\x7a\x3b\xfc\x7e\xe3\x4b\x47\xfd\x71\xa1\xea\x38\xc1\x8e\x07\x95\x0e\xb8\x80\xe3\xb9\xd0\xf9\x65\xd3\x91\xb0\x8b\xdf\xa2\x22\xe0\x90\x7c\x12\xd6\x7f\xea\xfc\x30\xaf\xbc\x39\x80\xc1\x76\x8f\xfc\xaf\x40\xf3\x01\x3d\xfa\x0d\xe3\xcd\x78\x74\x97\x60\x41\x3f\x32\xa2\xa0\xb7\x78\x74\x56\xb4\xe2\x45\x92\x11\x0a\x87\xf3\x8e\xc0\xdf\x01\xd3\x79\x77\x42\xe1\xcb\x55\xb1\x9a\x0d\xfc\xb7\x8a\x83\x86\xff\x56\x03\xc8\x6f\xe8\xbf\xf5\x98\x27\xb1\x66\x8f\x65\x29\x69\xd9\x91\x95\x30\x0f\x26\xec\x53\x85\xdc\xa1\xc3\x64\x0a\x42\x9a\x7c\x24\x8f\xb8\xfd\xed\xc6\x43\x3e\xcd\x45\x49\xdd\xa0\xc2\x52\xb2\x7c\x0c\xdf\x62\x72\x3d\x3a\xaf\xb2\x38\x60\x0d\xef\x18\x06\x06\x8c\xe0\x1d\x38\x97\xf1\x08\x93\xc2\x89\xf2\x00\xce\x88\x53\xe5\xf8\xf9\x3f\x59\x67\x14\xd6\x4e\x70\x7c\x9e\x2a\x01\xc7\xe3\x61\x13\x22\x56\x6e\x3c\x86\x57\x21\x89\xc2\xe4\xdd\xf0\x52\x1f\x62\xb0\x11\xf7\x3a\x1e\x40\x18\x09\xfa\x1f\xcf\xa7\x25\x8b\x3a\x88\x6b\xdf\x7c\x47\x65\xf7\x29\x77\xa8\xec\xa6\x1f\x06\x01\xfa\xb8\x75\x8c\x81\xcb\x0c\xce\xc0\x63\x18\x4b\xcb\x58\xe0\x47\xd5\x71\x85\x18\xfa\x4e\x75\xbf\xc5\xc3\x1a\xf7\x87\x31\x00\x67\xc4\xcb\x7e\x0c\x90\x32\x40\xd0\x18\x03\x58\xee\xc7\x72\x01\xe3\x03\x5c\x6f\x80\xd3\x76\xbb\xf1\x0f\xa4\x67\x1c\x86\xc7\xc0\x57\xef\x62\x71\x0f\xc6\x1a\x92\xe1\x31\x60\x8b\x22\x5a\x62\x8c\x2a\xd9\x2f\xdf\xe2\xf6\x02\x9c\xf3\x00\xd7\xad\xe3\xb6\x30\xf4\x6d\xc2\xc1\x72\x8c\x61\x1b\x79\x07\xab\x2b\x0a\xf1\x31\x94\xd2\x2c\x97\xf1\xfd\xb5\x6b\x1a\xf7\x47\x59\xd3\x83\xda\x77\x08\xd7\x41\x4a\x03\x47\xad\x13\xaa\x37\xc0\x51\xeb\xb8\xb4\x0c\x58\xba\x2b\x0e\xa8\x43\x4c\x35\xac\x6f\x03\x8c\xb4\x7b\x30\xee\xb0\x6e\x37\xaf\xed\xc3\x6b\x75\x37\x1d\xdf\x41\x0e\x1c\xb0\xd0\x8a\xeb\x62\x70\x70\x81\x4e\x3c\x86\xd7\x6a\x84\x88\xf1\xf3\x99\x23\x9d\x79\xe2\xc6\x30\x3e\x51\x3c\x28\x17\x2e\x0d\x80\x38\xc7\x44\x4f\xac\xaa\x01\x57\xa9\x0a\xa2\xc7\xf8\x91\x6c\x23\x44\xcc\x8c\xdf\x18\x52\xce\x2c\x58\xf0\x39\x30\x71\x47\xea\x84\xd5\x0d\x30\xc9\x6a\x65\x6e\x80\x31\x76\xe3\x3e\x33\x26\x28\x24\x78\x2f\x8c\xc9\x55\x9a\xe8\x9c\x01\xc6\x58\xc7\xa5\x62\xe0\x9a\x54\x70\xed\x19\xd3\xf1\x62\x0e\xcf\x0a\xcc\x17\x87\xc6\xf4\x8a\x5d\x7d\x1f\xb6\x78\xf6\x99\xa9\xf1\x80\x83\x71\x82\x84\xec\xa6\x35\xa5\xa8\x44\x10\x98\x52\x54\xfa\xed\x14\x12\xfe\x5f\xd6\xcc\x31\x17\x83\xcf\x86\x04\xcb\x75\x45\x11\x3f\x26\x62\x36\xe1\x2b\x63\x82\xc1\xdd\x6d\x04\xde\xe2\xc3\x02\x25\x26\x65\xd7\xc6\x47\xa4\xaa\xcc\x5d\xb2\x33\xb1\x70\x97\xe2\x34\x9b\xdf\x42\x19\x9d\x59\xe8\x0b\x10\x37\xc2\x51\x06\x6e\x1d\x05\xc8\xa0\xb1\x10\x9b\x95\xd8\x96\x5c\x81\x0c\xda\xba\x65\x6e\xa9\xfc\x26\x04\x8b\x05\x81\xbb\x47\xf3\xd4\x11\xbf\xaa\x59\x2e\x94\x69\x70\x7d\x0e\x5c\x39\x6e\x15\xd0\x0b\x58\x15\x15\xf4\x6b\x48\x6d\xc5\x3b\xc4\xe8\xe1\xc9\x3e\x96\x2e\x03\x4c\x70\x58\x9f\xeb\x6d\x7d\xc2\x90\x27\xda\xc8\x75\x03\xc0\xca\x01\xce\x53\x21\x56\x6e\xac\xd7\x0d\xfe\xa4\x87\x20\x7a\x2c\xfa\x48\xe8\xab\xd0\x29\x82\xf9\x54\x71\xfd\x18\x91\xc4\xb5\x3f\xf9\x87\xf8\xfe\x2c\xe8\x28\x92\x5c\x34\x7e\xeb\xe8\x4b\x3a\x16\x4f\x0d\x1e\x71\x2b\xa9\xf0\xfb\x4c\xa8\x1b\xb7\x94\x11\x92\xd4\x30\x16\x40\x12\x55\xa0\x81\x46\x88\x56\xca\x86\x0d\x61\x6c\x05\x86\x68\x68\x96\xf7\xca\x1f\x9c\xd6\x98\xfd\xc7\x86\x55\x09\xe4\xdb\x01\x1c\x50\x53\x37\xb9\xc1\x30\xf3\xb4\xde\x19\x09\x1b\x89\xea\x47\xdc\x4a\x3e\xbb\xe2\x54\x89\x94\xb6\xb9\xaa\x80\x16\x3b\x76\x13\x98\xaf\xf0\x1b\xe9\xa7\xf8\x9b\xeb\x98\xf9\xa3\x58\xc7\x2b\x7f\xec\x69\xd8\x0f\xf5\x91\xab\x94\x53\x5c\x98\x1a\xf5\x79\xf0\x90\x16\x25\xf5\x2d\x49\x0a\xfd\xb0\x75\xcc\xa6\x6f\xf7\x2f\xe8\x9c\x3a\x60\x58\x72\x23\x81\xbb\xf3\x56\xca\x81\x97\xb3\xe2\x2b\x39\x5e\x19\xa2\xd8\xf0\xde\xae\x55\xb4\xf3\x1b\x07\x6f\xda\xf8\x7a\x93\x61\xbc\x5e\x41\x2d\x69\xcb\x3b\x3c\xc4\x2a\xbf\x61\x8e\xa7\x9e\xef\x00\x1e\x8a\xc3\xe1\x15\x02\x9c\x5b\x90\xbc\x90\x1a\x21\xa0\x7b\xbc\xbb\xf5\xd1\xfd\x04\x35\xc2\xbb\xa4\x66\x24\xcf\x65\x38\x1c\x65\x2d\x5c\x9f\x98\x6f\x6f\xe0\xd3\x69\x3d\x09\x43\xba\xd9\x14\x5f\x11\x31\xd8\xf0\xa0\x69\x7c\x20\x43\x19\x50\x33\x16\x25\xef\x97\xf8\x68\xbc\xef\xc7\xbb\x75\xa8\xf6\x37\x6a\x99\xcb\xdf\xb8\xea\x58\x67\x62\xa2\x95\xe4\xa0\x72\xbc\x01\xee\x1c\x1f\xae\x19\x17\x57\xcb\xcf\x8d\x96\xf5\xfb\x11\xa2\x86\x13\xfb\xc0\x82\x5c\x08\xee\x1f\x50\x30\x56\x68\xf6\x86\x96\x59\x0c\x90\xe3\x53\x2f\x8e\xf0\xf2\x61\x4c\xaa\xff\xde\xcc\x30\xc3\x36\x7c\x92\xc6\x87\x87\x3b\x3e\x4c\xe3\xd3\xd4\x4f\xa3\x3f\x26\x1d\xe1\x34\xe3\x6b\x10\x2e\x30\x98\x40\xaf\x74\x10\x16\xc6\xc7\x64\x84\xcc\x73\x00\xa5\x52\x41\x4f\x1d\xf0\x18\xde\x84\x00\x0d\xb8\x0b\x6f\xcc\xf8\xe3\x1b\x28\x4f\x99\x68\x9a\x73\x91\x0c\x66\x5c\xf7\x7f\xff\x93\x30\x35\xcf\x38\x12\xc3\x20\xe6\x6e\xc6\x69\x74\xc2\x72\x37\x23\xdf\xfc\xee\xfc\x7e\xcf\x3b\x67\x07\x9f\x71\x36\xc8\x84\x1f\xdb\x84\x01\x3d\xe1\xcb\x35\xe3\x74\x46\xc2\x9d\x64\xe2\xcb\x35\x70\x9e\x9c\xe0\xb4\x25\xf4\x7f\x33\x2a\x79\x9e\x6b\xe3\x8c\x23\x11\x26\x24\xaa\x19\x95\x3c\xcf\xc2\x9a\xd1\x79\xe7\x9c\x22\x13\x5f\xae\x01\x2c\xf1\xc4\x97\x2b\x41\x68\x3c\xf1\xe5\x1a\xb7\xf9\x0c\xea\x50\xc8\x7f\xf0\x6d\x31\xfd\xd4\x19\x09\x6c\xe2\x6b\x35\x6e\xdb\x38\x29\xeb\xe6\xfd\x35\x4f\x7a\x25\xfd\x48\x03\x09\x60\xca\x89\x3f\x53\x02\x50\x72\xe2\xc3\x94\x08\x52\x9f\xb0\x6e\x27\x42\xaa\x26\x4c\xdb\x09\x1f\xa3\x09\x1e\xdb\x00\xcd\x61\xc2\xba\x9d\x70\x27\x99\xf8\x21\x25\x74\x3c\x93\x4d\x6e\x00\x81\x3c\xf1\x43\x4a\x48\x4b\x13\x46\xed\x01\x24\xce\x8c\x97\xfc\x1b\x65\x7d\xb4\xf1\xa1\xac\xb3\x29\xa6\x64\xfe\x67\x52\x0f\x1c\x65\x27\x98\x6d\x09\x2b\xf9\xc4\x27\x29\x01\x87\x3c\xf1\x49\x1a\x28\xd9\x27\x38\x6d\x09\x34\x87\xb9\xcf\x64\x1f\xf8\x66\xcd\x7d\x7d\x27\xfd\x48\xd5\x13\x6c\xb6\xc1\x15\x7e\xc2\xc6\x9d\x00\xec\x9b\xe0\xb1\x25\x30\xdb\xe6\x4e\xd4\x8d\xfa\x6f\xe7\x09\x75\x86\x69\x3b\x41\xb1\x36\x61\xce\x4e\xc4\x02\xcf\xed\x3c\x19\xe4\x73\x6e\x0e\x03\xff\xaa\xb9\x6f\xfa\x67\xf0\xed\xb9\xa2\x0e\xae\xe1\x73\xdf\xe4\x33\xc8\xa7\x92\xff\xa0\x3e\xce\x99\xc1\xb7\xcc\x19\x50\x54\x26\x9b\x74\xca\xb6\xf1\x48\x21\x03\xfc\xb6\x09\x69\x76\xc2\xf9\x76\xe2\x06\x95\x00\xd6\x9c\xbb\xd3\x76\xe6\x3c\x78\x66\x09\x21\x62\xee\x87\xb6\xd3\xcf\x90\x57\x27\xfc\xe4\xe6\x66\x5e\x61\x3c\x9b\x7b\x9e\x3a\xb0\x01\xcc\xbd\x3a\xbf\xf9\x36\x4c\xa7\x2d\xcc\x13\x10\x67\xe6\x3e\x52\xe3\x00\xdf\x6e\xee\x4d\x7d\x0a\x75\xde\xe4\x5f\xa8\xe7\x4b\xfe\x85\x3c\x99\x27\xe8\xce\xe7\xfe\x7c\x87\x3c\x3f\xea\x79\x0e\xf6\x89\xfb\xd2\x40\x40\x98\xef\x75\xd6\x1a\x34\x78\xf3\x3d\xb7\x82\xc1\xe6\x37\xdf\x73\xb0\x27\xd0\x73\xe6\x9b\xc8\xf3\x1c\xaa\x13\xc2\xe4\x84\xea\x69\xbe\xe7\x76\x37\x3a\xeb\x05\x92\xe4\x84\x55\x74\xe2\xca\x34\xce\x35\xff\xff\xbc\x99\x4d\x30\xb7\x12\xbc\x7b\x13\x9f\xa7\xc1\xee\x3f\xf1\x67\x4a\x99\x05\xf4\x9e\xcd\x60\x60\x3d\x9c\xef\x91\x84\x46\xb7\x10\x06\x16\xab\xca\x04\x8b\x2b\x81\x40\x31\xc1\xe2\x1a\xe8\x57\x26\xcc\xca\x89\xb0\x99\x09\x2e\xd7\xe8\xbe\x7f\xc4\xcb\x04\x15\xfb\x7c\x1b\x9d\xc4\x80\xbf\x0e\x32\x8b\x03\x16\xe4\x81\xfe\x6c\xbe\x0e\xe6\xc3\xb7\xeb\xd4\xe1\xb1\xd1\xc1\xfb\x4c\xea\xd7\x01\x64\x52\x73\x1a\x8d\xc7\x3a\x3b\x50\x4c\x5e\x4e\x94\x84\x23\xe2\xc4\x87\x29\x11\x74\x3b\xdf\xb3\x58\xc7\x63\x1d\x5e\x3a\x9e\x49\xcd\xa9\x93\x30\x2f\x4f\xfc\x9c\x12\x57\xbf\xf9\x3a\xb0\x0c\xe0\xc7\x40\xe1\x06\x32\xbf\xb3\xf8\x12\x6e\x1a\xf3\x2b\xfe\x6e\xfc\x4e\xff\xfd\xcf\xe0\x3a\x39\x21\xf2\x4d\xe8\x36\x26\xbe\x44\x83\xa0\xe4\xf9\x31\xb0\x48\x99\x13\x9f\xa1\x81\xb5\x6b\xe2\x33\x94\x08\x55\x9a\xdf\xd9\xa4\x07\xd2\xf0\x04\xeb\x2b\x81\x19\x36\xc1\xdf\x4a\x60\x4a\xcd\xef\x21\x9d\x49\x0d\x59\x6e\x02\x15\x62\x82\xc5\x95\x40\x12\x99\x1c\x26\x09\xb1\x7f\x72\x98\xa4\x62\xdd\x16\xbf\x99\xc8\x10\xd5\x26\x18\xb8\x27\x38\x58\xe9\xc2\xd9\x6d\x7e\xb1\xf8\x07\x05\xb3\x8b\x5e\x78\x94\x4d\x9c\x75\x12\xd0\x7f\xf3\xa3\xd7\xc1\x1b\x99\xdf\x67\x3a\x3d\x41\x2f\x62\x7f\x5b\x17\xdb\x1c\xce\x1f\x0b\x70\xa9\x84\xe3\xc2\xba\xec\xc5\x53\xd8\xc2\xf1\x25\x61\x6b\x5d\xb0\xb0\x26\x9c\x5d\xd6\x75\xfb\x7b\xf0\xfb\xb4\xfe\x4a\xbf\x7f\x9c\xaa\xe2\x5f\xba\xf0\x10\x39\xff\xa0\xb4\x9b\x12\x1a\x25\x70\x90\x5d\x9c\x04\x0b\x7f\x91\x84\x0e\x60\x81\x23\x95\x2e\xec\xa7\xeb\x3a\xf2\x6e\xc2\xee\xb9\x00\x95\x3a\xff\xb8\xf9\x83\xee\x6e\x64\x5b\x19\xfe\x46\x4e\x76\x7d\xa7\x08\xbb\xbe\x93\xeb\xb9\x10\xa4\x0b\xcb\xfc\xc2\x25\x22\x61\x84\x5a\x17\x1b\xd3\x85\xd5\x6a\xe1\x1f\x91\x88\x09\x5c\xe0\x3b\x9d\x7f\x90\xad\x23\xf4\xf0\xf5\x64\x24\xd8\xa7\x16\x5e\x0e\xe7\x0f\x2a\xb2\xf8\x7c\x50\xe0\xca\xfe\x83\xcf\x17\x5d\x35\xfc\x82\xac\x06\x1f\x04\x6d\x85\x1a\x79\x5d\x8c\x1d\xe8\x69\x0b\x26\xd5\x44\x7c\xce\xba\xd8\xda\x30\x15\x2d\x80\x97\x12\x81\x48\x0b\x30\xa4\x74\xb1\x1c\x56\x62\xc0\x38\xdb\x57\xe2\xcc\xb9\x58\x0f\x0b\x68\xa4\xf3\xc7\xf9\x3c\x31\x7c\xb0\xe5\xac\x94\x83\xdf\xa7\x38\x88\x4f\xd3\x55\xfc\xe3\xa6\x1e\x85\xac\x18\x63\x1c\x4c\x56\xaa\xfe\x1e\xfc\xe6\xe3\xfb\xfa\xc7\xf6\xb6\x52\xa3\x5e\x34\x30\x75\x3f\x22\xb3\xc7\x74\x0a\x7c\xac\xef\x43\x7d\x8f\x30\x92\xb0\x08\x2f\x20\x8c\xce\x3f\x68\xe1\xb3\xf8\x07\xc5\xb3\x19\x5d\x38\xb2\x2c\x7c\x13\x12\x20\xfb\x2b\x0d\xea\x58\x29\x82\x31\xe3\xa2\xbc\xc0\x26\x4a\xc8\xe4\x0b\x1f\x81\x84\x9c\xbc\xb0\xff\x27\xb4\xae\x2b\xd9\xff\xcc\xe7\xb4\x99\x2e\x7f\xff\x38\xd3\x05\xf9\x71\x25\x64\x0a\x38\xdb\x57\xfa\xf8\x98\xc9\x99\xce\x65\x23\x61\x5f\x5c\x80\x01\xa5\x0b\xae\xdc\x05\x1a\x50\x42\x45\xb2\x40\x03\x3a\xff\x20\xa7\x8f\x6a\x1f\x71\x7a\x01\xfb\x93\x90\x78\x56\x4e\x8c\x05\x0e\x62\x0b\xbb\x7f\xba\x8f\x48\xb2\x32\xe2\xc3\x85\x1c\xb2\x72\xa2\xbc\xb3\x35\xaf\x8c\xfc\x70\x77\x72\x62\x0b\xbb\x99\xa8\x19\x99\xc1\x6a\x64\x07\x8f\x92\xb3\x83\x77\x64\x92\x95\x1d\x9f\xb3\x7d\xaf\xec\xf8\xd0\xa9\xf9\x21\x7f\xa6\x72\x46\x0e\xc4\xe7\x7e\xc1\x84\x99\x2e\xbc\x4b\x56\x9e\xe7\xec\xfa\x55\x88\x43\xfd\xc2\x40\xb1\x32\x4b\x04\x1d\xe9\xca\x93\x75\x04\x3b\xc7\x02\xf3\x26\x21\x96\xaf\xcc\xd2\x21\x76\x66\xe5\x73\x07\x4a\x88\x52\x0b\x3b\x7d\xc2\xf2\xb2\x20\xc6\x4c\x04\xfc\x2d\x30\x69\xd2\x05\xe4\xe2\xc2\x68\x9f\x88\x2d\x58\x79\x4f\xff\x41\x67\x9c\x5b\x4d\x82\x47\x78\x65\x76\xc0\x0b\xab\xf2\xca\x7b\xf3\x0f\x8a\x7b\xfd\x9a\xe2\xde\xc2\x4b\x6c\x2b\x60\xce\x9c\x3f\xf8\x9c\xa3\xaa\x5a\xf1\x8f\x51\x01\x21\x7a\x65\x04\x09\x74\xdd\x0b\x0f\x80\x54\xcf\x39\xb1\x0a\xc3\x08\x5f\xf5\x2a\xc9\x8e\x3a\x92\xdc\x82\x4f\x33\xe1\xe7\xb7\xe0\xb2\x4c\x17\xa7\xf9\x2a\x0c\x4b\xfd\xfd\x66\x47\xc4\x41\x61\x95\xd6\xfc\x83\xcf\xcf\x05\x26\x11\x8d\xb3\xa0\xbf\x3c\xff\xa0\xc0\x36\xf8\x87\x2f\x4d\xff\x41\x5e\x8d\x5e\xf8\xbd\xf4\xf2\xdb\xf4\x8f\x97\x98\xcb\x85\xbb\x41\xfd\xfd\xa6\x22\x6c\xba\x85\x25\x78\xe1\x7b\xbd\x30\xcc\x27\x54\xac\xab\xb0\x57\xa2\x49\x59\x18\xe9\x13\x42\xe2\x2a\xac\x2e\xc2\x44\x57\x71\x84\xfd\x36\x4c\xa7\x16\x41\xeb\x1e\x3b\x2d\xa8\x12\x33\x13\xfa\xc8\xf3\x0f\x5a\xe7\x78\x33\x4d\x81\x6b\x49\x17\x1a\xec\x55\xb8\x07\x10\x5d\xbc\x0a\x9b\xe3\xf5\xb0\xa9\xc0\x32\x99\xb8\x0c\xae\xe2\x44\x78\x6e\x3f\xa7\x0b\xec\x7f\x27\x02\xbe\x4f\xab\x38\x11\xd8\x54\xe0\x9f\x4c\x88\xab\x0b\x33\x7f\x42\x79\xbe\x8a\x43\x3f\x28\x81\x55\x5b\xc7\xbf\x48\x03\xd6\xcd\x1e\x8c\xf9\x73\xe1\x0f\x90\x88\xc5\x59\xb7\xa3\xcf\xfa\x81\x00\x32\xa1\x61\x5d\x90\x38\xa6\x0b\xed\xd5\xc2\x51\x20\xe1\x99\xb3\x60\x62\x4c\x78\x9b\xac\xbb\xfa\x9b\x4c\x99\x2d\x60\x70\x2e\xd8\x0b\xd3\x85\xbb\xdb\x02\xa1\x25\x81\xa6\xb2\xa0\x32\x3c\xff\x20\x27\xa4\x3c\xe0\x48\x16\x10\x2d\x09\xa4\x84\x75\xb3\xfd\x36\x4b\x46\x2a\xc1\x3d\x63\xdd\x63\xf3\xfb\x74\xe0\xcd\x8a\x46\x91\xbc\xe0\x0b\x4c\x38\x83\xae\x9b\x11\xc6\x19\x71\xc1\x0b\x98\xdc\x0d\xee\xc5\xd5\x08\xc0\xa9\x75\x23\xd7\xbb\x1b\x80\xd1\x72\xfe\x41\x4e\x6b\xf0\x0f\x6a\x14\xd6\x82\x1a\x21\x3b\xb6\x4c\x8d\x98\x37\xee\x18\x37\x33\x02\xfb\xe6\xba\xb9\x24\xa2\xc9\x58\x10\xfe\x25\xb4\x98\xeb\xe6\x54\x4c\x50\x13\x2c\x58\xfe\x12\xaa\xb6\x05\xea\xca\xb9\x75\xfb\xc5\x99\x68\xcd\xea\x7d\x5e\xcd\x99\xb2\xf7\x97\xf8\x07\x2f\x21\x1c\xa1\x70\x5a\xe0\xab\x24\x14\x81\x0b\x7e\xbe\xe4\x65\x7b\x55\xc7\xe7\x5c\x7a\x17\x64\x7a\x09\x06\xcd\x55\x8f\xd0\x9f\x52\xf2\x0b\x84\x43\x37\xa5\xea\x20\x32\x24\xb5\xbe\xde\xf8\x4f\xff\x55\xfb\x98\x8a\x57\xfb\x98\x93\x02\x54\x91\xe4\xbd\x68\xc1\x0b\x77\xfe\xe0\x3f\xf6\x19\x9b\x7d\xb5\xcf\xd8\xec\xc1\x09\x39\x17\xfd\xd3\x21\xb0\xb2\x25\x9c\xf7\x57\xe5\xc4\x72\x1f\x6a\x88\x72\x60\x12\xac\x66\xeb\x98\xe2\x2d\xd3\xb1\xec\xf6\x0d\xb9\x00\xb4\xab\xd5\x6c\x28\xb3\xb8\xdd\xbe\x7f\xaa\x8d\x67\x41\x02\xff\x60\xb5\x66\x3a\xf9\xcf\x53\x39\x6e\x4f\x0b\x20\x8c\x84\xbe\x7e\x61\x58\x4f\xa8\x4b\x17\x80\x17\x09\x64\xa7\x85\x71\x39\x11\x1c\xb0\x20\xda\x4a\xf8\xa0\x2e\x88\xb6\x12\x08\x57\xab\x9f\xdb\x77\x02\x0c\x76\x75\xea\x86\x3b\xe6\x82\xf0\x2a\xfd\x76\x9d\x5e\x16\xff\x38\xbd\x82\xd5\x36\xe1\x44\xbb\xb0\xda\x26\x74\xc8\xab\x23\x7d\x12\x87\xbc\x3a\xc7\x1e\x4a\xfd\xd5\x9b\xef\x37\x7e\xfb\xfe\xa9\x44\xef\x59\xd5\x03\x99\xf6\xb3\xc2\x80\xbc\x58\x5d\x9d\x8a\x73\xb5\x77\xaa\x57\x28\x81\x55\x85\x09\x6a\x75\x84\x4f\x18\x66\x57\x47\xf8\x4c\xf8\xca\xaf\x8e\x58\x42\x58\xe9\xea\xf6\x17\xa2\x78\x9f\x6a\x31\x98\x17\x9d\x25\xd3\xfd\x1d\x9d\xdf\x7c\xa0\xfa\x04\x9f\xaf\xd5\x63\xf0\x0f\xbe\xb6\x27\x91\xb9\xbb\x3d\x89\x98\x0d\x22\x45\xfa\xdb\x52\xce\x2d\xcc\x80\x0b\x5b\x69\xc2\x5c\xb9\xb0\x95\xa6\xde\xff\xe5\xe0\xb1\x1e\x84\xc9\x04\x3a\xf6\x7a\x12\x7d\x4e\xff\x3f\xaa\x33\x30\x6b\xaf\x27\x6d\xfe\x71\x8a\x7c\x90\x38\xb9\x42\xae\xc7\xd1\x63\xea\x82\x70\x91\x12\xbe\x10\x0b\x58\x8b\x44\xc4\xeb\x7a\x1c\x3d\xa6\xee\x53\x99\x36\x4c\x5d\xa0\x2c\xd2\xdf\x97\x2a\xa3\xc1\x16\xfe\x38\x94\xcc\xe3\xc7\xa1\x64\x1e\x3f\x1c\x7b\x09\x95\xde\xc2\xd0\x99\x3a\x93\x17\x40\x8a\xf3\x0f\xb2\xed\x14\xc1\x4c\x7e\x38\x03\x09\x21\x5a\xd0\x61\x25\x1c\x55\x17\x68\x13\x09\x53\xfb\xc2\x4a\x9a\x88\x51\x5c\x0f\x02\x0c\xa6\xf6\x05\x92\x44\xc2\x81\x78\x3d\xcb\x77\x68\x5a\x64\xf5\x39\x7c\x1c\x85\x7f\x50\x98\x4a\x31\xc8\xf6\x16\x1c\x56\x7f\x6b\x84\xf8\x03\x62\xd9\x82\xab\x2a\x11\x1a\xbe\xc0\x9e\x48\x84\x59\x2f\x70\x25\x12\x5e\x7d\xeb\x41\x54\x4d\xc3\x6a\x20\xaa\xe2\x78\xbf\x9e\x57\xb5\x8f\x75\x7a\x13\xff\xa0\x4e\xec\x08\x18\x41\xd6\xc3\xbc\x01\xae\x66\x3d\xc8\xad\x09\x04\x82\x05\xd5\x55\xc2\x49\x6b\x61\x72\x3d\xff\x20\x27\xe4\x56\x02\xa4\xd6\x40\xf8\x21\x66\x61\x61\x2b\x4d\xf8\xd2\x2f\xec\xa3\x09\x77\xd8\x05\x8f\x55\xc2\x4c\xb1\xc0\x8a\x48\x78\x7b\x2d\xec\xa0\x09\xc0\xa6\x35\x6e\xaa\xcd\xea\x1a\x3f\x6d\x15\x43\x82\x51\x34\xe1\xaa\xb7\x20\xac\x4a\x18\x5a\x17\xc4\x54\x49\x61\x02\x70\x89\x94\x61\x5e\x5f\x03\xc1\x07\xd5\xc4\x1a\xaa\x35\x60\xf8\x58\xd0\x54\x25\xac\x19\x6b\x30\xd0\x8a\x09\x83\x81\x56\x32\x00\x6a\x22\xe5\xcb\x6c\x9f\xce\x3f\xf8\xf8\x51\x53\x86\x8c\x32\x1c\x76\xee\xc3\xc3\x61\xe7\xbe\x01\x91\x54\xca\xb0\x9a\x2f\x98\xa4\x12\x56\xfc\x35\x54\x91\x40\x8e\xb0\x30\x93\xa6\x87\x63\x61\x38\xd4\xcd\x74\x74\x1e\x98\x8b\xd6\xd8\x36\xc9\x3e\x40\x90\x41\xef\xbe\x86\x9a\x14\x5c\x82\xd6\x70\x4c\xb9\x35\x0c\x24\xda\x0c\x99\xe9\x1a\x48\x2f\xf8\x8f\xac\xe1\x60\x73\x83\x18\x08\xb1\x19\x54\xb4\x85\x7d\x34\x01\x2a\xb4\x66\x62\xfe\xb1\xd0\xe0\x5d\x4a\xd8\xce\xd7\x74\xec\x58\x5b\xf3\x46\x43\x88\xfb\xe2\x9a\x9c\x74\xd8\xce\xd6\x54\x53\x85\xee\x73\x4d\xee\xfb\x44\xa2\xac\x79\xff\xf4\x7f\x14\x87\xec\xe2\x2c\x9d\x8c\xa4\x13\x13\x04\x86\x94\xd1\x42\x2e\xe8\x92\x92\x02\xd1\x64\x90\xd0\xce\xaf\xe9\xc0\xa0\x32\x5c\xe0\x25\x24\xf8\x80\x16\x78\x09\x09\x30\x9d\x05\x3e\x41\xca\xb8\x60\x2d\x00\x0a\x7e\x53\x79\x72\xfa\x64\xe0\xa5\x17\x68\x05\x4c\xe5\x7f\xec\x75\x50\x1f\xa5\x8c\x77\xda\x9a\x6b\xf1\x15\x65\x72\x81\xcf\x18\x4e\xd6\x5c\x9b\x7f\x50\x01\x96\x34\x86\x99\x35\xd9\xa8\xe1\x78\x58\x93\xe5\x03\xd8\xeb\x22\xb8\x3f\x01\xea\xba\x08\xe2\x4f\x00\x62\xae\x85\x0a\x0b\x54\x9d\x45\x40\x7f\xca\x10\xfa\x2e\x18\x89\x12\x41\xf2\x8b\xe8\xfe\xf3\x8f\xc1\x1f\x89\x7f\x34\x7e\x53\x1a\x72\xc7\x4a\x96\xc6\xc7\xd9\xd2\x78\x1f\xcd\x32\x66\xd6\x85\xb9\x36\x65\x55\x34\x84\xe7\x27\x7c\xa7\xd7\x2a\xdd\x7f\xf0\x05\xa2\x0d\x46\xb6\x05\x41\x51\xca\x18\x21\xd6\x42\xe9\x8c\xc5\x6a\x2d\x4e\xd8\x8c\x9b\xf7\x22\x5a\x3f\x11\x4d\xbf\xa0\x28\x4a\xc4\x60\x2d\x22\xf7\x53\xf6\x86\x8f\xfd\x36\x11\xdd\xb8\x96\xb3\x82\x91\x59\xa8\xa0\x95\x5b\x17\xd2\x6d\x56\x4b\xb2\x90\x6e\x87\x95\x65\x4d\x03\x7c\xba\x16\xab\x12\x4c\xc0\xb5\x9c\x08\x1c\x27\xc4\xdf\x27\x82\x1e\xd6\x42\x0a\xc1\x32\xbf\xd6\xf4\x7d\x7a\x6c\xfa\x3e\xf9\x2f\xdf\xa1\x12\xc8\xad\xc3\xf6\xb3\x6e\x81\xc5\x5a\xcb\xb1\xe5\xba\xb3\x1c\x5b\xd6\xdd\xda\xbe\x43\xb9\xe8\xa6\x89\x14\x5a\xcb\x31\xb7\xbb\x38\x76\x89\x4c\x5b\xe1\xf8\x73\x1c\xc4\x95\x54\xfd\x36\xfe\x60\x5e\xb2\x79\xc4\xa5\xee\x97\x0d\x2a\x9c\x0d\xb8\x86\xae\x70\x36\xb0\x68\xc3\xd9\x40\x8c\xf3\x0a\x67\x03\x2b\x38\x90\x55\x33\xc8\xbe\x0b\x56\xa1\x0c\x85\xdc\x0a\x0e\xe3\x0c\xd0\xdd\x8a\x33\x1f\x32\x28\x90\x2b\xf2\xe6\x37\xe5\x1d\x99\x2f\x83\xa5\xb3\xe2\xcc\x80\x4c\xb0\xf3\x0a\x96\x7c\x86\x4d\x62\x61\x93\xce\xd8\x59\x57\x9c\x0d\xfb\xb7\xfd\x46\x25\x23\xd6\x63\x3c\x7c\x8c\xf8\x14\x1c\xa1\x59\xb9\x3a\x8e\x38\x94\x71\xd1\x5c\x31\x54\x4f\x33\x2d\x21\x06\xca\x20\xb6\x2c\x88\x81\xce\x3f\xa8\xdf\xa4\x4e\x9c\x0f\x30\xfd\xa4\xac\x60\x4d\x68\x7d\xbe\xfc\x3a\x78\xc9\x0f\x82\x7a\xd8\x81\x48\xc6\x59\x99\x09\x3b\x53\x26\x68\x60\xc5\xa6\x82\x48\x5f\xc4\xc7\x67\xdc\xc5\x56\x7c\x5d\x75\x38\xb9\x7e\xbc\xc4\x5c\x27\x80\x3d\xa3\x69\x5d\x1a\x82\xb2\xa2\x25\x91\xea\x19\x7f\xa0\x45\xa4\xfa\xf9\x47\xe6\x0f\xfa\x89\xb9\x8e\x59\x28\xc3\xdb\xb6\xa0\xec\xc9\xb8\xdc\xaf\x9d\xf9\xcd\xf4\x86\x52\x27\x63\x9e\x5c\xfb\xe6\x7d\xa6\xf7\xbe\x4d\x3f\x3d\xb3\xed\x6f\xa6\x31\xa1\xed\x19\xe8\xd2\x05\x6d\x4d\x06\x78\x6a\xed\x87\xf4\x7f\x46\x86\xae\x3d\xe8\x4d\x80\x1f\x16\xa4\x33\xbf\x03\x6c\x0f\x75\xf9\xec\x23\x7b\xd0\x6b\x1c\x60\x1b\xbd\x68\xf6\xf4\x84\x9a\x26\x03\x4d\xb9\xb6\x83\x84\x80\xb6\x17\x75\x64\x9e\x42\x29\x93\x89\xca\x5d\xdb\x2e\xe7\x70\xd9\x76\x39\x87\x0b\x0c\x2c\x19\x3a\xf6\xb5\x3f\xbe\xe5\x02\x02\xeb\x4a\x86\xf1\x78\x6d\x47\x82\xa3\xe5\xbd\x7c\xa7\xf1\x9b\x5a\xb3\x55\xbc\x97\xd6\x02\xf6\xd4\xf7\xa2\xd6\xc8\x70\x84\xa5\x67\x28\x4d\x17\xb6\x9c\x0c\xbb\xe7\xc2\x01\x20\x65\xf7\x32\x38\x58\x32\x58\x79\x8b\x38\xf3\x8c\xe7\xc4\x7a\xe9\x7d\x88\x70\xd6\x7b\x6b\x9b\xa0\x4a\xef\xd9\xd7\x32\x78\xf1\x4b\x43\x4b\x71\xa5\xbd\xb5\xf3\x0f\xaa\xc1\x1e\x57\x5c\x69\x2f\x03\xe6\x35\xf2\x65\xc0\xb0\xd9\x2e\xa8\x51\x52\x21\x58\x61\xc1\x8d\x92\x31\xe0\xae\xb7\x6b\xab\x40\x42\x7b\x1f\x5a\xc1\x3a\x78\x19\x62\xc2\x95\xd6\xcb\x05\xa3\x28\xb8\xbc\x93\x6c\xd9\xf4\xb1\xfd\x67\x3c\x7c\xd7\xfb\xf2\x31\xdb\x39\xd6\x96\x8c\xc3\xd5\xfa\x2e\xad\x18\xf4\xd9\x77\xf6\xa4\x8c\x23\xc9\xfa\x90\xf6\x4b\x62\xbb\x20\x56\x3a\x63\xa0\x5d\x9f\x7d\xc3\x2c\x85\xd7\x24\xab\x94\x87\x3b\x24\xe3\x60\xbf\x88\x53\xce\xf8\x92\x2e\xc2\x8c\x33\x06\xda\xf5\x6d\xd2\x99\xa5\x9f\xb5\x63\x53\xc5\x5a\x91\x31\xca\x2e\xb8\x3a\x32\xe4\x44\x0b\xae\x8e\x54\x8a\xb5\x7b\xa9\xdd\xd9\x61\x83\x18\xd6\x4c\x60\x76\x10\x57\xaa\x68\x12\x98\x09\x32\x56\xdc\x20\x66\x34\x63\xc5\x0d\x62\x43\x33\x96\xdb\xb8\xac\xe8\x43\x3e\x83\xf7\x1f\xf2\x41\xbb\x59\xea\x19\xb7\x20\xf8\x31\xa7\x87\x8f\xa7\x36\x90\xc4\x17\x93\xe6\x3c\xe4\x34\x5f\x0d\x25\xe9\xfc\xb1\x7e\x7f\xf0\x1f\x1a\x8d\x93\x70\xc0\xc1\x90\xa1\x7c\x8b\x8b\x0e\x80\xa8\x28\xe0\x60\x48\xd2\xce\x07\x31\x8b\x19\x20\xb8\xb8\x18\x1f\x02\x62\xe3\x42\x6a\x2b\x04\xa3\xc5\x75\xf6\xa6\x8c\x1d\x35\xae\xef\x67\x8c\xe1\xeb\xef\xac\x20\xfc\x8d\x23\xb1\x3a\x70\xc7\x8c\x74\x56\x84\x92\x53\x40\xa5\x90\x51\x2a\x04\x06\x83\x4c\x24\x64\x10\xe5\x98\x89\x52\x8b\x84\x2a\xc0\x10\xb1\x48\x59\xbb\xcc\xc5\x5b\xe7\xca\x96\x71\xae\x8b\x54\xb4\xcb\x5c\xbc\xc5\x48\x60\x27\x8d\xc4\xa6\x85\x9d\x34\xd2\xcf\x0e\x64\xd9\x0c\x4b\xae\xfe\xe6\x83\xca\x07\xc8\x7f\x32\x63\x05\x9c\x08\x19\xe0\xd9\x48\x9d\x8a\x37\x8a\xeb\x7c\xdc\x78\xe7\xa1\xb2\x8d\x8c\x34\xe4\xb4\xfe\x2f\x69\x2e\xd2\x20\x67\xfa\x30\x0d\x73\xee\xfc\xae\xe6\xe0\x3f\x68\xe1\x11\x04\x22\x0d\x9b\xfe\x50\xce\x38\x13\x12\x03\x69\xc0\x8d\x70\xfe\x41\xed\x67\xe2\x1f\xbc\xc4\xb4\x80\x00\x36\x88\x7f\xcc\xd9\x5c\x59\x09\x04\x25\x07\x9c\x07\x99\x50\x8d\x48\x9c\x57\x38\xf1\x46\x0a\x1a\xf8\xd0\x58\x27\xcb\x43\x61\xac\x90\x6c\x25\x58\xbf\x58\x57\x23\xbd\xa6\x93\xbf\xf3\xe6\x21\xff\x8f\x09\x8c\x46\x21\x20\x2b\xc8\x20\x0e\x46\x76\x4a\x9c\x4d\x35\xb2\x53\xe2\xec\x60\x91\x91\x2e\x0a\xc0\xdc\x91\x2f\x9a\x79\x76\xd2\xc8\x5a\x00\x09\x91\x0b\xc2\x12\x33\x96\xa6\x80\x5a\x20\x03\xc0\x11\xd0\x06\xa4\xc2\x0d\x3d\xe0\x0d\xc8\x58\x5b\x03\xde\x80\xf3\x0f\xbe\x40\xba\xc0\x02\x15\xd9\x19\x45\x6c\x44\xe4\xfc\xf1\x0f\x5e\xd2\x56\xdb\xad\x6d\x29\xfe\x41\x21\x08\x24\x58\x5f\x23\xb3\xf3\x00\x09\x1d\xb9\x9a\x5e\xf9\x6d\x3a\x65\xb3\xd0\xb1\xca\x06\xb1\x89\x19\x88\xa6\xc8\x4c\xae\xc2\xaa\xc8\x4c\x2e\xac\xb5\x01\x2f\x40\x2a\xc4\xa1\x45\xee\x54\x89\xa5\x90\xb5\x25\x72\xd3\x8b\xfc\x24\xfe\x41\x09\xc3\x9c\x68\x03\xdb\x07\xae\xd2\x91\x07\x3d\x50\x28\xe1\x67\x31\x64\x7f\x82\x26\x20\x63\xd4\x8d\x3c\xfd\x80\x74\x54\xa6\xe5\x71\x58\x8e\xe8\x99\xb1\xdd\x46\xd6\x60\xf8\x38\x46\x6b\xf0\x0f\xb2\x65\x12\x00\xf8\x16\x19\xed\xa6\x61\xd5\x91\x5f\x2a\x5e\xf9\x9a\x4b\xbd\xe1\x99\x01\x74\x7e\xc6\xac\x1b\x58\x31\x72\xb1\xa5\x48\x39\xfa\xd0\x45\xe6\xea\xaf\x3f\x53\x14\xe6\x0a\x5e\xed\x41\x20\x63\x06\x83\x27\x8a\x23\xcf\x1a\x2a\x37\x1d\xcb\x8a\x28\x8d\x74\x76\xe5\x62\x27\xd3\xea\x82\x6e\x45\xda\xe7\x28\xe7\x1c\xcb\x98\x56\xa3\x70\x74\x11\x92\x1e\x05\x29\x91\x9b\x41\x60\x6b\xc8\xe0\x4b\x47\x41\xb2\x23\x48\x29\x50\xdf\x67\xa2\x9b\x83\xc0\xbc\x64\xd0\x4a\x94\x97\x4c\x99\x33\xe5\xa5\x8f\xe9\xca\x82\xa8\x80\xbd\x35\xee\xcb\xdf\xe7\x63\x34\xf4\x19\xe0\x8d\xb8\x11\xbb\xc0\x64\x08\x10\xd4\x33\x61\x9f\x71\x9f\x89\x98\x71\xa9\x0b\x14\xf1\x19\xb7\xb5\xb8\x99\x7a\x98\x67\xe3\x6e\xfe\x26\x9f\xe6\xb7\xe4\xd3\xcf\x48\x11\x02\x1d\xa8\xd8\x33\x16\xd9\x00\xe1\x3c\xc3\x63\x1e\xa0\x9a\x67\xd0\xc5\x03\xcd\x78\x26\x74\x39\x40\x2c\xcf\x44\x67\xc6\xfd\x9a\x0f\xf9\x23\x02\xdd\xf9\x5f\xca\xb9\x40\x75\x9d\x21\x6f\x8a\x5b\x73\x24\x06\xd2\xb8\xcf\xe0\x66\x70\xb2\xe2\x3e\x77\x91\x8c\x05\x38\xea\x45\x89\xe7\xbe\x1a\x95\x9e\x81\x11\x2a\xc0\x1b\xcf\x30\x27\x45\x65\xcc\x81\xd8\x8e\x6a\x2f\x9d\x93\x38\xaa\xbd\x54\xc8\x07\x4d\xec\x0d\xeb\x47\xd4\xb2\xf8\x07\x99\x96\x9f\xc1\x37\xf1\xc7\xe6\x1f\x94\x70\x6b\xcb\x65\xb6\x56\x04\x27\x3d\x9a\xa3\xd6\xcf\x3f\x28\x1c\x61\x09\x4b\x6d\x54\xbb\xbc\xf2\x79\xd7\x46\xcc\xb6\x5b\xed\x67\x66\x25\x60\xdf\x19\x2b\x6c\x00\xf6\x9d\x31\xbc\x46\x45\x3e\xba\x71\xf3\x0a\x42\x20\x33\x4c\x7e\x51\x87\x66\xe8\xe1\x1f\x89\x7f\x90\x2b\x12\x2f\x71\x86\x51\x87\x15\x1c\x54\xd0\xe1\x63\x1e\xd7\x49\xd1\xec\xec\x68\xec\x33\x06\xd9\x00\xe3\x3b\x09\x9a\x14\x15\x5f\x0d\x89\xf1\xa3\xb2\xb7\xc3\xf7\x1a\xa0\x7c\x27\x19\xd2\x03\xf5\x7d\xfe\x15\x81\x45\x4c\x92\xc7\x20\x10\x32\x13\xa8\x18\xa8\xf5\x33\x01\x9b\x41\x90\x63\xba\xb9\x16\x46\x7d\xcf\x4e\x4f\x30\x56\x00\xfa\x7d\xfe\x41\x19\x6f\xe5\x1f\xbe\x64\xb6\xec\x04\x15\x21\x1b\x83\x6b\x54\x66\x18\xfe\x6a\x51\xbf\xea\x4b\xa7\x22\x8d\x09\xa2\x6c\xd3\x98\x20\x36\x09\xbc\xee\x64\x74\x63\xb4\x73\xa9\xcc\xb6\xa2\x65\x8b\x60\xda\x35\xa6\x08\xbe\xb2\xd1\x50\xf7\xde\x75\xf0\xf9\x11\x1e\x72\x65\x8a\xb4\xa2\x61\x7e\xf8\xd6\xe0\x1f\x0f\xbf\x2d\x83\xae\x22\x12\x33\x63\x58\x0d\xa2\x2c\xbd\x1b\x07\x36\x09\xaf\xc6\xd1\x50\x10\x4b\xcb\x10\x8d\x33\xc0\xa6\x36\x16\x28\x24\x4d\xd1\xda\xc7\x6f\x3e\xe8\x9a\xef\xad\xe0\xd9\xab\xbc\x19\x47\xeb\x7e\x40\xfd\x1e\x33\xa2\x4a\xb8\x23\xdc\xcd\x9c\x1e\xaa\x84\x48\x02\x2e\x78\x92\xea\x3a\x08\x5e\xcc\x58\x55\x83\xc0\xc4\x0c\xfe\x6f\x10\x80\x98\x95\xe2\xda\x6c\x7a\x0b\xf0\xd2\xa4\x3b\x38\x68\x9b\x7e\x0a\x80\x8d\x06\xf0\xe1\x19\x73\x6b\xb4\x45\xab\x4d\x0f\x5b\xca\x6c\x6e\xc1\xd0\x23\x45\x10\x83\x78\xfe\x41\xa5\x90\x3f\x2b\x22\x45\x43\xe6\x04\x65\x2f\xb0\xbf\x64\xe0\x15\xa2\x21\x66\x56\xdf\x77\x46\x38\x42\x1f\x6d\x60\x36\x02\x14\x9e\xc1\x2d\x89\xee\x84\x60\x02\x12\x94\x97\x6e\x62\xfd\xa3\xa7\xd3\x06\x00\x4d\x02\x34\xf1\xf3\x0f\xff\x18\xfc\xe3\x94\xdc\xd9\x71\xe1\x42\x89\xce\xac\xc1\x62\x19\x84\xe5\xa5\x1b\x06\xa7\xe8\xe7\xe8\xcf\x2d\xfd\xcb\xb3\x24\xba\x9e\x0e\x40\x25\x46\x2f\x95\xaf\xcc\xc1\x8a\xd1\x57\x9d\xb9\x86\x41\x33\x3a\xb2\x29\x86\xcb\xc0\x48\x94\x31\x5c\x46\x3f\x72\x6a\xc6\x56\x19\xdd\x9d\x49\xc1\x05\xcc\xf3\xf3\x07\xed\xbd\xcf\xd4\xc1\xe8\x13\xbd\xfe\x3c\x2e\xfc\x23\xf8\x07\x2f\x31\xef\x60\x3a\x0c\x6c\x49\x19\xea\x94\xe8\x6d\xf1\x9b\x6a\x74\xd3\xa9\x06\x8a\xcd\x1b\xad\x79\x60\x26\xca\x38\x88\x07\x61\x7c\x49\xd6\xa6\xe8\x1c\x1f\xd8\x18\xa3\x23\xb0\x0a\xe1\x1a\x7d\x0c\xff\xa0\x8c\x41\x33\x98\x84\x00\xa0\x9f\x7f\xf0\x39\x02\x28\xce\xec\xd1\x99\x47\x38\x95\x47\xe7\xba\x72\xc3\x57\x1a\x9d\x9d\xa9\x39\x06\xee\x4c\x10\x42\x46\x67\x67\x72\xaa\x76\x77\x26\x18\x14\xa2\x33\xa9\x9c\xaa\x9d\x9d\x09\x84\xad\xe8\x7b\xf3\x9b\x77\x90\x53\x95\xae\xfb\xeb\x3b\x54\xe9\xb5\xb4\xd3\xcb\x0f\xe2\x28\x01\x6c\x41\x64\x5f\x56\xe8\x7e\x2e\x5d\x50\x38\x41\x09\xf3\xcb\x0a\xdd\x84\xf0\x9d\x7f\x0c\xfe\x60\xbe\x20\x09\x3f\x49\x47\x15\xc6\xe8\xc9\x54\x8f\xb9\xfd\x38\xf3\x98\xdb\x0f\x12\xa8\x38\x16\xf1\x20\x81\x62\xd4\x0c\x02\xf8\x92\x81\x2e\x01\x1a\x7b\xc6\xc2\x19\x44\xf3\x65\x2c\x9c\xf1\x70\xd7\x21\x44\x35\x1e\xe7\x13\xab\x81\xe8\xbc\x8c\x85\x33\x9e\xee\x6f\xde\x67\xb0\xb1\x64\xc6\xd3\x6d\x90\x1f\xf4\xc9\x3f\xf8\x8d\xc3\x45\x45\xe7\x16\xcf\x73\x1a\x04\x1b\x4a\x3c\x8f\x6e\x31\x2c\x99\x87\x59\xd0\x6d\x35\x02\x65\xb7\xa1\xdc\x54\x2a\xe4\x48\xf1\x70\x53\x41\x2b\x15\xcf\xd4\xc1\x06\x61\xf6\xe1\xa6\x82\x56\x2a\x30\x62\x65\x00\x3b\x03\x3b\x54\xc6\xfa\x19\x4f\x98\x4e\xc5\x99\x0f\x44\x5b\xc4\x83\x27\x86\x98\xe6\xf1\xec\xb3\xa2\x30\x78\xc6\x83\x9d\x59\xa0\xf1\x00\x04\x3d\x83\x36\x17\x0f\xe3\x8e\xf5\x33\x9e\x73\xa4\xe4\x5e\x4e\x09\x03\xd1\xb2\xd3\xc5\x83\xab\x47\x85\x8f\x27\x06\x57\x0f\x5c\x5f\x63\xa4\x9f\xd3\x4f\xe1\x0f\xea\xcd\xa2\xc0\xc4\x94\xbd\xdc\x0c\x84\x11\x50\x77\x62\x20\xa6\xe1\x51\x13\xc3\x81\x60\xf3\x19\xdc\x0a\x08\x6f\x8c\xd1\x74\xf9\xe1\xfa\x34\x1a\x7d\x5c\xc9\x94\xe3\x01\x2b\x6a\x0c\xa4\x57\x7c\x6b\x62\x38\x8a\x08\x22\x18\x89\x32\xd6\xd5\x18\x8f\xbf\xc9\x94\x8b\x00\x06\xd5\x18\x03\x9f\x27\x5c\x93\x63\x70\x13\x80\xc0\x30\x06\x37\x81\x8a\x9f\x72\x0c\x07\x0e\xa9\x64\xd8\xf5\xff\x34\xbb\xc6\xc0\xd0\x5b\x33\xfd\x3f\x82\x89\xc3\x52\x1b\x7a\x41\x79\xcf\x1c\x9b\x46\xb1\xbe\x06\xc6\xc2\x9a\x7f\x7f\xe0\x5a\xe2\xed\x72\x70\x81\x80\x70\x29\x34\x20\xc9\x16\x1e\x58\x90\x72\xb7\x7f\xf0\x89\x92\xd2\x3a\x86\x63\xc9\x0a\x1b\x2f\x83\x8f\x24\x3e\xb8\x7e\x08\xce\x1d\x03\xd5\x28\x06\xd6\x98\x0e\x32\x6b\x07\x90\xf2\x54\xa1\x11\x88\x89\x60\x89\x91\x34\x40\x1d\xcf\x18\x49\x63\xa2\x8a\x26\xcc\x35\x40\xfc\xce\x98\x42\x03\xc4\xef\x8c\x29\x34\x40\xf6\x4e\xd5\x8b\xc2\x64\x6b\x25\x76\x36\x66\xdf\xfc\xa6\x64\xe4\x3f\x2c\x9b\x01\x34\x76\xc6\xb2\x19\x93\xcb\x04\xc6\xcc\xc0\x4a\x93\xb1\x5f\xc6\xd4\x0f\x09\x17\xb9\x00\x4f\x3a\x63\xb4\x8c\xa9\x1f\xd2\x6d\x69\x3b\xf1\x0f\x4a\xb0\xc7\x71\x9e\x0b\x22\xe9\x32\x71\xf8\x31\x5f\x8b\x18\xfc\x3e\x9d\xe1\x16\x3d\x11\xae\xdc\xa1\x17\xbb\x1b\x51\x54\x81\x2d\x27\x13\x15\x15\xcb\x7e\x41\x98\x5e\xf6\x0b\x2b\x87\x88\x39\x55\xb0\xb1\xd0\x41\xe2\xf3\x14\xcb\x3e\x42\x04\x5a\x68\xdc\xe1\x27\x89\x85\xbc\x8c\xc9\x32\xd6\xf0\xfd\x53\x9f\xc5\x35\x83\x38\xf6\x58\x1c\xff\x00\x8c\x04\x11\x6d\xd9\x8b\xef\x62\x64\xbd\xeb\x2e\xbd\x9f\xba\x95\xe3\x2e\x82\x89\x33\xc2\x4a\xb3\x56\xc2\x4a\xb3\x56\x82\xc5\x08\x04\x75\x60\x4b\x48\xa2\x1f\x04\xa1\x2e\x19\xa0\xbf\x08\x84\x43\x23\x6b\x23\x10\x0e\x09\x89\x8f\x40\xd4\xab\x18\xdb\x03\x40\xe3\x8c\xbd\x32\xc2\x36\x73\x4a\x04\xb7\x04\x43\xf7\x22\x38\x66\x21\x26\x89\xb0\xd1\xcc\xdb\xc0\xdd\xa9\x3a\x22\xd1\x1a\xff\xf0\xb7\xee\x63\x6c\x6d\xe1\xec\x61\x12\x47\x37\x27\x8a\xe8\x95\xdf\x54\xdc\xee\xe3\xc4\x00\xaf\x38\x7b\x49\x0f\x3d\x1b\x7f\xc5\xd1\xaf\xd8\x34\x03\x20\xe0\x8c\x4d\x33\x02\xb7\xde\x4a\x2c\x6c\x80\xe0\x9b\x07\x7b\xbb\xd1\x2f\xf5\xef\x1f\x83\x7f\x50\x3f\xce\xd2\xc1\xac\x0f\x46\x08\x1c\xf7\x20\xe4\x25\x13\x9c\x1b\x84\xb3\x64\x8c\xa3\x11\x08\x6b\x18\x47\xc3\xb0\x15\xa3\x49\x63\xa3\xbf\x1d\xec\xa9\xfb\xf2\x03\xd2\x93\x1f\x34\x7e\xd3\x06\x0c\x55\x41\xc4\x5f\xf6\x2c\xdd\x3f\x47\xb5\xee\x17\x67\x62\x79\x96\x6a\xa2\xc0\x9a\x1a\x84\x02\x66\x7c\x01\x42\x73\x05\x6c\x72\x01\x8b\x7f\x86\x8f\x24\x76\x35\x9d\x7c\x18\xab\x91\xff\x85\xeb\x16\xda\x32\x30\x9f\x06\x54\xfb\x49\xf8\x87\xd8\x08\xed\xb8\xe8\x87\x31\x28\xc6\xf5\x07\x24\xfc\x19\xc3\x6a\x6c\x0e\x5a\x0c\xab\xb1\x1f\x7f\x53\xad\xe1\x6f\x1a\xce\xa0\x62\x26\x8d\x8d\x08\xde\x30\x33\xc4\x46\x04\x57\x5f\xb2\x75\xc3\xc2\xe6\x10\xc4\x25\x66\x6c\xa3\xa1\x4d\x83\xe0\xe5\x20\x54\x25\x13\xfc\x1b\xa0\xee\x66\xe2\x2d\x63\x3b\x8e\xac\x46\x50\x74\xb3\x2a\x95\xed\xd8\xd9\x1c\xc7\xce\x16\xa0\x77\x11\xfd\x2f\xa0\x95\xcf\xc0\x32\x84\x71\x2b\x86\x80\xc7\x46\x1c\xc7\x46\x11\x58\x38\x32\x26\xd6\x78\xd9\x4f\x30\xb1\xc6\xeb\x60\x33\x09\x34\x70\x40\x47\x12\x2f\x02\x38\xd6\xd6\x78\x1d\x46\x8e\xb1\xd7\x61\xe4\xfe\xf2\x22\x80\x37\x38\x54\xe2\x45\x00\xc7\x7a\x1a\x46\xba\x34\xbc\xe6\x03\xa4\xde\x8c\x29\x35\x5e\x07\x98\xe5\x8b\xb5\x22\xb5\x6c\xd1\x08\xba\x4e\x2d\xc3\x4a\x5a\xb6\x1e\x8d\x36\x30\xb5\x5e\xc7\x8a\x75\x0d\x97\x7b\xc6\x20\x1a\xef\xa3\xeb\x9e\x2f\x71\x7f\x07\xec\x36\x5e\x5d\x14\x3d\xe7\xde\x87\x16\xb1\x03\xbf\xc8\x44\xd8\x43\xe3\x75\xa4\x59\xd6\xef\xb4\x45\x9c\x47\x6f\x30\x4d\xfc\xed\xa0\xb0\xd5\xbc\x28\xd6\x45\x55\x8b\x0f\x66\x48\x40\x8c\x82\x88\xc6\x02\xc6\x6a\x80\x89\x9b\x04\xb9\x08\x43\x1a\x31\x7b\xc6\xa7\x2f\x1d\x60\x05\x21\x2a\x2e\x30\x3a\x01\x12\x6e\x01\xd1\x24\x88\x7b\x2c\xd8\x46\xe3\xcb\x94\xc0\x12\xfc\x10\x42\x25\x3b\x0d\x20\x6c\x0b\xf6\xd0\xf8\xaa\xbf\xf9\xa0\x92\x11\x9b\xd9\x87\x9a\xbc\x11\x5c\x17\x04\x34\x16\x00\x8e\xe2\xd3\xfd\x0e\xc4\xa5\xf8\xda\x38\xff\x60\xa5\x7c\x20\xd8\xe3\x74\x19\x5f\x27\x57\x0e\x18\x82\x53\x34\x15\x05\x44\xf1\x05\xb7\x96\x90\x10\x1e\xbc\x82\xf8\xa0\x8c\xb8\x38\x78\x00\xa5\x2d\x84\x1f\x07\x46\x9d\x82\xb9\x35\x3e\xc2\x71\x31\xb7\xc6\xf7\xfa\x9b\xfc\x09\x8d\x06\x3d\x3e\xc0\x7c\x4d\xcd\x6b\xeb\xf7\xd1\x79\xcc\x7b\xe3\x51\x1a\xce\x7b\xf1\x7d\xd4\x82\xa3\x0a\x4a\xf5\x02\x76\xd9\x06\x01\xb6\x5c\x67\x3d\xec\xcb\xe1\x39\xcd\xdf\xa2\xb2\x62\x86\xdd\x30\x9c\x17\x50\x3b\x37\x0c\xe7\x05\x18\xe1\x7d\xd9\xa7\xe7\x74\xda\x58\x8a\x0a\xc6\xd6\x0d\x7b\x79\x6a\xe0\x35\x6f\x60\x4d\x0b\x16\xd6\x6d\x34\x4b\x03\x14\x68\x13\xce\x52\xae\xc6\x4b\x10\xfa\x5f\x8d\x74\xc8\xc6\x30\xc3\xee\xcb\x91\x3a\x93\x67\x63\x5b\x2a\x57\xfb\x17\xdf\xcb\x86\xe8\xbc\x20\x48\xef\xcb\x01\xea\x34\xef\xa1\x49\x9d\x42\xec\xf0\x73\x02\xee\x0b\x14\xe9\xab\xd3\x0c\x94\xc5\x0d\x41\x7a\x5f\x8b\xaa\x3f\x7c\x8c\xb2\xb8\xf5\xc2\x17\xf0\xeb\x83\x02\xb8\x2f\x87\xe8\xa1\xba\x08\x2e\x02\xd5\x6c\x42\x4a\x0a\xa6\xd4\x7d\x39\x76\x83\x5c\x11\xe9\xe4\xa7\xd8\x98\x97\x0a\x66\xd2\x9d\xae\xcd\xef\xd3\x21\xe9\x6c\x0a\x85\xb0\xd6\x9d\x8a\xef\x74\x7e\xe3\xd9\x8b\xbf\xf6\x4e\xe7\x4c\x2f\x98\x4f\x77\xc2\x73\xa0\x21\x97\xec\x44\x77\x12\xe4\xba\xa5\xcf\x26\xc8\x75\x27\xe4\x3b\x39\xcb\x77\x02\x50\x19\xcb\xe8\x36\x82\xa4\x21\x5c\xec\xd4\x12\xff\x48\xfc\xa6\xec\x4c\xfd\xce\x56\x53\x80\xf0\xda\x84\x99\x14\x42\x5e\x77\x7a\x28\x21\x93\xe9\xe3\xfb\xe4\x33\x4d\x1f\xfc\x26\xbd\x50\x18\xce\x05\x8d\xe3\x62\x43\x62\xad\x5d\x74\x03\x50\x79\xfe\x41\x5d\x41\xa8\x4c\x85\x12\xa0\x09\x82\x4e\x7b\x27\xbc\x84\x1a\x47\xc4\x4e\x8b\x6a\x98\x13\x00\xe0\xc9\x8f\xb7\xc5\xd1\x33\x1f\xd5\x28\x54\xc3\xee\xa6\xf7\xa0\x84\x2e\xa0\xec\x6f\x63\x43\x84\xe8\xda\xf9\xdc\x89\x0b\xca\xef\x2d\x6e\x24\xe8\xf3\x1b\xeb\x49\x01\x0e\x6c\x67\xc7\xe7\x9c\x35\x3b\x97\x57\x67\xdb\xc1\x1f\xf4\x2a\x6b\x2b\xdf\x3f\xcf\x5b\xff\xa0\x57\x59\x68\x58\x58\x4a\x62\xa1\x11\x28\x52\x12\x0b\x4d\xc4\x47\x6c\xc1\x3b\xdb\xab\x95\x12\xec\x55\x16\x5a\x26\x40\x1a\xbb\xf0\xc6\xfe\x51\x80\xc7\xdd\x19\x1c\x22\x22\xba\x76\xb6\xe7\x59\x4e\x44\x83\x14\xec\xc5\x1b\x76\xe3\xc2\x41\xb8\xb3\x5d\xd7\xa8\x34\xfe\x72\x9d\x28\xde\x9d\x23\x9f\x7f\x74\x32\x25\x20\x4e\x34\xf1\x9d\xa1\xe6\xc4\x18\xbc\xe1\x28\x2e\x18\x83\x77\xb6\xb3\x59\x4b\x44\x83\x14\x8c\xc1\x3b\xdb\xf1\x0f\x35\xb2\xe3\x8f\x30\xb9\xe1\x0d\x4e\x9d\xa0\xaf\x0d\x71\x70\x21\x16\x77\x1b\xe6\xd1\x31\xbc\x6e\xc8\x81\x0b\x96\xe1\x5d\xf0\xc8\xe9\x44\x83\xed\xe2\x90\x1c\xa9\x71\x97\x44\x11\x47\xbe\xd8\x05\xff\xba\xce\xdd\x70\x97\xd4\xf8\x07\xe5\xe1\x7e\x20\x8f\xc6\x2e\xf9\x64\x8b\x27\xdc\x2e\x47\xb2\x2a\x58\x8f\x77\x61\x70\x01\xa1\xd8\x05\x59\xb9\xe3\xe4\xb6\x0b\x5b\x39\x5c\x7d\x1b\x9b\x4a\xc1\x7a\xbc\x21\xe7\x4d\xc2\xb8\xee\xc2\x40\x60\xf4\xdd\x85\x81\xc0\xe8\xbb\x61\xde\x4d\x9d\x98\xc0\x0d\xf5\x6e\xc9\x7e\x80\x6b\x54\x27\x40\x70\x83\xa1\x58\x70\x3d\xdf\x05\xa0\x82\x9c\xc7\xbf\x76\xb9\x72\x36\xa4\xf2\x6b\x2d\x63\xc9\xe5\x77\x13\xdd\x51\x7e\x8d\xdd\xbe\x43\x21\x80\x2d\x82\x6a\xbb\x31\xe9\x24\x69\xc6\x77\x39\xf7\xd0\x02\x04\xed\x96\x81\x97\x28\xdd\x0d\xd3\x6e\xc1\xe2\xbc\x0b\x1e\xce\x1d\xda\x96\x5d\x60\xa7\xc4\x09\x7e\xdf\x97\xce\xd5\xe7\xb4\xde\xf7\x45\x11\xb4\x09\x8b\x50\x01\xc6\x6c\xdf\x89\xf6\x9d\xb3\x67\xdf\x00\xa5\x12\xbf\xbb\xc1\x64\x2c\x80\x98\xec\x9b\x65\x80\xe9\x7a\xdf\xcd\x77\x0a\xbf\x7d\xe7\xe6\x37\xf9\xb0\xbb\xde\x08\xaf\x1d\x2f\x82\x0d\x19\x6e\x41\x06\xda\x77\x37\x23\x0a\x23\xe8\x4d\xe0\xad\x7d\x3f\x67\x5e\x63\xd3\xde\x37\x5a\x66\x29\x7f\xf7\x0d\x74\x23\xae\x86\xfb\x46\xcb\x2c\xe9\xd5\xbe\x1f\xca\x63\xb9\x60\x5d\x2a\xd8\xb3\xf7\x7d\x04\xd6\x82\x09\x7b\xdf\x50\x0a\x64\x96\xd1\x6d\xd7\x73\xf0\xdc\x2c\x10\xac\xd9\xfb\x66\x51\x60\xc0\xde\x37\x34\x93\x18\xb0\xf7\xcd\x29\x0e\x01\xf8\x86\xc7\xb6\x20\x95\xed\xdb\x51\x60\x71\x61\x70\x2a\xe8\x18\xf6\x0d\xed\x00\x86\xed\x0d\xa7\x6d\x92\x9f\x73\xdf\xb0\x75\x63\xe5\xde\x95\x43\x1c\x3d\xc4\xae\x0e\x02\x07\x18\x86\xa8\x82\x95\x7b\x57\xd4\xca\x1d\x25\xfb\x86\xed\xb6\x60\xf2\xde\xd5\xd1\x61\xd1\x55\x47\xe7\x21\x53\x94\xb4\x02\x03\xed\x7a\xd3\x04\x16\xa0\x01\x18\x82\xde\xec\x0a\x50\x09\xf6\xef\x5d\x1d\x4f\x4e\xbc\xea\x78\x8e\xce\x6f\xd6\xdf\xa0\x04\x84\xda\x8e\x86\x6d\xd7\x23\xd4\x96\x62\x09\x4d\x27\xf6\xec\x1f\x9b\x7f\x50\x02\x32\x16\x10\x1a\xbb\x32\xd0\x98\xc2\x77\x45\xa8\xed\x9d\x8d\x1d\x7b\x53\xc1\x7e\xbd\x81\xd0\x2c\x60\x30\x6f\xec\x42\x05\xfb\xf5\xae\xdb\x77\xa8\xd2\xd6\x03\xde\x9c\x40\x4f\xc2\x98\xbd\x2b\x9e\x23\xfd\x31\x27\x18\xd7\x8b\x55\xc2\x43\xb8\x3f\x66\x0b\xd9\x07\x66\xee\x5d\x19\x51\x2c\xdb\x9b\x98\x90\x82\x31\x7b\x57\xa4\x60\xe9\x91\x37\x0c\xb0\x05\xcb\xf6\xae\x06\x61\xa0\xa2\xd8\xf5\x3b\xf3\x0a\x33\xf7\x6e\x0c\x23\x1e\x39\xbb\x31\x8c\x85\xa3\xb0\x21\x2a\x77\xf4\x09\x1b\xe0\xcd\x82\x35\x7b\x37\xa4\x60\x0c\xd8\xbb\x21\x05\x03\x90\xb1\xe1\x7a\x2d\x50\x28\xee\x56\x7c\xff\x54\x09\x80\xcd\xe2\x06\xd4\x80\x59\x82\x13\x64\xb7\xdb\x46\xb3\x75\x82\xb0\x59\xb0\x6b\xef\x66\x68\x07\x6e\xc7\x5b\x88\xcd\x62\x2d\x18\x76\x62\x97\x77\x43\x60\x23\x76\x79\x03\xb1\x59\x30\x71\x6f\x98\x5f\x0b\xe0\x56\xdb\x60\x96\x7e\xee\xc9\xff\xd8\xe3\x1a\xa2\x36\xd1\xcf\xbb\x21\xc9\x11\xbe\xbc\xdb\x53\xf8\x4d\x89\xc6\x80\xa0\x51\xde\x80\x60\x16\x18\x6f\x76\x73\x1a\xb0\x62\x05\xb5\x24\x7a\x79\xb7\x41\xd5\x59\xb1\x0d\xb5\x6e\x1f\x96\x30\xce\xbc\x86\xc9\x77\xff\x82\x6c\xb8\xc6\xed\x86\xa4\x8e\x1d\x7e\x63\x3c\x2a\xc4\x3b\xef\xc6\xd1\x0a\xb2\xd5\x6e\x48\xed\xd8\xe7\x77\x43\x3c\xc4\x3e\xbf\x1b\x66\xca\x0e\x55\xe8\x06\xe3\xb2\x60\x9f\xdf\x2d\xcc\x88\x92\x9d\x99\xac\xd9\xb6\x29\xcc\xf7\xd9\x44\x50\xc7\xed\x06\x1a\x0f\x76\xfb\xdd\xf6\x2f\x40\xc2\x3f\x28\x8d\xa3\xb5\x21\x73\x72\x8f\xda\x90\xd8\x16\xae\x4e\xbb\x39\x2f\x39\x65\xb1\x41\x15\xe2\x7d\x77\xe3\x56\x80\x05\x7b\x03\x1e\x59\x08\xac\xde\xdd\xd9\xc7\x4a\x06\x30\xb2\x14\xe6\x43\x77\xc2\xb1\x92\xbb\x13\x8e\x95\xdc\xf1\x51\x79\xae\xe6\x1f\xb0\xa3\xb0\x92\x0d\x26\x7a\x70\x9e\xdc\x9d\xa9\x88\xa5\x7f\x77\x84\x5a\x2c\xfd\xbb\x33\x2d\xb9\xa7\x6d\x6c\x46\x85\x40\xec\xdd\xb9\x3a\xe0\x01\xb0\x0d\x32\x7a\xf0\x6a\xdc\x9d\xab\x03\xee\x00\xbb\x23\xdf\x7a\x00\xc1\x99\x7b\x5e\xe2\x1f\x28\xa3\x1f\x65\xe8\x0e\x39\x01\xf0\x2b\xdb\x58\xa4\x47\x81\xba\xb3\x1f\xdd\x6c\x41\x40\x45\x96\x9b\x25\xde\x11\x76\x31\xf4\xef\xce\x85\x02\xdb\xfe\x26\x2e\xa9\x60\xdb\xdf\x9d\x0b\x05\xb6\xfd\xdd\xb9\xd9\x61\xc3\xdf\x9d\x99\x77\x73\x1c\x63\x30\x4a\x8f\x92\x62\x1f\xf4\x0c\x0b\xd9\x10\xa5\x07\x54\x97\xdd\x99\x93\x20\xbf\x7c\xa8\xef\x65\x1b\xfb\x06\x27\x2a\x26\x9c\x6f\x5c\xf9\x2f\xa9\xcd\x27\xf6\x1e\x2c\x55\xdf\x10\x21\xf9\xf2\x37\xb8\x68\xa7\x87\xbf\x71\x01\xd7\xfd\xfb\xdd\xff\x22\xe9\x7c\x83\xdd\xe4\xef\xef\x01\xc4\x96\xf9\xcf\xbf\xd0\xec\xdf\xb8\x16\x98\x6d\x37\xbf\x03\x3e\x59\xde\x4f\x22\x51\x53\x16\x28\xd9\xf8\x76\x7c\x23\x83\xa9\x76\x51\xb7\x0c\x44\x52\xe6\xdb\x0c\x94\x53\x22\x4f\xb0\xfa\x40\x4e\xf9\x06\xa8\xd7\x20\x4e\x7f\x62\xf2\x61\xe7\xfe\x86\xcc\x69\x89\xfa\x80\x74\x8d\x6c\xff\x11\x96\xf2\xb7\x5c\x78\x29\x90\xe7\xbf\x01\x16\x23\xb2\xe0\x27\x2f\x2a\xca\x9c\x8f\xd0\x95\x1b\x19\xf6\x1b\x72\x54\x54\x7f\xe7\xff\xfe\xa7\xfd\xea\x06\xe1\x39\x02\xf9\x27\x8f\x2a\xfa\xb6\x6f\x80\xe9\x58\xad\x03\x4c\x56\x57\xa7\x2c\x10\x8e\x70\x50\xfd\x06\x3c\xbc\x58\x56\xbf\x01\xa5\x25\xb6\xde\x8f\x30\x99\x5a\xfe\xb7\x3b\xea\xd3\xfe\xb7\x8d\xed\x23\x82\xa6\x5f\x0f\xfd\xd5\x04\x58\xb5\x6c\xa0\xa6\x1e\xe6\x01\xe8\xde\x78\xb4\x7e\x03\x06\xbd\xdf\x78\x77\xc1\x56\x29\xbb\xa7\xbf\x44\x35\x1f\x9c\xaf\x9d\xed\xeb\x1b\xd0\x63\xfe\xe6\x0d\x04\x5a\x8f\x63\xd9\xdf\xbf\xb0\xfc\x1f\x5c\xb0\x37\xc8\x40\xdf\x90\xef\xf9\xe6\x1d\x78\x61\x41\xd6\xfe\x08\xd6\x11\x69\xfa\x1b\x20\x36\xc1\x15\xf3\x8d\x87\x7e\xb7\x3e\x83\x7c\x1a\xf5\x1c\xe0\xe9\xd9\x16\x20\xe5\x6f\xcb\x05\x30\x18\x4f\x8f\x6f\xc0\x52\xf7\xcb\x7f\xa6\xff\xd5\xae\x29\x1f\x30\xef\xc8\x89\x61\x59\x13\xd4\xf5\xc6\x3c\x00\xd2\xeb\xd7\x3f\xc0\x99\xe1\x55\xf2\xc1\x2f\xfb\x77\xec\xc1\x57\xec\xbf\x7c\xa0\x21\x18\xa4\x9f\x1d\xfa\xbe\x9d\xaf\x40\x80\x11\x16\xff\x81\xaf\x58\xfb\xef\x1d\xe6\xd6\x43\x7d\x16\x38\x9f\x95\xb2\xd6\xf7\xbf\xe6\x5f\xdc\x7f\x91\xab\xbe\x11\x50\x3f\x3c\xf4\x73\xb4\xbf\x08\xd7\xdf\x80\x5a\x13\xb4\xf4\x6f\x04\xec\x81\xd6\x07\xd8\xbb\xea\x7c\x0a\x59\x1a\xe9\x1f\xc8\xe8\x09\xb0\xfe\x06\x10\x63\xf5\x97\x27\x73\xda\x77\xc0\xff\xfc\xcd\x63\x00\x62\x9b\xeb\xed\xc8\x1f\x37\x61\xc3\xdf\x80\xaa\xa3\xb9\x77\x6c\xa0\xd0\x9c\xc7\x2f\xb4\xb7\xae\x3d\x01\x89\x1f\xea\x06\xea\x3a\xf8\x96\xdf\x78\xc1\xd5\xcc\xa6\x03\x06\x9c\xa9\xe7\x3b\xff\x82\x19\x7f\xe0\x43\xde\x10\x7d\x7d\x04\x3a\xdd\xcd\x3c\xa1\xd9\x2c\xae\x25\xb9\xba\x07\xf5\x01\x47\xb4\xbb\xa7\xc0\x46\x87\x03\xc2\x37\xa4\xe2\x74\xec\xc0\x96\x04\x1d\xe1\xc3\xaa\xd5\xda\xef\xf7\x99\x57\x08\xb5\x1f\x54\xbd\xdd\x35\x0f\x55\xef\xcd\x2d\xe3\x9b\x50\x03\x20\xa1\x7f\xf3\x92\xf2\xe0\xe2\x37\x0c\x83\xac\xff\xf9\xe3\x72\x7e\xf8\xfd\xfc\xe5\xf0\xfe\x26\x7b\x1f\x5e\x27\x1f\x16\x34\x79\x8e\xbf\x79\x89\xc2\x7f\xfa\x64\xe6\xff\x87\xfa\xe4\x9b\xbf\xbd\xec\xe4\xff\x89\x14\x75\xb2\xff\x0c\x35\x3e\x23\xf1\x71\xad\xa2\xe1\x1f\x97\xaa\x23\xfa\x7c\x9f\x70\x22\x95\x9f\x8d\xab\xd6\xff\x5f\xb9\xe7\xff\x33\xff\xdf\xff\xaf\xf7\x7f\xfe\x5c\xf0\x14\xfd\xb9\x2e\xbc\x26\xcf\xdf\x2b\xf3\xf7\x2a\xff\xfd\x0f\x61\x74\x57\x39\xab\xee\xcf\x55\x26\x64\x36\xe7\x1d\xd0\xfa\xcf\x63\x00\x32\x7f\x52\x96\xef\x08\x1a\x5a\x4f\x4a\xf8\x4e\x00\x05\x9a\xff\xe7\xcf\x85\xb7\xde\x79\x54\x70\x4e\x2e\x92\x1a\x49\xc5\xa4\x7e\x92\x8a\x49\x84\x10\xa2\xcf\xc8\x57\x3a\x59\x65\x81\x6b\x4e\x87\x66\xd4\x84\xe7\x41\x58\xf5\x4d\x4a\x98\x02\x9e\x5a\x3b\x29\x34\x2c\xc3\xbd\x04\x77\x7e\xbe\xce\x85\xfc\x3c\x44\xe4\x38\x29\x25\x93\xa2\x7f\x2a\x39\x97\x61\xca\xfc\xef\x7f\x1e\xfc\x4c\x32\x0c\x40\xe7\xb1\xfe\xfb\x9f\x27\xfb\x56\xdf\x26\xbd\x27\xa9\x52\xc9\xb3\xc7\x9d\xc7\x7d\xfa\xad\xff\xcf\x9f\x9c\x2a\xd5\x46\x2b\x86\x31\x3b\xa7\x73\xce\x9c\x07\xb0\xac\xe5\xa4\x34\x2a\x29\xf7\xcb\xd9\xd7\x32\x3e\xd3\xe7\xc1\xf2\x25\x65\x98\x32\xd4\x9c\x90\x62\xce\xc3\x98\xe4\x93\x72\x76\x8a\xf3\xa8\xff\xfd\xcf\x03\xcf\x4c\xce\xb6\x36\x9f\xd6\x3e\xb8\x19\xe4\x9c\xbb\x49\x06\xb3\x91\xb2\x4c\x31\x78\xf3\xa4\x34\x72\xc2\xd3\x16\x95\x58\x86\x04\xe4\x3c\xfa\xc9\x28\x9b\xf4\x9a\xf4\x9d\x24\x3a\x37\x5b\xef\xdc\x99\x37\x47\xa6\xcc\xb9\xfb\x61\xef\x24\x51\x03\xfb\x32\xd3\x97\xd0\x10\x64\xdc\x72\xcf\x23\x91\xc4\x5b\x4f\x36\x89\xf8\xda\x87\x14\xb3\x32\x88\x93\xe6\x0d\x9b\x37\xac\xd5\xe9\xf0\xbc\x6c\xcc\x8a\x93\x44\xdf\xe5\xb0\xa2\x67\x73\x7b\xf0\xec\xcb\xc0\x8b\x9c\x07\x55\xa0\x17\x6e\x47\x81\x8b\x3e\x56\xd2\xcc\x35\xff\x4f\xbe\x69\x0d\x7e\xcb\xf9\xee\x74\x0c\x77\x7b\x0c\x8f\xf9\x7e\x8a\x29\xfd\xbf\xff\x19\x04\x27\x65\xbc\x41\xff\x64\x70\x14\x88\x24\xce\xc0\x28\xfc\xc9\x37\x35\x40\x14\xce\x5c\xde\xff\x64\xbc\x42\x71\x2b\xc9\x35\x51\xcd\x2a\x7f\xd8\xe9\x82\x9a\x99\x4e\x35\xcb\xda\x45\x4a\x33\x05\x7a\x9f\x42\xca\x30\x05\x10\xd7\x4a\xca\x36\x05\x66\x01\x72\x2e\xe6\x53\xc8\x87\x9c\x4b\x35\x45\xaa\x6c\x52\xcc\xa7\xc0\x07\x4b\xce\xc5\x7c\x0a\x18\xcc\xe4\x7c\x53\xe7\x7a\x43\xb4\x4c\xce\x77\x31\x85\xaf\xc8\x79\xd2\x43\x5c\x84\x81\x6b\xcb\xd5\x96\x72\xed\x45\x7f\x94\x9b\x5d\xdd\x1a\x1e\xe8\x99\x94\x61\xca\xc4\x27\xf0\x7f\xfe\xe4\xee\xbc\xe9\xfd\x74\x19\x0e\x49\xb9\x3f\x0c\x5a\x3f\x13\xff\xe1\xb6\x59\x30\x27\x9c\x07\xc0\x19\x89\x94\x87\x94\x24\xf6\xdd\x49\x39\x5b\xc6\x79\x00\x28\xf1\x90\xd2\x4c\x19\x67\x14\xcf\xaa\x28\x30\xb8\x9d\xc7\xf7\xdf\xff\x0c\x2e\xd7\x05\xe2\xb4\x3f\xe5\xa2\xb8\x4a\xde\xd3\x94\x73\x12\x11\xd6\x59\x12\x3d\x5b\x12\xe2\xfe\xd9\xda\x4b\x3a\x6b\xe6\x4f\x49\x48\x2c\x67\x9f\x2a\xd9\x3a\xe6\x24\xf9\xe8\x49\x69\xa6\x74\xa8\x0c\x78\x87\xa6\x95\xfc\x50\x3c\x0d\x41\x11\x78\x1e\x70\x10\x74\x52\x1e\x53\x20\x50\xcb\xa4\x4c\x53\x80\xbd\x6e\xa4\x6c\x53\x3e\x78\x83\x4e\xca\x30\x1f\x08\x58\x8a\x29\xd5\x14\xe0\x31\xc9\xf9\xc8\x4b\x7f\x4a\x39\x22\x11\xd4\x9e\xc5\xdd\xbd\x14\x78\xc3\xcf\xbd\xac\xc0\xc8\x72\x1e\xcf\x29\xbd\x92\xf2\xfb\x0a\x26\x02\x53\x2c\x1d\x82\x5e\xba\x0c\x8e\x96\xf3\xa0\xce\xe4\xbc\xac\x33\x8c\xe1\x85\x56\x84\xef\x40\x16\x76\xce\xc4\x1a\xef\x59\x79\x15\x8b\x78\xc5\x8c\x51\xb1\x29\x9e\x07\x44\xdd\x27\xa7\xfa\x9d\x6b\xe9\x79\xb0\x6f\x9e\x8b\x61\x23\x1a\xe6\x3c\x80\x89\x3d\xc3\xd8\x08\x52\x39\x0f\x16\xda\x11\xe5\xda\xdd\x49\xc2\xb3\xfb\x06\x2e\xa1\xd5\x23\x45\x9c\xc7\x11\x74\x70\xf0\x6f\x8d\xb9\xdd\xf0\x4d\xed\x23\xfd\xf5\xe8\xf1\xcc\xfc\xff\x75\x8c\x36\xf8\x0a\xce\xe3\x9c\xdc\x48\xdb\xad\xb3\xf2\x5b\xc7\xb4\x03\x28\x78\xe3\x82\x70\x1e\x10\xa3\x1e\x99\xa7\x01\x49\x7c\x1e\x30\x9c\x9d\x01\xe8\xe9\xf4\xd8\x79\x9c\x33\x08\x3b\x5a\x2f\x9c\x8a\xbd\x14\x78\xa3\xce\xe5\xad\xc3\xc8\x71\x1e\xc0\x39\x9f\x71\xea\x0f\xfd\xdb\x1f\xf8\x2d\xc0\x28\xe8\xe3\x5c\x6c\xcf\x03\xc9\xf0\xba\xff\xe7\x4f\x9f\x8c\x5d\x27\xbe\xba\xb1\x72\x3a\x14\xbc\xe7\xb1\x20\x8a\xc8\xff\xf3\xe7\xc1\xb0\x73\x1e\x10\x1c\x43\xac\xfc\x9c\xa2\xce\x83\x36\x42\xf7\x0a\x92\xfb\x79\x54\xe8\x48\xa0\xb9\x39\x5f\x9c\x47\x06\x5d\x55\x66\x1a\x92\x2a\xe4\xd9\xa2\x1d\xe3\x25\x7b\x1e\x42\xff\x43\x35\xf1\x3e\x24\x9d\x6d\xb1\x65\xc1\xbd\xaf\x53\xe2\x98\x10\xd2\x62\x1a\x9a\x44\xdc\x9e\x07\xe8\x51\x02\x83\x9e\x2d\xe0\x3c\xca\x59\x41\xc0\xeb\xc5\x91\xd0\xce\x83\xe5\x2a\xcc\xe9\x11\xce\xce\x43\x50\x21\x90\x43\x4f\x7b\xcf\x83\xa5\x07\xfc\x1e\x2e\x31\xe7\x01\xaa\x13\x10\x87\x71\xf6\x8a\xf3\x40\xb4\x00\x52\x33\x18\xed\x19\x6e\x19\x20\x4a\x06\x1b\xf6\x8c\x4c\x25\xc0\x7c\x04\x19\xfa\x3c\x16\x49\xe0\x96\x9e\x83\xf6\x3c\xcc\xcb\xa4\x8f\xa4\x02\xb2\x68\x02\x31\xb5\xd8\xa0\x33\xda\xa3\x08\xba\x5a\x1e\x93\x86\x90\x34\x24\x4d\x93\xc8\x1e\x44\xc8\x60\xdf\x9e\x30\x8d\x8f\x22\xb2\xea\x6d\xbd\xce\x36\x3d\x8a\xa0\xaa\xb7\xb5\xaf\x54\xb5\x8b\x3d\x6b\x55\x2b\x25\x82\xfe\x18\xd5\x66\x57\xb2\x07\xc1\x94\x70\xe0\x3f\x33\x1a\xd9\x03\xb2\x8a\xc3\xcd\x79\x24\x31\x6d\x48\xb2\xf6\xe7\xec\x1c\xec\x83\x13\x57\x9c\xf3\x00\x09\x36\x89\x64\xeb\x70\x74\x81\x6e\xe9\xaf\xee\x70\x9c\xf9\x35\x88\xae\x98\xf1\x98\xfd\x63\xf6\x54\x95\x53\x77\x06\x7a\x58\xcc\x7c\x33\x1e\xf3\x3a\x9b\xe4\xb8\x05\xcd\x7d\xac\x3d\x4a\x76\xe4\x98\x49\xd0\xf2\x79\x90\xbd\x55\x1d\x76\xce\xa0\xaa\x56\x62\x58\xd5\x01\xf0\xac\x25\x0e\x07\x0d\x30\x25\x2c\x7a\x33\x86\x83\x36\xa9\xd7\x0f\x3a\xd7\x66\x9f\x89\x3d\xe0\x21\x98\x30\x9d\x9f\x07\x40\x1c\xce\x89\x69\x25\x26\xf8\xbb\xce\x9c\x69\x5e\x40\x1c\x10\xc3\x39\x63\x59\xaf\x45\x5e\x7e\xb8\xcc\x0b\xbc\x25\x54\x09\x13\xe2\xf2\xf3\xa0\x5e\x00\x46\xc6\x72\x68\xcf\xb6\x3a\x6e\x93\xc2\x7a\x05\x6d\xfc\x21\xf8\xda\xc6\x20\xfb\x1f\x78\xaf\xfd\x15\x34\x5b\x7c\xde\xb0\xaa\x1b\x48\x5d\x27\xd3\xb6\x12\x9b\x2e\xec\x64\xff\x3a\x42\xf8\x1e\x26\x67\xe1\x6b\x89\x2f\x25\x3e\x62\xfd\x5a\xe2\xcb\x04\x78\xfc\xd0\x41\x7b\x85\xc0\x11\xf9\xd7\x12\x5f\x3a\xc7\x29\xf7\xda\x39\x9f\xd9\x8b\xf7\x6b\x5e\x9f\x90\x33\xe4\xf5\x99\xd7\x47\xed\x07\x25\x7e\x0e\x1a\xf0\x26\x58\x12\x67\x7c\x76\xce\x47\xed\xc5\xd8\xbd\xe8\xe8\xcd\xd6\x71\x0b\xa9\xeb\x3e\xc1\x5e\x38\xaa\x48\xb9\x57\x98\xb4\x45\x9a\x01\xf0\x97\x36\xee\xb3\x4f\x0c\x68\x58\xe6\x76\x9f\xc0\x03\x6b\x80\x58\x37\x71\xba\x3a\x8f\x8f\x24\xb2\x77\x9f\xc0\xed\x6a\x10\x8b\x31\x77\x9e\x26\xf1\x21\xb0\xa1\xdb\x7d\x62\xbb\x4f\x08\xcb\x9b\xa9\xfd\x06\xe0\xb4\x8a\x92\x5b\x6e\x93\xaa\xc8\x30\x24\x35\x93\xa8\x57\x11\x77\xd8\x7a\xb1\x4f\x10\x74\x31\xb7\xfb\xc4\xbe\xc9\x8b\xe9\xbb\x6f\xf3\xba\xcd\x0b\x50\xe3\xdb\x7a\x01\x51\x4b\xf0\xc5\x04\x20\xfe\x3c\xf8\xb0\x0a\x47\x5c\x4d\xa2\x44\xc0\x68\xb7\x5b\x07\xae\x62\x03\x59\x75\xe2\x0d\x76\x1e\x54\x02\x38\x5a\xc0\xe3\xcf\x43\xa4\x14\xdf\xb2\x8d\x6c\x30\xd5\x8e\xee\x96\xd8\x01\x31\x7e\xf2\x3f\x8f\xe2\x09\xa5\xfb\x79\x88\xfe\xc2\x30\xbb\xd9\x6c\x00\x70\xab\x88\xcd\x6e\x36\xbb\x6f\x81\x56\x00\x38\xb6\xa8\x47\xec\x15\xde\x72\xb3\xd9\x88\xf8\xd5\x1e\x46\x14\x9b\x1b\x44\x45\x42\x7a\x27\xa4\xf0\xe7\x41\xe3\xc0\xbf\xdd\x6e\x36\x9b\xcd\xa6\x8a\xdb\xec\x66\x43\xc0\xfd\x68\xc2\x34\xbb\xb3\x6c\x76\x16\x82\x7d\xe7\x1e\x76\xc1\x11\xc2\x06\x11\x10\x73\x4f\x7b\xf8\xc8\x13\x03\x49\x6a\x6e\x77\x83\x0d\x72\x2f\xb1\x07\x73\x23\x4a\xcd\x1d\xa2\xa3\x50\x7b\x97\xfe\x66\xe9\xe3\x23\x33\xb7\x4b\x7f\xb3\xf4\x39\x8a\xe7\x76\xe9\xc3\x30\x3f\x40\x41\x9b\xf8\xbd\x9d\x87\x79\x99\xe4\x00\x6e\x6a\xcf\x36\x02\xf7\xfc\x79\xf0\x21\x1b\x04\x14\xf4\xe7\x41\x89\x9c\x36\xdb\xa5\xbf\x3f\x4a\xec\xb4\xf1\xb3\xf6\x44\xb5\x65\x36\x67\x3c\xe7\xce\x83\xec\xc5\x9b\xfe\xcc\xfe\xac\xda\x81\xe3\xff\x7c\x3d\xfc\x5f\x91\x36\x04\x2c\xf6\xf0\x7f\x2f\xb2\x17\x93\x18\x49\x70\xbe\x04\x1c\x10\xe0\x3c\x5f\x04\x89\xf9\xa6\x02\x1c\x34\x79\x25\xea\xf5\x66\x00\x98\x2f\xd1\x9f\xcd\x9e\xa3\x38\x8b\xdb\xec\x51\x8c\x17\xdd\x00\x0a\x6c\xe2\x38\x77\x1e\x8d\x24\x50\x8d\x4b\x37\x09\xac\x88\x5b\xf4\xe8\x65\x12\xd9\x17\xb1\x9e\xcd\x5e\xe4\x1d\xd6\xd3\x7b\x9b\x97\x70\x2c\x22\x3c\xdf\xe6\x75\x83\x44\x7d\x0b\x18\x1d\x26\x09\x1d\x42\x55\x5d\x88\x2f\x0b\xb1\x9b\x57\xf5\x43\x0e\x6c\x1c\x83\x26\x7e\x7d\xe7\xf1\x83\xeb\x20\x89\x0d\xf5\x15\x20\x9c\x6d\xf7\x6d\xb6\xb1\x01\x57\x2d\xe4\x34\x77\xfe\xf9\x9e\x3b\xff\xc0\x21\x7e\x02\x6f\x70\x1e\xf4\x2a\x3b\x31\xae\x82\xe7\x41\x89\x8d\xaa\xb6\x6d\x12\xcd\x16\x8e\xda\x15\xfc\x76\xf2\xfa\xa1\x52\x9b\x17\x11\x14\x58\xa8\xe7\xeb\x7a\x7c\x5d\x8f\xec\xd7\x6f\x77\xd0\x1e\xda\x08\x46\x3b\x28\x09\xe7\x01\xda\xf5\x0f\xc9\xda\xaa\xb2\xf8\xba\x60\xd5\x2e\x3e\x18\x17\x46\x77\xe6\x2c\x7b\x42\x50\x27\xce\x24\xfc\x08\xcf\xa3\x80\x7e\x4d\xf6\xae\x0e\x88\xfc\xc7\x23\x82\x78\xf8\xa1\x78\x4e\xc8\x9b\x6f\xd8\x85\xae\x0e\x36\x67\x68\xfd\xcf\xe3\xb4\xf1\x11\xcd\xdb\xb3\xf2\x05\xd0\x32\x5b\x89\x6d\x7f\xb1\x86\x1e\xb1\xc0\x5d\x43\xef\xeb\x87\xe4\xf5\x0e\x93\xce\x66\xf5\xd8\xd1\xaf\x3d\xf1\x51\x55\xc1\xbc\x3d\x05\x5f\x96\xd5\x63\x4f\x7c\x7e\xc8\x1a\x7a\x6c\xa3\x6b\xe8\xe5\xc8\xc3\xc1\x7a\x7e\xae\xa1\x0f\xd1\x18\xaf\xe9\xf9\x79\xe4\xe1\x27\x99\x60\xb7\x98\xdf\x35\x4c\x02\xc6\x7b\xf8\xe1\x6b\x12\x79\x71\x56\x7e\x89\x2e\xfc\x38\xb9\x86\x1f\x7a\x72\x7d\x59\x0c\x6f\x3e\xf4\xe4\x82\xf2\x7f\xe0\x10\x3c\x3f\xd7\x10\xdc\x11\x03\x8f\xdf\x89\xa2\xf3\x3c\xfc\x10\xf0\x6c\x65\xd7\x0f\x4c\x75\xac\xec\xf3\xf3\x98\xfa\xce\x22\x19\x43\x60\xec\xfb\x31\x69\x08\x6f\x41\xd2\x34\x89\x12\x41\x79\xff\x5c\x30\x1f\xab\x03\xf5\xf4\xfc\x5c\x1d\x9f\x78\xd3\x9c\xce\xa8\x58\xff\xcc\xaf\x81\x22\xce\x52\xf8\x3c\xb9\x3e\x15\x62\xec\xd1\x9f\xab\x03\x37\xcc\x01\xe8\xd0\xfc\xba\x25\x22\xbb\xe2\xc0\x3a\x3f\x8f\x93\x8f\xe9\x3b\x86\x48\xe2\x36\x9b\xe3\x04\x0f\xd6\xf9\x29\xa8\x7e\x1c\x14\xc3\x5e\x1d\x8e\x90\xe8\xd5\xe0\xe7\x7f\x23\x9b\x84\x0a\x94\xc8\xa2\xf9\x0d\x6b\x21\xb0\xf5\x25\xcc\xf9\x60\xbc\x3f\x60\x8f\x2e\x9c\x56\xe7\xe7\x59\xf1\x21\x39\x16\x91\xd1\x97\xb5\x5d\x7e\x2a\xa6\xf8\xfa\x7d\xfa\x99\x26\x4a\xb9\x4d\x10\xd7\xfa\x12\x6f\x3c\x9c\x2c\x61\x76\xf7\xbf\x0f\xe4\x4f\x41\xf2\x23\x3a\xa3\x08\xc1\xee\x12\xfa\x80\x58\xba\xf0\xf7\x9c\xdf\xb6\x73\xb6\x95\x82\x47\xe2\x73\x79\x7c\xe2\xf8\xe2\x9d\x39\xf1\x48\x3d\x0f\x2a\xc0\x22\xfd\x5e\xdb\xf3\x5a\x77\x28\x1f\xbe\xcf\x5e\x44\x72\x2c\xce\x81\xcf\x5e\xfc\x2c\x15\x31\xf4\x73\x1d\x7d\x9f\x25\xb0\x7f\x7c\x2e\xa4\xef\x33\x3b\x70\x09\x55\x37\xad\xeb\x32\x3b\x93\xb2\x49\x66\x07\x92\xcd\xc5\xc5\x73\x5d\x97\x8d\x10\x16\xfc\xc8\x8d\xe7\x41\x76\x5c\xc2\x17\x4a\xaa\xf3\x28\xa6\xf1\x5e\xf2\xdb\x24\xc6\xba\xd8\xe6\xe8\xb5\x97\x7a\x6d\xf8\x77\x97\xfa\xaa\x75\xe5\xee\x6b\x7c\x8a\x2a\x70\x5d\xb7\xd9\x09\x5f\xce\x52\x59\xd7\x2d\x02\x88\x49\xcd\x24\x3f\x35\xbb\xb3\x48\xfe\xac\xab\xaa\x47\x13\xff\x1d\xd5\xf5\x82\xbb\x3f\x95\x1f\x74\xfb\x34\x29\x44\x6d\xa7\xb1\xd5\x9a\x74\x2b\x2c\x62\x7b\xb7\xc2\x5d\x10\x77\x72\xeb\xbf\xd7\x6c\xff\x10\xd8\xdd\xf6\xa3\xe2\xbd\x84\x8b\xbb\x1e\xdb\xff\x88\xd4\x0e\xe0\xe2\xf5\x98\x1d\x80\x53\xf8\x3f\xac\x6b\xd8\xed\xa3\x0b\xe8\x0e\x3c\xfb\x78\x4c\x13\xc0\x82\xb6\x0e\x7b\x7d\xfc\x90\xe2\xa9\xc9\xb0\xad\xe2\xc2\x80\x7f\x04\x2c\xcc\x79\x98\x5b\x36\xcd\xdc\x40\x6d\xc5\xc5\x61\x5d\x73\x99\xf4\x09\x03\x01\xf2\xbb\x5f\x82\x99\x8b\x03\xc3\xc2\xa7\xf7\x3c\x7e\x99\x51\xe6\x72\x68\x5c\x6b\x78\xce\xad\x6b\x59\xb7\xb0\xf5\xc0\x68\xe1\xdd\x7b\x1e\x66\x47\x27\xb1\xd4\xd6\xc5\x52\xbb\xed\xa3\x70\x18\x44\x59\xc6\x7d\x6e\x01\x41\x73\x1e\xe2\x33\x50\x91\x6d\x1f\xb9\xbe\xb2\xd3\x75\xdb\xbd\xdb\xca\x49\x12\xb0\xad\xdc\x36\x3b\x49\x01\x5e\x87\x86\xc0\xf3\x2b\x8b\xfb\xff\xda\x30\x57\x84\x20\x7a\xc9\x15\x91\x2e\xf3\x03\x04\x4a\x25\xdc\x4a\xc6\x7a\x82\xb0\x94\x50\xb2\xac\x04\x40\x29\x77\xff\x95\x5c\x10\xc9\x05\x01\xe9\xc3\x82\xa6\xff\x3c\x8a\x78\x10\x24\xdd\x26\x75\x21\xef\x05\xc3\xb7\x00\xf1\xd2\x01\x26\x4b\xc9\x02\x58\x22\x80\x2c\xac\xe4\x12\x49\x39\xfb\x25\x69\xb9\x98\x86\x8d\x8c\x71\x4e\xa8\xd4\x57\x72\x25\x15\xd1\xf6\x5d\x49\x09\x14\xbd\x8b\xe3\x64\xa5\x6c\x7d\x31\x13\x5d\xc5\x22\x8a\x95\x2b\x66\x47\x45\x90\x02\x97\x8e\xd3\xa8\x0e\x16\x7e\xd3\xe7\xf1\x09\xc8\xcf\x6b\xb7\xfd\x86\x18\x88\xeb\xc6\xc2\xa5\xfa\x3c\x2c\x00\x38\xc1\x84\x68\xb8\x92\x6b\xb5\x88\xd9\x7f\x5b\x39\x8d\x63\x68\xac\x96\x8a\xba\x85\xa2\x2e\xe1\xd7\xb1\x52\x35\xbb\x6a\x76\x22\xf4\x57\xeb\xcb\x92\xbe\x7f\x5f\xda\x7c\x11\xcc\x8b\x18\xfd\xd5\x12\xaa\xcd\x67\xe2\xa4\x6a\xf3\xab\xa5\xc2\x28\x81\xe7\xf6\x9f\x95\xba\xdf\x8a\xd0\xdf\x1d\x1b\xe3\x62\x99\x9a\xa9\xdb\x7e\x77\x08\x17\x66\xea\x66\xe7\x76\x80\x5b\xd2\x4a\x8f\x83\xf3\x98\x1d\x10\x93\x38\x78\x9f\x87\xd9\xf1\xe9\xe3\xb8\x0e\x19\x06\x9c\x72\x6e\x07\x1a\xc3\x6e\x2b\x37\xec\x3a\x77\x08\xfc\x89\x56\x1a\x36\xcc\xd3\x52\x24\xc2\xe4\x16\x91\x5c\xfb\x2e\xb0\x34\x7d\x0f\x98\x87\xeb\x37\x5f\xc3\xf7\x5c\x74\x3f\x32\x83\x6d\x07\xb8\xc2\x7e\x3c\x06\xae\xb0\xe4\x09\x46\x70\xc7\x4a\x3b\x4c\x93\x1e\x80\x22\x5e\x47\xcc\x43\xed\x6f\x9a\x8d\x7d\xe5\x1d\xa0\xfd\xaf\x7d\xf7\x9a\x9b\x94\x03\xaf\x35\xf1\xa0\x83\xa0\x6f\xa5\xcf\x9a\xe0\xdf\x77\xa1\x95\x59\xe9\xb3\xa3\x5c\xaf\x3f\x6e\x00\xd7\x6b\xf6\xb8\xc2\xb3\x61\x81\x1d\x74\x1e\xcc\x8a\x7e\xfd\xf3\x30\x5f\xf9\x6a\x7e\x61\xe5\x65\x17\x40\x58\x5c\x59\xd5\x2a\xfa\x97\x95\x5d\xf6\xd9\x65\xdf\xad\x00\x95\xcf\x9e\x79\x37\x3b\x66\x76\x8d\xe7\x64\x05\xa8\x53\x9a\x26\x7d\xf2\x23\xc0\x09\x80\xd6\x64\x09\x24\x74\x81\x6d\xb1\x32\x32\xe4\xca\x60\x45\x5f\x68\x9a\x57\x2e\x16\xe1\x94\x86\xc0\x6d\x65\xa7\x74\x76\x4a\x63\x4c\x5b\xb9\xfe\xde\xb3\x0c\xc9\x02\x9c\xd2\xd8\x39\x4f\x1a\xf9\x71\xe9\x59\xb9\x19\x98\x4f\xf5\x9a\xd5\xeb\x56\xa5\x4b\xb5\x60\x2b\xba\xc1\xfc\x7c\xd9\xed\x27\x67\x7e\xfd\x31\x32\x58\xaa\x87\x9e\xd0\xf4\x38\xdf\x9f\x07\x9f\xfe\x92\xfc\xf4\x91\x20\x82\xa9\xaa\x95\x68\x61\x25\x4a\x97\x58\xf2\xe0\x16\x9d\x47\x32\xd0\x9d\xa4\x6c\x92\x24\x08\x92\x31\xb8\x1a\xb2\xab\x41\xf0\xf8\xec\x79\x99\x39\x2f\x51\x85\x2d\xd0\x8e\xce\xc3\x12\xe4\x68\x98\x96\x30\x2d\x81\xb1\x9e\xe6\x36\x8d\x21\x67\x70\xd0\xe5\xaf\xcc\x71\x79\x89\x05\x9f\xa7\x4d\x9d\xe6\x06\x7a\x22\x31\x01\xe7\x61\xe5\xb2\xac\x11\x66\x17\x56\x8e\x4d\x33\x87\x95\x33\x4c\xda\xfa\x7a\xec\x65\x57\x25\x04\x85\x2b\xbb\x2a\xb3\xab\x52\xc8\xf6\xbc\xd9\x47\xb2\x67\x1c\xe0\x09\x8b\xa0\x81\xf3\x20\xbb\x64\x12\xcb\x23\xbf\x52\x50\xb0\x02\xf3\xeb\x40\x80\x37\x5f\x6d\xc4\xeb\xcc\x79\x25\xa4\x68\x72\x4d\xd8\x4d\xac\xc0\x6a\xbb\x3e\x7b\xe9\x93\x22\x82\x85\x9a\x3f\x2b\x02\xfe\xca\x6f\x6e\x7e\x76\x13\x48\xcc\xa0\xc1\xac\x8c\x92\x72\x65\x7c\xde\x2f\x40\x19\x56\x71\x99\x16\x04\x4d\xc1\x44\x8b\x82\x66\x71\xe5\x36\xc9\x18\x14\x34\x8b\xeb\x10\x18\x86\x55\x5c\x87\xc6\x30\x5c\x02\xc9\x13\xc3\x70\x1e\x64\x27\xf9\x02\xfe\x14\xcb\x28\x06\x51\x49\x09\x62\x38\x0f\xfb\x57\x32\x05\x94\x97\xab\x78\x8a\x88\x1a\x5f\x3c\x45\x8a\xd1\xbb\x6c\x84\xc5\xe5\x55\xea\x8f\xaf\x82\x12\x70\x74\x58\x05\x61\xb1\xfe\x92\x5e\x93\xe8\xb7\x1f\x29\x86\x55\x03\x0f\xf6\xc2\x21\x62\x95\x66\x01\x46\xfe\x72\xac\x80\x47\x75\x1e\xf2\x69\x30\x58\xe0\x52\x9d\x07\xad\xfa\x25\xd9\x49\xae\x4b\x91\xc8\x4b\xb7\x93\x3c\xa5\xe0\x42\x5d\xa5\x5b\xdf\xfe\xa3\xce\xa0\xa9\x8f\xd9\x3d\x66\x47\xa9\x9e\x48\x85\x75\x09\xcc\xcb\x2a\xae\xcb\xa2\x7c\xda\xbb\x69\x76\x92\xeb\xb2\xcb\x74\x81\xa2\x6f\x15\x17\xa1\x10\xe7\x1a\x5e\x57\x19\xbf\xf7\x28\xd5\xd5\x85\x63\x4d\x12\x88\x15\x33\xec\x79\x58\x61\x56\x9c\xb6\xd6\x55\x24\x5e\x81\x8c\x74\x69\x6d\x5d\x45\x01\x52\x74\xf1\xa2\x00\x59\x10\x20\xab\xb5\x0b\x6b\xec\xea\x12\x77\x1b\x8f\x9c\xf3\xd0\x0e\x06\x10\x63\x09\xc7\x4b\xaa\x16\x4e\xe4\xe2\xf9\x56\x3c\xdf\x04\x14\x2d\xdb\x12\xb6\x61\xd9\xb2\x6f\x38\xac\x0a\x90\x0f\xa2\x46\x51\x80\x2c\x32\xb1\x08\xb9\x5d\x5e\xdb\xef\x99\xf7\xc8\x90\xe2\xf2\x2a\x9f\x0d\x73\x4e\x7c\x36\xcc\x83\x0b\xfe\xb0\x75\xbb\x22\xee\xeb\x97\x26\x09\x07\x65\xdc\xca\x86\xc2\x5b\xdf\x28\xe0\xd7\xed\x24\x86\x5e\x77\xdd\x4e\xe2\xdb\xc3\x64\xc8\xc1\xe1\x61\x72\x2b\xf6\x0d\xb9\x38\xf2\x63\xda\x30\x64\x9a\x24\xe6\xdd\xed\x99\x23\x72\xf5\xed\x99\xf3\xf3\x4e\x1a\x52\x5d\x28\x80\x61\xf7\x4c\x0d\x58\xd0\x5b\x01\xec\x76\xe9\xe0\x00\xbb\xee\xea\xa7\x1e\x4d\xc4\x0b\xaf\xdb\xb5\x73\x7b\x0c\x11\x2a\xbc\x74\x46\x59\x77\x33\x3b\x68\x39\xd0\x37\xac\x1b\x30\xf4\x4b\xe4\x64\x22\x54\xfe\xac\xdb\x69\x2c\x0a\xf2\xed\xa5\xea\x56\x8a\x1a\xff\x0f\xf5\xe6\xff\xe1\x38\xbf\x1f\x6b\x80\x8b\xf0\x85\x96\x62\xdd\xa8\xa0\xd7\x0d\x1d\x50\xba\x7e\xec\x21\xd6\x9e\x89\x99\x2e\xf9\x3e\x9c\x98\x37\x13\xf3\x5c\xb1\x48\xb3\x5a\x4b\x7e\x4c\x20\xe3\x6f\xb4\x0d\xeb\x46\xb3\x90\x08\x5b\x5d\x77\x58\xd5\xb0\x8c\x5b\x9e\x10\xcb\x08\xcb\x00\x21\xf9\x76\xb6\xe2\x3e\x73\xd2\x68\xa6\x53\x93\xb8\x97\x94\xc4\xef\xbd\xb7\x5d\xb4\xad\x0b\xb7\xdd\x5b\xd1\xeb\x46\xf4\x6a\x56\xc5\xe9\x4a\x68\x4c\x4a\x44\x84\xae\xdb\xe9\x7a\xe3\x52\x97\x04\xe5\xbd\xdf\x62\x9a\x01\xd3\x12\x91\x74\x93\x2c\x81\x7d\x83\x50\x9a\xf3\xa0\x04\xb6\xf4\xfb\x73\xe8\x3f\x1b\xc1\x5e\x0d\x7c\xdb\x79\x58\x2a\xf7\xce\xea\xa4\xae\xc9\x0e\x60\x43\xa8\x0a\x43\x95\x8d\x19\xad\xfe\xaa\x6e\xcc\x44\xce\x24\x2d\xc6\xab\x3a\xcf\xab\xec\x0d\xea\x09\xaa\x97\x20\xf0\xdd\x12\xbe\x1e\xab\x3a\xf5\x6b\x2e\xbe\x96\xe1\x3d\xb1\x04\x09\x42\xe8\x75\x1c\x8a\xce\x83\xb0\xef\xdb\xb7\xcc\x0c\x84\x07\x59\x48\x17\x08\x71\xe7\xc1\xb4\x94\x96\x04\xdd\xf8\xaa\xc5\x02\x38\xcf\xf5\x2e\x5a\xb5\x58\x5f\x7a\x4e\xff\xa2\x55\x8b\xd9\xd1\x4d\xfa\x13\x2d\xfc\x89\x12\x9e\x9d\x4b\x87\xa2\x55\xd1\x57\x48\x0b\x55\xd5\x57\xe0\x63\x94\xa4\x31\x5d\x80\xcd\x9d\x07\x7d\x2e\xed\x0a\x06\xed\x45\xb4\x50\x4a\x84\x50\x2e\x22\x84\xce\xc3\xca\x01\x93\x5b\x5d\x82\xb5\x4a\xc6\x2a\xe1\x0b\x4a\xc0\x55\x51\x02\x2a\x09\x00\x5a\xf7\x67\x55\x57\x20\x80\xcd\xb5\xd9\xd4\x61\x09\x20\x43\x57\xb7\xef\x3a\x7d\x4d\xfe\x17\x5f\x73\xe5\xc8\x35\x57\x5d\x39\xd5\x95\x93\xed\xcc\x39\x4d\x23\xc0\x14\x25\x49\x9d\xd6\x03\x81\x49\xfb\xcd\xaa\xcb\x12\x00\xbc\x97\xab\xaa\xaa\x74\xa8\x12\xf5\x74\xf9\x64\xec\xa4\x25\x05\x2c\x4a\x87\xba\xec\x24\x4c\xc3\xe0\x35\xad\xba\xec\x24\x57\xa1\x3a\x87\xea\x2a\xac\xae\x42\x22\xf9\x56\x75\x15\x8a\x73\x97\xf0\x77\x5c\xc4\x33\x9d\x07\xd9\x39\x7f\xc3\x4e\x42\xe9\x00\x90\xd3\xaa\x2a\x1d\xaa\x1c\xaf\xb8\xcd\xae\xaa\x82\xa1\xba\x6a\x54\x30\x54\x2f\x31\xd5\xe5\x40\xb0\xda\x6a\x2e\x87\x26\xef\x6a\x96\xc6\x46\xd1\xa5\x25\x8b\x78\x48\xca\x26\x15\x8d\xff\xb2\xe0\x54\xd3\xba\x69\x83\x34\x8a\x6d\xd2\xf4\xa2\x3a\x5e\xcd\xdb\x7e\xe3\x66\x2f\x85\xe3\x6a\xde\xec\x9b\x53\x18\xe5\xe8\x6a\x4e\xe1\x26\x15\xab\x97\xec\xe6\xc5\xbb\x35\xdf\xab\x32\xe5\xf8\x5e\xf3\x3d\xba\x40\x67\xb6\xd5\x86\x65\x00\x98\x0d\x52\xdc\x79\xd0\x79\x28\x76\x9a\x3b\x6c\x73\x3a\x79\x1b\x27\xf4\xe7\x3c\x8a\x69\x34\xc3\xb9\xd3\x7e\x0e\x04\x2c\xce\xa6\x26\xaa\x19\xd6\x79\x99\x64\x2b\x7e\x1e\x04\xcc\xeb\xb6\xec\xa9\x6d\x76\x2c\xa7\xe6\xfd\xb4\xbd\x16\x6b\xed\xbc\x3d\x36\x49\x74\x15\x8f\x89\xd5\x39\x8f\x6e\x9a\xef\xd9\x32\x07\xad\xca\xa2\xe3\xa0\xf5\x4b\x3a\x20\x93\xb2\x49\x72\x04\xcb\xc2\xe3\x95\xb1\x67\xb3\x63\x82\x76\xcf\xdb\xce\x79\x0b\x3a\xd6\x22\xb2\xe7\x3c\xe8\x3b\xb9\xcb\xba\xe3\xd3\xc1\x57\x48\x38\x39\xae\x8e\xc3\xcc\xea\xe0\x7b\x75\x14\x34\x1d\x5f\xbc\xd5\xdd\x75\xbc\xba\x11\xf6\x73\x1e\x96\x60\x12\x23\xd1\x6f\xdb\xca\xde\xdc\x55\xb3\x74\x47\x5b\xa1\xa6\x3b\xda\x82\xc7\xfd\xc8\xc8\xfa\x6d\x4d\xdc\x4f\xa4\x18\xeb\x4a\xc3\xc6\x02\x81\xbf\xb5\xba\x3a\x95\x5e\xed\xa6\x21\x0b\x91\xb5\x73\xf2\x78\x29\xeb\x4e\x9e\xee\xe4\x91\xc5\xab\x3b\x79\x3a\xe4\x36\x3f\xd6\xae\xae\xa0\xdb\xe5\xb5\xc9\xcf\xbf\x4f\x74\xbd\x27\x57\xe7\xe2\xf9\x63\xdd\xea\x2a\x65\x3b\x4a\x59\x20\xbd\x56\x57\x29\x8b\x93\x65\xfa\x1d\x71\x5d\xf9\xa1\x3f\x56\xd4\x81\x52\x29\xdb\x1f\xb3\xf3\x5b\x95\xb2\x5d\x22\x1d\x76\x0d\x00\xee\xfe\xac\x3e\x0c\xf7\x85\xcf\x08\x2f\xe5\x25\xc2\xdd\xef\xb0\xe9\xc3\xca\x01\x74\xd7\x99\xcf\x84\x2d\x9d\x87\x05\xb0\x79\x77\x15\x33\xdd\xf5\x81\x99\x7a\x75\xd7\x47\x77\x1f\x95\xad\xab\xab\xa8\xed\xd3\xec\x4c\x5a\x26\x51\x37\x0e\x96\x3e\x6d\xea\xb2\x59\x32\x2f\x2d\x87\x8e\x7d\xd4\xab\x87\xfe\x7a\x0b\x7f\xbd\xf4\xdb\xf7\xbb\xca\xdb\x8e\x01\x24\x49\x2a\xd8\xbd\x8b\x76\xb7\x34\xa9\xbb\xba\x82\x40\x7f\x2d\x95\x8a\xbc\x96\xea\x62\xeb\x2c\xac\xee\x62\xeb\x3f\xc6\x6a\xe7\xae\x8b\xad\x23\x05\xa7\xce\x99\xd1\xbd\x17\x76\x9c\x57\x64\xf7\x7b\x5c\x6b\x8f\x6b\x8d\x85\xf0\xb8\xd6\x9e\x1f\x87\x35\x6b\xed\xc1\x94\xb7\x04\xdb\x03\xb0\x6c\x81\xb5\x77\x1e\x16\xc0\x25\xe0\x51\x15\xf3\xb8\xdd\xe2\xf3\xbc\x1e\x45\xea\xc7\x7d\xd4\x61\x7d\x54\xb7\x3e\xa8\x5b\xc1\x66\x5c\x8f\xba\xd5\x47\xb1\x02\xe7\xef\xf5\x28\x56\x3c\x88\x15\x5e\x8c\x1e\x77\xdb\xc7\x45\x8f\x85\x7a\x3d\xea\x56\x1f\x57\xb8\xbd\xfe\xb8\xc2\x1f\x77\x60\x69\xb1\x1e\x75\xab\x0f\xba\xd5\x2e\xa5\x92\xba\xd5\xc7\xd5\xcc\x35\xeb\x51\xb7\xfa\x28\x56\xfc\x68\xb0\x6e\xdb\xe0\x0a\xff\xd1\x61\xb9\xc2\x9f\xfa\xa3\x03\xa7\x54\x57\xee\xa3\x24\xf0\x97\x9e\x2a\x4c\xdb\x06\x9f\x92\x64\x5b\x5d\xcd\x9d\x2b\xf0\xe3\x6a\x7e\x5c\xcd\x3f\xaa\x29\x57\xf3\xd3\xcc\x4e\x6a\x29\xaf\xad\x4f\x93\x6d\x8a\x52\xbd\xa2\x3e\x5c\x47\xff\x72\x42\x79\x1d\x7d\x5c\xae\x60\xa0\xad\x47\x3d\xd1\xa3\xf3\xda\x8f\xcd\x49\xd5\xe7\xe3\xf4\xf7\xda\xf6\x28\x80\x3f\xca\x0c\x0f\xa6\x9b\x47\x25\xcb\xe3\x64\x07\x66\x63\x3d\x2a\x59\x1e\x67\xb6\xd4\x43\x8f\x33\xfb\x51\x1c\x90\x75\xe8\x09\xe7\x98\x9c\x46\xd8\xa9\x1e\x6f\x90\x8f\xd2\x00\x46\xe5\xf5\xa8\x78\x79\x94\xc9\xa5\x19\x7a\x94\xc9\x1f\x8f\x1b\xef\x63\x8f\xc7\xcd\xb3\x6d\x86\x5d\xf0\xda\x05\xaf\x3c\xe7\x92\x6a\xa9\xfb\x7c\xd0\x7d\xfe\x7a\x40\xdd\xe7\xe3\x1a\x1b\x32\x66\x29\x36\x3c\x2e\x28\xef\x63\x8f\x0b\xea\xf1\xa4\x1a\x7e\xfb\x99\xdd\x67\x76\x74\xb2\xea\xd0\xc7\xc3\x6b\x48\x6a\xe5\x82\x22\xbe\x31\xfd\xb8\x80\x86\x4a\x95\xe1\x12\x18\x92\x59\x29\x4a\x8c\xe4\xb7\x6c\x32\xc3\x1b\xe4\x28\x56\x0f\x21\x74\x78\xb8\x8c\x22\x9f\x96\x49\xaf\x49\x7e\xca\xac\x1d\xce\xd0\xe1\x0c\x1d\x8f\x9c\x5a\x16\xeb\x79\x23\xeb\xcb\xf0\xbc\x19\xb7\x74\x60\x4c\xbd\xe1\xb5\x72\x54\xab\x27\x6b\x14\x3e\xce\x6b\x40\xa0\x4c\xd4\xf7\x1a\x9a\xea\x88\x6a\x4c\x99\xd0\xdd\x35\x54\x78\x12\xb9\x98\x7e\x74\x30\x7a\x23\x2f\xa2\x0d\x4f\x9a\x24\x5b\x66\xd7\xcc\x4e\xaa\x2d\x5b\xd1\xa5\x8e\x67\x36\x0e\x15\x9e\x03\x85\xa7\x94\x9e\xc3\x73\x67\x74\x73\xb3\x8f\x9d\xdc\xa3\x5b\x13\x3b\xc5\xc9\x4d\xec\xdf\x49\xa3\x54\x95\xa0\xe3\x31\x3b\xda\xea\xc5\x74\x00\x9f\x40\x40\xcd\x1a\xcf\x32\x49\xd2\xac\x62\xda\x2f\xb7\x97\xd7\x18\x30\x8f\xa2\x31\x2d\x54\x8a\x30\xa5\xeb\xc1\xa9\x80\x47\xff\x1a\x9e\x0a\xc4\xed\xa5\xec\x7d\x6e\xb8\x78\xc6\xb2\x6e\x5d\xea\x2f\x07\x67\x99\x5d\x97\x27\xcc\xec\x96\xd9\xd1\xac\x70\x6c\xc2\xe6\x3b\xd6\x2a\x32\xc5\x7b\x74\x79\x0e\x0f\x8f\x11\xe6\xf6\xfc\x5f\x1c\xe8\x44\xe9\xfd\x59\x82\x43\x3e\x1c\x06\x43\x35\xe7\xd8\x16\x86\xb4\x3c\x54\x73\x0e\xd4\x9c\x40\xf4\x2d\xe2\xf5\xce\x83\xce\xb1\x35\xdb\xce\x91\x5f\x5f\x32\x95\xe1\x65\x97\xa8\xbc\xf4\xd8\x40\xed\x7d\xe0\x43\xa6\x1f\xcf\xca\x50\x5d\x33\x64\x79\x4f\x4e\x2b\xd7\xe4\xe0\x40\xcb\x04\x40\xaf\xf1\x39\x98\x9f\xd9\x51\x82\xaa\x4f\x62\xf7\x7e\x1c\x79\xc4\xee\x9d\xc7\x27\x87\x19\xb4\x5c\x2e\x49\xc2\xf1\x12\xde\x2a\x6b\x7a\xc6\x11\x59\x97\x7e\x44\x2b\x53\x35\xe7\x94\xc3\xdf\x7b\xe7\xf4\x9e\x3c\x25\xbc\x92\xb2\x73\x2a\x01\x4e\xce\x0c\x30\x01\xd7\xf4\xcc\x98\xc5\x36\x70\xa5\x9a\xda\x0c\x66\xb1\x26\xb4\x7f\x7a\x17\x9d\xb7\xd9\xa1\x5d\x9d\xb7\xd9\xe1\x67\xe2\x6e\x36\x5d\xa4\x93\x45\x4a\xd8\xd5\x9a\x9a\xd3\x67\xd5\x89\xd0\x46\x68\x4e\x9f\xc6\x8c\xd3\xe7\x53\x39\x71\x56\x0b\xb0\x72\x6a\x83\xa6\xeb\x36\x49\xd9\xe6\xba\x9d\xcd\x0e\xb6\x54\x75\xa4\x13\x1d\xa9\x5b\xe8\x6c\xdd\x24\x08\xbb\x58\xdd\x53\x3b\xc5\x44\x9a\xcc\x59\xa6\x36\xa5\xc9\x89\x34\x09\x24\xe1\x9a\x9e\x49\xd3\xd5\x0d\x8f\xc9\x9a\xaa\x4d\xa7\x4b\x19\x1c\xb9\x35\x5d\xca\x53\xe7\x48\xad\xee\x53\x1d\xe9\x64\xd9\x8e\x5f\x92\x9d\x84\xb8\x28\x37\xc9\x9a\xae\xd1\x39\xcd\x4e\x42\x35\x25\x37\x62\x11\xd2\x48\x26\x2d\x93\xe4\x80\xa3\xd0\xf9\xfb\xd2\x36\x54\x29\xda\x2c\x74\x99\x1b\xab\x6a\x2e\x73\xc3\xc5\xc5\xed\x7d\x7a\xdd\x9d\x61\xbb\x9a\x8c\x6e\xb6\xcb\x35\xea\xc5\x73\xaa\x60\x9a\xfb\x97\x46\x11\x2e\xa5\xb9\xcd\x8e\x12\xb6\xbd\xf9\xd9\x2e\xc7\x46\x5d\xe5\x74\x0a\x7b\xa1\x5c\x38\x14\xaf\xc5\xa9\x92\x81\xec\x59\xcb\x53\x65\x61\x0a\x93\x5b\x62\x2d\x2f\xb2\x2b\x49\xd0\x26\x8d\x9b\x27\xcd\x42\x7f\x99\xb5\xc7\x2e\x95\x38\x2b\x59\xc6\x2d\xf5\x9b\x65\x48\xff\x25\xab\xff\x52\x59\xb9\x8a\xe5\x4a\xa8\xa6\x18\xb5\x00\xd0\x06\xc5\x6a\x2d\x55\x31\xab\x48\x18\x27\x17\x1a\x9e\x8a\x6b\x81\x2d\xa5\xae\x72\x15\x26\xf1\xba\xcd\x4d\x6a\x34\xdd\x49\x16\xea\x19\x1c\xa8\xd6\xc2\xcd\x6a\x2d\x89\x01\xb5\xe4\x2e\xe7\x3f\x98\xa6\xbf\x93\x71\xa9\x8a\x59\xd5\xdc\xb8\x62\x2d\x55\x31\xcb\xf9\xef\x45\x79\x39\xff\x57\x93\x16\xef\x91\x39\xce\x52\x9b\x7d\x32\x64\x96\xb3\x4f\x50\x73\x66\x59\xf5\x97\xc7\xc5\x72\xde\xc9\x76\xbf\x9e\xdf\x7b\x9f\x69\xbc\xa7\x6e\x7e\x71\xcb\xce\xde\xb2\x97\xb7\xec\xe5\xfc\x94\x3d\x7e\x29\x5a\x2d\x0f\x91\xdb\xfe\x74\x36\x2e\x4f\x87\x5b\x42\x3a\x4f\x87\x05\x98\x9b\x2c\x04\x6b\x39\x1b\xd7\xb2\x5c\xc9\xe4\xd4\xb4\x2c\xa7\xa3\x24\xee\xcb\xe9\xb8\x9c\x8e\x92\xb6\x2f\xa7\xe3\x0a\xbf\x45\x14\x58\xca\x56\x8b\x03\x40\xb6\x81\xb5\x54\xc5\x2f\xb9\xcd\xb4\xe0\x2d\x05\x9f\x85\xe0\x03\x34\xe3\x5a\x9f\x23\xe4\xb4\xad\xf2\x14\x3a\x6d\xd7\xa7\x37\xa9\x1c\x6e\x17\x8b\x2a\xdc\x66\xf1\x1b\x5f\xa1\x2f\x47\x70\x95\x20\xb6\x67\x19\x30\xb3\x42\x76\x43\x06\x32\x9c\xc8\x81\x46\x26\xcb\x89\x1e\xea\x31\x43\x1a\x43\xf6\x36\x83\x68\x56\xa4\x1f\x15\x1e\x05\xa8\xb3\x24\x8a\x26\x11\xc1\xb4\x82\xa0\xdd\x45\x14\xcd\x79\x0d\xb2\x39\x2f\x17\x44\xd3\x24\x3c\xe4\x56\xa8\x2a\x20\x9a\x26\x65\x02\xe7\x17\xd8\xb4\xe7\xf1\x99\xc6\x7b\x2a\x2d\x89\xad\xf9\x09\x42\xc6\xd6\xac\x70\xa1\x68\x3a\x0a\x35\x3e\xe1\xe1\x21\x83\x7a\xb8\x52\xc2\x53\x41\xcd\x43\xa8\xb4\x24\xa4\x26\x5f\x6c\x95\xe1\x41\x11\xf0\xa7\x5c\xd7\xf8\xf7\x71\x1e\xea\x34\x43\xa2\x45\xe2\x2d\x57\xb8\x90\xe2\x76\x98\xba\x04\x7d\x61\x9a\x14\x7c\xbe\x66\x13\x6f\xeb\x24\x03\x9e\x8b\x2b\xaa\x5d\x21\xe1\xa0\xd7\x96\x50\xc4\x82\x03\x60\x85\x22\x56\x40\xb7\xa4\x10\x17\xda\xb3\xc2\x75\xa4\xfa\xda\xb8\x99\x15\x88\x5d\x22\xdc\xaf\x50\xee\x22\x96\x26\x13\xb8\xbd\x42\x19\x8b\xc0\x99\x24\xf8\xfd\x8a\x61\x09\x92\xcb\xb1\x09\x87\x4e\x17\x01\x94\x3d\xc8\x97\x2b\x34\x33\x13\x40\x93\xb2\xfa\xe6\x50\x93\x4a\x34\xcd\x4f\x22\x34\x9a\x66\x85\xeb\x54\x83\x6f\xb8\x4e\x63\xfe\x38\x06\x99\x1c\xda\x9e\x89\xb4\xc9\x57\x91\x5d\xd0\x42\x3d\x34\x88\x45\x5c\xa1\x26\x95\xb8\x9a\x2c\x73\x79\x78\x8e\xc4\xa2\xba\xb6\x40\x0d\x40\x28\xea\xc9\xef\x1d\x8a\x7a\x04\xd9\x64\x20\x34\x97\x41\x36\x2b\x5c\xdf\x6a\x7e\xc3\xf5\x1d\xae\x6f\x19\xc0\x0d\xb3\x59\x81\x55\x2d\xe3\xfa\xbe\x42\xb5\x69\x10\x11\xab\x89\x23\x54\x9b\x12\x67\x73\x5e\xa3\x54\xcd\x19\xe1\xa9\x04\x80\xfe\x0a\x55\xa9\xb1\xad\x1d\xdb\x45\x28\xe1\x85\xf2\x97\xac\xe0\xa1\xfc\x45\x7c\x4c\xbe\xec\x25\x95\x77\xe1\x36\x20\xf9\x76\x7c\xbf\x4f\x3f\xd3\xe0\xe4\x53\x00\xdb\x9e\x5e\x2a\xcd\xb6\x2e\x22\x5b\xf6\xbd\xea\x6b\xd3\x24\x3f\x65\xa8\xb7\xda\x83\xed\x3e\xd0\x39\x34\xb7\x9a\xd9\xed\x6a\x56\xef\xb4\xf3\x2f\xcd\xaa\x30\xb0\x5b\x1d\xc0\x76\xad\x75\xcb\xf0\x9e\xb4\x95\xc0\xbc\xb5\x6f\x25\xb0\x2d\x5b\x65\x33\xc9\xaa\xb8\x72\xd4\x15\x6c\xa5\xb2\xed\x32\x51\x59\x60\xe0\xca\xda\x9e\x37\xda\x64\xb7\x57\x27\xa2\x55\xb2\x6c\xf3\xdb\xab\xd3\x56\xdc\x92\x79\x7a\x7b\xb9\xdf\x5e\x93\xe4\x84\xde\xaa\xea\x36\xda\xb3\xac\x4d\x76\x6b\x44\x26\x8a\x24\x83\x03\xba\x08\x25\x39\x0f\xb2\x93\x28\x79\xab\x50\xdb\x72\xe0\x4a\x92\x4c\x7c\xc9\x79\xb0\x4e\x30\x70\x6e\x17\xdd\xf6\xf0\xf2\x62\xb7\x75\xf8\x20\x90\x24\x83\x22\xba\xb6\x0a\xb5\x2d\xbd\xa6\x7c\xc8\xdb\x55\xb7\x5d\x75\x36\x5f\x85\xda\x76\x39\x49\x8f\x6c\x58\xc9\xda\xae\x13\x9c\xd6\xd7\xf6\x02\xb4\x15\xae\xa4\x32\xde\x6a\x0a\xf6\xf6\x5b\x2e\x4a\x46\x83\xac\x2d\xfd\xe6\x63\x92\x35\x71\xca\x4a\x19\xbc\xf7\xef\x53\x39\x26\x87\x9c\x91\x56\x85\xb8\xaf\xac\x45\x76\x7b\xdd\xdf\x5c\xed\x85\xbb\x5e\xdb\xab\xfd\x76\x6a\x0f\xee\xf1\x5b\x5d\xd9\xf6\xd4\x93\x0e\x78\x3b\xb7\xb7\xf3\x18\xc0\xea\xf5\x2a\x85\x11\x1b\x92\x44\x94\x5e\xaf\x5a\xe8\x17\x35\x58\x96\x9a\x17\x94\xe5\xf3\x60\x71\xa3\xb6\x31\x52\x64\xbd\xce\x6d\xf9\x75\x5f\xe7\xf6\xeb\xdc\x56\x92\x32\x7c\x64\xbd\x0a\x6b\xb2\xea\xbe\x3a\xeb\xbe\x40\x6d\x7b\x41\x7a\x3d\xd0\x5e\x25\x29\xa9\x74\x5f\x25\x29\x62\x3f\x7e\x77\xa6\xd7\x43\xe1\x75\xb6\x8f\x47\x6a\xca\x61\x9a\x25\x70\xc9\x7b\x95\xae\x5e\x45\xa9\x21\x79\xa6\xba\xac\x57\xe6\x46\x19\x27\x95\xa4\x08\x05\xf9\xdd\xad\x0c\x05\x59\x84\x7f\xa4\x22\x37\xec\xab\xa9\x99\x58\x90\xac\x23\xb1\xb1\x20\xeb\x65\x01\x14\xa9\x62\x5f\x17\x00\xc1\x20\x49\x4c\xe5\x45\xcc\xc7\x79\x98\x1d\x23\xf6\x7a\xbb\x20\xde\x23\x13\x0b\xba\x5e\x62\xb1\xd6\x0b\x14\x7b\x72\x6c\xd4\x13\xbc\x7d\xfa\x25\xb9\x75\x73\x03\xfb\x5f\xa3\xa1\xc1\x1f\xeb\xed\x16\xc0\x1e\xf3\xaa\x9f\x26\x20\x24\x89\xaa\xbc\x5e\x97\x13\xe1\x1f\x27\x8d\xec\xd4\x4f\x13\x06\x92\x13\x4b\xe7\xf5\xc0\x7a\x59\x3a\xc9\xc1\xd7\x57\xea\x1d\x36\x0b\xf1\xf0\xd5\x2f\xea\x3d\x2b\x88\x5b\xe4\x3f\x8f\xf3\x57\xf5\xf5\x3b\xcd\xc5\xb9\xe1\x09\x44\x9c\x48\x2a\xf2\xc8\xbe\x3a\xe9\x12\x34\x92\x93\xd3\xca\x8d\xff\xdd\x36\xc7\xc1\x54\x67\xf6\x6e\xd9\x47\x65\x41\xdd\xdd\x34\x98\x2d\x59\xbb\xaf\x0b\xeb\xdd\x96\xe0\xcc\xd5\x8e\xfd\x62\xc7\x2e\xbf\x79\xe5\xd5\xfe\x85\x37\x0a\x3c\xd9\xf5\x7a\xb5\x7f\xb9\xc6\x97\x1f\x23\xaa\xd7\x78\xc2\x44\x52\x71\xc2\x7c\xde\xbc\x89\x0d\x49\xa2\xe3\xae\x4f\x91\x90\xe0\x90\x4c\x10\xea\xfa\x3c\x0b\xbe\xe4\x6b\xb7\x4c\xa3\xbe\x96\x7c\x0d\xaa\x4f\x65\xbd\xcf\xa5\x81\xc0\xf6\xa9\x48\xfe\x8a\x85\x9a\xa6\x84\x45\xe0\x47\x06\x85\x76\x7d\xfa\xc6\xfe\x0d\x02\x61\x69\x7c\x2a\xcc\x88\x02\x49\x05\x70\x9f\xf5\xb9\x5c\x88\xf9\x48\xe2\xb1\xae\x4f\xd7\x8c\x4f\x3e\x51\xe4\xba\x4f\x1d\xda\x07\x6b\x75\xf1\x5a\xfc\x79\x19\xff\x90\x66\x44\x66\x5d\x9f\x0e\x3b\x9f\x0e\xdf\xde\x1f\x3f\x77\x47\xa0\xb2\x93\xe8\x93\xeb\x53\x41\xfa\xa1\xd0\x11\xfe\x71\x7d\x9a\x4b\x89\x7b\xc8\xba\xc5\x7f\x2a\x71\x3e\xa7\x44\xe1\x76\xfb\x29\xd7\x1b\x04\x21\xde\xe3\x32\x08\x62\x19\x04\x51\xbc\x53\x1a\x04\xb1\xbe\x6d\xfc\x04\xbb\xd9\xa7\x1e\xd5\x10\x05\x01\x1b\xc3\x10\x85\xb8\x8a\xdf\x36\x69\x55\x37\x69\x5c\xc7\x04\x93\x0b\x5c\xfd\xcf\xa3\x1b\x19\x61\xda\x30\x8d\x6f\x65\x72\xbb\xea\xef\xdb\xcf\x34\xa8\x4f\xd1\x19\xc6\xe5\x5e\x40\x38\x71\x5c\xe8\x0c\xe3\x6a\x0c\x37\xb4\x24\x17\xca\x87\xb8\x24\xf4\xc4\x9f\x35\xae\x61\xf5\x5c\x82\x00\xc1\xeb\xca\x1f\x97\x1d\x5f\x61\x5e\xb8\xe8\xf8\xd0\xbd\xbf\xc8\x75\x76\x0d\x6b\x87\xd0\x58\xaa\xc4\xab\xd3\xec\xa6\xd9\x99\xd4\x4c\x5a\xb2\xbb\xca\x01\x1b\xa6\x31\x16\x90\x55\xe0\xc4\xff\x27\x2e\x29\x6d\xe1\x84\xb8\x96\xcd\x5a\x12\xc6\x66\xd3\x8a\x69\x8d\xd7\xe8\xa5\x73\x2e\x9e\x87\x05\xd8\x9b\xcb\x02\x96\x05\x40\x2f\xbb\x2c\x00\xa0\x7a\x62\x1b\xe2\x0a\x5b\xea\xd4\x91\x0b\xee\x0a\xab\x1b\xb6\xb4\x48\x2d\x6b\x5f\x42\x26\xc1\x4c\x0c\x5d\xfe\xe3\x72\x86\x55\x90\xde\xaf\x70\x68\x9c\x4e\x72\xaf\xe1\xff\x7f\x1e\x66\x07\xaa\xfb\xb5\xcd\x6e\x9b\x1d\x95\x3b\x53\xeb\x3c\xa0\x2e\x4d\xbe\xf5\x92\xf4\x3a\x0c\x40\xba\xe3\xfe\x7f\x1e\xb0\xa0\xca\xa0\xfb\x5a\xdf\xd7\x02\xe0\x29\xb8\x5e\x47\xc6\xdd\xa4\x3a\x1f\x5e\x2b\xf7\x99\x5d\x95\xdc\xd6\xec\x3e\xb3\x93\xe2\xd6\x76\x39\x85\xab\x34\xad\x1c\xdc\x91\x2e\x3f\x05\x4f\x3e\xa1\x3e\x09\xe3\x0c\x4a\x95\x78\x15\x15\x60\x18\x41\x50\x64\x45\x4b\xc9\x6f\x93\x5d\x2c\x81\x2a\x6a\xc1\x20\x44\x20\x15\x99\xd1\x12\xa7\x74\xa4\x2c\x63\x2e\x9c\xab\xd9\x4f\xb3\xc3\x0f\x35\x94\xf1\x02\x91\x20\x59\x90\xed\xc7\x78\x81\x20\x5e\x20\x83\x70\x13\x09\x3b\x76\x18\x2e\x50\xf0\xcb\x8d\x94\x7f\x05\xd0\xc3\x45\x1a\x5e\x66\x04\x98\x31\x19\x94\xe4\x48\x5c\x44\xc3\x00\x82\x82\xa3\x57\x80\xbf\x7e\x1e\x0c\x97\x1c\xba\x68\x2c\x23\xb9\xa8\x5b\x92\xae\x77\x9b\x26\x5d\x2e\xfc\x05\x84\x13\x9c\x87\x4c\xbe\xcc\xfd\x74\x9b\xdd\x6d\x76\x26\x2d\x93\xa8\x9b\xbc\xb2\xdc\x2a\xc3\x68\x81\xd2\xa4\x13\x46\xa6\x08\xa2\x05\x32\xa1\x22\x61\xb4\x40\x18\x2d\x50\xe4\x47\x33\x5a\x20\x8c\x16\x28\x72\xa3\x19\x2d\x10\x49\x09\x02\x8a\xf8\x48\xcd\xec\x9a\xd9\x99\xd4\x4d\xa2\x6e\xcc\x9b\xe4\xa6\x91\x94\x29\xb8\x1a\x46\xea\x36\xab\x9b\x1b\x53\x33\x75\x27\x44\xb7\x26\x55\xaa\x61\x6b\x02\x44\x6b\x69\x16\xf1\x58\x63\x45\x83\xd6\xda\x3f\x4f\xf3\x48\x8f\x43\x07\x75\x1b\x01\xb3\x41\xb0\xc1\x79\x58\x03\xf9\x80\x87\x95\x1f\xe6\xec\x94\x1c\x7e\x0a\x23\x14\xf1\xb1\x91\xa6\x43\x2c\xdb\x34\x37\xb6\x48\xee\x51\xc6\x1c\x94\xe6\x2c\x9d\x8e\x13\xec\x24\xd9\x49\x3f\xed\x0b\xb7\x32\x02\xa2\x23\x4d\x7b\xd6\x23\x49\x2a\xb4\xe4\xc6\x05\x3a\xfd\x49\xe3\xdb\xe5\x80\x86\xac\xbb\xec\x96\x20\x83\x9d\x07\xc5\x4a\x47\x96\xc2\x3e\x73\x63\xe9\x4e\x19\x37\x16\xc3\x1a\x0a\xd6\xe8\x30\xac\x21\x92\x32\x49\x97\x57\x7a\xdb\x03\x5b\xb2\x62\x3a\x65\x9b\x9d\x32\x89\xb4\x63\xe9\xb5\x7a\xee\x2c\xdd\xc9\xf0\x9a\x9d\xdb\x48\x77\x31\xb8\x8d\x18\xd7\x50\xba\xa4\xd4\xb8\x55\x07\xe1\x0d\x99\x30\xdb\x48\xee\x22\xe9\xb3\xc6\xce\x86\xcf\x7e\x87\x54\x45\xf6\x2a\xa3\x1f\xc2\xe8\x87\x22\x2f\x58\x76\x67\x31\xfa\xa1\xc8\x09\x96\xdd\x59\x08\x55\x48\x85\xc8\xe7\x20\x60\xe1\x3c\xcc\x0e\x36\x5d\x54\x5c\x91\x15\x71\x30\x2a\x47\x46\xc4\x89\x8c\x88\x43\x04\x53\x18\xb7\x10\xd9\xbd\x06\x2b\x78\x64\xd4\xb7\x91\x93\x34\xc9\x5d\xc6\x65\xf6\x82\xcc\xfe\x03\xd8\x74\x18\xde\x10\xe0\xb3\xa5\xc2\x2d\x36\xb2\x3b\x4b\x86\x4c\x8b\x40\xda\xc8\xc5\xd7\x0a\x34\xb9\xf0\x99\x18\x04\x11\xd9\x65\xcf\x85\x35\x32\x92\x50\x64\x25\xa1\x47\xa6\x65\x24\xa1\xc8\x48\x42\x48\x29\x91\x15\x03\xb2\xeb\xfe\x91\x54\xb9\x9a\x9d\x8b\x5c\x86\x2d\xe3\x27\xc2\x58\x89\x22\xb7\xa1\xb1\x12\x01\x58\x5c\x2a\x52\x63\x89\x13\x17\x19\x55\x6d\x91\xfe\x2a\x37\x7b\x13\xb6\x18\xa4\x9e\x10\x3b\x2e\xb2\xab\xfc\x91\xd4\xd8\x55\x6e\x4c\x45\x91\x09\x2b\xbb\xca\x0d\xa0\x28\x32\x62\xe5\x6e\x76\xdc\x13\x8a\x35\x79\x6c\xc5\x63\x8d\x59\xf8\x44\x4e\x9c\x07\x5d\xc7\x44\x34\x7e\x22\x8c\x9f\x28\x4f\x93\xdf\xd9\x52\x95\x34\xa4\xbb\xca\x4a\x1a\x06\x46\x14\x8c\x61\x91\x87\x35\x9e\xd6\xce\x81\x05\xeb\x2c\xf2\x0f\xeb\x8c\xd7\x5c\xd9\xd9\x95\xfd\x3c\xb2\x43\x9b\x9d\xcb\x58\x86\xab\xac\x44\x42\x84\x44\x2e\xc5\xdc\x2c\x61\x59\x82\xfc\xdb\xcb\x12\x96\x25\x30\x3a\xcb\x46\x28\x1c\x3e\x4e\xce\x6d\x6e\x1c\xe7\xc5\x9e\xf3\x38\xcf\x2e\xc4\x21\xaf\xb5\x0b\x31\x7b\x39\x90\x63\x29\x73\x39\x08\x02\x1f\x72\xb1\x83\x5d\x9b\x46\x3c\x14\x29\x97\x8c\x78\x88\x2c\x21\x33\x47\x06\xa1\x0e\xe7\x61\xac\xa2\x54\xd6\x9f\x9d\x0e\x71\x7d\x91\x64\xfb\xf3\x4b\xc8\xe4\x4a\x95\x99\xda\x05\xe1\xd2\x94\x41\xa9\xb8\x34\x0d\x65\x28\x98\x16\xa2\x70\xd3\x08\x22\x1a\x32\xf0\x6a\x51\xb8\x69\x44\x71\xb5\x4a\x81\x54\x5c\xad\x85\xd5\x5a\x9a\x5f\xd2\xfa\x92\x6c\x29\xd2\x87\x11\x0f\x41\xc4\x43\x06\x2a\x29\x8c\x78\x88\xe2\xa2\x96\x1f\xa9\xa0\xa4\x0e\xa3\x20\xca\x90\x19\xdb\x15\x5c\xb2\x10\x91\xec\xeb\x05\x8d\x74\x40\xf0\x90\xc1\x54\x8a\xa2\x68\x50\x5c\xc1\x43\x5e\x6c\x57\x70\x71\x05\xff\xbe\xb4\x0d\xf7\xed\x6b\xb4\xeb\xf6\x53\x44\xea\x5b\xd6\xc8\xa2\x48\x5d\x38\x1d\xb1\xbf\x44\xf1\x74\x2c\x2c\xaf\x5b\x02\x1f\x62\x22\xce\xe3\x93\x99\x1b\x06\xee\x6e\x5b\xbb\xd9\xdd\x52\x77\x9b\x5d\x37\x3b\x2a\xdc\xcd\xae\x9b\x9d\x9d\xee\xf2\x2a\x2e\x2f\x38\x9c\x4a\xb7\x37\xb9\x72\xdf\x10\xf6\x04\x31\x11\xe7\x61\x09\x0e\xce\x63\xd7\x3d\x66\xd7\xe4\x02\xb7\x76\xcb\xda\xd9\xc5\xe1\x58\x23\xa4\xde\x89\x33\xa7\x28\xa4\x16\x84\x54\x99\x99\xca\xb6\x76\xcc\xf4\x1b\xc7\xdf\x28\xdb\xec\xb8\x06\xdd\xe7\xa6\xf9\xcf\xe3\x9c\xb0\x84\x3f\x51\x64\x59\xe7\x08\x29\x4e\x7a\x03\x11\x6e\x6e\xd3\x51\x5e\x2b\x00\x35\x5e\xe1\x08\x29\xaf\x15\x78\x8d\x5a\xbd\xfd\xd4\xbe\xf8\x0c\x51\x45\xee\x28\x9e\x48\x05\xb9\x96\x48\xc3\x28\x9f\xe3\xf9\x59\x82\xf3\xf4\xb3\x7b\x98\xf6\x22\x21\x87\x61\x0d\x71\x5f\xbe\xd7\x64\x37\x1f\xa6\xf9\x1e\xa2\x80\xa1\x0e\x71\x67\x8b\x85\xdc\xf0\x46\x8b\x1a\x37\x62\xe7\xed\x15\xe3\x46\x8b\x1a\xb7\xa4\xcd\x58\x72\xe3\xf6\xc4\x30\x86\xe1\x56\xda\x37\x86\x21\xee\xe2\xb7\x32\x9a\xe3\xbc\x12\xb7\xa4\xde\x97\x49\xb4\xf6\xe6\x64\xb9\xf1\x5b\x8e\xdb\x93\xe5\x6e\x66\xc7\xb6\x7f\x2b\xdb\xdd\xc8\x76\x32\x60\x19\xaf\x10\xb7\x33\x1a\xc0\x92\xb8\xdb\xef\x53\x4b\xb5\x07\x9c\xbe\xa0\x6c\xa6\x1b\xbe\x8c\x10\x66\x33\x6e\x34\x46\xb7\x15\xee\x66\x07\x54\xd8\xad\x68\x75\x3b\x7d\x0d\x7f\xb8\x31\xe5\x86\xe1\x0f\x71\x0f\xb3\x63\x71\xdd\xde\x26\xef\x61\xb1\xd2\xc6\x0f\x8b\x45\xc9\x79\x7b\xb4\xde\xcb\xea\x71\xb3\xbb\xe5\xfc\xbf\x97\xef\xa1\xa9\xbc\xbd\x63\xdf\xce\x8b\x5b\xf2\xed\x62\x19\x0a\x2a\x37\x82\x0a\x08\xbe\x61\x14\x40\xdc\x4e\x15\x69\xef\xef\xcf\xaa\x38\x2f\x24\x1a\xbb\xdd\x21\x6f\x6c\x71\xb7\xcc\xf7\x46\x06\x44\x85\xfa\x0f\x50\xb2\xa8\xe8\x62\xa2\x5e\xd6\x4e\xbe\x71\x5c\xf8\xa2\x3a\x55\x6e\x5a\x51\x9d\x2a\x06\x15\xdc\xb7\x74\xe0\x28\x2a\x83\x00\x81\x74\xdb\xa3\x86\x06\x04\xae\xff\x27\x8d\xf7\xdc\xad\x00\x15\xcd\x84\x25\x47\x75\xb7\xaa\xce\xb2\x1f\x9b\x7c\xfe\x7d\x6a\xb1\x92\x9a\x3b\xcb\x74\xfa\xbf\xff\x32\xca\x9b\x5d\x31\x3b\x5a\xe1\x8c\xc2\xcf\x3f\xdd\x78\x33\x07\xd4\x1f\xe7\xc1\x70\xb3\xa9\xe9\xf4\x1f\xd5\x89\x87\x37\x73\x54\x6f\x32\x04\x02\xe4\x1f\x01\xfd\x1d\x26\xc1\xb4\x2e\x3d\x3a\xda\xd1\xa8\x52\x87\xdf\x32\xa3\xe3\x7b\x11\xb8\xfe\x67\xa2\x88\xa3\x02\x94\x13\x15\xbd\xff\x5f\xd2\x7a\x5b\x5a\x65\xb8\x47\x62\xac\x5e\x64\x6a\xa5\x00\x0e\x34\xe8\x45\xce\x43\x4c\x61\x1a\xd5\x1c\x1a\x97\x04\xc1\xbc\x01\xf3\xc8\x79\xd8\x02\xe6\x75\x75\xfe\x57\xb7\xea\x1b\xda\xbd\xda\xcd\xae\x9b\x1d\x8d\x77\xf7\xae\x4e\x7f\xb6\xd1\xea\xf4\xaf\xee\xd4\x3f\x0e\x7b\x77\xea\xca\x4e\x8d\x25\x3a\xaa\x3b\x75\x75\x45\x00\xa4\x1b\xd5\x15\x51\xdd\xbd\xe5\x45\xad\xee\xde\xf2\x98\xdc\x58\x9d\xa3\x2a\x30\x55\x77\x6f\x1c\xc3\xa3\x7a\x15\xaa\x8f\x45\x90\x9d\xea\x9a\x6a\xa8\x35\xd8\xb9\x51\xbd\x0a\x55\xd8\xfa\x80\x60\x8f\xaa\x0c\x55\x5d\x73\xd8\xa6\xa3\xba\xe6\x0c\xa0\xb8\x7f\x9c\xf7\xd3\xda\x49\x92\xfe\xa3\xbb\xf7\xde\x43\x98\x43\x12\x02\x3b\xaa\x92\x10\x31\x0f\xf9\xd7\xb0\x65\x9f\xb8\x84\x6b\xf6\x35\x1b\xb1\x18\x56\xdb\x4a\x18\x44\x10\xfa\x90\x25\x79\xad\xea\x66\x0c\x79\xb8\x2b\x32\x64\x0d\x0b\x80\x8a\x17\x9b\x7b\x88\x5c\x1b\x22\xd7\xfe\x9a\xb0\x6d\xfd\xf6\x4b\x57\x88\x57\x23\x43\x1e\x6e\x55\x38\x86\x3c\x44\x45\xfc\xba\x89\xe0\x8c\xfa\x9a\xdd\x0b\x2d\x3d\xdb\x75\x55\x9b\x62\x64\xc4\x8d\xe1\x3c\x20\x72\x39\x8f\x97\xd7\xe8\xcc\xcf\x4e\x72\x27\x91\xf6\xbe\x7a\xc2\xc0\xee\x92\x01\x9f\x8b\xaa\xf4\x05\x96\xe9\x79\x8d\x42\xbd\x19\x11\x67\x91\xab\x44\xfa\xee\x2d\x8d\xbd\x45\x05\x59\x73\x6f\x81\x05\x26\xdd\x18\xc4\xa3\x79\x31\x6a\x72\xc5\xb3\x3d\x34\x4f\xa6\xe6\x16\x84\x77\x7e\x34\xb7\x20\x83\x36\xee\x1f\x17\xbe\x5b\x90\xd1\x18\xf7\x8f\x06\xdf\xcb\x12\x41\x19\xd9\x2e\x6f\xe8\x83\x03\x5a\x99\x5c\xf3\xbf\x23\xd5\xa2\xb9\x67\x35\x8f\x41\xd5\x40\x4d\x41\xac\x21\x88\x11\x65\x1b\x46\x79\x44\x73\x6b\xfb\xf1\xe2\x67\xeb\xee\x3e\x86\x3f\x7f\x34\x95\x34\x0d\x46\x5b\xf5\x71\xcd\x6d\xac\xc9\x5f\x5f\xe5\xe3\x2f\xc5\x34\x4a\xe0\x08\x68\x9e\x95\xad\xd8\x6a\xa4\x70\x28\x6e\xce\x83\x7e\xe5\x4e\xd3\x6e\xfb\xd5\xdd\x4e\x92\x7d\xd8\x6f\xce\xa3\x0b\x06\xc0\x90\x78\xa6\x36\x6e\x6b\x77\x63\xd0\x9b\xb7\x35\xe8\x6e\x72\xbd\x4d\xb2\x22\xec\x63\x44\xde\x46\x53\x23\xd3\xd0\xbe\xdc\xaa\x81\x60\xc2\x39\x0f\x18\xff\xe1\x60\x6c\x78\x03\x44\xab\x16\xc0\x3d\xaf\x79\x7f\x6b\x9e\xc6\xb2\xe0\x37\x4f\xe3\x06\xdd\xd5\xad\x32\xa7\x75\x1b\xa1\x30\xa9\x32\xa7\x29\x4c\x36\x84\x49\x7c\x2f\xa2\x79\x1a\x37\xb7\xa8\x66\xfb\xbb\xd9\xb9\x1f\xa9\xcd\x69\xee\x47\x4d\xc9\x11\xbf\xfe\x68\xee\x3d\xed\x31\x3b\x6a\xfc\x58\x63\x0f\x72\x95\x39\xf0\xea\x9c\x07\xed\x77\xfa\x0d\xdb\x3f\xcc\xcd\x99\xeb\xde\x63\x00\xce\x2d\x49\x7e\x73\xef\x31\xb2\xe6\xc6\x5e\x1f\xcd\xfb\x1b\x01\x36\x99\x80\x91\x68\x6e\x3d\x6d\x5a\x61\xb6\x32\x42\x6a\xce\x83\x81\x80\x17\xdd\xc0\x9a\x68\xee\x50\x04\x59\x47\x5b\x8e\xab\xdb\x91\x7c\xf7\xcd\xed\x08\x56\x9e\x5c\x7f\xb9\x39\xe9\x15\x88\x1b\x92\x6e\x0b\x4b\x08\x4b\xa0\x22\xea\x85\x5b\xd8\x06\xb6\x59\x78\x7b\xce\x83\x71\x65\x73\x6b\x61\x2f\x49\xe2\x2f\x87\x7d\x53\x07\x6c\xd4\xcf\xdd\xd9\x68\x8c\xfa\x89\xa6\x2c\xdd\x11\xee\x9a\xb7\xc6\xb6\xcd\x8e\x8a\x78\x6b\x6c\x6e\x5b\x9d\x9d\xb7\xb9\x6d\x35\xb7\x2d\x36\xc6\xf6\xda\x7c\xe5\x67\x15\x49\x22\xf7\x06\xc8\xbd\x99\xd0\x98\x68\xca\x49\xcd\xdd\x4d\x3d\x52\x53\x2f\x6c\xf8\xd1\x2d\xdb\xbd\xe1\x47\x61\xa8\xd1\x2d\x87\x7d\x73\x2f\x23\xe2\x28\x83\x40\x1d\x4d\x5d\x71\xfb\x7e\x68\x12\x7e\x6a\x85\x95\xa9\x65\xb7\x36\x22\x29\xfa\x65\xfb\x11\x3b\x88\x45\x3a\x0f\x86\x9a\xad\xdc\x88\xa4\xe8\x8a\xde\xf2\xd7\x77\x37\xb8\xee\x06\xd7\x91\x31\xba\x1b\x5c\x57\x9e\xea\x2c\xc4\x9e\xcc\x8e\xbb\xa4\x0a\xdf\xae\xe6\x07\xf0\xe7\x74\x4b\x50\x0f\x67\xd1\x79\x24\x5e\xe3\xcb\x9c\x4d\x32\x37\xa6\x7a\x57\x90\x37\x36\xea\x56\x05\xd5\xdd\xae\xba\x22\x96\x74\xf4\x44\x3b\x9d\x87\xd9\x3d\x24\x3d\x26\x59\xe1\xee\x6b\x61\xda\x19\xd7\x86\x68\xdf\x95\xba\xba\xdb\x95\x2a\xa8\xae\xb2\xd8\x40\xa8\x5b\x7d\x93\x81\x50\x41\xec\xd3\x49\xe3\x5b\x65\x2c\x62\x9f\xb2\x3b\x47\xaf\x7e\x0a\x17\x3f\xd1\x45\xd1\x55\x10\x75\xf7\x21\xf0\xf6\xa2\x2b\x3c\x19\x07\x75\x13\x39\x11\xc6\x41\x85\x31\x4f\x37\x34\x28\x61\xcc\x53\x74\xf8\xd9\x6e\x39\xe3\xbb\x4a\xa3\xee\xb5\x00\xb2\xb4\xe8\x5e\x0b\x3a\x72\x51\x73\xac\x95\x8b\xba\x7b\x93\xec\xf1\x5d\x35\xb0\xc1\x4f\xb7\xec\xe2\x06\x3f\x05\x01\x4f\x19\x72\x91\x20\xea\xe9\x4f\x74\x9c\x59\xef\x07\x91\x9d\xa8\xa7\xf3\xb0\x04\x93\xba\x49\x67\x09\xbb\x83\x11\x07\x75\x1e\xc0\xb9\xc8\x2e\xdf\x35\x6c\x75\x0c\x5b\xb8\x2a\x45\x57\x52\xea\xee\x60\x38\x7e\x84\xb1\x4f\xd1\x91\x94\x08\x79\x0d\x82\x9e\xce\x83\x5e\x92\x49\xbe\x6b\xd7\x22\xdc\x29\xbb\xf7\xf5\x69\xd5\x66\x23\x89\x16\x4c\xab\x36\x6d\x28\x17\xe4\xae\x62\x89\xd0\xa7\xec\x76\x68\xe8\x53\x74\xf7\x34\xfc\x3e\xa2\xab\x32\x36\x1c\xea\x56\xb1\xd6\xdd\xc0\xba\xd7\x9f\x07\x99\xbb\x6b\xd8\xea\xcb\xec\xa8\x88\xc2\x53\x67\xb3\x02\x0f\x23\xba\x86\xad\x1e\x8e\x42\xfd\xbf\x50\xb2\x77\x6d\x5c\x1d\x1b\x17\xd1\xaf\x61\x4c\x55\x74\xb7\x3c\x9c\xdc\xa3\xbb\x97\x75\x65\x2b\xd5\x73\x5d\xd9\xaa\x13\x52\x72\xab\x9e\xeb\x6e\x5c\xfd\xb5\x3d\x6c\xa1\x5d\x3d\x56\x77\x97\x7a\x9c\xcc\xea\x98\x8d\xdb\xba\x25\x92\xef\x6e\x49\xdd\x3d\x44\xae\x78\x23\xad\x82\x48\x2b\xdd\xb1\xc2\x48\xab\x78\xdc\x56\xe4\x72\x7f\x94\x91\x1e\xf7\x10\x79\xdc\x89\xb1\x3a\x8f\xcf\xb4\xd3\x67\x4f\x32\xbb\x44\x76\x8f\x49\x7e\x9a\x18\x4f\xb6\x55\xa2\xae\xce\x83\xca\x49\xcd\xfe\x68\xa8\x7a\xb0\x99\x6b\x02\x30\xf8\x2a\x1e\x77\x9a\x81\xf1\xea\x51\x79\x6c\x40\xd6\x3d\x98\x6b\x8f\xdb\x8a\x91\x56\xb7\xea\xbe\x47\x89\x87\x80\xab\x0c\x52\x6a\x3c\xda\xa0\x1e\x2f\x6e\x12\xa6\x13\x62\x75\x1e\x7e\x8a\xa4\xf1\x68\x70\x32\xd4\xea\x1e\x88\x15\x86\x5a\xc5\xa3\x2c\x23\x9b\xf9\xe3\x35\xed\xc1\xe0\xe4\xe9\xf3\xe0\xa0\x15\xcf\x6d\x76\xd5\x4f\xad\x09\xdb\x0a\x21\xac\xf1\x68\x84\x7a\xaa\x8d\x60\x1f\x7c\x54\x46\x3f\x5e\x99\xc0\x59\x8c\xc7\x2b\xd3\xc3\x95\xa9\xa3\x2b\x33\xaa\x2a\x1e\xb7\x0b\x22\x65\xe2\x51\x79\x6c\xa4\xd5\x3d\xd8\xf4\x09\xb1\x3a\x8f\x0f\x58\x19\x6b\xf7\x98\x1d\x3e\x5b\x9e\x79\x8f\xf7\xa3\x07\xbe\x72\xc2\xf6\xe2\x51\x44\x79\x70\x8a\xac\x38\x7e\xc6\xe3\x46\xf0\x70\x3d\xea\x6c\x34\x86\x68\xc5\xc3\xa2\xaf\x97\xb9\xa9\x7f\x78\xc0\x57\xa8\xb2\x85\x3f\x9a\x85\x0c\xe5\xaa\x12\x82\x1b\xca\x15\x40\xf7\xa7\x7a\xb1\x13\x3c\x2e\xc0\x87\x05\x08\xf1\x4a\x3c\x9a\x76\x9e\xb0\x08\x6e\xb8\x8f\xa6\x9d\x27\xcc\x0e\x6d\xcb\xa3\x69\xc7\xb0\xad\x0a\x8d\x4e\x18\xb6\x15\x86\x68\x55\xdc\xe7\xe2\xc1\x8f\x2b\x88\xd4\xd2\x69\x2f\x1e\x55\x6f\xcf\xb6\x9b\xd0\xac\x3c\xca\x01\x0f\x72\x80\x27\xad\x81\x5c\xf1\xbc\xe6\xc6\xb1\xf2\xb8\xea\x20\x05\x48\xf5\xe2\x58\x79\xbc\xab\x3c\xa2\xde\x5c\x8e\x84\x17\x93\x07\x93\x8d\x06\x20\x23\xb4\xc2\x08\xad\x0a\x4b\x75\x0c\xf5\xc2\x46\x68\x55\x70\x13\x63\x78\x98\xc3\x38\x97\xb5\x13\xc1\x38\x77\x1e\xcb\xd7\x3a\x69\x61\x1a\x25\xb0\xed\x0d\xad\x38\xc6\x76\x55\x7c\x5c\xc2\xd8\xae\x18\xd9\x4f\x91\x48\x86\x0a\x8e\x51\x2c\x95\x83\x60\xa8\x32\x1b\xb7\xb5\x63\x4d\x0c\x65\x74\x38\xe5\x32\x81\xa6\x61\x7c\x56\x8c\xea\xa7\xec\x4e\xc3\x49\x6c\xcc\x56\x05\x88\x3c\x86\x07\xa6\xc1\x58\x15\x0a\xe3\x18\xaa\x16\x88\xc9\xd2\x05\x32\x86\x9a\x35\x18\xdc\x52\xd5\xc5\x61\x28\xa4\xc3\xd2\x96\xaa\x5e\x09\x43\xeb\x89\x01\x5a\x72\x48\xc4\x70\x01\x18\x79\x55\x55\x10\x1a\x79\x15\x03\xe9\xbb\xaa\x20\x1c\x4e\x6d\xa2\xad\xb2\xe2\xc7\xd0\x54\x42\xb4\x55\xaa\x80\x18\x84\x61\x56\x41\x68\x55\xaa\x2a\x03\x87\xe6\x93\x31\xcc\x0e\xd1\x0d\x26\xb6\xf3\x30\x3b\x1a\xab\xf5\x04\x5e\xb3\x54\x33\x33\x7b\x28\xf4\x0e\xce\x91\xce\x09\x60\xfc\x54\x0c\x67\x36\xfe\x36\x31\x9c\xd9\xd0\x9d\x9d\x34\x6a\x12\x8e\xf6\x39\x43\x32\x11\xa9\x41\x30\xd5\x79\x58\x02\x52\xfa\xf0\xfe\x3e\xb8\xbf\x77\x7b\x5d\x39\x78\x6c\xa6\x8e\x9d\xae\x15\x93\xd0\xa9\xf3\xa5\x69\x0e\xce\x59\x06\x3a\x94\xc6\x50\x5a\x26\x9c\x4a\x7f\xd2\x18\x1e\x3a\xc3\x55\x02\xa0\x70\x0c\xa7\xff\x10\x41\x0a\x9a\xdb\x18\x8a\xc6\x06\x4d\xd5\xcc\x5e\x3f\xbc\xe5\x13\x3b\x95\x81\x02\x8a\x01\xcc\x7d\x0c\x54\x88\x9d\x9b\xe7\x50\x85\x48\xe8\x54\xaa\x70\xe0\xc6\x50\x32\x1e\x48\xc6\xc4\x94\xc6\x50\x32\x1e\xae\x2f\xd8\x6e\x63\x68\x64\x31\xb6\xaa\x02\xe8\x1b\xd3\xc5\x64\x20\x55\x05\x4c\x31\xa6\x46\x16\xe2\xa9\xb2\xf2\xd8\xf4\x04\x9b\x2e\x9c\xf1\x6f\x7f\xf6\x90\xa3\x23\x26\x32\x72\x2d\xa8\x19\xa6\x07\xdc\x74\xad\x41\xd9\x12\xd3\xb5\x36\x89\x5a\xa9\x00\xe9\xc6\x54\xc1\x38\x39\x1c\xaa\xb6\xb0\xe9\xe1\x40\x68\x95\x9e\xb5\x31\x3d\x1c\xa6\xcb\x8f\xa8\x95\x98\xca\xa1\xd3\xb5\xa6\x89\x64\xba\xd6\x0c\xa0\xaa\xb0\xa2\xc6\xf4\x42\x4c\x1c\x55\x7e\xd0\x95\x4c\xf0\x3d\x62\xb2\xd4\x34\x8f\x4e\xb5\x78\x84\x51\xa5\x4a\x88\x4a\x4c\x45\xd3\xd9\xc3\x34\x3e\x55\xc9\x46\xe0\x53\xaa\xb7\xd9\x79\x60\x4c\xd7\xc1\x8d\x52\x65\x7a\x0d\x9d\x6e\xe7\xd0\x70\xc6\x74\x3b\x9f\x6c\xe7\x9a\x5b\x0d\x52\x8a\xe9\xda\x50\xc9\x36\xb5\x90\x18\xb8\x54\x89\x28\x09\x03\x97\x62\xba\x9d\xab\x65\x9b\xde\x08\x27\x37\xc2\x07\x8f\xa5\xe9\x6e\x6e\x2c\x53\x55\xb5\x67\x2c\x53\x10\xcb\x94\xe1\xad\x0a\x63\x99\x62\x3a\x77\x21\x70\x8b\xa9\x7d\x70\x3a\x4f\x89\x31\x89\xa9\x70\x34\x51\x3d\xd5\xea\x50\xa8\xc4\x36\xe6\xa9\x42\xec\x16\x4b\x81\x69\x39\xb5\xd4\xef\x2c\x6f\x53\xeb\xf2\x3d\x04\x90\xa5\x6a\x68\x39\x53\x2a\x32\xeb\x72\xa6\x18\x07\x55\xeb\xed\x7b\x7e\x9b\xfc\x96\x5b\xd7\xf2\x3a\x45\xe8\x53\x26\x2e\x35\x96\xd7\xa9\x05\xf5\x7d\x85\x9f\x20\xd6\xfd\x4b\x33\x3b\x96\xea\x52\x28\x59\x08\x25\x78\x48\x87\x81\x4b\xb1\x9c\x77\x10\x20\xc6\xc2\x6b\x3c\x96\x93\x4c\xed\x8f\x91\x4b\x61\x94\x52\xf5\x2a\xba\xaa\xd9\xa1\x3d\x56\xa2\x5e\x6a\x8f\x97\x70\x67\xde\x09\x97\x5a\x97\x85\x5e\xb8\xc2\x9f\x18\x4b\xbd\xf0\x42\x2a\xa9\x80\x3e\xc4\x52\x9b\xb2\xba\xd9\x75\x92\xcc\x0e\x1d\x46\x05\x13\x2f\x96\x3a\x8c\xb5\xfc\x14\x01\x79\x69\xb3\x58\x1e\xe8\x0a\x88\xcb\x4d\x6e\x79\x2c\x2b\x97\xac\xf7\x97\xc6\xbe\xd4\x1d\x0b\xef\xe7\xcb\x71\xd4\x31\x43\x6a\x9d\x08\x0f\x52\xdd\x26\xc2\x83\x94\x88\x9f\x4c\xa4\x6b\x84\x0b\x3e\x1c\x5a\x00\xd4\x22\x1c\x5a\xa3\x80\xaa\x2e\x12\xe1\xd0\x12\xe5\x73\xd2\x0a\x69\x66\x97\xcc\x6e\x90\x64\x76\x99\x61\x74\xc3\x95\x4c\x27\xe2\x8c\xb0\x5e\xe8\x11\xba\x63\x45\xb6\x11\xac\xd0\x00\xba\x28\x02\x93\xc5\xd3\x4c\x9a\x26\x59\x28\xfb\x6d\xa8\xd7\x33\xbc\xa7\x7a\x3f\x95\x4f\x27\x88\xf2\xc9\x44\xc4\x07\x44\x3a\xe7\x71\xee\x89\x20\x8f\x05\xd1\x3f\x7f\x82\x20\x9f\xf3\x25\xaf\x69\xb1\x30\xe2\x07\xba\xa8\x30\xa4\x27\xc2\x59\xe7\x25\x36\x54\xeb\x19\xd2\x53\xbd\xc4\x86\x53\x2c\xdc\xb3\xdc\x8c\x42\x4f\x2b\x08\x78\x32\x9c\x4d\x11\xda\x27\xc2\x19\xc6\xd1\x12\xce\xb0\x50\x62\x00\x11\x20\xc2\xeb\x74\x38\xc3\xf4\xcb\x08\xf7\xac\x50\x3c\xf0\xde\x19\x8a\x07\xd1\x6f\x51\xdb\xa8\xb1\x77\xe7\x70\xcf\x72\x51\x84\x67\x37\x31\x3b\x99\x08\xfe\x20\x70\xe7\x3c\x6c\x84\x43\xe8\x4c\x34\x80\xa7\xfe\x3a\x40\x4d\x7e\x28\xd1\x12\xf3\x1b\x92\xdf\x04\xd1\x38\x19\x04\xf9\x88\x69\x0f\x73\x41\x25\x5c\x36\xc2\x0b\x2a\xc1\x38\xa9\x7a\x29\x0b\xf5\xfd\x46\xe6\x3c\x76\xba\xfa\xfe\x70\xfa\x3f\x1c\x86\xe1\xf4\x37\x5a\xa7\xfe\x4a\xd0\x64\x67\x18\x4e\x25\xe0\x20\x42\xed\x3e\xd1\x38\x99\x70\xd9\x08\xaf\x9b\xa1\xc4\x30\x1c\x1c\xaf\x9b\xe1\x6a\x22\x06\x21\xc2\xd5\x14\xef\x2f\x8d\xb6\xbe\xbf\x34\x8a\x1d\xa8\xa2\x24\xae\x89\x10\x14\x72\x20\xd1\x86\x9a\x2d\xe3\x6b\xaa\x77\xab\xed\x3d\x72\xbb\x53\x0e\x56\xd8\xf6\x10\xde\x1c\xc2\x83\xfb\x86\xf1\x35\xb1\x5d\x88\x83\xc5\xbe\x55\x45\x19\x73\x53\xf5\x57\x30\xe6\x26\xb6\x9b\xa7\x17\xa4\xad\xae\x1d\x32\x9a\x4c\x60\x6d\x6c\x57\x98\x61\x38\x75\xf4\xff\x8b\x2b\xba\x51\x3a\xb1\xb3\x39\xb3\x8f\x6e\xd5\x52\x46\xee\xd4\x81\x78\x63\xe4\x4e\x6c\x88\x2f\x2a\xa1\x7e\xb1\xf5\x58\xdc\x9c\xc2\xcd\x7b\xd6\x56\x1d\xb4\x99\xbf\x0d\x08\xb8\xd8\xce\x5f\x63\x6d\x1a\xe1\xfc\x61\xac\x4d\x40\x13\x93\xda\x65\xa7\xa9\x0e\x82\x27\x26\x7b\xbd\xdd\x5e\xf9\xa0\x75\x39\xaf\x0d\xd2\xac\xde\x63\x1a\x5b\xd5\xd6\x2b\x61\x0f\x8b\x60\x5b\xda\x2a\x92\x37\x8a\xe4\x61\x4d\xd4\xcc\xec\xe1\xa7\xac\x38\x83\x68\x02\xb6\x96\x93\xc6\xb8\x38\xf5\x8d\xa2\x69\x90\x8f\xc5\x56\x91\x4c\x30\x4d\x1e\x9c\x69\x5b\x45\xb2\x81\x35\x0d\xbf\xfe\x30\xb0\x26\xa0\x62\x49\xb2\xae\x85\x5c\x2c\xb1\x39\xd5\x9b\xb7\x8f\xed\x25\x0d\x32\x96\x93\x46\xa7\x38\x33\x37\xca\x8c\x06\x7e\x5a\x6c\x95\x19\xfb\xf5\x5b\x54\x8e\xdb\x59\x68\x14\x4d\x4b\xce\x2e\x67\xa1\x11\x33\x4d\xc7\x03\xe9\x57\x82\xc0\x99\xec\x65\x7e\x7b\xfd\x32\x88\xa6\xe1\xb2\x1e\x92\xad\xc4\x7b\x59\x65\x3a\xef\x55\xe9\x01\xdb\xca\x49\xbb\x49\x1b\xa6\x59\x15\xf4\x2f\xaf\xb3\xd5\x88\x99\xa6\x4f\xb8\x11\x33\xf1\x12\x15\xda\x60\x05\x8e\x57\xcd\xe9\x9b\x2c\x97\xad\xd9\x90\x99\x78\x39\xea\x07\xde\x25\xaf\x47\xfd\x9b\xcd\x8e\x65\xfd\x3a\x45\xdf\x6c\x55\xd8\x26\x5e\xa7\x28\x9c\x2e\xa9\x65\x6e\x91\x92\xba\x04\xa4\x2e\xd9\xb5\x04\x75\xcb\x9f\x80\x30\x25\xb5\x8c\x04\xf8\x7a\xac\x13\x39\x93\x75\xfd\x79\xdd\x74\x5f\x27\xb2\xfe\xb3\xaf\x13\xf9\x85\x8a\xb7\xe9\x40\x2b\xa5\x4a\x18\x46\xa3\x87\x90\x61\x34\x61\xc8\x4c\xcb\xb7\x69\x96\x80\x4f\xcf\x40\x60\x7d\xf5\x85\x23\x4a\x26\x35\x1d\x25\x5e\x35\x9d\x86\xcc\xe8\x48\x64\xc8\x4c\xbc\x4e\x77\xdd\x52\x5f\xa7\x3b\x91\x33\x27\x8d\xca\x79\xc1\x33\x3e\xa6\x79\x5f\x92\x31\x25\x08\x93\xc9\xc3\x81\xf0\x82\x47\x48\x4c\x6a\xd9\x01\x53\x87\x69\x7c\x0c\xa8\x24\x61\x7c\x4c\xbc\x2e\x1e\x7d\x3c\x5f\xd5\x19\xc6\xcc\x34\xaf\x38\xaf\x2b\xe5\x1d\x66\xc7\x1e\xf0\xaa\xc4\x7c\xa7\xd9\x99\x54\x4c\xa2\x22\x1c\x2f\xaf\x1e\x73\xaf\x30\x78\x99\x03\xe1\x55\x89\xf9\x72\x46\x10\x14\x1c\xaf\x67\xc4\x7b\x2e\x8d\xa9\xe9\x31\xf9\x7a\x5d\x24\xbe\x25\x35\x62\x27\xe2\xd5\x65\xdd\x60\x17\x75\x3e\x06\xbb\xc4\xeb\xd2\xd1\x05\x4d\x7e\x95\x80\x5f\xe5\xa4\xd1\x7c\x7d\xdc\xde\x73\x33\xcb\xc3\xb9\xe4\x6a\x82\x73\xe5\xbc\x46\x9a\xde\x3e\x70\xaf\x14\xf8\xd2\x03\x02\x96\xf3\x18\x24\x51\x5f\xaf\x64\x46\xd3\x34\xfd\xc3\x64\x5d\x89\x0f\x96\x7d\xc2\xaa\xc2\x00\x9b\xf8\x5c\x5f\x70\x1b\xc4\xe7\xfa\x32\xe8\xa6\x79\x83\x91\x8a\x25\xe0\x5d\x39\x69\xa7\x33\x3f\x95\x8a\xf0\xaf\x14\x35\x4d\x9f\x0e\x6d\x04\xda\xa4\x06\x45\x41\x7c\xda\x4c\x3f\x97\x17\x1c\x05\xf1\x29\x5b\x7d\xae\xa5\x42\x37\x7d\xae\x25\x78\x5c\x4e\xda\x20\x2d\x4c\xdb\x14\x41\x76\x7a\xb1\x7f\xc5\x52\x79\x4b\x0d\xe2\x87\x6c\xd5\xf4\x38\xf9\xd4\x20\x7e\x88\x39\xed\xe6\x48\xfb\x14\x73\xbe\x4a\xcf\x65\x93\xac\xb0\xab\xf0\x66\xaf\xff\xea\xef\xd3\x65\x5a\x26\xcd\x46\x78\x4e\xc0\x86\x17\x92\xb2\x04\xa4\x2c\x05\xe2\xe8\xf8\xf4\x8f\xfb\x10\x7d\xda\x8d\x06\xe5\x53\x5b\xf8\x75\x2a\x8c\xe0\xfb\x79\x74\x7c\x2e\x39\xfd\x35\x3e\x95\x25\x9f\xeb\x4b\x7f\x8d\xcf\xf5\x05\xa1\xcb\x49\xa3\x54\xcd\x97\x1f\x4e\xe6\xed\x66\x09\x7f\x3a\x99\x7f\x8f\x35\x66\xbd\x7e\x6a\x4b\xbe\xc9\x84\xbd\x39\x3d\x3f\x95\x7e\x1f\x22\x52\xd3\xd9\xe1\x53\xe9\x67\x8c\x51\x03\xe9\x3a\x8c\x31\x8a\xcf\x83\x42\x13\xfd\xe7\x41\xf1\x6d\xdf\xe3\xcc\xfa\x54\xc9\x7d\x2f\x4d\xbb\xff\xcd\x8b\x16\x86\x0c\xc5\xe7\x92\x01\x07\x3d\x3e\x85\x19\xf9\x55\x9a\x66\xd5\xcf\xf5\x21\x99\x4a\xd3\xaa\x2f\x99\x4a\x40\xa6\x52\x40\x61\x8d\x4f\xc5\xde\x87\xe2\xa1\x55\xa7\xaa\x8a\x07\xa3\x92\x1a\x66\xca\x0d\x63\xca\x79\x58\xec\xd9\x5a\xb6\x2c\x29\xfb\x4a\x97\x69\xfd\xa4\xa1\x9f\xdb\x57\xb2\x2a\x67\x0e\x6e\x68\x7a\xff\xec\x8b\x38\xff\x46\x8c\xc4\xbe\x88\xf3\xdf\x72\x76\x37\x50\xc4\xf7\x05\xd2\xc5\xbe\x0a\xd3\xe1\x1c\x7c\xfb\x62\x8f\xdf\x97\x13\x13\x6b\xf6\x96\xdc\x7b\x1b\x20\xd5\xb0\x22\x6d\x03\xa4\xb6\xcc\x29\x0d\xf3\xd0\x96\x39\x65\xc3\x9c\x52\x50\x9e\xee\x8b\x1b\xe3\x86\x2c\x25\x35\x2c\xd7\xfb\xaa\xb6\xcc\x79\x4e\x1c\xc2\x86\x32\xe5\x3c\x2c\xb6\xd2\xda\x6a\xb1\x0a\x3f\xad\xd2\xda\xe6\xb7\x0a\x3a\x58\x57\xf6\x85\xa0\xb3\xaf\xc6\x8a\x3b\xbb\xf7\xbe\x9a\x8d\x75\x52\x83\xfc\xbd\xaf\xee\xa7\xce\x60\x82\x0f\xf6\xd5\x2d\xd6\xd3\x00\xa3\xf4\x96\x89\x65\xc3\xc4\x52\xd0\xe3\x6e\x99\x58\xf6\xf5\x5c\xbe\xc6\xa7\x8f\xfd\xae\x50\xd3\x06\x9f\x4e\x3b\x60\xd2\x01\x96\x3a\xed\x4f\xe7\x2f\xda\xe8\x0d\x41\xca\x79\x2c\xd3\xe8\xbb\x69\x7f\x22\xd0\x37\x54\xca\xfb\x5a\x66\xb7\xcc\xce\x24\xfb\x13\xcd\x47\x03\x30\x70\x5f\x68\x05\x37\x61\x53\x05\x89\x6b\x1b\x36\xb5\x25\x4a\x69\x18\x60\x37\x0c\x29\xe7\x61\x4d\x6e\x4a\xc5\xa4\xb4\x09\x9b\x2a\x08\x66\xdb\xb0\xa9\x6d\x88\x54\x83\x80\x7d\xcb\x94\xb2\x89\x94\x2a\x84\x2d\x6f\x28\x52\xce\x83\xba\xd9\xfa\x6d\x53\xb7\xcd\x72\x3a\x6d\x3b\x73\xd3\x99\x83\xba\x6d\x3b\xd3\x55\x09\x4a\xdf\x96\x3b\x65\x1b\x49\xd5\xba\xc3\xfa\x5a\x5f\x45\x35\x30\xf9\xf6\xf5\x9a\xdd\x6b\x76\x26\x7d\x24\xb9\xc4\x9c\xfe\x9f\xad\x57\x78\xeb\x8e\xc3\x67\x9f\xbb\xc4\x3a\x4b\x4c\x26\x96\x2d\xc5\x4a\x43\xa3\xb8\x13\xb7\xf4\x9d\x14\x85\xe0\x22\xdf\xa9\xf8\x1e\xfb\x37\xfa\xf4\x6d\x14\xd2\x96\xda\xa4\x71\x39\xdc\x84\x24\x9d\x47\x37\xad\x93\xb6\x4c\x33\xbb\x9b\xec\x6e\xb3\xbb\xcd\x6e\x90\x54\x4c\x3a\xbd\x49\x2c\xf2\x4e\x5c\x8e\x37\x81\x47\xe7\x4b\x72\x43\xc7\xb7\x89\x42\x32\xdc\x74\x1b\x85\xb4\xa5\x36\x69\xcf\x11\x68\x77\x72\x81\x19\x99\xd4\xd0\x3e\xec\xe4\x02\x33\xe4\xa8\xc1\x98\xb6\x53\x35\xbb\x6a\x76\x24\x35\xdb\xa5\x00\x06\x1c\xd6\x26\xd6\xe8\x3c\xfc\xb4\x53\x04\xfa\xf4\x2d\x41\x49\xc3\xb7\x7f\x4b\x50\xb2\x93\x62\xd4\x33\x68\xc5\x63\xb1\xde\x2e\xc0\x70\xda\x30\x93\xfc\xd9\x49\xc1\x67\xd8\xc5\xd3\x3e\x99\xf4\x49\xa6\xd8\x69\x55\x5c\x60\x04\xa8\xef\x34\xcd\xce\xd5\x84\x1d\x6f\xcb\x3c\xb2\x0d\xef\x69\xb8\xed\xef\xb4\xcc\x6e\x91\x1d\x9b\x58\x5a\xf6\x27\x58\x47\x8d\x1b\xc7\x4e\xcb\x1a\xbb\x9a\xc6\x4d\xcb\xc2\xce\xdb\x16\xc1\x32\x31\x44\x67\x27\x65\x1a\x44\xd5\x9d\x3e\xab\xe2\x24\x43\x6c\xda\xe9\xfb\xbd\x67\x7e\x4c\x46\xe9\x43\x36\xfc\x1f\xa9\x23\xc2\x6c\x18\x3f\xce\xe3\x23\x8d\x81\xcc\x5c\x4a\x77\x46\x96\xe8\xc0\x85\xec\x8c\x2c\xb1\x33\xb2\x44\x62\x15\x67\xb7\xf1\x9c\xfd\x94\x69\x61\x7c\xcb\x96\xe5\xa3\x73\xad\xdb\x06\xb8\x6c\x59\x3e\x3a\x0e\xe8\x3b\x17\xb3\x2b\x66\x77\x7a\x20\xa3\xf8\xdb\xc6\xc1\x74\xfc\xcf\xb7\x71\x30\x5b\xe2\x8f\x0e\xc0\xc3\x96\xf8\x63\xe7\x66\x11\xec\x14\xb9\x59\x44\xb7\x2a\x2c\xee\xfc\xd8\xda\x87\x8e\x67\xe6\x19\x69\xb2\x65\xef\xe8\xc9\x86\x39\x2d\x8c\x3e\xe9\xc4\xbc\xef\xec\xb4\x30\xd4\xa4\x03\x4f\xb6\xa5\xea\xd8\x44\x9c\x14\x6e\x61\x5b\xaa\x8e\x9d\x71\xa6\xec\x44\xa9\xef\xcc\x45\x74\x43\xc5\x71\xd2\xfe\xed\x16\xb7\xf3\xb0\x41\xc3\xd2\x58\x98\xf0\x75\x9c\x87\x35\xb5\xbf\x9d\x71\x46\xa2\xf4\x64\x7f\xbb\x57\xe7\xf5\x43\xd2\xe5\xbd\x65\xb5\x96\x2d\x62\x7d\x65\x5c\x99\x76\x3e\x53\xae\x24\xfb\xd1\xfd\x3b\x2f\xb3\x6b\x7e\xfa\xcb\xee\x35\x8d\xbe\xc5\x63\x60\xe7\xb3\xb5\x17\xee\x90\x3b\x47\x31\xc9\x12\x98\x84\x52\x7e\x6c\x28\x3f\x0a\x86\xb3\x9d\xc3\x41\xde\x36\x82\xcd\x2f\x6f\x1b\xb1\xfd\x94\x23\x22\x3b\xa7\x0d\x8a\xe9\xc9\x11\xdd\xd6\xe4\xf5\xdb\x87\x22\xb8\x1d\x6c\x22\x5c\x4a\xea\x26\xd9\xdd\xaf\x7d\xc7\xd4\x97\xcc\x63\x67\xb6\x61\x9c\xed\xb7\xd1\x2e\x1b\x4a\x8f\xd4\xb3\x33\xdf\x55\x03\xa7\xc7\x49\xa3\x9b\x5c\x35\xc6\xb6\x74\xae\x95\x5b\x36\x8f\x4d\x88\x4b\x49\xe7\xbe\xb4\xff\xbf\x84\x9d\x3b\x8e\x64\xb9\x11\x45\x7d\xad\xa2\x77\xa0\xca\xe4\x27\x48\xa0\x3d\xd9\xd2\x1e\xb2\xea\x26\x81\x31\x66\xa6\xd1\x9a\xd9\xbf\xc0\x73\x64\x8d\x0c\x19\x85\x87\x0a\xe4\x23\x83\x8f\x0c\xc6\x87\x71\x19\x8d\xe4\xa3\x88\x63\x29\xce\xd2\x22\x8e\x25\x60\x57\xc4\xb8\xa7\x29\x47\x40\x57\xee\xcf\x0a\x5a\x49\xf3\x55\xf6\x83\xf6\xf0\xd5\x07\xc2\xb0\xe9\x01\x84\x59\xda\x93\x4e\xd1\x2e\x0d\x0f\x3a\x20\x57\xee\x9b\xd2\x64\xe4\xe9\x18\x3a\x8c\x90\x05\x1e\x30\x2b\xa2\xe3\x23\x66\x25\x4d\x81\xa6\xe4\x58\x1a\x71\x9f\x34\xa5\xf7\xc9\x0a\x6b\x4a\x2f\x35\xea\x2f\x8d\x2e\x9a\xcd\x35\x9b\x83\x39\x35\x49\x43\x78\x39\x84\x4c\x23\x45\x29\xad\x3b\x54\xa4\xad\x69\x83\x35\x34\x09\xc0\x85\x08\x94\x89\x90\x95\x7a\x22\xe3\x42\x56\x02\x64\xa5\x71\x2b\x5d\x84\xac\xc4\x02\x1f\x45\x05\xaf\x50\xd9\xe3\x3e\x9a\x34\x7a\x55\x76\x85\xac\x54\x73\x1e\x96\xcd\x2d\x9b\x9b\x90\xfc\x98\x88\x2e\xa7\xa1\x69\x8a\x6e\xc3\x0b\xae\xf6\x94\xe6\x48\x37\x23\x7d\xc2\xdb\xf6\xc3\x29\xcd\xe0\x07\xd2\x14\x57\xeb\x80\x14\x27\x5e\x69\x8a\xab\x45\x3f\xaa\x35\x66\xff\x65\x73\x2f\x9b\x63\x0c\x2f\xc7\xf5\xe9\x18\xd8\xf6\xda\xa7\x63\x50\x5a\x29\xc3\x95\x46\x5c\x34\x4d\xd1\xc4\xbf\x4d\x53\x34\xad\x17\x52\x00\xa5\x62\xbd\x90\x50\x2f\xa4\x71\x2e\x1b\xeb\x85\xc4\x7a\x21\x85\xe7\x9a\xa6\x68\x52\x36\xa4\x3d\x1d\x84\xa6\x55\xfb\x72\x10\x48\xb0\xf5\x42\x22\xb0\xa7\xf0\x5c\xd3\x14\x4d\xe0\x37\x8f\x6a\x8b\x2e\x14\xc3\xf6\x96\x3b\x94\x6b\xd3\x1a\x6a\x58\x43\xff\x5d\x87\x6f\x07\xab\x68\xe2\x91\xa6\x1d\xbb\x50\x0e\xbb\x8b\x53\x39\xb4\x86\x48\x81\x82\x48\x3b\x36\x77\x6c\xee\x92\x3a\xbe\x76\xc4\xda\x14\x2e\x69\xc4\xda\xa4\x53\x32\xa1\xc0\x6d\xa4\x13\x2a\x4d\xc7\xcc\x29\xf0\x08\xe9\x24\xba\xa4\xbb\x3a\xc9\xbf\x4f\x27\x59\x2e\x5d\xd5\x82\xd7\x97\xae\x6a\xb1\x98\x47\x91\xe2\x9e\xae\x99\x2f\x60\xa6\xf0\xfa\xd2\x55\x37\x7d\x7e\x49\xbb\x5f\xaa\xe3\xa8\xa6\xe3\x81\xd6\x40\x91\x82\x77\xb9\x0f\x3e\x3c\xd3\x28\xea\x25\x5d\x09\xe0\x9a\x82\x74\xad\x95\x5e\x6f\x69\xbe\xca\x9a\xed\x57\x89\x35\x2a\xf8\xa5\x93\xde\x16\x6b\x83\x14\xb9\xd2\xe9\xcb\x1e\x16\x3d\x4c\x06\xb6\xfc\x00\x5b\x86\x99\x6e\x31\x34\xe9\xe4\xe9\x17\xd9\xcd\xe9\x2f\x39\xf9\x92\x13\xbb\xf8\x92\x13\x97\xc5\xd8\xbc\xeb\xb2\xe8\xee\xe2\x20\xeb\xd3\xdd\xc5\xad\xd5\x51\x1c\x97\xa5\xbb\x63\x53\x9f\xe3\xd2\xf8\xdd\xdb\x8f\x82\x73\x5a\x1c\x97\xa5\xbf\x9d\x34\x97\x0f\xc5\xb0\x43\xf9\x8d\xfb\x38\xde\x96\x4d\x7b\xae\x15\xc1\x36\x05\xa8\x3d\x96\xe1\x48\xe7\x16\xd2\xe2\xbe\xb3\x80\xbc\xb9\x0f\xdf\xc5\x25\x14\x80\x93\x81\xc7\x5a\x5c\x6e\x96\xa1\xc7\x3a\x5c\x40\xa4\x07\x66\xb8\x80\x44\xe5\x14\xf9\x81\x11\x95\x13\x11\x38\xa5\x9f\x68\x59\x8f\x00\xc4\x69\xcf\xd5\xfe\xbf\x52\x1f\x04\xf1\x33\x34\x7a\x28\x63\x95\xa1\xd1\x33\xdc\x37\x51\x73\x02\x6a\x62\x61\x8d\xe2\x00\x30\xc3\xd5\x2a\xc8\xa6\x00\x89\x67\xb8\x5a\xa9\x9c\x71\x69\x1d\x9a\xcd\x61\x82\x73\x9f\x65\xc0\xcd\xdc\x07\x63\x24\x51\x38\x63\xc8\xc9\x60\x89\xf8\x26\x61\xd1\x58\x45\xa3\xb8\xf6\x3f\x62\x65\x32\x5c\xfb\x5c\x30\x96\xe1\xda\x1f\x60\x84\x8b\x0b\xc6\x32\x40\x86\x45\x64\x4c\x91\x16\x9c\x31\xed\x62\xda\x05\xcd\xe9\xf6\x02\x86\x79\x54\xb1\xce\x47\xf9\x15\xaf\xa7\xdb\x9a\xcc\x95\xad\x29\x35\xc5\x3e\x3c\xca\x49\x51\x44\xc8\x14\xce\x50\x44\x84\xc1\x54\x39\xc9\xcb\xe6\x96\xcd\x15\xa4\x92\xb4\x21\xc1\xc8\x72\xac\xda\x72\x24\x05\x67\x6c\xc7\xf5\x72\x5c\xe8\xb9\xa1\x77\x3c\xdc\x38\xf5\xf1\x86\x1b\xe7\x60\xe3\x6c\x0e\xdf\x8d\xd3\xda\x1a\xa5\x53\x36\x94\x9a\xa1\xd4\x2c\x07\xa6\x53\x2a\xac\xa4\x96\xdc\xc5\xe6\x62\x73\x70\xa7\x07\x3a\x34\x73\x96\x5d\xb8\xbf\x0e\xcc\x1c\x20\xd2\x11\x69\x92\xa1\x1c\x01\xea\xce\x50\x8e\x44\x9f\xd4\xf2\x0b\x2b\x47\x42\x4d\x8a\x2b\xac\x33\x8e\xcd\x1d\x9b\x83\x91\xe3\x20\x14\x19\x70\xde\x11\x57\x12\x70\x25\xde\x50\x13\x71\x25\x99\x4a\x11\x38\xef\x88\x2b\xc9\x54\x8a\xc0\x79\x47\x60\x49\x04\x91\x14\xe9\xa8\xb1\xf2\x47\xc0\x92\xb4\xd6\x24\x35\x49\x30\x82\xfd\x32\x89\x78\x66\x6a\x0d\xe9\x32\x8a\x12\xc9\x7c\xd8\x1a\x96\xf6\x24\xe2\x19\x91\x23\x45\x72\x69\x80\x8c\xdc\xc7\x97\x34\xba\xd0\x25\x99\x1a\x30\xfa\x87\x53\x03\x66\x62\xc0\x50\x49\x33\x93\xf3\xad\x4c\x85\x93\xdc\xd2\x4c\xa3\x48\x62\x42\x6a\x61\xe7\x4d\x25\x71\x82\xf5\x2d\xee\x1f\xce\xd4\x84\x11\x00\x52\x9c\x63\x66\x76\xbb\xe8\x76\x01\xc7\x3a\xc3\xc0\x40\xee\xcf\xae\xb0\x4f\xa5\x13\x1c\xc8\xa5\xf1\x3b\xa2\xaa\x01\x14\xd2\xd4\xfe\x82\x42\x32\x15\x62\x9d\xd2\x69\x00\x4a\xa0\x48\x71\x04\x9a\xa9\xc4\xce\x39\xa5\xd1\xc5\x74\x64\x44\x9b\x8a\xc3\xc3\x4c\x35\xd3\x24\x84\xaa\xe1\x20\x28\x24\x53\xe9\xe4\xba\xdd\x4c\x03\x50\x93\x8c\xea\xe2\x36\xf5\xcc\x25\x2b\x1a\x58\xdb\x15\xa0\x81\x35\x31\xb0\x9a\x9f\x5d\x95\x33\x95\x31\x1d\xd5\xa9\x8c\x89\x00\x29\x2e\x5d\xcf\x54\x0d\x51\x4e\xe5\x51\x14\xcb\xca\xd4\xb7\x9e\x9a\x4e\xa4\x8d\x66\xea\x47\x4f\x3d\x1d\x4e\x45\x63\x85\x94\x88\xed\xa8\x8d\x1f\x02\xa8\xe3\x3e\x96\x34\x86\xf1\x29\x7b\xda\x49\x9c\x7b\x66\x6a\x27\x4d\xec\x24\xc0\xd3\x11\xa1\x91\xa9\xb8\x73\x98\x91\xf9\x65\xb7\xca\xf6\x76\x6a\x95\xed\x99\x0f\x69\x0c\x37\xb2\xac\x46\xd4\xb7\x16\xa2\x91\xc9\x0d\x1b\xeb\xc3\x49\x8b\x93\x41\x78\x69\x7d\x60\xd9\x4c\xc3\x4b\x13\x81\x5f\xc4\xfd\x33\x0d\x2f\x09\xc8\x58\x5c\x14\x9a\xa9\x74\x8b\xb4\x58\x64\x9d\x46\xa4\x45\x26\xc9\x99\xeb\xc3\x59\x3b\x8e\x03\xeb\x69\x11\x47\xcf\xd4\x7a\x9a\x58\x4f\xcd\xa1\xa9\x24\x45\x5a\x2c\xae\xcf\x4c\x19\xd6\x15\x69\xb1\xb8\x3f\x33\xa5\x78\x17\x61\xdd\xc5\x65\x99\x29\xc3\xba\xf5\x90\xbd\xf1\x01\x6d\x49\x63\xc5\xf3\x55\x84\x50\xa4\x1e\x72\x42\xcc\xad\x94\x65\x61\x15\x0b\x9c\x79\x4a\x59\x16\x2f\xb1\xf4\xf3\xad\x25\x13\x60\x13\x4d\x53\xb1\x14\xe5\x6a\x72\xc7\x7c\x97\x41\xe2\x22\x48\x0c\xc6\x39\x65\x90\xd8\xba\x31\xeb\x03\x33\xae\x0c\x12\x0b\xab\x58\x24\xb6\xa6\x14\x6f\xf1\x12\x8b\x03\xe2\x88\x97\x48\x75\xe7\xec\xaf\x37\xb9\xd7\xff\x6a\xf5\x32\x86\x5c\xdd\xf1\xa0\x9a\x8b\x2c\xd2\x80\xaa\x68\x80\x73\x53\x0a\xba\x95\x66\x96\xc1\x41\xcb\xca\x04\xa4\x45\xd3\x7c\x2d\xd5\xb0\x08\x8b\xf5\xc0\x8a\xaa\x69\x6b\xd3\xd6\x78\x53\x8d\x5b\x57\xc9\xde\x9f\x31\x1c\xe5\xbc\x08\x84\x2d\xc3\x74\x65\x20\xcc\xe2\x33\xeb\x61\x17\x46\x9a\x05\x62\xac\x07\xcb\xa8\x14\x74\x11\x16\x8b\x0b\xd9\x23\xc2\x22\x94\x97\x69\x20\x96\x63\x79\x99\x14\x91\xe6\xf5\x20\xc0\x55\x06\x50\x40\x55\x5c\x1a\xaf\x6a\x82\x16\x3a\x17\x84\x71\x4a\x9d\x6b\xc5\x99\xf5\x70\x65\x2d\xb9\x5b\x72\xc7\xf6\x5f\xee\x11\xb5\x6d\x8e\xed\xa5\xf4\xc2\xa8\x2f\xd3\x3a\x3e\x4d\x6d\x39\x79\x39\x88\xbb\xbf\x1e\xf2\x82\xbf\x9f\x7d\x75\x4a\xc7\x57\x39\x9b\xd3\xe9\x43\x7a\x70\xc7\x55\x39\x9b\x65\x7a\xf6\x5d\x86\xe2\xb5\xcf\xc6\x3f\x38\xfb\xf9\x71\x49\xd7\x1c\x3a\x9b\xc4\xa4\xb3\xaf\x67\xdd\xc1\xbf\x9f\xfd\xb4\xad\xeb\x31\x77\x92\x04\xcf\x26\x02\x76\x48\x2e\xee\xf8\x1a\x67\x13\x8d\x3d\xfb\xba\xcd\x9d\xc2\x4b\x67\x13\x8d\x3d\xfb\xae\xc7\x0e\xee\xf2\xec\x26\x13\x57\xe9\x74\xac\xfb\x43\xd9\x89\xef\x67\xf7\x0f\x48\xeb\x92\xd0\x35\x87\xaa\x12\x9d\x2b\xc2\xce\xc6\x81\x3e\xd4\x96\xe8\x24\xd6\x9d\x8d\xf6\x39\xfb\x2a\x1c\x11\xa7\x87\x9a\x13\xf7\xf1\xbe\xa4\x09\xf7\xa0\xa8\x0f\xf9\xcd\x1d\xcc\xdb\x31\xb1\xf9\x90\xcb\x2c\x44\xf1\xec\x61\x5b\x77\x45\xf6\xe9\x18\xcb\x61\x5f\x73\xac\xb3\x0c\xce\x2e\xb9\xbf\x7e\x4b\xef\x4f\x7f\x65\x8f\xc5\x97\x90\xd5\xb2\xc7\xbb\x58\xc4\x85\x1f\x2b\x42\x1c\x2a\x42\xf4\xee\xa4\x61\x9e\x1d\xca\x3f\x74\xc0\xd7\xc7\x52\x0f\x67\x6f\x5e\x9c\x90\xb6\xac\x6e\xa6\x63\xf2\x71\xb6\xac\x6e\xf8\x72\x40\xb8\xe6\x67\x6f\x66\xc8\x05\xb0\x9d\xa1\x0d\x5f\xe5\x8b\x36\xff\xa2\xf9\xc5\x8b\x2f\xdb\xba\xbe\x50\x07\x2a\x7c\x28\x34\x71\x1f\xbc\xb8\x99\xc7\x4f\xa7\xe3\xf3\x32\xc1\xb5\x76\x67\x7f\xfa\xe2\x27\xdf\xfe\x83\xe6\x3f\x65\xe2\xea\x9c\x4e\xfe\xe2\x31\x31\xfa\x90\x18\x2d\x8a\xf7\x98\x18\x7d\x48\x8c\x16\x9e\x7b\x2c\x22\x71\xc8\x7b\xee\x43\xbe\xe2\x8b\xe1\x57\x9b\x5f\xc5\x4f\x78\x95\x8a\x30\xd5\x63\xbe\xf3\x21\xb7\x59\x48\xea\xd9\x6f\x59\x7d\x3f\xef\x3c\x3e\x79\xf1\xed\xaf\xde\x4c\x6d\x63\x3a\xde\x8e\xf1\x3a\xea\x9d\x6a\x05\x67\xbf\x15\x85\x73\x3f\x0e\x90\xcf\x43\xfa\xf2\x7d\xb0\x4c\x3a\xcb\xe4\xd8\xd6\xa1\xad\x6b\xa2\x1d\xce\xc0\xbf\x9f\x73\x57\x31\x95\xe4\xcf\x61\x7b\x3d\x1c\xf4\x72\xe5\xe1\xf1\x74\xf3\x70\xba\xf9\xe8\x7f\xf1\x98\xee\x3f\xbf\xbe\x7e\xfc\xed\x1f\xff\x7c\xfd\xf8\xd7\xeb\xd7\xf7\xb7\xaf\x3f\x7f\xfe\x7c\xff\xf6\x47\x7e\xf9\xfa\xe3\xdb\xdf\x2f\xf5\x5b\xde\xe7\x97\xdf\xde\x3f\xdf\xff\xfe\xfd\xcf\x9f\x5f\xef\x6f\x3f\x7e\xff\x71\xdf\xe2\xef\x3f\x01\x00\x00\xff\xff\x4d\x4c\x2d\xc1\x6d\xd7\x01\x00"); -func _def ()(*asset ,error ){_gacc ,_aged :=_fbc ();if _aged !=nil {return nil ,_aged ;};_agad :=bindataFileInfo {_b :"Adobe-GB1-3",_ffe :2159,_ag :_ed .FileMode (436),_ac :_c .Unix (1580491263,0)};_agbd :=&asset {_abe :_gacc ,_ece :_agad };return _agbd ,nil ; -};func _dcbg ()([]byte ,error ){return _g (_aegg ,"UniJIS-UCS2-HW-H")};func _ea ()(*asset ,error ){_dbc ,_fc :=_dd ();if _fc !=nil {return nil ,_fc ;};_ecf :=bindataFileInfo {_b :"78-EUC-H",_ffe :12552,_ag :_ed .FileMode (436),_ac :_c .Unix (1580490820,0)}; -_ca :=&asset {_abe :_dbc ,_ece :_ecf };return _ca ,nil ;};func _eagf ()(*asset ,error ){_eace ,_bcbf :=_begfg ();if _bcbf !=nil {return nil ,_bcbf ;};_cdce :=bindataFileInfo {_b :"UniGB-UTF16-V",_ffe :723,_ag :_ed .FileMode (436),_ac :_c .Unix (1580492760,0)}; -_eggb :=&asset {_abe :_eace ,_ece :_cdce };return _eggb ,nil ;};func _cfg ()([]byte ,error ){return _g (_ffgfc ,"UniGB-UTF8-H")};func _cfbf ()([]byte ,error ){return _g (_bffe ,"UniCNS-UTF8-V")};func _efc ()([]byte ,error ){return _g (_bbed ,"Adobe-CNS1-2")}; -func _gaad ()([]byte ,error ){return _g (_gbbf ,"UniJISX02132004-UTF32-V")};func _afbg ()(*asset ,error ){_gaf ,_caef :=_faba ();if _caef !=nil {return nil ,_caef ;};_edef :=bindataFileInfo {_b :"UniKS-UTF32-H",_ffe :162757,_ag :_ed .FileMode (436),_ac :_c .Unix (1580493048,0)}; -_geba :=&asset {_abe :_gaf ,_ece :_edef };return _geba ,nil ;};func _bbeb ()(*asset ,error ){_fce ,_bdb :=_edf ();if _bdb !=nil {return nil ,_bdb ;};_feb :=bindataFileInfo {_b :"Adobe-CNS1-3",_ffe :1881,_ag :_ed .FileMode (436),_ac :_c .Unix (1580491185,0)}; -_gcb :=&asset {_abe :_fce ,_ece :_feb };return _gcb ,nil ;};func _faag ()(*asset ,error ){_gfd ,_aff :=_gbae ();if _aff !=nil {return nil ,_aff ;};_gca :=bindataFileInfo {_b :"Adobe-GB1-4",_ffe :2711,_ag :_ed .FileMode (436),_ac :_c .Unix (1580491274,0)}; -_afce :=&asset {_abe :_gfd ,_ece :_gca };return _afce ,nil ;};var _bffe =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x54\x92\x41\x8f\x9b\x30\x10\x85\xef\xfe\x15\x73\xdc\x1e\xb6\xd8\x18\x36\xb6\x14\x21\x55\x44\x55\x39\x6c\x5a\x95\x4d\x5a\xa9\xea\x81\xd8\x43\x6a\xa9\x18\xcb\xc0\x21\xff\xbe\xb2\x31\x54\x7b\x40\xf6\xfb\x8c\x1f\x6f\x86\xc9\xea\xe6\xd4\x58\x33\x43\xf6\xcd\x8f\xaa\xc5\x19\x7a\x63\xb5\xc7\x69\x5c\xbc\x42\xb8\xe1\xdd\x58\x42\x58\x0e\xda\xa8\x79\x93\x71\x51\x43\xe7\x08\xc9\x2e\xd6\xd4\xe7\xf6\xf9\xf2\xf6\x59\x3c\x7f\x81\x65\xc2\xc4\xeb\xe6\xd4\x3e\xa6\x19\x87\xc6\xf6\x23\xf0\xf5\xbe\x5e\x5c\xf2\x00\xc8\xbe\xe3\xdd\x4c\xb3\x7f\xc0\xd3\x27\x3d\xde\xf0\x03\x68\xec\x03\xff\xea\x35\x7a\x63\xef\xf0\x54\x9f\x5b\xb6\xe3\x76\x71\xee\x2f\x0e\x68\x67\x38\x44\x86\x56\xc7\x95\x64\xf5\x6b\xe7\xce\xdd\x80\xf0\x2e\xcd\x35\x9e\xc6\xc3\x2b\xfa\xc9\x8c\x16\x18\xff\x48\xa9\xfc\xcf\xdf\x1e\x0e\x81\x25\x97\x9f\x97\xe6\x04\xbf\x18\x30\x0a\x79\xc9\xa5\xf8\x9d\xf8\x8f\xd7\x51\xef\x6f\xbd\xac\xf9\x95\xd1\xea\x4f\xe7\xc9\x11\x73\x41\x25\xaf\x80\xe5\x34\x89\x22\x88\x7c\x15\x5d\x59\x01\xa3\x92\x1c\xb1\xbf\x49\xd1\x57\xc0\xf8\xa1\x28\xa3\xd4\xf2\x16\x64\x91\x84\x0e\xa2\x0c\x35\x6d\xd6\xe4\xb0\x7f\xca\x77\xf6\x8e\xe4\x88\x5c\x50\x21\x2a\x58\x37\xb2\x02\x56\xd2\x44\xbb\x8d\x06\xd3\xe2\x25\x51\xb5\xd1\xe0\x5e\x16\x89\xe2\x46\x43\x9e\x52\xac\x54\xd2\x44\x25\x0b\x0e\x79\xa2\xc5\x46\x43\x21\x5c\xc4\xb0\x6a\xcd\x10\x36\x21\x03\xa7\x29\xf5\x9a\x32\x8a\x30\x02\xfb\x4f\x51\x8b\xf7\x68\xe7\x38\x00\xb1\xeb\xa1\x93\xc6\xe2\x3e\x64\x6e\x74\xe1\x56\x7c\xfe\x05\x00\x00\xff\xff\x20\x40\xbf\x48\x90\x02\x00\x00"); -func _ffce ()([]byte ,error ){return _g (_afgf ,"HKscs-B5-H")};func _cfgf ()(*asset ,error ){_dfdc ,_fcba :=_cfg ();if _fcba !=nil {return nil ,_fcba ;};_daca :=bindataFileInfo {_b :"UniGB-UTF8-H",_ffe :235585,_ag :_ed .FileMode (436),_ac :_c .Unix (1580492783,0)}; -_gcade :=&asset {_abe :_dfdc ,_ece :_daca };return _gcade ,nil ;};func _dgge ()(*asset ,error ){_begg ,_gbcf :=_eabc ();if _gbcf !=nil {return nil ,_gbcf ;};_gbab :=bindataFileInfo {_b :"GBK2K-V",_ffe :1168,_ag :_ed .FileMode (436),_ac :_c .Unix (1580492041,0)}; -_cdc :=&asset {_abe :_begg ,_ece :_gbab };return _cdc ,nil ;};func _ccec ()(*asset ,error ){_cefeb ,_ccgdd :=_eegb ();if _ccgdd !=nil {return nil ,_ccgdd ;};_fgac :=bindataFileInfo {_b :"HKdlb-B5-H",_ffe :18683,_ag :_ed .FileMode (436),_ac :_c .Unix (1580492327,0)}; -_gebb :=&asset {_abe :_cefeb ,_ece :_fgac };return _gebb ,nil ;};func _caa ()([]byte ,error ){return _g (_ge ,"78-EUC-V")};var _gace =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x44\x92\x4f\x6f\xd4\x30\x10\xc5\xef\xf9\x14\x73\x2c\x87\x12\x3b\x26\x75\x56\xaa\x2a\xd1\x5d\x54\x22\x54\x40\x2c\x2d\x48\x88\x83\xff\x8c\x57\x96\x88\x13\x39\xc9\x61\xbf\x3d\xf2\x4c\x08\x87\xd5\xdb\xfd\x79\xde\xf8\x79\x67\xea\x63\x7f\xea\x53\x5c\xa0\xfe\x9a\x47\x77\xc6\x05\x42\x4c\x3e\xe3\x3c\xae\xd9\x21\x58\xbc\xc4\x54\x55\xb2\x01\x1f\xdd\xf2\xef\x27\x89\x1b\xcc\x54\x55\xf5\xd3\xe3\xa7\xdb\x0f\x2f\xc7\xdb\x8f\xb0\xce\xb8\xb1\x63\x7f\x3a\x5f\xe7\x05\x87\x3e\x85\x11\x14\x7b\xfd\x3a\x6d\x7e\x80\xfa\x1b\x5e\xe2\xbc\xe4\x2b\xdc\xbc\xf7\xa3\xc5\x37\xe0\x31\x14\xfe\x25\x7b\xcc\x31\x5d\xe0\xe6\xe9\x51\xee\xf4\xbc\x4e\xd3\x1f\x1c\x30\x2d\xd0\x10\xc3\xe4\x49\xab\xfa\xf8\x6c\xa6\xcf\x66\x40\xd8\x83\xbc\xd2\x09\x1d\xbc\x62\x9e\xe3\x98\x40\x36\x6f\x85\x68\xff\xf3\xef\xd7\x09\x41\x6e\x1d\x7e\xbe\xf4\x27\xf8\x25\x41\x0a\x68\x5a\xa5\xbb\xdf\x1b\xff\xf1\x3c\xfa\xbd\xaa\x11\x9c\xdd\x45\x9f\x4d\xba\x60\x75\x6f\xa4\x69\x1e\x60\x13\x68\x75\x4b\x48\x31\x52\x84\xde\x11\x32\x8c\x4c\x41\x87\x8e\x90\x65\xe4\x1e\x40\x6b\xc1\x55\x9e\x91\xa7\xaa\x43\x41\x96\xdb\xdb\x50\x50\xd7\x14\x14\x90\x50\x11\xad\xc5\x5d\x75\x6f\x94\x91\x05\x91\x40\xab\x3b\x42\x1d\xa3\x03\x19\x05\x21\xc7\xc8\x51\x95\x22\x84\x8c\xb8\x97\x2e\xc8\x52\x54\x65\x2d\x55\x51\x7b\xeb\x19\x79\xaa\xa2\xf6\x25\xd0\x26\xd0\xea\x12\x55\x79\x7a\x10\x89\xd6\x82\x11\x1b\x3d\x19\x25\x85\xf0\x6c\x2c\x02\x77\x82\x50\x60\x63\xa0\x1b\x0f\x74\x63\x60\x63\xe0\x7f\x82\x72\xf1\xb3\x15\x3f\x5b\xca\x32\xfd\x7d\x0e\xe5\x7b\x59\xba\x7d\x0f\xdc\x9a\x33\xa6\x85\x56\x8e\x86\x5d\x06\x18\x13\xee\x2b\x3d\x8d\x53\x71\xd1\xe7\x6f\x00\x00\x00\xff\xff\xbd\xdd\xac\xdd\xfe\x02\x00\x00"); -func _eeeg ()(*asset ,error ){_dbde ,_effd :=_dga ();if _effd !=nil {return nil ,_effd ;};_eded :=bindataFileInfo {_b :"KSCms-UHC-V",_ffe :716,_ag :_ed .FileMode (436),_ac :_c .Unix (1580492580,0)};_ffgfg :=&asset {_abe :_dbde ,_ece :_eded };return _ffgfg ,nil ; -};var _aeae =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\xbd\xcb\x8e\x36\x31\x92\x1d\xb6\xef\xa7\xa8\xa5\xbc\x90\x27\x79\x0b\x92\x80\x51\x80\x25\x61\xe4\x59\xc8\x36\x2c\xc9\x36\x60\x78\x91\xd7\x71\x03\x9e\xee\x46\x4f\x6b\xa1\xb7\x37\x78\x4e\x7d\xe7\xe4\x18\x30\x5c\xff\xa6\x7e\x7e\x99\xc9\x4b\x30\x18\x11\x8c\xeb\xdf\xfd\xdb\x7f\xf8\x77\xff\xf0\xa7\x3f\xfe\xed\xeb\xef\xfe\xe7\xbf\xfe\xf9\xfc\x8f\xf7\xdf\xbe\x9e\x3f\xfe\xe9\xfa\xeb\xfd\xcf\x7f\xfe\x2f\x7f\x3d\xef\xaf\xe3\xfe\xc7\x3f\xfe\xe9\x0f\x7f\x48\xf9\xeb\xfa\xe3\xf9\xb7\x4f\x13\x7f\xce\x7f\xda\xff\xf2\x87\x3f\xac\xef\xff\xe3\x7f\xfd\xe7\xbf\xdd\xff\xf4\x0f\x7f\x7a\xfe\xfc\x55\xf8\xde\xf5\x5f\xfe\xf2\xf3\xee\xd7\xd7\xdf\xfd\x2f\xf7\x3f\xfe\xf1\x9f\xff\xf6\xd7\xff\xfa\xf5\xaf\xfe\xfb\xeb\xcf\xc7\xfd\xdf\x7c\x5d\xf7\xb3\x7e\xff\x9f\xfe\x7a\xdd\x7f\xfd\xe3\x9f\xfe\xf1\xeb\x5f\xfd\xfb\x7f\x93\xf4\xeb\x7f\xfc\x2f\x7f\xf9\xcb\xff\x7d\xff\xd3\xfd\xa7\xbf\x7d\x35\xfc\x76\xff\xe9\xc2\xdf\x3f\xfc\xdd\xbf\xfd\x0f\xfb\x5f\xfe\xc7\xfd\x9f\xee\xaf\xbf\xfb\xcf\x7f\xfa\xe3\xbf\xff\x37\xff\xfa\x3f\xff\xa7\xbf\x2f\xf9\x5f\xff\x0f\x78\x8a\x87\xff\xeb\xfd\xd7\x7f\xfe\xe3\x9f\xff\xf4\x95\xfe\xdb\x2d\x85\x7f\xfe\x4f\xff\xf5\x2f\xf7\x57\xfa\xe9\xe4\x7f\xff\xcf\xff\xf0\xef\xbe\xfe\x8f\xf4\x95\xb6\xaf\xdc\x62\x2b\xff\xe7\xcf\xef\xff\xdb\x7f\xf8\xf3\x75\x7f\x6d\x6c\x25\xce\xfe\xfc\xf3\x75\xff\xf3\x5f\xf6\xf3\xfe\xeb\xfe\xa7\x7f\xbc\xff\xf0\xf5\xf5\xdf\x6d\x3f\xff\xbe\xd7\x7f\xd3\xf6\xf7\x7f\xff\xf7\x7f\xff\xbd\x66\xf8\xff\x7a\xf3\xd3\xc1\x9f\xfe\xfc\xb7\xeb\x7e\xf8\xdb\xbf\xfc\x76\xfd\x4b\xcf\xf7\x57\x5a\x5f\xbf\x5f\xfb\x43\xda\xb6\x9f\xd1\xff\x78\x9d\xff\xd7\xfe\xd7\xcf\x87\xfb\xb6\xde\xfe\x34\xea\xf7\x57\x8a\xae\x66\xfb\xfe\xca\xb9\xb4\xaa\x1f\xfa\xf7\x57\xea\x7e\x7d\x7c\x7f\xa5\x2d\xab\x39\xbf\xbf\x7a\x4f\xe5\xd3\x3e\x56\xd7\xa1\xc7\x47\xfa\xfe\x4a\x59\x9d\x1f\xfd\xfb\x6b\xce\x4f\xeb\x5a\x3d\xe7\xf1\x69\xde\xdb\xf7\x57\x78\xa0\x3b\x7d\x7f\x45\xe8\xe5\x7b\xac\xa7\x4d\xcd\xb9\x9a\x1a\xf6\xde\xbf\xbf\x62\xba\x79\xae\xa7\xfe\xf6\x5a\x4d\xcd\xe2\xc9\xdf\x5f\x31\xf4\xf2\x53\x56\x53\xe3\x3e\x98\x95\xbe\x7d\xd6\x40\xc3\xdf\xae\x81\x86\xa6\xf1\xac\x81\xe6\x67\xb9\x69\xc3\x9c\x3f\x2b\x4a\x69\xf5\xdc\xf5\x34\x1d\xab\xf9\x01\x6c\xca\x68\xc6\xa7\x59\xeb\xea\xca\xcd\xb5\xde\xd9\xd5\x5c\x4b\x18\xdb\xa7\x19\xeb\xdb\xa1\xae\xce\x7b\x75\xa5\xa7\x17\x20\xa9\x69\x5c\x58\xaf\xa6\x71\xad\x81\x86\x06\xba\x62\x35\xfd\xf2\x1a\x77\x4c\x35\x01\x58\xf7\x8c\xf5\x7e\x60\x95\x00\x9c\xf9\xf9\x36\xb7\xb5\xfc\xf9\x99\x55\x0e\x34\x3f\x5d\xe5\x73\x01\x76\x4b\x6a\xce\xd5\xfc\xf4\x9c\xaf\xb9\x50\x63\xfb\xbc\x5d\x01\xca\xed\xd3\x75\x45\xd7\xf5\xe7\xe3\x74\x97\x67\x75\xfd\xb3\x0d\x79\xdb\x32\xb0\x30\x3e\xed\xb4\xa1\xef\x34\xf4\x43\x59\xbd\xa7\x4d\xed\x85\xf4\x9b\xbe\x4f\x0d\x8f\x93\xda\xb1\x1e\xf7\x4f\x33\x67\xa3\x6d\xde\x32\x5f\xce\x6a\xe3\x65\x0d\x55\xd6\xd8\x5d\x23\x15\xbe\x5d\xd4\x3e\xbe\xbf\xd2\x67\xe7\xf2\xd6\xae\xef\xaf\xe6\xbe\xf7\x93\xa7\xef\xf3\x7a\xda\xca\x3a\x4f\x4d\x4d\xf6\x56\xd5\x06\xd4\x92\x9e\x63\xe2\x1f\x8c\xcb\x29\x27\xc2\x21\xf4\x03\x01\xa5\xef\x67\x5e\xb3\xd1\xe7\x73\x8d\xf6\xc1\x85\x9c\xb7\x75\xd6\x4b\x57\x73\x11\x99\xf2\xf9\x36\xa7\xd5\x79\x29\x6a\x62\x6a\x79\x53\x7b\x5f\x8f\xa7\x9a\xd7\xf7\x57\x6a\x49\xcd\x7b\x35\xd5\xf5\xa2\x5f\x73\x66\x3d\xce\x0b\x88\x35\xab\x89\xed\xcb\x6e\xb7\xf5\xd8\x6f\x2f\x54\x2a\xa1\x26\x46\x6e\x6a\x2e\x88\x57\x37\xd7\xc8\x55\x2f\x97\x85\x09\x4d\xd3\x5c\xdb\x95\x9a\x20\x50\x16\x3c\x8b\xd6\x54\x16\x0a\x17\x3f\xc5\x9a\xf4\x74\x1d\xd9\x54\xd5\x55\x3d\x57\x53\x2f\x37\x20\x51\x16\xbc\x62\x2d\xb1\x69\x49\xeb\xb0\xa4\x2a\x80\x4c\x40\xd3\x5b\x31\xd7\x12\xab\x60\xbf\x03\x00\x1a\xf9\x20\xf8\xb4\xa8\xfb\x21\x4a\x2e\x76\xf2\x43\xfa\xff\x3f\x98\x41\x2e\x69\xa1\x40\xfd\x4c\xab\x81\x37\x7c\xa8\x61\x6e\xfb\x9a\xd6\x87\xee\xe4\x76\x00\x5f\xf4\xf2\x01\x7c\xf9\xac\xa1\x9d\xc0\xbe\xa9\x26\x38\xc7\x50\x73\xed\xc3\x87\x82\xe7\xb6\x68\x56\xfa\x10\xe5\xdc\xce\x35\xe5\x0f\x35\xcc\xb1\x10\x3d\x7d\x68\x65\x8e\x0d\x3d\x17\x35\x81\xf6\x1f\xaa\x9c\xa3\x82\xeb\x24\x35\xd7\x2c\xe3\x33\xe9\x7b\x6c\xeb\x50\xd5\x0f\xa7\xc9\xf7\x48\xeb\x87\x4d\xd0\xbe\x47\xc5\x0f\x42\xcf\x7b\x0c\xfe\x50\xf5\xc3\xc1\x1f\x9a\x7e\xc0\x49\xdd\x3c\xca\xec\xfc\x41\x7d\xec\xfc\x41\x8b\xb8\xf7\x9d\x3f\x68\xd8\xfd\xc6\x0f\x02\xef\xbd\xe0\xb9\x7e\xc8\xfa\x81\xc3\x0a\x0f\xee\x93\x7d\x7c\x68\x6e\x7e\x96\x10\x50\xc5\x71\xf3\xb3\xe8\x66\xed\xa2\x5d\xcf\x22\x8d\xb5\x67\x3f\x2f\x78\x3e\xd5\xae\xeb\x7b\x91\x80\x07\x80\xdf\x52\x49\xfa\x21\x70\x40\xdc\x61\xff\xfe\xaa\x23\xdc\x1e\xdf\x5f\x25\x17\x4f\x68\xe2\x7d\x0f\xb8\xaf\xe7\x22\x88\xcf\x76\x7c\x7f\xcd\xe1\xc7\xe7\x9a\x4f\x78\xfc\x6b\x75\x2f\x02\xf9\x6c\xf7\x6a\x77\xcf\xf7\xf9\xfe\xca\xdb\xd4\xf4\x16\xa9\x6f\x5b\xd2\x74\x40\x95\xaa\xa7\xbf\xd0\x3b\x37\xe1\xf7\xb3\x38\x41\x1d\xda\xb6\x67\x71\x82\xda\x93\xdb\x6d\xb5\xab\xdb\x64\x05\x42\xe3\x27\xf5\xef\xaf\x52\x0c\x8f\xb4\x4e\xbd\xa9\xc0\x93\xe6\xf7\x57\x9d\x22\x30\x0f\xe8\x60\xce\xfe\xfe\x58\x13\xce\x7e\x7f\x01\x20\x0f\x4f\xf0\xfa\xfe\xca\xd5\x1b\xb8\x28\x65\x6b\xd9\xcf\x9f\xef\xaf\x12\x46\x80\x45\x2a\x4b\x15\x49\x7f\x16\xcd\x6f\xe1\x05\x2e\x92\x9f\x52\x33\x84\x17\x31\x2d\x43\x24\xef\xc9\x15\x84\xda\x1d\x2e\x09\x70\x66\x4d\x60\xf1\xb7\x1a\x4d\x0b\xca\x7d\xb1\xac\xe2\x01\xc1\x25\x86\x9f\xcf\xef\xaf\x32\xab\xfb\xdb\xbf\xbf\x5a\xd9\xb4\xe3\x8b\x1e\x97\x32\x3d\x9f\x25\x53\x6c\x9b\xfb\xbb\xd6\xf3\xe4\xef\x97\x70\x93\x5e\xf3\x07\xa5\x18\x9a\xff\x62\xb8\x79\x9b\x02\x50\xc1\xe9\x36\x42\x96\x0c\xda\xa1\xf1\x4b\x41\x7f\x7e\xbf\x82\x07\xfa\x79\x03\x46\x69\x3d\x8b\x07\xb4\xfc\xea\x7f\xad\xbf\x84\x9f\x0f\x50\x3d\x8f\x37\x17\x7c\x0c\x8f\xb2\xd6\x1f\xde\xa0\x25\x01\xb4\xd8\xb4\x41\xe5\x5c\xf0\x32\x02\x80\xab\xbc\x4e\x44\xb9\x21\x90\x1a\xa3\x96\xf0\x53\xaa\xf8\xf2\xb3\xa8\x5f\x6d\x06\x58\x85\xac\xe4\x23\xbe\xc8\x61\xe9\x06\x78\x2d\xe0\x3c\xea\xaf\x82\xfa\x19\xe5\x6b\x83\x0c\xef\xe7\xb1\x10\x46\xcc\xf9\xa9\xeb\x04\xe4\xfa\x2b\xf6\xf2\x2c\xa6\x58\x8b\x8f\x47\x9d\x68\x7b\xf2\x8b\xa0\x8d\xea\xc9\x2e\xec\x48\x59\xd0\x5a\x5c\xb4\xb6\xe2\xc9\x5c\xe0\x7c\xee\x6f\x61\x47\x33\x36\xd4\x07\x93\xd5\xfb\x0d\xa2\xa0\x58\xc7\xb3\x04\xc9\xdc\xdd\xdf\x62\xcb\xa5\x8a\xc5\x3f\x6d\x9d\x8e\xcd\xc0\x6a\x75\x3d\x37\xbd\x69\xeb\x74\x6c\xcd\xfd\xe1\x74\x24\x3f\xe7\x75\xc9\xdf\x0f\xd0\x17\xbf\xbf\xb0\xe3\x85\xbd\x6d\x91\xc7\x2d\xb9\x7d\x7c\x7f\xd5\xf7\x7c\x17\x9f\x99\xc6\xc6\x25\x30\x96\xec\xcd\x6d\x8b\x3e\x6e\xd5\xe3\x3f\x0b\xbe\xa6\x67\x10\x33\x86\xb1\x7f\xc9\x19\xa5\x9b\x1c\x05\x4f\x87\xc6\x8b\xb5\xfe\x62\x7a\x1b\x8b\x3e\xe6\xd0\x7e\x44\x5b\xe4\xc7\xfb\x19\xf1\xfd\xd5\xd3\x6b\xbc\xfe\xfd\xd5\xb7\xcd\xfd\x0f\xf0\x62\x1f\xb7\x00\xef\x76\x7f\x5c\xbf\xe6\xbf\x6e\x36\x79\xbc\xbe\x5f\xeb\x1f\xaf\xf1\x2e\xec\x9f\xf0\x27\xee\xb5\x3f\x26\x97\xf1\x80\xba\xe8\xfb\x4e\xf2\xa8\xe1\x7b\x82\x40\x2d\xd9\xe1\xe9\x0b\x00\x96\xcb\x9e\x5e\x00\x50\x01\xa0\xaf\xd3\xd1\x8a\xdb\x8b\x41\xbc\xf8\x5b\x8f\x35\x21\xf1\xf0\xa7\x2f\x00\x94\xe9\xf7\xc7\xf7\x57\xcf\x66\xd0\x7d\x91\xc7\x6e\x04\xea\xfb\x62\xc0\xaf\xf1\x17\x02\x14\x6f\x70\x5f\x00\xa8\xd3\xfd\x43\xe8\x34\x42\xf6\x1b\x1b\x20\x84\xeb\x0f\x9e\xab\xbf\x25\xfd\x44\x98\x1c\x2d\xe1\xa7\x64\x89\x29\xcf\x58\xeb\xcf\x5e\xef\x28\x20\xf7\x82\xcf\x92\x8d\x6a\x93\xe8\xf9\x0c\x28\x08\xcc\xff\xc6\xa2\x0e\xbe\xb1\x3c\x63\x91\xc7\x17\xbb\x58\xa2\x54\x6d\xe6\xff\x63\x2e\xf8\x48\xa2\x79\xc6\x42\x80\xe2\x03\x3d\x20\x26\xbe\x4e\xf0\x92\xb4\xba\x25\xe5\x67\x5c\xa0\x87\x5e\x00\x4e\x40\x73\x7b\x61\xc0\xf4\x09\x9e\x94\x90\xb4\xc0\x09\x91\x76\x1a\xc5\xd6\x25\x68\x6c\x86\xd0\xa4\x14\xa6\x19\xcd\x05\x81\x17\x83\x59\xb2\x79\x1a\xd9\x03\x40\x42\xf2\x91\x5a\x92\x60\xaf\xd5\xcf\x17\x06\x34\x33\xb8\x09\x9d\x89\x31\x6a\x42\x42\xb0\x08\x36\x17\x06\x48\x8d\x90\x9f\xb9\x48\xa0\xf4\x08\xf9\x99\x60\x90\x66\x40\x73\x61\xc0\xd8\x3c\x3f\x00\xc0\x18\x09\x91\x3e\xfb\x08\x41\xa6\x9f\xdd\x32\xd2\xbe\x64\xc4\x64\x88\xee\x0b\x05\xb2\x84\xf1\x07\x2a\xa2\x39\x8d\xf3\x50\x12\x35\x0b\x95\x7b\x80\x83\xb8\x83\x05\x81\x6e\x1c\xd9\xc7\xf7\xd7\x28\x16\xd2\xf6\x09\x22\x29\x88\x40\x32\x6e\xd5\xfd\x1d\x0b\x62\xb5\xfd\x8a\xc3\xac\x3b\x73\x2d\x5e\xfe\xbe\x28\xc4\xf6\xee\x7d\x31\xd0\x30\xc9\xdf\x97\x08\xf9\xe2\x87\xd0\x59\x75\x63\xe8\x91\xbe\xbf\xc6\x8b\xa5\xac\x4b\x4f\xce\xaf\x36\xc0\x63\x92\x7d\xd4\xef\xaf\xf1\x22\xf1\x47\xfb\xfe\xea\xd3\xe3\x1d\x8b\x44\x4e\xb3\xb4\xa3\x83\x64\x69\xb5\xc7\x00\x0b\xd2\x7e\x1f\x10\xa0\x2c\x21\x1e\xfb\x82\xde\x26\xe8\x1e\x50\x21\xbc\xfa\x3b\x71\xb1\x72\xfb\xfa\xfe\xea\x2f\x09\xf0\x00\x7e\xf8\xc4\xad\xdb\x62\x7b\xb1\x9c\x73\xc3\x95\x40\xdf\x9f\x38\x20\xa6\x58\xe7\x3a\x1f\xdd\x14\xe3\x2c\x6b\x3e\x16\xf0\xce\xba\x24\x7a\xb3\x88\x73\x61\xc7\x8b\x02\xac\x6b\xe1\x28\xd2\xb6\x3c\xeb\x5e\x98\xdf\xe3\xad\xcb\x56\x1a\xe6\x09\xe7\x02\x40\xb5\x04\xb4\x2e\x3d\x69\x9a\xe6\x9f\x54\xa4\x79\x42\xe7\xf7\xd7\xec\xa6\x10\x27\xef\xe5\x5e\xe0\x0d\x80\xf9\x7d\x08\x50\x3e\x40\x17\x65\x04\x7d\x7f\x2d\x04\x28\x26\xb9\x57\x5e\x00\x34\x42\x5d\x0b\x00\x59\xd7\xc7\xe7\xaa\x6b\x83\x0d\xe0\x6b\xb1\x88\xf1\xa1\x48\x65\x83\x12\xe7\x83\xa0\x65\xe3\x15\xab\xaa\x89\x1b\xc6\x96\xfd\x03\x4e\x8f\xdf\x4f\xd0\x1c\x7c\xf0\xaf\x40\x99\x95\xdc\x84\x7c\xb8\x6d\xcd\x3f\x3c\x54\x22\xf5\xcf\x0f\x13\x02\x5e\xf9\xdc\xbd\x97\x78\x83\x1f\x3e\x5b\x5c\xb6\x19\xfc\x41\x73\x78\x70\x79\x15\x0c\xca\xf6\x0c\xfe\xa0\x4f\x9e\xc9\x1f\xb4\xca\x67\xe7\x0f\x9a\xf7\x73\x58\x6d\x56\xa0\x2a\x4d\x9b\xd0\xae\xa4\x0c\x46\xf9\x99\x64\x2e\x3f\xba\x2a\xfd\xb0\x03\x6a\xdb\x07\xef\x4b\xd9\xf9\xc6\x87\xd7\x97\x72\x56\xfe\x30\xf4\x03\x41\xf1\xd9\xf9\x52\xae\xc6\x4e\x3f\xb3\xae\x95\x97\xf2\x0f\xbb\x2a\xb5\x93\xd8\x7f\x90\xa7\xb4\xc9\x4b\xb9\xa0\x17\xdb\xcf\x0f\x9f\x4e\x23\xf1\x0e\xfe\xd1\x12\x95\x99\xa8\x2d\xf8\xc8\x38\x65\x06\x3f\x11\x7c\xe7\xf9\xf0\x87\xcf\x0e\xcc\x6b\xe3\x0f\xea\xe3\xfa\x79\xe3\x07\x29\xcb\xfe\x33\xb1\xcf\x45\xbb\x1c\x95\x9d\x7e\x34\xe4\xe5\xfc\x19\xe5\x83\xb7\xe5\xbc\xd9\xe9\x47\x78\xac\x5b\x0b\xfe\xf0\x33\x4a\x4d\x8d\xa3\x7c\xc4\xbb\x5a\x0a\xe1\xf1\x51\xf8\xd4\x42\x0d\xe4\xf6\x91\x8f\x6a\x39\xa8\x2c\xf9\xb0\xc7\x5a\xae\x8b\x3f\x7c\xfa\xa8\x17\x47\xf9\xe0\x4a\x8d\xca\x3e\x3e\xb8\x52\x23\xd8\xc7\x07\x57\x6a\xcf\x5c\xdc\xe7\xc8\xd7\x9e\x27\x7f\x68\x9f\x1f\xfa\x4f\x1f\x9f\x61\xfb\xe0\xb0\x1f\xa6\x52\xe7\xcf\x56\x7e\x30\xac\xce\x8e\x7d\x91\x4e\xb9\xce\x7e\xf1\x87\xcf\xb0\x13\x7a\x9e\xb1\x7d\x48\x51\x9d\xf3\xe0\x1b\xea\x74\x3e\xfc\xe1\x33\xec\x3c\x82\x3f\xcc\x5f\xf0\xa2\x3a\x8f\xce\xb7\x3f\x00\x3f\x3b\x7f\xf8\xc8\xef\xf5\xdc\x33\x7f\xe8\xfa\xa1\xf0\x87\x0f\xb0\x2e\x6a\x85\xd2\x47\xbe\xa8\xf7\xbf\x54\xf1\xd4\x7b\x4b\x20\x6f\x55\xed\x0c\x24\xef\x7e\x01\x77\x98\x0f\x43\xab\xf7\x22\x28\xa5\x7f\xe8\x55\xbd\xb7\x25\x92\xd5\x0f\xfe\xd6\x7b\x5b\xf4\x36\x0f\xb7\x21\x92\x7d\x18\x58\xbd\xb7\x75\x27\x1b\xc3\xdf\x43\x20\x99\x7e\x7e\x41\xc5\xe0\x09\xdd\xe0\xc8\x6e\x3f\x9c\xa0\x3e\x48\x1b\x3a\xd0\x80\x54\x25\xfb\x83\xf4\xb3\x22\x8d\x08\xad\x4d\x7c\x58\x6c\xbd\xd3\xba\x95\x49\x9d\x5c\x6f\x6a\x6d\x36\xb7\x03\x52\xbf\x40\x98\x3a\x3b\xf4\x88\x8b\xe7\x4a\xcf\x59\xef\xb4\x24\x12\x5d\x3b\xeb\x9d\x20\x95\x37\xcf\xf8\x80\x8a\xd9\x13\x3a\xa1\xce\xf6\xfb\x4b\x26\x6b\x9b\xfb\xbf\x31\x21\x4d\x18\x5a\x98\xe6\x05\x64\x12\xb7\xa1\x3d\xcb\xb8\x66\x84\x06\xcc\x6b\x45\x9b\xf7\x84\x56\x86\x6d\xb8\x07\xdc\xc2\x75\x82\xee\x3c\xde\x8a\xbf\x7a\x67\xda\x57\x86\x5f\xd8\x21\xe6\xf8\x05\xde\x34\x05\x82\x7c\xe2\x66\xea\x11\xaf\x25\xb8\x7f\xc8\x5e\xbd\x61\xd8\x08\xa3\xe1\x0f\xc1\x36\x5a\x40\xd1\x52\xb2\x3f\xf8\x59\xa3\x7a\x2c\x58\xa3\xa7\x5c\x48\x9d\x87\xbf\x88\xb7\xb2\xb2\xde\x85\xdb\x26\xca\x72\x97\xb5\x6d\x62\x1a\xf5\x2e\x50\x8b\x1b\xac\x65\x61\x6e\x0f\x77\x78\xe0\xb2\xe6\x19\x90\x09\x89\x10\xdd\xe5\x82\x24\xeb\x0f\xd6\xe1\x2b\xc9\x33\x78\xde\xea\xd2\x7a\xd7\x75\x5a\x87\x81\x50\xc9\x82\x44\xb7\xee\xca\xeb\x91\x66\x5c\xb9\x6f\x3e\x2c\x8b\x6c\xd5\x9e\x34\x83\xba\x98\x47\xaf\xee\x60\x2e\xe9\xd2\x67\xa1\xee\xec\x40\x6b\xae\x58\x93\xc9\xc3\xa2\xb6\x65\x24\x3f\x5f\xfb\x56\x8d\xca\x8b\x6f\xa4\x19\x6e\x3f\xb8\x91\x0b\x66\x6d\xc3\x05\x53\xdf\x37\xee\xab\x81\x06\x15\xc9\x56\xb4\xe6\xb6\x60\x30\xc3\x1d\xe0\x30\x56\x2d\xb9\x71\x5b\x45\x98\xef\xc5\x86\xd2\xf0\xae\x35\x5a\x02\x37\x7f\x31\xd6\x0d\xc5\x53\x6c\xf3\xad\x94\xae\x77\x83\x92\xd8\x4b\x6e\x20\xec\xd3\x33\xba\xd7\x0c\x8d\x47\x50\x82\xa4\xa6\x19\xc6\xb6\x40\x64\xb4\x80\x12\x64\x1a\x44\x01\x72\xe1\xd3\x1e\x13\xe3\xa9\xdd\x17\x88\xba\xd1\xac\x2f\x7e\x16\xa6\x1e\xd0\x21\x6c\xc9\xf4\x66\x31\xef\x92\x43\x20\x5c\x97\xf4\x92\xdc\xc1\xba\x74\x8f\xec\x0e\xd6\x25\x3a\xb7\x21\x80\x0c\x42\xa8\xe4\xdf\x70\x1d\x58\x2b\x6a\x31\xf5\x5b\x57\xec\xda\xc4\xc3\xee\xb1\xb3\x37\x0f\x7f\x80\x3c\x6a\x43\xc6\xf9\xd6\xf1\xd7\x7b\xf1\xda\x1a\x46\x6a\x5c\xb1\xb3\x4f\xfa\xba\x62\xe7\x6a\x06\x31\x37\x0e\x20\x80\xae\x3b\x76\x2d\xa1\x19\xc1\xce\x38\x4d\x7e\x27\xac\x10\x59\x1d\x2e\x09\xb5\x8c\xec\xe7\x38\x45\xde\xb0\x49\xe2\xa6\x0d\x87\x39\x6c\x4b\x46\xa9\x75\x87\xae\x9b\x01\xb8\x18\x7b\x99\xde\xd1\x25\xd5\x8d\x30\x86\x4c\x9c\xeb\x2c\x88\xac\x3b\xb2\xad\x1a\xf5\xde\xa1\x26\x33\x83\x01\xdb\x96\x04\x5d\x6f\x0a\xa7\x2f\xa4\x5f\x77\xe4\x9c\x4c\xeb\x60\xa1\x1b\xa6\xbe\xeb\x8a\x5c\x93\xcf\x04\xdc\x2a\xb2\xb7\x00\x7e\x15\xb3\x7a\x42\x13\x7a\x51\x4f\x80\x7b\xf8\xfa\x01\x2b\x2c\x9e\x00\x04\x26\x9f\xa1\x75\x0d\x2e\x61\x10\x42\xac\x68\x16\x0a\xd6\xad\xb6\xbc\x38\xdc\x41\xc3\x88\xde\x3f\x2a\x07\xd4\x92\x0f\xdc\x6a\x2c\x65\x1c\xfb\xdb\xf0\x53\x61\xab\xaa\xdd\x20\x3c\x70\x08\xa7\x56\x74\x42\x13\x67\x2c\x3d\xa1\x88\xf2\x16\x9e\xb0\x54\x79\x82\x27\x70\xc4\x67\xe8\x84\xa5\xc6\x64\x08\xd7\xcc\x6c\xa9\x66\x5d\x33\x8b\x04\xf9\x7a\xc3\xfc\xf8\x3a\x15\x27\x3c\x57\x5e\x54\xe1\xc4\x29\xf7\x8a\x69\x5b\xab\xee\x00\xc2\xa1\x91\xfa\x3c\xd9\x81\x7f\x80\x2e\xf6\x35\x83\x1b\x42\x82\x40\x7a\x91\x4c\xe8\xf9\x45\x32\xd1\xfc\xc3\xc2\xa2\x97\x14\xb2\x2e\x92\x35\x3c\xc3\x75\x7d\x29\xd5\x74\x68\x49\xda\xa5\x19\x24\xd7\xe2\x25\xd5\xc7\xec\x82\x29\xc2\x64\xe6\x5a\x82\xdd\x30\xc3\xbd\x60\x5c\xab\xee\x0f\x52\x4a\xf7\xf3\x07\x64\x4a\xfd\xdd\x3c\xd7\x1e\xe0\x86\x75\xd1\x38\x70\x73\x45\xe6\x87\x77\x81\x7a\x5e\x48\x73\xaf\x63\x11\x26\x8c\x77\x03\x65\x17\x04\x6e\x1c\x6c\x0b\x21\x37\x0f\x76\xf8\x03\x08\x62\x9e\xe2\x0d\x2c\xd3\x15\xe7\xbe\x17\xda\x77\xa3\xfd\x03\x61\xd9\x94\xe5\x49\xec\x50\xbb\xfc\x2c\x34\x7b\xc1\xf0\x01\x9a\x59\x36\x7d\x88\xf7\xc6\xc3\x07\xb2\x65\x77\x07\x8b\x56\xbf\x60\x82\xab\x72\xf2\x26\xad\x6b\x6f\xc9\x3e\xa8\xbc\xf8\xbe\x96\xf0\x5c\x54\x41\xab\x7d\xf3\x05\xad\xf9\x01\x87\xfe\xe8\xe7\x2a\x6c\xbc\xeb\x85\xd0\x0f\x09\x46\x8a\x4d\x6d\x60\xb2\x84\x49\xd8\x5c\x6b\xd2\x1a\x61\x54\x2d\x32\x02\x54\x18\x55\x6d\x44\xae\x30\xaa\xa6\x45\x1d\x7f\xc1\x6d\x60\x71\x4d\x21\x5a\x0c\x8b\x6b\xd5\x25\xbc\xc2\x40\x5a\x9b\x00\x0e\x03\x69\xcd\x3a\x15\x30\x90\xfa\xc2\x5d\x61\x20\xcd\x5b\xf1\xf7\xdc\xe1\xa6\xf6\x0d\x41\x57\x8b\x85\x01\xf4\xf5\x1c\xbe\x22\x45\xf0\x7f\xe8\xf4\x62\xc2\x03\x0b\x68\xb5\xe0\xfb\x50\xf6\x4e\x3a\x16\xb0\x80\x96\x62\xf0\x40\xf6\x96\x4a\xbf\xc2\x02\x9a\xa5\x42\xaf\xb0\x80\xd6\xae\x63\x0b\x0b\x67\x31\x0a\xc1\xc2\x59\xfb\xf0\x04\x16\x78\x4d\xba\x61\xb1\x4c\x96\xd8\x1e\x4a\xd2\xd2\x38\x57\x98\x2c\x6b\x9f\xfe\xa0\xf0\x05\xff\x40\x24\xd5\x8c\x29\x49\x67\x6f\x4a\xc1\x94\x37\x0f\xd1\xf9\x82\xe6\x04\x49\xba\xe8\x9c\xc1\x6a\xb9\x5e\x10\x50\x20\x4a\xfb\x86\x03\xb3\xe5\x7a\xc1\x5f\x9c\x78\xc1\xed\x0b\x93\xd6\x14\x60\x66\xac\x86\x12\x24\xe1\x9a\xb5\xc8\x25\xa7\x96\x6e\xa8\x42\x4e\xad\xa2\xae\xb0\xe4\xd5\x90\x14\x03\x4b\x5e\x35\x0b\x87\x25\xaf\x66\xef\x52\x03\x2d\x92\x5e\xb6\xd2\x94\x17\xd5\x2f\x00\x68\xd9\x33\x80\xa0\x3a\x25\x56\xc2\x96\xb7\x5e\xd0\x94\x1b\x36\xda\xa8\x07\x63\xde\xa8\x42\x55\xc8\xa9\xd9\x98\xd6\x76\x6c\xbc\xa0\xde\x0e\xf8\x56\xba\xcd\x8b\xb3\x40\xd4\x00\xb2\xe1\xfe\x40\x8f\x25\x34\xd0\x98\xd7\xbd\xe4\x25\xc7\xe6\x61\x90\x05\x34\xd1\x92\x52\x68\xac\x93\xaf\x42\x85\xb1\xae\xca\xb8\x5a\x61\xac\x5b\x0b\xd4\x00\x41\x4c\x16\x04\x82\xde\x9d\x06\xc9\x92\x84\xf3\x34\x65\x09\x5a\xa3\x3c\x22\x98\xbc\x21\xb6\x24\xe5\x69\xc2\x02\x25\x96\xb5\x1f\x30\xa6\xd5\xee\x93\xd7\x89\xb7\x3e\x7a\x1d\x37\x40\x43\x14\xd6\xb0\xe1\x93\xd1\x4f\xb4\xfd\xfe\xc5\x0e\x04\xe2\x0e\x10\x4a\xce\x82\x39\xac\x54\x53\x27\x98\xb7\x64\x9a\xa8\x3f\xe6\x2d\x89\xc6\x30\x6f\xa5\xcd\xe4\x1b\xf6\xad\x91\x0c\x53\x8a\xe6\x16\x13\x60\xe0\x4a\xd9\xa7\x1d\xd2\x77\xd7\x85\xef\xa1\xf4\x9d\xab\x5f\x38\x60\x51\xf4\x0b\x27\x5f\x10\x54\x96\xf8\x5d\x6a\xf6\x1c\x6f\xbe\xa0\x5d\x19\xc0\x0b\x83\x99\xf2\x77\x16\x63\x87\x8d\xab\xca\xc4\x51\x69\xc2\x1a\x3e\xdc\xf3\x67\x95\x02\xd3\x0c\x5c\x48\xfc\x41\x87\x4d\x4b\x70\x9f\xb0\xca\x79\xe3\x26\xe7\x2c\x51\x05\x46\xa9\x2a\x3f\xe2\x0a\xa3\x53\x19\xee\x10\x6a\xae\x30\xbd\xd9\x79\x18\xdb\x6f\xbc\x08\x2a\x0d\x4e\xc9\xbb\x06\x69\xba\x1a\x4d\x20\x4d\x27\xa3\xe5\x0e\xf5\x8e\x37\x11\xd2\xb4\xef\xc4\x30\x38\xd5\x61\x7a\xba\x93\xb8\x49\xd9\x41\xa3\xd2\x30\xb9\xdc\x89\x67\x21\x80\x2c\x71\xba\x0c\xe3\xcd\xbe\x68\xfc\x94\x68\x07\x23\x50\x49\x4d\xeb\x3d\xc0\x03\x8c\xc8\x4b\xda\x9d\xbe\x1f\xc0\xa8\x92\x8a\x24\x2b\x18\x55\x92\x6f\x84\x30\xaa\xd4\x61\x3c\x86\xb0\x2a\xbf\x8a\x0a\x1b\x47\x1d\xaf\x36\x44\x39\xc9\xa6\xb0\x71\xe4\xe6\x73\xb2\x64\xd3\x3a\xcc\x41\x96\x28\x59\x9a\x0f\x22\x44\xc9\x30\xe9\xbb\xc8\x1f\x4c\x8b\x2e\x82\xd0\x6d\x82\xf0\xf5\x05\x40\x28\x61\xf2\xb9\x00\x42\xa3\x3d\x84\x4f\x2b\xb0\x9e\x25\x7c\xd6\x21\xe1\xf5\x59\xc2\xe7\x08\xa9\x66\x9e\x1b\x97\x76\x43\x8c\xb2\x67\xf6\xa6\xdf\xb8\xc1\x24\x4d\xe0\x0e\xcc\x50\x5b\x70\xf3\xe4\x7a\x44\x08\x9f\xc3\x1c\x66\x09\x9f\xb9\xf9\x14\xdd\x5c\xa2\x60\x76\x5f\x0b\x0b\x0d\xe3\x1b\x96\x67\x83\x00\x6e\x97\xdd\x7b\xfc\xf0\x58\x1a\x6d\x97\x30\x9a\x8b\xf4\x5b\xcf\xf3\xb3\x04\xed\xea\xc3\x25\xf8\x03\xcc\xd0\x4c\xf8\xc1\x2e\x14\xe3\xe5\xb3\x7f\x7f\xcd\xe6\xef\x81\x05\xaf\x01\x1e\xbe\xff\xd3\x61\x43\xcc\x80\x6d\xdf\x0d\xc6\xa7\x91\x3f\x03\xb4\x6d\x83\x6d\xba\xfb\x39\x88\x57\xf9\x70\xf9\xb6\x6d\xc7\xf7\x57\x9f\xe1\x17\xb0\xcb\xd9\x1d\x60\x97\x9b\xdf\xbf\xd9\x41\xe8\x07\x6e\xf3\xfc\xb4\xe9\xab\x2d\xe3\x70\xdb\x12\xac\x6f\xaf\x17\xe8\xa0\xaa\x11\x12\xad\x69\x49\x53\x48\xeb\x8e\x51\x8a\xdb\xeb\xf0\xcb\x25\xa7\x6d\xd0\xed\xce\x70\x1b\xd2\xf1\x87\x60\xb7\x0d\xba\xdd\x4d\xdb\xd2\xb6\xc4\x35\xf9\x05\x1a\xd4\xd4\xce\x9c\x72\xd6\x22\x21\x72\x8a\x8b\x35\xb8\x88\xd7\xf1\x7a\x1e\x98\xe1\xa6\x76\x67\x07\x5a\x23\x94\xb7\xf2\x79\x68\x5b\x9e\x00\x92\x3b\x80\x97\xd4\xf0\x00\x07\xc8\xb5\x60\x92\x79\xd6\x04\x02\xe8\x6e\x65\xf1\x6c\x5b\x26\x5e\x68\x02\x4b\xb8\xab\xf2\x92\x6c\xf4\x4a\xdf\x4a\xf5\x0f\x74\xbb\xd2\x80\x85\x87\xb7\xfa\x07\x68\xb4\x8c\x07\x15\x98\x9b\xdd\xe6\xad\x48\x33\x84\x1f\xd8\x30\x08\xea\xfc\xfe\x1a\x6d\x6a\xc5\x95\x2b\x70\x9b\x03\x36\x0d\x58\xb1\x04\x4f\x19\x8e\x5e\x9b\x97\xdc\x08\x73\x81\x14\xb2\x98\x62\x15\xda\xd6\xb8\xc4\xf8\x8d\x4a\xad\x6d\x4b\x52\x2b\xe1\xe5\x05\x18\x50\x68\x36\x81\xe9\x1a\x3e\x4b\xb0\xe9\xba\x12\xb4\x6d\x09\x36\x63\x18\x65\xe0\x25\x34\x0d\xdf\xbe\xc8\xad\xae\x14\x6d\xa3\x9c\xf3\x7a\x9f\x1b\xa6\x43\x01\xaf\x9e\x6c\x04\x81\x4f\x73\xad\x7a\x1f\x62\x4b\x4f\x9a\x0f\x1c\x98\x5b\x11\x02\x0d\xf2\x2f\xf5\x07\x7e\xaf\x70\x8b\xb6\x81\xdf\x6f\xd5\x84\x62\x8e\xef\xaf\x21\x1b\x51\xdb\xe8\xb4\xe2\xfd\xdf\xc1\xbf\x7c\xce\x77\x5e\xfc\xb5\x40\xf2\xf7\xea\x0d\xdd\xb1\x3f\x3e\xc6\x7b\xf0\x05\x8d\xb8\xc3\xb1\xd8\x53\x86\x46\xec\x45\x17\x76\x9c\x89\xe2\x0e\x4f\x70\x4c\xcd\x70\xb1\xe8\xd1\x9b\x30\xec\x58\x33\xec\x9a\xf0\x51\xbe\xbf\xfa\x0b\x01\xe1\xb5\x31\xbd\xe0\x03\x3b\x66\x08\x1e\x9c\x9f\x31\xf8\xe8\x0b\x22\x5d\x2b\x3c\xc0\x1d\x8a\x3b\x80\x5f\x6b\xf2\x00\xf7\x7a\xdf\xdf\xc3\x8d\x62\x1a\x20\x8b\xa3\x8f\xe4\x33\x7a\xae\x13\x31\x7d\x46\xc1\xc1\xa7\x01\x46\x2f\x85\xea\x2d\x80\x9b\x42\x35\x91\xb8\x56\x87\xc5\x38\x75\x81\xff\x99\x2e\x5e\xf0\xb2\xe9\xee\xf0\xc6\x11\xd4\x02\x6e\x4c\xc8\xbc\x81\xfc\xd3\xe3\xdd\xf0\x7c\xde\x84\x73\x8b\x7d\x8e\xe9\xf1\x6f\x9c\x09\xe3\xf8\x4d\x6d\x93\x16\x04\x76\x39\x8c\xb3\x8b\xd9\x95\xe6\x0d\xa5\xe6\x45\x7e\x1f\x6d\x7b\x70\xe8\xba\x3a\x58\xdc\x6f\x6c\xaf\xe7\x3b\x3f\x10\x16\x43\xf5\xb2\x89\x9b\x25\x70\xbb\x2e\x90\x22\x3e\x2b\x6d\xb5\xfb\x05\xee\x49\x52\xbb\xf0\x85\xa6\x1f\xe0\xdb\x23\x56\x90\x7e\x7c\x37\x3e\x77\xfd\x96\x36\x02\x79\xaa\x0d\x2c\xae\x1e\x61\x01\x29\x85\xdb\x58\xc3\xf0\x94\xb8\x86\xcf\x1d\xb1\xa5\x0d\x94\xa0\x6a\x06\x09\x1c\x5b\x74\x2e\x25\xae\x41\xbc\x20\x2d\xfe\x58\xb2\x47\x20\x7f\xac\xe2\x6f\x29\x01\xd3\x93\x3f\x68\x68\x6b\x0a\x8b\x5f\xce\xd1\x34\x83\xc5\xee\xba\x6e\x17\x2d\x91\xdd\xd5\xa9\x0e\x16\xbb\xcb\x4d\x88\x90\x16\x77\x1a\x72\x69\x6c\xa9\xc0\x5f\x46\xc4\x26\x95\x8e\x01\x35\xc3\xc5\x7d\xc6\x14\x87\x4f\x8b\xfb\x8c\x99\xfc\xfe\x89\xb6\xfb\x7b\xde\x21\x05\x2d\x55\x9a\x8f\xf5\x7e\xa5\xb5\x41\x20\x43\xfc\xc7\xd6\x74\xd4\x12\x98\x53\x11\x75\x45\xac\x5d\x95\x67\x49\x4b\xf0\x78\x96\x6c\xdb\x52\xc5\xf5\xa2\x7b\xc0\xce\x0e\x3d\xe2\x80\x62\xd5\x1d\x4e\xf8\x90\xbb\xc3\x9d\x1f\xfc\xe6\x76\xd3\x52\x5d\x17\xc2\xf2\x5a\xdf\xc9\xaf\x3d\x1f\x38\xbd\x8a\x97\x25\x98\xe8\x9a\x01\xde\x16\xc0\x4d\xcd\x53\x03\x0a\x34\xa3\x2d\x4c\x74\x92\x4c\x5b\x22\xb3\x0c\x01\x08\x5e\xcc\x43\xec\x2e\x2d\xe6\x99\x14\x31\xd3\x12\x99\x67\xf3\x96\x36\x58\x8c\x44\xdc\x52\xc0\xad\xa1\x69\x06\x70\x13\x56\xd4\x47\x4b\x81\x28\x91\x4d\x03\xc6\x3a\x06\x39\xfb\x7d\x02\x4c\xd4\x14\x11\x8e\xd3\x48\x1e\xf0\x71\x9b\xfe\x7e\x41\x44\x3e\xea\x2d\x05\xaf\x3f\x9e\xcf\xc3\xfe\xb4\x02\x98\xf0\x4c\xbd\x53\x67\x60\x93\x20\x44\x13\x5e\xf3\x41\xee\xf0\xb2\xaa\xfe\xa0\xc2\xad\x54\x2b\x82\xea\xc2\xe4\x3b\x75\x98\x1f\x4c\x39\xe0\xf9\x61\x29\x35\x75\x44\x87\xf9\x9c\xf7\xc5\xce\xc2\xe7\xbc\x13\x02\xd5\x03\x1c\x50\xad\x78\x42\xe7\xa2\x86\x86\x50\x87\x96\xc0\x1d\x0c\xc6\x41\x08\x24\x03\x37\x3c\x71\xf0\x34\xf2\x3b\xd2\xa6\x25\x38\xf2\x0e\x4f\x08\x7a\x8c\x2e\xf2\x9c\x06\xbc\x42\xbc\xc5\x50\x53\x24\x63\x29\x8c\x84\xc5\x94\x6c\x66\x18\xb2\x05\x10\xd8\xf0\xba\x01\x36\xe3\x1d\xd9\xd3\xd2\x84\x03\x83\xe7\x37\x07\x6f\x0e\x9a\xe0\x84\x1f\x64\x68\x82\x93\x10\x6a\x5a\x21\xbc\x77\x4a\xf5\x0b\xf0\x95\x97\x1c\x9f\x18\xcb\xe6\x15\xd1\x81\xac\x85\xa6\x04\xc7\x57\x29\x29\x5a\xa2\x55\xaf\xe9\xaa\x90\x96\x14\x53\xa5\x19\x6e\x89\x42\x8c\x58\x6c\xda\x8f\x77\x74\x52\x4b\x3b\xdd\x42\xdc\x21\x14\xeb\x26\x24\x70\x35\x4d\x9e\xe1\x81\x3d\x32\x0c\x11\x5f\x97\x0d\x33\x04\x84\x59\x2c\x4f\x34\xca\x49\xb9\xde\xd2\x92\x5a\x72\x95\xd0\x94\x0e\x98\x19\x9b\x07\x58\x58\xd8\xcc\xe0\xe0\x3b\xda\x5e\x13\x00\xcf\xf6\x39\x3b\x18\x7e\xa5\xf7\x4f\xb8\x94\xf9\xf9\x59\x81\xe5\x7e\x0e\x7e\xd8\x24\x85\xa5\x13\xf1\x10\x26\xb5\x27\xf8\xa1\x99\x11\xad\x70\xcd\x20\x3b\x71\xe9\x0e\x8f\xc0\x5d\x36\x4c\x10\x37\x58\x4d\xfc\xce\x13\xaa\x6d\x77\x70\xc1\xbd\x55\x58\x40\x27\xc0\xf6\x5a\xc3\x83\x6b\xbb\x46\xa0\x20\xd5\xbc\xa8\x0b\xee\x47\xa6\x7e\x17\x14\x74\x66\x80\x17\xe9\xb1\x51\x1f\x2e\x70\x2f\x8e\x7a\x6f\xef\xa0\xb4\x96\x6e\x04\x19\x18\x0d\x6e\xc6\xd8\x0b\x6d\x60\xc4\x1a\x66\xd9\x37\x06\x08\x53\xa3\x25\x3a\x95\xcd\x67\xfd\xbe\xf9\x82\xbf\x58\x6b\x2a\x86\xda\x83\x19\xa4\xf8\x15\xbf\x79\x96\xe0\x98\xcc\x3e\xa8\x86\x88\x4d\xf3\x7d\x20\xcc\x9b\x9d\x51\x32\x0b\x93\xef\xa7\xbd\xa3\xee\x5a\x7a\x02\x0c\xd5\xd3\xe9\xfc\xc0\x2f\xe0\x4e\x6e\xc4\x5e\xa2\xdc\xeb\x68\x43\x92\x2b\xaf\xd7\xd7\x0e\x6c\x3e\xa8\xcf\x89\xf1\xb4\x23\x30\xa1\xc9\xb0\xd9\xd2\xf3\x03\x1f\xbf\x80\x30\x18\xed\x48\x86\x09\xcd\x17\xde\x0c\x49\xd0\x22\x4d\x66\x98\xe4\x47\xb3\xdf\x32\x5c\xe8\xa4\xb3\x6d\x19\x4e\xba\xd1\xfc\x7d\x87\x7a\x6d\xaa\x0d\x3b\xe6\xab\x0d\x45\x8d\x95\x10\x79\x83\xbe\x4e\x5b\x9e\xb7\x6b\xad\x68\xf3\x00\xd0\x5b\xeb\xf6\x82\xe8\xea\x32\xbd\x00\x68\x41\x14\xf2\xda\x72\x8a\xef\xaf\x68\xc9\xef\xe3\xa0\x8b\x94\x65\xf8\xa4\x86\x0e\x7a\x46\x58\xa2\x0c\xb3\x8d\xe1\xd9\x5d\x72\x6a\xa6\x83\x5b\xf1\x73\xa2\xa4\x64\x10\x06\x70\x17\xa1\x00\x42\xb4\x8b\xd5\x34\x19\x0e\x6c\xd6\xb2\xe4\xbc\x26\x30\x25\x01\x20\x48\x3b\x37\x5d\x67\x18\xa5\xbd\x85\x64\x0c\xc6\x69\xcb\x47\xa6\xe5\xcc\x19\x64\x8f\x00\x6b\x89\xf7\x00\x91\xdc\xd6\x08\x64\x98\xd9\xb6\xd0\x15\x2f\x17\x6e\xba\x46\x28\xd0\xfd\x8b\x10\x20\xba\xbb\x36\x6f\x5a\x81\x63\x7e\x77\x1b\x42\x8b\x61\x5c\x26\x2e\x40\xda\x83\xc2\x40\x73\xbf\x4f\x39\x4e\x2b\xa0\xb7\x59\x18\xa8\xd0\xa2\xc8\xc7\xa2\x65\xba\x6e\x2b\x34\xa1\xe5\x0a\xc1\x4e\xf7\x93\xbc\x24\x59\x7b\xb4\xb6\x5c\x69\xd2\x52\x87\x95\x97\x58\xbf\xbf\x24\x6d\x4b\x35\x79\xc9\xa1\x65\x56\x7f\x0f\xa9\xca\x33\x86\xd6\xa5\x37\xf7\x77\xc1\x01\x40\x2b\x6c\x8c\x1e\x53\x7f\x88\x9e\xf3\x6d\x26\x43\xae\x8c\xd7\x73\xb0\x83\xd7\x04\x1b\xa4\x22\x83\xb8\x41\x7d\xe8\x09\xd0\xb3\x4b\x42\x40\x6e\xd0\x53\x84\xcf\x01\x4d\x62\xe2\xf9\x88\x93\xaf\x5d\x97\x95\x1c\x18\xd1\x33\xa0\x89\x2b\x5e\x1f\x40\x0e\xcb\x6e\x0f\xbe\xe0\x1e\xb0\xab\xc3\x2f\xec\x60\x17\x42\xab\x25\x5a\xf6\x69\xac\x08\x6a\x79\x35\x65\x48\x8e\xdd\x9b\x0a\xc1\x71\x8b\xd0\x94\x3a\x37\x49\x03\x2c\xc9\xb1\xbf\x80\xda\x81\xd7\x22\x76\xb9\x13\x2b\xc4\x64\x73\xa7\xd7\xb6\xa0\x3e\x36\xbe\x20\x44\x86\xa8\xd7\xc3\x6d\x8a\x7a\xea\x60\x94\x75\xe9\x14\x3f\xca\x63\xa1\x49\x32\x75\x5b\xa2\x5f\xd9\x4c\x1c\x06\xa4\xf3\xaa\x19\x8f\x7d\x81\x60\x7a\x02\x07\x27\xf0\x2b\x76\x93\x07\xae\x73\xaf\xde\x2f\x5c\x81\x05\x30\x04\x68\x75\xc3\x6b\x2e\xf6\x24\x17\xfd\x96\x27\xd9\x93\x77\x80\xde\x63\xc6\x42\xc8\x81\xcd\xcb\xa1\x71\x2a\x4c\x2c\x11\x31\x95\x4d\x8c\x27\x3d\x2e\x34\xa3\x89\x2d\x35\xb1\x5d\x82\x63\x4e\x62\x37\x19\xde\x60\xd6\x64\xe4\x25\x37\xb6\x17\xbc\x60\xdc\x6a\xc3\xef\x0f\x88\x81\x6e\x43\xd6\xdf\xdc\xff\x0e\x41\xd5\xdf\xd3\x0d\x5d\xef\xc3\xe7\xbe\x99\xb2\x31\x02\xc9\x28\x0b\xb1\xb0\x7a\xbc\xe3\xc6\x7c\xdc\x86\xd1\x53\x77\x93\x7c\x32\xc0\xc5\x13\x3e\x21\x01\xf8\x50\x9c\x99\x2f\xf8\x07\x78\x26\x49\x00\x41\xf2\x96\x9a\xbd\x47\x14\xe3\xba\x69\x23\xc4\xb8\x6e\x86\x4a\x31\xae\x1b\xe6\x27\xdc\x8d\x4d\x7c\x2f\x06\xee\xab\x03\x08\x61\x9b\x92\xb8\xb4\x7c\x65\x98\x9a\xdd\xc6\xb1\x31\x87\xbb\x02\x1d\x68\x00\xa4\x13\xda\xba\x39\xd2\x35\xc0\x72\xdd\xc1\xc2\xea\x30\x71\xbb\x38\xc5\xec\x29\x1c\xeb\x05\xc9\xb2\x99\x72\x5f\x37\x1c\x97\xdc\x37\xaa\xf1\x0a\x1a\xb4\x34\x3d\xa5\x07\x4e\x7b\x7a\x7e\xe7\xf5\xbe\x04\xc9\x0c\xef\xa8\xad\xeb\x4e\x95\x6f\xfa\xb1\x6b\xca\x0f\x81\x22\x20\x41\x52\x9b\x1e\x60\xc9\x5d\x43\xd1\xbf\x2d\x3f\xd0\xd2\x7a\x9b\x9e\xf9\xce\x6e\xd0\xf2\x03\x4f\x7e\x73\x79\xc8\x49\xc3\x78\xf0\x20\x5a\x5a\x97\xde\x82\x50\x83\xa2\x6d\x2e\x54\x77\x09\x11\x0b\xc4\x20\x6b\x5a\xca\x46\x98\x4b\x6e\x2a\x90\x83\x14\xcc\xdf\x0a\xd3\x39\x84\x3b\xc0\xc9\xb3\xae\xa8\x6c\x0f\xb2\x03\xe8\x85\x44\x47\x4c\x3d\xa7\x67\xbf\xd0\xa4\x20\x1f\x83\x62\xad\x5a\xa1\x67\x7f\xf3\x73\x22\x66\xf3\x0b\x13\x29\xa8\x42\xed\xfd\x9d\xe0\xa1\x95\x84\x6b\xac\x68\x69\xc9\x38\xfb\xba\x7e\x14\x28\xbb\xac\x0a\x29\x99\x47\xc5\x33\x64\x3e\x85\xd7\x07\x70\x61\xa8\xee\x70\xa1\x59\x78\xc0\x25\xc6\x8c\xe9\x15\xc3\x36\xe3\x7b\x77\x59\x62\xcc\xd8\x24\xc5\x94\xc2\xc3\x2b\x76\x50\x0a\x90\x42\xc2\x76\x81\x58\x62\xa4\x29\xf0\xdc\x51\x80\x58\x2b\x70\x82\x37\xd3\x2e\x85\x03\xba\x0d\xac\x15\x56\x97\xba\x01\xa9\x34\xde\x12\x4a\x9c\xf1\xa2\x15\xaa\xd7\x6c\xec\x28\x90\x4a\xac\x38\x2e\x74\x8a\x97\x3f\x5a\x2b\x95\xe1\x19\x5a\x12\x9d\xe2\xe5\x21\xd5\x0a\x52\x0a\x94\xd7\x07\xd0\xaf\x19\x06\x15\x3e\x63\xa5\xfc\x86\xdf\x94\xfa\xe3\x2a\xab\x36\x1c\xe0\x5f\x83\x41\xb1\xae\x43\x52\x7e\x52\x04\x18\x00\xf4\x80\x97\xd0\x52\x5a\x46\x00\xae\x3a\x68\x88\x46\x91\xd4\x56\x96\x14\x34\x2c\x72\x94\xc6\xf4\x44\x9a\x00\xc2\xb0\x94\x13\xa0\x95\xd6\x11\x44\xe0\xf7\x77\x10\x5b\xb7\xc1\x5e\xad\x3a\x29\xd0\xb6\x25\x23\x39\xa5\x24\x33\xac\xb2\xa4\xa4\x94\x8c\x12\x0d\xa7\x4a\xc2\x77\x89\x75\xaa\xac\x2b\x2a\x08\xc8\x52\x84\x60\x2b\x50\xdf\x85\x71\x10\x8e\x45\x8a\x18\x6a\x25\xe0\xc6\xe9\x63\x4e\xa9\xcb\xe4\xbe\x04\x91\x5e\x4b\x58\x52\x57\x91\xf1\xbf\x15\x4a\x5d\x72\xec\x69\x25\xfe\x45\x9a\x94\x56\xa8\x00\x94\x87\x49\x2b\x71\x20\x6b\x85\x7b\x00\xd6\x1a\xa8\x81\x28\x5e\x93\xae\xbe\x96\x98\x8d\x32\x1d\x1e\xdc\x92\x89\x0a\x15\x7c\xdd\x68\x0c\xdf\xa4\xcd\xbb\x0e\x05\x5f\xf6\x2e\x75\x84\xb1\xfa\x5c\x77\x22\xad\xa8\x79\xa1\x86\xaf\x78\x84\x01\xbc\xf2\x8c\x26\x3f\xf0\x0f\x3b\xd6\xec\x11\xe1\xa3\xe1\x0f\x18\x8a\x6f\x52\x33\xc0\x2e\xe4\xa0\xd0\xca\xa0\x53\x88\xa6\x38\x90\x8c\xc1\xa4\x88\x61\x04\xc5\x6d\xde\xb9\xb4\x04\xba\x22\xc9\x69\xa3\x95\x01\xa6\x6c\x4c\x5c\xa2\x5a\x4d\xaf\x01\x21\x9a\xba\x43\xf8\x0d\xbd\x48\xcb\x84\x99\xd1\xa4\x67\x2e\x16\x3b\x0c\x63\xa8\xec\x5e\x47\x6d\xb2\x3f\x6d\x22\x05\x31\x1b\xaa\x0b\xfc\xf2\x8b\x8f\xc2\x92\xc4\x7a\xf7\x26\x50\x85\x27\x0f\x87\x56\x96\x28\x56\x6c\x1e\x29\x88\x5d\xef\xba\x72\x15\xda\x21\x6d\xcc\x2f\x50\xe1\xf5\xd7\x08\xc8\x6e\x62\x86\x02\x57\xa2\xcd\x1e\x0d\x85\x76\x48\xc3\x0c\xbe\x44\xd9\x88\x0a\xbb\xa3\xad\x11\x65\x07\xa2\x8a\x27\x97\x03\xb1\x1e\xa6\x8e\x07\x77\xd5\xf4\x15\x96\xc8\x61\xbc\x3a\x1a\x5f\xd0\x1a\x8f\x78\xa7\x0c\x6a\x05\x96\xc6\x6c\x72\x0a\x71\xcf\xea\xff\x42\x71\xcf\xf2\x6a\xa1\xab\xbd\xb7\x0d\xe2\x5e\x32\x41\x5b\xd2\x5e\xef\x26\x17\xe7\x78\xe7\x24\x6a\x05\xb9\xfa\x92\x97\x08\xe7\xa3\xed\xf5\xfc\x40\xc2\x00\xad\xe0\x3c\x97\xfc\x69\x98\x22\x20\xdb\x92\x57\x81\xac\xd7\x7c\x30\x2e\x24\x59\x91\x6c\xf8\x13\xb6\x3b\x4c\xf0\xe0\xf8\x9e\x24\x0b\x16\x78\x2b\xd9\xfc\x5d\xe0\xad\x94\xcc\x53\x97\xa8\x57\x6d\xee\x2e\x14\xf5\x6c\xa0\x29\x50\xf1\x4d\x53\x87\x8b\x31\xf1\xea\x10\x9e\xef\x6d\xfb\x1d\xc3\xb9\x89\x94\xba\x46\x97\x1b\x06\x30\x8b\x00\x77\x79\xe7\x74\x6a\x05\xfa\xc0\x17\x12\xdf\x0d\x77\x54\x8f\x0e\xef\x5d\xd3\x3a\x7a\x2e\x0d\x73\x98\x7b\x80\xbe\xfb\x85\x89\xb6\x3b\xd8\xe1\xbe\xa1\x0d\xb8\x99\x47\x4c\x00\x87\xa9\xb6\xbe\xbe\xbf\xbe\xbf\x7c\xc5\x2d\x50\x37\x36\x93\x01\x6a\x1b\xcd\x8f\x96\x98\x5a\xac\xc3\x2d\x4b\x4c\x5d\x14\x57\x6d\x24\xd5\xf1\xf7\x0f\x13\x4a\xf8\x7d\x1e\x4a\xf3\x1f\xfa\xd8\x57\x77\x40\x35\xb6\x9f\x2f\x00\xd8\x76\x5e\xa0\x4e\x6c\x06\xe8\x92\x7b\x8b\x2f\x58\xe5\xf9\xd9\x6f\x01\xe0\x39\x30\x43\xed\xd0\xc3\xe4\x7c\x9e\xd1\x85\xe7\x9f\x1d\xa9\x74\xb9\xb7\xe0\x8a\x7c\x94\xb5\x68\x4b\x2a\x83\x6e\x15\x09\xd8\x2a\x4c\xc7\x59\x5b\x50\xb7\x8a\x70\xcb\xa1\x36\x71\x3a\xfc\x42\x60\x48\xbf\xc0\x4d\x0e\x0f\x81\x90\x20\x5d\xd2\xea\x06\x21\x48\x06\x9b\x0a\xd3\x71\x9d\x7e\xff\x60\x07\x4d\x3f\xc0\x89\xe5\xf5\xc1\xb5\xe4\x8e\xe4\x0e\x19\x19\xe8\x25\x3c\x08\x86\xd4\xfb\x4b\x16\x2f\xca\xe0\xd9\x2a\x75\x92\xa2\xad\x35\x65\xac\x40\xfd\x25\x48\xc2\x42\x93\xca\x2c\x9b\x16\x74\x6a\x02\x4b\x35\x08\x12\x41\xe0\x01\x91\x19\x42\x52\x43\x4d\x34\xf0\x08\x44\x54\x4a\x8e\xee\x11\x60\x06\xdc\xdc\xbe\x61\xe7\xf4\x8c\x17\x3b\xc9\x3a\x68\x15\xa6\xec\xa8\x6e\x03\x71\xc5\x50\x2b\x85\xfb\x21\x4c\xae\x4b\xb8\x6f\xca\x56\xd3\x2a\xc2\x70\x7d\x45\xac\xb9\x7f\x7f\x29\xd5\x4a\xab\xc8\x85\xd6\x84\xb7\x15\x41\xb8\x21\x49\xb2\x52\xe9\x39\x74\xf0\x2a\x94\x9e\x63\x7a\x3c\xfa\x1d\xf9\x39\xb3\xc1\xf9\x39\xd2\x1d\x79\xcf\x33\xbc\xa0\xfc\x3d\x2f\x0b\x43\x88\x5e\xd7\x65\xa1\xda\x94\x5c\x0b\xf6\x6c\xb8\x4d\x6e\xe4\x4d\x2c\x0c\xc5\x73\x07\xb0\x8d\x8b\x97\x54\x28\x45\x4d\x49\x2b\x02\x07\xcc\xb1\x6b\xf9\x59\xa2\x47\xa0\x20\x27\x90\x41\x2b\x6a\x15\x60\xa5\x6b\x99\x2f\x50\x15\xae\x65\x66\xc0\xb5\x30\x9b\xa5\xee\x1b\x15\xf6\xff\xcd\x58\x50\xb9\x49\xfa\x00\xd7\x8b\x62\xbc\xa5\xf9\xde\x66\xbb\x5a\x19\x6f\x2a\x3c\x84\xf9\x7e\xf3\x15\xa8\xe2\x0a\x61\x05\x5a\xad\x24\x1f\xea\x11\x31\xb3\xa6\xc7\x95\x37\x86\x21\x79\xb8\x22\x4d\x98\x15\xaf\xb5\x01\xd3\xc5\x31\x6b\x43\x12\x39\xcf\x08\x91\x05\xa5\x6e\xbf\xe1\x37\x15\x39\xc4\x8a\x67\xdb\x08\xf2\xe9\xde\x99\x44\xcd\x2f\x30\x44\x58\x7b\x0a\x71\xff\x85\x24\x41\x24\x30\xc4\x96\xbc\xdf\x8a\xd1\x8c\xf2\xfe\xf4\x41\x0b\xac\xe7\xf5\x41\xe7\x0b\x82\x58\x30\xed\x93\xda\x1d\x27\xcd\x53\x5c\xe2\xf8\xa2\x30\x6a\x17\x44\x83\xf8\x7d\xd0\x8e\xf9\x7a\x01\xc1\x1a\x12\xf4\x6a\xe7\x0c\xdc\x06\x44\xbd\x03\x9d\xf6\x07\xad\xb1\xc3\x3d\xcb\x27\xab\x03\x0d\x8d\x03\x9d\xc4\x51\x30\x83\x39\xdd\xee\x5c\x75\x24\x4e\x48\x1d\x0e\x9c\x24\x53\x3b\x4a\xeb\x66\x52\x75\x10\x88\xee\x91\x40\x7c\x0d\x01\xa7\x40\xc9\xff\x15\xd2\x78\x95\x18\x50\x61\x71\x9f\x3e\x08\x74\xe2\xb3\x81\xbb\x0e\xa4\x8a\xf0\x2e\x20\x2e\xc0\x26\xf5\x8a\xb8\x00\x7b\x2f\xd5\xc9\x35\xbc\x7e\x40\x30\x9c\xf1\x7a\x72\x0d\x1e\x72\x72\x0d\xda\x16\xe6\xbe\x32\x10\x90\x38\xa6\xf8\x20\xac\x0b\x40\xb6\xcd\xa6\x52\x15\x3b\x8d\x8a\xeb\x06\xd0\xaa\x11\x69\xc9\xeb\x8b\xb3\xa8\xbd\x06\xb4\xea\xb2\xee\x04\x9a\xae\x20\x75\xc9\xeb\xcd\xb2\x54\x5d\xf2\x7a\xb3\xac\x51\x97\xb8\x5e\xa3\xba\x7d\x20\xc3\xb2\x3b\xc4\x15\xc7\x2c\x60\xe7\x84\xdc\xbe\x39\xa0\x40\x80\x74\x51\xc5\x40\x85\x0d\x7f\x7b\xb1\x41\x18\xf1\xad\xbc\xa8\x30\xe2\x6f\xd3\x24\x91\x56\x7c\xd3\xdc\x03\x6b\x94\x92\xac\x1e\xf4\x26\xd2\x92\x96\x7c\xdf\x94\xd5\xa0\xd5\xe3\xfc\xfe\x9a\x9b\xf1\x04\x46\x7a\x8b\xdf\xf5\xe0\x94\xbd\x26\x64\x78\xb2\x02\xa2\xae\x0b\x81\xef\xda\x15\xd7\x01\x6b\x98\xea\x89\xb3\x28\xab\x51\x3d\x89\x05\xd5\x3f\x20\x01\x98\xf9\x30\xad\xfe\xb3\x7a\x00\xa4\x40\x33\xa3\x3f\x91\x71\xc4\x68\x04\x75\xf1\x8b\x27\x20\xf4\xf6\x25\x39\xac\x0b\x43\xb3\x2b\x63\x45\x64\xed\x34\x1a\x9d\xf7\x5a\x80\xbb\xc3\xfa\x8c\xc6\xd0\x25\xbf\xb8\x24\x82\x1b\x36\x0f\x77\x71\x81\xea\x7e\xdd\x2f\x96\xf8\xa2\x76\x70\x3d\xda\x01\xe8\x92\xed\x7e\x54\x71\xbf\xd8\x5e\x10\x60\xb4\xc3\x34\x67\xbf\xb8\x02\xbf\x00\xb4\xf2\x51\xbd\x6e\xb4\xb5\x04\x44\x3b\x64\x7f\xcf\x50\xdb\xa9\x2b\x4f\x5d\x97\x8a\xd1\x4d\xbf\x6e\x78\xf8\x5a\x58\xc3\x1d\xe1\x85\x85\x37\xce\x81\xa5\xc5\x1b\x01\x7e\x5e\xd2\x4f\x70\x83\xdf\x87\x4b\x79\xfb\x4d\x8e\xb5\x56\x11\xf9\xf0\x3a\xa5\xeb\x82\x50\xec\xce\x5c\x11\x54\x6b\xe7\xa6\xfa\xe0\x54\x1b\xc3\x20\x8f\xdb\xa6\x56\x1f\x82\xcf\xa2\x2a\xe4\xf1\x17\x06\x3f\x04\x9f\xc0\x49\x03\xff\x34\x86\x3d\xb8\xb0\x49\xd2\x6b\x14\xd8\xed\x52\xd0\x20\xb0\xa7\xd7\x0b\x15\x87\x68\xa8\x4d\x1c\x96\x14\xd1\x36\x06\x57\x27\xb5\x11\x3f\x2e\xa4\x6b\x1b\x71\xa0\xfb\x85\xb9\x90\xb2\xa9\x09\xa4\x14\xa1\x6a\x94\x9e\x3d\x81\x25\x3d\x37\xc7\x31\xb4\x44\x4a\xe7\xe7\x38\xf5\x12\xbc\x5a\x06\x52\x8b\x72\x36\xc6\xb5\x2a\x0f\x58\x6b\xb0\xb8\xdb\xe9\xa2\x21\x31\xaf\x7d\x81\x1a\x12\xef\x2a\x4b\x43\x6b\x99\x40\x17\x57\x6f\xb0\xb0\xcf\xee\x17\xc8\x5f\xa6\x7b\x80\xb4\x59\x3d\x02\x42\x6f\x0d\xe3\x82\x29\x4a\x99\xdf\x0a\xe3\x20\x04\xa1\x42\x4a\xa8\x7b\x7b\x2b\xc0\x0b\x5d\xf4\x1b\x72\xe9\xd6\xea\x0e\x71\x8a\xaa\xdf\xbf\x18\x35\xa5\x29\x43\x36\x54\x86\x98\xd6\x0a\x80\xee\x4d\x42\x26\xf0\x64\xd3\x5c\xab\x80\xba\x97\x00\xe5\x75\xda\xc4\x2f\x1a\x32\xba\x98\x4b\x37\xf8\x86\xaa\xd4\x40\x6b\xf0\x0d\x4d\xca\x3a\xd6\x1a\xd2\xe1\xda\x99\xb4\x2d\xe1\x71\xc9\xa4\x6a\xef\x0b\x2d\xdc\x7c\xbe\xbf\x86\x3d\x77\x5a\x03\xcc\x8c\x36\x0d\xd9\xf4\x24\x18\x35\x44\xa9\x26\xe5\x1f\x6e\xad\x81\x58\x55\xbf\x00\x06\x28\x52\xd4\x1a\x60\xd6\x3c\x00\x61\x66\x18\x35\xe6\xbe\xd0\x07\x48\x35\x1f\x52\x50\xb5\x80\x4f\xd7\xe6\xe7\x0d\x9e\x1d\x82\xc0\x92\xf5\x72\xf5\xc1\x08\xe2\x99\xbf\x87\x35\xd3\x13\x8c\x83\x13\x10\xa2\x22\x58\xa2\x8b\x1a\xb4\xc0\xe1\x36\x88\x91\xc8\xcc\x06\xe2\x46\x45\xaa\xb1\xa4\xe3\x64\xe8\xec\xb7\x8e\x4b\x92\x54\xbf\xad\x73\xc5\x52\x77\xb4\x0e\x62\x2b\xd9\xae\x75\x06\xdf\xf9\x0b\x0a\x77\x52\xd8\xb4\x01\x2c\xf1\x12\x07\x52\x26\xeb\x46\xd1\x06\xf1\x56\x4b\x1e\x88\x18\xf7\xd9\x1c\xeb\xe2\xfa\x7e\x3e\xd0\x9f\x56\x3c\x10\x82\x24\x31\xa9\x41\x11\x3b\x7c\xd0\x06\x56\xf8\x9a\x0f\x69\x89\x16\x34\x89\xd6\xc6\x9a\xc9\x09\xbb\x0d\x62\x62\x62\x06\x67\xca\x92\xdd\x01\x90\xd4\xb4\x6b\xe2\x46\xf0\x6a\x5f\x90\xae\x05\xa0\x49\x83\x82\x8f\xf6\xc4\x8c\xc4\x7e\x1a\xa2\x35\xec\xa1\xd6\xf6\x1d\xf1\x22\xea\x60\x27\x12\x78\x0f\x96\xdc\x35\x96\x4c\xf2\x0b\x7e\xd3\x76\xee\xa8\xa4\xf5\xb6\x23\x87\xa5\xb8\x63\x3b\xb0\x7e\x09\x65\x28\x4c\x30\x6c\x87\x44\x65\x82\x6a\x09\xa8\x1d\x3c\x55\x26\x5d\x07\x4e\x95\x31\x02\xe1\x1e\xe9\xc5\x1f\xe0\x39\x39\x8d\x02\x07\x55\x8c\xe1\x2f\x00\x52\xaf\xf8\x00\x8f\xf3\xb5\xb4\x21\x21\x8a\x23\xdf\x1a\xf2\x74\x26\x3b\x4f\xb6\x13\x9b\x26\x29\xa3\x21\xc6\xd3\x86\x3c\xd4\x53\x18\xd5\x07\xf3\x84\x77\x8f\xa9\xe9\xc9\x29\x89\xed\xb6\x93\xbb\xac\x39\x2f\xb1\x69\x38\x62\xa3\x5d\x80\x9a\x09\x3e\xe5\x22\xa3\xe5\x05\xaf\x37\xd3\xa2\x8b\x58\xa5\x25\x5e\xa4\x85\x9e\x31\x6c\xf0\xd5\xdb\x74\xed\x20\x76\xfe\x80\x58\x30\x3c\x02\x34\xc3\xd9\x23\x80\x14\xe8\xda\xd7\x2e\xe2\x9d\xee\xb6\xed\x22\xde\xa9\x7d\xf3\x24\x98\x9a\x21\x2c\x74\x98\x0b\xde\x24\xf0\x66\x93\x37\xc2\x4c\x0c\xd5\x1b\x8b\xd2\x85\xa0\xdd\xc0\x04\x6f\xf4\x8d\x35\x49\x1d\xd1\xa0\x7c\x4d\xca\xb6\xd1\x1a\x94\xaf\xf5\x35\xc0\x92\x03\x36\xaf\xe1\x06\xdf\xed\x1e\x10\x4b\x90\xb8\xde\x1e\xe2\xa2\x4f\x3f\xbc\x29\xab\x07\x78\x62\x75\xe8\x6d\x7c\x40\x70\xbb\x3b\x40\xb2\x39\xd3\xd7\x07\xe4\x6e\xba\x0d\x72\x67\x75\x78\x2c\xe1\x68\x89\x48\x6a\x03\x0f\x84\x48\x28\xaf\x31\x9a\x58\x48\x40\xf4\x49\xb6\x03\xc5\x86\x25\x4f\xbf\x30\xe1\x20\x53\xd4\x06\x0f\xd2\x8a\x62\xbb\x00\x12\xbf\x8f\x62\x1f\xd9\xcf\x11\xc0\x2e\x41\x21\x10\xa2\x62\x0f\xdc\x48\x40\xb4\xd7\x00\x09\x20\x11\xe2\x45\x62\x86\x61\x4d\x10\x49\x46\xb6\xec\x0e\x0f\x68\x12\xb5\xe2\x84\x2b\x94\x30\x39\xe0\xcd\x98\x94\x99\xa0\x45\x22\x0c\x3d\x20\x36\x4d\xe2\x77\x40\x11\x68\x57\x8e\xc8\xc4\xa2\xae\x76\x07\x88\x35\x01\x68\x02\x5f\xae\xde\x91\x11\xf8\x93\xdc\x3e\xf1\x81\x26\xb0\x84\xaf\xd6\x36\x3f\xbf\xb1\x62\xad\x00\x6e\x01\x21\x16\x11\x4b\xf6\x9a\xa6\x90\x41\x45\x9f\x27\x04\xd9\x4b\x89\x11\x5a\x40\xd1\x97\x92\xf7\xa0\x40\xd0\x11\xda\x06\x2a\x15\x29\x79\x68\x8b\x02\x79\x78\xf3\x00\x44\x0a\xdd\x30\xa2\x0c\xcc\xc0\x1d\x4e\xac\xc0\x1f\xec\xfc\xc0\x53\x40\x1e\x49\x11\xf1\x80\x62\xcf\xf7\x64\x96\x71\x49\xc9\x68\xb1\x84\xb7\xe9\x60\x2a\x24\x16\x6d\xf6\x66\x8f\x4a\x98\x69\x00\xc4\x88\xaa\xe6\x4e\x8b\x25\x4b\xb5\x75\xf4\x7f\xc1\x73\xa2\x71\x07\xb5\x9c\x36\xd0\x16\x3c\x1a\x97\x27\x14\x6a\x9c\x8c\x56\xd3\x80\xf3\xa2\xee\x11\xd8\x20\x91\x01\x24\x41\x4d\xc9\x6e\xd7\x11\x19\x1d\x6a\xb6\xc1\x1d\xf2\x31\x0c\x4e\xdf\x6d\xee\x90\x3f\x20\x9d\xd0\x8c\x83\x3b\x64\x1c\x41\xd4\xcd\xe6\x63\xcb\xbc\x76\xc6\xb9\x25\xb9\x55\xeb\xd0\x62\x49\x6e\xcd\x71\x53\x11\xa4\xd6\xfe\xfe\x01\x4e\x0a\xde\x9d\x1b\x26\x36\x1c\xd0\xf2\x39\xfe\x21\x7a\xc6\x0c\xd5\x61\xff\x59\xa2\x80\x08\xdf\x48\x1b\xae\x82\x51\x35\x2a\xde\xd3\xa2\xb3\xa2\x95\xa6\xd0\xb9\x46\x89\x6a\x81\xfc\xfa\x56\x5d\x46\x9f\xc0\x19\x81\xbd\x13\x0b\x25\xb9\xc4\xe0\xbe\x68\x84\xd1\x30\x67\x75\x30\x02\x6d\x4d\x09\xce\x92\x61\xa4\x1c\x24\x25\x02\xc2\x20\x29\x11\xb9\x0e\xa4\xeb\xb0\xe6\x32\x90\x90\xde\x46\x87\x98\x05\x15\x5d\xf4\x7c\x56\x76\x20\x28\xa2\xf8\x93\x19\x4e\xc0\xaa\x5e\x7c\x6e\xf6\x82\xdb\xb7\x3a\xdc\x81\x07\xe2\x91\xc1\x6c\x18\xc9\xc4\x0c\xf9\xd7\xad\x6c\x88\x25\x4d\x4d\xab\xbb\x63\x7f\x30\x23\x2d\x71\x49\x4f\x73\x93\x59\x24\x60\xa1\x0e\xf7\x77\x30\xf6\xc9\xc4\xea\x20\x79\xd6\x00\x48\x71\xee\xf0\xae\x38\x10\xbb\xe4\x0e\xa0\x90\xb2\x06\x2b\xce\x84\xb6\xf0\x04\xb1\xb2\xa1\x1b\x40\x20\x56\xd6\x7a\xcb\x38\x49\x7a\xfc\x3e\x36\xdd\xa4\x08\x06\x6a\x3b\x5a\x07\x62\x48\x92\xf3\x1c\x04\x52\x86\x5b\x21\x15\x88\xa5\x7d\x75\x00\xc9\xc7\x71\x32\x71\xf5\x77\x15\x9e\x16\x17\x7d\xac\xfc\xfe\x01\x21\xc3\xcf\x4f\x06\xfa\xf8\x05\x90\x2a\xe3\xf1\x85\x14\x5c\x86\x10\xf4\x41\xf6\x7e\x8c\x1b\xee\x2c\xd2\x15\xc7\x8d\x93\xe5\xfe\x6e\xdc\x50\xbc\x03\x70\x2d\x7c\x45\x88\x07\x6c\xcc\x56\x67\xc4\x8d\xb3\x6d\x62\x7c\x73\x86\xba\xc7\x06\xc2\x75\x8b\x24\xe2\x40\x48\x49\x35\xd6\x3d\x8c\x92\xd1\x0a\x1e\xc4\x14\x7a\x0f\x20\xc5\x34\x4f\xe0\x01\xbd\xd4\x15\x24\xa0\x03\x72\x80\x7e\x30\x86\xc3\xd4\x6b\x49\x31\xe5\x85\x64\x0f\x91\xf2\xf3\x7e\x67\x56\xe3\xe6\x36\xb6\x48\xb7\xca\xbe\x11\x29\xa5\x3c\xe8\x08\xcd\x75\xf0\x54\x5f\x52\xcd\xb4\xad\xac\xb3\x72\xd5\xe6\x36\x26\x2c\xb7\x8b\xbe\xed\x68\xfb\x39\x7c\xd7\xc5\x61\xfb\x46\x08\x56\xff\x70\x21\xa0\x3a\xfd\x86\xdd\xf4\x84\x1b\x8b\xa8\x46\x4f\x05\x6d\xcd\x3e\x41\x26\x7b\x3d\xc7\xa1\xce\xcd\x3f\x0c\xbc\xe0\x0f\xc0\x8f\xb4\x9f\xfd\x5f\x16\x8a\x6a\xc8\xb9\x5d\x6c\xca\xec\xc8\x39\x51\xc4\xff\x91\x82\xbb\xd9\xd7\xb3\x43\x7d\x64\xcf\xfa\xce\xf8\x8c\x2c\x32\xd3\x21\xc1\x6c\x86\x17\xd4\x47\x36\x8a\x75\x86\x5f\xe8\x4c\x75\x28\x7f\x36\x29\xc0\x7a\xe1\x80\x7e\xce\x4a\x59\xea\x0f\x85\x92\x7c\x69\xef\xc8\xcd\xab\x02\x6b\xad\x43\x7c\x48\x59\x94\xb8\xb3\x10\x92\x07\x40\x34\x45\xb2\x5f\x4a\xaf\xf0\xdb\x96\x6e\xa6\x23\x49\x85\x55\x7c\x1d\x66\xbf\xc8\x6e\x73\xc9\x3a\xe6\x1d\x02\xc8\xf6\x7a\x01\x92\xf8\xeb\x39\xd2\x07\x1b\x44\xc8\xb5\x6b\x8d\x5b\x67\x0e\x33\xe1\x78\x47\x3c\x85\xad\x21\x1d\x9e\x81\xd6\x1a\xf7\x86\x58\x04\x83\x18\x86\xbd\x36\xfd\x3e\xb7\x40\x0b\x84\x0c\xf2\x7a\xcc\x24\x45\x1e\x1e\xe1\x88\x92\x40\x3a\xdc\x02\x1d\x30\xd3\x91\x17\x77\xf3\x89\x81\xdb\x9f\xd5\x73\x3d\x78\xc4\x24\xe7\x77\x24\xce\x75\x16\x8f\x4e\x09\x24\xbf\x7e\x18\x80\xb8\x7b\xc0\x9e\xbf\x46\x40\xf9\x1f\x23\x19\x24\x90\xad\xba\xcd\x33\xe6\x43\x07\xdd\xd1\x26\x11\xaf\xc7\xcd\x17\xfc\x03\x2c\xe2\x06\x69\x07\xd6\x35\xb7\xe1\x4c\x25\x5e\xd8\xe9\xc5\xe7\x63\xd0\x39\x03\xad\xa0\x03\xc4\xd2\xbc\x74\x38\xe9\x15\xe3\xd0\x80\x6f\x4f\xf3\x73\xb8\x4a\x7a\x45\x10\x2f\x36\x31\xeb\x3e\x38\xbe\xf6\x04\xb9\x78\x55\x5b\xa5\xf5\x81\xf1\xbc\x47\x08\xab\xb5\x54\xdd\x27\xd7\xa3\xf5\x22\x33\x97\x23\x42\xfb\x0e\x17\x72\x93\xc9\x3d\x01\x65\xb5\x9e\x1d\x25\x1c\x37\x3f\x67\x6c\xbc\xfa\x87\x01\xce\x7e\xfa\x1d\x06\xb8\x64\x37\xc7\x8e\x62\x2f\x16\x1a\x3b\x0c\x70\x9b\x8f\x3d\xfc\xe5\x92\x15\xa4\x7d\xc7\x9e\x8b\x75\xf5\x9d\xee\xae\xaf\x21\x11\xe1\xd9\x3d\xa5\x93\x2f\xf8\x0b\x6c\xba\xcc\x07\x1d\xb9\x6c\x6d\x6c\xe9\x07\xce\xb5\x49\xe3\xc1\xe8\x05\x93\x8e\x83\x8b\x12\x16\x1d\x40\x4b\x93\x26\x38\xc4\x29\x17\x61\xeb\xe7\x12\x80\xbc\x67\x27\x6f\x93\x6e\xa3\x24\x9b\x84\xd4\x0e\x7b\x94\x93\x1e\x75\xe8\x55\x7c\x37\xeb\xcc\xf3\x6a\xbf\xfa\x0e\x87\xb7\xd7\x7c\x60\x90\x72\xbc\x63\xbf\x38\x3f\x2d\xf8\x02\x08\x5f\xdf\x83\x36\xff\x2e\x97\x4d\x87\xe8\x61\x81\xb7\x53\xc7\xe2\xdb\x76\xbf\x58\x33\x4c\xa3\x51\xc7\x62\x14\xbc\x21\x9d\x49\xd6\xe8\xd0\xa0\x58\x13\xd6\x6f\x0e\xa0\xe5\xde\x1c\xc0\x1b\x0a\x0d\x88\x05\xd4\xfe\xb0\x03\x81\xfb\x81\x62\xcb\xa7\xfe\xe1\xf2\x35\x41\xd4\x1a\x99\x26\xf4\x28\x35\xa2\xf2\x1a\xad\x3f\x9c\xc0\xe7\xfb\x01\x7d\x87\x2f\x46\x03\xd1\x9e\xc9\xb6\xfa\xb1\x65\xd8\x66\x42\xed\x86\xcc\x22\x53\x6d\xd8\x33\x75\x08\xc6\x12\x1d\x9a\xfd\x0f\xc7\x86\x0c\x16\xa2\x4a\x63\x03\xd1\xd0\xdd\x6f\x50\x34\x50\x91\xc3\x36\x18\xee\xa9\xcb\xe0\x80\x2b\x95\xb5\x03\x03\x0a\x0f\x33\xf3\x41\x7d\x87\x4e\xfd\x48\x40\x00\x41\x60\x24\x5c\x36\xbd\x00\xa8\x2f\xb6\xd7\xf7\x4c\x39\xaa\xab\xf1\xc8\x04\x89\x56\x48\x6b\x52\xf1\xf3\x8a\x90\x5f\x81\x30\x33\x5e\x55\x0b\x80\xfa\xc1\x9e\x55\xa3\x20\xcf\xae\x27\x58\x12\x8a\x5a\x69\x02\x05\x09\x91\x0c\x00\x16\xd6\xf5\x78\x15\x28\x20\xd6\x3c\x16\xeb\x1d\xaa\xca\xd8\x06\x22\x15\x1d\x61\x3c\x90\xe5\xbe\x85\xdb\xd7\xf7\x57\xb4\xd7\xfb\xc0\x39\x9b\x61\x46\xc5\x5d\x55\xd7\xf7\x01\x2f\xff\x64\xab\xc3\x58\xbc\xb7\xbc\x66\x84\x02\xbd\xb6\x1c\x0d\x24\xd1\x48\x36\x1d\x0d\x04\x3b\xda\xa5\x65\x2c\x66\x3d\x9a\xb1\xac\x21\xc6\xd9\x20\x01\xf7\xcd\x22\x2a\x23\x70\xa9\xd1\xe5\x78\xf0\xbe\xff\x82\x79\xc0\x44\xe9\x3d\x0b\x50\x05\xa9\x80\x06\x5c\xe2\xed\x4d\x36\x02\xac\x42\xac\x6b\x30\xb0\xd0\x2b\x58\x57\xe1\x61\xd7\x88\x01\xb3\x88\xbd\x62\x07\xcd\x22\xd6\x17\x8f\x01\x24\x91\x38\x33\x60\x16\xb1\xd6\x6d\x80\xf7\x25\x6b\xc5\x06\x98\x5f\x7e\x75\x50\xf9\x82\x86\x84\x87\xfa\x7b\x04\xe0\xb1\x2e\x7e\x03\x91\x85\xf6\x87\x1b\x8b\xdb\x95\x22\x21\x74\xa0\x16\x9b\x35\x40\x03\x39\x21\x54\x91\xb9\x8d\x09\x42\x38\xfc\x1c\x12\x9b\x03\xbb\xc7\x3c\x17\x69\xf1\x12\x60\xe8\x48\x56\xf4\x8d\x79\x23\x30\x5a\x40\x85\x07\xfa\x0b\xf1\x16\x3b\xcb\x0e\x45\x19\xa8\x5d\xe6\x24\x14\x03\x96\x89\x69\x3c\x43\x9e\x29\xbb\x2e\x8c\xe3\xc0\x26\xb8\x4d\x11\x52\x88\x7f\xb0\x78\x8a\x07\x44\xde\x28\xfb\xbe\x8e\xf3\xc7\xf1\x48\x6d\x60\x85\x07\x80\xef\x45\xf2\xdd\x74\xc0\x4c\xd0\xc4\x2d\x07\xb4\xfe\x76\xf7\x18\x17\x2b\xc2\x8a\x41\x0f\xd4\xb3\x0a\x6f\xfb\x55\xf9\x82\xa0\x0a\xbd\xff\xfc\x55\x0d\x9c\x36\x2e\x64\x3c\x92\x42\x66\x20\xec\x4e\x39\x61\xdb\x58\xbc\x6b\x3a\xf9\xce\x40\x10\x9d\x63\xfb\xc7\xe2\x46\x23\x7b\xfa\x37\x74\x05\x12\xe8\x06\xbc\xad\x93\x13\xa5\x0c\x44\xd9\x4d\x0f\xc8\xab\x70\xf3\x49\x47\x94\x5d\x36\xde\xdf\xc8\x65\x66\x80\xdd\xf4\x4e\x90\xcc\x37\xee\xe3\x5d\x53\xb7\x8d\x75\x57\x2e\xd9\xc4\xed\xfe\x29\x78\xe3\x1e\x17\x12\xf9\xe2\x30\x16\xc3\x1b\xc3\xd4\x0d\x0e\xd3\xe5\xd5\xa6\x47\x90\xdb\x88\x6a\x33\x75\x43\x1c\xdf\x8b\x1a\x2e\x86\x37\xec\xed\x30\x1e\xdc\x34\x45\x6a\xe6\xe2\x67\x2e\xfa\xdb\xe6\x46\x10\xbc\x7e\x40\x91\x5f\x69\x78\x26\x9d\x8d\x85\x64\x13\x69\x1b\xed\x79\x3b\xa1\xb0\x4f\x4a\x93\xde\xe6\x86\x48\x41\x69\x78\x26\xea\x26\x3b\x92\x7c\x2e\x06\x56\xde\xed\x40\xa5\x16\x75\x98\x18\x99\xd8\xd4\xde\x21\xb6\x6a\x02\xc8\x3f\x90\x4c\x4d\x27\x92\x30\x5a\x11\x38\xc1\xd1\x9c\x9f\x6d\xe6\xb5\xeb\xaf\x15\x65\x2e\x59\xd4\x72\x42\x43\x1f\x9e\x51\x6e\x68\x6b\xc4\xcc\x73\x33\xdc\x43\x7f\x17\x42\x6e\x93\x2a\x7c\xe7\x09\x99\xa8\x6c\x1c\xd5\x3d\x20\x45\xf6\xeb\x39\xd3\x3d\x7b\x44\x86\x6d\x89\xda\x4d\x66\x30\x78\xad\x01\xfa\x6a\x29\x7d\x26\x32\x18\x38\x52\x7c\x16\x0a\x62\x22\x6f\xb3\x30\x14\x4f\x6b\x84\xb3\xae\x4d\xfb\xb3\x74\x64\xcb\xd7\x92\xca\x80\xa0\xac\x19\x17\xda\x6d\x04\xe4\xc2\x5d\xf0\xf7\xdc\x05\x6f\x33\x1c\x32\x7c\xe1\x9b\x74\xc8\x68\xaf\x19\xe0\xf4\x7a\x9b\xe0\x6f\xe1\x0b\xe0\xe4\x95\xdb\x98\x5a\xb9\x4d\xa2\xbf\x93\xb9\xb8\x0c\x75\x84\x02\x5a\xd2\x99\xa8\x8f\xf3\x42\x1c\xf8\xea\x86\xf1\xa4\xf2\xf0\xbe\x46\xc4\x2e\x78\x9f\x71\x27\x37\xdf\x9f\xcc\x2b\x2e\x59\x6f\x52\x30\x70\x34\xca\x6c\xcc\xae\xaf\x5d\x62\xde\x70\x09\xe3\x13\x0e\x19\xbe\x71\x4e\x84\xf7\x59\x7d\x3b\x1b\x72\x3b\xea\xc6\x35\x61\x48\x50\x85\xd3\x36\x1b\xa2\x69\x94\x41\xbf\xcd\x75\xcb\x6f\x76\xe3\x9c\xa8\xd9\x5b\x45\x8f\x27\x2d\x07\xce\x6e\x32\x03\x5c\x52\x77\xda\x09\xc3\x80\xc4\xdf\x89\x12\xbb\xbe\x2e\xcd\x40\xf8\xbe\xc7\xa3\x83\x86\xe3\x4b\xe6\x12\x24\xc6\x6b\x0f\xe2\xe2\x0b\x9e\x01\x98\x9c\x58\xc8\x44\xec\x9c\xbd\x3a\x27\x8a\xe4\xda\x6d\x74\x52\x8d\x1f\xd9\x1f\x04\x76\x51\x53\xa4\x1a\x3f\x7c\x7c\xe1\xae\xab\x7a\x2a\x6d\xa2\x4c\x6e\xeb\xbf\x72\x88\x46\xa1\xb7\xe4\x04\x73\x73\xc9\x2d\x61\x51\x6e\x0e\xa6\xc8\xd3\x8e\x2c\xb1\x25\x2c\x3d\xa3\x2e\x5c\x71\xcc\xf0\x1c\x3f\xd3\xf7\x0f\xc8\x6a\x24\x71\x7d\x22\x09\xb8\x03\xc3\x27\xd2\x6d\xaa\xdc\x57\x9b\x83\x5b\x2c\x26\x3d\x51\xe5\x56\x29\xbe\xdb\x1c\x17\x66\x20\x00\x22\xc7\x81\xbd\xf3\xe6\x64\xe2\x74\x81\x03\xc9\xb3\x54\x60\xa7\xcd\xd9\xd7\xf7\xa6\xd7\xf0\xf7\x48\x21\x4d\xd0\x84\x23\xae\x33\x81\xcc\x25\xf7\x0c\x67\xfb\x9a\x4b\xec\x09\x07\xc9\xce\x1d\x20\xf1\x80\x7b\x45\x5b\x13\xda\x1b\x1c\xaf\xfc\x1c\xf9\xa1\x8d\x11\xeb\x0e\x1f\x0e\xa0\x9a\xb8\xa2\xdb\xa9\x7f\xee\x0f\x9e\x6b\x7e\xeb\xca\x1e\x16\xb3\xe6\x81\xfc\x01\xa6\x23\xf4\xa6\x08\xef\x09\x82\xde\x7c\x45\x9b\x07\x16\xe0\x09\x9d\xc0\x30\x49\xeb\xf3\xdc\x31\x80\xdb\xe4\xe9\x82\x18\x2b\x30\x7a\x8b\x11\x93\xe6\x14\xb9\xf3\xe2\x04\x85\x23\x17\xea\x42\xfb\x14\xe3\x0a\x6f\xfd\xed\xbc\xb8\x23\x9a\xdf\x12\x83\xc2\x7a\x97\x79\x11\x25\xbc\x03\x48\xa0\x9d\x4c\x97\xe8\x2b\xe1\xd8\x92\x79\xc1\x68\x62\x62\x7e\x01\x67\x24\xb6\xcc\x1b\x5b\x26\xbd\xca\x84\xc6\x3f\x85\xb9\x05\xc2\xca\x2c\x0b\x4f\xe4\xbb\x4e\xe6\x4f\xa8\x9d\xe2\x7b\xfb\x5c\x52\x47\xf8\x7e\x30\xe9\xb5\x69\x23\xc3\x7c\x10\xe7\x67\xb4\x47\x96\x25\x87\x05\xef\x70\xc2\x4c\x36\x30\xee\x1b\xcb\x28\x4d\xb5\x19\x78\x28\xbc\xdf\xa1\xd4\x57\x21\xa8\xb6\x6f\xd4\x9e\xb9\x8d\x34\xc2\x5a\xc2\xbe\x11\xaa\x55\x6d\x4e\xd9\x03\x9c\x68\x6b\x46\x09\x94\x40\xca\xab\x3d\x71\x02\xc2\xfb\x3d\x01\x88\xc5\x6d\xb0\x9b\xe9\x0e\x58\x7f\x5c\x03\x20\x17\xb4\x33\x37\xef\x4c\x83\x24\x0e\xba\x67\xf6\x57\xd4\xc6\xa6\xa8\x96\x58\xdb\x33\x2e\xc2\xc3\x2f\x30\x71\x86\xda\xb0\xe3\x17\xc1\x7c\x2f\xc0\x43\x1d\xb4\x9d\x76\x7c\xc7\x97\xee\x05\x27\x55\x92\xd6\x8e\x9b\x76\xea\x22\x05\x7b\x61\xf0\xa4\x3f\x00\x8c\xa4\x1c\xdb\xeb\x86\x76\x53\x3b\x41\x00\x77\x9b\x39\x7c\x04\xa2\x8a\x0a\xe6\x92\x96\xf7\x8a\x93\xe6\x09\x2d\xfe\x18\x56\x4a\xef\x50\x62\x5b\xa3\xba\x07\x56\x24\x52\xbf\xa3\x84\xbc\x3d\x9f\xf7\xc0\x49\x2a\x7e\x7f\x87\xff\xa1\xdb\xd7\xf7\xd7\x74\x30\xe3\x8e\xa2\x12\x36\x64\xed\x1d\xe3\xeb\x60\xed\xc8\xcc\x68\x1b\xf3\xde\xd1\xbf\x68\xed\xde\x31\xff\xfa\xab\x64\x36\x7b\xc7\xf5\xd0\x83\x31\xeb\xa1\x54\x8f\xfb\xba\x90\x66\x47\x0e\xed\x13\x74\xd1\xc0\xdb\xfb\x9a\xbc\xc8\xd2\xbe\x73\x70\xf5\x47\xba\xa8\x3b\xfe\x7e\x20\xa6\x4e\xca\xbb\x9d\x8e\x6c\xce\xea\xbb\x1f\x0d\x8a\x10\x0d\x70\xe0\x84\x48\x75\xb5\xaf\xfb\xe5\xb0\x02\x7d\x27\xdd\x94\x10\xbb\x9f\x48\xe9\x64\x84\x3e\xc1\x2b\x7d\x00\x90\xd8\xc5\xfe\x56\x3b\x62\x7b\x9d\x72\x6a\x27\x9d\xf4\xee\xfd\xd4\xb4\x0a\xff\x00\xfc\x94\x34\xb2\xd3\x89\xcc\xa1\x95\xfb\x15\x78\x41\xfb\x7b\x01\x44\xa6\x11\xa4\xa4\xe2\x04\xfb\x05\xfc\xf5\x91\xbc\x81\xbf\x52\xa3\xec\xb8\x20\xda\x55\x71\xa7\x47\x98\xb3\x9b\xee\x24\x9c\xde\xb3\x9b\x13\xd0\x80\x70\x95\xf7\xed\x6d\xe7\xfd\x70\x18\x83\x6e\x6e\xaa\x5e\x78\x40\x65\x7c\x62\x9e\x86\x15\x68\x45\xa8\x84\x9c\xc5\x1c\x8f\x45\x27\xa7\x43\xc2\x8f\x45\xd5\xa6\x13\x8d\x1d\xa4\x6a\xe1\x36\x27\x30\xfd\x01\x3b\xac\x6a\x9f\x48\xdd\xac\x36\xb2\xc3\x59\x41\x7a\x24\xa0\xbc\x40\x7e\x20\x4b\x4a\x72\x1d\x80\x63\x5d\xcf\xa6\xcd\xcd\x47\x4e\x68\x37\xb5\x77\xb4\x3f\x2b\x3a\x0a\x32\x2b\xeb\xcc\x1f\xf0\xfc\x4e\x56\x7b\x1c\x24\x5b\x12\xf8\x0e\x92\x2d\x8b\x90\x07\xdc\x8f\x1c\x77\x78\x14\x4e\x51\x4b\x28\x48\x6d\xa3\xcb\xd5\x41\x2a\xa5\x7b\xc0\x51\x4f\xcc\x48\x4b\xa2\x69\x4d\x58\x74\x34\xec\x49\xf7\x73\x60\xc1\xd4\xae\x1f\x0d\x58\x20\x95\xec\xd1\x60\xec\x32\x0c\x91\x23\xb7\xbc\x3a\x08\x76\xa0\x19\xa0\x3a\x90\x2f\x98\x07\xaa\x58\x3a\x98\xf4\x68\x10\x61\x5f\x33\xc2\x51\x17\x1a\x1e\x0d\x65\xa2\x0c\x32\x56\x07\x6a\x1e\x10\x41\x30\xd5\xcf\x6f\x4e\xc0\x1d\x22\x05\x86\x57\x40\xc2\x2a\x34\x3d\x02\x19\x2e\x74\xf4\x8f\x40\xd8\xb9\x44\x94\x23\x40\x28\xc3\x6d\x64\x71\x14\x5a\x1f\x81\xac\xc6\xba\x20\x1f\x20\xc4\x16\x50\x8e\x75\x8f\x18\x8e\x32\x3f\xe8\xe7\x2d\xb1\xfb\xe8\xa8\xf8\xa7\x83\x7b\xc0\x3b\xc8\xd6\xd0\xa3\x73\x4b\xbc\xe7\x9d\x5b\x22\x1c\x41\x10\x60\x72\x98\xc8\x81\x7b\x45\x18\x29\xd6\xad\x61\x58\xa6\x3a\x3a\x13\x15\x18\xc6\x1d\x72\xf7\xab\x03\x64\xee\xf4\x26\x77\xc2\xd4\xbb\xdc\xa1\x7d\x92\x8c\x74\x40\x25\xea\x68\xb0\x63\x5d\x2d\xb2\x73\x53\x1f\x54\x89\x3a\xcf\xfc\x31\xe0\x6e\x6a\xa0\x22\x0a\xd0\x71\x3a\xc7\xba\x5b\xd4\x9a\x7f\xa5\x4b\x3b\x06\x71\xce\x5b\xba\x2e\x1e\xd5\x29\x08\x0f\x64\x6e\xb3\x1b\xf3\xb1\x2e\x1e\xaa\x42\xd3\x0e\xf8\x99\xa7\xd9\x3d\x7d\x18\x90\xb3\xfb\x3b\xa1\xa6\xf1\xf7\x2c\x63\xa3\xe7\xb0\x36\x4e\x9f\x73\xfa\x2a\x39\xe2\xf9\x98\x0d\x2f\x08\x27\x27\x67\x6c\xa4\x99\x38\x25\x26\x04\xb8\xa9\x58\x4e\x3f\x26\x8a\x95\xbe\xde\x87\x4a\xc2\xe7\x1a\x95\x3c\x55\x1f\xb7\x1d\x13\x7a\x21\x23\xe1\x64\xa1\x08\xad\x60\x22\x66\xc5\x3b\x8c\xdc\x6e\xaf\x58\xae\x03\x59\x81\xed\xe4\x7c\x20\xb9\x9b\x43\xff\x0f\x96\xfa\x34\x96\xc2\x40\x6a\x71\xe6\xd8\x91\xac\xa2\xf8\x7b\x42\xc0\xcf\x03\x61\x39\x02\xd9\x8e\x1c\x8c\xc6\x98\x9d\xa5\x94\xf4\xfc\x40\xce\x2d\x2f\x08\xc6\x4b\xe7\x39\x3b\x16\xc7\xaf\xaa\x0f\xde\x0e\x54\x16\x72\xdc\xd1\x81\x0a\xe5\xce\xd9\x78\x1c\xac\x85\x34\xfd\xc1\xc0\x04\x05\xa1\x03\x89\x9d\x4d\x46\x0e\x04\x77\x65\xb7\x6f\xba\x8f\xa9\xfd\xc0\x50\xa2\xf6\xc9\xa4\x94\x02\x10\x73\xc5\x59\xc3\x7b\x9c\xa8\x85\xaa\xbb\xe7\x01\xbf\x76\xfb\x42\x1d\xb8\xaa\x75\xaf\xf0\x84\xd7\xc3\xe6\x01\x90\xec\x5b\x77\xc5\x03\x57\x35\xdf\x22\x0e\x5c\xd5\xb2\xef\xef\x07\x34\xda\x8e\x7f\x3e\x70\x57\x73\x7d\x96\xe3\x42\x5a\x4b\xe3\x20\x9c\xaf\xec\x17\x71\x5c\xa8\xae\xe1\x09\xc3\x00\x9a\x7d\xf9\x3b\x20\x52\xbc\x3e\x60\x62\x37\x5d\x84\x0e\xa8\x9c\xb3\xaf\xb3\x07\x4c\xa4\x8e\x89\x39\x70\x15\x6b\x26\x54\x37\x5c\xfb\xa5\x57\x3b\xee\x0e\x17\x3f\xb7\x51\xa2\x5d\xf7\x96\xe3\x86\x29\xc7\xa7\x04\x22\x49\xf6\x7d\xfa\xb8\x91\xbb\xce\x22\xc3\x0d\x89\xc0\x84\x0f\x2a\xeb\xec\xfb\xe9\x71\xdf\x98\xa1\x97\x44\x18\xe8\x02\x7c\x20\x17\x9d\xa3\x46\x8f\x07\xd6\x25\x8f\xf8\x04\x2c\x7e\x1a\x01\x39\x3a\xb2\xef\xa3\xc7\x43\x7e\xe8\x0e\x68\x39\xf1\x73\x56\x18\xd4\x9a\x1e\x66\x08\x14\x8c\x98\xa3\xc3\xb4\x07\xc9\xea\x6c\xe1\x3b\x37\xee\x92\x2e\x7b\x27\xcc\xbc\x26\x35\xe7\x86\x28\x1d\x75\x78\xc2\x43\x2c\xfb\xaa\x74\x6e\xd4\xdc\x65\xb5\x3b\xf4\x60\x55\xed\x01\xa5\x89\x47\xc4\xcd\x47\xda\xd1\x13\x75\x36\x6d\x38\x39\x37\x6c\xc2\xf0\xfb\x27\x07\xf4\x00\xc8\x55\x3d\x3d\x63\x84\xb5\x84\x3b\x40\x26\x1f\x71\xe0\x33\x71\x89\x22\x36\x27\xec\xc6\x45\x9b\x72\x22\xc5\x46\xf3\x8c\x13\x59\xba\x9f\x63\x85\xbf\x4b\x9c\x76\x26\xee\x60\xf1\xd7\xc8\x93\x20\x89\xe4\x64\x2e\x3d\x5f\xf5\xce\x84\xfc\x82\xaf\xf6\xc1\x17\xbc\x00\xc8\xea\xe1\x17\x80\x86\xe2\x3f\x67\x46\x10\xbd\x6e\xbb\x67\xe6\x41\xaa\x7e\x01\x97\x3b\xb1\xd3\x13\x5a\x7c\x87\xb4\x9c\xd0\xe2\x67\x5f\xb0\x4e\x14\xe7\x74\xe6\xca\x13\x5e\x6a\x45\xd4\xea\x2c\x48\x7d\x26\x3d\xce\x59\x10\xe1\x2e\xa1\xe5\x2c\xf0\x12\xd4\xfd\xe9\x64\xa1\xcc\xe9\xe7\xa8\xf9\x28\x8d\xc5\x49\xaf\xb5\xe1\xfe\x19\x6f\xee\xfe\xa1\x40\x78\x3d\x47\xed\x72\x51\xdf\x93\x11\x8d\xdd\xfd\x3d\x90\x50\x04\xf3\x8a\x50\x35\x11\xc7\x13\xd9\xf8\xac\x98\x3b\x19\xd0\x68\x0c\x40\x01\x7a\xe7\x69\x3e\x91\x4a\xcf\xae\xb7\x67\xa5\x11\xc3\xcf\x51\xf5\xd8\xf0\xaa\x70\xd2\x17\x19\x38\x2b\xf9\xa9\xc7\x87\x7f\x95\x4f\x21\xe2\x19\xcd\x6d\x4e\x68\xcf\x9d\x77\xe1\x84\x18\x6d\x2b\xfa\x09\x37\xfa\xe9\xf9\xc0\x4a\xee\x00\x9f\xb3\x91\x0e\x49\xe4\x39\x83\x59\x68\xf4\x02\x72\xd7\xb9\x34\xd3\x09\xb3\x7a\xf6\x21\x0e\x88\x2c\xde\xb0\x60\x69\x26\xf7\xc7\x24\x34\xee\x2f\xf0\xbe\x00\x12\x3c\x05\x92\x99\xce\xc0\xed\xcc\x18\x04\x6d\xb9\x1d\xff\xcf\x20\x69\xed\x9e\x11\xae\xd8\xaf\x0f\x10\x36\xeb\x0f\x3a\x4f\xb5\x84\xcc\x13\xb9\xea\x5c\x2b\xe2\x44\x6d\x08\x6b\xbd\xce\x0e\x4f\x54\x93\x05\x28\x21\x5e\x38\x3b\xd8\xa1\x6c\xc4\xe7\x80\x6f\x83\x0f\x2e\x14\xe0\xbe\xc4\x9f\x88\x4f\xb4\x7f\xcb\x09\xa7\x33\xdb\x33\xcf\x01\x6f\x65\x5d\x3d\xce\x89\x00\x22\x5d\xf2\x4f\x84\x1f\x9a\x94\x9f\x10\x0b\x5f\x20\x42\x9a\x88\x97\x8c\x70\x4e\x38\xd5\x7b\x42\xa8\x37\xd5\x5f\x03\x60\x85\x3e\x15\xb0\xe3\x3b\x96\xf9\x9c\x98\xa0\x49\xf9\x12\xda\xba\x0a\xdf\xb5\x13\x19\x79\x9b\x44\x84\x13\x69\x25\xac\x15\x39\x91\x81\xf7\x05\x20\xf8\xa0\xe5\x94\xfc\x02\xdc\xa3\x75\x63\x3e\x77\x0c\x18\xfe\x00\x99\x86\x24\x85\x9d\x08\x40\xb4\xff\xc9\xc9\xca\x0d\xce\x19\x7c\x22\x02\xd1\x1c\xfd\x84\xe2\x26\x5b\xac\x3a\x11\x81\xd8\xbc\x04\x44\x20\xe6\xe4\x93\x77\xc0\xe7\xdc\xb4\x7c\xc9\x71\x4e\xb0\x7e\x1e\xd8\xa3\xf0\xeb\x37\xbf\xf7\x88\xac\xd2\xaf\x01\x90\x16\xce\x95\xaa\xdb\x79\x72\x0d\xfa\x00\xf1\x88\xb6\xc9\x9e\x27\x60\x62\xf6\x07\xb7\x36\x5b\x0b\x4f\x64\x59\x7b\xa1\x25\x43\xf1\xc6\xaf\x42\x3c\xcf\x9b\x83\x09\x1c\x08\xc3\xb3\x77\xcd\xc9\x1c\x68\xd2\x0f\x9c\x37\x0b\xe6\x1b\x45\x6e\xe4\x5a\xf2\xa9\x43\xe9\xf0\x6c\xc7\x89\x13\x49\xd0\x5c\x40\xec\x44\x51\x85\x64\xca\x87\xf2\x8c\x61\xf8\x3e\x70\xbf\x31\xa1\x79\x88\xc4\x86\x0f\x24\x1e\x1b\xb1\xce\x87\xe9\xa9\xb4\x04\x08\x2c\xaf\x82\x55\x27\xcc\xf4\x36\x23\x5d\x48\xf9\xe5\x74\x2b\x17\xac\xf0\x59\xe7\xfc\x42\xd8\x9c\x05\xe7\x6b\x89\x07\xc5\x0e\x40\x17\xb8\xbd\xf3\x65\x5d\x89\x33\x1c\xfe\x01\x37\x78\x11\xdf\x0b\x61\x72\xce\xf0\x75\x21\xc7\x40\x7b\x75\x78\x63\x42\x9a\x20\x6c\xe6\x16\x53\xaf\xcc\x01\xa6\x5f\xe0\x0a\x34\x00\xc3\xde\x44\x2b\x2f\xd8\xcc\xb3\xbd\x3f\xae\xcc\x42\x08\xfe\x00\xd1\x33\xaf\xe7\x17\xd8\x43\x52\x9b\x33\xfa\x6c\xca\x05\xf6\x6c\x75\xf9\x55\x80\xf5\x62\xa7\x57\xc1\xfb\xba\xdd\x5d\xb5\x7f\x7f\x85\xa5\xd6\xab\x82\xb0\xe8\xe0\x5f\xc8\xe4\x64\xfb\xf5\x05\xbf\xb2\x24\x81\xe4\x6a\xf0\x36\xf1\x82\x19\x05\x26\xc1\xfb\x6a\x84\xa0\xfa\x47\x6a\xd6\x17\xff\xbc\x1a\x27\xa8\x0e\xe0\xf1\xec\xda\x21\x57\xd0\xcb\x5d\x58\x73\x31\xe8\x6a\xb8\x0d\xca\x23\xa1\xf2\x0a\xc4\x41\x78\x8f\x3b\x20\x22\x06\x7a\x2d\x5a\x3f\x93\x98\xc1\x85\xbc\x44\x16\x09\x2f\xe4\x25\xca\x59\xc7\xf6\x1a\xc8\x37\xa9\x73\x71\x0d\xc6\x45\x68\x49\x8b\x36\x4f\x27\x93\xbd\x70\x63\xcf\x76\x64\xbb\x26\x97\xa4\x11\x91\xd3\xc7\x16\xf8\x6b\xdd\xb0\xa7\xc3\x4f\xaf\x9d\x1d\x0a\xe6\x24\x6c\x86\x31\x08\x9b\x99\xc5\x75\x4c\xa6\x91\xd0\x12\x8f\x1d\xf1\x4b\x6e\x1f\x7c\xc1\x5f\x2c\x96\xec\x8c\xf0\x17\x7c\xa4\x6c\xd2\xbf\x16\x25\x1b\xce\xb4\x7a\xe1\x86\x99\x1d\x1f\x7f\x21\xe1\x8c\xcd\x8f\xd7\x45\xa1\x42\x30\x82\x56\x3b\xdb\xa9\xf9\xba\x2a\xe6\xac\x35\x5f\xc7\xf7\x57\x98\x56\x5c\x17\x47\xa8\xee\x11\xf5\x33\x8c\x68\x28\x7f\xdb\x24\xb6\x5c\x37\x72\xd6\x88\x83\x5d\x37\xe3\x37\xdd\x46\xfe\x17\xa3\x09\xaa\xf3\xd9\xf5\xe3\xba\x59\x91\xc4\xfd\x21\xfb\xb9\x77\x19\xe4\xd1\xc9\x68\x2f\xde\x20\x8b\xf4\x08\x17\x9c\x9e\x86\x61\x0a\x2f\xde\x6c\xbc\xa2\x13\xaf\x17\xf0\xa0\x30\x9d\x77\x1d\xc5\x6d\x37\xe3\x25\x72\xc2\x24\x9f\x54\x96\xfb\xf3\x84\x40\x6e\x5f\x8f\x3b\x92\x0b\x6a\xfe\x0f\x32\x87\x8b\x7f\x5e\x0f\x72\x5d\x89\x9b\x5d\x08\x72\x46\x0e\x87\x5f\x70\x9b\x9b\x77\x45\x27\xaa\xba\x59\x0a\x50\x74\xe5\x86\x47\xb0\x93\x5e\xdf\x3f\x1e\x54\x4d\xed\xca\x0e\xba\x7e\x80\x67\xa3\xe6\x7f\xb3\x42\x8c\x34\xea\x37\x69\xbb\xf3\x46\xdd\x08\x37\x72\x16\xa8\x1b\xd9\x19\xc7\x6b\x46\x38\xe7\xd2\x31\xdc\xc8\x84\xee\xfc\x02\x37\xf2\xc7\xd8\x5f\xf5\x4e\x8c\x7f\xd2\xf7\x89\x29\xe7\xdc\x0e\xa4\x12\xcc\x6a\x73\x42\xe1\x17\x90\xbc\xb7\x79\x40\xc6\x3f\x69\xc9\xc8\x94\x6e\xe6\x70\xd3\x45\xab\xba\x43\xd4\x88\xad\x9e\xd0\x05\xbb\x8b\xde\x5f\xcc\x63\x38\x18\xf4\xc6\x55\xcd\x69\xa6\x6e\xdc\xd4\x1c\x98\x7f\xa3\xa8\xad\xe3\xea\xef\xcc\x23\xa4\x43\x78\x2f\x5e\x51\xc6\x6b\x00\x96\x71\x50\xbb\x10\x42\x6e\xf3\x08\x89\xdd\xdd\xa5\x2c\xca\x27\x14\xbe\x0b\x18\xba\x57\x80\x74\x34\x76\x1c\xbc\x0b\x29\x9f\x20\x84\xbb\x9b\x53\xbb\xdf\xc8\x94\xee\x12\xa0\x77\x65\xfe\x9b\xe1\x1f\x60\x1d\x14\xe5\xbc\x2b\x02\x2b\xa7\x3b\xc0\x1e\xbe\x3a\xa4\x7e\xdb\xef\xc3\x42\x2f\x91\xf0\x66\x40\xb3\x08\xe1\x8d\x34\x83\xc3\x7b\x0e\x1b\xc5\x2b\x5f\xe4\xdd\x48\xdb\xb5\x07\x0d\x81\x93\x62\x0e\x37\xd9\x59\x75\x1b\xec\xb4\xfa\x7d\x38\x32\x4a\xc4\xbb\xe1\x9a\x94\xed\x53\x7c\x07\x60\xee\x19\x04\xc2\x63\x74\x8c\xef\x40\x6a\xe1\x57\x07\x07\xb4\x46\x5a\x51\x50\x1e\xd0\x8a\x58\x4d\xc5\xdf\x23\x2f\xa0\x55\x12\x37\x3c\x8d\xc6\xeb\x7d\xa6\xa7\x94\x58\x7d\x23\x60\xd8\xf6\xcc\x1b\x9e\x46\xb9\x1a\x86\xcc\x2e\x23\x31\xef\x5e\x97\xad\x6e\xb3\xce\x0d\x73\xb0\x95\x85\x77\x47\x2d\x2a\x1f\xec\x7e\x22\x39\xb2\x40\x86\xf2\x2d\x36\x31\xdc\x1d\x1e\x71\xba\xea\xdc\xf0\xb2\x1e\xba\x6b\xdd\xb0\x28\x38\xee\xfe\x1e\x88\xc3\xf7\xfc\x06\x57\x64\xac\x1b\xb0\xdf\xfb\x18\x0c\xa6\xb3\xf4\x73\x94\x21\x12\x6b\xba\x91\x4c\x26\x4c\xda\x90\x15\xd0\x3e\x12\xf7\xba\xcc\x65\xd7\xe8\xb9\x71\x99\xb3\x51\xe5\x86\x2f\x52\x76\xf6\xae\x1b\xce\x48\xce\xce\x76\x4f\x1a\xdc\xdd\x46\xbe\x7b\x71\xdf\x1b\x97\x3d\xfb\xa1\xdc\xb8\xec\x39\x01\xc6\x4d\x81\xe2\x45\x6c\x7f\x9c\x95\x3c\x03\xa4\xdf\x7c\x75\x70\xf0\x03\xbf\x00\x0d\xf1\xe6\x19\x5c\x7c\xc1\x43\x20\xa5\xd0\x6b\x4a\x88\x7c\x33\x9e\xef\xdc\x04\xa1\x15\x94\xf8\xd6\xe4\xdd\xa8\x4e\xfc\x3a\x68\x48\x77\x13\xf3\x57\x57\x9b\x7b\xa7\xb4\x21\xf8\x21\x9e\xe9\xe5\x82\x78\xaf\xcb\x64\x09\xdd\x13\xee\x75\x57\x6c\xae\x8e\x76\xf3\xae\xe8\xc0\xbb\xfb\xe0\xf4\x84\x83\xeb\xae\x58\xec\x87\x7f\x23\x59\x4d\x79\x75\x88\x04\xde\x26\xed\xc8\x55\xe3\x82\x38\x37\x0a\xc6\x84\x49\x2d\x8b\xf0\x19\x67\x11\x3f\xfd\xda\x31\xb8\x90\x3b\x6e\xf1\xc6\x4d\x30\x4c\xc7\x2e\x06\xc1\xf9\x39\x12\xd1\xbf\xbe\x07\x4a\x9a\xec\xc0\xc7\xdb\xf9\x93\xee\x7b\x43\xe4\x82\xe6\x8f\x88\x23\xbb\xbb\xdd\x48\xa8\xed\x54\xc8\xf7\x0d\x27\x7b\x6f\x17\x52\xb2\x84\xc9\x1c\xef\x82\xd6\x97\xdf\xc8\xc9\x12\xd3\x1d\x10\xa3\x8c\xf4\xd0\x97\x67\xdd\xae\xef\x25\xad\x0c\xdf\x75\x6f\x86\x2c\xc9\x22\x70\xf3\x72\xf8\xe2\x56\x2c\x81\x67\x90\x40\x9e\xb1\x9a\xe9\x46\xcc\x92\x45\xd0\x1b\x49\x5b\x6c\x86\xba\xe9\x4b\x25\xf9\xec\xd9\x98\xa2\xca\x6d\xc6\xf1\x25\xb5\x33\x02\xc4\xdd\x06\xa1\x14\x59\x7b\x36\xba\x64\x16\xb5\x07\xc6\xab\x6a\x13\x44\x92\xc2\x1f\x56\x22\x1e\x6e\x23\xe7\xad\xc4\x85\x07\xba\x69\x27\x4d\x7c\xa8\x9b\x76\xc6\x92\x07\x02\x4a\xd1\x0a\x1f\xf8\x5a\xbd\xea\x04\x3f\xa8\x4c\xec\x4c\xc0\x0f\xae\xb3\xaf\xd8\xc6\x27\xd1\x50\xe4\x17\x82\x2f\x34\xfd\xb0\x28\x89\xb7\xf1\x81\x82\xda\x36\xfd\x87\xfa\xe7\xee\x29\x3c\xa0\x4c\x6a\x67\xca\x54\x7a\x3f\xa3\x46\xa9\xdf\x5f\x22\x4a\x71\x30\xc7\x03\x97\x70\x9b\x4f\x9f\xfc\xa3\x10\xd7\x84\x32\xb5\x99\xee\x60\x47\x5b\x2b\xc8\xf4\xf3\xdc\xd4\xbe\xd9\x81\x5f\x80\x6e\x50\x84\xeb\x29\x84\xaa\xf8\xd9\x53\x98\xbb\x5f\x3d\x50\xa8\x71\xfa\x88\x67\x09\x35\xd3\x72\xfa\x53\x08\x55\x63\x4a\x41\x65\xf3\x57\x7b\xa2\xb8\xaf\x16\xc5\x7a\x31\x22\xae\x0f\x9c\xc0\xb3\x73\x0d\x3c\x74\x18\xf3\x46\xc3\x15\xc3\x77\xe8\xa7\xc6\x92\xe4\x25\x77\x3d\xc8\xb7\xfc\xaa\xf5\xf7\x54\xe4\xe8\x90\xa8\xfb\x2c\xb1\x66\xf8\x2e\xf4\xa0\xd8\x7f\x6e\xaf\x1e\x50\x9a\x7c\xb8\x83\x87\x2f\x08\x2a\xd4\x3a\x8b\x7e\x3f\x48\xc0\x9c\x1d\x14\xf2\xc0\xdd\xc3\x09\xe0\x1f\x44\x73\xd9\xc8\xf9\x34\x42\x49\x34\xf9\x81\x28\x65\x6f\x8e\x07\x69\xf6\x5c\x68\xe8\x41\x7a\x18\x17\x60\x7c\xa0\x18\x70\x36\xc6\xa7\x21\x05\x85\xd8\xfc\xd3\x2e\x5c\x7f\x34\x21\x08\x4a\xf6\xb9\x7e\xe0\xc3\x6d\x3d\xf8\x83\x68\xb0\x6c\x6d\xda\x83\xb4\x7c\xd1\x7f\xe5\x28\xf0\x20\x32\x3b\x5b\x63\xfb\xc0\x97\xc3\x0e\xc4\x4f\xd0\xfd\xd4\xcf\x99\xad\xcc\xa3\x71\xd3\x3d\x7f\x46\x5e\x1b\xd3\x51\x71\xd9\x76\x8d\xa7\xf3\x28\xe9\xfd\x9e\x90\xd0\x54\xef\x77\xe2\x69\xf3\x0f\x60\x72\x3e\x0a\x48\xd8\xec\x9c\xfd\x4f\xe7\xd9\xf2\x0e\xfc\x68\xc1\x05\x31\x64\x72\xc9\xd6\x78\x3e\x9d\x44\x5c\x7b\xda\x59\xaf\x4b\xed\x25\x69\x15\xfb\xe6\x3d\x28\x93\xf7\x22\x37\xd0\x94\xd8\x0f\xff\xa1\xa6\xc4\x5a\xe3\x07\xb1\xdc\xd6\x02\x3c\x10\xcd\x9c\x90\xed\x19\xa4\x4f\x92\xfd\x9e\xc1\x35\x69\x53\x51\x53\xd9\xa6\xf7\x07\xe1\x6f\xf1\x9a\x01\xea\xa3\x48\x3b\xf5\x2c\xd1\x2d\xbb\xb0\xdf\x03\xbd\xbc\x0b\xb3\x3e\x28\x95\xe7\x3b\xf8\x83\x52\x79\xc9\xd4\x03\xe1\x73\xe6\xb3\x0f\xbc\x33\x1c\xe7\xfa\x4c\x4e\x58\x5a\xd6\x87\xa2\x59\xf5\x07\xc8\x9a\xed\x5d\x9d\x9c\xb0\x20\x30\x39\x21\x41\x80\x82\x97\x15\x80\xcf\x84\x45\xd3\xc7\x6a\xf2\xe4\x4a\x54\x79\x7e\x94\x43\xea\x71\x67\x61\x05\xf5\xb8\x83\x95\xcb\xde\xf4\xec\x10\xcf\xab\xdf\xdf\xa1\x27\xd1\x80\x88\x0d\x0f\x23\xfa\x0e\x7b\x9a\x18\xf9\x43\xd1\xc9\x7c\x92\x6a\xf6\x17\xf5\x3a\x08\x02\xc1\xf0\x20\x1e\x7a\x53\x96\xf0\xd4\x87\x37\x0d\x11\x7c\x36\x05\x3c\xf0\x9f\xb0\xa7\xf7\x73\x22\x3d\x8f\x84\x9f\x07\x6a\x75\x27\xe2\x78\x98\x3d\xd9\x94\x03\x25\x93\xed\x7d\xf0\x20\x8b\xdf\x4b\x12\x40\xc1\xe3\xd7\x51\x85\xae\xca\x9a\xa1\xe7\x13\x8d\xee\x0e\x9e\xef\xaf\xd6\x7d\xb2\xae\x45\xaf\x6d\x31\x7b\x96\x34\x17\x16\x4d\x1e\x48\x73\xe5\xd5\x0e\x7c\x2f\x08\x5d\xb8\xa8\x7b\x4f\xaf\x81\x73\xe5\xf7\xe1\xc2\x5c\xfc\x7c\x6d\x89\x2b\xa4\x3d\xc8\x65\x63\x5b\xca\x83\x5c\x36\x96\xde\x1f\x98\x02\xec\x35\xfe\xdc\x2c\x36\xa8\xf9\x42\x78\xb3\xfd\xec\x41\x35\x13\x67\xca\x7d\x90\xca\x26\x87\x71\x08\x01\xe9\x8e\x66\x7b\xe0\xeb\xe0\xf0\x8c\xe7\x21\xb7\x70\x1b\xd7\x68\xcb\x4e\x88\x3f\x77\x9c\xd6\xf3\x20\x47\xc3\x70\x9b\x03\x5a\x50\x41\x2e\x1b\xfb\xa9\x3d\x0f\x07\x74\x87\x4c\xbc\xf1\xb3\x65\x4b\x20\xc0\xb9\xcf\x6a\xc3\x5e\xf7\x41\x99\xc5\x6b\xe1\xa6\xb5\xa9\x5d\xd0\x9f\xdf\x27\xc4\xaa\xda\x80\xd0\x87\xc5\xc7\xb6\x11\x00\x43\x6d\x06\xb9\xba\x0d\x0c\xf9\xe8\xe2\x62\x5b\xa2\x5a\x5e\xf2\xf5\xff\x3f\xaf\x89\x0d\x62\x5c\x56\xfd\xb3\xd8\x10\x0b\xa8\x34\x6c\xb1\xfd\x68\xa2\xdc\x66\xa4\x9d\x56\x0f\x45\x53\x4f\x5a\x2d\x62\x01\xb3\x12\xba\xc6\x06\x33\x85\x92\x21\xc5\x06\x27\x7c\xf1\xa6\xd8\x12\xd2\xae\x7c\x10\x28\x36\x94\xf5\x50\x31\x81\xd8\x50\xd6\x43\x01\x9e\xb1\x41\xcc\xd3\x8d\x39\x36\x58\x31\x54\x90\x2d\xb6\x0c\xdd\xe3\xd4\xf8\x4c\x8d\x53\x05\xae\xcc\x09\xfb\x39\x52\x19\x79\xbe\x19\xf3\xf5\x76\x41\xa8\x4b\x9e\xef\x92\xc0\x9a\x82\x0e\x62\x43\x45\xbe\x08\x8d\x0f\x01\x4b\x21\x69\xb1\x21\xab\xb1\xb2\x1c\xc7\x86\xc4\x78\x59\xde\x3d\xb1\x55\x9c\xe0\xae\x05\x22\xca\xae\x67\x4d\x18\x15\xf9\x74\x5f\x8e\xad\xa2\x42\x6a\xf3\x73\x22\x70\xf8\x07\xd2\x30\x21\x10\x0a\x5c\x48\x57\x17\x1b\xe5\x2b\xd5\xa4\x8d\x0d\xf2\x95\xb4\x8d\xb1\x35\x06\x7a\xab\xc3\x25\x0e\x45\x74\x2d\x19\xce\xaf\xef\xef\x2f\xb4\xb5\x22\x94\xa4\x50\xec\x49\x6c\x4b\x1c\x0a\x85\xf9\xc5\x16\x08\x13\x2c\xfa\x1e\x41\x02\xe2\x94\xb1\xa1\xc0\x9c\x32\x92\xc7\x06\x79\x47\x54\x3e\xb6\xe0\x09\x11\x88\x83\x85\xf0\xfd\x3e\x72\x0a\x7b\xcb\x60\xd4\xef\x3e\xa1\x41\x22\x3b\x3c\x21\x04\xc4\x36\xb5\xe1\xec\x9a\x7c\x44\x3b\xf3\x4a\x6b\x40\xe8\xa5\x9a\x71\x90\x7a\xa9\xf0\x0c\x3b\x67\x28\x08\x74\x22\x95\x20\xdc\xe1\x48\xe2\x15\x77\x9c\xf1\xe2\xef\x39\xc3\xa9\x25\xc1\x4b\x20\x87\x3e\x40\x12\x63\x39\x6c\xc5\x86\xa8\x37\x79\xca\xc4\xb6\x84\x93\xa2\xa2\x4c\xb1\x41\xf8\xe8\xaf\xe7\x20\x72\x5e\xe1\x04\xd2\x99\x0c\x4c\x56\x40\xf2\xb1\x9c\x48\x50\xee\x3d\xa3\x57\x80\x08\x7d\x6c\x50\x14\xf5\xd7\x0b\x00\x81\xd1\x76\x02\x04\x45\x48\x05\xb5\x8f\xd3\x7a\xc6\x36\x09\x03\x01\x15\x69\x8b\x5d\x41\x28\xb6\x89\x5d\x32\x5a\xec\x48\xab\x16\x5a\x13\x2a\xf7\x2a\x18\x3d\xb6\x1d\x39\xc3\x7c\x50\x90\x4a\x2f\xbf\x48\x11\xd2\x01\xa8\xd6\x5a\x6c\x88\x7b\x93\x99\x3a\x36\x94\x97\xd8\x4c\x1a\x76\xce\x50\x07\x69\xff\x99\xa1\x5f\x40\xf5\x4d\x2f\x09\xe5\x25\xf2\x8b\x98\xc0\xd3\xa0\x7b\x09\x2c\x2f\x61\xe2\x74\x10\xec\x46\x65\x24\xbb\xe9\x3e\x9a\x4b\x02\x9a\x0a\xad\x8c\x6d\x49\x40\xa3\x98\x39\x1c\x5c\xa3\xc9\xcd\x81\x58\x4c\x03\x05\xf5\x28\xfa\xab\x03\x38\xe6\xb9\xbd\x04\x9a\x92\x7c\xd6\x4f\x6c\x6b\x75\x1b\x2e\x46\x26\x77\x27\x5d\x7a\x7f\xa3\x4c\x8b\xed\x82\x59\xa9\x69\x35\x17\x6a\x1e\x56\x01\x14\xa9\x72\xfa\xab\xcd\x7a\xaf\x5e\x3e\x72\xe5\xc8\x81\x38\xb6\x8b\x3a\x02\xb3\x27\xe4\x24\x1e\x26\xae\x14\x5f\xaa\xc0\x71\x71\xcb\x0c\xf1\x8b\x69\xf0\xd5\x5e\xf2\x4d\xde\x8c\x85\x37\x9c\x53\xcc\x0f\x6f\x18\x3e\x7c\xf4\x6f\x96\x24\x77\x1b\xd1\x18\xdd\xef\x4f\x52\x67\xb5\xc1\x1f\x55\x34\x37\x36\x68\xaf\x36\x63\xe9\xcd\x93\x2a\x9c\x62\x7e\x02\x23\x25\x4c\x79\xd5\x18\x02\x5f\xcf\xe1\x05\xc1\x13\xa2\x99\xd8\xa2\xec\x70\x31\xca\x3d\x19\x18\xa4\x09\xc2\x94\x37\xcd\x6e\xa0\x1c\x53\x65\xfe\xd8\xa8\x1c\xd3\xcd\x2b\xb6\x07\x3e\xd1\x96\x37\x50\xaf\x2d\x1b\x62\x70\x05\xd5\x65\x3a\x36\x04\xcc\x24\xed\x59\x42\x42\x1f\x55\xee\x8f\x04\xeb\x9d\x22\xa6\x23\x6d\x81\x53\xd8\xd5\x26\x4a\x87\x3b\x00\x47\x4f\xfe\x00\x5e\x7c\xd3\x1f\x90\x1d\x0d\xb5\x21\xc0\x09\xe2\x09\x09\x8b\x95\x2b\x30\x52\x02\x47\xaf\xea\x0f\xb6\xb2\x3c\xfd\x1c\x66\x0e\x1d\xe2\x84\xfc\xc3\xe9\xf5\x3e\x2a\x8e\x6b\xc7\x12\xd2\xf3\x18\x27\x13\xd2\x0d\xf7\xa6\xef\x11\x46\x68\x01\x20\xd1\x31\x43\x25\x76\x23\x51\xa4\xd1\x96\xa6\x0c\x9f\x6a\x43\x90\x22\x8a\x76\x24\x15\xd8\xaf\xb5\xc5\x09\x6e\x8f\x72\x8e\x89\x54\x6e\x68\x60\x35\xc1\x02\x97\x33\x4f\x10\x25\xb4\xe4\xde\x14\x09\x61\xf9\x2f\x3a\x96\xe0\x78\xd1\x5f\x2f\x20\x58\xc4\x03\xd0\xb4\xf5\x7a\xff\x62\x07\x9a\x11\x1c\x0f\x55\x23\x26\x12\x1c\x0b\x4d\x9a\xd3\x8f\xed\xcb\xed\x81\x22\x96\x5a\x61\xfb\x99\x91\x96\xb0\x44\x90\xde\x25\x34\xa5\x1f\x11\xc4\xcf\x71\xce\x55\x96\x31\x52\x7b\x00\x13\x7d\x00\x19\x45\xb9\x68\x23\x05\xb5\xd0\x7e\xbe\x60\x5a\x0d\xb3\x25\xa3\xd8\xfb\x37\x52\xb0\x20\xb9\xdf\xe7\x0c\xc5\xf2\xd3\x12\x52\x66\x12\xbf\x4b\x0c\xb0\x91\x08\x90\x96\x10\x32\xb2\x97\x18\xb8\x5c\x2b\x39\x4d\x24\x08\x21\x2a\x1c\x1c\x69\x09\x21\x33\x19\x46\x08\xa8\xc9\x43\xec\x28\x75\xe0\xb1\xa8\x6b\xea\xf0\x4b\xf7\x8c\x98\x1d\x4f\x62\x5b\x1a\xc8\x5a\x69\x34\x42\xfe\x1e\x53\xdf\x34\x0e\xe6\x7c\x56\x1b\x17\x0f\xef\xf2\xe0\x8c\x7d\xb0\xe6\xb6\x96\xe4\x4d\x82\x46\x43\x26\xdb\x48\x13\xa4\xc7\x07\x81\x42\xc6\xf0\x0c\x26\x69\x8f\x96\x38\x91\x51\xe8\xf5\x1c\xbb\x3c\x7e\x93\x94\x33\xd2\x5e\x91\xe7\x40\xcb\x45\x6e\x3b\x45\x1e\x44\x42\xd4\xbb\x8a\xc5\x46\xda\x21\xe5\x7a\xb6\x74\x2b\x94\xc7\x78\x24\x98\x82\x14\x2e\x1c\x09\x6e\x85\xba\x3a\x47\xda\x89\xf5\x06\xf0\xce\x73\xa7\x17\x50\xd8\x40\x86\xab\x48\x60\xde\x2f\x1c\x84\x2f\x4d\x37\x61\x80\x17\xe0\x34\xa1\x42\x66\x3b\x79\x5d\x44\x42\x72\xa0\x64\x70\x9d\xb0\x86\x7a\xfc\x73\x22\xb0\x4f\x13\x5e\xbc\x7b\x1a\xe3\x4e\x88\x3b\x26\x3b\x27\xe9\x9a\xda\x54\x2d\xf8\x48\xb0\x88\xbf\x0f\x31\xfd\x68\x54\xf9\x22\x12\x12\xed\x4a\x5d\x13\xe9\x42\x6a\x62\xf1\xd6\xb4\x78\xed\xac\x3e\x12\x37\x32\xf3\x49\xf6\x48\x3f\x65\x90\x34\x01\xba\x09\x4e\x63\xdc\x0d\xe7\x22\x03\xf0\x41\x6d\x56\x09\x70\x09\x69\x6b\x55\x57\x29\xd2\x62\x55\x23\xf9\x08\x21\x37\x9d\x59\x57\x7a\x18\x72\xa6\x15\x22\xaa\x21\x4f\x53\x8d\x87\x87\x58\x4b\x46\xad\x23\x5b\x62\x22\x3d\x08\xcd\x30\xcc\xa0\x3c\x70\xf6\x8c\x48\xcf\x3a\xe6\xbe\x4b\x25\xd6\x3a\x12\xd6\xe5\x0d\x67\xe6\xa3\xff\x88\x4c\xee\x27\xf9\x22\x23\xd1\xad\xcc\x8d\x91\x51\xb9\xc8\xcc\x30\xd3\xf4\xa3\x58\xcc\xc8\xdb\x8e\x3c\xa1\x7e\x61\xed\xb2\x6a\xd2\x44\xde\x20\xd4\x26\x4f\xe0\xc2\x65\x2f\xab\x8d\x4c\x67\xe2\x6e\x99\xc9\x82\xb4\xeb\x99\xa6\x22\xc1\x38\x27\xd6\x6c\xd0\xfb\x50\x3f\x28\x5d\x74\x64\x6a\x18\x7c\x0e\x73\x5a\x94\x55\x09\x05\x23\x93\xfd\x6a\x93\x32\xc2\x1c\x14\x80\x1b\x19\xf1\xae\x8a\xe1\x8a\x8c\xf2\x00\xaa\x2b\x14\x39\xfd\x40\xc0\x33\x42\x1e\x52\xa1\x5d\x4e\x84\x80\x3b\x7c\xd0\x56\x07\xf9\x27\x88\xcc\x3f\x24\xbc\xa0\x0e\x72\x46\xbb\xab\xfd\xb3\x24\xff\x50\xbf\xbf\x42\xa9\x5f\x23\x2f\x8e\x1e\xbe\x2f\x66\x06\x36\x28\xae\x2c\x32\x4a\x8d\x9a\x32\x66\x64\xe8\x53\xc8\x6e\xe4\x4c\x3c\xf3\xb6\xe7\x13\x23\xb8\x4d\x3c\x13\xe2\xe5\x7c\xc3\x13\xde\x2f\x3c\x7c\x41\xfb\x8e\x28\x5f\x73\xd0\xcc\xfa\x4e\x0a\x1a\x8a\x5c\x40\x9d\xb2\xdb\x05\xc9\x51\x35\x67\xd8\xa2\x54\x5c\x2f\x72\x61\x5d\x35\xad\xa1\x80\x38\xbf\xfa\xbb\xd1\xf6\x04\xa0\x37\x93\xa0\x99\x2b\x0a\x0f\x4b\x32\xce\x95\xb9\xd1\x34\x41\x04\x43\x58\x7f\x1d\xb9\x42\x8d\x20\x31\x28\x23\xbb\x90\xe9\x71\x46\xf6\xa0\xac\x98\xda\xc8\x08\x7f\xa8\xde\xa6\xca\xf0\x11\x3f\x67\x6a\x1c\xcd\xb8\x92\xc1\x69\xc6\x4c\x1e\xd4\x7e\x93\xb7\x26\x32\x52\x0e\xea\x9c\x67\xd8\xa8\x5e\x38\x83\x84\x83\xd9\x58\x8b\x04\x83\xfd\x35\x16\xfc\x8f\x45\x8a\x72\xb0\xcc\xb4\xfa\x43\x76\x5e\x79\x86\x46\x0e\xe8\x71\x7d\xaa\xa0\x33\xc9\xf3\xd5\xc1\x84\x19\x5f\xd0\x83\xd2\x44\xd1\xa6\x91\x91\x80\xd0\x52\x73\x46\xc0\xaf\x3c\xd6\x23\xd3\x46\x64\x94\x0c\x3a\x68\xf9\xf9\x43\x37\x8d\x4f\x1b\xe2\x4a\xf6\x29\x44\x79\x80\xcd\x13\x86\xce\xc4\xdc\x24\x23\x29\x90\x72\x3a\x46\x86\xc1\x47\xce\xb8\x91\x3b\x31\x7c\xb8\x43\xec\x8e\xae\xfb\x19\xbe\x38\x8a\x26\x8a\x8c\x3a\x50\x9b\x8f\xf9\xa0\x97\x9f\x76\x17\x05\xf4\x8b\x4f\xf9\x12\x77\xa6\x09\xf1\x44\x8d\x39\x5d\x5b\x32\xcc\x2f\x4a\x99\x1e\x79\x09\x2b\x35\xbc\x7e\x86\x49\x4c\x93\x91\x89\xcb\xec\xd0\xfc\x60\x9f\x69\xa6\xec\x93\xe2\x97\xe6\x33\x41\xc7\x4c\x58\x27\xe9\x98\x77\x04\x9e\x33\x61\x32\x34\x59\xe7\xdc\xed\x07\x3b\xaa\xf6\x4e\x3d\x9f\x3a\xdc\x11\x5c\x63\x56\x82\xf2\xfa\x32\x30\x45\xde\x81\xa2\x56\x98\x64\xd4\xd7\x57\x6a\xd6\xc8\xac\xd7\x69\x22\x44\x7d\x89\x57\xb8\x23\x8d\xcf\xe6\x01\x90\xd7\xd3\x67\xe0\xc0\x89\x16\x7f\xcf\x07\x7d\x8b\x34\x01\xe4\x09\xb2\xc8\x9c\x91\x27\xa8\xc8\x31\x23\x32\x94\x15\xc5\xbc\xe5\x00\xef\x32\x0a\x1c\x3f\x54\x50\xed\x9b\x1d\xf8\x05\x28\x64\x8c\xf4\x90\xa0\x5e\x20\x39\x09\x02\x63\xfd\x09\xf5\xb7\x91\x08\xf6\x1d\x39\x4a\x44\x3e\x19\xa2\xe6\x0e\x3b\xa2\x4f\x35\xc3\x93\x29\x67\xfc\x3e\x4f\xa1\x56\x74\xe2\x14\x1a\x8b\x50\xcc\xa0\x58\x59\x9b\xe1\xcd\xac\x64\x50\x91\x4f\x1c\x43\xb3\xe3\x13\x74\xde\x7b\x76\x3e\xec\x40\x23\x5e\x1b\xf4\xd9\xda\x04\x04\xd8\x16\xd9\x19\x23\x43\x8c\x2b\x52\x98\xe7\x8b\x69\x7b\xd4\x23\xbc\xa1\x87\x1f\x37\x7e\x2f\x98\xa1\x7e\x7f\x37\x48\x50\x4e\xa1\xbc\xda\xb8\x19\xf9\x60\x23\xb2\x24\x2c\x90\x5c\x04\x81\xc7\x43\xa5\x5c\x4b\x34\xf0\xb6\xde\xcc\x4c\x2f\xec\xa1\x27\x74\x67\xa4\x15\xd2\x7c\x50\x90\xdf\x0a\x8d\x8c\xd4\x49\x65\x33\x5f\xb8\xe1\x89\xe2\x93\x7c\xb3\x06\x9e\x20\x04\x15\x8e\x32\x8e\x45\xbe\x7f\x92\x5e\xab\x3d\x61\x70\xf1\xf3\x13\x7b\xaa\x05\x20\x16\xa5\x5a\xa2\x82\x85\xaa\x98\xb4\xdf\x0f\x4c\x2a\x9a\x0f\x34\x34\xc5\x77\xc9\x0c\x13\xd6\xd8\x7e\x75\xad\xc9\x4f\xe6\xd7\xea\x1e\x0a\x9c\x6c\x32\x80\x5a\x0e\xd5\x84\xf4\xe1\x06\x1a\x60\x0f\xaa\x2d\x1b\x01\x1e\x12\x26\x77\xb0\x8e\xb1\xd5\xf7\x19\xde\xdb\xe1\x0d\x46\x71\x87\x97\x74\xf3\x60\x83\x74\x4b\x2b\xdb\xcf\xfa\xa6\x7e\x48\x54\x21\xa9\x0d\x7f\x8e\xe2\x36\x79\x99\xdb\x63\x09\x3b\x9a\x50\x41\x71\xce\xe6\xee\x98\x31\x5c\x6d\x48\xa0\xaa\xa6\x14\x85\xe9\x2a\x85\xf0\x85\xbe\xcf\x12\x95\x4a\xa2\x61\xbe\xab\x7d\x62\xbe\xcd\x3f\xc0\x37\x79\x73\x87\x37\xe8\x9a\x3b\x44\x64\xaf\x64\xad\x92\x51\x41\x5c\x17\xc5\x82\x7c\xcc\xbe\x78\x17\x06\xc6\x0a\xc1\xca\x92\x1f\xab\x9c\xad\xa2\xb0\xf8\xe7\xf4\xf7\x30\x71\x65\xbf\x3f\x70\x6f\x52\x13\x55\xda\x95\x52\x26\x0a\xa4\x47\x4b\xd8\x05\xd2\xa3\x0a\x3d\x47\x59\xb2\x60\x95\x77\x58\x14\xe4\x73\x51\x8e\xf6\x28\x28\xde\xa0\xe2\x76\x51\xe0\x44\x64\xfb\x4e\x29\x08\xa8\xa8\x6e\xa3\x08\xa5\xe1\xb5\x24\xb5\xa2\x6a\x20\x51\x58\xc3\x5d\x07\xa2\x54\x9e\x48\x43\xbc\x92\x55\x0a\x00\x15\x27\xb2\xba\x03\x92\x0c\x01\xa0\x92\x31\x48\xd6\x2c\xac\xe1\x9e\xdc\xe1\xba\xba\xbe\xfa\x47\xf5\x8a\xe9\xfe\x80\xb1\xd5\x9f\x33\x2e\x57\xe3\xc3\x42\x56\xbc\x61\xad\x31\xb1\xb0\xda\xc0\xb8\xe1\xe7\xc8\xa2\x60\x00\x04\x31\x5e\x97\xac\x82\xb8\x56\xeb\x6a\x0a\x2d\x62\xa2\x69\x05\x0e\x42\xb6\xe9\x15\x68\x97\xa6\x77\x28\x90\x30\x47\xb2\x41\x41\xe0\x91\x42\x5c\xa2\x04\x01\x32\x3d\x03\xa4\xd8\x6e\x9e\x00\x71\xfa\xd5\xe3\x85\x1e\x84\xd3\xa8\xd3\xf9\xda\x73\xd6\x74\x17\x17\x28\xa8\xf6\x24\x9f\xab\x28\x10\xdf\x4a\x71\xbb\xe3\x9a\xa7\x15\xc0\xe2\x55\x5e\xed\x03\x8c\x50\xfd\xc3\x7f\x67\x18\x27\x51\x82\xbd\xc8\xa9\x29\x0a\x92\xaf\x54\x1f\xb2\x51\x16\x08\x7c\xc8\x10\xe9\x94\x8d\x33\xf0\x9c\x96\xbb\x4e\x14\x66\x4f\x31\x92\x22\x6d\x63\xf5\x96\x0c\x4e\x50\x10\x83\x76\xab\xa8\x2c\x5d\x94\x71\xc2\x09\xca\x1d\x5e\x7c\x41\x58\x38\x40\xd7\x4d\x57\x58\x0b\xca\x20\x9c\xb4\x1a\x6a\x06\xf3\x67\x89\xea\x11\xf9\xc5\x94\x1c\x6d\x5d\x41\x97\xc8\xe9\x11\xe1\xc0\x53\x92\x29\x1b\x3c\x78\x14\x92\x1f\x05\x12\xde\xeb\xdc\xec\x1c\xc1\x8b\xda\x99\x0b\x5f\x23\x40\xc4\x93\x23\x57\x14\x48\x78\x25\xe5\xf1\x1b\x56\x53\x96\xfc\x97\x95\xdf\x2c\x0a\x1c\xa9\x4b\xf2\x41\xdf\x99\xec\xc3\xdd\xe3\x52\x23\xd6\x5f\x7e\x22\x75\xfd\x3e\xd0\xd6\x84\x6e\xe7\x1e\x14\xff\x80\x1b\x9a\x94\xa4\x05\x16\x37\xab\xfa\xcb\xce\x2d\x70\xfb\x61\x07\x82\xf9\xb1\x2d\xd2\x66\x42\x81\x72\xed\x4a\xf3\x1b\x05\xf6\x34\x9b\x6b\xca\x41\x77\x18\xcd\x18\x0e\x43\xd5\x7b\x8a\xf0\xb5\x62\x0d\x50\x39\x7e\x82\x8d\xd5\xfe\x59\x82\x47\xc0\x12\xbc\xa4\x83\x68\xe4\x93\x03\x7f\xed\x17\x31\x3a\x7e\xd6\xa0\x45\x9d\xeb\xa6\xfe\xa2\x96\xf0\x39\x2a\x66\x8f\x90\x49\x8b\x75\xd9\x05\x36\xba\xf2\xea\x80\x49\x61\xdc\x06\x03\x37\x7f\x3a\x31\x03\x4f\xf9\x44\xee\x29\x13\x93\x0b\x51\xfa\x5e\x33\x45\xc8\x17\x3d\xbc\x7e\x92\x3d\xa9\x0d\x44\xf6\x59\x44\xe9\xd0\x17\x1e\x5c\x1c\xd0\xef\x73\xc9\x9e\xe1\xbd\xe1\x05\x7d\xc0\xe8\x63\x63\x1e\x02\xe8\x4a\x32\xcb\x43\x92\x96\x17\xb9\x41\x9a\xb7\xf2\x7a\x0e\x85\x8a\x84\xc6\x82\xa2\xe7\xaf\x6d\xbb\x11\xd8\x61\x3c\x78\xc0\xa2\x8d\x47\x0f\xfa\x4f\xe6\x81\x4b\xaa\xaa\x2f\x98\x51\xaa\x52\xbe\x91\x28\x94\xaa\x74\x93\x28\x0f\x0f\xb3\x09\x1a\x1c\x91\x8a\x69\xfe\x83\x54\x3d\xdd\x53\xb8\xf9\x81\x10\x05\xaa\x42\x95\x56\x89\xca\xb8\x37\x51\xcc\x0a\xb1\x4a\x81\x92\x51\x37\x0a\xc6\x43\xed\x86\x7c\x9b\x7e\x0e\xa6\x29\xb4\xa9\x28\xf4\xa9\xfc\x23\x51\x59\xf2\x4a\x68\x54\x37\x4e\x68\xf8\x05\xa4\x5f\xf2\x00\x50\x05\xfa\x74\x56\xa8\xfa\x14\x15\x17\x35\x41\xe7\xa1\xcb\x54\x45\x04\xf3\x90\xea\xb0\x26\x4e\x48\x13\x4c\xb8\x3f\xea\xf4\xd7\xc4\xa3\xe3\x15\x24\x94\x1e\x6d\x9e\x00\xf1\xc8\x23\xc0\xf4\xa6\x38\xc8\xa8\x70\x1e\xb2\x0e\xab\xc2\xb2\x66\xcb\x57\x45\xd6\x6f\xf9\x64\x46\xa5\xe4\x24\xff\xbd\xa8\x99\x97\x11\xcd\x00\x7a\x37\x6b\x53\x6b\x61\x6e\x20\x2d\x09\x09\x3b\xcb\x6b\x93\x0a\x8c\x30\x42\xbc\x0a\xd9\x6a\x1a\x06\x85\x09\x27\xdc\xbe\xd9\x81\x80\x50\x1e\x50\x34\x75\x00\xff\xa1\x62\x5d\x61\xad\x5c\xa3\x7a\xa8\xcc\x94\xa3\x0e\x2a\xb2\xac\x54\x77\x10\xdf\x5f\xd6\x32\xd4\xca\x1c\x2b\x7e\x7d\xb0\x1e\xa0\xda\x93\x27\xcd\x3f\x30\x53\xba\x3e\x68\xa8\x28\xe3\xf1\x1a\x8f\x92\x60\xde\x7e\x8e\x6a\xff\x0d\xcf\xa9\x8d\xb7\x17\xcd\xb6\x41\x4b\x22\x0e\x57\x1b\x62\xcc\x9a\xdb\x3f\xa1\xb8\xda\xa1\x46\xf2\x2a\x24\x6c\x2c\x41\xa0\xe9\x21\x25\x88\x4d\x91\x35\x58\x5d\xdb\xf0\x0b\x6a\x25\x84\x13\x94\x9c\x74\xdd\xab\xc1\x1d\xf2\xb9\x09\xc6\xd5\xa9\xdd\x0b\xcc\x32\x9a\x41\x47\xfd\x17\xdd\x8f\x2a\xbc\x85\x4a\x96\x6a\xae\x52\x76\x92\xf0\x56\x3b\x0c\xce\x86\xf0\x40\xd9\x28\xc3\x64\x10\xa2\x1e\x01\x79\xe9\x94\x43\x3c\xea\x40\xde\x18\xc3\x04\xbe\xcd\x45\x45\x8e\xa2\x0e\x24\x66\xf7\x1a\x07\xeb\x3c\xe8\x83\x49\xa7\x4a\xed\x21\x94\x61\xd9\x33\x98\x28\x74\x6f\x52\x31\x59\x92\x20\xfc\x43\x83\x57\x9f\x96\x04\xef\xa0\xe2\x25\xc3\x17\xf9\x85\xa4\x93\x45\x17\xfc\x3e\x2a\xbe\x48\x34\xaa\x4b\x90\xe9\xc3\xdf\xef\x3f\x51\x55\x6a\xb7\x05\x32\xd3\xc2\x1d\x41\x50\xdd\xef\xef\xac\xa1\xee\x1f\x50\x00\xf0\xd5\x01\x72\x07\xbc\xda\xd0\x0d\x17\xbf\x8f\x5d\x97\xba\xb0\x52\xf2\xc8\xd2\x67\x56\xa4\x7e\xb3\x34\x58\xa1\xfc\x2a\x8a\x2d\x8c\x0a\xeb\x5f\x79\xb5\x11\x3f\x6a\x18\x1f\x84\xa1\x78\x56\x3d\xe8\xc9\xea\x36\x77\xd1\x78\x41\xe1\x24\xeb\x5e\x52\x0f\x22\x92\xdb\xb4\xd3\x7b\xc8\x13\xf7\x22\x0f\xc9\xc3\xe3\x55\xa1\x5e\xc9\x8b\x1e\x2e\xd9\x64\x28\x1b\x4e\xd4\x13\xf4\xd5\x73\x3e\x13\x4a\xb5\x6b\xdb\x4f\x16\x38\xd3\xf7\xd4\xaf\x65\xb3\x84\x13\x52\xbc\x54\x80\x15\xee\x46\x96\xc7\xea\xc9\x35\x4a\x44\xac\xac\x93\x6e\xfa\x78\xa2\x7a\x86\x31\xef\x3c\x80\x18\x9e\xd1\xc9\x0e\x3c\x02\x36\xd2\x60\x5f\xc2\xcf\x8b\xb1\x57\x2a\xd0\xac\x44\xac\x17\xd7\xa8\x11\x28\xfd\xbc\xd8\xd8\x05\x3d\xaa\x6e\x26\xf5\xe2\x22\x25\x0e\xd5\xab\xc2\x6f\xde\x3d\x40\x43\xe6\xd3\x87\x24\xb8\xd5\xb8\x78\x71\x1f\xa7\x3f\x40\x01\xa5\xea\x0f\xa0\x80\xd0\xf5\xaf\x52\x7e\xb2\x8e\xad\xde\x10\x19\x4d\x00\x90\xe3\xae\x14\xf3\xad\x9b\x6e\xe1\x1a\x92\xf2\x53\xf1\x4e\xc1\x6f\xbb\x78\x51\x48\x51\x50\x6c\x2c\xa9\x70\x7c\xb2\x04\x56\x11\x64\xf7\x62\xde\xf7\x83\x13\xa8\x11\x90\x52\xe0\x75\xc2\x1f\x38\x52\xf9\x84\x2e\x89\x6b\x0c\xb3\x62\x4a\x5c\xd6\x92\xd4\x25\x71\x0d\xcb\x4f\xf5\x41\xf8\xb3\x67\xf8\xc0\x5d\xc1\x34\xec\x61\x06\x53\x4d\xf0\x01\xa7\xf8\x55\x5d\xb5\xa8\xb0\xdb\x96\x97\x2c\x43\xbb\xad\xb9\xc2\x43\x90\x8b\x0d\x36\xc4\xf4\x29\xd4\x38\xda\x86\x8c\x33\x42\x9b\xb6\x11\x80\x42\xed\x86\xc2\xec\x16\xb7\x1a\x4a\x94\xda\x83\xa4\x6d\x64\x54\x9f\x11\x5b\xca\xa8\xe9\xa9\xe7\x94\xae\x4c\xd5\x1b\x0a\xad\xa7\xe1\x0f\x38\xa2\x2e\x0a\x8d\x85\xc7\xb4\x65\x0d\x11\x77\xc5\x72\x78\x4b\xa8\x9a\x2a\xbc\x6a\x09\xc5\x74\x86\x3b\xf8\x89\x46\xee\xfa\x01\x6a\x06\xcf\x99\xaa\x33\x33\xfb\xb6\x44\xb6\x51\x75\x77\x69\xa8\xec\xa2\x8c\xe8\xd1\x72\x81\xd7\x8b\xde\xcf\x15\x14\xca\xef\x43\x58\x11\x96\xb4\x8c\x93\x20\x34\x6d\x19\x66\x32\x2f\x31\xc3\xfe\x3e\xdc\x1f\xf7\xf1\xd5\x21\xc4\x81\xf0\x07\x50\xc6\x4a\x37\xd5\x0a\x4d\xb7\xda\xb6\x82\x14\xdc\xa2\x37\x0d\x09\xd7\xab\x41\x56\x08\x43\x6f\x53\x59\x02\x8a\x99\x75\x43\x44\x9e\x5d\x7f\x5b\x21\x0c\xc5\xdd\x5b\x61\xce\x50\xed\x0a\x24\x3e\x2b\xbb\x5a\xe1\x0c\x3f\x78\xde\x90\x47\xc0\x56\x92\x86\x24\x70\x8a\x93\x8c\xb6\x04\xb4\x6e\xb7\x9e\x06\x7f\xf0\xda\xfc\x3e\x6d\x20\x5a\x21\x6a\xa4\x14\x85\x88\x44\x43\xe1\x52\xd3\xb7\xd6\x08\x02\x4d\xb8\x2d\x34\x92\xba\xbc\x35\x94\xeb\x97\x94\xde\x98\x2a\xf9\x35\x81\xb6\x78\x6f\xf6\x9e\x35\x42\x40\xcc\xb8\x35\x7a\xb0\xfb\x05\x62\x51\xf7\x88\xc8\x03\x3b\x3c\x43\x78\x73\xe9\xda\xdf\x90\x98\xc0\x0a\xc9\x16\x50\x81\x4f\xb7\x59\xf2\xcf\xef\x1f\x58\x91\x40\x16\x27\x62\xc1\x34\x01\x26\x37\x96\x4c\xd8\x3a\xc9\xa7\x37\xb5\xd3\x74\xe6\x36\xcf\xa2\x67\xd8\x19\x36\x21\x20\xb1\x7c\x9b\x81\xf6\x51\x9f\xf9\x07\x44\xbf\x4a\x51\xd1\x90\xfd\x58\xf5\xe1\xa3\xc1\x39\xcb\xfa\xb5\x36\x98\x7b\x41\x03\x42\x82\xeb\xde\xb4\x01\x2b\x8a\x8f\xf2\x60\xc8\x9f\x66\x3c\x19\xe7\x29\x10\x43\xc2\xdb\x8c\xe7\xf3\xa7\x14\xaa\x06\x58\x22\x5e\xd8\x12\xd6\x28\xe2\xd9\x22\xdd\x50\xd9\xfc\x35\x22\xec\x9d\xe5\x75\x94\xa0\xce\xf2\x75\xae\x21\x55\x40\xb1\x03\x59\x43\xaa\x00\xbb\xd1\x37\x18\x3c\x5d\xd7\x23\xda\x5c\xcc\xbd\xbd\x3e\x40\xbe\x7a\x53\x07\xd4\x77\xb3\xa9\xa3\x21\x1d\xb0\x8b\x7d\x45\xdb\xa9\x47\x50\x07\x3b\x82\x00\xab\xdb\x8d\x2e\x5b\x6a\x73\x0d\xc9\x3f\x20\xb7\x9d\xc1\xb4\xff\xac\x41\xab\x86\x8a\xcb\x7e\x82\x6d\xff\x59\xc3\x6f\x42\x3d\xa3\xd1\xe3\x7c\x7a\x38\x54\xb8\x93\xc6\xb0\x41\x0a\x55\xae\xbe\x68\x94\x42\xab\xb9\xd0\x0e\x4d\xb4\xe7\xb7\xa4\xd0\xa2\x8c\xcd\xd1\x0e\x5c\xb9\xbd\x8b\x07\xe7\x6f\x6a\x02\x19\x32\xbc\x49\x4b\x44\x0c\xe5\x7f\x8a\xb6\x44\xc4\x52\x64\xd0\x6c\x28\x31\x30\x4d\x4f\x4f\xe2\x8d\x54\x37\xed\x24\xde\x08\x20\x4b\xe2\x0b\x25\x88\x8a\x76\x32\x65\xa3\x06\x58\x12\xdf\xc2\x15\xb5\x91\x39\xd6\x5b\x74\x22\x9e\x66\x73\xfb\xe2\x80\xee\x10\x7e\x26\x52\xbb\xb6\x13\xc1\xf7\xd2\xab\x34\x14\x35\x08\x83\x08\x25\x0a\xc2\xe4\xed\xc2\x5d\xc8\x7c\xf6\x86\xa6\x5a\x9a\xf0\x46\x59\xca\x9e\x14\xed\x66\xce\x64\xcd\x78\x89\x4a\x25\x4b\xc9\xd0\xe8\x22\x6e\x14\x81\x7d\xd1\xe2\x61\x43\x3e\x60\xeb\x59\x1a\xec\x8b\x76\x70\x6a\x37\xac\xdc\x26\x8f\x28\xe6\xbe\xf9\xa0\xc1\x5c\x38\x0d\x91\x07\x2c\xea\xd5\x86\x56\xd6\x0c\x05\x0e\xd9\xf6\xde\x8d\x0d\x3a\x52\xcd\x2f\x36\x2e\x30\xfc\x43\x5e\x04\xdf\xef\x17\xbc\x1f\x6a\xd3\x5a\xe3\xd7\x77\x3c\x2f\x6a\x43\x89\x62\xcd\x56\x30\x75\xae\x90\x36\x36\x6e\x61\xf7\x08\xc8\xe1\x2c\x75\x5f\x2c\x51\x28\xab\xaa\x47\xc4\x12\x7d\xaa\xfd\xf8\x02\x8a\x25\xd5\x98\x8d\x40\xa6\x5c\x9f\xda\x58\x72\x4c\x98\x0c\xc4\x92\x4a\xc2\x3e\xf3\x91\x78\x8c\x86\x07\x80\x45\x4f\x84\x24\x90\x5b\xc0\x5b\x1a\x70\xd1\xb6\x0e\x25\x32\xe9\x84\x67\x04\x17\x6d\x6b\xa6\x02\x51\x67\x76\x06\x09\xa6\xc6\x0b\x0f\xc0\x19\xe8\x60\x06\xc2\xcc\x54\x2d\x3c\xa2\x90\x94\x09\x6b\xa2\x24\xac\x41\x6b\xa6\xe0\xf2\xfa\x00\x30\x90\x38\x1c\x4b\x70\x09\x65\x06\x88\x28\xc8\xf0\x34\xfc\x3e\x36\xc1\x4c\x31\x90\xbc\x76\x8a\x6d\x47\xe5\x80\x53\x6d\xe4\xc9\x16\x07\x89\x8a\x70\x9b\xe4\xe7\x07\x92\xe1\x0a\x46\x4b\x0e\x79\x49\xa3\x51\xa1\xc8\x92\x7c\x1e\x0d\x85\xcf\xbc\x49\x0d\x81\x08\xe2\x70\xd1\xb8\x40\x81\x94\x35\x1c\xa4\x62\x88\x86\x05\x4a\x65\x1b\x4b\x2e\x09\x13\xa2\x68\x40\x7b\x49\xf0\xd1\x50\x35\xab\xf9\x7b\x6c\x41\x33\x04\x1b\x26\x28\xd2\x18\xb4\xea\x35\x83\x3c\x00\x11\xe9\x04\x02\x51\xfd\x4a\x19\x15\x81\xc0\xfd\x97\x02\x33\x02\xae\x8c\x06\x01\x75\x4f\xed\x35\x04\xe3\x93\xdd\x23\x92\x44\x4a\x62\x8f\x78\x20\xa8\x68\x8d\x10\x54\x7c\xb3\x8c\x8e\xb0\xaf\xfe\xab\x3b\x4e\x74\x4e\x4f\x52\x4c\xa0\x90\x9b\x5d\x39\xa3\x13\x82\xda\x91\x0e\xc3\xb9\xb8\x4f\xf4\x75\x4c\x9b\x77\x60\xf0\x86\xa2\xf7\xa9\x97\x6a\x3e\xb7\x03\x5b\xe8\xf5\x43\x68\x19\x22\xb5\x01\xb5\x93\x45\xe1\x40\xc5\x83\x77\x87\xf0\x7a\xf4\x84\x97\xd0\x52\x6c\x13\x8c\x09\x87\x61\xa3\x08\xb2\x1d\x1a\x7a\x70\x17\x37\xa7\x88\x9d\xee\xc2\xfa\x7c\xe7\x7a\xb5\x1b\x8b\xb9\x77\xeb\xaf\x03\x0e\xdf\x5d\x84\x39\x58\x07\xcd\xcb\x83\xc6\x66\x33\x86\x21\x33\xcf\x94\x5d\x3d\x50\x9e\xc7\xb2\x41\x9c\xf0\x7c\xf5\xf2\x69\xc8\xb1\x50\x16\x27\x92\x6f\x78\x43\x4e\xba\x89\xba\xcd\x40\x0d\xcf\x08\x1e\xde\xa1\xbb\x40\x2c\xde\x36\x8b\xe9\xda\x35\x01\x30\x75\x70\x41\x3a\x51\x44\x7e\x04\xb2\xe9\xfb\x42\x17\x50\x24\x24\xdd\x0d\x02\xe5\x74\x7c\x0d\x8e\x1b\x94\xd5\x94\x17\x5a\x80\x17\x5d\x7b\x50\x00\xc1\x28\x03\x5e\x55\xec\x55\x1a\x0f\x24\x69\x89\xea\xf1\x80\xb4\x9b\x70\xae\x5b\x7f\xea\x86\xd1\x83\x3d\x32\xef\x80\xcb\xb6\x05\xed\x80\xcb\x76\x32\xa1\x5d\xb7\xfe\x6c\xe7\x8f\xe0\xc5\x3e\x4c\xc6\x1e\x3a\x79\x7a\x02\xb0\xe2\x8a\xb4\xf7\x0d\x7a\x3c\x4d\xa0\x2f\xee\x37\xcc\x7d\x3b\xa3\x8f\x74\xbd\xea\x8c\x3e\xea\x6e\x2f\x6e\xa8\xac\x32\xd1\x37\x78\xed\x89\x8e\x77\x30\xc3\x97\x75\xad\x83\x1b\x3a\xd4\xb3\x27\x48\xea\xa2\x32\x1d\xcc\xae\x89\xbd\x77\x30\x3b\xbb\xb3\x74\x44\x64\x97\x78\xfd\x00\xfe\x2f\x24\xe8\x09\x21\x7a\xd2\xc4\x74\x5e\xda\x95\x36\x3c\x3a\x13\xb9\x7b\x46\x64\x8f\xb6\x9a\x76\xb0\x47\x25\x7e\x8d\x9e\x21\xb3\xe9\x42\xd7\xe1\xce\x6c\x2f\xb9\x9e\xe1\x05\x27\x32\xd5\xe9\xb1\x62\x3c\xed\xb0\xbb\x28\x57\x4f\x74\x5c\xeb\x87\x81\x4c\xb3\x8b\xd0\xb2\x93\x7d\x4a\x04\xe9\x64\x9f\xf6\xf9\xe9\x64\x9f\x12\x61\x3a\xd9\x67\x78\xd1\x28\xc5\xa6\xcc\xab\xd1\x0b\xab\xf6\xfb\x03\x16\x6d\xd7\x2e\x14\x96\xa5\xd7\x0c\x0a\x84\x30\xa1\x4d\x87\xf7\xb2\xd5\x63\xbd\x12\xd1\x75\x72\x7a\x05\x71\x94\x10\xd4\x2b\xdd\xb4\xd4\x61\x0d\x44\x8d\xf9\x39\x78\x83\xad\xb4\x7d\xdd\xf3\xc3\xca\x99\x8e\x64\xef\xf6\x79\xe9\x8b\xbf\x86\x23\x07\x7a\x25\xa6\x77\x8f\x00\x72\x9d\x3d\x65\x08\x39\x92\xc4\x3b\x8b\xa5\x7a\x89\x88\x0b\x37\xf5\xed\x08\x0b\x2f\x96\xa4\x3b\xaa\x2c\xe5\xdf\x65\x16\xe8\x8b\x3d\x57\xab\x21\x3a\x2e\xf9\x4a\xea\x13\x9d\x86\x1b\x3b\x33\xf4\xc5\x8f\x43\xc9\xf8\xa3\xc3\xc9\xa6\x7a\x47\xc0\x8e\x1d\x98\xd8\x83\x6e\x5f\xda\x01\xe4\x82\xb7\x77\x69\x0f\x54\x48\x94\x7c\xd2\x63\xa2\x7f\xb7\xd7\x41\xb5\xc3\x72\x0f\x86\x44\x6b\x7c\xda\x79\x1c\xd4\xdd\xe1\xf1\xbc\xf9\xd8\x74\x56\x9d\xd4\x84\x7a\x5a\xec\xc5\xf0\xeb\x70\xb3\x32\x25\x40\x45\x24\xd5\xb6\x8b\x8e\x00\xae\xf2\x3a\xf9\x28\x76\xf7\x3a\x87\x54\x1a\x28\x35\x5b\x74\x30\xe8\x6c\x5a\xd5\x81\x02\x3e\xf9\x9d\x30\xd5\x65\xaa\x77\x28\x8e\x25\xea\x77\xf8\x4c\x2b\xff\x61\xf4\xc1\x63\x62\x9c\x40\x49\x24\x2b\xfc\xfb\x60\x99\x29\xc1\x60\x60\x06\x12\xba\x3a\x92\xe2\xbc\x5c\x3e\x3a\x02\xcf\x1d\xdd\xd9\x99\xd0\xd0\xe9\x2d\xfa\x38\x30\x67\xf5\x38\x29\xd2\x08\x4a\x13\x35\x06\xc4\xe2\x3a\xd5\x0a\xf6\x94\xef\xf0\xa3\x6e\x86\xda\xc4\x39\xf1\x41\x82\x1f\x75\x71\x86\x86\xce\x32\x7e\xa6\x66\xc8\x40\x58\x9c\x32\xa2\x23\x14\xdd\x21\x2e\x7d\xc9\x0d\xd5\x71\x56\x1d\xf5\x55\x95\xae\x36\x3a\xbc\x6c\xaa\x3b\x44\x55\x21\x1b\x85\x3b\xbd\x6c\x1c\x17\xde\x77\x6e\xac\xd6\x4c\x35\x83\x43\x4a\xfb\x4e\xb0\x6a\x46\x3b\xd7\xe4\x11\xb8\x26\xe3\x1a\x0a\x11\x29\xfd\x7b\x74\x78\xd2\x84\x34\x23\x1d\x69\x0a\x8b\xe3\xc0\xfb\x7e\xa1\x47\x4f\xe9\xe6\x0b\x9e\x34\x32\xcc\x7b\xa7\xe1\x49\xe3\x2b\x50\x3f\x80\xbd\x52\x63\x76\x9a\xab\xac\x07\xec\x28\x5e\x68\xf9\xbf\xb3\x96\x91\xcf\x33\xf2\x1a\xda\x9d\xaa\xa3\xb8\x61\x36\x81\x38\x97\x74\x6d\x1b\x65\xa7\x66\xc1\x39\x0e\xfa\xc9\x19\x68\xc0\x13\xf5\xab\xbc\x82\x75\xf1\x57\xad\x88\xe8\xa8\x34\x64\x47\xe8\x0e\x3b\xce\xab\x3b\x98\x71\x36\x93\x4b\xf8\x41\xbf\xe8\x29\x8a\xc2\xbe\xe6\x03\xab\x8d\x7d\xa9\xfa\x05\x7a\xd2\xfc\x1c\xf4\xc4\x98\x7f\x11\xcd\xcc\x05\xe1\xd8\x3c\x24\x2b\x75\xd4\x80\xcd\x66\x8a\xc8\x22\xfd\xa2\x37\xb4\xf2\x38\x70\xb8\x23\x36\xdd\xe1\x70\x9d\x9a\x89\x17\x49\xbc\x33\x7a\xd4\x92\x6f\x16\xc9\xf1\x07\x98\xb2\x11\x17\x9e\xcc\x36\x7a\xf6\x1b\x05\x51\x2d\xfb\x3c\xc4\x01\xb7\x17\x13\xb5\x2e\xa6\xd3\x17\xd9\x11\x7f\x1d\xb5\xf0\xc3\x30\x7c\x58\x4b\x42\x13\x7a\xb0\xe4\xd7\xfb\xc4\x42\x33\x3d\xd6\x05\x12\xa3\x1f\xd0\x55\xe4\x5f\x25\x86\x8e\xb1\xb1\x1c\x5b\x52\x9b\xc7\x4c\x7a\x86\x81\x50\x72\x6b\x6e\xc6\xc6\x50\xb2\xaa\x36\xe1\xe3\x36\xb6\xb4\x7a\x36\x48\x34\xa2\x73\x3d\x36\xd2\x5f\xb7\x2f\x0e\xe8\x0f\x40\x39\x9a\x5f\xc0\x21\x93\x90\x30\xe8\x41\xa3\x8a\x31\x31\xe0\xcb\x5c\x05\x8f\x91\x08\x61\x11\xe4\x91\x90\x0d\x46\xc2\xdd\x80\xb3\xf3\xf6\xea\x11\xd4\x31\xfb\x7d\x40\x5c\x5c\x74\x64\x94\x74\x11\x4e\x8d\x8c\x25\x0f\xb7\x71\xe7\x73\xff\xac\x42\x2f\xd2\x35\x90\x46\xd9\x11\x92\x83\xe6\x0e\x7f\x5f\x90\xcd\xb5\xfb\xf9\x05\x31\xc8\xfd\x01\x22\x5e\x30\xa2\xc2\xca\x10\x8a\x0c\x24\x24\xcc\x06\x21\xd4\x10\x8e\x93\x1e\x08\x0b\x53\x99\xa5\x18\x90\xab\xc2\x9b\x5e\x2b\x50\xcc\xfd\xa1\xd8\xf5\xeb\x7d\x68\xaf\x8a\xdf\xef\x9c\x80\xf6\xa8\xa2\x34\x47\x51\x13\x00\xea\x7e\x0c\x9c\xf0\x86\xa0\x44\xfd\x4b\xc7\x3c\x2a\x4a\x3f\x8a\x76\x0f\xca\x65\x0e\x86\x1f\x15\x20\x08\xaf\x90\x20\x90\xf8\x3c\x1a\xfc\xef\xbc\x64\xc4\xa1\xa9\xb4\x44\x0c\x0a\x66\x43\x2c\x71\xc0\xc5\xc6\x3e\x3d\x03\xe5\x2f\xad\x70\x1b\xb0\xe8\x64\x6f\x0a\x8a\x4b\x3a\x73\xca\xf8\x71\x47\xd6\xfb\x41\x18\x6a\xcd\x81\xa4\x20\x22\xa5\x23\x02\xfd\x69\x7c\x24\xf0\xb1\x3d\x65\x20\x38\xde\x49\x30\x46\xc0\x9f\xdb\xe7\x86\xee\xcb\x43\xb7\xc2\x01\x03\x8d\x3d\x1b\x46\xc7\x04\x44\x88\x06\x55\x17\x8e\x75\x1f\xa8\x03\xac\xc4\xcb\x31\x28\x19\x49\xf6\x1a\x90\x63\x9a\x77\x71\x10\x64\xd5\x3f\x80\x99\xf8\xa0\x41\xd0\x29\xc3\x67\x1f\x3e\x34\x4e\xc2\x30\xe0\x43\x63\x75\xd7\x18\x0f\x46\x14\x4c\x61\x2f\xb1\xf7\xc6\x60\x55\x1c\x19\x7c\xc6\x12\x53\xa6\x3d\x16\x07\x8a\xb8\xdb\x7f\x79\x4c\x3a\x98\x78\xca\x70\x81\xb1\xc7\xf6\x80\xd4\x61\x9f\x9b\x81\xda\x84\xdd\x27\x7b\x87\x72\x45\xec\x70\x20\x5a\xab\x19\x49\x90\xa8\x58\x19\x17\x63\xfc\x78\xb4\x78\x17\x61\x4b\x08\x09\xc4\x83\xb6\x04\x9f\x24\x94\x2f\xb6\xde\x77\x50\x02\xb0\xdc\x34\x28\x01\x78\x53\xce\x0d\xec\x45\x03\x9c\xbc\x60\xe8\x12\x36\x4e\xe0\xe1\xab\x8d\xe4\x73\xaf\x36\xf1\x44\xc2\xe0\x40\xb6\x99\xcd\x23\xd2\xdb\xc3\xf6\x8d\x01\xeb\x80\x13\x2b\x0d\x78\xaa\x3a\xf8\x69\x5c\x0d\xd9\xba\x34\x45\x2a\x4c\x5e\xcf\x3b\x54\x3e\xbf\xb2\xde\x0c\x44\x3a\x6d\x26\x0d\xf4\xe3\x70\x5c\xc1\xb8\x10\x98\xe1\x83\xbb\x38\x7a\x1f\x46\x73\x98\x1a\xc2\xfc\x08\xc5\x8c\x55\xaf\x39\x06\x2a\x09\xaa\x4c\x5f\x8c\x1b\x71\x0c\xee\x1f\xb9\x5f\xca\xf4\x0b\x64\xd8\x86\x17\xea\x38\x38\xf4\x68\x20\x39\x9e\xaf\x78\x03\x55\xe2\x5f\x94\x05\x55\xe2\x87\x84\xf3\xf1\x30\x92\xc4\x48\xf8\x80\xe3\x49\x45\x36\x19\xeb\xa3\x5a\xc1\x31\x37\x90\x6b\xa9\x3b\x26\x78\x72\x12\x4e\x4c\x84\xa3\xdb\xd8\x3c\xa9\x0e\x71\x68\xf4\xdc\x20\x7c\xbf\x3a\xa4\x67\x98\x3b\xc4\xb1\x10\xfd\x9e\x89\x4b\xd6\xfb\x29\xb1\x43\xff\x00\x73\x8d\xd6\x3c\x11\xac\x6d\x07\xa1\x89\x4a\x04\x16\xd6\x67\xd9\x50\xcb\xbf\xab\xbd\xde\x77\xc8\xde\x5c\x1c\x2f\x8a\xb4\x88\x93\x8a\x74\x81\x68\xd2\x83\x53\x55\xd3\x62\x92\xc5\xe9\x96\x36\x2b\xc2\xc9\x75\x65\x9a\x95\xde\xd2\x7a\xde\x90\x8a\x44\x17\x9a\x09\x97\x48\x7b\x9a\x4c\x28\xba\x1d\xb9\x3b\x69\x5f\x4f\x7e\x7e\xa1\x7f\x7f\x0f\x3d\x80\x17\xd0\x88\x35\x06\xd9\xba\x59\x87\xd1\x6a\x22\x5f\x9b\x35\x0d\x13\xe4\xde\xb1\x22\x13\x6a\xec\x6a\xaf\xd8\x89\xaa\x6a\x76\xdf\x9e\x20\xe7\x56\x8e\x4c\x44\xa3\x54\xd5\x51\x8d\xb9\xee\xda\xc3\x57\xb4\x89\x2a\x6b\xf6\x43\x9b\x1d\x11\xf8\x12\x34\xe7\xa2\xff\x63\xf3\x9e\x74\x96\x9f\x10\x71\x9b\xcc\x6d\xa2\x73\x3d\xfb\x40\x07\x5a\x62\xc7\xa6\x25\x0f\x70\xc2\x57\x5a\x33\x1c\x04\x81\x06\x40\x78\x4a\x35\xb9\x9f\x60\x20\xce\xca\x37\xa1\xeb\xae\x8e\x1c\x9d\xd0\x75\xdb\xa1\x6a\xfe\xe4\x97\x95\x60\x32\x07\x52\x83\xfa\xe8\x0c\x4e\xc9\x1f\x60\xdb\x8c\xd8\xc8\xb8\x66\x4f\xd8\x39\x91\x54\xc0\x07\x63\x72\x89\x9a\x11\xaa\xd3\xdb\x83\x69\xe2\x56\xfb\x9a\x20\xee\x98\xe5\xd5\xa6\x67\xad\x76\x1d\x77\xcc\x6a\xab\xdb\x5c\x77\xcc\xf9\xfe\x00\x03\xbc\x3e\xe0\xae\x4a\x3c\x9e\xb8\x63\x9a\x98\xce\x9d\x3e\x54\x9a\xe1\x81\x5d\xf5\x49\x59\x0c\xc4\xa9\x3e\x63\xae\x1b\xe2\xcb\xb3\x79\x1e\x1c\x50\x10\x38\x78\xf4\x85\x35\x28\x82\xe6\x3a\x3b\x31\x4f\x0e\xa0\x09\x2d\xfe\x11\x8e\xf9\x99\x70\x16\x7c\x9d\x4c\xd8\x96\x1d\x8a\x3a\x4f\x78\x2f\x19\x0b\x60\x5a\xb6\x89\x6a\xc2\x57\xb0\x3a\xb5\xc4\xbc\x98\xfb\x53\x20\x42\x7d\x7c\xfb\x7c\xcd\x75\x07\xcc\xa9\xb9\x8d\xd4\x13\xc6\x22\x94\xbb\x2f\xe5\x57\x19\x06\xe6\x0d\x6b\x80\x88\xf3\xbc\x89\x30\xea\xfc\x01\x5d\x31\x25\x45\xda\x7b\xc7\x88\xcd\x87\x9e\x90\x82\x0e\x2e\x5f\xd5\xce\x55\xf3\xc1\xec\x24\x00\xec\xdb\x4f\x2a\xce\xd0\x0f\x09\x35\x54\xab\xda\x19\x6e\xc3\x5d\xed\x06\x8c\xf1\x73\x44\xb0\x0b\xbe\x7b\x82\xf7\x97\xc0\xb1\xd3\xdf\x4c\x37\xfa\x3d\x21\x55\xb8\xc7\x4b\xf0\xef\xd0\x65\x65\xff\xc9\x0d\x2a\xf8\xed\xeb\x36\xf3\xca\xf2\xb4\xe7\xcc\x17\xa6\x7e\x28\xa0\xad\xfe\x00\x87\xa6\xba\x0d\xa4\x57\x75\x82\xd8\x91\x0e\xd4\x7e\xc1\x7b\x26\x4c\x3e\x38\xbd\x17\x4e\x41\xec\x65\x87\x62\xd9\x6a\xc4\x1d\x76\x58\xfb\x45\xee\xa8\x7d\x6f\x4f\xa1\x7d\xb1\x8f\xa1\x4a\x39\xb1\x17\x9c\x32\xa9\x25\x76\xa4\xd1\xb0\x03\xdb\x8e\x0b\x93\x77\x7d\xc7\xfd\xc6\x62\xe0\x8e\x2c\x18\xaf\x05\x54\xd2\x62\xf5\x8f\x5c\x5d\xb6\xce\xef\x0d\x28\x27\x6e\xb4\x37\x42\x44\xfd\x31\xd5\x96\x28\xe9\x0e\xee\x52\x6d\x12\xda\x1b\x4e\x65\x75\x87\xf0\x11\xf6\x04\x83\x10\x92\x60\xba\x43\x51\x3b\x0d\x42\x14\xf9\xb4\x3b\xfb\x8e\xd2\xf5\x76\x32\xdc\xe9\x7d\xe5\x3d\x23\xed\x16\x99\xd9\xa1\xf5\xb4\x8d\x69\x47\x68\xa1\x15\x82\x3b\x72\x61\x5a\xcf\xb2\xd3\xaa\x58\xfc\x3e\x21\x2a\x88\x23\x8f\x55\xb5\x96\x62\x87\xaf\x94\x5d\xfc\xf6\x09\xb2\x22\x35\xcb\x3e\xe1\xdf\x6b\x10\x4d\x50\x56\xa3\xf5\xa2\xbc\xd3\x6e\x96\xfb\x4e\x90\xeb\xfd\x9d\xf1\xc1\xa2\xac\xfb\x12\xed\x87\x4a\xfd\xc5\xbe\x17\x9c\x74\x4d\x08\xa9\xa9\xec\x42\xb8\xc3\xc9\xa8\xe6\xec\x11\xb0\x27\xcd\x1d\xc0\x0a\xe6\x3d\x5b\xa2\xfd\x1c\x06\xf9\xc1\x01\xf4\xfd\x01\x24\xf5\x00\x70\x1c\xdf\x74\xb9\xd9\x4f\x88\x24\x92\x13\xf7\x8b\xdf\x0b\x69\x2e\x20\xb1\x91\x7e\xd1\xbd\x69\x42\xbc\x43\xf5\x55\x7d\xe7\xdd\xaf\x0b\x20\x72\x07\xf7\x6a\x7b\x4f\x2f\x5e\x7e\xf4\xfc\x87\xf6\x69\x41\x37\x6f\x53\x82\xd0\xcd\x3a\x08\x26\x4d\x37\x99\x97\x56\x8c\x34\x8b\xd5\x77\xd4\xfd\xc6\x26\x19\x8d\x1f\x2c\x49\xbc\x62\x7f\x30\x82\xb1\x04\xee\xc5\xce\x90\x7a\x6c\xf4\xbe\x4d\x6a\x2f\x29\xae\xbe\x9e\x63\x05\xda\xf4\x63\x89\xa1\xd3\x58\x7e\xc0\x39\xd7\xe7\xf0\x48\x80\x80\xa8\xf7\xc1\x72\x17\x96\xc2\x8e\x8c\xf0\x52\x11\xd7\x23\xd3\xe2\xa4\x01\x40\xfb\xac\xff\x3c\x32\xfc\x29\x74\x3b\x39\x20\xf7\xb6\xfe\xab\x30\x9c\x03\xfe\x2c\x4e\x89\x74\x14\x58\xb3\x84\xb1\x47\xe9\xe8\x4c\xb3\x85\x5a\xa8\x9a\x19\x1d\x90\x92\x9b\x47\x2f\x4c\xca\xe4\x0e\xc1\x6a\x93\x9f\x23\xc4\x5a\xe0\x3f\x90\xec\x47\xd5\x2d\xe3\xa8\x30\x39\x1a\xdc\x20\x7b\xb3\xf9\x7d\x4e\x40\xfb\x79\xc0\x5c\xa6\x0a\xaa\x71\xc0\x2d\x56\x89\xcc\xe3\x68\xf0\x4f\xd7\xfd\xfb\x40\x92\x63\xfb\xc7\x1c\x48\x18\xf8\x9a\x20\xc9\x9a\x5d\xe8\x8f\x45\xd6\xc6\xf6\x7a\x21\xc3\xad\x4b\x2b\x0c\x44\xf9\x4b\xec\x3e\x02\xd7\x65\x29\x67\x0f\x78\x8b\xa8\x06\x6a\x1c\xc8\xf0\x63\x3f\xdf\x23\xe0\x97\x66\x10\x07\x6c\xa6\x22\x63\x47\x07\x19\x35\x42\x2d\x11\x78\x38\xc4\xf1\x58\x22\x70\x77\xb6\x96\xa3\x53\xbe\xf3\xf7\x3b\x4b\xb2\x6b\x02\xfd\x80\xa1\x59\x0b\x82\x8c\x6c\xd5\xdf\x31\x60\xaa\x97\xc0\x7a\x50\xe2\x35\x02\x52\xe2\x2d\xde\xa3\x41\x29\x5d\x38\x01\xe3\x91\xe3\x20\x8e\xc1\x3d\x33\xcc\x07\xe2\x85\x5f\x2f\xec\xd0\x38\x68\x46\xcc\x48\xd8\x3d\x03\x56\x95\x97\x9e\xe8\xa0\x0c\x2d\x33\xc8\x81\x08\x6b\xc7\x04\x1c\x2c\x91\xe0\x08\xe4\x63\x32\xd1\xa4\x66\x00\xe3\x51\x75\xee\x84\x63\x92\x30\xe9\x85\x1d\xbc\x40\x94\xf5\xd8\xe1\xd3\x21\xde\x70\xec\x10\x39\x25\x21\x1e\x3b\x28\xa1\x78\xc3\xb1\xb3\x3f\xcd\x18\x94\xd9\x94\xfb\x40\x94\x90\xf5\xb9\xc7\xc1\x73\x20\x10\x40\x66\xf6\x75\xf9\x40\x4e\x9d\x66\x10\x21\x48\xa8\x5a\x86\x3d\x10\xe1\x9c\x93\x3f\x00\x9d\xf2\x39\x00\xa9\x4f\xaf\x09\x80\xee\x18\x6d\x28\x64\x5b\x80\x38\xe0\x01\xba\x19\xa6\x50\xe2\x98\xfd\x1e\x27\xd2\xad\xe8\x36\x79\x9c\x88\x7b\xf0\x8a\x4e\x16\x25\x17\xda\x9d\xcc\x40\x6c\xda\x82\x94\x37\x56\xd5\x1d\xa8\x89\xf0\xd2\xeb\x1f\x8c\x57\xf6\xc9\x81\x92\xa7\x49\xc0\x38\x16\x77\xaa\xbe\xd1\x1f\x17\xfc\x74\xba\x9f\xb3\x68\x83\x06\xbc\xa0\xda\x33\x1a\xd2\x23\xd4\x20\xbc\x06\x27\xa0\x4d\x84\xa2\x67\x33\xa2\xc3\xad\xa6\xda\xf9\xee\x80\xdc\xff\x62\x16\x28\x08\x6a\xcf\xaa\xe3\x86\xcb\xe4\x70\x7b\x21\xf6\x94\x50\x78\xdc\x70\xeb\x95\x60\x7d\x3c\x70\xc1\x94\x72\xf1\x80\x5d\xa5\x3a\x25\xec\xf1\xc0\xfb\xcf\xbb\x06\xc5\x4e\xd5\x85\xfa\x80\xe1\xc5\x9e\xd2\x07\x65\x7f\x3b\xb5\x1e\x0f\xc8\x9d\x64\xa0\x73\x63\x87\x53\x6d\x38\x02\x69\x97\xcf\x0d\x7e\x39\x3a\x48\xe7\x36\xa0\xaa\x2a\x6a\x9f\xe8\xef\x57\x8a\xb4\x13\x19\x7b\xab\xc4\x8b\x73\xe3\xec\xc2\xa3\xc1\x2c\x24\x9c\x3b\x51\x4f\xd3\x16\xdc\x33\xe1\x1e\xa0\x8b\xc3\x09\xb3\x49\xb5\xe3\xd3\xb9\x6e\x1e\xb9\xbf\x3a\x80\xfb\xc7\x74\x07\x58\xae\x94\x42\x27\x92\x10\x5a\xc4\x3b\x13\x0b\x8b\x84\x5f\x80\xc1\xb5\xb9\x43\x64\xb7\xd3\x06\x9c\xbc\xaa\xd8\xd4\x73\x22\xa9\x60\x9d\x6e\x33\x8a\xcc\x6d\x84\x54\x4a\x75\x77\x32\xa7\xa0\x94\x34\x27\x5c\x50\xab\x5d\x5c\x4e\xf8\xa0\xda\x99\xee\x44\x09\x4e\x9b\x84\x4f\x64\x8d\x69\x6e\x02\x23\xa6\x3f\x87\x9f\x92\xd8\xc1\xc9\x8a\x9d\xd9\xdd\x61\x03\x93\x9f\x5f\x1c\xdf\x13\xe2\xf5\xd1\xed\x07\x69\x75\x04\xb2\x02\x79\x45\xa7\xee\x44\xc2\xc1\x6a\xdb\xd6\x89\x34\x34\x6d\xf3\x07\x85\x2f\xf8\x07\xc4\x02\x1b\xe7\x58\x7a\xe1\xd5\x46\x65\x3c\x6f\x12\x6c\x4d\x0e\x29\x3b\xe1\xa3\x63\x57\xf3\xb3\xc2\x07\x48\xc7\xf8\x44\xde\x1a\x6b\x06\xcf\x25\x63\x54\x07\x99\x9e\x15\x39\x7f\x75\xb3\x39\x29\x63\x54\x83\x1c\xb1\xd1\x76\x99\x3d\x99\x27\xd9\x7b\x08\x43\xce\x08\xb7\x91\x20\xd5\x78\xde\x18\xfd\xa8\x3d\x69\x24\xde\xaf\x17\x90\x63\x71\x73\x07\x70\x8e\xf7\x8a\x1b\x52\xd0\x1a\x6d\x1b\xca\xc9\x78\x8f\xe0\xe3\x3a\xbc\xc9\x4b\xa8\xc9\xce\xee\x7e\xb2\x04\xa8\x0c\x35\x67\x30\x5e\x42\x13\x62\xdd\x2a\xa9\x2a\x4f\xca\x20\xe2\x36\x27\xfc\x51\x1d\xc1\x71\xe2\xea\x56\x7d\x83\x3f\x3b\x12\xdf\x0c\xb7\x0b\x5f\xd0\x88\xa8\x80\xed\xf8\xce\x13\x96\x9e\x57\x24\xcd\xd9\x03\x2f\x68\x0a\xa8\x24\xe5\xbc\x82\x67\x87\x07\xa3\xf1\x1a\xa5\x13\xec\x19\x76\x8e\x84\x73\xa6\x29\xc2\x69\xd5\xb6\xa9\x73\x49\x35\x2f\x5b\xda\x09\x43\x50\x6d\xd2\x76\x9e\x83\x58\xe7\x36\x27\xe4\x0e\x3b\x3f\x70\x8f\x28\x0e\x6c\x34\x46\x26\x1a\x6b\x3d\x4e\xd6\x62\xf0\xc9\x46\x1e\x99\xcd\x9b\x32\x91\x3f\xdc\x94\x02\x96\xa5\x17\x69\x61\x96\x64\xaf\x78\xc2\x31\xcc\x10\x43\x18\x4d\xb5\x0d\xf8\x64\xe2\x40\xa3\x2d\xea\x38\xbd\xa8\x25\xc2\x66\xaa\x5d\x0e\x4f\x64\x0e\xb4\x13\xcf\xb9\x67\xbe\xa0\x1e\x76\xa4\x34\x37\xf9\x44\x5c\x8d\xd3\x20\x9c\xc8\x1c\xa3\x2a\x43\x71\xc2\x56\xa5\x9a\x97\x71\x22\xac\xc6\xa1\x8b\x27\xc2\x6a\xaa\xaa\xcc\xc5\xb9\x6e\xbc\xcd\x29\xb8\x4e\xdc\x78\x7d\x99\x39\x77\x38\x0c\xbe\x66\xcc\xa0\xb7\xf2\x2b\x47\x81\x13\x69\x65\x6c\x73\x3e\x77\x26\x43\xd2\xf2\x50\xa6\xc1\xb9\x52\xcf\x25\x94\xb5\x17\x8e\xa0\x4c\x83\x73\xee\x9e\x88\xaa\x71\x66\xd2\xf3\xa0\x4f\xa8\x56\x73\x70\x47\x0c\x9f\x25\x74\x55\x27\x90\x3a\x91\xd8\xf0\x45\xdb\x11\x98\xfd\x3a\x87\x07\x9c\x56\x8b\xdf\x47\x19\x58\xa3\xc8\x09\x13\x81\xc4\xd8\x93\x55\x1c\x8c\x32\xcc\x08\x63\x70\xc2\xb0\x66\x1b\xc7\x89\x34\x84\x2f\x57\xef\x13\x75\xaa\xec\x86\x7b\x22\x28\xfa\x85\x32\x4b\xc4\x6a\x43\x32\xdb\x79\xf1\x18\xab\x43\x88\x58\x0e\x24\x3f\x51\x86\xca\x81\x4d\x27\x42\xa2\x6d\xf2\x3e\xe1\x2c\xe3\xf8\xff\xf3\x42\xcd\xd7\xd7\xfb\x90\x4a\x9b\x29\x1f\x32\xc6\xa8\xc2\x79\x9c\x37\xe2\x92\x0c\x72\x64\x8c\x49\x52\xab\x9d\x37\x4b\x6a\x6a\x4b\x6f\x1e\x73\x4b\x08\x37\xa2\xed\xbd\x62\x44\xe9\xd8\x36\x77\x52\xc3\x60\x83\xed\x89\x14\x33\x2f\x42\xb5\x64\xb8\x36\x4c\x06\x90\x06\xf0\xb5\x87\xa8\xb9\xee\xb8\xa2\xf3\x21\xed\x14\x08\x1f\x22\x9d\x9f\xf3\xd0\x19\x29\xe0\x2a\x6d\x67\x92\xf3\xf9\x59\x82\x7f\x80\x5c\xfb\xfa\x80\xb9\xa4\xdd\xe6\x12\xcc\x81\x9f\x1d\x43\x6a\x57\x59\x1b\xcb\x2c\x9b\x99\x00\x8d\xb6\xc8\x04\xe8\x0c\xa3\x27\x4a\x63\x59\xfd\x7a\x3e\xdc\x25\x91\xbe\x8b\x1a\x64\x7b\x0a\x5f\x1b\x62\x4d\x25\x28\x5f\x28\x7e\xe5\xd4\x71\xd7\x06\xbc\x10\xe9\xba\xb6\x03\x42\x4d\x55\xfb\xc4\x73\x7f\x0f\xa9\xc4\x50\xbc\x50\xec\x61\xc8\x8a\x72\x25\x66\xae\xd0\x04\x12\xac\xe4\x5a\xe2\x95\x48\x79\x04\xa4\x0b\x05\xad\x9c\x86\xff\x4a\x80\x91\x44\xf9\x0b\xd9\x03\x55\x50\x2d\x2e\x38\x4b\x3b\x48\xe4\x42\xf2\x3e\xfb\x4c\x5d\xac\x94\x6e\x59\xfe\xca\x5c\xa2\x96\x44\x8d\xb3\x88\xed\x85\xea\x0e\x26\x6d\x57\xe6\x8a\xf4\x3e\xe4\x28\x47\xe8\x5d\x50\xcd\x38\x3b\xe1\x55\x70\x34\x25\xb5\x5c\xcc\xdb\xac\x42\x85\x71\x41\x8c\x72\xfa\xc5\x0b\xe9\xff\xec\x38\x70\x21\x62\xb9\xaa\x30\x60\x5c\x05\x55\xb3\x75\xc7\xbd\xca\x89\x04\x8b\x9e\xc1\x85\xc4\x67\xee\x00\x87\x57\x0c\xef\xaa\x48\x44\xeb\x15\xc3\x85\xa7\xda\x2e\x70\x55\x52\x13\x75\x58\x39\x65\x91\x87\x0b\x4e\x3c\x4e\x4a\x73\xc1\x89\xc7\xb2\xe5\x05\x49\xcd\x01\x62\xd7\x92\xd4\x9a\x75\x29\x17\x04\xb5\x1a\xc9\x1f\xec\xeb\x74\x57\x4f\x09\x9a\x85\xe9\xe7\x27\x3f\xf0\x0b\x60\x19\xc5\x2f\xdc\x08\x02\xfc\x55\xe4\xcd\x55\x71\xf4\x45\xbe\x2f\x78\x5e\xd7\x10\x79\xbb\x10\x82\xed\x3a\x40\x17\x72\xe8\xd8\x77\xf1\x6a\x05\x81\x2e\x02\x18\x04\x49\xa7\x9d\xbd\x1a\xa2\x50\x25\x87\x5d\x6d\x47\xc1\x61\xc1\xaf\x81\xbe\x87\x01\x08\xc1\x71\xbc\x06\x64\xbd\xff\xd7\x08\xc0\xba\xea\x19\xb2\xfa\xae\xce\xfa\x15\x20\xc0\x12\x05\xaf\xc0\x1e\x1a\x49\x82\x8e\x69\x6e\x43\x56\x16\x79\xbc\x82\x65\xa9\xb5\xe7\x70\xb7\xb6\xaf\xf3\x15\x80\x99\x68\xcf\x85\x08\x6b\xdb\x96\x2e\x04\x50\x0f\x1f\xec\x3e\x10\x7e\xa6\x09\x2f\x39\x71\x26\x13\x86\x8e\x15\x8b\xc3\x5d\x83\xe5\x35\x35\x3e\xfc\x7d\xa6\x91\x9e\xca\x2b\x07\x41\x5c\x03\x55\x55\x24\x82\x5c\x10\xf3\x6c\x29\xba\xe0\xf9\xec\xbc\x21\x17\xf2\x09\xda\x7f\xf4\x1a\x04\xf1\x6b\x06\x0c\xb8\xd3\x0a\x50\xbb\xdd\xf5\xad\xae\xc9\x63\x22\x5d\xd1\xc5\x0c\xd3\x1e\x71\xc9\x75\x25\x0c\xd2\x49\xa4\xf5\x14\x26\x52\x8c\x49\x4c\xbb\x26\x37\xd5\x1d\x3e\x08\xc4\x57\x7b\xe7\x9e\x6a\x00\x86\x4f\x8b\x07\x5e\x94\x03\x5d\xba\xe6\xfa\x29\xb9\x25\x20\xee\x3f\xb4\x46\x6d\x66\x7c\x36\x16\x2c\x41\xb0\xd8\x7b\xee\x42\x06\xc1\x14\x6e\xc3\x28\xdd\xdc\x21\x65\x5b\x7f\xcf\x9c\xd8\x9e\x31\x88\x65\x78\xc6\x58\x61\xf8\x7b\x08\x4a\x92\xf6\xaf\x03\xd2\xbf\xe7\x03\xf5\x99\xf3\x35\x5f\x07\x8b\xbc\xfa\x39\xb0\x50\x82\xda\x45\x6d\x98\xb1\x16\xf9\xa2\x5f\x7b\x7a\x82\xb6\x9a\xf4\x9d\x28\x42\x5d\xfd\x3e\x88\xbf\x21\x7e\x22\x15\x82\x99\xc3\x89\xd2\x75\xa6\x53\x17\xfc\x41\xdd\x1f\x8a\xb1\xdb\x02\x7b\x5d\x9d\x45\xb1\x35\x01\xd4\xf3\xb4\x20\x75\x5d\x20\xee\x12\x73\x2e\x14\xc4\xb2\x62\xe3\x42\x6a\x3e\x97\xbe\xbb\xae\x9f\x2a\xdb\x1a\x81\x82\x96\xd4\xd6\xd7\xfd\x63\xbc\x52\xbb\xc2\xad\x41\x2b\xbc\xb9\xe5\x5e\xd2\x0d\xd1\xcf\x38\xb1\xe4\xa6\xf1\xfe\xe0\x40\xa1\x70\x0f\x48\x9f\x2e\x0f\x80\x73\xd3\x8d\x03\xa8\x80\x35\x8d\x03\x0f\x8a\x09\x49\x93\x72\x51\x70\x72\xc8\xc1\xc5\xd4\x32\xa6\x65\x14\x9c\x5c\xdc\xee\x5a\x82\xd3\xb0\x16\xf8\x5a\x82\xd3\xb4\xa5\xfc\x7a\xa8\x08\xd0\xb9\x7a\x06\x3b\xf0\x0b\xb8\x94\xbe\x3e\x80\x92\xf5\x35\x03\x9c\x54\x93\x5b\xb8\x51\xa9\x66\x7f\xdc\x1b\xab\xae\x6d\x6a\xef\xc8\x36\x98\xd4\x06\xfd\xee\xbf\xcb\x2a\x70\x53\x48\x92\xa4\x7a\xc3\xa5\x2a\xb4\x85\x37\x65\x24\x1d\xb2\x1b\x79\xfd\xaa\xc3\x11\xee\x04\xc7\x3d\x9d\xa2\x1b\xd5\xe0\x1d\x3a\x7b\xa3\x48\xa8\x7d\xae\x6e\x64\x9e\xa9\x0e\x26\xb8\x13\xf7\xdc\x6d\x94\x6a\xd0\x31\xbc\x29\x54\x89\x3f\xdd\xe9\x42\x87\x9a\x21\x6d\x5d\x22\x5c\x37\x6c\x5d\x4e\x64\x75\xe7\x9f\x64\xb1\x9a\x31\x52\x2a\x3b\xd6\xe6\x46\x8d\x2d\x97\xc0\xba\x91\x57\x66\x78\x02\x4b\x2a\x1b\x96\xee\xef\x8c\xb0\x15\xe1\xd4\x0d\xa1\xac\xba\xd6\xdf\x4d\xa9\x2c\xfc\xc1\x89\x54\x39\x5a\x01\xbd\xc8\x86\x9f\xdf\xec\xc0\x53\x46\x95\x30\x51\x8a\xbb\x80\xc5\xcb\xfa\x72\x53\xfb\xe5\x12\x8d\xf7\x92\xdb\xb2\x2d\x11\x37\xb5\x5d\x32\x7e\xdc\x2c\xfd\xee\x2c\x28\x37\x42\xd6\x1c\xde\x7a\x23\x4d\xb3\xa3\x8f\x6f\x04\x6c\x4f\xd1\x9e\xbb\x42\x88\xf8\x7f\x18\x3b\x93\xb3\x69\x79\x5e\x09\xa7\x72\x42\xc0\xb3\xbd\xf9\x73\x81\x06\xf2\x0f\xe1\x5c\xbe\xf5\x7c\x55\x2c\xdf\xa5\xbb\xc1\x78\x94\x64\x59\xaa\x92\x2c\x7e\x2a\x5d\xf0\xfb\x35\x64\xa9\x66\xb9\xc5\x2c\x4b\x76\x3c\xb8\xab\x7c\x5c\x78\xf0\x56\x55\x63\x40\x3d\x90\x5c\x98\x2d\xe7\xc1\x7d\xe5\x80\xa0\xa7\x41\x90\x34\x5d\x21\xd2\x56\xfb\xf0\xe9\x0c\xba\xb7\x45\x8f\x16\xe9\x7d\x90\xf7\x0c\x24\xf3\x90\xee\xf4\x19\xf3\xf1\x02\x5e\xa1\xef\x4f\x48\x35\xbc\x2a\xc2\xd7\x63\x57\xcb\x83\x11\x60\xa7\xec\x13\xbe\x1e\xf7\x10\x57\x8e\x49\x2e\x9f\x49\x83\xfd\x01\x38\xbd\x7d\x09\xf9\xac\xbd\xcc\x8c\x5d\xff\xc4\xfd\x93\x83\xc5\x9f\x85\xa1\xea\x11\x58\xc4\xa5\xe9\x44\xf6\x6c\x0d\x3e\x7c\xac\x7d\x88\x12\xae\x3e\xf7\x3e\x2b\x5a\xa0\x2f\x6c\x15\x5d\xb3\x24\xd3\x73\xb2\xf0\xdd\x82\x33\xf8\x0b\xe5\xdb\x78\xa0\xc5\x72\x4c\xea\x43\x66\xd1\x67\xeb\x06\xc2\x88\x4c\xd1\xe7\x0a\x0d\x28\x63\xfd\x09\x67\x89\x0c\xad\x27\x9c\x25\x3a\x03\x3e\x38\x4b\xaa\x8d\xf1\x07\x0c\x5e\x43\x41\x3f\x41\x0b\xe1\x43\xdf\x73\x61\x24\x78\x5a\xaf\x68\xa2\x9a\x7c\xb1\xd0\x97\xbf\xc8\x32\x99\x7e\x1f\x3b\xc8\x87\xc0\xe7\x42\xe9\x79\x73\x46\x20\xb2\xb4\xec\xf3\xa3\xc9\xd2\x79\xcf\x2f\x9a\xec\xad\xb3\xd5\xfc\x70\xbe\xea\xb3\xd5\xfc\xb4\xe3\xf6\xf9\xc5\xa8\xea\x94\xf8\xfc\x62\x2b\xb8\x46\x58\x82\xab\x2b\xf8\x11\x42\xe2\x32\x4a\xce\xa7\xb6\xe7\xb7\xb7\x86\x11\x1a\x9f\x5f\xcc\xb3\xb6\xc6\x1d\xd3\xe0\xdd\x4f\x7a\x93\x79\x1b\x1e\x2e\xc5\xaa\x0d\xe8\x87\x5b\x31\x3b\x46\x1f\xf2\x9b\x1c\x7d\xf7\xdc\xe4\x15\x7b\x73\xdd\x7f\x4c\x97\xe5\x9f\x74\x4e\x38\x74\x3c\x27\x5c\x89\x7d\x56\x01\xc9\x4d\xcd\x3a\xe7\x8e\xad\xae\x01\x08\x33\xc3\xf2\x14\x7f\x8e\x13\xde\x1e\x00\xec\x9c\x5c\xf9\x3c\x31\x45\x1e\xd1\x87\x60\x42\x8f\x38\xfe\x9c\xfa\xf9\x00\x2e\xc8\x4f\x39\xb6\xa2\x05\x72\xd0\x3e\x78\x3c\x9e\x85\x7f\xc6\x2f\xfc\xb8\xef\x77\x8b\x80\xfd\xf4\xfb\x00\xda\xf9\x0c\xf6\xbc\xd1\x42\xd9\x8e\xcf\x9f\xbf\x46\x13\x00\x1b\x59\xee\x7e\x01\x76\xb3\x4f\x05\xc0\x09\x58\x1e\xbf\x2f\x5c\xaf\xff\x95\xdf\xe3\xcf\x16\x6d\xfa\x01\x34\x46\x89\xdf\x17\xe6\x71\x53\x83\xbc\x07\x47\xb2\xe1\x72\x7c\x60\xa8\xcc\x0d\x8e\xd6\xe0\xcb\xa5\x99\xd3\x9d\x5e\xd4\xbe\x69\x91\x5f\x98\xbb\x0c\x44\xf3\x6e\xad\x3e\x8d\xd0\xf1\x06\x2f\x82\x74\xe8\x1b\xbc\x08\xde\xa8\x2f\xe8\x70\x26\xa0\x79\x03\x1d\x4e\x76\xc8\x9b\x43\x52\xb8\xc2\x68\xb0\xdf\x3f\x29\x77\x95\xf1\xcd\x68\xd3\xbc\xa0\xc3\x7d\xbf\x17\x72\xc0\x0d\x0a\x69\xba\xfc\xc3\x4b\x85\xea\x61\x44\xfb\x59\x32\xbc\x25\xf2\xb3\x34\x64\x90\x66\xd9\x03\xf6\x16\xec\x10\xe9\xd8\xb7\x74\x2a\x74\x39\x56\xdd\x72\x05\x93\x20\x4d\x0d\xc1\x56\xda\xd5\x80\xe6\x6f\x21\xba\x4e\xf2\xfd\x05\xfe\xb7\x7e\x6a\xac\xe9\x7f\xff\xb7\xbc\xee\x5f\xa8\x11\x7c\x65\xf4\x86\x27\x63\x79\xd9\x84\x9a\x97\x52\x7d\x5b\xb0\x34\xaa\x0b\x8d\xc0\x26\xa9\xa0\xb7\xc1\xfa\xd3\x5c\xe6\x60\x2d\x3b\xe4\x6d\x20\xa7\x6a\xdf\xbc\xe1\x4a\x70\x8a\xd8\x4b\xfc\xb9\xe9\x22\xde\x1e\xd2\x56\x15\x46\xf6\xd1\xca\xfe\x61\xb7\xe0\x33\x88\x44\xca\xd4\x95\x5d\x43\x07\xdd\x55\xeb\xa2\x93\xda\xe2\x69\x0c\x82\x6f\xe9\xac\xb7\x43\xfe\x29\xd9\xf8\x0e\x50\x2e\xbc\x11\xe2\xda\xca\x21\xf7\xef\xd8\x4d\x5c\x52\x10\x6f\x5c\x5b\xad\xe2\x1a\xc0\x7d\x3e\x5c\xc6\x39\xe0\x75\x32\x26\x15\xf8\x0b\x7f\x6c\x04\x6a\x12\x98\xbf\x76\x70\xbf\xe3\x8a\x07\xd4\x27\xfc\x15\x66\xa5\x79\x47\xf4\x41\x63\x30\x0f\xe2\x38\xf4\x85\xa0\xbb\xea\xfe\x3f\x06\x4d\xa7\x9e\x77\x42\x86\xe8\xb5\x3d\x61\x8f\xf4\x34\x10\x8d\xe3\xe4\xd0\x77\xc6\x66\x53\x83\x66\x34\x48\xeb\x68\xde\x94\xb5\x8e\x26\x5e\x3f\xc9\xcb\x77\x41\xb6\xe8\x49\xc1\xb4\x31\xd1\xe0\x7b\x1e\x74\x48\xcf\x9f\x89\x2c\xea\x7f\xba\xc1\x79\xcf\x0a\x2c\xac\x46\x07\x2b\xc6\x89\x30\x6f\x5c\x28\x2d\x0f\xc7\xb9\xe0\x51\xf4\xd7\xc3\xf4\x54\xf9\x22\x79\x5f\xe6\xf8\x0b\x33\x77\xb5\xe5\xf5\x12\x32\xe9\x55\x7f\xb1\xb1\x2d\xaa\x02\xfb\xc5\xb2\x92\xdc\xa7\x43\xfa\xef\x05\x29\xd7\x66\xd6\x8b\xc9\x61\x8f\xde\xfb\xe3\xfa\xbf\xbb\x1c\xf5\xa9\xfd\x5b\xbd\xb7\xe5\x5d\x19\x10\xfc\x9f\xff\x1b\xe8\x4c\x7a\xff\x8e\x88\x4e\xff\x7f\x01\x2d\xe3\xf2\xc3\xf7\xd5\xbd\x1b\x39\x23\x47\xc3\x8b\x3e\x76\xe2\xcf\xfb\xf0\x7d\x6f\xea\x07\xe0\x4e\xd7\xff\x10\x46\xe4\xd9\x7e\xa2\x7e\x97\x91\xac\xde\xe3\xc0\xc3\x7e\xb6\x2c\xf0\xb0\xe6\x3e\x7d\x39\x41\x1f\xb2\x77\x5e\x32\x91\x9a\x33\xb9\x5e\xe0\x5d\x8d\x96\xff\x12\xdd\xde\x0c\xe9\xff\xbe\x41\xb0\xab\x1e\x70\x39\xd1\x64\x52\x8d\x83\x68\x75\x35\x79\x1c\x47\x9c\xfa\xa7\xca\x80\xeb\xfc\x37\x25\xe3\x20\x9a\xbd\x89\x79\x69\x1c\x07\xcc\xd6\xff\xd9\x3c\xe3\x38\x62\x8b\xea\x7f\xb2\x7b\xdb\xf1\xdf\x91\x6e\x1c\x64\xf7\x1e\xff\x69\xfc\x71\x24\x50\xab\xff\x3b\x57\x8f\x23\x61\x01\x0c\x3f\xbf\xa8\xa0\xba\x46\xa4\x46\xf6\x03\x08\xfb\xec\x0a\x7e\xf1\x82\xbf\x70\x13\x14\x98\x55\x7e\xe2\x01\x0d\x42\xa2\xcd\xff\x49\x81\x71\x64\x76\xe5\xd2\xff\x90\x57\x0b\x62\x69\x1c\x39\xbc\xa0\x7e\x9e\x26\x2f\xfd\xbf\x35\xe6\xd2\x91\x6d\x1c\x71\x5b\x21\xa0\x95\x71\x14\x48\x80\x97\xba\xc0\x6d\x84\x3c\x6e\xe3\xe0\x36\x42\x77\xab\xe3\xe0\x14\x2b\x5f\xcc\x38\x2a\x34\xc8\x43\x3d\xac\x90\x5f\x2f\xf5\x10\x7d\x27\xbb\x70\x1c\xf8\xde\xc5\x0e\x3a\x8e\x16\x93\x32\xf5\x41\xf4\x9f\x5c\x6c\xe3\xd8\xc7\xdc\x29\xa0\x96\x71\x34\x10\x87\x9a\x1a\xb4\xf5\xdb\x4a\x4b\x1f\xc0\x53\xbe\xbc\x2a\xb6\x3a\x9b\xca\xa0\x1e\x47\x0f\xe2\x1a\xbd\xdf\x43\x55\xe8\xfb\x3d\x6e\x57\xfc\x3e\xbe\xa1\xa2\xfa\x21\x62\xd4\x55\xf8\x38\x50\x6e\x2d\x1d\xae\xf0\x8d\xb8\x99\xff\xca\xe0\x92\x68\xa7\x8c\x63\x80\xb8\x98\xf4\xfc\x00\x99\xe5\x50\x03\xf0\xa4\xb7\xe4\x2f\x84\x2b\xdd\x2d\x1c\x64\x34\x7b\x15\x02\x33\xd2\xd2\xa1\x26\x42\xcd\x58\xbc\x6e\x81\x19\xd1\xde\x1c\x07\xd9\x55\xba\x81\x1a\xc7\x0c\xbc\x3e\xbd\x0f\x35\xa3\x00\x89\xc6\x31\xff\x10\x63\x55\x7e\xb8\xee\xd6\xff\x78\xc6\x85\x83\x32\x0e\x88\xa4\x5b\x72\x97\x17\xd8\x0d\xc9\x65\xf2\x1e\xbd\x6a\x57\x60\x40\xfe\x0b\x92\xcd\x38\xd6\xe2\xe8\xa2\xd6\xaf\x40\xa4\xd4\x70\x05\x2b\xf5\xa1\xd6\x06\xa8\x67\x52\xeb\x08\xc6\x2f\x96\x3b\x24\xe2\x0a\x90\x72\x1c\x44\x1f\x88\xb6\x79\x1c\x20\x71\x64\x8b\x11\x4e\xdc\x2d\xb9\xbb\xe4\x51\x75\x6f\xea\x2b\x78\xa1\xab\x7f\x28\x20\x63\xa8\x45\xfb\x00\xdd\x3f\x2b\xe0\x8a\xd4\x2f\xb5\xe8\x0a\x57\x92\x86\x87\x78\x85\x96\x3c\x21\x64\x62\xe9\x46\x70\x1c\xfb\x84\x9d\x9b\x05\x57\x10\x31\x5a\x74\xfe\x62\xc2\xf5\xff\xd6\x7e\xa5\x79\xc9\xfd\x82\x4a\xda\xcf\x93\xc4\xdf\xd5\x20\x68\x14\x85\xd6\x34\x8e\x1f\x82\x30\x79\x93\x90\xd9\xa5\xeb\xb9\x71\xec\xe3\xf1\xfc\x8c\x39\x21\x9b\xcb\x52\xe0\x86\x87\x71\xe9\xf9\x3b\x7a\xd8\xd5\x43\x58\x08\x9b\x95\xc1\xcd\xc5\x81\x77\x31\xc7\x4b\xb1\x16\x8f\x03\x37\x77\xfb\xc8\x21\x50\x3f\xe5\xb9\x19\xc7\x83\xcb\xd3\x73\xb2\x8f\x97\xbd\x7b\x49\xc2\x58\x73\x78\x9b\x3f\xd1\xa2\xe1\x2f\xc6\xed\x8e\xcb\x80\x16\x7b\x19\x42\x3b\x28\xcc\x98\x71\x3c\x21\x17\x3c\x8b\x04\x91\xca\xf5\x3f\x0e\x00\xd5\x9b\x45\xf3\x0b\x84\x70\xd1\x24\xe0\xd5\x6e\x1f\xfd\xb5\x0f\xa0\x79\x79\x56\x51\xb1\x42\xa8\x1a\xe9\x08\xaf\x77\x56\x99\x9b\x6c\x49\xce\x44\x6a\xae\x7b\x90\x12\x81\x4c\x1a\xa2\xb4\xcf\x93\xa9\x29\x2c\x65\xa4\x04\xf1\xdd\xa7\xcc\x36\xfd\xcf\xc8\x19\x29\x05\xa2\xf0\xe1\x1a\x18\xd4\xaa\x16\xa1\x30\x95\x10\x38\x12\x00\xe6\xc2\x1d\x1b\x69\x9f\x40\xa7\x27\x21\x65\xee\x91\xa5\x5c\x12\xd9\x5e\xf2\x89\x8c\x14\xb9\xc0\x5a\x56\xa9\xc4\xce\x53\xfd\xa0\x83\x0b\xa5\x79\xa4\xba\x05\x9b\x6e\x5f\x46\xaa\x8b\x03\xad\xea\x07\x3c\x42\xf8\x28\x23\x71\xed\xdc\x84\x30\x32\xd2\xd6\x5e\xf9\x70\x03\x00\x8f\x68\xb2\xca\x47\x8a\x7b\xe7\xa2\x17\xa0\x1d\x56\x64\xec\x48\x0d\xe1\x94\xd5\xe2\x16\x15\x74\x3f\x40\x0e\xb9\x84\x47\xda\xa7\xb1\xf5\xf9\x22\xa7\xb1\x26\xb7\xc4\x48\x5b\x7f\x65\x81\xcc\x8c\xc4\x69\xac\x65\x6d\xd6\x44\x7a\xb0\x10\xf4\x46\x82\x9a\xb8\x7a\x99\x74\x26\xc9\x83\xd4\xd7\xff\xfe\x6f\xac\xcf\x17\x89\x34\x95\x11\x93\xfa\x5f\x93\xfd\x00\xbe\x23\x6d\xde\x04\xb0\x96\xe2\x09\x46\x02\x58\x4b\x97\xdb\x23\x8d\xf8\xa0\xc6\x88\xc3\x57\x13\xa6\xc8\x48\x23\xa6\x41\x83\x4a\x0c\x61\x71\x05\x7f\x19\x64\xea\xd1\xd6\x47\x4e\x5f\x1e\x69\x22\x1c\x24\x8d\xd2\x02\xe5\x5e\x56\x57\x0a\x7d\xa4\x2c\xf8\x91\x42\x1f\xb5\xfa\x2f\xfa\x26\x81\x62\x29\x84\x92\x91\x56\x74\x47\xc3\x41\xbc\xdf\xfc\x7c\x8d\xe0\x68\x2f\x7a\xd2\xcd\x84\xe3\x30\x12\x60\x52\xdd\xf5\x6d\x7d\xb4\xba\x1e\xbf\xb0\x7f\x5c\x5d\x68\x93\xe2\xf9\xb9\x62\x78\xfd\x42\x8d\x07\xfc\x03\xab\xde\x6b\x70\xab\x93\x2e\x40\xc2\x91\xae\x67\x9f\xad\x2c\x07\xb6\x36\x58\xd5\x0d\xfc\xc5\x17\xfd\x85\x5f\x40\x31\x69\x7c\xb7\x3a\x18\xba\xd5\x1d\x09\x12\xdc\xe6\xf9\xbc\x71\xbd\x0d\x3d\x0f\x23\x87\x39\x91\x46\x22\x2f\x57\x18\xfb\x23\x01\x03\x61\x8b\x27\xdd\x24\x65\x36\x57\xc8\x92\x2c\xae\xf0\x65\x82\x55\x7e\x62\x88\x5d\x06\x79\x48\x2a\x3d\x6d\x65\x30\x04\x3c\x34\xd2\x83\x02\x2e\x2e\x83\x45\xdb\xfd\xfe\xb6\x21\x0f\xa9\xb3\x84\xa8\x3e\x3c\x20\x84\xf3\x77\xef\xfa\x17\xda\x03\xef\x80\x38\xfc\x14\xef\xb9\x7d\xf8\x59\xd5\x1d\x8e\xc3\x8f\x82\x52\x47\x06\x1b\xc9\xe7\x80\x1c\xe4\x5f\x92\x1b\xd0\xfc\x4f\x61\xc3\x0e\x48\xf4\xa7\xcd\xec\x1c\x27\x0d\xb1\xe8\x8f\x0c\xd0\x90\x60\x6f\x46\xce\xb1\xea\xa6\xca\x2b\xf0\xff\xfc\x00\x21\x38\x92\xad\xc1\x79\xdf\x94\x82\x30\xe0\xbc\xcf\xcb\x4d\x2c\x00\x63\xfa\xff\x2d\x8c\x75\x9d\x35\x82\xbf\xbe\xb9\x85\x25\x48\x90\x96\xca\x00\x2e\x26\x57\x47\xbc\xbc\xec\xfa\x5c\xf6\x49\x66\xb9\xba\xf0\xd8\xf8\x6b\xa0\x34\x24\x57\x7f\x91\x82\xe0\xe7\x03\xdf\x50\x73\x08\x1f\x7e\x51\x06\xc5\x80\x0f\x7f\xc8\x5f\x32\xe0\xc3\x6f\xc3\xff\x93\xd1\xa6\x7c\xb2\x91\x89\x36\x3f\x0e\x97\x19\x0e\xc9\x61\xd8\xeb\xbb\xb8\x76\x06\x04\xf4\x5d\xa1\xd7\x23\x83\x8f\xdc\x3c\xde\xdc\xce\x35\x6f\x3b\x28\xe8\x57\xf5\x04\x10\x44\xa4\x34\x99\x91\xc9\xfc\x6d\xde\x05\xc1\x51\x2f\x1f\xc4\xc8\x7f\x90\x8e\x5a\x65\x19\xe4\x09\x85\xb1\x8e\x4c\xf8\x79\x13\x00\xf0\xc8\xc4\x9f\x4f\x2f\x12\xe2\xcf\x9b\xb2\x26\x47\x86\x38\x55\xd7\x20\x23\x43\x9c\xfa\x19\x44\x74\x8d\x92\x10\x06\x34\xf8\x59\x17\xc9\x23\x68\xf0\x5b\xfd\x54\x80\xb0\xf4\x32\x04\x69\x42\x80\xb5\x03\x1a\xfb\x6e\x65\x95\x61\x7a\x50\x0e\xdb\xc8\x83\x9b\x79\x1d\x5d\x82\xb6\xde\xaa\x23\x0f\xae\xcb\xbc\x0a\xb7\x2a\x99\x9f\x6d\x11\xbc\xa7\x52\x96\x39\x80\x89\xbc\x4a\x02\x22\xd9\x83\xce\xd1\xa7\x79\x48\x81\x4b\xd4\x45\xd2\xc8\x33\xc6\x5c\xba\x29\x93\xf2\x26\x2c\xf5\x91\x67\x8c\xf9\x3f\xf1\xde\x8c\x3c\xa3\xfb\x6a\xee\x0a\x6a\x60\x75\x6f\x41\x21\x23\x41\x03\xe7\x7c\x57\x56\xcb\xc8\x01\xa9\xec\xf9\x39\xc7\x36\xb0\xa4\x49\x83\x12\x3e\x7b\x11\x13\x79\x6d\x93\x30\x9f\xd1\x5a\x59\x60\x19\x5e\x2d\xdb\x2f\x79\x1f\x7e\x9a\x6d\xc6\xcc\xe5\xa1\x4d\xc2\xfc\x5f\xfe\x9b\xbe\x78\x75\xf0\x62\xf4\x85\xbf\x58\x6c\x0d\x30\xec\x9a\xba\x78\x1a\x79\x2b\xa3\xf6\xf9\x60\x1c\x4d\xa4\xcc\xa0\x88\x6f\x9f\x1e\xfd\xe2\x16\xc7\xef\xb3\x4d\xa5\x3a\x20\x6c\x6f\x36\x01\x21\x6c\x6f\xb6\x7e\x82\xb0\xbd\x35\xaf\xa8\xc0\x90\xb0\x64\xe6\x22\xaf\x7d\x36\xf6\xd6\x6e\xcd\xe6\x0e\x84\xeb\x69\x5a\x0e\x72\xd6\x69\xcd\x92\x85\xc3\x4e\xf9\x7c\x21\x82\xa9\xfd\x85\x68\x82\x67\xe1\xa1\x09\xde\x34\x5c\xbe\xd9\xc5\x01\x23\x7a\xfb\x8c\xe9\x3e\xbb\xb4\xcf\x26\x78\x42\x19\xf8\x7f\x08\xb4\x3d\xa9\x81\x5b\x24\x87\x02\x8c\xe8\xcd\x06\x1a\x8c\xe8\xf5\xd3\x63\x70\x06\x8b\xe7\xe4\x8d\x11\x50\x8f\x5f\xe6\xc4\x92\xec\x65\x51\x48\x5d\xc2\x68\xde\x6c\x90\xe4\x37\xa0\xb0\xd4\xde\x17\xcf\xde\xe7\x7f\x5c\xd3\xd3\xf5\xdd\x90\xad\xfc\xf7\xfd\x60\x34\x6f\xca\xa8\x18\x30\x9a\x37\x9b\x54\xc1\x68\xde\x84\x5a\x34\xca\x11\x2d\x2c\x2a\x9f\x94\xfd\x3f\x16\x8c\xf6\x4d\x49\xf1\xfc\x50\x19\x1b\x4b\xc4\xb4\xa3\x70\xd7\x66\x9b\x0a\x92\xf3\x24\xf0\xd9\x51\x52\x74\xb9\xab\xcc\x55\x98\xe4\x5a\x90\x9c\x2b\xf0\x6d\xc0\x71\xde\x6c\xb4\xc3\x71\xde\x7c\x92\x82\xc3\xbc\x59\x7d\x07\x87\xb9\x7d\x40\x70\x94\x37\xa5\x3c\x0c\x48\xc9\x8b\xcf\x8a\xe5\x0f\x47\xd0\xe5\xc8\x88\xf4\xfb\x3f\xde\x57\x7b\x73\x30\x9d\xe8\xa8\x56\x72\x44\x47\xaa\x82\x42\x83\xaa\xcb\x95\xb0\x69\x97\x5b\x54\xa0\x21\x85\x79\x73\x34\x0d\x69\x09\x94\x06\x7d\xb1\xb0\xa8\xab\xff\x67\x51\xcb\x0e\x86\x05\x3d\x35\x01\xa6\x8d\x52\x70\xf7\x6a\x1b\x41\x83\x9e\xd6\xf4\x0b\x2f\xc1\x1f\x9a\xa2\x1a\xab\x46\x56\x5e\xe1\xaa\xce\x6e\x33\x78\xd1\xa7\x50\x1a\x06\xb4\xe8\xd3\xa2\x0c\x1a\xf3\xa6\xe0\xc2\x01\x4d\x79\x53\x10\xc1\x28\x2d\x24\x85\x64\x7f\xc1\x04\x28\xee\x72\x63\x51\xc8\x64\x80\xa7\xbc\x75\x69\x4b\x68\xc6\xc7\xf4\x07\x89\xd1\x6d\x22\xfd\x19\xf0\x8c\x2f\x91\x74\x8f\xa0\x19\x4f\xc9\x15\x30\x8b\xed\x5f\x42\x04\x46\x89\x5b\xba\xe1\x97\x9f\xf8\x9a\x66\x84\x90\x5f\x9f\xd6\xcb\x08\x0a\x39\x97\xa3\xbf\xf2\x1d\x43\x52\x3e\x0f\x2f\x7a\x60\xa2\xec\x12\x09\xd2\xf2\x26\xc0\xd2\x51\xe2\x9a\xce\x8b\x2a\x58\x97\x0e\xbf\xb0\xe2\x05\x8d\xd8\x56\xef\xf3\xb3\x0d\xc7\x36\x83\x3f\xdb\x66\x70\x0b\x91\xdc\xc4\x3b\x2a\x50\x27\x07\xfb\xaa\xf9\x0b\x6f\x3c\xa0\x1a\x27\x0e\xf7\xe4\x72\x85\xff\x46\x5f\x98\x83\xb8\x05\xff\x3f\xa3\x02\xad\x02\x92\xe6\x8b\xe7\x28\x2c\x88\xfe\xf9\x21\xf0\xdf\x5d\xde\x26\x90\x62\x6e\x07\x3c\xe5\x3d\xc9\xa6\x82\x96\x3c\xdb\x99\x57\x56\x64\x3c\xa8\x0b\xd8\x00\xc9\xf3\xb8\x6d\x80\x2e\xbc\x97\x01\xeb\xb7\x71\x7b\x47\xb0\x7e\x37\x9f\xbe\xa0\xfd\xce\xc3\x7b\xff\xa4\x41\x96\x55\xd8\x00\xcb\xeb\x22\x80\x08\x65\xc9\x16\xa8\x35\xbf\xd2\xf2\x82\xf9\xd8\x83\xce\x89\xd5\xf7\x28\xb0\x7c\x77\x7b\xc6\x20\xf1\xee\xbe\xe9\x09\x12\x6f\x21\x1d\x0c\x18\xb8\xbb\xfd\xd7\xe5\x17\x1f\xb4\xac\xf8\x45\x97\xd5\xa3\x6d\x04\x74\x05\x9b\x0f\x18\xb8\xbb\x62\xc5\x47\xf9\x9d\x38\x5d\x34\x24\x30\x72\x2b\x9f\x7b\xc0\xc8\x9d\xbe\xcb\xe4\x17\x63\xac\x59\xc7\x48\xe8\x32\xee\xa1\xe4\xee\x76\x16\x16\xc0\x88\x75\x9d\x39\x60\xdc\xee\xba\x2d\x1e\xc1\xb8\xdd\xba\x65\xcd\x83\xca\xb5\xf0\xda\x27\xd8\xae\x50\xbc\x51\x9e\xd8\x3a\x9e\x65\x8e\xb0\x76\x95\x95\x27\xd6\xa1\x9b\xf8\x44\x13\xd4\x24\xe2\x76\x0f\x2f\x74\xe0\xa9\x92\x55\x1e\xf7\x73\x1f\x8d\x13\x47\x54\x65\x00\x8c\xba\x75\x68\xb1\x3b\xb2\x1e\x35\x1e\xe8\xfa\x81\x10\x1f\x8d\x7a\x85\x98\xa8\x65\x97\xb9\x56\x90\xda\xaf\x47\x4c\x7b\x55\x99\x41\x96\xf8\x83\xcf\xba\x58\x5e\xd7\x04\xd4\xeb\xe1\xff\x2f\x9e\xff\xaf\x07\x75\xeb\xc4\x6a\x1d\x59\x33\x63\x28\x3f\x15\x6c\xd3\xdd\x17\x8c\x35\x73\x02\x1b\x6e\x20\x67\x64\x5f\xb6\xd5\x38\x23\x2b\xea\x69\xc0\x4f\xdd\x7d\x57\x14\xfc\xd4\x4d\xb0\xde\x03\x7e\xea\xee\xeb\xb7\xe0\xa7\x6e\x8a\xc4\x1d\x35\xb3\x10\x24\x32\x2b\x61\xa8\x6d\xc8\x9a\xac\x9c\xaa\x7d\x01\x58\x0b\x41\x3f\x1e\x14\x92\xb0\x45\xd0\x31\x60\xb8\x2e\x0a\xf9\x1f\x10\x5c\xe7\x55\xfd\x3f\xe1\x20\xc3\x65\x00\x2e\xa4\x32\x82\xbf\xba\x29\x48\x73\xd4\x00\xf8\x95\xc8\xad\x15\xc4\x0c\xc9\xe8\x1a\xe0\xb5\xb2\x66\x2b\x51\xa7\x6d\xfc\x9b\xd2\xa9\x01\x96\xa8\x55\x08\x9f\xf4\x7e\xdb\xd5\x01\x81\x29\xe9\x56\x39\xf5\x2e\x1d\x10\x6b\x8b\x49\x57\xfb\x71\xb0\x0a\xde\x62\x04\x01\x75\x13\xbd\xd6\x80\x80\xba\xe8\xde\x79\x40\x40\x6d\x72\xd7\x51\xe3\x7e\x50\x02\x1e\xbe\xe9\x39\x3e\x65\xe2\xe3\x3d\xa5\x1d\x04\x67\x49\xbf\xba\xb5\x62\x9a\xee\x00\xd7\x79\xca\x74\x1c\x35\xa0\x70\x3d\x41\x03\x6c\x45\x8f\x67\x68\x20\x05\x33\x0e\xe8\xa5\x53\x1b\xde\x47\x84\xc9\x2a\xda\x7a\xd4\x00\xfd\x97\x8a\xaa\xa1\x82\x86\x37\x52\x20\x6c\x7d\x1e\x38\xe3\x01\xb5\x29\x40\xff\x93\x5f\xa0\x4d\xc9\x5f\x8c\x36\x49\x22\x57\x20\xb8\x84\x5a\x32\xea\x8a\x51\x57\x9b\x17\xa3\x3e\xbd\x37\x03\xa3\x5f\x12\xb6\x06\x84\x96\x47\xed\x04\x6e\xc9\x2d\x08\xc4\x7d\x79\x5b\xa0\x6f\x9e\x87\xb7\x26\x2a\xc2\xf6\x35\x54\xc9\x4b\xc1\x77\x23\x78\x88\xc5\x4e\x35\xa0\x11\x5e\xc5\x0d\x84\x75\x2e\xbb\xbe\x70\x49\x2a\x1c\x73\x40\x12\xbc\xac\x12\x6a\x40\x68\xe9\xa0\x5b\xc9\x88\x75\x8a\xd6\xa8\x01\x1f\x5f\x5c\x41\x0c\x41\xf5\x27\xf7\x10\x88\x5a\x7e\x04\x4b\xb0\x53\x9e\x06\x2c\xc1\x7d\x59\xbe\x91\xca\xe1\x9c\xad\x01\x4b\x70\xf1\xcd\x71\xb0\x04\x1f\x9e\xd7\x07\x37\xb6\xce\x6d\x41\x12\xec\x38\xfe\x01\x49\x70\x19\x1e\x15\x0e\x7e\xd3\x7b\xf7\xc1\x7d\xe0\xdd\xf8\x06\xfb\xaa\xfe\x7f\xa3\xc2\xee\x1f\x08\x59\xb4\x88\x7d\x83\x41\x4b\x2d\x78\xa3\xc2\xff\x46\x11\x16\xde\x2a\xdc\x93\xd1\x80\x21\xb1\x3b\xa7\x1d\xdb\xa4\x16\x8b\xc1\x68\x20\x8d\x38\x24\x70\xc0\xc2\xdb\x95\xe2\x3a\x5a\xc4\x70\x28\xf0\x74\xb4\x04\x8e\x87\x16\x16\x34\xbd\xc9\x11\xd6\x03\x9e\xde\x6e\x37\x26\x24\xbb\xc9\x27\x1f\x48\x76\x9b\x10\x82\x06\x24\xbb\x45\x44\x31\x03\x8e\xdd\xe4\x50\xda\x01\xc9\x6e\xb1\x15\xdf\x60\xe3\xf1\x55\x24\x9c\xba\x43\xa8\x12\x03\x4e\xdd\xe4\x00\xbb\x01\xa9\x6e\x29\xda\xdf\x2d\x07\x6e\x86\xbe\xc8\xd9\xad\x7a\x0c\x48\x7e\x70\xdc\xe5\x80\x75\x37\x29\xa5\x67\xc0\xba\xdb\xd7\xa7\x02\x54\x7d\xf7\xff\x8c\xaa\x22\x43\x47\x8b\xb8\x4a\xe9\xfa\x06\x36\x88\x4f\x36\x2d\x40\x14\x87\xcb\x60\xf6\x4a\xcd\xb5\xad\x94\x8a\xb8\x92\x07\xac\xbd\xc9\xb1\xb1\x03\xda\xde\x64\x53\x00\xda\xde\xe4\x48\xce\x01\x6f\x6f\x9e\x6e\x62\x00\x96\x4d\xff\xbf\xe2\x05\x7f\x62\x0b\x00\x41\xf9\x8f\xa0\xed\x5d\xf3\x9f\x42\x06\xe0\xf4\xed\xbe\x5d\x86\xd3\x37\x39\x52\x75\x34\x50\xee\x85\xfb\x3f\x82\xe4\x57\x0c\x21\x03\x92\xdf\x6e\x91\xdc\xb6\x52\xec\x96\xd9\x90\xfc\x66\xa1\x4e\x8e\x16\xf7\x84\x8a\x27\x1c\x0d\x90\x79\xf1\x06\x0c\x58\x80\xcb\x70\x7f\x81\x88\x17\x57\xda\x08\xd2\x5e\xbb\xc1\x20\xed\x6d\x87\x67\x00\x35\x38\xbc\x91\x1a\x24\x95\x6e\x30\xec\x7a\x82\xb1\x1c\x50\xf4\x0e\xdb\xf8\x0d\x76\x9e\xee\x35\x16\xe9\xa1\xee\x10\x90\xf0\x3e\xd5\x40\xd9\x3b\x7d\x23\x02\x03\x6f\xff\xb4\x9f\x88\xcc\xa6\x78\xc9\x01\x03\x6f\xf2\x95\x1b\x0c\xbc\xe9\xbb\xe6\xb6\x9e\x1c\x0a\xc7\x1e\xc1\xc0\xdb\x96\x14\x2f\x14\xbc\xd9\xd1\x59\x0d\xdc\xc9\xe1\x26\x0f\xcc\x45\xff\x0f\x84\xbc\xb5\x60\x9b\x91\x94\xac\x21\x98\x70\xaf\x4a\xc5\x40\xd1\x3b\x7c\x98\x6e\x33\xee\xed\xf4\xfc\x42\xd4\xd8\xa5\x01\x47\x6f\xf5\xb1\x05\x8e\xde\x71\x58\xb2\xc4\x35\xe3\x92\xcb\x03\x8e\xde\xe1\x2b\x03\x28\x7a\x53\xfb\xcc\xf2\x3e\xda\x8d\xc3\x4d\x08\x2e\x1d\x37\x19\x8a\xde\xb6\xe4\x26\x82\xa2\x37\x0d\x0b\x2b\xb8\x74\x8a\xf7\x1d\xf9\x29\x87\xac\xbb\xb6\x62\xe7\x7b\x90\x48\x31\x75\x38\x17\x14\xbd\x43\x51\xf4\x03\x86\xde\xfa\xd9\xe9\xa4\x98\x36\xb1\x8f\x8e\xb6\x15\xf9\xf8\x2c\x04\x00\xd7\x3c\x29\x20\x8d\xf8\xc8\x0f\xa3\x6e\xb5\x41\x0c\xa3\xee\xb0\x0a\xfb\x63\xd4\xb5\xbb\xf5\x8f\x52\xf7\xd3\x40\x1c\xd0\x3a\x0d\xc3\xa8\x3b\x6c\x18\x34\x02\x45\x7d\x4d\xd3\x2e\x74\xa6\x87\xf4\x0a\x52\x3f\x97\x27\xcf\x6b\xd9\xe1\x8f\x56\x4e\xee\x80\x70\xb7\xd8\x17\x09\xe1\x6e\x2e\xd6\x68\xd7\x03\x82\x8e\xca\x3f\x16\x81\x07\x0c\x68\xce\xc3\x1b\x97\x54\x15\xdf\xe7\xc3\xb7\x9b\x04\x99\x3b\xe0\xdb\x4d\x66\x29\x1c\xed\x37\xc0\x29\xd4\x08\xfd\xd0\x0e\x56\x91\x80\xf2\x67\x4b\x12\xce\xb2\xb6\x47\x21\xe4\x1d\xbe\x22\x80\x6f\xb7\x7e\x3e\x18\x96\x8f\xc8\x55\x47\xbb\xe1\xca\xf6\xba\x07\x2b\x44\xa1\xd1\x03\x82\xde\x61\x2b\x04\x82\xde\x5d\x81\xbe\x18\x0e\x6f\x0f\x19\xb7\xb7\x82\xc0\x1d\x2d\x82\x7b\xec\x8c\x6c\x37\xa1\x34\x1e\xc3\x1b\x9a\x4d\x77\x19\x46\xdf\xe6\x16\x3c\x31\xa6\x7a\xfe\x61\x4c\xdd\xa5\xb0\x7b\x96\x4e\x7a\x50\xfe\x8e\x43\x0e\x71\x28\x7f\xc7\x47\x3a\x3e\x2c\x02\x19\x4e\x50\xfe\xee\x0a\xfc\x05\xe8\xe6\xac\x7d\x9e\x8b\x17\xfe\x25\xdf\x73\xb4\x40\x12\xb1\x01\x40\x2c\xed\x61\xe5\x10\x2c\x3c\xb6\x30\xde\x80\xaf\xd3\xc7\x5f\xf6\x88\x2d\x94\x6d\x54\x8d\x43\xe3\x09\x61\xf0\xb0\x9b\xed\x8f\x30\x58\xca\xe9\x8f\x2f\xb8\xfa\x7f\x86\x4f\xde\xf1\xce\xc1\xbd\x7b\x8f\xf4\x7d\x70\x1f\x8e\x8b\x85\x41\x78\x08\x68\x6b\xc0\x20\x3c\xd6\xe7\xff\x68\xe0\x54\x19\xf8\x78\x99\x8d\x3d\x45\x03\x9b\xca\xd4\x2f\xaf\x5d\xc7\x59\xde\xbd\x49\x7a\x8a\xf9\x59\x2a\x33\x3f\x32\xce\x21\x10\x1e\x0e\xa3\xed\x11\x47\xe4\x5d\xd7\x13\xf3\x53\xfd\xc5\x07\xca\x64\xf5\x00\x1b\xcd\x36\x19\x84\xc2\x43\x00\x0f\xa3\x67\xc2\xcd\x3d\x44\x99\x5d\x2d\x07\x53\xdf\x36\xdd\xfe\xa0\x3e\x90\x49\x6f\xd2\xa6\x80\x91\x78\xd8\x4d\x08\x23\x71\x71\x14\x07\x84\xc4\xd3\x16\x13\x84\xc4\xbb\x42\x4d\x52\x70\x32\x2e\x97\x81\x04\x4a\xae\x00\x34\xd0\xe9\x16\xff\xa2\x02\x37\x91\x7d\xef\x2e\x17\xba\x28\x33\xb5\x17\x56\x81\x4c\x75\x08\x8b\x8d\xa0\x37\x20\x2c\x1e\x0e\xa2\xe9\xdb\x22\x2b\x3e\x23\x76\xdc\xed\xfd\x53\x1f\x8b\xc0\xab\x0c\xde\x85\xfe\x59\x96\x5c\xb0\x8b\x37\x7b\xf4\xc2\x32\xd6\xe1\xa4\xd7\x98\x03\x4d\x3a\x94\x8d\xfd\xb3\x0c\x61\x38\xb6\x51\x05\xc3\xf1\x50\x4c\xfc\xe8\x35\xc6\xd0\xeb\xb4\x2e\x16\xbe\x6b\x24\x6c\x44\x43\x56\x63\x84\x54\x7f\x43\x8c\x48\x5d\xc3\x68\xbc\xeb\xf3\x0f\x88\x11\x69\x5f\x28\x8d\x53\xff\x8c\x31\x57\xf6\xbe\xa3\xe8\x8d\x31\xe9\xfe\x3f\xc6\xc4\x4d\x6e\x31\x26\x6a\x52\x7b\x89\x38\x57\x19\x2c\x6e\x25\xb2\x8f\x0e\x68\xed\x67\xe7\xf4\xca\x07\x5d\x6e\xff\xfb\xbf\xe9\xeb\x74\x18\x8e\xf7\x07\xd5\x47\xa2\x9b\x7d\x2f\x14\x0c\xc7\xfd\xd3\x82\xce\x98\xb9\x85\x7f\x86\x9f\x47\xa5\xb3\xb5\x74\x8c\xed\xfd\xf7\xbf\xff\x9b\x7d\xb8\x46\xa6\xd5\xeb\x88\x5b\x02\xc7\xa7\xf5\x91\xf0\xaf\xa8\xbe\x11\x6c\xe6\x7a\x7f\x9b\x79\xc9\x47\xcc\x1e\x99\x37\x9e\xb5\xf1\x23\x4e\xc3\xf5\xef\x93\xff\xf2\xe3\x7b\xa7\x7b\xdb\x00\x27\x27\x54\xdd\x11\x1c\xc8\xfd\x18\xfe\x21\xa0\x3a\xf5\xf9\x19\x93\x2e\x03\xa4\x63\x36\xda\xbb\x02\x49\x72\x3e\x92\x5f\xd8\x47\x81\xe5\x11\x06\x04\x77\x78\xdf\xe0\x4b\xb1\xd5\x08\x49\xf2\xb2\x24\x21\x56\xba\x0b\x47\x78\x74\xe0\xe4\x6c\x34\x42\xa2\x5c\xc6\x3f\xa5\x79\x8e\xbe\xed\xc1\x6e\x83\xb2\x6f\x7b\x70\x0c\x59\x37\x7d\x5b\x67\xdd\xf6\x23\x94\xc9\xc5\xe6\x5e\xbf\x82\x86\x55\xef\x6f\xeb\x69\xf8\x42\xa9\x13\xb9\xdc\x85\x25\x34\xe0\x58\x1e\xbe\x1e\xe9\x17\x3b\xc0\xb3\x47\xe8\x72\x17\xa7\xdb\xe8\xe0\xdb\x4e\x0f\xc7\x45\xc8\x89\x8c\xe6\xfe\x23\x41\xda\x72\x0d\xb8\x5a\xdf\xf2\xc1\xc1\x9c\x95\x47\x3b\xe0\x60\x4e\x5d\xf9\x70\xa3\x87\x7d\xe4\x3d\xf8\x8b\x16\x78\x0c\xb6\x81\x54\xed\x51\xec\xdb\x40\xea\x02\xcb\x1b\x9d\xd4\xde\xee\xfa\x20\x39\xf0\x96\xba\x0f\xa2\x6a\x55\xdd\xcd\x65\xbc\x55\x05\x99\x3f\xce\x01\xe9\x77\x0c\x99\x2c\xd4\x7e\x43\x1c\x62\xb1\x16\x58\x6c\xc9\xda\xef\x0e\xea\x59\xbf\x10\xe0\xa6\x9a\x84\x3b\x32\xfe\x5c\xc1\x85\xff\x40\x1d\xd8\xe6\xd3\x9c\x96\xd4\x37\x78\xbc\x3a\x24\x40\x22\xbd\x3f\xa8\x2e\x3e\x89\x70\x35\x55\x00\x38\x5b\x77\x80\x7a\x7f\xa0\xaa\xf8\xd4\x50\xb7\xf6\xf2\x26\xe2\x76\x62\x78\xd7\xfd\x05\x5b\x67\xbf\x40\x2e\xad\x17\xf5\x03\x55\xb7\x05\xe7\x13\xc9\x3f\x6a\xc1\x1b\x4d\xb4\xc9\xb0\x6d\xa6\xee\x10\x4e\x78\xaa\xf3\xd0\x85\x3e\x3c\xd5\xfb\x05\x35\xe1\xc5\x8a\x75\x0b\x5e\xb0\x0e\xbc\x0a\x08\xd9\x1b\xde\x87\x6f\x84\x6f\xb9\x42\x44\xb5\x83\xf6\x21\xa6\x4e\xbe\x7d\x80\x98\x7a\x3f\xf0\xdf\x0f\x30\x53\xef\x1f\xaa\x7e\x00\xf8\x64\xba\x5c\xf9\x64\x53\x19\x3a\xad\xe6\x0a\x82\x8e\x43\xa2\x31\xb8\xa9\x95\xb0\x3b\x82\x9b\xba\x3b\x26\x0e\x6e\xea\xee\x53\xfc\x48\x74\x4a\x2a\x75\x70\x43\xe2\xab\xc5\x11\x84\x1d\x5a\xbb\x83\x0c\x60\xbb\x75\x07\x19\xc0\x1f\xc7\xc8\xc8\x1c\xeb\x25\xbc\x83\x59\xda\xde\x79\x98\xa5\xd3\xe7\x6e\x10\x6a\x69\x83\x45\x0f\xa8\xa5\xab\x2d\x35\x98\xa2\xfb\xa7\xcf\xb8\xa2\x3e\x57\x75\x30\x45\xe7\xa1\x6b\x2b\x88\x9f\xbb\xdd\xf7\xa3\x04\x3f\xa0\xff\x87\x59\x48\xdb\x6f\x14\x3c\x33\x32\x6b\x46\x89\xed\x2f\x91\x06\x73\x74\x11\xda\xca\x18\x38\x8e\x3e\x57\x6b\x63\x1b\x32\xd5\xf9\x3b\x50\x49\x57\x87\x76\x8c\x80\xa9\x95\x08\x84\x49\x3a\x7d\x6e\xd6\xa0\x92\xee\xca\x95\x1b\x50\x47\x77\xa7\x91\x41\xf4\xbc\xa6\xff\x6f\xcc\x92\x84\xf2\x20\x8e\x2f\x7f\xca\x04\x8b\x7a\x08\x40\x81\x15\x0a\xed\x18\xd0\x05\x0a\x3a\x7f\x8c\x08\x11\x2f\xfe\x1f\xfb\xde\x57\x0c\x50\x31\xf7\x21\x21\x3d\xc8\xd7\xb5\x9f\x79\x40\x20\x85\x3b\xff\x1f\x74\x0e\x44\xce\x5d\x69\xed\x63\x90\x30\xe5\xe8\xe0\xd1\x23\xb4\x45\x33\x12\x97\xf8\x12\xa8\xb0\x22\x77\x87\x59\x40\x8a\x6c\xb4\x9b\x01\x29\x72\x17\x43\xe4\x80\x14\xb9\x5b\x9c\xc1\x81\x9c\x85\xb7\x3a\x06\x1a\xbc\x78\x7e\xe6\x8f\xe7\x35\xfc\x33\xbe\xa7\xf6\x80\xf3\x25\x9c\x95\x31\xb8\x6f\x77\x68\xce\x58\x88\x9a\xe4\xff\x89\xcb\xf4\x1e\x58\x5b\xdc\xfa\x42\x6c\x40\x1f\x62\x6a\xde\x01\x1f\x71\xcb\x6e\xc0\xc9\x15\x9d\xc4\x6f\xd0\x0d\x9b\x9a\x77\x40\x37\x5c\xc4\x61\x33\xa0\x1b\x4e\xe6\xae\x1d\xf0\x0d\x57\x47\x66\x8c\x20\x1c\xf1\x3e\x0f\xba\x61\x3b\x09\xe0\x1b\x2e\xf6\x6a\x40\x37\xbc\x1c\xe0\x1c\x6c\xc2\x9f\x5d\x07\x97\x60\x97\x6b\x2b\xd8\x84\x4d\x5d\x3b\x82\x4d\x78\x78\xdb\x82\x98\xfa\xd9\x96\x17\xa6\xb6\xb7\xe1\xc5\xa0\xcb\x4a\x1c\x17\xfb\xde\x4e\xee\xb1\xed\x80\xe1\x34\xbe\xb1\xf5\xfa\x9a\x1e\x34\xe2\xf6\x6c\x76\x0d\x94\xa2\xa3\xe0\xa1\xf7\x9d\x36\x1b\xc7\x1f\xc4\xbb\x56\xd5\xfd\xc3\x50\xd1\xff\xdc\xa5\xf8\x9e\x60\x3c\xb0\x27\xc8\x0b\x32\x9e\xe8\xb1\x6e\x87\x21\xeb\xad\x8e\xc0\x1e\xa1\xe3\x44\xe6\x37\x06\x37\xf0\xf6\x93\x8c\x27\x66\xcd\x83\x4e\x4a\x91\xef\xa8\x06\x29\x45\x26\xe3\x1b\xe3\x81\x8e\xea\x53\xc6\x8f\xef\x75\xc0\x95\x7d\xab\x6e\xf3\x16\x0c\x1e\x32\x10\x2f\x6c\x6a\xc1\xf6\x5b\x8a\x37\x46\xe0\x8d\xea\xe2\x62\x70\x59\x63\x62\xb9\x31\x5e\x62\xc2\x75\x9d\x0d\x1d\x70\xf1\x15\x57\xd0\x01\x3b\xb1\x0d\x36\xe0\xec\x88\xe5\x60\x03\x76\x84\xc0\x04\x4d\xd4\xa7\x97\x09\xe0\x85\x7d\x67\xc1\xe7\x2b\xb4\xb8\x01\x5f\x6f\x39\x3e\x65\x7c\x6d\xda\xe9\xb0\xef\x76\x07\x18\xc0\xbe\x5b\x84\x4f\x31\x20\xdf\x4d\xa6\x91\x1b\x13\x44\x8c\x43\x31\x0d\x13\x20\x2c\x93\xb0\x0d\xe8\x79\x0d\x23\x39\x26\x09\x4a\x66\x61\x1b\x73\x6b\xd0\xea\x31\x9d\x81\x2b\xef\xd8\xc7\x49\xc6\xae\x69\xd7\xc6\x4c\x88\x2b\x39\x3f\x66\x46\x1b\x48\x3c\x4c\xae\x7f\xcc\x82\x36\x26\x61\x09\x9f\x51\x0a\x1d\xeb\x36\x01\x1c\xef\x18\xeb\x19\xae\x02\x51\xe1\x8c\xe0\x08\x1e\x87\x1f\x40\xe0\xb9\xcd\xe8\x5c\x91\xc8\x8f\x59\xe0\xa9\xd6\x52\x9f\x84\x10\xd8\x59\x02\xa7\x70\x11\x93\xca\x80\x53\xb8\x16\x09\x07\x38\x84\xbb\x03\x8e\x66\x9c\xf4\x9d\x0f\x0a\x89\x70\xb6\x02\x0a\x12\x61\x53\x9f\x0d\x48\x84\x93\x2f\x53\x21\x09\x5e\x73\xfd\xd3\xe5\x0d\x0c\xc2\xc9\x7c\x4d\x03\x0a\xe1\xe4\x9b\x03\x28\x84\x93\x39\xb4\xc6\x0c\x05\xfc\xf9\x1c\x1d\x48\x7e\x21\x3a\x50\xfd\x03\xb7\x33\x72\x88\x05\x05\xb0\x79\xc9\x06\x14\xc0\xdd\xc9\x0a\x50\x00\x27\xd3\x74\x0d\x38\x80\xcb\x74\x8d\x40\xc9\x8b\x2e\x60\x4c\x90\xe0\x2d\x2c\xa0\xf4\x5d\xd5\xef\x43\xd9\xe8\x63\x29\x14\xbd\xa9\x17\x69\x2d\x38\x7a\xbb\xb5\x12\x14\xbd\xd9\xa9\x6f\xb3\x03\x6f\xe9\x06\x10\xa6\x30\x24\x7c\x66\x27\x0c\xe2\xf3\x3e\x19\x9a\x5e\x24\x30\x36\x3a\xc5\x74\xc2\x36\xe3\xfc\x8b\x49\xd0\x81\x23\x5d\xe6\x8c\x55\x29\x5b\x72\x82\xc5\x55\x3f\x65\xa0\xb3\x9a\x5f\xd8\x2a\xe8\x53\xdc\xed\xb1\xfc\x9f\x5b\x0b\x27\x7b\xdc\x66\x9c\x93\x8b\x1b\xc0\x39\xd9\x66\x02\x84\xbe\x65\x54\x97\x03\x04\x50\x23\xb8\x62\x04\x97\x6b\x64\x04\xbd\x93\x21\x68\x1c\x1e\x41\x62\x1a\x1c\xaa\x03\xe1\x6f\xfa\x4c\x21\xb0\xec\xdd\xbe\x85\x09\xf7\x8c\x43\x77\x60\x04\xde\x0f\xe8\x0b\x67\x34\x59\x4d\x02\x8e\xb3\x3b\x2f\x69\x9e\x88\x02\x1d\x5a\x66\x58\x06\xbe\x90\x87\x44\x38\x09\x2f\x73\xcc\xb0\x0c\x7c\x43\x3f\x4f\x32\xa5\x3c\x2a\x28\x7a\xfb\x1d\x21\x0d\xce\xcb\x9d\xb8\x38\xbd\x7a\x9d\x5d\xd8\x92\x16\x4e\x18\x02\xed\xf3\x7c\x30\xc6\xab\x4b\x57\xac\x53\x3f\x8f\x2c\xb2\x6c\x0a\x3a\x9b\xe2\xf7\x91\x9f\xa2\xab\x19\x73\x1b\x0a\x33\x7f\x3e\x70\xc7\x03\x6e\x31\x47\x45\xa9\xd9\x3f\x96\x62\x2f\x1c\x2e\x50\x7c\xbf\x01\x49\x71\x17\x06\xdc\x80\xa4\x38\x3b\xb7\x19\x8e\xe2\x24\xc2\xbf\x31\x6f\x46\x44\x96\xcd\x24\x17\xcd\x27\x4b\x28\x89\xb3\x4f\xd7\xb0\x08\x77\x9f\xce\x67\x18\x1e\xf2\x17\x41\x12\xbc\xaa\xdb\x07\x35\x5a\x6d\xfe\x7f\xc2\x89\xa8\xf6\xa2\xe4\x87\x85\xe5\x03\xd3\x8b\x8e\x95\x93\xb8\x3c\xc7\x27\xcc\x38\xe9\x7e\x2a\x24\x48\xc3\xf1\x9c\x13\x34\x4c\x5f\x37\x40\x1a\x9c\x7d\x07\x38\x5f\x96\x84\x76\x5a\x70\x04\x77\xa1\xc2\x0e\x38\x82\xb3\xcf\x33\x70\x04\x77\x47\x84\x41\xf9\x3b\x84\x30\x37\x16\x11\x15\x62\xd3\x19\x2b\x68\x23\xb5\x91\x56\x42\x9a\x4a\xd6\x05\xc3\xaf\x4d\xb3\x05\x75\x8a\xc9\x6a\xc6\x02\xfd\xd1\x27\x86\x95\x4f\x86\xc4\x2f\x5c\xa0\x66\xf8\xf9\x70\x09\xea\x79\x32\xcf\xec\x32\x0c\x8a\xe0\xa1\x45\xb8\x38\x02\xee\x35\xf8\x0f\xea\x66\x15\x72\xeb\x3f\x95\x91\x5b\xaf\xf9\x0b\x7e\xe1\x4f\xa2\x17\x04\xc3\xa5\x78\x38\x43\xfb\x39\xf3\x6b\x11\x5c\x60\xb7\xf4\xaa\xc0\x8e\x78\xbc\xe1\x52\xf3\x65\xc5\x82\x02\xbf\x37\xc9\xee\x55\x27\x2f\xa8\x09\x70\xe0\xdb\x15\x0f\x43\x71\xb7\x0f\x77\x35\xac\x1c\x89\xc2\x60\x28\x16\xe2\xd3\x80\xa1\xb8\xdb\x05\x0b\x43\xb1\x01\xc6\xc7\x8a\x9c\x64\x9d\x88\x60\x28\x2e\xbe\x21\x0c\x82\x62\x1f\xa9\x57\x47\x1b\xb6\xec\x07\xc8\x08\xd6\x69\x60\x41\x58\xbf\xbc\x82\xc2\x4d\x6d\x6f\x0d\x14\xc6\xbd\x7b\x0c\x3b\x3d\xf6\xa0\x03\xba\x21\xba\x80\xb1\x02\x9d\x5a\x0c\x18\x63\x91\x37\x26\xa8\xe5\x01\x01\x71\x72\x22\xdb\x8a\x60\x82\xcf\xff\x2b\x32\xd1\x35\x86\x91\x83\xac\x43\x38\x0c\xc4\x75\x7a\x0c\x49\x14\xf3\x91\x0c\x7e\xe1\xfc\x19\x03\x30\x34\x7a\xf7\xff\x51\x9f\x1a\xb8\xd5\xdf\xf4\x9d\xd9\x9a\x91\x11\xaa\x06\x12\x72\x27\x9c\xdf\xb1\x56\xbc\xaf\x32\x01\x73\x8e\x42\x0a\xfa\x60\x43\x34\x04\x3b\xb0\xbd\x8c\x41\xf6\xeb\xb0\xc3\x15\xf7\xe8\x62\xec\x1b\x6b\x6b\x86\xe5\x5c\xc0\x15\x88\x4b\xfe\x20\x79\xc7\x66\xe0\x1b\x2b\xf2\x8e\xbd\x4b\xb9\x39\x2f\xfe\xc2\x16\xfd\xd5\x86\x2f\x74\xc1\xb9\x25\x97\x7f\x51\xa1\x7f\x00\xa7\xde\x43\xc6\x19\x51\x18\x45\x03\x7e\xe1\x64\xb2\xb5\x01\xc1\x70\x75\xec\xc1\xfa\x83\xb1\x50\x0b\x7e\xd1\x64\x0f\x52\xe0\x58\xe8\x80\xb3\xb8\x6c\xb7\xcd\xb0\xf0\x15\xdb\x11\x0a\x41\xf1\xae\xc0\x3f\x5c\xc4\x3c\xfb\x85\xe8\xc3\xf2\x27\xa1\x47\xf7\x34\xe0\x1d\xb6\xb6\x59\x77\xc6\xdd\xad\x0a\x40\x75\x74\x90\xcb\xc2\xb7\xeb\x38\x1e\x18\x89\xab\x58\x9b\xc6\x82\x82\x7e\x49\x3b\xac\x27\xee\x8e\x35\x66\x5c\x7d\x7f\x70\x2c\x16\x21\x7f\xc9\x7b\xfd\x21\xad\xd6\xb3\x10\xa7\x54\x1f\x81\xd6\x13\x70\x2a\xfe\xe2\x19\x0f\xa8\x4b\xfb\x94\xda\x05\xac\x3e\x16\xd9\x65\x1f\xdc\x88\x20\x3e\x16\xdb\xcc\x58\x20\x5f\x7c\x70\x22\xd6\x56\x71\xf9\xf0\xca\xc1\xdb\x6b\xef\xf0\x22\x1f\xcc\x57\x8d\xeb\x25\x68\x44\x07\x90\xf5\xc6\x17\x65\x65\x40\x9d\x9c\x7d\x53\x08\x33\x72\x71\x0c\x2e\xc4\xc8\xe9\x93\x02\x0f\x33\x72\xf7\x55\xe0\x79\xc4\xb0\xba\x82\x4e\xb9\xa9\x7c\x81\xde\xe6\x72\xb4\xe0\xf3\x45\x20\x0a\x34\x8f\xe7\xd6\x91\x45\x84\x65\xe3\x4c\x5c\xbc\xb4\x7f\x61\x92\x1e\x27\x38\x1a\x3e\xd7\x9e\x1c\x42\x9b\x64\x0d\x3c\xcc\xdd\xe8\x29\x67\x90\x9b\x59\x63\x04\x11\xb3\x63\x94\xa1\x59\x1e\x4d\x2e\xb6\x33\x73\x43\x20\xf7\x10\x24\xc9\xc3\x97\x30\x67\x61\xe3\x58\x9a\x9c\x04\xf8\x89\x13\x69\x9c\x24\x6b\xd9\x7a\x87\x45\x79\xbf\xe0\x07\xb8\x88\xd2\x2a\x82\x46\x39\x75\x83\x93\x9c\xb8\x5d\x6d\x18\x9e\xa8\x55\x6f\x3d\x78\x96\xf3\xf1\x69\x41\x2c\xa2\xe1\x1a\x01\x6c\x96\x8a\x38\x2b\xc8\x56\x9e\xc2\x1a\x4e\x4d\xf5\x91\xcb\x5f\x3b\x3d\xcf\x8a\x00\xf6\x8c\xed\x33\xdf\xf4\x85\xc0\xb9\x8f\x74\xdd\xf9\xeb\xe7\x56\x9a\xe5\x33\x09\x9d\xf4\x76\x0f\x09\x57\xb5\xbe\x7f\x3f\x89\x1b\x77\x22\xd1\x19\x17\xa9\x76\x0c\x9c\x24\x6b\x7d\x1a\x38\x08\xff\x95\x92\x3c\x47\x64\x1a\xe9\x03\x44\xcc\x75\xa7\xb8\x9f\x23\x12\x81\xfc\x02\x6e\xc3\xe1\x17\xa0\x70\x38\xfc\xfc\x1e\x31\x51\x34\x0c\x88\x99\x87\x6f\x75\x4e\xa8\xb8\xec\xbe\x39\x09\x3c\xff\x9c\x93\x4f\xb8\xb8\x8c\xf2\x03\x93\x73\x75\x2e\xee\x39\xff\x5a\xe8\x1a\xe3\xc2\x5c\x2d\x82\x8b\xeb\x73\xc6\x3a\x27\x81\x1d\x5e\x15\x13\x15\xe0\x7d\x19\x21\x76\x5e\x25\x0b\x32\x95\xe6\xff\x09\x52\xf0\xa2\x88\xdc\x28\x59\x86\x50\x3f\x27\xdf\x0e\x9c\x0b\xc9\x22\xcb\x09\x2a\xe8\x54\xa4\xd5\xcf\x85\xc7\xcb\x1b\x81\x78\xb9\x8f\x75\x7e\x12\x2f\x57\x3d\x07\x11\x2f\x27\xd1\x74\x12\xef\xf6\x59\xd6\x27\x23\x30\xfc\x7c\x8c\x80\x05\xc7\x19\x23\xa0\x16\x9c\xb1\x6c\xd4\x82\x93\x0c\xb7\xe9\x0a\xae\xa8\xc0\x0f\x10\x63\x20\x4f\xec\x79\x12\xd5\x20\xd7\xed\x19\x2c\xff\x3a\xcf\xc0\x2d\x3d\x7c\x84\x3c\xaf\xce\xfd\xbb\xcb\x27\xe0\x9b\x1a\x42\x2e\x68\x9d\x4b\x7b\x12\xc0\x66\x78\x93\x13\xac\xe5\xea\x45\x82\x4e\xfd\xdc\xc0\x9c\x78\x72\xfb\xa7\x0c\x15\xa5\x54\xe0\x19\x17\xb4\xce\x04\x3d\x23\x76\xdf\xab\x28\x48\x18\x3c\xa6\x37\xb1\x34\x1e\xf3\x9b\x90\x3d\xef\x5c\xf2\xa9\xb3\x74\x28\x64\xd5\xd9\x08\x6f\x27\xb9\x55\x3e\x40\x9d\x5b\xa7\xe6\xf2\x29\x73\x2c\x77\x6c\xf1\xf9\x40\xec\xf1\xa9\x20\x96\xb5\xe6\x0c\xca\x04\x87\xe8\x9d\x5b\x01\xe6\xec\x8d\x16\x0a\xd0\xd1\xb1\x67\x5c\x77\xea\xd4\x7c\xbe\x1c\x78\x64\x7b\x9d\x6f\xf8\xf7\xf5\xfc\x3e\xc2\x8d\x6c\xf9\x4d\x02\xb4\x11\x78\xce\x70\xcc\x0e\xab\x1b\x2e\x27\xf7\x91\xec\x1f\xd4\xcd\x75\xc4\xb6\x95\x67\xe4\x02\x69\x51\xe3\x77\x1d\xb1\x66\xa5\x4e\xae\x63\xf2\xf9\xa5\x72\xcc\xe0\xf2\x0f\xb4\x57\x33\x74\x1d\x04\x2b\x35\x57\xf0\xf2\xff\x7f\xfd\xbd\x88\xe2\xef\x62\x11\x1c\x17\x48\x8c\x16\xbe\x57\x0a\x8a\x58\xbf\xd0\xa8\x20\xab\xbc\x28\xab\x01\x11\x10\x36\x0f\xff\x10\x0c\x6a\x6a\xc1\x56\xa1\x23\xcb\x2e\xbb\xfe\xf8\x41\xb5\xb1\xa1\xf3\x1e\x22\xa6\x1a\xd0\x73\x0f\x4b\x8e\x8b\x00\x2f\xa3\xc0\x5d\xf0\x48\x89\xcc\x6b\x5c\x71\x33\x2a\xf2\xae\x71\xe1\xb6\x75\xf8\xf2\x45\x80\x57\x17\x21\xd9\xb8\x72\x0c\x9a\x6b\xb8\x28\xfb\x85\xa0\x8f\xf1\xf3\x77\x54\xe0\x17\xa2\x4f\xff\x2d\xd3\x0b\xad\xee\x7d\x70\x85\x56\x17\xc5\xd9\xb8\x08\x01\xcb\x3a\x78\xc2\x12\x3e\x44\x37\x39\xae\xb8\x3b\xf5\x49\x1f\x96\xf0\xec\x48\xce\x2b\xee\x4e\x85\x1d\x3f\x2e\xb4\xb8\xed\xac\x2b\x0e\xc7\xc2\x8e\x1f\xf0\x88\x0f\xeb\xac\xab\x32\x8c\xb2\xd0\xe1\x11\x1f\xbe\x23\x87\x47\x7c\x18\x1a\x2a\x78\xc4\xbb\xa0\xdf\xc7\x15\xd4\x51\xd2\x92\x57\x8d\x99\x2f\x7e\x83\xeb\xc8\xe2\x07\x7e\x7c\x51\x13\x1b\xbe\x5d\x19\x5b\x10\x8f\x67\xcb\xcb\x6b\xdb\x01\xd5\x70\x82\x17\x9e\x5d\x47\xca\x5f\xad\xc4\x07\xfd\x02\x44\xe2\xcb\x2f\xb0\xbd\x0c\x9a\x72\x91\x21\xe7\xbc\xc6\x2b\xc2\xc8\x84\x15\x3f\xae\xc6\x3c\x78\x2d\xb5\x98\x07\x59\xd4\x57\x63\xa9\x4c\x7f\x92\x08\x90\xe4\x36\xfd\xe2\x05\xff\x80\xc0\x90\x7c\x80\x2d\x7d\xf8\xee\xea\x8a\x13\xfb\x94\x44\x82\x2d\x7d\x64\x8b\x04\xe2\xc6\x44\xab\x36\xae\xce\x3c\xba\x93\x83\xb5\x66\x09\x30\xe2\x7d\x75\x61\xc4\x3c\xab\x8b\x23\xb6\x4b\xf7\x0f\x83\x61\x57\x0b\x47\x4c\xb4\x4e\x83\xc1\x8f\x5e\xdc\x82\x11\x13\xdd\xfd\x06\xfb\x45\x47\xb1\x0b\xb6\x09\xc7\xf3\x5f\x23\xb6\xb8\x8e\x1d\xd7\x84\x46\xc5\x4b\x67\x9b\x2f\xc3\x39\x69\xd0\x99\x4f\x1b\x27\x41\x67\xde\xa7\x17\xe3\x0c\x1a\x48\x95\xd7\x41\x05\x7a\x61\x05\xcb\x89\xcb\xe0\xe7\x79\x07\xaf\x3f\x99\xa1\x3e\xe2\xc3\x76\x66\xdf\xb5\xcd\x93\xe1\xac\xb5\x8b\x70\x7e\x5f\xa0\xc1\x76\x9e\xa6\x77\x0b\x70\x2f\xce\x35\xbf\x30\x2e\x7c\x24\xbf\x4e\xb2\x48\x3c\x44\xdb\xb8\x18\xbe\xba\x86\x0d\x7d\xf8\x86\xf2\x3a\xe3\xfb\x6a\xcf\xb6\x2d\x72\x92\xcd\x7d\x5d\x88\x69\x0b\x14\xa2\xc1\x4a\xfa\x27\x6c\x9b\xeb\x8a\xc6\x69\xfe\x40\x7e\x11\x7f\xfd\x80\xc8\x7c\x38\x25\xf0\xc2\xf0\x10\x84\xf3\x80\xc8\x3c\x75\x23\x36\xc1\x64\x5e\x8d\x0e\x78\xfd\x02\xb1\x49\xc3\x0d\x14\x4c\x37\xd0\xca\xb5\x2d\x8f\x29\xbe\x92\x71\xc5\x71\x7f\x59\x09\x6c\xcb\x63\xd9\x64\x87\x0b\x7d\x38\x29\xf0\xba\xa3\x89\xea\x02\xb1\x5f\xdd\x51\x46\x50\x9d\x67\xe3\x8a\x04\x33\xb9\x03\x74\x60\x26\x1f\xe5\xf3\x3c\x13\xec\x15\x45\x0a\xa0\x93\xcf\xae\x87\x78\x4f\x6f\xb3\x7d\x58\x9f\x55\x96\x08\xc4\xe5\xc3\xd7\x97\x17\x71\x56\xc6\x63\xba\xde\x80\x37\x52\xfd\x6f\x34\x58\xe6\x28\x4c\xe6\x6b\xe8\xcc\x70\xe1\x4c\x76\x78\xe5\x45\x2c\x7a\xf1\x36\x8d\x30\x29\x9f\x94\x61\x2e\x1f\xbe\x0e\xbd\xde\x3f\x3f\xd6\x7f\x9f\xfc\xed\xb3\xf9\x1a\x9a\x76\x98\xca\x93\x91\xcf\x7e\x04\x97\xfb\x7a\x14\xa6\xf2\xe1\x0b\x57\xc8\xc8\x67\x96\xb5\x18\x64\xe4\x9f\x73\x13\x64\xe4\xc3\xc7\x1c\xb8\xc2\x87\xf1\x5d\x7f\xc4\x82\xfb\xbe\x15\x6a\xf0\xe1\xeb\xd4\xa0\x06\xef\x4b\xfb\x1e\x6a\xf0\xe9\x5c\x28\xa8\xc1\xf7\x03\x6a\x52\x8e\x41\x9b\x2a\xc7\x17\xfd\x42\x84\x8c\xaa\x45\x39\x66\xc9\xcf\xc7\x32\x53\x0b\xd0\xc3\xce\x79\x81\x38\x7b\xfa\xa2\xe9\x07\xe6\xb2\x93\x5f\x7f\x1c\x85\xed\xe3\x81\x58\x7b\x14\x1d\x5a\x20\xd6\x1e\x3e\x05\xfd\x22\x62\x69\x2d\x3f\x50\x00\x71\xd6\x9c\xa0\x23\x6d\x28\xfc\x2a\x87\x71\x59\x12\xf0\x5a\x2f\xdf\x00\xc3\x5b\xbd\x7c\x5f\x0a\x6f\xf5\xcc\xcd\x65\x92\x82\x64\xbe\xfd\x08\x32\x16\x95\xd1\x80\xb7\x7a\xf9\x06\xfb\xd7\x89\xa1\xb5\xbf\xf7\x47\x90\x71\xfe\xbc\x70\xc7\x03\xae\x91\x21\x91\x82\x83\xd8\x7a\x89\xc4\x66\x40\x6c\x9d\x9d\xb0\x07\xaf\x75\xf5\xe1\xfb\x37\x38\x63\x78\x0a\x88\x32\xb6\xcb\x1b\x1a\xeb\x6a\x97\x7a\x90\x46\xfb\x50\xf3\x5b\x0c\xb1\x0c\xd2\x1f\x41\x43\x4d\xa2\xff\x07\x37\xa0\x13\x0c\x7e\x88\xfe\x4f\x34\xfc\x2f\x4e\xaa\xda\xa9\xbf\x45\x20\x5d\xf1\x07\xa2\x41\x6a\x40\xa8\x02\x99\xd8\xbf\xc5\xbe\xf3\x10\xaf\xe0\x05\x52\x39\x54\x83\x74\x17\x14\xd1\xe9\x13\xcc\x0e\x47\x74\x75\xea\x2e\x1c\xd1\xd5\xb9\x67\x41\xf1\xdc\x3f\xcf\x73\xc9\xef\x32\x37\x89\x4d\xf6\x2d\xa4\xcc\xc3\xa0\xd3\x90\x32\x67\x9f\x61\x20\x61\x4e\x4e\xfd\x85\x43\x39\x67\x69\xe7\x5f\x88\x7f\xcf\xd8\x0f\xed\x2c\x63\xf5\x17\xbe\xdb\x63\xfe\xd3\x2d\xce\x6f\xeb\x82\xf1\xf9\x1a\x90\x95\x8e\xcd\x84\x81\x79\xd7\xe6\x1f\x82\xd1\x5a\x13\xfa\x8b\x25\xe9\xef\x13\xb6\xeb\x53\x2b\x14\xca\xc5\xb0\x2e\x50\x28\x8f\x22\x4b\xf7\x47\x56\xd4\x70\x74\xcb\x0f\x5d\x90\x3e\x15\xc2\xe9\xec\x19\xda\xba\x60\xd9\xfb\x02\xe7\xf2\x30\x52\x3a\x9c\xcb\xb5\xc8\x8c\x84\x72\x39\x7f\x96\x60\xc4\xdc\x5a\xca\x3c\xd1\x65\xd5\xf7\x44\xea\x9f\xda\xf3\xe2\x40\xb3\x10\xd8\xba\x22\x0d\xa3\xf1\xc0\x78\xbc\x1c\xf4\x00\xe1\xf1\x7e\x40\x6b\x16\x58\x4c\x9b\x03\x41\x78\xfc\x49\xa9\x84\xf1\x78\x39\x10\xe3\x47\x04\xd2\x30\x66\xd3\xef\xa5\x8d\xcb\x35\x6e\x41\x21\xb6\xde\x01\x23\x72\xfa\x04\xa4\x07\x25\xf2\xf4\xb6\x00\xb5\xc4\x61\xc0\x41\x79\x3c\x6c\x55\x40\x79\x3c\x7d\xf1\x03\xe3\xf1\x7e\xa0\xeb\x87\xcc\x27\xfd\x42\xf4\x52\xf3\x00\x27\xf2\xb4\x28\xb9\xf7\xf1\x79\x3a\xed\xf3\xe6\xf4\xec\x00\xf4\x1b\x9e\x02\xbb\x27\xee\x03\x48\xc2\xc3\xef\x83\x59\x24\x95\x0b\x87\xf2\xfe\xa0\x2b\x8c\xdc\x5d\x55\x90\x02\x77\x49\x5d\x48\x5b\xfd\x38\x7c\xf0\x4e\x78\x68\xb4\xf5\xef\x7d\x58\x5e\x96\xc6\x77\x0a\xa4\x4d\x29\x71\x48\x97\x67\xd5\xd6\x0d\xd2\xe5\x61\xfc\x52\x48\x97\xa7\xed\x4c\x48\x97\xa7\x5d\x93\x90\x2e\x0f\xb3\x10\xdc\xe9\xc7\x10\xe8\x7f\xf8\x02\x7d\x3b\x77\x93\x5e\xe5\x9b\x9d\x7b\x6b\xd4\x62\xd9\x01\x07\x73\xfe\xcc\x41\x86\x9e\x4b\x66\xd3\x4d\x90\x70\xf3\x90\x95\x03\x58\x43\x3d\xcf\x05\xb0\xb1\xb8\xe1\x60\x5e\x0e\x87\x84\x83\x79\x3a\x1d\x1d\x8a\xe5\x69\x14\x47\x28\x96\x97\x2f\xf7\x60\x58\x4e\xc3\xb1\xde\x50\x2c\xaf\x2c\x61\x79\x83\xa2\xe2\xf0\xc8\x1b\x67\xb4\x8d\x14\x28\x96\x77\x05\x7a\x81\x5c\x26\x23\x33\x40\xb1\xbc\x1f\xf0\x1b\x30\xa8\xc8\xf0\x82\x62\x79\x3f\xe0\x4f\x70\x52\x96\x91\x01\xe3\xf1\x32\x90\x34\xa4\xc6\x69\x24\xb7\xb1\x85\x7d\xad\x2f\x40\x94\xe0\x5b\x17\x28\x85\xa7\xf7\xe2\xbd\xcf\x84\xd3\xe7\xa9\x1b\x07\xb7\x63\x42\x61\x10\x1e\x06\x2a\xbe\x7b\x6c\x66\x8f\x62\x9f\x2c\x7c\x3f\x00\x4d\x80\x04\xd8\x1d\x99\x40\xc3\x65\x10\x62\xb3\xcb\xac\x6b\x69\x98\x7b\xe0\x25\xf3\x08\xec\x23\xe3\xb0\x59\x04\xc5\x70\x1a\x06\x10\x82\x63\x78\x3a\xb8\xe5\x9e\x90\x98\xc8\x0e\x82\x63\x38\x0d\x83\xc7\xdc\x33\xbe\xa8\x69\x9e\x6c\xe5\xee\xff\xa3\x8b\xff\x44\x82\x33\x60\x20\x5e\x0e\x71\x85\x81\x78\x1a\xe3\xe9\x9e\xd0\x23\x4a\x56\xdd\x0b\x2b\x4c\x66\x1f\x7c\xc1\xd3\xe0\x9d\xd0\x05\xa7\x61\xb6\x10\xf8\x82\x97\x61\x19\xee\x40\xfb\xf4\x00\x02\xb2\x62\x37\x1c\xec\xbe\xc3\xf1\x48\xb0\xf3\x4e\x27\x83\xdd\x20\x4f\xe7\xe1\xff\x01\x1d\xf6\x1a\xdc\x2a\x7f\xf8\x42\x01\xf6\xde\x34\x8c\xaf\x7e\x73\x87\x6c\x97\xd5\xcd\x1d\xb2\xd3\x8d\xa0\xf7\x9d\xbe\xf1\xbd\xf1\x45\x3b\xab\xe3\xbe\x58\xf4\x52\x41\xd0\xfd\x4e\x7b\xe9\xee\x0b\x75\xe0\x15\x73\xb1\x4f\x65\x33\xdc\xd7\x05\xdd\x97\x06\x84\x2b\xe6\x61\x44\x94\xfb\xba\x11\x8d\x2e\xc7\xa6\xd1\x08\x5c\x70\xb8\x59\x90\xec\x33\xe7\xb2\xa7\x13\x7e\xe0\x65\xc7\xe5\x8d\xab\x3a\x25\xff\x7f\xf1\xbc\x1a\x7c\xb3\x87\xbc\x67\xee\xd8\x43\x6a\x20\xc9\x41\x23\x57\xff\x10\x1f\xd4\x08\xdd\xf1\x41\x57\x08\x1f\x99\xa7\xf4\x8e\x11\xf1\x07\xe2\x56\xcb\x65\x62\x75\xbc\x89\xef\x98\x32\x3f\xb0\xad\x86\xe1\xf0\x25\xf8\x83\x97\x7d\x82\x37\xb9\x40\xc3\x81\x84\x37\xb9\x40\x86\xc6\x80\x3f\x78\xd9\xcb\x78\x43\xdc\x37\x3e\xea\x06\xbb\xc3\x39\x24\x37\x67\x56\xe7\xea\x42\x28\x3c\x7d\xe0\xbb\x09\x63\x6e\x72\x1d\xdd\xdc\x0e\x0f\xf1\x4d\x0e\x08\x85\x97\x5d\xaf\x10\x0a\x2f\x3b\x7f\x83\x4f\x78\x7c\xa4\x33\x76\x49\xd6\x09\xef\x0e\xbb\xe4\x23\x9e\xdf\xe8\x83\x9a\x14\x66\xc7\x70\x13\x30\x3b\x3e\xc2\xf5\xe5\xee\x4e\x3b\xe3\x39\xf6\x56\x77\x34\xc7\x73\x50\x81\x8c\x3f\x08\x83\x97\xdd\x5f\x10\x06\x2f\x7b\x93\x61\xf4\x5d\xee\x22\x8c\xbe\xcb\x4e\xca\x27\x14\xac\xc6\xf0\x49\xb1\xb0\xfd\x81\x84\x30\xd7\x4e\x79\x38\xe4\xda\x43\xf8\xc0\x23\x64\x97\x22\x84\xbc\xd3\x49\x2d\x0f\xf9\xc8\xf6\xd0\xc3\xa7\x3b\x1c\x7a\x0e\x9f\x6e\xfa\x78\xd7\x20\xd4\x5d\x76\xdc\x42\xa8\x3b\x7d\xe0\x79\x0a\x84\x5a\xee\x71\xa8\x60\xbf\x5f\x62\x92\x64\xea\xc1\xa7\xbb\xec\x5c\x7b\x0a\x56\x8b\x3c\x8c\x4f\x09\xdb\x51\x2d\x2c\x98\xb7\xda\x09\xf0\xef\xa6\x8f\xf7\x0d\x02\xde\x65\x1f\x27\xfc\xbb\xfb\x01\x37\x69\xf7\xd1\x61\x51\x0f\x10\xe1\xc3\xf1\xf0\x0f\xe7\x6e\xc7\xd8\xfc\x31\xf6\x4a\x5e\x3e\x91\xa1\xac\x73\xfd\x53\xa3\xc9\x6a\x62\x65\x59\xc9\x89\xfa\xd4\x50\x58\x6a\x32\xe4\x10\x9f\x06\xe1\x4a\x1e\x8e\x5f\x7f\xe0\xfa\x9b\x35\xfd\x8b\xba\x81\xff\x77\x1a\x2a\xfb\x69\x20\x56\x79\x3c\xd0\xef\x0e\x2c\x7c\x60\x96\xf0\x75\xc1\xc3\x85\xb5\xa1\x9e\x1f\x80\xce\x0c\x3b\xf0\xc4\x7d\xb5\x24\xc3\xd3\x63\xb8\x8a\x7f\x40\xf6\x48\xfa\x43\x07\xbc\x3e\xc3\xd9\x03\x83\x4b\xcf\x8f\x83\xb2\x9e\x1f\xe8\x3f\x9d\x16\x1e\xd4\xb7\x23\x2d\x9f\x01\xc3\xa7\xd7\xe8\x88\x25\xa8\x06\x8e\xf8\x9e\xca\xe4\xfe\xfa\xda\xee\x09\x7d\xec\x15\xf7\xc7\x16\xdc\xfc\x02\xbb\x54\x06\xc6\x13\xa9\xbc\x46\x38\x7d\x66\xe4\x3a\x6b\xc2\x66\xa4\xd1\xb8\xfc\xc4\x0b\xea\xe2\x24\x9f\xdb\x2b\x08\x15\xef\x80\xa3\x67\xb1\xe8\x3f\xe5\x16\x15\xa8\x8d\x30\x14\x1b\x9b\x33\x18\x8a\x87\xa3\x0b\x61\x28\x5e\x76\xf1\x3e\xeb\x62\x8d\xf9\x05\xa8\x08\xbc\x0f\x41\x07\x75\xe4\xdc\x73\x1e\x5c\x8e\x6a\x8d\x12\xc4\xec\xec\x37\x08\x8b\xd3\x72\x8f\x88\x61\x4e\x5e\xb3\x27\x5c\x1c\xde\xd7\x84\x30\x27\x4f\xfa\xb6\x39\xaa\x2f\x57\xe1\x33\xce\x4e\xc9\x80\xcf\x38\xfb\x40\xf7\x6c\x9b\xa4\xd8\xf4\x7f\xc8\x5c\x32\x50\xd2\xb3\x6d\x92\x6e\x6a\x88\xe7\x8c\x21\xef\xfe\x81\x28\x07\x29\x38\x08\x91\x7b\xf2\x00\xe1\xb3\xb6\x4f\x1d\x3e\xe4\x34\x3c\xe9\xf8\x29\x9c\x9d\x07\x1d\xf2\xfe\x80\x2b\x68\x7b\x59\x7d\xca\x30\xd7\xba\x47\x57\x84\x6b\xaa\x47\xb0\x39\x7d\x24\xe3\x15\x5c\xe6\x1a\x71\xd8\x9c\x8c\x45\x0d\x1b\x72\xb6\x9f\xfb\xb9\x00\xab\x3a\xfc\xfc\x4b\x26\xab\xbe\xff\x03\x0e\xd0\x0d\xde\x36\x4b\xed\x1e\xb1\x1f\xf0\x62\xb2\x61\x20\x43\x2e\xe2\x5a\x1f\x4f\x00\xcc\x64\xd7\x47\x7b\x65\xb6\x3e\x01\x96\xaa\x73\xc1\x83\x67\xe4\xf8\x7c\x3f\x42\x9f\x5c\xff\x36\xf3\x1d\xbd\x05\x35\x72\xb6\x49\x03\x35\x72\x77\x26\x56\x30\x23\xdb\x1e\x80\x19\xb9\x58\x39\x43\x8c\x9c\x6d\xc3\x41\x8c\xdc\x7d\xa2\x87\x18\xb9\x64\x8f\xdf\x5f\xfa\xb4\x3b\x7c\x03\x8d\xea\x06\x13\x63\x67\x10\x85\x27\x9c\xf2\xc3\xcf\x43\x27\xe3\x25\x78\x03\x31\x99\xdc\x20\x1c\x35\x5e\xe2\x37\x69\x4a\x9f\xfa\xf0\x64\x59\x0e\x6d\x9b\xab\x74\x2b\x7b\xe0\x6c\x8a\x1b\x4c\xea\xd9\x67\x40\x9f\x58\x71\x96\xe4\xc4\x1f\x34\x2f\xd1\x27\x5c\x4d\x6a\xf0\x43\xae\x86\x67\x08\x2e\x2b\x67\x9c\x3f\xc1\x65\x65\x45\xf7\xd0\x41\x0b\x15\x22\xfa\x52\xfe\x37\x35\xf3\x84\xd8\xb7\x10\x7c\x6e\x6a\x53\xed\xd8\x6b\x9f\xf5\x10\x69\x68\x32\xd7\xe0\x59\x2e\xc3\xef\x6f\x6b\x2c\x9b\x68\xe3\x21\x4d\xcd\xc9\xe7\xf0\x30\x27\x47\x0b\xc2\xc3\x9c\x3e\x6a\xe5\x0d\x31\x3e\xfc\x03\x7c\x78\x5e\xc0\x2f\x68\xbe\x9f\x06\xb1\xa1\xac\x57\x48\x63\xb3\x1d\x00\x71\x73\x75\xc4\xcb\x7b\x54\xee\x09\x5d\xa6\xc1\x32\x2c\xe0\x6d\xce\x26\x65\x80\xb7\x39\x3b\x02\xe7\x3d\xc2\xf0\x90\xa9\xf2\x92\xb6\xed\xfc\xfb\x37\x50\x0e\x9b\x3f\x00\x92\x99\xac\xc9\x97\xf0\x88\x8f\xf3\x17\xe6\xe7\xe4\x2c\x0e\x98\x9f\x53\xd5\x90\xc2\xfc\x9c\x1d\x8d\xf7\xe2\xf1\x39\x24\x72\xde\xc4\x8e\x70\x8f\x12\x19\x5e\xd5\xf5\xb3\xe5\x65\x1d\xc2\x1c\x9d\x9c\xec\xf3\x06\xd2\xee\xe7\x79\x60\x6e\xb5\x03\xde\x14\x4c\x64\x2e\x87\x90\xf6\x10\x93\x24\xe7\x93\xf9\x1b\x01\x8b\xc9\x65\x40\x1c\x74\x4e\x83\x59\xba\x34\x1d\xc4\x61\x86\x2e\xbe\x21\x79\xb7\xf1\x98\x8d\xfa\xfa\x92\x35\xee\x50\x62\x78\x9e\x47\xfe\x94\x43\x8d\x7a\x8e\xc2\x7a\xac\x2e\xff\x2d\x2a\x0d\x19\x39\x03\x3e\x7b\xbf\x95\x0b\x6e\xb9\x0a\xde\x70\xe0\xd8\x3f\x0d\xb1\xf3\x72\x42\x15\xbc\xce\x69\x94\xe5\x1a\x1e\xec\x29\x97\x23\x66\x47\xf6\xcc\x0b\x15\xa6\x23\x1a\x61\x82\x2e\xce\x9d\x87\x09\xba\x3a\x91\xf9\x25\xd0\xc0\xaa\xf8\x6d\x21\x08\x3f\x3f\x80\x55\xfe\xf9\x40\xa0\x18\xaa\xc9\x2d\x3a\xed\x75\xd2\x02\xfc\x45\xc3\xdc\xc8\x6d\x94\xb1\xf0\xc2\x0f\xf3\xf1\x08\xbc\x9d\x14\x28\xd9\x90\x70\x49\xfb\x9e\xe9\x8d\x54\x71\x6d\xf5\xb7\x13\xb9\xe5\x75\xdb\xe1\x1c\x92\xa4\x7c\x83\x59\xcc\xb3\x02\x95\xe6\x30\x27\x0e\x4c\xd1\x43\x2c\xcc\x03\xa6\xe8\x3e\x96\xff\x27\xcb\xd7\xb3\x04\x2c\xe1\x70\xfc\x1e\x44\xd1\xdd\x06\x1a\x44\xd1\xc3\x39\x5c\x6f\xf8\x94\xaa\x57\x66\xa0\x0e\xba\x4b\xc0\xf7\x7e\x84\xc1\x8c\x16\xe8\x8b\x13\xcc\x7b\x7f\x00\x97\x52\x95\x76\x7b\xc3\xa5\x64\xb2\x47\x78\x9e\x97\x23\x95\xde\xb0\x52\xab\xa5\x05\x6c\x67\xf6\xde\xbe\x61\xa5\xd6\xec\x2a\x81\x78\x96\x67\x10\x26\xe8\xfd\x80\xab\x7c\x00\x9e\xd0\x0b\xc4\x29\x38\x62\xef\x05\x45\xd0\x31\x88\x6f\xdc\x35\x49\xa0\xbe\x0b\x47\x9e\x0c\xf5\x77\x71\x83\x2a\x13\x0c\xea\xe8\x34\xaa\xe5\xcb\x49\x9c\x80\x47\xfd\x0c\xa0\xda\x7f\x52\x38\xef\xb6\x28\x97\xf3\x61\xdf\x33\x82\xf6\x2d\x7d\x4e\x6e\x5a\xbc\x0f\xce\x98\x33\x4b\x17\x62\x2a\x9d\x77\x07\x99\x74\x1a\x8e\x00\x7c\xe3\xae\xca\xf2\x12\x93\xcd\x90\x00\xb0\x47\xa7\xcf\x46\xb9\xe0\xda\xf6\x3e\xd9\x26\x5b\xb5\x4d\xf9\x92\xb9\x30\xcc\x42\xf3\x92\xdd\xee\xbb\x1a\xe8\xa7\xb7\xb8\xf1\x0f\x89\x4b\x01\x4d\x2a\xc1\x0d\x3e\xdf\xbf\x3f\x20\xd8\x3c\x05\x71\x1d\x65\x2e\xa7\xf7\x47\xbe\x67\x72\x05\x31\xe9\xee\xd3\x8f\x0b\x42\x6f\x8d\x70\x45\x59\xa6\x87\x2b\xca\x61\x95\xef\xb6\xb3\xca\xf2\xa8\xdd\x5c\xc0\x79\xe5\x6f\x33\xaa\x7c\x64\x38\xae\x25\x33\x1f\x41\x51\x9d\xac\xf7\xa1\xa8\x1e\xc5\x3b\xe5\x89\xfa\xfc\x3f\xb7\xe6\x3a\xf0\xbf\xdb\x6a\xf9\x4a\xaf\x27\x3a\xa0\x41\x7f\x42\x18\xb8\x47\x18\x1e\xd3\x0f\xe0\x27\x92\x15\xf5\xbe\x61\xe8\xbb\x03\xdb\x30\x19\xce\x8f\x7f\xa1\x9d\xa9\xb2\xc3\xde\xf0\xfa\xd4\xcf\x03\x01\x15\xe2\x1a\x63\xcc\xff\x2a\x9c\x07\x86\x83\x9c\xfc\xf3\x20\x91\x4e\x79\x6d\xf3\x80\x86\x66\xe8\xde\x62\x1e\x07\x91\xa7\xff\x29\x99\x79\x80\x10\x23\xa4\xdf\x09\x05\x76\xd5\x3d\xc5\x84\x02\xbb\x4b\x14\x4c\x18\xae\x87\x4c\xa5\x79\x70\x75\xd4\xfe\x1b\x91\x79\x1c\xc1\x71\xa6\xf7\xb7\x21\x91\x95\xd3\x33\x21\xbc\xde\x0d\x5a\xfa\x21\xf0\x9e\x9a\xca\x2c\x0a\x71\x17\xcd\x23\x05\xde\x93\x5a\x40\x46\xbd\x22\x5b\xe7\x41\xb0\x85\x6c\xe5\x79\x90\xca\xb0\x3e\x15\x62\x69\x74\xd7\xb7\x70\xa4\xa9\x18\x28\x0d\xf3\xbf\x32\x51\x98\xf2\xaf\xce\x23\x47\x83\xfd\x7d\x80\xf9\x64\xea\x4e\xf8\xae\x87\xd2\x08\xe6\xb1\x0d\x07\xdf\x64\xcd\x23\x9f\xe0\xea\xfa\xfd\x40\xeb\xfa\x7c\x01\xb5\xfd\x79\xe0\x8e\x88\x1d\x7f\x21\xe0\xa1\xf4\x05\xa2\x2c\x93\xe7\xa4\xc4\x24\x67\x4d\x62\xf9\x83\xc2\x55\x39\xa4\xad\xdb\x04\xd2\x9e\xc0\x92\xe6\x51\x40\x8c\xaf\x6a\xd2\x36\x56\x9a\xdc\x48\xf3\x00\x89\xef\xd3\x64\x6e\xa7\xe4\x81\x9d\x47\xf8\xb1\x9a\x97\x05\x51\x98\xd2\x9a\x13\xce\xee\xfd\x80\xbf\xc8\x56\x9a\x7a\x61\x1b\x37\x59\x60\xcb\x13\x52\xef\x21\x8d\x32\x0f\xee\x9e\x64\x41\xcf\xa3\x92\x63\x3b\xfc\x3c\xc9\xe8\xae\x7f\xdb\x42\xf5\xd3\x20\x90\xf7\x84\x99\x35\x8f\xc6\x2c\x16\xad\xa2\x70\x84\xe9\xcc\x3c\x0f\xe0\x90\x85\x7c\x31\x21\x01\xdf\x0f\xb8\x86\x8e\xf3\x4a\x5f\x24\xa6\x72\xb4\xea\x2a\xc9\x20\x2c\xff\xa2\x72\xe6\x11\x86\x90\x78\x65\xe6\xd1\xc0\xd5\x4d\x9a\x32\x7c\x69\x0a\x1a\x9d\x07\x9c\xa9\xa9\xe8\x79\x92\x3d\x04\xa1\x30\xe1\x00\x9f\xd9\xdb\x00\xbb\x65\xba\x7f\x84\x4f\x2a\xb0\x76\x1e\x5c\x85\x89\x80\x64\x1e\xb8\xc6\x9a\x97\xf5\xf8\xd3\xd8\x6a\xc0\x68\xac\x4a\xf5\x9f\xbb\xb2\xe2\x35\xb4\xed\x9a\x39\x3d\x1c\x61\xd7\x34\xb7\x70\x80\xfb\xd7\x35\xc2\x10\xe5\xb5\xee\x0a\x08\xb0\xa9\xfe\x00\x09\x96\x53\xcb\x3e\x38\xc4\xdd\x62\x72\x45\x3e\x13\x44\xae\x48\xf2\x22\xc6\x2e\x6a\x1e\xb1\x6d\x17\x95\x8f\xa0\x99\xc1\x52\xeb\xff\xff\x1a\xac\x06\x6c\xbb\xa8\x64\x8f\x00\xa4\x06\xe3\xd3\xe2\x19\x21\x3d\x6e\x21\xdc\xbd\xae\x00\x00\x01\x45\xed\x4f\x48\xc7\x8b\x7c\xec\xf3\x08\x57\x5b\x1b\x7e\x01\xc7\x88\xa5\x75\x80\x2f\xb7\xa1\x2f\xae\x60\x64\xd4\x98\xae\x50\xd2\x7e\xe1\xc7\x17\xfd\x7f\x1c\x09\xfc\x7f\xec\x4b\xcb\x6b\x9c\x75\xcd\x1b\x17\xc3\x2a\x7b\x1f\x45\xfc\xa7\x65\xcf\x49\x7a\x4c\xd6\x07\x22\xc8\xa7\x59\x34\x04\xe2\xc0\xa7\x1c\x80\x28\xea\x01\x01\xa2\x3a\x79\xce\x23\x82\x7e\x3e\x1f\xbc\x68\x90\xff\x0f\x51\xe3\x69\xc7\x3d\xf7\x91\x4d\x27\xd2\x52\xeb\x1a\xee\x74\xe9\xf4\x19\xdc\xe9\xa3\x79\x19\xc1\x9d\xde\xac\x3f\xb6\x65\x56\x8b\x7b\x74\xfd\xf5\xc8\x0f\x6c\x95\xf9\x11\xcf\x70\x09\x09\xa6\x67\x06\x57\x7a\xf7\x4e\xbe\x42\xe0\x2f\xd7\x18\x93\xa2\x26\x5e\xd1\x03\xb7\x28\x92\x9f\xd5\xc3\x6d\xca\xd5\x66\x05\x41\x12\x6a\xf5\x46\xc2\x92\x5b\xd6\x0f\x70\x11\x7d\x64\x1f\x39\xa8\xc3\x3a\xfe\x17\x1d\xd0\x90\xfe\x42\xb4\x59\x5f\x10\xe8\x54\x3d\x24\xe4\x9c\x0a\x37\x75\x1e\xe0\x17\x36\x0b\xe3\x1f\x48\x1a\x43\x0d\xbc\x41\x4c\xf4\xce\xc6\x1d\xd6\x2c\x7c\x23\x30\xa9\x7b\xa3\x80\x70\xd0\x2c\xed\x6f\x74\xe6\xa7\x42\x16\x81\x57\xdd\xfd\xc3\xc1\xe3\x0f\x44\x83\xd4\x81\x7b\x2f\xeb\xc3\x0d\x24\xa8\x75\x79\xa3\x3e\x9c\x63\xdd\x41\x0c\xc3\xe4\x55\x0f\xd2\xd2\xe8\x9f\x1f\x68\x80\xa5\x25\x10\x0a\x87\xf7\xdd\x13\x0d\x70\x85\x4f\x54\xe0\x07\xc8\xe2\xf2\x22\x81\xe0\x30\x79\x8e\x41\x1b\x54\xf0\xdc\x3c\xc0\x60\xf8\xa8\xa3\xb8\x61\xf4\x90\x02\xc1\xa0\x9b\xfc\x79\xc4\x05\x63\xff\x27\x84\x81\x79\xbc\xc1\x72\xee\xda\x46\xbc\xad\xfe\xbd\x13\x7e\x6b\x0d\x68\x78\xbc\xba\xd5\xc9\xb6\x54\x97\x97\x20\x76\xea\xe8\x5e\xc3\x2f\x6b\xdc\xc2\x98\x7c\x59\x91\x6c\xce\x74\x84\xdc\x28\x2a\x6f\xe1\xac\x64\xf6\x99\x60\x23\x2e\x9f\xe7\x41\x2e\xd4\x8c\xc1\x2c\x9f\x0f\xed\xa9\x74\x10\x9a\xa6\x1e\xc1\x34\x5f\x14\x3f\x3a\x53\x82\x46\x76\xb8\x1c\xe3\xab\xef\x6f\xb3\x33\x2f\x6d\x6a\x98\xe8\xeb\x1c\xfe\x3f\xc6\x37\xfb\x03\xa4\x54\xfc\x77\x24\x9c\xc1\x44\x3f\x6c\x81\x04\x13\xbd\x5c\xa8\x33\x98\xe8\x87\x38\x29\x27\x54\xf4\x59\xc0\xf4\x33\xa5\x0b\xf6\xdd\xa6\xf2\x43\x05\xff\x0d\x69\xca\x31\xa4\x6a\x01\xc4\x4d\x0a\x6b\x9e\x50\xd3\xa7\xd1\xfd\x40\xc1\x7b\xa3\x49\x4d\x25\xfa\xac\x06\x14\xf8\x80\xab\x3e\x18\x2e\x2a\xa1\x3a\xcc\x54\x60\xc9\x6c\x6a\x01\x41\x4b\x33\xfb\x05\xb0\x5c\x65\xcb\xa7\x8a\x97\xb8\xe9\x83\x35\x2a\xec\x6a\x22\x24\x16\x82\xdc\x99\xb0\xe1\xef\x07\xfc\x06\x09\xa4\xcd\x35\x92\x87\xfd\x29\x33\x06\x6e\x61\xb8\xb8\x6c\x1b\xc3\x86\x3f\x7d\x9e\x49\xe1\xe2\xb2\x75\x9d\x70\x71\x29\x16\x7b\x26\x70\x94\x14\x70\x3f\xa1\xcf\xdf\x2f\x68\x14\x81\xb6\x50\x16\xee\x4c\x0d\xfa\x2b\xcf\x33\x38\x4b\xc3\xf3\xdc\x70\xb7\x48\xc9\x27\xa0\x2a\x5a\x53\x7d\x64\xf1\x5a\xb8\xa6\x40\xa6\xf0\xca\xed\x61\x47\x69\x8c\x00\xa6\xb0\xd9\x04\x79\xfe\x96\x04\xfa\x60\x47\x78\x7a\xeb\x60\x09\x8e\xee\xbd\x03\x73\xc6\xf4\xb4\xc4\x35\xaa\xae\x29\x27\xfc\xfa\xdd\xa6\x5d\x0a\xa4\xa6\xe9\x17\x62\x10\xbd\x9b\x06\xd2\x4b\xf2\x36\xe1\x04\xfb\x2c\x14\x7c\x5c\xad\xf9\x7f\x02\x32\x96\x5a\x44\x66\x8d\xa2\x32\x27\xf4\xfb\x45\x79\x15\x33\x11\x1b\x3d\x65\x5b\x27\x12\x6b\x3e\x5b\x67\x00\xa6\x7e\x68\xd6\xb7\x29\x98\x84\xe6\x3e\xd3\x4c\xd1\x60\x0d\xea\x64\xe9\x7b\x15\x00\xa1\xdc\xbc\x6c\xc2\xe5\x25\x47\xe5\x84\xe0\x3f\x25\xef\x0d\xc0\x31\x04\x0a\x3a\xd3\x8a\xcd\xe6\xdd\x0b\x86\x63\xf3\xb2\x01\x0c\x2a\x79\x6f\x84\xe9\xf6\x69\x33\x40\xc9\xc2\x2c\x98\x69\x41\x49\x70\xb8\xc2\x1f\xa8\x3d\x6a\x51\x24\x0a\x7b\x9a\x4f\x82\xeb\x74\x20\x48\x5c\x93\xda\x18\x4d\x27\xbb\x5b\x3a\x34\x91\x07\x3c\x94\xcc\x3d\xd3\x09\xa8\xef\x52\x83\xf0\x59\x15\x77\x79\x5b\x62\xbd\x0d\x4d\x0a\xc0\x4c\x8a\x9a\x99\xe9\x82\xc1\x76\x8d\x7f\xd1\x38\xe9\x42\x81\x0e\x2d\xa9\x88\x93\x1a\x96\xa7\x11\x27\xe5\x25\x43\x9c\x54\xf5\x12\x89\x38\x29\x1d\xe3\xd3\x36\x82\x8a\xd0\xc5\x66\xfa\x31\xfe\x52\xa8\x09\x24\x8e\x8f\x82\xd8\x46\x50\xcd\xde\xc6\xa4\xee\x24\xf7\x9e\xcc\x9c\xec\xe1\xfe\x45\xef\x5d\x46\xc3\x29\x2f\x7b\xa6\x1f\xa2\xc8\x1a\xe5\x47\xcc\xac\x1c\x0b\x09\x06\xc7\x31\xbc\x49\x20\x04\x53\x92\xf1\x4c\x04\x56\x25\x4f\xd0\xdf\xa5\xa0\x57\x04\x04\x60\xd5\xf2\xfb\xde\x43\xa0\x6b\xdc\x99\x9e\x83\xe0\x67\x55\x00\x39\x57\xb6\x7c\x07\x1e\x52\xae\xf2\x99\x1e\x62\xdb\x8a\x9f\x8f\x0f\x7a\x4c\xb8\xa5\xeb\x16\x55\x4f\xf4\xd9\x93\xf2\x90\x12\x50\xfc\xc0\xcd\xc5\x98\x06\xf1\x0d\x72\x54\x97\xc1\xe8\x94\x3b\x2a\x01\x79\x6c\xbf\x42\x22\x97\x67\x0c\xcb\xff\xc8\xe5\xf1\x98\x45\x30\xb5\xa0\x58\x67\xfe\x73\x78\x15\x95\x4b\x3c\xd0\xf5\x03\x09\x61\xc5\x65\xe8\x60\xb4\x4f\xf3\x36\x2c\xaa\xe2\x9c\x66\x3e\x06\x94\xbb\xae\x70\x12\x32\xe9\x0f\x06\x95\xc8\x52\x99\xf8\x3b\x0d\x41\x3e\x62\x8c\xb4\xf1\x33\xd4\x13\xd9\x0d\x0a\x8f\x97\xd0\x5d\x67\x06\x43\xb2\x6a\x50\x73\x78\xbc\x74\x3d\x39\xf3\xb6\x3d\x4a\xff\x3c\x70\xc1\x18\xeb\x1a\x03\x5a\xd5\x5f\x8c\x51\x94\x46\xc8\x09\x7c\xd9\xe2\x0a\x39\x40\xb8\x05\xdc\x7d\x0d\xdd\x3f\xcf\x8c\x0f\x4b\xb7\x71\x33\xe7\x58\x19\xd3\x3f\x90\x9b\x20\xe1\x94\x09\xd6\xb2\xac\xc8\x04\x6b\x89\x03\x72\x66\xa8\x20\x84\x87\x38\x73\x8e\xcd\x30\xfd\x02\xee\x69\xcf\x23\x08\x91\xc9\xd3\xb0\x6d\x97\x24\xd8\x9b\x99\xc3\xc7\xa5\x7b\x9e\x99\x83\xdd\x79\xf8\x85\xb0\xc7\x5c\x1e\x50\xc4\xba\x82\xe8\xa2\xdf\x27\x19\x44\xf2\x27\x47\xac\x96\x3d\x52\xb9\x44\x17\x5d\x66\x69\xca\x76\xc9\x95\x85\x26\x53\x24\x6f\x63\xa7\x88\x1e\x75\x66\xf2\x86\x87\xb7\x6b\xae\x78\x97\x9b\x1f\x88\x2f\x7a\x69\x56\xbe\xe8\x79\xaf\x8c\x91\xf4\x76\xc6\xa1\xe4\x73\x5d\x6e\xa0\x9e\x0d\x97\x49\xf2\x92\x8e\xca\x2d\xde\x57\x97\xc9\x89\xb2\xc8\xcc\x3d\x3c\xa9\x92\x48\x19\xd3\xe3\x98\x2e\x8f\x78\x40\xeb\x04\x7a\x68\xd1\x49\xcf\x4c\x80\x96\x55\x4a\x26\x47\xb7\x7c\x2a\x20\x6a\xde\x9b\x69\x30\xcb\xde\x4c\x23\xf2\xdc\xf4\xfe\x08\xb8\x56\x8d\xf1\x00\x22\x57\x26\x6e\xc6\xae\x38\x8e\x7f\x72\xa9\x65\x1c\x50\x4a\x3d\x9d\x39\x1c\x50\xf6\x5d\xe4\x6d\x85\x34\x05\x06\xcd\x3c\xb8\xe6\x72\xeb\x07\x00\xc0\xcb\xad\x01\xfc\x56\xc3\xb7\x8d\x90\x76\xc8\xf5\x9d\xb7\x8d\x91\xb3\x07\x0b\xe2\x87\xf1\xd9\x86\xb3\xf2\x82\x46\x63\x1b\x21\x55\xd8\x8b\x33\x87\x11\xa2\x34\x8a\x99\x27\x94\x6b\x32\x4a\xf2\xbc\x20\x76\xd6\x70\x91\x1e\xec\xe0\xe2\x99\x67\x04\xc6\xf8\x85\x87\x0a\xfc\x7f\x34\x59\x15\x84\x15\x33\x2d\xcd\xb6\x15\xd3\x0e\xaf\xd9\x40\xa2\xf6\x92\x5b\x83\xff\xd5\xe4\x6d\xe5\x34\x45\x0a\xcd\xbc\x18\x52\x19\x7a\x79\x1b\x31\x45\xf1\xe1\x33\x2f\xc0\xaa\xa4\xd5\x73\xf8\x9f\xa6\x25\xcf\xda\x2d\xb4\x37\x3f\xc7\xc5\xde\xb4\xa4\x39\x13\x0f\xb8\xbc\x07\xd5\xee\xf8\xfc\x47\xff\xa5\x41\x3f\x89\x95\xb2\x24\x0a\x33\x48\x10\xc3\x33\x6f\x33\xa8\x1d\x4b\x2d\xd8\x66\x50\x13\xbf\xc4\xcc\xdb\x0c\x6a\xbe\x7f\xc8\xe7\x45\x97\xfd\x41\x72\xb4\x2d\x27\xc0\xbf\x1c\x7e\xfc\xe1\x71\x8d\xc8\x49\x2c\x95\x37\xed\x75\xf0\xbf\x3e\xc7\x4d\xa1\xa0\x30\x66\x8e\x60\x31\x91\x7a\xce\x1c\x84\x18\x3a\x84\xe5\x8b\x01\x90\x95\x90\xaf\x41\x85\xea\xdf\x15\x53\xe4\x0a\x17\x98\x67\x6a\x3f\xee\xaa\x31\x2d\x97\x08\x69\x5f\x1e\x90\x30\xd5\x6c\x9a\x65\xee\x1e\x3f\xbb\xf6\x8a\x2e\xaa\xfc\x8b\x29\x72\x39\x5a\xa8\x16\x91\x25\x3d\xfc\xfe\x2f\x5a\xa8\x0f\x46\x66\xdc\x74\x13\x7f\x4c\x81\xcc\x8c\xcc\x4d\x63\xb2\xfa\xfa\xd1\x00\xef\xbc\x5f\x64\x22\xea\xfd\x3b\x16\x91\x0e\x38\xf9\x4e\x44\x9f\x68\x92\xee\xcc\x22\x52\x05\x77\xd9\x65\x99\x21\x99\x8b\x49\xfb\x61\xf3\xdd\xf6\xff\xd5\x1f\xe8\xf1\x01\x75\xe9\x1e\x04\xec\xf8\x03\x74\xf1\xd3\x22\x78\x16\xa6\x9f\xff\xd1\x00\x7f\xe0\x8e\x0a\xd5\xe5\xf0\x68\x7d\x5a\xb8\x0d\xa3\xe9\x8d\xf7\xb0\x8c\x2c\x59\x1f\xe6\x40\x27\xa2\x1c\x41\xf5\xd3\x66\xc9\x43\x17\xad\xb1\x9f\xd8\x47\x9a\x04\x22\xc0\xb2\xc7\xf8\x21\xe4\xc8\xdb\x02\x90\xd1\xc3\xcb\xee\x09\x40\x08\xd7\xf7\x12\x43\xa5\x1e\x46\x4c\xbd\x3d\x2a\xf9\x85\xe1\xd3\x1b\xf5\x8d\x06\x68\x95\xbc\xac\xe3\xec\xe7\x43\x7c\xdb\xca\x79\x17\xf7\x2b\x6a\x41\x5c\x9e\xda\xc7\x94\x5f\x76\xaa\x2c\xf6\x72\x44\x13\x64\xd5\x94\x03\xa0\x0d\x0d\x5a\x39\x90\x76\x9a\xd6\x72\x04\xc5\xc7\xbf\x90\x12\xcc\x72\x04\x2d\xb6\x5f\x26\x66\xab\xf8\x63\x9d\xd6\x74\x95\xa3\x7f\x2e\xb3\x44\x24\xe8\xca\x81\x1c\xca\x6e\x3d\x4b\x44\xe3\x55\x8e\x58\x22\x32\x58\xca\x11\xe9\xac\x6e\x00\xa2\x54\x82\xa2\xa4\xbf\xee\x4f\xfd\xc0\x1a\x71\x0b\x23\x4b\x4f\x11\xf4\xb3\x24\x9a\xd8\xfc\x02\xfb\xb0\xb8\x46\x06\x58\x6b\xaa\x24\x9a\x28\xa7\x5f\xc9\x81\xe8\xac\x2e\x00\x48\x63\x93\xa9\x64\x10\xf3\x35\xe5\x05\x2b\xd2\x1e\xb1\xb2\xad\xc8\x66\x51\x55\xc2\x8a\x14\x69\xea\x2c\xb0\xc8\x26\x89\xae\x12\x2e\xb0\xa5\x6d\x51\x0a\x5d\x94\xf0\x2c\x61\x46\xda\x90\x2d\x85\x6d\xd0\x5d\x03\xab\xb0\xfa\xff\xc6\x85\xbb\xba\x1c\x66\xe6\x72\x85\x23\x2a\xf4\x0f\x90\x96\x79\x19\x94\xb8\x34\xf2\x07\x18\x43\x89\xa2\x12\x89\x7e\xf6\x7d\x94\x12\x83\xa8\x2e\x54\x76\x76\x73\x99\x16\xcb\xca\x2b\xa0\xce\x65\x4f\x52\x8d\x49\xd3\xac\x86\x1d\xba\x92\x1f\x88\x2c\x60\x97\x63\x10\xff\xdb\x68\x05\x38\x9a\x6f\x39\xc6\x50\x3d\x68\x19\x66\x42\xf5\x38\xae\x4e\x97\x44\x47\x89\xab\x53\xaf\xec\x16\x01\xd7\x7e\x81\x95\x2b\x0a\xd0\x59\x1a\xf2\xdb\xeb\xa2\x45\x8b\x54\x41\x8f\x21\x50\x05\x60\xc7\x08\x30\x67\x96\x1e\xb3\xea\xbd\xd1\x0b\x93\xa0\x26\x6f\xcb\x37\x8b\x13\x66\x96\x8e\xfc\xee\x2e\xb3\x37\x75\xfa\x28\xdb\xf0\xad\xd9\x82\xa0\xb3\x37\x25\x8d\x4b\x67\x6f\xea\xcc\x57\x7a\x4c\xaa\x1b\x74\xb1\x6a\xdc\x01\xe6\x54\x17\x81\x65\xdb\xc5\xd5\xce\xe3\x02\x56\xac\xbd\xcf\x65\xf0\x3d\xc9\xca\x32\xd8\x68\x3a\xfc\x94\x41\x7d\x32\x12\x0a\x96\x6a\xb2\x60\x9b\xf4\x4f\xa7\xa7\xc2\x55\xe7\xe1\x29\xdd\x96\x66\xf6\xe5\x6e\x99\x81\x28\xed\x32\x37\x50\xd2\xc8\x65\xa1\x1f\xa5\x2f\xcb\x62\x0d\x4a\x14\x17\x72\x06\xac\xbe\x4a\x5c\x64\x2e\x2f\xca\xb0\x13\x2d\xab\x16\x1d\xf2\x2e\x59\x74\x48\xa2\xbb\xc4\x3d\xe5\xf2\x36\x59\x2c\x11\x2f\x5a\xa0\xd1\x87\x6f\x20\xca\xc9\x1a\x91\xdd\x55\xb8\xa8\x1c\xcb\x73\x7a\x82\x96\xe8\x1a\xcf\x50\x60\x2e\x47\x13\xd5\x84\xb0\x03\xa7\xdf\x67\x8e\x65\x03\x94\x13\x1f\xa5\x17\x61\x18\x72\xb2\x6a\x0a\xe8\x04\xbe\xa5\x2b\x57\xe0\x33\xa8\x07\xd0\xc2\x8e\xf5\x79\x81\x45\x38\xff\x05\xca\x66\x96\x8b\xa4\x06\xef\xf2\xb0\xf2\x74\xbe\x2e\x40\xe3\x66\x19\xf6\x05\x67\x9d\x10\xa0\x66\x89\x4b\xc9\xe5\x25\x46\x80\x59\xb2\xec\x27\x27\xc0\xee\xae\xf2\xdb\xdd\x53\x8c\xfd\x2c\x61\xe4\x2d\xff\xdf\xf8\x5f\xf5\x05\x58\xc2\xf2\x94\x42\x9b\x36\x3f\x15\x04\x71\xb0\xc6\x23\x1c\x6c\x6b\xba\xc6\x1f\x41\xee\xea\xd2\xb6\xea\x92\x72\xfd\x67\xd9\x46\x59\xcb\x56\x06\x01\x8f\xe0\xd0\x9e\xb2\xad\xb2\x26\x08\x8f\x59\xee\x58\x95\x1e\x84\xb0\xca\x74\x20\x2b\x10\xea\x0b\x88\x70\x96\x9b\x6d\x65\x61\x7f\x87\xfe\x91\x69\x5c\xb6\x15\xd6\xb2\xd5\x0d\x01\x68\x1f\x1d\x8d\x15\x96\x93\xff\x67\x5f\xfa\xfd\x07\x13\xc6\xb2\xfc\x39\x79\x5e\x43\x40\x62\xe2\xe1\x41\x7d\x63\x12\xd4\x65\xc0\x75\x84\xf8\x39\x4b\x80\xeb\x58\x41\xbf\x90\xdb\xeb\xac\x52\xb1\x80\xa6\x38\x6d\x66\x3d\x62\x16\x8b\xca\x39\x1e\xe8\xfa\xa1\x50\xc3\x52\x19\xdf\x54\x76\x8d\x2d\x5e\x18\xfa\x21\x06\xdd\x5f\x88\x6d\x96\x55\x0e\xb0\x47\x3f\x8f\x24\x90\xce\xaf\x07\xa9\x0e\xdd\xef\xdf\x58\x79\x2e\x3f\x1c\x1e\xdc\xe2\x98\x02\xbd\x9f\xa2\x8b\x6e\x21\x56\x4e\x96\x2c\xab\x29\x26\x5d\x0d\xc0\x68\x51\x20\xf7\xac\xe9\x26\x64\xf9\xbf\x39\xac\x99\x0e\x79\xc8\x32\x8e\x25\xed\xac\x9a\x51\xf8\x92\x13\x75\x1b\x31\xd3\xe1\x02\x15\x13\x24\xcb\xca\xaa\x64\x19\x2a\xc9\x6d\xd6\x6d\x30\x34\xe5\x6e\xcc\x8a\xfe\x17\x88\xc6\xac\x25\xda\xa3\x19\xa8\xb4\x27\xbb\x4c\xa8\xa9\xdb\xd7\x62\xcd\xe9\x7f\x52\xfe\x7c\x17\x5e\x1b\xc9\x37\xae\xaf\xcd\x38\x49\x68\x00\xda\xe2\x03\x1a\x00\x88\xdf\xb3\x07\xb4\x85\xc7\xd3\xff\xd3\x60\xd9\x17\x15\xb2\x30\x8b\xa6\xda\x63\x4d\x79\xca\x83\x2d\xcc\x6b\x0c\xbf\x94\xd8\x81\x67\xed\xb1\xa6\x86\x6b\xec\xe4\xe7\xaa\x8b\xa8\xdf\xec\x2e\x71\xe3\x35\x7d\xdb\x5b\x41\xf3\x59\xdd\x15\xfc\xb8\x1d\x76\x99\x7d\xe1\x45\x05\x98\xfb\x3c\x24\x7b\x2a\x89\x83\x4a\x84\x9f\x75\xc4\xaa\xf2\x2c\x0f\x60\xb2\xba\xcb\xd1\x49\xa9\xe0\x3a\xd8\x38\x32\xdf\x2b\xf1\x53\x53\x68\x2e\xb3\x0e\x70\x5b\x65\x63\xd4\xc1\xbc\x7a\x14\x70\x5f\xf9\x78\x53\xb1\x09\x1c\x89\x53\xb9\x43\x9b\x87\x8c\x82\x3a\x62\x9e\xf4\x01\xb0\x06\xaa\xac\xf3\x3a\x63\x5e\x5d\x8e\x51\x5b\xf3\x5f\x14\x4e\x25\xb6\xc9\xfa\xb5\x4e\x66\x5d\xfa\xa1\x06\x32\x9d\x5d\x3f\x15\xdf\x53\xf6\x3a\xdf\x36\xc3\x3a\xbc\x6f\x56\xcc\xba\x2a\xc0\xb5\xe4\xdb\x8b\xca\x05\xda\xf4\x09\xb5\x2e\x42\x00\xdc\x1f\x7c\x4b\xbe\xc2\xaf\x78\x86\x94\x67\x3e\xeb\xb9\x8d\x2c\x91\xe0\xcd\x1a\xbc\xec\xb2\x2a\x2b\x8e\x94\xe9\x13\x67\xc5\x93\xe2\x80\xb3\x1a\x69\x74\xd2\x1f\xf5\x62\x00\x65\x99\x57\x74\xaa\x60\x57\x66\x45\xa7\x4e\x1f\x38\xeb\xd6\xa9\x63\x78\xcc\x2e\x96\x9d\xa7\x9c\xa0\xed\x69\x3f\x43\xbd\x10\x66\xee\xd2\x56\xba\xcb\xa7\xfe\xfa\x0b\x59\xa2\x0a\x49\xbc\x3b\x3c\xe5\x3f\x0e\x1b\x32\xa4\xeb\x2f\x5a\xa8\x06\xfd\x22\xa9\x5b\x2d\x26\xb0\x67\xda\x91\x51\x7f\xb1\x31\xd4\xc5\x1b\x85\xa3\xe8\xac\x7a\x83\x77\xef\x31\x05\x7e\x6e\xda\xed\x5e\xf1\x9c\x64\x1d\x01\x2b\x9e\x91\xcf\x56\x26\x73\xad\x5a\xbc\xdf\x31\x04\x32\xd5\x2b\xd0\xb9\x76\xc7\x55\x1c\x1b\xca\xce\x9c\x15\xbf\xc5\xa7\x8b\xa4\xae\x4d\x9f\x87\x2a\x3a\xd6\x07\xb0\xfa\xc4\xbe\x52\x93\x9f\xa0\x15\x72\x05\x7f\x90\x8a\xfe\x81\xb8\x43\x8b\x27\xe8\x51\xac\x84\x6b\x28\x61\x7f\xf0\x65\x27\xc8\xd0\xab\xb0\x9d\x7c\x14\xd0\x1b\x5d\xb4\xca\x7a\x99\x65\x7d\xb0\x71\xb2\xf7\x69\xa5\x45\xac\x8a\x34\x56\x4b\x31\xc8\xb2\x5b\x1a\xc1\x2a\x4a\x8e\x9a\x2d\x91\xd3\xab\x2e\xb6\x14\xfc\x5d\xfe\xff\x24\x00\xcc\xef\x3f\xbb\x85\x9a\xa4\x96\x68\x90\x8e\x98\x8d\xfb\xa1\x69\xa5\xdc\x08\x82\x4e\x12\xf9\x2d\xff\xb5\x48\x5f\x24\xb9\xdf\x8e\xe6\xb6\x95\xe6\xb2\x19\xd1\x38\xe9\xdb\xb3\xd0\x32\x57\x58\xd5\xff\xc3\xdf\x2e\xe1\xd7\x4a\xf0\x11\xba\x8c\xf0\xd3\xc2\x6d\x85\xad\xa8\xbd\xdc\x38\x55\xfb\x10\xdc\xf6\xa9\xba\xd9\x17\xd2\x40\xcf\x91\x6c\x69\x84\x27\x0b\x5f\x6f\xb6\x9a\x98\x32\x55\x07\x5c\xdd\xb4\x4e\x6b\x1c\xba\x85\x7b\x32\x1b\x79\xf6\x87\x47\x9c\x48\x17\x03\xe4\xcd\x56\x69\xb0\x4e\x98\xad\x12\xe6\x28\xfd\xd1\x2a\xc9\x5d\xc3\xff\x33\x25\x7e\x3f\xb4\xb6\x64\x53\x6b\x48\x4f\xd9\x61\x0d\xc8\x57\x63\x6d\xcd\xd6\xc2\xac\x68\x2a\xb3\xec\x9b\x5f\xf8\x6b\xa1\x7f\x00\x40\x22\xb9\xcc\x90\x4a\xa3\x35\x0e\xe5\x02\x16\x99\x8d\xc4\x2a\x51\x9d\xcf\x86\x16\x9f\x96\x15\xad\x23\x3e\x25\x9f\x5b\x8f\x21\x50\x8b\x88\x58\x9e\xfd\x5f\x08\x09\x66\x03\x0a\xc0\x01\x69\x8d\x4c\x7f\x87\x26\xb5\x01\xc3\xa5\x57\xe4\x88\xd6\x48\x38\x37\xe0\xf6\x8a\x9b\x3f\xb0\x43\x25\x47\x5a\x90\x7e\x5b\x4e\x34\x6e\x83\x84\x7b\x32\x5b\xa8\x53\xd9\x10\x8d\x33\xb8\x90\x60\x66\x1b\xa0\xd1\xc9\xb6\x6e\xd0\x7a\x5b\x5f\x37\xce\xe0\xd9\x9b\x6e\x9f\xc1\xf7\x07\x55\xe1\x44\xe1\xe9\xd0\xdd\x48\xc3\x3a\xbc\xab\xb9\x0e\x9a\x9f\x29\xe4\x94\xee\x30\xcc\x46\x1a\xd6\xfc\xac\xf2\xad\x93\x97\x70\xc1\x66\xe3\xba\x47\x50\x2d\xb3\x71\xdd\x33\x3f\x73\x0c\x33\xf8\xf4\x36\xda\x3a\x79\x9b\xd0\x2a\x5f\xe4\x25\x6b\x4c\x38\xa6\xdb\x29\xdc\x16\xa2\xd1\x7d\xe6\x32\x46\x08\x19\xb3\x11\xec\x3b\x05\x6b\x32\xdb\x19\x37\x8c\x9a\xb6\x33\x56\xa5\x6b\xe4\x14\xfe\xd9\x17\x04\xa5\x88\x89\x76\xb6\x93\x48\x21\x77\x89\xeb\x95\xef\x07\x5e\xd2\xef\xd4\x03\x4e\xe5\xb6\xce\x1b\xb7\x23\xd9\xa2\xf1\x8a\x65\x20\x4b\xaf\x85\x92\x77\x0b\x01\xfc\x39\xe4\x86\x6e\xa1\x82\x65\xc6\xb5\xad\x72\xb3\x6d\xd1\x46\x18\x88\x5d\x2f\xed\x17\x1b\x5b\x43\xc8\x29\xf6\x23\x08\x20\x03\x73\x68\x54\x0b\x05\x2a\x3b\xb2\xdd\x6c\x74\x9f\x93\x1b\xec\x60\xcb\xa2\x87\xab\x03\xe5\x6d\xcd\x06\x1e\xcf\x47\x39\x3c\x71\x62\xd3\xfb\x5b\x3f\x4e\xdf\x02\x37\xa2\x40\xba\xce\xb0\xed\xa1\xc3\x96\x95\x6f\x80\xcf\xe9\x7d\x22\x4d\xa7\x63\x34\xda\x1b\xb2\x5e\x3d\x7e\x83\x8c\xcb\x2f\x44\x85\xfa\x00\x41\x21\xca\xea\x9a\x2d\xd4\xa1\x0e\x4c\xfd\xc0\x30\x94\x19\xd6\x8f\xd8\x48\x4b\xe5\x0e\xd4\xa7\xff\x07\x48\x46\xba\xa2\x83\x6e\xe7\xd0\xd1\x1e\xea\x54\xa2\xb5\x27\x24\xe3\x72\x99\xf6\x49\x10\xf4\x3f\xed\xf8\xdf\x80\xf6\x8c\xe0\xd3\x01\xab\xe7\x58\x42\xfa\x3e\x5e\xed\x29\xd2\xd0\xd9\x33\x4b\x48\xea\xba\xe7\x58\x12\xaa\x00\x76\x4b\xc1\xa2\xcc\x4e\x28\xc2\xf4\x6d\x50\x2f\x31\x62\x7e\xe0\x8a\x07\xfc\x03\x73\xbe\xfc\x02\xc9\x1e\x1e\xa2\xc8\x76\x91\xa4\xe8\x15\x5e\x23\x89\x9a\x5e\xc9\x3f\xd7\x1c\x77\x5c\xbe\x2b\xbb\x8c\x5f\x41\xea\xae\x37\x72\xb0\xe4\x3f\xec\x5b\xd9\x8c\xf9\x79\x9e\xf4\xfe\xec\xe7\x69\x70\x95\x17\xa0\x37\xd0\x54\xbb\xcb\x77\x3c\xa0\x41\x6e\x40\x38\x78\xcc\x1a\x9e\x0f\x9d\xca\x3b\x7c\x5e\x4e\x1b\xeb\x7d\x40\xd8\xa6\x31\xe7\xc4\xf7\x99\xd4\x4e\x5a\x57\xab\xff\xa2\x6c\x7a\x8f\xd6\xc8\x5c\xe9\xc4\x31\xd8\xa6\xec\x03\x04\x0f\x99\x37\x9d\xb3\xd7\xf2\x92\xd9\xba\x62\xd8\x47\xdf\x01\x06\xb7\xc3\xba\x8f\x68\x8d\x5a\x3b\x6e\x8e\x2e\xae\x3f\x08\xa1\xfd\xfc\xcb\xf3\xfa\xde\x3c\xa0\x0e\xd6\xf8\x4f\x48\x4a\xbc\x60\x08\x3d\x10\x9c\xef\xec\x13\x83\x4f\x46\x74\x9f\xb4\xa7\xfb\x79\xc2\x75\x74\x6e\xe8\x93\xf5\x22\x8b\xb4\x2f\xb2\xaf\x3c\xba\xa4\xeb\xce\x5a\xfc\x43\xc3\x20\xd4\x07\xb6\x62\xa8\xc7\xa7\x1c\x15\xaa\x7c\x46\x85\xea\x50\x40\xbf\x7a\x40\x49\xa8\xb5\x83\xbd\x03\x23\xee\x9b\x9f\x7e\x92\xed\x24\x07\x7b\x07\x46\xdc\x0e\xf8\x7e\xc6\x82\xf3\x8a\x07\x47\xdc\x1e\xfd\x7e\x32\xa2\xd2\xee\xfd\x22\xcd\xcf\x0d\x06\x37\xce\xc7\xdb\x0e\xae\xb8\xc5\x78\xbf\xc8\x10\x90\xf6\xef\x17\xf9\x68\xde\x21\x17\x0d\xf2\x0e\x23\x47\xa3\x7b\xfd\x02\x25\x6e\x0b\xba\x93\x73\x31\xab\x87\x18\x8c\x14\xdb\xf8\x9d\x4b\x72\x47\x0b\x75\xa0\xc4\x67\xf5\x10\xfc\x18\x92\xe1\x0a\xce\xb0\xc7\x54\x86\x7f\xc2\x73\x4c\x36\xae\x4f\x21\xfd\x17\x23\xa2\xfa\x6e\x46\x44\x7a\xa4\x83\x34\x6e\x07\x6f\xbf\xb9\x43\x91\x1e\xe9\x37\x53\xe4\x1d\x77\x03\x32\xe3\xef\xdd\x67\x60\x09\x68\xc8\xef\x2d\xf7\xdb\xe7\x03\x34\xc8\x72\xf4\xa6\x41\x1e\x81\x00\x25\x71\x83\xc9\xce\xf5\xa5\x47\x7f\x58\x63\xd2\x94\x1d\xe4\xf1\x61\x21\xc4\x0d\xf4\xac\x6e\x21\x39\x17\xd5\x23\x46\x36\xee\x47\x2e\xbf\x31\xe7\x1a\x91\x37\x7a\xe8\xff\xf1\xa9\x7b\x97\x47\x0e\x84\x1b\xcc\x41\xcf\x51\x02\xfd\xfd\x6b\xc0\x7f\x1f\x1c\x90\x84\x09\xf5\x74\x8e\x23\xc0\xf4\xa5\xfc\xc7\x11\x2c\x58\x4d\x65\x5a\x28\xf7\xec\x00\xe8\xd5\x61\xcd\xe3\x60\xdb\x2c\x57\x18\x2d\xee\x2a\x33\x64\x9f\xfa\x59\xa5\xcb\xef\x33\x84\x6e\xe0\x3e\x69\x56\x47\x3c\x8d\x14\x23\xa4\xe7\x41\xfd\x98\xed\xf0\x0b\x04\xbf\x4b\x8c\x0f\xae\x90\xa7\xe5\xf4\xd8\x47\xd1\x32\x3f\x0f\xe0\x53\xc9\xfe\x02\xba\xcf\x59\x78\x23\x41\x34\x21\xcd\x31\xa0\x51\x99\xce\x48\x1b\x09\x07\xb1\xa6\x7d\x10\xfd\x38\x9d\xe3\x36\x82\x68\x45\x5b\x6f\x64\x2e\x62\x24\x7c\x07\x09\xbc\xbe\xc9\x18\x50\x95\xd9\x49\x3e\x72\x74\x52\x0a\x7f\x04\xf1\x8a\xa4\xef\x20\xc3\x37\xbb\xc9\xc1\x82\x72\xfc\x93\xae\x19\x41\x91\xe2\x01\x2a\xb0\xbc\x78\x44\x0b\xf4\x23\xee\x2e\x61\x88\xbe\xc4\x18\x41\x67\xe2\x01\x2d\x10\xdb\xb8\xf7\x35\xae\x2e\xf5\x7c\x85\xd9\x43\xaa\x61\x70\xfb\xfb\x7d\x1e\x72\x12\x4f\x48\x8d\xe1\x94\xf1\x31\xb6\xed\x50\x7c\x95\x37\x1a\xc3\x25\x39\x33\xe2\x24\xea\x8b\xad\x11\xa8\x70\x5e\x94\x2d\xd6\x84\xac\x8d\xd1\x02\x9c\xde\x35\x20\xda\x9c\x16\x32\x08\x6c\xb4\xab\x73\x04\x77\x88\x2c\xca\xd1\xa3\x09\xfa\x42\x67\x0c\x75\x7c\x1f\x9d\x09\xcb\x7e\x1e\x48\xb3\xcf\xff\x8c\xa1\x2c\xc2\x41\x7e\xc3\x74\x7a\xc0\x18\xf1\x41\xb5\x18\xe7\xad\x12\xfb\xe7\x18\x7f\xfc\xdf\xfe\x61\xf7\xd1\x87\xc1\xc1\x85\xee\x74\x74\xf8\x18\x84\x15\x7b\xda\x82\x3a\x44\xd7\x26\x63\xc4\x34\x68\xcd\xcd\x58\xa4\x1a\xa3\x49\x97\xa5\x80\xc7\x0c\x5a\x06\x4d\x23\x4c\x22\xf6\x68\x0f\x68\xce\x7c\xeb\x30\xb0\x00\xec\x8e\x1e\x58\x00\xd3\x79\x9a\x83\xd0\x41\x01\x16\xcf\xb1\x62\x8c\x35\x04\x8b\x75\xa9\xd3\xfe\x58\xcf\xb6\xb2\xdd\x63\x68\xca\xa6\x1b\xcc\x75\xab\x83\xd9\xc7\x19\x0d\xd2\xf7\x20\xfe\xb0\x5b\x6e\xa0\xb0\x3f\xeb\x16\x52\x31\xbb\x3a\x07\xa8\x6b\xb3\x5b\x30\xa0\xd1\x7d\xf0\x1a\x20\xbb\xda\x77\x3a\x40\x51\x9b\xdd\x3b\x0d\x15\x6e\x67\xe8\xb8\xc0\x1c\xf1\x10\x5e\x17\x43\xaa\x2f\x12\xf7\xf6\xf1\x41\x0c\x52\x14\xec\x60\x1e\x3f\x56\x89\x17\xfe\x0f\xec\x44\x2f\xdb\xd0\xf1\xbe\x2c\x1b\x3f\x30\x81\x74\x72\x1a\x71\x25\xda\xbd\x10\xb7\x92\x5f\xdd\x5b\x87\x48\x38\x43\x66\xcc\x01\x28\x87\x9d\xe4\x03\x87\xae\x5d\xd0\x83\xd3\x66\xb7\x80\x47\x89\xdb\x2b\x32\x6e\x96\x95\x3c\xd4\xe3\x8e\x41\xd3\xa0\xde\xd4\xe7\x9d\x08\x56\xab\x5d\x93\x03\xaa\x69\xe7\x5c\x8f\xf0\xbe\xf6\xea\x17\x62\x90\x5d\xa6\xc1\xf2\xdb\x0c\x52\x0a\x8c\x00\x3c\x07\x29\x05\x0e\xbb\x1e\xe1\x8e\xed\x1e\x65\x40\x38\x3e\x0b\x13\x77\xac\xef\xe7\xc6\x0b\x04\xb1\x77\xd2\x1b\x3a\x52\x43\x44\x98\xd8\x67\xef\x12\x26\x36\x9d\xa5\x36\xf6\x79\x74\x0e\x4f\xc2\x1b\x1f\x54\x03\x42\x8d\x3b\x2d\x62\x6e\xad\x5c\x05\x67\x37\xe7\x11\x83\x20\xf3\x79\x92\xcc\x28\x4a\xa9\x39\xff\xd4\x76\x57\x39\x06\x45\x15\x80\xc5\xea\xe4\xa3\x09\x16\x6b\x97\xe1\x31\xc3\x01\xec\xf3\xd8\x44\x2f\xe7\xf6\x2f\xa0\xd0\x73\x86\xd2\x16\x86\xe4\x9c\x28\x6d\x7b\x81\x26\x08\x1a\x76\xae\xce\x14\x8b\x60\xaa\xfc\x72\x65\xab\xe6\x84\x7b\xd8\x09\x66\x13\x70\x75\x3b\xaa\x26\xee\x61\x87\xce\xcf\x1c\xab\x46\x15\xa2\x03\x1d\x03\x3b\x49\x4c\x74\xa4\xfc\x04\x3b\xcb\x37\x8c\xb3\xa0\x0f\x74\x1a\x98\x25\xa6\x70\xb9\x42\x8e\xfc\xc9\x0f\x20\x4c\x3c\x21\x15\xda\xde\xe6\x72\x24\x89\xe8\xfd\x1a\x39\x78\xea\x61\xed\x64\xcc\xb9\x7c\x82\x14\x9b\x55\x66\x15\x8b\x7f\x65\xce\xad\x45\x8b\x73\xa9\xe6\xd6\xa2\xd5\x41\xb7\xb3\x81\xa6\x90\x5c\x0e\x0c\x4b\x8d\x18\x2a\xd1\x97\xcc\x33\x54\xa2\x33\xe4\xe6\x56\x89\x55\x08\x6f\x73\x82\x93\x35\x9d\x10\x3b\x5b\x60\xfa\x6b\x08\x20\xe4\x9a\x76\xc3\x4c\x08\xb9\xa6\x6b\x24\x88\x6a\x79\x91\xee\x13\x76\x13\x8d\xef\x9c\x9d\xd8\x7b\x9d\x37\x26\x4a\xd6\x37\x39\x93\x5b\x5a\xfb\x18\x26\x79\x89\xc9\x73\x80\xbb\xd7\x3e\xf6\x19\x97\xb4\x02\xba\x9a\xb3\x13\x31\xaa\x7d\x37\x49\x4b\xfc\xec\x8a\x38\x95\xfb\x44\x31\xc1\xe6\x9a\xde\x05\xa1\xb6\x87\xf4\xfa\x1c\xd8\xd7\x3a\x16\x4f\x2e\x69\xa7\xc3\xd7\x27\x1c\x61\x87\x4e\x75\x73\x70\x17\xee\x9d\x10\x4e\x61\x47\xbd\xcc\x11\x34\x04\x6a\xf3\x80\xea\x52\x5a\x73\x8e\x48\x0a\xd1\xa0\x70\x70\xf7\x3d\xf2\x24\x31\x71\x8a\xa9\x7e\x4e\x4e\xee\x42\xb0\x9d\x73\x46\x8b\xd4\x02\x92\x06\xa6\x11\x1a\xe6\x8c\xa4\x0d\x15\x81\x30\xf2\x56\x43\xcf\x3b\x2d\x6e\xe2\x13\xae\x87\x5f\x8f\x65\x50\xdd\x22\xb0\x3e\xbd\x94\x17\x44\x08\xde\x4a\xab\x83\xb4\xa5\x06\x72\xcb\x2a\xd0\xff\x39\xcf\x68\xb0\x46\xe4\x8c\x06\xbb\x05\x67\x64\x4e\xab\xc5\x1c\xcd\x8f\xcf\xff\xd1\x22\x9d\xdd\xe7\x49\x62\xa3\xcb\x44\xc0\x7f\xa4\xdf\x35\xf8\xa2\x86\x90\x5b\xd5\x43\x1a\x63\xfe\xb8\x9c\x92\x73\x63\xfe\x08\xb4\xf2\xf3\x3f\xd0\x53\xbd\xce\xd0\xc2\xbe\x88\x9f\x1c\xa4\x9d\xf5\x32\x7f\x50\x03\x79\x23\x70\x70\xf6\xa1\x68\xfe\x70\xb6\xe9\x7a\x6e\x6e\x9d\x5a\x45\x08\x32\xe7\x1d\x23\x62\x71\xbe\x4f\xce\xd5\x07\x8c\x79\x37\x10\x26\xd4\xc0\x3b\xe6\x50\x0d\xe4\x24\x6d\x93\x7c\xde\xa8\x48\xb9\x0a\x26\x1e\xde\x69\x59\x10\x77\xa8\x4e\x24\x9a\x77\xa0\xa3\x69\x44\x9e\x98\x33\xcd\xe1\x03\x21\xab\x54\xe8\xdc\x5a\x3c\xdb\xfd\x35\x51\xe2\x4e\x13\x99\xe0\xa9\x1f\xeb\x5f\xb8\x3d\xe7\x7c\xe1\xa7\x75\x63\xde\x44\x59\xa3\x41\x8c\xd2\xd6\x79\xfa\x81\xbc\x52\x0b\xe3\x7d\x0c\xcf\xcb\x82\x06\x6e\xee\x8f\xb0\x07\x8b\xe0\xa3\x7e\x21\x08\x73\x5a\xcd\xe4\xfe\x75\x7e\xca\x31\x7f\x7e\xfe\x8d\x06\xfc\xd7\xdd\x15\x41\x4f\xc5\xe5\x01\x44\xb2\xcb\x9c\x9a\x75\xfe\x5b\x84\x18\x89\xc6\x66\x2e\x32\xfc\xe6\x94\x29\xba\xd0\xd7\x0e\x6d\x58\x71\x8c\x96\x36\x58\x70\x87\x3a\x85\x64\x71\xe6\xf5\x9d\xf7\x42\x01\x3b\xa1\x62\xe5\x18\xc2\xa5\x72\xc4\xe6\xab\xbe\x8c\xbb\x4f\x9b\x7e\xe5\x78\xff\xbf\x11\x58\xe5\xf8\xdf\xff\x35\x8b\xfa\x55\xa2\xc1\x92\xdd\x6b\x2b\xe0\xcf\x15\xf8\x2a\x28\x6c\x49\x99\xc5\x21\xd5\x19\x1a\x8b\xe4\x3b\xd3\x79\xcf\x85\xc6\x76\xac\xc6\x22\x2c\xfa\x93\x73\xbe\x0a\x96\x6d\xf7\x17\x49\x32\x91\x6c\x5f\x10\x86\x39\x91\x68\xd5\x80\x82\xd3\xf3\x15\x4a\x5f\xb7\xb0\x05\x17\x89\xfe\x87\x5a\xa4\x4b\xca\xac\x86\x60\x96\x64\x5f\x0d\x48\x60\x09\xf2\xd5\x31\xb9\x24\xb8\x17\x31\x48\x46\x2a\x58\x11\x83\xe4\x08\xa0\xd5\xa3\x87\x7e\x21\x58\x92\xfd\x02\x26\xc1\x5c\xfe\xe1\xc7\xa5\xbc\x7a\xb8\xb5\xd5\x70\xc6\xc6\x1a\x81\x86\xa7\x1e\x85\xcf\x58\xc7\x95\x45\x8e\xfb\x67\x15\x86\x2a\x71\xa4\xf9\x0a\x27\xb0\x67\x95\x78\x9f\xe9\x48\xf2\xc5\x99\xd1\xe1\xfa\x6b\x06\x7f\x95\x2b\x80\x6d\x72\xfa\x0b\xbb\x85\xcb\x65\xa0\xc3\x45\x6b\x37\x17\x51\xbe\xc6\x92\x5b\x44\xf9\x7e\x27\x11\x64\xf0\xea\x75\x7d\x02\x75\xe0\x17\x4e\xa0\x11\xbc\x8c\x60\x9a\xae\xd9\xcf\x33\x86\x4b\x87\xc0\x05\x3d\x48\xf5\xc6\x39\x49\xa1\xf6\xc2\xbe\x32\x65\xb5\x78\xab\x8a\x65\xed\xb7\x82\x59\xda\x63\x78\xc5\x4d\x8c\x46\x20\x02\x70\x1c\x10\xb3\xae\xf8\x80\x26\x91\x23\x9e\xb3\xb1\xd6\xd6\x35\xd9\x8e\xfc\x45\x96\xb9\xed\x83\xf5\x2b\x51\xa1\x5a\xf8\x0b\xef\x88\xcb\x01\x3d\xac\x21\xc1\xed\x5b\x8b\x2b\x20\x67\xfb\xf3\x81\x09\xd2\xaf\xdf\x5f\x04\xc5\x6a\xc8\x48\x85\x9a\xe2\x22\x9c\xeb\x26\x0b\xd1\x73\x70\xef\x75\x6b\xcb\x73\xc1\xff\x68\x0c\xaa\x75\xc7\x98\x7b\xe5\xa3\x6d\x8c\x4e\xb4\xee\xf8\x42\xf7\x0f\x0f\x0f\xa8\x0b\x4f\xa0\x65\x6b\xd0\xe3\x4c\x68\xb4\x9d\x85\x3a\xb1\x3f\x6d\x81\xae\x53\x3c\xed\xfb\x4c\xf8\x41\xd8\x5b\xfb\x84\x37\x5a\xfa\x27\x60\x81\xf5\x02\x7b\x20\x5d\xb5\x5e\xec\x25\xd9\x4f\x2b\xae\x2b\x97\x6c\xbe\x15\x8c\x60\x52\x37\xeb\x8d\x55\xec\x39\xc6\xed\x2b\x02\xe1\x79\x92\x72\x6e\x05\x76\x1e\x09\xd1\x35\x54\xe6\x00\x3a\xfd\x7f\x01\xd8\x61\xa9\xbc\x8d\x4c\xe7\x86\x9d\x64\x98\x3b\xe8\xf7\x84\xcb\x7a\x0a\xb3\x76\x9e\x84\xc8\xf6\x4f\x85\x31\x45\x9f\x16\xfc\x68\x81\xbf\x10\x53\x24\x05\x72\x1e\x50\x63\x34\x3f\xf0\xc6\x03\xfa\x66\x0a\xe8\x00\xf5\x31\x41\xce\xa1\x65\x79\xc6\x99\x71\x2d\x3f\xb0\x8f\xb4\x4e\xd9\x38\x13\x28\x25\x9f\x0a\x63\x14\xa5\xa3\xce\x14\xbd\xec\x2a\x13\x7a\x76\xb8\xfc\x23\xa3\xfc\xf0\x27\x89\xf0\x58\xfe\xc2\x13\x0f\xa8\xd7\x1c\x43\x0d\x5b\x75\x12\x73\xe4\x44\x99\x13\xbf\xed\x3a\x0e\xff\x10\x6d\x56\x05\x90\x60\x5a\xa7\x9c\xdc\xcb\x56\x9d\x50\x4e\x08\x44\x84\x61\x3d\xcf\xad\xf5\x66\x93\x1a\x3f\xd1\x7a\x9f\x90\x99\x73\x6b\xbd\xad\x0c\x55\x26\x8d\x42\x9b\xf9\x2c\xb1\x53\xd4\xe2\xca\xca\xf1\xff\x35\xde\xd7\x98\x10\x45\xf4\x89\x89\x3c\x6b\xa0\x17\xbb\x82\x87\x17\xfc\xff\x1b\x2f\xe8\x01\x18\xb7\x6c\x5b\x9d\xa0\xdb\x7c\x02\x95\xce\x96\xa9\xc1\x65\x70\xbd\x1d\xd6\x73\x42\x00\xe2\xf0\xe6\x13\x6f\xae\x68\x0c\xe7\xb9\x4f\xa6\x5b\x9d\xab\x0c\xb8\x8c\xd7\x26\x8a\x77\xfa\x7f\x38\xbd\x7c\x55\x7a\xfe\x71\x7a\xa9\x01\x1d\x7e\x0a\x19\xc3\x67\xc4\xfa\x7a\xd6\x83\x23\xc4\x9b\xa3\x07\x12\x41\xf3\x03\x17\x0e\x24\x0d\x2a\xc4\x9d\x62\x7f\x9d\xe7\x3e\x46\x0e\xc7\xfb\x9d\xf0\x76\x2e\x2f\x9b\x1e\x63\x28\x1d\x70\x0e\xf6\x86\x1c\x89\x67\x24\xa9\x4b\x3c\x9d\x1c\x22\x97\x8c\xa7\x73\x04\xb1\x8d\x7a\x1c\xce\xe2\xcf\x06\x1f\xac\xc3\xea\x32\x18\xd4\x5e\x36\x23\x5a\xec\x06\xbc\x94\xf5\x81\xc9\x94\x48\x2b\x9e\x00\x19\x7e\x04\xca\x64\x19\x79\x0a\x67\xdc\x8d\xfb\xff\x49\x83\x74\xc2\x3a\xe7\xe2\x00\xa2\x1e\x72\x5d\x2c\xf8\xf9\x79\x4e\x36\x86\x87\x70\x1b\x02\xa5\x7a\xdd\xaf\xe8\xa1\xae\xe6\xce\x45\x3c\x80\x7b\xbc\x0d\x81\x39\xa4\xc5\x4e\xc0\x6f\x96\xdd\x17\xe7\x3a\x59\x15\xfa\x22\xde\x64\x47\xfd\x9f\x2b\x26\x45\x52\xfb\x3c\x81\xaf\xf4\xc2\xde\xa6\xc5\x74\x4e\xf1\x19\xa4\x21\x3e\x99\x9f\x27\xb3\x22\x2d\x75\xee\x63\xe9\xec\x9f\x17\x98\x14\xcf\x22\x91\x49\x2d\xff\x53\xae\xe7\x79\xc6\x46\xb5\xbc\x3c\x91\x76\xde\x98\x27\x49\x00\x1e\xb1\xeb\xa0\xac\x19\x88\x2c\x6f\x1f\xc9\x4e\x78\xca\x7c\xe3\x7f\x5e\xcc\xa9\xec\xdd\xf3\x5a\xc8\x2e\x0d\xd0\x3e\x04\x4f\xa7\x4e\x9e\xc0\x3d\x3b\x39\xf6\xfc\xb1\xcf\x65\x0f\x9f\x18\x26\xcb\x67\x90\x33\x9c\xd5\xde\x36\xbf\xa0\x63\xd2\x94\x72\xdf\xbc\x6c\xf3\x9f\x00\xe4\x2c\xb9\x67\xce\xa0\x2b\xf5\x29\xe3\xfc\x5d\x58\x73\xea\x02\xc1\xc5\xcb\x87\x82\x93\xd0\xa8\xe5\x8d\x02\x42\xce\xb2\xd1\x7f\x72\xb2\xb6\xf1\x74\x92\xb7\xbd\x6c\x74\x9f\x77\x08\x13\xd5\x08\xa2\xb4\x2f\x15\xce\x9b\xd0\x20\xcb\xcb\x7b\xf0\xbc\x46\xf9\xe6\xd4\xe1\x75\x89\xad\xe3\xb8\x8b\x13\x5b\x67\x19\x5d\xe0\xbc\x11\x16\xf2\x96\x9c\x0f\xc3\x6a\xdd\xfe\xc4\xb0\x7a\xa2\x1f\xf6\xaa\x6e\x92\xce\x07\x9d\x61\x7c\x82\xf3\x61\x62\x87\xcb\xa0\x54\xb8\x89\x0f\x4d\x94\x39\x76\x3e\x31\x8a\xb2\xc2\xcf\x87\x51\xf4\x66\x7e\xa2\x89\x1a\x83\x17\x71\xe5\x31\xe1\xbc\xbd\x9c\x9c\x77\x6e\x8b\xe9\x63\x9e\x9d\x6f\x2c\x35\xf5\x71\x1b\x44\xe3\x23\x4e\xb6\x3d\x34\x9d\x3c\x7f\x72\xfe\x5e\x4e\x66\x3f\x41\xfd\x71\x86\xca\x09\x18\xe0\x4a\x9f\x26\x20\xe0\xe4\xc0\x38\xdf\x18\x66\x6f\x17\x38\x54\x05\xf7\x3e\x4f\x8e\xe8\xcb\x81\xf1\x17\x1c\xaa\x45\x9a\xf3\x0a\x1b\x4c\xf2\xe2\x3a\xa0\xf9\x53\x13\xae\x23\xe6\xe5\xf3\x02\xba\x5c\x9d\xb8\x70\xd1\x3b\xf2\xf1\x02\x6f\x70\xf9\xb0\x74\x91\x9e\xed\xc5\x7a\x61\x94\x39\x0e\xf0\xc2\xc4\x32\x4c\xe8\x75\x44\x93\x25\xa5\xaf\x30\xb1\xe4\xa6\xb8\x52\xac\x0c\xb5\x28\xc5\xca\x90\x5a\xb8\x52\xac\x0c\x97\x21\x06\xf0\x18\xa4\xd8\x91\x12\xcb\x17\x1c\xa9\x3e\x1d\x5d\x70\xa4\x3a\x36\xf2\x4a\x9c\xef\x3c\x28\x61\x72\xd9\x62\xba\xc2\xe4\xd2\xcc\x5f\xd0\x8e\x8b\x54\x7b\x5e\x39\xce\x0e\xaa\x20\xff\x41\x6b\xab\x89\x19\x63\x40\x7a\xe0\xca\x2c\x5e\x49\xa1\x8b\x5c\x28\x87\x0a\x5e\x58\x5c\xce\x09\xbc\x60\x45\x75\xde\xee\x05\xc0\xa0\x73\xde\x2f\xe8\xcf\x0c\x78\x72\xd5\x70\xc7\xaa\x81\x61\x0f\x4d\xff\x4f\xd4\x98\x54\xf7\x05\x46\xb3\x6d\xff\xab\x45\x07\x64\x4d\x5c\x58\x33\x55\x77\x7e\x57\x43\xc8\x49\x8b\x5c\x8d\x53\x7e\xf3\xf3\xb1\xb4\x97\xbf\x40\x0f\x25\x71\xae\x4e\x36\xb6\xb6\xf7\x05\xf6\xde\x92\x98\xbd\xb6\x75\x52\x6c\x4c\x5c\xc0\x34\x8f\x7f\x53\x3b\x17\x96\x89\xdd\xd9\xd7\x20\x5c\x57\x12\xf8\x8a\x94\x21\xcf\x1f\x88\xca\x76\x1c\x5e\x13\x25\x2a\x53\xe8\xda\x7a\xff\x03\xef\x75\x4d\x78\xea\x3d\xbd\x2b\x63\x5a\x69\xba\x70\x08\x38\x65\xe9\x0a\x3b\xc0\x97\xb4\xd7\xb6\x03\xa6\xe3\x45\xae\x15\xe3\xef\x0a\x11\x04\x72\x95\x5e\xa4\xf9\x2e\xdf\xc9\x5e\x2b\x26\x54\x2d\x0a\x3b\xc0\xb7\xba\xd7\xb6\x03\xaa\x41\x0f\xae\x93\x03\xb9\x87\x00\x3b\xc0\x87\xd3\x2b\xf0\x88\xbd\x84\x83\x07\xc2\x1f\x04\x2e\xc6\xc9\x6f\xd7\x56\xe4\xc5\xe8\x2a\xd7\x89\x2f\x56\xb2\xee\x3a\xcf\xfd\xfd\xe5\xf2\xf5\xbf\xff\x2b\x76\xe5\x5d\x78\xb7\xcd\xc5\x3c\xaf\x13\xb0\x14\xef\xb1\x93\x40\x47\xa9\xb4\x8b\x2c\xa5\x43\xf2\xfe\xba\xc8\xbe\x97\xd2\xbc\xc2\x52\xf0\x15\xed\x45\x1e\xb1\xe3\xb6\x2e\xd8\xc3\x9c\xcc\x71\x5d\x38\xf0\xbd\x84\x2f\x8e\x9f\x5e\xb1\x64\x35\x89\xe8\x7e\x5e\x30\x4d\x34\xef\xa1\xbf\x6b\x71\xf5\x88\xac\xa6\xe5\x6b\xef\xeb\x22\xef\xea\x53\x41\x50\xef\xb8\x4c\xf2\xb8\x45\xed\x36\x4d\x52\x97\xb0\xbf\x7e\xb0\x86\x7b\x0a\x7e\x09\x4c\x20\x75\x70\x5b\x26\xc5\x47\x96\x2b\xfc\xf7\x16\x6b\xe1\x32\xf1\x94\xff\x22\x79\xde\x62\x0d\x3a\x31\x1b\x22\x17\x59\x51\xc6\xd2\xbd\xb6\xe5\x52\x3f\x9b\x7e\x1b\x2e\x75\x7e\xca\x60\xc7\xbb\x43\xf8\x58\x8c\x7a\x75\x41\x37\x36\x75\x36\xbe\xb6\xd9\x52\xc5\x02\x31\xaf\x30\x5b\x1c\x18\x70\x01\x37\xe3\x80\xa1\x0b\xfe\x30\x1f\x00\xae\x6d\xb6\xd4\xa5\xa3\xf0\x75\x13\xfb\xa7\xe3\xfc\x45\x28\x9d\x53\x11\xae\x88\xa4\xf3\x14\x6d\x33\xa6\x2e\x8f\x48\x98\x31\xde\xb7\x5c\x10\x54\xeb\x2e\xe0\x90\xa7\xd7\xdc\x43\xd8\x97\x95\x21\xf4\x60\x8e\x19\xba\x80\x4b\x36\x68\xc6\xf5\x04\x9b\xa9\x9f\x07\xc7\xdc\x72\x09\x42\x56\xc7\x28\x5d\xcf\x19\x03\xa2\x06\x6d\x23\x27\x7f\xe4\xc6\x03\x4c\x94\x77\xe9\x13\xec\x26\xfe\xe0\x1e\xf1\x25\x27\xd6\xf5\x84\x6f\x54\x03\x46\x64\xdf\xf2\xae\x0f\x6c\x19\xaf\xe9\x17\xc8\x8a\xcf\xf3\x85\xe7\x35\x00\x10\x84\x39\x50\xef\x7a\xa1\x3f\xb3\x14\x78\x99\x20\xf9\xc4\xae\x97\xf4\x24\x2f\x49\xe0\x92\x9b\x07\x9c\x48\x41\x73\x50\x5c\x2f\x78\xd6\xb6\x46\xb0\x90\x8c\xde\x7c\x41\xeb\xb1\xac\x15\x30\x90\xba\xf7\xf4\xb6\x8f\xb2\xbd\x2d\xd7\xb6\x8f\xea\xd2\x71\xe2\x77\x44\xff\xa7\xca\x89\xfe\x1c\x2a\x67\xfe\xff\x27\x2d\xf3\xc3\x76\xf2\xf6\xf8\x1d\xcc\x7e\x76\x65\x0d\xea\x85\xa4\x72\x07\x45\x27\xab\x3c\x78\xde\xff\x03\x5b\xa7\xc6\xff\xf0\x77\x99\x1d\x7e\xfe\xb6\x69\x55\x1d\x12\xf7\x3b\x48\x16\x2b\x6e\x00\xa3\x93\xfd\x81\x9b\x60\x2b\x97\x1f\x22\x53\x5d\x66\x74\xb4\xdc\x7f\x60\x41\xdb\x26\xff\xa5\xc0\x43\xd7\x68\xe1\xbb\x72\x40\xe0\x8f\x18\x45\x5b\x25\xbf\xc4\x6c\xca\xdd\xf6\x4b\xe0\xc4\x25\xd7\x7f\xf1\xbc\xfa\x13\x11\x8a\xc3\xf5\xdf\xfc\xaf\xf6\x85\x67\xcb\x41\x31\x3f\xc8\xe8\xad\x16\x7f\x99\xab\x77\x09\xac\x1f\x9e\x2d\x87\xde\xfe\x72\xa3\x42\x75\x28\x13\x3b\xac\xe5\xff\xcb\xcc\x80\x7c\x38\xbf\x6d\xa6\x65\xcb\xa3\x5f\x26\x93\x36\xfb\x7d\xa0\x66\xbd\x7c\x32\xe1\xe9\x92\x3f\x3f\xc0\x19\xcd\x8c\xf0\x03\x58\xda\x3a\xed\x57\x02\x12\x59\xfd\x89\xdb\x1f\x6d\x9f\x5f\x4d\x80\x55\xa8\x3f\x95\x68\x39\xf7\x27\x58\x6a\x3d\x01\x75\xe2\x5c\x54\xfd\x20\x27\x1a\x19\xfb\x47\xb4\x85\x6f\xe9\x7f\x0d\x2f\xbd\xcc\xcc\x1f\xe9\x09\x62\x63\x9a\xbf\x06\x96\xab\x74\xf2\x8f\x0c\xf5\xcf\xf8\xf5\x40\xb4\xf1\xff\x71\xb4\x55\x7f\x80\x73\x29\x6e\x2f\xb9\xdd\x4d\x02\xff\x07\xbc\x71\xf3\xfb\xa4\x07\xd8\x0c\xfd\x0d\xe4\xb7\x17\x38\x97\xfe\x4d\xf2\xfa\xc7\xa5\x7e\x93\xbc\xfd\xcd\xd8\x21\xfa\x1e\x76\x9a\x79\x25\x7e\x5c\xf2\x2f\x93\x83\xfc\x20\x9a\x18\xfe\xe0\x36\xcc\x3e\x24\x3b\xbf\x15\x0d\x54\x85\x84\xe7\x8f\xe2\xff\x1f\x1c\x97\xea\x70\x98\x5d\xc5\x4b\x1e\xf7\x8b\x4f\x43\xbf\x13\x5e\xfb\xee\xff\xf1\x89\xc9\x8c\xfa\x9d\x83\x1c\x1c\x3f\x1f\xfe\x11\xf5\xf0\x0c\x77\x86\x56\xc4\x19\xc0\xb1\x7e\x1e\x6f\xb1\xcc\xe6\x1f\xfe\x94\xa9\xa3\xce\x6f\x5b\x4d\xd3\x68\x66\x3f\x68\xe0\x0d\xff\xfe\x0b\xab\xc9\x30\xb0\x3f\x6e\x8a\xc4\x45\x35\x7f\x44\x0b\x5a\x63\xfc\x88\xf7\xb7\x8b\xfd\x07\x3a\xcb\x32\xd4\xed\x8f\x80\x7f\x63\xe5\xfe\x2e\x7a\xe8\x39\xbf\xb8\x35\x70\x0f\x30\xab\x96\xaf\xb5\x7f\x24\x92\xf9\xa4\xf0\xbb\xe8\x62\xf6\x07\x70\x19\x7d\xba\x74\xf3\xbc\x86\x98\xbb\xaa\x55\x3c\x69\x81\x88\xec\x5d\xb1\xed\xaa\x79\x78\x55\x6d\xbb\x6a\x15\x5d\xe7\xfd\x70\x09\x39\xa1\xf3\xf7\x2b\x38\x4f\x54\x1f\x1e\x21\x27\xc1\xfe\xb6\xdd\xb5\x3e\xbb\x10\x44\x97\xe5\xbb\xa7\x1f\x2e\x23\xdb\xe2\xbf\x1f\x93\xdc\xff\x89\x82\xe0\xf7\x8b\xf1\x91\x8e\xfb\x41\x6c\x3f\xdd\xfc\x9b\xe6\x5b\x08\xe1\xeb\xf1\x4d\xd8\x8f\xd0\xc5\x21\x33\xf3\x47\xa2\xdc\x2a\x9e\x81\x3b\xda\xaf\xfe\x00\xa7\x6c\x25\xfa\xbb\x63\x17\xe9\xf8\xf3\x0b\x6f\x90\x07\x24\xcc\x28\x03\xb0\xfe\xf0\x06\x55\xaf\xf2\x3b\xb6\x89\x0e\x4c\x3f\x10\x99\x8b\x1f\x80\xda\xde\x4e\x85\x1f\xee\xa3\xfe\x29\x73\xc3\xea\x8d\x8d\xf7\xc8\xa1\x29\xbf\xf0\x1e\x19\xc2\xf5\x07\x63\x99\x9d\xdb\x3f\x50\xf8\x44\x28\x36\x7f\x0f\x83\x28\x43\xeb\xb7\x0d\xad\x55\x2c\xa9\x60\xbe\x9f\xb2\xdd\x7f\xe4\x50\x4c\xcf\x31\xc9\x7e\x3e\x5c\xfc\xde\x00\x86\xd2\x10\xbd\x51\x9f\xff\xff\xb1\xef\xd5\x9e\x17\xcf\xb1\x4c\xe5\x1f\x8e\x1d\xd3\x3a\xfd\xc2\xb1\x23\xa2\xd9\x79\x93\xec\x27\x9a\xba\x79\x87\x5f\x46\xa7\x97\x9b\xcb\x32\xe7\x0f\xdc\x61\x3c\x98\xc0\xec\xc6\x2f\x33\x34\xab\x37\xd9\x7f\xc6\xfd\xbd\x21\x28\x5b\x16\x45\xf7\x41\x13\x25\xba\xee\x23\xf6\xd5\xf0\x0f\x1c\xc9\x35\xc6\x37\xd1\x99\x62\x8d\x9b\x77\x8a\x1b\x0a\x3d\xff\xc7\x94\xaf\x16\x25\x5c\xb3\xcb\xef\x93\x6c\xde\xfc\xfe\xc3\xf1\x43\x5d\x4c\x40\x59\xc9\x98\xbb\x73\x84\x97\x68\xe7\xdf\x64\xdf\x4f\xd9\x3b\x37\xe1\x95\x4e\x96\xba\x31\x17\x7c\x69\x7d\xe7\x08\x2e\x54\x8f\xb7\xb9\xe0\x9b\xb9\x7b\x5b\x0b\xd5\x29\xb2\x77\x0e\x28\x29\x3f\x8e\x31\xeb\xf6\x02\x06\xed\x28\xe6\x9b\x68\x13\x03\xdc\xdc\x79\x1f\x81\x0d\x52\x71\x07\x16\xf4\xe7\xf3\x01\xb0\xa0\xfe\xe6\x87\xd4\x28\xd7\x1f\xd1\xf7\xaa\x1f\x10\x3f\x47\xa4\xdd\x25\xee\xdc\xf5\x3d\xac\x0d\x87\x7a\xdc\x11\x8c\xd2\xfd\x3c\x94\x75\x9e\x3f\xac\x11\x07\x09\xdc\xb0\x5a\x0c\x59\x03\x37\xe9\x97\xfd\xf3\xfc\x19\x9b\x4e\xe5\x8b\xfa\xfc\xfd\x1f\xc3\xed\xf2\xcd\xff\xfe\xfe\x36\x47\x6d\x0d\xdd\x05\x44\x0b\xa9\xa2\xbb\x1e\x3c\xaf\xf1\xc2\x3a\xb2\xef\xf2\x86\x0a\xad\x4b\xa8\xdc\xb5\x00\x5e\xe3\xf7\x61\xdb\x76\x7b\x6a\x84\x0c\xa8\x3f\x40\x0b\x18\x65\xf1\x26\x58\xd5\x5e\xbd\xbb\x42\xd9\x57\xfc\x3d\xda\xff\xf9\xde\x03\x3e\xb9\xeb\x7f\x89\xcf\x52\xfd\x30\x68\x38\xe4\xf0\x6e\x05\x1e\x00\x7d\xaf\x45\xfc\x96\xea\xdf\xd6\x58\xaf\x92\x61\x77\x03\x49\xb4\xbb\x3e\xce\xef\x56\x34\x77\x9b\x04\xec\xb9\x82\x45\x05\x6a\x10\xd9\xa6\xfd\xdf\xe2\x03\xee\x06\xbb\xbb\x57\x6b\xdb\xb3\xe7\xd8\xec\xbb\x6d\xe3\xdc\xa6\xd0\x4d\x22\xaa\x48\x75\xe7\xdd\x42\x62\x79\xfb\x77\xb2\xc8\x64\x39\xdc\x18\x93\x45\xc6\xee\xbd\x8d\xc9\x6a\x8f\xd5\xdd\x83\xe5\xd2\xcf\x57\xb8\xf3\xfc\x7c\xc8\x78\x29\xba\xbb\x77\xe6\xcf\x0f\x84\x75\xec\x0a\x42\x6f\xb9\x1c\x12\xce\x1b\x86\x1b\x4f\x43\xb5\xde\xb0\x75\x98\xa9\xed\xde\xe6\xeb\xf8\x2c\xe0\xa0\x76\xfb\x94\xe1\x80\xb4\x84\x1c\xc1\xea\xeb\xf7\x07\xdc\x3a\x7a\x1e\xb6\x0d\x07\xcc\xdf\xb3\x52\xbf\x9e\x9f\x30\x8b\xca\x3c\xbf\xa1\x93\x75\x6a\xe3\x3d\xf1\xa1\xc9\x32\xba\x57\xa2\xfd\x5a\x60\x2b\xea\x53\x7b\xb8\x6d\xf4\x2d\xd0\xbd\x82\x96\xc6\x65\xd8\xcf\x65\x1d\xdf\x67\x21\xb5\x52\xef\x63\x8c\x56\x9d\xd7\xee\x2b\xbe\xa7\x05\x8c\xad\xe8\x44\xc2\x7b\xdb\x8a\xd5\xc8\xee\xf7\xc5\x02\xb7\x00\x21\xb1\xc4\xb9\xa7\x37\xa6\xe0\x47\x60\x84\x29\x58\x2d\xe1\x48\x16\xfd\xec\xb8\x70\xb1\x55\x6f\x59\x42\x5c\x3f\x5b\x1a\x17\xdb\xfa\x7e\x02\x9a\xe2\xe2\x4f\xbc\xbc\xa0\x21\x86\xed\xa2\x7c\xca\x0c\xa1\x87\x8c\xd4\x94\xf5\xfd\x61\x1b\x16\x9f\x4d\xf9\xdb\x8a\xde\x32\x87\xbb\x3c\x53\x0e\xdc\xbf\x68\x90\xac\xaf\x3b\x7c\x5e\x86\x3b\xbc\xb7\xf9\x96\x7d\x35\x70\xdf\xd1\x67\x4d\x02\x99\x26\xe2\x49\x9e\x37\xd8\x7b\xeb\xb3\xea\x82\xe3\x3e\xb9\xfc\xf0\x82\x06\xf1\x0e\x06\x49\xb5\x80\xa0\x56\x27\xd4\xde\x0f\x5d\x1e\xfe\x9f\x48\x2a\xcf\xea\x13\xb3\x22\xdb\xe5\x7e\x22\xab\x40\x7d\x24\x2c\xe9\x23\xd7\xc9\x54\x31\x74\xd1\x0d\xa5\x97\xf3\x48\x6e\xe2\x58\x7d\x93\x77\xbf\x18\xa4\x0e\x47\xbf\xa1\x9d\xf7\x1d\xef\xfd\xf6\x78\x40\x63\x00\x72\xc2\x67\x08\x48\x55\x69\x5e\x78\x2f\x2d\xb2\xf1\xf4\xc6\x98\x4d\x37\x81\x9d\xaf\x41\x7f\x8e\x38\x08\x2f\x95\xf9\x80\x2a\x7c\xc2\xf3\xa2\x16\x3d\x47\x2c\x44\x59\x53\x0f\xd6\x93\x09\x3b\x9e\x03\x64\x6d\x19\xe1\x0f\x97\x5c\x8e\x06\x7f\x52\x0c\xba\xcb\xd1\x20\x3f\x8f\x23\x4b\x93\xf0\x24\xd6\xad\xe6\xe0\xc1\x13\xd2\xa5\x6b\x1e\x72\x33\x1d\xa2\xf3\x60\x8b\x38\xef\xfb\xc9\xa8\x02\xad\xba\x07\x72\xd5\xe5\x58\xb2\x27\x33\x69\xc3\x2f\xdc\xf1\x80\x7f\x60\x59\xc9\x3c\x7c\x20\xa6\x30\x81\xed\x83\x35\xb2\x5a\xfa\x27\x94\xb4\x87\xcc\x96\xaa\x7d\xf3\x10\x42\xe4\x53\xe3\x03\xf1\xaa\x27\xec\x21\xb3\xc5\x2b\xe0\x29\xec\x12\x2d\xea\xa7\x30\x7e\x52\x16\xcf\xb6\x1d\x86\x97\xd4\x03\x07\xfc\xb2\x2b\xe5\x21\x6e\xb6\x17\x97\xe3\x1a\x53\xdd\x05\x0d\xb8\x4a\x16\x3f\xe1\x5a\x99\xfe\x9f\x06\x2c\x7f\xe0\x62\xc2\xd5\x60\x38\xe6\x9d\x93\xf1\x00\x3b\xe4\x38\x84\x87\xd4\x4d\x8b\xba\x67\x6b\xbf\x65\x14\xec\xa7\x83\x07\xa6\x25\xfe\xf4\x78\x5e\x1d\x46\x99\xd9\x78\x7b\x48\x02\x71\x0e\xf6\x03\x52\xdf\x6a\xcd\x3f\x30\x5f\xb2\xb6\x1f\x52\x37\xab\xd4\xf5\x43\x0e\xc8\x32\x37\xd5\x03\x52\x9f\xe9\xb2\x9e\x11\x43\x28\xf3\xe2\x19\xac\x61\xaf\x79\x92\x3d\xd7\xf7\x0d\x64\xa5\x14\xf6\x33\x48\x18\xc8\x7e\x21\x16\xa1\x57\x25\xc9\x9d\x9f\x5d\x35\x5e\xc8\xed\xd4\xc6\x19\x6b\x4c\xa2\xe5\x89\x2c\x11\x37\x01\x07\x91\xfd\xd3\x0f\x91\xbc\xcb\x64\x4f\x0f\x9c\xee\x4e\x80\x7a\x22\xe4\xc7\x09\xaa\xcf\x5c\xb4\x51\x6d\xc6\xa5\x34\xbd\x11\x27\x4c\x1e\xc5\xe5\x5f\x54\xa0\x89\x21\x26\xc8\xe2\xf6\x99\x31\x11\x96\x25\x33\x26\x42\x4d\x5a\x07\x3e\x27\xbd\x00\xd6\x90\x9d\x76\xcf\x0a\x2d\xab\x79\x59\xb1\x52\xfc\x7c\xf8\xb0\xd4\xa2\x15\xa3\xec\xfa\x63\x94\xbd\x73\x17\x81\xab\x87\x3f\x10\x5b\xdd\xc2\x63\x11\x8e\xa7\x83\xc7\x73\x46\x8b\x5c\x26\x8a\xa9\xba\x1c\x91\xa2\x6a\xe1\x49\x0b\x74\x30\x78\xb8\xfb\x13\x0b\xfc\x7c\x82\x9a\xd4\xd3\x0c\x16\x91\x2f\x9b\x1f\xa8\x1c\x3e\x73\x72\x11\x76\x25\xc3\xee\xc1\x81\x53\x3d\x42\x24\x7b\x4e\xb7\x97\x00\x1b\x47\x90\x3f\x3f\x0e\xdf\x3a\x3b\x3f\x01\x3d\xe4\xbd\xf7\x7b\xfe\xf7\x7f\xdd\x76\xf5\x13\xfc\xeb\x9e\x31\x12\x55\x96\x49\x1b\x9f\x9b\xc3\xb8\xb7\xca\xcd\x69\xdf\x3b\x03\x02\xaa\xcf\xe6\x7e\x78\x5e\x46\xc3\x13\xde\x06\xe9\xf4\xe7\xc5\xe9\xe6\x8d\x13\x91\x24\xae\x6f\xeb\xbb\xe5\x9b\xc2\x07\x40\x85\xcf\x80\x86\xb7\x41\x1a\xf5\xd9\xfa\x6e\x39\xaf\xe5\x89\x38\x12\x1f\x85\x9e\xf7\xe1\x01\x97\xdf\x78\xe0\xbf\x16\xbc\x07\x31\xa3\x32\x8d\x5f\x52\x37\x57\x97\x80\x7e\x0f\x9c\x46\x9a\xa3\x37\xe2\x42\x4c\xc6\xf4\x92\x1c\x22\xe2\xfe\xf9\x1e\x33\x1e\xa8\xfa\x01\x3c\xd6\xe5\x1a\xa3\x53\x6a\x42\x62\x50\xb4\xb1\xde\x14\xb3\xa0\x5e\xbd\xe8\xd0\x55\xff\x29\xb9\xf3\x25\x2e\xb7\x66\xbf\x7c\xe1\xd4\x53\xfb\x13\x43\x26\x05\xfc\x12\xf2\x61\xe4\x97\x17\x6c\x03\x07\x06\xbf\x00\xf7\xd9\x83\xf5\x82\x75\x60\xdb\xff\xdd\x0a\x77\x1a\x4f\xeb\xcd\x11\x71\xa1\xff\xc9\x1c\x29\x52\xe8\xef\x3e\x6c\x4f\xbb\xb6\x5f\xe0\x0c\x1c\x5c\xf9\x12\xe1\xe1\x5c\x9c\x17\x24\x23\x83\x76\xbe\x95\x08\x7f\x49\x89\x37\x14\x9e\xb3\xb6\xdf\x4a\x5c\x9f\x84\xef\x5b\xc9\xbd\x95\x6c\x7d\x6b\x74\xc8\xff\x73\x58\x70\x07\x2b\xc9\x54\x52\x60\x2f\x21\x25\xbe\x4b\x79\x1b\x6b\x5c\x52\xe6\xfd\x03\x26\x52\x83\x3a\xb2\xdb\xe9\x62\x2f\xfc\x8e\x4e\x27\x7b\xc1\xcd\x2b\x92\xed\x2f\xe7\xc1\x65\x5a\xce\xb7\xc7\x2e\xd2\x94\xc5\x81\xd0\x88\xbe\x2f\x3a\xd3\x31\x0b\x2f\xe8\xf4\x66\x90\x7c\xc9\xbc\x74\x80\xd6\xdb\xc9\x15\x2d\x6e\xe2\x19\x15\xfa\x87\x6b\x0b\x06\xaf\x61\xe0\x71\xfb\xe7\x83\xf7\xfe\xdf\x9b\x60\x2b\xdd\xec\xac\xef\x77\xeb\xdc\x62\x28\xbc\x77\x84\xf1\xaf\x06\x81\xbd\x67\xea\xc1\x77\x1f\x18\xfb\x67\x0e\xc6\xa4\xec\xff\x39\x00\x76\x97\x7f\xfb\x7f\xd9\x60\xef\xe0\x3a\x58\x82\xfc\x1d\x08\x36\xe9\xa2\x77\x90\xdc\xe3\x45\x36\xff\xe6\xc4\x3f\x90\xa2\xa0\x13\xe9\xbb\x4f\xa8\xbd\xc8\x0c\x7b\x39\xa1\x3a\x82\xed\xdd\xfa\x35\x9b\xcc\xf1\x9d\x74\xc0\x03\x80\x7a\x75\x3e\xf1\x0b\x9e\xfe\x67\x57\x05\xb4\xae\x07\x70\x32\xe0\x32\x0b\xdf\xd0\xae\x4e\xce\x7d\x41\xe6\xfb\x8c\xf0\xe2\xc6\xcc\x23\xb0\x72\xbc\xa0\x16\x46\x48\xae\x5b\xb0\xb5\x65\xb3\xdd\xf6\x2e\x72\x0c\xbd\x6f\xa1\x1a\x9f\xd3\xff\xb3\x86\xaa\x3f\xc0\x94\x2c\x97\x89\x51\xf6\x90\x6f\xed\xdb\x7d\x7f\xf2\xc2\x56\xb9\x3e\x0d\x0c\x24\x59\xed\x82\x50\xbe\x3e\x44\xbf\x30\x3d\xd9\x97\xfe\x72\xc5\xe4\xac\xca\x77\x1f\xd2\xb3\x8f\x77\xef\x19\x09\x5e\xea\x40\x84\xdc\xda\x5e\x78\xcf\x58\xd5\xde\xf9\x64\x0f\x39\x14\xe8\x8d\x50\x9c\x6f\x15\x38\xbb\x8b\x5f\x78\xb8\xd2\xf1\x0b\x2f\x65\x35\x11\xaa\x70\xdf\x53\xbf\x57\x22\x6f\x5e\xef\x13\xb3\x6b\x75\xf4\x02\xe0\xef\xe0\xd0\x97\x73\xbf\x41\x51\x5f\x20\xf5\x6d\xb0\xbc\xdc\xe8\xd8\xf1\xf3\xc2\xe3\xed\x0c\xb0\xf7\x87\x27\xc9\x8b\x22\x62\x78\xed\xab\x7a\x23\x52\xc6\x1f\x20\x52\xe6\xb0\xa8\x89\x1b\x1b\x13\xda\xbc\x01\x38\xe1\x16\x90\x5d\xb4\x05\xc3\xbf\xa8\x1a\xc2\x5e\x3e\x62\x28\xf0\xf8\xed\x28\x7f\xef\x03\xc8\x4d\x97\x13\xcc\x24\x5a\x13\x77\x2c\x62\xcb\x09\xb0\x0e\x9d\x1b\xf0\x72\x85\xe3\x18\xed\x17\x9a\x25\x47\x89\xbf\xf0\x86\x3b\x29\xe5\xbd\x59\xa4\x56\x46\x77\x2c\x89\x4f\x85\xc4\x99\x78\x46\x08\x94\x31\xa5\xc0\x7b\xdf\xff\xfb\xbf\x62\xfa\xc9\xf7\x06\xd3\xf3\xf3\xfc\xee\xa2\xd1\x25\xdf\x87\xe3\xa9\x0c\x98\x37\xc2\x7f\x1d\x41\xf7\xc2\xa2\xe4\x7c\xb2\xf7\x89\x1e\x68\xcc\x00\x23\xb6\xeb\xea\x7d\x62\x55\x7f\x5e\x98\x3c\xe0\x2f\x2e\xca\x6a\x31\x4e\x8a\xfa\xa9\x00\xe7\xbb\x87\x34\xc2\x85\x3f\x8b\xfa\x89\x60\x09\x8d\xe1\xf3\x50\xa1\x5b\x1c\xb3\xe8\x1a\xdf\x00\xa9\xd2\x18\xbc\x31\x49\xfa\x02\x09\x56\xd3\x93\xf2\x42\x75\x65\xe1\x0e\x4f\xd3\x61\xd9\xf7\x22\x1b\x3f\xe5\x1b\xef\xee\x5f\x0f\xd7\x01\x28\x96\xa0\x14\xd6\x41\xec\x4a\xfb\xcf\xa2\x59\xc7\x01\x5d\xe6\x7f\xb2\x75\x1d\x07\x6e\x96\xcf\xff\x0c\xf9\x7f\x82\x63\x1d\x47\x0c\xf9\x52\xb9\xc3\x25\xec\x32\xda\xb1\xfa\x7d\xb0\x0b\xff\x5b\x03\xeb\x80\x90\x40\x91\xf7\xeb\x88\x0b\x24\x45\x51\xae\xe3\xb8\x79\xc0\x2f\x04\xb8\x62\xf7\x17\xf0\x3f\xfa\x8b\xe9\x20\x5c\x4b\x35\xc2\x48\xa0\x10\xef\x75\x90\x2e\x2c\xb7\xce\x3a\xc2\x22\x1c\x9f\x1f\x38\xd4\x2f\x0d\xc1\x36\xfa\x96\x10\xae\xd6\x01\xa2\xa5\xa2\xa1\xd7\x41\x40\x8b\xe8\xf4\xd7\x11\x91\xc3\x02\xd4\x58\x07\x91\xc3\x4a\x58\x5e\x07\x00\xd1\x7d\xb8\x45\x01\xba\xe5\x72\x8c\xc1\xf0\x17\x6f\x26\xc5\x15\x3c\x6c\x14\x97\x83\x81\x4d\x63\x94\x11\x0d\x4b\x2d\xca\x31\x04\x5d\x65\x80\xcf\xdc\x40\x72\xbb\x04\x8f\xb4\x8e\x1c\x3d\xd4\xf7\x73\xcc\x81\xeb\x23\xc2\xed\x70\xf9\xdd\xff\xbb\x3d\x91\xe0\x9c\xd5\xa1\x12\xfb\x6e\x6a\xc8\xc0\xe4\x14\x72\xda\x3a\xb6\x9d\x9a\x85\xc4\xb3\x8e\xc2\xa5\x96\x1b\x58\x42\xbf\x4d\xad\x8a\x12\x00\x96\xaa\xb0\xa6\x3d\x07\x5e\x25\x15\x9c\x05\x0f\x69\x18\xb2\xc3\xab\xa2\xb2\x8e\xfd\x05\x80\xbc\x74\xbd\xbf\x8e\x0a\x4c\xcd\xd4\x90\xd4\x98\x93\xe5\x1f\x70\x95\x1c\xea\xc2\xb6\x64\x87\xa4\xe5\x3a\x48\x16\x6b\xae\xa0\x91\x15\x3e\xd4\x42\x52\xc1\x6a\x55\x03\x00\xfd\x54\x02\xf2\x3a\xc8\x04\x53\xd4\xe1\x3a\x5a\x68\x17\x7f\x00\x66\x89\xe4\x45\xd2\x90\x65\xc3\x15\xb0\xb3\xc6\xbf\x78\xd2\xd6\x41\x60\x75\x9f\x6e\x5d\xc4\x34\x1e\x6e\x1e\x89\x66\x9e\xe2\xb8\xa8\x99\xde\x15\x9d\x68\xe9\xa1\xe6\x05\xe0\x89\xce\xd3\xeb\x00\xf1\x44\x11\xfa\xeb\x80\x35\x4a\xb9\x1c\xeb\xe0\xa6\x66\x09\x88\x7d\x1d\xdb\x32\xaf\xa9\xb8\xc6\xe8\xa0\xa6\xe8\x2f\x57\xcd\x15\x60\xb7\x5a\x10\x00\x60\x52\xfd\xfc\x08\xe8\x22\xb5\x38\x5c\x51\xb2\xa2\xd6\x31\x58\x13\x53\x7d\xe4\x66\x46\x40\x42\xeb\xe0\x66\x66\x89\x54\x67\x1d\x44\x80\x7f\xf6\x59\xc0\x8e\x79\x8e\x03\xb8\x74\x7a\x55\x0d\xae\xcf\xdd\xe7\xf0\x5d\xe9\x40\xb6\x0e\x92\xd3\x74\x79\xb3\x0e\xa8\xa6\x14\x21\xbf\x8e\xf1\xc4\x0b\x1a\xc5\x11\x86\x9d\x5e\x98\xc1\x15\xaf\x4e\xce\x44\xcc\x83\x9e\x9f\xcc\xc2\xf4\xff\xe8\x1b\x4f\xfc\x8c\xb0\x14\x7d\x70\xdb\xe2\x2b\x7b\x1d\x4c\x26\x61\xfa\x7b\xd1\x45\xcb\xa6\xbf\x28\x77\x97\x59\x86\xde\xfa\x13\x3c\x0f\x6f\xc4\x6d\x8b\xaf\xec\x65\xb2\xc8\xb3\xff\xfc\x9f\xe3\x03\x6a\xe1\x62\xe3\x34\xf5\x20\xc2\xe2\xa7\x55\xd6\x36\xc6\xbb\xbc\xd6\xeb\x58\x31\x6d\x59\x83\x8c\x35\xbe\x3e\x0f\xcc\x78\xc0\x3f\x10\x82\xe8\xc5\xbe\xce\x78\x40\x4b\x11\xa4\xee\x65\x25\x85\x3d\xbe\xa6\x75\x00\xcc\xab\x1f\x89\x79\x26\x6a\x54\xa3\x4f\x62\x10\x2d\xf0\xb0\xc7\x45\x37\xbf\x8e\x13\xc7\xad\xa7\x39\x80\xb8\xad\xc4\xce\x58\x38\xde\x1c\x27\x51\x9b\x96\x67\x67\x6c\xe0\xe2\x16\x20\x31\x3f\x0f\x04\x2e\x87\xfe\xbf\x08\x6a\xf5\xfe\xc5\xfc\x4e\x5e\x28\x57\xcc\x43\xd5\xa0\x70\x4f\xf7\x11\x68\x17\x81\xab\xd6\x6a\x57\x83\x1d\xd7\x15\x12\xd5\xeb\xed\x78\x8d\xa8\x50\x2d\x22\x54\xfe\x23\x20\x20\xd5\xea\x9e\xa6\xeb\xe4\x7f\x4d\xe3\x75\x71\x93\xef\x0a\x09\x5b\xf6\x5e\x21\xd2\xbd\x78\x7b\x43\xdf\xf1\x59\xba\xd8\xef\x9f\xed\x1e\xf6\xfb\x74\x8b\x7f\xac\x13\xef\x0d\x38\xb4\x92\x87\x6c\x9b\xe8\xb9\x7e\xfe\x27\x12\x76\xe8\x7f\x2c\xf4\xcf\x5e\xbb\x23\xf4\x5e\xcf\x87\x85\x2e\xd8\x8e\x75\xdc\x0c\xa9\xf7\xca\x1d\x0d\x70\x85\x2c\x3b\xeb\x84\x88\x44\xb7\x56\xfc\x4b\xa8\x53\x0f\xef\x90\x16\xb6\xae\x70\x29\x7e\x2a\x80\x41\x6b\x4d\x6b\xfa\x67\x1f\x22\x8a\xf5\x26\xb1\xea\xcb\x5a\xec\x61\x12\x2d\x12\x1f\xd4\xe6\xe7\x7d\x60\xa9\xda\xbf\x29\x9d\x27\xba\xa3\xd6\x85\x35\x3d\xbd\xad\x02\x9d\xce\x4b\xec\xf9\xeb\x8f\x06\xe4\x61\xc4\x97\x3e\xcf\x25\x60\xf6\x0c\xbe\xb8\xa7\x9a\x06\x14\x6b\xb9\x5a\x1e\xe3\xd2\x14\x98\xf9\x3a\x5e\x96\x90\xa5\x69\x78\x34\xa7\xd6\x48\x02\xbc\xa6\x69\xc4\x53\x64\xbe\x09\x8e\x60\xa5\x08\xdf\xd6\xc6\x4e\x30\x76\x2d\x65\x7e\xae\x04\x9e\xba\x9b\x9c\x70\x60\xca\xa9\xba\xd2\x36\x4f\xe7\xf4\xff\x61\x9e\x0a\x60\x67\xa5\xc8\x6c\x73\x13\x22\xb3\x4d\x09\x15\x2b\x11\x31\x65\x63\x2b\x01\xfa\x2a\xb4\xe8\x95\x52\x74\x52\xcf\x67\xe6\xd8\x1f\x20\xc0\x69\xc9\xd2\x49\x79\xc0\x24\xe1\x32\x3e\x3c\x49\x96\x84\x35\xb8\x14\xaf\xbf\x52\x8e\x59\xd1\x03\xe5\x40\xa9\xa9\x82\x82\x30\x94\x25\x93\x0a\x8a\xf9\xbf\x33\xce\x4a\xa5\x44\x85\x6a\x51\x89\x2e\xbb\xc2\x16\x0f\xa8\x0b\x01\x0d\xb0\x5c\x03\xc4\xd8\x87\xa6\x0d\xa8\x00\x2f\xe3\x04\xc1\xc8\x21\xad\x96\x60\xf9\x12\x3a\xc2\x4a\x01\x0d\xa0\x20\xf4\x95\x88\x91\xf6\xc2\x48\x15\x70\x62\xc9\xa2\x14\x17\x79\x6e\x50\x8d\x20\x0b\x97\xf1\xf9\x49\x78\xa6\x0a\x2e\x98\x64\x55\x22\xa6\x5a\x4e\xc6\x95\x02\x49\x40\x51\xee\x2b\x41\x03\x9a\xdd\x00\xac\x3f\x85\x8f\xae\x04\x42\x9d\x5c\xef\x2b\x11\x68\x23\x3f\xf8\x4a\xdb\x7e\x2b\xcd\x1f\xec\x5c\x9d\xea\x5c\x97\xb6\x75\x36\x6a\xf6\xff\x40\xab\x78\xc4\xc0\xa3\xf3\x11\x24\x75\x72\x36\x8a\x9f\xe7\x66\x51\x5a\x3a\xf5\x2d\x2b\xab\xdb\x1b\x61\x34\x0a\xe3\x58\x29\xf0\xe7\xbc\xea\xb8\x7a\x5c\xca\xdb\x5f\x69\x9b\x6f\xa5\x0f\x97\xb9\xf1\x92\x9a\x4f\x71\xf5\xa8\x43\x46\x1a\x04\xae\xb9\x87\x23\x7a\xa4\x11\x08\x73\x4f\xd1\x9c\x2b\xc5\xcd\xa3\xe7\x18\x8a\x30\xe5\xd1\xac\xb4\xcd\xbd\x3c\xaa\xff\x1f\xe0\x76\xa9\x07\x83\x4c\x0b\x1d\x6d\xd3\x60\x08\x3c\x65\xf8\x49\xa7\xb7\x41\x5c\x2b\xca\x34\x4b\x71\xad\x28\x6f\xc3\x4a\x71\xad\x58\xd5\xa3\xb8\x56\x94\xff\x62\x25\x90\x04\x84\x1b\xb2\x12\x8e\xcf\x25\x6f\xc1\x4a\x84\xaa\xcb\x95\xbc\xd2\xe4\x2a\xd4\xb3\x04\xf2\xbc\xf0\x6f\x56\xe2\xd6\x50\xf7\xd3\x2b\x45\x2c\x50\x51\x8b\x56\x98\x29\x6a\xc0\x0a\xd1\xa2\x2e\x6d\xc3\x28\x0f\x8b\x16\xfc\x94\x02\x6b\x5b\x89\x4b\xc2\xe9\x39\x02\x48\x5e\xc0\xf6\x2b\x9d\x9c\xb2\xbc\x6d\x08\x3c\x4f\xde\xb7\xc4\x89\x57\x8f\x48\xc4\xfe\x78\xc8\x23\xb4\xa7\xfe\x0b\x16\xf4\x4a\x5c\xf8\x15\x4b\xda\x5f\x00\x90\xa8\xb1\xa0\x0b\x2d\x6b\xc7\xf4\xe3\x8e\xd4\x7b\x04\x74\xa1\xf5\x11\x33\xbf\xb8\x8e\x77\x39\x66\xd4\xc2\x1b\x0f\x60\xf2\x2e\x8c\x34\xff\x8f\x1c\xf9\x21\x47\xbc\x68\xb7\x89\x51\x3e\x8b\x96\x4b\xc8\xe6\x01\x81\xa5\xb3\x7d\x9a\x04\xc3\xbf\x65\x33\x5e\xc3\x64\x51\xba\x4d\x92\xdc\xdc\x80\x08\x1c\xfa\xe8\xa7\xf0\x1a\xca\x08\x4b\x84\x71\x57\x0f\xca\xfd\xd7\x25\x2d\x89\x1b\xd0\x27\x59\xa2\x09\x38\xbd\x8f\x86\xbc\x17\xff\xab\x85\x44\x1a\x0d\x8b\xda\x80\xd3\xf3\x2e\x20\x90\x48\xf8\x72\x2b\x71\xcb\x59\xdd\xa3\x27\xbe\xa7\x25\x42\x60\xd1\xa1\xc0\xfb\x95\x00\xaa\x5f\x16\x9d\x6f\xf4\x40\x6b\xf4\xed\xbc\xf0\x79\x20\x6a\x54\x05\x6f\xd4\x98\x34\x48\x5c\x94\xda\x43\x94\x08\xcb\x56\x7c\xc0\xca\xc7\x3e\xb2\x28\x68\x65\x9f\x8e\x78\xbe\xab\x4c\x17\x64\x4a\xe7\x03\xa0\x2e\x99\xde\x19\x95\xaf\x6c\x89\x95\xc1\x85\x5f\x87\xff\xc7\x95\x20\x4b\x3a\x1f\x84\xb4\x0a\xef\x62\x65\x62\xa4\x7d\xb2\xcd\x29\x1a\x50\x55\xc6\x97\x70\xf8\x79\x50\x65\x74\xba\xc8\x89\x5b\x37\x49\xb6\x4c\xdc\x8f\xbc\x94\x2b\xe7\x1a\x19\x3a\xea\x31\x31\xcd\xba\x9f\x58\x99\x7b\x4b\x45\x36\xad\x9c\x19\xd2\xe1\xe7\x1f\x08\xc0\x5c\x8e\x1e\xc8\xd2\xcd\x85\x1e\x68\x1f\x64\x2e\x32\x6d\x4a\x67\x34\xbe\x97\x65\x2e\x7c\x60\xfa\x79\x86\x54\xea\x29\x17\xa6\x4c\x26\x45\x86\xd3\x45\x91\x3d\x2b\x97\x9b\xb2\x86\x9c\x8b\x50\xb9\x61\x57\x2e\x20\x91\x69\x67\xe7\x4a\xa4\x95\xb6\x41\xae\x31\x00\xfa\x7e\xe5\xfb\xda\x15\xb9\xc6\xf7\xfd\x3c\xdf\x93\xe0\xcc\x2d\x32\x78\x5c\xa6\x3e\xd9\x68\xb9\xc5\x22\xf5\x1a\xda\xfa\x7d\x2a\xca\x7c\x65\x52\xe3\x95\x83\xb4\x32\x40\x40\xc5\x1d\x6e\x8c\xb8\xac\xc2\x8c\x3e\x17\xc4\xcb\xca\x9d\x19\x93\xea\xc8\x5b\xf9\x65\x61\x0b\xac\x8c\xeb\xc2\xee\xac\x3c\xf0\x23\x27\x2f\x4a\xc2\x6e\x9a\xd7\x14\x00\x7a\x3e\x44\xe7\xad\xed\x1c\xe9\xb5\xf2\xc4\x1f\x24\xd5\x92\xe7\x9e\x61\x4b\xae\x3c\x6b\x7c\xc0\x2f\xe0\xf0\xf2\x2e\x99\xc4\x8f\xe8\x9c\x9f\x17\xe2\x5a\xba\x24\x2f\xd2\xc8\x04\x4a\xb3\x32\x21\x2d\x0a\x46\x5b\x79\x2b\xab\xa5\xe4\xf4\x95\x57\x00\xe1\x4b\x5c\x67\x70\x73\x8a\xb7\xd5\x8a\x3e\xbb\x8d\x04\xc1\x08\x91\x61\xe5\xad\xde\xf6\x03\xff\x92\x73\xb3\x32\xe9\xf7\xdd\xdb\xfc\x3c\x18\x41\x7d\xfe\x8c\x11\xd1\x14\x9c\x31\x22\x32\x48\xf2\x19\xdc\x51\x1a\xa1\x33\x3a\x24\xb9\x73\xfe\x21\xfb\xfb\x87\x49\x8d\x5a\x24\xe7\xe2\x05\x97\x63\x0e\x35\x84\x5b\xfd\xae\xe6\x01\x01\x00\xd0\xda\x26\x9f\x77\x7c\xc0\x0f\xc4\x9c\xa8\x82\x2b\xf1\x82\x5a\x7c\x05\xbc\x8a\xff\x9f\x51\x81\x1f\xe0\xb4\xe3\x7d\x40\xfa\xfb\xa1\xe4\xcb\x95\x2f\x14\x9e\xd4\x47\xbe\x68\x92\x2c\x96\x8c\xd2\xb6\x1b\x23\xff\x62\x15\xc8\x6c\xcc\x28\xed\xe6\x2f\xfe\x62\x54\x65\xf6\xe5\xad\xb4\xa7\xb0\x27\x57\xfe\xf5\x78\x40\xc3\xfc\x03\x09\xc4\x4d\xfa\x91\xce\x67\xd9\xf5\xa3\x49\xc9\x15\xb0\xf2\xa5\x90\x32\xa8\xef\xca\x68\x58\x79\x6b\xbc\xd5\x3e\x65\x12\x68\x93\xf7\xe6\x4d\x05\xfe\x20\xb0\xef\xcd\x3b\x83\xd8\x5a\x7b\xc0\xf2\xd3\xa8\xd0\xcf\xb3\x2e\x2c\x2c\x9f\x58\x17\x52\x81\xf9\x61\x5d\x78\x2f\x3e\xb1\xd0\x87\x6b\x40\xba\x58\x1c\x3d\x91\x58\xe4\x1a\x1f\x5a\xe4\x16\xd0\x62\xef\x9c\x97\xa5\xed\x75\xf2\xb2\x2e\x64\xc6\x64\x50\x00\x9b\xb7\xc2\x1b\x2d\xb4\xc2\x20\x56\x29\xb9\x0b\x91\xe9\xa4\x6b\xa6\xb2\x55\x6e\x3e\x44\x3f\xb3\x0a\x3a\xb7\x69\xd2\xca\x11\x63\xf0\x5f\x17\x0b\xa1\xb2\x36\x4b\x0a\xb4\x64\x87\xaf\x1c\x0a\x81\x41\xb6\xde\x0b\xb7\x3c\xca\x89\x5c\x25\x61\xd7\x68\xe1\x95\xc4\x5e\x6a\x2e\xb3\x97\xb2\x3f\xc0\x5e\xd2\x3a\x2c\x89\x21\xd2\x56\x28\x19\x34\x10\x09\xe0\x02\x4f\xca\x61\x5b\xb9\x64\x32\xee\x0e\x3f\x10\x2c\xff\xfa\x40\x24\x0e\x29\xac\x62\x15\xe0\x60\xec\xdf\x2a\xc0\xc1\x74\x49\xab\x82\x12\xd6\xf5\xea\x2a\xc4\xda\x4e\xb7\xb0\x44\x86\xa2\xea\x2b\x01\x40\xaa\x0f\xee\x43\xf5\xd2\x05\xfe\x2a\x25\x1a\x90\xfc\x43\x88\x1b\x97\x43\x3a\xf8\x03\x6f\x64\x8a\xab\x85\x95\x65\xa2\xad\x58\x40\xe8\x53\x2e\xfb\x2a\xe4\xe2\x1c\xa2\x1a\x59\xa5\xb2\x13\xe4\x4c\x2e\x84\x17\x55\x37\x19\x9c\x5a\x45\x9b\xae\x52\x51\x4a\x9e\xe4\x7d\xec\xce\x87\x02\xb4\x56\xa9\x91\x81\xa7\x16\x11\x6f\xa4\x60\xd3\x55\x5a\x24\xc0\xb9\x7c\xf1\xbc\x1a\xd4\xe3\x79\x8d\x69\x67\xd5\xb8\xcb\x9d\x55\x52\xfd\x3c\xb9\xc4\x6e\x60\xbf\x22\x74\x45\x0d\x00\x3f\x4f\xe9\x26\xab\x0c\x86\x48\x1e\xbb\x02\x9a\xdd\x31\xff\x25\xfb\x66\x95\xc1\x26\xd0\x71\xb0\x70\xdd\x60\xaf\x74\x19\xac\x08\x19\x0d\x65\x12\x52\x21\x8d\x59\x08\xdc\x39\x7c\xb1\x58\x80\x43\xb7\x34\x2e\xdc\x06\x28\x6b\x76\x95\x70\xf6\x7b\x02\x89\x4a\xfd\x0c\x67\x60\xd8\x7a\x93\x85\x0a\x56\x90\xc5\x2a\x60\xd8\xfa\x7c\x52\xe0\x31\xe9\x52\x71\x05\x1d\x79\x78\x3c\x43\x05\x4a\xfc\x97\x93\x06\x25\x97\x51\x38\x0a\xa1\x5f\xe5\x4f\x05\xfa\x03\x6c\x5b\x0b\x96\x33\x26\xc4\x63\x72\x86\xe4\xd1\x04\x85\x0e\xcc\x3a\xc6\x97\x33\xb2\xb7\xd5\x85\x33\x12\xce\xa4\x35\x0b\xd9\xd1\x0a\xd5\x5d\xe5\x62\x5f\x35\x97\x6b\xbc\xa0\x4f\x5c\x2c\xa2\xe1\x72\x0c\x8a\xbe\x08\x4c\x6e\xf3\xac\x84\x8a\xb3\x6c\xfb\x31\x08\x32\x76\x0b\x99\xc1\x9f\x5d\x04\x8a\xed\x51\x3c\x08\xbf\x58\x95\x1a\xa4\xdf\x15\x0f\xe8\x8b\xa1\xe2\xba\x1f\x40\x85\xe9\x44\x53\xc8\x16\x6e\x16\x66\xc0\xde\x76\xb7\x80\x43\xa2\xaf\xc4\xcb\x1d\x3d\x52\x8b\x6e\x16\xe2\xf0\xff\xc4\x02\xc9\xfc\x2e\x0f\xe2\xbe\x78\xdf\x3e\x00\x10\x7a\xa1\x3d\x48\x6f\x9d\x80\x0a\xa8\xb8\x47\x29\xae\x21\x56\xae\xc6\x14\x15\x38\xdc\x65\x4e\x89\x82\xc1\x59\x25\x4e\x89\xf6\x0e\x94\x37\x06\xd5\x0f\xcc\x78\x40\x63\xc0\x29\xd1\x71\x06\xf5\x08\xad\xdd\x55\x0e\xe3\xea\xbf\x16\xd4\x14\x5e\xd0\xaa\x72\x8a\x44\xc5\xa5\x1f\xe8\x93\x5c\x7a\x35\xc5\x34\x0f\x95\xe9\xd2\x74\x85\x11\xdf\xab\x06\x84\x86\x92\xf3\xa1\x26\x26\x4d\x2a\xb3\x66\xd6\xa5\x9c\x37\x35\xc7\xa4\x34\x95\x83\x89\xfb\xbf\x0e\xd6\x42\x7b\x24\xfb\x2a\xfa\x41\xf4\x65\xab\x96\x58\xc7\x1e\x81\x82\x05\xaf\x55\x53\xe3\x90\xa6\x9d\x53\x4b\xac\xc3\x4f\x8d\x61\x8f\xba\xc6\x50\x20\x7e\x81\x85\xaf\x53\x56\x25\xfa\xd4\x9e\xe8\x0a\x51\x48\x93\x34\xaf\x95\x75\xac\x5c\xbb\x55\xc9\x9f\x50\x3e\xc5\xaa\xe0\xb1\x1e\x1e\xc2\xf6\x87\xe6\xe4\x1f\x18\x63\x29\x90\xda\xe3\x9c\xaa\x31\x25\xc1\x42\x58\x14\xab\xf6\x1a\x50\x37\xfe\x81\x75\x35\x5d\x01\x68\xcb\x92\x37\xb5\xa3\x91\xec\x72\xab\x3d\x66\x49\x63\x10\xa8\x63\xda\x5a\x15\xb7\xe6\x51\x65\x3b\xd5\x40\x32\xaf\x2e\x73\x09\xed\x65\x30\x58\xa8\x8e\x2c\xa8\x23\xd6\x85\x9a\x10\x77\xcc\xee\x13\xb8\x65\xbe\x60\xa8\x23\x70\xc9\xfe\x25\x4c\x6d\x55\xd0\x53\x1d\x95\x50\x27\x68\x50\xae\x9c\xfb\x61\xdb\xb2\x75\x6b\x8c\x6e\xd7\x44\x25\x56\xd3\x71\x06\x75\x9f\xfa\x8a\xcf\xa1\x35\x42\x33\x95\x54\xb5\xe7\x82\xa8\x35\x8d\x5f\x5c\x07\xbb\xf5\xab\x52\xa1\x3e\xc8\x6d\xf0\x3c\xfc\x3e\x1b\x5d\x61\xf5\xab\x6e\x9d\xd4\xad\xf2\xeb\x8a\xf1\xf3\x80\x02\xa7\xaa\x54\x88\x55\x09\xb6\xb4\x52\xac\xc4\x5a\x8a\x0c\x6c\xd5\xf5\xe2\x93\xd3\xff\xfb\xdc\x97\x15\x87\xbf\xea\x99\x08\x67\xd5\xa2\x04\x44\x4d\x39\xb2\xab\x9e\x04\x93\x7e\xfe\x07\x6f\xe6\x53\x1e\x20\x7a\x69\x88\x00\x51\x73\x0c\x41\x3d\x41\xb8\x3e\xfc\x3c\x43\xfe\xf9\x9f\x21\x4f\xfe\xde\x8f\xb2\x06\x60\x6b\xbc\xee\x10\x83\xba\x15\x5e\x5e\xfe\x3f\x6e\x86\xfd\xfe\x95\xf7\xf3\x3a\x45\xd6\x2b\x02\x3b\xf4\xbd\x8b\x19\xd1\xa9\xba\x02\xf6\x91\x2c\x08\xf7\x91\xaf\x0a\xa3\x78\xd5\x2b\x32\xba\x35\xc3\x5b\xfd\x75\x87\x4f\x55\xc8\x3e\x15\x0f\xbd\x2a\x81\x9c\x22\x2b\x58\x15\x3f\xae\xcf\x9c\x75\xab\xcb\xdc\xbd\xa4\x7e\xb4\xa7\xf8\xf9\xc6\x92\x53\x7f\x39\x10\x2a\x08\x7f\xd5\xdf\x88\x05\xe1\x0f\xbe\xf1\x83\x5a\xb8\xd5\x5b\x77\xec\x4e\xbd\x17\x65\x8d\xd0\x7d\xc6\x0b\x7e\x80\x29\x90\xb2\xa9\xf7\x8f\xbb\x0e\x7d\x92\x6c\x4c\xbb\xa6\xeb\x56\x7f\xb5\x7a\x0a\x1e\x86\xdc\x4b\x74\xab\xbf\x32\x3d\x24\xcf\xdf\x22\xd7\x07\x1e\x5a\xf4\x29\xb3\x26\xdc\xa0\x87\x06\x35\x7f\x00\xaf\xed\xf0\xff\x37\x98\x45\xea\xd1\x0b\x6e\x9e\x77\x1d\x10\x60\x8a\x29\x5f\x15\x18\xd4\xec\x35\x00\xa4\x97\x4f\x02\xf5\x65\xd3\xb9\x83\x40\x7a\x75\xaf\xd9\x97\xf6\x5a\x37\xbd\xe7\xff\xfe\xaf\x1c\xee\xf0\x1b\x92\xde\x0d\x06\xb3\xcb\x26\x4d\x7d\x59\x34\x32\x2c\x1b\x71\x8f\xca\x84\x58\x2d\xe2\x1e\xf5\x81\x76\x30\xa2\xb2\xb1\xda\xd6\xe6\xdd\x37\xcd\x8d\xd4\x95\x22\x43\xb3\x71\xaf\x2b\xa8\x8e\xad\xc4\x20\xf2\x71\xf9\x82\x5b\x74\xa8\x0c\x65\x95\x66\xb8\x81\x92\xe5\x0b\xc4\x96\x58\xc4\x12\x22\x2d\x11\x31\x2e\x8b\xaa\x25\x96\x98\x34\x57\xe3\x52\x57\xd9\x46\xab\x25\x6e\x62\x3e\xef\x33\xa1\x52\xfe\x2d\x85\xde\x91\x6e\x6d\x19\x13\x4b\x21\xe0\xab\xed\x03\x69\x11\x4b\xc9\x6a\x99\x11\x91\x62\x6a\x99\x6d\xa4\x29\x6f\xc0\x64\x09\x20\x67\xb5\x1c\xc4\x3f\xea\x71\x06\x9b\x53\x9b\xa2\xc5\xf9\x55\x49\xcc\xab\x65\xe4\xd6\xca\xff\xa2\x67\x5a\x66\x41\x2c\xbf\x8c\xd0\x72\xff\xc9\x34\xb5\x6f\xac\x65\x84\xc8\xa7\xbb\x2f\xa9\xb0\x7a\x1f\x90\x2d\x47\x91\xb6\x12\x96\x80\xa4\x76\x2b\x48\x09\x77\x77\x1b\x37\x5d\xd8\x2a\xab\x6d\x63\xa6\x24\x0f\xf8\xb6\x65\xba\x50\xc0\x56\x83\x45\xdc\xfe\x84\x56\xa2\xc1\xfe\xe0\x1d\x1f\x54\x85\x15\x20\x0e\xa9\xed\x06\x50\x85\x63\x17\xda\x3e\x1c\x77\xc1\x16\xae\x56\xff\x5a\xac\x29\x26\x84\xd1\xe6\x56\xab\xa1\xc8\xbc\xc6\xeb\xa2\x06\x35\xb1\x82\x93\x27\xc1\xd8\xfe\xcc\xa7\xee\x1f\x7e\xbc\xa0\x3e\xc4\xad\xb5\x2b\x00\x9b\x62\x78\x90\xb9\xb5\xf6\xa5\x74\x6b\x2d\x2a\xf4\x0b\x21\x08\xbd\x2d\xf7\xf9\xba\x5b\xb7\xb4\xf6\x03\xd0\xd5\x35\x6c\x5d\xb4\x3c\x6d\xfd\x6f\xd5\xea\x93\xdb\x20\xcb\x3e\x89\xb4\x6d\x4e\xe5\xcf\x20\x90\x4c\x73\xf8\x32\xa7\xf5\x97\x79\xd2\xb0\x6f\x7b\x2b\xdb\xc5\xd0\x06\xe8\x8a\x3a\x0a\xb5\x81\x37\x50\x16\x5f\x23\xe0\x4e\xd4\xa1\xfb\x18\xc6\x19\x5a\xff\xcf\x30\x58\x74\x3a\x6b\xfb\x90\xbd\x7c\x25\xd7\x26\xb0\xae\x1e\x93\xd9\xf9\x5f\x3d\x98\xe4\x80\xc9\xe0\x69\x33\xc6\x6c\xfa\x8b\x17\x89\x87\x7e\xe1\x47\x05\x1a\xb3\x19\x2b\x6b\xfa\x87\x87\x07\xb4\x50\x66\x24\x16\xaa\x82\x15\x83\xaa\x93\x46\x0b\x57\xbb\xd7\x72\xb8\xda\x7d\xbb\xd0\x80\xa6\x75\x7c\x6e\xdb\x46\x97\x91\x8a\x57\x5b\xe1\x46\x51\x1f\xc0\x8f\x3f\xbc\x79\xce\x1c\x10\x75\x1a\x24\x18\xcb\x1d\xa1\xdc\x4e\xc2\xde\x3d\x08\x24\x8b\x3a\x22\xa4\xc1\x6f\xea\x88\x90\x76\xc6\x95\x9a\xeb\x3b\xe3\x03\xfe\xe2\x45\x0b\xfd\x02\x83\x66\x61\xb4\x8d\x9e\x25\xaa\x99\xd5\xc8\x36\x19\x96\xb7\x17\xb3\xe4\xdd\x1a\x8e\xec\xff\x67\xec\x5d\x92\xad\x07\x75\x26\xd1\xa9\x9c\x21\x98\x97\x04\x9d\x33\x17\x3f\x6f\xef\x36\x6a\xfe\x8d\x0a\x67\x2e\x67\xee\x8a\xa8\xfa\xe3\xeb\x79\x6d\x6d\x30\x60\x10\x7a\xa6\xcc\x8f\x68\xc8\xb6\x55\x78\xc0\x90\xfd\x87\x5d\x1e\x7c\xa1\xd6\x14\x80\x63\xbe\x31\xc7\x81\x8f\x64\xfe\x03\xa5\xdf\x46\xe2\x01\xa5\xdf\xae\xe4\x71\xd2\x3a\xa7\xf6\x94\x52\xec\xac\x18\xa8\x6e\x5a\x24\xa4\x0c\x5a\x01\x6c\xb1\x1c\x80\x00\x53\x51\xf6\x35\x00\x42\x61\xab\xf1\x38\xe1\x8c\xf7\x15\x72\xbd\xba\x50\xf1\x47\x47\xfe\xaa\x8d\xc8\x03\xae\x63\x07\x24\x0f\x18\x05\xec\xe9\x1d\x00\xfc\x72\xbc\xdd\x80\x90\xb3\x8d\x3f\xff\x80\x25\xf0\x9d\x7a\xc3\x69\xb6\xfc\xbb\xa2\x2e\xa4\x7f\xe3\x85\xba\xf3\x07\x5c\xc3\xe9\x25\x44\x36\x87\x7d\x60\xe3\x06\x54\x4f\xfd\xb7\x0b\xe7\x95\x88\x86\x3d\x76\xe3\x3e\x39\x5a\x2d\x0f\x82\xd3\x36\x9f\xb2\xfb\x46\xed\x6d\x2d\x0f\x52\x3d\x04\xe4\xb3\xc6\xc3\x1b\x5f\xa3\x7d\x45\xa6\x91\xde\x10\x0f\x62\x2d\xdc\x1e\x99\x20\x4e\x84\x18\x28\xd4\xf6\xe7\xc2\x61\x26\x88\x77\x24\x44\xa8\xee\xef\x8f\x4c\x90\x3f\xab\xf5\xab\xc4\xaa\xe5\x7f\x45\xa8\x26\xe0\xac\x35\x9e\xf3\x7d\x9f\x3f\xef\x43\x91\xcf\xbf\x6f\xd0\xb5\xba\x0f\xa4\x60\xbb\x2d\x62\x43\x56\x9d\x64\xb8\x40\xbd\x75\x07\x87\x04\x62\xe7\x1c\x53\x15\x1b\xf5\x1c\xff\x0e\xbc\x60\xe8\x37\x77\xb4\x6e\xc4\x78\x65\xac\x61\xa1\x34\x98\x5b\x32\xfd\x82\x1b\xa5\x83\xdc\xc1\xf3\xfe\xbf\x64\xa8\x40\x25\x39\x1b\x38\x02\x16\x18\x5f\x0d\x51\x2a\xfe\xbf\xea\x77\xe3\x00\xfc\x07\x54\xee\x13\x23\x8d\x32\xf9\x0f\x4d\x7f\x38\xf8\x07\xff\x07\xe4\xe8\xe2\xdf\x88\x0b\xee\x1e\xc2\xcd\x06\x1a\x33\xe0\xc9\xec\x66\x08\x8a\x69\xb6\x99\x47\x45\xf0\x9c\xee\xab\x60\xf4\x9e\x38\x65\x00\xa3\x43\x39\x50\x2b\x5e\x41\xa8\x55\x6d\x83\x60\xf0\x9d\xae\xa3\x68\xd0\xa7\xfd\x55\x1a\xd0\x50\x75\xbf\x45\x43\x39\x45\x71\x8d\x78\xe5\xa0\x6e\xce\x1d\x0d\x62\x9e\x24\xfd\x68\xd4\xe6\x52\xbf\x11\xa3\xea\x09\x35\xac\xc0\xf0\x78\xb8\x02\xe1\x3f\xc0\x15\xaf\xf1\x75\x24\x2c\xb9\xff\x1f\xba\xa9\xc4\x9e\xe8\x58\x00\xdd\x3d\x41\xb9\xc8\xa2\x7d\x74\x00\x2e\x79\x06\x1d\xc0\x30\xba\x9c\xa2\x07\x94\x2d\xd3\xdf\x7d\x67\x51\x3c\x00\xe2\x51\xff\xbc\x00\xd1\xe1\xc3\x23\x22\xeb\x0f\xff\x01\xd9\x2c\x7f\xa6\x00\xc0\xd7\x3f\x1d\x5e\x88\x54\xd3\x27\x1a\xd0\x4d\x74\xb9\xc5\x40\x0c\xa9\xf8\x5a\x0c\x44\x52\x4b\x79\x0a\x16\x05\x12\xe7\x09\xc0\xe4\xab\xa0\xe1\x8a\x41\x56\xe5\x83\x32\x08\xc2\xa7\x5d\x37\xb8\xe6\xfe\x48\x03\x11\x9b\xba\xfd\x82\x62\x96\x0d\xbe\x81\x6c\x0e\xbb\x7a\x02\xb0\x5b\xcd\xbb\x0e\x75\x85\x7c\x1b\x45\x50\x5d\xd2\x90\x90\x44\xed\x34\xb1\x88\x89\xf0\x44\xd3\x51\x36\x7a\x73\x7b\x88\xa6\xba\x2b\x82\x7e\x13\xdb\xb8\x03\x49\xd4\x76\x10\x06\xcd\x66\xba\x4b\x82\x66\x33\xdb\x6f\x23\xb1\x4d\x74\xe1\x07\x60\xb9\xa6\xdf\x88\x2c\x6a\xe7\x3c\x05\xa2\x01\xa3\xf8\xff\x03\x89\x70\x1a\x31\x60\xb9\x1c\xf4\x1a\x08\xa0\xa8\xba\x3d\x83\xd5\x00\xb6\x7f\xc1\x15\x58\x31\xc1\x0a\x7d\xa8\x90\x11\x6d\xc7\x58\x4c\xb2\x42\x49\xa1\x01\x33\x9b\xbd\x14\xc1\x94\x68\xbb\x76\x82\x88\x23\x7f\x1a\x00\x59\xc6\x6c\x64\x72\x8f\x48\x50\x8e\xc9\x8c\x05\xcd\x67\x32\x33\xdf\xbf\x91\x63\x26\x93\x45\x2c\x58\x61\xcc\x37\x90\x86\xf1\x87\x7b\xa3\x38\x41\x7a\x93\xd2\xee\x26\x20\xc2\x15\xbf\x2c\x0c\x37\x80\x39\x5a\xef\x5b\x0b\x26\x0d\x93\x77\xb6\xf7\x3f\xa0\xde\x86\x4f\xc9\x02\x50\xa0\x27\xb0\x27\x52\xc0\xfc\x1b\xd8\x08\x3e\x85\x3b\x96\x2c\x7c\xec\x80\x8a\x1b\xba\xe0\x83\x19\x11\x3e\xd6\x07\xea\x75\xb8\x03\x94\x06\xd8\x54\x53\x72\xc5\xc1\x1b\x5b\x6f\x3c\x10\xc4\x64\x56\x77\x0c\x36\xd0\x67\x3d\x90\xf8\xee\xfb\xe5\x48\xfe\x83\x5b\x60\x53\x15\xff\x7e\x75\x83\x3f\xb7\x05\xa5\xce\x3f\xbb\x12\x55\xf5\xed\xdf\x0c\xd8\xd2\x6c\x06\x89\xe3\x61\x03\xf5\x70\x42\x2a\x91\xd4\x10\x48\x9a\x50\x0d\xa0\x15\x48\x9a\xd8\x7c\x4c\x98\xf4\x6c\xc6\xc0\xe8\x09\xf3\x32\xe6\x3c\x4b\x10\x0f\xe4\x3c\x6f\x4e\x40\x8d\x13\x4a\xa8\xa5\x06\x60\x9d\x39\xe3\x20\x10\xd1\xf8\x87\xdb\xa2\x1e\xb0\xf5\xe8\x40\x1e\xb4\x8a\x94\xac\x40\xb4\x85\xbd\xdc\xf1\x4a\xa1\x45\x60\xec\x2b\x50\xa4\xc8\x01\x24\x71\x2d\xd4\x86\xd2\x84\x68\x9b\xb3\xb2\x13\x80\x4a\x73\x3a\x51\x5c\x04\x18\xd5\x57\x46\x91\xfe\xe1\x0b\x14\x29\x13\xdb\x1f\x76\x0f\xd8\x59\xe7\x8b\x06\x61\x67\x65\x4f\x8c\x1b\xbc\xcf\x07\x01\x01\x8c\x8e\xc2\x89\x1b\x29\xb2\xbe\xe1\x59\xa0\xd1\x9b\xe2\xa1\x6a\xa2\x19\xbd\x82\x62\x3a\xb2\x2a\xe0\xca\xfa\x73\x50\x20\x28\x3a\x36\x2e\xe8\xc9\x0a\x9f\x0c\x94\x18\xda\xbc\xb1\x1f\x2e\x89\xbf\x01\x90\xd0\xfe\x9c\xc5\x07\xa2\xae\xb9\x3d\x45\x41\xd5\x77\x5d\xc9\x22\x8e\xda\x55\xf9\x8a\x82\xe9\x50\xa7\xdc\x50\x6f\xb6\x99\xce\x93\x21\xee\x9c\x1b\x6a\xe1\x68\x5f\xe7\x46\xdb\x46\xea\x37\x62\x72\x64\x69\xc8\x0d\x18\xeb\x5a\xb3\xdc\xa8\x5b\xf8\xff\xb1\x8b\xaa\x07\xc8\x35\x15\x1d\xa2\x9e\x80\x70\x57\x16\x9c\x4c\x9d\xa3\x7c\xe5\xb8\x66\x0d\x39\x0b\xfa\x77\x74\x7a\x16\x2c\x89\x3b\xa8\x88\x84\xd2\x36\x4b\x54\x43\xb4\x47\x34\xeb\xf5\xfe\xd6\x39\xc9\x86\x5d\x25\xa3\x74\x36\xee\xaa\xe5\x7f\x20\x4e\xa9\x46\x04\xe7\xda\xf2\xff\xbf\xec\x72\xdb\xfe\x49\xb7\x49\x44\x43\x66\x77\x63\xac\x8e\xae\x9b\x04\x0c\x8c\x23\xa0\x92\x22\x55\x6e\xfe\x07\x94\xfd\xec\xfe\x0d\x3e\xe5\xdf\xa3\x02\x62\x44\xab\x33\xb8\x45\xd5\xe1\x60\xdd\x1e\xad\xc6\x58\xf8\xad\xc9\x0d\x62\x3f\x99\x8e\x3a\xeb\xe2\x3a\xf9\x0a\x30\xc5\xa1\x75\x89\x7a\xc3\x9b\x23\xb1\x13\x02\x8c\x30\x4d\x56\x06\x8c\x69\xfe\x5c\xc0\xa0\x17\x78\xd4\x4a\xe4\x9a\xda\xe6\x9f\x01\x03\x86\x6e\xc7\x0c\xf8\x80\xa4\x2a\x64\x02\xe2\xc4\xfb\x0d\xd2\xc3\xa6\xeb\x35\x93\x85\x6e\x74\xa6\x12\xa1\x19\xde\x3f\xc0\x28\x33\xdf\x4e\xe4\x06\x98\x2d\x27\xae\x6b\xcb\x4b\xc9\xeb\x5a\xc8\x05\x2b\x27\xdc\x86\xfe\xff\x9b\x74\xff\x01\xd5\x85\xa5\xcd\x25\x6d\x3c\x8e\x78\xcd\xc5\x6f\xea\x23\x02\x04\x30\x33\xea\x7c\xef\xe3\x56\xa4\xdb\x24\xdc\x58\xcd\x7b\x00\x26\x9b\xf0\x8e\xdd\x39\x43\xf5\x07\x50\xf9\xf0\x0e\xdf\x39\x05\x49\xa5\x89\x14\x45\xab\x6b\xb9\x73\x0e\x7f\x7a\x78\x30\x22\x2d\xc2\x7b\xe1\xa6\xa5\xa2\x64\x2d\x9e\xf4\x57\x46\xba\x40\xc8\xb6\x97\xb0\xb1\xd8\xf3\x94\xb0\xa1\xd8\x53\x95\xb4\xa1\x48\x43\xcd\xf7\x6e\x5a\x4e\x57\x48\x24\xfc\x6d\xf6\x6e\x26\xc3\xf1\x65\x76\x4a\x98\x48\x54\xfa\x60\xe5\x05\xbb\x98\xe4\xb8\x44\x30\xbc\x8d\x83\x79\x01\x1f\xca\x7c\x91\x26\x10\xe7\x24\x27\x4c\x20\x8e\xd4\x48\xd4\x7a\xb1\x92\x9f\x77\xa2\xa0\x92\x5e\xc0\x68\x78\xa7\xdf\xe6\xcd\xf2\xb6\xfe\xfd\xbe\xa1\x7a\xc4\xa8\xc5\xe2\xfb\x3e\x61\x55\xd8\x9c\x1c\x9b\x0f\x44\x51\xef\xf4\x07\xf8\xb8\x9e\xe2\xcb\xeb\x67\xe8\xbe\x9d\x8c\xcc\xb3\x76\x33\x37\x96\x35\x6b\xfa\xcd\x82\xbd\x45\xbf\x61\xff\xac\xfe\x7f\x8e\x40\x87\x79\x02\x94\x3c\x74\xb6\x26\x32\xe6\x1c\xc2\x33\x37\x16\x27\xf7\x08\x90\x75\x1d\xa6\x2f\x76\x98\xfa\x03\x30\xc1\x8a\x3b\x3c\xf8\x0f\x6e\x81\x62\x00\xd5\x0d\xf8\x59\xc4\x7f\x26\x62\x37\xec\x2d\x98\xa5\x60\x1f\x68\xc8\x05\xd1\xd6\xee\x00\x25\xe8\x05\x8b\xbe\x66\x81\x8f\x5e\xd6\xc4\x59\xc8\x2f\xbb\x7e\xbf\xfb\xc2\x88\x10\xf3\x55\xf2\x97\xb0\xe3\xd6\xac\x00\xb6\xf4\x12\x54\xb0\x17\x3b\x6b\x26\x02\xf2\x7d\x1d\x4d\xe4\xe8\x39\xa4\x68\x36\xc6\xb3\xeb\xff\x11\x4f\xaf\x2a\x4f\x6b\x02\x38\xcc\x81\xbe\x13\x05\xe3\x85\x21\xb5\x66\xc3\xe1\xb5\x3f\x6c\x36\xbe\xe0\x9f\xe2\xd2\x26\x2a\xef\xda\x00\x3d\x3b\x8b\x2f\x68\x74\x9d\x09\x10\x1a\x7d\xbf\x31\x3a\xbd\x7d\xa0\x40\xbe\xd8\xff\x44\xd5\x5c\xc3\x45\x4c\x28\xc4\xa9\xeb\x64\xbe\xd7\xc9\x72\x38\xd2\xa4\xdb\xc1\xa7\x62\x32\xac\xcf\xeb\x3b\x10\xfa\xe2\xef\x05\x14\xb1\x98\xfe\x3d\xf0\x5b\xff\x1f\x94\x7a\xc5\x18\x26\x50\xa3\xed\xde\x9b\x2c\x93\xeb\x11\xa2\x3c\x7d\x78\x03\xa0\x10\x5d\x78\x07\x22\xec\xcf\xf8\x0b\x13\x55\x70\xab\xd4\xdb\x99\xd0\x35\xd6\xe6\x7f\xe0\x92\x68\xca\x2c\x4e\xe7\x53\x08\xec\x82\x3f\x4b\x0e\xec\x02\x87\xda\xcc\x64\x4d\x25\xff\xff\x44\xf5\x7a\x6d\x88\x84\x42\xee\x0d\x91\x48\x4c\x5a\xa6\x1f\xc8\x3f\xd4\x8a\x00\x44\xac\x78\x82\x09\xac\x9f\x3f\xfd\xa1\xf6\x7b\xf5\xfb\x61\xe7\xf2\x04\x51\x2c\xaf\xf8\xcc\x02\xe5\x5a\xd5\xa5\xd7\x9c\x00\xf4\x10\xeb\x9e\xbf\x6a\xfb\xea\x6f\x76\x14\x8d\xf1\xff\x43\x7d\xf7\x09\xa3\x46\x6d\xae\x34\x81\xaa\xdd\xfd\x1b\x45\x7b\xbc\x23\xe0\x85\x71\x10\xc1\x84\x17\xc6\xd1\xb8\x73\x1e\xfc\x20\x5a\x40\xde\xc0\x36\x61\x4c\xdc\xc0\x45\x32\xd1\x84\xc2\x6c\x73\xf9\x5c\x28\xeb\xe3\x15\x59\xbf\x4f\xac\x29\x00\x74\x2c\xfd\xc9\x71\x41\xfb\x42\x9e\x6b\xb0\x81\x7b\x80\x93\x5d\x42\xc8\x44\xb4\x65\x33\x97\xc2\x8d\x6e\x4d\x67\x32\xdf\x61\xc9\x12\x36\xa1\x42\xdb\x90\x34\x19\xe9\xe2\x73\xf4\x8a\x00\xc5\x69\x3f\x13\xa8\x05\xdb\x32\x67\xdd\x91\x7f\xad\xdb\x65\x42\x07\xb7\x2a\x34\xe9\xb6\xf1\xae\x40\xf9\xbd\xcd\x89\xbc\x13\x09\x05\x0e\xdb\x9e\xd4\xb1\x9d\xdd\x35\x0f\x5c\xe1\x52\x07\x27\xfc\x32\xce\x63\x9d\x70\xb3\x38\x2b\x74\xa2\xcc\x4a\x33\xa3\x3b\xb9\x68\x12\x22\xe6\xc9\x0e\x34\x67\xfa\x51\xec\x20\x9c\xf0\xa3\xfc\xb9\xaf\x50\x47\xf7\xcf\x75\x73\xe1\xfe\xb2\xc5\x72\xbe\x1a\x68\xfc\xb9\x1c\xae\x89\x0f\x6d\x3a\x4b\xd1\xe8\x8d\x17\x85\x59\x77\xf8\xa0\xe2\x9e\x46\x78\xc3\xef\x22\x3b\xc5\xa4\xc2\xe9\x44\xd6\x49\xbf\x88\xcf\xfa\x2b\x24\x0c\x6b\x63\xf3\x15\x12\xd2\xea\xdc\x7c\x65\x84\x55\xbc\xa6\x74\x6d\xd8\x26\x3c\x6f\xf8\xa6\x3c\xe2\x9b\x7b\xdb\xd7\x0d\x54\x52\xbb\x65\x27\x55\x52\x29\xd9\xf3\xe1\xc6\xf0\x2b\x01\x63\xe5\xcc\x9a\xf9\xf0\xc6\xd5\x22\x3f\x2c\x91\xe4\x0e\x50\x52\x7f\xf3\x0b\x20\xe0\xaf\x7f\xaa\x76\xb3\x16\x71\x47\xb5\xaf\x17\x45\x0c\x27\x2b\x2d\x20\x75\x5b\xac\x5a\x1b\x56\xa4\xfa\x37\x70\x5a\x36\xff\x3f\x4f\xbb\xc4\xe9\xb5\xc1\x97\x55\xfc\xfb\xc2\x12\x7f\x9f\x64\xc1\xd5\x60\x5f\xd8\x42\x86\x9e\xca\x0a\xaf\x85\x2c\x7f\xa7\xfa\xae\x9f\xc0\x30\xf5\x1b\x37\x9a\xd8\xe3\x42\x76\x81\xad\xf2\x0b\x19\x7c\xc2\xf3\x5b\x0b\xb5\x64\xc3\xfd\x55\xfa\x47\xf5\x7e\xe0\x6e\x0b\x4a\x6d\x2d\xe4\xdb\x39\x46\x6b\x41\x1e\x28\xd5\xbf\xe1\xad\x94\xc0\xb1\x10\xad\x50\x6c\x07\x5a\x48\xa0\x53\x9d\xcc\xb5\x60\xb5\x57\xd9\xe3\xb5\x10\xb9\x5f\xc4\xdd\x56\x87\xf7\x4a\xd5\x52\xd7\x02\x72\x68\xf3\x37\x02\xe0\x92\xbd\x8b\x0b\xa1\x9b\x8e\xf8\x5d\x03\x2e\xe4\xee\xdf\x48\x97\xd0\xa9\x5b\x08\xe5\xfc\x03\x99\xb2\x00\xa8\x24\x80\xf8\xb5\x50\xa6\xcc\xa7\x62\x41\x07\x2d\x4e\xfb\x5c\x23\xe1\x51\xd5\x08\xc7\x89\xdf\x7e\x03\xd7\xc0\xbb\x04\x98\x48\x06\xa5\x5a\x90\x1a\x54\x46\x79\xad\x40\xa9\x0e\x19\x35\x56\x70\x0d\xbc\x48\x41\xb3\x87\x86\x18\x1c\x92\x57\x0d\x49\xf1\x36\x18\x2e\x40\x1a\x55\x7f\xa6\x57\x8c\xa8\xd6\xb3\x57\x02\x4d\x4e\x1a\xd3\x02\x1c\xf7\x26\xd6\xb2\x12\xb7\xa8\x3f\x7b\x72\xd1\xfe\x34\xe8\x18\xb2\x1b\x0c\x54\x87\xf1\x0b\x02\x05\x5a\x35\xa5\x04\xab\xf1\x0c\x5e\x31\xa1\x1a\x2e\x68\xbd\x62\x42\x2d\x4e\x5d\x5d\xaf\x9c\x50\xfe\x6c\x34\x00\x1c\x85\x6e\xc5\x95\x37\x1b\x68\x11\x29\x28\x48\x81\x59\xaf\xa0\x30\x8c\x5d\xb6\x10\x6f\x31\xc5\xe0\xd7\xc4\x0c\x7c\xf2\x5e\x41\xa0\xfd\x39\xa9\xc8\xba\x77\xac\xde\x9a\x98\x81\x24\xe5\x05\x41\xa0\x4b\x70\x58\xb0\xac\x17\xe1\xbb\xae\xf5\x4a\x02\xc3\x20\x4f\x0b\x39\xf7\xb6\xd1\x2e\xa8\xea\x45\xd5\xd7\xd6\x9a\x9c\xa2\xd6\x70\xfe\xa6\xa8\x45\x9e\x28\x6d\x20\xd9\x62\x41\x12\x30\x4a\xd4\x02\x9a\xa8\xb3\xe6\x17\x2c\xe7\xd6\x06\xd6\x7b\xaf\x77\x07\xf7\x2d\x98\xce\x97\xfb\xdb\x11\xba\x24\x66\xbc\xde\x5b\x78\xd8\x73\xbd\x90\x75\xdf\xfc\xd1\x76\xb8\x2e\xfc\x4d\x90\xf5\xb7\xfc\x7e\x18\xc2\x1d\xbd\xbf\x58\x23\xd7\xd6\xb6\x85\x72\x6f\x06\xd6\x5a\x30\x84\x5b\x1e\x5f\x27\xb3\x61\xf5\xff\x17\x92\xb5\xbc\x8b\x90\x5e\xe0\x68\xc1\x05\x28\x6d\x0b\x7b\xeb\xe2\xb6\x95\xb8\xbc\x10\x8a\x60\xcf\xee\xba\x90\x35\x23\xd3\xfd\x42\xfe\x81\x33\x22\x16\xf4\x72\x3b\x35\x17\x8c\xc0\x45\x45\x56\xd6\x42\xe9\xfa\xbe\xfe\x49\xbd\x59\x17\xbf\xb8\x19\x01\x72\xdc\x9d\xa0\xb1\x2e\x7e\x71\x6f\x62\x64\xfc\x59\x4e\x5a\x37\xcb\x10\x9b\x9f\xdf\x84\xed\xd2\x2e\xc6\x15\x5f\xcd\x39\x50\x49\xcc\x10\x2b\x0b\x65\xe8\x8d\xa6\xb1\xa0\xa5\x3b\xe8\x68\x87\x96\x5e\x7c\xe7\xef\xb0\xc8\xda\xbb\xbf\x03\x89\xdb\x07\x7b\x7f\x2f\xb4\xe5\xc4\xa9\x9d\x05\xd8\x97\xe9\x98\x81\x18\xc7\x5e\x02\xff\xdf\xf5\x1b\x01\x39\xda\xf4\x7b\x3d\x00\xf3\xa5\xfe\x50\x04\xb3\x38\x3c\x65\xaf\x7c\xa1\x7f\xdf\xf8\x1d\xfa\xfd\xb0\x81\xde\x00\x95\xd6\x1a\xc4\x8e\x74\xb5\x2a\x99\x64\x6f\xc8\xa0\xfe\x43\xc7\x1e\xd0\xb1\xdc\x79\x83\x2d\xf7\xc7\x17\x88\x99\xee\xc8\x56\xf3\x8d\xb3\x77\xec\xca\x66\x3a\xbe\x49\x33\x1d\xe0\xe0\x9e\x01\xb2\x13\xcc\xac\x77\xe4\x84\x3b\x72\x6c\xef\xd8\x15\x16\x12\xf6\x8e\x35\x95\x71\x67\x07\x04\x60\x91\xa3\x60\xe7\x8d\x55\xa4\x65\xee\x48\x12\x4f\x2f\x2a\x92\xc4\x9d\x40\xbc\x0f\x2c\xba\xae\x8f\x7d\xb0\x8e\xa3\xfe\x3f\xe0\xa9\x48\xff\xc6\xb9\x32\x6c\xcd\x8e\x74\x37\xdb\x75\x77\xe8\xc1\x4e\xcb\xdf\x83\x53\xd4\x80\xe0\xa6\x2d\x46\x6f\xdb\x91\xee\x60\xb8\xd1\x9d\x18\x7d\x1e\x21\x40\x5e\x9c\xe2\xbc\x07\xea\x73\xeb\x92\xde\x81\x75\x5d\x75\x92\xf6\x44\xec\xb9\x3f\x1a\xf4\xe2\x22\xd4\xff\xb5\x03\xe5\xa5\x74\x77\xd0\xe1\xdc\x37\xfd\xe5\x85\x06\x43\xda\x71\xa1\xa9\xfa\xd1\xda\x91\xf7\x6e\xbc\xbc\xfd\xbd\xd0\x62\x4b\xff\x46\x78\x83\xc4\x96\x3d\x51\x1c\xb5\xf8\x7d\x17\xfe\xdf\x74\x06\xb3\x9b\xfe\x80\xae\xdf\x13\xbc\xde\xfd\x4d\x7e\x02\x79\x1e\x76\xe4\xc9\xff\x59\xd1\x89\x09\x48\xb2\xdb\xa1\xd8\x1a\x5f\x63\x07\x88\xcc\xf4\x27\x7c\xef\xb3\x70\xca\xcb\xce\xfb\xec\xcf\x12\x22\x23\xc3\xbc\x74\xe7\x7d\x96\xee\xf0\x44\xfd\x5d\xd3\x11\x49\xeb\x73\xf8\xea\xb5\xa1\x2a\x8a\x6b\xa7\x5e\xeb\x01\xbc\xb7\x57\x98\x39\xee\x0b\x9a\xb7\x78\xef\xbe\x38\x40\xad\xc0\xfa\x0d\xd0\x7f\xd8\x5f\x99\x63\xb9\x43\x60\xea\x7a\x13\xa2\x28\x7d\xc8\x37\xb4\xef\xc0\x43\xf7\x8c\x71\xfd\x6d\x7f\xe8\x41\x55\x5e\x23\x78\xb5\xd4\x50\x09\xbd\xb5\xef\x40\x78\xd7\x6d\xb1\x13\xa9\xda\x9c\xe5\xd5\x5a\xd3\x01\x22\x3b\x2a\x5a\x85\x79\x1f\x8a\x97\x5a\xa1\xdb\x8f\xc4\x6f\x4d\xe0\x40\xff\xde\xd4\xc7\x62\x09\xbb\xf2\x2f\xb7\xcd\x0e\xcc\x1b\xbb\xa9\x77\xc0\xe0\x95\x2a\x1b\xf2\x8e\x72\x56\xc6\x9a\xda\x4f\x0c\xd7\x87\x18\xb7\xaf\xfd\x95\xfb\x09\xb3\xba\x24\x9e\xfd\x84\xa0\x2c\x5d\x62\x47\x7e\xbb\x1d\xa2\xfb\x85\xbb\xe4\x0f\x23\xbb\xd8\xa1\x16\xf8\x82\x3e\xea\x33\xf9\x5e\xd7\xcd\x2e\xda\xfd\xbd\xad\xa7\x23\x78\x76\x04\x0e\x1a\x7e\x71\xbf\x60\x96\x37\xe3\xbc\x92\x2f\xf4\x1f\x26\xe2\x8e\xdd\x01\x1c\x05\xe6\x6b\xbc\x4e\xff\x5c\x26\x88\x24\xb4\x24\xbe\xa3\xb0\xe7\x1f\xae\x80\xe2\x53\xce\xb7\xd8\xa1\x11\x97\x3f\x8c\x0f\xf7\xad\x71\x0b\x76\x24\xc4\x3b\xc3\x63\xbf\x39\x02\xbd\x10\xb5\xa5\x1c\xfe\xbf\x3f\x34\x1f\x49\x83\xde\x1f\xbe\xf1\xeb\xe0\xd8\x50\xf5\x4c\x53\x38\x68\xf4\xd6\x1e\x3c\x36\xae\x81\x86\x7c\xc0\x03\x6a\x49\xfd\xc0\x85\xad\xba\x8e\xeb\xd8\xc8\x78\x34\x84\x63\xe3\x10\xbf\xaf\x70\x40\xe5\xb4\xe4\x7d\x20\xa1\xdd\xf1\xfe\x07\x8a\x45\x59\xd0\x3e\x2a\xbe\xaa\xae\xbb\xa3\xb2\xbd\x7f\x77\x72\xba\xa6\x3f\xa0\xc0\x8b\x3b\xac\x3c\x77\xe2\x34\x07\x7c\xa4\xad\xbb\x87\xc9\x7f\xd0\xa2\x54\xa8\xe5\xe1\x06\x8c\x91\xd5\x90\x81\x3b\x6c\x37\xf3\xd1\xf8\xdd\x25\x46\x1d\x0d\xbe\x08\x7d\xb6\xa3\xd5\x57\x72\x96\x49\xed\x40\xb1\x49\xc7\x25\x1f\xc0\x1d\x36\x1c\xe2\x81\x60\x33\xe3\x4d\x1d\x4c\x50\xd7\x4e\x3f\x3a\xd6\x40\x3b\xfb\x40\x3d\x28\xbb\x01\x8f\xce\xa3\xa4\x25\x40\xa8\x59\xb1\xef\xff\x40\x2d\x6e\xfb\x3a\x8e\x4e\x53\x8d\x5f\x88\x7d\x24\x39\xee\xe8\xb4\x33\xb8\x3d\xf6\x61\xf5\x00\x1e\x14\x5b\xd7\x0a\x8e\x8d\x2f\xd4\x88\x01\x44\x63\xdf\xff\x81\xf2\x91\x3e\x6b\xc7\x98\xe8\x50\x23\x86\x67\xb6\x18\x65\xe0\x80\x8c\xa1\x42\xc0\xeb\x80\x25\xbb\x7a\x89\x13\xae\x61\xa9\xdd\xc7\xab\x21\xae\xd4\x8d\x7e\x4c\x94\x01\xf2\x37\xc4\x05\x58\x1c\x4a\x76\x00\x28\xe6\xcf\x0b\x10\xbd\xee\xa8\xde\x03\xf7\x8f\x2b\x62\xae\x03\x08\xb2\xd6\x26\x0e\x80\x98\x65\xf3\x6f\x78\xb3\x7d\xd4\x58\xda\xc8\x07\x61\xc1\x1b\x2e\x91\xe0\x58\x78\xa1\x37\x3e\x0b\x11\xf9\xa0\x20\x94\x5c\x35\x4f\xd6\x01\xc7\x66\x51\x81\x8c\x75\x20\x96\xdc\x91\xbb\x07\x32\xc6\xed\x96\x3c\x4e\x0c\x58\x57\xf8\x81\xd2\xd1\x76\x8c\x1e\xc8\xe7\x76\x80\xc7\x81\x18\x9a\xd2\xbd\x6d\xcf\x05\x77\x85\x66\x74\x62\x84\x3e\x79\x50\x87\x9c\xb3\x70\x5c\x88\x78\x34\x74\xdd\x01\x0e\x9b\xf3\x9f\x52\x3c\x0f\xd4\x25\xb2\xaf\xfc\xa0\xba\xe3\x48\xe3\x03\x00\x27\xaa\xc1\xb3\x0e\xd4\x61\x36\x4a\xdc\x01\xe5\xc5\x71\xdc\x07\x92\xb5\x8b\x8d\xb4\xc7\xcd\xf1\x6a\x85\x81\xf9\xe5\x90\x9b\xe3\x86\x77\xca\x9b\x12\xf8\x25\xa5\x7b\xd7\x02\x7f\xc4\xee\x96\xe3\x61\x87\xa6\x63\x84\x3e\x16\xc8\x16\x2b\x7f\x0e\xf6\x83\x3b\x4e\x2b\x7c\x02\xb2\x2b\x25\x83\x9c\x30\x10\x1a\xcc\xfa\x24\xb7\x95\xd4\x75\x02\x91\x6b\x4a\xa4\x38\x11\x5a\xec\xca\x01\xeb\x44\x72\xb7\xf3\x5e\xcf\x02\x2f\xa8\xe9\x95\x1d\x0c\xfd\xc6\x29\x90\x8c\x70\x92\xbb\x1a\x44\xec\x04\x24\x97\x53\x2c\x4e\x64\x73\x3b\x8d\xf5\x04\xef\x9c\xc5\x1d\x70\xc4\xdf\x9e\x38\x1b\x37\x9d\xfe\xbf\x71\x80\x1a\x10\x2c\x84\x56\x10\xcf\xc6\x01\x78\x44\x0d\x03\x90\x59\xfa\x44\x20\x70\x71\xca\xda\xd9\xb8\x8d\xfd\x9b\xdb\x58\xfb\xfe\x04\x68\x97\xdd\x76\x67\xdb\xf9\x0f\x5a\xe5\x86\x68\x36\x6d\xdb\xb3\x81\xdb\x49\xd2\x39\x3b\x87\xa0\x31\x03\x95\xcb\x76\x87\x13\xdc\xd3\x21\x0e\xe7\xc0\x1c\xb5\x71\x4f\xda\x0c\x0d\x6a\x75\x22\xfd\xdb\xa9\xb0\xe7\x60\x0d\x49\x7f\xf7\x01\xd1\xa4\xb8\xc7\x44\x52\xbf\x1b\x60\xdf\x48\xed\x3d\x07\x8f\x86\xe9\x4c\x4b\xf3\x67\x7a\x55\xb2\xe5\x1b\xea\x0c\x18\x21\x25\x1d\x9f\x41\xe6\xa4\x11\x26\x5e\x20\x41\xe3\x84\xbe\xf2\x07\xc2\xf6\x64\x79\x3c\x29\x2c\x27\x2d\x70\x0e\xee\x39\x5f\x8d\xa5\x5b\x9c\x3e\x13\xa1\x50\xe2\xb7\xe7\xdc\xd8\x40\x73\x80\x85\xcd\x77\xd4\x39\x11\x71\x27\x86\x7c\x4e\xa6\xb8\x6b\x4a\x34\x80\x39\x31\xe0\x9c\x08\xf4\x90\x80\x79\x12\xd9\x4b\x0c\xf8\x24\x47\x77\xa0\xff\xb9\xf8\x5d\x74\x3c\xcf\x75\x22\x55\x50\x43\x5a\x17\xff\x41\xb3\x04\x76\x96\xfd\x09\x27\xf2\x7f\xfe\xa4\xdf\x9d\x88\x46\x71\x9a\xfd\xb9\xff\x06\xa9\x41\xec\x1c\x84\xa7\x09\xec\xaa\xea\x95\xa6\x94\xee\xc0\x3f\x54\xf4\x6f\x96\x56\x4e\x40\x25\x16\x9f\x18\x96\x37\xf1\x42\x53\x4a\x95\x36\x8e\xf2\xf4\xe9\x60\x4f\x94\x9f\x9f\x06\x98\x38\xe1\xa6\x09\xf3\x14\x54\x93\xb7\xdf\xe8\x44\xdc\x9f\xf5\x20\x56\x93\x37\x04\xc6\xf9\x2b\x80\xea\x23\x0e\x14\xa6\x10\xd3\xba\x36\xfe\x6e\xfa\x8d\xa0\x00\x9d\x06\x54\x83\xaf\xc5\x08\x10\x17\xb1\x8a\xa5\xda\x5d\x85\x90\x6d\x53\xbf\x01\xe7\x29\x1e\x85\xda\xec\xb5\x38\x88\x1a\xc5\xd9\x57\x6c\xff\x64\x56\x43\xe5\xf6\xb7\xb5\xc6\x03\x48\xa5\xd0\xd9\x41\x25\xf6\xe5\x40\x47\x94\x5a\x9f\x56\x85\x59\x6a\xdd\x15\x6e\x16\x6a\xad\xcf\x90\x95\x0f\xb5\xd0\x97\xd1\x66\x50\x0b\x7d\xfd\x79\x21\xa2\x20\xec\x84\x46\x6d\xf1\x74\xc8\x32\x6a\x87\x2f\x3b\x95\x2f\xf8\x28\x8a\x36\xfa\x35\x48\xd7\xfb\x19\xc7\x20\x96\x89\xea\xd8\xcb\x86\x5f\x54\xc7\x4e\x3b\xf9\x51\xfc\x7a\x85\xb8\x0d\x8a\x5f\x2f\x07\x1c\x5f\x30\xbf\x78\x07\x5d\x34\xbf\x58\x26\x47\xb1\xea\xd9\xd2\x1d\x62\xc2\xda\x42\x17\xb0\x24\x6c\x59\xbe\x26\x77\x80\x06\x08\x63\x78\xb1\x6e\x7d\xa1\xb0\xa5\xe3\xd4\x2e\x60\xee\x79\x4f\x5f\x08\xe2\x0e\x5d\xcc\x17\x95\xf9\xf4\x0e\x58\x1c\xb2\x3a\xdc\x11\x59\x21\x01\xf6\x02\x5e\x8f\xa3\xc6\xae\xf7\x58\x2e\x5b\xdf\x51\x0d\x7a\x6e\x5e\x22\x06\x3c\x7b\x46\xf0\xff\x3a\x46\xec\x82\xac\xe5\xa8\xb6\xeb\xc4\xc5\x9c\xd2\x6e\xaf\x13\xdf\x48\xa7\x06\xb5\x9c\xdf\x7f\x50\x8f\xf0\x20\x9b\x7b\x5d\x17\xa6\xdc\xfc\x1b\x5a\x8c\x38\xf8\x75\x61\xcd\x2c\xb0\x5e\x30\x36\xff\x39\x04\x17\x96\x40\xfc\xf5\x42\x1a\x9b\x4d\x4a\x17\xe0\xdc\xec\xa6\x47\xe5\xe3\x65\xf3\xc1\xf5\x70\xc4\x9a\xd2\xc3\x5d\xa5\xf6\x0f\xbe\x41\xf3\x6f\x94\x48\xfc\xf3\xff\x78\xbf\xf8\x06\xaa\x0e\x2f\xdb\x0b\xee\xc2\xf1\x84\x7e\x73\xbc\x4d\xbf\x0f\xfc\x7f\xd5\xef\x93\xc0\xcb\x6e\x80\x53\xfe\xe7\x37\xc2\x79\x74\x8d\xa3\x0c\x71\x75\x74\xd4\xfd\xca\x3e\xe1\x63\x75\x13\x1a\x4d\x02\x36\xca\x14\x87\x03\xf1\x51\xa6\xb8\x5a\x2c\xb8\x29\x1b\xf9\x56\xbe\x11\x1e\xe5\x5c\xec\xfb\x65\x0c\x7d\xd3\x0d\x75\x93\x31\xf8\x9e\x47\x9d\xe2\x6e\x47\xdc\xcd\xec\x71\x4b\x0a\xa8\x53\xdc\x6d\x3e\xbf\xa9\x69\xfa\x9e\x46\x29\xe2\x30\x66\xeb\xdd\x30\x66\x9d\xc4\x1b\x69\x55\x4e\x50\xbd\x29\x4e\x39\x16\x11\xb5\x8a\x9b\xca\x10\xae\xfb\x15\xa7\xc2\xe5\x15\xee\x57\x9a\x0a\x57\x3f\xb8\x5f\x69\x2a\x5c\x4e\x01\xb5\x8b\x8b\x05\x89\xfb\x95\x95\xc2\xc5\x08\xee\xf6\xb0\xb2\xf2\xf7\xbb\xff\x66\xa0\x17\x20\xc8\xb7\xe9\xa4\xa0\xb6\x71\xd8\x85\x7c\x77\xb8\x02\xdd\x61\x87\x59\xce\x5f\xf9\xcb\x6a\xd2\x88\x3a\x46\x30\xdd\x00\x9f\x5d\xbc\xe4\x1e\xbf\x11\xa8\x87\x81\x35\x94\x1a\x80\x6a\xc7\xe1\x18\xe7\x9b\xf6\x6f\x7b\x68\xef\x81\x35\x91\xe2\x71\x0f\x68\xcf\xfe\xee\x54\x5e\x67\xfb\x27\xc3\xda\x4d\xff\xae\x2d\x1c\xf7\xc0\x04\x74\x81\xa3\xba\x72\xfc\x99\x00\x2b\xd6\x88\x13\xdc\x70\xe7\x16\x07\x1e\xa2\x9c\x72\xda\x69\x8e\x6a\xc9\xdd\x4e\x12\x54\x4b\x4e\x43\x19\xdf\xb4\x66\xbb\xc6\x06\xaa\x25\xa7\x2f\xa0\x9b\xa8\xad\xae\x99\x81\x6a\xc9\xcb\x38\x1a\x37\xb0\x7e\x6c\xfd\xfd\x8a\x25\x6b\x5b\x52\x1a\xb4\xe1\x0a\xc5\x92\xa7\x71\x67\x6f\xa4\x2d\x85\x97\x34\x51\xb0\xbb\x9b\xce\x32\xec\xfa\x0d\x61\xd0\x81\x84\xa8\x6c\x9c\x8e\x4b\x43\xdd\xe1\x74\x24\x1d\xea\x0e\x57\x1b\x34\xee\x05\x01\xda\x33\x5c\x30\x70\x78\xd7\x2d\x9e\x44\x9f\xdd\x05\x29\x4a\x3a\x02\xca\x08\xcf\xe6\x35\x84\x75\xd7\x19\x97\x37\x2e\x14\x3b\x53\x51\x26\x78\xa9\x28\xdf\xba\x09\x31\xee\x6f\x04\x30\xb6\x29\x19\xe6\x7e\xc5\xc0\xec\xee\x1f\xe6\x56\x9b\x90\xee\x83\xdc\xcf\xdb\xfc\x07\x38\xaa\x0e\x00\xf1\x6d\xa8\x15\xd4\x11\x9e\x4b\x57\x26\xea\x08\x37\xa3\x34\xa0\x8e\x70\x35\x32\xd9\x7d\x02\xb0\x40\x16\x9b\x9b\xe6\x57\x27\x0a\xdf\x17\x6a\x05\x78\xd7\xbd\xda\x7f\xb3\xc1\xfe\xc6\x85\xe4\x38\x86\xfb\x62\x29\x27\xad\x20\xe5\x52\x89\xc6\x37\x12\x5c\x2c\x25\xdd\x88\x37\x2a\x0e\x13\xbb\x29\xb8\x7a\xc6\x37\xac\x5c\xde\x33\x40\x9f\x29\xab\xf8\x0f\xb0\x72\xf9\x20\x23\x20\x69\x0e\x77\x00\x2b\x97\x0f\xfe\x0d\x13\xb7\x0c\x06\x37\xad\xab\x92\x43\x59\xe9\xd8\xd8\x9c\x37\xc2\x8d\x8a\x41\x1b\x6e\x56\xcd\x33\x33\x7c\x18\xda\xa1\x0e\x91\x02\x53\xfe\x7c\x04\xe0\xcd\x38\x23\xe2\xa6\xbd\x76\xf9\xe0\xd0\x82\x30\xdc\x80\x69\x49\xfe\x0d\x3d\x4e\x86\x39\xd4\x25\x76\xa5\xc1\x85\xba\xc4\xb5\x38\xac\xec\xd9\xa0\x90\x74\xff\x3e\xf9\x0f\x6e\x81\x0c\x91\xee\xdf\x37\x22\x38\x97\x7e\x3f\x6c\xf0\x6d\x94\x07\x85\xef\x54\x74\x7c\xb1\xd4\xb1\x6f\x18\x54\x3a\x7e\x1b\x4c\xfd\x01\x5b\xdd\x43\x28\xfc\x6e\x92\x1c\x1e\x80\xd0\xe4\x9f\x1e\xb8\x6c\xe2\x4f\x4f\x41\x9d\x0d\x6d\x95\xa7\xb2\x9a\x61\xe8\x37\xb7\x4e\xf7\x3f\x60\xeb\x48\x91\x7b\x2a\x7c\x15\xcb\x0d\xf8\xa5\xf5\xff\x8d\x3b\x47\x23\xa2\x0d\xc1\xb2\xc0\xd3\xb8\x75\x34\x27\xda\x10\x1c\xea\x85\x12\xc8\x65\xd3\x45\xfc\x34\xae\xb3\x18\x0a\x4a\x1a\xa7\x73\x5b\x9e\x4e\xb4\x77\xcd\x11\x81\x49\x36\x84\x3c\xf0\xd2\x1a\xf1\xed\x41\xf6\xae\x1d\x72\x0f\x6e\xb1\x57\x69\xfa\x7b\xe7\xe4\xff\xf5\xca\x79\x06\x4b\x92\xe9\x93\xd1\x20\xb1\xfe\x74\xc6\x44\x1b\x7d\x22\x44\x36\x1b\x2b\xec\x81\x06\x91\x5e\x5f\x9a\x13\xbc\x69\xa0\x41\xa8\x68\xe8\x42\xb9\xe4\x69\x17\x33\xca\x25\xd7\xe2\x3b\x16\xf5\x92\xff\x14\x65\x42\x35\xe4\x95\x52\x4a\x51\xdd\xd8\x35\x3f\xd7\x43\x95\xc3\x97\x22\xaa\x1b\x2f\xc3\x97\x3c\x3f\x15\x43\x23\xfa\xd9\x83\xf5\x02\xe2\xa9\x78\xc6\x93\x89\x50\x9a\x31\x02\x7d\x9d\xbf\x87\x62\xc2\xd5\x2a\x0a\x8a\xfd\x36\xa3\x12\xa2\xd8\x6f\xda\x96\xf0\xa0\x92\x7e\xf5\x0a\x2d\xe0\xb5\x88\xbf\xa3\x94\x6f\xba\xd6\x17\x4a\xf9\x2e\x63\x7b\xa1\x34\x6f\xb5\xc2\x82\xd2\xbc\xc5\xc6\x4c\x94\xe6\x0d\xe7\x4a\xa1\x34\x6f\xba\x3c\x0f\x2b\xef\x9a\xd7\x3d\xfb\x86\xeb\x40\xef\x07\x1a\x68\xdd\x74\x3f\x3c\xc7\xaf\x0c\x89\x66\x4c\x43\x84\xef\x68\x54\xba\xad\xd5\x45\xdf\x1e\xa4\x81\xd6\x22\x45\xf6\xc1\x25\x55\x15\x66\x75\x27\xfc\xf0\x2e\xec\x74\xe7\x42\x89\xc7\xf5\xfd\x3c\x21\x49\x0d\xfd\x84\x70\xf9\x9b\xc3\xb3\x10\xac\x51\xb7\xef\x0a\x79\x16\xac\x4e\x32\x01\x3d\x6b\xa1\xa2\xb3\xe2\xc4\x9e\x75\xf3\x5a\xef\xdf\xef\x87\xe9\x6c\xdf\x29\x7a\xf6\x0d\x05\x71\xbe\x6d\xf3\xec\x30\x98\x56\x25\x21\x3e\x7b\xe1\xac\x3f\x6e\xf5\xdc\x2f\x7b\x53\x46\xc3\x73\xa3\xac\xe7\x27\xfe\x3e\x37\xb1\x1b\xba\x7e\xae\x3f\xd3\x7b\x20\xae\x97\x4d\xf0\x5c\x0f\xc4\x75\x65\x4b\x3f\x2c\x4c\xff\x31\x95\xe7\x41\x7a\xd9\xa6\x9f\xef\x7d\xf7\xb6\xee\xfa\x03\x1c\x9a\x43\x3f\x3b\xe9\xfe\x03\x82\xcf\xf9\xb3\x6e\xa8\xa1\x57\xeb\x57\xb6\xfd\xfd\x03\x3f\xe0\xef\x90\xd4\x6d\x3b\xb9\xc0\xbf\x63\xf5\x3e\xfc\x1f\x9f\xb8\x6e\x0b\x16\x2f\x7d\xe2\x5a\xc6\xc5\x4e\x7f\x2b\x50\x2b\xa3\xc8\xea\xe7\x88\xaf\xbd\xc0\xc8\x5d\xcb\xff\xe0\x56\xfe\x5f\xfb\xff\xff\xff\xdd\x1c\xf4\x86\xa2\xa1\xbf\x47\x04\xeb\xff\xfe\x5e\xcf\xfd\xfb\x7b\x05\x42\x8c\x22\xd4\xb7\xb6\xca\x47\x6a\xfb\xbb\xa0\x9f\xec\xbf\x01\xb7\xf7\x7b\x7c\x3f\xc5\x77\x51\x6e\xed\x70\x9b\x57\x17\x97\x05\x6e\x03\xac\xed\xf7\xb8\x10\x56\xf8\xa3\x00\x3a\xf5\x7b\x84\x33\xbf\x8a\x12\xa2\x34\xba\xf9\x3f\x4a\x33\xe5\xe5\xd8\xd2\x57\x2b\xea\xb3\x7e\x8f\xac\x19\x2d\xca\x69\x0a\xca\x7b\x96\x8f\xf2\xaa\x73\xdf\x63\x43\xb8\xf6\x8f\x52\xe2\x1b\x5b\x45\x8d\x23\xe5\x04\x56\x14\x28\xfa\x1e\x21\x96\x7f\xbb\xbd\xa2\xee\xce\xf7\x58\xe0\x72\x14\x25\x4c\x59\xc8\xf0\xfc\x48\x28\xb2\xf1\x3d\x4e\x24\x41\x7f\x94\x57\x11\xf9\x1e\xa1\xa5\x0d\x51\xc2\x94\x97\xf1\xca\x7c\x58\x6b\xdc\x26\x21\xc6\xf2\x9b\x52\xab\xeb\xa3\xb4\xba\xa3\x9e\xdb\x8f\xd2\x3d\xd9\x1e\x0c\x94\xf9\x28\xa9\x21\x74\x6c\xf7\x22\xca\xd4\x72\xf7\x85\x22\x50\x1f\x05\x98\x7c\xbf\x47\x00\x77\x7f\x67\xbd\x02\x58\xec\xf7\x88\x44\x97\xf5\xf1\xdf\x0a\x7c\xad\xef\xf1\xbd\xec\x04\x82\x50\x81\x4a\xf5\x3d\xbe\x5c\x5c\xf9\x38\x15\xe8\x4b\xdf\xe3\x2b\xc9\xa9\xf4\x56\x05\xaa\xd0\xf7\x88\x56\x9f\x6e\x51\xa1\xdc\x7c\x8f\x48\xf8\x54\x68\x6d\xbd\xe7\x30\x0d\x47\x51\x65\x96\xea\x3d\x97\x69\x3b\x69\x5d\xb4\x4b\xb4\x45\x84\xbc\xcf\xb2\x53\xef\x35\x4d\x03\x03\x90\xe2\x55\xef\x77\xed\x7e\x8f\x3b\xdb\x7d\x97\x72\xbd\x77\xb7\xdb\xd9\xee\xf3\x8e\xd6\x7b\xff\xd3\xee\x22\xad\x8a\xf6\x88\x86\x18\xce\x2a\x35\xa4\x42\x2f\xfa\x1e\x07\x69\x9a\xfb\x11\xa6\x91\x0d\x79\xcd\x0e\x8f\x85\xd7\x92\x7c\x56\xf5\xf6\x57\x80\x56\xf4\xd2\xb4\x2e\xa7\xc7\xf9\x70\xad\xbf\x3b\xb4\xa2\x48\xf6\xf7\x08\x71\x6e\xfb\xe6\xd7\x36\x6d\xa2\x86\xda\xd5\x9f\x28\xd9\xb6\x6d\x9a\xf0\xfc\xd9\xc5\x6d\x2b\x6e\xf2\xde\x22\x0a\xab\x6f\x28\xfd\xfc\x3d\x12\xa5\x54\x94\x30\x25\x81\xf7\x2a\xca\x65\xca\xfd\xee\x9f\xa5\xb1\xd5\x22\x12\xdc\x71\x32\x55\x34\x70\x91\xef\x11\xcb\xdb\x96\x46\xd1\x3c\x72\x88\xb3\x55\x75\x5e\x1a\x0a\x1d\xff\x1e\x91\x1f\x34\x34\x5f\x6d\x90\xc6\x72\xa4\x9b\x62\xac\x1a\xca\x91\x7e\x8f\x37\x69\x7a\xdb\xee\x1e\x81\xd2\xf9\x89\xff\x0d\xd5\x11\xbf\xc7\x5f\xab\x6f\xfc\xa8\x6b\xf8\x7b\xac\x01\x23\xc5\x47\xa9\xd3\x94\x57\x38\xff\xae\xf4\x56\xea\x6e\x0a\x2e\xbc\xfe\x29\xb1\xad\xec\xfa\x26\x85\x5b\x4a\xee\xee\x56\x75\x33\xb5\xfa\xf6\x28\xf1\xb5\xb5\xf9\xf1\xb0\x06\xe8\xf9\xb2\xa9\x86\x5f\x6b\xeb\x14\xed\x37\x67\xf5\x08\xfc\xf2\xef\xf1\x77\xb9\x7f\x7d\x76\x6f\xa8\x8e\x70\x8d\xaa\xac\xfd\xd6\xbb\xe6\x06\x18\xe6\x5a\xe5\x9e\x69\xe6\x80\x0d\xe0\xa3\x2f\x57\xfe\xf6\x88\x39\x5d\x1b\xbc\xc8\xe5\xac\x6f\x63\x3d\xa2\xb1\x9d\x5c\x3a\x2d\xdc\x2e\x90\x93\xda\x24\x0f\x35\xa0\x5b\xfd\x1e\x0b\x79\xf1\xa7\x9d\x36\xe0\x50\xfd\x1e\xd1\x67\xdb\x3e\x2e\xd9\xd2\x7d\x26\x69\x82\x82\x6e\xd3\x34\x66\xdc\x34\x79\xd0\xda\x32\x6d\x15\x26\x96\x69\x3d\x57\x59\xa2\x01\x80\xb1\x29\x82\xa4\x21\x47\xe1\xf7\x08\xd3\x46\x53\x81\xd2\xb6\xfc\x1d\x18\x23\xdd\xb7\xef\x32\x6e\x88\x89\xfe\x3d\x62\x2c\x5d\x99\x17\x6d\xf7\x58\x18\x01\xda\xb7\xef\xca\x6b\xbb\xbf\xc3\xce\x76\xca\xb9\x6b\x87\xdb\x21\x92\xe6\xe5\xd9\xa2\x75\x8d\xf3\x60\xbb\xf6\x31\xa0\x76\xba\xdd\x49\x80\x49\xc1\x4b\xb5\xd3\xf3\x83\x87\xaf\x76\x85\xfa\xb7\xf3\xd6\xfc\x4e\xf6\xa9\x6c\x91\x76\xb9\xcf\x8b\x34\x99\x9b\xdb\x6d\x1a\x0c\x0b\x75\x6c\xea\xf3\x31\xed\x21\x4d\x2e\xbf\x6e\x66\xd8\x51\x3f\xbc\x0e\xc1\xc7\x77\xd4\x0b\xff\x3d\xb2\x9d\x92\x1e\x7a\x71\x3b\x14\x8a\xac\x63\x7e\xe2\x52\xb7\x80\xd3\x0b\xdb\xc9\xd4\xd4\xab\xdb\x55\xd0\x1c\x66\xd9\x9b\x69\xa8\x24\x52\x43\xda\x47\x6f\xe2\x70\x9d\x05\x18\xa2\x7f\x5e\xbd\x8e\x82\x0b\xbf\x47\xa4\x07\xc6\xa8\x9f\x2e\x4d\x79\xf5\xff\x25\xc2\xf6\x76\x54\x35\x45\x90\x4a\x08\xf1\xa3\xa3\xe4\xc0\xef\x91\x43\x55\x15\x89\xee\x23\xdf\x3b\x42\x65\x42\xfa\x65\xef\x97\x96\x8d\xc7\x3a\xf4\x99\xba\x8f\x75\x1f\x3f\xda\x77\x2f\x75\x1f\xdd\x4e\x3c\xb0\x54\xb6\x55\x07\x00\xd8\xef\x11\x40\x15\xa9\x00\xe6\x0e\x64\xad\xdf\x23\xfa\x4c\x45\x76\x76\x1f\xdd\x9e\x15\x71\xc3\xca\xd3\xef\x59\xbb\x69\xc0\x41\x94\xcd\xb2\xa7\x18\x6f\x4f\x18\x80\x53\x01\xcf\x3d\x53\x63\x21\xc8\x44\x0a\xbc\xbd\xa7\xd8\x6b\x27\xab\x48\x05\x2e\x74\xb3\x8a\x4e\x56\x61\xcf\x76\x37\xab\xe8\x0b\x2c\x34\x65\x6f\xed\x4b\x2c\xb4\x53\x8b\x4c\x61\xd7\x75\x64\x0b\x7d\x8f\x18\x8b\x32\x1c\x3a\x12\x83\x7e\x8f\x4c\xf9\x51\xf9\xd6\xbe\x24\xa7\xf5\x45\x39\xad\x6c\x1a\x8b\xe4\xb4\x8e\xd4\x9f\x97\xd6\x45\xd3\xb7\x5d\x80\x97\x9a\xb2\xd5\xf7\xa5\xeb\xa3\x2f\xd8\xa0\xa7\x70\x6d\xfb\xda\x3d\x3f\xc8\x46\x53\x19\x54\x7d\x1d\x9e\x1f\xd6\x65\x0a\xb5\xba\x9b\x6d\x75\xb2\xa6\x29\x31\xa2\x9b\x35\x75\xb2\x9f\xd9\x3e\x23\x7a\x37\xfb\xe9\x27\x8a\x92\x4e\x79\x0f\x3b\x02\x42\x7e\x8f\x1c\xa7\x8c\x8e\xfd\xd4\xd5\xd2\x4f\x04\x49\x57\x09\x34\x1d\x11\x13\xbf\x47\xbe\x4f\x36\x8d\x6e\xd6\xd4\xaf\x57\xaf\xae\x73\x7e\x51\x0e\xfd\x2a\xcd\xb4\xc5\x3e\xa7\x68\xda\x67\x17\x64\xcd\x29\x5f\x76\xbf\x24\x6b\xf6\x0b\x6b\xb6\x74\x5d\xf5\x7b\xd3\x58\xee\x2d\x98\xf7\xfd\x8d\x05\xce\xc2\xdf\x63\xfd\xe5\x84\x7f\xeb\x02\x37\xdd\xf7\xc8\xeb\x5f\xe3\x84\x7f\xeb\x7b\xe4\x15\xaf\x7d\x7d\x0f\x8d\xf3\x26\x76\x9e\xea\xdc\xf5\xdb\xe7\x0f\xfe\x9c\x97\xa6\xb1\x44\x9a\x36\x49\x4b\xd1\xdc\x27\xd4\xa9\x4d\x7a\x65\xbf\xd3\xf3\x4b\xc4\xc2\x98\x17\xc0\xa1\xf2\x7b\x64\xce\xbb\xac\x36\x1d\x4a\xc7\xf7\xc8\xb1\x68\x9f\xdd\x52\x14\x3b\x7c\x28\x65\x13\x34\x68\xbf\xbd\x77\xe1\x4f\x79\x69\xdf\x37\xb2\xcc\xdf\xef\x83\xef\x13\xab\xb7\x5c\xdf\xef\x63\x91\xa6\xb1\x1c\xee\xf3\x80\x38\x55\x3e\x4d\xb7\xc3\x45\xf1\x7b\x44\x81\xd1\x4d\x1a\x68\xbf\x2f\xaf\x0b\x4a\x81\x6e\x02\xd9\xed\x70\x14\x7c\x8f\x9c\x43\x68\xad\xef\xcb\x34\xae\x67\x68\x2c\x8f\xf6\x3c\x0c\xf5\x65\x2b\xe2\xe5\xcf\xa6\xef\xf7\x6c\xfc\x46\x5f\x2c\x54\x87\xcd\xfd\x7b\xe4\x58\xbe\x20\xcb\xfe\x14\xb7\x2b\x2c\xbe\xff\x29\xe5\xfd\x91\x5d\xa0\x3f\x85\xeb\xb9\xf4\x3e\x89\xbb\xfd\xa9\x5c\xb3\x4f\x90\xef\xb0\x6e\x7f\x8f\x5c\x33\x5d\x8f\x4f\xd3\xde\x7d\xb8\x3f\x55\x79\xb8\xc3\x24\xfd\x3d\xe2\xbb\xd7\xa2\xf7\xf5\x34\xed\x24\xed\x5b\x33\x58\x77\xbf\x47\xf6\x29\x9e\xfc\x78\x7f\xc2\x66\xfb\xd2\xf4\xbe\xb8\x4c\xbb\x49\xfb\xbe\xd1\x93\xee\x33\xd9\xe7\xa7\xf4\x77\xd8\x72\xbf\xc7\x9d\x34\x8d\x65\xea\xfc\x3d\xf3\xd7\x4e\x7d\x2e\xaf\x35\xca\x77\x6c\xb2\xcf\xf6\x67\x79\x3d\x17\xfb\xd4\x3e\x7b\x96\xd7\x0c\x66\xd5\xad\x8a\xd7\x3d\xbb\xc7\xb9\xf3\x7d\x43\xf3\x3b\x3c\x96\xa3\x13\xa2\x5c\xeb\xe9\x3d\xff\x70\x5f\x2b\x96\xb9\x3f\xa7\xdb\x9d\x84\x36\x4f\x7d\xdb\xd3\xed\xce\x45\x9a\xe6\x70\x7a\x9f\x9d\xd8\x2f\xaa\xf0\xdb\x9f\xcb\x73\x47\xc0\xd8\x56\xbd\x07\x6f\x7f\xf7\x9b\xdf\x5d\x3c\xeb\xb9\xdd\xe7\xcd\xef\xee\x7d\xf6\xb8\xdd\x93\xa4\x2d\xd1\xdc\x0e\xd5\xee\x5f\x1d\x92\xb4\xb1\x6d\xdf\x9a\x8d\x0d\xf5\x0c\xb6\xf6\xdd\xef\x63\xdb\xd2\x34\x9c\x23\xc5\x80\x0f\xe8\xc6\xdf\x63\x92\xb6\x44\xbb\x4c\xc3\x7a\x0a\xb8\x74\x6c\xb5\x8a\x86\xea\x01\x5b\xfb\xf6\xe0\xd8\xea\x23\x5a\x23\x1e\xdd\xb7\xcf\xc6\xd6\x4c\xe3\x59\x51\xe6\xfc\xd8\x74\x56\xc6\xd6\x83\xb4\x14\x6d\x37\xed\x20\xc6\x9d\xfa\x94\x89\x69\x6c\x83\x63\x19\xea\x73\x84\x69\x3f\x6c\x3c\xad\xcb\xf0\xfc\x82\xed\x42\xed\xc2\xed\x78\xc6\xe4\x67\x18\x5b\xb8\x1d\x72\xd4\x36\xa1\xeb\x8c\x4d\x77\xf8\xd8\x78\x8e\xda\xd4\x37\xca\xd3\x34\x7e\x3f\x15\x83\xfb\x9f\xc5\xe1\xb1\x4d\x7f\xde\xc9\xa1\x4e\x7d\xa6\xe9\xa1\x4e\x7e\xc2\xa5\x69\xc8\x7c\x35\xb6\x79\x92\x36\x44\xbb\x45\x5b\xdc\x32\x4b\x7d\x2e\x2f\x37\x6b\xdc\x74\x6f\xa7\xfd\x0f\x0d\x4b\xa3\x6a\x26\x63\xdb\xdd\x27\xaf\x24\xd5\x99\x1f\xdb\xe1\xa5\xe1\x95\x24\x24\x8e\xb1\x1d\x5e\x9a\x83\x21\xa6\x55\x4b\x7a\x78\xcb\x9c\xbf\x3e\x35\x4e\x19\x9a\xc7\x86\x92\xde\x9b\x8a\xb2\x8f\xed\xf4\xba\xa0\x58\xf7\x26\xd3\xdd\xd8\x4e\xcf\x01\x20\x20\x5b\x6f\x7a\xdf\xe5\xad\x7d\xb1\x4f\x6f\xd1\xcb\x47\xe9\xe2\x1c\xba\xb6\xfd\x75\x98\xf6\x0b\x93\xd5\x38\x2f\xcf\x81\x2e\x06\x61\xf6\x8f\xed\xf6\x37\xba\xb9\x9e\xde\xa2\xb7\xdb\xa1\x0e\x8b\x8b\x6e\x0c\x98\x78\xbe\x47\xce\x2f\x34\x96\xc7\xeb\xf9\x80\xbd\x0a\x1b\x7b\x94\x4d\xb4\xb2\xfd\x68\xdf\xfb\x8a\x6c\x63\xa3\x90\x1d\xa8\x90\xf3\x28\xb2\x0c\x8c\x42\x76\xa0\xba\x04\xa3\x98\x1d\x14\x5e\x9d\x2a\x08\x3d\x4a\xd5\xba\x94\xc6\x7a\x49\x9f\x88\x36\x8a\x6c\x67\xa3\xb4\x20\x4d\x63\x91\x66\x39\x0a\xd9\x88\x0a\x00\x8f\xd2\x2e\xd3\x6e\xd2\x34\xce\xae\x3d\x58\x50\xd5\xc2\x40\xf9\xa3\x48\x73\x1e\x85\xec\x40\x79\x59\xa3\x98\x1d\x94\xe0\x38\xab\xc6\x12\x1e\x27\x59\x85\xdc\x9a\xa3\x98\x55\x94\x48\xd2\xbe\x7d\x5d\xd2\x63\x81\x77\xd4\x18\xe8\xa3\x4c\xf7\xc9\x33\xad\x10\x82\x51\x7c\xa6\x0b\xcf\xb4\x90\x62\x47\x99\xbb\x69\x07\x69\x29\x9a\xdf\xb7\x7e\xb5\xa9\xbe\x3d\x58\x96\xdf\xb7\xf8\x3e\xb1\xc9\xb2\x3c\x77\x5e\xc7\xaa\xbf\x33\xca\xee\xb1\xec\x60\x69\xf2\x16\x8e\xb2\xbb\xdd\xce\xef\x10\x6a\xe7\xf3\x8e\xe2\xfe\x65\x1b\xde\x83\x87\xc7\x79\xf0\x7d\xa9\xb1\x9c\xe2\x75\x28\xdb\xff\xd2\x34\x77\x9f\xcd\x72\xb1\xcf\xa9\x76\x97\xfb\xbc\xd8\xa7\xf7\xe0\xed\x76\x37\xfb\x14\x1f\x2c\xf7\x30\x8d\x7d\x7e\xa2\xdd\xa8\x52\x67\x46\xe5\xb5\x2a\xb7\xd4\xa8\x12\x41\x47\xa5\x08\xaa\x70\xe3\x51\x65\xd1\x1b\xa8\xf0\xfe\xd2\xbe\x7d\x56\xa5\x76\x0d\x54\x73\x7f\x69\x21\xda\x6d\x1a\xe6\xa0\x90\xe2\x51\x65\x82\x1e\xa8\xf2\x5e\x0c\x3f\x3c\x50\xd5\xfd\x7b\x4c\xd2\xbe\xf9\xd5\xe6\x76\x40\x88\xdf\x14\x22\x3b\x50\x9c\xfd\x7b\xe4\x58\xb4\xaf\xab\xaf\x6a\xd4\x50\xef\x0a\x89\x19\xa8\xa1\xfe\x3d\x06\x9b\x69\xc9\x64\x15\x18\x28\xa5\xfe\xd2\xb4\x64\x3e\x9a\xb5\x73\x7a\x3a\x0e\x75\xe8\x13\xd5\xc1\xe9\xe9\x38\x54\x1f\x5b\x54\x4f\x7f\x69\x5a\xb2\xe1\x61\x06\x97\x7a\xa8\xcf\x70\x9f\x3c\xb6\xe1\x39\x84\x3f\x1f\xb0\x59\x0c\x7a\x3b\xaa\xfc\x7d\xa3\x12\x77\x45\x09\xa7\xa3\x66\x98\xc6\xcf\x1e\xfa\xb4\xd3\xcb\x39\xb9\x2e\xda\xd6\xd5\x47\xb3\xd2\xc0\x2d\x54\xbc\x51\x97\xdb\x51\x52\x56\x98\xdd\xa8\xbb\x69\x3b\x3f\xed\xd4\x38\xf7\xd3\xb4\xeb\xbf\xff\x19\x32\x7a\x8c\xea\x9b\xb8\x1e\x5c\x96\xa5\xdd\x72\xb8\x4b\xde\xb6\x8a\x17\x18\x28\xb2\xfd\x3d\x62\x0a\xc2\x4e\x1a\x28\x97\xfd\x3d\x62\x0a\xe9\x1d\x7f\x79\x57\xf3\xd6\x14\x14\xc0\xa8\xb7\x97\xf3\xc6\x72\xa6\x77\xae\x4f\x5f\xa5\x72\x98\xde\xb9\x8f\x3f\xdf\xc3\x3e\x9b\xe6\xe7\xdb\xaf\x52\x50\x4e\x6f\xb3\xc7\x9f\x96\x82\xb2\xc2\xc1\x46\xb3\xa0\xdc\x36\xf6\xf9\x85\xd8\x8c\xb6\x2d\xd3\x4e\xd2\xbe\x3e\x51\x75\xfa\x7b\x64\xbb\xa1\x76\xb2\xd1\x8f\x56\xd8\x6e\xb8\xdd\x6d\x1a\xe7\xa7\xad\xd4\x64\xe8\x1b\xad\x0e\xd2\xd4\xa7\x5c\xc4\xa3\xf1\x46\x55\x40\xf0\x68\xbe\x51\x5b\xe5\xfb\x42\xef\x93\x7b\x7b\xc0\x34\x5b\x36\x65\x1c\x8d\xd6\x4e\xd3\xb8\x2e\xa9\x76\xdd\x7d\x76\xd2\x74\xf3\xa3\x94\xf2\xf7\xc8\xb1\x68\x0b\xa2\xea\xf1\xf7\xc8\x76\xda\x4b\x2d\xdd\x27\xe2\x10\x36\xa5\xd5\x8d\x26\xa5\x72\x34\x1a\x4b\xe6\xf6\x6f\xb6\xe1\xd1\xa6\x97\x66\x4e\x36\x4d\xd1\xbc\xdc\xbc\xe4\x94\x37\x37\x9a\xec\x2c\xa3\xd1\xce\xa2\x38\xf3\xd1\x96\x87\x4a\x97\x9b\x6c\xc3\xa3\x59\xe0\x45\x49\xe1\xb2\x29\x32\x7a\x34\xd9\x60\x46\xa3\xc0\x2b\x77\xc9\x68\x87\xc7\xc9\x0b\x50\x61\x8b\xa3\x59\xe0\x6d\xd4\x55\x15\x6b\x3c\x9a\x8f\x20\xea\x01\x97\x6d\x7a\xfb\x9e\x9e\x1f\xed\x33\x0a\x00\x1e\xcd\x97\x63\xbb\x1a\x69\x1a\xcb\xe5\xf7\x5d\x7c\x9f\x04\xd0\xf6\xb8\x4f\x0a\x8b\x8a\x71\x1a\x5d\x11\x16\xa3\x17\xce\x41\x17\x7c\xf7\xf6\xed\xdc\xbe\x82\xe1\x1c\x8e\xd9\x18\xbd\x71\x0e\xe2\x76\x5d\x8e\xcf\xd1\xa9\x03\xaa\x96\xfa\xe8\xd6\x01\x3b\xed\x25\x2a\x7c\x37\x50\x02\xf6\x7b\xe4\x38\xb5\x0d\xbb\x6f\x0f\x14\x7e\x1d\x02\x8c\x1e\xdd\x72\x5d\xa7\x5c\xa7\x22\xe0\x03\xa1\x0f\xbf\x47\xe0\x93\x6c\xaa\xca\x36\x50\x6c\xf5\x7b\xc4\xd4\x05\x3d\x35\xba\xe5\xba\x4e\xb9\x4e\x9e\xb0\xd1\xbd\x3d\x51\x22\xf5\xa5\x69\x98\xcb\xb4\x85\xad\xbb\xb4\x95\xba\x75\x2e\x44\x57\x0c\xab\x6a\x7d\xf9\x75\xb4\x88\x2c\xed\x32\xd4\x08\xfd\x1e\xf7\xff\xfe\x67\x28\x9b\x77\xa0\x3c\xe7\xf7\x88\x8f\x20\x7f\xcf\xe8\x87\x9b\x71\x73\x2a\x16\x74\x74\x6b\x47\xfd\xfc\x15\x24\xd1\x50\xcc\xe7\xfb\xcb\xe7\x87\x15\x43\xd4\xca\xfc\x1e\x39\x92\x8f\x63\x75\xcb\x5f\x9d\xfa\x8f\xd2\x17\x46\x97\x39\x64\xb0\x56\xe5\xa6\x08\xe9\xd1\xad\xff\xa0\x2e\xe5\x4b\x53\x9f\x8f\xb7\x0a\x61\xef\x05\xb2\x3d\x86\x4c\x87\x03\xe5\x1f\xcb\xa6\x28\xd1\x31\xb6\xdd\x34\x1c\x05\xe5\x76\x8c\x51\xdc\xae\xb0\x9d\xb6\xed\xb0\xa9\x64\xf0\x28\x28\x25\x63\x0c\x99\x15\xc7\x20\x97\x5f\x9f\xf9\x7a\x0c\xeb\x46\x28\xbc\x38\x14\x5d\x32\x86\xc5\x36\xd4\x58\x2c\x9b\x22\x0e\xc6\x90\x35\x72\x0c\x5e\x00\x0a\x39\x18\xc3\x62\xdb\x68\xbf\x76\x1a\xa6\xd5\x26\x16\x2e\x2c\x02\xb1\x1e\x43\x16\xc7\x81\x92\x82\x2f\x4d\xcb\xe2\x0b\x60\xbc\x62\x5a\x31\xc2\xdf\x40\x35\xc0\xef\xb1\x92\xd6\x45\x73\x9f\x83\xef\x13\x57\x1d\x96\xcd\x50\xee\xaf\x18\x72\x6f\x0c\xcb\x66\xa8\xfc\xf7\xd2\xb4\x64\xe1\x39\x00\xae\xdd\x48\x7b\x63\x84\xfb\xcc\x0e\x9a\xac\x4b\x23\xbd\x9e\x80\xb3\xb3\x06\x3e\x7c\x9a\x07\x4e\xb3\x71\xe0\xc6\x98\x6e\x06\xb1\xad\x6c\x3a\x0b\x28\xc9\xf7\x3d\x72\x59\xba\x3e\xc3\xf2\x14\x16\xa7\x20\xb1\x14\x61\x4b\xdf\x63\x92\xa6\xa5\xf6\x49\x1f\x8b\x4b\xa6\xd3\x30\xe4\x90\x1a\x63\xe7\x58\x74\x1a\xc6\xee\x65\xd9\xb9\x2c\xe1\x76\x5e\x96\x83\x4b\x1d\x5a\xce\xe3\x32\xed\x7e\x97\xc5\x87\xc1\xc6\x15\x94\xa5\x2b\x8e\xaf\x1e\xc3\x6c\x00\x05\xe5\x5e\x9a\xda\x59\x14\x1c\xe7\x2b\x79\xaa\xa0\xc2\x18\xa7\xbb\xbc\x38\x12\xf1\xe2\x61\xfb\xc9\xb8\x38\x03\xe9\x6f\xc3\x7c\x00\x15\xda\x46\xf7\xd1\xbb\x3d\x81\x9b\x1f\x61\x69\xe2\x8f\x17\x0c\x2c\xa2\x28\x9a\x76\x0c\x0b\x90\xac\xc1\xd6\x7d\x2a\x1f\xaf\xe5\x73\xb2\xd9\xf7\xed\xc2\xdc\x03\x95\xcd\x4a\x91\x13\x72\x84\xb9\x47\xa0\x30\x6c\x91\xe3\x68\x84\xa2\x91\x06\x0a\x8e\xbd\xb4\x25\xda\x32\x6d\x67\x76\xf1\xf7\x5d\xa3\xba\x5d\xad\xa4\xa9\x4f\xb3\x88\xa8\xcc\x4a\x96\x46\x18\xd5\x63\xa9\x1c\x8b\x8e\x57\x58\xd6\x43\x5d\xae\x97\xf6\x7d\x3c\xd4\xd9\xfa\x1e\xd9\x4e\x56\xb3\x50\xec\xc4\x88\xc1\x39\x68\xbf\xa3\x7a\xd5\xf7\xc8\xb1\xc8\xf2\x10\xc3\x63\x21\x1b\x28\x3a\x7b\x28\x52\xf5\x3d\x22\x7e\x4b\x70\x76\x23\x6c\x4c\x8d\xe0\x38\xc5\xe1\xc3\xf2\x63\xbc\xaa\xd6\x18\x5e\x96\x74\xb3\x64\x97\xb2\xdd\x86\x8d\xa5\x01\xc3\x4a\x91\xbf\x69\x84\x42\x18\x07\xea\x28\xbd\x2b\xad\xe5\x5c\xfe\x0c\x8b\x9f\x41\x86\x87\xb0\xec\x88\xea\x46\x2f\x4d\xd3\xf3\x71\x8e\x9d\xed\x24\xcf\x84\xb5\xb7\xd8\xb9\x95\xb4\x73\xc3\x37\x77\xec\x8c\x51\x5d\xff\x28\x02\xc7\xe1\xa1\x1e\x7c\xa5\x6c\xb7\x61\xbb\x0b\x6a\x08\xbd\x1b\x46\x4b\x63\x4e\x80\xfa\x41\x2f\x4d\x4b\x6a\x5b\x2a\x4a\x05\x95\xa2\xc8\xcf\x11\xb6\xa5\xb2\x2c\x90\x41\xaa\x06\xca\xfc\xfc\x1e\x79\xde\x6b\xd1\xb2\x59\x24\x0d\x88\xa4\x46\x94\x1e\x28\xef\xf3\x3d\x62\x37\x09\xf1\x6f\xc4\xe5\x39\x90\x4f\x54\xef\x6c\x6b\x8c\xa8\xaf\xf3\xd2\x34\x87\xdb\x3b\xed\xe6\xfc\x64\xf3\x0d\x33\x03\xd4\xd9\x79\x69\xda\x16\xd6\x26\x51\x53\xe7\xa5\xe9\xb4\x58\x9b\x0c\x72\x0a\xa1\xe6\x0d\x87\x71\x8c\x44\x4d\xc4\x52\x65\xb4\x40\xa1\x9a\xdf\x23\x62\x13\x4b\xd5\x0d\x90\x8a\x4e\x1c\xc9\xe8\x44\xe1\x49\x8d\x34\xa7\xc8\xc2\xef\xf7\xb9\x60\x47\xda\x25\x83\x32\x35\x2f\x4d\x7d\x9a\x8b\x24\xb9\x88\x40\xe7\x87\x43\x4a\x06\xca\xd9\xbc\x34\x8d\xb3\x7a\x9c\x44\x61\xd2\xb2\xa4\x4d\x47\x28\x5a\xf3\x36\xd3\xeb\x2c\x83\xa0\x80\x4d\x29\x42\x1f\x1c\x69\xe6\x83\x02\x35\x2f\x4d\x53\xe8\xda\x66\xd9\xf9\xd9\x75\x92\xd2\xb6\xa3\xec\xfc\xec\xba\x1e\xd2\x12\x7e\x92\xf9\x54\x99\x9f\xd3\x0a\x2a\xea\xcf\x94\x52\x75\xca\xd2\x72\x46\x52\xce\xa8\xba\x1f\xd2\x76\x9e\x4c\xce\x4f\xc7\x28\xd3\xf3\x4b\x06\x90\xea\x12\x48\x7b\x79\x92\xc2\x84\x3d\x71\x8e\xc2\x19\x09\xc5\xd6\x90\x4d\x23\xad\x1a\xe4\x64\x3b\x1d\xa3\x9c\x6e\xb7\xd8\x4e\xe2\x73\xda\x3e\x94\x8b\xed\x74\x54\x72\x79\xad\x61\xba\x2d\x4a\xfc\x1d\x69\xa1\x20\x0f\xf6\xe9\x6f\x6b\xe5\x20\xa1\x1c\x94\x26\xa1\x27\xad\x1c\xe4\xc9\x76\xde\xd6\xd6\x4e\x51\x54\xa5\x94\xe6\xad\x6b\xa9\x20\xe1\x2d\x2d\xaa\x09\x3a\xf2\xf2\x5a\x5f\xec\x53\xc2\x4b\x5e\x61\x1a\xc7\x22\x43\x48\xda\xad\x82\x9a\x2b\x2f\x4d\x73\xb0\x5a\x91\x30\xeb\x96\x26\x43\x48\x9a\x4d\xe4\xcd\x76\xf2\xe0\xa5\x65\x86\x24\x2b\xb0\xba\x88\xaa\x29\xdf\x63\x90\xa6\xb1\x98\x15\x24\x59\x41\xf3\x1e\xb4\x16\x8d\x08\xab\x97\xf6\x7d\x07\x14\x4a\xf9\x1e\xc1\x5a\x05\xbf\x3a\xa6\x82\x9b\x07\xca\x9d\xbc\xb4\x26\x9a\xfa\x9c\x84\x21\x6f\x12\x52\xa6\x55\x95\x59\x7e\x7d\x2e\xd1\xd2\x34\x9c\x4d\x61\xd0\x8f\xa9\xc8\x9e\x81\x5a\x25\xc5\x68\x54\x63\x5a\x55\x99\x95\xe8\x9b\xd2\x0f\xa6\x05\x91\x09\x7d\xa4\x28\xf2\x6c\x4c\x1b\xa4\x26\xa2\x23\x4a\xd7\x15\x30\x6d\x90\x9a\x8d\x7d\xea\x0a\x98\xb6\x12\xcc\x4e\x9a\xf6\xf5\xb4\x8d\x79\x92\x17\xa8\x24\xc6\x98\x16\x44\x26\x79\x81\x5d\x74\xa8\x18\xf2\x3d\x5e\xa4\xb9\x9d\xce\xc3\x84\x29\xa0\x74\x79\x91\xa7\xdd\x38\x33\x76\xd2\xb4\x2e\x16\x52\x26\x75\x0e\x55\xdf\x1f\xd3\xf6\x60\x54\xde\x28\x45\x05\xc1\x07\x4a\x6d\x7c\x8f\x1c\x8b\x78\xe4\xb4\x8b\x07\x15\x2b\x5e\x9a\xda\x4d\xaf\x27\x79\x81\xc0\x9a\xc6\x34\x2f\x98\x94\x44\x2c\x7a\x4f\x2b\x0f\xa8\xd7\xf0\xca\x60\x9a\x83\xad\x58\x93\xd2\xc6\xf0\x9e\x30\x9f\x98\x14\x27\x86\x0c\xc9\xd3\xc6\xe2\x79\x30\x85\xc4\xdf\xdd\xda\xc3\x3c\x37\xd2\xb4\x5f\x4e\x7f\x77\x8a\x13\x76\xc3\xa1\x10\xc3\xef\x91\x22\x83\xdd\x70\xd3\xbc\x60\x92\x17\xd8\x9d\x36\xcd\x0b\xe6\xc5\x39\xc8\xa0\x31\x7d\xde\x51\x25\xa1\x18\x74\x68\xcc\x47\xf7\x18\xea\x1b\x14\xc3\x09\x8d\x69\x33\xc2\x7c\xc0\xe7\x87\xf7\xc4\xe3\x73\x44\xb1\x60\x0c\xf7\xe9\xb1\x90\x17\x0c\xef\x17\xf3\x82\x49\x5e\x30\x24\xd4\x3a\xa2\x72\x2c\x94\x55\x2e\x43\x57\xf8\x52\x28\xfe\x58\x88\x9e\x2b\x02\x73\x1a\xcb\x7c\x02\x25\x0b\x5e\xda\xb7\xe7\x97\x15\x8f\x45\xc5\x43\x90\x4c\x63\x99\x17\x2c\xf2\x02\xbb\xda\x96\xc5\x89\x45\x71\x42\x95\x66\xc7\xb2\x38\x81\x92\x04\xc5\xf0\x43\x63\xf9\x4c\x2f\x9e\x69\x55\x67\x1d\xab\x79\x0e\x8d\x73\xd0\xfe\x5c\x76\x29\xad\xce\xef\x2e\x3e\xb8\x7c\xde\x17\xe5\x82\xf1\xaf\xd2\xf0\xb2\x61\x70\x75\x6e\x0b\x99\x43\x96\xc5\x86\x45\x7d\x46\x71\xfe\x63\x8d\xc3\xb4\x87\x34\x2d\x8d\x3d\xbe\x00\xfb\x7f\x69\x5a\x52\xb3\x8a\x85\xe0\x41\xe3\x22\x0d\xc7\xc8\x8f\x45\x91\xc2\xde\xbd\x65\x76\xf0\x03\xcf\xb7\x07\xcf\x41\xb1\x03\xb8\xf8\x2f\x4d\x4b\x6a\x76\x00\x48\xfa\x57\xd7\xd1\x1c\x6c\xf0\x5e\x64\x15\x42\xcc\x19\xcb\xac\x82\x69\x9d\xae\xb3\x37\x96\x95\x16\xc4\xc7\xbe\x34\xcd\x6f\x79\x0e\x54\x68\x94\x72\x37\x96\xbd\xc1\x8b\x2c\xc6\xae\xb8\x65\x85\x66\xed\x80\x22\xd6\xed\xb1\xec\xa9\x5a\xe4\x3e\x82\xd2\x1c\xcb\xca\xcc\xa2\x94\x22\x84\xb2\x01\xfc\xf9\xef\x91\x4b\xad\x13\xb8\x6c\x43\x5f\x07\xfb\x14\x57\x5e\xe6\x4c\xeb\xe4\xd4\x7d\x92\x4e\x9f\x08\xc4\x7b\xb9\x04\xcc\x58\x96\x60\xd6\xc9\x2d\x21\xa9\x61\x59\x61\x59\x54\x58\x94\x1e\x30\x96\x9d\xcf\x00\x78\x7f\x69\x1a\xcb\xed\x25\xbb\xb9\x64\x3e\x2d\x0e\xfe\x58\x08\xfe\x28\xe1\xd3\x62\xab\xc7\x22\xf7\x11\xae\xc2\x58\x0e\xf0\x58\x48\xe8\x29\xa9\xad\xbb\x9b\x8b\xec\x1b\x10\x9b\x75\xa9\xee\xb6\x5e\xec\xb4\x5e\x08\xd0\x7b\x00\x27\xfe\xf7\xf8\xab\x79\x22\x46\xbf\x5b\x5f\xd9\x11\x17\x52\x04\x6f\x33\x76\xeb\x2b\x3b\xf5\x15\x41\x74\x8c\xbd\xfc\xe9\x93\xc3\xd4\x8e\xdf\xed\xcf\xde\xa9\xaf\x08\xf0\x60\xec\x35\x4c\x9b\xa4\xa5\x68\x9e\x43\xe3\x38\x75\x1a\x80\x14\xff\x3d\x72\x2c\xda\xd5\xbb\x63\x46\x00\x10\x5f\x8c\x0c\x35\x76\x5b\x44\x80\xfd\xfe\xd2\xf4\x3e\x1b\x4d\x77\x1a\x4d\x95\xf2\x3e\x76\x1b\x4d\x77\x84\x9e\x15\x3b\xc9\x77\x87\x9e\xed\x54\x4a\x84\xf5\x37\x76\x73\x9e\x9d\x82\x88\x40\x4f\xc7\x6e\xce\x03\x90\xf6\xe2\xc2\xfb\x63\xb7\x61\x74\xa7\x61\x54\xf0\x80\x63\x8f\x3f\x7d\x9e\xa4\x69\xee\xca\x10\x1d\x3f\x58\x75\x81\x39\x8e\xdd\xca\x0c\x20\xd3\x5f\x9a\xfa\xb4\x05\x06\xf0\xe7\x2f\x4d\x7d\xda\x83\xb7\x93\xf3\x28\xec\x7c\xec\x8e\x35\x01\x08\x78\x29\x42\x5d\x18\xbb\x15\x96\x9d\x16\x4e\xa1\x37\x8d\xdd\x16\xce\x9d\x16\x4e\x01\xe2\x8e\x7d\xf7\x58\xc8\x26\x04\x84\x32\xf6\xc3\x6b\x4d\x65\x66\xfa\xbb\x5b\x99\x01\x9e\x76\x31\xe8\xce\xd8\xcd\x26\x76\x0a\x30\x76\xa7\xed\xb6\x87\xec\x88\x1f\x2b\xd3\x7b\xc2\xa6\xd1\x9d\xa6\xd1\xe9\xef\x6e\x7b\xc8\x4e\x45\x67\x4a\x7f\xdf\xed\x22\xd9\x2f\xb6\x53\x2c\xcd\x7e\xfd\x69\xf7\x90\xa6\x76\xb7\xcf\x1f\xc2\x49\x8b\x4a\x6c\x8c\xfd\xf6\xfe\xa4\xe0\x23\xc8\x9b\x01\xf4\xeb\xdf\xe3\xc3\xf9\x79\x2f\xd9\x1e\xb2\xc3\xbb\x5e\xa6\xf7\x8b\xed\x21\xc0\xbb\x2e\xc5\x2e\xba\xfd\xf9\xd3\x27\xc7\xa9\xfd\x72\xd8\xbb\x0e\x98\xeb\x52\xa6\x2e\xf8\xc3\xfc\xe5\xa0\xcd\x43\x45\x59\xc7\x61\xa5\xe4\xa8\x18\xa7\x30\x6a\xc6\x61\xa5\xe4\xa0\xe2\xa1\x44\xea\x71\x58\xf1\x00\x82\x74\x29\xca\x8a\x1e\x87\x05\x91\x83\x82\x88\x6a\xe0\x8d\xa3\x2d\xd3\xd8\x4e\xae\xd9\xc3\xee\xc9\x83\xd6\x51\x7b\xc6\x8e\xee\x39\x74\xb6\x13\x2f\x38\x94\x5d\x35\x0e\x9e\x69\xd5\xfd\x1f\x87\xd2\x0d\xc6\x41\x89\xc1\xbe\xaa\xc3\xca\x05\x10\x98\x4b\x51\x69\xfb\x71\x58\xb9\x00\xfa\x72\x31\x5e\xca\x38\x7c\x36\x0f\x4a\x13\x4b\x7b\xe2\xb0\x31\xe1\xa0\xd7\x42\xf0\x62\xe3\xb0\x99\xf3\xa0\x99\xd3\x3e\xae\x63\xf7\x38\x79\xfe\x94\x42\x3d\x0e\x5f\xe1\xc7\xce\x71\x4a\xf9\x3d\x0e\xaf\x19\x15\x08\x3b\xb2\x8e\xc3\xdf\x96\xe7\x6f\x89\x4f\x1c\xa7\xc7\x42\x43\x83\x30\xba\xc6\x61\x25\xe1\xe0\x19\x5b\xde\x2f\x3e\x63\x07\xae\xe9\x2a\xe4\xef\x01\xc8\xe4\xef\xf1\x24\x4d\xf3\xb3\x22\x00\x60\xe1\x52\x7d\x37\x1e\x8f\xfb\xc4\x95\x5a\x95\x26\x34\x4e\x7b\x04\x4e\xf8\x13\xab\xd2\x84\xc6\x69\x45\x1c\x50\xc0\xa5\x6e\xb2\x39\x9e\x8e\xfe\x38\x21\x44\xd7\x4d\x7c\xe9\xb4\x83\xef\x84\xf5\xbe\x6e\xe2\x3d\x80\xf8\xfd\x3d\xe2\x8e\x03\xc2\xc4\x3f\x09\xc3\xa7\x65\x73\x00\xff\x96\xba\x89\x35\x9d\x3e\x12\xc0\xf8\x7d\x69\x7a\xa5\xed\x72\x67\xe7\xd2\x68\xfb\x9e\x3d\x4c\x4b\xd2\x34\x0d\x0b\xdf\x27\x84\xef\x6a\xa7\xd4\x69\xe1\x1b\x78\xbc\x2f\x4d\x63\xf1\xf5\x08\xa8\xdd\x97\xa6\xe5\xb6\x33\x01\xb0\xbb\xc5\x95\xb5\xc6\x69\x97\xfd\x19\x5c\x36\x6d\xed\x33\xfd\xbe\x64\x9f\xd2\x9b\x4f\x1f\x97\x33\xf9\x79\xc5\xb6\x4e\x87\x62\x9e\x93\xf3\x93\xaf\xf5\x74\x08\xf5\xc9\x7a\x1a\x4a\x8c\x1c\xa7\x85\x6f\x20\xdf\x96\x5a\xa4\x5c\x9c\x76\x0e\x02\x04\xb7\x38\x93\x6d\x9c\xcb\x9f\xfe\xbd\x1e\x87\x23\x31\x4f\x47\x62\x9e\xa8\xd1\x58\xcb\xa6\xe9\xd9\x99\x70\xa2\xb0\x45\xb5\x7f\xe9\x74\xbc\xd7\x79\xb0\x9d\x24\xb4\xd3\x37\xe0\x89\x13\x58\x55\x10\x70\x9c\x56\xd3\x81\x82\xfb\xd2\x34\xbd\xd3\xdb\x05\xa6\xbe\x5a\xbc\xeb\x2d\x28\x9f\xb8\xe5\xaa\x92\x96\xc6\xe9\x18\x81\xf3\xe2\x38\x75\xe3\x9e\x97\x3f\xed\xcd\x71\xea\x56\x3d\x6d\xce\x3b\x6f\x8e\x45\x2a\xf5\x69\xef\x20\xd0\x73\x5f\xda\x14\xcd\x73\xbf\xf9\x19\x64\xf9\x3e\x7d\xe2\x81\xb2\xfb\xd2\xf4\x19\xac\xde\x9f\x0f\xe7\xe7\x2d\x68\x15\x1e\x49\x75\xa5\x16\xdd\xaa\x4e\xaa\x1b\xd7\xc6\xb9\x4b\xa5\xbe\xcc\x29\xae\x97\x53\x8c\x21\x7f\xea\xe5\x60\xd2\x0b\x6e\xc5\x6a\xff\xd2\x65\xed\xfe\xda\x38\x3d\x31\xe5\xcb\xc1\xa4\x17\x19\x8c\xfd\x4b\x97\xe3\x73\x90\xb2\xf7\xd2\xa6\x68\xa7\x69\x17\xab\x79\x6a\x0a\xc5\x7d\x56\xf6\x29\xa6\x7c\x59\xc0\xbe\xc8\x98\x54\x60\x65\x5c\xce\xed\xb8\xc8\x5d\x54\x12\x74\x5c\xe6\x2e\x17\xaa\x2f\x54\x3b\x97\x2e\x6b\xfe\x17\xb4\xfb\x6a\x27\xd1\x65\xab\xff\x05\x4b\x5f\xb5\xb3\xe7\xf2\x85\x7b\xe1\xc2\xad\x2a\x56\x32\x2e\x47\x25\x5c\x23\x49\xd3\xdc\x6d\x05\xbc\x10\x31\x5a\x55\xed\x69\x5c\x76\x47\x5e\xb8\x8c\xab\x9d\x3d\x97\x2f\xe3\x0b\xee\x48\x57\x86\x1f\x97\xbd\x05\x57\x72\xee\xd2\x45\x2f\x47\x1e\x5c\x50\xdf\xab\x72\x96\xc6\x35\xff\xd0\x38\x77\x71\xb3\xcb\xfe\xc8\x6b\x91\xe6\x6d\x66\x15\xfd\x5a\x5c\x4f\x71\xac\xcb\x11\x41\xd7\xe2\xba\xe8\xc2\xbd\x76\xaf\xcb\xce\x3e\xc5\xcd\x2e\x0b\xd8\xd7\xf1\xa3\x69\xee\x76\x0e\x02\x29\xb7\xd4\xe6\x6f\x64\x07\xe0\x45\x56\xe0\x5c\xa0\xcb\x31\x69\x17\x59\x81\xaa\x42\x8d\xcb\x3a\x33\xc0\x72\x4b\x6d\xba\x1c\x2f\x27\x45\x5c\x64\x05\x4d\x6c\xe2\xba\x9b\x69\x1c\x8b\x2c\xbc\x97\x85\xda\xeb\xbe\x48\xd3\x5a\xdb\x7a\x7f\xc1\x7a\x5f\x85\xc2\x3d\x2e\xbb\xfc\x2f\x58\xec\xaa\x73\x88\x6e\x87\x7e\xde\x50\x8c\xab\x3d\x17\xb7\x05\xd7\x1b\x01\x43\xb5\x89\x85\xdc\xbe\xfc\x6f\x9e\x4d\x7b\x2e\x6e\x5f\xfe\xc0\xb5\x7d\x69\xdf\xf7\xbb\x7d\xf9\xdf\x95\xeb\x22\xc1\xfc\xf6\x19\x23\xda\x55\x6d\xb2\xbc\xdd\xf6\xba\x01\x66\xb6\x54\x15\xab\x18\xb7\x85\xda\xbb\xb1\x4f\x09\x6f\x77\x3b\x4c\x83\x2b\x5d\x72\xc8\xdd\x3c\x4c\xc8\xc2\xb5\xc9\x3c\x71\xfb\xe2\xbf\x3b\x97\x45\xec\xe5\xf6\xd1\xbc\x07\xa7\x2e\x63\xf3\xed\xe3\x77\xf3\xf8\xd9\x01\x71\x8f\xd3\xb4\x8b\x34\xb5\x0b\x4f\x2f\x7e\xed\xb4\x64\x3e\x9a\x40\x5b\x2d\x55\x55\x30\xc6\x6d\x97\x3f\x32\x6d\x4b\xb5\x23\xe1\xf6\x11\x03\x9a\xcf\x4b\xd3\xfc\x1c\xdd\x73\x43\x4e\xae\xce\x3b\xba\x7d\x8c\x6e\x16\x43\x76\xfe\x90\x61\x7a\xc6\xbd\x73\x9c\x62\x21\xb7\x6f\x62\x40\xf1\x14\x57\x9d\x19\xb7\x65\xe1\xfb\xe0\xdc\xb5\x3d\x6f\xeb\xa2\x37\xf4\xcd\xea\x1c\x21\x43\xea\x0c\xa6\xe5\x1a\xfa\x67\xdc\x96\x77\xef\x6b\x90\xa6\x3e\x1d\x6f\x73\xf3\xf8\xd9\x01\x71\x3b\x24\x14\x38\xa2\xc5\x10\x3e\xe3\xb6\xbe\xc9\x74\xde\x6a\xe7\x84\xd3\x79\x07\xd0\x3b\x4b\xed\xde\x66\x3e\x62\xc0\xe1\x2c\xb5\x8b\x2d\xdd\x36\x98\x03\x82\xf3\xa5\x7d\x73\x78\x6c\xb2\x7a\x36\xbe\x4f\xc1\x8f\x8f\xf3\x95\x08\x9c\x59\xfb\xfa\x47\x59\xf8\xb1\x69\xea\xe1\xed\x68\xbf\x86\x33\x81\xc7\x03\xd3\x54\x75\xea\xd1\x63\xd3\xd4\xc3\x93\x3b\x64\xbe\x78\xac\x72\x22\x29\xf8\xa5\xa9\x4f\xfb\xb3\x00\x6f\x59\xea\x90\xb9\xeb\xb1\xf9\xe9\xe1\x31\x1b\x52\x2f\x1e\xab\x9c\xcc\x12\x36\x50\xcd\x78\xba\xe7\xc0\x23\x68\x7f\xc8\x63\x39\x19\xf0\x91\xa5\xda\xe7\xf1\xf8\x96\x03\x74\xe4\x4b\x53\x3b\xab\xa3\x0f\x6f\x40\xfb\x3c\x9e\xf8\xd3\x8e\xe3\x94\x70\xfa\xd8\x27\xfe\xa0\x0a\x7d\xb5\x5f\xe3\xb1\xdf\xfb\x07\x04\x69\xdf\xc5\x63\x75\xf4\x99\x3f\x9a\xda\xd9\x54\x04\x00\xc7\x97\xa6\xb9\xfb\x06\x04\x38\x63\xa9\x96\xa6\x90\x1a\xfc\x3d\x26\x69\xea\xd3\xa6\xa2\x67\xe7\xba\x4c\xb7\xd3\x31\x63\x06\x71\x1d\xf2\xef\x3e\x3e\x9e\xc0\x5d\x2c\x75\x78\x8b\x3a\x65\xe9\x39\x2b\x69\x6a\x67\x8b\xf2\xc3\xa3\x2b\xc0\xc2\xf1\xd8\x54\x84\x64\xe2\x52\x55\xb6\x61\x3c\x16\x94\x1f\x1e\x5d\x95\x40\x18\x8f\x05\xe5\x87\x6a\x6c\x88\x15\x3e\xb6\x36\x3f\x30\x15\x55\x55\x3e\x18\x8f\x85\xe8\x87\x42\xb4\xd3\x92\x1e\xfb\xc8\x9e\x3b\x48\xd3\xfb\xee\x69\xda\x22\x4d\xeb\xe9\x30\x5c\x00\x78\xbd\x34\xcd\xcf\x66\xa4\x87\x2a\xb5\xaa\x1a\x8c\xc7\x66\x24\x66\x33\x57\x15\x2c\x18\xcf\xe3\x7d\x4d\xe1\x5b\xb5\x06\x62\x13\x3b\x88\x6d\x8b\xff\xfe\x67\xc8\x4a\x1d\x4e\x66\x8e\x6d\xe3\x30\xbf\xa3\x12\x9b\x32\xb2\x62\xa3\x10\x2d\x5f\x48\x18\x29\x2c\x7e\x48\x61\xc2\xfd\x8f\xad\xb8\x4f\xb8\xc8\xaa\xd2\x99\x62\xd3\x25\x1e\x5b\xe1\x52\x7f\xd6\xa0\x70\x12\x74\x30\x09\xba\xca\x4f\x12\x9b\x00\x03\x62\x83\x4b\xbc\xc6\x77\xfc\x62\x6b\x1e\x4b\xfb\xb5\xd3\xfc\xc4\x42\x62\xe3\x25\xae\x94\xa5\xd8\xc4\x42\x62\x6b\xec\x73\xa8\x9d\x02\xe7\x03\xb9\xd2\xa5\xca\xe1\x11\x5b\xf7\x1c\x28\x44\xab\x76\x5c\x6c\xa3\x89\x46\x15\x5d\x35\x27\xc2\xc9\xd3\xb1\x51\x45\x57\xad\xe4\xd8\x86\xd7\x9a\xac\x47\xe9\x4c\xb1\x0d\xbf\x2f\xb8\xd6\xa9\xf7\x85\x3f\x6d\x70\x0b\x4e\xcd\x4f\x00\x05\xb1\xc1\x77\x56\x55\xa0\x24\xb6\xf4\xfc\x92\x47\x65\x6a\xee\xb2\x60\xc7\x96\xaf\x3a\x2d\x47\x42\x6c\xd3\x4b\x3d\xd9\xe5\xd2\xf4\xa6\x87\x32\x39\xbd\xa5\x4f\xa4\x24\xcb\xd8\xa8\xf5\x0b\xb9\x38\x9c\x38\x1d\x1b\x0c\xdf\xae\xd9\x19\xdb\xf2\x56\x82\xe1\xbb\x2a\x7d\x2a\x0c\xcf\x16\x1b\xdc\x6a\x55\xe9\x53\xb1\xed\x9e\x1e\xe2\x04\x8d\x7b\x1e\x9b\xdc\x6a\xb1\x51\xd8\x50\x6a\x55\x6c\x87\x69\x07\x69\x55\xcb\x79\x78\xbb\x50\x9e\x57\x6a\x55\x6c\xa7\xc7\x79\x72\x9c\x4d\xed\x4e\x6f\x5d\x0a\x1b\x4a\xbb\x0a\x27\x47\x07\x93\xa3\xab\x52\xab\x62\xbb\xbc\x5d\xe0\xb9\xaf\x72\xb0\xc4\x76\xbb\xdd\xcd\xf9\x75\xad\xe7\xe3\xb1\xc0\xcf\x55\x73\x68\x9c\x8f\xc7\x42\x35\x5c\x35\xa0\xa2\x48\xd5\x8e\x42\x7d\x5a\xa9\x55\x51\xe4\xe8\x8a\x42\x56\xa0\xf4\xa9\x28\x66\x05\xa5\x70\x0e\x3a\x0e\x4e\x80\x0e\xe4\x3b\x97\x2a\xe7\x4b\x14\x39\xb3\x82\x09\xd0\x55\x35\xb7\xa2\x48\x62\x08\xe4\x42\x97\xaa\x82\x5f\x61\x18\xbd\x28\x94\xf5\x05\x19\x17\xc5\x6c\xa2\x50\x9f\x4e\x6d\xf9\x22\x7d\x3a\x98\x1c\x5d\x55\x16\x2d\x9c\x1c\x1d\xc8\x85\x7e\x69\x6a\xd7\x3d\x3f\x5a\xeb\x54\xac\x2c\x8a\xc2\x7b\x83\xc9\xd1\x55\x35\xb8\xa2\x0c\xaf\x27\x59\x81\xe0\xac\xa3\x98\x15\x14\xea\xda\xca\x9d\x8a\x62\x56\x50\xc8\x0a\x54\x4c\x23\x0c\x39\x16\x4c\xaa\xae\x53\xfb\xb3\x98\x15\x14\xb2\x02\xe5\x55\x45\x09\xaf\x0b\xd2\xca\xaa\xf2\xaa\xa2\x98\x4d\x14\xb2\x09\x39\x82\xa2\x98\x15\x94\xc9\xf7\x89\xcd\x3b\xe1\x3a\x0a\x15\x81\xd9\x4d\xf3\xfb\x26\xdf\x37\xd4\xe7\xf2\x38\x79\xa6\xe5\xd0\x89\xb2\x3c\x77\xea\xe8\xc2\x0d\x8b\x22\x1d\x3d\xca\xde\x48\xd3\x5a\xef\xee\x93\x3a\xba\xea\x22\x44\xd9\xfd\x8d\x0e\xce\x41\x2c\xb9\x1c\x9e\xc3\x31\x48\x1b\xff\x24\x0c\x87\xf3\xb1\xa3\x50\xf7\x98\xde\xbe\x87\x5f\x79\xf2\x95\x53\x4b\x73\xfa\x95\x27\x87\x3a\xf5\xe9\x4f\x1f\x09\xb2\x0a\xf9\x7b\xa2\x5c\x9e\xe2\xc5\xf7\x79\x8b\xde\xde\x16\x70\x97\xd7\xb5\x69\x49\xa5\x7b\x44\x21\xab\x58\xba\xfd\x8b\xdc\xe5\x51\x10\xec\x5f\x95\x93\x15\xe5\xf1\x38\x29\x88\xa8\x6e\x7e\x54\xf9\xa5\x82\x79\xdc\x55\x79\x57\x51\xa5\x08\x44\xe5\xb1\x96\x2f\x28\xaa\x8f\x2e\xf0\x2a\x5f\xda\xc7\x2a\xaa\x8f\x67\xe5\xf1\x54\x96\x54\x54\x1f\xcf\x4a\x53\x98\x80\xf3\xa3\xfa\xa6\x66\xf2\x74\x5d\xba\xe1\x9d\x3c\x1d\x48\x9e\x0e\x05\x57\x44\xf5\xc9\xad\x3c\xb9\x72\x2f\x45\x1d\x1e\x0a\x4f\xa7\xdc\x4b\x51\xa5\x8a\x07\x73\xa7\xeb\xd2\x2e\xac\xc3\x53\x0f\x7e\x86\xcf\x7a\x11\x46\x22\x0e\x22\x11\xd7\xf5\x59\xa6\xa2\xfa\x04\x56\x9e\x40\x55\xb7\x89\xea\x8b\xba\xe6\xaf\x9d\xe6\x20\x94\xa1\xa8\xb4\xcf\x0b\xd7\x37\xaa\x82\x63\xa2\x26\x6e\xdc\x25\x0e\x5a\xa7\xdf\x47\xf5\x5e\x6e\xa9\xa8\xbe\xc5\x2b\x6f\x71\xb9\xa5\xa2\x2a\x70\x26\xea\xe2\x9a\x2d\xf5\xb9\x3c\xf7\xc5\xcf\xbe\x34\x16\x05\xb9\x04\x73\xae\x9b\xc0\x48\xa3\xfa\x36\xae\xb8\x8d\x9b\xc0\x48\xa3\x0a\x0e\x21\x98\x74\xdd\x94\x90\x1d\x55\x88\x86\x81\xfc\xeb\xd2\x94\x5f\x15\xf5\xf0\xfb\x10\xe5\xd2\x84\x6f\x1e\x55\x2e\xb2\xa8\x38\x9a\x6d\x2b\x1a\xe7\xe5\xf7\x41\x85\x6f\x9b\xb7\xb5\x8f\x18\x93\xae\x9b\x72\xa8\xa2\xde\x5e\x6b\x44\x9d\x34\xe5\x50\x45\x7d\xbc\x05\x9f\x1f\xed\xeb\xb3\x29\x8e\x35\x1a\xe2\xd3\x9a\x12\xa5\xa2\xf9\xc6\x6d\xdb\x45\x5a\x17\x4d\x7b\xb7\x15\xae\x8b\x04\xde\x26\x0b\x5a\x34\xb8\x85\xdb\x87\x9d\xfe\xfe\x21\x4d\x5b\xa4\xa9\x4f\x85\x88\x04\x72\xa5\x5f\x9a\xfa\xf4\xad\xda\x2a\xd7\x45\x92\x41\xb3\xf0\xdd\x1a\xd7\x45\x7b\xbe\x35\xcf\xaf\xf1\x3b\x48\x6a\x68\xb2\xa0\x05\xf2\xa8\x4b\x53\xa6\x54\xb4\xe6\xf9\x75\xf6\xa9\xf3\xd0\xba\xe7\xd0\xd9\xa7\xf6\x7c\x93\x05\x3b\xda\xe0\x9e\x98\x1a\xa7\x6f\xdc\x36\xb8\x9e\x53\xdf\xc1\x67\xb3\x05\xbf\x83\x24\x83\x16\x1e\x4b\x72\xad\x25\xb9\xb6\xf4\xfc\x70\x36\x9b\xd0\xf2\xa2\xf9\xe6\x6c\x08\x03\x69\x42\x57\x8c\x96\x5e\x4f\xe8\xf6\x4d\x90\xfa\xd1\x7c\xfe\x1a\xac\xdb\x4d\x58\xeb\xd1\x96\xdf\xb7\xf8\xbe\xa2\x76\x6b\x99\xc6\x3e\xc5\xae\x8d\x2c\x1f\x00\x02\x2d\x4d\x09\x4a\xd1\x0e\xbf\xef\xe0\xfb\x74\xc3\xb7\xd3\xed\xe0\xcc\x6a\xc5\xfb\xd3\x12\x6f\x3b\x89\xb9\xee\xfd\x79\x7a\xef\x9e\x27\x69\x1a\xe7\xe5\x39\x5c\x9c\x83\xf7\xe7\xe5\x3e\x2f\xae\x99\x58\x79\xbb\xbc\x5f\x70\xfd\x35\x25\x36\x45\xf3\x15\xd7\x6e\x8e\xc5\xfb\xf3\x76\xbb\x9b\x63\xf1\x1e\xbc\xfd\x6d\x71\xfd\xb5\x22\xa9\xa1\x3d\x5e\xcf\x87\xed\xb4\x07\xbb\xcf\x6d\x47\xfc\x79\x53\xf6\x52\xf4\x2d\x4c\x03\x3f\x2b\xda\x83\x5d\xa0\x07\xd1\x0b\xbf\x83\xae\xfe\xae\x74\xd8\x00\x74\xff\x4b\x53\x9f\xf2\x4a\x05\xb3\xc6\x9b\x3c\x4f\xd1\xad\x34\x33\x6b\xbc\x15\x89\x05\x5d\xa0\x07\xd1\x71\xdd\x36\x79\x9e\xa2\x2b\x4d\x25\x3a\x24\xe5\xa6\x9a\x14\xd1\x9b\xdb\x35\xb6\xd3\x1e\xec\x3e\xb7\x9d\xe7\xb6\x4a\xaa\xed\xdd\x63\xe9\xec\x53\xbc\xb5\x77\xb7\xc3\x7d\xdb\x94\x9e\x14\xdd\xf7\x6d\xc7\x7d\xdb\xe4\x79\x8a\xee\xfb\xb6\x23\x11\xae\x55\x49\xa7\x06\xdd\x8f\xce\x73\x2b\xaf\x54\x74\xa1\xfa\x45\x0f\x8e\xf3\xf3\x78\x44\x4f\xb7\xc3\x7d\xdb\x84\xb2\x17\x06\xab\x8e\xce\x33\x2d\x8f\x55\x74\x9f\x69\x64\xb3\x57\x81\x1a\x44\xf7\x91\xee\x10\x94\x5b\xd5\xd6\xed\xd3\x53\x58\x9c\xba\xb6\xa7\x33\xd8\x83\x19\xec\x4d\x69\x3f\xe1\x0c\xf6\xe8\x00\xab\x6c\x55\x2c\xb2\xef\x9e\xc2\xce\x29\x48\x2c\xe8\xbe\x6e\xfb\xfe\xeb\x53\xe3\x3c\xfc\xbe\xf7\x6a\x1c\x4d\x37\x40\x3f\x3d\xbb\x93\x5f\x7d\x95\x7f\x93\x85\xbb\x65\xd3\x7e\xf1\x43\x2c\x2d\xa8\x0f\x6e\xe7\xc1\x6d\xde\x84\xb7\x47\xc3\x8b\x53\xc9\x3d\xd1\x65\x17\x8f\x8e\x24\xd5\xa6\xe4\x9e\xe8\x8f\xdf\x07\xb7\x54\x93\x6b\x2d\xba\x2f\x5c\xe6\xb1\xb7\x26\xd5\x6a\x58\x6e\x65\x1e\x7b\x53\xe2\x4f\x0c\x5b\xc2\x06\x60\xfd\x5a\xd3\xe5\xef\x1c\xf7\x60\x8e\x7b\x6b\xba\xfc\x87\xd5\xdf\x01\x4b\x58\x6b\x62\xae\xc3\xd6\xae\x51\x7f\xb4\xef\x4b\x0c\x5f\xb8\x4c\x48\x6f\x72\xc9\xc5\xf0\xa5\x3a\x78\x38\xe5\x76\x8b\xa1\x64\xb0\x18\x8d\xeb\xa9\x4f\x38\xac\xaa\x0e\x04\x9d\x34\xa1\xe0\xc7\xe8\x7e\x1f\xd4\xd8\xa6\x84\xa1\x18\xdd\xf3\xeb\xfc\x0e\xa1\xb1\xc8\x2f\x15\x4c\x64\x6f\x2d\xb4\x2e\x56\x71\x07\x2f\xdc\x26\x06\xea\x64\xf5\x18\xc1\xb9\x8b\x81\x0e\x5f\xb8\x03\xc2\x70\x13\xe4\x5f\x8c\xf0\x77\x80\xcf\xaa\x09\xee\x37\x46\x78\x2c\x30\xa6\x37\xb9\xe4\xc2\x19\xe9\x31\x78\x02\x85\xe9\x17\x63\xfa\x7d\xbc\x54\x55\x37\x20\x86\xfc\x59\x31\x90\x44\xd6\x84\xbd\x1f\x63\xfa\x7d\x30\xb4\x37\xf9\xd6\x62\x2c\xd3\x20\xf0\xb6\xae\xfd\x39\x76\xaf\x0b\x54\xd5\xa6\x04\x9e\x18\xbe\x8c\x07\x2f\xdc\xee\x3d\x78\xf8\x3b\xc0\x60\xde\xba\x18\xe1\x38\xbc\x97\x10\x5b\xd9\xba\x84\xcc\xe1\xcb\x18\x59\xe6\x2f\x4d\xe3\xbc\xbc\x27\xe0\x4e\x6e\xdd\x7b\xd0\x97\xf1\xe0\x65\xdc\x65\x7e\x1a\x97\xd7\xe5\xe2\xdc\x75\xc1\x8f\xdb\xed\xe0\x4e\x6e\x2a\x0b\x15\xc3\xc2\xf0\xe0\x99\xee\x52\xef\xc7\xed\x39\x3c\xdb\x7f\xff\x13\xca\x79\x0a\xe7\x96\xc7\x78\x38\x14\xe9\x63\x4e\x2e\x8f\xc1\x23\xdd\xbd\x75\xe5\x06\x0b\x20\x8d\xbf\xb4\x6f\x28\xa1\x08\x91\x60\xe2\x79\x53\xa5\x8e\x08\x1f\xf7\xd8\xd8\xa7\xf4\x31\x27\x9e\x47\xf0\x9e\xee\x62\xae\x61\x8b\x56\xc0\xb8\xdd\xba\xb6\x67\x28\xec\x32\x02\xb9\x60\x4d\x25\xdd\x23\x6c\xd1\x8a\xca\x25\x93\x5e\x15\x2a\x2b\x13\x51\xd9\x4e\xf7\x7b\x28\xfe\x2c\x82\xac\xa0\x8b\xb5\x86\xef\xe9\x68\x5c\x6a\xc9\xa6\x61\x19\x3a\x90\x1b\xd2\x86\x4c\x02\x61\x95\x39\x60\xdc\x6e\x43\x6c\xd7\x08\xec\x11\x3c\xee\x82\x02\x8c\x18\x5e\x97\x51\x48\xd3\x1c\x94\x33\x1a\x81\xf0\xec\xa6\xdc\xa5\x08\x5b\xb4\x02\x16\xad\xa6\xdc\xa5\x30\xaa\x7b\x04\xf2\x49\x9b\x72\x97\x22\xc2\xeb\x02\xab\x55\x13\x84\x60\x84\x75\xe6\x48\xb6\x93\x99\x21\x7c\x4f\x07\x65\x6f\xe5\x35\x85\x93\xe0\x03\x49\xef\x2f\x4d\x6b\x96\x5e\x33\xb2\x10\xf9\xff\x22\x2c\x97\x07\x59\xc8\x90\x4c\x1b\xb6\x6e\x33\x0b\xde\xc5\x21\x22\xcc\x42\x82\x97\xbf\x7c\x83\x11\xcb\x73\xa7\x3c\xaf\x9c\xa7\x88\xe5\x39\x2c\xae\x99\xf4\xb1\xb0\x25\x2c\x76\x8e\xd3\x7b\x5e\xf5\xa5\x22\x76\x8e\x33\x34\x77\xeb\xda\x41\x5d\x7b\x78\xcf\x2b\x1c\x35\x98\x3d\xdf\x94\xd7\x14\x61\x0b\x5a\x1c\x5c\xeb\xd4\x5e\xb2\xfe\x10\xd4\xb5\x87\xec\x0c\x61\x76\x86\x4c\xf9\x97\xa6\xf9\xd9\x44\x16\xd4\x2d\x54\x82\x3e\xc2\xfa\x43\x90\x2d\x09\x5e\x30\xc2\x3a\x02\xb2\xda\x4b\x0b\xef\x5d\x8b\x1a\x71\x9d\x2f\x7b\x91\xba\x12\x97\x97\x8c\xdc\x4c\x2e\xbe\x88\xdb\x5b\x09\x16\xb2\x26\x17\x5f\x84\x25\x94\xa0\x6a\xa1\xa2\xe3\x11\xe6\x74\x41\x4e\x27\x37\x5e\x84\xa5\x17\x66\xce\x37\xb9\xf1\x22\x2c\xbd\x04\xa5\x17\xe5\x26\x45\x3c\xee\x93\xe6\x02\x15\xd8\x8b\xb4\xf4\xc2\xec\xf8\xa6\xbc\xa5\x48\xb3\xba\x84\xc7\xbf\xd9\x57\xe7\xcc\xf9\xc8\x8d\x63\xd1\x71\x48\xab\x24\x89\x80\x9b\xa6\xbc\xa5\x48\xab\x1d\x49\xb5\x43\x10\x82\xe1\xec\xf8\x48\xaa\x1d\xf6\xb9\xa5\x59\x56\x92\x65\x85\x58\x79\xda\x1f\x97\x54\x2d\x94\x64\x14\x69\xd5\x22\xa9\x5a\x84\xb6\x75\x36\xcf\xa1\x71\x0e\x92\x42\xd2\xec\x2c\x3b\xc7\x22\x29\x24\x2d\xd9\x24\x25\x1b\x25\x20\x45\x0e\xb7\x1b\x6c\xa7\x6d\x9d\x82\xe1\x89\x1c\xbf\x76\xff\x06\x2e\x1c\xce\x90\x8f\x44\xaa\x5b\xb3\x4b\x2e\xc3\xd3\x0f\x7e\x26\xdd\x02\x19\x9e\x3e\x35\x16\xbb\xe4\x9c\x21\x1f\xa8\x53\x51\x9a\x6a\xc0\x46\x4e\xbf\x6f\x72\xb9\x75\x0b\xa4\xb9\x56\x92\x6b\xd9\xb7\x96\xb6\xd1\x27\x85\x9b\xd4\x0d\x91\xcb\xdb\x02\x51\x04\x2d\x37\xf5\xa9\x74\xb6\x48\x72\x9f\xd4\x2d\x90\x16\x6e\x92\x96\x06\xfb\x0e\x9d\x05\x1f\x49\x01\x26\xbd\xb5\x4f\x8f\x13\x00\xc2\xcd\x3e\xb2\xb4\x72\xc1\x6c\xf6\xa6\xaa\x9d\x91\x16\x44\x92\x82\x88\x0a\xd1\x46\xde\x5e\x6b\x1e\x5d\x41\x0c\x46\xfa\xe8\x26\x8f\xae\xfd\x60\xe9\xa3\x9b\x54\x3c\xd2\x5b\xd4\x47\x97\x19\xeb\x4d\xd5\xec\x63\xfa\x78\x32\x2b\xbd\xa5\xb6\xda\x54\xc2\x57\x4c\x5a\xe5\x94\x4c\x14\xd3\xc7\x8c\x19\xe4\x4d\xc9\x44\x31\xad\x40\xcc\xca\x35\xd3\x7e\x71\x76\x79\x4c\x56\xbd\x53\x32\x51\x38\x83\x3c\x26\xad\x72\xf6\x67\x39\x83\x3c\x90\x41\x1e\xd5\x53\x68\x1e\x26\x6c\xf0\x6d\x7e\x79\x00\x31\xdb\x6e\xda\x41\x9a\xba\xb4\x71\x0d\x39\xe1\xa5\xd9\xd5\x35\xad\xa4\x23\x49\x3c\x6a\x98\xa4\x1d\x38\x79\x87\xdb\x63\x35\xbd\xe3\x27\x22\x40\x9b\x3d\x4f\x53\xb8\x0f\x31\x11\x66\xd6\x94\x66\x14\x73\xf9\x75\x48\xc7\x68\x4a\x25\x0a\xe7\x7a\xc7\x5c\x9c\x9e\xd4\xa3\x69\xfb\xd9\xe4\x7d\x2b\xd4\xbe\x70\x1e\x78\x4c\xee\xf8\xe9\x39\xf8\xbe\x9d\xf0\x34\x37\x15\x57\x8e\xe9\xfb\x76\xee\xec\x53\xf2\xe7\xf4\x49\x61\x8e\x78\x53\x2a\x51\x4c\xdb\xaf\x91\x12\xfe\xd2\xbe\xdd\x39\xed\x3e\x9a\xb4\xbb\x09\xb5\x2f\xe6\xe9\xdd\x42\x51\xdf\x2e\xa2\x69\x51\x7f\xc2\xd3\xdc\x96\xd4\x70\xe7\x81\xc7\xa4\xdd\x7b\xf9\xb3\xfb\x72\x9c\x70\x2d\x35\x55\xb9\x8c\x69\xbb\xdb\x44\xfc\x4b\x53\x9a\x51\xcc\xdb\xdf\x0f\x51\xa5\x4d\x55\xaf\x63\x5a\xd6\x47\xba\xf8\x4b\x53\xbb\xc7\x73\x87\xf7\xba\xa9\x16\x75\x4c\xa5\x94\x04\xf3\xc0\xdb\x52\x8c\xcb\xb2\xf7\x7a\xf1\xf4\x2d\x5d\x8e\xcb\x36\xb9\x45\x9b\x9c\x5d\x52\x4b\xf0\xc1\xc1\x9c\xed\xa6\xf4\xa4\x58\x8a\xea\x0e\xa4\x6f\x87\x82\x82\x63\x59\x9c\x5f\x08\xf8\x6e\x4b\x8c\x67\x09\xda\x21\x16\xc5\xf9\x25\x0d\x68\xd9\xec\xb6\x2a\xa7\xa0\x3b\x6e\x35\xf7\xc9\x7b\x73\xe9\x8e\x73\x1a\x78\x2c\x9a\xd2\x85\xc0\x17\xcb\x27\x73\xf1\xde\x14\x02\x5f\x2c\x5b\x04\x16\x4d\xe9\x76\x1f\xad\xee\xa9\x23\x50\xbc\xd9\x7d\xb4\x6c\xae\x43\xca\x77\x69\x42\xe0\x8b\x65\x73\xdd\x1a\xfc\xec\xba\x8c\x96\xd5\x80\x45\x35\x60\x2d\xb7\xfb\xd3\x27\xc7\x29\x55\x66\x85\xe7\x0e\xd7\x59\x17\xcc\x5e\x2c\x5b\x0b\x16\xac\x05\xdd\xee\xa3\x65\x15\x61\xc1\x5a\xd0\x37\x5d\x62\xce\x1d\x8f\x05\xd3\x7d\x57\x02\x75\xac\xf4\x76\x01\x04\x45\xb7\xfb\xc8\x79\xe5\x81\xba\x4b\x2f\xad\x8b\x76\x99\xf6\x90\xa6\xf5\x34\x5b\x5a\x73\xfe\xf7\x3f\x61\x83\xd5\xb2\x86\xc0\x94\xf3\xae\x82\x81\xe1\x94\xf3\x58\xc8\x6c\xe9\xf6\x3a\xad\xe5\x9d\x0b\xd8\xbb\xae\x52\xc3\xb1\xcc\xb1\x90\x7d\xfe\xd2\xf4\x19\x6c\x9c\x40\x86\xf9\x4b\x53\x9f\x96\xe6\x91\x2a\x5e\xfa\x26\xeb\xe7\xb2\x57\x0d\xa9\xe2\x2f\x6d\x89\xe6\xcf\x7e\xb0\x4f\xf9\xf4\x5d\xdb\x29\xd6\xc1\xb1\x88\xeb\x3a\xaf\x3c\x16\xb0\x59\xbb\x4a\x3a\xc7\x3a\xfd\x3e\xd8\x1c\xbb\xea\x57\x86\x4b\xe0\xc5\xba\x38\x16\x71\x4f\xe7\x8e\xc7\xba\xf8\x3e\x6f\xf9\xcb\xef\xbb\xf8\x3e\x6f\x6b\x73\x33\xa4\x91\x97\x6e\x0f\xd1\x32\xc7\x5a\x37\xbf\x91\xac\xf3\xcb\x86\x0b\x14\x6c\x2e\x5d\x19\x4d\xb1\x1e\x6f\xcf\x87\xed\xc4\x75\x77\x7b\x0a\x76\x70\xa5\x2e\x78\xbb\xd8\xcd\x95\x76\x58\x20\xba\xd2\x8f\x62\x77\xe8\xdd\x0e\x0b\x44\x57\x7d\xaa\x70\xf2\x78\xec\xf0\x14\x74\xa5\x1f\xc5\x6e\x0f\x1f\xca\x44\x47\xd3\x67\xdf\x6d\x9c\x40\x1a\xf9\xdb\xec\xdb\xd5\x7b\x75\x97\x70\xfe\xf5\x22\xe6\xb9\x5b\x94\xd8\xe1\xfc\xeb\xa5\xfd\x63\x88\xc4\x6e\x49\x63\x6f\x9c\xbd\x78\xeb\x6e\x45\x00\x59\xe6\x2f\x4d\x33\xb4\x22\xb0\x83\xa1\xf5\xa2\xfb\x7d\xb7\x5d\x63\x87\x8f\xa1\x2b\xe1\x29\x76\x61\x5e\xc4\xde\xb9\x32\x62\xca\xbb\xe2\x7e\x63\x87\xcd\xa3\x2b\x19\x2a\xf6\x7e\x9a\xf6\x90\xa6\x2f\x68\x9f\xe2\x3e\x38\x4e\xed\xd0\xdd\xfe\xfe\x7d\x70\x69\xc4\x94\x9d\x76\x1e\x7b\x70\xee\xda\xa1\xbb\xb5\x80\x9d\x8c\xc9\xbe\xa5\xdd\x8c\x09\x99\xe4\xa5\x17\x31\xde\xdd\x8c\x69\x27\x63\x52\x75\xbc\xd8\xcd\x98\x76\x32\xa6\x22\x1f\xe6\x6e\x7f\xff\x3e\xb9\x66\x62\xbc\xbb\x35\x84\x1d\xfe\xfe\x6e\x1f\xd1\x6e\xae\xb5\x23\x8a\xa7\xdb\x47\xb4\xdb\x76\xb1\x93\x6b\x55\xef\x5e\x47\xf8\xec\x90\xb3\xba\xfd\x47\xbb\xed\x1a\x3b\x62\x90\x7b\xf5\xce\x36\xd7\xda\xe1\xc3\xec\x55\xca\xf6\xee\x88\x3e\x64\xb5\x97\x6e\xff\xd1\xee\x38\x81\x1d\x65\x13\xba\x20\xec\x62\x17\x1a\x46\xec\x90\xb3\x7a\x55\x80\xeb\x7e\xb8\x4f\xa4\xb9\xf7\x2a\xa5\xd9\x69\xee\xb1\x93\xa3\x09\xde\x2e\x76\x73\xb4\xfd\x64\x9f\x4d\xdf\xfd\x74\x9f\x17\x69\xde\xbb\xd7\x1f\x1a\x4e\x7c\xf5\x5e\x72\x7c\xc1\x4e\xce\x54\x65\xb7\xd9\xad\x91\x20\xcb\xbc\x74\x3b\x7b\x76\x73\x9f\xfd\xe1\x1c\x64\x73\xdc\xed\xc3\x64\xda\x79\x17\xc6\x5b\x38\xed\x3c\x98\x76\xde\xab\xe4\x48\x57\xdc\x8b\x63\xe3\xb7\xd5\x3e\x3b\x1c\x4b\x7c\x90\x6b\x55\x71\xbb\xc3\x5c\xeb\x80\x9b\xa4\x37\x69\x9b\x87\x6d\xaa\x07\xdc\x24\xbd\xe9\xa2\x3e\x2c\x83\x31\x95\xbd\xdb\x0d\x74\x98\xa3\x1d\x64\x5b\x2a\x4c\x1a\x87\x05\xad\x03\x60\x9e\xbd\xc9\xe6\x78\x38\xd4\xe8\x68\x7c\x9f\x6c\x8e\x87\xe3\x12\x98\xca\xde\x55\x51\x29\x0e\xf3\x9e\x83\xbc\xc7\x2c\xf4\x30\xef\x39\x80\xb4\xdd\x9b\x0c\x29\x87\x8d\x10\x47\xe7\x1c\x64\x4a\x3f\x6c\x84\x60\x0a\x7c\x6f\x32\xa5\x3b\x05\x3e\x98\x02\xdf\x95\x7d\x15\x87\x79\xcf\x81\x80\xe1\xde\x74\x1b\x1f\xc3\x7d\x92\xf7\x34\x69\xb0\x47\x78\xee\x80\xb5\xe8\x76\xe7\x1c\xb6\x32\x1c\xc9\x75\x91\x90\x79\x38\x9e\x01\x99\xf2\xa5\x37\xf1\xac\xc3\xfc\xe5\x80\x3e\xd6\xed\xb2\x39\xcc\x5f\x8e\x59\xdf\x5b\x47\xa6\xca\xc3\xc2\xcd\xb1\xf8\x3a\x99\x00\x0f\xb3\x90\xe3\x65\x21\xa1\x3c\xb0\x38\xac\xa9\x1d\x8b\xab\xe9\xdd\x69\xb7\xe8\xf1\x72\x90\xf8\x33\x01\x07\x21\x1d\x8b\x9b\xc5\x1b\xd7\x66\x8b\x63\xe7\x04\xc4\x20\x0f\xfb\x6b\x0e\xf8\x6b\x7a\xf3\xa6\x76\x68\x21\x73\xf8\xbb\x7d\x47\xce\xe1\x8f\x03\x46\xd3\xde\xa5\x38\x1d\x66\x3c\x48\xe7\x7f\x69\x1a\xa7\xc5\xa5\x03\xb5\x9b\xba\x80\xe1\xe2\x30\x73\x39\x28\x2e\xd9\x49\x72\x58\xf9\x3b\x10\x82\xdc\x95\xb3\x15\x87\x7d\x40\x07\x7c\x40\x5d\x78\xe1\x71\xd8\x07\x74\x5c\x1c\x8b\xc4\xcf\xc3\xe2\xd2\x81\xb4\xc1\xde\xa5\x54\x1d\x0e\x33\x3e\x6e\x8e\x53\xe2\xe7\x71\xff\x69\xc7\x71\xca\x72\x78\x3c\x7e\x1f\x19\x96\x72\xb6\xe2\xb0\x82\x77\x40\xc1\xeb\xdd\x1b\xde\xd6\xcf\x83\xa2\x94\x10\xa7\xc3\xa5\x3e\xe3\xa4\x28\x65\x9f\xd3\xa9\x74\xc3\x38\x91\x6e\xd8\x55\xf3\x29\x4e\x9b\x57\xce\x57\x04\x0a\x61\xb8\xc5\xe9\x50\x45\x20\x0b\x94\xde\xa5\xd7\x9f\x96\x4f\x4e\xca\x27\x5d\x67\xe1\x6c\x7e\x1d\x79\x84\x52\xbd\xe2\xb4\xa1\xf2\x84\xa1\xb2\xab\x1c\x54\x18\x13\x20\x4e\xf2\x08\xe1\xd0\xc5\x69\x85\xeb\x24\x1f\x50\xa9\xa8\x38\xcd\x07\x4e\xa4\x06\xf6\x2e\x4b\xcf\x69\x85\x0b\x69\xfe\xa5\xab\x54\x54\x9c\xb6\x44\x9e\xc1\x76\xda\xd6\xa7\xa3\x85\xcf\xe0\xfc\xb4\xad\x4f\xf3\x0f\xc0\x03\x0c\xd5\x99\x88\xd3\xec\x03\xe5\x9d\x4b\x57\xf5\xa9\x38\x1d\x8e\x48\xb8\x80\x3e\x24\x12\x9c\x16\x5d\x4e\xa0\x6b\x74\xa5\x80\xc5\x69\xb7\xcb\x49\xd6\x62\x97\xd3\x69\x11\x84\x70\x01\xdd\x6e\xa5\xd3\xae\x15\x20\x07\x94\x6e\xb7\xd2\x69\x03\x26\x90\x03\x5e\x9a\x3e\x9f\xc5\x13\x20\x07\xbc\x34\xbd\xcf\x1c\x04\x45\x63\x5f\x9a\xe6\x60\xc5\x89\x98\x00\x7d\xb4\xf8\x37\x49\xf8\xb4\xa4\x71\x52\xd2\x18\x92\x18\x4e\x47\x24\x12\x32\xa0\xab\x70\x55\x9c\xa7\x77\xe1\xc9\xa1\x4a\xda\x3d\x1d\x2c\x7c\x9e\xfc\x14\xd2\xc7\x4e\xeb\x4e\x27\xa5\x10\x7b\x96\x4e\x3b\x76\x4f\xea\x4e\xca\x3a\x8b\xd3\xcc\xe0\x44\xb0\x46\x1f\xb2\x82\x9d\xb6\xa7\x9e\x37\xe7\xa0\x5b\xe5\x34\x33\x38\x6f\xb6\x93\x15\xcc\xb0\x00\x71\xbe\x07\x7e\x4c\xed\x0a\x67\xf7\xc7\x45\x41\xc3\x4e\xa7\xcb\x82\xc6\x85\xe0\xc8\x6e\xa7\x93\xd3\xfb\xe3\xda\x38\x05\x5d\x46\x4e\xef\x8f\x8b\x82\xc6\x90\x8a\xe7\x12\xbd\x71\x51\x75\xb2\x43\xca\xe9\xfd\xc1\xf4\xfe\x3e\x74\xc8\x9c\xde\x1f\x17\x9c\xb7\x5d\x40\x7b\x71\x59\xd0\xb8\x10\xc7\xd1\x87\x0e\xd2\xe5\xc0\xc9\xab\xa2\x4f\xa1\xe5\x85\x53\xff\xe3\x42\x5a\x72\x0f\x59\x35\x2e\x33\x9f\x0b\xd6\x9e\xae\xb2\xdb\xe1\xd4\xff\xb8\xfa\xaf\x9d\xc6\x69\xcb\xcc\x45\x81\x41\x49\x67\x71\xd9\xc2\x72\xd1\xc2\x12\x4a\x1d\xb8\x6c\x61\xb9\x68\x61\xb1\x47\xea\x72\x3c\x06\xd3\xfb\xbb\x3d\x52\x97\xb9\x01\x32\xfd\x5f\x9a\xc6\xe2\x20\x2b\xa6\xf7\x77\x7b\xa4\x9c\xde\x1f\x17\x05\x0d\x21\xe9\xc5\x65\x4e\x71\x51\xc9\x09\x1d\x95\xcb\x42\xc8\x05\x07\x6d\x77\xf6\xd8\xe5\x74\x84\x0b\x30\xe5\xdd\x19\x62\x97\xb9\xc8\x45\x2e\x62\x6f\xd5\x35\xbd\x9e\x8b\xeb\xa9\x63\x74\x39\xe0\xf2\x7a\x25\x92\x31\x75\x55\x5d\xb6\xcc\x5c\xb4\xbe\x84\x4e\xd8\x65\xb1\xe0\xa2\x58\x10\x92\x6c\x2e\x8b\x05\x17\xc5\x02\xd5\xbb\x8a\xcb\xd9\x08\xd7\xc1\x29\xe8\x14\x5d\xb6\x09\x5f\xe4\x20\x76\x72\x5d\xd6\x55\x2e\x8a\x0c\xa1\x20\xb2\xcb\x31\x9c\x17\xb9\x4b\x48\x77\xb8\x1c\xf1\x45\x14\x82\xee\xc4\xb2\xcb\xdc\xe5\xba\xb8\x2c\xd2\x2b\x2e\x67\x2d\x01\x90\xe0\xa5\xa9\xcf\xcb\x4b\x8d\x3c\xcb\x1e\x3e\x2a\x16\x27\x00\x48\xf0\xd2\xf4\x89\xec\x68\xbd\x28\x6a\x84\x8f\x91\xe3\x34\x2f\xe4\x4b\xf6\xf4\x51\xb1\x4d\xf8\xa2\x1e\xe3\x0c\xb1\xdb\x22\xc3\x4d\x91\x41\x10\x7c\x71\xdb\xfa\x72\x53\x8f\x11\x04\x5f\x18\x85\x20\x88\x42\xd0\x53\xba\xe6\x6d\x71\xe2\x2e\x6c\xa7\xcb\xe3\x56\xe1\xaa\xb8\xe1\xc9\xe9\x29\x51\xca\xe8\x05\x81\xc2\xdd\x2f\xed\x9b\xdf\xed\x38\x4d\x00\x19\x94\x9e\x12\xb3\x6e\x87\x82\xdd\xd4\x63\x52\xfa\xc8\x6d\xa3\xf0\x4d\x19\x25\x75\x54\x8c\x50\x10\x37\xc2\xc4\x7a\x4a\x04\xbb\xcd\x42\x58\x01\xbc\xa7\x8e\xca\x6d\x1b\xca\xdd\x39\x07\x89\x60\xb7\x73\x26\xee\xc1\x76\xd2\x39\x6e\x27\x3e\xde\xa8\x18\x64\x77\x86\xd1\x0b\x82\xe8\x05\x5d\xc8\x7d\x61\xf4\x82\x20\x7a\x41\x4f\x49\xf3\xb7\x3d\x47\x44\x2f\xe8\x42\xf5\x8b\xdb\xae\xa3\x9b\x9c\xc7\xc9\x63\xb7\x39\x0f\x8b\x8a\x77\x27\x8f\xdd\x4e\x60\xbc\x27\xa7\x20\x71\xf0\xb6\xfd\xf6\xa6\x29\x24\xb5\x05\x6f\x73\x10\x22\x1b\x74\xcb\x44\xb7\x65\x8d\x9b\xca\xca\x14\xb7\xbe\x6d\xa4\xbd\x69\xee\x10\x72\x5f\xdc\x76\x2b\x01\x1c\xe1\xa5\xa9\x9d\xdd\x4a\x44\x4b\xe8\x4e\x10\x33\x5a\x42\xdc\xd4\x48\x9c\x20\x76\xef\xfe\xec\x34\x85\x4c\xc9\x3d\xb7\xb5\x0e\x16\x31\xef\x42\x03\x8c\xdb\xd1\x65\x37\x9c\xb3\x7d\x8a\x5b\xdf\x66\x13\x37\xd9\x84\x8a\x6b\xc5\x6d\x61\xe2\xa6\x49\xc3\x49\x60\xb7\xdd\x4a\x37\x85\x09\xb3\xcf\xdb\x0e\xd8\xfb\xe6\xba\x88\xeb\x1a\x11\x21\x6e\x6a\x16\x76\xe1\xdd\xd6\x2c\x6e\x1a\x62\x9d\x3c\x76\xdb\x39\x7b\x23\xae\xa2\x4f\x69\x01\xb7\x35\x8b\xfb\x61\x9f\x32\xbd\x3c\x36\xd2\x02\x38\xe1\xa5\x85\x68\x69\xda\x24\x6d\x89\xb6\x9b\xc6\x3e\xe5\xf0\x7d\x6c\xee\x78\x68\xc0\x9d\x62\xbb\x8f\x43\xc8\x1e\xb2\x10\x21\x05\xc6\x63\x16\xf2\x90\x4d\x4c\x05\x0f\x3c\x36\x77\x3c\x64\x13\x53\x12\xca\x63\xcf\xed\xd3\x38\x07\xb1\xd6\xc7\xea\xca\x43\x56\x30\xb5\xaf\x1f\x87\x6c\x13\x2a\xa1\x2f\x99\xf8\x1e\x47\x8c\xa2\xb6\xfa\x98\xb2\x1a\x3e\x4e\xac\x7a\x68\x4d\x5d\xdb\xfc\x37\x51\xf8\x71\xf6\xf4\x83\x40\xf0\x6e\xc7\xe0\xe3\x78\xd2\x87\x8a\xce\xd2\x89\x78\x2c\xdb\x3c\x34\xc4\x2e\x9d\x08\x03\x37\xc4\x83\x68\x8d\xee\x5c\xb5\xc7\x71\xa8\xa8\x02\xff\xd2\xb4\xa2\x96\x6d\x1e\x84\x5c\x74\x15\x02\x8b\xc7\x32\x0a\xc1\x19\xfa\x92\x8c\x62\x70\x86\x78\x00\x7e\xd6\xed\x34\x7c\x6c\x0c\x79\x68\x6c\x5d\x62\xbc\x8f\xb9\xc8\x43\x39\x64\xe9\x44\x3c\x96\x43\x1e\x1a\x4d\x97\x64\x14\x97\x7e\x0f\x02\x37\x74\xd5\xed\x8a\xc7\x46\x53\x96\x7e\xef\xcb\x3b\xdb\x76\x8d\x87\x76\x0d\x7b\x1b\x1f\xdb\x35\x1e\xba\x88\xec\x6d\x7c\x76\x8f\x93\x02\x8c\xbd\x8d\x06\x7c\x88\x87\x5a\x90\xbd\x8d\x8f\xd5\x9c\xe7\xe0\x6e\x92\xcc\xfe\x38\xf2\xfc\x41\xa0\x58\x17\x4e\x62\x18\x28\x22\x9e\x83\x73\xf0\x89\xb0\x41\x95\x60\x10\xdd\x9e\x48\x83\x41\xc4\x43\x21\xc5\x09\x69\x06\x83\x88\x07\x0e\xef\x6e\x6f\xe3\xe3\xd4\xea\xe7\xe2\x5e\x52\xc8\xcc\x73\xf9\xb4\x40\x3d\x1a\x9b\x34\xdc\xc7\xea\xd1\x03\x8e\x36\x84\x93\x18\x06\x8a\x08\x02\x45\x0c\x7b\x22\x0d\x14\x11\xcf\xfd\xeb\x53\x63\xb1\xea\xf4\xdc\xec\x53\x06\x71\x83\x41\x04\xf0\x1d\x5e\xda\xaf\xcf\xdc\x24\xdc\xe4\x06\xe1\x66\x08\x5f\x31\x8d\xea\x90\x2c\x51\x3f\xe4\x36\xcc\x4d\xf8\x2f\xb9\x81\x6b\x0d\xe1\x2b\xe6\x26\xc1\x27\xb7\xc2\x3e\x3f\x81\x22\x37\x71\xad\x64\x69\xfb\xb1\x75\xf5\x29\x6f\x78\x02\xc4\xe1\xa5\x69\x2c\xf2\x2d\xe5\x06\x23\xed\x50\xb2\x5a\x6e\x0a\x7c\x4d\x54\xb9\x2f\x43\x2e\xc5\xdc\x64\xa4\x4d\xa2\x3a\x0c\x81\x24\xa6\x51\x1d\x72\x6b\x9c\x5f\xb8\xdd\x6e\x1a\xd7\x33\x34\x3f\x09\x3e\xc9\x72\xf9\x63\x0b\x8d\x45\x82\x4f\xb2\x24\xfe\x90\x4b\x31\x37\x19\x69\x13\xe0\x0f\x2f\x4d\x63\x19\x5e\xb3\xc1\x71\x4e\xb5\x1b\x1e\xe7\xe0\x9a\x4d\x7d\xbf\xe1\xb9\xc3\x1b\x3e\xe4\x6e\xcc\x6d\x78\x9c\xc1\x71\x2e\xcd\x2f\x3c\xce\xe0\x7a\x2e\xf5\x29\xc3\x4d\x6e\xc1\x7d\xb6\xd4\x67\xfa\x1b\xc1\xe3\x3d\x94\xac\x96\x5b\x7a\x2c\xd0\xb9\x86\x12\xd2\xd2\xb5\xf2\x93\xb5\xf2\x47\xf9\x84\xe8\x74\xad\xfc\x24\xe4\xc3\x50\x15\xae\xdc\x94\x2c\x9a\x1b\x9c\x47\x43\x55\xb8\x72\x9b\x9e\x1f\xac\xc2\x43\xc9\x6a\x69\xc8\x87\xdc\x16\xfb\xac\xea\x73\xf9\xdb\x2e\x8e\xd3\x7b\x5e\x41\xb1\x49\x58\x87\xa1\x0a\x5d\xb9\x1d\xde\x83\x70\x5d\x0f\x39\x1b\x73\x3b\xdc\x0e\xbc\x67\xc8\xa1\x98\xdb\xe9\x76\xa8\xd3\x34\x54\x85\x2b\xb7\xd3\xf3\x43\xc8\xda\x90\x43\x31\xb7\xcb\x67\xf3\x62\xbb\xa1\xb1\x5c\x3e\x7f\x17\xdb\x85\xde\x77\xbb\x1d\x79\x88\xca\x69\xe5\xf6\x98\xf6\xfc\x68\x6a\xf7\x78\x4f\x3c\x9c\xdf\xd4\xb7\x7d\xbc\x66\xb0\xa9\x8e\x32\x35\xce\xc7\x73\x7f\x38\x77\xed\xc1\x62\xfe\x52\xc8\x43\x94\x90\x96\x45\x8e\x9e\x64\xcd\xfb\x51\x3e\x89\x22\x8b\x22\x4a\xb3\x40\xf2\x19\xaa\x97\x95\xa5\xb8\x1d\xc2\xd9\x86\x20\x0d\xd3\x35\xef\xb3\x20\xa2\x74\xc8\x31\x98\x45\x0a\x52\x16\xf8\xa0\x87\x1c\x83\x59\x9a\xdb\x35\xb6\xfb\x6c\x17\x59\x9a\xdb\x21\x1f\x66\xc8\xf9\x97\x45\xd2\x4d\x16\x24\x92\x0e\x25\x88\xa5\x61\x1d\xb2\x20\xd0\x7d\xa8\xd6\x54\x16\x29\x3a\x09\xa4\x86\x32\xaa\x78\x56\xf1\xb9\x25\x3c\xc3\x50\xa6\x57\x16\x25\xa4\x65\x09\xb6\xfb\xa4\xcc\x2c\xe1\x76\xf9\x6b\xa7\x71\x2a\x21\x2d\x0b\x30\x8b\x87\xb2\xc0\xb2\xa4\xd7\x13\x56\xd5\x51\xb5\x27\x5c\x2b\x3f\x81\xd4\xf0\xd2\xd4\xa7\x9c\xbe\x49\xe8\x86\x51\xc5\x97\x8a\xcf\x2d\xca\xdf\x97\xa1\xa8\xa7\x2c\xcb\x7b\x82\xe7\xb6\x7e\xda\x53\x1a\xd6\x21\x0b\xe4\x97\xa1\x1c\xb0\x2c\x3e\xb7\x40\x71\x78\x69\x1a\xcb\xee\xfd\x82\xe4\xf0\xa1\xe2\x4f\x59\x14\x40\x97\x65\xc7\x9a\xb5\xa2\xf5\x94\xd3\x37\x0b\xe4\x90\xd1\xc4\x7b\xca\xe1\x6f\x0b\x59\x63\xc8\xf9\x97\xe5\xf0\x58\x10\x94\x3e\x04\xbd\x98\xc6\x6d\xc8\x72\xb2\xcf\xaa\x39\x98\x17\x14\xf2\x02\x39\x0d\xb3\x9c\x1e\xe7\xc9\x3e\xdb\xbf\x15\xdb\xc8\x72\xfa\x95\x70\xcd\x0c\xa5\x88\x65\xb9\x3c\x8d\x8b\xd3\xf0\x16\xbd\x3c\x8d\x8b\x4b\xa3\x2b\xb7\x5c\x5e\x1a\xb2\x98\xe6\xed\x7b\x7b\xb9\x11\x31\x3b\x84\xda\x98\x45\x11\x30\x59\x10\x01\xe3\xec\xc0\x2c\xb7\xc7\x49\xf6\x23\x44\xc7\x2c\x66\x3f\xe5\xe1\x38\x75\xe5\x16\xb3\x9f\xf2\x70\x9c\xba\x72\xab\x59\x0c\x61\x24\x86\xfc\x8d\x59\x2d\xc2\xd4\x8d\x63\x49\xb7\xbb\x4d\x03\xfb\x91\x53\x31\xab\xd9\x4f\x45\xd0\xfa\x50\x4d\xa9\xac\xc5\xed\x2a\x3f\xa1\xb6\x68\x15\x44\x74\x56\x8a\x22\xfd\x33\xab\x66\xb5\x28\x52\x29\x8a\x28\xd5\x2b\x6b\xf7\x1c\x10\x73\x32\x94\xea\x95\x55\x31\x27\x59\x29\x52\xc8\xed\x96\xae\xdd\x9f\x95\x2c\x46\x30\x8a\x59\xcd\x62\x00\x45\xf1\xd2\x34\x96\x30\x2d\x48\x6b\x9a\x83\x59\x0c\x6b\xf0\x0f\xa5\x73\xa5\x6b\xf0\x27\x6b\xf0\x0f\xd5\x71\xca\x9a\xee\x93\xa2\x41\xd7\x15\xe8\xfa\xfc\x49\x8c\x09\x17\x81\xcd\x6a\xf6\xc3\xda\xfd\x43\x10\x8b\x59\xcd\x7e\x6a\x3e\xff\xfd\x4f\x28\xbd\x2a\xab\x02\xd6\x93\xf0\x13\x43\xa5\xa1\xd2\xf0\x13\x59\xc9\x99\xfa\xd0\xe7\x33\xf7\xa9\xe4\x3e\x4a\xf5\xca\xba\x3c\x85\xc5\x65\x09\x4d\xcf\x12\x05\xa1\x29\x5c\xb0\x35\xeb\xee\x3e\x77\xf6\x99\x7a\xdf\xee\x3e\x77\x7e\x5a\x6f\x41\xd9\x60\xb2\x92\x33\x29\xd5\x2b\xeb\xe1\x2d\x78\x70\x7e\xba\x55\xeb\xe1\xb1\x20\xff\x36\x8a\xba\x34\x63\xaa\x14\x44\x94\x05\x96\xf5\xf4\xb2\x90\xf9\x74\xef\x5c\x33\x9f\x8a\x6c\xfb\x31\x3e\xd3\x54\xd6\xcb\x53\x40\x62\xee\x10\x62\x63\x56\x73\x90\x4a\x65\x46\x2e\xb9\xac\xb7\x3f\x11\x7c\x3d\x43\x99\x5e\x69\xb4\x8b\x24\xda\xc5\x18\xde\xd5\xe6\x04\x95\x82\x88\x5c\x6b\x59\xcd\x09\x80\x84\x31\x84\x18\x97\xd5\x72\x48\xa5\x1c\x22\x30\xc7\x6c\xca\x6c\xc9\x06\x43\xed\x18\xe2\xbb\xcd\x72\x08\x41\x32\xc6\x68\x6e\x27\x86\xd5\x28\x87\x28\xd1\x2b\x9b\x8c\xb8\xd9\xc8\x24\xc6\x67\xb5\xca\x56\xdc\x8e\x32\x8a\x5c\x6e\xd9\x6a\x33\xad\x93\xa6\x3e\x95\xcf\x9b\x0d\xd6\x99\x21\x77\x5c\xb6\xea\x3e\x1b\xfb\xfc\xac\x56\xd9\x2c\xbf\x00\x2f\xe3\xa5\xe9\x7d\xca\xf5\xcd\x46\x5d\x46\x20\x90\xd9\xba\xdb\x75\xb6\x13\xd3\x6d\x96\x6d\x5a\xe7\x96\x90\xac\xd1\xcc\x78\x5a\xe7\x5a\x7f\x3e\xb7\x6c\x66\x3c\xc0\xcb\x78\x69\x6a\x37\xbc\x66\x83\xed\xa6\xbe\x83\x7c\x4b\xd9\x82\xdb\xe5\x0b\xd7\x48\x83\x64\x64\x23\x73\x91\x7f\x2c\x9b\x75\x8b\x46\x4e\x20\xc0\xc6\x34\x10\x46\x12\x08\x63\x28\xd1\x2b\xdb\xf4\xba\x50\xb7\x50\xc5\xa8\x6c\xd6\x2d\x1a\xfc\x39\x23\x24\x47\xb6\xe5\x35\x23\x97\x08\x31\xeb\x66\x2e\xd1\xe0\xd0\x19\xca\xe6\xca\xb6\xfc\x3e\x72\x10\xf9\xce\xb2\x99\x83\x34\x72\x90\xf0\xde\x35\x07\x69\x08\x5a\x1b\x21\x9d\xa4\xed\xee\x73\xe7\x1c\x9a\xc6\x62\x7d\x85\xa0\x1c\x43\x3e\xb0\x6c\x87\xbf\x03\xac\xb8\x23\xc4\xe4\xdb\xe1\x3e\xc9\x42\x94\xb1\x95\xed\xf4\x58\xc8\x42\xe4\x03\xcb\x66\x5d\x86\x80\x1d\x43\x28\x89\xd9\x2e\xaf\x19\x85\x90\x10\x47\x6e\x66\x21\x04\xe5\x18\xca\xd8\xca\x66\x41\xa3\x51\xd0\x90\xc3\x2a\x9b\x59\x08\x41\x39\x86\x90\x10\xb3\xdd\xde\x9f\x0f\xd7\x53\x32\x6d\x7b\x3c\x87\x87\xef\x93\x9e\xd3\x2d\x4c\x74\x64\xc7\x0d\xa5\x48\x65\xb7\x30\xd1\xa9\xcb\x84\xd8\x67\x37\x0f\xe9\xb4\x87\x28\x7d\x2a\x0d\xd8\x91\x1d\x96\xda\xa1\xb2\x50\xd9\xe5\x2f\xce\x8e\xdc\xfe\x21\xf8\xc1\xec\xe6\x13\x9d\x7c\x22\xc5\xe6\x7b\x73\x9f\x28\x02\x3b\x04\x23\x98\x06\xde\x48\xe0\x6c\xbc\x34\x8d\x53\x68\x95\xd9\x81\x56\x39\xb2\xe9\x7d\xe6\x05\x1d\xe6\xd8\x21\x27\x51\xf6\xee\x71\xd2\x3e\x21\x18\xc1\x34\x80\x46\x76\xda\x19\x52\xdf\xb6\xcb\x27\x9c\x1d\x7e\xdf\xa1\x34\xa8\xec\xe1\x35\x83\xdd\x74\x64\xb8\xcf\xdb\xb4\x87\xb4\x7f\x8b\x92\xc8\x6e\x13\x05\xb1\x37\x46\x6a\xcb\x18\x7b\x23\x3b\x9c\x3a\x23\xc5\xb6\xfa\xf4\x34\x26\x52\x8c\xc4\x0d\xfa\xf4\x2c\xc8\x45\xd2\x3b\xc6\x5c\xa4\x93\x8b\x28\xb9\x2a\xfb\xf2\x50\x68\x69\x50\x72\x55\x76\x45\x92\x25\xb1\x37\xc6\x94\x25\xa5\xef\x7e\x1f\xd2\x81\x86\x7c\x41\xd9\x2d\x33\xf4\x57\xb1\x89\xaa\x3b\xb5\xcb\xe0\x9a\x1d\xc5\x60\xc6\x14\xb3\xeb\x16\x27\x3a\x0f\xfc\x14\x43\xeb\x87\x3f\x04\x4a\x51\x0c\xb9\x7b\xb2\xdb\xb0\x41\x3c\x8f\x31\x75\x17\x77\x1f\xf8\x4e\xe3\xc5\xd4\xc5\xd9\x6d\xbc\xe8\xd4\x48\xe6\x67\xdc\x4e\x03\x7d\x64\xbf\xd8\xa7\x18\x8c\xc1\x3c\xb2\xd3\x90\x29\xb7\x4d\x76\x1b\x2f\x3a\xb5\x07\xb9\x5f\xd2\x80\x1d\xd9\x1f\x8e\x45\xa2\xdb\xf0\xa1\x26\x60\xc7\x10\x76\x5f\x0e\x05\x88\xe4\x40\xd0\xd7\x90\x8b\x25\x87\x62\xe4\x73\xd0\x58\x39\xa7\x69\x97\x69\x7c\x9f\xe4\xac\x51\xfd\x3e\x1a\x32\xa7\x98\x88\x01\x3b\x72\x50\x7b\x90\x3f\x24\x0d\xca\x91\x04\xe5\x18\x72\xa3\xe4\x10\x1a\x75\x12\x94\x63\x28\x83\x2a\x0d\xca\x91\x04\xe5\x18\x02\xe0\xcb\x61\xed\x61\xf0\x50\x2f\x7d\xf7\x31\x3c\x4e\x38\x4a\x86\x8a\x38\xe5\x18\x5e\x17\x04\x81\x0c\x39\x43\x72\x08\x4a\x36\x09\xca\x31\x54\xe0\x29\x87\x35\x0b\xe0\x73\xbc\xb4\x29\x5a\x9a\x86\xef\xae\xec\xaa\x1c\xe1\xb9\x53\xb3\x50\x76\x55\x0e\x05\x73\xe4\x80\xa3\x64\xc8\x19\x92\xc3\xa7\x76\xc0\x15\x3b\x04\xea\x97\x06\xec\xc8\x31\x71\x8c\x96\xb4\x54\x03\x76\x24\x01\x3b\x86\x52\xaf\x72\xf8\x48\x0f\x1a\x2f\x94\x7a\x95\x43\xd8\x92\x39\x90\xe1\x37\x84\xdc\x97\x63\xf7\x77\xa0\xf1\x50\x85\xa1\x72\x1c\x5e\x97\xf7\x5e\x4e\xdb\xe0\x87\xed\x0c\xe3\xe0\xe7\xf3\xf6\xb4\x38\x4f\x2c\x8f\x21\x50\xbf\x1c\xb6\x33\x8c\x93\x4b\xe6\xad\xeb\xa3\x39\x78\x17\x0b\xb8\x2f\xc7\xe9\xcf\xc7\xa3\xb9\xa4\x75\x0c\xdb\x15\x07\xef\xe2\x25\x8e\x35\x2e\xbf\xef\x66\x3b\x6f\xf9\xdb\xed\x90\xa9\x3e\x54\x33\x2a\x0d\xca\x91\x03\xc7\x36\x94\x95\x95\xc3\xa2\x3e\xf0\x39\x5e\x9a\xc6\x62\x51\x1f\xf8\x1c\x2f\xcd\x7d\xfa\xf8\xe1\xb8\xbb\xac\x65\x86\x82\x32\x92\xa0\x1c\xb1\xe9\x38\x84\x95\xfe\x80\xd2\x1f\xfe\x0e\xe1\x7b\x3a\xe0\xb7\x88\x4d\xf6\xc1\xf0\x3d\x1d\x88\xeb\x8a\x4d\xb2\x5b\x54\xf7\x59\xd9\xa7\xb6\x7c\xf8\x9e\x06\x06\x47\x09\x81\xfa\x65\xd8\xff\x00\x0c\x8e\x97\x56\x45\x5b\xa6\xed\xa4\x7d\xdf\xdd\xc0\x1b\x19\xf0\xb6\x86\xfd\x2b\x61\x56\x10\x2f\x2b\x58\xa1\xd3\x10\x8a\x1f\xcf\xe8\x5c\x4e\x89\x7c\x61\x71\x3e\x06\x3f\x91\x38\x72\xd8\xc5\x00\x08\x8e\x12\x76\xaf\x84\xaf\xfe\x00\x27\x08\xd5\xae\xca\x10\xcc\x4e\xc6\x7b\x9b\x2f\x15\x09\xcd\xb0\x34\x1f\xc9\x99\x8b\x91\x87\xbd\x08\x91\x9c\xb9\x18\xb9\xa1\x35\x92\xd0\x1a\xb1\xc9\xea\x1d\xd3\xed\x26\xdb\xe9\x14\x85\x0f\x34\x90\x34\x5e\x9a\x56\xd3\x92\x3e\xa1\x35\x62\xd3\x29\x8a\xe5\x95\x5e\x5c\x69\x59\x3f\xc3\x92\x3e\x50\x36\x4a\x28\x09\x2c\xc3\x4c\x02\x48\x1a\x2f\x4d\xcb\x29\x8f\x69\x12\x22\x23\x94\x04\x96\x86\xc8\xc8\x80\x35\x32\xec\x5d\x31\x44\x46\x06\xb8\x44\x08\x0a\x30\xc3\x17\x78\x20\x74\x2b\x8a\x4f\xc3\xe9\x4f\x04\x2e\x11\x45\x12\x66\x58\x9a\x0f\x44\x82\x87\x3d\x2f\x61\x0e\x12\xe0\x20\x51\x24\x7d\xc6\xe5\xb5\x86\x77\x33\x8a\x04\x86\x30\x07\x09\x70\x90\xb0\xe7\x25\x6c\x1a\x04\xb4\xc5\x4b\xd3\x7a\x9a\x13\xc4\xc3\xf9\xc9\x24\x65\x3c\x8b\x24\x9e\x45\x28\x05\x2c\x53\xd1\x9f\x99\xb8\xdc\x43\x69\x5e\x99\xbe\xdc\x13\xd1\x9f\x61\xaf\x4c\x5a\x9a\xcf\x57\x9a\x8f\x94\x22\x63\xa8\x8b\x04\x7a\x45\x89\xa2\x1d\x9f\x76\x3e\x64\xe1\x52\x8b\xff\xa7\x05\x76\xc2\x59\x84\x9d\x32\xa9\xfa\x4d\x99\x95\xcb\x29\x53\x56\x2a\x3a\x2b\xb3\xf1\x33\xa4\xa6\x60\x81\x9d\x90\x15\x51\x66\xfd\x37\x41\xd8\x88\x16\x99\x9d\xb3\x97\xf8\x92\x0a\xbd\xc8\xec\x9c\x86\xf8\x7c\x5a\x2c\xc8\xf1\x0a\xc2\x8a\xcf\xca\xb4\x9b\x32\x91\x98\x1b\xc2\x09\xcc\x54\x10\x56\x26\x82\xb0\x42\x79\x5e\x99\x76\x69\x24\xea\x5e\x44\x15\x2b\x4f\x25\xdf\x66\xc2\xdd\x18\x55\xae\xc1\x34\x0f\x01\x78\xc5\x4b\xd3\x6a\x5b\x2a\x48\xd8\x0d\xa3\x6a\xa3\xa5\x4d\x02\x44\xb3\x08\xe5\x72\x65\xda\xdd\x98\x08\x9f\x88\x2a\x96\x9c\x66\x06\x49\x66\xa0\x7c\xad\x4c\x1b\x07\x13\x59\xb4\xa1\x7c\xad\xcc\xe5\x39\x2c\xce\x5d\xfc\xd3\x48\x17\x99\xaf\x96\x1f\xe9\x0f\x6f\xcd\x3e\x11\x9f\x15\x55\x96\xa0\xdc\xbd\x09\x21\xcc\x47\x95\x7d\xd3\x00\x19\x49\x80\x8c\x50\x61\xab\x4c\x4b\x13\x79\x70\x39\xa5\x71\xa5\x79\x41\x02\x35\x3a\xaa\x78\x6b\x9e\xde\x11\x3c\xef\xf6\x10\xa5\x25\x86\xbc\xd8\x4e\xda\x74\x5e\x6e\x07\x61\x3e\xaa\x77\x99\x5d\x08\x09\x89\x21\x94\x1e\x96\x69\x61\x3e\x1f\xce\x41\x82\x70\x3e\xde\xb9\x80\xf1\x0a\xa1\xfd\x65\x3e\x5e\x6a\x78\x22\xa3\x49\x9b\x9e\x8a\xc1\xca\x09\x0d\x3d\x94\x02\x96\x53\x71\x56\x39\x21\xe8\x47\x2b\x6e\xa7\xf9\x4d\x40\xe1\x86\x90\x00\x73\x2a\x75\x2c\x81\xb1\x11\x21\x67\xd5\xb4\x50\x30\x5f\xa1\x20\xac\xf3\x4f\xab\x00\x40\xd8\x28\x61\xff\xd0\x34\x2b\x00\xc2\xc6\x4b\x9b\xa2\x79\x24\x94\x25\xec\x1f\x9a\x96\x25\x00\xb9\xf1\xd2\xaa\x68\xc3\xb4\x20\x4d\x33\xb0\x2c\x01\xcc\x8d\x10\x7a\x4b\x4e\x6b\x15\xb3\x73\x98\x32\x6f\x4e\xb3\x88\x49\x79\xc1\x7e\xa3\x69\x13\xdf\x84\x39\x20\xec\xff\x31\x8c\x47\xce\x91\xef\xeb\x74\x64\xa7\xad\x7f\x73\xf0\xdb\x0d\xd3\x3c\xf3\xe0\xec\xc4\x76\xa6\xa3\x15\x26\x2c\x83\xa1\x54\xb4\x9c\x76\x49\xcc\xe4\xcc\xc5\x74\x0d\xff\x91\x33\x39\x05\xdd\xfb\x53\xd1\x57\x39\x27\xdb\xc9\x2e\x3f\xa7\xbf\x10\x59\x84\x50\x00\x73\x9a\x45\x4c\xb2\x88\x26\x29\xd8\xd0\x20\x49\x68\x90\x68\xde\x2c\xcb\xef\x83\xf5\x2f\x94\x01\x96\xd3\x8a\x3b\x21\x3e\x42\x59\x5e\x39\xcd\x07\x26\xf9\x80\xb2\xbc\x72\x5a\x26\x98\x94\x09\x94\xe5\x95\xd3\xda\xc1\x84\x17\x32\xec\x52\x9a\x4a\x98\xcf\xc9\x7b\xbf\x4b\xd2\x9d\xa7\x3f\x1f\x22\xa5\xa2\x4b\xf1\x9b\xa7\x37\xfc\xc9\xb1\x78\x57\x5f\xde\x4a\x48\xb4\x0f\x55\xed\xca\x69\x17\xe4\xbc\xd8\xa7\x77\xb5\xe2\x3b\x93\xd0\x20\xd1\xa5\xf8\x19\x1a\x24\x09\x0d\x12\x76\x45\xcd\xdb\xbb\x1a\x0e\x84\x10\xb2\x60\xce\xdb\x6b\x8d\xd8\xcf\xb0\x2b\x6a\x9a\xef\x4c\x58\x06\xc3\xae\xa8\x69\x19\x04\x08\x22\x25\xec\x8a\x9a\x36\x30\x4c\x44\x51\x85\xfd\x4d\xf3\xf1\x1c\xc8\x93\xec\x6f\x9a\xf6\x4a\x10\x6e\x24\x94\x55\x96\x86\x1b\x49\xc2\x8d\x84\x20\x09\xd3\x70\x23\xb9\xe0\x95\x08\xa5\x95\xe5\xb2\x57\x62\x15\xae\x99\x78\xf5\xb2\xd1\x62\x51\x78\xb1\x2f\x6a\x29\x7b\x3f\x17\xb5\x98\x2e\x99\xd5\x30\x25\x49\x2c\x92\xe8\xf2\xe6\x2f\x47\x4e\xac\xca\xb9\x6b\xcf\x2f\xbb\x3c\x57\xe3\x3e\xd3\x9e\x5f\xf6\x4a\x10\x8b\x24\x94\x1e\x96\xc6\x22\xc9\x05\x0c\xaf\xb0\xc3\x69\xd9\x12\xb9\xa8\xe1\x08\x5a\x30\x97\xd5\x18\x62\x8a\xc4\x10\x7f\x59\xc3\x73\x1f\x6c\x57\x35\x4e\xf3\x1e\x62\x8a\xc4\xd0\xde\x35\xa6\x48\x02\x53\x24\xac\xaa\x2c\xdb\x33\x80\x20\xf2\x36\xd3\x72\x5a\x72\x59\x30\x60\x86\xd2\xbc\x72\x99\x2d\x2d\xb2\xa5\x21\x05\x6e\xd9\xe3\x49\xf8\x8f\x10\x42\x60\x2e\xbb\x35\x17\x25\x17\x3b\x8e\x96\x25\x97\x35\x39\x05\x6d\xdd\xe5\x80\x0b\x62\x83\x84\x2a\x84\xe5\xb2\xcb\x13\x70\x1f\x2f\x4d\x9f\xd6\xaa\xca\xda\xb9\x64\x12\x09\x96\x4d\x8d\x6b\x67\x3b\x6f\xa5\xfd\x4f\xbb\x8b\x34\x7d\x5a\x3b\x1e\x00\xe9\x51\x62\x48\xfd\x59\x0e\x80\x58\x27\xdf\xe7\xad\x74\x7a\x9b\x91\xf5\x8c\xe5\x76\x3a\x46\x0b\x41\x9a\x31\xd6\xbf\x41\xa9\xe5\xb2\xfb\x72\x21\x86\x33\xc2\x3b\xcd\x9c\x69\x21\xc6\x2a\x94\x3f\x95\xcb\x5a\x0e\x21\x40\xc2\x7e\xa5\xe5\x18\xab\x45\xae\x25\x24\xc0\x5c\xaa\x6e\x9b\x8b\x9a\x8c\xdd\xb3\xcb\xd2\xcb\x42\x32\x7d\x28\x47\x2a\x97\x39\xc5\x22\xa7\xb0\x9f\x67\xb7\xff\x72\x47\x90\x43\x84\x62\x31\x77\x6b\x32\xfb\xc6\x3e\xc5\x41\x77\x73\x8a\x1d\x49\x28\x61\x1f\xd0\x2e\xb0\xf0\x24\x04\x48\xd8\xcf\xb3\xdb\xb7\xb9\xc3\x67\x11\xca\x83\xca\xdd\x2a\x10\x31\x40\xc2\x46\x86\xdd\x31\x9c\x3b\xe5\x1e\xe5\x41\xa5\xf1\x41\x72\xaf\x6c\xa7\x2d\xba\xdb\xb7\xb9\x93\x8b\xd8\x07\xb4\x37\xb7\xa3\x6c\xa3\x84\xa6\xdc\x2d\xc0\xec\xe4\x14\xaa\x94\x95\x7b\xf7\xba\x50\x80\xb1\x0f\x68\x77\x6c\xd6\x3e\xf8\x3e\xd9\xc0\x76\x2b\x39\xfb\xe0\xfb\x14\x18\xb2\x9b\x8b\xec\xf1\x6b\xf7\x1d\x41\x83\x75\xe4\x0e\x5f\x47\x28\xf9\x28\x77\x9b\x37\x77\xf8\x33\x42\x30\x79\xb9\xdb\x61\xb1\x23\xc7\x2d\x04\x93\x97\xbb\x25\x98\x3d\xd7\x7f\xff\x93\x9b\xa7\x6e\x2e\xb2\xc3\x2a\x1a\x29\x81\x76\xb7\x31\x64\x27\x37\x48\x5d\xe2\xbb\x92\xe9\x73\xa7\x00\xa3\xdc\xa3\xdc\xad\xe3\xec\x40\xec\x0b\xbb\x8e\x76\xeb\x38\xc4\xdc\x88\x14\xb7\xdb\x1d\x7e\xb5\x53\x91\x49\x6f\x41\x1b\x35\x88\x9d\x11\x29\x19\xd3\xd8\x19\xb9\x23\xd4\x3b\xd2\x5b\xd0\x41\x0e\x80\xd1\x78\x69\x5a\x32\x1b\x3c\x76\x1a\x3c\xac\xbd\xef\x56\x72\xf6\x93\xcb\x29\x6e\xbe\x5b\x80\xd9\x2f\xbe\x4f\x97\xf1\x7e\xf9\x7d\x14\x52\xec\x37\xda\xed\xa2\xdc\x69\xd4\x48\x85\x54\xee\x76\x51\xee\x64\x05\xaa\x4e\x95\xbb\xbd\x19\xfb\xcd\x39\x78\x0b\xde\x9e\xc3\xcd\x6f\x24\x13\xed\x6e\x21\x65\xa7\x02\xa4\xea\x54\xb9\x3f\xee\x93\x26\x53\x3b\x95\x76\x0b\x22\x3b\x05\x91\x14\x77\x35\x1e\x47\x1e\x1b\xc7\xa9\x8b\xfa\xb0\xe2\x74\xbc\x9c\x26\x85\x1f\x9f\x87\x23\xbd\x09\xc7\x11\xca\x59\xca\xc3\x91\xde\x07\xb9\xcb\x14\x87\x3c\x1c\xe9\x7d\x50\x0e\x11\xd2\x5f\x1e\x56\x9c\x08\xc7\x11\x53\xdc\xf3\x30\x07\x39\x28\x87\xd8\x51\x75\x98\x4b\x1c\xe4\x12\xc2\xce\xcf\xc3\x5c\xe2\xa0\x35\xd5\x4e\x2c\x43\x6e\x24\x10\x36\x5e\x9a\xda\x39\x2a\xfb\xa0\x25\x44\x79\x49\x79\x58\x27\x39\x10\xad\x10\xca\x4b\xca\xc3\xa7\xfd\x40\x04\x75\x4c\x71\x41\x43\x67\xe4\x11\x9c\x9f\xb8\xe0\xe1\x28\xcd\x23\x39\x07\xe9\x39\x86\xce\xc8\x23\x39\x4e\xe9\xee\x47\x7a\xcd\x92\x7d\x4a\x1e\x34\x74\x46\x1e\x93\xed\xa4\x03\x1d\x16\x1a\x0e\xda\x45\x95\x5f\x94\xc6\xd5\xc8\x63\x72\x7e\xda\x9e\x87\x7d\x97\xc0\xd5\x78\x69\x1a\xcb\xf2\xfc\xc8\x0a\x94\x5f\x94\x87\x23\xa8\x89\x90\x11\xaa\x4c\x95\x87\xed\x1d\x07\x85\x8d\xa9\xa8\xd0\xc3\xce\x93\x63\xcf\xff\xfe\x27\x85\xfa\x92\x87\x55\xa0\x83\x66\x51\xfb\xd3\x8e\xc3\x5b\xf0\xe0\x30\x65\x91\x3a\xac\x1e\x1d\x54\x8f\x94\xb2\x94\x87\xb2\x5d\xf3\x40\x90\x43\x2c\xbf\xcf\xea\xd1\x41\x0e\xa2\x62\x57\x79\x9c\xde\x2e\x94\x43\xec\x4f\x3b\x2e\x6f\x41\x72\x90\xa5\x8b\xff\xb0\x9a\x03\xac\x8c\x12\x4a\x20\xca\xe3\xf2\xfc\x6e\xf6\x29\xa1\xc0\xe0\x19\x79\xdc\x1c\x8b\x84\x82\xe3\xf6\xfc\x5e\xf5\x28\x9b\x5f\x67\xc6\x73\xdc\x1c\x8a\x34\xae\xc3\x8c\xe7\xa0\x15\x76\xc9\x8e\x70\x38\x40\x13\xf0\x1b\x2f\x4d\x43\xb1\x55\xe6\xa0\x76\xb4\x24\x4b\x1c\xd6\x8e\x0e\x5a\x68\x97\x34\xb5\x53\x90\xa6\x79\xd2\x0a\x6b\x17\xdd\xa9\x1c\xfc\x3c\x29\xbb\xa8\xee\x56\x9e\xca\x7e\xcb\x13\x80\x3e\xa1\xe2\x5a\x79\xda\x2a\x73\x92\x83\x28\x27\x29\x4f\xcb\x19\x27\xcd\xb0\xf6\xa7\x9d\xd5\xef\xa3\x26\x63\x7f\xda\xa9\x3c\xfb\x24\x58\x47\xd8\x9f\x66\xb0\x8e\x24\x58\x47\x2c\x59\xb2\x4e\xdb\x59\x4f\xca\x19\x42\x32\xcc\xd3\x8e\x95\x13\xce\x93\x54\x1e\x50\x9e\xe3\x32\xed\x06\x4d\x1a\xfa\xe9\x58\x28\x82\x6e\xa4\x7d\x51\x06\xdd\x48\x60\x6c\x94\xdc\xea\xf6\x6f\xa2\xf0\x69\xe6\x73\xc2\xcb\x9a\x4e\xf7\x39\xd3\xdd\xc2\xf1\x92\x9b\x98\xe4\xe9\x38\xcc\x73\xf2\x95\xda\x16\x06\xd7\xc8\x13\xf2\x44\x3a\x6d\xe7\xb4\x3c\x71\x42\x9e\xc8\xcd\x9f\xd7\xf2\xc4\xb9\xb8\x34\x52\x9a\x4f\x87\x43\x9d\x3b\xc7\x29\x46\x78\x9a\x51\x9c\xd0\x4a\x72\x93\x05\xfe\xb4\x56\x72\x42\x2b\xf9\x23\x2f\x19\x78\x23\x09\xbc\x91\x42\x02\x4c\x23\x6b\xe4\x79\x70\x7e\x62\x92\xa7\x5d\xb0\xe7\xc1\x71\x7a\x5b\x38\x54\xea\x3c\xae\xf7\x04\x4a\x09\x3a\x6d\x7f\x01\x36\xc7\xdb\x4c\x34\x33\x98\xf3\xe4\xb2\xe8\xea\x3f\x2d\xa2\x00\x9b\x23\x9b\x04\xd3\xd3\x3a\xd0\x79\xfd\x9a\x69\x24\x96\x50\xce\x8b\xa3\xd4\xed\x7e\x5a\x42\x01\xfc\xc6\x4b\x53\x3b\x9b\x51\x4e\x98\x4a\xb2\x48\x01\x3a\x1f\x0f\x05\x81\x52\x29\xfc\xc0\xbc\xac\x74\x00\x47\x63\x55\x7d\xf4\xcb\xd6\x54\xc0\x68\xbc\xcd\xbe\x85\xbe\xec\x63\xbd\x60\xb9\x48\xc1\x0e\xe6\xe5\x90\x0a\x40\x65\xbc\xb4\x6f\x93\x5d\x76\xad\x5c\xc8\xff\x4a\xe7\xe5\x18\x3b\x23\x2f\x94\xf2\x4c\x15\xa6\x4a\x63\x67\xe4\x55\x39\x3d\x6d\xdc\xcb\x12\x03\xf1\x31\xb2\x88\x9f\x5d\x76\xbb\x5c\x8d\xed\x74\xf3\x5f\xd6\x2b\xae\xce\x65\x91\x1a\x7e\x0d\xcf\x0f\x16\xce\x2c\xe2\x59\x97\x9d\x20\x17\x74\x87\x2c\xda\x80\x97\xa5\x09\x62\x67\x64\xd1\x06\xbc\x6c\x66\x20\x3e\x46\xda\x3d\x74\xf9\x40\x03\x2a\xa3\x64\xd1\x4e\xba\x9c\xf3\x01\xa8\x8c\x97\xa6\x75\xb1\xf3\xe4\x9a\xbf\x76\xea\xd3\x61\x13\xd7\x64\x3b\xf1\x33\x63\x60\xe4\x35\xb9\x2e\xda\x4a\x97\xcd\x0c\x17\xd0\x72\xb2\x8a\xd7\x5d\xb6\x8c\x5e\x3c\xec\x76\x0e\x5d\x76\x90\x5c\x3c\xec\xce\xd9\xb9\x1c\x09\x75\x41\x62\x48\x87\x3b\x5d\xbb\xbf\x03\xc2\x2d\x52\x85\xa2\xf2\xf2\xd5\x4f\xa0\x8b\xac\xba\x6e\x2f\x2b\x08\x04\xb3\x48\x3b\x87\x2e\x87\x48\x5f\xf0\x90\xa4\x0a\x45\xa5\x81\x2e\xf2\x42\x28\x54\xd6\xe6\x3e\xbd\xcf\x20\x16\x64\xf5\x3e\x73\xb8\xd3\x75\xb1\x4f\xdd\x8d\x06\xba\x48\x02\x5d\xa4\x1d\x47\x97\xad\x9f\xd7\xcd\xb9\x4b\xc9\xb9\x1c\xfb\x78\xdd\x5c\x4f\x49\x98\x97\xad\x9f\x17\x8f\xb4\xaa\x48\xe5\x65\xe5\xe1\x82\xf2\x90\x55\x0a\xd0\xe5\xe3\x4e\x10\x8c\x74\xde\x91\x41\x30\xf2\xde\xb8\x9e\x32\x13\xdd\xd6\x10\x6e\x9e\xf7\xaa\xa0\x3a\x83\x60\xe4\x5d\xf8\x8d\x24\x61\xde\xf6\x91\xdc\x95\xfb\x65\x9a\xd6\x4d\xe3\x9a\x49\x52\xbc\x7d\xde\x6f\x9e\xf7\xaa\xfd\x79\x5b\x43\x00\xe6\xc5\x4b\x53\x9f\xd6\x02\x6e\x60\xde\xa4\x3d\x47\xb7\x2d\x8e\x37\x34\x84\x14\xb0\x60\xde\x76\x84\xdc\x48\xb2\xc8\x26\x71\xf0\xb6\xb3\x03\x00\x15\x25\x9b\x78\xdd\x6d\xab\x22\x51\x29\xd2\x3e\xa0\xdb\xbc\xe0\x0e\xf6\xa9\x8b\xf8\x36\x2f\xb8\x79\xbf\x37\x5d\xc4\xb7\x6d\x05\x37\x8a\x8e\x65\x93\x83\xf2\xf6\x79\xbf\x93\xed\xc4\xcf\x6e\x9f\xf7\x1b\x9e\x90\xb4\x33\xe7\x76\x54\xc5\x3d\x39\x16\x29\xda\xf7\xf4\x58\x66\x92\xa6\x3e\x7d\xde\x6f\x9e\x77\xd5\x89\x4a\x23\x56\xe4\x8d\x38\xe8\x6c\xde\x4b\xf6\x84\xdc\xf0\x84\xa4\xbd\x39\x46\xa5\x48\xa0\x52\x44\xf1\x27\xb2\xce\x7f\x23\x4a\x31\xed\xe8\xb9\x7d\xa4\xef\xf7\x6e\xfd\x13\xff\x70\x3b\x8e\xe1\x7e\x0f\xe9\x9f\xf0\x87\xdb\x46\xbc\xfb\xbd\x22\xff\x44\x38\xdc\x8e\x1f\xbe\x5f\x91\xf8\x4f\x80\xc3\x6d\xf3\xde\xfd\xe0\x5d\x32\x9f\x18\x1f\x22\xef\x57\x0a\x0e\x5f\x52\x8f\x85\x60\x20\x45\x44\x11\x5f\x31\x3a\x44\x02\x1d\x22\x54\x3b\x31\x1f\x87\x15\x3f\x1b\x06\xaf\xaf\xfd\xf8\x26\x05\x36\x44\x14\x59\x55\x1e\xab\xd0\x4f\xcd\x97\xa4\xbb\xf9\xb1\xef\xf1\xa9\xd7\x4b\x12\x6b\x78\x7c\x74\x1e\x20\xfa\xfb\xe6\x7a\x9a\x87\xd1\xb9\x43\x24\xcb\x3c\x96\x7e\x81\xfd\x90\x42\xe6\x4f\x43\x3f\xe4\xd3\xb9\xe9\x24\xaf\x18\xa4\x21\x09\xd2\x90\x76\x95\x3d\x3e\x38\x0f\x05\x63\xbb\xca\x1e\x1f\x0e\xe0\x2e\x94\xec\x5b\xfb\x37\xe1\xf7\x71\xbc\xf1\xc3\x7b\xd4\x9e\x34\xe3\x34\x24\x71\x1a\xb2\xeb\x0e\x7a\x7c\x76\x00\xd9\xf0\xd2\x34\x0d\x9f\x9d\x87\xf7\xa8\xbd\x65\x8f\x4d\xf9\x0f\xb4\xf2\x74\xe2\x96\x71\x1a\xf2\x81\x76\x9d\x4e\xce\x7a\x9c\x03\xf9\xc0\x5c\x9f\xdd\x1b\xc2\xe6\xfa\x07\xe1\x87\xd9\xfd\xd9\x77\xbf\x6f\x67\x9f\x72\x2b\x18\x8b\x21\x1f\x20\xba\x64\xf7\x9e\xb0\x60\x0c\x2c\x86\x3f\xe7\xea\x71\xd4\xe2\xc3\x6b\xd4\x0e\x31\xc3\x2d\xe4\x43\xb9\xb8\x7b\xc3\x58\xc0\x7d\x28\xe0\xda\xb1\xf5\xd8\xc1\xf8\xf0\x1a\xb5\x63\xeb\x71\x1e\xe3\x83\xd0\xc4\xec\x32\x44\x19\x6e\x21\x09\xb7\x90\xc2\x4b\x4c\xc3\x2d\xe4\x73\x71\x7a\x92\xd1\x0d\xa9\x90\xcf\xcd\xb1\x48\x0c\x7a\xac\x26\x3f\x50\x93\xd3\x4e\xaf\xc7\x57\x2c\x21\x15\xd2\x09\x58\x8f\x55\xe1\x87\xd7\xa8\xf0\x12\xf3\x71\x68\xe2\xc3\x6b\x54\xf5\xb4\xa6\x21\x15\xe6\x06\x75\x37\xc7\xc7\xdf\xe6\x26\xb1\x79\x6e\xbc\x46\xe5\xf4\x9a\x9b\x1c\x77\x73\x2b\x58\x6b\x65\x59\xcd\x4d\x62\xf3\xdc\x28\x36\x8f\xa2\x3e\x25\x36\x4f\x20\x28\xbc\x34\xf5\x29\x20\x98\xb9\xbd\x5c\xc2\x92\xf8\xdc\xc4\x0a\xe6\xc6\x5b\x74\x98\x26\x4d\x78\x02\x24\xe1\xa5\x8d\x8f\xa6\x34\xc6\xb9\x91\x4f\xc8\x21\x36\x37\xf1\x89\x09\x90\x84\x92\xa3\xa9\xcf\xee\x65\x41\x0d\x81\x54\x19\xae\xb9\x75\x2f\x0b\x6f\x5f\x65\x67\xcd\x4d\x8c\x62\x6e\xbc\x61\x95\x81\x35\x8d\x7e\x30\x37\xde\xa2\x72\xa4\xcd\x2d\xdc\x2e\xb0\x5d\x94\x2d\x35\xb7\xf4\x52\x23\xac\x28\x05\x50\x38\x8d\x62\x30\x37\x04\x1b\xa7\x32\xa2\xe6\x36\xfd\x19\x78\x1b\x8e\x6f\xeb\xce\x6d\x79\xee\x8b\x73\x4f\xb5\x93\x3a\x3b\xb7\x9d\xe3\xfc\xb6\xe7\xdc\x0e\x7f\x22\x64\xf0\xa4\x32\xa2\xe6\xa6\x0c\x9e\xb9\x1d\x5c\xb3\xa5\xf7\x9d\x5e\xcf\x93\xdb\x65\x69\x5d\x4e\xaf\xcb\xc5\xb1\x78\x7b\x5e\xa6\xc1\x10\x95\xe1\x2d\xa8\x63\x34\x89\x2a\x90\x42\x0c\x9c\xdb\xed\xf7\xbd\xa7\x26\x94\xcb\x37\x0d\x0e\x30\x09\x0e\x90\x2a\x7d\x35\x0d\x0e\x30\xcb\x56\x48\x5b\xa2\x35\xd3\xb0\x73\x55\xfa\x6a\x16\x9f\x22\x82\x0a\xa4\x12\xa9\xa6\x41\x05\x66\x41\xc6\x6f\xca\xc1\x36\xcb\x76\x99\x76\xbf\xc3\xfc\xe4\xa3\x59\x64\x91\x9e\x05\xf6\xa4\x54\x55\xac\x59\xe4\x19\x9f\x05\xf1\x3a\x29\x0c\xc2\x59\xaa\xbb\xa4\x7e\x29\x3f\xd9\x2c\xcd\x53\x00\xa6\x40\x2a\x57\x6a\x16\xe1\x8b\xcc\xd2\xf8\xbe\xa1\x3e\x9b\xdf\xc7\x93\xa2\x5c\xa9\x59\x86\xa7\x3e\x38\xf5\x50\x9f\x0a\xd4\x9d\x65\xe0\x2b\x7c\x01\x0a\xb3\xf8\xa0\x00\x5d\xa0\xa4\xb0\xfd\x66\x11\xbe\xeb\x2c\xc1\x95\x4e\x4d\x21\x4d\x4b\x7e\x74\x6d\xce\xa2\x2b\x73\x12\x52\x20\xe5\x26\x9b\x25\xbd\x9c\xef\x95\x19\x02\x00\x9d\x65\x7a\x55\xe6\xaf\x99\x66\x30\x3d\x4c\x6a\x97\x0a\xb6\x9a\x65\x79\x28\x8b\xed\xb4\x6f\x8b\x6c\xce\xb3\x00\xbd\x28\x73\xd3\x8a\xc9\x35\x35\x0b\xf2\x6c\x32\x37\xbd\x4f\xda\xe5\x2c\xd4\x2e\x05\xed\x37\xcb\xee\xb1\x1c\x6c\x27\xb6\x5a\x0e\xb7\xe3\xd9\x4b\x6f\xce\xd3\xb4\x93\x7d\x56\xbd\xcf\xe7\xb2\xc0\xc1\x9d\xe9\x5d\x76\xf9\x30\xf0\x7a\xcb\xa6\xb9\x5f\x1e\x0b\xaf\x37\xb9\xc9\xa6\x53\xf1\x67\xb9\x39\x4e\xf1\xb9\x72\x7b\x2c\x34\xfc\x08\x86\x6f\x96\xdb\x6b\xf6\xb0\x9d\xb7\xcb\xe3\x6f\xf4\xde\x74\xdd\x6c\xd5\x59\xfa\xb3\x3c\x9c\xba\x3e\x6d\x95\x8c\x3b\xeb\x56\x5f\x41\x42\x33\xa8\xd2\x11\x67\x7d\x4f\x61\x6b\x9f\xdc\x39\x9d\x87\x3f\x99\x87\x9f\xf2\xbb\xcd\x2a\x17\xf5\x64\x1e\x7e\xe6\x67\xca\x9d\xb5\xfa\x6d\xef\x35\x97\x0a\x5d\x9b\x55\xda\xe3\x64\x8a\x7e\xca\xb5\x36\x9d\x86\x3f\x91\x86\x6f\x85\x66\xd6\xe6\x41\xf2\x50\xe6\x34\x4d\x87\xb2\x22\x51\x36\x53\xec\xb6\x76\x8f\xb2\x73\x99\x3f\x30\x9d\x59\xbb\xfb\xec\xfc\x74\xda\xb6\x55\x81\xb6\xb3\x02\xd8\x27\xe7\xa6\xd9\xf9\xc4\x56\xca\xc0\x72\x91\xcd\x1a\x6e\x47\xe3\xf0\x2c\xff\x06\x14\x31\xab\x6c\x49\x13\x79\xfe\x25\x85\xfa\x37\x6b\x78\xa8\x94\x8f\xe5\x41\x9b\xd5\x87\xbd\x52\x3e\x56\x1a\xd8\x74\x02\xff\x64\x02\x7f\xce\xcf\x9e\x32\xeb\xf4\x50\xa9\x5b\xca\xf3\x36\x9d\xa5\x3f\x2b\x39\x81\xd0\x02\xa7\x33\xf1\x67\x5d\x7c\x9f\x78\x75\x15\x0e\xc8\xac\xb4\x25\xcd\xae\x76\x92\x81\x67\xa5\x0c\x2c\xb4\xc0\x59\x7d\x9b\x56\xde\xa6\x73\x68\xee\x87\x3f\x2f\xad\xb5\x53\xa7\xa1\x9e\xee\x93\xf6\x22\x15\xfc\x9a\x4e\xa9\x9f\xf5\xfc\xf5\xa9\x71\x9e\x5e\x97\x57\xf3\x34\xe4\xd1\xac\x97\x3f\xc3\xc5\xcf\x20\x21\xa3\x2a\x48\x7e\x22\x49\xfe\xa5\x69\x39\x6f\x7f\x22\x9a\x76\xa6\xf8\x78\x7d\x3c\xcc\x87\xc3\x4c\x4d\xc1\xa7\x96\x19\xf5\xa9\x2c\xb7\x59\x1f\xf7\xc9\x1b\x7a\xea\xb0\x34\x05\xcd\x4e\x64\xc9\xbf\xb4\x6f\x67\x37\x99\x76\x66\x2b\x7c\xdf\xe7\x87\x9e\x4d\x41\x68\xb3\xbd\x47\x78\x28\x96\x7f\x3a\x6b\x7e\x36\x44\x96\xe4\xfc\xf2\x1f\x66\xb3\x28\xdb\x68\xf5\x99\xe2\xff\x4d\x28\x5f\xb3\xd1\xea\xa3\xe4\xb8\xd9\x9a\xdb\x21\x48\x3e\x95\x00\x37\x9b\x22\x44\x26\x92\xdd\x5f\x9a\xda\x59\x26\x6d\xbc\x69\x95\x00\x37\x5b\xf7\xd4\x79\x70\x55\x5e\x6c\x36\x25\xc7\xcd\x46\xab\x8f\x1c\x76\xb3\xf9\xe0\xb6\x81\xaf\x2e\x56\xdd\xc2\xc3\x7c\xc5\x4e\xe3\x32\xcd\xa6\x70\xb1\xd9\x78\xbe\xe4\x93\x9b\x2d\x3d\x73\x3a\x66\x96\x38\x5d\x93\x63\x66\x36\xea\x98\xf2\xbb\xcd\x26\x24\xd2\xd9\xe8\xb4\x11\x16\xe0\x6c\xbe\x69\x99\xfb\x9e\x4a\x8d\x9b\xce\x7d\x9f\x0d\x08\x19\x29\x9f\xdc\x6c\x96\x64\x99\xfb\x9e\xc2\x10\x9c\x6d\x79\x9c\xb4\xf9\x2c\x5d\x0d\xce\x61\x9f\x6d\xe7\xfc\x42\x5f\x41\x39\xec\xb3\xed\xfc\x7a\xba\x00\xda\xe1\x76\xef\xa5\x3b\x54\xe3\x66\xb6\xc3\x53\x3f\xd8\xcc\x34\x1f\xd9\x46\xfd\x53\xae\xbc\xd9\x4e\x6f\x40\xea\x9f\xcb\xfb\xfd\xf4\x17\x3a\xf9\xd1\xa7\xa6\xee\x0b\xba\x21\xc0\x35\x97\xcf\x82\xcf\x73\xa3\xf7\x45\xa9\x71\xb3\x59\x70\x66\x0a\x7b\xaa\x98\xd9\x6c\x42\x43\x9f\x8d\xfa\xe7\x5a\x9a\xfa\xed\x4f\x84\xb3\x3e\xe5\x3a\x9c\x4e\x61\x9f\x0d\x21\x66\x53\x30\x81\xb3\x3d\x9e\xdf\x7b\x43\x0f\xa5\x53\xcc\xf6\x78\x4f\x23\x3c\x64\x6e\x7f\x68\x5e\x4e\xb0\x81\x29\x04\xc1\xd9\xe5\xa5\x9d\x1d\x19\x75\x73\xfb\x2c\x65\xb3\x9b\x0d\xf4\xc2\xa1\x48\x16\x42\xba\xfb\xf7\x78\x90\x96\xa2\xe9\x7d\x48\x74\x2f\x53\x99\x71\xb3\xfb\xfe\xee\xaf\x96\xea\xca\x38\xb3\x9b\x0d\xf4\xca\x2e\xa5\x0e\x76\x0b\xe3\x1d\x6a\xeb\xab\xac\x7e\xb4\xe6\x61\x22\xc7\x66\x2a\xc3\x6d\x76\x25\xe2\x4d\xe4\xce\xbf\x34\xf5\x69\x75\x97\xc9\xf4\x53\xc0\x83\xb3\x37\x4f\x01\xec\x63\x2a\x33\x6e\x76\xab\xb4\x1d\xc0\x60\x53\x1e\xcc\xd9\xcd\x5a\xfa\xe0\x38\x43\xed\x14\x59\x3f\x3b\x82\xcf\xa6\xc0\x05\x67\x1f\x9e\x5f\xb0\x5d\x6a\x0e\xe1\xf7\x05\xdf\x97\x7a\x9f\x2f\x68\x64\xb6\x97\x29\x90\xc0\xd9\x2d\x8e\x33\xb5\x7d\xca\x6f\x38\xbb\x19\x48\x7f\x19\xc8\x90\x0f\x65\x76\xf3\x88\x0e\x6d\xf7\x55\xe6\x3e\x9a\xec\x57\xb3\xe3\xee\x9e\xca\x54\x9b\xdd\x77\x37\x33\xe2\xa7\x4a\x99\xcd\xbe\x3c\x3d\x44\x8e\x4c\x95\x32\x9b\xdd\xf7\x7a\x87\xfd\x6a\x16\xef\x4e\x81\xa1\x4f\x64\xb9\x97\x29\x3c\xbf\xd9\x7d\xe7\x77\x18\xb0\xe6\xff\x66\xec\xcd\x71\xf7\xc9\x95\x24\x41\x7d\x4e\x91\x37\x98\x20\x83\x8b\x9b\xf2\x94\x91\xa7\xef\xc0\xe0\x02\x94\x50\x55\x0f\xaf\xab\xee\xdf\xa0\x7b\x7e\x66\xd9\x8d\x16\x52\x48\xe0\x97\x7f\x47\xf0\xe3\xea\x34\xdf\x8c\xac\x38\xb3\x22\x25\x51\xfc\x5e\x37\x3a\x5e\xad\xe8\x5e\x2f\x8e\xd4\x2d\x69\x9b\x4d\x2d\xbb\x67\xc1\x5b\xa2\xce\x2d\x4b\x3b\xd7\xad\x6b\x63\xdc\xd0\xca\xd2\x74\x7a\xac\xc7\x92\xb6\x99\x50\x7c\xd9\x31\x9f\xd4\xb9\x2a\x89\xb7\xb2\x63\xce\xa8\x73\xcb\xd1\x77\x27\x64\xbf\x60\xb8\xa9\xec\xdd\xa2\xb4\xdd\xa4\x3c\xab\x4c\xe1\x9a\x62\xae\x7f\xae\x59\xab\x02\xdd\x35\xc5\xfa\x51\x99\x55\xdd\xde\xd5\x6f\x6f\x63\x6c\xd0\x2a\xf3\x42\xcd\xab\xe3\xaf\xec\xa7\x94\xaa\x4e\x74\xf5\x9c\x0c\xe3\x03\x61\x56\x99\x5d\x6e\xd5\x6f\xf6\x6b\x3d\x50\xc6\xb9\xae\x9e\xfb\x69\x2c\x1c\xb3\xaa\xe3\x57\x3d\x9e\x73\xcd\x85\xbf\x07\x83\xab\x2e\xfe\x1a\x27\x37\xf3\x72\xaf\x45\xc3\xf0\xf0\xae\x65\xc2\xe0\xca\xb4\x51\xab\xee\x8c\x32\xd2\x04\x5a\x25\x7d\xb0\xd5\x1a\xdf\x51\xa1\x55\x39\xa3\xa2\x62\xfe\xda\x1e\x3f\x59\xd3\x74\xbb\x47\xdb\xa4\xed\xaa\x1c\x55\x5e\x20\x9f\x8c\xa1\x43\xab\x4d\xc3\xef\xd1\x26\x35\x5a\x15\x5c\xaf\x3d\xa6\x8d\x5a\xab\xca\x36\xaf\x3d\xfa\x49\xad\x55\xbb\xfa\xe9\xd9\xe7\xc6\xd0\xa1\x55\x39\xb8\xa2\x2a\xde\x18\x1e\xb4\x2a\xe3\xbc\x22\xbe\xe3\xf5\x5e\xa5\x0e\x2a\x62\x79\xe9\x34\xab\x3a\xf2\x15\xd1\x26\xed\xbb\x3a\xb4\x7d\x47\xb4\xa9\xed\x2b\xe3\xbc\x8e\x18\x03\xef\xf0\xca\xe2\x38\xf3\xca\xfa\x2b\xe3\x18\x3e\x7d\x37\x63\xcb\xd0\x8a\xab\x52\x07\x35\x8e\x3c\xdf\x24\xb3\x3a\xb5\xb6\x5e\x1c\x67\x0c\x1d\x5a\x5d\xfa\x3d\x7f\x25\xc5\x5e\x6d\x51\xfa\xac\xad\x3a\x2e\xb0\x97\x2a\xad\x2e\xad\x9f\x3b\xd4\x8c\x45\x67\x56\x85\x0b\xaa\xe3\x02\x7b\x79\xa9\x56\xe1\x82\x28\xa7\xb7\x97\xa6\x58\x3d\x3a\x4a\x27\xbe\xd3\x3e\x13\xce\x8f\x92\x79\x63\xe8\xd0\x9a\x54\x45\x7b\xa2\x4d\xde\x9c\x4d\x97\x7f\x73\x9f\xb5\x31\x74\x68\x4d\x66\x7d\x0b\x35\x42\xfe\x40\x6b\x02\x06\xcd\xd3\xb7\xec\xe5\x3e\x6b\x4c\xdf\xb2\x16\x6a\xe4\xfd\x55\x24\x58\x93\x1a\x89\x52\x7b\xe3\x43\x60\xd6\xe4\x8a\x6b\x4e\x97\x63\x0c\x2b\x5a\x93\xaf\xbb\xb9\xf1\x60\xe4\x0f\xb4\xc6\xb0\x97\xb5\x1c\xeb\xd7\x38\x3e\xa9\x98\x28\xc3\x37\xf2\x07\x5a\x93\x61\xd1\xde\x98\x33\xfa\xb8\x9a\x9c\xdd\xad\x44\x9b\x54\xa1\xad\x6a\xec\x35\xe6\x93\x56\x7f\x63\xc8\xd8\xbc\xb4\x3e\x59\x21\xae\x53\x3d\xbd\x45\x3d\xbd\x15\x5e\x8f\xad\x69\x7c\x9e\x70\x6a\xe4\x16\xb4\xd6\xb4\x46\x6e\xd6\x1b\xc3\x57\xd6\x9a\xe6\xcc\x53\x44\x8c\xc5\x5e\xd6\xe4\xdf\x6b\x1e\x32\xbe\x90\xed\x27\x13\x32\xf0\xda\xfa\x64\x7c\xd2\xcb\x9a\x69\xce\xe2\xfa\x67\xd1\x96\x35\x68\x7c\x71\xc5\x17\xed\x25\x39\xea\xda\x88\xef\xe8\x2e\x55\x61\xbc\xb5\x11\xe3\xa3\x49\xd2\x86\xd6\x21\xae\x7f\x3e\xdb\x65\xed\xd3\x18\x3c\x03\xd4\x8a\xf6\xd2\xa7\x7d\xf6\xc5\x18\xe8\xe8\x57\xd1\xbc\x35\xb7\x1f\x2e\xa8\xfa\xc9\xf8\xde\x89\xb5\x80\x06\x24\x02\xb4\x36\xb5\xe7\x9d\xa6\xd3\x18\xa3\xb2\xb6\xd4\x97\x15\xdf\x69\x2f\x2d\x8d\xcf\x1d\x7c\xc6\xf8\x95\xa9\x68\xde\xa2\x68\xde\x48\x12\x68\x6d\x6b\x4f\x84\x9e\xe0\x7b\x5f\xd6\xb6\xda\x0c\x3d\x51\xb4\x3f\xb7\xf6\xbc\xe7\x97\x5f\x10\xf7\x93\x09\x36\xb4\x93\xff\xf1\x87\x32\x83\x4c\x75\xf8\x16\x75\xf8\x17\xe0\x51\xa6\x29\x3b\xd1\x4d\xde\xf0\x9d\x15\x2a\xe6\x65\xf7\xc9\x58\xcf\x65\x5d\x4e\xf9\xee\x4e\x79\xab\xbc\xe1\x55\x6c\x6f\xdd\x5f\x5a\xb2\x4a\xb4\xd8\x75\xdc\xbb\xb3\xe8\x99\x42\x5b\x9d\x44\x3a\xd6\x9d\x29\xcf\x48\x2e\x68\x2a\xb6\xb7\xee\x95\x26\x17\xac\x50\xa6\x36\xc3\x48\x60\x1d\x98\x75\x19\x09\xdd\xeb\xd5\x4c\xb1\xad\xce\x7a\x35\xeb\x81\x44\x2a\x6d\x99\xfe\x9a\x64\x23\x64\xfc\x3d\x39\x15\xbd\x96\x3f\x59\xa5\x65\xdf\xa5\x42\xa2\x42\xdf\x58\x24\x66\x5d\x46\x42\xf7\xe0\xb9\x55\x5e\xfd\x5d\x30\xc4\x2b\xf2\xaf\x8c\xdf\x09\x86\x78\xd5\x7d\x32\x32\x08\x5a\x67\x56\xa9\xf5\x16\xdf\xf1\x38\x74\x19\x10\x5e\x75\x7f\x65\x1c\x43\xd7\x77\x3d\xe6\x85\x2e\xa9\x2e\xef\x84\x57\xe4\x27\xab\xdc\xf2\x9d\x35\xb6\xd6\xfb\xfe\xc7\x1f\x3d\xf3\x86\xeb\x42\x1a\x3d\x6c\x92\xca\xd3\xa0\x0a\x7d\xeb\xee\x18\x34\x3e\xcc\x65\xdd\xf4\x73\xf6\xe7\xcf\xb1\x9b\xd2\x4a\x3d\xb4\x92\x42\x69\x5d\x8e\x8b\x1e\x46\x49\xa5\x0d\xd4\xa1\xe5\x43\x0c\x9d\xa8\xa0\x0b\x85\xf4\x11\xfd\x24\x2a\x50\xf9\xbe\xf5\x11\xfd\xa4\xf5\xde\x87\xfa\xe9\xc9\x69\xf7\x62\xfd\xc9\x64\xb0\x44\xf9\xbe\x35\x22\x06\x95\xef\x5b\x0f\x8d\xc5\xc2\x32\xeb\xf2\x78\xf4\xd0\x58\x4d\xf3\x29\x8d\xd5\x43\x63\xb5\xf4\xf7\xea\xe3\xac\x4b\xa1\xf5\x50\x68\x0a\xa7\x75\x45\x0b\xbb\xe7\xb5\x99\xc2\x69\x5d\xb6\x4e\x5f\x31\x44\x9d\x08\x29\xb4\xbe\xa2\xab\xda\xd9\xb2\x75\x7a\xd8\x3a\xac\x49\xb3\x2e\xe0\xd3\x77\x0c\x5f\xbb\xfe\x68\xda\xbc\x72\xd7\x58\x77\x66\x5d\x0e\x91\x60\x0c\xb0\xc6\x48\x47\x17\x28\xea\x01\x8a\x14\x6b\xeb\x02\x45\x3d\x34\x5a\xe3\xe5\x61\x02\x45\xf6\x44\x3f\x09\x44\x4c\x21\x48\x0b\x8f\x08\x1f\xe7\x32\x93\xb6\xb3\x27\xc6\xce\xcb\x43\x6c\x02\x66\x29\xe6\x8c\xa7\x45\x74\x02\x66\x4e\x2d\x62\x7c\x64\xcb\x4c\xf6\x93\x85\xd6\x6a\xbc\x04\x4c\x11\x0d\xa7\x01\x48\x46\xce\x42\xb3\x57\xbf\xf7\xc6\xd8\xb9\x7d\x4d\xe0\xc6\xde\xe8\x27\x41\x8a\x88\x01\xcc\x3c\xdc\x61\x7c\x2c\xcb\x4c\xae\x0d\xf3\x68\xbd\xb1\x96\xcd\x4c\xd1\x7a\x0b\xcd\xc4\x5a\x36\x33\x79\x4d\x2d\x5c\x1b\x9d\x9e\x58\x55\xff\x9b\x85\x6b\xa3\x53\x63\x1b\x1f\xba\xb6\xa8\xfe\xb7\x4e\x83\xcc\xba\xc6\x1e\x86\x8e\xa2\x6d\xa6\x48\xbe\x79\x5c\xc2\x58\x94\x66\x26\x15\x63\xa1\x62\xf8\xe8\x95\x99\x54\x8c\x85\x8a\xe9\x85\x73\x2d\x15\x63\xee\x1b\x35\x45\xe2\x4c\x31\x0b\x73\xdf\xa8\x29\x12\x67\xd0\x9c\x05\x28\xea\x04\x37\x62\x06\x30\x0b\x15\xd3\xb5\x07\x05\x8a\x2c\xd4\x48\x27\xe0\x15\x33\x80\xd9\x17\x73\x46\x57\x91\x09\x14\x59\x18\x41\x64\x1d\x31\x53\xe6\x80\x7d\xd1\x17\xed\xb3\x4f\x7d\x09\x03\x49\x91\x33\x9b\x1a\x9f\x3b\x55\xad\x13\x6c\x98\x22\x9b\xc1\x1a\x60\x64\x41\x34\x53\x1c\xc4\x42\xbf\x28\xac\x66\x72\xaa\x3a\x81\x40\x32\x16\xac\x99\x58\x03\xcc\x02\x30\xb1\x60\xcd\x6c\x69\x6d\xc3\xb0\xea\xda\xd7\x02\x4c\xb6\xff\x6c\x93\x7b\x49\xfa\xc5\x9c\x92\xd8\xc8\xba\x68\x62\x14\x30\x73\x0e\x33\x33\xaa\x6c\x31\x03\x98\x05\x2a\xe2\x0b\x5c\x66\xf2\xaa\x5a\xf8\x60\x8c\xfb\x1a\xd2\x21\xf0\x14\x07\xe3\x0b\x5c\x06\xa5\x38\x78\xb1\xff\x95\x81\x32\x93\xcc\xcf\x98\x51\x27\x43\xfa\x05\xa1\x5f\x8c\x3a\x59\xd5\xff\x16\xd5\xff\x66\xcc\xb2\x81\xf4\x0b\x02\x4d\x91\xae\xd1\xc0\x77\x13\x0c\x9e\x28\x74\x35\x00\x65\x4d\xb2\xe8\x0b\xd1\x06\xf2\x5f\xda\x8c\xbe\xd0\xd1\x00\xb9\x4e\x11\xa8\x88\xaf\x6c\x19\x84\x8a\x10\xbe\x1b\x56\xc1\x99\xaa\xff\x0d\xa1\x7b\x8c\xba\x15\x0a\xb5\x22\x10\x13\xab\xe0\x0c\x45\x73\xe6\xd5\xff\xc6\x17\xb8\x0c\xca\x9b\xf0\x0a\xff\x64\x0a\x72\x41\xa8\xc8\xab\xfd\xaf\x8c\xdf\x09\x15\x79\xb5\x7f\x32\x56\xac\x19\x14\xce\x81\x67\x11\x99\xa2\x55\x2a\xff\x37\x84\x73\x86\x65\x69\x06\xe9\x2c\x04\x62\x62\x59\x9a\x41\xce\x19\x78\x51\xef\xdd\x1a\x3f\x99\x69\x6d\x3d\x2f\xdf\x14\xe5\x82\x5c\xb5\x08\x9d\xc5\xb2\x34\x83\xa9\xcd\x70\xdc\x40\x7b\x10\xea\x67\x40\x26\xd2\x3c\x1a\x04\x99\x10\xfa\x0c\xda\x83\x8a\xf5\x20\x7c\xb5\xa0\x71\x08\xf9\x6a\x83\x52\xc0\xc0\xbb\x1f\x43\xfd\xf4\xe2\x1d\x63\x0d\x99\x41\x46\x1e\xc2\xc8\x23\xcd\xa3\x41\x90\x09\xe1\xe3\x85\xf6\xa0\x62\x44\x08\x5d\xc7\xf7\xb0\x0c\xd2\x75\x08\x38\xa5\x38\x17\x64\x00\xc2\x13\x8a\x8d\x14\x90\x06\x39\x7c\xe0\x59\xc3\x85\x60\x58\x4c\x04\x86\xab\xb2\x5a\xd1\xee\x5c\xea\x49\x78\x7f\xa1\x5d\x2d\xef\xaf\x13\x0b\x24\xe3\x0b\x5b\x06\xe5\x5d\x05\x9b\x80\xf1\x15\x2d\x83\xbc\xbf\xd8\xb1\xb2\x34\x37\xa1\x70\x30\x22\x44\xa4\x10\x18\x84\x96\x70\xa2\x4d\x82\x68\xb1\x10\x58\x30\x0d\x18\x19\x20\x4d\x4c\x03\x36\x42\x2b\x91\x01\xd2\x06\x73\x8e\x6d\xa4\x68\x93\xbb\x7a\x28\xd6\x33\x1c\xd9\x80\x2c\x8f\x36\x98\xe9\x6f\xc1\x0a\x80\x87\x36\xde\x90\x76\x19\xae\x5d\x40\x26\x47\x1b\xf9\x93\x6c\xba\x2c\xb1\x9f\x72\xdb\x04\x63\x00\x1e\x6a\xdd\x21\x3b\x6e\xb8\x1d\x87\xe7\xef\x82\xe1\x21\xc0\x34\xde\xe8\x0e\x0f\xc4\x78\xd5\x1d\x37\xe5\x40\x12\x48\x1b\xca\x0f\x19\x25\xba\xc3\x03\x31\xa4\xd0\x82\xa4\x00\x24\x88\xb4\x51\x34\x6d\x25\xda\x24\x48\x19\xf2\x14\x0d\xcf\x0f\x01\x19\x1b\x6d\x28\xd9\x6b\xd4\x98\xee\xa2\xef\xa6\x64\xd1\x26\xbd\x2c\x43\x9e\xe8\x20\x30\xc0\x43\x90\x32\x9a\x96\xbe\x45\x3f\x09\xa2\x87\x14\x61\x90\x1b\x40\xb1\xae\xd1\xd5\xcf\xfe\xa7\x8c\x63\x17\x08\x73\xc2\x82\x2b\x63\x9b\x32\x0f\x83\xc1\x00\x8a\x83\x0d\x25\x8e\x0c\x8b\x25\x64\x86\xc4\x50\xf0\x3a\xd8\x0d\xa0\x18\x99\xd8\x0d\x2c\xd8\x0d\xf0\xf0\xb8\x0c\x68\xfb\x5e\x65\x67\x8a\x6b\x0f\x39\xad\x06\x62\xaa\x79\x92\x06\xf4\x73\x88\xe9\xe4\x49\x1a\x32\xf3\xc6\x88\xe1\xd1\xd9\x3c\xa4\xcf\x9c\x03\xe1\xca\x38\x2d\xd2\x59\x41\x7c\x80\x87\xf7\x8a\x88\x0f\x6c\x7c\x31\x9d\xc4\xf3\xe3\xd3\x74\x7e\xf1\x7b\xf4\xc0\x0c\x61\xb7\x20\x45\x00\xdf\xed\x32\x91\x22\xd8\x70\x16\x48\x3c\xc4\x44\x43\xb1\xae\xe1\x39\x2c\x60\x09\xa0\x0d\x69\xb4\x20\x4c\x80\x62\x72\x83\xcc\x6f\xe6\xfc\x08\x09\x49\xa7\x53\x1a\xcd\xf9\x11\xae\x8c\x63\x57\x82\xcb\xd8\xf1\x1d\x9d\xdb\x63\xeb\x3b\xaf\x3f\x06\x6b\x00\x6d\x1c\x6d\xcf\x13\x7d\xe1\x31\xfa\x84\x97\x3e\xc7\x4b\x50\xbc\xee\x13\x5e\xfa\x9c\x49\x09\xac\xf3\xb3\x4f\x1a\x2d\x18\x0c\x90\x78\xe7\x7c\x8a\x50\x7f\x39\xfa\x42\x6c\xf3\x09\x2f\x7d\x39\xfa\xc2\xe3\xf0\x29\x44\xfd\xe5\x18\x1f\x8f\xc3\x27\xad\xf5\x39\x1f\x2c\xf8\xa6\x97\x89\xc1\xc0\x3e\xb7\xd5\x90\xb8\xe5\x3f\xe5\x8b\x7e\xa1\x7a\x52\xd3\x77\x9c\xb3\xaf\xc4\x77\xb4\x29\x3f\x79\x91\xbe\x50\x2f\xf2\xf4\x7d\x4a\x3f\xfb\x6a\x8c\x81\xfb\xf3\x53\xa8\xf9\x0b\x55\x90\x88\x6d\x3e\xa9\x82\xcf\x9d\xcd\xe0\xdb\x5c\xf6\xb5\xbf\x7c\xb7\x43\xf6\xdb\x83\x9f\xbc\x48\x4e\x74\x70\x65\xa0\xac\x4a\xe6\x7b\x90\x44\x8f\xf6\x75\xad\xad\xdb\x71\xc8\xd4\xf4\x9f\xf2\x5f\x3e\xa7\x52\x82\x02\x79\x62\x45\xb0\xcf\x1d\xd8\xc8\xdc\x67\x9f\x54\xc8\xe7\xf9\x2f\x50\xb0\xee\x53\x6c\xdb\x49\x10\xae\x8c\xe3\x93\x1d\x17\xcc\x07\xc8\xcc\x6c\x12\x83\x81\x39\x83\x41\x31\x9a\x39\x9f\x12\x46\x9d\x94\xa0\x90\x2c\xdc\x44\x36\x60\x4e\x36\x50\x04\x22\x3f\x79\x93\x9d\x5a\xa0\x18\xcf\xec\xa7\xb3\xf7\x5d\x34\x51\xa0\x25\xd0\xd1\x73\x36\x81\x22\x04\xf9\xe9\xe4\x7d\x3b\xbe\xfa\x35\x38\x75\x10\xe6\xbd\xda\x0b\x29\xbd\x6d\xca\xa6\x98\xa9\xb9\xa8\x51\xc4\xdf\x9a\x39\x5d\x11\x67\x6a\xca\x07\x3b\xef\x35\x5e\x04\xf4\xa6\x0e\xc1\xbc\x46\x83\xde\x3d\xb5\xa9\x9b\x7b\xde\x9b\x5b\xcf\x9e\xda\x94\x03\x76\xbe\xde\x0d\x22\xc0\x29\xff\xeb\x8c\xcb\x37\x13\xc9\x4d\x5d\xbe\x33\x2e\x5f\x85\x2d\xa7\x4e\x47\x54\xee\x83\x55\x8d\x36\xc9\x0b\x62\xb3\xc4\xce\xa2\xcf\x73\x56\x4d\x96\xd3\x1f\x82\x7c\x29\x36\x75\x69\xcf\x1a\xbb\x8e\x37\xc9\x54\x6e\xd8\x8c\xcb\x37\xd3\xcd\x3f\x15\xde\x99\x2d\xbe\xa3\x75\x3d\x95\x99\x39\xbd\xea\x0f\x99\xfb\x67\x76\xad\x8e\xa7\x61\x23\xd3\x9a\x98\x4a\xfc\x98\xee\x64\xc5\x4b\xcd\x3e\x15\xde\x99\x9e\x39\x06\x85\x26\xa7\xbc\x23\x51\xee\x0f\xbe\x98\x66\x53\x61\x60\xaf\xee\xbf\x32\xce\x99\x42\xbd\x33\x6e\xd1\x97\x9e\x1a\x95\xfb\xdb\xf4\xca\x25\xbc\xd4\xec\x53\x8e\x54\xaf\xee\x4f\x20\xeb\xa5\x4d\xdd\xa2\xd3\xad\x02\x28\xa4\x39\xe5\x59\x98\xee\x9d\xc4\xab\xed\x22\xef\xc1\x74\xbc\x8d\x97\x60\x66\xea\x1c\x78\xfd\x7b\x02\xb9\x26\x6d\x2a\x2f\x7a\x9e\x18\x1f\x01\xcb\x94\x17\x60\x9e\xf8\x8e\xfb\x65\xc9\xd2\x5f\x4f\x7c\x47\x8f\xcb\x22\x97\x9f\x79\xdd\xfc\x95\xf1\x3b\x1d\xbc\xe5\x61\x52\xbc\xb4\x4c\x97\xbc\x85\x2b\x30\xf5\xcb\x94\xb3\xa5\x93\xb2\xbc\x5c\x8f\xf4\x87\xb6\x64\x24\xaf\x6b\x24\xb7\x52\xff\x1e\x3f\x84\x2d\x99\xd0\xeb\x02\x53\xf1\x1f\x9a\x2a\xdb\x6d\xb9\x67\x0f\x2f\x11\xcb\x52\xf8\x71\xc5\x8d\xf0\x12\x95\x2c\xa5\x29\x78\xb1\xfa\x95\xfd\xe6\x73\xe9\x46\x58\xb1\xaf\x15\x0a\x5d\xd2\xfa\x51\xa1\x8e\x42\x15\xb7\x4c\x63\x0f\x70\xc8\xa7\xd4\x6c\x69\xef\xae\xd0\xfa\x85\xb7\xc5\x92\x25\xbc\x02\x1c\x16\xe6\xb1\x2d\xa5\x30\xac\xd8\xd7\xe4\xb6\xb4\x25\x74\xb8\x9c\xeb\x1b\x7c\x66\xcd\x96\x32\x9a\x96\xa7\x30\xa0\x10\x95\x2c\x05\x0f\xd6\x88\xf1\x51\x3f\xaa\xb2\xdd\xbc\x90\xfd\xca\x1a\x65\x3c\x2b\xeb\x8b\x7e\x52\x43\x2e\x05\x08\xa2\xb2\x1d\x85\xa8\x44\x95\xed\xb6\x66\xfc\x1e\x11\xee\x92\x87\x6e\xf9\xfb\xeb\x50\x28\x74\xc9\xa4\x5d\xf3\xfc\xe3\x0f\x55\xeb\xd9\xd2\x1d\xb4\x02\x00\xf2\xb9\x34\x5b\x3a\x62\xeb\x5a\xb7\xfd\x2f\x2d\xea\x7e\x5a\x71\xfa\x0a\xb5\xe7\x92\x7f\x6e\xed\xe8\x25\xb5\xe7\x52\x40\x73\xed\x18\x1d\x53\xdc\x54\xd7\x6e\x51\xd7\x8e\x42\x1c\xbe\x64\xed\xae\xf3\x67\x9b\xdc\x65\xf2\xff\x7b\xcd\x7b\x2f\x74\x0b\x2d\x25\x3d\x46\xc9\x3b\x58\xff\x67\x2a\x79\xb7\xed\x15\x48\x60\xfd\x9f\x6d\x1d\xe8\xfd\xc4\x86\x60\x90\x74\x2b\xb5\x6a\x3f\xd1\x4d\x1a\xc9\x5b\x87\x7d\x07\xdc\x24\x21\xa6\x6d\xa5\x5d\xed\xe4\x0a\xb2\xf2\x30\xa8\x54\xde\xb6\xe7\x3d\xa0\x52\x59\xab\x54\xde\xbc\x32\x3e\x41\xb5\x81\x5b\x4a\x62\x87\x21\xac\x40\xe8\x56\xd6\xe3\x0e\xb8\xa9\x22\xbf\x2d\x4b\x77\xbf\xd1\x17\xc2\x81\xad\xb4\x2b\xaf\xa8\xbf\x32\x8e\x4f\x61\x03\xaf\xa8\xef\x0a\x39\x6f\x29\xa5\xed\x9e\x3b\x28\x46\xba\x75\xd7\x6e\x4f\x88\x84\x6a\x03\xb7\xf4\xce\xae\xde\x24\xd5\xce\x56\xae\xe4\x8e\x6b\xb8\xbe\x5c\x3d\x5d\xc3\xbb\xc6\xe8\x08\xd4\xb6\x42\xa4\xdb\xc3\xa0\xa8\x3c\x5e\x5b\x36\xf0\x0e\xe0\x4b\x8e\x4d\xdb\x02\xbe\x51\x98\x0f\x85\x56\x77\xfb\x4b\x9b\x5f\xc8\x7e\x1b\x77\x77\x7d\xd7\x11\x32\xb6\x29\x1b\x78\x87\x0d\xac\x72\xc3\x2d\x35\xb7\xe3\x8a\x56\xb9\xe1\xd6\x55\xeb\xb5\xf6\x09\x7c\x80\xcd\x36\x09\x35\x6c\x8f\x98\x4e\x5e\x29\x5b\xce\xb9\x3d\xa2\x4d\x1a\x04\x5b\xce\x39\x2f\xbe\xbf\x32\xce\xa7\xae\xe1\x1d\xd7\xb0\x4a\x11\xb7\x9c\x73\xfb\x8b\xdd\xa9\x35\x92\xa1\xbb\xbf\x68\x53\x27\x45\x0e\xb8\xfd\xc5\x4e\xe2\xd5\xb0\x15\xcf\xdc\x9e\xa5\x0d\x92\x6f\xda\x56\x50\x72\x7b\xd0\x00\x7c\x9c\xcd\xb6\xb2\x2c\x76\x18\xa5\xaa\x37\xdc\x0a\x4a\x6e\x2f\xa3\x82\x02\x9d\xe2\x02\xb0\xed\x59\x16\x68\xda\xd5\x52\x4a\x3b\x0c\x56\x15\x07\x6e\xb9\xe0\x9c\x18\xe0\xca\xf8\x9d\x82\x92\xdb\x83\x06\x68\x84\x27\x47\xda\xe5\x78\x70\x11\x0a\x58\xaa\xea\xdf\xbc\xca\x3f\x41\x41\xc9\x43\x5a\x3d\x3b\x01\x09\x48\x94\x69\x47\x06\xeb\xb9\xc0\x1c\x2f\xb7\xc4\x91\x02\x39\xee\xdf\x87\xea\x06\x8f\xf2\x2f\x4f\x28\x90\xf6\x97\xef\xd4\x95\x1c\x53\x46\xe4\x72\x5e\xb5\x19\xb6\x6c\xa3\xce\x3d\xb2\x65\xcf\x1b\x43\xe7\x36\x3b\x8a\x0b\x9c\x37\x86\x40\xbb\xf3\x28\x2e\x70\xc2\xce\x55\x75\xe0\x51\xb6\x44\xb0\x10\xa0\x71\x9b\x1d\xc5\x24\x4f\xd8\xc0\x8a\x81\x1e\xa1\xfc\xe3\x89\x5a\x68\x44\x27\x47\x99\x14\x41\x43\x00\x72\x76\xda\x51\xbc\x32\x68\x08\xc0\x77\xdb\xec\x08\xb9\x9c\x6b\xcb\x36\x81\x3d\x51\x09\x98\x53\x09\x88\x73\xdc\x8e\x72\x25\x9c\x54\x40\x94\xe3\x76\x64\xac\x3a\x6f\x40\x7b\x35\x5f\x42\xdc\x4e\x1b\xd0\x5e\xde\x43\x47\x00\xe3\x04\xc0\x50\x21\xe2\x11\xc0\x38\xee\x86\x07\x79\x3e\xed\x90\x66\xc3\x8e\x9f\xf4\xa4\x91\xe9\xc0\x9e\xef\xcf\xcf\xb8\xaa\xf2\x4c\x9d\xf0\x4c\xf1\xf5\x38\x13\x1d\x80\x1d\xf7\xa6\x43\xf5\x8b\x47\xd5\x55\xc7\xa3\x8a\xe8\x54\xc6\x67\x6a\x4e\x3c\x3a\x88\x4e\x27\xa7\x4a\xfe\x2d\x4a\xfe\x41\x9a\x4f\x3b\x3a\xb0\x27\x3c\x4c\x9d\xca\xf8\x28\xbd\xe9\x04\x1a\xe8\xf5\x6f\xfa\x7f\x8f\x20\xfe\xf1\x4a\x29\xa8\xbe\xf1\x28\xd0\x77\x4e\x0c\xb1\xe9\x27\x75\xf6\x02\x49\xf0\x31\x3b\xa8\xea\x1f\x4f\xa0\x85\xfe\xd3\xe3\x78\x78\x7b\xe3\x09\x47\x12\x5f\xa4\xc3\x93\xf5\x5d\xb8\xbf\xfb\xef\xf0\xe1\xe1\xe1\xc3\xf3\xc6\xf0\x7f\x54\xde\x78\x98\x10\x80\xc7\x6b\x1d\x40\xf6\x50\x3c\xb4\xa2\xf1\x5c\x00\x50\xf1\xc3\x65\x50\x65\x3f\xa2\xb2\x1f\x8c\xe1\xe2\xa1\x8f\x09\x4f\x58\xd8\x24\x1d\xc5\x53\xd4\x64\xdc\xec\xfd\xa7\xe2\xf1\xd0\xa0\xc0\x53\xa2\x4d\x70\x5a\x78\xb3\xe3\xb9\x37\xbb\x9e\xbd\xc2\x53\xd5\x95\xfa\xe7\x67\xfc\x39\xa6\x03\xe0\xf1\x74\x00\xf0\x71\x3c\x3c\xbc\x85\xf1\x78\xbe\x34\xf8\x02\x1e\x9e\xa6\x21\x78\x48\x0e\xac\xa8\xc4\x63\x1a\x82\x57\x41\xc0\x7e\x86\x01\x1e\x1a\x0d\x78\x3c\x7c\x06\xcb\x9c\x69\xe6\x33\xe2\x89\x9b\xd6\x5e\xb6\x39\xb4\xb2\x71\xfe\xec\xe5\x2a\x0c\xad\x6c\xdc\xb4\xf6\x72\x0c\x9f\x7e\xcf\x9f\x16\x07\xcb\x1b\xf1\x7c\x1a\x43\x1c\x24\x86\x62\xf1\xd0\x91\x84\xc7\x33\x80\xc0\xd2\x47\x3c\x53\xcb\x10\xb7\xa9\x15\xce\x27\x8d\x68\x3c\x71\x00\x49\x56\x8a\x67\x69\x0c\x2b\xe6\xa5\xb2\x9f\x4b\x6d\xc6\x4d\xcb\xd2\x47\x38\x43\xc0\xef\xcf\x18\x7b\xe3\xd8\xb7\xd6\x36\x6e\x53\xd3\x69\x38\xda\xd5\x61\x7c\xb3\xbe\x11\xcf\xd1\xba\xc7\x6d\xca\xfa\x46\x3c\x47\x6d\xc6\xc9\x64\x7d\x23\xc4\x32\x80\x60\x19\x80\xf1\xa4\x88\x49\x00\xc1\x24\x00\xd6\x37\x22\xb1\xf6\x11\x29\xfd\xf9\xdd\x6f\x2f\xa5\xa4\xef\x52\x7c\x07\xc9\xfe\xf2\x5d\xcc\x27\xf7\xae\xa8\x04\x90\x02\xc7\xd3\x6f\x87\x24\x4d\x90\x3c\x7f\x19\x74\xdc\x21\x91\xf2\x0a\x29\x34\x01\x3d\x77\x48\xaf\xfa\x12\x38\x9e\xe1\x5d\x24\xe2\x78\x24\x2f\x7e\x04\x8b\x18\x91\x8a\x7e\x2f\x1c\x63\xc8\xfc\x8e\x69\x3c\x48\xc5\x0d\x42\x1e\x87\x44\xd0\x8d\x54\xa3\x9b\x2f\xa7\xb3\xaa\x9b\xe1\xfb\x22\x7b\x28\x44\x41\x80\x54\x63\x08\x2f\x7f\xae\x6a\x5a\xc2\x2f\xc6\x0a\x47\x24\x1d\xf7\x14\xa0\x9b\x15\x8e\x48\x5d\x53\x1d\x9e\x61\x32\x8b\x22\x11\x58\x23\x79\xee\x21\xb3\x97\x91\x4c\x3b\x22\x70\x35\x83\xc2\x48\xa6\x91\x3b\x25\x2e\xc0\x5d\x9d\xa0\xa1\x23\x66\xac\xf1\x3b\x68\x15\x02\x8f\x93\x90\x14\x09\xea\xca\x88\x55\xe7\x8e\x4f\xc4\xe3\x48\xe3\xbd\xdd\x7c\x25\xd2\x02\x85\x92\x40\xe7\xc8\xc7\x5f\x9a\xf4\x05\xd2\x84\x7d\x1a\x9d\xe7\x43\x83\x81\x5f\xa4\x4f\x93\x19\x68\x1c\x3a\x0b\x9f\x16\x28\xd0\x38\x74\x16\x96\x7a\x79\x55\x02\x18\x0e\x47\x5a\x5a\x03\xcf\xc4\x01\x63\xc2\x48\x4b\x93\x19\x96\x3e\xcb\x1b\x91\x08\xaa\xe1\xdc\x04\xf9\x79\x74\x14\xb6\xda\x3c\x25\x64\x6c\xf3\xa8\x9b\xf7\xa2\xcd\xcf\xc3\x2d\x9d\xf9\x9e\x06\xf2\xf3\xba\xec\x07\x79\x90\xf9\x16\x18\xf2\x3d\xf5\x57\xd6\x28\x1b\x92\xcd\x90\xb1\xcd\xa4\x36\x53\xb4\x49\x35\x9e\x09\xc6\x91\xef\x51\xbf\xb2\x4a\x19\xf7\x74\xce\xd9\x65\x85\xdf\xe9\x38\xe7\x1c\xdf\xfd\x70\x0d\x32\x5f\xf9\x41\x7e\xe3\x3b\xaa\xdc\xac\xcb\x3b\xbf\x31\x67\x3f\x8f\x0b\xb2\x8e\xba\xf3\x18\x5c\x19\xc7\x50\xd4\x66\x89\xf9\xfc\x01\x17\xe4\xa2\x31\x94\x98\x97\xc6\xdf\x2b\x9a\x97\x12\x6d\x12\x2d\x64\xa9\x08\xe7\x31\xc8\x0f\x03\xad\xc8\x55\x73\x56\xe3\xf7\x08\x6a\xb2\x74\x44\xbe\x3a\xe2\xca\xd8\x26\x03\xd7\xc8\x35\xe6\xa5\x73\x0c\xd2\x11\xb9\x25\x97\x71\xeb\x66\xfa\xce\x91\xaf\xd1\x7e\x65\x5c\x77\x1a\xed\xc8\xd7\x30\xbf\x32\xfe\x5e\xd3\xef\xb5\x75\xb7\x35\x41\x4d\x6e\x1a\x5e\x8f\x65\x27\xa8\x11\x19\x02\x72\x8f\x29\xe3\xb6\xce\x5d\x4d\x5e\xb5\x93\x1f\x06\x53\x91\x4d\xcb\x60\x39\x64\x9c\x6a\xd3\x32\xd8\x0a\x19\xdb\x34\x0d\x1d\x3e\xd5\x0c\xa6\x22\x33\x49\x07\x19\x35\x64\x1c\x83\xf4\x4e\x86\x1f\x95\x94\xff\x1e\x4f\x04\xf2\x50\x57\x47\x74\x95\x97\x43\x1e\xea\xce\x17\xdd\x79\x39\xc4\x4f\x2b\xff\xb5\x90\x71\x25\x3e\x75\x67\xc6\x77\xd4\xe4\x99\x56\x00\x9c\x36\xe1\xca\x38\xfc\xf9\x97\xef\x62\x4a\x09\x50\x32\xf3\x07\x91\x57\x0a\x19\x77\xda\xd2\xae\x58\x33\x64\x9c\xee\xad\xef\x76\x8c\x8f\x2a\x39\x6f\x9d\xa4\x1d\xdf\x51\xef\x8a\x64\x01\xce\xa9\x70\x65\xfc\x3d\x81\x90\x7c\x62\x0c\x9d\x63\x38\x1a\x43\x68\xad\xc4\xdd\xfb\x4a\x6b\xbd\x4f\xb4\x49\xc5\xfb\x0a\xa0\xbc\x4e\xb3\x4b\x8f\x13\xde\x07\x12\xfd\xd9\xe4\x6f\xe5\x9d\x90\xe1\xf7\xa7\x1f\xc0\x44\x7c\xf2\x4a\x69\xbd\xa9\x87\x4c\xdf\x4d\xc9\x7c\xaa\x49\xe1\x8a\x37\xab\xcd\x5c\x43\xc6\x6e\x66\xf5\x25\x8f\x90\xb1\xcd\xac\x36\x43\xd9\xf1\x61\x6d\xbc\xb2\x62\xde\x37\x85\xec\xa5\xac\x48\x16\xbf\x97\xf8\x7b\x32\x55\x9c\xfb\xe1\xca\x7e\x53\x2d\x52\x07\x38\xa9\x43\x7e\x58\xa3\x89\x57\xe6\x88\xf3\x3b\x5c\x19\xe7\x45\x0a\xed\xad\x7e\xe2\x49\xfd\x0a\x11\x3e\xe0\xad\x3d\x64\xfc\x4e\xb6\xca\x5b\xa3\xcd\x9f\x37\x11\xaf\x14\xda\xdb\xa2\x4d\x62\xf9\x57\xc0\xe6\xbd\xc0\x26\x3f\x99\x28\x44\x4c\x11\x78\xdb\x09\xd9\xef\x18\xbd\x74\x3d\xe0\xed\x25\x64\xec\x4b\xd7\x76\xe9\xae\x5c\x19\xec\xc4\xcb\x60\x20\xde\x1e\x73\xd6\xd4\x26\x8f\xf4\x6b\xb1\x0e\x54\xf4\xaf\x6c\xa3\xd7\xfc\x48\x67\x1e\x87\xd7\x34\x9f\x16\xbf\xc7\xe3\x20\x8a\x09\xbc\x16\x7b\x89\xd6\xeb\x0b\xad\x7b\x68\xad\x4c\x45\x2f\x1a\x09\xbc\x23\xfa\x42\x33\xf4\x15\x24\x7a\x47\x7c\x07\xb6\xf9\x69\x5e\x3e\x3f\xd2\xaf\xf6\xae\x70\xcf\xfb\xf5\x90\x71\xec\x9f\x7e\xef\xdb\x21\xe3\xef\x4d\xf5\x73\x46\x9b\x89\xeb\x37\xd5\x97\xd9\x42\xc6\xbe\x4c\xed\xa5\xe5\xaa\xee\xcd\x5c\x5b\x61\xa9\x77\xd5\x90\x71\xce\x96\xfa\xb2\xbe\x90\x71\x1d\x96\xf6\xd2\xba\x97\x15\x39\xe4\xf0\x0a\x4b\xbd\x3b\x86\x47\x8d\xfc\xca\xdc\x7a\x03\x4b\xf1\x65\x40\x88\x0f\x02\x6f\x68\x25\xc6\x48\x51\x64\x36\x95\x27\x86\x4e\xed\x59\x98\x23\x88\xf2\x8c\x90\x19\x65\x53\xb2\x68\x93\x78\xa2\x30\xc4\x81\x12\xaa\xe7\x25\x66\x28\x32\x9b\x4a\x9a\x21\x7b\x29\xdb\x92\x45\x9b\x1c\x7b\x21\x0d\x14\x4a\xa8\x25\x3a\xd5\x50\x98\x5b\x88\x92\xfb\x9d\x32\x9e\x5a\xf1\x48\xa0\x84\x56\x7a\xe9\x23\x29\x2c\x11\x43\x09\xad\xf4\x1a\x9b\x7c\xd5\xe4\x1b\x43\x20\x2e\x28\x82\x60\x25\xb4\x12\xc3\xa0\x28\x45\xd3\x59\xde\x90\xb1\x4d\x39\x50\x4a\xf1\x53\x54\x88\x19\x0a\x43\x23\x28\x35\x85\x8c\xdf\x49\x2b\x95\xea\xd3\xc2\x50\x27\x4a\xd3\xb4\x34\x5f\x3e\x86\x2c\x51\xa4\x79\x4a\x1b\x21\x63\x9b\xc2\x3d\x25\x34\x0f\xc9\x47\x51\x98\xb8\x8c\xd2\x5b\xc8\x38\x9f\x32\xc5\x9c\x6e\x22\x3f\x24\x1f\x45\x91\xbd\x55\xac\x84\x8c\x6d\x4a\xbb\x38\xdd\x44\xeb\x9a\x16\x39\x5e\xca\x85\x44\x8d\xe9\xf8\x10\xfd\x04\xca\x55\x25\x4d\x2e\x20\x31\x4c\xa0\x60\x5e\x11\xbd\x3c\x65\xa8\xff\x57\x91\xe8\x65\x19\x14\x61\x1a\xa7\x93\xd0\xc3\x32\x28\xd2\x1d\xe5\x1b\x57\xc4\xe3\x5a\xe4\xaa\x29\x9f\xf7\x50\xf3\x28\x8f\x8b\xf3\x45\x34\x72\x5b\xa1\x08\xb3\x94\xab\x0b\x9a\xd1\x76\x2b\x82\x2c\xce\x24\x91\x1f\x3e\x32\x88\xb2\x34\x53\xeb\xce\x94\xdc\x42\x45\x76\x56\xd9\xde\x7b\x82\xa7\xb2\x75\x54\xaf\x96\x68\x56\xf9\x15\x33\x8b\x51\xb6\xb9\x88\xbf\xb5\xff\xd2\xe0\x71\x11\xbb\x78\xd4\xc5\xe3\x0d\xf2\x86\x29\x47\xd3\x71\x7c\x3a\x88\xa9\x2a\x03\xa6\xa8\x8f\x77\x9e\x77\x48\x15\x8e\xa9\x8f\xcf\x2f\xcf\xbd\x58\x2a\x50\x1f\xef\x06\x6f\x90\x2a\xb3\xcc\x49\x2a\x9a\xf1\xd4\xd7\xa4\xaf\x92\x7f\x65\x7f\x8f\x16\x02\x95\x39\x4b\xa8\xf9\xf3\x2f\x7f\xc3\xae\x32\xcb\xea\xeb\x8b\x06\xf6\x52\x2a\xa1\xbe\x3e\x8f\x34\x80\x45\x51\x81\xfa\xde\xae\xe0\x97\x13\x0d\x51\x50\xa0\x7a\x92\x06\xe9\xac\x50\x85\x44\x9c\x70\xa2\xc9\xd9\x53\x65\x59\xd5\x6b\x59\x35\x96\x00\xa0\x56\x75\xe3\x42\x92\x46\x9e\x2b\xd4\xaa\x06\xab\x37\xc8\xdd\x5d\xa5\x27\xea\xd5\x13\x0d\xbf\x8c\x1d\xd4\xa6\x1e\x5e\x43\xa9\x31\x25\x0c\x55\x18\xa4\x7a\xf8\x83\x19\xfe\xa8\x5d\x5f\x75\xd7\xc7\x45\x4b\xcd\x9c\x0e\xd4\x30\x8e\x8a\xd6\xda\xf4\x9d\xc5\x77\x44\xc8\x95\xd5\x0d\xa8\x66\x21\xe3\x77\x0c\x84\xa2\xa2\x87\x8c\x83\x13\x94\x70\x36\x89\xfc\x30\x4c\x8f\x3a\x34\x5d\xc3\xbf\x63\xb8\x1d\x75\x68\xbe\xbe\x14\x32\x8e\x8f\xf1\x11\xd4\xaf\x86\x8c\x3b\xef\x53\x3f\x3f\xef\x67\xd5\xf2\x08\x4a\xd4\x80\x12\x55\xeb\x23\x28\x51\x67\xb4\x49\x17\x5e\x95\xf5\x53\xa7\x2b\x64\x86\xe9\x21\xea\x09\xd4\xf5\x86\x8c\x6d\x2e\xf5\x25\xa0\x04\xeb\x95\x51\x99\x22\x88\xba\x7d\x5e\xc8\xb7\x8b\x2a\xd7\x6d\xdd\x25\x64\x3c\x74\x5b\x73\x16\x38\x43\x17\x6a\x3d\x5a\x87\xd3\xfe\xf1\x47\xed\x3f\x86\x05\x34\x16\x3a\xa1\x5d\xe4\x50\x15\xe2\x68\xf2\xbc\xb4\x7b\xd8\x2b\xdf\x47\x43\x13\x58\x70\xba\x88\xaa\x20\x46\x63\xad\x01\xda\x85\x0d\x55\x81\x0a\xb1\x40\xa0\x65\xbf\x4b\x49\xfb\x8b\xc6\x60\x26\x5a\xdc\xf9\x64\x48\x45\xd3\x9d\xdf\xde\x98\x12\xa2\xea\x26\x0f\x6b\x7b\x47\xc8\x38\x36\x9d\xd5\x56\x62\x79\x88\x9c\x9b\x02\x1c\x2d\x2c\x8a\xaa\x39\xd1\x69\x6d\x61\x51\xb0\x6c\x1a\x4d\x16\x45\x0b\x8b\x82\xb5\xd1\x68\x4d\xb3\xd2\x5a\xc8\xd8\xa6\xac\x86\x16\x77\x37\x63\xfb\x68\x5d\x6d\xf6\x19\x32\xce\x59\xd7\x18\xe2\x7e\x66\xfc\x1e\x0d\x1a\x03\x7c\x0c\x7c\x3c\x13\x4d\xfe\x05\x67\x6c\xb8\xb2\xdf\x56\x69\x43\x73\x3d\xbc\x2f\x8d\x3e\x8b\xa6\x6b\xb3\xf9\xab\x39\x95\x81\x8a\xa6\x20\x86\x13\x2f\xe4\x87\x61\x78\xb4\xa9\xbd\x12\x3e\x82\x46\x2f\x5d\xd3\x9d\xda\xc2\x0f\xc0\xf7\x31\xd1\x74\xa9\xb6\xb8\x54\xf9\x3e\x26\x9a\x4e\x49\x5b\x16\x32\x0e\x61\x69\x78\x2b\x86\xf0\x4b\x61\x45\xd3\xb5\xda\xe2\x24\x30\xb4\x8f\x26\xff\x41\xdb\x3b\x64\x1c\x83\x02\x1c\xce\xc1\x90\x9f\x46\xa3\xaf\x1d\xb5\x19\xbe\x05\xd6\x29\xa3\xe9\x6a\x75\xe6\x85\x2b\xfb\xb5\xd9\xe5\x3f\xe8\xe1\xf5\x6c\xdc\x9e\x5d\xe7\xab\x87\x67\x93\x75\xca\xe8\x7c\x5f\x0b\x3d\xe5\x90\x55\xca\x8a\x64\xd1\x97\x5f\xbe\x00\xba\x82\x1f\x3d\xc5\x3a\x10\xc5\x8b\xb1\x01\x4e\xd0\x70\x65\xec\xa7\xbc\x9e\x3d\x8e\x26\x09\x83\xd1\x75\x34\x7b\x8e\x7e\x9a\xbe\xdb\x92\xc5\x3a\x10\x8e\x77\x85\x3a\x7b\xc0\xf1\xf6\xcb\x8c\x45\x7f\x35\xf6\xf0\x88\xb2\xf6\x19\x5d\xf1\xcc\x5e\x62\x1d\xe8\x04\xe9\x82\xe3\x3d\x3c\xa2\x8c\xfb\xa3\xb3\x5c\x07\x3d\xe0\x38\x99\x86\xd1\xab\xe6\xac\xfa\x9c\x75\x1a\x84\xbd\x6a\xce\xaa\x85\xac\x53\x36\x25\x5b\x21\x63\x5f\xe4\xd9\xec\xcd\xf7\x2e\x6b\x9f\xd1\x05\xe3\x9d\xbc\xe1\xca\x38\x9f\x0a\x84\xf6\x9e\x43\xc6\x7e\xca\x49\xd0\x03\xaa\xf7\x57\x32\xee\xf9\x1e\xaa\x80\xd1\x78\x88\x96\x01\x4e\xbd\x70\x65\xec\xa7\xd4\x84\x53\x2f\x74\x1d\xdb\xae\x0b\xba\xc7\x05\xcd\x37\x37\xd1\x75\x41\xf7\xf0\x50\x32\xa2\x8e\x2e\x17\x64\x0f\x17\x64\xd7\x16\x94\x1f\xa0\x87\x1f\xa0\x6b\x0b\x2a\xb6\xea\xcc\x0b\x57\xc6\x29\x53\x6c\xa4\xc7\xc5\xde\x09\x1b\xfb\xa7\x7e\x7e\xbe\x5d\x14\x51\x17\xf3\x02\x7a\x5c\xde\x0a\x7f\x77\x5d\xde\x3d\x2e\x6f\x85\xb8\xfb\x54\x5f\x66\x2c\xbb\xb6\xa0\x2e\xf6\xbe\xa2\x4d\x6d\x41\xc5\x5d\x7b\xa8\x25\x19\x38\x5d\x01\x97\x1e\x17\xbb\x2c\x9c\xae\x8b\xbd\xef\x1a\xb2\xbf\xf7\x3a\x06\xba\x62\x2e\x7d\x5f\xb4\x97\xb5\xd1\x64\x0d\xf4\xe3\x3d\x55\x04\x5c\xe4\x0a\xe8\x67\x87\xec\xb7\xb1\x8d\xd4\x2e\x70\x22\x04\x48\x4f\x98\xf4\x8b\x25\xd7\x13\x56\x24\x83\x64\x31\x40\x46\x4e\x4c\xd8\xde\xf2\x13\xb2\xdf\x84\x1a\x6b\x72\x60\xd9\xf5\x20\xf9\x7d\x61\x4a\xa5\xb0\xd0\x2f\x46\x3f\xb1\x49\xbf\x58\xe8\x17\x59\x3b\x26\xd8\x6f\x11\x71\x91\xb9\x63\x72\x42\x5a\xc0\x02\x12\xf5\xc2\x04\xfc\x2d\x9c\x90\x0a\x64\x8b\x3f\x01\x56\x62\x7c\xdc\x84\xc6\x7c\x24\x38\x7f\x42\x7e\xf8\xb2\x26\xc4\x9f\x00\x0b\xc8\xa0\x80\xb4\x49\x87\x58\xe8\x10\x56\x98\xc0\x14\x39\xb1\x88\x9c\xc8\x76\x31\xe9\x17\x0b\xfd\x22\xe3\xc5\x98\xd5\x0d\x0b\x37\x81\x02\xd9\x26\xa8\x61\xcd\x97\x1d\x74\x59\x98\xec\x76\xbb\x76\x7b\x4f\x5a\x5a\x19\xe7\x4e\x83\xa0\x57\xd5\x60\x4a\xa5\xb0\xab\x0a\x7a\xd2\xc2\x4a\x13\xd8\x70\xb6\x22\x9a\xb7\xe2\x47\x80\x5d\x08\xd2\x93\x96\x7c\x68\x79\x86\x4f\x89\x6c\x25\x51\x27\xc0\x2e\x3a\x01\x5f\x6d\x81\x7d\xda\x99\x81\xef\xf9\x88\x27\x4c\xf8\xde\x99\x13\xf2\x83\xbf\x7c\xa7\x19\x09\xe4\x42\x4e\x60\x98\xa2\x1b\xce\x80\x90\x1f\xd9\x4b\x36\xb5\x3a\xe1\x2a\x54\xec\xdb\x84\xef\xed\x82\x18\xbd\xa3\x0e\x91\x23\xc0\xc9\x11\xf2\xc3\x4a\x19\x98\xbc\x88\xce\x93\xd0\xaa\xf6\x89\x9c\x88\xb6\xa2\x27\x5a\x01\x21\x7f\x8b\x88\xac\xa2\xe9\x26\xed\x60\x17\xde\x40\x51\x26\x13\xa4\xb1\x80\x34\xd0\xd1\x92\x51\x60\x11\x12\x21\x5d\x30\x44\x8d\x00\x84\x83\x91\x94\xc0\x80\xdc\x05\xce\x84\x70\x65\x46\xd9\x96\xcc\x8f\xab\xf2\x86\x44\x7f\x00\x84\x83\x91\x05\xd1\x80\xd4\x0a\xd2\x08\x19\xdb\x54\xdc\x03\x11\xc8\x25\x27\x30\x20\x48\x83\x50\x39\x2c\x96\x86\x68\x13\x80\x1c\xbf\x47\x48\x03\x79\x18\x11\xd6\x06\x88\xaa\x21\x6b\x03\x11\xe4\x25\x27\x30\xa0\xb8\x07\x42\xe5\x80\xc7\x0e\x2c\x74\x02\xde\x3b\x9f\xe9\xe1\xb1\x83\x3c\x8c\xce\xa0\x70\x65\x9d\x32\xcd\xa7\x43\x9a\xf4\xf0\x2c\x88\x36\x01\x28\xe3\x2e\x2d\x51\x35\xe4\x7c\x84\xc7\x78\x13\x39\x81\x01\xc5\x71\x51\xa3\x2b\xdc\x12\x90\xc6\x71\x72\x85\x9c\x14\x87\x17\xa3\x02\xd0\xe6\x3f\xfe\xa8\x02\xa4\x90\x7b\x00\x1e\xbd\x48\xa4\x04\x06\x4c\x33\x6d\x6f\xc8\xd8\xa4\xa2\x09\xb8\x38\xa4\x0a\x73\x42\x29\x1b\xce\x61\x50\x9b\xd6\x5c\xba\x08\x17\x4e\xdc\x16\x39\x00\x39\x07\x9c\xb1\x20\xa7\x87\x7a\x05\xd2\x2b\x18\x31\x70\xc2\x74\xc8\x8d\xe8\x8c\x05\x57\xc6\x75\x15\xbe\xc0\xfc\x53\xc6\xbe\xc8\xec\x81\x1b\xf9\x49\xc1\x74\xe8\xa4\x3b\x87\x40\x4e\x0f\xc3\x83\xd0\x91\x75\x2e\x80\x9c\x1e\xaa\x7d\xe8\xd6\x76\x2e\x80\x9c\x12\x1d\x1c\x50\x18\x13\x7e\x6b\x27\x52\xf4\x62\xc8\x9c\x70\x2e\x80\x9c\xf8\x2c\x1a\x86\xce\xe5\x70\x73\x22\xb1\x74\x17\x43\xe6\xc4\x70\x93\x21\xb1\x3c\x17\x43\x26\xc3\x48\xe6\x32\xae\xde\x90\xe3\x7f\x78\xec\x30\xb1\x74\x17\x43\xd7\xef\x78\xa3\x4d\xce\xe7\xd0\xf5\xeb\xd5\xf8\x39\x25\x66\xe3\x8c\xc2\x79\x19\xa5\xfc\xe3\x0f\x90\x52\x15\x43\x47\xc1\x6b\xef\xef\x67\xfc\x39\x52\xbf\x62\x94\x18\x1e\x97\x61\x54\x0d\xaf\xc6\xb4\xd0\x8b\x31\x74\x16\xbc\x2e\xff\xca\x40\xd9\x94\x2c\xa6\x9a\xb0\x72\x34\xb5\x19\xe7\x24\x51\x7d\x0c\xa1\xfb\xd1\xa2\x4d\x6a\xf1\x21\x04\xef\x05\xf7\xed\xa1\x5f\x54\x75\xf3\x18\x96\xae\x88\x8a\x6c\x30\x8f\x18\x5e\x25\x9f\x13\xf9\x79\x31\xa0\x45\xbf\x47\xa6\xb1\x54\x1d\x43\x19\x06\x03\xb1\x06\x8c\x25\xab\x34\x1e\x5e\x1a\xdf\x58\xc5\x8e\xc1\x22\x04\x8c\xf1\xb8\x88\xd3\xa5\x9c\xa7\x31\xfc\xc7\xd4\x0f\x1d\xae\x31\xbc\x8f\x0a\x40\x0f\xe5\x16\x78\xcd\xfc\x95\xb1\x23\xba\x7d\xc7\xe7\x07\x28\xff\x5d\xe0\x3b\xa6\xf6\xca\x2c\xf1\x29\xc7\x3e\xb5\x08\x73\x84\x8c\x1b\x49\x79\x93\x63\xce\x6b\xf2\x14\x8e\x42\xd0\x7e\xcc\x18\x05\x63\x06\x43\x97\xf3\x58\x7f\xca\x38\x8a\xad\x11\xee\x18\xa1\x8e\x89\xbc\xf5\x5e\x35\x7f\x65\xec\x8a\xae\xe0\x71\xfc\x78\x91\x0a\x18\x43\x9e\x83\x71\x62\x66\x78\x3d\x7f\xba\x82\x3f\xbf\x82\x93\x42\xc9\x9f\x62\x7c\xdf\x13\x7d\xe1\xf1\xfa\xe4\xb2\xff\x42\x0d\x64\x26\xbb\x7d\x52\x03\x5f\x8a\x36\x79\x75\x7f\xba\x9e\xbf\xe4\x7b\x5a\xa1\xe4\x8f\xb4\xaf\xf0\xc2\xfb\x2b\x63\x5f\xb2\xda\xcc\x7e\x4e\x32\xcf\xd0\x27\x9f\xfd\xe7\xd7\x6c\x52\xb8\xf8\x93\x77\xc0\x0b\xe8\x73\x62\xdd\x2c\x3e\xb2\x9f\xe1\x2b\x4f\xc8\x7e\x67\x56\x55\xf3\xf8\x42\x0f\x28\x5c\xfc\xc9\x03\xff\xb9\x53\x2f\xf1\x35\x50\x7c\x42\xe8\x9f\x23\xf4\xf4\xd2\x34\xfb\x94\xff\xe8\x95\xf1\x57\xc6\x36\xbb\xc6\xd7\xa3\xcd\x57\x32\xb5\xe9\x41\xb7\xc4\x57\x3d\xa1\xca\x78\x7c\xe6\x63\x78\x09\xb5\x3f\xf9\xd3\xbd\xc2\x3d\xa7\x97\x57\xd8\xa7\x5b\xf1\x83\xaf\x03\x69\x74\xf1\xe9\x48\x7f\x88\xb1\x6b\xfd\x74\xa6\xbf\x11\xdf\x51\x3f\x7e\xba\xfa\xbe\x38\x81\xac\x60\x80\x6a\xdc\xf1\xcd\x18\x83\xe6\x5a\xc7\xe8\x73\x1f\x76\x2a\x34\x75\x3f\x79\xe7\xbe\xe5\xeb\x57\x92\x64\xbc\xde\xbc\xcc\x3d\x27\x61\x78\x3d\x8c\x0f\x7f\x18\xff\xca\x38\x9f\x42\xb2\xfe\x10\x3e\x3a\xd5\xea\xc7\x5a\x1e\xf8\x3b\xf8\xf7\x33\xca\x58\x52\x80\xef\x44\x37\xe9\x60\xfc\x84\x72\xbf\x33\x43\xf6\xfb\xb9\xa9\x23\x36\x3d\xed\x30\x15\x1e\xcd\x29\xe7\xdc\x8c\x63\x54\x98\xdd\x33\x85\x72\xe7\x13\x7d\xa1\xaf\x5a\x05\xf9\xf0\x02\xfc\x2b\xfb\xf5\x73\x2a\x1c\x3e\x3d\xed\x30\x15\xfa\x9c\xa7\xc2\xe1\x33\x47\x5f\x88\x9c\x55\xae\x0f\x7f\x07\xff\xca\xf8\x7b\x32\x90\xe7\x1b\x53\xcd\xa3\x39\x59\xb0\x83\x19\xb7\x30\x19\x68\x31\xe5\x64\xf3\x37\xf2\xaf\xec\x77\x34\xa7\xae\xe1\x19\x88\x54\xa1\x19\x95\xe5\xc3\x2b\xed\xaf\x8c\x6d\xca\x37\x3e\xab\xf7\x53\xa1\x99\xa9\xeb\x74\xba\x6f\x3c\xb1\x4a\x12\x53\xc6\xac\x57\xd3\xe7\x44\xba\x58\x4c\xc5\xbc\xbd\x84\x3e\x27\x85\x58\xa6\x1c\x62\xfe\x08\x7e\x4e\x0a\x95\xa8\x84\x1e\x5e\x42\x7f\x65\x6c\x53\x71\x6d\x2f\xa1\xd7\x2b\x82\x98\xa6\x21\xb8\x1f\x2d\xf1\x1d\x3a\x4c\x41\xd9\xe9\x7e\x34\x3e\x22\x88\xa9\x7b\xd8\xeb\xec\x3b\x0b\xfe\x30\xa1\xc9\x8c\xf3\x5c\xb5\xc9\x04\x73\xfd\x99\xfd\x5e\x89\x15\xa6\x4c\x6e\xaf\xc0\xef\x55\xcb\x2a\xbb\xda\x1f\xd9\xef\xb2\x3c\x55\x90\x0f\x2f\xc8\xef\x95\xae\xb0\x29\xf7\xda\xbc\xa6\x72\xaf\x54\xb7\x7a\x45\x1f\xf1\x52\x3e\x4b\xfd\x30\xe5\x5c\xf3\x87\xf1\x73\xaa\x04\xd4\x53\xce\xb5\x39\x6f\x8b\x64\x51\xc5\x54\x84\x7d\xce\x18\xb4\x4e\x81\x42\x05\x4e\x0c\xa0\x77\x0c\x31\x65\x53\xcf\xf5\xe7\xaf\xb1\x27\x8a\x14\xcc\x75\xa7\xb8\x51\x45\x4f\xa9\x22\xa7\x13\xd0\x33\x86\xd0\xd3\xfb\xf0\xa7\xf7\x73\xaa\xd4\xa6\x53\xf6\xf6\xbc\xf6\x76\x6f\x54\x52\x53\x29\x88\xfe\x40\xff\xfd\x8c\x63\x13\xae\x9f\x3b\x76\x16\x5d\xf3\x53\x41\x38\xe7\x31\xb8\x32\x76\x45\xca\x6d\xee\xe8\x8a\xf6\xcf\xd6\xba\x9d\x18\xb8\x4e\xbf\xbc\x78\x33\x40\x82\xa2\x4a\x22\x36\xc0\x0a\x20\xc0\xca\x4f\x2c\x69\xb0\x95\xa2\x9f\x84\x72\x4b\x79\x86\x4e\x5e\x90\x13\x59\x6e\xb1\x74\xa1\xaf\xd0\x52\xac\xe0\xc4\x52\x1d\xc4\xf2\x84\x9e\xa4\xc8\xd1\x92\x4d\xbd\xf2\x0e\x19\xfb\x29\x5b\x61\xc5\x65\x4f\xaa\x5a\x2c\x69\x29\x7f\xce\x3f\x27\x85\x79\x96\xec\xe6\xe5\xa1\x80\xa4\x30\xcf\x92\x1d\xb1\xc2\x00\x6e\xbc\x60\x97\xdc\xfd\x2b\x0c\xe0\x46\x0d\xbd\x14\x70\xf7\x57\xff\x73\x92\x95\xbb\xf8\xde\x22\x56\x00\xfb\x46\xbf\xc7\x92\x5b\x6d\x05\x48\x60\x29\x26\x96\x40\x82\xf3\x26\x5c\x19\xc7\xa0\xcc\x1c\xe7\x3f\xb8\xb2\xbf\x57\xf0\x06\xbd\xe8\x0f\xa7\x40\xc8\x89\x15\x90\xd0\xab\xfd\x58\xee\xba\x4f\x9d\xe7\x68\x09\x27\xac\x30\x9f\x3b\x53\xe3\x96\xcc\xe7\x35\x7c\x8b\x2a\x6a\xb1\x86\x7e\x2f\x10\x7e\xd7\x32\x49\x7f\xac\xcf\x2f\x59\xbe\x8f\x08\xbd\xe8\x8f\xf5\x8d\x90\x71\xda\x84\xfe\x57\x60\x8f\xae\x65\x9a\xfa\x2e\xce\x7b\x27\x4e\x5f\x72\xb3\x3b\x97\x41\x4e\x2c\xf6\xc3\x5a\x1a\x5f\x1c\xc1\xce\xe3\xb9\x84\xc5\x9d\x89\x20\x27\x45\xb4\xc5\x44\x80\xe5\xee\xb0\xa4\x30\xc2\x52\x84\xcf\x49\x09\xae\x4c\xdf\xe9\xf7\xe2\x08\x0a\x98\x88\x8a\x00\xfb\xf1\xad\xa6\x0a\x3b\xd1\x0d\x60\xc7\x11\x34\x5e\x88\x5b\x47\x70\x07\xde\x36\xae\x91\x5e\xd1\xc7\xce\x9e\xdd\x41\x2d\xb2\x65\x59\xef\x7b\x92\x9a\x0a\x48\x44\x0c\x00\x27\x06\xc8\x89\x6f\x04\x42\xc5\xff\xf0\xe2\xff\x26\x1f\xda\xd6\x6d\xbf\x9d\x57\x84\xcf\x6a\x61\xcb\xe6\xde\xc5\xfb\xa1\x61\x0b\x6a\xef\x30\xb9\x15\x5b\x50\x0d\x3f\x76\xf5\xcf\x68\x5e\xea\x6d\x7d\x78\x79\x7f\x4e\x2a\xbc\xdb\xb2\xaa\x77\xe4\xb4\x70\xb3\x6f\xa1\x80\xed\xd1\xf3\xc4\x27\x07\xb1\xbb\x3e\xeb\xbe\xa1\x95\x7c\xb5\x65\x71\xfb\xf3\xf9\x57\xd6\x28\x7b\x25\x6b\x21\x63\x9b\x4a\x6a\xd9\x8e\x10\x9a\x66\x59\x08\x61\x07\x42\x50\xd6\xd6\x96\x77\x7d\x23\x7e\x8e\x6a\x67\xeb\xbc\x6e\xc4\xcf\xd1\x66\xdb\xd0\x7a\x07\xae\x57\x49\xde\x1e\x1a\x42\x9c\x65\x23\x68\x14\x29\x00\x76\x9c\x65\x95\xdd\x6d\x9d\xe5\x1d\x67\x59\x65\x77\x22\x05\xc0\x8e\xb3\xac\xb2\xbb\xad\x94\xba\xed\xe9\xb8\x49\x65\x77\x5b\xe9\xb8\x3b\xce\xb9\xa2\x1c\x5b\xe7\x7c\x5f\xd0\xd0\xa5\x1d\xb7\x2a\x23\xf7\x8c\x9f\xa3\x2b\x62\x4b\x05\xec\x19\x43\xe0\x2d\xb5\x85\x14\xb6\x27\x15\x24\x05\x39\xb6\x32\x75\x77\x98\x26\x0a\x72\x88\x67\x00\x3b\xbc\x72\xca\xdf\xda\x32\xf1\x77\x98\x2d\xa0\xda\xdc\x52\x2b\x3b\x00\x01\xe1\xf2\xd6\xa5\xbf\x43\xe3\x80\xd6\xe3\x56\x4e\xc1\x0e\x8d\x43\x7e\x57\x6c\x69\x9c\x1d\x1a\x47\x05\x80\x5b\xa6\xc9\x3e\xbe\x23\x14\xb1\xd8\xd2\x38\xfb\x9a\x2d\xad\x73\x4f\x8b\x9d\x00\xc7\xfd\xef\x49\xb9\x5f\x87\x1c\x26\x38\x61\xe0\x83\xa8\xf7\xc8\x97\x77\xc2\x32\x51\xb1\xde\x51\x66\x8e\xb3\x0a\x5c\x99\x51\xb6\x24\x8b\xe1\x11\xcb\x89\x66\x00\xe7\x8d\x21\x50\x49\x1f\x19\xf1\xe7\xde\xeb\xbd\x33\x39\xe5\xc8\xf8\x38\x25\x16\x8f\x7b\xfa\x28\xc2\x7f\xc2\x07\xa8\x30\xc1\xe1\x83\xad\x38\x25\xba\x42\x28\x24\x46\x00\x9c\x1a\xd3\x42\x3d\x76\xa4\x90\x4e\xc0\x01\x29\xb2\x53\xd5\xcd\xf0\x01\x92\x53\x15\x47\x59\x76\xc7\x6b\x97\x12\xa8\xdb\x8f\x7c\xe5\x27\xa0\x02\x68\x08\x1d\x41\x85\x13\x70\x40\xaa\xec\x08\x0e\x38\x05\x41\xce\xaa\xad\x3b\xf2\x19\x1c\x37\x68\xb2\xc2\x04\x22\x21\x80\x93\x10\xe4\x4c\x4e\x55\x1c\x19\x34\xe7\xea\xa4\xae\xb4\xb0\xa3\x9a\x49\x27\x28\xb8\x9f\x71\x47\x28\x31\xe0\x78\xfe\x50\xe6\xd3\x81\x38\x32\x5b\xce\xd5\x4e\x39\xf3\xe9\x40\x1c\xe5\x16\x1d\x44\x37\xb5\x03\x15\x0f\x74\x66\x83\x2b\xe3\xef\x49\xb5\x38\x5b\x41\xce\xcf\x6f\xd9\xc7\xc3\x5d\x3d\xfc\x2d\xf2\x8c\xe7\x87\xbc\x86\xaa\x84\x47\x94\x15\x82\x19\xfb\x23\x4b\x16\xc5\x3b\x4a\xbd\x1f\xaf\x64\x91\x42\x0f\x26\xfa\x0e\xa5\xd0\x0f\xcf\x65\x7e\x9f\xe7\x87\x9c\x47\x81\x64\xb3\x5d\x59\xfe\x85\x5d\x76\xa7\xa3\x76\xf7\x3b\x67\x34\xf4\xb6\x5e\xb1\xd8\x9e\x56\x41\x2e\x95\xdd\x09\x49\xb6\xbf\x85\x90\x54\xfe\xb7\x8d\x99\x74\x3b\x82\xbc\x99\x9c\xaf\x67\x10\x3e\x9c\xf1\xc4\xda\xfd\xfa\x7f\x06\xab\x88\xce\x48\xf1\xdd\xef\xa4\x9f\xc1\xa8\xd8\x19\xee\x92\xcb\x8c\x9e\x9c\x91\xf5\x5d\xfe\xf3\xf7\xd8\x26\x03\xf1\xc7\xe9\x7e\xaf\xec\xcf\x35\x38\x5b\xbf\xe7\xc8\x85\xb3\x7c\x36\xe3\x07\x67\x27\xfb\xcb\xb8\xcf\x7e\xf5\xcd\x5b\xfe\xf1\x47\x7b\xfe\x4f\xaa\xb3\xf2\x7f\x83\xbd\x67\xb3\x94\xf2\x38\x11\x12\x19\x72\xce\x7e\xf5\x5b\xaf\xff\x16\x7b\x41\x5c\x74\x1c\x17\x31\xbb\xee\x08\x16\x1d\x87\x45\x7c\x6e\xff\x6c\x6a\xa8\xe3\xc4\x49\xcc\xba\x3b\x9b\x0a\xea\xec\x6b\x82\x54\xe3\x37\x04\x52\x67\x97\x72\x25\x46\x89\x7a\xe0\x24\x6c\x0f\x1f\xd4\x3c\x9b\xf6\xc8\xd9\xce\x16\xfc\x3c\xaf\x64\xfa\xce\xdf\x8e\x7a\xc8\x24\x7c\x36\x3d\x23\x27\x98\x8b\x54\x70\x7a\x0e\x5f\xf4\x3e\xc7\x53\xcb\x7e\x56\xcc\x39\x2c\xa7\x3d\xae\xdd\xf8\xa6\xdb\x11\x31\xc7\x09\x62\x8e\x66\xff\xfb\x8a\xdc\xff\xf9\xf7\xf1\xcf\xff\xe7\xff\xfb\xff\xc7\x3f\xff\xc7\xf8\xf7\xfd\xc7\xfc\xef\x7f\xfd\x6b\xff\xc7\x7f\xad\x7f\x9b\xff\xf5\xc7\xff\x7b\xff\xf5\x8f\xb5\xcf\xbf\xfd\xc7\xfe\xd7\xfe\x9f\xff\xf9\xdf\xff\x9a\xfb\x8f\x7f\xfe\xe7\x3f\xef\x57\xfe\xdf\xff\x0a\x00\x00\xff\xff\x6a\xcb\x90\xcd\xbb\x0d\x04\x00"); -var _eff =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\xd2\xc1\x8a\xdb\x30\x10\x06\xe0\xbb\x9e\x62\x8e\xdb\xc3\xd6\x23\x39\x76\x1c\x30\x81\x36\x65\x21\x2c\xdb\x96\xa4\xb4\x67\xc7\x1a\x07\x41\x23\x09\x59\x3e\xe4\xed\xcb\x68\xb2\x2e\xec\x21\x28\xfa\x32\xf3\x33\x91\x54\x1d\x8e\xdf\x8e\xde\x65\xa8\x7e\xa6\x30\x9e\x29\xc3\xe4\xbc\x4d\x34\x87\x25\x8d\x04\x17\xba\x3a\xaf\x94\x36\x60\xdd\x98\xdf\xb7\x65\x19\x6f\x43\x54\x8a\xfb\xcf\xf7\x39\xd3\xed\xe8\xa7\x00\xb5\xd4\xd9\x25\x3e\x6a\x01\xaa\x13\x5d\xdd\x9c\xd3\x1d\x9e\xbe\xd8\x70\xa1\x4f\x60\x69\x62\xff\x91\x2c\x25\xe7\xaf\xf0\xf4\x7a\x5a\xf1\xbc\xc4\xf8\x97\x6e\xe4\x33\x60\x31\xf2\xb6\xac\xaa\x3a\xbc\x0d\xf1\xfb\x70\x23\xa8\x4a\xce\xf3\xeb\xe9\x59\x4a\xca\x2f\xbf\x29\xcd\x2e\x78\xd0\x9f\x11\xcd\x7f\xfe\x75\x8f\x04\xfa\x91\xf0\xe7\x2d\x58\x7a\xe4\x96\xc9\x0f\x61\xf1\x19\x6a\x6c\x76\x62\x5a\xa6\x1e\x83\xa5\x39\x0e\x23\xa5\xc1\x5f\x49\x01\xf4\x88\x88\x7b\xe8\xf1\xeb\xcb\xcb\x9e\x47\xfa\x50\xc1\x07\x24\x9d\xce\x8a\xac\x1d\x38\x4d\x7b\x40\xd5\xa3\x96\xbd\xe6\xbd\x69\x5a\xd5\xa3\x11\x31\x2c\x8d\x36\xaa\xc7\x5a\xa4\x66\xd9\xb6\x9d\xea\x71\x23\xb2\x61\xd1\x68\x36\xaa\xc7\x46\xa8\x29\x64\x3a\xce\x6e\x85\xda\x42\x4d\xcd\xe1\x5b\xa1\x6d\xa1\xed\x8e\xd3\x3b\xa1\xae\x4c\x80\x1b\x8e\xdf\x09\xed\x0a\xd5\xc8\xf1\x83\xd0\xf0\x98\x93\xe3\x2f\x42\x97\xc9\xec\xc1\x74\xba\x2d\x27\xf0\xfe\x4f\xf9\x3b\x3f\x85\xf5\x7a\xc6\x25\x25\xf2\xb9\x3c\x84\x72\x07\x7c\xb6\xce\xd3\xfa\xa8\x62\x88\xdc\x55\x3e\xff\x02\x00\x00\xff\xff\x65\xa2\x18\x80\x80\x02\x00\x00"); -var _ggeg =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\x58\xcd\x8e\x1c\xc7\xd1\xbc\xcf\x53\xf4\x51\xdf\xe1\x33\xeb\xff\x07\x18\x0c\x20\x93\x26\xcc\x83\x24\xc3\xb4\x6c\x03\x86\x0f\x5d\x55\x59\xc4\x02\xe6\xee\x62\xb9\x3c\xe8\xed\x8d\x88\x18\xc9\x96\xe0\x83\xd0\xda\x60\x64\x55\x76\x56\x44\x66\xf5\xbc\x79\xfb\xe1\xdd\x87\xc7\x87\xd7\xe3\xcd\x9f\x5e\x9e\xe6\x47\x7b\x3d\xf6\xc3\xe3\x7a\xb1\x2f\x4f\x5f\x5f\xa6\x1d\xc3\x3e\x3d\x3c\x5e\x2e\x3e\x1c\xeb\x61\xbe\xfe\xfc\x27\x1f\xf3\xf3\xf9\x7c\xb9\x20\xfe\xe3\x4f\x5f\x5e\xed\xf3\x87\xc7\xfd\x74\x44\xf1\xd6\xd7\xe7\x3b\xf7\x38\xde\xfc\xd9\x3e\x3d\x7c\x79\x7d\xf9\xe9\xf8\xe6\xdb\xf5\x34\xec\xff\x8e\x65\x1b\xf8\x0f\x2f\xcb\x5e\x1e\x1e\x3f\x1d\xdf\xbc\xfd\xfe\xa3\xff\x05\xfe\xf8\xf5\xf9\xf9\x5f\xf6\xd9\x1e\x5f\x0f\x47\xcc\x1e\x17\x9f\x97\x37\x6f\xbf\x3b\x9f\xbf\x3f\x3f\xdb\xf1\xe6\xf7\xf9\x79\xfe\xff\x1f\x09\x13\xfd\xab\xbd\x7c\x79\x78\x7a\x3c\xbc\xfb\x9d\x73\xe5\x3f\xf8\x5f\x7e\x7a\xb6\xc3\xdf\xc3\x7f\xfc\xf0\xee\x87\xbd\xbf\xd8\xcf\x0b\xbf\xf9\xfb\x8f\x1f\xde\x1d\xff\xf0\x87\x77\x47\xc8\xb1\x85\x7f\xde\x89\x7f\xfb\xee\x69\xd9\x9d\x74\x89\x7a\x93\xf9\xb4\xec\xcb\xf3\x39\xed\xe5\x7c\xfc\x64\x97\xe3\xb8\x3a\x77\x3b\x8e\xe3\xda\xdc\x0d\x7f\x7d\xeb\x93\xbb\x1d\xd7\xf7\x6f\xdf\xff\x81\x7f\xbf\x7f\xc7\x7f\x7d\xff\xfe\x86\x17\xf8\x4d\xf4\xc5\x6b\xd1\xc7\xa7\xd7\x65\x5b\x18\xd7\xbb\xfa\x7d\x3b\x3c\x22\xfe\xfb\x9f\x2e\xde\xb9\x7b\x16\x0f\xeb\xce\x0e\x60\x57\x03\x1b\x29\x30\x8f\xa3\xf8\xcb\xf5\x54\x22\xa7\xcf\xed\x76\xf4\x0e\x20\x77\x01\xf3\x76\xf8\x58\x53\x24\xb6\x88\x71\x85\xd0\x80\x9c\x9e\xc8\xce\xb7\xc3\x97\x00\x64\x17\x21\xe5\x76\x84\x44\xce\xae\x42\x2a\x90\x4a\xa4\x09\x31\x20\xd8\x2d\x68\xfb\x80\x95\x43\x2e\x40\xb4\x72\x00\x27\x7a\x70\xa2\x38\x11\x9c\xe4\x91\x4f\x14\x27\x8e\x71\x3b\x52\x45\x54\x1c\x4b\xc8\xbe\x1d\xd9\x91\x33\x15\x65\xee\x76\x64\x66\x98\xb4\x4e\xc2\x3a\xb9\x67\x20\x5a\x27\x61\xaf\x92\x91\x73\x16\x27\x83\x53\x33\xa2\xb2\x38\x19\x9c\xe6\x11\x55\xc4\x29\xe0\x74\x87\x0c\x8b\x38\x05\x9c\x5e\x11\x55\xc5\xa9\xac\x98\x2b\x48\xb1\x8a\x54\x41\xf2\x3e\x20\xae\x89\xd5\x54\xd7\x80\xb4\x9b\x58\x6d\xab\xd4\x08\xec\x62\x75\xb2\x62\x73\x80\xc4\xea\x64\x25\x9e\xd1\x29\xd6\x49\x56\x8e\x28\xf7\x29\xd6\x49\x56\x71\x08\x1c\x62\x0d\xb2\x4a\x4f\x80\xc4\x1a\x64\xd5\x8c\xc0\x29\xd6\x24\xab\x65\xe8\x64\x8a\x35\xf7\xba\x1d\xbe\x7b\x04\x4e\x44\xdc\x1f\x21\x45\xb0\x96\x02\x17\x8f\xd3\x39\xac\xb5\x14\xb8\xc8\x72\x15\x49\x98\x58\x46\x96\x2f\x58\xcb\xc4\x32\xb2\x42\x40\xe0\x16\x6b\x93\x15\x03\x96\xdf\x62\xed\xb9\x01\x35\x04\xee\x25\xd6\x3d\x89\x70\xb9\x0e\xc7\xc0\xe1\x18\x98\x6a\x07\xc4\xc0\xe1\xc8\xca\x09\x2c\x09\x7f\x50\xd3\xa1\xc4\x02\x48\x2c\xc9\xb3\xc0\x0d\x43\xfa\x1c\xd2\x67\xed\x11\x90\x58\x14\x68\x68\xd0\xec\x90\x42\x07\x15\x1a\x7a\x76\x80\xc4\x8a\x94\xb1\x83\x6a\x87\xf4\x37\xa8\xbf\xe8\x51\x9c\x21\x01\x8e\x24\xb1\xa3\x38\x43\x0a\x1c\x54\x60\x0c\x28\xce\x90\x04\x07\x25\x18\x23\x8a\x33\xa4\xc1\x41\x0d\xc6\x84\xe2\x0c\x89\x70\x50\x84\x31\xa1\x38\x43\x2a\x1c\x54\x61\xcc\xb5\x01\x12\x8b\x2a\x8c\x25\x21\x50\x2a\x1c\x54\x61\xac\x31\x03\x12\x8b\x2a\x8c\xb5\x23\x50\x2a\x1c\x54\x61\x6c\x1d\x25\x94\x0a\x07\x55\x18\x7b\x46\xa0\x54\x38\xa8\xc2\xe4\x60\xf1\x21\x15\x0e\xaa\x30\x79\x8f\x40\xa9\x70\x50\x85\x29\x38\x94\x50\x2a\x1c\x63\x56\x40\x05\x81\x63\x36\x42\x0c\x8c\x30\xda\x90\x30\x07\x85\x99\x22\x8b\x23\x61\x0e\xaa\x30\x25\x16\x47\x2a\x1c\x54\x61\xca\x2c\x8e\x54\x38\xa8\xc2\x94\x59\x1c\xa9\x70\x58\xf6\xb7\x23\x15\x16\xc7\x72\x10\x14\xb8\xa3\xa0\x48\x88\x6b\x95\x8e\x54\xa5\xd5\x41\xad\xa6\x9a\x70\x68\xd2\xea\xa0\x56\x53\x8b\x58\x5e\x5a\x1d\x14\x66\x6a\xbd\x5e\xae\x53\xc2\x9c\x14\x66\xea\xdd\x03\x22\x6b\x52\x98\xd9\xe5\x74\xb9\x4e\x09\x73\x52\x98\xd9\xa3\x93\x4e\x09\x73\xfa\xf3\xbc\x1d\x39\x78\x4f\x68\x10\x62\x60\x08\xe1\x72\x9d\xd2\xea\xa4\x56\x73\x44\x55\xa7\xb4\x3a\xc3\x44\x60\x44\x55\x67\x98\x43\xd0\x60\xa0\x27\x34\x09\x71\xad\xc4\xe5\xa5\xe8\x19\x0b\xba\x67\x42\xfb\x9c\xb1\x70\x2d\x8a\x3c\x27\x54\x62\x4a\xe4\x33\x8e\x76\x3b\x72\x0e\x84\x46\x17\xd4\x01\x65\xae\x35\x4e\x41\x27\x21\x47\x88\x49\xd0\x1d\x39\xa3\xcf\x4e\xb9\x63\xa6\x9c\xd9\xaf\xc1\x4a\xb9\x08\x2a\xdc\x31\x13\xaa\x84\x98\x44\x49\x0c\x54\x12\xf4\x50\x2e\x0d\x90\x3c\x34\xe9\xa1\x5c\x31\x20\xa6\x3c\x34\xe9\xa1\xdc\x22\x2a\x21\x0f\xcd\xa2\x79\x10\xe3\xe5\x3a\x25\xf2\xd9\x13\xb2\xef\x7c\xc7\x9e\x4e\x41\xe7\xed\x28\xa1\x71\x3e\xff\x3c\x57\xff\xd7\xa8\x9d\x3d\xf1\xdd\x7a\x19\xb7\xa3\x38\x1e\x43\x2f\x2c\x30\xbd\x53\x1c\x14\x33\xe5\x9d\xd9\x31\xb7\x8a\xcb\xc8\xa7\x0f\x13\x44\x56\x14\xb4\x09\xd9\x04\xd4\xa0\x85\x6e\x8b\x10\x67\x96\x87\x5b\xa7\x4c\x37\x69\xba\xe2\x33\x5e\x44\xa6\x9b\x27\xa6\x71\x09\x1e\x49\x9c\x1c\xc7\x7a\x14\x0f\x8d\xce\x93\xf3\x78\xd2\x9a\x25\x3a\x94\x4e\xd6\x9c\xb4\x66\xa1\xe9\xa6\xac\x39\x87\x58\x18\x6f\x53\x3e\x9c\xf4\x61\x49\x18\x6f\x53\x3e\x9c\x53\xb3\x14\xe3\x6d\xca\x87\x93\x3e\x2c\x05\xe3\x6d\xca\x87\x93\x3e\x2c\x05\xe3\x6d\xca\x87\x93\x0e\x2b\x15\xe3\x6d\xca\x61\x93\x0e\x2b\x0d\xe3\x6d\xca\x61\x93\x0e\x2b\x1d\xe3\x6d\xca\x61\x93\x0e\xab\x0e\xe3\x6d\xc9\x61\x8b\x0e\xab\x0e\xe3\x6d\xc9\x61\x8b\x0e\xab\x1e\xe3\x6d\xc9\x61\x8b\x0e\xab\x01\x1a\x5d\x72\xd8\xa2\x9d\x6a\xc4\x78\x5b\xb2\xd3\xa2\x9d\x6a\x42\x33\x58\xb2\xd3\xa2\x51\x6a\xaa\x08\x94\x51\x56\xd4\x85\xa1\x64\x40\x62\x51\xdc\x15\x92\xb9\x2e\x89\x7b\x51\xb6\xb5\xc2\xad\x4b\xb2\x5d\x94\x6d\xad\x0d\x81\x92\xed\xd2\xe5\xa3\x61\x70\x2d\xc9\x76\x51\xb6\xb5\x43\xef\x4b\xb2\x5d\x94\x6d\x73\x18\x5c\x4b\xad\x7f\x15\x78\xba\x39\x0c\xae\x55\xe8\x69\x3d\x5a\x85\x72\x56\x99\x8b\x90\x6e\x32\xa8\xea\xd2\x80\x58\xb5\x76\x40\x9d\x50\x3d\x05\x9d\xb7\xa3\xb5\xd6\x09\x0d\x41\x08\x54\xbd\x34\x46\x16\xc7\x48\x0b\x68\xfd\x4b\x63\x64\x71\x8c\xb4\x88\xd6\xbf\x34\x46\x16\xc7\x48\x4b\x68\xfd\x4b\x0e\x5b\xb4\x42\xcb\x70\xc7\x92\x15\x16\x15\xdd\x32\x9a\xd4\x92\xa2\x17\x15\xdd\x4a\x41\x5e\x52\xf4\x3a\x17\xa0\x8a\x5e\xb3\xce\xb5\x05\x6d\xbe\x10\x96\x3f\x4d\x81\x5c\xab\x32\x7b\x29\x7a\x51\xd1\xad\xa1\xb1\x2c\x29\x7a\x8d\xb3\xf0\x1d\x23\xa1\x4a\x88\x81\xad\x83\x25\x91\x2f\x8a\xbc\x75\x0c\x88\x25\x91\x2f\x8a\xbc\x3b\x4c\xcf\x25\x91\x2f\x8a\xbc\xd3\x8f\x4b\x22\x5f\x6b\x0f\x40\x98\x9e\x6b\xed\x29\x68\x22\x90\x79\xad\xbd\x04\x21\x30\x10\x92\x15\x16\xad\xd0\x03\x06\xc4\x92\x15\x16\xad\xd0\x23\x06\xc4\x92\x15\x16\xad\xd0\x13\x06\xc4\x92\x15\x16\xad\xd0\x33\x3a\xb8\xc9\x0a\x46\x2b\xf4\xe2\x32\x20\xb2\x8c\x56\xe8\xa5\xb4\xcb\xd5\x64\x05\xa3\x15\x7a\x45\x9f\x37\x59\xc1\x68\x85\xde\x02\x02\x65\x05\xa3\x15\x7a\xc7\xa5\xdc\x64\x05\xa3\x15\x7a\x47\xd7\x35\x59\xc1\xa2\xee\xbc\x0e\x6d\xd7\xe4\x05\xa3\x17\xbc\xf3\x68\x6a\x26\x33\x58\x12\x2f\xa0\xf1\x9a\xdc\x60\x49\xbc\x80\xce\x6b\xb2\x83\x65\xf1\x22\xce\xc4\xe4\x07\xcb\xe2\x25\xf4\x3a\x93\x21\xac\x88\x97\xf1\xa5\x61\x72\x84\x15\xf1\x8a\x47\xac\xc4\x6e\xf7\x3b\x79\x75\x09\x98\x78\xba\x94\xbb\x5a\x10\x2b\x21\x9b\x6e\xe5\xae\xe1\x33\xc9\xa4\x64\x6b\x67\x00\xd6\x43\x22\x16\x89\x29\xb6\xe3\xea\x61\x92\xb7\xf5\x8a\xef\x22\xef\x58\xaa\x5e\x8b\x30\x5e\xfc\x5d\x45\xac\x34\x6f\xba\xc0\x7b\x07\x09\x9a\x44\x6f\xba\xc1\x7b\x5f\xb1\x9e\x54\x6f\xe7\xfd\xa3\x01\xa3\xc3\x24\x68\x1b\xf9\x04\x16\xd1\xc9\x6d\xe4\x41\x4c\xb1\x91\x07\x29\x95\xdb\xd8\x8e\x18\x74\x68\x63\xdf\x31\xaf\x9c\x0b\xb1\x20\x8c\xb1\x09\x42\x37\x69\xdf\xf4\x05\xe0\x13\xa4\x68\x12\xbf\xcd\x85\x4f\x00\x9f\xa1\x45\x9b\xb0\xe3\xfd\x81\x77\x8b\xc4\x36\x31\xad\x57\xf0\xcd\x64\x72\x89\x2d\xad\x57\x78\x46\xb2\x89\xad\xb3\x03\xab\x3c\xa3\x85\x2b\xce\xd5\x96\x62\x2b\xdc\x6a\x72\x85\x99\x62\x1b\xa5\x2c\x5b\x98\x19\x6b\xd0\xa8\x65\xb3\x21\x6c\xe0\xd3\x09\xd7\xb7\x5f\xcd\xea\x54\x7f\x3b\xaa\xcd\x30\x57\xaf\x66\xda\x8d\xed\xd5\xe4\x2e\xdb\xda\xad\xf3\xf4\x65\x2f\xdb\xfa\x28\x73\x38\xfd\x2d\x7f\x6d\x87\xfb\x8a\x0f\xde\x37\x60\xbc\xb0\xe8\x81\x37\xea\xc4\x2a\x31\x7d\xe3\x79\x9c\xe0\x96\x11\xb7\xc3\xb5\xcc\x07\xdf\x88\xf1\x5e\xa6\x07\x4e\xd0\x13\x9b\xc4\xb4\x2f\x6f\x79\x5b\x8e\xdd\xbe\x04\x62\xa8\xf8\xf6\x25\x0a\x3b\xf5\xe6\x9d\xd8\x10\xc6\x6a\x14\xee\xeb\x79\x0f\xd9\xf7\xef\xf8\xe8\x2b\x30\xe5\xe2\xb5\x47\xc4\x3c\xd9\xf2\xfb\x0e\xa5\x02\x4b\x11\xb1\xa1\x34\x61\x0d\x58\x85\x62\x77\x28\x9d\x98\xd6\x4b\x95\x3c\xad\x17\x26\xf3\x4b\xf8\x50\xd8\x61\x32\xbf\xa0\x3d\x32\x9c\xb2\xd5\x2d\x76\xac\x89\x58\x23\x06\xdb\xe0\x61\xca\x19\x35\x50\x07\xd9\xea\x20\xa1\x60\xfa\x6c\x75\x90\x9d\x0a\x6b\x5f\x53\x06\x56\x58\x7b\x75\x95\x50\x71\xc5\xdf\xea\x2a\x3b\x0d\xee\xd1\x58\x97\x34\xb2\xb0\xac\x5c\x0a\x31\xc5\xa2\x3b\xfb\xd0\x02\x79\x6c\xcf\x5b\x1d\x29\x74\x87\x7d\xd5\x91\xb6\x3a\x52\xe8\x0e\x35\x50\x47\xda\xf9\xce\xc3\x5d\x68\xab\x23\xed\xc2\x33\x8a\xae\xa0\x2e\x45\x67\xc4\x07\x62\x85\x25\x62\xfa\xb2\x77\xb8\xe1\x6e\x75\xae\xad\xce\x15\x3d\xcf\x5c\x9d\x6b\xab\x73\x45\x5e\xe7\xb6\x3a\xd7\x56\xe7\x8a\x01\xb7\x85\xad\xce\xb5\xd5\xb9\x62\xa4\x36\xd4\xb9\xb6\xba\x54\x4c\x3c\x5f\x75\xa9\xcd\xc6\xe4\x63\xe6\xf9\xf6\x5a\x85\x91\x97\x1b\x79\x8a\xed\x38\x3e\x1f\x33\xee\x53\xbb\xcf\x24\x2c\x89\x97\x89\x65\x61\xa8\x69\x2c\xac\x5f\x9f\x45\x18\xf7\xd0\x59\xf6\xa9\x3d\x96\x27\xa6\x7d\x57\x10\xa6\x58\x78\x50\x95\xdf\x18\x52\xbf\xb2\x30\xfe\xff\xf3\xf9\x7c\xf9\xe5\x97\xbd\xf9\xf5\xe5\xc5\x1e\x5f\xf9\x2b\x22\x7f\xc1\x3b\x96\xed\x87\x47\xfb\xe5\x17\xc9\xe7\xa7\x67\x44\xf1\xbf\x7f\x07\x00\x00\xff\xff\x9c\xfe\xe4\xde\xbd\x14\x00\x00"); -func _aaa ()(*asset ,error ){_cee ,_bc :=_ead ();if _bc !=nil {return nil ,_bc ;};_gba :=bindataFileInfo {_b :"Add-RKSJ-V",_ffe :1493,_ag :_ed .FileMode (436),_ac :_c .Unix (1580491099,0)};_gbfb :=&asset {_abe :_cee ,_ece :_gba };return _gbfb ,nil ;};func _fcc ()(*asset ,error ){_gce ,_abfg :=_cfec (); -if _abfg !=nil {return nil ,_abfg ;};_ecde :=bindataFileInfo {_b :"Adobe-GB1-0",_ffe :1052,_ag :_ed .FileMode (436),_ac :_c .Unix (1580491245,0)};_ggfb :=&asset {_abe :_gce ,_ece :_ecde };return _ggfb ,nil ;};func _fabg ()([]byte ,error ){return _g (_dgfg ,"Adobe-Japan1-7")}; -func _adda ()([]byte ,error ){return _g (_ccc ,"GB-EUC-H")};func _gdb ()(*asset ,error ){_fccb ,_cebb :=_gbb ();if _cebb !=nil {return nil ,_cebb ;};_bgf :=bindataFileInfo {_b :"ETenms-B5-V",_ffe :709,_ag :_ed .FileMode (436),_ac :_c .Unix (1580491804,0)}; -_beff :=&asset {_abe :_fccb ,_ece :_bgf };return _beff ,nil ;};func _cgee ()([]byte ,error ){return _g (_bfdb ,"KSCms-UHC-H")};func _gfea ()([]byte ,error ){return _g (_ccdb ,"UniJIS-UCS2-V")};var _adgfc =map[string ]func ()(*asset ,error ){"78-EUC-H":_ea ,"78-EUC-V":_eaf ,"78-H":_eb ,"78-RKSJ-H":_gf ,"78-RKSJ-V":_egd ,"78-V":_acc ,"78ms-RKSJ-H":_gde ,"78ms-RKSJ-V":_bb ,"83pv-RKSJ-H":_abeb ,"90ms-RKSJ-H":_gfa ,"90ms-RKSJ-V":_cfc ,"90msp-RKSJ-H":_bd ,"90msp-RKSJ-V":_fae ,"90pv-RKSJ-H":_gc ,"90pv-RKSJ-V":_eag ,"Add-H":_dff ,"Add-RKSJ-H":_afa ,"Add-RKSJ-V":_aaa ,"Add-V":_afc ,"Adobe-CNS1-0":_fdf ,"Adobe-CNS1-1":_bdd ,"Adobe-CNS1-2":_eefa ,"Adobe-CNS1-3":_bbeb ,"Adobe-CNS1-4":_agb ,"Adobe-CNS1-5":_dfg ,"Adobe-CNS1-6":_bdf ,"Adobe-CNS1-7":_adae ,"Adobe-CNS1-UCS2":_ggef ,"Adobe-GB1-0":_fcc ,"Adobe-GB1-1":_cde ,"Adobe-GB1-2":_aaad ,"Adobe-GB1-3":_def ,"Adobe-GB1-4":_faag ,"Adobe-GB1-5":_ced ,"Adobe-GB1-UCS2":_egec ,"Adobe-Japan1-0":_dcb ,"Adobe-Japan1-1":_cffc ,"Adobe-Japan1-2":_agcc ,"Adobe-Japan1-3":_aadd ,"Adobe-Japan1-4":_abfgc ,"Adobe-Japan1-5":_cgc ,"Adobe-Japan1-6":_agac ,"Adobe-Japan1-7":_gddf ,"Adobe-Japan1-UCS2":_cgg ,"Adobe-KR-0":_geg ,"Adobe-KR-1":_afdb ,"Adobe-KR-2":_ggc ,"Adobe-KR-3":_cafc ,"Adobe-KR-4":_fgcg ,"Adobe-KR-5":_bebe ,"Adobe-KR-6":_dag ,"Adobe-KR-7":_accc ,"Adobe-KR-8":_gaaa ,"Adobe-KR-9":_dfc ,"Adobe-KR-UCS2":_fbcc ,"Adobe-Korea1-0":_gdeg ,"Adobe-Korea1-1":_degf ,"Adobe-Korea1-2":_abbe ,"Adobe-Korea1-UCS2":_dgbb ,"B5-H":_bega ,"B5-V":_acec ,"B5pc-H":_dgba ,"B5pc-V":_cafb ,"CNS-EUC-H":_ddddd ,"CNS-EUC-V":_dcca ,"CNS1-H":_dde ,"CNS1-V":_fbb ,"CNS2-H":_gffcc ,"CNS2-V":_cggag ,"ETHK-B5-H":_gddfe ,"ETHK-B5-V":_gbac ,"ETen-B5-H":_fadeb ,"ETen-B5-V":_ddgba ,"ETenms-B5-H":_abbc ,"ETenms-B5-V":_gdb ,"EUC-H":_cfef ,"EUC-V":_acae ,"Ext-H":_adge ,"Ext-RKSJ-H":_bbgg ,"Ext-RKSJ-V":_fdcd ,"Ext-V":_gcg ,"GB-EUC-H":_caff ,"GB-EUC-V":_aea ,"GB-H":_cgcb ,"GB-V":_efaff ,"GBK-EUC-H":_cbg ,"GBK-EUC-V":_eaa ,"GBK2K-H":_fabgd ,"GBK2K-V":_dgge ,"GBKp-EUC-H":_bdce ,"GBKp-EUC-V":_bbeda ,"GBT-EUC-H":_fafa ,"GBT-EUC-V":_gec ,"GBT-H":_dfag ,"GBT-V":_faab ,"GBTpc-EUC-H":_bdbfc ,"GBTpc-EUC-V":_cbce ,"GBpc-EUC-H":_bcdd ,"GBpc-EUC-V":_acba ,"H":_abbd ,"HKdla-B5-H":_ccca ,"HKdla-B5-V":_afeb ,"HKdlb-B5-H":_ccec ,"HKdlb-B5-V":_ecca ,"HKgccs-B5-H":_ggde ,"HKgccs-B5-V":_ccgce ,"HKm314-B5-H":_fbfd ,"HKm314-B5-V":_cggc ,"HKm471-B5-H":_agca ,"HKm471-B5-V":_fded ,"HKscs-B5-H":_bagb ,"HKscs-B5-V":_gcea ,"Hankaku":_gfgc ,"Hiragana":_fafc ,"KSC-EUC-H":_ecee ,"KSC-EUC-V":_ffaf ,"KSC-H":_cgcc ,"KSC-Johab-H":_dacee ,"KSC-Johab-V":_cfaa ,"KSC-V":_ffgf ,"KSCms-UHC-H":_dcbb ,"KSCms-UHC-HW-H":_edfa ,"KSCms-UHC-HW-V":_bcac ,"KSCms-UHC-V":_eeeg ,"KSCpc-EUC-H":_eead ,"KSCpc-EUC-V":_dgbe ,"Katakana":_fbbg ,"NWP-H":_dcbc ,"NWP-V":_cfdc ,"RKSJ-H":_gfce ,"RKSJ-V":_bafg ,"Roman":_cda ,"UniAKR-UTF16-H":_adb ,"UniAKR-UTF32-H":_cfecdf ,"UniAKR-UTF8-H":_dagbg ,"UniCNS-UCS2-H":_adgfb ,"UniCNS-UCS2-V":_fgd ,"UniCNS-UTF16-H":_bdca ,"UniCNS-UTF16-V":_bgee ,"UniCNS-UTF32-H":_eacd ,"UniCNS-UTF32-V":_abaa ,"UniCNS-UTF8-H":_fddeg ,"UniCNS-UTF8-V":_cbb ,"UniGB-UCS2-H":_cbcc ,"UniGB-UCS2-V":_bffgb ,"UniGB-UTF16-H":_cabd ,"UniGB-UTF16-V":_eagf ,"UniGB-UTF32-H":_dfaf ,"UniGB-UTF32-V":_befb ,"UniGB-UTF8-H":_cfgf ,"UniGB-UTF8-V":_efba ,"UniJIS-UCS2-H":_eefag ,"UniJIS-UCS2-HW-H":_gcecb ,"UniJIS-UCS2-HW-V":_befd ,"UniJIS-UCS2-V":_dfcaf ,"UniJIS-UTF16-H":_ggaf ,"UniJIS-UTF16-V":_fdgb ,"UniJIS-UTF32-H":_acafb ,"UniJIS-UTF32-V":_dagbd ,"UniJIS-UTF8-H":_cfeb ,"UniJIS-UTF8-V":_eaba ,"UniJIS2004-UTF16-H":_afed ,"UniJIS2004-UTF16-V":_gfcb ,"UniJIS2004-UTF32-H":_aeeb ,"UniJIS2004-UTF32-V":_edfc ,"UniJIS2004-UTF8-H":_cfcdd ,"UniJIS2004-UTF8-V":_bcgge ,"UniJISPro-UCS2-HW-V":_ceeb ,"UniJISPro-UCS2-V":_efedf ,"UniJISPro-UTF8-V":_feecb ,"UniJISX0213-UTF32-H":_eedc ,"UniJISX0213-UTF32-V":_gacg ,"UniJISX02132004-UTF32-H":_ceba ,"UniJISX02132004-UTF32-V":_gfdfg ,"UniKS-UCS2-H":_ggcad ,"UniKS-UCS2-V":_bfba ,"UniKS-UTF16-H":_fgfg ,"UniKS-UTF16-V":_febef ,"UniKS-UTF32-H":_afbg ,"UniKS-UTF32-V":_fgcb ,"UniKS-UTF8-H":_baa ,"UniKS-UTF8-V":_beaa ,"V":_gacf ,"WP-Symbol":_bgff }; -func _geg ()(*asset ,error ){_bffgf ,_fadb :=_cce ();if _fadb !=nil {return nil ,_fadb ;};_aeb :=bindataFileInfo {_b :"Adobe-KR-0",_ffe :640,_ag :_ed .FileMode (436),_ac :_c .Unix (1580491402,0)};_fdga :=&asset {_abe :_bffgf ,_ece :_aeb };return _fdga ,nil ; -};var _bbbc =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x84\x5a\x4d\x8b\x65\x39\x72\xdd\xbf\x5f\x71\x97\xe3\xc5\xb8\xf4\x11\x0a\x49\xf0\x78\xd0\x74\xf7\xe0\x62\x18\x8f\x71\xbb\x6d\x83\xf1\xe2\x4a\x0a\x15\x09\xae\xcc\x24\x2b\x6b\xd1\xff\xde\xc4\x39\xb7\xab\xed\xb1\xa1\x17\x43\x4c\x9f\x92\xe2\x86\x42\xf1\x71\x42\x2f\x3f\x7c\xff\xf1\x87\x8f\xcf\x4f\xef\xc7\x87\x7f\x7a\x7b\x99\x3f\xd9\xfb\xb1\x9f\x9e\xd7\x9b\x7d\x79\xf9\xfa\x36\xed\x18\xf6\xe9\xe9\xf9\x76\x8b\xe9\x58\x4f\xf3\xfd\xd7\xff\x84\x98\x9f\xcf\xd7\xdb\xcd\xf7\xff\xf4\xcb\x97\x77\xfb\xfc\xf1\x79\xbf\x1c\x99\xeb\xd6\xd7\xd7\x6b\xed\x71\x7c\xf8\x67\xfb\xf4\xf4\xe5\xfd\xed\x97\xe3\x0f\xdf\xad\x97\x61\x7f\x77\x2c\xdb\x8e\xff\xf5\x6d\xd9\xdb\xd3\xf3\xa7\xe3\x0f\x7f\x7e\x79\xb3\x33\x7e\xfb\x87\x9f\xbe\xbe\xbe\xfe\x97\x7d\xb6\xe7\xf7\x23\x00\xb3\xe7\x05\x79\xfb\xf0\xfd\x5f\xce\xd7\x7f\x3c\x3f\xdb\xf1\xe1\xcf\x3f\x7d\xff\xc7\x1f\x7f\xfe\xfe\x8f\xff\x80\x7f\xc1\x3f\xfc\xab\xbd\x7d\x79\x7a\x79\x3e\xfa\xdf\x87\xa0\xbf\xc1\xff\xf2\xcb\xab\x1d\xf1\x52\xf0\xf3\xc7\x1f\xfe\xba\xf7\x17\x7b\x3f\x62\xa0\xf2\x0f\xff\xfe\xf3\xc7\x1f\x8e\xff\x88\x47\x0c\x47\x2a\x12\xc2\x7f\x5e\x4b\xff\xed\x2f\x2f\xcb\x2e\x0b\x6e\x89\xe7\x99\x2f\xcb\xbe\xbc\x9e\xd3\xde\xce\xe7\x4f\x76\x3b\x8e\x7b\x08\x8f\xe3\x38\xee\x2d\x3c\xfc\xbf\xbe\x8b\xdf\xc5\xc7\x71\xff\xd3\x8f\x7f\xfa\xf1\xe1\x66\xff\xcd\xfa\x5b\xa4\x9a\xe7\x97\xf7\x65\x9b\x18\x34\xdc\xe3\x7e\x1c\x2d\x74\xf1\x4d\xff\xf3\x5f\x6f\x6e\x26\x3f\xfd\xb4\xae\x0d\xc9\x37\x54\xbb\x36\xdc\xcf\x78\xfa\x37\xcf\xb8\xed\x71\xc4\x10\x6f\xf7\x33\x11\x49\x56\x1e\x47\xec\xe5\x76\x3f\x33\x91\xec\x6b\x92\xfa\x2e\x21\x22\x2b\x3f\x8e\x5c\x9a\x23\xab\x00\xf1\x35\x12\xfa\xed\x7e\x16\xae\x29\xe7\xf9\x38\xa4\xb8\xe6\x32\x02\x90\xd1\x1f\x87\x28\x90\xc9\x35\xab\x3d\x0e\xa9\x40\x8c\xc8\x76\x04\x5f\x57\xea\x51\x93\xc7\x51\xa2\x6b\xae\x44\xaa\xed\xc7\x51\x5a\xbd\xdd\xcf\x46\xa4\x9d\xf2\x38\x54\x15\x88\x12\xd1\xc7\xa1\x35\x00\x69\x44\xb6\x23\xfe\xad\x36\xb8\xcb\x6d\xd6\xea\x9a\x3b\xf5\x74\x47\x6a\x71\xcd\x27\x91\x73\xe7\xc7\xd1\x70\x8a\x41\x64\x6c\x7d\x1c\x3d\xbb\x37\x26\x91\xe9\x87\x89\x21\xf9\xc7\xe6\x22\xb4\x01\x95\x7c\xbb\x8f\x80\x55\x23\xd0\xd3\x4d\x6f\xf7\x41\xe7\x0f\x3a\x3f\xb6\x70\xbb\x0f\x7a\x7f\x24\x40\xa9\xca\xed\x3e\xe8\xfe\x01\xf7\xc7\xac\xed\x76\x1f\xf4\xff\x80\xb7\xa3\x68\xba\xdd\x07\xdd\x3d\x0a\xa0\x52\x5c\x3d\x3d\x37\x14\x90\x16\x57\x4f\xd7\x8d\x0a\xa8\x8a\xab\xa7\xef\x06\xbc\x10\x5b\x76\xf5\x74\xc3\x80\x1b\x62\xcf\xae\x9e\x7e\x18\x27\x62\x20\x24\x57\x4f\x47\x8c\x01\x28\xfa\xb1\x07\x3d\x31\x26\xa0\x14\x5d\xfd\x22\xb4\x00\xe5\xe0\xea\x8d\x90\x01\x92\xe0\xea\x37\xa1\x4d\xa8\xeb\xed\x3e\xe9\xaf\x09\x7f\xa5\xd2\xc3\xed\x3e\xe9\xaf\x19\x19\x88\x4d\x6e\xf7\x49\x7f\x4d\xf8\x2b\xd5\xda\x6e\xf7\x49\x7f\x4d\x86\x6b\xab\xe9\x76\x9f\xf4\xd7\x84\xbf\x52\xf7\x00\x99\xf4\xd7\x84\xbf\x72\x50\x57\x4f\x7f\x4d\xf8\x2b\xc7\xe2\xea\xe9\xaf\x09\x7f\xe5\x24\xae\x9e\xfe\x9a\xf0\x57\xce\xe2\xea\xe9\x9c\x09\xe7\x64\xc9\xae\x9e\xce\x99\x63\x6e\xcf\x90\xec\xea\xc7\x0a\x80\x5c\x48\x8c\x58\xb5\xb8\xca\x93\x27\x97\x5a\x01\x29\x21\x7d\x1c\x59\x71\xa0\xb1\x2a\x20\x53\x64\x9b\x7f\x71\xd8\x05\xd5\xc7\x51\x11\x5f\x73\x58\x03\x04\x23\x4a\xf7\x8d\xbc\x8e\x89\xeb\xc8\x9a\xe2\xed\x3e\x79\x1d\x73\x4d\x87\x6a\x2c\x0e\xb9\x8d\x97\xc8\x02\x4f\x2c\x9a\xba\x5c\x7d\xae\x8a\x8d\x54\x0f\x51\x7b\xc0\x2a\xeb\x80\xa0\xbe\x36\xd7\xc5\xab\x9d\x76\xce\xc7\x91\x5b\xa8\x80\x16\xa1\x05\x28\x01\x32\x40\xd8\xd8\x3c\xa7\x27\x03\x60\xee\x7d\x3e\x8e\x4c\xf5\x7b\x0f\x42\x03\x50\x02\x34\x09\xf9\xc6\xee\x31\xb1\x18\x26\x14\xb9\xf7\x0c\x28\x11\x4a\x0e\x89\x02\xca\x80\x46\xc5\x2a\x71\x68\x34\x42\xed\xb7\x55\x5e\x99\xee\x2b\xb8\x27\x24\xb8\x73\x56\x80\x27\x28\x72\xf5\xf0\x5d\x61\xf1\x8b\x6b\xfa\xaa\x4c\x68\x11\x5a\x7e\xb5\x39\x02\x32\x40\x2c\x88\x9e\x7c\x8b\xe1\xbb\xa2\x57\x4d\x09\xcd\x4d\x8d\x4b\x08\xc9\xe3\x90\xec\xe9\xbe\x22\x2a\x29\x85\x44\x4f\xe4\x15\x11\x13\x2b\x7a\x1c\x48\xcc\x5c\xd5\x08\x35\x6c\x2c\x80\x3a\xa1\x13\xab\xb8\x71\x00\xb2\x80\x55\x80\x8c\x46\xb8\x90\x08\xeb\xa3\x25\x42\xc9\xeb\x69\x80\xa9\x96\x09\xb9\x11\xd9\x43\x6e\x45\xa3\x11\x2e\x24\x37\xea\xaa\x84\x68\x57\x07\x44\xbb\x6c\x60\x55\x05\x34\x09\xb9\xbf\xa2\x50\xfd\x22\xe4\xfe\xca\x3d\x02\x32\x42\x86\x55\x84\x36\xa0\x0d\xeb\x71\x69\x71\xd3\xfa\x0d\xeb\x05\x76\x6d\x5a\xef\x42\x72\x87\x5d\x9b\xd6\x6f\xb8\x50\xe0\xe8\x4d\xeb\x37\xac\xef\x30\x75\xd3\xfa\xdd\xb1\x8a\x1b\x4f\x42\xee\x42\x09\xdc\x48\x17\xba\x90\x28\xdc\xc8\x03\xed\x85\x55\x8a\x66\xfd\x6b\x87\xfd\xff\x9a\xee\x42\xc5\xba\x84\xa0\x3d\x2e\x16\x2e\x0a\x89\x88\x8f\xc4\xb8\x4d\x1e\xab\x22\x91\x90\x10\x52\xac\x8a\x80\x2a\x21\xd8\x18\x13\xa0\x41\x68\x00\xa2\xfa\x49\x08\x4e\xf7\x5a\xb6\x12\x12\x91\x42\x24\x51\x3d\xec\x4a\x83\x46\x78\x14\xa5\x41\x23\x5c\x88\x24\x6c\x1c\x99\x10\xa2\xbb\x40\xfd\xb8\x36\x1a\x9a\x3b\xec\x1a\xb8\xad\x34\xa1\xab\x42\xfd\xa4\xae\x99\xb1\x2a\x03\xe2\x81\x5c\x48\x89\x15\x50\x21\x84\xdb\xaa\x5c\xa5\x84\xc8\x1d\x1a\x20\x9e\xd1\x85\x14\xda\x35\x79\xc6\x89\x33\x56\x42\x3c\xe3\x84\x5d\x09\x07\x9a\xb4\x0b\x29\x56\x12\x74\x31\xc5\x12\xf2\xa9\x64\xac\x62\x3e\x41\x48\xac\x84\x3a\x21\x18\x81\x88\x4c\xcc\xa7\xc4\x3c\x47\x3e\x25\xe6\x79\x5a\x1b\xab\xb0\xd1\x50\x33\x20\x24\x56\xf8\x8b\x59\x07\x21\x45\x70\x6c\x66\x1d\x84\x14\x06\x00\xb3\x0e\x42\xc0\x07\x56\x32\xfa\xcb\x60\xbd\xe2\x8c\x46\xeb\x3d\xd3\xa4\x28\x8c\x30\x9a\x6a\x30\xb5\xc2\x54\xa3\xa9\x48\xc4\x42\x53\x99\x88\xc9\xd3\x4a\x62\xc3\xaa\x4d\x53\x3d\x61\x44\x03\xd4\x6f\x7e\x11\xc9\xa3\x8c\x55\x26\x0f\x84\xc4\x86\x33\x32\x79\x12\x78\x9a\x32\x00\x36\x8d\x40\x90\x47\x14\x08\xb6\xe2\x95\x09\x75\x8f\x55\xb6\xe2\x25\xa8\x2c\x09\xab\x84\x95\x45\x58\x59\x70\xdb\xc2\xca\x22\xc8\xba\x8c\xc0\x14\x66\x1d\xc4\x55\xde\x64\x2f\x42\xf6\xad\xbc\xb1\xad\xaf\x72\xb2\xa0\x36\x40\x85\x50\xf9\x56\xde\x0a\xd8\xe1\x22\x37\x65\x79\x2b\xcc\x21\x88\xab\x96\x15\xe6\x50\x41\xc2\xb0\x96\x15\x26\x0c\xc4\x75\xa0\x72\x22\xbe\x0a\x8d\x68\xbe\x91\x44\x62\xa9\x77\x1b\x11\x05\xc4\x6e\x03\x21\x51\x2b\x20\xf8\x4b\x11\xbe\x02\x5d\xca\xf0\x85\x90\x58\x09\xe1\x8b\x20\x25\x52\x90\xee\x24\x25\xab\x32\x3b\xbc\x3b\xaf\xca\xec\x80\x28\xa5\x60\x15\xb3\xa3\x1a\xaf\xd6\xd3\xaa\x32\x98\x20\x94\xb9\x5d\x19\x4c\x20\x38\xa2\xc9\xed\x22\xc1\x59\x8d\x90\x73\x8b\x45\x42\xb8\x40\x08\xa5\x22\x7c\xc9\x79\x16\x38\x8f\x34\x64\x07\x39\xcf\x1a\xc8\xed\x8e\xb4\x1a\xcc\x6d\x88\xc2\xfa\x35\x98\xdb\x03\x76\x75\xc4\xea\xa0\x5d\x10\xd2\x53\x02\xc4\x8d\xae\xbe\x04\x1f\x4c\x16\xd9\xcc\x9a\x7e\xb5\x25\xc0\xd4\xc9\xab\x85\xa8\xac\x13\x93\x57\x3b\xb9\x11\xad\x98\x9c\x67\x2d\x6c\x04\x51\x5d\x8b\x1b\x21\x4a\x40\x8a\x2e\x6e\x5c\x8b\xab\xdc\x39\x8b\x75\x02\xa2\x44\xa4\xc2\x62\x2b\x5e\x9e\x30\x25\xc2\xfa\xc5\x84\x81\xa8\xea\x9c\x67\xad\xcd\x8d\x30\x22\xc1\x7a\x32\xa3\x65\x1e\xd1\x25\x21\x61\x8c\x11\x0d\x51\x8a\xd3\xd9\x65\x8c\x68\x88\x92\x9d\xf3\x2c\x63\xef\x80\x28\x19\x91\x43\xb2\xb4\xb6\xd7\xe8\x92\x71\xb5\x9b\x35\x1a\xa2\x92\x5b\xec\x01\xbb\xb6\x97\xa1\x92\x9d\xfd\xad\xcd\x32\x04\x51\xb2\xcf\x0d\x6b\xb3\x0c\x6d\x4f\xb8\x92\x51\x4d\x36\x7b\x38\x44\x11\xa4\xfb\x66\x81\xd9\x34\xc2\x03\xd3\x48\xbc\x2c\x6c\xa8\xf7\xee\x6c\x61\x5f\x50\x7c\x1c\x8a\x4b\xb3\x80\xee\x6c\xa0\x41\x45\xbc\x46\x1b\x69\x90\x45\xcf\xae\x22\x9e\x56\x16\xd1\x9a\x28\x0a\x28\xa8\x45\x64\x9a\x81\x35\x14\xf1\x86\x6d\x64\x0d\x14\x25\x47\x6c\x34\xae\x82\xfa\xa2\xe9\x77\x5b\xb1\xb1\xef\x5a\xe2\x0e\xbf\x79\x63\x95\xb2\xec\x17\x58\xd4\x1b\x90\x65\x5c\x20\x45\x0d\x01\xab\x50\x04\x0d\xb5\xac\x60\x38\x34\xd6\x32\x8a\x9a\xbd\xe5\x99\xa0\x87\x9b\xf8\xb0\x59\xaa\xbb\xd3\xe4\xec\x84\x3a\xd4\x37\x40\x27\x20\xea\xc2\x17\x59\xb8\x0c\xc5\xa6\x34\x9f\xa9\x8d\xc5\x86\xa2\x34\xf8\x8e\xc5\xc6\x30\x49\x97\xe6\xe1\x67\x65\x70\xe3\xd5\xb0\x0b\xa0\x4c\xa8\x61\x15\xd4\xa3\xd8\x50\x88\x78\xf2\x58\x19\x27\xa1\x13\xab\x3a\xa0\x41\x08\x25\x29\x11\x82\xd3\x8b\xf7\xf0\xd2\xbc\x27\x59\x41\x0f\xa7\x10\xc9\x30\x02\x79\x6e\x65\xc2\x7a\xdc\x69\x99\xb4\x1e\xad\x58\x32\xec\x9a\xb4\x7e\x62\x70\x77\xaa\x66\x05\xfc\x9a\x42\x30\x3a\x59\x59\x3c\x90\x8b\xd2\x3a\x74\xad\x44\x08\x67\xcc\x84\x78\x46\xe4\x66\xeb\xf0\x17\x72\x93\x42\x24\xc3\x7a\x8c\x4e\x56\xbc\x35\x95\x8e\x88\x2c\x9b\xc7\x46\x6b\x11\xa7\x90\x56\x90\x88\x14\x24\x38\x56\x36\x8f\x8d\x44\xec\xb4\x6b\xf3\x40\x24\x71\x3e\x3b\x1b\x0b\x3d\x85\x88\xd7\x45\x53\x06\x80\x3a\x89\x2b\x3d\x13\x12\x42\xf0\x97\x53\x48\x53\xd4\x1f\x53\xaf\x39\xa5\x67\x42\x95\x10\x9a\x86\xf3\x01\x53\x3c\x59\x98\x22\x53\xba\xd7\x58\x53\x66\x8a\x92\xc4\x79\x71\x36\x65\x98\x40\x14\x0c\x32\xa6\x0c\x13\x05\xaf\x13\x6f\x9f\xa6\x83\x76\xa1\x66\x74\x9a\xca\x30\x81\x10\x41\xc8\xe9\xa0\xa9\x03\x76\x09\x21\xda\x85\xce\x25\x70\x0e\x3b\x97\xa9\x47\x4b\xe9\x05\x76\x8d\x49\x08\x91\xa3\xb0\x8b\x91\xa3\x88\x9c\x5e\xe0\x2f\x46\x0e\x84\x44\xe4\xb9\x32\x72\x20\x4a\x57\xe8\x42\x87\x30\x9d\x6c\x9f\xb0\x7e\xd2\x13\x13\xf7\xe8\x85\xcb\x74\x9e\x84\x30\xee\x5c\x1b\x11\xbe\x8a\xc8\xe9\x8a\x2f\x32\x72\x94\x91\xa3\x38\x10\x23\x47\x11\x39\x68\x40\xa6\x8c\x1c\x65\xe4\x28\xce\xc8\xc8\x51\x27\x84\xa5\x57\xea\xe2\xb1\x17\x72\x08\xe9\xae\x8b\x46\x2c\x78\xa2\xc2\xf7\x8b\x9e\xc0\x78\x18\x69\xea\xa2\x27\x16\x6e\xa8\xd2\x08\xde\x10\x68\xa3\xd0\x08\xd0\x46\x8a\xd2\x91\x69\x6a\x8c\x2f\xd0\x46\x41\xd9\x55\xe3\x81\x0c\x5e\x6d\xdc\x48\xaf\xa2\x7d\xb2\xc6\xaa\xd1\xab\x60\x59\x82\x0a\xa0\xc6\x33\x82\x65\x49\x85\x57\x8d\x67\x44\xed\xef\x8d\xab\xe8\x68\x90\x4b\xe1\x81\x8c\xc7\x36\xf8\xbe\x51\x3d\x8f\x0d\x72\x29\x3c\x90\xf1\xd8\x2e\xf4\x4a\x05\xd6\x6b\x35\x1c\xbb\xf1\x8b\x3c\x36\x28\xa8\xd0\xfa\xcd\x63\x6f\x1e\x1b\x1b\xd9\x47\x20\x44\x1a\x8e\xcd\x3e\x02\x71\x75\x08\xdd\xbc\x47\x94\xed\xde\x60\x04\xcb\x36\x84\x08\x0f\xc4\xb2\xad\xe4\xae\x0c\xcc\xcd\x63\x6f\x8c\xad\xa8\xd1\xba\x79\xec\x8d\xdb\xee\x54\xcf\x63\x63\x3c\x14\x5a\xcf\xd2\x01\x2e\x56\xba\x8f\xad\x46\x2e\x46\x21\x6c\x66\x95\x15\xa0\x82\x5b\x74\x54\xb9\x0a\x6e\x41\x21\x02\x53\x2b\xd3\xbd\x7a\x8a\x6b\x70\x56\x6a\x95\x8d\x02\x42\xc4\x99\xa4\x55\x36\x8a\xca\x61\xef\xfa\xe2\x20\x34\xb0\x31\x01\x9a\x84\xe6\xaf\xe4\xd2\x2a\xeb\x44\x65\x9d\xe8\x19\x90\x11\xda\xd8\x08\x08\x2f\xb2\x14\x22\xe8\xe1\x95\xed\xa4\xfa\x64\xa7\x21\x14\x40\x9b\x10\x2e\xad\x03\x9a\xdc\xe8\x42\x43\x84\xa9\x93\x1b\x5d\xd4\xda\xf2\xef\xb7\xe2\x3a\xe9\x28\x4f\x7d\xc5\xbb\xa9\x55\xa6\x3e\x84\x08\x6a\x7f\x9d\x74\x14\xab\x41\xe7\xa7\x1a\xa1\x13\x1b\x61\x36\x53\xbf\x72\x3c\x44\xa1\x27\x01\xa6\x50\xf0\x45\xab\x93\x5e\x01\xbf\x2e\xf4\x1d\xdb\x14\x84\x86\x84\xab\x61\x9b\xaa\xe8\x49\x85\x8e\x62\x4f\xaa\x5e\x46\x34\xa0\x31\x56\x96\x11\x08\x29\x01\xd7\x8c\xd7\x1c\xab\x0b\xba\xd0\x18\xeb\xba\x74\x61\x3c\x0c\x50\xcf\x3c\x07\x31\xd7\x80\x06\x44\x62\x4e\x21\x05\x74\x83\xc4\x9c\x42\x03\xaa\x7a\x65\x06\x43\x48\x89\xf0\x17\x33\xb8\x7a\x74\x6b\x40\xd6\xd5\x7d\x41\x9e\xd4\x95\x2e\x64\x74\x83\xe4\x6b\x40\x0e\x90\xe4\x5b\x33\x6c\x44\x2d\x6b\xd4\xd5\x38\x57\xa2\xaa\x37\xa6\x7e\xf3\x74\x55\x3c\xdd\x58\x63\xba\x42\x48\x41\x03\x6a\x4c\xd7\xc6\x47\x99\xc6\x55\x89\x90\x62\x63\x05\x44\xf5\xc8\xba\x82\x9e\xd4\x68\x17\x84\x46\x9f\x5a\xac\x31\xeb\x20\x38\xac\x59\x63\xd6\x41\x68\xbc\xbe\x38\x08\xe1\xb6\x8b\x02\x9a\x84\x16\x56\x09\x20\x23\x84\xd1\x09\x8c\x8d\x83\x8c\x75\xfc\x2c\x80\xc7\x35\xeb\x4c\x44\x08\x29\xa8\x2c\x9d\x7d\xb7\x23\xc5\x58\xc2\x3b\x53\x0c\x82\x33\x97\x75\xa6\x58\x9f\x5c\x05\x5d\x0c\x39\x08\x29\x70\x74\x67\xc8\x75\x7a\x02\xd7\xd1\xe9\x09\x88\xca\xc2\xd5\xe9\x09\x0c\x58\x9a\xc0\x07\x38\x60\xd9\x89\x14\x4b\x08\x80\x73\x5e\x90\xf3\xeb\x98\x32\x20\x38\xfa\xc4\x48\x97\x50\x89\x4f\x46\x0e\x84\xe0\x51\xd9\x4e\x46\x0e\x7e\xc5\xd0\x1c\xb1\x11\x53\x0b\x85\xc4\x46\x88\x1b\x61\x6a\x46\xc2\x9c\x34\xf5\xe4\xa5\x81\x23\x9e\x34\xf5\x74\xdf\x6b\x4e\x84\x26\x21\x1c\x1b\x55\xfd\x24\x7f\x82\xd0\x9c\xa9\xde\x08\xe1\x3a\x50\xd5\x39\x31\xda\x38\x61\x57\x16\x40\x42\x08\xa9\xd0\x08\x15\x42\xb0\x0b\x94\x6a\xf0\xd2\x06\x2f\xad\x29\xa0\x46\xa8\x61\x55\x07\xd4\x09\x75\xac\x6a\x80\x4e\x42\x60\x0d\x97\x7a\x04\xd3\x70\x52\xa3\x19\x41\x3e\x48\x8d\xc7\x40\x7c\x75\x42\x93\x90\x57\x13\xbc\x48\xd8\x20\xc1\x81\x90\xd2\x71\x20\xbc\x8b\xd9\xc0\xa5\x65\xc4\xd7\xe0\xa5\x41\x48\x41\x25\x1e\xbc\x34\x08\x29\x28\xa8\x63\x66\x42\x05\x1b\x61\x3d\x6b\xe1\x40\xe1\x2b\x9d\xba\x78\x46\x84\x1c\xe6\x37\x1b\x0c\xb9\xc1\x90\xeb\xdc\x48\xbb\x50\xd2\x30\xd2\xd9\x60\x49\xc3\xef\x0d\xa2\x48\xab\x41\x66\x04\xc1\x27\x03\x1b\x2c\x69\xf8\xbd\x41\xf1\x4b\x93\x8d\xc5\x2f\xe2\x5d\x0c\xaf\x08\x36\x48\x83\x30\x9a\x6b\x06\xb7\xe0\x68\x6e\x98\xc3\x55\x7c\xb8\x35\xce\xe1\x14\xa2\x51\x00\x55\x42\x15\x90\x02\x6a\x84\x3a\x36\x12\x3a\x09\x9d\x58\xd5\x00\x0d\x42\x86\x55\x84\x36\xa1\x0d\x72\xe9\x07\x9a\x6c\x66\x13\xa4\x57\x13\xa1\x44\x28\xe1\xb6\x2b\xa0\x4c\x88\x6f\x20\x09\x50\x21\x84\x17\x2f\x4c\x50\x73\xd0\x7a\xe7\xbe\x7c\x29\xb1\x39\x68\x2a\x78\x30\x5e\x4a\x6c\x92\x07\x43\xa8\x24\x58\xcf\xc8\x81\x10\x45\x76\x4c\x0e\x55\xd3\xdb\xa7\x72\xf4\x9a\x6c\x9f\xf8\xc5\x50\x34\xc3\x08\xc6\xc4\x9c\xb0\xeb\x82\x68\x17\x1e\x46\x15\xd9\x31\x19\x13\x10\xa2\x18\x4b\x26\xfb\xe3\xf4\xd0\x50\xce\x59\x73\xd2\x2e\x52\xe3\xd6\xfe\x77\x2b\xd6\xfa\x7f\x3a\xf1\x64\xf7\x9c\x8b\x1f\x87\x89\x8b\x1f\x5f\xfc\x38\x7c\x4e\x96\x3c\xd7\x6f\x14\x6f\x92\xd9\xce\x85\xb7\x22\xe4\xce\x64\xc7\x9b\xde\xe5\x54\x50\x88\x27\x69\x2c\x84\x28\x3a\xde\x24\x8d\x9d\x68\x82\x82\x44\x99\x6c\x82\x10\xa2\xc2\x8d\x34\x02\x5d\x8a\x13\xca\x64\x97\x9a\xe8\x52\x2a\x38\x2e\xbb\xd4\x44\xdd\x22\x37\x9c\xac\x5b\x93\xcf\x93\x34\x75\x5f\xab\x70\x59\x60\xc9\x93\x9d\x05\x42\x94\x41\xc4\xce\x82\xe7\x23\x25\x4b\xe6\xf3\x91\x2d\x3c\xcb\xe3\x3d\xcc\x16\x8b\xd4\x72\x82\xab\x82\xb2\xb8\xf8\x12\x01\x51\x32\xba\xe7\x22\xd9\xc5\x2b\x90\xb2\x55\xf2\x15\xc8\xcc\xc7\x06\x2d\x18\x34\x0c\x6f\xca\x14\x4a\x0e\x66\x1c\x21\xf0\xe4\xa3\x0c\x35\x3e\xf9\xd8\x26\xe4\x99\xbf\xf9\x00\xb3\x03\x7f\xbe\x76\x17\x6e\x3e\xad\x6c\x3c\x87\x68\xf3\x03\x6d\xbe\x77\xec\x84\xba\xd5\xdd\xab\x1b\x0f\xf9\x97\x28\xd5\x69\xca\xe6\x7b\xfe\xc6\x13\xae\x76\x1f\x34\x76\x82\x73\x28\x4a\xad\x58\x05\xe7\x6c\xbc\x9d\xd4\xe0\x31\xba\xf9\x76\xb2\xb3\xe7\x5e\x0d\x1e\x90\x3b\x8f\x0b\x02\x1d\x70\xce\xba\x33\xf2\x70\x67\x6e\xf4\x5a\xb3\xf9\x76\xb2\xc5\xeb\x43\x8d\x9e\x28\x5b\x50\x1f\x28\x54\xbc\x36\x6f\xbc\xa3\xdc\xb7\xb8\xa3\x6b\xf4\xe0\xde\x02\x47\x53\xa8\x72\x15\x1c\xbd\xf1\x9c\x52\x93\x73\xd6\xcd\xe7\x94\x5d\x08\x25\x37\x82\xc3\xfa\xc6\xd8\x50\x73\xf4\x55\x98\x1d\x2e\x21\xc9\xef\x71\x73\x84\xa0\xa8\xb9\x37\x40\x4a\x08\xa6\x66\xae\xaa\x84\x0c\xab\x1c\xe2\x24\xb0\xab\x97\x8c\x2a\xa1\x3a\x84\x92\x41\x21\x49\x08\x75\x40\x13\xab\xb2\xdf\x10\xd9\x2c\x85\x24\x2f\xd7\xbb\x4e\xae\xf2\xda\x5c\xc5\x83\x7c\x93\x6e\x52\x08\xba\xd4\x26\xdd\xdc\xa0\x75\x15\x53\xfe\x26\xad\xdb\xcd\xe3\xab\x0a\xac\x6f\x88\x2f\x8a\x5a\x70\xb5\x0d\xf1\xb5\x41\xeb\x2a\xe8\xd3\x26\xad\xa3\x28\xa1\x61\xe3\xa6\xae\xeb\x8f\x21\x7c\x15\xe9\xd3\xbe\xfe\x3e\xc2\xfb\xe2\x26\x4d\xa1\xa8\xd5\xa9\xeb\x3e\x31\x00\x51\xe4\xe2\x59\xbb\x4f\xfc\xfe\xba\xc1\x49\x2a\x2f\x8d\x9c\x84\x22\x23\xdd\xf7\x89\xdc\xde\x60\x08\xb5\x7a\x0e\x6d\x32\x84\x3d\x08\x79\x3e\x6e\x36\x9b\x8d\xd6\x51\x9b\xe7\xd0\x46\xff\xb8\x44\x6e\x91\xab\x10\xbe\x48\xe4\xda\x9c\x05\x6d\x26\xf2\x46\x3e\xd6\xfe\x37\x8f\x85\xfe\xff\x3f\x9f\xaf\xb7\x6f\x7f\x25\x34\xbf\xbe\xbd\xd9\xf3\x3b\xfe\x26\x09\x7f\x0b\x74\x2c\xdb\x4f\xcf\xf6\xed\xef\x9b\x5e\x5f\x5e\x7d\x17\xfe\xf7\xdf\x01\x00\x00\xff\xff\x47\xc0\xc3\x30\x0b\x25\x00\x00"); -var _ddcf =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\x94\x4d\x6b\xdb\x4c\x14\x85\xf7\xf3\x2b\x66\x99\x77\x91\xd7\xf7\xce\xb7\x40\x18\x4a\x42\xc0\x94\xb4\xa5\xe9\x17\x94\x2e\x64\x69\x64\x04\xb5\x24\x64\x79\x91\x7f\x5f\xee\x1c\xc5\x85\x1a\x8c\xec\x47\x33\x3a\xd2\x73\x34\xb3\x7b\x38\x3c\x1e\xc6\x61\xd5\xbb\x4f\xcb\xd4\xbe\xe4\x55\xf7\xc3\xd8\x2d\xf9\x32\x5d\x97\x36\xeb\x63\x3e\x0d\xa3\x52\x6c\x74\x37\xb4\xeb\xdb\xdf\x72\x68\xcf\xcd\xac\x94\xcc\x7f\x79\xbd\xac\xf9\x7c\x18\xfb\x49\x5b\x8c\xeb\xae\xf3\x36\x56\xeb\xdd\xe7\x7c\x1a\x2e\xeb\xf2\xaa\xef\xde\x75\xd3\x31\xff\xa7\xbb\xdc\x0b\xff\xb8\x74\x79\x19\xc6\x93\xbe\x7b\x3f\x2d\xb9\xe1\xdb\x89\x97\xeb\x3c\xff\xce\xe7\x3c\xae\x9a\x0a\xcb\x63\x57\x8e\x6a\xf7\xf0\xdc\xcc\x1f\x9a\x73\xd6\xbb\x72\xad\x7b\xcc\xbc\xc7\xb0\x72\xf6\x5b\x5e\x2e\xc3\x34\xea\xea\x7f\xa2\xf0\x17\x7f\x79\x9d\xb3\xe6\xed\x2a\x3f\xbe\x1e\x1e\xf5\x4f\xd6\x4c\xda\x78\x47\xe9\xd7\xc6\xbf\x3f\x4f\x5d\xde\x32\xcb\x93\x3d\x4c\xd7\x71\xd5\x95\xb5\x16\x8c\xf1\x54\xed\xd4\xe5\xcb\xdc\xb4\x79\x69\xc6\x53\x56\x5a\xd7\x44\x44\x7b\x5d\x1b\xf7\xf4\xb4\x97\xdb\xfd\x67\x84\xb2\x71\x9b\x39\x74\x20\x6f\x33\x88\xfa\x7e\xaf\xe5\x43\xaa\x26\x06\x63\x30\xe3\x83\xaa\xc9\x80\x19\x30\xcf\x46\xd5\x64\xc1\x2c\x58\x0c\x49\xd5\xe4\xc0\x5c\x61\x4c\xc6\xa9\x9a\x3c\x98\x07\x33\x49\x32\x02\x58\x00\xf3\x56\x32\x22\x58\x04\x8b\x95\x64\x24\xb0\x54\x98\x21\x27\x19\x15\x58\x05\x66\x49\x32\x1a\xb0\x06\xcc\x07\xc9\x38\x82\x1d\xc1\x12\x4b\x46\x0b\xd6\x16\x66\x29\x4a\x46\x07\xd6\x81\x59\x23\x19\x19\x2c\x83\xf9\x24\x19\x3d\x58\x0f\x96\x1c\xa9\x9a\xe1\x8f\xe1\xcf\x51\x15\x54\xcd\xf0\xc7\xf0\xe7\xac\x37\xaa\x66\xf8\x63\xf8\x73\x81\x92\xaa\x19\xfe\x18\xfe\x5c\x0a\x4e\xd5\x0c\x7f\x0c\x7f\x9e\x8d\x64\xc0\x1f\xc3\x9f\xb7\x51\x32\xe0\x8f\xe1\xcf\x07\x2b\x19\xf0\xc7\xf0\xe7\x53\x92\x0c\xf8\x63\xf8\x0b\xec\x24\x03\xfe\x18\xfe\x82\x23\xc9\x80\x3f\x86\xbf\x10\xa4\x73\x86\x3f\x86\xbf\x50\x49\xe7\x0c\x7f\x0c\x7f\x91\xa5\x73\x86\x3f\x86\xbf\xe8\xa4\x73\x86\x3f\x86\xbf\x18\xa4\x73\x86\x3f\x86\xbf\x58\x49\xe7\x66\x7b\x63\xe1\x2f\xb1\x74\x6e\xe0\xcf\xc0\x5f\x72\xd2\xb9\x81\x3f\x03\x7f\x29\x4a\xe7\x06\xfe\x0c\xfc\xa5\x4a\x3a\x37\x6e\x5b\x01\xd1\xed\xb5\xae\x0c\x87\xb2\x0e\xde\xde\x77\xf9\x2d\x1b\xc6\x6d\x01\xb7\xd7\x65\xc9\xe3\x5a\xb6\x8b\xb2\x42\x65\x85\x0d\x63\xbe\x6d\x3d\xf3\x34\xcb\xac\xf2\xfd\x13\x00\x00\xff\xff\x1d\x46\xc4\xed\xa6\x04\x00\x00"); -var _fff =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\xbd\x4d\xef\x25\x39\x72\xee\xb7\xef\x4f\xf1\x5f\x5e\x2f\xec\x39\x49\xc6\x0b\x09\x34\x0a\xf0\x95\x2e\xae\x67\x21\xc9\xb0\x24\xdb\x80\xe1\xc5\x79\xc9\x33\x68\xc0\xd3\xdd\xe8\xe9\x59\xe8\xdb\x1b\xf9\xfb\x9d\xb1\x21\xfb\x02\xa5\x45\xe1\xa9\x8a\xca\xcc\xc3\x64\x46\x04\x83\x8c\x87\xc1\x3f\xfc\xdd\x1f\xff\xfe\x8f\x3f\xff\xf4\xfb\xd7\x1f\xfe\xe7\xdf\x7e\x79\xfe\xf3\xf9\xfb\xd7\xfb\xa7\x9f\x5f\xbf\x9d\x7f\xf9\xe5\xaf\xbf\x3d\xcf\xaf\xc7\xf9\xa7\x9f\x7e\xfe\xe1\x87\x63\x7c\xbd\x7e\x7a\xfe\xfe\xb7\x7f\x02\xcf\x3f\xdf\x7f\xfd\xe1\x87\xeb\xfe\x7f\xfe\xb7\xbf\xfc\x7e\xfe\xf9\x8f\x3f\xbf\x7f\xf9\x9a\x5e\xf7\xfa\xeb\xaf\x9f\x6b\xbf\xbe\xfe\xf0\xbf\x9c\x7f\xfa\xe9\x2f\xbf\xff\xf6\x6f\x5f\xff\xe9\x7f\x7c\xfd\xf2\x38\xff\xbb\xaf\xd7\xf9\xbe\xe4\xff\xf4\xdb\xeb\xfc\xed\xa7\x9f\xff\xf4\xf5\x9f\xfe\xeb\x7f\x3e\xfe\x1f\xe9\x3f\xff\xf5\xd7\x5f\xff\xaf\xf3\xcf\xe7\xcf\xbf\x7f\x1d\xc8\xce\x9f\x5f\xe0\x0f\x7f\xf8\xbb\x7f\xb8\xff\xfa\x8f\xf7\x3f\x9f\x5f\x7f\xf8\xaf\xff\xf9\x5f\xfe\xfb\xff\x09\x29\xc2\xff\xf5\xfc\xed\x2f\x3f\xfd\xf2\xf3\xd7\x71\xfb\x1f\x6e\xb7\xfa\x7f\xe5\xff\xf2\x6f\xbf\x9e\x9f\xa7\xfc\xf0\x87\x7f\xfd\xe3\xdf\xff\xd3\xfb\xfd\x97\xf3\xf7\xaf\x5c\x37\xaf\xf9\xdf\xff\xf5\x8f\x7f\xff\xf5\x7f\x1c\x5f\xc7\xed\x6b\xe4\xec\xf1\x7f\x7e\x2e\xfd\xdf\xfe\xe1\x97\xd7\xf9\xe5\x45\x3f\x1c\xbe\xc9\xf3\x97\xd7\xf9\x97\x5f\xef\xcf\xf3\xb7\xfb\xcf\x7f\x3a\x7f\xf8\xfa\xfa\x71\x1c\xe3\xf8\xf6\xf5\x63\xff\x97\xfe\x2f\xdf\xae\x56\xfe\x7f\xae\xf8\xe1\xb8\xdd\x3e\xb7\xfe\xf4\x52\xf4\xb7\x5b\xc6\xd1\xe7\xb7\xaf\x5d\x3f\xfc\x38\xc6\x44\x30\x6a\x7c\xfb\x3a\xf6\xed\x92\x54\x2a\x39\xbf\x7d\x8d\x40\xd2\x5e\xd3\xcf\x6f\x5f\x23\x2f\xc9\xf4\x31\xf3\x7a\xcc\xa8\xf1\xc3\x8f\x23\x94\x44\xcf\x6f\x5f\x33\xaf\x27\xa7\x92\xec\xfa\xf6\x15\x73\xff\xf0\xe3\x28\x25\x35\xd7\xb7\xaf\x1c\x79\x49\x42\x49\xe7\xb7\xaf\x8c\xeb\x9a\xf6\x9a\xbe\xfe\xa3\x6e\xd7\x93\x3b\x95\x5c\x8d\xa8\x79\xdd\xb5\xbc\x66\xc5\xed\xdb\x57\xd5\xba\x24\x41\x9b\x57\xdd\xbf\x7d\xf5\xed\x6a\xe1\x1e\x71\x49\x76\xbd\xbf\x7d\xf5\xbc\xae\xb9\x7b\xd7\xfd\x6a\xf3\x3a\xe2\x87\x1f\xc7\x43\xc9\xe3\x7a\xce\xbe\xad\x1f\x7e\x9c\x37\x24\xf3\x36\xfa\xdb\xd7\xbe\xde\x7d\xde\xc6\x52\xb2\xbe\x7d\x75\x1f\x8d\x68\x2b\xda\xd7\x45\xde\x76\x57\x72\xe7\x22\x45\x0f\x45\xcf\x6f\x5f\x3b\x7d\xd2\x4b\xc9\xc9\x45\x1b\xd1\x1b\xd1\xd5\x21\x3b\xe3\x92\x4c\x9f\x7d\x41\xf7\x38\x10\xf9\xf0\xf9\xbe\x3e\x59\x5e\x92\xab\xc1\x1f\xe8\x1e\x03\x91\x0d\xcf\xf1\xed\x6b\x37\x92\x9c\x4a\x26\x17\x4d\x44\xa1\x28\xbe\x7d\xed\xcd\xb3\x33\x95\x24\x17\xd1\x82\x2c\x45\xd7\xdb\x6d\x6f\xb3\x01\xc9\xdb\x0d\x5a\x90\xbe\xdd\x05\x7b\xf3\xbe\xf9\x54\xf2\xe4\xa2\x42\xe4\x0b\xd7\xfc\xf6\x75\xdc\x6e\xf4\x41\xd9\x82\x0b\xba\x07\xbd\x59\x36\xa1\x1e\x5c\xc5\xb3\xca\x67\xd5\x8b\xab\x14\x9d\x8a\xce\xeb\x2a\x3f\x43\xd9\x79\x7c\xe1\x9e\x3c\xbe\xed\x98\x1e\x5c\x45\x17\xb7\xdd\xd0\x74\xc3\xe4\xa5\xdb\x46\x5c\x8a\x79\xdc\xec\x99\x6e\x45\xcd\x55\xf4\x5f\xfb\xe1\x2f\x38\x6e\x36\xb5\xfd\x38\xcd\xc7\x99\xde\x68\xdf\x34\xed\x1a\xd7\x2f\x6a\x62\xf3\xb8\x14\xf0\xb8\xcd\x40\x94\x8a\x8a\x1b\x15\xb5\xa2\xbe\xae\x42\xd5\x0e\x55\xed\x50\xd5\x66\x21\xda\x8a\xee\x5c\x35\x10\x3d\x14\x3d\xb8\xaa\x11\xd1\x5f\xc7\x65\xca\xc7\x2d\xae\x0f\x74\xcc\xa1\x68\x70\xd5\x42\x34\x15\xf1\x39\x92\x67\xcd\x50\xc4\xe7\x9f\xb4\x7e\x96\x22\x3a\x27\x7d\x96\x4d\x55\x27\xe3\x40\xc4\x6b\x1f\x97\x06\x1e\xb7\xe4\x46\x35\x10\xe8\x0e\xde\x31\x6c\x44\xec\xeb\xaa\xa2\xa9\xf1\xb9\x11\x5d\xb2\xa9\xe1\x0b\x05\x5d\xd8\xbc\x76\xf0\x69\x8f\x44\xc1\x03\x51\xfa\xf8\xe4\x1d\x17\xad\x4f\x1f\x9f\xbc\x23\x86\x78\xa8\xf4\x47\xd2\xf7\x8b\x46\xa8\xe2\x87\x2a\x1e\x34\x55\x15\x3f\x92\x5f\x5c\xb4\x2b\xfd\xc5\xa2\xf5\xd8\xeb\x51\x3e\x5e\xf5\xdd\xdc\xa8\xfa\x1e\xaa\x6f\x4e\x44\x3e\xbe\xae\xfe\x3a\x6e\xb4\xab\xec\xaf\xe2\x3b\x62\xd6\x47\xf9\x1d\x2f\x38\x8e\x1b\x2f\x54\xf6\x04\x2e\xab\x53\x91\x3d\x71\xe9\xfd\x71\x60\x0a\x87\x7a\x0f\x74\x27\x4d\x55\xef\x8f\x4b\xd7\x8f\xe3\xe0\x17\xdb\xce\x69\x5b\xcf\x8d\x6d\xeb\x2f\xbd\x3f\x8e\x83\x8e\x56\xef\x0f\x95\xdc\x8f\xa6\x92\x1f\x97\x67\x3f\x0e\xdc\xcd\xd1\x2f\x45\x18\x5f\xf1\x8e\x6d\x23\x50\xf2\x03\x53\x18\x2a\xf9\xb8\x14\xfb\x38\x30\xd1\x31\x4a\x11\x8f\xaf\x40\xb4\x14\x5d\xb6\x7d\x5c\xbe\x7b\x0e\x75\x15\xe8\xae\x42\xc4\x2f\x8e\x4b\x19\x8f\x03\x53\x18\x33\x15\xf1\xd1\xd0\x9c\xa1\x62\x8e\xcb\x57\x1e\x07\xdf\x71\xe8\x2c\x87\x8a\x59\x34\x42\xc5\x1c\x41\xbb\xf8\x42\x23\xbc\x31\x30\xbe\xe2\xc6\x68\x45\x74\xb4\x8d\x08\xde\x71\x24\xad\x6f\x1a\x91\xb6\x3e\xb9\x6a\xf1\xac\xfc\x5c\xc5\xe7\x58\x37\x86\xdd\xbf\x8d\xae\xff\xad\x01\x77\x0e\x15\x0b\x38\x18\x60\xe7\x28\xbc\x14\xd0\xbd\x0e\x44\x76\xe7\x05\xc7\xb1\x07\xa2\xa1\x08\xc7\xb5\x14\x85\x22\xbe\xc3\xa6\x3b\x55\x86\xa1\x13\x44\xe1\x87\x4e\x70\xe0\x04\xc7\x8d\xbe\xd3\x09\x32\x80\x77\x2f\x6e\xf4\x33\x0f\xbe\xe9\x18\x57\xbb\x1c\xd4\xe7\x1c\xd8\x13\x8f\x9f\x63\x2a\x9a\x5c\x15\x88\x42\x11\x1d\xb5\x1b\xd1\x52\xb4\xb8\x6a\x23\xda\x8a\xae\x4f\xb3\x6e\x07\xa2\xbb\xa2\xab\x3b\xc7\x54\x74\x2a\x3a\xb9\x6a\x20\xe2\x85\x26\xca\x30\x70\x82\x53\x65\x00\x7a\xdd\x26\xa2\x52\xc4\x2f\x86\x22\x7f\x71\xfa\x8b\x34\x55\x65\x98\x93\x5f\x0c\x9a\x3a\xfd\xc5\xe9\x2f\xf2\x8e\xd3\x5f\xbc\x1c\xd7\x31\xf0\x8b\x53\xc7\x05\xf4\xc2\x5c\x67\xd8\x13\x41\x4f\xa4\x22\x7b\xe2\x82\x5e\x74\xf4\x0c\x9b\x8a\xfa\x0d\x0c\x71\xaa\x7e\x40\xaf\x9b\xa2\x56\x74\x59\xdd\x28\xfa\x3e\x5e\x8a\x5e\x5c\x45\x17\xaa\x91\xc0\x31\xca\xc7\x7f\x9a\x7a\x7d\xed\x75\x70\x63\xf2\xb5\x27\x7e\x71\xa0\xdd\x53\xbf\x08\xf4\x3a\xe8\x68\xfd\xe2\x4c\xfa\x8b\xf8\x60\xa6\xfd\x95\xf4\xd7\xa1\xc8\xfe\xba\xe0\x18\xed\xb3\x1e\x8a\x1e\x5c\x45\x47\x3b\xd2\x03\xc7\x58\x3e\xde\xd6\x27\xad\x3f\xe8\x7b\x2d\x65\x12\x57\x0e\x8c\x67\x96\x8d\x40\xa3\x17\x2e\x69\xaa\xd1\xc0\x31\x16\xbf\xa8\x43\x9d\x45\x7f\x1d\x74\xb4\x0e\x15\x38\x06\xd6\x31\x4b\x95\xc3\xc7\x2e\x22\xae\xa9\x8f\x9d\x45\xeb\x37\x8d\xd0\xa1\xce\x2b\x9e\xe8\x75\xf8\x78\x9b\x8a\x0d\x8d\xed\x8d\xf6\x2a\x36\xb4\x70\x82\x53\x1b\x02\x8e\xa9\xfa\xea\x63\x81\x5e\x04\x5d\x53\x1f\x0b\x1c\x53\xc5\xd4\xd2\x80\x5e\x43\x91\xef\x78\x45\x0d\xc7\x54\xe5\x8c\x1a\x66\xd3\xab\x9a\x55\xdb\xab\xd8\xe3\xa4\xa3\x0d\xa9\x67\x60\x8f\x8b\x90\x2a\xb4\xc7\x20\xb6\x98\xbc\x76\x18\x5b\x04\xb1\xc5\x1a\x8a\x5a\xd1\xd5\x13\x93\xa6\x86\x51\x03\xd0\x8b\x60\x29\xf4\xc4\x31\xf8\x45\xbc\x7a\x68\x7c\x40\x2f\x4c\x34\x26\x3d\x11\x93\x77\xfc\x88\x6c\xc4\x44\xef\x09\x96\x42\x13\x8d\x2b\x52\x38\x26\x56\x1b\x73\x29\xe2\x0b\x11\xf3\x84\x26\x1a\x93\x5f\xc4\xd1\x87\xc6\x07\xf4\x62\x84\x08\xa3\xdb\xc0\x1e\x27\x56\x1b\xda\x63\x68\x8f\x3e\x5e\x7b\x8c\xcb\xac\x8e\xc9\x80\x1d\x9a\x15\xd0\x6b\x7a\xa3\x8d\x20\x02\x99\xe9\xe3\xef\x8a\xee\x5c\x45\x7f\x19\x81\x04\xf6\x38\x53\xd1\x4b\x11\x1a\x4d\x64\x14\xda\x23\x70\xcc\xa2\x27\xb4\xc7\xd0\x1e\x7d\x21\xed\x31\x92\xfe\x62\xf8\x0c\x8d\x2f\x92\xfe\x22\x7e\x0a\x83\x92\x48\xda\xc5\xc8\x15\x1a\x1f\xd0\x2b\xbc\xd1\x76\x5d\x70\xcc\xa6\x0b\x35\x3e\xa0\x57\x28\xb2\xa9\x45\xeb\x89\x9f\xa2\x3e\x22\x5a\x4f\x94\x15\x06\x12\xc0\x31\x89\xeb\x43\xbd\x0f\xf5\x9e\x28\x2b\xd4\xfb\x68\xbe\x23\x43\x40\x18\x22\x00\xbd\xfc\x1c\xc6\xc1\x71\x69\xf1\x11\xb8\xda\x68\x9b\xaa\x46\x13\x8b\x85\x1a\x1d\x68\x74\xe0\x1e\x9d\x12\xce\xbc\x34\xfa\x08\xfc\x57\xaa\xd1\x40\x2f\x86\xf5\x74\x84\x01\x8e\xc0\x14\x52\x25\x4f\x42\xe3\x95\xde\xb8\x15\x3d\xb8\x6a\x7d\x7f\x28\x4e\x15\x1e\xe8\x45\x5c\x96\x86\x1e\xc0\x11\x58\x4a\x3a\x26\xa5\x36\x80\xca\xa4\x36\x00\x1c\x31\x14\xf9\x26\x8e\x49\xc4\x65\xe9\x98\x04\x1c\x81\xa5\xa4\x91\x33\xd0\xab\x78\xbc\x66\x91\x97\x29\x1c\xc1\x1c\x22\x1d\xa6\x72\xd2\xae\x52\x64\xbb\x18\x47\x02\x25\x4d\xc7\x91\x74\x1c\x21\x66\x49\x15\x3e\x83\xef\x10\x5e\xf5\x50\xc4\x77\x60\xd0\xc8\xf0\xb5\x2f\x25\x3d\x82\x90\x28\x55\x52\xa0\x17\xea\x97\xc6\xd7\x89\xde\x46\x2a\xf2\xd3\x30\x83\x5c\x0c\x2d\xe9\x0c\x32\xf1\xfd\x81\x0d\xa4\xea\x97\x49\x7f\x11\x38\xa5\x01\x4e\xe2\xfb\xa3\xf9\x45\x7d\x7f\xea\xfb\x3f\x22\x9f\x55\xbc\x63\xd3\xd4\xf2\x1d\x8b\xfe\x42\xe1\x53\x47\x9f\x68\x77\x30\xda\xa4\xda\x9d\x6a\x37\x0a\x9f\x6a\x77\x36\xcf\x22\xa2\x67\xdd\xe1\x02\x9f\xa5\xc8\x67\x11\xed\xc6\x56\xe4\xb3\xda\x67\xf1\x8e\xfd\x79\xd6\xa5\xb7\x89\x57\x77\xe1\x62\x16\x61\x50\xa2\xf0\xa5\x92\xd6\x40\x01\xd6\x0d\x51\x29\x2a\xae\xda\x88\x5a\x11\x8d\x20\x88\x2b\x83\x25\xe0\x48\x46\xe7\x52\x95\xcb\x60\x69\xf9\x8b\x77\x45\x77\xae\x52\xf4\x50\xc4\xa7\x5d\x36\xe2\xa9\x88\xa6\x32\xa2\x96\x2e\xbc\x26\x9f\x96\x50\xaf\xd4\xd5\xc2\x85\x27\xa1\x5e\xe9\xc2\x81\x5e\xf4\x57\x39\x17\x2c\xd4\x37\x19\xb9\x4a\xf5\x2d\xd5\x77\x2d\x44\xb6\x1e\x17\x9e\xc3\x1b\xfd\x45\x26\x7e\x8b\x31\xbc\xf4\xd7\x45\xb0\x94\x78\xe2\x32\x58\x2a\x83\x25\xc6\xf0\x32\x58\x02\x8e\xc4\x7b\x96\x4a\x5e\x2a\x39\x5e\xaa\x54\xf2\xc2\x39\x67\x78\xe3\x4b\x11\x1f\x8d\x91\xbe\x74\xce\xc0\xc1\x4a\xd2\x2c\x9d\x73\xa9\xe4\xf8\xb2\x52\xc9\x0b\x25\x4f\x42\xbd\x52\xc9\x4b\xe7\x8c\x4e\x94\xce\x19\x38\x92\x50\xaf\x9c\x31\x02\xbd\x98\x0b\x56\xda\x2e\x42\xaa\xc4\x60\xca\x90\x0a\xe8\xcd\x82\x47\xe9\xd5\x81\x23\x31\x98\xd2\xab\x03\xbd\x6f\x8a\xfc\x8e\x97\xdd\x1c\x89\x07\x28\x67\x04\x40\x6f\x42\xe3\x72\x46\x50\xc5\x2f\x62\x8f\x65\xcc\x03\xf4\x56\x57\x9d\x57\x16\xeb\x29\x89\xde\x57\x7d\x1e\xff\xe4\x2a\xfa\x4b\x1b\x02\x8e\x54\x7d\xb5\xa1\x62\x38\xd8\xc4\x29\xe5\x70\x00\x1c\xa9\x62\x1a\x06\x01\xbd\xf1\xea\x65\x18\xc4\x22\xde\x91\xaa\x9c\xc6\x07\xb4\x4b\x6b\xe5\x12\x4b\xb1\x9e\x92\x4c\x84\xca\x71\x04\xe8\xad\xc1\x18\x19\x01\x47\xaa\x00\x0e\x2d\xc5\xe4\x65\x1f\xde\x68\xeb\x35\xd1\x7d\x7d\x21\xd7\x0d\x67\x33\x8e\x6c\xc2\xd9\xd6\x44\x1b\x7b\x2c\x3a\xba\xb5\x47\xa0\x37\x06\xd3\xda\x63\x63\x43\x75\x53\x84\xe6\x34\x36\xb4\x09\x41\x5b\x1b\x6a\x6c\xa8\x88\x70\x5b\x1b\x02\x7a\x13\x8b\xb5\x36\xd4\xd7\xa8\x70\x14\xab\x54\xed\xa8\xd0\xd3\x5f\xdc\x88\xfc\x45\x26\x2f\x45\xbc\xd9\x46\x46\x40\xef\x8f\x88\x9e\xe8\xe0\x17\xb1\xc7\x36\xe6\x69\x6c\x68\x33\x5a\xb5\x36\xd4\xc1\xb3\x88\xb2\x3a\x7c\x56\xf8\x2c\x45\x9f\x67\x3d\xb8\x8a\x46\x38\x2a\x00\xbd\x19\xd3\x5a\xb3\x6a\x6c\xa8\xc2\xc7\xdb\x13\x04\x38\x9b\x10\xb4\x1d\x3b\x80\xa3\x88\x2d\x5c\xa1\x15\x7a\x8f\xfe\xfe\x50\xdc\x4e\x51\x3a\xf9\x34\x04\x15\xad\x3d\xf5\x65\x4f\xbd\x89\x63\x5b\x7b\x6a\xe2\x9f\x62\xc0\x6e\x2d\x05\xe8\x4d\x1c\xdb\x0e\x40\xcd\x6a\x4e\xa5\x37\xda\x6c\x8d\x87\xa1\xb8\x35\x1e\xe0\x28\x4c\xac\x1d\x93\x80\xde\xf6\x9d\x63\x52\x33\x26\x15\x8b\xad\xed\x98\xd4\xcc\x34\xf6\x54\x64\xbb\x98\x69\x14\x43\x5e\x3b\xd3\x68\xc6\xa4\xcd\x80\xdd\xda\x13\x70\x54\x7b\xe3\xa7\x5d\x74\x27\x91\x60\x6b\x62\xcd\x3a\x4d\x61\xae\xed\x84\x01\xe8\xed\x77\x68\x3f\x33\x71\x59\x2d\x45\x6a\x11\x71\xd9\x26\x5e\x6c\xed\xa9\x31\x8b\x5a\xd7\xd7\x72\xa9\x7c\x2e\x6d\x00\xb7\xbb\xb4\x81\x35\xbc\x31\x10\x71\xe3\x42\xbb\x59\x3f\x9f\x4b\xed\x5e\xd3\x46\xf0\x2c\x83\xfc\x45\xe8\xd2\x98\xd8\x52\x49\x81\x76\x2d\x7c\xcd\x87\xa2\x07\x57\x29\x7a\x2a\xe2\xa3\xe1\x9c\x97\x01\x0e\x70\xf4\xf0\x17\x4f\x45\x74\x0e\x31\xde\x72\x2a\xb0\xb0\x01\xd7\xb0\x97\x36\x00\xf4\xc6\x85\x2f\x87\x16\x72\x00\x87\x8b\xca\xcb\x71\x64\x31\x15\xd8\xe9\x8d\x4b\xd1\x65\x29\x2e\x04\x2f\x2d\x65\x69\x29\x84\x7a\x4b\x4b\x59\xd8\x80\x4b\xbc\x4b\x1b\x58\xda\x00\xc3\xc1\xd2\x06\x16\xe3\x88\xeb\xa6\xcb\x71\x64\x31\x42\x6c\x02\xc2\xa5\x46\x2f\x46\x08\x57\x31\x97\x1a\xbd\x08\xf2\x37\xc3\xc1\x72\x38\x58\x2c\x33\xba\xf2\xb8\xd4\x42\xa0\x37\xba\xba\x9c\x15\x2f\x7c\x7f\x97\x57\xf9\x2c\x7d\x3f\xeb\x6d\x4b\xdf\x0f\x1c\x8d\xfa\xae\xfa\x3c\x9e\xd1\xe6\x23\xf2\x73\x30\x6d\x75\x71\x6d\x39\x6d\x05\x7a\x13\x5c\x2e\xb5\x10\x38\x1a\xf5\x5d\x6a\xe1\xd2\xab\x7f\x6e\xf4\x1d\x51\xcc\x6e\xbe\xb6\x8a\xb9\x54\x4c\x86\xa9\xa5\x62\x2e\x14\xb3\x19\x6d\xb6\x8a\xb9\x59\xff\x6e\x74\x75\xeb\x89\xb7\x8a\xd9\x5e\xb5\x15\xa1\x26\x8c\xf4\xdb\xf8\x1c\xe8\xdd\x07\x22\xbe\xd0\x26\x3e\x5f\xa8\xef\xd6\x5f\x03\x6d\x42\x64\xbb\x24\x0e\x1c\x2e\x23\x6d\x95\x7c\xeb\xc2\x5b\x51\x28\x0a\xae\x4a\x44\xa9\x28\xb9\x8a\x46\xe8\xd5\x37\x2e\xdc\xa5\x9f\xad\x0b\xdf\x9a\x42\x7b\x23\x7d\xbf\x51\x4c\x97\x58\xb6\x8a\x09\xf4\xc6\xdc\xb7\x01\xce\x26\x8a\x77\x31\x60\xc7\xe7\x46\x3e\x1a\xbd\xba\xf5\xd7\x9b\x28\x7e\xb1\xc6\xb6\xd5\x42\xa0\x77\x2b\xf2\xb5\x2f\xcd\x3b\x9c\x74\x6f\x57\x31\xb7\x7e\xd5\xbe\x57\x0b\x37\x41\xc9\xc2\xc1\x6c\xb5\x70\x1b\x94\x10\x66\x6f\x5d\x2d\x70\x38\x89\xdc\xba\x5a\xa0\xf7\xf2\x46\x3f\x07\xde\xd7\xe9\xe1\xd6\xfb\x02\xbd\x89\x1a\xb6\x33\x02\xe0\x70\x96\xb7\x0d\x70\xb6\x3e\x9a\x70\x76\xeb\xa3\x81\x63\x25\x8d\xd0\x47\x6f\x7d\x34\xb1\xc5\xd6\x3a\x36\x3e\x7a\xa5\x8f\xb7\x57\x59\x33\xda\x2a\x93\x6b\x46\x1b\x83\x59\xa9\xc8\xd7\x36\x0c\x22\xe8\xdd\x86\x41\xc0\xe1\x04\x6d\xeb\xb6\x81\x36\x4b\xb6\x75\xdb\x9b\x30\x68\x61\x69\xdb\x30\x68\x1b\x06\xe1\x57\xb7\x61\x10\x70\x38\xf5\xda\x9a\xd5\x6e\x34\x87\x68\x66\x1b\x19\x6d\x0c\x66\xa9\xbe\x1a\xcc\xd6\x60\x88\x66\xb6\x06\x03\x1c\x4e\x84\xb6\x91\x11\xd0\x7b\xfb\x78\x3f\x1a\xf3\x19\x27\x42\xdb\xc8\x08\xe8\xbd\xff\x03\xb3\xe2\xed\x74\x07\x38\x9c\x01\x99\x29\x9d\x77\x06\x0d\xe7\x36\x77\x07\x8d\xbb\x81\xd3\xf6\xaa\xa5\x08\x2d\xa2\x3b\xef\x4e\x51\x80\x65\xc6\xef\xee\x14\xe5\xce\xa0\xb1\xe8\xce\xbb\x83\x06\xb0\x6e\x37\x45\xde\x78\x79\xf2\x63\xb3\xe0\x7a\x37\xb2\x01\xd6\x8d\x00\xf8\xae\xf1\xdc\x59\xeb\xdc\x84\x57\x77\x03\x09\x60\xdd\x30\xea\xbb\x9e\xf8\x4e\x6c\x61\x88\x70\xd7\x13\xdf\x2f\x1b\x58\x37\x02\xe0\xbb\x36\x70\xc7\xed\x6e\x96\x94\xee\x2a\x16\xb0\x6e\x36\x42\xb7\x7b\x67\xe5\xd1\xf1\xed\xee\x84\x14\x58\x37\x4c\xff\x5e\x9f\x67\x5d\x43\x9e\x63\xd2\x5d\x1f\x0b\x2c\xb3\x9a\x77\x75\xed\x8e\x7e\x38\x8e\xdc\xd5\x0f\x20\x8d\x3d\xef\xba\xdd\x3b\xfa\xa1\xef\xbf\xab\x1f\xc0\xba\x11\x26\xdf\xd5\x0f\x72\xd9\xc7\x66\x02\x6f\x32\x7b\x3e\x98\xa3\xea\xa5\x1e\x06\xc0\xc0\xba\x11\x39\x3f\x5c\x48\x01\x0e\x3d\xcb\xc3\x69\x2b\xb0\x6e\x4c\x48\x1f\x7e\xed\x07\x73\x54\x7d\xc6\x43\x4f\xfc\x18\x7c\x34\x7c\xd9\xc3\xaf\xfd\xb8\xbe\xf0\xa1\x05\x3f\x5c\x4f\x79\x5c\xce\x79\xdd\x0e\x45\x6f\x45\x6f\xae\xe2\x17\x5d\x4f\x01\xd6\x8d\xf8\xfa\xa1\xbf\x7e\xe0\x9c\x37\xb3\x83\x87\xce\x19\x58\xa6\x7c\x1f\x3a\x67\xe0\xd0\x9e\x1e\x3a\xe7\xc7\x15\x5f\xaf\xdb\xe1\xe3\x97\x22\x5a\xbf\xbd\xd1\xd6\xab\x72\xc4\xd7\x0f\x55\xee\x71\x79\xcf\xa1\xae\x3e\xf4\x9e\xc0\x32\x31\xfc\x50\xbf\x80\xf1\x37\x91\xed\x4a\x7a\x15\x7f\xfd\x70\xc6\xf8\xb8\x9c\xe0\xb8\x11\x26\x3f\x74\x82\x8f\xa2\x5d\x8a\xd4\x9c\xc7\x35\x3a\x0f\xd3\xb4\x0f\x47\x67\x60\xdd\xa6\x22\x34\xe7\xd1\xb4\x0b\x57\xf9\xd0\xd9\x00\xeb\x86\xae\x3e\x74\x36\x8f\x4b\x5b\x86\x69\xda\x87\xa3\xf3\xa3\xf9\x45\x26\xdd\x0f\x35\xe7\x71\x69\xcb\xb8\x11\x6e\x3c\x74\x23\xc0\x32\xef\xfc\xd0\x8d\x3c\xa0\x77\xdc\x70\x6f\x0f\xdd\x08\xb0\x6e\xe1\x8d\xa7\x22\xde\x11\xf7\xf6\x54\xe5\x80\x71\x43\x0b\x9f\x63\x28\xc2\x1e\x19\x5a\x9e\xae\xf0\x3d\x07\x4d\x65\x58\x7f\xaa\x85\x4f\x55\x8e\xd8\xf5\xa9\xca\x01\xe3\x86\xfa\x3e\x75\x30\xcf\x4b\xf3\x96\xfd\xf5\x74\x59\x04\x18\xb7\xb6\x11\x0f\x45\x74\x61\x28\x7a\x2a\xe2\x85\x70\x69\x4f\x15\x13\x58\xb7\xb0\xa9\xbc\xd0\xf3\x52\xa0\x71\x63\xc8\x7b\x3a\xac\x3f\x27\x96\x46\xdf\x3f\xd5\x9c\xe7\xe4\x17\x71\xf4\x4f\x35\x07\x58\x26\xd2\x9f\x46\xb8\xcf\xe0\xa3\xb1\xd6\xf0\x34\x1f\x0e\xac\x1b\xc3\xd4\xd3\x65\x11\x60\x1c\x38\xbe\xa7\xe1\x2c\xb0\x6e\x4c\x71\x9e\x86\xb3\xcf\xcb\xf1\x8d\xe3\xe6\x8d\xb6\x2b\xf8\xb4\xe9\xe3\xed\x9c\x2b\x76\x1d\x07\x6e\xe8\x69\xec\x0a\xac\x5b\x2a\xb2\xa9\x17\x8c\x03\x0f\xf0\x8c\x4f\x53\xe9\x09\xa6\x4b\x4f\x17\x4f\x9e\x57\x6c\x31\x0e\x16\x9b\x9e\xc6\x16\xc0\xba\x11\x6f\x3e\xb5\x8e\xe7\xa5\xfe\xe3\xc0\x6a\x9f\x2e\x07\x3e\x93\xef\x88\x7e\x3d\x75\xb5\xc0\x38\x98\xa3\x3e\x8d\x40\x9e\x7a\x5f\xf4\xeb\xa9\xf7\x7d\x5e\x11\xc8\x38\x86\x22\x9b\x9a\xf4\x2a\x81\xea\xd3\x08\x04\x18\xe6\x9d\x9f\x46\x20\xc0\xba\x95\x8d\xb0\xf5\x18\xdf\x41\x64\xf4\xd4\xf8\x9e\x45\xdf\xab\xab\xc6\x16\xc0\x38\x08\xec\x9f\xc6\x16\x4f\xfd\xbd\x8a\xa9\xbf\x7f\x16\xad\xc7\xd2\x9e\x5a\xed\x53\x7f\x4f\x24\xf9\xd4\xdf\x03\xc3\x84\xf5\xd3\xc8\xfb\xa9\xbf\x6f\x1f\x6f\x53\xe1\x51\x1d\x11\xdf\x1f\x8a\x9f\xc6\x19\xcf\x46\x19\x18\xcf\x9f\x0e\x07\xcf\x46\x19\x08\x89\x9e\x46\x10\xcf\xe6\xa7\xd4\x5b\xcd\xf5\x89\x6d\x1e\x7c\xad\x97\xb6\x09\x8c\x83\xc8\xe6\xa5\x6d\xbe\x06\x5a\x84\x27\x7e\x69\x62\x2f\xec\xe9\x20\x56\x7f\x69\x4f\xaf\xc1\xe3\x09\xb9\x5f\x1a\xcf\x6b\xf0\xf8\x56\x44\x53\x5f\x13\x3b\x27\x66\x79\xe9\xaf\x81\x71\x30\x68\xbc\xf4\xd7\xc0\x3a\x6e\x8a\x52\x11\x7d\x47\x08\xf9\x32\x1e\x00\x96\x66\xf1\xd2\xc4\x5e\x93\x2f\x6f\x53\x9d\x31\xbe\xae\xe9\xe1\x92\x68\xf1\x72\x7a\x08\x8c\x83\xe1\xe0\xa5\xd5\xbd\xc2\x5f\x4c\x44\xfe\x62\xf0\x4d\xc9\xf8\xbd\x34\x9e\x57\xf8\x8b\xbc\xb6\x96\xf2\xba\xcc\x62\x0c\x42\x84\x97\x66\xf1\x0a\x7e\x91\x21\xef\xa5\x59\xbc\x2e\x85\x1f\xc3\x1b\x55\x78\x60\x1d\x0c\x79\x2f\x15\xfe\x75\x29\xf9\x18\x8c\x5c\x2f\xd7\x01\x81\x25\x1d\xe3\xa5\xc2\xbf\x2e\x5d\x1d\x66\xe0\x5f\x86\xc9\x2f\xf4\x56\x13\x7b\xa9\xb7\x2f\x06\x8d\x81\x0d\xbc\x1c\x34\x80\x75\x30\xe4\xbd\x1c\x34\x5e\x97\xe6\x8c\x81\xef\x7f\xa9\x39\x2f\xa2\x86\x83\x85\xa7\x97\x51\xc3\x0b\x47\x0f\x91\x6f\xbe\xd4\x1c\x60\x69\x88\x2f\x1d\x3d\x30\x06\xce\xe6\x54\x99\x4e\xbc\xfa\x31\x14\x4d\x45\xc1\x55\x0b\x51\x2a\x4a\xae\x6a\x44\xa5\xe8\xea\xfb\x81\x83\x38\x55\x39\x60\xc9\x1c\x39\x8d\x2d\x80\x31\x70\x10\xa7\x8e\x1e\x58\x1a\xf5\xa9\x62\x9e\x78\xf5\x81\xe9\x9f\x2a\x26\xb0\x0e\x42\xbd\x53\xaf\x7e\x5e\xb1\xc5\x30\x1f\x7e\x1a\x5b\x00\xeb\x60\xe6\x7f\x3a\x17\x3c\x27\xad\xc7\x5c\x4f\x15\xf3\x24\x90\x38\xc8\x6a\x9e\x06\x12\x27\xba\x6a\x3e\xfc\x54\x57\x4f\x75\x95\x01\xfb\x54\x57\xcf\xc9\x77\x44\xa3\x4f\x15\x13\x58\xba\x91\x53\xc5\x3c\x2f\xcd\x1b\x03\x8d\x3e\x5d\x7e\x00\xd6\xc1\x47\x3b\x75\xe1\x27\x3e\x76\x10\xba\x9c\xfa\x58\x60\x1d\xac\x2c\x9d\x86\x1b\xe7\xa5\x66\x63\xde\x14\xf9\xac\xf4\x59\x34\x35\x3f\xcf\xba\xfa\xcb\x8c\xf2\xa9\xf7\x04\x96\x8e\xeb\xd4\x7b\x9e\x97\xca\x8d\x89\xae\x9e\xaa\x1c\xb0\x0e\x06\xff\x53\x57\x79\x5e\xae\x72\x98\x51\x3e\x75\x95\xc0\x3a\x42\x91\x5f\xfb\x82\x31\x55\x13\xa7\x61\xc0\x3a\x18\xe9\x4f\x1d\x2a\x30\xcc\x3b\x9f\x3a\x54\x60\x1d\x2c\x49\x9d\x3a\xd4\xf3\x72\xa2\x63\xaa\x00\xf5\x69\xaa\x04\x4e\x1f\x8f\x1b\x3a\x09\x83\x26\xf3\xdd\xd3\x30\x08\x58\x07\xab\x2e\xa7\x1e\x13\x18\xd3\x17\x72\xdd\xe2\xd4\x3a\x88\x1a\x4e\xad\xe3\xbc\x22\xa3\x31\x6d\x84\x91\xd1\x89\xab\x95\x73\x74\x6a\x30\x27\xd6\x31\x09\x24\xde\x5a\xc7\x1b\x53\x30\x15\xfd\xd6\x14\xde\x9a\x02\x6e\xfb\xad\x29\xbc\x51\x72\x53\xd1\x6f\x95\xfc\xad\x92\x13\x48\xbc\x55\xf2\x37\x4a\x3e\xcb\x67\xbd\x14\xf1\xd1\x08\x24\xde\x2a\xf9\x3b\xf8\x45\x26\x09\x6f\xbd\x1c\xb0\x0e\x02\x89\xb7\x51\x03\x30\x26\x13\xb4\xb7\x6b\x0d\xc0\x3a\x6c\x84\xbe\xf0\x8d\xe3\x9b\xa4\x6f\xde\xf1\x79\x3c\x1d\xcd\x4c\xe5\xed\x22\xd8\x9b\x68\x79\xe2\xef\xdf\xc6\x03\x6f\xa6\x5e\x07\xe1\xc6\xdb\xd0\xf8\x8d\x62\x06\xfe\xfe\xad\x62\xbe\x55\x4c\x48\x67\x6f\x15\xf3\x8d\xca\x99\x18\x7e\xab\x72\x6f\x86\x62\x07\xb0\xb7\xfa\xf5\x46\x4d\x02\x2f\xf7\x56\x4d\xde\xaa\x89\xaf\x5d\x9f\x67\x5d\x1f\x2d\x86\x22\xbb\x50\xf7\x88\x37\x79\xeb\x1e\x81\x11\x23\xbf\x3f\x14\xbf\x1d\xbc\x81\x75\x10\x8d\xbc\x55\xbf\xf7\x15\x79\x8f\x40\x6f\xdf\xce\xdf\x80\x25\x8f\xec\xad\xdb\x05\x86\xf9\xdd\xb7\x1a\xf9\x56\x23\xcb\x1b\xfd\x34\x68\x64\xe0\x46\xde\x6a\x24\xb0\x0e\x82\xe9\xb7\xe1\x3b\x30\x62\x7a\xa3\x5d\x40\xf8\xee\x80\xfd\x56\x49\xdf\x68\x64\x5c\x46\x1d\xd2\x98\x85\x75\xf4\x81\x68\x28\xa2\xf5\x97\xf1\xc4\x0d\x17\x2e\xac\xe3\x8a\x6c\xe2\xc6\x8c\x31\x60\x3b\x8f\xb8\xcc\x22\x64\x3b\x0b\xeb\xb8\x5c\x65\x48\x77\x16\x06\x19\xe5\x90\xee\x2c\x2c\x42\x84\x80\xfa\x7c\x01\xed\x4a\x7f\xf1\x8d\x88\x89\xdf\xd1\x88\xa6\x4d\x9d\xb4\xab\x68\xfd\xb4\x5d\x57\x30\xbe\x8e\xa6\x11\x64\x22\x85\x11\x57\x47\x07\xa4\xe9\x1f\xe3\xe6\x48\xbf\x78\x47\x6c\x20\x6e\x44\xbb\xb1\x78\x56\xd8\x08\xa2\xdd\x63\xd3\x2e\xb4\x3b\x20\x46\x8f\xb8\x14\x3e\x24\x46\x0b\xeb\xd8\x3c\x3e\x7d\xd6\x05\x23\x3e\xa2\x52\x44\xbb\x36\xed\x4a\xdb\x45\xb4\x1b\x57\x6c\x11\xb7\xb4\x5d\x44\xbb\xc7\x47\x64\x17\xa6\xfc\x79\xda\x85\x27\x16\xd6\xb1\x6d\xc4\xa7\x5d\x6f\xae\xa2\x73\x88\x07\x84\x35\xbc\xb1\xec\x2f\xcc\x22\x6f\x3c\xbe\x7c\x3c\x66\x31\x6e\xf4\x44\xf9\x85\x30\x8b\x3c\x68\x6a\xf9\x85\x88\x50\xc7\x8d\xaf\x5d\x36\x82\x08\x95\xc4\x70\x48\xaa\x8e\x1b\x53\x4d\xc2\xa0\x80\x4d\x7d\x41\x72\x15\xed\x6a\x7b\x02\x2d\x84\x62\x18\xb7\xf6\xf1\x68\x61\x5e\x9e\x38\x24\x42\xc7\x71\xe9\xd7\xc8\x6b\xe4\x8a\x43\xfd\x82\x0f\xbd\xc6\x15\x52\x05\xa4\xe8\x0b\x78\xa1\x6b\x84\x08\x59\xcf\x71\xe0\xf1\xc6\xe1\xb3\x4e\x45\x3c\xfe\x72\xa8\x71\xa8\x4c\x07\x93\xb5\x71\x05\x38\x01\x45\xf9\x02\x3a\xba\x78\x3c\x61\x63\x1c\xf3\xf2\x65\x70\x13\xe3\x98\xde\x78\x8d\xc8\x23\x8b\x76\x31\x33\x13\x16\xdc\xc4\x38\x98\x99\xc5\xc1\x34\x2c\xb1\x8e\x23\x6c\xea\x05\x6b\x4c\x45\xad\x88\xd6\x5f\x21\x7b\x40\x77\xfe\xc0\x1a\x93\x17\x62\x58\x8f\x23\x68\x57\xd3\x88\xb0\x5d\x28\xe6\xb0\xbf\x54\x4c\x38\xcc\x83\x6c\x6b\x1c\x2a\x26\xb0\xc6\xe5\x27\x42\x3e\x73\x1c\xf8\x58\xf2\xa8\x71\xa8\x5f\x07\x53\x27\x38\x93\x71\x30\x75\x8a\xe3\xd2\xaf\x91\xe8\xea\x91\x9f\xc7\xd3\x13\x93\x46\xa4\x3d\x71\x8d\xee\xa3\xd0\x2f\x29\xce\x01\xad\x79\xb1\xfd\x23\xe0\x36\x5f\xb0\xb8\x8a\x67\xa9\x72\x87\x2a\x17\xf4\x84\x2a\x07\x8c\x3a\xe8\x42\x55\xee\x50\xe5\xfc\xb4\xaa\x1c\xec\xe4\x51\x7e\xda\xb6\xa3\x71\xa2\x03\xcf\x24\x53\x59\x18\x64\x48\xe3\x68\x5f\xbb\x6d\x17\xef\xa8\x16\x1e\xac\x6e\x90\x21\x8d\xa3\x6d\x04\xe1\x2c\x8c\xcf\x90\xbc\x2c\x8c\xe2\xd3\x4a\x5e\x16\x46\xf1\x1d\x87\xee\x11\xc2\xf2\x1a\xe9\x55\x5b\x11\x2f\x44\x4f\x0c\xbd\xdc\x60\x49\x8a\xa0\x37\x60\x2d\x5f\x70\x79\x80\xf2\x46\x3d\xd3\x50\x31\x2f\x7f\x1f\x32\x95\x63\x5c\xa1\xe2\xa8\x6b\x44\x8d\xc1\x92\x41\x8c\x49\x53\xcb\x67\x9d\x8a\x68\x6a\xf9\xac\xb7\xa2\x6b\x0e\x32\x9a\x46\x10\x5c\x0a\x83\x4c\x66\x8c\xf0\x85\x58\x6b\x18\xf8\xfb\xa1\x46\x0f\x42\x04\x32\x99\x31\x74\x8f\x90\x9f\x17\x24\xd0\x18\x61\x53\x83\x77\xfc\xdc\xe8\x3b\x32\xf3\x1f\xf8\xe8\x91\x3e\x3e\xe9\x2f\xfc\xea\x48\x1f\xcf\xe0\x0f\x09\x34\x06\x83\x7f\x8c\xe4\x17\x17\x8f\x57\x57\x47\xa2\x00\x1f\xd1\x4b\xd1\xa5\x98\xb5\xc7\x77\x87\xe2\x90\x73\x1d\xf0\xa1\xd7\x40\xe1\x21\x45\x5f\x90\x3c\x84\xbe\x53\x49\x07\xd3\xf4\xb1\x69\xb6\x4a\x0a\x8c\xc6\x97\x0d\x95\x14\x06\xf5\x1a\x9f\x1b\xed\xe1\x0b\x46\x1f\x3c\xbe\xed\xe1\x0b\x16\xbc\xce\x70\x0b\x94\x30\xc8\x7d\xc6\xd0\x2f\x0e\x34\x72\xfa\x78\x35\x12\x18\x6c\x16\x8a\xc1\xb0\x1e\x03\x57\x49\xac\x1e\x43\x57\x09\xf5\x7a\xb0\x7d\x27\xa4\x5e\x0b\x6b\x1e\x8a\x86\x22\x5a\x7f\x85\x1b\x21\x83\x5a\x58\x44\xf4\x31\xd5\xc8\x49\xbc\xc8\x9e\x91\x80\x60\xfd\x81\x35\x31\x31\x79\xd6\x31\x19\x64\xc9\x57\xc6\x74\x90\x05\xd6\xbc\x26\xa4\x31\x55\x65\xa0\x8b\x91\x5e\xea\x75\xc0\xa0\x1e\xa4\x30\x43\x06\xb5\xb0\xe6\xa1\x88\x2e\x84\x08\x3d\xd8\xca\x10\x12\xa1\x03\xa6\xf3\x62\x5a\x11\x53\x5d\x9b\x8c\xce\x24\x27\x63\x3a\x3a\x03\x6b\x32\x00\x49\x84\x16\x06\x3c\xfc\x90\x08\x2d\xac\x89\x37\x90\x08\x1d\x13\x5d\x6b\x54\x79\xaa\x6b\x93\xd1\x79\xda\xab\x8e\xce\xb0\x9e\x07\x69\xc7\x90\xf5\x2c\xac\x39\xe8\x9c\xb4\x57\x19\x77\x1b\xb7\x3b\x1d\x77\x81\xc5\x44\x26\xa6\xe3\x2e\x4c\xe5\xd1\x68\xa1\x4c\x65\x61\xcd\xc1\x6b\xab\x85\x10\x8e\x07\x14\xfa\x90\x70\x2c\xac\xe9\x77\x2c\x5f\x08\x95\x23\x13\x19\x12\x8e\x85\x35\xaf\x59\x71\x48\x38\x0e\xe8\xc3\x03\x12\x7a\x4c\x9d\xe0\x6c\xdf\x91\xef\xa8\x7e\x4d\x62\xc4\xa5\xe6\xb4\xef\xa8\xca\xe1\xf1\xa6\x2a\x07\xc9\x78\x2c\x3f\x5a\xdb\x2e\x5c\xe5\x9c\x36\xc2\x76\xa1\x98\xd0\xa5\x43\x0e\x72\xc0\x02\x1e\x8b\x2f\x14\xf3\x23\x42\x57\x19\xb9\x60\x07\x5f\x70\xd9\x23\xcc\xdb\x08\x96\x52\x85\x35\x19\xb9\xc2\x20\x2e\x18\x51\x49\x3b\x46\x38\xa2\x02\x0b\xde\x70\xc8\xe2\x0d\x98\xbb\x63\xe1\x63\xc3\x11\x15\x58\xd3\xc7\x3b\xa2\xc2\xb6\x1d\x0b\x57\x19\x7a\x29\x60\x4d\xc2\x8d\xd0\x4b\x01\x03\x06\x63\x48\xc6\x8d\x50\x4d\xa6\x22\x7f\x11\x35\x21\xd9\x16\xa1\x9a\x84\x6a\xc2\xc8\x25\x3f\x37\x82\x59\x0b\x7c\xc2\x88\xf2\xf1\x78\x26\x66\x8c\x11\x7a\xa6\x40\x4d\xd6\xe2\x85\x54\x93\x50\x4d\x18\xdf\x42\x35\x89\x6b\x7c\x1c\x50\xe6\x02\xfa\xee\x07\xd6\x0c\x6f\x7c\x29\x42\x4d\x08\x41\xe5\xe7\x46\x10\x9e\xc1\x8d\x8e\xd0\x0d\xb1\xf1\x72\x40\x27\x8b\x70\xf8\x04\xd6\x0c\x1e\xaf\xe6\x00\x03\x0a\x58\x84\xce\x0a\x62\xef\x62\xda\x1a\x12\x7b\x03\x62\xef\x80\xb6\x15\x12\x7b\x03\x32\xef\x9a\xc4\xfa\xa1\xe6\x00\x03\xaa\x55\x84\x9a\x03\x2c\x26\xb7\x21\xd7\x37\xe0\xfa\x2e\x76\x84\x86\x5c\xdf\x80\xd8\x3b\xe0\x55\x85\xc4\xde\x80\xcc\xbb\xa0\x5e\x47\xea\xe5\x60\xdb\x8e\xcd\xb0\x2e\xdb\x56\x58\xcc\x77\x23\x55\xb9\x64\x05\x07\x8a\x4f\xa4\xce\x0a\x58\xf3\x9a\xf8\x85\x9c\x5c\x61\x40\xde\x09\x39\xb9\x01\x01\x77\xcd\x52\xf4\xf9\x45\x5e\x1b\x9d\x48\x16\x75\x84\x05\x41\x3b\xd2\x01\x1b\x18\x90\x77\x42\x9a\xae\xb0\x66\x79\x23\x3d\x01\x01\x77\x40\xcb\x09\x09\xb8\xc2\x9a\xb8\xb4\xd4\xcb\xc1\xb6\x1d\xdb\xd7\x56\x31\x81\x35\x19\x8a\x65\xdb\x46\xa2\x72\xdb\xa6\xaa\x72\xa9\xca\xe1\xf8\xa4\xd6\x06\xdc\xd9\x41\xb2\x2e\x20\xd0\x7e\x60\x4d\x3c\xb9\x3c\xda\x48\xd5\x64\xf1\x2c\xd5\x24\x55\x93\xfe\xfe\x02\x75\xa4\x5a\x04\x35\x76\xb0\xef\x33\xa4\xc6\x06\x4c\xd4\x49\xa2\x33\xca\x01\x08\x56\xea\x9a\x44\x10\xb2\x52\x03\x8e\xe9\xbc\xe1\x9c\xcb\xaf\x55\x3a\x08\xec\x49\xbe\x69\xd4\xf5\x1d\xe6\x6d\xde\x10\x3d\x14\xf1\x1d\x88\x9c\xcb\xef\x50\x57\xa7\x4f\x72\x66\x51\x76\x7a\x39\x26\x2d\x6f\xfc\xfc\xe2\x9b\xab\x68\x97\x81\x13\xb0\x26\x31\x8b\xfb\x8f\x03\xbe\xea\x24\x1b\x16\x65\xdc\x0f\x51\x75\x4d\x62\x16\x89\xaa\x51\x41\xbb\xb0\xf3\x32\x4a\x82\x82\xba\xe6\x52\x64\x23\x92\x67\x61\x29\x92\x4b\x85\xc5\x0a\x4c\x94\xdf\x14\x26\xe9\x64\xe7\x64\xc8\x24\x15\xd6\x5c\x34\xd5\x49\x24\xbc\xce\x79\x43\xe1\xe5\x75\x06\xbc\xce\xc5\x3a\x4d\xc8\xeb\x0c\x88\x9b\xf3\xb6\xbc\xca\xd7\xbe\x60\xcd\xcd\x3b\xea\x33\x80\x79\xb3\x11\x0e\x2d\xa5\x1b\xd9\xbc\xa3\x6e\xa4\xd8\xbf\x7d\xf3\xf1\xea\x47\xa9\x1f\x9b\xc7\xab\x00\x70\x39\xe7\xed\x73\xa3\x4d\xd5\x8d\x30\xc3\x96\xd7\x19\x30\x36\x27\xc9\x81\x90\xb1\x29\x2c\x36\x16\x44\xe9\x33\x80\xc9\xb2\x7f\x48\xe2\x8c\xbe\x7c\xc6\x64\x8d\x3f\x5a\x9f\x01\x2c\x16\x9e\x42\x5e\xa7\x30\x59\xe3\x8f\xd6\x8d\x40\xf5\x5c\x93\xe9\x8e\x54\x4f\x61\xb2\x99\x32\xa4\x7a\x46\xeb\x6c\x98\x74\xb7\xce\x06\x98\xc7\x61\x23\x1e\x8a\xae\x8e\x8e\x4f\xbb\x9e\x8a\x5e\x5c\x35\x11\x9d\x8a\xde\x5c\x45\x53\x49\x6b\x07\x1c\xd1\x79\x10\xf3\xc8\x11\x0d\x08\xa1\x8b\x9d\x12\x21\x21\x34\x60\x7f\xce\x03\xf7\x26\xfb\x33\x60\x7c\x2e\x16\xc4\xa2\xd5\xfb\xbe\x74\x7d\xb2\x4a\x1e\xad\xb3\x69\x94\x3c\x6e\xb4\x5e\x25\x07\x26\x6b\xd6\xd1\x2a\x39\xb0\xc2\x17\x52\xc9\x81\x79\x30\x60\xb7\xb3\x03\x60\xc5\xe1\x8d\x36\x35\xe8\x55\x86\x62\xc9\xa5\xc2\x0a\x5f\xdb\x01\x1b\x98\xac\x33\x47\x3b\x60\x43\x41\x5d\x71\xf8\x78\x5f\xe8\x32\x92\xc9\xda\x70\xc8\x37\x15\x56\x1c\x3e\xde\x17\x0a\x14\x20\x14\xf9\x42\xa4\x5c\xc2\x2e\x4c\x5f\xe8\xb2\xa1\xc9\x1a\x6c\xb4\x36\xd4\x69\xbb\xe8\x1c\xd7\x66\x80\xc9\xc2\x66\x48\x28\x15\x56\x10\xba\xb4\x66\x05\x63\x74\xb2\x64\x19\xed\xec\x02\x58\x41\x70\x29\x7b\x34\xfa\x8a\xfe\x26\x0b\x88\xd1\x46\x7f\x50\x45\x17\xfb\x44\x42\xaa\x68\xc0\x05\x9d\xac\xc4\x45\x6b\xa2\x30\x3e\x17\xfb\x44\x42\xc6\x67\x74\xd3\x2e\x3c\x53\x1b\xb1\x41\xdc\x5c\x31\x15\xd9\x5f\x8d\x16\x6e\x45\x2a\x40\xa3\x85\x7e\xda\xb6\x0b\x31\x2b\xd2\x5d\xd1\x9a\x15\xb0\x58\x6d\x8c\xd6\xac\x5a\xb3\xc2\xd2\x24\x81\xc6\xd2\xac\xb0\xa1\xa5\x59\x01\x2b\xd0\x89\xa5\x59\x41\x15\x9d\x2e\x49\x49\x15\x0d\xa8\xa2\x8b\x65\xca\x90\x2a\x1a\xeb\xd2\xfb\xe9\x02\xd1\x52\xef\x81\xc5\x32\x65\x2c\x07\x6c\xd8\xa3\xd3\x75\x1e\xd9\xa3\xc2\x62\x4b\x4b\x2c\x4d\x01\x98\xe4\xc9\x62\x39\x04\x00\x8b\xaa\x11\xb1\x9c\x4e\x43\x02\x9d\xae\xf3\x48\x02\x0d\x58\x9e\xcb\x25\xcf\xa5\x16\x02\xd3\xf5\x14\x19\x9f\xc2\x8a\x50\x64\xeb\x2f\x2d\x9c\xae\x94\x2c\xb5\x10\x58\x2e\x8c\x2e\x3d\x39\x30\x07\x23\xbd\x24\x50\x61\x05\xba\x2a\x09\x34\xd6\x15\x6f\x4e\x57\x37\x96\xf1\x26\xb0\x5c\x3e\x95\x17\x1a\x90\x40\xe7\xf8\xdc\x68\x23\x08\x2e\xd9\xb6\x13\xcb\xe0\x72\xa1\x98\x23\xe7\xf7\x87\xe2\xa5\xde\x2e\xf5\x16\xb3\x58\xea\x2d\xf4\xce\xe9\xea\xc4\x32\x84\x04\x56\x10\xe3\x2d\x27\x1f\x8b\xe1\x80\xd4\x57\x2c\x87\x03\xd8\x9f\x2b\x58\xc3\x90\xfd\x19\x50\x3d\x27\xa9\xaf\x90\xea\x19\x4b\xbd\x4d\xba\x53\xbd\x05\xe6\x58\x8a\x7c\x13\x26\x1f\x41\xd8\xb7\x54\x65\x60\x8e\xa5\xe8\xa9\x08\x6f\x80\x21\x2e\x55\x19\x8e\xe8\x24\x41\x16\x72\x44\x85\xc5\x9e\xa4\xd8\xce\x8a\xa9\xee\x31\x07\xe3\xdb\xd6\xf7\x03\x2b\x18\x51\xb7\x6b\x8a\xc0\x74\x31\x60\xab\xca\x5b\x55\x66\x9d\x59\x72\x69\xec\x41\xbb\xb6\x8f\x7f\x2a\xa2\x5d\x2c\x20\x6e\xa3\x19\xc8\xa5\x73\xe2\xe8\x25\x97\x0a\x2b\x18\x9d\x25\x97\x06\x4c\xd2\x39\x71\xe1\x32\x49\x85\x15\xb8\x11\x99\xa4\xb1\x2f\xed\x9e\x93\xb5\x86\xad\x76\xc3\x1e\x5d\x41\x8c\xb7\x0d\x47\x77\xf0\x8b\x4c\xcd\xb7\x2e\x7c\xeb\xaf\x59\x52\xda\xda\x00\x30\x9d\xc9\xee\xf0\x17\xc3\x5f\xa4\x27\x74\xe1\xfb\xb2\x81\xe9\x1c\x75\x6b\x03\xc0\x0a\xc2\xd1\x1d\x9f\x5f\xbc\xfc\x8f\x33\x46\x29\xa8\xc2\x8a\x56\x64\xe7\x60\x3c\xce\x18\xb7\xc6\xb3\x35\x1e\xc2\xd1\xad\xf1\xec\xcb\x47\x4f\x27\x7e\xdb\xa9\xf9\xd6\x5f\xa3\x72\x5b\x7f\x0d\xdf\x74\x3a\xc1\x92\x6f\x2a\xac\x60\x1a\x26\xdf\x54\x98\x4e\x51\xe4\x9b\x0a\x2b\xda\xc7\xa3\xf7\x90\x4b\xe7\x4c\x1a\xa1\xbf\x06\x56\xb0\x2c\x2b\xb9\x54\x98\x4e\x51\x24\x97\x0a\x8b\x1d\x68\x21\xb9\x54\x98\x33\x15\xd9\xfa\xb2\xf5\xa8\x89\xf3\x37\x38\xa6\x73\xaa\x72\xc6\xd7\xc0\x8a\x56\x64\x47\x5f\x43\xc0\x9c\x2a\x93\xb1\x18\xb0\xcc\x50\xc8\x24\x0d\x68\xa3\xd3\xd9\x81\xb4\xd1\xd8\x04\x5e\xec\x79\x8b\x6d\xe0\x05\xcc\x69\xe7\x38\x7f\x03\x56\x10\xfd\x6d\x4d\x14\x98\xd3\xd7\x36\x3c\x83\x49\xba\x62\x79\xa3\x5f\xbb\xe9\x55\x9b\xea\xa0\x01\xac\xc0\x44\x25\x81\xc6\x7d\xa0\x5f\xdc\x78\x77\x84\x80\x17\xba\xd8\x65\x17\xf2\x42\x85\x39\x19\xb9\xe4\x85\x0a\x2b\x3e\xa2\xad\x68\x73\xd5\x40\x74\x57\x84\x7e\x61\xc8\x52\x45\xe3\xae\xa5\x61\xb5\x77\x2d\xed\xae\xa5\x31\xe4\xdd\xb5\xb4\x3b\x96\x66\x78\x76\xd7\xd2\xee\x4c\x25\x82\x10\xf4\xee\x38\x02\xc7\x74\x06\x8b\x27\x72\x4c\x85\xc5\xee\xbf\xb8\x3b\x95\x80\x63\x3a\x0d\x96\xe4\x98\x0a\xcb\x8c\xce\xdd\xa1\xe5\x7e\x19\xcc\x74\xf0\xbf\x6b\x30\xc0\x0a\xc6\xca\xbb\x06\x73\xc7\x3a\x02\x4b\xbb\x6b\x1d\x77\x16\xae\xcc\xfb\xdc\x1d\x47\xe0\xab\x4e\x07\x7f\xf9\xaa\x71\x67\x8d\x3f\x71\x30\x77\x0d\x06\xbe\xea\x0c\x86\x29\xf9\xaa\xc2\x62\x0b\x62\xdc\x1d\x34\xee\x58\x47\x30\x4c\xdd\xb5\x0e\x60\x99\x43\xba\xe7\xe7\x17\xdf\x5c\xc5\xb3\x5c\xde\x02\x56\xda\x39\x1a\x0c\x74\xd8\xe9\x98\x24\x1d\x56\x58\x89\x4b\x93\x0e\x1b\x70\x5f\x67\x60\x69\x72\x5f\xe3\x7e\x85\x3e\xcb\x7c\xd4\xdd\x65\x7f\x58\xad\x53\xb7\x2d\xab\x35\xee\xac\x95\x26\x8e\xef\xae\xfa\x02\x53\x67\x75\x57\x7d\x81\x95\x44\x0d\x72\x5f\x03\xbe\xeb\xd4\x0d\xdd\x55\x5f\x60\xb1\x35\x32\xee\xfd\xf9\x45\xfa\x1e\xeb\xb8\x3b\x9c\x00\x2b\x0f\x45\x76\x0e\x23\x8c\xe6\x2e\x69\x36\xe0\xbe\x4e\x6d\x5b\xee\xab\xb0\xf2\xf8\x7e\xae\x38\x1e\x2a\x3c\xd4\xd8\x19\x4c\xad\xa5\xc6\x0a\x2b\x89\x76\x1f\x6a\x37\x30\x4d\x3b\xca\x96\x15\x96\x59\xba\x87\xd3\x0a\x78\xb0\x53\xb3\x90\x07\x2b\xac\x24\xda\x95\x07\x2b\x4c\x55\x59\x1e\x6c\x3c\xb0\x81\x24\x4a\x7a\x68\x03\xc0\x54\xfd\xa4\xc6\x0a\x2b\x87\x8f\xdf\x8a\x4e\xae\x1a\x88\xde\x8a\xde\x5c\x85\xc8\x69\xc5\x83\xb8\x9f\xbd\xad\xf1\xd0\x2c\x80\xc5\x86\xd1\x78\x18\x71\x01\xf3\xf3\x42\x8e\x36\x0f\xe2\xfe\x64\x98\x7a\x68\x16\x0f\xc2\xab\xbf\x3d\xde\x5f\x24\xe9\x90\x4c\x77\x24\xe3\x06\xcc\xdb\x99\xd8\x93\xcc\x5b\x61\x25\xc6\xf3\x70\x2a\x00\xcc\x64\x45\x54\x32\xae\xb0\x92\xc1\xec\xe1\x68\x03\x3f\x77\xfe\x4d\xe4\x2f\x6a\x03\xc4\xd7\x0f\x6d\xe0\x81\x0d\xb0\xd3\x34\x1e\xda\xc0\x43\x1b\x20\xaa\x7c\x68\x03\xc0\x4c\xec\xe9\xe1\x70\x20\xd7\x37\x19\xf2\xe4\xfa\xc6\x83\xd9\x01\xfb\x51\xe3\xe1\xec\xe0\xa1\xa5\x10\x26\x4b\xff\x8d\x07\x13\x78\xf6\xa3\xc6\xc3\x09\x03\xf4\xdf\x65\xd2\x54\xfa\x6f\xc0\xf5\x9d\xec\x34\x0d\xb9\xbe\xf1\xc0\xf7\xb3\x75\x36\x1e\x1a\x0f\x30\x93\x70\x43\xfa\xaf\xb0\x3e\x2f\x64\xc4\x06\x8b\x77\x26\x89\x74\x59\xbc\x21\x65\xd7\x04\xac\x94\xdd\x80\x8c\x3b\x13\x7b\x92\x8c\x2b\xac\x24\x4c\x7e\xea\xd5\x61\xde\x4e\xf6\x90\x86\xcc\x5b\x61\xd9\x39\x32\x6f\x03\xb6\xed\xcc\xe5\xb3\x78\xc7\xa7\x1a\x4d\x98\xfc\x54\xa3\x21\xe0\xce\x44\xef\x9f\xaa\xaf\x64\x5c\x3b\x47\x32\x6e\x3c\x59\xfa\x61\xdf\x67\x3c\x5d\xfa\x01\x56\x12\x95\x3e\xe7\xe7\xf1\x97\xc7\xa3\x86\x5c\x3c\x55\x5f\x60\x25\x83\xbf\xfc\xdc\x80\x1a\x3b\x0b\x87\x2a\x35\x56\x58\x6c\xfc\x8d\xa7\xba\x0a\xcc\x3a\x14\xf9\x8b\x7a\x75\x42\x84\xa7\xea\x0b\xcc\xc2\x44\x25\xd0\x0a\xcb\x8f\x26\x81\x36\x9e\x97\x62\xce\x62\x42\xfa\x54\x31\x25\xd0\x26\x81\x84\x04\xda\x80\x21\x3b\x0b\xbd\x7f\xea\xe8\x81\x95\xe5\x8d\x0f\x45\xb4\x7e\x2a\xb2\xf5\xc4\x4f\x6c\x35\x0e\xd9\xb2\x01\x1d\x76\x9a\xe8\x7c\xea\xfb\x9f\xea\x7d\x29\xb2\x5d\x17\xcc\x62\xb4\x91\x2d\x2b\x2c\x36\x24\x87\x6c\xd9\x80\x2d\x3b\x0b\xc5\x94\x2d\x2b\x2c\x55\xee\xa9\x29\x40\x5b\x9d\xc5\x98\xf4\x54\x57\x9f\xfa\x7e\x22\x5c\x29\xac\xf1\xbc\x14\x73\x96\x5d\xa8\x62\x3e\xf5\xea\x2a\xa6\x5e\x1d\x98\x65\x53\x9d\x37\x40\x74\x5d\xa6\xee\x25\xba\x06\x7c\xd5\x59\xdc\x28\x5f\x55\x58\xc9\xa0\xf1\xd2\xaf\xc2\x57\x9d\x45\xcc\x23\x5f\x55\x58\x26\xf8\xe5\xab\xc6\x0b\x2d\x2c\x3c\xf9\x4b\x2d\x04\x56\x12\xbb\xbe\x74\xa2\x70\x54\x67\x2d\x9f\xf5\x54\x44\xdf\x63\x30\xf2\x55\xe3\x85\x5f\xad\xad\xe8\xad\x08\xbf\x4a\xec\x2a\x85\x35\xe0\xab\xce\xc2\x93\xcb\x57\x15\x96\x94\x82\x97\x41\x09\x30\x9b\x84\xd1\x4b\xef\xfb\xd2\xfb\xb6\x37\xda\x2e\x26\xa4\xcd\xe0\xff\x72\x42\x0a\xac\x64\x7c\x7b\xe9\x44\x81\xd9\x68\xf4\x4b\x27\xfa\x52\x0b\xed\x1c\xb5\xf0\x75\x29\xd3\x64\x7f\x66\xbc\x54\x26\x60\x25\x0b\xa3\x2f\xc3\x0d\x28\xac\xd3\x1c\xa5\x14\x56\x61\x49\x62\x78\xa9\x5f\x2f\xfc\x2a\x85\xfa\xe2\xa5\x5f\x7d\xa9\x39\x38\x85\x97\x9a\x03\xcc\xc6\x89\xbe\x5c\xc6\x7e\xe9\x57\x57\x7d\x7f\x28\x7e\xe9\x76\x5f\x4d\x17\xe0\x63\x5f\x2e\x6c\x02\x2b\x97\x22\xbb\x00\x57\x49\xe1\xb8\x78\xf5\xe7\x46\x9c\xcd\x52\xb4\x15\x5d\x1f\x90\x32\x6e\x21\x0f\x36\xe0\xbe\x4e\x76\x61\xc6\x69\x4c\x2c\xe9\x35\x51\x06\x49\xaf\xc2\x34\xd1\x79\x1a\x54\x9c\x06\x15\xb8\x37\x79\xb0\x01\xe9\x75\xb2\x0b\x33\x24\xbd\x86\x74\xd6\x24\x4c\x96\xce\x1a\x27\xcb\x2d\x8d\xfa\x9d\x2e\xb7\x48\x67\xd5\x09\x4a\x67\x15\x66\xa3\x0c\xa7\xda\x7d\xaa\xdd\xc4\xb1\xa7\xda\x7d\xb2\xa6\xd8\x7c\xe6\x53\x25\x05\x56\x6e\x45\xfe\x22\xde\xb3\x7d\x21\x95\x54\x3a\xab\x34\x11\xe9\xac\x71\xa2\xb7\x6d\x53\xd5\xdb\x93\xc8\x99\xed\xf6\x71\xaa\xa4\xc0\x6c\x1b\xa1\x92\x02\xab\x50\x65\x79\xb0\xc2\x5c\x9f\xc7\xdb\x13\xc4\xd7\x3a\xe7\xd3\xf8\xfa\xc4\x13\x53\x2b\x2c\x4e\x3d\xf1\x49\xc6\x8f\xed\x53\x71\xaa\xf0\xe7\xa5\xbe\x93\x3a\x5a\x71\xba\xe8\x07\x1d\x76\xd5\x47\xe4\xb3\xf0\x9e\x54\x8f\x8a\x53\xef\x09\xac\x22\xf6\x94\x2d\x2b\x4c\x73\x9f\xb2\x65\xe3\xbc\x14\x7e\x15\xb1\xe7\xa9\xc2\xc3\x57\x9d\x54\x7c\x8a\xd3\x61\x1d\x58\xc5\x04\xfe\x74\xa9\x1e\x98\xd4\x39\x8a\xd3\xb5\x19\x60\x39\xb4\xc8\x70\x8d\x93\xb5\x19\xf3\xa8\xa7\x83\x3f\xb0\x28\x29\x10\xa7\x1a\x0d\x4c\xea\x09\xc5\xa9\x46\x03\xcb\x01\xe8\x34\xe4\x86\xbb\x3a\xa9\x27\x14\x72\x57\x03\xee\xea\x2a\x62\x44\xb9\xab\x01\xb9\x74\x52\x13\x27\x24\x97\x0a\x4b\xf2\xcd\xdb\x01\x1b\x98\xd4\x8b\x89\xb7\x5a\x08\xac\x22\x88\x7b\x3b\x59\x7b\xa3\x85\x54\x82\x89\xb7\x5a\x08\x2c\x29\x3a\x6f\xb5\xf0\x8d\x8f\xa5\x12\x4c\xbc\xf5\xb1\x6f\x46\xfa\x22\x46\x7c\x3b\xd2\x03\x73\xb5\xbf\x78\x57\xc4\x77\x64\x60\x7c\x3b\xa5\x7b\xa3\xd1\x6c\x54\x8c\xb7\x1a\x0d\xac\xc2\x25\xbd\xd5\x68\x60\x52\x5e\x25\xde\x7a\xe2\x37\x84\x99\x22\xde\x7c\xbb\x24\x0e\xa7\x76\xb2\x9d\x31\xe4\xd4\x0a\x4b\xea\x90\x9c\x5a\x61\xb2\x9d\x31\xe4\xd4\x0a\xcb\x41\x56\x4e\x6d\xbc\xd5\x68\xa6\xad\x6f\x35\xfa\xcd\x7a\x4a\x4d\x45\x4f\x45\xb4\x7e\xfb\x8b\xb6\x9e\xd8\x82\x62\xb7\x21\xf3\x56\x98\x14\x15\x89\xb7\xb1\x05\xb0\x0a\x35\x91\x8c\x1b\x10\x70\x27\xe5\x42\xe2\xad\x57\x87\x8c\xbb\x1c\xb0\x25\xe3\x0a\x93\x52\x1a\x21\x19\x57\x58\x85\x9a\xbc\xb5\x0e\x60\x9a\xdf\x7d\x6b\x1d\x6f\xad\x83\xa5\xd4\xb7\xd6\xf1\x26\xa6\xde\x87\x22\x9b\xaa\x75\x10\x23\xbe\xb5\x0e\xb8\xbe\x93\x2d\x9b\x21\xd7\x57\x58\x45\x8c\xf8\x36\xb6\x78\xe3\xfb\x37\x96\xf6\xd6\xf7\x03\x8b\x0a\x11\xf1\xd6\xb9\x43\xff\x9d\x94\xac\x08\xe9\xbf\xc2\x2a\x3c\xb9\xf4\x5f\x61\x6e\x3f\xad\xc6\x07\xac\x22\x18\x97\xdf\x2b\x4c\x36\x89\x86\xfc\x5e\x61\x55\x2a\xf2\x85\x98\xc9\x6e\x3f\xad\x66\x05\x2c\xf9\x5e\xf2\x7b\x03\x9a\xee\xdc\x76\xb4\x63\x87\x34\xdd\x4a\x6f\xb4\x5d\xac\xba\x6c\xbb\xd0\x09\xe9\x5b\x7b\xbc\x8c\x2f\x65\xee\x26\x3c\xdc\xc9\x86\xd3\xbc\xb1\xbe\x29\xac\xba\x62\xd7\xbc\x31\xc2\x24\x0c\xdb\x49\x79\x83\xb4\xba\x70\xde\xb4\xda\x2b\x76\x4d\xd9\xb6\x09\xc3\x76\xee\x2b\x7e\x4a\x68\xb6\x17\xd8\x7a\x1e\x3f\x7d\x3c\x96\xc6\x56\xd2\xb4\xe2\x70\xde\x58\x29\x81\x87\x96\x37\x02\x9c\xbc\x61\x43\xbb\xbf\x3f\x2b\x4e\xea\x15\x7f\x60\x41\x53\x4b\xeb\x16\x27\x34\xdd\xc9\x86\xf5\xbc\x85\x6f\xe2\xa0\x51\x74\x01\xf6\x94\x37\x16\x23\xd9\xcc\x9d\x30\x7a\x3f\xb0\x20\xb3\xa5\xc4\xde\xbc\xa9\x58\x9b\x36\x96\x2f\xa7\x62\x15\x37\xa2\x58\x49\xbd\xe1\x60\x3f\x6a\x5a\x6f\x58\x58\x75\x8d\xbb\x79\x2b\x1b\x71\x69\x51\xb0\xd3\x34\x65\xcb\x0a\xab\xec\x95\xfa\xfc\xe2\xf3\xba\x6a\xf0\x42\x65\xa7\xeb\xc2\x8b\x17\x42\x8b\x12\x86\x6c\xdc\x06\x4d\x6d\x5f\x88\x25\x38\xca\x85\xa4\x65\x83\x13\xd2\x6c\xb0\x57\x33\x6f\xed\xe3\x59\x12\x87\x7d\x95\xb7\xf6\xf1\x97\x7e\x04\xd9\xe9\x94\x53\x9b\x07\x93\xb5\xba\x02\xcd\x84\x5f\xfb\x81\x20\x3b\x9d\xd2\x6c\x85\x55\x57\x08\x99\x96\x20\x4e\xd8\xb6\x71\x0b\x45\xad\x08\x13\xbb\xa2\x86\xb4\x04\x71\x52\x6f\x38\xd8\x00\x99\xd6\x1b\x16\x56\x5d\x9e\x38\xad\x37\x9c\x90\x71\x83\x4c\x77\x4a\xc6\x4d\x4a\x10\x2f\xe2\xeb\xb4\x04\x71\x52\x63\x38\xc8\x74\xe7\xa1\xae\x51\x50\x78\x41\x11\x4c\xe8\xbb\x1f\x08\xb6\xfd\xa5\x2c\x5e\x61\x11\x85\xa7\xf5\x86\x85\x60\x43\x5f\x1e\xd3\x76\x11\x72\x53\xec\x24\xe5\xfa\x26\x94\xdd\x60\x43\x5f\x4a\xd9\xcd\xc3\x70\x63\xd1\xfa\xf0\xf1\xc1\xb3\x6c\x84\xfa\x75\xa8\x5f\x28\xd3\xa1\x7e\xc1\xcf\x8d\x9b\x8d\x20\xdc\x48\x8a\x13\x2f\x6a\xa9\x24\x15\x8a\x2f\xe0\x1d\x17\xef\x98\xbe\x23\xc1\x34\x71\x7f\x1e\x69\x47\x27\xcf\xda\x34\x35\x7d\x16\x0b\x75\xf5\x11\xd9\x85\x97\xc7\x8c\xe3\xc6\x8d\xe5\xd7\x56\xa3\x37\xaf\xad\x46\x53\x63\x38\x48\x6b\x27\xc4\xdc\x0b\xe8\xaf\x4d\x23\xca\xfe\xba\xd4\x37\xd8\x6e\x96\x87\xea\x2b\x19\xb7\x6f\xbc\xa3\xea\x0b\x04\x1b\xc9\xd2\x7a\xc3\x49\x8d\xe1\xd5\x37\xde\xb1\x7d\xc7\xa6\x5d\x83\x1b\xdb\x76\x11\x94\xb4\x4d\x6d\xbf\xf6\xe5\x2a\x83\xb4\x76\xca\xe2\x15\x16\xf3\x91\x94\xc5\x9b\x30\x77\xe3\x18\xbc\xb6\xd6\x01\x8b\x77\xf5\x4d\x91\xad\x47\xef\xd9\xb0\x95\x52\x76\x85\x20\x3b\x9d\x52\x76\x85\xd5\x57\x5c\x97\x43\x53\x18\x97\xde\x07\x7b\xa5\x72\xa8\xf7\xc0\x82\xde\x99\x16\x2a\x4e\xb8\xbe\xc1\xfe\xa6\x94\xeb\x2b\xac\x3e\x14\xdd\x15\xd1\x88\x6b\x30\xcb\xa1\x92\x03\x0b\x12\x68\x0e\xc2\xa0\x1c\x97\xae\x07\x1b\x7d\x12\x76\xf0\x07\x56\x5f\x31\x62\x4a\x12\x16\x82\xec\x74\x5a\xe1\x38\xa9\x6a\xbc\x1a\xcf\x04\x87\xf8\x82\x27\x57\xd1\x7a\x35\x5a\x92\x30\x93\xb5\x94\x24\x2c\x04\x3b\x53\x52\x92\xb0\xb0\xa0\x9d\xa6\x24\xe1\x84\x05\x1c\xec\x39\xc9\x11\xb6\x2b\x6c\x17\x8f\x0f\xdb\x15\xb4\xab\x69\x7d\xd8\xae\xb0\xbf\xe8\x55\x6d\x08\x08\x76\x80\xa4\x05\x94\x85\xc5\xf4\x30\xa5\x12\x27\x75\x94\x83\xbd\x1d\x39\xc2\x76\x61\x30\x14\xb3\xcf\xa1\xc1\x40\x12\x0e\x6a\x2a\xa7\x24\x61\x61\x41\x87\xcd\x91\xfe\xe2\x15\xa7\xc4\x81\x59\x8d\xf4\x73\x10\xa7\x50\x0a\x28\x07\x71\x4a\x42\x06\x0e\xf6\x76\xa4\x15\x92\x13\x62\xf0\xa2\x9e\x7d\x4a\x0c\xce\x81\xc1\x0c\xb4\x70\x68\x30\x03\xe7\x4e\xad\xfa\x1c\x5a\x07\xc4\xe0\x18\x2a\x40\xd9\x7a\x4d\x61\xf2\x8e\x9a\x02\x10\x03\xb3\x92\x18\x2c\xac\x56\x57\x35\x85\x71\xe9\x7d\x0c\x3f\x87\x7a\x2f\x57\x98\xfa\xf2\x29\x57\x38\xe1\x07\xc7\xb0\x73\xda\x76\x31\x09\xa5\xf8\x50\x8e\x56\x31\x2f\x8b\x88\xe1\x0b\xb5\xaf\x0d\x33\xa0\xe7\xf7\x69\x5b\x39\x1c\x5a\x28\xf9\x1c\xec\x21\x4d\xc8\xc7\x1f\x58\xcc\xb6\x53\x0e\x72\xc2\x3b\x8e\xc1\xfb\x5a\xfe\x39\x61\x17\x2f\xd8\xc5\x29\xbb\x58\x08\x98\xff\x29\xbb\x58\x58\x90\x84\xd3\x2a\xce\x39\x27\x1d\xc5\x98\x34\xa7\x8f\x67\x84\xe8\x2b\xa0\xcb\xe9\x08\x01\x07\x39\xc6\x47\x14\x8a\x30\x0b\xe2\x9f\xa9\x59\x00\x41\x7d\xe6\x9c\x0e\x1a\xc0\x6a\xac\xce\xf2\xcf\x49\xc9\xe7\x18\xe9\x2f\x3e\x14\xd1\x51\x9f\x1b\xe9\x09\x98\xca\x31\x92\x5f\x54\xe1\xa7\x0a\xcf\x60\x66\xc9\x66\x21\x20\xf0\xa7\x25\x9b\x85\xd5\x3e\x5e\x85\x9f\xd7\x70\x12\xec\x34\xcd\x49\x90\x9f\xf2\x99\x1b\x3b\x97\xcf\x9c\x30\x95\x63\x30\x60\xcb\x54\x16\x16\xd5\xda\x73\xaa\xf0\x14\x4d\x0e\xaa\x25\xe7\x74\x38\x90\x83\x4c\xb5\xf6\x94\x83\x9c\xd4\x54\x0e\x2a\x1c\xa7\x35\x95\x85\xd5\x84\x6a\xd6\x54\x4e\x68\xc9\xc1\x1e\xd2\x94\x96\x2c\xac\x26\x12\xb4\xa6\x72\x52\x2d\x39\xe6\x8d\xaf\x6d\xcc\x33\x1d\x21\x88\xd8\x24\x2f\x27\x84\xe5\x98\x38\x67\xab\x25\x0b\x8b\xd5\x8d\x94\xbc\x9c\x14\x3d\x8e\x89\x27\xb6\xe8\xb1\xb0\x28\xf3\x9e\x92\x97\x13\x2a\x72\xc0\x4b\x4f\x8b\x1e\x0b\xab\xed\x68\x63\x1e\x20\xa0\x71\xa7\xb4\x64\x61\x51\xe6\x3d\xa5\x25\x27\xe5\x90\x83\xe4\x77\x86\x31\x0f\xb0\x28\xf3\x9e\x96\x46\x16\x02\x52\x75\x86\xbe\x3f\x58\xc6\x86\x5e\x9e\xa1\xef\xa7\x0e\x72\x4c\x6c\xd3\x3a\xc8\x09\xad\x79\xb1\xea\x92\x16\x3d\x4e\x8a\x1e\xc7\x44\xef\x2d\x7a\x9c\x52\x9c\x59\x75\x49\x29\xce\x42\xc0\xe2\x4d\xeb\x20\x0b\x8b\x55\x97\xb4\x0e\x72\xc6\xa4\x27\x50\xf2\x50\x31\x81\x05\x55\x3d\x43\xdf\x0f\x04\x69\xed\x0c\x7d\x7f\xe8\xe8\xd7\xf5\xb5\xad\x96\x9c\x94\x43\x0e\xd2\xda\x19\x7a\x75\x60\x41\x68\xcf\x50\xc9\x81\x60\x5b\x69\x4a\xbd\xce\x50\xa3\x17\x5d\xa8\x46\x03\x01\xcd\x36\xa5\x5e\x0b\x8b\x32\x5d\x29\xf5\x5a\x08\x08\xb4\x69\x01\xe5\xa4\x34\xf2\xea\x45\x4f\xe8\xfb\xa1\x5e\xc7\xb4\xa3\xd3\x2e\x24\x7d\xd3\x44\x59\xd4\x44\xbe\x80\xfe\x62\xd0\x80\x86\xfd\x81\xc5\xca\x52\xca\xc6\x4e\xea\x20\xc7\xb4\x73\xd2\xfe\xd2\x3a\x36\x4d\xd5\x3a\x60\x60\x07\x34\xca\x0c\x4d\x01\x58\xac\x3f\xa5\x6c\x6c\x21\xa6\x8f\xd7\x3a\x42\xeb\x20\x7e\x0a\xad\x03\x06\x76\x40\x6a\x4c\x0b\x28\x0b\x8b\x55\xaa\xb4\x80\xb2\x10\x70\x00\x53\x82\x76\x4a\xbd\xa6\xee\x7d\x4a\xbd\x4e\x78\xd6\x11\x44\x6c\xf2\xac\x85\x05\xb5\x3f\xc3\x98\x07\x52\x75\xc0\xb5\x4b\x49\xd5\xc2\xa2\xc8\x58\x4a\xaa\x4e\x49\xd5\x14\x93\x4f\x49\xd5\x49\x69\xe4\x80\xe6\x96\x96\x46\x16\x16\x65\xe2\x53\x52\xb5\x10\x6c\x5e\xcd\x34\xb0\x07\x16\x65\xe2\xd3\x0a\xc9\x49\x39\xe4\x88\xb1\x11\x9d\x8a\x68\x04\x31\x4f\x6a\x1d\x10\xb4\x03\x6a\x5a\x4a\xd0\x16\x16\x65\xe2\x53\x82\x76\x42\xd0\x0e\xb8\x63\x29\x41\x3b\x29\x81\xbc\x28\x13\x9f\xa9\x29\x40\xbd\x8e\x08\x9f\x65\xbb\xa6\xed\xe2\x1d\xb5\x0e\x20\xe0\x68\xa5\xd4\x6b\x61\xb1\x57\x21\xa5\x5e\x67\x4e\x3e\x07\xc3\x49\x6a\x1d\xc0\x5a\x76\x4e\xd8\x54\x86\x00\x28\x51\x99\x5a\x07\xb0\x28\x00\x9f\x56\x5b\x16\x82\xcd\xab\x69\xb5\x65\x61\x51\x00\x3e\x53\x83\x49\x86\x80\xc8\xef\x17\xbe\xcc\xd4\x78\xa0\x87\x2f\x56\x0b\x53\x7a\xb8\x10\xd4\x54\x4e\xe9\xe1\xc2\x5a\xc3\x5f\xf7\xe5\x2e\xe3\x09\x38\x47\x29\x3d\x5c\x58\xd4\x87\xcf\x74\x68\xa1\x3e\x73\xc0\xed\x49\xeb\x33\x67\x32\xd3\x58\x7e\x79\x87\x16\x20\x60\xa1\xa4\x25\x9b\x85\xb5\xfc\xf2\xda\x13\x10\xc1\x3c\x49\xf6\xb9\xb0\xa8\x22\x9f\xb2\xcf\x33\x8b\x2e\xc0\x8d\xa4\x93\x0f\x4a\x36\x2f\xaa\xc8\xa7\x25\x9b\x93\x32\xcd\x01\x43\x23\x53\xe3\x01\x16\xa5\xea\x32\x35\x9e\x6c\x7e\x91\x91\x2b\x8d\xa5\xa0\xad\xaf\xa5\x16\x39\xb4\x78\xae\x54\x62\x62\xe9\x1c\x02\xc8\x52\x95\x8d\xa5\xa0\xaa\x07\x4c\x88\x94\xaa\x9e\x54\x6e\x5e\xac\xae\x66\x39\x42\x40\x55\x0f\xf2\xf4\x29\x55\x3d\x29\xa0\xbc\x58\x5d\x4d\x0b\x28\x27\xd5\x92\x83\xec\x74\x5a\x2d\x59\x58\xac\xae\xa6\x84\xf6\x84\xbd\x1e\x64\x94\x53\xf6\xba\xb0\xa8\xd6\x9e\xb2\xd7\x85\xc8\xb9\x11\xbd\x14\xf1\xb5\xd1\x6e\x09\xed\x42\xe4\xa7\x11\xb6\x4b\x55\x66\x68\x91\xbd\x9e\x30\xd6\x23\x7d\xbc\xbe\x5f\xf6\x3a\x75\xd8\x53\xf6\x7a\x16\x4a\x9a\x1f\xd1\x5d\xd1\x9d\xab\x68\x84\x2e\x9c\x32\xcb\x41\x1e\x35\x2d\xb3\x2c\x2c\x8a\xae\xa7\x1c\xf7\x84\xe3\x1e\xe4\x3e\x53\x8e\xbb\xb0\x28\xda\x97\x72\xdc\x85\x20\x7b\x98\xd6\x54\x4e\x39\xee\x8b\xc1\x4c\x8e\x7b\x52\x2d\x39\xb2\x7c\x96\xed\x22\xc8\xa7\xf6\x7a\x5a\x2d\x39\x8b\xc8\x28\xd1\xe8\x52\x7d\x81\x45\x69\xbf\x2c\xd5\x17\x08\x32\x6b\x69\x01\x65\x61\x2d\x9b\xaa\xfa\x16\xab\x41\xe4\xcc\xb2\x1c\x0e\x80\xc5\x6e\xa3\x2c\x87\x03\x20\x92\x41\xb6\x1c\x0e\xa8\xbc\xbc\x16\xb1\x98\x95\x97\x93\x02\xca\x41\x06\x2b\x2d\xa0\x9c\x72\xef\xd9\x93\x94\x72\xef\x13\xa2\x7d\x90\xf7\x49\x89\xf6\xc2\x5a\x76\x4e\xdb\x85\x4c\x18\x12\xeb\x90\x68\x9f\x14\x50\x5e\x94\x1c\x4c\x0b\x28\x27\xe5\x90\x83\x8c\x4e\x96\xf1\x53\x39\x42\x10\x65\x49\xa1\x4f\xf8\xf2\x51\x37\x45\xa1\x08\x9d\x20\x32\x92\x2f\x9f\x90\xe3\xa3\x18\x21\x24\xc7\x27\x4c\xf8\xc5\xea\x7d\xca\x84\x17\x82\x0c\x45\xca\x84\x17\x16\xab\xf7\xd9\xce\x08\x80\x20\xf7\x90\x92\xe3\xb3\x1d\x0e\x08\x7a\xdb\xe1\x00\x08\x32\x01\x29\x39\x3e\x5b\x1b\x62\x65\xa9\xb5\x21\x20\x58\xe3\x4f\xf9\xf2\xc2\x62\x8d\x3f\xdb\x28\x0b\x08\x56\xef\xd3\x9a\xca\x09\x5f\x7e\x2d\x3e\x9a\x7c\xf9\x84\xaa\x1e\x94\x46\x4e\xa9\xea\xc2\x62\x77\x56\xb6\x2e\x1c\xc6\x7a\xb0\x66\x9d\x56\x4b\x16\x16\x99\x80\x6c\xad\x03\xe2\x79\xb0\xce\x9c\xad\x46\x4b\x42\xa7\x38\x7a\x4a\x42\xcf\xbe\xd4\x37\x0a\x35\xe9\xfc\xdc\xc8\x17\x5a\x8a\x50\x5f\xea\x0a\x87\x4b\x8b\xad\x7e\x01\x8b\x7c\x41\xb6\x73\x54\x20\x5c\x9c\xb3\xec\x70\xc2\x32\x5f\x94\x3d\x4f\xcb\x0e\x27\xfc\xf1\x60\x67\x6e\x4a\xf6\x4e\x28\xd2\x51\xfb\x7a\x21\x0b\xe4\x0a\x8b\x8d\x64\xe9\x81\x79\x09\x83\x3a\x9c\xb6\xca\xa0\x16\x16\xe9\x88\x94\x41\x2d\x04\xe7\x96\xa5\x0c\x6a\x61\x2d\xb4\xd0\x9a\xb9\xb9\xae\x3e\x0a\x67\x89\xcb\x31\x4d\x52\x35\xf5\xd2\x53\x52\x75\xc2\xa0\x8e\x66\x31\x53\x06\x75\xc2\xa0\x5e\x6c\x5d\x4b\x19\xd4\x42\x70\x8a\x58\xca\xa0\x16\x16\x35\xce\x73\xe9\x60\x20\x55\x87\x33\x4e\x49\xd5\xc2\xda\xb7\xff\xc0\xac\x58\xce\xb5\x10\x4e\x0f\xad\xc5\x9b\x8b\x34\x07\x25\xd0\x73\x39\x7c\x42\x97\x0e\xa7\x74\xd2\xa5\x85\x45\x09\xf4\x5c\x1a\x35\x05\x72\xa3\x59\x70\x5d\xce\xef\x61\x4d\x2f\xf6\xd2\xa5\x95\x71\x13\x8a\x73\x70\xa4\x53\x4a\x71\x4e\x08\xc7\x41\xb6\x35\x25\x1c\x0b\x8b\x24\x4d\x5a\xf3\x56\x08\x72\x9f\x69\xcd\x5b\x61\x6d\x86\xbc\xed\x5a\x14\x10\x9c\x80\x94\x32\x95\x13\x5a\xf2\x22\x95\x93\xd2\x92\x93\x0a\xb4\x61\x08\x69\x05\x5a\x61\x51\x15\x3d\xb7\x5f\x1e\xae\x6f\x70\xaa\x4c\xca\xf5\x4d\xca\xcd\x2e\x76\xef\xa5\xe5\x66\x13\xca\x6e\x38\xa2\x4a\xd9\x15\x16\xa9\x9c\x94\xb2\x9b\xf0\x73\xc3\x71\x44\x7e\xae\xb0\xa8\x77\x9e\xf2\x73\x13\x32\x6e\x90\x89\x4c\xc9\xb8\xc2\xa2\xde\x79\x4a\xc6\x15\x42\xaf\x2e\x19\x57\x58\xec\x17\x4c\x8b\xbf\xe6\x66\xf9\x53\x7f\xbd\x5d\xe0\x01\x16\x55\xd1\xd3\xe2\xaf\x09\xdb\x36\x16\x13\x99\x6d\x6c\x01\xcd\x76\x91\x62\x4a\x69\xb6\x09\x35\x36\xf4\x65\x52\x63\x13\x3a\x6c\x90\x50\xcc\xbb\x0e\x15\x96\xe5\xda\x44\x59\xb2\x2c\x13\x82\x64\x50\x41\x3b\xef\x46\x46\x92\x25\x4d\x6d\x48\x96\x4c\x68\x90\x41\xdd\xe8\x94\x06\x29\x2c\xea\xd4\xa6\x34\x48\x21\x28\x8d\x9c\x96\x00\x15\x16\x75\x35\x53\x66\x64\xc2\x79\x0c\x8a\x1e\xa7\x9c\x47\x61\x6d\xf4\x4b\xce\x63\x3e\x58\xe7\xa1\x04\x71\x3e\x9c\x43\x00\x8b\xea\x9b\x69\xed\xd0\xa4\x50\x68\xb0\xab\x30\x2d\x14\x2a\x2c\x53\x2e\x92\x25\x13\x06\x64\x50\xea\x37\x2d\x14\x9a\x16\x0a\xa5\x32\x6e\xca\x86\x4c\xaa\x6f\x86\x2f\x64\xf5\x4d\x61\x6d\x7c\xd9\xc3\xc8\x08\x48\x8a\xb4\xe6\x43\x17\x0e\xac\x8d\x2f\x7b\x18\x19\x41\x1e\x4c\x8a\xb4\xa6\xe4\x41\x61\x51\x3f\x37\x1f\x7a\x16\x20\xa9\xd1\x99\xf2\x09\x85\x45\x55\xd0\xb4\xb8\x67\x3e\x2e\x0f\x90\xd4\xe8\xcc\x87\x1e\x00\x58\xec\x70\xcc\x87\x53\xcd\xc7\xa5\xd1\x49\xf5\xcd\x7c\xa8\xd1\xc0\xa2\x1a\x6e\xca\x27\x4c\x38\x84\x79\x23\xae\x7b\xa8\xd1\xc0\xa6\xc2\x68\x3e\x8c\x96\x81\xa4\xf0\x65\x4a\x31\x14\x36\xd5\x70\x53\x8a\x61\xc2\x14\x4c\x0a\x5f\xa6\x4c\x41\x61\x53\x0d\x37\x2d\x14\x9a\x8f\xa2\x5d\xa9\xc8\x76\x5d\xb0\xa9\x86\x9b\xf2\x09\x13\x3e\x61\x52\x3a\x32\xe5\x13\x0a\xfb\xd3\xd1\xfa\x2f\x28\x86\x49\x51\xc8\x94\x62\x98\xf0\x09\xf7\xed\xe6\x8d\x4b\x11\x7d\x4f\x50\x22\x79\x30\xa9\x85\x99\x37\x56\x90\xad\x85\x29\x6c\x76\x84\xe6\xd3\xef\x08\x49\x2f\x39\x4a\x31\x25\xe9\x09\x9b\xa2\xb6\x29\x49\x2f\x21\xe6\x25\xbb\xff\xd2\x8a\x99\xc2\xa6\x82\x6d\x5a\x31\x33\xa9\x85\x99\xec\xfe\x4b\x6b\x61\x26\x85\x2f\x37\x15\x6c\xd3\xc2\x97\x09\xfd\x2e\xd9\xb1\x97\xd2\xef\x84\x6d\x2e\xf0\xa9\x02\x40\xbf\xcb\x03\x67\x25\xfd\x4e\xd8\x37\x7c\xa1\xf5\x2b\x13\x16\x5d\x9a\xb4\x90\x45\x27\x6c\x2a\xd8\xa6\x2c\xba\x84\x32\x97\x54\x86\x4b\x29\x73\xf9\xf4\xd3\xb2\x10\x2c\x65\x2e\xa9\x26\x99\xec\x9f\x4b\xab\x49\x26\x15\x24\x37\x87\x96\xe6\xd3\xaf\xfd\xe4\xa3\x99\x7b\x78\xfa\xd1\x9e\x7e\x34\x3c\xe6\xd3\x8f\x06\xb1\x2e\x29\x1f\x96\x12\xeb\x84\xcd\x3e\xdb\x7c\xea\x4d\xe0\xda\x25\x7b\xde\x52\xae\x9d\xb0\xcd\x64\x3e\x75\x1d\xf0\xeb\x92\x02\x5c\x69\x51\xc9\x84\x6b\xb7\xb5\x21\xb9\x76\xc2\xd6\x60\x2c\x2a\x29\x24\x25\xb0\xf2\xa5\x37\xa1\xce\xe4\xbe\xfd\x07\x8e\x83\x48\xcb\x50\xe6\xeb\x72\x1d\x49\x25\xaa\x7c\xb9\x60\x41\x35\xca\x7d\x9b\x8a\x50\xac\xd7\x44\x3f\x18\x64\x5f\x46\x95\xc0\xe6\xac\xd5\x94\xd6\x97\x50\xf9\xd2\x0c\x83\x35\x27\x85\xcd\x8e\xe1\x7c\x19\x55\x52\x86\x32\x8f\xe5\xb3\xfc\xc5\xe9\x2f\x2a\xf2\x17\x93\x97\xc3\x97\x49\x9f\x13\x36\xfb\x8a\x53\xfa\x5c\x52\xdb\x31\x07\xca\x60\x6d\x47\x61\xeb\x0d\x5e\xf9\x79\xd6\x65\xae\xae\xe4\x4b\x9f\x13\xb6\xf9\xdd\x97\x6e\x04\xae\x5c\xba\x54\x2f\x57\x4e\xd8\xd4\xe2\xcd\x97\x5a\x44\x51\xc8\xa4\xc4\x50\x5a\x14\x52\xd8\x14\xde\x4d\x8b\x42\xe6\x0b\x2d\x1a\x3e\x5e\x2d\x7a\xa9\x45\xf8\x1f\xf9\x71\xf9\x42\x8b\xd8\xa0\x96\x2f\xb5\xe8\xa5\xe9\x13\x84\xc9\x8f\xcb\xd7\x35\xf9\x48\x17\xe1\x5f\xfd\x79\x3c\x76\xfe\xb9\xf1\xa5\x88\x77\x44\xd7\xac\x26\x29\x6c\xca\xf3\xa6\x2c\xba\xa4\x90\x63\x0e\x46\x67\x0b\x39\x0a\x9b\xf2\xbc\x29\xf3\x2d\x21\xb0\x25\xd5\x6a\x52\x02\x9b\xb0\xcd\x4e\x5b\xb5\x31\x29\xd1\x98\xec\x53\x4b\x4b\x34\x0a\xfb\x46\xb8\x61\x89\xc6\x84\xa1\x96\x83\x64\xee\xe9\x02\x0f\xb0\x6f\x4c\x5b\x65\xab\x25\xac\xb2\x74\xe1\xfc\x74\x68\x01\xb6\x3e\xf6\x74\x68\x01\xd2\x25\xf1\x53\xcf\x02\xf7\x6c\x9b\x0f\x3f\x55\x13\x78\x68\xe9\x92\xb8\x3c\x34\x61\xeb\x89\xad\xda\x98\x14\x5f\x4c\x76\x7a\xa5\xc5\x17\x85\x7d\x63\x72\x6b\xf1\xc5\xa4\x86\x62\x52\x8d\x24\xad\xa1\x28\x6c\x4a\xfd\xa6\x35\x14\x13\xd2\x59\xb2\x87\x2b\x25\x9d\x09\x5b\xaf\x2e\xe9\x2c\xe1\x8e\x25\xbb\xb3\x52\xee\x98\xb0\xcd\xd3\xcb\x1d\x4b\xca\x1f\xa6\x8b\xdd\xa7\x5f\xfb\xf4\x6b\xe3\x20\xa4\x93\x25\x74\xb2\x9c\x74\xa1\x74\x32\x21\xa9\x16\x91\x6f\x1d\xc4\x7b\xf0\xf8\xf2\xaa\x50\x14\x5c\x55\x88\x52\x11\x26\x5a\xde\xc8\x17\x82\x3b\x96\x94\x86\x48\xb9\x63\xc2\x76\x00\x7a\xab\x00\x30\xc1\x92\x52\x07\xf9\xd6\x6a\xa1\x80\x6d\x29\x05\x52\xc0\x84\x64\x53\x7f\x4a\x01\x13\xb6\x94\x82\xb7\x03\x10\xac\xb0\x64\xcb\x53\xca\x0a\xcb\x77\xd8\x7a\x1a\xe1\x6c\x0a\x26\x57\xba\xce\x2c\x93\x4b\xd8\x12\x0f\x64\x72\x25\xb4\xad\x64\x47\x7a\x4a\xdb\x12\xb6\x63\xa5\xb4\xad\x84\xaa\x95\x6c\x66\xca\xb7\xf3\x4a\x60\x53\x6f\x38\xdf\xce\x2b\xdf\x28\x13\x9b\x99\xf2\xad\x32\xc1\xe4\xda\x37\x5f\xdb\xf9\x0c\xb4\xad\xe4\x70\xbd\x94\xb6\x25\xec\x1b\xcb\x22\xd2\xb6\x12\x8e\x56\xba\xce\x2c\x47\x4b\xd8\x94\x1d\xce\xb7\x83\x19\x90\xec\xc3\x4e\x69\x5b\xc2\xa6\xf4\x76\x4a\xdb\x4a\x2a\x35\x66\x30\x72\xbd\x0d\xc6\x81\x7d\x63\x4e\x2f\x93\x2b\x61\x6f\x25\x25\x1a\xd3\x42\x8e\xc2\xa6\x40\x77\xca\xe4\x12\x92\xed\x53\x29\x93\x4b\xd8\x37\x42\x50\x99\x5c\x09\x47\x2b\x63\xf8\x78\xbf\x63\xf1\x1d\x99\xf9\xbf\x5d\x75\x81\xa3\x95\x2e\x50\xcb\xd1\x12\xb6\xa4\x0f\x6b\x30\x26\xb4\xad\x64\x43\x72\x4a\xdb\x12\x36\x05\x15\xf2\xed\xc0\x08\x47\x2b\x59\xa0\x2e\x39\x5a\x05\x71\x2a\x59\x67\x2e\x6a\x15\x5e\x80\xc7\xbc\x34\xa7\xac\x4f\x58\x30\xa6\x92\xa5\xd8\x92\x12\x25\xec\xdb\x35\xe8\x94\x94\xa8\x82\xf3\x94\x6c\x40\xaa\x5b\x78\x63\x60\xdb\x8b\xc7\x33\xe9\x2e\xaa\x18\x66\x7c\x44\xa7\x22\xfc\xea\xf2\x46\x1f\xcf\x68\xc5\x66\xb9\xf2\x10\x78\x61\xdf\xd6\xfe\xee\x50\x5c\x96\x42\xac\x9b\xfa\xb1\x79\x6e\xd9\x46\xf5\x63\xf3\x26\x65\x17\x5c\x9d\x9e\x1c\x62\x57\x9e\xbd\x2e\xec\xdb\x56\xe4\x55\x2c\xcb\x72\x58\x5c\x79\xaa\xba\xb0\x29\x20\x51\x9e\xaa\x5e\x70\xa1\x92\xdd\x33\x25\x17\xaa\x6e\x0e\x1a\xbc\x89\xc4\xa7\x82\x99\x94\xac\x88\x96\xcc\x24\x61\x43\xab\x29\x99\x49\x42\xb2\x67\xa4\xa8\x22\xf8\x81\x7d\xbb\x0c\xb1\x2c\x26\x58\x70\x96\x92\xb5\xce\x3a\x98\x3b\x0b\xfb\xc6\x6b\xc3\x65\xba\x60\x72\x15\x37\xe2\x7f\x84\x4d\x1c\x5b\x52\x9a\x0a\x66\x52\xb2\xeb\xa2\x64\x26\x09\x9b\xaa\xd7\x05\x4b\xe9\x03\xc9\xbe\x85\x92\xac\x24\x6c\xca\x5f\x14\x45\x0a\x2f\xa0\x5d\xa8\xcc\xa1\x7e\x50\xab\x70\x13\x13\x97\xb5\x0a\x0b\x4a\x53\xb2\xd7\xa0\xa4\x34\x09\x1b\xea\x50\x59\x72\xb0\x20\x2b\x25\x6c\xfd\x92\xac\x24\x6c\x22\xe7\xf2\x54\xf5\x3a\x08\x5d\x60\xaf\x17\x55\x04\x3f\xb0\x39\xaa\xbc\x2c\x26\x58\x30\x93\xb2\x7c\x21\x15\x00\x38\xe0\x16\x96\xe7\xa5\x0b\x9b\x8a\xf4\x25\x59\xa9\x28\x20\x98\xf5\x11\xb5\xa2\x66\x5d\x9e\xa6\x32\x98\x15\x34\xa4\x84\x7a\x5d\xd2\x90\x0a\x1a\xd2\x86\xe5\x54\xd2\x90\x0a\x06\x51\xb2\x7b\xa6\x2c\x00\x28\x6c\xaa\xdb\x97\x6c\x22\x21\xa1\xff\x96\x67\x9c\x0b\x9b\x12\x1f\x75\xa8\x72\x1c\x7b\x9e\x35\x78\xed\xf6\x73\x34\x9f\xc3\x46\xb4\x8d\xc0\xf4\x59\x40\x2c\x69\x48\x05\xcf\x28\xe1\xe7\x16\x64\xa3\x0f\x6c\x66\x1a\x25\xe7\xa8\x38\x09\x3d\x39\x6e\xad\x3c\x09\x5d\xd8\x54\x09\x2f\x39\x47\xc5\x89\xe5\x09\xf3\xb6\x86\x9a\x03\x1f\x67\x43\xdb\x2a\xf9\x38\x42\x0c\x4c\x41\x3e\x4e\xc1\xb4\xd9\x54\xe3\x2e\x99\x36\x42\xd6\xe5\x04\x4b\xa6\x8d\xb0\x0f\x5b\xef\xd7\xe6\x5c\xf3\xac\xc5\xb3\xd2\x46\x30\x8e\x1c\xbe\x10\xe3\x48\x51\x6f\x2f\xa1\xb9\x95\xf5\xf6\x0a\x76\xcd\x86\x7d\x55\x50\x6c\x3e\x90\x6c\x49\x29\x99\x36\xc2\x86\x7d\x55\xc3\xaf\x0d\xe1\x26\xa1\x80\x95\x55\xf9\x0a\xf2\xcd\x3e\xec\x1c\xbc\x7a\x41\x85\x49\x38\x5a\x25\x15\x46\xd8\x54\x10\x29\xa9\x30\x42\xc2\x00\x2a\x68\x31\x17\xf0\xd1\xec\x42\x3f\x1a\x90\x7d\x8d\x10\x25\xb1\x45\xc8\xe6\x6b\x5b\x5c\x4f\xd8\x94\x7f\x2e\xb9\x2e\xc5\xf1\xe6\xc9\x8a\x68\x4d\xbf\x23\xb0\x8f\xf0\x59\xa5\xe8\xce\x55\x81\xe8\xa1\x88\x17\x0a\x1f\xcf\x0b\x41\x6c\x49\xd6\x3a\x4b\x62\x8b\xb0\x8f\x54\xe4\xe3\x83\x5f\xf4\x46\xbf\xf6\xd4\xf8\x92\x46\x68\x7c\x90\x3e\xb2\x71\xf4\x92\x3e\x84\x4d\xb1\xdd\x92\xf4\x51\x70\x37\xb2\xf1\x85\x72\x37\x84\x0d\x21\xab\x2c\x3c\x57\xf0\x35\x92\xbc\x73\x59\x65\xae\x38\xc3\x7a\x33\xa9\x2a\xcf\xb0\x2e\x2a\xcb\x25\x89\xe1\x9a\x7e\x8e\xe9\xe7\x60\x98\xb2\xca\x5c\x41\xd4\xc8\x75\xd0\x85\xfd\x79\x3c\x8a\x79\x0d\xeb\x25\x51\xa3\x20\x6a\x24\xf9\xce\x92\xa8\x51\x61\xaf\x5e\xc3\x7a\xc9\xca\x28\x0e\xac\x4e\x56\x1b\xcb\x03\xab\x85\xcd\x39\x01\xe5\x81\xd5\x05\x51\x23\xc9\x18\x96\x44\x8d\xa2\x16\xdd\x66\xb2\x57\xd6\xa2\x2b\x88\x1a\xc9\x99\xcc\x25\x51\xa3\x20\x6a\x6c\x26\x7b\x25\x51\xa3\x38\x64\x3a\xc9\xb9\x95\x87\x4c\x0b\x9b\x33\x07\xca\x43\xa6\x0b\x26\x45\xb2\xda\x58\x32\x29\x84\x0d\x35\xad\x64\x52\x14\xb4\x89\x5c\xc5\x2f\xea\x90\x43\x87\xbc\x15\xa1\xab\xf0\x1a\x72\xd5\xf7\x17\xa8\x4b\xda\x83\xb0\x0f\x46\x54\x8b\xd0\x15\x4c\x88\x5c\xf6\x9d\xfa\x01\x6c\xe6\xa8\xe5\x89\xd0\x42\x2e\x7b\x85\xa9\xa6\xb0\xa9\x1d\x53\x91\xf6\x1d\x53\x4d\x4e\x8a\x2d\xf9\x12\xc2\x86\x51\x57\xf2\x25\x2a\x88\xcb\x96\x8d\x28\x3f\x4d\xf9\x8b\xde\xe8\x2f\x36\xdd\xc9\xc0\x68\x5d\x3a\x61\x53\x2d\xb9\x42\xc5\x82\xe3\x90\x2c\xaf\x97\x1c\x07\x61\x53\x2d\xb9\xe4\x38\x14\x2c\x83\x64\xcb\x40\x79\x00\xb3\xb0\x29\x4d\x53\x32\x0e\x0a\x2e\x41\xee\x6b\x0a\x5c\x72\x09\x84\x4d\xb5\xe4\xb2\xb2\x5b\x91\xc6\x4f\x8e\x52\x2c\xd3\xf8\xc2\xa6\x5a\x72\x99\xc6\x17\x92\x93\x99\x2a\xfd\x80\xc0\xa6\x5a\x72\x99\xba\x2f\x92\xf2\x49\xcd\xb6\x32\x29\x2f\xec\x81\x13\x4c\x3d\x31\x69\xed\xe4\xfc\xa6\x32\xad\x2d\x6c\x4a\xe6\x54\x6a\x75\x40\xb2\x18\x59\x66\xba\x85\x0d\x4f\xb1\xd2\xfe\x4a\x22\xa3\xed\x6b\x1b\x19\x71\x5e\xf1\x1e\x58\xb0\xe7\x15\x0b\xc5\x1a\x59\x99\xe9\xae\xba\xdc\x5b\xb1\x20\x56\xa5\x7b\x03\xf6\x60\x44\xf5\x08\xe3\xe2\x8c\xe1\x62\x41\xac\x3c\x63\xb8\xa8\xe6\xb6\x39\xdf\xa2\xac\xe6\x26\x14\x8b\x45\x55\xc6\x4f\xc0\x1e\x9f\xc7\xf3\xda\xa4\xc8\x0b\xda\x7b\x99\x22\x2f\xd2\xe2\x9b\x1a\x40\x55\x86\xc9\xa4\xb5\x8b\x45\x9d\x32\xad\x2d\xec\x61\x23\x8c\x79\x38\xf8\xb7\x58\xca\xa8\xf2\x0b\x95\x9f\x83\x81\xd1\x1c\x76\x91\xb0\x2e\xa6\xe6\x65\xc2\x5a\xd8\x10\x2f\xcb\x84\x75\x91\x2b\x2e\xa6\xd3\x65\xae\xb8\x48\x9a\xee\x71\x5c\x3d\x61\xd2\xb4\x48\xdc\xed\x81\x27\x36\x71\x57\x14\x81\x2a\x6a\xcd\x97\x45\xa0\x8a\x23\x44\x37\x35\x5e\xca\x23\x44\x8b\x5c\x5e\x41\xa0\x2d\x73\x79\xc2\x66\xe6\x5f\xe6\xf2\x8a\xba\x50\xa5\x8f\xb5\x2e\x94\xb0\xa9\x04\x53\x9e\x04\x5a\x9c\x04\x5a\x07\x73\x08\x4f\x02\x2d\xaa\x47\xed\x49\x47\x5b\x3d\xaa\x28\xef\x54\x3a\x05\x33\x7e\x45\xb1\xa6\xd2\x3a\x96\xe1\x06\xb0\xe1\xda\x95\x85\x9b\x6a\x5d\x5f\xb8\xa8\xd9\x5d\x4b\x87\x0a\x6c\x96\x1f\x6a\xf9\xb5\xa9\xd2\x54\x7e\x5a\xab\x34\x09\x9b\x82\xaf\x65\x95\x26\xa1\xe0\xae\x96\x55\x9a\x8a\x93\x40\x37\x05\x5f\xcb\x93\x40\x8b\x73\x3d\xaf\x98\x08\x11\xaf\xcd\xb9\x9e\x9b\x82\xaf\xb5\xc2\xd6\x5f\x3e\xb6\x28\xbd\x5d\x26\x27\x85\x0d\x07\xb0\x3c\xd0\x53\x28\x0a\x37\x95\xf9\xca\x22\x13\xb9\x27\x8a\x69\x26\xb2\x48\x3b\x16\x2b\x5e\x65\xda\x51\xd8\x14\xc0\x29\x6b\x39\x09\x45\xc1\xe9\x32\x13\x29\x6c\x8a\xb4\xd6\x32\x58\x22\x13\x59\x90\x53\xcb\x4c\xa4\xb0\xe1\x13\x96\x99\xc8\x22\x63\x58\x1c\xa9\x52\x66\x0c\x85\x4d\x91\xd6\xb2\x58\x93\x50\xa3\xbc\xca\x46\x24\x0a\x30\x11\xa9\x98\xeb\x52\xb3\x2b\xfc\x42\x34\x14\xf1\x8b\x76\x8e\x3e\x1a\x28\x8e\x41\x29\x0f\x07\x15\x36\x85\x79\x6a\x19\x8b\x01\x45\x75\xe9\x5a\x2a\xe6\x52\x31\x19\x3e\x97\x8a\xc9\x79\xa1\x45\x75\xe9\xf2\xbc\x50\x61\xb3\x40\x54\x9e\x17\x2a\x14\x14\xd6\xb2\xae\x94\xb0\xa7\x9f\xc3\xd8\x02\xa8\xd1\x8a\x7c\x47\x95\x7c\xd2\x85\x2a\x39\x99\xd0\x2b\xba\x43\xa4\x62\x32\xe9\xa6\x6e\x6b\x59\x44\xaa\xa8\x18\x55\xd4\x82\x2a\x2b\x46\x15\x55\xa2\x36\x75\x5b\x6b\xe9\xf8\x80\x1a\x8c\x7c\xa6\x53\x85\xcd\x49\x1f\x65\xc5\xa8\x22\xc3\x5a\x90\x66\xcb\x0c\xab\xb0\x67\x7c\xbf\x06\x75\x99\x80\x2d\xf2\xa8\xc5\xa2\x5f\x99\x47\x2d\x4a\x3a\x6d\x2a\x18\x95\xa7\x82\x0a\xa5\xd5\x6d\x2d\x05\xd8\x14\x7f\x2d\x2b\x3e\x15\x85\x9b\x4a\x7b\xb2\x70\x93\xb0\xa1\x8d\x96\x85\x9b\x84\x52\x8b\x3c\x3b\x54\xd8\x14\x7f\x2d\x33\xb7\x45\xb6\xb6\xd4\x0f\xcb\x3b\x09\x1b\x72\x69\x59\xde\xa9\xa8\xbf\x54\x7e\x79\xeb\x2f\x09\x9b\x12\xb1\xc5\xa1\xa1\x17\xec\xeb\x2a\x1f\x9f\x9f\x1b\x31\x6a\xb4\xdb\x83\x42\x8b\x34\x6d\xb1\xe8\x57\xa6\x69\x85\xfd\x37\x91\xad\x2f\x7e\xb1\x14\xf9\x8b\xaa\x1f\xfe\xda\x9a\x49\x42\x51\xb0\xb5\xac\x99\x24\xec\x99\x8a\x6c\x04\x4a\x3a\x51\xf8\x5d\x9f\x46\xa0\xa4\x49\xaf\xaa\xa4\x40\x51\xb0\xb5\xcc\xef\x16\x99\xdb\xcd\x32\x63\x99\xb9\x2d\xb2\xb5\x9b\x32\x4a\x75\x37\xf6\x04\x0a\x42\x68\x59\xd4\xa8\xee\x7a\x4f\xe2\x58\x2b\x18\x15\xb5\x89\x8a\xda\x44\x65\x6d\x22\x61\x53\x4e\xb4\xac\x4d\x54\x94\x18\x2a\xca\x3d\x96\x25\x86\x84\xcd\xca\x63\xdd\x9d\xf9\x53\x4f\xa8\x02\xb7\x6b\x3d\x21\x61\x4f\x22\x36\xeb\x09\x15\xf5\x84\x0a\x2e\x66\x59\x4f\x48\xd8\xac\x4f\xd6\x5d\xf7\x46\x3d\xa1\x62\xa9\xab\xac\x27\x24\xec\x49\x5c\x77\xd7\x4b\x51\x3c\xa8\x58\xea\x2a\x8b\x07\xd5\x5d\xdb\x24\x26\xbe\x6b\x9b\xe4\x8a\x8b\x43\x36\xca\x5c\x71\x91\xf2\x2d\x2a\x51\x95\x29\x5f\x61\x43\x67\x2d\x0b\xe0\x14\x99\xdf\x8a\xa5\xe8\xae\xe8\xce\x55\x1b\x11\x2f\xc4\x49\x8f\x45\x69\x9b\x7a\xd8\x5f\xc0\x66\xc9\xb2\xac\x76\x53\x54\xa8\x29\x2a\x2b\x95\x15\x6a\x84\x4d\x95\xa6\x7a\x18\xd7\x51\x5c\xa6\xa8\x60\x54\x8f\xf8\x88\x1e\x5c\x35\x10\x3d\x15\x5d\x5d\x48\xed\x99\xb2\xf6\x8c\xb0\x29\x56\x59\x0f\xbb\x90\x7a\x31\x45\xa1\x99\xb2\x5e\x8c\xb0\xfd\x42\x0f\xad\xe3\x41\x17\xba\x4a\xf5\xb0\x0b\x81\x4d\x49\xcb\x32\x7d\x5c\x54\x95\x29\xd8\x7d\x65\x55\x19\x61\xb3\x94\x5a\x26\x86\x8b\xea\x2d\x45\x95\x94\xb2\x7a\x8b\xb0\x29\x69\x59\x66\x5b\x8b\x6c\x6b\xb9\x66\x64\xb6\xb5\x28\xd5\x52\xd0\xdc\xca\x52\x2d\xc2\x66\x0d\xb6\x9e\xc6\x75\x94\x6a\x29\x8a\x3e\x94\xa5\x5a\x8a\x22\x2c\x1b\x92\x70\x59\x84\xa5\x9e\x68\xb4\x4b\x3f\x4f\x35\x1a\xd8\xac\xc1\xd6\xd3\x2f\x44\xa9\x96\xa2\x24\x41\x59\xaa\xa5\x38\x37\x71\x43\x25\x2e\xcf\x4d\x2c\xd2\xbc\x45\x49\x82\xb2\x2e\x4b\x99\xdf\x55\x7d\xcd\xef\x0a\x05\x35\xad\x2c\xc2\x22\xec\xc0\x7f\x99\xf2\x2d\x8e\x3c\xac\x42\xbf\x9e\x7a\x39\x60\xab\xe4\xa6\x7c\x8b\x94\x6f\x71\x8e\x44\x99\xf2\x15\x36\xb5\x30\xcb\x82\x2e\x45\x6a\xb6\xa0\xa6\x95\x95\x4d\x84\x4d\xe1\xcb\x32\x4d\x5b\xa4\x56\x8b\x9a\x25\x65\x6a\x55\xd8\x90\x97\xeb\xd9\x9f\xab\xae\x71\x97\x9a\x25\x65\x65\x13\x61\x53\xa6\xab\x4c\xc0\x16\x49\xd7\x2b\xd2\x44\x64\x53\x99\x3b\x53\x1e\xb3\x4c\xc0\x16\xa9\xd5\x62\x6f\x6c\x99\x5a\x15\xb6\x26\x6a\x6a\xb5\xc8\xa3\x16\xfb\x46\xcb\x44\xa9\xb0\x29\x8f\x59\x2f\x3f\x2d\x05\x4e\x0a\xa2\x58\x79\x38\x5f\xbd\x98\x2e\x51\x1e\xb3\x5e\x7e\x5a\x92\xa3\xc5\x9e\xca\xb2\xd8\x89\xb0\x5d\xd9\x36\x51\x2a\x14\x95\x4d\xca\x44\xa9\xb0\x83\x61\xce\x92\x28\x42\xb1\x5b\xb2\x2c\x89\x22\x6c\x4a\x6d\xd6\x4b\xab\x05\xaa\xb6\x37\xde\x15\x61\x30\x61\x23\x1e\x8a\x68\xfd\xfe\xfe\xbe\xe2\xb2\x88\x8a\xb0\xa9\x67\x56\x16\x51\x29\xce\xfe\x2b\x8e\xaf\xaf\x97\x5a\xf4\x22\x6f\xe3\x1a\xfd\xcb\x41\x96\x83\xfe\x8a\x4d\x8b\xf5\x52\x3f\x5e\x7a\x03\x46\x41\x0f\xfd\x2b\x52\xbe\xc5\xbe\xbc\x32\xe5\x2b\x6c\xca\x63\x96\x29\xdf\xa2\x62\x4a\xb1\xff\xad\xac\x98\x22\x6c\x6a\xa3\x95\xe7\x00\x16\xf5\x4b\x8a\xdd\x68\x65\x81\x12\x61\x73\x74\x52\xbd\x1c\xf2\x5e\xd7\x68\x55\x8d\xfa\xbd\x8c\xa5\x80\x4d\xa9\xcd\x7a\x19\x4b\x91\x87\xad\xf6\x85\xd4\xa2\x57\xd3\x9d\x8c\x82\xe4\x67\x2f\xb8\xba\x93\x4d\x43\x65\xb6\xb5\x48\x81\x16\xbb\x7a\xea\x74\x4c\x02\x36\xd5\x37\xcb\x42\x20\x45\xf1\x8f\x62\x6f\x46\x9d\x76\xf4\x69\x47\x33\xdf\xb5\x10\x48\x9d\x84\x2e\x1c\xc7\x5e\xa7\xbd\x4a\x12\x70\x53\x7d\xb3\x4c\x02\xd6\x9b\x24\x33\x05\xcb\xea\xad\x3d\x91\x45\x29\xb6\xc8\xb7\x59\x94\xe6\x40\xaa\xda\x57\xaf\xb6\x07\x52\x09\x9b\x6a\x24\xed\x81\x54\xcd\xb6\xf6\xda\x57\x4f\xb4\xdb\xda\x9b\x43\x95\x36\xab\xd1\x7d\xc3\x13\xf7\x8d\xd3\xcb\xa1\x9c\x34\x87\x2d\x5d\x70\x7d\x5a\x56\x57\xdb\x03\x96\x84\xe6\x08\xe3\x26\xcd\xf1\x81\x0d\xfb\xb3\xcd\x76\x34\x07\x2c\x35\xb3\xe2\xf6\x80\x25\x61\x53\xb1\xa0\x3d\x60\xa9\xd9\x1f\xde\x90\x23\xda\xfd\xe1\xc2\xa6\x62\x41\xbb\x3f\xbc\xd9\x13\xde\xb7\xa1\xc8\x5f\x2c\x7f\x91\xa6\xb6\xbf\xc8\xb1\xfa\x94\x3d\x6f\xb7\x8c\x0b\x9b\x8a\x05\x6d\xe6\x44\xe8\x9b\x5d\xd8\xb6\x8b\xc8\x99\x8a\x05\xed\xc6\xf2\x26\x99\xd2\x50\x0a\xda\x64\x8a\xb0\xcb\x8e\x6e\xdb\xd5\xb4\x8b\xce\x31\xbf\xd2\x6c\x06\x6f\x38\x47\xed\x66\x70\x61\x53\xc4\xa0\x3d\x99\xa9\xc9\xc2\x34\x99\xee\x36\x0b\x23\xec\xfa\x88\x9e\x8a\x5e\x5c\x55\x88\x4e\x45\x27\x57\x05\x22\x7a\x82\x34\x4b\x93\x77\x6e\xb7\x8c\x0b\x9b\x52\x07\x4d\xfa\xe5\x02\x5e\xa8\x78\xfc\xf4\xf1\xd3\x17\xe2\xf1\xa8\x6f\x93\x39\x69\xd2\xa1\x6d\xe6\x44\xd8\xf8\xeb\x26\x8b\x72\x01\x5d\xd8\x8a\x7c\xa1\xb0\x0b\x17\xa2\xbb\xa2\xe7\x75\xd5\xe2\xf1\xe1\xe3\xf1\x13\x65\x53\xc3\x17\x0a\xba\x70\xdf\x10\xf9\x42\x4c\x22\xf1\xfd\x6d\x7e\xa5\x39\xa0\xa9\x49\x64\xf5\xa1\xae\x02\x9b\xaa\x56\x6d\xca\x45\x68\x4e\xfc\x6d\x53\x2e\xc2\x2e\x5f\x3b\x6d\x04\x47\xe1\x93\xbe\x69\x0f\x6b\x12\x36\xd5\x13\x9a\x83\x9b\x2e\xe0\x59\x07\x37\xaa\x98\x87\x8a\x59\xde\xf8\x79\xd6\xd5\x7a\xf6\x74\xf7\xa1\x62\x9a\x72\xa1\x7a\x42\x9b\x72\x69\xf2\x2b\xcd\xe1\xa0\x6d\x7e\x45\xd8\x54\x4f\x68\xf3\x2b\x42\x53\x84\xbc\xcd\xaf\x08\x1b\x8a\x73\xbb\xa7\xbb\x0f\x14\x93\x74\x44\x1f\x2a\x26\xf9\x95\x4d\xf5\x84\x36\xbf\xd2\x83\x99\x59\xf5\x40\x44\x47\xb3\xd1\xba\x61\x39\xf5\x98\x5e\xa5\x9a\x5c\x83\x59\xbb\xe9\xba\x39\x73\xa9\x61\x39\xb5\x67\x2e\x09\xbb\x96\x22\x1a\xc1\xae\xe8\xa6\xb2\x77\xbb\x2b\x5a\xd8\x14\x08\x68\x77\x45\x37\x1b\x9a\x9b\xe5\xf5\x1e\xaa\xc9\x50\x4d\x16\x4d\x8d\xcf\xb3\x78\xa1\x75\x43\xf4\x54\x44\xeb\xb7\x22\x5b\x8f\x9a\xb0\xa8\xd3\xe6\x6a\x84\x4d\x7e\xa5\xcd\xd5\x34\xa7\x29\x35\x0b\xd4\xed\x69\x4a\xc2\x66\xf8\x6c\x36\x4d\xff\xd8\x64\x61\xfa\xf0\xf1\x7e\x6d\x60\x53\x6c\xa0\xcd\xc2\xf4\xb8\xbe\x70\xb3\xd0\xd7\xec\x6a\xfe\xc0\x86\x12\xde\x6e\x6e\x6e\x36\x21\x37\x4b\x65\xed\x49\x45\xc2\xae\xfd\xfd\x6a\x5b\x6d\x92\xa6\xd9\x5e\xdc\x63\xd0\x6c\x3d\x8b\x19\x19\x2a\x16\xb4\x19\x19\xa1\x39\x35\xad\xcd\xc8\x34\x67\x08\x35\xfc\xa5\xf6\x0c\x21\x61\x73\xa4\x53\x4f\x2d\x98\x9c\x48\x73\x2c\x6c\xbb\x33\x57\xd8\x94\x3a\x68\x77\xe6\x0a\xcd\xd9\x57\xed\xce\x5c\x61\x13\x0f\xf4\xf4\x03\xb2\xe7\xb6\xa9\x7a\xdd\xee\xb9\x15\x36\x05\x11\xda\x03\x83\x9a\x03\x83\x7a\xa0\x32\x1e\x18\x24\x6c\x0a\x22\xb4\x07\x06\x35\x29\x97\xe6\x40\xaa\xf6\x28\xa0\x66\x83\xed\x26\x1b\xd6\x6e\xb0\xed\x79\x0d\x1a\x3d\x3f\xa2\xcf\x8d\x77\xae\x4a\x44\x0f\x45\x0f\xae\xe2\x17\x35\x57\x60\x53\x10\xa1\x4d\xe5\x34\xe9\x9b\x66\x4d\xb1\xdd\x86\x2b\xec\xf6\x46\xcd\x15\x68\x0e\x91\x6a\xb3\x3b\xc2\x6e\x94\x81\x4c\xcf\x05\x4f\xae\xa2\x57\xfd\x68\xc0\x6e\x1f\xef\x47\x03\x9a\x65\xb3\x36\x95\xd3\xa4\x6f\x9a\x35\xb2\x76\x83\xad\xb0\x49\xdc\xb5\xa9\x9c\x26\x49\xd3\xec\xa6\x6d\x93\x34\xc2\xa6\xb8\x42\x73\x9e\xd0\x05\x3c\x2b\xb8\x6a\xfa\xac\xe9\xb3\x14\xf9\xac\xe0\x85\x18\x2b\x43\x17\x0e\x6c\x8a\x2b\xb4\x79\x9b\x26\x0b\xd3\xec\x6d\x6d\xcf\x10\x12\x36\x41\x5c\xbb\xb7\xb5\xd9\xa2\xda\xac\x22\xb4\x5b\x54\x9b\x33\x84\x76\x5f\xb3\xbc\xf6\x0c\xa1\x0e\xd4\x84\xfd\xa8\x1d\xaa\x49\xa8\x26\x58\x8a\x07\x06\x75\xf8\x69\x17\x2f\xe4\xa7\x0d\x3f\xed\x41\x53\xfd\xb4\x6c\x18\x6d\xb8\x3d\xed\x86\x51\x61\x53\x5c\xa1\xdd\x30\xda\x6c\x18\x6d\xb8\x3d\xed\x86\x51\x61\x13\x5c\xb6\x67\xf5\x34\x69\x92\x66\x72\xdb\xa6\x49\x9a\x03\x74\x9a\x83\x0b\x3a\xed\xfb\x64\x6a\xde\x1f\x11\xaf\x4d\x4e\xa4\x21\xcc\xb4\x39\x91\x66\x7f\xe5\x26\x8f\xda\xee\xaf\xec\xbc\x9c\x60\x53\xfd\xb7\x53\x27\x08\xec\x1e\x89\x28\x15\x5d\x96\x46\xd8\xd8\x66\x4e\x84\x4d\x25\x85\x36\x73\xd2\xa4\x49\x9a\xed\x8c\x6d\x9a\xa4\x49\x8d\x6c\xca\x04\x76\xea\xf1\x80\x0e\x46\x88\xb4\xef\x39\x13\x67\x93\xa6\x6d\xcf\xc4\xe9\xc4\x1e\xa9\xfe\xdb\xa9\x3d\xa6\xf6\x38\x15\xf9\x42\x0c\x9f\x70\x68\x3a\x1d\x3e\x81\x4d\xbd\x85\x76\x1f\x64\x67\xd1\x5f\x7c\xb4\xd4\x55\x72\x4c\xce\xa6\xde\x42\x7b\x4c\x4e\xa7\x1f\x0d\xe7\xec\x46\x45\x61\x53\x2a\xa1\xcd\xe8\x34\xe9\x9b\xa6\xb2\x6e\x9b\xbe\x11\x36\x9b\x60\xda\xf4\x4d\x93\xbe\xe9\xc4\x03\x98\xbe\x11\x36\xf5\x09\x3b\x35\x3e\xd2\x37\x4d\x39\xe3\x36\x7d\xd3\xa4\x6f\x3a\x51\x4c\xd3\x37\xc2\x6e\xa2\x3f\xd3\x37\xcd\x16\xc6\x26\xcc\xee\x52\x01\x80\xcd\x39\x6f\x5d\x2c\xd7\x08\x4d\xc5\xdf\x2e\x75\x02\xd8\x64\xa7\xbb\x8c\xeb\x48\x05\x35\xb5\x7c\xdb\x54\x90\xb0\x99\x96\x74\x19\xd7\x91\xeb\x69\x56\x4a\xba\x34\x64\x60\x37\x86\xec\x6e\xc9\xae\x49\xeb\xf9\x42\xe5\xe8\x4c\xde\x67\x37\xf1\xa6\x79\x9f\x66\xa3\x62\x53\x4f\xb6\xdd\xa8\x28\x6c\xb6\xda\x74\xe9\xef\x81\x86\xcf\xd3\xa5\x6d\x97\xb6\x4d\xf4\x67\x76\x48\x68\xf8\x3c\x5d\x6a\xa1\x09\xa3\x46\x57\x4d\x18\x35\x19\xa1\xce\xcf\x8d\x36\x82\x08\x84\x4a\x0c\x6d\x2a\xa8\x39\xd7\x65\x93\x22\x6f\xcf\x75\x69\x76\xb3\x35\xe5\xe9\xda\xdd\x6c\xcd\x0e\xb6\xcd\x8e\xe1\x66\x1b\xdb\x07\x9a\x4d\x69\xed\x6e\x36\x61\x93\xfc\x6e\x77\xb3\x35\xfb\xd4\x9a\xba\xad\xed\x3e\x35\x61\xaf\xcf\xe3\x31\x18\x8e\x67\xe9\x9a\xeb\xdf\x0f\xc5\xeb\xf8\xff\x8d\xc4\x1e\xde\x22\x6c\x36\x0c\x77\x6b\xc0\x40\x53\xb2\xad\x3d\xcf\xa5\xd9\x11\xb7\xd9\x30\xdc\xee\x88\x6b\xb6\xbf\xb5\x93\x16\xb7\xbf\x35\x5b\xde\xf6\xf2\x45\x0c\x6c\x38\xa9\xa5\x9d\x09\x78\x52\x4b\x73\x3a\xcb\x5e\xbe\x88\x06\xcc\xe9\x2a\x6d\xc4\xed\xe9\x2a\xc2\x5e\xd8\xa1\xdb\xdf\x9a\xc4\x5a\x73\xe4\x64\x9b\x58\x13\x46\xa3\x0b\x24\xd9\x7e\xec\xc6\xc2\xa8\x73\xd5\xdd\x1f\xd1\xe0\x59\xf4\xa6\x16\x46\x9a\xac\x59\x89\xe8\xd6\x79\x02\x1b\x92\x40\xb7\xce\x93\x94\x59\x1b\x24\x99\x32\x6b\xce\x3a\xd9\x6c\x2b\x6e\xcf\x3a\x11\x8e\xc1\x6b\x9b\x45\x13\x0e\x07\x7a\xb3\x68\xc2\xc1\xa1\x8f\xbd\x58\xea\x6c\x12\x6b\x9b\x0d\xc3\x6d\x62\x4d\x38\xe2\xf3\xac\x97\xa2\xd7\x25\x22\xc4\x5b\x46\xb6\xc0\x66\x0f\x71\x2f\x87\x4a\xe0\xd0\xc2\x3c\x5d\xa5\x39\x51\x65\xb3\x87\xb8\x97\xda\x07\x1c\xd4\x71\xec\xa5\x85\x01\x87\xb3\x8a\xa5\x42\x02\x9b\x0d\xc3\xed\x19\x2c\xc2\xa1\x5b\x34\xbb\xd7\xa4\xf2\xf6\x42\x01\x4c\xe5\x09\x07\x7b\x75\x7b\x19\x4b\x9b\xdd\x63\xc3\x70\x9b\xdd\x13\x0e\x36\xf5\xf4\x72\x18\x21\xc9\xb7\xd9\x0a\xdc\xcb\x18\x0e\x18\xb0\x02\xdb\x84\x9f\xb0\xd9\xe4\xdb\xcb\x21\x1c\x18\x87\xaf\xad\x46\x03\x83\x53\xcf\xdb\x6d\x8c\x6d\x5a\x90\x7d\xbf\x6d\x5a\x50\x18\xe4\x52\xda\xb4\x60\xb3\x67\x71\xb3\xa3\xb7\xdd\xb3\x28\x0c\x96\x60\xdb\x4c\xa1\xb0\xe1\x6c\x34\xfb\x17\x2f\xe0\x90\xf0\xcf\x8d\x7e\x34\x02\x7a\x76\xf4\xb6\xf9\x44\x61\x50\xbc\xbc\xcd\x27\x0a\x7b\xd9\xf7\x0e\x6f\xc0\xd0\x23\x99\x4f\x6c\xb6\x18\x6e\xf6\xfd\xf6\x72\x94\x02\x26\xbb\x17\xda\xe4\xa1\x30\x29\x0c\xd7\x26\x0f\x85\x09\x9f\xbd\x4d\x1e\x0a\xf3\xe6\x17\x72\xd9\x02\x98\x37\x5b\xaf\x59\x99\x16\x64\xe7\x5a\x9b\x16\x14\x26\xb9\xef\x36\x2d\x28\xcc\x69\x53\x1d\x04\x97\x65\xfe\xcb\xab\xec\x42\xeb\x99\x7f\x6e\xb4\x0b\x09\x79\x56\xa3\x13\x86\x3c\xc0\xcc\x8f\xc8\x77\x64\xee\x01\x63\xa5\x4d\x0b\x0a\x93\xda\x67\x6d\x5a\x50\xd8\x30\x56\xda\x5d\x96\xc2\x6c\x15\x53\x0f\xc0\x96\xca\xbd\x98\x4c\xb9\xa5\x52\x08\xe7\x7d\xe6\x13\x85\xe0\x94\xd4\x36\x9f\xd8\xe4\x13\xf7\xd2\x90\x1d\x89\x81\x98\x9f\xc7\xdb\xf7\x96\x9e\xf1\x6b\x1b\x06\x03\x7b\x11\x0e\x98\x62\x14\xc2\xf1\xda\x14\xa3\xb0\xd9\xbe\xdb\xdb\xf1\x1a\x08\xca\xb8\xf7\x76\xbc\xe6\x9c\x9a\xcd\xf6\xdd\xf6\x9c\x1a\x21\x28\x8d\xdd\x9e\x53\x23\x6c\xf6\xea\xf6\xd6\x0d\x01\x41\x99\xdb\xf6\xe8\x1a\x21\x6a\xfe\xfb\xf3\x82\xae\xbf\xff\xf9\xfe\xeb\x0f\x7f\xf7\x0f\xf7\x5f\xff\xf1\xfe\xe7\xf3\xeb\xf9\xd7\xdf\x7e\x3b\x7f\xfe\xfd\xf5\xd3\xf3\xf7\xaf\x3f\x5c\xd2\xaf\xd7\xf9\xfe\xe9\xe7\xf3\xb7\xf3\x2f\xbf\xfc\xf5\xb7\xe7\xf9\xf5\xeb\x2f\xbf\x5e\x77\xf1\xe7\xff\x0e\x00\x00\xff\xff\x4a\x6a\xca\x5f\x91\xad\x00\x00"); -func _ddgbb ()([]byte ,error ){return _g (_dfac ,"GBTpc-EUC-V")};func _fdgb ()(*asset ,error ){_dbda ,_febe :=_ebegf ();if _febe !=nil {return nil ,_febe ;};_bede :=bindataFileInfo {_b :"UniJIS-UTF16-V",_ffe :3426,_ag :_ed .FileMode (436),_ac :_c .Unix (1580492941,0)}; -_egcd :=&asset {_abe :_dbda ,_ece :_bede };return _egcd ,nil ;};func _daab ()([]byte ,error ){return _g (_adgd ,"UniGB-UTF8-V")};func _ffae ()([]byte ,error ){return _g (_abad ,"HKm314-B5-V")};func _fgfg ()(*asset ,error ){_cba ,_dcdbc :=_dbaa ();if _dcdbc !=nil {return nil ,_dcdbc ; -};_agae :=bindataFileInfo {_b :"UniKS-UTF16-H",_ffe :120685,_ag :_ed .FileMode (436),_ac :_c .Unix (1580493035,0)};_debb :=&asset {_abe :_cba ,_ece :_agae };return _debb ,nil ;};func _fdf ()(*asset ,error ){_cad ,_bffg :=_bee ();if _bffg !=nil {return nil ,_bffg ; -};_fdbb :=bindataFileInfo {_b :"Adobe-CNS1-0",_ffe :1587,_ag :_ed .FileMode (436),_ac :_c .Unix (1580491131,0)};_fgc :=&asset {_abe :_cad ,_ece :_fdbb };return _fgc ,nil ;};func (_cb bindataFileInfo )Sys ()interface{}{return nil };var _bbed =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\xd5\x4f\x6b\xe4\x46\x10\x05\xf0\xbb\x3e\x45\x1f\x37\x87\x8d\xbb\xaa\xba\x5b\x2d\x10\x86\x60\xb3\xe0\xc3\x6e\x42\x9c\x7f\x10\x72\x18\x4b\x3d\x66\x20\xd6\x0c\x9a\x99\x83\xbf\x7d\x78\xf5\x34\x0e\xec\x61\x99\x9d\x67\x75\x49\xfe\x3d\x77\xeb\xee\xe1\xe9\xf1\x69\x39\x5c\xc2\xdd\x2f\xeb\x71\x7a\x6e\x97\xb0\x3f\x2c\xf3\xda\xce\xc7\xeb\x3a\xb5\xf0\xd2\x5e\x0f\x4b\xd7\x89\x86\xf9\x30\x5d\x6e\x5f\xfd\x63\x7a\xdb\x9d\xba\x0e\xeb\x9f\xdf\xcf\x97\xf6\xf6\xb4\xec\x8f\xc1\x78\xdd\x7c\x3d\x6d\xd7\x86\x70\xf7\x6b\x7b\x3d\x9c\x2f\xeb\x7b\xf8\xf4\xd3\x7c\x7c\x69\x3f\x84\xb9\xed\x91\xff\xbc\xce\x6d\x3d\x2c\xaf\xe1\xd3\xc3\xb7\x67\xf9\x88\x9f\xaf\xa7\xd3\xbf\xed\xad\x2d\x97\xa0\x9e\xb5\x65\xf6\xcf\xee\xee\xe1\xeb\xee\xf4\x6d\xf7\xd6\xc2\x9d\x4f\xfa\x8c\x75\x9f\x79\x91\xff\xec\x8f\xb6\x9e\x0f\xc7\x25\xc8\x8f\x31\xe6\xff\xe3\xdf\xde\x4f\x2d\xc8\x36\xe3\xaf\xdf\x9f\x1e\xc3\xdf\x12\x24\x06\xcd\xb9\x96\x7f\xb6\xfc\xcf\xaf\xc7\xb9\x85\x78\xbb\xd3\xd3\xe3\xc3\xf1\xba\x5c\x82\xf4\x25\x6e\x4b\x85\xbf\xd2\x74\x9c\xdb\xf9\xb4\x9b\xda\xba\x5b\x5e\x5b\x17\xc2\x18\x63\x8c\xf7\x61\x4c\xe9\xcb\x97\x7b\x3c\xed\x77\x57\x74\x65\xd8\x56\x1e\x66\x26\xb7\x15\x31\xee\xf7\xf7\x21\x76\x63\x14\x7e\x17\x7c\xd7\x5c\xba\x31\x2a\x13\x45\x92\x45\xbb\x31\x1a\x13\x43\xd2\x97\xda\x8d\x31\x31\x49\x48\x24\x6a\xea\xc6\x98\x19\x65\x8f\xb4\x62\x76\x61\x54\x3c\xca\x86\xe1\x3d\xa3\xde\xa3\x7e\xc0\xf4\xca\xa8\xfa\x13\xc4\x84\xf1\x03\xa3\xc1\x23\x8b\x18\xbf\x63\xb4\xdb\x9e\x13\xe3\x5f\x18\xbd\x78\x54\x05\xe3\x27\x46\x13\x22\x8b\x3d\xc6\xcf\x8c\x66\x8f\x4c\x31\xbe\x31\x6a\x1e\xe5\x8a\xf1\x7b\x46\x7b\x8f\x6a\x8a\xdd\x28\x94\x12\x97\x4a\x71\x28\xdd\x28\xc4\x12\xc7\x4a\x96\xb5\x1b\x85\x5a\xe2\x5a\xa9\xc4\xda\x8d\x42\x2e\x71\xae\x54\x4b\xea\x46\xa1\x97\xa4\xcd\x14\xe3\xe9\x25\xee\x95\xad\xc7\x78\x7a\x89\x7b\xe5\x62\x18\x4f\x2f\x71\xaf\x5c\x2b\xc6\xd3\x4b\xdc\xab\x48\xc2\x78\x7a\x89\x7b\x95\x14\x31\x9e\x5e\xe2\x5e\xa5\xa0\x58\xa1\x97\xb8\x57\x19\xd0\xac\xd0\x4b\xdc\xab\x17\x54\x2b\xf4\x12\xf7\xea\x13\xaa\x15\x7a\x49\xdb\xfa\xc7\x78\x7a\x89\x7b\xf5\x03\xaa\x55\x7a\xa9\x7b\x55\x41\xb5\x4a\x2f\x75\xaf\x9a\x50\xad\xd2\x4b\xdd\xab\xf6\xa8\x56\xe9\xa5\xee\x55\x07\x54\xab\xf4\x52\xf7\x1a\x14\xd5\x2a\xbd\xd4\xbd\x86\x84\x6a\x95\x5e\xea\x5e\x43\x8f\x6a\x95\x5e\xea\x5e\xc3\x80\x6a\x95\x5e\x5a\x6f\x7f\xab\x98\x4f\x30\x1d\x98\x25\x94\xab\x14\xd3\x1d\xb3\x1e\xed\x2a\xc9\xd4\xc9\xd0\x3e\x6e\x41\x33\x9d\x98\x29\xfa\x55\xa2\xe9\xcc\x2c\xa3\x60\xa5\x9a\x36\x66\x3d\x1a\x56\xb2\xe9\x9e\x9b\x24\xa2\x62\xa3\x9b\x45\x66\x8a\x8e\x8d\x70\x26\xcc\x32\x4a\x36\xca\x99\xde\x36\x58\xec\x46\x23\x9d\x39\x9d\x58\x44\xcd\x46\x3b\xe3\xde\x34\x43\xcf\x46\x3c\xe3\xe6\xb4\x8c\xa2\x8d\x7a\xc6\xdd\x69\x15\x4d\x1b\xf9\x8c\xdb\x33\x45\x54\x6d\xf4\x33\xfa\x25\x43\xd7\x46\x3f\xa3\x5f\xca\x28\xdb\xe8\x67\xf4\x4b\x15\x6d\x1b\xfd\x8c\x7e\x59\x50\xb7\xd1\xcf\xa6\xdb\xa9\x80\x7b\xd0\xcf\xe8\x97\x0b\x0a\x37\xfa\x19\xfd\x72\x45\xe3\x46\x3f\xa3\x5f\x11\x54\x9e\xb6\x33\x90\x7e\xc5\xd0\x79\xa2\x5f\xa2\x5f\x29\xe8\x3c\xd1\x2f\xd1\xaf\x54\x74\x9e\xe8\x97\xe8\xd7\x0b\x3a\x4f\x69\x3b\x53\xa7\x88\x2c\xc5\xea\x27\xeb\xed\x04\xc5\xff\xf1\xfe\xf9\x78\x23\x4c\xd7\x75\x6d\xcb\xc5\xdf\x3e\x7e\xe8\xe3\xcc\x3e\x2c\xed\xe3\x4d\x76\x3a\x9e\xb0\xca\xff\xfd\x17\x00\x00\xff\xff\x1b\x84\x37\x93\xf5\x06\x00\x00"); -func _gcecb ()(*asset ,error ){_egae ,_adeg :=_dcbg ();if _adeg !=nil {return nil ,_adeg ;};_dgfc :=bindataFileInfo {_b :"UniJIS-UCS2-HW-H",_ffe :472,_ag :_ed .FileMode (436),_ac :_c .Unix (1580492901,0)};_ddeb :=&asset {_abe :_egae ,_ece :_dgfc };return _ddeb ,nil ; -};var _ggbd =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x84\x9b\x5b\xab\x26\xd7\x71\xf7\xef\xf7\xa7\x78\x2e\xfd\x5e\xf8\x55\xaf\x63\xad\x82\x61\x83\x91\x2c\x22\x07\xc7\xc1\x8a\x93\x40\xc8\x45\x1f\xaa\xc5\x40\xb4\x67\x98\x19\x41\xfc\xed\x43\xfd\xfe\x8f\x95\x44\x04\x64\x30\xa5\xf9\x3f\xd5\xd5\xb5\x6a\xd5\x71\xad\xde\x5f\x7d\xfd\xdd\x37\xdf\xbd\xbd\xff\xf2\xf8\xea\x1f\x3f\x7d\x38\xbf\x8f\x2f\x8f\xfb\xfd\xdb\xf5\x29\x3e\x7f\xf8\xe9\xd3\x19\x8f\x23\x7e\x78\xff\xf6\xf2\x52\xea\xe3\x7a\x7f\x7e\xf9\xdb\x3f\x21\xe7\x8f\xfb\xc7\x97\x97\x7c\xfe\xfb\xbf\x7e\xfe\x12\x3f\x7e\xf7\x76\x7f\x78\x34\xf1\x5d\x3f\x7d\x7c\xf2\x3e\x1e\x5f\xfd\x39\x7e\x78\xff\xf9\xcb\xa7\xbf\x3e\x7e\xf3\xbb\xeb\xc3\x11\xff\xef\x71\xc5\x9d\xf8\x9f\x3e\x5d\xf1\xe9\xfd\xdb\x0f\x8f\xdf\xfc\x61\xff\xb8\xbf\x95\x9f\x7f\xf8\xfe\xa7\x8f\x1f\xff\x23\x7e\x8c\xb7\x2f\x8f\x0a\x16\x6f\x17\xf4\xe5\xab\xaf\xff\xb8\x7f\xfc\x87\xfd\xc7\x78\x7c\xf5\xfb\xff\xfc\xf2\xdb\x3f\xff\xfd\xf7\x7f\xf8\xed\xdf\xf1\x13\xbf\xfc\x73\x7c\xfa\xfc\xfe\xc3\xdb\xa3\x94\xff\xbf\x6d\xf3\xbf\xf1\x7f\xfa\xeb\xc7\x78\x94\xa7\x88\xbf\x7c\xf7\xcd\x9f\xee\xfb\x73\x7c\x79\xd8\x26\x96\x7f\xfd\xcb\x77\xdf\x3c\xfe\xad\x3c\xca\xf6\xa8\xa3\xb5\xfa\xef\x4f\xce\x7f\xf9\xe3\x87\x2b\x1e\x62\x7a\xe9\x5a\xd0\xf9\xe1\x8a\xcf\x1f\xf7\x33\x3e\xed\x6f\x3f\xc4\xcb\xe3\xf1\x6e\xdb\x5e\x1f\x8f\xc7\xbb\xb5\xbd\xe6\xbf\x56\xe9\xdb\xeb\xe3\x9d\x7f\xfb\xed\xd7\xfc\xfb\x77\xfa\xf5\x9b\x6f\xf9\xd7\xef\x37\x7e\xfd\xf6\xeb\xfc\x35\xde\xae\x5f\x48\x7b\x29\x7a\xc9\xdb\x87\x2f\x57\xdc\xc2\x90\xff\xae\xdc\xaf\x8f\xda\x4a\x3e\xf3\x3f\x7f\x7c\x29\xdb\xf6\xd4\xeb\xfd\xf5\xe4\xaf\xc9\x6f\x91\xaf\x7d\x3c\x78\xe8\x6f\x4a\xad\x02\x3c\x5b\x4b\x68\x09\x5a\x2b\x21\x9f\x40\x2e\xc8\x5f\x1f\xd6\x6d\x01\xed\x40\xfb\xf9\xfa\x78\xd8\x96\x5c\xb5\xdf\x09\xd5\x91\x0f\xda\xda\x12\x9a\xc8\xaa\xe6\x09\x39\xd0\x2a\x40\xbe\xbf\x3e\x1e\xab\xf0\xa0\xeb\xc1\xbb\x24\xd4\xeb\xcb\xbb\xd5\xa4\x57\x43\x2f\xaf\x23\x21\xe9\xd5\x7c\x26\xb4\x52\x89\xa6\x07\xdb\x31\x5f\x1f\x65\x2b\xb9\xa0\x76\x08\xba\x80\x5a\x3e\xd8\x25\xab\xa7\x2e\x65\x1b\x9e\x90\x09\x4a\xf1\x65\xf3\x7c\x63\x97\xf8\xee\xe5\xf5\x51\xca\x66\x2f\xef\xd6\xd0\x83\x03\x25\x6a\x4b\xae\x21\x2e\xc8\xa3\xb1\xa0\xa1\x05\x0d\x87\x0b\x7b\x0d\xe9\x35\xae\x2b\xb9\x2a\xb2\xae\x00\xba\x4f\x1e\x4c\x55\xa7\xc4\x4f\xc4\xf7\x9a\xe2\xa7\xc4\xcf\x54\xe2\xd1\x57\x6a\x3f\xbd\x0a\xaa\x88\x17\xd4\x04\xe5\x83\x63\xcb\x4d\x9b\xbb\xb8\xe2\x62\x87\x72\x8d\x26\xf1\x36\x12\x1a\x23\x1f\xb4\x81\x5e\x66\x23\x21\xc4\x9b\x85\xa0\x78\x7d\xac\x56\x53\x96\x49\x09\x5b\xf7\xeb\xc3\xe6\x96\x86\x36\x17\x94\xe4\x61\xb3\x02\x15\x41\x05\xa8\x00\x55\x41\x15\x08\x25\xa4\xaa\x79\x7a\xce\xac\x1d\x68\x17\xb4\xc3\x25\xf1\x87\xa0\x33\xb9\x70\xcc\x25\x13\x42\x4a\xc1\x01\xd6\x8e\x12\x10\x93\xaf\xae\x1d\x25\xd6\xb1\xc1\x95\x86\x5e\xc7\x13\x2a\xaf\x0f\x6b\x6d\x03\xaa\x82\x56\x72\xf5\x0e\xe4\x82\xd0\xab\x09\x42\xaf\x15\x47\x72\x8d\x5c\xe3\x8a\x53\x90\xf4\x42\x89\xb4\xf0\xbb\xb5\xee\x7c\x63\xc5\xf6\xeb\xd6\x1b\x93\xd8\x6c\x13\x48\x6f\xbc\x1d\xae\x05\x24\xf1\x49\x6c\x36\x54\xbd\x0f\x41\x67\x72\x95\x84\x5c\x9b\xe6\x7d\x01\x39\x90\x0b\x92\xaa\x0b\x08\x59\x3e\x5a\x72\x55\xb8\x46\x17\xd4\xe1\x12\x34\x04\x59\x72\xf5\x0d\x68\x09\x5a\xc9\xf5\x84\x24\x7e\xec\x70\x75\xa0\x43\x10\xcb\xee\x05\x88\x65\x3b\x31\x54\x3b\x4a\xcc\x22\x88\x65\xf7\x06\xc4\xb2\x9d\xb0\xaa\x03\x48\xce\xe4\x0b\xf1\xab\x02\x49\x7c\x12\x9b\x7a\xe3\xc2\xd0\xbe\x8f\xe4\x72\xa0\x7d\x0a\x9a\x70\x0d\x20\x13\x64\xb9\xb5\xf8\x97\xef\x5a\xd0\xae\x05\x4d\x20\x2d\x28\x83\xaf\xc8\xa3\x5d\xc1\x07\xb1\xd9\x31\xf4\x85\x7f\xf9\x9d\xc6\x69\x06\x74\x4b\xd6\x2d\x59\xac\xf1\x96\xac\xdc\xb4\xd2\xd9\x6d\xd7\xa6\x41\x6c\x76\x94\xb8\xa5\x3d\xfb\xd8\xc9\x85\xbb\xf6\x11\x52\x3a\xd9\x64\xef\x45\x10\xf6\x1a\x1b\x10\xf6\xda\xa7\xb8\x52\xd6\x2e\xab\x42\x66\x77\x1e\x9c\x4f\xae\x54\xb5\xb3\x1d\xfb\x5c\x82\xd6\xeb\x63\x6c\xac\x71\x9f\xa8\xba\x63\xfb\x8e\xf6\xbb\x6c\xbf\xaf\x9e\x90\xf1\xc6\x35\x04\x0d\x94\x40\xd6\x9a\x82\x58\xa3\xa1\xbd\x76\x68\xd7\x0e\x11\x0a\xbb\x76\x68\xcf\xd8\x2e\x9d\x7d\xdc\x15\xdb\x10\x9b\xec\xf6\xee\x5d\x50\xee\x63\x27\x3d\xee\x2e\xf1\x49\x86\xe3\xf7\xbb\x9b\x20\x87\x4b\x0f\xee\x82\x88\x8e\xd1\x81\xa4\x44\x26\xf4\xf2\xb4\xc4\xa9\x05\x9d\x64\x00\x52\xda\x7e\xca\x5e\x49\xc6\xf3\x8d\xa7\xec\x75\xe6\x82\x06\xf1\xb8\x9f\x92\x75\x6a\x41\x82\xb4\xa0\x33\xc5\x0f\x3c\x67\xbf\x24\x3e\xc9\x9c\x54\x98\xfd\x92\xf8\xc8\x65\x0f\xd9\x2b\xb4\xec\xd0\xb2\xd1\x2b\xb4\x6c\x1c\x60\xd8\x46\x05\xff\x5b\xdd\xfd\xbf\x4a\xf1\x3a\xe4\x1f\x47\x06\x75\x19\x64\xf5\x43\x41\x0d\xb1\x39\x16\x10\x6a\x1f\x23\xf7\x74\xe2\x58\x87\x52\x38\xc4\x26\xc5\xec\x50\x91\x3d\xd8\xf9\x49\x12\x3c\xb4\xf3\x07\xd9\xf3\x29\x4b\xd9\xf3\x50\xf6\x9c\x1b\x50\x11\x94\x8e\x35\xa9\x49\x87\xe2\xe9\x50\x3c\x4d\x41\x38\xd6\x71\x36\xb8\x78\xe3\xd9\x05\x75\xaa\x4d\x07\x1a\x82\xd2\x04\x26\x25\xce\x4b\xd0\x85\xac\x0a\x44\x20\x1e\x91\x5b\x63\x6c\xcd\x11\x5a\x63\xb0\x35\xb3\x01\xb1\x35\x47\x26\xd4\x62\x13\x2e\x25\x54\x88\xcd\xc9\x1b\xef\x26\x28\x53\xa5\x19\x0f\x2a\x5c\x21\x36\x27\x56\x55\xda\x85\x14\x35\x25\x87\x22\xf8\x50\x04\x3f\xc5\x3f\xdf\x88\xf6\x78\xf7\xa9\x1d\x3a\x33\x44\x8b\xad\x06\xd4\x04\xb1\xf3\xd3\x80\xb0\xc4\x99\xa9\xb6\xd8\x02\x1a\x53\x10\x89\x8b\xfa\x76\x0e\x1c\xfe\x9c\x69\xc2\xc5\x3e\x9e\x53\x0f\x4e\xf2\x35\xb9\xec\x9c\x43\x50\x2a\xb1\xea\x06\x74\x09\xc2\x84\x26\x08\x13\x9e\xd9\xc1\x94\x45\xee\x3f\xad\x08\x22\xb3\x58\x01\xaa\x82\x78\x23\xb5\xf2\x34\xbd\xd1\x78\xa3\xb1\x46\xd3\x1b\xb3\x3d\x2b\x8b\xed\x38\x6d\x17\x94\x5e\x58\x96\x64\x1d\x82\xd2\xbf\xd4\x9e\x9d\xf2\xaf\x73\x21\x9e\xe0\x39\x97\xc4\x2f\x89\xe7\x8d\x4a\x36\xa7\xa3\x2a\xc1\x73\xaa\x6b\x80\xd8\xc4\x73\x4e\x75\x0d\xa7\xe7\x3e\xae\x29\xc8\x05\xb1\x8f\x36\x80\xa4\x97\x67\x56\x5f\xd2\xde\x65\x09\x27\xab\x93\xb8\x4e\x75\x0d\x67\x16\xff\xb2\xc8\xea\xa7\x8a\x3f\xc4\xe6\x13\xd2\x3e\x1e\x2c\xc8\x05\x3d\x1f\x24\xac\xe8\x70\x4f\x25\x9b\x13\x9f\xf0\x92\xb6\xbf\xe4\x13\x17\x51\xeb\x18\xfa\x52\xd4\x5e\x8a\x5a\x1a\xaf\x4b\x51\x7b\xe1\x13\x8e\x33\x5d\xf2\x89\x4b\x3e\x81\x17\x5e\xf2\x89\x8b\xdc\xef\x94\xbc\x4b\xb9\xff\x52\x45\xc5\xf6\x97\x72\xff\x95\xdb\x51\xb7\x2d\x2d\x71\x69\x3b\x20\x63\x91\x76\x2f\x3b\x05\x45\x72\xd1\x3f\x5d\xda\xa1\x2b\xd3\x76\xdd\x68\x70\xae\x75\x09\xc2\x99\xa4\xd7\xc2\x84\x57\xa6\xf0\xba\x51\x34\x2e\xa5\x70\x88\x4d\xfc\xfe\xf2\x21\x68\x25\x17\x69\xf7\xd2\x0e\x5d\xda\xa1\x85\x78\xed\xd0\x95\xd9\xb3\x6e\x24\x98\x4b\xd9\x13\x62\x93\x7e\xf3\xba\xb4\xa0\xcc\x98\xb5\xd0\xfe\x5f\x21\xf1\x41\x4d\x5a\x82\x64\xaf\xcc\x00\xb5\xe0\x98\x97\x32\xc0\xa5\x0c\x40\xa4\x5d\xca\x00\x57\xee\x50\x2d\x94\xe2\xd0\x0e\x45\x1f\x09\x0d\x41\x53\x90\x6c\xbf\x80\x4c\x50\x2e\xa8\x90\x01\x42\x5d\x56\xa8\xcb\x5a\x7a\x70\x17\xb4\xc3\x25\xe8\x10\x44\xea\xa0\xda\x44\xc7\xf6\x91\xdb\x59\x0b\x3e\x11\xea\xb2\x42\x5d\x96\x0b\x92\x78\x76\xa8\x60\xaf\xd0\x0e\xc5\x91\xaa\x56\xda\xff\x38\xa4\xea\x81\xaa\x2e\x48\xaa\x9e\x70\xe1\xbe\x71\x8a\xeb\x14\x57\x03\x7a\x72\x59\x76\x0d\xb4\x08\x71\x4a\x89\x2b\x0d\xad\x96\x2a\xae\x21\x08\x43\x3f\x21\xc9\xba\x72\x8d\x8d\x46\x35\x2e\xad\xf1\xa2\xfb\xa3\x34\xc5\x85\xe7\x04\x86\x6e\x25\xa1\x5b\x86\xbe\xd3\x5e\xb5\xd1\x52\xdd\xb2\xd7\xad\x50\x70\x41\xc8\xba\xb3\x2b\xad\x8d\x3a\x74\xab\x2b\x85\xd8\x74\x41\x28\x71\x63\x1c\xf5\x75\xb7\x8c\x73\x67\x07\x52\x3b\xc1\x77\xab\x03\xb9\xe5\xbe\x2e\x2e\xdc\xf7\xce\x6c\x52\x3b\xd3\xc5\xad\x6c\x72\xd3\x94\xd8\x56\x7e\xbd\x14\xdf\x72\xf8\x3b\x27\xa8\xda\x19\x18\xee\xbd\x09\x92\x90\x06\x24\xae\x9c\x34\x6a\x27\xe3\xdd\x9a\x34\x20\x66\x1b\x6f\x57\xb2\xb9\x8f\x34\x54\x27\x06\xee\xe3\x12\x74\xc1\x85\xed\x0e\xa9\x7d\xf1\x46\x72\xd9\x7d\xe9\x8d\x97\xde\x88\xf8\x4b\x6f\xbc\x90\xc5\x6e\xdd\xda\x07\x88\x19\x5d\xe5\xad\xd6\xf6\x8e\x34\xc1\x90\x12\x21\x25\x92\x98\xb1\xa7\xb7\x7a\x96\x9b\x0d\x1c\xd9\x68\xba\x0e\x1c\x7c\x23\x06\x46\xce\x36\xbe\x11\x03\x22\x66\x4f\xae\x1d\xc8\xd2\xbb\x47\x87\xcb\x96\xa0\xf4\x6e\xcb\xad\xf1\xcd\xf4\x20\x1b\x38\xd2\x6f\x7d\x5b\x12\x9f\xc4\x2c\x47\x73\xdf\x18\x94\x7d\x5b\xbc\xd1\x11\xbf\xf4\x20\x07\x0b\x56\xf4\xa0\xde\x98\x99\xbc\x32\x7d\xfa\xb6\x4b\xd6\x2e\x59\x0d\x48\xb2\x0e\xb8\x1a\xe2\x4f\x71\x9d\xe2\xea\x40\xe2\xca\xd5\x57\x7a\x0b\xdf\x68\xd5\x44\xcc\x0a\x0b\x22\xff\xf8\x16\xa9\xfd\x94\x5e\x71\x03\xdd\x92\x35\x13\xba\x25\xeb\x9e\xaf\x8f\xfa\x5c\x50\x0e\x0f\x49\x64\x09\x54\xbd\xb5\x20\x0c\x6d\x39\xbf\xf9\xf3\xdc\xa7\x90\x92\x2c\x7b\x75\x2f\xa4\x24\x11\xb3\xac\xf4\x5e\x48\x49\x22\x93\x9e\xc7\x4b\xc7\xd0\x85\xcc\x62\xac\xb1\x8c\x27\xc4\x1b\xab\x20\xde\x58\x66\x46\xb0\x65\x0a\xf7\x32\x0f\x41\x07\x5c\x15\xe8\x14\x74\x25\x57\xb6\x2e\x5e\x68\x24\x44\xec\xa9\xd7\x64\xd9\xc5\xe0\x32\xf4\x32\x71\x99\xb8\xd2\xaa\x3a\x20\x72\x0e\x88\xaa\x2d\x54\xd5\x3e\xea\x80\xc8\x72\x5a\x77\x1d\x10\x79\x39\xd0\xcb\xe1\x3a\xa4\xd7\x21\xbd\x04\x49\xaf\xec\xd5\x2b\x8d\x84\x97\x53\x5c\xa7\xb8\x50\xf5\x14\xd7\x95\xc9\x66\x4d\x16\x74\x49\x7c\x12\xb3\xca\xb2\x2f\x3d\x18\x19\xa2\x14\x7f\x2f\x51\x04\x11\xa2\x95\xed\x20\x3a\xbc\x64\x8f\x59\xd7\x62\x41\xcc\xf4\x22\x66\x8d\x65\x87\x96\x9d\xd5\xa6\x2e\x69\x4f\xb5\xf1\x72\xe3\x39\xda\x8e\x7b\x08\x4a\xed\x7d\xc3\x84\xb7\x94\xa0\xb9\xb4\x26\x48\xda\xe3\x13\x34\x12\x5e\xe5\x13\x15\x9f\x70\x9c\xa9\xca\x27\xaa\x7c\x22\x0b\xb6\x57\xf9\x04\xa4\x3a\xfe\x55\xe5\x13\x55\x21\x4a\xd4\x56\x85\x68\xcd\x54\x5b\xbd\x4a\xd6\x29\x48\x0b\x32\x20\x16\x54\x87\xb8\x78\x70\x88\x8b\x31\xdf\x9a\x03\x61\x89\x4a\x20\x7b\x47\x55\xed\x76\x5d\x19\x69\x6e\xe8\xe5\x82\x9c\xe8\x10\x17\x7d\x9d\xd7\xcc\xa5\xd5\x1d\x25\xe8\x1a\x44\xcc\xba\x20\xad\xd1\x51\x02\xab\x56\x97\x12\x1c\xfd\x58\x36\x97\x5e\x5d\x4a\xa4\xe7\xb4\x0d\xab\x56\x79\x4e\x95\xe7\x74\x41\x7a\x30\x0b\x63\xdb\x64\xaf\x53\xe2\x29\x8c\xd6\x05\xc9\x84\x49\xda\x46\xfe\xaa\xa7\x4c\x78\x12\x43\x4f\xc8\x05\xf1\xc6\x8e\xbd\xe4\x85\x55\x5e\x88\x63\xd6\xf3\xf9\xc6\x33\xb9\x06\xcb\x3e\xa5\x2a\x23\x8e\x3d\x1f\x94\xa1\xaf\x05\x17\x0b\xba\x24\x3e\x49\x1f\xf8\x44\x95\xfb\xd6\x1b\x59\xd9\xf4\xba\x8e\x3c\x45\xda\x46\x1a\x6a\x1c\x19\x88\x98\x62\xbb\x71\x64\xe0\x2d\x3d\xa7\x95\xad\x00\x4d\x41\x5a\xb6\x1e\x34\x41\x27\x5c\x13\xe8\x12\x84\xaa\x68\xdf\xe4\x13\x2d\xab\x73\x2b\xe4\xd5\x46\x75\x16\x31\x1b\x88\x1f\x12\x9f\xae\xd1\x4a\x15\xf4\x7c\x90\xa4\xc0\x1a\x1b\x73\xa9\xb7\x39\x93\x8b\x18\x6a\x53\x4a\x24\x31\x1b\xed\x57\x4b\xb1\x37\x8e\x35\xbc\x4d\x47\x08\x2b\x99\xbb\x20\xe2\x7c\x60\x28\xa5\xb7\x96\xc9\xaa\x15\x5c\xa6\x99\x6c\xc7\x04\x64\xd9\xa1\x7a\x33\x19\xca\x30\x94\xac\x62\x5a\x49\x92\xb1\x9e\x5c\xd2\x31\x1d\xbe\x15\x89\x97\xc3\xb7\x9c\x6d\x5a\x21\xd9\x34\x66\x1b\x11\xb3\x1c\xf9\xbd\x2d\x19\x6a\x61\x95\x29\x48\x56\x49\x32\xea\x86\x09\x96\xac\x92\x4d\x49\x2b\xa4\xa4\xc6\xa9\x89\xc8\xe8\x32\x94\x4b\xbc\xa7\x93\x96\xc5\x1b\x5d\x96\x70\x9c\x74\xb0\xf3\xb4\xdc\xde\x32\x06\x5a\x59\xc8\x52\x0c\x40\xcc\x06\x6b\x3c\xb4\xcd\x59\x18\x5b\x25\xab\x37\x15\xc6\xa6\xc2\x38\x79\xa3\x0a\x63\xcb\xc6\xbc\x55\x72\x6c\xbb\x64\x2f\x75\x20\x93\x6d\xbe\xa4\x17\xae\x5c\x89\x81\x26\x57\x6e\x4a\xbb\x54\xd4\xa6\xb4\xdb\xb2\x11\x69\x1c\xfa\x79\xbb\xb4\xec\x24\x66\x13\x43\x87\x94\xc8\x52\xdc\xaa\x16\xa4\x52\xdc\xe8\xfb\x55\xf2\x5a\x68\x87\x22\x2d\x51\x15\x16\x21\x4b\x04\x96\x98\x7a\x50\x4a\xdc\xc8\x92\xed\x6f\xc9\x4a\x32\x97\xa3\x84\x92\x73\x23\xc4\x6a\x4e\x66\xae\x9b\x00\xef\x1d\xf1\x98\xb0\x2b\xa1\x42\x8c\x33\x6b\xef\x6a\x83\xfa\x80\x8b\x2c\xd5\x55\x77\xbb\xea\x2e\x85\xb1\xab\xee\x76\xfc\xab\xd1\xba\x74\xf9\x17\xc4\x2c\x47\x01\xef\xf2\x2f\x2e\x1a\x5a\xc3\x57\x75\xd1\xe0\x7d\x65\xa4\x34\x02\xb1\x2f\x71\x2d\x22\xc5\xc4\xa5\x37\x26\x99\x83\x14\xde\x55\x64\xbb\x8a\x6c\x4e\xd8\xde\x55\x64\x7b\xb6\xc6\xad\x4d\xc9\xba\x04\x11\xe7\xe4\xeb\x2e\xc7\xec\xd9\x33\xb5\x86\x55\x3b\xf7\x05\x22\x66\x39\x61\x7b\xa7\xe9\xf5\xbe\xa7\x7f\xb5\x25\xe8\x14\x84\x7f\x19\x96\xd8\x25\x3e\x49\x6b\x2e\xae\xa7\x78\xb2\x01\x4e\xde\x77\x1c\xa0\xe3\x5f\xcd\x81\xe4\x5f\x10\xb3\x9c\xb0\xbd\x5f\x7a\x63\xba\x49\xeb\xe4\xc5\x2e\x37\x81\x98\x69\xd3\x54\xc3\x7b\x96\xe2\xd6\xc9\xb1\x5d\xa5\x18\x62\x1c\xea\x78\x97\x03\x74\x76\xbb\xe3\x4c\xba\xbe\x11\x69\x9d\x35\x0e\x25\xd4\xd1\x51\x22\x27\x6c\x1f\x1c\xea\xf8\xc8\xbc\xd8\xb8\xdb\xf2\xa1\xbc\x08\x31\x8e\x7e\x7c\x70\xb7\x25\x32\x0a\x7a\x8d\x21\xf1\x03\xf1\x94\xbc\x31\x24\x7e\x90\x86\xe8\x2d\xc6\xa8\x82\x1a\x5c\xc8\xe2\xa8\x5e\xc4\x0c\x43\x0f\xa5\xdd\x91\x09\xb5\x75\x5c\x6e\x28\xa1\x42\x4c\x5d\xd6\x98\x7a\x63\xf6\x72\x6d\x64\xfb\xef\x83\x03\x22\x11\xe3\xfc\xc9\x87\xfa\xba\x41\x7a\x1c\xe4\xeb\xa1\xf4\x08\x31\x5b\xac\xd1\xa4\x2a\x8e\x39\xe8\xeb\x74\xb7\xe5\x23\xf3\x44\x1b\x0d\x2e\xe5\x09\x88\xd9\x62\xd9\xa7\x16\x44\xad\x9c\x1b\x0f\xaa\x56\x0e\xd5\xca\x9c\x8a\x7d\xa8\x56\x8e\x2b\x63\x68\xd2\x8c\x8f\x6b\x09\x22\x86\x64\x2f\x65\x93\x91\x3d\x75\xe3\xe4\xd2\x87\x7a\x6a\x88\x19\xa3\xc4\xb8\xf5\x20\x5b\xcb\x61\xa6\xeb\xea\x4c\xa4\xa9\xb1\x9f\xda\xda\xa9\x5a\xe9\x82\xaa\x20\x94\x20\x0d\x4d\x85\xfb\x54\xb8\xe7\x50\xe5\x53\xe1\x3e\x29\x3a\x9c\x8b\xf9\x54\xd1\x99\x2a\x3a\x38\xf9\x54\xd1\xe1\xb2\xae\x31\xa0\xb9\x2e\xeb\x7c\x66\x3c\x36\xb5\xb3\x53\xf1\x08\x31\xb9\xdc\x5c\x7a\x30\x2b\x41\x53\x2f\x36\xd5\x3f\x4d\xf5\x4f\xec\xf6\x54\xff\x34\x33\xdf\x37\x35\x38\x53\xf9\x1e\xd2\xcb\x13\x92\x78\x6c\xaf\xba\x3b\x65\xfb\xf9\xb4\x3d\xe2\x65\xfb\x99\xa3\x7d\x5b\x1b\x5c\x97\x09\x92\x55\xd7\xaf\x97\xe2\xa9\xdd\x9a\x39\x7d\xb6\xc5\x06\x4e\xa6\x4f\x11\x33\x1a\x94\xc9\xf4\xe9\x93\x08\xe6\xc8\xd2\xa7\x22\x18\x62\x6b\x13\xa4\xc5\xb1\xcd\x8b\x9a\x34\xb5\xcd\x90\xd9\x87\x20\xbd\x91\x69\x6a\xd1\xd9\x4c\x4d\x53\x90\xb6\x08\xfd\x79\xcb\x04\x5c\xa3\x3d\x17\xa7\x96\x1b\xd2\x16\x95\x7e\xaa\xe5\x86\xd8\xa2\x85\xd4\x75\xa8\x1b\xe1\xca\x61\xa4\x9b\xc2\x15\x62\x0b\x57\x36\x85\xab\x65\x0c\xb5\x45\x39\x30\x0d\x45\x10\x5b\x39\xc0\xbb\x29\x9e\x2c\x5b\x8c\xb6\xb0\x84\x59\x13\xd4\xe0\x9a\x40\x5d\x50\xee\xa9\xa6\x03\xd3\xa0\x0c\x31\xee\x5a\xdc\x38\x70\x75\x2e\x60\x9b\x33\x74\xeb\x02\xd6\x6d\xf1\x20\xb6\x37\xe5\x7e\x88\x2d\x42\xdf\xe4\x6b\x76\xc2\x45\x04\x9b\xfa\x58\x88\x2d\x66\x67\x3b\xc5\x95\x86\x6e\xdc\x9a\xbb\xc9\xd0\x76\x8b\x8b\x37\xde\x4f\xae\xf3\xf5\xd1\xb7\x96\x7a\x2d\xd9\x0b\x62\x8b\x11\x65\x29\xc4\x56\x26\xc1\xbe\xd1\xf7\x2f\x25\x41\x88\x2d\xaa\xe0\x92\x55\x57\xa6\xb7\xbe\x0d\x64\x29\xbd\x41\xe6\x86\xf6\x4b\x5d\xe5\xca\x22\xdb\x37\xda\x8d\xa5\x22\x0b\xb1\x45\x3b\xba\x54\x64\x57\x1a\xba\xab\x4d\xd6\xc5\xb0\xaf\xac\x1d\x7d\x23\xd9\x2c\xf5\x29\x90\xa6\xa6\x75\x5d\x7a\x23\x0b\xe2\xca\xd7\x75\xb5\xea\x5c\x6e\x76\x8e\xe0\xdc\x35\x01\xe9\xa2\x53\x4e\xae\x8b\x4e\xf7\x39\x5e\x1f\xbd\xa2\x84\xcf\x29\x68\xc2\x35\x80\x4c\x50\xc6\xa6\xba\x2c\x57\xce\x80\x18\xdf\x35\xb8\x2b\x67\x40\xba\xba\x2c\xd7\x1c\x0e\xb1\x55\x04\xe9\x8d\xe9\x00\x9d\xcb\x5c\xd7\xa5\xa9\x73\xa1\xd8\x2b\x7e\xaf\x0b\x45\xdf\xb3\x26\xf5\x46\x96\xda\x55\x93\x20\xb6\x18\x0f\x77\x6d\xc7\x9e\x26\xec\x6d\x09\x72\x41\xec\x36\x27\x12\xfb\x40\xd5\x7d\x22\xcb\xe1\x92\x93\xef\x72\x72\x02\x79\x97\x93\xef\x96\x4a\xf4\x27\x74\x09\xba\xe0\x2a\x40\x21\x28\x65\x75\xc6\x30\x5d\x3b\x3a\x17\x8a\xbd\x33\xa3\xea\x42\x51\xc4\x16\x27\x12\xba\x50\x74\x2e\xee\xba\xca\xba\x2e\xee\x44\x4c\x79\x62\x3f\x09\xab\x3d\x33\x48\x1f\x84\xfb\xae\x01\x1e\xd2\x36\x72\xbf\xae\xe4\x9c\xfb\xb7\x3e\x50\x42\x17\x6c\x7e\xb0\xdb\x83\xce\xe8\xd0\x6e\x1f\xda\x6d\x02\xe6\xd0\x6e\x73\x75\xd6\x07\xf5\x4d\x57\x67\x7e\xac\x74\xb9\x89\x12\xc7\x6a\x82\x88\x6d\x66\xe7\x43\x13\x01\x17\x6c\x5d\x95\x4b\x17\x6c\x22\xb6\x28\x07\xba\x60\xf3\x23\xe0\x22\x14\x8e\x5b\x5c\xb7\xb8\x78\x50\x27\x4b\x5c\x3e\x75\x2e\xc5\x5c\x97\x4f\xce\x95\x4b\xd7\xe0\xa7\x2b\x17\x3f\x53\x64\x57\x3c\x9e\x6a\xe2\x20\xb6\x38\x03\x39\xd5\xc4\x71\x69\xd1\x75\x9e\xa2\x4b\x0b\xe7\x72\xa0\x3b\xe2\x75\x39\x20\x62\xdc\x21\xf9\xa5\xc3\xb9\x2b\x77\x68\x6c\xa4\xed\x4b\x3b\x04\xb1\xd5\x04\x61\xaf\x2b\x27\x95\xb1\x11\xee\x97\x26\x15\x48\xd1\x3e\xea\x72\xc0\xaf\x63\x72\x3b\x9d\x86\xbe\x38\xc6\x16\xb1\xc5\xe1\xc9\x75\xe8\xc1\x4c\x50\x83\x5b\x05\xbf\x54\xcc\x20\xb6\x1a\xe2\x55\xcc\x38\xe3\x1f\x1b\x15\x55\x67\xfc\x1e\x33\x27\xa8\x82\xf8\xe0\x36\x4d\xc4\xb8\xee\xf2\xe0\x36\xcd\x83\x2b\xf2\x42\x82\x09\xae\xc8\x45\x6c\x35\x3d\x48\x28\x04\x23\x21\x37\x01\x1e\x6a\xd9\x21\x8d\x1b\x65\x0f\x1d\x79\x72\x7a\x3f\x0a\xfd\xa6\x4e\xef\x3d\xd2\xc9\x87\xa6\xb1\x90\x93\x87\x9c\x1c\xbf\x0f\x99\x10\x32\x0a\x85\x22\x64\xc2\xd0\xe0\x68\xf3\xd7\x4b\x71\xa8\x7d\x0f\x26\xc6\x4a\x61\x0c\x4d\x8c\x10\xe3\xe2\xce\x43\xc7\x2d\x9c\xd1\x0f\x3e\x39\x71\x9d\xd1\x3b\xe7\xea\x43\x23\x8a\xce\xd5\xfd\x66\x6b\x1a\xe6\xbc\xb5\x35\x90\xc6\x8d\x9f\xdf\xda\x9a\xfb\xbc\x98\x51\x81\x74\xac\x01\xb1\x45\x1b\x73\x9f\xe4\x8c\x3b\x1b\xf3\xd1\x99\x9d\x6f\x35\xe6\x90\xa2\x43\xe5\x5b\x8d\x39\x47\xcf\x83\x36\x99\x38\xc9\x8e\x81\xff\xb5\x8c\x94\xd0\x69\x74\x70\x82\x3c\x46\xba\x5f\xe8\x04\x39\xb6\x9c\x9d\xc7\xc8\x38\x8f\x8d\xd9\x59\xc4\x56\x76\xa8\xb1\x61\x89\xd8\xd2\xef\xc7\x58\x70\xed\x4f\x48\xc6\x71\xa0\x01\x94\xdd\xcc\x98\x12\x4f\x37\x23\x62\xab\x0b\x0a\xa0\xd4\x7e\x70\xb3\x1f\xdb\x2d\x59\xb7\x6e\xba\x05\x49\x16\x0b\xe2\x2e\x2f\x74\xc4\x1b\x25\x3b\xc9\xc1\x15\x53\x14\x4e\xe5\x44\x6c\xf5\x02\x74\x08\xca\x35\x72\xce\x1c\x85\x14\x1e\x45\xe5\x33\xc7\xc3\x28\x94\xcf\xe0\xc0\x75\x70\x5f\x10\x3a\x70\x8d\xb2\xa7\x2b\x53\xdf\xa2\x70\x29\x2f\x62\x2b\xeb\x5b\x94\x5d\x6f\xcc\x71\x7a\xd0\x00\x47\x61\x9c\x16\xa9\x5b\x43\xd5\x1c\xad\x9f\x64\xac\xc1\x83\x4c\xd8\x22\xad\x0c\x3d\x28\xf1\x71\xc2\x35\x81\x2e\x41\xb2\x17\x7a\x71\x48\x1a\x1c\x6c\x8e\x95\x21\x16\x3a\xd8\x8c\x4a\xd4\xad\x6c\x70\xa2\x12\x75\x22\x46\x4a\x8a\x4a\xd4\x45\xcd\xb2\x3e\x38\xd8\x8c\x4a\xff\x24\x62\xb4\x7a\x51\xe9\x9f\xa2\x66\x01\x1a\x5e\xc5\x75\x09\xba\xf8\x26\xa4\x02\x85\xa0\xe0\xfb\x12\xb8\x64\xaf\x7a\xe8\x93\x93\x34\x74\xc5\xc9\x45\x6c\x75\xb8\x70\xf2\xa8\x59\x61\x86\x67\x93\x1f\xf5\xd4\x1b\x4f\x5a\x97\x2c\x1a\xc1\xf9\xe2\xbb\xa8\x59\x80\xe6\xb6\xf1\x20\x05\x48\xc4\xe8\x37\xa3\x86\xb4\x8f\x23\xb9\xa4\x04\x1f\x31\x88\xd8\x1a\xc8\x92\x09\x39\xf4\x9b\xdc\xb6\x86\x0e\xfd\xa2\x65\x1b\x34\x69\x70\xa2\xd1\x06\x89\x18\x8d\x6a\x34\x6a\xb8\xc8\xdc\xb2\x4c\x45\xa3\x86\x8b\xd8\xca\x51\x20\x1a\x9f\x6d\x45\xcb\x24\x38\x37\xe7\x41\x92\xa0\x88\x71\x57\x1c\x9c\xd0\xbd\x0b\x4e\xbc\x66\xd9\x78\x50\xf6\x6a\x69\x89\xc9\x57\x74\xd1\x64\x09\x88\xc9\x4d\x9a\x2c\xc1\x79\xca\x2c\x39\xb5\x84\xce\x53\x82\xd3\x8d\x59\x51\x42\xa7\x1b\xd1\xb3\x56\x4e\xae\x0a\xa3\x53\x2b\x45\x8c\x63\xb7\xe8\x9c\x9e\x85\x4e\x37\x5a\xf6\x16\xa1\xd3\x0d\x11\x93\xcb\xe9\x74\x23\xf8\x24\x73\xb6\xca\x83\x5c\xef\x89\xd8\x22\x44\xbb\x92\x42\x3f\xe0\xca\xac\x1e\xfd\x10\xd7\x21\xae\x05\xf4\xe4\xe2\x8d\x13\xf1\x87\xde\x78\xe8\x8d\x0e\xa4\x37\xde\xc8\xb2\xb4\x17\xe7\x0e\x4f\x62\x0b\x9f\xd0\xf1\x43\x70\xd6\x30\x39\xc2\x0b\x9d\x35\x88\xcc\xde\x05\x15\x41\x85\x0b\xd8\x06\x54\x05\xf1\x20\xe1\xce\xb9\xc3\x93\x34\x85\x95\x8e\x1f\x62\xe4\xd6\x4e\xf2\x6a\x0c\x6d\x2d\xc4\x14\x69\x83\x6e\x26\x46\x96\xa6\xd9\x67\xae\x71\x30\x5d\x88\x94\xa7\x12\x4c\x17\xc1\x98\x3f\xbb\xc3\xa5\x1d\x1a\xd9\x48\x4c\xbe\x1e\x8d\xb1\x4b\xaf\x24\x8d\x6b\xda\x18\x34\x12\x31\x32\x89\x4e\x0e\x03\x62\x28\x89\x42\x8c\x5b\x98\x18\x7c\xa4\x17\x23\xcd\x36\x07\x59\x6e\x1c\x52\xf5\x90\xaa\x88\x3f\xa4\x6a\x86\xc2\x54\x26\x1f\x0a\x85\xa1\x6c\x82\xdf\x0f\x65\x13\xc6\xfc\x39\xb3\xf3\x0e\x8d\xf9\x31\x07\x1f\x64\x91\x01\xa6\xd2\xe3\xd4\xcc\x96\x33\x7d\x4c\x66\xb6\x98\x96\xc1\xc7\x37\x80\x31\xf9\x20\x42\xa4\x0c\x82\x6f\x2a\x75\x30\xc0\x4f\x2e\xf8\x43\x03\x7c\xcc\x74\xc6\x39\xfd\x17\x77\xc5\x73\xfc\xb2\x12\xc7\xe4\x53\x39\x11\x5b\x38\xd1\xe4\xe8\x2e\xa6\x4b\x06\x2a\xba\xb8\x5c\x5c\x06\x24\xae\xec\x75\x26\x77\x93\xa1\xc1\x5d\xa4\x72\xe9\x14\x1a\xdc\x63\x66\xba\x9e\xa6\x07\x95\xae\x21\xb6\xd8\xe5\xa9\x74\x3d\xf1\x51\x0e\x27\x62\xca\x47\xe7\xd3\x47\x59\x9b\x7c\x94\x09\x78\x32\x8f\x86\x26\xe0\xb0\x09\x54\x80\x98\x3d\x44\x6c\xd9\x06\xc4\x36\x30\x8f\x4e\xed\xb2\xe6\xd1\xb0\x6c\x6c\xe6\x32\x07\x3a\x05\x91\xdd\xac\x00\x49\x56\x92\xb9\x5c\x0f\x4a\xd6\xa2\x69\x30\x41\x54\x3c\x4b\xc7\x99\xcb\xd3\x12\xc6\x67\x9d\x22\xb6\x08\x3a\xe3\x33\xb4\x30\xfc\xca\x0b\x6f\x94\x5f\x99\xfc\xca\x78\x50\x7e\x65\x39\xf7\x4d\xe5\x79\x63\xee\x13\xb1\x95\xfd\x4d\x18\x9f\x38\x04\xb3\xed\x74\x3c\x46\xb3\x6d\x2c\x2e\x35\xb7\x1c\xfc\x63\x69\x8d\x8b\x24\xb5\x61\xfb\xa5\x24\x05\x31\xd5\xb2\x25\x07\xe0\x7b\x63\xdb\x50\x55\xdf\x1b\x8b\x18\xb7\x8e\xa1\xef\x8d\x63\x31\xc7\x94\x02\xc4\x1c\x23\x62\xcb\x16\x50\x17\x94\x4a\x94\x86\x5e\x74\x54\x22\x26\x43\xaf\x4b\x7a\xe5\x1a\xad\x50\x17\x35\xdb\x8a\xd8\xa2\x01\x59\x5a\xa3\x3e\x41\x56\x09\xd7\x27\xc8\x22\x45\x0d\xc8\x92\x4f\x40\x6c\x2d\x41\x52\x82\x83\x92\x42\xfb\xa4\x39\x39\x98\x47\xad\xb0\x8f\x9a\x47\xc3\xb3\xc3\xb0\x4a\x06\xf7\xfd\x10\xc4\x76\x2c\xb8\x38\x2d\x0e\x27\x9f\x56\xfa\x1b\x57\x3e\x85\xd8\x92\x78\xed\xa3\x67\x28\x58\x23\x14\xfc\x7c\x42\x7c\x79\xdd\xe1\x52\x28\x40\x8c\x5b\xda\x70\xee\xda\xc2\x6f\x7d\xd8\xcd\x1b\xb5\x46\x48\x69\x39\x8f\x86\x6b\x8d\x8c\xce\xd6\xf0\x68\x8d\xce\xa1\xd9\xb6\x61\x2f\xcd\xb6\x22\xb6\xd6\x00\x2a\x82\x72\xd9\x3d\x67\xa2\xd0\x20\x1b\x3b\x77\x93\x1d\xbd\x76\xee\x26\x45\x6c\xad\x09\x14\x82\x78\x10\x9f\xd0\xc8\x15\x97\x3e\xaa\xa7\xb2\x68\xe4\x8a\x2b\xcb\xd0\xe2\x63\xff\xb8\x8e\x2e\xa8\xf3\x05\x18\x0f\x1e\x6c\x2d\xd3\xce\xe2\xc3\xca\xd0\xb4\x13\xcc\x1e\x8b\xef\x54\x43\xb3\x47\x44\xe6\xd3\x35\xb7\x14\x1f\x7c\xb0\x10\x71\xaf\xd7\xc7\xe2\x0f\x1a\x22\x38\x3c\x13\x79\xa8\x6b\x0c\x8e\x79\x82\x19\x61\x6d\xdb\xf8\x5f\x09\x2f\xff\xfb\xc7\xfd\xe3\xcb\xcf\x7f\x49\x73\xfe\xf4\xe9\x53\xbc\x7d\xe1\xef\x76\xf8\x6b\x99\xc7\x15\xf7\xfb\xb7\xf8\xf9\x6f\x80\x3e\x7e\xf8\x98\x4f\xf1\xff\xff\x0a\x00\x00\xff\xff\xfe\x3d\xc7\x3f\x2f\x34\x00\x00"); -func _ggcad ()(*asset ,error ){_eeae ,_ccfb :=_fgeb ();if _ccfb !=nil {return nil ,_ccfb ;};_abfd :=bindataFileInfo {_b :"UniKS-UCS2-H",_ffe :163757,_ag :_ed .FileMode (436),_ac :_c .Unix (1580493024,0)};_cbbf :=&asset {_abe :_eeae ,_ece :_abfd };return _cbbf ,nil ; -};func _dcbb ()(*asset ,error ){_bgfa ,_feda :=_cgee ();if _feda !=nil {return nil ,_feda ;};_bbef :=bindataFileInfo {_b :"KSCms-UHC-H",_ffe :13690,_ag :_ed .FileMode (436),_ac :_c .Unix (1580492561,0)};_adce :=&asset {_abe :_bgfa ,_ece :_bbef };return _adce ,nil ; -};func _ggc ()(*asset ,error ){_ffc ,_cae :=_beg ();if _cae !=nil {return nil ,_cae ;};_bga :=bindataFileInfo {_b :"Adobe-KR-2",_ffe :1273,_ag :_ed .FileMode (436),_ac :_c .Unix (1580491416,0)};_gfba :=&asset {_abe :_ffc ,_ece :_bga };return _gfba ,nil ; -};func _gddfe ()(*asset ,error ){_bab ,_aaf :=_bfb ();if _aaf !=nil {return nil ,_aaf ;};_fcag :=bindataFileInfo {_b :"ETHK-B5-H",_ffe :20959,_ag :_ed .FileMode (436),_ac :_c .Unix (1580491821,0)};_cfcd :=&asset {_abe :_bab ,_ece :_fcag };return _cfcd ,nil ; -};func _cce ()([]byte ,error ){return _g (_eff ,"Adobe-KR-0")};func _dgbb ()(*asset ,error ){_ceed ,_dfa :=_bcgg ();if _dfa !=nil {return nil ,_dfa ;};_eeaa :=bindataFileInfo {_b :"Adobe-Korea1-UCS2",_ffe :144546,_ag :_ed .FileMode (436),_ac :_c .Unix (1580490590,0)}; -_fec :=&asset {_abe :_ceed ,_ece :_eeaa };return _fec ,nil ;};func _bdeb ()([]byte ,error ){return _g (_bbbab ,"Hiragana")};var _gaa =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x84\x9b\x49\xab\x65\x47\x72\xc7\xf7\xf5\x29\xee\xb2\xbd\x68\xeb\xe4\x18\x19\x50\x3c\x68\x24\x0b\xab\x4d\xdb\xa6\xe5\x09\x8c\x17\x67\x88\x23\x0a\x5c\xaf\x8a\xaa\xd2\x42\xdf\xde\xc4\xef\x7f\x25\xd9\xc2\xa0\x85\x08\xd5\xff\xe5\x10\x19\x19\x73\x9e\xfb\xd5\xd7\xdf\x7d\xf3\xdd\xeb\xbb\x2f\x8f\xaf\xfe\xf9\xd3\x87\xf3\xfb\xf8\xf2\xb8\xdf\xbd\x5e\x9f\xe2\xf3\x87\x1f\x3f\x9d\xf1\x38\xe2\x87\x77\xaf\x6f\xde\x94\xfa\xb8\xde\x9d\x5f\x7e\xfe\x27\xe4\x7c\xbf\x7f\x7c\xf3\x26\xe7\x7f\xff\xd3\xe7\x2f\xf1\xfe\xbb\xd7\xfb\xc3\xa3\x69\xdc\xf5\xe3\xc7\xe7\xd8\xc7\xe3\xab\xbf\xc6\x0f\xef\x3e\x7f\xf9\xf4\xd3\xe3\x0f\x7f\xba\x3e\x1c\xf1\x37\x8f\x2b\xee\xc4\xff\xe9\xd3\x15\x9f\xde\xbd\xfe\xf0\xf8\xc3\x9f\xf7\x8f\xfb\x6b\xf9\xe5\x0f\xdf\xff\xf8\xf1\xe3\x7f\xc7\xfb\x78\xfd\xf2\xa8\x60\xf1\x7a\x41\xdf\x7c\xf5\xf5\x5f\xf6\x8f\xff\xb8\xbf\x8f\xc7\x57\xb6\xde\x7f\xfe\xe3\x5f\xff\xe1\xfb\x3f\xff\xf1\xef\xf9\x1b\x7f\xfa\xb7\xf8\xf4\xf9\xdd\x87\xd7\x47\x29\x7f\xbb\x6d\xf3\x57\xfc\x5f\x7e\xfa\x18\x8f\xf2\x5c\xe3\x3f\xfe\xf5\xbb\x6f\x1e\xff\x59\x1e\x65\x7b\xd4\xd1\x7b\xf9\xaf\x27\xfe\xef\x7f\xf9\x70\xc5\x63\xd3\xbf\xba\xf8\x3f\x3f\x5c\xf1\xf9\xe3\x7e\xc6\xa7\xfd\xf5\x87\x78\xf3\x78\xbc\xdd\xb6\x97\xc7\xe3\xf1\x76\x6d\x2f\xf9\xaf\x55\xfa\xf6\xf2\x78\xeb\xdf\x7e\xfb\x35\xff\xfe\x93\xfe\xfa\xcd\xb7\xfc\xeb\xef\x36\xfe\xfa\xed\xd7\xf9\xd7\x78\xbd\x7e\xb3\xda\x9b\xa2\x4d\x5e\x3f\x7c\xb9\xe2\x16\xc6\xfa\x6f\xcb\xfd\xf2\xa8\xad\xe4\x9c\xff\xfd\xc7\x37\x65\xdb\x9e\x7c\xbd\xbb\x9e\xe3\x6b\x8e\xb7\x4b\xe3\xdf\x5a\xe4\xbf\xe2\xe5\x31\xf3\x5f\x4f\xee\x56\x11\xd2\x12\x59\x42\xf6\xf3\xe5\x31\x7d\x26\x72\x2c\x90\xe3\x7e\x79\x58\x67\xd6\x29\xe4\x8c\x44\x3c\x91\x6b\x07\x89\xf5\xf2\xb0\xc1\xac\x5b\xeb\xdc\xf6\xf2\x30\x63\xd6\x7d\x0a\x39\x13\xc9\x59\xb5\xdf\x89\xd4\x91\xb3\xd6\x96\xc8\x64\x56\x35\x7f\x79\x98\x83\xac\x02\xe2\xfb\xcb\x63\x95\x5c\xb9\xba\x66\xdd\xe5\xe5\xb1\x7a\x7d\xf3\x76\x35\x9d\xa2\xe5\x29\xbc\x8e\x44\x74\x8a\xe6\xf3\xe5\xe1\x6b\x25\xa2\x59\xed\x98\x2f\x8f\xb2\x95\x64\xa8\x1d\x82\x2e\xa0\x96\xf3\xba\x56\xea\xc9\x46\xd9\x46\x32\xd9\x4d\x50\x2e\x5e\x36\xcf\xfd\xba\x56\xef\x5e\x5e\x1e\xa5\x6c\x96\x90\x96\x87\x58\xe7\x74\x7d\xd7\xa8\x24\xd6\x57\x01\x2a\x82\x0a\x82\x13\x54\x05\x55\x20\x98\xd8\x9b\xa0\x96\xc2\xdc\x1a\x50\x17\xd4\x19\xa5\xe5\x87\xa0\xc1\x28\x98\xd8\xa7\xa0\x99\x50\xd5\x44\x13\x94\xd7\x30\x8a\x96\x5f\x82\xb8\xab\x26\x26\x5c\x90\x03\x69\xf9\x5d\xd0\x0e\xf7\x1b\xd0\x21\xe8\x00\x42\x12\xfb\x29\xe8\x84\xaf\x0e\x74\x09\xba\x80\x16\x50\x08\x0a\x58\x9d\x40\x92\x57\x12\x1b\x1b\x6b\x1d\x92\x57\x12\x1b\x85\xb5\x0e\xc9\x2b\x89\x8d\x06\x13\x87\xe4\x95\xc4\x46\xd5\x44\xc9\xeb\x40\x5e\x8d\x1d\x0f\xc9\x2b\x89\x8d\xa1\xb5\x24\xaf\x03\x79\xa1\x00\xfd\x90\xbc\x0e\xc9\x0b\xbe\x0e\xc9\xeb\x90\xbc\x90\x84\xf4\x1f\x62\xa3\x69\x2d\xc9\xeb\x40\x5e\x5d\x4c\x48\x5e\x49\x6c\x6c\x62\x42\xf2\x4a\x62\xa3\x72\x43\x87\xe4\x95\xc4\x46\xd1\x8e\x92\x57\x12\x1b\xd2\xc2\x43\xf2\x3a\x90\x57\x4f\xc8\xa4\x98\x36\x18\x35\x80\x06\x22\xb4\x89\xbc\x16\xd0\x2c\x82\xd2\x34\x36\x24\x61\xb3\x0a\x42\x5e\x4b\x50\x13\xd4\x72\x54\xdf\x80\xba\x20\xe4\xe5\x82\x86\xa0\xc1\xa8\x0a\x34\x05\x21\x1c\x17\xb4\x04\x2d\x46\x75\x20\x17\x84\x24\x5c\x7c\x1d\x82\x0e\x46\x35\xa0\x53\x10\x07\x72\xf1\x15\x82\x82\x51\x06\xa4\x33\x5a\x5e\xda\xdc\xf2\xd2\xcc\x34\x2a\xc9\x6a\x28\xb9\xc9\x1e\x6d\x35\x46\xb1\xd6\xd2\x81\x92\xac\x4d\xf2\x5a\x3a\xd0\x4a\x95\x9b\x85\x89\xae\x89\x49\x6c\x72\x1e\x97\x04\x93\xd8\x64\x3f\x97\x00\x93\xd8\x74\x10\xc9\xcf\x9d\x59\x9c\xd9\x77\x41\x79\xe6\x09\x03\xae\x23\x7b\xde\xb4\x9c\xed\x92\x8f\x80\x94\x82\x9f\x5a\xf2\x11\x10\x93\x03\x5e\xf2\x11\x2b\x8d\xb8\x14\xb4\x66\xc9\x88\x21\xab\xce\x09\xb4\x04\xb1\x16\x4a\xb9\x64\x3f\x10\x73\x78\x5f\xb2\x1f\x88\x35\xec\x67\xc9\x7e\x56\x6a\x73\x29\x5d\x13\x5d\x10\xe7\x79\xae\xc5\x79\x56\x1c\x39\x6a\xa4\x64\x56\x9c\x82\x74\x20\xb8\x0f\x54\x77\xa5\xab\x2f\x15\x47\xb5\x6e\xed\x78\x23\xbf\x06\xab\xb7\x76\xbc\x9d\x51\x0b\x48\xcb\xdf\x88\xab\x71\xc6\xfb\x10\x74\xe6\xa8\x92\x90\x4b\xe7\xbd\x2f\x20\x07\x72\x41\x62\x75\x01\xb1\x96\x8f\x96\xa3\x2a\xa3\x46\x17\xd4\x19\x25\x68\x08\xb2\x1c\x85\xce\xfb\x58\x82\xd2\xae\xe7\x13\xd2\xf2\xe3\x60\x54\x07\x3a\x05\x71\xec\x5e\x09\xd3\x3f\x07\xd7\xff\x2f\xde\x2e\x1f\x48\xc5\x89\x21\xb5\xc3\xa3\xec\x12\x62\x13\xfd\x77\xd9\xa5\x13\x56\xea\x00\x92\x1a\xfb\xda\x13\xc2\xbf\xfa\x3a\x04\x1d\x4c\x84\xa1\x25\x86\xd2\xef\x97\x8a\xcb\x75\xf9\x7d\x88\x4d\xfc\x85\x4b\x65\x20\xd6\x50\x5b\x97\xca\x40\x6c\xf6\x09\xa4\xf3\x5e\xd7\xcb\xa3\xc8\x96\xfc\x0a\x41\xc1\x28\xee\xe1\x42\x6f\x3d\x43\x79\x69\x06\x74\x6b\xad\x5b\x6b\x71\xc6\x5b\x6b\xe5\x9d\x96\x8e\x32\xb8\xee\x14\x62\x93\x44\xc1\x95\x04\x40\x4a\x27\x14\xec\xba\x66\x48\xe9\x04\xb2\xbd\x17\x41\xc8\x6b\x6c\x40\xc8\x6b\x9f\x1a\x95\x6b\xed\x92\x2a\x64\x76\x67\xe2\x7c\x8e\x4a\x56\x3b\xc9\xca\x2e\x0f\x05\x19\x1b\x67\xdc\xe5\xa1\x76\x64\xdf\xe1\x7e\x97\xec\xf7\xf4\x17\xa5\x1b\x3b\xca\x5f\x40\x6c\x0e\xd6\x5a\x53\x10\x67\x34\xb8\xd7\x0d\xed\xba\x21\x2c\x65\xd7\x0d\xed\xe9\x31\x8a\xe2\xe4\x2e\x97\x01\xb1\xc9\x6d\xef\xde\x05\xe5\x3d\x76\x5c\xee\xee\x5a\x3e\xc9\x70\xcc\x62\x77\x13\xe4\x8c\xd2\xc4\x5d\x10\xc6\x43\x6c\xdb\xe5\x6c\xf6\x4c\x68\xca\x53\x12\xa7\x0e\x74\xe2\x59\x70\x80\xfb\x29\x79\x25\x19\xcf\x1d\x4f\xc9\xeb\xcc\x03\x0d\xcc\x75\x3f\xb5\xd6\xa9\x03\x09\xd2\x81\xce\x5c\x7e\xa0\x39\xfb\xa5\xe5\x93\xcc\x49\x58\xd9\x2f\x2d\x1f\x79\xec\x21\x79\x85\x8e\x1d\x3a\x36\x7c\x85\x8e\x8d\x02\x0c\x04\x7d\x48\x01\x8e\x34\xea\xa2\x80\x71\xc8\xa8\x21\x36\xc7\x02\x82\xaf\x63\xe4\xa5\x4d\x34\xe7\x50\x04\x84\xd8\x24\x5b\x3b\x94\x40\x1e\x5c\xed\xc4\x7b\x1e\xba\xda\x03\xb7\xfb\x5c\x4b\x6e\xf7\x90\xdb\x9d\x30\x21\xb7\x7b\xa4\xc1\x94\x49\x6a\x76\xc8\x60\x0e\x19\xcc\x14\x84\xe6\x1c\x67\x63\x14\x3b\x9e\x5d\x10\xa9\x99\x75\xa0\x21\x28\xcf\x68\x62\xe2\xbc\x04\x5d\xac\x55\x81\xb0\xb4\x23\x52\xf6\x86\xec\x8f\xd0\x19\x03\xd9\xcf\x06\x84\xec\x8f\x74\xa8\xc5\xf0\xfd\x87\x1c\x2a\xc4\xe6\x64\xc7\xbb\x09\x4a\x57\x69\xc6\x44\xd9\x23\xc4\xe6\x44\xaa\x72\xbb\x90\xa2\x84\xfb\x90\x89\x1e\x32\xd1\xe7\xf2\xcf\x1d\xe1\x1e\xf5\x3d\x75\x43\x67\xda\x60\xb1\xd5\x80\x9a\x20\xae\x76\x1a\x10\x92\x38\xd3\xd5\x16\x5b\x40\x63\x0a\xc2\x33\x11\x18\xcf\x81\x46\x9f\x99\x7d\x94\xc5\x3d\x9e\xca\x3e\x20\x36\x71\x56\xa7\xb2\x8f\x33\xb3\x84\xb2\xea\x06\x74\x09\x42\x84\x26\x08\x11\x9e\x99\xa2\x97\x85\xef\x3f\xad\x08\xc2\x75\x50\x78\x9c\x56\x05\xb1\x23\x41\xf6\x34\xed\x68\xec\x68\x9c\xd1\xb4\x63\x96\x1e\x65\x71\x1d\xa7\xed\x82\x52\x0b\xcb\xd2\x5a\x87\xa0\xd4\x2f\x55\x1f\xa7\xf4\xeb\x5c\x2c\x8f\x75\x9c\xca\x3e\x20\x36\xb9\x8e\x53\xde\xe4\x74\x58\xc5\x3a\x4e\xe5\x1a\xa7\x72\x0d\x34\xe7\x54\xb2\x71\x7a\xde\xe3\x9a\x82\x5c\x10\xf7\x68\x03\x48\x7c\x79\xba\xed\x25\xee\x5d\x92\x70\xdc\x36\x9e\xe9\x54\xba\x71\x66\xf0\x2f\x0b\xb7\x7d\x2a\xf8\x43\x6c\x3e\x21\xdd\xe3\xc1\x81\x5c\xd0\x73\x22\x66\x65\x5c\x9a\xbc\xc9\x89\x4e\x78\x49\xd9\x5f\xd2\x89\x0b\xab\x75\x04\x7d\xc9\x6a\x2f\x59\x2d\x45\xd0\x25\xab\xbd\xd0\x09\x47\x99\x2e\xe9\xc4\x25\x9d\x40\x0b\x2f\xe9\xc4\x85\x73\x77\x62\xda\x25\xe7\x7e\x29\x64\x22\xfb\x4b\xce\xfd\xca\xeb\xa8\xdb\x36\x7e\x3f\x14\x5f\xba\x2d\xc8\x58\xb8\xdd\xcb\x4e\x41\x91\x8b\x90\x97\x5d\xba\xc0\x2b\xdd\x76\xdd\xc8\x7f\xae\x75\x09\x42\xd7\xc4\xf6\x42\xc2\x57\xba\xf0\xba\x11\x34\x2e\xb9\x70\x88\x4d\xcc\xe2\xf2\x21\x68\xe5\x28\xdc\xee\xa5\x0b\xbc\x74\x81\x8b\xe5\x75\x81\x57\x7a\xcf\xba\xe1\x7f\x2e\x79\x4f\x88\x4d\xb2\xf9\xeb\xd2\x79\xd3\x63\xd6\x42\xb1\x70\x85\x96\x0f\x62\xd2\x12\x24\x71\xa6\x83\xa8\x05\xbd\xbd\xe4\x20\x2e\x39\x08\x0c\xf1\x92\x83\xb8\xf2\x02\x6b\x21\x14\x87\x2e\x30\xfa\x48\x68\x08\x9a\x82\x74\x35\x0b\xc8\x04\xe5\x81\x0a\x0e\x22\x94\x84\x85\x92\xb0\xa5\x89\xbb\xa0\x9d\x51\x82\x0e\x41\x78\x16\xa2\x4d\x74\x64\x1f\x79\xdb\xb5\xa0\x32\xa1\x24\x2c\x94\x84\xb9\x20\x2d\xcf\x0d\x15\xe4\x15\xba\xa1\x48\xbf\x5a\x2b\x45\x5f\x9c\x62\xf5\x84\x55\x02\x63\x9c\x62\x35\xc9\x54\xf0\x0f\x75\x2a\xe2\x4a\x11\x2a\x59\x8a\x6b\x08\x42\x84\x4f\x48\x6b\x5d\xc9\x7d\x23\x43\x8d\x4b\xdc\x5f\xa4\x7d\xc4\xa4\xb8\xd0\x89\x40\x84\x8d\x52\xfa\x96\x08\xef\x94\x44\x6d\x24\x4b\xb7\x24\x71\xcb\x06\x5c\x10\x6b\xdd\x99\x8e\xd6\x46\x00\xba\x95\x8e\x42\x6c\xba\x20\x98\xb8\x39\xb6\x32\xb6\x5b\xc7\xbe\x33\xb7\xa8\x1d\xab\xbb\x95\x5b\xdc\x52\x4c\xd7\x28\x14\xf3\x4e\x37\x52\x3b\xe5\xc8\x2d\x37\x72\x93\x6e\x18\x65\xd3\x2d\x5d\xbd\xf7\x9a\xa3\x28\x05\x6e\xf5\x19\x20\x66\x64\x6c\xb7\xfa\x0c\x77\xd6\x10\xb5\xe3\xcb\x6e\xd5\x10\x10\xb3\x8d\xe5\xe5\x46\xee\xac\x62\x6b\x47\x7d\x6f\x55\xb1\x10\xb3\x0d\xe1\xa8\x8a\xbd\x2f\x76\xc4\x4b\xdd\x97\x76\xbc\xb4\x23\xcb\x5f\xda\xf1\x62\x2d\xae\xe3\x96\xa0\x21\x66\x24\x84\xb7\xb2\xd2\x3b\xf2\x8c\x43\x4c\x84\x98\x48\x62\xc6\xa5\xdd\x4a\x37\x6e\x6e\x68\x64\x8e\xe8\x6a\xb0\xf9\x86\xfa\x52\x5d\xfb\x86\xfa\x8a\x98\x3d\x47\xed\x40\x96\x8a\x49\xc1\xed\x9b\x2d\x41\x8b\xfe\xd5\x06\xa4\x89\xdc\x10\xe5\xaf\x6f\x4b\xcb\x27\x31\x2b\x05\xa8\x08\x62\x47\x67\xf9\xa5\x89\x8b\x1d\x8b\x26\x6a\xc7\xf4\xd1\x95\x92\xd5\xb7\x5d\x6b\xed\x5a\xab\x01\x69\xad\x83\x51\x8d\xe5\x4f\x8d\x3a\x35\xaa\x03\x69\x54\x9e\xbe\x92\x35\xf8\x46\x96\x25\x62\x56\x38\x10\xae\xc3\xb7\x48\xee\xa7\xf8\x8a\x1b\xe8\xd6\x5a\x33\xa1\x5b\x6b\xdd\xf3\xe5\x51\x9f\x07\xca\xbc\x3f\x89\x24\x01\xab\xb7\x0e\x84\xa0\x2d\x2b\x33\x7f\xf6\x39\x0b\xde\xc4\x32\xcd\xf6\x82\x37\x11\x31\xcb\x18\xee\x05\x6f\x22\x32\xc9\x66\xbc\x74\x04\x5d\x70\x0a\xc6\x19\xcb\x78\x42\xec\x58\x05\xb1\x63\x99\x69\xa2\x96\xde\xd7\x0b\x4d\x05\x11\xb3\x74\x0a\x5e\x68\x2a\x78\xc9\x14\xa1\x5a\x26\x25\x5e\x48\x11\x44\xec\xc9\x17\x4d\x05\x2f\x34\x45\xcd\xe0\xcb\x34\xca\x34\x2a\xa5\xaa\x46\xa8\x17\xee\xd1\x16\xac\xea\x1e\x8b\xee\x31\x0b\x78\x2f\xba\xc7\x72\xc0\x97\x33\xea\x10\x5f\x87\xf8\x12\x24\xbe\x32\xcd\xae\xa4\x08\x5e\x4e\x8d\x3a\x35\x0a\x56\x4f\x8d\xba\xd2\x9b\xac\xc9\x81\x2e\x2d\x9f\xc4\xac\x72\xec\x4b\x13\x23\x4d\x94\xb0\xee\x25\x8a\x20\x4c\xb4\x72\x1d\x58\x87\x97\xcc\x1e\xeb\x5a\x1c\x88\x6a\x5d\xc4\xac\x71\xec\xd0\xb1\x33\x50\xd4\x25\xee\x09\x14\x5e\x6e\x34\x47\xd7\x71\x0f\x41\xc9\xbd\x6f\x88\xf0\x16\x13\xa4\x8d\xd6\xda\xef\x86\x62\x57\xf7\x57\xa4\x92\x41\x78\x95\xca\x54\x54\xc6\xd1\xb5\x2a\x95\xa9\x52\x99\x0c\xc5\x5e\xa5\x32\x90\xea\xa8\x5f\x95\xca\x54\x59\x30\x46\x5d\x65\xc1\x35\x5d\x6d\xf5\xaa\xb5\x4e\x41\x3a\xaf\x01\x71\xde\x3a\x34\x8a\x89\x43\xa3\xa8\xef\xad\x39\x10\x82\xaa\xd8\xb9\x77\x58\x95\x32\xd4\x95\x86\xe8\x06\x5f\x2e\x88\xde\x91\x69\x14\x09\x9d\xd7\x74\xb5\xd5\x1d\x26\xc8\x07\x44\x8c\xee\xb9\x57\xd7\x19\x1d\x26\x10\x7a\x75\x31\x41\xb3\xc8\x32\xab\xf4\xea\x62\x22\x15\xab\x6d\x08\xbd\x4a\xb1\xaa\x14\xab\x0b\xd2\xc4\x0c\x8c\x6d\x93\xbc\x4e\x2d\x4f\x60\xb4\x2e\x48\x22\x4c\xd2\x36\xdc\x5b\x3d\x25\xc2\x13\x13\x7b\x42\x2e\x88\x1d\x3b\xf2\x92\x92\x56\x29\x29\x7a\x5b\xcf\xe7\x8e\x67\x8e\x1a\x1c\xfb\x14\xab\xd4\x36\xf6\x9c\x28\x41\x67\x36\xd3\xb6\xc1\x81\xc8\x66\x44\x56\xc5\x36\x2b\xe1\xc0\xeb\xb5\x18\x25\x48\x4c\x24\xe9\xa3\x71\x46\xd9\x40\xbd\xd9\x31\x73\x62\x57\xc3\x5f\xa4\x6d\xf8\xb2\x46\xcb\x40\xc4\xe4\x20\x1a\x2d\x03\x6f\xa9\x5f\xad\x64\x14\xf4\x26\xfd\x6a\xd2\xaf\xae\x89\x26\xe8\x64\xd4\x04\xba\x04\x71\x20\xce\xd8\xa4\x39\x2d\x63\x78\x2b\x38\xe7\x46\x0c\x17\x31\x1b\x2c\x3f\xb4\x7c\x2a\x50\x2b\x55\xd0\x73\x22\x9e\x05\x49\x34\xca\x56\x6f\x73\xe6\x28\x0c\xb1\x4d\x31\x41\x67\xd5\x06\xcb\xd3\xb7\xf0\x36\x9d\x51\xb0\x3a\x77\x41\x78\x83\x81\x24\xe4\x04\x5b\xba\xb4\x56\xd0\x9c\x66\x12\x0e\x15\x90\x65\x0a\xea\xcd\x24\x09\x43\x12\x3a\xb6\x89\xd5\x24\x63\x3d\x47\x89\x89\xd4\xfb\x56\xb4\xbc\xf4\xbe\x65\x6d\xd3\x0a\x2e\xa9\x51\xdb\x88\x98\x71\x69\x6d\x49\x12\x8b\x63\x4f\x41\x3a\x76\x92\x51\x37\xce\xb8\x74\xec\xcc\x4d\x5a\xc1\x71\x35\xda\x22\x22\xa3\x4b\x12\xae\xe5\x3d\x75\xb5\x2c\x76\x74\x49\xc2\xd1\xd5\xc1\xd5\x92\x53\x7b\x4b\x53\x68\x65\xb1\x96\x4c\x01\x62\x36\x38\xe3\xa1\x7b\xcc\xf0\xd9\x2a\xbe\xbf\x29\x7c\x36\x85\xcf\xc9\x8e\x0a\x9f\x0d\x5d\xad\x78\xe2\x26\x5d\x6d\xca\x53\x26\xf7\x78\x89\x2f\x74\xb5\x62\x0a\x4d\xba\xda\xe4\x9c\x89\xbb\x4d\xce\xb9\x65\xba\xd2\xaa\xee\xf1\xd2\xb1\x93\x98\x4d\x04\x1d\x62\x22\x03\x76\xab\x3a\x90\x02\x76\x23\xb1\x57\x60\x6c\xa1\x1b\x8a\x94\x44\x95\xde\x87\x24\xc1\x33\x1b\x7d\x66\x6f\x21\x26\x6e\xd6\x92\xec\x6f\xad\x95\x64\x2e\x87\x09\xb9\xf0\x86\x0d\xd5\xac\xcc\x5c\x4f\x5d\xde\x3b\xcb\x23\xc2\x2e\xbf\x0a\x31\x7a\xdd\xde\x95\x2c\xf5\xc1\x28\x9c\x55\x57\x74\xee\x8a\xce\x84\xcf\xae\xe8\xdc\xd1\xaf\x46\x82\xd3\xa5\x5f\x10\xe3\x01\xd0\xbb\xf4\x8b\x97\xb4\xd6\xd0\x55\xbd\xa4\x79\x5f\x69\x0a\x0d\x4b\xeb\x4b\xa3\x16\xa6\x60\x1a\xa5\x1d\x93\xcc\x81\x27\xef\x0a\xc5\x5d\xa1\x38\x2b\x6c\xef\x0a\xc5\x3d\x33\xe4\xd6\xa6\xd6\xba\x04\x61\xc8\xb8\xed\x2e\xc5\xe4\x09\xae\x35\xa4\xaa\x27\x38\x11\xb3\xac\xb0\x5d\x4f\x70\xce\x53\x57\x6b\x4b\xd0\x29\x08\xfd\x32\x24\xb1\x6b\xf9\x24\xad\xb9\x46\x3d\x97\xc7\xdc\x51\x72\x3d\x75\x79\x47\xbf\x9a\x03\x49\xbf\x20\x66\x59\x61\x7b\x97\x2f\xec\xa9\x26\xad\xe3\xf8\xba\xd4\x04\x62\xa6\x4b\x53\xa4\xef\x19\xb0\x5b\xc7\xd5\x76\x05\x6c\x88\xd9\xda\x7e\x3f\x14\x77\xe9\x47\x47\x19\x3a\xba\x36\xa4\x0c\x90\xd6\x11\xc1\x90\x43\x1d\x1d\x1e\xb3\x00\xf7\x41\xcf\xc7\x47\xfa\xc5\xd6\x61\x7b\xc8\x2f\x42\x8c\xce\x90\x0f\x5e\x75\x45\x46\x81\xed\x31\xb4\xfc\x60\x79\x02\xe3\x18\x5a\x7e\xe0\xa5\x48\x50\xc6\xa8\x82\x1a\xa3\x58\x8b\x4e\xbe\x88\x19\xf7\x30\xe4\x76\x47\x3a\xd4\xd6\xd1\xc8\x21\x87\x0a\x31\xa5\x6a\x63\x6a\xc7\x4c\x08\x1b\xaf\xa3\x3e\xe8\x1f\x89\x18\xed\x29\x1f\x4a\x0e\x07\xde\x73\xe0\xaf\x87\xbc\x27\xc4\x6c\x71\x46\x13\xab\xe8\xed\x20\x39\x1c\xd2\xdb\x91\x6e\xa4\xf1\xe4\xe8\x43\x6e\x04\x62\xb6\x38\xf6\xa9\x03\x11\x51\xe7\xc6\x44\x45\xd4\xa1\x88\x9a\x55\xb1\x0f\x45\xd4\x71\xa5\x89\x4d\x32\xfa\x71\x2d\x41\x98\x98\xe4\x25\x67\x33\x32\x31\x6f\x34\x36\x7d\x28\x31\x1f\x7a\x62\xa7\x1e\x19\xb7\x26\x72\xb5\xf4\x3a\x7d\xea\x6a\x21\x4d\xd5\xc1\xd4\xd5\x4e\xc5\x4a\x17\x54\x05\xc1\x04\x5e\x6a\xca\x1b\x4c\x79\x83\xac\xcc\x7c\xca\x1b\x4c\x62\x12\x6d\x33\x9f\x8a\x49\x53\x31\x09\x1b\x98\x8a\x49\x13\x79\x51\xe5\xf9\x94\xbc\x66\x9a\x6b\x53\x4e\x3c\x65\xae\x10\x93\xca\xcd\xa5\x89\x19\x28\x9a\x32\xb6\xa9\x2c\x6b\x2a\xcb\xe2\xb6\xa7\xb2\xac\x49\x84\x50\x1a\x34\x15\x21\x20\xe6\x6b\x03\x12\xab\x49\x7a\x79\x8e\xd2\x8e\x5c\x87\x42\xf1\xd4\x75\xcc\xe7\x75\xb0\xa3\xae\x63\x5e\x29\xe8\xb5\x31\xea\x32\x41\x12\x34\x52\xd5\x0d\xcd\x2c\x5b\xdb\xe2\xd2\x26\x65\xab\x88\x19\x49\xc9\xa4\x6c\xf5\x89\x51\xd3\xc5\xf4\x29\xa3\x86\xd8\xda\x04\xe9\x40\x5c\xed\x22\x4c\x4d\x5d\x2d\x64\xf6\x21\x48\x3b\xde\xfa\x58\xa2\x00\xe9\x8c\x49\xda\xc2\x1b\xcc\x5b\x67\xe4\x65\xed\xc9\xbd\x72\x75\x48\x5b\x04\xff\xa9\x64\x1c\x62\x8b\xe4\x52\x0f\xcc\x6e\x98\x28\xfd\x49\x37\x99\x28\xc4\x16\xea\x6b\x32\x51\x9e\x68\xdb\x22\x42\xe8\x89\x56\xc4\x56\x56\xfe\x6e\xb2\x21\xcb\xac\xa3\x2d\x24\x61\xd6\x04\x35\x46\x4d\xa0\x2e\x28\x23\xaa\xca\x0a\x53\x85\x0d\x31\xde\x57\xdc\xe8\xc1\x3a\xcf\xbd\xcd\xa9\xd6\xf5\xdc\xeb\xb6\x98\x88\xec\x4d\xe1\x00\x62\x0b\x73\x37\xe9\x97\x9d\x8c\xc2\x6a\x4d\x19\x2e\xc4\x16\x45\xb7\x9d\x1a\x95\x82\x6e\x7c\x29\xe2\x26\x41\xdb\xad\x51\xec\x78\x3f\x47\x9d\x2f\x8f\xbe\xb5\xe4\x6b\x49\x5e\x10\x5b\x14\x2f\x4b\x66\xb5\xd2\xf1\x75\xde\xd5\x7d\xc9\xf1\x41\x6c\x11\x18\x97\xa4\xba\xd2\xa5\xf5\x6d\xb0\x96\x5c\x1a\x64\x6e\x70\xbf\x94\x49\xae\x8c\xbb\x7d\x23\x03\x59\x8a\xbb\x4b\x5f\xcb\x90\x82\x2e\xc5\xdd\x95\x82\xee\x4a\x8d\xf5\xc8\xec\x2b\xc3\x49\xdf\x70\x30\x4b\xa9\x0b\xa4\x29\x51\x5d\x97\x76\xe4\x40\xbc\x02\xbb\x5e\x5b\x9d\xb7\xcf\x4e\xdb\xcd\xf5\xf6\x29\x62\x52\x72\x3d\x6e\xba\xcf\xf1\xf2\xe8\x15\x26\x9c\xaf\x02\x44\x6c\xd1\x6b\x70\xa5\xb3\x9e\x7e\xa2\x2b\xf1\x72\xf9\x09\x88\xf1\x21\x8f\xbb\xfc\x04\xa4\x2b\xf1\x72\x15\xf0\x10\x5b\x45\x90\x76\x4c\x05\xe8\xbc\xef\xba\x1e\x4a\x9d\x47\xc4\x5e\xd1\x7b\x3d\x22\xfa\x9e\x71\xa8\x37\x3c\xd3\xae\x38\x04\xb1\x45\xe1\xb8\xeb\x3a\xf6\x14\x61\x6f\x4b\x90\x0b\xe2\xb6\x69\x65\xec\x03\x56\x77\xcb\xe5\x1b\xe6\xbe\xdb\x25\x28\x6d\x7b\x11\x28\x76\xb5\x0c\x20\xbd\x53\x7a\xe9\x11\xd1\x79\x1e\xec\xbd\xfd\x7e\x83\xda\xf5\x7a\x28\x62\x8b\x1e\x86\x5e\x0f\x9d\x57\xba\xae\x10\xaf\x57\x3a\x11\x93\x83\xd8\x4f\xec\x69\x4f\xd7\xd1\xf9\x7e\xc6\x77\x95\xfc\x90\xb6\xe1\xe8\xf5\xfe\xe6\x3c\xb6\x75\x3e\x5d\x71\x3d\xb6\xf9\xc1\x35\x0f\xb2\xa4\x43\xd7\x7c\xe8\x9a\xb1\x94\x43\xd7\xcc\x33\x5a\x1f\x04\x33\x3d\xa3\xf9\xb1\x52\xd7\x26\x4c\x1c\xab\x09\xc2\xa8\x29\xa7\x0f\x55\x07\x3c\xb6\x75\x85\x29\x3d\xb6\x89\xd8\xc2\xf7\xeb\xb1\xcd\x79\x62\xea\xbc\x31\xba\x9e\x98\x9c\x87\x95\xae\xfa\x4d\x0f\x2b\x7e\xe6\xe0\x2e\x13\x3b\x95\xaa\x41\x6c\xd1\x0f\x39\x95\xaa\xf1\x34\xd1\xd5\x5b\xd1\xd3\x84\xd3\xe3\xef\x8e\xb9\xaa\xc7\x2f\x62\xbc\x14\xf9\xa5\x46\xdd\x95\xb2\x1f\x1b\x9e\xf8\x92\xec\x21\xb6\x9a\x20\x24\x71\x65\xb4\x19\x1b\x16\x7c\x29\xda\x40\x8a\x6e\x48\x3d\x7e\xbf\x8e\xc9\x23\x73\x8a\xf0\xe2\x4b\x22\x11\x5b\x34\x52\xae\x43\x13\xd3\xe7\x0c\x1e\x07\xfc\x52\x00\x82\xd8\x6a\x2c\xaf\x00\x44\xab\x7e\x6c\x04\x46\xb5\xea\x3d\x66\xd6\x49\x85\xe5\x83\x37\x33\x11\xe3\x51\xcb\x83\x37\x33\x0f\x5e\xba\x0b\x3e\x23\x78\xe9\x16\xb1\xd5\x34\x11\xed\x0e\x0a\x3f\x1a\xfa\x1e\x4a\xcc\x21\x8d\x87\x61\x0f\xb5\x3f\x69\xc2\x8f\x42\x44\x55\x13\xde\x23\xb5\x7b\xa8\xe6\x0a\xa9\x6f\x48\x7d\x69\xc4\x84\x44\x08\x19\x05\xdf\x1f\x12\x61\xa8\x3c\xc4\xab\x87\xb2\xf0\xa0\xf0\xab\x04\xb3\x50\xe1\x07\x31\xde\xdf\x3c\xd4\x3c\xa1\xe3\x3e\xf8\x72\xc4\xd5\x71\x77\xba\xe4\x43\x95\x86\xba\xe4\x7e\x23\xfb\x86\xbc\x6e\xc9\x1e\xd2\x78\xb8\xf3\x5b\xb2\xbf\xcf\x8b\x52\x13\x48\x4d\x0a\x88\x2d\xd2\x8d\xfb\xc4\x67\xdc\x99\x5f\x8f\x4e\x09\x7c\x2b\xbf\x86\x14\x75\x90\x6f\x25\xd0\xf4\x99\x07\xe9\x2c\x2a\x4e\x94\x4f\xfd\x0e\x75\x9d\x83\x4e\xf1\x18\xa9\x5a\xa1\x4e\x71\x6c\xa9\xad\x63\xa4\x75\xc6\x46\xb3\x5d\xc4\x56\x56\xf8\xb1\xf1\x51\x5f\x6c\x99\x56\x8c\xa9\x89\xa4\x15\x22\xb6\xba\xa0\x00\x4a\x96\x06\xcf\xea\xb1\xdd\x5a\xeb\xd6\x2b\xb4\x20\xad\x05\x97\xbc\xb3\x85\x9a\xb4\x51\x32\x8d\x1b\xbc\xef\x44\xa1\x71\x26\x62\xab\x17\xa0\x43\x50\x72\x4f\xa7\x38\x0a\xbe\x34\x8a\xe2\x58\x96\x6e\x51\x88\x63\x41\xcb\x74\xd0\xf1\x0f\xb5\x4c\xa3\xec\xa9\x80\x04\x9a\x28\x3c\x98\x8b\xd8\xca\x40\x13\x65\xd7\x8e\x59\xea\x0e\xb2\xcf\x28\x94\xba\x22\x75\x6b\xb0\x9a\x65\xef\x93\x8c\x35\x98\x48\xf5\x2b\xd2\xca\xd0\x44\x2d\x1f\x27\xa3\x26\xd0\x25\x48\xf2\x82\x2f\xda\x9c\x41\xef\x71\xac\x34\x8c\x50\xef\x31\x2a\xb6\xb2\x52\x27\xa3\x62\x2b\x22\x86\x23\x89\x8a\xad\x44\xcd\xf8\x3a\xe8\x3d\x46\x25\x91\x11\x31\x72\xae\xa8\x24\x32\x51\x33\x5e\x0c\xaf\x1a\x75\x09\xba\xf8\x20\xa3\x02\x85\xa0\xe0\xe3\x0e\x46\x49\x5e\xf5\xd0\xf7\x1e\x29\xe8\x8a\xe6\x8a\xd8\xea\x8c\x42\x73\xa3\xa6\xc7\x1f\x9e\x19\x76\xd4\x53\x3b\x9e\xe4\x10\xe9\xc4\x83\x16\xe0\xdb\xa8\x19\x10\xe6\xb6\x31\x91\x80\x20\x62\x24\x7e\x51\x43\xdc\xc7\x91\xa3\xc4\x04\x1f\x18\x88\xd8\x1a\xac\x25\x11\xd2\x71\x9b\x3c\x75\x86\x3a\x6e\xd1\x32\x1f\x99\x64\x1a\xd1\xc8\x47\x44\x8c\x8c\x31\x1a\xc1\x54\x64\x6e\x19\x36\xa2\x11\x4c\x45\x6c\x65\xd2\x1d\x6d\xa0\x5f\x2d\x5d\xd7\xdc\x9c\x89\xb8\x2e\x11\xe3\xa1\x36\x68\x8f\xbd\x0d\xba\x51\xb3\x6c\x4c\x94\xbc\x5a\x4a\x62\xf2\x69\x5c\x34\x49\x02\x62\x52\x93\x26\x49\xd0\xeb\x98\xc5\xe7\xef\x46\xe1\x50\x2b\x24\x68\x4c\xcc\x0a\x8f\x6a\x4c\x44\xcf\xd0\x36\x79\xec\x8b\x4e\x68\x13\x31\x3a\x66\xd1\x69\x7c\x85\x1a\x13\x2d\xf3\xfb\x50\x63\x42\xc4\xa4\x91\x6a\x4c\x04\x9f\x0b\xcf\x56\x99\xc8\x03\x9d\x88\x2d\x2c\xb8\xd3\x0b\x0b\xbe\x75\x9d\x2d\x5d\x75\xe8\x5b\x57\x11\x5b\x59\xcd\x85\xbe\x75\x0d\x3e\x46\x9d\x6d\xb2\xfc\xa1\x1d\x0f\xed\xe8\x40\xda\xf1\x66\x2d\x4b\x71\xd2\x32\x78\x12\x5b\xa8\x8c\x3a\x07\x41\x1f\x60\xd2\x7d\x0b\xf5\x01\x44\x66\xef\x82\x8a\xa0\xc2\x13\x6a\x03\xaa\x82\x98\x88\x37\xa0\x27\xf0\x24\x4d\x56\xa7\xd6\x40\x8c\x8c\x24\x13\x5f\x1a\x83\xfc\x5e\xa4\x3c\x97\x27\xbf\x0f\x8a\xeb\xc9\xe7\xc2\xa1\xe2\x3a\x46\xc6\xfd\xc9\xf7\xcf\x31\x76\xed\x98\xa4\xf1\x84\x1a\x83\xb8\x1f\x23\xbd\xe7\xa4\x04\x8f\x21\xef\x09\x31\x1e\x50\x62\xf0\x69\x5c\x8c\x14\xc8\x1c\xb8\xb7\x41\x1b\x5d\xc4\x16\x9e\x78\xd0\x3b\x8c\x91\x36\x30\xe5\x9c\x87\x6c\x60\xc8\x8d\xa0\xf0\x43\x6e\x84\xe2\x7a\xf2\x01\x69\xa8\xb8\x8e\x39\xf8\x0c\x0a\xd3\x9f\xf2\x8b\x53\x55\x53\x56\xd2\x31\xa9\x9a\x62\x5a\x5a\x1d\x5f\xde\xc5\xe4\x33\x04\x91\x32\xb0\xba\x29\x9f\x41\xd9\x3c\x79\x56\x0f\x95\xcd\x31\x53\xcd\x26\xaf\xe3\x31\xf9\x04\x4d\xc4\x16\x0a\x30\xe9\x98\xc5\x74\x8d\x82\x09\xd7\x28\xd7\x28\x03\xd2\xa8\x4c\x3e\x26\x0f\x87\xa1\xea\x57\xa4\xf2\x22\x14\xaa\x7e\x63\xa6\x27\x9e\xa6\x89\xf2\xc4\x10\x5b\x93\xe5\xe5\x89\x27\xfa\x45\xd1\x1f\x53\xfa\x35\x9f\xfa\x05\xf7\xd2\x2f\xaa\xcc\x49\xcd\x17\xaa\x32\x83\x8f\x7f\x27\x55\x40\xf0\x05\xf0\x93\xd8\xb2\x0d\x08\x41\x53\xf3\x4d\xdd\xa3\x6a\xbe\xb0\xcc\x34\xe6\x32\x07\x3a\x05\xe1\xb8\xac\x00\x69\xad\x24\x73\xb9\x26\x6a\xad\x45\x90\x37\x41\x04\x33\x4b\xd5\x98\xcb\x53\x12\xc6\xe7\x92\x22\xb6\x30\x18\xe3\xeb\xaf\x30\x34\xc7\x0b\x3b\x4a\x73\x4c\x9a\x63\x4c\x94\xe6\x58\xd6\x56\x53\x2e\xdc\xa8\xad\x44\x6c\x65\x3e\x12\xc6\x07\x06\x41\xfd\x38\x1d\x9d\x50\xfd\x18\x8b\x17\xc7\x2d\x8b\xeb\x58\x3a\xe3\x22\xcd\xdf\x90\xfd\x22\xcd\x17\xb1\x65\x0b\xa8\x0b\xca\x89\xa5\xb1\x16\x59\x8b\x88\x49\x38\xeb\xd2\x5a\xc9\x97\x15\xc2\x94\x6a\x3e\x11\x5b\xe4\x03\x4b\x7c\xe9\x6b\x5d\x45\x54\x7d\xad\x2b\x52\x94\x0f\x2c\xdd\x23\xc4\xd6\x12\x24\x26\x68\x20\x94\x95\x13\x55\x3f\x06\x75\x9a\x15\x64\xaf\x3a\x2d\x9c\xdf\x10\x54\x3c\xa6\xf3\x1b\x02\x11\x5b\x8b\x51\x34\x56\xc3\xf1\x5f\x95\x74\xc3\xe5\xbf\x20\xb6\xb4\xbc\x64\xef\xa9\xbe\xd6\x50\x5f\x3f\x9f\x10\x1f\x29\x77\x46\x49\x7d\x21\xc6\xb3\x67\x38\xaf\x53\xe1\xb7\xbe\x81\x66\x47\x9d\x11\x52\x5a\x56\x73\xe1\x3a\x23\x25\xa5\x35\xb4\x50\x25\x65\xec\x34\x36\x1a\xf2\xda\x4d\x10\xcd\xc1\xb5\x06\x50\x11\xc4\x6f\x61\xb2\xb0\x08\x95\x81\xb1\xf3\x9a\xd7\xe1\x6b\xe7\x35\x4f\xc4\xd6\x9a\x40\x28\xe6\xae\x1f\x7e\xa0\x72\xbb\x5c\xda\x9e\x2e\x6d\x55\xb8\x57\x29\x13\x97\xbe\x76\xc7\xb9\xab\x94\x89\x2b\x23\xc1\xea\x59\x33\xc6\xc5\xcf\x1d\x44\x8a\xe3\xa3\x2f\x7e\xee\x10\x54\x11\x8b\xcf\x12\x43\x55\x44\x90\xd3\x2f\x3e\xe3\x0c\xe5\xf4\x11\xe9\xf8\xd6\xdc\x72\xf9\xe0\xa3\x80\x88\x9b\x2f\xfa\xb9\xc7\xa0\xcf\x24\xa2\xb4\x2e\x68\x88\x04\x99\xf9\xda\x32\xf9\xbb\x25\xae\x7b\xcf\xdc\x52\xf3\xee\x9d\xdc\xf2\xde\x07\x3f\xcc\xb0\xdf\xd6\xc3\xed\xb7\x81\xf8\xde\x69\xf7\x8a\xb0\xd1\xbd\xd3\x1a\xb9\xf7\xcc\x3b\x7e\xde\x88\xbc\x43\xc4\x66\x26\x65\xb7\x8a\x78\x11\x9b\x65\x03\x7a\xee\xbd\xff\xfc\x03\x80\x7b\x27\xef\x10\xe1\xf1\xe4\xde\xa9\x7c\xef\xfd\x57\xe9\xde\xba\xbc\x9b\x6f\x5d\x57\x4b\xe7\x70\xeb\x5b\x57\x11\x49\xf7\xd6\xb7\xae\xf7\xfe\xab\x74\x6f\x15\xd6\xf7\x21\xe9\xc2\x96\x4a\xe6\x9b\x32\x77\x8d\x34\x9c\x5b\x65\xee\x7d\x66\x8a\xbd\x6c\xfb\xbf\xc9\x49\xfe\xff\xfb\xfd\xe3\x9b\x5f\x7e\xc4\x76\xfe\xf8\xe9\x53\xbc\x7e\xe1\x27\x73\xfc\x4e\xed\x71\xc5\xfd\xee\x35\x7e\xf9\xf9\xdd\xc7\x0f\x1f\x73\x16\xff\xfd\x4f\x00\x00\x00\xff\xff\x1e\x5b\x0f\x99\xaa\x37\x00\x00"); -var _gfe =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\x94\x41\x6b\xf3\x46\x10\x86\xef\xfb\x2b\xf6\xf8\xf5\x90\x7a\x67\x66\x25\xad\x40\x18\x4a\x42\xc0\x84\xb4\x25\x29\xed\x59\x96\x56\x46\x50\x4b\x42\x96\x0f\xf9\xf7\x65\xe6\x95\x53\xf8\x0e\x41\xd1\xe3\xdd\xd7\xcb\xf3\x7a\xe7\xf0\x7c\x7a\x39\x4d\xe3\xe6\x0f\x7f\xae\x73\xf7\x99\x37\x3f\x8c\x53\xbf\xe6\xdb\x7c\x5f\xbb\xec\xcf\xf9\x32\x4e\xce\x11\xfb\x7e\xec\xb6\xc7\xab\x3d\xba\x6b\xbb\x38\xa7\xfb\x3f\xbf\x6e\x5b\xbe\x9e\xa6\x61\xf6\x82\x75\xfd\x7d\xd9\xd7\x7a\x7f\xf8\xc8\x97\xf1\xb6\xad\x5f\xfe\xc7\x6f\xfd\x7c\xce\xbf\xf8\x3e\x0f\xca\xff\x58\xfb\xbc\x8e\xd3\xc5\xff\x78\xfb\xf8\x86\x9f\xf7\x65\xf9\x37\x5f\xf3\xb4\xf9\xd2\x58\x9e\x7a\x7b\xba\xc3\xf3\x7b\xbb\xfc\xde\x5e\xb3\x3f\x58\xce\xd3\xdb\xc7\x13\x96\xd8\x27\x7f\xe7\xf5\x36\xce\x93\xa7\x5f\x43\xe0\xff\xf1\x5f\x5f\x4b\xf6\xb4\x27\xfc\xf3\x3e\xf7\xd9\x87\x47\xde\xe9\xe5\x79\xbe\x4f\x9b\xa7\xc8\x92\x00\x09\xc7\xee\xe6\x3e\xdf\x96\xb6\xcb\x6b\x3b\x5d\xb2\xf3\xbe\x09\x21\x84\xa3\x6f\xa4\x7a\x7d\x3d\xea\x99\x7e\x5a\xe1\x8a\x72\xdf\x39\xf6\x20\x8f\x1d\x21\x0c\xc3\xd1\x07\xd7\x04\xc2\x3b\xe9\x3b\x17\xa5\x6b\x02\x83\xb0\x92\x82\xd8\x35\x41\x40\x44\x49\x55\x26\xd7\x84\x08\x12\x95\x50\xe0\xe8\x9a\x50\x00\x15\x86\x38\x69\x76\x09\x54\x1a\x2a\x44\xc3\x2b\xa0\xca\x50\x55\x6b\x7a\x02\x4a\x76\x82\x10\x35\xbe\x06\xaa\x0d\x49\xd0\xf8\x16\xa8\xdd\xcf\xa9\xf1\x67\xa0\xb3\xa1\x44\x1a\xdf\x01\x75\x8a\x24\x54\x1a\xdf\x03\xf5\x86\x84\x35\x3e\x03\x65\x43\x45\xd2\xf8\x01\x68\x30\x94\x62\x70\x0d\xc1\x14\x99\xa9\x18\xea\xd2\x35\x04\x59\x64\xb2\xa2\x14\xec\x1a\x82\x2d\x32\x5b\xb1\x0c\xc9\x35\x04\x5d\x64\xba\x62\x2a\xa3\x6b\x08\xbe\x28\xee\x4e\x35\x1e\xbe\xc8\x7c\x15\x52\x69\x3c\x7c\x91\xf9\x2a\x4a\xd1\x78\xf8\x22\xf3\x55\xa4\xa4\xf1\xf0\x45\xe6\xab\xa4\xa8\xf1\xf0\x45\xe6\xab\x8c\x41\xe3\xe1\x8b\xcc\x57\x59\x6a\xb1\x04\x5f\x64\xbe\xca\x5a\x9b\x25\xf8\x22\xf3\x55\x91\x56\x4b\xf0\x45\xe6\xab\x8a\x5a\x2d\xc1\x17\xe5\xbd\x7f\x8d\x87\x2f\x32\x5f\x55\xad\xd5\x32\x7c\xb1\xf9\x4a\xa4\xd5\x32\x7c\xb1\xf9\x4a\x51\xab\x65\xf8\x62\xf3\x95\x2a\xad\x96\xe1\x8b\xcd\x57\xaa\xb5\x5a\x86\x2f\x36\x5f\x35\x6b\xb5\x0c\x5f\x6c\xbe\xea\xa8\xd5\x32\x7c\xb1\xf9\xaa\x2b\xad\x96\xe1\x8b\xcd\x57\x5d\x6b\xb5\x0c\x5f\x9c\x1e\xbf\x55\xcd\x87\x30\xae\xc1\xa2\x96\xcb\x30\xc6\x2d\x58\xa5\xed\x32\x94\xb1\x29\xd3\xf6\xf5\x2b\xe0\x8c\x3b\x30\xd6\x7e\x19\xd2\xb8\x07\x2b\xb4\x60\x86\x35\xce\x60\x95\x36\xcc\xd0\xc6\x03\x2e\x49\xd0\x8a\x65\xbf\xc3\x01\x8c\xb5\x63\x81\x38\x21\xb0\x42\x4b\x16\x98\x13\x7e\x5c\xb0\xe0\x1a\x81\x3a\x31\x75\x24\x41\x6b\x16\xb8\x13\xdc\x4d\x11\xed\x59\x20\x4f\x70\x39\xa5\xd0\xa2\x05\xf6\x04\xb7\x53\x92\x36\x2d\xd5\x3e\x4f\xea\xfe\xe8\x29\x86\x14\x6c\xaa\x3c\xa6\x87\xfe\xaf\xf3\xf5\x7b\xe6\x75\xf7\x75\xcd\xd3\x66\xd3\xd5\x06\x9b\xce\xab\x71\xca\xdf\x93\x7a\x99\x17\xdd\x65\x7f\xff\x05\x00\x00\xff\xff\x7c\x8a\x82\xe4\xd5\x05\x00\x00"); -func _fag ()([]byte ,error ){return _g (_gbdd ,"Adobe-CNS1-5")};var _cdea =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\xbd\x4d\xab\x36\x3b\x96\x25\x36\xcf\x5f\x71\x86\xed\x41\x3b\x43\xdf\x12\x98\x03\xa6\x9b\xc4\xd9\xd0\xb6\x71\x75\xd9\x0d\xc6\x83\xf8\x2c\x5f\x70\xde\x4c\x6e\x66\x0d\xea\xdf\x1b\xad\xa5\x67\xad\xb8\x0d\x0d\xe7\x9d\x9c\x57\xf1\x44\x48\x5b\x5b\x5b\x5b\xfb\x5b\x7f\xfc\x0f\x7f\xfe\x8f\x7f\xfe\xf5\x97\x7f\x7c\xfd\xf1\x7f\xff\xed\xaf\xe7\x3f\xdd\xff\xf8\x7a\x7e\xf9\xf5\xfa\xed\xfe\xfb\x5f\xff\xf5\xb7\xf3\xfe\x3a\xee\x7f\xf9\xe5\xd7\x3f\xfc\x21\xc4\xaf\xeb\x97\xf3\x1f\x9f\x26\xfe\x9c\x7f\xd9\xff\xf6\x87\x3f\xcc\xef\xff\xe9\xdf\xfe\xfe\x8f\xfb\x2f\x7f\xfe\xf5\xf9\xeb\x57\xe2\x7b\xd7\xbf\xfe\x6d\xbd\xfb\xf5\xf5\xc7\xff\xe3\xfe\x97\x5f\xfe\xfe\x8f\xdf\xfe\xed\xeb\xdf\xfd\xcf\xd7\x5f\x8f\xfb\x7f\xf8\xba\xee\x67\x3e\xff\xdf\x7e\xbb\xee\xdf\x7e\xf9\xf5\x5f\xbe\xfe\xdd\x7f\xda\xff\xb6\xff\x1a\xf4\xc3\x3f\xfd\xeb\xdf\xfe\xf6\xff\xdd\x7f\xb9\x7f\xfd\xc7\x57\xc3\xb3\xfb\xd7\x0b\x7f\xff\xf0\xc7\xff\xf0\x9f\xf7\xbf\xfd\xaf\xfb\x5f\xee\xaf\x3f\xfe\xf3\xaf\xbf\xfc\xa7\x3f\xff\xd3\x7f\xdd\x62\x48\xff\xfe\x9f\xff\xcb\x9f\x52\xfc\xf7\xff\x0b\xde\xc1\x2b\xff\xe7\xfd\xdb\xdf\x7f\xf9\xeb\xaf\x5f\xe1\x7f\xdc\x62\xf1\xe3\xff\xf2\x6f\x7f\xbb\xbf\xc2\xea\xea\xbf\xfe\xf3\x9f\xff\xe3\xd7\xff\x1d\xbe\xc2\xf6\x15\x4b\x0d\xf9\xff\x59\xcf\xff\xaf\xff\xfc\xd7\xeb\xfe\xda\xd8\x0a\x9c\xc6\xf9\xd7\xeb\xfe\xfb\xdf\xf6\xf3\xfe\x6d\xff\xf5\x5f\xee\x3f\x7c\x7d\xfd\x4f\xdb\xfa\xf7\x3d\xff\x1b\xb6\x3f\xfd\xe9\x4f\x7f\xfa\x9e\x70\xfe\x37\x6f\x7e\x3a\xf8\xf5\xaf\xff\xb8\xee\x87\xcf\x7e\xff\xed\xfc\x17\x9e\xef\xaf\x30\xbf\x7e\xbf\xf6\x87\xb0\x6d\x6b\xf4\x5f\xae\xf3\xff\xdd\x7f\xfb\x7c\x58\xce\xef\xaf\xd1\x3e\xad\x36\x5b\x43\xad\xeb\xfb\x6b\x64\xb5\xee\xef\xaf\xb0\x6d\x9f\xe6\xbe\xcd\x61\x3e\x8d\x3c\x7f\x53\x37\x7b\xf9\xfe\xaa\xfe\xb1\x7e\x7f\x8d\xa4\x56\x9b\xaf\x56\x35\xfb\xf7\x57\x48\x51\xcd\xf1\xfd\x15\x8a\x9b\xfb\xf7\x57\xc8\x1e\xf3\x98\xdf\x0a\xbe\xfd\x9c\x2f\xbb\xe7\x6b\x36\x3d\xec\x84\xb7\x08\xfc\x7d\xa2\x25\xea\xdb\x63\x42\x1c\x05\xf1\x51\xe6\xcb\xfe\xb5\x7e\x7f\x85\xd0\xd5\x9c\x30\x07\xbf\x0c\x98\xd5\xf3\x31\x61\xae\x02\xf2\x00\xcc\xfe\x75\xc2\x1c\x05\xe4\x01\x30\x34\xfd\x73\x0e\x94\x34\xee\x35\x7b\xce\x9a\xfe\x35\x5f\x2e\xea\xf9\x9e\x2f\xe7\xf2\x69\x3e\x78\xf9\x03\x64\x98\x24\x30\x52\xad\x6a\x07\xb4\x83\xda\x71\x76\xd6\x8a\x5f\x48\x78\x50\x87\x1e\x64\x3c\x48\x4d\x0f\x80\x95\xa6\x21\xc3\x56\xd9\x87\x07\x6d\x78\xd0\x3c\x4a\xc7\x83\x9e\xf4\x60\xf0\x81\x47\xd9\xbf\xbf\xe2\x96\x92\xdf\x38\xf0\x40\xab\x1e\xb6\x93\xa3\xf8\x93\x8b\xa3\xf8\x8d\x9b\xa0\x7b\xd8\x87\x6f\x7c\xd0\x1e\xc2\x86\x4e\xa3\x3e\x09\x81\x6f\x68\x2e\x21\x02\x3f\x1a\x24\x24\xb4\xdd\x43\x25\x9c\x7e\xd0\x08\xa7\x00\x0f\x9c\xab\x96\x3e\x04\xce\xb5\xf9\x8d\x7d\xf6\x39\x3c\xe6\x31\x77\x94\x36\x4a\x08\x9c\x69\xf7\x18\x9c\xe9\x70\x97\x37\xa1\x70\x17\x0f\xa1\xd0\x83\xc8\x99\x7a\xd5\x62\xe0\x1b\x5a\xe8\x18\xf9\x86\x1f\x70\xa1\xbb\xfb\xe0\x42\x0f\xe1\x33\x72\xf2\xa2\xdb\x10\xb1\xd0\x3d\xb8\x8f\x8e\xa9\x08\xd0\x38\x66\x3b\x08\xdf\x11\x53\xaf\x86\xea\x40\xdb\xbf\xaf\x89\x09\xff\x71\x4d\x4c\x5f\xa4\x35\x31\x11\x5b\x9a\x4b\x98\x05\x41\xe2\xb4\xa2\x90\x97\x12\x1f\xf8\x83\x35\x4f\x7f\xb2\xe6\x29\x28\x12\xe7\x29\x16\x13\xd2\x5a\x64\xf7\xd1\xd9\xa9\xe0\x4c\x5c\xe4\x17\x9c\x3b\x57\xdd\x7d\x90\xa0\xb3\x47\x39\xf1\xc0\x84\x92\xb8\xcc\x9e\x7c\x22\x41\x67\x77\x4a\x6c\x44\x2d\x51\x5e\xd8\x50\x1f\x19\xd8\xd0\x8a\xe5\xb9\xbd\xfd\x7d\x5e\x9b\x5b\x30\x64\xe2\xa2\x09\x17\xb9\x10\x4a\x2d\x71\x26\x2e\xbc\xa9\x32\x37\x77\xf5\x1b\x24\xf8\xe6\x51\x06\x81\xc2\x79\xf3\x39\x59\xfe\x7b\x67\x4d\xc8\xdc\xf9\xd1\x20\x60\x3b\x98\x2e\xf3\x3c\x7e\x92\x11\x99\x2f\xd0\x8c\x70\x50\x36\x02\xa4\x15\x2f\x6b\x53\x6b\xb5\x0a\xb0\x20\x80\xcb\xc4\x42\x16\x96\x0b\x71\xe0\xbd\x53\x48\x0f\xd5\xdf\x2f\x7a\xf0\x08\xa4\x07\xe3\xb1\xac\x4d\xef\x3e\xd6\xa6\xf7\x28\xa4\x07\xd3\x54\x39\xf8\xc0\xa3\xac\x6d\x2f\x3c\x96\xb5\xed\x0d\xf8\xa2\x07\xad\x45\x21\x83\xd3\x61\x10\xea\xa4\x07\xef\xcf\x3a\x37\xbd\xce\xb3\x50\xc9\xec\xbd\xfd\x2a\xe9\xa1\xab\xc3\x4a\x5c\x98\x48\x2b\x71\x51\xfc\xc6\xe2\x01\xee\x83\xb8\x48\xfe\x84\x3c\x40\xa8\xa8\xe4\x01\xfe\x80\x3c\x40\xf3\xae\xe4\x01\x06\x7a\xe1\xc1\x2f\x2c\x3c\x08\xfd\xf5\xc6\x08\x6e\x3f\x18\x41\x14\xd3\x16\x45\xf8\x01\x29\xa2\x0b\x4f\x8d\x5c\xc2\x67\x58\x23\x97\x30\x14\x2d\x73\xcb\xfb\x13\xee\x0c\x93\x59\x23\x26\x8c\x9a\xb6\xa8\xc2\x9d\x4e\x2e\x61\x4e\xd4\x48\x13\x26\xc4\x46\x9a\xf0\x19\xd7\x16\x4d\xf8\x93\x75\xe8\xf9\xc1\x35\xbb\xf4\x08\x93\x5f\x9a\x0b\x8d\xb9\xc0\xc6\xfc\xc0\xf2\x76\x6f\xad\x33\xf2\x81\x40\x3e\xb1\x97\x8c\xd9\x93\x98\xf5\x07\x0f\x7e\xd7\x52\x5c\x1b\x30\x2d\xa4\x5c\x01\xef\xab\xbf\x2b\xe2\x77\xcd\xf0\x4a\xf8\xdd\xed\x8c\xdf\x05\xe1\xb5\xd8\x8d\x66\x70\x51\x96\xb0\x1c\x70\x11\xa9\x66\xf0\x17\xb7\x9a\x4f\xe0\x8b\xec\xc6\x1b\xe9\x22\x5a\x7d\x3a\x5e\x8b\xf5\x8a\x04\x2f\xa2\xd5\x3c\xe6\x21\x1c\xc6\xf3\x03\x29\x57\x88\x8a\xf3\x04\x18\x59\x5d\x46\x32\x9d\x2e\xaa\x8f\x05\x98\x90\x74\x18\x0b\x51\xad\x21\x62\x59\x8b\xe1\x2f\x80\x0b\x6d\xd6\x48\xb6\xd3\xb5\xbb\x63\x01\x2e\xfa\xe6\x2f\x78\xdc\xbe\x3e\xe9\x7c\x30\xf4\x00\x7b\x2d\x7a\xd0\x1d\x6d\xff\x4e\xde\xea\x1e\x4f\x42\xb9\xe9\xc1\xcd\x07\x06\xe2\x21\x10\xea\xa2\x72\xe6\xa2\xc1\x58\x03\x85\x00\x41\x45\x26\xd2\x8d\x2c\x32\x91\xae\x33\x3b\x56\xce\x2c\xb8\x53\xce\x4c\x84\x1f\xeb\x9a\x59\xd3\x03\x2c\x6a\xef\xee\x94\x6b\x38\xdc\xe9\x45\x48\xfd\x80\xec\x72\x78\x14\xce\x25\xa5\x9f\x1c\x4c\x91\x5c\xa4\x07\xc1\xb4\xb8\x88\x04\xb7\xd8\xb8\xc6\xda\x0e\xb1\x71\x8d\x45\xef\xb1\x11\x15\x92\x35\xe2\xe4\x22\x23\x4b\x2c\x8b\x8d\x98\xe8\x7e\xc0\x89\x8b\xfb\x45\x72\x8d\xbe\x79\x10\x62\x22\x7b\x90\x83\x6f\xb8\x8f\x85\x09\x43\xbe\x30\xa1\x37\x3a\xe7\x26\xf9\x3b\xf6\xb5\x88\x9a\x5b\xe7\xdc\x36\x3f\xc0\x56\xd6\xc9\x10\x3b\xa7\x26\xf6\x16\x3b\x21\x17\x33\x88\x9d\x90\x4b\xf2\x8a\x9d\x90\x27\x7f\x42\x7e\x37\x84\x9e\x7e\x02\x3d\xfe\x82\x33\x31\xbe\x3a\xe9\x33\x18\x0c\xae\xa9\x64\xe3\x38\x38\x35\xf1\xb0\x38\x38\x35\x43\x3e\xc0\xa4\xbc\xcf\x06\x67\xe2\xbd\x3b\x48\xaf\x3a\xb2\xe2\x58\xd4\xe8\x41\x38\xb5\xe1\x3e\xb8\x91\x86\x07\x21\xe4\xc1\x6f\x2c\x40\xb5\x6c\xfb\x82\x4b\x9d\xee\x8b\x65\x68\x51\x0e\x4e\x45\xec\x39\x1e\x7c\xc3\x14\x78\x70\xdf\x18\x81\x53\xb1\xf4\x96\x38\x26\x3a\xf5\xdb\xc9\x01\x4d\x05\xd0\x33\xbd\x3c\x27\x25\x3b\x31\xe3\x78\x72\xda\xd9\x3d\x8c\xb7\xba\x1c\xcf\xfd\xad\x2e\xc7\xf3\xf8\xfe\xd2\xe1\x17\x4f\x62\x44\x4c\x37\xf2\xec\x30\xd9\x5e\x6b\xfe\x1a\xff\xc3\xd9\xfd\x60\x69\x89\x42\x2a\x38\x7b\x72\x0f\xeb\xb8\x14\x7c\x93\xaf\x1b\x39\x17\xe5\x86\xe2\xf7\x49\x3c\x92\x7f\xd2\xd4\x8e\x05\x71\x9a\xaa\xef\x70\x2b\xbf\xe7\x9a\xa6\xd6\x1b\xc5\x58\xd3\xf6\x3b\x48\xd2\xd4\x56\x43\xf2\xb7\x73\xee\xc9\xc3\x5c\xbf\xc7\x63\xa2\x62\xda\x25\x5c\xa4\xc0\x9d\x21\x71\x31\x51\x07\xec\x12\xbb\x13\xb5\xb3\x2e\xb1\x29\x51\x3b\xeb\xc5\x0f\xda\xdb\x00\x91\x22\xec\x11\x1a\x32\x92\x62\x3d\xdb\xb8\x86\xf4\x1b\x1c\x52\x0a\x76\x8a\x84\x52\x62\x54\x4a\xa4\x47\x69\xc7\x69\x2a\x5b\x12\x88\x12\x15\xab\x2e\xb5\x3f\x25\xd8\x31\x04\x60\x5a\x20\x68\xd6\x89\x23\x36\x3f\x20\xa2\xdc\xe5\x3a\x5b\x24\xa7\xa5\x0e\xa1\x2b\x8b\xe8\x52\x87\x16\xe5\x23\x2d\xf5\x9b\x0f\xb4\x36\xfd\xe1\x03\xf5\x31\xa0\x34\x99\x01\xa4\x7d\xe7\x1b\x7e\x70\xf0\x81\xe0\x38\xd6\x27\xea\x03\x92\x54\x8d\x3a\xcd\xd3\xc9\x3e\xb4\x9b\xd3\xc9\x3e\x74\xa4\xa5\x93\x80\x99\x0a\xe6\x86\x08\x71\x1b\xdb\x4f\x8e\xa3\x84\xed\x12\xb7\xe1\xcf\x0b\x1f\x68\x00\x6c\x87\xb8\x89\x84\xf3\x16\x60\x55\x53\x1b\x8a\xd1\x26\xf6\xf0\x40\xd8\x8a\xe1\xb3\xbf\xc2\x0d\x7e\x91\x3e\x0c\x22\xdc\x07\xa4\xa0\xcf\xd9\x1f\x9e\x86\x2d\xfc\x61\x83\xe1\x69\x14\x7a\xfc\x3b\x38\xeb\x07\x6d\xe1\x69\x38\x33\x3e\x4b\x11\xb7\x6d\x8a\xdd\x1f\x34\xc7\x6d\x6e\xb8\xea\x5f\xc3\xc4\x47\x56\x2b\xfc\xae\x15\x7f\xd7\x9a\xe7\xec\xab\x99\x5f\x74\x16\xb7\x50\xbe\xbf\x6a\xd5\x28\xa1\xce\x66\x55\xb3\x9b\x43\xc6\x2d\x0c\x73\xc8\xb8\x61\x1b\x7e\xa6\x17\x37\x6c\xc2\xcd\xef\x4e\xea\xfc\xac\x78\xdc\xc2\x0d\xec\x7d\x9a\x71\x42\xf8\x41\x45\xdc\x22\x80\x70\x13\x40\xa8\xab\xb9\x93\x64\xb9\x8a\x5b\x3a\xbe\xbf\x24\xd1\xc6\x0d\xfb\x22\x86\xa0\xbe\xd3\xfd\x62\x3e\x71\x4b\xdc\x98\x59\xbd\x67\x52\x63\x57\x87\xd0\xeb\x37\x75\x98\x07\x3b\xd4\xef\xa0\x84\x1a\xbb\x46\x98\x82\x62\xeb\xc6\xcb\xd4\x3d\x9b\x8e\x8a\xb8\x61\xe5\x53\x73\x1b\x20\x0c\x23\x67\x07\xe9\x14\x0d\x09\xe6\x5b\x65\x76\x89\x1b\x98\x6f\xd8\x3e\xdb\x30\xc2\x34\x19\x42\x2f\x7e\x90\xbe\xbf\xda\x47\x98\x8a\xb4\x33\x06\xf1\xa3\x08\xa3\x61\x4f\x9b\xdf\xdf\xd1\xce\x6a\x03\xa6\x22\xba\x80\xf1\xae\x6f\x51\x1f\x4c\x4a\x68\xd5\x23\xc4\x30\x7f\x37\x00\x30\x89\x09\x62\x98\xbb\x46\x7a\xfd\xdc\xd8\xbf\x1f\xcc\x65\xfb\xb0\xbb\xf8\x31\x5e\x89\xd4\x96\x61\xa9\x7c\x24\xe3\x08\x1b\x50\x4f\x1f\x41\x2d\xc2\x74\x31\x64\xd7\x8b\xb0\x5c\x0c\x89\x7a\x11\x86\x8b\x21\x51\x26\x7e\x2c\x13\x51\x1d\xcc\x65\xe8\x69\xd3\x00\x53\xe4\x1a\xd2\x73\x23\x14\x42\xa9\x39\x11\x0a\xa1\xec\x4b\x31\x50\xf0\x29\xa2\xb3\x30\x05\x82\x9e\x36\xbd\x70\x82\xa3\x44\x03\x8c\x43\x3d\x46\x43\x44\x1e\x16\x0d\xf2\x05\x11\x25\x8b\x14\xa1\xf2\xcd\x07\x82\xf1\x9e\x83\x6c\x46\xca\xdd\xd0\xd6\x07\x77\x47\x5b\xab\x78\x0f\xb4\x05\xe4\xd4\xd5\x7a\xd2\xfb\x11\x74\x54\xf2\xc7\x5c\x1a\x23\x6d\xda\xf9\x23\x69\xc5\x48\x9b\x76\xfe\xe8\x0e\x31\xd2\x84\x9d\x45\xce\x71\x5b\x56\x2e\x3f\x68\xec\xc3\x9d\x42\x38\xc9\xd5\x0f\x06\xfb\xa8\x7a\xb0\x73\x4b\x6c\x7a\x70\xf0\x13\x0f\x4b\xf3\x9d\xd8\x40\xa4\xf9\x79\x7c\x44\xe6\x18\xc1\xe6\x8a\x9b\x89\x0b\xa4\xb9\xc2\x96\x1c\x04\x25\xc5\x86\xfc\xd1\x70\x62\xa4\xa5\xb8\xbc\x3a\xa4\xbf\xa3\x8c\x1f\x9c\x31\x31\x06\x32\x16\xb1\x85\x18\x89\xdb\xe1\x07\x6b\xd6\x7e\x40\x10\x9a\x66\x1d\x2f\xce\x49\x30\x47\x4a\x5d\x22\xca\x48\x39\x21\x57\x3f\xe0\x3e\xf1\x27\x60\x80\x46\x64\x5a\xb3\xd2\x03\xda\x31\x8b\xc8\x30\xe6\xd5\x83\x30\x43\xa3\x64\x11\x7f\x5a\xfa\x78\x16\xaf\x5f\x7a\x6c\x2e\x7e\x10\xf8\x86\x96\x8b\xe6\xb2\x22\x86\xb3\xd4\x80\xf1\x7a\x70\xf3\x81\xfa\x80\xff\xab\x0c\xc3\xb1\x93\xd2\x86\xa6\x76\x2c\x14\xeb\xc1\x09\x39\x33\x7e\xc4\xe0\x98\x40\x7a\x73\xa9\x3f\x0f\x26\x51\xc8\xbb\x12\xd3\x72\x30\x88\x4f\xa5\x81\x5d\x2a\x03\x67\x4c\x83\xe7\x87\xa8\x39\x41\xf7\x78\x3f\x00\x9c\x51\x66\xf3\x98\xa0\x8c\x44\x93\x5e\x82\x32\xf2\xbb\x4f\xca\x7f\xfb\x80\xd2\x83\x58\x3e\xc4\xa8\xdf\xbd\x31\x25\x9e\x50\xe3\xc7\xf3\x11\x73\x4c\x7c\xf0\x99\x7c\xbe\x27\x0b\x97\x89\x2c\xe6\xe7\x81\x01\x4b\x0c\xad\x4c\x0e\xd9\xa3\xc0\x2a\xe5\x46\xfb\xd3\x41\x99\x8b\xd6\xa3\x60\x28\x15\x1d\x16\x7d\x3f\x55\xfe\x1e\x3f\x82\x76\x2c\x0d\xfd\xe9\xe4\x2c\x93\x61\xf6\x98\xf5\x7d\xc7\xf7\x42\x65\x99\x1a\x6a\x8f\x59\xe3\x4d\x71\xb3\xc7\x2c\x78\xa6\x82\xda\x63\x56\xff\x1d\xf0\x25\xf7\x8f\xf1\x25\x9b\x94\x89\xf8\x16\xf5\xf3\x44\xbb\x57\xb2\x4c\xa4\xf7\x4d\x07\x4c\x21\x46\x5f\xdd\xed\x64\xc8\x1f\xd5\x22\x96\x83\x07\xb9\x4e\xd5\x72\x80\xe3\x0b\xbe\x03\x1c\x5f\xe0\x1d\x5c\xb3\xe1\xd7\xc9\x7c\xfd\xc2\x39\xdf\xd7\xf4\xa7\x00\xd8\x92\x66\x7f\x92\x6c\xc4\x15\xcb\x89\x13\x54\x07\x46\x99\x07\x88\x8f\xa7\x32\x35\xca\x26\xb9\xa5\x9c\x40\xb6\x07\xa3\xcc\x9c\xc4\x4c\xca\x3c\x6f\x5a\xd4\xe8\x38\x6d\x36\xf3\x85\x32\x09\xaa\xe9\x3c\x2f\xe7\x33\x9b\x02\xe6\xce\x58\x6b\x61\xf3\x2e\x68\x0b\x1a\x78\x4a\xe3\x8b\x58\xee\xf9\x7d\x13\xf0\xcf\x42\xae\xe0\x7d\x78\xda\x69\xf5\xea\x3c\x37\x9a\x24\xc0\xba\x61\xb6\x41\xcd\x1b\xe2\xc4\xe7\xf3\x1a\x40\x0b\xda\xc7\x35\x80\x16\xfc\x79\x9e\xb4\x20\xde\x51\xa7\x10\xd7\xc4\x5b\x6a\x05\xa5\xea\xd8\xab\xa0\xf4\x4d\xbc\xbf\x56\xd2\x8a\x7a\xaf\x09\xef\x27\xb5\x33\x7e\x17\xec\x15\xd8\xd0\x51\x52\x6b\x45\x3b\xab\x4d\x4a\x10\x38\x73\x27\xc9\x31\x1a\x6b\x3d\x40\x68\xe2\xc1\xb5\x92\xc9\xbc\x1e\x4c\x5a\x69\xee\x0f\x9b\x3f\x8c\x1f\x9d\x3c\xb5\x62\x29\x04\xfc\xe2\x4f\x62\x9b\x75\xed\x84\xe2\x37\xb8\x58\x92\xce\xea\x24\xd5\xa9\xfc\x08\x41\xc7\x4d\x75\x48\x0f\x96\x34\x23\xea\x6e\x1b\x79\x9c\x8e\xf0\x16\x16\x7f\xda\xf4\x80\xc3\x6a\xbf\x37\x88\xde\x51\x26\xf7\xd8\x32\x05\x20\xed\xe1\x56\x16\x95\xe9\x8d\x46\x9e\x26\x4c\xb7\x1d\x3c\x4b\x0b\xdf\x8e\x87\x90\x7f\xba\x18\x38\x23\x6a\x14\x17\x1c\x30\xc4\xc4\xa8\x8d\x78\x00\xae\xb0\x89\x54\x0f\x58\x03\xa2\x19\xdb\x11\x09\xc6\xc7\xfc\x12\x0f\x9c\xdc\xd1\xac\xf0\xa8\x84\x3c\xf8\x41\xe0\x03\x8d\x82\x03\x30\x9a\x06\x8f\x51\x7e\x07\xf9\x31\x1a\x15\xc8\x4f\x17\x37\xb0\x51\x8a\xa8\xe8\xee\xf0\xb5\x59\x68\xbf\x7b\x81\xae\x56\xfc\x46\x83\xc7\xf2\xf5\xc6\xc0\x27\xaf\x37\x0e\xbc\x21\x40\xef\xc9\x64\x73\x14\xd7\xb9\x61\x03\xcc\x16\xc5\xee\xa9\xe1\xe7\x9a\xdd\x8e\xdf\x5f\x49\x6e\xcf\x78\x4f\x39\x38\x5b\x10\xbe\xa7\x20\x9c\xcd\x09\x6e\x1a\x00\x93\xc4\x9e\x7b\x30\xc8\x42\x8c\xf4\xc6\xcc\x53\x2f\xee\x12\x71\x17\xa5\xfa\x93\xf1\xfd\x55\xb6\xe2\x3e\x8f\xd9\xee\x6e\x4f\xf2\x6c\xb2\x07\xc6\x7b\x1e\xd2\xa9\xea\x28\xba\xe7\x1e\x48\xde\x13\xf7\x0e\x54\xca\x3c\x17\x6f\xc4\xd7\x14\x79\x67\xe2\x8d\x13\x39\x07\x6d\x81\x1b\x71\x34\xd9\xfa\xc0\x8d\x48\x9a\xe4\x03\xe8\xc6\xbe\x4a\x43\x07\xc2\x8d\x7d\x95\xc7\xf0\x1b\x73\x9f\x8f\xe0\xa9\x23\xa2\x26\x5b\x0a\xba\x11\x53\x93\x86\x18\xdb\x8d\x43\xa9\x6c\x62\x0d\x37\xec\x96\xef\x4e\x0f\xcc\x25\x18\x1b\x30\x64\xe6\xad\x69\x2e\x88\x9f\xc9\xdb\xeb\x13\xda\xd4\x44\xd0\x30\x4e\x84\xf4\x5a\x65\xd8\x37\x87\xce\xbe\x9b\xde\x2e\xdb\x09\xee\x33\x61\xd1\xb4\xbd\xef\x29\x7b\xc5\xaa\x8d\x77\x33\xf0\xa6\x4a\x38\xbb\x61\xe1\x4c\xd6\x8b\x6f\x5a\x35\xe5\xd1\x8a\xf7\xc9\xf8\xa2\xee\x41\x20\xe0\x45\x13\xdb\x15\xbe\xbf\xd2\x66\x94\x53\x43\x32\xe7\xba\xe9\xf3\x7a\x7f\xd1\x38\x33\xbf\xd1\x27\x9c\xd2\x3d\x6e\x28\xd7\xa9\x1b\x17\x50\xae\x93\x2d\x02\x37\x82\x84\x92\x8c\xab\xf1\x9e\x87\x63\xa8\xc6\xc5\xd4\xb2\x52\x32\x65\xdc\xa0\x0c\x9d\xbd\xf7\x7d\x60\x48\x21\xf7\x86\xe3\x31\xfb\xf7\x49\xad\x43\xba\xcd\xfd\xc0\x04\x21\xd1\xe5\xd9\x68\xdc\xda\xd4\x9e\x4c\xcf\x47\xfd\x33\x79\x6f\x96\xad\x2a\x3e\x53\x47\xcb\x66\xd6\x0f\xcc\xaf\x8a\x07\x8a\xcf\x3c\x7a\x73\x90\x28\xf0\xcc\xb3\x37\xc5\xe6\xef\xdb\xfc\x3d\x78\xbc\x89\xb2\xa2\x2d\xfd\x4c\x75\x2d\x47\xe9\x03\xcf\xd4\xd6\x52\xec\xf5\x27\xa7\xd3\x33\x35\xb9\x94\x86\x07\x3f\x67\x67\xc1\x9d\x5f\xb3\x1d\x0d\x3c\x18\xd4\x0b\xf8\x67\xb6\x85\xbc\x27\x6c\x68\x0b\x98\xa9\x07\xa6\x50\xfd\xfb\xe4\x57\x43\xec\xe7\x99\xe7\x52\x8e\x12\xbb\x9e\x50\xbf\xbf\xb2\xed\x08\x0f\x82\x90\x92\x91\x31\x55\x84\xd4\x3c\xd9\xa9\x36\xe6\x24\xae\xfc\xcc\xe3\x23\xa7\xe8\xfe\x0f\xb4\xfd\xfe\x39\xbf\xcf\x7e\x7f\xd2\xdb\x90\x35\xeb\x99\x92\x4d\xce\xc5\xed\x49\x0c\x41\x1c\xfb\x41\xf4\x51\x94\x65\xe6\x99\x72\x7f\xea\xda\xdc\x4f\x9c\xfb\x4e\x4e\xaf\xf8\xcc\xd3\x2b\xda\x4e\xf8\x20\xd0\xe8\xb5\x58\x71\x2e\x6e\x15\x83\x79\x22\xf6\x83\x76\xfa\x33\xcf\xb6\x98\x8b\xc7\xdb\x7f\xc7\xff\x9f\x78\xa0\xed\xfe\xe6\xfa\x79\xdf\x3f\x53\x67\x8d\xa1\x19\x9e\x39\xbf\x66\x7c\xc1\x12\x3e\x4c\x4c\x30\x84\x0f\xc9\x56\x0f\x62\x90\xe4\xb8\x88\x4f\x22\xe7\xf1\xfb\xbf\x3f\x6f\x9e\x84\xf3\x46\x52\xc5\x33\x15\xe0\xac\xc0\xb5\xf8\xa4\x8a\xb6\xf0\x91\x1a\xda\xee\x7f\xf2\xf5\x2a\x0e\xf2\xc0\xb2\x9e\x8b\x17\x34\x4d\x04\x28\xde\x2e\x3e\xe9\x40\xdb\x1f\x9c\x73\x77\x18\x61\x53\xc3\xce\x43\x3c\xfe\x41\xe4\xd1\x78\xf5\x37\x45\x14\xc5\xe8\xc4\x07\x71\x47\xd1\xbb\x3d\x07\x1c\x76\x02\x70\xca\xb2\xa9\x78\xc3\x4c\x85\x3d\x59\x43\x7d\x60\x9f\x54\x30\x4c\x7c\xa6\xfe\x9e\x6c\xb3\x7d\x72\xc5\x61\xe9\xfe\x1a\x76\xab\xe0\x9d\xea\x7d\x51\x84\x68\x7c\x60\xe0\x94\x67\x21\x3e\x79\xee\x6e\xb9\x6e\xe3\x93\xe7\xa9\xd6\x8b\xc7\x9f\xf3\x8f\x9e\x5f\xbe\xbe\xbf\x8a\xc2\x10\xe2\x93\xef\xd9\xae\xfe\xfe\x41\x5b\xf0\x4c\xb5\x34\x65\xc9\x52\x4f\x99\x1b\xb8\x7b\x43\x16\x58\x12\xc5\x4d\x9f\x92\xe6\xf7\xde\x00\x05\x07\xcf\xe6\xdf\x21\x15\x19\xfe\x29\x44\xa6\x4d\xdc\xf7\x29\x73\xfe\xc5\x04\x53\xe6\xfc\xab\x37\x58\x19\x68\xfb\xfd\x39\xff\x6a\x02\x45\xb0\x51\x32\x3d\xc0\xef\x5f\xcd\x8d\x11\x6a\x64\x13\xcd\x83\x30\x80\xf1\xea\xff\x01\x81\x0b\xdf\x94\x1d\x75\x40\x3d\xb4\x9d\xf8\x7d\x9a\x4e\xa4\xa6\x3e\x53\x39\x89\xb5\xf8\xfb\x3c\xf1\xa5\xc3\xfd\x99\xca\x49\x92\xf3\x2a\x3e\x53\x39\x49\xd9\x1b\x0e\xf1\x01\xd9\xc7\xd9\x53\x27\x02\x5e\x04\x5e\xc7\xe4\xd0\x5e\xa0\xa9\xbd\xa4\xec\x05\x9f\xea\x4b\x0c\xcd\x00\x9c\x20\x10\x21\x6c\x2a\x2f\xa9\xbd\x06\xbc\xe7\xef\xc9\xbf\xcf\x0d\x50\x25\x61\xc2\x13\x12\xa3\x17\x0c\xb1\x01\x79\x48\xfd\x82\x2b\x24\xa4\xfa\x93\x50\x83\x08\x3f\x49\xb0\x4c\xfc\xb4\x89\x9e\x61\xe8\x11\x7b\x34\xbc\x5c\x6d\xa2\xe7\xb5\xdc\x88\x3c\x7a\x9d\x3f\x0c\x22\x90\x28\xf9\xb4\xf1\xfd\x55\x5f\xe7\x4b\x9b\xd8\xb1\xd9\xf1\x69\xd4\x8c\xfc\xfd\xe4\x8f\x9b\xb7\x23\xa3\x8e\x5e\xed\xfb\xfb\xab\x46\x49\x80\xcf\x54\x71\xa2\x05\x98\xa7\x6f\xf3\x77\xf7\xd7\x03\xb6\xaf\xbe\xef\x73\x7b\x14\x9f\x27\x53\x4b\x88\xd1\xf0\xf5\x8c\x30\x36\xf7\x07\xed\x46\x46\x8e\x07\x5e\xc0\x6a\x61\x61\xea\x10\xd1\x86\x86\xa7\xcf\xf3\xe1\xb5\x9d\x3a\x42\x84\x5e\xe3\xef\x73\x7c\x6f\xa7\xa9\x61\xd4\xe4\xf3\xa5\x9f\xdf\x5f\xf5\x45\x7e\x7d\xce\x7f\x98\x1d\x21\x0a\xa1\x9b\xdd\xd1\xc5\xe8\xef\x07\x5d\x1b\xfa\x7e\x84\xef\xaf\x5a\x0d\x3f\xe2\xb4\x5e\xe7\x1f\x02\xb5\xb2\xf9\x39\x0c\xf3\x76\xae\x3c\x03\xeb\x6f\x76\x35\xd5\x91\x14\x86\x7f\x6f\xdf\x5f\x55\x51\x7b\xf1\x99\xca\x48\x6d\xde\x9e\x08\x57\xc8\x3e\x8f\xc6\x9c\xbf\xc5\xdc\x67\xea\x26\xb1\xbf\xc6\x9b\xec\x51\x61\x45\xf1\x19\x17\x84\x29\xd1\xd3\xd4\x5d\x62\x32\xfd\x4d\xd5\x25\x16\xcb\x1f\x53\x75\x89\xc3\xec\x97\xa1\x0e\xc1\xdb\x75\x8f\x10\x08\xfc\xc2\x3c\x1f\x5e\x02\xd2\x54\x6d\x52\xb6\x40\xb2\x4f\xfe\x30\xbc\xfd\xa1\xe9\x34\x9f\x5f\x7b\xfb\x9d\x8c\xfd\x4c\xc5\x27\x75\x13\xe0\xd4\x7b\x52\x31\xbf\x9e\x6a\x4f\x0b\xde\xad\x53\xeb\x69\xc1\xe7\xd9\x4e\xcb\x8f\xfb\xbb\xbe\xbf\x7a\xb5\xb4\x3a\x55\x9e\x94\x4d\xb0\xfb\x03\xfe\xaf\xfe\x11\xb9\x91\xbd\x61\xa6\x46\xd4\x82\x37\x30\xac\x74\x41\xba\xdd\x03\x7d\x28\x59\x40\x38\x32\x36\xb8\xe0\x3f\xe6\xfc\xcb\xab\x3f\xf0\x47\x9f\x4f\x53\x7d\x8a\xc5\xf8\x3b\xb0\x01\x4c\x70\x07\x63\xe4\xdc\x9e\x0c\xe0\x25\x5d\x1f\x70\x56\x7b\x03\x1f\x2b\x36\x59\xed\x0b\x76\x3d\xb7\x61\x88\x93\xee\xfa\x40\xf5\xb2\x76\xf1\xd0\x3d\x6e\x79\x63\x6a\x5e\x69\xb3\xc0\x36\x15\xaf\x96\x5f\xef\x33\xba\x42\xf3\x85\x1d\x31\x47\x7f\x3f\xd7\xd7\x6a\xeb\x03\x83\x48\xb2\xba\xf2\x20\x32\xa5\x7a\x07\xd0\xb4\xe8\x1d\x05\xcb\x62\xb6\x44\x38\xf5\xb8\x96\x7d\xe0\x4f\x35\x2e\xbd\xd4\x0b\x98\xae\x87\x0f\xb0\xa9\xd5\xc5\x66\x00\x2f\x08\x00\xa6\xf8\x2b\x41\x1d\x5a\xfd\x27\xba\xb6\x3f\xc3\xa7\x6d\x6a\x33\x3d\x7d\x36\x58\x82\x3b\x5b\x01\x8a\x09\xfe\x6c\x49\x43\x09\x7e\xe7\x5a\xfd\xeb\x44\x7e\x7d\x7d\x4c\xc7\x73\xfb\x49\xdc\x40\x42\xe6\x4f\xab\x1f\x63\x49\xda\xa6\x6c\xde\x25\xaa\x25\xb8\xa2\x43\x8c\xc1\x0f\xe0\x9f\xfb\x18\x11\x12\x9c\xd3\x21\x2a\x3b\x27\xd1\x3d\x5d\x65\x05\x4e\x1b\xfc\x33\x31\x34\x8d\xb1\xfc\x0d\x1f\x86\x9b\x98\x17\xe4\x13\x23\x6d\x0f\x38\xae\xc6\x7c\x30\x63\x21\x00\x6e\x80\x2a\x33\x75\x8a\x13\xc8\x1e\x3e\x0c\x3f\xc5\x29\x50\x77\xc9\x93\x09\x2e\xa5\xae\xb8\xf7\x04\x8f\x52\x57\x1a\x4c\x8a\x98\x93\x02\xe1\x13\xc2\x39\xbb\x14\x94\x14\xa7\x40\xdd\x95\x63\x93\xe2\x14\xa8\x5b\xfd\x44\x02\xa4\x38\xe5\xe9\x2e\xef\x48\x8a\x70\xe4\x2a\x86\x3c\xc1\x61\xd5\x95\xdf\x93\xe0\xb1\xea\x4a\xe1\x49\x71\xca\xd3\x5d\xee\x96\x14\xa7\x3c\xdd\x95\xc3\x94\x62\xc6\xfc\x8a\xdb\x34\x11\x6a\xfe\x53\x9e\xee\xca\xf2\x49\x70\x80\x75\x85\x3c\xa4\xb8\xfc\xfd\x43\x0f\x0a\xac\xc5\x43\x00\xe3\x44\xda\xe4\xb7\x4b\x88\x8a\xeb\xa1\xba\x8d\x11\xb4\x04\x71\x60\x84\x2a\x8c\x0c\x60\xb8\x68\x06\x30\x91\x6d\xd9\x4b\x34\x80\xe2\xea\x76\xe3\x0b\xee\x01\x38\x16\xe1\x21\x86\xae\x4b\x46\x4e\x71\x1e\x4a\x61\xcb\x5d\x48\x83\x5f\x6b\xcb\xdd\x5f\x9c\xec\x52\x68\x9e\xe7\x52\x4f\xc1\x5f\x00\xcd\xaf\x59\x3f\x9c\xb5\x5e\x80\x57\x6b\xcb\x7e\x03\x46\xb5\x2d\x0f\xcd\x7b\x9e\x14\x5d\x4e\xad\x14\x77\xae\xbc\x28\x67\xc7\xca\x17\xf7\x88\x95\xaf\x9a\x05\x4e\x0a\xe5\x9f\xa5\xb8\x03\xa4\xea\xfe\xb0\xf2\xe2\x0c\x88\xf1\xeb\x4a\x6e\x4b\xf1\x81\xa6\xe5\xfd\x89\x18\xb5\xbe\x65\xb7\x11\xd4\x20\x52\x65\x9c\x5a\x50\x1c\x57\x42\xa4\x5a\xd7\x59\x9b\xd2\xc6\xb4\xb5\x8f\x76\x9b\xe8\x60\x0c\xf2\xf2\xa6\x04\xdf\x76\x50\xf4\x59\x4a\xf0\x6d\x87\xfe\xd1\xb7\x12\xc3\xdd\x82\xbc\x96\x89\x01\x6f\x41\x81\xad\x89\x21\x6f\x41\x71\xab\x09\x41\x6f\xad\x88\x3e\x52\xc8\xf0\x62\xea\x83\x50\x30\x0f\x01\x11\xc0\x76\xb4\x65\x52\x20\x94\xc3\x1f\x20\x2e\x40\x7b\x26\xd1\x17\x2e\xdb\x5c\x4a\x81\xfe\x17\xf5\x18\xe1\x21\xd1\x26\x49\x91\x98\x13\x62\x10\x52\x17\xe4\xac\x4d\x0c\xa9\x0b\x43\xbc\x32\xc5\x8a\x39\x08\x84\xd8\xd0\x16\x08\x71\xc7\x88\xc2\x0a\x02\x42\x8a\x21\x82\x2f\x3c\x8c\x20\x24\x24\x6c\x4b\xf1\x0d\x04\xd0\x05\x2b\xda\xf3\x48\x9e\x14\x1d\x05\x52\x22\x04\x1a\x21\x01\x2b\xd2\xd4\x53\x82\x29\x20\x8c\xe4\x37\x10\x2e\x21\x56\x93\x90\x88\x14\x46\xd2\xb4\xc1\xbb\xb6\xec\x21\x4e\xc2\xe0\x2f\x08\x75\xd2\xea\x23\xa9\x28\x0c\x9d\x57\x09\xec\x68\xcb\xe5\x27\x07\x50\xca\x70\x2c\x89\xb7\xa5\x4c\x88\xbd\x0e\x53\x79\x6f\xa5\xbb\xf7\x1d\x73\x16\x92\x32\x28\xc9\x94\x35\x95\xf3\x2e\x6b\x55\x4a\x93\xd7\xb5\x32\xd4\x5f\x21\x52\x3d\x22\x42\xef\xc3\xd0\xa6\x4e\x85\x2b\x6f\x52\x29\x80\x51\xfc\x3b\x41\x9d\x0b\x0a\xbf\x4c\xa9\x21\x72\x47\xcc\x2a\x4d\x0d\xa9\xd5\x57\x1b\x67\x74\xd4\x2a\x4c\x0d\xa9\x55\xaf\x2b\x02\x75\x36\x43\x80\xc0\xe6\xa0\x48\xc7\x84\xa0\xc4\xbe\x19\xc5\x83\xdb\x41\xab\x34\x00\x61\xf4\xfb\xd8\x0d\x5e\xb4\xc1\x0d\x59\xdd\x01\x18\x8d\xf7\xdb\x8e\x01\x74\xa4\xc1\xe3\xdf\xaa\x89\x9f\xbe\x67\x43\xbc\xe3\x00\xe8\xfe\x1d\xfc\xdd\xab\x70\x10\x60\xf5\x77\x80\xb4\xa3\x56\xed\x60\x7f\x7e\x9f\xc1\x58\xea\x0f\x22\xa2\x95\xde\x94\x20\x13\x4a\xa9\x4d\xe9\xc4\x79\x21\x66\x8f\x80\xca\xbe\x99\x2a\x4f\x70\x5e\xb3\xa4\x13\x4b\x10\x34\x81\x0b\x0e\xd0\xa4\xfe\x2e\xf2\x30\x2d\x7a\xde\xa8\xa2\x6b\xbb\x66\x86\x05\x25\xcd\x39\x83\x75\x36\xb9\xff\x53\x66\x8c\xed\xf8\x98\x99\x53\x46\xd0\x6c\x8b\xda\x6e\x19\xd1\x2e\x39\x06\x3d\x40\x26\x43\xf6\x7e\xcb\xc8\x64\x68\xf1\xa3\xfd\xa6\xdc\x97\xb6\xae\x51\xa0\x1e\x36\xd9\x7b\x53\x46\x22\x72\x55\x26\x58\xca\x70\x86\x34\x05\x7e\xa5\x0c\x01\xbc\x27\x71\xec\x8c\x60\xee\x26\x1b\x71\xca\x0c\x96\x96\x4c\x9d\x4a\xa0\x8b\x40\x14\x53\x60\xf4\xb3\x0d\x3d\x15\xa4\x87\x35\xe5\xbd\xa5\x02\x9f\x6e\x53\xaa\x4d\x2a\xd4\xc3\x94\x2f\x9b\x0a\x3c\x4e\x4d\x76\xfe\x54\xa6\x64\x3f\x1f\x7c\xe0\x28\x58\x86\x96\x44\x98\xe5\x42\xd8\xdc\x56\xf5\xc6\x03\xe3\xa0\x12\x64\x13\xdc\xee\xa1\xe5\x8f\x74\x9e\x2a\x02\x3e\x47\xf8\xe8\x13\xa9\x66\x74\xaa\x90\xde\x54\x11\xf4\xdf\xf2\x47\xc3\x4a\x15\x1e\xbc\xa6\x90\xaf\x54\xa1\x13\x37\x89\xf0\xa9\xc2\x71\xd3\x2c\x5d\x34\xb8\xbc\x5b\x11\xe7\x6c\x70\x79\xb7\x22\x5e\xdb\x5a\xe1\x83\xcf\x5c\x5a\xa7\x63\x46\xac\xa7\x61\x5d\x5a\xf1\x83\x1b\xae\x30\xe5\x7e\xa7\x76\x03\x63\xa5\xe9\x0d\x4e\xbf\x08\xf4\xf6\x5c\x7c\xf0\x19\xa5\xc3\xb7\xd2\xca\xc7\x9c\x98\x3a\xec\xd3\x2f\x16\xd9\x13\xf5\x63\xc9\x52\x3d\xf3\x13\x1d\x5d\xbd\x70\x2e\x9a\x6d\xaf\x84\x54\x87\x5d\xdf\x91\x31\x2c\xa5\x35\x75\x38\xfe\x86\xac\xae\xa9\x3f\xfb\xef\x9c\xa0\x69\xe0\xcc\x6e\x55\x34\x36\xe0\xa7\x6e\x55\x5c\x60\x20\x05\xa7\x55\x31\xff\xb1\x23\xcf\x4e\x61\xb5\x69\x40\x75\xdd\x8c\xa0\xbd\x9c\x7c\xf0\x59\xb9\x9d\x54\xd8\x82\xde\x80\xf9\xac\xc9\x5e\x9f\xf6\x8e\x74\xae\x29\xcf\xff\xe0\x80\xda\x4f\x82\x20\xde\xbb\x33\x74\x5b\xc1\xf3\x69\x87\x87\xae\x29\xac\x26\xed\xf0\xd0\x35\x05\x65\xa5\xfd\xc6\x44\x65\xd2\x4f\xfb\xc3\x98\x43\x31\xec\x63\x23\xd4\x42\x16\x7d\xf8\x4d\xa9\xf7\xe9\x40\xb8\x71\x53\x0e\x71\x3a\x22\x63\xd6\x44\x80\x07\x52\x9c\x9a\x12\x7b\xd2\xd1\x08\x87\x14\xa3\x03\xde\xf4\xa6\x94\xbf\x74\x80\xb9\xd8\x51\x97\x8e\xce\x3e\xb4\x24\x07\xdc\xc8\x4d\x59\x39\xe9\x40\x90\x50\x35\x93\x3b\xe0\x37\xad\x43\xac\xf5\x38\xd9\x87\xf8\xc0\xf1\x80\xbc\xcc\x4b\x8e\x07\xf9\x94\xd6\x98\x4e\x04\xe7\xd6\x21\x59\xfd\x44\x80\x42\x93\x11\x2c\x9d\x18\xa5\x0d\xad\xe2\x09\x47\x69\xb3\x70\x74\x21\x5c\xb2\x29\xc4\x23\x5d\xd0\x84\xdb\xf8\x98\x7d\xd3\x95\x48\xb3\x5a\x97\x2b\xe3\x1c\x96\xb8\x7d\x21\x37\xad\x0d\x91\xfd\x05\xad\xa3\x6f\xd2\xae\x2f\xc4\x38\xbd\x4e\xd6\xeb\x5c\x0e\xf0\xcf\x2a\x5c\x88\x68\xed\xb2\x66\xa4\x1b\xfc\xe9\x25\x59\xde\x89\x93\x15\x5c\x37\xf3\xb4\x83\x36\xf9\x5d\x39\x8a\xf4\x88\x1b\x29\x71\x5d\x36\xd7\x74\xe3\xdc\xe8\xb2\xc9\x24\x86\x52\xf4\x4d\xbc\xf6\x66\x3a\x95\x72\x21\x12\xc2\x18\x42\xdf\xc4\xd2\x6e\x66\x42\x2a\x39\x22\xc1\x8f\x10\xba\x37\x17\xcd\xd4\x75\xe8\xdc\x80\xa9\x39\x74\x25\xaf\x24\xd8\x96\xc3\x4b\x97\x85\xed\x2b\xbc\x54\x22\x18\xb7\x42\xb6\x8e\x43\x63\x4c\x0f\x9a\xfe\x73\xb1\x0f\xb1\xb4\xe7\x5a\x38\x5d\x9f\xe4\x2d\xf1\x93\x8f\x62\x96\x37\xa4\x36\x76\xd9\x38\xf3\xc6\x64\x56\xe5\x85\xe7\x55\xa9\x22\x7f\x00\xcb\x0c\x18\xef\x32\x13\x67\x66\xa6\x77\xc5\xc0\xe4\x90\x1f\x3c\xf8\x70\xe3\xcc\x04\x68\xc7\x0f\xe6\x80\x0a\x20\x5d\x87\x73\x0e\x07\x3f\xf9\x78\x0e\x32\xc2\x97\x43\x8f\x1f\xfd\x2a\x87\xfb\xe6\x03\x8d\xf2\xb0\xd3\x0f\x4e\x33\x83\x89\xbb\xce\xf3\x1c\x37\x7e\xf2\xd9\xb6\x99\x29\x93\x59\x91\x48\x39\xae\xd9\x7e\xb4\x9d\xcc\x5c\xad\x2e\x93\x5e\x8e\x17\x1f\x64\x7d\x82\xa0\x80\xae\x8c\xe5\x9c\x20\xdf\x74\x79\xb1\x32\xd4\x93\xd0\x75\x16\xe7\x84\x38\xda\x9e\x3e\x8a\x5f\x4e\x9c\x8b\x92\x52\x73\xc2\xc6\xee\xca\x28\xcd\x19\xba\x62\x17\x49\xe5\xcc\xba\x1c\xaf\x37\x70\x08\x74\x65\x81\xe4\x0c\xbe\xd6\x95\x80\x93\x33\xf8\x5a\x57\x16\x64\xce\xcc\xc8\x97\xbd\x27\x67\xf8\xab\xda\xf6\x31\x47\xe4\x8c\x3c\xc9\x9e\x5f\x0f\x76\x3e\xf8\x10\x4c\xc6\x89\xdf\x73\x55\xa7\xb0\xa9\x76\x9d\xe7\x39\x1f\x9c\xdc\x10\xe8\xdc\xc8\x0a\x14\xcf\x85\x93\x2b\x1f\xa6\x9d\x0b\x32\xb7\x7a\xf9\x48\xcd\xb9\x40\x45\xcc\x0a\x81\xca\x85\x28\x2c\x5a\xa8\xd2\xd6\x9e\xfb\xcc\xa5\x20\x13\xb0\x29\x8f\x24\x97\x83\xa3\x08\x8e\x02\xc0\x46\xf0\x27\x37\x28\xb9\x86\xfe\x83\xf3\x2b\x17\x9e\x3d\xb2\x66\xe7\x0a\x5e\xdb\xab\x56\xa0\x06\xfa\xab\xb5\x77\x2a\x34\xba\x2e\x8f\x78\xae\x4c\xd1\x55\xe6\x65\xae\x3b\xdf\xf8\x70\xf4\x5c\x57\xe5\x9c\xcf\x09\x97\xeb\xce\x51\xb4\x55\x1a\x28\xa1\xd7\x8f\x8c\x91\x1b\xab\x92\x28\x4e\x22\x37\x90\x79\x6f\x9f\x08\xb3\xdc\x58\xbc\x46\x01\xc0\x99\xb2\x4e\x57\x50\x67\xee\x01\x0b\xaf\xe4\x98\xdc\x59\xfb\x44\x39\xf0\xb9\xd3\x97\x2c\xe3\x5f\xee\x19\xeb\xac\xf0\x85\xdc\x21\x3e\x77\x79\xf7\xf2\x80\x79\xbe\xc9\x46\x92\xc7\x0d\x9a\x95\x2d\x21\x0f\x88\x36\x5d\x51\xec\x79\x87\x99\xa5\xcb\x58\x90\x77\xc4\xd3\x75\x9d\x92\x79\x87\x4c\xde\xa5\x36\xe7\x03\xaa\x79\x52\xfd\x94\x7c\xc0\x92\xda\x15\xe8\x97\x8f\xb6\x16\xfe\xd3\xe9\x01\xa5\xa8\x2b\x1c\x2b\x1f\x27\xe1\x10\xa7\x38\xae\xf5\xc6\x67\x2e\xc7\x4d\xed\xe1\xa3\x88\xe5\x93\x42\x98\x8c\x9b\xf9\x44\x10\xff\x50\x68\x67\x3e\x01\xd8\x90\xf9\x30\x9f\x27\xfd\x4d\x62\x3f\x27\x92\xcd\xc6\x26\x8c\x9d\x77\xe0\x27\x9f\x07\x17\x78\xda\x50\x7c\x56\xbe\x70\x4e\x0c\xf9\x50\xf2\xfd\xfb\x08\xa0\x7c\x6f\x88\x83\x7a\xb5\xa9\xe5\x08\x5f\xf7\x06\x2f\x60\x73\x07\x30\xfa\x17\xff\x8e\x90\x9e\xe0\x0e\x06\x7c\xba\xfe\x1d\x5e\xbd\x8f\xf5\x26\xdf\x4c\xca\xcc\x7e\x9f\x87\xce\xeb\xc1\xf5\xfd\x95\x8a\x38\xd7\xbd\xc1\xe9\xfb\xb1\x8b\xe5\x1b\xfb\xa8\xf9\x40\xb9\x11\xb7\x23\xab\x6a\xbe\x21\x90\x28\xce\x27\xdf\x61\x4d\x49\x3d\x42\x51\x51\x6a\x4a\xbe\x43\x41\x07\x51\x6d\x38\x32\x93\xdb\x0d\x81\x3a\x1e\x00\x81\x1e\xda\xa6\x77\x80\x1f\x6b\xb8\xbf\x1b\x28\xf1\xfb\x88\x84\x8c\xa2\xe3\x3b\x4e\xa4\x0f\xe3\x28\xd2\x73\xac\x01\x63\x7f\x87\x65\xe5\x1b\x54\xdd\x14\x60\x9e\x6f\x84\xd2\x6c\x62\x91\x37\xce\x90\x1c\xb5\xee\x37\x34\x60\x07\x1d\xe6\x3b\xd2\x59\x2a\x2c\x43\x23\x6e\x8a\xa2\xce\xf7\x14\xd2\xf2\xe6\x49\xc0\x08\xa6\x72\x2d\xf9\x4e\x53\x7a\x0f\x9b\x09\x01\xe1\x30\x8a\x15\xcb\x77\xa2\x16\xee\x85\x02\x41\xcb\x3d\x96\xef\x29\x4d\xc4\xe1\x85\x45\xed\x1d\x59\x6f\xf2\x9d\xe0\xdf\x1e\xfe\xfd\x79\x07\x9f\xe5\x3b\x33\x38\x4d\x10\x21\x7c\x45\xba\x74\xbe\xc1\x72\xb2\x52\xcf\xf2\x8d\xfc\x93\x9a\x85\x94\xcc\x3d\x98\xfc\xa0\x53\xed\xd3\x90\x19\x21\x65\x26\xd6\x3c\x69\x51\x51\xc3\xf9\xce\x64\x0d\x9a\x52\x46\x74\xa8\xa7\x8c\x0c\xbe\xa6\xc8\xe4\x7c\x97\xf2\xfd\x55\xb3\xd1\x5e\x88\x34\x75\x88\x9a\x35\x4a\x25\xca\xf7\x14\xb0\x72\xf0\x76\x44\xc5\x9a\x64\x5a\x46\xc1\x1a\x47\xee\xe6\x1b\x7a\x58\x98\x4c\xe2\x07\x87\xd2\x5d\x96\xd2\xaa\x36\xe6\x53\x34\xff\x02\x8f\x69\x14\x78\x35\x22\x24\xcb\xed\xc4\xd1\xd4\xc1\x94\x87\xe7\x03\x2d\x4a\x25\xa9\x66\x2d\x42\x03\xad\x8b\x11\xde\x0d\x4e\xe5\xae\x09\xa0\x92\xc2\x90\xd7\x28\xdf\x2c\x8b\xe0\x19\x22\x52\x3b\xcb\xaf\x9d\x6f\x94\x49\xa8\x66\x69\x3d\x02\x67\xc2\x79\xff\x5d\x50\x62\xbe\x7b\xc5\x6e\xf3\xef\x70\x43\x8b\x8b\x22\xb4\x39\x36\x53\xfe\x94\xe0\x73\x30\x19\xf5\x03\x41\x96\x6e\x9f\xef\x20\xc7\x7c\x43\x77\xcb\x2f\x42\x44\x24\x74\x70\x1b\x42\x50\x34\xbf\x80\x25\x69\x98\x0c\x19\x58\xe0\xad\x38\x68\xf1\xd6\x80\x8c\x73\x96\xa3\x32\x23\xce\x39\x86\xcd\x74\x37\x26\xd9\xbc\xdb\x03\x6d\x21\x1d\xa1\x04\x9b\x4e\xd6\x1b\x3e\x9b\xa0\xd3\xfa\xa6\x34\xa4\xd0\xa1\x7c\x4f\x41\xc3\x21\xb7\xf9\xde\x81\x63\x13\x3e\xd4\x53\x9f\x99\xf7\x4e\x90\xfd\x7d\x45\xac\xa2\xa6\x00\x0b\x54\xed\x5a\xc3\x7d\x6e\xac\xad\x09\x40\xb8\xee\x47\xf3\x78\x0f\x67\xa8\x07\x53\x38\xc8\xc1\x1b\x65\xca\x91\xd9\xd2\xd5\x3d\xd5\xe3\xac\xa8\xe2\xbc\x22\x95\x5f\x5b\xf9\xd8\xdf\xa1\xa7\xf9\x3e\x8e\xdf\x85\xbc\x67\x86\x32\x37\xeb\x25\xf7\xd4\x39\x63\x32\x4c\xe7\x54\x63\x8b\x91\x7a\x12\x27\xea\x91\xaa\xf2\x6b\x9d\xe7\x01\x9e\x95\x18\x98\x11\xc8\x9c\x55\xab\x30\xdf\xb0\x06\xd6\xe2\x0e\x3b\x3b\x70\x8f\xf0\x97\x57\x77\x70\x30\xa6\x5b\xed\x0b\x1d\x6a\x0a\x27\x08\xcf\x3b\xe3\x9c\xdb\xb9\x78\xb7\x22\x2f\x34\x27\x1f\xd6\x53\xd6\x8e\xc1\x2c\x17\x95\x7f\x5e\xcb\x38\xd5\x99\xa8\x12\x09\x19\x31\xd0\x59\xb9\xd8\x19\x21\xd0\xa9\x44\x0f\x30\x10\x02\xa4\x09\xd0\xac\xa8\x4c\xb1\x7c\xa3\xe8\x4f\x78\x51\xe2\xd4\x8f\xaa\x17\xe1\xc2\x0c\xa2\xdf\x7f\xd0\xd6\xeb\xf7\x9a\x81\x5e\xb8\x19\xc1\x2c\x94\xdc\x91\x03\x88\x10\xee\x84\xa8\x56\x4d\xe9\x9e\x8b\xb2\x99\x2e\x20\xd5\x87\x2a\x08\x6e\x72\xb4\xd7\x07\x07\xe7\xa0\x49\xdf\xc0\x7a\xf4\x90\x08\xf3\xce\x6e\x2f\xda\x55\x97\xb4\xc3\x48\x7a\xbe\x1f\x9e\x12\x45\x5f\x3c\x11\x87\xb3\x26\x05\x5d\x75\x04\x6f\x9f\xa7\xf0\x0b\xe1\xe1\xa9\xd4\x45\xd4\xe6\xc2\xf8\x83\x79\x90\x45\x09\xfd\xf7\x73\x02\x4d\xfe\x9e\x3c\xcb\xfb\xe9\xb9\x09\xb4\x96\xf2\x21\xdb\xd5\x0e\x43\xec\x78\x4f\x12\x5a\x10\x3b\x1e\x4a\xfb\x89\xbb\x29\x23\xb0\x7c\x76\xdf\xf5\x00\x2e\x35\x31\x51\x46\x86\x07\x65\x62\x64\x86\x86\x9b\x45\x3d\x74\x76\x6a\x2f\x20\xfa\x7b\xc2\x67\x78\x96\x20\xe9\x2f\x60\x19\x95\x60\xf9\x7c\x2a\x51\xaa\x8d\xdd\x21\x45\x1c\xf1\xdf\x49\x89\x1b\x19\xf1\xdf\xa1\x8a\x76\x11\xff\x1d\xc3\x26\xa4\x3e\xa1\x10\x04\x8d\x18\xe8\x99\x28\xee\x92\x8c\x7a\xb8\x8f\x75\xda\x09\x88\xc0\x54\x0f\x61\x79\xaa\xe5\x59\x1e\xff\x8c\x20\xef\x24\x9b\x7a\x46\xd0\xf4\xec\x40\x78\x88\x14\x49\xc4\x75\x10\x16\x9d\x54\x05\x2f\x23\x2c\x3a\xcb\x50\x9b\x19\x16\x3d\x14\x26\x91\x11\x07\x3d\x81\xf4\x17\x88\xf3\xd2\x71\xf3\x2c\xd1\xcf\x40\x52\xf4\x13\x1b\x41\x24\xf4\x9c\xb7\x66\x85\x4a\x8c\xc5\x40\xc2\xfd\x99\x8c\xfa\xb4\x83\xcf\xf8\xf7\xb5\x98\x7e\x80\x50\x60\xaf\x25\xbc\x9f\xf2\x79\x64\x86\x42\x37\xa5\x11\x66\xc6\x3e\x07\xcb\xaf\x08\x76\x9e\x0f\xd4\x05\xc4\xc5\x4d\x5b\x08\xd1\xcc\x71\x68\x07\x20\x9a\x39\xbf\x30\x0d\xe1\xb0\x5a\x3f\x65\x38\x73\x4e\xe2\xdf\x88\x4f\x0e\x32\xa8\x65\xc4\x27\xa7\xad\xb9\x07\x44\x0d\x68\xd3\x21\x3e\x39\x9a\x35\xad\xf8\x64\x53\x4b\x59\x20\xab\xc3\x02\xde\xe5\xa5\x2c\x94\x70\x75\xe4\xac\x08\xe5\xec\x11\x50\x2a\x40\x0c\x1f\x96\xc5\xac\x2c\xa1\x8c\x08\xe5\x89\x36\x8f\x30\xa0\x5c\xf9\x05\xc8\x3e\x12\x88\x11\xa2\x9c\x55\x8d\x28\x3f\x14\x37\xb3\x21\x22\x2f\x34\x40\x93\x7f\x97\x6a\x80\x60\x73\x6d\x1e\xa0\x2e\x06\xae\x11\x96\x48\xa9\x33\xe3\xa1\x31\x58\x99\x38\x19\x51\xc4\xd9\xea\x38\xa2\x88\x67\x9f\xc2\x73\x65\xdc\xb4\x84\x05\xc4\x09\xc7\x60\x31\x1a\x81\xc2\xd9\x3a\x26\x02\x85\xb3\x55\x6d\x04\x0a\xcf\x0f\xd4\x25\x9c\x17\x36\xe3\xc1\x00\x9b\x8a\x89\xa9\xe1\x28\x97\x8a\x88\x58\xde\xd9\x81\x1f\x50\x50\x8f\x1e\x12\x98\x4c\xee\x11\xec\x4a\xa2\x35\xa3\x75\x6d\x59\x45\x74\xee\xec\x51\xa8\xec\x54\x63\x4d\x0d\x30\x3d\x2b\xdd\x3e\x23\x3e\x37\x0c\xc5\x2b\x65\x06\xe8\xb6\xe8\xd5\xe8\x80\x5a\xda\x09\x22\x72\xb3\x6c\xe8\x99\x11\xb9\xc1\xa2\x2f\x42\x72\x5f\x96\x48\x84\xe4\x66\x55\x7d\xc8\x08\xc9\x9d\x1f\x08\x2f\x9d\x09\x49\x86\x69\xad\x84\x1f\x60\x25\x64\x5e\x40\x50\xee\x7c\x41\xab\x3b\x85\xe5\x6c\x93\x06\xa2\x72\xbb\x82\xf4\x33\xa2\x72\xe7\x07\x7e\x80\x28\xbe\xfe\x93\xba\xa6\x19\x31\xba\xf9\x45\xbf\x88\x87\xca\x56\x42\x11\xa4\x9b\x6d\xf4\x43\x90\xee\x1c\xce\xf0\x00\x25\x26\x68\xb8\xf8\xab\xcf\xad\x41\xa6\xe0\x36\xf9\xb3\x8f\x11\x84\xe5\x86\x60\xee\xc9\x30\x3c\x1f\x2b\x30\xf2\x25\xf3\xbe\xfd\xc0\x9e\x12\xca\x20\x3b\x37\x77\x08\xd9\xb9\x48\x9a\x40\xd8\x6b\x18\x3e\x42\x8e\x45\x38\xea\xf0\x28\xe0\xce\x02\x11\x71\xab\xc3\x47\xeb\x41\xa3\x91\x7b\x3c\x88\x04\xaf\x3b\x6c\xa3\x59\xf5\x7c\xf3\x73\x40\x11\x76\x9b\x26\x33\x2f\xfb\x09\x4e\x26\xb9\x0e\xa1\xa6\xe1\x85\xc5\x73\x91\xaa\x3f\xa8\x1c\x52\x40\x9d\x9d\x0f\xb4\xee\xc8\x5b\xb7\x1d\x9d\xc1\xa5\xc9\x67\xca\x49\xb9\xcd\xd3\x3a\x49\xac\xe6\x9e\x27\x02\xd5\xcc\x36\x28\x3e\x9b\x78\x4f\x8a\x40\x96\x41\x2e\xb0\x0d\x63\xfe\x02\xad\x1a\x91\xd7\xc2\xb4\x60\xbc\xe8\x30\x30\x75\x5f\x50\x09\x7c\x8e\xa1\x90\x66\xf7\xa1\x73\x81\xfc\x7c\x70\x5e\xe0\xc7\xde\xd2\x17\xb8\x88\x0f\xfb\x8b\x73\x32\x9b\x99\xf2\x74\xaa\x66\xc8\x14\xa0\x4d\x4c\x53\x80\x6e\xd5\xc4\x71\x43\xa9\x71\x87\x94\x9f\x2d\x81\x3f\x53\x7e\x4e\xed\xd5\x01\x65\x1c\xe3\xfd\x46\xd8\xb9\x41\xbc\x31\xa2\x57\xf2\xe1\x0e\x97\xbc\xfc\x40\xfc\x4d\xcd\x93\x7e\x88\x36\x69\x83\xcf\x03\xcb\x8e\x99\xc4\x14\x7f\x93\xaa\x84\xe4\xe7\xc1\x2e\xae\xee\xa0\x23\x49\x57\x93\xa0\x0b\xfc\xf5\xfd\xc2\x92\x76\xf9\x12\x7f\x7d\xce\x3d\x58\x7a\x6f\x91\x07\x25\x7c\x3e\x4a\x40\x61\x8d\xac\x4d\x06\xb6\x82\xd8\xe1\xb9\x47\x92\x1e\xc0\xea\x50\xfc\x02\x61\xec\x6a\x37\xc2\x90\xf5\x00\x66\x87\x8f\xe6\x52\x36\x18\x4a\xad\x94\x97\x6d\xa3\xa8\xe7\x17\x28\xe0\x16\xf7\x30\xd7\x5a\x87\x54\xd9\x20\xe0\x56\xe5\xdf\x94\x6d\x4a\xb8\x45\x86\xcc\xb2\x6a\x79\xa9\x40\x76\x41\x39\xaf\x2c\xa1\xba\x20\x02\x3a\xbd\x26\x11\xa8\xd2\x7e\x44\x9a\x82\xa2\x5e\x59\x01\xa7\x05\x65\xbc\xc2\xa8\x1e\x61\xcd\xd2\x2f\x50\x8a\xea\x02\x9a\x12\x70\x75\x8f\xa4\x70\xff\x4e\x51\xf0\x23\xb3\x14\xd6\xfb\x6a\xd1\x88\x0a\x17\xc7\x30\xd4\x08\x3d\xeb\x1e\x13\x72\x57\x50\x0f\x91\xb3\x54\x07\x08\x41\x4c\x06\x09\x89\x90\x35\xab\x3f\x24\x42\x8e\xa2\x85\x88\x5c\x5a\x2d\x65\xa4\xf2\x25\x34\x47\x1e\x22\x3f\x2a\xad\x5d\xb6\x88\x2d\xfe\xea\x1d\xe2\xcd\xab\x37\x22\xc4\xd0\x1c\x48\x3b\xf5\xef\xd4\x10\x0c\xfd\x14\xc1\x36\x2f\x11\x63\x9d\x92\x57\x3d\xad\x0d\x28\xf8\x29\xcf\x4b\xd4\x2d\xdb\x27\x30\x45\x6d\x26\xee\xb9\x87\xb5\x26\xc2\x30\x22\xa3\x93\x09\x0d\x9e\xab\xda\xbc\x5f\x32\x51\x2c\x42\xca\x30\xd7\x54\xb7\x17\x08\x1a\x22\x43\x72\xed\x9a\x35\xa5\xf1\xa6\x35\xcc\xc0\x5a\xd3\xac\x33\x6b\x2e\xf9\x77\xee\x9e\x64\x90\xd6\x6e\x31\x48\x54\x19\x9a\xdf\xc0\x99\x15\x34\xa9\x02\xee\xee\xdf\xcb\x22\x7e\x8d\x59\x40\x07\x26\x44\x18\x73\xe5\x1e\x2e\x5b\x59\x74\xe0\x1e\x78\x6e\x1a\x6f\x14\xaf\x9b\x60\x9a\xe2\x74\xda\x5e\x3d\x3e\x04\x5a\x1f\x54\xae\x5d\x12\x5e\x90\xc3\x37\x5e\xe4\x51\x17\x94\xea\xb3\xd2\x4d\x29\xa8\x2b\xad\x87\xc9\x0f\xb8\x47\x93\x96\xbb\x52\x56\x4d\xee\x02\x24\xd6\x3c\x06\x77\x5c\xd2\xf2\x35\xae\xbf\x7a\x58\xf2\x73\xd6\x72\x34\x16\x6d\xf3\x07\xc8\x2d\x8e\x9a\x28\xe4\xe9\xcd\xb8\x6e\x8c\xe5\x11\x8c\xcb\x6f\x65\x92\x6c\x5c\x7f\xb7\x51\xc9\xce\x8b\xd7\xb9\x78\x1a\x70\x89\xcf\x59\x34\x4e\xab\x70\x77\x9b\x02\x46\xd6\x90\x9d\xba\x91\x67\xdd\x49\x52\x59\x68\xe9\x38\x5b\x4d\xf5\x7d\x89\x76\x1e\x94\x02\x83\x57\x6b\x49\xb7\x66\xd1\xf4\x87\x17\xe1\x81\xc2\xeb\x10\xde\x06\xe5\xa0\xee\x07\x6b\xf5\x34\xf1\x01\x39\xc8\xcb\x3d\x05\xd4\x94\xcd\xc2\x07\x48\xec\xd5\xc1\x41\x10\xfc\xc2\xc9\x1e\x05\xf5\x92\x50\xab\x3e\xd9\x49\x63\xe6\xd1\xfb\xa2\x31\x4d\x63\xa7\x5d\xcf\xd8\xdc\xe9\x86\x70\xfb\x82\x5e\x29\x28\x0f\x9a\xbc\x8c\xbb\x03\xc6\xd3\x57\x1b\x0c\xc2\x3c\xfc\xc0\x41\xd3\x85\xa8\x83\x36\x08\xc1\x88\xdc\xaa\xec\x49\x2c\x11\xd5\xe7\xf1\x41\x9a\xf5\xc1\xc2\x40\x83\x4d\x78\x38\xb9\x36\x66\x10\xb4\xe7\x9a\x05\x9d\xb4\xc2\x99\x0d\x9e\xd4\x4c\x0d\xe4\x0a\xa3\x74\x0f\xb4\x83\xbc\xba\x20\xae\xbd\x2f\x90\xd1\x14\x5f\x40\x90\x29\x99\x00\x90\xd2\xa4\x1c\xe9\xb2\xc1\x64\x5b\x9b\xbb\x84\x13\xb8\x0e\x61\xfa\xa2\x3e\x64\x96\x71\x11\xca\xf1\x93\x30\xbb\xb2\x5d\x05\x45\x09\xdc\x3d\x78\x9a\x77\xf6\x05\x57\xe4\x10\x0e\x58\xfd\x57\xc6\xa1\xb2\x5d\xc8\x5a\xf5\x4e\xa6\x05\xd7\x3b\xff\xa2\xba\xe3\x4d\x72\x93\x14\x7c\xa0\x2d\x91\xd3\xf4\x77\x83\x16\x3c\xe6\x9d\xf9\x82\xe6\x7c\x63\x2f\x1b\x69\x0c\x58\x48\xde\xec\x37\x52\x4f\x2d\x7c\xdd\xf4\xad\xfb\x90\xbd\x69\xcb\xc9\x1e\x03\x86\x0c\xa3\xf5\xc6\x34\x5e\x40\x72\x6b\x67\x3d\x78\x58\xa9\x6e\xd3\xbc\x1e\xda\xd5\xcc\x78\x59\x7c\xa3\x99\x5c\x1e\x6e\x23\x23\xf7\xe1\xee\xd7\xa0\x0f\xe7\x25\x7a\x7a\xc8\xa3\x4c\x81\x0f\x64\x85\xe1\x21\xc8\xa2\x3c\x2f\xd8\x7d\xab\x57\xe7\x59\x7b\xfb\xd3\x25\xeb\x7b\xd6\x8f\x5a\x55\x18\xaf\x55\x75\xe7\x4f\xe1\xcd\x42\xca\x75\x28\xbc\x47\xa8\xea\xe2\x87\xc2\x7b\x84\x86\x04\xfc\xc2\x7b\x84\xb2\x8c\x73\x25\xd0\x74\x3b\xfc\x02\xc5\x07\x31\xd2\xb0\xe4\x50\xb1\x45\x5c\xf0\x13\x2d\x5f\x04\x88\x99\x51\xec\x24\xc0\x43\xaf\xa8\x85\x82\x9a\xa1\x39\x48\x1a\x0f\x2b\xba\xc2\x43\x06\xea\x51\x49\x6d\xb2\x07\xe3\x01\x62\x67\xfc\xd8\x6b\x4a\x58\x62\xa7\xd8\x24\x6e\xf3\x99\x0f\x34\x6f\x48\x95\x8a\xfd\x2a\xa8\x53\x9a\x55\x0e\xaa\x84\xc8\x8d\x28\xa2\xc3\xb5\x3a\x49\x95\x54\x0b\x6f\xcd\x09\x16\x30\x70\x49\xce\x7c\x20\xc4\x25\x24\xe0\x06\xbf\x40\x0e\x24\x29\x07\xb7\xe4\xcc\x2f\xd4\x67\x5a\x31\xe8\x7e\xa3\x01\x2a\xbf\x40\xca\x97\x78\x88\x3b\x71\x66\x17\x42\x55\x22\x26\x0c\xc4\x81\xb6\x10\x01\xb7\xbc\x62\xab\x0a\x2f\xb3\x51\x19\x90\x12\x68\x68\xb5\xb4\xc0\xfb\x6c\x54\xa5\xb6\xf0\x3a\x1b\xdd\x55\x50\x78\x9b\x4d\xf2\xac\x33\xca\x2a\x78\xb1\xe1\xa6\xaf\xda\xfe\x08\x18\x8c\xcd\x8b\x9f\xa9\x41\x08\x4b\x19\x16\x99\xe1\x36\x6b\x3c\x1b\x40\xd6\x85\x71\xff\xb0\x9f\x98\x56\x60\xb6\xb5\x90\x86\x78\xc4\x39\x21\x75\x00\xbb\x6d\x34\x69\x94\x88\x0e\x05\x50\xe1\xca\x4b\xf8\xc0\xe5\x35\x59\x25\xbb\x0a\x2b\xc4\x56\xc5\x1c\x15\x5c\x55\x33\x1f\xf8\x0d\x5a\x37\xba\xfb\xdc\x51\x7c\xc6\xed\x93\xa5\x0c\xd4\x5e\xfc\x48\x63\x56\x3a\x99\x86\xa0\xae\x84\x52\x68\xa9\x64\x36\x42\x3b\xaa\x3b\xf8\x30\xe3\x1d\x32\xc1\x12\x12\xee\x90\x09\x4e\x9f\x2d\xb8\x43\x26\x2a\xa1\xbd\xe0\x8e\x18\x17\xe0\x29\xbc\x23\x66\x54\x8f\x00\xcd\xa4\xfe\xc4\x43\x54\x70\x7d\x4c\x8e\x66\x4c\x8d\xe7\x9c\x3a\x63\x38\x79\x32\x19\x34\x6a\xe0\x12\x9e\xc3\xb2\xd1\x0a\x5c\x5c\x05\xa3\xfb\x2d\x4a\x60\x58\xb6\x74\x10\x5c\x04\x93\x64\x0e\x2a\xbc\x09\xe6\xcd\x75\x1a\x23\x33\x4d\x59\x8d\xb1\x74\xda\x5c\x8d\xd6\x4d\x49\x29\x01\x52\xa8\xb2\x76\x4b\xe8\xf1\x5d\x92\xa8\x84\xbe\x26\xa1\x21\x96\xcd\xd6\x3c\xa1\x63\x55\x8a\x7b\xe0\x6d\x00\xfe\x00\x15\x93\xa2\x47\xc4\x09\x20\x75\x20\xa0\x2c\x5b\x4b\x66\x6c\x1d\xd4\x1f\xdd\x01\xe4\xa2\xd7\xef\x6b\x0e\x86\x00\x65\x91\xa2\xda\x03\x65\x23\x24\xe4\x04\x18\x68\x15\x1c\x58\x50\xcd\x38\x29\x0b\xbf\xa0\x9c\x71\x56\x24\x60\x09\x83\x21\x2e\xee\x8f\xc9\x28\x66\x38\x30\xb1\xbe\x78\x37\xf3\x47\xdd\x21\xcb\xb7\x9a\x21\xc1\x3e\x9a\x65\x71\x2a\x01\xc1\x09\x31\xb9\xbd\xb0\xec\x1e\xb0\x1f\xa5\x00\x07\x14\x2e\xb0\xb6\x1a\xf6\x8a\xdf\xb5\x4c\x28\x54\xa0\x8c\x92\x12\xa6\x74\x9b\x2c\x7f\x04\xe4\x5c\xb4\x64\x9e\x88\xe8\x04\xc5\x67\x95\x00\x69\x56\x41\x74\x05\x01\xcc\xd1\x0a\x77\x38\x70\x9e\x99\x34\x61\x81\xed\x9e\xc1\x94\x6e\xf3\x66\x06\x72\x2c\x2e\xee\x0e\x77\x3e\xd0\x14\x0e\x4a\x9a\xc5\x43\xa0\xfa\x95\x04\xe4\x70\xc0\x48\x62\x2c\x1f\xe4\x72\xb2\x82\xe0\x1a\xa2\xf9\x40\x5d\x9e\x34\x5e\x9a\xcf\xb1\x30\x9b\x19\xe5\x89\x59\xf8\x44\x84\xcd\x36\x7b\x61\xcf\x05\xb5\x3f\x00\xf1\x4a\x4c\x0b\x27\x3d\x39\xde\xe4\xe7\x81\xa3\x40\xf3\x9e\xf2\x73\x1a\x9e\x25\x0b\x02\x54\xff\x4e\x7d\xd9\x67\x0f\x43\x24\x5f\xbc\xfb\x5a\xb3\x12\x0c\x0c\x71\xb0\x98\x8f\xcb\x8d\xec\x47\x2e\xbc\xca\x68\xbc\xf8\x20\x6c\xae\xd1\x6c\xef\x42\xb5\x59\x23\xee\x62\xf0\x8c\x80\x64\xea\xd4\x8b\x53\x5d\x84\xd2\x6c\xe2\xde\xde\x95\xc7\x4a\x98\x22\x71\x6a\xde\x52\x37\x25\x47\x6f\x81\x7b\x01\xad\x69\xdd\x40\xb5\x19\x0d\x04\xde\xe1\x43\xf9\x26\xa6\xdd\x01\x0a\xab\xf9\x38\xb9\x11\x0f\xe0\x33\x1a\xe2\x6f\xb4\x40\x76\x53\xfa\x91\x3a\x15\x1e\x82\xac\x0f\x20\xed\xea\xd2\x81\x12\x9e\x85\x67\xd1\xdb\xb3\x36\xa1\x1f\xd0\x79\x29\x85\x0c\x25\xc3\x5d\x6f\xad\x84\x87\x19\x2e\x82\xf9\xa1\x9d\xc2\xb2\x0d\xcc\xbc\xd1\xf4\xf7\x20\x38\xce\x93\x7e\xe8\x01\xf0\x00\xb0\x8f\xfe\xc8\x33\x54\x02\x2c\xc0\x8a\xbd\x29\x28\x60\xee\xea\x6f\x05\xe5\xca\x63\x11\x55\xc4\x0d\x3c\x45\x4c\x88\xd5\xcb\x87\xf9\x28\xaa\x97\x27\x85\x0b\x15\xe4\x1b\x44\x85\x40\x95\x55\xbb\x5c\xb4\xbe\x2a\x95\x6f\x06\x00\x64\x57\x3c\x20\x00\xd4\x8a\xb0\x4c\xb9\xca\xc3\x14\x56\x29\x6f\x36\x7b\xb2\x4e\x79\xd6\x2d\x8d\x25\x52\xaa\x96\xf1\x21\x22\xd9\x5b\x01\x0f\x25\x32\x7c\x41\xc1\x35\x25\x22\xf0\x55\xd9\xa1\x25\x06\x4a\x29\xc3\x2f\x5c\x20\x43\xc1\x1c\x49\x05\x12\x09\x62\x64\x28\x81\x5f\x40\x49\xb1\xe0\xdf\x2b\xb1\x96\xf5\x00\xf2\x6b\x71\x7b\xed\xc6\xa2\x07\x03\xf1\x84\x02\x1a\xe6\x52\x79\x8b\x4b\x5c\x01\x12\xc6\x73\x24\xde\xd4\x4e\x58\x58\x83\x88\x32\x70\xd1\x58\x4a\x6b\x21\x05\x73\x62\x38\xb0\x5f\x00\x5d\xea\x88\x46\x99\x8a\xa0\x0b\x59\x0a\xca\x54\xe4\xf8\xfa\x9d\xc1\x0e\xee\x8f\xf2\xa9\xdb\xb4\x54\x8a\xce\x23\x23\x15\xc4\xec\x51\x47\x22\x7b\xf3\xc6\x65\x3c\x95\x5c\x12\x33\xbc\x48\xd1\xed\x55\xac\x55\x20\xd0\x3a\x9a\xfd\xc2\x5c\xb7\x66\x24\x66\x9c\xf9\xd2\xd1\x23\x05\x58\x49\x72\xbc\x05\xad\x29\x18\xa8\xe0\x16\xb4\x54\xbd\x6c\x1f\x81\x56\x48\x58\x02\xed\xf0\x1b\x3c\xb1\x4c\x3b\x85\xf7\xbf\x09\x06\xe6\x3e\x9a\x11\x47\xdc\x76\x61\x9b\x20\x6e\x41\xcb\xd1\x3b\xb2\xf0\x04\x13\xc3\x60\xf1\xf8\xf1\x5a\xda\xba\x24\x05\xcd\x8b\x99\x45\x32\x96\x21\xc3\x27\xda\x5b\x81\x3b\xd1\x52\xf2\x10\xcb\x76\x6a\xd4\x23\x16\x21\xbe\x3a\x00\xf5\x55\x83\xb0\x26\xe1\x07\x54\xc0\xbd\x56\x95\x51\x47\x7a\x01\x35\xcb\x8a\x67\xdd\x20\x5e\x79\xd6\x8d\x97\x85\xba\x0d\x72\x95\x96\x89\xcb\xcc\x72\x34\xf5\xa1\x2a\x99\xa5\xdc\x48\xa9\x57\x01\x17\x05\xf7\x90\x65\x39\xdb\x4a\x6c\x58\x7b\x7f\xd0\x69\x17\xf3\x52\xf6\xc5\x58\x34\x24\xcb\x07\xeb\x40\xe4\xa5\x63\x4d\xd1\x3b\x25\xf6\x45\xa0\x7e\xc0\xec\x23\x77\xd9\x01\x83\x90\xd0\xb1\xa9\xbd\x07\xfb\x22\x16\x7f\xb0\xf6\x88\xdf\xe0\x2c\x44\x4d\x94\x4a\x25\x6a\xa0\x72\x4a\xb6\xb1\x9f\xa9\x5b\x59\x37\xa6\x16\x94\x4e\xc9\xf6\x2a\xc5\x25\x96\xea\x44\x43\xe5\x93\x18\xac\x0e\xa0\xf2\x89\xeb\x7f\x16\x14\x3e\xe9\xc9\xfb\x7a\xd0\xef\xae\x49\x41\x6e\x4d\xb9\xfd\xe4\xf8\x41\xc9\x93\xac\xc4\xfc\x12\x99\xff\xa9\xea\x67\x05\x77\x16\x4c\x70\xfc\xa0\x7e\x7f\x75\xdd\xea\x5b\xe2\xde\xf8\x82\xa6\xbc\xa3\xfe\xa6\x84\x4e\x14\x4d\x49\x36\x88\x46\xde\xa7\x24\x09\x91\x45\x50\x8a\x51\x86\xeb\x95\x82\x2d\x03\xf1\x40\x8a\x80\x99\x00\x6c\xb4\x2f\x46\x46\xa9\x56\x62\x4e\x3c\xa8\xa8\x6b\x4d\x0e\xa8\x22\x3e\x42\x69\xa2\xb5\x29\x21\x1e\x2b\x4d\xff\xd3\x3e\x37\x4c\xd1\x6d\x2c\xb2\x8f\x58\x14\xb0\x6a\x26\xed\x93\xdb\xd9\xc7\xcd\x09\x37\x83\x04\xf9\xc8\xa8\x02\xab\xee\xb8\x5d\xcd\x41\xc0\x85\x97\xab\x65\x45\xcf\x15\x5c\xae\x96\x94\x3b\x5d\x78\xbb\x5a\x4b\xaf\x07\x0c\x3e\x32\x65\x22\x28\xd7\xe2\x61\x84\x45\x37\xd8\xfe\x10\x19\x85\xbb\x79\xd0\x8b\x85\x4a\xcd\x86\x2e\x14\x22\xb3\x6c\xc1\x30\x5d\x1b\x14\x22\xac\xb6\x2f\xc4\x5d\x34\xd2\xf9\x28\x47\xa0\x6e\xf4\xa9\xc9\x5b\xdc\x3c\xef\x6b\xa0\xb2\xa2\x7f\x3f\x80\x69\x0f\x70\x72\x44\xa1\xfa\xc2\x49\x9f\x3d\x09\x30\x63\x9f\xb2\x17\x9c\x69\x26\x26\x8a\xb8\x3e\xd3\x56\xaa\x92\x21\x84\xd5\xb7\x9a\xfd\xc3\xe8\x6b\xd3\x79\xbc\xb9\x01\x34\x00\x45\xe0\x68\x46\x79\x43\x69\xeb\xee\xa0\xb1\xb0\xb4\xda\x9d\x1f\x68\x8e\x37\x63\x2f\xbd\x61\x6f\xee\x70\xd3\xcf\xbd\x66\x2d\x20\x1e\x1a\x2a\x7d\x20\xd0\xc8\x6b\x4b\x64\x64\xec\x82\x19\xd5\xc3\xa2\xc0\x82\xe2\x59\x4b\x27\x30\x29\xf5\xfa\x8c\x7a\x16\x49\x0a\xaa\x87\x0c\xdb\xac\x80\x62\xad\x27\x86\x1b\x11\x6a\xf3\x3c\x68\xe4\xf5\xa1\xf4\x20\x8b\x43\x43\xb2\x58\x91\xaa\x63\x97\x84\x9c\x2f\xe5\x9a\x17\xa4\xa4\xa6\x28\xf3\x15\x8a\x19\xcd\x49\x06\x3d\x80\xd4\x96\xfd\x02\x50\xaf\x83\x17\xb5\x8b\xa6\xc6\xe3\x0f\xc0\xdf\x85\x15\xd4\x21\x8a\x21\x8a\xb9\x26\xd6\x66\x1e\x06\xe1\x41\xed\x64\xfd\xce\x5a\xcc\x9a\x62\x0a\x0b\xef\x51\x0f\x12\x7b\xd4\x90\x30\x11\xbf\x40\x80\x30\x6b\x97\x00\x2a\x17\x25\x5d\xec\x50\x12\x65\x59\x5b\x52\x12\x4d\xc4\xc5\x2f\xa0\x1c\xf3\x6b\xc4\x83\x1f\x08\x8d\x08\x4c\xa8\xfd\x05\x34\xa4\x2a\xe3\x11\x79\x60\xc1\xa6\x92\x84\x44\xb0\x61\x16\x9d\x50\x92\xd9\x27\x69\x8a\x34\x7a\x35\xb5\x13\x60\xf0\xfb\x19\x2b\x29\xc4\x47\x6e\x8a\xe8\x07\xa8\xb0\xaa\x6d\xc8\x5a\x47\x63\xf2\xf0\x1f\x1c\x42\xb8\x5b\xd0\x09\x54\x25\x31\x72\x40\x77\xc3\x15\x54\x4a\x72\xf6\x51\x61\xa5\xa4\x11\x5f\x0f\x08\xb0\x90\x98\x28\x38\xca\xb4\x82\xca\x48\xce\x95\x29\x28\x8c\x94\xb2\xf4\x75\x16\x46\xd2\x3d\xfd\x05\x75\x91\x5e\xa2\x2e\xea\x22\x4d\x90\x84\xb2\xb4\x66\xe8\x21\xa9\xba\x56\x3f\x98\xdb\xe1\xb5\x6e\x79\x03\x08\x1a\x32\x87\x77\x9d\xee\x82\x3a\x4a\xa1\x39\x02\x05\x09\xd9\xb1\x99\xb4\x32\x48\x2d\xf8\x77\x16\xfe\xd6\x1c\x21\x8e\xeb\x4e\xcd\xc2\xda\x4a\xc3\xa4\x98\x59\xf8\x5b\x53\x40\x5d\xe4\xfc\xea\x8f\xbe\x88\x6a\x08\x69\xdc\xd1\x0e\x47\xf1\x25\xc7\xe6\x17\x14\x5b\x4a\xf6\x4d\xa0\xd8\x52\x54\xa1\xdc\x92\x18\x48\x2c\x61\x9c\xa5\x96\xaa\xf7\x27\x2a\x19\x5b\x26\x4c\x90\xde\x87\x14\xbf\xc4\x40\x06\xe5\x54\x96\x04\xf3\xb4\x82\xef\x4a\x2a\xdc\x1c\xc9\x0f\xce\x77\xb1\xf3\x92\x20\xbc\x5b\x2e\x4e\x08\x6c\x68\xde\x5d\x4b\x54\x97\x18\x9a\x20\xaa\xd7\x6e\xac\x23\xae\x61\xd8\x31\x91\x56\x71\x06\xc1\x54\xc9\x38\x0d\x64\xfd\x5d\x81\xf5\x92\x2a\xd1\xe8\x69\xd6\x45\x3b\x82\xb2\x12\x4a\x0f\x81\x92\x89\xa6\x84\xb6\x2e\x87\x54\x7b\x5d\x6a\xaf\x76\xc4\xfe\xd4\x88\x8d\x61\x8f\xc2\x0a\x6c\xd6\xd5\x94\x01\x93\xf5\xf0\xfe\x6a\xc8\x34\x35\x9b\x6c\xac\xa8\x29\xac\x31\x59\xee\x0d\x00\xc5\x11\xe3\x1d\x61\xc6\x8a\x10\x2f\x28\x81\x15\x92\xae\x3f\x2f\xa9\xad\x22\xe2\x1e\x83\x65\x31\x84\x03\xd8\xac\x93\x19\x6b\x27\xa7\x35\x31\x75\x94\x89\x96\x3e\x9c\x78\x35\x88\x4f\x62\x5e\xf6\x19\x6c\x7b\x4c\x28\x5b\x98\xbd\x72\x4c\x78\xb3\x48\x84\xba\x5a\xd9\xc2\x2e\xea\x68\xa5\x61\x7a\x1d\x9c\xb7\xb7\x0c\x0a\x84\x0c\xef\x10\x44\xdd\xd6\x6e\x7a\x82\x30\xde\x3d\xab\x1d\x9b\xde\x4c\x00\x75\x74\x82\x8d\x97\x69\x09\xdc\xc6\xf5\x8e\x5d\x6e\xd6\xba\x13\x46\xc1\xb4\x23\xc7\xc1\xbc\x1a\xb7\x78\xd8\xa8\xc7\x8b\xb7\x86\x45\xa8\xc4\x4b\x3c\x94\xd6\x5b\x12\xcc\xc8\x8e\xf5\x48\x3b\xa8\x4f\x62\x60\x62\x20\xaf\x45\x1e\x54\xf7\xca\xf6\xcd\xb2\x9a\x97\x7d\xf1\x89\xc5\x15\x7c\x6a\x1e\x6b\x4e\xea\x91\x51\x14\xb6\xc0\xa6\xa3\xbe\xef\x18\x28\xe9\x58\x7b\xc8\x0f\x78\x4c\xfa\x88\x3a\xd6\xb4\x84\x97\x83\xe2\x88\x5f\xa0\x54\x6f\x44\xa0\x76\x4b\x4b\xe9\x27\x77\x0e\x95\xc4\xfb\x42\x2c\x94\x25\xda\xa5\x9b\xdb\x38\x62\x7c\xa2\x9c\xfd\x7d\x2d\x42\x49\x27\xcb\x4a\x0b\x3e\x1a\x99\x65\xf5\x42\xc5\xb2\xd4\xa5\x6b\xa2\x62\x59\x6c\x66\x0a\xb0\x31\x67\xd3\x26\x6e\x88\xb5\xf3\x3a\x2d\x79\x5e\xee\x6e\x94\x34\x8b\x8e\x15\xe5\x15\xb0\xcd\xa1\x02\x09\x59\x74\x2f\xca\x41\xd0\xaf\xa3\x84\xd2\x45\x45\x4d\x10\x5e\x8c\xc7\x32\x4a\xa7\x74\x9e\xb2\xa9\x7f\x0a\xe3\xdd\x56\xb5\x74\x71\xc3\x65\xf7\x88\x83\xdc\x3d\x22\x6d\x6e\x58\xc8\x4c\x10\xc7\x6d\x4c\x4c\x90\xc6\x9b\x49\xf3\x4e\xef\xbb\x25\x4a\xba\x57\x6d\x2f\xb5\x59\x63\xcb\xbf\xd3\x50\xd2\xfc\x02\xb5\x51\xcb\x8c\x37\x0e\x7e\x93\xe2\x8d\x6c\x70\xa3\x19\xc2\xf8\x30\x5b\x42\xda\x5d\x35\x2d\x43\x36\xcf\xc6\x3a\x2c\xd6\x2f\x24\x22\x60\xe3\xb5\x7d\x11\xb0\x61\xf7\x3d\x6a\xa6\x44\x95\xc6\x2c\x69\x4a\xf2\xd1\x06\x83\x04\x03\xf6\x4b\xe6\x85\xfd\xfa\x25\xbb\xad\xfa\x67\xa6\x83\x87\xd9\x5f\xcd\x6f\x00\x07\xaf\x11\x20\x15\x9b\xc3\x3c\x1d\x23\xb8\x0d\x01\x53\x5b\x0d\x17\x03\xbf\xe2\xb2\x32\x73\xe6\x6c\x62\xce\x8c\xd5\xd0\x14\x33\x42\x35\x8c\x12\x54\x81\x89\x2a\xde\x59\x32\x0a\x86\xaa\xe0\x48\xc9\xb8\x5d\x45\xe9\xa4\x25\x6f\xeb\xea\x2d\xb5\x91\xd8\xbc\x19\x00\x38\xca\x35\xa1\x8c\xf8\x62\x25\x52\x97\x8c\x04\xba\x61\x80\x91\x40\xe7\x58\xc5\x4c\xa1\x5d\x3b\x2b\x07\xd6\x9f\xd6\x89\x9d\x03\x15\x8d\xe8\x37\xa8\x91\xc9\xe8\x9d\x11\x96\x61\xe5\x3a\x07\xac\xba\x56\x35\x07\xde\x72\x24\x41\x24\x07\x16\x5d\x13\x8e\x22\xee\x6b\x92\x48\x9b\x23\xf9\xbe\xd8\x41\x8e\x6b\x5d\x35\x4b\x14\x63\xb0\xa6\x9b\x57\x74\x6f\x73\x97\xb4\x14\x69\xb7\x65\x44\xf0\xbe\xdb\x64\x91\xd1\x5d\xa0\xca\x5f\xf5\x98\xa0\xd5\xec\x1e\xc9\x52\xb4\x1d\x33\x73\xf4\xac\x9c\x64\x44\x82\x24\xcb\xc5\x19\x29\x78\x2f\xa8\xd7\xe5\x23\xee\x61\xe0\x74\xd2\xda\x4c\x39\x3a\xd9\x7d\x91\x11\xd5\xe1\x98\x9d\x9c\x88\x58\xf7\x8f\xb5\xce\xee\x0f\xdb\xc9\x16\x83\x4c\x29\xda\x68\x62\x75\x06\x9d\x13\x39\xaf\x32\x85\x82\x20\x53\x13\x96\xfd\x29\x23\xee\xa3\x9a\xbc\x33\x59\x86\xd7\x6e\xca\xcd\x49\xf5\x4f\x4a\x66\xe0\xc7\x6b\x08\x96\x13\x77\x07\x27\xb1\xe6\x0e\x18\xe6\xff\xa3\xe2\x08\x25\x67\xae\x8a\x01\x5e\xab\xa2\xf1\x21\x65\xbf\x56\x09\x56\x71\xe7\x5b\x97\x5c\xc8\x87\x75\xb6\xe4\x02\x3e\xec\x2f\x2a\x55\x0b\x83\xbc\x0c\xd0\xb2\xd4\xe7\x65\x71\x96\x48\x99\xeb\xc2\x8a\xc0\x42\x14\xc6\x6b\xe5\x2b\x65\x73\x93\x46\x85\xbd\xc0\x7c\xa5\x2e\xb9\xc3\x0f\x68\xa4\xf6\x2e\x43\x3a\x5c\xf2\x44\x61\x83\xb6\xa7\x2e\xa3\x66\x83\xb9\x7d\x6e\x74\xe5\x35\x3f\x80\xac\xf4\xea\x10\xd4\x69\x90\x28\xd7\x7a\x65\x29\xa5\x7a\xd6\x6d\xe5\xee\xaa\x4d\xce\x23\x24\x50\x46\xed\xde\xc6\x9d\x10\x0b\x00\x86\xfb\xda\x39\x90\x97\xd4\x6a\xc6\x30\xa5\xd6\x97\xfd\x37\xd3\x46\x6d\xd3\x7d\xee\x84\xd9\x3d\xb0\x64\xc1\xe6\x17\x16\xa2\x85\x26\x64\xc7\xf9\x58\xce\x28\x14\xe1\x88\xe2\x8c\xd0\x0b\x47\x77\xe7\x55\x28\x42\x02\x5f\x46\xa1\x88\x64\x5e\xd4\x49\x2e\xfa\x1d\x37\xe6\xd9\x18\x89\x6a\x5a\x13\x02\xe1\x05\x56\x6e\x7b\xf8\xf2\x58\x01\xa9\xfe\x82\xe4\xe4\x7d\x0f\xa3\xb5\xa5\x9b\xcc\x6c\x34\xfb\x13\xf2\x4e\x69\xcd\x34\xbb\xc2\x2d\x64\xd6\xcd\x08\xb7\xb0\x46\x91\x11\x5d\xe1\x73\x30\x53\x70\x36\x90\xab\x1c\xa9\xc9\x69\x6f\xdc\xa7\x42\xe4\x0e\xd9\xc0\x07\x0b\xca\x7d\xe7\x60\x10\x16\x43\x75\x97\xa0\x1f\x63\x76\x07\x37\x7b\x4d\x62\x61\xda\x3d\xb0\x46\xaa\x29\x70\xca\xd6\xd9\xa6\xe5\x7c\x2c\x8e\xab\x2e\x0e\x9c\xbe\x3e\xcc\x78\x39\x9e\x0f\xcb\x25\x29\x7b\xd3\x1c\x98\x84\xa9\x63\x55\xa0\x90\x21\x38\x1f\xd4\xd5\xbc\x5a\x90\x9c\x87\xe3\x4e\x50\x40\x36\x27\x33\xbc\x83\x25\xfc\x45\x0f\x07\xe8\xc5\x3c\xf8\x60\x10\x98\x44\xcf\x0c\x51\x3b\xb8\xc3\x29\x4c\x27\x5d\xfc\x58\x32\x42\x9c\x2d\xa5\x65\x96\xac\x78\x6d\xc4\x93\xbb\xc4\x1d\x2c\xfa\x71\x0f\xd8\xc9\xde\x56\x27\x97\x4e\x20\x42\xfa\x0e\xde\xa8\x27\x4f\xf4\x57\x8f\x6b\x69\x84\x05\x5e\xea\x60\x25\x3b\x5f\xec\x52\x2f\xdc\xb4\x42\x79\x0c\x0a\xaf\xa6\xe1\x1b\xb3\x32\x8c\xb0\xfc\x66\x1f\xaf\x37\x8c\xdd\x96\x9b\x6e\x92\x53\x72\x07\x64\x88\xe6\x57\x14\x2e\xbd\x74\x14\x2e\x4d\x4e\x37\x6f\x5e\x32\x37\x61\x49\x87\xd7\x56\x7d\x90\x49\x65\x12\x5e\xe1\x10\x3f\xba\x7a\xa8\xe4\x65\x14\xf6\x8e\xa0\xac\xe8\x85\x7e\x78\xd4\x25\x8f\x47\x88\xdd\xe6\x51\xe4\x2d\x82\x8c\x36\x5d\xee\x51\x0a\x84\x47\x87\x20\x15\xc6\x2f\xd8\xc4\x53\x78\xfb\xba\xb0\x5a\x60\xe4\x55\xcd\xdc\xc2\xb2\x7c\xc3\x26\x9f\x02\x71\xb3\x79\x07\x94\x8d\x96\xb8\xee\x31\xc0\xdf\xc4\xff\x0a\x05\x46\x11\x53\x41\x80\x82\x99\x55\x09\x0b\xa6\xa2\x07\xa8\x9a\x2f\xc6\x51\x22\x39\x49\xf2\x83\xb5\xb4\x4d\x0f\x78\xf8\xc9\x9b\x5f\x28\x7b\xc9\x40\x5f\x50\x2e\x41\x97\x90\x95\x82\xa0\xdc\x2c\x61\xae\x24\x4a\xe1\xda\x74\x85\x26\xce\xe1\x17\xa8\x07\xc8\xd5\x51\x90\x4d\x35\x5e\xa8\xa5\xcd\x53\xd6\xb6\x82\x00\x01\xef\x80\x92\x68\x3c\x6b\x7e\x61\xd1\xa3\xdf\xa0\x4e\xdd\xfc\x60\x2e\xaf\xaa\x66\x97\x42\x69\xcc\x98\xce\x8b\x1e\xfd\x00\x09\x38\x32\xd9\x17\xda\x30\x65\x57\x2d\xa8\x86\xa0\xab\x58\x4a\x61\xad\x2c\x6f\xec\x92\x79\xfa\x35\xf7\x48\x2d\xd5\x98\x44\x9c\xed\x0b\x0f\x79\x01\x2d\xd4\x67\x56\x97\xd2\x72\x97\x8d\x27\xac\x06\x2d\x64\xc2\xd2\x28\x0a\x52\xb0\xba\x18\x60\x61\x54\x81\x4d\x26\xa5\x70\xcc\xa8\x36\xb6\x81\xcc\x3e\xb8\x99\xbc\x55\x13\xf5\x2a\x3f\xe0\x0f\x6a\xa0\xeb\x42\x5f\x54\x2c\xaf\xe9\x85\xe5\x08\x7c\xd6\x94\xca\xe5\x95\xa8\x5c\x20\xcc\x38\xec\xad\xe0\x9e\x2e\x6b\xe7\xa5\x31\x5a\xb0\xf9\x05\x5c\xd4\x28\xc1\xa2\x30\xf5\xdf\x7e\xcd\x02\xe9\xc6\xae\xdd\xd2\x03\x11\xa5\xe5\x5f\x2e\x79\x13\xe5\x14\x77\xb2\x4d\xc8\x05\x77\x75\x35\x23\xb2\xc3\x59\x1c\xfc\x7e\xc3\xfb\x9a\x54\xa7\xdf\x53\x16\x37\x5c\xc1\x1e\x86\x67\x8d\xa2\x58\x76\x10\xe2\x0a\xf6\xb4\x6d\x06\x99\x7b\xdd\x04\xd6\x69\xbc\x92\x82\x50\x58\xfc\xdb\xa7\x5b\x61\x19\x2c\x9b\x96\x0a\x53\xfb\xed\x3a\x2d\xcb\x4e\x28\x2d\xa4\xb0\xf0\x95\xfd\x9a\x05\xe9\xfa\x36\xb8\x16\x14\xbe\xb2\x4f\xbe\xc0\x4e\xe8\xe0\xd3\x82\xe4\xa7\x62\x22\x86\xdd\x30\x1b\x8f\x83\x4b\x23\x44\x0f\x8a\x09\xfa\x7e\x5f\x20\x6a\xc0\x7d\x81\x28\x98\x21\xdc\x74\x6f\x3c\xc8\x36\x96\x65\xca\x94\x6d\xb2\x05\x30\xdc\x26\x1f\x75\xa1\x70\xe1\x65\xf2\x0e\xb2\x2c\xb8\xf4\xca\xd1\xef\x65\x5f\x96\x4e\x0f\x40\x90\xd5\x66\x19\x4d\xaf\xdc\xb1\xd0\xac\x39\xf2\xba\xf9\xf2\x23\x97\x50\x39\x78\xd2\x99\x27\x9f\x94\x41\xcd\xbd\x98\x26\xe5\xd8\xc1\x02\x19\x22\x07\xbf\x50\xd0\xd6\xf8\xe7\xda\x40\x7e\x01\xc4\x68\x88\x4f\x1e\x24\xdd\x0f\xc8\x20\xcd\xde\x4e\x32\x48\xef\x18\x08\x11\xd5\x49\x06\x65\xf9\xd4\x4d\x4b\xd7\xda\x32\xea\xe3\x5a\x70\xfb\x01\xe0\x96\x31\x02\x35\xf1\xf3\xeb\xc4\xbc\x28\xae\x65\x8f\x81\x8d\x1e\xdc\x01\x37\xba\xa9\x73\xd9\xe5\xcc\x22\x61\x97\xcb\x92\xc7\xca\x4d\xa0\x8c\x4c\x54\xab\xb2\x9b\x13\xb7\xe7\x67\x07\xd8\x95\x7b\xa1\xc6\x0f\x28\x08\xf8\x58\xbe\x29\x4e\xf9\x68\x58\x2e\x6b\xe9\x04\xe5\x21\xfe\x7d\xe4\xa1\x78\x54\x8e\x7e\x81\x27\xbb\x04\xf6\x82\xb4\x23\x95\xb4\x2e\x05\xc2\x86\x2e\x2d\x28\x05\xb1\x93\xd9\x8c\xfd\x21\x43\x13\x97\xad\x4b\xb8\x90\xf8\x8d\x4b\xfa\xe3\x90\xb4\x5d\x37\x1e\x37\xaf\x2f\x16\x43\xaa\x7a\x80\x60\x4f\x21\xbf\x32\x5d\x5e\xe5\x9b\x4b\x65\xb9\x27\xab\xeb\xac\xaf\xdb\x7c\xc6\xe1\x82\x82\xec\xf0\x92\x8a\x2c\x22\x8b\xf4\x35\xd0\x6f\x27\xa0\x90\xbb\x6e\x59\xa2\xd2\x43\x6c\xbf\x77\xc5\x0d\xbd\x2a\xb2\x5c\x2a\x6a\xba\x16\xaf\x4e\x5d\xa6\x22\x9d\x89\x35\xf2\xaa\x6f\x01\x1d\xd7\xf2\xf9\x0b\x50\x88\xc7\x4c\x6b\x12\xfa\x02\xf2\x89\x63\xd3\xeb\x94\x4f\xb2\xaa\xd1\x97\xca\x6a\x4e\xf6\xbd\x57\x5c\x6b\xeb\x30\xa0\xca\xf8\x46\xdb\x0b\x2a\x4c\x49\xf9\xd5\x23\x0d\x5e\x62\xa2\x15\xf2\x8b\x4a\x47\x97\x9a\xe8\x8d\xa9\xee\x92\x35\x50\x82\xbb\xa4\x97\x76\x78\x1a\xdc\x1a\x2f\xa8\x78\x3b\xbc\xf8\x5a\xcd\x6b\xa2\xfa\x24\x93\xd1\xe8\x2c\xaf\xf0\xcb\x9a\x6d\x54\x88\x2c\xc1\x2e\xff\xba\x64\x96\xd7\x17\x83\x83\xf8\x8d\x83\x0f\x34\x57\x5c\x39\xdb\x5e\x7d\x92\x88\xaa\x5f\x20\x69\xbb\xcb\x05\xb7\xf0\x8d\xac\xf1\x2c\x95\xab\x4e\x91\xa5\x39\x3b\xa9\x16\x1e\x10\xaf\x07\xbc\xcb\x5d\x98\x28\x54\x4d\x8d\x6e\x66\xf2\xbc\x50\x53\xb9\x82\xfa\x82\x36\x22\x4b\x1c\x15\x55\xe9\x55\xdb\xb0\xd4\xba\xe6\x2d\x42\x45\x98\xa2\xc3\x02\x6a\x05\xe1\x26\xff\x0e\x4e\x26\x89\xb5\xf2\x4a\x83\x17\xe2\xea\x9a\xb6\x60\xc0\x65\xa8\x45\x2c\xba\x22\xec\x30\x38\x34\xa0\x22\xa3\xbb\xf8\xa0\xab\x48\xb7\xf1\x31\x54\x71\xdd\xe9\x6b\x12\x14\x7a\xf2\x8f\xa2\xb5\x6b\x67\x42\x85\xe1\xe9\x8b\xaa\xdd\x1d\xa8\x5a\x52\x5a\x45\x08\xa2\x9d\xf2\x95\xe9\xde\xaf\x85\xa4\x84\x23\x69\xa4\xd2\x9a\xe3\x50\x85\x8a\x18\xc4\xf6\x86\x18\x7b\xd5\x33\x42\x48\xa1\xed\xf1\x15\xd6\x98\x97\x24\x88\xdb\x4d\x5a\x2d\x7e\x01\x22\xb4\xc5\xb6\x3a\x16\xde\xdd\x25\xcf\x35\x63\x91\x41\x86\x36\x5b\xd5\x9d\x68\xd3\x34\x70\x89\xa7\xa3\x85\x2a\xac\x31\x16\xec\xeb\x4e\xee\x5f\xfd\xa0\x71\x9e\x5a\xfc\x7d\x61\xc6\x6f\x0c\x02\x21\xd4\xec\x0b\x35\x9a\x18\x65\x10\x6f\x23\x5e\x3e\x60\xa9\xa7\xb2\x06\x91\x05\xab\x7a\xd0\xbd\xff\x7a\x83\xc8\x53\x97\x07\xd7\x4f\x50\xb1\x28\x91\x6d\x5f\x15\xc6\x92\xac\x73\xae\x1e\x37\x73\x6c\x84\xcc\x13\x98\x31\xb6\x11\x3d\x98\x75\x0e\x56\x18\x43\x74\x5d\x74\xa9\x70\x2c\xea\x76\xe2\x52\xcf\x75\xc1\x8d\x40\x80\xad\x23\xfb\x10\x3b\xb9\xcd\x82\x47\xd8\x11\xb1\xec\x1e\x89\x27\x2f\x06\x6f\xad\xb0\xb5\xad\x9e\x6b\xc1\x35\xed\x93\x97\xb8\x0b\xf7\xe7\x5a\x6f\xbd\x70\x6d\xec\x53\xd3\xb8\x38\x2d\xe1\xe5\xe2\x34\x34\x04\x42\x01\xb3\x4f\x18\x98\x57\xec\x73\xa9\x17\xb9\xb9\xa1\xbe\x60\x3f\x36\x19\xa3\x66\xa7\x83\x96\x2a\x63\x03\x1d\x7d\x52\x21\xf7\xbc\x24\xbc\x7a\xd1\x2b\xe3\x36\x2f\xf1\xf1\xd2\xc0\x1f\x69\x77\x7e\x65\x74\xa0\xed\x1d\x15\x72\xd0\x30\xd5\xde\x74\x75\x05\x3f\x20\x91\x1a\xb5\x37\xa5\xb3\xe6\x3e\xc9\xca\x25\x59\x57\x18\x71\xb2\xcf\x3d\x78\x04\x37\xaf\xc5\x12\x94\x7c\x38\x23\xb6\xcf\xa9\xb3\x15\xd7\xa7\x38\xc1\xb0\x52\x2c\xf2\x31\xf8\x30\x6a\x59\xd3\x9e\x62\x52\xdc\x4c\xa1\x0f\xf8\x85\x4e\x82\xb6\x81\x40\x75\xd6\xb4\x0d\x75\x68\x92\xdb\xd8\x12\x62\x69\x8d\x99\xd7\x36\x45\x34\x84\xd9\x65\x6d\xe5\xb6\x11\x20\xff\xbe\xf8\x4b\xd3\x03\xf0\xfd\xea\x36\xe9\xb1\xb9\x07\x48\x76\xc2\x49\x5b\x97\x16\x7c\x88\xa7\x85\xc0\xb5\xf7\x03\x1c\xca\x3a\x07\x5a\x00\xf5\xbd\x3e\x20\x0f\x94\x90\xdc\x28\x74\x09\xa9\x0d\x99\xda\x59\xd4\xd7\x50\x00\x53\x57\x44\x95\x16\xd6\x32\xba\xc7\x07\x61\xcc\x02\x39\x72\x43\x88\xa0\x1b\x82\xe8\xd2\xd0\x46\x6f\xcc\x4a\x71\x48\x4b\x8b\x0c\x60\xf7\x2c\x22\x81\x12\xa6\x61\x57\x0a\x3f\xba\x4a\xaf\xb4\x48\xa3\x84\x90\xca\x6a\xed\xa6\xd5\x16\x77\x8e\xef\xee\x89\xf6\x6e\x90\x71\xc1\x42\x30\x80\x14\xe2\xbb\x1f\xf0\xfc\xf5\x24\x11\x9a\xe7\x88\xf9\x86\xac\x6d\xc7\xd1\xb5\xf4\x70\x4c\xd1\x02\x2c\x44\xd9\x68\xcc\x0b\x29\x6a\x2f\x83\x8f\xda\xb8\xac\xbe\xfb\xfb\x93\x10\x68\x61\x32\x59\x97\x41\xa2\xa8\xd4\xdc\x03\xc8\xdd\x93\x64\xf9\x4b\x09\x78\x8d\xd6\x1e\xaf\x74\x59\x10\x09\x6f\x85\x6e\x00\xb7\xc9\x0b\xa5\xd3\xb5\x0a\xd6\xf7\x6a\xaf\x1e\x34\x04\xdc\x6b\x9b\xa9\xb1\x16\xf4\xe8\xdf\xa9\x86\xf8\x77\x9e\x85\x12\xf7\x5a\x25\x9b\x91\x6e\xd4\x10\x53\x96\xbd\x30\x95\x3e\x75\xff\x4e\x36\x64\xbc\xad\x18\x33\x59\x0c\x1a\x8b\x53\xa6\xd7\xa0\xe4\x8e\xc6\x2c\xa2\xcc\x5e\xfa\x54\x63\x79\x1d\x47\x24\x36\x24\x75\x54\x97\x09\x69\xac\x3f\x99\x24\xe5\xb7\x46\x43\xa8\x34\xcb\x86\x64\xe6\x66\x25\xae\x35\x86\xaf\x8a\x5d\x35\x66\x33\x3b\x6a\xa4\x35\x2e\xa0\x5e\xe8\x0b\x0c\x01\x8a\x1b\xe3\xab\x04\xd5\xd6\xa9\x52\x4b\x4f\x6f\xc8\xf3\xc8\xdd\x1f\x10\x7b\xc2\x05\xb2\x95\x2d\x04\xb4\xbe\x88\x4c\x43\x22\x99\x38\x7b\x16\x83\x72\x9f\x74\x91\x36\x28\x77\x4a\x74\x6d\x83\x4c\x52\x3a\x58\x1b\x0b\x35\xee\x93\xd7\xd2\x19\x9b\x63\x8d\x2a\xb0\xe8\x14\x73\xb0\x4a\xa3\x90\xe5\x79\xed\x0b\x13\x82\x8b\x25\x73\xcc\x40\x76\xa6\x9b\xf8\x03\xb0\x72\xe9\x81\x6d\x09\x5d\x92\xc8\xdb\x12\xba\x8c\xdb\x9d\x60\x67\x7f\x02\xf9\x54\xb6\x84\xb6\xd3\x93\xe7\x21\xc8\x33\x3c\x06\xa2\xc5\x74\xb1\x4e\x69\x07\x71\xa9\x21\x91\x54\xfc\x52\xeb\x1b\x23\xb7\xec\xd3\x6f\x94\xa0\xcc\xdc\x29\x21\x49\xa1\x6e\x28\x68\xae\xbb\x7c\x4a\x3b\xdb\x04\xc9\x1c\x01\x97\x45\xbe\xd8\x2c\x42\xaf\x9a\x11\x4f\x33\x8e\x35\x9b\x76\xf2\xe6\x0c\x2d\xd5\x49\xbf\xaf\x37\x2c\x6d\x34\x92\x2c\xda\x45\xb1\xdf\x58\xb9\x08\x92\x86\xe4\x9d\x70\x56\x5e\xdb\x94\x5e\x92\xa5\xc4\x76\xad\x49\x6b\x92\x10\x5e\x9a\x95\xa5\x06\xe9\xc5\xb9\x48\x6d\x0a\x2f\xa9\x98\x47\xdc\x24\x06\x49\xbf\x0d\xa9\x0c\xc5\xdb\x02\xc2\x4b\x75\x40\xfe\xba\x60\x27\xbf\xba\x20\xd1\x7a\xad\xee\xb5\xfa\x42\xf5\x4d\x19\x2b\xfe\x28\x88\xae\xb1\xe2\xb8\xb5\x1f\x5c\x5f\x18\x8b\xa9\x0b\xb1\x49\xf6\x27\xb4\x87\xe4\x67\x2c\x4c\xd9\x26\xbd\xe6\x04\xd9\xc6\xd9\xac\xed\x21\x3b\x31\x80\xac\xb1\x68\xac\xf1\x7e\x44\x6b\x43\x8d\x1e\xa9\xf4\x7a\xc0\x33\x4d\xfc\x06\x37\x28\xa6\x26\x72\xe9\xcc\x4b\xd0\x52\x75\xa4\xe0\xba\x32\x6a\xe9\xf0\x61\xb5\xfc\x7a\xc0\x3b\x85\xfc\x05\x4a\x40\x48\xe2\xea\xac\x32\xee\xe0\x89\xbe\x51\x84\x4f\x7e\x83\xbb\xac\xab\x8d\xe2\xab\x52\x84\x3b\x33\x19\x1c\x81\xd4\x97\xd9\x49\x9b\xa2\x4f\x89\x27\xba\xc4\x57\x0f\x03\x3d\xb8\x4d\xa5\x40\x9a\x4e\x47\x4c\x53\xd9\xdc\x01\x09\xd0\x40\x06\xb2\x23\x69\x2a\x3d\xf2\x80\x10\x51\x77\xd4\xa2\xd1\x9d\x19\xa5\x23\xed\x56\xd7\x74\x94\xce\x34\x5b\x1b\xcb\x7a\xe4\xb6\xc8\x7e\x83\x86\x72\xbf\xc0\x6d\x21\xe1\x15\xb7\x59\x36\x8b\x48\x9d\x37\xd4\x8b\xb5\xf7\x84\x1b\x23\xfc\x3e\x52\x03\x5e\x36\x86\x8e\xda\x35\xf6\x45\xf7\x54\x10\x2d\x26\x44\x26\x8a\x4d\xc6\x2c\xf3\x66\x3d\x49\x84\x28\x39\xc1\xa7\x2f\x11\xc7\x98\xce\xd8\x98\x12\x30\x7a\x46\xbe\x9a\xb1\x92\x39\x82\xf1\x98\x59\x7c\x5d\x20\x65\x2e\xb6\x3b\x20\x7f\xf2\xa4\x96\x79\x68\xb8\x4b\x8a\x24\xee\xa2\x50\x1a\x95\x16\xd9\xa7\x94\x13\x9b\x67\x85\xe2\x31\xce\xc4\xea\x25\xc3\x07\xaa\x1e\x0b\x0f\x34\xa9\xad\x1d\xb1\xf9\xde\x58\xbd\xa0\x6c\x49\xf5\x88\xc8\xa0\xf0\x2c\x11\x9a\xef\xac\xbc\xce\xa0\xa4\xd7\xef\x0b\x64\xcd\x72\x4a\x51\xad\x79\x92\x28\x1c\xa3\xba\xd2\xa5\xd7\xc5\xbe\xd4\x23\x03\xed\xad\x49\x77\xde\x02\xe3\xe8\x8a\x5e\x99\x99\xaf\x39\xa0\x52\x8c\xaa\xd4\x96\xbe\x84\x22\x6f\x33\x44\x20\x95\xcd\x6d\xc2\xa0\x0e\x60\x5e\xb2\xb9\xa9\xb7\x35\xa2\x80\x6c\xd8\x65\xc1\x2f\xf0\x4c\x4f\x7e\x01\x61\xbc\xc3\x2f\x2c\x34\x68\x56\x7d\x6d\x2a\xe1\x05\x5e\xb7\xe1\xa4\xa4\xce\xea\x2d\xe6\x05\x28\x29\x68\xe7\x52\xef\xb4\x93\x78\x9a\x2c\x8f\xed\x30\xa5\xce\x6b\x3e\x6d\x42\xe8\x83\xa5\x47\xf5\xc5\x20\x47\x93\xf6\xde\x07\x8d\x9c\xd5\x6f\x20\xd7\x3b\xb8\x87\x4e\x28\x05\xd5\x40\x4d\x49\x71\xf2\xbe\x6c\x4a\x06\x02\xf7\xf1\x5b\xdc\xec\xf0\x71\xf9\xd0\xed\xfb\x1a\x52\xc8\x47\x39\x94\x26\x1b\x45\xdf\x17\xd3\xfc\xc9\x45\x78\xa5\xb3\x56\xa0\xf5\xee\xce\x7a\xd6\x66\x04\x30\x1e\x15\x69\x67\x9d\xb5\x02\xad\x57\x77\x86\xb9\x4b\x1c\xee\x53\x90\x49\xc5\xac\x07\x91\x37\xc5\x68\x3f\x48\x0b\x7e\x7f\x47\x5b\x0b\x7b\x10\x00\xcd\x07\xb5\x53\x86\x53\xbd\x3a\x4c\x49\x9b\x8f\x11\x84\xd1\x54\x23\x80\x21\xe9\x8e\x74\xe8\x8c\xa3\xb1\x6a\xdf\x99\x89\xea\x20\xa9\x0e\x27\x58\x91\x1e\xd1\x4f\x14\xec\x30\xff\x65\x79\x6b\xbb\xfc\xfb\x49\xde\xe4\xf6\x09\xf6\xe9\x36\x97\xd5\xab\x04\x17\xd8\xcb\xc8\xdb\x99\x67\x6a\x21\xa0\xc3\x52\x54\x8c\xc7\x8b\xf1\xb8\x06\x0a\xa6\xa3\x62\xca\xb8\x56\x80\xb1\x56\x02\xc5\x53\x5e\xb4\x75\x2d\x52\x11\xb9\xc2\xd8\x54\x24\xbf\xf7\x8b\x4b\x23\xa8\x2f\x2c\x8d\x24\xed\xce\x50\xf7\xfc\xea\xf1\xc4\x0b\x9e\x04\xcf\xa1\xea\x07\xa0\x96\xe0\x11\x41\xbd\x52\x7c\xfa\xcd\xa0\x02\x4f\x62\x89\x67\x5e\x4d\x3a\xdd\x6c\x26\xe9\x70\xb2\x95\xe4\x17\xb8\x56\x1a\x82\xc5\x02\x2d\xeb\xf4\x9b\x16\x31\x21\x12\xb1\xe9\x2f\x82\x44\x49\x6c\x57\x2e\xe8\x37\x61\xd4\x24\x61\x79\xaa\x66\x5e\x0f\x4b\xaa\x69\x0e\x08\x1e\x7a\x1d\x01\x53\x5a\x4b\x9b\xa9\x0b\x86\xa7\xe2\x93\x11\xd1\x41\x96\xee\xc6\x06\xee\xa9\xa3\x75\x6c\x48\x62\x16\xed\x8c\x8d\xef\x0f\xb5\x91\xfd\xab\x55\x1b\x1b\x99\xa7\x44\xb5\xb1\x91\xd8\x84\xc3\x01\xbb\x90\x25\x92\x81\x7c\x4d\xdd\xb7\x59\x46\x20\x1f\x93\x99\x67\x4c\xa9\x28\x75\xd9\x27\x46\x58\x77\x4c\xaa\x8d\x18\x99\xe0\xdf\x07\x92\x2a\xaa\xda\x3b\x6e\x22\xd2\x14\xe0\x7a\x2b\xd9\xfd\x9f\x48\x4a\x72\x9b\x74\xa3\x35\x18\xcc\xbd\x74\x2e\xe5\x88\x8b\x2e\x34\xeb\x18\x91\x13\xad\x21\x61\x25\x1a\x3e\xc5\x46\x5c\xdb\xc1\x5f\x80\x50\xb2\xbb\x04\x6f\x96\xb6\x3a\x68\x19\x4a\xaf\x2e\x07\xce\x41\x41\x19\x39\x2b\xcd\x1a\xb5\x9e\x4d\xfd\x03\x76\x20\xdb\xd9\xc7\x32\x03\x49\x34\x1c\xcc\xd0\x74\xb0\xdc\x48\x4c\x6b\x50\x8f\x70\x0f\x96\xd7\x07\x94\xa1\x5f\x2f\xc0\xd4\x25\xb3\xe9\x80\xb3\xaf\x18\xd1\x10\xcb\x7c\x8b\x55\x19\x69\xd1\x82\xd0\x92\xb0\x23\x3d\x89\x25\x97\xc9\x46\x32\x32\xc7\xd4\xe9\x3d\x50\x11\xd0\x76\x9c\x91\xd7\x35\xf0\x82\x12\xc6\xa8\xf2\xea\x01\xbe\xa3\xe2\xdf\x41\xd0\xe5\x47\x25\x4e\x07\xec\x52\xba\x1f\xa1\x0c\xc4\x75\x3b\x92\x7d\xc0\x83\x57\x24\xff\x0c\xd8\xa5\x6c\x5b\x19\xcb\x2e\xa5\xed\x3d\x0a\xd2\xd9\xc4\xc4\x06\x44\xb8\xe6\x55\x45\x9d\x68\x47\xca\x0d\x4a\x70\x62\xed\x03\x97\xfc\x95\xe2\x01\x06\x09\xcd\x10\x61\x7f\x16\x0f\xc8\xfd\xe9\x0e\x90\xff\x23\x06\x35\x28\xe2\x39\xd8\x61\x14\x9a\x94\x64\xed\x1b\x95\x73\x14\xc8\x4c\xb7\xb4\xfc\x3f\x28\xf4\x49\x30\x19\x95\x73\x74\x07\xb8\x69\x46\x62\xeb\xa8\x60\xf4\xc5\xdf\x33\xe6\xd2\xef\x83\x45\x15\xb7\x99\xde\xe3\xfe\xa9\x05\x75\x3f\x00\xe3\x97\xe0\x33\x2a\x15\x5e\x93\x55\xc5\x35\x17\xde\x5c\x75\x91\x99\xe6\xd4\xd6\x3a\xe9\x0d\x64\x5f\x5a\xb7\x1b\xf0\x59\xba\x56\xde\x40\x4d\xe9\x22\xc1\x64\xb4\xb5\x0e\xee\x71\x01\x29\x18\x1a\x15\x02\x93\x02\x62\xbb\x5c\xa0\x6c\x74\x1c\xb1\x12\x5d\x46\x87\x0a\x6b\x90\xa6\x08\x99\x7c\xdc\x0d\xe6\x52\x7a\xe5\x3b\xea\x74\x0d\x7f\x4f\xcf\xba\x59\xf3\x12\x29\x65\xc5\x19\x28\x84\x52\xcc\x99\x99\x7c\xe9\x90\x83\x31\xd6\x29\xaf\x59\xa1\x14\x4a\x35\xab\x5d\x26\x34\x0f\x3a\x50\x8d\xce\x40\xd3\xa4\x66\x4f\xe8\x18\xac\x1e\xe1\x0f\x26\x33\xd6\xad\xc4\x65\x0c\xc0\x24\xa3\xe8\x18\x24\x47\xd3\x27\xaa\x9d\xb8\x08\xce\xd8\x91\xd7\xae\x13\x78\xec\xd4\xa1\x85\xe6\x65\x2e\x93\xf4\x3e\x20\x92\xba\x98\xd6\x60\x85\x3e\x9f\x3f\x3b\xd9\xff\x70\x0f\x54\xaa\x4d\x6f\xfb\x3a\x0f\x84\x06\x96\x3b\x71\xa4\xc5\x40\x89\xea\x22\x21\x6f\x1c\xeb\x3c\x10\xea\x8f\x05\x95\xfa\x3c\x18\x68\x2c\xbc\x1c\x48\x10\x78\xb5\x79\xfb\x9d\x7b\x5c\xe4\xe4\x07\x73\xf1\xac\xa0\x0e\x06\x5b\x59\x43\x1d\xbc\xf4\xbf\x9b\x15\x2c\x41\x73\xf8\x41\x05\xd4\x6e\xd3\xb2\xe3\xd5\x44\x84\xb6\xf3\xe5\xc7\xb9\x44\x30\x4d\xeb\xa4\x74\xa3\x59\x2d\x49\xd3\xbb\x00\x82\x65\xf0\x07\xab\xe8\x9e\x7a\xbc\xa8\xfa\x7b\x1a\xa8\x51\xed\xe2\x20\x03\x72\xa5\x8b\x5e\x0e\x0a\x7d\xd5\xbf\x73\xef\x9b\x25\x2f\x9b\x9c\xa9\x9e\x25\xf5\x5e\xfc\x08\x09\x89\x8e\x25\x1c\x30\xb1\x59\xa9\xe1\x5d\xd2\xcd\x16\xd8\x71\x73\xf3\x6b\x52\xa8\x90\xd7\x4c\x30\x37\x72\x2e\xbd\x29\x10\x68\x95\x86\x11\x7d\x13\xa6\xf1\xa3\x80\x85\xc1\x4b\x01\x1d\x9b\x32\xe8\x6d\xb4\x6f\x78\xb0\x82\x9e\xe3\x40\x06\x4b\x87\x38\x0e\x64\x20\x70\xcb\x2e\x9b\xc1\x02\x79\x8e\xd2\x18\x0c\xdc\xb2\x6f\x78\xc0\x4a\xe7\x14\xe4\x81\xc0\x2c\xa7\xd0\xef\xdb\xc6\x1e\xa2\x1e\x04\xac\x4c\x56\x3b\x21\xe0\xda\x1f\x50\x04\x2a\x7e\x01\x7c\xbe\xf9\x05\x8a\x8e\x3a\x48\xf6\x25\x3a\x0e\x3f\xb8\x39\xe6\x07\xa8\x1d\x97\x90\x14\xf1\xd0\x9d\xf7\xec\x39\xce\x62\x0f\x8b\xe8\xbb\x1e\xac\xc5\xac\x7a\x00\x0d\xb5\xfb\x0b\x1c\xa0\xcd\x1f\x1c\x4c\x9f\x0b\x7a\x00\x8a\x6b\xee\x60\x01\x65\x20\x20\xb2\x1b\x11\xf0\x32\x5a\x48\xd8\x97\x0b\x51\x27\xea\x1e\xd7\x6a\xf9\x01\xa4\x00\x11\xf9\xbe\x4c\x6e\x22\xa0\x9d\xd2\xa1\x63\x22\x70\x79\x79\xaa\xd1\x3d\xb0\x6a\x9b\x58\xd4\x1e\x17\x2e\xfd\x00\xdb\x40\x72\xfa\x9e\xd6\x7a\x0e\x3d\x40\xd6\xac\xc1\x86\x17\xd0\x91\x42\x3b\x4d\x64\xda\xa9\x3b\x72\xf2\xec\x68\xda\x33\xa3\x66\x74\x66\xee\x99\x40\x8b\xc4\x76\x14\xb3\xb0\xa8\xb6\x67\xde\x10\x27\x9a\xdb\x69\x11\x73\x94\xc4\xce\xb4\x39\xdb\x38\xf6\x82\x3c\x3e\x1d\x27\x3b\xc5\x19\xc7\x13\xec\x14\x4e\xbc\xbc\x75\x21\x5f\xd3\xa8\x0c\xd5\x18\x7e\x80\xe2\x8b\x9e\x47\xa5\xc3\x2c\xfa\x05\x50\x48\xf7\x10\x20\x88\xee\x0f\xc8\x82\x24\x1c\xec\xcb\xe5\xe6\x2e\x59\x7a\xc1\x66\xfe\x9d\xd2\x82\xfd\x95\x7b\xa3\x46\x6e\xaa\x6b\x0f\xc8\x54\xa8\xe9\xb4\xac\xe9\x80\xd8\x59\xbd\xd7\xe6\xe6\x7d\x2c\xe4\x09\xff\xa8\xb6\x6b\xf3\xf3\xce\x98\x69\xbb\x81\x76\x1a\x8c\xec\x74\xd9\xe9\xff\xb2\x57\x66\x1f\x9c\xba\xc0\x1c\xe4\x74\x5a\x51\xb8\xc3\x9a\x2d\xd6\xfb\x58\xf3\xd0\x03\x78\xbb\x9a\xed\xcd\xfb\x4e\x32\x91\x86\xba\xef\x64\x03\xb2\x4e\xec\x34\xea\xd8\xaa\xb8\x33\x2c\xd9\x51\x24\x3b\x13\xac\xac\x96\xef\x07\x73\xcc\xbd\x3f\x8e\xc5\xde\xdc\xe9\x5a\x02\x4d\x9e\x07\xac\x43\x3c\x71\xfd\x7f\xb6\xd0\xb8\xa3\x2a\x6e\x19\xfe\x1d\xba\x41\x77\x07\x4c\x1f\xf6\x06\x42\x39\x02\x9b\xc1\x77\x04\x0d\x15\x1d\x23\xfb\xb9\x96\x50\xb8\x61\x89\x31\x6b\xb6\x3b\x2d\x3b\xb6\xb7\xed\x3c\x80\xbd\x07\x4f\xa8\xb2\xdd\x6d\x54\x99\xf6\x76\x60\xc1\x01\xdb\xbf\x76\x5c\x43\x56\xcd\x40\xe1\xf3\x72\x5c\xca\x4e\x23\xcc\xf8\x51\xaa\xd1\xce\x2b\x7a\x6d\x90\xde\x2f\x2e\xbf\x0e\xa6\x9d\x77\xee\x3a\xcc\x64\x87\x45\x65\x98\xbb\xd2\xdf\x65\x02\x5a\xc5\x01\xcc\x23\x6e\x02\xa8\x09\xa0\x3a\x6d\xf1\x91\xc0\x84\x2c\x57\x87\xd9\x79\xb6\xda\x84\xb7\xd3\xa1\x65\x5b\xeb\xfe\xac\x31\xf4\x09\xa3\x9a\x5d\xed\x65\x47\xf4\x4d\xb0\x55\xe3\xd8\xd6\x3c\x9a\x1e\x04\xbe\x51\xf5\xa0\xb3\x53\x3f\xc0\x6d\x17\x52\x5c\x0f\x78\x83\xec\xf0\x3e\x36\x90\x97\xd8\xce\x81\xe0\x96\xaa\xed\x7b\xf0\xa0\xb2\xd5\xee\x08\x34\x25\x49\xec\x38\x70\x32\x8d\xf4\x7a\xe3\xe2\x03\xbd\x11\x97\xa0\xa0\x41\x10\xce\x52\x5e\x2f\x90\x9f\x56\xbf\xb0\x03\x8a\xac\x36\x2c\xc2\xd5\x6d\xf2\x36\xe9\x0c\x07\x7d\x39\x3a\xb3\x0f\x18\x0d\xaa\x18\xc0\x91\x32\xa7\xa1\x21\x13\xe7\xe9\x0f\xb8\x33\xa3\x7b\xbc\xf1\x82\x10\x99\x49\xb2\x02\x31\x53\xff\x14\x91\x1f\xb8\x20\xaa\x6a\xaf\x1f\xc8\x4f\xf2\x45\x16\x47\x5e\x3b\xdb\x2f\x2c\x32\x55\x97\xac\xd2\xef\x2f\xa6\x1a\x9f\xab\xe8\xfa\x28\x64\x5a\x86\x91\x91\xb9\x92\x01\x0e\xa8\xed\x55\x74\x7f\xe0\x32\x55\xbb\x27\x0f\xdc\xd5\xef\x7c\x81\x03\xc9\x48\x3d\xbb\x3f\xdc\x59\x6b\xe2\x29\xd4\x0d\x05\xf1\x3a\xd6\xa2\x3b\x40\x3e\x94\x91\xc4\x92\x47\x46\x7b\x5d\xc5\xe1\xd5\x26\x80\x5a\x47\xc6\x01\x57\xbf\x4f\xf2\x15\xf7\x3b\xa0\x84\xeb\xa6\xfc\x72\x40\xe9\xee\xd9\xbf\x2f\x88\x84\x43\x86\xa2\xd8\x4c\x7d\xc0\x2f\xe3\x6b\x96\x0e\x64\x86\xdb\x72\x79\xa0\x1a\xa9\x2d\x8b\x47\x23\x88\x9a\x22\xa2\x80\x7d\x63\x78\x39\xa0\x73\x57\xaf\x5a\x03\xad\x1a\xe4\xe5\xb7\x69\x86\x80\xf9\x2e\x32\x76\x1e\x88\x13\xae\x06\xb1\xf3\x64\x11\x7f\x3d\x90\x1c\x95\x5e\x0b\x83\xe4\xa8\xfa\x7a\x81\xe4\x1c\xdd\x25\xd4\x4d\x31\xd0\x83\x77\x43\x59\x1f\x3d\x10\x3c\xec\xc2\x02\x47\x47\x0e\xfe\xab\x8d\xdb\xc8\x24\xd1\x1c\x9d\x3a\x55\xf3\x0b\x07\x6c\x4e\xc2\x13\x02\x5d\x5e\x8c\x86\xf7\xa6\x36\x83\xc8\x95\x91\x64\x70\x30\x9d\x4a\x3c\xf7\xa0\x12\xdf\xe5\x5e\x3d\x18\x19\x63\x9f\xf0\x31\xe0\x5f\x35\xa7\x19\xbc\xe4\xcd\xdc\x0e\x9e\x24\xbb\xf8\x8f\xc1\x1a\x91\x6e\xa3\x42\x8b\x99\xdf\x80\x63\xf1\x05\x02\x4a\xb3\x79\x3f\x40\x6e\x78\x2d\xed\xc0\x75\x59\xe5\x47\xc7\xd0\x81\x90\x1b\x47\x49\x1d\x10\x31\xaa\x24\xdb\x63\x67\x0d\x36\x21\x68\xcf\x78\x5f\x2b\x84\x92\xfe\xdd\x2b\x80\x6a\x4d\xd5\x4b\xcc\x34\x2a\x7b\x22\x0e\x5a\x08\xec\xee\x3b\x60\x21\x70\x70\xf6\xb1\xf3\xd8\x95\x15\xfd\xa0\x81\xc0\x2c\x6a\x65\x84\xeb\x83\x83\x56\x4d\xad\x08\x8a\x2d\xd9\x4b\x7a\x20\xef\x2a\xbd\xda\x34\xab\x98\xf6\xe1\xc7\x72\xad\xd1\xe3\xe0\xe5\xcc\x06\x80\xfa\x80\xf7\xef\x41\x59\x3b\xbb\x4b\xdc\x7c\x28\x71\xe7\x60\x01\x55\x59\xc0\x0e\xda\x13\xec\xc9\x38\xe0\xc9\x7a\xf1\xed\x93\x5b\x45\xcb\x00\xf1\xc6\x9e\x8d\x03\x05\x55\xad\x66\x1f\x53\xda\x49\x4d\x32\xdb\x81\x54\xae\x6a\x2c\xa3\xe2\x7f\x35\xcb\x43\x41\x7f\x7b\x6b\x8e\x93\xab\xe0\x75\xe6\x85\x58\x96\xdc\x8f\x25\xfd\xc8\xe8\x7e\x50\xfa\xf1\x0b\xb0\x36\x58\x06\x3c\x90\xd7\x65\xf3\xee\x81\x90\xa1\x6a\x1e\x77\x71\x1f\x18\x86\x6b\xad\x83\x26\x85\x3b\xaf\x1c\xb9\x70\x20\xf1\xeb\x75\xfa\xc1\x27\x65\x83\xf2\x01\x97\x94\xeb\xec\x1c\xbc\xf2\x4a\xda\xc9\xc1\xea\x4b\x2e\x3e\x76\xdc\x14\x2a\xdd\xc6\x79\xeb\x65\x82\x43\xaa\x1a\x42\x38\xa4\x5c\xf8\xe7\x80\x3c\xe5\x40\xe1\xe3\x46\xf9\x3e\x69\x96\xc7\xdd\xbf\xbf\x8a\x93\x58\x0e\x44\x13\x95\xd7\x78\x10\x63\xe4\x1b\x3f\xe0\xbf\xda\xec\x00\x3d\xa6\xfc\x95\x5e\x47\xe3\xbd\x16\x41\x28\x78\xb8\x08\x1a\x91\xf9\xef\x76\x49\x1d\xa8\x83\x6a\x93\xcf\xb1\x8c\x19\xd9\x0f\x50\x9a\xd7\x42\xca\xc3\x39\x79\x84\x0e\x9b\x91\x70\x80\x2a\xa8\xf1\xf5\xfd\xc5\x11\x85\x14\xc4\x17\xf9\xde\xc3\x03\xb6\x0e\x47\xd8\x9d\xa8\x7a\x6a\x8b\xf4\x89\xf2\x4a\xae\x0c\x74\xc2\xd4\xd1\x8a\xe6\x74\x6e\x60\x31\xc3\x6d\xac\x82\x8e\x95\x13\xc1\x45\xce\x17\x38\x37\x5e\x49\x59\xd4\xa6\x73\x27\xaa\x7d\xc0\x4b\xe8\x01\xb9\x7b\x8b\x3b\xbc\x30\x80\x3b\xbc\x11\xff\x14\xd4\xc6\x0d\x54\xe2\x50\x27\x82\xb1\x6d\x6a\x39\x57\x7d\x25\xad\xeb\x89\x60\x6c\x33\xd1\x13\x5e\xb9\xac\xab\x78\xcb\x39\xe5\xd5\xd8\x36\xf7\x40\x8b\x92\xd4\x9d\x13\xf2\x6a\xf2\x31\x73\xc2\x0f\x67\xb3\xc7\x89\xbb\x57\xcd\x45\xcf\xe5\x66\x13\x57\x3c\x23\x28\x45\xdb\xf7\x8c\xa0\x75\x39\xa4\xce\x65\x48\x69\x7e\x00\x93\xb8\x58\xd2\x19\x79\x18\x6b\xbb\x9d\xb8\x40\xd5\xd7\xb5\x9e\x8c\xb7\xb6\xbb\xf3\x64\x11\x80\x79\x3c\xff\xe0\xe4\x39\x59\x21\xc0\x71\xcb\x27\xa3\xb3\x1d\x87\x7c\xd2\xec\xf2\x6a\xf3\x70\xf6\xca\x27\x6a\x16\x3a\x1a\x4f\x78\xe1\xac\xa5\x9f\x2c\x22\xf0\x5a\x3a\x5e\xc1\xfa\x5a\x3b\x16\x0d\x70\xe8\xf2\x99\x58\xf5\x57\xb3\x46\x91\x00\x3b\xf2\xce\x84\x62\x5d\x46\x1b\x4a\x04\x58\xab\x3f\xa7\x04\x9e\xac\x68\x9c\xac\x82\xaa\xc3\xe4\xcc\xeb\xbe\x28\xb5\x29\xd9\x09\xed\x99\x77\x56\x69\x8e\x28\x72\xea\xf8\xae\x13\x45\x4d\x75\xe7\x7e\x39\x11\x2f\xee\xd4\xfd\x13\xa9\x76\x8e\xa4\x3e\x51\x0d\xc0\xc5\xc5\x4e\x78\xe5\x5c\x96\xef\x44\xb4\x78\x35\x42\xe0\x95\xf3\x71\x7c\xc2\x2b\xa7\x4b\xff\xcb\x59\x40\xdb\x5e\x83\x02\x71\xc7\xa4\xbd\x9c\x6a\x06\xa0\xf0\xf4\x34\xe9\x96\xe3\xfb\xab\xd9\x2f\x72\x96\xb5\xee\x02\x11\x02\xbb\x55\xfb\x93\x5e\x35\x7b\xb9\xcf\x8a\xfa\x15\x3a\x8f\x4f\x14\x13\x70\x14\xe7\x59\xe3\xf7\x57\xab\xb2\x29\x9f\xcb\x6e\x25\xd5\xff\x44\x7c\x7a\x33\xdd\xe0\xfe\x81\xf1\x1a\x80\xea\x62\xf7\x83\x13\xb3\x16\x95\x30\x90\xca\x06\xbb\xb3\x12\xad\xee\x11\xcb\x6e\xb2\x69\x54\xa4\xcd\x64\x18\x5b\x6e\xea\x47\xe9\x26\x5d\x10\x5e\x4e\x04\x56\x55\xd9\xb0\x4e\x98\xbd\x6a\xf7\x42\x2f\xb3\x97\x19\xeb\x12\xe1\xbd\x54\x8d\x87\xbc\xfb\xec\x64\x33\xee\x94\xc9\x78\xf6\x21\x9f\x9d\x56\x09\xb1\xfb\x13\xb5\x94\xaa\x8e\xb4\xb3\x33\x32\xd8\xa8\x1a\xc8\xbd\x35\x77\xc5\x85\x00\x55\x16\xa9\x73\x70\x0b\xba\x07\x64\xeb\xd5\xea\x0f\x16\x94\xfe\x62\x0d\x21\x28\x59\x1a\xc9\xe7\xe8\xc9\x9b\xfa\xcd\xeb\x96\x5d\xcc\x44\xbb\x53\x4a\xf7\x19\xc0\xa2\xfd\x66\x55\x3b\x0d\x04\x26\xfb\x9d\x77\xac\x69\xde\x88\xb5\xb2\x9b\xe2\xdc\x89\x7e\xaf\xdf\x4e\xdf\x9b\x16\x18\x9e\xb0\xe6\x69\xf1\xae\x2a\x7b\x6a\xcf\x23\xe0\x9c\xd4\x07\xc7\x42\x8c\xbe\xa0\x5c\x6b\x3c\xf0\xf2\x2a\x1b\xe6\xce\x65\x98\x33\x91\x1d\xa4\x19\xb7\x21\x05\xca\xbe\x70\xc2\x70\x57\x5e\x3d\xd2\x2f\xa6\x49\x1e\x9c\x83\x41\xe4\x62\xfb\x77\x10\xb5\x74\xc2\x13\xc1\x54\x55\xc6\x83\x93\x52\xa7\x79\x15\x0b\x08\xd8\xb3\x7b\x9e\xe4\xf1\xe6\x56\xbc\x56\xb5\xfb\x68\x5c\x3e\x2b\x49\xba\xe7\xb5\x68\x54\x78\x42\xe8\x52\x6d\xfe\x62\x6d\x3d\x41\x81\xb8\x70\x57\xfd\x3b\x79\xd1\xe9\xf6\xa3\x20\x85\xf3\x5e\x8a\xb2\xba\x47\x82\x9b\x83\x28\xce\x9b\xc3\x6b\x11\x6e\x28\xce\xe6\x0c\x28\x59\x54\xcd\x4a\x6e\x1e\x52\x46\xea\x8d\x0a\xfd\xa6\xb4\x29\xc2\xa5\x17\x83\xe5\xfd\x4c\x76\xd2\x9e\x0f\x92\x65\xbc\xc3\xa6\x84\x96\x7c\x87\xf7\x89\xa8\xa3\x6a\xce\xf1\x1c\x88\xb0\x14\x04\x0f\x21\xfa\x20\xf0\xda\x68\xc8\x12\x3f\xbd\x36\x4a\xe2\xa2\x8b\x8b\x57\x24\x05\x7f\x01\xba\x10\x0e\xae\x8d\xb6\x80\xec\x17\x56\xe0\xc3\xa7\xcd\x94\xff\x22\x5a\xbe\xe0\x5b\xaa\x52\x88\xae\xe5\x5b\x12\x69\x5e\xa8\x09\x50\xbb\x7b\x00\x69\x89\x50\xae\x15\xa7\x54\xd4\x06\xa9\x89\x4c\x2e\xc4\x2d\xf9\xb2\xca\x0b\xd1\xde\xbe\x9e\xf7\x82\x27\xaa\x0e\x8f\xc7\x29\x69\x06\x81\xdb\xb3\xfa\x01\xce\x41\x69\x91\x57\x5c\x53\xd2\x14\x28\x40\xc9\x5c\x7c\xf1\xde\x51\x9b\xd2\xae\x15\xa6\xf4\xea\x82\xe9\x06\x1e\x34\x22\x4f\x23\xfb\x0b\x86\xd3\xf8\x77\xba\x21\xb4\xe3\xaf\x44\xf1\x5e\x3b\xfc\x82\x45\x70\x38\x15\xe8\x4a\x6b\xcb\x09\xac\xb4\xb6\x87\x96\x82\x61\x41\xb6\xec\x5c\xb8\x23\xde\xaa\xdf\x95\x79\x3a\x7a\xb1\xf2\x82\x5b\xa3\xf2\x66\x50\x47\x81\x5d\xcb\x1b\xa5\x9d\x7f\xb1\x28\x91\x1d\xc5\x17\x42\xba\x5d\xe9\xfc\x42\x91\x22\x1f\xc9\x17\xc5\x10\x99\xa2\xaf\x29\x76\xa4\x61\x1a\x2d\xd4\x98\x9b\x5f\x00\xfa\x65\xcb\xbe\x18\x0c\x94\xfd\x01\x25\xbb\xe6\x17\x28\x88\x24\xf7\x00\x10\xb4\xcf\xae\x4a\xe4\x7a\x01\xeb\x22\x52\xcd\x9b\x55\x22\x2d\x37\x5c\xa8\xf9\x68\xb3\xdb\x55\x79\x5c\x1a\xb7\x94\x13\x86\x5f\x40\xc4\x90\xa4\xf0\x0b\xc1\x33\x9b\x51\xbd\xc4\x02\x43\x4d\xc3\x9e\x36\xf3\x45\xb1\x40\x96\xee\x8b\x65\xc4\x9d\x22\x75\xb1\x88\x91\x59\xec\xb5\x8a\x16\xe9\x4c\xbf\x50\x58\xdc\x25\xdf\x2f\x66\x8b\x39\x89\xea\x42\x89\x46\xc7\x57\x5f\x28\x52\xe4\xd2\x37\xd7\x92\x12\x9a\x3f\xa0\x48\xe7\xdd\x88\xaa\x44\xbe\x2f\xf7\xa2\xd4\x60\xbc\xa1\xa0\xa2\xab\xd2\x5f\x83\x5c\xdf\xdb\x73\xb9\xd3\xbc\x38\x83\x9b\xc9\x1b\x9a\xd1\x32\xaf\xdd\x35\x78\x84\xbf\x06\xa1\xd0\x66\x9e\xc0\x2b\xd8\x5f\xfb\x0f\xf1\x31\x56\x3d\xaf\xb1\x70\xa7\x89\xed\x54\x28\x4c\xa6\x3b\x71\xe7\x36\xdd\x4e\x92\x13\xae\x9d\x5b\x43\xf2\xfb\xb5\xaf\x41\x35\x57\xd4\x48\x9c\xba\xde\x0f\x8e\xa3\x0b\x31\xd9\xbe\x2d\xe3\x62\x51\x21\xfb\x47\x2f\xb8\xef\x8a\x1d\xe6\x17\x6b\x8d\xdb\x11\x7c\x1d\x5c\x3d\x41\x88\x28\xec\x4d\xd6\xeb\x0b\x87\x7c\x0b\xee\x91\x48\x11\x0e\xce\xb5\x14\xea\xe0\xa4\x9d\xc6\xdc\x1e\xc6\xa5\x26\xfd\xf8\x3a\x19\x2c\x55\xfc\x00\x56\x56\x9f\x06\xb8\x9a\xa7\x49\xa7\xba\x4e\x9e\x91\x5e\xfe\x0b\xf6\x32\x93\x2c\xab\x08\xd9\xfe\x75\x5d\x58\x07\x4f\x02\x11\xd3\x2d\xf8\xf7\x8a\xb6\xb0\xc2\xf4\x33\x8b\xa5\xd7\xc5\xa4\x3b\xf3\x8f\x8b\xee\x59\x13\x18\xae\x9b\xf4\xa5\x46\x17\xac\x4d\xaf\xa5\xb8\x58\x8f\x5c\x68\x59\xee\x39\xb3\x30\xb8\xe7\xec\x6f\xbf\x10\xef\x9c\x5c\x9b\xf0\x42\x72\xbd\xaf\xfc\xbe\xee\xb5\x74\x1a\x02\x0e\xbc\x61\x8a\xbe\x59\x0a\x50\x68\x61\xba\x9a\x89\x01\xb2\x8a\x45\xa3\x8b\x55\x8a\xec\x76\xbd\x6e\xce\xc9\x6d\x04\xd8\x1b\x82\x75\x77\xba\x06\x78\x88\x66\xb7\x51\x80\xd6\x33\x98\xb2\x4a\xb2\xe5\xf4\xc2\xa5\x3a\xce\x1c\xbb\x1e\x02\xe8\xdf\x17\xd6\x35\xc3\x67\x31\x65\x7f\x41\x1b\x9f\x47\xb8\x10\xaf\x28\x88\x1f\x56\x69\x31\x44\xac\x87\xac\x75\xbc\x97\x77\x51\x2c\xf7\x86\x7d\xc9\xd9\x6b\x37\xb2\xfb\x1d\xa4\x7d\xe3\x7e\x48\xc7\x49\xdc\x1b\x05\x4e\xb1\x8d\x1b\xd2\x4f\x8b\xee\x00\xd4\x2c\xc6\x73\x6f\x54\x58\xc4\x24\x6e\x08\x3b\x2d\xba\xbd\xb8\x5b\xd7\x03\xde\xb4\xad\x1e\x50\xe0\xe8\x95\xdd\x76\x43\x7a\x69\x52\xa2\x6f\x48\x2f\x8e\x6c\xbd\x03\x41\xd2\xa4\xa7\xf4\x92\x36\x11\xca\xbd\xaa\x6f\x8b\x98\x6f\x26\xe7\x9b\xdc\x6f\xdc\x58\x63\x0f\xe9\xcd\xfb\x1d\x9d\xe6\x7a\x47\x44\x9f\x05\xbf\x30\x67\x69\x5d\xe2\x46\x48\xf4\x2b\x9f\xee\x46\xf1\x6c\xdf\xe9\x77\xc3\x18\x63\x6f\xf8\xcd\x3b\x6a\x9c\xd5\x7a\x27\x5c\xaf\xb8\xf9\x85\xc2\x17\xd4\x63\xc2\xcd\x0e\xa2\xa6\x3b\xc1\x91\xd1\x3d\x02\x6d\xd4\x5e\x29\x78\x37\x6d\x4b\xb9\xe1\xcc\x6c\x32\x3d\xdc\xb8\xc0\xb1\xc9\xb6\x73\x67\xdc\x54\x6d\x90\x33\x58\xa5\xce\xd2\x9b\x89\x6a\xc5\x2b\xbb\xbc\x9f\xda\xe3\x77\x86\x96\x67\xda\x80\x18\xe3\xcc\xda\x1b\x17\x38\x36\x89\x31\x37\xac\x23\xce\xee\xbf\x0b\x45\x6f\x77\x58\x08\x82\x90\x54\x16\x69\x08\x84\x42\x47\x75\xf6\x03\x9a\x2f\x4d\x5d\x85\xb5\x6a\x8a\x07\x7d\xd0\xa7\xbe\x98\x82\x4e\x4a\xfd\x47\x69\x43\x37\x62\x7e\x9a\xc4\xc7\xbb\x62\xfb\x78\xb4\xca\x19\x6a\x02\x75\x11\x92\x3f\xa0\x15\x50\x32\xcf\xdd\x16\x2d\x6a\x99\x70\xb5\xe2\x6b\x9d\x1b\x87\x70\x1b\x5c\xc6\xb4\xda\x78\x00\x49\xfd\xb8\x71\x3d\x8b\x3d\x64\x37\x02\x88\xed\x61\xbe\xe1\xdc\x74\x15\xc6\x1b\x39\xf8\x63\xf3\xef\x48\x5a\xe8\xee\xef\x82\x13\xcb\xef\xdf\xd8\xf1\xfe\x1d\x08\x35\x25\x77\x3a\x16\x24\x0f\xdf\x53\xe6\x4a\xdb\xe6\x36\x44\x2c\x1d\x5f\x37\xca\x26\x39\x9a\xeb\x9e\x12\x56\xb2\x3b\xe8\xee\xb4\xee\x0a\xc9\x7d\x2d\xba\x1f\xe0\xc4\x74\xd0\xd3\xdd\x61\x93\xf6\x32\xc1\xeb\xb8\xe9\x68\xb8\x07\x8b\xbc\x6b\xc4\x81\x58\x78\xf3\x28\x0a\x4b\x9b\x3b\xe4\xcd\x2e\xdd\x1d\xd2\x63\xa4\x36\x52\xf1\x7d\x09\xfd\xbd\x47\x42\x24\xa4\xc0\x33\xf8\xba\x58\xf7\xde\x61\xae\x70\xd4\xc6\xbd\x43\x91\x95\x26\x7c\x23\xba\x78\x33\x69\xed\x8b\xf6\x85\x77\x18\x5d\x5e\x89\xa1\xf7\xce\x4b\x66\xb5\x50\xf4\x2e\xbe\xd8\xda\x0e\xc6\xa8\x03\xe8\x86\xd1\x25\xbc\xb6\xd3\x0a\x26\xd6\x31\x7e\xc3\xa8\x62\xa7\xd1\x7d\xc0\xbb\x60\x56\x4b\x6f\xa1\xb9\xff\xd1\x41\x3b\x7e\x7f\x10\x04\x4d\xfb\xa0\x02\x26\x89\xf0\xc6\x6d\x89\xd6\x43\x6e\xd4\x61\x6c\x8e\x23\xba\x51\xdf\xa8\x79\xc3\x40\xbe\xda\xcc\x13\x4e\x48\x70\xc5\x6d\x9c\x99\x0e\x35\xbf\x91\xa3\x16\x9c\xb6\x79\x9f\x8b\x5c\xdc\x25\x29\x58\x88\xbc\xb8\x9a\xc2\x34\x43\x89\x1d\x6f\x75\xd3\x2e\xe3\x68\xa4\xfb\x5a\xb1\x7f\x6a\x43\xe2\x32\x85\x5e\x0b\x0f\x82\xe1\x5a\x40\x79\x0c\x48\x81\xc6\xcb\xb5\x80\x34\x50\xb8\xa2\xd5\x1f\xa0\x00\xb5\x0d\x9c\xf7\x8d\x73\x56\x96\x93\x1b\xee\xbb\x26\xb3\xe0\x8d\x78\x28\xdb\xf0\x6e\x5e\x5d\x68\x17\xe5\x8d\xfc\xb1\xd7\x5d\xcf\xf7\x0d\x59\xd8\xbb\x04\xee\x35\xdf\xf6\x70\x3f\x1c\x51\x1d\xc0\xbb\xe6\x82\xfc\xf7\x03\x66\x28\x7b\xea\x8d\x60\x28\x7b\xd3\x6f\x26\x90\x99\x51\x3d\x58\xe9\xea\x36\x33\x57\x3d\x05\xa4\xfb\xf7\xe6\x17\x60\xcd\xf7\x16\x79\x50\x45\xc1\x33\xa2\x37\xce\x01\x3f\x37\x4a\x42\xb6\xea\x0e\xe9\x7e\xf8\xb4\x9f\x8d\x06\x38\x21\xf1\x81\x7b\xce\x9e\xe3\x67\xa3\x33\x4b\xbb\xf4\xd9\x30\xe7\xea\x0f\x70\xfb\xa8\x4e\x9b\x07\xee\xb8\xd7\x1d\x97\x0f\xca\x25\xbd\x72\x82\x1f\x86\x77\xd5\xed\x47\x37\xb2\x3e\x88\x6c\xb6\x6b\xfb\xc1\xed\x29\xe6\x22\x0f\xc5\x33\x99\x44\x1e\xc4\x82\x6d\xc3\xbf\x4f\x32\x73\xb0\xff\xc3\x6a\xd8\x0e\x61\x7b\xe0\xce\x73\x2d\xb0\x07\xd5\xb0\x5d\x93\xe1\xa1\x38\x27\x8b\xca\xc3\x30\x68\x23\x24\x20\xc9\x7f\xf3\xf7\x08\x81\x97\xdc\xff\x20\x18\xcd\xd5\xc8\x1e\xdc\x80\x68\x15\xff\x09\x3c\xbd\x04\xe0\xba\x00\x51\x5b\xed\x41\xa5\x82\x51\x3c\xc0\x4d\xfc\x19\xa2\x07\x64\xa5\x19\xc5\x00\xf5\x49\xbf\xc7\xb5\x79\x35\x44\xa4\x3d\xbc\xf8\x01\x99\xb5\xd7\x08\x17\x84\xdb\xdf\xf8\xb0\x72\x81\x18\xeb\xb3\x2a\x7e\x6b\x52\x91\xbc\x5a\x82\xfa\x83\xcb\x58\x9c\x9b\xf2\x44\xec\xf6\xe6\x01\xb8\xdb\x83\x47\x00\x4b\x92\xb1\xe5\x61\x0c\xf5\x0b\x68\x3a\xf3\x24\x04\x3f\x09\xc9\x2a\xe2\x1f\x4f\xa2\x27\x5b\xb3\x86\x2b\xef\x95\xa2\xfa\x20\xc5\xce\xca\xfb\x83\x14\x3b\x97\xfc\x7d\x70\xe7\xe1\x4b\x9a\x7b\x50\x4f\xf3\x95\xa1\xfc\xc0\xd9\x67\x9b\xc3\x93\x68\x08\x15\xc3\x78\x50\x0f\x7c\x64\x0f\xc9\x10\x04\xa3\x05\xee\xbe\x57\x92\xf4\x03\x7f\x9f\x73\x54\x9f\xbc\x56\x42\x5d\x64\xdc\x0e\x6f\xf2\x61\x81\x28\x07\xd4\x3d\x99\xd3\x10\x50\xb0\xbd\xd9\xaa\xf1\xc0\xd4\xe6\x7c\xca\x27\xaf\x03\xc9\x2f\x80\x47\x98\xe0\xcb\x82\x51\x98\x2e\x84\x51\x68\x28\xf3\x04\xf3\x65\xf1\x0f\xaf\x31\x74\xd4\xcf\xb3\xa4\x56\x29\x30\x4f\x01\x35\x74\xb7\xc9\x79\x8d\x59\x18\xe3\x5a\x35\x0c\x20\x17\x99\x63\x9f\x4a\x6a\x30\xde\x50\x73\xca\x31\xdc\x0f\xae\x74\x71\x3e\xfe\x03\x1f\x5f\x73\x18\xe1\x83\x28\xbe\x57\x56\xf5\xc3\x54\xba\x31\x3c\x06\x34\xc1\xee\x2f\x60\x9e\x2d\x6e\xf3\x4e\x05\xcd\x12\x35\xa7\xac\x69\x3e\xa8\xae\xb0\x79\x61\x2a\x44\x26\xaf\x7d\xc5\x9c\x8c\x36\x66\xce\xbd\xf0\x0c\xc9\xd8\xfe\xb9\xa7\xf1\x76\x30\x01\x08\x41\xb9\xf9\xda\xfe\x07\xd6\xc1\x66\x7a\xc4\xfd\x2e\xbe\x29\xea\x61\x79\x06\x47\xd8\x3d\x0d\xa1\x4c\x52\x9f\x9f\xb6\xf3\x05\xf7\x00\x0a\xcf\xfe\x60\x51\xb8\x16\xaa\x91\xf9\x98\x7d\x52\x18\x96\x00\xf4\x40\x18\x76\x3e\xcd\x83\x6a\x55\x0e\xd7\x78\x68\x7e\x94\x11\xe3\xe9\x9c\x83\xb0\x84\xa8\xc0\xee\x6d\xcf\xa0\x40\xb3\x67\x5a\x23\xa5\x93\x3d\xa8\x6d\xd5\x86\xc7\x1b\x5c\x67\x4d\x01\x05\x45\x9b\x0f\x04\x18\x27\x47\xf9\x51\xbe\xd0\xc3\x0b\xcf\x25\xe6\x3c\x08\x10\x0c\x8e\xde\x7b\xe0\x00\x6d\x8e\x06\x7d\x90\x2a\xe0\xa8\xa5\x07\x0e\xd0\x26\x25\xf5\x41\xe6\x40\xc8\x6e\x27\x5c\x7b\xaa\x0e\x99\x38\xe0\x08\xb9\x07\xa2\xba\x6f\x40\x7b\x06\x27\xec\x0f\xb0\xb7\x86\x07\x3c\x89\x00\x3f\x58\x30\x0b\x85\xa8\xae\x6e\x9b\xc9\x43\x59\xde\x84\x0c\x7f\xaa\xab\x3e\x3e\xfb\xa2\x3b\xf5\xb8\xaf\xbd\xe4\x2f\x78\xc6\x1b\x2d\x3b\x81\xd4\x90\xfb\x80\xaa\xed\xdf\xa1\xe1\x6c\xee\x91\x0c\x41\xba\xfb\xb3\x33\x0a\xc0\xc7\xec\x8e\xdd\x33\xfc\x02\x03\x2b\xdc\x7e\x08\x82\x86\x44\x79\x0a\x07\x8b\x3e\x07\xce\x69\x13\x26\x24\xfd\xe4\xa2\x09\xcf\xc1\xfd\xae\x95\x39\x16\x17\xd3\x10\x08\x04\x0c\x5e\x6a\x98\x4e\x7d\xf1\xf0\x03\x51\xdf\xe1\xd8\x0f\x4c\xa7\x76\x43\x3f\x27\xd1\x26\xf3\xc0\x83\x30\x3e\x1b\xa4\x9f\x73\xf1\x76\x3f\xe0\x06\x96\x01\xe1\x61\xad\x53\x47\xcd\x3d\x10\xfe\x9b\x7d\x10\x0f\x8d\xad\xde\x4f\xb8\x47\xd1\xc1\x10\x0f\x04\x75\xdf\xe7\xfa\xc0\xc1\xea\x1a\xa0\x0f\xf2\x0e\xd2\xab\x7d\xe1\x7d\x81\x74\x21\xd2\x48\x22\xea\x03\xa9\xdc\xba\xed\x03\x77\xeb\xab\xca\xc2\xc3\x3a\x0f\x8e\x2d\x7e\x10\x56\xe7\xeb\xe7\x9e\x7b\x4d\x52\x78\xbb\xd7\x24\xfd\x06\x6d\x08\xe6\x84\x37\xe5\x60\xad\x0c\x6f\x0c\x2f\xc9\x2f\x5c\xec\x42\xb8\x87\x28\xff\x92\x73\x21\xca\x3b\xe3\xf7\x61\xda\x9f\xc3\xce\x1e\xde\x14\xe3\xd0\xd5\x07\x91\x72\x0e\xce\x7b\x78\x39\x8c\xe3\x9d\x1e\x48\xf3\xbe\x1c\xeb\x79\xc8\x5c\x65\x77\x78\xa6\xf4\x9e\xfb\xab\x07\xee\x54\x4f\x9c\x95\x4a\x7d\x00\xa0\x52\xa9\xee\x18\xa8\x1b\x2b\x8f\xea\xea\xa2\xba\xb1\xfa\xba\x42\x61\xea\xb6\x5c\xb3\xd5\x0f\xe6\x5e\x57\x16\x7d\xdd\x70\xf7\x8b\xc2\xba\xea\x86\x8a\x11\xaa\x29\x5c\xb7\x00\xf6\x54\x34\x24\x2f\xf8\x56\x85\x87\xba\x05\x1e\xf6\xd5\x0f\x0a\x7a\x10\x4c\x81\x39\x5f\x45\x6d\xf2\x86\xcf\xda\xd4\x2d\xf0\x46\xaf\xea\x31\x07\x7a\x70\x8f\xd4\xf3\x93\xbb\x04\xe2\x82\x7b\x80\x8c\x1f\x3c\x04\x82\x9a\x3e\x67\x52\xdd\x58\xa9\xab\x64\x8d\x00\xfb\xa7\xea\xa7\xd6\x2d\x72\xf5\xdd\x5e\x34\xaa\x11\x78\x1d\xa1\xf4\xa0\xba\x21\xbb\x43\xbe\xd9\xba\xa1\x54\xa9\x8a\x31\xd5\x0d\x35\x27\xaa\xd1\x04\x81\x58\x19\xe7\x75\x8b\x9c\xa3\x40\x44\x70\x5c\xde\xb6\x1f\x9c\x42\x75\x8b\x9c\xbf\x16\x85\x55\xc1\x14\x3d\x54\x37\x24\x20\x2a\x80\xb0\x6e\xb8\x20\xbc\x1b\x41\xb8\xb7\xd0\xa5\x48\xea\x06\x63\x6b\x55\x49\xb6\xba\x4d\xe1\x37\xf7\x28\xf8\x33\x05\xae\x2c\xc2\x81\xa0\xaa\x7a\x2e\x75\xc3\x45\x83\x3d\xb9\x9d\xd0\x76\x07\x40\x50\xd4\x88\xcb\x69\x5c\xdd\x21\xb7\x7d\x16\x90\xbc\x57\x30\x99\xf6\x32\x61\x12\x0e\xe1\x44\xde\x92\x56\x95\xb9\x27\x8a\x29\xae\x1b\xee\xe3\xee\x6e\x43\x92\x95\xcf\xa6\x6e\xf4\x22\x2b\x7a\xaf\x6e\x48\x46\x19\x5e\x25\xe6\xa2\xa8\x52\x54\xdd\xe0\x46\xce\xa6\x5d\x08\xb2\xfd\xd5\x26\x88\x02\x89\x25\x21\x8a\x26\x59\xb8\xdd\xf4\x7e\xe5\x76\xd3\xf6\xab\x8b\x5b\x6a\x40\xc8\xb1\xca\x04\xae\x5b\x25\x5a\xfd\x01\x98\xa7\x71\x30\xa5\xd8\x38\x0c\x70\x25\x8b\x30\x03\x40\x45\x08\xdd\x7e\x57\x37\xd6\x04\xf3\x0c\x2a\x67\x20\x88\x51\x93\xbe\x7b\xfb\xc2\x85\xad\xbc\x8f\xba\xb1\x26\xfd\x26\x94\x41\x8a\x55\x65\x84\xba\xb1\x6a\x6a\x53\xff\x6d\xe1\x5c\x10\x36\x14\x07\x34\xbf\x80\xd0\xfa\xee\x80\x9a\x61\xd1\x0c\x1a\x4f\x76\x33\x39\x54\x77\xe8\x66\x0f\x9d\xbc\xbb\x88\xf6\x20\x53\xf6\xd7\x07\x40\x9a\xd9\x41\x47\x48\x4d\xd1\x90\x4c\x34\x51\x28\x79\xdd\x3a\x69\xb3\x88\xba\x71\xe9\xa0\x0a\x01\xd7\x8d\x77\x0e\x9a\x1d\x74\x60\x2d\x8b\x74\x3b\x72\xbd\xba\xb0\x86\xf2\x10\xdd\xfb\x6f\x19\x70\x4d\x28\xbc\x53\xb0\x18\x26\xdc\x29\xd8\x4d\xaa\x74\x89\x17\x0f\x49\x97\xf8\x26\x90\x78\xe9\x60\x35\xa9\x8c\x35\x09\xe1\x09\x19\xa7\xdd\x3c\x6a\x10\x68\x4d\x72\xdd\xde\x5d\x0d\x03\x6d\x25\xaf\x2f\x98\xe8\xac\x1e\xa7\xe4\x98\x5e\xa7\xcd\xb2\x02\x9b\x1c\x11\x79\x57\xcc\x56\x96\xe4\xe8\xa5\xd8\x69\x94\x7b\x75\x01\x9b\x59\x13\x0c\x3b\xc8\xe3\x35\x24\xad\x47\x66\x34\x10\x2d\x93\x4f\x30\x58\x89\x83\xa9\xe3\xa0\x3a\xeb\x69\x32\x07\xb6\x9a\x75\x1d\x11\x4a\x8f\x86\x44\x85\xd6\x6e\x12\x47\x4d\xfc\x6e\x62\x38\x70\xe2\x19\xaf\x07\x0a\x75\x98\x82\x59\x90\xa2\xf8\x88\x44\x46\x49\x37\x45\xf3\xc6\xc1\xf4\x7a\x01\x75\x33\x9a\xdb\x20\x17\x13\xc3\x41\xad\xcb\xbb\x90\xa5\xcf\x8a\xcf\xd0\x93\x9c\xeb\xf5\x00\xa5\xfa\x7c\xd0\xa3\x20\x45\x37\xf9\x9c\x50\x2b\xf2\x4f\x8c\x70\x75\x3b\x17\xd2\x05\x10\x23\xf9\x5e\xc7\x03\x8a\x9a\xa9\xd4\x65\xdd\xe0\x91\xef\xde\x51\xd7\x12\x1b\x34\xfe\xc5\x3d\xa8\x1d\x71\x11\x47\x6e\xd3\x80\x6c\x46\x85\x7a\xf8\x9b\x71\x76\x2d\x10\x04\x13\x2c\xcc\xd5\x48\xbc\x16\x39\x1b\x26\x8a\xae\x6e\xa3\xa2\xac\x59\xd5\x4d\x19\x51\x1d\xc0\xc0\xdc\xcd\xb9\xee\x85\x74\x75\xb0\x3c\xf8\xc2\xf1\xb2\x30\x57\x4d\xe2\x06\xf1\x9a\xbb\x53\xd4\x6d\xfe\x7d\xad\xab\x7a\xe4\xf5\xd8\x66\x0b\x14\x53\x9b\x46\x78\x10\xac\xe5\xdd\xf2\x10\x02\x81\x0c\x0b\xf4\x6b\x07\x3f\x8b\x29\x68\x44\xba\xe0\x5f\x47\xe0\x83\x0a\x5f\x3e\xc1\x10\x4e\xf8\x5a\x27\x0a\xad\x16\x9d\x58\x60\xb6\xbc\x1e\xd0\x9e\x24\x51\x22\xa0\x9e\xbe\x0f\xfa\x80\xfc\x5e\xf9\x12\x6a\xe0\x85\xda\xaa\x95\x53\x03\x4c\xca\x5e\xa7\xb0\x81\x54\xab\x3f\xe0\x7e\x6a\x7e\x00\xa7\x8b\xb8\x6d\x40\x61\x35\xf3\x88\xb0\x51\x5f\x78\x81\x40\xa0\x75\x0a\x86\x8d\x4b\xaf\x2f\x18\xb1\xa8\x44\x99\x1a\x02\x6c\xa8\x86\x81\x52\xae\x10\x1f\x02\x13\x05\x84\xe9\x10\x16\x90\x42\x43\x20\x01\x67\x7f\x02\xc3\x9c\xa7\x8d\x9c\xe3\x90\xdc\xa6\x3a\x50\xfc\x80\xd4\x91\x0d\xc4\x03\x6e\xaa\x59\x44\xc4\xc9\x88\xdb\x06\x8a\xb5\x22\xbf\x10\x17\xa6\x85\x87\x08\x7a\x14\xc5\x07\xe4\x70\x74\x31\xdb\xb0\x52\x36\xaa\x5f\x60\x2c\xcf\xab\x4b\x88\x03\x22\xf9\x90\x00\x82\x17\x3f\xf1\x1c\x73\x97\xb8\xf7\xa8\x8b\x42\x03\x53\x2e\x8a\x61\x58\x29\x17\x5e\xfe\x04\x3d\x5c\x9c\x2c\x24\x1a\xc4\xbd\x58\x30\xd4\xb6\x9a\xfd\x06\x80\x6a\xc2\x03\x4a\xd4\xf6\xee\xdf\xa1\x04\x19\x0d\x09\x52\x99\xb6\x61\xe0\x35\x8d\xca\xd0\xa9\x81\xc2\x6d\xd7\xac\x32\x27\xe1\xdf\xd7\x24\xdc\x03\x9d\x78\x62\x46\x21\x13\xd3\xee\x01\xb7\xce\x7b\x6d\xf3\x9a\x94\x60\xa6\xb0\xeb\x49\x22\xd6\xc0\x3b\x3f\xf0\x56\xed\xee\x11\x79\x44\xf8\x7b\xd4\xec\xd6\x91\x11\x90\x98\xd1\x87\xfa\x43\xe8\xc1\x8b\x96\x60\x61\x55\xb2\x6d\x0d\x85\x91\x84\x5e\x69\x8a\xae\x43\x1d\xf2\x3e\x24\xa5\x0c\xd5\x50\x51\xa8\xcf\x23\x56\x9e\xf5\x9a\x72\x5d\x47\x92\x40\x44\xe2\x74\x1f\x7e\x01\x77\xf4\x85\x9f\xd4\xd2\xae\x01\x81\x05\x2a\x12\x50\x03\xe5\xd4\x21\xfc\x54\x6e\x71\x53\x26\x0a\x95\x0d\xcf\xa7\x72\x3e\x22\x0a\x08\xaa\xe6\xc5\x01\x39\xd5\x7d\x68\x8d\x59\xc7\xac\x98\x72\x61\x6d\xed\x5d\xf3\x6d\x20\x8a\xe1\xdf\x39\x3d\x77\x58\x31\x3d\xb7\x41\x12\x5d\x33\x58\xd6\x59\x93\x29\xe3\x12\x92\xd7\xbc\x2d\x8e\xe0\x21\xc8\x6b\xcd\x09\x1b\x26\x19\xdc\x66\xde\x97\x19\x1d\x2a\x9f\xbd\x78\x29\xcc\xa7\x72\xe4\xd4\x00\xeb\xe8\x90\xe6\x18\x78\xdd\x92\xec\x47\x35\xf0\xb6\x6c\xcb\xc6\x01\xa2\xab\x95\xf1\x80\x60\xce\x4d\xd2\x54\x80\xc1\x73\x6c\xfe\x3d\xa3\xed\xdf\x2b\xda\x9a\x24\x03\x37\xab\xb7\xc6\x40\xde\xa7\x99\x37\x0c\x9c\x7d\x88\x8c\x06\x41\xf6\xef\x6b\xe5\x85\xe8\xb1\xb0\xe4\x21\xa9\x41\x48\x82\x0b\x3b\xb5\xdb\xae\x3e\x77\xde\xa3\xa5\x3e\x57\xb0\x82\x31\xbf\x43\x5c\x92\x94\x19\x56\x70\x42\xf1\x17\x93\xdd\xdb\xb0\x12\x76\x9a\x66\x4c\xa0\xc8\x10\x19\x92\x2a\x03\x02\x41\xc7\xe6\x1e\xe9\xbb\x35\xa2\x11\xfc\x39\x64\xfd\x09\x88\xf5\x7c\xb1\x14\x26\x32\x4b\xdb\x0d\xab\x2e\x8b\xd9\xdc\x41\x77\xb2\xe9\x09\xb1\x9f\xc3\x4b\x77\xf0\xee\x09\xef\x50\xc8\x99\xb2\x9d\xd7\x70\xd2\x73\xe8\x3d\x8e\xc4\x64\xdd\x10\x5f\x03\xa4\x4a\xd5\x13\xac\x01\xf5\x74\x37\xc3\x88\x58\x86\x11\xdc\x1e\x68\x0b\xad\x27\x21\x12\x84\x28\xc2\xa2\x78\xbf\x1a\x4e\x22\x49\x00\x22\x74\x54\x11\x1f\x35\xb0\xb8\xae\x89\xeb\x5a\xeb\x26\x00\x2f\xda\x91\x7d\x1e\x5d\x0b\xcd\x7e\x40\x55\xcc\x8c\xee\x5a\xd4\x22\x34\xb1\x74\x6d\x31\xaf\xbc\x19\xcb\xe6\x33\x0c\xa1\x06\x43\x6a\x4e\x60\xe4\x66\x32\x37\x47\xaa\xf0\x30\x75\xdc\x94\x16\xcc\x9e\xef\xb5\x78\x5a\x6d\x5e\x3d\x50\xcc\x4e\x98\xfc\x5b\xbd\x75\x51\x9e\x76\x33\x49\x42\xf6\x1b\x5e\xbc\x25\xfb\x79\x1e\x0f\x81\xf0\x07\xe0\x05\xaf\x0e\x3a\x08\xcc\x1d\x60\x71\xcc\xd0\x1f\x2c\x86\xec\x31\x01\x99\x25\xc3\x2c\x19\xc1\x06\xba\x4d\xb2\x06\x98\x2f\x87\xf4\xa2\x08\xc1\x50\xd7\xbc\xd4\xc8\xc2\x2f\x8a\x95\xa9\x91\x37\x0b\x28\x14\xa6\xc6\x8d\x47\x48\xf3\x27\x34\x6f\x88\xcb\x47\x86\x03\x64\x77\x01\x18\x93\x7b\x00\x8c\xc9\xbf\x23\x6c\x57\x0b\x13\x03\x6a\x00\xe7\x9f\x64\x07\xd5\x18\x90\x68\x26\x86\x1d\x19\xd9\x29\x4e\x14\x03\x92\x10\x24\x13\x46\x64\xb5\x8c\xe4\xdf\x0b\x29\xcb\xa3\xa3\x94\x5c\xf1\x07\x3b\x54\x18\x0f\x80\xed\x90\xfc\xfb\x49\x04\xb9\xc7\xeb\xfb\xab\x36\x2d\x71\x0c\x58\x82\xe4\x36\x2e\x8e\x92\x64\x1c\x19\x08\x2a\x1f\x45\x8d\x10\x19\x47\xf2\x0b\x8c\xf7\xd0\x09\x13\x23\xed\xe0\x52\xcc\x62\x64\xb2\xb2\xbf\x68\xec\x52\x63\x46\x9a\xef\x5f\x5f\x80\x8e\x92\xdb\x07\xbf\x70\x17\x84\x5a\xab\x0c\x73\x66\xd5\x6e\x89\x09\x84\x93\xdd\x66\x78\x92\x8e\xe6\x88\x4b\x0d\x5e\x40\x43\xa6\x4c\xcd\x88\x66\x65\x9c\xe8\x17\x68\x6b\xf4\x52\xa6\x03\x3a\xbc\x5f\xe0\x19\x22\x11\x30\x22\xda\x34\x29\xca\xaa\x46\x64\xf2\x56\xb7\x61\x31\xcd\x06\x1a\x06\xd3\x21\xb3\x43\xe4\x4d\x4f\xaa\xa5\x53\x23\x13\x6d\x6c\x2c\x89\xf4\xfd\x2b\xb0\xa3\x46\x66\xde\xd8\x38\x12\xa7\x54\x19\xdb\xab\x8b\xfe\xfd\x55\x5f\x98\x45\x41\x5e\xd5\x25\xae\x11\x42\xa4\x52\xa8\x6b\xe4\xed\x51\xb6\x4c\x44\x5e\x0e\xfe\x1a\x11\x2b\x21\x41\x38\xb2\x6a\x9c\xa2\x0d\x6a\x2c\x34\x58\x4a\x3a\x8f\xac\xe7\x53\x3d\x8b\x29\x78\x46\xdb\x2e\x62\xe1\xac\xc4\xf3\x23\x24\x51\x6b\x08\xb1\xac\x59\x0a\x53\xac\xe8\x23\xde\x18\x0b\x93\x2d\xbd\x2d\x0a\xb6\x85\xa9\x9a\x31\xb0\x72\x8c\xd7\x58\x38\x0d\x0d\x51\x49\x40\xc2\x13\x73\x7d\xaa\x11\x0b\x33\xeb\x30\xe2\x78\xdd\x78\x35\xa2\x2a\x0e\x32\xd9\x02\x22\xcd\xa0\xd5\x40\xaf\xba\xb8\x1e\x92\x69\xab\x3a\x0a\x23\xbc\xf9\xc1\x40\x37\x6e\x2c\xc9\x39\xb1\xd1\x71\x22\x18\x1a\x17\xd3\x1f\x50\x39\xeb\xfe\x80\xbe\x3f\xaf\x05\xae\x3c\x1f\x92\xa4\x22\x33\x7e\xe5\xac\xaf\x11\x57\x9e\x8f\xe2\x36\xc2\x46\x3d\x4b\x38\xef\xab\x77\x01\x9c\xf5\xa3\xb8\x0d\x34\x79\x67\x33\x90\xd5\x00\xe0\xfa\x4f\x17\x22\xa9\x11\x37\x4d\xe9\x0e\xb8\x1a\x51\x58\xd7\xd6\x86\x38\x18\x3a\x6b\xb4\x4d\xe9\x31\xf9\x4c\x8a\x94\x1e\x4d\x5d\x2c\xa7\x63\x52\xa0\x34\x69\x06\xc8\x22\xb9\xdd\xef\xa3\x7e\x85\x77\xe9\xa0\x56\x6e\x08\x61\x04\x1d\x5e\x26\x04\xba\xaa\xda\x67\x8d\x03\xe2\xae\x8e\xe1\xc8\xd4\x61\x69\xc8\x71\xe7\xc1\xdd\xfd\x00\x75\xfc\x4c\x6b\x53\xce\x2b\x9b\x4f\xa8\x83\x37\xb4\xe8\xf7\x83\x87\x5e\xf8\x91\x25\x2e\x1e\x0c\xec\x15\xf8\xac\x75\x6b\x22\x61\x71\x9a\x17\xef\x44\x52\xef\xf0\x12\x1d\xf4\xef\x6a\xbe\xb8\x6d\x6a\x98\xa8\x50\x59\x6f\x98\x95\x2e\xa7\xb5\xc9\x14\x86\xc5\x21\xb3\x45\xa4\x08\x68\x84\x22\x0b\x78\x78\x85\x28\x02\x4a\xbd\x8f\x14\x01\x9b\xfb\xc3\xe9\xd0\xdc\x1f\x88\x58\x32\x69\x84\x03\x3b\xbd\xfa\xbf\x39\x43\xcd\x00\xc1\xac\xc3\x3b\x71\xc9\x84\xfa\x00\xa6\xc9\x61\x22\xe7\x7d\x0b\xe6\x3f\x28\x8b\x6b\xfd\x22\x5e\x24\x39\x01\xbc\x64\x4a\x2f\x39\x4a\xd7\x54\x0b\x4a\x11\x95\xfe\x86\xb9\x09\xb2\x8b\x86\x89\x0e\xc9\x45\xca\x5c\xa8\xf1\x5a\x3b\xd9\x0f\x0e\xec\x23\x4f\x81\x38\x10\x8d\x5c\xc0\x81\x59\x03\x6f\x57\x68\x6e\xb3\x8e\x9b\xdb\x8b\x0a\x04\x21\xca\xe6\x66\x8b\x3d\x37\xca\x54\x58\xb0\xc0\xa5\x9c\xe3\xd5\x21\x70\xea\x03\x16\x76\xc8\xe1\xef\xe9\x2e\xaf\x96\xed\xe0\x2e\xb7\x25\x29\x3e\x94\xdc\xa4\x94\x45\xe4\x06\x0d\x1f\xb8\x74\x9f\x1b\x67\xa8\xa2\xbb\xf9\xb8\x5c\xce\x71\xaf\xfb\x8a\x6d\x35\x52\x50\x69\x26\x99\xb7\x50\xdc\x14\xa1\x26\x88\x97\xba\x81\xbd\xa6\x8d\x94\x3d\xd4\x5e\x0c\xd8\x0f\x78\x52\xe9\xb8\x4c\x1b\x63\x23\xdc\x23\x48\x59\xc2\x67\x62\xa9\x99\xea\x36\x1d\xd7\xd5\x1d\x50\xd2\x91\xc8\x9c\x28\x9e\x0a\x4d\x69\xa3\x76\xad\xdd\x91\x96\x21\x52\xdb\x21\x05\xe4\x12\x68\xbf\x26\x3a\xe4\x55\xcb\xa9\xa6\x65\x89\x14\xcb\x4b\x2b\x9d\xa8\xfa\x0d\xe8\x81\xcd\x63\xc0\x72\x1e\xb4\xfa\x89\xf9\x42\x12\x2b\x52\xe4\x16\x76\xbb\xc3\x52\x29\x4c\xc6\x41\x18\x34\xe4\xb2\x1b\x8a\xe2\x13\x44\xbc\x6d\xf8\x05\x9e\x44\xc9\x2f\x3c\x30\x57\x09\x53\x89\x62\x84\xf8\x70\x4a\xdc\x75\xda\x64\x69\xd9\x09\x65\x6f\x49\xbc\x12\xc1\x96\xe8\x94\x50\x19\xad\xbb\xcf\xb9\x6b\x54\x39\xb0\x26\x98\x01\xcd\xea\x12\xa2\x33\x9b\xdb\xcb\x0c\x68\x44\x65\x4a\x01\x46\x44\x5e\x30\xa8\x4b\x98\xf1\xec\xdf\x4d\x99\x1b\xcf\xa8\xca\xb4\xe9\xc8\xe8\x95\x58\x98\xd7\x40\xc3\x8e\xa7\x84\x82\x9a\x32\x8d\xbe\x26\xd3\xcc\xad\x28\xa0\x50\x91\x45\x01\x37\x35\xf1\x5e\x84\xea\x69\x16\xe6\x34\xc8\x92\x95\x96\x04\x96\xfc\x09\x6c\x81\xaf\x36\xe2\xd2\xd3\x4f\x4a\xc4\xd5\x04\xe9\x2c\xd8\x17\x95\x0a\x8f\x54\x31\x8b\xc4\xe8\x4e\x7b\x8b\x12\xe4\x33\x85\x7f\xd6\x54\xa9\x07\x35\x3f\x20\x33\x10\x83\x4b\xb5\xe1\x90\x14\x12\xe0\xc5\xd6\x45\x55\x35\xa1\xa4\xe2\x30\x7d\xc1\x1a\x38\x5e\xbf\x33\x34\xc0\x6b\x5b\x17\x01\x0a\x8d\x28\xba\xa8\xfa\x85\x35\x35\xea\x14\x32\x03\xa4\x46\x73\x8b\x40\x6a\x3c\x08\x4d\xa1\x8d\x4a\xfe\xf0\x1b\x38\x09\x4d\x1c\xad\x81\xab\xbb\xc7\x85\x39\x41\x89\xbb\xd7\xa3\x39\xd6\x14\xe8\x92\xee\x46\xa9\x69\xdd\x0d\x6a\x76\xd1\xc8\x2e\xbc\x29\x96\xbd\x4f\xb2\x72\x42\x59\x46\x1f\x3d\xa9\xd3\x54\x61\xcc\x74\x7a\x8c\x34\x46\x5f\xd3\xd2\x18\xbc\xa1\xdd\x06\xfa\xc4\x2a\x8b\xd9\x5d\x12\xf7\xfe\x60\x6d\x7e\x2d\x06\x2e\x47\xb0\x01\x2f\x75\xee\x3b\xff\x0e\x8a\x36\x7d\x0e\x7a\x68\xbd\xef\x58\x5d\xd9\x6b\xc5\xeb\xb8\x7c\x80\x26\x66\x7f\xdb\x5d\x93\x28\x06\xea\xb4\x49\x83\x65\x91\x34\xcb\x25\xf6\x79\x9b\x0d\x6e\x54\xcf\x0a\x65\x14\xb3\x19\xf1\xf2\x7d\x7b\xef\x0f\x42\x2d\xb4\xc0\xf7\x3d\xa4\xe7\x24\x5e\x46\x2a\x4d\x29\xc1\x17\x3e\xcc\x09\x70\xd9\xc2\x30\x23\x60\x82\x94\x2d\xf2\x09\xae\xf0\xea\x39\xf0\x02\x30\xdb\x36\x12\xa2\x2c\x87\x19\x20\x8a\xd4\xd8\x7c\x92\x60\x82\x8c\xaf\x0e\xe6\x1c\x95\x61\x53\x13\x2d\x90\xaf\xef\x41\x5e\x2f\x08\xb9\x47\x74\x06\x27\x5a\x1c\xa5\x0e\x24\x86\x50\xfa\x44\x85\x23\x7c\x98\xf8\x50\xf7\xb9\x19\xc9\x07\x8f\x6c\x43\x74\xdc\x53\x16\x96\x70\x9d\xce\x0d\x6d\xcd\x80\x85\x11\xed\x88\x49\x08\xa1\xb4\x03\x35\x4d\x69\xb4\x6c\x3e\xa9\x4e\x12\x82\x34\xbd\x34\xa5\xd1\xb2\x79\x0b\x31\x82\xd2\x5e\x8b\x34\xc5\xcf\xa2\xe4\xdb\x9a\x96\x38\x29\x09\x3a\x9d\x4c\x3b\x52\x7b\x8a\x93\x69\x33\xed\x5d\xd4\x80\xcd\xa0\xa7\x3c\x59\x94\xc8\x5a\xd3\xc5\x13\x5a\x1a\x40\xba\x10\x1f\x20\x11\x3c\x4d\xf1\x2f\xd9\x75\x91\x58\xd8\x50\xb2\x54\xba\x28\xfa\x58\xce\xb8\x29\x14\x78\xe5\x20\xef\x05\x33\x92\x3b\x01\x04\xa1\xed\x66\x78\x97\xf7\xf0\xcd\x59\xbb\x03\xec\x59\xc7\x19\x25\x04\x4c\xa6\xd7\x2e\xbf\x99\xf4\xa8\x21\x1e\x1e\xd0\xde\xb5\xcf\x9a\xa6\xf0\xf0\xb0\xf0\xa6\xdb\xf0\xf0\x7b\x47\x3d\x5c\x1a\xb7\x1b\xac\x69\xe6\x97\x0f\xf1\xf2\x93\xc8\xec\x9a\x37\xf4\x26\xab\x42\xe6\x15\xa2\x76\xd7\x64\xc6\x46\xda\xaf\x90\x91\xa8\xed\x70\x97\xbc\x3d\xe8\xe1\x33\xc3\x1c\xc8\x86\x74\x4c\x65\x98\xf7\x86\x35\x89\x1c\x80\xe6\xe0\x17\xf2\xf7\x57\x53\x1e\x76\xcd\x81\x33\x1c\x6a\x37\xbc\x5f\xd5\xee\xec\xd0\x0f\x20\x0e\x76\xb7\x79\xf8\x8b\xb7\x66\x94\x9d\x19\xba\x9c\xa0\xe6\x95\xcb\x23\xce\x96\x11\xa9\x38\x74\x3b\x41\xcd\x91\x82\x93\x18\x55\x8e\xc4\x94\xbf\xe8\x68\xbb\x4b\xf2\xc6\xe1\x07\x8b\x38\x34\x0f\x54\xae\x56\x29\x83\x9a\xa7\x34\x97\x74\x71\x48\xcd\x0c\x3f\x54\x99\x92\x9a\x99\xbc\x63\xf7\x49\x4e\xd8\xb7\x62\x8e\x99\xc9\xde\xf9\xf5\x80\x40\x6a\x08\xf8\x78\x1d\x58\x97\x69\x8f\xcb\x5e\xef\xb4\xaa\xff\xa9\xcd\xd0\x24\x2f\x0e\xec\x6d\x2a\xd0\x53\x33\x93\xb7\xed\x5f\xc9\x19\xcc\xc8\x43\x64\x1a\xd8\x65\x1d\xc9\x05\x37\x72\x8a\x33\x64\x46\x0b\x66\x63\xb2\x70\x0b\xc8\xdb\x90\x0b\x0f\xd3\xee\x07\xb8\x25\x74\x73\x9b\xae\x6b\x9d\x95\xb9\x30\x8a\x45\x3c\x33\x2f\x5b\x56\xf1\x83\x8b\x61\x03\x42\x55\x59\x33\x55\xa7\x95\x3e\x78\x61\xbf\x92\x8b\x4a\xb8\xce\x75\xc1\xa9\x99\x54\x12\xa6\xa0\xa8\xb0\x22\x44\x7f\x40\x39\xc3\x84\x59\xb1\x57\x64\x55\xc8\x34\x5e\xa9\x48\x4c\xcd\x8d\x64\x28\x4f\x50\x6e\x58\xd0\xe8\x17\x10\xb3\x21\x86\x93\xdb\x72\x4e\x09\x26\xe4\xa2\x58\x43\xc8\x6d\x61\xc6\x2f\x2c\x44\xa8\x0b\xa4\x55\x3b\x0c\x24\x77\x1e\x06\xc5\x0f\x1a\xbf\xd0\x82\x75\x90\x7e\xf4\x0b\x6b\xc9\x85\x08\xda\xa3\xb2\xb7\xec\x08\xec\x42\xc8\x66\x01\xbb\xe6\x2f\xc0\x13\xc4\xbc\xf3\x14\x4d\xca\x66\x9e\x80\x72\xcd\xe9\xf5\x3d\xc9\x50\x4a\x63\x1e\x08\x19\xad\xee\x90\xe5\x46\x05\x33\x6f\x6d\x72\x70\x6f\xa6\xa0\x61\xdb\x64\xde\xb9\xbc\x3a\x60\x32\xbc\x99\xc1\x6b\xb1\x13\x26\x4d\x6a\x49\x16\xb2\x37\xe4\x9d\xa7\xa4\x44\xb6\xbc\xe3\xbc\x90\xde\x9a\x61\xd4\xb2\x03\x35\x33\x3d\x23\x9b\x82\x90\x69\xad\xda\xba\x35\xef\x3c\x56\x05\x23\xaa\x36\x37\xb3\x14\xc4\xdc\x35\xef\x7f\x26\x62\xdb\x7c\x9e\x0f\x96\xef\x11\x04\x53\xb6\x28\x9b\xb4\x8e\x7c\xc0\xac\x16\xdd\x21\x85\x17\x49\xdb\x19\xb7\x85\xfa\x74\xc9\x27\x8e\x69\xa9\x18\x79\x5d\x19\x21\x01\x2f\x9f\xc0\x52\xf2\x07\xd8\x24\x3f\xd3\x8a\xf2\x49\x95\xb8\xba\xfb\x9d\x07\xaa\x30\x80\x1a\xcb\xcd\x5b\xea\x44\x34\x9a\x14\xfd\xbc\x6a\xe1\x99\xb2\xae\xb5\xce\x42\x01\x05\x0d\xc9\x6b\x99\x86\x2a\x0f\x49\x43\x95\xf5\xf8\x7c\x2d\xfa\x77\x97\xa0\x7f\x29\x66\x79\x4a\x22\x65\xf3\x9e\xbb\x11\xfd\x6f\x52\xa3\x5c\xe1\x23\x93\x25\x6a\x9a\xb9\xf0\x4d\x4d\x6e\xb8\x07\x92\x96\x90\x78\x13\x89\x02\x09\x86\x28\xab\x5d\xf9\x26\x5f\x37\x9f\xb8\xc1\x69\x24\x01\xe6\x87\x3b\xd2\x5f\x3c\x01\x3d\x0a\x2b\x0f\xb0\x62\x2e\xf0\xe0\xa8\x31\xe1\x3c\xe4\x0a\x46\x34\xe5\x10\x49\x84\xf9\xa1\xc2\x23\xe9\x2a\x3f\xc0\x8a\x04\x9b\xfc\x90\x13\x99\x94\x9e\x6b\xbe\xe0\xd3\x0d\x96\x28\x47\xb9\xe6\x87\x5b\x56\x67\x51\xd9\x20\xe7\x4a\x14\x29\xcb\xf3\x29\x2b\x6b\xe1\x85\x4e\x2a\x35\x52\xcb\x06\x62\xd4\xc9\x52\xb6\xd5\xa5\x1e\x2c\x3b\x90\xf4\xb6\x12\xd6\xda\xf8\x01\xfd\x2a\xc3\x9f\x60\xf5\x75\x00\x16\xde\x82\x61\xcf\x77\xe1\x2d\x18\xba\x23\xa5\x96\x80\x4d\x56\xdc\xc6\xc4\x5f\x43\xdc\x1c\xb3\xe9\x01\xcf\x26\xb1\xbf\x32\xe5\x95\xe6\xb4\x80\x12\x41\x51\x3a\x9a\x4a\xc4\x6a\xe9\xb4\x2b\x2c\x33\x6c\xd3\x66\x89\x3c\x27\x24\x0c\x97\x88\xd5\x31\x8c\x11\x8c\x41\x67\x5b\x89\xb4\xb7\xbb\xc7\x9b\x20\xf9\x01\x12\xbe\x3d\x89\xb4\x16\x43\x3d\xd0\x16\xa5\xba\x47\xb5\x50\x38\x11\x33\x2b\x09\x44\x2d\x16\x5e\x12\x10\x2b\xa2\x2f\xb4\x4c\x49\xcc\x2b\xbc\x42\xdd\x76\xa4\x82\xcc\x62\x5b\x0a\x0a\xaa\x04\xd7\x57\x87\x0f\xbc\xd2\x9a\x23\xaf\xee\xb4\x89\xa5\xe4\xb5\xd8\x43\x0f\x20\x50\x69\x97\x94\xbc\x88\x5a\x30\x64\xc2\xa8\x85\x61\xb6\x85\x03\xaa\x4a\xc6\xda\x8a\xdb\x94\x4c\xfe\xe4\x21\xa1\x17\x79\x65\x97\x6b\x50\xe2\x72\x81\x6b\xd0\x42\x46\x59\x86\x29\x89\xaa\xa5\x10\x68\xf1\xf8\x52\x40\xe4\x62\x60\xa5\x10\xcf\x5a\x19\xd8\xa5\x54\x69\xac\x96\xc2\x39\xb8\x0d\xc9\x55\xec\xad\x14\x4c\xa1\xb9\x7f\x48\x78\xd5\xbf\xf3\xb8\x97\x78\x56\xea\x62\x2e\x82\x19\xe9\x17\xc5\x48\xa1\xe4\x64\xe2\x43\x8e\xb0\x2e\x1f\xa9\xa5\x2e\x34\xbb\x83\x83\x73\x14\xda\x60\x89\x72\xde\x4c\x41\x92\x6f\x35\x6d\x35\xb0\x2f\xa3\x79\x0a\x52\xd1\x1a\x70\x69\x70\x78\x6d\xf5\x27\xa7\x50\x69\xa8\x2d\x20\xde\x58\x1a\x10\x26\x3b\x5b\xe1\x65\x59\xcd\x64\xb2\x3c\x84\x12\x3f\x4b\xa7\x76\x2b\x51\xbe\xf4\xb5\x68\x9a\x40\x5f\x2c\x5f\x58\x45\xf5\x1a\x73\xc7\xd2\x79\x7f\x82\x70\x86\xdc\x09\x9f\x8c\xa5\x2f\x20\x34\xc5\xce\x44\x69\x0f\x09\xd9\xc1\x1d\x4c\xa1\x2c\xa9\x9e\x41\x2d\xf0\x11\x5a\xd4\x2c\x83\x72\xb9\xc4\xba\x32\xa8\x5d\x44\x7f\x81\x72\x37\xde\x4f\x4c\x8d\x50\xfd\xcf\x5a\x70\x95\xa6\xfd\x1b\x65\x80\xa9\x98\x0b\x21\xc6\x4c\x77\xd0\xd7\xb2\x52\x25\xbc\x21\x07\x8e\x2d\x77\xb0\xaf\xdd\xe1\x07\x74\xff\xaa\xc7\x25\xb4\x49\xc1\x2e\x3b\xef\x6a\xd6\x10\x34\x07\x49\xc9\x2a\x4b\x68\x93\x42\x53\x76\x2e\xb6\x3b\x20\xcc\x6e\x43\x93\xf0\xba\xc0\xbc\x63\x17\x76\x59\x22\xda\xf0\x88\x64\x8c\x02\xf9\xe0\x65\x7b\x6e\x93\x2f\x9a\x93\x2e\xd7\xa5\x4e\xce\x72\x50\x0b\x90\x40\x51\x58\xa3\xd8\x9a\x45\x39\xc0\x3a\x25\xe4\x14\x04\xad\xb5\xe6\x1d\x08\x87\xa6\x85\xdb\x42\x7f\xe5\xe6\x31\x99\xeb\xa7\x59\x1e\x64\xef\x3e\x61\x78\x77\x58\x33\x35\x9c\x10\x18\xcc\xa7\x18\xd4\x56\xbd\x98\x27\xce\x24\x6f\x72\x1a\x99\xcc\xb7\x90\xa6\x6b\x8f\x64\xa1\x8d\xc9\x6b\x7f\x52\xad\x4f\x1e\x61\x10\x04\x7f\x01\xc3\x98\xb9\xf5\x89\x33\xca\x7c\xe8\x5c\x93\xf0\x90\xc8\xaa\x92\xb4\x5b\x2e\x32\xaa\xd7\x03\xb0\x0d\xef\xdb\x8b\xdb\xd4\x98\xe7\x9d\xf0\xd5\xcb\x0f\x61\xd0\x92\x5a\xb9\xb8\x07\x2c\x72\x5c\x90\xf9\x4d\xb1\x17\xe8\xc9\x7b\x84\x97\x7d\x2a\xb5\xbd\x16\x84\xc1\x59\x6e\x2a\x53\x5a\x0c\xc9\x4a\x61\xb9\x71\x4d\x89\xa7\x09\xe1\xd0\xc1\x58\x05\x05\x0c\x2d\x99\x15\xa4\x47\x44\xa3\x09\x31\x70\xcd\x10\x21\xcd\xf7\x75\xae\x42\x78\x0c\xde\x32\x90\x15\x7d\xf1\x57\x2d\x94\x15\x3d\xe7\x67\x2d\xbd\x20\x78\xb8\x52\x06\x09\x15\x77\x92\xc5\xac\x07\x48\xb0\x0c\x05\xb7\x64\x53\x35\xb5\x5a\x37\x28\xdf\x62\xb1\x15\x05\x73\x6c\xe6\xad\x1b\x88\xeb\xd5\x5e\x0b\x95\xf5\x00\x55\x1d\x25\xc7\xd5\x8d\x5e\x83\xaa\x36\x77\x48\xf2\x0b\x03\x23\xba\x03\x08\x44\xc3\x10\xd0\xfc\xde\xd4\x26\x8f\x17\xc3\xae\xb8\xd0\x42\x25\x18\x6a\x45\x05\x9c\xcd\x1d\xa2\xc2\x8d\x55\xdc\x1a\x70\x24\xb5\xfc\x93\x23\xa8\x06\x58\xfd\xc4\xb6\x2a\xee\xb6\x08\xd6\xda\x2b\x65\x4a\x43\xc3\x2b\xe2\xad\xa4\x57\x5c\x02\xba\x59\x65\xae\x81\xd2\x90\x10\x10\x79\x4f\x9a\x26\x18\xa9\xa3\x4b\xb5\xab\x2b\x88\x4d\x3b\xb8\xb2\x38\xb3\xb5\xf8\x1a\x51\x3c\xa6\xb9\x8b\x82\xa2\xd9\x02\x2a\x2e\xa8\x3d\x66\x43\xe5\x3e\xcd\x62\xdd\x1a\xea\x21\x07\x3f\xf0\x03\x9e\x72\xc9\x43\x30\x95\xa2\x1b\x86\x93\xc4\x68\x28\x2f\x2c\x9c\xd6\x25\x52\x02\x33\x0c\xc0\x83\x09\x21\xfd\xff\x8c\x7d\xc9\xd9\xf4\x2c\xcf\x6c\x2a\x5f\x08\x6d\x26\xc1\xe6\xcd\xc5\x63\xfe\x21\x9c\xcb\x55\x7a\xaa\x7c\x56\xff\xbd\x74\xb7\x0d\x02\x84\x28\x34\xf2\xc6\x38\xfd\xc3\xf6\xdf\xff\xa6\xa3\x37\x46\x65\x9e\x9f\xe9\x1f\x20\xd9\x74\xb8\x8f\x1a\xa4\xda\x3f\xe4\x30\x44\x75\xa5\xef\x95\xa4\xe7\x78\xa1\x6b\x28\xe1\xf9\x18\x28\x6d\xba\x3e\x34\xbc\x07\xe1\x26\xd1\x37\x18\x48\x6c\x90\x36\xda\xbb\x27\x37\x8f\x1a\x7a\xba\xa2\x5b\xc9\x80\x5b\x9c\xad\x43\xe3\x85\xba\x7d\xd3\x9e\x1e\x8d\x47\x8a\xce\xbd\xd1\xb8\x56\xd2\x25\x8c\xc6\x00\x73\xc9\x8d\xf1\x62\xdd\xbe\x99\x05\x69\xa5\xf5\x35\x76\x40\x37\x68\x8f\xc5\xd1\x72\x69\x4c\x04\x2f\x3a\xcd\x7d\x60\x98\x3a\x43\x46\x4f\x1e\xd4\x30\x89\x7e\xbd\x0f\x3a\xa2\x5a\xbc\xa9\x68\x46\xf5\x1d\x71\x74\x6c\x6b\x4f\x6c\xa7\x02\xc1\x3c\x0a\x74\xeb\xcb\xf9\x00\xba\xb5\x6e\x71\x74\x92\xa4\x1e\x98\x33\x47\x59\x71\xc7\x60\xb0\xb1\xfd\x2e\xc7\x8b\x76\xbb\x4d\x56\x83\x85\x31\x6c\x57\x18\x83\x73\x2f\xfe\x19\xdc\xdc\xfe\x1f\x57\x4c\xb3\x0f\xf4\x88\x3e\xc6\x06\x13\x62\x87\xb7\xee\xa0\x95\xed\xf3\x05\xdc\xe6\x3c\x6d\x70\x9b\x73\x38\xf2\x78\xe1\x72\xdf\xbc\x52\x01\x17\x5b\xb3\x63\xc2\x65\x51\x18\x9d\x83\x76\x03\x48\xe0\xa7\xc3\x7b\x04\x39\x7c\xf3\x17\x28\x89\xaf\xbb\xd7\xa0\x57\x9d\x52\xd9\x8d\x11\x27\xbf\xd0\xb4\x45\x9e\xd6\x6e\xe2\xe1\x1b\x1a\x26\xfc\xe8\x42\xb9\xe7\xc6\x60\x75\x3c\xa1\x9c\x31\x2b\x86\xa5\x61\x4c\x4c\xb4\x89\x82\xe6\x52\xd9\x4f\xc6\x80\xe2\x72\xf3\x52\x4e\x70\xf4\xa7\x43\xe2\x51\x9d\xc5\x63\x82\x39\x3c\x0d\x8b\x14\x49\x05\x31\x10\x70\x6c\xbd\xcb\x58\x04\x77\xdd\x3f\xe0\xb0\xfe\x7c\x10\x70\x76\xf1\xff\x24\x49\x43\x5a\xe4\x5f\x91\xb8\xc0\xae\x02\x6a\x83\xd9\xb5\x7d\x33\x1a\x3b\x4e\x4e\xcb\xc3\x9d\xfe\xec\x7e\x86\x4e\xc4\xbe\xa7\x03\xc5\xe4\x7e\x7f\xaa\x27\x34\x06\x33\xca\xf8\xdc\x65\x78\x85\xd2\x03\x8e\x81\x04\x32\xbe\x63\x0f\x86\x05\x2b\x9f\xe0\x18\x07\x62\x2d\x2d\xd9\x52\x45\x69\x5e\x85\x39\xd4\xe8\x77\x24\xd8\xf5\xaa\x1d\x98\xa2\xe2\x67\xac\x9a\x2e\x36\xe3\xe0\x91\xe0\xa3\x1b\x4a\x4d\xa5\xe5\x1c\x03\xf6\x52\x55\xd3\x19\xe3\xc5\xb6\xb3\x59\x9e\x9f\x84\x85\x16\x4b\xc0\xba\x9b\x10\xd4\x00\x94\xdd\xbc\x9d\x90\x6c\xb2\xda\x5f\x60\x30\x0c\xd8\x83\x06\x96\x75\xf9\xcd\x31\x4e\xd2\xec\x67\xee\x06\x0f\x8a\x06\x54\x43\xfc\x71\x66\x35\x6c\x7d\x72\x35\xbe\xa1\x4e\x5f\x6c\xda\x37\x7f\x01\xff\x38\xab\xf8\x06\xd4\x92\xdb\xe7\xfd\x9c\x27\xcd\xcb\x85\x8c\xad\x9f\x67\x68\x9f\x8d\x60\xae\xe4\x35\x31\xdf\x0d\x31\xf2\x79\x06\x05\x42\xcb\x83\xa9\xb3\x1d\xfd\x35\x60\x30\xb5\xcb\xd3\x60\xae\x48\x43\xfa\x41\x8f\x3a\xfb\x1c\x0f\x56\xfa\x30\x02\x1f\x0f\xfa\x34\x64\xa0\x05\xf5\xf3\x7f\x05\x8c\x11\x4d\x74\x99\x93\x36\x6e\x3c\x1d\xdf\x6b\x90\x4f\xe0\x59\x24\xa2\x34\x9b\x75\x17\xe3\x21\x5a\x76\x7b\xc8\x51\xe0\x53\xf0\x85\xb2\xd3\xe1\x78\x03\xe1\x1c\xf5\xd3\x3e\x14\xd4\x3e\x88\xa1\xd5\xfc\x08\x04\x54\x72\xb3\x17\x76\xb0\x6a\xbd\x0e\xf2\xf8\xe5\x06\x5a\xfa\xa1\xfe\xf7\xbf\xe6\xa8\xf6\xf8\x75\x4e\x99\xbf\x20\xfc\xa8\x7e\x03\x11\x28\x92\xc5\xc1\xc0\xde\xe1\x0f\x0e\x5c\x0e\x4d\xc2\x85\xb4\x52\x53\xcf\x40\x4c\xd3\xcf\x38\x12\x85\x98\x62\xa3\x90\x73\x07\x1b\x8b\xec\x48\xe8\xc4\x96\x35\x1e\xf4\x0c\x7f\xdb\x4f\x0b\x64\x9c\xa1\xe7\x40\xfa\x4b\x51\xc8\xa8\xdf\x30\x89\x1b\x48\x5e\x7e\xe6\xfe\xa9\xfe\x01\x39\x6a\x37\xf7\x80\x3d\x5f\x4d\x01\x82\x7e\xdd\x00\x43\x38\x7c\x03\x89\x92\x48\x43\x63\x28\x54\x7f\x34\x7f\x02\xdb\x9b\x07\xf9\x62\xd3\xfa\x99\x85\x17\x9a\x56\x9f\x78\x51\x98\xd6\xda\xdf\xa7\xf3\x94\x9e\x41\xa2\x36\x78\x64\x6a\x46\x91\x5c\x73\x56\x35\xa6\x17\x77\x56\xe3\xad\x48\xf3\xaf\x84\x6f\x40\xc3\xba\x7d\x9e\xc1\xeb\x3a\xd6\x03\x1a\x56\x5b\x7b\x03\xb0\xd4\xf1\x7b\xc1\x4c\x8c\xda\x4b\x51\x73\x33\xfa\x03\x70\x82\xa7\x84\x28\x54\x6a\xb6\x68\xbc\xbb\x8a\xdb\x83\x21\xbe\xbe\x54\x44\x23\x89\x7f\x72\xd3\x8e\xcc\x76\xa3\xcd\x1c\x2d\xe5\xaa\x9b\x83\x56\x4c\xa2\x3e\x12\x72\xea\x3c\x8d\xc6\x03\x6b\xb8\x09\xc4\x7a\x7a\xd6\x1b\x62\xd8\xfd\x3f\x15\xb2\x92\x71\x81\x6c\x37\xd3\x43\x84\xb5\xda\x9e\xdf\x91\xea\x58\x5d\x17\xa2\xe7\xaa\xf8\x8b\x01\xbb\x86\xbf\x80\x50\x14\x24\x88\x8e\xb4\x15\x9f\xf7\x93\x64\x8d\x81\x10\xd5\x8c\xd5\x99\x2c\x46\xff\x0f\x88\x48\xc1\xa4\x80\xe5\xda\x01\xee\x81\x10\x63\xe7\x8a\x09\x16\x66\xfb\xfc\x0f\x67\x7c\xdd\xef\x63\xe0\xe0\xe8\x7e\x3f\x37\x9b\x7f\x80\xb9\x49\x5a\xf1\x18\x88\xea\xb1\x62\x3d\x50\xa8\x4d\x05\x09\x46\x10\x7f\xea\x7c\x8c\xd8\xe0\xfa\xe0\x67\xe8\x61\x84\x01\x22\x78\xdd\xd7\xa2\x04\x27\xd9\x42\x10\x5e\x83\xf6\xfa\x0a\x96\x66\xb6\x42\x38\xa0\xc3\x55\x51\xe3\x11\xb4\x83\xab\xa0\xef\x88\x00\x48\x90\x09\x25\x90\x30\xc7\x86\xc4\x78\xd1\x68\xb5\x09\x3b\x66\x82\x04\xb5\x98\x25\x61\x3c\x0b\x93\x07\xb4\x70\x7f\x4c\x1c\x3d\x16\x62\x4c\x50\xee\x2e\x08\x3f\x2d\xf5\xe6\x81\x67\x91\x38\x49\xa2\xdb\xcb\xed\xe8\x17\x12\x23\x88\x04\xa4\x4d\xb4\x35\x2b\x16\x73\x10\x5a\x10\x27\x3e\xd5\x85\x2a\xb2\xf4\xf2\xf2\x1b\x4c\xae\xaf\x3e\x98\x49\xd1\x77\xb6\x80\x16\xd8\x07\x6c\xac\x3c\xf4\x45\xe6\xe2\xdd\xc0\x8b\x03\xe3\xfd\x47\xd4\xae\x04\x22\xee\x03\xda\x49\xaf\x05\x72\x2d\x16\x21\xbc\x40\x6a\x45\xeb\x64\x63\x87\xd8\x11\x88\x0e\x38\x09\x7e\xd6\x76\xa7\x02\xd5\x3b\x66\x87\xd4\xb1\xa8\xde\x39\xf3\x1a\x03\xd2\x1e\x3a\x46\x33\x98\xed\xc6\xda\xf7\x38\x72\x22\xd5\xc5\x41\x1d\x98\x10\x5d\x1c\xb8\x8b\x78\xd3\x1e\xc0\x8c\x96\x2b\x07\xc5\x82\xb7\x7d\x56\x50\xf6\x07\x10\xd6\x3e\x1e\x08\x7b\x87\x7b\x04\xcd\x5e\xdb\x17\xf6\xce\xe6\x3d\x93\x2a\x5c\xcb\x5e\xd6\x4b\x16\xbc\x0b\xb8\x05\x3a\x77\x4d\x30\xfb\x4d\x58\xf0\x9c\x74\x47\xd1\x5d\x39\x4e\x40\xf3\x9f\x5b\xa4\x34\xf7\x1e\x80\x0e\x77\xfb\x7c\x40\x2d\x9b\x57\xea\x4c\x5e\x70\xa7\x48\xf7\x1a\x7e\x86\x6c\xfb\x3c\x43\x72\x58\x9a\xc2\x6f\xd0\xea\xd5\x80\xdf\x60\xb7\xec\xbb\x92\xa1\x35\x4d\xf0\x1b\xf4\x25\x32\x00\x9b\x1d\x11\x1c\x50\xe0\xa2\x80\xfa\x5f\x4e\xa0\x6b\xc2\x57\xd3\xad\x2d\x7e\xad\x39\xa3\x17\xe2\xf0\x33\xef\xbd\x52\x40\x04\x33\xb6\xdb\xff\x29\x2e\xdc\xe8\x0c\x00\x2f\xce\x80\x26\x99\x71\xd2\x1f\x1c\x71\x43\xbf\xe0\x2d\x7b\x83\xb3\x2c\x46\xee\xdc\xa1\x9a\x02\x78\x0b\x38\x27\x43\x10\x85\x1b\xdf\xdd\x90\x2b\x9e\xe3\x9b\x14\x68\x0c\x70\x1e\xd8\x3c\xa6\x54\x08\x5b\x98\x3e\x1b\xb4\x55\x6a\x80\x71\x2c\xbe\x16\x07\x4a\xdc\x7c\x0e\xcd\x87\xd5\x87\xfd\x7f\xd6\x9d\xd2\x33\x87\x60\xde\x7d\xe8\x73\xe1\x13\xe5\xc9\x89\xd7\xb4\xbd\xb8\x3c\xac\xdb\x8f\x87\xb1\x12\xee\x02\x2e\x12\xce\x90\x10\x0f\xf4\xb5\x96\x4a\x70\x2f\xf0\x3d\x74\x02\x78\x37\xdb\x51\xe7\x0f\x37\x69\x0d\x6a\xa2\xe6\x4d\x51\x8f\x13\x3a\xe8\xd2\xdd\x40\x87\x4e\xef\xdf\x42\x4f\x06\xa1\x28\x67\xf4\x98\x1b\x59\x53\x0d\x12\x25\xfb\xae\x30\xa1\xe5\xb5\xcb\xeb\x44\xd2\x47\x65\xbd\x1d\x73\xe3\xf6\xd2\x65\x7a\x32\xcb\xb9\xaf\xe3\x13\x15\xf8\x86\x33\x53\x4c\xe2\xe0\xe9\x3e\x69\xd7\xd1\xda\x4d\xa8\x7d\xed\x7d\x3c\xe9\x1a\x29\x69\x3e\x19\x98\xec\x0b\xfd\x64\x91\x9b\x66\xaa\x0b\xd8\x6b\xfa\x19\xf1\x3b\x5a\x89\x09\xd7\x82\x6d\xba\x45\x62\xb4\x62\x12\x08\x78\x3c\x73\x85\x17\x4f\x6d\xbb\x59\xb1\x05\x3c\xee\x4a\x49\x25\xe4\x3a\x11\xba\x6c\x68\x3c\x6b\xd6\x48\xd2\xf3\x82\x72\x5e\x5d\x56\x6e\x53\x13\x59\xb3\xce\xab\x9e\x01\xd6\x3f\x0d\x52\x75\xb9\xfc\x43\xd2\xa8\x26\x1b\x30\x8e\x34\x37\x13\x71\x30\xce\x83\x35\x1b\xdd\xc0\x35\x86\x86\xfc\xdf\xe1\x67\x28\xd3\x97\x9f\xa9\x07\xf1\xea\x13\x3a\x4f\x37\x88\x78\xa2\xe1\xff\x79\x69\x5a\xa6\x80\x0a\x5a\x1d\x31\x93\xa9\x1e\x95\xb3\x78\x4c\x78\x2b\x28\x07\xf9\x98\x8d\xdc\xa2\x31\x31\xf5\xa3\x4e\xee\x49\xfd\xac\xbf\xef\x50\xee\x98\xc4\xce\xe4\x35\x9a\x45\xe6\x34\x17\x70\x9c\x3d\xc7\xa4\x41\x76\xee\xf3\xe5\x1e\xa9\xd0\xed\x6e\x82\xdc\xa5\x95\xa4\xab\xa7\xa3\xa6\x66\xcf\xac\xb5\x7a\xbe\xb0\xcf\xfd\x8c\x85\xf2\xb4\x0d\x1c\xd4\x5e\x79\x04\xc9\x7c\xd8\x35\x7d\x0f\xbc\x03\x46\x2e\xbd\x7a\x0c\x9e\xfd\xd2\x41\xcc\x17\x9e\xf6\x22\xcd\xf8\x0c\x5e\xd1\x75\x23\x9f\x41\x85\x91\x9f\x21\xa1\xff\xe6\xa3\x3d\x53\xd7\xea\x85\x86\xff\x81\x4b\xe6\x8f\xc9\xaa\xc5\x2a\x50\x31\x26\x42\x5e\x42\x49\x95\xc7\x7c\xd1\x6d\x2f\x52\x18\xcf\x80\x88\xf7\xc2\xa1\xd6\x8e\x63\xd5\x26\x02\x5e\x62\x5a\x8e\x50\xd5\xea\x39\x60\xc0\x8b\xa3\x9f\xe6\x44\x62\x5f\xef\xb8\x39\x28\x26\xfc\x02\x57\x56\xc7\xca\x9c\x17\x68\x12\x73\xbc\xf0\x36\x9c\x15\x74\x4e\xd2\xa8\xf7\xa9\x7c\xb5\xf3\xeb\x04\x76\xf5\xc5\x69\x2e\x1c\x8c\xe6\xa5\x35\xf8\x81\x48\x60\x58\xb3\x57\x16\xfe\x09\xdb\xe7\x39\xa7\xcd\x3f\x60\x7f\x58\x38\x2e\x92\xa4\x06\x5f\x60\xda\x8b\x8c\x07\x93\x4e\xa5\xbe\x6d\x4e\x20\x53\xbb\xff\x4c\xd6\x50\x76\xbe\x9a\xb9\x27\xab\xb8\x89\xf1\xdf\xff\x3e\xa9\x1d\x27\xc3\x55\x2c\x98\xf6\x89\xfb\xab\xff\x4f\xee\xd0\xa8\x77\xd2\x6c\x12\x78\x6b\x10\x32\x9d\x3b\x0b\x5d\xa8\x45\x82\x5d\x59\x3c\x26\xca\xfb\xd8\x09\x63\x26\xd4\x95\x16\x60\x12\xea\x5a\x5c\xb3\x5a\xa2\x53\x0f\xcf\x17\xeb\xf6\xe2\x79\x07\xd4\xfd\xcc\x02\xa0\x6c\x31\x73\x1d\x3b\x9e\xdd\xc1\xc1\x06\x35\xc8\xcc\xec\xa8\x31\x12\xa9\x3a\x7d\xd2\x84\x1b\xaa\x9d\xf4\xe6\xd9\xf9\x82\x68\x04\x52\x2d\x1e\xc3\x8b\x54\xa7\xd3\xa5\xcd\x13\xbe\xdb\x5e\xe9\x13\x24\xf9\xac\x66\x79\x20\xaf\xfc\x49\x56\xd1\x85\x73\x9e\xe0\xe6\x4f\x87\x50\x32\x9b\x19\x19\x4f\xed\xe0\xbc\x79\x25\xaf\xa8\x85\x17\xca\x56\x87\x86\x4c\x46\xc0\xa8\x66\xca\x98\x17\xc4\x8c\xbb\xbc\x30\xcd\xba\xa4\xcc\x8b\x97\x60\x8b\xdb\x17\xeb\x76\x25\xbd\x1f\x13\x8e\xab\x4e\xbf\x34\x99\x1d\xd2\xf9\x97\x27\xb2\x43\xae\x4f\x8b\x0f\xe6\x5d\x0d\x42\x01\x5c\x2c\xdf\x5f\xac\xda\xed\x04\x38\xe1\xe9\x5a\x7c\xc6\x01\x89\xda\x15\x61\xde\xd4\xdf\x54\x37\xc0\x23\x4a\x68\x78\xde\x74\x9e\x34\xdc\xb8\x39\xd1\xc5\x6f\x5c\x6c\xc3\x8d\x32\x67\x9b\x9f\x1f\x10\xa1\x67\xa0\x53\x87\x26\xcd\x27\x6f\x62\xa2\x32\xd1\xa7\x10\xf6\x24\xfa\xb4\xbb\xd9\x7c\xc0\xb0\xc5\x4d\x40\x71\xf6\xe9\x22\x19\xd6\x1f\x10\xe3\x78\x9b\x3e\xb4\xcf\x0b\x64\x2f\xa4\xf1\xb1\x5f\xc8\xfa\x61\x2a\xb5\x0b\x17\xe3\xaa\x6d\xc3\x5b\x3f\xac\xbe\x68\x5a\xd0\x03\x1b\xd9\xad\x5f\x8e\xa2\xeb\x87\x1c\x85\x7f\xe0\xf2\x6f\x7a\xa6\xe8\x88\x3f\x79\xc5\x2d\x84\x65\x0f\xa7\x20\x5b\x50\x23\x3b\x1e\x75\xfd\x4e\x34\xef\x11\x31\x3a\xde\xcf\x2f\x00\xb7\x1b\xf4\x82\x5a\xb9\xc8\x2c\xba\x36\xaa\x64\xc5\x6d\x6b\xa3\xa5\xd5\x5f\x6c\x05\x53\xa0\x1e\x53\xef\xac\x13\x60\xa5\x9b\x84\xce\xb1\xb5\x51\x7a\x76\x77\x42\x85\xa1\xbf\xc0\x3e\xaf\x6e\x12\xf0\x62\x9a\x06\x38\x1e\x9a\xa6\x82\x65\x92\xb8\x5e\x05\x24\x69\xe1\x17\x3c\x73\x4b\xf5\x33\xf7\xa8\xfa\x47\x18\x91\x83\xe1\x17\xc2\x88\x8a\xa0\xc4\x2a\xa4\x47\x6b\x54\xb1\xe3\x24\xfe\x17\xdd\x6c\x7d\xdf\x5d\x95\xf6\x34\x81\xbc\x05\x2d\x71\xa9\xfe\x82\x27\x8c\x2e\xed\x0b\x5a\x62\x95\x76\x1f\xab\x26\xa0\xf7\x17\xe0\x76\xcf\x2a\x2b\xf8\xd8\x3c\xbc\x2a\x64\xdd\xe7\x19\x27\x8a\xd4\x2b\x0b\x50\x77\x38\x7b\xdd\x4a\x35\xb0\x99\x95\x99\x1e\x9d\x64\x7c\x01\xbc\x0e\xe7\xa3\x5b\x8d\x61\x6c\x7e\xe6\x31\x26\x1c\xb7\x50\x3f\xc7\x59\x7d\x56\xc7\xfe\x68\xfe\x1f\x25\x4f\x3c\xaa\xce\x8b\xbf\xe4\xc0\xea\x1c\xa6\x9f\x19\xe8\xa9\xa5\xeb\x29\x8a\x44\x63\x07\x83\x7b\x66\xe1\x4a\xe0\xd4\x08\x0b\x7a\x5a\x67\xa7\x5c\x83\x35\xb0\xf4\xff\x00\xef\x08\x22\x2d\xe8\x65\x8b\x4e\xee\x35\x92\x9d\xd5\x01\xf2\xe7\x0c\x67\xbb\x5b\x83\xa2\xcb\x83\x66\xc8\xf7\x67\x13\x0e\xa4\xfd\x5b\x6e\x82\x22\xde\x0c\x06\xe5\x6e\xf1\x28\x5f\xb8\xdb\x4b\xf3\xff\x94\xb7\xe6\x40\xe6\xe8\x29\x6e\x11\xa3\xf4\xa6\x44\xea\x72\xc7\xd6\xad\x44\xc7\x1e\x26\x2a\x51\x56\x4f\x0b\xd1\xb2\xf9\x11\x68\xd9\xe6\xab\x05\x70\x5c\xaa\x1b\xe4\x16\x71\x7b\x58\x37\xcb\x15\xba\xe3\x3a\x9b\xfb\x4a\x38\x3c\xdd\x03\x2a\x1d\xe8\x4c\x59\x0c\x00\x1f\x7e\xe6\x90\xd4\xc0\xc4\x42\x75\x3f\x63\x48\x12\xff\x0b\xd8\xb6\x19\x79\x2e\xd6\xee\x16\xba\x58\x2c\x70\xe3\x5b\xf6\x7a\xb1\xed\x56\xbc\x6b\x17\x7a\x18\x7e\x26\xde\xb6\xdc\x58\x2c\x08\xa7\x16\x11\x10\x55\x74\x4e\xae\xc4\xb6\xee\x12\xf9\x1e\x55\xcb\x72\x2c\x44\x48\x7d\xb6\xc7\x02\xf3\x9a\x19\x09\x5d\xa5\x45\x5a\x09\x5d\x2d\xf9\x80\x4c\x87\x33\x27\xae\x9d\xf0\xc2\xd3\xb2\x63\xa1\x86\xbf\xa0\x20\x19\xee\x83\x3b\x68\xf8\x0b\x4e\xbc\xb9\x6f\xe7\x96\xf9\x93\x33\xc2\xa2\x96\xd6\x09\x5e\x16\x0b\x79\xfb\xca\xb0\x0e\x4c\xab\xee\xb3\xeb\x80\x74\xf6\xc2\x43\x29\x5b\xc2\x0d\x50\x26\x7c\x5e\xc8\xd4\xd2\x1a\xf4\x91\xcc\xa5\x41\x22\x82\xaa\x08\xe1\xaf\x23\xf7\x8b\xbf\xc0\x90\x3c\xf1\x07\x8e\x39\xcb\xe7\x33\x89\xd6\xda\x9f\xe4\x36\x35\x00\x47\xda\x8f\x58\x48\xad\xeb\xf4\x07\xf1\xdf\xff\xc2\x1e\x6d\x8b\xd1\xd9\x56\x66\x2c\x82\x57\xcf\xd3\xc9\x40\x09\x37\x80\xbc\xfa\x66\x5f\x06\x55\x7d\xbe\xe7\x10\xb4\x8e\xf0\x45\x18\x4e\x20\xb9\x2e\x30\x8f\x4f\x55\x96\x16\x77\xad\x80\x75\x61\x0c\x16\x9d\xd0\xa3\xda\x90\xb7\x2e\xc0\x6d\x2f\x1c\x94\xa2\xce\xe1\xb0\xa0\x14\x2d\x46\x4b\x77\x01\x77\x8b\xa2\x9b\xe8\xc8\x43\xb8\x53\x32\xfa\x07\x30\xa7\x05\xe3\x0d\x29\xe2\x49\xbb\x79\xe0\x6c\x7e\x81\x9e\x62\x3e\x92\x6e\xac\xb4\x59\xe1\x06\x8d\xde\xd3\x4f\x16\x78\x52\x93\x88\xa1\x72\x79\x83\xf5\x24\x91\x5a\xfa\x87\x17\x25\x8b\xc6\x87\x7b\xcc\xf0\xe1\x49\xc9\xe2\x1f\x20\xec\x7c\x70\x3e\x28\x8f\xe6\x3d\x48\x77\x83\xe5\x3e\xa1\xac\x70\x96\xfc\xf5\x80\xfd\x84\x88\x76\xfa\x1b\x58\xad\xb4\x53\xef\xe9\x88\x93\xfd\x87\x61\xe8\xb2\xb5\x33\x9f\xa4\xf5\x4a\x3b\xa2\xaa\x54\xfe\x72\xec\x70\x9d\x75\xc8\xfa\x0e\x60\xe8\x79\xd9\x09\x0c\x97\x9f\x1f\xf6\x28\x9a\x36\xb2\x8f\x4e\xd2\x9d\x40\x4f\x0c\xb9\x23\x64\xbc\x98\x82\x0d\xfb\x58\xb2\x6a\x67\x4a\x48\x47\xa0\xee\xc8\x23\x6e\xf7\xc7\x7d\x83\x4b\xdd\x72\x8f\xdc\xd6\x9a\xc7\x7d\xc3\x62\x87\x5b\xbc\xf8\x82\xbb\x04\x47\xea\x4c\xd9\xe1\x4e\x6b\x8f\xe5\x3d\x1d\x0a\xdc\x65\x41\xe4\xa4\xe0\xf2\x0e\xa4\x68\x17\xfc\x9d\x48\xd1\xeb\xc0\xea\x91\xd6\x8d\xed\xac\x06\xe9\x78\xa6\x1d\x41\x5c\x0e\xb5\xdc\x0b\xbd\xac\xfd\x01\x71\x9a\x26\xa1\x70\x1b\xeb\x7d\x64\x19\x57\x2d\xe1\xb1\x57\xea\x70\xb4\xcf\x77\x64\x15\xb7\xd7\xf1\x4e\xa4\xa8\x4b\xf1\x9e\x8e\xae\xba\xd4\xee\x70\x28\xb0\x8f\xf1\x0e\x35\xab\xa3\x35\x77\x38\x18\xd8\x93\x64\x07\x92\x1c\xce\x74\xbb\x43\xcd\xea\x6c\xab\x3b\xd4\xac\xcd\xbe\x29\x3b\x02\xd2\xc3\x65\x22\x76\x38\xb2\x16\x4f\x73\xe3\xd2\x4b\xd8\xed\x2f\xb4\x9c\xdd\x34\x35\x08\x02\x09\xbf\xbd\x91\x66\xbf\x4f\x84\xd4\xff\x52\xc9\x7b\xec\x8d\x51\xfd\x92\xce\x3b\x52\x13\x59\xa9\xbf\xd3\xc7\xd5\xde\x37\x3b\x53\x3b\x3a\x79\xf4\x0e\xa5\x68\x77\x8c\xfd\x9e\x1e\x03\x3a\x48\x77\xe6\x72\x74\xb0\xcf\x8e\x52\x90\xbe\x36\xef\x80\xae\x2a\xe6\x3d\xf6\x54\x8a\x7e\x5a\xa0\xbb\x8b\xe6\x19\xd5\xca\xad\xfe\xd8\x07\x99\x51\x44\x32\x53\xa3\xb3\x6b\xec\x2f\xb0\xec\xd5\xbc\xc2\x8a\x38\x76\xab\xde\x07\x6f\xee\xde\x52\x2f\x90\x9c\xdd\xf3\x1a\x29\x1e\x35\xf1\xc1\x4d\xad\x41\xc1\x09\xb5\x7b\x43\x10\xe7\xb9\xc1\xc4\x75\xde\xd4\x2f\x4c\x9b\x2a\x65\x3c\x76\x96\xb4\x11\x84\xd9\x27\x8a\xa8\x59\x8a\x4c\x42\x1a\x2f\xfd\x24\xc0\xf6\x20\xe0\x30\x5a\x7f\x7e\x81\x56\x26\xd3\x3c\x79\xb1\xd7\xb1\xb2\x43\x69\x59\x85\x76\xf7\x49\xab\xab\x3e\x58\x3f\xfc\x2f\x1a\x17\xa5\xab\x89\x5c\xc4\xf4\x52\x14\xed\xeb\xe5\x4f\x57\x5e\xd9\x19\xda\x6e\x35\xe7\x0e\xe4\xe6\x40\x82\x7d\x67\x17\x1a\xc4\x4e\xe9\x69\x6e\x49\xe4\xb6\xf9\x8d\x57\x40\x3b\xac\x7c\xdf\x73\x54\x7e\xe1\x04\x0d\xee\x82\xea\x62\x11\x9d\xc8\xcb\xa3\x80\x0a\xb0\xba\x87\xa3\x91\x68\x2d\x26\xac\xd7\xd5\xa3\x04\x6c\x72\x44\xc8\xce\xa4\x36\x4e\x9a\xbd\x13\x05\xe9\x20\xdb\x11\x68\x5e\xa5\x4d\xd8\x4f\xf6\xa8\x0e\x58\xf0\xdb\x69\xb9\x77\xba\x54\x5a\x79\xbb\x5f\x04\x5a\x16\xd1\x2f\x4a\xe9\xaa\x7d\x3b\x76\x54\x57\x31\x0c\xda\x19\xfd\xe3\x04\xb8\xfb\xc5\x79\xf3\x0b\x69\x1a\xd0\x33\xb5\x3c\xe1\x17\x38\x2a\x4b\x50\xe0\x98\x2a\x85\xda\x7e\x3d\x78\x16\x49\x89\x6b\x34\x4d\x77\xc3\xb3\xc6\x70\x13\xa0\x0a\xb6\xec\x2f\x8c\xa9\xce\x79\xb8\xdf\x24\xd1\xff\x27\x49\x9a\x37\xd4\x42\xd9\xac\x9c\xdd\xe1\xf0\xf8\xdb\x7c\xf4\x3d\x6c\x42\xa3\x42\xb0\x8e\xd3\xdd\xee\xac\x55\x62\x6d\xec\xfe\xe4\x28\xff\x7d\x71\xb0\x16\x89\xd5\x5f\xc7\x8f\x4a\x89\xf0\x0f\xed\xbf\xff\x55\x27\x94\x3e\x00\x21\xec\xeb\x76\x50\x15\x65\x85\xee\x41\x4c\xf1\xe9\x82\x2c\x2b\x70\x75\x00\x22\x54\xdd\x6b\x0f\xb8\x14\xda\xc4\x72\xd0\x76\xea\xa8\x8d\x63\xe3\xd9\x53\xfc\xc5\x3b\x0c\xdf\x2b\x8f\x8d\x67\x8f\x30\xc0\xb1\x61\xb1\x4c\x34\x22\x66\x0c\x09\x8e\xc2\xd4\x88\x7e\x06\xde\xd3\xe9\x77\x14\x9e\xaf\x3a\xb0\x0f\xd4\x7b\x36\x4f\x1f\x0c\x7f\xb1\x96\xfa\x60\x4e\xe7\xb9\xfd\xe9\x2c\x3a\x0a\x4d\xdc\xc5\x1d\xf2\xb0\xd4\x79\x7b\xd4\x82\x3c\xb0\xa2\x30\x75\x41\x9e\xd6\x3a\xd8\xa1\x7f\x80\x34\xd2\x41\x71\xf0\x84\x97\xbe\xeb\x80\x6e\xc8\x49\xc5\x0e\x46\xb6\x14\xf7\xc0\x2b\x5f\xf8\x03\x30\x8b\xee\xd6\x07\x4e\xf8\xee\x75\xcb\x8c\x33\xe2\xf0\xa3\x61\xa3\xeb\x2a\x71\x30\x7d\xb3\x63\x65\x8e\x46\x12\x45\x32\xe2\x52\x0c\x3a\x0e\x96\x6e\x9e\xd3\x2f\xd0\xbd\x48\xb3\xc2\x74\xcd\xae\x32\x70\x40\xb7\xf4\xe1\xce\x0e\x09\x6b\x9a\x19\x85\xe2\x14\x5e\x07\xed\x9c\x66\x36\xe8\x9e\xaa\x24\xc9\x91\x07\xb8\xb9\xb5\x33\x93\x9a\x10\xed\xc1\x13\xbc\xb9\x4b\x6c\x3a\x29\x45\x8e\x9e\x34\x9a\x06\x30\xa3\x74\x6e\xc7\xa0\x3d\x41\x17\x9c\x03\xda\xa5\xaa\xcb\xc6\x31\x10\x11\x64\x9a\x11\x84\x6d\xb5\xcc\xf1\x1e\xf9\xc5\x61\xe2\x07\x2b\x39\x3b\x05\xef\x81\x28\x6d\xd7\x66\x38\x00\x01\x86\xfd\x06\x0f\xc4\xa9\xd8\x74\x75\xa0\x08\x9e\x23\xe0\x8e\x41\x6e\x36\x73\xa4\x6e\x69\x99\xa6\x9b\x6f\xf8\x13\x04\xcf\x7a\x5a\x82\xd2\x4b\xf2\xed\x80\x76\xa9\x5a\xb7\x73\x04\x6e\x27\x12\x4e\x07\xea\x89\x38\x4b\xcb\x41\xed\x92\xa3\x03\x8e\x08\x3a\xef\x8b\x1d\x12\x67\x2c\x77\x7a\x60\xe6\xf4\x05\xc3\x4e\xac\x8b\x3c\xa8\x0f\x72\x4c\xfe\x01\xeb\x68\xb5\x24\x20\xae\xe8\x6e\xa1\x73\x18\xa2\x6a\x0e\xb8\xf2\x8a\x06\x44\x77\x3b\x04\xe8\x80\x42\xa9\x16\x3f\x33\x0e\xc3\x14\x00\x86\x78\x6d\xa0\x1e\xb2\x07\xdd\x01\xaf\x3d\x87\xb0\x1f\x2b\x48\x80\x7f\xc0\xbe\x96\x7e\xe9\x58\x94\xaf\xcb\x3f\xe0\xe4\x12\xee\x3e\x76\x0e\x49\x14\x31\xd9\x8d\xb5\x6e\xc7\xce\x0b\xb5\x57\x9b\x91\xd3\xd6\x69\x1d\x3b\x9d\x53\xbc\xda\x3b\xb1\xb2\x20\xe1\xb1\x83\xc9\x05\x95\x8f\x83\x4e\x97\x96\xa0\x50\xf0\xb8\x4a\xd6\x01\x05\x8f\xeb\xb5\x1d\xc4\x25\x82\x6b\x07\x4c\x93\x86\x21\xc7\xc1\x42\x8f\x7e\x1f\xb2\xc4\x9b\x20\x13\x3f\xfb\x7b\x26\x2d\xd1\xb6\x45\x68\x89\xdd\xd3\x8e\x84\x31\x66\xa6\x83\x87\xc8\x74\x0b\x30\xa1\x79\x9a\xce\xdf\x7f\xff\x6b\x5d\x90\xf3\x80\xa5\xd2\xa9\x0f\x0e\x18\x2a\x6d\x98\x3c\x4e\x08\x06\x41\xb5\x03\x86\xc7\x66\xdf\xa9\x03\x99\x9d\x6d\x03\x39\x4e\xf8\x39\x79\x57\x42\x79\x53\x9d\x43\xf8\x80\x9d\xd1\x26\x86\xe3\xe2\x9c\x89\xa2\x17\x06\xd5\x77\xcc\x7f\x39\x83\x2e\xde\xb6\xfc\x71\x0a\x09\xcd\x28\x34\x3f\xb6\xfd\x1e\xc8\xda\x1c\xb6\x80\x1f\x17\x6a\x06\x08\x02\x1d\x84\x48\xc2\x75\x07\xb3\x32\x3b\xb9\xc2\x71\x33\x9b\x84\x6e\x43\x07\x14\x35\xae\xd6\x73\xc0\xbf\xcd\xe5\x7d\x0e\xd6\x87\x73\x79\x9e\xe3\x66\x17\x9a\xa2\x27\xbb\xd0\xb2\x3e\x98\x12\xc3\x97\x87\xb7\x1f\x9f\x9b\x0f\xf3\x7e\xf8\x50\x7a\xa8\x22\xd3\x0e\x3f\x11\xc1\x1c\xb6\x81\x9c\xac\xc2\xa1\xca\xf8\xe3\xfc\x11\xa6\x6b\x4f\x9e\xb0\xcf\xb9\x1e\xca\xf9\xcb\x4e\x8a\x7e\xc8\xb9\xf3\x17\xcc\xfb\x23\x41\x74\xfe\x72\xa8\x53\x3f\x40\xa0\x6a\x53\x9e\x5b\x1e\x1b\x6a\x02\x99\x91\x6d\xfb\x3c\x37\x9e\x75\x3a\x5e\xcf\x8d\x11\xef\x6a\x91\x3e\x67\xd6\xf5\x9d\x1b\xa7\xdf\x1f\xd0\xe1\x46\x07\xf2\x09\x4d\x87\xeb\x4c\x9c\xc8\x56\xe3\xea\x23\x67\x61\x1a\x2c\xed\x99\xb3\xf0\x58\xd0\x69\x78\x66\x28\x84\x78\xf8\x84\xbf\x97\x83\x7e\xcf\x04\x36\x3a\xf3\x4f\xe4\x39\x0e\xab\x2c\xcf\x4a\x37\x1f\x3f\xa3\xb4\xb0\xae\xe9\x27\xb2\xcb\xfc\xea\xe7\x03\x9e\x5e\x3a\x71\x4f\xa4\x97\x69\x92\x25\xe7\x8b\x5c\x66\xd7\xcd\xff\x6c\x4c\x71\xa9\x06\x1a\xe2\x39\x3c\x2f\xb4\x8a\x75\x3f\x53\x95\x20\xc6\x3e\x5b\xf6\xa8\x1e\x18\xbc\xe0\x42\x3f\x67\x23\x09\x9a\x86\x96\x53\xad\x1f\x10\xbd\x60\xdd\xf1\x99\xc9\xf6\xa6\x7f\x48\x2e\x54\x1f\xc8\x1e\xe3\x0a\x1d\x27\xcc\x64\x2a\x3c\x3e\xce\xce\x2b\xb1\xce\xec\x93\x11\xb5\xe6\x6b\xe8\x1e\xc2\x8a\xd4\xb3\x9f\x98\x17\x7f\x80\xda\xe9\xda\x6d\x27\xcc\x64\x2e\x1a\x72\xc2\x41\xcb\xe9\x4c\x4f\x44\xdc\x3a\xd3\xfc\x49\x5d\x85\xb9\x63\xd0\x2b\xb2\xfa\x03\xec\x1b\x9d\xf0\x27\x4c\x5c\xae\x86\x70\x26\x0e\x11\xf4\x39\x47\xce\xab\x06\x3d\xb8\x94\x7a\x06\xec\xf8\x7c\x00\xd4\x61\x4d\xdc\x89\xf8\x04\xa7\xa3\x3e\x83\x97\x7a\x9d\xd7\x67\xc6\x23\x98\x26\x66\x2d\xb6\x5e\xf6\x8c\xdc\xdc\xfe\x04\xb9\x1a\x75\xa4\x9f\x19\xb1\xf0\xe9\xe4\xc2\x46\x34\x51\x98\x47\x2f\x0c\xac\x56\xce\x60\x7e\x4e\xce\x9b\x16\xea\x05\x29\xd5\x55\xa7\x4e\xe6\xa4\xf9\xfe\xc0\x4d\xb4\xfc\x03\x84\xbb\x57\x76\x12\x45\x74\x77\x09\xf7\xe8\xea\x2e\x16\x9b\xd4\xd4\x23\x29\x8d\x4d\x9e\x27\x71\x8b\xb9\x8f\xea\x12\xa1\x8e\x73\x81\x66\x53\xb0\xa8\x42\xff\x93\x7d\xe8\x5c\x39\x20\xb7\x9e\x03\x72\xf3\x2c\xf6\xe5\x67\xb2\x92\x37\x14\x83\x19\x5c\x5d\xe9\x44\x30\x83\x23\x53\xce\x45\xde\xf2\x07\x10\x7e\xc2\xf5\xe7\xe2\xfd\x5b\x90\xe6\x64\xc0\xae\x35\xcd\xe7\x0e\x81\x6b\x22\x99\xe1\xd8\xec\x8f\xca\xbb\xcd\x0e\x8d\xe7\xce\xb8\x32\x91\x94\x59\x03\xbd\xd0\x7b\xb2\xb3\x7f\x78\x39\xc3\xf5\xbc\xce\x83\x28\xda\x4d\x02\x46\xb9\xe4\xd2\x79\x50\xe8\x9b\xf9\x10\xa5\xeb\x0a\xde\x67\xa6\xa4\xf1\x38\x8f\x89\xf2\x33\x1a\xe6\xc1\xe2\xa1\xfe\x60\x47\x0f\xfe\x1f\x98\x5a\x78\xf3\x3c\x90\x5e\xc3\x42\xe1\x00\x63\x98\xb9\x0f\x0e\xc1\xef\xbf\xe7\xab\x2d\x02\xe7\x09\x4c\x6e\x21\x73\xf2\xb8\x2d\x7e\x01\x87\x8c\xd7\x01\x79\x09\x5d\xe8\xf9\x84\xfe\x68\x38\xb3\xf4\x89\x50\x05\x67\x12\x38\x11\xa9\x60\x20\x76\xc2\x68\xe6\xf0\x8a\xf3\xe4\x0d\xcd\x43\x3a\x73\xa5\xd5\x65\xba\x7c\x09\xdb\x9d\x74\xf9\xb2\x32\xfb\xbc\x28\x9e\xcd\x5e\xc4\x62\x3e\x6c\x2f\xaa\x10\x3e\x3f\x20\xe9\xbc\x00\xf0\x99\x3e\x5f\x9e\x38\xf8\x7c\xb9\xf2\xca\x89\x7c\x34\xf6\xee\x3b\x5f\xfc\x35\xbb\x37\x3d\xf2\xd3\xd8\x7c\x7f\x42\xa7\x15\xbe\xe5\x9d\x30\xcd\x39\xc7\xf1\x79\xb3\x34\xb9\x7b\xb8\x51\x8a\x45\x98\xf9\x44\xfa\x43\xeb\x8f\x4e\xd8\xea\x6c\x65\x38\x6f\xe6\xe2\xd2\x10\xee\x94\x2a\x1a\x23\x12\xd8\x38\x57\xff\x79\x53\xaa\x18\xc4\x40\xe9\xe5\xb4\xb7\xe7\xcd\x0d\x50\x4c\xc2\x4d\x1a\xfd\xc5\x83\x41\xa8\x0b\x56\x08\x36\xea\x41\x8a\x1b\x07\x74\x9f\x4f\x6e\x08\x4d\x1b\xc3\x8c\x3d\x88\x87\x0a\x4f\x1f\x09\x0f\xd5\x4b\x3a\x95\xae\xdf\x8f\x44\x0d\xfd\xb0\x51\xef\x5f\xf5\x03\x94\x7d\x12\x96\x17\x03\x79\x6d\x29\xb8\x58\x09\xc3\x09\x57\x2e\x58\xd6\x7c\x5f\xba\x60\x59\x73\xfa\x81\xeb\x97\xe3\x76\x93\xe4\x49\x5d\x90\x2e\xfa\x54\x39\xc3\xca\x05\x3d\x9a\x33\x86\x5e\xcc\x88\xe8\x68\xe1\x0b\xa6\x34\xa7\x82\xb8\x36\x30\x94\xe4\xd7\x85\x6a\x6b\x9b\x55\xe4\x17\x62\x75\x3f\xe3\xde\x98\x8a\xd5\xff\x63\x2d\xb4\x75\xaf\x42\xb1\x2d\x1c\x7c\x15\x44\x0b\x37\xbf\xc0\xb3\x53\xb7\xb4\x0b\x86\xb0\xe2\x41\x15\x60\xb7\x9f\x3f\x00\x4f\xbb\xc7\x92\xd3\xe2\x1e\x1e\x42\x08\x7d\x81\x5a\x68\xc3\x49\x95\xae\x5a\x50\x16\x45\xb3\xf0\x22\xd0\xde\xfe\x56\x65\xf5\xaa\x1c\x91\x0e\xfb\xab\x42\xf8\xe8\x98\xb9\x60\x58\xfb\x70\x02\xb4\x6c\x0e\x36\xbc\x2a\xef\xd2\xd5\x2f\x00\x0c\x84\x1b\xe0\x2e\xfd\xd0\x8b\x5d\x6a\x5e\x02\x58\xb5\x82\xf5\xaa\xbc\x9f\xe8\x5a\x78\x35\x78\x7c\x6b\xd3\x5d\x28\x9b\xe6\xc4\x84\x17\x5c\xb6\x9c\xf6\xe4\xa2\xfb\x94\x93\xdc\x5c\xb4\x49\xb9\xac\xde\x05\x95\x96\xbd\x64\xae\x8e\x5d\x5a\xfc\x3f\x81\xa2\x07\xd5\x99\xb1\x6e\xe9\x39\x97\xc9\x3f\x24\xf7\x6a\x5e\x58\x3d\xf7\x33\x8a\x41\x23\x93\x70\xd6\x05\xef\x7e\x27\x41\xb8\x90\x7b\xc5\x99\x34\x2f\x16\xcd\xb0\xbd\xee\x42\xf2\x15\x3b\xbb\x5d\x23\x37\xa1\x86\x31\x80\x00\x7e\x6e\x11\x5a\xae\x6e\x9a\x70\xe2\x7b\x1a\x98\x8b\xa5\xb9\x03\x62\x4b\xb5\x17\x39\x06\x7d\x10\xd0\x8d\x7b\xe9\xa0\xa0\xb2\x74\xbb\x00\x1d\x5d\x6d\xee\x0a\xce\xb3\x08\x08\xe2\x01\x01\xc5\x8b\xea\x29\x1f\x8e\x17\x02\x51\x9d\xdc\xed\x7a\x71\xdc\xec\x66\x37\xb8\xe6\x5b\x05\x7b\x01\xc6\x55\xab\x97\x2e\x26\x1b\x74\x89\xbc\x0b\xb8\xee\xb3\x30\x93\x12\x58\xb7\xc6\x0b\x99\x53\x9c\x4c\xf0\x5a\x19\x39\xa2\x51\x31\x03\xb4\x6d\x50\xd7\xe2\xca\x69\x14\x69\x28\x13\xb8\xbc\xa0\xe3\x72\x3a\xc2\x6b\x11\x9d\xba\x81\x5c\x39\xbf\x30\xd9\xa7\xc6\x8d\x1a\xb8\xae\x31\x70\xbd\xe0\xad\x3a\x34\xe4\x42\xd5\x32\x3b\x6b\x5e\x3b\x5d\x5e\xa5\x46\xbb\x68\x38\x73\x85\xbb\x6b\xe7\x5d\x47\x5d\x52\xa3\xe5\xa2\x7a\x17\x2c\x67\x9f\x79\x80\x33\xbd\xdd\xb0\x2e\xfa\xce\xdb\xbf\xff\x3a\xb8\x56\x5a\x8b\x83\xa3\x92\x3e\xe4\x82\x65\xad\x79\x29\x0e\x5e\x24\x84\x99\x2f\x38\xcb\xbb\x42\xd3\xc5\x9c\xce\xf3\xd3\x27\xed\xa6\x82\x3a\xd7\x89\x22\x1c\x9e\xc9\x04\x53\x42\x73\x17\xcb\x97\x7d\xa4\x01\xd1\x94\x2e\xe8\x17\xb4\x56\x0e\xa6\xbb\x90\xf5\xd9\xb9\x7d\x2e\x06\x86\xda\x36\x7b\x9d\x3c\xda\x2c\xa3\x4f\x9c\x1a\x3e\xda\x90\xdc\xcf\xd9\x17\xae\x93\x33\xdb\xfd\x03\xf6\x95\x0f\x2e\xa0\xad\xaf\xd4\x07\xda\x32\x54\xbf\x90\xec\xcf\x71\xf9\xd7\xc5\x31\x88\xe6\x2b\xa3\x14\x34\x28\xa8\xae\x6c\x78\xbd\x08\xa5\xbc\xb6\x17\x3d\x86\x96\x3f\x48\x0c\xe0\x2e\xa9\xf1\xf4\xbc\xc0\x1e\xe8\xa4\x2e\xd7\xc5\x83\xc8\xe7\xcc\x4d\xa8\x2e\x65\xd6\x85\x70\xd0\x8f\xc4\xbb\xb9\x6f\xe2\x4f\xf1\xab\x17\x62\x45\x1d\xd6\x76\xdd\x54\x44\x87\x9b\xe3\xc2\x69\x4c\x70\x93\x72\x4a\x89\x0b\xd8\xab\x39\xd1\xd3\x45\xec\xe5\xa3\x0d\x0e\xfb\xe5\xf3\x3f\xd7\xcd\xff\x63\xc4\x5e\x78\x16\xe0\x75\x35\x9e\x2b\x53\x53\x7b\x16\x11\x5d\xea\xda\x98\xd7\x03\x1b\xa9\x45\x3a\x4a\x66\x18\xd1\x5e\x09\xc5\x74\x17\xb9\x1e\x96\xc6\xd4\x18\x1e\xea\x82\x2c\xce\x58\x25\xcd\xa7\xe9\x03\xdf\x49\xc3\x28\x38\x5d\x39\x13\xe5\x05\x0b\xa9\xc3\xec\x2f\x38\x61\x39\x1f\xd0\xf5\x40\x0a\x48\x74\xdd\xbf\x5c\xc4\xd0\x0f\x49\xe2\xd4\x0f\x48\x4b\xaa\x59\xbc\x7f\x3c\x5d\x97\x9e\x01\x79\x36\xb7\x08\xfb\x80\x86\x78\xc3\x3c\xea\x44\x96\x37\x4a\xa4\x59\xa5\x76\xc3\x33\xde\xf6\x86\x7b\xa3\x54\x51\x7b\x1b\xcf\x18\x13\x40\x54\xa7\xcb\xcc\x0d\x54\x67\x69\x7c\x33\xa9\xb5\x4e\xc1\x1b\x39\xac\xed\x10\x70\x6f\xb9\x3d\xdd\x23\x50\x9e\x50\xe1\x5d\x58\x6c\x4f\x33\x00\xf7\x28\xe7\x22\xb9\x4b\x1e\x5a\x9a\x33\x68\x0d\xed\x7d\x7d\x43\x6b\x68\x07\x94\x1b\xf9\x59\xb6\xea\xff\x71\x90\x4b\xe4\xdc\x05\x87\x9c\xa7\xa0\xf0\x50\x73\xfb\x00\x89\x3a\x56\xef\x72\x22\xab\x86\xdb\xc7\x08\x25\x6f\xee\x42\x46\xf6\x80\xa8\xb6\xd2\x0c\x31\xdf\xb5\x11\xd5\x0d\x14\x58\x6d\xa2\xbe\x53\x27\xe9\x49\x26\xec\x93\x60\xbe\x5f\xd8\x37\x8d\xc1\xee\x8a\x55\xd6\x29\x7b\xa7\x4a\xd2\x6c\x52\xc9\x78\x1a\x53\x25\x8d\x22\x01\x2a\xc7\x0f\x2c\xbc\x61\x5c\xb5\x6b\xde\xdd\x78\xc8\x6a\xbb\xde\xcc\x80\xed\xb8\xa5\xbb\x31\xcb\x8d\xba\x40\xc8\xa8\x7d\x70\x6f\x84\x8c\xb6\xcf\xff\x94\x68\x7e\x81\xb5\x6e\x6d\xeb\xba\xd3\x9a\x6a\x66\x85\xb5\xd4\xb7\xb7\x9b\x41\xa1\x4e\xc9\x7f\x77\xe2\x13\xf5\x81\xd2\x68\x46\x50\x37\x35\x8e\xc5\xcf\x3c\xf1\x74\xb0\xdf\x40\x96\xc3\x48\xe0\x86\x35\xd5\x41\x13\xf7\x48\x9a\xb4\xda\xf0\xc5\x0f\x17\xdc\xbc\x11\x26\xea\x3b\xc8\x3d\x78\x29\x91\xe2\xf4\x1e\xe4\x27\x8d\x6a\x70\x2d\xfc\x3f\x0c\x41\x1e\x35\xdc\xa1\x1c\x99\x72\x07\x7d\x26\x74\x07\xbd\x51\xfb\xc3\xce\xd3\x77\xd0\xb4\x2e\x5d\xc0\x1d\xd4\xfe\xeb\xee\x7f\xa3\x30\xad\x73\xcf\xde\xc8\xa8\x67\x1f\xd8\x7b\xbe\xe7\xbc\x43\x96\x6f\x68\x08\xed\xc3\x78\x03\xf7\x2d\x3b\x91\xdf\x80\x79\x56\xc7\xdd\x33\x27\xf6\x4f\x49\x4c\x6f\x04\x70\x5a\xad\x7f\xb3\x2c\x88\x77\xcc\xca\x39\x16\xfd\xb0\x5a\x1a\xf9\xde\x8b\xfb\xc3\x0d\xd0\xf4\x20\xcd\xee\x0d\xc0\xe6\xba\xb6\x37\x12\x87\xb8\x82\xd3\xbd\x48\x81\x26\x84\xf9\xa4\xed\x14\x72\xef\x80\x63\x16\x6b\xa8\xf1\x61\x95\xfc\xbd\x93\x15\x2d\xe7\xe0\x4a\x65\xc7\x96\x1b\x88\xb0\xda\x47\xe8\x86\x09\xf3\x23\xc9\x0f\xde\x2c\x05\x64\x6e\x98\x2c\x6d\x06\xba\x99\xfe\xd9\xee\x0a\x77\x42\x42\x8b\x85\x03\x95\xaf\xcc\x18\x30\x5a\x7e\x0e\x83\x63\x47\xa1\x12\xf7\x40\x31\x21\x65\xd9\x0d\x1f\xf5\x65\xf7\xe9\xfb\xa0\xf4\x16\x27\x1d\xc4\x52\x7a\x3e\x39\x4f\xd2\x4b\xdd\x67\x8e\x42\xe3\x3e\x39\x0a\xd1\xc0\x88\x4c\x17\xac\xbd\xa1\x7f\xb3\x81\xec\x46\xfa\x67\x7b\xb7\xde\x27\x4f\x3c\x41\xe7\x9b\x5e\xec\x36\xd4\xdf\xc8\x99\xe7\x5b\xc9\x9d\x90\xb1\xb8\x49\xea\x14\x35\xf5\x84\x8c\xde\x0e\xa9\xa1\x5b\x26\x9a\x17\xcc\xe2\x61\x11\x8c\x98\xc1\x59\x96\xcc\x54\x43\x1f\xf7\x91\x3c\x88\x98\xfc\xdc\xd4\xef\x0b\xe5\xb0\x4c\xf4\x85\x42\xc7\x66\xd9\x17\x5f\x6d\x1f\x3d\xe4\x7d\xf3\x0a\xf1\x79\x83\x54\x8b\x26\xaa\xaa\xbc\xda\xf0\x2a\x37\x3c\xba\x1f\x94\xa5\xf9\xf9\xff\x97\x1b\xec\xd5\x7b\x3f\xd8\x34\xa6\x88\xc9\x99\x5d\x2d\xf5\x7e\x92\x02\x91\x04\x7f\xae\xe6\x4c\x65\xf7\x03\xd1\xe5\x79\x7b\x78\x96\xff\x9b\xd8\xe7\xc7\xd4\x47\x55\xcf\x05\xc5\xde\x7e\x7a\x26\xdc\xd1\x18\x1e\xc4\x26\x96\xcf\x07\xb9\xd6\x53\x3f\xe0\x92\xdd\xfd\x01\x2f\x9c\xe1\x1f\xa8\xf0\x08\x7f\x91\x8b\x6b\xa2\x1e\xdc\xcb\xf5\x05\x2c\x9d\xc3\x55\xd8\x9f\x0d\x4a\x6f\xed\xb3\x07\x4e\xe5\xde\x14\x0f\x4a\x7f\xd8\x03\xf1\xd9\xa0\x01\xd1\x44\x3e\x0c\x2e\xb4\xa6\xfe\x61\x3a\x0e\xdf\xb4\x9e\x2d\x39\x54\xe3\xdc\xe8\xb6\xe1\x3e\x5e\x14\x54\xab\xd6\xe2\x01\xea\xe9\xc2\x65\x4f\x81\x4b\xa2\x70\xdd\xc3\x32\x64\x2e\x96\xfb\x00\xe5\x2c\xbb\x37\x3f\x25\x65\xb6\x9b\x4c\x22\xfc\x06\xec\x07\x9e\x18\xe4\xa5\x73\x34\xd4\xc3\xbc\x74\x96\xcb\x4f\xe1\xfd\x50\xe7\xe9\x83\x14\xc9\xcb\x9e\xb7\x4f\xc5\x54\x2e\x3f\x93\x47\xb5\x38\xb4\xd7\x3a\x9b\xe5\xc3\x3a\xb4\x2e\x10\xfe\x24\x16\x92\x18\x7c\x5e\x2c\x54\x9c\x66\xea\xa9\x39\x75\x9a\xfe\x54\x79\x4d\xff\x70\x63\xfd\xfe\xe4\xa7\xf0\x54\xee\x2a\x0d\xba\x91\x19\x44\x31\x70\x8f\x4b\x39\x3f\xb4\xac\x3a\x1e\xf1\x61\x19\x33\x6d\x9a\x87\x6e\xdd\xae\x83\xfb\xb0\x8c\x99\xbd\x0c\x1e\x98\x5a\x6d\x1f\x78\x12\xd6\x4c\xff\xf0\xee\x54\xab\xe2\x9f\x4e\xad\x5f\xf3\x0b\xb9\x94\x5a\x3a\x78\x89\xd9\xdb\xe2\x61\x49\xd8\xcd\x44\xe5\x52\xfa\x87\x94\x78\x1a\x67\xe7\xda\x6a\x1d\x52\xa3\x26\x41\xfe\x8c\x94\xf4\xfe\x81\xc0\x5c\x7a\x97\x07\x8e\x63\xd6\xdf\x3e\x70\x15\xb7\x1e\xe6\x19\xdc\x16\x3a\x75\x1f\xe6\x8f\xb3\xdb\xc2\x33\x2e\x7c\xe1\x16\x10\x19\xec\x61\xa0\x4e\x9a\xbd\x60\x9f\x80\x65\x5d\x50\xfd\x41\x04\x61\xd7\x61\xf4\xc0\x73\xfc\xb3\x05\x62\xc7\xb3\x26\x16\xb9\xde\x6c\xde\x7d\x18\xff\xe7\x24\xa2\x4f\x24\x3e\x14\x85\x2f\x52\xea\xf6\xcb\x7d\x60\x5b\xfd\x6c\x00\x20\x27\x5b\x46\x9f\x99\x8b\x2f\x92\x91\x0c\xce\x59\x4a\x9e\x89\x49\xf2\x1e\x43\x6a\xe2\xf5\xed\x81\x77\x50\x7f\x40\x8d\xaf\x94\x76\xcf\xa4\xb7\x67\x73\x17\x39\x0a\x13\x81\x0d\x21\xb0\xff\xac\x5c\x5b\x7d\x81\xa8\x43\xeb\xfd\x9e\xc5\xa5\xb5\xf8\x59\x39\x0c\x51\xb1\xa8\xf8\xb1\x40\x5a\xb9\x6f\xfd\x06\xfd\x05\xfc\xc2\x44\x3d\x4a\xef\x8b\x45\x26\xf6\xd6\x42\xd5\x8f\xf5\x59\x5e\xd6\x66\x73\x49\xd5\x67\x4f\xd1\xad\x4e\x90\xf0\xcd\x17\xf4\x67\x87\xe8\x16\x12\x78\xe0\x9c\x66\x15\xc1\xb3\x53\xdc\x58\x76\xb3\xec\xc7\xda\xfc\x05\x58\xc4\x22\x0e\x8a\xbb\xf5\xd9\x5a\x7b\x12\xa5\xb9\xa1\x11\xd5\xce\x18\xcf\x81\x1b\xac\x27\x0f\xbe\x67\xd6\x05\x3e\x47\x7f\x57\xd4\x4c\x96\x59\x30\xa4\x1d\x7a\x0e\xf2\x80\x89\x42\x5e\x0c\xeb\x11\x9e\x83\x4b\xde\xfd\x02\x6f\xd9\x42\x76\x0f\x82\x09\x6d\x76\x7d\x90\xe3\xed\x23\x83\x4e\xf2\xa9\xb8\xec\x44\x2c\xae\x77\x02\x63\x0b\xed\xbc\xf1\x40\x91\xe7\x2b\xe8\x73\xd2\x9f\x4b\xfa\x9b\xe7\xa4\x4e\x54\xf7\xe2\xe7\xe2\xdc\x8b\x04\xa8\xd5\x7c\x27\x7d\x90\x74\xe2\x33\x0d\x57\xf2\x83\x3f\x80\x50\xf3\x3c\x5e\x94\x59\x3e\x0a\xe0\x11\xe6\x9b\xfc\x03\x1d\x99\xfd\xf6\x1f\x18\x20\x1d\x12\xf4\x50\xe9\xe5\x1e\x61\x4f\xdc\xec\xee\xf1\xa4\x41\xd1\xf8\xe4\x86\xf2\xd1\x4c\x0c\x4c\x66\x3c\xfc\x40\x89\x65\xa7\x98\x07\x4a\xac\xcf\xb1\xfe\x90\x61\xfb\x9f\x94\x72\x0f\x8c\x8d\xf6\x1e\x7e\x1e\x32\x8e\xe8\x7d\xc8\x38\xfe\x7f\xfc\xf7\xbf\x70\xf2\xaa\x07\x88\xee\xe3\x35\xf1\x40\x3f\xe5\x4c\x0b\x0f\xcb\x6b\x38\xe0\xf3\x61\xf6\x09\xbb\x7a\x3c\x40\x78\x32\x52\xc4\x0f\xc6\xca\x29\x27\x9c\xf8\xfd\x48\xe3\xd4\x33\x69\x2a\x7a\x7e\x69\x52\xf2\xdb\xf8\xfd\xa0\x6d\xf9\xb7\x88\xf1\xfb\x81\x95\xff\xcd\x68\xfc\x00\xe8\xa6\x6c\x74\xf1\xfb\x71\xd5\xbb\x9e\x29\x15\x36\xbf\x80\x55\xff\xc7\x26\xf1\xdb\x48\x51\xe8\x19\x5a\xbe\x22\x0a\x60\xa7\xdc\x64\x47\x89\x1f\x0a\xb5\xf5\xe6\x67\xcc\x52\xd3\x10\xe0\xb7\xd6\x9b\x3a\x84\x4a\xab\x37\x91\x4c\xbb\xe5\xe7\x19\x04\xfd\x3b\x18\xe3\xc7\xaa\xb2\x3a\x04\xe2\x07\xff\xff\x29\x53\x51\xfc\x50\xff\x42\xa9\x32\xe3\x87\x5c\x6a\xba\x8f\xc4\xaf\x40\xe6\x7b\x92\xa0\x82\x1a\x9e\x44\xe6\x41\x5b\x9b\xba\x44\x36\x88\xde\x34\x07\xc0\x5d\xbd\x69\x8e\xe0\x16\xb7\xc9\x03\x26\x7e\x35\x27\x45\xeb\xc8\xa2\x6a\xe1\x59\xa8\xb9\x30\x22\x82\x99\xd0\x94\x40\x2b\x7e\xc4\x59\x4d\x4d\xb4\x1c\xa6\x86\xd5\xb2\x57\x91\x81\xbc\xbd\x53\x86\x96\xf8\x35\xee\x40\x2f\x16\xeb\xa6\xe9\x48\x8e\x5f\x4b\xf7\x3b\x7f\x72\xb0\x0d\x0d\xa5\xf1\x9e\xe4\x26\x78\x66\x77\x11\xde\xc1\x20\x5d\x2f\xb0\x8c\x6c\x98\x01\x3a\x85\x5d\xd1\x8a\xa3\xae\xac\xe2\xa4\xe3\x07\xe3\x61\xef\xfa\x7f\x64\x0b\x1a\x3a\xac\x87\x53\xb5\x89\xe3\x87\xf4\x0a\x53\x25\x79\xe3\x87\xec\x61\xd5\xfb\x62\xe4\x6c\xfa\x8b\x9b\x5f\xb8\x13\xea\x85\xb4\x20\xb0\x0f\x36\xff\xcf\x54\xb7\xd2\x1a\xbe\x82\x80\x2d\xf8\x0b\x58\x62\x87\x9f\x51\x66\x6b\xd3\xc4\xb0\x3c\xd9\xe7\x99\x02\xd6\x33\xc5\x72\x65\xe1\x81\x4f\xee\x76\x75\x39\xb3\x4b\xcd\x14\xaa\xd7\xff\x3c\xb5\xf0\x57\x1f\x66\x22\xe6\x3b\x58\x22\x09\x7e\x5d\xaa\x7c\x1a\xbf\x45\x96\x29\x7e\x81\x76\xd9\xee\x1f\x78\x62\x17\x7f\x42\xa6\xf2\x30\x80\x34\x56\xff\xfc\x00\x99\xf3\x69\x82\x57\x88\xe2\x17\x1e\x36\x21\x26\xdb\xa9\xfe\xec\xfe\x01\x41\x8c\xd5\xcf\x38\x08\x3e\xff\x23\x5e\xf5\xf3\x3f\xf6\x46\xd7\xea\x42\xfb\xd3\xcd\x93\x47\xca\x08\x4d\x14\xd4\x41\xf3\xe7\x1d\x4a\xd4\xd0\xc5\x62\x47\xce\x8c\xbf\xa0\xa2\xc4\x73\x07\x03\xa0\x0a\x8a\xc5\x0f\xae\x57\xca\xc2\x1f\x3f\xa4\x2c\xd8\xe6\x5f\x92\xcb\xc5\xef\x60\x3a\x7b\xf5\x76\x4e\x84\x4f\x68\x40\x27\xc5\x83\x77\x2e\xfc\xd1\x65\x8d\x8e\x1f\xdc\xcb\x65\x33\x8d\xdf\xc5\x01\x7a\x93\x5d\x93\xf4\xfb\x0d\x2c\x93\x77\x1d\xa3\xe8\xc2\x03\x82\xc7\x51\x37\x3f\xf3\xfc\xf7\x9e\xba\x73\xd5\xf4\x01\x82\xde\xe6\xcf\x02\x88\x27\xac\xb7\xcc\xc3\x72\x68\x7e\xde\x39\xc9\xa2\xe9\x61\x97\xff\x5e\xd8\x7e\x94\x71\xe2\xcf\x8d\xbe\x3a\x3a\x0f\xb7\x5f\xca\x92\xd0\x0f\xdc\x22\xe2\xd7\x2d\x4d\x3a\xdd\x9f\x4c\xbe\xd1\xf4\x03\x27\xc2\xcf\xc9\xaf\xfe\x82\xe3\x2a\x26\x0b\x7a\x3a\x9d\x81\x5b\xaa\x2c\xd4\xe7\xc6\x16\xfd\xff\xfe\x9e\x91\xff\x2e\x77\xb1\xa1\x6a\x54\x1f\x7e\x4e\x19\xfa\x6f\xe2\xb6\x42\xe7\xae\xcf\x0f\x74\x0f\x57\x8b\x38\xd2\xa4\xde\x8c\x8d\xf5\x98\x96\x47\x99\xda\x84\xe2\x37\xd8\x87\x96\x6f\x2b\xdc\x85\x9e\xba\xf7\x54\x0b\x45\x30\xc4\x56\x29\x8e\xfc\x05\xa2\xd4\x14\x58\x17\x5b\xe5\x71\x52\xfd\x02\xbd\x09\x45\x04\x5c\xaf\x37\xf9\xf7\xc4\x46\xb3\x86\x2e\xa9\xb1\x35\x08\x30\x49\xb8\xad\x11\x95\x0e\x7f\x91\x95\x4f\xc4\x01\x38\x7f\x64\x55\x8c\x0d\x41\x63\xb2\x57\xc5\xd6\x09\xa1\xbc\x7a\xac\xe4\xb9\xdc\x64\xe7\x75\x4b\x8c\xbd\xf5\xe4\x32\xcd\x15\x9c\xb1\xfb\xf0\x33\xd0\x78\x68\x66\x3a\x8f\xf3\xea\x1f\xe0\x09\xb5\xfc\x4c\xc6\xf6\xb8\x68\x1a\xa9\x6e\x91\xc7\x8f\xa7\x8e\x71\x64\xca\x1d\x19\x1b\xdc\xad\x7b\x88\xc8\xf7\x10\xac\x55\x67\xc3\x36\x48\xa3\x86\xc9\xeb\x7f\xf8\x7f\x54\x5e\x9b\xee\x80\x7e\x42\x1e\x35\xcb\x1b\x79\xd0\x83\x13\x2b\x92\x11\x14\xa6\xe0\xf6\xd8\x82\x90\xc5\xfb\x04\xe7\x59\x78\x2d\x27\x67\x5e\xb8\x69\x43\xf8\x55\x37\x3b\x4c\x1e\xa1\x1e\xe3\xe4\xad\xc6\x4d\xa2\x32\x50\x0f\x11\x3d\x33\x26\x4c\xcf\x54\x61\x48\xf0\x6f\xb0\x6d\xc8\xff\x35\xb6\xbc\x4a\x5b\x82\xbc\x27\x5c\x95\x86\x33\x36\x78\xaf\x74\x6f\x9c\x45\x79\x61\xfe\x42\xe5\x1f\x25\x98\x88\x6d\xe5\x52\x8a\xc1\x16\x11\x91\x17\x1f\xae\xc5\xd5\xbb\x7f\xcf\x79\x50\x13\xb0\x6e\xcc\x9f\xa9\xde\x31\x4c\xaf\x0d\x8f\xb7\xa9\xa9\xce\x3b\xae\xc5\x1c\xee\xb8\xca\x13\x10\x1b\xdc\x57\x96\x2e\xb9\xb1\x1d\x8c\x84\x5c\xa2\x92\x77\xd8\x29\xa2\x0e\xde\x17\xc7\x5f\x5c\xb8\x63\x83\xdb\xaf\x2a\xff\xc7\xf6\xde\x67\xa7\x34\x3d\xb1\xf1\xfe\x2a\xe8\xb9\xb1\xfc\xf8\xb2\x44\x3b\xe1\xb3\xe1\xee\x4f\x92\xe3\xff\xa9\x56\xb1\x88\x64\xd8\xf8\xb2\x70\x39\x49\x82\xa6\x00\x19\xc8\x97\x07\x08\x37\x92\xee\x75\xba\xa8\xeb\xf4\x86\xe0\x85\x78\xfa\x83\x8e\x3d\xea\x0f\xa8\x07\xf0\x2e\x87\xcb\x6e\x17\x02\xdc\x2e\x82\x4a\xdd\xce\xb6\x8b\xac\xd0\xfc\x06\x0f\x06\x13\xfd\x1e\x91\xad\x79\x57\x23\x51\x63\x37\xff\xde\xd4\x65\x6b\x5a\x98\x33\xdc\x5d\x22\x5b\x8e\x8a\x50\xc6\xc6\x0b\xf0\x72\x7b\xcc\xe5\xa7\x31\xbe\x17\xe2\x56\xcd\x8a\xac\xba\xe3\xdb\xd8\x86\xb2\x3b\xaa\xb7\x12\xdb\x43\x91\xed\x95\x84\x8f\x45\xb7\xe4\x42\xd4\x79\xf7\x41\xf3\x90\x02\xbf\x8f\xe4\x0f\x3e\x24\x60\x93\x50\x86\x8b\x28\x3f\xca\x31\x6d\xe1\xf2\x1e\xc8\x55\xd1\x54\x51\x7e\xc4\x8f\x9a\xc4\xf2\xc3\x99\xbf\xf4\xc2\x86\x39\xd3\x42\x17\x7a\xc2\x4a\x13\x1a\x65\x4b\x31\xe2\x37\xa8\xc0\x11\xd6\x29\x5b\x2e\x94\xdf\xc0\xa8\x24\x05\xca\x46\x9d\x5d\xf8\x8b\x87\x4d\x88\x2a\xa6\x81\x91\x9a\x2f\x0a\x32\x04\x2a\xec\x23\x0a\xca\xce\x28\x4d\x79\x14\x66\x7d\x51\x0a\xcd\x28\x28\xdd\xad\xac\xfd\x51\xe0\xc8\xa0\x42\xad\x51\xf2\x56\xa9\x2b\x49\xc1\xad\x52\xe5\x3c\xa3\xe0\x56\xa9\xe0\xaa\x28\x70\x64\x98\x52\xb8\x44\x41\x9e\x18\xe5\x62\x88\x52\x11\x29\x2c\x6e\x2c\xcc\xbe\xad\xa0\xb2\x28\x35\x39\xda\x5f\x20\xbb\x5f\x75\x97\x10\xe9\x5e\x2c\x54\x9e\x51\x82\xa9\x28\x8d\x90\x40\x27\x61\x61\x36\xed\x9f\x17\x87\x05\x0f\xa5\x3c\x8b\xc2\x9c\x83\x52\x9e\x45\x41\xfe\x6c\x15\xcd\x8b\xf2\xde\x52\xab\x4a\x86\x44\x69\x88\x54\x94\x68\x2b\x2f\x02\xe8\xe3\xe7\x67\x18\xc3\x3d\x4a\x66\x24\x94\x6a\x2c\x4a\x67\xe9\x35\x2d\x7e\xa7\x64\xd0\xc9\x56\x7a\xb2\xa0\xdf\x78\xd7\x56\xb5\xd9\xa2\xe0\x38\x57\x30\x56\x14\x18\x00\x96\x54\x5f\x51\xe0\x43\x3b\xcc\x3e\x9d\xd8\x59\x47\x5d\x61\xf6\x6b\x6d\xab\xd2\x93\x48\xcd\x74\x7f\x00\xe8\xf4\x01\x8b\x77\x4b\x5f\x17\x05\x06\x80\xea\xa5\x79\xf1\x40\xfb\x75\x7f\x40\xd0\x62\x06\x85\x67\x84\xbc\x09\xa3\x0c\xde\xcb\x8a\x5f\x58\xf0\xc7\xf2\x33\xa1\x95\x6e\x34\x25\x08\xd7\x74\x6d\x2a\x81\x94\xad\x9e\x59\x28\xfc\x55\x4e\x2d\x4a\xe4\xc6\xd3\xda\x04\xb1\xb5\x87\xf9\x82\x86\x5a\x3c\x2a\xa8\xfc\x67\xfc\xc5\x7f\x3b\x0a\x22\xab\x86\x47\x14\x44\xac\x26\x18\x99\x66\x54\x68\x30\x0a\xcc\x03\xaa\x7f\x15\x05\xe6\x01\x95\xe8\x8a\x32\x29\x1e\x25\x9f\xcb\x0b\x40\xfa\xf0\x0e\x42\xfc\xf7\xe6\x2b\x4d\x49\xe5\xbe\xf0\x42\x99\x04\x6e\x9e\xa3\xc5\x3e\x44\x43\xea\xee\xbd\x50\x0b\xfc\x6e\x76\x64\xd9\x15\xb9\x5b\x44\xa1\x9a\x5d\xf7\x91\xb2\xb3\x45\x35\xb0\x93\x48\xbf\x4f\x19\xde\xfd\x03\x8e\x21\xc1\x89\xc2\xf4\x7e\xf1\xf9\x21\x89\x16\x91\xc8\x3d\xad\x68\x83\x28\x07\x21\x8b\xc7\x7d\xf0\xc0\xd7\xc4\xc0\x5b\x62\x58\xc2\x1e\x54\xc9\x4c\xff\xc0\xea\x4a\xfe\x60\xe1\x03\xf7\xc0\x73\x43\x14\x40\x63\x5e\x15\xf9\x1e\xe5\xe4\x85\xd5\xf3\x46\xef\x57\xaf\x3e\x32\xcf\x0c\x4b\x68\x78\x36\x7c\xa6\x0d\x2a\xf3\x61\xc1\x93\x9e\x0d\xd3\x1f\x50\xd9\xa5\xdb\x48\x39\x79\x7c\xeb\x82\x53\x80\x39\x86\x07\xc1\x42\xd5\x9f\x67\xce\x82\x06\x81\x28\x6b\x5f\x56\x0a\xab\x50\x1b\x63\x17\xd4\x02\x0c\x33\xcb\x85\xea\x18\x02\xc0\x85\xa5\xfd\x8c\x88\xcb\xcd\x1e\xb4\x0e\xcc\xa7\x67\x85\x6f\x41\x15\xe9\xea\x1d\x77\xc3\x57\xfa\xf3\x3f\x3c\xc0\xcd\xf2\x0f\xc5\x84\x7b\x48\x88\x50\xfd\x03\xd8\xcb\xb3\x02\x88\x60\x95\x50\x01\x42\x18\xde\x33\x0f\x55\x11\x02\xed\xe5\xc9\xa0\x08\xb7\xc8\x3c\x9f\xa2\xf1\x41\x41\x43\x0b\x85\x87\xc2\x50\x2d\x54\x96\x99\xb6\x06\xb6\x26\x48\x10\x8c\xaf\x70\xb4\x1c\x9f\x17\x0e\x7e\xe1\x17\x78\xdf\xf5\x17\x1b\x4f\x26\x1d\xd0\x35\x71\xc4\xe7\x07\x30\x4c\xf5\x33\x27\xa2\xea\x99\x11\xf1\x53\xcf\x38\xd0\xdd\x25\x14\xd5\x4a\xf3\x1d\x75\xa3\xed\xea\xd3\xe0\xbb\xcb\xe4\x34\x10\xb5\xe4\x30\xf5\x05\x0a\x37\x5b\x8f\x5c\x91\xa5\x58\xe5\xb4\xa2\x16\xde\x8f\xc2\x3f\xf0\x44\x17\x8e\xae\x28\xfa\x31\x9a\xbb\x40\xe6\xf0\xe5\xff\x0f\xd8\x64\x96\x9e\xc9\xf2\x9f\x16\x21\x1a\xa6\x9f\x1f\x0c\x4a\x1f\xa4\x12\x40\x30\xba\x22\x22\x67\x33\xfa\xaa\x95\x1c\x26\xe0\x53\x51\x97\x59\x59\xd2\xa2\x56\x22\x80\xe1\x1f\x08\x43\x84\x11\x2b\x92\xd3\xcc\x9f\x80\x4a\x85\xae\x5b\x69\xbb\xa3\x56\x86\x1d\x6a\x58\x8d\x47\xba\x6e\x07\x15\xba\x6f\x0b\xb8\x0a\xd4\xa1\x94\xeb\x51\x1b\xcd\x1a\x9e\xa8\x4e\x53\x51\x94\xbf\x9c\x44\xb5\x93\x99\x84\x7b\x6a\xa7\x5a\x54\x42\xbc\x76\x30\x8f\xe4\x5b\xed\x3c\x7d\xbd\x96\xc8\xfb\x52\x3d\xd1\x83\x81\x8f\x1e\x33\x53\xbb\xd9\x30\x52\x11\x4f\xad\x34\xc4\x51\x07\x0f\x27\x13\x81\x00\xeb\x61\xf6\x19\xbc\x99\x0a\xbe\xd5\xd4\x7a\xeb\xfe\x51\x51\x00\x4e\xc9\x67\xa2\x06\x85\xae\x59\x94\x59\x83\x75\xe2\xd7\x00\x47\x7e\x9e\x61\x5f\xfa\x34\x00\x1a\xbb\xbf\x4f\x1a\xb5\x49\xe0\x03\xa0\x4c\xb3\x51\x03\x68\x4e\xb2\xa0\x06\x49\xd4\x15\xa7\xf2\x4c\x5f\x1e\xc4\x4c\x1a\x45\x03\xd3\xc7\x29\xd9\x66\x54\x1e\xeb\xd2\x7a\x57\x14\x78\x33\xd6\xaa\x0c\x87\xae\x7e\xa6\x04\x9b\xfe\x01\xd6\x02\x9d\xb8\x95\x15\xde\xe4\xf6\x14\x75\x25\x51\x7a\x23\x4f\x79\xe1\x82\xba\x08\xce\x25\x04\x6b\x6a\xd2\x05\x01\x2b\x4d\xf6\x3a\x1b\x2a\xe3\x64\x3e\xe2\x61\x11\x3c\x4d\x7f\xc1\xcd\xaa\x3b\x6e\xdd\x99\xd0\xdb\x1c\xb0\xd3\x10\x62\x79\xc0\xe4\xc0\x4a\x07\x18\x15\xc9\x80\x1d\xcf\x13\x15\xf9\x61\xac\x62\xad\x3b\xef\x4a\x9e\xde\x9d\xe2\xdc\x32\x63\xa7\x68\xf5\x74\x1d\x80\xa2\x82\x3c\x15\xba\xf3\xa1\xa3\xbc\xa2\xc6\x5a\x53\xd9\x93\xa8\xd4\x9d\xab\x8c\x49\xd4\x83\x12\xc0\x52\x05\xea\x89\xaa\x6c\x7b\x51\x0f\xf2\x89\x5f\x38\xd9\x84\x5f\xb8\x5e\x4e\x34\xe7\x1d\x04\x87\x16\x09\x27\x78\xbd\xfb\x19\x29\x8b\x74\x58\xd7\x33\xe7\x4e\xe3\x3c\xb9\xa7\xbd\x84\x27\x99\x5b\xb3\x7d\xc2\x2f\xdc\x9b\xe1\x64\xc8\xa5\xdf\xe7\xfe\x33\x2f\xa7\x52\xc3\x2b\x8a\x24\x31\x3f\x1f\x00\x04\x1c\x16\x5b\xd0\xe2\x37\x65\x2b\x8d\x7a\x21\xe8\xc2\x24\xb0\x18\xc5\x32\x4b\x30\xf1\x8b\x79\x9d\x95\xd1\xa6\x37\xc3\x95\xab\xa7\x3e\x10\xfb\x32\x3c\x0f\x30\xe3\xcb\x3d\x3e\xea\xcd\xfd\xe6\xed\x75\x23\x41\xa4\xb7\xf0\x9d\x89\x33\x35\x8a\x9b\x42\x42\x13\x79\xe7\x44\xfa\x05\x1e\xe7\x52\x43\xd4\x3b\xa9\xd4\x30\x90\xf5\x57\xb9\xed\xa2\xbe\x30\xa6\x2a\xa2\x36\xea\x4d\xa2\x45\x24\x2c\x0b\xc3\x3d\x00\xd5\xb4\x29\xbb\x65\xa5\xf1\xde\x33\xfb\xe4\x6e\x13\x3b\xc0\x3f\x73\x18\x0d\x3c\x64\x49\x69\x3a\x6a\xe2\x1c\xa9\x36\xea\xc3\xfb\x92\x19\x86\x0e\x9b\xca\x99\x13\x15\x59\x7f\x97\x47\xf5\x10\xde\x89\x21\x1a\x23\x52\xe4\x62\x13\xed\x97\x93\x3d\xf4\x03\xa3\xb4\xff\xe2\xc1\x10\xed\x97\xa3\x9e\xfa\x01\x2b\x21\xb0\xd7\xa0\x7c\xb1\xb6\xa7\xd1\x3d\x40\x3b\xb5\xa1\x24\xb1\x6d\x02\x8d\x91\xce\x53\x97\xed\xb6\xf1\x4a\xa8\x95\x6b\x8c\x68\xf9\x49\xac\xb5\x92\xe1\xd4\xa2\xa1\x30\x91\x82\xbe\x60\xfa\x3d\xaf\x6d\x23\xca\x91\x04\x6a\x85\x2c\x1c\x7a\x9e\xfc\x40\x54\x17\xee\x3b\x11\x55\x10\x3b\xdf\xdd\x23\x6f\x54\xe1\x16\x29\x2c\x36\x13\xc9\x4d\xb0\xdc\x24\xae\x23\x1e\x38\x75\x2d\x02\x35\xad\x22\x49\x87\xc4\x68\x63\x28\xb1\x27\xf2\xc5\x34\x55\x2e\xfb\xd1\xa0\x7a\x51\xa2\xb0\x68\xb4\xef\x4f\xcf\x0a\x62\x48\x94\xf2\x34\x1a\x1c\x21\x95\x8f\x34\x5a\xe3\x0d\xcc\x3d\xc2\x33\x72\x08\x1e\xb4\x34\xf7\x4b\x2c\xb7\x96\xf3\xea\x1f\x12\x51\x88\x97\x1a\xc5\x6e\x71\x27\xac\xaa\xa1\x6d\xd5\x1a\x39\x58\x60\xbf\x31\x4a\x44\xb9\xe2\xa2\x11\xf9\x6c\x92\xe5\x2d\x8d\x25\xd2\xcf\xb5\xce\xe5\x14\x19\x3d\x7b\xd5\xe4\x23\x20\x79\x78\xae\x52\x9b\xe2\x16\x11\xba\x66\xa6\x45\x7d\x07\x65\xf3\x8c\x86\x42\xbc\x73\xd3\xe9\xd1\xa0\x4c\xf1\x35\xbf\x75\xce\xa5\xfe\x1f\xa8\xe9\x22\x11\xd8\x46\x1e\x9b\x22\x19\x0e\x06\xe3\xf3\xdc\x90\xc9\xdd\xcf\x83\x43\x10\x43\x0d\x0e\xc1\xcf\x58\x4d\xc1\x81\x36\x72\x62\x35\xf5\x83\x11\x87\x9f\x37\x08\x29\xbc\xd1\xe1\x5c\xa9\x74\x0d\xd1\x08\xcd\xbc\x78\x91\x2b\x21\xa2\x82\xb7\x07\xf3\x20\x52\xee\x59\xa8\x36\x04\xaa\x28\xa9\x64\x34\xaa\x4f\x84\x2f\x1a\xec\x33\x6d\x9a\x49\x89\xac\x36\x6f\x55\xa6\xa6\x91\x82\xb1\xcd\xc9\x17\xd4\xe5\xc4\x4e\x1c\xfe\x00\xa7\xb4\xb0\x43\x9b\x29\xf0\x44\xf4\x62\x9f\xc2\x5e\x6d\xa5\x40\x11\x11\x2b\x19\x4c\x73\x4b\x07\x83\x4d\xa2\xbc\x2d\xca\x03\x5d\xcc\xda\x5a\x7c\xc3\xbd\x10\xc3\x78\x6f\x30\xfd\x8b\xca\x52\x46\x5b\x9c\x0b\x93\x01\x0b\xae\x79\x6e\x4f\x3a\x45\xc5\x9e\x73\x23\x3a\xa9\x95\xf1\xd0\x51\x42\xac\xa9\xe8\x41\x34\x62\xb1\xcd\xb2\x73\xcf\xfd\xe8\x1f\x70\x47\x98\xee\x34\x07\xa6\x71\x64\xee\x3e\x2f\xd9\xce\x63\x71\xf3\x0f\x64\xb4\x6a\xb2\xa0\xa1\xb5\xc7\x58\x63\x8e\x60\x6b\xe8\x1b\x74\x3b\xbe\x95\xb6\x44\x67\xba\xe2\x35\x82\x31\x15\x59\x8c\x76\x64\xaf\x22\x14\xe9\xf7\xe6\xb6\xfd\xe9\xb2\xd4\x10\xe8\x5c\x2c\xcf\x19\xe7\xac\x4c\x65\xd1\x4e\x8e\x5b\x77\xa3\x76\xe6\xb8\xfd\x03\xf6\x97\x70\x53\x03\x90\x72\x94\x5f\xb4\x13\xbb\x47\x30\xa8\x5d\x3f\xbe\xa0\x2f\x00\x94\x8a\xbd\xa3\x1a\xcc\x41\xca\x2d\x17\x0d\xe6\x9f\x69\x77\x9c\x76\x91\xd9\x37\x7f\xc1\xc3\x50\x17\xb2\x06\xed\x4d\xb1\x2f\x54\x83\xfd\x47\x25\x54\xa2\xd1\x65\x72\x7a\x8b\x5e\xb9\x18\x7a\x03\x06\x21\x25\x50\x8b\x76\x33\x64\x43\x03\x47\xe5\x2e\xe5\x4f\x8b\x76\x53\x5b\xa3\x7b\x65\x63\x20\x8b\xc7\x09\x8b\xd1\x30\xc2\x80\x93\x65\xf9\x99\x6f\x51\x75\x76\x18\x71\xa0\xd4\x57\xb1\xef\x54\xbb\x73\x71\xdd\x05\xf6\x8a\xe5\xca\x8d\xf5\xdb\x7c\x58\x22\x14\x66\xf8\x30\x4d\x95\x92\x2e\xa2\xed\x81\x21\xc2\xe2\x93\x2a\x26\x4b\x05\x62\x2f\xcb\xc2\x27\x19\x4e\x44\x3f\x54\xef\x34\xff\x40\x06\x30\x8f\x66\xa2\x3f\xed\xe8\xfe\x83\xc6\x52\xf2\xb4\xff\x30\x93\x12\x09\x1d\x75\xbb\x94\xc1\x27\x3a\xa0\x92\xd2\xe7\x44\x67\x6c\x8c\xdd\xb9\x3a\x92\xba\x84\x96\xa6\xc3\x4e\xa5\x5c\x36\xd1\x7f\x37\x9e\xf5\x3e\xa0\x92\xb5\x5e\x1d\x19\xfc\x8a\x9d\xb5\x3a\x02\x5d\x94\x14\x26\xfa\x46\x0a\x44\xf1\xc6\x98\x92\xe6\x16\xa8\xfe\x99\x6e\x01\x97\x39\xc9\x8b\x0e\x3b\x97\x6d\xa0\x7d\x43\x7d\x3e\x9d\x42\x7d\x23\x89\x7e\x7e\xa0\xcf\x17\xc9\xcc\xa4\xbc\x09\x20\x74\x56\xa1\xf5\xad\xaa\x17\xe6\x79\x5d\xfe\x81\x61\x72\x22\x1a\xe8\x6e\x6e\x82\x14\x1d\xa1\x32\xca\xcc\x1e\x1d\x95\xb6\xe2\xf3\x1c\x9c\x16\xb7\xc0\x9a\x24\x1a\xf5\x8b\xf6\xde\x17\x34\xaa\x92\x77\x03\x93\x7d\x20\xe1\xad\x5f\xe0\x4a\x69\x69\x0b\x6a\xfe\x49\xf8\xf7\xfa\x83\x67\x96\x9f\x51\x12\x42\x88\xa5\x43\xa5\x65\x51\xd1\x5f\xf0\x57\x7c\x38\xf4\x9a\xac\xa1\x79\x84\x3b\xa7\x0d\x27\xbd\xce\xff\xfe\xd7\x54\xa0\x21\x7a\xcd\x21\xf8\x07\x18\x0b\xc5\xdf\x1d\x79\x64\xaa\x67\xb1\x72\x04\xa6\x88\x72\x43\x57\xcd\xde\x72\xa5\xd4\x62\xa3\x7c\x73\x93\x28\xc8\xa0\x84\x2a\xd1\x61\x66\x0b\xcf\x62\xcb\x79\x57\x1f\x8d\xf2\xae\xb8\x85\x85\x2f\x34\xaa\xb6\xe3\x59\xd3\x0e\x43\x9c\x35\xc9\xbd\x31\x05\xaa\xff\xc7\x06\xd9\x4c\x73\x4a\x43\x8d\x12\x31\xc9\xb6\x76\xf7\x9e\x83\x12\x49\x1d\x6e\x0e\x66\xb6\x04\x9f\xd5\x3f\x20\x27\x6a\xf9\xd3\x39\xd4\x3b\x47\x6c\xee\xee\xbc\xed\x88\xc0\xce\x01\x6a\x59\x11\xd6\x13\xe6\x4c\x84\xf5\x28\xe8\x34\x3a\xc2\x7a\xac\x84\xee\x9d\x0a\x5f\xef\x27\x24\xca\x29\x76\xba\xeb\x28\x3d\xa6\xdc\x80\xd1\xc7\xc6\x17\xf4\x05\x6a\x8f\x29\x32\x36\xfa\xe0\x2a\x6a\x4d\x46\x87\x2a\x4b\x24\x02\x99\x1a\x14\xf6\x11\x78\x5f\x33\x38\xb8\x86\xfe\x1f\x75\xde\x4d\x32\xa2\xa3\xc3\x53\x02\x0d\x61\x6f\x9f\x06\xb0\x88\x9f\x11\x10\x28\x89\x8d\xe0\x16\x6b\x9d\x47\xa7\x06\x51\x89\x75\xa3\x47\xae\x99\x5a\x00\x4c\xb5\xed\xb4\xc3\x88\x18\x9f\xe7\xce\xe3\xc5\x1f\x80\x73\x8b\xbb\x08\xb8\x07\x8b\x44\xe8\x1c\xc3\x73\x48\xc7\x24\xa5\x29\x8d\xce\x14\x8e\x0a\x09\x89\x0e\xc3\xa1\x4d\xef\x9d\x8e\xb6\xca\x29\x1a\x1d\x86\xc2\x30\x23\x22\x51\x74\xb1\xc7\x5f\x9f\x98\x57\xef\x95\x09\xd6\xf1\x3a\x4c\xd4\xda\x09\x37\x70\x92\x04\xf7\x00\x37\x35\x2f\x24\x90\xb2\x4a\x6b\x47\x4f\xa0\xac\x33\xb4\x23\x53\x8f\x6d\x51\x1d\x55\x75\xc3\x5b\x61\x25\x89\x6a\x71\xd1\xbc\x65\xa9\x84\x1c\x89\xe1\x85\x58\x3c\x43\x4d\x34\xca\xea\x5a\x2f\xda\xf7\x5c\x3a\x8d\x12\xf1\x3d\x61\xee\xd9\x79\xd0\x77\xff\x80\x23\xcc\x13\x0d\x78\xaa\xf2\x68\xd1\x69\x57\xdc\x04\xfd\x3a\x32\x1e\xda\xed\xbd\x1f\xe0\x7f\xef\xa0\x83\x3d\x6a\x50\xb4\x33\x4e\x1f\x48\x07\x7b\x14\x89\x07\x6f\x0b\xc2\x92\x1d\x6e\xb9\xf1\xe9\x71\x41\x98\x8b\xe4\x83\xf8\xc7\x4b\x89\x5c\xd2\xf1\x69\x80\xb3\xa2\xa5\x3c\x80\xb0\x2d\xab\xcf\x3c\x23\xb5\x32\x08\xee\x09\x1f\x47\x27\xc7\xa0\x69\x3e\x73\xd6\x34\x28\xc4\x60\x77\x9f\x57\x27\xa1\xa8\x05\xe5\x49\xdf\x3d\x91\x04\x38\x1c\x9f\xff\x19\x48\xde\xdd\x05\x68\x16\xee\xec\x27\x9d\x3d\x8d\x0c\xa0\x58\x9c\x9b\xf7\x08\x4c\x99\xf1\x79\xae\x7c\x41\x44\xbe\x78\xb9\xa8\x1c\x5a\xf4\xab\x23\x59\x8b\xa6\xe5\xa2\xb9\xe2\xf3\x02\x5d\xbe\xdc\x22\xb6\xcc\xa7\x41\x94\xcc\x32\x83\x5f\x39\x08\xb7\xc8\x7b\xfe\xe7\x0d\xc0\x17\x81\xc0\x7e\x73\xe6\x05\x44\x3b\xd0\xf3\xf2\x20\x80\x9e\xc3\x0d\xdc\xc9\x3d\x9a\x48\x2a\x22\x37\xb3\x13\xcc\xa9\x0a\x87\x8f\xce\xba\x1d\xaa\xe6\x1e\x1d\x29\x0c\xe7\xf6\x69\x82\x47\xf3\xf8\x93\x5f\x77\x7f\x5e\xbc\x6f\xa7\xf1\xfe\x50\x5c\x9a\xe1\x91\x35\xc7\x16\xe3\xfe\x50\x98\x7d\x5e\xc0\xda\x7b\xcb\xc1\x21\xcb\x31\x02\x83\x0e\x57\x4a\x2a\x1a\x03\x21\x43\xf6\xe0\x1f\x3f\x6a\x3f\x74\xf3\x19\x74\xaa\xde\x3e\x5f\x90\x41\x87\x3f\xc9\x69\xea\xfa\x81\xce\xa3\x3a\xa7\x06\x7c\xa6\xed\x9f\x3c\x52\x71\x28\x32\x07\xe2\x8a\xec\x4c\x3e\x7e\x5c\xed\xe1\x4e\xc1\xb2\x62\x9f\xf1\x23\x87\x6a\x97\x8c\xc4\xcf\x12\xca\x63\x4b\xba\xfd\x03\x11\x8c\x3b\xdd\x72\xf2\xd4\xeb\x46\xb3\xdf\xf0\x1b\xc4\x24\xee\x16\xd1\x44\xf6\x71\x1e\x85\xb8\xaa\xfa\x07\xc8\x5d\x1d\x80\xa3\xf0\x9a\xef\x81\x20\x14\xbc\x3a\x9c\x68\x14\x9c\xc9\x3a\xcf\x46\x21\x99\x26\x22\x11\x6e\xf5\x1b\x54\xc3\x79\x64\x70\x05\xb3\x77\xe4\xa8\xd4\xfd\x98\x0a\x1a\x5d\x37\xa9\xaf\x47\x25\x99\x7e\xe6\x2d\xdf\x03\x63\x79\xd9\xfe\x79\x03\x2b\x24\x8d\xe4\xa8\x3c\xb2\xdc\x47\xe3\x9d\x5a\xe2\x7f\x34\x32\xaf\x4e\xe2\xd1\xb0\xff\x24\xa7\x06\xcd\xb2\xd3\x43\x87\x59\xb6\xd8\x15\x76\xa4\x03\xb8\x47\x46\x98\x1a\xfe\x82\xca\x88\xcf\x0f\xd4\x16\x9a\xce\x54\x62\x9a\x5b\x81\x43\x3f\x03\x23\xee\xfc\xac\x10\x1c\xc2\x7c\x86\x8c\xce\x25\xd4\x31\x35\xfa\x80\x0b\x9a\x5f\xc0\x19\x12\x6e\x20\x17\x4c\x5d\x40\x45\x19\x9f\x06\x52\x28\x68\x66\xb2\x64\xac\x2e\xfa\x63\xe4\x7a\xa8\x4d\x22\xb7\xf0\x17\x68\x52\xaa\x9f\x31\xc8\x13\xe6\x1a\x46\x2c\x6d\xe1\x1f\xa8\x57\xf1\x82\x41\x85\x68\x9f\x9c\x91\x2a\x44\xcf\x0c\x72\xdd\xd8\x23\x66\x04\xe5\xa3\x57\x83\xd0\x4b\xe8\x6e\x10\x6a\xe9\xec\x1b\x81\x64\xbc\xcb\x3d\x22\x03\x57\x73\x07\x1c\x84\xff\x87\xe7\x87\xd7\x2e\x90\x38\x5d\xc6\x83\x31\x49\xb1\xbe\x9f\xf4\xd5\x97\xfe\x63\x4c\xd8\xbf\x3c\x02\x54\xf8\xb0\x37\xc2\x98\xcc\xc2\xa1\x0e\x12\xb8\x55\xbf\xc0\x4a\x8e\x1a\x11\x72\x67\x3b\x24\x6e\x4c\x8e\xd0\x0d\x60\x57\x7c\x08\xc0\x19\xa4\x2b\xc9\xa0\x25\xd8\x33\x86\x74\x89\xca\x4e\x11\x63\x25\x6f\x69\x0a\xe0\xfe\x65\x63\xf5\x58\x08\x6d\x32\xa7\x2c\x44\x06\x7c\x1a\xa4\xe6\xf8\xd3\x23\x4d\x15\xa2\x70\xf1\x92\x21\x84\x33\xe8\x6f\xbe\x45\xfc\xe5\x44\x1a\xa9\xd8\x94\xa2\x79\xec\x30\xbf\x84\x9b\xa3\xa7\xb8\x29\xde\x29\x44\x3f\x6f\x60\x15\x7d\x7e\xec\x14\xdd\xe6\xdd\x03\xcb\x6a\x36\x41\xbd\x57\xd5\x2b\x8c\x71\x50\x33\xea\x59\x3b\x50\x4a\xd5\x67\xd6\x91\x5d\x8a\x86\x03\x8a\x65\x6f\xb8\x93\x17\x29\x21\x9e\x01\x10\x66\x93\xf3\xa0\x87\xba\x27\xe9\xe4\xfe\xf3\x20\x4e\x94\x7e\x11\xbe\x1e\x27\x0b\x11\x88\x35\x4f\x0a\x22\x6f\x16\x84\x60\x15\x0b\x05\xa6\xbd\xb1\x3b\xee\x60\x49\x90\x69\xa2\x81\xca\x6c\xf5\x1e\x89\xca\x7c\x52\x5c\x24\xda\xcf\x94\x1a\xde\x1f\xd7\xc0\x0b\xa2\xe1\x05\x5d\x75\x93\x55\x61\x5c\xc4\xfc\x9e\x17\xa8\x28\xed\x6e\x31\x2e\xd4\xe0\xb0\xe0\x02\xa4\xb2\x75\x78\x5c\x70\x43\x35\xbb\xdf\x94\xf9\xde\xd1\x2f\xe6\xea\x36\xd4\x8e\x9b\x81\x06\xa2\xe0\xc6\x8d\xdc\x02\x1e\xb6\x60\xdb\x61\xc7\x9d\x4b\xed\x17\x02\x2f\x88\xdf\x6f\x9e\x8e\x96\x31\xc8\x6c\x68\x9b\xe6\xb8\xa9\x0b\xf4\xc4\xdf\x39\xcf\x1a\xf4\x8b\xd1\xaa\x8a\x96\xc5\x60\x2a\x43\xc7\xeb\x8c\x87\x62\xc5\x0c\xf8\xe0\x44\x90\xbe\x65\x20\x99\xcf\xe7\xa4\x7b\xa8\xf1\x11\x92\x1c\x70\x8a\xfb\x70\xf0\x93\x13\xaf\x61\xc1\x6f\x7e\xfa\x08\x79\x92\x48\x51\x0d\xa7\x37\x6b\x4b\xe2\x97\x44\x0e\xfd\xb0\x01\xf4\xfb\x85\x86\x16\xab\x9e\x93\xa6\xa9\x1f\x30\x93\x9f\x16\x27\x9e\x37\x3d\x23\xc0\x27\xdc\x40\x6e\xec\xd0\x0f\x07\x83\x46\xf4\x4c\x3f\xd2\xae\x67\xea\x37\x64\x17\x8b\x84\x64\xd2\x50\xc6\x46\xa0\x28\x01\x1e\x1b\x35\xf9\x52\xb3\xc6\xc6\xbb\xf8\x74\x1b\x9c\x28\x37\xc1\x5b\xa9\xf6\x7e\x40\x69\xe9\xd5\x0c\x28\x2d\x0d\x7d\x02\xb9\x7b\xec\x82\x1e\xe9\x55\xa7\x4d\x11\x85\x13\xe7\x0f\x88\x7c\x74\xd4\x06\x9c\xe6\x6c\x1d\x8e\xc2\x8b\xc7\x74\x0b\x34\xaa\x68\x1b\x45\xe1\xf9\x2e\x09\x17\xac\xd9\x3a\x4d\x45\xa5\xdc\xd7\x4e\x8a\x4a\x1b\xa2\x38\x24\x2a\x59\x46\xc7\x73\xa4\x52\xd0\x5f\x10\xc7\x68\xa6\xe0\x8c\x5f\xec\x6a\x1c\x95\xeb\x61\x16\x01\x42\xb3\x81\x29\x1a\xd7\x47\xb8\x3d\x12\x6e\xe9\x40\x0f\x56\x65\x0d\xb7\x00\x1e\x2a\x7e\x26\xda\xd2\x6e\x8c\x96\x23\x57\x93\x3d\xfb\xd0\xfa\x74\x6e\x60\x09\xad\x80\x5a\x6d\x96\x3f\xb9\x30\x04\x74\x6e\x36\x9c\x46\xcf\x7d\xe3\x1f\x72\xd0\xfa\x01\x3a\xb4\x21\x89\x14\xa3\xfc\xf7\xbf\x98\x66\xd2\x51\xe1\x72\xae\xc5\x1c\xbc\xdd\x98\x03\x11\x39\x67\x1d\x5a\x0c\x16\x01\xd3\x1c\xa5\x23\x9e\xd9\x01\x8e\x78\x36\x68\xc7\x60\x69\x08\xb3\xe4\xe0\x20\xfc\xcc\xcb\x8e\x99\x21\x28\x56\xbb\x7f\x28\x1c\xa6\x7f\x00\x4f\xea\xda\x11\xac\x86\xe6\x44\x0d\x11\x84\xe7\x12\x41\xc1\xec\x39\x76\xfb\x0e\xd8\x7b\x67\x71\x93\x0f\x9e\x35\x0c\xd8\x7f\xc3\x79\x11\x22\xdd\xe1\x05\x35\x02\xe0\xc7\xc6\xda\x00\xf8\x99\xba\xa7\x04\x12\xd7\xd8\x10\x1b\xac\xf4\x61\xb3\x5c\xd0\xe9\xcd\xee\xa4\xb1\x68\xd3\x58\x7e\x83\xf2\x40\xea\xfe\x58\xec\x43\x73\xc7\xe0\x70\x15\x3d\x8d\x40\x9d\x55\x9b\x72\x83\x5a\xaa\xe2\x99\x81\x56\x6a\x16\x8f\x6b\x47\x71\x06\x2f\xe8\xce\x05\x35\x87\xc2\xce\xda\x7c\x7b\x8a\x3d\x0b\x24\xbb\x09\x44\xb2\x7e\x88\xb8\x70\xd3\xf1\xff\x94\x10\xc3\x4d\x72\x9f\xe8\x9c\x8b\x83\x64\xab\x8b\x83\x88\xc5\x4c\x73\x80\x4f\x2d\xa6\x0e\x42\x57\x13\x75\xe0\xf0\x17\x94\x8d\xcc\x53\x63\x0e\x38\xc8\x33\x5a\x60\xf8\xcc\xd9\x5e\x19\x07\xb7\x8e\x05\x3e\x6a\xe0\xdb\xf2\x1b\x27\x2f\xbb\x16\x39\xc8\x17\x6d\xfb\x65\xa4\xcb\xbc\xc5\x39\x21\x8d\x30\x4f\x5c\x54\xc9\x78\x39\x2f\x8a\x07\xc1\xd5\xb8\x72\x58\x7e\x83\x7d\x68\xdc\xc4\x30\xd6\xce\x06\xca\xbd\x5a\x39\x1b\x50\x1c\xf9\xa6\x14\xc0\x34\xd6\x94\xc6\x9d\x7c\x2d\xa2\xa0\x16\xfa\x4c\x3d\xd4\x42\xd3\x07\xe7\x9d\x0c\x23\x12\x6e\x96\xa3\xf3\x07\x94\xdd\x16\x9b\x2f\x68\xa9\x4e\x27\x11\xcc\x5c\x33\xfc\xff\xce\x16\xdd\xc2\xc9\x1f\x4c\x24\x33\x16\xf8\x19\x6c\xef\x93\x14\x6a\x25\xdb\x1e\xe2\xa1\x5a\xc7\x82\x98\x65\xee\x1d\x4f\x16\xc8\xbf\x6c\x87\x91\x48\x17\x38\x4b\xea\x87\xa6\x60\x41\xde\x80\x55\x75\x16\x41\xab\x80\x2e\xc9\x17\xe3\x89\x02\xb2\x76\x81\x9b\x28\x8d\x36\xcb\xe6\x17\x72\x62\x86\x7e\x58\x7c\x63\xd3\x0f\x6c\xd2\xcf\x17\x5f\x28\xfa\x81\x3b\x47\x28\x79\x6e\xdc\x18\x3a\x93\x26\x4a\x61\x58\x03\x36\x11\x5d\xef\xbd\x39\x91\x10\x70\x93\x8d\x63\x6e\x49\x83\xc8\xde\x78\x70\x0a\xf9\xcc\x82\xbd\xd8\xff\x92\x2e\x35\x66\x81\x21\x59\x27\xfb\x64\x46\xe4\xa9\xf3\x63\xa6\x8a\xe8\xf3\x06\x2a\xa9\x98\x60\x04\xe7\xdb\x9a\x3d\xe9\xc6\xaf\xbb\xc8\xa4\x13\xbe\x4a\x71\xc4\xac\x5c\x6c\x09\xe2\x89\x82\xb1\x76\x4e\x9c\x15\xc1\xdf\x12\xed\x33\xb5\x3b\xba\xa3\xcd\x1a\xe4\x0e\xd1\x00\x70\x61\x1d\xdf\xac\x0f\x13\xbb\xfc\x7b\x86\xaa\x26\x7c\x11\x9e\xa9\xaa\x11\x5e\x99\x0d\xc7\x64\xf7\x0b\x41\xaa\xfd\x42\xf2\x97\xdf\x20\x94\xd3\x51\x3c\x1b\xae\xae\x9f\x26\x59\x03\x51\x12\x6a\x76\x3a\x0f\xca\x1e\x35\x13\x5d\x08\xcc\x4d\xe0\x81\xe5\x28\xc8\x09\x23\x9c\x4a\xed\xc5\xec\xc9\x4f\x9a\x9b\xc1\xe5\x31\xbf\x0c\x44\x59\x98\xcc\x41\xf7\x93\xe5\x17\xb8\x7b\x37\xbf\x81\x3c\x54\xc3\x2f\x9c\x50\x1a\x68\x5c\x50\xc5\xc4\xf7\x07\x1c\x5a\x26\x2a\x50\x7b\xe7\xf3\x0c\x48\x2a\xad\xe3\x0c\x78\x30\x7a\xa2\xa0\x37\xb1\xb2\x6e\x22\x35\xcc\x72\x22\x97\x39\x29\x67\xb5\xde\xc8\x63\x67\x85\xe1\x84\xcb\xbb\x3d\x8f\xe7\xcc\x21\xa9\xc7\xc9\x1e\x34\x24\x06\xb6\x99\xa3\x78\xd4\x4b\x73\x3a\x27\xb5\x0c\x1e\xc2\x7b\xf6\x57\xe5\xdd\x8e\x89\xac\xc1\xa5\xfa\x99\x42\x55\x70\x76\xc2\x40\x65\xd3\xcf\x5c\x81\xac\xc8\xa2\x88\x79\x63\x0c\xe4\x26\xec\x55\x56\x1e\xce\x45\xd1\x51\xfc\x03\x95\xb7\x96\x4f\x89\x15\x04\x5f\xe7\x9e\x42\x52\x2b\x09\x0b\x96\xb5\x6e\x33\xb1\x82\x19\x6e\x67\xf4\xa9\xfa\xd8\xc9\xd4\x92\xbb\xf3\xc5\x0a\xc5\x9e\x46\x73\x27\x95\x7e\x26\xd3\x7f\x5e\x40\x04\x96\x73\x11\x4d\x24\xa3\xb1\x16\x6e\x1e\x79\x5e\x69\x26\x8e\xa4\x5a\x93\x7f\x70\x17\x58\xcc\x22\xbc\x7f\x8d\xcf\x27\xd8\x9c\x82\x1f\x13\x2e\x5b\x56\xa0\x4c\x7a\x6c\xa9\xe0\x64\x4c\x58\xb9\x7c\x67\x9e\x74\xd2\xb2\x07\xfe\x44\xc8\xbf\x95\x17\xf3\x48\x06\x50\x97\x54\xb9\x98\xe5\x50\x7b\xc2\x17\xdc\x89\xf8\x3b\x15\x12\x89\x79\xd2\xfc\x3e\xfd\x41\xee\x3b\x11\x7d\xe6\xc9\xef\x37\x30\xb7\x16\xac\x48\x72\x63\x47\x8d\x99\x1a\x16\x81\xac\x79\x26\x47\x68\xa2\x90\x25\x40\x05\x2f\x62\xa2\xd6\xbc\x15\x9c\x33\xe1\x89\x37\xca\xc5\x99\xf5\x6a\xc1\x4f\xcc\x7a\xa2\x79\xf1\x0c\x14\xfa\x9f\x17\xef\xe1\x96\xbd\xc4\x2b\xde\xcc\xe9\x26\x66\xf9\x72\x71\x2a\xcd\xb7\x69\x97\x5a\x7f\xd2\xd8\xcd\x9b\x36\x7f\x5d\x2f\x26\x55\x28\x16\x68\x28\x46\x6f\x63\xf4\x4c\x17\x2f\x4f\xf4\xcd\xc5\x77\x03\x70\xc4\x10\x68\x9b\x0f\x8e\x38\xa5\xd4\x8d\xf9\x50\x86\x7a\xa2\x1f\xce\x8a\xbf\xc8\x49\x10\x0d\x28\xcd\xda\x94\x8b\x2f\x26\xa3\x02\xed\x07\x3e\x91\xdb\x67\x5a\xb2\xc3\x59\x7e\xfa\xa2\x36\x9f\x9c\xa6\x7f\xe3\x58\x2c\xdd\x65\xa7\xaf\x95\x2a\x92\xa6\xe7\xa4\x62\xea\x07\xcc\x8c\xae\x44\x8b\x56\xa7\xf1\x69\x81\x66\x78\x75\x81\xec\xc4\xb3\xe8\x5c\x5c\x48\x6f\x67\xb0\xb1\x08\x46\x74\xa1\x59\x48\xed\x63\x49\xbf\xb6\x9c\xeb\xa5\x1f\xb8\xf3\xaa\xbf\x38\x39\x0a\x37\x89\x13\xcb\x2e\xd5\x8b\xc9\x07\x1c\xe8\xbc\xca\x8f\x6f\xa8\x0d\x1a\x9d\x1c\xe6\xb9\x0a\xe5\xbf\xc8\xa0\x49\xc9\xae\xbc\xab\x80\x29\xa5\x09\x58\x28\xb3\x60\x70\xb8\xe0\x33\x65\x78\xb9\xe0\x21\x5f\xec\xea\xbb\x0a\xcf\x38\xa1\xaa\xf5\x82\x94\x69\x35\xcb\x62\x64\xe0\xf2\x17\xf4\x91\xb7\x67\xd7\x42\xe0\x5f\xd9\x7e\xfe\x01\x93\xa5\x63\x6e\xd5\xe4\x11\x51\x55\x11\x39\x2a\x68\xb7\x10\x18\xd8\x94\x48\x37\x56\x65\x52\x1a\x0d\xb3\xe6\xd4\xa9\x85\x06\xa8\x27\xc9\xb9\x5a\x86\x15\xeb\xb9\xf0\x03\xbf\xd0\x48\xa4\xdf\xe8\xec\x53\x44\xc0\xaf\x3e\x7e\x9f\x3e\x80\xe7\x8a\x9b\x80\x75\xd4\xab\xd5\xb0\x18\xc5\xef\xf3\x30\xd6\xbd\x79\x21\xa9\x51\xb1\x8b\xf3\x42\x9a\xe3\x62\x8f\xe6\xd5\x5f\x39\x66\x29\xb4\xfa\xc6\x17\x34\xfb\x1d\x07\x9b\x64\xcc\x62\x41\x59\x87\x99\x2f\xb8\xe5\x1b\x21\x2e\x44\x2c\xda\xde\xba\x3a\xb7\x8a\x9f\x27\x89\xd4\x62\x51\x8d\xb3\x4c\xc2\x85\x00\x46\x31\x3a\x80\x97\x4d\x33\x0b\x5e\xf8\xd3\xff\x0f\xae\x84\x08\x82\xab\x93\x63\x38\xd7\xe8\xd8\xcc\x9a\xa5\x41\x7c\x59\xfd\x02\x6a\x5b\x7a\xad\x47\xf2\xb8\x7b\x38\x38\x66\x8d\x61\x30\xc3\x9e\x5e\xa0\x2f\x52\xd1\xad\x6b\xc1\x95\xc8\xea\xca\x05\xd7\xa1\xb0\x67\xdf\x0a\x0e\x5a\x2b\xc5\x1a\xf4\x76\xc0\x5e\x91\x12\xc5\x7d\x70\x37\x5b\xc4\x50\xed\x22\xe1\xbb\x60\xe3\x72\xf2\xc8\xc5\x32\xf6\xcd\xff\xa3\x52\xbe\x8e\xa8\x05\x13\x96\x7d\x39\xd6\x24\x49\x9a\x27\x66\x24\x5e\x26\x09\x49\x91\x5c\x7b\x3f\x16\xb0\x9d\xaa\xb1\xc7\x9a\xc8\xeb\x6c\x56\x78\xb1\x5d\xb5\x09\x6a\x2d\x32\xd7\xf6\x27\x8d\xdd\x42\xe8\xe3\x27\x8f\xe1\x5a\xc0\xd7\x16\x99\x2b\x85\x95\x96\x05\x4a\xa0\xb6\x3c\x45\xf4\xe8\x5f\xa6\x98\x46\x31\x4b\xa3\x95\x43\xd2\xa0\xe1\xaa\xe4\x73\x7e\xd1\x8a\x55\xa4\xca\x58\x74\xb6\x77\x0b\xf0\xb5\x9f\x3e\x4b\x88\xeb\xec\xe5\xbc\x76\xde\x1a\x85\x4f\x17\x81\x9d\x05\xf9\x4e\xee\x2a\x7e\xe1\x45\x48\x3e\x24\xd7\xce\x4d\xeb\x2d\xf7\x02\xbb\xea\x0c\x43\xeb\x40\xae\x72\x6f\x39\x38\x37\xf9\x88\x5c\x07\xc1\x68\xf3\x0f\x39\x2f\x5a\xfb\x23\xd7\x5a\xc3\x62\xa1\xfb\xe6\x2e\x6e\x2c\xb5\x3f\x78\xa0\xfc\xd4\x20\x50\x41\x42\x15\xe4\x62\x11\xc4\x59\x74\x9d\xdc\x21\xba\x91\x2d\x3a\x2b\x39\xd3\xc3\x3a\xb9\x2d\xcd\x8f\xac\x21\xf6\x11\xd2\xc8\xed\xe4\xf0\xdb\xc5\x02\x11\xce\x00\xbb\x60\x29\x73\xaa\x87\x75\xe6\xc4\x69\x62\xa0\x45\xfa\x50\x79\xd1\x2b\x5e\xa3\xb8\xf2\x64\xf1\x0f\x1d\x5d\xaa\x45\x3a\xf3\x17\xe9\x8c\x16\xcb\xdd\xbb\xcb\x2b\x69\xf2\x0b\x3c\xef\x3e\x4d\xf2\xbc\xf3\x72\x5f\xf4\xd0\xd3\x0b\x34\x8d\xd9\x59\x7a\xc1\x34\xb6\x2c\x92\x51\x12\xac\xd8\x15\x7a\xdd\x5c\x6f\xb7\xc0\x14\x6e\x7e\xe6\xf9\xa8\xeb\xcb\x42\xe0\xa4\x2d\x00\x0b\x40\xef\x73\xfa\xc1\x5b\xc9\x71\x6e\x0b\x6a\xa7\x35\x3e\x0d\x1c\x1c\x84\x49\x38\xd1\x82\x5b\xe4\xe5\xc4\x5f\xa0\x02\x6b\xb3\x44\x7c\x28\x0b\x74\x71\x58\xd4\x22\xa9\xca\x56\x2c\x00\x3b\xdb\xeb\x16\x5d\xf3\x37\x1d\x77\x3b\x60\x9b\x6f\xec\x3b\xb3\x3b\x38\x33\xc7\x0e\x07\xa4\xe6\xf4\xb8\x3b\xf4\x4c\xd5\x00\x75\x47\x09\xd6\x62\x4f\xf6\x1d\xb6\x2d\xcb\xbc\x1d\x7a\xa7\xe6\x84\xba\x3b\x13\x1b\x17\xdd\x90\x77\xd4\x68\x35\x08\xdf\x13\x0a\x6a\x1c\x3b\x1c\x90\x2c\x94\x76\x40\x43\x87\x00\xee\x2c\xd1\xea\x74\xba\xfb\xd6\x50\x82\xc9\xcf\x94\x73\xba\x74\xed\x1b\x6a\xdb\x87\x5b\x40\x32\x06\x6d\xce\x3d\xa1\x61\xf7\x0f\xa8\x9b\x33\xfd\x8c\xeb\x8c\xf3\xf3\xee\xf0\x4e\xf2\x4e\xda\x0b\xcf\x12\x8d\xa1\xe4\x6a\xa9\xcb\x92\x13\xa7\x79\x29\x3c\xc0\x24\x11\x76\xfa\x1a\x39\xfb\xee\x0e\x63\x57\xad\x7e\xe6\xee\x14\x24\xde\x59\x76\xc2\xae\xa8\x3b\xca\x4e\x7c\x96\xaf\xb2\x7a\x8f\xa8\xaa\x60\x5b\x8f\xa2\x12\x5a\x74\x37\xc0\xd5\x13\x17\xee\x35\x19\x59\xeb\x0d\xe7\xa4\x77\x79\xff\x70\x22\xed\x30\x9c\xd5\xe1\xfe\xa9\x38\xd0\x1c\x20\x9b\xc4\x67\x21\xa9\x0b\xd3\xc6\xdd\x61\x46\xb3\x05\x72\x87\x5b\x93\x13\x58\xec\xa8\xd6\xf5\x99\xb1\x96\x32\x52\x13\x90\x90\xd1\x1c\xde\x68\x52\x12\x45\xa9\x3b\x93\x32\x6d\xa7\xee\xcc\x2e\xca\x3b\x9c\xef\xbf\x2d\x9c\x6c\xd2\x4d\xc0\xf9\xdc\xcc\x05\x2f\xa7\x22\x3d\xc4\x9e\xba\x35\x11\x0d\xe7\x7a\x3b\x20\xef\x9d\xc2\x46\xf8\x6e\xef\x94\x99\xba\x0b\xed\x9d\xcb\xa6\x69\xe8\x3c\x21\xbb\x9b\xa4\xde\x52\x02\x6c\xef\xc9\x4b\x22\xa2\x53\x21\x23\x84\xbf\x0f\x4c\x6d\xf5\xc6\x1d\xf4\x06\x57\xa7\x23\xc9\x52\x13\x09\x03\xa5\x06\xda\x07\x67\x46\x03\x49\x6d\x9d\xe0\xcd\xce\xe0\x4b\xef\xaa\x91\x54\xa9\x0f\xf8\x45\x39\x9f\xeb\x1e\xac\x08\xa2\x16\x83\x1b\xd9\x1b\x15\xa9\x9d\x1d\x9b\xb9\x07\xcf\xe5\x4f\x0b\xa4\x49\x13\x41\x6b\x5d\xb8\x01\xc8\x16\x6f\xa1\x04\x89\x5e\x0d\x94\x04\xb3\x1f\xfe\x3e\x73\x8f\xa9\x87\x89\x64\xfa\x42\xae\xfb\xe4\x41\x6d\x9a\x50\xea\xc2\x51\x5a\x3b\x2a\x5d\x6c\x32\x28\xec\x48\xb6\x19\x4e\x84\xbb\xc3\x13\x6a\x0d\x13\x0d\xd7\x27\x27\x67\xdd\x53\x67\x68\x96\x9a\x94\x1d\x26\x62\xf1\xb6\x2c\xcc\xbf\x27\x72\x34\xd7\xa1\x9c\xac\x43\x90\x77\x80\xc5\x58\x6e\x81\x5b\xc7\x33\x83\x7c\x9c\xcb\xfb\x00\xee\x52\x4e\x9c\xba\x2f\x30\xa5\x2e\xbe\xfb\x22\xd1\x9a\x86\x95\x33\xab\x51\xb1\x8a\x85\x8e\xa7\x9d\x91\x9d\x9f\xb5\x62\xe0\xe6\x67\x71\x76\x2c\xa6\xd7\x66\x67\xd2\x51\x8d\x89\xe9\xb5\x8a\x4f\x06\xa4\xd3\x72\x00\xfb\x8e\x6c\x5a\x06\x86\x3b\x4c\x7f\xce\xde\xb9\x1f\xd9\xa3\x66\x1a\x21\x98\x6b\x7c\x7e\xe0\xa8\x45\x23\x43\x32\x4b\xb8\x49\x38\x1f\x79\x1a\xe8\x20\x35\x3e\x3f\x50\x9b\x12\x6e\x12\x47\x87\x80\xdd\x7e\x92\x08\x3f\x37\xfc\xaf\xf7\xa1\xce\x53\x05\xc2\xd8\x4f\x82\x76\xcf\x34\x6c\x83\x0e\x0e\xde\x4f\xae\x84\x66\xe5\xe4\xf5\xec\xd3\xc2\x8e\x0f\x34\x4d\x2c\x2d\xeb\x7d\xca\xf4\x5b\xf6\xa8\xda\x61\x5c\x74\xa2\xc7\xfd\x4c\x48\xe6\x16\x38\x26\x75\x79\xc1\x54\xa3\x2b\xe4\xfe\xe2\xc6\xe6\x00\xba\x1d\x65\xc3\xd6\xe7\x99\x63\xd4\xc2\x50\x53\xe7\xe0\x81\xfd\xc2\x81\xec\x95\x45\x0a\xec\xd5\xff\x14\x6f\xb4\xbf\x80\x31\xec\x58\xb7\xdf\x84\x56\xa2\xf6\x66\xc1\x54\x75\xf6\xc2\xbf\x6a\xab\xc3\x8e\x1a\xb0\x4e\x30\xbf\xdf\x48\xd6\x30\xfd\x3f\x8f\x51\xa9\x47\xf7\x3b\x67\x5c\x6b\x0a\xc5\xdf\x07\x14\xdd\xbc\x56\xf9\x99\x50\x4d\x58\x7e\xbf\x39\x3e\x77\x81\x82\x1a\xe6\x5c\xb8\xaf\x3b\x1d\xde\x9e\xe8\xd0\x4c\xf0\xf0\x0a\x63\xe4\xf6\xd0\xdf\x4b\x3d\x3c\x08\x8d\xf3\x49\xf8\x10\xc2\x6a\x12\x90\x02\xfc\xc3\xb6\x4f\x2e\x89\x1b\x4c\xc4\x2a\x1a\x99\x64\xc3\x79\xba\x76\x84\x82\x3a\xb5\xd3\xf1\xe2\xcd\xee\x04\x7c\x07\x1c\xa9\xdc\xe5\xf1\xc3\x3c\x0f\x3f\x53\x75\x29\x99\x73\xd0\xdb\x5d\x52\xee\x40\xf2\x31\x67\xc9\x38\xe0\xdb\xee\xcc\x4d\x07\x4a\x64\x38\x1f\xdf\xb1\x51\x4d\x29\x02\x90\x8a\x2c\x1c\x78\x73\xc0\xa2\xd9\x2c\x72\x0e\xa4\x1a\xb3\x66\xe3\x80\x0f\x94\xf9\xf0\xd8\x88\xc9\xb4\x35\x0e\x26\x08\x97\xb2\xfd\xa0\x4d\xd2\xb1\x13\x47\x79\xcf\x55\x27\x7e\x3d\x0a\x73\x83\xfa\x39\x07\xed\x0f\xb0\x9d\x87\x9f\x93\xb9\xdc\x05\x8f\x07\x29\x57\x8f\xc2\x0b\xb2\x24\xc4\xc1\xd2\xad\x1e\x77\xc9\xa5\xd3\x0f\x95\x57\x28\x6d\xc8\x23\x75\x88\xd5\x6f\x60\xc7\xea\x6c\x3f\x2a\xb5\x73\x32\x51\x1f\x28\xe1\xef\x24\x6e\x47\xe5\x62\xba\x01\x24\xa0\xd2\x26\x3a\x6a\xde\x88\xdc\x25\xc1\xa1\x54\xd9\x07\x35\x84\x45\xfb\xec\x80\xe1\xd3\xb7\xac\x03\x60\xee\xb3\x9c\x2d\xa7\xce\x2d\x4c\x58\xfb\xdc\x00\x2a\x01\x68\xe3\x1f\xf0\x58\x77\x24\xcc\x81\x14\xe6\xce\xe2\x74\x20\x70\x52\x35\x1b\xe3\xa0\x03\xbb\x65\xf1\xd1\x90\xae\x51\x92\xe3\xe8\xd8\x96\xba\x89\x1c\xd0\x0e\x7e\x1a\x80\xc3\xbb\x7d\xd1\x0e\x66\x40\xdd\xcc\xb1\x88\xa3\xb4\xc3\xdb\x41\x8f\xf8\xf2\xf9\x01\x26\x6c\x4f\x7b\x07\x89\xda\xd6\x07\xd3\x95\xfb\xf8\x38\x06\x05\x81\xd4\x85\xc7\xe0\x2c\x6a\x12\x32\x72\x71\xf9\x0b\x9c\x27\x5e\x87\xc1\x4b\x81\x59\x74\xec\x5c\x7b\x77\x8a\x79\x9b\x7e\x81\x40\xaf\xf9\x05\x6c\x9b\xe9\x67\x60\x01\x5b\xbd\x0f\xba\x5d\xf9\x10\x3b\x82\x05\x9a\xbd\x4f\x82\xc2\x42\x13\x11\x1c\x86\xd6\x8e\x29\x4f\x1d\x7c\x7c\x04\x8f\x6a\x4f\x36\x54\x88\x8e\x1a\x3d\x98\xb5\xd4\x19\xc5\x8f\x99\x3c\x2d\x22\x26\xc3\x0f\xfc\x42\xe0\x3e\xe3\x67\x6e\xc5\xfe\xa7\xdc\xdd\x07\x9c\xb8\xec\x3f\x7e\x4c\x2c\x9d\xb9\x71\x12\x31\x49\xe8\x1f\xc8\xa1\x6e\x67\xec\x23\x51\x9e\xf4\x58\xc7\xe2\x2e\x6d\xfe\x01\x12\xd6\x4b\x89\x24\xeb\xd5\xfc\xb8\x50\x64\x54\x78\xfa\x40\x11\x91\xb2\xe9\x1c\x39\x98\xfb\xcc\x53\x42\x54\xf7\x79\x06\x24\x93\x0e\xf5\x80\x69\xd8\x61\x01\x07\x73\xb0\x5b\x99\x7c\x2c\xb2\x86\x96\x6d\x71\xd0\x6e\x00\x9e\x08\x9f\x06\x30\x66\x6f\xd9\x9d\xf8\xdb\x12\x79\xcf\xb4\x46\x7a\xe6\x3d\xc5\xa7\x0a\xf2\xa6\x7d\x84\xc0\x4e\xfd\x82\x05\x2a\xd2\xa6\x39\x92\xf6\x80\x87\x58\x33\xbc\x39\x8e\xec\x53\x4d\x32\xcb\xbb\xf9\x9b\x66\x60\x07\x3c\x1d\xf0\xa3\x77\x9a\x93\xe3\xe0\xb6\x5d\x6e\x81\x13\xed\xa3\xea\xa0\x68\xd2\x3c\x1c\xc4\x5c\x9f\x26\xa8\x07\xf3\x5a\x41\x63\xe8\x03\xfc\x38\x71\xd9\xf7\x4c\x9f\x24\x4a\x17\x91\xe3\x64\x4c\xb6\xc6\xcd\xbc\x6a\x4e\x56\x7f\xbc\x48\x72\xfc\x3e\xcf\x34\xb9\x8b\x84\x93\x77\x61\xf3\x3b\x90\xe4\x47\xbc\xb1\xf8\x89\x4b\x11\x1c\x27\x59\xdc\x1f\x60\xf5\x97\x49\x20\x47\x6b\x5a\xa0\x3f\x9c\x55\x1a\x8a\x83\xfa\x42\x27\xb0\x3f\x2e\xca\x74\x9f\x9f\x57\x4a\x23\xb7\x91\x44\x68\x22\x12\x3c\xfa\x28\x7a\xc1\xe2\xb0\xc7\xe6\x41\x85\xa1\x79\x12\xea\x3f\x9b\x1a\x8f\x17\xff\x0d\x7b\xe0\x1c\x37\xe7\x49\x34\xdd\x74\x90\x30\x8b\xbd\x78\x6f\xd8\x7f\xf3\xb8\x93\x24\x11\xfd\xc2\xb9\xe6\x7c\xb6\x07\x9c\xc8\x66\x95\xa6\xe3\x78\xa8\x8a\xf3\xc9\xf2\xd4\xb7\x49\x29\xc1\x8e\x07\x34\x58\x14\x3d\x81\x67\x75\xf9\x90\x26\xef\x8b\x87\x6c\x6f\xa9\x9d\xf0\x4c\x42\xf9\xfc\xfd\x40\xf5\xd4\xf3\x46\xa1\xbc\xe9\x07\x72\x54\xf8\x87\x4a\xb2\x97\x7e\xa0\xc4\xd4\x01\x77\xd2\xf0\xeb\x03\xed\xfc\x81\xce\xcf\x17\x74\x2d\x90\xa0\x3f\x7f\xd4\xa4\x37\xbf\x41\x2c\x1c\x7e\x03\xcb\xb7\xf9\x19\x37\x2a\xab\x2e\xce\x1f\x37\xb0\x0e\xc5\xf3\xc5\x79\xc3\xde\xaf\xe7\x8b\xf3\x9a\x33\xe9\x9d\x1b\x27\xd7\xcf\x0d\xef\xab\x87\x8d\x93\xeb\xef\x29\xe7\x85\x3c\xce\x8d\x2c\xa6\xd3\xe7\x7c\x71\x61\x38\x36\xf9\x7c\x71\xe1\xb0\x5e\xfc\x24\x2c\xb4\x9f\xd0\x99\xd9\xd9\x34\x71\x85\x24\xa9\xc1\x42\xb1\xa6\x63\xfa\x2c\xbc\xf6\x75\x7f\x41\x22\xfd\x42\x72\xc0\x9f\x0e\xa3\xf3\x05\x8d\xc3\x59\x2a\xce\x17\x33\x0e\xeb\xa7\xcf\x92\xab\xe0\x17\x68\xd0\x95\x94\x3c\x13\x22\x0a\x05\x9c\x95\x9e\x6b\xba\xfa\x9e\x89\x11\x85\x24\xce\x9a\x63\xd0\x44\x57\x8c\x41\xda\x96\xb3\xc2\x3a\x30\xdc\x07\x96\xbe\xb8\x45\x14\x70\xaf\xfe\xff\xc5\x5f\x43\xe7\xdf\xd9\xc0\xd2\x12\x79\x67\x1a\x95\x9b\x7f\xc0\x34\x4b\x79\x77\x36\xca\x44\xed\xb3\xb3\x91\x81\x25\xeb\x4f\xda\x88\xeb\xe6\x1f\x4e\x34\xa1\x61\xa7\xfe\x4f\x13\xd5\xb0\xf4\xba\x16\x9d\x9d\x34\xe9\xff\x9e\xf3\x26\xa2\x3b\xb8\xaf\xf8\x99\x4b\x2f\xb4\x74\x76\xec\x7d\xcf\x2b\xd3\xe4\x57\xf3\x67\x9f\x68\x41\xf3\xdc\x29\x23\xbb\x69\x20\x62\xd3\x71\x73\xf6\xdc\x43\xfe\x01\x54\x7b\x8b\x0c\x0a\x07\x4d\x1c\xb2\xde\x4f\xd7\x34\x38\xe9\xcd\x67\xa8\x70\x0e\x0c\xc3\xd2\x63\x40\x8a\xea\x36\x78\x0e\x4a\xf2\xee\x26\x17\x9b\x14\x95\x03\x33\xab\x6b\xcb\x39\x78\x4d\xf9\xfc\x40\xfc\xad\xb3\xfe\xa4\x7b\x5f\xf5\x26\x88\xdc\x67\x9a\x0a\x26\x67\x73\xe0\xd5\xf9\x02\xcb\x6a\x47\xb4\x33\x48\xa6\x86\x91\x96\xe7\xcf\x0f\x10\x50\x76\xda\x39\x83\x5b\x63\xba\x53\xea\x7c\xcc\xd6\x88\xa6\x74\xf0\xc6\x49\xcb\xb2\xc7\x31\x59\x1b\x59\x53\x35\xc1\x95\x66\xeb\x99\x4c\xa8\x71\xb2\x1a\xae\x33\xb9\x9e\x13\x25\x03\x3e\x2f\x20\xbc\xcc\xa3\x9a\x28\x73\x60\xb9\x3c\x13\x70\xeb\x85\x85\xf5\x15\x28\x3a\x17\x22\x86\x85\x36\xce\x8c\x20\xf8\xbc\xd0\x51\x2e\x44\x0c\x02\xa4\xe8\xf8\xec\x73\x01\xd0\x98\x02\x14\x97\x73\x86\x95\x73\xf1\xf8\x31\x4f\x42\x1f\x68\xb4\x7b\xee\x74\x2a\x12\xea\x3a\x77\x48\x71\x8b\xc8\xbd\xe0\x59\x3d\xee\x64\x38\xbf\x8f\x12\xd5\x3a\xe6\xcf\x9d\x58\xc2\x32\x6d\x67\xf6\x06\xf1\xc6\x8e\x6d\xe3\x03\x71\x87\x0c\x6c\x7e\x1f\xd2\xc7\x42\x7d\xbf\xf1\xbf\xa6\xe4\xe0\xad\xd9\x0d\x1e\xa4\x58\x43\x3a\x48\xb1\x56\xed\xc0\x3a\xfb\xec\x3b\x80\x1b\x04\x65\xce\x83\xd6\x16\x6f\x91\x83\xe7\x8c\xee\x0c\x27\xb3\xed\x5a\xe5\x71\x1e\xa0\xd1\xa7\x27\x92\x62\x7c\x58\x91\x39\xde\xac\x54\x39\x4f\x2c\xbc\xcf\xca\x13\x34\xfa\x58\x39\x09\xc9\x2c\xbf\x4e\x6c\x10\x9f\x5c\x67\xf2\xa2\xa8\x06\x0a\x5c\x9f\x0f\x2e\xb6\xf0\x27\x1b\xd1\x79\xc2\xf1\xcb\x73\x96\x36\x68\x33\xce\x45\x02\x35\xa2\x74\x0c\xf4\x16\x67\x42\x8c\x4d\xf7\xa4\xf3\xa2\x86\xdd\x0b\xf7\xa2\xca\xfa\x99\xc5\x04\x95\xc3\x6d\x82\x13\x2c\x24\x12\x64\x0a\xf9\x9e\x17\x57\xc6\xf3\x7e\x41\x56\x79\x43\x5e\xbc\xf2\xfa\xe8\xba\x6e\xec\x50\xd3\x00\xc3\x82\xa0\xef\xc9\x22\xbd\x06\x46\x37\x87\xa9\xef\xe9\x5c\x68\xf3\xdf\x89\x50\x07\xdf\x9c\xce\x54\x32\xea\x42\x70\xde\x44\x52\xd2\x14\x9d\x37\x64\xba\x17\xea\x61\x17\xea\xf2\xc1\x06\xf2\x98\x1e\x1e\x86\x16\xd9\x04\x9d\xe6\x1d\x9a\x9c\x7d\xbc\x3e\x00\x11\x52\x0a\x9d\x19\xc7\xe0\x0e\xa8\x8f\xff\x47\xc0\x95\x06\xe8\xa6\x67\x10\x34\xfc\x4c\x7c\x59\xfd\x03\x8a\x84\x69\x21\x2f\x54\x15\x34\x70\xbb\x7e\x24\xb0\xea\x99\x04\x85\x9e\x51\x29\x40\xac\x79\xfd\x10\xf6\xbe\xb9\xfd\x64\x36\xfd\xb0\xc1\x4d\x55\x73\x7a\x31\x06\x62\xd3\x8d\xe6\x62\xf5\x02\x07\xee\x5e\x1b\xd5\xf7\x02\xc9\xd7\xc6\xf2\xef\x6e\x02\xfb\x67\xf8\x03\x0a\xf7\xe5\x1f\x02\xae\x73\xfe\x60\x62\x90\x6e\x90\x5e\x6b\x9a\x45\x44\x6e\xda\x1e\x7e\x41\x47\xe9\x60\xb1\x6b\x03\x6b\x0e\x93\x4c\xd6\xd4\x61\x70\x6d\x3c\xfc\x25\xdb\x2f\xb8\x35\x3a\x31\xc6\x85\xa2\x86\x4e\x03\x78\x21\x73\xb0\x53\xad\x5c\x25\xc7\x2c\x92\x4b\x8e\xc9\x2d\x12\x70\x88\xdd\x2f\x9a\xbb\xc5\x1a\xd7\x8b\x2f\xeb\x87\xc8\x74\x73\x5c\x7e\x01\xc2\x56\xe7\xcd\xf5\xe2\xcf\x66\x40\x72\x41\x65\x69\x9f\x8e\xab\xf2\xf6\xa2\xe3\xe1\xaa\x60\x2e\xaf\x4b\x26\x8f\x13\x45\x15\xeb\xe2\x31\x40\x41\xe9\xfa\xb9\x17\x7c\x22\x9d\x81\xff\xaa\xbc\x50\x79\x96\x2a\xb6\x97\xa7\x95\xa9\xe0\x1c\x44\x71\xb1\x28\x93\xf5\x89\x17\xc2\x40\xab\xf6\xf8\xc5\x9a\x4c\x3f\x3f\x37\xac\x83\x1b\x20\xeb\x88\xe4\x06\x76\xff\xb4\x47\x20\xa8\x13\xec\x6a\x28\x98\x2c\xd9\x79\x35\x9c\x68\xba\xb0\x5f\x30\x5e\x3b\x98\xf1\x62\xf5\x85\xf1\xe9\x91\xb3\xae\x59\x26\x98\x95\x97\xed\xc5\xcc\x70\x3a\xa0\x2e\xba\x3f\x3a\x28\xf0\xea\xc9\x1a\x5a\xd8\x4e\x17\x12\x01\xea\x8b\x68\x56\x57\xa7\x8b\xd9\xe0\x1c\x36\x78\x25\x7a\xfd\xbc\x41\x08\xde\xdc\x2b\x86\x35\xdd\x07\x3d\x79\x9b\x9b\x48\x96\xff\x93\x1f\xf7\x05\x87\x49\xdf\xa5\xaf\x17\xeb\x56\x9b\xa9\x2f\xa4\x29\x76\x18\xd1\x35\x70\x8c\x7b\x44\x34\x95\x3b\xce\xf1\x62\x09\x09\x4f\xfb\xc8\x21\x6a\x9d\x06\xce\x9b\xf0\x0b\x39\x42\xad\xf4\xc0\x3a\x98\xf9\x22\x79\x4b\x5f\x04\x8a\xeb\x7b\xa5\x83\xdc\xae\x06\x02\x34\x7a\x19\x32\x99\x9b\x58\x27\x06\xb4\x49\x9a\xe3\xa0\x68\xb7\x6c\xa6\xfa\x74\xfa\x99\x8e\x5a\x9f\x1e\xb8\xa3\x7f\xee\x02\x50\x44\xb0\xf8\xa2\x7e\xd5\x95\x31\xaf\x99\xcc\xa2\x4e\x27\xc1\xb9\xe5\xf7\xe4\x15\xd2\x5b\x68\xd2\x20\xeb\x23\x82\x69\x43\xac\x9d\xbe\x98\x0a\xb9\x76\xb7\x01\x50\x65\xc2\x67\xf2\xb8\xe8\x9c\xe4\x69\x51\xb1\x18\xe5\x61\x09\xbd\xb8\xbe\x6a\x91\x5a\x52\xc7\x0c\x5e\xcc\x84\x6c\xbf\xb8\x6b\xe5\x55\x46\xcf\xaf\xec\x70\xec\xec\xb5\xc8\xb0\x9a\x3b\xb8\x51\x3a\x29\xc6\xc5\x88\x9a\x8f\x64\x48\xb4\x6c\x21\xff\xa2\xe5\x61\xc7\xf3\x6b\x87\xd3\xb7\x0f\x2e\x82\x63\x0b\xe0\x1d\x63\x30\x7f\xec\xf4\x95\xb6\xa8\xd8\x73\x0c\xfe\x82\x3c\x28\xb8\x70\x11\x0e\xfb\xe8\x43\x40\xcd\x47\xbc\x21\x9e\xc6\x17\xc0\x8b\xf0\xd8\x02\x74\xc7\x3c\xfb\x08\x78\xe1\xf2\xb0\x27\xfc\x85\xc0\x5b\x6b\x59\x2e\xa4\x9c\x73\xa6\x86\x2b\x63\x6b\x2c\xfe\x0e\x24\x83\x30\x81\x07\xc4\xe3\x72\x83\x84\x4c\x02\x38\xd7\x01\x43\xad\x4f\xf3\x63\x82\x02\xf7\x40\x65\x94\x37\xea\x01\xfc\x30\xfd\xfc\xf2\xb8\xed\x3d\x17\xd1\xb6\x67\x1d\xc6\x7d\x1b\x42\x2e\x78\x79\x1a\xe4\x5d\x27\xb7\xad\x20\xd6\xc5\xda\x59\xbe\x02\x5c\x27\x34\x20\x26\x11\x60\xda\x99\xd2\x2e\xd8\xe6\x9b\x19\x83\x91\x36\xb6\xb5\x5c\x27\x71\xa5\x48\x66\x69\x2c\x27\xb0\xbf\x2e\x48\x33\xcf\x12\x22\x6d\x9a\xd4\x0d\xd7\x8b\x96\x87\x4d\xed\x17\x0b\x57\x78\xd9\x2f\x32\x8a\xcf\xbd\x8b\xb3\x28\x92\x59\x8e\xd3\x6e\xcd\x17\xca\x71\x3a\x0f\xe4\x45\xac\xfc\x21\xf1\x42\x03\x9a\x83\x17\x2a\x0f\x3b\xdd\x5f\x2f\x34\xae\x9f\x39\xb9\x37\xfc\xaf\xef\xe9\xcf\xe9\x80\xc7\x0b\xb9\x4f\x6a\x75\x8f\x77\xc3\x17\x7e\x81\x62\xc4\x60\x20\xd1\xb5\x25\x0f\x42\x75\xec\x53\x7c\x21\x90\xd8\x39\xdd\x2f\x86\xee\xd8\x29\xe0\x4a\xb4\x6d\x29\x81\x82\x5f\x9f\x85\x40\x60\x71\x29\xdb\xdf\xce\x20\x46\xfe\x58\x28\x3d\xc4\x0e\x16\x63\x00\xef\x8e\x33\xb8\x1e\x78\xa7\x1b\xc3\x31\x3f\x9d\x4d\x35\xd7\x93\x14\xfb\x8b\x03\x2d\xfc\xfb\xe2\x46\xcd\x8b\x62\x17\x80\x1b\x0a\x60\x67\xcb\xbd\x81\xbe\x8b\xf6\xdf\xfd\x03\xa7\x68\x83\xde\x3f\x7a\x5f\x89\xe8\xfb\xb7\xf0\x82\x1b\xd8\xf1\xbc\xe9\x19\x14\x88\xa2\x7b\xcb\xed\xa1\x0f\xd2\xb5\x73\xfa\x07\x8c\xda\x24\x6e\x74\xe8\x9b\x6e\x22\xb9\xd3\x3f\x1c\xd0\x53\xb8\x85\x93\xa3\x5c\xfa\x81\xb2\x76\xf8\x07\xd8\xdd\x96\xfb\x80\xa8\xd5\x4a\xdf\xa9\xbb\x95\x54\xb8\x0b\xf8\x51\x82\xeb\x2e\x24\xd2\xff\x57\x3c\x17\x3d\x0f\x04\x68\xf8\x99\x34\x6b\x8b\xde\x85\x9e\xdb\x52\x14\xdc\x4c\xa4\xec\x79\x61\x60\x72\x15\xff\xde\x84\xcb\x0e\x97\xbc\xe9\x2c\xba\xfc\x4c\x75\xad\xb0\xe2\x5d\x49\xb4\xba\x00\x3c\xb6\x83\xea\x0d\x78\x5c\x1c\xd4\x79\x03\x1f\xdb\xdf\xf8\xae\x74\x53\x0b\xb7\x10\x78\x41\xf3\x54\xb1\xfa\xc5\x3d\x62\xf5\x75\x6f\xb9\x2b\x56\x5f\x9b\xf4\xa6\x72\x77\xf9\x7b\xa8\x2e\x74\xb2\xdf\xf0\x06\x2d\x0e\x22\xbd\x1b\x22\x5d\x4d\x11\x94\xb9\xf6\x6f\xbe\xd3\xfd\x53\xc0\xf1\x4e\xed\x6e\xb8\x85\x81\x2f\x34\x4b\xe9\x31\xe0\x69\x43\xc4\x50\xb3\xee\xf5\x6e\x94\x65\x7e\x3e\xa8\xdc\xd0\x33\x82\x6f\x74\x8a\xde\x28\x7a\x5a\x1c\xdf\x79\x77\xee\x32\x4f\x4b\x47\xe6\x34\x0f\xbb\x37\x94\x0e\xd6\xb0\x3b\xc3\x4c\xfc\x3e\x68\x16\xb6\xb8\x3b\x91\x9a\x87\xdd\x21\x4e\x05\xea\xef\x0e\x71\x6a\x12\x7b\xce\xa3\x7a\x7c\xf1\x6d\x38\xeb\xfb\x3d\x68\x7c\x17\x58\xb8\x13\xd0\x9a\x39\x06\xe7\xcd\x2f\x70\xe9\x45\xf3\xc0\xd2\x57\xbf\x8f\xa5\xaf\xee\xf1\x78\x7b\x34\xfb\x0e\xa8\x27\x85\xa8\xef\x54\xec\x2e\xff\x90\xec\xab\x16\x01\x80\x5d\xa0\xf9\x0e\xde\x33\x3e\x3f\xe4\x5a\xfb\x07\xda\x43\x04\x58\xef\x20\x91\x9a\xb7\x00\x3f\x7a\xe2\xe3\xc4\xb3\xdf\xc7\xbc\x0a\xef\xdc\xc1\x6b\xb3\xb7\x54\x40\x50\x78\xa5\x18\x0b\xfe\xe1\xe0\x89\x7b\xb3\xe5\x23\xf4\xbc\x76\xc4\xbb\xe7\xfe\xdf\xff\x3e\x78\xe5\x9e\xa0\x40\x87\xff\xcd\x58\x70\x9b\xdb\xef\x89\xa5\x15\xde\xb8\x11\x30\xf4\xd9\x01\xd0\xea\xda\x8d\xe7\x4e\x07\x81\xf5\x27\x9b\xd0\xbd\x20\x12\x74\x09\xb9\x57\xb2\x81\x7f\x00\x1b\x78\xd9\x32\x5c\xc8\xbc\xcc\x24\x32\x55\x73\xfe\x40\x68\xb8\xe6\xc5\x53\x81\x1d\x04\x67\x1e\xca\x08\x6d\x9f\xa7\x72\x7b\xe9\xc2\xf9\x30\xf9\x65\xd5\x4d\xe8\xa9\x84\xf3\x9f\x1f\xb8\x2c\x12\xaf\x4f\xca\x0d\xed\x98\x87\x15\x7a\x1c\xf5\xff\xb0\x42\x8f\xed\xd2\x0f\x2e\xda\xf6\x21\x78\x1a\x81\xa3\xff\xa7\x16\x55\xc0\xee\x81\xcd\xc6\x96\xf1\xa7\xa3\x01\x5d\x53\x1e\x58\x64\x6c\x82\x7e\x3a\x5d\xb2\x3c\xae\xce\x63\x49\xbb\xf4\xe9\x39\x2e\xfd\x00\x8b\x4b\xb7\xd9\xfa\x19\x04\x31\x1e\xc6\xe0\xbd\xa4\xfa\x07\x6c\xcb\xf0\x17\x28\xbf\xa2\x6d\xfa\xb0\x0e\xe1\xe7\x7d\x1e\x85\xd3\x2f\xdc\x30\xf0\x6b\x18\xc1\x34\xe9\xfa\x3f\xc8\xe1\xd3\x2f\x10\x4c\x6a\x9c\x01\x2b\x81\xa7\x1e\x71\x7d\xcd\xeb\x1b\x98\x17\x09\xe4\xe7\xdd\x93\x9f\x68\x91\x67\x82\x05\xb5\x89\x1f\xee\x18\x9d\x39\xcf\x44\xda\x75\x1d\xb5\xcf\x04\x47\x6a\x4b\x3e\x93\x33\xa0\xfe\x26\xfb\x13\x7d\xef\x8e\xab\x8e\xf4\x7a\x66\xae\x8b\x3f\xc0\x16\x34\x03\x4f\x1e\xb4\xd5\x14\x20\xc7\xe2\xa7\xc7\xe4\x36\x75\x41\x2f\x9d\x2a\x59\xf6\xac\x5c\x48\xff\x00\xe6\x91\x98\x78\x16\xc1\xa8\x20\xf7\x83\xfb\x65\xd8\x90\xf0\x2c\x6c\x13\xf3\x06\x0b\x10\xd6\xe5\x17\x20\xab\xcc\x5e\x0b\x82\xc2\x9b\x64\x87\x43\xae\xf9\x77\xe7\xcd\x7b\xfa\x07\x4c\xb4\x79\x8b\xf9\x18\x7e\x6e\x20\x79\x4d\x13\x85\xb8\xbd\xd0\xb1\xf6\xb0\x44\x4e\xf1\xff\x84\x9f\xd5\x3d\x90\xd9\xbc\xa9\x76\xd2\xe8\x67\x88\x53\xf3\x16\xac\x27\xbe\x5f\x3e\x47\x63\x8b\x9a\xb7\x03\x8b\xef\x31\xf0\x7a\x67\x6e\x86\x79\xc5\xe2\xf7\x39\xb8\xe7\x24\x7f\x1f\x38\x6b\xfb\x98\x7b\x60\x2c\xe9\x76\x1c\x78\x4e\x1e\xde\xba\x1c\x3d\xc8\x31\x5e\xcd\x7f\x27\x45\x8b\x77\x08\x7d\x66\x1c\xb7\xf7\x9c\x58\xba\xe5\x26\xe1\xc9\x2c\x74\xf9\xc0\x97\xba\xdb\xf9\xe0\x61\x46\x70\xa7\xb8\x7a\x2e\x6a\x0d\x35\xcc\x0b\xec\x63\x6e\xe1\x05\x4e\x87\xc4\x73\xd1\xb3\x52\xc7\xc8\x73\xe5\xb0\xf4\x05\x6c\x0f\x4e\x6b\xf1\xf0\x82\x65\x6e\xc2\x7d\x6a\xda\xaf\xf1\xb9\x69\x5a\xfb\xf9\x0d\x4c\xbd\xd7\xf2\xce\x61\x6b\x98\x70\x89\xb1\xfe\xf7\xc1\x75\xa9\x8f\x3f\xd5\x17\x7f\x90\xa4\xa9\x5b\xd9\xfb\xc0\x5f\xc6\xd5\x7a\x1e\xb8\xcb\xcc\xe6\x2d\x05\x77\x19\x6b\x8f\x9f\xf7\x36\x34\xac\x96\x7c\x50\xc8\xa6\xdb\x72\xf0\x3c\xc8\x5d\x25\x98\xf6\x3c\x5c\x96\xec\x71\xfe\xde\xcb\x51\x55\x92\x84\xf9\x7b\xef\x46\x4d\xa6\x90\xf9\x43\xec\x5c\xd3\xa5\x76\xfe\x7e\x28\xfa\xf5\x0f\x5f\xcf\xdf\x7b\x79\x1a\x52\xf9\xcd\x1f\x4c\x17\xf2\x74\x9a\x3f\x98\x2e\xca\xa7\x03\x9a\xd5\x96\x7f\x98\x1c\xa3\xbf\xd8\xf9\x83\x9b\x3c\xd0\x84\x5f\x00\x7f\x7f\x68\xe4\x91\xb2\xfc\x01\x79\x6d\xf3\x1b\x14\x5e\x4d\x4d\xbc\x37\xb2\xa2\x24\x2a\xf3\xb7\x51\x76\x6d\xa2\x0a\x17\x32\x29\xfd\xe6\x6f\xe3\xb5\xa1\xf9\x87\xc6\x2f\xd4\xe9\x46\x9b\x8d\xbb\x18\x1c\x86\xbf\x08\xe8\x7d\x44\x14\xec\x17\x4a\x86\x35\x7f\xcc\x1a\xa5\x18\xd2\xf9\x63\x3d\xe7\xb1\xd4\x24\x2e\x64\xe5\xa7\xb5\x28\x49\x83\x5f\x60\x71\x26\xaf\xce\x7b\xe3\x1a\xca\x9f\x35\x7f\xbc\x60\xb5\x9f\xfa\x60\xa6\xc9\xd2\xd4\x26\x82\xed\x66\xfb\x89\x43\x78\x61\x1a\x9a\x19\x7a\xbb\x94\xae\x36\x2b\xcd\x90\x4d\x03\x41\x2d\x42\x1d\xbf\xf3\x57\x53\xcc\xbb\x0f\xea\xa3\x96\xc8\xac\xc9\xb6\x22\x0b\x77\xa8\xe2\xe5\x60\x6a\xca\x9f\xf9\x16\xb9\x29\xe5\xfe\x3b\x7f\x95\xe3\xe8\xfe\xe1\x41\x0b\x7a\x66\x32\x71\x05\x4b\xce\x5f\xcb\xcd\x2f\xb2\x5b\x0e\x4c\x74\xe3\x16\x55\x3c\xbb\xef\x1d\x69\x14\xaf\x78\x07\x8f\x78\xb2\xe1\xb3\x2c\xe7\x85\xf9\xeb\x9c\x7c\x0d\xaa\xf3\x7b\x8d\xa1\xc3\x74\x6a\xb6\xed\x24\x59\x04\xc1\xc7\xb9\xff\x3e\x3f\x6c\x50\xa7\x6a\x4c\x83\x04\x68\x5e\x47\x8e\x40\x14\x8f\xe4\x41\xbf\x01\x92\x8a\xd6\x6e\x90\xe7\x4c\xf3\x80\xf9\xa9\xaa\xcb\x17\x19\x0d\x5d\xf3\xe6\x2f\x72\xa3\xa8\x45\x28\xe4\x75\x79\x9d\x3f\x28\xe4\x75\xbd\x9e\xbf\x80\x32\xd3\x3d\x06\x45\xec\xe7\x07\xcc\x72\x11\xcd\x2f\x94\x2a\x8a\xa6\x98\x3f\x5c\x67\x74\x0d\x9c\x3f\xf8\xa9\xcc\x66\x9e\xc6\xfd\x45\xd7\xbe\xf9\x0b\x38\x4f\x99\x61\x71\x7d\xd1\xe9\x37\x7f\xa9\x9e\xef\xfa\x60\x42\x84\x15\x8d\xf9\x05\x5f\x43\x7e\x92\xf3\x37\x49\xa1\x86\x8c\x5c\x57\x75\x8a\xa2\xc9\x1b\xd8\x72\x83\xeb\xbf\xff\xd5\x32\x35\x07\x2f\xfa\x6a\xb2\x6f\xcd\xdf\x0b\xbe\xaa\xe0\xe8\xfc\xcd\xdc\xe8\x22\x11\x9a\x79\x81\xe6\xf9\x83\x66\xbe\x2d\x35\x08\x27\x14\xe5\xa1\x99\x3f\xea\xe5\x9b\xb9\x1d\x40\xea\x45\xcc\xff\xf7\x31\x34\x7f\xd0\xda\xeb\x1e\x31\x7f\x44\x5d\xcd\xbb\x0f\x6a\xfb\x6e\xc1\xb4\x28\x5f\xbd\xc8\x4c\x7b\xe5\x19\xdc\xa1\xb9\xf4\x0c\x12\x65\x35\x6f\x1d\x64\xc8\x6c\xdd\x1f\x50\x70\x99\x8d\xa8\xb6\x6f\xde\x7c\x4c\x97\x30\x45\xc3\x8b\xbb\xea\x67\xca\x90\x2d\xa1\xff\xcc\xa9\x3b\xc4\x6b\xf5\x07\x60\x93\xea\x06\x11\x84\xeb\xdd\x99\x6a\x7a\x35\x78\xc0\x1a\xe6\x0e\x00\xcb\x36\xb7\x77\xf0\xdc\xf2\xf6\x3f\x32\xeb\x8a\xbf\x40\xb2\xfa\x26\x8a\x00\xa2\x04\x04\xe7\xef\x04\xdf\x59\x86\xd1\x71\xb9\x99\x04\x14\x84\x56\x40\xc2\xfc\x25\xe8\xf2\xb4\x51\x8b\xfe\xb3\x2c\x06\xea\xaa\x9f\x2f\x72\x7f\x8b\xd5\xe0\x86\xa2\x40\xf7\xf9\x3b\xa9\x80\x58\x6a\x92\x09\xaa\x14\x41\x3b\x7f\x17\xb5\x4d\x46\x00\x57\x92\xe9\x4f\xb0\x3f\x3c\xce\x0b\x3b\xb6\xfa\x03\x30\xa3\x89\xba\xc8\x6f\x1a\x26\xf4\xe4\xc5\x3b\x1e\x2e\x25\xc3\xdb\x25\xf3\x6b\x5a\xb6\xb3\x0e\x8b\x37\x24\xd2\x59\x7d\x04\xeb\xcd\x0d\xec\x06\x28\x06\x2d\xb4\x90\x85\x60\xa9\xf8\xde\xfc\xdd\x3c\x3e\x8c\x29\xe0\x53\xf2\x39\xee\x99\xd2\x3b\x2c\x7b\x1f\x9c\xc5\xde\x13\x4f\xce\x9b\x46\xf9\xd0\xc6\xe7\x03\x07\x39\xbe\x3f\x54\xd2\x0d\xa5\x79\x17\x31\xa7\x95\xc2\x80\xe7\x0f\x39\xad\x56\x18\x3c\xc1\xfb\x39\xcc\x72\x0f\x59\x6e\x88\xa9\x81\xff\x56\x18\x3b\xd1\x55\xa5\x79\x63\x3d\xd8\x16\x66\xd2\x87\xae\x22\x6e\xf2\x66\x0b\xff\x9a\xdc\xe8\x1d\x2d\xe9\xb0\xc1\x79\x65\xa9\x8c\xe0\xdc\x90\x3c\x41\x55\xcc\xe6\x06\xdf\x68\x2f\xdf\xf6\x43\xde\xbd\xf0\xff\xc8\x16\xf6\x4f\x2b\x3c\x37\x68\xd3\x8d\xcd\xb6\x17\xff\x15\x29\x3e\xe6\xf6\xa3\x01\x76\xb8\xc3\x8b\x63\xd2\x1b\x5b\x4a\x0f\x75\xb1\xe5\xc4\xf9\x87\xc9\x37\x42\x3f\xc0\xb9\x44\xeb\xbb\x6d\xe0\xc9\xe6\xff\x79\x87\x1a\x6e\xe1\x66\xa7\xfa\x82\x39\xb2\x14\x95\x3b\x37\xa8\xc3\x8d\xa4\x36\x56\x26\x6c\xee\x93\xfa\xf0\x26\x31\xb9\x15\x8e\xdc\xcf\xa8\xca\xa7\xf4\x2b\x73\x4b\xb8\x56\xdc\x26\xd8\x52\xfb\x7d\xab\xc9\x96\xea\xa3\x22\x12\xcb\x8b\x81\x3a\xd2\xf5\xf3\x9c\x4c\xa7\xd9\x7e\xb1\x58\xb5\x28\xdf\x12\x8a\x99\xc8\x9a\x33\xe1\x1f\x38\xfd\xe6\x88\x17\x7b\x0d\xa3\x8e\x8d\xfe\x20\xba\xa9\xcd\xad\x51\xc1\xf6\xa7\x5b\xd1\xdc\x08\xbb\x04\xc3\x36\x16\x0e\x2c\x66\x98\x96\x24\x6a\x56\xe0\xfe\x61\xec\xb7\xb1\x20\x8b\xbc\x7c\xe7\x06\x6d\xb5\x32\x70\xcf\x0d\xd9\xad\x64\xf5\x9a\x5b\xc7\x66\x16\x22\xd8\x98\x05\x54\x51\xa1\x73\xeb\x58\x5b\xc1\xa4\x0d\xca\x6c\x23\xb3\xad\x77\xe4\x96\x14\x45\x3d\x19\xd0\x2f\x60\xe1\xfe\x29\x84\xe6\x36\x52\xa6\x89\x04\x56\xe6\xfb\xbe\xc1\x33\xbd\xfa\x0d\x78\x9a\x56\xbf\x40\xb7\x61\x53\x3d\xb8\x0e\x22\x82\xca\x65\x55\x75\x9c\x5b\x30\xcf\x84\x88\x0a\x0e\xdb\xcf\xdc\xda\x82\x56\x5b\xe0\x84\x92\x4c\xdb\x22\x97\x42\x34\xc5\x04\xf7\xf8\x05\xf8\xeb\x7a\xa9\x82\x66\x05\xcd\x1b\xd2\x0e\x4c\xcb\x82\x09\x78\xe9\x5d\x36\x09\x2f\xcd\x5b\x50\x94\x7d\x36\x19\x14\x65\x16\x91\xdb\xe4\x15\xc8\xb3\x32\xc9\xe0\xd5\x4d\x52\xaa\x86\xb8\x11\xba\x32\xcb\xcc\x6d\xe2\x78\xb2\x78\xa1\xae\x4c\x75\x24\xe7\xc6\x80\x35\xc5\x18\xcf\x6d\x12\x3a\x68\x5e\x17\x77\xa1\x00\xd3\x46\xfc\xe6\x69\x5a\x38\x90\x86\x3f\x48\x9a\x44\xe4\x22\x98\xd0\x91\xb5\xbd\x00\xae\x76\x0b\xc5\x95\x44\xb9\x49\x98\x61\x3f\x1f\x5c\x80\x84\x26\x81\x72\x5c\x00\x6a\xdb\x39\xd5\xfa\x60\x4f\x1e\xd7\xd4\xee\x24\x5a\xc3\x86\xdf\xf1\x67\xdb\xed\x30\x1d\x2f\x37\x00\xe9\xe5\x79\xdd\x73\x9a\xf4\x02\x1c\x21\x3e\xd3\x76\x50\x9b\x21\x60\xb0\x1d\x48\xce\x60\x21\x7c\xe4\x62\x6a\x90\xf0\x7c\xf8\x4c\x13\x34\x5f\xdf\x1e\xb0\x74\x1e\xf4\x41\x95\x90\x4e\xb7\x0d\x8e\x0c\x8a\xb5\x9d\xdb\x81\x2d\xe2\x31\xc3\x91\x41\x7e\xf5\x73\x83\xd7\x70\xf1\xd9\x03\x3d\xd8\x6c\xcd\x3f\x80\x1f\x05\xed\x37\x2a\xc6\x5a\xf3\x0f\x94\x75\xee\x12\x79\x0c\xaa\x65\xd1\x89\x31\x4c\x8d\xe1\xc4\x34\x4e\x8d\xf9\x1f\xa6\xf3\x0b\xb9\xf4\x9a\xa6\x13\x83\x12\xfa\xdf\x4e\x4e\xfc\x87\x6a\x2a\xc2\x84\x75\xb7\x0b\x1b\x5d\x37\x96\x0d\xc5\xa9\xa7\x87\x0d\x48\xb7\x3e\x67\x38\xe3\xd3\x9a\x30\xdb\x76\xf1\x0e\x6f\xe1\x72\x71\x18\x6e\x82\xc3\x70\x0b\x5c\x1a\xbf\x4f\x20\x62\x99\x4b\x10\x17\xde\x45\x37\x1d\x17\xfd\xcc\xf3\xd3\xec\x71\xd3\xc5\xce\xcf\xf1\x76\x21\x4d\xd2\x06\xdf\x06\x45\x27\xce\x8d\xbe\x0c\x96\x15\x37\x81\xc4\xfc\x4b\xe5\xbc\xb9\x31\x83\x7a\x33\x24\xb8\x69\x02\x75\xf3\x14\xaf\x86\x21\x4c\x5a\x6a\x51\x94\xa5\xf5\x44\xef\x43\xd6\xf0\x00\x90\xab\x60\x85\x0f\xdf\x74\x3c\xf6\x2c\xc2\xdb\xa1\x2b\x4a\x63\x6e\x08\x77\x2b\x9f\x67\x1e\xc6\xc6\x10\x0f\x38\x7c\xf9\x05\xaa\x59\x05\x4b\x0a\xeb\xbe\xc8\x6d\x65\x16\x00\xba\xae\x98\x89\x59\x7e\x9c\x78\x9d\xa7\x05\x0e\x11\x8a\xf2\x9c\xe5\xc7\x89\x77\x93\x84\xa5\xa1\xe7\xf5\xdf\xff\xba\xfc\xd2\x67\x81\x7f\x84\x02\x32\x67\xf9\x91\xa3\x75\x57\x2b\xd0\xe8\xf9\x32\x57\x10\x0a\xa7\x78\xcb\x59\x98\xb3\x5d\x83\x2a\xa9\xcf\xd3\x26\x2a\xdb\x0f\x1f\x68\x4c\x88\x84\x93\x63\xcc\x2c\x2f\x42\x1c\xf2\x3d\x9e\x05\xba\x38\x65\x81\x99\x85\xf8\x70\xf8\x99\x87\x6f\xf7\x07\x04\xd6\x82\x98\x05\xa1\x71\xdf\x67\x16\x6c\x30\x05\xbc\x79\x69\x03\x94\x0d\xda\x9e\x6e\x92\xde\x31\x54\x77\x59\xf2\xe8\xd3\x24\x14\x8a\x4b\xe1\xaa\x52\xc8\x1d\xcb\x9f\x2c\x8c\xca\x2f\xc0\x95\xb7\xf8\xff\x03\xff\xab\x4b\x38\x23\x1b\xfb\x15\xf8\x1e\x4b\xcb\x3f\x0b\xf2\x68\x75\x6b\x7f\xca\x8b\x1e\x87\xe2\x3b\x67\xa9\x29\xa0\xfd\xc5\xcb\xd2\xf2\x93\x9d\x05\xaa\x3f\xf9\x6f\xcc\xc2\xb4\xf0\x9f\x06\x26\x1a\xd4\xac\xc1\x19\x59\x99\x83\x67\xa9\x39\xcd\xfe\x81\xbb\x50\x20\xa7\x34\xae\xb4\x48\x64\x1d\x6a\x85\xf5\xcf\x42\xef\x08\x95\xca\x9d\x85\xde\x11\x56\x36\x94\x96\x25\xec\x35\x4f\x8d\xc9\xcb\x35\x2f\x2d\x57\x5f\x54\x34\x2a\x17\x9a\x3b\xa1\xc8\x95\xec\x29\x8d\x22\x57\x02\xb3\xa4\xc7\xb0\xb4\x7b\xa5\xf3\xcc\x77\x2f\x0c\x6f\x6b\xc3\x9f\x60\x72\x84\xbe\x4a\xe7\xf2\x6a\xb2\xa1\x3f\x54\x84\xde\x2c\x4c\x87\xd5\x86\x5b\xc4\xb6\x11\x70\x29\x00\x9d\x8a\x9f\x9b\x25\x41\xa7\x6e\xb9\x05\x0a\x44\x5f\xfe\xca\xe0\x69\x36\xfc\x43\xc3\x0b\xea\x61\xd0\xce\xad\x89\x49\x8f\x5f\xef\xcc\xc1\x31\x68\xb9\x06\x6f\xda\xc2\xea\x05\xa6\x57\x79\x5a\xcf\x32\x90\xbb\x48\x32\xb1\x00\x93\x56\xf3\x30\x2c\xaf\xdd\x33\x1f\x0c\xd8\xf2\xac\x21\x57\xd6\x47\x38\xb1\x1a\xb3\x15\x37\x25\x1d\x78\xa5\x9e\x2b\x41\x99\x39\xfc\x09\xf6\x81\xc5\x11\x3d\x7a\x9b\x8e\xa2\x32\x39\x2f\xc2\x42\x85\x95\x6b\xc2\x02\x64\xe6\x44\xf8\x93\xc5\x37\x44\x38\xb3\x5b\x35\xef\x0d\xe0\xcc\xf2\x1b\x7f\x39\x8d\xca\xc4\xd2\x7a\xeb\x4e\xaa\xe0\x74\x9c\x16\x7a\xf7\xaa\x98\xf2\x2c\xf0\x72\xa8\x82\xde\x65\xe5\x18\xfc\x42\xa3\x92\x4e\x63\x20\x2a\xfd\x88\xdd\x35\xf9\x83\x3f\x01\xbc\x6f\x6e\x13\x42\xce\x7b\x0f\xde\xbb\xd5\xbb\x77\xff\xb1\x01\x7d\xb0\x33\x7a\xc1\x2c\xbb\xd3\x5f\xdb\x2f\xbc\xab\xb9\x79\x1b\xed\x0c\x53\x1c\x6e\x92\x12\x42\x18\xb1\xc0\x7d\xb7\x5a\x10\x43\xef\x57\xcd\x70\xa8\x9c\xe3\x6b\x53\xd9\x73\xe6\x4c\x02\xea\x7b\x79\x6d\x99\x16\x41\x61\x8c\xb3\x20\x3d\x7e\xd5\x25\xa5\x24\x8e\x15\xb0\x2d\xa8\xa4\x33\xcc\x2e\xcc\xab\xda\xc2\x5f\x04\xfb\xf4\x17\x89\xf7\xf5\x8c\x61\xea\x14\x2f\x47\x32\x8b\x86\x7d\x70\x94\x7e\x81\x7b\x3f\xfc\x03\x72\xee\x4e\x77\x99\xc3\xf4\x0f\x0c\x8d\x34\xd7\x9f\xd4\xc4\x8b\x86\x33\xc5\xa2\xfa\xbc\x72\x22\x44\xf5\x45\xc7\x49\x8d\x13\x21\x6b\xd5\x4b\xf1\xc2\xca\xe6\x5b\x71\x41\xc4\xda\xf4\x20\x32\x60\xcd\x13\x85\x72\x82\xdd\x12\x0f\x20\xb2\x7a\x9a\xe0\x61\x5b\x3e\xe7\x05\x50\x64\x35\x37\xc0\xe5\xd6\x2a\xd6\x02\x17\xdb\x6a\x69\x71\x81\x21\xbd\xf8\x77\x32\xa4\x1a\x80\x49\xd8\xe8\xbc\xdc\xb9\xb6\x22\xf1\xc6\x11\xe8\x6d\x7c\xe7\xae\xd1\x20\x91\x44\xf5\x73\x88\x42\xd9\x18\xe6\xf0\x17\xa5\x96\x65\x71\xc4\x2c\x5a\x6d\xba\xcb\xe4\x68\x0d\xf2\xc5\xa9\xd5\x7a\xe1\x42\x0f\xdb\xcf\x41\x90\xc8\xd3\x50\x01\x5e\xb4\xbe\x25\x97\x87\x44\x6b\x1e\x11\x01\x57\xcd\xd1\x09\x3c\x7d\xd0\x3f\x3c\x8b\x2c\x96\x1f\xae\x84\x88\x44\x08\x5c\x35\x8d\x70\xb2\xad\x06\x02\x99\x25\xcb\xbb\xe8\x49\xfe\xfb\xd7\x45\xcd\x64\xfa\x92\x7f\xf5\xb7\xfd\xf7\xbf\xa9\xb2\x4b\xb3\xfe\x58\x13\xb1\xe9\x99\x83\x70\x03\x0d\x6b\xef\x67\xfa\xc8\x2e\x3d\x03\xe3\x49\x74\xd4\x1f\x87\xe0\xf6\xb8\x65\xa6\x7f\xa0\x47\x95\x9e\x09\x12\x4d\x31\xd3\xa5\x2a\x37\xed\xac\xc8\xa4\x2f\xcf\xba\x59\xe9\x62\xab\x0c\x6b\xb3\x32\x1d\xaa\xcf\xcb\x5a\xe8\x07\x2f\xa1\x5b\xa1\x24\x54\x6a\x9d\x59\xe1\x12\x6b\x3b\x73\x25\x64\x13\xdc\xa9\xcc\x4f\xe0\x23\xba\x66\x4e\x2b\xe9\x16\x2a\x2d\xb8\x3e\x72\x2b\x74\x84\xca\x76\x3c\x6b\x5a\x74\x05\x96\x2b\x5c\x64\xab\x94\x88\x15\x2e\xb2\xb5\xfd\x49\x3b\x57\x69\x0e\xf6\x95\xb9\x56\xf0\x56\xf3\x73\xc7\xb3\xc8\xa9\x30\x62\x84\xff\x0f\x36\x60\x72\xde\x53\xc6\x18\xb1\xc2\xbf\xb6\x4a\x6f\x5e\x2b\x2f\xc4\x52\x34\xd4\xc4\x84\x82\xd6\x95\x85\x0a\xbd\x07\x2b\x41\xa2\x2e\x30\x95\x75\x09\x8d\x2a\x6a\xe3\x9d\xa7\xf9\x0b\x8a\xec\xe5\x37\x30\x0c\x81\xef\xfa\x82\xc6\x18\x5e\xc8\xc6\x0b\xb1\x0e\x81\x8a\xa4\xfb\x2a\x95\x3a\x6b\x26\x54\xf0\xff\xef\xa6\xb5\x92\xb2\x76\xd2\xa8\x75\x64\x29\x22\xdb\x72\x2a\x94\x90\xd6\xcc\xd6\xce\x99\x97\x30\xab\x9d\x34\x0b\x3b\xd5\x4e\x89\xfe\xe9\x23\xf7\xb9\x86\x99\x98\x73\xf9\x8d\x09\xaa\x4d\x05\xc2\x9f\xec\xaf\x51\x5f\x88\x38\x55\x5b\x60\x56\x40\xc4\x08\x8f\x9b\xa5\x05\x8d\x9e\x2a\x2c\xc0\xbe\x03\x54\x64\x1e\xa8\x9e\xb9\x60\x76\x29\xd1\x44\x07\xd6\x90\xac\xa9\xb0\xf0\xfa\x44\xaf\x70\x58\xfd\x7e\x90\x5b\xc0\x2f\x3c\xa0\x51\x3d\xcc\x24\x49\x8b\x37\x73\xfd\x45\x34\x53\x60\x7d\xfa\x98\x5c\x6e\xf5\x31\x79\x18\x9a\x0b\xe1\x71\xe7\x93\xa7\x22\xfc\xaa\x9a\x29\xa1\x45\xfc\x48\x27\xf8\xb4\x76\x2b\x78\x2b\x7c\x5a\x8d\x22\xea\xe2\x65\xcb\x1c\xb6\x28\xef\xd4\x03\xbc\x50\x95\x55\x78\xd6\x45\x1b\x86\x37\xf6\x5a\x1c\x84\xbf\x20\x0d\x9a\x48\x66\xa9\x6a\xcb\x2f\x50\x9a\x08\x46\x54\x06\x64\xb5\xe5\x1f\x20\xb6\x2d\x03\x89\xe8\x84\xb6\x2b\xb4\x88\xd5\xd2\x07\xf1\x58\x8a\x2f\x99\x95\xfe\x73\x86\x5f\x75\xcf\x7d\x22\x1a\x90\x8d\xa0\x9a\x7f\x76\xaa\x38\x2c\xf2\x76\x8e\x42\xfc\xb3\x33\xd2\x41\x24\xb1\xe0\x91\xcf\xec\xba\x73\xfb\x7b\xab\x1d\x0c\x6c\x14\x51\x07\x39\x50\x1f\x40\x2b\x28\xcf\xc5\x59\x0f\x8a\x50\x1d\xf2\xf5\x84\x84\xf4\x49\x01\xa5\xde\x30\xfb\x9c\x01\x86\x53\x07\xac\xd5\xfc\x39\x8b\xa0\xc4\x1b\xde\xaa\x08\x67\x0a\x8b\x9b\x13\xcc\x10\x7e\x26\x38\xf3\x20\x2f\x06\xa0\xfa\x74\xbc\x88\x9c\xfd\x09\xf2\x03\x7c\xb6\x19\x73\x4c\x75\xef\xd4\x8b\x4e\x03\xa2\x01\x1a\x3b\xf9\x0f\xcf\xfa\x62\x27\x27\x7f\x9f\x15\xa1\xfd\xb3\x7b\x1b\xa1\x36\xf3\x66\xc9\x7e\x63\xed\x7d\xda\xdd\x24\x49\x48\xa6\x42\x41\x37\x0d\x29\x2b\xdd\xe5\x8c\x10\xeb\xbd\x90\xc8\x46\x6b\x7d\xd3\x94\xe3\x7d\x77\xe3\xfc\x8b\xbf\xe4\x54\x98\x15\x38\xe8\xb3\xae\x34\xd2\x9a\x31\x1e\x04\x52\x48\xb5\x5a\x11\x5b\x54\x7d\x10\x12\x16\x59\x8e\xbc\xb0\x68\x0e\x23\x10\x24\x9f\xb2\xc2\xb1\x3e\x29\xa9\x34\xc5\x50\xcf\xcd\xfe\xf9\x02\xe4\x2f\x7f\x71\xf2\x0b\xcd\xe9\x03\xd6\xd3\x94\xb5\x4c\x46\x25\xe0\xd5\x88\x7a\x3e\xcf\xb4\x1a\x4f\x3d\x33\xc0\x51\xcb\xd8\x7e\x24\x72\xe8\x79\xff\xef\x7f\xa1\xfa\xd6\xb3\xc1\x7b\x4e\x4e\xe1\xb3\xbd\x30\xa8\x2a\x6e\x6e\x36\xea\xda\x74\x98\x36\xa0\x22\x79\x9b\xce\xf6\xa3\x66\x43\x52\xa5\xa5\xaf\x9c\x36\x68\xdb\x28\xf0\xd5\xe3\x96\x6c\xd0\xf5\x43\xf0\x07\xbf\x41\xc9\x25\xe8\xd5\x0a\x58\x4b\xc7\x52\x43\xa8\x91\xc2\x7c\x66\x2b\x0b\x09\xfe\xfc\x3f\x64\x84\x04\x5b\x7b\x61\xd2\xb0\x2f\x57\x63\x0e\x79\xe3\xd5\x56\xd3\x39\x59\xcf\xaf\x48\xb0\xc3\x4c\xa3\x62\x4a\xda\x9a\x56\x73\x65\xd5\x62\xc5\x21\xb4\xfc\x8c\x82\xac\x92\xa4\x8d\x36\x4e\x8b\xef\x06\x33\xa6\xfd\xe8\x1a\xcd\x98\xc6\xb3\x0d\x41\xec\xc3\xb3\x84\xac\x9d\x2a\x67\x34\x5b\x9a\x39\x25\x7b\x5b\x4b\x39\xa7\xa5\x6a\x37\x12\x1a\x6b\x16\x01\x31\xa6\xea\x56\xcc\x46\x9d\x93\x61\x7c\xeb\xbc\x8c\x88\x86\x9e\x1c\xad\x4e\xe1\xc0\xef\x7b\x40\xa3\x8e\xa9\x0b\xd1\xb6\x4e\x49\x65\x7e\x1a\x3c\x6c\xc5\xe2\x0d\x61\xe5\x5d\xf2\xbc\x41\xc9\x64\xdf\x9f\x86\xfa\xc8\x9b\xa7\x9a\x5e\x6b\xbe\xc4\xb5\x41\xfe\xd9\xdc\x02\x95\x02\x22\x8a\x5a\x27\x43\xfb\x86\xb8\x1c\x7b\x35\x36\x66\xee\xf4\x45\xb2\x8d\x03\x2f\x98\x46\x06\x26\xbb\x01\x9e\x08\x6e\xe0\xc6\xfb\xfe\xff\xc1\xb3\x26\x96\x61\x3a\x8a\xbe\x9e\x0d\x71\xea\xd6\x42\xb5\xa0\xf7\x87\x64\x47\x8b\x1c\xa5\xba\x80\x23\xdc\xe6\x2d\x10\x44\x1c\x3a\x4a\xdb\x8b\x93\x86\x9c\x93\xdf\xbb\x3e\xa7\x45\x1c\x05\xcf\x38\x3b\xc2\xb5\x80\xcd\xd0\xfc\x12\xb9\x76\x26\x8a\x0c\x24\x89\xde\x60\x6e\x9d\x5d\xc0\xb9\xc1\xdc\x6a\x9f\xd5\x06\xd7\xb8\xe6\x6d\x93\x49\xdd\x2d\x6d\x90\x90\xa9\x79\x31\x17\xea\xbd\x78\xa3\x2e\x22\x2f\x01\x8a\xb6\x68\x63\xf6\xda\x51\x0d\x35\xfc\xcc\x8d\xa4\xb3\xb2\x31\x0a\xbd\x17\xb7\xb9\xe0\x48\xab\x71\xc2\x14\xda\xcd\x60\x8b\x69\xbb\x75\x50\x35\x80\x98\x66\x7e\x42\xc6\x25\xbb\x72\x34\x66\x50\xea\x3a\x0a\xdb\x4e\xa8\x35\xfe\x52\xb0\x75\x36\x78\x96\xd9\x5f\xb9\xed\x29\x31\xd5\x3e\xeb\x2b\xda\xd0\xd9\x0e\x46\xa2\xe9\x8b\xa3\x41\x14\x88\xc0\x63\xa2\x48\x81\x26\xed\xe0\x4a\x6b\x8e\x0e\x5e\x89\x2c\xa4\xa1\x1e\xb2\x83\x53\x3b\xc8\xdf\xee\x90\x6a\x58\x73\x1f\xd3\xb5\xf7\x62\x12\x38\x47\xfa\xe2\xa4\xf3\xa9\xf0\x6a\x3b\x39\x69\x9a\xa3\x93\xf8\x55\x88\xb8\x9d\x30\x77\x09\x1a\x36\xa4\xdd\x6c\xee\xe1\xa4\x7c\xd3\x20\x10\x31\x60\x2f\xc3\x06\x3b\x67\xd3\xe9\xdd\x4e\xe2\x3c\x8b\x37\xd8\x3d\xed\x77\xd6\x5e\x8c\x34\xec\x3f\xd5\x10\x01\x1e\xc3\xff\x57\x8e\x51\x14\x5e\xa4\x48\x0d\x5e\x9c\x56\xff\x0f\x8a\x74\x4b\x6c\x2f\x42\x72\xf0\xf4\x6c\x77\x72\xa2\xa6\x99\x09\x30\xbb\x69\xbe\x79\xb8\x8a\xa4\x9b\x89\xfc\xfc\x01\x25\xb4\x90\x66\x7b\x72\x9a\x45\xf4\xc3\x2d\x29\xe8\xd8\xe8\x58\xe6\xfb\x7c\x03\x6a\xb1\x17\x51\x7b\x28\x0d\x2d\x70\x9f\xa4\x4a\x74\x3f\xb4\xb7\x79\xdf\xc3\x09\xac\x55\x37\xc9\xcb\x8a\xae\x58\xed\x01\x37\x68\xe6\x3a\x63\xa8\xa7\x9f\x71\x37\x91\x2d\xa3\xff\x92\x86\xa5\x1f\xe8\x82\x23\x98\xd1\x69\xc2\xf3\xe5\xa4\x6f\x3c\x37\x24\x2a\xfa\x86\x6c\x3c\x62\xf2\xfe\xc2\x8a\xaa\xea\x55\xef\x19\x04\xa2\xfd\x3f\x8e\x70\x8d\xb2\xc3\x44\x67\x37\xc2\x4e\xf5\x4d\xff\x7c\x40\x86\x92\x80\xec\x1b\x05\xc5\x32\x09\x18\xb6\xe6\xbe\x17\xf2\xfc\xd0\x33\xd7\x42\x1c\xd1\x4b\xfd\xef\x7f\x61\x3f\xb3\x8e\x2c\xe7\xf6\x3f\xe8\x2c\x87\xe3\x4b\x5c\x67\xc2\x20\x2b\x80\x7a\x49\x2a\xfd\x09\xd7\x46\x34\x41\xe1\x63\x00\xd8\x0b\x0f\x60\xe1\xfa\x5e\xa9\x63\x12\x58\xea\xa9\xa2\xd1\xd6\xed\x69\xb6\x13\x5b\x76\x9a\xed\xdc\x66\x25\x4e\xd0\x5e\xee\x40\x37\xbe\xe0\xf4\x7a\xbf\xa0\xd2\x6b\xc5\xd8\x43\x5f\x77\x3b\x34\x2e\xf6\xba\xe9\x0d\x33\xe7\xc5\x68\x15\x75\x51\xd5\x41\xa3\x66\xa2\xb9\x81\x89\x06\xc4\x40\x8d\x69\x8a\x34\x71\x08\x50\xb6\x39\xad\xc3\xe7\xcb\x0e\x0a\x1d\x39\xcb\xc3\x43\x4a\x2c\x24\xb8\xd5\x7b\xf2\x9b\x7a\xe8\xdc\x69\x82\x15\x9d\x5e\x5f\xbe\x4f\xf4\x5e\x21\x96\x45\x34\xa2\x1f\xed\xc2\xd0\x53\xbd\xd2\xdc\x24\xf4\xd9\x66\x8f\xce\x41\x99\x86\x85\x06\xfd\x4c\x18\xeb\xef\xc9\xa1\x5e\x28\x46\x4b\x46\xff\xfd\xe5\x20\xea\x9d\x3a\x57\xa9\x5a\x3a\x32\xf8\x7c\x66\x7d\xd0\x78\xe6\x59\x1c\x13\x7e\x6b\xe2\xc6\x81\xcc\xf1\x9e\xf5\x01\x48\x61\x7e\x7e\x71\xd4\x54\xc1\xdc\xd9\x81\x9b\x9a\x74\x56\x7d\xe4\xac\xeb\x05\x82\x18\xc9\xa6\x1e\x44\xfe\xba\xfe\x77\x56\xae\xb1\xf1\xb5\xd3\xbf\xdf\x46\xa6\x4e\x73\x9d\xdd\xcf\x3b\xcc\x75\xb6\xce\x76\x9a\xeb\x6c\x95\xec\xf0\x2a\x6b\x82\x18\x3d\x61\x8e\x99\x6d\x22\x5f\xb8\xe7\x89\xe9\x77\x42\x8a\xb3\x3e\x89\x08\xbc\xb2\x93\xe3\x70\x93\x58\x59\xd3\x34\x73\x5c\xfe\x01\x67\xc9\xa7\xcb\x83\x2f\x98\x48\x26\x73\xd2\x5d\xb1\x4f\xc2\x06\x1d\xa0\x1d\x51\xce\xb6\x5b\xf7\xc5\x3d\xa5\x16\x68\xd1\xeb\x9e\x7d\x04\x5c\xda\x6f\xa3\x03\x39\xd9\xc0\xd7\x59\xf1\x5a\xf1\xe8\xb3\x03\x49\xd9\xeb\xb9\x23\x12\xa0\x7d\xfe\x87\x2c\xd2\xd1\xd3\xa9\x2e\xea\x9f\x1e\x38\xf5\xfe\x22\x2d\x7e\x52\x64\xf4\x3d\xa5\x93\x26\x06\x6e\x65\xf6\xea\xe9\x4c\x6c\x6e\x5d\x48\x87\x0a\xc9\xf6\xfb\xbe\x53\x86\xea\xce\xdc\x77\xce\xbd\x3f\x40\xc9\x05\x8b\x54\x84\x64\x76\x6f\x22\x84\x06\x28\x5b\xcd\xec\xfb\x7b\x48\x4f\xcb\xa6\x9d\xa7\x9f\xd7\x6e\x47\x5e\xd3\x0f\x89\x0f\xa2\x7f\xd5\xc0\xf1\x7b\x77\x81\x2e\x8f\x9d\x11\x9b\xbe\xb4\x77\xa6\x41\xb7\xae\xa5\xa7\x01\x50\xea\xc2\x7e\x50\x33\xa2\x6b\x54\x27\xc4\xf3\xd9\x04\xd7\xb6\xe6\xe3\x92\x06\x3f\x5f\xab\xfa\x89\x48\x3d\xdd\x40\x3a\xf3\xa2\x5b\x3d\xd3\x59\x38\xf1\xb3\x79\xe1\x69\xd6\x7c\x46\x33\xad\x79\x37\x83\x9d\x74\x9f\x5b\xfe\x02\x97\x5c\xe1\x84\x9e\x41\x9c\xde\xbd\x27\x0e\x4c\x33\x10\x21\x99\x05\x20\x62\x36\xed\xa1\xd0\xd3\xa0\x27\xe0\xda\x61\xc0\x6b\x3e\x78\x10\x0b\x60\x07\x84\x7e\x91\xc1\xdc\x43\x5a\xf0\xa4\xaf\xe8\x37\x37\xb7\x67\x0e\x69\xce\x37\xef\xab\x9b\x34\x68\xe2\x18\x0d\xf0\x91\xd2\xa9\xa5\xf2\x01\x0a\x2d\x95\xef\x07\xfd\xc6\x5a\x74\x7f\x40\x05\xb4\x39\x2a\x3d\xbf\x0c\x24\x50\x96\xa6\x39\xb8\xaf\x3f\xd9\xa9\x66\x02\xa8\xcd\x9e\xdd\xfd\xe1\xfa\xfb\x03\xf4\x69\x61\x80\xba\x34\xd3\x48\x83\x55\x0f\xad\xc4\xec\x70\xfc\xb2\x79\xbf\x3f\x89\x13\xfe\xf5\x30\x7e\x54\x29\x6a\x6e\x07\xd2\x52\xda\x75\x71\x00\xd4\x29\xe4\xfb\x3d\xf8\x90\xa6\xaf\xea\x99\x2c\xf9\x27\x3b\xd1\x80\xda\xc9\xde\x0e\x03\x39\x70\x42\x69\xb1\xde\xed\x43\x72\x86\x7e\xe0\x85\x42\x12\x72\x40\xaf\x64\xa7\x8b\xb1\x8d\xff\xfe\xd7\xad\xbc\x1e\x5b\xbc\xcf\xba\xf7\x8d\x8d\x6e\x68\xba\x61\x8c\x54\x33\x89\x15\xc6\xc6\x49\x75\x97\x14\xca\xcb\x3f\xf0\x5a\x24\x7e\x1c\x25\xa9\x54\xa7\xd0\x4c\xd9\xf6\x3f\x4a\xd6\x72\xd3\x34\xd3\xcb\xdf\xfe\x04\xa3\x50\xc1\x1d\x6e\x82\xbb\x4a\x9d\x16\x14\xec\xd5\xa1\x3a\x2a\x36\x91\xe7\x21\xd1\xd9\xf2\x0f\x39\x50\x11\x91\xda\x2a\x2d\xfe\x60\xa1\x6b\xab\xab\x06\x6d\x66\x5d\xfc\x34\xd2\x66\x66\xf6\x40\xc0\xa4\x1d\x0a\x46\xcb\x14\x88\xea\x04\x6e\xfd\x63\xea\xfa\x34\x98\x75\x3c\xb4\x2f\x46\x82\xba\xee\x37\xb0\x9b\x25\xda\x07\x40\x9a\xea\x90\xcd\x81\x34\x8b\x56\x07\x8f\x9e\x2c\xa0\x0f\x3a\x8f\x38\xaf\x18\x12\x52\x58\x3f\x35\xe0\x78\xef\xe0\x91\xc1\xa2\x82\xdd\x93\x07\x8b\x57\x28\xeb\xd6\x1c\xb0\x70\x8d\x4f\x17\xb0\x36\x59\x55\x38\x3a\x42\xa4\xbd\x7e\xa8\x3b\xfd\x71\xed\x1b\x80\x59\x61\xd6\x86\x9b\x95\x5d\xaf\x07\xf2\xcc\x84\x32\x50\xcd\x31\x68\x6d\xd4\x09\x36\xa8\xf2\xb2\x9e\x65\x20\xa3\x85\x35\xd5\x83\xa5\xa6\xad\xd1\x1a\x70\xfe\x57\x3e\xa8\x39\x06\xef\x57\x9e\x88\x41\xf4\x60\x2a\xe0\x48\x65\x6b\xf7\x08\x86\xe9\x98\xcd\x90\x1a\xb1\x58\x43\x39\x22\x39\x57\x9d\x04\xe3\x18\xdd\x24\x35\x92\x26\x13\x58\x4d\x55\x7a\xe6\x00\x54\x73\xb5\xad\x39\x66\x36\xa9\x4e\x27\x64\xad\x65\xeb\x98\x64\x5d\xcf\x0d\xfc\xa4\xea\xe7\x0b\x9e\xce\x1e\x48\xe6\x99\x10\x68\x1d\x30\x9c\xb5\xcf\x73\x47\x3a\x1a\x8d\x6b\xe5\x40\x35\xae\xb4\xa4\x49\x8b\x35\x90\xc7\xb0\x58\xbf\x37\x76\x18\xf2\xad\x5b\x1b\x3b\xfb\xd0\x17\x3b\x10\x64\xf1\xff\xec\x43\x98\x60\xc0\x2d\xc9\x86\xb5\x41\x23\x95\xd5\x1d\x03\x69\x20\x6c\x9e\x19\xf0\x96\x6f\x96\x55\x07\x25\x8f\x27\xfb\xe0\x5e\xf0\x44\x20\x2f\x84\x6d\xb9\xe3\x08\x76\xe1\x26\x28\x27\x3c\x0a\x86\x28\x5a\x13\x36\x8e\x87\x3f\x68\xae\x4e\xfa\xfc\x08\xf2\x8d\x33\xc9\xf0\x0f\x49\x86\xda\x40\x18\xa3\x95\x59\x83\x1e\xf0\xd6\xd3\x0c\x2a\x82\x84\xf0\xc7\xc9\x44\xc0\xfe\x1f\x47\x9f\x85\xf0\xc9\x6c\x84\x6e\x30\x33\x99\xe9\x19\x59\x94\x84\xdf\xc6\x95\x24\xfe\x25\x03\xdd\x1c\x0c\x70\xb4\xae\x6c\x5c\xa4\xdf\xcf\x54\x3f\x7b\xaf\x31\x33\xa0\x72\x5c\xcf\xc1\xb4\xd9\xba\x56\x0d\xa2\x1a\x2b\x8e\x06\x22\x1c\x6d\x16\x1a\x30\xb5\x15\xab\xaa\x06\xfc\x94\x6c\x8e\x18\xf0\x53\xb2\xe1\x6c\x10\xe5\x58\xdb\x36\x98\xaa\x42\xd9\x8f\xe7\x00\xca\xf9\x08\x08\xd6\x72\xb6\xba\x6d\x24\xcc\x31\x7b\xdc\x64\x0f\xcb\x6f\xe4\xae\xb0\xc1\x70\xdc\x27\x9e\xdd\xe7\x05\xbd\xaa\xdf\x47\x4a\x18\xdd\x66\xc7\x4d\xa2\xc5\x19\x0f\x1d\x39\x34\x4d\x80\x34\xdd\xec\x98\xc9\x29\x3c\x8f\xb0\x96\x75\xef\x19\x58\xcb\x62\xfb\xfc\xc0\xbd\xef\x51\xc3\xab\xc8\x18\x37\x50\xdb\xc5\x06\x8f\x80\x0f\x91\xbd\x34\x02\xd6\x34\x3b\x98\x05\x0b\xb9\x58\xa3\x13\x3f\x2e\xb6\xb8\x37\x00\x82\x6c\xaa\x8a\x1f\x17\x5f\xdc\x1b\xbf\x89\x17\xa6\x9e\x39\x4a\x37\xb0\xe3\xd9\x3d\xd0\x77\x58\xeb\x10\x30\xb8\x79\x5a\x83\x6e\x48\xca\x44\x39\x83\xde\xed\xd6\xbe\x05\xf3\x07\x2a\x97\xda\x0c\x14\x7e\xe9\x92\x25\x81\x6c\x15\xfd\xe7\xff\x79\xe0\x2c\xbf\x40\x7f\xd5\xee\x37\xb0\x56\xc3\xcf\x04\x29\x9e\x07\x40\x25\xeb\x87\x03\xa5\xa2\xe3\xf3\x01\xaf\x02\x9e\x97\x8d\x48\x5d\x28\x25\x12\x3a\x49\x04\x46\x49\xbc\xe0\x37\x92\xa9\xb5\x7c\xa5\xa3\x53\x4d\x55\xa1\xa0\xf6\xd4\xc0\xe3\xdd\x8a\xfa\x28\x8c\x72\xea\xee\x23\xe7\x4e\x3f\xc0\xf0\xf7\x71\x33\x8b\xca\xfd\x2f\xe4\x1d\x70\x60\xb2\x59\x25\x90\xef\xcf\x36\x91\x60\xb6\x0a\x15\x62\x9f\x01\x87\xa4\x8f\x4f\x4c\x20\x5b\x45\x2f\xee\x22\xe7\x46\x93\x05\x6c\x65\x43\x4c\x10\x5b\xd9\x63\x25\x98\x8c\xc2\x0a\xb7\xa0\x39\xd1\xaa\xc8\x80\x3e\xcc\xd1\x57\xd1\x98\x53\xc0\x1f\x60\xf3\x9a\x67\x68\x2c\xb4\x7a\x34\x90\xf2\xda\x36\x85\xe8\x39\x31\x5a\x40\xc4\x38\x5a\x5d\x1a\x48\xd0\xe7\x10\xb4\xe8\x98\x17\xe9\xba\x03\xb6\xc3\x8f\x01\x33\xe0\xaf\x6e\xb5\x73\xa4\xf2\x6a\xf8\x0b\x4c\x83\xce\xfe\x40\xf1\x95\x2e\x81\x14\x8c\x81\xb4\x8a\x37\x06\x49\xf2\x07\x88\xa5\xf2\xf6\x86\xb7\xb9\xb5\xe9\x81\x7c\x7c\x5d\x27\x45\xc0\x8c\x67\x5d\x7a\x0c\x72\x87\x1b\xcc\x74\x16\x66\x5a\xd4\x51\xf9\xa8\xe8\x02\x21\x90\x56\xf9\x47\x40\xc3\xeb\x7d\x81\x4c\x5f\xdd\x02\x25\xa8\x6b\x1f\x7f\x0a\x32\x0a\x9a\xe8\xac\x50\x8b\x40\x40\x9a\xf9\x19\x06\x39\x67\xc3\x88\x49\x38\xeb\xad\x3f\x73\x8b\xf8\x0b\x00\xaa\x61\x81\x04\x3f\xf3\x69\xc5\x7a\x4c\x3a\x25\x0c\xb7\xf1\x0a\x7a\xfb\xe9\x06\xf3\x51\xf8\xe6\x17\x8b\xc7\x91\xc9\xa0\xea\x49\x25\x03\x67\xd0\x6a\xe7\xcb\x64\xac\x14\x28\x1a\x59\x06\x24\x5a\x82\xc0\x2a\x67\x55\x61\xec\xdc\x14\x96\x9c\xf0\x2d\xb2\x06\x37\x76\x9a\x0e\x75\x39\x0b\x26\x89\x18\x9e\x0c\x80\x2e\x2b\x02\x63\xcf\x3e\xdd\x04\xfa\x34\x95\x07\x39\x4e\x58\x23\x50\xba\xc4\x7a\xbf\x40\x85\xbb\xee\x6b\x6b\x20\xa9\xc3\xf2\x5e\x87\xe5\xcd\x0a\xb0\x80\x6f\x51\xff\x34\x78\x93\x46\xb7\x48\xe7\x5d\x5d\x18\x03\x31\x87\x9f\x7d\x46\xc4\x35\x2c\x05\x01\xb0\xac\xbd\x0c\xe0\x29\x2b\xe1\x02\xb9\x95\xad\x06\x0c\xa6\x89\x68\x9f\x16\x29\xc1\xc2\x6f\x10\xb0\x48\xc3\x15\x27\x27\x4e\xa3\x38\x49\xb5\x05\xed\x45\x22\xf5\x01\x5c\xbf\xad\x74\x89\x2b\xd7\x5f\x8b\x87\x08\xc2\xbe\x59\xa2\x5d\xc4\x9e\x5e\x1c\xd6\x1a\xf1\x3d\x2a\x12\x25\x79\xa0\x54\xfe\x0c\x6f\x36\x78\x20\x39\x86\x2a\x98\x21\xd9\xaa\xc0\x20\x4c\xb2\xa7\x56\xd0\x5d\xdb\x1a\xea\xa0\xc9\x6e\x58\x0e\x32\x63\x97\xb5\x06\xf1\xc2\xa0\x70\xb8\x65\x40\xdb\xd3\x7d\xdb\x0e\xe2\x1e\x5d\x7b\x83\x45\x89\xad\x77\x0d\xf8\x19\x75\x5d\x83\x83\xea\x21\xeb\x55\x03\xa9\x1f\xba\xf1\x60\x30\xf0\xaf\x7d\xda\x64\x14\x8b\xa6\x93\x59\x8e\xdb\xa7\xcd\x03\x79\xe8\x34\x0c\xa8\x7f\xac\xcb\x8b\x87\xa2\x4e\x73\x35\xe1\x69\xd4\x7d\x11\x9e\xcc\xe4\xe5\x78\xa2\x89\x30\x3f\x5b\xa2\xe6\x2f\x97\x70\xea\x07\xb8\xbd\x49\x90\xcc\x1f\x97\xb4\xbb\xc9\x9d\xd2\xc9\x6f\xe4\xe4\x2e\xfd\x80\xed\xd1\xdd\x07\xc8\x96\x7a\x6f\xfe\x38\xb7\x6a\x31\xd5\x46\x5a\x8d\x49\xe8\x23\xd1\x34\x37\xb2\x80\x06\x3e\xb7\x64\x01\x75\xc9\x4c\x5d\xbe\x05\x4d\x18\x0e\xad\x07\x9b\xf0\xfb\xb6\x6a\x6e\x6e\x54\x93\xeb\x98\x99\x5b\x8e\x53\x54\x6f\xb9\x1a\xee\x83\x52\x3f\x4c\xd6\xc9\x4e\x35\x30\x66\x5f\xb6\x42\x77\xbe\x78\x29\xa6\xc4\xf4\x2c\x1c\x98\xfa\x28\xdc\x61\x9a\x09\x78\x8e\xdb\x97\x73\xa2\x2e\x9e\xb5\xdc\xb3\xf0\x38\xd6\xf9\x3c\x0b\x8f\x5f\xe9\xf3\x66\xe1\xa6\xae\x7f\x3a\x9a\x26\x6b\x25\x5b\xb7\x3b\x2b\x09\xd4\x44\x57\x1e\x95\x3a\x5d\x67\xa5\x0c\x18\xfe\x81\x13\xab\x59\x82\x67\xb7\x35\x63\x33\xa3\xfd\xa4\x62\x9a\x04\x52\x9e\x78\x6a\xad\x54\x6a\x7b\xce\x54\x4a\x89\x86\xc6\xad\x67\x76\x68\x98\x35\x8f\x99\xe1\x81\xd6\x40\xcf\x06\x61\xea\x85\x6a\x34\xfd\x48\xc3\x34\x51\x19\xcf\x46\xe2\x49\x3f\x6e\x15\xdc\x9d\xb3\xe5\x5a\x6b\x25\x5e\xe8\x55\x9c\x04\x61\xa2\x9c\xb2\x6f\xfa\x93\x5a\xaf\x90\x5e\x65\xf6\xa4\xda\x3f\x90\x6a\x75\x01\x57\x6f\xeb\x2d\x67\x4f\x22\x35\x93\x9d\x5b\xd3\x7d\x40\xcd\x65\xab\xf1\x4c\x70\x26\x28\x34\x09\xce\x3c\xcc\xce\xb9\x97\xde\x65\x42\x0f\x56\x3e\x34\x51\x1a\x7b\xf5\xa0\x07\x6b\x1f\xa2\xb0\x75\x3d\x0d\xf0\x0c\xeb\x9b\x39\x9a\x9e\x61\x56\xe0\x4e\xe0\x3b\x63\xa7\x39\x38\x6c\x75\x39\x98\x20\x49\x3d\x8e\xdc\xb9\x5a\xbc\x17\xef\x55\x5f\x93\x27\x73\x64\xa8\x42\xe9\x9c\x83\x0c\xe4\x67\x4e\xbd\xd4\x64\x93\x06\x4a\xd5\x0f\x9d\x33\x98\x23\x52\x34\x04\xd7\xc6\xfb\x0a\x09\xce\xac\xee\x98\x70\x67\xb7\x5a\x66\x22\x27\xc6\x32\xd1\xb4\x70\x5a\x11\x3f\x19\x7f\x68\x55\xfe\x44\xc2\x32\xeb\x71\x26\xec\x99\xdd\x34\xc2\x9e\x19\x3a\xb2\xe6\xcc\x79\xd4\x07\x13\x3b\xd1\x4b\x47\x90\xa8\x5b\xf1\x64\xad\x90\x9f\xdf\x87\xed\xc0\xf3\x8c\x60\x42\xdf\x79\xe7\xe2\xf7\x1a\x02\x14\x66\xd3\x07\xc1\x82\xa8\x91\x42\x64\x52\x7f\xf6\x11\xca\x0b\xcc\xa5\x2b\xee\x5c\x1c\x91\xa6\x60\xf1\x30\x32\x83\x27\xd6\x13\xe0\x98\xc4\x7a\xcb\xcf\xd8\xa6\xba\x5d\xce\x9d\x07\xa4\xf9\x17\x71\x80\x5d\xe9\xeb\xe7\xdc\x59\x41\x42\x83\x40\xda\x55\x2b\x4c\x26\xf4\x6b\xbe\x65\x4f\x14\xb1\xf3\x75\x75\x22\x68\x4f\xd5\x70\xe6\x3c\xb8\xce\x7e\x3f\xa0\xeb\xf4\xff\x3c\x03\xcc\xff\xb4\xd0\xa9\xf0\xec\x9c\x70\xa9\xf2\xad\x7d\x9e\x39\x68\x0d\xea\x45\x7a\x65\xf3\x7e\x38\x0b\xbc\x85\x44\x32\x34\x69\x76\xe5\x9d\x88\xd0\x6b\x4e\x21\x35\xcf\x9c\x04\x0d\xfa\xa4\xcc\x37\xd5\x27\xdd\x22\x3c\x4d\x27\xe2\x6d\x85\xd3\x26\x95\x67\xe3\xf3\x03\x74\xf0\x4a\x1e\x3f\x27\xdd\xa8\x54\x5c\x74\x4e\x28\xcc\x7c\xa3\x9e\x2f\xf6\xab\xd3\x3b\xe6\xe2\xa1\x5f\xfc\x03\xbc\xa2\x2c\x8b\x60\xe4\x7b\x2f\xbb\x7f\x39\x87\x2e\x1e\x9c\xe6\x76\x54\x98\xf3\xe5\x7a\xde\x54\x59\x7a\x87\xde\x70\xff\x37\xbd\xa9\xf8\xf2\x06\xbb\x27\xfa\x17\x3f\x67\x3c\x9d\x37\x10\x00\x9c\x6f\x65\x13\x00\xce\x1a\xca\xf9\x70\x06\xfc\x7e\x07\x30\xd2\xac\x3f\xd9\xa3\xd8\xf9\x41\x6a\x0a\xcf\x08\x54\x63\xbe\x7b\x4f\x38\x64\xd9\x01\x70\x3e\x28\xb6\x6a\x66\x7b\x50\x33\x40\x68\x6f\xfd\x72\xd5\x96\x7e\x20\xc5\x5d\xcf\xa0\x50\x98\x67\x25\x96\xd3\x5d\x7b\xfd\xe0\xaa\xa2\x45\x5b\x50\x5b\xf9\x2a\xb5\x7e\xa0\x68\xf3\xff\xd4\x27\x48\xee\x2d\x20\x33\x0f\x71\x6d\x54\xbd\xf9\xff\x8a\x06\xfc\x4c\x67\x3a\x51\xb4\x81\x09\x84\xd4\xd7\x0b\x90\x86\xe7\x70\x31\xbf\x96\x55\xee\x0b\xca\x21\x5f\x0f\x57\xa1\xb5\x49\x3b\x7c\xc1\xf2\xd6\x37\xcf\x12\x13\x26\x38\x3e\x6f\x21\x14\xae\x2b\x53\xf8\x5c\x95\xd2\x5e\xa2\x6d\xd1\x99\x4a\xb5\x3b\xe6\xaa\x3c\x7a\x25\xdb\x16\x40\x8d\x6f\x46\xab\xf2\x12\xda\xfd\x02\xb8\x4b\xbb\x7a\x41\x7f\x14\xde\xa4\x8b\xc6\x39\xc7\xaf\x2d\xc0\x1e\x5f\xf8\x16\xf5\x47\x2a\x75\x30\x57\x23\x0a\x2e\xfe\x61\xc3\x5c\xa8\x85\x46\x2c\xa6\xfb\xc3\x6a\x9c\x7d\x2d\x37\x60\xcf\xf8\x34\xd0\xf9\x81\x5f\xa0\x01\xc3\xb3\xc9\x24\x08\x4e\x67\xba\xa0\x61\x1a\xe6\xa0\x17\xe6\xfc\x7f\x34\x51\xc8\x7b\xa6\xe8\x4f\x65\x13\xc7\x02\x6a\xb1\xd1\x64\xb1\x24\x9a\x4d\x07\x2b\x41\xc9\xe7\x0b\x9e\x9d\x3a\x07\x56\xa7\xee\xe2\xf3\x09\xd8\x46\x62\x7b\xd1\x3f\xdd\xab\x01\x1d\xd3\x90\x7e\x66\xa5\x8e\x49\xe7\xc0\x1a\x39\x75\x6a\x81\x15\x7f\xbd\xdb\xd7\xe0\xdc\x69\xb2\x07\x39\x40\x2c\x02\xad\xd3\xa8\xee\x92\x00\xd1\x44\xc3\x4b\xca\xc8\x7c\x0d\x8a\xb4\xe5\x2e\x1f\xbc\xa0\x61\x07\x45\x9a\x89\x44\x16\x04\xfb\x1d\xae\x48\x1a\x45\x03\xd4\x54\x06\xca\x2b\x88\xc5\xa5\x7e\x59\x70\xc4\x1a\x52\xad\x2d\x64\xe6\x2a\x36\x41\xac\xa0\xd4\xf6\x30\x22\xa7\x5a\xf3\x40\xf7\x71\x1b\x0c\x16\x80\x8b\x91\xf1\x42\x76\x2f\x55\x4c\x9d\xeb\x05\x2e\x5b\x9d\x02\x80\x6b\x42\x32\x5b\x4a\x21\x9b\x97\x0f\x86\x35\x07\x84\x92\xe6\x81\x99\x56\xcd\x72\xf0\xba\x1a\x02\x26\x2b\x75\x5d\x9f\x1e\xb9\x14\x7e\x86\xee\xcb\x02\x60\xe6\x10\xdc\xc3\x83\x52\x9d\x7f\x4a\xc2\xb0\x98\xf2\x5e\x25\x59\xe7\x5a\xa4\xdf\xcf\x8d\xfb\x54\x33\x44\xb5\x98\x11\xeb\xca\x1c\x0b\x7e\xc6\x08\xbd\x91\x17\x46\x28\x45\xdb\x42\xa5\x09\x5f\xfb\x17\x1d\xae\x86\xc5\x28\x1d\xae\xac\xfb\x5f\x70\x6e\x37\xc0\x5d\x7b\x0a\x30\xcd\xc1\x0e\xf6\x15\x4c\x59\x3b\x0a\xae\x7a\x52\x91\xd7\xcb\xd0\x6c\xa5\x3b\x95\x9f\x21\x07\x84\x62\x16\x74\x6a\x4e\xa5\xb8\x0e\xce\x92\x2e\x8e\x0b\x09\xee\x8d\x30\x16\x0c\x99\xd6\xb1\x2d\xba\x4f\xd9\xe6\xb2\x8e\x24\x59\xcb\x48\x7f\x2a\x1b\x5d\xd6\x41\xa1\xab\x5b\xda\x82\xbb\x94\x31\xca\x3a\x92\x79\xdd\x09\xf6\xa0\x74\x4b\x0b\x30\xc7\xea\x91\x75\xf1\xae\xe1\x3d\xc8\x9c\x58\xd3\x1b\x24\x35\x5a\x5e\xbb\x2b\x48\x95\xfa\xb8\x78\xe9\xf2\x36\x85\x43\xf9\xe7\x68\x60\x01\x2f\x0b\x06\xe6\x9b\x77\x10\xc8\xba\x07\x74\xee\x22\x02\x29\xae\x3e\x52\x9a\xc5\x70\x6d\xd0\x5a\x37\x95\xbb\xc3\x6f\x90\xc3\x7d\x70\x3f\xd4\xfb\x78\x97\x3e\xc4\x73\xd2\x2c\x2c\xa2\x19\x4f\x05\x7c\x95\xc2\x91\x81\xeb\x01\x53\x76\x7f\x90\x54\xf8\x85\x8b\x4d\x6a\xfa\x9f\x64\xd3\x7f\xd3\xbd\x33\xeb\xd4\xcf\xcf\xc8\xa9\x61\x83\xd4\x0e\xcb\x9d\x2d\x3d\x3b\x2c\x77\x96\xca\xfb\x8f\x87\x7b\xf5\x07\x2c\x88\xe8\x17\xc0\xa6\xd3\x3d\x80\x4d\xb5\x51\xf6\xdf\x0d\xb7\x30\x7f\xcf\xeb\xaa\x1b\x40\x0e\x29\x6f\xee\x9d\x0e\x4a\x8e\x94\xdb\x37\x84\x42\x0b\x80\xec\xd0\x34\x99\xc5\x76\x28\x9a\xa6\xbd\xff\xf7\x2d\x97\x57\x34\x41\xd3\x64\x71\xb5\xa3\x24\xae\x43\xbe\x76\x68\x9e\x8c\x2b\x77\x64\x25\xf5\x4e\xda\x89\x99\xc4\xf5\xff\x8f\xb1\x37\xc9\xd9\xa6\x57\x96\xc3\xe6\x5e\xc5\xb7\x03\x17\x7b\x72\xf2\x4f\x3c\xb6\xf7\x50\x1d\x0d\x0d\x74\x75\x71\x2c\xed\xdf\xa8\x08\x32\xe2\x39\x80\x24\x7c\x83\x17\x78\x9f\x62\x15\x9b\x64\x32\x33\x99\xed\x49\xa5\x92\x4d\xac\x27\x92\x4a\x99\xb1\x9c\x14\xa2\x6c\x8d\x3c\xe3\x5a\x94\x86\x8c\x14\xf7\x45\xc3\xce\x6d\x94\xd3\x6f\x9e\xce\xe0\x3e\x21\x87\x55\xf7\xc0\xc3\x29\x91\xe9\x8c\x48\xcd\xac\xeb\xea\x89\x22\x5e\x55\x72\xc1\x49\x1b\x9d\xcd\x7c\x67\xa2\x67\x91\x00\x8d\xa4\xa5\x3d\xbb\x9d\xf5\x62\xd5\x21\x93\x98\xfe\x8c\x40\x99\xec\xe7\x05\x2a\x2a\x35\xe5\x44\x12\xa6\x29\x27\x78\x18\x0c\x0f\x88\xe4\x5d\xa2\x37\x27\x9d\xa3\x6c\x67\x3c\x59\x7c\x47\x45\xc1\xfa\xc9\x74\xf2\xb6\x8f\x9e\x94\xc8\xaa\x5f\x48\x7c\x41\x73\x5a\x12\x97\x6e\xb0\x67\xe6\xa4\x35\x28\x33\x0a\x7c\xd7\xc1\xbf\xe0\x45\x27\xfc\xe5\x9d\x73\xe6\x84\xb8\x36\x9c\x1c\xfe\xcc\x3c\x93\xba\x9f\x9e\x99\x52\xa5\x78\xcb\x09\x8f\x78\x5b\x70\x4f\xa8\xa5\x7a\x71\x3b\xe8\xb6\x0e\xf5\x59\xd6\x92\xb4\x46\x64\x41\xb5\x8c\x71\x96\x02\xf5\x8c\x3b\x24\x66\x48\xf8\x3a\x99\x16\xd5\x49\x12\xce\xa5\xa6\x92\x6a\xe2\x2c\xc4\x78\x7f\x71\xb3\x0b\x4f\xe2\x21\x94\x3c\x08\x03\x4b\xf4\x1b\x49\xae\x9c\x6b\xf3\x44\x7d\xa1\x16\x3c\x6b\x68\x9d\x7e\x4e\x40\x5d\x65\x93\xf4\x9b\x3c\x3b\xfa\xc1\x8a\x8e\xd0\xef\xb5\x0a\xf7\x40\x3f\x43\x8f\x00\xdb\x6c\x77\x3b\x48\x91\x38\xe8\x49\x79\xd0\x74\x02\xf2\xa0\x73\x64\x9d\x10\xff\x2c\x56\x9c\x0d\xae\xbe\x9e\x31\x8c\x94\xb6\x0d\x9f\x90\x06\x2d\xca\x9d\xcb\xd5\xcb\x70\x6f\x88\x3b\xf0\x09\x6d\x9c\x90\x3f\x78\xb9\x22\x01\xb1\x91\x38\xfa\x08\x52\x07\x65\xe3\xee\xd9\x09\x45\xad\xb9\x13\x39\xbc\x0f\x08\x1d\xfc\x41\x77\x64\x58\xf8\x39\xb3\x70\xb1\x1f\x8e\x51\x3b\x61\xda\x1c\x5e\x15\xb2\xe8\xab\xa0\x72\x3f\xe9\x41\x6f\x6b\xf0\xd9\x57\xb4\x84\x7e\x3f\x88\xc1\xf4\x14\x49\x67\xbc\x71\x4b\x7e\x33\xa1\x81\x47\xbd\x7d\x01\x4f\x46\x2b\xda\x04\x72\x7e\x02\x5e\xfc\x61\x22\x90\xe7\x86\x64\x9f\x73\xac\x45\x78\x08\xca\x04\xc6\x26\xa4\xea\xef\xde\x7b\x26\x6d\xb0\xd9\xf3\x44\xd2\x86\xea\x65\xd2\x4e\x5a\xfc\x9b\xab\xf0\xb1\x85\xc4\xf7\xc3\xa7\x28\xf0\xf9\x08\xc1\x55\xad\x1a\xfb\x90\x7c\x7f\x14\xff\x26\x71\xf4\xf7\xa0\x24\xa6\x13\x27\x67\xe8\xbd\x87\xaa\x2d\x75\x83\xed\x64\xba\x46\x41\x01\x29\xb6\x2c\xd4\x9e\xe7\xa2\x96\x1e\x62\xad\x41\x8b\xfa\x64\xc4\x38\x7c\x26\x11\x10\xe9\xb4\x12\xe7\x45\x6c\xca\x7e\xb0\x00\xad\x59\x2e\x09\x50\x4a\x9d\xf3\x82\xd3\xb6\xb7\xea\x22\xba\x78\xaf\x20\x12\xfa\x1a\x77\x5e\xef\x07\x87\xe8\x0f\x26\x2c\xfb\x7a\x1f\xa9\x5e\xab\xf4\x0f\xe7\xbd\xe6\xa4\x49\xc3\x2e\xab\x22\x61\xfd\xbc\x49\xee\xb2\xbf\x00\x7b\x2f\x7e\xa1\xf3\x05\x2d\xe2\x5e\x44\x5b\x7b\x47\xc3\xac\x6d\xbd\x27\x7c\xe1\x7e\x24\x00\x24\x92\xb0\xad\xf7\x44\x4c\x64\xed\x9e\x13\x92\x99\xf9\x0c\x3c\x4b\x73\xa0\x21\xa1\xef\x1b\xf6\x36\x3e\x3f\x41\x38\x0d\x2f\xf3\x13\x73\xf3\xd1\xfe\x2a\xe2\xe8\x7c\xd6\x2e\x68\x63\x29\xf1\x76\x0f\x07\x7a\x6e\xce\x0a\x55\xe0\xe1\x8d\x47\xd2\x89\xa1\x6a\xc8\xfd\x84\x67\x9c\x53\x81\x9e\x0f\x72\xbb\x58\x56\x80\x09\xf8\x07\xf7\x90\xc0\xcb\x29\xf2\xcf\x17\xbb\x66\x39\x12\x25\x72\x7f\x84\x8f\x17\xfe\x1b\x16\x03\x29\x61\x5b\x14\x40\x02\x8a\x6a\x31\x12\x69\x60\x87\xcb\xf6\x9c\xf0\x8a\xeb\xc5\xbf\xc9\x7f\xf4\xc1\x24\xa5\xf4\x01\x46\xa5\x00\x17\x3c\x3a\x27\xcf\xa7\x36\x60\xf2\xe6\xe1\xc3\x31\x79\xf3\x08\x7e\x80\xbc\x14\x96\x35\x26\xe7\xac\x35\xc0\x7a\xec\xc8\xd9\x93\x55\x00\xbc\xc5\x93\x9a\x69\x93\x04\xa8\x13\x87\xa9\x16\x8d\xc5\x36\x69\x5f\x28\x0b\xe5\x9a\x0f\x17\x4b\xe6\x8a\x98\x5f\x07\x8b\x63\x1c\xfa\xcd\x98\x8b\xa6\xdf\x14\x76\xba\x3f\xe0\xf9\x0d\x1e\xa1\x61\xdf\xdc\x03\xcd\x6c\xc2\xe4\x8b\x69\xff\x6d\x45\xbf\x28\xd0\xff\xcc\x89\x02\x4e\xf7\xa0\x2f\xa2\x99\xa2\x7e\x4f\x8e\xa9\x1e\x20\xe1\xbb\xb4\xc1\x15\x78\x16\x24\x3e\x5f\x81\xc8\xa2\x49\x42\x5e\x77\x35\x85\x2b\x70\xd2\x7e\x9f\x45\x49\xba\x7e\x9f\x68\x0f\xfa\x7d\xc1\xe0\xe5\x01\xd7\x46\xf8\x03\xe4\x14\xfe\xe9\x90\x02\x7d\xf1\x83\xc5\x88\x35\x85\xc8\x35\x08\xb0\x91\x2a\x15\xff\xe6\x94\x05\x25\x54\x80\x72\x6a\xf2\x0b\x09\xc6\x9c\xe2\xfd\x62\x4e\x58\x9d\x97\x2b\x2e\xa8\xaa\x83\xb4\xf0\x59\x23\x20\x29\xac\x4b\x0e\x5c\x89\x37\x33\x11\xda\x8b\x0a\x4f\x1d\x80\x8b\x15\x04\x6c\xf4\xbf\x50\x30\xc0\x09\xd6\x2f\xc8\xce\xce\x6d\x7e\x31\x5d\x97\x9d\x19\xae\xbc\x4e\x84\xe6\x90\xd7\x15\xd5\x6f\x90\xb4\x8a\x2b\x5e\x9f\x3c\x5c\x9d\x93\xf8\x82\xf6\xd2\xe9\xd0\x2f\xfa\xc7\x39\xe5\xef\x95\x39\x29\x0f\x31\xf1\x5b\x80\x59\xfe\x72\xa2\x24\x17\x82\x15\x86\xb3\x68\x5f\x0c\x17\xf5\x6e\x97\x75\xb0\xfd\x02\xf6\x46\x62\xd8\xc5\x12\xb7\x12\x55\xaf\x42\x4d\x71\xf4\x03\xe0\x93\x58\xd4\x55\xb8\x79\x6e\x47\xe6\x03\x31\x9c\xab\x90\xf1\x8a\xd6\x5c\xf0\xb8\x73\xae\xe7\x8b\xba\x4d\xfb\x5b\x5c\x75\xd5\x64\xd4\x6f\x4e\x41\xb4\xe4\x82\x45\xd5\x29\xaa\x2f\xc8\xb2\x4e\xdd\x7c\xd5\x45\xc0\xb5\xa8\xca\x21\x05\x85\x25\xcc\xaa\xc3\xc6\x22\x7c\xfe\x8d\x04\xaf\x5e\x33\x34\x99\x2d\xfe\x4d\x29\xd7\x7e\x21\x69\x46\xff\x39\xb1\x88\x61\x30\xcb\xbd\x98\x5c\xac\x1b\x64\x34\xcf\xda\x73\xe9\xa2\x9a\xb3\x1b\xc8\x30\xcf\x3a\xb3\xf3\xb5\x84\x63\x83\x80\xe9\xc6\xc4\xc3\x2e\x84\x9b\x3a\x67\xf1\xd5\x17\xa6\x68\x12\x90\x8d\x9d\x52\xe7\x62\xf6\x31\x3b\xb1\x5c\x8c\x3f\xed\xde\xa7\x7e\xfe\xf3\xe7\x27\xce\xee\x5a\x3e\x7c\x3e\xa6\x9d\xdb\xe0\x2e\x17\x3a\x7b\x4c\xa0\xb3\xc1\xba\x84\x61\x5d\x50\xaf\x95\xa9\x43\x1f\x20\xdd\x98\xf3\xc7\x5e\x83\x1e\x2c\x12\x45\xae\xc1\x9b\x97\x14\xc4\xd7\x58\x17\x4a\x8d\x31\x48\x70\x85\x1c\x37\x72\xfd\xd9\xec\x75\x27\x9e\x52\x5d\xef\x6e\x06\x2e\x59\x3e\xb8\x51\x28\xd7\x29\x47\x6f\x16\x1b\x31\x9f\xb8\x59\xe8\xcd\x7e\x32\x37\x7c\x6b\x9d\x0b\xf3\x26\x31\x91\xd0\x7f\xf3\xde\x6d\x22\x7e\x7f\xb4\x23\x05\x0f\x99\x49\xbf\x24\x53\xdd\xb8\x5a\x3b\x39\xe6\x9d\xd7\x99\x88\x7a\x40\x05\x87\x26\x49\x8f\x10\x47\x46\xdd\x24\x36\x3a\x55\x37\x69\x4b\xf6\x08\x93\x73\xd2\x07\x48\x06\xe8\xc4\x52\x37\x3d\x44\xec\x6c\x73\x23\x10\x6a\x74\x21\xdd\xbd\x88\x4b\xf1\x27\x05\x5d\x68\x92\x4c\xf5\x67\x66\x75\x97\x05\x7c\xcd\xaa\xf0\x28\x34\x7f\xf2\xad\xcb\xd5\x65\x6e\x5a\x5f\xec\xb0\x73\x33\x14\xca\x56\xc3\x1b\xd6\x14\x5b\x04\x6e\xdc\xad\x9d\x4e\xe8\xe6\xd5\xd9\x9e\x2d\x77\x65\x48\x4a\xf2\x1b\x83\xd3\xd4\x7e\x21\x77\x8f\x53\xe5\xde\xb8\x4c\xdb\x8f\xf0\x26\x01\x12\xb7\xb9\xeb\xc2\x10\x21\x00\x52\xef\x14\x95\x6f\xee\x37\x5c\x74\x9d\x7d\xe5\x66\x91\x12\x03\xa6\x01\xe7\x44\x45\xef\xb6\xb6\xd3\x0f\x30\xa4\x88\xca\xdd\x88\x83\xba\x72\xdd\x9d\xcb\xd6\x14\x3a\xf7\x42\x90\x46\xb2\x40\x27\x3b\xb8\x61\xa6\xb0\x87\xc7\xbd\xae\xb6\xba\xcc\xdc\xa8\x10\xf7\x83\xf5\x74\xc0\xb5\x47\xc5\x8d\xec\x81\xdd\x7c\xfc\xa6\x47\xae\x19\xff\x8d\x60\x70\x07\xe7\xdd\xb0\x2c\x38\xb0\xe7\x66\xcd\x38\x73\xe1\x9b\xd9\x02\xcd\x86\x6f\x66\x0b\xb4\xa3\xca\x0d\x0a\xe0\xc8\x99\xfb\x23\x00\xc9\x54\xea\xc6\xf9\x4f\x36\x0d\xdc\x27\xeb\xec\x08\x2e\x08\xab\x32\x73\xb9\x4f\xa6\xb8\x54\x07\xe7\x42\x6a\x4d\x01\xb6\x09\x6b\x0a\x6f\x24\xe6\x71\xf6\x80\xfb\x64\xa4\xae\x76\xea\x24\x60\x05\x68\x56\x85\xf3\x21\xe1\xcd\xd5\x70\x46\xea\x1e\x47\x24\xdc\x70\x1a\xb1\x67\xf4\x8d\x8b\xeb\x18\x7f\x15\xf2\x7a\x7f\x97\xda\xf4\x43\xfd\xe0\x51\x62\x37\x83\x1b\xf1\x5a\xf6\xaa\xbe\x2f\xd8\x7e\xbc\x58\xc4\x84\x77\xdd\x9a\x6f\x46\x6b\xd9\x05\xe5\x46\xda\x9f\xd1\xc5\x69\xee\x0b\x3e\x2f\xe2\xe6\xf7\x77\xc5\x4d\xe1\xa7\x9d\xcb\x73\x8f\x13\x68\xa5\xf7\x6f\x1a\xe8\x34\x43\xe4\xf8\x69\xe2\x11\x37\x1d\x52\x7c\x32\xbe\x2b\x70\x72\x7d\x80\xfb\xbb\x01\xe7\x1f\x04\xb8\x17\x1f\xf3\x0b\x3c\xff\xdd\x3d\x30\x98\x5f\x33\x42\x35\x14\xab\x76\xef\x75\x23\x8e\x7e\xe1\x84\x2f\x92\x80\x74\xaf\xa3\xa2\x35\xe2\x06\x6c\x0f\xaf\x1b\xd5\x50\x9c\x99\xfd\xbe\xc9\xf8\xbc\x48\xa4\x09\x72\xb5\x94\xfb\xa1\x1c\xe7\x2f\x9e\x04\xa4\x13\x12\x30\x20\xcc\xa2\xe0\xcd\xea\x28\x16\x26\x6f\x04\x84\x95\x60\x0a\x81\x6b\xb0\xfd\xce\xef\xef\x1a\x1c\xed\xd9\x76\x2f\x57\x67\x0f\x49\xc2\xfa\xf3\x02\x2a\x56\xe9\x5a\x7b\xbf\xa8\x50\xee\xd3\xfb\xd2\xaa\xf3\xf3\x00\x04\xc1\x1d\x20\x6f\xb5\x7d\xe5\x6f\xdc\x83\xed\x7d\x7f\xe3\x1e\x6c\x45\xc3\xcd\x20\x78\xfb\x4b\xdd\xac\x9e\x62\xe4\x5b\x17\x61\xb1\xff\x1b\x17\xe1\xf0\xd3\x03\x01\x2d\x01\xf9\x9e\x48\x93\xe0\xc3\xc9\xd4\x46\x96\xc9\x6f\xa6\x36\xb2\xd7\xd7\x3d\x91\x07\xcb\xf8\xbb\x6e\xc2\xe6\xbc\xac\x88\xf7\x83\x0e\x93\xae\x68\xc5\x83\xd0\x19\xd3\xbf\x81\x1e\x66\x7a\xcc\x4b\x6d\x3f\xae\x7b\xdd\x7d\x25\x42\x3e\x07\x6f\x85\xd2\x64\x3e\xac\x78\xe7\x54\xbe\x0f\xef\xae\xcd\xbf\x71\x70\x45\x17\x9f\x63\x91\x56\x3f\x00\x3a\x34\xf7\x08\xb2\x24\xbe\xfa\xc0\x2b\xda\x1e\xa5\x0f\x43\xc2\x2c\xf8\x3f\x70\x8b\xb6\x93\xea\xc3\x9b\xac\x18\xd0\x43\xd3\x54\xf4\x6f\xec\xbe\x70\xfc\xc1\xc5\xb6\x89\x7d\x3c\xbc\xd8\x4a\x21\xf0\x84\x05\x57\x0f\x40\x6f\x80\xe2\x1e\xd7\xf6\x6b\x8e\x88\x61\xb6\xe6\xe7\x59\x6a\x73\x49\xbd\x0f\x79\xbf\xee\xeb\x0f\x62\x9c\x5b\x77\xfb\x3a\x34\x7e\x01\x09\xc0\xb4\x95\x0f\x63\x9c\x83\xae\x68\x4f\xe5\x51\x17\xdc\xe9\xdd\x69\xd5\xfd\x03\x67\x4e\xab\xd3\x1e\xdc\x35\xec\x19\xf6\x34\x82\x45\x6b\x40\x71\x5a\x5b\xa2\x9f\x46\x45\x8b\x7f\x37\x50\x70\xff\x5e\xb8\xa2\x19\x74\x0e\xa0\x01\xfb\xc2\x68\x8d\xc8\xfa\x64\x41\x24\xfa\x41\x65\x7f\xe3\xe7\xd3\xd7\xb9\xd3\x9c\x10\xff\xec\x12\x55\x0f\xe3\x9f\x43\x8d\x7f\xc3\x83\x9e\x25\x28\x48\xba\x7d\xc6\xc2\x66\xad\x61\xd0\x28\x29\x36\xf4\xc0\x79\xb3\x75\xbf\x40\xe9\xc6\x1b\xb7\xc4\x7a\x51\xab\x87\x3e\x07\xf6\x00\x7c\x4e\xf8\x2b\xeb\x54\x3e\x2c\xe7\x1a\x44\xd6\x1f\xb8\x6f\x5a\xd7\xfa\x9c\x14\xb1\x24\xf0\x3e\x4c\xea\xeb\x98\xba\x07\x49\xf4\x9a\x4d\xe3\xcf\x45\x32\x2d\x01\xf7\x81\x8e\xd8\x9c\xe2\xb9\x0a\xbb\xf0\x0b\x8d\x0f\x34\x2d\x32\x54\xbb\xdd\x3d\xf0\x1a\xb0\xbb\xd1\x43\x9d\xb1\xdd\xe8\x9e\x6b\x95\x1a\x77\x17\x10\x10\x44\xe3\x9e\x7b\x81\x42\xfb\x09\xad\xb1\x9d\xd2\x9e\x7b\xcd\x4a\xfb\x79\x2f\xd8\x68\x8c\x7b\x4d\x53\x5b\x76\x77\x9e\x7e\x0f\xc2\x42\x56\xc6\x43\x84\xeb\xd8\x3f\xe2\xb9\x21\xa0\x1a\xeb\x98\xa7\x25\x54\x3f\x00\xfd\x30\x8d\x63\x36\x61\x3b\x05\x3c\x0f\xb3\x30\x4a\x9e\x7c\x96\xfb\x43\xf6\x27\x20\x19\x46\x7d\x56\x04\xb3\x41\xfe\x79\x48\xf5\xc4\x37\x1f\x32\x41\x13\x84\x87\xb3\x16\x24\xa0\xfb\xb5\x30\xf6\x20\x08\xda\x16\xcc\xe7\xe3\x71\xd1\x5a\xcb\x07\x2c\xcd\xc6\xc3\xe7\x5d\x67\x4b\x1d\x32\x06\xda\x4e\x8b\xcf\x4b\xb2\x26\x81\xf4\x41\xf1\x85\x61\x44\x7d\x17\x89\x11\x24\x5f\xd4\xbf\x96\xc4\xfa\x50\x9b\x6b\xbf\xc8\x67\x42\x04\x8a\x7e\x21\x73\x08\x3f\x28\x90\x3f\x34\x07\xb8\x76\xda\x58\xf8\xd0\x57\xc2\x35\x11\x9f\xc9\x65\x6f\x38\xbe\x8b\xff\x88\xb1\xbe\x07\xc5\x8d\xe8\x37\x10\x83\x26\x94\x7a\x8f\x75\x9a\x86\x1e\xdc\xfc\x22\xe9\x01\x52\x39\xeb\x48\xbf\xe0\x1f\x36\x02\xbc\x21\x70\x99\x1a\x82\xbe\x0c\x56\x30\xbc\x61\x4d\xc2\x9f\x60\xda\x42\x98\x37\xd2\xb7\x52\x9c\xf6\x85\x23\x41\xb3\x83\xc5\x4b\x87\x4d\x1b\x98\x5f\xa6\x4a\xb1\xce\xe1\x45\x5a\x5f\xdf\xa3\x5f\x64\x42\xb1\xd2\xf8\x4d\x04\x8d\xe4\xf9\x77\x15\xa7\x97\x48\xf1\x22\x98\xd7\x2a\xdf\x17\x79\x7e\xad\x4a\x7f\x13\x97\x21\xc4\x7f\xa9\x81\xb0\xbe\xe0\x4d\x4b\xcd\xa1\x95\x23\xa4\xc4\x06\x80\x37\xa3\xa2\xb9\xd0\xf8\xcd\x0d\xed\xea\x00\xea\x03\xeb\x93\x5e\x68\x22\xad\x26\x7c\x51\x46\xde\x4a\xe7\x97\xc5\xa5\x42\xf3\x07\xc0\x98\xe0\x09\x50\xc5\x26\xe9\xf2\x65\xf5\xa9\xfa\x33\x04\x29\xb4\xa4\xc1\xb7\x10\x70\xda\x0b\x96\x0a\xb0\x96\xe4\x85\xb6\xc0\x57\xdc\x17\xe1\x21\xd6\x71\xbd\xbc\xfa\xd7\x9f\x07\xe4\xff\xc5\x5f\xc0\xd9\xaf\xff\x55\x8a\xd4\x17\x5e\x98\xbe\x1a\xbd\x75\x6d\xa4\xe6\x43\x2f\x4c\x2b\x5d\x5e\x84\xfe\x5a\xdf\xf1\xc2\x09\xd3\x1a\xb2\xb7\xf2\xa2\x50\xfc\x01\x8f\xb2\x74\x13\xef\x52\x0c\x88\xf3\xbd\x8c\xfd\xb0\x1a\xe6\x6d\x44\x59\x29\x40\xde\xb6\xa6\xa5\x4f\x10\xfc\xe1\xfb\xcc\x8b\x2c\xbe\xce\xde\xf8\x36\x52\xc9\xea\x2e\x2b\x3e\xd0\xba\xa8\x8f\x74\xe6\xc4\x97\xfa\x47\x6b\x89\x5f\x26\x55\x09\xb2\x7d\xbe\x50\x3f\x34\x7b\xe4\xbc\x50\x3f\x98\xd1\xbd\x10\x3a\x7c\x5f\x79\x61\x69\xb7\x4c\xfc\x42\xfb\x60\xa1\xf9\x45\xee\x3a\x0b\xee\x2f\x4b\x53\xf5\xea\x17\x80\x91\x3e\x13\xfd\xc2\x6f\x4d\x91\xf1\xc1\xe2\xbc\x2f\xeb\x9d\x76\x89\x10\xef\xe0\x8c\xb4\x6a\xd6\x36\x08\x12\x78\x5f\x38\x4a\x5a\xbc\x7c\x07\xa7\x2c\xb8\x8e\x05\x47\x7f\x40\x1e\x28\x01\xe1\x85\x94\x62\x31\xe6\x1d\xbc\x0b\x7b\x2b\xc6\xc2\x58\x4f\xe2\xe1\x03\x0f\x42\xa9\xda\xeb\x80\xe5\xdc\x42\xc8\xcb\x92\xa8\x96\xff\xde\x73\xed\x9e\xe6\x7d\x2e\xd0\x69\x10\x28\x1c\x2c\x1a\xbd\x9f\x60\x13\x1d\x7f\xf6\xc2\x59\xf2\x07\x74\x27\xcf\xb2\x18\xce\xcb\x72\x54\x41\x97\x89\x97\x82\x8f\xd7\x85\xb8\x15\xf3\xe1\xf7\xe2\xa4\xdd\x4e\x75\x97\xee\x06\xef\xc5\xeb\xea\xcf\x17\x08\x1b\xb1\x3f\xca\x7b\xad\xc2\x98\x9a\xf5\x45\xd5\x8f\xf8\xe4\x0b\x31\xa7\xeb\xe2\xff\x7e\x62\x4e\xb3\xcf\xd7\x7b\x93\x5f\x18\xa7\x6e\xe0\x9c\xb8\xe0\x8b\x18\x65\x33\xde\x77\x09\x39\xc6\x29\x5c\xfc\x7f\x98\x1c\x64\x1c\x57\x7a\x7a\x21\xe2\xfc\xb0\x34\x18\xbe\x2d\x9f\xbc\x4c\x0a\x73\x78\x02\x50\xca\x7b\x42\x0f\x2f\xc8\x92\xa3\x5f\x5c\xf3\xbb\x04\xb3\x77\x39\x7c\xea\x0e\xf5\x42\x3c\xf9\xe1\x4e\xbc\xa3\xdb\xbd\xf9\x45\x3d\x04\x57\x68\x7e\xbf\x2b\x77\xb2\x0d\xea\xa5\x7c\x62\xe6\x44\x61\xa3\x9b\x23\xbe\x1c\x41\x30\xa0\xaf\xa6\x1d\x7d\x5e\xda\x92\xed\x10\xfd\xb2\xa2\x81\x3d\xa8\xdf\xb9\x00\xaf\x65\xcd\x05\x58\xcd\x82\xa1\xc4\x9e\x25\x4b\x88\x06\xa9\x95\xde\xc9\x20\x5d\xe3\xe4\xe4\xb4\xb4\xb9\x94\x58\x8a\xdb\x59\x24\xc4\x73\x00\x72\x88\xd9\x4c\x26\x96\xb3\x7a\x73\xb2\x64\xbc\xbd\x98\x27\x6e\xd0\x8e\x9f\x9d\x88\x34\xee\x3f\xbf\x79\xce\x44\xbb\xe7\xb1\x8e\xff\xd0\x03\xe4\x78\x14\xd5\x9c\xb8\x51\x9b\x1b\x4d\x18\x87\x3f\x6a\xf0\x17\xdc\x68\x22\x5d\x8a\xa9\xfc\xc4\x6d\xd9\x34\x7a\x7e\xc2\x4f\x32\x8c\x67\xe0\x74\xb5\xbe\x50\xb9\xbe\xa4\x07\x34\x21\xe8\xbe\x3d\x19\x42\x6c\xb7\x9f\x19\x40\xbe\xaa\x5f\x00\xcc\x45\xef\x66\xe0\xfc\xfd\x3e\x64\xe3\xe0\x29\x31\x8e\xeb\x67\x48\x88\x5f\x3a\x91\x33\x52\x12\xd2\x91\x9d\x91\x24\xb5\xf9\x0d\x1c\xc9\xea\x17\x16\xd0\x35\x07\x86\xcb\xd8\x89\x7a\xb2\xea\x42\xf6\x0b\xe7\x27\x1c\xeb\xda\x37\x99\xbb\xd8\x7a\xec\x19\x29\x24\x88\x98\x4d\x56\xab\x0a\x3f\x5d\x10\xc3\x8d\x2b\x91\x65\x50\x35\xab\xc4\xbd\xd0\x1c\xd2\x4a\x0f\xaf\xcd\x4a\x6b\x5d\xfe\x82\x17\x2a\xdd\x23\x26\x2b\x4c\x55\x4f\x2b\xc1\x07\x4b\x08\x3d\x13\x37\xc3\x5d\x92\x97\x34\x0f\xca\xdd\xd1\x24\x61\xb0\xfe\xd9\xcd\x34\xe1\x9a\x26\xd0\x32\x2c\xd9\x51\x27\x93\x71\xc9\xf5\xe7\x01\x50\xce\x08\x9e\xa9\x53\x12\xf5\x99\x28\x40\x95\x7f\xba\x04\xce\xe9\xe0\x4f\x78\x8b\xfe\x40\x36\xaf\xdd\xd3\x22\x28\x66\x7a\x37\x19\xb7\x6c\x33\xfc\xa4\x58\x69\x7c\xc8\xd0\xdf\x49\x6e\x9d\x99\x8b\xf4\xef\xc9\x35\xa8\x83\x42\xe9\xc8\x58\x5e\x18\xee\x20\x5e\x34\x19\xa7\xdc\xbd\x15\xc8\x19\xf3\x03\x58\xfa\x7b\xda\x2a\x31\x0b\x27\x25\x30\x40\xaa\xb4\xc6\x79\xd2\x7b\x53\x1a\x9b\x49\x2d\x93\xfd\xc2\xe7\x20\xc3\xd5\x14\x90\xb2\xd6\x5e\x83\x73\x49\x01\x3e\xbc\x54\x6f\x54\x7f\x80\x83\x64\xc0\xc3\x7d\xae\x4b\x4d\x35\x4f\x8a\xce\x26\x77\xe7\x5a\xa4\x1f\x2c\x04\xd4\x98\x9f\xd8\x90\x5d\xa6\x7c\x9e\x1d\xbf\x35\x67\x58\x1d\x7e\x3b\xf8\x20\xff\x73\xb6\x4f\x4e\x49\x40\xa0\xb7\x9c\x2e\x35\x13\x59\x4b\xec\x88\x36\xaf\x88\x20\x12\x8d\x77\xad\x29\xbb\x03\x6c\x83\xa1\xc8\xec\xb3\xf6\x21\x9c\xc8\x6a\x62\x69\x7f\xc2\xb0\x70\xfc\x74\x00\xad\xaa\xc9\x15\x2b\x26\xd9\x31\x72\x22\x91\xdc\xd0\x85\x63\x2e\xbd\x88\x69\x2a\xb3\x9a\xd8\x34\x33\x51\x3f\x20\x46\xff\xce\x48\xf7\xae\x1e\xa1\x38\xb1\x46\x7c\xde\xbc\xb9\x79\xce\x50\x93\x64\xbb\x1d\x4e\xe6\xb3\x6d\x3f\x63\x52\x24\x34\x55\xa5\xd0\xd0\x7e\x1e\x40\x24\x34\x79\x7a\xd6\xb4\xd5\x27\x15\x25\xc6\x57\x66\x8f\xb3\xab\xf9\x64\x74\x6c\xfb\xf9\x02\xcc\x23\xfe\x95\xba\x6e\x2e\xd3\xc2\x4f\x77\xe0\x6b\x52\x28\xce\x97\x57\x14\xe3\x02\xfc\xdb\x2c\xc6\xcc\x97\x74\xdf\xf8\xbc\xb4\x22\xde\x6c\xe4\xbf\xb5\x65\x60\xbe\x4c\xa2\xe4\x1e\x69\x92\x35\xd9\x47\xfa\xdb\x1f\xf4\x45\xfa\xdb\x2e\x9d\xd7\x7c\x59\x90\x4b\x2b\xa6\x21\x20\xf8\xfb\xc5\xab\xdc\x01\xf0\x59\x6a\xb6\x09\xa5\x8a\xb3\xae\xce\x65\x18\xf0\x1a\x10\x91\xd2\xa5\x39\x9a\x73\x81\xc9\x5f\xac\x23\xa7\x21\x3e\x31\x28\x59\xed\x36\x11\xb2\x62\x17\xb8\x39\xc9\xaa\xcc\x57\x3e\xa1\x26\xd9\xcc\x3c\xe7\xc2\xe8\x35\xc4\x38\x50\xf2\x40\xc4\x6e\x1c\x07\xbc\xe3\x77\x8f\xe3\x38\x78\xc7\xe9\x7e\x90\x3e\xb0\x1d\xfe\x80\x9a\xa1\xee\x1e\xb1\x11\x5b\x83\x36\x0e\xe8\x75\xc4\x6e\xc7\xb1\xca\xa8\x67\xf7\x78\x61\x11\x59\xbf\xa9\xd6\xd9\x7c\x69\x1c\xb0\x1b\x8c\x2d\x04\x8f\x03\xd9\x54\x44\x28\xc6\x01\xb5\x4f\x74\x3b\x6a\x2e\x8c\xa6\x76\x24\x53\xe9\x43\xfd\xa1\xe4\xc2\xf1\xf3\x1b\x6e\x7d\x9e\x10\x05\xa1\xe1\xdf\x15\xe3\x27\xfd\x6e\xf0\x3e\xf5\xf7\xa4\x33\x55\x4b\x0c\x90\x28\x8a\x7f\x9f\xd8\x05\x7f\x40\x4d\x56\xf7\x0b\x88\x1d\xd9\x07\x76\x1c\x88\x12\x1e\x87\x7f\x4f\x98\x07\x05\x74\x04\xbc\x48\xf9\x32\x0e\x64\x55\x19\xde\x14\x84\xbb\xc8\xfd\x60\x1c\x11\x25\x6b\xb3\xdb\x1b\xde\xd7\x1e\x45\x6a\x15\x86\x5f\xa0\x44\x53\xfc\xe0\x05\x9e\x08\xc6\x91\xba\x98\xae\x35\x21\xc6\x38\x19\x06\x48\x40\xa7\x4c\x1c\xe3\x80\x8a\x4a\xda\xbc\x71\x24\x02\xd5\xed\xd4\x92\x55\x41\x3d\xb1\x66\xa8\xd6\x00\x71\x46\xb1\x55\xe3\x48\x70\xe9\x33\x62\x26\x62\x85\x3b\x24\x63\x6f\xea\x20\xc3\x22\x5a\xb4\x04\xf8\xdf\x55\xa3\x3a\xb3\xd3\x29\x53\xd3\x38\x32\x69\xcc\xf0\x03\xf8\xc5\x7b\x8d\x8c\x65\xf1\x1a\x21\x9c\x8c\x20\xb0\xc2\x83\xa6\xff\xcc\x00\xc9\x47\x8c\x68\x99\x82\xa4\xd7\x00\x61\x45\x2e\xb0\xe3\x40\x30\x8b\xb2\xe9\x8f\xa3\xe0\xf0\x05\xbd\x8f\xd0\x94\x11\xf4\x3e\x24\x93\x9f\x09\xc3\x15\x6f\x04\x7f\x0f\x7a\x11\x04\xc3\x32\xfe\xf9\xd3\xb2\x17\x50\x88\x98\xc6\x03\x04\xa6\xe8\x1a\x3e\x8e\x42\xd6\xd2\x84\x99\x85\x50\xd7\x8c\x10\x97\x92\x7c\x16\xe1\x3a\xd3\x4c\x6f\x2a\x39\x8b\x0f\x27\xe3\x52\x3c\xe5\x4f\xf4\x49\x3f\xdb\x4c\xfb\x9a\xdc\x90\xc6\x51\xe1\xd8\x9f\xfe\x46\x23\x37\x0e\xa4\xce\x1b\x3e\x28\xac\xfc\x10\xfc\x9b\xb7\x5f\x43\xa0\x3e\x30\x72\xfa\x85\x17\x17\x76\x41\x10\x7e\x7f\xf2\xf5\x1a\x07\x63\x98\x7f\xe6\x0f\x5d\xda\x88\x5a\x5f\x23\x7d\x1c\x82\x18\x62\x96\xb3\x91\x04\xba\xb4\x11\xdd\x8e\x7c\xe4\x3e\xbb\xad\xe3\xb7\xdb\xa9\x9c\x19\x7e\xe1\xc4\xa6\xfb\x05\x64\x76\x36\x71\x81\xa7\xdf\x88\x5a\x22\x92\xef\x65\x13\x1b\x38\xf6\xa9\xc6\xdb\x38\xa0\x78\x53\x8a\x90\x71\x74\xae\x48\x13\xee\xe9\x9f\x3f\x45\x89\x6b\xc7\x41\xe3\x5f\x71\x7f\x64\x63\xde\x31\x6a\xe6\x3c\x61\x26\xf3\xfb\x99\x31\x1c\x87\x86\xc9\x1b\x34\x75\x23\x0a\xa9\xfa\x42\x4b\x01\xb5\x93\x45\x78\xdb\x3a\xf9\x9a\x4f\x4a\xc7\x3e\x25\x6d\x0b\x83\x62\x9a\x5f\x18\x01\x67\x53\x5d\x2e\x83\xa1\x67\x39\x68\xf9\x31\xbd\x60\x5d\x89\x1f\xce\xc6\xe4\x7f\xc1\xd3\x1a\xd4\x71\xfb\x8d\x73\x61\x87\xe6\x79\x52\x06\x68\x02\xf6\x49\xfe\xfa\xf3\x06\x8e\xb8\x79\x07\x0b\x47\xd4\x9f\x2f\x2a\xdc\xf2\xfc\x01\x50\xdc\xf8\x71\x52\xc5\x24\xe0\x9d\x84\x84\xd6\xc5\xc0\xe5\x66\x96\x0f\x55\xdb\x48\x5a\xc5\x32\x41\x0e\x4d\xe1\xa2\x89\xc3\x3b\x7c\x2d\xc2\xe8\x37\x40\xdc\x93\xd6\x7d\x51\x8a\x35\xbb\xf8\x44\xf1\x74\x98\xa5\xb2\x52\xd7\x0f\x4f\xbe\x28\x4d\x15\x4d\x13\x92\x74\xf0\x0b\x4c\xc8\x2c\xe3\xfe\x38\xee\xb5\x3f\x02\xc4\x32\x28\x76\x77\xb1\x4e\x8a\x46\x85\xf6\xed\x30\x66\xdf\xeb\xf4\xfb\x05\x14\xb2\xaa\x02\xc5\x92\x83\xbb\x1f\x70\x37\x0c\xbc\x87\x3a\x11\xcf\x13\xfa\xb5\x91\xd4\xe5\x43\x54\xed\x82\xcd\x43\x4b\xb7\x67\xf5\x20\x42\xc7\xc0\x63\x3e\xc0\x66\x89\x8a\xb5\x1f\x2c\x0d\x40\x38\x56\x66\xfd\x71\xc0\xe9\x45\xa1\xed\xe3\x58\x06\x42\x03\xe2\x45\x42\xa9\xa2\x39\x32\x9c\xba\x99\x68\x21\xf9\x5f\xfe\x79\x81\x66\x69\x63\x21\x35\x74\x3f\x12\xc6\xa4\x25\xc3\xac\x8b\xf1\x1d\x3f\x82\xe1\x64\xbe\x1c\x2d\x6b\x2e\x9c\xd0\x20\x93\x1b\xe8\x1e\x20\x60\x4b\xe4\x08\x4b\xe1\x36\xfc\x00\xeb\xce\xfe\xcd\x0b\xa0\xce\x5f\x40\x3c\xc6\xb0\xa4\x18\x96\x4d\x51\x07\x32\x1c\x14\xd5\xba\x1f\xf0\xe2\x2c\x60\x07\x16\xec\x52\xbc\xc5\x08\x81\xa3\xaa\xcf\x40\x75\x80\x80\x15\x02\xd2\xe2\xa4\xbf\xc9\xcb\x3d\x42\xa0\x4b\xff\xbe\xdf\x8d\x40\xa5\x9a\xa5\xd7\x10\x88\xc6\xc3\x33\x02\x75\xdc\x8a\xcc\x11\x98\x96\x4f\xe1\x15\x23\x30\x0b\x9f\xaa\x59\x8f\xc0\xfa\x0e\xb2\x41\x8f\x10\xd7\xa2\x34\x6a\x5c\x90\xd2\x27\x91\x5c\x55\x7d\x46\x1a\x70\x0c\x7c\x94\x73\x08\x87\x7f\x93\xe2\x0a\x87\x02\x2b\x76\x05\xf1\x95\x00\xb3\xa6\xa2\x08\x47\x60\x71\x52\x4b\x74\x21\x11\xb2\xfe\x4d\xc8\x56\x3f\x20\xef\x1f\xee\x92\x42\xa2\x4e\x5b\x58\x76\x4d\x1d\xa6\x00\x25\x57\x89\x87\x47\xe5\x19\x1f\xee\xf4\xe1\x1b\x42\x01\xc6\x30\x57\xa3\x51\xee\x7c\x43\x3b\x80\x9a\xa5\xd1\x13\x85\x6d\x73\x64\xf7\x70\x41\xf6\xd5\xac\x90\x2a\x4f\xb5\xea\x47\x80\x58\x97\x7e\xde\x47\x60\x92\x41\xb7\x74\x50\x46\x53\xe4\x94\x51\xe1\xd8\x11\xca\x9a\xa2\x7a\x84\xe0\x27\x3b\xc1\x08\x14\xf4\xb2\xdb\x01\x28\xd3\x8c\x40\xc9\x4f\xb7\xb0\x50\x18\xd3\xe3\xcd\x60\x52\x9a\xf1\xf3\xe0\x22\x14\xf4\x49\x5d\xfb\xa7\x65\x42\x96\x2b\x9e\x35\x8c\x99\x23\xbb\x7d\x91\x04\x6d\x4e\x05\x9b\xc8\xfe\xdd\x38\xa6\xd6\x89\x0a\xa7\xc3\x24\xa0\x32\x0d\xad\x3f\x00\x60\xab\x7f\xf3\xf4\x1a\xd1\x29\x7d\x89\x53\x05\xb8\x42\x0d\xf1\xf0\x00\x69\xac\x77\x8f\x08\x69\xec\x90\xf0\x13\x20\x7d\xa9\x9e\xf9\x08\x90\xbe\x7c\x31\x0a\x6d\xc1\x4d\x8b\x6e\x0b\x6e\x7e\x40\x75\x8c\x71\xb4\x53\x4b\x6a\x1c\xa5\x40\x55\xf4\x45\x27\x7f\x15\xdb\x09\x94\xa0\xba\x11\xb0\xe3\x20\x34\x9f\xbe\x8e\xba\x3a\xc6\x30\x4a\x50\xc5\x3d\xac\x59\xf9\x05\xb0\x25\xaf\x0b\x91\x14\xbe\x79\x04\x24\x43\x2e\xd1\x18\x45\xeb\xa7\x27\x49\x0f\x2b\x5f\xe0\x02\xa2\x88\xab\x0f\xeb\x58\x24\x45\xeb\x66\xd2\x17\xe3\xec\xa0\xc9\xc6\x18\x06\xcf\x6b\x95\x81\x1b\x61\xac\x39\xe8\x01\xeb\x53\x34\xef\xd6\x49\xc8\xa9\xcb\x33\xc3\x7f\x54\x3d\x9e\x0b\x4e\x9a\x35\x4b\x9c\xc6\x20\x84\x80\x25\x73\x98\xfc\x9e\x84\x8b\x56\x75\x22\x2d\xae\x57\x49\xe9\xc9\xc4\xfe\x5a\x8c\x50\x1d\x7c\xd2\x53\xb3\x5c\x19\x20\x3d\x95\x28\xf9\x3e\xb0\xa0\x45\x77\x97\x17\xd8\x75\xd5\x2a\x29\x3c\x55\x41\x9e\xc2\x53\x37\x20\x59\x27\x35\xf9\x05\xac\xc1\x84\x16\x76\xcd\x31\xbc\x77\x17\x19\x42\xf8\x9b\x7c\x3f\x23\x50\x16\x1b\x06\x3b\xcb\x65\x34\x23\x0f\x94\x98\x63\x18\x8a\xf4\x80\xf6\xc5\x33\xdc\x15\x1e\xea\x9a\x32\x0c\xa1\xc1\x40\x40\x4c\x70\xd2\x45\x34\xa0\x18\xc6\xa8\x6e\xc7\x36\x54\x8f\x88\x3b\x8c\x49\xc9\x8d\x08\xc2\xee\xf1\x50\xbb\xcc\x04\x92\xf9\xfe\xcc\x12\x91\xc8\xd9\x37\xf5\xb0\x14\x9c\x7a\x1f\x6e\x5e\xc3\x14\xfb\x01\xfb\xb3\x68\xf1\x74\x70\x3b\x81\x84\x69\x9d\x9b\xb7\xfd\x39\xc1\x2f\xfd\x1b\x0b\x30\x2e\x43\xec\xcb\xe6\x29\x70\x7d\x2e\x46\x13\x0a\x7d\x96\x2a\xe0\x15\x36\x4c\xd9\x10\xf0\xab\xf2\x3c\x23\xbc\xd0\x59\x79\xc2\x70\x6c\x6e\x06\x30\x7c\xc0\x2c\xd4\x07\xb8\x7c\xf5\xee\x1d\xa2\xdf\x72\xf3\x1e\xb2\x26\x6b\xf4\x9e\x4c\x7a\xcb\x79\x53\x26\x45\x13\xa9\x0b\x02\x33\xe2\x34\x77\x3a\xc9\x23\x24\xc3\x05\x18\x55\x47\xf3\x20\x0f\xbf\x10\x1c\xe0\x06\x36\x74\x7b\x89\xcc\x98\x63\x65\x5e\x64\xce\xbf\xfe\xf3\x00\xde\xaa\xd9\x5f\x70\x56\xba\xd3\x47\xf8\x21\x0f\xab\x5d\xe2\x81\xbd\x11\xf2\xc4\xe3\xe6\x24\x9a\x1e\x20\x92\xbf\xf8\x03\x96\x5a\xd9\x9b\x11\x03\x5c\xba\xc5\x2c\x23\x14\x88\x43\xc0\x8d\xf0\x33\x1e\xcd\xed\x38\xc1\xba\x46\xc4\xb0\x8c\xd3\xfe\x00\x5a\x12\xc9\xc2\x11\x4e\x63\xc3\xca\xaa\xc8\x12\x10\x51\x7a\x85\xf8\xc9\x5f\xed\x10\x27\x8c\x91\x80\xd5\x9a\x52\xe2\x07\x51\x0f\x10\xa4\xa0\x9d\x88\x89\x79\x26\x04\xc6\xb4\x46\x48\x7a\x80\x6c\x19\x06\x42\x22\xd4\xdc\xc1\x8d\x76\xcd\x88\x21\x69\x72\xf9\x1b\x11\x21\x69\x3e\x73\x31\x03\x6a\x9e\x32\xb3\xf5\xc9\xc3\x6b\xc4\xbc\xe6\xac\x39\xc1\xc7\x2c\xfc\xbc\x00\x38\xea\x94\x47\x66\xeb\xb3\xee\x23\xe6\xb5\xf7\x9a\x34\xbc\xd0\x14\xd6\x3f\x22\x35\x70\xdd\x23\x9c\x9c\x83\x56\x85\x82\xaa\xca\x63\x3b\x22\x03\x64\xad\x6e\x89\x19\x07\xb3\x78\xc8\xc9\x21\x35\x04\x9c\xce\x94\x55\x67\xc4\x12\xf0\x81\x86\x64\x6d\x2e\x2b\x67\x23\xac\x83\x43\x17\xd7\xc8\x08\xb5\xe6\xad\x61\xbd\x54\xf1\xe6\x88\x78\xd8\x21\xb9\x2a\xb2\x76\xd7\xe1\x0e\x80\x4d\xba\x5c\xc7\xca\x93\xac\x7b\x6d\xac\x3c\x43\xc6\xa6\x0a\xd3\x99\x64\xe0\x08\x37\xb3\xa1\x5b\x50\x64\x2d\xfa\x6e\x6c\x82\xd6\x4d\x39\x6e\x46\xa4\xd2\x4d\x8c\x37\x22\xc0\xad\x77\x63\x13\x93\xc3\xc8\xf5\x6e\xc4\xc6\x2c\xc8\x7f\x13\x53\x34\x22\xf3\xf8\x35\x9f\x40\x44\xbc\x0e\x6b\x2e\x23\x1d\xca\xe4\xd5\x34\x22\xc5\x2c\xf9\xff\x8c\xd8\x5e\x44\xfd\xf8\x85\xc9\x29\xaa\x0b\xe4\xe9\x6b\x5e\x03\xe2\x55\x93\x71\x05\x3e\xeb\x3f\x74\xa5\x77\xa4\xf2\x54\x87\x4c\xc3\x27\x37\xb9\x11\xfb\xc9\x29\xb8\x87\x87\x6f\x08\xbb\x58\x62\xc2\x0a\xd7\x38\xa0\x0e\xd5\x5d\x3f\x32\x15\x8b\xa2\xf6\x46\x84\x0b\xd9\xf0\x4e\x0d\x1e\x09\x2d\x02\xf1\xab\x43\x37\xa2\xc8\xb2\xf1\x36\x0d\x44\x64\x62\xf1\xd5\x3e\x32\x00\xae\xfb\xd8\x0e\x18\x23\xbc\x0a\x54\x43\x1d\xe2\x54\x11\xa6\xe5\xf1\xd3\x01\xe1\xe8\x43\x48\xbf\xf8\x66\x8a\xcc\x54\x2b\x92\xa1\x22\xb3\x18\x37\x93\x92\x93\xf9\x09\x7d\xc8\x50\x26\xec\xe7\x04\xc0\x1b\x6c\x58\x8d\x1c\x2f\xd2\x0e\xe9\x38\x22\xa4\xa8\xf4\x73\x2e\x99\x2c\xaf\x99\xdc\xc0\xfa\x3b\x24\x76\x47\x5a\x7f\x9b\x09\x18\x6a\x8f\x0e\xdd\x15\x22\xfd\xc3\xda\x4f\x97\xa4\x05\x3e\x88\x37\x65\x5e\x1f\x0b\x56\x83\x8f\x06\xde\x4d\x42\xee\x73\xb0\x24\x23\xd3\x38\x1a\x74\xe5\xd2\x37\x22\x7d\xc4\x2c\x8b\x44\xe8\xad\x86\x15\xac\xf1\x5e\xf3\xf0\x03\xdc\xe7\xe5\x9b\x34\x22\x1c\xdd\x87\x44\xeb\xf8\x80\xf4\x4a\x16\x8f\x0f\xb3\xd4\x6a\xa9\x0f\x62\xf6\xab\x7f\x43\x65\x21\x4e\x1f\x29\xfe\x48\x24\x8d\xcf\x82\x9d\x07\x00\x89\xf2\x59\x78\x48\x15\x8d\x55\x2f\x67\xa0\x0f\x5e\x8a\xee\x12\xb4\x23\x2d\xb8\x2a\x93\x33\x22\x6a\x56\x64\x13\x8c\x97\x34\xc8\x34\xe0\xe5\xa4\xfc\x01\x27\xe5\x59\xbe\xdc\x50\x0f\x01\xf3\xfe\xcf\x9c\xc8\xf7\x3d\x6b\xa8\xb9\x62\x73\x8f\x64\x69\x86\x1b\xfd\xe0\x65\xa8\x1e\x71\x46\x14\x07\x53\x0f\x48\x91\xfc\x73\xfc\x26\x8f\x9f\xcf\x2f\x22\xb5\xaa\x89\xfd\x27\x32\x75\xab\x06\xe2\x3c\x3f\xbe\x2e\xc1\x32\x4e\x94\x9a\xf6\x94\x18\xd8\xe5\x35\x4c\x38\xfc\xc9\x84\x94\x8e\x35\xc3\xa2\x07\x88\x89\x6a\xfe\xfd\xdd\x70\x93\xea\x38\x8e\xf4\xc9\x4f\x51\x7e\xd7\x23\x1d\x0b\x8c\x55\x0f\xa8\x10\x49\xfe\x62\x62\x8e\xfa\x02\x2a\x31\x79\x69\x8d\xc4\x94\x81\x72\xf7\x1c\x89\x75\xb7\x6c\x62\x48\x4c\x09\x28\xa7\x85\x91\x20\x11\x29\xbe\x60\xa4\x00\xf1\x46\xfc\x25\x05\x82\xc5\x1d\xac\xad\x6b\x7a\xf0\x60\x99\xfe\x00\x6c\xba\xb9\xc3\x85\x90\x7a\x01\x2a\x2f\x15\x4d\x1a\x29\x82\x4d\xff\x55\x59\xd7\x91\x62\xc4\x74\x04\x54\x14\xc0\x3f\x74\x85\x4b\xcc\x16\x68\x13\x75\x8a\x3c\x50\xfe\x0d\x35\x9f\x0e\x7d\x62\xd2\x66\x25\x4f\x1b\x29\x42\x25\x6b\x98\x46\x92\x69\x11\xd5\xc4\x12\xfa\xb6\x87\xa6\x08\x25\x53\xf0\x10\x37\x6c\xba\xee\xe1\xc5\x1c\x05\x72\xb8\x9c\x59\x69\x9f\x12\xa2\x5c\xdd\x5f\x5a\xa4\x4b\x8b\xa2\x0f\x5a\x33\xa6\xa4\x82\x1e\xfd\x05\x99\xb2\xa8\x5f\xa2\x0b\x9a\x2d\xa6\x29\x71\x1b\xfd\xc2\xf5\xfd\xd6\xc5\x34\x7d\x02\x5f\x3b\x8c\x9b\x4b\x9e\x13\x99\x4f\x99\x3c\x57\x1d\xae\xa4\x04\x46\x56\x08\x74\x29\x1b\x39\x3f\x81\x2e\x45\x9f\x07\xfa\x7b\x89\xea\x27\x16\xc4\xb7\xc5\x32\x95\x85\xbd\x5a\x16\xcb\xb1\x2a\xc3\xda\x48\x05\xa1\x0f\xc5\x2f\x50\x3a\xf1\x21\xfc\x44\xbc\x76\xe8\xc2\x91\x0a\x28\x55\x73\x07\x8b\xa2\xbb\x07\x8a\xa1\x62\x56\xa9\xb0\xf8\xa3\x7b\xb8\xd1\xa3\x67\x4d\xca\x64\x7c\xff\x64\xbc\x76\xf8\x00\xd5\x05\x7a\xf5\xb0\x04\x30\xdd\xac\x52\xa5\x26\xd4\x38\x58\xc9\x85\x0d\x1a\xc4\x12\x58\x39\x9e\x2a\x09\x81\xd8\x4c\xaa\x40\xa9\xe0\x49\xf0\x0e\xe9\x85\x36\x50\x7d\x8f\xd9\x08\x5b\x23\x5d\xa3\xf2\x43\x2c\x35\xb5\x85\x64\x42\x11\xc4\x16\xd8\x3c\x9a\x58\xaf\x55\x45\x40\x46\x62\x0a\x67\x5f\x6d\x53\x23\xac\xdc\x25\xd9\xa5\xe4\xe1\xd4\x18\x55\xac\x75\x35\x4a\x17\x92\x91\x52\xa7\x3e\xc3\xc4\x81\xa5\x24\xe4\xaa\x3b\xd2\xd2\x9f\x99\x26\xae\x14\xcb\x52\x04\xa5\xce\x0b\xbe\x06\xe9\x6b\x16\x02\x56\xa7\xdc\x64\x34\x5a\xb2\x9e\xa4\xee\x34\x70\x1a\x82\x5f\x20\x9e\xe9\x36\x93\x90\x46\xf9\xf0\x18\x48\xbb\xd7\x8d\x25\x4b\xa3\x26\xe9\x30\x51\xb6\x33\x11\xa1\x41\x32\x9a\x48\x30\x38\x40\x1e\xba\x23\x9d\x6b\xc7\x34\xed\x73\x29\x23\x35\xab\x13\xd1\xca\xde\xb0\xa5\x63\xeb\x7e\x81\x45\x59\xb4\x1f\x4b\xfc\x1b\x1e\x63\x70\x16\x7e\x83\xb2\xbb\x64\xcc\x84\x52\xf4\x87\x51\xf5\x22\xb6\x6b\x1d\x17\xd8\x85\x44\xf3\x74\x11\xb7\xcd\x81\x96\x0a\xcc\x93\xb8\xa9\xac\x96\x6c\x9e\x6e\x90\x70\xb3\xa8\x1b\x6a\x05\xa3\x19\xeb\xc8\x77\x13\x92\x4f\x2c\x6b\x87\xcf\xf0\xcd\x03\x26\xf9\x31\xdd\x6b\x12\xfe\x62\x2d\x4b\xa0\x82\x37\xff\xf0\x25\x3c\x2d\xc9\x4e\x22\x4b\x7a\xb0\xd0\xd8\xff\x8a\x2b\x21\xa4\x3f\x78\xfb\x1f\x88\x54\xdd\xb4\xf0\xe1\x94\x35\x21\x6a\xad\x14\x3e\x30\x12\x8d\x91\xdd\xe4\xf4\x79\xf0\x85\xd6\x44\xb5\x94\xcf\xda\x43\xa3\x8e\x79\x02\x6c\x91\xd6\x6c\xa4\x97\xc4\xd3\x28\xf7\x02\xa9\x7d\xd6\x5e\x30\x11\xc9\xc3\xe9\x25\x13\x31\x27\x7c\x17\xe0\x35\x87\x97\xab\xd0\x56\xd2\x6f\x4e\x5e\xe4\x23\xd1\x4f\xae\x9b\x4b\x30\x3a\xc0\xd6\x8e\xf4\x49\x61\xce\x9a\x38\xd2\xa4\x8a\xc8\x7c\x66\xae\xbd\xd3\xa0\x73\xa5\x50\xf7\x27\x8b\x18\xee\xcd\xcc\xf0\x8c\x8b\xb6\x98\xe4\x63\x51\x91\xa6\x07\x40\x31\xed\x76\x3e\x68\xcf\x52\x9f\xf9\x68\x78\xa1\xe8\x77\x67\x97\xfe\x82\x52\x40\xf5\xa0\x14\x6b\xc4\xac\x72\x00\xc2\x68\x21\x39\x70\x4c\x4d\x2a\x10\xfc\x51\xbf\x0b\x87\xd0\x98\x90\xc4\x94\x48\x7d\x64\xf8\xaa\xd9\x76\x98\x29\x89\x89\x34\x66\xb8\x9e\xb9\x24\xff\xc8\x9f\x20\xd5\xec\x4b\x96\x23\x78\xbc\x2c\x87\x99\xc5\x4a\xc7\xcf\x0b\xab\x07\xc1\x29\x41\x14\x93\x8c\x9c\x59\x62\x4b\x8e\xe7\x23\x27\xd2\xa0\x9f\x07\xb4\x24\x89\x7f\x66\x8a\x26\x22\x18\x39\x81\x23\x7b\x2b\x12\x8b\xf4\x0a\xb0\x14\x4c\x44\x07\x73\x5a\xdb\x2d\xb8\x31\x17\xb2\x95\xee\x39\x11\xf2\xe2\x96\x39\x73\xdd\x9a\x53\x5e\xa7\x4f\x73\xa0\x70\x23\x8a\x93\x33\x64\x42\x69\xb3\x72\x26\x52\xba\x9d\x11\x2a\x9e\x03\xdd\xc1\x6c\x6a\xce\x10\x55\x94\xaf\x70\xe4\x02\xb1\x34\xfb\x37\x33\x48\x6b\x6b\x0a\xc5\x6e\xb1\xdf\xcc\xdc\x47\x76\x67\xca\x05\x70\xd0\xcd\x32\x17\x6c\x5e\xf6\xef\x9b\x1f\x78\x0a\x10\x01\x7c\x0a\x0a\x37\x53\x82\x48\xa6\x60\xe2\x39\xb0\xf2\x84\x15\xcf\xb9\x72\xd2\xda\x9a\xba\x36\x57\x70\xa8\x3c\x05\xc1\x0f\xb8\x59\x02\x6c\x25\x17\x33\x1c\x18\xf3\x28\x27\xfe\x91\x59\x6a\x42\xd1\xa6\x23\x33\x08\x52\x2e\xf9\x23\x37\x4c\xd3\xbb\xd9\xa8\xec\x96\xfc\x94\x1b\x09\x99\x18\x61\x6e\x40\x31\xc3\xb2\xe1\xf0\x7a\x12\x14\x43\x74\x45\xce\x0d\xa4\xf4\xe7\x7b\x40\xae\x78\x06\xb8\x55\x49\x1c\xc8\x1d\xf8\x24\x81\x22\x33\xb5\xb0\x22\x68\x47\x66\xfe\x34\x85\xdc\x8e\xf2\xcd\x20\x99\x23\x95\x46\x95\xae\x76\xb3\x2c\xe3\xa4\x78\x75\x69\x0b\x2e\x7a\xd0\x99\xbc\xa7\xe9\x37\x36\x47\xe2\x40\xc1\x24\x5a\xfa\x2b\xc3\x51\xd9\x13\xd4\x84\x3a\x75\x1d\xcd\x0f\x00\x33\x11\xea\xd2\x29\x18\xeb\x10\x15\x64\x3f\x56\xaa\x82\x51\x3a\xb6\xbe\xba\x1d\xc9\x32\x82\xe7\x4b\x37\x21\xed\x7c\x81\x94\x65\xf6\x53\x58\x36\xdf\x20\x19\xb8\x1e\x77\xff\x86\x0e\x5a\xbb\x54\x28\x83\x49\x03\x50\x06\x08\x49\x75\xfb\x62\x80\x9a\xc1\x09\x44\xaa\xfe\x4d\x1d\x91\x0e\x65\xa1\x47\x97\xf0\xa2\x9c\x8c\x0a\x13\x4c\x60\xb3\x34\x85\x2e\x67\x41\x89\x73\xff\xae\xdc\x55\x77\x40\x20\xba\x03\xf0\x47\xf1\x88\xb2\xc4\xab\xe2\x29\x5d\xd4\x21\x78\x4a\xac\x38\x6e\xbc\x38\x81\xab\xe2\xea\x05\x55\xf8\x93\x55\xd0\x05\xfa\xb7\xe8\x0f\xae\x45\x80\x35\x89\x8b\x7e\x2c\xde\x6a\x8a\x68\xcd\x3d\x30\xb1\x8e\x74\x67\xe5\x02\xa9\x69\xfe\x8d\xf3\x23\xe6\x58\x2e\x32\x5c\xe3\xe2\x85\x03\x24\x3a\x51\x58\x52\xd6\x0e\x25\x85\x22\x9d\xb7\xe6\xa6\x68\x21\x6a\x56\x20\xd3\xd9\x9f\xa4\xd0\x43\x4c\x51\x2f\xa3\xd0\x43\xcc\x7e\x13\xe5\x06\xfe\x35\xf7\xc0\x28\x65\x09\x44\xe5\xe6\xac\xb5\xec\x9b\x90\x14\xa0\x56\x26\x62\x89\x1e\xe5\x21\xb9\x13\xb7\x2b\x0f\x30\xee\xe7\x05\xd0\x19\x8f\xf0\x00\x03\x7f\xde\xef\x60\xd0\x9a\xe2\x12\xea\x24\x1f\x95\x87\xb2\x8c\x4f\xd9\x83\x39\x76\xbf\x40\xde\x26\x19\xac\x3c\x3c\x45\x86\xc3\x43\xaa\x2e\xc9\xb1\xb0\xda\x98\x5d\x35\xca\x0b\x6a\xe5\x2f\x5e\x10\x0e\x5d\x55\xca\x4b\x15\x90\x38\x74\xa1\xdc\xe7\x83\xb7\xe4\x3e\x51\xe0\x82\x80\x8c\x6c\xe2\x50\x51\x7b\x5d\x49\x9f\x47\x0d\x0b\x21\xa2\x1e\x90\x9a\x49\x86\xaf\x14\x45\x74\xfd\xa9\x31\xf2\x05\x3f\x58\xb3\x52\x17\x11\x67\x47\x36\xab\x0a\x2d\x8b\x1d\xe5\x6b\xa4\x80\xec\x2e\x99\x8b\xc1\x8e\x13\xf5\x13\x56\x92\x9d\x18\x2a\x75\x20\x56\xc0\xd7\x44\x1a\x27\x12\x53\x51\x86\xc1\x1a\xbb\xca\x72\x9f\x76\x19\xae\x89\x06\xf8\xe2\x37\x3e\x4c\x57\xc8\xed\xa8\x28\xc3\xe0\x9b\x64\xcd\xbc\xdc\x08\xb1\x6b\xc6\x6e\xb8\x47\x18\xd6\x94\x10\x6e\xd4\x8c\xb3\x27\x1d\x7f\xcd\xc0\x10\x5d\xba\x2b\xac\x60\x96\x22\x6b\x06\xaf\x92\x15\xa2\x16\xa0\x83\xc4\x88\xca\x9a\x57\x56\xe8\xd7\xb2\x00\xad\xad\x29\xe4\x4d\x22\xa4\xf5\x93\x34\x92\x72\xce\x8c\x4a\x8d\xc7\xf0\x07\x38\x48\xba\x3b\x55\x0a\x1e\xe3\xaf\xbc\xea\x6a\xe1\x7c\x05\xa0\x65\x00\xf3\x02\x91\x78\xc1\x76\xea\x8a\x0c\xb1\x4a\x03\x36\x6a\xa5\x32\x5a\xa3\xc3\x20\xa6\x5c\xbe\xa3\xd6\xef\x50\xda\xfb\xad\xc2\x31\x29\x79\xb9\xf5\x46\xbb\xc7\x23\xaa\x4a\x4e\xaf\xf0\x13\xb7\x71\xa9\x7e\xe2\x46\xb3\x83\x41\x6d\xb0\xef\x67\xb7\x2f\x80\x6a\x06\x0d\x7e\xf1\xba\x75\x57\x54\x68\xb7\x33\x5d\xa5\x78\x22\x5d\x41\x6d\xa8\xc5\xe7\xd3\x04\x3f\x25\x3b\x61\x57\xa6\x7f\xb4\x67\x4b\x6d\x14\xfd\x92\x47\x7c\xe0\x89\xef\x11\xd7\x9a\xfc\x05\x09\xb2\xf1\xb2\xf3\xb0\x88\x84\xd7\xbe\xd2\xb5\x09\x0b\x3a\x95\x8e\x3e\xf4\x74\x1e\xb7\xfe\xae\xc2\xf7\xc9\x2a\xa6\x8a\x62\x59\xc3\x78\x04\x11\xc2\xca\x85\xca\x34\x0f\xf6\x86\xa9\xb0\xca\x29\x34\x72\x54\x78\x3e\x59\x26\xae\x1d\x05\xdd\x0c\x38\x88\x14\x59\x22\x52\x45\x0a\x59\xe5\x42\x1a\x75\x50\xa0\xd5\x5d\xa3\xa2\xfc\x55\xf6\x22\x47\x41\x87\x5a\x01\xab\x25\x0c\x9f\xce\xd1\xf0\x82\x70\x61\x74\xfc\xd6\x92\x68\xa2\xf3\x56\x0d\x6a\x0b\x7d\x36\x10\xfd\xa9\xda\x1e\xa3\xc2\x71\x4a\x95\xa4\x46\x1d\x50\x8e\x9b\xaa\xb1\x98\x82\xed\x45\xf5\x24\xf6\x09\xea\x27\xe2\x81\x8c\x7d\xe7\xda\x05\x8d\x78\xb2\xb6\x86\xc8\x77\xa5\xd6\xc7\xd6\x99\x7a\x72\x51\x1a\x93\x6e\xe8\xe2\x4a\x75\x49\x25\x12\x94\xea\x79\xe2\x03\xff\xe6\x3d\xd1\x3b\x7b\xc2\xd4\x61\x0c\x87\x12\xc8\xea\x8e\xba\x1c\xa9\x7c\xca\x3f\xa1\xa4\xa9\x3a\xf0\xa8\x17\x0e\xa9\x77\xee\x6a\xdf\x2a\x7d\xe6\x2e\x1e\x01\x9f\xe2\x8b\x65\x07\xdc\x21\x42\x8a\x3c\x45\x88\x24\xdd\xfe\xc4\x15\xf1\x9e\xd5\xfc\x85\x5a\xa6\xe6\xf6\x0c\x9f\x67\x81\x11\xd6\xc0\xe4\x25\x21\x51\x64\x92\xdc\x55\x6f\x3a\x69\x08\xca\x9f\x3c\xe2\xb2\x8c\xa3\x32\x25\x96\x2d\x2d\xf5\x93\x47\x9a\x82\x10\x47\xa5\x07\xbb\x77\x05\xe2\x48\x30\x9d\xbb\x5f\xfc\xd6\x84\x1e\xa4\x26\xf5\x3e\xb3\x0c\xaa\xea\x21\x8f\x0a\x69\x24\x78\x1b\xe1\x28\xa5\xdc\xdb\xa3\xb2\xf8\x97\x6f\xd6\xf5\x13\x47\x72\x92\xbe\xa0\x3e\x0b\xc8\x5a\x13\x92\x42\x56\xe3\x1e\xa4\x93\xf0\xf3\x7b\x01\xd9\x43\xd0\x0d\xd0\x50\x5a\xd2\x89\x04\xbf\x8a\x94\x14\x16\x4e\x2a\x9c\xa3\xa2\x64\xcf\x0a\xd1\x22\x46\xb7\x13\x17\xbd\x4f\xc8\xfa\x68\x7f\xdb\xfa\x2e\x67\x02\xfd\xa6\xd4\xdf\xff\xea\x1e\x54\x27\xf2\xbf\x9a\xfb\xb2\x16\x99\x92\x53\x8c\x0a\x67\x79\x6b\x2f\xea\x44\xf1\x09\x83\x00\x61\x9d\x36\x00\xd7\x09\x34\x90\xbc\x56\xe7\x42\x03\xbf\xf0\x31\x53\xe5\x35\x1b\x0d\x56\xc1\xa4\x3b\x48\x63\xd4\xa6\x21\xd2\x8e\x45\x77\xfd\x05\xce\x4e\xf4\x6f\xea\x89\xb4\xd1\xed\xc0\x61\x8a\xfe\x8d\xa0\x47\x09\xba\xed\x00\x11\xd3\x51\x68\xc7\x82\x71\xd6\x03\xa4\x51\x90\xfc\xdf\x0e\x16\xd2\xf4\x6f\xa0\xa6\x36\xa9\xc1\xea\xa8\xbc\xdb\xa3\x85\x80\xdf\x87\x7e\x27\xbc\xaf\x09\x30\x77\x97\xfd\x4d\x5b\xc0\x8c\x75\xb1\x6a\xb0\x31\x5a\xb6\x6b\x61\x41\x51\x53\x66\x18\xa6\xbd\x0e\x1b\xac\x8e\xd6\x6d\xb4\x40\xc1\x39\x7b\x08\xc6\xe3\xe9\x37\xab\x88\x99\x47\xb6\x08\xb0\x4a\x05\xd8\x22\x02\x76\x25\xdc\xb7\x48\xe1\xb0\xfa\x03\x50\x45\xef\x64\x02\xd1\x93\xdc\xd0\x96\xfc\xa9\xc3\xd0\x68\xc6\xf3\x94\x12\x4c\xfb\xc3\xed\x95\xf1\x74\x82\xe3\x27\x8f\xba\x1e\xd6\x68\x89\x60\x11\x14\x12\x2c\xd0\xc2\xde\x06\xe1\xb2\xdb\xd9\xb3\x41\xb8\x0c\x46\xae\xcc\x11\xdd\x8e\x35\x7b\x80\x8c\x7d\xc8\xee\xb0\xb1\x43\x77\x00\xd4\xc9\xee\x00\x33\xd2\xf1\x6e\x79\xe5\x64\x75\x8f\xe0\x6f\xc3\x1d\xac\xfb\x8b\xd6\x90\xc1\x3a\x24\x66\x34\xfa\x64\xe9\x7c\xb7\x42\x5f\x65\xb7\x17\xde\x90\xfd\xa0\x42\x93\xa6\x11\xca\x9a\xb3\x5f\xa0\x92\x4a\x22\x75\x83\x6a\xcd\x2e\x14\xad\xf0\x16\xd6\xfc\xe0\x62\x17\x7e\x00\xc2\x97\xfd\xfb\x45\x1c\x9e\xc6\x84\x26\x2d\xf8\x04\x7e\x42\x6c\xcb\x3e\x00\x70\xe2\xb2\xb6\xbf\x55\xba\xd3\x35\x7f\xc0\x8d\x10\x54\x28\xb4\x1a\x55\x96\xbb\xbd\xc8\x60\xab\xdc\x08\x21\x23\xb2\x8d\x29\xd1\xf2\x68\x95\xb4\x3c\x78\x04\xb0\x1f\x03\x01\xfe\xf7\xa6\x7c\xad\x2e\xd2\xad\x29\x34\x1c\x62\x09\x5f\xad\xad\x39\x6b\x4e\x90\x73\x6d\xf2\x6a\xcb\xf1\xab\xf9\x0b\x20\x87\xee\x5f\xad\xe1\xc0\x14\x8f\x70\x71\x63\xb4\x53\xd0\xcb\x29\x65\xf0\x68\x8d\xb7\x2b\xd3\xc2\x25\xb6\x9a\x52\xb1\xea\x57\xf7\x27\x9d\xb3\xd6\xa4\x3a\xb3\x96\x08\x4e\x1d\x4c\xd2\x43\x76\x00\x5a\xa2\x74\xeb\xbc\xa2\xff\x74\x40\xb8\xb9\x83\x07\x8a\x09\x75\x30\x96\xb8\xa5\x1e\xc6\x3a\xc5\x7f\xe5\xae\xd0\x58\x8e\xcb\xe6\xcb\x36\xa8\xe4\x77\x77\x14\x92\x8d\x9c\x63\x61\xab\x66\x34\x00\x35\x49\xd1\x8d\x86\x42\x47\xce\xb6\xb1\xa0\xa6\x35\x9d\xac\x78\x21\xb0\x52\xef\x15\x4d\xeb\x4e\x10\x6c\x9f\x90\x13\x50\xf2\xa2\xa1\xc7\xb2\x76\xa6\xc1\x15\xbf\x79\xd2\x27\xd5\xe1\x46\xa6\x93\xd1\xd1\x7e\x61\x91\x01\x2d\xe2\x5a\x87\x54\x6f\x5c\x6b\xdd\x7e\x40\x9d\xbb\xc9\x25\x53\x9f\xfa\x6e\xdd\xae\xb5\x70\x4d\x8b\xde\xf0\x36\x99\xb6\x9b\xaa\x63\x63\xfd\xcd\x85\x6a\x90\x9b\x0b\x55\x97\xf4\xf8\xea\x5e\x29\x4c\x8b\x36\xaa\xb5\x9b\x5e\x0e\x26\xa9\x4b\xee\x33\xac\x28\xf7\xf9\xe4\xc2\xb2\xd8\xed\x66\xd6\xee\x85\xe5\x1e\x94\xb7\x35\x83\x9f\x49\x3f\x6c\xfb\x6b\xac\x89\x6f\xb1\xa3\x3d\xd4\x8d\x6a\x1d\x0f\x39\xac\x65\x80\x67\x2d\x44\x3b\xb2\xa4\x41\x4b\x01\x4c\x11\x1e\xa5\x7b\x6a\x0f\x15\x68\xa6\xdd\x14\xff\x7c\xbe\x97\x72\xca\xd0\x5b\xe2\x9f\x54\x4d\x6d\xe9\xa2\x8c\x58\xef\x9a\xb8\x3e\x79\xa9\x88\x36\xc4\x5f\xc8\x1a\x3e\xf2\x2f\x6a\x26\x19\x51\x58\x0a\xdf\x2e\xb4\x6d\xae\x2e\xf5\xc6\x04\xd3\xf3\x81\x41\x39\xd9\x94\xdc\xce\x1b\x53\xf7\x0b\xa0\x09\xc6\xb4\x09\x24\x30\xf2\x2e\x19\xce\x0b\x87\xc5\xd1\x0e\xdc\x0d\xc5\x64\x95\x0e\x77\xf4\x23\x40\x61\xd2\xf4\x1b\xa5\x63\xc5\x0e\xfa\x27\xd2\xc5\x43\xdb\xd9\x19\x0d\x39\x7e\x5e\x20\x93\xcb\xfa\x5d\x11\x33\xe4\x0e\xc9\x0e\x74\x53\xee\x30\x47\x2a\xb5\xf5\xe8\x07\x89\x44\xf7\x10\xd8\xbb\xee\x11\x28\xba\x27\xcf\x79\xed\x9d\xc7\x80\x50\x27\xac\xec\x01\xf6\x07\xed\x6d\x0f\xbc\x40\x69\x0a\x28\xaf\x6f\x9e\xd7\x03\xa3\xa1\xdd\xbe\x16\xe9\x07\x24\x94\x22\x43\x1d\xc9\x39\x94\x8e\x7d\xf4\x00\x3d\xc8\x70\x8f\xa4\xcd\xcd\x1f\x80\xc9\x49\x5c\xe9\x74\x3d\x73\x64\x78\x0f\x6b\x51\x7b\x6b\x3b\xa3\x29\x1d\xda\xda\xa1\x87\x0c\x42\xfa\x1e\xc9\xe5\x84\x6f\x9d\x62\xa1\x21\x1d\xe9\xf4\x92\xdc\x25\xd9\xde\x4f\x17\xb4\x79\x79\xde\x91\xb5\x32\x3c\x26\x62\x18\x74\x0f\xeb\xcb\xec\x6a\xd0\x2e\xb3\xab\x08\x76\x87\x68\x69\x77\x9f\x0e\xa3\xaa\xef\xfc\x3d\xf1\x0a\x20\x94\xed\x09\x57\x7c\xf7\x98\x40\xb6\x7a\xf8\x1b\x9e\xd4\x11\x99\x99\x6d\x31\xe8\x9f\x9c\x99\x54\x4a\x76\x74\xe4\xef\x30\x05\xeb\x09\x67\xb6\x7b\x7a\x04\xbb\xc8\x6c\xcf\x3c\xe5\x3a\x62\x9d\x82\xa6\xd1\x73\x09\x9a\x3a\xa4\x7d\x09\x92\x46\x3f\xe8\x41\xcd\x66\x3b\x02\x35\x9d\xee\xa2\x43\xef\x69\xb9\xb2\xb3\x40\x8d\xd3\xe3\x74\xd6\xa3\x31\xf2\x14\x6e\xa4\x16\x51\x68\x16\xf9\x79\x00\xd7\xb0\xe1\x1e\xa1\x17\x35\x72\x15\x12\xcc\x9f\x0f\x3e\xf9\xc6\x4e\xc9\x1d\x7a\x53\x5f\x93\x7a\x41\x88\xba\xb8\x64\xaf\xb0\x32\x0f\xff\xe6\x81\x90\x38\xde\x29\xf5\xe9\x46\xd1\x2b\x81\x22\xda\xd7\x29\xd4\x19\x59\x99\x62\x36\x1a\x51\x1a\xf8\x9b\xa7\xd8\x80\xcd\x22\xe9\xfd\x84\x2f\xa3\xc4\xc6\x4e\x4d\x8f\xbf\xa7\xfb\xb7\xed\xda\xfd\x24\xdd\xd0\x0d\xa0\x9f\x64\x56\x3e\x20\x27\x36\x42\x1a\xb0\xce\xa4\x05\xb6\xb2\x75\x84\xdd\x39\x03\x41\xbf\xa8\x2f\xf5\xd6\x51\x19\x64\xb8\xb0\x92\xa6\x8d\x43\xfd\xa2\x86\xfa\x67\x0c\x92\xbb\x9f\x3e\xe9\x02\xe0\x3e\x6e\x26\xd7\xcc\x7e\xf0\x41\xc6\x31\xef\xfd\x26\x64\x04\xca\xe5\x0d\x6e\x84\x83\x68\xe0\x60\xef\x7e\xaf\x59\xf9\x8b\x35\x2b\x3f\x20\xf0\x8a\xc7\x20\x7d\x32\xa9\x78\x58\x1e\x45\xdb\xf3\x71\xd8\xfa\x33\x06\xd4\x27\xc5\xa0\x7b\x59\x0e\xc5\xab\x58\xfc\x54\x62\x7d\x87\x53\x8f\xbd\x75\xfb\xcb\x6b\xae\x91\x92\x15\xdd\x93\x17\xfe\x52\x3d\x68\x5a\xf1\xae\xe0\x7e\x81\xfb\x1d\x58\xb9\xbb\xe0\xdd\xa2\x78\x5a\x17\x5e\xf0\xef\xe7\x9f\x3f\xf9\x87\x86\x7e\x3c\xbc\x24\x93\xcc\x17\x69\x4c\xcc\x7b\xa8\x64\xd1\x75\xab\xcf\x35\x69\xed\x2f\x58\xb6\x2f\x2f\x7d\xae\x39\xfb\x0b\x2a\xd3\x34\x45\x24\x24\xb0\xe7\x5b\x47\xf2\x2c\xd5\xfe\x1d\x63\x39\x00\x69\x8a\xe3\x20\x3a\xf8\x05\xa4\x40\x08\x6e\xa7\xfc\x24\x8a\x35\x98\x00\xd4\x5a\xfe\x71\x10\x4a\x45\xbf\x11\x00\x2d\xc3\xcb\x40\x6e\x2c\xf3\xc3\x01\xd7\x6c\x8b\xa2\x83\xb5\x1e\xcd\xee\xc6\xc7\x50\x9b\xad\x87\x23\xb0\x36\xbf\xdb\x33\xda\x35\x81\x40\x8c\xfd\xe9\xb1\xe3\x85\xae\xdf\x64\x2b\x3a\x68\xe3\xe3\x86\x2d\xea\x76\x3f\xc0\x0c\x1d\xf4\x3d\x96\x51\x4e\x67\x60\x80\x19\x3a\x24\x77\xc4\xb5\x0f\xfe\xe2\xa3\x99\xaa\xdf\x33\x06\x83\xe3\x8a\xdb\x79\xe5\x1b\x7f\x53\xbc\x75\x8c\x8f\x71\xb6\xa8\x9b\xfc\x80\x9f\xb4\xf1\x64\x24\x62\xbf\x84\xda\x41\x3f\x68\xdb\xe7\x46\x5a\x30\xd1\x8c\x13\x65\x08\x3f\x40\x66\xcc\x92\x84\xbc\x63\x29\x51\x24\xb0\x0f\x28\x51\x1c\x4a\x39\xf2\x27\x2e\xda\x1e\x34\x32\xc9\x76\x73\x97\xc4\x95\xe1\x2e\xa9\x3a\xfa\x79\x00\x5c\x31\x76\x81\xb9\x59\xa0\x1c\x30\xf2\x39\x56\x6e\x20\xc1\x7a\x49\x46\xcf\xcc\xab\x8e\xb8\xd9\x28\xd8\x4a\x89\xa0\x63\x59\xf5\x44\xf9\x47\xe1\xac\x85\x4d\x50\x93\x34\x0f\x59\x98\xdb\x6d\xf8\x85\x05\x29\xf7\xb0\xf6\x4e\xb3\x42\xc6\xf5\x92\x8c\xf2\x85\x82\xcc\xcf\x1b\x93\x6f\xa8\xd3\x4a\x66\x20\x26\x3a\xe0\x27\x9b\xa4\x44\x1b\xa8\x3e\x7d\xfc\xfc\x5e\x83\xaa\x07\xa6\xcb\x74\x8a\x9b\xf1\x5d\x77\x5d\x3d\x6f\x8c\x65\x41\x11\xe9\x1f\x27\xa9\x89\x64\xbe\x71\x12\x14\x82\xfe\xb9\x36\x50\x63\x20\xf4\x3c\x27\xff\xfe\xe4\x1d\x55\x0f\x19\xe3\xa2\x14\x29\x4a\x3f\xe0\x84\x51\x9c\x6b\x6a\x5c\x38\x39\xb6\x57\x0c\xd4\x02\x71\xd4\xf2\xf8\x98\x5e\xb2\x89\x65\xb0\x36\x88\xed\x15\x03\x3e\x16\x8e\xec\x18\xcb\xa0\xd1\xfc\xc5\xe4\x03\x75\xf9\x5d\x6e\x53\x92\xc4\x34\xee\xb5\x6e\x3f\xf8\x4e\x87\x6f\xc3\x03\x2c\xce\x6a\xdf\x01\x27\x0c\x47\x97\x0c\x30\x34\x07\x72\x0c\xdc\x75\x4b\x32\x49\xc3\xbd\xf4\x07\xad\x1f\xd0\x0f\xe9\x27\x07\x4c\x14\x0e\xb5\x18\xf4\x7a\x75\xea\x92\xb1\xae\xa9\xdd\x3d\xc2\xea\xe2\xf3\x0b\xb7\x58\x07\x19\x0c\x96\xf0\xf0\xed\x6f\x3c\x27\xbb\xf4\x1c\x70\x94\x4c\xe9\x99\x24\xdb\x56\x8f\x01\xbf\x59\x87\x73\x8c\x87\x47\xa9\x7b\x52\x13\x2f\xa8\xc7\x77\x11\x66\x4d\x02\x0e\x14\x76\x40\x1d\x6f\xe3\x10\xea\x72\x12\xcb\xc5\x52\xc7\xc4\x32\xc4\xc7\xc7\x5c\xcb\xf0\x17\x98\xb5\xf8\xd7\x60\x41\x64\x47\xc7\x0e\x14\x81\xca\x5a\xe6\x79\x00\xd4\x52\xbc\x9e\x34\x1b\x24\xe9\x8e\xcf\x83\xce\x2b\x3a\x27\xe7\x01\xda\x68\x5d\xee\x79\xe0\x18\x48\x69\x79\x1e\x4c\x57\x5a\xfd\x80\x7c\xbe\xbb\x8b\x8b\x5d\x78\x54\xea\x79\x7e\x06\x79\x21\x7e\x78\x0c\xc0\x52\x92\xdb\x19\xa8\x10\xd0\xe1\x3c\x19\x90\x64\x31\xeb\xfc\xb8\xde\x8f\x0f\xe2\x19\x96\x2c\xa0\xdf\x95\x0b\x8d\x7a\x00\x5a\x9a\xdd\xc1\x9a\xf5\xd0\x83\x97\xb3\x56\x17\x91\xdb\x23\x4e\x7a\x92\xcf\x8d\xbf\x4b\xba\x70\xae\x08\x70\x9d\xfe\x13\xae\x2a\xc5\x4e\x5b\x27\x43\x86\xac\xa3\x3e\x91\xb8\xda\x5e\xcf\x67\xe4\x76\xab\x87\xef\x7e\x97\x2c\x3b\x9c\x8b\xb1\xe9\x1c\x9c\x2c\x23\xe2\xa0\xda\x93\x37\x3e\x87\xa7\x9e\x69\xc1\xc5\x6f\x7c\x57\x40\x5b\xae\x4e\x46\x91\xa7\x9f\x2f\xc0\x4d\xa5\x3a\x3d\x33\x58\x88\xa4\xba\x13\x29\xa2\x0f\x07\x93\x9d\x64\x84\x92\x60\xce\x0c\x99\x49\xba\xd4\x33\xf3\x34\x0f\xbf\x00\x0c\x93\xd8\x76\x92\x31\x3a\x56\xf4\x84\x1f\x6d\x49\x3f\x0f\x88\x61\xd1\x9f\xf0\x20\x0c\xcf\x0a\xc7\x57\x62\xd7\x99\x49\xfe\x35\x89\xb2\x66\xad\x1e\xe0\x79\xab\xe2\xb7\xe3\x2c\x3c\x07\xe2\x7c\x27\x39\xa3\x84\xcd\xb3\x10\x92\x62\xf0\x67\x21\x24\x35\x49\xe6\x88\x36\x6f\x3d\x61\x40\x50\x31\x9b\x71\xc2\x35\x37\x4a\x1b\x77\xb2\x2a\xe9\xf8\x79\x01\xc7\x42\x94\xf8\x84\xa3\xad\xdd\xc0\x4e\x98\x03\xec\x24\x74\x56\x4c\x51\x2a\xde\xb3\x02\xe7\x75\x6f\x38\xe1\x76\xfb\x73\x72\x71\x2f\xb4\x67\xc6\x89\xb8\x0e\xfb\x66\x9e\x27\xa9\xa6\x6e\xf0\x27\xab\x5b\x59\xa1\x78\xc2\xcd\xd0\xfc\xe9\xe4\x35\xcf\x0a\xc5\xf3\x24\xfb\x11\x55\x3c\x61\xf3\xb7\x39\xfa\x5c\x2c\xd0\x80\xbf\x16\xe0\xfd\x06\x6f\x50\x26\x06\x17\xf9\xae\x66\x45\x1d\xf0\x0f\x06\x5e\x0b\x3d\xb4\x15\xe4\x92\xd5\xbf\xc1\xfc\xad\x49\x3b\x51\x17\xc2\x06\xe9\x73\x6b\x80\x35\xe6\xbd\xe8\xa4\xba\xb8\x99\x9f\x49\x90\xa0\x6b\xa2\x23\xdf\x4e\x24\x44\x89\x56\x9d\x9d\x88\xf1\xfd\xb9\x4b\x9e\x37\xb6\x57\x12\xe4\x09\xcf\xc2\xe1\x00\xbf\x93\x8c\x52\x12\xe3\xc9\x0a\x8f\x0e\xaa\x3c\x59\xdc\xca\x61\x8c\x27\x2a\x3a\xfe\x5c\x3f\x4f\x2a\x74\xad\x4e\x3b\x11\xf8\xeb\xf0\x82\x13\x71\xbf\xed\xa7\x07\xc2\x2e\x79\x12\x37\x5e\xd0\x07\xef\x9a\xa5\x1f\x70\xc3\xbc\x1f\xef\x9a\x95\xb6\xf4\xc5\x9d\x58\x12\xc6\xb9\x38\xa1\x98\xeb\xf9\xae\x1d\x14\xb8\x11\xe8\x9b\xcc\x30\x78\x75\x14\x3f\x3f\x19\xf8\x6b\x9d\xc7\x89\xdc\xcd\x59\x12\xc2\xf9\x82\x6a\x89\x5b\x9f\x2f\x60\xed\xf6\x09\xd0\x8a\xf5\x9e\x13\x47\x49\x57\xee\x73\x92\x70\x4a\xd3\x74\x4e\x9c\x6e\xb1\xe2\x93\xe5\x28\x92\x0f\x2b\xd5\xbf\x56\xcb\x9c\x64\xd6\xe2\xcd\x27\x33\xa5\x58\x49\x72\xb2\x62\xa3\x95\x24\x17\x43\x7f\xad\x03\xb9\x8e\x45\xa5\xb2\x1e\x44\xee\xaf\x3f\x49\x9c\xc6\x5f\x25\x4b\xbd\x60\xf2\xb7\xf2\xf6\x62\xa6\x66\x5f\xc9\x2f\x94\xa7\x38\x8c\x50\x17\x78\xf9\xe1\xdd\xbe\xc8\xcb\x1d\x33\x7a\x91\x57\x3b\x04\xf4\x0a\xc4\x52\xc9\x18\x57\xe0\xd1\x10\x2f\xbe\x78\xe3\x14\x33\xbf\xc2\x1a\xd5\x7d\x82\x50\x75\xff\x26\x52\x4a\x08\xb9\x58\xc5\xd1\x21\x82\x17\x0c\xf9\x87\x55\x3b\x57\xc0\x86\x8b\x79\x5f\x2c\xeb\x95\x44\xba\xae\x08\x62\x29\x8e\x71\xf1\x92\xea\x04\x6a\x17\x14\xb4\xc3\xc1\x91\x57\x64\x49\x4e\x11\x85\x8b\x39\x94\xcd\x90\xaf\x8f\x21\x97\xa4\xc3\x76\xa5\x8f\x60\x5b\x89\x72\x81\x1d\x1f\x3f\xb0\xa2\x6f\xa9\xb5\x43\x17\x2a\x36\x38\xa6\xe0\x4a\x2c\x17\xa3\x39\xd0\x93\xd4\x91\xa9\x17\xee\xa1\xf6\x68\xba\x90\xf3\xd8\xce\xc5\x17\xb8\xaf\x53\x8b\x5c\xb0\xe5\x3b\x7d\xef\xf5\x31\xdf\xe4\x90\xfb\x2b\x77\x4e\xd1\x0f\x16\x18\x3c\x02\xcf\x5e\x71\x97\x13\x5d\x0a\x92\x1f\x6f\x6d\xbe\xcd\x5d\x88\xb6\x55\x09\xb6\x71\x95\x05\x05\x75\xf0\x71\xca\xe6\x6b\xd1\x05\x46\x69\x97\xfe\x8b\x57\x4a\xbb\xcf\x5e\x65\x91\x52\x0d\xc1\x98\x14\xab\x82\x2e\x98\xce\xc7\x21\x31\xe6\xaa\x24\x4a\x92\x21\xae\xba\x48\xa5\x46\xad\x6b\xe5\x5a\x07\xf5\xa8\xd6\xdd\x5c\x95\x45\xf5\xf4\x42\x8b\x20\x8d\x1a\xa3\xad\xc3\xe8\x07\x04\xb6\x7f\x17\x7c\xa0\x0e\x1b\x79\x84\x38\x3c\xaa\xfa\x7f\x3d\x68\x96\xac\xd4\x69\x77\x4a\x14\xe9\xff\x66\x29\x8c\xe8\xd8\x60\xa3\x14\x4c\xd9\x3f\xfa\x1c\x14\xe5\xff\xba\x10\xb8\x91\x6b\xee\xf8\xc1\xa1\x4e\x2c\x94\x20\x71\xd1\xbc\x6d\xcf\x3d\xd4\xf1\x0f\x3f\x3a\x9f\x8b\x95\xbe\xed\x6e\xb4\x0a\xf7\xdb\xd5\x06\x85\xfb\x83\x4d\xe8\x28\xdc\xef\xba\xde\x83\x75\xfb\x0f\x87\x80\x5e\x03\x68\x63\xc4\x1b\xc8\xcc\xd0\xfc\x01\x31\xd9\xbf\xc9\x77\x24\x7c\x5c\x83\xfb\x25\xd9\x02\x95\xfe\xbf\x21\xfc\x06\xf1\xc6\xc0\x3a\x49\x9a\x24\xe1\x5c\x27\x65\xf2\xe4\x37\x80\x9b\x9e\xe5\xb9\x40\xa3\x69\x7c\x42\x52\x52\x31\xb6\x71\x21\x36\xc3\x86\xdc\x8b\x46\x6e\xc7\x6c\x5e\x48\x8d\xf2\x03\x98\x93\x85\x9e\x35\xc9\x6b\x01\x46\xcb\xb8\xc2\x07\x39\x4f\x9a\xe9\x7b\x1d\xd3\x79\xc1\x4d\xd2\x32\xfd\xc5\x82\xa1\x76\x29\xba\x20\x31\x0d\xa7\x84\xb9\x10\xcb\x61\xd9\xf5\xfa\x24\x26\xd7\x50\x1f\x17\x8d\xe6\xd6\x6e\x5d\x30\x9a\x0f\x87\x26\x5d\x10\xa1\x8e\x9f\xf3\x04\x11\xca\xf7\x86\x8b\x9e\x93\x29\xfd\x95\x31\xe9\x82\xda\x3c\x49\xa0\xbf\xee\xb5\x0f\x42\xda\x9b\xa7\xd3\x53\x66\x64\x87\x0f\x27\x02\x3b\xd2\xcf\x7c\xd6\x5e\xbb\x4b\x90\x29\x09\xf4\x17\xcd\xe5\x56\xc8\x5d\x88\xdb\xf8\x39\xbd\x0f\xf2\x6a\x18\x9d\x9e\x35\x27\x1d\x93\x87\x60\x95\x88\x77\x41\x78\xb2\x8e\xfc\x7a\x48\xad\xbd\x0a\x44\xdb\x66\xcb\x7c\x17\xa2\x2e\x7e\xce\x3b\x94\x06\x49\xf2\xf3\xf5\x02\xe9\x8d\x3c\x2f\xe7\xa8\x55\x43\xd6\xfa\xd1\xb5\x5e\xef\x9a\xa4\xe6\x00\x57\x49\x7b\x16\x5e\x50\xcb\x0f\x87\x02\x5c\xc8\x15\x5c\xac\x5c\xbb\x5e\xee\xf5\xcf\x83\xc9\x07\xea\x73\x62\xaf\xdd\x05\xa4\xa9\x9f\xcd\x82\x6d\xdd\x2e\xa3\xd7\x24\x35\xf6\xa9\x42\x80\xaf\x3d\xce\xae\xb9\x66\xad\x75\x4f\x4a\x26\x26\xc6\xcc\x4c\x67\x55\xe6\xc5\x00\xdf\xe4\x73\xc3\x78\x5e\xdb\x0f\xae\x49\x14\x15\x52\xdd\x9f\x7c\xd5\x9d\x20\xef\x46\x7d\xaf\xc3\x1e\x8c\x37\x7c\x26\xed\x65\x79\x43\x5e\xb2\x4f\xc0\x0d\x97\xc8\xa4\xb3\x7e\x43\x99\xef\x59\xdf\x07\x70\x30\xbb\xbf\x05\x5a\x77\x70\xe3\x83\xae\xdf\x48\xcb\xdc\xfc\x01\xc9\xbd\x94\x6d\xf7\x27\x5d\x65\xb3\xf3\x9b\x05\x4e\xad\xa5\xbc\xa1\xfe\x4f\x12\x2a\x6f\x38\x51\x1a\x2a\x37\xd4\xff\xde\xdc\x3b\x14\xfc\xf6\x00\xa4\x80\x9e\xe2\x27\x6b\x35\xa7\xb2\xbd\x61\x2d\x3f\x1c\xad\x7d\x07\x22\xb5\xa1\xb4\x34\x27\x52\x8c\xde\x30\x10\x24\xe9\x5a\xee\x48\x82\x25\x35\xd4\xcd\x92\xaa\x56\xd9\xdf\x91\x80\xd7\xac\x21\x9c\xa5\xec\x1e\x29\x9c\x35\xbf\x40\x84\xf1\x56\xb0\xe8\x97\xf5\x9c\x77\xe4\x9d\xc2\x0b\x89\x44\x18\x83\x0a\x06\xf6\x12\xfc\xc2\x8b\x41\x3d\x29\x44\x1e\x8a\x5b\xdf\x30\xaf\x27\xc9\x6a\x37\x3d\x37\x1d\xf8\x7a\x53\xdc\x93\x22\xe3\x5e\xe2\x9e\xb8\xcb\xbd\xb4\x2f\x46\x10\xe6\xf0\xb3\xb3\xe7\x4d\xa3\xba\x44\x9f\x1b\x61\xcd\x66\x47\x77\x62\x81\x09\x0f\x41\xb6\xdb\x3c\x29\x2c\x42\xea\x99\x9b\x91\x44\x3f\x38\xcd\xa8\x66\x2b\x53\x6f\x58\xdd\x0f\x33\xa8\x3b\x53\x54\xf2\x42\x61\x86\x4f\x12\xf8\xee\xdc\xf0\xdb\x3d\x20\x16\xdb\x18\xc2\xba\xae\x56\xbf\xde\x05\x21\x55\x5e\x76\xa1\xa0\x64\x50\xd3\x0e\xe1\xb0\xe5\xbb\x50\x46\x11\x21\xbc\x0b\x5c\xfd\x0f\x77\x41\xda\x5b\xfc\x02\x20\x55\xdc\x25\xe5\x56\x31\x88\x9b\x95\x5f\x8f\xf2\x57\x46\xa5\xbb\x10\xcb\xa5\x9d\xb9\xcb\x5a\x94\x67\x40\xaa\x28\x85\xcf\x0d\xf7\xce\xe4\x35\x54\xde\xde\x44\xac\xef\xba\x96\xed\x37\x16\xf5\xf6\x1b\x84\xac\x16\xb5\x64\x52\xf1\xa4\x9b\xa5\x5e\x7f\x4e\x46\xe3\xd9\x92\x20\x76\xb3\x94\xab\xdd\x86\xee\xc6\xdd\xd3\x18\x6d\x1d\x1d\x3f\x00\x55\xf3\x4a\x99\xf0\xd8\x11\xb0\x37\x3d\x30\xed\xbb\x72\xbf\x28\xfe\x2e\xfa\x7e\x33\xf4\xcf\x11\xab\xf7\xcb\x75\x08\x34\x28\xc5\x64\xbd\xf4\x8d\xfb\x7c\x92\x7c\x79\xbf\xa0\x8b\x92\x83\x6f\x32\x18\x49\xbd\xf7\x5c\xab\x54\x87\x28\x5f\xed\xe4\x1e\xf7\xc4\x1d\x43\x3a\xc5\x7b\x22\x78\xca\xe4\x81\x09\x24\xac\x6b\xbf\x17\x3f\xd1\x49\x7b\x96\x6a\x5c\x47\xf1\x81\xad\x57\x35\x72\xc7\x43\x66\x20\xb8\x3e\x47\x43\x36\xc1\xa8\xdf\x00\xa3\x84\xe8\x87\xcc\xa1\xba\x9d\x08\x29\xa9\xec\x81\x16\xdc\x02\xc9\x43\xd3\xae\x03\x68\x1f\xd2\x76\x31\x83\x87\xb4\x5b\x2c\xf0\x09\x4c\x1b\xe9\xdf\x94\xda\xa4\x72\x78\x70\x09\x76\xfe\xe5\x07\x59\xae\x1c\x9d\xf2\x44\x2e\x49\x4b\x86\x1d\x36\xeb\x12\xfd\xc0\x77\xdd\x25\x7f\x1e\xda\x65\x7f\xbe\xbf\xb1\x02\xf7\x4f\xf6\x25\x05\xc3\x93\x28\xcb\x4a\xbe\x79\x12\x37\x52\x64\xfa\x49\x14\xda\x75\x51\x7f\x12\x63\x9b\xdd\x05\x17\x25\x25\xf7\x93\x28\xd5\x27\x7f\x01\x92\xd7\xfc\x05\x57\x2d\x28\x20\xaf\x43\x12\xcb\x7c\xf2\xda\x69\x4d\x2a\x93\x1d\x49\xb6\x7c\x78\x49\xf6\x46\x64\x5e\xa1\x86\x1f\x00\x70\x5e\x05\xd3\x5c\x99\x24\x3e\xf0\x80\xb7\x95\xed\xc9\x3c\x53\xa2\xba\x0f\x2c\xb1\xce\x4d\xf9\xf0\xd2\xac\x23\xf6\x14\x6a\x7a\x0c\x5b\x54\xf2\x49\xc6\x57\x90\x33\xe7\xe7\x7b\x16\x39\x12\xd1\x7d\x2a\x60\x2f\x82\xf8\x7c\xe4\x28\xb5\x9f\x76\x6e\x85\x08\xda\xb3\xc8\x53\xf1\x1b\x00\xc3\xcf\x0b\x0b\x0c\x9a\x43\xe5\x75\xb5\xf8\x8d\x93\x7b\xe3\x2e\x78\xb1\xf0\x24\xee\xef\xdc\x1a\x0c\x15\x7b\xe5\xdd\x6f\x14\xd1\x04\x06\x44\x51\x26\x63\x74\xa3\x24\x69\x30\xc0\x5b\xdc\xa6\xc0\xa7\x51\x61\x25\x59\xf4\x69\x34\x3f\x17\x77\xf9\xf2\x81\xe6\xc4\xbc\x0c\xd6\x51\x3f\x9d\xdc\x48\x0a\xaa\x87\xd9\xd9\x6d\xc0\x7a\x90\xf6\x20\xfd\xbc\xc0\xcd\x71\x3b\xef\xcb\x3e\xdb\x9d\xc2\xa9\x98\xc3\xc3\x7a\x36\x63\xfc\x55\x62\xa0\x87\xa9\xa6\xc4\x40\x1f\x24\x92\x4a\x36\x5f\x3c\x83\xda\x0c\xf1\xe0\x87\x0e\xe1\x87\x74\x68\xcf\x20\xa0\xd4\x05\xd3\x1a\x1c\x06\xfd\x89\xdd\x96\x42\xec\x39\xb1\x26\x99\x2f\x9e\x55\x76\xe6\xf0\x03\x10\x71\x8f\xc0\x24\x04\xf6\x47\x78\x4e\x96\x56\x3a\xfc\x00\xbb\x2d\x2a\xfe\x2c\x83\xb8\xf8\xdd\x73\x61\xbb\x8d\x60\xb0\x7f\x1f\x3f\x1f\x90\xb9\x79\x15\x17\xce\xd9\xf0\x0b\x5c\xb6\x57\x71\x7d\xcb\x76\x36\xb9\x07\x49\x0a\x92\x74\x78\xcf\xb5\x26\xed\x29\x90\xf1\x7b\xdd\xcc\x4a\xe0\xd8\xeb\xe7\x3e\xf8\x89\xde\xb8\x71\x76\x8d\x1d\x77\xc4\x98\x9a\xc3\xbd\x0e\x96\x5f\x20\xa8\x35\x26\x6e\xbf\xd9\xbb\xb9\x6e\xbf\x62\xc9\xcf\xbd\x96\x25\xc0\xac\x32\xd3\x87\xbb\x9c\xe8\x42\x80\x79\x12\x7e\xeb\x83\x87\xa2\xa7\x58\xf2\xf3\xdd\x66\x9b\xb3\x6e\x3f\x0f\x2a\x85\x79\x77\x1f\x52\x2c\x4f\xf2\xe1\x6e\x4a\x0f\xf1\x30\x45\xa8\xb9\xf6\xb3\x4c\x03\x06\xc4\xcb\xd3\x6a\x68\xbf\x94\x88\x75\x73\x7c\x5e\xae\xdc\x5f\x2c\x7f\x13\x7f\x41\xdd\xb0\x2e\x2c\xcf\xba\xae\x4a\x36\x78\xe0\x0a\x9e\x0f\x7f\xb1\xe6\xe9\x17\x08\x1a\xad\x9c\x65\x1b\xad\x7f\x7c\x26\x22\xae\x4c\xac\x91\x03\xf4\xf0\x05\xf8\xa1\x2f\xf8\x0f\x2f\x87\xa5\x3e\x4b\xff\xf8\x40\x9a\xb0\x43\xd1\x03\x63\x80\x23\xa4\x9e\x89\x39\x1a\x74\x73\xcd\x71\xc3\xe1\xa5\xa7\x99\xc3\xc5\xdf\x63\x01\x62\xe8\xc1\xc9\x37\x0e\x3d\x78\xf8\x20\xea\xc1\xea\x74\x83\xea\x65\x92\x4e\x8b\x24\x2f\x0a\x3e\x27\xab\x96\xde\x00\xeb\x8f\xb4\x5b\x2f\xf5\xea\x8e\x9d\x7e\x99\xa2\xc1\x92\xda\xfb\x5d\xf6\x5a\xf6\xc4\x91\x44\x27\x7b\xcc\x46\xab\xa7\x7a\x44\x74\x8f\x8b\xa1\xbd\x6d\x71\x08\xbf\x70\x71\x48\xf7\xf0\xc9\x82\xce\xb5\xf8\x36\xc2\xce\x1f\xac\xb2\x7f\xfb\x77\x5f\xa9\x0b\xf4\x02\x82\x7b\xec\x06\xff\x22\xe0\x7c\x38\x30\xf9\x85\xbe\x33\x59\x77\xf5\x76\x6c\xa7\xc1\x02\x55\x64\x16\x31\x7d\x07\x0e\xb4\x78\xf1\x3b\x10\x5d\x2d\x51\x10\x65\xff\x5b\x16\xb5\x7f\xe9\xae\x74\xfc\x3c\x60\xa0\xb2\x3b\xec\x7c\xc1\x0f\x16\x14\x3c\x05\xac\x5a\x34\xe6\x5d\xaa\x4b\x49\x3d\xef\x80\x32\xda\x3b\x75\x2e\x1c\x15\xa4\x4f\x4e\xca\xbf\x3f\x91\x38\x89\xf5\xbe\xac\x9c\x61\x81\xf6\x05\xc1\xcf\xf1\xaf\xdc\x1b\x5e\xb8\x00\xbb\x1e\xc4\x7b\x92\xcd\x7a\x5b\x4e\x2e\x40\x30\x5e\xcc\xc0\x2b\x3a\x19\x0e\x21\x59\xe1\x5d\x8a\x4f\x09\xed\x2f\xbc\xa1\x92\x6f\xa6\x2f\x14\x9d\xce\x2b\xf6\x7e\xec\xa0\x39\x61\xdf\x0b\x6e\x90\xa3\x7f\x83\x78\x64\xff\x46\xb9\x46\x1f\x32\x94\x07\x6e\x9e\xe3\xc7\x0c\x72\xfb\x99\x00\x8f\x58\xf0\x03\xb8\xa8\x36\x4f\x68\xa2\xd8\xaf\x36\xe1\x66\x10\x89\xf7\xf5\x46\xb2\xde\x9f\xdf\x0b\x33\x04\xf4\x7b\x61\x82\xe6\x88\x1c\x83\x3f\xe9\xbb\x5f\x24\xa4\xb1\x1b\xec\x8b\x40\xa0\x2a\x59\xe0\x7d\xa8\x1e\x56\x07\x28\x69\xe6\xab\xf4\x0b\xb5\x66\x4e\xfe\x4d\xd9\xc1\xab\x7e\xfa\x3f\x7f\x4a\xcd\x7e\x61\xc0\xa9\xd5\xbf\xa9\xd5\xd4\x1a\x1e\x4e\x48\x4b\x80\xab\x94\x53\x6b\xbc\x0f\x48\x44\xf2\x84\x26\xa1\xa8\x19\x7f\x7c\xa2\x65\xa9\x9c\xde\x97\x1a\x08\x91\xcb\x17\xa9\x65\xb2\xf7\x61\x29\x35\x75\x51\x79\x91\x41\x30\xff\x7c\x40\x99\xae\xba\x4b\xd0\x7c\x03\x69\x2e\xdc\xf2\x03\x54\x33\xb5\x9c\xf8\x4e\x2a\x03\xa5\x28\x79\x61\x12\xce\x3f\xbf\x09\xb7\xe4\x07\xdc\x3a\xb1\xa6\x17\x51\xdd\x59\x2c\xf5\x9d\x6b\xe1\xfb\x8b\xb9\xa8\xbc\xa8\xe5\x64\xd4\xb6\xc3\xf7\xe7\x32\xc0\x66\xbf\xf1\xa2\x4e\x49\xd4\x6f\x2a\x35\xb5\x5b\x33\x50\x23\xa0\x4b\xd9\x0c\x6b\x65\x7e\x83\xf7\x1d\x5d\x03\x27\x9c\xa5\x9c\xd6\x70\x86\x05\x7f\xcd\x02\x17\xcd\x2c\xb4\x9e\x8b\x6f\x24\xbf\xc0\x0d\xd1\x0d\x69\x06\xde\x04\x9a\x3f\xa1\x80\xf2\x33\x08\x05\xf3\xec\x07\x93\x6f\xec\x4d\x9d\x88\xba\xb1\x23\xe1\x84\x1a\x31\x4b\x4e\x9f\x71\xed\x90\x3f\xa0\x92\x48\x17\x39\xd4\xed\x6f\x59\xa8\x8f\xa2\xfc\xdf\xac\xd4\x45\xe2\x4a\x75\x61\x41\x8d\xfd\xf0\x73\xa2\x51\x53\xff\x7b\xa0\xa5\xb2\xa8\xbe\x33\x32\xa0\xa8\x7e\xca\x3f\x5f\xa0\xc8\x91\xb1\x77\xa6\x45\x35\x34\x4f\x5c\x50\x73\x71\x97\x5c\xb9\x90\x71\x2e\x25\x9d\x78\x1e\xaa\xe6\x7f\x0f\xd4\x05\xbc\x87\x87\xf3\x3e\xa0\x6e\x7e\x4c\x3f\x78\x90\x41\x90\x8b\xbb\xb8\xfe\xf9\x53\xec\xdf\xca\xb2\xf8\xce\xba\x3b\x19\x09\x63\xd0\xc0\x01\xca\x15\x02\x67\x21\x6a\xea\x52\x8c\x2a\xf9\xcd\x69\xce\x56\x91\x7c\xe7\x79\x98\x85\x58\x62\x34\x2a\x0b\xb8\xfe\xa4\xf3\x13\x2d\xbc\x50\x1a\x30\xa6\x51\xed\xe6\xcc\x08\xb3\x90\x6d\xe4\xbf\x4a\x13\x34\x2b\x24\x39\x7f\x5d\x21\x05\x4b\x42\x9d\x95\x3c\xaf\xfb\xc1\xe0\x78\x9a\x33\x7c\xa4\xb2\x91\x10\x79\x7f\x72\x75\xfb\x9a\xa0\x5f\x58\x13\x14\xe0\x2a\x4f\xa8\xf1\x96\x15\x64\x9d\xd8\x60\x36\x6e\xb7\xae\xe2\x13\xb7\xdc\x2c\xea\x35\x1b\x19\x9f\x11\xbb\x11\x1f\xc4\xf9\x26\x94\x7a\xd9\x87\x1e\xc9\x81\x72\xf5\x10\x3c\x7e\xc5\x2f\x3c\x7c\xa0\x31\x3b\x92\xff\x78\x61\x9d\x48\xe9\xa3\x31\x48\x58\x44\xf7\xe7\xa0\x84\x21\x9d\xc5\xa4\xd8\x63\xba\xb2\xc4\x1e\x9f\x3f\x56\x58\xb5\x7b\xf2\x44\x10\xb2\xed\x1d\xf3\x93\x72\x8a\x9d\xbf\xe6\x27\xe5\x7c\xb0\x53\x0f\x48\xc6\x97\x4d\x56\x4e\x12\x37\x9f\x25\x06\x25\x5b\x2f\x32\x4f\xc2\xce\x07\xe1\xe4\x9d\xc3\x9f\x20\x92\xe8\x27\xc3\xc2\x64\x35\x2d\xb3\xd8\xc9\x4c\x75\x16\x5e\x26\xcc\x9f\xc5\x3e\x67\xa8\xf2\x1f\xb2\xaf\xd7\x2c\xeb\x9f\x6d\x2d\x9c\x88\xe2\x39\x14\x63\x7e\x36\xdc\x5d\x8b\x52\x49\x9c\x17\xb5\xe0\x4a\xe4\x30\x3b\x14\xaf\x25\x6f\x12\x39\x3b\x02\xd9\x4b\xde\x33\x9d\x88\x1e\x09\x49\x69\xe7\xe7\x80\x7c\x9e\x74\xad\x9f\x88\xde\xf8\x26\x96\xf7\x83\x48\x87\xaf\x2d\x28\xce\x11\xe9\x3b\xbf\xaf\x86\x73\xc0\x2a\x91\x74\xd3\x9f\xf4\xc7\x4f\xb2\xfe\xce\x01\x0c\x4e\xd2\xd7\xcf\x81\x2c\x4f\x59\x1a\x92\x09\x87\xfc\xa6\xac\xa2\x73\x20\xfc\x3c\xeb\x2a\x38\x07\xf6\x29\xeb\x06\x3b\xe1\x77\xde\x94\x8e\x75\xc2\x4b\x3c\xb8\x9a\xdc\x84\x4b\x76\x70\x4d\x9b\x39\xa0\x24\x56\x3d\x90\x49\xdf\xe5\x24\xa7\x8f\x09\xb7\xe2\xae\x5b\xd6\x84\x5b\x71\x97\xd8\x3e\xe1\x56\xdc\x54\xd6\x64\xd2\xab\x38\xcb\x49\x68\xc2\xab\xb8\xe7\xee\x0f\xd2\xf7\x5b\x8b\x38\x3f\x46\xd9\xf3\xd6\x36\xcc\x33\x30\x00\xf7\xf0\x0b\xf5\x9f\x3f\xbd\x68\xbf\xce\x8f\x4f\x76\xa5\x0f\x9a\xe7\xc7\x04\x7b\xd9\x47\x6a\x9e\xdf\x7d\xab\x97\xee\xef\x9f\xef\xf7\xcf\x84\x5e\xfc\xf6\x80\x48\x83\xe1\x15\x46\x24\xbf\xdc\xf4\x74\xc2\xe9\xb8\xd7\xe4\x76\x16\x50\xad\x7e\xc0\x52\xa6\x9a\x40\x44\x92\xec\x24\x90\xb0\x4a\xe8\xbe\xee\x4d\xb8\x24\xf7\xea\x05\x44\x94\x09\xf1\x84\x23\xbd\x03\x3d\x81\x07\xc2\xe8\xde\x65\xb8\x2c\x87\x24\xc2\x35\xe9\xb3\x9c\x92\x67\x04\x8d\x70\x92\x1a\x69\xc2\x89\xf9\x7b\xe0\x3e\x20\x43\xcb\x6a\x3a\xe1\xd5\x1c\x92\xb8\xe3\x84\x57\x73\x53\x25\xab\x09\xa7\xe6\x6f\x10\x2d\x0b\x5e\xcd\x8e\xcd\x98\x27\xd8\x7c\x12\x2d\x9b\x27\xd8\x7c\x4a\x5e\x19\x2c\x6d\x49\x7a\x86\x79\xd2\x15\x4b\xe9\xd3\xe6\x99\x78\xf6\xfe\xea\xc2\x34\xe1\x47\xfd\xbd\xed\x49\x4f\x0e\xa0\x39\x65\xc2\xaa\x0a\x12\x99\xb0\x32\x3e\x66\xc2\x2a\x69\xd6\x99\xb0\x2a\x02\x6f\x26\xac\x9a\x80\x97\x09\xab\xa8\x59\x43\x75\xad\x42\x93\x13\xde\xd6\x5f\x9f\xee\x82\xb0\xca\xfe\x82\x22\xd1\xd0\xcc\x21\x6a\xb4\x9f\x2f\x08\xaa\xe6\x89\xf3\xe8\xfa\x1c\x64\x82\x2a\x7b\x5a\x84\x46\xf2\x03\x42\x63\x68\xad\x85\xd0\x28\xea\xb4\x10\x1a\xde\xe5\x42\x68\x44\xf5\x51\x08\x0d\x63\x6b\x21\x34\xb2\x40\x5c\x16\xe6\xf8\x01\x69\x5f\xd1\x4c\x0b\xc1\xe1\x23\x47\x37\xee\x1f\x5c\x2a\x44\x9d\xe6\x07\x44\x9d\xe2\x4e\x61\xd5\x0f\x3f\x7d\x30\x03\x9d\x21\x58\xd6\xde\x0b\xc6\xac\xaa\x2f\x97\x89\x79\x56\xae\xd6\xc4\xaa\xae\xd5\xfa\x0d\xae\x56\xbc\x00\xee\xe0\xc1\x37\xfc\x09\x7f\xf0\x6f\x14\xa1\x0b\x7c\xde\x8a\x34\x93\xf3\xac\x5c\x6d\xf4\x27\xdc\xfc\xe6\x4f\xb8\x5a\x63\x3d\x04\x24\x15\x79\x9e\x70\x22\x0f\x76\x80\x9a\x27\xa2\x8b\x73\x34\xd6\x42\x64\x4a\x4a\xd6\x33\xe1\xe7\x3a\x0c\xf3\x17\xd5\xf8\xe4\x13\x3e\xa1\x95\x6a\x8a\xdd\x9a\x2f\x0c\xef\x12\x65\xe7\x9b\xc0\x3a\x44\x25\xe7\x11\xfe\xf9\xa3\x0b\xf1\xc4\x2d\xab\x4b\x35\x3a\x71\xc9\x92\x8e\x6b\xce\x95\x18\x4b\x3f\x99\xea\x45\x3f\x99\xd5\x41\x3f\x1b\xfa\xf2\xc7\x88\x7c\xee\xfa\x89\xd2\x5a\xee\xeb\xfe\xe7\x8f\x89\xe9\x3c\x50\x97\x3f\xe9\xe7\x27\x81\x27\x77\x3d\xff\xf9\xa3\x8a\x4e\x73\x06\x56\xe5\xd2\x4f\x7c\xab\x97\x03\x6b\xbf\xe8\xe7\xf7\xed\xbe\x71\x4c\xdc\x9c\x54\x67\x7b\xe2\x86\xa2\xa8\xd6\x89\x0b\x8a\x49\x3a\xae\x27\xb2\x9c\x4e\x5c\x4e\x54\x4a\x71\xe2\x6e\xa2\x12\x7f\x73\x7e\x34\x49\x4a\xe2\x39\xcb\xd7\xb3\x10\x6c\x16\xf4\xac\x49\x7e\x78\xaf\x9c\xfc\x13\xa2\xbb\xf2\x27\xcd\x09\xd7\x26\x9d\xde\xf9\xa6\xaf\x67\x4d\xe3\xcd\x00\xb4\xdf\xc6\xb6\xf8\x6d\xe4\xc8\x25\xb0\xc2\x44\xe5\xf0\xbe\x33\xcb\x86\x19\x71\xb1\x3e\xb6\x35\x37\x4c\x16\x47\x0c\xfb\x26\x10\x26\xd2\xdf\x84\xb8\x43\xa1\xe2\x71\xc0\x1c\x9b\x76\xd6\xc7\x78\x1c\xc8\x33\xa9\x88\xae\xef\x01\x64\x98\xad\x93\x8b\x07\x4b\xf9\xb7\x6d\x55\xfe\x1e\xd0\xd7\x32\xeb\x13\x44\xb1\xe7\xed\x27\x19\x0f\xd4\x48\xff\x84\xcf\xb6\x1e\xa0\x4c\x73\x3c\x76\x02\xe2\x78\xa0\xe2\x6d\x48\x5d\x6f\xc4\x40\x6b\x64\xd9\x7d\xa0\x2e\x50\x90\x33\x7b\x3c\x58\x84\xa5\xc5\xf1\x17\xae\x75\xf1\x48\x9d\x6f\x77\xf5\x37\xb9\xd0\xb1\xa7\xb0\xf2\xd4\x6f\xe7\xe9\x78\x94\x63\xbd\xb1\x3f\x29\xe0\x55\x79\xe7\x55\x88\x07\xf2\x49\x7f\x20\xda\xa0\x28\x8c\x3c\x48\x02\x56\xdd\xc2\xd5\x06\x78\xa5\x71\x79\xa7\xd1\x8c\x47\x7d\xe9\x59\xd4\x37\xf4\x90\xe4\x2b\xb4\x1d\xb4\x15\x8f\x46\xa7\xbf\x7d\x73\x8a\x07\x33\x9a\xc8\xcb\x2f\x1e\x1d\x6c\x5b\x8e\x83\xf1\xe8\x30\x00\xc9\x43\x2e\x1e\x83\x56\xf6\x9d\x96\x22\x1e\x03\x06\x41\x79\xa7\xc5\x63\x30\xf9\x53\xd0\xa6\x21\x78\x34\xc8\x9f\x2d\x1e\x8b\xb2\xee\x7a\x6d\xf1\x38\x99\xf3\x79\x53\xc5\x78\xc0\xff\x3c\xc8\x35\x2c\x1e\x17\xb2\x29\xa5\x5d\x4c\x22\x1e\x70\xca\x0c\x69\x07\x52\xc4\x03\x46\xe5\x20\x27\x89\x78\x3c\x0b\x35\xc6\xee\xe3\x61\x29\x8e\xcd\xad\xe2\xf1\x62\x1e\xb2\x3b\x7e\x0f\x38\xac\xb6\xe1\x65\x9e\xa9\xcd\x8a\xe3\x31\x0b\x61\xba\xf8\x6a\x0c\x2c\xbf\x2a\x8d\x7d\x0c\x91\x62\xcc\x8e\xd3\x8f\x21\x82\x49\x4a\x67\x1f\x43\x64\x0a\xaf\x2d\x48\x7f\x0f\x2e\xbe\xd1\xf6\x03\xb8\x46\x4a\xdb\x1b\x03\x6a\xbf\x05\xe9\x87\x63\x88\xf0\xce\x93\x1a\x32\x86\x04\xe7\x85\xba\x93\xdf\xc7\xc0\xe2\x53\xd2\x1b\xc6\x80\x5a\x52\x41\x8a\xc5\x18\xd2\xcd\x07\x79\x8f\xc2\x32\x01\x2d\x2f\xbb\xcc\xf7\xe0\x65\x71\xb6\x3d\xd3\xb2\x26\xd6\xf6\x1b\x35\xf3\xc1\x86\x58\x40\x8e\xd1\x4f\xac\xdb\xa3\x20\x2f\x62\x68\x79\xec\x4f\x90\x1e\xef\x7b\xb0\x01\xd4\x71\x3d\xac\x3b\x39\x72\x0c\x8c\xa1\x6d\x25\xee\xc5\x21\xba\xb0\x75\xfd\xbe\x99\x35\xa4\x6c\x62\x13\x1e\x86\x0e\x94\x4d\x8e\xc2\xc2\x86\x92\xf7\x27\x34\xcf\xb7\x92\x37\x38\x1e\x58\x56\xda\xce\xd4\x19\xc3\x33\xf8\x46\xf1\x83\x9b\x0f\xf6\xcc\x69\xe3\x6d\x3b\x4d\x74\x0c\x0f\x90\xb0\xed\x48\xfb\x18\x68\xb2\x6b\x3b\xb5\x47\x0c\x2f\x2b\x73\x14\x81\xf4\x4d\x84\x8f\x26\x06\x56\x14\x5a\x69\x7a\xd0\xb8\xb8\x4d\x9f\xc2\x84\x6b\x66\x2b\x8b\x1a\xc7\x18\x88\x2f\xfb\x1e\x13\x23\xea\xe7\x86\x21\x5a\x10\x13\x3b\xad\x7e\x80\x0c\x22\xad\x6e\x7a\x12\x2b\xd3\x4f\x6e\x7d\x6c\x8c\x15\x4e\xa5\xad\xee\x53\x1a\x91\x48\x25\xb4\x5d\xd5\x37\x46\xa6\x25\x69\x3b\xe9\x7d\x8c\x03\x66\xf4\xb6\x0b\x59\xc6\xc8\x50\xb2\xb6\x59\x58\x8c\x57\x66\x70\xf3\x46\x8f\x48\x0f\xf1\xb6\x8b\x7c\xc4\x48\xf7\x47\x19\x21\x62\x84\xef\xe2\xf7\x60\x6d\x43\x5c\xc7\x76\x3b\x6c\xc7\xf8\x32\x26\x63\x2b\xb5\x62\x9c\xc8\x46\x7a\xec\xd4\x97\x31\xb1\x22\x78\xdb\x85\x46\x63\x0a\xc4\xa8\xed\x32\xf7\x3d\xe0\x36\xec\xa3\x9f\xc2\x64\x1a\xe5\x0d\x8f\x94\xe0\x09\xd6\x76\x28\x47\x4c\x2c\x4e\x94\x77\xde\xc6\x98\x12\x53\xd7\xef\x48\xeb\xef\xc1\xfa\x24\xeb\x01\x87\xad\xea\xf4\x59\xc9\x9a\xdd\xc7\xc9\x07\x51\x0f\x26\x1f\xa8\x0f\x1e\xfd\x5d\xd7\x2e\xa6\x34\xa9\x3c\x89\xfb\x93\xc5\x6f\x5a\x8f\x7f\xc1\xbf\x52\xc6\xed\xa2\xed\xba\x5b\x31\xb1\x68\x4a\x6b\x7b\x4b\x52\xa6\x1b\x5d\x13\x6c\x32\xa7\xb0\x0b\x8e\xc4\x54\x18\x7a\xb9\x6d\x1a\x31\xa1\x2a\x44\x68\x3b\x91\x7c\x4c\x85\xf0\xdd\xd1\xd9\x31\x31\xcb\x7b\xeb\x82\x6f\xc5\x95\xb1\xed\x3c\x52\xdf\x03\x3a\x94\x0e\xbd\x41\xda\xd2\xb5\x69\x0d\xc1\x52\xad\x0b\x9c\xc8\x3f\x1a\xda\xce\x65\x18\x53\x03\x63\xad\x43\x33\x65\xce\xc7\xba\x33\x32\x7e\x0f\x56\xfe\xc4\x3d\xd3\xb6\x0a\x81\xef\xf3\x97\x90\xda\xec\x93\x2c\x34\x2c\x13\x8d\x75\x6d\x49\x27\x8a\xee\x2c\x47\x31\x21\x15\xd3\xf7\x60\xf7\x71\x0e\xae\x76\x8b\x00\xe9\x86\xea\xa9\xed\xc4\x24\x31\xdd\x50\x81\xe5\xa8\xd5\xde\xd8\xd6\xb4\x43\xe6\x63\x7a\x50\xe9\xbb\xed\xe8\xd0\xef\x01\x62\xe6\xb7\x62\x29\xa6\x27\xf3\x0d\x01\xe8\x21\xbe\xed\x9c\x3d\x31\x3d\x94\x4d\x86\x0e\xc2\x43\x5a\x32\xb4\x0d\x13\xee\x3b\x6d\x3b\x23\xc6\x7c\x64\x1e\xa6\x8d\xd5\xf9\xa0\x2f\xcc\x0e\x18\x8d\x39\x40\x51\xd4\xb7\xad\x34\xe6\xc0\x92\xad\x3b\x02\x26\xe6\x80\xb5\xf4\x6d\x18\x8f\x19\x85\x43\xbf\x4b\xcc\x9a\x69\x4e\xd0\x11\xf6\xed\x27\x1d\x33\x0b\x7b\x89\x6d\xe4\xca\xfa\x8e\x5b\x67\x1b\x33\x33\x6c\xf7\xad\xcb\x8c\x99\x29\xe8\x54\xf2\x3d\xe6\xce\x1c\x90\xbb\xbe\x45\xcc\xbc\x26\xf7\x6d\x0b\x8f\xf9\x62\xa9\xe9\x6d\x7c\x88\xf9\x62\xd9\x9b\x6d\x07\x88\x99\xfe\xdb\x5d\xb4\x25\x3f\x48\xa0\x96\xb6\x93\x56\xcc\xef\xb1\x6c\x1e\x5d\x0f\xb0\xd8\xe0\x07\x10\x96\xfb\xce\x0d\x19\xf3\xcb\xb4\xa0\x61\xe3\x5c\x7e\x59\x1c\x2f\x68\xea\x73\x59\xcb\x36\x23\x29\x07\xeb\x70\xef\xb2\x18\xb1\x1c\x4c\x9c\xb5\x73\xa6\xc5\x12\xe0\x05\xde\x77\xfe\xaf\x58\x02\x12\x88\xf7\x9d\xaa\x31\x96\x70\x73\xf9\x43\x9f\xb0\x62\xec\x4e\x9b\x18\x0b\xca\xac\x7f\x0f\x76\x1f\x91\x81\xdf\x3b\x7f\x41\x2c\x2c\x4e\xd5\x25\x81\x97\xcc\x82\x32\xfb\x66\x11\x4b\x66\x72\x88\xed\x74\x1b\x4b\x39\xd6\x1b\xfb\x13\xd4\x63\x09\x7d\xfb\x5e\xc4\xc2\x3c\xf8\x59\x42\x7b\x69\x94\xc0\x85\x2f\xa5\x71\x2d\x3b\xbf\x40\x2c\x0d\x62\x45\xdf\xc1\xfb\xb1\x30\xa7\xd6\xae\x03\x1b\xcb\xa0\x30\xb3\x6f\x28\xdf\x03\x2a\x8c\xb7\xf4\x5b\x56\xda\x8b\x7d\x2f\x8e\x05\xc1\xbc\x21\xed\x98\xf4\x58\x4e\xa6\x6d\xda\xd9\x58\xbf\x07\xfc\x64\xe9\x26\x62\x39\x99\xf6\x70\xa7\x63\x8d\x85\xc1\x43\x5d\xc7\xb8\xdc\x20\xaf\x7d\x47\x08\xc6\x72\x83\xe0\xf4\xad\x30\x8e\x65\x49\x11\xdb\xf0\x19\xcb\x4b\x18\x27\xad\xfe\x25\x9a\x4a\x2c\x2f\x2f\x84\x97\x9e\x34\xd3\x97\xf5\xc7\xb7\xa2\x21\x96\xf7\x5e\x6f\xec\xa9\xbf\xcc\x34\xb9\xb5\x39\xb1\xbc\xef\x7a\xb0\x3b\x9d\xcc\xc5\xbc\x9d\xe1\x63\xc1\xf5\xf3\x7b\xb0\x47\x99\x84\xd8\x56\x89\xc4\x32\x21\xde\xf4\xad\x3a\x8c\x65\xb2\x0a\xdc\x56\x44\xc5\x7a\x1c\xec\x63\x13\x9c\x7a\xc0\xb4\xd9\xb7\x4a\x2d\xd6\x83\xc9\x68\xb6\xeb\x5e\xac\x07\x8a\x0c\xf7\x54\xcb\x5f\xb0\xaf\x1a\x81\xf6\x69\xa7\x5f\x8e\x35\x56\x5e\x2b\xf7\x7d\xac\xc6\xc6\x01\xf6\xc1\xa8\x91\x55\x96\xb6\xd7\x63\xac\x29\xaf\x9a\xc1\xbb\x0f\x56\xa6\xeb\x5b\x25\x17\x2b\x4a\x37\x84\xbe\xbd\x64\x62\xad\xbc\x89\x6e\x77\xa1\x58\x91\xea\x3a\xf4\x9d\x79\x31\xd6\xce\xb4\xec\x59\x2b\x5f\x09\xbb\xb6\xfd\x3a\xd6\x41\x8d\x5b\xf5\x03\x52\x9f\x5c\x76\x1f\x50\xfb\x87\xbc\xd3\x61\xc7\x3a\x56\xa7\x82\xde\xc9\x13\x9b\x05\xbd\xa5\x4f\xdb\x76\xc4\x58\x4f\xd4\xd9\xec\x3b\x4d\x72\xac\x2b\xe0\x7f\xdb\xdc\x62\x3d\xc9\xcf\x0e\xbd\xc1\xd8\x8e\x96\x37\x56\xd7\x9b\x55\x48\x77\xd1\xbb\x58\x6f\x1a\x92\xa2\x1f\x70\x62\x3b\xda\x23\xd6\x97\xbc\xe8\xd0\x36\x2c\x14\x2d\xfb\xca\x52\x69\xef\xea\x92\xd1\xeb\x44\x50\x52\xdf\xe5\xda\x62\x3b\x26\xeb\xff\xed\xa3\xd2\x02\xf3\x65\x6e\x85\x7f\x6c\x21\xb1\xf2\xc3\x66\xc5\x8d\xf2\x53\xdf\xb5\x96\xbf\x07\x17\x1f\x1c\xfb\x01\x79\x51\xdd\xf4\xa9\xa1\x22\x60\xe8\x75\x9f\x9d\xef\x02\xc4\x07\xbb\xd3\xca\xa4\x99\x75\xa3\x79\xab\xf0\xfc\xea\x5b\xd9\x14\x1b\xab\xdc\xf4\xba\x65\xc1\xc6\xb2\x1c\x2a\x34\x10\x5b\x45\xdd\xac\xbe\xdd\x40\x62\x6b\x64\x13\x5b\x17\x14\xdb\xca\x85\xbe\x2b\xb4\xc7\x86\xa4\xdb\xdf\x83\x05\xe4\x36\x3a\x87\xdd\xc2\x61\x43\xfe\xa2\x4f\xd0\xdd\x00\x3a\x3b\x67\xba\x85\xb9\x76\xb1\xe6\xc3\x56\x7c\x7d\x0f\x30\xec\x4e\x0e\x16\x1b\x43\x01\x65\x63\x88\xed\x4e\x8c\xc3\x16\x3c\x6e\x48\xf1\x0a\xc4\x8d\x0d\x5e\xc2\xf1\xd8\x55\xcf\x62\x7b\x90\xca\x58\x8e\x6e\xb1\xbd\x61\x3d\xd8\x9f\x4c\x5e\xcf\xb7\x92\x31\x76\x6a\x7f\xfa\xce\x08\x12\xfb\x81\x0a\xa4\xbd\xed\xb5\x7c\x64\x17\x20\xdc\x30\xed\x91\xc5\x50\x76\xad\xff\xd8\x23\x33\xd4\xb5\x7d\x23\xe9\x28\x0f\x1a\x94\x02\x3c\xf6\x4c\xf2\xb3\x6b\xc5\xc7\xce\x0a\x7f\xbd\xed\x2b\x4a\x2f\x2c\xea\x2b\x09\xbc\xd7\x87\xf0\xd8\x20\xec\x28\x1e\xf0\x3d\xd8\x9f\xac\x54\x63\x3b\xcd\xfd\xf7\x80\x65\xe3\x36\xd2\xf5\xb1\x2a\x05\x07\x7d\xd2\x1b\x93\x79\x26\x3d\x60\x25\xad\x8d\x63\x7d\x1d\x64\xc9\xc3\xfd\xdc\x05\xad\xf5\x46\x66\xf9\x8e\xcd\x03\xfb\xb9\x8a\x05\x6b\xf9\x27\xeb\xa0\xec\x3c\xdc\xb1\x9f\xe4\xf8\x3b\x8f\x76\xec\x27\x8f\xa9\x24\xe6\xbe\x38\x5a\xdf\xb2\x49\x67\x5c\x69\x97\x70\xdb\x19\x9d\xd8\x25\x0f\x77\x1c\xf5\xb6\xb5\xa3\xb1\x3f\xdc\xeb\x9d\x7b\x32\xf6\x67\xcd\x6b\x8b\x26\xfd\x59\xb5\x41\x37\x05\xee\x6f\x58\xe0\xa8\x7a\xc0\x41\xba\x1e\x30\x0b\xff\x56\x42\xc7\xfe\x76\xae\x6d\x33\xd6\xfe\xbe\xec\x74\xa8\x53\x24\x0c\xde\x95\xde\x63\x9f\xab\x2a\xe6\x96\x5d\xfa\xa2\x2f\x3b\x4b\x55\x1c\x91\x68\xbb\xf3\xf9\xc4\x11\xaf\x95\xba\x7f\x81\x78\xe4\xc1\x37\xb6\x5a\x65\x94\x9b\x09\x57\xf6\xae\xac\x1a\x3e\x69\x57\xc3\x8e\x2c\x66\x11\xfa\x28\x7f\x91\x79\x3c\xb2\xc6\x42\xe8\x3b\x7a\x3c\x8e\x56\xf8\xf9\xa6\xce\xcc\x78\x19\xba\x04\xf2\x71\xae\x90\xa4\x7d\x82\xc7\x43\xfb\x50\xd3\x32\x9e\x87\xa1\x30\x71\xf7\x41\x4f\xd5\xb1\x1d\x8c\xe2\x78\x19\xe4\x91\x36\xb9\x1e\x6f\xa6\x07\xf4\x26\x71\xe3\xed\x2b\x8e\x75\x77\x4a\x57\xbb\xb1\xdd\x4f\x22\xfd\xd6\xc2\xd8\x8e\x18\x71\xbc\x2b\xcd\xc8\x56\x87\x8c\x79\x33\xd2\xb5\xe9\xc1\xd3\xfe\xed\xc1\x79\x04\x8e\xb2\x25\xac\xf3\x88\xf4\x06\xdf\xd8\x76\x1e\x7d\x85\x51\xe4\xfd\x60\x2e\xcf\xfb\x05\x8f\x33\x8c\xe5\x2f\xbe\xfb\x88\x17\x85\xe7\x4d\x26\x4f\x96\x9a\x1e\xd2\x40\x9e\x99\x71\x81\xbb\x34\x4e\x3c\x0b\xe4\xb8\xb1\xcb\xb6\xc4\xb3\x2e\x57\xb2\x2d\x2e\x9d\x15\x0e\x57\xc7\x8e\x54\x8f\x67\xbd\xd6\x1b\xbb\xd3\xf1\xd2\x45\x61\x93\xa7\x0b\x75\x1c\x82\x8a\x57\xc4\xab\x91\xe1\xef\x0c\xe2\xdf\x03\x12\xd2\x7d\xb3\xbe\xda\x72\xd8\x19\x7e\x83\x4a\xdc\x8d\xc4\x57\x43\x90\xc8\xb1\xf3\x9e\xc5\x0b\x09\xff\x3f\xb9\x36\xeb\x01\x35\xa1\xfb\x3c\x5e\x48\xe8\x1f\x0f\xad\xe5\x6a\x9d\x0a\x93\x7d\x84\x2f\xe4\xdb\x0f\x79\x57\x6d\xfc\x1e\xf0\xd2\xb7\xb1\xfa\x6a\x9d\x85\x3b\xa2\xde\x18\x64\x3d\x9b\xa2\x5d\xc8\x36\x1f\x8f\x5d\x59\xf2\x7b\x00\x47\x9d\xe0\xe5\x5f\xb4\xdb\x35\xf5\x81\x8a\xd0\xc7\x4e\x8c\xfb\x3d\x98\x14\x2b\x34\x31\x3a\x5b\xee\x8c\xa0\xdf\x83\xce\x42\x8b\x7a\x83\x9e\x87\x32\x1a\x5c\xc8\xa9\x1d\x0f\xd1\x96\x8b\x09\xad\x8f\x9d\xe7\xe9\x7b\x70\x32\x4a\x7c\x41\xfd\x29\xb4\xea\xf6\x2d\x66\xbd\xb1\x51\x97\xbe\x49\xfe\x5b\x68\xa6\x13\xdd\x7c\x51\x00\x27\xe4\x1d\xd7\x10\x27\xb3\x87\x17\xe9\x8e\x27\x33\x77\x4b\x47\x32\x3b\x9d\x19\xb6\x51\xe5\x7b\xd0\xf1\x42\xd3\xef\x93\x8a\x62\x7d\xb1\x44\xdb\xee\x07\x9d\x4a\x6f\x7d\x12\xef\x7f\x53\xad\xcf\x4e\xe3\xfe\xb6\x55\x7d\x0f\x48\x9e\xf6\x41\x9f\xc8\xf9\xfc\x4d\x23\xee\x07\x34\xf3\x4a\xef\x32\x3b\x2d\xa1\xba\xdf\xcf\x5e\xb9\x6f\x51\x6f\x40\x1c\x4c\x3d\xa9\x0f\xb8\x47\x35\xcf\xfc\x13\x43\x5a\x4b\xfa\xcd\x7c\x92\x92\x30\x67\x1f\x5c\x6b\xd4\x18\xe7\x9a\x96\x3e\x81\xc3\x73\xda\xee\x28\x71\xf6\x8b\xf3\xac\x5a\xfc\xc5\xf3\x16\xb5\x56\xc4\x64\x48\xe3\x3d\x91\xd7\xf7\x47\x41\x37\x91\xd8\xb7\x6d\x43\x69\x9c\xcc\xdb\x9b\x77\x86\xec\xef\xc1\xda\x23\xbf\x81\x79\x6e\x73\xde\xf7\x00\xcc\xcf\x2f\x20\x45\x60\x92\x8c\x36\x07\xbd\x66\xa4\x04\x9c\x63\x19\xc2\x36\x4e\xcf\x71\xd0\xfd\x47\xd0\x1b\x6b\xe3\x35\x71\x66\x84\x95\xe9\x6c\x22\x23\xec\xd7\x85\x1e\x2c\xaf\x83\x2d\xc5\xcc\x41\x2f\x03\x29\xbe\xe6\xa0\x95\x58\x87\x6f\x0e\x58\x2e\x92\x2e\xc8\xcb\x21\x28\x1f\x9e\xe8\x43\xe7\xb0\xfa\xef\xfe\x16\xf1\x7f\xc2\xb6\xe6\x60\xa2\x85\x1d\x39\x14\xe7\x58\xe9\xfc\xeb\xff\x9a\xeb\xfd\xeb\xfc\x8f\xff\xf7\xc5\xeb\xdf\x17\xc7\x3f\x7f\xd6\xbf\x50\x2b\xef\xe7\xe5\xd1\xf3\x86\xb2\x73\xbb\xe1\xbb\x24\xef\x7f\x3f\x08\x1f\xfa\xe4\x72\x57\x17\xeb\x2f\xa8\xe5\x76\x0b\x33\x22\xee\x96\xdb\xdf\x20\xfd\xe6\xb6\xde\x1e\xc7\x27\x0d\xaf\x7f\x69\xdb\x38\x76\xcb\x33\xdc\x42\x19\x7a\xb7\xbc\xee\x8d\xb9\xb9\x92\x5a\xdc\xdb\x64\xb1\x80\xdd\x32\xdd\x1b\xf2\x28\x6c\xfb\xf9\x11\x3e\x29\x65\xff\x3b\x98\x2c\x7d\xcf\x3b\x7e\x47\x73\xff\x8b\xb5\xca\x6d\xfc\x88\x9e\x45\x04\x5e\xdb\x39\xf5\x23\x60\x6e\x43\x9f\xaa\xc3\x73\xa4\x43\x90\x4d\x07\x8b\xd6\xaa\xa5\xba\x05\x94\x67\xc3\x22\x05\xcd\x31\xd1\x33\x59\xd9\xfe\x8f\x14\x1e\xb7\xbd\x6c\x8b\x6a\x9b\x6a\x63\xc2\xa8\xae\x1d\x4e\xe9\x54\x1b\x7c\x83\x8a\x12\xe9\x1f\xe9\xa3\x27\xfb\xdf\x55\x79\xc8\x6d\x9e\x0b\x2a\x17\x1e\x8a\x9a\x38\xd2\xf0\xda\xa0\x65\x51\xd4\xd2\x91\x3e\x2c\xda\xff\x7e\x4b\x38\xfc\xd5\x79\xbb\x09\x0c\x49\xce\xf8\x47\xba\xdc\x23\x24\x65\xf9\x81\x1f\xe9\x76\x8f\x88\x27\x93\xaf\xe7\x01\x53\xc1\xfe\x17\xec\x49\xae\xf3\x07\x74\x0d\xfb\xdf\x9b\x6d\x4d\x6d\xaf\xdb\x38\x93\xed\xd5\x71\xe0\xda\xba\xff\x2d\x18\x6e\xa8\x49\x1b\x87\x3a\xef\x41\xa1\x34\x07\xea\xbc\xaf\x7f\x61\x0e\x56\xcd\xcf\x03\xc5\xd1\xf7\xbf\x9c\xc8\xf6\x22\x3b\x50\xc5\x7c\xff\xcb\x89\x6c\x2f\xa0\xf0\xa6\xdd\x16\x5e\xd6\x7c\x57\xc4\x47\xf4\x39\x8f\x07\xdc\xcd\xb7\x57\x4f\x3c\x52\x54\xcb\xc7\xb4\x86\xa2\x14\xe3\x91\x86\x9b\x4e\xf8\x19\xec\x96\xdc\xd4\x02\x37\xaa\xaa\x42\x48\xf1\x68\x59\x6d\x6d\x7c\x1d\xba\xa9\x7b\x16\x1d\x4d\xdb\x2f\x2d\x86\xb2\x37\x2d\x86\x92\xf1\x55\x51\x53\x75\xd3\xf9\xcf\x9f\xd1\xba\x9b\x2e\x37\xbd\xf8\x2a\xec\xa6\xaa\xb1\x02\xf2\x43\x16\x77\x58\x4f\x37\x5d\xff\xfc\xe9\x0a\xe5\x8c\xa1\xf9\xab\x6f\xf2\x5d\x21\x98\x31\x34\x7f\xd5\xf0\xd5\x3e\xd6\x11\x92\xef\xfe\x97\x41\xd8\x6a\xf1\xdc\xe1\x24\x1c\x95\x54\x3d\x86\xd1\xdd\x36\xd8\xa6\xc1\x6e\x01\x31\x7c\x84\xb1\x2b\xf1\x55\x8c\x71\xd3\x90\x18\x23\xfd\x9c\xb6\x4f\x61\x8c\xb1\xb9\xad\xb3\xcd\xdf\x5d\x6e\x83\x23\x70\xd9\xfe\x51\x31\x56\x0d\x17\x29\xd7\xca\x3b\x2f\xc6\x5a\xdd\x06\x47\x77\x39\xdf\xc7\x68\x48\x46\xd6\xb6\x97\x13\x69\x8c\x4d\x88\x15\x99\x30\x6c\x78\xbc\xe6\x3e\x99\xa6\xa1\x1c\x1a\xaf\xfb\x3b\xb8\xdf\x16\xb9\x7b\xc7\xd8\x3d\x4f\xe8\x60\x8a\x7c\xac\x23\xb4\x89\xfb\x5f\xce\x73\x9f\xb6\x18\xbb\xe7\xd9\x39\xcf\x4d\x27\x63\x1c\x86\xe7\xe0\x77\x5d\xdf\x3d\xfe\x0e\x42\x4c\x69\x42\x95\x74\xe8\x3b\x10\xe8\xaf\xcf\x3d\xcf\x14\x75\x72\x52\x3c\xff\xf9\xa3\x50\xae\x98\xc6\xa3\x16\x84\xba\x45\x95\x8b\x8b\x26\x85\x31\xc1\xe3\x26\xaa\xde\x58\x4c\x67\x73\xdb\x87\x98\xc1\x83\x9d\x97\x9b\x1e\x34\xa9\x47\xf1\xe4\x08\x82\x19\xaa\x32\x05\xc7\x74\xbd\x6a\x83\x05\xb5\x2a\xd9\x6d\xcc\x3e\x3c\x19\x35\x33\x54\x87\x3e\x66\x1f\xef\xdc\xe1\x34\xa6\x23\x97\xc5\x01\x22\xee\xeb\x5d\x29\x56\x63\x16\x03\x88\x79\x30\x6e\x6b\xb3\xed\x98\xc7\xad\xb6\xeb\xc3\x75\x45\x50\xc5\x7c\x69\x4f\x33\x2e\xfc\x87\xdc\x00\x63\x7e\x3c\x47\xf0\x52\xd7\x89\x8f\xf9\x15\x48\x32\x04\xa2\x43\xe9\x6f\x62\x9e\xc5\x6d\x90\x46\x14\x4d\x1e\xcb\xa1\x3e\x0b\x92\xd0\xe7\xed\x3f\x16\x4b\xd5\xc6\x95\xfa\x7e\xc7\x7f\x73\x87\x58\x9a\x16\x57\x3e\x68\x75\xa5\xae\x8d\xa5\xbb\xe9\x83\x4e\x57\x60\x63\x84\x69\x76\xff\x5b\xd0\xe1\x9e\x62\xf1\xd2\x58\x75\xbd\x2a\x2d\x79\x44\xbd\xf2\xfd\x2f\x06\xd3\xd6\x54\xcf\xbe\x1e\x68\xd2\xa2\xab\x38\x51\xac\xd0\xf9\x54\x65\xf4\x8e\x28\x57\xbe\xff\x7d\x40\x0e\xf7\x1c\x6b\xd5\x8e\x56\xdc\xbc\xa2\x62\x9c\x63\xf5\xf9\x46\x81\xe5\x0f\xb7\xf6\x24\x9b\xcf\x77\x6b\x00\x96\x8e\x14\x8a\x12\xec\x7f\x21\xf2\x29\x8b\x6b\x1c\x53\xc7\x0d\x29\xc0\xbf\xb6\x1d\x0f\x43\xa9\xf5\x7f\x25\xc8\xc6\xcb\xa7\xf1\x82\x2f\xa3\xf2\x19\x45\xe4\x48\xdc\xff\x16\x96\x0f\xde\x6b\xbf\x4c\x6c\x90\x60\xf0\xa3\xc1\x7b\x81\x6f\x17\x5c\x5e\xa4\x35\x48\x2a\x13\x1e\x5f\x89\xc1\xf1\xa5\xc7\xbf\xca\xfd\xc6\xd7\x07\xeb\xbd\x69\x9d\x10\x51\x44\x08\xda\xfe\xb7\xfc\xf3\x27\x2b\x43\x65\x44\x18\xd8\xfe\x37\xfe\xf3\x27\x97\xed\x08\x1e\xe7\x35\xd5\xc4\x0c\xbe\x5b\x58\x88\xf3\xf1\x57\x4f\xfc\x8d\x8c\x8a\xb0\x12\xed\x7f\xcb\x6f\x3c\x4a\x3a\x84\x29\xe9\xf8\xc4\x1e\x39\xca\xa7\x43\x70\x4c\xc7\x07\xc7\xed\x43\xf2\xfd\xec\x6a\x09\xe1\x87\xa6\xa5\x43\x8b\x4a\xc7\xb7\xa8\xba\x85\x8b\x74\x08\xed\x12\xed\x4d\x55\xa0\x48\x47\xf8\xe9\x0f\xb8\xa5\xda\x40\x09\x92\xc8\xfe\x17\x5b\xa6\x88\xe1\x74\xe4\xa0\xb6\x81\xb8\x05\xcd\x63\x78\x1e\x1f\xdf\x6d\xaa\x09\x9e\x8e\x31\xdc\x84\xac\x9b\xca\x3d\x97\x8e\x71\xb9\xed\xfe\xe7\x4f\xcd\x02\x86\x88\x75\x3a\x3e\x62\xbd\x3d\x6c\x8e\xe4\x6b\x50\x3a\x66\xfd\xe7\x8f\x52\x45\x27\xdc\x2f\xf6\xbf\x27\x38\xb7\x3e\x9a\xee\x6e\xa2\xbb\xb5\xf7\xc9\x02\x44\x0a\x70\xa8\xab\x4a\xd1\x9b\xc2\x74\x1b\xee\x21\x55\x05\x00\x52\xd0\x81\x49\x61\xf2\xbb\x4d\x95\x52\x94\xc8\x97\x22\x54\xd8\x87\xa2\xbf\x52\x8c\xa7\xdb\xe6\x47\x72\xf7\xb1\x4e\x31\x69\x65\x11\x79\xbe\x6a\x50\x93\x04\xd3\x14\x3f\xc1\xab\x2b\x5c\x33\xc5\x72\xbb\x09\x84\x5a\xc9\xf8\x53\xec\x9e\x08\xf4\x5b\x87\x0a\x73\x26\x33\xe6\x14\xe1\xb4\x74\x18\x49\xa1\x15\xde\xff\x42\xc4\x17\x63\x4e\xf1\xcc\x6e\xeb\x98\xe5\x86\x57\xbc\xbc\x80\x6b\x4d\x45\x2b\x78\xdc\x25\x68\xff\xa1\x08\xff\xe4\xfb\x57\xe2\xfd\x2b\xe8\x2e\x95\x92\xe4\xff\x94\xe0\xb6\x1a\x54\xe4\x25\xa5\x70\xba\x0d\xd5\x30\x55\xe7\x22\xf9\x9e\x95\x12\x74\x07\x41\x95\x17\x52\x8a\xdd\x6d\x03\x6d\x9b\xef\xa5\x14\x3d\x1e\x22\x4b\x82\x52\xdb\xa7\x24\x02\x9a\x12\xce\x46\x50\xe2\xf2\x94\x92\xbf\xcb\xfc\x4e\xb8\x92\x72\x72\x5b\x65\x9b\xd6\x90\x2f\xb7\xdd\x68\xd3\xf6\xa5\xec\x35\x14\xf6\x99\xd5\x67\x29\x6e\x63\x9f\x9b\x1b\x25\x5c\x10\xf7\xbf\x10\x14\xf6\xf5\x39\xf9\xaa\x98\x52\x87\x30\x33\xb4\xf2\xee\x15\x7c\x08\xd1\xaa\x01\x26\x39\x21\x41\x74\x6a\xf5\x50\x87\x46\x87\x74\x7e\xbc\x54\x29\x09\x52\x7a\x74\x1e\x13\x74\x96\x41\xd5\x15\x53\x91\x96\x23\x15\xa6\xda\x55\xd6\xbc\x84\xa2\xb5\xfb\x5f\x3a\x20\xee\x8b\x29\x5d\x4d\xf6\xbf\x85\xaa\xab\xba\xdb\x62\x52\x1b\xdc\x91\x86\xd2\x63\xe4\x37\x4e\xb5\x61\x5b\xb3\x72\x26\x67\xd8\x69\xf7\xbf\x81\x6d\x71\xb7\x35\x8f\xd7\x3e\xf1\x3c\x28\x89\x47\x46\xc2\x84\xf5\xef\x77\x60\xe4\xc7\xfd\xfd\xbe\xdc\xc4\xa0\x9e\x45\x1c\xf2\xd4\x86\xe7\x09\xa3\x7b\x50\x02\x94\x8c\x18\xcb\xfd\x2f\xd3\x53\xee\xfb\x67\x46\x78\xe5\xfe\x17\xae\x43\x0a\xd4\xc8\xf3\x72\x9f\x17\x72\xbf\x4a\x90\xcb\x53\x8a\x9e\x3c\xef\xc0\xb6\xb2\xdb\x5e\xad\x0e\xde\xf0\x59\x52\x6f\x31\x9f\x2a\xc7\x41\xa0\x6c\xad\x48\xf1\xc5\xb5\x80\x5d\xc4\x20\xfe\x51\x8e\x12\xd4\x86\x8a\xc9\x41\x95\xac\xcb\xd1\x93\xda\xbe\xeb\x44\x0c\x2a\xe0\x5c\x8e\xe1\x3e\x07\xdd\xd3\xb7\x98\x5d\x8e\x31\xd5\x76\x72\x09\x59\x6d\xa7\xdb\x90\xdd\xc1\xd5\xb9\xca\x71\x9d\x6e\x5b\x1e\xee\x9a\xcb\x3d\xd4\x76\x9f\xdf\xd2\xdd\xf4\xdc\x6a\x7a\x08\xcd\xcd\x8a\x4b\x10\xa9\x2a\xe1\x23\x55\x16\x30\x4a\x38\x6e\x37\xc1\xea\xb3\xbd\x9b\x8e\x12\x82\xdb\x02\xbb\xdc\x37\xa4\x12\x74\x73\x2c\x01\x91\x94\x41\x65\x5f\x4b\x88\xfe\x2e\xf2\xbb\x2d\xf3\x97\x90\xb4\xf2\xf0\x61\x70\x96\xfc\x54\x70\xed\xde\xff\x7e\x8b\x93\x38\x5a\x82\xee\x5c\x05\x37\x64\xe9\xef\x0f\x7a\x4b\xed\x7f\xaf\xaf\x29\x69\xac\xcb\xcb\xbe\x22\x9a\xd4\xe1\xa3\x4d\x0d\x0f\x4f\xdd\x3e\x21\x25\x1a\x5a\x8c\x9f\xc8\x4a\x4f\x55\xcc\xed\x4a\x64\xca\x36\xa9\x13\x4b\xd4\x19\xa1\xfb\x55\x96\x58\x5f\x60\x97\xd8\xff\x32\xb2\x7a\x47\x95\x16\xdf\x27\x0b\xee\x93\x31\x88\xb9\x96\x28\x8d\x56\x89\x27\xaa\xc2\xb5\xf1\x57\xf2\x6d\x89\xba\x09\x95\x88\xe2\xc0\x41\xe9\xd8\x4b\x34\x86\x45\x62\x98\x12\x71\x94\x38\x3d\xd3\x4f\x7a\x90\x63\xe3\x51\xd2\xa1\xcf\x12\x74\xe3\x59\x11\x54\x25\x19\x1d\xc0\x9c\x62\xf0\x0e\x25\x29\x12\x4a\x42\xaa\xf8\xa0\xec\x3d\x05\x94\x7e\xff\xcb\x69\x6e\x5d\x48\x49\xd2\x69\x94\xc4\x72\x82\x4a\x08\x59\xe0\xa1\xbb\xff\xc5\x61\xd6\x6d\xa8\x64\xa3\x5f\xfe\xd0\x2f\x2b\xaf\x68\xc9\xe2\x85\x85\x0a\xb6\xa1\xbb\x5c\xc9\xba\xb0\x15\xb8\xcb\xc7\xe0\xfd\xcb\xd2\xc3\x96\xfc\x7e\xf8\x27\x1d\x55\xf1\x15\xb0\x14\x86\x10\x18\x2a\xc5\x87\xab\xc0\xba\x15\xe2\x8e\xb0\x2b\x45\x5a\xaa\x52\x90\xc3\x53\x71\xc6\x05\x5e\xb9\xfb\x5f\x64\xcd\x56\xd0\x58\x29\x62\x4f\xa5\x3c\x04\xd8\x96\x2c\x4a\x95\xd4\x51\x2a\x6c\x15\x59\xb9\xb7\x0a\xc2\x4e\xf6\xbf\x40\x5c\x15\x81\x29\x55\x9c\xbe\x54\x24\x3d\x0d\xba\x2f\x94\x5a\xfd\x5d\x05\xa0\xc5\x66\x4a\x6d\x6e\x83\x6d\x3b\x2b\x61\x55\xa9\xc6\xdc\x0a\x97\xf5\x9c\xb7\x0a\xb7\x54\x43\xb3\xa2\xe4\x45\xd0\x4d\xb0\xd4\x29\xb0\xd4\xc9\x90\x84\xcd\x14\x4a\xf3\xc1\x6c\x48\x51\x1c\xa4\x4d\x2e\x4d\x52\x55\x69\x88\xa0\x18\xaa\xc5\x5e\x5a\xd4\xae\xb7\x08\x76\xa8\xe4\x92\xa5\xe9\xe6\x50\x1a\x3c\xfa\xb3\xe2\xa2\x4b\x4b\xcd\x6d\xfd\x9f\x3f\x59\xc9\x2d\x4a\x4b\x8f\x9b\x40\x36\x55\x53\xa3\xb4\xac\xe5\xd1\x92\xec\x0c\x4a\x05\x65\xe0\xf7\xbf\x0c\x27\xd9\xc2\x58\x69\xc3\x7d\x32\xab\x91\x22\xef\x4b\x33\xbe\xa3\x58\x75\xce\x9b\xfd\x96\x36\x3d\xdc\x84\x65\x4d\x55\x84\x4b\xf7\xf1\xea\x3c\x5e\x4a\xb6\x56\xba\x44\xe9\xd2\x3b\xe3\x56\xf6\x75\xa5\xf4\x2e\x2a\xdd\x69\xa5\x57\x96\x8e\xd2\x25\x66\x97\x7e\x72\x17\x74\x4e\x50\x7a\x72\xff\xcb\xa0\x14\x71\x8c\x3e\x2f\xb7\x3d\xb8\xaf\x6e\x68\x0e\x5d\x22\xcb\x58\x51\x26\x5b\x85\x57\x50\xc7\x71\xff\x4b\x04\xdc\x12\x7f\x19\x3e\xe9\x03\x27\x7d\xfb\xa4\x1d\x05\xba\x82\xfd\x6f\xe5\x67\x1b\xa7\x47\x73\x1b\x63\x34\x14\xda\x5e\x86\xac\x45\x05\xc5\xd1\xb2\x82\xd4\xcb\x78\xb5\xb8\xf1\x12\x55\x24\x78\x9c\x1e\x0e\x41\xd7\xb9\x08\x1d\x10\x7a\xbc\xff\x2d\x4c\x7f\xb6\xf7\xe7\xb4\x8c\x70\x9e\x8c\x38\xd9\x3a\xcf\x72\xea\xae\x56\x50\x32\x25\x17\x1d\xe6\xcb\x04\x02\x35\x20\xb2\x2a\x96\x96\xab\x89\x06\x5c\xf4\xce\x55\x92\x88\x72\xe9\xd6\x58\x50\x54\x20\x7e\xe2\xd1\x6e\x3b\x45\xf7\x99\xca\x3f\x28\x33\x52\xb9\xcc\x47\xe1\x26\xfb\xb5\x6d\x58\x5e\x86\xd7\xf5\x30\xb9\xdb\x96\xf6\xcb\x7d\x08\xfb\x90\x21\x3c\x2b\x32\xb3\xdc\x49\xc3\x21\xb5\x73\x56\xa4\x65\x41\xae\xdf\xfd\xef\x0a\xed\xd1\x67\x12\x6c\xcb\x4d\xc1\x56\xea\x8b\x72\x4f\xcd\x12\x69\x71\x63\x30\x12\x21\x09\xe8\xfa\x17\xe9\x3f\x43\xde\x3a\x87\xf2\x34\xad\x00\x49\x33\x63\x90\x0e\xbc\x20\x8d\xe2\xfe\xf7\xbb\x78\x78\x71\xaf\x94\x18\x85\x5e\x3a\x59\xf9\x0f\xca\x2b\x63\x4d\x81\x0f\x79\x96\x16\xb8\xbc\x45\x7b\xf0\x16\xee\x81\x4e\xf2\x5b\x75\x42\x5e\x9a\x81\xcb\xbe\xcc\x94\xd7\xdc\xe9\xad\x0c\x34\x12\x3a\xbc\xc6\xe7\xf7\xc3\xe7\x2c\x7b\x42\xb1\x6e\xa9\x20\x27\xd7\xd7\xe5\x06\xca\x7b\x0b\x60\xf0\x3a\xce\x3b\x66\xe6\x28\xef\xe3\xc5\xb1\x96\x92\x42\xe9\xcb\x2b\x1d\x77\x81\x27\x51\x56\xec\x2a\x5d\x93\xf7\xbf\x03\x4d\x7b\xdd\xd3\xb2\x24\x42\x78\x43\x2e\xa2\xf9\xd3\x02\xc2\xa4\x80\x50\xf6\x2d\xbb\x4c\xb3\x49\xa4\xcd\xc9\x4d\x9b\x33\x8d\x0c\x93\xc8\x50\x44\xd6\xa7\x14\xd9\x65\x22\x24\x33\x14\x11\xc5\xf9\xb8\xed\x59\x6d\x1a\xce\x74\x96\x4e\xd3\x56\x67\x94\xf9\x74\xb7\x0d\xa4\x6b\x55\xd3\x2b\x30\xcf\x97\xb1\x54\x7b\x2a\xf5\xd0\x0a\xea\x51\x1a\x4b\x5c\xb4\xdd\x36\xdc\x86\x54\x78\xdb\x6b\xf0\xa8\x16\xf5\x2b\x44\xfd\x18\xca\x8e\x89\xae\xc7\xfd\xba\x6d\xb2\xad\xec\xb6\xe9\x2e\x27\xba\xdc\x4a\xf5\x0a\x2f\xdc\xfd\xef\xfb\x35\x6d\xda\x56\x83\xa8\x6c\x0d\x70\x9a\xcd\x9e\x24\x42\x73\xf7\xbf\x1f\x49\x54\x09\xdc\x1a\xa4\xaa\xa9\xa1\x13\x94\x5b\x0f\x55\x83\xee\x4d\x35\xf0\xde\xb4\x03\xdf\x8e\x1a\x86\x87\xe3\xbd\x49\xe7\xbf\x86\xdb\x7d\xf2\xea\x57\x14\xd0\xfb\xbf\x17\x7a\x6b\x30\x5c\xc2\x82\xcb\xd0\x74\xde\x5b\x6d\x2f\x2b\x8d\xec\xf3\x5a\xa3\x54\x95\x35\x1e\x1f\xde\xaa\x02\x5a\x8d\xba\x35\xd6\xf8\x89\x0a\x59\x75\xaa\x6a\xec\x02\x27\x74\x51\xd1\xf5\x88\x6a\xf4\x02\x23\x92\x22\x6e\xef\xa0\xa3\x5a\x32\xaf\x11\x05\x49\x82\x50\xac\x46\x1d\xd7\x0a\x5d\x54\x0c\x75\x4b\x23\x15\xc6\xf5\xfd\x2f\xc2\xa5\xea\x16\x47\x6a\xca\x1a\x0e\x6a\x9b\x8f\x2c\xee\x15\xa4\x53\x7d\xc2\x2a\x1e\x86\xb2\xbe\xd6\xa4\x73\x5e\x57\x44\x9b\xd4\xd2\x35\xbd\x1e\xef\xe5\x78\x5b\xeb\x52\x93\x6e\x09\x95\x51\xd3\x43\xb9\x13\x6a\x96\x99\xb2\x66\x26\xdb\x55\xca\xc9\x9a\xbd\xbe\xbc\xc8\xd1\x3e\x43\x35\xdf\x1a\x2f\xc3\xbe\xd4\x54\x5c\xad\x66\xf9\x48\xd4\xfc\x86\x7f\xfe\x14\x25\x43\xac\xb0\xe5\xec\x7f\x71\x4e\xea\x26\xfb\xb5\x78\x5f\xcb\xc1\xb6\x2d\x3b\xd4\xa2\xab\x40\x2d\x1f\xf3\x2e\x4a\x69\x5f\x4b\xba\xdd\xf4\xf0\xb3\x0d\x95\x22\x03\x40\x2d\x1f\x82\x97\x63\xb3\xd7\x5a\x3c\xc9\xc2\x49\x6a\x6d\x65\x7a\x30\x44\xbe\x07\x65\x7d\xa8\x65\xbe\x6e\xe3\x9e\x6f\xca\x5e\x2d\xb5\x57\x48\xed\x31\x28\xd7\x41\xad\x12\x39\x6a\xfd\xf8\x4d\x91\x46\xa6\x56\x99\xb9\x6b\x45\x2c\x48\xde\x01\xa4\x47\xad\x62\xaf\x15\xd6\x9a\xa2\xfc\x9f\xb5\xd6\xdb\x4d\x0f\xa3\x28\xd5\x65\xf3\x67\x50\xf2\x54\x69\x34\x6b\xed\x1e\x8e\x1e\x9b\x4a\x72\x58\xeb\x38\xd5\x36\x6e\x56\x00\xda\x50\xa9\xb7\x60\x59\x6f\x88\x76\x2a\x02\x59\x5b\xd4\x29\x69\xdf\xdd\xb2\x84\x6d\xdd\xa8\x4d\xf6\x99\x8a\x20\xc0\x22\xdd\x49\x6d\xf2\x1c\xaa\x8d\x2a\x25\x15\x57\xa8\x3d\x69\x7b\x3a\xbc\xfe\x73\xdd\xba\xa1\xda\xeb\x54\x5b\x03\xcd\x69\xdb\x29\xa3\x76\xe3\x33\xbd\xdf\x5a\x17\x30\x51\xf0\x7f\xff\x7b\xb1\x4d\xdf\x49\x21\xc3\x90\x92\x18\x9a\xce\x64\x97\x0a\xab\xb2\xa2\x7c\xeb\x51\x6d\xd3\xf3\x9c\x9c\xa7\x90\x7d\xc8\xdd\xa0\x8e\x35\x4f\xd1\xdb\xd1\xb4\x86\x81\xd4\xaf\x59\xe9\x2a\xea\x78\x04\xcd\x01\xef\xa8\x5c\x37\x67\xae\x43\xbc\xab\x0e\xf2\x2e\x15\xc5\xa9\xa7\xa9\x1f\xd3\x0f\xb5\xae\xef\x4e\x49\x32\x95\x29\x68\xb2\x72\x69\xd4\x53\xb6\xf5\x7a\x22\xa9\x6c\xe8\xc2\xdb\x53\xd7\x9c\x0a\xf1\x37\x64\xa5\x51\xaa\xe7\xe9\xf1\xce\xef\x74\xc9\x8d\xa1\x9e\x97\x87\x23\x47\xef\x22\x39\xa7\xc9\x0a\x4b\x58\x86\x2e\xd2\x81\x7a\x93\xfb\x5f\x92\x23\x0f\xf7\xe8\x08\x9d\x2c\x6a\xe4\xed\x3b\x25\x4e\xd6\x93\x11\xd5\x7d\x8b\x8c\xf5\x92\x83\x55\x85\xf1\x30\x86\x2e\xca\x7f\x1d\xda\x86\x0b\xa9\x1e\xda\x76\xb0\x3f\xea\x25\x35\x50\x45\x45\x33\x57\x55\xa8\x97\x14\xa5\x15\x22\xfc\x37\x4d\x0d\xe7\x9d\x45\x99\x33\xe7\xd3\xaf\xd7\x70\xd3\x09\xc1\xb6\x47\x75\x69\x60\x5e\x48\xfe\x16\xba\xd8\xda\x65\xc4\x45\x61\x2e\x27\xc0\xae\xd7\xe5\x49\x22\x4f\x6c\xd8\xfe\xb5\x47\xbd\xe4\x2a\x55\x2f\x14\xfa\x0c\x3d\x69\x96\xf2\xc0\xab\xac\x41\xd5\x54\xe1\xbb\x5e\xaf\x01\xc6\x30\x5d\xf9\x76\x54\x54\xe6\xd9\xff\x66\xa4\x91\xdd\xc7\xf2\x36\x11\x60\x1d\x1b\xa7\x7a\xaf\xb7\xd9\x13\xaa\x64\x84\xac\xba\xf9\xf5\xf1\x77\x4f\xe4\x70\x82\xca\x63\x91\xe5\x61\x06\x10\x99\x3c\xea\x9b\xb5\x74\xfa\xd5\xb7\x21\xb0\xbc\xd2\xee\xd5\x17\x26\x8f\xa6\xe2\x73\xf5\x95\x33\x52\x7d\x91\x5a\xa9\xa9\x44\x5c\x45\xbe\xdf\xfd\x2f\xd4\x4a\x16\x9f\x2c\x66\x57\x88\xd9\x25\x0b\x55\x2c\x65\xd7\xe5\xaf\x5f\x0e\xb5\xbd\xee\xf2\x65\x97\xe2\x26\x53\x7e\x1f\x75\xb2\x0e\x7b\xd3\xf2\xa6\x8f\xc2\xe4\x0e\xa9\x64\x41\xb3\x03\x67\x3b\x98\x95\x49\xb4\xbf\x1d\x52\x96\xb6\x03\x42\x71\xde\x1e\xc3\xdf\x83\xe2\x36\xe4\xe2\x2c\xdb\x23\xb2\x85\xbc\xb7\xa1\x85\x8c\x84\x6f\x9b\x90\xb5\x20\xa1\xa4\x05\x96\xc2\x55\x46\xd4\x16\x64\xbd\x6e\x90\x05\xa3\x0d\x4f\xcd\x92\x5a\x83\xa4\x16\x6d\x78\x6a\x51\x02\x52\x8b\x1f\x07\x2f\x32\x05\xb5\x28\xad\x73\x8b\xf9\x40\xd3\x9e\x64\xcc\x6e\x82\xb9\x6a\x94\xa8\xcf\x64\xae\x6a\x11\xe6\xaa\x2c\x3f\xb8\x16\xab\x56\x10\x19\xfe\xa7\xa4\x92\x0d\x79\x40\xf6\xbf\x60\x7a\x32\x73\xb5\x68\x80\x45\xd2\x1c\x95\x39\x6c\x76\x05\x6d\x70\x05\x2d\x35\xf6\xbf\x92\x7c\x5b\x92\x85\xa9\x25\x5a\x98\x76\x1c\xd4\xd1\xec\xf4\xd9\xe8\xf4\xd9\x55\xc2\xa6\x25\xdd\x54\x5b\xfa\x6e\xaa\x72\xd3\xfe\x7e\x9f\x6e\x22\x06\x6e\x16\xdc\x52\xd6\xe2\x61\xee\x2b\xb2\x81\xb7\x64\x44\x4a\xbc\x6a\xab\xde\x5e\x4b\x86\x59\x5a\x30\x6b\xea\x52\xe6\xbf\x96\x3a\x61\xbd\xc5\xcd\x96\x86\xbf\x83\x9a\x24\x37\x21\x6e\x96\xe2\xaf\x65\x28\xfe\x72\xdf\x3c\xa3\x65\xd9\xcf\x5a\x26\xcb\x57\xf6\xe6\x96\x25\x07\xb5\x8c\x6a\x42\x41\x15\xa9\x5b\xf6\x5c\x32\x03\xc0\xfa\xd6\x58\xb7\x2c\x65\x48\xcb\xac\xd1\xac\x6a\x13\x2d\x8b\x75\xb7\x3c\xb1\x7f\xea\xb2\x48\x61\xd8\x4a\x62\xb0\xf6\xd6\x09\xb4\x62\x74\x29\x40\x97\xa8\x04\xe8\xad\x34\x7f\xc7\x58\x56\x59\xa6\x5a\x11\x97\x6d\xe5\x9b\x66\x69\xc2\xdc\xa2\xfb\x47\x2b\xb8\x60\xe5\x1d\x7e\x76\xb4\xe2\xf3\x55\xe0\x6f\xd2\x65\xd0\x6a\xe5\x71\xdb\xbb\xda\xf4\xdd\x74\x9f\x1f\x47\x2c\xba\xdd\x37\xcb\xb0\x0d\x32\x6c\x69\x3b\x81\x15\x43\x2e\xf7\xbf\x95\x45\xbc\x8a\xda\x2e\xb7\x31\x60\x5d\x67\xa1\xca\x1d\xe1\xbb\x4b\x7f\x5d\xee\x7b\x6c\xab\xf2\x33\x6d\x95\x65\x72\x94\xae\xba\x55\x79\x9a\x7e\x57\x4a\x7c\xa6\x99\x48\x95\xdd\x6a\x45\x8f\xdb\x5e\xdf\xec\xb7\xd4\x6a\x3d\xd1\xb4\xcf\x79\x95\x57\x4f\xab\xac\xe5\xa9\xcc\xcc\xad\x0e\x4f\x64\xe0\xb3\x7d\xdd\x6c\x55\xcc\xb7\x55\x30\xdf\xa8\x44\xc8\xad\xca\xfa\xdc\x98\x0c\x21\xf7\xaa\x2e\x4f\xcf\x1f\xf4\xdb\x8e\x7b\xad\x5e\x9e\xe5\xc5\xe1\xf6\x61\x6d\xd2\x46\xb5\x86\x78\x95\x68\x6a\xd4\xe4\x00\xda\x20\x55\x97\x1d\xba\x72\x34\x6b\xb8\x1b\x34\xdc\x45\x62\x68\x6b\x59\x88\xd7\x90\x94\xb0\xaa\x64\x7f\x6b\x52\x69\xb4\x06\x95\x46\x54\x5a\xd9\xd6\xa4\x6a\x6b\x0d\x11\xe2\x59\xee\xe0\xcd\xda\xef\xd6\x1a\xaa\x94\x1e\xda\xef\x66\x38\x37\x78\x4f\x8d\xb2\x73\x1e\x36\x8b\xf5\x0d\x62\x7d\xe9\x62\x24\xed\x11\xe6\x35\xc4\x36\x74\x55\x6d\x6e\x3d\x6a\x09\x1d\xa1\xf9\x79\xa7\x89\x39\x5a\x97\xc7\x62\xeb\x2c\x92\xab\x1a\x44\xad\x9b\x0c\xaf\x48\x13\x79\xe4\xb7\x2e\xff\xff\xd6\x19\x5f\x2a\x43\x57\x1b\x32\x82\x35\x64\x97\x0d\x43\x5e\x26\x6d\xe8\x4a\xd6\x06\xaf\x64\x63\x2b\xe2\xda\xb8\xd4\xe7\xc0\xbe\x8e\xcd\xea\xdb\x90\x03\x7a\x1b\x8c\x09\x95\x9f\x4c\x3b\x4d\xd7\xcf\x8f\xae\x17\xf9\x83\xb4\x53\x97\xdb\x06\xcd\x74\x8c\x61\x9b\x12\xda\xe9\x63\x80\xdc\x89\x45\xee\x20\xed\x94\x45\xbe\xa1\x34\x7c\xc8\x2a\x90\xde\x4e\x29\x7a\xdb\xf9\x60\x92\x42\xb0\xf3\x75\x8f\x2f\x7a\xdc\x86\x84\x76\x79\x8e\x17\xe7\x58\xd5\x24\x9f\x95\x76\x45\xee\xdc\xd6\xc2\xb7\xcb\xfc\xfa\xca\x28\x47\xaa\x3b\x5e\xbb\x74\x07\x6a\xd7\x77\x07\x2a\x2a\xd9\xd7\x2e\x19\x36\xdb\xc5\x5a\xf7\x0a\x1d\x69\x97\xae\xe0\xed\x62\x11\x73\x19\xba\xdb\xe5\x4d\xbd\x58\xae\x5c\xc6\xec\x76\x9b\xd8\xdc\x24\x36\x41\xe3\xdd\x72\x70\x6a\x2c\xdd\x37\xa4\xc6\x6a\xb7\x37\x7c\xd5\xcc\xd3\x75\xac\xdd\x52\x01\xb5\x9b\x41\xfd\x32\xc0\xb6\x5b\x42\x5a\xbb\x21\xa4\x65\x55\x28\x6e\x8f\x14\xea\x0d\x55\xd4\xbe\xb6\x3d\xde\x63\x06\xf3\x90\xc1\xa8\x08\x64\x7b\x74\x41\x6f\x4f\xe7\xbe\x6a\x0d\x8f\x44\xfa\x86\x72\x3b\xd1\x1e\x8d\xed\xb9\xdd\xe7\x8d\xba\x4c\x2a\xa8\xda\x1e\x99\x9d\xda\x03\xb3\xd3\x90\x6e\xa5\xbd\x45\x30\x7b\xcb\xf9\xcf\x9f\xba\x03\xdd\x8f\xf6\x9a\x67\xa1\xdc\x48\xe8\x72\xdc\x6f\xaf\xdc\x7c\x1a\xa2\x86\xeb\x0e\xc9\x3c\x1a\x2a\x8b\xec\x7f\xf3\xd7\x24\x60\xbe\x72\xc7\x6b\x2f\xdc\xf1\x54\x42\xb8\xbd\xba\x6a\x36\xb8\xbd\xc4\x28\xcb\x73\x83\x1b\xcb\xfe\xf7\xc5\x67\x6a\xd2\xcd\xb6\xcd\xef\x66\x5b\x83\x76\x60\x7a\xc7\x99\x08\x3e\x9b\x2a\x4e\x53\xbe\xf9\x51\x97\x6a\x04\x9b\x52\x59\xb4\xb9\xd2\x88\x74\xb7\x75\xb7\x61\xd5\xc2\x3d\x7b\xcf\x34\x7a\xcf\x74\x55\x04\x6b\xb3\x79\x34\x56\x7a\x51\x61\xf0\x36\x6f\xed\x0d\xf2\x6f\xd7\x20\x52\x6a\x4d\x75\xa3\xa6\xba\x1c\xda\xee\x39\x3d\x1c\x4b\x34\x48\x1b\xd8\xed\x7d\xd9\xe1\x7d\x59\x55\x64\xbc\x1f\x72\x5a\xeb\x08\x1b\x89\x51\x4e\x85\xfd\x90\xb9\xba\x1f\xf0\xa6\x2a\x4a\x42\xdf\x43\xdd\xb3\xec\xa1\x7e\xb3\x8c\xf5\xf8\x2b\x69\xb7\x07\xc9\x6e\x3d\xd0\x44\xa4\xac\xf2\x3d\x3c\x8f\xda\x10\xee\x35\x94\xb5\xb4\x07\x49\x37\x3d\x7c\x34\xbe\x2a\xc5\x75\xb7\xd7\x64\x0f\xb0\x1e\x45\x19\x74\xbb\xbd\x26\x7b\x98\x08\x6e\xdb\x6c\xbe\xdb\x57\xa4\xc3\x57\xa4\xca\xb1\xab\x47\xdd\x6b\x7b\x84\x4a\x7d\x48\x3c\xeb\x8e\x83\xe8\x88\x83\xa8\x32\x64\x33\x7b\xc2\xfe\xb7\x7f\x4d\x5b\x03\xdc\xed\x18\xf9\x91\x4a\xcc\x71\xe8\xb3\xe1\x1e\x07\x48\x9f\x32\x9b\xf7\x78\x7a\x26\xcc\xcc\xa9\xb2\x98\x3d\x9e\x1e\x8e\xf2\x86\xec\x85\x3d\x89\xdc\x74\xc6\x91\x75\xdd\x4f\xbb\x9d\x41\x3a\x9c\x41\x62\x94\xaa\xa6\xa7\xe0\xef\x02\x96\xb0\xa5\x83\x8e\xc8\xb2\xfd\xef\xe4\x67\xea\x52\x12\x47\x4f\xac\x94\xea\xa5\x27\xb9\xea\xf6\x84\x80\xc8\x9e\xf7\x0d\xa0\x27\xc9\xb3\x3d\x41\x9e\x2d\x92\x46\x7a\x96\x63\x57\xcf\xcc\xca\x51\x34\xcd\x2c\x2a\xd5\x33\xf2\xa0\xf5\xa2\xb9\xe4\xd3\x6d\xa8\xef\x16\xa5\x73\xe9\x59\x8a\x8e\x9e\x91\x88\x33\xca\x38\xd6\xb3\x2c\x10\x9d\x01\x08\x7d\x27\x3f\x3c\x7a\x51\xc0\x58\x2f\x47\xe2\x77\x7b\x9e\xc5\x20\x2b\x00\x99\x72\xec\xf7\x22\xef\x85\xaf\x2f\x74\x99\xd4\xa5\x48\x4e\x2f\xb8\x6c\x45\xa5\x70\xee\x45\x7c\xbe\x17\xa6\x1d\x2a\x5b\xcc\xef\xe5\x12\xa8\x71\x1b\x88\x51\x91\x55\xbd\xc8\xcc\xd5\x0b\x53\x42\xed\xb4\x88\x47\xaf\xba\x66\xf6\x8a\x6b\x66\x53\xdd\xad\x5e\x65\x5d\xea\x70\x44\x89\x51\x29\xea\x7b\x95\x09\xa9\xd7\x82\x02\xa3\xd9\xdf\x49\x12\xeb\x95\x92\x98\x6c\x09\xdd\x9a\xe5\x0e\x39\xbc\x2a\x74\xa9\x57\x79\x77\xf6\x3a\x98\x5d\x66\x8b\x0f\xdd\x42\x74\xa7\x10\x5d\x8e\x4d\x6e\x7b\xf5\xce\xd6\x6f\x67\x6b\x76\xd3\xe5\xd5\x5d\x10\x11\xe4\xed\xdb\x9b\x6c\x02\xbd\xb1\xb6\xb0\xbc\x2c\x7a\x53\x34\x54\x6f\x4c\x96\x23\xf5\x42\x6f\xb2\x82\xf5\xc6\x6a\x89\x8a\x49\xec\x6d\x68\x9a\x0d\x79\xe6\xc6\xce\x38\x78\xf4\x76\x7a\x3c\xf8\xcf\x14\x43\xba\xc9\x7f\xa6\x37\xe4\x2e\xe8\x35\xaa\x4f\x99\xff\x7a\x9b\xf0\xc7\xd7\xe6\x75\x69\xb7\x7a\xcf\xdc\x04\x91\x81\x6e\xf2\xd1\x91\x2d\x73\x34\x1d\xf5\x6e\x64\xe9\xac\xf7\xa0\xa2\x2f\xbd\x4b\x7a\xe8\xfd\xfe\xf8\x72\xd9\x92\x72\xef\xb2\xe7\xf4\x8e\x14\x5e\x51\xf1\x4e\xbd\x1b\xc7\xfa\x87\x63\x55\xae\xb9\xdd\xea\xef\x4e\xf5\x77\x51\x59\x94\x3e\xe4\xe0\xd4\x19\x8c\x3d\x94\x6f\xbb\x0f\xdd\x33\xfb\x08\x04\xb4\x50\x7a\x98\x79\x31\x66\xbb\xe8\xf2\xdd\x87\x5c\xdb\xfb\x88\x1f\x29\xae\x5a\xdc\x90\x64\xd1\x07\x6c\x17\x51\xf6\xf8\x3e\x4c\x74\xc6\x47\x74\xaa\x52\x36\xf7\x21\xc5\x7f\x47\xda\xa7\x5a\x45\x1e\x4e\x9f\x9f\xf3\x00\x86\xc9\xd2\xdd\x4f\x59\xc1\x3b\xaa\x07\x7c\x6d\xbb\xcb\x53\xf1\x31\xfd\x6c\xb8\x70\x95\xe8\xb6\xd3\x6d\xa0\xc4\x65\xcb\xfa\xfd\x3c\x05\x94\xf3\xfc\x58\xac\x72\x54\xf7\x53\x4a\xbd\x0e\x35\x78\x8c\x45\x2b\xb8\xe4\x10\xd6\x2f\xa4\x58\x28\x92\xc4\xfa\x25\xcd\x42\xbf\x3e\xa1\xac\x36\x9d\x83\xcb\x44\xfa\x22\x91\xae\xe2\x86\x97\xae\xca\xfd\xfa\x70\xad\xee\x7c\x41\x47\xbf\x25\x1c\x75\xe4\x58\x8b\xb1\x88\x88\xdd\x72\x6d\xe8\xa8\xd7\xfc\xb5\xed\x2e\x6f\x89\x92\xfd\xee\x04\xca\x36\xd3\xf5\x5b\xb6\xd9\x7e\x77\x14\xf8\xd9\xf7\x87\x7e\x5f\x5a\xc0\x7d\x61\x01\xfb\x0e\xda\x6f\x33\xfa\x1b\x8c\x5e\x16\x9b\xfe\x78\xe7\x9e\x03\x31\x2b\x5b\xda\xed\xcf\xab\xaf\x50\x84\xb1\xb6\x2d\x12\xf6\x47\x46\x84\xfe\xb0\x54\xb3\x6c\x2b\xdd\x4e\xe1\xfd\x25\x2e\xc8\x7c\xdc\x5f\xa9\x39\xfb\xfb\x09\xfa\xb5\x0b\xf1\x5e\x85\x69\x77\xd4\x1c\xac\x3b\xab\xc4\xd1\x5f\x45\x04\xf5\x97\x49\x05\xbd\x37\xaf\x6e\xfa\xfd\x4d\x9d\xa3\xed\xa3\x63\x57\xf2\x4e\x57\xf2\xd1\x85\xb1\x6f\xf1\x70\xac\xf4\x2d\xcf\x86\xfe\xca\x16\xda\x5f\xd6\x8a\xad\x3a\x56\xaf\x09\x03\x12\xd0\xc4\xb8\x13\xd2\x1e\x7d\xca\x44\xd2\x51\xa5\x2b\x46\x39\x06\xf5\x29\xb5\x4f\x47\x80\xd3\xd7\xb6\x97\x6e\xe1\xbb\x43\xf8\x8e\x51\x01\x36\x7d\x7a\x9e\x73\xcd\x73\xab\x99\xfa\xac\xfe\xee\x43\xb0\xda\x85\x27\xf3\xf4\x70\x27\x37\x48\x74\x6f\x5e\xc2\xbd\x89\x94\x15\x65\x27\x6d\x3c\xfa\xd4\x8d\xb1\x23\xab\x6f\x75\x65\xc7\x43\x71\x1a\xe3\x88\x10\x1d\x64\x90\x1e\x8e\x53\x1a\x47\x22\x54\xda\xdf\xf9\x36\x8c\x43\x7a\xea\x01\x17\xf5\x3a\x54\x7d\xef\x90\xa3\xec\x60\x56\x84\xa6\x2b\xd0\x38\x1e\xcf\xe6\x01\xd1\x57\x22\xfa\x71\x48\x6b\x37\x90\xcb\x20\x74\x17\x0a\x47\x56\xca\xfd\x2f\xcc\x5f\x52\xcd\x0d\xeb\xf5\x07\xf4\xfa\xa1\xcb\xba\x37\x82\x2e\x6a\x23\x20\xd3\x4c\x94\x59\x66\x04\x99\x42\x06\xf4\xff\xa1\x28\xb0\x6e\xd8\xeb\x63\xc0\xeb\xa3\x4a\x51\x30\xc2\xed\x2e\x6f\x66\xbd\x52\xcd\x52\xfb\x71\x0f\xf8\x71\x7f\xc3\xed\x02\x47\x41\x46\xd6\x81\x84\x99\x5d\x98\x34\x82\x9c\x06\x46\x80\xd3\x40\x6c\x82\x66\x78\x3d\xcb\xef\xb2\xd4\x5d\x52\x30\xe8\xce\x3b\xc2\xc7\x67\xeb\x50\x01\xa6\xa8\xd3\x3c\x22\x4f\xb3\x6a\x27\x8c\x28\xe7\x9a\x81\x4b\xc1\xd7\xd6\xd5\x56\xdd\x46\x58\xfe\x7c\x77\xbb\x0d\x32\x47\x53\x51\xb1\x18\x3d\x1e\xca\xbd\x45\xd9\xce\x47\x94\x66\x65\x44\x14\x1a\x8f\x4d\x75\xbc\xa2\xbc\x06\x46\x4c\xeb\xbb\x0d\x4c\x07\x65\x8d\x58\x38\x9e\x8a\xe5\xd9\xdc\x31\x90\x97\xf1\x6b\xd3\x1a\x74\x65\x19\xb8\xb2\x7c\xe2\x9e\x9a\xdc\x65\x63\x0a\x33\x55\xad\x74\x4c\xd6\x88\x27\x41\xa6\x22\x78\x51\x9a\xa8\x11\xa1\x89\x1a\x43\x05\xd7\xa2\x58\xef\x88\xd4\x5f\xab\xf6\xcc\x88\xb7\xbf\x83\x13\x49\x71\xa5\xd8\xf8\x78\x2e\x0f\x97\xa7\x62\x58\x49\x22\xdc\x48\xcc\x9a\xac\xcb\xfb\x48\xba\x76\x8d\xc4\x6b\x97\x64\xa3\xe1\x94\x13\x03\xb1\xd4\xed\x50\x3d\xbc\x74\xb9\xcb\x8b\x90\xd6\xe9\xb2\x6b\xfb\x80\x6b\xfb\xd7\xb6\xc1\x92\x64\xab\x1f\x88\x45\x6a\x87\x36\x3d\x4b\xc4\x1e\x99\xc1\x1a\x43\x9b\xe0\xdc\x11\x23\x2f\x44\x52\xdd\xb4\x22\xdd\xea\x28\x9d\xbb\xa0\x4a\x6f\x45\xee\x0d\xa3\xa0\x58\x95\xee\x86\xa3\x48\x7d\x32\x0a\xd5\x27\x52\x0f\x8f\xa2\x38\xd2\x51\x90\x2d\x7b\x0c\x6d\x5e\x95\xc2\x79\x54\xe2\xa6\x8c\xd2\xa3\x1a\x37\x6b\x9c\xdf\x70\x2a\x15\x56\x4d\x1c\x6b\xe2\x39\x57\x21\x71\xab\xfc\xc7\x52\xf9\x77\x55\x25\xab\xd2\x46\x8f\x4a\x6d\xb4\x0c\xd6\xa3\xca\x5a\x33\x90\xf7\xab\x05\x91\x0e\x6b\xd3\x47\xbd\x06\x8a\x6a\xec\xaf\x9a\x18\xe9\x68\x91\x8b\x13\x36\xd8\xf3\x7b\xc0\xf3\xbb\xc9\x31\x65\x34\x9f\x83\xd6\xc0\x63\xc5\x47\x47\x93\x47\xf5\x68\x03\x55\x49\x44\x4e\x9b\xe7\xd8\x98\x85\x76\x68\xc7\xdb\x95\xdc\x86\xfa\x2c\x2a\x4c\xd7\xc4\x9e\x46\x23\x7b\x92\xfe\x74\x34\xe3\x57\x23\x7e\x75\xd5\x85\x6e\xd3\xb3\x9c\x9c\xa5\xca\xe5\x75\xf9\x7b\x0c\x66\xa4\xea\x32\x8e\x8f\xae\xeb\xf9\xe8\x30\x08\xe8\xf6\x30\x7a\xf1\x67\x2c\xde\x16\x85\xea\xbd\xba\x0d\xa9\x6f\xc6\x50\x4d\x3a\xbb\xdd\x0c\xb8\xdd\xb4\xa0\xaa\xeb\xdd\x04\xa0\x33\xc5\xb4\xa2\x08\x87\xaf\x08\x83\x57\x84\x2e\xef\xba\x31\x7c\x0c\x06\x8f\x81\xcc\xab\x63\xc8\x54\x38\x06\xcd\x4d\x66\x32\x43\x62\xd5\x18\xa8\x29\x13\xc5\x10\x86\x81\x32\x12\x2b\x96\x8b\xa5\x8d\xe4\x2e\xd3\xea\xb2\xab\xcd\x5d\x26\x76\xb9\x57\x30\xa4\x96\x18\x03\xf5\x25\x5d\xa0\x7e\xe8\x52\x38\xc6\x77\x34\x95\x1f\xef\x18\xc3\xfc\x73\x9c\xe8\x50\x55\x8f\x6d\x42\x18\x30\x21\x7c\x73\xd4\x3c\x5e\xcf\x11\xa5\x45\xe2\x50\x4d\xe8\x61\x66\x07\x3f\xa0\x16\x85\xcd\x63\x7a\x8e\x13\x73\x54\xdd\xd9\x21\x5d\xfa\x18\xd4\xa5\xab\x7a\xdf\x18\xd3\x3d\x4e\xd6\xf2\x57\xc5\xf1\x53\x06\x99\x71\x46\x56\xa6\x15\xb3\x3b\x8d\xce\x27\xd1\x59\xda\x9f\x71\x5e\xfe\xee\x62\xb2\x2b\x15\x7e\xf5\x3d\x66\x9c\xa8\xe8\xab\x10\x9b\x71\xca\x36\x34\xce\x67\xa2\x49\xa3\x29\x2b\xc2\x40\xb2\xe8\xa6\x68\x91\x71\x4e\x37\xa1\xe0\x79\x74\x45\xd8\xcb\x5c\xfe\x22\x97\x97\xfb\xc1\xb8\x4c\x9c\xaf\x63\x4d\x52\xdf\x59\x9a\xba\x22\x86\x53\x49\xf4\x4b\x46\xa3\x71\x7d\xe2\x62\x8b\xaa\xb0\x6f\x0b\xc9\x80\x85\xa4\x29\x83\xcc\xb8\x4c\x2b\xaf\xc4\x04\x76\x62\xf1\x97\x69\xe5\x45\x5a\x29\x53\xcd\xb8\x7c\x88\xaf\xef\x10\xb7\xa4\xfa\xe2\x97\xc9\xe8\x45\x32\x2a\x33\xce\xb8\xe4\x99\x3e\x2e\x78\xa6\x8f\x43\x9c\xe0\xaa\xee\xb2\x72\xc3\xc5\xfe\xaf\xe6\x3e\x1b\x53\x48\xc6\xf8\xef\xf2\x6e\xfb\x9f\x8b\xbb\xd7\xf0\x97\xdf\x89\x50\xf5\x9b\xef\xb7\xa8\x06\x7c\x9e\x9a\xa2\x87\xc6\x65\xae\x74\x21\xbb\x81\x2b\x4c\xdf\xd2\x01\x8c\x7b\x25\xaf\x14\x3e\xdf\x59\x10\xbb\x33\xdb\x44\xb8\x6f\xcb\xdd\x77\x61\xc2\x4a\xe1\xec\x5d\xfd\x5d\x65\x52\x4d\x11\x9b\xdb\x60\xb9\x2b\xd3\x69\x8a\xd8\x3c\xd2\xf6\x8d\x87\x15\x3f\xe4\x45\x3a\x1e\x13\xa2\x87\xc5\x3f\xa2\x84\xc5\xc7\xbb\xfe\xf0\xfa\x30\xc4\x21\x9f\xe2\xb6\xc2\xb6\xa1\x3e\x8b\xfb\x2c\xd8\x75\xb1\xff\xc7\x3b\xf4\xac\x1d\xea\xaa\xde\xaf\xab\xfe\x78\x06\x4f\xc2\xbe\xd9\x8e\xc7\x64\xea\x59\x45\xdb\x75\x24\x1f\xb9\x35\x8d\x67\x15\xd5\x76\xfd\x76\x65\xbf\x1a\x2f\x3c\x5a\xd3\xe1\x82\xda\xa6\xcf\x6f\x40\x36\x15\x51\x0e\x5f\x35\xc7\xdb\x99\xb7\xdf\x75\xb4\xa5\x24\x1c\x48\xc1\xd1\xf2\x4f\x01\xfb\xd7\x4d\xac\xe3\x2a\xbc\x7d\x6f\xb7\x3d\x2c\xbc\xbd\x17\xf0\xca\x57\x7c\xc0\xd7\x2a\xa6\xc3\xf5\xe5\xa5\x60\x1b\xef\x44\x71\x59\x51\x80\x77\x7a\x22\x13\xb5\xbf\x5d\xd4\x59\xaa\xf4\x31\x0f\xd4\xe8\x76\x05\x5a\x29\xa0\x06\x02\x21\xe2\xf1\x53\x9d\x56\xe1\xa6\x03\x59\x71\xbf\x89\xa8\xb2\xaa\x94\x34\x63\x22\x6a\x2f\xb9\x46\xb7\x4d\x51\x63\x56\x54\x8b\x16\xfb\x9f\x4a\xcf\x34\x66\x65\x71\x5c\xd7\xad\xf5\x68\x83\xa3\xb9\x00\xb1\x85\xee\x79\x33\x4d\xab\xea\xd2\xd9\x96\xbe\x72\x50\x96\xec\x8a\xa8\xc2\xa1\x39\x06\x2b\x9b\xba\x68\xe7\x3e\x91\x13\x75\x81\x7a\x71\xa1\x44\x69\x01\xe6\xf9\xc9\x62\x5d\x01\x4e\xf3\x14\xb8\x26\x34\x66\xbd\xfe\x94\x13\xbc\xd4\x54\x56\xa5\xc5\xdd\x76\xc9\x50\x33\x2f\x66\x6b\x88\x6a\x49\x6e\x41\x26\x31\x95\x56\x7c\xe5\x7e\x3d\x81\xac\x4d\xae\x7b\xf3\xd5\x11\x9e\x2f\x8e\x70\xdd\x09\xf9\x8f\xf9\x26\x7f\x86\x94\x18\x5d\x95\xf0\x5e\x5d\xbf\x26\x82\x84\xec\x23\x39\xad\xa1\x99\xd0\xd0\xb4\xa1\xa2\x6f\xaf\x28\xfa\x7c\x3f\x8a\xde\xc6\x16\x40\xe6\x2b\xa7\xb7\xf9\x7e\x02\x48\x1b\xc1\x5f\x3d\x6e\x7a\xf1\x95\xc7\x9a\x6a\xca\x07\x9a\xb4\xb0\xec\xc9\x7f\x68\xd5\x5c\x87\xf7\xcd\x9e\x3c\x02\x1b\x63\x55\x91\xc5\x37\x7b\xf6\x99\xb3\x77\x7d\x3f\xed\x33\xca\xb8\x57\x15\x51\x9c\x22\x06\x73\xb2\xb6\xa1\x0b\xf9\x9d\x6e\x81\x81\x4c\x05\xf1\x24\x9b\xcf\xb9\x60\xb1\x5b\x3c\x73\xd4\xcf\xee\x2e\x6d\xa8\xe3\x30\x61\x99\x0d\x76\x87\x98\xb3\xfa\xab\x8f\xb1\xb8\x22\xe8\x7c\x3d\xbb\x17\xd2\xa9\xca\xec\xed\x79\x87\x19\x98\x2a\xe5\x38\x76\x41\xbd\x90\xdc\x06\x1f\xd2\x63\x6f\x56\x98\xa1\xb8\x0d\xe9\x91\x8e\x9a\xd4\xd6\xdc\x86\xac\x27\x61\x8f\x17\xe3\xb5\x79\x50\x8c\x17\x79\xd0\x76\x99\x8e\x75\x6e\x7a\xf4\xfd\xdb\x68\xae\xd9\x29\xc0\xcb\xf6\x25\xf8\xfe\x1d\x4c\x97\xae\x44\xe6\xdb\x57\xe2\xfb\x97\x19\xb9\x53\xfe\x77\xd6\xfc\xfd\xf8\xaf\xe7\x7f\xfe\x1f\xff\xd7\xff\x7d\xfe\xe7\xff\x73\xfe\xd7\xf7\xcf\xfd\x3f\xfe\xf5\xaf\xf7\x3f\xfe\xfb\xf3\x5f\xee\xff\xfe\xe7\xff\xfc\x9e\xfe\x79\xde\xf9\x5f\xfe\xe3\xfd\xd7\xfb\xff\xfd\xb7\xff\xf1\xaf\xfb\xfd\xf3\x9f\xff\xed\x3f\xbf\xaf\xf0\xf7\xff\x07\x00\x00\xff\xff\xa7\x3d\x70\xec\xad\xb5\x03\x00"); -var _cfe =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\xd5\xcd\x6a\xe4\x46\x14\x05\xe0\xbd\x9e\xa2\x96\x93\xc5\xc4\x75\x7f\x54\x2a\x81\x30\x04\x9b\x01\x2f\x66\x12\xe2\xfc\x41\xc8\xa2\x2d\x55\x9b\x86\x58\xdd\xc8\xed\x85\xdf\x3e\x9c\x7b\xba\x1d\x98\xc5\xd0\xd3\xc7\xd2\x95\xfc\x1d\x57\xd5\xcd\xdd\xc3\xfd\xc3\x7a\x38\xa7\x9b\x5f\xb6\xe3\xfc\xd8\xce\x69\x7f\x58\x97\xad\xbd\x1e\xdf\xb6\xb9\xa5\xa7\xf6\x7c\x58\xbb\x4e\x34\x2d\x87\xf9\x7c\xfd\x1a\x1f\xf3\xcb\xee\xd4\x75\xb8\xff\xf1\xfd\xf5\xdc\x5e\x1e\xd6\xfd\x31\x19\xaf\x5b\xde\x4e\x97\x6b\x53\xba\xf9\xb5\x3d\x1f\x5e\xcf\xdb\x7b\xfa\xf4\xd3\x72\x7c\x6a\x3f\xa4\xa5\xed\x91\xff\xbc\x2d\x6d\x3b\xac\xcf\xe9\xd3\xdd\xb7\x47\xf9\x88\x1f\xdf\x4e\xa7\x7f\xdb\x4b\x5b\xcf\x98\xd6\xf6\x5d\x5b\x97\xf8\xec\x6e\xee\xbe\xee\x4e\xdf\x76\x2f\x2d\xdd\xc4\xa4\xcf\xb8\xef\x33\x2f\x8a\x9f\xfd\xd1\xb6\xd7\xc3\x71\x4d\xf2\x63\xce\xfd\xff\xf1\x6f\xef\xa7\x96\xe4\x32\xe3\xaf\xdf\x1f\xee\xd3\xdf\x92\x24\x27\xed\xfb\x3a\xfc\x73\xc9\xff\xfc\x7a\x5c\x5a\xca\xd7\x27\x3d\xdc\xdf\x1d\xdf\xd6\x73\x92\x5a\xbd\x30\x14\xfe\x4a\xf3\x71\x69\xaf\xa7\xdd\xdc\xb6\xdd\xfa\xdc\xba\x94\xa6\x9c\x73\xbe\x4d\x93\x8f\x5f\xbe\xdc\xe2\x6d\xbf\xbb\xa2\x1b\xfc\x72\xe7\x61\x61\x72\xbd\x23\xe7\xfd\xfe\x36\xe5\x6e\xca\xc2\xef\x82\xef\xda\x97\x6e\xca\xca\x44\x91\xf4\xa2\xdd\x94\x8d\x89\x21\x19\x4a\xed\xa6\xec\x4c\x1c\x89\x64\xf5\x6e\xca\x3d\xa3\x3e\x22\xad\x98\x5d\x18\x95\x88\x7a\xc3\xf0\x81\xd1\x10\xd1\x30\x62\x7a\x65\x54\xe3\x0d\xb2\x63\xfc\xc8\x68\x8c\xc8\x32\xc6\xef\x18\xed\x2e\xef\x89\xf1\x4f\x8c\x9e\x22\xaa\x82\xf1\x33\xa3\x19\x91\xe5\x01\xe3\x17\x46\x4b\x44\xa6\x18\xdf\x18\xb5\x88\xfa\x8a\xf1\x7b\x46\xfb\x88\xaa\xe7\x6e\x12\x4a\x49\x48\x79\x1e\x4b\x37\x09\xb1\x24\xb0\xdc\x7a\xed\x26\xa1\x96\x84\x96\x97\x5c\xbb\x49\xc8\x25\xc1\xe5\xb5\x78\x37\x09\xbd\xc4\x2f\xa6\x18\x4f\x2f\x09\xaf\xde\x06\x8c\xa7\x97\x84\x57\x5f\x0c\xe3\xe9\x25\xe1\xd5\xd7\x8a\xf1\xf4\x92\xf0\x2a\xe2\x18\x4f\x2f\x09\xaf\xe2\x19\xe3\xe9\x25\xe1\x55\x0a\x8a\x15\x7a\x49\x78\x95\x11\xcd\x0a\xbd\x24\xbc\x06\x41\xb5\x42\x2f\x09\xaf\xc1\x51\xad\xd0\x4b\xda\xa5\x7f\x8c\xa7\x97\x84\xd7\x30\xa2\x5a\xa5\x97\x86\x57\x15\x54\xab\xf4\xd2\xf0\xaa\x8e\x6a\x95\x5e\x1a\x5e\x75\x40\xb5\x4a\x2f\x0d\xaf\x3a\xa2\x5a\xa5\x97\x86\xd7\xa8\xa8\x56\xe9\xa5\xe1\x35\x3a\xaa\x55\x7a\x69\x78\x8d\x03\xaa\x55\x7a\x69\x78\x8d\x23\xaa\x55\x7a\x69\xbd\xfe\xad\x62\x3e\xc1\x74\x64\xe6\x28\x57\x29\xa6\x3b\x66\x03\xda\x55\x92\x69\x90\xa1\x7d\x3c\x82\x66\x3a\x33\x53\xf4\xab\x44\xd3\x85\x59\x8f\x82\x95\x6a\xda\x98\x0d\x68\x58\xc9\xa6\x7b\x2e\x92\x8c\x8a\x8d\x6e\x96\x99\x29\x3a\x36\xc2\x99\x30\xeb\x51\xb2\x51\xce\xf4\xba\xc0\x72\x37\x19\xe9\x2c\xe8\xc4\x32\x6a\x36\xda\x19\xd7\xa6\x19\x7a\x36\xe2\x19\x17\xa7\xf5\x28\xda\xa8\x67\x5c\x9d\x56\xd1\xb4\x91\xcf\xb8\x3c\x3d\xa3\x6a\xa3\x9f\xd1\xcf\x0d\x5d\x1b\xfd\x8c\x7e\xde\xa3\x6c\xa3\x9f\xd1\xcf\x2b\xda\x36\xfa\x19\xfd\x7a\x41\xdd\x46\x3f\x9b\xaf\xbb\x02\x9e\x41\x3f\xa3\x5f\x5f\x50\xb8\xd1\xcf\xe8\xd7\x57\x34\x6e\xf4\x33\xfa\x15\x41\xe5\x7e\xd9\x03\xe9\x57\x0c\x9d\x3b\xfd\x9c\x7e\xa5\xa0\x73\xa7\x9f\xd3\xaf\x54\x74\xee\xf4\x73\xfa\x0d\x82\xce\x9d\x7e\x4e\xbf\xc1\xd1\xb9\xd3\xcf\xe9\x37\x14\x74\xee\xf4\xf3\x72\xdd\xca\xf0\x0c\xfa\x39\xfd\xaa\xa0\x73\xa7\x9f\xd3\xaf\x3a\x3a\xf7\xf1\xb2\x6f\x8f\x0b\xb2\x52\x6b\xec\xde\xd7\x5d\x1a\xff\xc7\x19\xf7\x71\xea\xcc\x6f\xdb\xd6\xd6\x73\x9c\x70\x71\xb0\xe0\x5c\x38\xac\xed\xe3\xb4\x3c\x1d\x4f\xb8\x2b\xfe\xfd\x17\x00\x00\xff\xff\x1f\x1a\xa1\x81\x59\x07\x00\x00"); -var _ggda =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\x58\x4d\x6f\x1c\xb9\x11\xbd\xcf\xaf\xe8\xa3\x73\x70\x44\xb2\xc8\x6e\x12\x08\x04\x04\x36\x82\xc8\x80\x93\x20\xb2\x9d\x00\x41\x0e\x3d\xd3\xa4\x32\x40\x34\x1a\x8c\xa4\x83\xff\xfd\x82\xaf\x86\xaf\xb4\xda\x5d\x60\xe1\x7e\x55\xc5\xfa\x22\xeb\x43\x73\xf3\xe9\xee\xf3\xdd\xe9\xf8\x32\xdd\xfc\xe3\xf2\x74\xb8\xaf\x2f\x53\x3b\x9e\xb6\x4b\x7d\x7e\x7a\xbd\x1c\xea\xb4\xaf\x0f\xc7\xd3\x6e\xe7\xc3\xb4\x1d\x0f\x2f\x03\xe2\x9f\xc3\xe3\x7a\xde\xed\x6e\xbe\x9f\x8e\x5f\xee\xee\x83\x73\xf1\xe3\xf7\x6f\x7f\x91\xf0\xf1\xaf\xd3\xeb\x73\xbd\x32\x3f\xdd\x7d\xbe\xff\xf9\xfc\x52\x1f\xef\x4e\xed\x69\x12\x55\xb2\xbd\x9e\xaf\x8a\xa6\xe9\xe6\x9f\xf5\xe1\xf8\xfc\x72\xf9\x39\x7d\xf8\xf3\xf6\xb4\xaf\x7f\x98\xb6\xda\x3a\xfd\xef\x97\xad\x5e\x8e\xa7\x87\xe9\xc3\x97\xf5\xbc\x9e\x3c\x19\xf7\xaf\xe7\xf3\xff\xeb\x63\x3d\xbd\x4c\x0b\x68\xf5\xb4\xe1\xdf\xdd\xcd\xa7\xaf\xeb\xf9\x6f\xeb\x63\x9d\x7e\xeb\xd4\x0f\x88\x40\xe2\x47\xbd\x3c\x1f\x9f\x4e\x93\xff\xa3\x73\xb3\x91\xbf\xfd\x3c\xd7\xc9\x5f\x35\xfd\xfb\xfb\xdd\xe7\xe9\x3f\x7e\xf2\x6e\x0a\x69\xf6\xf9\xbf\x57\xfa\xbf\xbe\x3e\x6d\x94\xf2\xce\x69\x1c\x87\xe3\x76\xf8\xdf\x7a\xd9\xfd\xc9\xe1\xbf\xbd\xbb\x9d\x72\x98\x8b\xe2\xe0\xbc\xbb\x9d\x96\x5c\x84\x38\x01\x07\xe2\x19\x38\x0d\x1c\x94\x9f\x89\x95\xbf\x0c\x2c\xa1\xeb\x5f\xa8\x4f\xa4\xe3\x3c\xb0\x2f\xdd\x9e\x64\x42\xdf\xe1\x4c\x18\x3a\x2c\x84\xd2\xe1\xd0\xed\x0f\xf1\x76\xca\xe2\x3d\x71\x02\x76\xc4\x33\xf0\xf0\xdd\xd7\x8e\xdd\x1b\xbc\x00\x47\xe2\x0c\x4c\x7d\xb5\x00\x0f\x5f\xa5\xec\x6f\x27\x1f\x7c\xcc\x24\x1c\x40\x98\x8d\xb0\xa9\xc4\x42\x42\x05\x21\x39\x12\xda\xbb\x23\xab\xd3\x23\x85\x04\xaf\x47\x66\x12\xc2\xfb\x23\xa2\x12\x89\x84\xa8\x04\x93\x48\xef\x8f\xcc\x2a\x41\xc7\xd6\x1e\xfb\x5b\x81\x0c\x6c\xfc\x02\x6c\x4e\xac\xef\x35\xee\xbb\xc0\x12\x88\x0f\xc0\x9e\x78\x03\x1e\x81\x27\x77\xb8\x9d\x96\xc8\x87\x93\xdc\x06\xbc\x10\x57\xe0\x99\xb8\x01\x0f\x7b\x09\x0f\x33\x39\x21\xf6\xc0\xd4\xe7\x03\x70\x24\x16\x60\xea\xf3\x11\xfa\x3c\x71\x02\x36\x7d\x33\x70\x20\x5e\x80\x4d\x5f\x06\x2e\xc4\x05\xfa\x4d\xdf\x0a\xcc\x78\xfd\x1e\xd8\xf4\xf5\xf8\x53\x30\x7b\x1b\x30\xe3\xf7\x15\xd8\xe2\x69\xc0\xb4\x1f\x10\x7f\x60\x3c\x01\xf1\x07\xfa\x13\x10\x7f\x60\xbe\x50\x98\x49\xa8\x0f\x85\x99\x84\xf6\xc3\x02\x4c\xff\x42\x06\x36\x7b\x88\x8f\xc5\x96\x02\xe2\x13\xb3\x8f\xf8\xc4\xec\x21\x3e\x4f\x7b\x02\x7f\x3d\xe5\x25\x22\x1f\xd4\x27\xb0\xe7\x78\x3e\x42\x3e\x32\x9f\x11\xf1\x45\xe6\x33\x22\xbe\x48\x7f\x23\xee\x97\x95\x96\x22\xf4\xb3\x8c\x52\x44\xfc\x91\xf6\x23\xe2\x8f\x66\x0f\xf1\x27\xe6\x23\xc2\x9f\x34\xf4\xcf\xfd\xbe\x72\x08\x9e\xb8\xbf\xe7\xe0\x0b\x71\x05\xdf\xe4\x1b\xf0\xf0\x77\x71\x5a\xb5\xcb\x30\xb8\xf4\xba\xce\xc1\x5d\x15\x88\xc3\x83\xc8\xe3\x81\x89\xc3\x83\x28\xa3\xec\xc5\xe1\x01\x94\x51\xb1\xe2\x90\x90\xe2\x33\xb1\x00\x53\x1f\x02\x2e\xc3\x01\x71\x08\xb0\x8c\x00\xc4\xc5\x02\x1c\x06\x9e\x71\x7e\x3c\x48\x71\x59\x31\xfd\xc9\xaa\x2f\x11\xab\x3e\xfa\x97\x2b\xf0\xd2\x67\xda\x18\x2a\xbb\x1c\x7f\x67\xca\x88\xeb\x9d\x33\x87\x85\xb6\x0b\x92\xbb\xd0\x37\x34\xc1\x59\xc4\x08\x08\x36\x30\xd8\x55\x9d\x63\xb0\x2b\x9c\x13\x06\xbb\xc2\xb9\x37\xe7\x11\xac\xd0\xe0\x01\xe7\x85\xc1\x56\xc5\x0c\xb6\xaa\x3e\x06\x5b\x55\x1f\x83\xad\x08\x56\x78\x19\x4d\x2f\x6f\xd8\x0b\xad\xdd\x4e\x41\x5c\x1a\x0e\x8a\xeb\x73\x55\x46\xdf\x17\x71\x7d\xee\xc9\x28\x17\x11\xd7\x5b\xb6\x2f\xb3\x09\x60\x78\xd1\x43\x71\xb3\x0a\x78\x12\x16\x25\x24\x12\xb2\x12\xec\x48\x51\x82\x19\x59\x95\x30\x93\xb0\x07\x61\x31\xab\x07\x25\x04\x12\xf4\x15\x52\x00\x6d\xb3\x44\x7a\xe1\xe1\x66\x34\x3e\x66\xac\x18\x56\x2f\xb3\x11\x32\x04\x98\x18\xaf\x4e\x66\x5a\x44\x21\x49\x62\x14\xbd\x91\x65\xe1\x55\x4b\x40\xe6\x22\x83\x0a\x9a\x39\xe6\x5e\x7a\xa7\xeb\x04\xd3\x30\x23\x06\x13\xc0\x65\x46\x26\xae\xb7\xb2\x2c\xac\x34\x41\x2b\x2b\x6f\x3c\xd8\x54\x21\x5d\x10\x8f\x03\x74\x41\x50\xdb\xce\x51\xa3\xe8\xed\x46\x62\x78\x30\x9a\x93\x88\x2c\x38\xe0\x4d\x20\x2b\x81\x3e\x48\x41\x94\xf4\x41\x56\x15\x30\x15\x7b\x08\x98\x4f\x07\x15\x60\xa2\x65\x53\x02\xbd\x8c\x5e\x09\x3c\x12\x91\x59\xf3\xaa\x77\x88\x2c\xc9\xb0\x3a\x15\x8c\x80\x2a\xb2\xcb\x8e\x2b\x12\xc5\x28\x22\x1e\x8b\x39\x1d\x71\x95\xac\x12\x49\xa8\x62\xbb\xba\xa4\x79\xb3\x3c\x25\x51\x82\x49\x44\x25\x30\xb3\x09\x3e\x46\x9e\x58\xb0\x83\xb9\x37\x04\xcd\x83\x39\xb1\x68\x1e\x22\x1f\xd8\x52\x95\xc0\xf7\xb0\x34\xbc\xb0\xab\x8a\xd6\x1c\xba\xd1\x28\x9b\xd6\x1c\x5a\xfb\x42\xbe\xd7\xdd\x67\xcc\xfa\xd6\xb4\x55\x8f\xbb\x69\x4d\xf0\x80\xc6\x6e\xd2\x9a\x80\xef\xa8\x40\x1a\xba\x85\x1b\x38\xa9\x7c\x22\xd6\x6e\x32\x13\xeb\x79\xc3\xf5\xed\xa8\x68\x0d\xdd\x2b\xe7\xf2\xab\xd6\x2b\x0b\x5b\xef\x65\x3d\x3d\xd4\xeb\xdc\x91\xbe\xe1\x8f\x4f\x8f\x36\x9b\x6c\x29\x23\x2f\xb9\x7e\x57\x31\x73\xfe\xf6\xf9\x35\x3e\xbb\xb9\xb8\x70\xb4\xf6\xde\x35\x3e\xb1\x45\x65\xdb\xea\x66\x63\x61\x81\xe2\xa6\x9f\x7a\xbb\x1a\x9f\x05\x2c\x53\xb8\x1a\x6b\x0f\x96\xad\x1d\x42\x56\xc0\x84\x17\x3a\xdf\xcb\x74\x7c\x62\x59\xf2\xb6\x5c\x78\xb2\x04\x7b\x02\xe7\x72\x92\x64\x2c\xac\x00\x8e\x6e\xf4\x1a\x1c\x9f\xd8\x6e\xf8\xa7\x42\x12\xb3\x85\xcb\x4c\xd1\x16\x07\x3b\x85\xfa\x48\x6c\x9e\xce\x0d\x37\xc4\xf5\x74\x2e\x39\x73\x80\x30\x1b\xe2\xb0\xc9\x16\x47\x96\x8f\xc6\xc2\x58\x72\x1c\x6b\x7e\x36\xd6\x82\xbb\xb4\x91\xe8\xdf\x68\x2c\x78\xb0\x6c\xba\xae\x24\xf2\xca\x8c\xc7\xce\xc9\xd7\x8c\xd5\xd0\xb5\x58\x8c\xbe\x8d\xd7\x21\xbe\x15\x1d\xd0\x42\xde\x6a\xbc\x06\x9e\x95\xa4\x85\x2d\xd8\x82\x7c\xb1\xd6\xd9\x6b\x6b\x34\x7e\xd1\xd9\xc3\xca\xf5\xab\xf1\xb4\x05\x67\xea\xec\xdb\xd0\x68\xcf\x5e\x79\x36\x11\xb2\xf1\x74\xba\x14\xeb\xed\x66\x4f\x9c\x76\x6d\x36\x06\x89\xc6\x4b\xca\xb3\x16\x6f\xe7\xa2\x9e\x0b\xd6\x06\xc5\x78\xb3\xf2\xac\x05\xee\x8d\xa7\x9d\x29\x58\x43\xb6\x18\x92\xea\xb4\xb9\x99\x92\xf1\x54\xe7\xb8\xbd\xd6\xf8\x56\x5a\x43\xe5\xe4\x42\x56\x6a\x64\xcd\xd7\x3f\x24\xfd\xb5\x2b\x68\x13\x00\x78\x5c\xcf\x3b\xfe\xde\x70\x78\xbd\x5c\xea\xe9\x05\xbf\x6e\xe0\xc7\x84\x69\xab\xed\x78\xaa\xfc\x19\xe5\xfc\x74\xee\xa7\xf0\xff\x2f\x01\x00\x00\xff\xff\x7d\x93\x70\xb7\x72\x11\x00\x00"); -func _ecee ()(*asset ,error ){_daed ,_caffb :=_bcec ();if _caffb !=nil {return nil ,_caffb ;};_gegd :=bindataFileInfo {_b :"KSC-EUC-H",_ffe :9483,_ag :_ed .FileMode (436),_ac :_c .Unix (1580492494,0)};_afdd :=&asset {_abe :_daed ,_ece :_gegd };return _afdd ,nil ; -};var _bfdb =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\x9b\x4b\xab\x65\xc9\x71\xfd\xe7\xf7\x53\x9c\xa1\xfe\x03\xfd\x7b\xef\xcc\xc8\x17\x5c\x2e\x98\x96\x84\x1a\x21\xcb\xb8\x2d\xdb\x60\x3c\xc8\x67\x53\xe0\xbe\x55\x54\x55\x0f\xf4\xed\x4d\xac\xdf\x51\xcb\xb2\x0d\xf2\x40\x84\x7a\x55\x46\x66\xe4\x63\xad\x88\xcc\x7d\xee\x37\xdf\x7e\xf7\xab\xef\xde\x3f\x7c\x7d\x7c\xf3\x0f\x9f\x3f\xce\xef\xf7\xd7\xc7\xf9\xf0\xbe\x3e\xef\x2f\x1f\x7f\xfa\x3c\xf7\x63\xec\x1f\x3e\xbc\xbf\xbc\xdc\xe1\xb1\x3e\xcc\xaf\x7f\xfe\x4f\x99\xf9\x63\xff\xf4\xf2\xe2\xfe\xdf\xff\xe9\xcb\xd7\xfd\xe3\x77\xef\xe7\xe3\x23\xd2\x6e\xfd\xf4\xe9\xd9\xf6\xf1\xf8\xe6\x1f\xf7\x0f\x1f\xbe\x7c\xfd\xfc\xa7\xc7\x2f\xfe\x6e\x7d\x1c\xfb\xff\x3d\xd6\x3e\x8e\xff\xe1\xf3\xda\x9f\x3f\xbc\xff\xf0\xf8\xc5\xef\x3e\x7e\xde\xfd\xfe\xf9\x1f\xbe\xff\xe9\xd3\xa7\xff\xd8\x3f\xee\xf7\xaf\x8f\x5b\xd8\x7e\x5f\xb2\x2f\xdf\x7c\xfb\xfb\xfe\xe9\xef\xfb\x8f\xfb\xf1\xcd\xef\xbe\xff\xf6\xc7\x2f\xbf\xfc\xe3\x6f\xbf\xfd\xe5\x6f\xf5\x6f\xfa\xa7\x7f\xde\x9f\xbf\x7c\xf8\xf8\xfe\xb8\xaf\xff\x7f\x5d\xf9\x2f\xf8\x3f\xfd\xe9\xd3\x7e\xf6\xf5\xf2\xcd\x1f\xbf\xfb\xd5\x1f\xce\xf9\xb2\xbf\x3e\x2c\x5e\xb4\xf9\xd7\x3f\x7e\xf7\xab\xc7\xbf\xdd\x8f\xfb\x7a\x84\x64\x57\xfb\xf7\x67\xd3\x7f\xf9\xfd\xc7\xb5\x1f\x34\x7a\x09\x4c\x69\x7e\x5c\xfb\xcb\xa7\x3e\xf7\xe7\xfe\xfe\xc3\x7e\x79\x3c\x5e\xaf\xeb\xed\xf1\x78\xbc\xd6\xeb\xcd\xff\xab\xde\x76\xbf\x3d\x5e\x7f\xf3\xeb\xdf\xfc\xfa\xcd\x23\xff\x6f\xed\x5f\x6e\xba\x79\xff\xf8\x75\xed\x03\xa6\x1e\x5e\xef\xf3\xf6\xb8\xdd\xe3\xbf\xfe\xd3\xcb\x7d\x5d\xcf\x71\x3f\xac\x67\xeb\xe0\xad\xcb\xf6\xd6\x7f\x1e\xad\xde\xa9\xbf\x3d\x5a\x8c\xd1\xa1\x0c\x54\x04\xa5\xe6\x50\x05\x3a\xdb\xa1\x9a\x5e\x5e\x6b\xc0\x31\xc8\x31\xdd\xde\x57\xc0\x31\xc8\x31\xc5\xe2\x10\x8e\x41\x8e\x29\x7b\xf7\x11\xc7\x28\xc7\x5c\xbd\xfb\x88\x63\x94\x63\xb9\xbd\xfb\x88\x63\x94\x63\x31\xef\xde\x70\x34\x39\xd6\xec\xdd\x1b\x8e\x26\xc7\xda\xbc\x7b\xc3\xd1\xe4\xd8\x6e\xef\x3e\xe1\x98\xdc\xf1\xbe\x2e\xf3\xfe\x13\x9e\xa9\x80\x15\x1f\x20\xe1\x9a\xdc\xf5\xbe\xae\xe6\x23\x64\x7c\x33\xbe\x21\xf8\x10\x19\xdf\x8c\x6f\x30\x1f\x23\xe3\x9b\xf1\x0d\xc5\xc7\x28\xf8\x16\x7c\xed\xf2\x31\x0a\xbe\x05\x5f\x0b\x3e\x46\xc1\xb7\xe0\x6b\xc9\xc7\xa8\xf8\x56\x7c\x53\xf1\x31\x2a\xbe\x15\xdf\x7c\xf9\x18\x15\xdf\x8a\x6f\x8e\x3e\x46\xc3\xb7\xe1\x5b\x92\x8f\xd1\xf0\x6d\xf8\x96\xea\x63\x34\x7c\x1b\xbe\xf5\xf2\x31\x3a\xbe\x1d\xdf\x16\x7d\x8c\x8e\x6f\xc7\xb7\x65\x1f\xa3\xe3\xdb\xf1\x6d\xd5\xc7\x18\xf8\x0e\xf9\xde\xf7\xed\x63\x0c\x7c\x47\x01\x8b\x3e\xc6\xc0\x77\xc8\xf7\xbe\xb3\x8f\x31\xf1\x9d\xf8\x86\xe6\x63\x4c\x7c\x27\xbe\xf1\xf6\x31\x26\xbe\x13\xdf\x68\x3e\xc6\xc2\x77\xe1\x6b\xd9\xc7\x58\xf8\x2e\x7c\xad\xf9\x18\x0b\xdf\x85\x6f\x0a\x3e\xc6\xc6\x77\xe3\x9b\xcd\xc7\xd8\xf8\x6e\x7c\x73\xf1\x31\x36\xbe\x1b\xdf\xdc\x7c\x8c\x83\xef\xc1\xb7\x06\x1f\xe3\xe0\x7b\xf0\xad\xc9\xc7\x38\xf8\x1e\x7c\x6b\x29\x2f\xaf\xed\x92\x6f\xbb\xe4\x1b\xae\x2b\x3a\x96\xc1\x0a\x58\x68\x8e\x55\x30\xf9\x86\x2b\xa5\x97\xd7\x06\x67\xdb\x8d\xef\x5d\x6f\xc7\xf0\xbd\xf1\x0d\x97\x8f\x01\x6b\xdb\x8d\x6f\x70\x72\x37\x68\xdb\x02\xbe\x62\x77\x83\xb7\x2d\xe0\x2b\x7a\x37\x88\xdb\x02\xbe\xe6\xfc\x6e\x30\xb7\x45\x7c\x45\xf0\x06\x75\x5b\xc4\x57\x0c\x6f\x70\xb7\x45\x7c\x93\x53\xbc\x41\xde\x66\xf8\x8a\xe3\x0d\xf6\x36\xc3\x57\x24\x6f\xd0\xb7\x19\xbe\xc5\x59\xde\xe0\x6f\x83\xbf\x41\x34\x6f\xf0\xb7\xc1\xdf\x20\x9e\x37\xf8\xdb\xe0\x6f\x68\xce\xf3\x06\x7f\x1b\xfc\x8d\xe2\x79\x83\xbf\x0d\xfe\x46\xf1\xbc\xc1\xdf\x06\x7f\xe3\xed\x3c\x6f\xf0\xb7\xc1\xdf\x28\x9e\x37\xf8\xdb\xe0\x6f\x14\xcf\x1b\xfc\x6d\xf0\x37\x46\xe7\x79\x83\xbf\x0d\xfe\x46\xf1\xbc\xc1\xdf\x06\x7f\xa3\x78\xde\xe0\x6f\x83\xbf\xd1\x9c\xe7\x0d\xfe\x36\xf8\x1b\xc5\xf3\x06\x7f\x1b\xfc\x8d\xe2\x79\x83\xbf\x0d\xfe\xc6\xec\x3c\x6f\xf0\xb7\xc1\xdf\x28\x9e\x37\xf8\xdb\xe0\x6f\x14\xcf\x1b\xfc\x6d\xf0\x37\x56\xe7\x79\x83\xbf\x0d\xfe\x46\xf1\xbc\xc1\xdf\x06\x7f\xa3\x78\xde\xe0\x6f\x83\xbf\x76\x39\xcf\x1b\xfc\x6d\xf0\xd7\xc4\xf3\x06\x7f\x1b\xfc\x35\xf1\xbc\xc1\xdf\x06\x7f\xed\x76\x9e\x37\xf8\xdb\xe0\xaf\x89\xe7\x0d\xfe\x36\xf8\x6b\xe2\x79\x83\xbf\x0d\xfe\x5a\x74\x9e\x37\xf8\xdb\xe0\xaf\x89\xe7\x0d\xfe\x36\xf8\x6b\xe2\x79\x83\xbf\x0d\xfe\x5a\x72\x9e\x37\xf8\xdb\xe0\xaf\x89\xe7\x0d\xfe\x36\xf8\x6b\xe2\x79\x83\xbf\x0d\xfe\x5a\x71\x9e\x77\xf8\xdb\xe1\xaf\x89\xe7\x1d\xfe\x76\xf8\x6b\xe2\x79\x87\xbf\x1d\xfe\x5a\x73\x9e\x77\xf8\xdb\xe1\x6f\x12\xcf\x3b\xfc\xed\xf0\x37\x89\xe7\x1d\xfe\xf6\xbb\x5f\xc2\xaa\xb2\xfb\xcf\x79\xfc\x7f\x4b\xed\xfd\xee\xb8\x20\xcb\x1e\x14\x84\xef\x10\x3e\x49\x94\x3b\x84\xef\x10\x3e\x69\xb3\x3a\x84\xef\x81\xc1\xb4\x59\x3d\xd0\x5b\xd8\xe9\xed\x71\xfb\xd2\x76\x24\xa0\xc7\x67\x6f\x4e\x9d\x8e\x04\x74\x24\x20\x29\x45\x76\x24\xa0\x47\x7a\x13\x75\x7a\xa4\x37\xc9\x42\xc8\xf6\xf2\xda\x11\x85\x8e\x28\xa4\xe0\x42\xd6\x11\x85\x8e\x28\xa4\xe8\x42\xd6\x11\x85\x6e\xf4\xa6\x2a\xa5\x1b\xbd\xd9\x8a\x6f\x8f\x98\xaa\x23\x2b\x09\xf1\xfe\xcd\x0f\x79\x47\x38\x3a\xc2\x91\xa2\xe6\x84\x70\xf4\xf4\xec\xdf\x0f\x60\x47\x38\x7a\xa2\x7f\xf3\x03\xd8\x53\x7f\x62\xfd\xed\x61\xda\xde\x34\x2e\x21\xa3\xbd\x3d\x2c\x0b\x99\xb4\x59\xf5\xed\x61\x45\xc8\x06\x39\x8e\x68\xc5\x10\xa0\x8e\x00\x25\xd3\x4a\x20\x40\x1d\x01\x4a\x56\xd4\x8e\x18\x32\x31\x24\xed\x5d\x26\x86\xbc\xed\xed\x91\x5c\xe2\x3a\x92\xd4\x91\xa4\x94\xb4\x12\x48\x52\x47\x92\x52\x4a\x6a\x47\x6f\xe5\xd9\x9b\x4b\x7a\x2f\xf4\x56\xf6\x79\x7b\x24\x27\x72\x47\xa4\x3a\x22\x95\xb2\xe6\x8d\x48\x75\x44\x2a\x65\x27\x5e\x47\xa4\x7a\xa5\xb7\xec\xc4\xeb\xb5\x3f\x31\x7b\x7b\xe4\x9c\x85\x64\x90\xfc\xf6\xc8\xe5\x12\x52\x41\x8e\x23\x3e\xa3\x3a\xf0\xf2\x3d\xca\x2e\x76\x1d\xb1\xeb\x88\x5d\x2a\x9a\x37\x62\xd7\x11\xbb\x54\x5c\x3c\x3b\x62\xd7\x1b\x31\x14\x17\xcf\xde\x88\x41\x02\xa8\x32\xa7\x23\x7f\xbd\x3f\x7b\xd3\xbc\x91\xbf\x8e\xfc\xa5\xea\xa9\xac\x23\x7f\xbd\xd3\x5b\x8d\xf2\xa5\xb7\x7e\xe2\xdb\x03\x42\x23\x88\x1d\x41\x4c\x55\xf3\x46\x10\xfb\x78\xf6\xa6\x3d\x46\x10\xfb\xa0\xb7\x16\xe4\x4b\x6f\xe3\x64\x2f\x99\xfd\xb4\x23\x91\x1d\x89\x4c\x4d\x33\x40\x22\x3b\x12\x99\x9a\x56\x04\x89\xec\x53\xbd\xe5\xcb\xe5\xbf\x4f\x7a\x9b\x7e\xe0\xee\x2b\xf8\xe2\xce\x05\x74\x04\xa9\x37\x84\xb4\x23\xa4\xf9\xd2\xac\x10\xd2\x8e\x90\xe6\x2b\xab\x1d\x23\xac\xe7\x08\x9e\xa0\x3b\x42\xda\x11\xd2\x7c\x6b\x0e\x08\x69\x47\x48\xf3\xed\xa2\xd9\x11\xd2\xbe\xf1\xbd\x5d\x34\x3b\x42\xda\x11\xd2\x1c\x14\x31\x42\xda\x11\xd2\x1c\x3c\x61\x75\x84\xb4\x1f\x7c\x83\xef\xd8\x40\x48\xc7\xf5\xf4\xf5\x58\x06\x42\x3a\x10\xd2\x1c\xbd\x58\x18\x08\xe9\xb8\xf0\x8d\x5e\x2c\x8c\xab\x83\x3d\x0b\xd8\xfc\xf2\x3a\xd0\xd6\x81\xb6\xe6\xe8\xe1\x0d\xb4\x75\xdc\xcf\xee\x5c\xd3\x07\xda\x3a\xd0\xd6\x6c\xae\xe9\x03\xf1\x1c\xf7\xb3\x4e\xbb\x5e\x5e\x07\xea\x39\x50\xcf\x6c\x8a\x18\xf5\x1c\xa8\x67\x36\x4f\xb1\x03\xf5\x1c\xa8\x67\x4e\xae\x3e\x03\xf5\x1c\xcf\x12\xaa\xd8\xcb\xeb\x40\x3e\x07\xf2\x99\x93\x26\x81\x7c\x0e\xe4\x33\x27\xaf\x78\x06\xf2\x39\xe2\xb3\x3b\xaf\x78\x06\xf2\x39\xe2\x33\xdb\xd7\x97\xd7\x81\x7e\x0e\xf4\x33\x67\x4d\x02\xfd\x1c\xe8\x67\xce\x7e\x8e\x07\xfa\x39\xd0\xcf\x9c\x3d\x31\x0d\xf4\x73\x50\x68\x59\x0e\x2f\xaf\x03\xb9\x1c\xc8\x65\x2e\x9a\x04\x72\x39\x90\xcb\x5c\xbc\x4e\x18\xc8\xe5\x40\x2e\x73\x71\x29\x1c\xc8\xe5\xa0\xf6\x4a\xc9\xb7\x02\xe5\x1b\xf9\xd9\x9d\x26\x81\xf2\x0d\x94\x2f\x57\xd7\xb4\x81\xf2\x0d\x94\x2f\x57\x2f\xdb\x06\xca\x37\x28\xc7\x72\xf2\xad\x40\xfa\x06\xd2\x97\x95\x5d\x07\xd2\x37\x90\xbe\xac\xec\x3a\x90\xbe\x81\xf4\xe5\xe6\xd9\x75\x20\x7d\x83\x0a\xad\x98\x6f\x05\xda\x37\xd0\xbe\xac\x62\x67\xa0\x7d\xa3\x3e\xbb\x73\x8d\x1c\x68\xdf\x40\xfb\x8a\x8a\x9d\x81\xf6\x0d\x8a\xb6\x1a\x7d\x2b\x90\xb1\x81\x8c\x15\xdd\x31\x07\x32\x36\x90\xb1\xe2\xb5\xe7\xdf\xca\xdf\x03\x95\x1b\xed\x39\x9a\xe7\xd7\x81\xca\x0d\xca\xbc\x16\x7d\xa7\x90\xb9\x81\xcc\x95\x5b\x73\x44\xe6\x06\x32\x57\x6e\xaf\x20\x06\x32\x37\x90\xb9\xa2\x9b\xc2\x40\xe6\x86\x2a\xbf\x70\x05\xdf\x29\x74\x6e\xa0\x73\x25\x68\x8e\xe8\xdc\x40\xe7\x4a\xf0\x1a\x61\xa0\x73\x03\x9d\x2b\xc1\xf3\xe9\x40\xe7\x86\x8a\xc1\x70\xbb\x32\x0d\x84\x6e\xcc\x67\x77\x9a\x04\x42\x37\x10\xba\x12\xbd\x48\x18\x08\xdd\x40\xe8\x4a\xf4\xd4\x38\x10\xba\xa1\xfa\x30\x84\xdb\x77\x0a\x55\x1b\xa8\x5a\x89\x9a\x04\xaa\x36\x50\xb5\x62\x5e\x25\x0c\x54\x6d\xa0\x6a\xc5\x3c\x37\x8e\x45\x77\x2a\x19\x43\xbc\x7c\xa7\x10\xba\x81\xd0\x15\xd3\x24\x10\xba\xb1\x9f\xdd\x79\x51\x30\x10\xba\x81\xd0\x95\xe4\xc9\x71\x6c\xba\x53\x15\x19\xec\xf2\xad\x40\xfb\x06\xda\x57\x92\x26\x81\xf6\x0d\xb4\xaf\x24\xcf\xef\x03\xed\x1b\x68\x5f\xc9\x9e\xe7\xc6\xa1\xbb\x43\x77\x2d\xbf\xbc\x4e\xe4\x70\x22\x87\x25\xfb\x24\x26\x72\x38\x91\xc3\x92\x3d\xc1\x4f\xe4\x70\x5e\xcf\xee\x3c\xd1\x4d\xe4\x70\x4a\x0e\x43\x6a\xd7\xcb\xeb\x44\x0e\x27\x72\x58\x8a\x4f\x62\x22\x87\x13\x39\x2c\xc5\x33\xfc\x44\x0e\x27\x72\x58\x8a\x67\xba\x89\x1c\xce\x9b\x7a\xad\xda\xcb\xeb\x44\x0e\x27\x72\x58\xaa\x4f\x62\x22\x87\x13\x39\x2c\xd5\x93\xf5\x44\x0e\x27\x72\x58\xaa\x27\xa7\x89\x1c\x4e\xc9\x61\x28\xa5\xbe\xbc\x4e\xe4\x70\xc6\x67\x77\x9a\x04\x72\x38\x91\xc3\xd2\x3c\x5b\x4f\xe4\x70\x22\x87\xa5\x79\x5e\x9b\xc8\xe1\xa4\x9a\xac\x25\xbc\xbc\x4e\xe4\x70\x22\x87\xa5\x69\x12\xc8\xe1\xb4\x67\x77\x9e\xae\x27\x72\x38\x91\xc3\x7a\x79\xaa\x9b\xc8\xe1\x94\x1c\x86\xe6\xf5\xcc\x44\x0e\x27\x72\x58\x95\x61\x27\x72\x38\x91\xc3\x7a\x79\xbe\x9e\xc8\xe1\x44\x0e\xeb\xed\xd9\x6f\x22\x87\x53\x72\x18\xaf\xec\x5b\x81\x1c\xce\x9c\x82\x9a\x69\x12\xc8\xdc\x94\xcc\xc5\x3b\xf9\x12\x23\x55\x53\x52\x15\x83\xf9\x32\x21\x37\x53\x72\x13\xa3\xf9\x54\x21\xf1\x14\x89\xa3\x45\x0f\x17\x22\xce\x31\x8f\x17\xc4\xd1\x87\x1c\xeb\x12\xe4\xc6\xee\x5b\xad\x16\xad\xbc\x56\x8e\xc9\x45\x74\x8e\x95\x81\xf2\xdb\x23\x66\x6d\xcc\x58\x45\xd0\xce\x2a\xae\x7d\xc4\xb1\x9f\x50\x79\x7b\x14\x16\x63\xec\x2a\x48\x41\xa4\xe6\x8e\xd0\x77\x8a\xbe\x31\x6b\x65\xa1\xe0\x5c\xd3\x21\x5d\xfc\xe7\xf2\x18\x9f\x26\x9a\x56\x67\x11\xea\xf2\xee\xa3\x52\xca\x5c\x74\x2f\x53\xda\xa5\x56\xbb\x09\x52\xf7\xaa\xee\x26\x94\x9c\xbb\xcf\xb7\x47\xac\x2e\x04\x73\xf7\x05\xb4\x04\x05\x41\x5b\x90\x1c\x95\x76\x26\xe4\x9b\xe7\xf4\xb7\x47\xa4\xfb\x73\x06\xd0\x10\x14\x04\x4d\x20\x77\x6c\xce\xa9\x05\xcd\x30\xb1\x79\x5a\x5b\x57\x0f\x40\xc1\x21\xcb\x82\xa2\xa0\x51\xd4\xca\x1c\x1a\x15\xa8\xfe\xa5\x95\x5f\x26\x5e\xd7\xe5\x2b\x61\x97\x2f\xce\xba\xb4\x12\x98\x58\x5c\xb2\xd6\xb5\x18\x71\x4d\x6f\x15\x81\x16\xd0\xf2\xad\xf5\xea\x6a\x5d\x6b\x0b\xe2\xfe\xe3\x39\x73\x41\xe1\x75\xfb\x25\xc9\x2e\xaf\x54\xd6\xbd\x0c\xc8\xde\x1e\x16\xbd\x2a\x59\xb7\x2e\x4e\x18\xbb\x3d\x77\xaf\x5b\x67\x62\xdd\x7e\x0e\xec\x8e\xb4\xaa\x40\x55\x8e\x49\x50\x03\xea\x6a\x85\xe3\x10\xb4\x2f\xb5\x12\xb4\x09\xc2\x8d\xdd\x8a\xfe\xde\x01\x28\xf8\x55\xe4\x52\xa8\x3b\x02\x79\x10\xd1\x8f\xdc\xba\x37\x41\xb8\xb1\x58\xe9\xab\x00\x11\x57\x13\x44\x5c\x7b\xa8\x55\x11\x34\x81\x7c\xbd\x6e\xa3\xfb\x05\xe4\xeb\xa5\x5b\xdf\xba\xf7\x06\xda\x6a\x05\x74\x04\x1d\x45\xdf\xec\x6f\x26\xec\x75\x1f\x26\x77\x34\x39\x53\xd8\x87\xc9\xb9\xb1\xd8\x14\xf6\x61\x72\x47\x2b\x6c\xda\x87\xc3\xe4\x8e\x26\xd7\x34\x93\xc3\xe4\x4e\x53\x2b\x1c\x3b\x90\xaf\xb0\x5d\x38\xb2\xc2\x6e\xec\x36\x1c\x99\xef\x59\x6a\x85\x23\x93\xd3\x61\xd0\x6d\x78\x21\xc0\x18\xbb\x75\x3e\x02\xe7\x36\xf8\x59\x35\xbb\x81\x0c\x28\xab\xd5\x2d\xa8\x00\x29\x88\x3b\x08\x1a\x40\x43\x10\xdd\x4f\x20\x2d\xba\x6b\xd9\x0a\x22\x22\xc6\x2c\xd0\xbd\xe2\x0a\x83\x20\xfc\x14\x85\x41\x10\x6e\xcc\x82\x1c\x47\x04\xd2\xe9\x4e\xea\x7e\x3c\x1d\xb7\xee\xe3\x8a\x6b\x68\xb7\xc2\x54\x5f\x45\xdd\x4f\xfa\x9a\x51\xad\xa2\x20\x26\xe4\xc6\x94\xc6\x57\x98\x09\x48\xdb\x51\x68\x95\x81\xb8\xee\x57\x41\xcc\xd1\x8d\x25\xe2\x9a\xcc\x71\x6a\x8e\x05\x88\x39\x4e\xc5\x15\x34\xa1\x49\x5c\xa2\x58\x0a\xea\x0b\x8a\x05\xf1\x29\x45\xb5\x82\x4f\x32\x76\x17\xa0\x06\xa4\x20\x74\x22\x03\x7c\x0a\xf0\x5c\x7c\x0a\xf0\x3c\xac\xa3\x56\x72\xdc\xd2\x0c\x19\xbb\x8b\xd6\x0b\xd6\xc9\xf0\xde\xb5\x02\xac\x93\xb1\xc4\x01\x80\x75\x32\xa6\x2b\xcf\x0a\x9b\xf5\xda\x8a\x3e\x6b\x8e\x9b\xe8\x9d\x69\x96\xb2\x82\xd8\x84\xba\x15\x6a\x51\xa8\x9b\x50\x45\xc4\x44\xa8\x10\x31\x38\xad\x4c\xe5\xe7\x0a\x87\x50\x9d\x11\x96\x2f\x75\x7f\x18\x51\xec\xc8\x9c\x55\xd8\x21\x63\x77\xd5\x1c\x61\x47\xd0\xd3\x4a\xe6\x00\x1c\x82\xd0\x21\xbf\x25\x10\x94\x05\x2b\x02\x35\x3f\xab\xa4\xf6\x65\x52\x96\xa0\x56\x86\xb2\x18\xca\xa2\xdd\x36\x94\xc5\x44\xab\xa8\x83\x69\xd0\x4a\xe6\x29\x6f\x76\x16\xd0\xfe\x59\xde\x48\xf5\x2b\x75\x04\xb5\x0a\x4a\x40\xe9\x67\x79\x4b\x7a\x1c\x59\x3c\x27\x21\x6f\x09\x0e\xc9\x3c\xb5\x2c\xc1\xa1\x24\xc2\xa0\x65\x09\xc2\xc8\x3c\x27\x94\xba\xce\x57\x22\x08\xbf\x31\x2f\x0a\x89\x95\x3d\xdb\x98\xbe\x80\xac\x4c\xb6\x91\xb1\xdb\xaf\x95\x2b\x93\x6d\xb2\x8e\xaf\xa9\xaf\xcc\xf1\x95\xb1\xbb\x00\x69\x44\x15\x25\x96\x44\x77\x8a\x92\x55\x60\x87\x67\xe7\x55\x60\x87\x4c\x4a\x49\xad\x60\x47\xd9\x6c\xad\xd3\xaa\x70\x98\x64\x32\xdc\x2e\x1c\x26\x15\x38\x96\xbd\x5c\x5c\x14\x38\xab\x02\x79\x6d\xb1\xb8\xf4\x2c\x5d\x7a\xac\xe8\xf8\x52\xf3\x2c\xd5\x3c\x56\xc5\x0e\x6a\x9e\x35\xc4\x6d\x7d\xac\x5a\x03\x6e\xcb\x24\xf4\x6b\xc0\xed\xa1\xb8\x9a\xce\xea\x20\x2e\x19\x6b\x21\x08\xc2\xd1\xbb\x4f\x97\x97\xb6\x8b\x6a\x66\x4d\xdf\xda\x74\x29\xd4\xc9\xd6\xca\x14\x74\x62\xb2\xb5\x13\x47\xa5\x62\x6a\x9e\xb5\xe4\xa8\x4b\xd1\x5a\x38\xca\x24\x15\x8e\x6b\xe1\xb8\x16\xad\x7c\x71\x16\x3a\x21\x93\x6e\x51\x61\x91\x8a\x97\x13\x26\xdd\x8a\x7e\x41\x18\x99\x92\xbd\xe6\x59\xeb\xe0\xa8\x20\x82\xa2\xa7\x32\x5a\xdb\x4f\x74\x0a\x22\xcc\xe6\x44\xcb\xa4\xe4\x25\xfd\xda\x9c\x68\x99\x14\xbd\xe6\x59\x9b\xdc\x21\x93\xa2\x4e\x0e\xc5\xd2\x3a\xae\xd1\x29\x6a\x6b\x0f\x1a\x2d\x53\xa8\x2d\xce\x50\x5c\xc7\x65\x28\x45\xaf\xfe\xd6\x41\x86\x64\x52\xcc\x41\x50\x00\x2a\x82\xb2\xa0\x0a\x54\xdf\x1e\xc9\x44\xf7\x83\xc0\x1c\x82\x28\xe1\x6f\xa6\xe2\x4d\x5d\xb6\xaf\xa3\xd1\xbd\xe2\xda\xd7\x79\x42\xf7\xdb\x23\x6b\x4f\xf7\xa5\xec\xbc\x55\x25\x25\x73\x09\xdf\x54\x49\xfb\x76\xf2\x25\x73\xd6\xed\x5b\x99\x0b\x93\x54\xa1\xee\x5b\x44\xdc\x2a\x2a\x92\x79\xc2\xde\x14\x15\x98\xa4\xef\x16\x9b\xa2\x62\x2b\xef\xa6\xe4\xf3\xdd\xe4\xdd\x1d\x80\x7c\xe7\x37\x2a\xb5\xa3\x6f\x60\xd2\x87\x87\x1d\xb5\x81\x98\x72\x5d\x6a\x25\x11\xdc\xd2\xb2\xa4\xf7\xcd\x8d\x96\x61\x4a\xf4\x94\xb7\x4d\x39\x7c\x5b\xf7\xb5\x2b\xbe\x9c\xdb\x7a\x03\x6a\xea\xbe\x0a\xea\x82\xe8\x4b\x23\x22\x5c\x5b\x62\x93\x6a\xaa\x82\x36\xd0\xd6\x13\xb1\x09\x3a\x82\xc6\x25\xc8\x97\x30\x0d\x1c\x9f\x09\x3b\x09\x8a\x40\x55\xad\xd4\xbd\xc4\x06\x63\xfa\x00\xb6\xd3\xe8\x40\x5d\xad\x9a\xa0\x01\x24\x49\x0a\x40\x5a\xd5\xe4\x39\x3c\x55\xcf\x49\x3b\x29\x87\x63\xcc\xa2\x82\x10\xcf\x77\x9a\x8a\x5e\x9b\x96\x26\xd1\x2b\x15\x5b\x54\x5c\x93\xe8\xa7\xde\xbc\xbd\x16\xdb\x49\xf5\x35\xc6\x74\x75\xda\x69\x31\x21\x37\xa9\x36\xf5\xb5\x02\x90\xe6\x18\x81\x98\xa3\xb8\x59\x9b\xd6\x4b\xdc\xc4\x98\x45\x45\xaf\xab\xd3\x4e\x9e\x9a\x52\xd3\x91\x4b\x87\x69\x2b\xb5\x98\xd7\x88\x3b\x89\x88\x18\x0a\x9c\x9d\x0e\xd3\x16\x11\x1b\x71\x1d\x26\x44\x11\x67\xbe\x1d\x08\x3d\xc6\xcc\x75\x71\x67\x0e\x40\xf6\x22\x2e\xe9\x72\xbc\xb3\x8a\x38\x8c\xe9\x9b\xc3\xce\xd2\x9f\x9d\x5d\x73\x52\x8b\x40\x05\x48\x49\xc3\xeb\x81\x9d\xf5\x62\xbf\xb3\xa8\xd0\x5c\x63\x77\x86\x0a\x99\x22\xce\xc5\x79\x67\x8e\x89\x4c\xd2\x45\x66\x67\x8e\x49\x56\x5d\x67\x9e\x3e\x77\x1e\xc4\x25\xcd\x68\x84\xca\x31\x91\x31\xd3\x91\xcb\x83\x50\x87\xe2\x32\x20\xe2\x52\xe6\x32\x2d\x0e\x99\x6b\x67\x3f\x2d\xa9\x25\xc5\x35\x26\x90\x4e\x4e\x56\x5c\x9c\x9c\xac\x93\xd3\x92\xd6\x8b\x93\x23\x63\xb7\x88\x9c\x39\x39\x32\x49\x0f\x7f\x3b\x2b\x43\xec\x3c\x49\x9f\x8a\x7e\xb2\x12\x53\xfb\x28\x22\xe7\xd9\x81\x74\xdd\x79\x3a\xea\xf8\x66\x9d\x9c\x96\x35\x22\x27\x27\x73\x72\xb2\x26\xc4\xc9\xc9\x3a\x39\x4a\x40\x3b\x73\x72\x32\x27\x27\x6b\x8e\x9c\x9c\xec\x05\x61\x6a\x85\xbe\x98\xf6\x12\x87\x44\xf7\xbc\x08\x62\x69\x25\x8a\xd6\x7e\xb1\x12\xba\x1e\xde\x84\xba\x58\x89\xa5\x1d\x2a\x04\xc1\x0e\xa9\x6c\x34\x82\x50\xd9\x88\x49\x4d\x4c\xcb\x9b\xf3\xa5\xb2\xd1\x8a\xfa\xda\x4c\x68\x6b\x55\x2b\x8e\xac\xaa\xd2\x27\x22\x9a\x37\xab\xaa\x2a\xcb\xa4\x00\x79\x33\x47\x55\x59\xfa\xca\xb5\xf3\x66\x8e\xd2\xfe\x56\x69\xc5\x42\xab\xb8\x34\x26\xb4\x99\xf6\xd6\xda\x57\xba\x67\xda\x2a\x2e\x8d\x09\x6d\xa6\xed\x26\x3f\xa9\x80\x20\xe7\xad\x69\x57\x46\x64\xda\x2a\x41\x8d\xe8\x0f\xd3\x3e\x4c\x5b\x8e\x24\x0a\x19\xb3\xaa\x69\x93\x28\x64\x9e\x29\x20\x1f\xf6\x51\xb2\xdd\xaa\x82\x40\xb6\x65\xcc\x98\x10\xb2\x9d\xa9\x5d\x39\x98\x87\x69\x1f\x5d\x5b\xa5\xd1\xf9\x30\xed\xa3\xdd\x6e\x74\xcf\xb4\x75\xff\x33\xa2\x47\x3a\x54\x8b\xa5\xe6\xd7\xd6\x4d\x2d\x86\x31\xb2\x55\x41\x01\x8a\x6a\x8b\x26\x95\x2b\xaa\x2d\x30\x66\x0a\xb5\x40\xf7\xe2\x14\xcf\x97\x57\xa5\xbb\x90\x28\x64\xcc\xbc\x92\xdc\x85\x44\x51\xb8\xec\x3d\x47\x1c\x40\x43\x8e\xff\x87\x54\x5c\x54\xc7\x62\xa8\x3d\x77\x41\x46\x0a\x32\xd2\xa2\xa0\x0d\x74\xd4\xaf\x20\x7d\x63\xc5\x98\x29\x87\x17\xb2\x4d\xf1\x8b\x1f\x5f\xc3\x76\xd1\xc5\x0f\xc3\x37\xff\x5d\x26\x8e\x6e\xf2\x75\x6b\x26\x13\x47\x37\x45\xbf\x84\xd8\x65\xb2\x50\x4e\xfd\xac\xcf\x68\xbb\x40\x7d\x19\x33\x69\x7f\x99\x2c\x14\x6a\xd0\xe8\xab\x02\x75\x39\x2a\x2e\xa8\x5f\xb8\x1e\x4a\xe8\x29\x80\x31\x59\xf5\xe2\x2e\x93\x69\xab\xbe\x4e\x5e\x5e\xed\x42\x9a\x92\xc9\x57\xd0\xd6\x90\xa6\x8a\x72\x52\x62\x25\xc8\x49\xc5\x65\x24\xeb\x37\x02\xbb\x20\x23\x32\x96\x2e\x6d\xb3\x5e\x73\x76\x59\xea\x4b\x89\xb1\xac\x67\x5f\xba\x1e\x5e\xea\x1e\x9e\xab\x30\xcf\x97\x12\x10\x85\x39\xc6\xf4\xbd\x6a\x53\x98\x63\xf2\x25\x55\x2f\x30\x58\xc6\xd2\xad\xf5\x82\xc1\xc5\x4f\x77\xbe\xc4\xba\x72\x9e\x90\x93\xba\xb0\x84\x9c\x6e\x15\xf9\x7c\x74\xdc\x14\xf9\xbb\x6e\x39\x4a\xcb\x2a\x7d\x55\xee\x95\x52\xf5\x0a\xf5\xab\xd3\x35\xeb\xe9\x66\x57\xe8\x2a\x63\x49\x09\xa8\x42\xd7\xca\xab\x4b\xa5\x55\x00\xca\x72\x2c\x82\xe8\x5e\xac\x4b\xca\x49\x95\xb8\x64\xf2\xed\xb7\x96\x5d\x61\x9d\x0c\x97\xb5\x5d\x61\x9d\x4c\xbe\x9f\x23\x0e\x20\xed\x76\xca\x82\x26\xd0\x52\x2b\x13\xb4\x81\x74\x75\x52\xc5\xc6\x45\x66\x37\x7d\x15\xd7\xe3\xda\x6e\x10\x51\xc6\x92\x94\xa5\x91\x77\x9b\x28\x86\x84\x37\x38\x24\xc3\x9d\x6b\x37\x38\xd4\x26\xad\xd4\x17\x47\x4e\xc6\xf4\xf3\xab\xdd\x38\x72\x8d\x95\xd0\x76\x34\x56\x42\xa6\x20\x5c\x8d\x95\xd0\x05\x2b\xeb\xf3\xce\xe6\x82\xb5\xbb\x38\x14\x74\x00\xfa\x7c\x42\x5e\x40\xeb\x57\x51\xbb\xc3\xa1\xae\x2b\x5d\x90\x12\x77\x4e\x8e\x8c\xe9\x51\x79\x77\x4e\x8e\x3e\xa6\xe7\x78\xcb\x51\xb7\x16\x8c\xdd\x15\x08\x47\x85\x1a\x45\x98\x4e\xa8\x9d\x4d\x53\x8d\xd8\x09\xb5\xfb\xda\xe7\x18\x80\x26\x90\xa6\x2d\x55\xef\xd4\x4f\x32\x59\xbf\x11\xd9\x9d\xed\xe0\xc6\xa8\x67\xec\xcd\x8d\x71\x8f\xae\xb8\xa2\x09\x32\x20\x51\xa1\x02\x25\x20\xc5\xa5\x92\x6a\xb0\x69\x83\x4d\xab\x59\x50\x05\xaa\x6a\xd5\x04\x35\xa0\xa6\x56\x55\x50\x07\x52\xd5\xf0\xec\x5e\x87\x69\x78\x51\x93\xa3\x0e\xf9\xa0\x34\x1e\x43\xe7\xab\x01\x4d\x20\x57\x13\xbd\x48\xec\x41\x81\x23\x63\xa9\x69\x42\x7a\x17\xdb\x43\x9b\x16\x75\xbe\x06\x9b\x26\x63\xfa\x78\xbc\x07\x9b\x26\x63\x49\x8a\x39\x66\x04\x4a\x72\x54\xf4\x68\xe1\x90\xf0\xa5\x46\x5f\xcc\x51\x47\x4e\xf7\xb7\x3d\x38\x72\x83\x23\xd7\x70\x24\x2e\x49\x9a\xae\x74\x7b\x20\x69\xfa\xde\x60\x59\xb4\x1a\x54\x46\x32\x3c\x19\xec\x81\xa4\xe9\x7b\x43\xd6\x47\xed\x3d\x16\x23\xea\x5d\x4c\xaf\x08\x7b\x50\x06\xe9\x6a\xce\x37\xfd\xcd\xd5\x7c\xeb\x1e\x9e\xf5\xf3\xc4\xcd\x3d\x1c\x63\xf9\x36\x41\x05\xa8\x08\xca\x82\x2a\x50\x93\x23\x50\x07\xea\x6a\x55\x05\x0d\xa0\xad\x56\x40\x07\xe8\xa8\xb8\xf4\x09\x4d\xb2\xd5\x54\xd1\x9b\x03\x50\x00\x0a\xda\xed\x22\x28\x02\xf1\x06\x12\x04\x25\x20\xbd\x78\xe9\x06\x35\x07\xd1\x7b\xed\xcb\x4b\xc9\x9e\x83\x50\x55\x07\xeb\xa5\x64\x4f\xea\x60\x99\x6c\x21\xff\x75\x2a\x2e\xe9\x7f\x64\xe2\xc9\xb9\x92\xb1\x2c\xee\x4c\xae\x5c\xd3\xb3\x67\xe6\x62\x36\xc9\x9e\xfa\x79\x89\xe5\xa8\x10\x39\x31\x73\x2a\xea\x27\x44\xd4\x7a\x36\xcd\xe2\xce\xe4\xc4\xc8\x58\xd6\xa5\x65\x92\x3d\xa7\x1f\x9c\xcc\x2d\x6c\x4e\xa2\xa6\x70\x16\x2b\x26\xd9\x73\x2e\xba\x57\x10\x8b\xee\x17\xdd\xab\x15\x55\xf2\x5c\x7f\x29\xf1\x26\x95\xed\x5c\x7a\x2b\x12\x77\x26\x19\x6f\x7a\x96\xcb\x26\x21\x9e\x94\xb1\x32\x96\x95\xf1\x26\x65\xec\x54\x12\x34\x11\x65\x92\x04\x65\x2c\x1b\x8e\x04\xa1\x2c\xc5\x0d\x65\x92\xa5\xa6\xb2\x54\x36\x4d\x88\x2c\x35\xa5\x5b\xd4\x86\x13\xdd\x9a\x3c\x4f\x12\xea\x79\xb6\xd2\x66\xa9\x4a\x9e\x64\x16\x19\xcb\x1c\x22\x32\x8b\x9e\x8f\x32\x55\x32\xcf\x47\x7b\xe9\x59\x5e\xef\x61\x7b\x21\x52\xcb\x0b\xdc\xac\x9f\x89\xee\xc5\x53\x83\x4c\x8a\xca\x9e\x8b\x62\x57\xaf\x40\x99\x54\xc9\x2b\xd0\xde\x7e\x6d\xc8\x49\x17\x8d\xad\x37\x65\x4c\xa6\xc8\xda\x5c\x21\xf4\xe4\x93\x39\x6a\x3c\xf9\xec\x03\xe4\xcc\x3f\xbc\xb0\x9c\x8b\x5f\x6f\xf9\x12\x1e\xde\x4e\x8e\xde\x3b\x72\xf5\x09\x1d\xde\x3b\x4e\x90\x6e\x35\x5f\xd5\xa3\x87\xfc\xa7\x49\xc5\xcb\x94\xc3\x7b\xfe\xd1\x13\x6e\x6e\x7e\xd1\x38\x41\x8b\x83\x49\xa5\xa8\x95\x16\xe7\xe8\xed\xa4\x5c\x7e\x0a\x0f\x6f\x27\x27\x3a\xf7\xca\xe5\x47\xee\xc4\xf1\x84\x54\x0e\x78\xcd\x7a\xa2\x78\x78\x22\x8e\xae\x35\x87\xb7\x93\x63\xae\x0f\xfc\x66\xe2\x98\xf4\x01\x93\xcd\xb5\xf9\xe8\x1d\xe5\xf5\x98\x2f\x74\xb9\xfd\xf8\x1e\xd3\x42\x63\x72\xa6\x95\x16\xfa\xe8\x39\xa5\xe8\x07\x4f\x87\xe7\x94\x93\x80\x82\x07\xc1\x65\xfd\xe8\xda\x50\xf4\x33\xa6\xa3\xbb\xc3\xd3\x58\xf0\x7d\x3c\x5c\x21\x30\x25\xb6\x2a\x28\x03\x29\xd4\x48\xab\x02\xb4\xd5\xca\x21\x6e\x02\xa7\xb8\x64\xf0\x1b\x88\x53\x24\x19\x18\x0b\x06\xd4\x04\x4d\xb5\x8a\xbe\x43\x54\xb3\x18\x0b\x2e\xd7\xa7\x4c\x5a\xb9\x36\x17\xf3\x43\x7e\x28\x37\x31\xa6\x2c\x75\x28\x37\x8f\xca\xba\xa2\x5b\xfe\xa1\xac\x3b\xd5\xcf\x57\x31\x45\x5f\x75\xbe\x30\x25\x69\x6b\xab\xce\xd7\x51\x59\x57\x54\x3e\x1d\xca\x3a\x4c\xba\xaa\x1c\x0f\x7d\x3d\x7f\xcf\xe7\xad\x28\x9f\xce\xf3\x27\x7e\x9e\x17\x0f\x65\x0a\xa6\xe8\x57\x4a\xa7\xeb\x02\x84\x89\xc9\x59\x7b\xba\xbe\xbf\x1e\xd5\x24\x85\x4d\xa3\x26\xc1\x44\xd1\xfd\x74\x71\xfb\xa8\x42\x28\xc5\x39\x74\xa8\x10\xce\x00\x72\x3e\x1e\x92\xcd\x51\xea\x28\xfa\x19\xe0\x51\xfe\x78\x9a\x58\x6f\x5a\xe9\xf8\x8a\xc8\x45\xbf\x4f\x3a\x10\xf9\x88\x8f\xa5\xe5\xbf\xbe\x39\xf9\xff\xff\xb1\x7f\x7a\xf9\xf9\x8f\x92\xe6\x4f\x9f\x3f\xef\xf7\xaf\xfa\x13\x28\xfd\xdd\xd1\x63\xed\xf3\xe1\x7d\xff\xfc\xe7\x54\x9f\x3e\x7e\x72\x2f\xfd\xef\x3f\x03\x00\x00\xff\xff\x20\x11\x85\x20\x7a\x35\x00\x00"); -func _egec ()(*asset ,error ){_bagf ,_cdfc :=_gcef ();if _cdfc !=nil {return nil ,_cdfc ;};_afd :=bindataFileInfo {_b :"Adobe-GB1-UCS2",_ffe :229592,_ag :_ed .FileMode (436),_ac :_c .Unix (1580490562,0)};_cec :=&asset {_abe :_bagf ,_ece :_afd };return _cec ,nil ; -};func _fbc ()([]byte ,error ){return _g (_gac ,"Adobe-GB1-3")};var _agbb =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\x96\x4d\x6f\x1c\x37\x13\x84\xef\xf3\x2b\x78\xf4\x7b\x78\x23\x7e\x93\x0d\x2c\x16\x30\xa4\x08\x91\x03\xc7\x81\x15\x27\x01\x82\x1c\xe6\xa3\x47\x58\x20\x9a\x5d\xac\x56\x07\xff\xfb\xa0\xab\xd6\x4e\xe2\x83\x40\x6d\x4d\x75\x4f\xb3\xf9\x90\x9c\x9b\xdb\x87\xbb\x87\xed\x70\x71\x37\x3f\x9f\x8f\xf3\xa3\x5e\xdc\x7a\xd8\x96\xb3\xbe\x1c\x5f\xcf\xb3\xba\x49\x9f\x0e\xdb\x30\x84\xe8\x96\xc3\x7c\xf9\xf2\x13\xc3\xfc\x3c\x9e\x86\xc1\xe2\x1f\x3f\xbf\x5c\xf4\xf9\x61\x5b\x8f\x2e\xd1\xb7\xbc\x9e\xae\x5e\xe7\x6e\x3e\xea\xd3\xe1\xe5\x72\xfe\xec\xde\xbc\x5d\x8e\x93\xfe\xcf\x2d\xba\x9a\xfe\xe1\xbc\xe8\xf9\xb0\x3d\xb9\x37\xef\xc6\xd3\xb8\x85\xaf\x0f\x1e\x5f\x4f\xa7\xbf\xf4\x59\xb7\x8b\x0b\xd0\x74\x5b\x30\x0e\x37\xb7\xef\xc7\xd3\x4f\xe3\xb3\xba\x9b\x8f\x3f\x3e\xbe\xfb\xff\x0f\x90\xa1\xfe\xaa\xe7\x97\xc3\x71\x73\xc1\x7f\xe7\x7d\xfd\x47\xff\xe5\xf3\x49\xaf\x69\x86\x9b\x4f\x0f\x77\x1f\xd6\xf5\x45\x2f\x2e\x06\x4f\xcf\xef\x9f\x1e\xee\xdc\x1f\xc1\x05\xef\x62\x49\xa9\xff\x79\xb5\xfe\xf6\xfe\xb8\xa8\xa3\x69\xc8\x9c\xcd\x7c\x5c\xf4\xe5\x34\xce\x7a\x1e\xb7\x27\x1d\x9c\xdb\x79\xbf\x77\xce\xed\xba\xdf\xdb\xaf\x1e\xb2\xdf\xbb\x9d\xdc\xdf\xdf\xe2\xf7\x5b\x3e\xbd\xbb\xc7\xaf\xef\x3d\x9e\xde\xdf\xda\x53\xdd\x96\x6f\xb2\x0d\x81\x2f\xd9\x8e\x97\x45\x57\x6a\xc8\xbf\x0b\xeb\xde\xc5\x14\x2c\xe6\xdf\x0f\x87\xe0\xfd\xb5\xae\xc3\x72\xf5\x47\xf3\x37\xb5\xd7\x3a\x87\xa0\x2f\x45\xf5\x00\xb9\xa6\x64\x52\xa7\x34\xce\x26\x49\x35\x69\xea\x90\xa6\x75\xef\x5c\xcb\x08\x9c\x29\xcd\x0a\x49\x4c\x5a\x46\x48\xda\x4d\x2a\x08\x5c\x99\x6b\x6d\x26\x35\x04\xae\x33\xa5\x19\x92\x05\xc6\xbc\x9a\x14\x0b\x02\xbb\x37\xa9\x22\x30\x36\x31\x49\x20\xf5\x00\x49\xc6\xbd\x73\x3d\x58\xfa\x28\x0c\x5c\x83\x49\x39\x0e\xbb\x9e\x38\xa1\x84\x09\x49\x2c\x26\x71\x42\x49\xaa\x49\xbd\x9b\xc4\xc0\x34\xd5\xbd\x0b\x3e\x58\x5d\x69\xa2\xb4\x40\x4a\x16\x98\x99\x2b\x5b\x2d\xc1\x17\x2b\x35\x37\x4a\x96\x3e\x78\xb1\x37\x66\xa6\xcf\x12\xf6\x2e\x04\xdf\x4c\x62\x7a\x0c\x2d\x63\x8e\x79\xa4\xcb\x86\x96\x7b\x80\x14\x28\x05\x93\x84\x52\xa4\x14\x21\xa1\x88\x31\x51\x4a\x7b\xd7\x8a\x4f\x90\x32\xa5\x0c\x17\xd3\x17\x4a\x05\x2e\x14\x31\x56\x4a\xd5\xa4\xc8\xc0\x46\xa9\x99\x14\x98\xbe\x53\xea\x26\x25\x16\x21\x94\x04\x12\xd3\x8f\x94\x46\x54\xef\x21\x4d\x94\x26\x48\xe8\xc4\x38\x53\x9a\x51\x57\x86\xb4\x50\x5a\x20\x75\x48\x4a\x49\x51\x6a\x85\xc4\x7e\xd9\xd0\x8a\x47\xae\x89\xfd\xb2\xa1\x95\x80\x5c\x13\xfb\x65\x43\x2b\x09\x45\x4c\xec\x97\x0d\xad\x44\x06\xb2\x5f\x13\xfa\x95\xf0\xc6\x89\xfd\xb2\xa1\x95\xc2\x5c\xec\xd7\x84\x7e\x01\x80\x3c\xb1\x5f\x13\xfb\x85\xba\x26\xf6\x6b\x62\xbf\xd0\x09\x6e\x05\x0c\xad\x24\xe6\x62\xbf\x26\xf4\x2b\xb3\x08\xf6\xcb\x86\x56\x3c\x8b\x60\xbf\x6c\x68\x25\x62\x85\x26\xf6\xcb\x86\x56\x02\xdf\xc8\x7e\xd9\xd0\x0a\x29\x9c\xd8\xaf\x09\xfd\xca\x26\x75\xf2\xd5\x6d\x0f\x85\x00\xc8\x85\xac\x0a\xc0\x8c\x28\x55\x08\xa6\xc0\x15\xb1\x42\x23\x5d\x23\x5c\x19\x98\x8c\x74\x8d\x70\xe5\x66\x5d\x9d\xe8\x9a\xe0\x2a\xa0\x70\xa2\x6b\x82\xab\x16\x9b\xd0\x4c\xd7\x0c\x57\xeb\xc6\xd7\x4c\xd7\x0c\x57\xcf\x36\xa1\x85\xae\x05\x2e\xc1\x09\xb0\xd0\xb5\x98\x2b\x7a\xb4\x50\xe9\x52\x73\xc5\x80\x9d\xa6\x74\x29\x5c\x11\x4b\xbb\xd2\xb5\xc2\x95\xb2\x55\xbf\xd2\xb5\xc2\x95\x83\x1f\x76\xc2\x93\x54\x3c\x5c\x68\xa1\xf8\x4e\x09\xae\x62\x14\xca\xf5\x34\xc6\xc1\x17\x9b\xed\x0e\xe1\xc1\x27\x38\x99\x62\xeb\x75\xd8\x49\xa4\x2b\xc2\x25\x86\x89\x44\xba\x22\x5c\xd2\xf2\xb0\x13\x9e\x39\x82\x33\x27\x79\xdb\x8f\xc2\x33\x47\x92\xb9\x52\xa8\x71\xd8\x09\x4f\x13\xc1\xd1\x91\x62\x6f\x26\xd1\x95\xe1\x4a\xc5\xaa\x2f\x74\x15\xb8\x72\xb3\xea\x0b\x5d\x05\x2e\x10\x2d\x95\xae\x0a\x57\xad\x56\x7d\xa5\xab\xc2\xd5\x0c\x5f\x69\x74\x35\xb8\x7a\xb1\xea\x1b\x5d\x0d\x2e\xb1\x6d\x25\x9d\xae\xde\xe2\xde\x65\x6f\xdb\x5d\xc8\x97\x80\xaf\xec\xed\xf4\x15\xf2\x25\xe0\x2b\x87\x6e\x81\xe4\x4b\xc0\x57\x8e\xb6\x1c\x42\xbe\x04\x7c\xe5\xd4\x6c\xda\xe4\x4b\xc0\x57\xce\x58\x0e\xf2\x25\xe0\x2b\x97\x6a\xe9\xc9\x97\x80\xaf\x5c\xb1\x1c\xe4\x4b\xc0\x57\x6e\xd9\xa6\x4d\xbe\x04\x7c\xe5\x8e\xe5\x20\x5f\x02\xbe\xb2\x24\x9b\x36\xf9\x12\xf0\x95\x05\xcb\x41\xbe\x04\x7c\x95\x10\xad\x7a\xf2\x25\xe0\xab\x04\x2c\x07\xf9\x12\xf0\x55\x52\xb0\xea\xc9\x97\x80\xaf\x92\x6c\x39\x70\x8e\x2f\xeb\xf5\x16\x4d\xd6\x68\x25\x72\x0a\xe4\x4a\xf1\x1e\x37\xf8\x97\x7b\x77\x88\xf1\xdb\x9b\x58\x09\xa4\x02\xc8\x52\x6c\xfd\x94\x40\x2a\x80\x2c\xd5\x6e\x29\x25\x90\x0a\x20\x4b\xb3\xf5\x53\x02\xa9\x00\xb2\xf4\x66\x2f\x27\x90\x0a\x20\x8b\xd8\xfa\x29\x81\x54\x00\x59\x7d\xcd\x26\xd1\x05\x20\x6b\xb0\xe3\x47\x09\xa4\x02\xc8\x1a\x4b\x34\x89\x2e\x00\x59\x93\x5d\x10\x4a\x20\x15\x40\xd6\x9c\xbd\x49\x74\x01\xc8\x8a\x2b\x49\x09\xa4\x02\xc8\x5a\xa3\x55\x4f\x20\x15\x40\xd6\x6a\xd7\x9b\x12\x48\x05\x90\x15\x57\xb8\x12\x48\x05\x90\xb5\xdb\x55\xa9\x04\x52\xbb\xb9\x9a\xf7\x56\x7d\xa7\x0b\x40\x36\x5f\xad\x7a\x02\xa9\x00\xb2\x05\xbb\x89\x95\x40\x2a\x80\x6c\xb1\x58\xf5\x04\x52\x01\x64\x4b\x76\x71\x29\x81\xd4\x91\x77\x6c\xb6\xea\x47\xdc\xb1\x3a\xda\x85\xda\x63\xcf\xff\x59\x3f\xfb\xdf\x3e\x67\xbf\x7e\x5e\xce\xaf\xe7\xb3\x6e\x17\x7c\xcc\xe2\x33\xd2\xbe\x03\x0f\x9b\x7e\xfd\x30\x3e\x1d\x4f\x16\x85\xbf\xbf\x03\x00\x00\xff\xff\x88\xa2\x71\x91\x44\x0b\x00\x00"); -var _gag =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x44\xd2\x41\x8f\x95\x30\x10\x07\xf0\x3b\x9f\x62\x8e\xeb\x41\xa1\x40\xe9\x6e\x62\x4c\x14\x0e\x72\xd8\x5d\x23\xbe\xa7\x89\xf1\xc0\x6b\x07\xd2\x44\x4a\x53\xca\xe1\x7d\x7b\x33\x53\x64\x0f\x2f\xf3\xf8\x85\xf9\xa7\x33\x25\x6f\xfb\xae\x77\x36\x42\xfe\x2d\xac\x7a\xc0\x08\x93\x75\x26\xe0\xb6\xee\x41\x23\xdc\x70\xb6\x2e\xcb\x44\x09\xc6\xea\xf8\xff\x91\x8b\x5e\x46\x9f\x65\xf9\x17\xe9\xf5\xfb\xaf\xb0\x6f\x78\x40\xdb\x77\xc3\x7d\x8b\xb8\xf4\x6e\x5a\xa1\x4a\x8d\x66\xf7\x47\x33\x40\xfe\x1d\x67\xbb\xc5\x70\x87\x87\xcf\x66\xbd\xe1\x3b\x30\x38\x91\xbf\x06\x83\xc1\xba\x19\x1e\xda\x97\x41\x9c\x3c\xec\xde\xff\xc5\x05\x5d\x84\x82\x0d\x9d\xe1\x9a\xe5\xed\xf3\xe8\x5f\xc6\x05\x21\x1d\xe3\xca\xcc\x7a\xc5\xb0\xd9\xd5\x81\x28\x3e\x14\x45\xf3\xe6\x3f\xee\x1e\x41\x1c\xed\x97\xbe\x7b\x9d\xa6\x0d\x23\x3c\x15\x29\x3a\xff\x75\xe9\x3b\xf8\x2d\x40\x14\x50\xca\xea\xb1\xfa\x73\xbc\xfa\xf3\x79\x35\x67\xa3\x28\xd3\x30\xda\x9a\x30\xba\x19\xb3\x8f\xa3\xa8\x6f\x9f\xe0\x28\xa2\x6a\xea\x86\x4c\x8e\x6c\x54\x44\xa5\xea\x8a\x4d\x27\xd3\xc9\x24\x9b\x49\x86\x64\x05\x49\x23\x58\x9a\x92\xa4\x66\x91\x49\x1a\x92\x47\x96\xa7\x24\x94\x5e\x97\x2c\x29\xa7\xa1\x9c\x74\x02\x95\x72\x14\xe5\x48\x4e\x56\x29\x47\x51\x8e\xe4\x64\x95\x72\x14\xe5\x48\x4e\xc6\x8a\x85\x0a\xcd\xa2\x68\xe3\xe7\xac\xf4\x9f\x6e\xfa\xdc\xbd\xde\x43\x40\x17\xf9\x9e\x79\xc7\xb4\x24\xeb\xf0\xfc\x88\xfc\xea\xa9\x8b\x7f\xff\x02\x00\x00\xff\xff\x92\x04\xb5\xc7\x70\x02\x00\x00"); -func _gfcb ()(*asset ,error ){_aaecf ,_cfcbg :=_fdbf ();if _cfcbg !=nil {return nil ,_cfcbg ;};_dfafb :=bindataFileInfo {_b :"UniJIS2004-UTF16-V",_ffe :3434,_ag :_ed .FileMode (436),_ac :_c .Unix (1580492812,0)};_gfbec :=&asset {_abe :_aaecf ,_ece :_dfafb }; -return _gfbec ,nil ;};var _gege =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x84\xbd\x4b\xaf\x6e\xcd\x91\xa0\x35\xf7\xaf\xd8\xc3\x66\xd0\xd4\xca\x7b\xa6\x64\x1d\x09\xca\x58\xb8\xa5\x06\x44\x75\x01\x12\x62\xf0\xae\x5b\x61\x89\xfa\x6c\xd9\xae\x41\xfd\x7b\x94\xcf\x13\xe7\x73\x0b\x21\xed\x33\x39\x6b\xed\x77\xe5\x2d\x32\x32\xee\x19\xf1\x0f\xff\xf8\x87\xdf\xfd\xe1\x97\x3f\xfe\xed\xeb\x1f\xfe\x97\xbf\xfc\xe9\xfa\xa7\xe7\x6f\x5f\xef\x1f\x7f\xb9\xff\xf2\xfc\xf5\x4f\xff\xf6\x97\xeb\xf9\x3a\x9f\x7f\xf9\xe3\x2f\xbf\xf9\x4d\xca\x5f\xf7\x1f\xaf\xbf\xfd\x7c\xe5\xbf\xeb\x5f\x3f\x7f\xfe\xcd\x6f\x76\xfb\x7f\xfa\xf7\xbf\xfe\xed\xf9\xd7\x3f\xfc\xf2\xfe\xe9\xab\xf8\xdd\xfd\x6f\x7f\x8e\x6f\xbf\xbe\xfe\xe1\x7f\x7d\xfe\xe5\x8f\x7f\xfd\xdb\x5f\xfe\xfd\xeb\x3f\xfc\x77\xf7\x9f\xce\xe7\xbf\xf9\xba\x9f\x77\xff\xfd\x7f\xfe\xcb\xfd\xfc\xe5\x8f\xbf\xfc\xcb\xd7\x7f\xf8\x4f\x9f\x3f\x7f\x7e\x49\xbf\xfe\xf0\x4f\xff\xf6\xe7\x3f\xff\x3f\xcf\xbf\x3e\xbf\xfc\xed\x6b\xf0\xb7\xe7\x97\x9b\xff\x7f\xf3\x0f\xff\xf8\x9f\x3f\x7f\xfe\x9f\x3e\xff\xfa\x7c\xfd\xc3\x3f\xff\xf2\xc7\xff\xf4\x87\x7f\xca\xc7\x51\xff\xe3\x3f\xff\x97\xdf\xa7\xfe\x1f\xff\x47\x3e\xe1\x8b\xff\xed\xf9\xcb\x5f\xff\xf8\xa7\x5f\xbe\xd2\x7f\x7b\xe4\xf4\xf7\x3f\xff\x97\x7f\xff\xf3\xf3\x95\xa2\xa7\xff\xe3\x9f\xff\xf0\xbb\xaf\xff\x33\x7d\xa5\xe3\x2b\xb7\x9e\xd6\xff\x15\x7f\xff\xdf\xff\xf3\x9f\xee\xe7\xeb\xf0\xad\xb8\x8a\xeb\x4f\xf7\xf3\xd7\x3f\x7f\xae\xe7\x2f\x9f\x5f\xfe\xe5\xf9\xcd\xd7\xd7\x6f\x8f\xe3\x38\x7e\x7c\xed\x7f\xbf\xfd\xdd\xf8\xfd\xef\x7f\xec\xbf\xfd\x6e\x1e\xc7\xef\xfe\x71\xff\xfd\xb7\xbf\xfb\xef\x7f\xff\xfb\xdf\xfd\x3e\xfe\xfe\x3f\xfc\xfd\xdb\xdf\xf3\xb7\xe7\x97\xfb\xff\xd3\xe3\x6f\x92\x03\xfd\xf2\xa7\xbf\xdd\xcf\xeb\xdf\x62\x8c\xdf\x1e\x47\x7a\x7f\x7c\xa5\xdd\xea\xbf\xfe\xf9\x37\xe9\x38\x62\x76\x7f\xbc\xaf\xff\xfb\xf3\x97\xdd\xa0\x5d\x3f\xbe\xd6\xd8\x4f\x63\x3f\x2d\x9e\xee\x1f\x5f\xab\xf2\xf4\xfc\xf8\x4a\xc7\xb1\x1f\x3f\xc7\xee\x72\x3f\xd4\xfd\x37\x9a\x7c\xda\x8f\xaf\xee\x1f\xfb\x8f\xaf\x55\x78\x1a\x3f\xbe\x46\xb6\xc9\xfc\xf1\xd5\xab\x5f\xae\x1f\x5f\xa9\x65\x1e\x3f\x3f\xbe\x52\xf5\x83\x73\x77\xc5\x98\x9f\x6b\x7f\x60\x0f\xf7\x7e\xb4\xdb\x3d\x7e\x63\x2a\x9f\xbd\xa4\xcc\xb7\xe7\xf1\xe3\x6b\x38\x83\x33\xfd\xf8\xea\xce\xf5\xac\x7b\xb4\xc6\x63\xdb\xcd\xfc\xb6\xff\xf8\x1a\x63\xf2\x38\x7e\x7c\xa5\x64\xb3\xf9\xe3\x2b\x15\x9b\xed\x99\x75\xa6\x73\x32\x33\xff\xba\x67\x96\x99\xce\xc9\xc0\x7d\x3f\x5e\x7d\x37\xa3\xdf\x7b\xec\x81\x19\xed\xde\x9d\x55\xd6\x76\xef\x6f\x1b\x9d\x3d\xfb\x5b\xa7\xf3\xf2\x2d\x3d\xbc\x7c\xbb\xa7\x93\xf6\x56\xad\xd2\x3b\xcf\x89\xe7\xc4\x73\xde\x7d\x8c\xe6\x0f\x85\x97\xbe\x78\xa9\xbc\x94\xc1\x0b\x6b\x1c\x8c\x90\x8e\x6e\x1b\x3b\x1e\xbc\x0c\x7b\x9b\xbc\xcc\xc2\xcb\xf2\xc5\xde\x3e\x3f\xbe\xf2\x51\x8a\xbf\x9c\xbc\xb0\x43\xe9\xb8\xec\xcd\xcf\x6e\x7b\xf3\x97\xc7\xe9\xd8\xf5\xeb\x2f\x1b\x60\x29\x1d\x74\x90\xf9\x2c\x25\x7f\x61\x6e\x29\xb3\x36\x3a\x4b\x85\x67\x5b\x74\xc7\xf7\x65\x38\x3e\x93\x49\xce\x99\x4d\x49\xc9\x39\x0f\x7f\xf9\xec\xf6\xcb\x7e\xcf\x8d\xa5\xa0\x41\x4a\xce\x78\xda\x97\x33\x5e\x36\x7f\x1c\xc5\x26\xaf\xa3\xf0\x92\x9d\xb1\xd0\xcc\xc9\x5f\x00\x7a\xce\xfe\xe2\x8b\x40\x9f\xb6\x11\xe8\x8b\xf5\x67\x17\x00\x96\xa4\x0c\xd0\x67\xb2\xcd\x64\x6a\x4c\x20\xaf\xfd\x9c\x80\x4b\x66\xfa\xdd\x11\x4f\x9e\xfd\x7b\x4c\x12\x18\xe5\x98\x24\x5f\x95\x98\x24\x1b\x5b\x36\x58\x2b\x23\x14\xa7\x98\x59\x70\x29\xbe\xf8\x51\xcc\xd7\xcf\x62\xbe\x8c\x52\x9c\x2f\x47\x2f\x95\x00\xb8\x6d\xa6\x1d\x30\x7e\x11\xe0\x31\xfe\x47\xe8\xdb\x46\x24\xa9\xf6\x76\xf1\xe2\x26\x15\x41\xee\x02\x8a\x48\x52\xed\xc0\xd5\x64\xc0\x57\x63\x35\xb4\xa9\xac\x06\x48\xd6\x8d\xf2\x7e\x5f\x03\xe1\x19\xa3\xba\x96\xc1\x5a\x6a\x73\xf4\x02\x35\x0c\x0a\xf6\xff\x47\xd3\x52\x75\xa1\x62\x69\xf5\x34\x74\x76\xa9\x8a\x59\xc3\xa1\x96\xb3\xf1\x33\x4f\x43\x76\x28\x50\xcb\xfd\xaf\x9b\x2c\x16\x01\x50\x6f\xf6\x8c\xb5\xb4\xc3\x7e\xd9\x81\x16\x08\x0f\x34\x1b\xab\x61\xbc\xb6\x57\x53\x81\x4a\x73\x2d\xe2\x5e\x73\x5f\xba\xdf\xc7\xbe\xd8\x93\xfb\xe2\xfa\x5b\x1c\x04\xdb\xc4\x41\xb0\x37\xf7\xc5\xbd\x6c\xa7\x2f\xf6\x16\x47\x81\x25\xb6\x38\x0a\x4e\x26\xf6\x85\xf5\x36\x0f\x2f\xb4\x2a\xf5\xbd\x2f\xe2\x71\xdf\x07\x21\xd3\xb8\x4b\x88\x44\xd7\xee\xbe\x4c\x1a\x77\xd7\x22\x22\x74\xd7\xd2\xfc\x25\xce\x84\x6d\x5c\x4b\xf1\x33\xcf\x04\x4b\xe9\x9e\x09\x3f\xf2\x4c\x30\xf7\xee\x99\x70\x22\xb1\x0e\x7f\x88\x75\x00\xa2\xfe\xd0\x93\xcf\x2f\x3d\xb1\x53\x23\x76\xc4\x17\x77\x64\xb2\xbe\xe1\x69\x91\x56\x0e\x4f\x8b\xa3\x8c\xea\x31\xf0\x33\x31\xcc\x2d\x1d\xae\xc4\x65\x8d\xd8\x15\x3b\xd8\xa7\xc5\x93\x37\xdc\x13\x37\x7b\xb8\x27\xd2\xd0\x11\x7b\xe2\x67\x41\x50\x7d\xb9\x77\x73\x7b\xda\xe7\xde\x53\xb7\x36\xb0\x85\xce\x02\xd4\x53\x54\xbc\xb2\x2f\x4c\xe3\x02\xff\x84\xc2\x25\x14\xfc\xe8\xe5\xef\x80\xea\x3e\x80\x08\x0b\xba\x13\xdf\xd0\xf6\xce\xfc\x9d\x99\xde\x85\xbf\xfb\x5c\xf9\x3b\x23\xdf\x71\xc4\x98\xd1\x2d\x4f\x91\x3f\xdc\x02\x40\xe2\x73\x8b\x96\x52\xee\xdb\x53\x24\xf2\xdd\x82\x40\x6a\x7b\x07\xb9\x60\x9b\x6f\x41\xe0\x99\x7a\x1d\x47\x78\xbc\x48\x1b\x2c\x30\x6f\xaa\xb4\x2a\xcd\xb3\x07\x6c\x82\x3d\xb9\xb1\x92\x34\x79\x16\x24\x74\x95\x5b\x00\xcb\xaf\x58\x0b\x88\x9c\x3d\x62\x13\x6c\xcf\x8d\xb5\xcc\xc3\xaf\x24\xd5\xf1\xd9\xf4\x65\xf1\x02\x5e\x66\x3b\xfe\xf0\xec\xdf\xa5\x07\xb6\xbe\x1c\xfd\xe0\xe5\xf1\xc5\x41\x5e\x07\xa1\x49\x77\xf6\xec\x73\xee\x49\xe6\xc0\x88\x1e\x9e\xe9\x22\x3d\x3c\x13\xfa\x9e\xbb\xb3\x4c\x76\xe0\x2c\x41\xa0\xdc\x63\x96\x83\x17\x80\x3c\x67\xfb\x8e\x10\xe6\x38\x43\xcb\xde\x6f\xa7\xe7\x8b\xb4\x60\x39\x94\x13\x67\xa7\xb3\xa7\x68\x26\xc6\x8d\x53\x04\xc3\xcd\x43\xb8\x83\x5a\x79\x08\xf7\xc3\x36\x2e\x09\x9e\x93\xf7\x29\x5a\x15\xb6\x9a\x87\x2b\x9a\xbe\xb8\x08\x4e\x74\xf6\xe4\xcc\xc3\xce\x5c\x51\xb5\xb3\xd3\x5f\x6c\x13\x93\x76\x36\x31\x69\x7e\x99\xce\x13\x59\x26\xcf\x00\x30\xf3\x9c\xce\xf3\xf0\x05\x54\x87\x52\xe5\xe9\x34\x39\xba\x79\x3a\x1b\x0e\x47\x9e\xce\x06\x0e\x9a\xa7\xb3\x29\x7e\xe6\x39\x46\x7a\xcb\xf3\x62\x69\x7e\xe5\xcc\x5c\xe7\x14\x0f\x92\xc3\x08\x4e\xe4\x8f\xbc\x9c\x26\xe7\x34\x2f\xa7\xe9\x6c\x16\x07\x52\xfc\x5c\xce\x4c\xfc\x5e\xe2\x04\xe4\x31\xaf\xd8\x79\x3b\x73\x9a\xcb\x36\x22\xe2\xb2\x33\x67\x93\xfc\x25\x26\x00\x38\x3f\x31\x26\x1d\x7c\xe2\xe8\x00\xb4\xd3\xa9\x41\x4e\xf2\xe9\x2f\xee\xf4\x29\xee\xb9\xe8\x2d\x0a\x8b\x41\xe7\x5e\x3e\x7f\xbb\xec\xd4\x9d\x40\x2a\x16\x74\x97\xcc\x16\x02\x92\x2f\xa7\x5e\x6d\xb1\x7e\x8a\xef\xf9\xda\xf0\x15\x95\xaf\xf3\xc7\x17\x44\x35\x5f\xae\x06\x62\x91\xa5\x61\xa2\xc3\x1d\xf3\xa7\xff\x9f\x94\xc7\x97\x90\x66\x01\x00\x94\x47\x0c\xbe\x83\xf4\x32\xee\xa6\x3b\x2e\xea\x96\x87\x34\xbf\x71\xc3\xe0\x6d\x65\x4b\xe2\xcc\xa2\x6c\x71\x7b\xf9\x54\x7f\xce\xb7\x6c\x49\x3b\x43\x14\xca\xf1\xeb\x28\x65\x4b\xcc\xa9\xf8\xed\x9e\x7b\xb1\xab\xfb\xef\x6b\x2e\x0a\xc8\x13\xe6\x52\x92\x58\x05\xfb\x2e\xca\xab\x13\x09\xa5\x28\x61\x4e\x58\x60\x51\xc2\x9c\xcd\x97\xf1\x53\x4d\x29\x19\x8d\x85\x6e\xb3\x58\xe0\x8c\x73\x74\xeb\x2f\x76\x8b\xe0\x5e\xb2\xa3\xc3\x0e\x4b\x71\xaf\x91\xc2\xcb\x16\x1e\x61\x72\x45\x61\x71\xa2\x2a\x94\x82\x76\xc3\xc0\x25\x86\x60\xe6\xc5\x5e\x87\x2f\x2e\xd0\xe6\x41\xd7\xe0\xab\x65\xc2\x30\x2b\x1b\x5b\x26\xd2\xa1\x24\xb3\xcc\xc7\x17\xe0\x36\x5f\x5f\x68\xb3\x10\x08\x3d\x04\xe5\xf3\xf1\x17\x5f\x4e\x5f\x18\xe7\x8c\xcf\x68\x03\x47\xec\x39\xe7\xef\xc8\x5f\xb9\xec\x10\xd4\x2f\x97\x1d\x42\x4f\xcb\xe5\x8c\xdc\xa6\x8d\x6d\x29\x1f\x9c\xd7\x02\xba\xe5\x63\xf9\x4b\xf3\x85\x36\xa0\x55\x3e\x40\x8f\xba\x15\xb6\x74\xb0\x05\x15\xe1\xef\xe0\x88\xbc\x30\xcd\x9c\x36\x4e\xa6\x87\xf3\x52\xf6\x21\x49\xcf\x09\x97\xdb\xbc\x21\xbd\x03\xf4\xde\x47\x3a\xbd\x43\xc6\xe6\xdf\xa1\x08\x7b\xc9\xe9\x1d\xd0\xad\x0d\xb2\x7c\x6c\x8d\x30\x6f\xb0\xe4\x63\x23\x68\xf7\xaf\x5b\xe3\xea\x5b\x4e\xcc\x07\xfa\x56\xe5\x69\x03\x27\x1e\xcb\xdf\x1f\x6b\xec\x6c\x3e\xd2\x56\xd9\x3b\x7d\x6d\x05\xac\x6f\xf4\xc8\xc7\xd6\xb8\x96\xbf\x2f\xcf\x78\x3e\x40\xd8\x3d\xc9\x7c\x80\xae\x87\xbf\xef\xfd\xcf\x8e\xfa\xb0\xd6\xfd\x98\x19\x76\xf1\xc8\x00\x3e\x32\x00\xcd\x36\xfe\xa1\x43\xe6\x63\x6b\x11\xc8\x0e\xf9\x00\xb3\x72\x4a\xf4\x51\x9e\x38\x66\xf9\x28\xa2\x6e\xa5\x97\xea\x7e\x4f\x1a\xa3\x11\x1c\x34\xae\xcb\xc6\xfc\x9d\x3d\xe8\x79\xd2\xd3\x66\xdd\x63\xba\x9e\x2d\x01\x0f\x08\x55\x3e\x80\x7b\x19\x3e\x33\xc4\x72\x51\x1f\x36\xaa\xd1\x2d\x64\xa2\xa3\x4c\xe5\x03\x32\x91\x8e\x8d\xac\x19\x85\x3d\xa5\xd9\x7c\x29\x3f\xbe\xc6\x66\x85\x59\x4d\x3c\x71\xea\x32\x2a\xf6\x2c\x87\xdf\x7c\x78\xae\x3c\xbf\x62\xcf\x9e\x2d\x6a\xf0\x3c\x32\x1f\xed\x5d\x18\xdd\x9e\xb6\x16\x3a\x0f\x07\x40\x09\x65\x16\x28\x9a\xab\xc4\x9f\xa1\xb0\x2d\xf9\xb2\x41\xb9\x0f\x6f\xfe\xa9\x42\xb2\x9d\xaa\x7d\xf9\x98\xcc\x68\xc3\x7b\x96\xcd\x4e\x33\x4a\xcb\x42\x33\xce\xe8\x2c\x0b\x06\x9c\x51\x59\x16\x4c\x2a\xff\xd4\x4d\x32\x0d\x36\x98\x66\xd9\x5c\x3e\xa7\xcd\x24\x17\x12\x75\x46\x5c\x45\x98\xcb\x88\xab\x68\x7e\x39\xc1\xc6\x72\x3e\x98\xd1\x66\x0b\xb3\x1c\xfc\x70\x9d\xfe\x40\x9f\x90\xfa\x9c\x1d\xcd\xc3\x97\x9d\xc6\x96\x51\x91\x9f\x33\x62\x29\xb4\x3a\xa7\x67\x77\x74\x24\x9f\x07\xcf\x7c\xf2\x4c\x9e\x01\xef\xb3\x78\x66\xe0\x2d\x5d\xce\xc2\x37\x79\xef\x19\x72\x77\xce\x07\x9d\x2f\x1e\xf7\x94\x81\x67\x66\xf3\x72\x9a\x7e\x12\x8a\xe3\xe0\x65\xec\x8d\x39\x78\x9c\x3f\xbe\xd0\x9b\x72\xd6\x84\x52\x37\xbd\xcd\xf9\xf0\x88\x2c\x7f\xd9\x9b\x51\x1d\x55\xa5\x17\xd4\xcf\xfb\x70\x8e\xce\x66\xe7\x7d\x3c\xfb\xe6\xcb\x39\x73\x3c\x73\x4a\xf3\x1b\x32\x96\x33\x16\x90\xc4\x9c\xf6\x99\x44\x1d\xcc\x79\x1f\xc4\xe1\x4c\xf7\x41\x1c\x87\xbd\xbe\x0c\xc6\x2a\x33\x6b\x67\xa2\x9b\x65\xa0\x1f\xe6\xbc\x19\x06\xba\x79\xce\xf9\xfe\xf1\x35\xd3\xa2\xbb\x8d\x3f\xa3\x67\xc0\xb0\xb9\xc2\x38\x7c\x6c\xfb\xcf\x34\xe4\xb0\xb2\x4f\xb9\x30\x36\x3d\x57\x97\x01\x9d\xc8\x15\xd4\x69\x6c\x73\x56\xd7\x6e\x9c\x30\x64\x76\x94\xfa\x8c\x64\xdc\x39\x9c\xc8\xc5\x18\x93\x72\x56\xd9\x6c\x1c\x1c\x25\xa0\x9c\x26\x1f\xad\x20\xa9\x0c\xb7\x86\x2f\x2c\x10\xd9\x28\xa7\xc9\x70\xeb\xf1\x40\xf3\x19\xc6\xca\x9c\x26\xbd\x7d\xf6\x1a\x1a\x1f\x9d\x80\xa7\x30\xd9\x4b\x64\x05\x2a\x05\x9b\xd9\x06\xf5\x7e\x49\x60\x0a\x7f\x0f\x53\x14\xe7\xb0\x2c\xb0\x18\xd5\x3e\x97\x25\xed\x62\x07\x0a\x12\xd7\xcf\x97\x18\x7c\x33\x97\x5c\x10\xbf\x32\xe6\xcc\x5c\x10\xbf\x7e\xfd\xac\xfd\xd7\x2f\x2e\x12\x4c\x85\x11\xfe\xfa\xcb\x66\x55\xa9\xe7\xb1\x07\xad\xb9\xf8\xb2\x01\x59\x9f\x4d\x5e\x50\x44\x73\x7d\x5f\xd4\x47\x90\xa0\xed\x53\x3e\x33\x43\xb6\xad\xa1\xcc\xcc\x99\x6a\x1b\xdc\x33\x33\x46\xeb\x34\xe6\x80\xb5\x2d\xff\xcf\xbc\xc5\x94\xdc\x06\x6d\xa1\xbc\x6d\x1f\xf8\x99\x2b\xdf\x4f\xbe\x67\xe9\x6d\xcb\xc4\x33\x83\xea\x6d\x33\xfa\x99\x39\x1b\x6d\x8b\xc4\x33\x57\xfa\x99\x8c\x5b\xec\x87\xfe\xe1\x3f\x6d\x03\x67\x80\x9f\x6d\x83\x46\xc8\xb6\x0d\x98\x79\x40\xd4\x9a\xab\x8f\xa6\x1f\x09\xc7\x16\xae\x72\x3b\x25\xf2\x50\xe3\x76\x42\x81\x18\xf7\x84\x02\x31\xec\x29\x1c\x97\x9f\x48\x2c\xfc\xe1\xda\xdf\x30\xfd\xcd\x8a\x47\x61\xf6\x97\x5b\xb5\x58\xe2\x05\xf5\x85\x60\xb5\x4d\xbc\x24\x81\xed\xc2\xa0\xdd\x79\x04\x20\x76\xa8\x70\x51\xa0\xbe\x6d\xd3\xb7\x91\xe9\x1d\xea\x76\xb4\xc3\xfe\xf7\xa9\xe2\xe8\xb7\xad\xa3\x0f\x36\xab\x3d\x15\x78\xb3\xf2\xa7\xf1\xcc\x48\x98\x8c\x73\x6c\xd0\xb3\xbf\x1f\x4c\xe6\x0d\x20\x30\x87\x57\xea\x09\x34\xfb\xa6\x5e\x03\x6e\xdc\x0f\x66\x9c\x78\x7c\x60\x23\xfb\xf3\x9e\xd8\x07\xf0\xba\x27\xf6\xc1\xcf\x2b\x36\x74\x3e\xd9\x0c\x76\x70\xf0\x7a\x67\xf7\x21\xa3\x1d\x6c\x39\xa0\x3b\xbd\xbb\x3f\xf4\xd2\x0b\xdf\x14\x9e\x2b\x7f\x67\x2e\x9d\x95\xa4\xef\xc4\xb2\xdc\xb7\x9a\x3b\x33\x74\xbb\x77\xb7\x88\x79\x6c\x94\xc4\x66\x9c\x7b\x3f\xd9\x69\xa8\x4d\xef\x9e\xb4\x78\xd9\x9b\x37\x6c\xcb\xc9\x48\xcb\x59\x01\x2e\x26\x15\xe7\x0f\x56\xdb\x03\x9b\x9a\xbf\x08\x48\x28\x7f\xdf\x68\xb0\xc5\x39\x16\x78\x3e\x52\x72\x5e\x82\x5b\x81\x2d\xe3\xf0\xcc\x42\xf0\x47\x8a\xf3\x77\xf0\x62\xd7\xe0\xfe\x40\x64\xc9\x18\x73\xf2\xa8\x32\x35\x70\x7b\xb4\xd8\x55\x7e\x19\x9e\x53\x16\x3f\x3e\x9c\x47\x36\x61\x9c\xaf\xb3\xd9\x4d\x16\x2e\x87\x9e\x39\xcd\x0b\x35\x2a\x67\x10\xf6\x64\xcc\x74\x80\x0a\x27\xba\x42\xf6\xb0\x9e\xd9\x61\xa0\xec\x27\x2a\x42\xf6\x48\x9f\xdd\xd9\x24\x5f\x92\x2f\xf4\x06\xd1\xcd\xee\xf7\xb9\xda\xaf\xb3\x39\x7f\x92\xd9\xdd\xe4\x61\x35\xad\xb1\x49\xcf\xc4\xa2\xa9\x80\xf3\xcc\x86\x5c\xd9\xfc\x65\x60\xcf\x8d\x5f\x16\x9f\xc5\x2f\x27\xbf\x30\x81\x67\x13\x86\x9a\x39\x65\x0f\x9a\x72\x95\x99\x3e\x5b\x17\xa8\xbd\xfa\x9c\x7f\x7c\x15\xf9\xc5\xb3\xe5\x8b\xaa\x80\xf1\x6c\x01\xa3\x7a\x2a\x1e\xd5\xe4\x02\xf3\x7d\x96\xde\x16\x88\xc0\xc3\xec\xcb\x6c\x36\xc7\xe3\xd2\xba\x9f\xad\x1f\x5f\xed\x68\xb6\x3f\xf7\xf3\xf4\x79\x6f\xff\x40\x63\xce\xcf\x26\xe6\xa5\x43\xf6\x9e\x8d\x4b\x45\xbc\x7a\x3e\x2c\x1d\xe5\x36\x3f\x78\xc1\x1a\x36\xb7\xfc\x40\xbd\x6b\x02\x95\x9e\x0f\x03\x2a\x27\x3d\xf8\xbd\x8a\x04\xef\x01\x17\xcb\x82\x38\x3d\xe0\x62\x5d\xcb\x5f\x36\x8a\xaf\xe4\xf4\xf1\x7f\xd5\x25\x20\xf1\x80\x95\xc5\xa1\x7d\x20\x80\xed\xe0\x24\x3c\x68\xec\x3f\x3b\x38\x99\x9b\x7c\xf1\x41\x7d\xaf\xc7\x60\x6e\xf8\xb7\xea\x11\x9f\xa9\xa9\x82\x24\xa8\x24\xa9\x04\xc4\xd1\xe8\x17\xf4\xf4\xd1\xe6\xa8\xee\xf0\x5c\x05\x60\x82\xf2\xcf\xe6\x99\xb9\x83\xa4\x8f\xce\xb0\x8e\x5c\xfe\xa0\xd3\x17\x65\xee\x47\x5d\x1e\xfb\x62\x7e\x2e\xbd\x79\xd3\xce\x90\xba\xb3\x1b\xbb\x55\xad\x72\x08\x9a\x9b\x21\x3d\x99\x8f\x96\xc7\x9f\x5f\x0d\x67\xe9\x2f\x73\x8f\xdf\xe9\x0b\x41\xbd\x4c\xd7\x82\xa0\x5e\xd4\x18\x1e\xbc\x70\x05\x93\x41\x7e\x36\xb1\x4d\xdd\xb5\x6c\x89\xb1\x14\x77\xe6\x61\x67\xa0\xd9\xcf\x73\xd2\x2d\x80\x78\x30\xcf\x56\xff\xbe\x31\x61\x21\x6f\x3d\x2f\x6a\x08\x2c\xea\x3d\xd4\x18\x0f\x9e\xf7\x21\x96\x0d\xbc\x9b\x56\x54\x34\xc4\xfc\x6e\x19\xb3\x6e\x82\xf2\x0d\x39\x7c\xb1\x34\xe0\x86\xcb\xef\xa6\xe7\x35\xc1\x3b\xde\x4d\xd0\x4b\x1e\x76\x36\xf6\xdf\x93\x03\x6e\x18\x34\xce\xc0\xbb\xa5\xd1\x9a\x11\xb1\xde\x2d\x8c\x96\x8c\x98\xf4\x6e\x59\xb4\x94\x65\x3f\xd7\xfe\x26\xf9\xfd\xbd\x9f\xe1\x6b\xef\xc1\x41\x8c\x71\xdf\xfd\xcc\xa2\xdf\xad\x57\x56\xc5\xa2\x77\xcb\xae\x25\x75\xff\xbe\xcf\xe4\xe2\xb8\xbd\x9b\x0e\xd6\x0c\xdb\x7c\xb7\x02\x53\xd5\x2f\x5e\xdc\x78\xc5\x39\x6f\xd1\xa9\x0c\xe7\xb6\x45\xd8\x5a\xa0\x20\xef\x26\x61\xb5\x64\xfb\x39\x79\xf6\x9b\x6b\x7f\x5f\xfd\x66\xef\xed\x42\x8b\x7c\x37\x07\xab\xb5\xf9\xbc\x37\x24\x41\x55\x5e\xfc\x77\x19\x31\xf5\xdd\x72\x51\x99\x20\xfc\x9b\x37\x8e\x62\x72\xcc\xef\xa6\x90\x59\x2d\xfa\xc5\x5d\x17\xb0\xda\x5a\x54\xed\x1c\xaa\x37\x83\x53\x60\xfe\xbb\xe9\x66\xae\xcd\x3e\x3f\xbf\xd2\xa3\x77\x2b\x5a\xb5\x0b\x93\xbc\xe1\xe9\x19\x78\xb7\x04\x9d\xd3\x70\xac\x3d\xcf\xe1\x1a\xb1\xbd\x2c\xf7\x08\xd3\xcb\x82\x47\xbe\x78\xf0\x30\x5f\xe5\xb7\x78\xca\xfc\xe6\xef\x34\xee\x2d\xd0\x38\xb8\xca\xbb\xc5\xef\xaa\x84\xfc\x96\xce\x33\x6b\x29\x83\x67\xfb\xd9\xf4\xa6\x73\x72\x5e\xec\x36\xb5\x09\xdc\xb2\x17\x80\xe7\x37\xbf\x5b\x09\xac\x38\x31\xf3\x8b\xe7\xae\xb9\xc8\x2d\xc9\xd7\x05\xdd\x79\xf1\xdb\xad\x68\xbb\xd9\x11\xde\xb0\xfc\xe2\xb5\xcb\x62\x7e\x4d\x10\x50\x06\xde\x72\x43\x69\x22\xd9\x56\x03\x8a\x92\xf1\x8b\x8e\x8e\x6b\x2a\xbf\x5b\x23\x28\xda\x1b\xde\xda\x21\xb8\xb6\x1d\x20\x2b\x73\xd8\x8a\x42\x4b\xc5\x7e\xf6\x02\xb0\x3b\xe5\xb7\x6e\x84\xc6\x10\x9d\xdf\xba\xa9\xe5\x6c\xf6\xbf\xe7\x9f\x9d\x67\xbd\x7f\x7c\x35\x1c\x16\xf9\xad\xcf\x7e\xee\x7e\xff\xf2\xcc\x58\x5b\x1c\x2e\x15\x5e\xf8\x6e\xa5\xb7\x4c\x91\xb5\xa1\x61\x43\x01\xde\x56\xf6\xf7\x22\x50\x83\xc8\x1d\xfe\x1d\x0e\xe7\x7c\x36\x23\x2f\x07\x54\xe2\x6d\x7b\xfe\xcd\x4d\x6a\x7b\xfe\x5d\x44\x6c\x8b\x67\xbf\xd9\xf3\xef\x6e\x7c\xdb\x02\xa2\x94\xe4\xc5\x83\xd0\xa5\x18\x38\xe8\xe6\xb4\x7f\xe0\x1f\xfd\xbc\x20\x0a\x30\x91\x7f\x43\x00\x5f\x2d\x6e\x7e\xa3\xca\x84\x68\xfc\x6e\xa1\x2c\xf7\xe6\xf7\x75\xaf\x11\x82\xff\x6e\xa1\xac\x60\x42\xcc\xef\x96\xbb\x4a\x15\x29\xf1\x2e\x54\x49\xe4\xdb\xf7\x02\x02\x51\xfa\xda\x94\x43\xc0\x6d\x81\xac\x54\x81\xbe\x25\xb2\x9c\xc6\xb7\xd2\xdd\xbb\xa5\xb5\x32\x3d\x06\x5b\x58\x2b\x23\x46\x7c\xf6\xdf\x8b\x7f\xdf\xd8\xd5\x61\xfb\x18\xc3\xb6\x52\xc8\x33\x76\xac\x85\x6c\x89\x35\x2c\x15\xf1\x1d\x6f\x83\x72\xc6\x3b\xf6\xf2\x96\xb3\xc2\x63\xb7\x04\xe5\xd8\xcb\x0b\xd0\xe3\xaf\x0b\x3a\xa7\xdb\x01\x76\xfe\x8e\xf5\xe3\xab\x07\x3d\x1b\x7b\x75\xeb\xb0\xad\x12\x9f\xdf\xef\xf3\x7d\x88\xb2\xfa\xea\xe2\xf9\xf9\xf1\xd5\x33\x5c\xf9\xdd\x62\x5c\x96\x41\xbd\x73\xeb\xb3\xd1\x76\x26\xd0\x9a\xef\xe7\x46\xaf\x26\x0d\xdb\x52\x53\xce\x8e\x3b\x2b\xce\x56\xdb\x22\xc1\xa1\xd0\xbc\xd8\x4f\xfb\xb2\x9f\x3d\x7f\x95\x8e\x77\x6e\xfa\x14\x28\x38\x71\xb6\x45\xff\x5b\x01\x09\x14\xdc\x12\x56\x2f\xd2\xb3\xad\x91\xf5\xd8\xe6\xad\x91\xe5\xe5\x91\xc3\x47\x31\x3d\xba\x1a\x61\xfd\x7e\x69\xd6\xe2\xfb\x95\x7e\x7c\xf5\xee\x7c\xf0\x48\x06\x1d\xc5\x25\x59\xa5\x31\x18\x79\x34\x9c\xbd\x0b\xf8\x7b\x14\xb7\x08\x56\xd2\xf2\xef\xe3\xc7\x57\xd7\x18\xf2\x6e\x01\xac\x0f\xd1\x17\x07\x46\x95\xe6\xad\x3d\x7f\xc5\x87\x77\xcb\x62\x79\x46\x9f\xfb\x78\xe3\x90\xcb\xef\xba\xe1\x75\xec\xdd\x96\xd1\x72\x71\x7f\xb7\x88\x96\x9b\x7c\x66\x8b\x68\x79\x49\x26\x74\x76\x24\x51\x79\x2b\x95\x65\xda\x78\xcb\x6e\x25\x18\xdc\x16\xdd\x4a\x95\xe9\x6c\x25\xbc\x2c\x8f\x01\x52\x9c\xc6\xa2\xf7\x33\x7e\x95\x4d\xde\x2d\xd0\x95\xe9\x06\x6f\x79\xae\x34\x69\xc9\x16\xe7\x46\x12\x59\xb7\x34\x37\x92\x34\xf2\xa3\x86\x66\xdb\xad\x12\x77\x25\x82\x2d\xca\x95\x2a\x12\x7c\x5e\xe8\x10\xfd\xe0\x87\xa9\x22\xd9\x96\xf0\x46\x12\xa1\xd1\x70\x13\xb2\xe7\x8b\x7c\x57\x64\x10\x67\x05\xd1\x99\xcf\xb9\xe7\xdf\xa2\x2d\xe7\x5b\xfa\xb7\x45\xc0\xdc\x5c\xef\x09\x02\xb9\xa9\xa7\xde\x5a\x9f\xf7\x01\x08\xc1\xe3\xc4\x3a\x2e\x42\x9f\x11\xd9\xc1\xf3\x8d\x1e\xec\x33\xca\x2c\x32\xf2\x8b\xb8\xa8\x54\xf5\x6a\x90\x97\xb7\x6c\x69\xb1\x1c\x32\xd3\x2d\x2c\x8e\x1a\xdf\xe8\x43\x61\xce\xe8\xd6\x35\xfb\xfd\x86\xb3\xe2\xf1\x8b\xa2\x53\x14\xc9\x5e\xfc\x45\x5d\x0c\x52\xd5\x16\xfb\xd0\xb4\xab\x5c\x79\xcb\x99\xa3\x4a\xfc\xb7\x98\x59\x42\x72\xc2\x64\xb2\x24\x8c\x5b\xe2\xcc\xda\xc9\xde\x1b\x46\x20\xd6\xdc\x05\xd1\xae\x7f\x43\xcf\x8a\x16\xf7\x3d\x76\x39\xb6\xa4\x36\xcb\xc6\xd2\x82\xa1\x1d\x3f\x77\xc1\xd0\x0e\xbb\x2b\x18\xca\x7b\xf7\xaf\xd8\xc8\xe2\x63\x2d\xe5\xc3\x6f\xb0\x41\x6d\x05\xa8\x1c\x5b\x86\x99\xb0\xd3\x82\x89\x7c\x2b\x63\xbe\x60\xf3\xdc\x0a\x45\xc1\x60\xbe\xf5\xdf\xce\xcb\xa5\xd2\x5b\x79\xb9\xed\x97\xbe\xc2\x06\xb5\x89\x43\x31\x5a\x4f\x6a\x55\x8e\x17\xea\x40\xbf\x2f\x13\x64\x1e\x98\x8c\x3a\xa6\x92\x92\xf7\xe0\x33\x6d\xe2\x53\xf2\x16\x46\x26\xbc\xbc\x60\x0a\x9c\x44\xe9\x14\x6c\x81\x93\xe0\xb5\x92\x99\x1f\x21\x3b\x05\xa7\xfd\x44\x10\x2b\x79\x0b\x23\x93\x60\xb8\x92\xb7\x30\x32\x7a\x3e\x78\xfe\xec\xbf\x37\xfb\x39\xf9\x66\xf1\x7c\xf1\x6c\x5b\xcc\x91\xc5\xbf\x3f\xfc\xbd\xf3\xfc\xf2\x4c\x3f\x95\x79\x36\x9f\x55\x9f\x99\xff\x96\x45\x26\xe1\x76\x05\x93\xe4\xc4\xdd\x51\x72\xf8\x0b\x16\x2f\x0d\x8b\xc6\x62\x12\x50\xbd\xa3\x0e\x5f\xf6\x0f\xa9\xfb\x4c\x4f\x80\x28\x2f\x7a\xea\xac\x66\x01\x89\xc6\x8c\x50\x3d\x8f\x2a\xe8\x16\xa0\xe8\x3e\x0f\x7f\xb0\x05\xb0\x60\x73\xf1\xdc\x4e\x64\x8d\x92\x37\xe1\x4b\x47\x9d\x2c\x14\x9b\xe2\x51\xa7\x5f\x5d\x36\x07\x1c\x9b\xf6\xcd\x92\xfc\x0a\x70\xc4\xcc\x5f\x67\xce\x0f\x58\x14\x8f\xea\x2f\x28\xa8\x47\x5d\xcc\x7d\x53\xaa\x89\x41\xb1\xe4\x8f\xd0\x67\xb7\x3e\x40\xbf\xd9\x1a\xe8\x77\x66\x05\xa5\x22\x02\xb3\xe4\x0f\xc3\x75\xdb\x02\x7d\x0e\x00\x1e\xe3\x49\x18\x67\xc9\x2f\x12\xa2\xb8\x8b\x07\x75\x1e\xd5\x67\x9c\x1b\xa0\x80\x5e\xd4\x84\x77\xb2\xe0\x47\x9d\xd0\xe6\x52\x08\x58\x4c\x73\x4b\xce\x45\xe3\x6b\x9a\x60\x6e\x21\x60\x31\xe1\x27\x2d\x05\x6b\x7b\x9a\x5b\x4e\x2c\x3a\x5f\xd3\x9c\xf6\x7c\xfa\x62\xcf\x97\x2f\x8e\x7f\x63\xe7\xdf\x13\x2e\x09\x2f\x82\x1f\xa5\xc6\xbc\x18\x24\x71\xbc\x40\xb5\x92\x1c\x7d\xf9\x11\x3e\x05\x70\xad\x68\x77\x47\xa7\x2d\x25\x69\x53\xa3\x75\xc6\x1a\x06\x82\x95\xec\x6a\x59\x14\x8e\xdc\xb4\x0e\x16\x85\x71\x26\x2d\xce\x79\xd9\xba\xc7\x68\x0e\xb1\x75\x8f\xd1\xd8\x24\xbc\xb7\xf3\x00\xa0\x05\x67\x4e\x73\xb4\xad\x57\xa4\xb4\x12\x8b\x28\xa0\x2d\xe7\x05\xd7\x6d\x52\x48\xdf\xa4\x7b\x63\x48\x66\xb8\xe2\x08\xf4\x54\x58\x11\x52\x7d\x29\xa8\x07\x69\x95\xef\x24\xb7\x82\xd3\x77\x1e\x9c\xb9\x42\xdc\x5f\x5a\x85\x75\x71\x60\x8f\xea\x38\x97\x13\xf0\x2b\xa7\x59\xd8\x1e\xe2\xf9\xd2\x82\x26\x16\xce\xe3\x51\x7d\xc6\xc6\xc7\x99\x2d\xd5\xd9\x08\xaf\x2d\xec\x8f\x36\xfd\xe8\xc3\xfc\x59\x64\x65\x07\xdd\xcd\x2d\xd4\x4f\x34\xc4\x52\xf6\xf9\x1d\x6d\xd1\xb6\x09\x08\x7b\x25\x08\x28\x2d\x90\xbd\x34\x77\xc1\xad\x6a\x8c\x0d\x7d\x29\x48\x97\x09\xa7\x7b\x29\x03\xaf\x18\x07\xb2\x6c\x89\x6f\xf4\x78\x86\x6c\x67\xe0\x38\xf4\x89\xf8\xfd\xcb\x22\xe8\x88\xd0\x8f\x84\x0f\xbc\xe0\xc2\x9e\x87\xab\x5e\xa2\x15\x80\x5a\x8c\x9c\xfd\x06\xac\x12\x66\x4b\xc4\xed\x36\xe0\x70\x89\x9f\x1f\x3a\x82\x5c\xe2\x35\x18\x5d\x44\xd2\x36\xee\x2c\x3e\x10\xa4\xe9\xdf\xa1\x3b\x42\xe9\x74\x12\xb4\x3d\x41\x97\x0c\x24\x4f\xdb\xfa\x8d\x4e\x47\xda\xc2\xb2\x15\xa8\x4b\x81\x4f\x23\x38\x97\x72\x41\xb3\x20\x40\x78\xcc\xe7\xe1\xe6\x5e\x50\x0a\x8f\xde\x05\x88\x12\x13\xba\x31\x00\x17\xda\xde\x9e\x4f\x00\x5f\x0f\xa5\x77\xd0\xb9\x1a\xab\x5c\x98\x77\xe5\xe8\x0f\xdc\x07\xa5\x1a\xe1\xb0\xd2\xc1\xcb\xe5\x2f\x9d\x97\x87\xa8\xea\xc4\x0b\xf1\x4f\x55\x14\xac\xc4\x3f\x8d\xbc\x25\xeb\x52\x67\x48\xf7\xf4\x86\xc8\x3a\xb0\x4b\x94\x4a\x10\x78\x27\xf6\xb1\x54\x0c\x5f\x03\x47\x66\xa9\x08\x2f\xb3\x40\x55\x2a\x21\x2b\x03\xfb\x45\xa9\x86\x8e\x20\x9b\x94\x96\x34\x23\xb1\x53\x0d\xe5\x58\x13\x4c\x69\x04\x43\x0e\x22\x36\x4b\xc3\x0c\x3d\x08\x80\x2b\x4d\x19\x92\x68\xe7\xd2\xb0\x04\x0e\x6c\x43\xa5\x6d\x09\x68\xbf\xec\x71\x1a\xa0\x1a\x85\x8d\x6f\x37\xae\xdb\xa3\xf3\xcb\x8b\xf2\x4c\x88\x73\xc1\xbc\xbf\x35\xe9\xbd\xb8\x8e\x13\x7f\xa5\x2d\x5b\x95\x5e\xe9\x80\xc0\x89\xd2\x09\x2b\x1a\x75\x4b\x8a\xa5\x63\x09\x1d\x95\x71\x3a\xf2\xf6\x40\xe4\x29\x1d\xe3\xdb\x90\xbb\x0c\x2c\xec\xa3\x71\xc0\x07\x16\xf6\xd1\xb6\x4e\x52\xc6\x68\xbe\xec\xb9\x8d\xa9\x91\x8d\x63\x36\x80\xdb\x68\xbe\x3c\x98\x1f\x89\x91\x2f\xe3\x61\xa5\x0d\x01\x67\xb8\x84\xc6\x74\xc6\x7b\xfb\xb2\x7b\x9b\xd8\xcd\x46\xdb\x6a\x76\x99\xd8\x48\xe2\x98\xcf\xa2\xec\x0d\x4f\x9c\xd5\xcf\x20\x91\xb3\x39\x37\x66\x3d\xbb\x33\x80\x90\xce\x0f\x31\xdb\x08\xcb\x65\x62\x34\x5d\x58\x11\xca\x7c\x3f\xbf\x1a\x80\xcb\x82\xbe\xeb\x80\x2d\x0b\xfb\xf9\xe8\xf9\x3b\xaf\x6b\x59\x04\xc5\x8d\x0e\xa5\x5a\x1f\xc2\x44\x89\x7b\x28\x0b\x79\xfa\x70\xe5\x9f\x76\xf9\xb2\xc1\xfd\x11\x15\x46\xe2\x17\x74\xd6\x81\x41\xa8\x7c\x26\x11\x8f\x0a\x46\x9f\xcb\xde\xa0\x19\x1f\xe3\x52\x08\xed\x29\x1f\x2c\x9f\x03\xb7\x56\xf9\x60\xf9\x1c\x38\x22\xcb\xe7\x61\xe2\x98\x85\xca\xe7\x2d\xa2\xe9\x86\xc9\x79\x38\x28\x8b\xd5\x3f\x30\xf0\xfa\x96\x93\xb0\x8d\x81\xeb\xb3\x9c\x84\x68\x34\x6c\x61\xe5\x24\x16\x70\x10\x56\x57\xce\xe1\x38\x08\x7f\x27\x56\xfc\x41\xf0\x69\x39\x39\x5c\x1a\x40\xcb\x39\x6d\x03\x31\x39\x31\x7f\x0f\x62\xe4\xca\x89\xd3\xad\x7b\x88\x4f\xec\xc5\x7d\x41\x1e\xce\xcb\x36\x9c\x8d\xf3\x65\x5b\x3d\x4f\xe7\x4b\x14\xae\x12\xe1\x45\x70\x44\x5f\xc8\x3a\x17\x8e\x8c\x81\xe2\x59\x2e\x7a\x1b\x0b\x20\x5e\x18\x89\x87\xcc\xef\x26\xe6\x65\xe0\xbe\x29\x37\x02\xf6\x58\x7d\x8f\x73\x17\xf1\x02\xb8\xdd\x15\x1a\x8e\xf8\x72\x13\x79\x39\x16\xa8\x74\x23\x85\xcd\x03\x01\xfd\xc6\x0f\x18\x14\xfa\xbe\xc2\x18\xbf\x21\x75\x6f\x02\x97\x26\x1a\x4d\x79\x38\x8f\xc1\xed\x9f\xe2\xa4\x19\xf3\x31\xb2\x5d\x09\xff\xe9\xf6\x86\x8c\xf5\x10\xd4\x39\xb1\x27\x94\x07\x3a\x36\xd1\xb3\x8a\xae\x94\x79\x40\x2b\x1e\x83\x0e\x89\x9e\x2a\xb8\x39\xd2\x3c\x38\xb6\x8f\x31\xb5\x84\x52\x15\xec\x4e\x69\x8a\x7b\x5a\x48\xfa\x82\x8e\x61\x0a\x49\x93\x30\xb4\x82\xfd\x23\x85\x2c\x8d\xde\x99\x42\xfc\x43\xc1\x4c\x55\xd9\x4e\x25\x6b\x26\x96\xf0\xde\xb6\xe1\xd8\xbe\x77\xc0\xa0\xfe\xe6\xb7\xf5\x28\x7e\xb6\x85\xcc\x7a\x10\x30\x3b\xd1\xf3\xeb\x61\xa8\x32\x91\xf2\x35\xee\xaa\xd4\x3d\x68\x35\x28\x66\x62\xda\xa8\x86\xdd\x4f\x7c\x53\x35\xd5\x97\x97\x4d\x45\xaa\x61\xe5\xfa\xa4\x6b\x3a\x59\x36\x84\xbd\xa6\xd3\xcf\x46\xde\x2f\x78\x46\x67\xde\xb2\x63\x4d\xcf\xe3\x0b\xbd\xbd\x76\xb0\x61\x50\x09\xd9\x48\x13\xfa\x5f\xf3\xe1\x67\x1b\xad\xab\x41\xb7\x15\x2f\x5e\xcd\x31\xeb\x2d\xe5\x55\xa3\x17\x27\xea\x71\xcd\xb7\x2f\x95\xcf\x70\x30\x4c\x62\xc3\x6b\x81\x9f\x4d\xac\x8b\x15\x51\x2d\x4d\x68\x79\x2d\x44\x40\xcc\xb2\x05\xd6\x5a\x9c\x1b\x21\xc8\xb5\x80\xf0\x93\x78\xe2\x5a\x91\x6b\x27\xdb\x58\xab\x37\x6c\xe2\x17\x08\xd4\x24\xee\xab\x56\xce\xec\x24\x3c\xae\x56\xce\xec\x24\x96\xb6\x56\xef\x12\xa0\xaf\xd5\x4a\xc8\xff\x38\xb6\x9a\x52\x2b\x51\xb6\xb3\xc6\xcb\xc7\x97\xbd\x59\x15\xce\x30\x6b\xa7\x03\x6c\x08\x13\xfa\x5f\xeb\xe9\x44\x17\xd3\x11\xc9\xeb\x66\x95\xb5\x39\xd1\xb6\x89\x4b\x6d\xc4\x33\xce\x96\x8f\x6f\xe8\x65\x6d\xc8\xbb\x15\xff\x61\x6d\xc2\xa4\x01\xe1\x36\x02\x81\xf7\xc4\x1b\x81\xaa\x83\x60\xb2\xda\x4e\x87\x62\x12\x8d\x19\xad\xe4\x67\x0f\xe8\x83\xf1\xb4\x36\x69\x1f\x96\x96\xda\xa1\x15\xb3\x03\xad\x9e\xb4\xad\x83\x7f\x1d\x01\x74\x62\xa5\xaf\xdd\xc0\x6a\x62\x75\x6b\xff\xf8\xcb\xa6\x3c\xb5\xc7\x9d\xb2\x4d\x49\x6b\xff\xd8\x1b\x28\x37\xd8\x95\xd9\x37\xdf\xa9\xc3\xbb\x42\xf8\x4d\xea\x00\x7d\xe6\x48\x7b\xa2\xc3\x9b\x5d\x04\x5e\x54\xf9\xdb\xc4\xb1\x5f\x67\x62\x23\x08\x6e\xab\xd3\x9b\x47\x44\xfa\xd7\xa9\x4d\x1c\x45\xba\xce\x0a\xec\x71\x75\xd4\x89\x98\x32\x31\x92\xd6\x85\x29\x68\xa0\x23\xd5\xf5\x80\x17\xe8\x1f\x75\xc1\xd2\xe6\xda\xa2\x40\xfd\xa0\x56\x4d\x14\x8d\xfa\xc1\xd7\x3b\xa1\xbe\xf5\x83\x9c\x33\x91\xc8\xeb\x89\xe8\x5f\xb8\xad\x54\x4f\xac\x08\x13\x07\x73\x3d\x47\xc0\x7a\x77\x70\x22\x0c\x4e\xdc\x92\xf5\xbc\x1c\x87\x53\x73\xde\xf1\xcb\x9e\xdb\xf9\x28\x69\x6d\x21\xb3\x5e\x32\x55\x94\xfe\x7a\x65\x76\x01\x2f\x7e\xbd\x18\x74\xa1\x7e\xd7\xeb\xd2\x56\xc8\xb1\xbb\x08\xad\x5c\x07\x2b\xbd\x9e\xe4\x67\xfb\xe5\xe6\xdc\x2e\x7c\x94\xf5\x86\x76\x2d\x6c\x69\xf5\xf9\xbb\xa7\xad\x3e\x07\xfe\xc2\x78\x56\xd2\x63\x9d\xcf\x81\x75\x75\xd8\x00\x83\x52\xf3\xef\x78\xca\x92\x0d\x16\xf6\x6b\xff\x8e\xe5\x74\x6b\x66\xf5\x31\x8c\xb7\xfa\x8d\x44\x2f\x5e\xee\x1f\x5f\xa5\x71\x42\x9f\x03\xdb\xf5\xd6\x4f\xeb\x03\xfe\x0d\x09\xdb\x83\xaf\x0c\x8b\x42\x7d\x60\x48\xf8\xd3\xea\x93\x62\x7a\xb4\x46\x70\xab\x50\xa8\x67\x2b\xa1\x95\x28\xc0\xfa\x70\x01\xae\x17\x9f\x07\x0e\x32\x3b\xc2\xa1\x03\x1a\x3f\x09\x7b\xe3\xb2\xed\xc3\x72\xfc\x06\xcf\x79\x06\x37\x9e\xbc\x01\xb3\x5c\x5b\xd6\x0a\x4e\xa7\x79\xfe\x74\x4d\xd6\x07\x2c\x19\x04\xd2\xd4\x07\xd7\xd6\xc1\x71\x7f\xa0\x65\x35\x03\xfb\x07\x09\x5c\x47\x76\x7d\xb2\xc6\x63\xa0\x81\x34\x3e\x88\x3a\xa9\xcf\x66\xb0\xf5\x70\x52\x28\xa4\x5c\x7c\xaa\x4f\xd9\x42\x4e\x3a\xdc\x08\xdc\x55\xf8\x42\xeb\x53\x94\xf2\x05\x20\x08\x82\xc9\xb2\x3e\x9b\xb3\xe4\x25\x90\xb9\x5d\x86\x46\x56\x9f\x82\x0d\x7e\xf9\xf7\x37\x1c\xa9\xbf\xad\x4f\xd5\xc1\xca\x68\xb8\x9c\x90\xdb\xeb\xc3\xf1\xaa\x84\x5a\xd6\x87\x28\xb4\x5e\x59\x50\x15\x4f\x8b\x2f\x53\x91\x95\x6e\x2b\x2e\x52\x91\x60\x2b\x9c\x85\x08\x8d\xfa\x54\x8f\x06\xd3\xab\x44\x02\x38\x6d\x22\x4c\x47\xae\xe9\x3b\x4a\xf8\xb4\xf6\xe3\xab\x57\xe1\xd6\x84\x02\x3d\x73\xb5\xab\x41\x43\x9e\xcd\x45\x6b\x12\x97\xb9\xd8\x55\x44\x1c\xee\x75\x19\x5e\x51\x1f\x64\xcb\xe4\xe9\x79\x5a\x08\xd2\x3c\x33\xc7\xe6\xdf\xb1\x24\x67\x46\xe8\x19\xd7\xa4\xcf\xc5\xc6\x34\xd8\x72\xc7\x7e\x01\x70\x5d\x54\xa8\x00\x6b\x80\x3b\x1c\xea\x67\x60\x24\x9f\x8c\xcd\xfd\x8c\x85\x15\xb0\x3e\x5e\xbc\x70\x52\x44\xb0\x54\xec\xf0\xf5\xe1\x12\x46\xf7\xa8\xce\xcc\x92\x00\xd6\xfc\xd5\x8f\x5d\x9f\xd9\xc1\x4e\xff\x8e\x29\x1d\x0a\x40\x88\x48\x1e\x62\xd1\x96\x7e\x6a\x72\xfb\xe6\x89\x03\xde\xe7\xeb\xa7\x0f\xbc\x3e\xc8\x9f\x35\x36\x9c\x28\x92\xe4\x33\x4c\x2e\x7b\x5e\xd0\x00\x97\xdb\xad\xa3\x42\x94\x5d\x5a\x63\xe8\xd4\x58\x11\xec\xb8\x95\x58\x91\x9c\x0e\xf7\x78\xeb\xe9\xf5\xe7\xf3\xe2\x19\xc0\xe0\x9e\x38\xa0\xca\x0f\x36\xba\x04\x55\x7f\x64\x66\xb8\xe6\xea\xb3\x99\x8c\xe1\x10\xf5\xf9\x00\x0b\x91\x08\x51\x59\xba\xfb\x7c\x9c\x86\xdf\x77\xfc\xdd\x4c\x09\x4d\xb1\x4f\x60\xba\x35\x99\x72\x0c\x06\xc6\x65\xb0\x86\x7d\xbe\xce\x94\x97\xcd\x28\x6a\x12\x97\x36\x5f\xaf\x72\xc7\x67\x8b\xe2\x95\xc8\x8d\x1a\x91\x1f\x81\xe2\xe7\xe7\x67\xd4\x40\x7d\xb8\xdc\x6c\xd8\x4e\x35\x24\x64\x28\x9b\x3d\x5b\x0e\xce\xc5\xf1\xb6\xb6\x97\x9b\x00\xb8\x5c\x0f\xad\x15\xc9\x03\xde\x9b\xc0\x57\x82\x53\x2b\x01\x21\x35\x25\xff\x3e\x70\x4a\xdb\x78\xda\xc0\xd6\xd8\xf2\xbb\x0d\x4e\x63\x5b\x78\xbe\x69\xcc\x94\x2e\x36\x57\xac\xda\x4a\x6b\x69\x62\x31\xb1\xc2\xb5\x48\xd0\xb7\xcc\x92\x93\x24\x82\x7b\x6b\x01\xd6\x2d\xc2\x65\x2e\x60\x54\x62\x47\x2a\xb1\xa9\x95\xd0\x91\xd2\xb2\x1d\x2d\x5c\x6d\x4c\x48\x55\x9c\x68\xc9\xfa\x70\x65\x2d\xc5\x4e\x6f\xf9\xaf\x0b\xa4\x9b\x19\x65\xbf\x79\x79\xe6\x93\x27\x66\xc4\x0f\x8f\x91\x20\x2c\x67\x6b\xc7\xbb\x23\x36\xe2\x29\x44\x24\x30\xbd\x67\x03\xec\x70\x4f\x10\x72\x52\x67\x84\xc7\x13\x1a\x1f\x9d\xce\x89\x89\x3f\x40\x26\xdb\x2d\x61\x2e\xd5\xe7\xc0\x07\x9a\xab\x5b\x21\x85\x3c\xaf\x94\xaa\xf1\xd5\x9b\x21\xe2\x4c\x10\x59\x79\x25\x51\xee\x6d\x7e\xc5\x3a\xde\xae\xb8\xc5\xb3\x40\xab\xdf\xd2\xb9\x77\x53\xd0\x8c\xb4\xf4\xbc\x17\x6b\xb7\x33\x0f\xaa\xc8\xf9\x3e\xce\x12\xb8\xbf\xd2\x0e\x50\x95\x20\x9a\x59\xe0\x5a\x04\xd1\x24\xfc\x79\x95\x20\x9a\xdd\x62\xf2\x82\x89\x33\x7e\x08\x10\x2d\x5e\x16\xb3\xf4\x07\x0c\x4f\xe0\x14\x91\x2f\x7b\x08\xbb\x0d\x86\xee\x57\x58\x08\x60\xee\xef\xcf\x7b\xec\x3c\x83\x61\x08\xf6\xc4\xbe\x14\x82\xba\x2a\xb1\x2f\xa9\x83\x17\xc4\xbe\xe4\xc4\x15\x91\xfa\xa6\xe6\x10\xf4\x9a\xb4\x66\x35\x9b\x4b\x4c\x96\x6d\x82\x82\x32\x48\x32\xf4\x8b\x85\x6f\x11\xbf\xe2\x61\xa8\x04\xba\x14\x6c\x3a\x95\x20\x93\xdd\x80\x75\x64\xd9\x10\xa7\x8c\x70\x92\xc2\x9d\xe0\x4a\x38\x49\xc5\xde\x50\x0d\x27\x59\xb8\x52\x2a\x31\x24\x7b\x70\xbf\xc2\xc7\x09\x89\x7b\x83\x2d\x3b\xb8\x6c\x99\x23\x44\x14\xc9\x9e\x3b\x33\xe4\x0e\x78\x73\x70\x2c\xc1\x45\xf0\x94\x0f\x67\xcb\xbf\x07\x70\x7d\x21\x0c\x43\xd8\x62\x08\xc6\x1e\x56\x0d\x23\x19\x84\xb4\x56\x63\x47\x92\xb2\x02\x01\x23\xfb\x85\x26\xb0\xef\x03\xf4\x23\x32\x24\x2f\x10\x86\xc8\x90\x1a\x10\x81\x61\x77\x65\x63\x43\x43\x6a\x81\xbe\x10\xf7\x91\x50\x5c\x2b\x71\x1f\xe5\x18\xb6\xc0\x2b\x01\x1e\x12\xf7\x91\x3d\x82\x11\xf7\xe1\x2e\xb5\x98\x06\x8d\x1b\x67\x53\xd0\x36\xa5\x08\xc8\x5c\x44\x7e\x54\x7b\xe2\x2a\x03\x44\x08\x0d\xbc\x12\xa9\x57\x89\xfc\xd8\x4b\xb5\xa7\x85\x90\xe8\x0f\xf0\x33\x04\x0d\x42\x3f\x2a\xf7\xe3\xea\x2b\x47\xaf\x8e\xe6\xb9\x76\xb0\x4d\x5f\x5a\x77\x30\xec\x0a\xc3\x8e\x7a\x10\x18\x7a\x0a\x96\x0e\xdd\x7a\x35\x66\x10\x31\x57\x89\xda\xa8\x8a\xf3\x44\x6d\xec\xf6\xc0\xa3\x1b\x6b\x02\xd3\x20\x04\x23\x27\xa5\x0e\x62\x30\xaa\xb2\x2e\x31\x18\x55\x91\x9d\x18\x8c\xfd\x11\xcd\xb1\x61\xa9\x0e\x63\x60\x28\xcd\xcd\x1b\x90\x7a\x44\x57\x62\x2a\x76\x03\x5f\x94\x5f\xb2\xdd\xb2\xf2\x62\x6b\x8e\x22\xa2\x89\xd1\x13\x5a\x10\x88\x98\xd8\xad\x59\xfa\x54\x6c\x76\x37\x30\x8f\x34\xe4\x0c\x62\x26\xd2\xc2\xef\x57\x0d\x9a\x18\x59\x68\x4d\x66\x82\x5e\x45\xa4\x44\xc5\x6e\x53\x8d\x94\x48\x8a\x14\x84\x4a\x84\x86\x4e\xa8\x44\xe5\xa6\x48\x25\x54\x62\x7f\xc4\x9a\xa6\x81\x7f\xdf\x79\x84\x2b\x81\x14\xbb\x95\x33\x03\x8c\xe8\x21\x44\x52\xec\x1f\xd8\x86\x2d\x95\x54\xf5\x1b\x42\x29\x26\xd1\x45\x95\x50\x8a\xfd\x91\x2f\x78\x94\xdd\xaa\xe5\x4a\x58\x3b\x7e\xc4\xaa\x30\x4c\x00\x45\x55\x2f\x26\x80\x62\xb7\xb6\x5b\x96\x25\xa2\xe0\x56\xe8\xd2\xc6\xe5\xe1\xf0\x59\x3a\x22\x19\x23\x6c\x22\x25\x4f\xbf\x2e\x62\x49\x1a\x0a\x72\xf1\x2c\x7f\x4e\x70\x91\x15\x21\x8b\x0c\x1b\x23\x8b\x34\xb8\x0a\xe1\x0b\x69\x49\xc2\xce\xd8\x34\x1a\x6f\x6d\x36\x37\x09\x12\xf1\x08\x4b\xb2\x7c\xaa\xd4\xd9\xfa\x74\x11\xee\x01\x6a\x7f\x25\x93\x45\x7d\x4f\x04\x6e\x9f\x55\x4b\x85\xf2\xc5\x29\x85\xff\x12\x56\x90\x62\xd5\x57\xa0\x82\x1f\x75\xbb\x65\xc0\x6b\xfa\x02\x98\x89\xdb\xd7\x76\x63\x30\x41\x91\x9e\x5d\xf2\x59\xa7\x78\x89\x0c\x9e\xfe\x0b\xe7\xab\xc7\x46\x71\xc4\x43\x70\xc9\xc1\xe4\x3b\x37\xc7\x46\xe8\xdc\x6c\xb7\x0b\xbf\x03\x22\x8c\x7d\x6b\x6c\x12\x29\x6e\xc4\x25\xe9\x24\x57\xea\xa7\x84\xee\x66\x8b\x25\xbe\x37\xb4\x43\x54\xbf\x39\x41\x32\x81\xdb\xf9\x79\xb4\xb6\x6c\x52\xba\xc4\x43\x81\xc4\xcd\xdb\x02\xc9\xe8\x6e\xcc\x83\x00\x67\x63\xe5\x11\x25\x98\x77\xcb\x23\x65\x44\x03\xf9\x97\xb0\x79\x08\xb1\x71\xe8\x87\x5e\x85\xec\x2b\x62\x23\x83\xbc\x88\x17\x65\x38\xf1\xd7\xa5\x22\xad\xbe\x2f\x1a\x99\x67\x61\x8b\x17\xa5\x2e\x9b\x83\xd9\xdd\x06\x93\xe0\x6a\x26\xa5\x99\x3e\xbe\x8f\xd5\x81\xf1\x21\x41\x48\x3f\x5f\xc0\x2f\x7a\xbd\x5c\x47\xdb\x42\x52\xf3\x56\xe4\x81\xe2\xda\x08\xcd\xd8\xf8\x55\x78\x41\xfb\x68\xfe\xe0\xd8\x93\xe7\xe1\x18\x95\x17\xd4\x8f\x2d\xad\xb5\x03\x83\x80\x42\x7d\x3b\x0e\xd9\xb0\x3f\x28\x40\x34\x5b\x6c\x98\x43\x0c\xdb\x81\x00\xd1\x89\x99\x6b\xc7\x96\x20\x1a\x8a\x7c\xe3\x56\xe6\x9e\x3a\x83\x27\x90\x62\xa3\x57\x23\x60\xa4\xc4\xa4\x92\x22\xf4\x66\x59\x8d\xcb\x99\x95\xc0\x82\xc6\x95\xcc\xb4\xba\x3d\xc5\x6c\xfd\x41\x4e\x38\x99\x88\x92\x45\xb7\xb5\xd8\xe2\xdf\x65\xcf\x9b\x37\x35\xef\x6c\x8e\xec\x02\xd3\x6d\x5f\xce\x04\x97\xea\xb4\x5f\xf8\x65\xfa\xce\xbc\xd7\x8e\xec\x52\xe8\x0d\xff\x77\x71\x2e\x44\xde\x92\xe4\xa9\x1d\x44\xde\xae\x06\x14\xb3\x7b\x00\xdc\xf1\x7e\xf7\xe1\xf7\x52\xb6\xc2\xe4\x33\x68\x1f\x0d\x60\x61\x1d\x80\x66\x17\x65\xa7\x27\x61\xc7\xfe\x5d\xc9\xc9\x8e\x36\xfb\x3c\x04\xa1\xbe\xc2\xe2\x0e\x94\x40\x56\x86\x56\xf6\x49\x0e\xf7\xd3\xc9\xc4\xb3\x81\xa6\xb6\x08\xb8\x01\x11\x22\x4c\x8a\x1b\x8b\x45\xb1\x0f\xf1\xad\xba\x6a\x36\xb0\xa2\x72\x75\x9f\x63\x08\xba\xaa\x48\x0a\x93\x99\x2b\xc9\x0c\x76\xa3\xb2\x52\x41\x50\xbd\xcf\xe7\xdf\xc5\xbc\xe2\x70\x81\x6d\x0e\xa7\x18\x35\xfc\x05\xba\x98\x98\x60\x83\xea\xf8\xf7\x16\x88\x44\xbf\x0d\x90\xbb\xe1\xd8\x1d\x30\x77\xb7\xa3\x05\xc8\x6d\x21\xed\x75\xad\x8a\x29\x83\xf1\xb6\x68\x52\x8e\x68\xfd\x3a\x11\x3e\xea\xc2\xb3\xb0\x26\x62\x4e\x57\x6c\x4d\x8f\xd1\x69\xdf\xb5\xd8\x32\x93\xae\x86\x5d\x7c\x11\x8f\x0b\x60\xef\xca\x07\xc5\x26\x6c\xe7\xb0\x2f\x31\xb4\x00\xd2\xe1\x1e\xd0\x22\xe4\x91\x0a\xb8\x86\x97\x62\xfd\x88\x38\xef\xcc\x84\x91\x4d\x0e\x61\x32\xf4\xa1\x31\x76\xd8\x12\xdd\xf2\xe1\x1e\xf8\xcc\x2d\x5f\x01\x3a\x05\x28\x9d\x86\x38\x52\xc1\x17\xad\x18\xd3\x67\x99\x4b\xa5\xdb\xa9\xdc\xe7\xcc\xa7\x5b\x58\x59\xd2\x84\x2e\x8b\x3d\x33\x58\xaf\x1d\xcb\x38\x84\x62\x08\x0a\x92\x12\x6d\xf4\x8d\x75\x28\x0f\x2c\xd6\xba\xe4\x6d\xd3\x97\x80\x28\x93\x5f\xf0\x36\xc1\xbe\x05\x82\x52\x25\x31\x8b\xed\x8c\x06\xa7\x43\xf8\xc3\x65\x6b\x66\x12\x12\x41\xe7\xb3\x8f\xfb\x29\x2d\xf9\xc4\x7e\x32\xad\x8f\x7a\xb1\xab\xff\x68\x89\xf2\xf9\x46\xce\x65\xf4\x53\x55\xd3\xf5\x9e\x18\x09\xe2\x99\x03\x22\x8d\x39\x21\x70\x93\x05\x9e\xea\x22\x8c\x4d\x8c\x62\x75\x52\x21\x12\x48\xbf\x4f\x71\x41\xa2\xa6\xa3\xe2\x60\x1d\x97\x70\xf3\x80\x68\x93\xf0\xa8\x5d\x6a\xb6\x1e\xe7\x4b\xc9\xd8\xc1\x2f\x2e\xb0\xc6\x0f\xea\x3b\xd1\x44\x98\xd4\xef\x49\x1f\xa1\x85\x39\x66\xe0\xa9\x74\x87\x88\x2d\x24\x40\xbd\x1d\xd8\x26\xfa\xb0\x6f\x2c\xdd\x7d\x01\xae\x5b\x79\xcf\xb3\x74\x3b\xb5\xc5\x74\xee\xc6\x05\x09\x5b\x70\x5e\xc5\xf8\x1b\xb3\x6d\x7c\xe3\x75\xe3\xc3\x1f\x88\x58\x16\xcb\xb5\x48\x78\x12\x6e\xc5\x3a\x11\xed\x71\x4b\x24\x98\xc1\xf6\xdd\xeb\x87\x3d\xb1\xdf\xa7\xfa\x03\x53\x7c\xc0\x73\xd7\xa4\x73\xa3\x78\x00\x1e\xc2\x90\x65\x9e\x8f\x76\x7d\x09\xf4\xa3\x2e\x56\xed\x0b\x45\xc6\xd5\x3e\x4c\x2b\x06\x17\xe5\x2b\x2f\x18\x28\x1a\x09\x10\xda\xf1\xaa\xb7\x4a\x2c\xbc\x58\x33\xdc\xae\x57\x14\x14\x10\xaf\xa7\x81\x8e\x5f\xe7\xc8\xce\xbf\x9e\x45\x37\xf5\x85\x6f\x2c\xbb\xf2\x28\x3a\x47\xcc\x13\x5d\xc8\xbd\x81\xf3\xbb\xb9\xf7\xf8\xfb\x16\x13\x9b\x3e\xcb\x4e\x46\xbc\x66\x7e\x3d\xe2\xa9\x9a\x19\xf5\x3a\xe9\xa7\x9a\x19\xf5\x16\xc2\x50\x33\xa3\x5e\x45\xd9\x6d\x49\x33\xc4\xf2\x07\xd9\x08\x84\x20\x85\x1c\xc0\x11\x27\x05\x5e\x96\xbf\x24\xd8\x3d\x57\xe4\x5b\xc2\x1b\x80\x77\xa3\x91\x07\xa0\x72\x99\xb1\xa5\xf0\xae\xd8\x6d\x52\x36\x2c\x3c\x7b\x4c\x5c\x07\xac\x3f\x6f\xbd\xab\xa5\x60\xfd\x1c\x77\x72\xde\xed\x17\xe6\x0e\x87\xc7\xd7\xd9\xc8\x2f\x50\xb9\x56\xd8\x52\x16\x2f\xd9\x5c\x12\xd3\x15\x32\x1b\x34\xf3\xcf\x25\x19\x0c\x29\xe7\xf6\x0b\x8b\x2d\x99\x2b\xa9\xb4\x28\x9e\x38\xb8\x18\x39\xe7\xf6\x57\xb4\x2f\x11\x77\xe3\x2f\x83\x11\xfd\x41\x0c\x82\x65\x93\x65\x6e\x37\x61\x89\xc5\x95\x38\xc8\xc9\x33\x0b\xc1\x0d\x80\x4b\xb1\x99\x2e\x8e\xeb\x3b\x2d\x69\x48\x90\x73\x98\x31\x8e\x0c\x0f\xcd\x84\x71\x64\x60\x6a\xe6\x8b\x2b\xce\xbc\x72\x75\x43\xa0\xe3\x12\xe8\x1c\x03\x1c\xd3\x79\xb8\x01\x55\xa9\x8a\x65\x57\x34\xab\xe5\xb3\x89\x43\x1c\xd8\xbb\x54\xf6\x83\x6e\xe4\x1e\x55\x6f\xe9\x55\x07\x0e\x00\xd2\x02\x23\x44\x76\x5f\x5a\xa6\x35\xa3\x35\xc1\x0f\xd7\x21\x37\x5c\xe5\x4e\x66\x33\xfd\x42\xc7\x69\xd7\xc8\x06\xb7\x5f\xfc\x45\x95\x66\xda\xfe\xc3\xcd\x2c\x9f\x2f\xaf\x4d\xf0\x1c\x87\x8e\x7e\xbb\x56\x41\x77\xac\x3b\x3a\x6b\xea\x9e\xac\xef\x6c\x7c\x8d\xe4\x6e\x5e\x2a\x6b\xe6\x76\x4b\xf2\x43\x72\xbb\x25\x02\xa8\xf7\x0b\x60\x84\x1a\x90\xc3\xcd\xab\x67\xcd\x1c\x6e\x8b\x63\x4e\x0a\xb7\x7a\x88\xb9\x9d\xab\x67\x9e\xc0\x21\xad\xe4\x1b\x43\x66\x8a\xfb\x31\x14\xe9\x91\x48\x52\x18\x1f\x18\x8d\xcc\x6c\xa4\xcc\x6a\xc9\xd8\x15\x04\x31\xf2\xb2\x15\xf4\xb7\x66\x62\xb6\x9f\xc7\x6c\xe8\xae\x77\x3b\x87\x4e\x5e\xe6\x31\xd4\xe4\x61\x4d\x09\x31\x80\xf0\xeb\x96\x66\xfe\x79\x67\xae\xa5\x19\x93\xa2\xab\x30\x44\x78\x38\x26\xc0\x69\xb6\x30\x09\x92\x1f\x71\x2b\x2f\xdb\x2b\x24\x09\x79\x29\x71\x0f\x76\x14\x4f\xec\x04\x95\xb2\x0d\x60\x78\xf1\xf7\x98\x93\x23\x70\x2f\x2f\xf3\xbc\xb8\x67\x82\xe4\x94\x30\x2e\xe0\x81\x6e\xa4\xe2\x28\x5c\x31\x68\xe4\xe2\xa8\xb8\x9c\x5b\x5a\xba\x9b\x6c\x6b\x24\x9a\x27\x0c\x1b\x42\x10\x17\x83\x8c\x6d\x8c\x41\xa0\x79\xf2\x30\x08\x54\x54\xc1\x96\xf0\x66\xe4\xe2\x73\x40\xc3\x16\xf5\xc7\xd7\x98\xee\x23\x37\x29\x14\x95\xd3\xa7\x33\x0d\xc0\xc7\xed\x09\x42\xcb\x5a\xda\x62\x44\x91\xe9\x24\x02\xb6\x46\xf1\x70\xe3\xce\xc0\x39\xd9\x12\xa2\x03\x9e\xdd\x46\x44\x48\x56\x7a\x4f\x27\xc4\xd2\x6d\xc7\xb4\x30\x9d\xd1\x16\x23\xea\xe1\xe1\x39\x83\xc4\xd8\xf8\xe3\x0b\x53\x3a\x65\xf7\xcd\xae\xb8\x06\x89\xe4\x91\x4e\xb4\x21\xa1\x71\x7a\x72\xd1\x6c\xc8\xbc\xb7\x5f\x68\x7e\xa9\xc5\x7b\x76\xbd\x05\x2b\x39\xbf\x98\x95\xe4\x15\x03\x44\x15\xc8\x57\xcc\xc4\x8f\x40\x08\x78\x6a\xba\x34\xcf\x89\xf0\xd7\x09\x5d\x62\xee\x5b\x20\x29\xcb\xd9\x7a\x9b\xa1\xfb\x77\x85\x71\x89\x9d\x3e\xf4\xa0\x2d\x77\xcc\x90\x31\xf4\x81\x28\x0f\x91\xbb\x4f\x23\x78\x33\x5b\xdf\x8a\x63\x8b\x41\x21\x7b\x52\x6f\x52\x37\xb8\xd8\x5b\x4f\x16\x83\x1b\x8f\x18\xa7\xf0\x76\x74\x8f\xc8\x73\xfc\xbc\x26\xda\xd2\x96\x33\xca\x10\x05\x1f\x59\xb8\x68\xf4\xc4\x44\x98\xe2\x03\x48\x3c\x54\x48\x13\x4b\x0a\xfe\x08\x11\x1b\x70\x71\x55\x52\xf6\xe0\x47\x90\x98\x23\x57\x64\x39\xe8\x23\x4b\x43\x3e\x4c\xaf\xd3\xe0\x23\x44\x09\x72\x29\xb5\xf4\x06\x3c\xd8\xd7\x37\x10\xd5\x17\x2d\xbb\xed\x7b\x82\xf7\xb6\x9f\xb7\x5f\x5b\x7a\x8d\x6b\x63\x92\xaf\x5a\x8c\x5c\x0d\x23\x46\x16\x01\x5e\xbc\xb7\xae\xea\xd5\xb6\x04\x4c\x5e\xac\x05\x42\x1d\x13\x06\x0e\xb0\x46\x46\x1a\xaf\xd4\x36\xf2\xd0\xe4\xc6\x37\xf9\x80\x07\x70\xe0\x4c\x4a\xb3\xa4\x01\x24\xa5\x29\xf8\xe1\x1a\x01\x4e\x19\x3f\x61\xcb\x66\xf6\x05\x77\x4c\x44\x43\x44\x43\x23\x0f\x4d\xc5\x9f\xd5\xb2\x77\x7c\x81\x1a\x79\x68\x12\x77\xac\x5a\x36\x3e\x01\x4f\x5a\x33\x13\x4d\x25\xe1\x6c\xcb\x8a\x27\x68\x23\x99\x88\x79\xbc\x21\x2d\xeb\xe7\xc0\xd3\xd5\x32\xd1\x0a\x84\x12\xb7\x9c\xe4\x4a\xcb\x1f\x6e\xb6\x9b\x79\x64\x77\x03\x4e\x90\xb3\xfe\x08\x7f\xe0\x4e\x68\xf2\xef\xdd\x95\x56\x5e\x10\x16\x9a\xcf\x81\xb5\x8d\x97\x85\x93\x9a\x89\x60\x1b\xc0\xec\xdd\x72\x78\x4c\x84\x47\x76\xad\x3c\x17\x80\xec\xd0\xdc\xad\xcd\xae\xae\x04\x60\x99\x47\x31\xfe\xc2\x1f\xd8\x5e\x48\x39\x77\x58\x12\x79\xd3\x1a\x77\x58\x6a\x8e\xbf\xeb\x09\xb1\xad\x42\x81\xcf\xaa\xed\xa0\x46\xd6\xad\x01\x01\xe2\xf2\x49\x15\xb1\x73\x58\x09\xe0\x41\xb9\x62\xfa\xcb\x3e\x47\xa6\x04\x86\xd0\x1c\x50\xfd\x61\xc3\x72\xb8\xe8\x0a\x1f\x40\xc0\xcf\x0a\x0b\x30\x55\x93\x5c\x0e\x1c\x6a\x8d\x24\x97\xa5\x0b\xca\x9f\x82\x03\x8b\x08\xc1\x61\xf9\x8b\x54\xd1\xfd\x6a\xa6\xe8\x64\x0c\x03\x6d\x25\x1a\x99\xb4\x59\x2a\xd1\x24\xb9\xac\x59\x8c\x6d\x52\x48\xce\x84\x39\x2e\x57\x80\xb9\x07\xc7\x60\x8e\x86\xf5\xa1\x95\x12\x7a\x97\x35\x63\x91\xee\xb2\x14\xbb\x0a\x23\x81\xe0\xc1\x81\x91\xa3\x01\x3b\xdc\x1d\x22\x26\xe5\x8b\x52\xbc\x30\xec\xba\xed\xf8\x81\x3b\xa4\xcd\x99\x0f\x58\xa3\x33\x1f\xe6\x15\xf6\x19\x34\x40\xdc\x25\x5f\x65\xcd\xee\x30\x57\x48\x95\x20\xb2\xd2\x04\xde\x96\x46\xea\xc9\x8a\x65\xb3\xe5\x01\xfc\xfd\x68\xaa\x84\x0a\xda\x19\x07\x89\x6e\xcd\x8d\x01\x71\x35\xd7\xe4\xc0\x55\xd6\xf2\x8c\xcd\xf7\xc5\x70\x3f\x9b\x4f\xc6\x60\x11\x13\x24\x17\x4f\x67\x6c\x92\x1f\x05\x7e\xf9\x8b\xb3\x62\xf7\x94\x02\x60\x31\x5c\x5b\xaa\x5a\x8b\x8c\x6f\xac\xa5\x7f\x17\xaa\xd2\xb8\xd4\x54\xb5\x11\xe6\x90\x11\x20\xa5\xdc\x51\xca\x49\xf9\x89\x3b\x4a\xde\xfc\x6f\x5c\x51\x9a\xc5\x43\xb0\xf4\x02\x30\x7b\x84\x07\xf5\x0f\xee\x21\x55\x6e\x1d\xb4\x6c\xa0\x30\x57\x53\x1b\x99\x98\x76\xaf\xbe\xf4\x1f\x5f\x93\x24\xd9\x2d\x7f\x86\x3f\x30\xfd\x0f\x97\xf0\x61\xfa\xdc\x5c\x2a\x5a\x02\xb2\x29\x01\xe1\xda\xde\x4a\x6a\x2e\x97\xec\x80\x49\xf5\x21\x9f\xc4\x26\x79\x20\x30\x3c\xc4\x21\x55\x7a\x80\x8d\xe5\x53\x49\x1f\xb8\x9d\x88\x61\x92\x60\xed\x0e\xea\x18\xf9\x8c\xfb\x07\xfb\xf9\x3a\x98\xaa\xcf\x00\x5d\xd2\xcc\x6d\xc7\x21\xba\x5c\xa2\xb9\x24\xee\xc2\x1e\x85\xd0\x93\x75\x4b\x28\xf6\x93\x20\xd3\xc8\x8b\x66\x7e\xcc\x8a\x5b\xb7\x91\x1f\xb3\x10\xa4\xde\x4c\x90\x39\x4a\xbc\xe8\xc1\x73\xf7\x89\x92\x90\x65\x67\xac\x0f\x49\x65\x24\x1b\x1a\x71\xd8\xf1\x6d\x96\x01\x8f\x1c\x39\xd5\x92\x7c\xc5\x98\x09\x15\x8d\x8c\xf9\x21\x16\x7b\xab\xed\x4a\xea\x89\x9a\xc8\x52\x5e\x13\x6e\x3a\xf7\x7b\x71\x9b\xdb\xbf\x9f\x40\xc4\x8e\x2e\x7b\x05\x24\x37\x1c\xa0\x3a\x29\x08\x87\xd4\xf9\xc6\x82\xe9\xe6\x29\x46\x48\x2f\x23\x0e\xd0\x91\x31\x57\x74\xc9\x11\xd6\x0a\x6d\x35\xf9\x11\x89\xe8\x48\xf1\x22\x7b\xd8\x1f\x04\xcd\x69\x83\x61\xd6\x12\x9e\xa7\x1f\x31\xd7\x47\x47\xbc\x38\xfb\x88\xd8\xee\xd9\x13\x33\x67\x90\x57\x8d\x5d\xe2\xa4\x85\x42\xd5\x3c\xeb\xe4\xf0\x30\xbe\x66\xbe\x60\x94\x37\xc0\xc9\xf0\x0a\x0e\xd2\xc2\x37\xb6\x9c\x11\x5f\x89\x8a\xc7\x41\x09\xc1\x49\x92\xd6\xa9\x0f\xe7\xa5\x85\x42\x02\xf8\x12\xd2\x45\xb7\xde\xac\x23\x95\x4a\x2b\x04\x40\x12\x80\xdf\x88\x47\x2e\x19\xf5\x91\x1b\x77\x7b\xb2\x89\x17\xb8\x6b\xf5\x07\xc0\x03\xb1\xe6\x92\xdd\x96\xea\xfc\x08\xba\xc3\x8a\xb8\x3c\x97\x53\xe6\xdc\x17\x13\x84\x2c\x87\x78\x49\xec\xc1\xdf\x4d\x0a\xc2\x54\x4b\x0a\xd8\x64\x5e\x8a\xad\xe9\x16\x7b\x46\x0c\x81\xc0\xa0\x1d\x89\x2b\x76\x85\x6c\x53\xad\x28\x2f\xa8\x1d\x15\xed\x19\xcd\x1f\xc8\x0b\x12\xbd\x9e\x7e\xc4\xb2\xf1\x64\xf4\x19\x13\x81\x2b\xba\x6e\x02\x22\x93\x6a\x50\x21\x22\x72\x6d\x12\xf2\x0d\xd1\x2b\x24\x0e\x91\x4c\x97\xac\xf6\x39\x78\x2e\x4c\x80\x31\xb7\xbc\x32\xc9\x56\xde\xb8\xc9\xb7\x87\xf1\x85\x9c\x08\xe0\xb1\xb7\xf4\x96\x84\x87\x74\xab\x46\x20\xb6\xa2\x0b\x82\x94\x9d\x8d\xeb\x7b\x46\xf4\x35\xaf\xef\xad\x1c\x2f\x8e\xc7\xe2\x8b\x8c\x1c\x95\x89\x2b\x7b\x06\xba\x35\x2e\xe5\x95\x8a\xbc\xef\xa5\x3c\x52\x12\x36\xee\xe4\x85\x38\xc1\x9d\xbc\x3d\x1c\x2b\x2a\x31\x29\xbb\x55\x6c\xee\xbe\x6c\xb4\x0a\x98\xd6\x83\x21\xe8\xb6\xa6\x9f\x49\x5b\x1a\xf7\xf6\xd2\xd0\x85\x44\x64\x7b\x1e\x6e\x67\x65\x6b\x93\x7f\x37\xe3\x0b\x73\x45\x94\x21\x55\x6f\xf3\x72\xdf\x72\xcb\xab\x19\x5f\x98\x12\x89\x3c\x6a\xb4\xd5\x50\xd5\x1d\x59\xa5\x0c\xac\xe7\xd6\x9f\xb1\x41\x8d\x9b\x7e\x45\xa3\x15\x37\xfd\x32\x89\x23\x5a\x31\x5a\x03\x41\xc6\x7b\x7e\x5d\x1c\x26\x1d\x87\xbc\xba\x20\xed\x2c\x84\xd3\xa2\xb7\x83\xa0\xdc\x56\x30\x99\xe0\x05\x6e\xa5\x89\x60\xc5\x97\xeb\x67\xa6\x9a\x56\x10\x76\x94\x37\x0a\x9e\x8f\x21\x46\x86\x78\x83\x08\x50\x10\x6f\xfa\x14\x32\x38\x3e\x96\x16\xab\x12\xb7\x3d\x18\xaf\x7b\xf0\x1d\xbc\xff\x9a\x01\xa7\x95\xee\xb2\x9d\x6e\x8f\xfd\x62\xf4\xee\xe8\x76\xc5\x7d\x6e\x77\x62\x44\x8a\x5a\x9e\xa3\xd6\x00\xcf\x19\x34\xa5\xd7\xa1\x8f\x9c\x15\x61\x3b\xe9\xee\x0a\xa6\x93\x25\x2e\x0e\xc2\x8c\x3d\xea\xc3\xeb\xf6\xac\xd4\x68\xcf\x9f\x03\xc8\x7e\x84\x0d\x31\x1c\x84\xc4\x34\xee\x46\xa6\x42\x16\xfc\x56\x46\x64\x8b\xb1\x2f\xee\xb4\xa3\xd8\x17\x6c\x27\x45\x82\x30\xa5\x0e\x6e\xde\x24\x2f\x09\xf2\x76\x31\x3f\x98\x94\xdb\xfc\xc0\x49\x7d\xbc\x70\xe7\xba\x0a\x4d\x23\x38\x65\x71\x5c\xae\xac\x0a\x12\x5c\xa8\x2c\x4b\x3c\x58\xce\x5d\x54\xe3\x56\xcf\x12\xbb\x08\x83\xe8\xd3\xfd\x43\x56\x99\x12\xb6\x0f\xc8\xef\x41\xe0\x12\x59\x52\x81\x2f\x21\xac\x08\x93\x0f\x18\xef\xa9\xff\x38\x36\xe3\x7d\x08\x94\x92\x64\x20\xaa\x1c\x8a\x63\xa6\x6d\x5c\xf2\xc1\x62\x7a\xaf\x12\xbf\x70\x4f\x7f\x3a\x06\x5b\x0c\x6f\x2e\x86\x51\xc8\xcb\xb8\xc3\x59\xb5\x3e\x7b\x6f\x53\xab\x7f\xf1\xda\x86\xa4\xf7\x8c\x09\xd2\x5a\x5f\xca\xf7\x11\xc9\xad\x9c\xfd\x67\x9a\xa5\x56\xce\xc0\x4a\x5f\x24\xc6\xd2\xc2\x33\xe6\xcf\x8a\x4f\x99\x93\x3f\x28\x17\x89\x4e\x5c\x95\x1a\xfa\x92\x8a\x59\xc3\xe4\xa6\x45\x83\xc9\xf0\x19\xda\x26\x39\xbb\xe6\xcf\xc4\x4e\xad\x5c\x02\x0c\x79\xab\x68\x0a\x41\xd7\xe4\xb2\x69\x99\x48\xbf\x5c\x36\xcd\xc3\xe3\x81\x25\xa4\x8a\x01\x64\x6d\xd6\xbe\x5e\x42\xfa\xc1\x0a\xcf\x2d\xd4\x6c\x58\x80\x39\x9b\x87\x5e\x87\x42\x30\x68\xec\x1b\xf1\x16\x3a\xe0\xca\xad\x88\xc9\xc8\xb7\x2e\x49\x97\x7a\x93\xa7\x47\x72\xbb\x45\x99\xa9\xce\x5a\x6e\x51\xb4\xda\xfa\xf5\x2e\x28\x93\x22\x04\x74\xc9\xeb\x0b\xd2\x8c\xfa\x76\x41\x98\x19\x22\xc0\x53\x7e\xe6\xb3\x6a\xe5\x89\x7b\x9c\x3c\x7b\xd7\xd2\xbf\xab\x0f\x0d\x7f\x50\x20\x96\x8d\x3f\xf0\x03\x37\xfd\x21\x62\x3e\x86\xfe\xf0\x0c\x9c\x08\x19\xed\x62\x09\x62\x4d\x15\x34\x18\x51\x62\xd5\x38\x67\x02\xbb\x71\xce\xe8\x22\xe0\x9e\x52\xe6\x2a\x7d\x2b\xaf\xf5\x3f\x7c\xc6\xdb\x2a\x95\xc3\x9c\x12\xac\x36\xee\xa8\xba\x11\xaf\xd1\x90\xc3\x5f\x58\x43\xf4\x84\xc0\xe1\xc1\x7a\x29\x99\x21\x07\x7f\xe1\xf3\xe0\x1f\x69\xb4\xc3\x2f\x59\x8d\xfb\xd4\x02\x52\xf5\xcb\x30\xd5\x8a\x5b\xc6\xe5\x70\x8b\x2a\x73\x89\xbf\x55\x92\x03\x70\x11\xa8\x55\x92\x9f\x11\x56\xdc\xea\x11\xe9\x1b\x79\x26\x80\xfc\x70\x00\x0c\xf6\x4c\xae\x12\xbf\x41\x50\x7a\xab\x04\x80\x2e\x27\x41\x00\xa8\xbe\xee\xaa\x9c\x03\x1a\xd6\x64\x8e\x13\x08\x7b\x4d\xca\x5b\xd9\x5f\x14\x28\xb1\xb7\x54\xdc\x30\xca\xea\x35\x01\x79\x20\x5c\x93\xfe\x01\x78\x4f\x4d\x5e\x7c\x65\x6d\x99\xfc\x82\x48\x0d\x35\x4b\x8a\x38\x0f\x35\x07\x8c\x99\x2d\x97\x3a\x14\xaa\x6b\x04\x50\x0c\x9b\xab\xb3\x81\x96\x95\x08\x8a\x9f\xcf\x9e\xe5\x6c\x13\x6e\x35\x77\xfb\x05\x07\xaa\xad\x3d\x43\xa0\x6b\x35\x96\x54\xb9\xac\xe2\xdd\x29\x8a\x1a\x95\x90\xd1\x98\x49\x24\x1b\xb3\xc5\x82\x10\x02\xb7\x2d\x8e\x14\x2d\x59\x15\xaf\x8d\xfe\xb1\x5a\x04\x82\xfd\x00\xf3\x6a\x5b\xd0\x4f\x65\xa2\x2a\x8c\xb8\x3c\x6f\x78\x40\x90\x6a\x8d\x6b\xd6\x8c\x50\x15\xb6\xbf\x37\xe1\x55\x9c\x3d\x5d\x3c\xaa\x9e\x23\x81\xbd\xe5\x93\xc2\x75\x8a\x56\xf5\xf6\xc4\x38\xe6\x97\xb1\xc1\x25\x18\x6c\x60\x1c\x52\xb4\x10\x72\x4e\x26\x20\xc7\x0f\x08\x2b\x01\x45\x0c\x32\xc6\xae\xb7\xda\x24\x1a\x10\xb5\xda\x90\x0f\xfd\xaa\x2b\x65\x39\x62\xd8\x47\x30\x00\xd5\x30\x8a\xc0\xdd\x6b\x8f\xc9\x33\x24\x3e\x96\xd8\x85\xae\x58\xe3\xf6\x74\x54\x0a\xcf\x53\x0f\xae\xe3\x8b\xb6\x13\x31\x93\x10\xcf\xe2\x84\x31\x91\x90\xee\xbc\x55\xee\x7c\x48\x81\xea\xd0\x4a\x3a\x7c\x81\xfd\x45\x63\x30\xc0\xe1\x14\x21\x04\xa8\xc2\x81\x33\x1f\x11\x6b\xcd\xb3\x27\x8d\x45\x70\x5f\xa4\x4f\x51\x7c\x3a\x0b\x06\x30\xd4\x42\xbb\x52\x0d\x41\xc1\x03\xb2\x05\x05\xcc\x17\xfb\x59\x26\x87\xcc\x51\xa7\xf3\xb0\x85\x57\x26\x0e\x7f\x08\x80\xb0\x3c\xa2\x3d\xa9\xb8\xd5\x2a\x97\x49\x8c\xda\xa8\x78\x5c\x8c\x70\xa9\x71\x99\x04\x96\x5c\xb9\x4c\x52\x3c\x77\xd3\x6d\xe2\xef\x64\x24\x55\x3f\xe7\x26\xe5\x1e\x81\x35\x61\x6c\xd1\x60\x5a\x0d\xd3\x88\xd6\x11\xa6\xe1\x39\xc0\x54\x22\xeb\xaa\x46\x5e\x6a\x7e\xaa\x1f\x59\xa8\xb8\x10\x9e\x16\x2c\x13\x15\x4f\x8b\x02\x56\xfd\x00\x05\xe8\x6a\x55\x16\x71\xf0\x48\x31\xe0\xf6\x7d\x86\xe8\xca\xc2\x3f\xf0\x09\x89\x1a\xe9\x5f\x28\xf7\xd3\x6a\x08\x26\xd9\xe6\xec\x99\x50\x20\xac\xe3\x30\x8e\xa5\x7e\x02\x24\x36\x31\xa9\x81\xdb\xbc\xc5\x94\xaa\xf9\xa3\x9e\x41\x26\x58\xc8\x09\xc9\x96\x5a\x9a\x81\x54\xaa\x1b\x32\x86\xd8\x76\x32\x2b\xb7\x26\xae\xa4\x60\xc0\xa8\xa7\x72\xa6\x60\x44\xde\x58\xfa\x8c\xc8\xd6\xf0\xf3\xd8\x9d\xe6\x38\x62\x43\x4e\x36\x4a\xa2\x71\xea\xe8\x84\xe9\x57\x84\x92\x64\xe3\x2d\x93\x14\xb2\xd5\xb6\x4a\x8c\x88\x2c\xb5\x7a\x6f\x25\xb0\xf5\x12\xc5\x6c\x10\x9b\x66\x0b\xd0\x5b\x3c\xbc\x84\x27\x43\x23\xb8\x24\xb1\xf8\x92\xe4\x47\xeb\x00\x1b\xab\x30\xf3\x94\x42\x7b\xbd\x6d\xce\x0f\x8f\x1a\xa1\x7d\x29\x25\x88\x18\x0f\x33\x74\xec\xcd\xe7\xc7\x90\xc7\x3c\x18\x5b\x64\x80\x8f\xfb\x57\xbe\x15\xf4\xea\xe3\x91\xf7\xa4\xca\xfa\x85\xb5\xac\xdf\xbd\x7d\xcc\x2d\xe8\xf9\xf2\xb2\x48\x20\xf9\x4b\x8c\xa2\x48\x13\xfe\x13\x0f\x5b\x18\x34\x44\x2d\x19\xb8\x80\x7f\x25\x97\xc5\xe6\x0e\xe8\xb3\xb4\x4f\x3c\x23\x6c\x93\x4c\x60\xad\x59\x58\x05\x72\xd5\xf4\x73\xa8\x9e\x35\x93\xef\x03\x89\x86\xb1\x82\x44\x13\xcd\xfb\xc8\x4b\x55\xad\xc1\xf3\x87\xd8\xd4\x0e\xb5\xdb\x69\x5f\x1c\x5c\x0e\x74\x93\x8b\xb3\x89\x0d\x87\x86\x27\xb2\xa5\x18\xaf\xf1\x42\x0a\x22\x4e\x4e\xcb\x1e\xa3\xe2\x4b\x80\x7b\xf0\x22\x45\xc5\x63\xd0\x64\x9e\x18\x7f\x1a\x77\x32\xc8\x48\xd9\x1a\x51\x12\x15\xce\xdb\x8a\x62\x0c\x48\xda\x54\xf1\x97\x3f\x28\x28\x61\xf6\x6a\x84\x22\xae\x00\x83\xfa\x3e\x9a\x6c\xc3\xe1\x20\x36\xb5\xa2\x92\x3a\xfc\x21\xb6\xd6\x5f\x94\xc8\x87\x2f\x1b\xd4\xa4\x5d\x69\x4d\x56\x2a\x44\x6a\x6c\xad\x2f\x44\xcb\x61\x0a\x6a\xea\xf2\xd8\x0e\x1a\x57\x2f\xc8\xa7\xd6\x9a\x97\x25\x45\xf8\x56\x25\xa9\xc3\xd6\xca\xc8\xae\x9c\x20\x88\x58\x47\x8d\x89\x00\x9e\xea\x55\x44\xc0\x4e\xf5\xae\x4e\xf8\x76\x6b\x4d\xa2\x81\x88\xd5\x88\x59\xa4\x8a\x54\x6b\x7a\x26\xd4\x8c\x5a\xb3\xdf\xcc\x33\xa8\x84\xba\x46\x0a\xfb\xd1\x45\x92\xb8\x0f\xe1\x47\xdd\xa2\x8d\xa8\x49\xe4\x64\xf9\xb9\x4f\xde\x8d\x90\xc8\xb5\x2e\xa8\x91\x41\x1a\x1c\x4b\x17\x6d\x23\xd1\xa3\xf2\x7d\x1b\x7a\xa3\x87\x3f\x90\x71\x16\xce\xd2\xbc\xab\xa0\xbd\xb7\xc1\xbe\x34\x59\x37\x4a\x4e\x75\x03\xd3\x5a\xb8\x01\xdc\xf4\xcd\xcb\xaa\xe6\x8e\x46\xb2\xc7\xe1\xc2\x27\x06\xef\xe4\x37\x83\x6f\x98\xe0\xd4\x0e\x8c\x36\x4b\xce\xfd\xb4\x9c\x39\xb7\x22\x35\xb2\x92\x73\xbf\x1c\x87\xd3\x10\xef\xdd\xcc\xa9\x0e\x89\xf4\xd4\xcc\x04\x23\xe5\x6c\xde\x85\x54\xb9\x6b\x5e\x3b\xd0\x74\xdc\x42\xaf\x46\x14\x6b\xde\x80\xd4\xde\xdb\xb8\x6b\xa0\x41\xa1\x71\x03\x52\x53\x7f\x43\xaf\x36\x98\xa0\xad\xa8\xcc\xc7\x33\xd4\xcf\x75\x2f\xc1\x06\x40\x96\x2c\x83\xef\x3f\x31\x34\x9d\x7e\x62\x68\xe6\x01\xf7\x9a\x22\x28\xcc\x4b\x86\xd5\x36\xf3\xaa\x72\x4e\xca\x01\xe4\x31\xbe\x35\xeb\x59\x2a\x40\xaf\x7c\x23\x05\xa3\x71\x3d\xed\x13\x66\x00\x47\x71\x8e\x3c\x9f\xc6\xca\x33\x93\x33\x60\xc5\x42\x2c\x22\xd0\xfc\x41\x62\x29\xfd\xb8\x14\x02\x3c\x9d\xc6\x1c\xea\x9f\x6e\xf0\x13\x2a\x1a\x36\x32\xfd\xd4\xd8\xe7\x2b\x90\xcf\x1f\xd8\x74\xf7\xf6\x92\x90\x4d\x5f\x3c\xe8\x1e\xdb\xcb\x83\x2e\xc6\x59\xfd\xc1\x88\xa6\x16\x76\x7d\xf7\xf0\x0e\x94\xa3\xcd\x1d\x73\xf1\x85\xb9\xa0\x9d\x90\x68\xa8\x06\xe5\xbd\x65\xb1\xd5\xbe\x40\xfe\x64\x03\x91\x5f\x0c\x08\x4d\xd7\xa3\xce\xd5\x02\xca\x2b\xb6\xf6\x38\xa0\x8b\xe7\x4a\xa3\x26\x60\xca\x19\x54\x9d\xbe\xed\x89\x65\xf9\x22\x73\x90\x8c\x3f\xb2\x46\xc9\x54\x98\xd7\x11\x9a\xda\x2b\x8c\x24\xa5\xdc\x3e\xac\xd9\x1f\xa4\xfc\x6e\x04\x71\x7e\xe4\x47\x69\x0d\x46\x43\x96\xa6\xd6\xf0\xad\x57\x89\xce\xeb\x61\x85\x3a\xf4\x60\x2e\x88\x30\x54\x47\xc8\x0b\xa9\xa5\x1f\x92\xb9\xf8\x2a\x0e\x5f\xe7\x05\x5f\x3e\x00\xea\xde\x09\x20\x97\x48\xeb\xde\x1d\x54\xde\x37\xe9\xc4\x90\x7e\x92\x95\xa9\xea\x26\xea\x84\xf0\x29\x02\xf5\xa4\x5d\x94\x01\x09\xde\x97\x9f\x74\x2d\xde\xda\xe4\x3b\xe9\xaf\xc9\x02\xd2\x3a\x49\x14\x9a\x90\xeb\xa1\xd7\x41\x63\x7b\x36\x87\x3c\x13\xc9\x01\x52\xbf\x62\x77\xec\xb7\xc4\xa4\xf8\x0a\x7e\x64\xcc\x4d\x27\x68\x6f\x3a\x41\xaf\x08\x6a\xf7\xef\xe4\x99\xd6\xcd\xd6\xf5\x8b\xab\x50\x74\xf4\xbd\x1a\xad\xd5\x36\x21\x02\x1d\x3e\x45\x9e\x92\xd6\x8b\x56\xb7\x6e\x73\x2f\x1f\x25\x9b\x6b\x8d\x5e\x4e\x4b\xd4\x8a\x11\x4d\xf7\xcf\xb1\xec\x35\x26\xcc\x67\xd5\x83\x05\xbd\xb7\x1e\x05\xa9\x3f\x5b\x87\x3d\x25\x5d\x0a\x3d\xf8\x53\x7c\xb5\xec\xcc\x5f\x4e\x5f\x6c\x73\x51\x6b\xca\x1f\xdc\xb8\xee\x0f\xa2\x8a\xcd\x63\x2e\x6c\x16\x21\xf5\xd4\x7a\x6c\x7d\xb3\xa7\x61\x18\x60\x6f\x12\xab\x78\x31\x61\x3f\x2b\x69\x8a\xc7\x82\xc5\x28\xbb\x58\x56\x17\xaa\x7c\xa5\x32\x27\xb7\xe9\x96\x70\x1c\xb6\x88\xb9\x83\x04\xb8\xbb\xf5\x28\x50\xf7\xa2\x92\x29\xa5\x51\xf6\xa2\x92\xc0\xa4\x75\xf3\x35\xed\xc5\x7e\x43\x05\xa9\x83\x91\x82\x82\x77\x52\x25\x37\x68\x4c\xc7\xcf\x9d\xf4\x43\x74\xeb\x32\x4a\x61\x3b\x71\x73\x92\xbe\x4e\x52\xe4\x98\xb1\xdc\x0e\xc6\xd2\xa7\x81\x58\x76\x3b\x03\x5b\xfc\x0a\x6c\x81\xbb\x76\x4b\x40\xc0\x56\xba\x31\xf2\x01\x60\x39\x99\x5b\xaa\x4a\xa6\x7b\xa3\xe3\xdb\x1e\x3f\x07\x04\x9f\x9d\x08\x9e\x69\x8d\x3e\x1d\x15\x2b\x38\x35\x29\xcd\x46\x6f\xfe\x60\xc1\x6e\xf1\x6e\x05\x8c\x6c\x2e\xdd\x74\x81\xfa\xa9\xd5\x21\xa9\x0e\x52\x63\x8e\x64\x08\xd6\x1b\xd7\x51\xb1\x14\x84\xfa\x47\x8a\xd4\x7d\x19\xce\x97\x8d\xf8\xc4\xaa\xfc\x65\x39\x08\xcb\xfa\xc4\xb2\x98\xa4\x6c\x06\xaa\xdf\xcd\xb8\x24\x67\xeb\x5e\x96\x93\x49\xf6\x53\x37\x42\xfc\xe2\x82\x69\x7e\x0a\x53\x46\xf4\xe6\x9c\x8a\x67\x47\x31\xaa\xd0\x50\x4a\x96\xe4\xa4\x4b\xa6\xa3\x00\x79\x7f\xbe\x75\x5c\xd4\x15\xe2\xda\xd1\x80\x48\x7e\xde\x3a\x46\x59\xf2\x79\xb7\x7e\x45\x6a\x39\xc6\x40\xd1\xa9\x52\xca\x4b\xdc\x84\x65\xf4\x8b\x92\x2c\xc3\xd6\x2e\x50\x68\x99\x23\x4b\x7d\xb6\x5f\x01\x79\xe6\x7e\x99\xae\xdf\x89\x04\xe0\xf9\xe1\x3e\x6c\xcf\xb4\x6e\xa7\xc8\xa2\x6e\xa7\x45\x57\xf8\x9e\xab\xe4\x0d\xfd\x49\x2b\x5b\xbf\x25\x37\xce\xe4\xc6\xe2\x21\x6e\x70\x63\xdf\xc0\x81\xae\x23\x5a\x17\x52\x87\xa9\x05\x1b\xee\x96\x87\x90\xe8\xde\xa6\xc1\x13\x6e\x8f\xb5\x62\x98\x93\xae\x68\x95\x9c\x0e\x83\x5b\xa2\xc3\xa3\x01\x52\xe0\x9a\xea\x2e\x8e\xce\x23\x4b\x1d\xb6\x97\xd6\xa0\x6d\x76\x14\xae\x2a\x41\xc5\xbe\x7a\x08\xab\xe0\x7c\x52\x73\x1c\xcb\x06\x44\x77\x12\xa2\x19\xe1\xda\xe5\x75\xd2\xd6\xd7\x50\x10\xa6\xfe\x52\xb2\xc6\xed\x7f\x39\x2c\x90\xa6\x71\x80\xd3\x10\xb9\x71\x70\x21\xab\xf8\x0c\x4e\x71\x4e\x87\x31\xec\xea\x25\x03\xff\x6f\x05\xbf\xc7\xe1\x60\xfe\x3d\x0e\xd4\xe0\x05\x62\xd4\x7d\x76\xbf\x87\x2d\x60\xbf\xac\x67\x44\x3a\xa6\xbd\x61\x23\x25\xe1\xef\x0b\xb5\x65\xa0\x3d\x94\xcd\xa9\x35\x3e\xf2\x30\x23\x79\x0c\x39\x26\x00\x18\xc4\xb9\x57\x76\x78\x70\x45\x9e\x84\x86\x6d\xa4\x00\xeb\xfa\x8e\xf6\x8d\xbf\x57\x87\x68\x23\x8b\x6d\x60\xcf\xc0\xcb\x5b\x16\x27\x62\x18\x97\xa6\x83\x6a\x64\x43\x76\x9c\x72\x76\x36\x80\x0b\x8d\xd0\x4b\x3d\x23\xab\xa5\x00\x08\xf3\xe8\x88\x0b\x23\x7f\xec\xca\x16\x82\x68\x3a\x22\x69\xa1\x92\x63\x28\xf9\x4c\x5f\xa4\xcf\xce\x0b\x3f\xb1\x21\x3f\x83\xb8\x77\x1d\xbd\x14\x13\xda\xfd\x32\x3a\x2a\x1d\xe9\x7e\xdb\xa8\x31\x77\x9e\x43\x5b\xe3\x99\x52\x03\xd3\xef\x2f\x47\x00\x78\xd5\xa3\xe9\x70\xf2\xbf\x61\x0b\xd0\xc7\xc9\x7a\x51\x1e\x4e\x3c\x54\xd5\x84\x7c\x8b\xd1\x58\x6b\xd3\xa0\xe4\xb3\xe7\x1a\x41\x74\x74\x8e\x72\x3c\x47\x0b\xba\xc2\xb0\x79\xb8\xeb\x14\x87\x0a\xbc\xea\xca\x62\xfe\x5d\xe2\x0a\x4f\x1e\xdd\xa3\x85\xf0\x37\x70\x98\x56\x81\xd6\xb5\xee\xfb\x77\x8f\x9c\x6b\x0d\xe7\x29\xaa\xc5\xf0\x7a\x7b\x89\x8e\x3d\xe5\x42\x01\xf7\x69\x08\x89\xc3\x0b\x65\xba\xb8\x07\x11\x5f\xdd\x3b\x3c\xc3\x9b\xec\xde\x4d\x1c\x43\x2b\x00\xe2\xee\x20\x82\x7c\x28\x7d\x8e\x61\x3c\x02\x47\x72\x18\x42\xee\xd5\x43\xaa\x3b\xd5\xea\xd4\x66\x0c\xc3\x04\xa8\x05\xd0\x91\x10\xc6\x54\x56\x47\xd8\x1f\x04\x80\xd5\xe9\x47\xae\x98\xb5\x10\x2a\x2e\x67\x18\x33\x36\x94\x6e\x89\xf0\xae\xce\x6a\xc9\x94\x11\xc8\xc6\x92\xbf\x23\x2f\x8c\xe5\x61\x47\x98\x1c\x2b\x96\x65\x7b\x13\x87\xba\xfa\x15\x3d\x33\xa4\x26\x4a\xdd\x4c\x43\x2e\xe9\x1c\x3f\xb1\x12\xc6\xf4\xc2\x98\x67\xc4\x82\x48\x8e\x88\xb5\x92\xd4\xd3\x6d\x04\xc7\x44\xa4\x19\xc1\x31\x85\xc3\xc7\xa9\x54\x3f\x43\x28\x40\xd1\x18\x1f\x6d\xa5\x76\xe5\x79\xb1\x2f\xbc\xa2\xa4\xa9\x6b\xe3\x74\xed\x74\x4b\xa4\x77\xe8\x03\x43\x07\xa5\x1e\x84\x71\x39\x75\x5a\xc8\xf1\x90\xd4\x07\xe9\x69\xc8\x7e\xd7\xc6\xd6\xc4\x66\x9c\x0a\x52\xde\x06\x05\xc0\x0b\x39\x04\x8e\x7a\x98\xa2\xdc\xb8\xcc\xbd\x05\x08\x2f\x2d\xda\x22\xb3\xca\x16\x9c\x65\xdc\xca\x45\xae\xe8\x76\x38\xba\x35\x93\xa7\x92\xf3\xd8\x5c\xaa\xc8\xb6\xc7\x1d\x13\x67\xb2\x30\xa9\xa1\x24\x38\xe0\x52\x06\x00\x8e\xcd\xa4\x4a\xfb\x36\x67\x69\x1b\x8f\x3b\x85\xdc\x31\x08\xa0\x6a\xe2\x9c\x45\x90\x0c\x29\x8a\xfc\x75\xca\xc1\xe3\x11\x53\x04\xf0\x13\xdb\x03\xbc\x1e\x19\xa8\xc7\xc9\xfc\x32\x8a\x79\x24\x78\xcd\xcd\x1d\xc5\xcb\xa7\x21\x6a\xbc\x6e\xb5\xab\x79\x29\x24\xe2\x54\x5e\x8b\x14\xdb\xd8\xa3\xe4\x18\xde\xfa\x76\xc5\x66\x8a\x55\xe4\x1b\x9a\x0f\x4b\xbc\x48\x33\x39\x63\xe4\x90\x2d\x83\xed\x9a\x06\x41\x01\xca\x49\x2c\xb5\x39\x0c\xda\x3c\x2c\x41\x13\x2f\x66\xd8\xf3\x2b\xee\x8e\xc0\x35\xa7\xf9\x64\x74\xa9\xcc\x43\xb1\xa7\xf8\x8b\x98\x39\x79\x26\x1d\x02\x6a\xc6\x34\x54\x4a\x9f\xde\x0c\x9d\x10\xe4\x9a\x9b\xab\x65\x2f\x71\x4e\x8a\x1d\x19\x98\x3d\x0d\x64\x52\xa5\x9c\x78\x04\xa9\xd1\xd8\xa6\x19\x4b\x95\x37\x67\xf2\xe8\x21\xa5\xcd\x2c\xb1\x02\x59\x26\x37\xb6\xc8\xbc\xd5\x26\x31\xd4\x24\xf4\x6a\xd3\xb8\x69\xb5\xd3\x99\x45\xaf\xea\x2f\x5a\x6a\xfc\x41\xf4\x42\x60\x20\xdf\xee\x90\xbb\x4d\x6b\x0d\x40\x76\x66\x21\x6f\x95\xdf\x10\x9f\x14\x0a\xc8\xe4\x56\x97\x86\xf4\x49\x1d\x50\xea\xb1\xb6\x59\x64\x81\x42\xc1\xa0\x68\x27\x8b\xb3\xcf\x08\xbc\x19\x2c\x4c\x88\x54\x10\x18\x06\x33\x2b\x01\x9a\xae\xa8\xda\x93\xeb\xae\xa6\xc8\x61\xb8\x2a\xd0\x6d\xe0\x39\x74\x82\xa1\xcf\x2d\x9b\xcb\x86\x6c\xd2\x64\xf8\x4e\x71\x73\xb1\x3c\x9c\x21\xb7\xae\x0c\x61\x9c\x5b\xa1\x2b\x5e\x9f\x9b\x4d\x82\x89\x26\x31\x09\x20\x12\x11\x67\xe3\x1e\x51\xb7\x57\xc2\xaf\x9c\x2d\xf1\x43\x86\x93\x4e\x5d\x7b\xf1\xf7\x98\x06\xb3\xa5\xa4\xe9\x70\xb2\xdc\xb8\x22\x83\x49\x9b\x3d\x4e\x20\xad\x8d\x0c\x52\x42\x9f\xe6\x66\xd3\xd5\x32\xbb\xb7\x09\x98\x13\x37\xa9\xc8\xf7\xd0\x66\x30\x3a\x51\x12\x5f\x1e\x85\x55\xdb\x1c\x8e\x41\x03\x54\x3c\xd5\xbd\x39\xa2\x57\x06\x1f\x60\x64\xf2\x07\x69\x7e\xf1\x07\x22\x2a\x96\x3f\xc4\x32\x98\xe1\x0c\x24\x64\x4d\xd3\xda\x70\x90\x92\xe9\x75\x28\xcf\x03\x17\xa4\xb5\x0a\xce\xa9\x32\xe4\x74\x4d\xac\xa2\xa3\x6f\x9a\x38\x58\xf5\x62\x2e\xf3\x05\xf0\xd5\xf2\x94\x22\xf9\xcf\xa5\xa6\xdf\xfd\x85\x00\xf9\x64\x8b\xe9\xe8\xdf\xea\xbe\x73\x71\x85\x1d\xf2\x33\x43\x1b\x74\x06\x94\x4f\x50\x16\x98\x58\x26\xa5\xe4\xf3\x13\x63\x02\xbd\x8f\xf5\xca\x68\xf0\x09\x6a\xc0\xcc\xbc\x09\xad\x2c\x3f\xcd\x8e\xe2\xa1\x40\xcb\xa3\xd8\x56\x9b\xde\x84\x56\x66\x9f\x86\xef\x20\x6e\xcc\xcd\xb4\x4a\xf3\xa8\xe1\x0a\x6b\x82\xe8\x74\x4f\xfc\xe6\xc3\x33\xc0\x3e\x1d\x80\x69\x70\x69\x69\x19\x13\x39\xd1\xf7\x0e\xc9\x18\x3e\xae\xee\x5c\x0d\xbb\xd1\x25\x32\x75\x72\xa9\x16\x4c\x43\x92\x75\x27\x4e\xac\x92\x0d\xd9\x6a\x5e\xdc\xc4\x91\x5e\x98\x28\x45\xbf\xc2\xb4\x8c\x9f\x98\x4c\x14\x4e\x4c\x2a\x34\x3c\x01\x85\x4d\x32\x2c\x16\xd3\xc0\x63\x19\xc3\x44\xab\x6b\xae\xfb\x36\x62\xc2\x01\x51\xf1\x9a\x1b\x70\x47\x38\x07\x90\xe2\xd6\x52\x6c\xd9\x1d\xbb\x01\xd0\x51\x04\x1b\x32\xcf\xbc\x05\x1b\x33\xb9\x01\x1b\x12\xcb\x34\x72\xa7\x46\xeb\x8b\x1f\x9c\x94\x74\xaf\xfb\xc2\x2e\x25\x7b\x65\xf3\x11\xf0\xe6\xa3\x87\xc2\x49\x05\xe7\x14\xba\x5a\x3a\x55\x89\x26\xd6\x4d\x0a\x4b\xb6\xf9\x08\x43\xba\xf2\x0a\xb4\x7c\x6c\x3e\xe7\xcf\x5a\x74\x6d\x12\x7d\x13\x1b\x4e\x42\x15\xaf\x51\xcc\xc7\xb1\x99\x2c\x1a\x61\xf7\x70\xbe\x5e\x6c\x65\x4e\x38\xe0\x82\x24\xbd\x94\x20\x72\x27\x51\x08\x9b\x54\x16\xf7\x9b\xdc\x77\x51\x70\xb0\x81\xa6\x2b\x92\xc5\x77\x5f\x84\x25\x9a\xd5\x3a\x88\x2d\x67\x27\xd7\x61\xeb\xc5\x33\x41\xdc\xc0\x78\x1d\x92\x05\x18\xee\x3a\xdc\x6e\xa0\xb1\xd0\xf0\xe4\x4d\x8b\x30\x60\xd2\xfa\xb6\x95\x3c\xbd\x0e\xb1\xf9\x9f\x05\xf8\xda\x4a\x91\x1f\x97\x67\x5c\x5b\xc9\xbf\x2f\xa2\xb4\x3a\xcf\x1f\xb2\xf4\x31\x25\xac\xa0\x14\xb2\x6a\x8b\x22\x80\x24\xc5\x69\xcb\xa4\x25\x1a\x3e\x97\xe1\xbd\x46\xe7\xae\x1c\xbb\xc5\xcc\x33\xb5\x42\xd1\x4c\x17\xea\xdc\x92\x7e\xae\x1c\x88\xe6\x57\x6c\x5d\xb5\xf9\xf8\x59\x21\xb0\x2d\x75\xbb\x12\xcd\x17\x14\x97\xd1\xb3\x33\x64\xe6\xe4\x20\x11\xb7\x16\xda\x9c\x66\x9e\x15\xca\x1c\x4c\x7c\x19\xf4\xab\xbf\x77\x15\xc3\xa8\x68\x5d\xd8\xa4\xf8\x48\x29\x25\x7e\x40\xc7\xc4\x78\xb0\xb0\xad\x36\x01\x62\x15\xbf\x94\xbe\xab\x1d\xd9\x56\x89\x8d\x62\xbd\x05\x44\x77\xc6\xc1\x7e\x51\x9f\x56\x75\x50\x18\xc3\xe2\x8a\xb4\xaa\xdb\xaa\x51\x2b\x80\xa9\xa1\x4f\xb6\x68\x81\x49\xb0\xf9\x77\xb0\xa7\xd9\x98\x21\xe2\x99\xca\x4a\xee\x01\x06\xd4\x06\xd7\x5b\x68\x90\x6a\x54\x2b\x34\x48\x0e\xc3\x6a\x44\x76\x72\x74\x17\x8c\x58\x1b\xed\x22\x6f\x89\xce\xde\x25\x1f\x86\x18\x2d\x72\xa4\x52\xa7\xb0\x2d\x72\xa4\x2e\xad\x97\x8b\xb4\x25\xad\xd9\xa9\x38\x6c\x03\x02\xf6\x38\x9e\x4b\x06\xad\xaf\x64\x59\x4d\x4f\x1d\x7a\x75\xe7\xca\x34\x8c\xea\x55\x72\x5a\xb2\x6b\xd8\xd4\xea\xce\xd5\x06\x64\x82\x43\x80\x58\x1d\xb2\xd4\xfc\x7e\x62\xe2\xf7\x1b\x0e\x68\xf3\xd9\xb0\x3c\xfb\x51\xfe\x9b\xbe\x40\xa2\x60\x77\xab\x2b\x5d\xbb\x5b\xd4\xc6\x6b\x22\x64\x8f\x9d\x63\x7e\x23\xe0\xc7\x2f\x04\xf8\x2a\xa1\x2e\x2c\xbb\x5e\x2b\x5e\xe4\x35\x69\xb0\xa7\x35\x02\x4e\xb6\x8e\xc1\x19\x63\x28\x46\xb9\x15\xb8\x3b\xbd\x6b\xba\x26\x44\x1b\xc6\xb5\x26\x02\xb5\xc3\x6d\x46\x5f\x24\xae\xcb\xd0\x5d\xa1\x3f\xb9\xae\xb9\xfc\x5e\xc3\xbf\x24\x24\x98\x3e\xfa\xd9\xe2\x9e\x52\x93\x82\x18\xdf\xab\x37\x63\xad\xe0\x0b\xcc\x90\x9b\x4a\x5d\xf2\x10\x0a\xac\x1d\x53\x4c\x2e\x8e\xa8\xca\xac\x06\xe3\xb5\xbc\x84\xe2\x47\x54\xe5\x84\x4c\xaf\xc5\x78\x98\x08\xd6\x72\xbb\xdd\x7b\x2e\x23\x79\x4f\x8c\x32\x0e\x53\xdd\x77\x7d\x94\xd8\x01\x47\x28\xac\xc8\x41\x0b\x39\xc0\x3b\x96\xcb\x0b\xcb\xd2\xbb\x8f\xe4\x68\xd9\x42\xf1\xdd\x7d\xfd\x04\x6d\x62\x19\xde\x46\xd2\x11\xb3\x48\x89\xd2\x60\xcd\xeb\x0c\xda\x04\x78\xce\x18\x91\xf6\xa7\xb1\x1e\xac\xe9\x24\x78\x29\x9e\xcd\x46\x6a\xeb\xd8\x3e\x5f\x1e\xca\x94\x32\x2d\x7d\x92\xca\xcd\xcb\xe2\x0b\xd3\xe3\x10\xec\x7f\xf9\xd2\x99\x89\xcf\xea\x69\x42\x97\xc0\x16\xaf\x0b\xac\x2b\x18\x2a\x53\xbc\xe4\x69\xcc\x30\xf8\xbf\x98\x04\xcb\x4f\x7e\x14\xf7\x91\x69\x7d\xab\x3c\x38\x2d\xd2\x9e\x78\xdf\x67\xc1\xf1\xbd\x33\xbf\x64\xd3\xdd\xbf\x7b\x06\x24\x1b\xa1\xfd\xce\x6f\xcd\x7c\xcb\x2b\xc9\x71\x20\x89\xa0\xd5\xc7\xbd\x50\x6c\x15\xed\x4c\x9e\x3e\x34\x48\xac\xc7\x13\xc2\xec\xb9\x6d\x3c\xdc\xc5\xcd\xb6\x8b\x16\x88\x85\xb3\xb2\x2c\xa1\xf5\x38\x99\xf8\xc5\x13\x89\xec\xbd\xde\xa8\x93\xcc\x2f\x5e\x38\xd6\x0d\xb4\xbc\x0d\xa4\x1b\x68\xe1\xd3\xd4\x50\xb7\xbc\x3a\xac\xa7\x6a\xe9\xd3\xd4\x0a\xbe\x2c\xec\x8e\xfc\xbc\xf0\x5d\x7a\x8b\xe0\x73\x1c\xb6\xc8\xbc\x50\xb6\x08\x12\xff\x21\x2c\x56\x4b\xe4\x27\xc2\x62\x9b\x3f\x40\x7f\x86\x3f\xc8\xca\x21\x64\x9f\x60\xe5\xcb\x97\xc7\x7e\xf7\x80\x1f\x92\x93\x91\x73\xb5\x7d\xcc\x6f\xaa\x1b\xe6\x93\x02\x89\x26\x2f\x01\xc7\xce\x0b\x22\xf2\xf4\x2b\x88\xf0\xf0\xa3\xd3\x70\xd1\xc4\x0b\x3b\x3c\x6c\x10\x03\x3a\x08\x02\x90\x0b\xc1\x3c\x2b\xc3\xf8\x84\x0d\x16\x8a\xfc\xc9\x01\x45\x5f\xe0\x0c\x20\xce\x27\x94\x5c\xf6\xe7\x23\xd7\xd6\x8d\x42\x02\xfc\x61\xc2\x8c\x8f\x16\x59\xdd\x1a\x9f\x1c\x6b\xf7\x05\xac\x41\xbe\xf9\x94\x80\xef\xe2\x85\x68\x69\xa7\x82\xad\x55\x27\xdd\x47\x45\x15\x6c\xfe\x10\x52\xaa\xc9\xf0\x53\x75\x72\x41\x7b\x3f\xd5\x89\xb0\x9d\x1f\xee\xbc\xc8\x41\x3f\xd5\x4c\x9f\xec\xed\x47\xdd\x54\x9f\xca\xc7\x10\x51\xb5\x9e\x4f\x23\xf4\x14\x72\xf6\x91\x65\xe9\xb1\xf8\xc8\x8c\x04\x75\x0f\x00\x31\xad\xae\x98\xb7\x7c\xe1\x6e\xb8\xf3\xea\x9a\x32\xb3\x3f\xb0\x3b\xd3\xae\xd8\x90\xe9\x47\x1e\x39\x98\xc5\x27\x8c\x9f\x36\xf7\xd6\x87\xf6\xa2\x8f\x9c\x43\x6b\xef\x67\x28\xef\xbb\xbb\x5b\x4b\x2c\xe6\xbd\xfb\x4c\x75\x5a\x88\xd5\xc7\xe4\x16\x1a\x4a\x3e\x2b\x16\x0c\x8c\x48\x50\xa1\xd1\xe4\x63\x18\x8a\x86\xbe\x8f\x2a\x9f\xa6\xb7\x8f\x56\x4a\x6d\x72\x9f\xe5\xf4\x19\x7e\x79\x48\x81\xf0\xb2\x18\x90\x07\x63\xc5\xbc\x78\xc1\x2e\x39\xb4\x94\x7c\x3e\x6e\x11\xb2\xf3\xe7\xe3\x71\x40\x77\xf9\xa8\xa6\xa9\x93\x7f\x0c\xfa\xd0\x5f\xf4\x31\x7e\x51\xa1\xff\x73\x1a\x97\x2f\x7e\x9d\x71\x64\xed\x20\xc0\xc4\x02\x24\xd0\x7a\xff\x29\xbd\x50\x65\xe2\x1f\x12\x4c\x34\x51\x92\xa0\x45\xca\x1c\xb5\x8f\xd1\x24\x5e\xd4\xff\x70\x79\x42\xe3\xcc\x07\x37\x1d\x15\x8f\x1a\xe5\x81\x36\x58\xbf\xab\xd8\xd6\x3e\x5e\x2d\x55\xd4\xfe\xa8\xc8\xa9\xe5\x7e\xa4\xea\x22\xf2\x85\x7c\x3d\x7d\xbe\x2c\x64\xc1\xf3\x6b\x03\xd6\x45\x2e\xcb\x2e\x65\xc0\x74\xa9\x2b\xea\xa3\x1e\xb6\xfc\xbb\x6b\x87\xf0\x7e\x6e\xb7\x02\x42\xf8\x31\x0f\xb6\x0e\xa5\x0f\xba\x94\x77\x28\x3e\x1a\x21\xdd\xbc\xb8\xec\xe0\x59\x79\x1c\x83\xb1\x49\x06\xd1\x24\x51\xc6\x3a\x7a\x01\xeb\x23\x19\x56\x49\xfe\x68\x82\xd4\xda\xf0\x79\xa3\x2f\x3e\x33\x80\xc4\xcb\x55\x1f\x7c\x64\x49\xad\xe6\x3c\x62\x5e\x83\x97\xe4\x2f\x9d\x17\x2b\x56\x25\x5f\xc8\xb2\x85\x7c\x7c\x62\xef\xd3\x54\x7f\x52\x3a\xdd\x08\xf7\x13\x57\x55\x07\xbd\x4f\x89\xa2\xba\xf1\x99\x54\x04\xe1\x2e\x27\x94\x70\x95\xf8\xe5\xf6\x85\x5f\x72\x30\x0e\x3a\xc3\x07\xd5\xe2\x07\xe9\x41\xf7\x07\x8a\x8e\x43\x87\xcf\x8c\x39\xa3\xfb\xec\xb9\x45\x9e\x3a\xb5\xde\x41\xdf\x4f\x94\x0b\xea\x3d\xb4\xb3\x58\x78\xcb\x6e\x8b\xf3\xf5\x23\x31\x38\xdb\xfa\xe1\x07\x16\x5e\xdd\x75\x86\xae\xca\xc2\xe0\xc6\x49\x82\x43\x0a\xd0\xb5\x93\x70\x41\x13\x69\x9d\x35\x30\xde\x1f\x02\x05\x68\x6e\xa2\x23\xbf\xda\x2a\x40\xed\xe0\xc9\xd9\x3c\x98\x8e\x6d\x40\x05\xbc\xe1\x44\xec\xa7\x8c\x5c\x3b\x49\xb0\xac\x81\xf7\xa4\x4c\x82\xa1\x4c\x27\xf1\x81\xb3\xda\x96\x7c\xd3\x6e\x58\x53\x7e\x65\x16\x41\x36\xb3\x0d\xac\xab\xcb\x47\xde\xd2\x13\x34\x3d\xf2\xf6\xf0\xec\xc0\xc0\xd5\x10\x8d\xee\x37\xa2\x04\xa7\xf9\x44\xa0\xa7\xb2\x41\x3b\x11\xe2\x67\xf5\xef\x31\x1a\x6b\xd6\xc9\xa4\x51\xe5\xc4\x2a\x67\x4a\xc1\x93\x08\x7b\xf5\xfb\x93\xc4\x03\x6a\xdf\xe7\x70\x68\xa6\x4a\x0c\x86\xd9\xe9\xdb\x89\x0c\xdf\x85\xe4\x00\x07\x9c\x46\x58\xeb\x86\x23\x18\xc9\x86\x19\xe0\x24\x3a\xa3\x3b\xf4\x94\xaa\x71\xf4\x4f\x62\x11\x4b\x00\x8d\x58\xc4\x1e\x3f\x88\x1e\xd9\xe6\x88\xbf\x9c\xf1\xd3\xdc\x86\xca\xc5\x16\x00\xf3\xfe\xc3\x69\xe9\xe9\x78\x26\x6b\x25\x5c\xeb\x9c\xca\x89\xc3\x1f\x4e\xf4\x40\xd6\x87\xab\x2a\x0e\x95\xf9\x94\x87\x43\x0b\x35\x38\xc5\x69\xc4\x22\xf4\xe1\x54\x01\x98\x18\x9c\x4f\xfd\x59\xb5\x7c\x7b\xc5\xe3\x5c\x94\x35\xf7\xc8\x59\xf0\x4e\x93\xd0\x89\xe1\x50\xaf\xc3\xb9\xbc\xbb\xee\x33\xd7\xa6\x3c\xe1\x0b\x3b\x6e\x8c\xcf\x35\x5a\x91\x6d\x45\x69\x5d\x9e\xc9\xe3\x88\x76\x70\xe2\x18\xd3\xc7\x78\xc2\x66\x3a\x52\xc4\xf9\xf1\x7a\x2c\xdf\x50\x20\x4e\xdf\xef\x49\x26\xa4\x29\xa4\xb8\x38\xd8\x05\xb9\x41\x89\xda\xb1\x4e\xb5\x09\x0d\xac\x27\xda\x84\x31\x2d\xa7\x65\x1e\x34\x3d\x9e\x2a\x13\x1e\xc3\x08\xb0\xe7\xa3\x53\x25\x1e\xa8\x71\x0d\x50\x5b\xb2\x95\xd8\x4a\x3c\xab\x36\x89\x47\x58\x1e\x4d\x2f\x70\x9e\x26\x2a\x77\x00\xe5\x25\x71\xfb\x54\x66\xa9\x36\x27\x33\x2c\xec\xec\x34\xff\x01\x9a\xe7\xa9\xbe\xa1\xdd\x8b\xd2\x41\x39\xe8\xca\x25\xaa\x01\x26\x58\x98\x36\xb0\x93\x5c\x08\x4a\xe8\xe7\x45\xcd\x0b\x78\xec\x49\x34\x64\x17\x1a\x24\x48\xea\x1e\x61\xf2\x20\x69\xa3\xa3\x7e\x5c\x8e\xbb\x5f\xa7\xb9\x17\x95\x76\xce\x60\x5e\x18\x77\x4e\x99\x97\x3f\xa0\x85\xc8\x9f\xcf\xdb\x12\x7c\x7e\x53\x19\x82\xdd\xb5\xcc\x5e\x8c\x71\x07\x9c\x98\x20\xb9\x17\xf5\x7f\x9c\x16\x83\xf4\xb0\x62\x51\xd4\xf0\x71\x62\x50\xf4\xde\xd9\x69\xea\x45\x24\xb3\xd3\x9b\x80\xde\x2b\x3d\x1f\x99\xbb\xcf\xd0\x68\xc1\x87\x39\xb1\x3b\x32\xe6\x44\x2f\xb9\x9d\xf0\x43\xc3\x36\xce\x87\xdb\xcc\x48\xba\x54\x5d\x6a\xc6\xaf\x9d\xb8\xe7\x5a\xf4\x09\x9b\xc2\x8a\x7f\x3e\x16\xec\x96\xd2\x3d\x96\x0c\xf1\x87\x00\x12\x4b\x78\x05\x12\xbd\x1a\xf5\xaf\x41\x91\x52\x7c\x55\x55\xed\x0c\x25\xa6\xfa\x42\x16\x0b\x99\xd1\xeb\xfc\xec\x69\xa2\xdb\xb1\x06\x12\x1a\xe4\xf8\xde\x12\x35\x2e\x08\x0f\x9e\xf9\x60\x4f\x6b\x05\x33\xc2\x45\x12\x03\x2d\x25\x17\x57\xfe\xbc\xfd\x76\xa1\xda\x8c\xc6\xfc\xae\x83\xe3\xb4\x7c\x06\x4a\x90\xb3\x0b\xb3\xa6\x11\x4c\x97\xb5\x81\xd9\xdc\xeb\xd0\x58\x97\x79\x3e\xb1\xbf\xda\xa9\x18\xdd\x6c\x7c\xd3\x91\x8d\x1f\x3c\x87\x89\x67\x32\x24\x72\xfa\x2e\x42\x58\x54\x9d\xae\xb8\xf3\x07\x8c\x2f\x42\x58\x3c\xf8\x97\x05\x9d\x48\x87\xdd\x2e\xaa\x38\x8d\xc3\x16\x6a\x7a\x88\x74\x17\x72\x41\x91\xb4\x5d\xd8\x3b\x55\x71\x2e\xf2\x2f\xef\x93\xff\x0d\x95\xbb\xc2\xe6\xc9\x91\xa7\xc8\x56\xed\xe0\xfb\x95\x41\x28\x2c\x8a\x57\x68\x4f\xc3\x17\xec\x34\x9c\x47\xea\x28\xee\xc9\x30\x4b\x32\x2d\x9b\xa6\xf9\x32\x84\x45\xab\xf1\xe5\x65\x07\x69\xfc\xe5\x65\x07\x23\x44\x2e\xe3\x59\x8c\xfe\xb8\x54\xa5\xe2\x59\x62\xee\x2e\x14\x25\x2c\xa8\xe9\x85\xd5\x53\x49\xff\xf2\x1e\x44\x80\xd5\x34\xcc\x01\x57\xef\x3e\x18\x24\x72\x15\x13\x62\x30\x49\xee\x3b\x68\x28\xbd\x8a\x95\x7f\x7c\xe6\xf0\x4d\x9f\x2d\xa2\xef\x10\x24\x34\x80\x90\x5d\x35\x52\x1d\xf2\x2c\xf7\x05\x0a\x16\x83\x82\x0b\x5d\xe4\x2d\xd0\xd3\x79\x91\xab\x80\xba\x08\xed\x22\x7a\xc6\xdb\x09\x17\x91\xa4\xc6\xa3\x5c\x5c\x6e\xf0\xf2\xe8\x85\xe5\x53\x2b\xe8\x45\xec\x4c\x77\x31\x58\x3e\x25\xdd\x17\xf5\x89\x3b\x42\xf0\xd5\xc0\x17\x61\xd4\xe0\x56\xa2\x4b\x18\x32\x1d\xa0\x49\x7d\x45\x8b\x76\x12\xa8\xeb\x73\xc0\x9e\xa1\x11\x70\x66\xb1\xb9\x12\x87\xa7\xa1\x1f\xf8\x1a\x19\x9b\xbb\x10\xba\xf1\xaf\x4e\x00\x2d\x32\xfb\x15\xba\x23\x9a\xc0\x45\x44\xce\x70\xaf\x48\xc5\xb4\xa2\x23\x45\xd8\xe9\xcb\xc5\xcc\xd9\x1d\xdd\x8e\x2a\xbe\x57\x17\x04\xb6\x06\xf4\x6e\xd5\x50\x30\xf7\x60\x19\x5d\x23\x06\x71\x6d\x90\x64\xf4\xed\xc2\x05\x69\x86\x80\x0b\x55\xb3\x4f\x01\x1e\xaa\xa6\x04\x21\xc4\x9d\xe9\x67\x12\x7f\xdb\x4f\x8f\x96\x1d\x18\x5b\xaa\xa9\xfb\x9a\x6a\x25\x90\xa0\x8b\x3b\x7e\xa6\xfb\xbd\xa6\x71\x1a\x2e\x91\x7a\xef\x41\x15\xc8\x9b\xd4\xd1\x0e\xaf\x25\x9a\xda\x82\xa0\x53\x6f\x04\x5c\x2b\x46\xf7\xab\xe8\x8a\xd1\xbd\xbe\x27\x1d\xbe\xac\x9c\xe0\x11\x0d\x1d\xd4\x0d\xf9\x28\xd9\x48\x93\xcc\x75\xe4\x89\xfb\xa8\x3c\x88\x3e\x1f\x33\x67\x32\x77\x9c\x8e\x5a\xa9\xae\x8f\x20\x12\xa6\x1f\xed\x9c\x00\x1b\x8b\xe4\x70\x8a\xa6\x50\xd4\x1a\x7d\x6d\xcd\x36\x9b\xb5\xec\x3a\x63\x51\x7c\xa5\xdc\xe0\x3a\xcc\xa7\xa8\x92\x7b\x85\x92\xeb\x86\x9e\xee\x95\xcf\x70\x66\x74\x8d\xeb\xb4\x5a\x9b\xad\xb5\x4d\x32\xd9\xd3\x39\x39\xb4\x40\xf7\xef\x20\x09\xf2\xea\x85\xcb\xb1\xa3\x50\x5c\x72\xfb\xef\xaf\x71\x5c\x5e\x8c\xd0\x9c\x7d\x5d\x12\x24\x8f\xa9\x29\x96\xa7\x34\x38\x8c\x8d\x88\x18\xd7\x1d\xc8\xc1\xe2\xf1\x10\x9a\x6d\xfe\xba\x03\x7f\x99\x02\x61\x34\x5e\x89\xb6\xfc\xa0\xa9\x3d\xae\x27\x04\x71\x5a\x10\xde\xa9\xdf\xe4\x7a\xec\x09\x60\x3d\x08\xe5\x9e\x10\x2e\xd6\x75\x8f\xd1\x23\x31\x14\x10\x0f\x49\x8e\xdc\xd9\xcd\x6e\x4b\x10\x06\xd3\x0f\x6a\x90\xbe\x5e\x42\xe1\xc4\xca\xcd\x55\x8b\x79\xe4\x2f\xfc\x7a\xdd\x93\xf3\x52\x0b\x0f\xc3\xd5\xf5\x3a\xda\x5e\xdb\x7d\xa8\x44\x42\x0b\x6e\x0b\x69\xbb\x37\xb7\x99\x01\x93\x5f\xb1\x37\xac\xe1\x3e\xd4\x19\xaa\x3f\x84\x53\x64\x3f\x7b\x8b\x81\x3a\x1f\x8d\x62\xba\xb5\x23\xec\xdd\x61\x0b\x64\xfb\x6f\xae\x37\xf4\x69\x0b\xb6\x93\xbd\xb8\xc3\xc7\xd7\x78\x66\x6b\xd9\x89\x1b\x7f\x9f\xc9\x75\x6f\xe2\x60\xcc\x82\x7d\x63\x2d\xa4\xd8\x48\xbb\x93\xd3\x63\x46\x49\x14\xee\xbe\x40\x57\x91\x6a\xef\x1c\xd3\x63\x4a\xf2\x3b\x2c\x18\xb7\x79\x8b\x55\x53\xef\x70\xf1\x45\x13\xe3\x9a\xec\x38\x13\xe1\x55\xfd\x4a\x0f\x96\x7f\xd7\x4c\xc5\x09\xa0\x52\xf0\x7e\x61\x79\xc5\x72\x71\x88\x69\x77\x09\x2c\x64\xc8\x12\x58\x04\xa8\xf4\xac\xa9\x91\xdd\xd4\x04\x50\x3c\xbd\xab\x94\x56\x20\xd6\x98\x0b\x3d\x9b\x71\x58\x6f\xe7\x1d\x16\x43\x38\xd2\xed\xbd\x3a\x43\xda\x6e\x82\x5e\x4c\x68\x73\x73\xc7\x4e\x12\x7e\xcb\x7a\x30\x8f\xdc\x9b\xdd\x94\xe5\xfe\x37\x25\xf1\xe1\x0f\x80\x08\x7b\xca\xad\xa3\xad\xfa\x91\x9c\x77\xf8\x83\xcc\xa7\xd8\x82\x21\xc0\xc9\x3b\xea\x6a\x0b\xd4\x1e\x08\xc0\xdc\xbd\x9d\x2e\xff\xb8\xb9\x77\xae\x2a\x7b\x5b\x85\xbd\x09\x07\x79\xc6\xf2\x07\xbc\x70\x08\x2a\x37\xce\xac\x43\x90\x04\x9b\x70\x26\x2a\xc5\x20\xf8\x2d\x9b\xc0\xca\x72\x9b\x55\xc6\x20\xc4\xdb\xbb\x77\x9e\xfe\x3b\xee\xdb\x41\xf3\x6f\x72\xcc\x78\x7c\x6f\xe3\x29\x0d\x4f\xbc\xb9\x3a\x6e\x74\xca\xcd\x1d\x3b\x2f\x81\xdd\xc1\x31\x86\x1f\xc9\x76\xc5\x58\x2e\xd6\x99\xc7\xfa\x96\x7b\xb8\x56\x2e\x7f\x9b\x14\xe8\x5e\x12\x1b\xd1\x37\x4c\x98\x02\x6e\x89\x80\x22\xb9\x1e\xac\xc0\xc6\x25\x99\x8f\xce\x64\xb0\xeb\x5b\x93\xde\x6d\xde\xfe\x40\x62\x9c\x5a\xca\xc7\xf7\x0a\x60\xb0\x82\x8f\x52\x97\xf8\xf1\x11\x18\x3e\x6b\x3b\x84\xa1\xdc\x1f\xf1\x0e\x41\xe8\xfe\x44\xc7\x2c\x68\x73\x91\xaa\xd0\x7a\x13\xc5\x62\x72\xae\xdb\xfa\xb3\xda\x8a\xef\xd3\x8a\xe1\x7e\x65\xe6\x19\x8d\xdb\xf7\x29\x64\x19\x84\xd8\x95\x03\x6b\xca\x0d\x23\x18\xc9\xd6\xce\x9d\xe9\x5e\x01\x32\x1a\x5c\xea\x5b\x52\x21\x14\xbf\x81\x1c\x7e\x5f\x3a\x13\x9b\x2f\x58\x12\xa4\x4e\x64\xbd\xa3\xf8\x6e\xbb\x2f\xe9\xad\x5b\x71\xa3\x97\x8a\x12\x5e\x8e\x53\xe7\xbc\x6f\x40\xe2\xa4\x88\x3d\xa1\x26\x7b\xbb\xb1\x6c\x0e\xac\x3a\xb7\x41\x99\x8a\x04\xf7\x6d\x38\xa9\xe7\xe7\xd6\x14\xed\xa6\x92\x31\xd7\x1c\x7f\x37\x5a\x60\x80\xea\x36\x19\x0d\x4b\x0a\xf3\xa7\x47\x14\xf3\xa7\xb6\xfe\x9b\x48\x12\x2b\xb7\xb5\x9b\x2b\x05\xa6\x9a\xbf\x9f\x00\x27\x5d\x61\x18\x5d\x62\xca\xe3\x2d\x68\x96\x64\x6c\xa6\x9b\xf1\x58\x00\xc6\x5e\x25\x4e\xa2\xc2\xe3\xfc\x7c\x26\x44\xc8\x11\x22\xc7\x3e\x1d\xbd\x82\xc3\x67\x12\x3e\x38\xa3\xcd\x97\x8a\x16\x82\x9b\xfc\x75\xc6\x55\xde\xef\xa0\x60\x8b\xcf\x01\x19\x66\xfa\x06\x01\xf1\x17\xf5\x63\x7b\xa2\x56\xac\xb3\x78\xbd\x1c\xe5\x68\xe6\xf9\x00\xae\x4f\x58\x63\x21\x13\x54\xf0\xcd\xc6\x6e\x52\xc0\xb7\x18\xd2\xf2\x90\xee\x56\xbf\xc9\x63\xc1\x1e\x6d\xff\x54\xea\xad\x23\xdb\x00\xec\xe0\xa0\x51\xa8\x77\x7f\x44\x0b\x18\xd9\xc8\x3e\xc7\xa9\x9d\xbc\x98\x01\x9e\x16\xdc\xc7\x8b\x98\x4e\x2a\xec\xd6\x81\x70\xfe\xc0\xa5\x8c\x4a\x78\x92\xc3\x31\xf1\x64\x49\xce\xc5\xb3\x12\x38\xc8\xf1\x78\xcb\x40\xb4\x79\xc8\x13\xa7\x85\xf8\x31\x7d\xad\x81\xce\x94\xd8\xcd\x2a\x9b\x16\xd5\x55\xb6\xb2\xa8\x6e\x44\x8a\x3e\x24\x63\x31\x65\xea\x83\x52\xa5\x01\xde\x02\xbb\xcb\xd8\xe6\xa7\x90\x5d\xf6\xf0\x87\xe6\x0f\xb4\xb6\x7a\x1f\xbb\xf7\x14\x6b\x90\xd8\x93\x36\x13\x21\x88\xb5\x57\x1d\x89\xea\xb9\x75\xa0\x86\x50\x3d\xb7\x0e\xf4\x31\x8a\xe7\x16\xd9\x2e\xc5\x73\xab\x69\x17\x1f\x43\x35\x75\x04\x3c\x61\x05\x06\xdf\x9f\x8a\x44\xea\xbe\xc0\xaa\x8c\x9f\x7e\xc8\x53\x3b\xbe\xf7\x62\x50\x2f\xb7\x78\x91\x81\x7a\xb9\x7b\x18\x7a\x6e\x8e\xcf\xca\x5b\xec\x19\xe3\x37\xad\xec\xd5\x17\x75\x7c\xb7\xb9\x79\xef\x0b\x3d\x8d\xd2\xb8\x75\x88\x56\x9b\xc3\x15\x43\x21\x2c\x93\x4b\x95\xee\x46\x99\xdc\xd2\x6c\xdc\x9d\x31\x63\xf7\xd8\x40\x3f\x52\x49\x86\xa7\x3d\x23\xf6\x1c\x30\x92\x61\x36\xe0\x3e\xec\xca\x67\x4e\x96\xb8\x60\x11\x1a\xe3\x8c\x1f\xb2\xae\x69\x88\xb4\xc6\xae\x96\xf1\x07\xa3\xaf\x17\xc5\x1f\x6e\x1b\xac\xc3\xbf\x13\x10\x35\x6d\x4b\xe5\x95\xe6\x37\x54\xb0\x8c\xbf\xb3\x4e\x31\x64\x6a\x84\x42\xd6\x78\xa6\x15\xb3\x7d\x86\x4d\x42\x1e\x1f\x6e\xf3\xe9\xc1\x7c\x36\x97\x2c\x9a\xf3\x28\xc3\x9b\xf5\x4c\x52\x86\x77\x77\xe4\x0b\x54\x57\xe7\xe0\x33\xb1\x97\x08\x3e\x0c\xb1\x54\xc9\x6d\xd4\xd5\x1d\xd6\x2a\xa0\xac\x6e\x49\x9e\x43\x99\xdf\x61\x63\x13\xb4\x4d\x1b\x6b\xe9\xe3\x99\x0b\x07\x96\x10\xa0\x7a\xee\x1e\x8d\x05\x61\x59\x8d\x3c\xd7\xd6\xcf\x1d\x7a\x67\x2c\xa0\x6b\x31\x98\x87\x08\x8e\xc3\x6d\xfc\x04\xaa\x00\x1b\x14\xa9\x08\x25\x7e\x3e\xe6\x8b\x06\x80\x5a\x63\xe3\xb8\x5a\x73\x17\xe6\xf6\xa0\x48\xa5\xc0\xb4\x08\xda\x80\xcc\x3f\x28\x4c\x1a\xfb\x28\xb4\x9b\xb5\xc6\x3e\x5a\x5a\xa5\x46\x27\x15\x8e\xa7\xdf\x2c\x87\x60\xea\xa7\x42\x24\xcc\x98\x1a\xba\x45\x39\x8c\xb2\xb9\xfb\x2b\xc6\xe3\x26\xde\x10\xd1\xe0\x8d\x87\xe8\x7f\xc1\x65\x9b\xcf\xd0\x5d\xc3\x69\x1e\xab\xd6\x19\x00\xfc\x5c\xb1\x4d\x36\x17\x2b\x58\xf8\x2d\x74\x81\x88\x21\x1b\xfa\x1d\x1f\xd5\x28\xbd\x78\xcf\x1d\x7e\x66\x9e\xe1\x94\xee\xfe\x1d\xeb\x60\x8c\x3b\x06\xb4\x2f\x38\xb3\x6b\xba\x63\x70\x07\x7c\x37\x2e\x88\x9e\xe4\x3e\x51\xc1\xa7\x46\x6e\xd5\x64\x41\x8d\xdc\x6a\x4c\x39\x25\x72\xab\x7a\xf0\x63\x86\x57\x4d\xb8\x94\xc2\xcd\x91\xda\xfc\x79\x90\x2f\xc4\x5b\xcc\x99\x66\xa8\xa2\xe2\x6d\xb5\xb0\x17\x45\x6e\xab\x09\x8d\x9e\x97\x03\x8d\xcd\xc0\x12\xb7\x5a\xf1\x1f\x43\x2b\x3d\x84\x2f\x10\xef\x3e\x1b\xc3\xec\x94\xac\xb8\x3f\xfc\x01\xab\x90\x66\x24\x6a\xdd\x16\xa3\x7d\xac\x75\x3b\xf4\xa6\x51\xeb\xb6\x8e\xfe\xad\x8e\x4b\x1d\xdc\x62\xf8\xfd\x6b\x35\x1a\x4a\x93\x36\xea\xe0\x16\x6d\xe2\xd4\xc1\xdd\x3f\x34\x5e\x58\x55\xf7\x23\xd2\x1a\x43\xe2\x5e\xe3\x3c\x75\xc9\xbe\x5c\xf1\x8b\x38\xef\x57\x07\xa7\x2e\x3c\xab\xe5\x6a\x77\xa7\x5a\x6e\xf1\x08\xbd\xf2\x54\xf4\x1f\x8a\xe5\x56\x4a\xdc\x36\x6a\xe5\x56\x23\x8f\xac\x95\x1b\x51\xde\x14\xcb\xcd\x5e\xfb\xb4\x58\xae\x57\x3f\x5e\xf9\x2e\xea\xd2\x6b\xfc\x88\xf3\x4e\xdc\x59\x38\xfc\x9e\x50\x1d\x04\x23\xca\xe6\x56\x2f\x96\x52\x35\xb7\xa8\x17\xbc\x49\xf2\xc8\xc0\x91\x1c\x16\xdc\x7c\xb9\x48\x41\x15\xed\xf6\x7a\x77\x42\xb7\xe5\xcb\xa5\xbf\x43\x58\xe6\x84\x3c\xc8\xdf\x73\x60\x36\x5d\x65\x8d\x31\xcd\x17\x29\x8a\x60\x22\x19\xbd\x46\xda\xd7\x4b\x15\x50\x84\x37\x32\xc2\x30\xc1\x2c\x41\x41\xba\x79\xc9\xb2\x66\x00\xda\x4b\x0d\x3a\x6b\x08\xbe\x5a\x45\xf5\x48\x53\xb0\xb7\x6a\x68\x7b\x0d\x36\x89\x89\x68\x21\x45\xc2\xa0\x46\xef\xd4\x36\x4d\x8d\xde\x72\xb8\x22\xec\xa3\x11\xb1\x1c\x35\x7a\x21\x0e\x94\xe8\xad\x63\xf8\x4c\xa4\xb6\x6c\x37\xea\xf2\xca\x86\xa8\xcb\x5b\x54\x42\xac\xcb\xdb\x4d\xab\x48\x61\xde\xbc\xaa\xdd\xea\xb7\x70\x49\xd8\x4e\x23\x2e\xfd\xc5\x78\x6a\xc8\xf2\x5b\x03\x52\x34\xa9\x54\x03\x70\xcb\xbc\x7b\xa8\x87\x97\x2a\xbd\x55\x2f\xcb\x8b\x42\xab\xc6\xf2\xa2\xc3\x1a\x98\x6b\xbd\xde\x65\x64\xf3\xab\x94\x20\xe2\xb4\x18\x1b\x88\x34\xc7\x66\x19\x5b\x89\x2d\x16\x06\xb0\x30\x6f\xd7\xa5\xf6\x86\x24\x80\xc4\x46\xd1\xdd\xaa\x19\xf7\x35\xa7\x6b\x40\x01\xed\x76\x74\xc7\x60\x9b\xb0\x31\xbc\x56\xb3\x8b\xb5\x72\x75\xd1\x60\x96\x97\x9c\x6c\x5e\x39\x78\x2d\x6c\xa7\x6f\xda\x42\xbb\x11\xbc\xfe\x1a\x0b\xba\x96\x7d\x21\xaa\x4e\xbf\xc2\xde\xd0\x7c\x36\x57\x14\xb3\xe5\xea\xa2\x22\xef\xcb\x85\x8e\x43\xa0\x75\x78\x9f\xf0\xa7\x34\x8e\x61\x55\xaf\xe1\x9f\x01\x0f\x44\x0d\x0d\xa0\xd4\xe5\x8d\x8c\x73\x2f\x52\xc7\xb0\x84\x02\x35\x7a\xab\x85\x57\x5e\x92\xb3\x49\x76\x5f\x6f\x80\xe8\xee\xa5\x48\x6f\xb1\x66\x0e\x35\x7a\xf7\x0f\xb6\x00\x5b\xaa\x1f\x05\xb6\x00\xc0\xe1\x21\xf3\xd8\x2b\x61\xc0\xd5\x5e\x24\x0c\x03\xe0\xac\xde\xdb\xbf\xaf\xa1\xf6\xaa\xb0\x23\x7e\x51\xd8\xb7\x9a\x1d\xce\xc2\xbe\xd3\xb3\xa1\x4b\x5a\xda\xa2\xee\x8e\xb4\x69\x59\x5f\xe3\xbb\x5e\xf3\xc6\xc6\xa2\xc8\x2a\x60\xa1\x29\xca\xfa\x96\x25\xfc\x4d\x98\x0f\x1f\xb3\xaa\x6f\xd2\x3b\x4c\xb1\xde\xbd\x26\x5a\x13\xa3\xa4\xab\xcf\x62\xbd\x8a\x2e\x14\xeb\x2d\xd4\xe1\x6d\x16\xeb\x35\x38\xfc\x35\x5a\x49\xf7\x2d\x05\x7a\x8b\xe9\x30\xa9\xcf\x9b\x8a\xfe\x14\x0a\xf4\x56\x2b\xa1\xbc\x5e\xaf\x0c\x40\xaf\x98\x88\x5f\x71\x02\x50\x1b\x5e\x25\x1f\x31\x04\x6b\xb2\xb7\xce\xdf\x4f\x6c\x32\xad\x3f\x81\x84\x7e\x25\x9d\x77\x4d\x1f\xa1\x43\xb7\x9f\x85\xf0\xee\xdf\x91\xe5\x0e\x5b\x7b\x32\x90\xfc\xdf\x8f\xbe\x05\xe9\xf3\x07\xd4\x5b\xfe\xa0\x6b\xc5\xe7\xd7\x21\xe8\x96\x2b\x2c\x86\x04\xbc\x27\x04\xdd\xdd\x47\x1e\x2a\x5e\xd8\xa0\xc2\xef\xd4\xdb\xf4\x9e\x71\x44\xe9\x0a\x77\x73\x12\xe6\x18\x08\xcc\xe4\xfd\x6e\x81\x68\xe8\x4e\xb0\xbe\xaf\x86\x73\xeb\xfb\xc6\x8d\x0b\x0a\xfc\x16\xad\x21\xef\x15\x44\xc7\x17\xb1\x1b\x4b\xd8\x6b\xce\x02\xfd\xb9\x51\xd4\x57\x2b\xd5\xab\x19\x41\x5c\xb3\x8e\x9f\x9b\x8c\x78\x63\x02\x67\x0b\xf1\x9a\x03\x80\x22\xbb\x91\xa3\x80\x1a\xbb\xd5\x58\x92\xf7\xc6\x67\x87\x60\x40\x8d\xdd\xac\x24\x4d\x8d\xdd\x14\xb7\x3a\x5e\xef\x8d\x18\xb9\xf1\xe2\xe8\x35\x61\xe8\xfb\xc4\x64\x81\xe0\x13\x93\xf5\x17\x35\x0b\x8f\x35\xd9\x04\x8c\x26\x7d\x4d\x4d\xdf\x8a\x3f\xdc\x36\x01\x3e\x08\x3e\x21\x2f\x20\xf8\x18\x97\xfd\x1a\x8c\xaa\x03\xf5\x35\x7b\x9b\x81\x07\xd6\xe2\xd5\x3d\xfc\x9a\xc9\x2d\x90\x15\xd9\xc7\xd4\x8c\xaf\xb5\xf3\xbc\x19\xf2\x6e\x79\xa7\xce\x68\x21\x16\x3b\x79\x33\x10\x48\x91\xc8\x40\x40\x5e\xa5\x7e\x98\x5d\x80\x5c\x7e\x3d\xca\xe9\xe2\xa4\xea\x47\x18\xa0\xbb\x2f\x1b\xef\xb9\x1b\xd0\xa9\x9a\x5b\xf1\x55\x76\xaa\xe6\x56\x12\x69\xf4\x9f\x85\x72\xe9\xd6\xec\xf2\xdc\x0d\xe9\x14\xca\xdd\x3d\xf9\xd2\x68\xc1\x78\xc9\x28\xc8\xc6\xb3\x67\x63\xc3\xad\x47\xd5\x5c\xaa\xbc\x76\xaa\xe6\x56\xae\xe4\x77\xaa\xe6\xee\xaf\x6c\xce\x62\x93\x2d\x10\x82\x92\x5d\xe1\xfe\xdb\x04\xb0\x5b\x27\x37\xb5\x4a\x4f\x68\xfd\xb3\x7f\x17\xa9\xdc\x2d\x9a\x4b\xf2\xa6\x4e\xd1\xdc\xbd\x23\x0c\x63\x76\x57\x04\xbd\x4e\xa9\xdc\x84\x79\xba\x53\x2a\xb7\x72\x4b\xb0\x53\x2a\x37\x77\xd7\x8e\x08\x42\x60\x7e\xb7\x52\xee\x74\x5e\xb8\x6f\x89\x39\xee\x54\xca\xad\xdc\xf1\xed\x87\x37\x3f\xf1\xc9\xf5\x83\xd0\x57\xac\x7d\xfd\x20\x1b\xfd\x74\x81\x64\x79\xf5\xfa\x50\x3f\x2c\xdb\xc7\xd5\xd8\x7e\x50\x90\x8f\xa4\x41\xfd\xb0\x84\x7f\xab\x6c\x1a\xd2\x01\x77\xa6\x3a\x05\x71\xeb\x2c\x3e\x17\x9e\x6d\xc0\x1a\x32\xbd\x86\xe9\xbb\xdb\xd8\x63\x50\x19\xdc\x04\xac\xc5\x7d\xae\x8e\xc7\xf2\x30\x83\x53\x3b\xa3\x5b\x11\x77\x10\xb5\xd1\x0f\x12\xc4\x4f\x9f\x11\x1b\xb0\xc4\xf5\x43\x3b\x38\x7e\xe3\x7e\x10\x6e\xb6\x04\x94\xd1\x66\xdc\x42\xec\x54\xc7\xcd\x55\xbc\x40\x6a\x98\xf1\xec\xd0\x0c\xe7\x05\x92\xc6\x64\x9b\xe8\xc9\x37\x5d\xf4\x04\xca\x3d\x4e\x3c\x9d\x76\x6b\x50\x77\x5f\x84\x81\x5f\x71\xfa\x5d\xc4\x96\x19\xf2\x72\x16\xdd\x73\xe2\x69\xe0\x02\x09\x09\x49\xfb\xe1\xc5\x4f\xa7\xd4\x9d\x12\xd3\x20\x23\xd0\x14\xb7\xb1\xb2\x13\xfe\xd5\x0f\x33\x02\x1d\xac\x13\x99\x81\x4b\x18\xfd\x30\xd5\xc1\xa0\x9f\x11\x80\x61\xe4\xc1\x2d\x68\x0f\x0c\x62\xc2\xcf\x06\xca\xad\x8d\x19\x0d\xc9\xbe\x27\x97\x8b\x21\xd3\x33\x32\x25\x2e\x8d\x0d\x86\x81\xcf\xf8\x88\x85\x7a\x2e\x26\x9e\xad\x46\xb7\xc6\x94\x11\x31\xd3\xa9\x97\xbb\x5f\x40\x15\x72\xb5\x92\x0d\xa3\x1f\xa6\x6a\x15\xf5\x29\xcc\x8f\x7d\xbf\x1f\x93\xd0\xc7\xc9\x4a\xb9\x49\x32\x45\xd2\xb0\x43\xb8\x43\xa6\x64\x6d\x8e\x47\x4a\xd6\x29\x0e\x68\xa1\x6f\x76\xab\x85\xfe\x60\x38\x73\xb5\x76\xb7\x68\xc5\xa4\x58\x1f\x01\xc7\xd3\xb3\xb6\x9c\x08\x93\x8d\x1c\xf2\xdd\x31\x62\x74\xa6\x62\x52\xa1\x4a\xeb\xcd\xc2\x4b\x90\xb8\x30\x5e\xb8\xdd\x38\x81\x9b\xe7\x28\x58\xb8\xa0\xb2\x12\x4e\x8b\x26\xa8\xa6\x83\x31\x3e\x6c\x4d\x74\xab\x0a\xe7\xa9\x82\xb7\x17\x49\x24\x46\x8d\xe4\xce\x9c\x0a\xd0\x4e\xd7\xf0\xe6\xee\x99\x3c\x33\xa2\x1d\xdd\x92\x3a\x61\x8a\x2e\x64\x1a\x9a\x6e\x06\x65\x71\xa6\x30\xb0\xa8\x9e\x58\xe1\xfd\x94\x26\xad\x25\x78\x6c\xb6\xef\xa4\xbc\x7e\x98\xc4\xb5\x44\x2b\xee\xce\x0c\x9f\xd9\x43\x77\xea\x54\xb0\x14\x8d\xbd\xbc\xda\xa4\xd0\x97\xe7\x35\x5e\xb8\xcc\x2c\x7b\xe0\xf2\xca\x74\x3f\xa9\xa0\x93\x05\xd0\x15\x00\xa2\x5f\x7d\xc5\x41\xa7\xb8\x89\xca\x5d\xf9\x4e\x05\xde\x3a\xc5\xc4\x3b\x78\x08\x5d\xdd\xe2\x2b\xdb\x79\xbb\x46\x9f\xb5\x77\x78\x18\x49\x36\x74\xb8\xa4\x3b\x86\x60\x3c\x0c\x21\xdd\xf5\xdd\x81\x26\x8e\xa7\xac\xe0\x33\x69\x1c\x3c\x8e\x8f\x8c\x9b\x06\xd8\x41\xa6\x27\xf3\x09\x18\xd0\x20\x9c\x04\x2c\x3b\x0c\x21\x9d\x49\x3d\x20\x86\x64\x47\x79\x62\xf8\xf7\x00\x27\xad\xcd\xe4\xee\xf1\x50\x36\x18\xf4\xf4\xe2\xa7\x14\xdb\x5e\x47\x60\x1a\x18\x48\x02\xbb\xdf\x38\x1c\xf4\xaa\xd5\x3f\x68\xea\xcb\xc5\x4d\x49\x24\x5e\xea\x80\x9f\x52\x82\xc4\xcf\x4c\x0e\x2d\x5e\xd4\xf6\xe0\x25\x94\xdb\xad\x72\x80\x44\x08\x36\xa6\xa7\x9e\xcc\xf7\xce\x15\xb1\x4e\x1d\xde\x2a\xfc\x28\xbd\x5b\x65\xf3\x49\x0f\x00\x8e\xc9\x4e\xe5\xdd\x81\x54\xd2\x29\xbc\x5b\x3c\x27\xe9\x50\x88\x8a\x21\x9c\xc8\xf0\x2b\xc1\xcf\x57\x3a\xbc\x89\x73\xeb\x29\x61\x29\x70\x0c\x45\x09\x80\x93\x2c\xc0\xcf\x95\xe9\x9e\x52\x0c\xce\x32\x92\x48\x51\xfd\x0c\x35\xd7\xa9\x13\xf2\x9d\x8a\xcf\xca\x4a\xcd\x17\x77\xa6\x3a\xc8\x0b\x25\x60\x56\x19\xb7\x15\x14\xc2\x92\xbc\x28\x3d\x3d\xe5\x80\x08\xeb\xa0\x18\xde\x04\x73\x12\xd1\x5b\x13\x02\x91\x22\x60\xab\xfb\x83\x2e\xb3\x68\x0e\x7b\x00\x75\x52\x61\x08\x37\xc0\x1a\xbe\xcd\xe6\x64\xfd\x9b\xec\x7e\x32\x2a\xab\x39\x46\x44\x65\xb9\x05\x05\x61\x9e\x83\x18\x95\x7a\x9b\x40\x8c\x12\x34\xd5\x5f\x18\x70\xb0\x0e\x72\x3f\xcc\xe9\xdf\x91\xf2\x5c\x46\x81\x8d\x82\xaa\x96\xf0\x1d\x04\xd1\xf5\xa4\xf4\x30\x99\x61\x75\x52\xfe\x3d\x26\x65\x0b\x6d\xa3\x1c\x38\x0a\xf7\xd6\xe9\x6e\x20\x4a\x64\xe1\x5c\x63\x82\xcc\x43\x49\xc2\xc9\xe2\xa6\xf0\x04\x24\xf3\xba\x4f\x7b\x95\x1a\xf9\x3d\x89\x5d\xa0\x4c\xd4\xe4\xad\x54\x12\xee\x94\xe1\x2d\xfd\xdb\xda\x1a\x3d\x61\x5c\x20\x90\xba\xa7\xa6\xf7\xda\xed\x50\x80\x58\xf4\x6c\x8a\x40\x22\xf6\x3a\x85\x78\xcb\x70\xc8\x2e\x83\x60\x4d\x3d\xc8\x1f\xf3\x22\x48\x7d\x2e\x7f\x20\x4d\x6a\xf2\xef\x1c\xcc\x6c\x47\x9c\xbf\xc5\xfa\xba\x68\xef\xee\x73\x9f\x74\x39\x8d\xee\x34\xd8\x18\x84\x03\xe9\x06\x75\x77\x2b\xa5\x74\x7a\xf2\x9a\x69\x13\x2b\xb0\x27\x50\xdf\xbd\x53\x83\xb7\xce\xe5\xdf\x9d\x91\x8d\x29\x73\x93\x7c\x66\x5b\x26\x33\x0a\x9b\x83\x68\xa0\x1b\xa3\x08\xff\x11\x27\xc3\xae\xa4\x0f\x9e\xea\xc1\x64\x93\xcf\x46\x3c\x7a\x78\xb9\x8c\x1a\x74\x00\x7b\x00\xa6\xb9\x4e\x49\xdd\xba\x10\x67\x93\xc9\x04\x51\xf0\x7a\x32\xa9\xbb\x32\x87\x75\x74\x95\xea\x29\x9d\x5b\x0f\xb8\xa2\xa5\x73\xd7\xe1\xdf\x2b\xcf\xfe\xbd\xf3\xcc\x64\xf5\xdd\x77\xd1\x6b\x11\x12\x2c\x71\x41\xbb\xa7\x16\x4b\x4f\xcb\x69\xf8\xf7\x80\x3e\x00\x59\xb1\x3a\xbb\x55\xa2\x82\xdb\x52\x61\x77\x7f\x46\xfb\x8f\xc9\x19\x69\x1f\x7e\x0d\xa1\xf3\x81\xc3\xc1\xe9\x53\xf8\x32\x9a\x5f\x6d\x12\xa4\xc6\x94\x3e\xea\x58\x6e\x3e\x01\x62\x0b\xee\x4e\x8d\xdd\xba\x24\x92\x06\x88\x75\x01\x82\x9f\x9f\xf2\xab\x3d\xe1\xda\x8f\xa3\x64\xcc\x38\x62\x75\xd4\xcf\x2d\x1e\xdd\x53\x6b\xb8\xfb\x87\x9b\x7f\x09\xce\xd3\x04\x58\x22\x2a\xec\x1c\x83\x4c\xa7\x64\x6e\xaa\x71\x9a\x88\x07\xa7\x20\x40\xa7\x32\x6e\xe5\x4a\x74\x4f\x24\x9f\x38\x1c\x1b\x77\x07\xb5\x50\xba\x45\x72\x03\x0f\x2e\x47\x63\x64\xae\x2f\xe1\x5a\xee\xd4\xc8\xad\x0b\x85\x8a\x1a\xb9\x75\x79\x2a\xa2\xfc\x1d\xfd\xdc\x01\x4b\x06\xbe\x35\x76\x48\xfb\xee\x00\x87\x2f\x0a\x73\x9e\xcf\x3b\x76\x89\xe5\x99\x0b\xa2\x79\xa4\x1f\xdd\xaf\xd2\x48\xbc\x14\x0b\x71\x2e\xe9\xb4\x2f\x52\x1a\xa2\xb7\x97\x3b\x63\xe9\x96\x26\x19\x79\x02\xa0\x40\xdd\xf4\x4a\xcd\x23\x64\x6c\x76\x17\xa5\xc9\xfb\x70\xb8\xe5\xf0\xe4\x25\x40\x83\x27\x3b\xaf\xd7\x41\xfc\x88\xf3\x10\x0d\xa8\x57\xea\x9e\xc1\x9e\x97\xf4\xe4\x05\x58\x28\x55\x54\xa3\xad\x4b\xb2\x81\x9b\x82\x5c\xb8\x3d\xa1\xc3\x2f\x64\x3e\x2a\xd3\xd6\x95\xbf\x55\x6b\xb3\x17\xa9\xf0\x6b\x75\x6b\xd8\x26\xdc\x57\x9d\x22\xb6\x7b\xb9\x8b\x17\x75\x1d\x48\x52\xd6\xeb\x50\x6d\xc2\xc4\x8a\x2d\x98\x58\xf1\xef\x84\x54\x00\xd1\x9c\xc8\x90\xe1\xf7\x14\x62\x21\x7d\x41\xb7\x72\x2d\x17\x55\x3b\x85\x6b\x27\xc1\x8c\xdd\xba\xb5\xab\xf8\xf7\xe6\x6e\xda\x11\x37\x71\x9b\x1f\x7d\x10\xd9\xec\x08\xb4\x2a\xfe\xfd\x72\x0d\xb6\xbe\x7f\x7c\xf5\x01\xc8\x73\x02\x54\xc5\x67\x32\x1d\x22\x71\x64\xfd\xfe\xdc\xae\xea\x19\x16\xbe\x8a\x3f\xe8\xb4\x81\xb2\xe5\xac\x11\x06\xa1\x92\x4a\xb7\x59\x85\x8d\x42\xb7\xbb\x39\xfd\x66\xed\x41\xf1\x15\xfb\x57\x7c\x3e\xfd\xca\x26\xce\x04\xc0\xa2\xcf\x77\xb0\x8d\x4a\xb7\x95\x30\xde\x9e\x2d\xe1\x42\xf0\x62\xcf\x64\x6f\x8a\x89\xc0\xdb\xcb\x10\x20\x5e\x06\xcb\xfe\xa0\x12\x2e\x68\xa9\xe1\x32\xe3\x07\x69\x18\xec\x39\x13\x44\x50\x70\x38\xf6\x4c\xd0\x75\xf7\x19\xd3\x40\x75\x22\x9b\xb9\x0f\x8a\x84\xf6\x6c\x9a\x42\xae\x8c\xf5\x6c\x5c\x9c\x0a\x51\xd6\xa3\x80\xeb\xa6\x67\x83\xe4\x54\x82\xac\x89\x3b\xa2\xc9\xfc\xf1\xd5\x03\x0a\xa4\x9f\x20\xc5\x46\xcf\x30\x74\x22\xd2\x7b\x36\xcd\xa1\x1a\x8a\xb5\x72\x53\xf4\x0a\xa4\x10\x32\xb2\x17\x6f\xf1\x53\xf4\xdc\xd4\xdc\x91\x6a\xb2\xd7\xd2\xba\xb3\xb2\xac\x9c\x38\xd2\x9c\x21\x74\x88\xfa\xba\x45\xc9\x89\xf2\xba\xbb\x39\x20\xf1\x62\x1a\x67\xdc\x8a\xba\x7d\x8a\x56\x0d\xb4\x12\x4b\x8c\x4c\xc0\x4c\xdf\xad\xa2\x8b\x51\xba\x53\x38\xb7\xe2\x89\xe9\xd6\xcd\x1d\x5d\x20\x60\x42\x58\x2e\xd6\x24\xf6\xdd\x05\x76\x08\x25\xfa\x42\x56\xf5\xef\x4e\x24\x52\x47\xd8\xad\x51\xca\x90\x56\xea\xe0\xa6\xe4\x44\xac\xab\x4f\x60\x73\xcf\x43\x6b\x19\x63\x0c\x81\xeb\x47\x0a\x96\xd3\x8f\x34\xa2\x0a\x2b\x12\xe5\x2f\xb8\x61\x36\x28\x1b\xb7\x40\xcf\x24\xca\x5f\xcd\x67\xa2\x02\x9c\x2d\x2e\x82\x2e\x26\x61\xf9\xc7\x30\xdf\x29\x90\x5b\x97\x98\x6e\x0c\x82\x03\x90\x50\xd8\x7b\x41\x9d\x3a\xb8\x95\x5c\x9d\x9d\x3a\xb8\x45\xcd\x23\x2f\x23\x1b\x5c\xea\xe6\xe2\x45\xfa\x67\x11\x5b\xed\x2b\xd9\x8b\x61\x6e\x85\x1c\xdd\x83\x6c\x0e\x89\xe9\x37\x5c\x5f\x11\x83\x97\x52\x7d\x6f\xdf\x12\x3d\xac\x02\x4b\xd8\x12\xb8\xa0\xd5\x2d\x63\x14\x50\x2c\x8a\x92\xb6\x88\xe6\xf9\x23\xe5\x9f\xbe\x70\x87\xd9\x0d\xdf\x0c\xba\x1d\x52\xb6\xd3\xdc\x6b\xfc\xfd\x94\x90\xc2\xe8\x28\x57\x5b\x0e\xd7\x6a\x7a\x08\x37\xc9\xfb\x5a\x71\xf6\x89\xc1\x5e\x82\xf0\xd4\x70\xcd\xf4\x48\x87\xb8\xdc\x48\x2e\x16\x2f\xc9\x40\x58\xd6\x45\x03\xf4\xeb\x85\xda\x92\x65\xcf\x82\x9f\x40\xed\x25\x04\x65\xcf\xa8\x04\x59\xf6\x3c\x6c\x0b\x95\x1a\xb6\x05\x39\x90\x05\x28\x4f\x6b\x7d\xc0\x9e\x8d\x45\xe0\xea\x61\xa7\x56\x6d\x5d\x62\xec\xcf\x52\xb5\x3c\x43\x3a\x45\x1a\x13\x46\x79\xd6\x6e\xeb\x3c\xd2\xe9\xed\xf6\x32\x89\xe0\xed\x42\xd8\xa2\xb5\x32\x3e\x8b\xd6\x2e\x4f\x91\x15\xef\xdd\x60\x62\xf9\x08\x86\xea\xf9\x0e\x0c\xf7\xe5\x04\xff\x9c\x92\x6b\x60\x1b\x6e\xd6\xe0\xf1\x30\x45\xd4\xf0\xd9\xeb\xb1\x3e\xc7\x2e\x30\x32\x89\x23\xaa\x5c\xeb\xe1\xa6\x8a\x4c\x85\x0c\xc0\x2b\x1a\xb3\x7e\x09\x33\x7a\xf9\xf2\x7b\x6d\xf6\x5d\xfe\x8b\xcd\x5e\x2d\x8f\xd2\xb2\x7b\xaa\x4c\x89\xd0\xbc\x25\x91\xd6\x7e\xef\x3a\xa3\xc2\x1a\x4b\x08\x2b\xbd\xb0\x8f\xa8\x04\x17\xc4\x45\xac\xe2\x79\x92\xdd\x83\x00\x54\x93\xcd\xe4\xe3\xef\x54\x93\xad\x44\x20\x76\xab\xc9\x0e\xc2\xf9\x7b\x39\xa4\x86\x90\x5c\x4b\xc8\xe2\xc0\xef\x56\x90\x25\x36\xb1\x17\x6f\x62\x75\x9f\xb5\xac\x77\x1b\xc8\xc1\x10\x41\x8a\x5c\x9f\xe5\x51\x66\x36\x99\x8e\xa4\x97\x50\xcc\x41\x27\x8a\xcb\x16\xea\x37\xf7\xa8\x2d\xcb\xb5\xc0\x5e\x42\x33\xe7\x08\x97\x88\xe0\xeb\xfe\x82\x9c\x3a\xec\x0b\x0b\x4d\x62\x07\x2c\x09\x2b\x4b\x29\x59\xb4\xf6\x79\xa2\xb1\xb3\xf2\xbc\x1c\x83\x6e\x43\xb7\x06\x73\x0a\xec\xf7\x58\xfe\x20\xd5\x2b\xfe\xf0\xa2\x32\xb2\xc2\x22\x1b\x81\x2c\x44\x11\x57\x82\x34\x7b\x09\x7d\x1a\x86\x58\xcc\xe8\xa4\x75\x84\x32\xae\xf9\x20\x14\xa5\x53\xae\x75\x0c\xe7\x85\xde\xec\xb9\xa5\x58\x6b\x1e\x3e\x87\xde\xec\x0a\xab\x6c\xc1\x16\x35\x06\xc9\xbc\x2c\xcc\xc0\x74\x6b\x21\x79\x4d\x87\xd6\x5c\x5d\x64\xae\xe9\xc5\xc4\x14\xdf\x3b\x2f\xac\xc7\x4a\x54\x53\x2f\x55\x53\x86\x08\x52\x45\x66\x66\xc3\xf5\x27\x7c\x61\xdd\x42\xad\x89\x3b\x8c\x9d\x4a\xad\x7b\x4c\x16\x10\x3c\xb5\xf8\x19\x9a\x75\x3c\x8f\xbd\xfa\xea\xf3\xf4\x23\x5b\x48\x97\x39\x31\x51\xac\x55\x33\x1f\xc5\x5a\x33\x1e\xff\x6e\xe9\xd5\xaa\xad\x87\xd2\xab\xd9\x02\x20\x9d\xda\xab\x45\xee\x5e\x30\xb3\x93\x3a\xb1\x5b\x86\x75\xb9\xa9\xa8\xcf\x2b\xfe\xae\xa3\x41\x78\xf7\xd8\x6d\x56\xc8\x85\x6f\xee\x59\x77\x4b\xaf\x2e\xb2\xf6\x74\x6a\xaf\x0e\x89\x83\xf5\x56\xcd\x54\xd2\x29\xb8\xba\xbf\xf2\x17\x48\xab\x1b\x34\xa8\x09\xd1\x6d\x1d\xab\x65\x74\xb2\xee\x67\x8f\xe5\xe6\xbc\x85\x3c\x67\xbd\x44\xa6\x61\xcf\xcc\xf0\xcc\x88\x5d\xa1\x28\x23\x80\x14\xae\x82\x4b\xef\xa8\xbe\xba\x7f\xa0\xdf\xa9\xa9\x8f\xbe\x66\x4c\x91\xbe\x4c\xd4\xaf\xe5\xa7\x78\xcb\xbb\xda\x5c\xf8\xf8\x51\x9c\x06\x80\x45\x72\x27\xb5\x60\xea\xb5\x56\x99\x69\x21\x67\xff\x72\x9b\x97\xa6\x68\xf1\xd4\xac\x1f\xc2\xd0\x44\x8f\x52\xe1\x62\x94\xbc\x76\x38\x8b\xba\x6a\x96\x29\x16\xa0\x77\xb6\xc1\x97\xc5\x3e\x8b\xd1\x6b\x7a\x2b\xdc\xd8\xae\x52\x0e\x33\x80\x68\x2b\xa2\xc2\x6b\x5d\x42\x1d\x83\xfc\x42\xa0\x8b\x0a\xaf\x88\x80\x05\xe3\xfc\xf2\x54\x90\x18\x6a\x79\x28\x0c\x32\xd4\x54\x47\xe1\xd7\xdc\x9d\x93\x19\x22\xd5\x43\x8a\xc5\xd6\x3c\xd1\x5c\xdc\x52\x05\xa2\x0a\xac\xd5\x5b\x7a\xb1\x5c\x4d\x73\x34\x11\xcc\xef\xd9\xca\x18\x59\xfc\x12\xed\x55\xc5\x91\x95\x8a\xce\x75\x49\x32\x96\xf9\xe5\x06\x93\x67\x64\x08\x8c\x53\xda\xee\x68\x5b\xf9\x6e\x44\x56\x76\x0a\xb3\xb6\xc3\x19\x79\x49\x5b\x4b\x1b\xb5\x58\x47\x10\xde\x2d\x02\xb4\x43\x92\x78\xb9\x11\xd5\x1f\x3a\x3f\x30\x25\x7d\xeb\x5a\xab\xa8\xd8\xda\x08\x9c\xee\x25\x78\x3a\xa2\x08\x15\x58\x0b\xe1\x7e\xbd\x6c\x9e\x5e\x0e\xf7\xf7\x56\xcc\x96\x56\x6c\xa6\xde\x08\x58\xee\xe5\x96\x9c\x23\x05\x51\x99\xb5\xe8\x99\xa5\x02\x6b\xd1\x8e\x55\xbc\x74\x0d\x43\x2c\xb7\x3c\x4d\x26\xf3\xc8\x25\x84\x26\xcc\x38\x79\x78\xb6\x52\xde\xb8\xa5\xdc\xad\xa7\xda\xb5\x9a\x52\x2a\xb5\x1d\x87\x0d\xc0\xe5\x7a\x7c\x17\x8d\xdc\x29\x98\x9a\x4a\x1c\x87\xc7\x28\x5b\xc6\xb1\x0a\x7c\x17\xd5\xdf\x58\x0b\x8b\x7c\xbd\x8d\xef\x33\x3e\x05\xd1\xf3\x15\xa6\x3e\x0f\x74\x58\x09\xc1\xeb\x82\xf7\xcc\xea\xc1\x47\xc9\x67\xd9\xc4\xf4\x45\xac\x07\x95\xa8\x5d\x9a\xf5\x49\x51\xaf\xb4\x1d\x18\xdf\xa8\x57\xba\x5b\x64\x5e\xb2\x8b\x6c\xbc\x00\x96\xe4\x0f\x95\x8a\x28\x95\x67\x27\xb5\x78\x1e\x7c\xd3\x79\xb6\x78\xf7\xe1\x0b\xbc\x7a\xfa\x2c\xed\x87\x26\x50\xaf\x74\x7f\x35\x78\xd1\xdc\xc3\x89\xb5\x60\xe9\x22\xf3\x52\xaf\x59\x4e\xc8\x61\xa4\x7a\x69\x93\xa5\x53\xb0\xb4\x1d\xc9\xe6\x9e\xf1\xe5\x4b\x6c\x10\xf3\x22\xf3\x09\x57\x28\x7a\xdd\xac\xb7\x90\x3c\xac\x57\x1d\xd9\x5c\x1b\xea\xd5\xb8\x3a\x6d\x66\xb5\x80\xd7\x1c\xf2\x6a\x60\x7c\x8d\x17\x07\xa7\x2b\x8c\xd7\xba\x7a\xab\x0a\x6e\x15\xee\x25\x6e\x34\xf3\xac\x5f\x4f\xc0\xa1\xc8\x72\xf1\xac\x57\x83\xde\x35\xa6\x51\x0c\xb4\x1d\x76\x65\x31\x50\xee\xfa\x76\x8a\x81\x0e\x85\xf5\xaa\x2f\xba\xba\xf2\x26\xc6\x60\x96\xaa\x4d\x62\x3c\x7d\x21\xdf\xf0\xe1\xb3\xf6\x75\x68\x6e\xb5\xe2\x8c\xca\x5d\x0d\x65\xb2\xf9\x72\xeb\x7f\x60\x89\x2d\x66\x4c\x07\x5d\xc3\x3f\x10\xea\x52\x01\x24\x95\xda\x63\x7c\x66\xd6\xdd\x78\x46\xe9\xa8\x17\xd9\x8f\xe4\x31\x6e\xbc\x97\xb7\x64\x4b\x55\x15\x92\x9b\x55\xdd\x42\xa1\x8b\x4c\x55\x9d\xe2\xa0\xed\xc8\xfe\x40\xf4\x33\x34\xa8\x8e\x30\x1f\x32\xe0\xa0\x90\x88\x90\x18\xb1\x2c\x7f\x88\x95\xd0\x84\x18\x75\x5d\xc0\x51\xf8\x53\xdd\xa8\xc2\xaf\x2c\x8d\xd8\xa9\xfc\xd9\x8e\xec\x0f\x01\x7b\x56\xa2\x86\x58\xc5\x67\x4b\xa1\x0d\xc1\xea\x2d\xdf\xe1\x57\x1c\x0c\x28\x0c\xc5\x3b\xdb\xe1\xc1\x20\x2d\x48\x89\xef\xdd\x6b\x44\xda\xba\x88\x0a\xe8\x36\x36\x6f\x00\xf3\x30\xcd\xa0\x71\x15\x55\x2e\xa3\xb6\x5e\xad\x78\xa6\xf6\x4c\x1d\xcf\x92\x84\xd5\xc7\xf1\x98\x60\xb0\x16\x34\x10\x4a\x77\xee\x17\x46\xff\x40\xb8\x90\x9a\x29\xd7\x59\x34\x1f\x57\x23\xb7\xaa\xdb\x46\xc8\x3a\xc9\x26\x3a\xd5\x3a\xb7\xea\xb8\x9f\xa9\x6a\x36\x84\x01\x1e\xe0\xe1\x41\x30\x92\xbd\xe6\x6f\xbd\xb8\x51\xa4\x53\x14\xde\x9c\xa7\x1d\xc8\x64\x54\xe5\x6c\x07\x92\x72\x35\xe3\x3e\xb9\x17\xbb\x15\x37\x25\x6d\x54\xdc\x6c\x07\x42\x58\x8d\x44\x56\xb0\xe7\x7a\xb1\xf4\xe2\x47\xa0\x1f\x22\x60\x14\xd6\x54\xa5\xab\xe6\x1f\xe6\xb2\x4b\xa7\xb2\x66\x1e\xe2\xe2\x85\x4f\x15\x15\xa1\xc6\x3d\x60\x77\xf3\x0e\xb8\x33\x5b\xb9\x0d\x4c\xb6\xaa\x36\xda\xad\x6a\xa3\x9a\x40\xbd\x03\x97\x6c\x0e\x2e\x21\x59\xd6\xcd\x86\xda\x81\x8c\x4f\x59\xce\x41\x3c\x7a\xaf\x32\x18\x69\xaf\xf7\xb6\x86\x64\xe3\x51\xfc\x5c\xb6\x70\x3b\x59\xdf\xe3\xfa\x18\x0e\xf5\x50\xf9\xb1\x5a\x21\xa6\x7a\x56\x1e\xc8\x38\x2c\xba\xbe\x62\xae\x5f\x6d\x05\xb1\x1d\x48\x4e\x54\xe4\x6c\x87\x27\xe2\x85\xc6\xb9\x2f\xaf\xa7\x43\x80\xc8\x67\x60\xd7\xf5\x55\xb2\x93\xb7\xbc\xac\xc8\x55\xbc\x9e\x3a\x77\x69\x2b\x88\x4d\x41\xc3\x4a\x9d\xc6\x28\x50\xa8\x73\x2f\x6f\x7f\xd4\x0e\x04\x0a\xf8\x4f\x0b\x93\x2f\x76\x04\x4b\x78\x9a\x14\xac\x53\xc3\xb3\x1d\x90\x35\x6a\x70\xee\xe6\xbc\x84\xf6\x86\xdc\xd1\x52\xc0\xcd\x17\x2d\x69\xcb\xcf\xd8\x01\xa8\x6a\x33\x95\x96\x36\xf9\x66\x2a\x2d\xf2\x99\xf5\x96\xc0\xbd\xe6\x33\x93\x8f\xae\x1e\xfb\x1d\xbc\x48\x08\x39\xce\x2d\x53\xf7\x0c\x5c\x68\x99\x1d\x84\x0e\xb6\x0c\x14\x21\xa3\xcd\x14\x19\xca\xf0\x2d\x4b\xaf\x90\x36\xa8\x01\xda\x0e\xc7\xce\x9c\x01\x08\x67\xcb\x1a\x6f\x6c\x6d\x3d\xeb\xec\x0b\x81\xf1\x4e\xaa\x04\xb0\x68\xa1\x86\xc8\xe5\xbb\xde\xe4\x46\x1c\xd4\x56\x40\x12\x48\x0c\x15\x40\x1b\x05\x4e\x7a\x53\x57\x84\x0f\x37\xb3\xeb\xab\xec\x51\x0e\x34\xa9\x4a\x50\xf3\xb3\xf4\x68\xfc\x62\x2a\x67\xae\xa6\xfa\x55\x6f\x6a\x35\x80\xbe\x78\xb1\x38\x05\xad\x6b\x20\x09\x63\x54\xc7\x06\x68\x3f\xab\x62\xfb\x03\x70\xe6\x64\xb5\xea\xf9\xb3\x5b\x04\x3f\xa1\x1c\x06\x56\xe4\x0f\xcb\x7c\xca\x61\x5a\x28\x83\xc8\x06\xad\x39\x11\xac\x56\xad\x81\x30\x1c\xcc\xd6\x84\x07\x50\x23\xf5\x2f\xd7\x42\x3b\x75\x41\x1b\x15\x93\x7a\x53\x15\xe4\xb8\x52\x16\xb4\x91\x03\xbd\x53\x16\xb4\x51\x5e\xa6\xb7\x26\x1b\x80\x9f\x5a\x23\x74\x91\xa3\xac\x37\xc2\xba\x5b\xee\xdf\x51\xbd\x26\x7f\x74\xf7\x09\xec\x26\x05\x59\x6f\x3d\x60\x65\x6f\xa7\x0b\x01\x0e\xe8\x8c\xc6\xc2\x35\x22\xb5\xbb\x9b\x3c\x38\xb3\xc2\x6a\x73\xca\xac\x1c\xde\x06\xb6\x49\x37\x76\x70\xe7\x81\x33\xde\x06\x8b\x45\x89\x6d\x66\x61\x1c\x6e\x53\xd8\x5a\xe1\xff\xd6\x1b\xad\x3a\x8f\xda\x0c\x80\x32\xf6\x0c\x32\x04\x24\xb8\xce\xe5\x29\xa7\xb0\x68\xd5\x56\x48\x5d\xd1\x2c\x95\x6d\x33\x06\x61\x56\xd3\x40\x74\xbb\xb5\xf6\x23\x0d\x36\x33\x2d\xdc\xa5\xe8\x94\x15\x2d\xb2\xfb\xa8\x2a\x4a\xba\xb5\xde\x96\xa2\x56\xf6\x2b\xee\x7c\x89\x87\x06\x57\x71\xc9\xbf\x53\x48\xb4\x68\xf1\x6a\x8b\xc3\xe4\x89\xc3\x6b\x4a\x59\x81\xde\x22\xd0\x4a\xc4\x5d\x90\x46\x1b\x7c\x02\xc3\x7c\xd1\xa8\x4d\xeb\x60\xb2\x08\xe7\x96\x15\x1d\x08\xed\x4d\xfd\x0d\x89\xb1\x05\x93\x45\x82\x6b\x5e\x12\xcb\xf1\xe2\x44\x6c\x8d\x6c\x25\xd0\x50\xce\xb4\xb4\xb7\xe0\xab\xcb\x6e\x3d\xe1\xcc\xe3\x34\x7d\xa9\xcf\x1e\x70\xc9\x40\x18\x71\x21\xbf\xed\x54\x4c\x82\xa3\x34\xb3\x6d\x28\x67\xb5\x93\xb3\x0f\x07\x6b\xf8\x5c\xc7\x10\x5d\xb1\xf5\x2a\x45\x34\x4d\xba\x87\xfd\x1a\x8b\xca\x6c\xcf\xa8\xa3\xef\x47\x92\x5c\xb7\xe3\x82\x73\x78\x18\xf5\xc5\x76\xa1\x7b\x41\x00\x45\x6e\x55\x40\x0f\x26\xe1\xd5\x1a\x6f\x9b\x1a\xa0\x1b\x70\xa9\x0c\x14\x7b\x5a\x0e\xe1\x57\xa8\xa2\x92\x94\x0b\x62\xe8\xa1\xbb\x62\x52\x76\x4b\x40\x22\x52\x43\xbb\x3d\x8d\xf1\xc2\xd1\x10\xa1\x6f\x71\x58\xe8\x98\xfb\xbf\xbb\x05\x70\x68\xd9\x6a\xbb\x45\x24\x79\xcd\x8d\x60\x24\x2a\xdc\xec\x9f\x08\x66\x46\x60\x62\xf9\xbb\x75\x4a\x65\x80\x94\x29\x4d\x45\xa9\xb5\x3d\x24\x22\x73\xba\x70\x6b\xdd\x8e\x8d\x6b\xd6\xb2\xd2\x46\x64\x55\x76\x79\xb8\x6b\x87\xa3\x11\x8e\x1d\x44\x19\x2e\x9e\xc4\x35\x18\xb7\x69\x21\x7b\x93\x71\x3b\xef\x37\xc0\xcf\x08\xaf\x10\x74\x38\xee\x95\x15\x79\xe4\xcb\x22\x64\x84\x58\x70\x07\xd7\x55\x7b\x3f\x10\xe3\xa1\x09\x9d\x8b\x60\x1a\x2a\xfa\xc1\x46\xc6\x73\x00\xb0\xf2\xc2\xbd\x71\x98\x2d\x05\x4e\x73\xed\xdf\xd2\x3c\x8b\x9f\x0e\x6e\xbc\x76\x8a\x9f\x4e\x12\x45\x74\x8a\x9f\xb6\x63\x39\xbc\x96\x9f\xc1\xb3\x14\x09\x52\xd3\xc9\xa1\xc5\x9d\x8e\xde\xb9\x17\x76\xd8\x98\xfb\x5f\x0a\xdb\x94\x47\xcd\x3d\xfe\x8e\x6a\xcc\xb9\xa4\x54\x6a\x36\x01\x4b\xef\x32\x77\x3b\x35\xe9\xbf\x92\x7e\x27\x7d\xf0\xa1\x4c\xde\x93\x6c\x8e\xb9\x66\x33\x60\x32\xa7\xac\xa0\x8f\xc8\xd9\xc3\xff\x0a\x76\x77\x53\x85\xa8\x02\xf4\xcc\x6d\xab\x61\x93\x46\x7a\x15\x06\xcc\x31\x13\xfb\x1d\x5c\x45\x66\x56\x91\x63\xd8\x6e\x97\x1f\xf9\x22\xf9\x2c\x76\x65\x04\xd6\x74\x8c\xcb\x4d\x77\xf4\x1b\xb8\x01\x9e\x2c\xfb\x74\x0c\xd6\x21\xcc\x8b\xa2\xec\xf4\x25\xfd\xf8\x9a\x06\x76\x51\xa9\x75\xff\xe0\x0b\x27\x16\xca\x4f\x41\xd6\x1c\x46\xed\x5e\x62\x5a\xcc\xa4\xe8\x86\xe4\xf4\x53\x91\x75\x90\xae\xa6\x5b\x90\x75\xc5\x18\x9b\xb2\x52\x28\xbf\x77\x03\xbb\xe5\xac\x54\x60\x6d\xc9\x99\xa3\xf5\x52\x9c\xb7\x77\xbc\xb7\xda\xf7\xfa\x96\x27\x5a\x02\xd7\x7b\x95\x9c\xc1\xae\xa3\x4a\xab\x8a\x46\xaf\x06\xdd\x73\x6e\xa8\xd2\xda\x92\xdb\xac\x4d\x5a\xd9\x99\x8a\xad\x59\xa7\x77\xaf\x01\x36\x07\x51\xa2\xab\xf6\xc5\x74\xa1\x61\xbd\xc5\x3e\x33\x5d\xc5\x0b\x71\xa9\x11\xac\x26\xbe\x69\x44\x56\x80\xed\x96\xac\x13\x08\x4d\xcd\xc2\xfd\x47\x8c\x48\x6e\x39\x62\x84\xda\x77\x6f\x0e\x47\x4f\x5e\x14\x53\x65\xed\x06\x7d\xeb\x8a\xef\x5b\xa4\x68\x1a\x14\xbb\xe9\xb5\xb4\x44\x51\xfb\xb5\xc9\xe0\xbb\x05\xef\x86\x7f\xef\xdc\x74\xb1\x01\x1e\x57\x0f\xb9\x29\x54\x86\x28\xdd\xb5\x6b\xba\xb1\x7a\x75\x5d\x2a\x5e\x5d\xa3\xc1\xfb\x16\x33\x5a\x12\x82\x83\xe8\x07\xb7\x3b\xc4\x0c\x46\xb6\xd0\xab\x42\x38\x85\x5e\xf3\xff\x4b\xd8\x99\x9c\x4d\xcf\xf2\x68\x34\x95\x3f\x84\x32\x93\x60\xf3\xe5\xe2\x31\xff\x10\xfa\xe2\x1c\xbd\xbd\x7d\x76\x76\x95\x99\x41\x13\x92\x6e\x75\xd7\x21\xbc\x9d\xaa\x21\x40\xaf\xc5\xfb\xb2\xe1\x65\x2f\xc1\xbe\x63\xc4\xed\x57\x0c\x35\x92\xaa\x5b\xe4\xf3\x1f\xba\xcb\x15\x6f\x6a\x48\xc3\xfc\xa3\x70\xb0\xb1\x75\xf8\x7e\xb8\x00\x93\x09\xb1\x41\x54\x78\xa2\x8e\x06\xd8\xb0\xfd\x70\x6a\x27\x3b\x24\x2b\x55\x08\x80\x76\x8f\xc9\xc2\x38\x8c\x65\x6b\x4e\x21\x7e\xdf\x2a\x51\x63\xc9\x7c\xbb\x2f\x10\xf5\xbf\xfd\x94\x07\xb7\xc1\xea\xcb\x63\xd9\x17\xfa\xbe\xdc\x30\xf4\x6b\xb1\x47\xe0\xb8\xc3\xdc\x2b\x8a\x7d\x00\xc8\xce\xe6\x81\x3f\xf5\xdb\xf1\x19\xad\x48\x5f\x03\x10\x64\x9b\x46\x86\x44\x86\x95\x66\xeb\x91\x45\xd0\xf3\x00\x25\xb6\x2a\xb8\x8b\x12\x6b\x32\xb7\x31\xc4\x0f\xf2\xc4\xa6\xde\xee\x5e\xc0\x40\xac\x74\x31\x2e\xd7\x19\x51\x71\x5c\x8c\xc2\xf6\x2e\x66\x14\x29\x6e\x5c\x92\x27\x29\x39\x0a\x3c\x41\xf9\x03\xf4\xd8\x7e\x64\xe1\x8f\xe6\x58\xa6\x5b\x76\xed\xf1\x43\x9e\x38\xe0\x86\x03\xb1\xe1\x70\x1b\x12\xb2\x5e\xbd\x7d\x18\x3a\x64\xdb\x71\xe4\x06\x93\xfa\x0e\x90\x64\xfb\xe1\xa4\x19\xa6\xae\x90\x34\x34\x23\x2b\x0a\x25\x46\x2c\x99\x9a\xc6\x78\x9a\xff\x50\xf1\x96\x09\xfa\xe1\x57\x5c\xe3\xaa\x1f\x03\xff\xda\x8f\xfc\x26\xc7\xc7\x98\x40\xd6\xfb\xf7\x8c\x79\x44\xc6\xf3\xe4\xf2\xb1\x96\x2f\x47\x28\x9f\x69\x01\x09\x44\x5c\xd7\xa1\x43\xe4\xc0\x74\xec\x0d\xe1\x30\x02\x5d\xf1\x67\x78\xd9\xab\x4b\xc7\x30\xf7\x97\x12\x0c\x20\xaf\xfd\x90\x75\x68\x2a\xce\xdf\x2b\xac\x8a\xf6\xbc\xd5\x45\xbd\x1d\x5b\x83\xef\x87\x84\x60\x2b\xed\xfd\x90\x91\x93\x5c\x53\xe5\x05\x1c\xd8\x92\x1c\xf6\x23\x54\x42\xaa\xba\xc5\x86\xa9\xa3\xe8\xc0\xcb\xab\x66\x3d\x58\x4c\x24\xdc\xa8\xf5\x79\x30\xc8\xbf\xa9\x83\x4a\x88\x2d\x00\xa1\x8f\x5f\x6e\xba\xc5\x4b\xfd\xef\x7f\x4d\x7f\xfd\x00\x4b\xa8\xe9\xe5\x11\xfa\x60\x93\x87\x63\x80\x1c\x7b\xe8\x2c\x1d\xfa\x60\x0f\x3f\xba\x10\x5c\x6d\xe2\x21\x0c\x71\xf2\x0c\xe7\x9b\x3e\x43\x5e\xe1\x7c\xc2\xc3\x46\x58\xd1\x61\x8a\x3a\xce\x51\x1c\x99\x71\x8a\x67\xdc\x20\xb2\x84\x8b\x35\x78\x0e\x42\xe0\x69\x59\xc7\xec\xb0\xe9\x83\x6e\x2c\x9f\xdd\x73\xd5\x17\x32\x3c\x1c\xd6\xc4\xde\xaf\xb6\x80\x5f\xb6\x05\xf4\xea\x52\x02\x4b\x98\x58\xa5\xab\x28\xea\x39\xcd\xcf\x30\x72\xda\xd9\x02\x9a\x84\xa3\x00\x25\x48\x2a\x0a\x18\x6c\xf5\x6c\xc6\xbf\xcb\x63\x9e\x69\x9a\xcd\x1e\x19\x0b\x4e\x37\x6a\xce\x00\xfd\xab\x80\xe3\x1c\x7e\x94\x2d\x53\x1a\xf3\xc1\x91\xcf\xec\x99\xf6\xa7\x90\x17\xd8\x16\x34\x6e\x47\x15\x88\x91\xf5\x36\x36\x9c\x8d\x19\x35\x77\xb2\x1f\xb1\x4c\x8e\x55\xb1\x00\xfd\x35\x9a\xc2\x34\x5b\x2a\x74\xd3\x56\xea\x8a\x66\xbf\x18\x49\x46\x7c\xb1\xc9\xa3\x25\x3d\xf0\x2b\x54\x50\xc8\x4f\x82\xd4\xea\xec\x92\x20\xb5\xba\xff\x00\x52\x5b\x97\x33\x04\xc0\xdf\xe1\xef\x5a\x1a\x38\xb7\x80\xd4\x96\x69\xaf\xc0\x6b\xf7\x76\x22\xd2\xce\x80\x08\x15\x3d\x67\xce\xaf\x86\xaa\x1f\x83\xea\x9c\x6e\x98\x49\x74\x11\x5e\xfc\x28\xfb\x41\xa7\x94\x0b\x5c\xcd\x6e\x80\x15\xbf\x0f\xce\x39\x7c\x0f\xe8\xdb\xa2\x53\x3f\xd0\xb7\xd5\xf8\xaa\x30\xb7\x66\xfe\x8e\x4f\x10\x4a\x01\x38\xb6\x1d\xd4\x9e\x11\x23\x77\xa7\x2f\x18\x06\xb1\xc7\x00\x63\x7b\x54\x4d\x38\xc0\xd8\x56\xf2\x2d\x8d\x90\xf9\x43\x68\x01\xb1\xad\x80\x82\x8c\xd0\xde\x00\x53\x88\x50\x3f\x60\x36\xc2\xd9\xf0\x44\x73\x29\xed\x05\x67\x98\x79\x5c\x6b\x05\x08\xb8\x95\xfc\xaf\x43\x98\x5b\xd3\x90\x0f\x60\x6e\x3b\x68\xca\x43\x94\x5b\xcd\xaf\x80\xdc\x56\x8d\xec\x31\x93\x5b\x50\x3a\x33\xb4\x39\x0a\x01\xe3\x95\x0f\x63\x42\xeb\x3c\xa1\xe6\x9b\xb1\x2a\x79\xbf\xc7\x78\x5e\x3c\xd3\xf4\xb4\x69\xcb\xe6\xd6\xf4\x8f\x64\x16\x34\x41\x00\xb7\xf6\xc5\x58\x06\x4e\xbb\x05\x53\x28\x40\x3a\x8c\xcc\x30\xbe\xfc\xc7\x54\x43\xd4\x65\x3c\xb7\x82\x26\x80\xb9\x55\xca\x1c\x2b\x39\x01\xcd\x0b\x4b\x11\x4e\x1c\x57\x04\x49\x1f\x56\x72\x1e\xeb\x42\x55\x77\xae\x08\xf4\x06\xb6\x7c\x08\xa3\xab\x91\x01\x18\xdd\xae\xd0\x01\x8a\x6e\xc9\x79\x3e\xb5\x12\xb8\xd3\x4e\x4e\x92\xf4\xe4\x74\x76\xe8\x93\x10\x43\x9e\x1d\x23\xbe\xb4\xeb\xc4\x95\x03\xa7\xaa\x4b\xa5\x13\x96\x0b\x5a\x6e\x3f\xdc\xcc\x17\xcc\xdb\x83\x74\x79\x2e\xdc\xfe\x99\x30\xdc\x8f\xa0\x28\xd2\x29\xe5\x89\x61\xad\xf4\xc3\x79\xbe\x80\xdb\x72\xaf\xa5\x1d\x42\x7a\x60\x8a\x70\x78\x6f\x70\xfb\x6c\xb8\x56\x18\xe0\x15\x1e\x30\xd1\x09\xc9\xfc\x30\xe2\x46\x96\xf9\x59\x5a\x6a\xe2\x3e\xc2\x10\x71\xe4\x47\x6a\xa8\xce\xe0\x9d\x6b\xf1\x37\xcd\xbb\xc9\xba\x10\xf6\x80\x83\x9c\xcf\x1c\x27\xe9\x03\x77\xd6\x1a\x16\x82\x3b\xeb\xee\x01\x7f\x72\xf7\x30\x76\xee\xac\x15\x79\x81\xfa\x2d\xba\x72\x8b\xe8\xdb\x92\x98\x3d\x93\x6b\x7b\x3f\x5a\xfe\xc1\x78\xbd\xd8\x1e\x3e\x2b\x64\xa3\x8d\x84\x49\x74\xbc\x26\x04\x04\xb8\xeb\xb3\x08\x06\x70\x4f\x26\xac\x1f\x7a\x32\x94\x17\xa5\xc3\x2d\xfd\xb2\x9a\x1e\xa1\x37\x77\x31\xbd\xe5\xde\xc1\xf8\x8e\x50\x84\x91\x09\xbf\x9c\x27\x87\xfd\xda\x02\x7d\xe2\x0a\xe2\xb0\x7f\x69\xc9\x90\x10\x7c\x40\x78\x20\x11\x86\x3e\x6a\xca\xde\x41\xf6\xb8\xa4\xbc\x9f\x49\xba\xfd\x3d\x53\x1f\xf2\x6c\x97\xdc\x17\x9f\xb7\x2d\x52\xb3\x2f\x27\x87\xa1\x6e\x81\x26\x34\x12\x01\x0a\x5c\x7e\x59\x15\x17\x26\x46\x62\x80\x03\x5c\xf3\xf4\x09\x03\xcc\xe1\x9d\x48\x2e\x4d\x2b\xb2\x30\xc0\x5e\x54\x00\x03\x5c\x0b\xb5\x8a\x02\x5c\xba\x05\x3a\x0a\xf1\x9e\xf0\xa9\xc3\x19\x99\x49\xc6\x3c\x5c\x61\x0a\x2b\x7a\x28\x40\x4d\x4c\x14\x7a\x2b\x4c\x01\x3f\x96\xbf\xbb\x25\x91\xce\xa7\x39\x6a\x94\xe7\xc1\xf7\xdd\x3d\x3f\x78\x61\x9e\xa7\xf5\x6a\xa4\x63\x3e\xa7\x40\x20\xd0\xa3\xe9\x0d\x3a\x94\x66\xea\x14\xae\x06\x30\xcd\x1f\xd7\xec\x49\x61\x29\xa7\xcf\xf8\xd7\x31\x53\x93\x8b\x89\x63\x5a\x5a\x86\x5a\x6c\x42\x46\xe6\x68\x8b\xd2\x2f\xdb\x13\x80\xdf\x7e\xd8\xf7\xea\x69\x44\x1a\x10\xec\x57\x99\x63\xd6\x4c\xf9\xc7\xf3\xc2\xb0\x43\xb5\xd5\x2d\x6c\xe3\x35\x53\x35\xf3\x8c\x84\x93\x85\xd5\xdf\x97\x2f\xd9\x36\xc5\x1b\xfc\x0b\xed\x0a\x14\xe0\xc3\x58\xc8\xd9\xf4\x80\xa1\x4f\x8d\xac\x2f\xe1\x33\x16\x9b\xe5\xb3\xe6\x06\x57\x40\x71\x63\x5a\x18\x5f\xbe\xe1\xef\x4a\x82\xcb\x16\xb4\x36\x40\xda\x12\x43\x98\x84\x1b\x03\x0c\xe1\x4e\x66\x99\x31\x9b\xab\x44\xff\x8c\x29\x87\xba\x4f\x8d\x0d\x7e\xdf\xd1\xc6\x6c\xba\x1b\xaf\xc5\xa8\xcd\x4a\x03\x03\x07\x4c\x78\x37\x40\x67\xbb\x7b\x7e\x59\xab\x16\x89\x6e\x11\x57\x92\x99\xf5\x76\x5f\xcf\xc3\xd9\x33\xdd\x03\xcf\x0f\x7b\xde\x67\x26\x70\xfe\x19\x86\x36\x07\xd4\xde\xa5\xc1\xf9\x2d\xf7\x48\xde\x58\xb8\xc5\x46\xae\x0d\x4d\x86\xcc\x02\x2d\x65\x6e\x59\xa1\x17\xec\x34\xc0\x08\x1f\x62\x14\x8c\x19\xaa\x7a\x3e\x43\x5e\x5c\xd9\x34\x26\x38\xf1\xdc\x5a\x88\x5e\x30\xa6\x09\xbd\x03\x3e\x22\xda\x70\x90\xf1\x63\x80\x36\xdc\x81\x88\x19\xa0\x0d\x77\x4d\xee\xe0\x0b\x57\x7d\x33\x27\xfe\x6b\x31\x3d\x43\xda\x12\xec\xae\xfe\x6b\xfa\x0d\x02\x3c\x5c\xab\x3b\x74\x0e\x8f\x8a\x7f\x38\xdb\x90\x34\x80\x87\x3b\x90\x6a\x63\x6e\x31\x22\x0c\xf9\x9f\xd3\xb6\xf9\x46\xcb\x82\x2e\x0b\x80\x13\x1f\x0a\x83\x80\x13\xf7\xc3\x35\x14\x62\x84\x64\x1e\x43\x6c\xe2\x1f\xd8\x4a\x63\x72\x9d\x71\x38\xbb\x2b\xc7\xea\x0b\x9b\xcc\x53\xbe\x6c\x8f\xd2\x5b\x22\xe8\x20\xc5\x8e\xa9\xcf\x80\x72\xef\x44\x24\xf0\x86\x6d\x9a\x3b\xdc\x20\xae\x79\xe6\x72\x58\x04\xd8\xa4\xe6\x1f\xb8\xa3\x79\x02\x01\x2d\x5c\xf9\x7b\x2e\x0d\x5d\x3f\xed\x87\x4d\x28\x4a\x21\x12\xcc\xd3\xbc\x59\x94\x56\xa2\xc0\xee\x05\x90\x71\xf1\xee\x65\xa6\x3c\x81\x5a\x30\x95\x27\xa4\x29\x66\x83\x35\x99\xc6\xdc\x02\x45\x2f\x4e\x0e\xf2\x44\x8e\x02\xb9\xa1\xb8\x92\xd7\xc9\xb3\x15\x5d\x16\xa6\xb3\x19\x25\x4e\x5f\x15\x0f\x8c\xd9\x9b\x42\x88\xb8\x48\x77\xf7\x0f\xda\x46\x3c\x28\xf6\x09\xec\x7e\x63\x56\xe7\x8d\x1f\x8b\x33\x7e\xd3\x9c\x44\xdd\x74\x79\xce\xbe\x98\xfe\x06\x2e\x02\x6a\xdc\x4b\x56\x8a\x09\xc4\xd5\xd6\x41\x5d\x47\xd2\xf9\xe4\x1a\x51\x62\x8b\x06\x55\x0f\xb0\xa9\x37\x1b\x29\xcf\x06\x98\xc6\xdd\xeb\x19\x20\x8d\xbb\xf2\x1f\x90\xc6\x47\x4b\x1a\xb1\x65\x86\x4e\xce\xa0\x01\xa4\x71\x37\xc6\x6f\x1a\x6e\x6e\x7c\x27\x98\xc6\x65\x65\xe9\x8f\xb9\xa1\x30\x66\x8b\x22\xe1\xd9\x82\x41\xf7\xae\x79\xe2\x9c\x50\x24\x9e\xb0\x7f\x2f\x2f\xe6\xab\xe6\x55\x2d\x20\x2d\x44\xc4\x00\xab\x78\x9f\x17\xfa\xf1\x3a\x21\xc5\x7f\x1e\xcb\x58\x81\x81\xb1\x3e\x7f\x34\xc2\x33\xe2\x80\x2e\x80\xf3\x4b\x51\x92\xd6\x93\xed\x23\xa2\x4c\xd9\xbe\x97\xa3\xa0\x17\xf7\x52\x2c\x82\x06\x9a\x55\xe5\x46\xf0\x23\x19\x98\x5b\x58\x10\xaf\x88\xbf\x90\x80\xb6\x98\xb0\x25\x6c\x08\xf8\xfa\x31\x2f\x6c\xe3\xa5\x17\xbb\x66\xd3\xf5\x63\x79\xe8\x8c\x30\xc9\xf2\xe5\x44\x49\x26\x75\xd9\x58\xbf\xec\xb2\x2f\xae\xcf\xc1\xb3\xe7\x29\x6c\xe3\xf4\x68\x5a\x17\x1a\x3f\x8c\x19\x00\xe5\x0e\x3c\xd5\x00\x3f\xb9\x18\x62\xb3\xb8\x25\xd1\x7b\x04\x28\xe5\x0e\xd6\xe6\x00\x4a\x79\xd7\x1a\xbc\x68\x5f\xf6\xab\xa3\xd0\x5b\x6a\x4d\xcb\x08\x24\x69\xe5\xa5\x09\x84\x72\x1d\x9e\xfe\x6e\x65\xaa\xd6\x7e\xc5\xde\xaf\x16\x87\xc7\x4c\xdb\x10\xfa\x8d\xe7\xc2\x4c\x41\x52\xc0\x4f\xee\xba\x34\x81\x9f\xdc\x4b\xf5\xd9\x7d\x4c\xfd\xb8\xf0\xe9\xf9\x0f\x62\x72\x2f\xb0\x0d\x40\x92\x7b\x81\x3b\x80\x7f\xdc\xbd\x34\x17\xfe\xf8\x50\x86\x06\xf3\x78\xf7\x94\x96\xb1\x6d\x94\xea\x57\x52\x36\xa4\xfe\x85\x6d\x83\xec\xfc\x63\xd5\x94\x7e\xfc\x8a\xdd\xe3\x0c\x98\xe8\x4e\x43\x37\xe0\xc7\xbd\xe4\x33\xd4\x0c\xbd\x69\x21\x4f\x0c\x43\x7c\x57\xda\x29\x5c\x6f\xc3\xc9\x4d\x21\x03\xae\xf1\xfe\x8c\x8a\x9b\x1e\x99\x3e\x4b\x26\x91\x2f\x00\x2d\xae\x86\xa8\x01\x5a\xdc\x4b\xf3\x77\xe1\x63\xe9\x61\x57\x19\xe0\x4c\x80\x54\xdc\x4b\x3e\xeb\x0c\xcc\x74\xf6\x3c\x76\xb4\xdd\xd9\x2c\xce\x02\x97\x11\xc6\x61\x80\x5a\xdc\x0d\x6b\x07\xa7\xb8\x16\x48\x29\x38\xc5\x1d\x94\x9d\x01\x4c\x71\x48\x90\xd6\xc8\xed\xe1\x4b\x73\x40\x34\x3d\x3c\x9a\x76\x5c\xd7\xf8\xdc\xa8\x83\x78\xe6\x65\x11\x49\x8f\x8b\x89\x75\xa2\xd8\xdb\x2d\x36\xf4\xd2\xfc\x5d\x1a\xe1\x2a\x1b\x7c\x56\x2c\x4d\x6f\xdd\xb4\xdc\x52\xd4\x6c\x2f\x45\x0b\xfb\x4b\x5a\xdc\xea\x98\x14\x33\x5c\x70\xc4\x0c\xad\x8a\x0b\xc9\xa2\x40\x26\x81\x33\xee\xa0\xb1\x0c\xe0\x8c\x7b\xf1\x20\xe9\x1a\x61\x4e\x9d\x84\x36\x56\x08\x07\xda\xb8\xe9\x82\x24\xb2\xb1\x7e\xea\x4b\x79\x03\x8a\x02\xca\x71\xf7\x4e\x0b\x94\x63\x31\xec\xc6\x9a\x82\x3f\xb8\xbd\xe6\x89\x92\x40\x73\x26\x8e\x8b\x7c\x79\xc9\xd0\x42\x9f\x16\x35\x0d\x9f\x95\x56\x3c\x30\x5b\x62\x48\xb6\x06\x98\x71\x2f\xe1\xb3\xbb\x0e\x8e\xb5\x88\x26\x27\x91\xee\x00\xbf\xb8\xe4\xde\x5a\xec\x88\xf8\x53\xd0\x5b\x0a\x10\x28\x7f\x2b\x05\x08\xcf\x37\x72\xc2\x30\xc0\x7b\x9d\x32\x1e\xc7\x7b\x32\xbb\xc3\xaf\x3c\x5a\x98\x21\x96\xf9\x70\x0d\xc2\x03\xdf\xf8\x10\xb2\x66\x80\x6f\xdc\x81\x18\x1c\x09\x6f\x6c\xa8\xd4\x32\x43\xbc\x82\xd4\xba\x98\x0a\x24\x69\xa0\x8e\xbb\xd7\x00\x0b\x73\x03\xd0\x6f\x03\xa4\xe3\x43\x84\x9c\xb1\xae\x4c\x5c\x42\x1f\xaf\x5c\x50\xfa\x85\xa3\x61\x41\x14\x4a\xac\x63\x53\xfe\x80\x75\xdc\x8b\x93\x74\x41\x3f\x25\x24\x77\x76\x84\x75\xb8\x5d\x5d\x0a\xe0\xeb\x50\x90\x7e\x56\xda\x15\xa6\x1f\xc5\x7f\xff\x0b\x2f\x61\x97\x2e\xee\xaa\x32\x4b\x69\xc1\xf1\xdd\x3a\x59\x59\xe0\xc6\x09\x90\x9e\xeb\x8c\x98\xdf\xdb\x25\xa6\x90\xeb\x8b\x61\x48\x3a\xc8\xc8\xbd\x48\x92\xcd\x47\x6f\x96\x24\xd0\x90\xbb\x9a\xe8\xc2\x5a\xa0\x7d\x74\x3d\x22\x3f\x5b\x00\x3a\xe0\xce\xc5\x0c\x50\x50\xd2\xd7\xd6\xfc\x27\xc9\x90\xc7\x7a\xe5\x6a\x76\xe9\xcd\x23\xee\x0b\x6b\xec\x09\x17\x33\xcc\x81\xbe\x52\x39\x77\xe5\xeb\x25\xa8\xf4\xef\x65\xc6\x5d\x8a\x97\xb6\xdd\xeb\x5f\xe6\x20\xa4\x38\xfe\x87\x26\x6b\x5a\x5f\x36\xce\xf4\x7f\x4a\x80\x1e\xf1\xcf\xad\x27\x0f\xf9\xf2\x44\xf9\xc2\x01\x96\xfa\x7e\xa4\xbf\x74\x4b\x7a\x53\xb1\xac\x17\xad\x64\x4a\x21\x3e\x96\x18\x16\x97\x30\xc8\x2a\x7d\xc2\x20\x8b\x4b\x34\xce\x1f\xdd\x82\x23\x9f\x06\xa0\xab\xf5\x9d\x78\x23\x92\x59\x77\x9c\x38\x31\xe8\xed\x73\x6e\x4e\x9d\xc6\x97\x53\x4e\xcd\x02\x9c\x78\x2c\x0a\x6a\x34\x40\x44\xde\x1d\x39\x78\xa1\x09\x16\x1c\x44\xe4\x5e\x6c\xe1\x60\x6f\x73\xe4\x4e\x03\xcd\xf5\x3e\x06\x29\xb9\x78\x53\x7e\x1e\xdc\xf2\x2e\x6b\x75\x9b\x33\x6e\x90\x92\x3b\x39\x73\xc7\x29\xf6\x89\x89\x98\x40\x4a\xee\x20\xfa\x0d\x80\x92\x8b\xce\x1f\x67\xde\x49\x58\x6d\xc1\xd1\x16\xd9\xe3\x84\x6d\xeb\x1d\x74\xca\xb6\x9d\x27\xb3\xdb\xaa\x89\x9e\x66\xae\xd5\x4f\x10\x9c\xe4\x43\x6f\x5c\x70\x92\x0f\x50\x56\xc7\x29\xea\x17\x04\xed\x2c\x6e\x6d\xbe\x21\x87\x0c\x89\xb7\xc7\x59\xd5\xbe\xd8\xf3\x27\x79\x63\x74\xe4\x38\x65\xdb\x48\xdd\x67\xfa\x26\x20\x45\x9f\x5c\x3b\xe8\xba\x71\x62\x44\xd0\xab\xf7\xe4\x0a\xc2\x0b\xa1\x13\x76\x3e\xd6\xf1\x67\xf4\xed\x69\x98\x5c\xb5\xd4\x6b\x5f\xec\xd8\xe7\x24\xd2\x01\x1c\x14\x8a\x73\xd5\x5c\x1b\x4e\x35\xf8\xcd\xb3\xdb\x99\xc6\x49\xe1\x84\x03\xdf\xdc\x0d\xb6\x3a\xb5\x1e\xc8\xd2\xcf\x66\x38\x02\x54\xe4\x24\x7e\x4e\x13\xd1\xa9\x7b\x82\x17\x60\xa7\x41\xe4\xa6\x28\x39\x31\x07\x74\x03\x07\xce\xbc\x7c\x80\xe6\x9e\x46\x8e\xeb\x7c\x77\x92\xbe\x56\xb9\xfc\x44\x56\x20\x4b\xfc\x38\xd3\x1c\x90\x25\xbc\x95\x62\x79\xc8\x5c\xaf\xbe\x03\x2a\x74\xd7\x63\xee\x34\x3e\xdc\x10\x1a\x80\xa0\x7b\x75\xad\xcc\x31\xa7\xe7\x09\x40\xd0\x7b\x4d\x7c\xb9\x98\x06\x86\x1b\x79\xcc\x99\x87\x70\xb3\xd3\x41\xfc\x0a\xba\x1b\x4b\x5e\x6c\xe1\xe4\xbf\x6e\xf6\xcd\x5a\x27\x49\xc0\xc7\x69\xd2\x38\x38\xd2\x39\xc9\x8d\xe9\x09\x9a\x72\x27\x67\x7a\x2a\xa9\xd8\x29\xfc\x02\x40\xc2\x1f\xa7\x19\x5d\x0d\x37\x4d\x10\x69\x2d\xa6\x27\xea\x3b\xb0\xff\xe3\x9c\xda\x9a\xf9\x68\xab\xec\xbd\xda\xf6\x92\x2a\xd8\xf8\x52\x00\x42\xa3\x3b\xb7\x9a\xde\xcd\x97\x76\xea\xce\xaf\x92\x0f\x86\x74\xd7\x3d\xe9\x3c\xad\x8a\x4e\x9d\x9e\x7e\x57\x29\x99\xe9\xe1\x3f\x9b\x90\xe8\x6a\x7f\x9e\xd9\x43\xff\xb8\x69\xc3\xaa\x34\x6e\xd0\x91\xe4\x98\xf6\x0a\xbd\xb9\x5a\x93\xf8\x5b\xd3\xc9\xc5\xc6\x5e\xed\x2d\xec\x4f\xa7\xb0\xd3\x08\x2f\xd3\xab\x9c\x72\x36\x08\x25\x20\xd1\x1d\x98\xe3\x71\xde\xd6\x4a\x45\x66\x90\x37\x51\xcb\xe9\x4d\xbb\x56\x08\x50\x9d\xf7\x3f\x0c\x7c\x73\xa4\x4e\xee\xe9\x71\x92\x13\x4d\xe7\xf3\x53\x47\x3c\x53\x45\x80\xf1\xdc\xc1\x33\x1b\xe7\x83\x13\x11\x8c\x40\xb8\x67\x61\xb5\xc6\x69\x22\x15\x13\x0d\x9c\xf0\x2a\x30\x40\xc7\xb9\x35\xd6\x6e\xbc\xfe\x99\x7c\x8b\xe1\xbd\x8d\x67\xfa\xf4\x2a\x10\xc0\x9e\xce\xcd\xaa\xaa\x11\xd9\x40\x3f\x77\x6f\xa2\xce\xbc\x67\x97\xc2\x93\xd5\xec\xd0\xda\x70\x72\x3f\xfe\x3b\x24\xa7\x9f\x45\x98\x29\x7c\xe9\x4c\x0e\x71\x9a\x8d\x4c\x59\xec\xfc\xb2\xb7\xfb\xab\xcb\xac\x63\xea\x9c\xd7\x4f\xcd\x24\x7c\x69\x40\x2b\xf9\xdc\xa9\x2b\x78\x5e\x96\x18\xbc\xc0\x53\xb2\x2a\xb7\x02\xcc\xf1\x82\x5d\x00\x94\x37\x80\x8a\xee\xda\xcc\x12\x2a\x5a\x47\x2e\xd1\xa1\x87\xda\xbd\xe8\xd0\x5b\xce\xfd\x83\xf6\x5d\x87\xf4\x0e\xa6\x71\x1d\xcc\xb0\xbd\xc4\x0b\x4e\xfe\x01\xbc\x74\x29\xf9\x0c\xa3\x86\xdc\x5e\x22\x64\xe9\x41\x7e\x91\xd4\xdc\x0d\x74\xe9\xde\xa6\x4d\xe5\x32\xd5\x88\x76\x11\x70\xa7\x77\x2f\x2d\x2f\x7d\x85\x5e\x03\x36\x5d\x65\xf3\x57\x2a\x6f\x4e\x45\x1d\x96\xf7\x85\x93\x07\xc1\xba\xe4\x02\x28\x9a\x17\x8a\x9c\x11\xa1\x97\xce\x6a\xc5\x9a\x94\x42\xc3\x8f\xc4\xec\x2f\x3c\x13\x7d\xe7\x9c\x66\x58\x16\xbb\x06\x74\xea\x6e\x88\xde\x65\x12\x11\x5d\xdd\xae\x66\xd3\x74\x03\xd7\x33\x99\xce\x65\x5a\x72\x60\x19\x86\xb0\xd5\x26\x1e\xbd\x4c\x1c\x62\x4e\xa5\x0b\xda\x5e\x4d\x53\x04\x9e\x75\xaf\x76\x44\x6f\x33\x83\x34\x2f\x4d\xc0\xae\x2e\x1a\x21\x20\x21\xe3\x4a\x2a\xef\x76\xe8\xc6\xb2\x22\x3e\x5c\x92\x79\x04\xa2\xab\xb3\x4b\x9b\x4d\x64\xe3\xb6\xc1\xc2\xa2\xcd\x5e\x43\x0b\x14\xd2\xdc\x85\xee\x07\xa0\xc7\xb8\xc8\x37\xaa\x92\x0c\xbc\x75\x51\xc7\x02\xde\xba\xe8\x47\x7f\x99\xa2\xdc\xc4\x13\xe0\x5b\x57\xd3\x47\x5d\xf0\x85\xe1\xb5\x34\xf8\xd6\x55\xa3\xe2\x45\xbe\x51\x9d\x37\xc5\xba\x4e\xaf\xf6\x2b\x35\xbf\x65\x7b\xaf\xff\xf8\x19\xce\xd0\x0e\x49\x40\x14\x0d\x27\x17\xaa\x5f\x55\x31\x03\xfa\xba\xe8\x0b\x76\x91\x4a\xcc\xd0\xa7\x4b\xd5\x4f\xaf\xa4\x0b\x78\x94\x6a\xc4\xf2\x95\x4c\x66\x59\x31\xb8\x39\xf6\x57\x17\x33\x35\x74\x21\xae\x85\x9c\x1b\x40\x5c\xf7\xea\xce\x97\xb1\x74\x4b\x74\xbb\x45\x8b\x13\xe0\x61\xf7\x37\xae\xf0\x06\x2a\x82\x64\x5d\x40\xe3\x1c\x02\x59\x1f\xd9\x02\xbc\xc7\x79\x43\x97\xf3\x72\x17\xb0\xe9\xa2\xdf\xbe\x58\xd3\x87\x6e\x01\x80\x4d\x77\xdd\xdb\x04\x95\x0e\x45\xfc\x6b\x41\x1e\x91\x4f\x40\x89\xee\xb9\xf3\x8c\xf8\x52\x9d\xbd\x4e\xa5\x74\x67\x5d\x6f\x74\x95\x4a\x70\xa2\xf7\x3f\xf4\xe4\x54\xf8\x80\x4f\x03\x14\xdd\xcd\xb5\x09\x4e\xf4\x3e\x1d\xd4\x8c\x56\x66\xf2\xc5\x0b\xad\xcc\x8c\x9a\x97\x8c\x08\xde\x2a\x80\xb4\xbc\x47\x00\x69\x13\xae\x00\x1a\xdd\xcd\xe0\x91\xd8\xd0\xf9\xbd\xd1\x43\x6c\x67\xdc\xc8\xbc\x44\xbd\x92\x57\xb9\x78\x97\x84\x6a\x5a\x02\xe3\xa5\xc3\xdb\xba\x5a\x03\xc3\x63\x00\x07\x4d\x76\xac\xbf\xc8\x1e\x76\x5e\x6d\xbb\xd7\xcd\xa9\x81\xe9\x82\x0f\xbd\xf5\x0b\x5f\xc0\x3a\xf2\x00\xde\xdc\x15\xba\xa5\x51\xcb\xc4\xfb\x19\x40\x42\x57\xad\x54\x40\x42\x77\x5d\xa7\x80\x84\xae\x39\xa8\x47\x09\xd1\xdf\xf3\xa0\x30\x0b\xa8\x6b\x5a\xb4\x2f\x12\x88\x84\x76\x79\xe0\xa1\xab\x29\x55\x2f\xf9\x1e\x0c\x58\xe4\x67\x61\x0c\xc7\xf5\x1a\x55\x82\xb8\x07\x66\x73\x37\xb9\x1d\x98\xcd\xdd\x0c\x78\x97\x29\x3c\xcd\x68\x07\x66\x73\xd7\x71\x4d\x98\x66\xa1\x12\x07\x30\xcd\xdd\xac\x72\xd7\xa7\x88\x27\xf1\x15\x94\x4b\x3f\x57\xa0\x96\x77\xdf\x77\x11\xf0\x95\x77\xc5\xbe\xe8\x67\x00\x7d\x02\x54\x79\x7f\x16\xbc\xb0\x77\xc3\xaf\xb2\xb2\xc2\x4b\x8e\xd7\xaf\x0c\x5e\xe3\xd0\x81\x9f\xbc\xff\x99\xbc\x40\x0c\xd8\xbc\xf7\x91\xa4\x8b\x22\x24\xf3\xd0\x22\x7c\x0b\x2b\xa9\xbe\x0e\x50\x72\x26\x42\xbb\xbd\x42\x55\x51\xbe\x0f\xa7\xc8\x8f\xbc\xfb\x82\x82\x03\x73\xdc\x4d\x6d\x05\xca\x71\x37\xaf\x58\xa2\x14\xeb\x8e\x99\xc8\xc4\x13\xea\x7a\xa7\x4b\x15\x5b\xe0\xe6\x7a\x53\xc7\xec\x3b\x39\x17\xcc\x40\x30\xe2\x50\x7f\xbf\xab\x17\x67\x3e\x93\x71\x1b\x39\x5f\x90\xe2\x5f\xcd\x8f\xa4\x90\x50\xea\x84\x23\xe6\x1c\x01\x47\x3c\x81\x62\x19\xc0\x11\xd7\x9f\x4d\x34\xfc\xbc\x1c\x93\xb6\xc9\xee\xb3\x3a\x06\x1b\xe5\x6e\x59\x2b\x35\xe9\x10\x65\x2e\x3c\x90\x87\x6b\x83\x74\xdd\x2d\xa7\x84\x17\x3c\xa2\x34\x74\xdc\x19\x6a\x3c\x7d\xc9\x95\xa6\x2e\xc2\xad\x4c\xe4\x75\x63\xa8\x24\x59\xfd\x10\x88\x58\x78\xce\x71\xeb\x1d\xed\x3e\x41\x11\x09\x2d\x06\x00\x11\xcf\x6e\x47\xb8\x97\xd4\x28\x01\x26\x71\x37\x6f\x18\x98\xc4\xc5\x24\x04\x40\x12\x17\x13\xfa\xdc\x2a\x2b\xae\xcc\xf0\x02\xbd\xfa\x11\xfb\x0d\xea\x7f\x63\x74\x34\xa9\xd3\x9d\xbc\x07\x96\x26\xf4\x70\x28\x6c\x00\x37\x3c\xbb\xcf\xb0\x9b\xfc\x88\x1c\x1c\x06\x79\xde\xb8\x3e\x99\xe4\xe4\x0e\x35\x01\xe8\xfa\x9d\xee\x4e\xb6\x67\xde\x0d\x8d\x0d\x80\x12\xef\x89\xf2\x33\xa2\xc3\x21\xf9\x77\x3a\x42\x65\x65\x0f\x9b\xd5\x06\x19\xb7\x93\x86\x49\xd1\x84\x34\xf7\x74\xac\x74\x64\x33\xa4\x6a\xe2\xc3\xdb\x40\xad\x7f\x2f\x6e\xbc\xf5\xe7\xad\xc6\x3d\xa1\x46\x2e\x81\xc8\xc7\x5a\x25\x40\x3e\xae\x86\xd7\xde\x68\x4e\xa1\xb8\x02\xf0\x71\xd5\x42\x7c\xcb\xbc\x5c\x7e\x95\x25\x58\x11\x58\xc7\xdd\x94\x2c\xf7\xd2\x98\xe3\xef\xd9\x49\x0b\x64\x27\xfd\xc7\xdc\x90\x3e\xbb\x84\x6e\x44\x7d\xa4\x16\x92\xf7\x8d\x8f\x94\x0e\x68\xf7\x72\x3d\xfd\x88\xc3\x8c\x0c\x74\x8b\x85\x61\x46\x80\x5b\x7f\x6a\x4d\x22\x20\x28\x57\xfd\xcd\x6f\xf3\x73\xb8\x95\x44\xee\xf2\x4e\x1c\x08\xe4\xaa\x97\xcb\x9d\x61\xd0\x4e\xfc\x99\xdb\xc4\x97\xbd\x3a\xa6\x81\xbc\x2f\xa5\x12\x8b\xc3\x12\xcd\x1a\x98\xe0\xc8\xb9\xd0\x78\x57\x9b\x21\xfe\xce\x70\x2d\xfb\x0b\x8e\x97\x09\x52\xee\xcb\x5c\xc3\x7e\x74\x52\x93\xbf\x23\x9f\xc0\xf3\xc1\x40\x2e\xca\xb0\xf7\xc5\xfc\xbb\x61\x2e\xbb\xe4\x37\x9b\x36\x6b\x52\xba\x6f\xe4\x19\x0f\xd6\x2d\x99\x2e\xfe\x01\x71\x73\x9e\x88\x99\x36\x77\xf9\x8d\x92\x37\xcc\x5d\x02\x48\x72\x31\xca\xe1\xc6\xd7\x49\x3e\x79\xdf\x24\x4e\x70\xab\xdc\x4a\x97\x76\xef\xce\x19\xa7\xda\xbc\xe0\xc4\x68\x73\x7b\xc1\xa9\x01\x45\x54\xe5\xa5\x7f\xd7\x2d\xab\x94\x48\x3f\xaa\x11\xf9\x42\x06\x1f\x04\x8c\x3b\x6f\x38\x1d\x2c\x37\x9c\xe6\x45\x03\x86\xb9\x7b\xa7\x7c\x6f\xbe\x39\xbb\x87\x80\xb8\x2d\x13\x48\xdc\x28\x95\xa1\x44\x0a\x56\x73\x6f\xf0\xd6\x5b\x40\x4d\xf3\x1b\x80\xd5\x5c\x0d\x8d\xbf\x5f\xb2\xca\xc8\xdd\x30\x86\x6a\x92\xba\x5f\x63\x2b\xe9\xd2\x9b\x07\x86\xbe\x12\xd0\x65\xb2\xa2\x5b\xdc\x4c\xa5\x2c\x00\x9d\xbb\x49\x22\x00\x74\xde\x7f\xd8\xc4\x6b\xdb\x7e\xf5\xd1\x29\xaa\x32\xb9\xb6\xdc\x8c\x50\x2f\x1d\xe0\xef\x2f\x37\x14\x43\xd5\xdd\xdb\x4e\x7d\x6a\xfb\xf2\x90\x4f\xdd\x0f\x0a\xf8\x00\xfa\x15\x72\x69\x41\x9d\xbb\x69\x22\x9e\x1f\x9a\x32\x67\x5a\x4c\xe7\x43\xf3\xd2\x63\x62\x2d\x83\x99\x40\x78\xae\xca\x81\x0f\xe6\x4c\xc3\x21\x9e\x5f\xf6\xdd\xe2\xae\x39\xc2\xdf\xe3\x0d\xa3\x11\x4c\x40\x3c\x77\xf3\x36\x3e\x86\x69\xeb\xc5\x0d\x94\x73\x31\x74\x04\xf8\xe6\x2e\x6b\x03\xbe\x79\x7f\xe4\x1f\x40\xed\xd8\xf7\xc3\x7c\x08\xfe\xce\x5c\xb1\xa5\x05\x66\x0e\xe5\x8b\x07\x8c\xad\xdf\xdf\xb9\x94\x9f\xd4\x49\x11\x3f\x41\x6d\x3e\x8a\xbd\x2f\x30\xe0\x9f\x55\xb3\x81\x6c\xb2\xe4\x78\x6d\xe6\x93\xc7\xf0\x15\xb9\x30\x87\x11\x7e\xcf\xd6\x5b\x8b\x2a\xc2\xb3\xc5\x82\x6e\x0e\x05\x21\x9f\xc3\xcc\x86\x4f\xe5\xb0\x41\xde\x1e\xac\x9a\xb9\x22\xa8\xb0\xfa\xbb\x0a\x0b\x3d\x34\x12\x3c\x5e\x46\x86\x05\xdc\xc9\xd9\x1c\x3b\xd9\x35\x44\x40\xd0\x92\x00\x74\xf4\x2e\x4d\xd7\x1b\x4e\x2f\x6c\xd2\x87\xac\x98\x46\x54\x3f\x5c\x58\x1a\x76\xf4\x78\xb1\x68\xb0\xd7\xa3\xe1\xd0\x8c\xa5\x20\x39\x77\xaf\xb0\x9e\xce\x4e\x2e\xfe\x2e\xf3\xb6\x83\xdd\xd0\x5e\x86\xda\x73\xa6\x7c\xc9\x9d\xc1\x98\xcc\x4d\x9d\xbd\x1a\x5a\x05\xe1\x95\x0f\x3e\x45\x06\x5d\x80\x03\xdd\x0d\xad\x7f\x4c\xbb\xa5\x41\xf4\x19\x80\x17\x34\xff\xc8\x0d\x4b\xb7\x40\xc1\x32\x1f\xd1\xa3\x86\xd9\x6d\x0f\x4e\xe0\x30\x8c\x73\x6a\x56\x24\x8f\xa7\x6c\x64\x9f\xf8\x08\x2c\x4d\xd9\xdc\x83\xb2\xe8\xa9\x7d\x60\xe5\x26\x00\x7d\xc2\xf9\xa0\x81\x90\x3f\xc0\xbc\x1f\x55\x45\x09\xed\x83\x1f\xb2\x81\xb3\xa0\x43\xcf\xee\xb2\xe2\x35\xa4\x6d\xe1\x99\x02\x71\xc0\x1e\x1e\x23\xa5\xcd\x44\x0a\x3a\x74\xcd\x49\x9b\x52\x0c\xa4\xd9\x87\x48\x25\x23\xa2\x9f\x95\x8e\x63\xf4\xd0\xb4\x23\x1a\x0b\xc1\x8d\xee\xa6\x33\x78\xd2\x52\x09\x1f\x07\x36\xba\x1b\x43\xfd\x2c\x19\xbf\x05\x72\x36\xfd\x63\x5a\x2f\x7d\x27\x0d\xb5\x59\x95\x00\x8c\xae\x3a\xc3\x3d\xe4\xa5\xf4\xca\xfe\x39\x75\x54\x40\x55\x7d\xb4\x5a\x9a\x58\x14\xf0\xe7\x99\xdb\x42\x8d\xd2\x7c\xa5\x8f\xa0\x4f\x8e\x03\xd7\x1f\x6f\x9f\x13\xfb\x59\x4f\xa3\xe7\x72\x0e\x99\x2b\x51\x22\x34\x3c\x3e\x98\x33\x9b\x53\x75\x29\x58\x21\x6a\x80\x0a\x5d\x4d\x2e\xf8\x98\x37\x64\x66\xbd\x1a\x8e\x61\x63\xcf\x4d\xca\x2e\x47\x9e\x0c\x11\x8e\xfb\x98\xb5\x32\x4f\x84\x1c\x11\x01\xff\x41\x41\xd4\x1f\x14\x50\xe9\x6e\x9c\xda\xa3\xcf\xb0\x46\xe8\xe7\x96\x6c\x4a\x2e\x6e\x28\x97\x64\x93\xe0\x65\x23\x3a\x00\x95\xde\x25\x7c\x61\x1f\x4a\x1c\xe1\x94\xff\x88\x0d\x9c\x52\xd1\x06\x80\xe9\x6e\x6c\xc1\xf3\xd8\x27\xfa\xf1\xa4\xff\x13\x1d\x44\x75\x3c\xe2\x4f\x0b\xdf\x23\xaf\x74\x11\x1e\xef\xe8\x96\x35\x24\xd3\xb0\x4d\x4d\x01\x0e\x18\xab\xab\x51\x53\xcf\x23\xe1\x93\xbe\xbd\xca\x3d\x68\x99\x62\x51\xe7\xd1\x16\x66\x42\xfe\x05\xfe\x74\xd7\x7b\xf3\x11\x66\xc2\x3c\x9a\xe0\x4f\xf7\xe6\xae\xe1\x1e\xd1\xd0\x13\x31\xa7\xc5\xc1\x1e\x8f\xbc\x53\xb2\xf9\x62\x24\xce\x02\xce\xa9\xbf\xd3\x41\x17\xc1\x5c\xd7\xe6\xb1\x7b\x32\xd7\x89\x03\xc4\xd1\xd8\x94\xbc\xa0\x54\x4f\xa3\x29\x40\xa9\x2e\x4a\x0f\x4f\xb2\x51\x64\x31\x60\xaa\xab\x89\xf6\x9e\x4f\xdd\xcd\xa3\x6a\x32\x4c\xa9\xf1\xc7\x25\xbb\x2c\x91\x1b\x48\x23\xd9\x1f\xcc\xc5\x46\x0f\x80\x5e\x5d\x8d\x67\x7b\x3e\x4e\x04\x47\xf3\xfd\xe5\xfc\x05\x2f\xd9\xf4\xe4\x85\xbc\x02\x8c\xfa\x15\x6a\x93\x3d\xfd\xfe\xe0\x5a\x87\xa5\xb1\x2d\xd1\xd5\x17\x5b\xb1\x81\xef\x80\x57\x17\x55\xd6\x17\x9f\x1e\xed\x52\xef\xe1\x69\xa2\xac\xd0\x55\xc6\xa5\xbc\x72\x5f\x84\x37\x60\xa9\x8b\x94\xe3\x35\x2b\x0a\x54\x15\x58\xea\xee\x2d\xc3\x7b\xe4\x16\xb6\x56\x38\x31\xdc\x1a\x88\xea\xcc\x20\xf2\x72\x7f\x68\x28\xd0\x5b\x92\x30\x32\x4e\xb4\x6b\x7d\x53\x5e\xb4\x6b\x6f\x8f\x80\xb4\x3e\x8e\xea\xef\x10\x7a\x8e\xd8\x5b\x20\x9e\x0e\xa1\x48\x30\xad\x07\xde\x0c\x49\x7e\xb7\x66\x5e\x84\x81\x02\xf5\xba\xeb\xcd\x0c\xea\x75\xd7\xfd\x4c\xd0\x6b\xb3\xce\x09\x74\x1d\x72\xc4\x17\xce\x5c\xb5\xa7\xbf\xa9\xa3\x3b\x19\xb2\x63\x08\xc8\xbb\xd9\xf1\x94\x6f\xbe\x95\xd9\x86\x3a\xbf\xa9\xa2\xbb\x3c\xd5\xc5\xa5\x7f\xd5\xb6\x69\xa2\x09\x6f\xcf\x51\x05\x0e\xbb\x7b\xe7\x0d\x1c\xf6\x31\x24\xe1\xaf\x69\x53\xf4\x0c\x7c\x9b\xd1\x5e\x54\x85\x17\xb1\x4e\x11\xc0\x5e\xf7\x96\xbf\x7b\x18\xfd\xc3\x94\xd3\xda\x1d\xdf\xb4\x22\xbb\x09\xb0\x16\x2b\x71\xbe\xfa\x0b\xab\xc6\x02\x74\x5d\x8c\x53\x07\xe7\xba\xc8\x05\x5f\x35\xf1\xe2\xb3\x54\x14\xa2\x9f\x90\xd7\x72\x06\x20\xaf\xbb\xae\x56\xc0\x5c\xef\xaf\x98\x75\x21\x2d\xcd\xe5\xfb\xe2\x20\xac\x98\x05\xd0\xf5\xfe\x8a\xfe\x0e\xd7\x8f\x1e\x0e\xe7\xca\xdf\x31\xe6\xd9\x73\xee\x0a\xf5\x3b\x03\xf2\x7a\xcf\x0e\xb5\x92\x08\xac\x8d\x3f\x53\xec\x25\xbe\xb5\xd7\xe3\xaf\x58\x10\x1a\x5d\x40\xb5\x6e\x26\x78\x00\xd5\xba\xe8\xd1\x00\xaa\x75\xd5\x8d\xfc\x45\xd5\xf6\x76\xfc\x85\x59\x2f\xdd\x69\x5e\xf8\xb3\xea\xed\x3b\x73\x86\x7c\x61\x52\x7c\x36\x47\x98\x3b\x6e\xe5\x9c\xd0\x34\x96\x5d\x25\x8b\x77\xb9\xc7\x2c\xa0\x79\x0a\x4d\x59\xc4\x6a\x53\x4d\xbf\xc4\xf9\x98\x77\xf0\x5d\xb6\x40\xbf\x4d\x58\xe2\x8d\x0f\x50\xd6\x09\x50\x04\x78\x75\xd7\xdc\x03\x5e\xf5\x11\xa6\x50\x06\xa3\xba\x7b\x0b\x25\x44\x75\xf5\x02\xee\xc5\xc4\x9b\x54\xe6\x52\xa0\x85\x61\xbd\x98\x75\x35\xe5\xbd\xa6\x1c\xf1\x6e\xe3\x4d\x56\xed\xf1\x10\xd0\xc9\xc5\xc1\xb0\x9b\x84\xe9\x22\x19\x9b\x74\xe6\xf2\xa8\x2c\x5f\x6e\xa7\xd3\xd2\x52\x17\x16\xe9\x92\x27\xf2\x7c\x3b\x3e\x74\xc4\xf7\xce\x5e\xd1\xf7\xdb\x5e\xd1\x86\xbe\xbc\xe6\x91\x7e\xd1\x69\x35\x50\xbe\xa4\x1c\xd1\x3d\xe1\xbd\xa5\xa2\x88\x22\xaf\x2e\x39\x5e\x0a\x80\x7d\xdd\x95\xc8\xde\x64\xe1\xc5\xe2\xea\xdc\x4c\x8f\x2c\xdc\x9d\x93\xda\xee\xb2\x23\x0a\xbb\xc5\x2e\xca\x7c\xdc\x17\x26\xa7\xb4\x27\xe8\xb7\x79\xd2\xf0\xc1\x4d\x29\x1f\x54\xeb\x92\x1d\x01\x26\x42\xde\xf8\x6e\xde\x78\xa4\x6e\x0e\x30\xf5\x1e\xa0\xff\xd8\x13\xda\x53\x65\x74\xd6\x71\x9f\x91\xd5\x01\x46\x5d\x8f\x9f\xbf\xef\xd5\xd0\xb5\x02\x00\xea\xae\xc4\x2d\x00\x75\xe6\xea\x14\x74\x3a\xcc\x20\x2d\xd0\x74\x33\xa2\x14\xa0\xe9\xae\x80\x0b\x96\x74\xf7\x1a\x1f\xf8\xe8\xcc\xb9\x04\x7c\x74\xf5\x64\x7c\xc9\xc6\xe8\x93\x90\xd1\x25\x3f\xca\x39\x9f\xbc\x20\xb0\x77\x3f\x52\xf0\x0d\x5f\x54\x6e\xc2\xaf\x72\xa2\x6d\xf0\x43\xae\xe7\x2b\x2c\xbf\xc3\xc4\xfb\xe0\x41\x77\x4d\x34\xe0\x41\x77\x37\x15\x78\xd0\x87\xd7\xd9\xe0\x41\x17\xbd\x7b\x3e\x5d\x5b\xb5\xfc\x08\x02\x1d\x4a\x8c\xdf\x91\xab\x4f\x7f\x0f\xaf\x68\xac\x6b\x73\xb6\x2a\xb4\x87\x68\xcf\x60\x6a\x0e\xc0\x9e\x43\xd4\xc5\xcf\x44\x94\xe6\xa9\x4e\x7c\x67\xdd\x40\xc0\x71\xde\x2f\x16\xcf\x46\xfc\x07\x5b\x93\x83\x22\x8e\x57\xd7\xc2\xcf\x38\x5e\x69\x07\x08\xcf\xbb\x04\xc5\x49\xe3\xb1\xfa\xef\xcf\xc0\x34\xf0\x9f\xbb\xdc\xe4\xab\x6e\x0e\x66\x55\x63\xb5\x21\xf1\x9f\x79\xa4\xcd\x35\xff\x25\xf3\xe3\xac\x83\x00\x5d\x0c\x59\xfc\x6a\xce\x05\xf3\x97\xfa\xe7\xf4\xe5\x65\xc2\xfd\xca\xdd\xc8\x00\x9a\x8b\x42\x83\xf0\x35\x33\x95\x7f\x5a\x95\xf5\x84\xfd\x4c\x60\xc9\xa6\xfb\xf4\x6f\x31\x23\xf5\x67\x02\x4b\x6f\x29\x44\x64\xd6\xb6\xf4\x25\xfb\x9a\xbe\xec\xdd\xac\xa9\x07\x70\xe6\xbd\x23\xfc\x23\xa7\x98\x69\xe5\x16\xd4\xdb\x96\xcf\x84\xce\x87\x0d\xe6\x14\xfb\x92\xa7\x98\xfe\x76\xe7\x9b\x29\x49\x8d\x15\x42\x03\x86\xf3\x6e\xc4\x17\x85\x1a\x74\x29\x80\x9b\x8b\xf6\x08\xa0\x9a\xbb\x7a\xd5\x37\xdc\x5e\x50\xeb\xcf\x30\x5c\xaf\x38\x00\x62\xee\x3d\x4b\xe0\xb7\x6d\xb7\x36\xfb\xeb\xba\x2f\x80\xc9\x5c\x4d\xe1\xf6\xe1\xce\x2a\xf4\x1e\x70\xcb\x3d\xb7\x53\x9c\x3c\x33\x09\x84\xd1\x6a\xba\x16\x60\xb9\x99\x18\x40\x80\xe5\xa1\xea\x05\xa8\x72\xd7\x59\x02\x50\xe5\xae\x6f\x0d\xb8\xc9\x5d\x43\x30\xb8\xc9\xbb\xab\x74\x83\xf8\x5a\x83\x87\xbe\xc9\xe0\xdc\x97\xa4\xd9\x58\xff\x6a\x52\x0e\xf6\x23\xad\x15\x28\xbf\x22\x24\x0f\x35\xba\x6f\x66\xaf\x6c\x84\xbd\x83\x50\xf4\xad\x9c\x67\xbe\xc2\xed\x55\x7d\x19\x88\xe4\x5d\x82\x16\x57\x76\x8b\x56\x44\x5b\xf4\x12\xee\x5b\xb9\x75\xfd\xc7\xbb\x07\xff\x00\x31\x59\xee\xfc\x2d\x37\x86\x5b\x51\xec\xa4\x9c\x6a\x13\x6c\x9a\x40\x19\x98\xe4\xdd\x65\x2a\x23\x96\x56\x01\xff\x3b\x21\x2f\x70\x07\x60\x92\xbb\x2a\xc4\x27\xa6\x92\xf9\xf2\x3e\xf3\x80\x89\x28\x04\x34\x72\x57\x94\x02\xf4\x78\x37\x68\xb5\xd9\x20\xe3\xd2\x80\xec\x25\xcc\x07\x50\x83\xd9\x1a\x80\x43\xee\xea\xcf\x40\x20\x4f\x5d\x14\xbe\x8c\x7d\x41\x59\x03\x0e\xf9\x58\xde\x06\x01\x81\xdc\xd5\x2f\x3e\xc1\x93\xb4\x39\x7d\x62\x21\x9a\xba\xfb\xc3\xa3\x55\x33\xf3\x47\x08\x6d\x9e\xb5\xdb\x3d\xc0\x8a\xde\x38\x53\xbb\x9b\x74\x6e\xf5\xa2\xe6\x43\x19\x56\x14\x16\x28\x79\xa8\x00\x7f\xb7\x76\x00\x64\xef\xef\x71\x7e\x68\x02\xb5\x55\xb9\xf8\x23\x1c\x25\x87\xf1\xe4\x7a\xf8\x11\x07\xd5\x71\x3f\x9e\x47\xa9\x0f\x37\x9e\x6a\x00\x02\x22\xff\xda\x9f\xd7\x1a\xa0\x25\x57\xfd\xf3\x3e\x35\x50\x9b\x14\xcf\xd0\xbb\x9e\x2f\xad\xb4\x32\xab\x17\x8d\xdd\x5d\x03\x93\x55\x08\xf9\xd0\x2e\xbd\xc9\xfa\xd0\x2e\x93\x27\x7c\xee\x12\xa4\x56\xd0\x91\xbb\x9e\x1a\x00\x22\xf7\x5c\x8e\xcf\x45\xf3\xf7\xf1\xdf\xff\xc2\xf8\xc6\x0f\xee\x9b\x97\x25\xe0\x21\x77\x63\x38\x84\x40\x0e\xbd\x82\x85\x40\x3e\xbc\xd2\xf9\xe0\xc4\x18\xb0\xe2\x87\x51\x77\x72\x11\x16\xbf\x9f\x6d\x4f\x9e\x6d\xaf\xf0\x3c\xf0\xde\xf7\x1b\xb4\xa8\x3d\xb9\xf1\xfb\xb1\x45\xf6\x40\x03\xfc\xe4\x5d\xd1\xc1\x8b\x2b\xd0\x79\xf6\x74\x1c\xfe\xc1\x0a\xec\x65\x8a\xdf\x61\x6b\xc1\x73\xc7\xd5\xd5\xe7\xb0\xaf\x94\x26\xd3\x26\xe0\x95\x01\x00\x72\x27\x8e\x2c\xc0\x3f\xee\x60\x2c\x07\x98\xc7\x1d\x0c\xcd\xf8\x6d\x95\x32\x62\xf8\x3b\x8d\x6d\x22\x1b\x3f\x73\x40\x43\x94\xe2\x87\xaf\xd1\xc4\xcc\x17\xa0\x17\x47\x58\x13\xe1\xac\xc8\x63\x01\x7a\xf1\xcc\xc1\xa1\x16\x0e\x07\x6d\x68\x2a\xa8\x62\xf1\x23\x7e\xa4\x37\xfa\x0d\x6b\x04\xb8\x36\x7e\x5c\xdd\x1e\xdc\x4e\xc5\xaf\xe6\x80\x98\x57\x33\x65\x86\xa3\xa8\x39\x69\x34\x62\x70\x2a\x31\x94\xf1\x93\x1d\x36\x8a\xb4\xec\x2e\x93\xd0\xb2\x66\x9a\x21\x6f\xc5\xc4\xa8\x16\x89\x54\xcc\x8d\x4c\x24\x52\x31\x24\x3c\x40\x2a\x2e\xbf\x9a\x9f\x5d\x96\xa1\x6b\x4d\x19\xd0\x22\xd2\xf6\x4e\x67\x3a\x8b\xd3\xf9\xc3\xc4\xcf\xe1\x22\x74\x0f\x70\x61\xbe\x36\xe3\x34\xf7\x44\x80\x24\xdc\xc1\xca\x0b\x90\x84\x77\x09\xba\x8f\xe5\x75\x92\xbd\x3b\x84\x0c\x9e\x24\xbd\x0e\x70\x82\x8f\xea\xbe\x1a\x39\x7a\xbf\x7a\xfd\xca\xca\xd4\xe3\x98\x30\x91\x82\xfd\xdd\xec\x10\x68\xd8\xfb\x30\x58\xc2\xaf\xa6\xd1\x8e\x54\xbc\x79\x99\x59\xbd\xe3\x67\x72\xca\x83\x11\x86\x94\xc1\x21\x9a\xa8\x32\xec\xfd\x74\xeb\x53\xef\xcc\x7a\x99\x47\x80\x06\x7e\xce\x03\x4e\x38\xc3\x95\x33\xd2\x62\xd1\x36\xf7\x95\xe4\x3e\x0e\x60\x7c\x8b\xf9\x4b\x43\x1c\xdf\x46\x9c\x76\xfc\xcc\xe3\xc0\xad\x4e\xfc\x96\xab\x68\xb7\x60\x33\xab\xe7\x0b\x07\x2c\x8b\x28\x3a\x15\xff\xf8\x2c\xc2\xa8\x4e\x75\xff\xee\x0b\xee\xb2\xd5\x67\x88\x4f\xfe\x4e\x8a\xc8\xfc\x9d\xcd\xd5\xff\xb2\xf1\xc5\x0f\x5d\xae\xbb\x23\xae\x3c\x41\x8c\x1e\xc5\x6e\xfe\xdc\xdf\xf2\x96\xce\x62\x5f\x39\x64\xbf\x52\x55\x72\x32\x30\xb5\x92\x7e\x32\x7e\xc2\xeb\x57\xa6\x9e\x88\x0a\x6c\xc1\x01\x16\xef\xc4\x93\x27\xc0\xc9\x6d\x64\x6e\x8e\xdf\xed\x39\x71\x6b\xe3\x57\xd3\x3d\xe2\xb8\xcc\x60\x3c\x0e\xe0\x73\xf7\x47\xfc\x01\x9c\x4e\x0b\xc7\x8e\xa9\x12\x10\xac\xf8\xe9\x13\x1a\xf6\x83\xeb\x3b\x2c\x79\xf1\x93\x39\xb8\x19\xdf\x9c\x51\x3e\xc2\xad\x73\xfe\x3c\x71\x92\x67\xf7\xdc\x67\xde\x4b\x9f\x4f\xc7\x4d\x7b\x9f\xd5\xee\x3f\x00\x89\xdd\xbd\x2a\xbc\x70\x51\x06\x81\x3d\x7e\x79\x90\x82\x17\xb7\x19\xfb\xe1\x48\x3b\x5d\xf7\xb3\xe9\x3f\x8d\x17\x07\xe2\x73\xee\x07\xbf\xb2\x8f\xc5\x26\x51\x7c\x21\xac\x47\xea\x2e\xd4\x7b\x58\xda\xdf\x4f\x20\xb8\x06\xcf\x6c\x93\xe1\x73\x12\x81\x3d\x58\x30\x5f\x77\x47\x7c\xd1\x2f\x86\xd2\xe4\x1f\x44\xc7\x8f\x84\x73\x5d\xf6\x36\xd5\x8d\xe2\x3f\xd6\xc5\x94\x1e\xc5\x1d\xeb\x70\x37\xd9\x14\x53\x35\x40\x7a\x3d\x9a\xdc\x05\x40\xd7\x22\x31\x3e\xaa\xf4\xac\xfa\x87\x57\xd5\x34\x82\x6f\xca\xc1\x9d\x59\x1c\xda\xba\x90\x92\x03\x54\xd5\x00\xf3\x3c\x00\x55\xdd\xf5\xfa\x55\xa6\x33\x63\x15\x20\x7a\x98\x63\x03\x28\x55\x13\x1d\xc7\xd1\xe5\x85\xce\xa8\x79\x81\x97\xc5\xb5\x82\x71\x43\x15\x20\xae\xee\xcf\x18\x23\x9e\x2a\x60\xe4\xc4\x41\x62\x60\xb0\x4e\xe2\xe8\xd2\xfc\xea\x0b\xb7\x82\xcb\x67\x37\x0a\xd4\xe5\xd0\x3e\x56\x2d\x2d\xcd\x73\xb8\x23\x11\xd1\x69\x10\x9f\x14\x00\x63\x02\xbc\xd5\x0a\x18\x71\x00\xb7\xda\x49\x59\x15\x87\xba\x42\xf8\x3b\xa9\x34\xa7\x15\x79\x01\x37\x2c\x4c\x84\x87\x1d\x1f\x4e\x02\xdd\xc0\x4b\x12\x97\xfe\x38\x42\xfe\xe4\x1e\xdb\xf4\x52\x7b\x48\x1c\xd3\xd9\x71\x0e\xf0\x59\xec\x2e\xc7\x94\x0e\xdb\xd7\xa9\x18\x67\x71\x52\xe6\x01\x96\x1c\xc7\x4c\x27\x49\x9e\xd5\x5f\x20\x46\x07\x86\x2e\x9c\x16\xe2\x48\x19\xdd\x93\xb3\xa9\x67\x45\xcd\x8f\x83\xeb\xa6\xee\x86\x5b\x9e\x15\xd7\x92\xec\x77\x84\xa0\xc4\xb1\x72\x6a\xd9\x62\x4b\x36\xe7\x02\xe0\xbb\x51\x3d\x05\x67\x8e\xe3\xaf\xf8\x8d\x38\xce\xe2\x97\x74\xed\x64\x2c\x4e\xaa\x74\x15\x92\x75\xa4\xc4\xed\x99\x46\xe2\x26\xd4\x21\x84\x2b\x5d\x88\xdc\x71\x5c\xfa\xdf\x2e\xba\xa6\x64\x3d\xe9\xcd\xa5\xa4\xeb\x88\xf1\xbb\x00\x60\x21\x8e\x2d\x4c\x4f\xd4\xb4\x38\x14\xa0\xe1\xff\x87\xf9\xe9\x97\xa7\xf5\xe6\xb2\xc6\x9a\x6e\x6b\xf5\x77\xf5\x26\x8f\xba\xce\xf5\xcb\x43\x75\xdb\x04\xbd\x25\x99\xcc\xb2\x4f\xdc\x0d\x75\xe7\xf1\x51\xaf\x77\x63\x29\x7d\x4f\x3f\xea\xec\x63\x3f\x52\x71\x70\xe7\xe3\x43\x01\xa0\x47\x1c\x8f\x1c\x1e\xf1\xf2\x78\x5c\x92\xe6\x3f\x12\x29\x3b\xb2\xc9\x6d\x6b\xee\x76\xe2\xc4\xbb\x7b\xe3\xd5\xc0\xc2\x90\xcc\x13\x63\xb5\xc4\x8a\x91\x21\x37\x0e\x85\xea\x65\x59\xc3\x96\xe9\x2b\xe8\x65\xd5\x25\x37\x6d\x1d\x2a\x56\x00\x49\xda\x49\x98\x16\x20\x8f\xee\x2e\xd1\x02\x17\x2d\xdd\x93\x89\x2f\x7e\x97\xc0\x7d\xb6\xe0\x37\x84\x8d\x48\xac\x30\x5c\x11\xe3\x12\x40\x8f\x1e\x0d\x40\xed\x28\x9b\x80\x57\xdc\x11\x43\x0c\xd1\x09\x5a\x5e\x80\x15\xda\xc9\x5a\x1e\xe0\x83\x76\xb2\x72\x47\xd1\x85\x01\x13\x40\x08\xfe\x39\x30\x74\x47\x31\x48\x1a\x45\x31\x44\xff\x14\xb2\x3f\x8a\x42\x2f\x27\x02\xc4\xcf\xdd\xba\x5f\x7d\x16\xa1\x45\x83\xa9\xd0\x93\xa3\x10\xf8\x8c\x1f\x58\x80\xd3\x59\x49\x3f\x13\xc5\xf8\x29\xa2\xeb\xa3\x90\x20\x9e\xac\x46\x51\xb8\xf5\x20\x03\x73\x94\x14\x75\x91\xc9\x00\xed\xec\xe4\x06\x8e\x82\xa8\x8b\x67\x62\x80\xd9\xb9\x47\xdb\x78\x21\x49\x2d\x32\x02\x00\x9e\x55\x11\x5d\xfc\xce\x86\x57\x65\x08\xe0\x39\x95\xa3\x4a\x02\x8b\x2d\x8b\x13\x61\xe7\x2c\x92\xde\x8d\xb8\xc4\x00\xa7\x73\x17\xe7\x23\x53\xaf\xfc\x9c\x39\x53\xbd\xa2\xa6\x46\x31\x6e\x1a\x35\x35\x00\xea\xec\xa4\x26\x0d\x70\x3a\x2b\xb9\xc3\x02\x9c\xce\x8a\x2f\x45\x80\xcd\xd9\x01\xf6\x0c\xb0\x39\x23\xe7\xd3\x68\x6a\x94\xd1\x00\x75\xb3\x2a\xea\x00\xba\xb9\x3b\x42\xd7\x7b\xae\xb3\xff\xec\x89\x26\x91\x66\x94\x4d\xef\xc3\x33\x2d\xd0\xe6\x42\xe9\x0c\x80\x36\x05\x24\x08\x80\x36\x77\x55\x74\xca\xf4\x29\x4e\x42\xcf\xc6\x99\xe9\xfe\xc1\x75\xf9\xc8\x1c\xf1\x68\xbf\x21\x04\x67\x85\x08\x96\xcd\x20\xda\xaf\xfb\x91\xdc\xc9\xd5\xe7\xce\x84\xbb\xea\x00\x8d\x73\x97\x9e\x7f\xd1\xbd\x02\x9b\xe8\xd9\xa6\x8c\x13\x11\x0e\x78\xce\xfd\x42\x37\xc1\xdf\x1e\x4e\x11\x36\x25\x32\x68\x46\x89\xdc\xbe\x4c\x6a\x28\xbd\x38\x16\x80\x3b\x8b\xdd\xc7\xaa\xc4\x65\x57\x80\xc8\xd9\x87\xbd\x0c\xc5\x04\xdb\x23\x30\x8b\x54\xac\x51\x30\x30\x91\x6d\x31\x80\xe7\xec\x24\x7a\x0c\x20\x39\x77\xff\x98\xf8\xcd\x7d\xfa\x70\xfb\xe1\x31\x7f\x28\xc3\x95\x34\x17\xd9\xde\x94\xd3\x3a\x8c\x65\x5d\xb4\x91\x56\x21\x27\x72\xb1\x7f\x5c\x76\xf3\xa6\x71\xe9\x12\x45\xa3\x0e\x02\x59\x39\x2d\x4d\x81\xd3\xc6\xfd\x46\x22\xd3\x7d\x81\xee\xc1\x3a\x8a\x01\xcb\x91\x2f\xd9\x11\x1a\x27\xb7\x09\xfe\x4d\x51\x2e\x79\x94\x7d\xbf\xe4\x04\x0c\x8a\x3b\x94\x21\x69\xb8\x54\xb2\xa6\x2f\xf8\xf8\x17\x3f\x5a\x7c\x64\x4d\x12\x2f\x5a\xc0\x56\x53\xf1\xf7\x8f\x72\x2b\x2d\x3b\x56\x7d\x17\x5c\x01\x82\xb4\x86\xa4\x84\x3b\x90\x1c\x2a\xc6\x9a\xe1\x41\xcb\x3b\x90\xe9\x47\xaa\x9a\x88\x63\x20\x6b\x1e\x93\xa4\x06\x01\x9c\x66\x1f\x76\xca\x94\xea\xf9\xec\x28\xe8\x94\xc8\x26\x88\x59\xc5\xbc\xe9\x0a\x2b\x82\x60\x86\x8b\x04\xee\xe5\x0f\x09\xa3\x98\x18\x55\x71\x03\xb0\xcb\x0e\xd8\x62\x00\x76\xb9\xb5\x3e\x5f\x6c\x82\x09\x34\xe6\x58\x5b\x46\x21\x41\x7a\x75\x77\xbe\xb8\x9e\xe4\xef\x38\xc7\xb8\xa7\x04\xb5\xcc\xf6\x92\x91\x54\x5f\x58\x63\x87\x0a\x23\x51\xb9\x2b\xf0\x91\xe1\x26\xfc\x54\x56\x10\x81\xca\x97\xfe\x56\x96\x36\xe6\x9f\xb6\x3f\x72\xbd\x7a\x30\x3e\x4f\x3c\x25\xaa\x99\xd3\x35\x3c\xd4\x64\x25\x90\x12\x60\x2a\xfb\xc8\x3f\x2e\xbf\xf2\x0f\xa5\x6e\xbf\x3a\x24\x8f\x90\xf9\x44\xa3\x5c\xf9\xc2\x0a\x56\x9f\x1d\x48\xe5\xd9\xa0\x80\xc9\x33\xac\xc0\x6a\xb1\xab\xe0\x25\x11\xf5\xd0\xe4\x98\x85\xf7\x56\xe5\x7e\x22\x6a\xc9\xee\xf2\x15\xf9\xca\x35\x87\x54\x52\x71\x90\xbc\x31\x00\xb2\x3c\x06\x37\x7c\x21\x92\x65\x23\x49\x41\x00\x65\xd9\x41\xc9\x0b\x90\x2c\x0b\x9e\x2e\x01\x90\x65\x25\xe0\x35\x6a\x71\x4f\x65\x69\xce\xcc\xf4\xf9\xa3\x83\x7c\x94\x6a\x04\x82\x0a\x08\x97\x7b\xd8\xbe\xb8\x9a\xf1\xd7\x1d\x6f\x54\x72\x96\x13\xe6\x1a\xe0\x62\xee\x2a\x7c\x11\xf8\xcd\xea\xd8\xfb\x44\x1e\x45\x4d\x56\x86\x0c\x00\x2c\xe6\x7e\x61\x52\x31\xe0\x90\x19\x26\xc0\xc5\x3c\x8a\x03\x13\x59\x9a\x6c\x02\x01\x2e\x66\xf1\xfc\x57\x98\x17\x99\x76\x02\x18\xcb\x4d\x67\xa9\xb6\x6b\x1e\x84\x55\x83\x57\xb9\xdb\xe0\xb3\xae\x15\x01\xb2\x04\x2c\x65\x27\xcb\x48\x00\x4b\xb9\xcb\x33\x4b\xc4\x5c\x55\x67\x6c\xe8\x90\x6b\x17\x8d\xb9\xd5\xa0\x06\xe0\x64\x27\x29\x47\x00\x38\x59\x8e\x65\x23\x38\xbb\x0f\xd7\x74\x28\x54\xc3\xa0\x6b\x5a\x6c\x10\xdb\x2a\x79\x3e\x09\xec\x0a\x11\x27\xe7\xcf\xfd\x61\x5a\x0d\xd8\x04\x20\x93\x7d\xe4\x33\x76\xc4\x2c\x40\xdb\xdd\xef\xb3\x6d\x76\x20\x77\x12\x64\x77\x08\x30\x26\x3b\xc9\x21\x42\x8c\xc9\x46\x66\x83\xa8\x72\x89\x65\xa7\x66\xb6\x4d\x1b\xc6\xef\x12\xb1\x1f\x62\x49\x72\x5f\x14\x40\x49\x56\x39\x6c\xd5\x23\xbd\xfa\xec\xd1\x9d\xbe\x60\x9d\x82\xb6\x57\x13\x7a\x72\xb5\x18\x40\x46\xee\x17\xfe\x49\x9e\x01\x67\x11\x33\x72\x82\x53\x11\x35\x0d\x3e\x30\xf5\xea\xb5\x02\x94\xad\xea\x23\x97\xe7\x67\xc9\x21\xa7\x5f\xb9\xd3\x11\xc3\xc1\x7d\xdc\x6b\xc5\x3f\xa7\x46\x34\x0f\x8d\x89\x32\x88\x8f\x0e\x40\x1d\x0f\x7d\xf4\x42\x54\x47\x2d\x0f\xa2\x3a\x1e\xcb\xa9\x38\xa5\x43\x1e\x28\xb1\x1c\x97\xc3\xbc\x10\x1e\x60\x80\x15\x4b\x0e\x70\x6d\x01\x96\xe3\xd1\xc8\x82\x16\x55\x4b\x0e\x19\xce\xa2\x5e\x6e\x7a\x8f\x1a\x0a\x8c\xf0\x69\x01\xe6\x63\x27\xdd\x41\x54\xee\x0c\xda\xbf\x3f\x9e\xbd\xda\xae\xf0\x25\x8b\xf7\x04\x00\x00\x49\x2a\x83\xa8\x70\x21\x82\xc3\x02\x9c\xc7\xfd\x11\xfd\xbd\xdd\xe7\x4e\xeb\xed\x66\x61\x56\x6e\x7c\x69\xdc\x50\xb7\xee\xbe\x7e\xe3\x3e\x75\x7f\xa4\xfe\xe3\x0c\x13\x7b\xf5\x93\x5a\xc9\x9e\x3c\x7d\x18\x92\x1a\x69\x0a\x02\x00\xc8\xa9\xd9\x2b\x01\x20\x97\x4b\x62\xc0\x95\xfb\xc6\xa4\x99\xd3\x0d\xf5\xe4\x8c\x52\x17\x6e\x6e\xc3\x71\x70\xcd\x80\x4b\x50\x08\x00\x39\x7f\x6e\xc7\x97\x88\x75\xb7\xf6\x9b\x51\xf8\xf4\xea\xf5\x90\x30\xf0\x37\x07\xee\x1f\xf2\x02\xb4\x98\xfa\x66\xeb\x74\x8b\x14\x19\x04\x0e\x07\x50\x90\x15\xcf\xea\x00\x09\xb2\x93\x48\x21\x2a\x86\xab\x31\xff\x0a\x61\x0b\x81\x21\xdb\xc4\x58\x2c\x32\xa4\x16\x44\xd0\x20\x77\x67\x58\x2b\x1c\x00\x86\x7c\xe5\x73\x3f\xa0\x2d\xd5\xe4\x7e\xa8\x48\xf5\x53\x7a\x74\x15\xf5\x06\x20\xf8\x2c\x2a\xf9\x33\x96\xdd\xff\xe4\xe8\xac\x56\xd3\x95\x8d\xfb\xb3\x68\xbf\x9c\xb1\xc1\x8b\xae\xf3\x95\xe7\xec\xe4\xe4\x85\x19\xcb\x3f\x06\x39\xe5\x7c\x86\xc4\xb0\x9b\x41\xa9\xac\x9a\xa2\x9a\x5e\xe9\x5c\xb6\x47\x3b\x94\x69\x99\xd5\xa6\x97\x1b\xd8\x26\xd1\x4a\xba\xb8\xd3\x46\x31\xc8\x83\xaf\x0c\x4f\x76\xbe\x9b\x6c\x8e\x13\x07\x68\xe4\xd4\xc4\xd9\xe4\x72\xc4\x6c\x07\xa8\x91\x93\xbc\x64\x01\x68\xe4\xd4\x5a\xda\xd2\x76\x16\x96\xf6\xc0\x1c\x36\xee\x86\x5a\x16\x47\x88\xb3\xf3\xaa\x5e\xb0\xa2\x56\x09\xda\x81\x0c\x34\xdd\xc2\x1d\xf8\xe6\x5d\x15\x6f\xa3\x00\x4b\xb2\x12\x2c\x1a\xcd\xbb\x87\xe9\x88\xf0\x3d\x23\xb7\x41\x80\x1f\xd9\x49\x48\x10\xad\x29\x7b\x5a\x2b\xb7\xef\xc0\x12\x45\xcb\x6b\x08\x48\x48\x6b\x39\x07\xbe\x24\x57\x61\x99\xc4\xe9\x22\x3a\x39\xc0\x9f\xdc\x2f\xac\x66\x73\x03\x20\x31\x35\xbd\xcc\x88\xd9\x0d\x41\x27\x27\x98\x19\xd1\xd2\xbe\x86\x9a\xdc\xba\xd3\x4b\x33\x3d\x6b\x66\x82\x70\x26\x1f\x8e\x31\x75\x2c\x4b\x5f\x78\xe0\x5b\x2d\xc2\x4c\xf8\xfd\x63\x13\xf4\x04\x15\x4b\x65\x02\x24\xca\xae\x4e\x06\x10\x65\xf3\x3a\xa6\x8d\x24\xbf\x74\x83\xcb\x8d\x91\xcf\x8d\x94\x3c\x3e\x0f\xbb\xc4\x02\x0e\xbb\xe4\x33\xb3\x0b\x8b\x68\x23\x27\x81\xe9\x19\x3a\xc4\xe6\x3f\xb2\x15\xf7\x37\x17\xf6\x84\x8c\x44\x93\x9d\x3a\xa1\x91\x33\x45\x83\xa1\xb8\xe5\x3a\x13\xaa\x2c\x41\x10\xd1\x92\xc8\xf6\x68\x2a\x54\xf0\x97\x86\xd9\xae\x4d\x37\x80\xdc\xf1\x70\x1b\x1b\xf2\x85\xde\x0e\x3c\xe5\xfe\x83\x6a\x27\xbb\x75\xf8\x11\x14\x1d\x1e\x92\xb8\x95\x1a\x8c\xc4\xad\x6c\x84\x02\x07\xb8\x95\xfb\x1f\x1a\x59\xb9\x98\xcc\x83\x77\x1b\xe0\x8b\x44\x5b\x9e\x09\xa4\xce\x06\x5a\xf2\xc4\xb7\x28\x5a\x9a\xee\xdc\x5b\x86\x5d\x91\x65\x37\x00\xaf\xec\x44\x95\x07\xe0\x95\x53\x3b\x7e\x3b\xb3\x7d\x5a\x39\x73\x5c\xb4\xaf\x4e\x66\xf7\x49\x4a\xd9\xc8\xfc\x14\x4d\x1e\x7a\xfc\xfe\xbc\xf7\x00\xe6\x72\x2f\x12\xdd\x51\xaf\x9b\xb6\x9a\x23\xa0\xd3\x19\x00\xed\x3c\x9f\xd2\xe0\xc3\x17\x57\xbc\xda\x1f\x0c\x19\x5e\xb1\x36\xb3\x6c\x68\x4d\x02\xf6\xf2\x50\xa6\x6e\xc9\x6e\x11\x66\x45\xb3\x9c\x24\xa7\x8d\x76\x65\xcd\x74\x80\x98\xe6\x79\x48\x7b\x04\xd8\x92\xde\xe8\x97\x4e\x44\x6a\x34\x21\x2d\x88\x42\x0d\xc0\x2a\x77\x37\x7d\x61\x5f\xc2\x0b\x1b\x8c\x51\x4f\xd6\x68\x37\xbb\x0f\x36\x07\x58\x65\x29\x79\x0e\x60\x80\xc5\xdb\x47\x00\x2a\x3b\xb1\xbd\xd1\xb0\x00\x4e\x6f\xd3\xc0\xa4\xdc\x2f\x7e\x25\x81\x45\xb0\x6c\xe8\x6e\xc5\xfb\xc6\x86\x09\x90\x5c\x6a\xd1\xbc\x9a\x9f\x6e\xe5\x27\xe7\x85\x7f\xd4\xea\x60\x34\x80\x5a\xd6\xee\xb1\x25\x6f\x24\x31\xb0\x21\xa8\xe5\x52\xb3\x6d\x3a\xb9\xd9\x5f\x0c\x85\x43\x66\x22\x32\xd6\xcf\x7d\x41\x72\xe9\x21\x63\x21\xb9\x64\xf1\x4e\xb2\xbd\x39\xa7\x56\xc5\x7e\xf3\x4c\xbd\xcc\xe9\x21\xe1\xc5\x2d\x6e\x48\x90\x53\x27\x44\x28\x06\xc9\xb2\xaa\x7a\x37\xf5\x43\x4f\x88\x2c\xd2\xb3\xfd\xe5\x1a\xd2\x91\x4f\xdd\xad\xf9\xe2\x22\xb8\xd4\x19\x08\xcd\x6e\x07\xbe\x72\x7a\xd9\xd3\x81\xd0\x22\x60\x2d\x40\xb2\xec\x44\xb5\x85\x40\x96\x84\x9c\x45\xd7\x47\xce\x2b\xd0\x4e\x80\x15\x18\x62\xd1\x31\x41\x12\x1b\x16\xfd\xf7\xf2\xcc\x37\x87\x0a\x33\x9b\xa1\x13\xea\x5c\xbc\xe8\x04\x06\xb3\x13\x91\x15\x1d\x8f\xb7\x1f\x99\xd8\x42\x14\xcc\xa5\xd8\xde\x0f\xb5\xba\x69\x11\xc4\xd0\xea\x57\x7b\x76\x35\x26\x03\x82\x59\x01\x44\x09\x80\x2f\x3b\xe1\x5c\xd1\x45\xc6\x42\x94\xea\xe6\x04\x01\xfd\x25\xba\xa9\xa6\x95\x15\x01\xc4\x3c\xaa\x82\x7e\x17\x1a\xcb\xee\xc2\x83\x27\x40\x2d\xd1\x71\x98\x23\xe9\x4e\x08\x8f\xf9\x2b\x76\x8a\xfb\xfc\xe2\xcd\x6a\x17\x02\xc3\x39\x04\x1b\xab\x00\xad\x11\xe0\x66\xee\xba\xec\x0b\x60\x1c\xd5\x3f\x9c\x44\x66\xba\x90\x6c\x15\x9a\xd4\xeb\x8f\xeb\x4b\x9f\x49\x6f\x05\x83\x02\x36\x33\x4f\x4a\xdf\xbc\xb9\x48\xab\x40\xd0\xdc\xad\x31\x70\xbc\x01\x34\xa8\x01\xa1\xd9\x48\x44\x15\x40\x68\xee\x8f\x7c\xc1\x54\xcb\x76\x11\x42\xb3\x3a\xec\x6a\x8f\x6c\xcd\x23\x83\xf4\xdb\x5b\x4e\x21\xa5\x9b\x47\xd6\xe2\xe4\x97\x22\xee\x29\x3a\x36\xd1\xf8\x33\x75\x55\x00\xb6\xb9\x6b\xa0\xa1\xe6\xd9\x2e\x56\xb7\xa8\x82\xee\xb7\x93\x67\xe6\x0d\x53\xaa\x26\x93\x2e\x50\x46\xfe\xce\xe6\x3b\xec\x64\x9e\x78\x86\x22\x4e\x86\x5b\xbd\x67\xef\x69\xae\x73\x89\xe2\x92\xa7\x60\x50\x7d\x21\xf5\x81\xcb\xd4\xed\xa0\x5b\xa6\x2b\xdc\xd1\x46\xb7\x4f\x4c\x35\x1e\x7b\xe1\xea\xe3\xb1\x87\xef\x72\x80\xc8\x59\x34\xa4\x80\xc8\xb9\x67\xd1\x5a\x3f\x6b\xa5\x26\x72\x59\x12\x36\x1d\x1d\xd0\x8c\xe2\x2d\x2e\xf0\x9c\x15\xc7\xe9\xe8\xc3\xd9\x65\x6a\x44\xd0\x40\x58\x06\x8d\xd3\x34\x1b\x01\x1a\x67\x0f\xe7\x72\x38\x7d\xfe\x4e\xc2\x7f\xbb\x81\x13\x7b\x38\x1c\x14\x6b\xc3\xfd\xa2\xe3\xde\x17\xd9\x23\xf9\x1f\xfb\x0b\x4f\x08\xd5\x9d\xae\xc2\x4d\xde\x8a\x00\xc9\x73\xbf\x50\x02\x09\x41\xe3\x33\xb0\x9e\x3d\xf2\xb9\x4b\xd9\xfc\x88\x5d\x51\xac\x0a\x60\x24\xb7\x33\x6a\x79\x38\x66\xaf\x05\xc9\x52\x10\x02\x7e\x4e\x3c\xcb\xa2\x63\xb1\xf5\xc2\x20\xf1\x3e\x49\x33\x10\x1d\x2b\x6d\xb8\xa6\xe4\x35\x29\xde\x4f\x03\xeb\xd9\xc3\xed\x34\x59\x2e\xe7\x69\xcb\x1a\xd5\x5b\x65\x10\x3e\x77\x13\xd6\x24\x2c\x90\xcf\x1f\xcf\x54\x94\x32\x08\x64\x18\xbc\xcf\x43\x63\x63\x27\x0f\x76\xb8\x6b\x56\x36\x4d\xe9\xa5\xad\xd2\xd3\x47\xd8\x77\x38\x51\x4b\x32\x6c\x47\xc8\x83\xad\x49\xa0\x9f\x39\x9d\xf4\x16\xb7\xbd\x70\xc5\x84\xc0\x50\x4b\x04\xbe\xb3\x87\x13\x02\xf3\x27\x8d\x66\x74\x0d\xb9\xe0\x2e\x46\x27\xa0\x5b\xcf\x1f\x00\x38\x6b\x73\xd7\x5d\xd6\x4a\x07\x35\xea\x4e\xa9\xdf\x65\xad\x34\x7d\x29\x48\xc1\xd2\x81\xdf\xec\x91\xb5\x2e\x08\x0d\xdd\xb8\x64\x6b\x4e\x2d\xd1\xdd\x3f\xf2\xd2\x07\x58\x9c\x1d\xff\xb8\x00\x8b\xb3\x24\xd9\xbf\x93\xda\xf2\x11\x4e\x7b\x21\xed\xbb\xed\x14\xf3\x71\xe7\x50\xe9\x21\xbe\xf0\x5d\xa2\x78\x2b\x02\x78\xa0\x6f\xaf\x9d\xe9\x20\x62\x46\xe4\xef\x3a\xe8\x77\xab\xa2\x1f\xf0\x7c\xe1\x37\x87\xaa\x35\xf0\x9b\xbb\x2a\x5e\x30\x10\x47\x3e\x57\xff\xa0\x71\xe0\x2c\xc8\x99\x19\xfd\x81\x31\xb9\x5d\x1e\x4d\x59\xf9\x87\xb7\xa2\x96\x66\xaf\xfd\x89\xbe\x11\x40\x73\x56\xef\x72\xfa\x93\x3d\xb6\x6a\x15\x87\xfc\x07\x0e\x06\xe7\xee\xaf\x53\x87\x74\x00\x80\x67\x5d\xf6\x18\x31\x25\x2c\xf0\xe6\x7a\x32\x2b\x6a\xf0\x87\x8b\x2b\x52\xe7\xb2\x84\x04\x13\x99\xb5\x13\xcb\x3d\x8f\x2c\x22\x91\xf7\xa0\x02\xd7\xa5\x3b\x0d\xb8\x9d\xfb\x2b\x8a\x10\x6d\xa6\xdd\x5c\xdc\xce\x36\xf3\x0f\xd6\xc1\x3d\xca\x9d\xa6\x2e\x4e\xc3\xbb\x4b\x12\x0d\xc4\xc0\xed\x4f\xc7\x24\x71\x3b\x87\x86\x8c\xa1\xef\xca\x91\x5f\xb9\x09\x86\x9f\xe5\x48\x3a\x2f\xfa\x18\x40\x10\x41\xe4\xec\xba\x8c\x8c\x54\xb4\x69\x7e\xe0\x13\xa8\xdf\x0d\xf0\x9c\xbb\x2e\x2b\x66\x4b\xb0\x74\x40\x72\xee\x7a\x69\x3e\x45\x12\x28\x88\x00\x9d\xf3\xb0\xe2\x43\x8e\x64\xc5\x47\x0e\x98\x9a\x0f\x2d\xa7\xc3\x7f\xe4\x37\x56\x8d\x37\xa0\x6e\x26\x82\x6c\x16\x7d\x2d\x00\xd9\xec\xfa\x1c\x00\xb2\x79\xcc\xc3\x8e\xe1\x7a\x2f\x36\x5b\x80\xb2\xd9\xbd\xa7\x00\x65\x73\x7f\x45\x23\x29\x4a\x54\xff\x51\xc5\xb5\x97\xdc\x98\x7a\x09\x3f\xaa\x7a\x9b\xad\x68\x91\x06\xdb\x24\x04\xca\x8c\x7c\x56\x09\xb0\x93\x26\x94\xee\xf9\x0f\xb3\x87\xb6\x0e\x36\xe6\x2e\x4e\x5d\x4d\x59\x1d\x9a\x34\x44\xa8\x00\x02\x27\x40\xc4\xac\x8a\xfd\x22\x62\xb6\x69\xf7\xb1\x3a\x17\x10\xca\x62\xa4\xff\x8c\xbd\x54\x3e\x08\xbf\x52\x07\xc9\x17\x35\x6c\xdb\x4f\xa5\xde\x9d\x00\xaf\xcf\x4e\xca\xdf\x73\xf6\xb8\x36\x95\x90\x8d\xee\xb4\x42\x13\x47\x1f\x5c\xc6\xfa\x07\x84\x2c\x2c\x90\x13\x49\x55\xa8\xee\x91\x05\xf2\x0c\x30\xaa\x4c\x18\x8d\x72\x30\x46\xce\x17\xe5\x65\xb3\xe1\x57\x14\x47\x33\x1b\xc3\x35\x71\xb5\xf4\x2c\x04\x4a\x26\x44\xa9\x6c\xd3\x89\x44\xe5\xf6\x36\x6d\xa4\xca\xed\xa8\x88\x1d\xf3\xae\x0b\xcc\xca\xfd\x07\xb3\x25\xdf\x84\x05\x0f\x79\x25\x34\x15\x98\x4a\x83\x61\x03\x98\xca\x2a\xf1\x02\xa5\xb2\x93\xbe\x24\x46\x70\xfd\xe3\x7c\x06\xc9\x72\x30\x3a\x01\x51\xd9\xbd\x1b\x11\xa1\x72\x68\x3d\x1b\x13\x9b\xa4\x3d\x22\x7b\x98\x57\x1d\xc0\x55\x56\x35\xdf\x91\x5c\xb6\xfa\x87\x29\x6d\xe9\x1d\xe9\x58\x7e\x7f\x86\x7a\x84\x20\x97\x5e\x4e\x0c\x54\xff\xc8\xd6\xa1\x7b\xc8\x64\x43\xf3\xb7\x53\x40\x7c\x38\xe1\x30\x31\x56\x2e\x32\xe3\xe3\xf6\x54\xcb\xfb\x58\xb8\x24\xba\x7c\x0b\x8f\xa7\x2c\xac\x29\x24\x6b\xd5\xc6\x45\xcb\x4b\x31\x0c\xfe\x36\xf4\xd7\x01\x51\x20\x46\x2a\xfa\x18\x46\xc0\xab\x9c\xba\x17\x8d\x8c\x1c\xb7\xc1\x53\x22\x90\xff\x30\xbb\xd2\xb0\x53\xf2\xe2\xbe\xb8\x98\x6a\x97\x89\xe4\xcf\x24\x81\x8d\x71\xa9\xfc\x3b\xa8\x8b\xfc\xcb\xd2\xc6\x2b\xab\xa5\x8d\x2b\xf1\x19\xf7\xf3\xad\x74\x08\x57\x1b\x30\x51\xcd\xe6\x43\xc7\x1d\xc7\x71\xbb\x57\xed\xd4\x4d\x6a\x37\x84\x15\xf1\x27\x8b\xdb\xf3\xf6\xd0\xb9\xd9\xf0\x7a\x2c\x1e\x0e\x43\xc8\xf4\xb2\x18\x66\x13\x9b\x76\x04\x8e\xaa\x65\x7e\x24\x47\x95\x62\x3d\x76\xc4\x67\x4f\x8d\x7b\x0c\x8c\x4a\x0d\xf3\xe3\x01\xff\x1c\x6b\x14\x78\x95\x7b\x7c\xfe\x71\xa1\x9f\x59\x9a\xbc\x5f\x1e\x4c\x38\xa0\x56\x6f\x30\x2a\x6b\xee\x90\x57\x3a\xe4\x4e\x07\xec\x41\xe3\xf4\x78\x75\x7d\xa2\x85\x17\x09\x5e\xc2\x83\x9d\x5b\x33\x33\x98\x96\xbb\x7b\xfe\x11\xfc\xc1\x7a\xbf\x52\x5a\xcf\x15\x11\xdc\xda\x7c\x87\x80\x10\x3a\xf1\x25\xc0\xe5\xb4\xe3\x9b\x7d\x56\x32\x5f\xc6\x30\x6c\x5b\x97\xbc\xf1\x79\x9c\x5c\xe4\x0f\xea\x84\x22\x05\xc2\x65\x4d\x0a\xfa\xa9\xaa\xc1\xbc\x85\xb5\xcc\x5d\xf1\xe5\xe4\xd0\x45\x5c\x85\xf4\x33\x1c\x5f\x36\x4e\x4f\xb8\xc9\x55\xf3\x01\xb4\x72\x97\x18\xbc\x80\xff\x3a\xfd\xa3\x51\xba\xf2\x9c\xed\x4d\x5e\x18\x79\x96\x9e\x3c\x1f\x3c\xe3\xb7\x17\x16\xc8\x8d\x1e\xbc\x5c\xba\x95\xf1\xac\x97\x41\xe7\x59\xa5\x86\x33\x13\xc9\x46\xd1\xd9\x01\xa1\xdc\x13\x4a\xa7\x0e\x2d\x43\x98\x12\xe2\x50\xa8\x9f\x96\x71\x80\x16\x51\x34\xe6\x0c\x08\x43\xe9\xec\x02\x43\x59\x64\x69\xc0\x50\x56\x1d\x74\x22\xaf\x84\xd9\x54\x51\x1c\xac\x1f\xc9\xd1\x20\xd1\xc1\xcd\xaf\xd6\x6e\xd0\x26\x77\xdb\x96\xd0\x5e\xc6\xd6\x8b\x22\xed\xe7\xc4\x86\x09\x9d\xa7\xad\x54\xc9\x0d\xbb\x0f\x90\xc9\xfd\x0f\xcd\x54\x97\x0a\x52\x1e\xa9\x49\xff\x69\xf3\x8b\x2a\x23\x63\xf8\xf8\x21\x15\x3d\x44\xc0\x99\xdc\xd5\x31\x7e\xd8\xad\x86\xc1\x10\x72\x1a\x0c\xb5\x88\xe4\xa3\x70\x83\x30\x75\x73\x58\x82\x45\x2d\x3e\xcb\x46\xd9\xce\x02\x45\x2e\xcd\x24\xd1\xb3\x2e\x26\xb6\xbb\xeb\x39\xad\x81\x42\xab\x9d\x3c\x50\x68\x35\x24\x47\xcf\x7d\xe7\x4b\xf6\x91\x17\x94\xd5\xc1\xe9\x03\xe1\x31\xa6\x1b\x61\x00\x33\x86\x72\x10\x43\x69\xce\xd5\xc6\x91\x54\x65\x15\xe8\xc7\xaa\x7e\x1f\x79\x41\xec\xb2\x70\x41\xac\xf1\x1d\x4c\xc8\xcd\xe8\x6d\xc2\x4e\xf9\xac\x60\xe7\xa2\x84\x24\xa1\xfb\x52\xec\xae\x2f\xac\x3d\xe2\x57\x98\x3d\xd3\xc0\x11\xf0\x1b\xf7\xc8\x19\x87\x91\x67\x3a\xce\x80\xe6\xd8\x41\xc1\x08\xd0\x1c\xbb\x26\x6d\xd1\x1c\xc3\x58\x8e\x48\x67\x20\x38\x8a\xe0\x8c\x1a\xa8\x01\x64\xec\xa0\x41\x04\xb0\x8b\x5d\x23\x74\x98\x45\x4c\x13\x68\x78\x61\xab\x6f\x01\x48\x8b\xbb\x2a\xff\xf1\x6c\x60\x3b\x8a\x65\x5d\x8c\x57\x3f\x7c\x32\x28\x07\xc0\x89\x5d\xb3\x75\xa8\x36\x16\x47\x85\xaa\x38\x8b\x7d\x3c\x09\x75\xb1\x8b\xa2\x21\xe9\x7f\x08\x74\xe2\x9e\x54\xc6\x7e\x66\xc6\x71\x8b\x08\xe4\x6f\x91\x07\xa9\xce\xdf\x3d\x29\xc3\xe2\x6e\x27\x68\x28\x70\x8b\x5d\xb3\x37\x68\x8b\xc5\x44\xab\x01\xc0\x62\x2d\x1e\xc7\x4b\x71\xc1\x06\x2f\x98\x02\xa2\x43\x64\x1c\x98\xab\x70\xb9\x56\x4c\x36\xf7\xbb\xda\x75\x13\x49\x51\x6f\xc6\x00\xe4\x40\xe3\x35\x80\x89\xbb\x5a\xfe\x20\xc7\x89\x36\xde\x48\x47\x21\xc9\x8d\x6c\x0b\x7e\x26\x92\xe1\xd2\x4b\x11\x28\xc3\x5d\x9c\xaf\x9e\xec\xa2\xff\x58\x17\x7d\x97\x57\x69\x76\x00\xb2\xb0\x6b\x75\x00\xb2\xb0\x2a\x05\x82\x58\xd8\x35\x0f\xc4\x9b\xfb\x84\x06\xd1\xd6\x72\x7a\xd0\xd6\xa6\x04\xf8\xcd\x85\xa2\x89\xd7\x14\xa3\x7e\x24\x7d\xf1\x74\xbf\xa0\x8f\x22\xa4\x87\x81\x5f\xc3\xdf\x4f\x4b\x5b\xe2\xf6\xc5\xc6\x0d\xbe\xf0\x99\xed\x23\x35\x46\xbb\xd3\x40\x95\x58\x86\x53\xda\x20\x9e\x81\x2e\x99\xe0\x17\x16\x2f\x83\x22\x6f\x67\x25\x1a\x9f\xe6\x6d\x44\x0a\xe0\x08\x77\x83\x0c\x04\x5d\x4f\xe1\x1b\xa4\xc1\xf2\x5b\xf5\x2f\x0a\x08\xdc\xe0\x31\x41\xa0\x8a\xf9\xcb\x11\x0f\x5e\x96\xff\x1c\xbc\x58\xb7\xcf\x8f\x7f\x14\x5e\xdc\x8e\x88\x25\xf3\x70\xd7\x41\x03\x27\xb9\xbb\x54\x49\xc1\x2b\x34\xc1\x43\x4c\x6c\xcb\xe0\x98\x07\xa8\x84\xbb\xaa\xca\x8b\x04\x18\x96\x37\x0b\x9b\x19\x62\x0c\x10\xe1\x94\xa1\x27\x10\x21\xa0\xfd\x31\x53\xa5\xcb\x7f\xc8\xac\x66\x7b\x18\x84\xb5\xbc\x4f\xfd\x90\x90\xc7\x04\x1f\x9c\xa4\x01\x8b\x59\x9d\x7c\x4e\x25\x78\x83\xd5\xbb\x6d\x20\x06\x05\x9f\x88\x99\xda\x19\x32\xe6\xc4\x0d\x68\xe9\x0f\x3b\x61\x32\xea\xc9\xc2\x07\xaa\x5a\x82\x0c\xb8\x37\x1d\x55\xa5\xda\x05\x8f\x02\x1b\xb0\x93\xda\x2e\xa6\x51\x5c\x1e\x4a\xb0\x01\x8b\xe0\x85\x01\x04\x60\x11\xd8\x2c\x80\xfd\x9b\x3d\x8b\x9b\x2a\x96\x93\x28\xee\x9f\xa9\xd1\x62\x26\x23\x81\xf9\x82\xd0\xb7\x3b\x49\xc7\xb0\x7a\x92\x0a\x35\x66\xcf\xa5\x62\x5c\xc3\xa9\x73\x49\x06\x2e\x5c\x36\x3f\xbc\x46\x5a\xfe\xe1\xee\x3e\xfc\x87\x10\xc7\xe1\x1f\xd8\x99\xd8\xe8\x09\xd6\xf7\xef\x05\xe2\x68\x83\x41\x0e\xbc\x7c\x46\x24\x40\x2b\x07\x85\x6f\x2a\xa8\x80\xbb\xd7\x55\x7e\xa7\x20\xfe\xc6\x57\x81\xb5\x97\xde\xb8\x20\xe7\x75\x15\xec\x89\x1b\x8f\x5e\x1e\x73\x66\xf7\xa8\x75\x5a\x13\xdd\xd3\xf5\xd3\x15\x94\x0d\x60\x29\x00\x50\x6f\x8f\x9a\x2e\x6d\x9e\x50\x9b\x5b\x8c\x0c\x1b\xe0\x4c\xc5\xd4\xa1\x07\x78\xb2\x98\x4b\xbc\x50\x9a\x5b\x80\x79\xc3\x19\xa7\x21\x5b\x32\xdc\x89\x51\x51\x45\x1b\x3c\xbd\x63\x92\xfa\x3a\xe6\xd2\x18\xb1\x6c\x4f\xbe\x81\x54\x00\xa4\xde\x2e\xcf\xcc\x62\x62\x54\xa3\x9d\xc9\x37\x5c\xd8\x53\x1f\x66\xea\x3a\xdd\x24\xd0\x0a\xa1\xf3\xbc\xb9\x9b\xa7\xad\xfb\xec\xe6\xc9\x3f\x70\x6f\x34\xee\x0e\x18\xbd\xae\x76\x2b\x8c\x5e\x78\x45\x36\xaf\xec\x09\x13\x74\xb9\x93\xa4\x00\x22\xfa\x8f\xfc\x8c\xcd\x0b\xdb\x01\x24\xef\x50\x41\x12\x24\x6f\x92\x54\x37\x00\xc9\xeb\xca\xe4\xd3\x8b\x4a\x3d\x86\x26\x51\x0e\x2a\x2f\xf3\xca\x45\xa0\x5a\xd5\x28\x97\x96\x9c\x59\x0a\xd5\x82\xe7\x91\x90\x2c\xe6\xad\xdd\x7f\xfa\x51\xee\x4f\x3a\x72\x27\x47\xf0\x1f\xe6\x41\x62\x40\xbc\xd8\x1c\x7f\x4a\x80\x33\xd5\x2a\x38\xe8\xbc\x73\xb9\x18\x3d\x91\x12\x64\xea\x0a\xc0\xf5\xba\x16\x80\x99\xbc\xca\x1d\xf8\x38\x45\x4e\x31\x17\xa5\x2a\x7b\x80\xeb\xed\x69\xa1\x37\x8f\x02\xbf\x44\x44\xc6\xe5\xee\xcf\x7b\x52\x0f\xdb\xe3\xbc\xb8\x59\xd2\x86\x08\xa7\x9d\xaf\x17\x0b\x88\x5b\x82\xe7\x29\x02\x02\x9e\x57\xb5\xa4\xcf\xbc\xde\x74\x62\x5e\x17\xc2\x02\x5c\xba\xc0\x68\x01\xc5\x3b\x1a\xe9\x2b\x62\x7e\xd2\x00\xc7\xfe\xd9\x79\xbf\xca\xfe\xd2\x06\x29\x9c\x1b\x61\xcb\x21\x12\x5e\xd3\x27\x06\xf0\xbb\x3e\xa5\x3a\xf8\xf6\x4c\x05\xcd\xf9\xe5\x48\x76\xbf\x96\x29\x24\xbd\xec\x5c\xa9\x12\x35\x9e\xb3\x95\xc9\x0b\xa3\x42\xec\x5b\x5a\x0a\x47\x96\xf0\x1e\x80\xaa\xc8\xdc\x31\x81\x74\x0b\xa0\xe8\xba\x3c\x45\x24\x3a\x85\x38\x20\xe6\xba\x14\x08\x88\xb9\xdd\xc4\xe2\xc5\x9d\x5a\xfd\xea\xb6\x57\x16\x87\x32\xea\x8a\xb2\x8c\xab\xd0\x35\x7d\x81\x6a\x53\xf4\x20\x59\x1a\x0a\xf5\x1d\x16\x69\x4e\x63\xea\xd2\x1c\xa8\x8b\x85\x50\x73\x64\x9c\x88\x45\x9a\x29\x19\xf7\xe2\x62\x51\x56\xbf\xf0\xf4\x29\xba\x5e\xac\x22\xfd\x84\x09\x2e\xb1\x6c\x98\xd3\xa5\x7b\xeb\xf2\x2b\x7d\x7d\xbc\xd6\x04\x90\x6e\x97\xf7\x85\x41\x42\x42\x13\x77\x4e\x1f\xab\x55\x71\x3d\x86\xd3\x82\x41\xb7\xff\x18\xbc\x18\xfb\x45\x77\x6b\x0e\x97\x12\x20\xdf\xca\xff\x57\x3b\x00\xd5\xa0\x27\x84\x5f\x2c\x3d\xe6\x97\x3c\x4d\x5f\x8f\x25\x7a\x0d\x69\x29\x22\x61\xeb\x7e\x59\x57\xec\xf2\x9c\xec\xc5\x6d\xa2\x92\x0d\x70\x76\xc5\xbd\x0c\x9a\xdd\x9e\x51\x46\x48\xbc\x5e\xd1\x6d\x64\x91\xea\xa3\xe8\x29\xb2\xfa\x3e\x8a\x1e\xac\x05\xa4\x7e\xd1\xf8\x05\xe8\x5d\x97\x57\x2d\x93\x49\xeb\xbc\x0f\xea\x5d\x97\x6b\x2f\x3c\x66\xb5\x35\x83\x80\xd7\x01\x89\x88\xa5\xc6\x25\xd1\x5f\x6a\x5c\xcb\x26\x1e\x9c\x67\xe9\x39\x4c\x53\x13\xdc\xc2\x6b\x68\xfa\xfb\x70\xa6\x68\x8c\xbb\x41\x5d\x7d\x81\xb3\x2b\xcd\x15\x1f\xf2\xf8\xea\x1f\xe4\xe9\x75\xce\x47\xee\x17\x6b\xba\xec\x37\x7d\x1a\x06\x2b\xf3\x87\x97\x7a\x80\xcd\x05\xc0\x73\x55\x15\x1e\xb0\xb9\x3d\xcd\xbe\xd8\x71\x66\x50\x1c\x02\xfd\x51\x56\xe4\x29\xfa\x93\x06\x02\x3f\x57\x84\x45\x8e\xa5\x9e\x05\x15\x59\x18\x26\x8d\x7a\x5f\xe2\x1a\x34\x7f\x07\x22\x01\x72\xb8\xb0\x3f\x7a\xb9\x03\x2c\x5d\x97\x96\x2e\xd3\x78\x2c\xfb\x42\xf0\x9f\x00\x0b\x01\x60\xdd\x41\xaa\xff\x00\xaf\xae\x4a\x18\xd7\x66\xce\x55\x93\x21\xd8\x75\xc5\x5c\x75\xb1\x70\xb7\xcd\x10\x6e\xc0\xeb\xa6\x8a\xf9\x5a\x79\x20\x99\x3a\x94\xb7\xb6\x1c\x85\x5e\x47\xcb\x06\xb5\x45\x7a\xf2\x56\xf6\x84\x3e\x72\xe7\x27\xb9\x5f\x5a\x19\x81\xf3\x0b\x51\xe9\xf4\x98\x11\x94\x4e\x42\xbc\xe4\xc1\x7a\x8d\xac\x53\xe1\x15\xd9\x60\xc9\x84\x25\x34\xa2\xd5\x19\x8c\x21\x40\x9d\x04\x17\x80\xba\x92\xb2\x2f\x00\x75\x61\x2c\x1d\xf8\x74\x91\x5b\x94\x9b\x41\xc9\x2d\xf8\x74\xbb\x09\x5f\x72\x4c\xcc\xc9\x95\xd3\x4b\x17\x05\x37\x40\x49\x02\x86\xee\x00\x54\x21\x80\xa1\xab\xc0\xa1\x06\x30\x74\x85\x6c\xa1\xb1\x64\xba\x98\x14\xd6\xed\x2e\x43\xaa\x5c\x5e\xfa\x19\x6b\x02\x0c\xdd\xfe\x87\xaa\xcc\x55\x99\xc4\x84\xb0\x43\xdd\xaa\x97\x49\xaf\xcc\xdc\x00\x28\x5d\x31\xd8\x04\xc0\xb9\x92\x42\xb8\x20\x73\xd9\xfa\xa3\x77\x0f\xbd\x7a\x92\xaa\xf9\xd2\xa9\x96\xd2\x3a\x1a\x01\x9a\x19\x22\xd1\x35\xab\x7d\xb2\x3d\xff\x90\x8e\x66\x71\xe9\xa8\xd3\xfe\x78\x65\xcc\x1f\x9a\x29\x75\x35\x59\x98\x29\x97\xe4\x83\x4c\x93\x45\x87\x12\x20\xeb\xfa\xb2\x5b\x9b\xfb\x86\x57\x14\xa0\xd7\xed\x8f\x98\x20\x9c\x73\x35\x18\x89\x64\x97\x14\x95\x8b\x3d\x7d\x3a\x05\xaf\x5b\x23\x0b\x5c\x76\xca\x26\x6e\x4a\x58\x5a\xe1\xcc\xaf\xc8\xd8\xdc\x3c\xdd\x9f\x5b\x1f\x81\x6a\xa9\xed\x91\xfd\x31\xc0\xa5\x3b\xb4\x8b\x2e\x5d\x88\x0e\xc8\x28\xf8\x73\x87\x12\xff\x69\x28\x89\x31\x3b\x40\xce\xed\xc9\x0a\x5e\xf0\x98\x51\x28\x38\x49\xd9\x5c\xf4\xd1\x39\xb1\x3b\x7a\x54\x4f\xd4\xbe\x66\xe2\x8a\xd3\x04\x1f\x60\x7e\x06\xd0\x74\x55\x59\xe5\x4c\x16\x4d\xbf\x4e\x2e\xf3\x3c\x78\x27\xec\x5a\x57\x55\x61\xea\x9a\x69\x2b\x80\xa3\xab\x6e\x77\xe1\xe8\x26\x20\x97\x01\x1c\x5d\x78\xd5\x02\x04\x5d\x31\xcc\xe7\x4c\x76\xdd\x7d\x21\x9f\xdd\xf4\x19\x29\xcd\x9c\x17\x40\xd0\x75\x77\x1f\x10\x74\xdd\x23\x71\x96\x9c\xc5\x3f\x7d\x9f\xcf\x92\x33\xc1\x80\x8b\x14\x94\x23\x73\x7a\xb1\x67\xda\x0b\x00\xe7\x0a\x58\x49\x71\x16\xb7\x36\x72\xc8\x69\x4e\x2d\x9d\x10\x4e\xd2\x66\xe5\x7c\x73\xfd\x07\x82\x76\x80\x38\xd7\xb3\xcb\x55\xbe\xd3\x2d\xe0\x74\xb3\x0d\x84\x9c\x5b\x06\x49\x81\x39\xd7\x73\x1d\xb0\x53\x82\x88\x12\xa7\x11\x27\x76\x97\x80\x93\x9c\x60\x75\x50\x36\xf6\x89\xc5\x52\xeb\xed\xc9\x95\xa0\x01\x2e\x27\xd9\x23\x73\x40\x2d\xcf\x3a\x7d\x4d\x36\xee\xae\x69\x9a\x03\x69\x2d\xf5\x54\x94\xd6\x53\x3d\x55\x1f\x10\x60\xe8\xfa\xbf\x12\xb7\xc5\x2d\x82\xa7\x4d\x58\x2f\x59\x32\xd0\x4d\xce\xd4\x5f\xe9\x08\xce\x3f\x7a\x7a\x00\x41\xb7\x6b\xa5\x70\xf7\xdc\x23\xef\x9d\xdd\x59\x63\x18\x5d\x6a\xdb\x2d\xae\x1e\xcf\xf1\x3e\x7b\x2e\x13\x8d\x74\x95\x2c\xa4\xa1\x13\x90\x87\x5f\x75\x63\x0f\xdd\x62\xa8\x78\x64\x93\x14\x49\x36\x8d\xfa\x76\x0e\x47\x45\xc7\x52\xfb\x85\x53\x9d\x3a\xf4\xba\x1b\x47\xb6\x48\x5d\xdc\x21\x9a\x92\xe1\x0c\xb3\x8d\x51\x3a\xdc\xe4\x6e\x66\x52\x95\xe8\xe7\x0b\x56\xdd\x2e\x6d\x09\xdb\x63\x20\x5a\x45\xc3\x02\x9c\x29\x77\x58\xf2\x67\x67\x6b\xf3\x67\x53\xae\x05\x20\x76\x7b\x09\xa9\x69\x0a\xbf\x47\x9f\xa6\x44\xdd\xf6\x48\xc7\xa5\x77\x23\x80\x76\xe5\xc0\x10\x75\x12\xc3\x1f\xe6\x9f\x38\x05\xa7\x1f\x76\x84\x1b\x41\x73\x2d\x9c\xa9\x63\xbb\x84\xd3\xe3\x61\x23\x4b\x69\x1c\xd9\xe8\x4c\x86\xed\xea\x92\x4e\x5a\xd7\xf0\x13\xe6\x0d\xda\x79\x88\x7b\xb7\x0c\x99\x3b\x09\xef\x37\xbd\xc2\xc9\xcd\xa1\xf9\x11\xc4\xc3\x33\x6b\xc3\xb9\xec\x08\xc3\x58\x39\x0b\xf4\xd0\x8c\x5b\x90\xc2\x53\xaf\xe0\x9c\x43\x9d\x7f\x73\xe2\x4e\x26\xd7\x79\x3b\x13\x59\x8b\x67\xb7\x8f\x54\x8a\x80\x4c\x9d\xf9\xc1\xc3\xab\x32\xeb\x13\x73\xaa\x31\xfe\x40\xe3\xed\x5a\x99\x11\xbc\x76\xd7\xc8\x17\x7b\x4e\xdb\x7a\xf0\x9a\x82\xe6\x44\x47\x56\x57\x10\x28\x6f\x8d\x7c\x51\x53\x0a\x8b\x43\xbe\x60\xbe\x20\xe5\x1d\xcd\x75\x22\x08\xd3\xf0\xfd\x13\xb5\x98\x2c\xaf\x21\x82\x5e\xcb\x19\xc1\xce\xaa\x33\xf7\x79\x9b\xfe\x06\xc1\xf3\xbc\x95\x2f\xdb\xef\x4f\xe2\x87\xce\xac\x0b\xcb\x69\xd2\x69\x77\xb8\x21\x9d\xde\x43\x9e\x98\x6d\x8d\x5a\x3f\xef\x64\xb2\x96\xb0\xf7\x4c\xe3\x83\x91\xce\xf6\x37\x87\x6f\x3a\x8c\x02\xe0\xd7\x57\x3e\x3b\x12\xa6\x54\xd5\x57\xdf\x26\x40\xfb\xaa\xb1\x8c\x60\xf6\x75\xe3\xb4\x80\xe9\x0b\x6f\x7e\xcf\x57\x1e\x49\x63\xaf\x59\x97\x29\x0b\xa2\x82\x26\xaa\x93\xa4\xd0\x66\x07\x02\xbe\x6f\x7a\x3b\x72\x7a\xa5\x08\x24\x4c\x9c\x6f\xce\x0e\x2d\xa0\x35\x27\x95\x7d\x95\x13\x7d\x96\xbf\x22\xfc\x9c\xaf\x5d\xb2\x2a\x92\x78\xb9\x2d\xf0\xcd\x31\xda\xf8\x4c\xb6\xed\x6a\x7c\xca\x6d\xb2\xda\x2f\x01\x31\x78\xc6\xf9\x53\xd2\xfa\x29\x33\x30\x08\x52\xc9\xe4\x9e\xf8\x72\x66\x2c\x9c\x62\x02\x6d\x1b\x40\x63\x04\xe7\x89\xdf\xb0\xe1\x82\x80\x05\x76\x63\x98\x81\x07\xec\x56\x7b\xfd\x98\x8f\xe1\xb3\x7a\x3c\x87\xec\xfa\xb9\x5d\x20\x4e\x62\x05\x1a\x27\x03\x56\x60\x97\xbc\x5c\x24\xee\x32\x9e\xf9\x3a\x54\xdc\x69\x81\x68\xd3\xd0\x6f\xee\xc2\xb4\xdb\x3c\x64\xe0\x06\x56\xf5\x1a\xd0\x00\xbb\x6b\x0a\x18\xe0\x1e\x12\x1f\x95\x44\x5e\xe2\x59\xd1\x9e\x2d\x74\x6d\xfd\xba\x98\xb1\xe1\x2a\x26\x12\xf0\x39\x7b\xee\x47\x90\x84\xe1\x73\xae\xa4\x55\x49\xa8\x30\x21\x80\x13\xb8\x67\xaa\xf1\x42\x82\x67\xfb\x5e\x72\x3e\x79\xa9\x0a\x86\x6c\xce\x2b\xb5\xed\xea\x3f\xec\x5a\x28\xff\x55\xd5\x77\x31\xac\x83\x26\xd8\x8d\xad\x05\x4c\xb0\x1b\x2d\x0a\x66\x60\xd1\x37\x4a\x9c\xc0\xd0\x87\xe9\x4a\x76\x8d\x61\xe5\xd2\x57\x07\xfc\xe2\xb8\x30\x07\x2b\x33\x02\x0e\x58\x73\x7a\x5b\x0e\xd7\x12\xe2\x4e\x5a\x80\x0c\x4a\x9c\x80\x4b\xa8\x57\x27\x94\xdc\x36\xc6\x0c\x82\x13\xd8\x8d\x1b\x15\x26\xb0\x49\x39\xae\x46\xa8\x39\x47\x46\xc8\x40\x43\x48\x2f\xf4\xe9\x2c\x80\xfb\x8e\xb7\xab\xa2\x07\xb6\xc3\x9d\x80\x17\xae\x57\xb5\x97\x7e\x3d\x25\x5f\x30\xb4\x3b\x35\xe0\xc3\xeb\x87\x90\xc0\x80\x12\x30\x40\xff\x8e\x09\x9e\x4c\x80\xfa\xd7\x8d\xb0\xb9\xd2\x61\x76\xf9\x15\xd4\xcc\x79\x1a\x4a\x45\x2e\x3f\xc8\xb0\x45\x4b\x3b\x48\x7f\xdd\xab\xb0\x2b\xd9\x70\xf3\x0f\xb6\xdb\xfc\xf3\xc6\x03\x44\xc0\x23\x34\xd6\x8b\x02\xd8\xa4\xa1\xa0\x00\xee\xee\x50\x79\x78\x8c\x18\x65\xa4\x3b\x3c\xb3\x6d\xae\x03\xbd\xc5\xaf\x90\xe4\x3b\x65\xa8\xe2\xba\x1b\x5f\xe6\x34\x90\x1e\x83\xf6\xb7\x47\x40\x2b\x53\x57\x28\xff\x00\x52\xd0\x33\x32\xdd\xcc\x6e\x21\xee\x31\xf5\x92\x11\xe2\x4f\x4f\xbb\x6b\xca\x04\x21\x45\x17\x59\x74\xf4\x59\xb9\x92\x19\xa3\x7b\x5f\x82\xcd\x4a\xd6\x2f\x92\x1d\xe8\x24\x73\x91\x5e\xa7\xba\xf0\x8b\xfc\xc6\x52\x00\x52\x93\x95\x03\x4a\xf6\x0f\x2e\xd0\xc2\x9c\xb6\x7c\x86\x9b\x62\x19\xb8\xb0\x78\xeb\xa5\x24\x8a\xe0\xd4\xfe\x71\x2d\xd7\x87\x69\x5b\x76\xdc\x02\x5c\x64\x64\x01\xfa\xed\x9e\x3e\x15\x61\x24\x1f\x67\x46\xdf\xf1\xac\x88\x26\x4d\x23\xac\x35\x4f\x84\xa8\x4a\x86\xa8\x83\x3a\x18\xb9\xf5\x45\x85\x90\x4f\x25\xd0\xa0\x62\xef\x65\x8a\x1e\x37\x8d\x16\x6e\x7d\x0a\x41\x17\xec\x46\x20\x81\x2e\xb8\x87\x61\x09\x27\x44\x9a\x78\x91\xf1\xce\x83\x7a\xc9\x18\xb3\x88\xea\xa7\x73\x88\x82\x2d\x99\xbf\x00\xc3\xd5\xeb\xe4\xba\x6d\x10\x59\xec\xba\x75\x67\xa7\xef\x86\xbb\x9a\x39\x08\x10\xc1\xf1\xcb\xe7\x60\x50\x34\x71\x2b\x72\xbb\x45\xe0\xeb\x79\x6e\x4d\x8f\x66\x02\x27\x61\x07\x75\xa5\x01\x76\xb0\xeb\x2b\x72\xc9\xa0\x1d\x12\xaa\xf6\x04\xe8\x3a\x2e\xd5\x6b\xd3\x0b\x09\x23\xd8\xe4\xe3\xd7\x93\x47\xcf\x32\xd9\x08\x03\x49\x8e\xed\x29\x78\x98\x78\x5b\x51\xbf\x76\xcd\xf1\xf6\xd1\x42\x7b\x6d\xce\x3c\xbc\x08\xbb\x5e\xc7\x47\x7b\xaf\x77\x27\x2e\xe7\xe6\xc6\xc3\xab\xfc\xeb\xcd\xe6\xac\xf5\xc1\xc8\x44\x4d\xdc\x93\x4e\xf0\x8f\xe3\xfa\xd4\x70\x25\x6b\x5f\xdd\xc5\xd1\x3d\xaf\x8f\x36\x3c\x59\x5f\xf0\x4c\xb5\x9f\xed\xb9\xaf\x3e\xb7\x8f\xa4\x25\x19\x2a\x14\xe4\xde\x5a\xf4\x50\x81\xba\x09\x42\x0d\x1d\x3c\x41\x27\x2c\x45\xaf\xc8\x5b\xff\x58\x20\xf6\x02\xa8\xc2\x92\x1e\x61\xb7\xf6\x6c\x29\xe6\xfd\xa3\xfd\xfc\xca\x5b\x0a\x88\xcc\xfd\xd3\x70\xd3\xfc\x47\x29\x23\xfc\xe7\xa1\xcb\x3e\x23\x24\xaa\xb9\xdc\x62\xbf\x1b\xeb\x08\x54\xe1\xd0\x79\x01\xa8\xc2\x66\xa0\xf1\x7d\x38\x11\x7f\x8a\x7c\xf7\x66\xd8\xc3\x3b\x71\xe0\x0d\x87\x96\x67\xe1\x0d\x8b\xae\x7c\xc0\x1b\xee\x97\xc1\x0b\xf9\xd2\x58\x2e\xb0\x0e\x87\xf6\x9a\x5b\x46\xee\x1d\xdd\x9d\x91\xb3\xcc\x44\xb1\x2f\x14\x2e\x9e\x63\x08\xfe\x5d\x14\x5f\xbb\x5f\xd9\xb8\x7f\xe4\x12\xd1\xf8\xe6\xe4\xc3\x48\x96\x7b\x33\xf2\xa1\xf9\x04\x08\xc5\x5d\x95\x7f\x68\xb7\xe6\xb4\xdf\xc9\xbb\x61\x11\xe2\x29\x86\xb9\xc2\xee\x64\xde\x1c\x26\x31\x14\x9b\xb9\x6c\xc0\x50\x1c\x5a\x8b\xc0\x50\xac\x60\x32\xc4\x5d\x59\x86\x62\xe9\x57\xc2\x4f\xb7\xb6\x82\x5d\xb3\x8b\x8d\xbd\xc2\x39\xbe\xd3\x38\xde\x7c\x61\xe8\x28\xc2\x77\xf3\x80\xb3\x39\xef\xe6\xee\x80\x08\x89\xa8\x38\x01\xfd\x8e\x7b\xb3\xef\xa1\x1a\x76\xa7\xee\xcc\x08\x1b\x53\x8d\xe4\x07\x84\xe2\x50\x6a\xb9\x7b\x0e\x96\x8e\x74\x56\xb3\xf8\xec\x54\x63\x25\xb9\x3b\x87\xc1\x49\x30\x69\x51\x75\x9d\xfb\xa4\x04\x13\x22\xb6\xa2\x92\x2d\xd8\x8a\x25\x63\xad\xee\x9e\x1b\xd0\x17\x7a\xe2\x3e\x1b\x9e\x12\x06\x4b\x3e\xa2\x69\xea\xa7\xdb\x1b\x65\xf9\xc6\x3d\xe8\x96\xc7\x67\x40\x06\x10\x5a\x85\x57\x6c\x8a\xcc\xb7\x79\x41\xab\xfb\x64\x30\x0b\x08\x6c\x09\xa9\xf8\xef\x45\x29\x06\x46\x70\x7b\xbd\x5c\xdd\x34\x91\xfb\x8f\xa1\x18\x24\xab\xf3\x22\x10\x8b\xd5\xcb\xd5\x3b\x6c\x9e\x6e\xa5\xe5\x3c\x5f\x38\x89\x5e\x98\xdd\xe1\xde\x9a\x56\xac\xbe\xe6\x3e\x09\xf7\x00\x84\xfd\xd6\x0a\x6e\xc7\x66\x31\xf7\x0c\x53\x3c\x59\x77\xd8\x18\xa0\x88\xbb\x2e\x7a\x6c\x9e\x6b\xf3\x2b\x80\x84\x58\x7b\xfe\x81\xb3\xa5\x7d\x9c\xa4\x82\xca\x9a\x52\x3e\xe1\x8f\xc5\x6c\xc3\xeb\x40\x45\xac\x1a\xc7\x12\x09\xf1\xdf\x1f\x9d\x3c\x64\x2c\x0f\xcc\x5b\x8f\x77\xb0\x0f\xab\xc4\x1b\x88\xc3\x62\x60\xd3\xbd\xa4\x7a\xae\x3a\x9a\xb4\x02\xc5\x7d\x7a\x55\x07\xd3\x04\xee\x70\x98\xd0\x0c\xb8\xc3\xa1\x6f\xee\x7d\xba\xb4\x7e\x43\x72\x76\x78\xd0\x7d\xca\x52\x3c\xaa\xa7\x71\x21\xac\xcc\xc9\x86\x93\xc6\x9e\x1c\xe7\xe6\x37\x1c\x34\xc9\xca\x56\xc2\x87\x1e\x98\x02\x22\x16\xc5\x50\x00\x11\x87\x1e\xa6\x00\x22\x0e\x53\x88\x81\x87\x38\x74\x8d\x05\xf6\x70\xfc\xda\x9f\x49\xae\xc0\x44\xdc\x03\xb7\x19\x49\x1c\x32\xd6\x6d\xe2\x0a\x75\x20\x60\x11\x87\xbe\x93\xc0\x22\x96\xdc\x09\x86\xdb\xaa\x4e\xdd\x37\x2b\x23\x4d\xbe\xe9\x98\x54\xed\x96\xcd\x7a\x6c\x6f\xf6\x9e\x04\xf2\xce\x8d\xc0\xc4\xc1\xbd\x57\x7e\xf4\x58\xc2\x3f\xb8\xee\x74\xbc\x69\x41\x77\xd1\x1e\xdb\xa0\x23\x79\xeb\xec\xc6\x37\x3c\xe6\x40\x0c\x04\xf1\x70\xaf\xa0\xff\x6c\x49\x33\x07\x98\x3c\x7e\x58\x9e\x15\xf1\xa8\x24\xbf\x97\xc4\x3d\x4e\x90\xd3\xf0\x70\x22\xdd\xb8\x8f\xa2\xb6\x14\xf2\x01\x0c\xcd\xf5\xd1\xce\x8e\x84\x71\x9b\x5e\x5b\x9e\xf7\xda\x5d\xbe\xf7\xfa\x5a\xdb\x29\xa0\x87\x55\xa1\xf0\x4e\x4d\xdc\xa3\xf5\xca\x18\xd1\xec\x80\x33\x1c\x26\xaa\x02\xb6\x70\xe8\x51\x08\x52\xe1\x50\x28\xb8\x3f\xc9\xab\x84\x45\xde\xef\xd2\x68\x34\x97\x38\x7f\xf0\x12\x14\xb9\x3b\xbd\xa5\xac\x48\xab\xcf\x6e\xe0\x49\xf3\x79\xe3\x99\xc6\x86\xcf\xb2\xfa\xea\x0b\x99\x29\x99\xd8\x87\x34\xae\xfa\x55\x3c\x3f\x1b\xae\x3c\xdb\x58\xf0\x4c\x82\x25\x56\xf8\xf9\xe1\xf8\x7f\x58\x4f\x2e\x2a\x2f\x07\x3e\x06\x8c\xff\xd1\x79\xea\x40\x88\x7b\x4c\xe8\xa4\xfb\x35\xc8\x87\x47\x53\xa5\x7f\x0e\xc1\x02\x2c\xc2\xf6\x1a\x7e\x24\xd1\x59\xbe\x04\x17\xbc\x7e\x84\xaa\x7f\x58\xd8\xbb\x57\x46\x8d\xef\xaf\x96\x7a\x91\x12\x75\xa1\x7c\x0e\x96\x7d\xd8\x0d\x97\x1d\xc2\x04\x84\xe2\xee\x13\x25\xb8\x18\x37\x34\xe6\x21\x4b\xac\x41\xcf\x0f\x39\x33\x8c\x63\x7a\x4a\xf6\x9b\x6e\x94\xec\x9f\xa5\x65\x35\x6c\x9b\x47\x9b\x3b\xcb\xf2\x08\x63\x61\xe3\x79\x49\xbe\xfc\x03\x02\x01\x8d\x03\x3f\xb1\xc9\x82\x1e\x54\x78\x6f\x70\x84\x52\x0c\xc9\x14\x50\x8a\x43\xbf\xb4\x27\xe3\x72\x69\xad\x32\x67\xf6\x09\xa5\xdd\x4c\xd8\x8f\x39\x09\xa7\xcf\xca\x88\x8e\xae\xb2\x15\x9d\x02\x23\x6e\x75\xc1\x7a\x4c\x50\xa8\xf2\xf1\x34\x91\x1b\x99\x03\xf3\x13\xfe\x7c\x6e\xcc\x93\x05\x5c\x2e\xba\xd1\xd8\x36\x59\x56\xf6\x0c\x85\x7c\x1a\x29\xc8\x39\xf3\x4f\x83\x5a\x22\xef\x3f\x98\xd8\x75\x9f\x7d\x4c\x15\x35\xfe\x44\x30\x8a\xa7\x39\x6d\x4c\x95\xf2\x04\x4e\x12\x8f\xc1\xb7\x10\xc2\xc7\x1b\x75\xfd\x59\x9f\x9e\x6b\xc6\x0a\x74\x6f\x8c\x90\x59\x1e\x05\x0a\x24\xc2\xc7\x48\x5c\x3d\x5d\x9f\x14\x22\xf2\x1f\x25\x9b\x66\xcd\xf4\x7f\x5a\x97\x0e\x17\xcd\x22\xb9\xaf\xfc\x0a\x06\x8b\x2c\x04\xac\x63\xd5\xb0\xfe\x90\x8c\x43\x87\x3e\x10\x1e\x87\xde\x6a\x8f\xc6\x7b\x3d\x6b\x45\x75\x34\x57\x88\xa8\x8e\xa5\xb8\xed\x07\x34\x2e\xfc\x23\x3b\xc5\xcc\x0f\xa6\xc4\x85\x8e\x5c\x4f\xbe\x0a\xa0\x13\x9c\xf9\x70\xf7\x50\x20\x68\xdb\x19\xc9\x18\x5a\x96\x2d\x06\x0a\x1f\xc3\x0e\x49\x8e\x34\x44\xa3\xc0\xf4\xd9\xeb\xca\xac\xc9\x9d\xfe\xb3\x2a\xb8\x0c\x02\xc7\xa3\xb5\xc0\x14\xbf\xcf\xcc\xf5\xa0\xe2\xa9\x58\x23\x7d\x99\x4a\xb6\x6e\xbf\xa9\x19\x5a\x52\x65\xe0\x8f\x3a\xe3\x63\x62\x0f\x60\x44\x03\x98\xc8\xa1\xd7\x98\x60\x90\x4b\x5b\xf7\x33\xdd\x0e\xb4\xb2\xf4\x01\x93\x92\x2c\xe7\x9a\xd2\x1a\x06\xf4\x68\x7d\xcc\xeb\xe1\x2d\xee\xb3\x52\x78\xe3\x79\x9f\x1d\xbd\xa3\x81\x79\x1c\x3a\x77\x01\xf3\x58\x0c\x8b\x79\xf4\x8b\xcb\x13\x92\x12\x88\xc4\x67\x4b\x20\x43\x17\x9b\xe7\xc4\xfd\x45\xe2\xa8\xd0\x21\xc1\x38\xe9\x93\x6b\x73\xea\x65\xe2\x71\x39\xb3\x4f\x7e\xe5\x3a\xc3\x36\x1e\x45\x0d\xc9\x29\x6e\x71\x79\x6c\xf1\x8a\x53\x4c\x7d\x14\x3b\x24\x00\x27\xf3\x21\x49\xda\x22\xc8\xd0\x9f\xe7\xc1\x95\x5a\x1d\x09\xb0\xc9\x6a\x0c\xc8\x93\xde\x71\x1e\xe7\x8b\x70\x12\x1b\xbe\x38\xe6\xcb\xc2\xb2\x3e\x98\x17\x28\x94\x53\xef\x72\x40\x28\x87\x1e\x47\x09\x42\x99\x9b\xf8\x82\x87\x4c\x9f\x81\x55\x93\x9e\x29\x94\x38\x33\x5c\x21\x68\x10\x03\x9b\xb2\xca\x80\x1f\x81\x39\xf4\x52\x4e\x6c\x4a\x45\x24\x60\x27\x87\xae\x65\x22\x4d\x1a\xaa\x2a\xd0\x64\x73\x51\x74\x85\xd3\xb6\x06\xb8\x64\x31\x75\x98\xe0\x92\xcb\x54\x41\x80\x4b\x56\x8d\x4e\x80\x4b\x16\x00\x5d\x03\x70\xc9\xa1\x39\xff\x31\x65\x96\x53\xff\xb8\x40\xd2\xd2\xc7\x51\xd3\x0d\x73\x06\xeb\x07\x02\x98\x64\x31\xec\xfc\x51\xee\xc8\xa6\x1f\x0a\x30\x86\x2d\x76\x8c\xe3\xef\x80\x36\x90\x25\x6b\x0e\xf6\x3d\x28\x44\x65\x5e\xf7\xeb\x73\xfb\x10\xa2\x54\xab\x4d\xbe\x8d\xaf\xfc\xc3\x73\x25\xe7\x48\xd1\xc5\xe3\x87\xb7\x9d\x6e\x1d\xc2\x4c\x9a\x92\xe7\xd1\xf3\xce\x2b\x88\x27\xc5\x18\x8f\x0f\xc9\x26\x73\x16\xf1\x07\xdf\xaa\x28\x2f\x26\x42\xa0\xc4\x27\x1f\xf1\x88\x22\xec\xe8\xdd\x04\x9e\x64\x53\xc6\x7f\x8c\xf0\xd5\x12\xf7\x7c\xd9\xa0\x5f\x5d\x94\xd8\x5f\x89\x09\x59\xbc\x5f\x78\xb1\x61\x98\x68\x02\x7c\xc8\x5a\xd8\xab\xc0\x43\x0e\x9d\x84\x80\x84\xdc\xd5\x0e\x5e\x16\x7f\x58\xe0\xe4\xf9\xe0\x99\x16\x68\xed\x3d\x72\x8b\xf1\x51\x5e\xf0\x4f\x5f\xe8\xb9\x4d\x1f\x5e\x27\x4f\x8b\xe4\x0e\xf0\xe5\x42\x57\xb1\xc4\x6d\x6f\x17\x2f\xd2\x87\xe1\x0b\x66\xce\x65\x5d\x90\x07\x26\xf7\x4d\x8b\x03\xa7\x03\x90\xc8\xa1\x8b\x10\x20\x91\x43\x3f\x10\x30\x22\x87\xbe\x46\x60\x41\x16\x2d\x7f\x60\x41\x1e\x53\x3d\xe9\x2d\xfa\xb3\xa0\x4c\xbc\xe6\xff\x70\x4c\xba\x88\x57\x96\xff\x55\x04\xd1\x19\xf7\xd5\x03\x60\xf9\xac\xf5\x01\xfe\xfd\x56\x3b\x42\x55\x88\x1d\xa6\xe4\x78\x11\x3b\x8a\xae\xc0\x2f\x72\x87\x5e\x1d\xe2\x44\x2e\xb3\x46\xbd\xd8\x21\x74\xc4\x00\x27\x72\xe8\xed\x01\x4e\xe4\xd0\x2d\x01\x9c\xc8\xa1\x0b\xca\xab\x7d\x62\xf9\x3d\xda\x09\x54\xff\xe5\xfe\xbf\xe8\x5e\xfc\x02\xda\x6c\x7e\x40\x20\x23\x87\x9e\x22\x6f\x5e\xfa\xc3\xab\xdf\xb4\x4f\x84\x25\x06\x5f\x31\xba\xbc\x81\x70\xa8\xf8\xee\x35\xad\x0a\x00\x4b\x96\xc8\x7a\x2f\xf5\x16\x9e\x71\x99\x83\x0a\x03\x32\xb9\xfb\xc1\x47\xdd\x1d\xe9\x90\x3a\xf1\xac\x76\xbd\x03\x25\x8d\x3c\xfd\x76\x7d\xc8\xfc\x86\x7e\xc0\x57\x84\x98\x4c\x5f\x41\xb0\x24\x87\x3e\x17\x40\x49\x0e\x73\x5f\xbc\x3d\xc7\x4d\xad\x03\xa7\x45\xf7\xbc\x18\x5b\x5a\xbe\xdf\x14\x1a\x5c\x98\xe1\x58\xfd\xc3\xe9\xa7\x1f\x83\xe9\xaf\x7e\xc3\xf4\x57\x6b\x05\x3a\xd6\x2d\x31\x50\xd5\x91\x4a\xde\x34\x4d\x2c\x5f\x72\x4b\x50\xfa\x1f\x2e\x34\xcf\x8a\x54\xf9\x92\x73\xee\x8b\x56\x2f\x84\x83\x37\x6c\x9c\xb1\x06\xeb\xed\xe4\xc4\xcd\xf3\x9f\xda\x2d\x00\x95\xc3\x6b\x4d\xf0\x29\x77\x33\x4c\x69\x70\x82\x9c\x5e\xdd\xea\x73\xcb\xcc\x84\x7d\xe6\x99\x5d\x02\xaf\x79\xe7\xf9\xdf\xff\x92\x69\x01\x56\x39\xbc\xa0\x7b\x75\xab\xf7\x0a\xe0\x9d\xac\x01\x4c\x08\xe0\xca\x9a\x5b\x0c\x93\x85\x77\x6a\x6f\x5e\x44\x2c\xff\xe0\x68\x20\x84\xbd\x2b\x97\xc3\x17\x96\xc3\x29\x4d\xc7\x3d\xf7\x88\x21\x58\x95\xf9\x11\x5f\xce\x24\x5a\xc0\xcb\x0d\x8d\x16\x9f\xe7\x84\xad\x07\xd4\xdc\x31\xcd\x7b\x2a\xd4\xdc\x04\xcb\x36\xbe\xaa\xe8\x93\x2f\xce\x0e\x64\xe1\xcb\x73\xc3\x8e\xfb\xcc\x77\x67\xcc\xc2\x67\xbe\x3b\x8d\xdc\xe0\xd0\x0d\xaf\x23\xbe\x26\x23\xf7\x77\x8d\x02\x30\x60\xd0\xe6\x86\xc6\xfa\xaf\x53\x00\xf1\x0c\xb0\xb9\xa1\xe5\x1c\x48\xb9\xdd\x13\xda\xeb\x92\x40\x76\x32\xa0\x72\xfb\x1f\x5e\xb0\xad\x75\x43\xe4\xbe\x21\x4f\xb2\x5b\x43\x99\xac\xfa\xc2\xf6\x0d\xbf\x22\xa1\x1a\x5b\xf9\x33\x6b\x6b\x7e\x23\x69\x9d\xfe\xf1\x72\x87\x40\xb7\xc2\x6c\x37\xfc\x1e\x6e\x8c\xe9\x1f\x32\x76\xfa\x1b\x58\x97\x9c\x1e\xbc\x50\x9b\x73\x1d\x8c\x09\xe2\xf1\xed\xbd\x9b\x3e\x63\x20\xc1\x0d\xad\xe0\x9f\x9b\x0a\x3a\xf7\x4d\x32\xe5\x40\xa2\x01\x82\x1b\x9a\xbd\x01\x82\x1b\xda\x87\xc1\x81\x1b\x5a\x9d\xbf\xbd\x09\xab\x7e\x90\x62\xc2\xad\x31\xfd\x88\x1d\xe9\xa6\x98\x12\xe8\x6a\x0b\x44\x7d\x67\xad\xb9\xaa\x54\xe5\xe5\x58\xe5\x9c\x82\x0f\xb7\x27\xd6\x17\x16\x8c\xd3\x20\x0a\xdc\x34\x86\x5f\x14\xb8\xd0\xf0\x04\xf2\xdb\xd0\x74\xfb\x99\xae\x15\x6c\xcd\x00\x05\x6e\x88\x63\xf3\x2d\xce\x83\x1b\xec\xc4\x19\xc2\x3d\x71\x2a\xc1\x4f\x5f\x98\x10\xd7\xd1\x48\x8f\x9f\x05\x72\x4d\x19\x20\x5e\xa6\x60\x3c\xc6\x67\xbe\xb9\xe2\xef\xb2\xfd\x6a\x4d\x2e\xaa\x9b\xf0\xb4\x6d\x9f\x39\xed\xae\x23\x16\x33\x65\xdd\x0f\x94\x9e\xa2\x83\x2b\x10\x70\x43\x0b\xe5\xa7\x28\xea\xee\xc0\x94\x26\x45\x00\x00\x6e\x53\x6e\x3a\x88\x0b\x8b\xe4\xf3\xc3\x0e\xd6\xbd\x83\x00\x0c\x6e\x7f\xc5\x1c\x90\x59\xa6\xba\xc6\xb7\x47\xc9\xdd\xe5\x35\x96\x5e\xa6\x20\xbd\x0d\xad\x3e\xdf\x8d\xe7\x07\xdc\xfd\xc3\xb7\xa4\x7b\x35\xf1\x99\x1b\xa6\xfd\xfe\xbc\xd0\xf8\x1e\x55\x6f\xc6\xf2\xb0\x9e\x2e\xa1\x12\x29\xc4\x0a\x78\xb8\xbd\x9c\xf4\xff\xc9\xfe\xf3\x15\x46\x2b\xa3\x5f\x3e\x85\x45\x97\x16\xf9\x70\x7a\x61\xfe\xbd\xda\x39\x7f\xfe\xc3\xdc\x39\xf1\x6f\x8e\x8b\xb1\x70\x95\xa5\x51\xe3\x13\x6d\xdc\x93\x42\x58\x60\xd7\x60\x01\xf0\x5b\x68\x7b\xfd\xb8\xc9\x9a\xcd\xad\xc8\x4d\x96\xd6\x0e\x00\xde\x86\x1a\x39\xf8\x6e\x47\xd7\xda\xf4\x01\x06\x2e\xff\x05\xec\xad\xe2\x6b\x38\x81\x74\xab\x84\x65\x4c\x10\xdd\x1a\xa6\xb0\xf9\xc3\x1b\xb4\x21\x4c\xcf\xdf\x8f\xd4\x91\x5b\x4e\x99\xbf\x2d\x10\x0e\x54\xe5\x09\xec\x5b\xe1\x62\x70\x02\xfb\x36\x4a\x56\xa4\xc5\x72\xf9\x32\xed\xab\x5f\x9d\xbe\x58\xfc\xa2\x88\x7f\xb0\x67\xb2\x6d\xc9\xd9\xf2\x23\xd7\xf6\xf0\x1f\x0f\x67\xa3\xc8\x96\x28\x0b\xe1\x4b\x13\x78\xb8\xfd\x15\x2d\x22\x50\xa2\x2c\xcf\xdf\xa1\x28\xd5\x7c\x69\x7e\x45\xc5\xa6\xaa\x3b\xac\x6a\xd8\x2d\xbf\x02\x3b\xda\x06\xb1\x69\x11\x26\x39\x7f\x86\x19\xe2\x59\x3c\x7f\xa6\x38\x1f\x8b\xe2\x08\x94\xe5\xc7\x5c\x95\x6c\xc3\x3f\x4c\x35\xe8\xcc\x6d\xc9\x71\x10\x30\x39\x7f\x0a\x8b\xed\x47\x5d\xc6\xb0\x97\x46\xf9\x2a\x46\xe2\x8f\xd5\x51\x10\x1c\x8c\xca\x0b\xa9\xd2\x29\x2f\x80\x2a\x99\x00\xe6\xcf\x84\xe3\x95\x51\xd5\x24\x3f\xd6\xa5\x7e\xb8\x68\xbe\xe6\x76\xa0\x49\xe4\xc2\xe2\x74\x19\xcb\xfe\x73\x3f\x10\xcc\x8e\xfb\xc5\xfc\x09\xaa\x81\x13\xef\xfc\x61\xcd\x2a\xce\x8a\x69\x64\x70\xc3\x9d\x09\x38\xd7\x9c\xa3\x96\x9d\xa4\x2f\x48\x86\xc5\x99\xd8\xf2\xdf\x28\xce\x7c\x67\x7d\x9c\x14\xfc\x40\xb8\xe4\x98\x00\xc4\x8d\x62\x07\xbb\xdf\xd3\xa7\x8e\xd9\xd8\xed\xd0\xed\x06\x8d\xe1\x2b\xd2\x7f\xf9\x72\x60\x32\xa0\x7f\xc3\x06\x98\x83\x91\x3d\xa2\x17\x23\xd7\xd9\x7f\x68\xae\x30\x9f\xc3\xb5\xb5\x1f\x03\x33\x61\xa5\xda\xcd\xe9\x06\x22\xe9\xfc\x45\x6e\x32\x4a\x63\xe8\x41\x68\x9e\x3f\x0c\x3d\x88\xeb\xf3\x17\x28\xf4\xd6\x1a\x9e\xfe\x7c\x61\x36\x0a\xfd\xd8\xec\xb0\xe0\x82\x35\x7f\x88\x6f\x88\xaa\xf3\xc7\xcd\xd2\x6c\xee\x11\xc4\x32\xc4\xd3\xf9\x13\x36\xdc\x8d\x80\x54\x06\x45\x9d\xbf\x34\xf9\x74\x3e\x9a\x1c\xcd\x3f\x31\x3b\x26\x98\x75\x83\xbb\xf6\x09\x66\xdd\xc0\x88\x3a\x7f\x84\x48\xd6\x49\x57\xa6\x22\xe6\xb2\x66\xc0\x38\x26\x03\xdc\x2c\xb5\x61\x8c\x9c\x3f\x01\xc9\xa7\x85\xf3\x44\xd0\x2f\x4c\x41\x48\x27\x53\xf8\x3a\xa0\xa3\x27\x80\x75\x95\x30\xae\xf9\xd3\x10\xd4\xdc\x52\x70\xca\xe2\x1e\xc6\x12\x84\x5c\x35\x7f\x72\xcd\xe6\x4e\xc5\x14\xd4\x3d\x80\x4b\xba\xe0\xa4\x1b\x14\x59\xe8\xd3\x89\xb2\xee\xe0\xe4\x94\xcd\x6d\x77\x92\xe8\xb8\xfb\x91\x07\xd3\xe5\xd3\x14\xd4\xdc\xa8\x06\x67\x4c\xda\xd8\x7c\xb3\xe6\x88\x88\xcd\xe8\x3f\x77\xc2\x09\x59\xa8\x7e\xc4\x32\x55\x0b\xe3\x4a\xed\x0e\x4e\xf3\x0f\x85\x81\x77\x3a\xac\x48\xd0\x3b\xcb\x5e\xd2\x46\x8f\xc2\x95\xf1\x4d\x7e\x45\x5a\xa0\x46\x6b\x30\x44\x98\xf4\xfc\xdd\xac\xb1\xe7\x53\x3f\x90\x66\x13\xa4\x3d\xc7\xf1\x69\xfe\x92\x69\x3a\x54\xad\x36\x3f\xe9\x06\x5c\xb3\xe6\x57\xb9\xe7\x59\xbd\x5b\x14\x70\x3a\x72\xab\x90\x2c\x8a\x1b\xb5\x88\x5f\xf4\xfc\x3d\x6a\x81\x72\x85\x27\x9b\xf7\x33\xb6\x91\xfd\x7d\xd8\xd1\xd5\x8f\x58\x57\x1b\x7c\x5c\x57\xba\x8b\x7d\xa6\x78\x02\xb8\x16\x1a\xee\xa8\x8c\xbc\x97\xe6\x98\x34\xcd\xbd\x49\x5c\x63\x12\x84\xd7\xfd\x6b\x01\x8f\xb4\x87\x92\xd8\x88\x45\x8a\xd3\xf9\x7b\x25\x5f\xf2\x14\xee\x85\x92\x0d\x98\xe8\x25\xa4\x15\x1f\xb4\xdb\x3d\xf5\xe5\x58\xe9\xed\xa7\xcd\x54\x22\x47\xd6\x97\x6c\xdd\xeb\xa3\xe6\xce\x33\xe2\x11\x7f\xc8\xf9\x23\xe2\x71\x85\x4c\x10\xe7\x91\x70\x69\x3f\x97\x76\xb0\x49\xe0\xcb\x2b\xe4\x81\x5e\x2d\x35\x37\xe2\xc7\xb6\x72\x03\x08\xf9\x91\xc5\x5f\x4b\xec\xe2\x87\x4e\x25\x9c\x0e\xf1\x02\x17\xb9\x57\x27\x18\x81\x07\xc9\x2c\x27\x10\x81\xc5\x29\x05\x21\xb0\x61\x7f\x9f\x00\x04\x56\x50\xa8\x26\xf8\x80\x43\x5e\x7a\xfc\x00\xa8\x9c\xfe\xae\xb1\x79\x58\xe9\x63\xff\xf8\xe7\xc8\x53\x43\x55\x47\x0e\xd6\x97\xe9\x3f\xc1\x0b\x17\x44\xcc\xf5\x71\xb0\xe6\xcd\xdf\x95\x0b\x87\x25\x5e\x2b\xe6\x2b\xa3\x25\xf1\xab\x9e\x07\x66\x18\xb9\xe1\x61\xe6\xd6\x66\xbd\xda\x61\x1a\xc7\xfc\x28\xf6\xde\x67\x92\x9e\xae\xe3\x2f\x1f\xbe\x79\x24\xdf\x2d\x56\xce\x9e\xe0\x60\x1c\x35\xf7\x04\x0d\x55\x5c\x1b\x9d\xc9\x2a\x1e\xb1\xcf\xb9\xf2\x4c\xd9\x66\xae\x55\xfa\x73\x24\x6f\xb5\x67\x35\x87\xe9\x8b\xf3\xe7\x72\x6d\x86\x3a\x64\x45\x87\x97\x40\x48\x99\xf3\x48\x38\x8f\x41\xb7\x64\x9b\xb0\xd0\xc3\xd4\xaa\xc5\x05\x6b\xd9\x8a\x5f\x31\xb1\x9c\x93\xc3\xb4\x6a\xf8\x59\x4c\x40\x0a\x0b\xb9\x5a\x26\x20\x85\x15\x63\xe3\x04\xa3\x70\xc8\x29\x84\x28\xd4\x6d\x78\x02\x51\x38\x64\x7d\x07\xc6\x15\x39\x2a\x68\x85\x0d\x83\xf2\x04\xa1\x70\x4f\x8f\x7f\x30\x6f\x5b\x81\x9b\x62\x0f\xc6\xcf\xde\x9a\xf8\xf4\xdf\x3f\x92\xf7\xea\x3f\x78\x11\x54\xff\xd0\x49\xc3\x9e\x0c\xa7\x84\x46\x34\x84\x90\xb0\x76\x1e\x61\x24\x0a\x0d\x46\x82\xf5\xd0\xc5\x70\xcf\xc3\x23\x8f\x80\x1c\x72\x60\x8f\xc8\xb9\xa2\xc1\xad\x64\x56\xe9\x3b\x28\x85\xb5\x3b\x87\xa1\x1d\xca\x9a\xbe\xff\xfe\x17\xe1\xa2\x4d\xf8\xbc\x5b\x73\xca\xe7\x5d\x33\xb4\xd2\xdc\x99\x68\xa5\x9e\x75\x40\x0d\xf7\x47\xb4\x30\xdd\x18\xd5\xe2\x92\x84\x60\x65\x51\x4c\x3d\xf8\xa0\x1a\x8e\x3c\x57\x2a\xa6\xa4\xba\x9d\x87\xce\x99\x39\xbe\x29\x0f\x61\x12\x96\xbb\x12\xee\x77\xc8\x53\x1d\xde\x82\x02\xba\x5f\xf2\xaa\xc5\x03\x2e\x42\x48\x83\x36\x82\x71\x58\xbb\x27\x7c\x65\x83\x16\xc7\xbc\x9c\x1f\x81\x01\x31\x6d\x42\x42\x03\x27\x04\xfb\x70\xe4\x36\x3e\x73\xc3\x30\x0d\xa7\x1d\xa1\xeb\x38\x75\xe4\xfe\x3c\x31\x73\x2f\x0b\x70\x3c\x9d\x83\x33\x87\xc7\x1f\xdc\x90\xe4\x50\x2f\xd5\x18\x38\x05\xa8\x87\x25\xa4\x1a\x57\x4e\x2e\x9d\xe5\x5a\x24\x87\x87\xca\xf9\xaf\x26\xa6\xd3\x8e\x5f\xaa\x69\x90\xce\x83\x1b\x0f\x1c\xa7\x27\x28\x89\x23\xfb\xcd\x8d\x07\x2e\x40\xf3\xc0\x0b\xa3\x48\xf0\x44\xb7\x6a\xcd\x17\xd6\x1b\x51\xe7\x50\x13\x6d\xcd\x17\xcf\xa8\xd5\x12\x4e\x51\x3d\x70\x37\x7d\x9a\xf4\xe9\x66\xd8\x93\x7e\xff\x63\xbc\xfe\x91\xd3\xcf\xf0\x6e\x3a\x88\x14\x04\xc6\x62\x29\xff\x7a\xa2\x82\x89\x30\x71\x3c\x1c\x58\xa4\x31\x50\x16\xcb\xb4\xeb\xf0\xdd\x95\x84\x5e\x7f\xcc\xd6\xfe\xba\xd1\x9d\x87\xd8\x59\x3f\x8f\xda\x63\x9f\xad\xcf\x3e\x5b\x9d\x73\xea\x37\xb2\x26\xa9\x87\xac\x38\xdc\x96\xaf\xd7\xe2\x3e\x4b\xa1\x5d\xb7\xd7\x7b\x5f\x9f\x63\x57\x85\x0e\x78\x70\x01\x82\xbb\xec\x3c\xbc\xf4\xf0\x10\xbd\xb2\x1a\x67\xdb\x24\x38\x4d\x5e\xf1\x6a\x17\xb6\x84\x74\x41\x1e\x64\xee\x01\x8f\x5d\x66\x32\xa5\xb9\xcf\xe5\xb1\x6d\x22\x27\x56\x48\x9c\xd3\xab\xc3\x01\x8a\x80\x8e\x23\xd7\x04\xb8\xf1\x28\xf9\x2c\xa1\x96\xa1\x7c\xec\x9a\xe5\x1f\xda\x13\xe0\x47\xc2\x38\x2e\xee\x9b\x66\x81\xfb\x76\x1c\xae\x66\xf9\x39\x0f\x10\xe4\xc2\x4d\x09\x1e\xc1\x13\x80\xc7\x81\xdf\xef\x2c\x3f\x65\x82\xe0\x79\xfd\xf7\xbf\x8e\xc3\xcd\x2c\x5c\x9a\xe0\xd0\x3b\x8b\x60\x5d\xa8\xea\xb3\xa0\x16\x2b\x81\x02\x0e\x39\xf0\xdb\x9d\xc5\xec\x39\x74\xb0\xa4\x52\xcc\x06\x04\x35\x72\x10\xa1\x3f\x0b\x5e\x9e\x5c\x4e\xcd\xb2\x59\xf7\xc0\xb1\x63\x82\x19\x59\x09\xa6\x9a\x45\xc6\x3d\x7c\x96\x62\x77\x3f\x52\x4a\x81\xd7\x83\x25\x59\xfe\x3d\x9b\x5f\xca\x16\x14\x21\xd9\x2f\xe5\x40\x4d\xeb\x36\x07\x86\xaa\xd5\x96\x24\xa7\x0c\xa2\x78\xe4\xe1\x81\xe0\x4d\x96\x82\x7f\xff\x2c\x30\x74\x8d\x09\x80\x4f\x9a\xaf\x7b\x02\x3e\x39\xaa\xa3\xc0\xcb\x43\xfe\x5b\x70\xec\xc0\x64\x34\x81\x98\xdc\x4d\x30\x05\x9b\x63\x0f\x7c\x81\xa7\x78\x93\xff\x66\x99\xe4\x07\xf8\x2e\x4c\xf1\x26\xb9\xac\x99\xc5\xec\x3c\x59\x60\x52\x98\x91\xe2\xe5\x41\x92\x8c\x59\x6a\x4e\x87\x2f\xee\x54\x38\x58\x69\xce\x38\x4d\x9b\x4b\x9d\xb8\x84\x59\xbc\x32\x91\xbf\x14\xaf\x4c\xd4\x3e\x40\x9b\x3c\x3a\xfe\x26\x53\xb8\x49\xee\x67\x67\x69\xb9\x02\xb4\xd2\xd4\x38\x9a\x95\x49\x26\x38\x4e\xa5\x49\x26\x90\xaa\x4b\x7a\x61\xa0\x1e\x97\x2e\x2f\xb0\x36\xbd\x37\xdb\xf0\x33\x6f\x63\xd0\xe7\xc0\x9c\x1c\xb8\x22\x4f\x30\x27\x07\x1e\xa5\x53\x98\xc9\xd9\x86\xc5\xd9\x6f\x70\x28\x90\x25\x07\x7e\xa0\xb3\x24\xcb\x47\xae\x06\x4d\x72\x28\xa6\x26\x9a\x64\x1b\xbe\x34\xfe\xa0\xa6\xa1\x05\x9e\x51\xa5\xaf\x85\x5b\x17\x15\x5c\xe1\xaa\x0c\x65\x77\xa4\x9b\x82\xb1\x19\x97\x93\x59\x86\x00\x72\x14\xd8\x92\xc0\xa8\x6e\x0c\x6c\xcd\xbd\x1d\x7f\x51\x3e\x00\x27\x77\x87\x19\x22\x01\x95\x79\x34\xcd\x53\xae\x5e\x56\xd2\xc7\xc2\x09\x12\x71\x92\x58\xa3\x09\xe4\xe4\xa8\x1e\x48\x1d\x2e\x1a\xb4\xaf\x4c\x07\x0c\xf7\x4b\x6c\xc9\xf0\x58\xcd\x1c\xa5\x9f\x2d\xff\x61\x34\x86\x45\x36\x77\x1e\x52\x40\x71\xb7\x4d\xa6\xdb\xbd\x3d\x55\x6e\x21\xbd\x45\x1f\x0b\x32\x8c\x4f\x10\x28\xcb\x2f\xf7\xc1\xca\xf6\x7d\x69\xea\xbd\xb4\xaf\x4c\x90\xc4\x62\x4d\x5f\xfc\x0c\x61\x08\x72\x5d\x16\xc7\xd7\xdd\x8a\x33\x45\x75\x7f\x9f\x3f\x0b\xf0\xd1\xa9\x73\x94\x7b\xe2\xd4\x8d\xc5\x3f\x06\xc0\xa5\x94\x3e\xf5\x8f\x1d\x16\xf7\xac\xc0\xbd\x0b\xde\x14\x55\xd2\x81\xda\x5c\x5d\x61\x52\xd3\x29\x11\x0a\x6d\xd9\xf1\x38\x98\x40\x5b\x16\xa5\x35\xa1\x2d\x17\x6e\xb3\x13\x68\xcb\xa3\x22\xa2\x95\x94\x1c\x10\x23\x0a\x69\xea\x86\x4b\x62\xe2\x83\x16\x7e\x15\xd6\xeb\x57\x29\x19\xf1\x4c\x77\xa1\xf5\xe5\xca\x05\xa1\xeb\x97\xbd\xf5\x0f\x0f\x43\xf8\x42\xee\x89\x69\xb5\xd9\x5d\x5f\xf4\xba\x75\xa7\xdc\x1a\x7c\x68\xe3\xce\x43\x4e\xbd\x4f\x0e\x84\x9e\x3c\xde\xaf\xd3\x5f\xbc\x33\xab\x53\xb5\x99\x7c\x53\xf8\x2e\x38\x67\x4e\x3b\x95\xbe\x99\x0e\x90\x1c\xac\x1d\xe9\x17\xd4\xcb\x51\x1d\x1e\x8e\x10\x25\x29\x17\xac\xbb\xba\x1a\x78\x45\x68\x49\x28\x78\x42\x54\x29\xca\xc3\x82\xbb\x00\x6f\x2e\x38\x05\x30\x66\x2b\xdb\x80\x8c\xb9\xe7\x80\xa6\x5f\x08\xab\xdb\xf8\xcd\xdd\x46\x67\x5f\x81\x7c\xfd\x48\xec\x3a\x56\xec\x05\xbd\xc2\xe3\x65\x24\x25\x40\xe3\xb3\xbc\xb9\x43\xe8\xec\x0b\x7a\xa3\x9d\xd2\xd7\x21\x29\x53\xf2\x7d\x19\x07\xce\x0e\xca\xe1\x40\x6e\x8e\xea\x64\xe2\xd8\x59\xdd\x21\xc9\xf6\x65\x03\x9f\xd4\x4f\x1a\xf2\x39\x53\x34\x8e\x67\x67\xb5\x6d\x7c\x20\xaa\xec\x21\x23\x26\xdd\x79\x5f\xae\xf1\xae\xaa\x66\x26\x22\xce\x6c\x05\x69\x85\x5c\x82\x13\xf8\xcd\x4a\x7e\xdb\x59\x7f\x76\xca\x02\x8d\xf9\xf7\x59\x97\x86\xc5\x33\x5c\x18\xba\x5d\x7f\x76\xc9\xb2\x6e\xb5\xe9\x8b\x97\x8c\x3c\xcb\xb6\xed\x85\x79\x0d\x48\xf6\x30\x81\xde\x3c\x8e\x3f\x71\xc9\x67\xd5\x3d\x82\xf0\xd7\x59\x4d\x6e\x20\x55\x16\x8c\x33\x70\x50\x9c\x15\xa5\x9b\x80\xb2\x09\xe6\x66\x10\xc3\x38\xab\xdc\x17\x4e\x57\x0d\xa3\x90\xd8\xd7\x8c\x87\x44\x1d\xa9\x5a\xb0\x25\xe4\x00\x6d\x0e\x72\x79\xcc\x9a\xd6\x6c\x64\x13\x50\x37\x47\x45\xdf\x06\x74\x73\xe0\x3f\x37\xab\x56\x6e\x05\x73\x60\x35\x07\x6e\x80\x13\x58\xcd\x51\x39\x67\xa0\x6a\x16\x1c\xff\x26\xa8\x9a\xbb\x80\xb5\x82\xac\xfa\xf3\x0f\xe6\x14\x93\x4d\xad\x8a\xdf\xa8\x20\x35\x39\xf6\xb4\x3d\x37\x19\xfb\xb5\xca\xbe\x11\xdb\xaa\x39\x5a\x65\x2f\x62\x6f\x76\x2d\xe9\x60\x6f\x1e\x13\x8f\xcf\x09\xf8\xe6\xc0\x9b\x6d\xd6\xcd\xca\x63\x38\x87\x4d\x09\x1b\xa2\x54\xc9\x56\x44\xde\xe4\x59\x33\x6a\xc3\xdf\x81\xf7\xb4\xbd\x6e\xdb\x4c\xa1\x79\xf9\x34\xd3\x01\xdc\x29\xb2\xc8\xac\xdd\xd9\xe1\xa0\xd6\x6e\x3f\x60\x86\xb5\x4b\x6d\xb2\xae\xdc\xfb\x74\x37\x39\xff\xf2\x9f\x49\x4f\x6c\x05\xaf\x42\xaf\x69\xea\xe6\xdd\x93\xe4\x4a\x13\xdc\xcf\xc3\x58\xb5\x59\xcd\xc5\x2a\xc7\xab\x18\xb7\x95\x94\xc0\xe4\x1c\xd5\xd1\x86\x21\x88\xb4\xa7\x3f\x02\x18\x13\x13\xec\xcd\x43\x8a\x0f\xf6\xe6\xf8\xf7\x51\xee\x18\xff\xf8\x68\x9b\x9a\x66\x36\xc7\x84\xce\x5c\x03\x3a\x62\xfc\x63\xd6\x35\x9d\x76\xea\x9a\x12\x57\x57\x9a\x8b\x60\xa9\x1d\x00\x9d\xa3\xba\xe8\xe8\xdb\x79\x0a\xf1\x40\xe8\xda\x29\x00\xe8\x1c\x72\x92\xba\x14\x1d\x5d\xcd\xe5\x19\xa6\x26\x9c\x0b\x48\x9d\x31\xc5\xdd\xec\x3f\xf7\xf4\x5a\x76\xca\xaf\x6c\x83\x81\x1b\xcf\xd8\x96\x7f\x78\x58\x60\x25\x55\x1f\xc6\xb6\x7c\x81\xb4\x78\xa6\xe5\xba\x1e\x35\xf4\xed\xea\x81\xc2\x85\x11\xef\xb1\x59\xbd\xe2\x95\x6d\xd6\x33\xf7\x18\x6d\x10\x20\x51\x5d\x33\xc1\x3c\xb5\xaa\x80\xe6\x39\x70\x9d\x9b\x80\x79\x56\x5c\x21\x66\x35\xcb\x9f\xb4\x5d\x60\xcf\x22\x19\xad\x97\xfe\xb3\x34\x78\xb9\xca\x7c\x84\x2e\xcd\x05\xf8\xac\x42\x81\xc8\x00\xea\xcd\x61\x96\x62\xa1\x1a\x0f\x97\xec\x0e\x16\x96\x8a\x4c\x50\x9e\xb4\x0f\x75\x78\xb8\x8d\xf1\x18\x0c\x8f\xd6\xcd\x62\x84\xcf\x32\x53\x3b\xfb\xe8\x6a\x2c\xa5\x7d\x94\x42\xfc\x8c\x30\x86\xbd\x25\xff\x22\x7e\x86\x2e\x76\xb7\xf8\xe3\x3d\x04\x1d\x40\xff\xc5\x8f\x63\xd6\x07\xc8\xcf\xe2\xf3\x63\x01\x5f\x70\x4e\x91\x14\xbd\x2c\x8e\x54\xf4\xb5\x2f\xb0\x32\x10\x38\x77\x09\x06\xec\xad\xae\xec\x1c\xd4\xcd\x3a\xa4\x5e\xaf\xa6\x3b\x37\xef\x0b\x4d\x75\x90\xf0\xb8\x9c\x6b\xed\xd2\x2e\xce\x87\x1f\x16\x86\x84\x8a\x6b\x5f\x95\x86\xca\xee\x3c\x43\x9b\xdd\xcd\x21\xf7\x21\x6c\x51\xcd\xbb\x7e\x79\x1a\x19\xb5\x78\x9b\x3d\xbf\xa2\xe5\xe5\x57\xb7\x5f\x31\xd4\x8f\x65\x66\x44\x2d\x43\x18\x61\x9c\x4d\xae\x96\xcf\x1a\xc1\x27\xcf\xfa\xd2\x32\x83\x60\x67\x0e\x85\x23\xf0\x32\x83\x84\xec\xb3\x71\xc1\x8b\x4f\xcc\x6c\x9b\xc5\x55\x5c\x41\x67\x53\x93\x85\x18\x37\xb8\x1d\x0e\x05\xb3\xfd\xd4\x6b\x38\x4d\x2d\xaf\x74\xd9\xc4\x60\x6d\x0e\xbc\xff\x66\x3b\x72\xc6\x3b\x2f\xe1\x8b\xff\x78\x32\x61\x9d\xad\xb0\x62\x90\x40\x00\x39\x07\x1e\x78\x13\x78\xcd\xea\xd9\x00\x5e\x73\xe0\x0a\x31\x41\xd4\x1c\x5e\x63\x36\xf3\xf4\x28\x23\xb4\x9a\x7e\x1f\x3c\xef\xa3\xe1\x95\x55\x53\x55\x44\xef\x12\x2c\x73\x76\x4b\x57\x88\xde\xf2\x99\x0c\xcc\x50\x81\xa6\x95\x57\xf2\x02\x0c\xe6\xf0\x9a\xb7\x69\xe5\x55\x76\x68\xf8\xf1\x0f\x47\x47\xe0\x3e\x79\xfc\x66\x4b\xeb\x2f\xb4\x02\x74\xcc\x5d\x82\x29\xdc\xba\x61\x25\x38\x71\x36\xd8\xcb\x24\x49\xd6\x56\x50\xf9\x0a\xb2\x0c\x20\x66\x59\xf6\xaa\xe7\x0e\xa1\xe2\xae\xc7\x01\xf5\xaa\x00\x76\x04\x04\xc0\x2e\xf7\x1a\xf3\xd5\x90\x48\xb3\x5d\x1a\xde\xf6\x40\xfc\x4c\xa0\x2f\x87\x57\x6c\x20\x5f\xd6\xc3\x29\xf1\xe2\x55\xc1\xb3\x0d\xd7\xec\xb0\xc4\xde\x3b\x78\xfc\xce\xa6\x3a\xa8\x18\x04\x26\xe6\xf0\x52\xbc\x19\xbc\xaf\x70\x0b\x28\xe6\xd0\xe6\xd0\x86\xbe\xe1\x16\x90\x3a\x59\xe0\xe5\x1b\x7f\xff\x78\x66\x12\xf4\xa8\xc3\x91\x7d\x02\x8f\x59\xd5\xfe\x00\xc4\xdc\x7f\xd0\x42\x64\x6f\xa9\x8a\x7b\xdb\xc3\x6d\x14\x72\x1a\x48\x71\xdb\x3c\x6f\xe0\xda\xb1\xf5\x02\x87\xc4\x0a\x72\x89\xeb\xbd\x6d\x03\xd1\xa3\xbb\x4e\x91\xf3\x69\x83\x2e\x1a\x04\x25\xd1\x35\x3b\x42\x48\xc3\xc8\xac\xfb\x41\xe3\x16\xb7\xb9\xdd\x32\xd3\x8e\x27\x8b\xb8\xbf\xf6\x67\x6a\xe6\x09\xda\x66\xc9\x1d\xbe\x64\xa7\x70\x9b\xb6\x34\x9d\x3b\xd9\xea\x8b\xc3\x67\x77\x26\x04\x39\x51\x38\x7b\xb1\xfc\xc2\x19\x82\xc1\x60\x35\xee\xae\xf4\x32\x9d\x0b\x04\x11\xa8\xcd\xd1\x5c\x5c\xa2\xff\xbc\xd6\x11\x19\x73\x76\x48\xab\x68\x98\x5d\x3d\xb2\x71\x69\xaa\x1b\x88\x28\x97\x9d\xd8\x9d\xd9\x4c\x2a\xab\x19\xb8\x5d\x3a\x62\xf2\xd5\x56\xec\xe6\x70\x6f\x6c\x55\xae\x74\x0f\xd5\xe5\xcc\x53\xeb\xa5\xc8\x27\x31\x41\x95\xf3\x5e\xb0\x5d\xee\x19\x2b\xd5\xce\xe0\x4a\x9b\x53\xa7\x17\x9b\x70\x18\x7c\x75\xeb\x5b\x80\x8c\xd0\x6e\xc7\xc4\x30\x6e\xe5\x05\xa4\x8d\x76\x63\x80\x84\x65\x37\x02\xf1\x9b\x35\xdd\x9e\x5b\x3a\x85\xd3\x92\x17\xd8\x0d\x2b\x70\x83\xc2\x27\xa0\xa6\x62\x64\xc3\x22\xec\x55\x2a\x80\x9a\xc3\xeb\xc5\x86\xd3\x3c\x48\x3e\xb3\x89\x6d\x45\x22\xaa\x09\x9e\xe6\xd0\x12\xd6\x1e\xa7\xc0\xdf\x69\x0d\x09\x16\xfc\x4c\x5d\xd0\x67\x7b\x73\x51\x99\x0e\xc3\xe5\xbb\xfd\x78\x6f\x52\xcc\x53\xd3\x8b\x9b\x81\x54\xe5\x95\x92\xc0\xed\xdb\x97\xd3\x41\x47\x44\x93\xea\xb0\xf2\xe6\x9d\xa9\xe2\x3e\x50\x97\xc3\x0b\x3a\xd0\x2d\x8b\x91\x4d\x33\x21\x2d\x3b\x8c\x31\x21\x2d\xc3\x73\xc0\x9d\x27\x28\x1f\xb3\x7d\x0a\x69\x88\x8b\xc0\x5b\x0e\x6f\xfe\xba\xee\xe9\xd3\x67\xe4\x32\xfa\xdb\x7f\xd9\xc6\xe2\xc5\x5b\x30\x58\x4c\xd7\x40\xaa\x60\xd6\x0f\x69\x17\x27\xa2\xeb\x7b\xae\x13\x10\xd8\x95\x95\xfc\x89\x9b\xe8\xd1\x13\x2a\x26\x40\xce\xbb\x2b\x00\x2a\x0f\xaf\xaa\xbb\x3a\x58\xcf\x8f\x5c\x41\x4e\x3a\x70\x95\x47\x10\x69\x32\xc1\xab\x1c\x8d\x09\x02\xa2\x72\xe0\x12\x39\x41\xa8\xdc\x25\xa8\x77\xab\x5c\xe1\xfd\x29\x40\x94\xd5\xeb\x8b\xc4\xa1\x54\xf2\xec\x06\xbc\xa9\x98\x01\x37\xb9\x5b\xf7\x33\x27\x8e\xf6\x50\xc6\xe4\xcc\x60\x4f\xee\x8e\xd0\x78\x55\xc7\x83\xf3\xf5\xd4\xb3\xd8\xd3\x3d\x2d\xa3\xc8\xf5\x5d\xcb\xa8\xe5\xc5\x9f\x54\x9c\xee\x9b\x7d\x05\xa0\x2d\xb3\xd7\x77\x73\x76\x27\x51\xdf\x57\x65\x6b\xe0\x24\x87\x97\x5f\xbd\x31\x5a\x27\x6b\x6b\x50\xb5\xd9\xdb\xa6\x7a\xd2\x2c\x30\x29\x40\xad\xcd\x50\x3a\x06\x8b\x93\xb8\x96\x4c\x20\x22\x47\x83\xdd\x08\x05\x19\xc7\x9f\x8e\x2d\x3d\xb9\x1f\x8c\xb4\xf7\x5c\x75\x9a\xe9\xee\x59\x98\x4e\xf7\xfa\x53\xa9\xab\x6f\xfd\x6a\xe2\xc7\x37\x3b\xae\xb7\xde\x78\xf4\x54\xa8\x9a\xc5\xb1\xba\xb8\x6e\xdd\xde\xdb\xc6\xa2\xb0\xcf\x0a\x13\x7e\xef\xd6\x70\x76\x75\xcf\x8d\x6e\x73\x1a\x16\xd0\xa1\x3a\xd1\x69\x39\x43\x43\x2b\xa5\xa3\x1f\x93\xbb\x57\x56\x7d\x90\xbd\xc7\x19\x02\x05\xb2\xbb\x4f\x36\x53\x9c\xa4\xb0\x9e\x00\x3f\x8e\x66\x0b\x23\x27\x81\x3f\xe4\x58\x1c\x42\x60\x19\x77\xa7\xa8\x35\x91\x34\xac\x56\xbf\x23\xad\x82\x5d\xdb\xa7\x6e\x36\x1d\xdb\xa7\x06\x69\xc1\x1b\xa7\x76\xdc\xce\x85\x69\x83\x95\xf4\xe4\x65\x2e\x2e\x18\x53\xea\x88\xdd\x50\x33\x60\xe4\x66\x9f\x72\x03\x27\x74\xda\x2f\x8b\x33\xa1\xb6\x37\xb3\x8f\xbe\x40\xcc\xb2\xda\xcb\x3f\x6c\xdc\x98\x40\x04\x59\x40\x1e\xf7\x8c\x32\x71\x38\x91\x6b\x66\x07\xe4\x71\x78\x9f\xd4\x35\x95\x76\x67\x08\xe7\x5d\xaf\x6a\x3a\xdc\x4e\xab\x69\x37\x37\x3b\x3e\xfa\x13\xf4\xc7\xaa\xf7\x48\xc7\x23\xa9\xe5\xef\x9c\x3b\xe8\x5d\x57\xaf\xeb\x59\x93\xd3\xe3\x57\x69\x42\x45\xc8\x17\x16\x32\x08\xbd\x98\x40\x41\x0e\xef\xcb\xba\xb9\x6a\x54\x7e\x3a\x7a\x9e\xd7\x05\xfd\x94\x06\x20\x90\xf7\xd3\xf9\xf1\xa3\xb5\x85\xb5\xe9\x47\x20\xe7\xba\xc7\x70\x4f\x22\x9a\x6b\xf6\xad\xe5\xd5\xe9\x19\x3c\x25\xa9\xce\x27\xe8\x56\x33\x9b\xe6\xf2\x1b\x51\x06\xe0\xc9\x49\xda\xec\xd9\xf5\xf6\x55\xe2\xef\x66\xb3\x51\x4f\xea\x69\x4d\x45\xb7\x06\x54\x72\xff\xc3\xa4\xcb\x83\xa5\x83\xdc\xca\x36\xe9\xae\x16\x54\xe5\x44\xc0\x23\x9b\x62\x58\x37\xb5\x8d\xea\x54\x37\x5d\x6c\x6e\x6a\x2e\x50\x9b\x04\xdd\x4c\x35\xdd\xc5\xbc\xbd\xe1\x5d\x7e\x85\x54\x0d\xd3\xe8\xe9\xfc\xeb\xae\xbe\x21\xbc\x2e\x9a\x7c\xd4\x33\x8b\x4b\xaf\xf7\x1a\x3d\x2d\xa5\xce\x21\xd6\xd1\x26\xb1\xc3\x27\xc9\xeb\x8b\xfe\xb8\x98\xd6\x94\xe6\x51\xc9\xe0\xeb\x66\x77\xb4\x64\xad\x39\xdc\x87\xaf\x6d\x30\x58\xbd\x92\x92\x60\xa4\x56\x28\x11\x46\x2b\x54\x3e\xea\x2f\x73\xd5\xfd\x48\xeb\x88\x2b\x98\x97\x9c\x32\x13\x51\x3c\xca\xef\x6f\xf2\xf7\x65\xab\x0c\xf3\x23\x3d\x2a\x32\x33\x30\x8f\xc3\xdb\x0c\x50\x1e\x47\xf3\xb4\x90\x31\x6e\xca\x82\x4c\x0c\xab\xaa\xdf\xb9\x00\xf5\x62\xa1\x7f\xc9\x50\xf6\xe8\xc5\x82\x14\x56\x76\x82\xff\x38\xbc\x1e\x1f\xb0\x65\x7c\xe8\x27\x80\x8f\x85\x0c\x51\x13\x58\xc7\xe1\x7d\x09\xa8\x8e\xc3\xab\x8f\x41\x3c\x58\x10\x2a\xb9\xb7\x9e\xb5\x0e\x5e\x94\xb0\x38\xe9\x20\x39\x0e\x6f\x58\xc6\x31\xfe\xfb\x5f\xd7\xa2\x32\xb6\xde\xd7\xbd\x90\x12\xe0\x31\x08\xf6\x9b\x23\x75\x40\x96\x64\x1c\x8e\xd5\x6a\x25\x20\xcb\x17\xe5\x3e\xd6\x7d\x94\x6c\x9d\x8a\x51\x15\xbd\x58\x18\x25\xb3\x72\xd2\x79\xbd\x8f\xbc\x98\x00\xc7\x71\xf7\xd1\x22\xee\x46\x2a\x2e\x64\xc1\x86\x28\x03\xe9\x38\xbc\x58\x18\xc9\x55\x97\x2f\xd9\x61\x1a\x49\xd5\x91\xb9\x1e\xa6\x64\x57\x77\x4c\xe8\x46\x60\xcb\xe6\x48\xa3\xa5\xab\x80\x33\xae\x37\x13\xa3\x65\x44\x36\x95\xe1\x55\x34\x00\x5e\x9a\xc3\xfc\x32\x40\x80\xce\x91\x0c\xb8\xfb\x0f\x3b\x1d\xb2\x23\x0e\x23\x19\x2a\xe7\x20\xba\x5b\x93\x05\x90\x8c\x7b\x88\x7c\xd4\x25\x9f\xce\xa4\x4e\x42\x3a\x77\x80\xd6\xd8\xf4\x22\x1b\xe6\x60\xed\x8e\x18\x1b\x64\x90\x95\x7d\x0e\xec\x8e\x23\xeb\xc2\x3e\xa8\x72\x0d\x74\x63\x5d\x4e\x2a\xe9\xd3\xf3\x6a\x79\xc0\x27\xc3\xbd\xc2\xed\xa3\x2e\x2a\x83\xe0\xac\x20\x6c\x71\x8e\xa1\x8d\x16\x32\x39\x54\x38\xd5\xa2\xc0\x77\x1c\xda\x4f\x86\x59\xd3\xd5\x2b\x07\x9e\x48\x04\x18\xce\x21\x76\xb2\x96\x0e\xf1\x1d\xbb\x16\x0d\x30\x1d\x87\xf6\xf8\x11\xfa\xd5\xb9\xa6\xc4\x6e\x17\xf5\xf6\x11\xb9\x25\xa8\x2c\xf4\x91\xb5\xb8\xba\xba\xcd\xc3\x5c\x49\x75\x37\x87\x28\x55\xfa\x44\x03\xb4\xb8\x8b\x53\xf1\x84\x48\x48\x18\xc6\x74\x4f\x38\x2e\x6e\x0c\x6b\x7e\x25\x39\xb7\x63\x19\x90\x82\x94\x00\xb8\xe2\x68\xf9\x0c\xf6\x08\xd4\x75\xac\xec\x30\x7d\x4c\x3b\x26\xfa\xe4\x20\xf8\xba\xa8\x25\x83\x95\x58\x8a\x1a\xec\x38\xad\x8b\xaf\x4e\x31\x6d\xfc\xdd\xba\x60\x14\x83\x8b\x3d\x4d\x9a\x43\x53\xa2\x4a\x0e\xb8\x89\x43\x3b\x1b\xb0\x89\xa3\x79\x18\x2f\x8f\x99\x93\x72\xb9\xa1\x1c\x08\x41\x25\x5a\xab\xc1\x50\xdc\x55\x59\xc4\x83\x62\xaf\xf4\x8f\xdd\x6a\xe6\x1f\x74\x50\xb8\xc5\xa2\x46\x34\x6e\xaf\xde\x60\xd8\xe3\xce\x3e\xf8\x92\x7d\x60\x9c\x38\xd6\xaa\x6b\x0e\x5d\x7d\x54\xc7\x86\x7a\x1d\x72\xd2\xb8\x4d\x8f\xe1\xef\xd0\x54\xc9\xc9\x6d\xbc\xb5\x85\x33\x1e\x95\x67\xe2\xfc\xe0\xc4\xe3\xc9\xa6\xe9\x94\x5e\xb5\x6a\xa7\xe0\x2d\x0e\xad\xa4\x43\xa7\xda\xee\xfe\x34\x04\x9a\x84\x29\x53\xc0\x45\x65\xc5\x21\x0b\x53\xcd\x03\x7c\x71\x68\xe0\x03\x7c\x71\xff\xc1\x54\x72\xdb\xa7\xe1\x0a\xf4\xc5\xa1\x95\x32\xd1\x17\xd5\x67\x45\x5c\x9c\xa4\xf0\x98\x09\xb9\xe8\x41\x31\x7d\xb9\x0a\xed\x48\x7e\xe6\x12\xbd\x2e\x91\x44\x86\xd8\x15\x2d\xac\x40\x2b\x0e\x8d\xa7\x63\xf3\xb3\xaa\x21\x49\x94\x45\x25\xe6\xf1\xda\x11\x16\xe0\x23\x3f\x1e\x5a\x16\x90\x89\xa3\xbb\xec\x19\xb9\xe2\xb8\xb1\x59\x76\xf7\x1c\x36\xcb\x38\xf2\xc5\xb3\x60\xcf\xb9\xaf\x53\xa0\x00\x4b\x71\x68\x02\x0b\x6e\xe8\xbc\x9f\x09\xc3\x58\xbc\xe1\x0f\x33\xb0\xa9\x97\x85\x60\x56\x86\x18\x80\xb2\x38\xb4\x28\x86\xd0\xc5\xe4\x15\x98\xa0\x2c\x0e\x6d\x7c\xa0\x2c\x0e\x6d\x21\xa0\x2c\x0e\x6d\x5b\x09\xb2\xa8\x1a\x18\xd8\x39\x9d\x03\x51\x16\x8d\x6d\x9f\xa1\xcb\x8e\xca\x6d\x18\x19\xdd\xed\x16\x59\xda\x3a\x07\x09\x2c\xc6\xd1\x7f\xfe\x2e\xa5\x5b\xfe\xa1\xab\x41\xf7\x1f\xee\xbf\x86\xcf\xb2\x25\xc7\x01\xf3\xd3\xb4\x01\x2c\x63\x8d\xfc\x48\x81\xc9\x31\x1d\xca\x39\xf0\xa5\x48\x46\xc8\x99\x4e\x60\x46\x00\x54\x66\x94\xdc\x25\xcc\x69\xe9\x54\xcc\x10\x8b\x14\xc5\x61\xe1\xc2\xa3\xb9\x07\x60\xc6\x5d\xdc\xba\x72\xbc\xbc\x60\x4f\xcd\x1b\xd4\xa8\x1e\x04\xec\x12\x40\x36\x0e\x2d\x6a\x41\x74\xb3\xe6\xb1\xc4\x68\x24\x29\xff\x04\xa3\xf1\xc8\x6b\xab\x20\x8e\xa5\x17\xab\xca\x71\x31\x48\x38\xa4\x76\xb7\x90\x43\x7a\xd9\x14\x86\xab\x78\x41\x11\x5a\x64\x55\xd4\x03\x4d\x54\xf7\xc5\x68\x06\x39\xf8\x11\xbb\xda\xb5\xd2\xee\xaa\x61\x20\xc8\x91\xa2\x19\x2a\x7a\x0e\x8a\x49\xc5\xa3\x56\x23\x41\x74\x10\xfc\xdc\x8c\x9d\x31\x61\x76\x49\xd8\x46\xed\xbc\x81\x3f\x8e\xd6\x91\x48\x6d\x71\xf8\x15\xc3\x80\x29\x04\x09\xd4\x7a\x69\x7f\x91\x3f\x21\x1d\x8b\x96\x0c\x70\x1c\x47\xaf\xd6\x80\xd7\xa2\x87\x01\xd7\x1b\xad\x3b\x20\x34\x8e\x0e\xc9\x0a\xcc\xa8\xda\x76\x62\xb8\x6c\x16\xce\xe8\x17\x77\x8a\x10\x23\x2a\xbe\x81\x13\xae\xa6\xa5\x08\x0c\x19\x6e\x3a\x02\x3d\xbb\x27\x2c\xb4\xf9\x20\x4f\x27\x70\xa3\xaa\x2b\xf8\x8c\xb5\xba\x4f\xb0\x83\x1a\x17\x13\x53\xf9\xc1\xa3\x30\x73\x9b\xf9\x15\xdc\x71\x78\xf8\x70\xa1\x99\xc3\x43\x36\xbd\xd3\x18\x96\x79\x00\x7f\xa1\xbf\x06\xa7\x28\x92\xc6\x92\xfe\xd9\x8c\x8a\x21\x69\x55\x67\x68\x07\x55\xa2\x8d\x95\x87\x89\x5e\xa6\x67\xac\x27\x08\x7b\xa7\x0a\x76\x88\x38\x3c\x3c\xfd\x5c\xdb\x69\x7e\x88\x53\x63\x2b\x22\xa6\xd8\x8d\x73\x38\x18\x38\xa7\x6a\x34\xa8\x8c\xfb\x2b\x8b\x50\xaf\xad\x0b\xc4\xa8\x2d\x02\x20\xc6\xa1\xe6\x0c\x10\xe3\xd1\x15\x9c\x83\x30\x91\xe5\xfe\xc7\xe0\xa9\xfa\x19\x5c\xdb\xf5\x2c\xfc\xda\xb6\xa5\xf5\xa9\x40\xa4\x0d\x9c\x60\xf5\x0f\x0e\x39\xe3\xf0\x54\xc3\x0c\xd5\xe7\x03\xfe\xa7\x8a\x0b\x40\xe3\x50\x89\x0e\x83\x4c\x5a\x96\xf6\x84\x86\xff\xc8\x9d\xd0\x33\xe3\x76\xb0\xf4\xea\xb6\x27\x12\x88\xc7\xc6\xf9\x08\x2f\x18\x55\xaa\x44\x71\xd4\x1c\x10\xb8\xb7\xf6\xc3\xd3\xfa\x28\x00\x38\x71\x66\x1c\x53\x40\x8c\x64\x7b\x76\x58\xd5\x6d\xb8\x07\xb9\xb7\xd3\x29\x31\x4c\xe3\xa1\x22\x1d\xf2\x3d\x2f\x2d\x43\x6f\x16\xed\x27\x89\xcc\x38\x3c\xd7\x64\xe5\xe8\xea\x16\xa1\xa9\xd4\xad\x82\xbe\xd6\x95\xe1\x43\xa6\x86\xa0\x1d\xe6\xf3\xd6\xba\x10\x5c\xdd\x75\x84\x6e\x91\x19\x8b\x56\x84\x20\x88\xa4\xcb\xa8\x13\x9a\xb1\x65\xf9\x44\xf6\xe4\xd9\x99\xcc\xf2\x17\x11\xbd\x74\x0b\xfd\x4c\xcd\x38\x04\xcd\xd2\x22\x31\xb9\xbc\xeb\x4a\xdd\x53\x86\xa7\x6f\xdf\x34\xf7\x98\x8e\x77\x02\x36\x76\xd2\x85\xcc\xf9\xe3\xca\x96\x13\x04\x78\xe3\xae\xcc\xf2\xa7\x47\xd0\x7f\x72\x26\x16\x2f\xec\x2f\x78\x03\x48\x8e\x43\x4d\x79\xfe\x9c\x08\x4a\xa7\x86\xc7\x74\x4d\xf9\x1a\xe7\x6f\x8a\x31\xac\x91\x66\x1e\xb9\x0e\x54\x6b\x80\xa6\xf2\x1e\x78\x8f\x43\x4d\x73\xe2\x07\xa3\x62\x3b\x0f\xad\x34\xf1\xa7\xcb\xf3\x3c\x72\x30\x74\xf3\xc8\xb9\xb4\x21\xc9\x51\xd8\x9f\xdb\x56\x19\x81\x19\x44\x34\x60\xcc\xcd\x1d\x03\xf0\xe5\x09\x98\xe4\x50\x63\x04\x4c\x72\xa8\xae\x82\x25\x39\xbc\xf4\x07\x32\x72\x68\x91\x99\xe2\xfe\xeb\x66\x3b\x8b\x44\x1d\x95\x69\x16\x8f\x01\xb4\x77\x9a\x4a\x5c\x93\xc5\xac\xb6\xc1\xc4\x54\x49\x2c\x94\x78\x8a\xdb\xa5\x89\x65\x56\x27\x83\x81\xe0\xf1\xa2\x52\x3a\xd3\x47\x15\x4d\x70\xca\x19\xc3\x02\xd2\x5b\xf8\xcb\x4c\x7d\x91\x36\x9a\x7b\xd5\x65\x69\x0c\xca\x2e\xea\xc8\xaa\xc1\x04\x2c\xca\xa1\x1a\x3a\x45\x2e\x0e\x14\xc1\x49\x6a\x52\xed\xdf\x53\x1f\x17\xb2\x5b\xcf\xd9\x72\x7a\x99\x14\x70\x29\x0d\xc5\x98\x64\x19\x57\x4f\x98\x2a\x9e\x81\xf6\x34\x7b\xf6\xc4\x17\x7b\x42\x55\xb8\xbf\xa8\xce\xcf\x9e\x8d\x33\xf2\xee\x16\xb6\x2e\x94\x4d\x8d\xe1\x33\x39\x2b\xec\x6c\xca\x59\xed\x6e\x77\x7e\xd0\xaa\x26\x5a\x68\xc9\xf6\x24\x1f\xce\xa8\xc8\x97\xd9\x20\x5b\xdb\x61\x70\x1b\xda\x0f\x37\x83\xb7\xa1\xda\x25\xe6\x30\x3c\xc5\x3f\xec\x3a\xd5\x0e\xe3\xf6\xa8\x75\xe4\xce\x66\x42\x13\xd2\xcb\x02\x32\xb3\xea\x57\x2e\x9a\xcf\x4e\x0f\xca\x69\xa2\x63\x92\x89\x78\xce\x30\xf2\x9c\x36\xc2\x79\x73\xcb\x11\x93\xaa\x3e\x33\x71\xd5\x51\xd9\x9a\x44\xc6\x2c\x3b\xa2\x11\x58\xd3\xce\xd4\xe7\x55\x63\xd0\x24\xde\x54\x8d\x0c\x44\xcd\xd1\x6d\x1b\xb3\xaf\xd6\xeb\x39\x73\xdc\x7c\x34\xd9\xad\x4e\xa7\x9c\x1b\xf9\x7b\x9a\x46\xec\xe7\x37\x58\x98\x9c\x0f\x3c\x5c\x15\xb2\xe7\xf2\x7b\xba\x84\x8a\x0a\x9a\xf0\x04\x2a\x73\xa8\xfe\x08\x95\xd9\x93\x80\x2c\x16\x12\xb9\x1a\x74\xcc\x01\x94\xd7\x9c\xc2\xff\x6b\xb0\x99\xc9\x8c\xe1\x36\x53\x66\xbc\x7c\x66\x0b\x23\xf2\x26\x1e\xa6\x56\x21\x30\x30\x77\x1b\xbe\x98\xd4\x8a\x4e\x91\x19\x41\xb5\x08\xd8\xcb\xa1\xe8\x0e\xea\xe5\x50\x5e\x9e\x38\x9b\x92\x74\x6e\x02\x73\x39\x54\x2c\x27\x96\xd2\x43\xb2\x73\x49\x76\xdc\x43\x1a\x44\x49\x1b\x3d\x81\xb3\x1c\x8a\xfd\xf3\xce\x8e\xd3\x41\x50\xb6\x0e\xf7\xd3\x5d\xb8\x91\xa3\x1b\xa8\xa5\xf3\xf7\x17\x32\xd1\x9c\x82\x7d\x18\xae\x08\xba\xe5\x1e\x21\xa3\xba\xa5\x43\x76\x53\x48\x8e\x1c\xfb\x8d\x97\x35\x5c\x77\xaa\xaa\x8e\x7c\xc1\x0e\x44\x82\x9f\x29\x6c\xe5\x24\x65\xf1\x04\xb6\x72\x28\xc7\x03\x5b\x59\xa7\xdb\xf0\x91\x53\x14\x5f\xf0\xfb\xf0\x30\x62\x60\x55\xf4\x9e\x8f\x74\xd6\xdd\x43\x32\x50\x25\xf7\xf9\xaa\xaf\xbb\x8b\x5f\xdc\x92\x6c\x2e\xd5\x4e\x37\xe5\x3b\xa9\x8a\x7d\x92\x7e\xa2\x6e\x3e\x38\xae\xa2\xa5\x38\x95\xaa\xe8\xc0\x54\x0e\xaf\x79\xe6\x66\xbe\x29\xf2\xcd\x2f\x6b\x65\x9b\x7c\xc4\xa9\xd8\x71\x14\x52\x05\xfa\xc9\x25\xa5\x97\xcf\x80\x57\x96\xe1\xe2\x82\xe0\x2f\x4b\x06\xa1\x72\x4f\xcd\xe2\xc5\x5e\x74\x9e\x69\x19\x9e\xb6\x92\xef\xa2\x3a\x03\x5d\x59\xe5\x16\x0b\x1d\x52\xf9\x10\x18\xcb\xa1\x39\x7e\xfd\x54\x38\x38\xc7\xc2\x58\xda\x55\x90\x2b\xeb\x08\x7f\xaf\x14\xf0\xd9\x4b\x5f\x5a\x3b\x98\x6f\x44\x1c\xa0\x2a\x87\x63\x4e\x70\x4a\x0d\x3c\x80\x53\x0e\xe5\x57\xb0\x29\x8f\x05\xde\xf8\x5c\x18\x3c\xfb\xe1\xe8\x0c\xd5\xd0\x8d\x14\xac\xc9\xfd\x0f\x43\xad\x52\x20\x8e\xec\xf2\xbe\x91\x94\x5f\x13\xb0\xc9\x5d\x1b\x03\x81\x69\x29\xfa\xad\xaa\x34\xdc\xfd\x83\x95\x64\xb7\x2f\x14\xbd\x70\xaf\x26\x3c\xa5\x3e\x9b\xe0\x53\x0e\xa5\xd3\xa5\xa2\x47\x46\xa7\x09\xf2\xe4\x11\x6e\x4f\xa0\x27\x87\x92\xae\xd0\x93\x93\xbc\xce\x73\x35\x67\x88\x69\x87\x9d\x8d\x2c\xd0\xfd\xc8\x3f\x34\x6f\x39\x7a\x43\x31\xcc\x4c\xb0\x50\x01\x87\xab\xb6\x59\xd8\xff\xb7\x27\xf1\x71\x84\xde\x2a\x6a\xf8\x02\x3b\x32\x8c\x81\x5d\x26\xbd\xd4\xb6\xb4\x92\x09\xe5\x57\xd2\x5f\xe8\xd2\x12\x7f\x39\xf2\x33\x96\x0b\xd2\xb2\xf4\xc3\x71\xb6\x50\x02\x01\xfa\x9a\x2b\xf5\x3c\xe8\x12\x58\x92\xbb\xbf\x94\x30\xa5\xb6\x3b\x7f\x0d\xc7\xcb\xa4\x0c\x57\x81\xe5\x41\xeb\x53\x0a\x49\x2c\x49\xbd\x00\xc0\x92\x1c\x0a\x2e\x6b\x78\x4c\x97\xd5\x7e\xfc\x41\xd7\xc3\x63\x6a\xe3\x84\x62\x78\xad\xbd\x22\xdb\xa6\x0d\x54\x43\x05\x8f\x15\xca\x30\xe8\x53\xc0\x52\x0e\x60\x56\x26\x48\x94\xa5\x68\xa8\x02\x8a\x72\x2f\x2e\xdd\x8a\x9c\x12\xc6\xa1\xfb\x4c\xff\xfd\xe9\xf6\x07\x2e\xe5\x50\x14\x01\x96\xb2\x90\x3c\x79\x02\x4b\x79\x88\x07\x3a\xc1\xa5\xac\xcb\x23\x4a\x60\xa7\x44\x6a\x01\xb3\xa1\xe0\xb4\x4c\x88\xe0\xba\x73\x4b\x09\x7a\xc4\x5c\xa9\x81\x66\xad\xce\xa3\xcf\x68\xa3\x9e\x92\x99\xfd\xb5\xa6\x8f\x54\xc1\xb4\x60\x56\x21\xb2\x30\x4f\x30\x2a\x87\xec\x7f\x99\x9c\x5b\xc2\xb9\xd4\x45\x95\x12\x56\xc6\x73\xf8\x4c\xa7\xdc\xe4\x8b\x4e\xa1\xc9\xae\x25\xb8\x32\x9d\xf5\x2e\x72\x48\x06\xbc\x8b\xd4\x90\x04\x5c\xe5\x50\x90\x58\x67\x1e\x50\xba\x7b\xb2\x35\x60\x4d\x40\x57\xd6\xe5\x58\x89\xe4\x94\xa5\xae\xbc\x71\xf4\x99\x33\x01\xc7\x02\x9f\x72\xe4\x6e\xbf\x1c\x1d\x02\xed\x22\x8f\x90\x8c\x04\x7c\xca\x43\x25\x76\x79\xcb\xa8\x91\x6d\x5d\xd9\x0d\x66\xd0\x2b\x47\xad\x6c\xeb\x92\x50\x20\x61\x2e\x6e\x16\x65\x3d\xeb\xca\x8d\x61\x65\xec\x57\x94\x3f\x30\x22\x0f\x75\x21\x31\x22\xfb\xe1\x7e\x35\x6a\x72\xba\xc9\x52\xad\x74\x3e\x9f\xb0\x45\xea\x7a\x14\x1e\xdd\xca\x38\xd3\x24\x99\x32\xed\xa3\x07\xc4\xac\x3e\x3a\x88\x25\xb2\xa3\xf3\x43\xcc\x63\x52\x13\x73\x54\x1b\xa9\x21\x9a\xe3\x24\xe7\xea\x5c\x06\x39\x68\xd2\x04\xb5\x71\xd7\x45\x8f\x3f\xd9\x2b\x8a\xc5\x92\x63\x39\x14\x6e\xf6\x42\x27\x55\xb0\x1d\x07\x99\x80\xe6\xfa\xb2\x15\xff\x78\x2c\xce\x14\x7d\xb9\x05\xf6\xb4\x08\xf4\x08\x78\xe5\x3c\x61\x54\x55\xeb\x21\xa8\x8f\x55\xf3\x1d\xa0\x8f\x43\x0a\x02\xcc\xe3\xee\x96\x1f\x99\x17\xd6\x3f\x4e\x03\x61\x7e\xbc\xb0\x07\xf2\xf9\xe5\x2a\xd4\x02\xca\xca\x96\x20\x24\xd1\xdd\x2e\xb2\xe3\xd4\x0d\xf4\x3c\xf0\x3f\x87\xf3\x9c\xa8\x81\xae\xe7\x29\xe8\x3f\x69\xf3\xa6\x90\x8f\x1d\x7c\xb8\x79\xa2\x06\x7a\xec\x80\x7f\x2c\xfa\x46\x9e\x87\x30\xc1\x36\x07\xa7\x18\x16\x7e\x84\x61\xb0\xc0\xeb\x54\x31\x56\x02\x14\x25\x6b\xa7\xec\x50\x03\xee\x59\xb2\x87\xd4\x5b\x94\x7d\x38\x9d\xe7\x3f\x1b\x28\xcf\xee\xdf\xc3\xf2\x70\xd0\x61\x09\xb7\x2f\x0c\xf0\x2c\xe4\x0f\x41\x58\x06\x13\xb2\x0c\x38\x45\xc2\x40\x6a\x41\x05\xf9\xf1\x30\xf5\xc2\x49\xb2\x81\xd9\xfc\xdd\x04\xd0\x14\x36\xf1\xc0\xae\xe9\x0f\xd2\x77\xca\x66\xb3\x94\x7a\x3d\x7d\xac\x9e\x5c\xfa\xb8\x79\x69\xe8\xac\x0f\x40\x64\x12\xeb\xd3\x2b\x46\xed\xb7\xa7\xa9\xee\x48\x35\x39\x85\x85\x2c\xda\x92\x4f\x99\xec\xf0\x8f\xea\x1f\xb4\x97\xcc\x14\xc1\x1a\x2c\xc8\x91\xbb\xcf\xc0\x88\x23\x8b\xb3\x7b\xd1\xb5\x80\x82\xdc\x87\x92\x01\x37\x77\x2f\x92\xb2\xf8\x8f\xfd\xb0\x93\x78\xf2\x68\xb0\x3e\x51\x14\x67\xf7\x77\xa8\x0b\xdb\xfd\xec\xd9\x13\xba\xc5\x0d\xa5\x9c\x06\x94\xc8\xea\xf5\xc8\xa9\x43\xac\x26\xc9\xd3\x9c\x06\x86\x68\x9c\xa9\x34\xa2\xa8\x9c\xdd\x2d\xe4\x57\xb7\x45\x6c\xe4\x71\x20\x56\xa6\x8b\x19\xcf\xc4\x44\x1a\x8f\x7f\x92\x80\x2f\x0e\x7b\x82\x3e\x98\xbb\x69\x64\x8e\x40\x9e\xa5\xee\xc5\x97\x74\xb9\xe2\x39\x7b\x65\x09\x2f\xb3\xad\x09\x93\xf4\xf4\x77\xce\x1d\x74\xf8\x94\x5b\x7b\x58\x06\x80\x2b\xc8\x26\xc0\x4b\x1e\x32\x96\x33\xf0\xbd\xb0\x17\x22\x57\x41\x14\x4f\x78\xb5\x8c\xf7\xcc\x6b\x4e\xe7\x26\xf0\x6b\x72\x17\x87\x8d\xf9\xd1\x6b\xef\x18\x74\x78\xca\xdd\xae\x6a\x86\xda\xb0\x81\x91\x1c\xb9\x77\xa6\x0b\xe3\x3c\xe1\xdc\x9a\x3b\x84\x78\x8e\x3c\x1d\xa2\x48\xea\xa1\x79\x8a\x7c\x61\x0f\xc9\x3c\x44\x22\xf1\x99\x20\x92\xda\xb2\xcf\x99\x1e\x56\x3c\x3f\x78\xf5\xda\xb4\x67\xcb\xc9\x4c\x4e\xeb\xe1\xc2\x1d\xc8\x3b\x68\x81\x26\x8b\x9e\x74\x22\x4d\x26\x15\x83\xeb\x02\xeb\x35\x01\x97\xdc\x9d\xb2\x2a\xb9\x84\xab\x47\x1a\xa3\xe9\xfc\x1b\x0e\xa2\x35\xf8\x24\x1c\x64\xd8\x5d\x4d\xc6\xdd\x67\x7b\xe5\x76\x86\x1f\x27\x41\x94\x1d\xbb\xed\xb8\x76\x1d\xae\x30\x99\x8b\xc0\xa5\x99\xe7\xe9\x39\xf6\x7b\x4e\x8f\x67\xe4\xb4\x65\xe7\xff\x94\x2e\x3b\xd4\xd3\xb0\x71\x46\x41\xa0\xa5\xa2\x83\x90\x95\x33\xe7\xe0\xcc\x3e\xd1\x41\xb0\x33\x96\x7b\x16\xb7\x5b\x03\x51\x00\xb0\xdc\x1f\xf9\x92\x13\x42\xeb\xc9\x9b\x51\xc7\x44\xb0\xac\x8a\xa2\xa7\x00\x19\xda\x95\x4f\x38\xb5\xd2\x27\x08\x96\x53\xc9\x1b\x00\xcb\xfa\xf3\x24\x91\x73\x61\xa0\x8e\x00\x66\xb9\x0b\x53\x13\x76\xe8\x31\xff\x26\x7b\xb7\x07\xbb\x59\x05\x9c\xa1\x5b\xf5\xf4\x0f\xba\x7c\x27\xb9\x61\xb6\xb5\x52\x6b\xe4\x06\xc2\xb2\x24\xd3\x20\x38\x45\x23\x37\x08\x96\x63\x4c\x3b\x43\x60\xaa\xbb\xec\x49\xad\x83\x6a\x51\x97\x97\x4e\x1f\x40\x58\xd6\xe5\x58\xb6\x98\xd1\x74\x48\x3d\x9f\x9c\x2e\x66\x5b\xc1\x62\x5a\x1a\x62\x23\x05\x46\x59\xfe\xb9\x0a\x84\xa2\x2c\x72\x86\xcf\x93\xab\x5c\xf3\x00\x80\x6d\x99\x86\x7a\xb0\x2d\x47\x2e\x34\x71\x9b\x3a\xfc\x9c\xa0\x68\x98\xf8\xed\x24\x47\x75\x72\x9e\x97\xeb\x19\x99\xb4\xc2\x0a\xda\x0e\x08\x96\x43\xb7\x32\x10\x2c\x77\xc3\x16\xe0\x12\xa5\xfb\x2c\xc1\xe3\xa3\xcf\xe3\xee\xee\x26\x87\x92\xe9\xfe\xce\xcf\x4d\xcc\x5c\x7c\x0a\x60\xee\xb0\x4f\x01\xec\xf0\x85\xd0\x15\x19\xc2\x67\x3f\xe8\x13\x96\x70\x1d\xa4\x81\xb6\x8c\x3c\x1a\x9f\x86\x13\xcf\x06\x5a\xf7\xf2\x58\x6a\xfc\xd6\xf4\x7e\x91\xcc\xd0\xec\x54\x97\x49\xac\xa1\x34\xa0\x5c\x1e\xe0\x99\x4c\x50\x2e\xab\x21\xdf\x97\xd7\xbe\x6e\x3c\x20\x2f\x77\xff\xac\x29\x98\x4b\x4b\x68\xd9\x64\x13\x5c\x26\x47\xd2\xa2\x7f\x29\xfe\x64\x7b\x72\xaf\x69\xc5\xd0\xe1\x61\xbd\x9f\xf5\x52\x02\x59\xc8\x44\x4e\x20\x63\xee\x3f\xa8\xf7\x70\x91\x68\x1c\x29\xc7\xfc\x50\xd7\x61\x47\xfc\xc6\xd4\x64\x93\xe7\x93\xdf\x0f\x9e\x2f\xa4\x1c\x2b\xcd\x89\xf2\x23\x92\x68\x64\x61\xa5\x9f\xee\x4b\x52\x6e\x9a\x28\xf6\x89\xce\x16\x95\x22\x9f\xed\x06\xa3\x23\x77\xa1\x79\x68\x80\xc8\x1c\xe6\xdf\x01\x21\x33\x34\x27\x89\x90\x39\x5d\xfa\x44\xc8\xf4\x26\x00\x50\xcc\x61\x6e\xa5\xab\x2a\x58\x42\x1c\x2e\xf5\x7d\x36\xd1\x65\xda\x24\xef\x14\x2e\x32\x25\x99\x1d\x07\xec\xcb\x61\xe2\x9a\xcb\x08\x4d\x2f\x3e\xae\x96\x3b\x8a\x36\x5a\x4a\xc8\xfe\xe3\xa9\x87\xc4\x82\x7e\x39\x4c\xba\x01\xe2\xe5\x30\xbf\xcd\xe5\x5d\xae\xb9\x2f\x80\xbc\x1c\x91\x55\x7d\x3c\x33\xa8\xbc\xd7\xe5\xf4\x00\x73\xb9\x1b\xa4\x2a\xfd\x86\x9d\xf5\x9e\x1b\xdd\x3f\x98\x37\x78\xe7\x65\x22\x6a\xe4\x82\xab\x6b\xdc\x28\xbe\xb0\x7e\x90\xc2\xab\x3b\xa1\xfe\x4e\x8c\x45\xfb\xd3\xc7\xe5\x12\x67\xcb\x43\x77\x71\x4d\x6c\x56\x92\x4b\xdd\xdf\xfb\x98\x04\xca\x84\x37\x89\x8d\x19\x9a\x4d\x2e\x2c\xcd\x26\x48\x01\x1a\x73\x98\x70\x44\x68\xcc\xa5\x2b\x38\x88\x97\x23\x1c\x62\x8a\x13\x14\x0e\xd3\x9d\xfa\x4c\x16\x06\x07\x85\xb6\x6f\x72\xa5\x8b\xb8\x99\x99\x3b\x5a\xe8\x4b\x0f\x8d\xb1\xa2\xd3\xe1\x6a\x8d\xf6\xe6\xef\x52\xdb\x9f\x4e\x0a\xd6\x68\x53\x8e\x5c\x29\x75\xd8\x5b\x14\xfa\x43\x37\xd4\x0b\x2f\x64\xb3\x72\x5c\x33\x97\xca\x3f\x2a\x2e\x50\x0c\xc3\x28\x52\x2f\x9f\x2e\x5d\x92\xa7\x73\xb5\x55\xf7\x74\x1d\xbd\xf2\x22\x79\xf9\xe2\x94\x58\x3c\xf7\x89\xf5\xb2\x4f\x1c\x6e\x8a\x1a\x48\xc2\x57\x06\xdd\xf0\x11\xa1\xa3\x26\x6c\x00\xd7\x72\x6f\x0d\xaa\x5a\xca\x8f\x18\x37\xae\x95\x22\x2e\x75\x2d\xa9\x04\x8b\x00\xc2\x5c\xd1\x0c\x09\xc2\xdc\x6e\xe4\xff\x18\xfb\x93\x24\x7f\x76\x5f\xbf\x12\x9c\xbf\x55\xdc\x1d\x94\x3b\x7b\x9a\x5d\xfb\x4f\x6a\x5c\xb5\x07\xef\x98\xa6\x81\xa4\x67\x2f\xa5\xfd\xa7\xe1\x1c\x46\x5c\x49\xd9\xfc\x72\x10\xe6\xe1\xf8\x92\xce\x1e\x04\x41\x00\x9f\xc6\x8b\x7a\x07\x36\x8b\x87\xf8\xd5\x86\x14\x78\x0c\x33\x26\xc3\x12\x7c\x2e\x79\x55\x05\xf8\x5c\xd3\x87\xfe\x71\x25\x21\x1a\x6d\x8c\x39\xb9\x0c\x18\x73\xf9\xf4\xb3\xc5\x05\xca\xfe\xf7\x20\xac\xeb\x50\xff\x94\x3d\x7f\x12\x2f\x1e\x6d\x28\xdc\xdb\x1e\x8d\x0e\x05\xa5\xd3\x0d\xf9\x71\x51\x15\xbf\xb4\x2c\x8f\x44\x38\x3e\xeb\xa0\xf8\x78\xf3\xe3\xa5\xd7\x83\x9d\xe1\x1c\x4c\xa1\x67\xaf\xaa\x6a\xb2\x4a\x16\x0a\xd7\xbd\x59\xae\xf8\xd4\xdd\x41\x94\x58\x9d\x4f\xdd\x64\x51\x47\xe3\xbb\x3d\x6a\xda\xbc\x28\x7b\x34\x34\x54\xf3\x0a\x16\x5d\xd2\x80\xe9\x41\x5a\xd7\x2d\xee\x51\x28\xf7\x16\xea\x69\x1a\xa2\x65\x7f\x99\x16\x4f\x3f\xe2\xa7\x66\x88\x89\x07\x11\xdd\xcb\x6a\x61\xe9\x74\xb5\x12\x96\x6e\xc8\x00\x81\x98\x8b\x56\x51\x45\x4c\x24\xf4\x76\x02\x63\x2e\x1d\x86\x14\x7d\x3a\x83\x8b\x3c\x23\xde\xdc\x04\x12\x6a\x80\x37\xd7\x34\xe3\x14\x61\x2e\x79\xdb\x04\xaa\x5c\xd3\xa9\xe6\x19\x76\x16\x5d\x82\x47\xb4\x8e\x17\x0f\xaa\x2a\xaf\x72\x9e\x2d\x4d\x23\xbf\x3d\x04\xf2\xdc\xd3\x47\xf3\x08\xaf\x57\xc0\x8e\x3b\x87\xdc\xfe\xd1\x56\xc2\x2d\x01\x24\xb9\xa6\x71\x29\x80\x71\x4d\x13\xbb\xc7\xb0\x9e\xf2\xee\x47\x97\x68\x99\xf7\xa3\x4b\xb4\x37\x4c\x0f\x4b\x41\x03\x38\x70\xe5\xb2\xcb\x50\x58\xb9\xdc\xca\x1f\x65\x3e\x40\xe7\xb2\x92\x1d\x98\x73\x49\xd6\x06\xe6\x5c\x52\x88\x02\x73\x2e\x3a\x9b\xf2\xd1\x6a\x79\xea\x06\x5b\xee\xd4\x15\xe2\xb9\x34\xc9\xa6\x7b\x2f\x7b\x88\xde\x32\xe4\xa7\xd3\x4f\x89\xda\xce\xc2\x79\x4d\xc3\x28\xf1\xe7\x34\x38\x79\x10\xa8\x8d\x72\x05\x16\x5d\xde\xcb\x99\x6b\x22\xef\x2a\x1e\x4c\x1d\xb5\x43\x79\x6e\x14\x79\xd6\x0d\x7b\xfa\xd1\xcd\xeb\x24\x66\x57\xdd\xd0\x73\x03\x16\x07\xf4\x5c\xf6\xae\x18\xe4\xb9\x7c\x6e\xba\x35\x32\x37\xb8\x2e\xce\xe7\x47\x85\x27\x25\xe3\xc4\xd6\x61\x56\x8f\xb7\x4a\xce\xae\x10\xb8\xb3\xa1\x93\xc0\xa0\x2b\x7b\x20\x9e\xcd\x28\xfd\xc1\xc5\x30\xcc\xa1\x73\x02\xa5\x11\xfc\x4c\x2d\xc5\xb3\xc5\xeb\xe4\x0f\x42\xfb\xd0\xb8\x67\x4f\x35\xea\x8a\x48\xed\xb5\xe6\x06\xad\x73\xd8\x04\xad\xf3\xea\xef\xc1\xef\xcd\xa0\x68\x00\xd8\x9d\x73\x98\xea\xcd\x8c\x21\xfd\xad\xad\xa4\x1b\xf5\x63\x20\x34\xb7\x76\xb1\xe9\xea\xe9\x2a\x41\xd8\xd6\xc2\xe6\x01\x8a\xd6\x2b\xd9\x67\x1b\x8d\xf8\x59\x39\xc2\xfe\x81\x08\x8a\x08\xd2\x40\xd3\x65\xbd\xdb\x9e\x4f\x55\xdd\x7e\x61\x61\x98\x81\xc0\x28\x5a\xfa\x3c\x48\xdb\x8a\x7e\xe0\xd7\x65\x4f\x18\x8f\x4e\x00\x5e\x28\x3e\xc6\x40\x73\x80\xb7\xb8\xcd\x9e\xf0\x7c\xf8\x5b\x55\x73\xdb\x21\x88\x1e\xcf\xc2\x45\xc3\x39\xaa\xff\x9d\x12\xcd\xa3\xff\x9d\xd7\x9c\xa0\xdc\x0d\x6f\x0d\x9e\x2d\x6f\xcb\xae\x8d\x4c\xba\x87\x63\x79\xaf\x6a\x29\xcb\xdb\x79\xff\x67\x68\xe4\xa4\x06\x40\xf1\x12\xf3\xd9\x52\x36\x9b\xf9\x7b\x28\xb7\x72\xa0\x17\xea\x6e\x1a\xdb\xe2\x55\x6a\xee\xfe\xcf\x84\x66\x7d\xbf\xc7\x66\x09\xbe\x30\x1c\xdd\xdc\xac\x30\x98\x32\x58\x77\x4d\x93\x81\x57\x63\x49\xc5\x23\x80\xef\x9a\x16\x07\xaf\xf2\x33\x0c\xef\x55\x7d\x98\xfc\x9f\x11\x60\xbe\x00\x74\xd7\x3a\xec\xeb\x55\x94\xe6\xd8\xf0\x9e\xbb\x0f\xfc\x90\xd7\x0c\xd5\xdc\x7b\x08\x28\x1b\x33\x72\xcf\x69\x1b\x31\xcc\x7b\xe3\xd7\x0d\x81\xe5\x0d\x62\x58\xeb\x43\xfa\x9e\x6c\xfe\x80\x87\x27\x5d\xfb\x6a\x5e\x0e\x16\xf4\x78\x9b\xd3\x9e\xbe\xf1\x6a\x5f\x4d\x10\x50\x62\x69\xfc\xd9\xbb\x03\x98\xb1\xe6\xbd\xa8\xd0\x62\xde\x78\xbe\x44\x9c\x56\xaf\x0e\xb4\xd8\x36\xa6\x79\x11\xba\xbc\x09\x05\x27\x2c\x1a\x42\xf1\xc3\x0f\x51\xfa\xd8\xd3\x87\xaf\x1a\xd3\xf2\x84\xbf\x00\x13\x96\x9d\x18\xef\xd8\x93\x97\xf2\xb0\x47\x37\xa4\xa2\xc0\x60\xf5\x84\xff\xbd\x7b\xe3\x40\x8c\xd8\xc8\x60\x8a\x9e\xef\x54\x89\x0b\xdb\x03\x00\xac\xe9\x53\x08\x9e\x57\x64\xf1\x45\x19\x88\x15\xf9\x7a\x69\xe1\xed\x32\x28\x5e\x3b\xac\x82\x28\x5e\x15\x7c\x8c\xf1\x72\x97\xaf\x46\x01\xdc\xae\xc8\x4e\xed\x8d\x74\xa1\x95\x28\x08\x5d\xb1\x7b\x93\xe5\x96\x9d\x20\x49\x80\xc5\x95\xe4\x58\xc0\x6f\x45\x16\x7f\xe8\xbe\x50\xa4\x0c\xd9\xbb\x60\x71\xb6\xbc\xbf\x13\x67\x2b\x79\xcf\xfb\xde\x3b\x84\xbd\x59\xd8\x17\x58\xbb\xef\xb3\x9b\x42\x57\xa2\xeb\xf0\x86\xf5\x7d\x76\x89\x74\xe5\xb3\xdb\xc5\xb7\x9e\x5d\x3c\x5d\xf9\x0c\x57\x83\x1f\x33\x7c\xa2\xc3\x8a\x71\x9d\x17\x27\xa0\x70\x35\xaf\xca\x5e\x7d\xa2\xc0\x0d\x19\x20\x72\x35\xaf\x15\x5f\xc3\x68\x78\xdb\xf0\x0a\x00\xea\xcd\xf4\xbb\xef\x47\x8a\xc9\x58\x36\xce\x16\xe3\x46\x7a\x13\xb0\xb1\xb7\x3c\x69\xbc\x32\x56\x17\xc7\x6b\x4d\x68\x09\x9a\x0b\xf7\xca\x17\xbb\x73\x15\xbc\x40\x6a\x25\xcf\xf0\xa0\x68\x35\x75\xaf\x80\x68\x45\x6d\xc9\xac\xd9\xb9\xb7\xdf\xef\xe7\x92\x45\x8a\x7a\x45\xff\x76\x12\x7c\x7b\x69\xd1\xf2\x8f\x78\xed\x08\x02\xaf\x7a\x09\x2f\xd2\xdf\xc5\xd6\x96\xfc\xa1\xf8\x29\x5f\xc0\x0d\x82\xe5\xbe\xdc\xed\xab\x6f\x7d\xbd\x40\xf1\x04\xf3\x2e\xab\x1e\xed\xfe\x36\xcf\x83\x95\x7f\x87\x5b\x4d\xf2\x17\xd1\x46\x3a\xff\xef\x19\x38\x79\x79\x4c\x95\x79\x21\x94\x08\xd3\x1c\x24\xac\xa6\xb6\xe8\x13\xbb\xd3\x3b\x90\xcf\x7b\x0f\x4f\x1d\xdf\xb9\x0b\x31\x19\x55\x61\xa0\x84\xb2\xaa\x27\x5c\x1a\xc8\xaa\x18\x1c\x8a\xf7\xf6\x5e\xdd\xf8\x06\xad\xf2\x10\xf2\x11\xe7\x42\x01\xfd\xc3\x2b\x49\x35\x07\x00\x54\x91\xe3\xe4\x45\xb0\x01\xb6\x95\x0f\x53\x6c\x95\x16\x22\x50\xa9\xb8\x11\x81\x6a\x78\xea\xf8\x3c\x8e\x78\xa0\x00\x5e\x2a\xaa\x42\xed\xb1\x25\x53\x85\x04\x74\x54\xd6\x6e\x18\x80\xa8\xe6\x89\x1d\x7c\xa8\xe6\x69\xef\xe3\x8c\x1e\x07\xeb\x3f\x30\x41\x70\xa4\x9a\x3a\x13\x71\xa4\xea\xd9\xfd\x02\xc3\x78\x5a\xba\x87\x58\xb6\xff\x8d\x2a\xd5\x76\x39\xb2\x18\xb6\x70\x20\xa6\x9a\x5b\xd4\x67\x60\x25\xcf\x49\xc0\x4a\x35\xe5\xed\x0f\x03\x32\x8f\x9e\x9f\x87\x88\xb6\x5f\xdc\x34\xaa\xa9\xb8\x65\x66\x3f\xf8\xb8\xa2\x57\xf4\x03\x56\x2a\x12\xf1\x59\xaf\xe8\x3d\x4d\x7d\xd8\x65\x7b\xd0\xf9\xb8\xa1\xf7\x48\x0a\x94\x54\xe4\x30\x91\xd3\x9c\x83\xca\xb7\x4f\x11\x70\x54\x41\xa3\x86\x67\x2b\x41\xa3\x2a\x90\x3a\xe3\xeb\xbb\x48\x92\x61\x11\xa6\x0c\xf7\x11\xe2\x42\x4f\x72\xd1\xa4\xa6\xb7\x78\x1f\xc8\x04\x4a\x98\x9f\x27\x75\xbd\xbc\x3f\x4f\xe7\xea\x38\x3e\x7d\x9a\xc0\xe7\x19\xe0\x4c\xc5\x60\x5b\x08\x5d\xef\x4c\x65\x6f\x51\x56\xfb\x50\xf6\x2b\x73\x7c\x9c\x48\x14\x46\x3e\x7c\x7f\x15\x78\x3e\x63\x23\x8e\xe6\x0f\x0c\xae\x73\x2b\x8e\x27\x4d\x21\xe3\xd3\x92\x1b\x8e\xfd\x19\x12\x79\xb0\x95\x00\x13\xd5\xdc\xb7\x3f\x03\x39\x81\x0d\x34\x3e\x6e\xd5\xdd\xea\xbf\x69\x35\xe8\x83\xb9\xdb\x6d\x22\xf9\x2a\x1b\xc6\xc7\xae\xe4\x76\x25\x7c\xd4\x14\x5a\xe4\x9b\x7b\xd0\x2d\xe4\xf5\xc5\x8f\x29\xa5\x58\x2f\x14\xf9\x6e\x3e\x9f\xd1\x92\xdd\x86\xbf\x6b\xf7\x28\x75\xb9\x76\x73\xf9\x18\x67\x0d\xb7\xbb\x2f\x36\xaf\xa4\xf1\xe5\xc7\xcd\xfa\x6e\xee\xe5\x54\x86\xd1\x7d\xc6\x49\x04\x16\x69\x7c\x6e\x6a\xd6\x11\x03\x35\x79\xf7\x77\x5b\x11\xe9\x9e\x35\x91\x9d\xbe\x5b\x71\x79\xa7\xc2\x44\xcc\xeb\xa4\xef\xde\x21\x79\xa9\xc9\xed\x91\x0d\x9e\xfb\xb1\x8d\x0d\x0e\x0a\xdf\x03\x00\x8d\x1d\xff\xc8\xb7\x1c\x43\xc0\xaa\xe5\xac\x1f\xd6\xe2\x32\xec\x6f\x6f\x62\x8e\x21\x07\x85\xcd\x40\xd9\xc3\x0c\x55\xf8\xb1\x85\x6d\x96\x89\xe6\xdd\xfd\xe8\xd3\x8d\xea\xb0\x00\x34\xde\x16\xf6\x2a\x84\x23\x7e\x7c\x1c\x0d\x06\x9b\xe9\xb7\x6f\xfb\x91\x0d\x3f\xb6\xa3\xcd\x09\x95\xf3\x35\x07\xf9\x88\xe9\x64\x84\xf2\x2f\x44\xf8\xac\xc6\xf0\x73\x3f\x92\x11\xba\xd1\x0c\x39\xec\xe7\x97\x68\x83\x17\xf7\xde\xa9\x7d\x6a\xc3\x35\x1a\xf9\x0c\xdd\xa4\x65\xc9\xb7\x76\xe7\x50\xc5\xb5\x3b\x81\x52\x34\xf4\xb6\x74\x23\x11\x03\x21\x35\xbe\xa5\xa5\xf5\x9f\xc3\x38\x7f\xcb\xfa\x30\x0a\x6e\x5d\xd5\xcf\x19\x62\xcc\x0a\x30\x6a\x30\xb9\xa5\xc3\xae\xe7\xff\x25\x76\x80\xf6\x22\x0b\xd1\x5d\xe3\xe8\x45\xc0\xe2\xb1\xff\x77\xc2\xc2\x74\xd6\xb1\xd7\xc8\xe4\x65\x62\x98\x58\xf8\x9f\xc9\x0b\xf7\x5b\xe8\xc1\x5d\x2e\x0b\xa7\x25\xb9\xcf\x42\x2a\x97\x97\xac\xd8\xdc\xb2\x7d\xb2\x4e\x4b\xa3\x4a\xc2\x4f\x6b\x77\xb2\x4e\x75\x4f\xc8\xf1\x4b\x3b\x6f\x6f\xd9\xd6\xc9\xf2\x6c\xfe\x40\x17\xb0\x86\xd7\x69\xd1\xa6\x41\xee\x38\x2d\x4e\xdb\xc6\xfd\x59\xb6\x4f\x66\xee\x4a\xee\x72\x4c\xe9\x95\x64\x07\xdd\x5f\x98\xba\xcd\x1f\x76\x1f\x50\x86\xb6\x6f\x5a\x9e\x2c\xc3\x47\x15\x7f\xb8\xc0\x93\xa6\x52\xc6\xe6\x50\xb7\xb2\x92\x7b\x03\x0b\x75\x19\x29\xf1\xdc\x59\x9c\x35\x0e\x47\x32\x4a\x32\x25\x66\xfb\x8a\x32\xf2\x0e\xcd\x43\x27\xe6\x5d\x47\x53\x29\x24\x22\x5b\x2d\xc3\x20\x36\x8b\xcc\x5c\x49\x32\x17\x56\xb6\xb3\xcc\x2e\x2f\xeb\x7e\xd8\x9e\xa3\x70\x54\xec\xbb\x77\xf3\xe2\x96\x95\x6e\xd0\x3e\x5c\x73\xb3\xa5\x81\x78\xdb\x2f\x0c\xad\xf3\x42\xa8\x6a\x0d\x7b\x37\xde\xdd\xce\xce\xd8\xb2\x10\x16\x36\x00\xbb\x17\xca\xee\x51\x2a\xe5\x76\x6f\xef\x6a\x38\xee\x25\xc0\x72\x17\x77\x3c\x62\x17\xcf\x5a\xa7\xae\x62\x65\xfd\x7f\x59\x27\x32\x54\x77\x3b\x67\x4c\xd5\x7e\x0a\xde\xb7\x34\x16\x1f\x76\x15\x9e\x57\xbb\x13\xbc\xea\x57\x73\x05\x8e\x5e\xdb\xcd\x60\x13\x57\x2b\x22\x8a\x9e\x07\xac\xe5\x29\x50\xc3\x98\x35\x65\xd4\x14\x41\x28\x08\x2f\xa7\xd7\xde\x19\x9c\xd4\x1e\x6b\x5c\x10\x38\x0b\xed\xbe\xe5\x86\x17\x80\xe7\xb1\x51\xdc\x54\x9a\xad\x6b\x57\xd6\x97\x3d\xc8\x7c\x37\xb6\x8f\x62\xc4\x7b\xf0\xdd\x8a\x27\x2f\x60\xdc\xda\x4f\x06\x50\xdc\x9c\xeb\x97\xc5\xd1\x08\x2f\x75\x11\xe2\x16\xfe\x44\x5e\xab\x82\xee\x96\x0d\x9f\xb9\xee\x5d\x0d\x33\xd0\x4d\xb6\xda\x08\x0f\x5e\x53\x2f\xfc\x8c\x14\x7c\x56\x6c\x10\xc3\x48\xac\x42\xbd\x19\xd3\x69\x19\x1e\xd0\x7b\x74\xa0\xde\xba\x62\xe2\x46\x7a\xf3\x76\x55\xa4\xb7\xa1\x86\x6d\xc5\x61\xa8\xb7\x3f\x42\x54\x8e\xf5\x94\x7f\xfd\xd5\xa7\xa3\xcc\xa9\x49\x55\xcd\x7a\x14\x47\xad\x24\xe7\xa4\xe2\x55\xf7\x32\x78\x44\xdf\x85\xba\x87\xcb\x26\xdc\x59\xfa\x7e\x11\x86\x84\x06\xbc\xbb\x9e\xe4\xf7\xa4\xe4\x24\xd1\x5b\x57\xab\x9a\xa5\x09\x74\xdf\xa9\xe0\x6a\x48\x6e\x6b\xab\xa3\x76\x2a\xd8\x23\x67\x6c\x90\xe2\x62\x3c\xe9\x62\x6e\x66\xdd\xb2\x80\x8a\x8b\xef\xd2\x4b\xfb\x14\x64\xe7\x13\x4b\x42\xed\x12\xb0\x71\x7d\x73\x9f\x4f\x3d\xf4\x7e\xc1\xe3\xdc\xa9\x41\x28\x89\xc1\x79\x13\x08\xb9\xec\xfd\xfd\xfa\x5c\x44\xa6\xdf\x3c\xd1\x0c\xcc\x13\x8e\xb1\x40\xcb\xed\xc8\x08\x6b\x2b\x97\xac\x13\x26\x68\x83\x13\xde\x5a\xbb\x79\xa6\xda\x53\x94\x4f\xc5\x16\x97\x3d\xd2\x2e\x6c\xd3\x26\x87\x9b\x25\xb6\x8d\x7a\xb1\x05\x9e\x8d\x7a\xf2\xb5\xf6\x4c\x69\xff\xf6\xf7\x04\x81\x2e\xb1\x80\x27\x08\x74\x89\xa3\xd1\x14\x81\xae\xa2\xab\x9b\x20\xd0\x65\x70\xed\x26\x08\x74\xb1\x56\xcc\x4d\x47\xc5\x49\x75\x02\x41\x77\xd2\x51\xf3\xd8\x91\xf6\x8b\xb9\x6f\x2a\x55\xf8\xdf\x63\x59\xf0\xc0\x09\xd2\x5c\x03\x2a\x72\x02\x34\xd7\x58\x2c\x13\x9c\xb9\x9c\xa4\x13\x3c\x0a\xb0\xfe\x09\xcc\x5c\x1b\x93\xbc\x84\x8e\x3a\xf6\xff\x5c\x2a\x5b\x98\x9b\xdb\xf4\xff\xc6\xf7\x33\xff\x13\x8f\xe3\xf4\x9b\xae\xad\x46\x55\x63\x6b\xeb\x3d\x18\xf1\x3c\xce\x8b\x5e\xf2\xa3\x9e\x26\x87\x89\x30\x1f\x6b\x26\xa2\xa6\x87\xff\x2f\xd4\xac\x74\x0c\x76\x6c\x1c\xa8\xa6\x90\x74\xd3\x0e\x4b\x89\x05\x4b\x7f\x25\x62\x4c\x17\xe9\x9d\x34\xf4\x5d\xf2\xa4\x31\xfd\xc1\x1d\xab\xfa\x02\x32\xd4\xa0\xde\xa2\x17\x33\xad\xe7\x81\xe1\x77\xb6\x0d\xb8\xf1\xe2\x66\x33\xc1\xa6\x6b\x9c\x88\x27\xd0\x74\x8d\xfb\xe4\x29\x34\xdd\x40\xbd\x38\x0f\x42\x60\x24\x7b\x86\xed\x0a\xe3\xc4\x09\x18\x5d\x47\x61\x37\xc1\x9f\x6b\xc0\xf0\xcc\xc3\x80\x53\x18\x52\xcd\xa3\xe8\x70\x63\xcf\x70\x25\xdc\x9c\x33\x3a\xf7\xe2\x14\x38\xc1\xa2\x8b\x26\xf9\x82\x5d\x8f\x95\xd5\x1c\xcd\xca\xb2\x13\xcd\x93\x3e\xe0\x4e\x6b\xec\x22\x70\x0f\x72\x44\x8b\xbb\xb9\x33\x91\x5d\x09\xcb\x85\x79\x60\xa4\x46\x48\xa2\x79\x54\x66\xe8\x49\x1a\xcc\xcf\xe6\x49\x1a\xb6\xa1\x5d\x09\x6e\x86\xe7\x1f\x4f\xb9\x53\x24\x3c\x60\x51\xe7\x11\x07\xd0\x5e\xac\xad\x10\xb0\xc3\x51\xaa\x74\x55\xf2\x07\x79\x9a\x93\xa8\xda\x6f\x54\x05\xc3\xb4\xec\x4c\x06\xe3\x18\xdd\xcd\x04\x22\x2f\xfa\x93\x69\xad\x61\x9a\x75\x6c\xa0\xad\x3a\x18\x6a\x3c\xb9\xe5\x9b\x47\xc3\x0a\x29\x9b\x81\xfa\x39\xd3\x0c\x4f\x75\xfa\xbf\xa2\xb6\x95\x05\x53\x6f\xec\x1f\x80\xc0\x76\x4e\x70\xab\xcc\xed\xe6\x3c\xb4\x22\xdf\x45\x73\x58\x9d\x89\x12\xba\x8b\x7c\x52\x59\x2c\xc7\x8b\x83\xc4\x61\x75\xda\x08\xfc\x9a\x88\x1f\x30\x8f\x0e\xf6\x69\x96\xee\x29\x6b\xfa\xc3\xc5\x00\xf8\x03\xd1\x46\x9c\x37\x5c\x30\x4f\xbb\x0f\x1f\xe4\xe2\xea\xe2\x4a\x99\x88\x9d\x13\x78\xbd\x86\x83\xcf\x3c\x86\xb5\xa3\x12\x23\xff\xeb\xaf\x4a\xbc\x87\x79\xa8\x34\xad\xe6\x95\x47\xda\x61\x1e\x73\xad\x84\xfe\xcb\xbb\x16\xdc\xc8\x4d\xd7\x2c\x47\x5e\x20\xce\xe6\x31\xf6\xe8\xd2\x01\x43\x3e\x65\x57\x0a\x10\xd4\x9c\x69\x83\xfe\xcb\x74\x99\x06\x6e\xdd\x1f\xe2\x34\x9c\x87\x43\xba\x35\xae\x96\x2e\x26\x2d\x17\xa9\xf3\x30\xc8\xd5\x66\x99\xfa\x38\x9f\x16\x39\xd5\xa7\xf8\xcb\xb5\x47\x86\xf2\x2f\x37\x85\x4e\xa7\x5c\x32\xe6\xfd\x0b\xd3\xbe\x52\xbe\xd1\xac\xda\x4e\xd5\xb8\x20\x36\x11\xd3\xc5\xb1\xb9\x3c\xfb\xd1\xe0\xcb\x96\x50\x47\xcd\xc6\xbb\xfb\x00\x67\xd8\xe9\x5c\xdb\xfa\xda\x49\x11\xb7\xfa\x2e\x7b\xfb\xde\x0b\xdc\x5f\xe0\x3a\x99\xba\xdf\x4a\x05\xf2\xac\x1b\x24\x28\xf9\xb1\xb1\x1f\x37\x03\xbf\xdd\x0e\x2b\xc5\x23\x96\x9c\xfe\x60\x5c\x10\x6e\x10\xe6\xf1\xec\xbe\xa3\x21\x5b\x13\x2b\x7b\xda\xd7\x5d\x7e\xf9\x11\xb1\x84\xaa\x3c\x7b\x15\xf8\x83\xc8\x8d\x34\x65\xcb\x11\xc3\x17\x7b\xcb\x06\xbf\x1e\x7c\x2c\x9f\xc3\xeb\xcc\x64\x7f\x9d\x06\x83\x76\xbd\x6a\xdb\x2d\xf1\xc5\x98\xce\x06\xeb\xf2\xdc\xdd\x12\x0d\x50\xe5\xf6\x80\xb4\x41\x68\xa2\x09\x82\x5e\xc3\xa8\x7f\x1e\x5b\xcb\x6a\x43\x40\xe7\xc1\xa6\x66\x1e\x1a\xaa\x77\x17\x24\x3e\xce\x65\xff\xa0\x0e\xdd\x91\xf6\xb8\xbb\xb7\x17\xc1\x68\xbb\xec\x51\x93\xaf\xbd\x53\x2f\x9d\xc2\xa8\xe2\xda\x63\xf2\x27\x59\x6f\x8a\xa2\xd7\x65\x5f\x48\x0d\x6e\x44\xe7\x3e\xc9\x4e\x5f\x68\x58\xf1\x7f\x45\x58\x26\xb1\x28\x78\xd3\x3d\xfd\xdc\x9a\x5a\x66\x34\xd8\x77\xd1\x66\x5f\x14\xd7\xe9\xb1\xd3\xf8\x90\xd8\x6e\xcd\xf3\xf4\xcb\xe4\x3f\x3d\x50\xd0\x03\xe7\x89\xd7\x58\x36\x91\xd6\x46\x21\x77\x4e\x91\xf0\xaa\xe2\x82\x48\x78\x03\x3d\xfc\x3c\x39\xb5\x02\xca\x38\x4f\xfd\x8f\xb1\xcc\x9a\xa7\x2e\xc7\xc4\x61\x9f\x1b\x0a\x0f\xe5\xf9\xdc\x50\x78\x58\x51\xcd\x33\xed\xc6\x90\x2c\xc9\x80\xc9\x9f\xd4\xcc\xd9\x17\x89\x4b\xc3\xe2\x0f\x72\x0a\xc6\xef\x34\x14\x24\xb7\x33\x13\x84\xbb\x86\x65\xeb\x3c\x0d\x69\xec\xf6\x7b\x66\x1b\xec\xff\x36\xb8\xf9\x22\xfb\x9f\x66\x77\xf7\x66\x86\x9e\x5b\xf1\xcb\x44\xdc\xe0\x77\xe0\xf8\xce\x0d\x7e\x87\xd9\xcf\x14\xfc\xae\x82\xc4\x3b\x4f\x4d\xc5\x9b\xa3\x54\x86\xbf\xd0\x4b\x44\x39\x4e\x56\x00\xfd\xee\x2c\xe6\x20\x30\xb1\x25\xe2\x44\x0c\xc0\xc0\x3c\xd9\x82\xf3\x4e\x83\x2d\xa0\xcd\xdd\x07\x43\x47\x1b\x6f\x2c\x42\x41\xcf\xb3\xee\xa2\xc9\xcd\xe6\x8c\x92\x69\x9e\x6e\xc8\x45\x3a\x0d\x74\xdd\x9c\x6e\xc0\x88\x92\x67\xd5\xec\xce\xce\xd2\x7d\x6b\xee\x97\xdb\x56\x90\xac\xed\x3e\xa5\xba\x6c\xaf\xd5\x9a\xa0\xe9\x9d\x0e\x4f\xdb\xcb\x83\x8e\x6b\xb0\xac\xe2\xff\xdd\xef\x52\x5f\xe2\x20\x4f\x67\x7d\x33\xc2\x83\x89\xe8\x84\xe6\xff\x4e\x60\x27\x8d\x3b\x27\x5c\x11\x7c\xbc\x36\xe1\xf5\xc0\xe3\x45\xd5\xf9\x6a\x37\x00\x00\xf5\x60\xe7\x24\x1a\xfe\x04\x2a\x2f\x29\xf9\x01\x95\x17\x19\xa8\x78\xdf\x6d\xf5\xc5\x23\x94\xa3\x21\xec\x6c\x73\xfc\xdd\x18\x2b\xa9\x86\xfc\x19\x76\xb7\x51\xf1\x86\x83\x2c\x2a\x1e\x26\x26\xf3\x04\x1e\xa7\x38\x9a\xee\x86\xd5\x1c\xbb\x44\x7f\x80\x0d\x5a\x47\x6c\xb0\x94\xc0\x4e\xc1\x71\x92\x23\xa8\x3a\xd8\xc2\xbd\x72\x54\xf2\x3c\xb1\xf0\x6e\x4e\xe4\xb9\x97\x11\x75\xd7\x7d\xca\xb9\x20\x32\x4e\x77\x34\x31\x4f\x21\x64\xe7\x14\x08\xaf\x02\x77\x3c\x4f\x63\x63\x75\x7b\xf1\xb2\xb5\x64\x8f\x23\xbc\x1e\x5a\xf3\xbc\x76\xfb\xa8\x89\xb1\x8e\xc1\x57\x9e\x27\x6a\xde\x29\xab\xb8\x6c\xd3\x1f\x25\xc0\xf3\x42\xb8\xb3\x29\x6e\x93\x32\xa1\x7b\x73\x5e\xbe\x76\x23\xd0\xb1\xf9\x8b\xa5\x57\x41\x55\x9e\xa7\xd1\xb5\x86\xd9\x6f\xf8\x7e\xa3\x29\xee\x92\x8d\xae\x73\x97\x1c\xf6\x8a\x21\x95\xb3\x3f\x50\x61\xb9\x06\xda\xe0\x39\xed\xec\x5b\xae\xe5\xb8\xb9\x97\x4e\xbb\xc8\x88\x5b\xdd\x81\x23\x44\xf2\x9c\xb6\x5e\x33\x12\x85\x61\x60\xf3\x72\x71\x0a\xa2\x1d\x3e\xad\x2f\x56\xda\x00\x80\x4c\x21\xf4\x00\x75\x9b\xa0\xe6\x35\x62\x1b\xcd\x53\xc0\x77\x97\x11\xd0\xb5\x04\x9f\x9c\x00\xe8\xe5\xe1\x42\xd7\x89\x59\x16\x4b\x7c\x11\x25\xfe\x73\x1f\xe6\x49\xc3\xdd\xe6\x6c\xa6\x81\xa5\xba\x8b\xbc\xb1\x0b\x9e\x32\x71\x23\x8d\x74\x7b\x39\x8e\xf2\x3a\xe8\xcf\xd3\xad\xd9\x39\xf2\x6a\x39\xe1\xc2\xc1\x80\xa4\x3a\x14\xee\xcc\xee\x20\xdc\x7f\x4e\x97\x2c\x06\xda\xc4\xba\x9b\x40\xe8\xe5\xc3\x5a\x60\x26\xd2\xed\x09\x6e\x3c\x95\x82\x36\x20\xde\xb0\xeb\xb4\x06\xe9\x76\xaa\xe1\x98\x93\x1d\xb6\xbc\xd3\xb5\xc7\x96\x7b\x11\x47\x87\x53\xe7\xb0\xee\x07\x96\xcc\x8a\x7d\x15\xe4\xbb\x36\xbb\x1f\x7b\x4d\x45\xef\x70\xe9\x39\x11\xdb\x36\xd8\x9d\x47\xe2\xa4\x7b\xf3\xd8\x2f\x98\x19\x14\x53\x59\x22\x87\x01\x40\xed\x22\x4b\xe5\x85\x8e\x63\xc4\x04\xb2\x4b\xd8\xac\x4c\x90\xec\x32\x88\xa3\x13\x24\xbb\x93\x88\x3b\x13\xf0\x3a\x9d\xcb\x67\xe2\xa8\x8d\xc6\x67\x26\x2c\x3a\xc0\x7e\x99\x89\xe3\xf5\x44\xb6\x4a\xe7\x56\xa7\x9b\x88\x53\x0f\xc2\x46\xe2\x5a\x74\x7a\x74\x4c\x86\xa8\x02\x9e\x7b\x82\x32\x27\x18\xf2\x04\x4d\xae\x4d\xc4\x55\x40\xe3\x22\x51\xe2\x05\x33\x28\x7a\x6a\x83\xc3\x31\xbd\x00\x87\x8b\x44\x99\x17\x5c\x64\x6c\x44\xb6\xa5\x66\x78\xa0\x53\x9a\x96\x98\x5c\x34\xcf\x84\x25\xa6\x93\x13\xd0\xb8\xd1\xac\x86\x8e\xca\x5c\x5d\xce\x54\x76\x3d\x28\x8f\x9b\xd3\x73\xff\x40\xbb\x99\xf2\x49\x47\x65\x0f\x3b\xa9\xec\xfe\xa7\x22\xdc\xa9\xe2\x7d\x30\x93\x47\xdb\xe1\x97\x2e\xcb\xa0\x86\x84\x56\x26\x1c\xc4\x4c\x1a\x41\x7b\x86\x02\x64\x6e\xa0\x58\x9d\x1b\x63\x0e\xf8\xf1\x99\xb8\x29\x9d\xcc\x74\xf0\xe6\xf4\x98\x9e\xc9\x80\x8f\xaa\x1c\x80\x9b\x6b\x13\xa9\x39\x69\x94\xd9\xed\x36\x83\x24\xd7\x3f\x05\xae\x9f\x42\xd1\x4d\x76\xcd\x64\x94\xc8\xc3\xaf\x31\xb4\x88\xf3\xa2\xcf\x55\xe0\xcf\x67\x6a\x4e\x4a\x87\xb6\xa1\xd5\x44\xf2\x10\x7d\x0e\xcc\xb8\x99\xc4\x1e\x18\x0e\x2d\x47\x5a\xbc\xc1\x66\xf2\x44\x0b\x2b\x07\x89\x2e\x12\x99\xdb\x75\x83\xa8\x97\x36\xf8\x2c\xbd\xa5\x0b\x73\x77\xb6\x62\xe1\x3c\xa7\x53\xda\xab\x52\xee\x02\xe7\x86\x92\xe3\xa6\x6d\x82\x1e\x97\xbb\x0d\x31\x82\xf2\xb0\xf2\x78\x23\x77\x8b\xc7\x5c\x39\x3b\x56\x18\xde\xec\xf5\x14\xe7\xc6\x41\x84\x95\x29\x8c\xdc\xe0\x32\x77\x02\x23\x17\x45\x98\xe3\xf5\x17\xea\x68\xa8\x2b\x95\x07\x60\xc7\x25\xd4\xb0\x53\xe8\x38\x11\x56\x27\xd0\x71\x6d\xda\x59\xd3\xa9\x45\xa5\x30\x5d\x9e\x88\x7c\x49\x20\x00\x95\x4b\x80\xc8\x65\xcf\x05\x49\x13\xcf\xe1\xb4\x06\x64\x56\xb1\x22\x11\x27\x79\x22\xe2\x25\x94\xe3\x73\x67\xb0\xdd\x4e\x58\x2d\x7b\xba\xdc\x43\xdf\x26\x4e\x15\xc9\xc0\x1c\xdd\x65\x74\xe9\x49\xed\xc4\x24\xbe\xe4\x9e\x4d\xdc\x7b\x4e\xd5\x1b\x1b\x07\x8e\x8b\xde\x09\x0e\xdc\x99\xf7\xfc\xd5\x8f\xb8\xbb\xc4\xd0\x6b\x83\x7d\x31\x93\x7a\xed\xee\x02\x25\x72\x31\x08\x65\x33\x79\x0b\xda\x77\x76\xd7\x05\xd2\x47\x7a\x14\x2c\x9c\x41\x02\x00\x24\x1b\xfc\xc8\x68\x9c\x36\x7b\xab\x73\xed\xaa\x99\xe6\x42\x79\x26\x6f\x42\xdd\x80\x12\x87\xc8\xa9\x26\x21\x3d\xbb\x1c\x5f\x38\x08\x70\x89\x37\x13\x66\x3b\x13\x39\x05\xf8\x38\x9d\x92\x27\x88\x71\x59\x55\x00\x88\x71\xfa\xfb\x4e\x50\xe2\x06\xba\xe4\x99\xdc\xd7\xd8\xf2\xd3\xbb\xdb\xeb\x87\x58\x8a\xce\xa7\xd7\x15\xee\x28\x7e\x96\x40\xa2\x4f\x79\x07\x89\x25\xa9\xa3\x26\x1c\xdd\x14\xf5\xad\xb8\x2e\x04\xbe\x19\xae\x85\xcf\x02\x4d\x64\x81\x96\xfe\xd9\xc1\x7e\x8a\x4b\x84\x5d\x9e\xfb\x81\x35\xe1\x9c\x09\x88\xf0\x4c\x5e\xab\x76\xdb\xaa\x35\x0f\x2a\xf5\x99\xe2\x9c\x99\xf1\x74\x9e\x20\xc0\xa5\x3d\x4d\x05\x7a\x1b\xce\x6b\x6c\x1b\x9b\x4c\x28\xb6\xbf\x41\x8c\xfa\x09\xe8\x5b\x3f\xd8\xdd\x01\x7d\xd3\x07\x79\x26\xcd\x1f\xad\xd3\xe2\x9a\x19\xfd\x5f\x3e\x76\xc9\x95\x17\x2c\x0d\xbb\xff\x03\xed\x46\x90\xda\x09\x9e\x5b\xf7\x14\x96\x8f\xdd\xec\xc6\x8b\x27\x9f\x6c\xaa\x45\xd9\xc7\x9f\xf8\x5f\xe6\x1c\xca\x05\xe6\xcc\x7a\x4a\x63\x05\x30\xb3\x01\x1f\x55\x56\x65\x3d\xa2\xb9\xe6\x98\x99\x2d\x10\x73\xa7\x99\x51\x24\x1f\xf0\xb6\x7c\xda\x5e\x33\xec\xbe\xee\xbc\xbc\xb4\xc5\x44\xf0\xfb\x6e\xe6\x3d\x1b\xf8\x81\x43\x28\xc1\x01\x27\x98\x71\x03\x7f\xdd\x09\x64\x5c\x3f\x90\x71\x41\x8c\xeb\x07\x22\x66\xd6\x1d\x5a\xa5\x7a\x4e\x4e\x44\xff\xe7\x9c\x9c\xcd\xec\x46\x95\xcd\x8d\xce\xc1\xa6\x26\xd9\x09\x0c\x21\x0b\x78\xd0\x77\x79\xc0\x86\x9f\x7e\xea\x41\x73\x6d\x8e\x8f\xb2\xe9\x01\x2e\x51\xd5\x08\x81\x2a\x57\x0e\xf3\xe6\xbd\x34\xa9\xa0\x37\xaa\xc4\xa7\x9b\xc0\xca\xf5\xe3\x30\x95\x4c\x9c\xd5\xbc\x71\xe5\x54\x1f\x83\x1f\xd7\x8f\xc3\x1f\xe2\x24\x7a\x20\x04\x03\x05\xd7\x0f\xc7\x7f\xef\xbd\xb0\x9f\x5c\xe4\xd5\x64\xde\xbe\x12\x4e\x06\x36\xdf\x0c\xa4\xcb\xcc\x05\xb4\x43\xe7\x95\x37\x9c\x70\xa2\x2c\x5a\x81\x1a\x5c\xc1\xe0\x06\x56\x11\x33\x1b\x88\x19\x57\xd7\x09\x00\x5c\x06\x47\x6a\x82\xff\x16\x59\xe8\x06\x02\x8e\x1c\x08\x5e\xc0\xbf\xe9\x48\x3d\x73\xdd\xdc\xc6\x1c\x8a\x01\x30\xc5\x5c\x0d\x5a\x6b\x8e\x87\xdc\xd6\xc4\x15\xe8\x14\x89\xed\xb6\x1f\xce\xaf\xb6\xbb\x87\x1c\x7b\x8f\x44\x52\xcc\x4d\x15\x80\xe3\xdc\xe4\xdc\x36\x0b\x0b\x26\x15\x30\xb9\xb9\x28\x60\x6f\x19\x57\xe5\xe3\xb4\x10\x65\x5b\x2b\xdc\xe1\x44\x7e\xb7\xdb\x0f\x0e\x6e\xf7\x50\x03\x4b\xce\x7d\x0f\x28\xc3\xb3\x4f\xb6\x3b\x8f\x8c\x1f\x09\x31\x1b\x5a\x44\x79\x1a\x30\xba\x0e\xf0\xc7\xcc\x06\x13\x51\x45\x98\xbb\x06\xdf\x54\xb2\xbb\xbd\xb0\xe9\x01\x46\x17\x2f\xa4\x32\xac\x15\x46\x12\x33\xef\x93\xaa\x0b\x7c\x47\xfd\xe0\x84\x96\x51\xdc\x16\x5b\x3c\x76\x29\xb4\x72\xb8\x09\x3a\x76\x7b\x33\x46\x42\xc9\x93\x29\x75\xfa\x83\x83\x8a\x08\x07\x06\x5d\x3a\xfc\x16\x0e\xc8\xc3\x21\xda\xe7\x56\xb6\x6c\x20\xe8\xba\xdb\xba\x10\x74\x35\xb9\x4a\xb4\x4f\xc2\x68\x62\xe6\x6b\x77\x25\x55\xb9\xf6\x31\x9d\x12\x2f\x8c\xc6\xed\xc9\x7d\x8a\x1d\xfe\x60\x50\x35\xfa\x6b\xef\xcd\xb2\x3a\xb1\xe6\xd4\xd8\x80\x2f\x17\xbf\x50\x24\x08\x03\x87\xf3\xe0\x76\xea\xd0\x90\x1b\xd6\x94\xfe\xcc\x02\x6f\x67\x92\x6c\x6f\x1f\x3e\xad\xc1\xa3\x7e\x05\x89\x27\x3f\x30\x1f\xf9\xe1\xc3\x61\xc4\xf1\x16\x4b\x60\xb8\xbc\x62\xa3\xed\x4a\x6e\x40\xd1\x45\x2d\xe9\xb1\x67\x17\x62\xaa\x5d\x7f\xda\x8f\x05\xd2\x54\xdc\xcf\x7b\x6f\x66\xf3\x02\x8d\xae\x2b\xe6\x00\x46\x97\x4f\x87\x02\x64\xf6\x34\x5c\xdc\xaf\x25\xf2\x5d\xcf\x90\x58\x30\xcd\xac\x1a\x77\xc8\x0f\xe2\xac\xd8\xd5\x15\x67\xcf\x8a\xce\xcf\x57\x75\x9d\x4c\x4a\x90\xb9\xe4\xff\x72\x00\x19\xe4\xc7\x64\x71\x7e\x7e\x70\x32\x04\x8e\xfc\xc9\xc9\x64\xaf\xdf\xee\x07\xca\xf8\xac\x15\xbd\xe8\xf5\x2e\xc6\x33\x33\x7b\xa5\x3b\x64\x59\x1a\x2a\xa9\xff\x02\x42\x4e\xdf\xee\x29\x82\xdc\x54\x89\x9c\xd7\xee\x3a\x3e\xbc\x76\xb4\x1b\x93\xed\xd5\x1d\x3d\x04\x86\x5c\x12\x74\x72\x96\x63\xaf\xa2\xce\x0b\x23\x47\x07\x03\x28\x17\x0d\x3e\x79\xe9\xfc\x50\xf9\x7f\x98\xdd\x54\x6e\x0f\xcd\x0f\xbb\x4d\xc1\x19\xcb\xc9\x98\x50\x31\x10\xe2\xfa\xc1\x54\x29\xa7\x5d\x94\xf8\xbf\xfa\x29\xbe\xcb\x6e\x49\x20\x9c\x09\x58\x5c\x56\x03\x5b\xdc\x2d\x59\xe6\x85\x1b\x55\x41\x11\x66\x89\xcd\xaf\x7b\x5d\x5a\x12\x9b\x00\xfa\xd7\x62\x74\xe3\xb9\x7f\xd8\x39\x68\x5f\x66\xbb\x44\x00\x29\x86\x70\xc4\xc6\x66\x96\xec\x9a\xdb\x2f\xea\x01\x61\xc4\xc5\xfd\x88\x45\x53\x32\x6c\xdc\xae\xda\xc8\xa6\x74\x82\xbb\x11\xeb\xba\xe4\xdd\xed\xb4\xd5\xa0\x1d\x6a\x71\x4a\xb6\x77\x60\xbd\xa5\x58\x77\xca\x2b\x7b\x96\x52\x86\x3b\x18\x0b\x09\x4c\x3a\xfd\xaa\xe7\x46\x9e\x1b\xd2\x35\x48\xb3\x0c\x2f\x40\xd5\x89\x17\x81\x4a\xe1\xc2\xa5\x22\x0f\x14\xff\xcf\x00\xff\x99\x46\x11\x05\xbe\x5d\xf4\xc9\xf3\x22\xb0\x54\xda\x81\xb8\x2b\xf0\x1c\x26\x01\xb3\x18\x66\x43\xf6\x56\x2a\x7b\x83\x33\xa9\xda\xb9\xec\x40\xc5\xdd\x88\x75\x50\x8c\x7e\xa5\x76\x04\x10\xba\x8e\x09\xf8\x2c\x6d\x77\x34\xed\x68\xce\xa4\xd3\x17\x3b\x91\x4e\x68\x72\x4a\xdb\xa1\x69\x2d\xf6\x45\xb3\x18\xf2\x0a\x1b\xe3\x59\xb4\xb3\xc5\x72\x68\x02\x25\xd7\x0f\x7b\xb7\xab\x75\x61\x33\x2c\xdd\x05\x0a\x73\x05\x3d\xae\x1f\xb6\xbd\x33\xa9\x2d\xc4\xed\xa7\xfe\xc9\xb5\x77\x82\x13\xd7\x8f\xfd\x31\xba\xa2\x5a\x3c\x72\x24\xfb\x07\xf0\x71\xfd\x60\xc7\x29\x46\xd8\xc0\x2d\x79\x16\x9d\x5d\x31\xb1\x9e\xa0\xff\x64\x39\x60\xed\x2a\x2f\xe8\xfa\xba\xf5\xbc\x30\xfd\xda\x77\x83\x79\x19\x3a\xae\x75\xfe\xa7\x57\xd9\x3f\x2a\x85\x60\xea\x3d\xeb\x4f\x19\x7c\x57\x58\x1f\x0c\xbb\x26\xb0\x3e\x42\xc3\x4f\x60\x7d\x62\xd6\x24\x5e\x00\xc3\x64\x2e\x03\xeb\x23\x1c\xfb\x04\xd6\xe7\x24\x52\xff\xac\xc3\x0b\xb9\x6e\x19\xe0\xe4\x32\xd4\x55\xa0\x03\x6b\x3e\x91\xc5\x87\xff\xa3\x2c\xa1\xa3\xaa\x7b\x28\xc7\x86\x3a\x59\x44\x4d\xfa\x66\xaa\x94\x70\x31\x80\xcd\xff\x3d\xd4\x31\x79\x45\xe8\xc1\x5b\x7d\xd6\x4b\xbb\x48\xda\x83\x86\x57\x4e\x02\x58\xcf\x16\xfc\xab\x26\x5a\x69\x67\xb0\xd1\x66\x80\xd7\xc2\xab\xea\xde\x26\xab\xc5\xdd\x1e\x34\x2c\xce\x38\xf6\x76\xff\xc5\x70\xc3\xf5\xeb\xc6\x38\x67\xc2\x54\x0e\xb7\xc9\x44\xf7\x66\x18\x14\x72\x7b\xfb\x64\x97\xbb\xb5\x76\x73\xe8\x57\xc6\x41\xb5\xde\x2c\xaf\xee\xff\xcc\x3d\x18\x6d\xbd\x65\xd4\x0e\xeb\xcd\xfc\x62\xad\x54\x63\x43\x7b\x45\x54\xdd\x61\xed\xb6\xc7\xad\x85\x95\x2a\x5c\x8f\x37\x44\xd5\xfb\x50\x0c\xda\x66\xf5\x3e\xd4\xdb\x14\xb0\x7b\x84\x42\x9e\x1b\xba\x07\xab\xce\x59\x1f\x6b\x42\xd5\x1f\x5b\x4e\x03\x77\x44\x0d\xb6\x9c\xfa\xba\x84\xe1\xa2\xf5\x65\x64\xf7\x0f\xac\x2d\xbf\xf4\x32\xca\x3b\xcd\x80\x99\x53\xf4\xde\x78\xd9\xef\x00\xfb\x89\xc6\x9a\x9b\xb2\x87\x3f\xc8\x37\xd9\x3b\xeb\xbb\x01\xc6\x7c\x91\xe3\xb0\x8b\x57\xa3\x51\x7a\x49\x03\xf4\x8f\x48\x92\xb3\x7e\xac\x0d\xc4\x34\x50\x80\xce\xe9\x85\x4d\x75\x4f\x76\x82\xee\x3d\x19\x8e\x01\x0c\xd0\x59\x5c\x1c\x8d\x80\xfc\x04\x19\x99\xed\xdc\x03\x92\x78\x71\x31\x22\xda\x34\xb7\x1f\xc4\xbc\x26\x76\x9c\x2b\x53\x64\x9a\xe9\x8d\x4f\x03\xaf\x1b\xd4\xc3\xd9\x38\x3e\xe1\xa7\x3c\x5b\x52\xe8\x30\xbb\xae\x1e\x5e\xa7\xb4\xd8\x98\xb2\xd7\x1e\xcd\x43\x8f\x5a\x1e\x91\x69\xa6\xb7\x31\x2d\xf6\x99\x7d\x04\xde\x58\x34\x1a\x6a\x80\x45\x13\xa9\xfc\x25\x66\x0d\x56\xd4\x13\x2c\x9a\xa4\x84\x2b\x14\x4d\x4d\x4c\x14\xa0\x68\x00\xc7\xfb\x03\xef\x6b\xa8\x3c\xf1\xb9\x9d\x8d\xfb\x3f\xc2\x3e\xcd\x56\x18\x3a\x0e\xfc\xa0\xd7\x24\xb7\xfa\x56\xe0\x89\xe8\xb1\x44\xaf\xf1\xaa\xa2\x19\x8c\x51\xf5\x11\x80\x35\x51\x5f\xfa\xb4\xca\x07\xe1\x0e\x60\xd1\x64\xfc\xb7\x66\xf3\x0c\x34\x4d\xc4\xcc\x44\x26\x6c\xee\x46\x48\x8e\x20\xd1\x08\x85\x34\xdb\x56\x3e\x5a\x27\x7c\x3b\x54\xae\x83\x4a\xa3\xa7\xe7\x14\x94\x06\xe8\x8b\xd9\x50\x44\x12\xe0\x62\xb6\x16\x93\xf7\x3c\x4c\x73\xe1\x63\x4a\xc1\x71\x5e\x12\x15\x69\xb6\xbd\x11\xc1\x73\x1b\x96\x32\x6a\x05\x5b\x6c\x37\xdd\xab\x8a\xd6\xb9\x48\x28\xd2\x77\x3b\x29\xa1\x63\xc8\x83\x24\x0f\x6a\x4d\xf6\xba\xb7\xb9\x25\x71\xa6\x68\x9d\x78\xa7\xce\x42\x6e\xfb\x34\x57\x11\xb2\x66\x7a\xe5\xd4\xba\x5b\x73\xf6\xab\x60\x1d\x1d\x7e\x75\xd7\xcf\x54\x32\x0f\xc7\x7e\x38\xd9\x60\x31\x6d\x6c\x4f\x59\x3a\x7c\x78\x2a\x77\x11\x68\x3a\xe3\x61\xb8\x89\x75\x0a\xc3\x69\xc4\x60\x9c\x0e\x11\xdb\x88\x07\x0f\x71\x71\xa6\x57\x53\xe0\xe2\x24\xac\x6f\x67\xe3\xae\x50\x79\x03\x8c\x9c\x7e\xda\x58\xb6\x14\x80\x5c\x66\x23\x5c\x03\xee\x79\x13\xe8\x9c\xa8\x3a\xb5\x25\xec\x62\xb1\xb2\x71\xfc\x12\x99\x69\x36\xe3\x3f\x4d\x67\x70\x1c\xbf\x44\x33\x9a\xc0\xe8\x88\x37\x35\xdb\xd4\x6b\xbf\x9b\xc8\xf3\xb5\x73\x08\x4b\x61\xc2\x80\xcd\xc6\xdd\x22\xe1\x0e\x67\x9b\x68\x60\x5c\xae\xc6\x85\x52\xe3\xd7\x2e\x87\x98\xae\xb9\xb0\xd3\x73\x88\xaf\xdd\x4d\x7c\xf5\x32\x4c\x17\xfc\x65\x03\xf2\xa8\x83\x6b\x97\x35\xe4\xbb\x5a\xdc\xc0\x02\xdb\xde\x86\xd8\xf5\xda\x75\x91\xc8\xff\x15\x62\xed\xe6\x0b\xe5\x97\xd3\x85\x93\x9b\xe7\x9b\x0d\xd4\xa3\x95\x4b\x8b\x5d\x48\x48\x86\x09\x68\x4f\x3f\xed\xce\xbb\x47\x6d\x9d\x9c\xb7\xf3\xc8\xa9\x7d\x1b\x57\xc9\xcc\x0f\xfb\x27\x45\xb3\x07\x0d\xad\x34\x40\xe8\xd1\xc1\x66\x0a\xd0\x43\x64\x86\x09\x24\x4f\x56\x28\x03\x92\xe7\xcc\x56\x0f\x67\x74\xd0\x1b\x27\x88\x3c\xa7\x87\x1e\x10\x79\x8c\x3d\x3b\x9b\x6e\x92\xaa\xcf\x80\xe7\xe9\x18\xc1\xce\xa6\x71\x8e\x3d\xc6\xfe\x73\xba\x68\x9f\x8f\xff\x29\xec\x25\x9a\x80\xfd\x6d\xf8\x63\x42\x08\x4e\xd0\x79\x8c\x63\x37\x1b\xf7\x88\x44\x9c\x9a\xcd\xa8\x91\x8a\xea\x00\xf5\x94\x9c\xff\xcc\xeb\xde\xdd\x53\x54\x1e\xcf\xf4\xe6\xe0\xb3\x4f\x9d\xfb\xff\xdd\x53\x96\xe3\xb5\xb4\x4d\xdf\xfb\x14\xdb\x75\xc3\x97\xc5\x6d\x0a\x48\x9f\xbc\x67\x24\x9b\x4e\x4a\xd2\x9d\x08\x76\x2e\x2e\xe8\xda\x4a\xb4\x6f\xdf\x57\xf0\xbf\xf2\x12\x1b\x5b\x5b\x84\x58\x90\xe9\x1b\xa8\x12\xe7\x95\xd9\xb0\xf9\xf1\xf8\xd2\x16\x51\xae\xac\x2d\xa6\xc0\xaa\xb6\x41\xf4\x31\x56\xde\x6c\x6b\x0f\x87\x3f\x04\xd3\xc5\x07\x75\x82\xd5\x23\x48\xf4\xec\x5a\xfc\x5a\xf1\x7e\x6c\x46\x61\x2a\xe6\x5d\xf2\x7f\x0f\x74\x74\x3c\x58\x3d\xc6\xac\x9b\x60\xf5\x18\x0c\x63\x02\xd5\x63\x78\xae\x09\x54\x4f\x7c\xb6\xf0\x82\xcb\x06\x02\x12\xf0\x3c\xc6\xd4\x9c\xc0\xf3\x18\x9b\x67\x82\xce\x63\x90\x96\x09\x1e\x8f\x31\x73\x26\x18\x3c\x46\x18\x9a\x42\xf0\x0c\x4d\x0a\xfa\x49\x2d\x90\x12\x81\xe0\x31\x50\xc8\xec\xe7\x6e\x35\xd5\xd0\x9c\xd7\xcb\x6c\xf0\x78\xf6\xa1\xa6\x9f\x4a\x22\xc5\x4f\x69\x52\xca\xff\x06\x9c\x94\xd9\xf6\x44\x17\x70\x6e\xee\x09\x83\x6b\xa4\x20\x01\x78\xa6\x37\xcc\x3d\xb1\xba\xed\xd9\xcc\x22\x66\xf3\xe8\x7b\xf3\x67\xde\x74\x95\xa4\x16\x97\xb9\x40\x98\xd2\x9b\x56\xa0\xb4\x3b\x04\x01\xc3\x2f\x4e\xe0\x77\xf4\x31\x9d\x00\xee\x18\x0e\x69\x76\x76\xf8\xe1\x3d\x7f\x67\x87\x3f\x1d\xc8\xe2\x57\xa5\x53\x6f\x3f\x54\xe8\xa7\x62\xe6\x6e\x66\x33\x30\x5c\xc5\x0c\x94\xc6\xac\xee\x65\xc7\x49\x30\x37\x7c\x73\x9a\x61\x0b\x6c\xd4\xa9\xc0\xba\xd8\x5f\xba\xb7\x93\x4c\xeb\x5e\x35\x01\x91\x5e\x15\xbf\x7d\x69\xf8\x13\xf2\xa5\xba\xeb\xe1\x0f\x9e\x16\x11\x3f\x00\xe5\xd1\x38\x7f\xf6\xaa\x18\xd9\x7d\xb9\xcd\xe2\x0b\x6b\xb5\xf8\x3f\x38\x57\xec\x17\xa0\xf5\xf4\xd3\x59\x8a\xe1\x6d\x71\x12\x71\x4b\xa9\xba\xa8\x0b\x5f\xa7\xde\xb2\x37\x3b\x8a\x16\x29\x1d\x38\x44\xdb\x32\x88\x55\x0b\x6a\xcf\xb6\x6a\xef\x78\x8a\x12\x0c\x64\x82\xe0\x13\x55\xf2\x4b\xb0\x3b\x1b\x81\x99\x90\x2b\x18\x68\x9f\x28\x8e\x22\xba\x27\x0d\x96\x67\xef\xbb\x22\x14\x88\x14\xa1\x02\xb2\xef\x3b\x4e\x16\x7d\xef\x8c\x0c\x12\x64\xef\xcc\xb4\xea\xa7\x6e\x7b\xed\x4f\x21\x5b\x26\xc0\x3f\x9d\x00\x1a\xb3\x77\x85\x48\x57\xfb\x96\x1e\x5c\xa3\x86\x92\x1c\x26\xe3\xa0\xab\xf9\x65\x0f\x79\xa1\x7b\x38\xea\x03\x56\x5c\xcd\x40\x77\x21\xad\x74\x01\x64\xc7\xce\x60\x4f\xd0\x5d\x5c\x92\x6a\x99\x04\xce\x4f\x4c\x1f\x72\xcc\x3d\xef\x49\x65\x98\x47\x95\xbc\x9d\x7d\xbe\xbb\xc6\xa7\xa2\x87\x33\x60\xee\xe9\x60\x16\x1a\x85\x4c\x22\x4c\xd0\xd0\x32\xba\xcf\xdd\x28\xaa\x72\x19\x3f\x8b\xba\x7b\xda\x4c\x2e\xe0\x0b\xae\xe2\x34\xbb\x68\x88\x75\xe4\x24\xe9\x39\x4b\xc4\xa0\x5d\x91\x4b\x65\x8c\xa3\x78\x19\xe0\xd6\xf1\xbd\xf6\xa2\xa0\x56\xf7\x9e\xca\xe4\xb9\x77\xe5\x7d\x51\xb5\xe3\xa2\x37\x68\x81\x22\xfb\x46\x0a\x52\x6c\xe8\x9a\xf4\xa8\x3d\x16\x1d\xa8\x6b\xc6\xde\x1f\x6b\xcc\xc7\x1e\x6b\x4c\x76\x6f\x39\x87\x55\x46\xf9\xaa\x2e\x53\x74\xa0\xae\xf5\xf3\x46\x07\x52\x03\xd9\xdd\x99\x9d\xdb\xe8\x5e\x87\xd7\xa7\xfd\xd9\xb3\xc3\x0f\x2b\x68\xda\x47\x7a\xe9\xa8\x4a\xed\x22\x15\xb8\xe1\xf4\x57\x75\x00\xf5\x7a\xe5\xcf\xee\x0c\xef\xae\x18\x5d\xb6\xf7\x6a\xf7\x06\x03\xc5\x24\x8e\x84\xfd\xf5\x9c\x2a\x87\x71\x0f\x76\xe2\xef\xb3\xa2\x2d\xde\x7b\x30\xa7\xc0\xbe\x8f\x87\x8e\xe4\xb7\x2b\x43\x32\x21\x85\x86\x3d\x43\x58\x17\x95\x69\x1d\x30\xbc\xe4\x20\x89\x5c\xa0\x65\x43\x5f\x3b\x3b\xbf\x2c\xd8\xa9\xb3\x8d\xa8\xd0\x39\x4b\x57\x16\x1c\xfe\xc0\x1a\x70\x54\x17\x03\xe1\xac\xd8\xbb\xad\x95\x47\x49\xab\x61\x4b\x17\xca\x95\xad\x1a\xa4\xa0\x4c\xec\x89\x39\x8c\x02\x0d\x83\xda\xa0\x41\x74\xef\xd0\xb2\x76\xee\x1f\x64\xa1\x85\xff\x1b\x06\x7c\x66\x96\x41\x21\x88\x0f\x34\xb7\x04\x4c\x99\xc2\x07\xd5\x34\xfc\x14\xfd\x39\xfc\x92\x32\x4d\xb6\x1e\xbb\x3f\xfd\x16\x5b\x2f\xa3\x0e\x7e\x50\x56\xb7\x00\x7c\xd0\x49\x58\xaf\x09\x7c\x50\x96\x9b\x82\x1e\x94\x95\xfb\xc7\xde\x92\xb3\x2f\x2e\x6a\xd6\xdb\x20\x54\x34\xc1\x73\x26\xe8\x41\x59\x53\x96\x8d\x0f\xa4\x22\x15\x7c\xa0\x53\x51\x7a\x78\x63\xaa\x29\xfd\x38\x77\x05\xa3\x9b\x47\xda\x48\xf4\x95\x17\x78\x13\x93\x07\x18\xa0\x48\x35\xff\xc4\x04\x87\x3b\xb9\xdd\x85\x81\xef\x98\xd9\x6f\xcb\x6c\xf7\xf7\xd4\x4f\x5a\xd1\x64\x78\x2e\x0b\xc5\x78\x0a\x51\x73\x6c\x35\xb4\x7d\xb4\xd5\xd0\xb0\x1b\x60\x85\xba\xf7\x6e\x03\x65\xb3\xc7\x87\x0d\x24\xa4\x3e\x73\x64\x4e\x0c\xe6\xce\xac\x57\x66\x22\xa0\x42\x67\x51\xd9\x04\x90\x50\x26\xf4\xf3\x04\x48\x28\xbb\x42\x07\xd0\xf0\x9e\x43\x86\x88\x0c\xb2\x21\xe0\x82\x92\x98\x2f\x73\xb8\xe5\x3b\x05\xf6\x96\xcf\x44\x1e\x7b\x6b\x77\xa8\x39\xe9\xcb\x8e\x85\x0b\xd2\xc5\x65\x70\xba\x77\x97\xdf\x08\x41\x3a\x8a\x0d\x43\xc3\x39\x70\xd5\x3e\xa4\x52\x55\xcd\xd8\x7e\xe1\x1a\x74\x9a\x9b\x53\xbf\x03\x5a\x5d\xf4\x3b\x11\xb7\x67\xce\x20\xb4\x01\x0a\x81\x40\xff\x14\xaf\x7f\x47\x43\x49\x3e\xfd\xdf\x89\x85\x40\x33\xdc\x9b\x91\xb1\x46\xb3\x41\xf6\xa0\x5b\x30\x8b\x7c\x18\xc4\x21\x39\x16\x1d\xde\x69\xd1\x9d\x89\x00\xbb\x01\x94\x26\x13\xb4\x71\x0e\xcf\x68\xa6\xd7\x0c\x46\xd5\xfb\xb8\x5c\x37\xc8\x49\x00\xd4\xa4\x7d\xfe\x1d\xa0\x79\xeb\x92\x31\xf4\xa4\x50\xb1\x09\x5c\x4d\xd7\x45\x62\xc3\xd5\x68\xe8\x33\x3c\xbe\xd9\x26\x43\xf9\xaa\xdf\x1b\xb7\xfa\x91\xfd\x2d\x97\xf0\xce\xef\xed\x82\x79\x1e\x5d\xef\x8b\x2f\xd1\x2a\x8d\xfe\xc7\x63\xab\x68\xfa\xb6\x88\x71\x60\xd9\x2a\xb4\x92\x1f\xcf\x2e\xd1\x54\xbb\x44\x5f\x6c\x70\xf5\x5b\xae\x43\x57\xc4\x6b\xf0\x33\xba\x0e\xd8\xee\xfd\x2d\xce\x41\xd5\xe6\x7e\x06\x3c\xb3\x56\x9b\x1f\x23\x08\x0d\xee\xd0\x34\x94\x18\x62\xbf\xa9\x3d\x1b\x06\xf3\xcf\x56\xfe\xf3\x40\xed\x92\xf8\xb6\x23\x02\xdd\x12\x87\xa7\xee\x75\xd1\x10\x21\x4e\x5d\xda\x88\xc3\x53\x57\xb7\x32\x82\xcf\x17\x79\xfb\x08\x3e\x5f\xb3\x2b\xfb\xc3\xbf\x48\x7e\xe7\xd1\x09\xe1\x71\xac\x5d\x11\xfa\x7a\x21\xdd\xc8\x5f\xd7\xae\x87\xa9\x36\xa8\x2b\xff\xe3\x7e\xe6\xda\xc2\x8d\x92\xc0\xda\x73\xee\x3b\x36\x8a\x9e\x87\xc3\xe1\x0f\xe0\x4f\x4e\xe9\xee\x83\xac\xc6\xa9\x67\xbf\xca\xa2\x79\xd8\xba\xca\xff\x58\x9c\xa3\x46\x03\x8a\xe6\xcc\x1a\x2a\x02\x3f\xd3\x3d\x44\x4c\x83\xd7\xca\x47\xc1\xa2\xe9\xe9\xf8\xe3\xcd\x06\x40\x35\x67\xde\x99\x0a\x99\x28\xfe\x74\x9e\xc0\x3f\x66\x70\xe8\xae\x1d\xfd\xdc\x97\x71\x4c\x59\x60\x6b\x7a\xe2\xc4\x30\x61\xbd\xda\xd1\xcf\xad\x19\x65\x96\x4d\xb8\xab\x96\xd7\x33\xed\x5e\x34\x55\x70\x03\xe2\xe2\xcd\xa9\x49\x68\x95\xae\xf4\x6a\xa5\x88\x67\x0b\x3c\xf3\x9c\x18\x99\x38\x50\x53\xcc\x52\xad\x89\xa7\xc6\x24\xea\x42\x37\xc8\x8d\xa6\x48\xe0\xd7\xc4\x2f\xbc\xe0\x48\x5f\x33\x33\x63\xee\xb3\x12\x92\x0e\xd0\x34\x5d\x1b\x5d\x10\x68\xba\x7a\x3d\x00\x68\x22\x91\xd9\x1d\xac\x69\x76\x4f\x79\xfb\x85\xc1\x42\x5e\x9d\x70\x4e\x77\x77\x50\x6a\xba\x86\xa0\xa0\xd4\x44\xe1\xb4\xa4\x28\xd7\xc1\x2e\x67\xa5\x17\x91\x01\xe6\x56\x8c\xc2\x8e\x66\xb5\x26\x4c\x8e\x60\x9d\x5d\x23\xe9\x59\x75\xa5\x9d\xfe\xb0\x5b\x68\x8e\xdd\x75\x94\x48\x3c\x9c\x9a\x9d\x43\xd5\x8d\x69\xff\xb2\xfc\x85\x0f\x34\xb9\x13\x9c\x58\x58\x93\xcc\x79\x75\xaa\x48\xdb\xff\xef\x0f\x93\x43\xcf\x7a\x1d\xc0\x66\x08\xd8\x46\x2d\x9d\x73\x2b\xcf\xe0\x47\xf3\x72\x29\xb1\x31\x03\x6c\xd2\xd5\x7a\x80\x6b\x12\x3f\xf0\x2d\x0c\xf3\x4b\xf6\xff\xd8\xcc\x08\x2a\x36\x01\x2d\x89\x4f\x91\x83\x4b\x98\xaa\xb7\x22\x08\x26\x29\xa9\xce\x02\xc2\x24\xed\x6e\x09\x6e\x9a\xd5\xaa\x4d\x43\x87\xa9\xce\x02\x9b\xa4\x6b\xfa\x35\xb7\x9e\xab\x9b\x6a\xf9\x42\xf6\x67\xfb\xb0\xfa\xb2\x2b\x4f\xf1\xc1\x40\xb7\xdc\x3d\x61\xa0\xaa\x2e\x26\xb7\x30\xda\x97\x4d\x58\xa6\x16\x5d\x13\xe9\xba\x66\x17\x2c\xd2\xf1\x9e\x27\x2f\x6b\x84\x73\xbb\xb8\x28\x1a\x68\x4d\x4d\x16\xf4\x2a\x9a\x5b\x50\x1e\xe6\x46\xcb\xe6\xc4\xc6\x96\x41\xd3\xa6\x69\xd8\x2f\xe5\xd4\x29\xf8\xb4\x2e\x30\xf3\x65\xfe\xc9\x83\x0c\xb4\xa2\x16\x6c\x62\xe4\xa0\xb1\xd7\x7c\x9d\x7f\xc3\x02\x17\x3f\x90\xfb\xdb\x5c\x84\x42\xb8\x51\xd1\xb2\x60\x8a\xf5\xa5\x6a\x6c\x2e\xa7\x0c\x4c\x19\xf0\x93\xae\xe9\x09\xe0\x27\xf1\x83\xa9\xa8\x09\x5c\x72\x1a\x2e\x5c\x3b\x68\x80\x50\x52\xa1\xba\x60\x9f\x74\x6d\x48\x2e\xd5\x4d\x19\x7d\x07\xd8\x27\xe7\xde\x28\x2f\xb1\xa1\xd5\x4d\x5c\x30\x50\x2f\x22\x05\x42\x29\x8a\x52\x22\xa1\x0c\xb7\xd3\xcb\xb8\xe0\xf3\xfc\xe3\x19\x18\xcc\x94\x68\xb3\xd9\x3e\x76\x25\x0b\xa2\x63\xd8\x84\xc1\x4c\x89\x44\x83\x17\x79\xc7\xf0\x25\xa1\x39\x22\xc7\xb9\xb7\x0f\xfe\x6f\xb6\x26\xf1\x32\xff\xf5\xd7\xd0\x3e\xee\x3a\x77\x35\x27\x2f\x9f\xd5\x24\x4b\xb2\x5f\xe1\x7c\x97\x4c\x54\x0d\xc2\xb5\xed\xe7\x59\x0e\x60\x9d\xc4\x97\xf9\x9a\x46\x7c\xea\x51\x2e\x02\xa3\x68\x3e\x72\x25\xbb\x9f\x1c\x21\x7c\x66\x77\x93\x6b\x73\x4e\xe6\xd4\x65\x88\x31\x4d\xa6\x2f\x45\x51\x0d\x95\xaf\xbc\xab\xef\x2f\xc1\x7d\xd4\x2e\x5e\xda\xdc\xe7\x9d\x0a\x96\x8c\x62\x00\x4c\x92\xee\xfd\xfd\xa5\x43\x38\x91\x58\xe6\x25\x77\x65\x73\x07\x9f\xa4\x7b\x2f\x7f\x15\x67\xfa\xf4\x07\x46\x15\xd1\xe0\x92\xd3\xaa\x00\xb8\x8a\x53\x67\xfa\x5d\x26\x31\x5b\x24\x88\x24\xc6\x2f\x9e\x82\x90\x1c\xaa\xe7\x41\x21\xe9\xc4\xa0\x9e\x02\x8f\x24\x2d\x85\x2f\x19\x2a\x9b\xfb\x25\x5a\x25\x38\xfa\x13\xe4\x91\xae\x78\xbd\x81\x47\x64\xc1\x17\x6a\x26\x42\xc6\x4d\x40\x48\x7a\xe2\x34\x7b\x19\xb0\x78\xee\x1f\x98\x27\xf0\x07\xe0\x45\xba\xb7\x9b\x17\x0a\x24\xef\xdb\x80\x17\xe9\xde\x28\x02\x22\xd2\xbd\xef\xba\xb0\x80\xd8\xf3\x17\x19\xd5\xcb\x17\x60\x25\x92\x57\xf2\x20\x49\x44\x61\x64\x30\x8e\xa2\x07\x6c\xa0\x24\xba\x2c\xef\x52\xfc\xf4\x80\x0d\x94\x44\x34\x82\x17\x6e\x0f\x54\x98\x5f\x9b\x7b\xda\x39\xf7\xee\x1c\x7f\x51\x02\x74\x86\xdf\xb2\x65\x4a\x54\x57\xb1\xc7\xd2\x00\x8b\x9e\x89\x2f\x19\x6b\xf3\x7f\x78\xbf\x27\xd3\x8b\xc8\x54\x6a\xc5\xaf\x1f\x4d\x05\xdf\x7d\xf6\xaa\x26\xcb\xa3\xe3\x1f\x2d\xf1\x46\x5b\x2b\xce\x8d\x11\xe1\x71\xf4\x12\x14\x51\x59\x16\xc8\x87\xae\xc2\x5c\xc8\x87\xb9\x17\x95\xac\x95\x8d\xfa\x32\x3e\xad\x76\xb7\x97\x61\x14\x35\x91\x05\xff\xe1\xdc\x22\xef\xa5\x12\xc2\xe3\xe9\x85\x51\xb6\x96\x4b\x17\x36\xd9\x7d\xe7\xb0\xbd\xd9\x42\x1e\x7e\x20\xd1\xb7\x4b\xf7\xc5\x8e\xb4\xbf\xbe\x5d\x22\x5d\x4c\xac\x10\xf5\x52\xd7\xe6\xa1\xb0\xe0\xeb\xdb\xbd\x4a\xb7\x60\x88\x9d\xe5\x40\x8a\xaf\x70\xf6\x4b\xa3\x6c\xcf\x33\x22\x3f\x80\xcf\x38\x41\x7e\xe8\x09\xfe\x7d\x7d\xf4\x89\xf4\x45\x37\xc0\x98\x01\x7b\xe8\x69\xfc\xd1\xcb\x03\x20\x88\x28\x85\x4a\x2e\x96\x02\x1c\xfc\x32\x22\x56\x76\x96\xab\xc3\xf0\x9c\x75\xc9\xdb\x61\xe7\x97\xee\x4a\x9e\x88\x36\xfc\x83\x27\xa2\x5b\x9b\x6d\x0f\x3e\xe0\x3f\xc4\x12\x2d\xbc\x24\x07\xc2\x64\xd9\x62\xfc\x85\x0e\x83\x87\xdf\xc6\x0c\x51\x94\xbf\x89\x75\x75\x38\x90\xa2\x3e\x1c\xf6\xfe\x2d\x03\xd7\x7e\xf8\x96\x51\x6b\x1a\x7c\x9f\xce\x04\x76\x14\x50\x1c\xe2\x85\x32\x95\x69\xe1\xe0\xc0\x38\xc4\xc7\xcc\xcf\x82\x1c\xfe\xef\xe0\xb3\xd5\x08\xe4\x30\xb5\x56\xbd\x37\x8e\x15\x23\x06\x78\x43\x57\x31\x70\x1b\x0c\x32\xb3\x3c\xef\xc4\xa2\x87\x73\xdd\x8a\xbe\x7a\xb0\x82\xd8\x10\xdf\xa2\xc5\x69\xbb\xad\x51\x17\x23\x7d\xc8\xaa\xef\x60\xd5\x35\x33\x41\xef\x1c\x8c\xc5\x43\xd1\x0d\xa3\x3e\x76\x1b\x35\x17\xf0\xe4\x76\x13\x4f\x4a\xeb\x24\xf0\x1b\xce\x66\x19\x1a\x08\x68\x8d\x0c\x7e\xc3\xe9\xbd\x9f\xf8\x0d\xda\x6c\xdc\xf0\x66\x3d\x7c\x6e\x6e\x09\x0c\x53\x01\xac\x43\xd6\x7d\x40\x20\x87\x63\xf7\x68\xd9\xcd\xf0\x4b\xce\xd5\x6a\xf6\x45\x76\x5a\x1e\xbc\xb9\x2b\x6c\x82\xcb\x90\x09\xa8\x39\xef\xba\x5b\x41\x86\xe0\xba\x5d\x09\x0f\x28\x86\x53\x8b\xa2\x5b\x89\x56\xcb\x06\x21\x16\xba\x56\x25\xb7\xe6\x66\x1e\xd5\xc0\x58\x88\x9a\xf0\xe1\xe6\x02\x64\xfb\x10\x70\x61\x1f\x6b\xee\xb6\x6b\x4f\xbd\xd4\x0f\x78\xde\x02\x59\xa1\x68\x38\x07\x82\xc2\x50\xb9\x7b\xf7\x3d\x37\x7d\xb1\x53\xfc\xbf\x92\x88\xcc\x5d\x7e\xc5\x0e\x00\x82\x42\xe4\xa0\x74\xc3\xfc\x7a\xbb\x0e\x36\x42\x94\xce\x88\x0c\x3a\xdb\x21\xe4\xda\x7d\x9f\xb0\xc0\x43\x88\x2c\x74\x0b\x4e\xba\xc7\x1e\xb7\xe1\x48\xb3\xa1\xdc\xaa\xd5\xbd\x2b\x06\x36\xe1\xdc\xa7\xaf\xdb\x38\xf2\x5e\xd4\x6d\xac\x04\x2f\xb9\xc0\x4a\x38\x55\xd1\x83\x95\x60\xe4\xf8\x29\x54\xc2\xa1\x65\xf0\x3d\x19\x2e\x07\x78\xe2\xe1\xd1\x4d\xe4\xec\xf0\x7f\xf9\x1d\x1b\xcf\x3d\xed\x47\xf6\x17\x00\x15\xe2\x53\xfe\xe2\x78\xd9\xc8\xcb\xe5\xe7\x2a\xbf\x94\x5a\xb2\xbf\x30\xf6\x96\x7e\xed\x66\x51\x4c\x6c\x7c\x99\x90\x9a\xf3\xd6\x5c\x4b\x36\x77\xab\x72\xd7\xae\xf7\x46\xe5\xbe\x5b\x75\x19\xbf\x9c\xd2\xef\xdd\x2a\xea\x15\x47\x08\xa2\xe6\xff\x81\x19\xde\x46\xb7\xd0\x18\xf8\xe6\x7a\x5d\x19\xe8\x36\x00\xb1\xa7\xed\x9b\xfd\x71\x6a\x7d\x7c\x63\xf0\xa5\x24\x71\x13\x8b\xcb\xa0\x42\xb7\xaa\x7c\x8f\x98\x37\xaa\xfc\xa9\xe9\xdf\xcd\x66\x79\xec\x19\xca\x66\xa9\x3c\x75\x7b\xdb\x9e\xd9\xf9\x6e\xf4\x33\x39\xf9\xff\xee\x30\x66\xc5\xe3\x34\xb6\x44\xad\xbc\x9c\xc5\x18\x79\xe5\xfd\xd9\xdd\xf9\x66\x67\x3d\x22\x05\xdd\xea\xeb\x3d\xd4\xde\xd8\x72\xed\xe9\x8d\xfd\x96\x16\x07\xf7\xbb\xcb\x63\xae\xbd\xb6\xd6\x5a\xb1\x23\xaa\x90\xb9\x85\x44\xd2\x1c\xef\xc6\x5a\xba\xb8\x39\xdf\x58\x66\xed\x45\xc0\x39\x22\x23\x98\xdc\x1f\xb3\xc8\x81\xfb\x2c\x9b\x9a\xb3\x69\x6e\x35\xc1\xfd\xed\xc2\x29\x83\x0b\x73\x2f\xaa\x6f\xf4\x3c\x53\x4b\xa3\x9b\xc8\x18\xd5\xc3\xea\xfd\xd9\xbd\xfb\x65\xf9\x42\xfe\x45\xf7\x9a\x85\xed\x71\x77\x22\x0a\xfd\xdd\xd3\x4b\xf6\xe1\x74\xc4\x08\xdb\x8b\xd3\x7b\xed\x9a\x50\xf7\xe5\x76\x24\xf7\xd0\x95\xd7\x23\xfc\xad\x11\x76\x76\xde\x69\x77\xad\xa2\xe9\x5e\x8e\x34\x83\xf8\xc4\x7e\x38\xf4\x18\x7e\x88\xfc\x78\x78\xf1\xfd\x70\x9d\xee\xa5\xfb\xc3\x06\xe8\xe5\xc2\xc3\xad\x79\x66\x01\x3c\x68\x84\xac\xc9\x73\x30\xce\xc5\xbc\xbb\x1b\xcc\xf0\x90\x68\xf0\x3f\xc1\x42\xba\x89\xe4\x43\x9c\x5b\x9f\xd8\x22\x8b\x3c\xff\x31\xde\xb1\xa7\xf4\x07\xb5\x51\x66\x23\x7f\xb8\x5b\xb7\x45\x0f\x9a\x21\x3b\xfa\x39\x2b\xff\xfb\x21\x97\xb4\x45\xc7\x66\xd9\x0d\x02\xf1\xa0\xae\x3f\xb4\x70\x7f\x4e\x27\x89\xad\xdb\xe7\x1d\x0e\xff\x0f\x3a\xa3\x8c\x6e\xf0\x49\xae\x3b\x4e\x82\x8f\x51\x94\x55\xfb\x3c\xc9\xce\xa1\x26\xec\xa8\xb9\x98\xdb\x1d\xb5\xfb\x83\x03\x65\x57\x19\x1f\xd2\x73\xfd\x93\x14\xb4\xac\x58\x72\xa0\x6c\x22\x8a\x7b\xe0\x27\xe7\x83\x6e\x29\xef\xd2\x17\x7a\x3f\x0a\x41\x6d\x9f\xd9\x5c\x1f\x2f\xed\x35\x6a\x7e\xdc\x8f\x39\xaf\x3c\x7b\x3f\x86\xb5\x3d\xfb\xe0\xe4\xe0\xe8\xac\xec\xdd\xbe\x60\x31\x85\x7d\x0d\xac\x98\x2e\xff\x7b\xb2\xa1\xad\xfc\x94\xfc\xba\x5b\x20\x95\xe2\x44\xf5\x68\xbd\xb7\xe7\x88\xd6\xe3\xea\x08\x1e\xd4\xfb\x87\xcc\x50\x14\x99\xa9\x49\x35\x28\x32\x3d\xb3\x23\x83\x22\xd3\x73\xfd\x23\x03\x04\x61\x66\x9f\x6c\x1e\x43\x35\xab\x66\x78\x3c\x56\x71\xa4\x10\x16\xa6\xee\xfe\x52\x69\xa5\x0d\xf9\x53\xdd\xb1\x92\xc9\x30\x43\x42\xa2\x78\xf4\x7b\x3a\xaa\x3f\xd0\xfc\x6a\x76\xa5\x08\x38\xd8\x63\x10\x67\xfd\xc1\x81\x85\x89\x17\x7a\xaf\xee\xba\xf8\x31\x57\x38\x27\xb6\x87\x9b\xfd\x6c\xf1\x42\xff\xcb\xbe\x9f\xb6\x6b\xe9\x2f\x9b\xc3\xf8\x8b\xbd\x41\x5d\xb6\x50\x00\x0f\x7c\x8c\xdc\xbc\x67\x58\x77\x4e\xb2\x93\x3e\x46\x68\xf6\x1e\xee\xe9\xf6\x2c\xdf\xea\x7b\xea\xf9\xc2\x8a\xb5\xc6\x86\xeb\xd0\xba\xf9\xf1\x4e\xde\xbb\xa4\xe7\x23\x94\x3f\xbc\xe7\xd1\x24\x55\x0b\xe5\xe7\xb3\x5e\x34\x8b\x68\x82\xaa\x49\x1e\x0e\x05\x80\x19\x4d\xf0\x29\x3a\x80\xe2\xf3\x91\xb9\x21\x5e\x00\x3c\x11\x1f\x22\x33\x91\xd6\xf5\xc1\x01\x84\x22\x13\x20\x7f\x3e\x0b\xc3\x43\x97\x89\x0e\x26\xaa\x71\x9e\xcd\xcf\x98\x9d\xef\xd6\xc4\x30\x6d\x41\x94\xe8\x84\xa9\x9e\xaf\xcc\x89\x3e\x00\x5c\x22\xab\xe9\x7c\x65\x54\x48\x26\x82\x4b\x14\xcf\x62\x02\x4a\x4c\x8d\xa9\x45\x91\x70\x17\x7a\xd5\x57\x6b\x0d\xfd\xca\x78\xe0\x4e\xaf\x0c\x06\xbe\x2a\x28\x84\x62\xe4\xeb\x15\xa0\x2a\xa4\x17\x91\xdb\xd0\x20\x2f\x7e\x8f\x5a\x9f\xbd\xc9\xfa\x51\x6f\x74\xca\x20\xca\xce\x17\x3b\x1c\x43\xe3\xbd\xea\x97\x77\x7a\xd4\xe9\xc9\xef\xc8\x23\x39\x7a\xbc\x59\xe1\x81\x0d\xec\xcd\xf6\x2c\xfc\xe4\x15\x05\x5d\x25\xcd\x9b\x35\x22\x37\x8b\x15\x44\xb1\xf2\x66\xe5\xa0\x6c\x2a\xd6\x71\x37\x95\x35\xa7\x15\x38\x84\x80\x79\x33\xdf\xb2\xbb\x9c\x02\x8b\xfc\x8f\x0d\xfe\x55\x14\xb7\xa3\x8a\xc2\xe1\xf4\x85\xc6\x5a\x2b\x1d\x1f\x73\x35\x07\xa3\xd1\xfd\x94\x93\x10\x56\xf1\xa2\x6a\xd6\xab\xfd\x55\x2c\x67\x3e\xbe\xd5\xe3\x98\xfd\x40\x7c\xbb\xec\x44\x60\x39\xea\x91\xfc\xee\x35\x07\x33\x78\x59\x73\xba\xa9\xbc\xb1\xe6\x72\xdf\x74\xbb\x8a\x55\xfa\xee\xf5\x57\xfd\x85\x66\xec\x1f\x76\x33\x28\x43\xb8\x0e\xd9\xd4\x2b\x7a\x93\x4b\x03\xec\x0e\x11\x64\x26\xd8\x1d\x59\xbf\xac\xb7\xd1\x87\x8e\x40\x77\x4f\xa5\x22\x98\xe1\x66\x67\x48\x77\x4b\xb7\x19\x18\xc7\xe4\x3f\x5b\x3b\xbf\xdd\x73\x25\x12\xc2\xdb\x55\xa0\x57\xbf\xfd\xf9\x42\x65\x74\xf0\x50\xbd\x22\x48\xc7\xd4\xdc\xfb\x1d\x1b\x93\x84\xb1\xc6\xf9\x22\xef\x1f\xec\x55\xe9\x8a\xeb\x2e\x04\x11\x3b\x64\x5f\xaf\x71\xe5\x54\xc2\xbc\xfa\x27\xb2\x91\x00\xd8\x91\xb2\x0a\xae\x77\x7a\xa6\x81\x47\xbf\xda\xc1\x1c\x88\x6d\xef\xb4\xa1\x64\xd1\x9f\xe2\xb0\x9b\x2e\x7a\x9f\xa3\xe8\x7b\x51\x15\x14\x5c\xef\x8e\xfe\x76\xf8\x02\x97\xf1\x4b\x7a\x44\x78\x79\xf1\x5e\x46\x0b\x3c\x7c\xa1\xf7\x61\x33\xef\xd6\xcc\xc3\x48\x01\xf2\xe8\xd9\x41\x45\x19\x7f\xec\x44\x72\x4e\x6b\x75\x33\x37\xa7\x3f\x58\x75\x6b\x75\x47\xd5\xf5\xc9\x05\xc6\xa3\x67\x7b\xe1\xde\x15\xb1\x08\x77\x04\xeb\xae\x7b\xc4\xe1\x82\x03\x59\xa9\x1b\xa7\xe3\x7d\x98\xdb\x0e\x02\x21\x6d\x65\xa3\xef\xb3\x27\xa4\x3f\xd8\x25\x7c\x17\x51\xbb\xd8\xbb\x5b\xd4\x86\x87\xbf\xcf\xae\x22\x8d\xda\x61\xd2\x0f\xb3\x2f\xb2\xd0\xa8\x37\xf3\x3f\x89\x84\x32\x97\x87\x83\xd5\xd1\x8d\xcb\x02\x54\x47\x2f\xf6\xf4\xeb\xaa\xb4\xf0\xd7\xde\xe5\x98\xf4\x1a\x04\x40\xf6\xfe\x6e\x25\x93\x0d\xf9\x9c\xd1\xf6\xca\xa7\xc8\x81\x58\xfb\x7e\xd6\xde\x54\xdd\x7e\x30\x95\x9a\x0d\xa4\xb5\x77\xcb\xcb\x6c\x16\x2f\x06\x30\xe5\x30\xd5\x2e\xdf\x1f\x6c\x16\xb5\x37\x0c\xad\x27\xf4\x77\x61\xa5\x28\x53\xc1\xdb\xff\x50\xda\x16\xc8\xa3\x1a\x13\xe3\xe5\x36\xa0\x70\x42\x7f\xd9\x52\xbc\x95\x7b\xd1\x1e\x69\x69\x08\xa8\x47\x2f\x36\x77\xed\xb2\xa3\x1d\x9f\x77\xa6\xda\xd1\x7f\xc7\x6e\xc8\xe4\xe5\xf2\x97\x83\x97\xd7\x97\xc4\xcb\xfe\x40\x34\xf1\xd3\x13\xdf\x7d\x08\xc0\x8e\xf8\x65\xf0\x82\x4e\x8f\x33\xe6\xa7\x26\x47\x83\xf4\x4f\x5f\x0f\xb7\xd6\x2f\xa4\xd3\x5e\xac\x0c\x5e\x63\xc5\xef\x76\x75\xc2\xe4\xc6\xe8\xce\xd8\x97\x40\x30\x44\x3f\xf8\xc3\xed\x67\xcd\xf1\x80\x95\xda\xf9\xdf\xf6\x9a\x68\x87\x4d\x8d\xff\xc7\x76\x8f\xe0\x07\xcc\xea\x34\xe0\xf9\x84\x44\xd4\x28\x1c\x70\x86\x68\x06\xfd\x30\xe8\x5e\x9b\xc4\x41\xbd\xc0\x04\xc0\x5a\xe8\x05\xfe\x0d\xd4\x42\x51\x4e\x01\x5e\xa1\x17\x18\xcd\xe7\xdd\x5e\x9c\x38\xfe\xc0\x05\xbf\xa9\xf5\xb8\x5f\x1e\xe6\xf2\x65\x37\xd1\xf2\x69\x16\x0b\xee\xdb\x27\x7d\xb6\xbb\x6f\xa2\x4b\xb1\x7b\xaf\x3d\x39\xe8\xae\xcb\xda\xf8\x7f\x08\x22\x19\x7e\xfe\x19\x9d\x4b\xb1\x02\x44\x86\x0e\xf8\xdb\x04\x90\xa1\x1b\x9e\x0a\x10\x86\x48\x44\xa7\x5c\x96\x4d\x9f\x6c\xe6\x64\x45\x04\x61\x70\xc7\xfa\xb6\x06\x00\x69\x07\xe8\x85\x24\x96\xef\xfc\x38\xd8\xeb\x14\x0a\x0c\x43\xd7\x11\xf9\x83\x3b\x95\xe4\xff\x2c\x9e\xe2\xff\x44\xa2\x75\x62\x82\xf9\xd6\x2d\x3b\x98\x53\xe9\xbb\x00\xa7\xe5\xe9\x0b\xc6\x06\xdd\xc2\x00\x80\x63\x1b\xf9\x1e\x4d\xc7\xec\xce\x87\xd0\x15\xfb\xff\x3d\x3a\xb4\xfb\xd9\x9d\x4e\xd9\xf8\x43\xef\x80\x2e\x20\x32\x74\x0d\x17\x44\x64\x68\xec\x0f\xa0\x30\x88\x40\x36\x01\x61\x48\x8a\xe3\x80\x30\xf4\x92\xfd\xdf\x3d\xc4\x9a\xc7\x99\xbe\xb6\xe2\x0f\x60\x7a\x3b\xa5\xf7\xf1\x9e\x3a\xbd\x16\x46\x95\xb8\x3e\xd4\x6f\xe6\x7b\x59\x26\xd9\xc2\x96\xad\xa6\x16\xc1\xaf\x7a\xe1\x3c\xf8\x7d\x1e\x4b\x58\xf2\x1f\x3e\x58\xc5\x7e\xda\xa7\x7b\x84\x34\xa0\x1d\x7a\xd9\x89\xdc\x62\x9b\xd9\xe1\x43\x36\x6e\xed\x71\xf4\x85\x28\xc7\x6e\xd1\xdf\xf2\x14\xcd\xa9\xe8\x43\xe1\x5d\xf6\xff\xb6\x35\xfb\x62\x77\xc2\x06\x81\x79\xe8\x05\x96\xfc\xad\x5d\xf9\x48\xb5\x36\xf7\x61\xc5\x8b\xc5\x30\x75\x3f\x58\x5b\xf5\x5c\xfc\xe5\x23\x2c\x59\xe2\x7f\x4f\xf7\xf4\xe2\x3a\x3d\x3a\x20\x58\xae\x73\xd7\xd2\x5f\x94\xed\x10\x57\xc1\x60\x38\xf5\xbd\x06\x83\x21\xf2\x53\x0a\x82\x6f\x61\x9a\xac\xcd\xbb\xb2\x3f\xd8\x61\x48\x80\xe0\x2e\xc4\x8b\xc9\xdc\x90\xf6\xc7\x94\x5d\x8a\x2f\xcb\x5f\xa2\x93\x17\x36\x72\x5e\x4e\x2f\xce\xdc\x05\x31\x66\xa5\xdd\x7b\x26\xf2\xe0\x86\x00\x0a\x5e\x42\x2f\x4c\x21\x40\x11\xa2\x44\xb2\x64\x6b\x8c\xb0\xb6\xf2\xae\x18\xc9\xf2\xae\x18\x55\x16\xe4\x40\x0f\x0f\x40\x0e\x72\xd9\xa9\x88\xe9\xe7\xac\x58\x79\xaf\x18\xca\x47\x48\x06\xa8\x6d\x02\x7f\x10\xa9\x28\x65\x9f\x7c\xe1\xa5\xa0\x19\xc4\x0b\x59\x30\xcf\x98\xfa\x8b\x80\x67\x90\xf2\x1e\x8b\x02\xe3\xa8\x66\xb9\xff\xf5\x57\xd5\x28\x41\xd8\x82\xde\xff\x68\x13\xb8\x34\x74\xb3\xcd\x1c\x7c\x8d\xba\xba\xc4\x43\x3d\x91\xcc\x81\x37\xe8\x3a\xa6\x6e\x74\x03\x7d\x44\x56\x75\xf8\x1c\xd7\xba\x7b\xc9\x64\xc3\x64\xb4\xac\xba\x7d\x38\xe4\x1e\x76\x75\xcf\x58\x55\x9e\xe6\x58\x36\x76\x5e\x7f\x68\x48\x1a\x48\x07\xab\xc9\x36\x87\x2f\xd3\xec\x14\xc9\xad\x62\x71\xc0\x71\x60\x2b\x4d\xfa\x2e\xc3\x1f\x76\x19\xb4\xab\x39\x93\x9d\x17\x06\x81\xd6\xb1\x62\x75\xbb\x1f\xf1\x7e\x21\x61\x17\x56\xe8\xea\x32\x54\x27\x4c\x77\x5c\xe0\xa8\x8b\xd3\x71\x71\x21\xe0\xdd\x56\x9a\x9f\x72\xba\x56\x7f\xd8\x58\xd8\x7c\x17\x40\x21\xb5\xd4\x6b\x38\xf8\x4e\xb1\xe9\xa2\x82\x1f\xad\xe9\x66\xc2\xf9\x65\xb9\xb5\xb9\xa6\xf6\xd6\xe6\x7c\x35\xb8\xb2\xf6\x1e\x20\x42\x74\x95\x60\x20\x42\x54\xaf\x3e\x05\x84\x38\x76\x0e\xbc\x90\x8b\x4b\xea\x72\xe1\x3a\x0f\xb5\x0b\xf7\x2c\xb4\xc4\xbc\x53\x4f\x01\x3e\x44\xe4\x27\x19\x76\x7c\xdb\x83\x63\x19\x93\x51\x16\xbd\x74\xed\x75\xa3\x02\x8f\x21\x7e\xa1\xfa\x8f\x79\x10\xb6\x45\x4d\x28\x5a\x70\x2f\x6c\xec\x0e\x2c\xec\xaf\x8e\xec\x5c\x71\x39\xb9\x6e\xb5\x2e\x38\x84\xbc\x23\x3f\xef\x8b\x42\x11\x07\x56\xde\x15\xa0\x0e\x0e\xf1\x12\x58\xa1\x27\x73\xe7\x1d\xf9\x7d\xe9\x8f\x33\x61\x70\xf1\x8e\x72\xbc\xaa\x0f\x33\x8e\x77\x12\x70\xe9\xd3\x1e\x64\x13\x2e\x2a\x17\x9b\xbe\x84\xcb\xd3\x62\x70\xf3\x4d\xf0\xfe\xa2\xfc\x66\xc1\xe2\xb1\x70\x1f\x21\x61\xed\xee\xea\x9b\xf0\x56\x95\x2e\xbd\xfe\x10\xf8\x68\x1e\xbf\x29\xbe\xd3\x33\x70\xfd\xf9\x86\x80\x2e\x5e\x7a\x4a\xd0\xe3\x1f\x23\x57\x09\x43\xc2\xf8\xcd\xb2\x6c\xcb\xb4\x94\xf3\x7d\x8c\xa2\xc0\xbd\x1d\x04\x95\x15\x1d\x53\x47\x09\x78\xcf\x16\x4c\x5f\x25\xdc\x6a\x94\xc6\xf1\x43\xf0\x12\x39\x1f\x3f\x29\xc0\x8c\x3b\x0b\xe6\xab\x12\xd4\x3c\xe0\xb4\x28\xe1\x53\x1f\x3a\xf2\x26\xc0\x5e\xce\x8e\x71\x88\x04\x55\xfa\x2c\xb9\x77\x94\xf4\x3e\x8a\xbf\xe8\xf2\x25\xc0\x52\xbd\x0e\x90\xc0\xe9\x49\xfd\x39\x84\xad\x5e\xc1\x32\x58\x02\x07\x58\x75\xdc\x12\x38\xaa\x96\xf3\xf8\xf9\xe8\x2b\xfe\x35\x1a\x71\x08\x20\x9f\x9d\x99\xf0\x67\x12\xf4\xfc\x46\x11\x0c\x41\x50\x1f\x95\xd2\x12\x04\x08\x26\xb4\x88\x04\x2c\x09\x32\xf7\xe4\xef\x28\xf9\x45\x6b\x71\xaa\xd6\x92\xb0\x47\x7f\x1e\x3f\x04\x83\xab\xb0\xab\x41\xb0\x1e\x9e\x9d\x37\xc1\x62\xc7\x4f\x16\x91\xc3\xd4\x72\x40\x00\x2d\xe6\xfc\x7f\x71\xca\x7f\x47\x29\xaf\x00\x82\xca\xf7\x12\xd8\x8c\x32\x36\xa4\x12\xe0\xe8\x4a\xfa\x12\xf4\xc3\x29\x7b\x04\x82\x70\x9b\xa2\xff\x10\x84\x66\x64\xb9\x4b\xf8\x76\x96\xf1\x43\xe0\x72\x40\x81\x0c\x02\xbb\xf6\x29\x02\x9f\x04\xf4\xc7\x4a\x57\x12\x8a\xdf\xc8\x3f\xdf\x90\x75\xf4\x52\x2c\xa5\xbe\xc2\x59\x77\xc2\xe5\x6f\xc2\x67\xd0\xb5\x73\x13\x36\x66\x24\x7c\x10\xc2\x27\xe4\x42\xd9\xdd\x59\xdf\x4f\x4c\xe4\xb1\x4b\xa9\xef\x3a\xac\xc7\xfc\xc9\x02\xda\x50\x10\xec\xa0\xf6\x02\x72\x7c\x8a\x27\x07\xc1\xe3\x75\xaf\xa9\x6e\xc2\xc7\x65\xfa\xd8\xef\xfd\x7d\xb4\x06\xaf\x9b\xd9\xf4\xf7\xf5\xba\xbb\x6e\x76\xd4\x7f\xa6\x0a\xb0\x38\x12\x50\x28\x75\x50\xa5\x25\x70\x16\xeb\xf8\x79\x4a\x98\xa6\xa8\xff\x10\x1e\x09\xe9\x87\x70\x19\x6d\xb6\x9e\x3f\x04\x66\x68\xaf\xf5\xb7\x1e\xdf\x0e\xfd\xf8\x93\xe2\x33\x38\x4c\x6d\xe9\x97\x60\xff\xfc\x56\x6c\x03\x5a\xd5\xfe\x4b\xe8\x36\x6e\xfc\x64\x59\x62\x88\x55\xb9\x71\x19\xef\xeb\x7c\xa9\x9b\xd9\x8c\xf7\x13\x51\xeb\x87\x51\x8c\x9f\x8f\xb6\x7f\x08\x58\x98\xf7\xb6\x99\xcd\x7c\x3f\x9d\x27\xcb\xe6\xb5\x71\x5e\xa7\xa6\x6d\x2f\xe1\xeb\x55\x9f\x2e\x3e\x8d\x84\x4b\xc2\x9e\xd9\xd7\xab\x62\xa9\xb7\xfa\x93\x82\x63\xcf\xd9\x89\x5b\x08\x41\xc9\xaa\xb7\x3d\x3d\xae\x57\x08\x24\x15\x7e\xef\x28\xf7\xeb\xad\x8e\x47\x28\x09\x58\xa5\x75\x02\xb8\x43\xd8\x6b\x1a\xa4\x72\x08\x9f\xb6\x06\xa7\x9b\x51\xb9\x5f\x70\x71\xd2\x81\x33\xe7\x3b\xca\xf3\xbe\xc6\xd1\xe8\x7b\x3a\x3c\x3f\x33\x8a\x28\x9e\x9b\xe0\x30\x6c\xbe\xf0\xbc\x20\x87\x46\x8a\xbc\x09\x88\x28\x67\xef\x7b\x28\x9f\x97\xfd\xf4\x2c\x67\xf9\x29\x65\x19\xd9\x02\xdb\xcb\x4d\xd8\x59\xca\x2f\xc1\x62\xdb\xef\x47\xdf\xed\x0b\xff\xcf\x37\x2e\x09\xe9\x97\xb0\x24\xfc\x7e\xc3\xa5\x4f\xdc\x3c\x09\x02\x38\x73\x18\x7f\x47\x79\x7f\x36\xa3\x3e\xfe\x21\xdc\x12\xca\x0f\xa1\xda\x85\xbb\xd7\xdf\x77\x5f\x62\xf4\xdd\xfc\xf7\x7d\x2c\x65\x9c\x3f\x59\x5e\x2d\xd6\xc6\xe6\x5a\xef\xfb\x4e\x53\xec\x6d\xe2\xfd\xe9\xc2\x79\xfc\xa4\xf8\xb0\xe8\xeb\xa3\xe4\x5f\xc2\x94\x70\xfe\x12\xbc\x36\x9b\xbf\x29\x64\x1f\xa3\xfc\x54\x1d\xc4\xb9\xb3\x8f\xf6\x93\x02\x1c\xb8\xb3\x13\xde\x4c\x02\x1b\xab\x78\x3e\x12\xd0\x0e\x0b\x27\xb3\x09\xdb\xcf\xf1\xa7\xa6\x6b\xc7\x5e\xee\x3f\x35\x05\x0b\x29\x44\xa3\xdf\x62\xf5\x9f\x1a\xbb\xd7\xbf\x9f\x59\x38\xf6\xc4\xfd\xde\x47\x14\xd4\xb1\x17\xe1\xf7\x0a\x32\xd9\xc7\x16\x01\xd6\xfb\xe0\xea\xd8\xe7\x9e\xa7\xeb\x7d\x90\xd3\x4a\xda\xad\x5d\xaf\xd0\xdb\x19\x3b\x5a\x08\xc8\x5d\x67\x9f\x9b\xb1\xad\xbd\xf5\x8e\x3c\x7f\x53\x14\x53\xec\x0e\x5a\xef\xeb\x94\x9a\xe5\x37\x8b\xb2\xc9\x2c\xbf\x59\x64\x17\xb3\xfc\xc9\x60\x8b\xd4\x0b\x7d\x74\x9f\x4e\x8d\x7a\x38\x79\xd2\x71\x3a\xab\x83\xa0\x96\x18\x5d\x32\x04\xa1\xc1\xb5\x42\x95\x60\x48\xd4\xc3\xb9\x12\x04\x1a\x3a\x50\x99\x41\xf0\x48\x5e\xb6\xcc\x55\x8f\x57\xe9\x76\x1c\x72\xf0\x20\x10\x86\x6d\x6f\x1b\x35\x64\x1f\x4c\x80\x0f\x37\xa7\x20\x10\x1f\x61\x1c\x4a\x14\xf5\x74\x10\x4f\xc3\x6e\xbf\xa3\xa6\x5d\xd1\x41\x68\x1b\x08\xc2\xc5\x8e\xd3\xfe\xae\xe9\x5d\x86\x35\x3e\xcf\x9f\x14\xcb\x28\x50\xa7\xd2\x51\xcd\xaf\x57\xd1\x63\xf3\x96\x9a\x5f\x40\xc7\xcf\x3c\x15\xfd\x6a\x7e\xbf\x63\x9f\x5c\xc7\x2f\x81\xc6\x9e\xff\x10\x44\x54\x38\xe5\xf9\x41\xd0\x89\xf7\x74\x42\x06\xc1\xb8\x82\xe7\xae\x7a\x7e\xd7\xd6\x3f\xb8\x91\xd4\xb2\xd7\xf4\xc0\x6d\x4b\x82\xce\x50\xe7\x1e\xa7\xf2\xbe\x5c\x74\x8f\xd3\x09\x19\x04\xc2\x41\x8c\x53\x61\x28\x08\xe2\xa1\x9d\xf3\x37\x8b\x91\x5d\x4f\xb7\xe2\x5a\xde\x4f\x80\x8a\x73\xfe\x7c\xe3\xd3\x48\xf6\x74\x52\xd7\xfa\x72\x9f\x7d\x8e\x2d\x81\x07\xc1\x58\x4e\x87\xab\x3e\x08\x9a\x90\xa7\xf3\x27\x8b\x73\xd8\x30\x9c\x12\x30\xd2\x19\x29\xfd\x10\x50\x5e\x9e\x65\x0b\xed\xb5\xfe\x48\xe0\x3f\xf3\xa5\xbe\xcb\xb6\x10\x73\x4e\x82\x68\x76\x69\x4f\x87\xf6\x3e\xd8\x50\xb5\xdd\x83\x6d\x73\xa3\xbe\x4f\x28\x10\x3c\xfe\x28\x1a\x07\x41\x83\xf8\xb4\x27\x76\xdb\x52\x56\x9e\xe9\x27\xc5\xa7\xfb\x50\xda\x13\xa8\x6d\xb1\x6b\xe0\xc7\x2d\x41\x57\x4e\xfc\xa9\x21\x2c\xe3\x14\xef\x35\x5e\xfb\xe6\xbd\x03\xeb\x37\x09\x70\xa3\x91\x8f\x9f\x14\x5b\x8a\x38\xf2\x0f\xe1\xb3\x8f\xf3\x6e\x7d\x7f\x3f\xa7\xe9\x96\xd9\x83\x20\xc0\x70\x4e\xe9\x97\x50\x25\x1c\x3f\x84\x67\xa7\xe8\x3f\x04\xbd\x61\xb3\xac\x25\x08\xdf\x26\xfc\x7c\x74\x19\x85\x20\xe7\x9f\x6f\x00\x99\x18\x84\x9f\x52\x96\x3d\x96\xf3\x6f\x16\xc4\x9b\x91\xf3\x4f\x4d\x37\x12\x5c\x96\x1b\xd5\xf1\x3e\xa2\xb0\x65\xb9\x51\x10\x50\x3a\x8d\x2c\xab\x0d\x82\x7e\x22\xb9\xfe\x66\x21\x48\xf0\x40\xb5\x0b\xe1\x63\x66\xe7\xe6\x79\x2c\x08\xcd\x93\xa3\xe7\xb1\x20\x74\xbf\x31\x7e\xb3\x18\xab\x2c\x2b\x34\xd4\xf1\x82\x37\x99\x8e\xec\x11\xb7\xce\x17\x3b\x99\xe0\xac\x63\x13\xbe\x2e\x40\xa0\xdb\x46\x10\x3c\x6c\x72\x37\x00\xc1\x13\xca\x28\xbb\x83\xae\xf7\x31\x64\x47\xd9\x8d\xbb\xde\x47\x7f\xb1\xa2\x0c\x59\xaf\x97\xcb\xd0\x33\xb7\x7f\x08\x32\x98\x52\x7f\xbe\xe1\x35\x5b\x21\xde\x83\x84\xfd\xd1\xdd\x41\xd7\xcf\xa2\x2c\xbb\x83\xae\xf7\xab\xdb\x72\x69\xfe\x10\x84\x90\x2a\x6e\x92\x41\xd0\xe6\x1a\xe5\x8c\x04\xf7\xb3\x63\xa7\x08\xa9\x6a\x2a\xb8\x8f\x1f\x82\x41\x57\xab\x87\xab\x20\xa8\xc9\x48\xff\x10\xac\x58\xdd\x5c\x3d\xe4\x2e\xf6\xa2\x63\x0f\xc3\xfd\x33\x0b\x6b\xfa\xf9\xa8\x8a\x95\xb1\xc5\xf0\x20\x60\xea\x34\xaa\x22\x63\x7d\x5e\x6c\x08\x4e\x83\xf8\x40\x78\x75\x19\x26\x30\x8c\x04\x21\x68\x6a\xff\x93\xc3\x05\xa9\x95\x9f\x46\x3b\xcf\x5f\xc2\x2d\xe1\xf8\x21\xb8\x17\xb5\xcd\x9f\xde\x17\xb3\xa5\x73\xb4\xbd\x76\x82\x73\x4c\x09\x65\x13\x36\x5e\x7b\xdb\xd3\x3c\x08\x55\xc2\xcf\x37\xc4\x57\x17\x60\x42\x82\xa6\x97\xe7\x6f\x29\xdc\x9e\x44\x8a\xba\x09\xcb\x6d\xa2\xd5\x9f\x2c\x7b\xfd\xb5\x3d\xf0\x21\x81\x26\x09\x8e\xc0\xf7\xbe\xe2\xac\x34\x85\xc3\x20\x60\x68\x7f\x9c\x9b\x75\x7c\xbb\x58\x43\x3b\x42\x58\x46\xf5\x69\x1e\x0d\x20\x88\x41\x74\x9c\x3f\x04\x3d\x34\xfb\x66\x50\xeb\x7d\xb2\x76\xc3\xbb\x3f\x42\x6e\x11\xe9\xc8\xb3\x42\x5d\x2f\x77\xe0\xe9\x20\x5e\xa0\x84\x4b\xc4\xa6\xbd\x76\xd6\xfb\x9d\x9b\xf0\x93\x65\x9f\xdd\x87\xcb\xad\xfd\x68\x7f\x46\x97\x41\x05\x61\xc3\x51\xdb\x96\x76\xbc\x22\x94\xf7\x2d\x5f\x07\xc1\xf8\x52\xdd\x2e\x0c\x82\x5e\x95\xbd\xfc\x7c\x43\xc4\x4f\x83\x71\xbc\xa3\x9d\x3f\xec\xa7\x2b\x2d\x06\xc1\x6d\xb3\x7b\x44\x69\xe7\xfb\x1a\xc4\x78\x4b\xe0\xed\xdc\xbb\xc0\xd8\xc2\x72\x10\x96\x35\x1d\x66\x49\xef\xab\xf7\xde\x70\x27\x81\x60\x90\x45\x27\x5d\x10\x76\x64\xe4\xf3\x37\xcb\xe8\x3a\x5a\xe7\x5f\xc2\x86\x21\x28\x9b\xb0\x57\xf9\x16\x96\x83\xf0\x13\x2c\xfb\x37\x85\x98\x87\xc3\x3d\x30\x08\x3b\x68\x72\xf9\x29\xe5\xdb\xe1\xfa\xe5\x14\x41\x70\xc7\x1f\xce\xa0\x20\xb8\x86\xb7\x38\x1d\x04\x77\xb4\xd1\x7e\xda\xb2\x61\x5b\xb7\xe4\x1b\x84\x6f\x07\xc6\xf4\xa3\x59\x3e\xd0\x9b\x42\x7c\x0b\x89\x88\xb1\x1e\xca\x72\x41\xd8\xf5\x52\x34\x09\xc2\x0e\x1f\x3b\x7e\x3e\xf1\x9d\xbb\x3b\xda\x2f\xc1\x42\xc6\x2f\xc1\x18\x35\x43\xe1\x25\x08\x1b\x14\x61\xfe\x7c\xf4\x13\xc0\x6c\xcc\xdf\x8f\x12\x18\xa1\xf5\x9f\x04\x6b\x07\x65\x55\x76\x09\xc2\xda\xc1\x9b\x4c\x51\xde\xcf\x69\x3b\xf7\x30\x95\x17\x48\xf5\x20\xd8\xc5\xf5\x7d\x84\xdd\x9b\xaa\x55\x5a\x30\x07\x1d\x60\xf6\xa8\xfc\xc8\x2e\x79\x28\x88\x04\x61\x3b\xb1\xd5\x1f\x82\x37\x2b\x63\xee\x2e\xae\xef\xaa\xa6\x90\x3b\xb7\xf6\x3e\xca\xcb\x5b\xe6\x6e\xed\xfd\xb6\x81\x98\x8b\xb4\xf5\xf7\x45\x8a\xc8\x7d\xd7\xb4\xbf\xef\xab\xfd\x53\x6a\x9b\x20\x4b\x9a\xdc\xec\x48\xd0\x52\x28\xcb\xae\x83\x50\x34\x39\x90\x8b\x05\x61\x6c\xab\xd7\x9f\x8f\x7a\x6f\x38\x8f\xf2\xfb\x8d\x5d\xca\x5e\x3e\x21\x34\xf8\x8d\xfa\x53\x31\x61\x75\xe7\xd1\x7f\x09\x6f\xff\x1f\x09\xb1\xe1\x5b\x8a\x42\x54\x10\xc4\x16\xdd\xd2\x5e\x10\xc6\xb6\xed\x29\x3f\x84\xb5\x4d\x4f\xf2\x26\xbc\x73\x1b\x61\xfc\x7c\xe3\xbb\x95\x8f\xe5\x84\x6d\xbc\x6b\xec\xbb\x77\x7b\x7d\xbe\xdb\x42\xf2\xdc\x6b\x72\xc6\xc9\xd1\xcb\x87\xbc\x09\x3f\x56\x01\x4a\x44\x41\xe0\xd6\xeb\xc8\x72\xb1\x20\xdc\x3b\x85\x1f\xbd\x5e\x0c\x22\xe2\xc8\x6f\x96\x77\xeb\x33\x8c\xd0\x24\xc1\x0d\x7f\xec\xb1\x0d\x82\xbc\xf2\x8f\x70\x78\x3b\xb5\x37\x37\xf3\x9f\xec\x6a\x78\xf7\x24\x8e\xc3\xac\x21\xd0\xcb\x2f\x81\x30\xe8\xc7\xe9\xf9\x17\x82\x6a\xd2\xbd\x1e\x83\xa0\xe4\x9b\x7e\x6b\x3d\x54\x98\xec\x25\x1c\x84\x69\xc4\xca\xdf\x6f\x0c\x0f\x7d\x7b\x56\x07\xc1\x70\x55\xe9\x37\xc5\x74\xeb\xd9\x1c\x2d\x4e\x99\x96\xd2\x7f\xab\x7e\x71\xf5\x73\xfe\xd3\x37\xe8\xf5\xca\xd9\x7f\xbf\x41\xac\xee\xe3\x9c\xff\x10\x96\x32\xc7\x6f\xc5\xbc\x72\x4e\xc7\x6f\x0a\xc4\xd8\xdc\xea\x6f\x0a\xef\x70\xf7\xa5\x41\xfb\x5e\xcc\x93\xd3\xf1\xc3\x5b\x3e\x25\xce\x74\xa4\xf6\x9b\x82\x19\x59\xb6\xd0\xde\xeb\x8b\x25\xdc\x29\xb4\xd4\x3b\x7a\xc8\x93\x2a\xda\x65\xf9\x7d\xbe\xda\x92\xe5\xcd\x37\xfb\x7c\xbf\xcf\x6f\xb8\xfe\x7a\x14\xbb\xef\x90\xc6\x2f\x61\xc5\x01\xd6\x61\x89\xf7\xd3\xab\x0a\xf5\x47\x10\x06\x09\xfa\xef\xfb\xa5\xa2\xf8\x37\xc7\x96\x7b\xc7\x3f\x84\xa1\x46\xfc\x37\x4b\x7a\xfe\x07\xbd\x7b\x10\x50\x2f\xe6\x7e\xfe\x43\x90\x3d\xc9\x05\x82\x50\xbc\x8e\x95\x1b\x05\xa1\x7a\x41\x52\x7e\xeb\xc5\xe1\x22\xef\xf3\x3d\x04\xc7\x2d\xfd\xa6\x40\x56\xcc\x23\xff\x7e\x83\xcb\xb8\xfe\x4f\xcd\x89\xdf\xd4\xf3\xef\xbb\x2e\xdf\x5b\xfc\x84\x60\x5b\xd3\x6f\x19\xd7\xae\xd6\x6f\x16\xcc\x32\x72\x57\x3c\x0a\xc2\x6d\x3d\xdb\x6f\xe3\x6f\x17\x63\xfa\x6d\x2b\xd6\x52\x5b\xe3\xcd\xfb\xfd\x3f\x28\xe8\x20\x60\x3c\x33\x7f\xfb\xe2\xdb\x17\x2c\xbf\x0d\xdb\xd6\x4f\xed\x9f\x14\xd4\xb3\xf5\xdf\x32\xb0\x6f\x6a\xff\x24\x58\x3b\x6e\xc2\x4f\xa1\x2a\x43\xf2\x56\x02\x42\xf0\x22\xec\x38\x7f\x09\x0c\xc9\xfc\xed\xbd\x77\x0f\xfc\x6f\xc5\xdf\xa4\xee\x63\xfe\xbe\xcb\x54\x7e\x87\x59\x6d\x76\xce\xb5\xff\x12\x14\xaf\x7e\x47\x00\xb3\xc6\x98\xc1\x3f\x6d\xc7\xd0\x2f\x5a\xf2\x4b\x40\x5b\x59\x8e\x7f\x2a\xfa\x7a\x75\xd9\x7e\xab\xa1\xe3\xc5\xd1\x7e\x8b\xdd\x31\x89\x82\xb0\x06\x56\xc8\xb5\x04\x23\x5a\x83\x5d\xb0\x96\x90\x4d\x16\x31\x26\xce\x0c\x18\xc8\x9a\x1c\x9a\x32\xa6\x83\x8b\x28\x0f\x67\x81\xd3\x2f\x62\x33\xa4\x83\x83\xf0\x9a\xc9\xa0\x00\x47\x8d\x17\x36\xff\x8c\xd6\x6b\x19\x54\x20\xe3\xed\xb2\x26\x07\xbd\xcc\x71\x72\x4d\x42\x8c\x16\x0c\x24\x17\x51\x05\x3a\x22\xd8\x9a\xcc\xae\x02\xd3\x5c\x93\x0b\xc0\x82\xa5\xdd\xc2\xff\xbe\x13\x43\x7d\xe1\x41\x7f\x0a\x10\xb8\x70\x69\x3f\x05\x95\x5a\x13\x4b\x68\xa6\xde\xd2\x5f\x3c\xe3\x0e\xb6\xf0\xe2\x1e\x58\x98\x2d\xbc\xb8\x07\x97\x36\x0b\x2f\xee\x0e\xd0\xd1\xba\x7e\x6e\xed\x48\x74\xa6\x48\x34\x4c\x94\xe3\x7f\x2a\x75\xc5\x89\x62\x94\x90\xca\xd7\x25\x63\xc0\x47\x6d\xe1\xdd\x3d\x2a\xfd\x78\x05\xe3\xe2\x24\xf4\xff\xbc\x73\xac\xeb\xbc\x23\x61\x6c\x97\xeb\x3a\x1f\xfe\xf7\x63\x6f\xfc\xbf\x6b\xf2\xf1\xbf\x25\x12\x47\xcf\x66\x60\xc3\x71\x12\x56\x7a\x5d\x42\xc0\x9c\xfe\x4f\xfc\xed\x94\xf8\x9f\x38\x7f\xd9\x0c\x82\xb0\x36\x5f\x84\x4a\x35\x03\xf0\x0c\x99\x4e\x10\xc2\x34\x56\xf3\xc2\x79\x7c\x34\xc6\xef\x4a\xc0\x12\x59\xbb\xa4\xd7\xab\x05\xbc\x98\x19\xc5\x18\xe1\x54\x7e\x66\xae\xfc\x97\x5e\xe5\x39\x5b\x1a\x12\x5d\xc6\x90\x74\x5d\xb2\x3a\xce\xfc\xeb\xe2\x16\x25\xa3\x88\x58\xf8\x9b\x9f\x19\x5b\x8e\x85\xbf\x79\x67\xbf\x58\xb8\x9b\xc7\xc7\xa8\x22\xda\x69\xc3\x42\xac\x8b\x43\x66\xc6\x02\x60\x5d\x68\xa5\x73\xb6\x96\x38\x51\x64\xac\x1b\xd7\xa5\xeb\x23\x11\x72\xd7\xe5\xc5\x1e\xfe\x47\x0b\x87\xf5\x78\xb1\xcc\x65\x1e\x3e\x5d\x76\x07\xd3\x9c\x62\x73\x9c\x10\xc5\xe6\x64\x0a\x2d\x36\xa7\x9a\xcc\xe6\x74\xda\xb6\x17\x7b\xa2\x50\x6c\xb3\x01\xd7\x5c\x97\x8b\x1e\xfd\xcc\xba\x8a\xcd\x29\xa6\xd2\x66\x66\x52\x1b\x6c\x56\xfa\x4e\x65\x6b\x3a\x3d\x58\x9c\xf3\x4e\xb6\x62\x6b\x8a\x45\xda\x9a\xec\x8b\xad\x99\xd4\xb9\x3a\x38\x95\x0f\x28\xec\x64\x3b\xd7\x7d\x04\x05\xd3\xba\xaa\xad\x71\xd0\xab\xad\x29\x74\x47\xdd\x83\xe3\x8b\x0b\xbd\x52\x83\x6a\x73\x9c\xa2\xea\x38\xf6\x50\x55\x47\xa7\xfb\xe2\xe8\x54\x3f\xe0\xd6\xb4\xf3\x18\x03\xd8\x56\xd7\x3d\x06\xf4\x87\xe0\xe8\x5c\x58\xaf\xab\x59\x6b\x57\x6b\xdb\xb5\xf6\x17\x6b\x0d\xe3\xba\xbc\xb1\xe6\x62\x78\xe1\x66\x1f\x5f\x63\xa8\x70\xfd\xac\x98\xfe\xae\xab\x59\xeb\x64\x32\x07\xa1\x9b\xcc\x5a\x3b\x59\xb0\x9c\xe1\x7e\x65\xe1\x8f\x7f\xea\x7f\xb8\x2e\x19\x75\x72\x46\xb0\xd3\x66\x76\xa8\x85\x97\xf3\xb4\x6f\x38\x4f\xab\xaa\x5c\x98\x9c\x7a\xcf\xb0\x3e\xdc\x88\x38\x55\x2f\xae\x16\x3b\x27\xa6\xb5\x8e\xf3\x5f\x7f\x61\xc1\xb7\x30\x3f\x1b\xd8\x16\x2f\xac\xcf\x38\xa5\xaf\xb5\x23\xad\xf2\xaf\x11\x16\xf9\xd7\xe0\x72\xfc\xdb\xc9\x67\x62\x02\x55\x0d\xfe\x05\xf9\xcd\x7c\xcf\xbf\xfe\x72\xbd\xaf\x03\x8c\xf5\xcc\xbf\x5f\x50\xfd\xc4\xfa\xd7\x5f\x80\x99\x2d\xae\x6d\xd0\x42\x2c\xd4\x68\x04\xeb\x5a\x5c\x4b\x3a\x99\x31\x2c\xe3\x50\xb9\x30\x2b\x0b\x11\xe6\x7f\x62\x7b\xf5\x7f\xe5\x7a\x98\x7f\x11\x20\x69\x61\xfd\x25\xb7\xc1\xf6\x8b\xfd\x7a\x61\xf9\x05\x2a\xe5\xe2\x92\x08\x55\xcb\x5a\xb1\x1e\x51\xc8\xad\x55\xe3\x0b\x0c\x30\x72\x36\xf7\x94\x0b\x83\x29\x10\x51\x16\xe6\x52\x6c\xf6\x6b\xe1\x6c\xc8\x4c\x5f\x5f\x8e\x2f\x50\x44\x1c\x9f\x07\xca\xef\xb5\xb0\x45\x3c\x4d\x41\x94\xfa\xff\xfb\x0b\x97\xff\xb8\xfe\xcb\xff\xf6\xfd\xdb\xdf\xc7\x11\x4d\xfd\xfb\x10\xee\x3f\xde\xa3\xec\xbf\x8f\xa3\x13\xe5\x3a\x08\xd7\x09\x81\xa0\x37\x07\x49\x42\x0e\x8a\x07\x36\x3b\x1d\xca\x23\xc5\x10\x23\x41\x79\xfc\x2c\x41\x65\xa2\x5b\x0e\xd0\xcd\xff\x3e\x0e\x6d\x4c\x8e\xa0\xbc\x53\x8a\xfa\xa0\xa0\x7c\xe6\x32\xce\x40\x86\x62\xae\x65\xbc\xba\xa0\x2c\x73\xe1\x7e\x18\x13\xe9\x38\xe3\x54\x1d\x8f\x69\xa0\xb6\x28\x1f\x84\xc6\x78\x50\x47\x14\x01\x47\xf2\xeb\x60\xce\x9d\x9a\xcd\x1d\x40\xcb\xc5\x83\xbc\x44\x63\x3d\xf2\x41\x8b\x81\x62\xc3\xa0\xec\x00\x7c\x2d\x1e\x2c\xae\xa8\x3b\x60\x68\xf1\x30\x5f\x2c\xb7\x03\xbc\xb3\x78\x7c\xd2\x12\xb4\x05\x4d\xe7\x79\x94\x1c\x07\x70\x5f\xf1\xb8\x4d\x47\x09\x21\xaf\xc6\x63\xc7\x8e\x95\x66\x19\x04\x1f\x3f\xb0\xb4\x38\xf2\xb4\x6e\x68\xec\xb1\x6b\x3f\x40\x58\x8a\x47\x54\xe5\x30\xd5\xf5\x48\xe2\x30\x83\x99\xeb\x91\x6f\x73\xa2\x5d\xc1\x7a\xf3\x00\xda\x28\x1e\xe4\xac\xd4\xed\x31\x27\x78\x44\x07\x46\xaa\x07\xa0\x3a\xf1\x78\xa4\x75\x68\x9f\x34\x4b\x08\x16\x71\x80\x91\x13\x8f\xca\xe7\x26\x24\x3a\x0e\xd8\x99\x13\xb9\xee\x00\x76\xe6\xef\xa3\xc0\xd3\x09\x6f\x7f\x80\xed\x12\x0f\x0b\x88\x9d\xf6\x00\x98\x25\x1e\x16\x10\x6c\xfc\xfc\x62\x39\xc5\x63\x19\xa1\x71\xfe\xdb\xdf\xc9\xf9\x9b\x0e\x8c\x3f\x83\x3d\xa7\x23\xf6\xe8\x78\x80\x2a\x31\xa0\x4c\x29\x17\x26\x63\x41\x89\x8d\x2b\x1e\x40\xf8\x71\x0e\x4b\x47\x2f\xd0\xfa\x0c\xa6\x27\x69\xf8\xf1\x01\x29\xb6\xe6\x04\xc0\x77\x3c\x0a\xa9\x2a\xa4\x26\xe9\xfa\xd7\x5f\x13\x98\xad\x04\x5c\x77\x3c\x3e\x52\x9d\x41\x6a\x7c\x0b\xc0\x6d\x6d\x2b\x12\x80\xdb\xf1\x08\xe1\x09\x7f\x94\x74\x76\x53\x75\xa2\xea\x04\x93\x4b\x60\x63\xc7\x83\x54\x31\x6b\x13\x50\xd4\xf1\xd0\xcb\x0a\x8a\x75\xc0\x42\x30\x71\x5a\x4d\x40\x4e\xc7\x63\x4a\xe3\x63\x0f\x8d\x04\x2a\x79\xe0\xa3\x9f\x52\x48\x50\xf1\x70\x4f\x09\xd1\x26\xa5\xd4\xa5\x61\xc3\x2c\xe5\x96\xe2\x01\x26\x28\x8d\x4f\x25\xd5\x01\x79\xd3\x9a\x34\x02\xff\x9f\x50\x2e\x29\x00\xac\xe7\xa0\x74\xc6\x27\x71\x84\x4b\x9c\xe9\x12\x00\xa7\xf1\xc0\xa0\xb4\x1e\x7c\x6b\x98\x8e\x70\x02\x21\x14\xa4\x34\x2c\x11\x25\x74\xc5\xe4\x27\xa5\x61\x4e\x1c\x92\x0a\xdf\x1f\x96\xc8\x8d\x66\x2d\xb1\x34\x53\x7a\xa5\x71\x1e\xab\x9d\xae\xce\x07\xed\x66\x6d\x47\xba\xe8\x58\xf0\x01\xe3\x71\x05\x03\x8e\xef\xe7\xf9\x42\xc1\x0d\x20\x11\x2b\x3a\xb9\xe2\x12\x68\x66\xa7\x78\x80\x09\x04\xb3\x78\xc4\xc0\x9d\x7e\xec\xba\x25\xbd\x90\xc8\x79\x33\x70\xac\xc5\xb3\x61\x24\x97\x72\x70\xcd\xbf\x93\x78\x60\x0d\x05\x6d\x2a\x4e\x96\x42\x08\x47\xd0\x68\x52\x71\x7a\x96\xc1\xa6\xc8\x94\x2a\x30\x88\x54\xa6\xb6\x92\xf1\xb1\x02\x7f\x48\x65\x6a\x28\x1f\x5c\x35\x95\xf9\x40\xbb\x63\xcc\xb9\x7d\x4c\xe5\xa6\xd7\x0a\xba\xc4\x03\x71\x23\x95\xd7\x32\x61\x85\xa2\xc7\xa4\xf2\xd1\x84\xc2\xb1\xeb\xe0\xe2\x25\x95\x55\xa5\xc1\xec\x71\xd5\x4a\xf5\x20\x6f\x25\x44\x5c\x89\xbd\x2f\xd5\x46\xc7\xd5\x16\x52\x3f\xca\xa2\x54\x3b\x95\xab\xd1\xaa\x41\x24\xa1\x54\x87\x24\xc0\x67\x71\xb2\x48\xc0\xeb\xc4\xa3\x92\x31\x8a\xac\x56\x4d\xac\x96\x46\x8c\xb2\x04\x2a\x4a\x3c\xf8\x18\x5d\xd4\xac\x45\x3b\x20\x51\xd9\x06\x03\x4a\x0d\x75\x6f\xc3\xf4\x33\x01\x88\x12\x8f\x97\x65\x17\x65\xb6\x46\x4f\x36\x04\xa6\x84\x23\x52\x6a\xce\x53\x60\x28\x62\xac\xa2\xd0\xee\x3c\xed\x9d\x46\x8d\x60\x37\x84\xe8\x8b\x07\x3b\x1d\x8a\xa3\x34\x17\xd3\x8d\x38\x61\x41\x8b\xc6\xdf\x4e\xb7\x1b\xa1\x26\x48\xee\xcc\xee\xc3\xff\x57\x5b\x73\x22\xf4\x47\x3c\xaa\x58\x0d\x51\xf7\xdb\x45\x41\x8c\x8d\x58\xd3\x51\x51\x2e\xdf\xe2\xf1\xaa\x13\x89\x74\x1f\xbb\x76\xfa\x3c\x7a\x12\xf9\x20\x7d\x4e\xb4\xef\xf1\x56\x31\xe4\x9f\x84\x9d\x7e\x3c\xea\xbf\xfe\x2a\x04\x45\x49\xd8\xd1\xc7\x23\xfd\xeb\xaf\x52\xe3\x3c\x93\xd6\xbd\x20\x19\xfc\x28\x78\x76\x5a\xaf\xa9\xde\xf4\x63\x8e\x9e\xb8\x9c\x8d\x47\xfd\x31\x4c\xce\x07\x23\x92\x8f\xd8\x41\x38\xa3\xe5\x83\x6e\xc8\x47\x74\x03\x66\x5a\xf9\x88\x5d\xf5\xef\x7c\x80\xc2\x3d\xc8\x45\xa5\xf2\x01\xfe\x76\xf0\xf4\x7c\x30\x8c\xf9\x70\x18\xa9\x7a\x3e\xce\x9d\x6f\xca\x47\x66\xd0\x82\xe9\xc7\x83\x2e\xc3\xb0\x37\x1f\x71\xe2\xf9\x3b\x1f\x93\xc3\x2f\xdf\x9f\x7e\x1f\xec\x26\x90\x47\xf2\x11\x4c\x32\x1e\x04\x68\xe1\x44\x95\x8f\x79\x4b\x0b\xc1\xac\x50\x79\x98\x41\x3e\x82\x19\x60\x74\x96\x95\x8e\x32\xf2\x09\x46\x33\xf9\x58\x5d\xca\x05\x87\x25\xd1\x32\xdb\x22\xdb\xf9\x6f\x7f\x67\x19\x78\x3e\x31\x30\x6d\xc4\x84\xce\x20\xad\xc7\x63\x3a\x55\x1b\xb4\x4b\x9a\xe9\x62\x15\xe5\xc4\x8e\x97\x81\x17\x3f\x0f\xcc\xe2\x73\x4a\x97\xb4\x38\x56\x73\xfc\xc8\x29\x53\xb3\x84\x37\x7f\x3b\x21\xb1\xcf\x66\xf0\xae\x07\x7e\x1e\x39\xc5\x9e\x1b\x0f\x18\x01\xc6\xd3\x19\xb4\xe8\x78\x50\x00\x51\xdf\xb3\x4c\x35\x27\xec\xeb\x0e\x07\x17\x74\xe5\x78\x20\x51\x94\x41\x45\xae\x22\x6d\x50\x6a\xb4\x2b\xdd\x56\xe4\xde\x45\x50\x93\xd7\xac\xf0\x90\x03\xb7\xb4\xac\xd8\x95\x15\xbb\x4e\x44\xaa\x9c\x11\x33\x72\xc6\x62\xfa\x24\xba\x66\x06\x6f\x36\x1e\x04\x59\x27\x5a\x62\x56\xcc\xca\x00\xc8\x06\x8d\xbc\x69\x48\x9b\xd0\x82\xef\x65\xd0\x5c\xff\xce\x99\x03\xfe\xc9\x2d\x4b\x06\xb0\x35\x1e\x04\xc7\x20\x16\x59\xce\xd9\x74\xc5\x74\x8c\x45\x2e\x59\x5a\x93\x46\x5d\xca\x2d\xed\x81\x46\xf7\xe5\x62\x5d\xaa\x79\x0b\x79\x6b\x95\x66\xde\xe0\x56\x19\x59\x2f\x1e\x30\xf4\x90\x5a\xb3\x12\x5f\xce\x83\x4d\x64\x52\xe3\x61\x4d\x06\x91\x1b\x6c\x18\xfc\x3c\xb3\x25\xf5\x76\x90\xd1\x6e\xcf\x57\xf0\x4c\x22\x6f\xe4\xfc\x32\x0f\xc1\x89\x3c\x4f\x82\x83\xe7\x8a\x70\x9f\xab\xd1\x86\x88\x15\x91\x41\x0c\x88\x87\xb6\xa6\x21\x3f\x16\x2c\x8a\xe2\x51\x55\x24\xb5\xa0\xa5\x0c\x4d\x38\x28\x34\xf7\xe5\x8b\xf9\xf6\x77\xe1\x0c\x78\x16\x42\x38\x15\xee\xe4\xe3\x71\x4a\x4b\x41\xeb\x7e\x0f\xf0\xd4\x13\x4f\xcb\x82\x63\xdd\xdf\x85\x1b\x30\x4d\xf0\xcb\xc7\x86\x59\xf4\x87\x43\x45\x53\x70\x71\x89\xc7\x43\x4e\x6a\xc2\xf5\x42\x3c\x0c\x5a\x12\xe2\x62\xc1\xe7\x22\x1e\x1c\xc0\x39\x4c\x97\x75\x9b\x17\x7c\xed\x93\x8d\xaf\xc0\xc2\xe2\x71\x4a\xab\x41\xfb\xa8\x1d\xa7\xa7\xc2\x6e\x5e\xe5\x5b\xf5\x38\x6c\x44\x1c\x02\xaa\x72\x65\x85\xc5\xa4\x13\x7e\x53\x8f\x7a\x42\x03\xfe\xe1\xc4\x84\xa2\x1e\xc1\x9b\xe3\x51\xa0\x15\xbe\x37\xcd\x3b\xb5\xfc\x0f\xf1\xa0\x1e\xb1\xf8\xff\xae\x70\x90\x48\x07\xed\x92\x86\x7b\xdf\x09\xae\x42\x3d\xee\x4b\xda\x76\x12\xa0\x8c\x10\xd9\xe3\x71\x45\x95\x25\xbd\x0f\xa4\xd7\xd6\x06\x6b\xad\x27\x4b\xaa\x9e\xb1\xa4\x64\xf8\xf5\x3c\x1e\x49\xdc\x9a\x61\x00\x56\xcf\x53\xda\x69\xd6\x10\xd3\xeb\x89\x04\x58\x4f\x54\xa4\x27\x51\xf7\xeb\x99\x4c\x97\x4c\x17\x32\x48\x3d\x33\x35\x3e\x63\xd4\x0b\xfb\x51\x45\xc4\x8d\x47\x54\x8e\x6d\xb8\x9e\xb1\x99\xc7\xa3\x05\x29\x51\xc0\x65\xaa\x18\xf3\x82\x57\x63\x3d\x6f\xab\x1b\xe7\xcb\x42\x3c\xcf\x7a\xbe\x74\xe6\xf9\x3a\xeb\x62\xe6\xd4\x64\xab\x12\x8c\xa2\x60\xb6\x53\xe5\x76\x35\x19\xcf\x80\xd3\x64\x4d\xcc\x9d\x9a\x62\xee\x14\xc4\x8d\x9a\x62\xce\xc4\x43\x97\xa2\x19\x1d\x97\xac\x1b\x10\xf4\xe9\x84\x79\xd6\xc4\x01\xaa\x02\x06\x5f\x92\xa5\x22\x32\x55\x31\xdd\xcf\x74\xd4\x3f\x6e\xe0\x35\x39\x72\xc9\x91\xc3\x1b\xb2\x82\x1a\x1e\x8f\x19\x5f\x8e\x33\x6e\xcd\x07\xc9\x32\x6a\xfa\x82\x86\xa7\x66\xbb\x1f\xe6\x95\x4e\x7b\x0c\x88\xea\x78\x3c\xd2\xa2\x56\x70\x8f\x78\x58\xab\x38\x0b\xd4\x8c\x8c\x5f\xb3\x11\xb1\x31\x83\xab\xf9\x65\x02\x0a\x21\x7b\x22\x55\xd5\xe2\x70\x96\x18\xce\x42\x54\x97\x0a\x58\x68\x3c\xcc\x4a\x8d\x41\xac\x8c\xc7\x47\x56\xfa\xb1\x70\x6c\xae\xe5\x8b\xf1\xe4\xac\x54\x15\x01\x6b\xd5\xfb\xc0\x56\x54\x27\x5b\xe5\x42\xec\x04\x6d\xa7\x56\x4e\x4b\xb5\x12\x40\x05\x05\x7b\xad\xf5\x92\x24\x8a\xd5\x88\x12\x2a\xec\xab\x82\xb6\x17\xb4\x68\x6c\x63\x37\xa8\x8d\xeb\x8b\x82\x13\x7c\x6d\x27\x03\xdf\x8c\x87\x47\xfc\xcc\xda\xe0\xd4\x15\x80\xb7\x10\x0c\xc8\xdb\x4c\x07\x60\xda\x09\x5b\xaa\xad\x4b\xe3\xae\xbb\xe0\x65\x5e\x9b\x23\xdf\xb0\x4e\x2f\x25\x4e\xd8\xb5\xd9\xda\x46\x94\xc3\x13\x49\xb0\x02\x45\x14\x0f\xbd\x0d\x82\xb9\xd4\xee\xc4\x04\x5c\x28\xd2\xc5\xf7\x00\xe6\x89\x07\xf7\xd8\x18\xf2\x55\x00\x76\xe2\x01\x3b\xc4\x86\xae\x02\x8f\x13\x0f\xfc\x58\x50\xea\xd7\x9e\xbb\xb4\xf1\xaf\xbf\x0a\x5e\x86\xb5\xe7\x57\x12\xcb\x17\xeb\xd5\xda\x0b\xd5\xeb\x5a\xb6\xe3\x42\x5d\x81\x59\x89\x87\x9e\x1e\xb1\xa9\xd5\x3e\xcd\xab\x47\x33\x6e\x5c\xb5\x3b\x2f\xc0\xb3\x28\x25\xd8\x6b\x05\xea\x21\x1e\x5c\x6e\x61\x6b\x56\x87\xd3\x6c\x38\xcd\xb8\xf5\xa9\x03\x91\xa0\x8e\xa1\xab\x48\x88\x43\x75\x0c\xb8\xc1\xf0\xb6\x1c\x97\xc7\x3a\x10\x13\xea\xb8\xec\x15\xe6\x0f\xd1\xc8\xe3\xa1\xbf\x07\x1c\x67\xac\x5b\xda\x8b\xdc\x19\xad\x25\xda\x77\x3c\x1c\xb4\x90\x3a\xea\x74\xd6\x4e\x66\x2d\x76\x5d\x15\xd9\x3b\x1e\xcd\x64\x31\xde\xb3\x4b\xd3\x75\x81\xfb\x8f\x4a\x6c\xe1\x78\x04\x63\xc2\xbe\xab\xce\x8f\x8a\xcc\xcf\x6e\x87\xf9\x5f\x7e\x0e\xbd\x7d\xc1\xe9\xa1\xa2\x0e\x8f\x47\xd5\xd7\x3f\xfa\xe4\x92\x7f\x5f\x97\x0e\x16\x47\xb4\x9f\x50\x92\xf1\x08\xa6\x56\x99\xa0\xb7\x93\x9b\x70\x7f\x85\xa0\xf0\xf5\xee\xcc\xe3\x5b\xa3\x53\xbc\xf3\x2a\x91\xea\xe2\xc1\x6e\x50\x32\xe9\x2e\x78\x85\x91\xe3\x4e\x3c\x6b\xea\x2d\x8f\x24\x98\x5b\xd0\xa2\xad\xb7\xed\xba\x5f\x23\x11\x84\xc4\x51\xf1\xb2\x8a\x47\xcc\x1d\xb4\x9a\xf5\xc9\x7c\x8e\x60\x4d\x05\xad\x64\x25\x5a\x50\x3c\xb6\xe7\x09\xc9\xd8\xac\xeb\xe3\x66\x8d\x68\x5f\x9f\x45\xa9\x04\xe2\x49\x27\x3e\x8f\x95\xa8\x29\x7f\x57\xe2\xa5\xa4\xb3\x84\x9c\x5e\xdf\x4e\x4d\x88\x4a\x92\x4e\x7c\x70\x2a\x71\x31\xe2\x11\x42\x8d\x95\xc3\x9c\x2d\x1e\xc8\x17\x5c\x42\x55\xec\x6d\xe2\x11\x7c\x81\x13\x7a\xfd\x2a\x7d\xf2\x55\xfb\x84\xd9\xf9\x35\x66\xc9\xa7\xd2\xba\x86\x40\x54\x3f\x39\xd4\xd7\xf4\x5b\xa1\xdb\x3f\xc7\xff\x8b\xf1\x2f\xe8\x48\xaa\xe7\x9f\x8a\xd3\x7a\x64\x8d\x46\x7c\x0f\x0d\xc3\x58\xb5\xa0\x3f\xa8\x38\x96\xc7\x43\x25\x24\x53\xe2\x43\x7f\x50\xb1\x46\x29\xe8\x60\x2b\xd6\xab\xf1\x98\x90\xa2\xbe\xcb\x7d\x54\x2b\xcd\x52\xe1\x13\x4b\xa6\xbd\x64\xda\x35\x24\xdd\xba\x64\x81\xb8\xcf\x16\x2c\x37\xea\xb2\xd3\x97\x9d\x5e\x61\x09\x0b\x65\x41\x5d\xb8\xe9\x9d\x95\x85\x88\x51\x7a\x3c\x36\x8d\xcf\xb9\x86\xb5\x8d\x55\xd4\xaf\x58\x29\xc4\x03\x2c\xdc\x01\xe9\xa3\xf9\x5a\x53\x75\xae\xd5\xda\x41\x4d\xda\x51\xbb\x81\x06\x7b\xd0\xa6\x34\x42\x25\x60\xfc\xd5\x14\x37\x1a\xe2\x46\x3a\x6b\xcb\xd0\x3e\x69\x4b\x5a\x0d\xda\x32\xeb\x22\x6b\x8b\x12\xce\xe0\xfd\xf1\xf8\x82\x14\x6b\xae\x9d\xac\xea\x76\x62\xd3\x58\x2c\xf4\xac\x03\x5a\x2c\x96\x42\x0c\xfe\x76\x72\x0c\x69\xe7\xb0\xa9\x71\x46\x6a\x27\xb2\x55\x3b\x95\xad\xf0\x3f\x6a\xe7\xf4\x73\xca\x56\xcc\xeb\x76\x3e\xe6\x55\xcc\x03\x93\xaa\x9d\x56\xf8\xdc\x15\x9e\x7c\xef\x7b\xa0\x7d\x06\x5a\x9c\xf3\x8f\x9b\x7a\x4b\x1c\x57\x5b\x3a\x62\xdc\x09\x0a\xdc\x90\x3a\xe2\x11\x4c\x94\x68\xb1\x2d\x0d\x9a\xcd\x79\x29\x19\xaa\xb4\x25\x2b\x9a\x88\x62\x81\x91\x45\x53\xa8\x68\x89\x08\x8c\x27\x43\xd7\x12\xd3\xb4\x71\x5e\x4a\x27\x30\x7d\x0d\x5d\x71\x3c\x70\x3d\x69\xb1\x15\xb4\x5c\xf8\x1c\xc7\x92\x58\xa6\x51\x13\x40\xf1\xe3\x81\x81\x13\x21\x67\x5a\x66\x3e\xb7\xac\xa3\x0f\xaa\x80\x96\x3f\xbf\xf7\xf9\xbd\x38\x69\x34\x80\xd8\xe3\x31\xcd\x1b\xfd\x53\x50\x21\xb6\x62\x24\x1e\xdc\x01\x5b\xb1\x7e\x65\x2f\xa3\x98\x5b\xad\x3c\x7c\xaf\xa0\xc3\xea\xf8\x47\xb6\x82\xba\xbd\x95\xef\xfc\xd7\x5f\x95\x48\x15\x0d\xdd\x52\x3c\x2e\x41\x0f\x23\x6b\xb5\x3f\xeb\x21\x2d\x78\x7c\xab\x88\x21\xad\x06\x23\xae\xf8\x35\xb4\x9a\x1f\x49\xaf\xc9\xa2\x15\x80\x46\xc7\x23\x47\xb2\x60\xa3\xad\x5a\x68\xb5\x50\xea\x56\x97\x1f\xc3\x51\xf7\xe4\x66\xab\xd5\xf5\x49\xb3\x8f\x83\x63\x34\x25\x89\x86\x24\x91\x4e\xee\x84\x5a\x63\x2b\x68\x2d\x78\x53\xe5\xf4\xd1\xc0\x71\x8d\xc7\x23\x92\x67\x7c\xae\xc1\x46\x1b\x5a\xa4\x4a\x70\x93\x06\xba\x6a\x3c\x5e\x9d\xb8\xc8\xda\x4d\xc6\xc1\xa5\x71\x9a\x6d\xc0\x89\xc6\x03\xeb\x31\x7c\x23\x1b\xd8\x9e\xf1\x80\x67\x70\xeb\xd5\xda\x43\x5b\xdb\xc3\x56\x48\xdc\xee\xd6\x13\xb3\x07\x8c\xbe\x7a\xe6\x48\x06\xce\x5b\x3c\x4a\x90\x82\x51\x35\x70\xb7\xe2\x41\xcf\xe1\x70\xd6\xc0\xec\x89\x07\xe7\x1b\xf0\x30\xdb\x68\x0b\x5a\x67\xcd\xf4\x1a\xb5\x1b\x8e\xff\x98\xba\x5e\xd1\x58\x30\x63\xe2\x71\x4b\x23\x1d\x87\x8f\x36\x3c\x7c\x60\xca\xda\x06\xc7\xaa\x26\xe8\x49\x1f\x09\xda\xb2\xdc\x65\xb9\x4c\x0a\x2c\x2a\xe2\x61\xb9\xac\xf3\xd9\xa9\xcb\x24\x8e\x4c\xe1\xda\xac\xcd\x97\xd6\x4e\xcc\xfb\x4a\x0b\x8e\xdb\x26\x3c\xad\x4d\x79\x1a\x2e\x8c\xed\x72\x35\x7a\x3b\xdf\x31\x45\x6d\x5c\x1a\xc7\xc3\x72\x43\x38\x6d\x17\x9a\xe3\x76\x11\x85\xe6\x04\x26\xaf\x5d\x88\x48\x8d\xad\xfd\x2c\x58\x0c\xb4\xeb\xf2\x7b\x57\xcc\x32\x54\xe6\x8d\xb8\xe3\xf1\x38\xcd\x9a\xa1\x7d\xd2\x96\xb4\x18\x70\xc2\x7d\xc7\xc3\xe5\xe3\xe7\x5e\xa6\x14\x01\xbb\x23\x5d\x74\x1f\xc1\xad\xe3\x61\x95\x63\x2b\x6d\x84\x8b\x8e\x87\xd5\x83\x83\xdc\x07\xdd\x72\x63\xe0\xd1\xb1\x77\x6d\x84\xe8\x8d\xc7\x8c\xea\xc1\xfd\x6e\x0e\xc3\x0d\x31\x23\x8a\xe5\x73\xf6\x28\x91\x7a\x0d\xa6\xd6\xee\x29\xe9\x62\x03\x1f\x89\xac\x36\xf6\x26\x22\xc0\x09\x52\x73\xbb\x1d\x70\xe2\xd4\x1a\xfd\xa9\x11\x25\x36\x1e\xd3\x64\x54\x8e\xdb\xa4\x76\x13\xfb\xfc\x04\x4a\xb8\x11\xdc\x35\x1e\xba\xdd\x4d\xf2\x7e\x36\x4c\x17\x38\x6c\x61\x1b\x31\x39\xe3\x51\x88\x2d\x13\xd3\xf1\x71\x72\x1b\xf1\xd2\x58\x61\xed\x91\x6d\x11\x27\xf0\x2c\x5c\x30\xb4\xd7\x74\x6f\xf2\x73\xb4\xe2\x75\xeb\x78\xf5\x9a\x47\x7d\xd3\xbe\x42\x95\xb5\x41\xed\x18\xc7\xb6\x8f\x13\x62\xd3\xc7\xa8\x13\xcb\xb8\x7d\x5c\xf0\xb4\x0f\x93\x81\x4e\x14\xe2\x46\x50\x9e\x78\x70\x04\x72\x7b\x52\x4c\x68\x88\x09\xb5\x30\x14\x4a\x09\x6d\xdb\xac\xd6\x03\xda\x67\xd6\xcf\xac\x70\x9f\xc5\x5d\x41\x5b\x22\x84\x00\x74\xdf\x96\x53\x65\xd9\x53\x38\x77\x75\xef\x62\xfb\xa1\x55\x01\x3c\xa4\x1f\x1c\x88\xfb\xc1\x66\x5f\x30\x78\xeb\x07\x53\xaa\x7b\xb5\x3a\xeb\x19\xe9\xce\x38\x0d\xc4\x03\x0b\x9e\x58\x68\xfd\x64\x73\xe8\xa7\x11\xf4\x31\xba\xed\x27\x9a\xdd\xce\x7e\x99\x54\x6a\x75\x77\xb8\xce\x0e\x97\x54\x6a\xf5\xc4\x06\xd4\x53\x70\xe1\x8a\x1a\xaa\x27\x4e\xfe\x3d\xc5\xc9\xbf\xb6\x98\xef\x3d\x15\x49\xa2\x63\xd7\x44\x32\x54\x5f\x3d\xa1\xfa\x2a\x5c\xd1\xf5\xd4\xa8\x49\xd2\x15\x85\xa8\x19\x3d\x75\x4b\xc0\x54\x54\x15\x59\x4f\x36\x2c\xb9\x56\x88\x42\xdd\x33\xba\xa9\x9e\xd5\x4d\x61\x24\xdf\xbd\x8d\xed\xde\xc6\x0e\xc2\x52\x76\x6f\x59\xbb\xb7\xac\xb3\xe6\xf1\xc7\xad\xbd\xe7\x42\xb5\x50\xe0\x55\x34\xbe\x3d\x3b\x04\x59\x21\x17\xcf\xbe\x9e\xad\x7d\xde\xb5\x8f\xd3\x6f\x57\x99\xd7\xf3\xb0\x95\xb1\xa1\x76\x14\x74\x7f\xf7\xcc\x01\xa1\x00\x90\xd6\x0b\xc7\xc1\x5e\x38\x0e\x96\x11\xdc\xa4\x17\xb4\x68\x71\x20\x93\x46\x3a\x76\x94\x5e\x88\xe0\x79\x02\xd9\xd0\x8b\x65\x14\x2d\xf9\x47\x9c\xff\x7b\xe1\x38\xd0\x8b\xe0\x07\x98\x6b\xf7\x02\x93\xed\x25\x98\x4a\x05\xab\xb4\xb3\x6d\xc6\x43\xef\xba\x90\xae\x7b\xb5\xc3\xab\x98\xdb\x84\xc1\xea\xb5\x9b\x4e\x4f\x24\xf4\x59\xbd\xc2\x27\x7b\x8d\x62\x2b\xe6\xb7\xbd\x22\xc9\xf4\x8a\xc8\x55\xf0\x07\xe8\xd5\x99\x54\xb9\x5d\x18\xa8\xbd\x3a\xf8\xf6\x7f\x77\x91\xed\xc7\x69\xba\x65\xde\xe0\x75\x15\xb9\xb9\xbb\x1b\x77\x76\xe3\xca\x75\x63\x6f\x27\x6d\xe5\xfa\xe6\x2c\x30\xf1\xde\xce\x5b\x9a\x1e\x81\xcc\x86\x86\x32\xbc\x83\x58\x5f\x7b\x48\x9c\xbd\x71\xdb\xdb\x9b\xd1\x2c\x89\xa6\xd4\x1b\xf7\xbd\x21\x1c\x92\x8c\x12\x50\x08\x74\xd0\xd4\x2b\xce\xcd\xdd\x5b\xa0\x0e\x48\x7a\x75\xa6\xb2\x2f\xc7\xe3\xf5\x63\xd1\x02\x70\xb8\xe3\x41\xb2\x90\x23\x7b\x83\x6d\x76\xa0\xb4\x53\x22\x06\x50\x07\x4b\x3b\x1e\x4c\x54\x10\x1d\x3b\xc0\xd9\xf1\xc0\xb6\x88\x6b\xc2\xde\x6e\x4b\xbd\xfd\x5c\xcc\x5d\x20\x7f\xe3\x41\x30\x49\xd7\x07\xda\x82\x78\x84\x28\x82\xcd\x6e\x57\x3f\xd0\x05\xd0\x65\x83\xed\x20\xd7\xc6\x83\xcb\x39\x50\x55\x3a\x18\xb4\xf1\xe8\x7e\x8d\xac\x1c\xde\x3a\xd0\xb1\x67\xc1\x06\xa1\xab\x33\xe8\x80\xb2\xa6\x84\x6f\x4d\xef\xb6\x5f\x44\xd3\x89\x20\xdd\x15\x28\x3a\x02\x45\x05\x4f\xbc\x83\x54\x19\x8f\xa5\x6f\x66\xf4\x09\xe8\x81\xf1\x80\x7b\xe1\xd7\xde\x07\xf7\x9a\x7d\x18\xe1\x9e\xc8\x23\x1d\x20\xb5\x78\x38\xfd\x27\xe9\x30\xf2\xe8\x43\xc7\x17\xd4\x5f\x1d\x54\xad\x78\x10\x59\x80\xbb\x85\x0e\x2c\x54\x3c\xd8\x10\x80\x48\xee\xf3\x26\xef\xa4\x3f\x41\x1e\xea\x13\xab\x86\x3e\x75\x46\xe1\x96\xa3\x5f\xf2\x0c\xf0\x6b\x2a\xb7\x03\x1d\x1b\xbe\x78\xd0\xed\xa0\x32\xf7\xcb\x69\x82\x95\x56\xe5\x72\xa0\x83\x14\x12\x0f\x0b\x65\x82\x81\xac\x11\x0f\x0a\x65\xc0\xae\xcf\x9c\x1f\x39\x6b\x54\xf7\xb6\xcc\xdb\x32\x1b\x24\x6e\x24\xfa\x9d\xec\xb9\x11\x65\xde\x72\xd6\x1b\xbb\xbd\x84\x14\xd7\x6f\xa4\xa4\x7e\x87\x94\x54\x09\x8f\xdc\x6f\xd4\x8b\xfd\x16\xb8\x04\xbb\x9b\x7e\x23\xec\xf6\x5b\xe0\x0b\xd4\xbb\xfd\xb6\x33\x6f\x61\x2e\x50\xe5\xf6\xc7\x45\xf2\xb8\x48\x30\xd2\xed\xd8\x61\xc7\x83\x40\x50\x1c\xa4\xfa\x63\x07\xef\x78\xc5\x08\x62\x1d\xb3\xe7\x78\xe8\x47\x09\xe3\x78\xd8\xbe\xfa\xc3\xf6\x55\xf0\x34\xe9\x84\xd1\x8d\xc7\xa6\xc5\xf7\x5e\x19\xd1\x2b\x23\x22\xd4\x4a\x7f\x11\x81\xfb\x3b\xec\x4f\xea\x42\x78\x84\x78\x10\x74\x14\xbd\x72\xc7\x7b\x38\x1e\x44\x12\x25\xa0\x7a\x27\x48\x42\x3c\xd8\xfa\x38\x3d\xf4\xaf\xd2\xb6\x2f\xce\x92\x0d\xcf\xb4\xfe\xc9\xc3\x88\x38\x78\x0e\xcc\x36\x3a\x11\x07\xe3\x31\x23\x59\x81\x34\x29\xf5\x9b\x25\x48\x34\x96\xc0\x80\xf1\x78\x20\x15\x48\xaf\x24\xeb\x01\x1f\xe6\x82\x22\x1e\x1f\xc9\x20\x21\x73\x76\xfc\x31\x1a\xae\xd7\x7d\xd9\xc3\x86\xda\x2a\xae\xce\xe5\x4a\x5c\xb1\x32\x9a\x03\x46\xfc\x80\x78\xe8\xec\x3a\xa4\x0d\x69\xd4\x96\x31\xf4\xce\xa3\x7b\xe7\x31\x08\x1a\xdb\x57\xf7\x6b\x06\x60\x04\x69\xa2\xaf\x87\x3e\x22\x14\x53\x03\x57\xb7\xab\x0b\xe8\xea\x02\x2a\x50\x2d\x7d\x2d\x3f\x67\xe4\x38\xce\x89\xc3\x3b\xd6\xc1\x1d\x6b\xc3\x11\x73\x1c\x5c\xb5\x8d\x43\x74\x52\xae\x24\xc7\x81\xb2\x76\x1c\xdc\x35\x55\x3c\x9e\xc7\xd9\xa2\xd4\x71\xb6\x28\x95\x4b\x9a\x71\xb2\xa9\x8d\x53\x6d\x13\x3e\x3d\xe3\x8c\x23\x43\x3c\x90\x55\x31\xfc\x1b\x27\xdb\xc6\x38\x83\x31\x34\xcc\x98\x87\x97\xa3\xe3\x44\x01\x95\xd2\x48\x7f\xdc\xcd\x87\x77\xa7\xe3\x5c\x58\xb2\x05\x9b\x1e\xde\x1c\x0c\x6e\x0e\x1a\xd7\x5a\x23\x21\x79\x8e\x84\x32\x62\xb2\xbd\x0d\x6d\x56\x06\x36\x2b\x0d\x35\xee\xc0\x32\x25\x1e\x23\x48\x71\x26\x1f\x5e\x93\xc6\x92\xa5\x4a\x93\x64\xd3\x9c\x82\xca\x61\x58\x3e\xd2\x65\x09\x86\x92\xc2\xb2\x7f\xa4\xcb\xcf\xb9\x0f\xa0\x01\x1c\x99\xe5\x32\x34\x32\x1b\x48\x94\xc3\xab\x81\x91\x85\xfc\xe2\xf0\x31\xf2\x69\xba\x93\xaa\x04\x37\x1f\x98\x9c\xc5\x63\x99\x8c\xac\xec\x04\x23\x1b\xe8\xdc\x2a\x67\x2e\xbe\x47\xc6\x12\x7f\x94\x90\x48\x46\x66\xdf\x1e\x99\x7d\xbb\xb2\x3b\x8c\xc2\xb5\xd6\x28\xba\x7f\x56\x8a\x2d\xac\xaa\x51\x30\x7e\x1d\x95\x32\xca\x25\x4d\x18\x27\x4e\x15\xa3\x20\xf2\x8f\x22\xd2\x11\xea\xb3\x51\x50\xbd\x0c\xcd\x4d\x06\x51\x74\x46\xc5\xaa\x6c\x54\x30\x80\x93\xed\xa8\x36\xad\xd2\x34\x62\x0d\x8d\x8a\xae\x3c\xf2\x90\x35\x93\x95\x25\x33\x2a\x42\x59\xc2\x90\x77\x54\xf8\xf4\xa8\xfa\xa5\xd7\x10\x3f\x46\xbd\xe9\x82\x2a\x80\x13\xf6\x5b\x83\x0b\x85\x78\xe8\xd3\x1b\x2b\x75\x34\x44\xca\xd1\x0e\xa1\xba\xe3\x24\x38\x1a\x7a\xab\xc1\x95\x43\x4a\x58\xe5\x8f\x86\x92\x6a\x34\x81\x09\x8b\xe9\xd8\xd1\x46\x73\x47\x43\x6b\x32\x3c\xd3\x0f\x64\x87\x86\x41\xd5\xe0\x2c\x1f\x0f\x7d\x8b\x83\xcd\x0f\x85\x81\xa1\x30\x50\x8f\x58\xe6\xa3\xd9\xa3\x2d\x7a\xb4\x15\x49\xb7\xb5\x13\xf8\x8f\xbb\xf2\xd1\xd1\x86\x8c\x6e\x4c\x7d\x74\xf4\x83\x33\x7f\x3c\x74\xd1\x65\xb1\x76\xf4\x65\xa3\x1b\xbb\x19\x43\xc0\x01\xee\x78\x3c\xd8\x47\x09\x0d\x33\x40\xfa\x8e\x07\x41\xdd\xec\x81\xce\xad\xc7\xe8\x78\x9c\x0d\x20\x8d\x07\x97\x02\xf1\xc0\x7a\x83\xce\x1b\x9c\xab\xc6\x28\x76\x0a\xd3\x7b\xb8\x0c\x06\xe1\x8a\x26\x7e\x60\x63\x38\x18\xc3\x50\x71\xb8\x25\x0f\xc0\x5c\xe3\x11\xfc\xb6\xc6\xce\x3f\x00\x65\x8d\x87\x40\xa4\x1d\x9a\x63\x36\x62\xcc\x1a\x17\xde\x43\x45\xc2\x50\x91\x50\x09\x3a\x38\x26\xd7\x43\x63\x72\x3d\x34\xb1\x74\x1e\xc0\x7d\xc6\xc3\x0e\x60\x0a\x4c\x99\xda\xc4\xe9\xa5\x22\x0c\x8f\x89\x01\xc5\x00\xa1\xb3\xe1\x99\x3d\x40\x86\x8c\x07\x35\x41\xd3\x3c\xa6\x8b\x65\xc6\x62\x69\x18\xe0\x0e\xfc\x36\xe2\xf1\x62\xa8\x1b\x15\xb9\x9c\x4f\xc0\xf9\xa5\x84\xce\x77\x00\x5a\x17\x0f\xbf\x76\x46\xd6\x0b\x6b\xa2\x71\x75\x04\xb3\x9a\xa4\x5d\xd2\x58\xf1\x35\x64\x90\x71\x5d\x34\xe2\xba\x82\x95\x62\x2d\x3c\x2e\x8e\x81\x03\x65\x42\x4a\x95\x9a\x80\x72\x14\x0f\x7c\x64\xd8\xd1\x06\x38\x37\xf1\xc8\xff\xfa\xab\x75\xe6\xc9\x2d\x13\xb8\x65\x02\x0d\x2e\x78\x23\xd2\x0e\x00\x6f\x1a\x0e\xd0\x03\x88\x81\x78\x20\x0d\x82\x7f\x3c\xb8\x13\x88\x47\x93\x16\x59\x1f\xb6\xd6\xf1\x08\xe1\x03\xa2\xce\x78\xd0\x7e\x0e\x22\x73\x34\xd4\xe5\x03\xe7\xa9\x78\x50\x11\xb6\x83\x47\x06\xfd\xc0\xa0\xd1\x19\x8d\xd7\x9e\x7b\x0f\x2c\x7f\x62\x37\x1f\xef\x47\x2a\x62\x3c\x37\xc0\x65\x07\x8e\x94\xf1\xe0\xce\x0f\xad\xcf\xd0\x64\x61\x7c\xf6\x39\x0a\xd7\xf1\x71\x90\x1d\x04\x96\x6a\x83\x01\x24\x28\x72\x3c\x3e\x48\x31\xce\x1f\xf6\x4e\xc3\x18\x0f\xc3\x3e\xe2\x16\x22\x1e\xc3\xaf\xc5\x54\xd2\xb0\x61\x68\xd8\x30\x07\x23\xfd\x55\x3f\x27\x82\x03\x3a\xf5\x81\x93\x78\x3c\xb2\x34\x6a\xe7\x44\xc7\xbd\x35\x25\x22\x5a\x0d\x6c\xd3\xff\x1e\x04\x57\x4d\x89\x2b\x9a\x81\xe1\x79\x3c\x4e\x69\x51\x65\x85\x86\xa1\x1b\x67\xc2\xec\x68\x2c\xcb\x5d\xbb\xdc\x38\x1e\x0d\x82\x69\xc6\x23\x16\x13\x60\xd7\x83\xf0\x8f\xf1\xb0\xa3\x58\x87\xeb\x66\x0c\x17\xbe\x6b\x95\xe8\x2d\x83\x68\x82\xf1\xc0\xec\x91\x60\xd0\x07\xd6\x33\xf3\x48\xb0\x76\x54\xb5\x53\xeb\xaa\x79\x08\x4a\x8b\x76\x6c\x1e\x1c\xf9\x27\x16\x10\x4d\x24\xdf\x83\xfb\xe7\xa9\xed\x77\x17\xbe\x08\xd1\x20\x1e\x70\x09\x6c\xdb\x27\xf6\x50\xf1\x60\x57\x88\x33\xf3\x9f\xf6\xf4\x79\xc6\x20\xc5\x43\xb0\x3d\x82\x85\xaa\xe9\x98\xa7\x90\xdf\xe8\xf1\x26\x97\x01\xf1\x28\x02\x22\x44\x71\x27\x4a\x9c\x89\x16\xe4\xac\x62\xdd\x78\x4f\x30\xb9\x27\x68\xc2\x4f\x9d\x8f\x59\x1f\xdd\xd2\x09\x17\xae\x15\xc2\xc4\x0a\x21\x3e\xd7\x83\x86\x7a\x73\x9e\x1f\xfe\x47\x04\xd0\x3d\x51\x6f\xcf\x13\xf5\x76\x22\x3c\xd8\xe4\x6a\x21\x1e\x1f\xc9\x52\x90\x90\x59\xe7\x19\xbc\xb4\x09\xb3\x93\x98\xbd\x33\x39\x7b\xf1\x84\x98\x89\x6b\x92\x89\x80\x12\xb4\x01\xad\x49\xb3\xad\x3b\xdd\x23\x8d\xbd\x40\xc4\xfd\x94\xfc\x9e\x40\x32\xa2\x3c\x26\x4e\x1a\x33\x81\xff\x90\x3a\xe1\x54\x13\xfa\xed\x99\xf2\x4e\x17\x8d\xd5\x24\x6c\x26\x81\x20\x3b\x71\x7e\x55\xd8\xcc\xd4\xcd\x4b\xec\x5d\x45\xa2\x89\x48\x14\x5b\x23\x24\xb3\x76\x7d\xfc\x09\x48\xad\x45\xd8\x4c\x97\x4d\x23\xee\x2b\x16\x11\xf1\x10\x9f\x94\x90\xb3\xdc\x77\xfc\x3d\x93\xfa\x03\x1c\x9c\x66\x7a\x4c\xf7\x08\x6b\x6e\xf5\x5e\xcb\x78\xad\x1e\x31\x4b\x33\x5b\xdf\xcc\xc6\x10\x43\x88\x9e\x19\xf1\x6c\x66\xc5\x33\xf6\xa0\xa9\x5d\xfc\xc4\x22\xb7\x8b\xe4\x95\x6f\xb3\xde\xf6\x00\x91\xfc\x35\xa0\x98\x18\x50\x04\x2d\x9a\x91\xd1\x3e\x4f\xac\xaa\xba\xa0\x47\x05\x11\x61\x16\x4d\x69\x04\xd6\xd7\xe0\x7d\x96\x3d\x40\x84\x93\xad\x9c\xa1\x67\x1d\xf6\x0a\x41\x6d\x2b\x8a\xf5\x59\xf1\x19\x14\x86\xa5\x72\xac\x98\xd5\x63\x05\xc7\xf9\x59\xb1\xb2\x9c\x55\xdc\x47\x21\xf6\x1a\x8a\x80\xd9\x36\xe2\x34\xa1\x6c\x9b\x63\xdb\xc0\xf7\x31\xf2\x6a\x73\xb1\xb6\xec\x3c\x06\xaa\x41\xd5\xc8\xdc\xaa\x91\x41\x20\xd7\x86\x76\x60\x36\xb5\x03\xa8\x72\x67\x43\xab\x34\x1b\xb0\x07\xf8\xf6\x4e\xb5\x14\xb3\x81\x08\x66\x24\xe9\x0e\xe3\x9c\x5d\x7c\x23\x21\xd3\xb4\x4f\x98\xd8\x27\x74\xae\x24\x66\x77\x9e\x74\xa1\xe4\xe0\x9b\xb3\x63\x27\x30\xfb\xc4\xcf\x86\x65\xdc\x2d\xb3\x1b\xbe\x68\xd2\xc3\xfd\xce\xd2\xf0\x14\x22\x86\x2e\x61\x63\xe3\x01\xfb\x12\x4c\xb2\x3b\x5e\xdd\xf1\x12\x24\x16\x11\x25\x1e\x96\x4a\xc4\xde\xc1\xcd\xc0\x1c\x59\x2c\x5b\xb1\xf4\x11\x93\xe7\x40\x61\x82\xf4\x12\xac\x1d\x92\x31\x69\x13\x53\x62\x34\x69\xa2\xf1\x89\x25\xe3\x85\xc9\xe4\xc2\xa4\x13\xe4\x6a\x0e\x27\xf6\x30\x96\x98\xf0\x8a\x8a\x2a\x53\x51\x65\x70\xef\x37\xa7\xd3\x64\x3a\x4d\x84\xd7\x43\x1e\x89\x87\x79\x61\x46\xf8\xae\xc6\x43\x7c\x70\x92\xd9\x88\x99\x05\x7c\x10\x07\x3a\x9b\x35\xef\xac\x40\x2f\x3b\x12\x53\x1c\xdb\x53\x44\x6d\xba\x78\x12\xf5\x59\x8c\x8d\x89\x30\x38\xe7\x04\x34\x92\x00\xc2\x53\x3e\x39\x2f\x32\x66\xc1\xa8\x99\x37\x53\x88\x7e\x61\x02\xe7\x67\x99\x1b\xc8\x53\xc4\x6d\x99\xdd\x14\xc3\x93\xd1\x9f\xcb\x32\x97\x88\xcb\x7c\x0d\x1d\xc5\x9c\x1b\x9c\x53\x60\xf5\x65\xce\xb5\x41\x83\xc5\xf9\x85\x76\x25\x83\xa7\x8b\xa6\x5a\x28\x15\x2f\xc2\x94\xe4\x1c\x97\x53\xe2\xba\x37\xee\x2d\x79\x6f\xf3\xde\x7a\x14\x0b\xbe\x2a\x17\xbf\x08\x1c\x8f\x31\xd2\xbc\xd0\x5b\xcd\x4b\xa0\xe8\x2e\x7c\x29\xfd\x7b\x01\xe7\x86\xbd\xce\xbc\x96\xa4\x25\x36\x8a\x58\x68\x72\xec\x5b\x8e\x8d\x92\x7c\xde\x32\x84\xfb\xd8\x85\x0a\x88\x49\xde\x1b\x28\x1f\xfc\xbc\xe7\x8d\x22\x6b\xde\x20\xf7\x10\x5b\x77\xaa\x05\x9a\x68\x81\xfa\xc6\xcb\x74\xfd\xde\x59\xaf\x7e\x31\xe6\x5c\xbf\xf7\x06\xea\x21\xda\xf4\xed\x04\xbe\x0b\x48\x3c\x62\x90\xba\xa4\x6f\x97\x34\xaa\xa7\x79\x63\x37\x31\xef\xb6\xf1\x05\xc9\xda\xcc\xda\xec\xf4\x2a\xfa\xa3\x79\xbb\x41\x34\xc4\xd5\x9b\xd2\x26\xa0\x2f\x02\xd9\x71\x77\x34\xb9\x3b\xea\x42\x34\xdf\xf2\xaa\xfb\x15\x13\x2f\xff\xcf\xbb\x79\x6b\xff\xa7\xcd\x9c\xf0\x03\xf1\x30\x3c\x87\xc8\x4d\x85\x16\x3e\x1b\xdb\x67\x03\x7c\x51\xd6\x53\x0d\xc1\x21\xaa\x59\x33\x5d\x33\x3c\x88\x90\x51\x36\xc7\x10\xb1\xf3\x10\xb2\x89\x13\xe5\x7c\x0d\x47\x7a\x6c\xec\xa5\x57\xda\x86\x11\x14\xfb\x88\xde\x7e\x15\x6d\xc4\xbf\x7e\xab\xb4\x0d\xb4\x2c\x96\x4b\x35\x6f\xa5\xb7\xc5\xec\xb1\xc7\xde\xdd\x63\x62\xf4\x20\x76\xcf\x77\x6e\x34\x1d\x11\x6c\xac\xca\x86\x9d\xd8\xf0\x2a\xcc\xa2\x77\xe3\x17\x88\x3e\x81\x1b\xd5\xfc\xb8\x87\xce\x02\x64\x7e\xf2\x86\x0f\x24\x3a\x8c\xd2\xa6\x62\xe6\x24\xde\x52\x3a\x0c\x94\x4f\x14\xbf\x78\x10\x1a\x7c\xe3\x6a\x7c\x92\x0c\x3d\xce\xb8\x7f\x8f\xb4\x57\x4c\x03\xf1\x0d\xd8\xa3\xb8\xad\x4a\x59\x70\x27\xc2\xd9\xc4\x03\xd7\x9a\x22\xc4\x80\x05\x88\x73\x62\x0c\x77\xd4\x16\x73\x81\x93\x55\x0c\x80\xce\x61\x6a\x62\xfa\x92\x8e\x1d\x14\x1d\x03\xcd\x49\x48\x9c\x28\xc0\xc0\xf6\x74\x30\x61\x80\x53\x16\xea\x40\x75\xd8\x5c\x8d\x60\xfe\xb0\xf2\x85\x53\xd1\x5c\xcd\x78\xeb\x86\x48\xf7\x6b\xd3\xaf\x19\x66\x5e\x01\x62\x3d\x06\x66\x31\xaa\x40\x7e\x8c\x0e\xb4\xff\xd5\x66\xfe\x30\x98\x47\x10\xf2\x3f\xbf\x71\x31\x78\xcc\xe3\x37\x04\x79\xfd\xe7\x37\xfc\x42\x8e\x96\x7f\x7f\xeb\xff\xfc\x86\x99\xfc\x09\x4e\xd3\x8e\x30\xbb\xf8\x2d\xfe\x75\xca\xb6\x1d\x4a\xec\x7e\x17\x5d\xba\xff\xed\x6a\x20\x7e\xa2\x3c\xbd\xa8\x50\xf7\xbf\xd3\x90\x50\xbf\xc1\x9a\x50\xf5\xee\x7f\x8d\x3a\x84\xcf\xb6\xfa\xf4\xc5\xee\x74\xd6\x62\x50\x02\xe6\xde\x9a\xd3\x40\x03\xba\xdb\xc7\xa7\x17\xf8\xec\xa3\xea\x7a\xcd\x18\x2d\x8e\xa5\x06\xe7\x5a\xc0\x80\xc7\x63\x3b\x65\x4f\x5c\x80\xa3\xa3\x97\xa8\xc6\xf8\xea\x82\x69\x1c\x0f\x1c\xe0\xf0\xc2\x26\x4c\x78\x3c\x62\xe5\x73\x3b\xba\x88\xaf\x14\x8f\xa1\x3f\x05\xc9\xb2\xc9\xf0\x48\x18\x38\xf0\x7e\xc8\x9f\x0b\xdb\x2f\xaf\x87\x97\x47\xaf\xc5\xd1\xab\x13\xca\x75\x11\xb5\x35\x1e\x17\xa4\x13\xd2\x2d\x29\x66\x3a\x18\xf3\x8b\x70\x43\xf1\xf8\x48\xe5\xb7\x16\x24\xf0\xdb\x27\x0e\xc8\x1c\xdf\xe2\x51\xc8\xc8\xb7\x8a\x95\xc0\x7e\x32\x35\x7c\xaf\x09\x03\x1b\x0f\x6b\xa1\x5b\x31\x9d\x08\x64\x46\xc3\xbf\x9a\xa3\x5b\x3c\x70\x87\xd6\x87\xf8\x92\x82\xe6\x10\xff\x5c\x84\xa4\xb5\x76\xdd\x71\xff\x95\x52\x63\x30\xf4\x84\x66\xce\x2f\x54\xc0\xa7\xf7\x0e\x8b\x05\xf0\xf7\x22\x04\xb9\x8e\xf7\x84\x3a\x8c\x07\xe2\xc6\xff\xc2\x5e\xe3\xe5\x3f\x5f\xff\xfe\x6f\xff\xdf\xff\xdf\xf5\xef\xff\xff\xeb\x3f\x7f\x7f\x3d\xff\xfd\x3f\xfe\xe3\xfb\x2f\xff\xed\xfd\x4f\xcf\x7f\xfb\xeb\xff\x13\xd4\xbf\xde\x6f\xfd\xa7\xff\xf2\xfd\xc7\xf7\xbf\xff\xd7\xff\xfe\x1f\xcf\xf7\xd7\xbf\xff\xd7\x7f\x8f\x5c\xfc\xfd\x1f\x01\x00\x00\xff\xff\x39\x4b\x37\xd8\x86\xd6\x02\x00"); -func _ceba ()(*asset ,error ){_dggc ,_cbdg :=_fbdg ();if _cbdg !=nil {return nil ,_cbdg ;};_deab :=bindataFileInfo {_b :"UniJISX02132004-UTF32-H",_ffe :243189,_ag :_ed .FileMode (436),_ac :_c .Unix (1580492992,0)};_ebcge :=&asset {_abe :_dggc ,_ece :_deab }; -return _ebcge ,nil ;};func _gfce ()(*asset ,error ){_fgff ,_cffg :=_gcadb ();if _cffg !=nil {return nil ,_cffg ;};_cgfb :=bindataFileInfo {_b :"RKSJ-H",_ffe :2884,_ag :_ed .FileMode (436),_ac :_c .Unix (1580492632,0)};_cfde :=&asset {_abe :_fgff ,_ece :_cgfb }; -return _cfde ,nil ;};func _ccdg ()([]byte ,error ){return _g (_bfbc ,"UniCNS-UCS2-H")};func _cac ()([]byte ,error ){return _g (_ccd ,"90ms-RKSJ-V")};func _bb ()(*asset ,error ){_ggf ,_aga :=_cfa ();if _aga !=nil {return nil ,_aga ;};_fdc :=bindataFileInfo {_b :"78ms-RKSJ-V",_ffe :1875,_ag :_ed .FileMode (436),_ac :_c .Unix (1580490915,0)}; -_egg :=&asset {_abe :_ggf ,_ece :_fdc };return _egg ,nil ;};func _gad ()([]byte ,error ){return _g (_faed ,"EUC-H")};func _fbb ()(*asset ,error ){_fef ,_eab :=_gdag ();if _eab !=nil {return nil ,_eab ;};_dagb :=bindataFileInfo {_b :"CNS1-V",_ffe :620,_ag :_ed .FileMode (436),_ac :_c .Unix (1580491540,0)}; -_eecb :=&asset {_abe :_fef ,_ece :_dagb };return _eecb ,nil ;};func _dcfg ()([]byte ,error ){return _g (_fcbc ,"UniJISPro-UCS2-V")};func _beg ()([]byte ,error ){return _g (_efdg ,"Adobe-KR-2")};var _ccdb =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\x98\x41\x8f\x23\xb7\x11\x85\xef\xf3\x2b\xfa\xe8\x1c\x9c\x21\xab\xc8\x26\x09\x18\x06\x82\xf5\x21\x63\xc0\x49\x90\xc9\x3a\x01\x82\x1c\x5a\x12\x7b\x21\x20\xab\x11\x34\x33\x87\xfd\xf7\x41\xbd\x4f\x99\xc0\x39\x2c\x6a\xf7\x13\x59\xfd\xde\x23\x9b\x94\xf6\xf1\xd3\xd3\x4f\x4f\x97\xf3\xdb\xf2\xf8\x97\xdb\xcb\xf1\x79\xbe\x2d\xfb\xf9\x72\xba\xcd\xd7\x97\xf7\xdb\x71\x2e\x87\xf9\xe5\x7c\x79\x78\xc8\xb6\x9c\xce\xc7\xb7\xff\xfe\x53\xe5\xf8\x75\xbb\x3e\x3c\x3c\x7e\xbe\x9c\x7f\x7e\x7a\xfe\xfe\xf3\xa7\x67\xfb\xfe\x8f\xcb\xfb\xeb\xbc\xf3\x4f\x4f\x3f\x3d\x7f\x7b\x7d\x9b\x5f\x9f\x2e\xfb\xcb\xe2\xcc\x3f\xbd\x5f\xef\x3d\x96\xe5\xf1\xaf\xf3\xcb\xf9\xf5\xed\xf6\x6d\xf9\xee\x0f\xa7\x97\xc3\xfc\xdd\x72\x9a\x7b\xf0\x3f\xdf\x4e\xf3\x76\xbe\x7c\x59\xbe\xfb\x79\xbb\x6e\x97\xfc\xf1\xc1\xf3\xfb\xf5\xfa\xef\xf9\x75\x5e\xde\x96\x22\x36\x2f\x27\xd5\x87\xc7\x4f\xbf\x6c\xd7\x3f\x6d\x5f\xe7\xf2\x1b\x3d\xbf\xea\x53\x7d\xf8\xeb\xbc\xbd\x9e\x5f\x2e\x4b\xb6\xdf\xa7\xb4\xfe\x8f\xff\xed\xdb\x75\x2e\xf9\xde\xe5\x1f\x9f\x9f\x7e\x5a\xfe\x99\x97\x9c\x16\xab\x5e\xdb\xbf\xee\xfc\xef\xbf\xbc\x9c\x3e\x46\xe5\x94\xf0\x70\x3c\x9f\x6e\xdb\xe5\xcb\x7c\xf8\x21\xa5\x43\xfa\x71\xb9\x97\x6e\xeb\x78\xf8\xc1\x52\x0e\x44\x69\x7d\xb8\x50\x05\x55\x21\x13\x5a\x41\xab\x50\x15\xea\xa0\x11\xbd\x7a\x16\x3a\x82\x4e\x81\x9a\xda\x1b\xbd\x8c\x5e\x5d\x88\x5e\x46\xaf\x16\xc8\x4d\x28\x4a\xb7\x26\x11\xee\x20\x57\xfb\x40\x79\x48\xaa\x4a\xf3\x2e\x92\x21\x39\xc8\x2a\x62\x10\x0b\x32\x44\x1c\xe2\x41\x9a\x48\x85\xd4\x1f\x97\x6c\x96\x4b\xb0\x63\x11\x8b\xd2\x3d\x67\x21\x86\x45\xe9\x9e\x93\xd0\x0a\x5a\x85\x22\x99\x3c\x41\x51\x7a\xba\xa3\x06\x6a\x42\x6a\x3f\x3b\xa8\x0b\xa9\xfd\x1c\xa0\x21\x14\x06\x8d\xb0\xec\x1e\x56\xa4\x6c\xae\x48\x55\x5a\x1f\xd1\xcb\xe6\x2e\x14\xe5\x9e\x5f\x4d\x4a\xa6\xa6\xc8\xa1\x68\x2d\x6a\x32\x50\xd8\x2e\x5a\x8b\x9a\x0a\xa8\x6a\x54\x15\x5a\x41\x4d\xc8\x85\x3a\x68\x08\x31\x71\x03\x1d\x84\x78\xe2\x11\x14\xba\xca\xa0\xd7\x09\x74\x12\x62\xd4\x04\x4d\xa1\x55\x68\x07\xed\x42\xb1\x8a\x95\x2d\xa8\xd2\x6a\x92\x88\x9c\x41\x59\x48\xed\x33\x86\xa2\xb4\x9a\x8a\x90\x83\x5c\x48\xed\x33\x1e\xa3\xb4\x32\x94\x04\xdb\x59\xa5\x95\x41\x7b\x6c\x6b\x3b\x17\xed\xf0\x9a\x1b\x48\x49\x0c\xda\x93\x44\x94\x56\x86\x92\xc8\x03\x34\xf4\x44\xda\x13\x4e\x94\x56\x53\x12\x3a\x80\x0e\x42\xb4\x27\xaf\x28\xad\x1a\x22\xc8\x2b\x4a\xab\xa6\xbc\x32\x79\x45\x69\xd5\xb0\x4d\x5e\x51\x5a\x35\xe9\x32\xf2\x32\xe5\x65\xb2\x6d\xe4\x65\xca\xcb\x24\xd5\xc8\xcb\x94\x97\x29\x68\x23\x2f\x8b\x70\xaa\x4b\x2a\x5b\x4e\xa5\x55\xd7\x13\x79\x3f\x55\x5a\x75\x49\x35\xc2\x89\xd2\xaa\xcb\x90\x11\x4e\x94\x56\x1d\x5d\x84\x63\x0a\x47\xaf\x5a\x35\xc2\x31\x85\xe3\x48\x25\x1c\x53\x38\x8e\x2e\xc2\x31\x85\x93\x11\x41\x38\x26\xdb\x59\xbd\x1c\xdb\x2e\xdb\x59\xbd\x1c\xdb\xae\x0d\x60\x32\xe4\x6c\x00\x97\xc7\xc4\x44\x3c\xba\xd4\x27\x85\xe3\xa8\x77\xa9\x4f\x12\xe1\xa8\x77\xe9\xd2\x8b\x5c\x1d\x11\x2e\x11\x45\x49\x14\x44\x14\x89\x28\xda\x00\x05\x11\x45\xd9\x17\x89\x28\x64\x5f\x94\x7d\x51\xaf\x42\xf6\x45\x52\x8b\x74\x15\xa4\x16\x49\x2d\xd2\x55\x90\x5a\xb4\x1c\x45\x1e\x0b\xcb\x51\xb4\x1c\x45\x52\x0b\xcb\x51\x64\xa8\xa2\x0b\x43\x45\x86\x2a\x4f\xc4\x50\x51\xf6\x35\x74\xad\xec\x42\x95\x6e\x96\x85\x4e\x20\x9d\xd9\x79\x08\x4d\xd0\xd4\x28\x13\xda\x41\xbb\x50\xf4\x6a\x1c\x30\x2a\xd9\x72\x0b\x61\x6d\x53\x14\x2a\xdd\x22\x69\x4f\x71\x26\x45\x89\x28\x7a\x9c\x1d\x9e\x74\xc2\x78\xd2\xcb\x3d\x92\x90\xde\x64\x4a\xb7\x96\x84\x0a\xa8\x6a\x54\x16\x3a\x82\x3e\x0e\x43\xd7\x5d\x73\x2f\x6d\xd4\x55\x68\x07\xed\x42\x6a\x5f\x10\xa1\x25\x1a\xb9\x0b\xf1\x44\xad\xc7\xc8\x92\xaa\xf0\x29\x6d\x98\x44\x28\x69\x4a\x1b\x26\x11\x8a\x95\xd2\x46\xa4\xe3\x69\xa5\xd7\xaa\x5e\xe6\x71\xe1\x7f\xdc\xba\x0f\xa3\xfe\xff\x3d\xec\xa9\x33\xa1\x33\x41\x46\x3a\x0f\xef\x3c\xbc\x0a\xf1\xf0\xce\xc3\xe5\xad\x4f\xd0\x14\x92\xb7\x71\x10\x8a\xd2\xad\x49\xcf\x20\xa7\xa1\x65\x6e\x52\xbd\x91\xc0\xa6\x04\x4c\x09\x6c\x88\xd8\x10\xa1\x04\x36\x44\x6c\x12\xe1\x4a\x60\x43\xc4\x26\x11\x4e\x2f\x12\xd8\x94\x80\xeb\x89\x47\x7a\x1d\xd5\x2b\xce\x0c\x4f\x13\x34\x41\xf2\x38\x69\x3f\x69\x2f\x8f\x93\xf6\x93\xf6\xf2\x38\xf1\x38\xe5\xd1\xe5\x71\x67\xe2\xbe\x0a\x49\xfd\x8e\xc7\x9d\xbd\x10\xba\x5c\xb7\x20\xa5\x7b\x6c\x78\x77\x76\x9f\x6b\x93\xe6\x51\xbb\x98\xc3\x62\xaf\xb9\x83\x0a\xa8\x68\xd8\xca\xd4\x0a\xd3\xf5\x2f\x4b\xae\xdb\x92\x12\xc3\x78\x68\x83\x35\x58\x15\xeb\xb0\x0e\x63\xee\x80\x0d\x18\x8f\xdd\x60\x1b\x6c\x15\x3b\xc0\x0e\x62\x0d\x29\x47\xd8\x11\x66\x62\x27\x18\x1b\x9f\x61\x0a\xce\xe3\x25\x8a\x61\x7a\x2c\x6f\x91\x4a\x1b\x45\x8a\x33\xc6\xb2\x8c\x15\xcd\xcc\x18\xcb\xfa\x5e\xe3\x20\x7c\x65\x7c\x75\x18\xbe\xa2\x74\x8f\x6f\x57\xee\x19\x5b\x19\x5b\x5d\xd2\x32\xb6\xe2\x9d\x0c\x56\xc4\xee\xda\xa6\xd6\x06\x69\x7a\x4f\x3d\xee\xac\x18\xa6\x44\x74\x69\x51\xba\x6b\x4f\xba\xb1\x5c\xa6\xe5\x2a\x8c\xc2\x94\xb1\x5c\x2c\xbe\xe1\x2a\x4a\x30\x3d\xc1\xb0\xa5\x9b\x6c\x54\x86\x61\x4b\x37\xd9\x28\x5a\x2d\xc3\x95\x61\x61\x68\x15\x0c\x0b\x51\xba\x57\x10\x0b\xa3\x7b\x6b\xe0\xc0\x58\x03\xc3\xe8\x40\x2e\x46\xe3\x96\xca\x96\x92\x02\x71\x76\x61\x94\xee\x6c\x42\xc7\xa8\x1b\xc3\x24\xc4\x71\xea\x6c\x4c\xc5\xe6\x38\xf5\xca\x30\xa6\xe2\xca\xe5\x2a\x6e\x12\x77\xc7\x55\x94\x6c\xfa\xca\xe9\xee\xd8\x8a\x12\x4c\x1e\x9c\xd5\x8a\xd2\xbd\xc8\x83\xe3\x34\x4a\x0c\xa3\x1d\x56\xa3\x74\x2f\xb2\xe5\x6c\xc1\x28\x31\x4c\xdb\xc1\xb1\x1f\x25\x18\xe2\xb0\x5f\xb0\xaf\x43\xd4\x39\x7d\x55\x62\x9c\xfa\x15\xfc\x17\x2d\x34\x26\x38\x91\x3d\x2e\xba\x98\x2a\x75\x9c\xbf\x2a\xdd\x2b\xc3\xf0\x55\xf0\x65\x30\x7c\x71\x26\xb3\xa5\x0b\xbe\x74\xfb\x8d\xaa\x44\x0a\xb6\x0a\x1e\x74\x08\x7a\xc1\x43\xd1\x6b\x44\x22\xe5\x6e\x41\x5b\xd5\xe9\xcf\x56\xad\xb8\xe2\x05\xa9\xb8\xaa\x3a\x51\xd9\x97\x15\x53\x95\x45\x65\x05\x2b\xae\xa2\x04\x63\x1c\xab\x1a\x25\x98\x16\xbf\xb2\x7f\x2b\xee\x79\xb9\x2a\xee\xab\xdc\x17\xb5\x6b\x28\x89\xd2\x3d\x6e\x8e\x7d\xd7\x69\xb3\xef\xfa\xc2\xde\x63\x13\xee\xbb\x0e\x0c\x4a\xb7\x38\x6b\xf6\x5d\x87\x03\xa5\x5b\xd3\x44\xdd\x9d\x94\x36\x62\xe5\xf7\x5d\x2b\x4f\x69\x23\xbe\x8a\xef\xbb\x33\xca\x35\x2a\x69\x62\x7c\x21\xba\x97\xd6\x47\x0a\x54\x99\x58\x99\x58\x85\x10\x51\x39\xa1\x57\x21\x7a\x55\x7a\x81\xd0\x15\x85\x3b\x7d\xdf\x75\x73\x50\x5a\xef\xe3\x37\xd7\x69\xfc\x3d\x7e\xb9\x7f\xfc\x92\x3e\xbe\xdf\x6e\xf3\xf2\xa6\xdf\xed\xfa\xa9\x1c\x3f\x7f\xcf\x97\xf9\xf1\x7f\x03\xd7\x97\x6b\xcc\xd2\x9f\xff\x04\x00\x00\xff\xff\x2f\x6a\xa0\x64\x47\x10\x00\x00"); -func _degf ()(*asset ,error ){_dabf ,_dfgag :=_cgga ();if _dfgag !=nil {return nil ,_dfgag ;};_acg :=bindataFileInfo {_b :"Adobe-Korea1-1",_ffe :1845,_ag :_ed .FileMode (436),_ac :_c .Unix (1580491379,0)};_fgb :=&asset {_abe :_dabf ,_ece :_acg };return _fgb ,nil ; -};func _eacd ()(*asset ,error ){_gcba ,_acfg :=_gdfab ();if _acfg !=nil {return nil ,_acfg ;};_facea :=bindataFileInfo {_b :"UniCNS-UTF32-H",_ffe :322404,_ag :_ed .FileMode (436),_ac :_c .Unix (1580492707,0)};_cfdg :=&asset {_abe :_gcba ,_ece :_facea }; -return _cfdg ,nil ;};var _daged =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\xbd\x4d\xab\x36\x3b\x96\x25\x36\xcf\x5f\x71\x86\xed\x41\x3b\x43\xdf\x12\x98\x03\xa6\x9b\xc4\xd9\xd0\xb6\x71\x75\xd9\x06\xe3\x41\x7c\x96\x2f\x38\x6f\x26\x37\xb3\x06\xf5\xef\x8d\xd6\xd2\xb3\x56\xdc\x02\xc3\x79\x27\xe7\x55\x3c\x11\xd2\xd6\xd6\xd6\xfe\xd6\xd6\x1f\xff\xd3\x9f\xff\xf3\x9f\x7f\xfd\xe5\x1f\x5f\x7f\xfc\x5f\x7f\xfb\xeb\xf9\x4f\xf7\x3f\xbe\x9e\x5f\x7e\xbd\x7e\xbb\xff\xfe\xd7\x7f\xfd\xed\xbc\xbf\x8e\xfb\x5f\x7e\xf9\xf5\x0f\x7f\x08\xf1\xeb\xfa\xe5\xfc\xc7\xa7\x89\x3f\xe7\x5f\xf6\xbf\xfd\xe1\x0f\xf3\xfb\x7f\xfa\xb7\xbf\xff\xe3\xfe\xcb\x9f\x7f\x7d\xfe\xfa\x95\xf8\xde\xf5\xaf\x7f\x5b\xef\x7e\x7d\xfd\xf1\x7f\xbb\xff\xe5\x97\xbf\xff\xe3\xb7\x7f\xfb\xfa\x0f\xff\xe3\xf5\xd7\xe3\xfe\xef\xbe\xae\xfb\x99\xcf\xff\x97\xdf\xae\xfb\xb7\x5f\x7e\xfd\x97\xaf\xff\xf0\x5f\xf6\xbf\xed\xbf\x06\xfd\xf0\x4f\xff\xfa\xb7\xbf\xfd\xbf\xf7\x5f\xee\x5f\xff\xf1\xd5\xf0\xec\xfe\xf5\xc2\xdf\x3f\xfc\xf1\x3f\xfd\xd7\xfd\x6f\xff\xf3\xfe\x97\xfb\xeb\x8f\xff\xfc\xeb\x2f\xff\xe5\xcf\xff\x14\xb7\x2d\xff\xc7\x7f\xfe\x6f\x7f\x4a\xf1\x3f\xfe\x4f\x78\x05\x6f\xfc\xef\xf7\x6f\x7f\xff\xe5\xaf\xbf\x7e\x85\xff\x7e\x8b\xc1\x8f\xff\xdb\xbf\xfd\xed\xfe\x0a\xab\xa7\xff\xf3\x9f\xff\xfc\x9f\xbf\xfe\xaf\xf0\x15\xb6\xaf\x58\x6a\x68\xff\xf7\x7a\xfe\x7f\xfc\xd7\xbf\x5e\xf7\xd7\xc6\x56\xe0\x2c\xce\xbf\x5e\xf7\xdf\xff\xb6\x9f\xf7\x6f\xfb\xaf\xff\x72\xff\xe1\xeb\xeb\x7f\xd8\xd6\xbf\xef\xf9\xdf\xb0\xfd\xe9\x4f\x7f\xfa\xd3\xf7\x04\xf3\xdf\xbd\xf9\xe9\xe0\xd7\xbf\xfe\xe3\xba\x1f\x3e\xfb\xfd\xb7\xf3\x5f\x78\xbe\xbf\xc2\xfc\xfa\xfd\xda\x1f\xc2\xb6\xad\xd1\x7f\xb9\xce\xff\x67\xff\xed\xf3\x61\x39\xbf\xbf\x46\xfb\xb4\xda\x6c\x0d\xb5\xae\xef\xaf\x91\xd5\xba\xbf\xbf\xc2\xb6\x7d\x9a\xfb\x36\x87\xf9\x34\xf2\xfc\x4d\xdd\xec\xe5\xfb\xab\xfa\xc7\xfa\xfd\x35\x92\x5a\xed\xfb\xab\x45\x77\xd3\xbf\xbf\x6a\xf6\x97\xe3\xfb\x2b\x94\xa8\xe6\xfe\xfd\x15\xb2\x5f\x3e\xe6\x30\x82\x6f\x3f\xe7\xcb\xee\xf9\x9a\x4d\x0f\x3b\xe1\x2d\x02\x7f\x9f\x68\x89\xfa\xf6\xd8\xbe\xbf\x9a\x21\x3e\xc2\xf7\x57\xf5\x5c\x8f\x3c\xa1\x2a\x6a\x96\xd9\x95\xbf\xad\xdf\x5f\xad\x75\x35\xdb\xf7\x57\x08\xee\xaa\x7f\x7f\x85\xe4\xae\xe6\x8c\xaa\xa6\x70\x60\x46\xfe\x75\xce\x28\x6a\x0a\x07\x80\xac\x9f\xe6\x59\x67\x57\x1a\xf7\x6a\x13\x48\x41\x75\xcd\x81\xb2\x70\x75\xcd\x6f\x8b\x06\xba\xe7\xb7\x9e\xc2\x83\x6f\xd5\xf3\x83\x6f\x3f\x53\x08\x93\x7c\x46\xaa\x55\xed\x80\x76\x50\x3b\xce\xbe\x5b\xf1\x0b\x09\x0f\xea\xd0\x83\x8c\x07\xa9\xe9\x01\x70\xd6\x04\x41\xd8\x2a\xfb\xf0\xa0\x0d\x0f\x9a\x47\xe9\x78\xd0\x93\x1e\x0c\x3e\xf0\x28\xfb\xf7\x57\xdc\x52\xf2\x1b\x07\x1e\x88\x62\xc2\x76\x72\x14\x7f\x72\x71\x14\xbf\x71\x13\x74\x0f\xfb\xf0\x8d\xcf\xa2\x84\xb0\xa1\xd3\xa8\x4f\x42\xe0\x1b\x9a\x4b\x88\xc0\x8f\x06\x09\x09\x6d\xf7\x50\x09\xa7\x1f\x34\xc2\x29\xc0\x03\xe7\x2a\xc2\x08\x81\x73\x6d\x7e\x63\x9f\x7d\x0e\x8f\x79\xcc\xdd\x28\x92\x0d\x81\x33\xed\x1e\x83\x33\x1d\xee\xf2\x26\x14\xee\xe2\x21\x14\x7a\x10\x39\x53\xaf\x5a\x0c\x7c\x43\x0b\x1d\x23\xdf\xf0\x03\x2e\x74\x77\x1f\x5c\xe8\x21\x7c\x46\x4e\x5e\x54\x1d\x22\x16\xba\x07\xf7\xd1\x31\x15\x01\x1a\xc7\x6c\x07\xe1\x3b\x62\xea\xd5\x50\x1d\x68\xfb\xf7\x35\x31\xe1\x3f\xae\x89\xe9\x8b\xb4\x26\x26\x62\x4b\x73\x09\xb3\x20\x48\x9c\x56\x14\xf2\x52\xe2\x03\x7f\xb0\xe6\xe9\x4f\xd6\x3c\x05\x45\xe2\x3c\xc5\x9e\x42\x5a\x8b\xec\x3e\x3a\x3b\x15\x9c\x89\x8b\xfc\x82\x73\xe7\xaa\xbb\x0f\x12\x74\xf6\x28\x27\x1e\x98\x50\x12\x97\xd9\x93\x4f\x24\xe8\xec\x4e\x89\x8d\xa8\x25\xca\x0b\x1b\xea\x23\x03\x1b\x5a\xb1\x3c\xb7\xb7\xbf\xcf\x6b\x73\x0b\x86\x4c\x5c\x34\xe1\x22\x17\x42\x99\x20\xa5\x96\x44\xf9\xff\x93\x31\x21\x13\x51\xde\x71\x99\x3b\xbf\x8a\x42\x32\x77\x43\x33\x08\x83\x10\xfb\x13\xee\xfc\x68\x10\xb0\x1d\x4c\x97\x79\x8a\xae\x64\x44\xe6\x0b\x34\x23\x1c\x94\x8d\x63\x6a\xc5\xcb\xda\xd4\x5a\xad\x02\x2c\x08\xa6\x32\xb1\x90\x85\xe5\x42\x1c\x78\xef\x14\xd2\x43\xf5\xf7\x8b\x1e\x3c\x02\xe9\xc1\x78\x2c\x6b\xd3\xbb\x8f\xb5\xe9\x3d\x0a\xe9\xc1\x34\x55\x0e\x3e\xf0\x28\x6b\xdb\x0b\x55\x65\x6d\x7b\x03\xbe\xe8\x41\xb8\x2b\x64\x70\x92\x0d\xa1\x4e\x7a\xf0\xfe\xac\x73\xd3\x47\x75\x58\xc9\xec\xbd\xfd\x2a\xe9\xa1\xab\xc3\x4a\x5c\x98\x48\x2b\x71\x51\xfc\xc6\xe2\x01\xee\x83\xb8\x48\xfe\x84\x3c\x40\xa8\xa8\xe4\x01\xfe\x80\x3c\x40\xf3\xae\xe4\x01\x06\x7a\xe1\xc1\x2f\x2c\x3c\x08\xfd\xf5\xc6\x08\x6e\x3f\x18\x41\x14\xd3\x16\x45\xf8\x01\x29\xa2\x0b\x4f\x8d\x5c\xc2\x32\xac\x91\x4b\x18\x8a\x96\xb9\xe5\xfd\x09\x77\x86\xc9\xac\x11\x13\x46\x4d\x5b\x54\xe1\x4e\x27\x97\x30\x27\x6a\xa4\x09\x13\x62\x23\x4d\x58\xc6\xb5\x45\x13\xfe\x64\x09\x3d\x3f\xb8\x66\x97\x1e\x61\xf2\x4b\x73\xa1\x31\x17\xd8\x98\x1f\x58\xde\xee\xad\x75\x46\x3e\x10\xc8\x27\xf6\x92\x31\x7b\x12\xb3\xfe\xe0\xc1\xef\x5a\x8a\x6b\x03\xa6\x85\x94\x2b\xe0\x7d\xf5\x77\x45\xfc\xae\x19\x5e\x09\xbf\xbb\x9d\xf1\xbb\x20\xbc\x16\xbb\xd1\x0c\x2e\xea\x12\xd6\x03\x2e\x22\xd5\x0c\xfe\xe2\x56\xb3\x04\xbe\xc8\x51\xbc\x91\x2e\xa2\xd5\xd2\xf1\x5a\xac\x57\x24\x78\x11\xad\xe6\x31\x0f\xe1\x30\x9e\x1f\x68\xc8\x42\x54\x9c\x12\x60\x64\x75\x19\xc9\x74\xba\xa8\x3e\x16\x60\x22\x74\xb5\x89\x6a\x0d\x11\xcb\x5a\x0c\x7f\x01\x5c\x68\xb3\x46\xb2\x9d\xae\xdd\x1d\x0b\x70\xd1\x37\x7f\x41\x71\xfb\xfa\xa4\xf3\xc1\xd0\x03\xec\xb5\xe8\x41\x77\xb4\xfd\x3b\x79\xab\x7b\x3c\x09\xe5\xa6\x07\x37\x1f\x18\x88\x87\x40\xa8\x8b\xca\x99\x8b\x06\x63\x0d\x54\x02\x04\x15\x99\x48\x37\xb2\xc8\x44\xba\x64\x76\xac\x9c\x59\x70\xa7\x9c\x99\x08\x3f\xd6\x35\xb3\xa6\x07\x58\xd4\xde\xcb\x4f\x04\x53\x5c\x3c\x64\x78\xc4\x8b\xd3\xf0\x03\xf2\xd2\x61\x10\x38\x51\x51\x5e\x24\x17\xe9\x41\x30\x2d\x2e\x22\xc5\x2d\x36\xae\xb1\xb6\x43\x6c\x5c\xe3\xcd\x7d\x10\x15\xd2\x35\xe2\xe4\x22\x23\x4b\x2d\x8b\x8d\x98\xe8\x7e\xc0\x89\x8b\xfb\x45\x72\x8d\xbe\x79\x10\x62\x22\x7b\x90\x83\x6f\xb8\x8f\x35\x59\x43\xbe\x26\xab\x37\x3a\xe7\x26\xfd\x3b\xf6\xb5\x88\x9a\x5b\xe7\xdc\x36\x3f\xc0\x56\x96\x64\x88\x9d\x53\x13\x7b\x8b\x9d\x90\x8b\x19\xc4\x4e\xc8\xa5\x79\xc5\x4e\xc8\x93\x3f\x21\xbf\x93\xf5\x12\xfb\x09\xf4\xf8\x0b\xce\xc4\xf8\xea\xa4\xcf\x60\x30\xb8\x6c\xd2\x8d\xe3\xe0\xd4\xc4\xc3\xe2\xe0\xd4\x0c\xf9\x00\x93\xf2\x3e\x1b\x9c\x89\xf7\xee\x20\xbd\x4a\x64\xc5\xb1\xa8\xd1\x83\x70\x6a\xc3\x7d\x70\x23\x0d\x0f\x42\xc8\x83\xdf\x58\x80\x6a\xd9\xf6\x05\x97\x3a\xdd\x17\xcb\xd0\xa2\x1c\x9c\x8a\xd8\x73\x3c\xf8\x86\x29\xf0\xe0\xbe\x31\x02\xa7\xd9\x69\xaa\x3f\x26\x3a\xf5\xdb\xc9\x01\x4d\x05\xb0\x42\xbd\x3c\x27\x95\x37\x31\xe3\x78\x72\xda\xd9\x3d\x8c\xb7\xa9\x1d\xcf\xb9\x9e\xde\xa2\xe7\xf1\xfd\x25\xe1\x17\x4f\x62\x44\x4c\x37\x52\x76\x98\x6c\xaf\x35\x7f\x8d\xff\xe1\xec\x7e\xb0\xac\x44\x21\x15\x9c\xdd\x3b\xf4\x5a\xe2\x52\xf0\x4d\xbe\x6e\xe4\x5c\xd4\x1b\x8a\xdf\x27\xf1\x48\xff\x49\xd3\x3a\x16\xc4\x69\x9a\xbe\xc3\xad\xfc\x9e\x6b\x9a\x56\x6f\x14\x63\x4d\xdb\xef\x20\x49\xd3\x5a\x0d\xc9\xdf\xce\xb9\x27\x0f\x73\xfd\x1e\x8f\x89\x86\x69\x97\x72\x91\x02\x77\x86\xd4\xc5\x44\x1b\xb0\x4b\xb3\x4e\xb4\xce\xba\xd4\xa6\x44\xeb\xac\x17\x3f\x68\x6f\xf7\x44\x8a\xf0\x56\x68\xc8\x48\x8a\xf5\x6c\xe3\x1a\xd2\x6f\x70\x48\x19\xd8\x29\x12\x4a\xa9\x51\x29\x91\x1e\x65\x1d\xa7\x69\x6c\x49\x21\x4a\x34\xac\xba\xcc\xfe\x94\xe0\xe5\x10\x80\x69\x81\xa0\x59\x27\x8e\xd8\xfc\x80\x88\x72\x97\x4b\xb6\x48\x4f\x4b\x1d\x4a\x57\x16\xd1\xa5\x0e\x2b\xca\x22\x2d\xf5\x9b\x0f\xb4\x36\xfd\xe1\x03\xf5\x31\x60\x34\x99\x01\xa4\x7d\xe7\x1b\x7e\x70\xf0\x81\xe0\x38\xd6\x27\xea\x03\x9a\x54\x8d\x31\xfe\x44\x1c\xa5\x93\x03\x68\xab\xa7\x93\x03\x48\xde\xa5\x93\x50\x9b\x44\xe6\x6e\x09\x71\x13\x5f\x4b\xd8\x2e\x71\x1b\x7e\xa3\xf0\x81\xfa\xc0\x76\x88\x9b\x48\x38\x6f\xf3\x93\x4d\x4b\x9e\x61\x18\x6d\x62\x0f\x0f\x94\xad\x18\x3e\xfb\x2b\xdc\xe0\x17\xe9\xc3\x20\xc2\x7d\x40\x0b\xfa\xc8\xfe\xf0\x34\x6c\xe1\x0f\x1b\x0c\x4f\xa3\xd2\xe3\xdf\xc1\x59\x3f\x68\x0b\x4f\x83\xcc\xf8\x2c\x45\xdc\xb6\xa9\x76\x7f\xd0\x1c\xb7\xb9\xe1\xaa\x7f\x0d\x73\x37\x7e\x6c\xaa\xb8\xc1\x37\x93\xd5\x9a\x08\x7f\x35\xd3\xef\x9b\xf9\x45\x69\x71\x0b\x65\xf6\xa4\x71\x42\x9d\xcd\xaa\x66\x37\x8f\x8c\x5b\x18\xe6\x91\x71\xc3\x46\xfc\x4c\x30\x6e\xd8\x86\x9b\xdf\x9d\xf4\x19\x0d\xe1\x0d\xfc\x7d\x9a\x11\x20\x0e\x35\x01\x84\x9b\x00\x42\x5d\xcd\xbd\x24\xdf\x55\xdc\xd2\xf1\xfd\x25\x9d\x36\x6e\xd8\x19\x31\x04\xf5\x9d\xee\x17\xfb\x89\x5b\xe2\xd6\xcc\xea\x3d\x93\x1e\xbb\x3a\x84\x65\xbf\xa9\xc3\x3c\xd8\xa1\x7e\x07\x2d\xd4\xd8\x35\xc2\x54\x15\x5b\x37\x5e\xa6\xf5\xd9\x24\x2c\xe2\x86\xb5\x4f\xcd\x6d\x80\x30\x8c\x9c\x1d\xc4\x53\x34\x24\xd8\x6f\x95\xe3\x25\x6e\x60\xbf\x61\xfb\x6c\xc4\x08\xe7\x64\x08\xbd\xf8\x41\xfa\xfe\x6a\x1f\x75\x2a\xd2\xd3\x18\xc4\x91\x22\xdc\x86\x3d\x6d\x7e\x7f\x47\x3b\xab\xfd\x70\x07\x7c\x66\x09\xf7\x5d\xdf\xa2\x3e\x98\x94\xd0\xaa\x47\x88\x61\xfe\x6e\x00\xe0\x14\x13\xc4\x70\x78\x8d\xf4\xfa\x19\x12\xb2\x04\x3f\x98\xcb\xf6\x61\x78\xf1\xe3\xbe\x12\xa9\xd1\xb5\x14\xb7\xae\x19\xcc\x75\xee\xe9\xa3\xaa\x45\x38\x2f\x86\x3c\x7b\x11\xbe\x8b\x21\x65\x2f\xc2\x75\x31\xa4\xcc\xc4\x8f\x6f\x22\xaa\x83\xb9\x0c\x3d\x7d\x34\xce\x18\xa6\xd2\x35\x64\xe9\x46\x98\x84\x32\x74\x22\x4c\x42\x79\x98\x62\x80\xea\x13\xe3\xa6\x19\x4c\x95\xa0\xa7\x4d\x2f\x9c\x07\x5f\xd0\x78\x10\xeb\x31\x1a\x22\x32\xaa\x68\x90\xa7\x0d\x28\x9b\x36\xc2\xe4\x93\x0c\x8e\xe1\x9e\x03\x6c\xc1\xed\x86\xb6\x5e\xbf\x3b\xda\x5a\xd2\x7b\xa0\x2d\x00\xa7\xa5\xd6\x93\xde\x8f\x93\x86\x64\x1f\xc7\xb8\x61\xf0\xa1\xe6\x9c\xae\xd6\x2f\x82\xa0\x62\xe8\x7e\x7d\x39\xb0\x9a\x1e\xb4\x49\x20\x9b\x9a\xfd\xfb\x4b\xfe\x96\x18\xe9\xb6\xce\x1f\x99\x19\xe3\x46\x76\x31\xfc\xc6\x24\x88\x6c\xe8\xe8\xb0\xd3\xb6\x8f\x93\xa9\xb5\x2a\x82\x8c\x93\xad\xd5\x8f\x4e\x18\x23\xd8\x5a\x0c\xa1\xff\x40\xac\xc4\x08\xcf\x72\x10\xec\x93\x77\xc9\x05\x15\xe3\x64\x56\xcd\x33\x9b\xcc\xaa\x6d\x1e\xe9\x01\x20\xc2\x54\x04\x1e\x35\xb1\xa9\x2e\xc8\x37\x15\xe3\x54\x16\xe4\x87\x8c\x31\x5e\xdf\x5f\x3d\x0c\x0d\x35\xe9\xbe\xd5\x28\xb4\x4e\x4d\xa0\x6d\x6e\x96\xf9\xb3\x3a\x03\x73\x13\xbd\xc4\x04\x38\x35\x72\x26\x0a\xc4\x83\x63\x06\xc9\x17\x91\x60\xa4\x4f\xb1\x88\xf3\xc0\xd6\x96\x53\x33\xc2\x42\xad\x62\x64\xb0\x4f\x15\x14\x88\x91\x4e\xb0\x22\x26\x42\x6d\x3f\x86\xae\x0f\xc6\x12\x8b\x02\x69\x34\x3e\x10\xb2\x60\x0f\xc4\xd0\x05\xd2\xb8\xc9\x0c\xf5\x09\x82\x68\x31\x74\x8d\xb2\x4f\x1c\x14\x7d\x70\x00\xfd\x49\x93\x3c\xb9\x11\x85\xf1\x84\x18\xca\x5c\xe2\xcf\x83\x00\xca\xd6\xef\x2b\xcc\x20\x5e\x95\x06\x76\xaa\xdc\x9c\x31\x0d\xca\x10\x51\x40\x82\x05\xf2\x7e\xb0\x80\xfc\x28\x1d\x31\xc1\x24\x89\x0a\xb5\xc5\x04\x93\xe4\x77\x9f\x94\x7f\xff\x80\xc8\xd2\x0e\x84\x32\xf5\xbb\x37\xa6\x6a\x13\x6a\xfc\xc4\x3f\x62\x8e\x89\x0f\x3e\x0b\x96\xef\xc9\xc6\xe5\x28\x8b\xf9\x79\xe0\xc6\x12\xb1\x96\xc9\x25\x7b\x14\x58\xa5\xdc\x68\x7f\x3a\x28\x73\x89\x7b\x14\x0c\xa5\xa2\x43\x31\x9d\x32\x6d\xfb\x1e\x3f\xea\x76\x2c\x0d\xfd\x49\x7a\x96\xc9\x34\x7b\xcc\xfa\xbe\xe3\x7b\xa1\xb2\x4c\x3b\xb5\x47\x6d\xeb\x32\x95\xce\x1e\xc5\x17\xca\x34\x53\x7b\xcc\xea\xbf\x03\xbe\xe4\xfe\x31\xbe\xf4\x93\x32\x11\xdf\xb4\xf7\xca\x44\xbb\x57\xb2\x4c\xa4\xf7\x4d\x42\xa6\x10\xa3\xaf\xee\x76\x32\xe5\x8f\x81\x11\xcb\x41\x61\x2e\xc9\x5a\x0e\x70\x7d\xc1\x77\x80\xeb\x0b\xbc\x83\x6b\x36\xfc\x3a\x99\xb0\x5f\x38\xe7\xfb\x9a\xfe\x54\x03\x5b\xd2\xec\x4f\x92\xcd\x10\xba\x4e\x48\x51\x09\x8d\x32\x85\x88\x45\x54\x39\x11\x18\xae\x6a\x02\xd9\x1e\x8c\xca\x71\x92\x14\x2d\x53\xe6\xb4\xa8\xd1\x21\x71\xb6\xb2\x79\xfc\xc9\x6d\xc4\x42\xcb\x39\xb7\x92\x88\xa7\xdc\x19\x6b\x2d\x6c\xde\x05\x6d\x41\x83\xf0\x69\x7c\x11\xcb\x3d\xbf\x6f\x02\xfe\x59\xc8\x15\xbc\x0f\x25\x9e\x56\xaf\x4e\x29\xd2\xa4\x05\xd6\x0d\xb3\x0d\x6a\xde\x50\x29\x3e\x9f\xd7\x00\x5a\xd0\x3e\xae\x01\xb4\xe0\xcf\x33\xe2\xd5\x7a\x7d\x2a\x72\x4d\xcc\xa9\x56\x50\xaa\xc4\x5f\x05\xa5\x6f\xe2\xf9\xb5\x92\x56\xd4\x7b\x4d\x78\x3f\xa9\x9d\xf1\xbb\x60\xaf\xc0\x46\xf8\x89\xd9\x12\x6b\xad\x78\x39\xab\x4d\x32\x11\xac\x73\x9b\x29\x76\x1a\x6b\x3d\x40\x85\xe2\xec\xb5\x92\x03\xbd\x1e\x4c\x42\x6a\xee\x0f\x9c\x21\x0c\x43\x8f\xa5\x10\xf0\x8b\x3f\x49\x9d\xab\x6b\x27\x14\xbf\xc1\xc5\x92\x84\xaf\x93\x54\xa7\x09\x24\x04\x1d\x37\x25\xb4\x1e\x2c\x8d\x46\xd4\xdd\x36\xf2\x38\x09\xf5\x16\x16\x7f\xda\xf4\x80\xc3\x6a\xbf\x37\xa8\xdf\x51\x8e\xf7\xd8\x32\x95\x20\xed\xe1\x56\x16\x95\xe9\x8d\x46\x9e\x26\x64\xb6\x1d\x3c\x4b\x0b\xdf\x8e\x87\x90\x7f\xba\x18\x48\x19\xa8\x51\x5c\x70\xc0\x1d\x13\xa3\x36\xe2\x01\xb8\xc2\x26\x52\x3d\xe0\x13\x88\x66\x6c\x47\x24\x18\x92\xdc\x07\xdc\x00\xd1\xac\xf0\xa8\x84\x3c\xf8\x41\xe0\x03\x8d\x02\x81\x19\x4d\x83\xc7\x28\xbf\x83\xfc\xf8\x88\xc7\x4f\x17\x37\xb0\x51\x8a\x08\xe5\xee\x88\xb8\x59\x71\xbf\x7b\x81\xbd\x56\xfc\x46\x43\xdc\xf2\xf5\xc6\xc0\x27\xaf\x37\x0e\xbc\x21\x40\xef\xc9\x64\x73\x14\xd7\xb9\xe1\x09\xcc\x56\xce\xee\x69\xe7\xe7\x9a\xdd\x8e\xdf\x5f\xc9\x7a\xc2\x3d\x75\xe1\x6c\x65\xf8\x9e\xca\x70\x36\x27\xb8\xe9\x06\x4c\x52\xee\xee\xc1\xcc\x0b\x31\xd2\x1b\x33\x4f\xbd\xb8\x4b\x64\x5f\x94\xea\x4f\xc6\xf7\x57\xd9\x8a\xfb\x3c\x66\xbb\xbb\x3d\xc9\xb3\xc9\x2b\x18\xef\x29\xa4\x53\x95\x28\xba\xe7\x1e\x48\xde\x13\xf7\x0e\x54\xca\x49\x17\x6f\x64\xe8\x14\xc5\x68\xe2\x0d\x89\x9c\x83\xb6\xc0\xbd\x03\x28\xdb\x04\x37\x72\x71\x92\x05\xd0\x8d\x7d\x95\x86\x04\xc2\x8d\x7d\x95\xc7\xf0\x1b\x73\x2b\x8f\xe0\xa9\x23\x27\x27\x0f\x2f\x18\xb2\x72\xd2\x10\x63\xbb\x21\x94\xca\xa6\xdd\x7f\xc3\x7b\xf9\xee\xf4\xc0\x5c\xac\x57\xdd\x70\x67\xe6\xad\x69\x2e\xc8\xb1\xc9\xdb\xeb\x13\x7a\xd6\x44\xd0\x70\x51\x84\xf4\x5a\x65\x78\x39\x87\x64\xdf\xcd\x98\x97\x7d\x05\xf7\x99\xb0\x68\xda\xde\xf7\xd4\xbd\x62\xd5\xc6\xbb\x99\x9c\x53\x65\x4b\xdf\xf0\x73\x26\xdb\xc6\x37\x7d\x9b\x8a\x6b\xc5\xfb\x64\x86\x52\xf7\x20\xb0\x8e\xa3\x89\xed\x0a\xdf\x5f\x69\x33\xca\x2f\x80\x65\xce\x75\x33\xf2\xf5\xfe\xa2\x71\x66\x7e\xa3\x4f\x38\xab\xc6\x80\x81\x9d\xba\x71\x01\x03\x3b\xd9\x2b\x70\x23\x73\x28\xc9\xc5\x1a\xef\x29\x1c\x43\x35\x2e\xa6\xb5\x95\x92\x29\xe3\x06\x65\x48\xf6\xde\xf7\x81\x21\x85\xdc\x1b\xe1\xc7\xec\xdf\x27\xb5\x0e\xd9\x1c\xf7\x03\x37\x84\x54\x97\x67\xa3\x17\x6b\x53\x7b\x32\x3d\x8b\xfa\x67\xf2\xde\x2c\x8f\x55\x7c\xa6\xbd\x96\x27\xb3\xfe\x81\x78\x7a\xe0\xa1\x55\xca\x50\x7c\xa6\x5c\xce\x41\x7a\xc2\x33\x05\x73\x8a\xcd\x9d\xb7\xf9\x7b\x30\x30\x13\x9f\x45\xfb\xfd\x99\xd6\x5d\x8e\x32\x2b\x9e\x69\xdc\xa5\x28\x33\xe0\x99\xb6\x5d\x4a\xc3\xfd\x9f\xf3\xfd\xe0\xef\xaf\xd9\x96\xde\xf3\x6c\x60\x50\x2f\xf8\x9e\xd9\x16\xf2\x9e\xb0\xa1\xad\xf1\xa6\x6d\x98\x42\xf5\xef\x93\x5f\x0d\xb1\x9f\x67\xca\xa5\x1c\xa5\x76\x3d\xa1\x7e\x7f\x65\xfb\x12\x1e\xa4\x22\x25\xcf\x77\x9a\x08\xa9\x79\x3e\xd3\x5c\xcc\x49\x5c\xf9\x99\xe2\x23\xa7\xe8\xfe\x0f\xb4\xfd\xfe\x39\xbf\xcf\x7e\x7f\xd2\xdb\x90\x47\xeb\x99\x9a\x4d\xce\xc5\xed\x49\x0c\x41\x1c\xfb\x41\x0e\x52\x94\x19\xf8\x4c\xbd\x3f\x75\x6d\xee\x27\xce\x7d\xa7\xd0\x57\x7c\xa6\xf4\x8a\xf6\x16\x3e\x48\x37\x7a\xad\x47\x9c\xeb\x57\xc5\x60\x9e\x88\xfd\xa0\x9d\xfe\x4c\xd9\x16\x73\xf1\x78\xfb\xef\xf8\xff\x13\x0f\xb4\xdd\xdf\x5c\x3f\xef\xfb\x67\x5a\xb5\x31\x34\xc3\x33\xe7\xd7\x8c\x2f\xf8\xc3\x87\xe9\x05\xee\xf0\x21\xdd\xea\x41\x26\x92\xc2\x17\xf1\x49\xe4\x3c\x7e\xff\xf7\xf2\xe6\x49\x90\x37\xd2\x2a\x9e\x69\x26\x67\x5b\xaa\x4f\xaa\x68\x0b\x1f\xa9\xa1\xed\xfe\x27\x5f\xaf\xe2\x20\x0f\xfc\xeb\xb9\x78\x41\xd3\x44\x80\xb2\xee\xe2\x93\x0e\xb4\xfd\xc1\x39\x37\x80\x11\x36\x2d\xf1\x3c\xc4\xe3\x1f\xe4\x1f\x8d\x57\x7f\x53\x45\x51\xa6\x4e\x7c\x90\x7d\x14\xbd\xdb\x73\x80\xb0\x13\x80\x53\x97\x4d\xc5\x1b\x66\x9a\xf6\xc9\x16\xea\x03\x1f\xa5\x52\x62\xe2\x33\x2d\xfd\x64\xbf\xed\x93\x2b\x84\xa5\xfb\x6b\xd8\x90\x82\x37\xf7\xef\xaf\x12\x92\xfb\x9f\x08\x50\x7c\x21\x3e\x79\x6e\x60\x05\x70\xe3\x93\xa7\x54\xeb\xc5\xe3\xcf\xf9\x47\xcf\x2f\x5f\xdf\x5f\x45\xc9\x08\xf1\xc9\xf7\x6c\x57\x7f\xff\xa0\x2d\x78\xa6\x59\x9a\xb2\x74\xa9\xa7\xcc\x0d\xdc\xbd\x21\x0b\xbc\x89\xe2\xa6\x4f\x49\xf3\x7b\x6f\x80\x02\xc1\xb3\xf9\x77\x68\x45\x86\x7f\x2a\x91\x69\x13\xf7\x7d\xca\x9c\x7f\x31\xc1\x94\x39\xff\xea\x0d\x56\x06\xda\x7e\x7f\xce\xbf\x9a\x40\xcb\x34\xac\xcc\xad\x1f\x44\xff\xab\xb9\x31\x12\x8e\x7a\xf7\xf8\x58\xff\x57\xff\x0f\x08\x5c\xf8\xa6\xee\x28\x01\xf5\x30\x5a\xe3\xf7\xe9\x6a\x91\x99\xfa\x4c\xe3\x24\xd6\xe2\xef\xf3\xc4\x97\x84\xfb\x33\x8d\x93\xa4\x10\x56\x7c\xa6\xfd\x91\xb2\x37\x1c\xb2\x04\xb2\xc5\xd9\x53\x27\x02\x5e\x04\x5e\xc7\xe4\xd0\x5e\xa0\x69\xa0\xa4\xec\x05\x9f\x16\x4a\x0c\xed\x47\xd6\xcf\x33\xad\x97\xd4\xbd\xfd\xa7\xf1\x92\xda\x0b\x9a\x7b\xfe\x9e\xfc\xfb\xdc\x1d\x55\xea\x27\x82\x25\x31\x7a\x35\x91\x3e\x90\x87\x6c\x33\x44\x4b\x42\xf2\xfe\x46\xf6\x80\x75\xe2\xa7\x4d\xf4\x0c\x43\x8f\x0c\xa4\xe1\xe5\x6a\x13\x3d\xaf\xe5\x46\xfe\xd1\x4b\xfe\x30\x95\x40\xaa\xe4\xd3\xc6\xf7\x57\x7d\xc9\x97\x36\xb1\x33\x36\xf7\x47\xcb\xc8\xdf\x4f\xfe\xb8\x79\x3b\x32\xf7\xe8\xd5\xbe\xbf\xbf\x6a\x94\x06\xf8\x4c\x13\x27\x5a\x81\x79\xfa\x36\x7f\x77\x7f\x3d\x60\xfb\xea\xfb\x3e\xb7\x47\xb1\x3c\x99\x56\x42\x8c\x86\xaf\x67\x24\xb3\xb9\x3f\x58\x37\x72\x72\x3c\x88\x05\xd6\xe1\xfe\xe7\xfc\xed\x68\x78\xfa\x94\x0f\xaf\xed\xd4\x91\x28\xf4\x1a\x7f\x9f\xe3\x7b\x3b\x4d\x0b\xa3\x26\xcb\x97\x7e\x22\x83\xdd\xf0\xcd\xf9\x0f\xb3\x23\xe4\x22\x74\xb3\x3b\x06\x1a\xfd\xfd\x60\x78\x43\xdf\x8f\xf0\xfd\x55\xab\xe1\x47\xb6\xd6\x4b\xfe\x21\x5d\x2b\x9b\x9f\xc3\x39\xef\x00\xcb\x33\xb0\xfe\x66\x57\xd3\x1c\x49\x61\xf8\xf7\xf6\xfd\x55\xed\x7c\x7e\xa6\x31\x52\x9b\xb7\x27\x92\x16\xb2\xe5\xd1\x98\xf3\xb7\x9a\xfb\x4c\xdb\x24\xf6\xd7\x78\x93\x3d\x2a\xb9\x28\x3e\xe3\x82\xbe\x24\x7a\x9a\xb6\x4b\x4c\xa6\xbf\x69\xba\xc4\x62\xfd\x63\x9a\x2e\x71\x98\xfd\x32\xe1\x21\x78\xbb\xee\x11\x0a\x81\x5f\x98\xf2\xe1\xa5\x20\x4d\xd3\x26\x65\x2b\x24\xfb\xe4\x0f\xc3\xdb\x1f\x96\x8e\x9d\xff\xcf\xde\x7e\xa7\x63\x3f\xd3\xf0\x49\xdd\x04\x38\xed\x9e\x54\xcc\xaf\xa7\xd9\xd3\x82\x37\xe4\xb4\x7a\x5a\xb0\x3c\xdb\xe9\xf9\x71\x7f\xd7\xf7\x57\xaf\xd6\x56\xa7\xc9\x93\xb2\x09\x76\x7f\xc0\xff\xd5\x3f\xf2\x37\xb2\x37\xcc\xb4\x88\x5a\xf0\x06\x86\x97\x2e\xc8\xb6\x7b\x60\x0f\x25\x2b\x08\x47\xc6\x06\x17\xfc\xc7\x9c\x7f\x79\xf5\x07\xfe\x68\xf9\x34\xcd\xa7\x58\x8c\xbf\x03\x1b\xc0\x04\x77\x30\x53\xce\xed\xc9\x00\x5e\x0a\xf4\x81\xa8\xb4\x37\xf0\xb1\x32\x94\xd5\xbe\xe0\xd7\x73\x1b\x8e\x38\xd9\xae\x0f\x4c\x2f\x5b\x17\x0f\x83\xe4\xd6\x37\xa6\xe5\x95\x36\x2b\x6c\xd3\xf0\x6a\xf9\xf5\x3e\x73\x2c\x34\x5f\xf8\x11\x73\xf4\xf7\x73\x7d\x6d\xb6\x3e\x70\x88\x24\x9b\x2b\x0f\xf2\x53\xaa\x77\x00\x5d\x8b\xde\x51\xf0\x2c\x66\x6b\x84\xd3\x8e\x6b\xd9\x02\x7f\x9a\x71\xe9\x65\x41\xc0\x75\x3d\x2c\xc0\xa6\x55\x17\x1d\x53\x79\x2e\x28\x00\xa6\xf8\x2b\xc1\x1c\xaa\x3f\x90\x2f\x89\xd1\xef\x0f\x6c\x69\x9b\xd6\x4c\x4f\x9f\xdd\x97\x10\xf0\x56\x0e\x63\x42\xc0\x5b\xaa\x52\x42\x60\xba\x56\xff\x8a\x18\xca\xeb\x63\x46\xa6\x9b\xdf\x47\xbc\xe1\xe3\x2c\x49\xdb\xd4\xcd\xbb\x54\xb5\x84\x70\x74\x88\x31\xf8\x01\xe2\x74\x1f\x27\x42\x42\x80\x3a\xc4\xf0\xd9\xed\x89\x21\xea\x2a\x2f\x70\xda\x90\xbc\x11\x43\xd3\x18\x2b\xde\xf0\x61\xb8\x89\x27\x8b\x2c\x31\xd2\xf6\x80\xe3\x6a\xcc\x07\x93\x12\xcc\x08\x03\x54\xb9\xa9\x53\x9c\x40\xf6\xf0\x61\xf8\x29\x4e\x85\xba\x4b\x9f\x4c\x08\x3b\x75\x65\xbf\x27\xc4\x9d\xba\x0e\xc3\xa4\x88\x39\x29\x1d\x3e\x21\xa9\xb3\xcb\x40\x49\x71\x2a\xd4\x5d\x07\x6f\x52\x9c\x0a\x75\xab\x9f\x48\x54\x8a\x53\x9f\xee\x8a\x8e\xa4\x88\x60\xae\x32\xc9\x13\x02\x5b\x5d\x67\x80\x12\x22\x5b\x5d\xc7\x7c\x52\x9c\xfa\x74\x57\xb8\x25\xc5\xa9\x4f\x77\x9d\x82\x4a\x31\x63\x7e\xc5\x6d\xba\x08\x35\xff\xa9\x4f\x77\x1d\xfd\x49\x08\x95\x75\xa5\x3d\xa4\xb8\x62\xfe\x43\x0f\x0a\xbc\xc5\x43\x00\x43\x22\x6d\xb9\xf9\xc1\x7c\x21\x54\xb7\x31\x82\x96\x20\x0e\x8c\x50\x85\x91\x01\x0c\x17\xcd\x00\x2e\xb2\x2d\x7b\x89\x06\x50\x5c\xdd\x6e\x7c\xc1\x3d\x00\xc7\x22\x3c\x64\xd2\x75\xe9\xc8\x29\x4e\xa1\x14\xb6\xdc\x85\x34\xc4\xb5\xb6\xdc\xfd\xc5\xc9\x2e\x85\xe6\x29\x97\x7a\x0a\xfe\x02\x68\x7e\xcd\xfa\xe1\xac\xf5\x02\xa2\x5a\x5b\xf6\x1b\x70\xaa\x6d\x79\x68\xde\x53\x52\x74\x05\xb5\x52\xdc\xb9\xf2\xa2\x9c\x1d\x2b\x5f\xdc\x23\x56\xbe\x6a\x16\x90\x14\x3a\xc1\x96\xe2\x0e\x90\xaa\xfb\xc3\xca\x6b\xf3\x23\xd3\xaf\xeb\x78\x5c\x8a\x0f\x2c\x2d\xef\x4f\x64\xaa\xf5\x2d\xbb\x8d\xc4\x06\x91\x2a\xb3\xd5\x82\xb2\xb9\x12\xf2\xd5\xba\x64\x6d\x4a\x38\xa4\x15\xfa\xc7\xba\x4d\x0c\x30\x86\xae\xdd\x99\x70\x48\x2b\x28\x07\x2d\x25\x44\xbb\x43\xff\xd8\x5b\x89\x49\x6f\xa1\x77\x8f\x7a\xf0\x81\x47\x3d\xf9\xc0\x70\x5e\x88\xc7\x7f\x26\x9a\x02\xb2\x01\xfc\x41\x28\x98\x87\x80\x08\x60\x3b\xda\x32\x29\x10\xca\xe1\x0f\x90\x1f\xa0\x3d\x93\x18\x03\x97\x6f\x2e\xa5\xc0\xf8\x8b\x7a\x8c\x88\x90\x68\x93\xa4\x48\xcc\x09\x31\x48\xac\x0b\x63\x13\x62\xe0\x44\x0f\x43\xbc\x32\xc5\x8a\x39\x08\x84\xd8\xd0\x16\x08\x71\xc7\x88\xc2\x0a\x92\x42\x8a\x21\x8a\x17\x3a\x0c\x42\x42\xc2\xb6\x14\xdf\x40\x1a\x5d\xb0\xa1\x3d\x45\xf2\xa4\xe8\x28\x90\x12\x21\xd0\x08\x09\x58\x91\xa5\x9e\x12\x5c\x01\x61\xa4\x9f\x58\x36\x09\x89\x78\x7d\x13\x1f\x4a\x38\xab\x14\x46\x12\x4e\xc0\xd8\xb6\xec\xf1\x4f\x02\xe8\x2f\x38\xa5\x24\xd2\xc0\xb9\xa3\x30\x24\xaf\x12\x78\xd5\x96\xdd\x46\xec\x48\xbc\x2d\x65\x42\xec\x75\x98\xc6\x7b\x2b\xdd\x1f\xec\x98\xb3\x90\x94\x41\x49\xa6\xac\x69\x9c\x77\x79\xab\x52\x9a\xbc\xae\x95\xa1\xfe\x0a\x91\xea\x11\x91\x80\x1f\x86\x36\x75\x2a\x5c\x79\x93\x4a\x01\x8c\xe2\xdf\x09\x16\x5b\x50\x12\x66\x4a\x0d\xd9\x3b\x62\x56\x69\x5a\x48\xad\xbe\xda\x10\xc3\x51\xeb\xd4\x98\x17\xe1\xef\x1f\x20\x41\x03\x20\xbd\x39\x28\xdf\x31\x21\x35\xb1\x6f\xc6\xe2\xe0\x76\xd0\x42\x0c\x40\x18\xfd\x3e\x76\x83\xd7\x65\x70\x43\x56\x77\x00\x46\xe3\xfd\xb6\x63\x00\x89\x34\x44\xfc\x5b\x35\xf1\x33\xf6\x6c\x88\x77\x08\x80\xee\xdf\xc1\xdf\xbd\x0a\x07\x01\x56\x7f\x07\x48\x3b\x6a\xd5\x0e\xf6\xe7\xf7\x99\x90\xa5\xfe\xa0\x22\xda\xe8\x4d\x09\x3a\xa1\x8c\xda\x94\x4e\xc8\x0b\x31\x7b\x64\x4e\xf6\xcd\x84\x77\x82\xf3\x9a\x25\x9d\x58\x82\xa0\x09\x5c\x08\x80\x26\xf5\x77\x91\x87\x69\xd1\xf3\x46\x2b\x5c\xdb\x35\xf3\x7c\x6b\xd2\x9c\x33\x58\x67\x53\xf8\x3f\x65\x66\xda\x8e\x8f\x27\x39\x65\xa4\xce\xb6\xa8\x1d\x95\xe3\x8d\x13\xbc\x41\x0f\x70\x9e\x21\x7b\x4b\x65\x9c\x67\x68\xf1\x63\xfd\xa6\xdc\x97\xb5\xae\x51\x60\x1e\x36\xf9\x7b\x53\xc6\x61\xe5\xaa\xf3\x60\x29\x23\x18\xd2\x94\xfc\x95\x32\x14\xf0\x9e\xc4\xb1\x33\x52\xba\x9b\x7c\xc4\x29\x33\x65\x5a\x3a\x75\x2a\x81\x21\x02\x51\x4c\x81\xd3\xcf\x6e\xf2\x54\x70\x48\xac\xe9\xf4\x5b\x2a\x08\xdb\x36\x1d\xb8\x49\x85\x76\x98\x4e\xcd\xa6\x82\x88\x53\x93\x9f\x3f\x95\xa9\xd9\xcf\x07\x1f\x38\x0a\x96\xa1\x25\x11\x66\xb9\x90\x3a\xb7\x55\xbd\xf1\xc0\x39\xa8\x63\xb2\x09\x61\xf7\xd0\xf2\x47\x3b\x4f\x15\x49\x9f\x23\x7c\xec\x89\x54\x33\x3a\x55\x62\x6f\xaa\x48\xfd\x6f\xf9\x63\x61\xa5\x8a\x08\x5e\xcb\x82\xa3\xc2\x26\x6e\x52\xe1\x53\x45\xe0\xa6\x59\xbb\x68\x88\x6a\xb7\x22\xe6\xd8\x10\xd5\x6e\xe5\xe3\x97\x48\xad\x15\x3e\xf8\xcc\xa5\x75\x06\x66\xc4\x7a\x1a\xd6\xa5\x15\x3f\xb8\x11\x0a\xd3\xf9\xf0\xd4\x6e\x60\xac\x48\x61\x6f\x9c\x7e\x11\xe8\xed\xb9\xf8\xe0\x33\x4a\x47\x6c\xa5\x95\x8f\x3b\x31\x75\xf8\xa7\x5f\x2c\xb2\x27\xda\xc7\xd2\xa5\x7a\xe6\x27\x12\x5d\xbd\x70\x2e\x9a\x6d\xaf\x84\x54\xc2\xae\xef\x38\x37\x2c\xa3\x35\x75\x04\xfe\x86\xbc\xae\xa9\x3f\xfb\xef\x82\xa0\x69\x40\x66\x3b\xc9\x2d\x0d\xc4\xa9\x5b\x8d\x3f\xc9\x6a\x4b\x03\x07\x71\x5a\x95\x64\x18\x3b\x8e\xe2\x29\xef\x36\x0d\xd8\xb5\x9b\xb1\xb7\x97\x93\x0f\x3e\xcb\xba\x93\x44\x5b\xd0\x1b\xf0\xad\x35\x39\xf3\xd3\xde\x71\xe2\xcb\xca\xfe\x7e\x72\x14\xf1\xde\x9d\x39\xda\x4a\xa1\x4f\x3b\x22\x74\x4d\x69\x35\x69\x47\x84\xae\x29\x29\x2b\xed\x37\x26\x2a\x97\x7e\xda\x9f\xc4\xed\xf6\xc1\xef\xb1\x11\x30\x21\x8b\x31\xfc\xa6\xcc\xbb\x74\x20\xe5\xb8\x29\x55\x2c\x1d\x48\x2b\x2e\x8a\x8b\xa4\x03\x67\x99\x9a\x8e\xf7\xa4\xa3\x11\x0e\x19\x46\x07\xa2\xe9\x4d\x07\xff\xd2\x01\xe6\xe2\x40\x5d\x3a\x3a\xfb\x10\x63\x3e\x10\x46\x6e\x3a\x9b\x93\x0e\x24\x09\x55\x33\xb9\x03\x71\xd3\x3a\xc4\x5a\x8f\x93\x7d\x88\x0f\x1c\x0f\xc8\xcb\xbc\xe4\x78\x70\xaa\xd2\x16\xd3\x89\x04\xdd\x3a\xa4\xab\x9f\x48\x50\x68\x72\x82\xa5\x13\xa3\xb4\xa1\x85\x3a\x11\x28\x6d\x56\x8e\x2e\xe4\x85\x37\xa5\x78\xa4\x0b\xc6\x6e\x1b\x1f\xb7\x6f\xba\x12\x69\x56\xeb\x72\x65\xc8\x61\xa9\xdb\x17\x4e\xa8\xb5\x21\xb2\xbf\x60\x75\xf4\x4d\x06\xf4\x85\x1c\xa7\x97\x64\xbd\xce\x15\x00\xff\xac\xc2\x35\x05\x4b\xe8\xf2\x66\xa4\x1b\xfc\xe9\xa5\x59\xde\x89\x93\x15\x5c\x37\x4f\x6b\xdb\x2a\xbf\x2b\x47\x91\x1d\x71\xe3\x60\x5c\x97\xcf\x35\xdd\x90\x1b\x5d\x3e\x99\xc4\x54\x8a\xbe\x89\xd7\xde\x3c\x54\xa5\x13\x11\x09\x69\x0c\xa1\x6f\x62\x69\x37\xcf\x43\xea\x88\x44\x42\x1c\x21\x74\xef\x1f\x7a\xa2\xeb\x90\xdc\x80\xab\x39\x74\x1d\x61\x49\xf0\x2d\x87\x97\x2d\x0b\xdf\x57\x78\x99\x44\x70\x6e\x85\x6c\x1b\x87\xce\x98\x1e\x34\xfd\xe7\x62\x1f\x62\x69\xcf\xb5\x70\xba\x3e\xc9\x5b\xe2\x27\x1f\xc3\x2c\x6f\x38\xe0\xd8\xe5\xe3\xcc\x1b\x8f\xb4\xea\x74\x78\x5e\xf5\x2a\xf2\x07\xb0\xcc\xa4\xf1\x2e\x37\x71\xe6\x11\xf4\xae\x1c\x98\x1c\xf2\x83\x07\x1f\x6e\x9c\x79\x0c\xda\xf9\x83\x39\x1c\x40\xa1\x84\x73\x0e\x07\x3f\xf9\xa4\x2c\x66\xa4\x31\x87\x1e\x3f\xf6\x55\x0e\xf7\xcd\x07\x1a\xe5\x61\xa7\x1f\x9c\x66\xa4\x16\x87\x2e\x79\x9e\xe3\xc6\x4f\x3e\xdb\x36\xf3\xe0\x64\x56\x26\x52\x8e\x6b\xb6\x1f\x6b\x27\xf3\xc4\x56\x97\x4b\x2f\xc7\x8b\x0f\xb2\x3e\x41\x52\x40\xd7\xb9\xe5\x9c\xa0\xdf\x74\x45\xb1\x32\xcc\x93\xd0\x25\x8b\x73\x42\xc6\x6d\x4f\x1f\xc3\x2f\x27\xce\x45\x47\x53\x73\xc2\xc6\xee\x3a\x57\x9a\x33\x6c\xc5\x2e\x92\xca\x99\xd5\x39\x5e\x6f\x40\x08\x74\x9d\x05\xc9\x19\x7c\xad\xeb\x18\x4e\xce\xe0\x6b\x5d\x67\x21\x73\xe6\xb9\x7c\xf9\x7b\x72\xc6\x11\xf9\xb6\x7d\xdc\x11\x39\xe3\xb4\x64\xcf\xaf\x07\x3b\x1f\x7c\x08\x26\x43\xe2\xf7\x5c\xd5\x29\x7c\xaa\x5d\xf2\x3c\xe7\x83\x93\x1b\x02\x9d\x1b\x39\x7f\xd4\xaa\x5c\x38\xb9\xf2\x61\xda\xb9\xe0\xfc\x56\x2f\x71\xfb\x81\xfc\xca\x05\xf6\x63\x56\x7e\x54\x2e\xc4\x6f\xd1\x2a\x96\xb6\x36\xe4\x67\xa2\x05\x87\x05\x9b\x0e\x9a\xe4\x72\x10\x04\x01\x59\x00\xf5\x08\xfe\xe4\x06\x99\x2b\xb8\x97\x0b\x65\x8f\xbc\xd9\xb9\x82\xd7\xf6\xaa\x15\xa8\x81\xf1\x6a\xed\x9d\x0a\xa3\xad\x2b\x22\x9e\x2b\x0f\xea\xea\xfc\x65\xae\x3b\xdf\xf8\x70\xf4\x5c\x57\xed\x9d\x8f\x84\xcb\x75\xe7\x28\xda\x2a\x0d\x94\xd0\xeb\x47\xc7\xc8\x8d\xb5\x49\x94\x27\x91\x1b\xc8\xbc\xb7\x4f\x86\x59\x6e\xac\x68\xa3\x04\xe0\x4c\x5d\xa7\x2b\xa9\x33\xf7\x80\x85\xd7\x01\x99\xdc\x59\x01\x45\x27\xe1\x73\x67\x2c\x59\xce\xbf\xdc\x33\xd6\x59\xe9\x0b\xb9\x43\x7d\xee\x0a\xe0\xe5\x01\xf7\x7c\x93\x8f\x24\x8f\x1b\x34\x2b\x5f\x42\x1e\x50\x6d\xfa\xf8\xa8\x9c\x79\x87\x9b\xa5\xcb\x59\x90\x77\xe4\xd3\x75\x49\xc9\xbc\x43\x27\xef\xb2\x8c\xf3\x01\xd3\x3c\xa9\x8a\x4a\x3e\xe0\x49\xed\x4a\xf4\xcb\x47\x5b\x6b\xfb\xe9\xf4\x80\x51\xd4\x95\x8e\x95\x8f\x93\x70\x88\x53\x1c\xd7\x7a\xe3\x33\x97\xe3\xa6\xf5\xf0\x31\xc4\xf2\x49\x25\x4c\xce\xcd\x7c\x46\xac\xbe\xb2\x37\xf3\x09\xc0\x86\xdc\x87\xf9\x3c\x19\x6f\x12\xfb\x39\x71\xe4\x6c\x6c\xc2\xd8\x79\x07\x7e\xf2\x79\x70\x81\xa7\x0d\xe5\x67\xe5\x0b\x72\x62\x28\x86\x92\xef\xdf\x67\x00\xe5\x7b\x43\x1e\xd4\xab\x4d\x2b\x47\xf8\xba\x37\x44\x01\x9b\x3b\x80\xd3\xbf\xf8\x77\x64\xed\x04\x77\x30\x10\xd3\xf5\xef\x88\xea\x7d\xbc\x37\xf9\xe6\xd1\xcc\xec\xf7\x29\x74\x5e\x0f\xae\xef\xaf\x54\xc4\xb9\xee\x0d\x71\xdd\x8f\x5f\x2c\xdf\xd8\x47\xcd\x02\xe5\x46\xde\x8e\xbc\xaa\xf9\x86\x42\xa2\x3c\x9f\x7c\x87\x35\x25\xf5\x08\x43\x25\x4b\x12\xdc\xa1\xa0\x83\xa8\x36\x02\x99\xc9\xed\x86\x44\x1d\x0f\x80\x44\x0f\x6d\xd3\x3b\x20\x8e\x35\xdc\xdf\x0d\x94\xf8\x7d\x64\x42\x46\xd1\xf1\x1d\x27\xd2\x87\x71\x14\x19\x39\xd6\x80\xb1\xbf\xd3\xb2\xf2\x0d\xaa\x6e\x4a\x30\xcf\x37\x52\x69\x36\xb1\xc8\x1b\x32\x24\x47\xad\xfb\x0d\x0b\xd8\x49\x87\xf9\x8e\x0c\x96\x0a\xcb\xb0\x88\x9b\xb2\xa8\xf3\x3d\x95\xb4\xbc\x79\x12\x70\x82\xa9\x68\x4b\xbe\xd3\x54\xd0\xc3\x66\x42\x40\x3a\x8c\x72\xc5\xf2\x9d\x68\x85\x7b\xa1\x40\xd0\x0a\x8f\xe5\x7b\x6a\x13\x71\x78\x61\x51\x81\x47\xde\x9b\x7c\x27\xc4\xb7\x87\x7f\x7f\x56\xf2\xd9\x6a\x67\x26\xa7\x09\x22\xa4\xaf\xc8\x96\xce\x37\x58\x4e\xd6\xf1\xb3\x7c\xe3\xa4\x4a\xcd\x42\x4a\xe6\x1e\x4c\x7e\xd0\x69\xf6\x69\xc8\x8c\x94\x32\x13\x6b\x9e\xb4\xa8\xac\xe1\x7c\x67\xb2\x06\x4d\x29\x23\x3b\xd4\x53\xc6\x29\xbe\x16\x73\xf8\x89\x64\xba\x4b\xf9\xfe\xaa\xd9\x6b\x52\x88\x51\x8d\x86\xb2\x36\x45\x7c\xf9\x9e\xda\x57\x0e\xde\xab\x28\x6a\x93\x4c\xe8\xa8\x69\xe3\xb4\xde\x7c\xc3\x0e\x0b\xe6\x20\x77\x59\x46\xab\xda\x98\x4f\xf1\xef\x88\x98\x46\x41\x50\x23\x52\xb2\xdc\x4e\xec\x50\x1d\x4c\x7d\x78\x3e\xd0\xa2\x54\x92\x6a\xd6\x22\x34\xd0\xba\x18\xe1\xdd\x10\x54\xee\x82\x11\xf5\x14\x86\xa2\x46\xf9\x66\x71\x04\x4f\x02\x99\xda\x59\x71\xed\x7c\xa3\x58\x42\x35\x4b\xeb\x11\x68\xd1\x22\xf4\xdf\xe5\x1d\xe6\xbb\x57\xec\x36\xff\x8e\x30\xb4\xb8\x28\x52\x9b\x63\x33\xe5\x4f\x0d\x3e\x07\x93\x51\x3f\x90\x64\xe9\xf6\xf9\xce\x63\xcc\x37\x6c\xb7\xfc\x22\x44\x64\x42\x07\xb7\xa1\x04\x45\xf3\x0b\x78\x92\x86\xc9\x90\x89\x05\xde\x8a\x83\x1e\x6f\x0d\xc8\x3c\x67\xc5\x22\x33\xf2\x9c\x63\xd8\x4c\x77\x63\x52\xc6\xbb\x3d\xd0\x16\xd2\x91\x4a\xb0\x49\xb2\xde\x88\xd9\x04\x49\xeb\x9b\x0a\x8f\x52\x87\xf2\x3d\x15\x0d\xa7\xdc\xe6\x7b\x07\x8e\x4d\xf8\x30\x4f\x2d\x33\xef\x9d\x20\xfb\xfb\x8a\x5c\x45\x4d\x01\x1e\xa8\xda\xb5\x86\xfb\xdc\x58\x5b\x13\x80\x08\xdd\x8f\xe6\xf1\x1e\xce\x50\x0f\xa6\x72\x90\x83\xf7\xc2\xd4\x23\xb3\xb5\xab\x7b\x9a\xc7\x59\x59\xc5\x79\x65\x2a\xbf\xb6\xf2\xb1\xbf\xb3\x4b\xf3\x8d\x82\x80\x4e\x79\xcf\x4c\x65\x6e\xb6\x4b\xee\x69\x73\xc6\x64\x98\xce\x69\xc6\x16\x23\xf5\x24\x4e\xd4\x23\x4d\xe5\xd7\x3a\x4f\x01\x9e\x75\x20\x30\x23\x91\x39\x87\xe0\xdf\x1b\x12\x06\xdd\x61\x67\x07\xee\x11\xf1\xf2\xea\x0e\x0e\xe6\x74\xab\x7d\xa1\x43\x4d\xe1\x04\xe1\x79\x67\x9c\x73\x3b\x17\xef\x56\x9c\x0d\xcd\xc9\xc2\x7a\xea\xda\x31\x98\xe5\xa2\xfe\xcf\x6b\x19\xa7\x39\x13\x55\x28\x21\x23\x07\x3a\xeb\x2c\x60\x46\x0a\x74\x2a\xd1\x03\x0c\xa4\x00\x69\x02\x74\x2b\xea\xa4\x58\xbe\x51\xfa\x27\xbc\x28\x71\xda\x47\xd5\x8b\x70\x61\x06\xd1\xef\x3f\x68\xeb\xf5\x7b\xcd\x40\x2f\xdc\xcc\x60\x16\x4a\xee\xc8\x01\x44\x08\x77\x42\x56\xab\xa6\x74\xcf\x45\xd9\x4c\x17\x50\xdc\x43\x15\x04\x37\x39\xda\xeb\x83\x83\x73\xd0\xa4\x6f\x60\x3d\x7a\x48\xa4\x79\x67\xb7\x17\xed\xaa\x4b\xfa\x61\xa4\x3d\xdf\x0f\xa5\x44\xd1\x17\x4f\x84\x70\xd6\xa4\x60\xab\x8e\xe0\xed\xf3\x14\x7e\x21\x3c\x3c\x95\xe6\x86\xda\x5c\x98\xfc\x23\xb9\xf3\x4c\x29\x17\x65\x11\xdc\xcf\x09\x1c\xba\x73\x32\x34\x6f\xb6\xe7\xe6\x8c\xb4\xce\x0f\x79\xb2\xb6\x1f\x12\xcb\x7b\x92\x46\x83\xc4\xf2\xa0\xdc\xa3\x8c\xc4\xf2\xd9\x43\xd7\x03\x84\xd4\x5e\x2f\x2c\xb4\x0f\x3d\x18\x98\x91\x5f\x40\xa0\x40\x7b\x01\xd9\xdf\x13\x04\x0f\xb9\x14\x49\x7f\x01\xcf\xa8\x14\xcb\xe7\x53\x8f\x52\x6d\xec\x0e\x19\xe2\xc8\xff\x4e\x3a\xb8\x91\x91\xff\x1d\xaa\x68\x17\xf9\xdf\x31\xa8\x04\x44\x7e\x42\x21\x08\x1a\x31\x30\x32\x51\xdc\x25\x19\xf5\x70\x1f\x4b\xda\x09\x88\xc0\xa3\x1e\x42\xe4\x34\xcb\xb3\x22\xfe\x19\x49\xde\x49\x3e\xf5\x8c\xa4\xe9\xd9\x81\xf0\x10\xa9\x92\x88\xeb\x20\x2d\x3a\xa9\x16\x5e\x46\x5a\x74\x96\x2f\x36\x33\x2d\x7a\x28\x4d\x22\x23\x0f\x7a\x02\xe9\x2f\x90\xe7\x25\x71\xf3\x2c\xd5\xcf\x40\x52\xf5\x13\x1b\x41\x26\xf4\x9c\xb7\x66\x85\x7a\x8c\xc5\x40\x22\xc2\x99\x8c\xfa\xb4\x83\xcf\xf8\xf7\xb5\x98\x7e\x80\x54\x60\xaf\x25\x02\x9c\x8a\x79\x64\xa6\x42\x37\x1d\x23\xcc\xcc\x7d\x0e\xd6\x5f\x91\xec\x3c\x1f\xa8\x0b\xa8\x8b\x9b\xb6\x10\xb2\x99\xe3\x10\x91\x23\x9b\x39\xbf\x30\x0d\xe5\xb0\xda\x3e\x65\x3a\x73\x4e\xe2\xdf\xc8\x4f\x0e\x72\xa8\x65\xe4\x27\xa7\xad\xb9\x07\x64\x0d\x68\x5f\x21\x3f\x39\x9a\x35\xad\xfc\x64\x53\x4b\x59\x20\xab\xc3\x02\xde\xe5\xa5\x2c\xd4\x70\x25\x72\x56\x86\x72\xf6\x08\x28\x17\x20\x86\x0f\xcf\x62\xd6\x29\xa1\x8c\x0c\xe5\x89\x36\x8f\x30\x60\x5c\xf9\x05\xe8\x3e\x52\x88\x91\xa2\x9c\x55\x93\x28\x3f\xd4\x28\xb3\x21\x22\x2f\x34\x40\x93\x7f\x97\x6a\x80\xe0\x73\x6d\x1e\xa0\x2e\x06\xae\x11\x96\x4a\x29\x99\xf1\xd0\x19\xac\x93\x38\x19\x59\xc4\xd9\xe6\x38\xb2\x88\x67\x9f\xc2\x73\x65\xde\xb4\x94\x05\xa4\x02\xc7\x60\x4d\x19\xb9\xc0\xd9\x36\x26\x72\x81\xb3\x4d\x6d\xe4\x02\xcf\x0f\xd4\x25\xe2\x13\x76\xe3\xc1\x01\x9b\x8a\x89\xa9\x41\x94\xcb\x44\x44\x2e\xef\xec\xc0\x0f\xa8\x8b\x47\x0f\x09\x4c\x26\xf7\x08\x76\x25\xd5\x9a\xd9\xba\xf6\xac\x22\x3b\x77\xf6\x28\x54\x76\x9a\xb1\xa6\x06\xb8\x9e\x8b\xf4\x62\xe4\xe7\x86\xa1\x7c\xa5\xcc\x04\xdd\x16\xbd\x1a\x1d\x50\xcb\x27\x83\x8c\xdc\x2c\x1f\x7a\x66\x46\x6e\xb0\xea\x8b\x94\xdc\x97\x27\x12\x29\xb9\x59\xd5\x1f\x32\x52\x72\xe7\x07\xc2\x4b\xe7\x81\xa4\x9f\x64\xdc\x65\x24\xec\xce\xaf\x3d\x03\x2c\x93\x7c\x0f\xc8\xd8\x9d\x2f\x68\xe9\xa7\x26\x9d\xed\xef\x40\xca\x6e\x57\x06\x7f\x46\xca\xee\xfc\xc0\x0f\x90\xc5\x67\x52\x19\xc4\x80\x70\x88\x7c\xa8\x6c\x23\x14\x49\xba\xd9\x7e\x3d\x24\xe9\xce\x1e\x3d\x24\x50\x62\x82\x46\x88\xbf\x5a\x6e\x0d\x32\x05\xb7\xc9\x9f\x2d\x46\x90\x96\x1b\x82\xb9\x27\xd3\xf0\x2c\x56\xe0\xe4\x4b\xe6\x7d\xfb\x81\x3d\x25\xac\x40\x77\x6e\xee\x10\xba\x73\x91\x36\x81\xb4\xd7\x30\x2c\x42\x8e\x45\x38\xea\xf0\x28\xe0\xce\x02\x11\x79\xab\xc3\xa2\xf5\xa0\xd3\xc8\x3d\x1e\x44\x82\xd7\x1d\xee\xcf\xac\xaa\xbe\xf9\x39\x60\x08\xbb\x4d\x97\x99\x57\xf6\x04\x27\x93\x5e\x87\x54\xd3\xf0\xc2\xe2\xb9\x48\xd5\x1f\x54\x0e\x29\xa0\xce\xce\x07\x5a\x5a\x9c\x5b\xb7\x1f\x9d\xc9\xa5\xc9\x32\xe5\xa4\xde\xe6\x69\x9d\x24\x56\x73\xcf\x13\x89\x6a\x66\x1b\x54\x9f\xbd\xe9\x4f\x6a\x39\xd6\x41\x2e\xb0\x0d\x63\xfe\x02\x39\x1a\x91\xd7\xc2\xb4\x60\xbc\x18\x30\x30\x01\x5f\x30\x09\x2c\xc7\x50\x4e\xb3\x5b\xe8\x5c\x20\x3f\x0b\xce\x0b\xfc\xd8\x5b\xfa\x02\x17\xb1\xb0\xbf\x38\x27\xb3\x99\xa9\x4f\xa7\x6a\x86\x4c\x05\xda\xc4\x34\x15\xe8\x56\x4d\x1c\x37\x8c\x1a\x77\x48\xfd\xd9\x1a\xf8\x33\xf5\xe7\xd4\x5e\x1d\x50\xc7\x31\xde\x6f\xa4\x9d\x1b\xc4\x1b\x23\x7a\x25\x1f\x6e\x62\xe9\xcb\x0f\xd4\xdf\xd4\x3c\xe9\x87\x68\x93\x35\xf8\x3c\xf0\xec\x98\x0f\x4c\xf5\x37\xe5\xe1\x2e\xb1\x8b\xab\x3b\xe8\x38\xa4\xab\x49\x30\x04\xfe\xfa\x7e\x61\x49\xbb\x7c\x69\xb8\x96\x73\x0f\x96\xde\x5b\xe4\x41\x19\x9f\x8f\x11\x50\x58\x29\x6b\x93\x83\xad\x20\x3d\x78\xee\x91\xa4\x07\xf0\x3a\x14\xbf\x40\x18\xbb\xda\x8d\x30\x64\x3d\x80\xdb\xe1\x63\xb9\x94\x0d\x8e\x52\x1b\xe5\x65\xdb\xa8\xea\xf9\x05\x2a\xb8\xc5\x3d\xcc\xb5\x96\x90\x2a\x1b\x14\xdc\xaa\xf3\x37\x65\x9b\x1a\x6e\x91\x23\xb3\xa0\xa2\xd7\x9c\xb6\x80\x0c\x20\xe0\xcf\x16\x29\x48\x72\x4e\xaf\x49\x04\x9a\xb4\x1f\x95\xa6\xa0\xb0\x57\x56\xc2\x69\x41\x29\xaf\x30\xaa\x47\x58\xb3\xf4\x0b\xd4\xa2\xba\x80\xa6\x06\x5c\xdd\x23\x29\xdc\xbf\x53\x15\xfc\xe8\x2c\x85\x35\xbf\x5a\x34\xa2\xc2\xc5\x31\x0c\x35\x52\xcf\xba\xc7\x84\xde\x15\x7e\x12\x1e\x2a\x5b\x24\x0a\xd4\x3b\xf2\x13\x93\xe1\xc5\x29\x49\x5d\x9c\x50\x36\x9c\x92\x1c\x45\xab\x14\xb9\xee\x5a\x67\x64\x27\xd6\xe6\xef\x29\x61\x92\x26\x1c\xb1\xc5\x5f\x1d\x40\xbd\xa9\x5a\xb4\x48\x84\x78\xc0\x03\xc7\x4e\xfd\x3b\x2d\x04\x0f\x30\x55\xb0\xcd\x4b\xc4\x5c\xa7\xe4\x55\x4f\x6b\x03\x0a\x44\xea\xf3\xc1\x20\x7d\x12\x53\xd4\xe6\xc1\x3d\xf7\xb0\xd6\x44\x18\x46\x66\x74\x32\xa1\x21\x72\x55\x9b\xf7\x4b\x26\x16\x45\x48\x19\xee\x9a\xea\xf6\x02\x41\x43\x64\x68\xae\x5d\xb3\xa6\x36\xde\x44\x05\x19\x58\x33\x5a\x33\x6b\x2d\xf9\x77\xee\x9e\x64\x90\xd6\x6e\x31\x48\x34\x19\x9a\xdf\x80\xcc\x0a\x9a\x54\x01\x77\xf7\xef\x65\x11\xbf\xc6\x2c\x58\x6a\x13\x22\xfc\xb5\x0a\x0f\x97\xad\xac\xa5\x76\x0f\x94\x9b\xc6\x1b\xd5\xeb\x26\x98\xa6\x3a\x9d\xb6\x57\x8f\x0f\x81\xd6\x07\x95\x6b\x97\x84\x17\x9c\xe1\x1b\x2f\xf2\xa8\x0b\x4a\xf5\x59\x19\x89\x14\xd4\x95\xde\xc3\xe4\x07\xdc\xa3\x49\xcb\x5d\xa9\xab\x26\x77\x01\x12\x6b\x1e\x83\x3b\x2e\x69\xf9\x1a\xd7\x5f\x3d\x2c\xfd\x39\x6b\x39\x1a\x0b\xb7\xf9\x03\x9c\x2d\x8e\x9a\x28\xf4\xe9\xcd\xb8\x6e\xcc\xe5\x11\x8c\x2b\x6e\x65\x92\x6c\x5c\x7f\xb7\x51\xcd\xce\x8b\xd7\xb9\x78\x1a\x70\xa9\xcf\x59\x34\x4e\xaf\x70\x77\x9b\x0a\x46\xd6\x90\x9d\xb6\x91\x67\xdd\x49\x52\x59\x68\xe9\x90\xad\xa6\xfa\xbe\x54\x3b\x0f\x4a\x85\xc1\xab\xb5\x14\x58\xb3\x68\xc6\xc3\x8b\xf0\x40\xfd\x74\x08\x6f\x83\x7a\x50\xf7\x83\xb5\x7a\x9a\xf8\x80\x1e\xe4\xe5\x9e\x0a\x6a\xca\x66\xe1\x03\x24\xf6\xea\xe0\x20\x08\x7e\xe1\x64\x8f\x82\x7a\x69\xa8\x55\x9f\xec\xa4\x31\xf3\xe8\x7d\xd1\x98\xa6\xb1\xd3\xaf\x67\x6c\xee\x8c\x34\xb8\x7d\xc1\xae\x14\x94\x07\x5d\x5e\xc6\xdd\x01\xe7\xe9\xab\x0d\x06\x61\x1e\x7e\x40\xd0\x74\x21\xea\xa0\x0f\x42\x30\xe2\x6c\x55\xf6\x24\x96\x8a\x6a\x79\x7c\x90\x66\x2d\x58\x98\x68\xb0\x09\x0f\x27\xd7\xc6\x0c\x82\xfe\x5c\xb3\xa0\x93\x5e\x38\xb3\xc1\x93\x96\xa9\x81\x3c\x51\x48\xed\xf5\x02\xfd\x20\xaf\x2e\x88\xeb\xfc\x33\x51\x84\xe3\x4e\xf1\x05\x21\x39\x96\xa9\x03\xe7\x9d\x74\x80\xba\x6c\xf0\xe7\xd6\xe6\xf1\x10\x21\xae\x43\xcb\x70\xd1\x1e\x32\x3f\xb9\x38\x85\x21\x90\xaf\x82\xa2\x04\xee\x01\x3c\xcd\x3b\xfb\x42\x28\xf2\xf5\x3e\x4b\xee\x6d\x7e\x01\xa7\x56\xbd\x93\xe9\xc1\xf5\xce\xbf\x68\xee\x78\x93\xdc\x24\x05\x0b\xb4\xa5\x72\x9a\xfe\x6e\xd0\x82\xc7\xbc\x33\x5f\xd0\xb4\x6e\xec\x65\xe3\x85\x09\x0b\xc9\x9b\xfd\xc6\xd1\x53\x2b\x5f\x37\x63\xeb\x16\xb2\x37\x7d\x39\xd9\x63\xc0\x91\x61\xcc\xdd\x98\xc6\x0b\x48\x6e\xed\xac\x07\x70\xea\x16\x15\x63\x2d\xdb\x43\xbf\x9a\x19\x2f\x8b\x6f\x34\x93\xcb\xc3\x6d\x64\xe4\x3e\xdc\xfd\x1a\xf4\xe1\xbc\x44\x91\x0f\x79\x94\x09\xec\x81\xae\x30\x3c\x04\x59\x94\xe7\x05\xd7\x6e\xf5\xea\x3c\x6b\x6f\x7f\xba\x64\x8d\xcf\xfa\x31\xab\x0a\xf3\xb5\xaa\x6e\xfe\x29\xbc\x5f\x48\x67\x1d\x0a\x6f\x13\xaa\xba\xfe\xa1\xf0\x36\xa1\x21\x05\xbf\xf0\x36\xa1\x2c\xe7\x5c\x09\x74\xdd\x0e\xbf\x40\xf5\x41\x8c\x34\x2c\x3d\x54\x6c\x11\xd7\xfc\x44\xeb\x17\x01\x6a\xa6\xca\x60\x96\x80\x08\xbd\xb2\x16\x0a\xea\x86\x66\x15\xaa\x2a\x61\x65\x57\x78\xc8\x40\x3b\x2a\xa9\x4d\xf6\x60\x3c\x40\xed\x8c\x1f\x7f\x4d\x09\x4b\xed\x14\x9b\xc4\x9d\x3e\xf3\x81\xe6\x0d\xad\x52\xb9\x5f\x05\xb5\x4a\xb3\xca\x41\x95\x10\xb9\xd7\x44\x74\xb8\x5c\x27\xa9\x9a\x6a\xe1\xdd\x39\xc1\x0a\x06\xae\xca\x99\x0f\x84\xb8\x14\x51\xfa\x4c\x3d\x24\x72\x20\x69\x39\xb8\x2b\x67\x7e\xa1\x3e\xd3\xca\x41\xf7\x1b\x0d\x50\xf9\x05\x52\xbe\xd4\x43\xdc\x8c\x33\xbb\x10\xaa\x12\x31\x61\x20\x0e\xb4\x85\x08\x84\xe5\x95\x3e\x55\x78\xa5\x8d\xca\x80\x94\x40\x47\xab\xb5\x05\xde\x6a\xa3\x4a\xb5\x85\x97\xda\xe8\xc6\x82\xc2\x3b\x6d\x92\x67\x9d\x51\x56\xc1\x8b\x8d\x30\x7d\xd5\xf6\x47\xc2\x60\x6c\x5e\xfc\x4c\x0b\x42\x68\xcc\xf0\xc8\x0c\xb7\x59\xcc\xd9\x00\xb2\x2e\x8c\xfb\x87\xff\xc4\xb4\x92\x59\x29\x29\x1b\xc0\xb5\x50\xea\x01\x8e\xdb\x68\xda\x28\x11\x3d\x0a\xa2\xc2\xa5\x97\xf6\x81\x3b\x6c\xb2\x6a\x76\x15\x96\x89\xad\x4a\x3a\x2a\xb8\xb1\x66\x3e\xf0\x1b\x74\x6f\x74\xf7\xb9\xa3\xfa\x8c\xdb\x27\xcb\x15\xa8\xbd\x18\x92\xc6\xac\x8c\x32\x99\x7a\x2a\xa1\x14\x5e\x2a\xb9\xcd\x4f\x62\x44\x05\x17\xcd\xb8\xd8\x4e\xe1\x3d\x33\xc1\xfa\x13\xee\x99\x09\x38\x5c\xfb\x79\x80\x65\x12\x47\xc5\x3d\x32\x2e\xcf\x53\x78\x8f\xcc\x10\x7b\xc4\x35\x32\x79\xf3\x8e\xac\x28\xcf\x63\xce\xd4\x28\xcb\xf4\x3e\x53\xc6\x93\xe9\xa0\xd1\x04\x97\xf6\x1c\x96\x93\x56\x10\xe1\x46\x18\x5d\x73\x51\x02\xf3\xb2\x65\x84\xe0\x3e\x98\x24\x7f\x50\xe1\x85\x30\x6f\xb6\xd3\x98\x9a\x69\xd2\x6a\x4c\xa6\x13\xcc\x8d\x1e\x4c\xa9\x29\x01\x6a\xa8\x8e\xed\x96\xd0\xe3\xbb\x26\x51\x09\x7d\x4d\x42\x43\x2c\xa7\xad\x99\x42\x07\xe2\x8b\x7b\xe0\xa5\x00\xfe\x00\x55\x91\xa2\x47\x84\x08\x90\x3d\x10\x50\x97\xad\x25\x73\xb6\x0e\xf2\x8f\xee\x00\x8a\xd1\xeb\xf7\x35\x07\x43\x80\xba\x48\x51\xed\x81\xba\x11\xb2\x0e\x02\x9c\xb0\xca\x0e\x2c\x28\x69\x9c\x74\x0c\xbf\xa0\xa6\x71\x56\x2a\x60\x09\x83\x69\x2c\xee\x8f\xa7\x51\xcc\x71\xe0\x63\x7d\x31\x6f\x1e\x20\x75\x87\x70\x90\x16\x73\x24\x38\x48\xb3\x5c\x4e\x25\x20\x3b\x21\x26\xb7\x17\x96\xdd\x43\xfe\xfe\x6a\xdd\xb4\x85\xca\x05\x36\x57\xc3\x5e\x01\xb2\x96\x09\x95\x0a\x74\xa4\xa4\x84\xa9\xde\x26\x2b\x20\x01\x87\x2e\x5a\x32\x53\x44\x7a\x82\x12\xb4\x4a\x80\x3a\xab\x2c\xba\x82\x0c\xe6\x68\x8b\x3b\x1c\x10\x68\x26\x4d\xb8\x60\xbb\x67\x30\xd5\xdb\xbc\x99\x81\x1c\x8b\x8d\xbb\xc3\x9d\x0f\x34\x85\x83\xaa\x66\xf1\x10\x28\x7f\x25\x0d\x39\x1c\xf0\x92\x18\xcb\x07\xb9\x9c\x3c\x1d\xb8\x8d\x68\x3e\x50\x97\x27\xbd\x97\xe6\x73\xac\xcc\x66\x31\x7d\x62\x16\x16\x89\x70\xda\x66\x2f\xec\xb9\xa0\xf6\x07\x20\x5e\xe9\x69\xe1\x64\x28\xc7\x9b\xfc\x3c\x20\x0b\x34\xef\xa9\x40\xa7\xe1\x59\xb2\x22\x40\xf5\xef\x34\x98\x2d\x7c\x98\x23\xf9\xe2\xdd\xd7\x9a\x95\x60\x60\x8e\x83\xf5\x7c\xdc\x71\xe4\x40\x72\xe1\x8d\x46\xe3\xc5\xea\xe0\x74\x8d\xe6\x6c\x17\xca\xcd\x1a\x71\x17\xb3\x67\x04\x24\xcf\x4e\xbd\x38\xd5\x45\x28\xcd\x26\xee\xed\x5d\x7a\xac\x84\xa9\x13\xa7\xe6\x2d\x75\x53\x75\xf4\x16\xb8\x17\xd0\x9a\xd6\x0d\x54\x9b\xd1\x40\xe3\x1d\x96\xca\x37\x31\xed\x0e\x50\x3c\xcd\xe2\xe4\x46\xcc\xdf\x42\x1a\xfa\x6f\xb4\x46\x76\x53\xfd\x91\x3d\x15\x1e\x82\xac\x0f\xa0\xee\xea\xee\x81\x12\x9e\x85\x67\xd1\xdb\xb3\x36\xa1\x1f\x30\x7a\x59\x7e\x26\x80\x9e\xf2\xae\xc6\x56\xc2\xc3\xf3\x2f\x9a\xd0\x43\x2f\x86\x35\x1f\x38\x81\xa3\x89\xf3\x41\x76\x9c\x31\xf2\x30\x3e\x20\x1c\x3f\xf0\x9e\x7a\x95\xe1\x02\x56\xf2\x4d\x41\x25\x73\x97\x7f\x2b\xa8\x5d\x1e\x8b\xde\x8f\x1b\x64\xbc\x98\x10\x8b\x99\x0f\xf3\x51\x14\x33\x4f\xca\x17\x2a\x38\x70\x10\x95\x03\x55\x22\x6f\xe1\x14\xad\xb3\x78\xb9\x32\x65\x0b\x6a\x97\x67\xe5\xce\x94\xc8\xfa\x75\x5a\x11\xd4\x2e\x0f\xaa\x0f\x53\x22\xf3\x5c\x95\xdd\x53\x58\xbd\x3c\xeb\xb2\xc6\x12\xa9\x56\xcb\xfb\x10\x71\xda\x5b\x19\x0f\x25\x32\x7f\x41\xd9\x35\x25\x22\xf3\x55\xc7\x43\x4b\x0c\xd4\x52\x86\x5f\xb8\x40\x86\x82\x39\x92\x0a\x24\xf5\x63\x64\x2e\x81\x5f\x40\x4d\xb1\xe0\xdf\x2b\xb1\x96\xf5\x00\x0a\x6c\x71\x7b\xed\xc6\xa2\x07\x03\x09\x85\x02\x1a\xfe\x52\x85\x8b\x4b\x5c\x19\x12\xc6\x73\x24\xde\xd4\x4e\x58\x58\x83\x88\x3a\x70\xd1\x58\x4a\x6b\x21\x05\x73\x62\x3e\xb0\x5f\x00\xe9\x49\x44\xa3\x4e\x45\xd0\xbd\x2c\x05\x75\x2a\x72\x7c\xfd\xce\x6c\x07\xf7\x47\x05\xd5\x6d\xba\x2a\x45\xca\x91\xa9\x0a\x62\xf6\x28\x24\x91\xbd\x79\xe3\xf2\x9e\x4a\x2f\x89\x19\x61\xa4\xe8\xf6\xaa\xd6\x2a\x10\xe8\x1e\xcd\x7e\x61\xae\x5b\x33\x12\x33\x64\xbe\x8c\xf4\x48\x05\x56\xca\x1a\x2f\x43\x6b\x4a\xf8\x29\xb8\x0c\x2d\x55\x2f\xdb\x47\xa1\x15\x12\x96\x42\x3b\xfc\x06\x25\x96\x69\xa7\xf0\x1a\x38\xc1\xc0\xc3\x8f\x66\xc4\x11\x57\x5e\xd8\x29\x88\xcb\xd0\x72\xf4\x8e\x2c\x94\x60\xe2\x09\xbc\x0b\x6d\xbc\x96\xb6\x2e\x4d\x41\xf3\xe2\xd1\x22\x79\xcb\x70\xc4\x27\x3a\x5c\x81\xab\xd1\x52\xf2\x10\xcb\x79\x6a\xd4\x23\x19\x21\xbe\x3a\x00\xf5\x55\x83\xb0\x26\xe1\x07\xb4\xc0\xbd\x56\x95\x69\x47\x7a\x01\x75\xc9\x8a\x67\xdd\xa0\x5e\x79\xd6\x8d\x77\x86\xba\x0d\x72\x95\x99\x89\x3b\xcd\x72\x34\xf5\xa1\x2c\x99\xb5\xdc\x48\xad\x57\x19\x17\x05\xd7\x91\x65\x45\xdb\x4a\x6c\x58\x7b\x7f\xd0\xe9\x18\xf3\x52\xf6\xc5\x58\x34\x24\xeb\x07\x4b\x20\xf2\xee\xb1\xa6\xf4\x9d\x12\xfb\x22\x50\x3f\xe0\xf1\x23\x77\xd9\x01\x83\x90\xd0\xb1\xa9\xbd\x07\xfb\x22\x16\x7f\xb0\xf6\x88\xdf\xe0\x2c\x44\x4d\xd4\x4a\xa5\x6a\xa0\x74\x4a\xb6\xb7\x9f\x67\xb7\x72\xaa\x3f\x49\xcd\x2e\x28\xac\x92\x1d\x73\x8a\x4b\x67\x95\xb8\x43\x5d\x94\x18\x6c\x2b\xa0\x2e\x8a\xab\x83\x16\x94\x45\xe9\xc9\x9b\x7e\x30\x2a\xaf\x19\x43\xa9\xb5\xbf\x01\x35\x4f\xb2\x4e\xe6\x97\xc8\x03\xa0\x2a\x7f\x56\x70\x63\xc1\x1c\xd1\x0f\xea\xf7\x57\xd7\xe5\xbe\x25\xee\x8d\x2f\x68\xca\x3b\x0a\x70\x4a\xe9\x44\xd5\x94\x64\x8f\x68\xe4\xb5\x4a\xd2\x10\x59\x05\xa5\x18\x65\xb8\x65\x29\xd8\x35\x10\x0f\x9c\x11\x30\x13\x80\x93\xf6\xc5\xc8\xa8\xd5\x4a\xcd\x89\x07\x2d\x75\xad\xc9\x01\x53\xc4\x22\x94\x3e\x5a\xfb\x12\xe2\xb1\xce\xe9\x7f\xda\xe7\x86\x29\xba\x8d\x45\xb6\x88\x45\x05\xab\x66\xd2\x3e\xb9\x9d\x2d\x6e\x4e\xc4\x19\xa4\xc8\x47\xa6\x15\xd8\x74\xc7\x25\x6b\xce\x02\x2e\xbc\x63\x2d\x2b\x7d\xae\xe0\x8e\xb5\xa4\xc3\xd3\x85\x97\xac\xb5\xf4\x7a\xc0\xec\x23\x53\x26\xb2\x72\xad\x1e\x46\x78\x6d\x83\x1d\x10\x91\x69\xb8\x9b\x07\xbd\x58\xa9\xd4\x6c\x08\x77\xb6\x04\xeb\x16\xcc\xd3\xb5\x43\x21\xc2\x6d\xfb\x42\xdc\x45\x2f\x9d\x45\x39\x32\x75\xa3\xa5\x26\x2f\x73\xf3\xbc\xaf\x81\xea\x89\xfe\xfd\x00\xa6\x3d\xc0\xc9\x11\x85\xea\x0b\x92\x3e\x7b\x12\x60\xc6\x96\xb2\x17\xa2\x69\x26\x26\xaa\xb8\x96\x69\xeb\xac\x92\x21\x84\xdb\xb7\x9a\xfd\xc3\xeb\x6b\xdf\x79\xbc\xb9\x01\x34\x00\x55\xe0\x68\x46\x79\xc3\x68\xeb\xee\xa0\xb1\xb2\xb4\xda\x9d\x1f\x68\x8e\x37\x93\x2f\xbd\x27\x6f\x6e\x62\xd3\xcf\xbd\x66\x2d\x20\x1e\x7a\x2a\x2d\x10\xe8\xe5\xb5\x2b\x32\x32\x79\xc1\x8c\xea\x61\x55\x60\x41\xf1\xac\xa5\x13\x98\x54\x6c\x2d\xa3\x9e\x45\x92\x82\xea\x21\xc3\x36\x2b\xa0\xe6\xea\x89\xe1\x4a\x84\xda\x3c\x0f\x7a\x79\x2d\x94\x1e\x1c\xe3\xd0\x90\xac\x56\xa4\xf2\xd8\x25\xe1\xd0\x97\x0e\x9b\x17\x9c\x49\x4d\x51\xee\x2b\x54\x33\x9a\x93\x0c\x7a\x00\xad\x2d\xfb\x05\xa0\x5e\x82\x17\xc5\x8b\xa6\xc5\xe3\x0f\xc0\xdf\x85\x15\x14\x22\x8a\x21\x8a\x7f\x26\x16\x67\x1e\x06\xe1\x41\xf1\x64\xfd\xce\x62\xcc\x9a\x62\x0a\x0b\xef\x51\x0f\x12\x7b\xd4\x90\xf0\x11\xbf\x40\x80\x32\xeb\x98\x00\x4a\x17\x25\xdd\xec\x50\x12\x75\x59\x7b\x52\x12\x7d\xc4\xc5\x2f\xa0\x1e\xf3\x6b\xc4\x83\x1f\x08\x8d\xc8\x4c\xa8\xfd\x05\x34\xb4\x2a\xe3\x11\x07\xc1\x82\x5d\x25\x09\x27\xc1\xc6\x64\xd1\x3f\x10\x42\x09\x05\x9b\x2d\x66\x53\xa4\x47\xac\xa9\x9d\x00\xa0\xe0\x99\xba\x76\xd7\x4d\xcf\x05\x95\x93\xe6\xf0\x7e\x80\xfa\xab\xda\xa3\xac\x84\x34\xcc\xe0\x71\xc5\xa0\x4f\x50\x95\xc4\xd4\x01\x5d\x11\x57\x50\x2a\xc9\x27\x8c\x0a\x4b\x25\x8d\xf8\x7a\x40\x98\x84\xc4\x44\xc5\x51\xae\x15\x94\x46\xf2\x61\x99\x82\xe2\x47\x29\xcb\x5e\x67\xf1\x23\x5d\xf9\x54\x50\xfb\xe8\xa5\xea\xa2\xf6\xd1\x04\x49\x58\x49\x6b\x12\x1e\x92\xa6\x6b\xf5\x83\xb9\x1d\x5e\xeb\x96\x37\x80\xa0\x21\x73\x78\x17\xea\x2e\xa8\x95\x14\x9a\x53\x50\x70\x22\x3b\x36\x93\x56\x06\xa9\x05\xff\xce\xca\xdf\x9a\x23\xd4\x71\x5d\xad\x59\x58\x5c\x69\x98\x14\x33\x2b\x7f\x6b\x0a\x28\x8c\x9c\x5f\xfd\x31\x18\x51\x0d\x21\x9d\x3b\xda\xe1\xa8\xbe\xe4\xfc\xfb\x82\x6a\x4b\xc9\xc1\x09\x54\x5b\x8a\x2a\x86\x5b\x12\x33\x89\xa5\x8c\xb3\xd6\x52\xf5\xfe\x44\x29\x63\xeb\x84\x09\xda\xfb\x90\xe1\x97\x98\xc9\xa0\x43\x95\x25\xc1\x3d\xad\xec\xbb\x92\x0a\x37\x47\xf2\x83\xf3\x5d\xed\xbc\x24\x28\xef\xd6\x8b\x13\x32\x1b\x9a\x77\xd7\x52\xd5\xa5\x86\x26\xa8\xea\xb5\x1b\xeb\x48\x6c\x18\x8e\x4c\xa4\x55\x9d\x41\x30\x55\x32\x4e\x03\x59\x7f\x57\x61\xbd\xa4\x4a\x34\x7a\x9a\x75\xd1\x8e\xa0\xac\x84\xd2\x43\xa0\x66\xa2\x29\xa1\xad\x6b\x20\xd5\x5e\x77\xdb\xab\x1d\xb1\x05\x35\x62\x63\xde\xa3\xb0\x02\x9f\x75\x35\x65\xc0\x65\x3d\xbc\xbf\x1a\x8e\x9a\x9a\x4d\x36\x96\xd4\x14\xd6\x78\x5a\xee\x0d\x00\xd5\x11\xe3\x1d\x79\xc6\x4a\x11\x2f\xa8\x81\x15\x92\x6e\x41\x2f\xa9\xad\x2a\xe2\x1e\x03\xb5\x28\xe5\xdc\x4c\xf0\x59\x27\x33\xd6\x4e\x4e\x6b\x62\xea\xa8\x13\x2d\x7b\x38\xf1\x6e\x10\x4b\x62\xde\xf9\x19\xec\x7b\x4c\xa8\x5b\x98\xbd\x72\x3c\xf1\x66\x95\x08\x85\xb5\xb2\x95\x5d\x14\xd2\x4a\xc3\xf4\x3a\x38\x6f\x6f\x19\x54\x08\x19\xde\x21\x48\xbb\xad\xdd\xf4\x04\x7d\xbb\x5b\xc0\xec\xd8\xf4\x66\x02\x28\xa4\x13\xec\xbc\x4c\x4b\xe1\x36\xae\x77\xec\x72\x73\xcf\x9d\x30\x0a\xa6\x1d\x87\x1c\xcc\x8e\xa1\x6e\x6f\x36\x49\x78\xf5\xd6\xb0\x0e\x95\x78\x8d\x47\x7a\xbd\x81\x1a\x9d\xdd\x30\x80\xfc\xa4\x07\x26\xa6\xf2\x5a\xe7\x41\x7d\xaf\xec\xe8\x2c\xeb\x79\x39\x1a\x9f\x58\x5e\xc1\x62\xf3\x58\x93\x52\x8f\xcc\xa3\xf8\xd9\x09\xd5\x92\x8e\xfa\xbe\x82\xa0\xa4\x63\xed\x30\x3f\xa0\x10\xb5\x8c\x3a\xd6\x9c\x85\xb5\x83\xca\x8a\x5f\xa0\xce\xef\x2d\x80\xd2\x2e\xcd\xf9\x28\x89\x37\x86\x58\x2b\x4b\x74\x4c\x37\xb7\x21\x63\x2c\x52\xce\xfe\xbe\x18\xa1\xa4\x93\x0b\x21\x3b\x23\xd1\xcd\x2c\xbf\x17\x8a\x96\xa5\x2e\x6b\x13\x45\xcb\x62\x33\x5b\x80\x97\x39\x9b\x3a\x71\x1b\xac\xe3\xd7\x69\x69\xf4\x8a\x78\xa3\xaa\x59\x74\xba\x28\xef\x82\x6d\xce\x16\x48\x38\x48\xf7\xa2\x1d\xe4\xfd\x3a\x51\x28\x5d\x34\xd5\x04\xe1\xc5\x94\x2c\xa3\xed\x42\xad\x78\x8b\xc9\xa9\x8e\x77\xfb\xd5\xd2\xc5\x2d\x97\xdd\xe3\xc3\xba\x61\x9a\x04\x8e\xce\x0d\xeb\x99\x09\x1a\xb9\xfd\x89\x09\x0a\x79\x33\x71\xde\xe9\x7d\xbf\x44\x49\xf7\xaa\xef\xa5\x36\xeb\x6c\xf9\x77\xfa\x4a\x9a\x5f\xa0\x41\x6a\xb5\xf1\x86\xec\x37\x31\xde\x38\x11\xfe\x02\x71\x47\x5b\xeb\x80\xa3\x77\xd5\xd4\x0c\xf5\x3c\x1b\xed\x70\x5a\xbf\xb0\x88\xa4\x8d\xd7\x0e\x46\xd2\x86\x43\xf8\xa8\x9b\x12\x55\x1e\xb3\xa4\xa9\xcc\x47\xfb\x0c\x12\x7c\xd8\x2f\xb5\x17\x2e\xec\x97\xfa\xb6\x6a\xa0\x99\x10\x1e\x9e\x00\x6b\x7e\x03\x38\x78\x8d\x00\xc5\xd8\x4c\xe6\xe9\x18\xc1\x6d\xe8\x98\xda\x4f\xb8\x22\xf8\x95\x9b\x95\x79\x6e\xce\x5e\xe6\xcc\x7c\x0d\x4d\x31\x23\x5d\xc3\x28\x41\x25\x98\xa8\x02\x9e\x25\xa3\x68\xa8\x8a\x8e\x94\x8c\x4b\x54\x74\xa4\xb4\xe4\x6d\x5d\xbf\xa5\x36\x0e\x37\x6f\x06\x00\xc1\x72\x4d\x28\x23\xc7\x58\x87\xa9\x4b\xc6\x21\xba\x61\x80\x71\x88\xce\xf9\x8a\x99\x7a\xbb\xb6\x56\x0e\xac\x41\x2d\xa1\x9d\x03\x6d\x8d\xe8\x37\x68\x94\xc9\xef\x9d\x91\x9a\x61\xfb\x3a\x07\xac\xba\x56\x35\x07\xc6\xef\xa5\x8b\xe4\xc0\xc2\x6b\xc2\x51\xc4\x9d\x4d\xd2\x6a\x73\x24\xeb\x17\x3f\xc8\x71\xad\xab\x66\x89\x82\x0c\x36\x76\xf3\x4a\xe2\x6d\xee\x92\xfe\x20\x6d\xb7\x8c\x2c\xde\x77\x9b\x7c\x30\xba\x0b\x54\xfa\xab\x1e\x13\xb4\x9a\xdd\x23\x79\x8a\xb6\x63\xe6\x39\x3d\xdb\x27\x19\xd9\x20\xc9\xaa\x71\xc6\x31\xbc\x17\xd4\xeb\x02\x12\xf7\x30\x20\xa0\xb4\x36\x53\x95\x4e\x8e\x60\x64\x64\x76\x38\x6f\x27\x27\x22\xd6\xfd\x63\xad\xb3\xfb\xc3\x76\xb2\xd3\x20\x53\x91\x36\x9a\x58\xa1\x41\xc2\x20\xe7\x55\xaa\x50\x10\x64\x1a\xc3\x3f\x0b\x01\x65\x24\x86\x54\xd3\x7e\x26\x3f\xf1\xc2\x4e\xbd\x3a\xa9\xbc\x41\xc9\xcc\x0c\x79\x8d\xcf\x7a\xe3\xee\xe0\x24\x4a\xdd\x01\xcf\x01\xbc\x7a\xe0\xaa\x18\xe0\xb5\x2a\x7a\x01\x8a\xf6\x6b\x95\xe0\x18\xf7\x99\xeb\x92\x0b\x19\xb1\x84\x4b\x2e\xb0\xa9\xfc\x45\xa5\x75\x61\xa8\x96\x0f\x5a\xce\xfa\xbc\x9c\xce\xd2\x2a\x73\x5d\x13\x17\x58\xc8\xb5\x78\xad\x7c\xa5\x7a\x6e\xd2\xa8\x70\x19\x98\xaf\xd4\xa5\x79\xf8\x01\xfd\xd4\xde\x65\x38\x12\x97\x3c\x51\xb8\xa1\x75\x7d\x74\xc9\xa8\xdb\x60\x6e\x9f\x1b\xa3\x79\xcd\x0f\xa0\x2e\xbd\x3a\x04\x75\x1a\x24\xaa\xb6\x5e\x3c\x2a\xaa\x9e\x75\x5b\xe7\x77\xd5\x26\xe7\x11\x12\x50\x07\xa2\x76\x6f\xe3\x4e\x88\x05\x00\x53\x7e\x1d\x1f\xc8\x4b\x71\x35\x63\x98\x8a\x2b\x5c\xc0\x9f\x36\x95\x21\xe9\xc6\xb9\x13\x66\xf7\xc0\xb2\x05\x9b\x5f\x58\x88\x16\x9a\x70\x42\x2e\x4b\x2f\xcd\x28\x16\xe1\xac\xe2\x8c\xec\x0b\x67\x78\xe7\x55\x2c\x42\x2a\x5f\x46\xb1\x88\x64\x5e\xd4\x49\x2e\xfa\x1d\xb7\xe6\xd9\x1f\x89\x8a\x5a\x13\x02\xe1\x05\x8e\x6e\x07\xf9\x32\x53\x88\x5f\x3d\xae\x14\x62\xef\x7b\xb8\xa6\xad\xde\x64\x9e\x48\x73\x48\x21\xef\x54\xc9\x4c\xb3\x2b\xe3\x42\x9e\xdd\x8c\x8c\x0b\x1b\x15\x79\x07\x66\x25\x07\x33\x75\x67\x03\xb9\x4a\x92\x9a\x9c\xf6\xc6\xad\x28\x44\xee\xd0\x0d\x2c\x58\x50\xf2\x3b\x07\x83\xb0\x18\xaa\xbb\x04\xfd\x18\xb3\x48\x41\xde\x9c\xbf\x9d\xf7\x85\x6a\x77\xc1\x42\xa9\x26\xc1\xa9\x5e\x67\xbb\x97\xf3\xb1\x58\xae\x10\x71\x40\xfc\x5a\x9a\xf1\x86\x3c\x4b\xcb\xa5\x0f\x7b\xd7\x1c\x98\x85\xc9\x63\x95\xa1\x90\x33\x38\x1f\xb4\xd7\xbc\x5c\xd0\x8f\x87\x73\x4f\x50\x45\xf6\xcd\x92\x0e\xd6\xf1\x17\x41\x1c\x20\x18\x33\xe1\x83\x89\x60\x52\x3e\x33\x14\xea\xe0\x0e\xa7\x3e\x9d\x74\xfb\x63\xc9\xc8\x73\xb6\x9a\x96\x59\xb7\xe2\xb5\x13\x4f\x6e\x13\x77\xb0\x08\xc8\x3d\x60\x2b\x7b\x5f\x9d\x5c\x3b\x81\x08\x05\x3c\x78\xa7\x9e\x14\xe9\xaf\x1e\xd7\xd2\x08\x0b\xbc\xd9\xc1\x86\x76\xbe\xd8\xa5\x5e\xb8\xe9\x89\xf2\x18\xd4\x5e\x4d\xc4\x37\x66\x65\x18\xa7\xae\xd9\x9a\xf5\x8c\x1b\x0e\x6f\x2b\x4e\x37\xe9\x29\xfd\xc8\x10\xca\x37\xd9\xa5\xb9\x19\x55\x4f\xaf\x2b\x55\x4f\xd3\xda\xcd\xbb\x99\xcc\x6b\x58\xf4\xe1\xb5\x91\x1f\x9c\xb5\x32\x81\xaf\x7c\x09\x33\x9f\xe5\x18\xf6\x96\xa0\xb2\xe8\x85\x7e\x28\xce\x92\xbb\x24\x50\x6e\x53\x16\x79\x8f\xe0\x58\x9b\x6e\xf8\x28\x05\xda\xa3\xd3\x90\x0a\x73\x18\xec\xe6\x29\xbc\x90\x5d\x58\x2d\x70\xf4\xaa\x70\x6e\x61\x6d\xbe\x61\xb7\x4f\x81\xbe\xd9\xbc\x03\xca\x46\x6f\x5c\xf7\x18\x60\x70\x62\x80\x85\x1a\xa3\x88\xa9\x20\x49\xc1\xdc\xaa\x84\x05\x53\xd1\x03\x94\xce\x17\xe7\x28\x91\xac\x24\xf9\xc1\x5a\xda\xa6\x07\x94\x7e\x8a\xe8\x17\x2a\x5f\x72\xd2\x17\xd4\x4c\xd0\x4d\x64\xa5\x20\x33\x37\x4b\x9b\x2b\x89\x6a\xb8\x36\x5d\xa1\x9b\x73\xf8\x05\x1a\x02\x0a\x77\x14\x1c\xa9\x1a\x2f\xd4\xd2\xef\x29\x8f\x5b\x41\x92\x80\x77\x40\x49\x74\xa0\x35\xbf\xb0\x48\xce\x6f\xd0\x72\x6e\x7e\x30\x97\x57\xa5\xb3\x4b\xa1\x3a\x66\x4c\xe7\x45\x72\x7e\x80\x53\x38\x72\xdb\x17\xfa\x31\xe5\x5b\x2d\x28\x89\xa0\xfb\x58\x4a\x61\xc1\x2c\x6f\xec\x92\x29\xfe\x9a\x7b\xa4\x9d\x6a\x4c\x22\xd9\xf6\x85\x87\xbc\x80\x16\xea\x33\x4b\x4c\x69\xb9\xcb\x46\x11\xab\x41\x0b\x99\xb0\x4c\x8a\x82\x73\x58\x5d\x0c\xb0\x30\xb3\xc0\x5e\x93\x52\x38\x66\x54\x1b\xdb\x40\xae\x1f\x5c\x4f\xde\xaa\x89\x7a\xd5\x20\xf0\x07\x35\x30\x7c\xa1\x2f\x2a\x96\xd7\xf4\xc2\x9a\x04\x16\x36\xa5\x72\x79\xa5\x2b\x17\x68\x33\x4e\x7d\x2b\xb8\xac\xcb\xf6\x79\x69\xcc\x18\x6c\x7e\x01\xb7\x35\x4a\xb3\x28\x3c\xff\xef\xd8\x66\x81\x7a\xe3\xf0\x6e\xe9\x81\x88\xd2\xf2\xaf\xb0\xbc\x89\x72\xea\x3b\xd9\x6e\xe4\x82\x0b\xbb\x9a\x11\xd9\x11\x30\x0e\x7e\xbf\xe1\x7d\x4d\xaa\x33\xf6\x29\xaf\x1b\xee\x61\x0f\xc3\xb3\x46\x65\x2c\x07\x09\x71\x0f\x7b\xda\x36\x83\xcc\xbd\x6e\x02\xeb\xf4\x5f\xc9\x42\x28\xac\x00\x6e\xe9\x56\x58\x0b\xcb\x0e\xa4\xc2\x23\xfc\x0e\x9f\x96\xe5\x2b\x94\x19\x52\x58\xfd\xca\xb1\xcd\x82\x33\xfb\x76\xba\x16\x54\xbf\x72\xe8\xbd\xc0\x57\xe8\x04\xd4\x82\x13\x50\xc5\x44\x0c\xdf\x61\x36\x1e\x07\x97\x46\x88\x1e\x54\x13\xf4\xfd\xbe\x40\xd4\x80\xfb\x02\x51\x30\x43\xbb\xe9\xde\x78\x50\x6e\xac\xcc\x94\xa9\xdc\x64\x6b\x60\xb8\x52\x3e\xb6\xf6\xa3\xb0\x10\xaf\x9b\x77\x16\x66\xc1\xb5\x58\xce\x8f\x2f\xfb\x72\x85\x7a\x74\xce\x47\xed\x83\x67\xc0\x05\xed\xb1\xd6\x40\x08\xe0\x85\xf4\xc5\x2f\x50\x98\x99\x27\x9f\x54\x42\xcd\xbd\x78\x56\xca\xf9\x83\x05\x3a\x44\x0e\x7e\xa1\xa0\xad\x21\xce\xb5\x81\xfc\x02\x88\xd1\xb4\x76\x52\x90\x74\x3f\x20\x83\x34\x7b\x3b\xc9\x20\xbd\x63\xa0\x44\x54\x9f\x34\x28\x2b\xae\x6e\x5a\xba\xd6\x96\x51\x1f\xd7\x82\xdb\x0f\x00\xb7\xbc\x11\x28\x8c\x9f\x5f\x12\xf3\xa2\xba\x96\x3d\x06\x36\x7a\x70\x07\xdc\xe8\xa6\xce\xe5\x99\x33\x8b\xc4\x91\xfc\x2c\x7d\xac\xdc\x04\xca\xc8\x44\xc9\x2a\x87\x3a\x71\x85\x7e\x76\x92\x5d\xb9\x17\x6a\xfc\x80\x8a\x80\xc5\xf2\x4d\x75\xca\xa2\x61\x85\xad\x65\x14\x94\x87\xf8\xb7\xc8\x43\x05\xa9\x1c\xfd\x02\x25\xbb\x89\x00\x67\x8f\x54\xd7\xba\x14\x28\x1b\xba\xb9\xa0\x14\xe4\x4f\x66\x33\xf6\x87\x0c\x4d\x5c\xb6\x2e\xe5\x42\xea\x37\x6e\xea\x8f\x43\xda\x76\xdd\x28\x6e\x5e\x5f\x2c\x86\x54\xf5\x00\x39\x9d\x42\x7e\xe5\x99\x79\xd5\x70\x2e\x95\x35\x9f\x6c\xaf\xb3\xc8\x6e\xb3\x8c\xc3\x2d\x05\xd9\x29\x26\x15\x47\x89\xac\xd2\xd7\xc0\xd8\x9d\x80\xc2\x01\x76\xeb\x12\x95\x51\x62\xc7\xbe\x2b\xae\xe9\x55\xa5\xe5\x52\x51\xd8\xb5\x78\x75\xea\xf2\x15\x49\x26\xd6\xc8\xfb\xbe\x05\x74\x5c\xcb\xe7\x2f\x40\x21\x1e\x33\xad\x49\xe8\x0b\xe8\x27\xce\x4f\xaf\x38\x38\xd4\x3d\x29\x96\x74\x72\xfc\xbd\xe2\x6e\x5b\xa7\x02\x55\xe6\x38\xda\x61\x50\xe1\x4b\xca\xaf\x1e\xe9\xf1\x12\x13\xad\xd0\x5f\x54\x3f\xba\xd4\xc4\x88\x4c\x75\x97\x2c\x84\x12\xdc\x25\x23\xb5\xc3\xd3\xe0\xd6\x78\x41\xc5\x2b\xe2\xc5\xba\x6a\x5e\x13\xd5\x27\x99\x8c\x46\xb2\xbc\xe6\x39\x53\x5d\x29\x57\x2a\x54\x96\xe0\xb0\x7f\x5d\x3a\xcb\xeb\x8b\xc1\x41\xfc\xc6\xc1\x07\xee\xe3\x9c\xa6\x82\xb1\x97\x49\x44\xd5\x2f\x90\xb4\xdd\xe5\x82\x5b\x44\x83\xa3\xe3\x59\x26\x57\x9d\x2a\x4b\xf3\x11\xa5\x5a\x28\x20\x5e\x0f\x78\xa1\xbb\x30\x51\x68\x9a\x1a\xdd\x3c\xcd\xf3\x42\x4d\xe5\x0a\xea\x0b\x3a\x89\xac\x71\x54\x94\xa6\x57\x81\xc3\x52\xeb\x9a\xb7\x08\x15\xa9\x8a\x8e\xfe\xd7\x0a\xc2\x4d\xfe\x1d\x9c\x4c\x1a\x6b\xe5\xbd\x06\x13\x71\x3f\x90\x4a\xb5\x2e\x9c\x08\x40\x5c\x97\x5a\xc4\xbf\x2b\xf2\x12\x83\x73\x07\x2a\xce\x7c\x17\x4b\xc1\x8a\xf3\x38\x16\x43\x15\x17\xa2\xbe\x66\x48\x8d\x48\xca\x44\xed\x3c\x54\xe1\x21\xfb\xa2\x6a\x7f\x01\xaa\x96\x96\x56\x91\x86\xe8\xc0\x7c\xe5\x99\xef\xd7\x42\x52\xc3\x31\x79\xd1\x9d\xe3\x74\x85\x8a\x3c\xc4\xf6\x06\x0a\x7b\xd5\x40\x23\x73\xd0\x0e\xf9\x0a\x77\xcc\x4b\x13\xc4\x15\x27\xad\x16\xbf\x00\x15\xda\x6a\x5b\x1d\x0b\xef\xee\x92\x72\xcd\x88\x62\x2e\xa1\xfd\x56\x75\x27\x66\x34\x0d\xdc\xe4\xe9\x8c\xa1\x0a\x77\x8c\x15\xfb\xba\x93\xfb\x57\x3f\x68\x9c\xa7\x16\x7f\x5f\x98\xf1\x1b\x83\x40\x08\x35\xfb\x42\x8d\x26\x46\x35\x43\x12\xbd\xf2\x06\x02\x6b\x3d\x95\x85\x88\xac\x58\xd5\x83\x21\xfe\xd7\x1b\x44\x9e\xba\x3c\xb8\x7e\x82\x8a\x95\x89\xec\xfc\xaa\x70\x96\x64\xc9\xb9\x7a\xdc\x3c\x67\x23\x64\xc2\x19\xe2\x1a\x99\xa5\x22\x85\x30\x4b\x10\x56\x78\x43\x74\x69\x74\xa9\x08\x2e\xea\x8e\xe2\x52\xcf\x75\xcd\x8d\x60\x80\xb3\x23\x5b\x8a\x9d\xdc\x67\x52\x11\xea\xb9\x23\x6d\xd9\x3d\x12\x51\x5e\x0d\xde\x5d\x61\x7f\x5b\x3d\xd7\x8a\x6b\xde\x27\xaf\x72\x37\xd0\x6b\xc1\xf5\xc2\xb5\xb1\x4f\x4d\xe3\xe2\xb4\x84\x98\x8b\xd3\xd0\x10\xc8\x07\xcc\x16\x31\xf0\xaf\x38\xea\x52\x2f\xb2\x73\x43\x7d\xc1\x83\x6c\x3a\x46\xe5\x4e\x27\x97\x56\x26\x08\x3a\x05\xa5\x42\xf1\x79\xa9\x78\xf5\x62\x5c\xc6\x6d\x5e\xe5\xe3\xb5\x41\x44\xd2\x31\xfd\xca\x14\x41\x3b\x3c\x2a\x14\xa1\x61\xb2\xbd\x19\xec\xf2\x62\xf2\x9a\x9e\x17\x0b\xb9\xa9\x9e\x35\xf7\x49\x5e\x2e\x6f\x57\x85\xa3\x26\x5b\xf0\x21\x26\xb8\x79\x2d\x96\xa6\x64\xe9\x8c\x04\x3f\x1f\xa0\xad\xb8\x44\xc5\xa7\x0c\x2b\xf5\x22\xcb\xc1\x87\xa9\xcb\x9a\xf6\xd4\x93\xe2\x66\x12\x7d\xc0\x30\x24\x0a\xda\x86\xbd\x2b\x61\xd3\x36\x14\x9c\x49\x6e\x63\x4f\x88\xa7\x35\x9e\xbf\xb6\x2f\xa2\x21\xd7\x2e\x6b\x2f\xb7\x8d\x00\xf9\xf7\xc5\x60\x9a\x1e\x80\xf1\x57\xb7\x49\x8f\xcd\x3d\x40\xb5\x13\x4e\xda\xba\xba\xe0\x43\x3c\x2d\x04\xae\xbd\x1f\x44\xe4\x31\x08\xe6\x00\xea\x7b\x7d\x40\x26\x28\x2d\xb9\x51\xeb\x12\x52\x1b\xce\x6b\x67\x51\x5f\x43\x19\x4c\x5d\x14\x55\x5a\x58\xcb\x38\x7e\x22\x8b\x70\xc5\x41\x72\x26\x5f\x8b\xdc\x2d\xa2\xf6\x86\x4c\xba\x34\xc4\x05\x1a\xcf\xad\x38\xe9\xa5\x45\xa6\xb8\x7b\x8a\x91\x10\x6b\x19\xe0\x75\x72\x71\x90\x16\xe9\x95\x10\x52\x59\xb3\xdd\xb4\xda\xe2\xce\x21\xdc\x03\xd1\xde\x0d\x15\xae\x59\x08\x86\x81\x5a\x7c\xf7\x03\xca\x58\xcf\x03\xf9\x79\x4e\x9b\x6f\x38\xbb\xed\x64\xba\x96\x1e\x8e\x29\x28\xe1\x22\xd2\xd5\x9b\xa5\xe5\x35\x6f\xb5\x97\xc7\x47\x6d\x5c\x59\xdf\xfd\xfd\x49\x08\xb4\x30\x99\xac\xcb\x20\x51\x57\x6a\xee\x01\xe4\xee\x49\xb2\x08\xa6\x34\xbc\x46\x77\x8f\x57\xba\x2c\x88\x84\xb7\xc2\x40\x80\xdb\xe4\x85\x32\xea\x5a\x05\xeb\x7b\xb5\x57\x0f\x1a\x02\x01\xb6\xcd\xd4\x58\x0b\x7a\xf4\xef\xb4\x43\xfc\x3b\x85\xa1\xf4\xbd\x56\xc9\x66\x64\x1c\x35\x24\x96\x65\x2f\x4c\x65\x54\xdd\xbf\x93\x0d\x19\x6f\x2b\xd1\x4c\x2e\x83\xc6\x12\x95\xe9\x35\x28\xb9\xa3\x31\x8b\x54\xb3\x97\x41\xd5\x58\x64\xc7\x69\x89\x0d\x27\x3b\xaa\xeb\x81\x34\x56\xa1\x74\xad\xa9\xd6\xe8\x09\x95\x69\xd9\x70\xa2\xb9\xd9\x8a\x6b\x8d\x39\xac\x62\x57\x8d\x47\x9a\x5d\x3e\xaa\x35\x2e\xa0\x5e\xe8\x0b\x0c\x01\x8a\x7b\xe3\xab\x34\xd5\xd6\x69\x53\xcb\x50\x6f\x38\xec\x91\xbb\x3f\x20\xf6\x84\x0b\x1c\x59\xb6\x16\xd0\xfa\x22\x32\x0d\x89\x13\xc5\xd9\xb3\x18\x54\xfc\x64\x8c\xb4\x41\xdd\x52\xba\x6b\x1b\x64\x92\x32\xc2\xda\x58\xa8\x71\x9f\xbc\x9c\xce\xd8\x1c\x6b\x54\x81\xc5\xb0\x98\xd3\x55\x1a\xb5\x2c\xcf\x6b\x5f\x98\x10\x5c\x2c\x9c\x63\x1e\xb1\xf3\xcc\x89\x3f\x00\x2b\x97\x21\xd8\x96\xd6\x25\x95\xbc\x2d\xad\xcb\xb8\xdd\x09\x76\xf6\x27\x50\x50\xe5\x4c\x68\x3b\x63\x79\x1e\x82\x3c\xc3\x63\x20\x63\x4c\xd7\xeb\x94\x76\x10\x97\x1a\x12\x27\x8b\x5f\x76\x7d\x63\x82\x96\xa3\xfa\xed\xe4\xb4\xd5\x03\x35\x24\x59\xd4\x0d\x65\xcd\x75\xa3\x4f\x69\x67\x9b\x20\x99\x23\xe0\xca\xc8\x17\x27\x45\xf6\x55\x33\xe2\xe9\xc7\xb1\x69\xd3\x4e\xde\x9f\xa1\xa5\x3a\x19\xf9\xf5\x86\xa5\x93\x46\x9a\x45\xbb\xa8\xf7\x1b\x2b\x17\x41\xd2\x90\xbc\x19\xce\xd6\x6b\x9b\xda\x4b\xb2\x9a\xd8\xae\x35\x69\x4d\x12\xca\x4b\xb3\xb5\xd4\xa0\xbd\xf8\x40\x52\x9b\xca\x4b\x2a\x3f\xba\x43\xaf\xb4\x9b\x94\x22\xdd\xb8\xe1\xb0\x43\xf1\x9e\x81\x66\x53\x9d\xb2\xbf\xee\xe0\xb1\xcd\xd9\x6e\x52\xb4\x17\xf2\x5e\xa4\xa1\x75\xb8\xa9\x80\x99\xa5\xb0\xee\xb8\xcd\x1f\x5c\x62\x18\x8b\xa9\x0b\xd9\x49\x0e\x28\xb4\x87\xe4\x67\x2c\x4c\xdd\x26\xbd\xc0\x86\x6e\xe3\x23\xad\xed\x21\x3b\x31\x0c\xac\xb4\x68\xac\xf1\x96\x44\x9b\x43\x8d\x21\xa9\xf4\x7a\x40\x99\x26\x7e\x83\x7b\x14\x53\x13\xb9\x74\x1e\x4e\xd0\x52\x75\x9c\xc3\x75\x7d\xd4\xd2\x11\xc4\x6a\xf9\xf5\x80\x37\x0b\xf9\x0b\xd4\x81\x90\xc6\xd5\x59\x6b\xdc\xe9\x13\x7d\xa3\x0a\x9f\xfc\x06\x77\x59\x57\x1b\x25\x58\xe5\x42\xe8\x3c\xce\xe0\x1c\xa4\xbe\xfc\x4e\xda\x14\x7d\x6a\x3c\xd1\x85\xbe\x7a\x18\xe8\xc1\x6d\x1a\x05\x32\x75\x3a\xb2\x9a\xca\xe6\x0e\x48\x80\x06\x32\x90\x1d\xc9\x52\xe9\x91\x02\x42\x44\xdd\x51\x91\x46\x37\x67\x94\x8e\xb3\xb7\xba\xac\xa3\x74\x9e\xb5\xb5\xb7\xac\x47\x6e\x8b\xec\x37\xe8\x29\xf7\x0b\xdc\x16\x52\x5e\x71\xa7\x65\xb3\x16\xd4\x79\x4f\xbd\x58\x7b\x4f\xb8\x37\xc2\xef\xe3\x7c\xc0\xcb\xc9\xd0\x51\xc1\xc6\xc1\xe8\x9e\xca\x34\x96\x8a\x3b\xa0\xda\x64\xcc\xf2\xf0\xac\x27\x89\x24\x25\x9f\xf2\xe9\x4b\xc5\x31\xa6\x33\x36\xa6\x14\x8c\x9e\x71\x68\xcd\x58\xc9\x1c\xc1\x78\xcc\x2c\xc1\x2e\x90\x32\x17\xdb\x1d\x90\x3f\x79\x52\xcb\x3f\x34\xdc\x25\x55\x12\x77\x51\xa8\x70\x7a\x5a\x53\xcb\x89\xcd\xb3\x42\x05\x19\x1f\xc7\xea\x25\x23\x08\xaa\x1e\x0b\x05\x9a\xbc\x04\x1d\x09\xfa\xde\x58\xbd\xa0\x76\x49\xf5\x88\x38\x46\xe1\x59\x22\x3f\xdf\x47\xf3\x3a\xd3\x92\x5e\xbf\x2f\x90\x35\xcb\xa9\x45\xb5\xe6\x49\xa2\x7a\x8c\xaa\x4b\x97\x5e\x17\x87\x52\x8f\xcc\xb6\xb7\x25\xdd\x79\x17\x8c\xd3\x2b\x7a\xe5\x09\x7c\xcd\x01\x15\x61\x54\xab\xb6\xf4\xa5\x14\x79\x9b\x21\x07\xa9\x6c\x6e\x13\x06\x75\x00\x17\x92\x5d\x4a\xbd\xad\x11\x05\x64\xc3\x2e\x0b\x7e\x81\x32\x3d\xf9\x05\x64\xf2\x0e\xbf\xb0\xd0\xa0\x59\xf5\xb5\xa9\x84\x17\x84\xdd\x86\x4f\x26\x75\x96\x70\x31\x2f\x40\x61\x41\x47\x97\x7a\xa7\xa3\xc4\xd3\x64\x91\x6c\x27\x2a\x75\x5e\xf6\x69\x17\x42\x1f\xac\x31\xaa\x2f\x06\x39\x9a\xac\xf7\x3e\xe8\xe5\xac\x7e\x03\x07\xbe\x83\x7b\xe8\x84\xf2\x47\xbe\xba\x3e\x50\x76\x52\x6c\xbe\x2f\x8f\x93\x21\xc4\x95\xfd\xd6\x45\x3b\x22\x60\x96\xc8\x7d\x5f\xf0\x68\x65\x50\x30\xa5\xc9\x81\xd1\xf7\xc5\x51\x35\x03\x56\x0c\xb4\xdd\xdd\x59\xd5\xda\x8c\x00\xde\xa3\x22\x03\xac\xb3\x62\xa0\xed\xea\xce\x54\x77\xa9\xc3\x7d\x2a\x32\xa9\x98\xf5\x20\xf5\xa6\x18\xed\x07\x69\xc1\xef\xef\x68\x6b\x61\x0f\x02\x20\x90\x51\x40\x65\xf8\xbc\x57\x87\x2f\x69\xb3\x18\x41\x1e\x4d\xf5\x1c\x99\x96\xee\x54\x87\xce\x44\x1a\x9b\xf6\x9d\xc7\x51\x9d\x26\xd5\x11\x05\x2b\xb2\x23\xfa\x89\xaa\x1d\xe6\xbf\x2c\x72\xed\x98\x7f\x3f\xc9\x9b\xdc\x3e\xc1\x3e\xdd\xe6\xca\x79\x21\x10\x03\x7b\x79\x79\x3b\x0f\x9b\x5a\x09\xe8\xf0\x14\x15\xe3\xf1\x62\x46\xae\x81\x82\xeb\xa8\x78\xf1\xaf\x95\x62\xac\x95\x40\x05\x95\x17\xf9\x5c\x8b\x1a\xb4\xd8\x70\x36\x15\xe9\xef\xfd\xe2\xd2\x08\xea\x0b\x4b\x23\x4d\xbb\x33\xdb\x3d\xbf\x7a\x3c\xf1\x82\x27\x41\x39\x54\xfd\x00\xd4\x12\x3c\x22\x08\x54\x86\x4f\xbf\x99\x55\xe0\x49\x2c\x0d\xcc\xab\xc9\xa8\x9b\xdd\x24\x1d\x51\xb6\x92\xfc\x02\xd7\x4a\x43\xb0\x64\xa0\x75\x9d\x7e\xd3\x23\x26\x44\x22\x3b\xfd\x45\x90\x28\x8c\xed\xf2\x05\xfd\x26\x8c\x9a\x24\x3c\x4f\xd5\xcc\xeb\x61\x61\x35\xcd\x01\x09\x42\x2f\x11\x30\xb5\xb5\xb4\x99\xba\xe0\x78\x2a\x96\x8c\x48\x0f\xb2\x76\x37\x36\x70\x4f\x6d\xc1\xb1\x2e\xec\xae\x7e\xc0\x75\x93\x17\x66\x6c\x38\xeb\x2c\xea\x1a\x1b\x7b\x1c\x6a\xe3\x90\xb0\xd6\x75\x6c\x64\xaf\x52\xe6\xc6\x46\x72\x14\x96\x07\x3c\x47\xd6\x59\x06\x8e\x75\xea\xea\xcd\x32\x02\x39\x9d\x41\x98\x7a\x53\xea\xf2\x60\x8c\xb0\xee\xa2\x54\x1b\x69\x34\xc1\xbf\x0f\x9c\xbc\xa8\x6a\xef\xb8\xb1\x48\x53\x40\x74\xae\x64\xf7\x7f\xe2\xec\x92\xdb\xa4\x2c\xad\xd2\xe0\x11\x4d\x9f\xaa\x1c\x71\x51\x8e\x66\x1d\x23\x8e\x4e\x6b\x48\xb8\x8a\x86\xe5\xdc\x88\x6b\xc3\xf8\x0b\x90\x52\x76\x97\xe0\xde\xb2\x67\x07\x7d\x47\xe9\xd5\xe5\x80\xa4\x14\x94\x91\xb3\xd2\xac\x51\x13\xda\xfb\x63\xc0\x53\x64\x57\xfc\x58\x8e\x22\x29\x8f\x83\x07\x39\x9d\x4f\x37\x12\x8f\x3e\xa8\xc7\x04\x62\x79\x7d\x40\x2d\xfb\xf5\x02\xfc\x5d\x72\xac\x0e\xc4\x03\x8b\x11\x0d\xc5\x0d\xb7\x5d\xfd\x40\x02\x8d\xb4\x08\x45\x38\x4b\xd8\xd0\x9e\xe1\x52\xeb\xe4\x62\x19\x99\x00\x49\xf8\x0f\x94\x15\xb4\x1b\x68\xe4\x75\x97\xbc\xa6\x00\x5f\x56\x79\xf5\x80\xf0\x52\xf1\xef\xa0\xf6\xe2\x0e\x01\xc2\xab\xfd\x60\xff\x6a\x15\x11\xe4\x2b\xd2\x90\x06\x3c\x57\xf6\xbe\x8c\xe5\xb9\x12\x03\x18\x05\xa7\xde\xc4\xe6\x06\x94\x3c\xc7\x19\x07\xea\x49\x3b\x99\x6e\x50\xc7\x13\xf3\x1f\xb8\xef\xaf\x14\x0f\x30\x48\x68\x86\x08\xfb\xb3\x78\x40\xee\x4f\x77\x80\x43\x42\x62\x61\x83\x4a\xa0\xf3\x21\x46\xa1\xd3\x49\xfe\xc0\x51\x39\x47\x81\xcc\x53\x99\xb6\x10\x06\xd5\x42\xa9\x2e\xa3\x72\x8e\xee\x00\x37\xd2\x48\xb1\x1d\x15\xa2\xa0\xf8\xfb\x8e\xf0\xba\xdf\x07\x13\x2b\x6e\xf3\x08\x90\xfb\xa7\x9d\xd4\xfd\x00\xa2\x41\xaa\xd1\xa8\xb4\x7a\x4d\x39\x15\xd7\x61\x78\x73\xd5\x45\x49\x9a\x53\x5b\xeb\xa4\x37\x70\x48\xd3\xd6\xdf\x40\xe4\xd2\x25\xf5\x06\x6a\x4f\x17\xa9\x2e\xa3\xad\x75\x70\x8f\x0b\x48\xc1\xd0\x68\x32\x98\x14\x90\xfe\xe5\x3a\x66\xa3\x43\x08\x4b\xb9\x19\x1d\x46\xae\x41\x9a\x4a\x66\xb2\x40\x1c\x3c\x72\xe9\x95\xef\x28\xe7\x35\xfc\x3d\x83\xef\x66\xcd\x4b\xe9\x94\x9f\x67\xa0\x5e\x4a\x31\x67\xe6\x19\x4d\x67\x25\x8c\xb1\xf4\x00\xcd\x0a\x15\x53\xaa\x59\xed\x72\xb2\x79\xd0\x81\xa2\x75\x06\x9a\x4e\x37\x07\x4b\xc7\x60\x91\x09\x7f\x30\x99\xb1\x6e\x2f\x2e\x63\x00\x26\xb9\x4d\xc7\x20\x39\x9a\x3e\x51\x14\xc5\xb5\x72\xc6\x8e\x13\xee\x92\xd1\x63\xa7\x95\x2d\x34\x2f\x87\x9a\xf4\xfb\x01\xbd\xd4\x35\xb7\x06\x0b\xf9\x59\xfe\xec\x64\xff\xc3\x3d\xd0\xec\x36\xbd\xed\x4b\x1e\x08\x0d\xac\x8a\xe2\x64\x8c\x81\x52\xd6\x45\x6a\xe0\x38\x96\x3c\x10\xea\x8f\x05\x95\xfa\x3c\x98\x8b\x2c\xbc\x1c\x38\x44\xf0\x6a\xf3\x96\x3c\xf7\xb8\xc8\xc9\x0f\xe6\xe2\xd9\x84\x1d\xcc\xc7\xb2\x0d\x3b\x4e\x46\x56\xcd\x0a\x96\x2a\x3a\xfc\xa0\x02\x6a\xb7\xe9\xfb\xf1\x6a\x22\x89\xdb\xc7\xea\xc7\xb9\x94\x34\x4d\xeb\xa4\xfe\xa3\x59\x2d\x5d\xd4\xbb\x00\xaa\x67\xf0\x07\xab\x36\x9f\x7a\xbc\xe8\x1c\xf0\x34\x50\xae\xda\x35\x44\x06\x34\x4f\xd7\xc6\x1c\x54\x0b\xab\x7f\xe7\xde\x37\x4b\x5e\x5e\xbb\xfe\xa3\x30\xd1\x60\x59\xbe\x17\xb3\xc2\x89\x46\xe7\x22\x0e\x38\xe1\x6c\xf6\xf0\x42\xea\x66\x07\xee\xb8\xc9\x19\x34\x63\x54\xd9\x6b\xa6\xa6\xa9\x22\x26\x7b\x6b\x07\x12\xb5\xd2\xf0\x2a\xdc\x04\xf8\xf5\x06\xb9\x95\x6c\xe2\xc1\x78\xa4\xa3\xc7\x83\x85\xf6\x9c\x2a\x32\x58\x61\xc4\xa9\x22\x03\xb9\x5d\x0e\xea\x0c\x96\xca\x73\x06\xcc\x60\x6e\x97\xa3\xc7\x03\x7e\x3c\x1f\x54\x1e\xc8\xdd\xf2\x49\xfb\x7d\xdb\xd8\x43\xd4\x83\x80\x95\xc9\x6a\x27\xe4\x64\xfb\x03\xaa\x40\xc5\x2f\x80\xcf\x37\xbf\x40\xd5\x51\x82\x64\x5f\xaa\xe3\xf0\x83\x9b\x63\x7e\x80\xda\x71\x59\x89\xee\x14\x2c\x3b\xef\xe3\x73\x2a\xc6\x1e\x16\xd1\x77\x3d\x58\xeb\x55\xf5\x00\x66\x6a\xf7\x17\x10\xa0\xcd\x1f\x1c\x3c\x62\x17\xf4\x00\x14\xd7\xdc\xc1\x02\xca\x40\x40\xa9\x37\x22\x10\x6a\xb4\x92\xb0\xaf\x38\xa2\x24\xea\x1e\xd7\x6a\xf9\x01\xb4\x00\x11\xf9\xbe\x9c\x72\xa2\x91\x9d\xda\xa1\xd3\x26\x70\xc9\x79\x73\x31\xe1\x9d\x91\x45\xa7\x28\xec\x71\xe1\xd2\x0f\x40\xe9\xd2\xd3\xf7\xb4\xd6\x73\xe8\x01\x4e\xd6\x1a\x6c\xc4\x09\x9d\x4c\xb4\xd3\x89\xa6\x9d\xba\xe3\x68\x9e\x43\x51\x7b\x66\x62\x8d\x64\xe6\x9e\x09\xb4\x48\x6c\x47\xcd\x0b\x6b\x63\x7b\xe6\x4d\x72\xa2\xb9\x9d\x3e\x33\xe7\x51\xec\x3c\x5a\x67\x2f\xc8\x5e\x70\x9c\x4f\xe2\x64\xa7\x3a\xe3\x8c\x83\x9d\xca\x89\x97\xb7\x2e\xe4\x6b\x1a\x95\x26\xd0\xf0\x03\xd4\x68\xf4\x3c\x2a\x43\x6a\xd1\x2f\x80\x42\xba\x87\x00\x41\x74\x7f\x40\x16\x24\xe5\x60\x5f\x41\x39\x77\xc9\x0a\x0d\xf6\xf5\xef\xd4\x16\x1c\xd1\xdc\x1b\x6d\x76\x53\x5d\x7b\x40\xa6\x42\x4d\xa7\xef\x4d\x02\x62\x67\x91\x5f\x3b\xa4\xf7\xb1\x90\x27\xfc\xa3\x28\xaf\x1d\xd4\x3b\xd3\xaa\x1d\x28\xda\xe9\x52\x72\x58\x66\x67\x84\xcc\x71\x9b\x7d\x70\xea\x02\x73\x90\x99\x69\x45\x11\x30\x6b\xf6\x69\xef\x63\xcd\x43\x0f\x10\x0f\x6b\xf6\x48\xef\x3b\xc9\x44\x36\xec\xbe\x93\x0d\xc8\x7f\xb1\xd3\xed\x63\xbf\xe3\xce\xe4\x64\xe7\x99\xec\x3c\x83\x65\xc3\x7d\x3f\x78\x0e\xdd\xfb\xe3\x58\xec\xcd\x9d\xae\x25\xd0\xe4\x29\x60\x9d\x05\xba\x1f\x5c\x56\x77\x01\xcd\xc4\x5b\x0c\x87\xae\x4a\x77\x07\x3c\x62\xec\x0d\x84\xa2\x05\x76\x94\xef\x48\x2b\x2a\x92\x14\xfb\xb9\x96\x30\xfe\x44\x32\xed\x2c\x53\x66\xb3\x77\xa7\x63\xc8\x1e\xb9\x9d\xd2\xd9\x1b\xf4\x84\x9d\xdb\xdd\x46\xa5\x6a\xef\x15\x96\x2c\xb0\xfb\x6c\xc7\x5d\x66\xd5\xdc\x15\x21\x33\xa7\xb5\xec\xf4\xe1\x0c\xff\x4e\x1c\x4a\x58\xee\x17\x97\x5f\x82\x69\xe7\xdd\xbc\x4e\x44\xd9\xe1\x73\x71\xcd\x82\x9d\x41\x2f\x13\xd0\x2a\x20\x60\x1e\x71\x13\x06\xc1\x88\x22\xb6\xc5\x22\x81\x67\xb6\x5c\x44\x66\xa7\xf8\xb4\x93\x6f\x67\xc8\xcb\xde\xd8\xfd\x59\x63\xe8\x13\x26\x3e\xbb\x28\xcc\x8e\xfc\x9c\x60\xaf\xc6\xb1\xad\x79\x34\x3d\x08\x7c\xa3\xea\x41\x67\xa7\x7e\x80\x5b\x31\x64\x9b\x1e\x88\x17\x39\x24\x7e\x6c\x20\x2f\xb1\x9d\x03\xe9\x2f\x55\xdb\xf7\xa0\xa0\xb2\x5f\xef\x08\x74\x36\x49\xb3\x38\x20\x99\x46\x7a\xbd\x71\xf1\x81\xde\x88\x4b\x51\xd0\x20\xc8\x69\x29\xaf\x17\xc8\x4f\xab\x5f\xd8\x01\x45\x56\x1b\x6e\xe1\xea\x36\x79\x9b\x6c\x86\x83\xd1\x1e\xc9\xec\x03\x4e\x83\x2a\x06\x70\xa4\xcc\x69\x68\xc8\xc4\x79\xfa\x03\xee\xcc\xe8\x1e\x6f\xbc\x20\x44\x66\x52\xa5\x40\xcc\xb4\x3f\x45\xc7\x07\x2e\x92\xaa\xda\xeb\x07\x8e\x30\xf9\xc2\x8b\x23\xaf\x9d\xed\x17\x16\x99\xaa\x4b\x16\xf3\xf7\x17\xd3\x8c\xcf\x55\x74\x7d\x14\x32\x2d\xc3\xc8\xe4\x5d\xe9\x00\x07\xcc\xf6\x2a\xba\x3f\x70\xe9\xaa\x03\x98\x07\xae\xed\xf7\x91\x82\x03\xe7\x95\x7a\x76\x7f\xb8\xdb\xd6\xc4\x53\x68\x1b\x0a\xe2\x25\xd6\xa2\x3b\xc0\x91\x29\x23\x89\x95\x91\x8c\xf6\xba\x6a\xc8\xab\x4d\x00\xb5\x8e\x4c\x15\xae\x7e\x9f\xe4\x2b\xee\x77\xc0\x08\xd7\x8d\xfa\xe5\x80\xd1\xdd\xb3\x7f\x5f\x10\x09\x87\x4c\x56\xb1\x23\xfb\x40\xe4\xc6\xd7\x31\x1d\x38\x3d\x6e\xdf\xe6\x81\xa2\xa5\xf6\x2c\x1e\x8d\x20\x6a\x8a\xc8\x05\xf6\xcd\xe2\xe5\x80\xcd\x5d\xbd\x6a\x0d\xb4\x6a\x90\x57\x64\xa7\x19\x02\x9e\x7a\x91\x3b\xf4\x40\xb6\x70\x35\x88\x9d\x92\x45\x2c\xf4\xc0\xf9\xa9\xf4\x5a\x18\x9c\x9f\xaa\xaf\x17\x48\xce\xd1\x5d\xc2\xdc\x14\x8f\x3c\x78\x87\x94\xed\xd1\x03\xf9\xc5\xae\x2f\x70\x74\x9c\xd3\x7f\xb5\x71\x6b\x99\x34\x9a\xa3\xd3\xa6\x6a\x7e\xe1\x80\xcf\x49\x78\x42\x2a\xcc\x8b\xd1\xf0\x7e\xd5\x66\x10\xb9\x32\xd2\x0c\x0e\x9e\xb8\x12\xcf\x3d\x68\xc4\x77\x05\x60\x0f\xe6\xce\xe4\xf4\xa3\x12\x0c\xc7\xb4\xf9\x93\xef\x34\x39\x06\x6f\x8a\x33\x2b\x44\x20\xca\x19\x02\xc7\x60\x9d\x49\xb7\x51\xe2\xc5\x9c\x71\x20\x2e\xf9\x82\x0f\xe5\xdd\xbc\x59\xa0\x54\xbc\xd6\x7d\xe0\xce\x2d\x59\xf8\x07\x92\x72\x9c\x47\x75\x40\xc5\xa8\xd2\x6c\x8f\x9d\xa5\xda\xf4\xfe\x9e\xf1\xbe\x56\x08\x95\xff\xbb\x57\x00\x45\x9d\xaa\x97\x98\x87\xa9\x1c\xab\x38\xe8\x21\x70\x40\xf0\x80\x87\xc0\xf9\xdb\xc7\x4e\xc9\x2a\x3f\xfb\x41\x07\x81\x59\xd4\x3a\x34\xae\x0f\x0e\x3a\x2e\xb5\x22\x28\xc9\xe4\x38\xea\x81\xd3\x57\xe9\xd5\xa6\x5b\xc5\xb4\x8f\x48\x97\x4b\x92\x1e\x07\x2f\x71\x36\x00\xb4\x07\xbc\x7f\x0f\xea\xda\xd9\x5d\xe2\x86\x44\xa9\x3b\x07\xeb\xac\xca\x03\x76\xd0\x9f\xe0\x58\xc7\x81\x58\xd7\x8b\x6f\x9f\xdc\x2a\x5a\x06\xa8\x37\x8e\x7d\x1c\xa8\xbb\x6a\x4b\xfa\x98\x0a\x4d\x6a\xd2\xd9\x0e\x9c\xf6\xaa\xc6\x32\x2e\x06\xa8\x66\x79\xa8\xfb\xef\x78\xce\x71\x72\x15\xbc\xce\xbc\x1b\xcb\x9a\xfb\xb1\x14\x1c\x39\xdd\x0f\x2a\x38\x7e\x01\xde\x06\xeb\x80\x07\x8e\x7e\xd9\xbd\x7b\x20\xa9\xa8\x9a\xc7\x5d\x24\x75\xc3\x70\xad\x75\xd0\xa4\x70\x37\x96\x73\x1b\x0e\x9c\x0d\x7b\x49\x3f\x44\xad\xec\x50\x3e\x10\xb4\x72\x2d\x9e\x83\x57\x63\xc9\x3a\x39\x58\xa1\xc9\x35\xca\x8e\x9b\x4a\xa5\xdb\x90\xb7\x5e\x26\x84\xac\xaa\x21\x44\xc8\xca\xc5\x81\x0e\xe8\x53\x4e\x25\x3e\x6e\x54\xf9\x93\x65\x79\xdc\xfd\xfb\xab\xf8\x9c\xcb\x81\x94\xa2\xf2\x1a\x0f\x6a\x8c\xa2\xe7\x07\x22\x5c\x9b\x43\xa4\xc7\xd4\xbf\xd2\x4b\x34\xde\x6b\x11\x84\x82\x87\x8b\xa0\x11\x79\x0a\xde\x41\xab\x03\xe5\x52\xed\xf2\x39\x96\x33\x23\xfb\x01\x2a\xf8\x5a\x49\x79\x38\x27\x8f\xd0\xe1\x33\x12\x0e\x50\x2c\x35\xbe\xbe\xbf\x38\xa2\x90\x82\x0c\x24\xdf\x8f\x78\xc0\xd7\xe1\x1c\xbc\x13\xc5\x51\xed\x91\x3e\x51\x82\xc9\xd5\x83\x4e\xb8\x3a\x5a\xd1\x9c\xce\x0d\x2c\x66\xb8\x8d\x55\x90\x58\x39\x11\x66\xf3\x89\x82\x73\xe3\xd5\x95\x45\x6d\x06\x77\xa2\xda\x07\xe2\x88\x1e\x90\xbb\xb7\xb8\xc3\x0b\x03\xb8\xc3\x1b\x19\x52\x41\x6d\xdc\x54\x25\x0e\x75\x22\x5d\xdb\xae\x96\x73\xd5\x60\xd2\xba\x9e\x48\xd7\x36\x13\x3d\x11\x95\xcb\xba\xb2\xb7\x9c\x53\x5f\x8d\x6d\x73\x0f\xf4\x28\xc9\xdc\x39\xa1\xaf\x26\x8b\x99\x13\x71\x38\xbb\x3d\x4e\xdc\xd1\x3a\xb9\xe8\x0f\xa4\xce\xb9\x62\x70\x62\x99\x67\x04\x19\x69\x6f\x9f\x11\x1b\x41\xd1\xaa\x73\x79\x59\x9a\x1f\xc0\x5f\x2e\x7e\x75\x46\x4a\x6a\xed\xc5\x13\xb7\xb0\xfa\x5a\xd7\x93\xe9\xda\x8e\x96\x9e\x2c\x22\x60\xd9\x7d\xb2\x88\x80\x33\x9b\x4f\xe6\x6f\x3b\x53\xf9\xa4\xdb\xe5\xd5\xa6\x70\xf6\xca\x27\x5a\x16\x92\x7e\x27\xa2\x70\xb6\xd2\x4f\xd6\x19\x78\x2d\x1d\xaf\x6a\x7d\xad\x1d\xeb\x0a\x38\xb9\xf9\x4c\x2c\x0e\xac\x89\xa1\x8e\x80\x03\x79\x67\x42\x41\x2f\x63\x06\x55\x04\x6c\xd5\x9f\x53\x03\x4f\x36\x34\x4e\x16\x4b\x95\x30\x39\xf3\xba\x56\x4a\x6d\x6a\x76\xc2\x6c\xe6\xd5\x56\x9a\x23\x6a\xa1\x3a\x03\xec\x44\xed\x53\xdd\xcd\x5f\x4e\x64\x94\xfb\x74\xff\x89\xd3\x78\xce\xb5\x3e\x51\x30\xc0\x05\xc8\x4e\x44\xe5\x1c\xa5\x3b\x91\x4f\x5e\x8d\x10\x44\xe5\x2c\x8e\xcf\xa9\xce\xb7\x2a\x23\xf4\x2c\xa0\x6d\xaf\x41\x81\x46\x63\xd2\x5e\x41\x35\x03\x50\x28\x3d\x4d\xba\xe5\xc0\xe1\x4a\xb7\xd7\xba\x0b\x44\x28\xec\x3d\xb9\x4b\x6a\xc7\xe6\x00\x75\x43\x6e\x95\x60\x44\xbd\x01\xa7\x72\x9e\x15\x87\x1a\x65\x6b\x9f\xcb\x6f\x25\xeb\xfe\x44\x06\x7b\x33\xdd\xe0\x9a\x82\xf1\x1a\x80\xe6\x62\xf7\x83\x13\xb3\x16\x95\x30\xd5\xca\x0e\xbb\xb3\x12\xad\xee\x11\xcb\x6e\xb2\x69\x34\xa4\xcd\x64\x98\x7d\x6e\xea\x47\x79\x27\x5d\x24\x5e\x4e\xa4\x5e\xb9\x8a\xe8\x09\xb7\x57\xed\x5e\xe8\xe5\xf6\x32\x63\x5d\x2a\x7c\xf7\x27\x14\xf2\xee\xb3\x93\xcd\xb8\x53\x9e\xd7\x73\x98\xf8\xec\xf4\x4a\x88\xdd\x9f\xa8\xb7\xe4\x2b\x39\xcf\xce\xdc\x61\xa3\x6a\xe0\x78\xae\xb9\x2b\xee\x0d\xa8\xf2\x48\x9d\x83\x5b\xd0\x3d\xe0\x40\x9f\x4f\xcb\x9f\x63\x41\xe9\x2f\xd6\x10\x82\x92\xe5\x93\x2c\x47\x4f\xde\xe8\x6f\x76\xb6\xfc\x62\x26\x88\x9d\x5a\xba\x65\x00\x6b\xfb\x9b\x1b\xed\x74\x10\x98\xec\x77\xde\xb6\xa6\x79\x23\xe1\xca\x91\x88\x73\x27\xfa\xbd\x7e\x3b\x63\x6f\x5a\x60\x44\xc2\x9a\xa7\xc5\x2b\xad\x1c\xa9\x3d\x8f\x00\x39\xa9\x0f\x8e\x85\x18\x7d\x41\xbd\xd6\x78\xe0\x1d\x57\x76\xcc\x9d\xcb\x31\x67\x22\x3b\x48\x33\x6e\x43\x0b\x94\x7f\xe1\x84\xe3\xae\xbc\x7a\x64\x5c\x4c\x93\x3c\x38\x07\x83\xc8\xc5\xf6\xef\x20\x6a\xd9\x84\x27\xd2\xad\xaa\x9c\x07\x27\xb5\xce\x9f\x95\x59\x38\x59\x80\xc0\x61\xdf\xf3\xa4\x00\x30\x2b\xe3\xf5\xab\xdd\x72\x73\x05\xb4\xa4\x06\x9f\xd7\x22\x60\x21\x11\x99\x4f\xbe\x1d\xfc\xbc\xd6\xbe\x14\x88\x48\x2b\x77\xd9\xc0\x93\xb7\xa5\x4a\xe3\x3a\xef\x65\x28\xab\x07\x1c\x81\x73\x9e\xc4\x79\x73\x04\x2d\xc2\x0d\xc3\xd9\x9c\x01\x85\x8b\xaa\x59\xc9\x4d\x21\x65\xa4\xde\x28\xe4\x6f\x4a\x9b\x2a\x5c\x7a\x31\x58\x5e\xe3\xe4\x20\xed\xf9\xe0\x38\x8d\x77\xd8\xd4\xd0\x92\xef\xfa\x3e\x91\x97\x54\xcd\x39\x9e\x03\x39\x98\x82\xe0\x21\x44\x1f\x1c\x5d\x1b\x1d\x59\xe2\xa7\xd7\x46\x4d\x5c\x74\x71\xf1\x26\xa5\xe0\x2f\x40\x17\xc2\xc1\xb5\xd1\x17\x90\xfd\xc2\x4a\x7c\xf8\xb4\x59\x15\xa0\x88\x96\x2f\xc4\x96\xaa\x0c\xa2\x6b\xc5\x96\x44\x9a\x17\xca\x06\xd4\xee\x1e\x40\x5a\xa2\x85\x6b\xe5\x29\x15\xb5\x41\x6a\xa2\x84\x0b\x79\x4b\xbe\xd4\xf2\x42\x3e\xb8\x6f\xea\xbd\x10\x89\xaa\xc3\xe3\x71\x4a\x9a\x41\xe0\xf6\xac\x7e\x00\x39\x28\x2b\xf2\x8a\x6b\x4a\x9a\x02\x75\x24\x79\x84\x2f\xde\x4f\x6a\x57\xda\xb5\xd2\x94\x5e\x5d\xf0\xcc\x81\x07\x8d\x38\xc9\x91\xfd\x05\x33\x66\xfc\x3b\xc3\x10\xda\xf1\x57\xa2\x7a\xaf\x1d\x7e\xc1\x23\x38\x7c\x58\xe8\x4a\x6b\x57\x09\xac\xb4\x76\x80\x96\x82\x99\x3f\xf6\xec\x5c\xb8\x4b\xde\xa6\xdf\x95\x29\x1d\xbd\x58\x79\xc1\xad\x51\x79\x83\xa8\xb3\xc0\xae\x15\x8d\x92\x96\x72\xb1\x6e\x91\x8f\xc1\x5c\x48\xfa\x76\x41\xf4\x0b\x75\x8c\x2c\x92\x2f\xaa\x21\x72\x45\x5f\x53\xed\x48\xc3\x34\x5a\x68\x31\x37\xbf\x00\xf4\xcb\x97\x7d\x31\x19\x28\xfb\x03\x6a\x76\xcd\x2f\x50\x11\x49\xee\x01\x20\x68\x9f\x5d\x95\xc8\xf5\x02\xd6\x45\xa4\x9a\x37\x2b\x49\x5a\x6f\xb8\x50\x17\xd2\x6e\xb7\xab\x52\x5c\x1a\xb7\xd4\x13\x86\x5f\x40\xc6\x90\x14\xed\x0b\xc9\x33\x9b\x51\xbd\xd4\x02\x43\x4d\xc7\x9e\x36\xf3\x45\xb5\x40\x9e\xee\x8b\xd5\xc6\x7d\x88\xea\x62\x9d\x23\x73\xd1\x6b\xd5\x35\x92\x4c\xbf\x50\x7f\xdc\x2c\xef\xe2\x79\x32\x1f\xb3\xba\x50\xc6\xd1\x19\xd8\x17\xea\x18\xb9\x00\xce\xb5\xb4\x84\xe6\x0f\xa8\xd2\x79\x37\xa2\x70\x91\xef\xd5\xbd\xa8\x35\x18\x6f\x28\xba\xe8\xe2\xf5\xd7\x20\x63\xf7\xf6\x5c\xe1\x34\x2f\xce\xe0\x66\xf2\x86\x66\xb6\xcc\x6b\x77\x0d\x8a\xf0\xd7\x20\x54\xda\xc6\x8f\x42\x42\x17\xef\x71\x7f\x6d\x4e\x24\xcf\xd8\x2e\xbd\xc6\x42\xac\x66\xbd\xd3\xda\x30\x0d\xef\x44\xac\xdb\x8c\x49\x49\x89\xb8\x76\xee\x1b\x29\xf7\xd7\xbe\x06\x15\x22\xa6\xd6\x90\x6d\x08\x5e\xc8\xda\xf6\xa5\x1a\xd7\x41\xfa\x90\xb8\xb9\x10\xbe\x2b\x0e\x98\x5f\xac\x48\xee\x40\xf0\x75\x70\xf5\x04\x04\xf2\xb4\x37\x79\xaf\x2f\x08\xf9\x16\xdc\x23\xe7\xad\x69\x9e\x6b\x29\xd4\xc1\x49\x3f\x8d\xb9\x3d\x9c\x4b\x4d\xf6\xf1\x75\x32\x59\xaa\xf8\x01\xbc\xac\x96\x06\xb8\xc1\xa7\xc9\xa6\xba\x4e\xca\x48\x2f\xff\x05\x7f\x99\x49\x96\x85\x86\xec\xff\xba\x2e\xa0\xda\x93\x40\x4e\x75\x0b\xfe\xbd\xa2\x2d\xac\xf0\x80\x9a\xd5\xd2\xeb\xe2\xb1\x3c\xf3\x8f\x8b\xe1\x59\x13\x18\x6e\xa5\xf4\xdd\x47\x17\xbc\x4d\xaf\xa5\xb8\x58\xb4\x5c\x68\x59\xe1\x39\xb3\x30\x84\xe7\x1c\x6f\xbf\x90\x11\x9d\x5c\xa1\xf0\xc2\xf1\x7b\x5f\x0d\x7e\xdd\x6b\xe9\x34\x04\x02\x78\xc3\x14\x7d\xb3\x5a\xa0\xd0\xc2\x33\x6b\x26\x06\xe8\x2a\xd6\x7e\x2e\x16\x32\x72\xd8\xf5\xba\x39\x27\xb7\x91\x82\x6f\x08\xd6\x1d\xeb\x1a\xe0\x21\x9a\xdd\x46\x91\x5a\xcf\x60\xea\x2a\xc9\x9e\xd3\x0b\x77\xef\xf8\x6c\xd9\xf5\xb4\x69\x78\x79\x02\xcf\xc2\xba\x66\xf8\x2c\xa6\xec\x37\xe8\xe3\xf3\x08\x17\xf2\x15\x05\xf1\xc3\x42\x2e\x86\x88\x35\x93\xb5\x8e\xf7\x8a\x2e\x8a\xe5\xde\xf0\x2f\xf9\x7c\xdb\x8d\xf3\xff\x4e\xe3\xbe\x71\x8d\xa4\xf3\x24\xee\x8d\x3a\xa5\x54\x89\x1b\xda\x4f\x8b\xee\x00\xd4\x2c\xc6\x73\x6f\x34\x58\xc4\x07\x6e\x28\x3b\x2d\xba\xbd\xb8\x5b\xd7\x03\xde\xc8\xad\x1e\x50\x03\xe9\x75\xfe\xed\x86\xf6\xd2\x64\x44\xdf\xd0\x5e\x9c\xd9\x7a\x07\x82\xa4\x49\x4f\xed\x25\x6d\xc2\xf3\xbd\x2a\x74\x8b\x98\x6f\x9e\xd0\x37\xb9\xdf\xb8\xbb\xc6\x11\xd2\x9b\xd7\x40\xfa\x20\xec\x1d\x91\x7d\x16\xfc\xc2\x9c\xa5\x6d\x89\x1b\x29\xd1\xaf\x13\x77\x37\x0a\x6c\xfb\xea\xbf\x1b\xce\x18\x07\xbc\x6f\x5e\x65\xe3\x73\xaf\x77\xc2\x2d\x8c\x9b\x5f\x28\x7c\x41\x3d\x26\x5c\x00\x21\x6a\xba\x13\x62\x15\xdd\x23\xd0\x47\xed\x95\x42\x74\xd3\xbe\x94\x1b\xc1\xcc\x26\xd7\xc3\x8d\x7b\x1e\x9b\x7c\x3b\x77\xc6\x85\xd6\x06\x39\x83\x55\x4a\x96\xde\x3c\xca\xe6\x20\xfd\xbd\xa2\x9f\xda\xe3\x77\x86\x95\x67\xda\x80\x1a\xe3\xb3\xb7\x37\xee\x79\x6c\x3f\xcb\x4a\xb8\xe1\x3a\x71\x71\x80\xbb\x50\x2f\xf7\x68\x85\xf0\x09\x83\x65\xd1\x8d\xe0\x2b\x8c\x62\x67\x3f\xa0\x6f\xd3\xa4\x57\x58\xeb\x46\xfe\x9e\x1b\xe5\xb3\x9b\xb7\xc3\xd4\x82\x92\x53\x6d\x6f\xe4\xfc\x34\xa9\x8f\x77\xc5\xf6\x71\x87\x95\x33\x14\x8c\x75\x11\x92\x3f\xa0\xa3\x4f\x3a\xcf\xdd\x16\x2d\x6a\x99\x70\x03\xe3\x6b\x9d\x1b\x87\x70\x1b\x5c\xc6\xb4\xda\x28\x80\x64\x7e\xdc\xb8\xc5\xc5\x41\xb0\x1b\x09\xc4\x8e\x30\xdf\x08\x6e\xba\x50\xe3\x8d\x53\xfa\x63\xf3\xef\x38\xb4\xd0\xdd\xdf\x85\x20\x96\xdf\xbf\xb1\xe3\xfd\x3b\x70\x66\x4a\xee\x0c\x2c\x48\x1f\xbe\xa7\xce\x95\xb6\xcd\x6d\xa8\x58\x12\x5f\x37\x2a\x2b\x39\x9b\xeb\x9e\x1a\x56\x72\x38\xe8\xee\xf4\xee\x0a\xc9\x7d\xad\xab\x1f\x40\x62\x3a\xe9\xe9\xee\xf0\x49\x7b\x99\x10\x58\xdc\x24\x1a\xee\x51\x91\xd3\x26\x14\x0d\xe4\xc2\x9b\x47\x51\x59\xda\xdc\x21\x2f\x80\xe9\xee\x90\x11\x23\xb5\x71\x58\xdf\xd7\xd1\xdf\x7b\x24\x44\x42\x0a\x22\x83\xaf\xfb\x77\xef\x1d\xee\x0a\x67\x6d\xdc\x3b\x0c\x59\x59\xc2\x37\xb2\x8b\x37\x93\xd6\xbe\xc8\x5b\x78\x87\xd3\xe5\x75\x74\xf4\xde\x79\x17\xad\x16\x8a\xd1\xc5\x17\x5b\xdb\xc1\x18\xa5\x0c\xdd\x70\xba\x84\xd7\x8e\x59\xc9\xc4\x12\xe3\x37\x9c\x2a\x0e\x1a\xdd\x07\xa2\x0b\x66\xb5\x8c\x16\x9a\xfb\x1f\x1d\xb4\xe3\xf7\x07\x41\xd0\xb4\x0f\x1a\x60\x52\xfa\x6e\x5c\xaa\x68\x3b\xe4\x46\xa9\xc6\xe6\x54\xa1\x1b\x15\x90\x9a\x37\x0c\xf4\xab\xcd\xdb\xfe\x84\x06\x57\xdc\x86\xcc\x74\xaa\xf9\x8d\x53\x6c\xc1\x07\x3b\xef\x73\x91\x8b\xbb\x24\x05\x0b\x91\x17\x57\x53\x98\x66\x2a\xb1\xf3\xad\x6e\xba\x5e\x9c\x8d\x74\x5f\x2b\xf7\x4f\x6d\x68\x5c\xa6\xd0\x6b\xe1\x41\x30\x5c\x0b\x28\x8f\x01\x2d\xd0\x78\xb9\x16\x90\x06\xea\x99\x34\xeb\x6d\x87\x1a\xd5\x76\x70\xde\x37\xe4\xac\x3c\x27\x37\xc2\x77\x3e\xeb\x7c\x23\x1f\xca\x3e\xbc\x9b\x37\x1c\x3a\x44\x79\xe3\x84\xd9\xeb\x4a\xe8\xfb\x86\x2e\xec\x7d\x89\xf0\x9a\x6f\x84\xb8\x1f\x8e\xa8\x0e\x10\x5d\x73\xd1\xfe\xfb\x01\x33\x94\x3f\xf5\x46\x32\x94\xa3\xe9\x37\x8f\x98\x99\x51\x3d\x58\xe9\xea\x36\xcf\xb6\x7a\x0a\x28\x08\xd0\x9b\x5f\x80\x37\xdf\xe1\x80\xfb\x41\xa1\x05\x4f\x89\xe1\x38\x67\xfc\xdc\x28\x1b\xd9\xea\x8f\x7c\x72\xf7\xc3\xe0\xc4\xa7\xf7\x67\xa3\x07\x4e\x28\x7e\x10\xbc\x73\x5c\xf9\xd9\x18\xea\xd2\x1e\x7e\x36\x60\xa4\xfa\x03\x5c\x61\x2a\x71\xf3\xf0\x4c\x9c\xd3\xdc\x1e\x94\x5b\x7a\x9d\x29\x7e\x98\xfc\xe5\x14\xa4\x07\xa9\xcd\x8e\x6d\x3f\xb8\x62\xc5\x6c\xe4\xa1\x7e\x26\x9f\xc8\x83\x64\xb0\x6d\xf8\xf7\x49\x67\xce\xf6\x7f\x58\x31\xdb\x39\x6c\x0f\xe2\x79\x2e\x17\xf6\xa0\x62\xb6\xcb\x36\x3c\xd4\xe7\xe4\x52\x79\x98\x07\xed\x39\x07\xd4\x01\xd8\xfc\x3d\xd2\xdc\xa5\xf8\x3f\xc8\x46\x73\xc1\xb2\x07\x37\x25\xda\xc6\x7f\x02\xc5\x97\x00\x5c\x17\x25\x6a\xaf\x3d\x28\x66\x30\x8a\x07\xb8\x89\x22\x43\xf4\x80\xae\x34\xa3\x18\x60\x3f\xe9\xf7\xb8\x76\xaf\x86\x88\x74\x88\x17\x3f\x20\xb7\xf6\x32\xe0\x22\x71\x07\x1c\x1f\x16\x37\x10\x67\x7d\x56\x55\x70\x4d\x2a\x92\x59\x4b\x53\x7f\x70\x63\x8b\x0f\xa7\x3c\x11\xdb\xbd\x79\x00\x6e\xf7\xe0\x11\xc0\x93\xe4\x6d\x79\x98\x44\xfd\x02\x9a\xd1\x3c\x69\xc1\x4f\xc2\x69\x15\x31\x90\x27\x31\x94\xad\x59\x23\x96\xf7\x3a\xc5\xfa\xe0\x8c\x9d\x0d\xf4\x07\x67\xec\x5a\x73\x1b\xa7\x81\xad\xce\x3d\xa8\xb9\xf9\x3a\xc4\xfc\x20\xda\x67\xa7\xc3\x93\xe8\x09\x15\xc7\x78\x50\x33\x7c\x64\x0f\xc9\x1c\x04\xa3\x05\xf1\xbe\xd7\x39\xea\x07\x01\x3f\x1f\x63\x7d\xf2\x5a\x09\x75\x91\x71\x8b\xbc\xc9\x87\x35\xa4\x9c\x51\xf7\x64\x4e\x43\x40\xc1\xf9\x66\xcf\xc5\x03\x5f\x9b\x0f\x54\x3e\x79\x49\x24\xbf\x00\x1e\x61\x82\x2f\x0b\x46\x61\xba\x10\x46\xa1\xa1\x4c\x11\xe6\x4b\xe5\x1f\x5e\x77\xe8\xb4\x9f\x67\x69\xa6\xb2\x60\x9e\x02\x6a\xe8\x6e\x93\xf5\x1a\xb3\xf0\xc6\xb5\x6a\x18\x40\x2e\xf2\xc7\x3e\x95\xd4\x60\xbc\xa1\x2c\x95\x93\xb8\x1f\xdc\xfb\xe2\x23\xfb\x0f\x82\x7c\xcd\x79\x84\x0f\xd2\xf8\x5e\x07\xaf\x1f\x9e\xa5\x1b\xc3\x63\xc0\x14\xec\xfe\x02\xfe\xd9\xe2\x36\xef\x5d\xd0\x2c\x51\x96\xca\xa6\xe6\x83\x02\x0c\x9b\x17\xa6\x42\x67\xf2\xda\x57\xcc\xc9\x68\xe3\xd1\xb9\x17\x9e\xa1\x1a\x3b\x40\xf7\x34\x5e\x21\x26\x00\xa1\x29\x37\x5f\xef\xff\xc0\x3d\xd8\x4c\x8f\xb8\x04\xc6\x22\xf3\x61\x05\x07\xa7\xd8\x3d\x0d\xb9\x4c\xb2\x9f\x9f\xb6\xf3\x05\xf7\x00\x0a\xcf\xfe\x60\x51\xb8\x16\xaa\x91\xf9\x98\x7d\x52\x1b\x96\x06\xf4\x40\x1b\xf6\x81\x9a\x07\x05\xad\x6a\xde\x7e\x22\x81\x1e\x3a\x27\x65\x7e\x3c\x9d\x13\x14\x0a\x91\x33\xd8\xcd\x13\x98\x32\x68\xde\x4d\x5f\xa5\x2c\xb6\x07\xb5\xb1\x7c\x96\xe3\xe1\x5d\x8a\x2f\x84\xa0\x22\x69\xb3\xb4\x80\xeb\x72\x78\xcd\x79\x31\xba\xf4\x9c\x07\x19\x82\xc1\x19\x7a\x0f\x22\xa0\xcd\xe9\xa0\x0f\xce\x0a\x38\x6d\xe9\x41\x04\xd4\xaa\xf7\x83\xa3\x03\x21\xbb\x9d\x70\x3d\xaa\x3a\xe4\xc9\x01\xa7\xc8\x3d\xd0\xd5\x7d\x4d\xda\x83\x1c\xc0\xe4\x5c\x8a\x07\x05\xd9\xdb\xf0\x88\x27\x27\xe9\x07\x0b\x68\x7f\x81\x1d\x2f\x77\xc0\x43\x6d\xde\x94\x8c\x88\xaa\x2b\x43\x3e\xfb\x22\x3c\xf5\xb8\xaf\xcd\xe4\x2f\x28\xc7\x8d\x97\x9d\x98\xd7\x90\xfb\x80\xb1\xed\xdf\x61\xe3\x6c\xee\x91\x1c\x41\xd6\xfb\xb3\x33\x0f\xc0\x72\x76\xc7\xf6\x19\x7e\x81\xa9\x15\x6e\x3f\x04\x41\x43\xa2\x84\x85\xd3\x45\x9f\x03\x82\xda\x94\x09\x5d\x3f\xb9\xb0\xc2\x73\x70\xc3\x6b\x69\x8e\xc5\xc6\x34\x04\x52\x01\x83\xd7\x1a\xce\x53\xdf\x50\xfc\x4c\x65\xbf\x39\xec\xff\xc0\x79\xea\x40\xf4\x73\x12\x6d\x72\x10\x3c\x48\xe4\xb3\xd7\xf9\x39\x17\x73\xf7\x03\xee\x60\x45\x42\x1e\xd6\x43\x75\xde\xdc\x03\xf5\xbf\x39\x0a\xf1\xd0\xdd\xea\x3d\x83\xeb\x16\x9d\x0e\xf1\x40\x55\xf7\xc5\xaf\x0f\xa2\xa8\xae\x13\xfa\xe0\xe4\x41\x7a\xb5\x2f\xbc\x2f\x90\x2e\xe4\x1a\x49\x49\x7d\xa0\x97\xdb\xba\x7d\x10\x53\x7d\x55\x62\x78\x58\x0b\xc2\xd9\xc5\x0f\x12\xeb\x7c\x49\xdd\x73\xaf\x49\x6a\xa5\xee\x35\x49\xbf\x41\x2f\x82\x59\x21\x2a\x91\xfa\x94\xde\xc3\xab\xc5\x4b\xf2\x0b\x17\xbb\x10\xee\xa1\xcc\xbf\x74\x59\x28\xf3\x3e\xf3\xfb\xf0\xe0\x9f\x13\xcf\x1e\xde\x18\xe3\xe4\xd5\x07\xb9\x72\x4e\xcf\x7b\x78\x83\xcc\x6b\x23\x42\x9f\xf7\x15\x5a\xcf\x43\xee\x2a\xcf\xc3\x33\xf5\xf7\xdc\x5f\x3d\x70\xa7\x7a\xe2\xac\x66\x6a\x09\x80\x6a\xa6\xba\x6b\xa0\x6e\xac\x4e\xaa\xfb\x8d\xea\xc6\x12\xed\x4a\x86\xa9\xdb\x0a\xce\x56\x3f\x98\x7b\x5d\xe7\xe8\xeb\x86\x0b\x62\x94\xbb\x55\x37\xd4\x8c\x50\xe1\xe1\xba\x05\xf0\xa7\xa2\x21\x79\x13\xb8\x6a\x3c\xd4\x2d\x50\xda\x57\x3f\x28\xe8\x41\x30\x05\x9e\xfa\x2a\x6a\x93\x37\x7c\xd6\xa6\x6e\x81\xf7\x7e\x55\x8f\x39\xd0\x83\x7b\xa4\xa5\x9f\xdc\x25\x10\x17\xdc\x03\x94\xfc\xe0\x21\x90\xd6\xf4\x11\x4a\x75\x63\x35\xaf\x92\x35\x02\x3c\xa0\xbd\xfe\xe4\xe4\x6a\xdd\x22\x49\x63\xa8\xbd\x08\x58\xc3\xf3\x46\x43\x19\x42\x75\xc3\xe1\x0f\x85\x6e\xeb\x86\x72\xa6\xaa\xe6\x54\x37\x94\xa4\xa8\xc6\x21\xd4\x65\x1d\x48\xaf\x5b\x24\x02\x04\x3f\xd2\xe3\x74\xe6\xb4\x6e\x91\xf3\xd7\xa2\xb0\x72\x98\xf2\x87\xea\x86\x23\x88\x8a\x1c\xd5\x0d\x37\x89\x77\x23\x08\xb7\x1b\xba\x5c\x49\xdd\xe0\x6e\xad\x2a\xdb\x56\xb7\xa9\xfd\x66\x15\xb9\xaf\x5b\xa6\xc6\x95\x45\x38\xd0\x54\x55\xf3\xa5\x6e\xb8\x8e\xb0\x27\xb7\x13\xda\xee\x00\x38\x88\x1a\x71\x85\x8d\xab\x3b\xe4\xb6\xcf\x02\x92\x17\x0c\x26\xd3\x5e\x26\x4c\x42\x13\xc2\xc8\x5b\xd2\xaa\xf2\xf4\x89\xb2\x8a\xeb\x86\x8b\xbb\xbb\xdb\x50\x65\x15\xb5\xa9\x1b\xe3\xc8\xca\xdf\xab\x1b\x8e\xa3\x0c\x2f\x04\x4f\xa3\xa8\x9a\x54\xdd\x10\x48\xce\xa6\x5d\x68\xb2\xfd\xd5\x26\x88\x02\x89\x45\x21\x8a\x26\x59\xb8\xdd\xf4\x7e\xe5\x76\xd3\xca\xd6\xc5\x2d\x35\x20\xc2\xce\x9b\x8a\x51\xd7\xad\x12\xaf\xfe\x02\xdc\xd3\x48\x98\x7a\x6c\x1c\x86\xb8\x92\x47\x98\x03\xa0\x28\x84\x2e\xc9\xab\x1b\x0b\x87\x79\x0a\x95\x53\x10\xc8\xa8\x5c\xdf\xbd\x7f\x11\xc5\xd6\xd1\x8f\xba\xb1\x72\xfd\x26\x9c\x41\x8f\x55\x71\x84\xba\xb1\xb4\x6a\x53\xff\x6d\x21\x5d\x10\x36\x54\x10\x34\xc3\x80\xda\xfa\xee\x80\xb6\x61\xd1\x0c\x1a\x45\xbb\xb9\x1c\x0a\x3c\x74\xf3\x87\x4e\xe6\x5d\x44\x7c\x50\x1c\xfb\xeb\x03\x20\xcd\xfc\xa0\x23\xab\xa6\x68\x48\x9e\x35\x51\x36\x79\xdd\x3a\x89\xb3\x88\xbc\x71\x37\xa1\xaa\x05\xd7\x8d\x57\x13\x7a\xcb\x77\x60\x2d\x8b\x76\x3b\x8e\x7b\x75\x61\x0d\x15\x22\xba\x37\xe0\xf2\xe1\x9a\x52\x78\xf5\x60\x31\x4c\xb8\x7a\xb0\x9b\x56\x19\x15\x2f\x1e\x92\x51\xf1\x4d\x20\xf1\x6e\xc2\x6a\x52\x19\x6b\x12\xc2\x13\x0e\x9d\x76\xf3\xa1\x41\xa0\x35\xc9\x75\xcf\x77\x35\x0c\x0b\x4a\x81\xcd\xe2\xf8\x59\x3d\x4e\xd5\x31\xbd\xc4\xcd\x72\x04\x9b\x1c\x91\x7c\x57\xcc\x57\x96\xea\xe8\xa5\xd8\xe9\x97\x7b\x75\x01\xb7\x59\x13\x0c\x3b\xc8\xe3\x35\x24\x5d\x44\xe6\x34\xd0\x2d\x93\x45\x18\x1c\xc5\xc1\xd4\x71\xd0\xa0\xf5\x34\x79\x0c\xb6\x9a\x77\x1d\x11\x66\x8f\x86\x44\x19\xd7\x6e\x12\x47\xe5\xfc\x6e\x62\x38\x20\xf2\x8c\xd7\x03\xb5\x3a\x4c\xc1\xac\x49\x51\x2c\x23\x71\xa8\xa4\x97\x9f\x58\x41\x75\xe3\xa5\x85\xe9\xf5\x35\xea\x6a\x34\xb7\x41\x4b\xa6\x94\x83\x46\x99\xb7\x28\x8b\xa7\x15\x4b\xd8\x93\x7c\xed\xf5\x00\xc5\xfe\xac\x06\xa0\x60\x45\x37\x6d\x9d\xb0\x3a\x8c\xf4\x73\x21\x5d\x63\x32\x5f\xef\x25\x1f\x50\xf9\x4c\xf5\x30\xeb\x86\xa0\x7c\xf7\x8e\xba\x96\xde\xa0\x21\x2e\xee\x41\x91\xd6\x45\x1c\xb9\x4d\x1f\xb2\x19\x15\x8a\xe6\x6f\x46\xcb\xb5\x40\x10\x4c\x70\x32\x57\xe3\xe9\x5a\xe4\x6c\x98\xa8\xbb\xba\x8d\xb2\xb3\x66\x55\x37\x95\x44\x75\x00\x1f\x73\x37\xe7\xba\x17\x5e\xd5\xc1\x0a\xe2\x0b\x8d\xcb\xc9\x5c\x35\x89\x1b\xc4\x6b\xf6\x4e\x5d\xb7\xf9\xf7\xb5\x74\xea\x91\xb7\x68\x9b\x2d\x50\x4f\x6d\x1a\xe1\x41\xbe\x96\x77\xcb\x43\x08\x04\x32\x9c\xd0\xaf\x1d\xfc\x2c\xa6\xa0\x11\x19\x85\x7f\xc9\xc0\x07\x45\xbe\x2c\xc2\x90\x51\xf8\x5a\x27\x6a\xad\x16\x48\xac\x42\x5b\x5e\x0f\xe8\x51\x92\x2e\x11\x50\x74\xdf\x92\x3e\xe0\x88\xaf\xc2\x09\x35\xf0\xde\x6d\x95\xcb\xa9\x01\x7e\x63\xaf\x53\xd8\x40\x8d\xd5\x1f\x70\x3f\x35\x3f\xe8\xdf\x5f\x4d\x9a\x74\x0d\xa8\xad\x66\x1e\x11\x36\x1a\x0c\x2f\x10\x08\x74\xf3\x17\x5c\x7a\x7d\xc1\xa4\x45\x9d\x95\xa9\x21\xc0\x8b\x6a\x18\xa8\xe6\x0a\xf1\x21\xf0\xac\x80\x30\x1d\xc2\x02\x52\x68\x08\x24\xe0\xec\x4f\xe0\x9a\xf3\xb4\x71\xec\x38\x24\xb7\x69\x0f\x14\x3f\x20\x75\x64\x03\xf1\x80\x9b\x6a\x16\x11\xa9\x32\xe2\xb6\x81\xaa\xab\xc8\x2f\xc4\x85\x69\xe1\x21\x82\x1e\x45\xf1\x01\x27\x35\xba\x98\x6d\x58\x07\x33\xaa\x5f\x60\x3a\xcf\xab\x4b\xa8\x03\x22\xf9\x90\x00\x82\x17\x3f\x51\x8e\xb9\x4b\xdc\x8e\xd4\x45\xa1\x81\xa7\x2e\x8a\x61\x58\xa7\x2e\xbc\xfc\x09\x86\xb8\x98\x55\x48\x74\x89\x7b\xb1\xe0\xaa\xf5\x45\x45\x35\xe0\xb2\xed\xde\x84\x07\xd4\xb1\xed\xdd\xbf\xc3\x0a\x32\x1a\x12\xd4\x32\x6d\xc3\xc0\xcb\x1c\x75\x48\xa7\x06\x6a\xb7\x5d\xb3\xca\x9c\x84\x7f\x5f\x93\x70\x0f\x8c\xe3\x89\x19\x85\x4c\x4c\xbb\x07\x5c\x4e\xef\xb5\xcd\x6b\x52\x82\x99\xda\xae\x27\x89\x74\x03\xef\xfc\xc0\xfb\xb5\xbb\x47\xa4\x14\xf0\xf7\x28\xec\x2d\xa9\x10\x70\x36\xa3\x0f\xf5\x87\x04\x83\x49\x4b\x3f\x90\x41\x01\x0e\x58\x1d\xc6\xad\xa1\x30\xd3\xd0\x64\x40\xc5\x76\x68\x34\x5e\xa9\xa4\x53\x43\x35\x54\x14\xf2\x33\x38\x95\x8a\x80\xf0\x51\x97\x48\x12\xfc\x38\x58\xdd\x87\x5f\xc0\x35\x7f\xc1\xbf\x83\x71\x45\x0f\x00\xbe\x34\x84\x9f\xca\x2d\x6e\xca\x44\xad\xb2\x61\x90\x2b\x41\x16\x51\x40\x51\x35\x2f\x0e\x38\x56\xdd\x87\xd6\x98\xa5\xcc\x8a\x29\x17\xfe\xd6\xde\x35\xa5\x06\xa2\x18\xfe\x9d\x33\x70\x87\x15\x33\x70\x1b\x24\xd1\x35\x83\xe5\x9f\x35\x99\x32\x35\x21\x79\xcd\xdb\xe2\x08\x1e\x82\xbc\xd6\x9c\xb0\x61\x92\xc1\x6d\x9e\xee\x32\xa3\x43\xf1\xb3\x17\x2f\x85\x8f\x54\xa1\x9c\x1a\xe0\x02\x1d\x32\x1d\x03\x2f\x65\x92\x03\xa9\x06\x5e\xaa\x6d\xdd\x38\x40\x75\xb5\x35\x1e\x90\xcf\xb9\x49\x9b\x0a\x70\x79\x8e\xcd\xbf\x67\xb4\xfd\x7b\x45\x5b\x93\x64\xee\x66\xf5\xd6\x18\x38\xfa\x69\xe6\x0d\x0f\x67\x1f\xa2\x84\x41\x90\xfd\xfb\x5a\x79\x21\x7a\x2c\x2c\x79\x48\x5a\x10\xd2\xe0\xc2\x4e\xf3\xb6\xab\xcf\x9d\x17\x6a\xa9\xcf\x95\xaf\x60\xcc\xef\xd0\x88\xa4\x65\x86\x95\x9f\x50\xfc\xc5\x64\xf7\xf6\xac\x84\x9d\xbe\x19\x13\x28\x0e\x89\x0c\x69\x95\x01\xe9\x9e\xc3\x42\x8c\x87\x44\xaa\x11\x8d\xfc\xcf\x21\xf7\x4f\x40\xba\xe7\x8b\xa5\xf0\x2c\xb3\xcc\xdd\xb0\x4a\xb3\x98\xcd\x1d\x8c\x28\x9b\x9e\x90\xfe\x39\xbc\x74\x07\x2f\xa8\xf0\x26\x84\x2a\x29\x07\x79\x0d\x27\x63\x87\xde\xc6\x38\x9b\xac\x8b\xe4\x6b\x80\xe2\xa8\x92\x82\x35\xa0\xe8\xee\x66\x18\x91\xce\x30\x82\xdb\x03\x6d\xa1\xf5\x24\x44\x82\x10\xa5\x56\x94\xf2\x57\xc3\x49\x24\x09\x40\x64\x8f\x0e\x73\x05\x56\xe0\x35\x71\x5d\x6b\xdd\x04\xe0\x45\x47\xb2\xe5\xd1\xb5\xd0\xec\x07\x34\x72\xcc\xcb\xae\x45\x2d\x42\x13\xeb\xdb\x16\xb3\xc3\x9b\xe9\x6c\x96\x61\xc8\x36\x18\x32\x73\x02\x93\x37\x93\xb9\x39\x4e\x0b\x0f\x53\xc7\x4d\x6d\xc1\xec\xf9\x5e\x8b\xa7\xd5\xe6\x15\x04\xc5\xec\x84\xe7\x7f\xab\xb7\x2e\x6a\xd8\x6e\x26\x49\xe8\x7e\xc3\x8b\xb7\x74\x3f\xcf\xe3\x21\x10\xfe\x00\xbc\xe0\xd5\x41\x07\x81\xb9\x03\x2c\x8e\x79\xf6\x83\xc5\x90\x43\x26\xe0\x70\xc9\x30\x4b\x46\xba\x81\xee\x9c\xac\x01\xfe\xcb\x21\xbb\x28\x42\x31\x1c\xf1\x47\x6e\xb8\xc8\xc2\x30\xca\xa5\xa9\x91\x77\x13\x28\x55\xa6\xc6\x8d\x22\x44\x22\x34\x2e\xff\xa8\x44\x40\x64\xb6\x40\x76\x17\x98\x40\x72\x0f\x98\x40\xf2\xef\x48\xeb\xd5\xaa\xc5\x80\x2a\xc2\xfe\x3e\xe0\xac\x59\x77\x1b\xdb\x43\x9c\x28\x06\x9c\x43\x90\x4e\x18\x71\xb0\x65\x24\xff\x5e\x48\x59\x1e\x00\xd5\xe4\x8a\x3f\xd8\x61\xc2\x78\x00\x6c\x87\xe4\xdf\x4f\xe2\xc0\x3d\x5e\xdf\x5f\xb5\x69\x89\x63\xc0\x12\x24\xb7\x71\xbb\x94\x34\xe3\xc8\x5c\x50\x55\x8d\xa9\x11\x2a\xe3\x48\x7e\x81\x49\x1d\x92\x30\x31\xd2\x11\x2e\xc3\x2c\x46\x9e\x57\xf6\x17\x8d\x5d\x6a\xcc\x48\xff\xfd\xeb\x0b\xd0\x51\x72\xfb\xe0\x17\xee\x82\x50\x6b\x21\xe1\xcf\xac\xda\x2d\x31\x81\x70\xb2\xdb\xcc\x50\x92\x68\x8e\xb8\xf9\xe0\x05\x34\x74\xca\xd4\x8c\x68\x16\xc7\x89\x7e\x81\xce\x46\x2f\x65\x3a\x60\xc3\xfb\x05\xca\x10\xa9\x80\x11\x09\xa7\x49\x89\x56\x35\xe2\x30\x6f\x75\x1b\x2e\xd3\x6c\xa0\xa7\x52\xd9\x86\xd4\x83\xc8\xeb\xa0\x54\x4e\xa7\x46\x9e\xb5\xb1\xb3\x24\x32\xfa\xaf\xd4\x8e\x1a\x79\xf8\xc6\xce\x91\x38\xb5\xca\xd8\x5e\x5d\xf4\xef\xaf\xfa\xc2\x2c\xca\xee\xaa\x34\x71\x8d\x50\x22\x75\x8a\xba\x46\x5e\x31\x65\xcf\x44\xe4\x15\xe2\xaf\x11\xb1\x12\x52\x84\x23\x0b\xc7\x29\xdf\xa0\xc6\x42\x8f\xa5\xb4\xf3\xc8\x92\x3e\xd5\xb3\x98\x8a\x67\xb4\x7b\x22\x16\xce\x4a\x3c\x3f\x42\x13\xb5\x85\x10\xcb\x9a\xa5\x50\xcd\xa2\x3e\xe2\x8d\xb1\xf0\xbc\xa5\xb7\x45\xc1\xb6\x30\x55\x33\xd3\x55\xa1\xf1\x1a\x0b\xa7\xa1\x21\x2a\x09\x48\x78\xe2\x71\x9f\x6a\xc4\xc2\xcd\x3a\x8c\x38\x5e\x4a\x5e\x8d\xa8\x0a\x41\x26\x5f\x40\xa4\x1b\xb4\x1a\xe8\x55\x1a\xd7\x43\xf2\xe4\xaa\x44\x61\x44\x3c\x3f\x18\xe8\xc6\x8d\x25\x3d\x27\x36\x46\x4e\x04\x43\xe3\x62\xfa\x03\x1a\x67\xdd\x1f\x30\xf8\xe7\xb5\xc0\xc5\xe8\x43\x9a\x54\xe4\xa1\x5f\x85\xeb\x6b\xc4\xc5\xe8\xa3\xb8\x8d\xcc\x51\xcf\x12\xe1\xfb\xea\x5d\x80\x88\xbc\x02\xe2\x35\xc2\xb1\x3a\xbc\xb3\x99\xcb\x6a\x00\x70\x49\xa8\x6b\x91\xd4\x88\xeb\xa8\x74\x17\x5c\x8d\xa8\xad\x6b\x6f\x43\x1c\xcc\x9e\x35\xda\xa6\xf6\x98\x2c\x93\x22\xb5\x47\x53\x17\x8b\xe6\x98\x14\xa8\x4d\x9a\x01\xb2\x4e\x6e\xf7\xfb\x28\x61\xe1\x5d\x3a\x68\x95\xd7\xf2\x23\x21\x04\x0f\xe9\xf0\x1a\x22\x11\xd6\x91\x99\x08\x07\xa9\x55\xfe\xc8\xa3\xc5\x32\x9f\xe3\x4e\xa9\xde\xfd\x00\x75\xfe\x4c\x88\x53\x09\x2c\x9b\x25\xcc\xc1\x3b\x5e\xf4\xfb\x41\xa1\x27\x85\x28\x1e\xcc\xed\x15\xbe\x58\xee\xd6\x44\xc2\xfa\x34\x2f\xde\x89\x73\xbd\xc3\x4b\x74\x30\xc0\xab\x29\xe1\x4a\xaa\x61\xa2\x42\x71\xbd\x61\x56\xba\xa2\xd6\x26\x53\xf8\x0e\x87\xdc\x16\x91\x2a\xa0\x97\x1c\x07\x81\x87\x57\x88\x2a\xa0\xcc\xfb\x48\x15\xb0\xb9\x3f\x48\x87\xe6\xfe\x40\xc4\xd2\x49\x23\x22\xd8\xe9\xd5\xff\xcd\x19\x6a\x06\xc8\x67\x1d\xde\x89\x4b\x27\xd4\x07\x70\x4d\x0e\x13\x39\x2f\x65\x30\xff\x41\x65\x5c\xdb\x17\xf1\x22\xc9\x09\xe0\xa5\x53\x7a\x55\x51\xbd\xa6\x5a\x51\x8a\xa8\xe7\x37\xcc\x4d\x70\xc0\x68\x98\xe8\x70\xbe\x48\x87\x17\x6a\xbc\xd6\x4e\xf6\x83\x03\xfb\xc8\x53\x20\x0e\x44\x06\x17\x70\x60\xd6\xc0\x2b\x18\x9a\xdb\x2c\xe5\xe6\xf6\xa2\x02\x41\x88\xe2\xb8\xd9\x9a\xcd\x8d\x4a\x15\x56\x2c\x70\x73\xe7\x78\x75\x08\x9c\x5a\xc0\xc2\x0f\x39\xfc\x3d\xe3\xe5\xd5\xba\x1d\xe2\xe5\xf6\x24\xc5\x87\xca\x99\x8c\xb2\x88\xe3\x41\xc3\x02\x97\xf1\x73\xe3\x0c\x85\x74\x37\x79\xe9\xe3\x8a\x8e\x7b\xdd\x57\x76\xab\x91\x82\x62\x33\xc9\xbc\x85\xea\xa6\x08\x35\x41\x83\xd4\x3d\xed\x35\x6d\xa4\xec\xa1\xf6\x62\xc0\x7e\x40\x49\x25\x71\x99\x36\x26\x47\xb8\x47\x90\xb2\xf4\xcb\xc4\x6a\x33\xd5\x6d\x46\xae\xab\x3b\xa0\xa6\x23\x95\x39\x51\x03\x15\x9a\xd2\x46\xeb\x5a\xbb\x23\x2d\x47\xa4\xb6\x43\x0a\x38\x4e\xa0\xfd\x9a\x18\x91\x57\x39\xa7\x9a\x96\x27\x52\x2c\x2f\xad\x13\x45\xd5\x6f\xc0\x0e\x6c\x1e\x03\x9e\xf3\xa0\xd5\x4f\x3c\x32\x24\xb5\x22\x45\x6e\x61\xb7\x3b\x3c\x95\xc2\x64\x1c\x84\x41\x43\x2e\xbf\xa1\x28\x3e\x41\xc5\xdb\x86\x5f\xa0\x24\x4a\x7e\xe1\x81\xbb\x4a\x98\x4a\x54\x23\xc4\x6a\x53\xe2\xae\xd3\x26\x4b\xcb\x4f\x28\x85\x2a\xf1\x56\x04\x7b\xa2\x13\xca\xb5\x6c\x4a\xb9\xae\x69\x2a\x71\xad\x79\x1e\xf0\x03\x9a\xd7\x25\x24\x68\x36\xb7\x97\x1f\xd0\x98\xca\x54\x03\xdc\x43\x5e\x40\x44\x3d\x18\x08\x7f\x6a\xc8\xcc\x9d\x67\x5c\x65\x3a\x75\xe4\xd8\x4a\x2c\xce\xfb\xb3\x64\x84\x04\x2f\x9f\x4e\x1c\xd4\x94\xe9\x12\x36\x11\x67\x6e\x54\x41\x8c\x92\x2d\xca\xc7\xa9\x89\x17\x27\xa8\x4e\x55\x4d\x85\x87\x1e\xe4\xe7\x4a\x4b\x3f\x4b\xfe\x04\x9e\xc2\x57\xbb\x4d\x2c\x66\xb7\x3b\x3f\x70\x0f\x94\xa9\xe2\x16\x89\x09\x9e\x0e\x17\x25\x28\x68\xca\x00\xad\xa9\xd2\x10\x6a\x7e\x40\x6e\x20\x0e\x97\x6a\x83\x20\xd4\x3c\x11\xc6\xd6\x75\x56\x35\xa1\xac\xe2\x30\x81\xc1\x1d\x38\x5e\xbf\x33\x39\xc0\x6b\x5b\x17\x05\x0a\x53\x28\xbc\xa8\x1a\x86\x35\x35\x1a\x15\xf2\x03\xa4\x86\xca\x31\xe2\x89\xa9\x51\x12\x9a\x44\x1b\xad\xfc\xe1\x37\x20\x0a\x4d\x1c\xad\x81\xad\xbb\xc7\x85\x39\x41\x89\x5b\xd8\xa3\x59\xd6\xd4\xe8\x92\xee\x47\xa9\x69\xdd\x20\x6a\x7e\xd1\xc8\x2f\xbc\x2b\x96\xc3\x4f\xca\x72\x42\x69\x46\xcb\x9e\xd4\xe9\xab\x30\x66\x3a\x43\x46\x1a\xa3\xaf\x69\x69\x0c\x5e\xe4\x6e\x0f\x7d\x62\xa5\xc5\xec\x2e\x89\x7b\x7f\xb0\x76\xbf\x16\x03\x17\x24\xd8\x83\x97\x3a\xf7\x9d\x7f\x07\xd1\x9a\x04\x07\x43\xb4\xde\x77\xac\xb0\xec\xb5\xe2\xa5\x5d\x96\xa0\x89\x27\xc0\x1d\xaf\x49\xd4\x03\x25\x6e\xd2\x60\x69\x24\xcd\x72\xe9\x7d\xde\x49\x83\x1b\xd5\xb3\x42\xb5\xc4\x6c\x4e\xcc\x8a\xcb\xf6\xf1\xa7\x41\xa8\x85\x16\x04\xbf\x87\x0c\x9d\xc4\x2b\x4b\x65\x2a\x25\x04\xc3\x87\x39\x01\x2e\x5c\x18\x66\x04\x3c\x24\xe5\xf0\x4e\x42\x2c\xbc\x7a\x0e\xbc\x09\xcc\xfe\x87\x84\x3c\x4b\x9b\x94\x09\x85\x6a\xec\x22\x49\xf0\x41\xc6\x57\x07\x73\x8e\x3a\x65\x53\x13\x5d\x90\xaf\xef\x41\x5e\x2f\x08\xb9\x47\xbc\xd5\xe9\x72\x94\x3d\x90\x98\x44\x69\x91\x8a\x48\xf8\x30\xf1\xa1\xf6\x73\x33\x92\x0f\xca\x6c\x43\x74\xdc\x53\xdf\x95\x02\x9d\xce\x0d\x6d\xcd\x80\xc5\x11\x1d\x89\x49\x67\x9a\x56\xb4\x89\x73\xaa\xa3\x65\xb3\xa8\x3a\x49\x08\xd9\x2f\x54\xbc\xa0\x29\x30\x87\xd2\x91\x89\x34\xf5\xcf\xa2\x03\xb8\x35\x2d\x7d\x52\x2a\x74\x9a\xfa\x64\xd2\x51\xa4\x9a\xa6\x3e\x99\x36\xd3\xde\x45\x13\xd8\x3c\x78\x2a\x94\x45\x87\x59\x6b\xba\x28\xa2\xa5\xe5\xa7\x0b\x09\x02\xd2\xc1\xd3\xd4\xff\x92\x63\x17\x89\xc5\x0d\xa5\x4c\xa5\x8b\xba\x8f\x15\x8d\x9b\x5a\x81\x57\x0e\x0a\x5f\x30\x23\xb9\x13\x40\x10\xda\x6e\x26\x78\x79\x0f\xdf\x9c\xb5\x3b\xc0\x9e\xcd\xdb\x4f\x4e\xa7\xd6\x84\x7c\xca\xf4\x62\x01\x37\x4f\x45\x6a\xfc\x87\xe2\xdb\x5b\xfa\x59\x38\x10\x92\x1e\x56\xe6\x74\x1b\xf1\x7f\x6f\xb7\x87\xeb\xe6\x76\x83\xaf\xcd\xcc\xf4\x21\xd2\x3e\x33\xc8\x1b\x3e\x08\x6e\x53\x1d\xe8\x7e\xc0\x1d\x2e\xf2\xcf\x38\xac\xed\x7c\x97\xbc\x3d\xe8\xe1\x33\x89\x1c\xc8\x86\x24\xa6\x32\xfc\x7b\xc3\xa6\x44\x0e\x40\x73\xf0\x0b\x79\x8a\x46\xa9\xd9\x39\x70\x12\x43\xed\x86\xf7\xab\xda\x9d\x1d\xfa\x01\xf4\xc1\xee\x36\xe5\xbb\x78\x6b\x46\xe9\x99\xa1\x0b\x0a\x6a\x5e\xc7\x79\xc4\xd9\x32\xd2\x11\x87\x6e\x28\xa8\x39\x52\x73\x12\xa3\xca\x91\x98\xf2\x17\x1d\x6d\x77\x49\xde\x38\xfc\x60\x11\x87\xe6\x81\xea\xd5\x2a\x67\x50\xf3\x54\xe7\x92\x2e\x0f\xa9\x99\x09\x88\x2a\x55\x52\x33\xcf\xef\x38\x7e\x92\x13\xf6\xad\x98\x63\xe6\x81\xef\xfc\x7a\x40\x20\x35\x04\x82\xbc\x4e\xad\xcb\x74\xc8\x65\xaf\x77\x5a\x15\x00\xd5\x66\x6e\x92\x17\x07\x0e\x37\x15\xe9\xa9\x99\x07\xb8\x1d\x60\xc9\x19\xcc\xc8\x43\x64\x7a\xd8\xe5\x1e\xc9\xa8\x77\x67\xe3\x3a\x33\x5f\x30\x1b\x93\x85\x54\xae\x70\x43\x2e\x14\xa6\xdd\x0f\x70\x97\xe8\xe6\x36\x63\xd7\x92\x95\xb9\x30\x8d\x45\x3c\x33\x2f\x67\x56\xf1\x83\x8b\x79\x03\x42\x55\x59\x33\x55\xa7\x95\x41\x78\x61\xbf\x92\x8b\x4a\xbb\xce\x75\xc1\xa9\x99\x54\x12\xa6\xa0\xa8\x70\x23\x44\x7f\x40\x3d\xc3\x84\xc9\x62\x35\x56\x55\x32\xdd\x57\xaa\x14\x53\x73\x23\x1d\x2a\x16\x94\x1b\x56\x34\xfa\x05\x9c\x96\x15\xaf\xcf\x6d\x85\xa7\x04\xd4\xd4\x86\x5a\x33\x76\xdb\x42\x8d\x5f\x58\x98\x50\x17\x38\x5b\xed\xb4\xbb\xdc\x29\x0d\x8a\x1f\x34\x7e\xa1\x3e\x3b\x68\x3f\xfa\x85\xb5\xe6\xc2\x04\x3d\x52\xd9\x7b\x76\x04\x76\xa1\x99\xb3\x8a\x5d\xf3\x17\x60\x0a\xe2\xde\x79\xea\x26\x65\x33\x53\x40\x59\xe6\xf4\xfa\x9e\x74\x28\xb3\x31\x0f\x64\x8d\x56\x77\xc8\x9a\xa3\x82\x99\x57\x37\x39\xbf\x37\x53\xd3\xb0\x77\x32\xef\x5c\x5f\x49\x98\x8c\x78\x66\xf0\x5a\xec\x84\x49\x93\x5a\xaa\x85\x3c\x0e\x79\xa7\x98\xf4\xfa\xee\x10\x18\xb2\x5c\x33\x3c\x57\x0e\xa1\x66\x9e\xd0\xc8\x26\x21\x1c\xb7\x56\x81\xdd\x9a\x77\xca\x55\xc1\x78\xa0\x50\xa3\xf1\x8a\xac\xbb\x66\x06\xc0\xd3\xd8\x39\xfe\x28\x4b\x2e\x1f\x2c\xf0\x23\xf0\xa6\xe6\x51\x36\xd9\x24\xf9\x80\x63\x4d\x16\x6a\xe6\xcd\xeb\xba\x1f\xab\x66\xdc\x38\x6a\xf1\x92\x4f\x08\x71\x19\x20\x79\x5d\x2a\x21\xf5\x2f\x9f\x40\x61\xf2\x07\xd8\x42\x32\x93\xf2\x49\xa3\xb8\xba\x87\x9d\x42\x53\x18\x40\xa1\xe5\xe6\x3d\x75\x22\x1f\x4d\xa6\x7e\x5e\x35\xef\x4c\x59\xd7\x5a\x67\xcd\x92\x9a\x86\x14\xb6\x4c\x57\x95\x87\xa4\xab\xca\x96\x7c\xbe\x16\xfd\xbb\x4b\xd0\xbf\x2c\xb3\x3c\x55\x91\xb2\xc9\x2e\xcf\x77\x04\xcb\xd3\xfb\x54\x2c\x2c\x33\x59\xa7\xa6\x99\x0d\xdf\x34\xe5\x86\x7b\x20\x69\x09\x4f\x37\xf1\x24\x90\xe0\x8a\xb2\xdd\x95\x6f\x32\x76\xf3\x89\x1b\x62\x59\x2a\x60\x7e\xb8\x23\xfd\xc5\x13\xd0\xa3\xb0\xf2\x00\x2b\xe6\x02\x0f\x64\x8d\x69\xe3\x21\x57\x30\xa2\xa9\x6b\x48\x25\xcc\x0f\x2d\x1e\xeb\x16\x0f\xb0\x62\x2c\x3c\xe4\x44\xa6\x96\xe7\x9a\x2f\x58\xbc\xc1\x17\xe5\x3c\xd7\xfc\x70\xcb\x4a\x18\x95\x0d\x8a\xae\x74\x91\xb2\xc2\x9b\xf2\xb3\x16\xde\xea\xa4\x7a\x23\xb5\x6c\xa0\x37\x89\x96\xb2\xad\x2e\xf5\x60\x79\x82\xa4\x1b\x97\xb0\xd6\xc6\x0f\x18\x59\x19\xfe\x04\xab\x2f\x09\x58\x78\x15\x86\x63\xdf\x85\x57\x61\xe8\x2e\x94\x5a\x02\xf6\x51\x71\x1b\x13\x7f\x0d\x71\x73\xcc\xa6\x07\x14\x4e\x62\x7f\x65\x2a\x2c\xcd\x27\x03\x4a\x04\x45\x49\x36\x95\x88\xd5\x92\xb8\x2b\x2c\x27\x6c\xbb\xbb\x44\xca\x09\x69\xc3\x25\x62\x75\x0c\x63\xc4\xde\x97\x70\x2b\x91\x4e\x75\xf7\x78\x13\x24\x3f\xc0\xa1\x6f\x4f\x22\xad\xc5\x50\x0f\xf4\x46\xa9\xf8\x51\x2d\xd4\x4e\xc4\xcc\x4a\x02\x51\x8b\x85\x97\x04\xc4\x8a\xe8\x0b\x7d\x53\xd2\xf3\x0a\x6f\x5a\xb7\x23\xa9\xe0\x74\xb1\x5d\x05\x05\xa5\x82\xeb\xab\xc3\x07\xa1\x67\xcd\x91\x57\x74\xda\xc7\x52\xf2\x5a\xec\xa1\x07\xd0\xa8\xb4\x4b\x4a\x5e\x44\x2d\x18\x32\x61\xd4\xc2\xf0\xc0\x85\x53\xaa\x4a\xc6\xda\x8a\xdb\x94\x4c\xfe\xe4\x21\x61\x18\x79\x65\x57\x70\x50\xfa\x72\x41\x70\xd0\x5a\x46\x59\xce\x27\xe9\xaa\xa5\x10\x68\x45\x27\x4a\x01\x91\x8b\x81\x95\x42\x3c\x6b\x65\x70\x6d\xa7\xca\x8d\xd5\x52\x38\x07\xb7\xa1\xba\x8a\xbd\x95\x82\x29\x34\xf7\x0f\x15\xaf\xfa\x77\x8a\x7b\xe9\x67\xa5\x2e\xe6\x22\x98\x71\x94\xb8\xc4\xfa\x13\x29\x54\xa8\x57\x99\x32\x71\x88\x58\xd7\x93\xd4\x52\xd7\x1a\xb8\xf7\x83\x08\x10\x4e\xe1\xa7\xf2\xb9\x9a\x82\x53\xc0\xd5\x84\xd7\xc0\xdb\xbc\x06\x53\xcb\x8a\xb6\x8f\x4b\x43\x3c\xcc\x84\xd6\x50\x5f\x40\xbc\xb1\x34\x20\x4c\x8e\xb6\xc2\x1b\xb3\x9a\xc9\x64\xc5\x08\xa5\x7f\x96\x4e\xf3\x56\xba\x7c\xe9\x6b\xd1\x04\x63\x5f\x2c\x5f\x58\x45\x09\x1b\x73\xc7\xd2\x79\x89\x82\xd0\x82\xd3\x13\x96\x8c\xa5\x2f\x20\x34\x8b\xce\xc3\xd2\x1e\x12\xba\x83\x3b\x98\x4a\x59\x52\x4d\x83\x5a\x10\x25\xb4\xaa\x59\x06\x15\x73\xa9\x75\x65\xd0\xbc\x88\xfe\x02\x35\x6f\xbc\x9f\x78\x38\x42\x45\x40\x6b\xc1\x7d\x9a\x8e\x70\x94\x01\xa6\x62\x2e\x84\x2c\x33\x5d\x55\x5f\xcb\x3a\x2c\xe1\x0d\x39\x20\xb6\xdc\xc1\xbe\x76\x87\x1f\x30\x00\xac\x1e\x97\xd2\x26\x23\xba\xec\xbc\xb0\x59\x43\xd0\x1f\x24\x2b\xab\x2c\xa5\x4d\x16\x4d\x61\xd1\x9c\xf8\x7a\x40\xa0\xdd\x23\x6c\x09\x2f\x0c\x1c\x3c\x8e\x62\x97\xa5\xa3\x0d\x0f\x49\xce\x28\x98\x0f\x5e\xb9\xe7\x36\x19\xa3\x59\xe9\x0a\x50\x4a\x74\x96\x83\x66\x80\x34\x8a\xc2\x4a\xc5\xb6\x2d\xca\x01\xde\x29\x2d\xa7\x20\x6f\xad\x35\x6f\x41\xc4\x34\xad\xdd\x16\x86\x2c\x37\x8f\xc9\xf3\x7e\x9a\xe5\x41\xfe\x6e\x11\xc3\x1b\xc4\x9a\xc9\xe1\x84\xc6\x60\x46\xc5\xbc\xb6\xea\xd5\x3c\x21\x94\xbc\x91\xe9\x66\x32\xe3\xc2\x51\x5d\x07\x25\x0b\xbd\x4c\x5e\xfc\x93\x86\x7d\xf2\x08\x83\x20\xf8\x0b\xb8\xc6\xcc\xae\x4f\x08\x29\x33\xa2\x73\x4d\xc2\x43\xe2\x60\x95\x34\xda\x72\x91\x53\xbd\x1e\x80\x35\x78\xe3\x5e\xdc\xa7\xc6\x3c\xef\x8e\xaf\x5e\x7e\x68\x83\x56\xd5\xca\xc5\x4d\x60\x9d\xe3\x82\xd2\x6f\x92\xbd\x40\x4f\xde\x24\xbc\xd5\x53\xe7\xdb\x6b\x41\x26\x9c\x15\xa7\x32\xd5\xc5\x90\x6c\x15\x96\x1b\x97\x95\x78\x9a\xd0\x0e\x9d\x72\x55\x50\xc6\xd0\xaa\x59\xc1\x09\x89\x68\x34\x21\x0d\xae\x19\x22\x1c\xf5\x7d\x09\x56\x68\x8f\xc1\x7b\x06\xca\xa2\xaf\xff\xaa\x85\xca\xa2\xe7\xfc\xac\xa5\x17\x04\x0f\x57\xca\x20\xa1\xee\x4e\xb2\x9e\xf5\x00\x09\x56\xa2\x10\x99\x6c\x2a\x9b\x56\xeb\x06\xf3\x5b\x3c\xb6\xa2\x30\x8e\x1d\xbd\x75\x03\x71\xbd\xda\x6b\xa1\xb2\x1e\xa0\xb6\xa3\x14\xb9\xba\x31\x6e\xf0\x23\x19\x54\x59\x33\x47\x55\xd8\x6a\xdd\x06\xc0\x71\xef\x50\x97\x86\xc1\xa3\x77\xbe\xa9\x4d\x09\x20\x76\x5e\x71\xe7\x85\xea\x30\xd4\x8a\x1a\x39\x9b\x3b\x44\x0d\x1c\x1b\xc0\x35\x40\x26\xbd\x7e\x87\x6b\x4f\x7c\xab\xe2\x86\x0b\x17\xda\xae\x95\x4a\xa5\x07\xe4\x45\xf1\xb6\xd2\xeb\xff\xc7\xd8\x95\x9c\x4d\x8c\xea\xc0\x54\x26\x84\x36\x9b\xe0\x32\xb9\x78\xcd\x3f\x84\xf7\xb9\x4a\x53\xe5\x77\xfb\x8f\xee\xb6\x41\x80\x10\x85\x56\x94\x02\xfd\xf9\xce\x3c\x36\xc2\x21\x8d\xb1\xb0\x5a\x9a\xc6\x50\x78\x49\xd7\xf5\x6d\xa4\x1f\x9b\x76\xf0\x60\x8a\x66\x5f\xe3\x47\x41\x06\x99\x70\x13\x1d\xa9\xb3\x45\x54\x49\xaa\xdd\x67\x20\x45\x9f\x46\x91\xb5\x43\xdd\xe5\xe2\x07\xfe\x81\xc7\x5c\x75\x17\x8c\xa6\x98\xa6\xe1\x24\x33\x9a\xca\x0b\x6b\xa3\xa9\x2f\x84\x60\xa6\x01\xf3\xe0\xb5\xae\xbc\x32\x4e\xff\xb0\xfd\xfb\xcf\x74\x00\xc7\xa8\x4c\xf6\x33\xfd\x03\x24\x9b\x4e\xf7\x51\x83\x54\xfb\x87\x1c\x86\xa8\xae\x74\xbf\x92\xf4\x1c\x2f\x76\x0d\xa5\x3d\x1f\x03\x05\x4e\xd7\x87\x86\xf7\x24\xdc\x24\xfa\x06\x83\x89\x8d\xd2\x46\x7b\xf7\xe4\xe6\x51\x43\x53\x57\x74\x2d\x19\xf0\x8c\xb3\x7d\x68\xbc\x58\xb7\x6f\xda\xd3\xa3\xf1\x48\x11\x2c\x1c\x8d\x6b\x25\x65\xc2\x68\x0c\x32\x97\xdc\x18\x2f\xd8\xed\x9b\x59\x90\x76\x5a\xdf\x63\x07\xb4\x83\x76\x5a\x1c\x2d\x97\xc6\x44\xf0\xa6\xd3\xdc\x07\x86\xa9\x33\x64\xf4\xe4\x41\x0d\x93\xf0\xd7\xfb\xa0\x23\xb0\xc5\xfb\x86\x86\x54\x5f\x12\x47\xc7\xce\xf5\xc4\x76\x6a\x10\xcc\xa3\x80\xb7\x9b\x59\x12\xf0\xd6\xda\xc5\xd1\x49\x92\x7a\x60\xe2\x1c\xab\xd4\x06\x03\x8e\xed\x7a\x39\x5e\xb8\xdb\x6d\xb4\x1a\x2c\x8f\x61\xcb\xc2\x18\x9c\x7b\xf1\xcf\xe0\xe6\xf6\xff\x03\x59\x2f\xdc\x00\xbc\xd6\x2c\x1c\x99\x16\x3b\xbc\x75\x07\xed\x6c\x66\x38\x7a\xce\x79\xda\xe0\x39\xe7\x88\xe4\xf1\x42\xe2\xbe\x79\xa5\x02\x5e\xb6\x66\xc7\x84\xc4\xa2\x30\x3a\x07\xed\x06\x90\xc6\x4f\x87\xf7\x08\x72\xf8\xe6\x2f\x50\x18\x5f\x97\xaf\x41\xc7\x3a\x25\xb4\x1b\x23\x4e\x7e\xa1\x69\x8b\x3c\xad\xdd\xc4\xc3\x37\x34\x4c\xb8\xd2\x7d\x34\x29\x83\x35\xf2\x84\x72\xc6\xac\x18\x96\x86\x31\x31\xd1\x26\x0a\xaa\x4b\x65\x40\x19\x03\x9a\xcb\xcd\x4b\x39\xc1\xd1\x9f\x0e\x09\x48\x75\x16\x8f\x09\xe6\xf0\x34\x2c\x52\xe4\xa5\x42\xcc\xb1\x15\x2f\x63\x11\xdc\x75\xff\x80\xc3\xfa\x6f\x71\xab\x03\x9e\x77\xd6\xf7\x8d\x45\x7a\x35\xde\x45\xe6\x16\xfd\x0b\xbc\x2c\x14\x37\x98\x63\xdb\x57\xa3\xb1\xe3\x58\xb5\xb0\xdc\xe9\xef\xee\x67\x68\x4c\xec\x9b\x3a\x50\x6f\xce\x8a\xd8\xc1\xac\x32\x3e\x77\x19\x61\xa1\x24\x81\x63\x20\x89\x8c\x2f\xd9\x83\x91\xc1\xca\x2a\x38\xc6\x81\x70\x4b\x4b\xb6\xd4\x51\x9a\x57\x61\x10\x35\xfa\x1d\x07\x79\x4f\xd7\xab\x71\x60\x16\x4c\xd3\x81\x55\xd3\xcd\x66\x1c\x3c\x12\x7c\x3a\x43\x71\xa9\xe4\x9c\x63\xc0\x62\xba\x7d\x1a\x7c\x40\x92\xd8\xe4\x24\x2c\xb4\x58\x02\xd6\xdd\x84\xa0\x06\xa0\xec\xe6\xed\x84\x94\x93\xd5\x1e\x03\x83\xc1\xbe\x1e\x34\xb0\xac\x8b\x70\x8e\x71\x92\x66\x3f\x73\x37\x78\x50\x34\xa1\x1a\xe2\x8f\x33\x6b\x62\xeb\x93\xab\xf1\x0d\x75\xfa\x62\xd3\xbe\xf9\x0b\xb8\xc8\x59\xc7\x37\xa0\x97\xdc\x3e\xef\xe7\x3c\x69\x5e\x2e\xe4\x6d\xfd\x3c\x43\xfd\x6c\x10\x72\x25\x3b\x89\xbf\x6e\x88\x91\xcf\x33\x28\x10\x5a\x1e\x4c\xa0\xed\x00\xb0\x01\x93\xa9\xbd\x9e\x06\x33\x46\x1a\xd2\x0f\x3a\xd5\xd9\xed\x78\xb0\xde\x87\x11\xf8\x78\xd0\xa7\x21\x03\xcd\xa4\x9f\xff\x2b\x60\x8c\x68\xa2\xd7\x9c\xd4\x71\xe3\xe9\xf8\x5e\x83\x7c\x02\xcf\x22\x11\x05\xda\xac\xbc\x18\x0f\xd1\xb2\xdb\x43\x9a\x02\x9f\x82\x2f\x94\x9d\x0e\xba\x1b\x88\xe8\xa8\x9f\xf6\xa1\xa1\xf6\x41\x0c\xb5\xe6\x47\x20\xa0\x9e\x9b\x1d\xb1\x83\xb5\xeb\x75\x90\xc7\x2f\x37\xd0\xd2\x0f\xf5\xdf\x7f\x9a\x63\xd7\xe3\xd7\x39\x65\xfe\x82\xf0\xa3\xfa\x0d\x04\xa1\x48\x16\x07\x63\x7b\x87\x3f\x38\x70\x39\x34\x09\x17\x52\x4b\x4d\x3d\x03\x31\x4d\x3f\xe3\x48\x14\x62\x8a\x8d\x42\xce\x1d\x6c\x2c\xb5\x23\xb9\x12\x5b\x56\x7a\xd0\x33\x5c\x6e\x3f\x2d\x90\x71\x86\x9e\x03\x69\x2e\x45\x21\x03\x7f\xc3\x24\x6e\x20\x79\xf9\x99\xfb\xa7\xfa\x07\x64\xaa\xdd\xdc\x03\xf6\x7c\x35\x05\x88\xfb\x75\x03\x8c\xe2\xf0\x0d\x24\x4a\x22\x0d\x8d\xa1\x50\xff\xd1\xfc\x09\x8c\x6f\x1e\xe4\x8b\x4d\xeb\x67\x16\x5e\x68\x5a\x7d\xe2\x45\x61\x72\x6b\x7f\x9f\xee\x53\x7a\x06\x89\xda\xe0\x91\xf9\x19\x45\x72\xcd\x59\xd5\x98\x5e\xdc\x59\x8d\xb7\x22\x0d\xc0\x12\xbe\x01\x15\xeb\xf6\x79\x06\xaf\xb7\x3f\x5d\x82\x02\xfa\x57\x1b\x83\x03\x98\xd5\xf1\x7d\xc1\x5c\x8d\xda\x68\x51\x73\xa7\xfa\x03\xb0\x89\xe7\x8b\x10\x55\x7a\xb6\x68\xbc\xd8\x6a\x2b\x04\x43\x80\x7d\xe3\x88\x46\xfa\x35\x03\x99\xf1\x46\x9b\x39\x5a\xca\x55\x7f\x01\xb5\x98\x44\x7d\x24\xe4\xdc\xdc\x04\x0f\xac\xe1\x26\x10\xee\xe9\x59\x6f\x08\x63\xf7\xff\xd4\xc8\x4a\xc6\x05\x32\xde\x4c\x8f\xa2\x57\x14\x43\xf3\xfb\xbc\x89\xea\xba\x10\x3d\x57\xc5\x5f\x0c\xaa\x98\x34\x31\x1d\x52\x51\x20\x22\x3a\xb2\x53\x7c\x3e\x48\x9a\x35\x08\x62\x54\x73\x56\x67\xc2\x18\xfd\x3f\x20\x23\x85\x93\x02\xc6\x6b\x07\xb9\x07\x22\x89\x9d\x2f\x26\x58\x9f\xed\xf3\x3f\x7c\xee\x75\xc1\x8f\x81\x93\xa3\xfb\xfd\xdc\x6d\xfe\x01\x06\x27\xe9\xc5\x63\x20\xb2\xc7\xaa\xf5\x40\xbd\x36\xd5\x25\x18\x41\x00\xaa\x03\x32\x62\x83\xf7\x83\x9f\xa1\x88\x11\x08\x88\xe0\x7d\x5f\xb3\x1c\x9c\x65\x4b\x41\x38\x0e\xda\xf1\x2b\x58\xa1\xd9\x5a\xdf\x80\x16\x57\xf5\x11\x47\xd0\x12\xae\xd2\xbd\x23\x02\x28\x41\x46\x94\x40\xd2\x1c\x9b\x12\xe3\x85\xa3\xd5\x46\xec\x98\x89\x12\xd4\x62\x56\x86\xf1\x2c\x4c\x9e\xd0\x02\xfe\x31\x71\xf6\x58\x8a\x31\x4f\xb9\xbb\x20\xfe\xb4\xd8\x9b\x07\x9e\x45\xe2\x24\x89\x6e\x2f\xb7\x9c\x5f\x48\x90\x20\x12\x90\x3c\xd1\xf6\xac\x58\x4c\x44\xe8\x2d\x95\x00\x55\x37\xaa\xc8\x0a\xcc\xcb\x6f\x30\x8d\xbe\xfa\x60\x3e\x45\x5f\xda\x02\x7a\x60\x9f\xb0\xb1\xf2\xd4\x17\x99\x8b\x97\x03\x2f\x0e\xcc\xf7\x1f\x59\xbb\x12\x89\xb8\x0f\xa8\x27\xbd\x16\x48\xb8\x58\x04\xf1\x02\xf9\x15\xad\x94\x8d\x1d\xa2\x45\x40\x39\xe0\x27\xf8\x59\xdb\x9d\x1a\x54\xef\x98\x1d\x92\xc5\xb2\x7a\xe7\xcc\x6b\x0c\xc8\x7d\xe8\x38\xcd\x60\xc6\x1b\xeb\xdf\xe3\xc8\x89\x54\x17\x07\x95\x60\x82\x74\x71\xe0\x32\xe2\x4d\x7b\x00\x34\x5a\xb0\x1c\x94\x0b\xde\xf6\x59\x48\xd9\x1f\x40\x5a\xfb\x7c\x20\xee\x1d\xee\x11\x34\x7b\x6d\x5f\xdc\x3b\x9b\xf7\x4c\xea\x70\x2d\x5f\x59\x36\x59\xf8\x2e\xe0\x19\xe8\x14\x35\xc1\x24\x37\x61\xc1\x73\xd2\x21\x45\x97\xe5\x38\x81\xcd\x7f\x6e\x91\x12\xdb\x7b\x00\x4a\xdc\xed\xf3\x01\x35\x69\x5e\xa9\x33\x79\xe1\x6f\x67\xd0\x89\x8c\xb0\x61\x0a\x21\xf8\x3e\xcf\x10\x2b\x96\xb5\xf0\x2b\xb4\xf2\x35\xe0\x57\xd8\x2d\x18\xaf\xe4\x76\xcd\x21\xfc\x0a\x7d\xc5\x0c\x80\x6a\x87\x0c\x07\xd4\xbb\xed\x73\xa0\x5c\x13\xee\x9a\xfe\x60\xf1\x05\xcd\x19\x1d\x11\x87\x9f\x79\xf1\x95\x06\x22\x98\xb8\xdd\x2e\x50\x71\xe1\xd6\x66\x04\x78\x71\x90\x9a\x64\xc6\x4a\x7f\x80\xc4\x0d\x05\x83\xb7\xec\x0d\xce\xb2\x18\xb9\x73\x87\x6a\x94\xf0\x17\x70\x5e\x86\x20\x0c\x37\xc0\xbb\x21\x57\x3c\x8d\x37\x29\xd0\x18\xe0\x3e\xb0\x79\x4c\xa9\x11\xb6\x30\x7d\x36\xa8\xab\xd4\x00\x63\x59\x7c\x2f\x0e\x54\xba\xf9\x9c\x9a\x0f\x8b\x10\xfb\xff\x2c\x3f\xa5\x67\x0e\xc1\xbc\xfb\xd0\xeb\xc2\x27\xca\x93\x13\xaf\x69\x7b\x81\x79\x58\xb9\x1f\x0f\xe3\x25\xdc\x05\x9c\x24\x9c\x25\x21\x1e\xe8\x64\x2d\x95\xe0\x60\xe0\x8b\xe8\x04\xf2\x6e\xb6\xa4\xce\x1f\x6e\xcb\x1a\xd4\x44\xe9\x9b\xa2\x1e\x27\x94\xd0\xa5\xbb\x81\x0e\xa5\xde\x7f\x0b\x3d\x19\x88\xa2\xcc\xd1\x63\x6e\xe4\x3e\x35\x48\x98\xec\xcb\xc2\x84\x9a\xd7\x5e\xaf\x13\x99\x1f\x95\xfb\x76\xcc\x8d\xdb\x4b\xb7\xe9\xc9\x5c\xe7\xbe\x8f\x4f\x14\xe2\x1b\xce\x4e\x31\x09\x84\xa7\xfb\xa4\x61\x47\x6b\x37\xa1\xf7\xb5\x03\xf2\xa4\x77\xa4\xa4\xf9\x64\x70\xb2\x6f\xf4\x93\xb5\x6e\x9a\xa9\x2e\x60\xaf\xe9\x67\xc4\xf0\x68\x25\x26\x9c\x0b\xb6\xe9\x16\x09\xd2\x8a\x49\x20\xe0\xf1\xcc\x15\xde\x3c\xb5\xed\x66\xc5\x16\xf0\xb8\x2b\x25\x95\xd0\xe9\x44\xf8\xb2\xb1\xf1\xac\x59\x2a\x49\xcf\x0b\x0a\x78\x75\x59\xb9\x4d\x4d\x64\xcd\x72\xaf\x7a\x06\x5a\xff\x34\x48\xdd\xe5\xf2\x0f\x49\xa3\x9a\x6c\xc0\x38\xd2\xce\x4c\x84\xc2\x38\x17\xd6\x6c\xf4\x04\xd7\x18\x1a\xb2\x80\x87\x9f\xa1\x4d\x5f\x7e\xa6\x8a\xd6\xab\x4f\x78\x3c\xdd\x20\x62\x8a\x86\xff\xe7\xad\x69\x99\x02\x6a\x68\x75\xc4\x4c\xe6\x7b\x54\xe2\xe2\x31\xe1\xaf\xa0\x4c\xe4\x63\x36\x72\x8b\xc6\xc4\xfc\x8f\x3a\xb9\x27\x15\xb4\xfe\xbe\x43\xbb\x63\x12\x3b\x73\xd4\x68\x16\x99\xd9\x5c\xc0\x71\xf6\x1c\x93\x06\xd9\xb9\xcf\x97\x7b\xa4\x46\xb7\xbb\x09\x72\x97\x56\x92\xde\x9e\x8e\x9c\x9a\x3d\x53\xd7\xea\xf9\xc2\x3e\xf7\x33\x16\x6a\xfe\x29\x6d\xcf\x1c\x38\xc5\xcd\x16\x08\xa2\xf9\xf0\x72\x7a\x1f\x78\x7b\x8c\xe4\x0b\x91\x13\x04\x06\xd2\x50\xcc\x17\xbb\xf6\x22\xbd\xf9\x0c\x5e\xe0\x75\x5f\x9f\x41\x75\x92\x9f\x21\xbe\xcd\x69\xa9\x6c\xf5\x42\xc3\x03\xc1\x95\xf3\xc7\x64\xf1\xe2\x10\x76\x98\x88\x7a\x09\x65\x56\x1e\xf3\x45\xb7\xbd\x48\x63\x3c\x03\x22\xde\x0b\x87\x92\x3b\x8e\x57\x9b\x88\x79\x89\x69\x39\x42\x5d\xab\x87\xc9\x98\x17\xc7\x38\xcd\x89\xec\xbe\xde\x71\x73\x50\x4c\xf8\x05\xae\xac\x8e\x95\x39\x2f\xd0\x24\xe6\x78\xe1\x6d\x38\x35\xe8\x9c\xa4\x51\xef\x53\xfb\x6a\xf7\xd7\x09\xec\xea\x8b\xd3\x5c\x38\x18\xcd\x4b\x6b\xf0\x03\x91\xb0\x68\xed\x17\x1e\x98\x70\x51\xd8\xbc\x9a\x2b\xe7\xcd\x3f\x60\x83\x58\x3a\x2e\xd2\xa4\x16\x5f\x64\xda\x8b\xcc\x07\x93\x7e\xa5\xbe\x6f\x4e\x40\x53\x7b\x00\x4d\xd6\x52\x76\xd2\x9a\xb9\x27\x3b\xb8\x89\xf1\xef\x3f\x9f\xfc\x8e\x93\x21\x2b\x96\x4c\xfb\xc4\x0d\xd6\xff\x27\x7b\x68\xd8\x3b\x69\x36\x09\xbc\x36\x08\x9a\xce\x9d\xf5\x2e\xd4\x22\xd1\xae\x6c\x1e\x13\x65\x7e\xec\x87\x31\x13\xeb\xea\xaa\x3f\x89\x75\x2d\xaf\x59\x35\xd1\x09\x88\xe7\x0b\x76\x7b\xf1\xc4\x03\xeb\x7e\x66\x01\x58\xb6\x98\xbb\x8e\x1d\xcf\xee\xe0\x60\x83\x1a\x64\x66\x70\xd4\x18\x09\x55\x9d\x43\x69\xc2\xd9\xd4\x7e\x7a\xf3\xec\x7c\x41\x34\x02\xaa\x16\x8f\xe1\x85\xaa\xd3\x39\xd3\xe6\x09\xff\x6d\xaf\xf4\x09\x92\x7c\x58\xb3\x4c\x90\x57\xfe\x24\xab\xe8\xc6\x39\x4f\xb0\xf3\xa7\x43\xa8\x99\xcd\x8d\x0c\xaa\x76\x80\xde\xbc\x92\x57\xd4\xc2\x0b\x57\xab\x23\x40\x26\xa3\x60\x54\x3a\x65\xcc\x0b\xa2\xc4\x5d\x5e\x98\x66\xdd\x52\xe6\xc5\x5b\xb0\xe5\xed\x8b\x67\xbb\x72\xdf\x8f\x09\xdf\x55\xe7\x60\x9a\x4c\x11\xe9\x1c\x61\x13\x29\x22\xd7\xa7\xc5\x07\xf3\xae\x06\xa1\x02\x2e\x16\xf0\x2f\x58\xed\xf6\x03\x9c\x70\x76\x2d\x3e\xe4\x00\x45\xed\x8c\x30\x6f\x6a\x70\xaa\x1b\xe0\x19\x25\x38\x3c\x6f\xfa\x4f\x1a\x6f\xdc\x9c\xe8\xe2\x37\x2e\xb6\xe1\x46\x99\xb8\xcd\xcf\x0f\x88\xd0\x33\xe0\xa9\xc3\x93\xe6\x93\x57\x31\x51\x99\xf0\x53\x10\x7b\x12\x7e\xda\xa9\x6c\x3e\x60\xd8\xe2\x26\xa0\x1d\xfb\x74\x91\x0c\xeb\x0f\x08\x72\xbc\x4d\x1f\x5a\xe8\xa3\xfd\xe5\x1c\x5a\x48\xf4\x63\xb7\x91\xf5\xc3\x3c\x6b\x8b\x2e\x46\x5e\xdb\xc4\xb7\x7e\x60\x0d\x11\xbc\xa0\x26\x36\xee\x5b\xbf\x1c\x62\xd7\x0f\x39\x44\xff\x40\xde\xd8\xf4\x4c\xb9\x12\xa6\x61\xa7\xe8\x72\x1f\xd0\x78\x0a\xf8\xad\xdf\x89\x16\xfc\x01\x43\xe4\xfd\xfc\x22\x70\x7b\x42\x2f\x28\x96\x8b\x0c\xa3\x6b\xa3\x52\x56\xdc\xb6\x36\xda\x5a\xfd\xc5\x56\x30\x4a\xf5\x98\x9a\x67\x1d\x01\x2b\x1d\x25\x74\x90\xad\x8d\xd2\xb3\xbb\x13\xaa\x0c\xfd\x05\xf6\x79\x75\x93\xc0\x17\xd3\x34\xc0\xbd\xd0\x34\x15\xac\x84\xc4\xf5\x2a\x20\x49\x0b\xbf\xe0\x9c\x5b\xaa\x9f\xb9\x47\xd5\x3f\x42\x89\x1c\x11\xbf\x10\x4a\x54\x04\x17\x56\x21\x3d\x5a\x86\x8a\x1d\x27\xf1\xbf\xe8\x69\xeb\x3b\xed\xaa\xb4\xa8\x09\xe5\x2d\xe8\x89\x4b\xf5\x17\x3c\x61\x74\x6b\x5f\xd0\x13\xab\x8a\xfb\x58\x35\x11\xbd\xbf\x00\xb7\x7b\x56\x59\xc8\xc7\x06\xe2\x55\x21\xeb\x3e\xcf\x38\x51\xa4\x5f\x59\xc0\xba\xc3\x29\xec\x56\xea\x7a\xcd\x8f\x4c\xf7\xe8\x54\xe3\x0b\xe8\x75\x38\x29\xdd\x6a\x8c\x56\xf3\x33\x8f\x31\xe1\xdf\x85\x32\x3a\x4e\xed\xb3\x3a\xb6\x40\xf3\xff\x28\x6e\xe2\x51\x75\x5e\xee\x25\x07\x56\xe7\x30\xfd\xcc\x60\x4f\x2d\x5d\x4f\x51\x24\x1a\x3b\x18\xdc\x33\x0b\x67\x02\xe7\x47\x58\x50\xd4\x3a\x45\xe5\x1a\x2c\x85\xa5\xff\x07\x78\x47\x18\x69\x0d\x84\x0a\xe8\x00\x58\x23\xd9\xd9\x3f\x34\x4e\x8a\x48\x1c\x14\x5d\x1e\x34\xc3\xbe\x3f\x9b\x70\x20\xf7\xdf\x72\x13\x14\xf1\x66\x30\x68\x77\x8b\x47\xf9\x42\xda\x5e\x9a\xff\xa7\xbc\x35\x07\x32\x51\x4f\x71\x8b\x18\xa5\x37\x25\xbc\x0d\xea\x87\xa6\x84\xc0\x1e\x27\x4a\x52\x56\xcf\x0b\x21\xb1\x19\x12\x90\xd8\x16\xac\x05\x04\x5c\x74\x8c\xad\xe0\x1e\x71\x7b\x58\x38\x0b\x16\xba\xe4\x3a\xa7\xfb\x4a\x40\x3c\xdd\x03\x0a\x1e\xe8\x50\x59\x8c\x02\x1f\x7e\xe6\x98\xd4\xc0\xc4\x4a\x75\x3f\x63\x48\x92\xff\x0b\xe8\xb6\x19\x7b\xae\xb9\xe3\xf2\x2f\x92\x58\xe8\x26\x3e\x3f\xdc\xc8\xca\xad\x31\x2c\xf4\x30\xfc\x4c\xc4\x6d\xc1\xf1\xa2\xd9\x0f\x04\x5a\x08\x8a\x2a\xe1\x67\xee\x20\x21\x9a\x85\xac\x8f\x2a\x6a\x39\x16\xa2\xa4\x3e\xfb\x63\x81\x7b\xe3\x4f\x17\xa1\x45\x60\x2b\x25\xd3\x4a\x60\x6b\xb9\x08\xdc\x3a\x9c\x5c\x71\xed\x04\x1f\x9e\xb3\x1d\xab\x38\xfc\x05\xc5\x8c\xd4\xb6\x8b\xf5\x27\x9d\xfc\x68\xed\x5c\x15\xf3\xe6\xce\x0d\xa5\x21\x52\x4f\xeb\x34\x2f\x8b\x15\xbd\x7d\x69\x58\x07\xa6\x55\x37\xda\x75\x40\x3c\x7b\xe1\xa1\x96\x2d\xe1\x06\x28\x14\x3e\x2f\x64\x82\x69\x8d\xeb\x48\xe6\xd2\x38\x10\x28\x55\x04\xf1\xd7\x91\x1b\xc6\x5f\x80\x6a\x4f\xfc\x81\x73\xce\x02\xfa\x4c\xa2\xb5\xf6\x27\xb9\x4d\x0d\xc0\x97\xb6\x08\xd1\xaf\xd4\xbb\x4e\x7f\x10\xff\xfe\x13\x76\x6a\x5b\x0c\xd1\xb6\x3a\x63\x11\xbd\x7a\x9e\x4e\x06\x4b\xb8\x81\x13\x41\x4a\x1a\x35\x03\xab\x3e\xdf\x73\x08\x5a\x2a\xb8\x23\x0c\xa7\x91\x5c\x17\xf8\xc3\xc7\x2a\x6b\x8c\xbb\x62\xc0\xba\x30\x06\xcb\x4e\x68\x52\x6d\xcb\x5b\x17\xf0\xb6\x17\x0e\x6a\x51\x47\x47\x2e\xa8\x45\x8b\x94\x92\xeb\x2e\xe0\x6e\x51\x74\x13\x01\x79\x08\x77\x8a\x46\xff\x00\xfe\xb3\x64\xbc\x21\x45\x3c\x69\x37\x4f\x1c\xef\xb0\x9b\xce\x62\x3e\x93\x6e\xac\xb4\x59\xe1\x06\x8d\xde\xd3\x4f\xd6\x79\x52\x93\x88\xa3\x72\x91\x83\xf5\x24\x91\x5a\xfa\x87\x37\x25\x8b\xc6\x87\xdb\xc8\xf8\xe1\x49\xc9\xe2\x1f\x20\xec\x7c\x72\x3e\x28\x93\xe6\x6d\x46\x8f\x83\xe5\x3e\xa1\x91\x98\x96\xb6\x0f\xd8\x4f\x90\x68\xa7\xcb\x81\x15\x4b\x3b\x35\x9f\x8e\x3a\xd9\x7f\x18\x86\x90\xdf\xce\xc4\x91\xd6\x2c\xed\x88\xac\x52\xa5\xcb\xb1\xc3\x41\xd6\x5e\xf4\xfb\x8b\x0c\x3f\x4a\xf0\x9d\xc8\x50\x8b\xbf\x23\x12\xab\xd9\x9a\xbc\x6f\x64\x1f\x1d\xa5\x3b\x91\x9e\x18\x72\x47\xdc\x78\x31\x05\x1b\xf6\xb1\xc4\xd1\xce\xc4\x90\x8e\x42\xdd\x91\x4d\xdc\x1e\x90\xfb\x06\xaf\xba\xe5\x1e\xb9\xad\x35\x8f\xfb\x86\xc5\x0e\xb7\x78\xf1\x05\x77\x09\x8e\xd4\x99\xb2\xc3\xa3\xd6\x4e\xcb\x7b\xfa\x14\xb8\xcb\x82\x00\x49\xe1\xe5\x1d\x50\xd1\x5e\xf8\x3b\xa1\xa2\xd7\x81\x55\x24\xad\x1d\xdb\x59\x15\xd2\x31\x4d\x3b\x02\xb9\x1c\x51\xb9\x17\x3a\x5a\xfb\x03\x02\x35\x4d\x42\xe1\x36\xd6\xfb\xc8\x35\xae\xa2\xc2\x63\xaf\xd4\xe2\x68\x9f\xef\xc8\x2d\x6e\xc7\xe3\x9d\x50\x51\xb7\xe2\x3d\x7d\x5d\x75\xab\xdd\xe1\x36\x60\x37\xe3\x1d\x8a\x56\x47\x6c\xee\x70\x23\xb0\x33\xc9\x0e\x28\x39\xd6\xf6\xa7\xec\x71\x3b\xd3\x0f\x55\x7f\x7d\x93\x5e\x0f\xe0\xe1\x22\x89\x40\x38\xba\x16\xaf\x41\x23\x5f\x48\x12\xee\x2f\xf0\x9c\xdd\x04\x37\x48\x09\x49\xc6\xbd\x71\x40\x7e\x9f\xf8\xc9\xac\xda\x18\xda\x2f\xe9\xbc\x23\x3f\x91\xd5\xfa\x3b\xdd\x5c\xed\x80\xb3\x33\xc1\xa3\x53\x48\xef\x50\x8b\x76\x07\xda\xef\xe9\x34\xa0\xb3\x72\x67\x46\x47\x07\xfc\xec\x28\x09\xe9\x7b\xf3\x0e\xec\xaa\xaa\xde\x63\x4f\xb5\xe8\xa7\x05\x7a\xbc\x88\x35\x50\x99\xdc\xfa\x8f\x7d\x90\x19\x45\x24\xf3\x35\x3a\xc5\xc6\xfe\x22\xcb\x5e\xcd\x2b\xac\x8b\x63\xcf\xea\x7d\xf0\xea\xee\x2d\xf5\x22\xc9\xd9\x3d\x75\x91\xe2\x51\x73\x1b\xdc\xd4\x1a\x14\xfc\x50\xbb\x37\x04\x71\x9e\x1b\x4c\x5c\xe7\x4d\xfd\xc2\xb4\xa9\x22\xc8\x63\x67\x61\x1b\xa1\x94\x7d\xa2\x96\x9a\xa5\xc8\x24\x6a\xf1\xea\x4e\x22\x6c\x0f\x02\x3e\xa3\xf5\xe7\x17\x68\x67\x32\xcd\x93\x37\x7b\x1d\x2b\x3b\xd4\x96\x55\x90\x7c\x9f\xb4\xbb\xea\x83\xf5\xc3\xff\xa2\x71\x51\xba\x9a\xc8\x45\x50\x2f\x4d\xd1\xbe\x5e\x16\x74\xfd\x95\x9d\xe1\xed\x56\x74\xee\x40\x6e\x0e\x17\xd8\x77\x76\xa1\x41\xec\x94\x9e\xe6\x96\x04\x67\x9b\xdf\x78\x05\xb4\x43\xcb\xf7\x3d\x47\xe5\x17\x4e\xd0\xe0\x2e\xa8\x30\x16\xd1\x89\xbc\x3c\x0a\xe8\x00\xab\x7b\x38\x1a\x89\xd6\x62\xc2\x7e\x5d\x3d\x4a\xc0\x26\x07\x85\xec\xcc\x6c\xe3\xd4\xd9\x3b\x51\x90\x0e\xb2\x1d\xf1\xe4\x55\xea\x84\xfd\x64\x8f\xea\x80\x95\xbf\x9d\x9c\x7b\xa7\x57\xa5\xb5\xb7\xfb\x45\xa0\x65\x11\xfd\xa2\x94\xae\x1a\xb8\x63\x47\x8d\x15\x07\x4a\xef\x0c\x00\x72\x1a\xdc\xfd\xe2\xbc\xf9\x05\x38\xee\xeb\xc0\xdf\x99\x67\xc6\x91\x1b\x3b\x93\x63\x3b\x69\xe9\x0e\x1c\x53\xa5\x51\xdb\xaf\x07\xcf\x22\x29\x71\x8d\xa6\xe9\x6e\x78\xd6\x18\x6e\x02\x54\xc1\x96\xfd\x85\x31\xd5\x99\x0f\xf7\x9b\x24\xfa\xff\x24\x49\xf3\x86\x8a\x28\x9b\xb5\xb3\x3b\x7c\x1e\x7f\x9b\x8f\xbe\x87\x4d\x68\x25\x10\xaf\xe3\xa4\xb7\x3b\x2b\x96\xf8\x2e\xb2\x3f\x39\xca\xff\xbe\x38\x58\x91\xc4\xfa\xaf\xe3\x47\xad\x44\xf8\x87\xf6\xef\x3f\xd5\x99\xa3\x0f\x40\x08\xbb\xbb\x1d\x54\x37\x59\xa3\x7b\x10\x53\x7c\xba\x20\xcb\x0a\x5c\x1d\x80\x08\x55\x17\xdb\x03\x5e\x85\xb6\xa3\x1c\xb4\x9e\x3a\x70\xe3\xd8\x78\xf6\x14\x7f\xf1\x0e\xe3\xbd\x57\xfe\xe1\x2c\x3a\x36\x9e\x3d\x02\x08\xc7\x86\x95\xf4\x88\x10\x51\x63\xbc\x70\x14\x66\x4f\xf4\x33\xc0\xa0\x8e\xc6\xa3\xf0\xf0\xd5\x69\x7e\xa0\x28\xb4\x19\xfe\x60\x78\x8c\x75\xd8\x07\xd3\x3e\x5b\xe7\x7c\x14\x1a\xb9\x8b\xdb\xe4\x79\xa8\xf3\xf6\xa8\x05\xd9\x60\x45\x44\x2a\x83\x3c\xad\x75\xb0\x4d\xff\x00\x69\xa4\x83\xe2\xe0\x09\x2f\x85\xd7\x01\xe5\x90\x33\x8b\x1d\x0c\x6e\x29\xee\x81\xb7\xba\xf0\x07\x60\x16\xdd\xad\x0f\x1c\xe2\xdd\xeb\x96\x69\x67\xc4\xe1\x47\xc3\x46\xd7\x55\xe2\x60\x12\x67\x87\xcb\x1c\x8d\x24\x8a\x64\x84\xa6\x18\x74\x1c\x2c\xe1\x3c\xa7\x5f\xa0\x83\x91\x66\x85\x49\x9b\x5d\x6b\xe0\xc0\x99\x5d\x9d\x86\xff\xe8\x10\xb1\x26\x9a\x91\x28\x4e\xe4\x75\xd0\xd4\x69\x6e\x83\xf6\xa9\x4a\x94\x1c\x79\x82\x9b\x5d\x3b\xf3\xa9\x09\xd2\x1e\x3c\xc2\x05\xf4\x8f\x8e\x5d\xd7\x4c\x42\x12\x69\x1a\xc0\x70\xd2\xba\x1d\x83\x16\x05\xdd\x70\x0e\xe8\x97\xaa\x6e\x1b\x07\x6a\xe1\x59\xd1\x77\x20\xd8\xda\x7a\x99\xe3\x3d\xf3\x8b\x63\xc5\x0f\x96\x74\x76\xb2\xdd\x03\xd1\xd8\x2e\xd1\x70\x00\x03\x0c\xbb\x0e\x1e\x88\x55\xb1\xf1\xea\x40\x2d\x3c\x07\xba\x1d\x83\x1c\x6b\xee\x48\xed\xd2\x32\x4d\x37\xdf\xf0\x27\x08\xa0\xf5\xb4\x04\xc5\x97\x04\xdc\x01\xf5\x52\xb5\x72\xe7\x08\x5c\x4f\x24\x9d\x0e\x94\x15\x71\xaa\x96\x83\xea\x25\x47\x08\x1c\x11\x74\xe0\x17\x3f\x24\xd0\x58\xee\xf4\xc0\xcc\xe9\x0b\x86\x9e\x58\x1b\x79\x50\x21\xe4\xc0\xfc\x03\x06\xd2\xea\xdd\x4e\x60\xd1\xdd\x42\xe7\x30\x44\xd5\x1c\x70\xe7\x15\x0d\x08\xf1\x76\x12\xaa\x63\xee\xf0\x07\xf6\x33\x63\x31\x4c\x01\x70\x88\xd7\x06\xfa\x21\x3b\xd1\x1d\x70\xdc\x73\x1c\xfb\x01\xe3\xe7\x66\xb7\xd1\x03\xe1\x25\x0e\x8f\x39\x16\x05\xec\xf2\x0f\x38\xba\x84\xad\x8f\x9d\x43\x12\x45\xcc\x78\x63\xb5\xdb\xb1\xf3\x46\xed\xd5\x66\xf4\xb4\x95\x5a\xc7\x4e\xff\x14\xaf\xf6\x4e\xb0\x2c\x4c\x78\xec\x60\x72\x61\xe5\xe3\xa0\xdf\xa5\xa5\x24\x34\x3c\x2e\x96\x75\x40\xc3\xe3\xca\x6c\x07\x81\x89\xf0\xda\x01\xe3\xa4\x71\xc8\x71\xb0\xde\xa3\xdf\x87\x30\xf1\x26\xc8\xfc\xcf\xfe\x9e\x99\x4b\xb4\x6d\x11\x5e\x62\x27\xb4\x23\x71\x8c\x99\xe9\xe0\x41\x31\xdd\x02\x8c\x68\x9e\xa6\xf3\xf7\xef\x3f\xad\x0b\x73\x1e\xb0\x55\xf6\x15\x7f\x3a\x86\x60\xc7\xb4\xdd\xf2\x38\x21\x35\x04\xe4\x0e\xd8\x25\x9b\x7d\xab\x0e\x64\x7f\xb6\x89\xe4\x38\xe1\x07\xe5\x2d\x0b\xd5\x4e\x75\x9e\xe1\x03\x66\x48\x5b\x20\x8e\x8b\x13\x2a\x72\x5f\x90\x54\x3f\x13\x72\xf1\x46\xe5\xff\x53\x48\x68\x46\xa1\xfa\xb1\xf5\xf7\x40\xf2\xe6\xb0\x0d\xfc\xb8\x50\x3a\x40\x18\xe8\x20\x46\x12\xb0\x3b\x98\x9c\xd9\x19\x16\x8e\x9b\x59\x23\x74\x1d\x3a\xa0\xa9\x71\xd1\x9e\x03\x2e\x6e\xae\xf2\x73\xb0\x4c\x9c\xab\xf4\x1c\x37\xbb\xd0\x2c\x3c\xd9\x85\x96\xf5\xc1\xa8\x8d\x5f\x1e\x5e\x7f\x7c\x70\x3e\x4c\xfe\xe1\x53\xe9\xa1\x8e\x4c\x3b\xfc\x44\x14\x73\xd8\x0a\x72\xb2\xde\x86\x4a\xe4\x8f\xf3\x47\x9c\xae\x3d\x79\xc2\x08\xe7\xb2\x28\xe7\x2f\x3b\x29\xfa\x21\xe7\xce\x5f\x30\xf9\x8f\x04\xd1\xf9\xcb\xa1\x4e\xfd\x00\x81\xaa\x4d\x79\x6e\x79\x6c\xa8\x09\x24\x48\xb6\xf5\xf3\xdc\x78\xd6\xe9\x7c\x3d\x37\x46\xbd\xab\x45\xba\x9d\x59\xd9\x77\x6e\x9c\x7e\x7f\x40\x9f\x1b\x9d\xc8\x27\x54\x1d\x2e\x37\x71\x22\x65\x8d\xeb\x8c\x9c\x85\xb9\xb0\xb4\x67\xce\xc2\x63\x41\xa7\xe1\x99\xe1\x10\x62\xd3\x13\x2e\x5f\x0e\xfc\x3d\x13\xd9\xe8\xd0\x3f\x91\xee\x38\xac\xb3\x3c\x2b\x9d\x79\xfc\x8c\x2a\xc2\xba\xa7\x9f\xcc\x7e\x5c\x3f\x1f\xf0\xf4\xd2\x89\x7b\x22\xc7\x4c\x93\x2c\x39\x5f\xe8\x32\xbb\xae\xfe\x67\x63\xa2\x4b\x35\xd0\x10\xd3\xe1\x79\xa1\x5d\xac\xfb\x99\xba\x04\x31\xf6\xd9\xb2\x47\xf5\xc0\x00\x06\xd7\xfb\x39\x1b\x49\xd0\x34\xb4\x9c\x6a\xfd\x80\x08\x06\x2b\x8f\xcf\x4c\xb9\x37\xfd\x43\x72\xa1\xfa\x40\x0a\x19\x17\xea\x38\x61\x28\x53\x01\xf2\x71\x76\xde\x89\x75\x66\x9f\x8c\xaa\x35\x5f\x43\xf9\x10\xd6\xa4\x9e\xfd\xc4\xbc\xf8\x03\xd4\x50\xd7\x6e\x3b\x61\x28\x73\xed\x90\x13\x3e\x5a\x4e\x6a\x7a\x22\xea\xd6\x09\xe7\x4f\x2a\x2b\xcc\x1d\x83\x8e\x91\xd5\x1f\x60\xdf\xe8\x84\x3f\x61\xe4\x72\x51\x84\x33\x71\x88\xa0\xcf\x39\x72\x5e\x35\xe8\xc1\xa5\xd4\x33\x60\xc7\xe7\x03\xe4\x32\x76\xa2\xb0\x13\x21\x0a\x4e\x4a\x7d\x06\x6f\xf5\x3a\xaf\xcf\x0c\x49\x30\x4d\xcc\x5d\x6c\xc5\xec\x19\xb9\xb9\xfd\x09\x32\x36\xea\x48\x3f\x33\x68\xe1\xd3\xc9\x85\x8d\x68\xa2\x30\x8f\x5e\x18\x98\xad\x9c\xc8\xfc\x9c\x9c\x37\x11\xfd\x82\x94\xea\xe2\x53\x27\x13\xd3\x7c\x7f\xe0\x26\x5a\x7f\xf2\x52\x38\x27\x24\xbf\x97\x7d\x12\x62\x74\xd3\x03\xf7\xe9\xea\xfe\x17\xfb\xd3\xba\x20\x6d\x8d\x2d\xa2\x27\x41\x8d\x59\x93\xca\x14\x41\x92\x73\x61\x40\x02\x41\xe7\xa2\x82\xdd\xff\xe7\x80\xdc\x40\x0e\xc8\x6f\xb0\xe6\x97\x9f\xc9\x4a\xde\x50\x8c\x67\x58\xba\x0d\x9f\x88\x67\x70\x70\xca\xb9\xc8\x5b\xfe\x00\xc2\x4f\xb8\xfe\x5c\xbc\x80\x0b\xd2\x9c\x8c\xcb\xb5\xaa\xf9\xdc\x21\x70\x4d\x24\xf3\x1c\x9b\xfd\x51\x80\xb7\xd9\xa7\xf1\xdc\x19\x5b\x26\x92\x32\x75\xa0\x17\x7a\x4f\x76\xf6\x0f\x2f\x67\xb8\xac\xd7\x79\x10\x45\xbb\x49\xc0\x28\x57\x5e\x3a\x0f\x0a\x7d\x33\x1f\x22\x75\x5d\xc9\xfb\xcc\xb4\x34\x1e\xe7\x31\x51\x85\x46\xc3\x3c\x58\x43\xd4\x1f\xec\xe8\xc1\xff\x03\x53\x0b\x6f\x9e\x07\xb2\x68\x58\x28\x1c\x58\x7b\x33\xf7\xc1\x21\xf8\xfd\xf7\x7c\xb5\x49\xe0\x3c\x81\xc9\x2d\x64\x4e\x1e\xb7\xc5\x2f\xe0\x90\xf1\x3a\x20\xff\xa0\xeb\x3d\x9f\x50\x20\x0d\xe7\x97\x3e\x11\xad\xe0\x6c\x02\x27\xe2\x11\x8c\xb5\xce\x13\x49\x5c\xcd\xde\x27\x6f\x68\x1e\xd2\x99\x2b\xad\x2e\xd3\xe9\x4b\x0a\xf4\x93\x4e\x5f\x56\x58\x9f\x17\xc5\xb3\xd9\x8b\x70\xcb\x87\xed\x45\x35\xc1\xe7\x07\x64\x97\x17\x00\x3e\xd3\xeb\xcb\x13\x07\xaf\x2f\xd7\x58\x39\x91\x93\xc6\xfe\x7d\xe7\x8b\xbf\x66\xf7\xa6\x47\x8e\x1a\x27\xc8\x3d\xa1\xd4\x0a\xdf\xf2\x4e\xd8\xe6\x9a\xf0\xda\x79\xb3\x42\xb9\x7b\xb8\x51\x74\x45\x98\xf9\xbc\x91\x7d\xdc\x48\x08\xc6\x3a\x9b\x19\xce\x9b\x39\xb7\x34\x84\x3b\x05\x87\xc6\x88\x24\x36\x4e\xca\x7f\xde\x14\x1c\x06\x31\xd0\x7a\x39\xf9\xed\x79\x73\x03\x14\x93\x70\x93\x46\x7f\xf1\x60\x10\xea\x82\x85\x82\x8d\x7a\x90\xe6\xc6\x41\xdd\xe7\x93\x1b\x42\xd3\xc6\x50\x63\x0f\xe2\xa1\xc6\xd3\xf8\xe1\xa1\x7e\x49\xa7\xd2\xf5\xfb\x91\xa8\xa1\x1f\x36\x2a\xfe\xab\x7e\x80\xb6\x4f\xf2\xf0\x62\x30\xaf\x4d\x05\x17\x0b\x62\x38\xe9\xca\x05\xa7\x2b\xdf\x97\x2e\x98\xd6\x9c\x82\xe0\xfa\xe5\xb8\xdd\x24\x79\x52\x17\xa4\x8b\x5e\x55\xce\xb2\x72\x41\x91\xe6\xba\x5b\x17\xd3\x22\x3a\x62\xf8\x82\x2d\xcd\xe9\x20\xae\x0d\x0c\x25\xf9\x75\xa1\xe8\xda\x66\x1d\xf9\x85\x78\xdd\xcf\xb8\x37\xe6\x63\xf5\xff\x58\x0b\x6d\xdd\xab\x50\x6c\x0b\x07\x5f\x05\x11\xc3\x7f\xab\xb5\x7a\xa5\x9e\x4c\x57\xb8\x0b\x66\xb2\xe2\x11\x17\x00\xbb\x9f\xbb\x03\xc3\x9b\x9c\x92\x73\xe6\xee\x1f\xe2\x0b\x7d\x81\x7a\x69\xc3\x59\x97\xae\x5a\x50\x3a\x45\x53\xf4\xc2\xd3\xee\x5c\xae\x57\xe5\x88\x74\xd8\x5f\x15\xc2\x47\xc7\xcc\x05\xcb\xda\x87\x13\xa0\x66\x73\xbc\xe1\x55\x79\x97\xae\x7e\x01\x60\x20\xdc\x00\x77\xe9\x87\x24\xec\x52\xf3\x12\xc0\xaa\x35\xac\x57\xe5\xfd\x44\x37\xbf\xab\xc1\xe9\x5b\x9b\xee\x42\xf5\x34\x67\x27\xbc\xe0\xb4\xe5\xd4\x27\x17\x1d\xa8\x9c\xe8\xe6\xa2\x51\xca\xd5\xf5\x2e\xa8\xb4\xec\x26\x73\x75\xec\xd2\xe2\xff\x09\x14\x3d\xa8\xce\xb4\x75\x9a\xb6\x9e\x2b\xe1\x1f\x92\x7b\x35\x2f\xac\x93\xfb\x19\xc5\xa0\x95\x49\x38\xeb\x82\x0f\xbf\x13\x21\x5c\xc8\xbf\xe2\x74\x9a\x17\x4b\x67\xd8\x60\x77\x0d\x14\xcc\x6f\x7e\x21\x37\xa1\x86\x31\x80\x00\x7e\x6e\x11\x5a\xae\x6e\x9a\x70\xe2\x7b\x1a\x98\x8f\xa5\xb9\x03\x62\x4b\xb5\x17\x39\x06\x7d\x10\x50\x8e\x7b\xe9\xa0\xa0\xb2\x74\xbb\x00\x1d\x5d\x74\xee\x0a\xce\xb3\x08\x08\xe2\x01\x01\xc5\x8b\xea\x29\x1f\x8e\x17\x62\x51\x9d\xe0\xed\x7a\xa1\xda\xec\x66\x37\x78\xe7\x5b\x07\x7b\x01\xa9\x55\xab\x97\x2e\x66\x1c\x74\xa5\xbc\x0b\xd0\xed\xb3\x30\x93\x12\x58\xb7\xc6\x0b\xd9\x53\x9c\x51\xf0\x5a\x19\x3c\xa2\x51\x31\x0d\xb4\x8d\x50\xd7\xe2\xca\x69\x14\x69\x29\x13\x7e\xbc\xa0\xe3\x72\x4e\xc2\x6b\x11\x80\xba\x81\x5c\x39\xbf\x30\xd9\xa7\xc6\x8d\x52\xb8\xae\x34\x70\xbd\xe0\xad\x3a\xa8\xe6\x42\x7d\x32\xbb\x6b\x5e\x3b\x9d\x5e\xa5\x46\xbb\x68\x39\x73\xa1\xbb\x6b\xe7\x5d\x47\x5d\x52\xa3\xe5\xda\x7a\x17\x4c\x67\x9f\x79\x80\x3b\xbd\xbd\x02\x2f\x7a\xcf\xdb\xc3\xff\x3a\xb8\x56\x5a\x8b\x83\xa3\x92\x3e\xe4\x82\x69\xad\x79\x29\x0e\x5e\x24\x04\x8b\x2f\xb8\xcb\xbb\x50\xd3\xc5\xdc\xcd\xf3\xd3\x27\x0d\xa7\x82\x3a\xd7\x89\x52\x1c\x9e\xc9\x04\x53\x42\x73\x17\xab\x98\x7d\xa4\x01\xd1\x94\x2e\xe8\x17\x14\x53\x8e\xa7\xbb\x90\xdd\xd9\xf9\x7d\x2e\xc6\x86\xda\x38\x7b\x9d\x3c\xda\x2c\x86\x4f\x9c\x1a\x3e\xda\x90\xe0\xcf\x19\x18\xae\x93\x33\xdb\xfd\x03\xf6\x95\x0f\x2e\xa0\xad\xaf\x60\x07\xda\x32\x54\xbf\x90\xf0\xcf\xb1\xf9\xd7\xc5\x31\x88\xe6\x2b\xe3\x14\x34\x28\xa8\xae\xb6\xf8\x93\x85\xe8\x22\xce\xf2\xc2\x5f\xf4\x27\x5a\x6e\x2d\x01\x82\xe9\xa1\x3a\xd4\x93\x06\x6b\xa1\xb3\xbe\x5c\x17\x0f\x22\x9f\x33\x37\x71\xbc\x34\x5d\x17\xc2\x45\x3f\xe2\xf0\xe6\xa6\x0a\x7f\x01\xf1\x67\xee\xba\xa9\x88\x0e\x7f\xc1\x85\x13\xd9\xf0\x93\x72\x5a\x89\x0b\xd8\xab\x39\xd9\xd3\x45\xec\xe5\xa3\xed\x86\x51\xf4\xd3\x00\xd7\xcd\xff\x63\x50\x5e\x78\xd6\xe1\x75\x4d\x9e\x2b\xf3\x53\x7b\xa2\x10\x60\xea\x12\x99\xd7\x03\x23\xa9\x45\x3a\x6a\x63\x18\xd1\x5e\x09\xc5\x74\x17\xb9\x1e\x56\xc8\xd4\x18\x1e\xea\x82\x2c\xce\x58\x2c\xcd\xa7\xe9\x03\xe7\x49\xc3\x28\x78\x5d\x39\x1b\xe5\x05\x13\xa9\x23\xed\x2f\x78\x61\x39\x27\xd0\xf5\x40\x0a\x48\x74\xdd\xbf\x5c\xa7\xd0\x0f\x49\xe2\xd4\x0f\xc8\x4d\xaa\x59\xbc\x7f\x3c\x5d\x97\x9e\x81\x6a\x36\xb7\x08\xfb\x80\x86\x78\xc3\x3e\xea\x64\x96\x37\x2a\xa5\x59\xa5\x76\xc3\x37\xde\xf6\x86\x7b\xa3\x54\x51\x7b\x1b\xcf\x18\x13\x40\x54\xa7\xcb\xcc\x0d\x54\x67\x69\x7c\x33\xb3\xb5\x4e\xc1\x1b\x89\xac\xed\x11\x70\x6f\xb9\x3d\xdd\x23\x50\x9e\x50\xe1\x5d\x58\x73\x4f\x33\x00\xff\x28\xa7\x1c\xb9\x4b\x1e\x5a\x9a\x33\x68\x0d\xed\x7f\x7d\x43\x6b\x68\x0f\x94\x1b\x39\x5a\xb6\xea\xff\x71\x90\x4b\xe4\xdc\x05\x87\x9c\xa7\xa0\xf0\x50\x73\xfb\xc0\x81\x3a\x56\xef\x72\x22\xb1\x86\xdb\xc7\x08\x25\x6f\xee\x42\x46\xf6\x80\xa8\xb6\xd2\x0c\x31\xe9\xb5\x11\xd5\x0d\x14\x58\x6d\xa3\xbe\x53\x27\xe9\x49\x26\xec\x93\x60\xbe\x5f\xd8\x37\x8d\xc1\xee\x8a\x55\xd6\x29\x7b\xa7\x4a\xd2\x6c\x52\xc9\x78\x1a\x53\x25\x8d\x22\x01\x2a\xc7\x0f\x2c\xbc\x61\x5d\xb5\xcf\xe2\xdd\x78\xc8\x6a\xbb\xde\x4c\x83\xed\xc8\xa5\xbb\x31\xd3\x8d\xba\x40\xd4\xa8\x9d\x70\x6f\x44\x8d\xb6\xcf\xff\x14\x5a\x7e\x81\x25\x6f\x6d\xeb\xba\xd3\x9a\x6a\x66\x85\xb5\xd4\xb7\xb7\x9b\x71\xa1\x56\xb7\xdd\x9d\xf8\x44\x7d\xa0\x40\x9a\x11\xd4\x4d\x8d\x63\xf1\x33\x4f\x3c\x1d\xec\x37\x90\xe5\x30\x12\xb8\x61\x4d\x75\xd8\xc4\x3d\x92\x26\xad\x36\xbc\xf1\xc3\x75\x37\x6f\x04\x83\xfa\x9a\x71\x0f\xde\x3b\xa4\x38\xbd\x07\xf9\x49\xa3\x1a\x5c\x0b\xff\x0f\x43\x90\x47\x0d\x7f\x28\xc7\xa6\xdc\x41\xa7\x09\xdd\x41\x6f\x14\x00\x69\xe3\x4f\x25\x86\xee\xa0\xe1\x5d\x8a\x82\x3b\x68\x1a\x90\x62\xe0\x46\xf1\x5a\x27\xa7\xbd\x91\x72\xcf\x1e\xb2\xf7\x7c\x41\x80\x43\x9a\x6f\xa8\x0f\xed\xe1\x78\x03\x14\x2e\xbb\x98\xdf\xc0\x80\x56\xc7\xdd\x33\x67\xdd\x3f\x60\x92\xfd\xcc\xda\x20\xde\x31\x2b\xe7\x58\x24\xc2\x6a\x69\xe4\x7b\x2f\xee\x0f\x37\x40\xd3\x83\x34\x7e\x37\x00\x9b\xcb\xdb\xde\xc8\x1d\xe2\x3a\x4e\xf7\x22\x05\x1a\x33\x93\x4a\xdb\x2b\xe4\xde\x51\xa4\xce\x9c\x84\x42\x1f\x56\xc9\xdf\x3b\x59\xd1\x72\x0e\xbe\x54\xf6\x6c\xb9\x81\x08\xab\x9d\x84\x6e\x98\x30\x3f\x92\xfc\xe0\xe5\x51\x40\xe6\x86\xc9\xd2\x66\xa0\x9b\x29\xa0\xed\xaf\x70\x27\x24\xb4\x58\x38\x50\xff\xca\x8c\x01\xa3\xe5\xe7\x30\x38\x50\xf8\xc5\xb2\xfc\xa0\x98\x58\xfe\xe1\xe4\xd2\xb9\x45\x4a\x6f\x31\xcb\x41\x2c\xa5\xe7\x93\xf3\x24\xbd\xd4\x7d\xe6\x28\x34\xee\x93\xa3\x10\x0d\x8c\xc9\x74\xdd\xda\x1b\xfa\x37\x1b\xc8\x6e\xa4\x80\xb6\x7b\xeb\x7d\xf2\xc4\x13\x74\xbe\xe9\xc6\x6e\x43\xfd\x8d\xbc\x79\xbe\x95\xdc\x09\x19\x8b\x9b\xa4\x4e\x51\x53\x4f\xc8\x68\x8e\x4f\x0d\xdd\x32\xd1\xbc\x60\x16\x0f\x8b\x60\xc4\x3c\xcc\xe2\x64\xa6\x1a\xfa\xb8\x8f\xe4\x41\xcc\xe4\xe7\xa6\x7e\x5f\x28\x8a\x65\xa2\x2f\x94\x34\x36\xcb\xbe\xf8\x6a\xfb\xe8\x21\xef\x9b\x57\x88\xcf\x1b\xa4\x5a\x34\x51\x55\xe5\xd5\x86\x5b\xb9\xe1\xd1\xfd\xa0\x36\xcd\xcf\xff\xbf\xdc\x60\xb7\xde\xfb\xc1\xa6\x31\x45\x4c\xd0\xec\x1a\x70\xf7\x93\x14\x88\x24\x38\x74\x35\x67\x2b\xbb\x1f\x88\x2e\xcf\xdb\xc3\xb3\xfc\xbf\x89\x7d\x7e\xcc\x7e\x54\xf5\x5c\x50\xf2\xed\xa7\x67\xc2\x1d\x8d\xe1\x41\x00\x62\xf9\x7c\x90\x6b\x3d\xf5\x03\x2e\xd9\xdd\x1f\xf0\xc2\x19\xfe\x81\x0a\x8f\xf0\x17\xb9\xb8\x26\xea\xc1\xbd\x5c\x5f\xc0\xd2\x39\x5c\x8c\xfd\xd9\xa0\xf4\xd6\x3e\x7b\xe0\x55\xee\x4d\xf1\xa0\xfe\x87\x5d\x10\x9f\x0d\x1a\x10\x4d\xe4\xc3\xf0\x42\x6b\xea\x1f\x66\xe4\xf0\x4d\xeb\xd9\x92\x43\x35\xce\x8d\x6e\x1b\xee\xe3\x45\x41\xb5\x6a\x2d\x1e\xa0\x9e\x2e\x5c\xf6\xbc\xa0\x27\xa6\xb0\xed\xc3\x62\x64\xae\x99\xfb\x00\xe5\x2c\xbb\x30\x3f\x25\xc5\xb2\x9b\x4c\x22\xfc\x06\xec\x07\x9e\x18\xe4\xa6\x73\x38\xd4\xc3\xdc\x74\x96\xcb\x4f\xe1\xfd\x50\xe7\xe9\x83\x34\xc9\xab\xff\xfe\x94\xc8\xe7\xa9\x98\x67\x71\xfc\x53\xc9\xc0\x5a\x39\x1a\x73\x9d\xee\xf2\x61\xad\x5a\xd7\x09\x7f\x12\x28\x49\x46\x3e\x2f\x50\x2a\x4e\x43\xf5\xd4\x9c\x57\xad\x4d\xea\xc3\xa6\x7f\xb8\xb1\xb8\xfe\x82\xbb\x4a\x83\x6e\x64\x06\x11\x05\xdc\xe3\x8a\xce\x0f\x2d\xab\x8e\x48\x7c\x58\xcc\x4c\x9b\xe6\xa1\x5f\xb7\xab\xe1\x3e\x2c\x66\x66\x2f\x83\x07\xa6\x56\xdb\x07\x9e\x84\x35\xd3\x3f\xbc\x3b\xd5\xaa\xf8\xa7\x53\xeb\xd7\xfc\x42\x2e\xa5\x96\x0e\x5e\x62\xf6\xb6\x78\x58\x18\x76\x33\x51\xb9\x94\xfe\x21\x25\x9e\xc6\xd9\xb9\xb6\x9a\xea\xd4\xa8\x49\x90\x3f\x23\x25\xbd\x7f\x20\x30\x97\xde\xe5\x81\xe3\x98\xf5\xb7\x0f\x7c\xc5\xad\x87\x79\x06\xb7\x85\x4e\xdd\x87\x29\xe4\xec\xb6\xf0\x8c\x0b\x5f\xb8\x05\xc4\x06\x7b\x18\x2f\x54\xea\x76\x83\x7d\x02\x96\x75\x41\xf5\x07\x21\x84\x5d\x87\xd1\x03\xd7\xf1\xcf\x16\x88\x1d\xcf\x9a\x58\xa4\x7b\xb3\x79\xf7\x61\x00\xa0\x13\x89\x3e\x91\xf8\x50\x14\xbe\x60\xa8\xdb\x31\xf7\x81\x6d\xd5\xbe\xe7\x0f\xc0\x91\x8d\x9f\xcf\xcc\xc5\x17\xc9\xc8\x07\xe7\x44\x25\xcf\xc4\x24\x79\x8f\x21\x3d\xf1\xfa\xf6\xc0\x3b\xa8\x3f\xa0\xc6\x57\x4a\xbb\x67\xd2\xdd\xb3\xb9\x8b\x1c\x85\x89\x00\xcf\x0b\xec\x3f\x2b\xd7\x56\x5f\x20\xec\xd0\x7a\xbf\x67\x71\x69\x2d\x7e\x56\x0e\x43\x54\x2c\x2a\x7e\x74\xd1\x7c\x56\x6e\x4d\xbf\x41\x7f\x01\xbf\x30\x51\x78\xd2\xfb\x62\x91\x89\xbd\xb5\x50\xfa\x63\x7d\x96\x97\x05\xda\x5c\x58\xf5\xd9\x53\x74\xab\x13\xe4\x7c\xf3\x05\xfd\xd9\x21\xba\x85\x04\x1e\x38\xa7\x59\x45\xf0\xec\x94\x28\x96\xdd\xac\xfd\xb1\x36\x7f\x01\x16\xb1\x88\x83\xe2\x6e\x7d\xb6\xd6\x9e\x44\x69\x6e\x68\x44\xb5\x33\xc6\x73\xe0\x06\xeb\xc9\x83\xef\x99\x75\x81\xcf\xd1\xdf\x15\x35\x93\x65\x1e\x0c\x29\x80\x9e\x83\x3c\x60\xa2\x90\x19\xc3\x7a\x84\xe7\xe0\x92\x77\xbf\xc0\x5b\xb6\x90\xdd\x83\x68\x42\x9b\x5d\x1f\xa4\x79\xfb\xc8\xa0\x93\x7c\x2a\x2e\x3b\x11\x8c\xeb\x9d\xc0\xe0\x42\x3b\x6f\x3c\x50\xe4\xf9\x0a\xfa\x9c\xf4\xe7\x92\xfe\xe6\x39\xa9\x13\xd5\xbd\xf8\xb9\x38\xf7\x22\x01\x6a\x35\xdf\x49\x1f\xa4\x9d\xf8\x4c\xc3\x95\xfc\xe0\x0f\x20\xd4\x3c\x8f\x17\x65\x96\xa5\x3d\x3c\xc2\x7c\x93\x7f\xa0\x06\xfb\xb5\x3f\xb9\x29\x3c\xb0\x4e\x3a\x26\xe8\xa1\x46\xcc\xe4\xc0\xd8\xb8\xd9\x17\xe4\x49\x6b\xa3\xc1\xcb\x0d\xcd\xa4\x39\x1c\x80\xcd\x60\xf9\x81\x86\xcb\x1e\x33\x0f\x34\x5c\x9f\x33\xff\x21\x37\xeb\x26\xf8\xc0\xd8\x68\xef\xe1\xe7\x21\xe3\x88\xa4\x87\x8c\xe3\xff\xc7\xbf\xff\x84\xf3\x57\x3d\x40\x74\x1f\xc7\x88\x07\xfa\x29\xe7\x5a\x78\x58\x62\xc3\x11\x9f\x0f\xf3\x4f\xd8\xd5\xe3\x01\xc2\x93\x91\x22\x7e\x30\x56\x4e\x39\xe1\xc4\xef\x47\x1a\xa7\x9e\x49\x53\xd1\xf3\x40\xf4\xba\xdf\x87\xb6\xe5\xbf\x45\x8c\xdf\x0f\xac\xfc\xdf\xa4\xc5\x0f\x80\x6e\xca\x0c\x17\xbf\x1f\x57\xbd\xeb\x99\x52\x61\xf3\x0b\x58\xf5\xff\xd8\x24\x7e\x1b\x29\x0a\x3d\x77\x84\x19\xfa\x39\x38\x46\xb5\x88\x6a\x6d\xbd\xf9\x19\xb3\xd4\x34\x04\xf8\xad\xf5\xa6\x0e\xa1\xd2\xea\x4d\x24\x6f\x37\x86\xe8\xff\x41\xd0\x7f\x07\x63\xfc\x58\x5b\x56\x87\x40\xfc\xe0\xe3\x3f\x65\x2a\x8a\x5f\xc1\x24\xb9\x07\xa4\x53\xd3\x7d\x24\x7e\x05\x32\xdf\x93\x04\x15\xd4\xf0\x24\x32\x15\xda\xda\xd4\x25\xf2\x41\xf4\xa6\x31\x03\x5a\xf5\xa6\x39\x82\x5b\xdc\x26\x0f\x98\xf8\xd5\x9c\x14\xad\x23\x2b\xab\x85\x67\xa1\xe6\xc2\x88\x08\x26\x43\x53\x0e\xad\xf8\x11\x4a\x35\x35\xd1\x72\x98\x9a\xd8\x96\xbd\x8a\x0c\xe4\xee\x9d\x32\xb4\xc4\xaf\x71\x93\x15\xb1\x0b\x8b\xa7\xe9\x48\x8e\x5f\x4b\xf7\x3b\x7f\x72\xb0\x0d\x0d\xa5\xf1\x9e\xe4\x26\x78\x66\x77\x11\xde\xc1\x20\x5d\x2f\xb0\x98\x6c\x98\x01\x3a\x85\x5d\xd1\x7a\xbc\x00\xcc\xb9\x76\xe3\x07\xe3\x61\xef\xfa\x7f\x64\x0b\x1a\x3a\xac\x87\x53\x15\x8a\xe3\x87\x04\x0b\x53\x85\x79\xe3\x87\x1c\x61\xd5\xfb\x62\xe4\x6c\xfa\x8b\x9b\x5f\xb8\x13\xea\x85\xb4\x20\xb0\x0f\x36\xff\xcf\x6c\xb7\xd2\x1a\xbe\x82\x80\x2d\xf8\x8b\xc9\xcc\x56\xea\xf4\xc5\x3b\xae\x60\x1c\x3f\x16\x29\xdb\x34\x53\x41\x09\xeb\xa9\x62\xd1\xb2\xf0\xc8\x27\xb7\xbb\xfa\x9c\xd9\xa7\xd6\x0b\x45\xec\x7f\x9e\x5b\x38\xac\x0f\x73\x11\x33\x1e\x2c\xd1\x08\xdf\x2d\xd5\x3f\x8d\xdf\x22\xcf\x14\xbf\x40\xc3\x6c\xf7\x0f\x3c\xb2\x8b\x3f\x21\x57\x79\x18\x80\x1a\xab\x7f\x7e\x80\xd0\xf9\x34\xc1\x6b\x42\xf1\x0b\x0f\x9b\xd0\xcc\xec\xd4\x7f\x76\xff\x80\x30\xc6\xea\x67\x08\xfb\xcf\xff\x28\x01\xf6\xf9\x1f\x9b\xa3\xff\xc5\x46\x14\x3f\xe8\x86\xba\x39\xf6\x48\x09\xa2\x59\x84\xb2\x68\xfe\xbc\x7f\x89\x29\xba\x18\xf0\xc8\x69\xf3\x17\x54\xa3\x78\x62\x61\x1e\x54\xc9\xb1\xf8\xc1\x31\x4b\x79\xfa\xe3\x87\x8c\x06\xb2\x79\xc6\xef\x60\x4e\x7b\x35\x78\x4e\xc4\x4f\x88\x5f\x4f\xca\x07\x6f\x5d\xf8\x9c\x77\x8b\x45\xb8\x90\xcb\x68\x1a\xbf\x8b\x63\xf0\x2e\xbb\x26\x49\xf4\x1b\x58\xa6\x21\x92\x19\x47\x17\xa6\x19\x2e\x47\xb2\x00\xc5\x8f\x00\xc0\x9b\xea\xce\x55\xd3\x07\x08\x7b\x9b\x3f\x4b\x20\x1e\xb1\xde\x33\x0f\x6b\xa2\xf9\x79\xe7\x3c\x8a\xa6\x87\x5d\xfe\xf7\xc2\xf6\xa3\x90\x13\x7f\x6e\x74\xd6\xd1\x81\xb8\xfd\x52\x98\x84\x7e\xe0\x16\x11\xbf\x6e\x69\xd3\xe9\xfe\x64\xf2\x8d\xa6\x1f\x38\x11\x7e\x4e\x7e\xf5\x17\x1c\x57\x31\x59\x50\xd4\xe9\x10\xdc\x52\x67\xa1\x3e\x37\xb6\xe8\xff\xf7\x7f\xff\xa9\xaa\x43\x1d\x1b\x4a\x47\xf5\xe1\xe7\x14\xa2\xff\x4d\xdc\x56\xe8\xdd\xf5\xf9\x81\xfe\xe1\x6a\x11\x75\x9d\xa4\xdf\x8c\x8d\x45\x99\x96\x47\x99\xea\x84\xe2\x37\xd8\x87\x96\x6f\x2b\xdc\x85\x9e\xba\xf7\x58\x0b\x45\x29\xc4\x56\x29\x8e\xfc\x05\xe2\xd4\x7c\x90\x6e\x95\xe7\x49\xf5\x0b\x74\x27\x14\x11\xf0\xbd\xde\xe4\xc3\x13\x1b\xed\x1a\xba\xa5\xc6\xf6\x9e\x40\x31\x25\xb8\xb7\x46\x58\x3a\xfc\x45\x96\x3f\x11\x07\xe0\x00\x92\x59\x31\xb6\x06\x7c\xe0\x16\x3b\x31\x94\x57\x8f\xf5\x3c\x97\x9b\xa4\xe5\x43\x1e\x30\xb1\xf5\xe4\x32\xcd\x15\xbc\xb1\xfb\xf0\x33\xe0\x78\x68\x66\x3a\xcf\xf3\xea\x1f\xe0\xed\xb4\xfc\x4c\xc6\x96\xe4\xde\x68\x1b\xa9\x6e\x91\xe7\x8f\xa7\x8e\x81\x64\xca\x1f\x19\x1b\xfc\xad\x7b\x68\xdc\xef\x29\x58\xab\xce\x86\x6d\x90\x46\x0d\x93\xf7\xff\xf0\xff\x28\xbf\x36\xdd\x01\x1d\x85\x86\x1b\x44\x36\x06\x0f\x7a\x70\x62\x45\x32\xa2\xc2\x14\xde\x1e\x5b\x10\xb3\x78\x9f\xbc\xe7\x99\x75\xcd\xb1\x4d\xce\xbc\xe7\x15\xf1\x57\xdd\xec\x30\x79\x86\x7a\x8c\x93\xd7\x1a\x37\x89\xf2\x40\x5d\x47\xe8\x36\x33\x28\x4c\xcf\xd4\x61\x48\xf0\x6f\x30\x6e\xc8\x01\x36\xb6\xbc\x4b\x5b\x82\xbc\x27\x5c\x95\x8a\x33\x36\xb8\xaf\x74\x6f\x9c\x45\x79\x61\xfe\x42\x85\x1f\xa5\x98\x88\x6d\xe5\x52\x6a\x9b\x2c\x42\x22\x2f\x3e\x7c\x8b\xab\x77\xff\x9e\xf3\xf0\x97\xfc\x0a\xb1\xed\x85\x6f\x6b\x08\x3b\xe6\xc0\x0b\xc7\xb3\x4f\x47\xc5\x96\x37\x60\xcb\x40\xdc\x80\x95\x46\x20\x36\x38\xb7\x2c\x5d\x81\x63\x3b\x18\x27\xb9\x34\x04\xde\x70\xa7\x28\x3e\x78\x9b\xf4\xac\xc1\xef\xb7\x4f\x0d\xf1\xbd\xd0\x4e\xa9\x7a\x62\xe3\x05\x56\xd8\x73\x63\x9d\xf1\x65\x89\x76\xc2\x69\xc3\x3d\x9c\xec\xd1\xff\x53\xaf\x62\x11\xc9\xc0\xf1\x65\xe1\x72\x92\x04\x8d\x12\x89\xc6\x97\xc7\x00\x3f\x92\xee\x75\xba\xa8\xcf\xf4\x86\xe0\x8d\x78\xfa\x83\x8e\x3d\xea\x0f\xa8\x08\xf0\x2e\x87\xcf\x6e\x17\x04\xdc\x2e\xa2\x4a\x5d\xcf\xb6\x8b\xac\xd0\xfc\x06\x0f\x06\x13\xfd\x1e\x91\xad\x79\x57\x23\x57\x63\x37\xff\xde\x54\x66\x6b\x5a\x98\x37\xdc\x5d\x22\x5f\x8e\x2a\x51\xc6\xc6\x4b\xee\x72\x7b\x4c\xe7\xa7\x31\xbe\x97\xde\x56\xcd\x8a\x2c\xbd\x23\x95\x4c\x6c\xa8\xbd\xa3\xa2\x2b\xb1\x3d\x14\xd9\x5e\x49\x38\x59\x74\x4b\x2e\xc4\x9d\x77\x1f\x34\x0f\x29\xf0\xfb\x48\xff\xe0\x43\x02\x46\x09\xe5\xb8\x88\xf2\xa3\x1c\xd3\x16\x2e\xef\x81\x5c\x15\x4e\x15\xe5\x47\xfc\xa8\x49\x2c\x3f\x9c\xf9\x82\xc9\x65\xc3\x9c\x69\xa1\x0b\x5d\x61\xa5\x0a\x8d\xb2\xa5\x18\xf1\x1b\xd4\xe0\x08\xeb\x94\x2d\x17\xca\x6f\x60\x54\x92\x02\x65\xa3\xd2\x2e\xfc\xc5\xc3\x26\x44\x15\x13\xc1\x48\xcf\x17\x05\x49\x02\x15\xf7\x11\x05\xb5\x67\x94\xaa\x3c\x0a\xf3\xbe\x28\x8b\x66\x14\x14\xf0\x56\xe6\xfe\x28\xf0\x64\x50\xb5\xd6\x28\x79\xad\xd4\x9d\xa4\xe0\x5a\xa9\x9a\x9e\x51\x70\xad\x54\x74\x55\x14\x78\x32\x4c\xa5\x4a\x88\x82\x4c\x31\xca\xc6\x10\xa5\x22\x54\x58\xdc\x58\x98\x81\x5b\x51\x65\x51\x6a\x72\xb4\xbf\xc0\x7d\xcf\x07\x57\x41\xce\xed\xf0\x6a\xa1\xc4\x8c\x72\x4c\x45\x69\xc4\x04\x3a\x0a\x0b\x53\x6a\xff\xbc\x3a\x2c\x7b\x28\xf5\x59\x14\xe6\x1d\x94\xfa\x2c\x0a\x92\x68\xab\x74\x5e\x94\xf7\x9e\x5a\x55\x37\x24\x4a\x43\xac\xa2\xc4\x57\x79\x21\x40\x1f\x3f\x3f\x23\x71\x96\xd7\x8e\x59\x09\xa5\x1c\x8b\xd2\x59\x63\x4d\xab\xdf\x29\x1a\x74\xb4\x95\x9e\x3c\xe8\x37\xde\xc5\x55\x11\xb6\x28\xef\x79\x1e\x96\x87\x05\x26\x80\x25\xe5\x57\x14\x78\xd1\x0e\xd3\xd0\x09\x9e\x75\xd6\x15\xa6\xc0\xf6\xc4\xf6\x24\x52\xab\xdb\x1f\x20\x3a\x7d\xc0\x1a\xde\xd2\xd8\x45\x81\x09\xa0\xea\x60\x2a\x2f\x20\x68\xbf\xee\x0f\x88\x5a\xcc\xa1\xf0\x8d\x90\x3f\x61\x94\xc1\x8b\x59\x99\x7f\x39\x87\x0a\xe0\x40\xff\xd0\x43\xe0\xa5\x2b\x4d\x09\x82\x39\xdd\x9b\x4a\x20\xa7\xab\xa7\x1d\xf6\x00\x55\x5c\x8b\x12\xb9\x2d\xb5\x70\x41\xe4\xed\x39\x78\x21\x45\x2d\x1e\x32\x2c\x02\x72\xac\x89\x82\xd8\xaa\xe1\x11\x05\x21\xab\x69\x42\xb2\x19\x95\x1b\x8c\x02\x03\x81\xaa\x60\x45\x81\x81\x40\x85\xba\xa2\x4c\xca\x47\x09\xe8\xf2\x22\x90\x3e\xbc\x85\x10\x01\xbe\xf9\x4e\x53\x52\xbd\x6f\x9a\x26\x91\x9b\xa7\x61\xb1\x0f\xd1\x90\xda\x7b\x2f\xd4\x02\xbf\x9b\x1d\x59\x7b\x45\x0e\x17\x51\xa8\x68\xd7\x85\xa4\xec\x6c\x51\x0d\xec\x24\xd2\xef\x53\x88\x77\xff\x80\x73\x48\x90\xa1\x30\x89\x5f\x7c\x7e\x48\xa2\x45\x24\xf2\x4f\x2b\xde\x20\xca\x41\xcc\xe2\x71\x1f\x3c\xf1\x35\x31\xf0\x97\x18\x16\xb1\x07\x95\x32\xd3\x3f\x20\xd6\xbd\xf8\x83\x85\x0f\xdc\x03\x0f\x0e\x51\x00\x9d\x79\x55\xec\x7b\x94\x93\x37\x56\xcf\x1b\xfd\x5f\xbd\xfa\x48\x3e\x33\x2c\xa2\xe1\xdb\xf0\x99\x36\x28\xcd\x87\x05\x4f\xfa\x36\x4c\x7f\x40\x75\x97\xae\x23\xe5\xe4\xf9\xad\x1b\x4e\x01\xe8\x18\x1e\x04\xcb\x55\x7f\x9e\x39\x0b\x1a\x04\xe2\xac\x7d\x5b\x29\xac\x45\x6d\x90\x5d\x50\x11\x30\xcc\x2c\x17\x4a\x64\x08\x01\x17\x16\xf8\x33\x24\x2e\x40\x0c\x43\xb7\x97\x02\xdf\xd2\x5f\xf1\xbe\xbc\x49\x82\x16\x8a\x39\xf7\xac\x13\x2e\x28\x36\x5d\xbd\xeb\x6e\xb8\x53\x7f\xfe\x87\x93\xb8\xf7\xc4\x43\x39\x62\x12\x12\x44\x54\xff\x00\xfe\xf3\xb4\x01\x44\x58\x69\x54\x80\x21\x86\x37\xd5\x43\x65\x85\x60\x7d\x79\x32\x6e\xc2\x2d\x32\x17\xa8\x68\x7c\x50\xf7\xd0\x82\xe1\xa1\xb4\x54\x0b\x95\xd5\xa8\xad\xa4\xad\x09\x23\x24\xa2\x2b\x7c\x31\xc7\xe7\x85\x83\x5f\xf8\x05\xde\x88\xfd\xc5\xc6\xa3\x4b\x47\x78\x4d\xa4\xf1\xf9\x01\x1c\x55\xfd\xcc\x89\xa8\x7a\x66\xd0\xfc\xd4\x33\x8e\x7c\x77\x09\x5d\xb6\xbc\x72\xa3\x6e\x34\x6f\x7d\x1a\x7c\xb7\xa1\xfc\x0a\xa2\x96\x1c\xa6\xbe\x40\x7d\x67\xab\x9a\x2b\x52\x19\xab\xe8\x56\xd4\xc2\x1b\x54\xf8\x07\x9e\xf9\x42\xda\x15\xa5\x41\x46\x73\x17\x48\x2f\xbe\xfc\xff\x01\xcb\xcc\xd2\x33\xf7\xc4\xa7\x45\xc8\x8e\xe9\xe7\x07\x83\xd2\x07\xa9\x26\x10\xd0\xae\x95\xf7\xeb\xe1\x1f\xc8\x61\xf1\x17\x1f\xba\xa8\xa8\xed\xac\x34\x6b\x51\x2b\xf1\xc3\xf0\x0f\x70\xc4\xfa\x34\x8f\x7d\xae\x8c\x27\x51\x13\xe6\x08\x83\x56\xa4\xbf\x99\x3f\x01\xa1\x0a\x65\xba\x32\x83\x47\xad\x8c\x6b\xd4\xa4\x34\x22\x06\xdd\x3e\x2a\x94\xeb\x96\x9f\x15\xa0\x46\x59\xdd\xa3\x36\xda\x4d\x3c\xcd\x9d\xe6\x26\xc1\xc1\xda\xc9\x6d\xa6\xb2\x53\xb3\xaa\x63\xa0\x76\x70\x97\x24\x64\xed\x3c\xbf\xbd\xd8\xc8\x1d\x53\xbd\x12\x83\xc1\x93\x1e\x16\xf3\xc3\xd9\xb8\x52\x11\x93\xad\x64\xc6\x51\x07\x8f\x37\x13\x81\x20\xed\x61\xfe\x1a\xbc\xdc\x0a\x00\xd6\xd4\x9c\xeb\x0a\x53\x51\x47\x4e\x09\x6c\xa2\x06\xc5\xb6\x79\x98\xa9\x87\x05\x0b\x6a\x80\x65\x3f\xcf\xb0\x51\x7d\x1a\x00\x8d\xdd\xdf\x27\x8d\xda\x45\xf0\x23\x50\x46\xda\xa8\x01\x3c\x28\x61\x51\x83\x24\xea\x96\x54\x89\x0a\x96\x07\x31\x93\x46\xd1\xc0\x1c\x74\xca\xd8\x19\x95\xc0\x40\x8a\xf3\x8a\x3a\x71\x46\x6b\x95\x51\xd3\xd5\xcf\x14\x71\xd3\x3f\xc0\xe2\xa0\x33\xbb\xb2\x50\x9c\x5c\xa7\xa2\xae\x24\x4a\x6f\x24\x4e\x10\xb2\xa8\x8b\xf8\x5e\x52\xb2\xa6\x32\x5e\x20\xb2\xd2\xec\xaf\xd3\xa5\x32\xd6\xe6\x23\x3f\x16\x11\xd6\xf4\x17\xdc\xcd\xba\x26\xd7\x9d\x69\xc1\xcd\x01\x3b\x8d\x29\x16\x18\x4c\x22\xac\x9c\x82\x51\x91\x34\xd8\x31\x41\x51\x91\x63\xc6\x5a\xda\xba\xf3\xba\xe5\xe9\xdd\x29\xef\x2d\x54\x76\xca\x5e\x4f\xd7\x01\x30\x2b\xd0\x54\xa1\x61\x1f\x02\x03\x15\xa5\xda\x9a\xaa\xa7\x44\xa5\x86\x5d\xd5\x50\xa2\x1e\xdc\xe4\x16\x3b\x50\x62\x54\xa5\xec\x8b\x7a\x90\x4f\xfc\xc2\xc9\x26\xfc\xc2\xf5\x72\xa2\x39\xef\x20\xbc\xf4\xae\x3f\xc1\xeb\xdd\xcf\x48\x7b\xa4\xe3\xbe\x9e\x39\x77\x1a\xe7\xc9\x3d\xed\x25\x3c\xc9\xdc\x9a\xed\x13\xbe\xe5\xde\x0c\x27\xc3\x36\xfd\x3e\xf7\x9f\x79\x39\xf5\x22\x5e\x51\xe4\x92\xf9\xf9\x84\x20\x64\xb1\x64\x82\x21\xa0\x29\xe5\x69\xd4\x0b\x81\x1b\x26\x81\x25\x2d\x96\x59\x82\xc9\x63\xcc\xeb\x2c\xb0\x36\xbd\x19\xae\x5c\x3d\xf5\x81\x10\x99\xe1\x79\x80\x2b\x80\x5c\xec\xa3\xde\xdc\x6f\xde\x5e\x37\xb2\x4c\x7a\x0b\xdf\x99\x7d\x53\xa3\xb8\x29\x24\x34\x91\x77\x4e\xa4\x5f\xe0\x79\x2f\x4d\x46\xbd\x93\x4a\x0d\x03\xa9\x83\x95\x20\x2f\xea\x8b\x73\xaa\xa2\x72\xa3\xde\x24\x5a\x44\xc2\x38\x31\xe6\x5f\x52\xfe\x44\x05\x26\x6a\x53\x86\xd1\x4a\xef\x00\x4f\xfb\x93\x5b\x51\xbc\x02\x07\xd0\x61\x2c\xf1\x90\x5f\xa5\x49\xa9\x89\x92\xa4\x3a\xa9\x0f\x6f\x5c\xe6\x26\x7a\x84\x2a\x29\x4f\x54\xe4\x15\x5e\x1e\xf2\x43\xf4\x28\x6e\x69\x0c\x79\x91\x0f\x4f\xb4\x5f\xae\xc4\xd0\x0f\x0c\x03\xaf\x7a\xce\x81\x4d\xfd\x80\x95\xf8\xbc\x30\x50\xeb\xc6\xcf\x10\xdf\xda\xa9\x0d\xa5\x8d\x6d\x56\x68\x8c\x96\x96\xf3\x64\xb4\x8d\xf7\x46\xad\x5c\x63\x54\xcc\x4f\x62\xad\x95\x0c\xc9\x16\x0d\x85\xc9\x18\xf4\x05\xd3\xf4\x79\x6d\x1b\x61\x90\x24\x50\x2b\x64\xe1\xd0\xf3\xe4\x07\xa2\xba\x70\xdf\x89\xa8\x82\xf8\xfb\xee\x1e\x79\x27\x0b\xb7\x48\x61\xb1\x99\x48\x6e\x82\xe5\x26\x71\xa1\xf1\xc0\xa9\xae\x11\x2c\x69\x15\x89\x3e\x24\x46\x1b\xc3\x91\x3d\x91\x2f\xae\xa9\xf2\xec\x8f\x06\x58\xa3\x64\x63\xd1\xe8\x23\x30\x3d\x2b\x88\x43\x51\xde\xd4\x68\x70\xa6\x54\x52\xd3\x68\x8d\x77\x38\xf7\x08\xef\xca\x21\x78\xd0\xd2\x65\x40\x62\xb9\xb5\x9c\x57\xff\x90\x88\x42\xec\xd2\x28\x76\x8b\x3b\x61\x6d\x0e\x6d\xab\xd6\xc8\xa4\xba\x0d\x34\x46\x9a\x28\xdf\x5c\x34\x22\x9f\x4d\xb2\xbc\xa5\xbd\x45\x2a\xbe\xd6\xb9\x9c\x22\xa3\x67\xaf\x9a\x7c\x04\x35\x0f\xcf\x55\xea\x63\xdc\xe2\x81\x68\x73\x77\x09\x20\x1e\xfe\xfe\x22\x09\xa2\x1a\xea\x18\x2b\x0a\x5a\xe7\x5c\xea\xff\x81\xe2\x2f\x12\x81\x6d\xe4\xb1\x29\x92\xe1\xa4\x30\x3e\xcf\x0d\xe9\xe0\xfd\x3c\x38\x04\x31\xd4\xe0\x10\xfc\x8c\xd5\x14\x1c\x68\x23\x27\x56\x53\x3f\x18\x98\xf8\x79\x83\x90\xc2\x7b\x19\x0e\x9a\x4a\xf9\x10\x8d\xd0\xcc\x8b\x17\xb9\x12\x22\x2a\x78\xbd\x30\x0f\x22\x6d\x9f\x85\x6a\x43\xb0\x8b\x32\x53\x46\xa3\x02\x46\xf8\xa2\xc1\xc4\xd3\xa6\x99\x94\xc8\x6a\xf3\x56\x65\x7a\x1b\xe9\x28\xdb\x9c\x7c\x41\x5d\x4e\xec\xc4\xe1\x0f\x70\x4a\x0b\x3b\xb4\x99\x32\x4d\x44\x2f\xf6\x29\xec\xd5\x56\x0a\x14\x11\xb1\x92\xc1\x34\xb7\xf4\x51\xd8\x24\xad\xdb\xa2\x3c\xd0\xcd\xad\xad\xc5\x37\xdc\x0b\x31\x8c\xf7\x06\x53\xc8\xa8\xba\x65\xb4\xc5\xb9\x30\x19\x30\x02\x9b\xe7\xf6\xa4\x53\x54\xec\x39\x37\xa2\x93\x7a\x1d\x0f\x1d\x85\xc8\x9a\x2a\x27\x44\x23\x16\xdb\x7e\x7f\xf2\x63\x68\x7b\x6e\x56\x91\x4c\x3d\xd1\x34\x45\x39\x6a\x0d\x32\x93\x03\x7a\x3d\x77\x9e\x99\x9b\x7f\x20\x17\x56\xd3\x0c\x05\xb0\x5d\xd2\x1a\xb3\x10\xdb\x02\xd0\xa0\x3a\xf2\x9d\xb6\x25\x74\xd3\x05\xb1\x11\xa9\xa9\x90\x63\xb4\x23\x7b\x15\xa1\xc8\xef\x37\x37\xcb\x77\x04\x4b\x17\xcb\x73\xc6\x4a\x2b\xdb\x59\xb4\x93\x43\xd3\xdd\xa8\x9d\x39\x34\xff\x80\xfd\x25\xdc\xd4\x00\xa4\x1c\x29\x18\xed\xc4\xee\x11\x0c\x6a\xd7\x8f\x2f\xe8\x0b\x00\xa5\x62\x0f\xab\x06\x8b\x92\xf2\xd3\x45\x83\x05\x69\xda\xa3\xa7\x5d\x64\xf6\xcd\x5f\xf0\x30\xd4\x85\xac\x41\xff\x53\xec\x4f\xd5\x60\x42\x52\x1d\x96\x68\x74\xbb\x9c\xde\xa2\x57\xce\xb7\xde\xa0\x86\x48\x40\xa3\xdd\x0c\xfb\xd0\xc0\x51\xff\x4b\x39\xd8\xa2\xdd\x54\xe7\xe8\x5e\xd9\x18\x0c\xe3\x71\xc2\xe8\x34\x0c\x22\xe0\x8b\x59\x7e\xe6\x5b\x14\xaf\x1d\x06\x15\x28\x18\x56\xec\x7f\xd5\xee\x5c\x3f\x77\x81\xbd\x62\xb9\x72\x63\xfd\x36\x1f\x96\x08\xa7\x19\x3e\x4c\x53\xe7\xa4\x8b\x68\x7b\x60\xcb\xb0\xf8\xa4\x0e\xca\x52\x81\xf0\xca\xb2\xf0\x49\x9e\x12\xd1\x0f\xf5\x3f\xcd\x3f\x90\x01\xcc\x86\x99\x2c\x50\x3b\xba\xff\xa0\xf3\x94\x3c\xed\x3f\xcc\xa4\x44\x42\x47\x81\x2f\x65\x01\x8a\x0e\xa8\xa4\x14\x3c\xd1\x19\x5f\x63\x97\xb0\x8e\xc4\x30\xa1\xa5\xe9\x30\x75\x29\x1f\x4e\xf4\xdf\x8d\x67\xbd\xbf\x51\xd9\x27\xa6\xed\x48\x03\x58\xec\xf0\xd5\x11\x2d\xa3\xcc\x32\xd1\x11\x1d\xf3\x53\x85\x97\xe8\x1b\x23\x53\x74\xbd\xee\x1b\x35\x44\xd3\x4d\xe0\x3a\x57\xfd\xc5\xbb\x9a\x36\xa4\xf6\x0d\x75\xfe\x74\x0e\xf5\x8d\x44\xfa\xf9\x81\xda\x5f\x44\x33\xe7\xf2\x26\x88\xd0\x59\xce\xd6\xf7\xaa\x5e\x98\x2d\x76\xf9\x07\x06\xdb\x69\x98\xc0\x77\x73\x13\xa8\xe8\x08\xb8\x51\x82\xf7\xe8\x25\x0b\xf8\x6b\x10\xf0\xe1\x2c\xf6\x42\xeb\x85\xb5\x4d\x34\xec\x17\xf0\xbd\x2f\x68\x58\x25\xaf\x07\xa6\xfb\x40\xde\x5c\xbf\xc0\xc5\xd2\xea\x16\x14\x0f\x94\xfc\xef\xf5\x07\x17\x2e\x3f\xa3\xb4\x84\x40\x4b\x87\xda\xcb\xd2\xa2\xbf\xf8\xaf\xf8\x7c\xe8\x35\xb9\x43\x13\x09\xaf\x50\x1b\x58\x7a\x9d\xff\xfe\xd3\x54\xe8\x21\x7a\xcd\x21\xf8\x07\x98\x1c\xc5\xe2\x1d\xe9\x68\xaa\xa7\xb1\x72\x04\xa6\x88\xa2\x43\xb7\xcd\xde\x72\xa9\xd4\x62\xa3\x88\x73\x93\xa8\xdd\xa0\xbc\x2c\xd1\x61\xab\x8b\x3f\x95\x8a\x88\xde\x72\x51\x44\x40\xa3\x3c\x2c\x6e\x7e\xa1\x39\x0d\xb9\xed\x78\xd6\x9a\xc0\xd4\x67\x55\x74\x6f\xcc\xa4\xea\xff\xb1\x81\x36\x0f\x28\xa5\xa5\xa6\x00\x71\xcf\x36\xa8\xf7\x9e\x23\x16\x49\x1d\xce\x12\x66\xc5\x04\xa7\xd5\x3f\x20\xb5\xaa\xd9\xa4\x73\x50\x66\xef\xce\x0b\x8f\x68\xe8\x1c\x83\x96\x15\xd1\x41\x61\xce\x44\x74\x90\x62\x57\xa3\x23\x3a\xc8\x8a\xea\xde\xa9\x14\xf6\x86\x42\xbe\x9d\x62\xd7\xbd\x8e\x1a\x66\x4a\x31\x18\x7d\x6c\x7c\x41\x5f\xbc\xe8\xb4\x2a\xc0\x36\xfa\xe0\x2a\x6a\xda\x47\x87\x36\x4b\x24\x02\x9c\x1a\x17\xf6\x11\x78\x5f\x93\x34\xb8\x4c\xfe\x1f\x45\xe1\x4d\x32\x82\xac\xc3\x53\x02\x25\xa1\x53\x2f\x45\x47\x68\x51\x7c\x46\x40\xac\xa4\xbd\x01\xef\x5a\xab\x3d\x3a\x95\x88\xca\xcf\x1b\x3d\x72\x59\xd4\x02\x90\xaa\x0d\xb0\x1d\xc6\xc6\xf8\x3c\x77\x9e\x30\xfe\x00\x9c\x5b\xdc\x45\xfc\xfb\x4f\x2d\xde\xae\x50\x3b\x86\xe7\x90\xee\x4d\xca\x76\x1a\x9d\x99\x20\x15\x59\x12\x1d\xd6\x47\x1b\xf0\x3b\xdd\x75\x95\x9a\x34\x3a\xac\x8d\x61\x5e\x43\xbe\xe9\x62\xbf\xc1\x3e\x31\xaf\xde\x0e\x13\xac\xe3\x75\x78\xb1\x70\xb5\x57\x5f\x47\xb0\xd1\xdc\xaa\x7b\xb8\x61\x4e\xf2\xf3\x83\x67\x75\x90\x58\x59\xc7\x68\x47\xc2\x1f\x1b\xb4\x3a\xea\xf3\x86\xb9\x7d\x25\x89\x6a\x71\xd1\x46\x66\xa9\x84\x54\x8b\xe1\x85\x58\x3c\x46\x4d\x34\xea\xf3\x5a\x35\xda\xf7\x5c\x3a\x8d\x12\x61\x42\x61\xee\xd9\x79\xd6\x77\xff\x80\x73\xd4\x13\x0d\x10\xaa\x32\x6b\xd1\x69\x9c\xdc\x84\xfe\x3a\x12\x27\xda\x7b\xbe\x1f\xe0\x7f\xef\xa0\x83\x3d\x6a\x50\x34\x56\x4e\x9f\x48\x07\x7b\x14\x89\x07\x2f\x0c\x82\x93\x1d\xfe\xbb\xf1\xe9\x71\x41\x98\x8b\xe4\x83\x10\xc8\x4b\x89\x4c\x8a\x3f\xd5\x12\x8f\x7e\x70\x5a\xb4\x96\x07\x80\xb4\x85\xf5\x99\xa7\xa4\x3e\x40\x90\x50\xf8\x3c\x3a\x39\x08\xcd\xf3\x99\xd3\xa6\x51\x21\x96\xbb\xfb\xc0\x3a\x09\x47\x2d\x0c\x4f\xba\x00\x6a\x50\x80\xc4\xf1\xf9\x9f\x01\xe9\xdd\x5d\x80\x66\x61\xcf\x7e\xd2\x67\xd4\xd8\x00\xca\xc5\xb9\x79\x93\xc0\x20\x1a\x9f\xe7\xca\x17\x44\xe4\x8b\x99\x8b\xea\xaa\x45\xbf\x00\x58\xcc\xe2\x17\x4d\x16\x9f\x17\xe8\x39\xe6\x16\xb1\x67\xda\x5f\x82\x5e\xa3\x23\x8b\xb5\xfd\x3a\xfa\x95\x23\x74\x77\x54\x04\x7c\xde\x00\xba\x11\x4a\xec\x37\x97\x45\x48\xb5\x03\x5e\x2f\x8f\x10\xf0\x3a\xdc\xc0\x9d\xbc\xa5\x59\xa6\xa6\x72\x33\xb3\xc1\x20\xab\x98\xfb\xe8\xac\x0e\xa2\xaa\xf1\xd1\x91\x27\x71\x6e\x9f\x26\x78\x70\x5b\x98\x3d\x2f\xe6\xb7\x7b\x79\x7f\x28\x2f\xcd\xf1\xc8\xbe\x63\xbb\x73\x7f\x28\xcd\x3e\x2f\x60\xed\xbd\xe7\xe0\xd7\xe5\x50\x83\x41\xbf\x2d\x25\x27\x8d\x81\xd0\x23\x07\x02\x8c\x1f\x35\x20\xba\xfd\x0c\xfa\x66\x6f\x9f\x2f\xc8\xa0\xc3\x9f\xe4\x4c\x74\xfd\x40\x1f\x54\x1d\x54\x03\xae\xd7\x76\x73\x1e\xa9\x3c\x14\x99\x03\xf1\x49\xf6\x49\x1f\x3f\x2e\xe8\x70\xa7\x60\x59\xb1\xcf\xf8\x91\x43\xb5\x4b\x46\x42\x68\x49\xe5\xb1\x25\xdd\xfe\x81\x28\xc5\x9d\x6e\x39\x79\xea\x75\xa3\x75\x6f\xf8\x0d\xe2\x0e\x77\x8b\xa8\x24\xbb\x4a\x8f\x42\x60\x55\xfd\x03\x04\xaf\x4e\xc0\x51\x78\xd5\xf7\x40\x10\x52\x5e\x1d\x96\x34\x0a\x0e\x65\xf1\xc0\x28\x24\xd3\x44\x24\xc4\xad\x7e\x83\xaa\x38\x8f\x0c\x1e\x65\x76\xb2\x1c\x95\xfa\x1f\x53\x41\xcb\xec\x26\x2d\xf5\xa8\x24\xd3\xcf\xbc\xcc\x7b\x60\x2c\x54\xdb\x3f\x6f\x60\x85\xa4\x95\x1c\x95\x67\x96\xfb\x68\xbc\x57\x4b\xfe\x8f\x46\xe6\xd5\x51\x3c\x1a\xb6\x98\xe4\xd4\xa0\xf5\x75\x7a\xe8\xb0\xbe\x96\x5f\x75\x9b\x74\x7a\xf0\xc8\x88\x53\xc3\x5f\x50\xe7\xf0\xf9\x81\x1a\x43\xd3\x99\x8a\x4c\x73\x2b\xb0\xe6\x67\x60\xc4\x96\x9f\x15\x82\x5b\x99\x0f\x91\xd1\xb9\x84\x3a\xa7\x46\x1f\x70\x64\xf3\x0b\x38\x44\xc2\x0d\xe4\x82\xa9\x0b\xa8\x29\xe3\xd3\x40\xee\x7b\xcd\x4c\x16\x9f\xd5\x65\x7f\x8c\x5c\x0f\xb5\x49\xe8\x16\xfe\x02\x4d\x4a\xc3\x33\x06\x79\xc2\x5c\xc3\xc8\xa7\x2d\xfc\x03\x75\x2b\x5e\x30\xa8\x11\xed\xd9\x33\x52\x8d\xe8\x99\x41\xce\x1c\xfb\xd5\x8c\xa0\x08\xf4\x6a\x10\x7b\x09\xde\x0d\x62\x2d\x9d\x7d\x23\x90\xd4\x77\xb9\x47\x64\xf2\x6a\xee\x80\x83\xf0\xff\x70\x0f\xf1\xda\x05\x12\xb0\xcb\x80\x30\x26\x29\xd6\xf7\x93\x2e\xff\xd2\x81\x8c\x09\x1b\x98\x47\x80\x4a\x21\x76\x59\x18\x93\xd9\x3c\xd4\x41\x22\xb7\xea\x17\x58\x12\x52\x23\x42\x9a\xed\xdf\x9f\x52\x31\xc4\x98\x1c\xbe\x5b\xc7\x96\xf9\x50\x87\x33\x48\x77\x92\x41\x53\xb1\xa7\x13\x39\x19\x95\x02\x23\xc6\x4a\xc6\xd3\xfc\xc0\xc3\xcc\xd6\xec\xb1\x10\x3e\x65\x36\x5a\x88\x3e\xf8\x34\x48\xd5\xf2\xa7\x47\xda\x32\x44\xe1\xe2\x15\x44\xf8\x67\xd0\xa7\x5d\x55\xe8\x63\xa4\x72\x53\xca\xe6\xb1\xc3\x04\x13\xfe\x82\x3e\xe5\x26\x6a\xa7\x10\xfd\xbc\x81\x55\xf4\xf9\xb1\x53\x74\x9b\x77\x0f\x2c\xab\xd9\x04\x85\x63\x55\xf8\x30\xc6\x41\x05\xa8\x27\xe6\x40\x4d\x56\x9f\x59\x47\x76\x29\x1a\x0e\x28\x97\xbd\xe1\x4e\xde\xa4\x84\x78\x06\x40\x98\xcd\xce\x83\x8e\xee\x9e\x87\x93\xfb\xcf\x83\x38\x51\x42\x46\x00\x7b\x9c\x2c\x68\x20\xd6\x3c\x29\x88\xbc\x59\x10\xc9\x55\x2c\x14\x98\x3e\xc7\x5e\xbd\x83\xd5\x43\xa6\x89\x06\x2a\xb3\xe5\x7b\x24\x2a\xf3\x49\x71\x91\x68\x3f\x53\x6a\x78\x7f\x5c\x03\x2f\x88\x86\x17\x74\xd5\x4d\x96\x85\x71\x11\xf4\x7b\x5e\xa0\xa6\xb4\xcb\xc5\xb8\x50\xcb\xc3\x82\x0b\xa8\xc9\x16\xe2\x71\xc1\x99\xd5\x1c\x7d\x53\xe6\x7b\x47\xbf\xb0\xaa\xdb\x58\x3b\x6e\x86\x24\x88\x82\x1b\xb7\x6e\x0b\x78\xd8\x83\x6d\x6e\x1d\x77\x2e\xb5\x5f\x08\xbc\x20\x7e\xbc\x79\x3a\x5a\xc6\x20\x43\xa2\xed\x9a\xe3\xa6\x3e\xd0\x13\x7f\xe7\x3c\x6b\xd0\x2f\x0c\xab\xaa\x7e\x16\x83\x29\x11\x1d\xf6\x33\x1e\x8a\x15\x33\xe0\x83\x13\x41\x0a\x97\x81\xa4\x40\x9f\x93\xee\xa1\xca\x47\x60\x71\xc0\x73\xee\xc3\xc1\x4f\x4e\xbc\x86\x05\xf7\x7b\xc7\x43\x8d\x27\x89\x14\xd5\xf0\x8c\xb3\x46\x24\x7e\x49\xe4\xd0\x0f\x1b\x40\xbf\x5f\x68\x68\xb1\xea\x39\x69\x9a\xfa\x01\x33\xf9\x69\x71\xe2\x79\xd3\x33\xe2\x84\xc2\x0d\xe4\xc6\x0e\xfd\x70\x30\xbc\x44\xcf\xf4\x46\xed\x7a\xa6\x82\x43\xb2\x23\x12\x92\x49\x47\x19\x1b\x81\xa2\x04\x78\x6c\xd4\xe6\x4b\xd5\x1a\x1b\x2f\xe3\xd3\x6d\x70\xa2\xdc\x04\xaf\xa5\xda\xfb\x01\xb5\xa5\x57\x33\xa0\xb6\x34\xf4\x09\xe4\x00\xb2\x23\x7b\xa4\xeb\x9d\x36\x45\x14\x4e\x9c\x3f\x20\xf2\xd1\x51\x1b\xf0\xac\xb3\x85\x38\x0a\xef\x16\xd3\x2d\xd0\x76\xa2\x6d\x14\x85\xe7\xbb\x24\x5c\xb0\xf8\xeb\x34\x15\x95\xa2\x5d\x3b\x29\x2a\xed\x88\xe2\x90\xa8\x64\x19\x1d\xcf\x91\x5a\xc1\x3f\xd9\x8c\xa2\x12\xe4\x68\x1a\xe1\xef\x5f\xec\xcd\x1c\x95\x8b\x65\xfe\x01\x7c\xb3\x91\x29\x1a\x17\x4f\xa0\x3e\x12\x8b\xe9\xb4\x0f\x96\x77\x0d\xb7\x00\x06\x2b\x7e\x26\x14\xd3\x56\x8d\x96\xd3\xa2\x26\x7b\xf6\xa1\xc5\xeb\xdc\xdd\x92\x68\x01\xa5\x9b\x6d\xcc\x01\xa5\x9b\x8d\xa7\xd1\x73\xdf\xf8\x87\x1c\x97\x7e\x80\x12\x6d\x48\x22\xc5\x28\xff\xfe\x13\xd3\x4c\x3a\x2a\x7c\xd3\xb5\x98\x83\xb7\x1b\x73\x20\x02\xf0\xac\x44\x8b\xc1\x62\x62\x22\x29\x9d\xf1\xcc\x0e\x70\xc6\xb3\x51\x3b\x06\x4b\x4c\x98\x25\x07\x07\xe1\x67\x5e\x76\xcc\x0c\x41\xb1\xda\xfd\x43\xe1\x30\xfd\x03\x78\x52\xd7\x8e\x60\x55\x35\x27\x7c\x88\x20\x3c\x97\x08\x0a\x66\xe1\xb1\xf3\x78\xc0\xe6\x3b\x8b\x9b\x7c\xf0\xac\x61\xc0\x06\x1c\xce\xaf\x10\xe9\x54\x2f\x34\x11\xc0\x37\x36\xd8\x06\xf0\xcd\xd4\x3d\x25\x90\x00\xc7\xc6\xd8\x60\xc5\x10\x9b\xe6\x82\x8e\x6f\xf6\x39\x8d\x45\xab\xc6\xf2\x1b\x94\x07\xd2\xf7\xc7\x62\x1f\x9a\x3b\xc6\x98\xab\x7a\x6a\x04\x0a\xb6\xda\x9c\x1b\x54\x53\x15\xcf\x0c\xd4\x52\xb3\x78\x5c\x3b\x52\x5b\x78\x58\x3b\x17\xd4\x4c\x08\x73\x6a\xf3\xed\x29\xf6\xac\xb4\xec\x26\x10\x10\xfb\x21\xe2\xc2\x4d\xc7\xff\x53\x42\x0c\x37\xc9\xad\xa0\x73\x2e\x0e\x92\xad\x2e\x0e\x22\x16\x33\xcd\x01\x3e\xb5\x98\x3a\x08\x5d\x4d\xd4\x81\xc3\x5f\x50\x36\x32\xdf\x8d\x39\xe0\x20\xcf\x68\x81\xe1\x37\x67\x9b\x65\x1c\xdc\x3a\x16\xf8\x28\xa6\x6f\x03\x6f\x9c\xbc\xec\x5a\xaa\x20\xef\xb4\x6d\x98\x91\x8e\xf7\x16\xe7\x84\x34\xc2\x3c\x71\x51\xeb\xe2\xe5\xbc\x28\x01\x84\x48\xe3\xca\x61\xf9\x0d\xf6\xa1\x71\x13\xc3\x58\x3d\x1b\xa8\x1b\x6b\xed\x6c\x40\x37\xe4\x9b\x52\x00\xd3\x58\x55\x1a\x77\xf2\xb5\x88\x82\xe6\xe7\x33\xf5\xd0\xfc\x4c\x1f\x9c\x77\x32\x8c\x48\xb8\x59\xd6\xce\x1f\x50\x76\x5b\x32\xbe\xa0\xa5\x3a\x2d\x45\x30\xc9\xcd\xf0\xff\x3b\x5b\x74\x0b\x27\x7f\x30\x91\x4c\x7c\xe0\x67\xb0\xbd\x4f\x52\x68\x8e\x6c\x7c\x88\x87\x6a\x1d\xcb\x5a\xd6\xcb\x77\x58\x5a\x20\x8f\xb3\x9d\x46\x22\x3d\xdd\x2c\x8c\x1f\x9a\x83\x05\x79\x03\x96\xd5\x59\x04\xad\x02\xba\x24\x5f\x8c\x27\x2a\xd1\xfe\x56\xfd\xcb\x89\x34\x51\x7f\x6d\x96\xcd\x5f\xe7\xac\x0d\xfd\xb0\xf8\xc6\xa6\x1f\xd8\x9f\x9f\x2f\xbe\x50\xf4\x03\xb7\x95\x20\xf4\xdc\xb8\x6b\x74\x26\x4d\xd4\xdb\xb0\x7a\x6c\x22\x82\xdf\x1b\x77\xc2\xae\xba\xc9\x02\x32\xb7\xa4\xa1\xea\x07\x1e\x9c\x82\x45\xb3\x60\xa3\xea\x20\x9d\x05\xc6\xe4\xf0\x33\x45\xb5\xce\x8f\x99\x2a\xa2\xcf\x1b\xa8\xc8\x62\x9a\x60\xf4\xb4\x45\x7b\xd2\xd7\x5f\x77\x91\x49\x4f\x7d\x95\xf4\x88\x59\xb9\xd8\x92\x58\x13\x95\x67\xed\x83\x38\x2b\x62\xc8\x25\xda\x67\x6a\x77\x74\x47\x9b\x70\xa5\x5f\x8e\x41\x9c\x00\x17\xd6\xf1\xcd\xfa\x30\x41\xcc\x7f\xcf\x50\xd5\x84\x73\xcc\xcc\x54\xd5\x08\xaf\xcc\x86\x63\xb2\xfb\x85\x20\xd5\x7e\x21\xf9\xcb\x6f\x10\xca\xe9\x28\x9e\x0d\xb7\xd3\x4f\x93\x2c\x97\x28\x09\x35\x3b\x1d\x08\x65\x90\x9a\x09\x20\x04\xe6\x26\xf0\xc0\x72\x30\xe5\x84\x15\x4e\x25\xfb\x62\xf6\x64\x19\xcd\xcd\xe0\xf2\x98\x25\x06\x42\x31\x4c\xe6\xa0\x0b\xca\xf2\x0b\xdc\xbd\x9b\xdf\x40\xca\xaa\xe1\x17\x60\x23\xd0\x66\x9e\x50\xc5\xc4\xf7\x07\x1c\x5a\x26\x2a\x50\xc3\xe7\xf3\x0c\x48\x2a\xad\xe3\x0c\x78\x31\x7a\xa2\xa0\x37\xb1\xb2\x6e\x22\xc3\xcc\x72\x3e\x98\x39\x29\x67\xb5\xde\xc8\x87\x67\x85\xe1\x84\xdb\xbb\xbd\x8f\xe7\xcc\x21\xa9\xc7\xc9\x1e\x34\x24\x86\xc7\x99\xa3\x78\xd4\x4b\x73\x3a\x27\x15\x09\x1e\xc2\x7b\xf6\xd7\xe6\x6d\x82\xec\xc3\xa5\xfa\x99\x42\x55\xc0\x7e\xc2\x42\x65\xdb\xcf\x5c\x81\x04\xca\xa2\x88\xe9\x67\x0c\xe4\x26\x0c\x56\x56\x1e\xce\x45\xe9\x50\xfc\x03\x95\xb7\xcb\x34\x11\x2b\x08\xa1\xce\x3d\x85\xa4\x56\x12\x26\x2c\x6b\xdd\x66\x62\x05\x33\xdc\xce\x18\x56\xf5\xb1\x93\xa9\x25\x77\xe7\x8b\x15\x8a\xbd\x8d\xe6\x4e\x2a\xfd\x4c\xa6\xff\xbc\x80\x30\x2d\xe7\x34\x9a\x48\x5b\x63\x2d\xdc\x3c\xf2\xbc\xd2\x4c\x1c\x49\xb5\x26\xff\xe0\x2e\xb0\x24\x45\x22\x80\x35\x3e\x9f\x60\x73\x0a\x7e\x4c\x78\x66\x59\x81\x32\xe9\x98\xa5\xc2\x95\x31\x51\x79\xd5\x77\xe6\x49\x47\x2d\x7b\xe1\x4f\x64\x0e\xb0\xf2\x62\x1e\xc9\x00\xea\x92\x2a\x17\xb3\x1c\x6a\x58\xf8\x82\x3b\x11\xc5\xa7\x82\x24\x31\x4f\xda\xdf\xa7\x3f\xc8\x7d\x27\xa2\xcf\x3c\xf9\xfd\x06\xe6\xd6\x82\x15\xb9\x72\xe6\xf8\xd3\x0d\x69\xa6\xfa\x45\x08\x6c\x9e\xc9\x2e\x9a\x45\x64\x22\x50\x55\x8d\x98\xa8\x68\x6f\xed\xe7\x4c\xec\xe2\x5d\x74\x71\xda\xbd\x94\x70\x24\xb3\x12\x69\x5e\x3c\x03\x75\x35\x98\x17\x2f\xe9\x16\xcc\x04\x33\xde\xe9\xe9\x47\x66\xe1\x73\x71\x9e\xcd\xd4\x69\x97\x12\x6a\x9b\x37\x8d\xfe\xba\x5e\x4c\xaa\x50\x2c\xd0\x50\xd5\xde\xd6\xe8\x99\x6e\x5e\x9e\xe8\x9b\x8b\xef\x06\xe0\x6c\x21\xd0\x36\x1f\x1c\x71\x4a\xcd\x1b\xf3\xa1\x0c\xf5\x5c\x3e\x1c\xb8\xbf\xc8\x71\x8a\x06\x94\x78\x6d\x4a\xdb\x17\x93\xa1\x83\xf6\x05\x9f\x48\x11\x34\x2d\xd9\xe1\x13\x3f\x7d\x51\x9b\x4f\xce\xc4\x7f\xe3\x58\x2c\x01\x66\xc7\xaf\x95\x2a\x92\xa6\xe7\xa4\x62\xea\x07\xcc\x8c\xae\x44\x8b\x56\xa7\xf1\x69\x81\x76\x78\x75\x81\x2c\xc7\xb3\xe8\x5c\x5c\x48\x93\x67\x3c\xb1\x88\x37\x74\xa1\x59\xc8\x10\x64\x49\xbf\xb6\x9c\xeb\xa5\x1f\xb8\xf3\xaa\xbf\x38\x39\x0a\x37\x89\x13\xcb\x6e\xd5\x8b\x39\x0c\x1c\x2e\xbd\xca\x8f\x6f\xa8\x0d\x1a\x9d\x1c\x0b\xba\x0a\xe5\xbf\xc8\xa0\x49\xc9\xee\xbc\xab\x80\xef\x74\xd9\x5f\x28\xd7\x60\x70\xb8\xe0\x34\x65\x78\xb9\xe0\x25\x5f\xec\xee\xbb\x0a\xcf\x38\x01\xa7\xf5\x82\x94\x69\x35\xcb\x62\xf8\xe0\xf2\x17\xf4\x93\xb7\x6b\xd7\x42\x00\x60\xd9\x7e\xfe\x01\x93\xa5\x63\x6e\xd5\xe4\x11\x51\x55\x11\x5e\x2a\xf4\xb6\x10\xff\xd7\x94\x90\x37\x56\x65\x6e\x1b\x0d\xb3\xe6\xd4\xa9\x85\x06\x34\x27\xc9\xb9\xda\xf6\xef\x3f\x61\xdf\xfb\x85\xb4\x07\xcb\x51\xdf\x8b\xb8\xc7\x3e\xc8\x0b\x6a\x91\xa6\x74\xbb\xb1\xe0\x5b\x1f\xbf\x4f\x1f\xf1\xb6\x29\x49\xb8\xe0\x2d\x65\x64\xbe\x1a\x16\xa3\xf8\x7d\x1e\xc6\xba\x37\x2f\xe4\x46\x2a\x76\x73\x5e\x48\x97\x5c\xec\xd5\xbc\xfa\x2b\xaa\x2c\x68\x56\xdf\xf8\x82\xc6\xd1\x71\xb0\x49\x8c\x2c\x16\xa6\x75\xb0\xfa\x82\x6b\xbe\x11\xe2\x42\xd4\xa2\xed\xad\xab\x73\xab\xf8\x79\x92\x48\x2d\x16\x35\x35\xcb\x24\x5c\x08\x62\xd4\xa8\x01\xbc\x6c\x9a\x59\xf0\xc4\x9f\xfe\x7f\x70\x25\x44\x10\x7c\x9d\x1c\xaa\xb9\x46\xc7\x66\xd6\x2c\x0d\xe2\xcb\xea\x17\x50\x23\xd3\x6b\x3d\x92\xc7\xdd\xc3\xc1\x31\x6b\x0c\x83\x89\xfa\xf4\x02\x9d\x91\x8a\x6e\x5d\x0b\xbe\x44\x56\x57\x2e\xf8\x0e\x85\x5d\xfb\x56\x70\xd0\x5a\x29\xd6\xb2\xb7\x9f\xf5\x8a\x94\x28\x7f\x3a\x93\x56\x70\xab\x5b\xfe\x50\x27\x23\xc9\xbc\x60\x00\x73\x86\xca\xc5\x5a\xf9\xcd\xff\xa3\x1c\xbf\x8e\xa8\x05\xfb\x96\x1d\x3d\xd6\x24\xbd\x9a\x44\xa6\x3d\x5e\xa6\x17\x89\x97\x5c\xe0\x3f\x16\x80\x9f\x4a\xbe\xc7\x9a\x48\x1e\x6d\x3e\x79\x81\x5f\xb5\x09\x6a\x2d\x72\x9e\xe5\x00\xc2\x1f\x3f\xe9\x10\xd7\x02\xbe\xb6\xc8\x5c\x29\xac\xb4\x2c\x50\x02\xb5\xe5\x59\xa0\x57\xff\x32\x51\xb4\x7b\x59\x1a\xad\xa4\x5a\xe3\x82\xaf\x92\x8f\xf2\x45\x2b\x56\x91\x2a\x63\xd1\xa7\xde\x2d\xc0\xa5\xde\x87\xe8\x22\xae\xb3\xa7\xf3\xda\x79\x31\x14\x3e\x5d\x04\x76\x16\xe4\x3b\xb9\xab\xf8\x85\x17\x21\xf9\x90\x5c\x3b\x37\xad\xb7\xdc\x0b\xec\xc2\x79\x89\xd6\x81\x9c\xe7\xde\x72\xf0\x6e\xf2\x11\xb9\x0e\x82\xd1\xe6\x1f\x72\x5e\x34\xd7\x47\x2e\xa7\x86\xc5\x82\xf9\x52\x9e\x2c\xa8\x78\x54\xd0\x3f\x16\xca\xe5\x17\xc1\xfa\x85\x4a\x14\xaa\x44\x17\x8b\x20\x4e\xea\xd6\x75\x72\x87\xe8\x46\xb6\xe8\xac\xe4\x7c\x11\xeb\xe4\xb6\x34\xcb\xb1\x16\xd9\x47\x48\x23\x45\x94\x43\x70\x17\x0b\x4d\x38\x93\xec\x82\xa5\xcc\x09\x23\xd6\x99\x13\xa7\x89\x81\x16\xe9\x43\xe5\x45\xcf\x78\x8d\xe2\xca\x93\xc5\x3f\x74\x74\xa9\x16\xe9\xd0\x5f\xa4\x33\x5a\x2c\x9b\xef\x2e\xaf\xa4\xc9\x2f\xf0\xbc\xfb\x34\xc9\xf3\xce\xcb\x7d\xd1\x45\x4f\x2f\xd0\x34\x66\x77\xe9\x05\xd3\xd8\xb2\x48\x46\xf5\xb0\x62\x67\xe8\x75\x73\xbd\xdd\x42\x43\xfe\x1b\xcd\xe4\xcd\xf3\x51\xd7\x97\x85\xe0\x49\x2b\xf9\x17\x80\xde\xe7\xf4\x83\x43\x92\x63\xdd\x16\xd4\x4e\x6b\x7c\x1a\x38\x38\x08\x93\x70\xa2\x05\xb7\xc8\xcb\x89\xbf\x40\x25\xd7\x66\x89\xf8\x70\xbb\xeb\xe2\xb0\xa8\x45\x52\xb5\xae\x58\x00\x76\xb6\xd7\x2d\xba\xe7\x6f\x3a\xee\x76\xc0\x36\xdf\xd8\x77\xa6\x80\x70\x7e\x8f\x1d\x0e\x48\xcd\x69\x76\x77\xa8\x92\xaa\x01\xea\x8e\x52\xae\xc5\xbe\xec\x3b\x6c\x5b\x16\x6b\x3b\x54\x4b\xcd\x89\x79\x77\x26\x48\x2e\xba\x21\xef\xa8\xf5\x6a\x9c\xbd\x27\x14\xd4\x38\x76\x38\x20\x59\x28\xed\x80\x86\x0e\x03\xdc\x59\xea\xd5\x69\x79\xf7\xad\xa1\x94\x93\x9f\x29\xe7\x74\xe9\xda\xb7\x40\x4a\x65\x3f\x23\x63\x83\x36\xe7\x9e\xd0\xb0\xfb\x07\xd4\xdf\x99\x7e\xc6\x8d\xc5\x79\x7e\x77\x78\x27\x79\x27\xed\x85\xc7\x85\xc6\x50\x72\xb5\xfe\x14\x0b\xbb\x97\x9c\x55\x4d\x5a\xe1\xe9\x26\x71\xb1\xd3\x11\xc9\x29\x7e\x77\x58\xc2\x6a\xf5\x33\xb7\xae\xf0\xf2\xce\xda\x16\x76\x54\xdd\x51\xbe\xe2\xb3\xb6\x70\x5d\x2a\x92\x0e\x7b\x05\x4f\x7b\x88\x95\xb8\xa3\xbb\x01\x2e\xad\x58\x74\xaf\xc9\xe5\x62\x06\x78\x2e\x7d\xd6\x1e\xb6\xb1\x3a\xdc\x05\x15\x07\xfe\x1f\x82\xdb\x0b\x49\x5d\x98\x36\xee\x0e\x4b\x99\x2d\x90\x3b\xdc\x9a\x9c\xc8\x62\x47\xd5\xaf\xcf\xa4\xb4\x94\x91\x1a\x63\x42\x46\x73\x78\xa3\x49\x49\x14\xa5\xee\x4c\xca\xb4\x9d\xba\x33\xfb\x28\xef\x70\xb0\xff\xb6\x70\xb2\x49\x37\x01\xef\xf3\x70\x9f\xc8\x10\x2c\x3d\xc4\x9e\xba\x35\x11\x0d\x07\x7a\x7b\x20\xef\x9d\xc2\x46\xf8\x6e\xef\x94\x99\xba\x0b\xed\x9d\x2b\xa3\x69\xe8\x3c\x21\xbb\x9b\xa4\xde\x52\x22\x71\xef\xc9\x2e\x22\xa2\x53\x21\x23\x84\xbf\x0f\x4c\x6d\xf5\xc6\x1d\x74\x07\x57\xa7\x23\xc9\x52\x13\x09\x03\xa5\x06\xda\x07\x67\x46\x03\x49\x6d\x9d\x10\xcc\xce\x00\x4c\xef\xaa\x91\x54\xa9\x0f\xf8\x45\x39\x2d\xec\x1e\xac\x2c\xa2\x16\x83\x1b\xd9\x1b\x15\x29\xa2\x1d\x9f\xb9\x07\xcf\xe5\x4f\x0b\xa4\x49\x13\x41\x6b\x5d\xb8\x01\xc8\x16\xef\x92\xc4\x81\x5e\x8d\x17\x07\xba\x64\x4b\xec\x33\xb7\x91\x7a\x98\xc8\xbb\x2f\xe4\xba\x4f\x1e\xd4\xa6\x09\x25\x33\x1c\xa9\xb5\xa3\x62\xc6\x26\x83\xc2\x8e\x9c\x9d\xe1\x7c\xba\x3b\x3c\xa1\xd6\x30\xd1\xf0\x6e\x72\x8e\xd7\x3d\x75\x86\x66\xa9\x49\xf1\x60\x22\x16\x6f\xcb\xc2\xfc\x7b\x82\x43\x73\x1d\xca\xd2\x3a\x0c\x79\x07\x58\x8c\xe5\x16\xb8\x75\x3c\x33\x48\xeb\xe9\x94\xae\x3b\x3c\xa2\x9c\x7f\x75\x5f\x60\x4a\x5d\x7c\xf7\x45\xa2\x35\x0d\x2b\x67\x56\xa3\x62\x35\x0c\x1d\x4f\x3b\xa3\x3b\x3f\x6b\xc5\xe0\xcd\xcf\xe2\xec\x58\x4c\xaf\xcd\xce\xdc\xa5\x1a\x13\x93\x74\x39\x54\x6b\x47\x52\x2e\x07\xb1\xef\xc8\xc9\x65\x60\xb8\xc3\xf4\xe7\x3c\x9f\xfb\x91\x3d\x6a\xa6\x11\x69\xb9\xc6\xe7\x07\x8e\x5a\x34\x32\xf2\xd2\x29\xc9\x77\xe8\xf7\x7c\xff\xdf\xe9\x20\x35\x3e\x3f\x50\x9b\x12\x6e\x12\x47\x87\x80\xdd\x7e\x92\x08\x3f\x37\xfc\xaf\xf7\xa1\xce\x53\x25\xc3\xd8\x4f\x82\x76\xcf\x34\x6c\x83\x0e\x10\xde\x4f\xa6\x4d\xd7\x05\x6e\x3f\x79\x3f\x6b\xbf\x3f\x1d\x46\xd0\xf5\xd9\x3d\x7b\x67\x01\x5b\xef\x62\xa6\xf8\xb2\xbf\xd5\x0e\xd3\xa3\xb3\x49\xee\x67\x02\x36\xb7\xc0\x11\x6b\x99\x2e\x18\x72\x4c\xdf\x8b\x2a\x9b\x03\xec\x76\x14\x27\x5b\x9f\x67\xce\x80\x96\x8d\xaa\x3a\xc7\x16\xec\x17\x8e\x6b\xaf\x3b\xf2\x6c\x3b\xd7\xcc\xfe\x22\xc6\xb0\x67\xdd\x7e\x13\x5b\x89\xa0\x9b\x95\x57\xd5\x1e\x2a\xf9\xdb\xec\xb0\xa3\x98\xac\x33\xd5\xef\x37\x32\x36\x4c\xff\xcf\xa3\x52\xfa\xd1\xfd\xce\x19\x17\x05\xd0\xfc\x7d\x4e\xc6\x9b\xf7\x2a\x3f\x13\xab\x09\xcc\xef\x37\x87\xe0\x2e\x50\x7c\xc3\xac\x0b\xff\x75\x67\xd5\xdb\x13\x1e\x9a\x0b\x1e\xde\x61\x0c\xdd\x1e\x3a\x7c\xa9\x87\x07\xc1\x71\x3e\x0a\x1f\x62\x58\x4d\x02\x52\x89\x7f\xf8\xf6\xc9\x59\x77\x83\x09\x59\x45\x23\x93\x69\x38\x9b\xd7\x8e\x78\x50\xa7\x70\x3a\x5e\xc0\xd9\x9d\xc7\xef\x80\x27\x95\xbb\x3c\x7e\x98\xe7\xe1\x67\xea\x2e\x25\x74\x8e\x1f\x59\x5b\x07\xc2\x81\x1c\x65\xce\x95\x71\xc0\xbb\xdd\xe2\xfb\x40\xb1\x0d\xe7\xf5\x3b\x36\x2a\x2a\x45\x01\x32\x96\x85\x63\x6f\x0e\x98\x2d\x9b\x85\xce\x81\x8c\x64\xd6\x6d\x1c\xf0\x82\x32\xaf\x1d\x1b\x81\x97\xd8\xff\x60\xa6\x71\x29\xb6\x0e\x5a\x25\x1d\x20\x71\x94\xf7\x64\x75\x06\xd9\xa3\x30\xc9\xa8\x9f\x73\xd4\xfe\x00\xa2\x75\xf8\x39\xb9\xcb\x5d\xf0\x80\x90\x7a\xf5\x28\xbc\x22\x4b\x46\x1c\x2c\x02\xeb\x71\x97\x5c\x3b\xfd\x50\x79\x89\xd2\xa6\x3b\x52\x8b\x58\xfd\x06\x76\xa5\x4e\xf7\xa3\x52\x3f\x27\x23\xf5\x51\xb1\x4d\x75\x06\x1d\x95\xab\xe9\x06\x90\x86\x4a\xbb\xe8\xa8\x79\x27\x72\x97\x84\x87\x52\x66\x1f\xf4\x6b\x2f\xda\x68\x07\x4c\x9f\xbe\x67\x1d\x80\x73\x9f\xe5\x6c\x39\x75\x6e\x61\xc2\xde\xe7\x06\x50\x35\x40\x3b\xff\x80\xcf\x7a\x78\xf1\x90\x0b\xdd\xb9\x9c\x0e\x84\x47\x3a\xe7\xd8\x41\x17\x76\x4b\xe3\xa3\x21\xed\xa3\x44\xc7\xd1\xb1\x2f\x75\x17\x39\xa0\x1f\xfc\x34\x00\x97\x77\x7b\xa3\x1d\xcc\xa4\xba\x99\x63\x11\x2d\x69\x97\xb7\x83\x3e\xf1\xe5\xf3\x03\x8c\xd8\x9e\xf6\x0e\x12\xb5\xaf\x0f\xe6\x3d\xf7\x01\x72\x0c\x4a\x02\x29\x0c\x8f\xc1\x59\xd4\x24\x64\xf0\xe2\xf2\x17\x38\x51\xbc\x0e\x83\xc8\xdf\x2c\x3a\x76\xae\xbd\x3b\xc5\xbc\x4d\xbf\x40\xa8\xd7\xfc\x02\xb6\xcd\xfc\x93\x07\xc3\x01\xab\x6d\xd8\x28\x7e\xd0\x2b\xcb\x67\xdc\x11\xac\x03\xed\x4d\x14\x14\x25\x9a\xa5\xc8\x30\x6e\xad\x2c\x73\xa7\x3a\x3a\xf9\x08\x1e\xe5\x5e\x0a\xa8\x18\x1d\x56\x7a\x30\x37\xaa\xcf\xd1\x63\x26\xc7\x8b\x8a\xc9\xf0\x04\xbf\x10\xb8\xef\xf8\x99\x1b\xd5\x2c\x0f\x3f\x2e\x7b\x89\x1f\x13\x6b\x67\x76\x9c\x04\x4d\x12\xfb\x07\xb2\xb1\xdb\x1f\xfb\x48\xa0\x27\xbd\xe2\xb1\xb8\x4d\x9b\x7f\x80\x8c\xf5\x5a\x22\x5d\x7b\x35\x43\x2e\xd4\x2b\xb5\x04\x45\x39\x92\xb2\xe9\x24\x39\x98\x02\xcd\xa3\x26\xb0\xfb\x3c\x03\x95\x49\x53\x7a\xc0\x3a\xec\xc8\x80\x83\xd9\xdc\xad\x4f\x3e\x16\x79\x43\x4b\xb3\x38\x68\x37\x00\x67\x84\x4f\x03\x18\xb3\xf7\xec\x4e\x08\x6e\x91\xbc\x67\x76\x23\x3d\xf3\xaa\xe2\x73\x05\xe9\xd3\x3e\x52\x60\xa7\x8a\xc1\x12\x75\x67\xa2\x7d\x91\x00\x27\xb1\x66\x0c\x73\x1c\xd9\xa7\x9a\x64\x4a\x78\x33\x38\x2d\xc1\x8e\x79\x3a\xe0\x4a\xef\x6c\x27\xc7\xc1\x7d\xbb\xdc\x02\x27\xda\x67\xd5\x81\x2a\x3d\x16\x66\x07\x81\xd5\xa7\x09\xaa\xc2\xbc\x56\x50\x1a\xfa\x08\x3f\x4e\x5c\xe9\x3d\xd3\x27\x89\xd2\x5d\xe4\x38\x19\x7a\xad\x71\x33\xbd\x9a\x33\xdb\x1f\x2f\x98\x1c\xbf\xcf\x73\x60\x62\x44\xc2\xc9\xeb\xb0\x59\x1a\x58\xf2\x23\xdf\x58\x46\xc5\x45\x0d\x8e\x93\x2c\xee\x0f\xb0\xfa\xcb\x24\x90\xa3\x35\x2d\x50\x21\xce\x2a\x3d\xc4\x41\x95\xa1\x53\xe1\x1f\x17\x85\xba\x0f\xd0\x2b\xc5\x91\xdb\x48\x22\x34\x11\x89\x10\xbd\xfb\x2f\x2c\xb8\xa9\xa0\xce\xd0\x3c\x09\x6f\x79\x5b\x1b\x8f\x17\x01\x0e\x3b\xe1\x1c\x37\xe7\x49\x34\xdd\xf4\x91\x30\x8b\xbd\x88\x6f\xd8\x85\xf3\xb8\x93\x24\xf7\x78\xc1\x60\xa0\x1e\xe0\x47\x36\xab\x94\x1d\xc7\x43\x6d\x9c\x8f\x96\xa7\xbe\x4d\x4a\x0f\x76\x3c\xa0\xc1\xd2\xe6\x09\x3c\xab\xcb\x87\x34\x79\x5f\x3c\x64\x7b\x8b\xed\x04\x68\x92\xca\xe7\xef\x07\xaa\xa7\x9e\x37\x0a\xde\x4d\x3f\x90\xa3\xc2\x3f\x54\x92\xbd\xf4\x03\x85\xa2\x4e\xb8\x93\xb6\x5f\x9f\x68\xe7\x0f\x74\x7e\xbe\xa0\x77\x81\x84\xf9\xf9\xa3\x32\xbd\xf9\x0d\xa2\xe1\xf0\x1b\x17\x86\xea\x67\x5c\xaa\xac\xbd\x38\x7f\xdc\xc0\x3a\x15\xcf\x17\xe8\x0d\x3b\xc0\x9e\x2f\xd0\x6b\x4e\xa8\x77\x6e\x9c\xdc\x3f\x5d\x89\xce\x17\x14\x0e\xfb\x31\x9e\x1b\x67\xde\x8d\x53\xce\x6b\x2b\x9f\x1b\xf9\x4f\x37\x8e\x93\x35\xd7\xc4\x2e\xe7\x8b\x1a\x87\xf5\xe6\x27\x41\xa3\xfd\x88\xce\xcc\xe0\xa6\x59\x2d\xa4\x57\x0d\x16\xca\x3c\x1d\xe2\x67\xe1\xb5\xb0\xfb\x0b\x12\xe9\x17\x92\x3d\x44\xe4\x8b\x1a\x87\x33\x55\x9c\x2f\x68\x1c\x56\x51\x9f\x25\x57\xc1\x2f\xd0\xa6\x2b\x29\x79\x26\x46\x14\x0c\x38\x2b\x9d\xd7\x74\xfb\x3d\x13\x24\x4a\xa0\x9c\x35\xc9\xd4\x5c\x56\x90\x29\xb5\xe3\x59\x61\x20\x18\xee\x03\x4b\x5f\xdc\xe2\xcd\x83\x5d\xc3\xa8\x2f\x02\xfb\x0c\xab\x81\xa7\x25\xf3\xce\x34\x2c\x37\xff\x80\xa9\x94\x02\xef\x6c\x14\x8a\xda\x68\x67\x23\x07\x4b\xd8\x9f\xb4\x13\xd7\xcd\x3f\x9c\x68\x42\xe3\x4e\x1d\xa0\x66\xaa\x61\x79\x75\x33\x3a\x3b\x69\xd2\xff\x3d\x27\x4e\x44\x77\x70\x58\xf1\x33\x97\x57\x1a\xe8\xb3\x63\xf3\x7b\x62\x99\x70\xbf\x9a\x07\xfb\x44\x0b\x9a\xe8\x4e\x21\xd9\x4d\x03\x31\x9b\xce\xdd\xb3\xe7\x26\xf2\x0f\xa0\xda\x7b\x64\x50\x3a\x68\xe2\x90\x3f\x7f\xba\x3c\xc2\x49\x8f\x3e\x63\x85\x73\x60\x18\x16\x1f\x03\x62\x54\x17\xc2\x73\x50\x94\x77\x37\xb9\xd8\xa4\xa8\x1c\x98\x59\x5d\x5c\xce\xc1\x8b\xca\xe7\x07\x22\x70\x1d\xf6\x27\x5d\xfc\xaa\x19\x3d\x72\x2f\x69\x2a\x98\xa4\xcd\xc1\x57\xe7\x8b\x1e\xab\x9d\xd1\xce\x20\x99\x1a\x46\x5a\x9f\x3f\x3f\x40\x42\xd9\x71\xe7\x0c\xee\x8d\xe9\x4e\xa9\xf7\x31\x5f\x07\xf9\x54\x87\xf5\x49\x0b\xb2\x07\x32\x0b\xf3\x90\x6b\x49\x27\xf8\x52\x30\xe7\x9c\xc9\x86\x1a\x29\x6b\xeb\x3a\xa7\xeb\x39\x51\x61\xe0\xf3\x02\x82\xcc\x3c\xae\x89\x92\x09\x9f\x1e\x12\x57\xeb\x85\x85\x15\x16\x2e\x3a\x17\xe2\x86\x05\x38\xce\x8c\x23\xf8\xbc\xd0\x51\x7b\x44\x2c\x02\xb0\xe8\x28\xed\x73\xe1\xbe\x65\x0a\x50\xa9\xce\x89\x56\xce\xc5\x13\xc8\x5c\x09\xad\xa0\x01\xef\xb9\xd3\xb5\x48\xc0\xeb\xdc\x21\xc8\x2d\x08\xf7\x82\x67\xf5\xb8\x93\xe5\xfc\x3e\x0a\x5e\x0b\x8f\x9c\x3b\xe1\x84\xc5\xda\xce\x1c\x0e\xe2\x8e\x1d\x1b\xc7\x67\xe2\x0e\x31\xd8\xfc\x3e\x04\x90\x45\xf7\x7e\xe3\x7f\x4d\xc9\xc1\x9b\xb3\x1b\x3c\x48\xb1\x86\x74\x90\x62\xad\xda\x81\x75\xf6\xf1\x77\x00\x3a\xb4\x3f\x15\x95\x38\x0f\xda\x5c\xbc\x83\x0e\x1e\x35\xba\x53\x9c\x4c\xca\x6b\x9d\xc8\x79\x60\x00\x3e\x5d\x91\x37\xe3\xc3\xa9\x4c\x05\x67\xb5\xcb\x79\x82\x2b\x7c\x96\x9e\x18\x80\x4f\x96\x93\x90\xcd\xe2\xed\xc4\xfe\xf1\xe1\x75\x26\xa3\x6a\x51\x80\x12\xd7\xe7\x83\x8b\x2d\xf8\x05\xb8\x7f\x79\xce\xd2\x12\x6d\xc6\xb9\x48\x83\x88\x4e\x0f\x40\x6f\x72\xa6\xc5\xd8\x74\x55\x3a\x2f\xea\xd9\xbd\x70\x2f\xb0\xac\x9f\x89\x4a\x5c\x39\xdc\x26\x38\xc1\x62\x22\x71\xa6\x8f\x9a\x8b\x93\xef\xa9\xbd\x20\xad\xbc\x21\x2f\x5e\x7b\x7d\x7a\x5d\x37\x76\xa8\x69\x80\xed\x5a\xe8\xf7\x64\xc9\x5f\x63\xa3\x9b\xc3\xd4\xf7\x74\x31\xb4\x9d\xef\x44\xc0\x83\x2f\x4f\x67\x6a\x1a\x2d\x66\x6e\x82\x29\x69\x8b\xce\x1b\x52\xdd\x6b\xf1\xb0\x0b\x75\xf9\x60\x03\x79\x4c\x0f\x8f\x43\x0b\x6d\xe2\x4e\xb3\x07\x0d\xcf\x3e\x60\x1f\xe0\x08\x29\x86\xce\x8c\x66\x70\x07\xd4\xca\xff\x47\xc0\x95\x66\xe8\xa6\x67\x10\x34\xfc\x4c\x88\x59\xfd\x03\x2a\x8e\x69\x21\x2f\x94\x28\xb4\x1f\xef\xf5\x23\x81\x55\xcf\x24\x28\xf4\x8c\xa2\x02\xe2\xbe\xeb\x87\xe0\xf7\xcd\xed\x27\xb3\xe9\x87\x0d\xfe\xa8\x9a\xd3\x8b\xc1\x0e\x9b\x2e\x35\x17\x0b\x1d\x38\x7c\xf7\xda\xa8\xc4\x17\x4e\xbe\x36\x16\x93\x77\x13\xd8\x22\xc3\x1f\x50\xb8\x2f\xff\x10\x70\xa0\xf3\x07\x50\x75\x6e\x6e\x90\xbe\x6b\x9a\x45\xc4\x6f\xda\x2a\x7e\x41\x4f\xe9\x90\xb1\x6b\x03\x6b\x0e\x93\x4c\xd6\xd4\x61\x70\x6d\x3c\xfe\x25\xdb\x2f\x38\x37\x3a\x3d\xc6\x85\x0a\x89\x4e\x08\x78\x21\x87\xb0\x73\xaa\x5c\x25\xc7\x2c\x92\x4b\x8e\xc9\x2d\x12\x72\x88\xdd\x2f\xda\xb5\xc5\x1a\xd7\x0b\x31\xeb\x87\xc8\x74\x76\x5c\x7e\x01\xc2\x56\xe7\xcd\xf5\x42\xd0\x66\x48\x72\x41\x6d\x69\xcf\x8e\xab\xf2\x02\xa3\xe3\xe1\xaa\x60\x2e\xaf\x4b\xe6\x90\x13\x45\x15\xeb\xe2\x31\x40\x49\xe9\x6a\xbc\x17\xeb\x39\x4d\x3f\xf3\x4e\xe5\x59\xaa\xd8\x5e\x9e\x56\x66\x84\x73\x28\xc5\xc5\x02\x4f\x56\x36\x5c\x88\xf7\xac\xda\xe3\x17\xeb\x3b\xfd\xfc\xdc\xb0\x0e\x6e\x80\xac\x23\x92\x1b\xd8\xfd\xd3\x1e\xa1\xa0\x4e\xb0\xab\xa1\xfc\xb2\x64\xe7\xd5\x70\xa2\xe9\xce\x7e\xc1\x84\xed\x90\xc6\x8b\xa5\x16\xc6\xf8\x53\x35\x89\xab\x71\x49\xb4\x04\xc4\xba\x72\xc4\xbd\x98\x20\x4e\x07\xd4\x45\x0f\x49\xc7\x0d\x5e\x3d\xf9\x46\xab\xde\xe9\x65\x22\xbc\x7d\x11\xec\xea\xf6\x74\x31\x63\x9c\x23\x0b\xaf\x04\xb7\x9f\x37\x88\xd0\x9b\x7b\xc5\x98\xa7\xfb\xa0\xb3\x6f\x73\x13\xb9\x1f\xfc\x05\x00\x9b\x30\xfe\xf5\xa2\xdd\x6a\x63\xf5\x85\x84\xc5\x0e\x26\xba\x06\x8e\x71\x13\x4d\x83\xb9\xa3\x1d\x2f\x16\x93\xf0\xb4\x8f\x1c\x85\xd6\x69\xe0\xbc\x09\xbf\x90\x83\xd0\x4a\x0f\x4c\xb5\x99\x2f\x92\xb7\xf4\x45\xa0\x54\xbf\x57\x3a\xc8\xed\x6a\x20\x40\xa3\x67\x3a\x73\xba\x89\x75\x62\x40\xa1\xa4\x69\x0c\x8a\x76\xcb\x66\x2a\x49\xa7\x9f\xe9\xae\xf5\xe9\x81\x3b\xfa\xe7\x2e\x80\x36\x04\x8c\x2f\x6a\x51\x5d\x66\xf3\x9a\xc9\x0f\xea\x74\x12\x9e\x5b\x7e\x4f\xde\x22\xbd\x85\x26\xcd\xb2\x3e\x22\x98\x3c\xc4\x7a\xaa\x8b\x49\x91\x6b\x77\x1b\x00\x55\x26\x7c\x26\x8f\x8b\xce\x49\xb6\x15\x15\x8b\xb1\x1e\x96\xd0\x8b\xeb\xab\x16\xa9\x28\x75\xe4\xe0\xc5\x9c\xc8\xf6\x8e\xbb\x56\x5e\x66\xf4\xfc\xca\x0e\x47\xd0\x5e\x8b\x3c\xa9\xb9\x83\x33\xa5\x53\x63\x5c\x8c\xab\xf9\x48\x86\x44\xcb\x16\xf2\x2f\x5a\x1e\x76\x3f\xbf\x76\xb8\x7e\xfb\xe0\x22\x38\xb6\x00\xde\x31\x06\xf3\xc7\x4e\x8f\x69\x8b\x8a\x3d\xc7\xe0\x2f\xc8\x83\x82\x0b\x17\xe1\xb0\x8f\x3e\x84\xd5\x7c\xc4\x1b\xa2\x6a\x7c\x05\xbc\x08\x8f\x2d\x40\x77\xcc\xb3\x8f\x80\x17\x2e\x0f\xfb\xc3\x5f\x08\xbf\xb5\x2e\xe5\x42\xe6\x39\xe7\x6b\xb8\x32\xc2\xc6\xe2\xef\x40\x4a\x08\x13\x78\x40\x3c\x2e\x37\x48\xc8\x24\x80\x73\x1d\xb0\xd6\xfa\x34\x3f\x26\x28\x70\x0f\xd4\x47\x79\xa3\x1e\xc0\x0f\xd3\xcf\x2f\x8f\xdb\xe6\x73\x11\x50\x7b\xd6\x61\xe2\xb7\x31\xe4\x82\xaf\xa7\x41\xde\x75\x72\xdb\x0a\x62\x5d\xac\xc3\xe5\x2b\xc0\x75\x42\x09\x62\x12\x81\x97\x9d\x12\xed\x82\x0d\xbe\x99\x31\x18\x52\x63\x7b\xcb\x75\x12\x57\x8a\x64\x96\xd9\x72\x2a\xfb\xeb\x82\x34\xf3\x2c\x21\xa4\xa6\x49\xe1\x70\xbd\x68\x79\xd8\xa4\x7e\xb1\x84\x85\x97\xfd\x22\xa3\xf8\xdc\xbb\x38\x8b\x22\x99\xb5\x3d\xed\xbf\x7c\xa1\xb6\xa7\xd3\x41\x5e\xc4\xca\x1f\x12\x2f\x34\xa0\x39\x78\xa1\xf2\xd8\xfe\x96\x00\xe8\x7a\x71\x73\xfd\x4c\xd8\xbd\xe1\x63\x35\x4e\x97\x4f\xc7\x44\x5e\x48\x8f\x52\xab\xc9\xb9\x1b\xbe\xf0\x0b\x94\x31\x46\x0a\x09\xbd\x2d\x96\x10\xcd\x63\xb7\xe3\x0b\xb1\xc6\x4e\xfd\x7e\x31\xba\xc7\x6e\x03\x57\x42\x71\x8b\x10\x14\x0e\xfb\xac\x12\x62\x8f\x4b\x91\xea\xe2\x62\xfc\x8f\x85\xd2\x43\xec\x60\x31\x06\xf0\xee\x68\x83\xeb\x81\x1b\xba\x31\x1c\xb3\xd4\xd9\x5a\x73\x3d\x49\x94\xbf\x38\xd0\xc2\x7f\x5f\xdc\x28\x70\x51\xec\x07\x70\x43\x07\xec\xa4\xb9\x37\xd0\x77\xd1\xfe\xbb\x7f\xe0\x14\x6d\xd0\xfb\x47\x1f\x2c\x11\x7d\xff\x16\x5e\x70\x03\x3b\x9e\x37\x3d\x83\x02\x51\x74\x6f\xb9\x3d\xf4\x41\x3a\x78\x4e\xff\x80\x51\x9b\xc4\x8d\x6e\x7d\xd3\x4d\x24\x77\xfa\x87\x03\x7a\x0a\xb7\x70\x72\x94\x4b\x3f\x50\xd6\x0e\xff\x00\xd3\xdb\x72\x1f\x10\xb5\x5a\xcc\x3b\x35\xb4\x92\x0a\x77\x01\xcb\x49\x70\xdd\x85\x44\xfa\xff\x8a\xe7\xa2\xe7\x81\x30\x0d\x3f\x93\x66\x6d\xd1\xbb\xd0\x7f\x5b\x8a\x82\x9b\xf9\x94\x3d\x2f\x0c\x4f\xae\x62\xd1\x9b\x70\xd9\x41\x93\x37\xbd\x42\x97\x9f\xa9\xb1\x15\x56\xbc\x2b\x89\x56\x17\x80\xc7\x4e\x5f\x7c\x03\x1e\x17\x87\x76\xde\xc0\xc7\xf6\x3a\xbe\x2b\x9d\xd5\xc2\x2d\x04\x5e\xd0\x3c\x55\xac\x7e\x71\x8f\x58\x7d\xdd\x5b\xee\x8a\xd5\xd7\x3e\xbc\xa9\xdf\x5d\xfe\x1e\xda\x09\x9d\xec\x37\x7c\x42\x8b\x43\x49\xef\x86\x78\x57\x53\x04\x75\xae\xbd\x9c\xef\x74\x02\x15\x36\xbc\x53\xbf\x1b\x6e\x61\xe0\x0b\xcd\x52\x7a\x0d\x78\xda\x10\x37\xd4\xac\x7d\xbd\x1b\x65\x99\x9f\x0f\xea\x2f\xf4\x8c\x10\x1c\x9d\xa2\x37\x0a\xa8\x16\x47\x79\xde\x9d\xbb\xcc\xd3\xd2\x91\x3f\xcd\xc3\xee\x0d\x75\x88\x35\xec\xce\x78\x12\xbf\x0f\x9a\x85\x2d\xee\x4e\xa4\xe6\x61\x77\x88\x53\x81\xfa\xbb\x43\x9c\x9a\xc4\x9e\xf3\xa8\x1e\x07\x02\xb0\xbc\xcf\x07\x6d\xec\x02\x0b\x77\x02\x5a\x33\xc7\xe0\xbc\xf9\x05\x2e\xbd\x68\x1e\x58\xfa\xea\xf7\xb1\xf4\xd5\x3d\x1e\x6f\x8f\x66\xdf\x01\xf5\xa4\x10\xf5\x9d\xaa\xdd\xe5\x1f\x92\x7d\xd5\x22\x00\xb0\xab\x3d\xdf\xc1\xab\xc4\xe7\x87\x5c\x6b\xff\x40\xab\x87\x00\xeb\x1d\x24\x52\xf3\x16\xe0\x47\x4f\x7c\x9c\x78\xfe\x93\x36\xee\x06\xd8\xb5\x9b\xd7\x1d\xbc\x53\x7b\xbf\x05\xa4\x88\x97\x91\xe1\xe2\x1f\xf6\x86\x16\xd8\x12\xff\x86\x12\xd8\xc1\xd9\xf7\xdc\xff\xfd\xe7\x03\x66\xee\x09\xf2\x84\x0c\x6e\x86\x8b\xdb\x1c\x7f\x4f\xac\xbb\xc0\xc8\x8d\xb0\xa1\xcf\xf6\x80\xca\xd7\x7e\x3e\x77\x3a\x10\x2c\xbf\x00\x91\xa0\x4b\xc8\xbd\x92\x0d\xfc\x03\xd8\xc0\xcb\x96\x41\x43\xe6\x65\xa6\x92\xa9\x9a\xf3\x07\x42\xc3\x05\x2e\x9e\x0a\xec\x20\x38\xf3\x50\x46\x68\xfb\x3c\x95\xdb\x4b\x77\xca\x87\x29\x30\xab\x6e\x42\x4f\x25\x9c\xff\xfc\xc0\x99\x97\x78\x7d\x52\x6e\x68\xc7\x3c\xac\xd5\xe3\xd8\xff\x87\xb5\x7a\x6c\x14\x7e\x70\xd1\xb6\x1b\xc1\xd3\x08\x1c\xfd\x3f\x15\xa5\x02\x76\x0f\xac\x36\x36\x8e\x3f\x1d\x0d\xe8\x9a\xf2\xc0\x26\x63\x2b\xf4\xd3\xe9\x96\xe5\x71\x75\x1e\x4b\xda\xa5\x4f\xcf\x71\xe9\x07\xd8\x5c\xba\xd3\x0d\x3d\x83\x38\xc5\xc3\x18\xbc\x97\x54\xff\x80\x6d\x19\xfe\x02\x85\x58\xb4\x4d\x1f\x56\x24\xfc\xbc\xcf\xa3\x70\xfa\x85\x1b\x36\x7e\x0d\x23\x98\x2d\x5d\xff\x07\x99\x78\xfa\x05\x82\x49\x8d\x33\x60\x25\xf0\xd4\x23\xba\xaf\x79\x7d\x03\xf3\x22\x81\xfc\xbc\x7b\xf2\x13\x33\xf2\x4c\xb0\xa0\x36\xf1\xc3\x4d\xa1\x33\xe7\x99\xc8\xbe\xae\xa3\xf6\x99\xe0\x48\xed\xba\x67\x72\x06\xd4\xdf\x64\x7f\xa2\xef\xdd\x54\xd5\xf1\x5e\xcf\xcc\x75\xf1\x07\xd8\x65\x66\xe0\xc9\x83\xb6\x9a\x02\x64\x5a\xfc\xf4\x98\xdc\xa6\x2e\xe8\xa8\x53\x25\xcb\x9e\x95\x0b\xe9\x1f\xc0\x3c\x92\x04\xcf\x22\xde\xd4\x46\x7c\x70\xbf\x0c\x1b\x12\x9e\x85\x6d\x62\xde\x60\x29\xc2\xba\xfc\x02\xc4\x91\xd9\x6b\x41\x16\x78\x93\xec\x70\xbc\x35\xff\xee\xbc\x79\x4f\xff\x80\x89\x36\x6f\x31\x2b\xc3\xcf\x0d\x24\xaf\x69\xa2\x10\xbd\x17\x3a\xd6\x1e\xd6\xc3\x29\xfe\x9f\xf0\xb3\xba\x07\x32\x9b\x37\xd5\x4e\x1a\xfd\x0c\x89\x69\xde\x82\xf5\xc4\xf7\xcb\xe7\x68\x6c\x51\xf3\x76\x60\xf1\x3d\x06\x5e\xef\xcc\xcd\x30\xaf\x58\xc2\x3e\x07\xf7\x9c\x44\xec\x03\x97\x6d\x1f\x73\x0f\xec\x21\xdd\xbe\x03\xcf\xc9\xc3\x5b\x97\xa3\x07\x99\xc6\xab\xf9\xef\xa4\x68\xf1\x0e\xa1\xdb\x8c\xa3\xf7\x9e\x13\x4b\xb7\xdc\x24\x3c\x96\x85\x2e\x1f\xf8\x4c\x77\xbb\x18\x3c\xcc\x0b\xde\x7e\x7f\x72\x50\x78\x2e\xaa\x14\x35\x07\x17\x78\xcb\xac\xc4\xdb\x9d\x0e\x89\xe7\xa2\xeb\xa5\x8e\x91\xe7\xca\x31\xeb\x0b\x18\x26\x9c\xf9\xe2\xe1\x05\xcb\xac\x86\xfb\xd4\xb4\xe3\xe3\x73\xd3\xee\xf6\xf3\x1b\x58\x17\x2f\xf4\x9d\x73\xa2\x39\x80\xcb\x8c\x95\xc3\xcf\x0d\x78\x60\x29\x81\x54\x4d\xdd\xca\xde\xe7\xf9\xe1\x05\xf5\x00\x8f\x99\xd9\xbc\xa5\xe0\x31\x63\xed\xf1\xf3\xde\x86\x86\x35\x8f\x0f\x4a\xda\x74\x5b\x0e\x9e\x07\x19\xac\x04\xd3\x9e\x87\xcb\x92\x3d\xce\xdf\x7b\x39\xaa\x4a\x95\x30\x7f\xef\xdd\xa8\xc9\x14\x32\x7f\x88\xa0\x6b\xba\xd4\xce\xdf\x0f\xe5\xbf\xfe\xc3\xd7\xf3\xf7\x5e\x9e\x86\x54\x7e\xf3\x07\xd3\x85\x9c\x9d\xe6\x0f\xa6\x8b\xf2\xe9\x80\x96\xb3\xe5\x1f\x26\xc7\xe8\x2f\x76\xfe\xe0\x26\x0f\x34\xe1\x17\xc0\xdf\x1f\x1a\x79\xa4\x2c\x7f\x40\x5e\xdb\xfc\x06\x85\x57\x53\x13\xef\x8d\xac\x28\x95\xca\xfc\x6d\x94\x5d\x9b\xa8\xc2\x85\x4c\x4a\xbf\xf9\xdb\x78\x6d\x68\xfe\xa1\xf1\x0b\x75\xca\xb2\x3a\x9b\xbb\x18\x1c\x86\xbf\x08\xe8\x7d\x44\x14\xec\x17\x4a\x89\x35\x7f\x4c\x0f\xa5\x48\xd2\xf9\x63\xe9\xe7\xb1\xd4\x24\x2e\x64\xe5\xa7\xb5\x28\x49\x83\x5f\x60\x99\x26\xaf\xce\x7b\xe3\x1a\x4a\x94\x35\x7f\xbc\x60\xb5\x9f\xfa\x60\xbe\xc9\xd2\xd4\x26\xa2\xea\x66\xfb\x89\x43\x78\x61\x1a\x9a\x19\x3a\xbc\x94\xae\x36\x2b\xcd\x90\x4d\x03\x61\xb1\xe5\xaa\x99\xa9\x29\xe6\xdd\x07\xf5\x51\x4b\x64\xd6\x64\x5b\x91\x85\x3b\x54\xf1\x72\x30\x07\xe5\xcf\x7c\x8b\x24\x94\x72\x01\x9e\xbf\xca\x71\x74\xff\xf0\xa0\x05\x3d\x33\xa5\xb8\x42\x26\xe7\xaf\xe5\xfe\x16\xd9\x2d\x07\x26\xba\x71\x8b\x2a\x9e\xdd\xf7\x8e\x34\x8a\x57\xbc\x83\x47\x3c\xd9\xf0\x5b\x96\xf3\xc2\xfc\x75\x4e\xbe\x06\xd5\xf9\xbd\xc6\xd0\x61\x3a\x35\xdb\x76\x92\x2c\x82\xe0\xe7\xdc\x7f\x9f\x1f\x36\xa8\x53\x35\xa6\x41\x02\x34\xaf\x23\x47\x20\x8a\x47\xf2\xa0\xdf\x00\x49\x45\x6b\x37\xc8\x73\xa6\x79\xc0\xfc\x54\xd5\xe5\x8b\x8c\x86\xae\x79\xf3\x17\xb9\x51\xd4\x22\x14\xf2\xba\xbc\xce\x1f\x14\xf2\xba\x5e\xcf\x5f\x40\x99\xe9\x1e\x83\x52\xf4\xf3\x03\x66\xb9\x88\xe6\x17\x4a\x15\x85\x54\xcc\x1f\xae\x33\xba\x06\xce\x1f\x3c\x55\x66\x33\x4f\xe3\x8a\xa2\x6b\xdf\xfc\xbd\x57\x94\xf6\x33\xc3\xe2\x86\xa2\xd3\x6f\xfe\x52\x3d\xdf\xf5\xc1\x84\x08\x2b\x7f\xb9\x10\xcd\xdf\x8b\xcc\x86\xfc\x28\xe7\x6f\x92\x7c\xcd\x07\xd2\x61\xd5\x29\x72\x27\xaf\x67\xcb\xbd\xad\x7f\xff\xa9\x65\x6a\x82\x5e\x68\xd6\x64\xfc\x9a\xbf\x17\x99\x55\x61\xd5\xf9\x9b\x29\x05\x44\x3f\xd4\xf6\x42\xd4\xf3\x07\xb5\x7d\x5b\x6a\x10\x1e\x2a\x4a\x55\x33\x7f\x54\xda\x37\x6f\x05\xa0\xac\xe2\xfd\x09\xad\xbd\xee\x11\xf3\x47\xd4\xd5\xbc\xfb\xa0\xb6\xef\x16\x4c\x8b\xf2\xd5\x8b\xcc\xe4\x57\x45\x63\xd8\xa1\x9c\xf4\x24\x11\x65\x35\x6f\x9d\x1d\x85\x4c\xbb\x3f\xa0\xe0\x32\x1b\x51\x6d\xdf\xbc\xf9\x98\x34\x61\x8a\x86\x17\x77\xd5\xcf\xac\x20\x67\x42\xff\x99\x53\x77\x88\xd7\xea\x0f\xc0\x26\xd5\x0d\x22\x14\xd7\xbb\x33\xd5\xf4\x6a\xf0\x80\x35\xcc\x1d\x00\x96\x6d\x6e\xef\xe0\xb9\xe5\xed\x7f\x64\xee\x15\x7f\x81\x94\xf5\x4d\x14\x01\x44\x09\x08\xce\xdf\x09\xbe\xb3\x0c\xa3\xef\x72\x33\x09\x28\x0d\xad\xa0\x84\xf9\x4b\xd0\xe5\x69\xa3\x16\xfd\x67\x59\x0c\xd4\x55\x3f\x5f\xe4\xfe\x16\x37\xc1\x0d\x45\xe1\xee\xf3\x77\x52\x01\xb1\xd4\x24\x33\x51\x29\x8e\x76\xfe\x2e\x6a\x9b\x8c\x00\xae\x24\xd3\x9f\x60\x0b\x78\x9c\x17\x76\x6c\xf5\x07\xe0\x37\x13\x75\x91\xdf\x34\x4c\xe8\xc9\x8b\x77\x3c\x5c\x4a\x86\x77\x44\x66\xd9\xb4\x6c\x67\xc1\x15\xef\x39\xe4\xad\xfa\x08\xd6\x9b\x7b\xd4\x0d\x50\x0c\x5a\x68\x21\x17\xc1\x52\x19\xbe\xf9\xbb\x79\x7c\x18\x53\xc0\xa7\xe4\x73\xdc\x33\xb1\x77\x58\xf6\x3e\x38\x8b\xbd\x27\x9e\x9c\x37\x8d\xf2\xa1\x8d\xcf\x07\x0e\x32\x7d\x7f\xa8\xa4\x1b\x4a\xf3\x2e\x62\x66\x2b\xc5\x7e\xcd\x1f\x32\x5b\xad\x30\x78\x82\x03\x74\x98\xe5\x1e\xb2\xdc\x10\x53\x03\xff\xad\x30\x76\xa2\xab\x4a\xf3\xc6\x7a\xb0\x2d\xcc\xa4\x0f\x5d\x45\xdc\xe4\xcd\x16\xfe\x6b\x72\xa3\x83\xb4\xa4\xc3\x06\xe7\x95\xa5\x7a\x82\x73\x43\x0a\x05\x15\x33\x9b\x1b\xdc\xa3\xbd\x7c\xdb\x0f\xd9\xf7\xc2\xff\x23\x67\xd8\x7f\x5a\xe1\xb9\x41\x9b\x6e\x6c\xb6\xbd\xf8\xaf\x48\xf1\x31\xb7\x1f\x0d\xb0\xc3\x1d\x5e\x1c\x93\xde\xd8\x52\x7a\xa8\x8b\x2d\x27\xce\x3f\x4c\xbe\x11\xfa\x01\xce\x25\x5a\xdf\x6d\x03\x4f\x36\xff\xcf\x3b\xd4\x70\x0b\x37\x3b\xd5\x17\xcc\x94\xa5\xd8\xdc\xb9\x41\x1d\x6e\x24\xb5\xb1\x42\x61\x73\x9f\xd4\x87\x37\x89\xc9\xad\x70\xe4\x7e\x46\x71\xbe\xb5\xfd\x25\x86\x68\x6e\x89\xe5\x8a\x3b\x04\xcf\x4a\x18\x6c\x35\x79\x56\x04\x54\x84\x6a\x79\xa5\x50\x6e\xba\x7e\x9e\x93\x23\xb5\x14\x2f\x50\xab\x96\xf3\x5b\xe2\x34\x8f\xa0\xe6\x34\xf9\x07\xae\x8d\xd9\xe5\x05\x66\xc3\x90\x64\xa3\xb3\x88\x6e\x6a\x73\x6b\xd4\xbe\x0d\x0d\x83\xb0\x4b\x30\x6c\x63\x89\xc0\x62\x86\x69\x49\x85\xbf\xc0\xe2\x49\x3e\x6c\x2c\xcb\x22\x3f\xdf\xb9\x41\x5b\xad\x3c\xdc\x73\x43\x8e\x2b\x19\xb6\xe6\xd6\xb1\x99\x85\x08\x36\xe6\x02\x55\x68\xe8\xdc\x3a\xd6\x56\x30\x69\x83\x32\xdb\xc8\x6c\xeb\x1d\x19\x26\x45\x51\x4f\x06\xf4\x0b\x58\x9b\xff\x14\x42\x73\x1b\x29\xd3\x44\x02\x0b\xf4\x7d\xdf\xe0\xb1\x5d\xfd\x06\x3c\x4d\xab\x5f\xa0\xe3\xb0\xa9\x1e\x9c\x6a\x11\x41\xe5\xb2\x8a\x3b\xce\x2d\x98\x6d\x42\x44\x05\x6b\x87\xea\x34\xd8\x82\x7b\x5b\xd8\x6a\x0b\x1c\x51\x12\x6a\x5b\xe4\x5a\x88\xa8\x98\xe0\x10\xbf\x00\x87\x5d\xaf\x55\xd0\xae\xe0\x1e\x9e\x7f\xff\x89\x30\x03\x4d\xe0\x4b\x6f\xb3\x49\x7c\x69\xfe\x81\xa6\xec\xb3\xcb\xa0\x29\xb3\x8c\xdc\x26\xef\x40\x9e\x96\x49\x26\xae\x6e\x92\x62\x35\xc4\x71\x50\x96\x59\x68\x6e\x13\xe7\x93\xe5\x0b\x95\x65\x2a\x19\x39\x37\x06\xad\x7d\xe6\x69\x12\x3b\x68\x62\x17\x77\x9a\x10\xd3\x46\x8c\xe6\x69\x5a\x38\x91\xcc\xe3\xe9\x6a\x61\xa1\xb8\x88\x26\x74\x66\x6d\x2f\x48\xab\xdd\x52\x71\x25\x51\x6e\x12\xa6\xd6\xcf\x07\x17\x60\x9f\x49\xa0\x20\x17\x82\xda\x76\x4e\xb5\x3e\xd8\x93\xc9\x35\xb5\x3b\x89\xd6\xb0\xe1\x78\xfc\xd9\x77\x3b\xcc\xc3\xcb\x0d\x40\x7c\x79\x5e\xf7\x9c\x26\xbd\x00\x4f\x88\xcf\xb4\x1d\x54\x67\x08\x19\x6c\x07\x72\x34\x58\x0a\x1f\xb9\x98\x1a\x24\x5c\x1f\x3e\xd3\x04\xd5\xd7\xb7\x07\x2c\x9d\x07\x7d\x50\xed\xa3\xe3\x6d\x83\x27\x83\x02\x6e\xe7\x76\x60\x8f\x78\xcc\xf0\x64\x90\x6b\xfd\xdc\xe0\x19\x5c\x7c\xf8\x40\x11\x36\x5b\xf3\x0f\xe0\x47\xc1\xf7\x8d\x9a\xb1\xd6\xfc\x03\xe5\x99\xbb\x44\x3a\x83\x6a\x61\x74\x62\x0c\x53\x63\x38\x31\x8d\x53\x63\xfe\x0f\xd4\xf9\x85\x5c\x7a\x4d\xd3\x89\x41\x09\xe1\x6f\x27\x27\xfe\x43\x35\x95\x5d\x02\xbb\xdb\x05\x01\xa7\x5b\xc9\x86\x3a\xd5\xd3\xc3\x06\xa6\x5b\x9f\x43\x9c\x31\x6a\xad\xfd\xc5\x63\x6e\x6e\x17\x6f\xf8\x16\x3d\x17\xc7\xe8\xf6\x39\x46\x37\xcf\x75\xf3\xfb\x84\x29\x96\xc8\x84\x78\xe1\x2d\x76\xd3\xad\xd1\xcf\x3c\x5d\xcd\x3b\x37\x7d\xec\xfc\x1c\x6f\x17\xd2\x33\x6d\x70\x6e\x50\xf8\xe2\xdc\xe8\xcc\x60\x41\x72\x13\x66\x78\x65\x99\x48\xbd\x19\x13\xdc\xb4\x81\xba\x05\xca\x57\xe3\x10\xe6\x2e\xb5\x28\xca\x0a\x7b\x22\xe9\x21\x6b\x98\x46\x64\x2c\x58\xe1\x03\x36\x3d\x8f\x3d\x51\x70\x77\xe8\x0a\xd4\x98\x1b\x42\xde\xca\xe7\x99\x07\xae\x41\xc4\x03\x0e\x5f\x7e\x81\x7a\x56\xe1\x92\xc2\xf2\x2f\xf2\x5b\x99\x05\x88\xae\x2b\x68\x62\x96\x1f\xe7\x56\x07\x6a\x81\x47\x84\x22\x3d\x67\xf9\x71\x6e\xdd\x24\x71\x69\xe8\x79\xfd\xfb\x4f\x97\x63\xfa\x2c\x70\x90\x50\x50\xe6\x2c\x3f\x72\xb4\x2e\x6b\x05\x2a\x3d\xdf\xe6\x0a\xc2\xe1\x14\x73\x39\x0b\xb3\xb3\x6b\x50\x25\x15\x7a\xda\x44\x65\xfb\xe1\x03\x8d\x09\xd1\x70\x72\x7e\x99\xe5\x85\x88\x43\xce\xc7\xb3\x40\x19\xa7\x64\x30\xb3\x10\x20\x0e\x3f\xf3\xf4\xed\xfe\x80\xc8\x5a\x18\xb3\x20\x02\xee\xfb\xcc\xba\x0d\xa6\x80\x57\x2f\xf1\x78\xd9\xa0\xee\xe9\x26\xe9\x1d\x43\x75\x97\x25\x8f\x3e\x4d\x42\xa1\xb8\x14\x76\x2a\x85\xdc\xb1\xfc\xc9\xc2\xa8\xfc\x02\x7c\x79\x8b\xff\x3f\xf0\xbf\xba\x84\x37\xb2\xf1\x5d\x81\xf3\xb1\xd4\xfc\xb3\x20\x63\x56\xb7\xfa\xa7\xbc\x08\x71\x28\xc6\x73\x96\x9a\x02\xda\x5f\xbc\x2c\x2d\x5f\xd8\x59\xa0\xfb\x93\x03\xc7\x2c\xcc\x0e\xff\x69\x60\xa2\x41\xcd\x1a\xbc\x91\x95\x40\x78\x96\x9a\xd3\xec\x1f\xb8\x0b\x85\x72\x4a\xe3\x4a\x8b\x44\xd6\xa3\x56\x6c\xff\x2c\x74\x8f\x30\xc6\x28\x74\x8f\xb0\xb6\xa1\xb4\xac\x66\xaf\x79\x6a\xcc\x61\xae\x79\x69\xb9\xfa\xa2\xa2\x51\xbb\xd0\xdc\x09\x45\xae\xc4\x4b\x69\x14\xb9\xba\xe5\x96\xf4\x0a\x96\x7a\xaf\x74\x9e\xf9\xee\x85\x11\x6e\x6d\xf8\x13\x7a\x65\x48\x57\x54\x3a\xd7\x57\xb3\x0d\x0d\xa2\xa2\xf4\x66\x61\x5a\xac\x36\xdc\x24\xf6\x8d\x90\x4b\x01\xec\x54\x0c\xdd\x2c\x09\x3b\x75\xcf\x2d\x50\x21\xfa\xfa\x57\x06\x8f\xb3\xe1\x1f\x1a\x5e\x50\x0f\x83\x96\x6e\xcd\x4c\xfa\xfc\x7a\x6b\x42\xc5\xe8\x4b\x45\x19\xbc\x6b\x0b\xad\x17\x18\x5f\xe5\x4e\x3d\xcb\x40\x0e\x23\x09\xc5\xf2\xa2\xd2\x51\xcd\xc4\xb0\xbd\xf6\xb6\xfd\xe5\x24\x2a\xc1\x78\x2e\xcf\x29\x12\x6a\x7d\x44\x17\x6b\x36\x5b\xaf\x53\xd2\xbf\xd7\x93\x1e\x94\xa8\xc3\x9f\x60\x97\x58\x58\xd1\xe1\xb7\xe9\x2c\x2a\x93\x93\x26\xa4\x54\x58\xde\x26\x2c\x5e\x66\xce\x92\x3f\x59\x7c\x43\xb3\xc0\x14\x58\xcd\x3b\x07\x28\xb4\x78\xa7\x4c\x2c\xad\xf7\xee\xa4\x12\x4e\x47\x66\xa1\x7f\xaf\xaa\x2a\xcf\xb2\x18\x7f\x67\x1e\x5d\x49\xa7\x7f\x68\xd4\xd3\x89\x4e\xe2\xd2\x8f\xe0\x5d\x93\x3f\xf8\x13\x00\x7c\x1d\xbb\x65\x41\xcc\x79\xf7\xc1\x81\xb7\x7a\xff\xee\x3f\x36\xa0\x0f\x76\x06\x30\x98\x67\x77\xba\x6c\xfb\x85\xf1\xef\x3f\xb1\xcc\xa2\x3b\x63\x15\x87\x9b\xa4\x8c\x10\x4a\x2c\xf0\xe0\xad\x16\xc5\x50\xfd\x55\x73\x1c\x4a\xe8\xf8\xe6\x54\xf6\x9c\x3a\x93\x80\x42\x5f\x5e\x3f\x26\x47\x50\x28\xe3\x2c\xc8\x93\x5f\x75\x4d\x29\x89\x64\x05\x6d\x0b\x4a\xea\x0c\xb3\x04\x13\xac\xb6\xf0\x17\xc1\x3e\xfd\x45\x22\x7e\x3d\x63\x98\x3a\xc7\xcb\x91\x0c\xa1\x61\x1f\x1c\xa5\x5f\xe0\xe6\x0f\xff\x80\xfc\xba\xd3\x5d\xe6\x30\xfd\x03\xa3\x23\xcd\xd9\x27\x95\xf1\xa2\xe1\x4c\xc1\xa8\x3e\xaf\x9c\x08\x51\x7d\xd1\x77\x52\xe3\x44\xd4\x5a\xf5\x52\xbc\xc0\xb2\xf9\x62\x5c\x10\xb4\x36\x3d\x88\x8c\x59\xf3\x44\xa1\xae\x60\xd7\x8d\xb3\x00\x29\x56\x4f\x13\x9c\x6c\xcb\xe7\xc4\x00\x54\xac\xe6\x06\x78\xdd\x5a\xcb\x5a\xe0\x65\x5b\x2d\xa9\x2f\x30\xa4\x17\xff\x4e\x86\x54\x03\x30\xfc\x1a\x9f\x97\x3b\xd7\x56\x24\xde\x38\x04\xbd\x55\xef\xdc\x35\x1a\x24\xb2\xa9\x7e\x8e\x51\xe8\x1b\xc3\x1c\xfe\x42\xd1\xb2\x2c\x72\x98\x4d\xab\x4d\x77\x99\x1c\xad\x41\xbe\x60\xb4\x5a\x35\x5c\xe8\x47\xfb\x39\x09\x12\x7b\x1a\x2c\xc0\x91\xd6\xf7\xe4\xf2\x90\x68\xcd\x23\x82\xe0\xaa\x39\x3a\xa1\xa7\x8f\xfa\x87\xa7\x91\xe5\xf2\xc3\x95\x10\x91\x88\x82\xab\xa6\x11\x7e\xb6\xd5\x50\x20\xb3\x65\x79\x17\x3d\xc9\x7f\xff\x75\x51\x33\xab\xbe\x64\x5c\xfd\x6d\xff\xfe\x33\x55\x7f\x69\xd6\x1f\x8b\x23\x36\x3d\x73\x10\x6e\xa0\x61\xed\xfd\x4c\x37\xd9\xa5\x67\xa0\x3c\x9d\xc1\xf5\xc7\x21\xb8\x3d\x6e\x99\xe9\x1f\xe8\x54\xa5\x67\xc2\x44\x53\xcc\xbc\xa9\x4a\x52\x3b\x2b\x52\xea\x6f\xb5\xff\xe5\x30\xaa\x74\xc1\x55\x1a\xb6\x59\x99\x34\xd5\xa7\x69\x2d\xf4\x93\x97\x44\xae\x50\x22\x2a\xc1\xce\xac\x2f\xe4\x0b\xe5\xa4\x9a\x95\x88\x4e\x68\xa8\x32\x85\x81\x0f\xf0\x9a\x79\xaf\xa4\x7a\xa8\xb4\xf0\xfa\x40\xae\x50\x13\x2a\x27\xf2\xac\x69\xf1\x15\x96\xae\x70\xa1\xad\xd2\x23\x56\xb8\xd0\x2a\x26\x67\x56\x5a\x84\x7d\x69\xae\x15\xbc\xd5\xfc\xdc\xf1\xac\x1e\x2b\xec\x18\xe1\xff\x83\x0d\xb8\xc7\xf7\x94\x31\x4a\xac\x70\xb1\xad\x52\x9d\xd7\xca\x2b\xb1\x54\x0d\x35\x51\xe1\x34\x4d\xdc\x20\xda\x83\x95\x30\x51\x57\x98\xca\x1a\x84\x86\x15\xb5\xf1\xd6\xe3\x61\x35\x8a\xec\xe5\x37\x30\x0c\xc1\xef\xfa\xc2\xc6\x18\x5e\xab\xc6\x5b\xaf\x0e\x81\x8a\xec\xfb\xaa\x99\x3a\x6b\x66\x55\xf0\xff\xef\xa6\xb5\x9e\xb2\x76\xd2\xa8\xa5\x62\x4d\x22\x9b\x73\x6a\xe7\x09\xee\x0f\x38\xf3\x12\x66\xb5\x93\x66\x81\xa7\xda\x29\xd1\x3f\x7d\xe4\x3e\xd7\x30\x13\x75\x2e\xbf\x31\x41\xb5\xa9\x40\x04\x94\x5d\x36\xea\x8b\x11\xa7\x8a\x0c\xcc\x0a\x8c\xe8\xbc\x3e\xb3\xb2\xc6\xa0\x11\x52\x85\x11\xd8\xb7\x80\x8a\xf4\x03\xd5\x33\x17\x4c\x23\x25\x9a\xe8\xc3\x1a\x92\x35\x15\x46\x5e\x9f\xe8\x15\x3e\xab\xdf\x0f\x92\xcb\xfd\xc2\x03\x1a\xd5\xc3\x4c\x92\xb4\x78\x33\xd7\x5f\x44\x33\xd7\xd5\xa7\x8f\xc9\xe5\x56\x1f\x93\x87\xa1\xb9\x10\x4e\x77\x3e\x79\x2a\x22\xb0\xaa\x99\x12\x7a\xc4\x8f\x74\x82\xe7\x6a\xb7\x8e\xb7\xc2\x73\xd5\x28\xa2\x2e\x5e\xb7\xcc\x61\x8b\xf2\x4e\x3d\xc0\x11\x55\xe9\x85\x67\x5d\x34\x63\x78\xef\xae\xc5\x41\xf8\x0b\xd2\xa0\x89\x64\xae\xaa\xb6\xfc\x02\x05\x86\x60\x44\x65\x4c\x56\x5b\xfe\x01\x62\xdb\x32\x90\x88\xce\x22\x08\x7a\xc4\x6a\x01\x83\x90\x2c\x45\x91\xcc\x4a\x17\x3a\xc3\xaf\xba\xe7\x3e\x11\x0d\x48\x48\x50\xcd\x3f\x3b\x95\x1c\x96\x6a\x3b\x47\x21\xfe\xd9\x19\xec\x20\x92\x58\xf9\xc8\x67\x76\xdd\xb9\xfd\xbd\xd5\x0e\xc6\x36\x8a\xa8\x83\x1c\xa8\x0f\xa0\x17\x94\xf3\xe2\xac\x07\xa5\xa4\x0e\xf9\x7a\x42\x08\xfa\xa4\x80\x5a\x6f\x98\x7d\xce\x00\xc3\xa9\x03\x16\x6d\xfe\x9c\x45\x50\xe3\x0d\x6f\x55\x44\x34\x85\xc5\xcd\x09\x66\x08\x3f\x13\x9c\x79\x90\x17\xc3\x4c\x7d\x3a\x5e\x44\xce\xfe\x04\x29\x02\xde\x6d\xf6\x97\xc3\x88\x69\xa8\xba\xb7\xf1\x45\xbf\x01\x11\x08\x9d\x9d\xfc\x8b\x67\x7d\x81\x95\x53\xc4\xcf\x8a\xd0\xff\xd9\xbd\xc7\x50\xc1\x79\xb3\xd8\xbf\xc1\x18\x3e\xed\x6e\xd2\x2b\x98\x53\xa1\xa2\x9b\xc6\x9b\x95\x1e\x73\x86\x8f\xf5\x5e\x48\x75\x23\x46\xb8\x69\xea\xf1\xa6\xbc\x71\xfe\x79\x92\x80\x83\x3e\xeb\x4a\x3b\xad\x19\xe3\x41\x2c\x85\x94\xab\x15\xe1\x45\xd5\x67\x1d\x61\x91\xe5\xc8\x0b\x8b\xe6\x30\x02\x41\x0a\x2a\x6b\x15\xeb\x93\x92\x4a\xb3\x08\x05\xdd\xec\x9f\x2f\x40\xe1\xf2\x17\x27\xbf\xd0\xb4\x3d\x60\x3d\xcd\x4a\xcb\x94\x54\x02\x5e\x8d\xa8\xe7\xf3\x4c\xc3\xf1\xd4\x33\x63\x1c\xb5\x52\xed\x47\x22\x87\x9e\xf7\x7f\xff\x09\x15\xba\x9e\x0d\x0e\x74\xf2\x0b\x9f\xed\x85\x41\x55\xa1\x73\xb3\x51\xdb\xa6\xc3\xb4\x01\x15\xc9\xe1\x74\xb6\x1f\x75\x1b\x92\x2a\x2d\xdd\xe5\xb4\x41\xdb\x46\x81\xaf\x1e\xb7\x5c\xe9\xae\x1f\x82\x3f\xf8\x0d\x4a\x2e\x41\xaf\x56\xc0\x3d\x3a\x96\x1a\xa2\x8d\x14\xe9\x33\x5b\x59\x48\xf3\xe7\xff\x21\x23\x24\xd8\xda\x8b\x84\x86\xdd\xb9\x1a\xf3\xc5\x1b\xaf\xb6\x9a\xfe\xc9\x7a\x7e\x45\x82\xdd\x62\x1a\x55\x53\xd2\xd7\xb4\x9a\x2b\xab\x16\x2b\x0e\xa1\xe5\x67\x54\x66\x95\x24\x6d\xb4\x64\x5a\x7c\x37\x58\x32\xed\x4a\xd7\x68\xc9\x34\x9e\x6d\x88\x63\x1f\x9e\x25\x24\xef\x54\x5d\xa3\xd9\xd2\xd2\x29\xd9\xdb\x5a\xca\x39\x2d\x55\xbb\x91\xbb\x58\xb3\x08\x88\x31\x55\xc0\x62\x36\x6a\x9d\x0c\xe3\x5b\xe7\x65\x44\x34\xf4\xe4\x68\x75\xda\xe9\xa5\xaa\x3e\xa9\x64\xea\x02\xad\xad\x53\x52\x99\x9f\x06\x0f\x5b\xb1\x78\x43\x64\x79\x97\x3c\x6f\xd0\x32\xd9\xfd\xa7\xa1\x50\xf2\xe6\xa9\xa6\xe3\x9a\x2f\x71\x6d\x90\x7f\x36\xb7\xf0\xf2\xbc\xa2\x37\x67\xa3\xda\xc9\xd0\xbe\x21\x34\xc7\x8e\x8d\x8d\x09\x3c\x7d\x91\x6c\xe3\xc0\x0b\xa6\x91\xb1\xc9\x6e\x80\x27\x82\x1b\xb8\xf1\xbe\xff\x7f\xf0\xac\x89\x65\xa4\x8e\x02\xb0\x67\x43\xa8\xba\x35\x4d\x2d\xe8\x00\x22\xd9\xd1\x22\x47\xa9\x2e\xe0\x0b\xb7\x79\x0b\x04\x11\x87\x8e\xd2\xf6\xe2\xa4\x21\x17\xe4\xf7\xae\xcf\x69\x11\x47\xc1\x39\xce\xbe\x70\x2d\x60\x35\x34\xbf\x44\xae\x9d\x89\x22\x03\x49\x68\x37\x18\x5c\x67\x17\x70\x6e\x30\xb8\xda\x6d\xb5\xc1\x3b\xae\x79\xdb\x64\x76\x77\x4b\x1b\xe4\x64\x6a\x7f\x2a\xdd\xfa\xa2\x6b\x28\xbd\x35\xa2\x45\x58\x26\xb4\xd1\x16\x4d\xd0\x5e\x58\xea\xa8\x86\x9f\xb9\xcb\x74\x90\x36\x46\xa9\xf7\xe2\x36\x17\x1c\x6d\x35\x09\xb0\x94\x76\x73\xdf\x62\xfa\x6e\x1d\x54\x0d\x08\xa7\x99\xd9\x90\x91\xc9\xae\x1e\x8d\x19\x96\xba\x8e\xc2\xb6\x13\x87\x99\x28\x38\x97\xd9\x65\xb9\xed\x29\x31\xd5\x04\x0b\x2d\xda\xd4\xd9\x0e\x06\xa3\xe9\x8b\xa3\x41\x14\x88\x86\x63\xa2\x5a\x81\xe6\xe5\xe0\x4a\xab\xc7\x83\x57\x22\x0b\x69\xa8\x87\xec\xe3\xd4\x0e\xf2\xb7\x3b\xa4\x1e\xd6\xdc\xc7\xbc\xed\xbd\x98\x04\x4e\x83\xbe\x38\xe9\x7f\x2a\xbc\xda\x4e\xce\x8b\xa6\xe1\x24\x7e\x15\x22\x6e\x27\x0c\x5e\x82\x86\x0d\xc9\x37\x9b\x7b\x38\x29\xdf\x34\x08\x04\x0d\xd8\xd1\xb0\xc1\xd2\xd9\x74\x7a\xb7\x93\x38\xcf\xe2\x0d\x96\x4f\xbb\x9e\xb5\x17\x23\x0d\xbb\x50\x35\x04\x81\xc7\xf0\xff\x95\x63\x14\x85\x17\x29\x52\x83\x17\xa7\xd5\xff\x83\x22\xdd\x12\xdb\x0b\x82\x1c\x22\x3d\xdb\x9d\xcc\xa6\x69\x66\x1a\xcc\x6e\x9a\xef\x13\x25\xc0\xd5\xc3\x0d\x77\x54\x4b\xec\x9b\x12\x5a\x48\xb3\x3d\x39\xcd\x22\xfa\xe1\x96\x14\x74\x6c\xf4\x2d\xf3\x95\xbd\x01\xb5\xd8\x91\xa8\x3d\x94\x86\x16\xb8\x4f\x52\x25\xba\x1f\x5a\xdc\xbc\xef\xe1\x07\xd6\xaa\x9b\xe4\x65\x45\x57\xac\xf6\x80\x1b\x34\x73\x9d\x61\xd4\xd3\xcf\xb8\x9b\x68\x9c\xfd\x97\x34\x2c\xfd\x40\x2f\x1c\xc1\x8c\x4e\x23\x9e\x2f\x27\x7d\xe3\xb9\x21\x69\xd0\x19\x17\x6d\xa7\xfa\xfe\xe2\x8a\xaa\x3a\x56\xef\x21\x04\xaa\xd5\x29\x92\x0e\xd9\x47\xa6\xc3\x4a\x67\x57\xc2\x4e\xfd\x4d\xff\x7c\x40\x8e\x92\x84\xec\x1b\x85\xc1\x32\x0d\x18\xb7\x26\xbf\x17\x32\xfd\xd0\x33\x17\x43\x2c\xd1\x4b\x7d\x17\xfc\xe7\x17\x06\xd2\x37\x68\xa2\x58\xfb\xc6\xb7\xb8\xce\xa4\x41\x56\xf2\xf4\x92\x54\xfa\x13\x2e\x8e\x68\x82\x52\xc7\x08\xb0\x17\x9e\xc0\xc2\xee\xbd\x52\x8f\x24\xb4\xd4\x53\x47\xa3\xbd\xdb\xd3\x72\xa7\x3b\x79\xa7\xe5\xce\x6d\x56\x02\x05\x6d\xe6\xfe\xc2\x9b\x08\xa1\xc2\x5e\xef\x17\x55\x7a\xb1\x18\x7f\xe8\xfb\x6e\x87\xca\xc5\x8e\x37\xbd\x61\xe6\xbc\x18\xad\xa2\x08\xaa\x3a\x68\x54\x4d\x34\x37\x30\xd1\x80\x7a\x6c\x4c\x55\xa4\x89\x43\x90\xb2\x2d\x6a\x1d\x7e\x5f\x4d\xb0\xa3\x23\x77\x79\x6c\x7f\x72\xe4\xee\x89\x94\x04\xc6\x7a\x4f\x6e\x54\xf7\x9d\xfb\x50\xa0\xa3\xd3\x2d\xcc\xb7\x8d\xde\x2b\x84\xb6\x46\x84\xf0\x48\x7b\x31\xf4\x54\xbe\x34\x37\x09\x6d\xb7\x79\xa7\x73\xc4\xa6\x61\xa1\x41\x3f\x13\xe4\xfa\x7b\xb2\xaf\x57\x91\xe1\x94\xd1\x4d\x12\x95\xae\xd2\xb5\x74\x64\xf1\xf9\xcc\xfa\xa0\x85\xcc\xb3\x38\x26\x7c\xd7\xc4\x8d\x03\x19\xe4\x3d\xeb\x03\x98\xc2\xfc\xfc\x02\xa9\xa9\xd2\xb9\xb3\x03\x38\x35\x53\x30\x72\x62\xf5\x02\x51\x8c\x84\x53\x0f\x42\x7f\xdd\xff\x3b\x6b\xd8\xd8\xfe\xda\xe9\xe3\x6f\x2b\x53\xa7\x4d\xce\x2e\xe8\x1d\x36\x39\x1b\x68\x3b\x6d\x72\xb6\x4b\x76\x38\x96\x35\xc1\x88\x9e\x38\xc7\xcc\x36\x91\x36\xdc\xf3\xc4\x14\x3c\x21\xcd\x59\x9f\x3c\xf5\xbd\x78\x93\xe3\x70\x93\x58\x3c\xd3\x34\x73\x5c\xfe\x01\x87\xc9\xa7\xcb\x83\x2f\x98\x48\xe6\x6c\xd2\x65\xb1\x4f\xe2\x06\x9d\xa0\x1d\xc1\xcc\x36\x5d\xf7\xc5\x3d\xa5\x16\x68\xd2\xeb\x9e\x7d\x04\x5d\xda\x75\xa3\x03\x1d\xd9\xc2\xd7\x59\xfb\x5a\x31\xe9\xb3\x03\x2d\xd9\xf3\xb9\x23\x1a\xa0\x7d\xfe\x87\x2c\xd2\xd9\xd3\xa9\x2f\xea\x9f\x1e\x38\xf5\xfe\x22\x4d\x7e\xba\xa4\xf7\x3d\xa5\x93\x26\x06\x9e\x65\xf6\xdd\xe9\xcc\x6f\x6e\x65\x48\x87\x0e\xc9\x26\xfc\xbe\x53\x86\xea\xd2\xdc\x77\xce\xbd\x3f\x58\xef\xa5\x65\xfa\x83\x1d\x16\x3d\x11\x89\xf0\x00\x65\xac\x99\x7d\x7f\x31\xe1\xb4\x6c\xda\x79\xfc\x79\xed\xf6\x1b\x2f\x98\x44\x38\x2e\x0a\x8a\xf7\xe3\xf7\xee\x82\xcd\xcf\x04\xf7\xd3\x3f\x50\x9e\xea\x96\xde\xd3\x02\x28\x7d\x61\x3f\xa8\xfd\xd0\x3d\xaa\x13\xe3\xf9\x6c\x82\x77\x5b\xf3\x79\x49\x8b\x9f\xef\x55\xfd\x44\xb4\x9e\xae\x20\x9d\xe9\xd1\xad\x82\xe9\x2c\xa1\xf8\xd9\xbc\x70\x36\x6b\x3e\xa4\x99\xdd\xbc\x9b\xc1\x4e\x7a\xd0\x2d\x7f\x81\x5b\xae\x80\x42\xcf\x40\x4e\xef\xde\x13\x07\xa6\x19\x88\x98\xcc\x32\x0e\xa1\x99\xf6\x51\xe8\x69\xd1\xf3\x5a\xc1\x82\xd7\x7c\xf0\x20\x1e\xc0\x2e\x08\xfd\x22\x83\xb9\x87\x34\xe1\xf9\x68\xba\xb9\xb9\x3d\x73\xc8\x76\xbe\x79\x5f\xdd\xa4\x41\x13\xc7\x88\x80\x8f\x20\x4e\x4d\x94\x0f\x50\x68\xa2\x7c\x07\xe8\x37\xd6\xa2\xfb\x03\x6a\xa0\xcd\x51\xe9\xfc\x65\x20\x81\xfa\x34\xad\xfc\xfe\x76\x1c\x3d\x49\x91\xa6\xe9\x41\x49\x3f\xdd\x57\xfb\x43\xe6\x70\x7f\x20\xc8\x92\x02\xd5\x6b\xa6\x61\x08\x8b\x23\x5a\xc5\xd9\xe1\x18\x66\xe3\x7f\x7f\x12\x44\xfc\x37\x8b\xe3\x47\x85\xa3\x26\x7e\x20\x6f\xa5\x5d\x1b\x07\x20\x9f\x62\xc2\xdf\x83\x0f\x79\xfc\xaa\x9e\xc9\xaf\x6e\x10\xa2\x44\x9b\x70\x20\x0f\x4e\x28\x35\xd6\xbb\x7d\xd8\xe3\xd0\x0f\xbc\x51\x48\x42\x0e\x28\x96\xec\x59\x31\xb6\xf1\xef\x3f\xdd\xda\xeb\xb1\xc5\xfb\x2c\xc0\x38\x36\x7a\xa2\xe9\x8a\x31\x52\xcf\x24\x56\x18\x1b\xe7\xcd\x5d\x52\x28\x2f\xff\xc0\x7b\x91\xf8\x71\x94\xa4\x52\x9d\x42\x35\x65\xe3\xff\x28\x59\xd5\x4d\x03\xa7\xa7\xbf\x1d\x0a\x46\xa1\x86\x3b\xdc\x04\x77\x95\x3a\x2d\xa8\xce\xab\x43\x75\x54\x6c\x22\xcf\x43\xa2\xb3\xe5\x1f\x72\xa0\x22\x22\xd5\x55\x5a\xdf\xc1\x92\xd7\xd6\x57\x0d\x1a\xcd\xba\x58\x66\xa4\xd1\xcc\x1c\x80\xa0\x49\x7b\x14\x8c\x96\x99\x0e\xd5\x09\xbc\xf7\xc7\xd4\xfd\x69\x30\xf7\x78\x68\x5f\x8c\x04\x75\xdd\x6f\x60\x37\x4b\xb4\x0f\x80\x34\x55\x24\x9b\x03\xd9\x14\xad\xf2\x1d\x3d\x59\x40\x1f\x74\x1e\x71\x5e\x31\x3a\xdf\xdb\xf1\x78\xc0\xfb\xde\x11\x24\x83\xf5\x05\xbb\x67\x0f\x36\xaf\x50\xd5\xeb\x39\x60\xe3\x1a\x9f\x3e\x60\x6f\xb2\xb2\x70\x74\xc4\x49\x7b\x01\x51\x82\xfa\xe3\xde\x37\x80\xb3\xc2\xbc\x0d\x4f\x2b\xbb\x5f\x0f\x24\x9b\x09\xa5\xa1\x9a\x63\xd0\xde\xa8\x23\x6c\x50\xe9\x65\x4d\xcb\x40\x5a\x0b\xeb\xaa\x07\xab\x4e\x5b\xa7\x35\x10\x01\xa0\xa4\x50\x73\x0c\xde\xb0\x74\xe6\x8c\x41\xf8\x60\x2a\xe0\x4b\x65\x7b\xf7\x08\xc6\xea\x98\xcf\x90\x1f\xb1\x58\x47\x39\x22\x59\x57\x9d\x04\xe3\x15\xdd\x24\x75\x92\x26\x13\x60\x4d\xe5\x7a\xe6\x00\x56\x73\xdd\xad\x39\x66\x36\xa9\x4e\x27\x84\xad\x85\xeb\x98\xe4\x5d\xcf\x0d\xbc\xa1\xea\xe7\x0b\x1e\xcf\x1e\x48\x26\x9b\x10\x6a\x1d\x30\x9d\xb5\xcf\x73\x47\xda\x19\x8d\x6b\xe5\x40\x35\xae\xb4\xa5\x49\x8f\x35\x90\xcc\xb0\x58\xc3\x37\x76\x58\xeb\xad\x5d\x1b\x3b\xfb\xd0\x17\x3b\x20\x64\xf1\xff\xec\x43\xa0\x60\xc0\x31\xc9\xa6\xb5\x41\x33\x95\x15\x1e\x03\xb9\x20\x6c\x83\x19\xf0\x98\x6f\x16\x56\x07\x45\x8f\x27\xfb\xe0\x66\xf0\x44\x20\x39\x84\xad\xb9\xe3\x08\x76\xe1\x26\x28\x28\x3c\x0a\xc6\x29\xb6\xed\x2f\x79\xe8\xe6\x38\x1e\xbe\xad\x89\x3c\xe9\x12\x24\x40\x38\xce\xa4\xd1\x3f\x24\x8d\x9a\x27\x04\x3a\x5a\xd7\x35\xe8\x22\x6f\x35\xce\xa0\x9e\x48\xf8\x7f\x9c\x4c\x15\xec\xff\x71\xf6\x59\x44\x9f\xcc\x57\xe8\x06\x33\xd7\x99\x9e\x91\x67\x49\xe8\x6e\x5c\x49\xa2\x06\xc1\x28\x47\x6b\xcb\xc6\x45\x12\xfd\x4c\x05\xb4\xf7\x1a\xd3\x03\x2a\xd1\xf5\x1c\xcc\x9d\x5d\xdd\x24\xd9\xc7\xdc\x80\x30\x47\x1b\x86\x06\xec\x69\xc5\xca\xaa\x01\x4f\x25\x1b\x24\x06\x3c\x95\x6c\x1d\x1b\x84\x39\xd6\xb7\x0d\xa6\xa4\x50\x0a\xe4\x39\x00\x73\x3e\x02\x82\x65\x9d\xad\x70\x1b\x89\x73\xcc\x1e\x37\xd9\xc3\x02\x1c\x39\x2a\x6c\x15\x1c\xf7\x89\x67\xf7\x79\x41\x79\xea\xf7\x91\x17\x46\x37\xd6\x71\x93\x68\x2d\xfe\x83\x9a\x3f\xd2\xc8\x0c\xc0\x96\x6e\x76\xcc\x0c\x15\x9e\x47\xd8\xcb\xba\xf7\x0c\xec\x65\xb1\x7d\x7e\xe0\xde\xf7\xa8\xe1\x57\x64\x90\x1b\xa8\xf1\x62\x93\x47\xc0\x8b\xc8\x7e\x1a\xc1\x94\x15\xf6\xf0\x0c\x56\x74\xb1\x4e\x27\x7e\x5c\x6d\x71\x68\x00\xe9\xd8\x5a\x15\x3f\xae\xbe\x38\x34\x7e\x13\x2f\x4c\x3d\x73\x98\x6e\x60\xc7\xb3\x7b\xa0\x03\xb1\x16\x22\x60\x73\xf3\xbc\x06\x3d\x91\x94\x8f\x72\x06\x5d\xdc\xad\x80\x0b\x66\x11\xec\x1e\x06\x2a\xc0\x74\x09\x93\x40\xce\x8a\xfe\xf3\xff\x3c\x71\x96\x5f\xa0\x5b\x6a\xf7\x1b\xf0\xbb\x19\x7e\x26\x4c\xf1\x3c\x00\x2c\x59\x45\x1c\x28\x1b\x1d\x9f\x0f\x78\x19\xf0\xbc\x6c\xc4\xea\xc2\x29\x91\xe0\x49\x32\x30\x4a\x22\x06\xbf\x91\x5c\xad\xf5\x2b\x1d\x9d\x6a\xaa\x0a\x25\xb5\xa7\x06\x6e\xef\x56\xc7\x47\x61\xa8\x53\x77\x1f\x39\x77\xfa\x01\xb6\xbf\x8f\xa7\x59\x54\x0a\x00\xe9\x71\x03\x3e\x4c\xb6\xac\x04\xb2\xfe\xd9\x2c\x12\xcc\x59\xa1\xa2\xec\x33\xe0\x93\xf4\x71\x8b\x09\xe4\xac\xe8\xc5\x5d\xe4\xdc\x68\xb2\x80\xae\x6c\x8b\x09\xa2\x2b\x3b\xad\x04\x53\x52\xd8\xa9\x20\x68\x51\xb4\x32\x32\xa0\x11\x73\x08\x56\x34\x26\x0f\xf0\x07\xd8\xbd\xe6\x19\xda\x0b\xad\x20\x0d\xe4\xb6\xb6\x59\x21\x7a\x4e\x8c\x16\x10\x91\x8e\x56\x98\xc6\x8b\xad\xc2\x31\x84\xd1\x31\x2f\x52\x77\x07\xcc\x87\x1f\x1b\x66\xc0\x67\xdd\x9a\xe7\x48\x0d\xd5\xf0\x17\x98\x06\x1d\xfe\x81\x22\x2c\xbd\xb4\xbf\x1c\x47\xc1\x30\x49\x6b\x80\x63\x90\x5e\xb7\x86\x68\x2b\x6f\x7e\xb8\xa3\x5b\xdb\x1e\x48\xd9\xd7\x75\x54\x04\xcc\x7c\xd6\xb5\xc7\x20\xeb\xb8\xc1\xcc\x78\x61\x8e\x46\xb1\x95\x8f\x92\x2e\x10\x24\x69\x93\x40\x04\x14\xc0\xde\x34\x48\x06\xd6\x2d\x6d\x82\xba\x78\xdd\x67\x83\x56\x3a\xab\xd4\x22\x10\x95\x66\x7e\x86\x4d\xce\x39\x31\x62\x12\xcf\x7a\xeb\xcf\xdc\x22\xfe\x02\x88\x6a\x58\x20\xc1\x9d\x7c\x0e\x0b\x9c\x49\xbf\x84\xe1\x36\x5e\x49\x6f\x57\xdd\x60\xe2\x09\x5f\xef\x62\xf1\x3c\x32\x19\x54\x3e\xa9\x3c\xe0\x0c\xda\xe6\x7c\x63\x8c\x95\x02\x45\x23\xcb\xa8\x44\x4b\x10\xd8\xde\xac\x2c\x8c\x9d\x9b\xc2\x92\x13\xee\x45\x56\xd3\xc6\x4e\x03\xa1\xae\x67\xc1\x54\x11\xc3\x93\x01\xd4\x65\x55\x60\xec\xd9\xa7\x9b\x40\x9f\xa6\xf2\x20\x53\x09\x4f\x04\x0a\x98\x58\xf3\x17\x28\x75\xd7\x7d\x71\x0d\xa4\x76\x58\xde\xeb\x30\xbe\x59\x05\x16\x70\x2f\xea\x9f\x06\x6f\xd2\xe8\x16\xe9\xbf\xab\x2b\x63\x20\xf0\xd0\xf1\x9e\x41\x54\x35\x2c\x05\x01\xa2\xac\xbf\x0c\x60\x26\xab\xe1\x02\x19\x96\xad\x08\x0c\x26\x8b\x68\x9f\x16\x29\xc1\xc2\x6f\x10\xb1\x48\xc7\x15\x27\x27\x4e\xa3\x38\x49\xb5\x05\xed\x45\x22\xf5\x01\xbc\xbf\xad\x76\x89\x2b\xd7\x5f\x8b\x87\x30\xc2\xbe\x59\xa2\x5d\x04\x9f\x5e\x1c\x56\x1c\xf1\x45\x2a\x12\x26\x79\xa0\x54\xff\x0c\xef\x27\xf8\x19\x39\x90\x2a\x98\x0a\xd9\xca\xc0\x20\x4e\xb2\xb3\x56\xd0\x63\xdb\x3a\xea\xa0\xd5\x6e\x58\x0e\x22\x93\x71\xb7\xde\x20\x68\xc6\x33\x6b\x43\xdf\xd3\x7d\xdf\x0e\x02\x1f\x5d\x7c\x83\xf5\x89\xad\x79\x0d\xb8\x1a\x75\x5d\x84\x83\x0a\x22\x6b\x56\x03\x09\x20\xba\x01\x61\x30\xfa\xaf\x7d\xda\x64\xb0\x8a\xa6\x93\xb9\x8e\xdb\xa7\xcd\x03\xd9\xe8\x34\x0c\xe8\x78\xac\xcd\x8b\x87\xd2\x4c\x73\x35\xe1\x6c\xd4\x7d\x13\x9e\x04\x47\x8e\x29\x9a\xac\x3d\xe2\x80\x9e\xf9\xcb\x35\x9c\xfa\x01\xae\x6f\x92\x24\xf3\xc7\x35\xed\x6e\x73\xa7\x78\xf2\x1b\x39\xbb\x4b\x3f\x60\x7f\x08\x03\xcc\x1f\xe8\x96\x44\x9c\x3f\x4e\xae\x5a\x4c\xcd\x91\x96\x63\x12\xfb\x48\x36\xcd\x8d\x3c\xa0\x91\xcf\x2d\x79\x40\x5d\x32\x61\x97\xef\x41\x13\xb6\x43\x6b\xbb\x26\x7c\xbf\xad\x80\x9b\x1b\x35\xe5\xf1\xa7\x10\xd8\xb9\xe5\x24\x68\x48\x5b\xae\x95\x09\xa0\xd8\x0f\xd3\x7c\x92\x22\x8d\x9a\x19\x9a\xad\xf0\x9d\x2f\x9a\x8a\x29\x21\x3e\x0b\x47\xad\x3e\x0a\xf7\x9f\xa6\x09\xde\xe3\x76\xf6\x9c\xa8\x90\x67\x2d\xf8\x2c\x3c\xac\x75\x7a\xcf\xc2\xc3\x59\xaa\x94\x59\xb8\xe5\x75\x5e\x4e\x96\x4d\xb6\x7a\x77\x56\xd2\xa0\x89\xae\x3c\x0e\x75\x82\xce\x4a\x21\x30\xfc\x03\x27\x56\x13\x01\xef\x6e\x2b\xc7\x66\xc6\xfc\x49\xcb\x34\x89\xa4\xc2\x0d\xf0\x7c\x14\xa6\x98\xa9\x97\x12\x0d\x8d\x7b\xcf\xec\xd0\x30\x31\x1e\x16\x83\x04\xad\x84\x9e\x0d\xd2\xd4\x6b\xd1\x68\xfd\x91\x92\x69\xa2\x44\x9e\xed\xc4\x93\xbe\xdc\xaa\xae\x3b\x67\xcb\xe5\xd4\x64\xbf\xd8\xab\x38\x15\xc2\x44\x65\x65\xdf\xf5\x27\x15\x5f\x21\xcd\xca\xec\x49\xb5\x7f\x20\xd5\xea\x02\xee\xde\x56\x5d\xce\x9e\x44\x6a\x26\x3b\xb7\xa6\xfb\x80\xa2\xcb\x86\xe3\x99\xe8\x4c\x70\x67\x12\x9d\x79\x98\x9d\x73\x2f\xcd\xcb\x84\x26\xac\x7c\x68\xa2\x38\xf6\xea\x41\x13\xd6\x3e\x44\x61\xeb\x7a\x1a\xe0\x1d\xd6\x37\x33\x2d\xbd\xc3\xac\xc3\x9d\x83\x69\x27\xfc\x02\x87\xad\x2e\x07\xf3\x24\xa9\xc7\x91\x3b\x57\x8b\xf7\x62\xba\xea\x8b\xf2\x64\xaa\x0c\xd5\x2a\x9d\x73\x90\x81\xfc\xcc\xa9\x97\xa2\x6c\xd2\x46\xa9\x4a\xa2\x73\x06\xb3\x41\x8a\x86\xe0\xda\x78\xeb\x20\xcf\x99\x75\x1a\x13\x2e\xed\x56\xcc\x4c\x64\xc6\x58\x26\x9a\x46\x4e\xab\xdb\x27\xe3\x0c\xad\xb0\x9f\xc8\x5b\x66\x4d\xce\x84\x49\xb3\x9b\x46\x98\x34\x6d\xd9\x9d\x33\xe7\x51\x1f\x4c\xec\x44\x2f\x1d\x51\xa2\xee\xc5\x93\x25\x43\x7e\x7e\x1f\x16\x02\xcf\x33\x22\x0a\x7d\xe9\x9d\x8b\xdf\x6b\x08\x50\x99\x4d\x69\x38\xe6\x82\x34\x91\x4a\x64\x52\x83\xf6\x11\xca\x0b\xcc\xa5\x3b\xee\x5c\x1c\x91\xa6\x60\xf1\x34\x32\x83\x27\xd8\x13\xe2\x98\x04\x7b\xcb\xcf\xd8\xa6\xba\x5e\xce\x9d\x27\xa4\xf9\x17\xb1\x80\x5d\x59\xec\xe7\xdc\x59\x48\x42\x83\x40\xf6\x55\xab\x4c\x26\x34\x6c\xbe\x66\x4f\xd4\xb2\xf3\x7d\x75\x22\x70\x4f\x45\x71\xe6\x3c\xb8\xce\x7e\x3f\xa0\xed\xf4\xff\x14\xf3\xe6\x7f\x1a\xe9\x54\x82\x76\x4e\xb8\x55\xf9\xda\x3e\xcf\x1c\xb4\x06\xf5\x42\xbd\xb2\x79\x3f\x9c\x05\x1e\x43\x22\x19\xea\xb2\xf9\x8b\x3f\x9d\x43\x08\xe1\x6b\x4e\x33\x35\xcf\x9c\x21\xcd\xc8\x49\x99\xef\x21\x9d\x74\x9b\xf0\x1c\x9e\x88\xc8\x15\x8a\x9b\x54\x9f\x8d\xcf\x0f\xd0\xd1\x2b\xc1\xfc\x9c\xf4\xb3\x52\x09\xd2\x39\xa1\x4f\xf3\x7d\x7b\xbe\xc8\xb0\x4e\x6f\xa7\x8b\x88\xa0\xf8\x07\xf8\x24\x5b\x50\xc1\x08\xe8\xab\xf0\xbc\x78\x36\x9a\xdb\x51\x68\xce\xb7\xeb\x79\x53\x2f\xe9\x1d\x7a\x23\x04\xc0\x24\xa5\xea\xcb\x1b\xec\x9e\xe8\x42\xfc\x9c\x31\x75\xde\x40\x40\x70\xbe\x96\x4d\x20\x38\xab\x21\xe7\xc3\x41\xfa\xfd\x0e\x60\xa4\x89\x7d\xb2\x47\xb1\xf3\x83\x1c\x14\x1e\x34\x94\x63\xbe\x7c\x4f\x38\x65\xd9\x09\x70\x3e\xa8\xba\x6a\x66\x7b\x50\x3a\x40\x70\x6f\xfd\x72\x61\x96\x7e\x20\xc5\x5d\xcf\xa0\x50\x98\x67\x25\x96\x93\xfa\x6f\xfd\xe0\x90\xa2\x75\x59\xd0\x5b\xf9\x2e\xb5\x7e\xa0\x68\xf3\xff\x54\x28\x48\xee\x2d\x20\x33\x0f\x71\x6d\x54\xbe\xf9\xff\x8a\x06\xfc\x4c\x87\x3a\x51\xb4\x61\x9d\x05\xd5\xd7\x8b\x81\x86\xe7\x70\x31\xcd\x96\x95\xee\x0b\xda\x21\xdf\x0f\x57\xa1\xc1\x49\x3b\x7c\xc1\xf8\xd6\x37\xcf\x12\xd3\x26\x38\x0c\x6f\x21\xe2\xad\x2b\x61\xf8\x5c\x95\xd2\x5e\xa2\x6d\xd1\x9f\x4a\x25\x3c\xe6\xaa\x3c\x7a\x25\xdb\x16\x40\x8d\xaf\x46\xab\xf2\x16\xda\xfd\x02\xb8\x4b\xbb\x7a\x41\x81\x14\xde\x87\x8b\xf6\x39\xc7\xb0\x2d\xc0\x1e\xdf\xf8\x16\x15\x48\xaa\x78\x30\x57\x23\x0a\x2e\xfe\x61\xc3\x5c\xa8\x85\x46\x2c\xa6\x0b\xc4\x6a\x9c\x7d\x2d\x37\x60\xcf\xf8\x34\xd0\xf9\x81\x5f\xa0\x09\xc3\xb3\xc9\x54\x08\xce\x6a\xba\xa0\x62\x1a\xe6\xa0\x17\xe6\xfc\x1f\x4d\x14\xf2\x9e\x29\x7a\x4d\xd9\xc8\xb1\x3a\xe2\xe8\x74\x8b\x5c\x2c\x7e\x66\xfb\xc0\x4a\x50\xf2\xf9\x82\x67\xa7\xce\x81\xd5\xa9\xbc\xf8\x7c\x02\xb6\x91\xd8\x5e\xf4\x51\xf7\x6a\x40\xc9\x34\xa4\x83\x59\xa9\x47\xd2\x39\xb0\x46\x4e\x9d\x5a\x60\xe9\x5f\xef\xf6\x35\x38\x77\x9a\xec\x41\x0e\x10\x8b\x40\xb3\x64\xe4\xbc\x06\x01\xa2\x89\x86\xa3\x94\xc1\xf7\x1a\x14\x69\xcb\x5d\x3e\x78\x41\xc3\x0e\x8a\x34\x13\x89\x54\x08\x76\x3d\x5c\x91\x34\x8a\x06\xa8\xa2\x0c\x94\x57\x10\x8b\x4b\xff\xb2\xe0\x8b\x35\xa4\x3e\x5b\xc8\xcf\x55\x6c\x84\x58\x41\xc1\xec\x61\x44\x4e\xb5\xe6\x81\x2e\xe4\xfd\xf7\xa7\xb0\xa3\x05\x54\x63\xd8\xbc\x5e\x54\x53\x54\x38\x75\xae\x17\xd5\x6c\x75\x0a\x1d\xae\x09\xb1\x6d\x11\x86\x84\x5f\x3e\x18\xd6\x1c\x90\x58\x9a\x24\x26\x5c\x35\x3f\xc2\x2b\x6b\x08\xb5\xac\xd4\x84\x7d\x7a\xe4\x3a\xf9\x19\x9a\x31\x4b\x87\x99\xe3\x73\x0f\x0f\xca\x79\x8a\x02\x66\xbe\x57\x65\xd6\xb9\x16\x49\xf4\x73\xe3\x3e\xd5\x1c\x52\x2f\x66\xc4\xba\x32\xcf\x82\x9f\x31\x08\x6f\xe4\x85\x41\x48\xd3\xb6\x50\x70\xc2\xf7\xfe\x45\x9f\xab\x61\x31\x4a\x9f\x2b\x2b\xff\x17\x7c\xd8\x0d\x70\xd7\x9e\x02\x4c\xc3\xdc\xc1\xbe\x82\x29\x6b\x47\xdd\x55\xcf\x1b\xb2\x7b\x19\x9a\xad\xf4\xa8\xf2\x33\xe4\x80\x50\xcc\x82\x52\xed\xb3\xab\x0f\xce\x92\x2e\x8e\x0b\x79\xee\x0d\x22\x16\x4c\x99\x56\xb2\x2d\x7a\x50\xd9\xe8\xb2\x8e\x24\x59\x2b\x45\x97\x2a\x5b\x5d\xd6\x41\xa1\xab\x5b\xda\x82\xc7\x94\x61\xc8\x3a\x92\x79\xdd\x09\xf6\xa0\x94\x4b\xff\x63\xec\x5f\x92\xb6\x69\x95\xe5\x40\xb4\x7f\x46\xf1\xcd\xe0\x24\x77\xe8\xfc\x9d\x6a\x57\xcd\x21\x6f\x94\xa9\xa1\xad\x6d\xab\xa4\xf9\x97\xa5\x3b\xb8\x3f\xcb\x4c\x2a\x7d\x8d\xd7\xec\x7d\x92\x4c\x08\x20\x88\x08\xe2\x3a\x20\xc9\x58\x3f\x32\x1e\xde\x35\x7c\x06\x99\x19\xab\xfb\x80\x2c\x95\x96\xf7\xee\x69\x84\x4a\x63\x3c\xbc\x74\xf9\x98\xc2\xa9\xfc\x87\x35\xb0\x54\x97\x09\x03\x33\xcb\x3b\x10\x64\xbc\x15\x29\x4f\x04\x04\x72\x59\xfd\x50\x69\xd6\xc4\x75\xd6\x84\xf1\x52\xbb\x5b\xfd\x06\x91\xd8\x8c\x7b\x52\xf1\xe3\x83\x38\x29\xb2\x49\x79\x30\x28\xcd\x78\x29\xe0\x91\xd4\x1c\x00\x38\x26\x90\xb2\xf8\x83\x05\x85\x5f\x78\xd8\xa5\x96\x7f\x2e\x34\xdd\xcb\x7d\x32\xf7\xd4\xe1\xdf\xc8\xab\x61\x8b\xd4\x09\xdb\x9d\x4d\x3d\x27\x62\xe1\x4c\x95\xcf\x83\xcc\x3d\xf9\x03\xd6\x45\xf4\x0b\x27\x93\x60\x1c\x7a\x00\x3c\xfd\xf9\xfd\xc2\x35\xcc\x1d\xf0\xbe\xea\x1e\x90\x4a\xca\xa7\xfb\xa4\x93\x92\xc3\xe5\xce\x80\x78\x68\x49\x20\x27\x54\x4d\xc6\xb1\x13\x9a\xa6\xae\x32\x40\xfd\x0c\x6b\x7f\x35\x6d\xa8\x9a\x4c\x92\x4e\x94\xc6\x75\xdc\xd7\x09\xd5\x93\x05\xcb\x13\xd9\x49\x7d\x94\x4e\xe4\x96\x3a\x7c\x4b\x3f\xa9\x39\xb2\x99\xf5\x44\x72\x29\xb3\x96\x93\x62\x94\x0d\x92\x67\x5c\xb3\xd2\x98\x91\x32\xbd\xa8\xd8\xb9\xed\x72\xfa\xcd\xf3\x19\xdc\x27\x24\xb1\xea\x1e\x78\x3c\x25\x34\x9d\x11\x39\x9a\x75\x61\x3d\x51\xcd\xab\x4a\x32\x38\x69\xa6\xb3\xa5\xef\x4c\x74\x2f\xd2\x4a\x23\x41\x69\xcf\x6e\x67\xe1\x58\x75\xc8\x84\xa5\xdf\x08\x7f\xc1\x8a\x4e\x8a\x6c\x3f\x5f\x53\x8f\xa9\xf9\x24\x52\x38\xcd\xe7\x93\xc7\x9a\x83\xd2\x4f\x24\x3b\x35\xb3\x3d\xe9\x3e\x65\x3b\xe4\xc9\x12\x3d\x2a\x1d\xd6\x4f\x26\x9d\xb7\xfd\xf4\xa4\xc0\x56\xfd\x42\xe2\x0b\x82\x69\x09\x64\xba\xe0\x9e\x99\x40\x6b\x50\x26\x1d\x08\x3f\x5d\xe2\x54\x4a\x3f\x73\x42\x60\x1b\xce\x12\x7f\x66\x9e\x4a\xdd\x50\xcf\x4c\xb9\xd2\x13\x83\xe7\xbb\x8d\xb8\x27\x14\x53\xbd\xb8\x1d\x94\x5b\xc7\xfa\x2c\x0b\x6a\x4d\x03\x1e\x59\x96\x32\xce\x52\xa0\xa0\x71\x87\xc4\x0c\x89\x5f\x27\xf3\xa3\x3a\x55\xc2\xb9\x14\x55\x52\x4e\x9c\x85\x28\xef\x2f\x6e\x76\x61\x20\x1e\x2e\x84\x07\x61\x78\x89\x7e\x23\xd7\x95\x73\x6e\x9e\x28\x34\xd4\x82\xa1\x86\xde\xe9\xe7\x04\xd4\x55\x3f\x49\xbf\xc9\xb5\xa3\x1f\xac\x10\x09\xfd\x5e\xb3\x70\x0f\x74\x36\xf4\x08\x30\xcf\x76\xb7\x83\x16\x89\x87\x9e\x94\x08\x4d\x28\x3e\x89\xb0\x39\xa1\xe0\x09\x01\xd0\x82\xc5\xd9\xe0\xef\x6b\x88\x61\x8a\xb4\x79\xf8\x84\x3c\x68\x61\xee\x5c\xee\x5e\x5e\xf7\x86\xf8\x02\x9f\xd0\x46\x80\xfc\xc1\xcb\x19\x69\x11\x1b\xa9\xa3\x8f\x20\xb5\x50\xb6\xef\x9e\x9d\xab\xa8\x39\x77\x22\x87\xf7\x01\x01\x84\x3f\x18\x8d\x3c\x0b\x3f\x54\x01\x7e\xf6\xc3\x91\x6a\x27\xac\x9b\xc3\xb3\x42\xc6\x7c\x15\x4f\xee\x27\xdd\xe8\x6d\xf3\x3d\xfb\x8a\x8a\xd0\xef\x07\x91\x98\x06\x91\x74\xc6\x1b\xb7\x24\x38\x13\x1a\xb8\xd5\xdb\x1f\xf0\x64\x58\xa2\x23\x72\xce\x4f\xc4\x8b\x3f\x5c\x04\x12\xdd\x90\xf4\x73\x8e\x35\x09\x0f\x41\xa9\xc0\xd8\x84\xb4\xfc\xdd\x7b\xcf\xd4\x0d\xb6\x7c\x9e\x48\xdd\x50\x3d\x4d\x9a\x4a\x8b\x7f\x73\x16\x3e\xb6\x90\xf9\x7e\x18\x15\x45\x3e\x1f\x21\xb8\xab\x55\x63\x1f\xb2\xf0\x8f\xe2\xdf\xa4\x7f\xfe\x1e\x94\xc4\x74\xe2\x24\x84\xde\xfb\x93\xbc\xd5\xcb\x76\x32\x6d\xa3\x56\x01\x89\xb6\x2c\xd6\x9e\xe7\x22\x88\x1e\x62\xcd\x41\x93\xfa\xa4\xc4\x38\x7c\x26\x11\x16\xe9\xe4\x12\xe7\x45\x6c\xca\x7e\xb0\x16\x5a\x50\x2e\x19\x50\x6a\x9d\x13\x89\xb4\x92\xaf\x76\xe7\x45\x7c\xf1\x66\x41\x2a\xf4\x4d\xee\xbc\xde\x6f\x21\x7c\xec\x90\x14\xf6\x30\x65\x41\xce\xd7\x2a\x15\xc4\x79\x2f\xa0\x34\x02\x6c\xb3\xb5\xff\x1d\x1b\xba\x49\x0c\xb3\xbb\x03\xf7\x2f\x1e\xae\xf3\x05\x4d\xf1\x5e\x24\x5d\x3b\x4b\xcb\xad\x8d\xc1\x27\x1c\xe2\x7e\x04\x04\x24\x9b\xb0\x31\xf8\x44\xdc\x64\xed\x06\x18\x09\xcf\x7c\x42\x9e\xa5\x59\xd0\x90\x50\xf9\x0d\x3b\x24\x9f\x9f\xa0\x9c\x86\xd7\xe0\x13\x83\xb3\x83\xfb\xce\x67\x6d\x83\x76\x96\x42\x6f\x77\x8f\x20\xe8\xe6\x9e\x50\xf8\x1d\xde\x79\xa4\x97\x18\xaa\x8b\xdc\x4f\xb8\xc7\x39\x27\xe8\xf9\x20\xc5\x8b\x85\x05\x98\x81\x7f\x90\x0f\x79\xbc\xec\x30\x7f\xbe\xd8\x35\xa3\x01\xea\xe1\xfe\x48\x1f\x2f\xdc\x34\x2c\x08\x52\xc8\x96\xe6\xe3\x44\xaa\x09\x87\x94\x9c\xc8\x07\x3b\x5c\xc0\xe7\x84\x6b\x5c\x2f\xfe\x4d\x06\xa4\x0f\x26\x49\xa5\x4f\x30\x6a\x06\xb8\xf4\xd1\x39\x79\x40\xb5\xc6\x93\x97\x0f\x9f\x8e\xc9\xcb\x47\xf0\x03\xa4\xa7\x30\xf3\x9f\x84\x59\x73\x80\x05\xd9\x01\xb4\xe7\x3c\x91\xb2\xc8\x20\x51\x39\x6d\x9a\x00\x8d\xe2\x30\xd9\xa2\xc1\xd8\x66\xed\x0b\x05\xa2\x5c\xfd\xe1\x62\xf1\x5c\x51\xf3\xeb\x60\x99\x8c\x43\xbf\x19\x79\xd1\xf4\x9b\x02\x4d\xf7\x07\x3c\xc0\xc1\x23\x34\xec\x9b\x7b\xa0\xa5\x4d\xc8\x7a\xb1\x00\x80\x2d\xe9\x17\x45\xfa\x1f\x98\x28\xe1\x74\x0f\x0a\x3e\x5a\x3d\xe6\xe4\x98\xea\x01\x32\xbe\x8b\x1c\x5c\x81\xe8\x2e\xf9\xf9\x0a\x44\x16\x01\x09\x89\xdd\x75\x15\xae\x40\xa0\xfd\x3e\xcb\x93\x74\xfd\x3e\xd1\x1e\xf4\xfb\x82\xc4\xee\x01\xd7\x46\xf8\x03\x24\x17\xfe\xe9\x90\x12\x7d\xf1\x83\xc5\x89\x05\x42\xe4\x1c\x34\xc9\x48\xc5\x89\x7f\x13\x64\xad\x12\x6a\x41\x39\x47\xf9\x85\x54\x62\xce\xf5\x7e\x45\x78\x3c\x78\xd9\xe3\x5a\x55\x75\x90\x16\x3e\x6b\x04\x64\x87\x75\x7d\x81\x2b\xf1\x72\x26\x42\x7b\x51\xe7\xa9\x03\x70\xb1\x5c\x80\xed\xfe\x17\xaa\x03\x38\xd3\xfa\x05\xf9\xd8\x49\xce\x2f\x66\xed\xb2\x43\xc3\x95\xd7\x89\x10\x0c\x79\xdd\x52\xfd\x06\xa9\xa7\xd8\xe2\xf5\x09\xc4\xd5\xc9\x89\x2f\x28\x30\x9d\x17\xfd\xa2\x8f\x9c\x73\xff\x5e\x99\x40\x79\x88\x89\xdf\x5a\x98\xe5\x33\x27\x4a\x72\x21\x64\x61\x38\x9d\xf6\xc5\xb8\x50\xef\x76\x59\x07\xdb\x2f\x60\x6f\x24\x87\x5d\x2c\x76\x2b\x59\xf5\x2a\x54\x16\x47\x3f\x00\x3e\x89\x45\x5d\x85\x9b\xe7\x76\xe4\x38\xc8\x7f\xe5\xd3\x7d\x15\xb2\x65\x11\xa2\x0b\x2e\x79\xce\x08\x7d\x51\xf7\x69\x7f\x8c\xab\xae\xd2\x8d\xfa\x4d\xf8\x44\x68\x2e\x58\x5c\x9d\xc8\xfa\x82\xa4\xeb\x04\xcf\x57\x5d\xd4\x5d\x33\xae\x1c\x52\x4b\xb4\x44\x5d\x75\xd8\x58\x8e\xcf\xbf\x91\x05\xd6\x0b\x02\x4d\xa7\x0b\x0b\x5c\xc8\x9d\xd1\x7f\x4e\x2c\x02\x19\xcc\x55\x2f\xe6\x18\xeb\x5e\x32\x5a\x68\xed\xbd\x74\x51\xd3\xd9\xbd\xc8\xb0\xd0\x3a\xc5\xf3\xb5\xa4\x63\xcf\x12\xca\xcc\xe0\x90\xbe\x0b\x51\xa7\xce\x5e\x7c\xf5\x85\x2a\x7e\x21\x21\x2c\x41\xcb\xc0\x2c\x64\x76\x64\xb9\x18\x86\xda\xbd\x17\xfd\xfc\xe7\xcf\x4f\xb8\xdd\xb5\x1c\xf9\x86\x1f\x70\xa9\xdd\xe5\xc2\x67\x8f\x09\x7c\xf6\xd2\x2d\x71\x58\xb7\xd0\x6b\x25\xe5\xd0\x07\x48\x3b\xe6\x44\xb2\xd7\xa0\xa3\x8a\xc4\x8d\x6b\xf0\xee\x25\x25\xf1\x35\xd6\x95\x52\x63\x0c\x52\x5c\x21\xc0\x8d\x9c\x7f\x36\x7d\xdd\x89\xc7\x54\x34\xfa\x66\xfc\x92\x05\x84\x1b\x35\x73\x9d\x7a\xf4\x66\x69\x11\x33\x8a\x9b\x35\xdf\xec\x0e\x73\xc3\xc1\xd6\x39\x31\x6f\x52\x13\x89\xfd\x37\x2f\xd7\xa6\xe2\xf7\x47\x3c\x52\xf0\x90\x99\x04\x4c\x72\xd3\x8d\xcb\xb5\x93\x64\xde\x79\xe1\x7d\xd4\x03\xaa\x38\x04\x24\xbd\x42\x1c\x20\x75\x93\xda\xe8\xe4\xdc\x24\x2e\xd9\x23\x4c\xc2\xa4\x0f\x90\x14\xd0\x09\xa6\x6e\x7a\x89\xd8\xe1\xe6\x46\x3c\xd4\xe8\x42\xfd\x7b\x51\x97\xe2\x4f\x0a\xba\x10\x90\x4c\xf9\x67\x6e\x75\x97\xb5\xf8\x82\xaa\xf0\x2c\x34\x7f\xf2\xcd\xcb\xb5\x64\x6e\x5a\x60\xec\xb4\x73\x33\x20\xca\x96\xc3\x1b\x16\x15\x07\x12\xdc\xb8\x5d\x3b\xad\xd0\xcd\xcb\xb3\xbd\x5b\xee\xca\xc0\x94\xe4\x37\x06\xc1\xd4\x7e\x21\x87\x8f\x53\xe6\xde\xb8\x4e\xdb\x99\xf0\x26\x91\x11\xbb\xb9\xeb\xc2\x10\x21\x00\x52\xf0\x14\x55\x72\xee\x37\x5c\x71\x9d\x85\xe5\x06\x0d\x38\x5c\xbe\xee\x6e\x40\x3a\xc9\xe6\x77\x5b\xfb\xe9\x07\x18\x53\x64\xe5\x6e\x44\x42\x89\x58\x77\xe7\xbc\x05\x43\xe7\x66\x68\xa9\x91\x35\xd0\x49\x0f\x6e\x98\x23\xec\xe6\x71\xaf\xdb\xad\xee\x33\x37\x0a\xc2\xfd\xa0\x3d\xdd\x70\xed\x56\x71\x23\x8d\x60\x37\x27\xbf\xe9\x97\x6b\xd6\x7f\x23\x28\xdc\x41\x7a\x37\xcc\x0b\x0e\xe1\xb9\x59\x22\xce\x7c\xf8\x66\xda\x40\x33\xe2\x9b\x69\x03\xed\xad\x72\x83\x04\x38\x80\xe6\xfe\x28\x40\x32\x99\xba\x41\x00\x52\xcd\x7f\x75\x27\xba\x4f\x16\xe4\xd1\xa2\x21\xf4\xca\xec\xe5\x3e\x99\x08\x53\xbd\x9f\x0b\xe5\x05\x1f\xac\x17\xd6\x24\xde\xc8\xd0\xe3\x14\x03\xf7\xc9\x70\x5e\x6d\xe3\xc9\x55\xd7\x2e\xb0\x7c\x9c\x8f\x10\x6f\xb6\xde\x04\x24\xf8\x71\xd0\xc2\x0d\xb7\x12\x3b\x4f\xdf\xb8\xd8\xba\xba\xc4\xfd\xdd\x6b\xd3\x0f\xf9\x83\x5b\x89\x7d\x0d\x6e\x84\x6d\xd9\xb7\xfa\xbe\x60\x00\xf2\x7c\x10\x1b\xde\x9b\xfb\xe3\x01\x95\x74\x76\x23\xff\xcf\xe8\x62\x35\xf7\x05\xc7\x17\xb1\xec\xfb\xbb\xe4\xa6\xf0\xd3\xce\x19\xb8\xc7\x09\xb4\xd2\xfb\x37\x0d\x71\x82\x10\xc9\x7e\x9a\x98\xc4\x4d\xaf\x14\x9f\x8c\xef\x12\x9c\x5c\x2a\xe0\xfe\xee\xc0\xf9\x07\x01\xee\xc5\xc8\xfc\x02\x09\x40\x77\x0f\x0c\xea\x17\x44\x28\x8c\x62\xed\xee\xbd\xae\xbd\xd1\x2f\x9c\x70\x48\xd2\x22\xdd\xeb\xa8\x68\x8e\xb8\xe6\xda\xcd\xeb\x46\x61\x14\xa7\x61\xbf\x6f\x72\x3e\x4f\x12\xf9\x82\x5c\x38\xe5\x7e\x28\xc9\xf9\x8b\x27\x01\xaf\xb4\xcf\x8c\x0b\xb3\x30\x78\xb3\x50\x8a\xc5\xc9\x1b\x71\x61\x25\x98\x42\xe0\x22\x6c\xef\xf3\xfb\xbb\x08\x47\xbb\xb7\xdd\xcb\xe1\xd9\x43\x92\xb2\xfe\xbc\x80\xea\x55\xba\xd8\xde\x2f\xaa\x95\xfb\xf4\xbe\x34\xed\xfc\x3c\x00\x41\x70\x07\x48\x60\x6d\x8f\xf9\x1b\x37\x61\x5f\x8f\x6e\xdc\x84\xad\x4d\xb8\x19\x0c\x6f\xa7\xa9\x9b\xb5\x52\x8c\x7c\xeb\x2a\x2c\xfe\x7f\xbf\xc8\x15\x53\xdc\x23\x17\x5a\x22\xf2\x3d\x91\x2e\xc1\xe7\x8f\x39\x8e\x2c\x95\xdf\xcc\x71\x64\xd7\xaf\x7b\x22\x21\x96\xf1\x77\xdd\x85\xcd\x7a\x59\x1d\xef\x07\x1d\x26\xfd\xd1\x0c\xc5\xa4\x47\xa6\x7f\x03\x3d\xcc\xf5\x98\xa0\xda\xce\x5c\xf7\xba\xfd\x4a\x88\x7c\x0e\xde\x0b\xa5\xcc\x7c\x58\xfd\xce\x39\x7d\x1f\xde\x5e\x9b\x7f\xe3\xe0\x8a\x2e\x3e\xc7\x22\xad\x7e\x00\x74\x68\xee\x11\x94\x47\x8c\xf5\x81\x6b\xb4\xdd\x4a\x1f\x06\x86\x59\xf4\x7f\xe0\x1b\x6d\x4f\xd5\x87\x77\x59\x31\xa0\x87\xe6\xa9\xe8\xdf\xd8\x7d\xe1\xf8\x83\xab\x6d\x13\xfb\x78\x78\xb5\x95\x4a\xe0\x09\x6b\x5d\x3d\x00\x5d\x02\x8a\x7b\x5c\xdb\x2f\x18\x11\xca\x6c\xdd\xcf\xb3\x34\xe7\x12\x7b\x1f\x32\x7f\x91\xc7\x07\xa1\xce\xad\xbb\x7d\x1d\x1a\xbf\x80\x4c\x60\xda\xca\x87\xa1\xce\x41\x97\xb4\xa7\xf2\xa8\x6b\xdd\xe9\xe2\x69\xed\xfd\x03\x8f\xce\xfe\x77\xd9\x17\x1e\xdc\x36\xec\x3b\xf6\x34\xae\x99\x26\x88\x2a\xb6\xb6\x55\x3f\x8d\x7a\x18\xff\x6e\x20\xef\xfe\xbd\x10\x49\xe0\x75\x0e\x20\xe8\xfa\x42\x77\x8d\xc8\x3a\x66\x41\xf4\xfb\xf9\xe4\x86\x64\xe4\x7d\xfa\x3a\x94\x82\x09\x31\xd2\x2e\x65\xf5\x30\x46\x3a\x88\x27\x3d\x4b\x50\x90\x78\xfb\x8c\x85\xcd\x02\x73\xd0\x30\x29\x36\xf4\xc0\x83\xd3\x39\x9f\x9e\x41\xe9\xc6\x1b\xb7\xe4\x7a\x51\xab\x87\x8e\x07\xf6\xf4\x7b\x4e\x38\x2d\xeb\x54\x3e\x2c\xed\x1a\x44\xd6\x1f\xf8\x70\x5a\xdb\xfa\x9c\x14\xb1\x24\xf1\x3e\xcc\xee\xeb\xc8\xba\x07\xd9\xf4\x9a\xed\xe3\xcf\x45\x32\x2d\x09\xf7\x81\x9a\xd8\x9c\xe2\xb9\x0a\xbb\xf0\x0b\x8d\x0f\x04\x16\x19\xaa\x7d\xef\x1e\xb8\x0e\xd8\xe7\xe8\xa1\xd6\xd8\xbe\x74\xcf\xb5\xca\x8e\xbb\x0b\xc8\x00\xa2\x71\xcf\xbd\x96\x42\x5b\x06\xbd\xb1\x3d\xd3\x9e\x7b\x41\xa5\x2d\xbb\xd7\xda\x68\x8c\x7b\x81\xa9\x2d\xbb\x3b\x4f\xbf\x07\x61\xd9\x2a\xa3\x1a\x82\x76\xec\x24\xf1\xdc\x10\x50\x8d\x58\xcc\xd7\x12\xaa\x1f\x80\x7e\x98\xc6\x31\xad\xb0\x3d\x03\x9e\x87\x19\x17\x25\x4f\x3e\xcb\x07\x22\xfb\x13\x90\x0c\x63\x37\xeb\x7f\xd9\x2a\xff\x3c\xa4\x7a\xe2\x9b\x0f\x99\xa0\x09\xc2\x43\xa8\xb5\x12\xd0\xfe\x5a\xde\x7a\x10\x0b\x6d\x23\xe6\xf3\xf1\xb8\x68\xbd\xe5\x03\x96\x66\xfb\xe1\xf3\xae\xe3\xa3\x0e\x19\x0a\x6d\xcf\xc5\xe7\x25\x59\xd3\x6d\xe1\x41\x15\x86\x61\x44\x7d\x17\x89\xd1\x4a\xbe\xa8\x85\x2d\xa1\xf4\xa1\x3e\xd7\xce\x91\xcf\x84\x08\x14\xfd\x42\xe6\x10\x7e\x50\x20\x7f\x08\x06\xf8\x77\xda\x5e\xf8\xd0\x61\xc2\x5a\x8c\x67\x72\xda\x7b\x1d\xdf\xc5\x7f\xc4\x9a\xdf\x83\xe2\x46\xf4\x1b\x88\x44\x13\x4a\xbd\xc7\x3a\x4d\x43\x0f\x6e\x7e\x91\xf4\x00\x69\x9b\x75\xa4\x5f\xf0\x0f\x6b\xfa\xdf\x10\x38\x4d\x0d\x41\x7f\x06\x6b\x18\xde\xb0\x80\xf0\x27\x00\x5b\x08\xf3\x46\x3a\x58\x8a\xd3\xbe\xf0\x25\x68\x76\xb2\x78\xe9\xb5\x69\x1b\xf3\xcb\x94\x29\x56\x3a\xbc\xc8\xef\xeb\x8b\xf4\x8b\x8c\x28\x56\x1b\xbf\x89\x4b\x23\x91\xfd\x5d\x85\xea\x25\x52\xbc\x08\xe9\xb5\xd2\xf7\x45\xc2\x5f\x2b\xd3\xdf\xc4\x69\x08\xf1\x5f\xaa\x20\xac\x30\x78\xd3\xd2\x73\x68\xe6\x88\x2b\xb1\x09\xe0\xcd\xa8\x6e\x2e\x34\x7e\x73\x43\xbb\x3a\x80\xfe\xc0\x1a\xa5\x17\xba\xc8\x1e\xfe\xca\x95\xfb\x45\xbd\x79\xeb\xa4\x5f\x16\xa1\x0a\xcd\xbd\x01\x9d\x82\xa1\xa3\x92\x4d\xa2\xe7\xcb\x2a\x55\xf5\x67\x7c\x92\x6f\x89\x8a\x6f\xe1\xaa\x6a\xa3\x58\x50\xc0\x3a\x94\x17\xba\x04\xdf\x7f\x5f\x04\x90\x58\x05\xf6\x52\x31\x50\x7f\x1e\x50\x38\x28\xfe\x02\x1e\x7f\xe2\xf5\x2f\x5c\x31\x7d\x35\x7a\xeb\xda\x48\x0d\x49\x57\x4c\x6b\x5d\x5e\xc4\xf8\x5a\xe1\xf1\xc2\x13\xd3\x2a\xb2\xb7\xf2\xa2\x50\xfc\x01\x8f\xb2\x94\x13\xef\xd2\x0c\x88\xf3\xbd\x0c\x00\xb1\x1e\xe6\x6d\x44\x59\x69\x40\xde\xb6\xc0\xd2\x27\x88\x00\xf1\x7d\xe6\x45\x3a\x5f\x67\x71\x7c\x1b\xa9\x64\x75\x97\x15\x1f\x68\x5e\xd4\x48\x3a\x83\xe2\x4b\x0d\xa4\xf5\xc4\x2f\x73\xab\x04\x99\x3f\x5f\xa8\x1f\x9a\x9d\x72\x5e\xa8\x1f\xcc\xe8\x5e\xc8\x15\xbe\xaf\xbc\x30\xb6\x5b\x26\x7e\xa1\x7d\xb0\xd0\xfc\x22\x87\x9d\x05\xf7\x97\x75\xa8\x7a\xf5\x0b\x40\x3a\x9f\x89\x7e\xe1\xb7\x40\x64\x94\xb0\x38\xef\xcb\xd2\xa7\x5d\x22\xc4\x3b\x08\x91\x66\xcd\x22\x07\x41\x02\xef\x0b\x6f\x49\x8b\x97\xef\x20\xc8\x5a\xd7\xb1\xd6\xd1\x1f\x90\x07\x4a\x40\x78\x21\xa5\x58\x8c\x79\x07\xef\xc2\xde\x8a\xb1\x90\xd2\x40\x3c\x7c\xe0\x41\x28\x55\x7b\x1e\x30\x9e\x5b\x08\x79\x59\x1d\xd5\x22\xde\x7b\xae\xdd\x13\xdc\xe7\x5a\x3a\x0d\x02\x9d\x82\x45\xa3\xf7\x13\x6c\xa2\x83\xd0\x5e\x78\x4c\xfe\x2c\xdd\xc9\xe3\x2a\x86\xf3\xb2\x2e\x55\xd0\x65\xe2\xa5\xe0\xe3\x79\x21\x78\xc5\x7c\xf8\xbd\x08\xb4\xdb\xa9\xef\xd2\xdd\xe0\xbd\x78\x5d\xfd\xf9\x02\xe1\x21\x76\x49\x79\xaf\x55\x06\x53\x50\x5f\x54\xfd\x88\x4f\xbe\x10\x73\xba\x2e\xfe\xef\x27\xe6\x34\xbb\x7d\xbd\x37\xf9\x85\x71\xea\x06\xce\x89\x0b\xbe\x88\x54\x36\xe3\x7d\x97\x90\x63\x9c\xc2\xc5\xff\x87\xc9\x41\xc6\x71\xc9\xa7\x17\x22\xce\x0f\x4b\x83\x75\xdb\xf2\xc9\xcb\xf4\x2f\x87\x01\x80\xa5\xd8\x00\x3d\xbc\x20\x4b\x54\x7e\x71\xcd\xef\x12\xcc\xde\xe5\xf5\xa9\x3b\xd4\x0b\xf1\xe4\x87\x3b\xf1\x8e\x6e\x37\xe6\x17\xb5\x0f\x5c\xad\xf9\xfd\xae\xdc\xc9\x56\xa8\x97\xf2\x89\x99\x13\x85\x8d\x6e\x8e\xf8\x72\x04\xad\x01\x1d\x36\xed\xeb\xf3\xd2\x9a\x6c\xc7\xe7\x97\xa5\x0d\xec\x29\xfd\xce\xb5\xf0\x9a\xd6\x5c\x0b\x2b\x28\x18\x50\x6c\x28\x59\x4d\x34\x48\xad\xf4\x4e\x46\xea\xfe\x5d\x99\xd7\x77\x12\x66\xed\x3c\xc5\x99\xe2\xee\x59\x4a\xc4\x00\x02\x73\xc4\x6c\x26\x13\xcc\x59\xf7\x39\x59\x5b\xde\x7e\xce\x13\xd7\x6b\x07\xd1\x4e\x14\x1e\xed\x3f\xbf\x79\x08\x45\xd8\xe7\xb1\x68\xc3\xd0\x83\x81\x60\xaa\xac\xdf\x38\x94\xe2\x46\x13\xb6\x63\x93\x8a\x89\xa4\x29\xa6\xf2\x13\xb7\x65\xd3\xe8\xf9\x09\x3f\xc9\x6b\x3c\x03\x21\xd2\x14\x42\xe5\x14\x92\x1e\xd0\x86\xa0\xfb\xf6\x64\x1c\xb1\x3d\x7f\x66\x00\xf9\xaa\x7e\x01\xcb\x2a\x7a\x37\x03\x41\xf4\xfb\x90\x8d\x83\x41\x62\xbc\xd6\xcf\x90\x10\xbf\x74\x22\x67\xa4\x24\xa4\x23\x3b\x23\x49\x6a\xf3\x1b\x38\x92\xd5\x2f\xac\x75\x15\x0c\x8c\x99\xb1\x27\xf5\x64\xf9\x85\xec\x17\xce\x4f\x38\xd6\xb5\x6f\x32\x87\xb1\xf5\xd8\x33\x52\x0e\x10\x31\x9b\xac\x4c\x15\x7e\xba\x20\x86\x1b\x1d\x22\x2b\xa2\x0a\xaa\xc4\xbd\x10\x0c\x69\xa5\x82\xd7\x66\xa5\x35\x2f\x7f\xc1\x0b\x95\xee\x11\x93\xa5\xa6\xaa\xc1\x4a\x70\xc3\x12\xce\xce\xc4\xcd\x70\x97\xe4\x25\xcd\x83\x72\x77\x04\x24\x4c\xd6\x3f\xbb\x99\x26\xbc\xd3\xb4\xb4\x8c\x4d\x76\xe8\xc9\x64\x70\x72\xfd\x79\x00\x94\x33\x0e\x67\xea\x94\x44\x7d\x26\x2a\x51\xe5\x9f\x2e\x81\x73\x3a\xf8\x13\x3e\xa1\x3f\x2b\x9b\xd7\xee\x69\x12\x14\x33\xbd\x9b\x0c\x5e\xb6\x21\x7e\x52\x72\x34\x3e\x7c\x92\x63\x72\x04\xe0\xcc\x9c\xa4\x7f\x4f\xce\x41\x1d\x14\x4a\x47\xc6\xf2\xc2\x98\x07\xf1\xa2\xc9\x60\xe5\xee\xad\x40\xe6\x98\x9f\x85\xa5\xcb\xa7\xad\x12\xb3\x10\x28\x2d\x03\x04\x47\x6b\x9c\x27\x1d\x38\xa5\x94\x99\xd4\x32\xd9\x39\x7c\x0e\x32\x5c\x81\x80\xd4\xb5\x76\x1c\x9c\x4b\x0a\xf0\xe1\xa5\x7a\xc3\xc4\x00\xc9\x48\x7e\xf6\x12\x1e\x74\x5d\xa2\xeb\x3c\x29\x1d\x9b\xa2\x9d\x6b\x92\x7e\xb0\x10\x50\x63\x7e\x62\x43\x76\xc5\xf2\x79\x76\xfc\x16\xcc\x30\x2c\xfc\x76\xf0\xad\xfc\xcf\xd9\x3e\x09\x92\x16\x81\x0e\x73\xba\xd4\x4c\xe4\x2e\xb1\x2b\xda\xbc\x22\x22\x49\x34\xde\xb5\x40\x76\x07\xd8\x06\xaf\x22\xb3\xd0\xda\x8d\x70\x22\xb7\x89\x05\xfa\xf9\x09\x04\xdd\x95\x05\x27\xf4\x20\xae\x7d\x30\x59\x3a\xc9\xbe\x91\xf3\x42\xaa\x5c\xf1\xca\xb9\xf4\x22\xa6\xa9\xcc\x6d\x62\xeb\xcb\xbc\xe3\x27\x52\xa4\xbf\xd2\xd5\xcd\x3b\xff\xf3\xa7\x0d\x63\x1e\xb4\x2a\x56\x97\xcf\x9b\xd7\x3a\x4f\x08\x3a\x94\x6c\xb7\xc4\xc9\xa4\xb7\xed\x07\x20\xca\x8b\x26\xb9\x94\x28\xda\xcf\x03\xc8\x8b\xa6\x5d\xcf\x9a\x93\xfa\xa4\x16\xc5\xc8\xcc\x0c\x73\xf6\x36\x9f\x0c\x91\x6d\x3f\x5f\x80\xb3\xe8\x16\x33\x97\x69\xe1\xe7\x0b\xb0\x2e\xe9\x0c\xe7\xcb\x2b\x8a\x71\x01\x1e\x6e\x16\x63\xe6\x4b\xba\x6f\x7c\x5e\x5a\x11\x6f\x36\xf2\xe0\xda\x32\x30\x5f\x86\xe2\xb9\x9d\x36\xd9\x9f\x07\xc8\xfe\x68\xf4\x45\x1a\xdc\x2e\x9d\xd7\x7c\x59\x99\x4b\x93\x7a\x49\x48\xfc\xfd\xe2\x55\xee\x00\xf8\x2c\x35\xdb\x84\x52\xc5\xd9\x57\xe7\x32\x0c\x78\x0e\x08\x4b\xe9\xd2\x1c\xcd\xb9\x96\xc9\x5f\xac\x23\xa7\x21\x3e\x31\x28\x59\xed\x36\x11\xb7\x32\xa4\xe0\x98\x93\xac\xca\x18\xfd\xc9\x2d\xc9\x76\xe6\x39\x17\x46\xaf\x21\xc6\x81\xda\x07\x22\x76\xe3\x38\xe0\x20\xbf\x7b\x1c\xc7\xc1\x3b\x4e\xf7\x83\xf4\x2d\xdb\xe1\x0f\xa8\x19\xea\xee\x11\x1b\xb1\x35\x68\xe3\x80\x5e\x47\x1b\x31\x8e\x55\x51\x3d\xbb\xc7\x0b\x93\xc8\xfa\x4d\xb5\xce\xe6\x4b\xe3\x80\xdd\x60\x6c\x21\x78\x1c\x48\xa9\x22\x42\x31\x0e\xa8\x7d\xa2\xdb\x51\x7c\x61\x34\xb5\x23\xa3\x4a\x1f\xea\x0f\xa5\x17\x8e\x9f\xdf\x70\xec\x33\x40\x14\x84\x86\x7f\x57\x8c\x9f\xf4\x1b\xf9\x8b\x83\xc7\x23\x9d\xa9\x9a\xe2\x27\x06\xb5\xb6\x19\xe9\x38\xc2\x89\x5d\xf0\x80\xd4\x64\x75\x7f\x80\xf0\x91\xea\x0f\x30\xc3\xc3\xbf\x27\xcc\x83\x5a\x74\xc4\xbc\x48\xf9\x32\x0e\x64\x4f\x19\xde\x94\x18\x41\xd8\xb4\x27\x11\xb5\x6b\xb3\xdb\x1b\xde\xd7\x1e\x45\x6a\x15\x86\x5f\xa0\x44\x53\xfc\xe0\x05\x9e\x68\xce\x91\xea\x96\xae\x39\x21\xd0\x38\x79\x0d\x90\x86\x4e\xe9\x38\xc6\x01\x15\x95\xb4\x79\xe3\x48\x5c\x54\xb7\x53\x4b\x56\xb5\xea\x48\x03\x1c\xbd\xea\x10\x67\x14\x60\x35\x8e\x44\xa7\x3e\xb7\x13\x2b\xdc\x21\x19\x7b\xd3\x0b\x99\xc9\x39\xbc\xea\x70\xc1\xab\xc6\x75\x26\xa9\x53\xc2\xa6\x71\x64\x12\x99\xe1\x07\xf0\x8d\xf7\x24\x19\xb2\xe2\x49\x42\x3a\x19\x41\xeb\x0a\x1f\x9a\xfe\x03\x02\x52\x90\x18\xd3\x32\x25\x49\x9f\x2e\x48\x2b\xf2\x82\x1d\x07\x02\x5a\x94\x56\x7f\x1c\x05\xa7\x2f\xe8\x7d\x84\xa7\x8c\xa0\xf7\x21\x9a\xfc\x00\x0c\x6f\xbc\xf1\x57\x5a\xb9\x71\xa0\x64\xc3\x08\x5a\xe1\xf2\xa1\x71\xf6\xec\x0a\xd1\xd6\x58\x52\xb0\x05\xd1\x2f\x90\xb7\x18\xf1\x0b\xf7\x44\xe0\x22\x70\x25\xf9\xa4\x7e\x72\x4f\x93\x2e\x7d\x1c\x95\xac\xc5\x47\x97\x81\x2b\x9e\xcf\x27\x18\xa5\x1f\x24\xa0\xf5\x4d\x5e\x4a\xe3\xa8\xf0\xfc\x4f\xee\x00\x73\xf2\x49\x61\x09\x88\xe0\xdf\xbc\xfe\x7a\x92\xf5\x81\x95\xd3\x2f\xbc\xb8\xb1\x6b\x07\xe0\xdd\x27\x6f\xaf\x71\x30\x92\xf9\x07\x44\x28\xd3\x46\x14\x04\x8d\x04\x72\x68\x92\x88\x5c\xce\x46\x12\x28\xd3\x86\x17\x01\xf9\x56\x94\x67\x74\x1c\xad\xe3\xb7\xdb\xa9\x9d\x19\x7e\xe1\xc4\xa6\xfb\x05\x64\x78\x36\x9e\xc3\xd9\x6f\x78\x9b\x90\x83\x2f\x9b\xda\xc0\xb5\x4f\xd5\xde\xc6\x01\xcd\x9b\x12\x85\x8c\xa3\x73\x46\x02\xb8\xa7\x7f\xfe\x14\xe5\xa8\x1d\x07\x0d\x7c\xc5\xfd\x91\x8f\x79\x53\xa8\x9a\x33\xc0\xcc\xe9\xf7\x03\x31\x3c\x87\x86\xe9\x1b\x54\x75\x23\x0a\x6f\xfa\xc2\x3c\x2d\x6a\x27\x8f\xf0\xb6\x75\x32\x36\x9f\x94\x8e\x7d\x4a\xda\x16\x06\xc6\x34\xbf\x30\x02\xce\xa6\xba\x5c\x16\x43\x43\x39\x68\xfa\x29\xee\x82\xd7\x5d\xb3\x36\xe6\x00\x0c\x06\x6b\x50\x8f\xed\x37\xce\x85\x1d\x82\xf3\xa4\x10\xd0\xb4\xd8\x27\x19\xec\xcf\x1b\x38\xe2\x45\x70\xb2\x82\x44\xfd\xf9\xa2\xc2\x31\xcf\x1f\x00\xc5\x8d\x1f\x27\x75\x4c\x5a\xbc\x93\x2b\xa1\x79\x31\x7c\xb9\x99\xe7\x43\xd7\x36\x7c\x66\x96\x0d\x72\x08\x84\x8b\x36\x0e\xef\xf0\xb5\x08\xa3\xdf\x00\x75\x4f\x9a\xf7\x45\x49\xd5\xfc\xe2\x93\xc5\xd3\x61\x9e\xca\x9a\x5d\x3f\x4c\xf9\xa2\x38\x55\x04\x26\x44\xe9\xe0\x17\x98\x7b\x59\xd6\xfd\x71\xdc\x6b\x7f\xb4\x10\xcb\xa2\x68\x96\xb0\xdc\x6c\x3c\x2a\xd4\x6f\x87\x31\xfb\x5e\xa7\xdf\x2f\xa0\xa4\x55\xd5\x52\x2c\x59\xb7\xfb\x01\x77\xc3\x8b\xf7\x50\x29\x62\x38\xa1\x60\x1b\x49\x5d\x3e\x44\xd5\xae\xb5\x79\x68\xcd\x36\x54\x0f\x82\x74\xbc\x78\x4c\x0b\xd8\x2c\x52\xb1\x08\x84\xc5\x01\x48\xc7\x4a\xb1\x3f\x0e\x78\xbd\x28\xc0\x7d\x1c\xcb\x42\xe8\x85\x78\x91\x56\xaa\x08\x46\x06\x55\x37\x13\x2d\xe4\x00\xcc\x3f\x2f\xd0\x2e\x6d\x2c\xa4\x8a\xee\x47\xc4\x98\x34\x65\x98\x75\x31\xc4\xe3\x47\x32\x9c\x4c\x8c\xa3\x69\xcd\x85\x13\x7f\x73\x17\x1a\xc7\xe4\xee\xba\x7b\x88\xdf\x12\x48\xc2\xd2\xb8\x0d\x3f\xc0\xa2\x64\xff\xe6\xf5\x50\x87\x33\x20\x5e\x63\x58\x8e\x0c\xcb\xe2\xa8\xd3\x1a\x0e\x0a\x72\xdd\x0f\x78\xad\xd6\x4e\x04\xd6\xf5\x52\x3c\xc6\x08\x81\xa3\xaa\xcf\x40\x65\x81\x56\x32\x04\x64\xce\x49\xfe\x80\x5e\xfd\xfb\x0e\x37\x02\xb5\x6a\x16\x5f\x43\x20\x1a\x0f\x0f\x0a\xea\xb8\xb5\xeb\x23\x30\xff\x9e\x22\x2c\x46\x60\xba\x3d\xd5\xb5\x1e\x81\x85\x1e\x64\x84\x1e\x21\x2e\xb8\x35\x6a\x5c\x8b\xa1\x4f\x22\x19\xa7\xfa\x8c\xb4\xe0\x78\x7d\x23\x1c\xa1\xb2\x5f\x20\xc5\x15\x0e\x05\x96\xee\x92\x97\xc6\x08\xb0\x6b\x2a\x92\x70\x04\x96\x29\xb5\x48\x17\x12\x17\xcf\xbf\xb9\x78\xd5\x0f\xc8\xde\x87\xbb\xa4\x94\xa8\xd3\x16\x96\x61\x53\x87\x29\x40\xcb\x55\xe2\xe1\x51\x79\xc6\x87\x3b\x7d\xf8\x86\x76\x99\xa1\xca\xd5\x98\x92\x3b\xdf\xd0\x0e\xa0\x7a\x69\x34\xa0\xb0\x5f\x8e\xec\x1e\x50\x58\xd4\x50\x21\x61\x9e\x0a\xd3\x8f\x00\xb1\x2e\xfd\xbc\x8f\xd8\x24\x2f\xdd\x52\x42\x19\x13\x91\x59\x46\x25\x64\x47\x28\x0b\x44\xf5\x08\xc1\x4f\x86\x82\x11\x28\xe8\x65\xb7\x63\xa1\x4c\x33\x02\x85\x3b\x5d\xc3\x42\x61\x58\x8f\x37\x83\xa9\x69\xc6\xcf\x83\x8b\xab\xa0\x4f\xea\xda\x3f\x4d\x13\xe2\x5a\x31\xd4\xb0\x66\x0e\xa3\x48\x5d\x24\x41\x9b\x53\xc1\x26\xb2\x7f\x37\x8e\xa9\x79\xa2\xd6\xe9\xf0\x29\xaf\xcc\x46\xeb\x0f\xb0\xb0\xd5\xbf\x79\x40\x8d\xe8\x94\xbe\xc4\xa9\x02\xdc\x9d\x86\x78\x78\x80\x34\xd6\xbb\x47\x6c\x4c\x0a\x2a\x98\x21\x7d\xa9\xb2\xf9\x08\x90\xbe\x7c\x33\x0a\x6d\xad\x9b\x26\xdd\xd6\xba\xf9\x01\x55\x2e\xc6\x86\x4e\x35\xa9\x71\x94\x02\x55\xd1\x17\x9d\xfc\x55\x6c\x27\x50\x82\xea\x46\xc0\x8e\x83\x20\x57\xe9\x11\x3e\x91\x2a\x66\x63\x18\x25\xa8\xe2\x1e\x16\x54\x7e\x01\x6c\xc9\xf3\x42\x2c\x85\x6f\x1e\x01\x39\x91\x4b\x34\x46\xd1\xfc\x69\x20\xe9\x62\xe5\x1b\x5c\x40\x24\x71\xf5\x61\x1d\x8b\xa4\x68\xde\x4c\xfd\x62\x9c\x1d\xb4\xd9\x18\xc3\xe0\x7a\xad\x92\x6f\x23\x8c\x05\x83\x1e\xb0\x4e\x45\xf3\x6e\x9d\x5c\x39\x75\x79\x66\x38\x90\xaa\xc7\x73\xad\x93\xa0\x66\x3d\xd3\x18\x84\x10\x30\x65\x0e\x93\xdf\x93\xeb\xf2\x57\x37\xa4\x70\xe2\xc2\xe3\x25\xa0\x68\x65\x62\x7f\x2d\x2e\xa9\xde\x2f\x5c\x70\x24\x74\x06\x88\x56\x25\x4a\xf8\x0f\xac\x7a\xd1\xdd\xe5\x05\x5e\x5e\xb5\x04\x94\xac\xaa\xb6\x85\x92\x55\xf7\x2a\xb3\x9c\x6a\xf2\x0b\x98\xa0\xa9\x30\xac\x9e\x63\x78\x63\x2f\x72\x0b\xe3\x0e\x65\xb1\xe1\x65\x67\x65\x8c\x66\xe4\x41\x39\xd4\x31\xbc\x8a\x74\x81\xf6\xc5\x33\xdc\x15\x5e\xe8\x82\x0a\x96\xd0\xe0\x79\x22\xf2\x37\x05\x4d\x13\x75\x2f\x46\x75\x3b\xb6\xa1\x7a\x44\xdc\x61\x4c\x4a\x6e\x04\x11\x76\x8f\x87\x22\x66\x26\x90\x4c\xec\x67\x96\x88\x7c\xce\xbe\xa9\x87\xa5\xc4\xd4\xfb\xf0\xf3\x1a\xd5\xef\x83\xfd\x59\x7a\x78\x3e\x89\x29\x98\x29\x33\xbb\x73\xf3\xce\x3e\x27\xf8\xa5\x7f\x63\x02\xc6\xe5\x87\x1e\xba\x26\x1c\x70\x7e\x2e\x46\x05\x4a\x7d\x96\x1c\xe0\x17\x36\x4c\xda\x10\xf4\xab\x3a\x3d\x23\xbc\xd0\x5a\x19\x62\xb8\x36\x37\xaf\x30\xbc\xc0\x2c\xd5\x07\x38\x7d\xf5\xee\x2d\xa2\xe7\x72\xf3\x26\xb2\x3c\x6b\xf4\xa6\x4c\xfa\xcb\x79\x57\x26\x65\x13\xa9\x04\x02\x13\xe3\x34\x77\x3a\xc9\x24\x24\xa7\x05\x58\x4e\x47\xf3\x20\x0f\xbf\xd0\xca\xc3\x11\x6c\xe8\xfa\x12\x99\x38\xc7\xea\xbc\xc8\xd4\x7f\xfd\xe7\x01\x5c\x52\xb3\xbf\x20\x54\xba\xd4\x47\x78\x22\x0f\xeb\x5d\xe2\x81\xcd\x11\xf6\xc4\xe3\x26\x10\x4d\x0f\x10\xce\x5f\xfc\x01\xcb\xaa\xec\xcd\x88\x01\x4e\xdd\xe2\x96\x11\x2a\x44\x69\xe6\x47\x84\xa7\xf1\x68\x6e\xc7\x29\xd5\x3d\x22\x86\x65\x9e\xf6\x07\xd0\x84\x48\x18\x8e\x70\x1b\x1b\x56\x57\x45\x96\x82\x88\x52\x2c\xc4\x4f\x00\x6b\x87\x58\x61\x8c\x5c\x58\xcd\x29\x25\x7e\x10\xf5\x00\x61\x0a\xda\x89\x98\x98\x6c\x42\xcb\x98\xd6\x08\x49\x0f\x90\x32\xc3\x8b\x90\xb8\x6a\xee\xe0\x46\xbb\x20\x62\x54\x9a\x9c\xfe\x46\x44\x54\x9a\x0f\x5d\xcc\x58\x35\x83\xcc\xa4\x7d\x72\xe3\x1a\x31\x2f\x98\x05\x13\xbc\xcc\xc2\xcf\x0b\x58\x47\x1d\xf3\xc8\xa4\x7d\x56\x7e\xc4\xbc\xf6\x5e\x40\xc3\x0f\x4d\xd1\xfb\x23\x52\x05\xd7\x3d\xc2\x49\x18\x34\x2b\x94\x56\x55\x3a\xdb\x11\x19\x24\x6b\x7d\x4b\xcc\x38\x98\xc5\x43\x4e\x0e\xa9\x21\xe0\x59\x36\x74\xb2\x63\x09\xf8\x40\x43\xb2\x48\x97\xd5\xb3\x11\xf6\xc1\xa1\x9b\x6b\x64\x90\x5a\xf3\xd6\xb0\x38\x6a\xf9\x9b\x42\xe3\x23\x22\x60\x76\x48\xea\x8a\xac\xf0\x75\xb8\x77\xa0\x9a\xae\xde\xb1\xf2\x98\xeb\xd6\x1b\x2b\x0f\x98\x51\xad\xc2\xb2\x26\x09\x39\xc2\x0b\x6d\xe8\x1a\x14\x59\xb3\xbe\x1b\xd5\xa0\x76\x53\x16\x9c\x11\xa9\x75\x13\x5b\x8e\x08\x80\xeb\xdd\xa8\xc6\xf4\x31\x72\xbe\x1b\xb1\x51\x19\xab\x5d\x60\x3a\xbf\xe6\x13\x88\xa8\xd7\x31\x7c\x64\xe9\x52\x26\xbf\xa6\x11\x29\x67\xc9\x03\x68\xc4\xf6\x22\xee\xc7\x2f\x4c\x42\xa1\x2e\x90\x91\xaf\x19\x4c\x84\xac\x26\xe3\x0a\x1c\xd3\x7f\xe8\x4a\xef\xc8\xe8\xa9\x0e\x99\x70\x4f\x8e\x72\x23\xf6\x93\x20\xb8\x87\x87\x6f\x68\x5e\x2c\x35\x61\xa5\x6a\xfc\xc4\xa8\x28\x13\xe2\x88\xcc\xc7\xa2\xc0\xbd\x11\xe1\x44\x36\xbc\x19\x83\x47\x42\x93\x40\x08\xeb\xd0\x95\x28\xb2\x48\xbc\x8d\x03\x11\xe9\x58\x7c\xb7\x8f\x0c\x81\xeb\x3e\xb6\x03\xe6\x08\xcf\x02\x75\x51\x87\xae\x3f\x11\xc6\xe5\xf1\xd3\x01\xd7\xd1\x87\x90\x9e\xf1\xcd\x14\x99\xf9\x56\xa4\x2d\x88\x4c\x66\xdc\x4c\x4a\x4e\x66\x22\xf4\x21\x43\xbd\xb0\x9f\x13\x00\x7f\xb0\x61\x55\x71\xbc\x48\x3b\xa4\xe4\x88\x90\x94\xd2\xcf\xb9\x64\xce\xbc\x66\x72\x03\xfb\xef\x90\xdc\x1d\x69\xff\x6d\x26\x60\xa8\x42\x3a\x74\x59\x88\xf4\x10\x6b\x3f\x5d\x92\x16\x48\x4a\x8e\x37\x85\x5e\x63\x3e\x0b\xc3\x47\x2f\xde\x4d\x42\x6e\x54\x5f\xa2\x91\x69\x1c\xad\xb6\x72\xea\x1b\x91\x5e\x62\x16\x46\x22\x14\x57\xc3\x1a\xd6\x78\x2f\x38\xfc\x00\x17\x7a\x39\x20\x8d\x08\x57\xf7\x21\xd9\x3a\x3e\x20\xbd\x12\xc6\xe3\xc3\x64\xb5\x9a\xea\x83\xb8\xfd\xea\xdf\x50\x4b\x88\xd3\x47\xca\x3f\x12\x3b\xe3\xb3\xd6\xce\x03\x80\x44\xf9\x2c\x3c\xa4\x8a\xc6\xaa\x97\x10\xe8\x83\x97\xb2\xbb\x24\xed\x48\x1b\xae\xca\xe5\x8c\x88\xda\x15\xd9\x34\xe1\x25\x99\x31\x0d\x78\x09\x94\x3f\x20\x50\x86\xf2\xe5\x86\x7a\x08\x18\xf8\x7f\x60\x22\xdf\x37\xd4\xd0\x73\xc5\xe6\x1e\xc9\xd2\xbc\x6e\xf4\x84\x97\xa9\x7a\xc4\x19\x51\x25\x4c\x3d\x20\x53\xf2\xcf\xf1\x9b\x3c\x7e\x3e\xbf\x88\xd5\xaa\x26\xf6\x9f\xc8\xd4\x55\x4b\x7c\x44\x24\x2e\x39\x24\x59\xc6\x89\xa2\xd3\x06\x89\xa1\x5d\x9e\xc3\x84\xcb\x9f\x6c\x48\xe9\x58\x10\x16\x3d\x40\x54\x54\xf3\xef\x8c\x2c\x41\xa2\x83\xe9\x80\x29\x5c\xfc\x2a\x1d\x6b\x19\xab\x1e\x50\x23\x92\xfc\xc5\x04\x8c\xc7\xdf\xf0\xa3\x04\x9d\x98\x9c\xb8\x46\x62\x56\x41\x79\x83\x8e\xc4\xe2\x5c\x36\x40\x24\x66\x0d\x94\xdb\xc2\x48\x10\x97\x14\x7e\x30\x12\x0c\xa8\x87\xf8\x4b\x0a\x5c\x33\x77\xb0\xf6\xb5\xe9\xc1\x83\x35\xf0\x07\xe0\xe1\xcd\x1d\x2e\x6c\xd5\x0b\x50\x88\xa9\x78\xd2\x48\x11\x3c\x5c\xd2\x77\x8a\x11\x23\x6a\x51\x51\x0a\xff\xd0\x35\x2d\x31\x65\xa0\x8d\xd4\x29\xf2\x40\xf9\x37\xf4\x7c\xc9\x1d\x52\x70\x49\xee\x11\x3a\x59\x2f\x5b\x24\x99\x16\x51\x4d\x2c\xa6\xdf\x7e\x60\xba\x70\x87\xf2\x10\x37\xac\xba\xee\xe1\x05\x8c\x5a\x55\x38\x9d\x59\x6b\x9f\x12\xe2\x5c\xdd\x5f\x5a\xa4\x4b\x93\xa2\x17\x9a\xea\xe8\x8c\x94\x0a\x7a\xf4\x17\x64\xca\xa2\x7e\x89\x4e\x68\x36\x99\xa6\xc4\x9d\xf2\x0b\xd7\xf7\x5b\x97\xcf\xf4\x09\x7c\xed\x30\x6e\x2e\x79\x4e\x64\x3e\x65\xf2\x5c\x75\xb8\xf2\x12\x18\x59\x21\xd0\xa5\x7c\xb8\xcb\x0b\x65\xbe\xb5\xb0\xf4\xf8\x12\xd5\x4f\xac\x7e\x6f\xab\x64\x2a\x0b\x41\x35\x2d\x16\x66\x55\x9a\xb5\x91\x0a\x82\x1f\x8a\x5f\xa0\x74\xe2\x43\x88\x44\xcf\x87\x2e\x1c\xa9\x80\x52\x35\x77\xb0\x28\xba\x7b\xa0\x18\x2a\x66\x95\x0a\x0b\x3d\xba\x87\x1b\x3d\x1a\x6a\x52\x26\xa3\xf4\x27\xc6\xb5\xc3\x67\xa4\xae\xa5\x57\x0f\x4b\xc6\xd2\xcd\x2a\x55\xaa\x42\x8d\x83\x95\x5c\xd8\x4b\x83\x68\x02\x2b\xc0\x53\x25\x21\x10\x9b\x49\x48\xdb\x77\x04\x03\xc1\x3b\xa4\x27\xda\x40\xf5\x3d\x66\xe3\xda\x1a\xe9\x1a\x15\x1c\x62\xa9\xa9\x2d\x24\x13\x8a\x2c\x0d\xdc\x4f\x1f\x64\xec\xba\x4d\x25\xa6\x72\xf6\xdd\x36\x35\x2e\x96\xfb\x24\xbf\x94\xcc\x9b\x1a\x03\x8b\x35\xb1\x46\xf1\x42\x42\x52\xea\xd4\x68\x98\x00\xb0\xa4\x84\x1c\x72\x47\x5a\x1a\x34\x13\xc5\x95\x4d\x59\xda\x9e\x04\x23\x64\xf6\xea\xf5\x05\x85\x56\xab\x53\x70\x32\x1e\x2d\x61\x4f\x92\x75\x1a\x38\x0e\xc1\x2f\x10\xd1\x74\x9d\x49\x48\xa7\x7c\x78\x0c\x24\xdf\xeb\x46\x93\xa5\x53\x93\x78\x98\x3e\xe1\xae\x59\x9c\x4c\x34\x49\x46\x53\x09\xc6\x07\xc8\x49\x77\xa4\x73\x6d\x99\xc0\x3e\x97\x3a\x52\x50\x9d\x08\x58\xf6\x8e\x2d\x2d\x5b\xf7\x0b\x2c\xce\xa2\xfd\x58\xf2\x9f\x59\x0e\x22\x0a\x8a\x35\xe8\xe9\xa4\xf0\x2e\x21\x33\xa1\x2a\xfd\x61\x5c\xbd\x88\xee\x5a\x88\x0b\x2c\x21\xfe\x1d\x4b\xba\x88\xf9\x66\x41\x4b\x09\x66\x08\x6f\xea\xb2\x25\xb9\xa7\x1b\x04\xde\x3c\xea\x86\xd2\xc1\x38\xc8\x7a\xf3\xdd\x64\xe6\x13\xda\x9a\x6f\x30\xe9\xe6\xf1\x93\x74\x99\xee\x05\x84\xbf\x58\x73\xd6\x3a\xc2\xdb\x7f\xf8\x8a\x9e\x96\xdc\x27\x81\x26\x3d\x58\x05\xd3\x5b\x44\xf5\x07\x6f\xff\x03\x99\xaa\x9b\x18\x3e\x84\x4a\x63\x52\x6f\xa5\x08\x82\x91\x68\x8e\xec\xa6\xa7\xcf\x83\x2f\x04\x36\xf5\x52\x3e\x6b\x0f\xcd\x3a\x66\x0a\xb0\x46\x5a\xb5\x91\x5e\x52\x4f\x33\xae\x17\x48\xed\xb3\xf6\x82\x8b\x48\x20\x4e\x2f\xb9\x88\x59\xe1\xbb\xd6\x56\x30\xbc\x9c\x85\x76\x8b\xae\x73\x72\x24\x1f\x89\xae\x72\xdd\x6c\x82\x01\x02\xb6\x77\xa4\x4f\x0c\x73\xee\xc4\x91\x26\x75\x44\x66\x34\x73\x6d\x8f\x06\x9d\x2b\x5b\xba\x3f\x59\xd4\x70\xaf\x7e\x86\x73\x5c\xb4\xcd\x24\x1f\x8b\x8a\x34\x3d\x00\x16\x69\x43\xf3\x41\x8b\x96\xfa\xcc\x47\xc3\x0b\x45\xbf\x3b\xbb\xf4\x17\x14\x03\xaa\x07\xa5\xe8\x22\x6e\x95\x03\x70\x42\x13\xc9\x81\x63\x0a\xa8\xc0\xe5\x8f\xfa\x5d\x38\x84\xc6\x84\xb4\xa5\x84\xea\x23\x07\x58\xb7\x0e\x7f\x00\x1e\x2e\xd2\x98\xe1\x7d\xe6\x02\xfc\x23\x7f\xc2\x52\xb3\x3b\x59\x8e\x60\xf2\xb2\x1d\x66\x56\x2d\x1d\x3f\x2f\xac\x1e\xb4\x4e\x09\xe2\x96\x84\xe4\xcc\x52\x5b\xf2\x3d\x1f\x39\x91\x06\xfd\x3c\xa0\x2d\x49\x0c\x34\x53\x36\x11\xc1\xc8\x09\x2c\xd9\x5b\x81\x34\x4c\x36\x2d\x65\x4a\x26\xa2\x83\x39\xad\xed\xd6\xba\x31\xe9\xb1\x35\xeb\x39\x71\xe5\xc5\x2e\x73\xe6\xbc\x05\x53\x5e\xa7\x4f\x30\x50\xba\x11\x51\xc9\x19\x42\xa1\xd4\x59\x39\x13\x29\xdd\xce\x20\x15\xc3\x40\x87\x30\xdb\x93\x33\x64\x15\x25\x2d\x1c\xb9\x40\x2e\xcd\xfe\xfd\x6d\xbe\x8f\x77\x2e\x14\xad\xc5\x7f\x33\xf3\x1f\xd9\xa1\x29\x17\xac\x83\xae\x96\xb9\x60\xf3\xb2\x7f\xdf\xfc\xc0\x5d\x42\x06\xf0\x29\x28\xdc\x4c\x49\x22\x99\x92\x89\xce\x7f\x66\x05\x0a\x6b\x9e\x73\x25\xd0\xda\x9a\xba\x36\x57\xeb\x50\x79\x0a\x82\x1f\x70\xb3\xb4\xb0\x95\x5c\xcc\xeb\xc0\xb0\x47\xf9\xf1\x8f\xcc\x92\x13\x8a\x29\x1d\x99\x71\x90\xf2\xca\x1f\xb9\x01\x4c\xef\x66\xa3\xb6\x5b\x02\x54\x6e\x24\x64\x62\x84\xb9\x01\xc5\xbc\x96\x0d\x87\xd7\x40\x50\x0c\x29\x7f\x93\x9a\x6e\xe4\x06\x3a\xfb\xd3\x39\x96\xb5\x18\x3c\xdc\xb9\x24\x2b\xe4\x0e\x64\x93\xb4\x91\x99\x7d\x58\xa9\xf8\x46\x66\x82\x35\x85\xe4\x8e\xf2\x81\x97\xcc\x91\x4a\xa3\xc2\x57\x5b\x5d\x96\xed\x52\x8c\xbc\xb4\xb5\x68\x7a\xd0\x99\xdc\xa7\xe9\x37\x76\x4e\xb2\x42\x01\x10\x0a\x23\x1e\x65\xc3\xa0\x31\x3b\x95\x1d\xcd\x0f\xb0\x66\x22\xd4\xa5\x53\x32\xd6\x21\x2a\xc8\x81\xac\x6c\x05\xa3\x74\x6c\x7d\x75\x3b\xf2\x65\x04\x83\x44\x47\xa1\x66\x18\x26\x9c\x2a\xf5\x9b\x05\xf4\x3d\xeb\x81\xfb\x71\xf7\x6f\x28\xa1\xb5\x11\x85\x32\x98\x54\x00\x65\x80\x90\x54\xb7\x2f\x06\x28\x08\x4e\x20\x52\xf5\x6f\x2a\x89\x74\x28\x0b\x7d\xba\xa4\x3b\x29\x27\x63\xbf\xb4\x26\xb0\x5a\x9a\x42\x97\xb3\xa0\xd8\xb9\x7f\x57\x6e\x9c\x3b\xe0\x22\xba\x03\xf0\x47\xf1\x88\xb2\xc4\xab\x62\x90\x2e\x2a\x11\x0c\x12\x6b\x8f\x7b\xeb\x4f\xa0\xa3\xb8\x7a\x41\x3d\xfe\xa4\x02\x3b\xa3\x40\x01\x17\xfd\xc1\xb5\x08\xb0\x80\xb8\xe8\xc9\xe2\xad\xa6\x88\xd6\xdc\x03\x73\xeb\x48\x79\x56\x2e\x90\x9a\xe6\xdf\x38\x3f\x62\x8e\xe5\x22\xc3\x35\xba\x5d\x38\x23\xa2\x13\x85\xb5\x65\xed\x52\x52\x28\xb5\x79\x6b\x6e\x8a\x16\xa2\x66\x05\x62\x9b\x3d\x4a\x0a\x7d\xc4\x14\xf8\x32\x0a\x7d\xc4\xec\x39\x51\x6e\xe0\x5f\x73\x0f\x0c\x54\x96\x40\x54\x6e\x42\xad\x69\xdf\x5c\x49\x2d\xd4\xca\x38\x2c\xd1\xa3\x3c\x24\x77\xe2\x76\xe5\x01\xc6\xfd\xbc\x00\x3a\xe3\x11\x1e\x60\xe0\xcf\xfb\x1d\x0c\x5a\x20\x2e\xa1\x4e\xf2\x51\x79\x28\xcb\xf8\x94\x3d\x80\xb1\xfb\x05\xf2\x36\xc9\x60\xe5\xe1\x29\xf2\x3a\x3c\xa4\xea\x92\x1c\x0b\xab\x8e\xd9\x59\xa3\xbc\x20\x48\xfe\xe2\x05\x6d\xd0\x55\xa5\xbc\x54\xf3\x88\x43\x17\xca\x7d\x3e\x78\x4b\xee\x13\x05\x2e\x88\xc9\xc8\x26\x0e\x15\x45\xd8\x95\xdc\x79\xd4\xb0\x10\x22\xea\x01\x09\x96\xc4\xf4\x4a\x51\x44\xd7\x9f\x1a\x23\x5f\xf0\x83\x05\x95\xba\x88\x38\x3b\x32\x5a\x55\xa8\x59\x94\xab\x6f\xd4\x48\x01\xd9\x5d\x32\x1d\x83\x5d\x27\xea\x27\xac\x24\xbb\x31\x54\x2a\x41\xac\x81\xaf\x89\x34\x4e\x24\xa6\x7e\xb2\xc6\x8f\xca\xae\xb2\xec\xa7\x9d\x86\x6b\xa2\x09\xbe\xf8\x8d\x0f\xd3\x15\x75\x3b\x2a\xea\x2d\xf8\x26\x59\x33\xef\x2f\x42\xec\x9a\xb1\x1b\xe3\x6f\x4a\x17\x8d\x0a\xb3\x9b\x72\xc2\x8d\x0a\xff\x25\x95\x49\x18\x35\x03\x7d\xa4\xe4\xac\xb0\x91\x59\xc4\xac\x19\xbc\x4a\x36\x8a\x5a\x80\x2b\x92\x31\x2a\x0b\x63\x59\xdd\x5f\xcb\xda\x05\xed\x5b\x21\x6f\x12\x95\xad\x9f\x18\x92\x94\x93\x66\x54\xea\x43\x86\x3f\xc0\x29\xd3\xdd\xa9\x52\x2a\xd1\x6d\xab\x16\x82\xa4\x05\x5a\x46\x2e\xcf\x01\xb9\x17\x6c\xa8\xae\xc8\x04\xab\x4c\x60\xa3\x56\x6a\xa3\x35\x00\x8c\x5e\x4a\xe8\x3b\x6a\xfd\x0e\x65\x38\xfc\xfe\x89\x5c\x65\x02\xb0\xde\x68\xf7\x78\x44\x55\xf1\xca\x0a\x4f\x71\x5b\x97\xea\x27\x6e\x34\xbb\x18\xd4\x06\x03\x7f\x76\xfb\x5a\x33\x41\xd0\xe0\xfc\xae\x5b\x77\x45\x35\x76\xbb\xd3\x55\x8a\x27\xd2\x15\xd4\x86\x9a\x7c\x3e\x4d\xf0\x54\xb2\x1b\x76\x65\x06\x48\xbb\xaf\xd4\x46\xd1\x2f\x79\xc4\x07\xee\xf6\x1e\x71\xcd\xc9\x5f\x90\x20\x1b\x2f\x3b\x0f\x8b\x48\x78\xed\x2b\x63\x9b\x36\xba\x53\xeb\xe8\x43\x4f\xf7\x71\x2b\xf0\x2a\xbc\x9f\xac\x63\xaa\xa8\x8b\x35\x8c\x2a\x10\x21\xac\x5c\xa8\xcc\xf4\x60\x97\x97\x0a\xb3\x9c\xa2\x23\x47\x85\xef\x93\x65\xe2\xda\x51\xd8\xcd\x0b\x07\x91\x22\x4b\x0a\xaa\x48\x23\xab\x74\x48\xa3\x0e\x0a\xb4\xba\x6b\x54\x94\xc1\xca\x9e\xe4\x28\xe8\x50\x33\x60\xcd\x84\xe1\xd3\x39\x1a\x5e\x10\x2e\x8c\x8e\xdf\x9a\xd2\x60\xb6\xce\xe6\x0f\xa8\x2f\x34\xfe\x23\x02\x54\x25\x3e\x46\x85\xef\x94\x4a\x4a\x8d\x3a\xa0\x01\x37\x59\x63\x4d\x05\x5b\x8c\xea\x49\xf4\xd3\xb2\x9f\x88\x09\x32\xfa\x9d\x6b\x1b\x34\xe2\xc9\x12\x1b\xa2\xdf\x95\x6a\x1f\xdb\x67\xea\xc9\x59\x69\x4c\x7a\xa2\x8b\x2d\xd5\x25\x96\x48\x52\xaa\xe7\x89\x0f\xfc\x9b\x17\x45\x6f\xed\x09\x63\x87\x51\x1c\x5a\x20\xeb\x3b\xea\x72\x97\xf2\x31\xff\xa4\x92\xa6\x32\xc1\xa3\x5e\x38\xa5\xde\xba\xab\x7d\xb3\xf4\xa1\xbb\x78\x06\x7c\x8c\x2f\xd6\x17\x70\x87\x37\x64\x31\x81\x08\x99\xa4\xdb\x6b\xb8\x22\xe6\xb3\x9a\xc1\x50\x93\xd4\xdc\x9e\xe1\xf6\xac\x65\x84\x3d\x30\x79\x4a\x48\x16\x99\x24\x78\xd5\x9b\x6e\x1a\x5a\xe5\x4f\x20\x71\x7d\xc6\x51\x99\x16\xcb\xe6\x94\xfa\x09\x24\x4d\x81\x88\xa3\xd2\x89\xdd\xbb\x02\x79\x24\x98\xd0\xdd\x2f\x7e\x0b\xa0\x07\x19\x48\xbd\xcf\x2c\x79\xaa\x92\x4b\xa3\x42\x1c\x09\xde\x46\xf8\x4a\xa9\xaa\xc3\xa8\xac\x02\xe6\xab\x75\xfd\xe4\x91\x9c\xd2\xdf\xf1\x9e\x67\xed\x80\x26\x8c\xac\x91\xd5\x88\x09\xd9\x25\xfc\xfc\x5e\x3b\xe0\xf1\xe9\x26\xe8\x25\x5c\xb2\x8b\xc4\xc2\x8a\x9c\x15\x16\x5d\x2a\x7c\xa7\x7e\x4e\x17\x04\x8f\x18\xdd\x4e\x44\xf5\x26\x22\x2d\xa4\xfd\x71\xeb\xbb\x7c\x0d\xf4\x9b\x77\x02\x09\x3f\x75\x22\xcd\xab\x19\x3a\x8b\x92\x29\x41\xc5\xa8\xf0\x97\xb7\xfa\xa2\x4e\x54\x99\xf0\x2c\x11\xda\x69\x13\x70\x9d\x40\x03\x09\x6c\x75\x2e\x34\xf0\x0b\x1f\xc3\x54\x6e\xb3\xd1\x60\x17\x4c\xba\x84\x34\x46\x6e\x7a\xd2\xed\x58\x84\xd7\x5f\xe0\xec\x44\xff\xa6\xa2\x48\x1b\xdd\x60\x38\x54\x8d\x9d\xd1\x8e\x06\x17\xb6\xae\xdf\xa0\x62\x3a\x0a\xed\x58\xcb\x98\xf5\x00\xa9\x14\x74\x01\x68\x07\x2b\x6a\xfa\x37\x50\x53\xfb\xd0\x60\x77\x54\xf2\xed\xd1\x42\xc0\xef\x43\xbf\x13\xde\x17\x00\xcc\xdf\x65\x97\xd3\x16\x00\xb1\x6e\x56\x0d\x86\x44\x0b\x77\x2d\xac\x55\x14\xc8\x0c\xc5\xb4\xe3\x61\x83\x69\xd1\xca\x8d\x16\x28\x39\x67\x0f\xc1\x90\x3c\xfd\x66\x31\x31\x33\xc9\x16\xb1\xac\xd2\x01\xb6\x88\xa0\x5d\x49\xf7\x2d\x52\x3a\xac\xfe\x00\x54\xd1\x3b\x99\x40\xf4\x24\x38\xb4\x25\x80\x0a\xdf\x1b\x0d\x79\x06\x29\xc1\xb8\x3f\xdc\x5e\x19\x35\xa7\x75\xfc\x04\x52\x97\xc5\x1a\x2d\x71\x59\xb4\x0a\x09\x36\x68\x61\x6f\x83\x74\xd9\xed\xef\xd9\x20\x5d\x06\x23\x57\xe6\x88\x6e\xc7\x9c\x3d\x40\xc6\x3e\x64\x77\xd8\xd8\xa1\x3b\x00\xea\x64\x77\x00\x88\x74\x82\x5b\x5e\x79\x59\xdd\x23\xf8\xdb\x70\x07\xeb\x02\xa3\x39\x64\xb0\x0e\xc9\x19\x8d\x5e\x59\x3a\xc2\xad\xd0\x5d\xd9\xed\x85\x57\x64\x3f\xa8\xc8\xff\xa4\x11\xca\x82\xd9\x2f\x50\x4b\x25\xb1\xb9\x41\xb7\x66\x27\x8a\x56\x78\x0d\x6b\x7e\x70\xb1\x0b\x3f\x00\x6d\xcb\xfe\xfd\x22\x14\x4f\x63\x42\x95\x16\x7c\x02\x11\x20\x99\x7d\x00\xe0\xa9\x65\x75\x7f\xab\x74\xa8\x6b\xfe\x80\x1b\xa1\x55\xa1\xd4\x6a\x54\x59\x1e\xf7\xa2\x74\xad\x72\x23\x84\x8c\xc8\x38\xa6\x64\xcb\xa3\x55\x92\xeb\xe0\x11\xc0\x7e\xbc\x08\x70\xc1\x37\xe5\x6b\x75\x51\x67\x81\xd0\xa8\x59\x10\x29\x6b\x6d\x01\x2d\xa0\x20\xe9\xda\xe8\xd5\x96\xef\x97\x88\x67\x6b\xc0\x0e\xdd\xc0\x5a\xc3\x89\x29\x1e\xe2\xe2\xce\xfc\x4d\x4a\xee\xd1\xa0\xb6\x53\x52\xe1\xd1\x1a\x2f\x5f\xa6\x94\x4b\xaa\x35\x1d\x63\x69\xb0\xee\x4f\xa0\x9c\x73\xe8\x59\xfb\x64\xd8\x66\xe5\x49\xeb\x60\xa1\xc5\x1d\x60\x1b\x24\x69\xb7\xce\x1b\xfc\x4f\x07\x5c\x55\x6d\x03\x1c\xc9\x1c\x11\xd0\xc6\x12\xc6\xd4\xc3\x58\x67\x5c\x5f\xb0\x2c\x97\x0d\x98\x0d\x32\x66\x33\x6d\x1c\x14\x93\x8d\x9d\x63\xa1\xab\xbb\xc0\xc2\x48\x8e\x6e\x34\x15\x3a\x7a\xb6\x8d\xb5\x30\x02\xfb\x64\x6d\x0b\xcd\x9b\x9a\xaf\x68\x62\x77\x82\x62\xfb\x88\x9c\x58\x08\xcf\x0b\x9a\x2c\xeb\x67\x1a\xdc\xf1\x7f\x80\x3e\xa9\x10\x37\x36\x9d\x2c\x10\x69\x7c\x3b\x17\x21\xd0\x2c\xae\x75\x4c\xd5\xc7\xb5\x26\xee\x07\x54\xbb\x9b\x60\x32\x01\xaa\xaf\xd7\xed\x5a\x33\x17\x5c\x74\x89\xb7\xd5\xb4\xdd\xd4\x1e\x1b\x8e\x9b\x33\xd5\x20\x37\x67\xaa\x2e\xe9\xf5\xd5\x3d\x55\x18\x10\x6d\x57\x6b\x37\x3d\x1d\x4c\x54\x97\xe4\xe7\xc5\xa2\xe4\xe7\xb3\x0b\xfb\x61\xb7\xab\x59\xbb\x17\x26\x7b\x50\x5e\xd8\xbc\xfe\xcc\xee\x61\xf3\x5f\x63\x05\x7c\x0b\x1e\xed\xa1\x7a\x54\xf3\x78\xc8\x63\x2d\x05\x3c\x6b\x22\xda\x92\x25\x0f\x5a\x0e\x60\xa2\xf0\x28\xf5\x53\x7b\xa8\x43\x33\xf5\xa6\x8c\xe7\x03\xbe\xf4\x53\x5e\xbd\x25\xe3\x49\xdb\xd4\x96\x3a\xca\x98\xf5\x2e\xc0\xf5\xc9\x4b\x5d\xb4\x57\x1c\xa9\xbb\x6d\x5c\x69\xef\x8b\x94\xe8\x6e\x27\x36\x4b\x0f\xd7\xe6\xea\x52\x6f\x4c\xb0\x3d\x9f\x18\x54\x96\x4d\xc9\xed\xbc\x33\x75\xbf\x80\x73\x6f\x4c\x9b\x40\x02\x63\xef\x92\xe2\x3c\x71\x18\x1d\xed\xc4\xdd\x50\x57\x56\x49\x71\x47\x3f\x02\xd4\x22\x4d\xbf\x51\x45\x56\x0c\xa1\x7f\x42\x5d\x3c\xb4\x9d\x9d\x51\x8f\xe3\xe7\x05\xb2\xb9\xac\xdf\x15\x81\x43\xee\x90\x0c\x41\x97\xe5\x0e\x8b\xa4\x12\x5c\x8f\x7e\x90\x4a\x74\x0f\x81\xbd\xeb\x1e\x81\xf2\x79\x32\xcc\x6b\xef\x3c\x06\xc4\x3a\x61\x65\x0f\xb0\x32\x68\x6f\x7b\xe0\x15\x4a\x20\xa0\xd2\xbe\xb9\x5e\x0f\x0c\x89\x76\xfb\x9a\xa4\x1f\x90\x18\x8a\x0e\x75\x94\x9d\x55\x52\xf6\xd1\x03\x54\x21\xc3\x3d\x92\xfe\x36\x7f\x00\x36\x27\x81\xa5\xd3\xc3\xcc\xe1\xe1\x3d\xac\x49\xed\xad\xed\x0c\xa9\x74\x7c\x6b\x87\x2a\x32\x08\xe9\x7b\x24\x9b\xeb\xe3\x6f\x98\x52\xa7\xd4\xe8\x6d\x40\x80\x66\x1f\xc9\xe3\x91\x29\xfe\xf4\x4f\x9b\x98\x27\x15\x59\x4e\xc3\x00\x21\xc8\x41\xd7\xb4\xbe\xcc\xb2\x5e\xf7\x65\x96\x15\x39\xef\x90\x3c\xed\x0f\xd4\x61\x74\xb5\x4a\xa0\x27\xde\x10\x84\xcf\x3d\x41\x03\xe0\x1e\x13\x68\x9a\x4e\x54\x47\x78\x66\xb6\xd1\xa0\x7f\x92\x66\x52\xd9\xd8\xd1\x13\xe2\x7c\xa2\x3b\xc0\x99\xed\x86\x80\xcb\x2e\x32\xdb\x33\x4f\xb9\x8e\x58\xa7\xa8\x69\xf4\x5c\xa2\xa6\x0e\x69\x5f\xa2\xa4\xd1\x0f\xda\x4e\xb3\xd2\x8e\x68\x4d\xa7\xb5\xe8\xd0\x6e\x5a\xb2\xec\xac\x53\xe3\x24\x39\x9d\x65\x69\x8c\x3c\x85\x7b\xa5\x49\x14\x5a\x46\x7e\x1e\xc0\x3d\x6c\xb8\x47\x68\x3f\x8d\x5c\x85\x04\xf3\xe7\x03\x78\xf1\x18\xe3\xa1\x1d\xf5\x45\xa9\x17\xc4\xa9\x8b\x4d\xf6\x0a\x43\xf3\xf0\x6f\x1e\x08\x09\xe4\x9d\x72\x9f\xee\x14\xbd\x72\x51\xbc\x53\x14\xeb\x44\x1c\x3b\x13\xcd\x46\xe3\x42\x03\x7f\x33\x88\x0d\x08\x2b\x92\xde\x4f\xf8\x33\x4a\x70\xec\xd4\xf5\xf8\x7b\xba\x80\xdb\xb4\xdd\x4f\xd2\x0d\xdd\x01\xfa\x49\x66\xe5\x33\x70\x62\x23\xa4\x03\xeb\xcc\x5c\x60\x43\x5b\x47\x78\x9d\xd3\x10\xf4\x8b\x2a\x53\x6f\x1d\xd5\x41\x5e\x17\x96\xd4\xb4\x7d\xa8\x5f\xd4\x43\xff\x8c\x41\x72\xf7\xd3\x27\xbd\x00\xdc\xc7\xcd\x14\x9b\xd9\x0f\xbe\x95\x71\xe0\x7b\xbf\xb9\x32\x5a\xca\xe5\x11\x6e\x84\x83\x68\xe0\x88\xef\x7e\x2f\xa8\xfc\xc5\x82\xca\x0f\xb8\x78\xc5\x63\x90\x3e\x99\x1a\x3c\x2c\x92\xa2\xed\xf9\x38\x6c\xfd\x19\x03\x3a\x92\xe2\xa5\x7b\x59\x14\xc5\xb3\x58\xfc\x54\x82\x7d\x87\x5f\x8f\x9d\x72\xfb\xcb\x8b\xae\x91\x92\xc5\xdd\x93\x27\xfe\x52\x41\x68\x72\xf0\xae\x20\x7e\x2d\xf7\x3b\x30\x73\x77\xc1\xdb\x45\x31\x58\x17\x5e\xf0\xef\xe7\x9f\x3f\xd9\x3c\xbb\x7f\x3c\xbc\x24\x53\xc5\x17\xb9\x4c\xcc\x7b\xa8\x66\xd1\x85\xab\xcf\x05\xb4\xf6\x77\x42\x52\x37\x3f\x9c\x0b\x66\x7f\x41\x75\x9a\x40\x44\xe2\x01\x3b\xbf\x75\xa4\xd0\x52\x11\xe0\x31\x96\x0f\x90\x40\x1c\x07\xd1\xc1\x2f\x14\x10\x55\xb7\x53\x7e\x12\xc5\x1a\xcc\xf4\x69\x45\xff\x38\xb8\x4a\x45\xbf\x11\x05\x2d\xf3\xca\x40\x86\xac\xe4\x40\xab\x01\x97\x20\x2b\x08\x06\x8b\x3e\x9a\xdf\x8d\x8f\xa3\xb6\x78\xfc\x95\xa7\xc2\x08\x2c\xe2\xef\x8f\x33\x3e\x16\x78\x81\xf8\x2c\x9a\x3c\x3e\xee\xda\x1c\x17\x3e\x96\xc3\x90\x8e\xe1\xf8\x78\x65\x8b\xba\xfd\x0f\xb0\x4a\xc7\x85\x8f\x65\xb5\xd3\x09\x19\xe0\x86\x8e\xda\x1d\x71\xed\x92\xbf\xf8\x28\xaa\x6a\xfc\x8c\xc1\xf0\xb9\xe2\x76\xde\x08\x3d\x09\xd4\x80\x8c\xba\xcc\x0f\x38\x4b\x1b\x51\x46\x22\xfa\x4b\xaa\x1d\x74\x86\xb6\x8d\x6e\xa4\x35\x6d\x01\x95\x28\x44\xf8\x01\x12\x64\x96\x24\xec\x1d\x4b\x8f\x22\x89\x7d\x40\x8f\xe2\x78\xca\x91\x3f\xdc\xb0\x4d\x68\x64\xd2\xed\xe6\x2e\x89\x2c\xc3\x5d\x52\x7b\xf4\xf3\x00\xc8\xa2\x7b\xe0\x00\x77\xb3\x44\x39\x60\xcb\x73\xc0\xdc\x40\x2a\xf5\x92\x8c\x9f\x99\x77\x1d\xb1\xb3\x51\xb0\x5b\x92\x41\xc7\x32\xde\x89\xf4\x8f\x42\xa8\x85\xc0\x1f\x7b\x6b\x0e\xa6\x1d\x85\x29\xde\x86\x5f\x58\x2b\xe5\x1e\xd6\xf6\x08\x2a\xe4\x56\x2f\xc9\x38\x5f\x28\xac\xfc\xbc\x31\xf9\x86\x3a\xad\xe4\x06\xe2\xa2\x03\xbe\xb2\x49\x7a\xb4\x41\xa3\xca\xcf\xef\x35\xa8\x7a\x60\xd6\x4c\x27\xba\x19\xdf\x85\xd7\x55\xf4\xc6\x58\x46\x14\xd1\xfe\x71\x92\x9c\x48\xe8\x1b\x27\x97\x42\xab\x7f\xae\x0d\xd4\x18\x08\x40\xcf\xc9\xbf\x3f\x81\x47\x45\x44\xc6\xb8\x28\x46\x9a\x3c\xc0\x11\xa3\x38\xe3\xd4\xb8\x70\x38\x6c\xb2\x18\x28\x09\xf2\xb3\xdc\x1f\xd7\x4b\xb6\xb2\x0c\x96\x08\xb1\xc9\x62\xc0\xcf\xc2\xe1\x1d\x63\xd9\x34\x9a\xbf\x98\x7c\xa0\x2e\xef\x95\x2b\xcd\x0f\xd6\xc4\x05\xe6\xc7\xe4\x7e\xee\xc3\x03\x4c\xce\xaa\xdf\x01\x4f\x0c\xc7\x98\x0c\xb0\x34\x47\x6c\x0c\xdc\x76\x4b\x32\x51\xc3\xcd\xf4\x07\xaf\x1f\xd0\x08\xe9\x28\x07\xcc\x14\x0e\xb8\x18\x74\x7d\x75\x06\x93\xb1\x2e\xaa\xdd\x3d\xc2\xf2\xe2\x03\x0c\xdf\x58\x87\x1a\x0c\x96\xf2\xf0\xfd\x6f\x3c\x27\xbb\x34\x0c\x38\x4b\xa6\xf5\x4c\x96\x6d\xcb\xc7\x80\xf3\xac\x83\x3a\xc6\xc3\xb3\xd4\x0d\xd4\xc4\x0b\xea\xf1\x5d\x94\x59\x40\xc0\x8b\xc2\x5e\xa8\xe3\x6d\x1c\x42\x5d\x4e\xa2\xb9\x98\xea\x98\x98\x86\x38\xf9\x98\x6b\x1a\xfe\x02\x50\x8b\x83\x0d\x96\x46\x76\x8c\xec\x40\x31\xa8\xac\x69\x9e\x07\x96\x5a\xca\xd7\x93\xa6\x83\x24\xfd\xf1\x79\xd0\x83\x45\x07\xe5\x3c\x40\x1c\xad\xcf\x3d\xc1\xe4\xec\x84\x75\x1e\xcc\x4c\x5a\xfd\x80\x9c\xbe\xbb\x8b\x8b\x5d\xfc\x95\xce\xee\x3c\xa8\x07\xfa\x81\xe0\x85\x74\x62\x00\xb0\xd0\x12\xec\xce\x40\x7d\x81\x8e\xee\xc9\xb0\x24\x4b\x61\xe7\xc7\x13\x7f\xbc\x14\xcf\xb0\x44\x05\xfd\xae\x5c\x85\xa8\x07\xe3\x9f\x3f\xdd\xf1\x35\x67\x58\x53\x1a\x7a\xf0\x72\x4a\xea\x22\x72\xef\xc4\x85\x4e\x32\x3a\x6b\x53\xcf\x15\x07\xae\xe3\x7f\xc2\x5f\xa5\xd8\x73\xeb\x64\xe0\x90\xf5\xd4\x27\x12\x58\xdb\xf5\xf9\x8c\xdc\x6e\xf5\xf0\x5d\xe2\x92\xa5\x87\x73\x71\x36\x9d\x83\x93\xe5\x44\x1c\x5a\x7b\xf2\x5a\xe7\x20\xd5\x33\xad\xa9\xfb\x8d\x8f\xc2\xdb\x7a\x75\x32\x96\x3c\xfd\x7c\x01\x76\x2a\x05\xe9\x99\xc1\x43\x24\xd7\x9d\x4c\xbe\xa8\xac\xda\xe3\x24\x27\x94\x30\x79\x66\x48\x4d\xd2\x98\x9e\x99\xa7\x79\xf8\x05\x60\x98\xc4\xd3\x93\x9c\xd1\x0a\xd0\x33\x13\xcd\x87\xc7\xc4\xe1\x94\x58\x75\x66\x52\x77\x0d\x51\x16\x4c\xea\x12\xce\xb5\xaa\x71\x3b\xce\x42\x2c\x17\x2f\x3d\xc9\xf8\x24\x4c\x9e\x85\xeb\x24\xfe\x7d\x16\xae\x93\x60\x62\x26\x68\xb3\xce\x13\x26\x02\x95\xac\x19\x27\xbc\x6f\xa3\xb4\x6d\x27\x8b\x8f\x8e\x9f\x17\x80\xd7\xa2\xb3\x27\x7c\x69\xed\xe9\x75\x42\xe1\x6f\x3f\xa0\xb3\x02\x44\xe9\x70\xcf\x0a\xf1\x40\xf7\x82\x13\x9e\xb5\x3f\xe7\x12\xf7\x3e\x3b\x5f\x9c\x08\xdd\xb0\xfb\xe5\x79\x92\x26\xea\x86\x7e\xb2\x86\x95\x15\x86\x27\x3c\x09\xcd\x7e\x4e\x5e\xe3\xac\x30\x3c\x4f\x72\x17\xd1\xbc\x13\x56\x7d\x1b\x9c\xcf\xc5\xe1\xbc\xf0\xd7\x5a\x78\xbf\xc1\x1b\x92\x4f\xf3\x45\xb6\x2a\xa8\xa8\xe3\xfd\xc1\x2f\x16\xb9\xb2\x2e\xef\x24\x13\xac\xfe\x0d\xde\x6e\x4d\xd9\x89\xea\x0f\xb6\x2a\x9f\x5b\xc3\xab\x31\xef\x45\x05\xd5\xc5\xcd\x24\x4c\x5a\x09\x7a\x1f\x3a\xba\xed\x44\xd6\x93\x68\xd5\xd8\x89\x38\xde\x9f\xbb\xe2\x79\x63\x7b\x25\x20\x9e\x70\x1e\x1c\x3f\x44\x86\x6c\x50\x02\xe1\xc9\x3a\x8e\x8e\x8d\x3c\x59\xc2\xca\xa1\x8a\x27\xea\x36\xfe\x5c\x2f\x4f\x2a\x6c\xad\x2e\x3b\x11\xdc\xeb\x08\x82\x13\xb1\xbd\xed\xa7\x07\xae\x5d\x32\x10\x37\x5e\xd0\x07\xef\x82\xd2\x0f\xb8\x61\xde\x8f\x77\x41\xa5\x2d\x45\x3e\x66\xdb\x1a\xce\xc5\xe7\xc4\x3a\xcf\x77\xed\xa0\x96\x1b\xc1\xbc\xc9\x14\x9f\x57\x43\x71\xeb\x93\xc1\xbd\xd6\x69\x9c\xc8\xd0\x9c\xc5\xff\xcf\x17\x34\x49\xbc\xf8\x7c\xb1\xd6\x6e\x9f\x58\x5a\x31\xd6\x13\x57\xc3\xd8\xff\x2a\x0b\xc3\x39\x49\x33\xa5\x66\x3a\x27\x8e\xbe\xb8\xf0\xc9\x8a\x14\xc9\x27\x99\xba\x5f\xeb\x64\x4e\xf2\x69\xb1\xe5\x93\xa9\x52\xac\x21\x39\x59\xb4\xd1\x1a\x92\x8b\xb1\xbf\x56\x80\x5c\xc7\x22\x61\x59\x0f\x22\x37\xdf\x9f\x24\x82\xe1\x37\xb0\x11\xe2\xc3\x17\xf3\x31\xfb\xca\x7d\xa1\xce\xc4\x61\x84\xba\xc0\xa9\x0f\xef\xf6\x45\x66\xec\xb8\xd0\x8b\xcc\xd6\x61\x9e\x57\x20\x96\x4a\x82\xb8\x02\x8f\x86\x98\xe9\xc5\x3b\xa3\xb8\xf1\x15\xd6\xa8\xee\x13\x84\xaa\xfb\x37\x91\x52\x22\xc6\xc5\x5a\x8d\x8e\x02\xbc\xc2\x32\x0d\x69\x6a\x01\x1b\x2e\xee\x7b\xb1\x78\x57\x12\xe9\xba\x22\x88\xa5\x38\xc6\xc5\x6b\xa6\xb3\xa4\x5d\xd0\xb1\x0e\x07\x40\x5e\x71\xa5\xf5\x11\xdc\xcc\x94\x6c\x76\x7b\x7d\xec\xb6\x24\x1d\xb6\x2b\x7d\x04\xdb\x4a\x92\x0b\xcc\xf6\xf8\x59\x2b\xba\x8f\x5a\xfb\x73\xa1\x2e\x83\x23\x03\xae\xc4\xa2\x30\x82\x81\xce\xa2\x8e\x3e\xbd\x70\xcd\xb4\xcf\xd2\x85\xc4\xc6\xf6\x1f\xbe\xc0\x5b\x9d\x21\xe4\x82\xb5\xde\x69\x78\xaf\x8f\xb5\x26\x87\xd5\x5f\xb9\x13\x44\x3f\x58\xcb\xe0\x11\x78\xf6\x8a\xbb\x9c\xe8\x52\x2b\xf9\xf1\xd6\xe6\xcb\xda\x85\x88\x5a\x15\x5a\x1b\x57\x59\xab\xa0\x0e\x3e\x4e\xd9\x7c\xeb\xb9\xc0\x28\xed\xb5\x7f\xf1\xc6\x68\x0f\x59\x96\xfa\x6f\xf6\x8a\xbe\x18\x76\x62\x55\x0f\x6a\xfd\x7f\x50\x6b\xd0\x4a\xa2\x24\x91\x81\xc5\xff\x7f\x54\x1b\x57\x5d\x33\xd7\x3c\xa8\x27\xb5\x6e\x06\xd5\xfd\xb3\x03\x70\x50\xbd\xbf\xdb\x60\x79\xb5\x75\xde\xfc\x80\x8b\xed\xdf\x05\x1f\xa8\xc3\x46\x1e\x21\x0e\x8f\xea\xfd\x5f\x0f\x82\x92\x25\x37\xed\x31\x89\x5a\xfc\x1f\x94\xc2\x88\x8e\x0d\x36\x4a\xc1\xa5\xf2\x47\x23\x83\xda\xfb\x5f\x17\x5a\x6e\x24\x94\x3b\x7e\x70\xa8\x13\x0b\x25\x48\x5c\x34\x51\xdb\x37\x0f\xe5\xfa\xc3\x8f\xd6\xe6\x62\x3d\x6f\x3b\x14\xad\xfa\xfc\x76\xa6\x41\x7d\xfe\x60\x33\x38\xea\xf3\xbb\x7a\xf7\x60\x79\xfe\xc3\x51\x9e\xd7\x00\xda\x18\xf1\x06\xb2\x2f\x34\x7f\x40\x4c\xf6\x6f\xf2\x1d\x09\x1f\xd7\xe0\x7e\x49\xb6\x40\x41\xff\x6f\x08\xbf\x41\xbc\xf1\x62\x9d\x24\x4d\xa6\x90\x27\x25\xee\xe4\x37\x80\x9b\x86\xf2\x5c\x4b\x23\x30\x3e\x21\x29\xa9\xe4\xda\xb8\x18\x7e\x61\x56\x73\xd1\x8c\xed\xb8\xcc\x0b\x66\xec\x9f\x95\x39\x59\xcf\x59\x50\x5e\x6b\x65\x34\x8f\x2b\x7c\x4b\x17\xfe\x2a\xfe\xf5\x62\x06\x5f\x07\x75\x5e\x70\x93\xb4\x3c\x7f\xb1\x68\xa8\x35\x86\x17\xe4\xa9\xe1\x48\xd3\x0b\xc1\x1c\x96\x6c\x2f\xd4\xca\x70\xd2\xfb\x8b\x26\x73\xab\xb6\x2e\x98\xcc\x87\xc3\x8f\x2e\x08\x58\xc7\xcf\x69\x83\x80\xe5\x3b\xc3\x45\xcf\xc9\x24\xe9\xe8\x82\x5e\x3c\x45\xff\x5e\x1b\x21\xac\xbd\x79\x3c\x0d\x15\xa3\x37\x7c\x3a\x11\xbc\x91\x7e\x86\x5c\x9b\xed\x2e\x41\xa7\x24\xd1\x5f\xb4\x87\x5b\xe1\x76\x21\x36\xe3\xe7\xf8\x22\x16\xc3\x1e\xa9\xd7\xb3\x60\xd2\x39\x79\xb8\x72\x9e\x05\xa4\x27\x2b\xc1\xaf\x87\xe4\xda\xb3\x40\x44\x6d\xb6\xd0\x77\x21\xb2\xe2\xe7\xc0\x43\x27\x90\x24\x40\x5f\x2f\xb0\xde\xc8\xf3\x12\x46\xcd\x1a\xc2\xd6\x8f\xba\xf4\x7a\x17\x90\x82\x01\x0e\x8f\x76\x1e\xbc\xa0\x77\x1f\xf6\xe8\xbf\x90\x11\xb8\x58\x79\x76\xbd\xdc\xce\x9f\x07\x93\x0f\xd4\xe7\xc4\x76\xba\x0b\x88\x53\x3f\x9b\x05\xe3\xf9\xcf\xee\x4e\x92\x63\x1f\x2b\x04\xf1\xda\xa9\xec\x9a\x0b\x6a\xcd\x7b\x52\x34\x31\x35\x66\xfa\x39\xab\x2a\x2f\x06\xf1\x26\x9f\x1b\xc6\xec\xda\x40\x70\x4d\x62\xa1\x90\xea\xfe\x64\xa8\xee\x2c\x78\x37\x2a\x75\x1d\x76\x52\xbc\xe1\x16\x69\x47\xca\x1b\x02\x93\x8d\xfe\x37\xbc\x1e\x93\x0e\xfb\x0d\x6d\xbd\xa1\xbe\x0f\xe0\x60\x76\x7f\x6b\x69\xdd\xc1\x8d\x0f\xba\x7e\x23\xf9\x72\xf3\x07\xa4\xf7\xd2\xa5\xdd\x9f\x78\x95\xcd\xcf\x6f\xd6\x31\xb5\x16\xf2\x86\x7a\x3f\x49\x70\xbc\xe1\x27\xe9\x55\xb9\xa1\xc1\xf7\xe6\xde\xa1\xe0\xb7\x07\x20\x09\x34\x88\x9f\xb0\xd5\x9c\xb0\xf6\x86\x39\xfc\x70\x44\xf6\x1d\x88\xd4\x5e\xa5\xa5\xfb\x90\xe2\xf3\x86\x8e\x3f\xc9\xbe\x74\x47\xd2\x24\x69\x99\x6e\x56\x4e\xb5\x4a\xfe\x8e\x5c\x78\x41\x0d\xe9\x2c\x65\xf7\x48\xe9\xac\xf9\x05\x22\x8c\xb7\x82\xb5\xbd\xac\xc7\xbc\x23\x2f\x15\x9e\x48\x24\xc2\x78\xa9\x60\x24\x2f\xc1\x2f\xbc\x18\xd4\x40\x4d\xd8\x8b\x04\x04\x4c\xe4\x49\xc2\xda\x4d\xe7\x4c\x07\xb7\xde\x94\xf7\xa4\xa7\xb8\x97\xbc\x27\xf6\x72\x2f\xe5\x8a\x11\x84\x89\xfa\xec\xcf\x79\xd3\x6a\x2e\xd9\xe7\x46\xe8\xb2\xf9\xd1\x9d\x58\x46\xc2\x43\x90\xef\x36\x03\x85\x49\x48\xfb\x72\x33\x5a\xe8\x07\xa7\x19\xb9\x6c\x5d\xe9\x0d\xb3\xfa\x61\x06\x75\x67\xca\x4a\x9e\x28\xec\xec\x49\x12\xdf\x9d\x1b\x7e\xff\x15\x43\xba\x21\x51\x5a\xab\x71\xb3\x7c\xab\x55\xaf\x37\x55\x2f\x52\x11\xdc\x85\x62\x94\xf7\x81\x46\x08\xc7\x2d\xdf\x85\x12\x4c\xf4\x27\x70\xf5\x97\x94\x7b\x33\x07\xcb\x51\xfc\x02\x96\xb1\xb8\x4b\x4a\xb5\xe2\x1e\x37\x0b\xbc\x3a\xe7\xe2\x5d\x88\xe5\x52\xcf\xdc\x65\xc1\xed\x41\x48\x15\xa5\xf1\xb9\xe1\xc1\x99\x0c\x66\xe5\x0d\x4d\xc4\xfa\xae\x6b\x66\x7e\x63\x51\x6f\xbf\xc1\x95\x15\xdc\x4b\x28\x15\x4f\xba\x59\xd1\xf5\xe7\x64\x34\x9e\x2d\x49\x62\x37\x2b\xb6\xda\x2f\xe8\x6e\xdc\x3d\x8d\xd1\xd6\xd1\xf1\x03\x50\x35\xcf\x94\x69\x8d\x1d\xe5\x7a\xd3\xc7\xd2\xfe\x27\xf7\x8b\x32\xee\xa2\xef\x37\xc3\xfb\x1c\x95\x7a\xbf\x9c\x87\x96\x06\x15\x97\xac\x76\xbe\x71\xa1\x4f\x12\x30\xef\x17\x74\x51\x82\xf0\x4d\x06\x23\xb1\xf7\x9e\x6b\x96\xea\x10\x55\xaa\x9d\xa3\xe3\x9e\xb8\x64\x48\x65\x78\x4f\x04\x48\x99\x3c\x30\x49\x84\x55\xe9\xf7\xe2\x27\x3a\x69\xcf\xd2\x7c\xeb\x28\x3e\x30\xe6\xaa\x14\xee\x78\xc8\x0c\xb4\xae\xcf\xd1\x90\x32\x30\xea\x37\x96\x51\x52\xf4\x73\xd0\x01\xa6\xf9\x05\x22\x9d\x24\xaf\x07\x8a\x6c\x4b\x24\x0f\x6d\xb7\x8e\x92\x7d\x48\xdc\xc5\x0d\x1e\x12\x6f\xf1\xc0\x27\x30\xff\xa3\x7f\x53\x32\x93\x5e\xe1\xc1\x35\xd8\x69\x96\x1f\xe4\xb2\x72\x04\xca\x13\x39\x27\xcd\x19\xb6\xd4\xac\x6b\xf4\x03\xff\x74\x97\xf6\x79\x68\x5b\xfd\xf9\x1e\xe6\xe8\xe8\xfe\xc9\xbf\xa4\x62\x78\x12\x85\x59\x09\x38\x4f\xe2\x4e\x8a\x4e\x3f\x89\x62\xbb\xae\xea\x4f\x62\x00\xb3\xbb\xe0\xa4\xa4\xc4\x7e\x12\xe5\xfa\xe4\x2f\x40\xf3\x9a\xbf\xe0\xac\xb5\x0a\x48\xde\x90\xc4\x33\x9f\xbc\xb6\x5a\x40\x65\xf2\x23\x09\x97\x0f\xaf\xc9\xde\x88\xcc\x4b\xd4\xf0\x03\x2c\x9c\x67\xc1\x64\x56\xa9\xb8\x07\x60\x43\xf3\x10\x3c\x54\x22\xbb\x0f\x4c\xad\xce\x40\xf9\xf0\xda\xac\x33\xf6\x14\xaa\x73\xbc\xb6\xa8\xc9\x93\x8c\xb0\x20\x59\xce\xc2\xf7\x2c\x7a\x24\xc2\xfa\x80\x1e\x39\x05\xc5\xf3\xd1\xa3\xd4\x7e\xda\xb9\x15\xa2\x68\xcf\xa2\x4f\xc5\x6f\x60\x19\x7e\x5e\x58\xcb\x20\x18\x2a\x2f\xac\xc5\x6f\x9c\xdc\x1b\x77\xc1\xcb\x83\xa6\x59\xef\xef\xe0\x7a\x19\x2a\xf6\xca\xbb\xdf\x28\xa3\x09\x68\x84\x4a\x26\x63\x74\xa3\x28\xe9\x65\x80\x43\x78\xfa\xbb\xe8\xd7\xa7\x51\x9f\x25\x49\xf5\x69\x34\x3e\x17\x8f\xf7\xf2\x81\x00\x66\xf2\x05\xab\xb0\x9f\x4e\x76\x24\xfd\xd5\xc3\x0c\xed\x36\x50\x3d\x48\x7c\x90\x7e\x5e\xe0\xce\xb9\x9d\xd7\x69\x1f\xfc\x4e\xd1\x55\xac\xe3\x61\x4d\x1b\x2b\xbd\x1f\xe6\x93\x92\xe0\xf0\x20\x5b\x54\xb2\x01\xe3\x19\xd4\x67\x88\xcf\x3e\xf4\xf9\x3e\x74\x7d\x79\x06\x17\x4a\x5d\x30\x77\xc1\xe1\xa5\x3f\xb1\xdb\x52\x89\x3d\x27\xc0\x96\x01\xe3\x59\xd5\x65\x0e\x3f\x00\x15\xf7\x08\xcc\x34\x60\x87\x83\xe7\x64\x05\xa5\xc3\x0f\xb0\xdb\x22\xe3\xcf\xb2\x78\x8b\xe1\x3d\x17\xb6\xdb\x08\x06\x03\xf7\xf1\xf3\x01\xb9\x9b\x67\x71\xe1\x9c\x0d\xbf\xc0\x69\x7b\x16\xd7\x37\x6d\xe7\x8c\x7b\x90\x89\x20\x79\x65\xaf\x05\xb4\x41\x20\xe7\xf7\xbc\x99\x7a\xe0\x30\x01\xba\x0f\x7e\xa2\x37\x6e\x9c\x5d\x23\x00\x4a\x3f\x9a\xdd\x3d\xf7\x3a\x58\x7e\x81\x4b\xad\x31\x71\xfd\xcd\xde\xcd\x75\xfd\x15\x4f\x7e\xee\x35\x2d\x2d\xcc\x2a\x27\x7d\xb8\xcb\x89\x2e\xb4\x30\x4f\xc2\x6f\x7d\xf0\x50\xf6\x14\x4f\x7e\xbe\xeb\x6c\x73\x6e\xed\xe7\x41\xcd\x2f\xef\xee\x43\x8a\x65\x20\x1f\xee\xa6\xd4\x27\x0f\x13\x81\x9a\x6d\x3f\xcb\x38\xe0\x85\x78\x79\x5a\xbd\xda\x2f\x45\x62\x5d\x1d\x9f\x97\x33\xf7\x17\x8d\x6b\xeb\x2f\xa8\x1d\xd6\x8d\xe5\x59\xf7\x55\x09\x07\x0f\x9c\xbd\xf3\xe1\x2f\x16\x9c\x7e\x81\x4b\xa3\x99\xb3\x3c\xa3\x35\x90\xcf\x44\x54\x95\x89\x35\x32\x7d\x1e\xbe\x01\x3f\xf4\xf6\x76\x3e\xe0\x07\x96\xf8\x2c\x0d\xe4\x03\x71\xc2\x1e\x43\x0f\x34\xfe\x8e\x82\x7a\x26\x60\xf4\xd2\xcd\x05\xe3\x5e\x87\x97\xbe\x64\x8e\x09\x7f\x8f\xb5\x10\x43\x0f\x4e\xbe\x71\xe8\xc1\xc3\x07\x51\x0f\x56\xa7\x7b\xa9\x5e\x66\xdb\xb4\x4c\xf2\xa2\xb0\x73\xb2\x6e\xe9\x85\x61\xbb\x49\xbf\xf5\x52\xb3\xee\x00\xe9\x97\x79\x18\x2c\xaa\xbd\xdf\x6d\xaf\x65\x03\x8e\x4c\x39\xd9\x63\x36\xda\x3d\xd5\x23\x02\x78\x5c\xf3\xec\x6d\x8b\x43\xf8\x85\x8b\x43\xba\x87\x4f\x18\x74\x46\xc5\xb7\x71\xed\xfc\xc1\x2a\xef\xb7\x7f\xf7\x95\x82\x40\x2f\x20\x44\xc7\x8e\xee\x2f\xa2\xca\x87\x83\x8f\x5f\x68\x3c\x93\xf5\x53\x6f\xc7\x76\x7a\x59\xa0\x8c\xcc\x22\xa6\xa8\xf7\xdf\xb2\x78\x31\xca\xfd\x67\xcb\xd8\x28\xef\xdf\xb2\x08\xfa\x4b\x7f\xa4\x23\xfe\x4d\x09\xf2\xf1\x0e\x46\x2a\x7b\xb4\xce\xaf\xfd\x60\x2d\x91\xe1\xc3\x92\x88\x00\xbd\x4b\xb3\x29\x91\xe8\x1d\xd0\x55\x7b\x1b\xcf\x85\xc0\xda\x86\x93\x10\xfb\xf7\x27\x30\x27\xf1\xe5\x97\xd5\x33\x2c\xee\xbe\xe0\x06\x39\xfa\x37\xe8\xaa\xce\xe9\x7b\x92\x93\x7a\x5b\x4e\xc2\xa8\x35\x5e\xcc\xc0\x40\x9f\x0c\x78\x90\xac\xf0\x2e\xcd\xa7\xa4\x76\x94\xfe\xff\x3e\x11\x94\x50\x66\x3a\x79\xd8\x7b\xd1\xc1\x52\x63\x82\x1b\xe4\xe8\xdf\x20\x1e\xd9\xbf\x51\x95\xd1\x87\xec\x63\x06\xa9\x19\xc6\x8f\x19\xe4\xf6\x03\x00\x8f\x58\xf0\x03\x38\xa1\x36\x03\x34\xbf\x0e\x24\x3e\xbc\x37\xc3\x44\xbc\x75\x37\x52\xf2\xfe\xfc\x5e\x98\xa1\x75\xbc\xd7\x66\x0b\x46\xe4\x0a\xfc\x49\xd2\xfd\x22\xeb\x8c\x1d\x5d\x5f\x84\xfa\x54\xc9\x02\xef\x43\xfd\xb0\x3a\x40\xe5\x32\x5f\x97\x5f\xe8\x35\x73\xf2\x6f\xca\x0e\x9e\xf5\xd3\xff\xf9\x53\x6a\xf6\x0b\xdf\x6d\xcd\xf9\xb4\xde\xa5\xd6\xd4\x1c\x1e\x02\xa4\x29\xc0\x15\xca\xf9\x33\xde\x07\x24\x22\x19\xa0\xc9\x55\x14\xc4\x1f\x9f\x68\x59\x3a\xa7\xf7\xa5\x0a\x42\xe4\xf2\x45\xfe\x98\xec\x7d\x58\x5a\x4d\x5d\x54\x5e\xa4\x09\xcc\x3f\x1f\x50\x6c\xab\xee\x12\x34\xdf\x8b\x34\x17\x6e\xf9\x01\xaa\x96\x5a\x14\x7c\x27\xb5\x81\xd2\x94\xbc\x30\x0a\xe7\x9f\xdf\x5c\xb7\xe4\x07\xdc\x3a\xb1\xa6\x17\x91\xdb\x59\x2c\xf5\x9d\x6b\xe2\xfb\x8b\xb9\xa8\xbc\xa8\xe5\x64\x64\xb6\x43\xf4\xe7\x32\xc1\x66\xbf\xf1\xa2\x1c\x49\xd4\x6f\x6a\x35\xb5\x5b\x33\x50\x25\xa0\x4b\xd9\x0c\x6b\x66\x7e\x83\xf7\x1d\x5d\x03\x27\xfc\x9d\x9c\xbb\x70\x86\xb5\xfe\x82\x02\x17\xcd\x2c\xb4\x9e\x8b\x6f\x24\xbf\xc0\x0d\xd1\x0d\x09\xf5\xff\xbf\x07\xfe\x84\x02\xca\xcf\x20\x94\xbd\xb3\x1f\x4c\xbe\xb1\x37\x75\x22\xae\xc6\x8e\x82\x13\x7a\xc4\x2c\x51\x7c\xc6\xb5\x43\xfe\x80\x8a\x20\x5d\xe4\x50\x9f\xbf\x65\xa1\x3e\x8a\xef\x7f\x50\xa9\x8b\xc4\x99\xea\xc2\x82\x5a\xfa\xe1\xe7\x44\xa3\x76\xfe\xf7\x40\x53\x65\xf1\x7c\x67\x5d\x40\xf1\xfc\x94\x7f\xbe\x40\x2d\x23\x63\xef\x4c\x8b\x6a\x08\x4e\x5c\x50\x73\x71\x97\x9c\xb9\x90\x71\x2e\x2d\x9d\x78\x1e\xaa\xe3\x7f\x0f\xd4\x05\xdc\x83\x87\x73\x3b\xa0\x3e\x7e\x4c\x3f\x78\x90\x41\x90\x8b\xbb\xb8\xfe\xf9\x53\xec\xc0\xca\xf2\xf7\xad\xfd\x55\x4c\xd2\x64\x20\x8c\xd7\x0d\x4a\x3a\x57\x09\x9c\x85\x78\xab\x1b\x33\x4a\xe5\x37\x27\x3a\x5b\x95\xf2\x9d\xcb\x61\x16\xa2\x90\x71\xac\xac\x95\xf7\x27\x9d\x9f\x68\x55\x0a\x45\x05\xa3\x21\x95\x72\x4e\x8d\x30\x0b\x79\x8a\x71\xaa\x42\x92\xf3\x0b\x15\x52\xb0\x24\xd4\x59\xc9\xd6\xba\x1f\x0c\x76\x29\xb0\xe0\x25\x95\x8d\x84\x48\xee\x93\xab\xdb\x17\x0c\x7e\x61\xc1\xa0\xb5\xa9\x3c\xa1\xc6\x5b\x16\x8a\x75\xf2\x82\xd9\xb8\xdd\xba\x8a\x4f\xdc\x72\xb3\xa8\xd7\x6c\x64\x7c\x46\xec\x46\x7c\x10\xe7\x9b\xd0\xea\x65\x1f\x7a\x64\x00\xca\xd5\x43\xf0\xf8\x15\xbf\xf0\xf0\x81\xc6\xec\xc8\xf0\xe3\x89\x75\x22\xa5\x8f\xc6\x20\x61\x11\xdd\x9f\x83\x42\x84\x74\x16\x93\x62\x8f\xe9\xca\x12\x7b\x7c\xfe\x58\x48\xd5\xfe\xc7\x13\x71\xc6\x36\x78\xcc\x4f\x90\x29\x76\xff\x9a\x9f\x20\xf3\xad\x9d\x7a\x40\xc6\xbd\x6c\xb2\x72\x92\xb8\xf9\x2c\x31\xee\xd8\x7a\x91\x79\x72\xed\x7c\x10\x4e\xde\x39\xfc\x09\x62\x85\x7e\xb2\x28\x4c\xd6\xc5\x32\x8b\x9d\x4c\x47\x67\xe1\x65\xc2\xc4\x59\xec\x75\x86\x82\xfd\x21\xfb\x7a\xcd\x0a\xfd\xd9\x51\xc0\x13\x71\x3a\x87\x22\xc5\xcf\x86\xbb\x6b\x51\xba\x88\xf3\xa2\xa6\x5b\xc9\x1a\x66\x87\xe6\xb5\xe4\x8d\xce\xb3\x23\x1c\xbd\xe4\x0d\xe9\x44\x7c\x48\x48\x4a\x2e\x3f\x07\xe4\xf3\xa4\x6b\xfd\x44\x04\xc6\x07\x58\xde\x0f\x22\x5d\xbe\xb6\x2c\x38\x47\xa4\x73\xfc\xbe\x1a\xce\x01\xb3\x44\xd2\x4d\x7f\xd2\xe1\x3e\xc9\xc2\x3b\x07\x30\x38\x49\x27\x3f\x07\x52\x39\x65\x29\x41\x26\x3c\xee\x9b\x52\x87\xce\x81\x08\xf3\xac\xab\xe0\x1c\xd8\xa7\xac\x1b\xec\x84\x5f\x79\x53\xce\xd5\x09\x2f\xf0\xe0\xa2\x71\x13\x2e\xd7\xc1\xc5\x69\xe6\x80\x96\x58\x55\x3f\x26\x7d\x93\x93\xdc\x3e\x26\x3c\x83\xbb\x6e\x59\x13\x9e\xc1\x5d\x62\xfb\x84\x67\x70\x53\xf1\x92\x49\xc7\xe0\x2c\x37\xa1\x09\xc7\xe0\x9e\xbb\x3f\x48\xdf\x6f\x4d\xe2\xfc\x18\x65\xcf\x5b\xdb\x30\xcf\xc0\x10\xdb\xc3\x2f\xd4\x7f\xfe\xf4\xa2\xfd\x3a\x3f\x3e\xd9\x95\x22\x68\x9e\x1f\x13\xec\x65\x1f\xa9\x79\x7e\xf7\xad\x5e\xba\xbf\x7f\xbe\xdf\x3f\x00\xbd\xf8\xed\x01\x91\xea\xc2\x33\x04\xcb\x0c\xca\xbc\x38\x4f\x56\x33\x08\xfe\x8d\x14\x98\x9b\xa6\x4e\x78\x1d\xf7\x9a\xdc\x01\x6b\xa5\x56\x3f\x60\xd5\x52\x77\x80\x6c\xd8\x49\x6b\xc6\x6a\xa1\xfb\x3e\x38\xe1\x93\xdc\xab\x67\x18\x51\x2d\xc4\x33\x8a\x74\x20\x34\x00\x0f\xa4\xd5\x8d\x06\xf0\x59\x0e\xe9\xa3\x6c\xff\x7b\xbe\x34\xe9\xd1\x9c\x92\xc1\x85\x3e\x39\x49\x09\x35\xe1\xe2\xfc\x3d\xf0\x00\x90\xc0\x65\x74\x9d\xf0\x79\x0e\x49\xbc\x75\xc2\xe7\xb9\xa9\xda\xd5\x84\xcb\xf3\x37\x88\xe6\x0c\x9f\x67\x87\x6e\xcc\x13\x42\x42\x12\x25\x9c\x27\x84\x84\x94\x3c\x6d\x18\xea\x92\xb4\x14\xf3\xa4\x2b\x97\x32\xac\xcd\x33\xf1\xe4\x46\x8f\xf2\xf2\x81\xe1\x9a\xec\x43\xc3\xe6\xb5\xdb\x5a\xcc\xcc\xe5\x30\xc2\x66\x2e\x47\x12\x60\x99\xcb\x51\xfc\x09\x97\xa3\x69\x7d\x32\x97\x23\x0a\x30\xe8\xb6\x55\x70\x72\xc2\xdd\xfa\xeb\xd3\x5d\x70\x39\xb2\xbf\xa0\xcc\x34\x04\x39\x64\x91\xf6\xf3\x05\x57\xa3\x69\x97\x32\xcf\xb6\x0f\x4a\xe6\x6a\x64\x83\xc5\xd5\x48\x7e\xc0\xd5\x18\x9a\x6b\x21\xe6\x14\x75\x5a\xb8\x1a\xde\xc8\xc2\xd5\x88\xea\xa3\x70\x35\x8c\xad\x85\xab\x91\xb5\xc4\x65\x21\x87\x1f\x90\x38\x16\x41\x5a\xb8\x1c\x3e\x93\xf4\xf4\xfe\x41\x97\x42\xec\x68\x7e\x40\xec\x28\xee\x14\x76\xff\xf0\xd3\x07\xf3\xd0\x79\x05\xcb\xda\x7b\xad\x31\x0b\xe8\xcb\xa9\x62\x9e\x95\xb3\x35\x35\xab\x6b\xb6\x7e\x83\xb3\x15\xb3\x80\xc7\x78\xf0\x2d\x7f\xc2\x65\xfc\x1b\x45\xe8\x02\xb7\xb8\x22\xd5\xe5\x3c\x2b\x67\x1b\xfd\x09\x37\xbf\xf9\x13\xce\xd6\x88\x0d\x09\xaa\x89\x35\xc0\xcf\x3c\xd8\x47\x6a\x9e\x08\x30\xce\xd1\x58\x0b\x99\x2a\x29\x63\xcf\x84\xb7\xeb\xf0\x9a\xbf\x28\xca\x27\xb7\xf1\x09\xb5\x55\x53\xf4\xd6\x7c\x61\x9a\x97\xac\x3b\xdf\x04\xde\x22\x32\x3a\x8f\xf0\xcf\x1f\xdd\x98\x27\xae\x61\x5d\xba\xd3\x89\x5b\x98\x94\x60\x73\xae\xec\x58\xfa\xc9\x8c\x2e\xfa\xc9\xc4\x0e\xfa\xd9\xd0\x97\x3f\x46\xf0\x73\xd7\x4f\x54\xd8\x72\x5f\xf7\x3f\x7f\x4c\x4c\xe7\x81\xfa\xfc\x49\x3f\x3f\x11\x3d\xb9\xeb\xf9\xcf\x1f\x15\x76\x9a\x33\xb0\x38\x97\x7e\xe2\x5b\xbd\x1c\x58\x02\x46\x3f\xbf\x6f\xf7\x95\x64\xe2\x6a\xa5\x92\xda\x13\x57\x18\x05\xb6\x4e\xdc\x60\x4c\xd2\x71\x7f\x91\x6d\x75\xe2\xf6\xa2\x8a\x8a\x13\x97\x17\x05\xa0\xce\xf9\xd1\x24\x69\x91\xe7\x2c\x5f\xcf\x42\xb0\x59\xd0\xb3\x80\xfc\xf0\x5e\x99\xf9\x27\xc4\x77\x25\x51\x9a\x13\xce\x4f\x3a\xbd\xf3\x4d\x5f\xcf\x02\xe3\xcd\x58\x68\xbf\x8d\x6d\xf1\xdb\xc8\x94\xcb\xc5\x0a\x13\x45\xc2\xfb\xce\x2f\x1b\x66\xc4\xcd\xfb\xd8\xf6\xde\x30\x59\x23\x31\x7c\x57\x85\xff\x2d\xdf\x09\x13\xf9\x71\x42\xdc\x81\x52\xf1\x38\x60\xcc\x4d\x3b\x31\x64\x3c\x0e\xa4\xa2\x54\xbc\xd7\xf7\x00\x12\xd0\x56\xda\xc5\x83\xf5\xfe\xdb\x36\x4a\x7f\x0f\xe8\xab\x99\xf5\x09\xa2\xdc\xf3\xf6\xb3\x8c\x07\x0a\xa9\x7f\xa2\x6b\x5b\x0f\x50\xcb\x39\x1e\x3b\x47\x71\x3c\x50\x16\x37\xa4\xae\x37\x62\xa0\x2d\xb3\xec\x3e\x50\x3b\x28\xc8\x19\x3e\x1e\x2c\xd4\xd2\x76\x62\x85\x78\xa4\xce\x07\x5d\x9f\x4c\xce\x65\xec\x51\x56\xb6\xfa\xed\x5f\x1d\x8f\x72\xac\x37\xf6\x27\x05\xbc\x2a\xef\xd4\x0a\xf1\x40\x56\xe9\x6f\x15\xf6\x6c\x0b\x83\x13\x92\xd6\xa3\x6e\xe9\x6b\xaf\x69\xa5\xf5\x79\x27\xd3\x8c\x47\x7d\xe9\x7b\xd4\xf7\x02\x21\xd3\x57\x68\x3b\x30\x2b\x1e\x8d\x6e\x81\xfb\x6a\x15\x0f\x26\x35\x91\x1f\x60\x3c\x3a\x38\xb3\x5c\x0b\xe3\xd1\x61\x21\x92\x0f\x5d\x3c\x06\xcd\xf0\x3b\x33\x45\x3c\x06\x8c\x82\xf2\x5f\x8b\xc7\x80\xc9\x2f\x07\xed\x0b\xc2\x47\x83\x3c\xde\xe2\xb1\x28\xeb\x2e\xdb\x16\x8f\x93\x99\x9f\x37\x55\x8c\x07\x5c\xd4\x83\x9c\xc7\xe2\x71\x21\xa3\x52\xda\x25\x25\xe2\x01\xcf\xcc\x90\x76\xac\x45\x3c\x60\x75\x0e\x72\xa3\x88\xc7\xb3\x76\x7f\xec\x3e\x1e\x16\xe4\xd8\xdc\x2a\x1e\x2f\xe0\x90\xed\xf1\x7b\xc0\x61\xb5\x0d\x2f\xd3\x49\x6d\x56\x1c\x8f\x59\xb8\xa6\x1b\x1d\x02\xab\xb0\x4a\xa5\x1f\x43\xa4\xa4\xb2\x43\xf5\x63\x88\x60\x92\x52\xea\xc7\x10\x99\xc6\x6b\x4b\xda\xdf\x83\x8b\x6f\xb4\xfd\x00\xce\x93\x52\x07\xc7\x80\x12\x70\x41\x0a\xe4\x18\x22\xfc\xf7\xa4\xa7\x8c\x21\xc1\xbb\xa1\xee\x2c\xf7\x31\xb0\x06\x95\x14\x8b\x31\xa0\xa4\x54\x90\xe6\x31\x86\x74\xf3\x41\xde\xa3\xb0\x58\x40\xcb\xcb\x70\xf3\x3d\x78\x59\xa3\x6d\x43\x5a\x16\x60\x6d\xbf\x51\x33\x1f\xec\x15\x0b\x48\x34\xfa\x49\x6e\x7b\x14\x24\x47\x0c\x2d\x8f\xfd\x09\x72\xe4\x7d\x0f\xf6\x02\x75\xdc\x1f\xeb\xce\x82\x1c\x03\x83\x68\x5b\x89\x7b\x72\x88\x20\x6c\x5d\xbf\x6f\x26\x0e\x29\x9b\x9e\x84\x87\xd1\x05\x65\x53\x9c\xb0\xb0\xa1\xe4\xfd\x09\xed\xf7\xad\xe4\xbd\x1c\x0f\x4c\x2f\x6d\xa7\xeb\x8c\xe1\x19\x7c\xa3\xf8\xc1\xcd\x07\x1b\x72\x1a\x81\xdb\xce\x07\x1d\xc3\x03\x24\x6c\x3b\x9c\x3e\x06\xda\xf4\xda\xce\xee\x11\xc3\xcb\xfa\x1c\x45\x4b\xfa\x26\xae\x8f\x00\x03\x2b\x0a\xad\x34\x3d\x68\x9c\xdc\x26\x41\x61\xc2\x79\xb3\x95\x45\x8d\x63\x0c\xc4\x97\x7d\xd1\x89\x11\x65\x74\xc3\x10\x2d\x88\x89\x9d\x56\x3f\x40\x12\x91\x56\x37\x3d\x89\x95\x39\x28\xb7\xc2\x36\xc6\x0a\xb7\xd3\x56\xf7\x29\x8d\xc8\xa5\x12\xda\x2e\xee\x1b\x23\x33\x93\x28\x7b\x5b\x8c\x03\x76\xf6\xb6\xeb\x59\xc6\xc8\x68\xb3\xb6\x59\x58\x8c\x57\x66\x74\xf3\x46\x8f\x48\x27\x72\xf9\x59\xc4\x48\x07\x49\x59\x29\x62\x84\x77\xe3\xf7\x60\x6d\x43\x5c\xc7\xb6\x85\xdd\xc7\xcb\xb0\x8d\xad\xd8\x8a\x71\x22\xeb\xe8\xb1\xf3\x5f\xc6\xc4\xe2\xdf\x6d\xd7\x1b\x8d\x29\x10\xa3\x5a\xfe\x8b\x7b\xd3\xf7\x36\xf7\x68\xd3\x85\x14\x26\x33\x2d\xef\xc5\x4a\x09\x8e\x64\x6d\x87\x82\xc4\xc4\x12\x45\x79\x67\x76\x8c\x29\x31\xbb\xfd\x8e\xc3\xfe\x1e\xac\x4f\xb2\x1e\x10\xa6\xaa\x4e\x9f\x95\xcf\xd9\x7d\x9c\x7c\x10\xf5\x60\xf2\x81\xfa\x20\x5d\xd8\xb5\xef\x62\x4a\x93\xaa\x97\xb8\x3f\x59\xcc\xa8\x75\x3f\xb8\xf8\x60\xf7\xc1\xd2\x29\xad\xed\x2d\x49\x99\x8e\x76\x4d\xd3\xcf\x1c\x65\x97\x1d\x89\xa9\x30\x3a\x73\x1b\x3d\x62\x42\x6d\x88\xd0\x76\x3a\xf9\x98\x0a\x97\x70\x87\x67\xc7\xc4\x5c\xef\xad\x6b\x09\x2b\x6e\x85\x6d\xa7\x92\xfa\x1e\xd0\xe5\x74\xe8\x0d\xd2\x96\xed\xc7\x11\x53\x43\x3c\x55\xeb\x5a\x31\x24\x21\x0d\x6d\x97\xe4\x8a\xa9\x81\xb1\xd6\x21\x48\x99\xf8\xb1\xee\x40\xe2\xef\xc1\xca\xa1\xb8\x21\x6d\xab\x1e\xf8\x3e\x7f\x09\xd9\xcd\x3e\xe1\x41\xc3\x32\xd7\x58\xd7\xaa\x77\xa2\xe8\x4e\x74\x14\x13\xb2\x31\x7d\x0f\x76\x1f\xe7\xe0\x6c\xb7\x08\x90\x6e\xe8\xa6\xda\xce\x4d\x12\xd3\x0d\x1d\x59\x8e\x9a\xed\x8d\x9d\x4b\x3b\x66\x3e\xa6\x07\x05\xbf\xdb\x0e\x20\xfd\x1e\x20\x68\x7e\x6b\x9e\x62\x7a\x32\xdf\xd0\x02\x3d\x44\xa9\x9d\xb6\x27\xa6\x87\xb2\xc9\xd0\x41\x78\x48\x4b\x86\xb6\x61\xc2\x85\xa7\x6d\x77\xc5\x98\x8f\xcc\xc3\xb4\x11\x37\x1f\x74\x96\xd9\xee\x35\x31\x07\x68\x92\x14\xe0\x1d\x73\x60\xe5\xd6\x1d\x24\x13\x73\xc0\x5c\xfa\xb6\x9c\xc7\x8c\xfa\xa1\xdf\x25\x66\x41\x9a\x13\x94\x88\x7d\x7b\x52\xc7\xcc\x0a\x5e\x62\x1b\xb9\xb2\xcc\xe3\x56\xea\xc6\xcc\x34\xdb\x7d\x2b\x3b\x63\x66\x16\x3a\x55\x7e\x8f\xb9\x33\xd5\xe3\xae\x72\x11\x33\xaf\xc9\x7d\x1b\xcb\x63\xbe\x58\x71\x7a\x5b\x27\x62\xbe\x58\xfc\x66\x1b\x0a\x62\xa6\x87\x77\x17\x6d\xc9\x0f\x72\xa8\xa5\xed\xc5\x15\xf3\x7b\x2c\xa3\x48\xd7\x03\x4c\x36\xf8\x01\x84\xe5\xbe\xf3\x43\xc6\xfc\x32\x37\x68\xd8\x38\x97\x5f\x96\xc8\x0b\x02\x7d\x2e\x73\xda\x66\x24\xe5\x60\x39\xee\x9d\x21\x2c\x96\x83\xb9\xb3\x76\xda\xb4\x58\x02\xfc\xc4\xfb\x4e\x01\x16\x4b\x40\x16\xf1\xbe\xb3\x35\xc6\x12\x6e\x4e\x7f\xe8\x13\x16\x8e\xdd\x99\x13\x63\x41\xb5\xf5\xef\xc1\xee\x23\x32\x36\x7c\x27\x30\x88\x85\x25\xaa\xba\x84\xec\x92\x59\x56\x66\xdf\x2c\x62\xc9\xcc\x0e\xb1\xdd\x72\x63\x29\xc7\x7a\x63\x7f\x82\xaa\x2c\xa1\x6f\xe7\x8c\x58\x98\x0d\x3f\x4b\x2e\x2f\x4c\x7d\xda\x84\x2f\xa5\x71\x2e\xbb\xa4\x58\x2c\x0d\x62\x45\xdf\xd1\xfb\xb1\x30\xad\xd6\x2e\x07\x1b\xcb\xa0\x30\xb3\x8d\x19\xdf\x03\x6a\x94\xb7\xf4\x5b\x56\xde\x8b\x7d\x2f\x8e\x05\xf1\xbe\x21\xed\xb0\xf5\x58\x4e\x66\x6e\xda\x29\x59\xbf\x07\xfc\x64\xe9\x26\x62\x39\x99\xf9\x70\xa7\x64\x8d\x85\x11\x44\x5d\xc7\xb8\xdc\x20\xaf\x7d\x07\x11\xc6\x72\x83\xe0\xf4\xad\x51\x8e\x65\x49\x11\xdb\x32\x1a\xcb\xcb\x35\x4e\x9a\xfd\x4b\x34\x95\x58\x5e\x5e\x08\x2f\x3d\xfd\x8d\x87\xc4\xf7\x76\xe1\xdb\x7b\x6d\xde\x7b\x7d\xbe\xe7\xf5\x32\x13\xe5\x56\xf5\xc4\xf2\xbe\xeb\xc1\x1e\x71\x32\x5b\xf3\xf6\xa5\x8f\x05\x77\xd3\xef\xc1\x9e\xd7\xe4\x72\x6e\x7d\x49\x2c\x13\xb2\x4f\xdf\xaa\xc3\x58\x26\x0b\xc5\x6d\x2d\x55\xac\xc7\xc1\x3e\x36\x35\xaa\x07\x0c\xa3\x7d\xeb\xdb\x62\x3d\x98\xab\x66\xfb\xf6\xc5\x7a\xa0\x10\x71\xdf\xae\x18\xb1\x46\xa0\x7d\xda\x39\x98\x63\x8d\x95\x37\xc7\x7d\x1f\xab\xb1\xb1\x8f\xae\x4f\x58\x6b\x69\xbb\x45\xc6\x9a\xf2\x2a\x1d\xbc\xfb\x60\x7d\xba\xbe\x55\x72\xb1\xa2\x80\x43\xe8\xdb\x8d\x26\xd6\xca\xcb\xe6\xf6\x27\x8a\x15\xf9\xae\x43\xdf\xc9\x17\x63\xed\x4c\xbf\x9e\x35\xb9\x95\xb3\x6b\x1b\xb8\x63\x1d\xd4\xb8\x55\x3f\x20\xf5\xc9\x65\xf7\x01\xbb\x40\xc8\x3b\x27\x76\xac\x63\x75\xaa\x05\x3a\x79\x62\xb3\x16\x68\xe9\xd3\xb6\x2d\x31\xd6\x13\xd5\x36\xfb\xce\x95\x1c\xeb\xca\x09\xb0\x8d\x72\xb1\x9e\xe4\x67\x87\xde\x60\xf4\x47\xcb\x1b\xab\xeb\xcd\x62\xa4\xbb\xf4\x5d\xac\x37\x2d\x4d\xd1\x0f\x08\xd8\x8e\x07\x89\xf5\x25\x2f\x3a\xb4\x0d\x0b\x0b\xcb\xbe\xb2\x54\x1a\xc4\xba\x64\xf4\x3a\x11\xb6\xd4\x77\xd1\xb6\xd8\x8e\xc9\x2a\x80\xfb\xa8\xb4\xc0\x94\x99\xdb\x22\x10\x5b\x80\xd0\xd0\x77\x46\xc0\xd8\x28\x22\xf5\x5d\x55\xf9\x7b\x70\xf1\xc1\xb1\x1f\x90\x17\xd5\x4d\x9f\x1a\xea\x02\x86\x5e\xf7\xf1\xf8\x2e\x40\x7c\xb0\x3b\xad\xcc\x9b\x59\x37\x26\xb7\x0a\xd7\xb0\xbe\x95\x4d\xb1\xb1\xd6\x4d\xaf\x5b\xdc\x6b\x2c\xce\xa1\x6a\x03\xb1\x55\x54\xcf\xea\xdb\x4f\x24\xb6\x46\x36\xb1\x75\x41\xb1\xad\x84\xe8\xbb\x50\x7b\x6c\xc8\xbc\xfd\x3d\x58\x8b\xdc\x46\xe7\xb0\x5b\xfe\x6b\xc8\x60\xf4\x09\xba\x7b\x81\xce\x4e\x48\xb7\x30\xd7\x2e\x16\x7e\xd8\x8a\xaf\xef\x01\x86\xdd\x19\xc0\x62\x63\xb0\xa0\x6c\x0c\xb1\xdd\x89\xa1\xda\x5a\x8f\x1b\x52\xbc\x62\x75\x63\x83\x1b\x71\x3c\x76\x79\xb3\xd8\x1e\xa4\x33\x96\x27\x5c\x6c\x6f\x58\x0f\xf6\x27\x93\xd7\xf3\xad\x64\x8c\x9d\x0a\x9e\xbe\x93\x86\xc4\x7e\xa0\xd4\x68\x6f\x7b\x2e\x1f\xd9\xc5\x12\xee\x35\xed\x91\x25\x51\x76\x8d\xd6\xd8\x23\x93\xd4\xb5\x7d\x23\xe9\xa8\x03\x1a\x94\x07\x3c\xf6\x4c\x0a\xb3\x4b\xc6\xc7\xce\x3a\x7f\xbd\xed\x2b\x4a\x2f\xac\xed\x2b\x21\xbb\xd7\x87\xeb\xb1\x97\xb0\xa3\x82\xc0\xf7\x60\x7f\xb2\x92\x8d\xed\x5c\xf7\xdf\x03\xd6\x87\xdb\x48\xd7\xc7\x2a\x18\x1c\xf4\x49\x6f\xcc\xe7\x99\xf4\x80\xf5\xb4\x36\x8e\xf5\x75\x90\x25\x0f\xf7\x73\xd7\xb5\xd6\x1b\x99\x35\x3c\x36\x0f\xec\xe7\xaa\x19\xac\xe9\x9f\x83\x9f\x6c\x62\xd0\x4f\x72\xfc\x9d\x2e\x3b\xf6\x93\xc7\x54\x12\x73\x5f\x1c\xad\x6f\xd9\xa4\x33\xb8\xb4\x4b\xb8\xed\x8c\x5f\xec\x92\x87\x3b\x8e\x7a\xdb\xda\xd1\xd8\x1f\xee\xf5\x4e\x3f\x19\xfb\xb3\xe0\xda\xa2\x49\x7f\x56\x85\xd0\x4d\x81\xfb\x1b\xd6\x72\xfc\x45\x5e\xbd\xef\x6d\x42\xb0\xe9\x75\x7f\x99\xa7\x7f\x6b\xa8\x63\x7f\x3b\x27\xbe\xb9\x6e\x7f\x5f\x8e\x38\x34\x22\x12\x0a\xef\x6a\xf0\xb1\xcf\x55\x38\x73\x0b\x36\x7d\x11\x9f\x9d\xc3\x2a\x8e\x48\x9c\xde\xd9\x7e\xe2\x88\xd7\x4a\xee\xbf\xd6\x7f\xe4\xc1\x37\xb6\xce\x65\x94\x9b\x09\x5b\xf6\x96\xad\x32\x3f\x69\x57\xcc\x8e\x2c\x77\x11\xfa\xae\xfb\x13\x59\x68\x21\xf4\x1d\x60\x1e\x47\x2b\x7c\x63\x53\x67\x26\xbd\x0c\x5d\x02\xf9\x38\x57\xd0\xd2\x3e\xc1\xe3\xa1\x7d\xa8\x09\xd2\xe7\x61\xac\x4c\xdc\x7d\xd0\x95\x75\x6c\x0f\xa4\x38\x5e\x46\x81\xa4\x4d\xae\xc7\x9b\xe9\x22\xbd\x49\xdc\x78\xfb\x8a\x74\xdd\x9d\xd2\x17\x6f\x6c\x17\x94\x48\xc7\xb6\x30\xb6\xa7\x46\x1c\xef\xca\x44\xb2\xd5\x21\x63\xde\x8c\x85\x6d\x7a\xf0\xb4\x7f\x7b\x70\x1e\x81\xa3\x6c\x09\xeb\x3c\x22\xdd\xc5\x37\xb6\x9d\x47\x5f\x71\x16\x79\x3f\x98\xcb\x35\x7f\xad\xc7\x19\xc6\x72\x28\xdf\x7d\xc4\x8b\xc2\xf3\x26\x93\x27\x0b\x4e\x0f\x69\x20\xcf\xcc\xc8\xc1\x5d\x1f\x27\x9e\x05\x72\xdc\xd8\xb5\x5b\xe2\x59\x97\xaf\xd9\x96\x88\xce\x0a\x8f\xac\x63\x07\xb3\xc7\xb3\x5e\xeb\x8d\xdd\xe9\x78\xe9\xc3\xb0\xc9\xd3\x85\x62\x0e\x41\x15\x2c\xe2\xd5\xc8\xf0\x77\x12\xf1\xef\x01\x09\xe9\xbe\x59\x5f\x6d\x39\xed\x0c\xbf\x41\x25\xee\xc6\xd3\xab\x55\x56\xfd\xce\x7a\x80\xaa\xdf\xc7\xf6\x8a\xfb\x1e\x50\x13\xba\xcf\xe3\x85\xbc\xfd\xf1\xd0\x5c\xae\xd6\xa9\x30\xd9\x47\xf8\x42\x5a\xfd\x90\x77\xed\xc6\xef\x01\x2f\x7d\x1b\x71\xaf\xd6\x59\xbd\x23\xea\x8d\x41\xd6\xb3\x29\xda\x85\x8c\xf3\xf1\xd8\xf5\x25\xbf\x07\xf0\xe4\x09\x9e\xfe\x45\xbb\x5d\x53\x1f\x28\xfd\x7c\xec\xdc\xb8\xdf\x83\x49\xb1\x42\x80\xd1\x1b\x73\x27\x05\xfd\x1e\x74\xa6\xf0\xd4\x1b\x74\x4d\x94\x5d\xe0\x42\x5a\xed\x78\xec\x64\x53\xf1\x62\x4e\xeb\x63\xa7\x82\xfa\x1e\x9c\x8c\x2d\x5b\xab\xfe\x14\x5a\x75\xfb\x16\xb3\xde\xd8\xa8\x4b\xdf\x24\xff\x2d\x34\xd3\x89\x6e\xbe\x28\x74\x13\xf2\x0e\x7c\x88\x93\x09\xc4\x8b\x74\xc7\x93\xc9\xbb\xa5\x23\x99\x9d\xde\x0e\xdb\xa8\xf2\x3d\xe8\x78\xa1\xe9\xf7\x49\x45\xb1\xbe\x58\xa2\x6d\xf7\x83\x4e\xa5\xb7\x3e\x89\xf7\xbf\xa9\xd6\x67\xa7\xfd\x7e\xdb\xaa\xbe\x07\xa4\x40\xfb\xa0\x4f\xa4\x7d\xfe\xc0\x88\xfb\x01\xcd\xbc\xd2\xbb\xcc\x4e\x4b\xa8\xee\xf7\xb3\x57\xee\x5b\xd4\x1b\x10\x07\x53\x4f\xea\x03\xfe\x53\xcd\x90\xa3\xac\x43\x4b\xfa\xcd\x8c\x92\x92\x30\x67\x1f\x9c\x6b\xd4\x18\xe7\x02\x4b\x9f\xc0\x23\x3a\x6d\x7f\x95\x38\xfb\x45\x38\xab\x26\x7f\xf1\xbc\x45\xcd\x15\x41\x1b\xd2\x78\x4f\xa4\xf6\xfd\xd1\xc1\x4d\xe4\xf6\x6d\xdb\x50\x1a\x27\x53\xf7\x66\xd9\x72\x66\x5f\x01\x16\xd5\x6f\x00\xce\x6d\xce\xfb\x1e\x80\xf9\xd5\xf2\xef\x8c\xab\xfc\x4f\xf8\xd6\x44\x46\xdc\x0f\x57\x37\x40\x83\x2e\x37\xd2\x01\xce\xb1\xec\x60\x1b\xdf\xe7\x38\xe8\x3b\xa4\x95\x1d\x0b\x29\x34\x29\xa6\x84\x95\xe5\x6c\x22\x25\xec\xd7\x85\x1e\x2c\x8f\x84\x2d\xe1\xcc\x41\x0f\x04\x29\xc5\xe6\xa0\x05\x59\x07\x73\x0e\x58\x35\x92\x2e\xcf\xcb\x9b\x28\x1f\x06\xf4\xa1\x67\x59\x15\x18\xcc\xc5\xb0\x63\x8b\xe2\x1c\x2b\xa5\x7f\xfd\x5f\x7b\x48\xfe\xeb\xfc\x8f\xff\xfb\xc5\xeb\xdf\x17\xc7\x3f\x7f\xd6\xbf\xd0\x2b\xef\xe7\xe5\xd1\xf3\x86\xea\x73\xbb\xe1\xbb\x25\xef\x7f\xbf\x65\x3c\xf4\xc9\x87\x18\xfb\x5f\xf8\x84\x35\xb5\xdc\x6e\x61\xda\xc3\xdd\x72\x7b\x78\x24\xe0\xdc\xe6\xdb\xe3\xf8\xc4\xe1\xf5\x2f\x6d\x6e\xc7\x6e\x79\x86\x5b\x28\x44\xef\x96\xd7\xbd\x31\x7f\x57\x52\x8b\x7b\x9b\xcc\x43\xbf\x5b\xa6\x7b\x43\xaa\x85\x6d\x40\x3f\xc2\x27\x89\xec\x7f\x07\x13\xa6\x6f\xb8\x63\xd5\x5c\x23\xe3\x0d\xe5\x58\x7e\x44\x43\x11\x81\xd8\x76\x5f\xfd\x28\x98\xdb\xd0\xa7\xaa\xf1\x1c\xe9\xd0\xca\xa6\x83\xb5\x6b\xd5\x52\xdd\x02\xd2\xb3\xd7\x22\x05\xc1\x98\xe8\xbb\xac\x8c\xff\x47\x0a\x8f\xdb\x5e\xb6\x45\xb5\x4d\xb5\x31\xa9\x54\xd7\x0e\xa7\x74\xaa\x0d\xfe\x3f\x45\xf9\xf2\x8f\xf4\x11\x94\xfd\xef\xaa\x3f\xe4\x36\xc3\x82\x02\x86\x87\xe2\x2a\x8e\x34\x3c\x37\xa8\x59\x14\xd7\x74\xa4\x0f\x8b\xf6\xbf\xdf\x14\x0e\x7f\x75\xde\x6e\x02\x47\x92\xbb\xfe\x91\x2e\xf7\x08\x51\x59\x9e\xe2\x47\xba\xdd\x23\x22\xce\xe4\x0d\x7a\xc0\x1c\xb0\xff\x05\x7f\x92\x73\xfd\x01\x65\xc3\xfe\xf7\x66\x5b\x53\xdb\xeb\x36\x42\xb2\xdd\x3a\x0e\xdc\x5b\xf7\xbf\x05\xc3\x0d\x35\x69\xe3\x50\xee\x3d\x28\xd8\xe6\x40\xb9\xf7\xf5\x2f\xec\xc1\x2a\xfd\x79\xa0\x46\xfa\xfe\x97\x80\x6c\x4f\xb1\x03\xc5\xcc\xf7\xbf\x04\x64\xbb\x01\x85\x37\xed\xb6\xf0\xb2\xf4\xbb\x62\x42\xa2\xcf\x79\x3c\xe0\x90\xbe\xdd\x7a\xe2\x91\xa2\x5a\xe0\x70\xb2\x7d\x19\xe3\x91\x86\x5b\x4e\xf8\x19\xec\x96\xdc\xd4\x02\x37\xaa\xaa\x62\x48\xf1\x68\x59\x6d\x6d\xfc\xf3\x67\x24\x37\x75\x03\xd1\xd1\xb4\x5d\xcf\x62\x28\x7b\xcf\x62\x28\x19\x5f\x15\x35\x55\x37\x9d\xff\xfc\x19\xad\xbb\xe9\x72\xd3\x8b\xaf\xc2\x6e\xaa\x1a\x2b\x20\x85\x64\x71\x87\xf5\x74\xd3\xf5\xcf\x9f\xae\x58\xcf\x18\x9a\xbf\x6a\xc8\x96\xba\x9d\x5e\x62\x68\xfe\xaa\xe1\xab\x7d\xaa\x23\x24\xdf\xfd\x2f\xa3\xb4\xd5\x62\xd8\xe1\x45\x1c\x95\x57\x3d\x86\xd1\xdd\x36\xd8\xa6\xc1\x6e\x2d\x62\xf8\xe8\x62\x57\x6e\xac\x18\xe3\x26\x21\x31\x46\xfa\x39\x6d\xb7\xc1\x18\x63\x73\x1b\x62\x4b\xdc\x72\xb9\x85\xdc\x77\xb7\x54\x0d\x15\x29\xd3\xa6\x9f\xb6\xea\x36\x14\x67\x0d\x6a\x39\xdd\x72\x21\xc3\xc8\x6e\x69\xc2\xa7\x08\xf9\x24\xca\x7d\x3e\xc6\xe6\xfe\x98\xc0\xa1\x1c\x1a\xab\xfb\x3b\xa4\x03\xdb\x4e\x74\x31\x76\x43\x08\xcd\x4b\x91\xeb\x75\x84\x0e\x71\xff\x0b\xe7\x71\xc1\xd1\x0d\x21\xd4\xfa\x25\x6f\xd2\x18\xe3\xe3\x36\x08\x27\xa5\x09\x05\xd2\xa1\xf5\x05\xdd\xfd\xbe\xdb\x1b\x9d\xa2\x4e\x44\x8a\xe7\x3f\x7f\x14\xc3\x15\xd3\x78\xd4\x82\x30\xb6\xa8\x5a\x70\xd1\x14\x2e\x26\x38\xcb\xc4\x6d\xc3\xfa\x1e\x34\xb7\x7d\x08\x17\x3c\xd8\x79\xb9\xe9\x41\x93\x7a\xbc\x84\x70\xa0\x83\xa1\x2a\xcb\x6f\x4c\xd7\xab\x36\x18\x3f\xab\xb2\xd8\xc6\xec\x43\x91\x51\x0e\x43\x55\xe6\x63\xf6\xb1\xcd\x1d\xce\x60\x3a\x4a\x59\x84\x3d\xe2\xaa\xdd\x95\x5d\x35\x66\xd1\xf5\x98\x07\x03\xb6\x36\x37\x8e\x79\xdc\x6a\xbb\x3e\x1c\x56\xe8\x54\xcc\x97\x76\x2d\xe3\xae\x7e\xc8\xbd\x2f\xe6\xc7\x30\x82\x45\xba\x0a\x7c\xcc\xaf\x96\x24\x43\xce\x39\x94\xf8\x26\xe6\x59\xdc\x06\x21\x43\x61\xe4\xb1\x1c\xea\xb3\x20\xbd\x7c\xde\x7e\x61\xb1\x54\x6d\x5c\xa9\xef\x77\xac\x37\xd1\x8f\xa5\x69\x72\xe5\x5b\xad\xae\xac\xb5\xb1\x74\x37\x7d\xab\xd3\x15\xb4\x18\x61\x72\xdd\xff\x16\x74\xb8\x41\x2c\x9e\x1a\x6b\xaa\x57\xe5\x1b\x8f\xa8\x46\xbe\xff\xc5\x60\xda\x9a\x6a\xe8\xeb\x81\x26\x4d\xba\x8a\xc1\xc4\x0a\x5d\x4e\x55\xaa\xee\x88\x62\xe4\xfb\xdf\x07\x64\x6e\xc3\x58\xab\x76\xb4\xe2\x46\x15\x15\xdc\x1c\xab\xcf\x2f\xca\x27\x7f\xb8\xb5\x81\x6c\x3e\xbf\xad\x61\xb1\x76\x4a\x83\x88\x72\x03\xfb\x5f\x48\x72\x4a\xe0\x1a\xc7\xd4\x71\x43\x6e\xef\xaf\x6d\x2f\xf2\xe5\xe3\x76\xc1\x09\xf1\x6b\xa2\xe4\x4a\x39\xf5\x7f\x25\xba\x46\xa4\x47\xdc\xff\x16\xd6\x06\xde\x73\xbf\x4c\x4c\x90\x5b\xf0\xa3\xad\x7b\x82\x6f\xd7\xba\xbc\x48\x59\x90\x54\xe7\x3b\xbe\x92\x6e\xe3\x4b\x57\x7f\x65\x4e\x8b\xaf\x0f\xd6\x7b\xd3\xea\xb0\xfd\x16\x23\x62\xcf\xf6\xbf\xe5\x9f\x3f\x59\xc9\x29\x23\xe2\xbf\xf6\xbf\xf1\x9f\x3f\xb9\x6c\x1f\xee\x38\xaf\xa9\x26\x26\xef\xdd\x32\x40\x9c\x8f\xbf\x7a\xe2\x6f\x48\x54\x84\x81\x67\xff\x5b\x7e\x03\x51\xd2\x21\x4c\x49\xc7\x27\xcd\xc8\x01\x3e\x1d\x5a\xe6\x74\x7c\xcb\xbc\x7d\x43\xbe\x9f\x5d\x2d\x21\xfc\xd0\xb4\x74\x68\x52\xe9\xf8\x26\x55\xb7\xcc\x90\x0e\xa1\x5d\xa2\xa9\xa8\x6a\x29\xd2\x11\x7e\xfa\x1b\xa4\xff\x63\xb7\xa5\xa4\x36\x20\x49\x54\x34\x70\x3a\x72\x50\xdb\x40\xc0\x82\xe0\x18\x86\xe3\xe3\xa7\x4d\x15\xbf\xd3\x31\x86\x9b\x90\x70\x53\x9e\xe8\xe9\x18\x97\xdb\xee\x7f\xfe\xd4\xac\xc5\x10\xb1\x4e\xc7\x47\xac\x55\xf7\x30\xf9\x76\x93\x70\x4f\x50\x96\xe8\x74\xcc\xe6\x96\x13\x1c\x59\x1f\x4d\x77\x37\xd1\xdd\xda\xfb\x64\xc1\x20\x05\x38\xca\x55\xd5\x94\x4b\x61\xba\x0d\xd7\x8b\xaa\xcc\xfe\x29\xe8\xc0\xa4\x30\xf9\xdd\xa6\x4a\x29\x4a\x92\x4b\x11\xaa\xe9\x43\x61\x5f\x29\xc6\xd3\x6d\xf3\x23\xb9\xfb\x58\xa7\x98\x34\xb3\x88\x0c\x5f\x35\xa8\x49\xf2\x66\x8a\x9f\x40\xd5\x15\xa7\x99\x62\xb9\xdd\x04\x42\xad\x2c\xfb\x29\x76\x03\x02\xbd\xd5\xa1\xaa\x9b\xc9\xcc\x37\x45\x38\x23\x1d\x46\x52\x28\x74\xf7\xbf\x90\xdc\x73\xd7\x04\xce\xec\xb6\x0e\x28\xf7\x7a\xc5\xcb\x13\xb8\x16\x28\x9a\xc1\xe3\x2e\x41\xfb\x0f\x85\xf6\x27\x5f\xab\x12\xaf\x55\x41\x57\xa4\x94\x24\xd6\xa7\x04\x8f\xd3\xa0\x0a\x2d\x29\x85\xd3\x6d\x28\x66\xa9\x0a\x16\xc9\xd7\xa7\x94\x70\xef\x0f\x2a\xa9\x90\x52\xec\x6e\x1b\x68\xdb\x7c\x2f\xa5\xe8\xf1\x10\x31\x12\x94\xb3\x3e\x25\x11\xd0\x94\x70\x36\x82\x72\x96\xa7\x94\xfc\x5d\xe6\x77\xc2\x95\x94\x93\xdb\x2a\xdb\x34\x87\x7c\xb9\xed\x46\x9b\xb6\x2f\x65\xcf\xa1\xb0\xcf\xac\x3e\x4b\x71\x1b\xfb\xdc\xdc\x28\xe1\xde\xb7\xff\x85\xa0\xb0\x6f\xc5\xc9\x37\xc0\x94\x3a\x84\x99\xa1\x99\x77\xcf\xa0\x23\x23\x9d\x17\x4c\x72\x42\x82\xe8\xd4\xea\xa1\x0e\x8d\x0e\xe9\xfc\x78\xa9\xb2\x1c\xa6\xf4\xe8\x3c\x26\xe8\x22\x83\x0a\x27\xa6\x22\xe5\x45\x2a\xcc\xb2\xab\x7c\x79\x09\x15\x69\xf7\xbf\x74\x2c\xdc\xf7\x4d\xba\x90\xec\x7f\x0b\x55\x52\x75\xb7\xc5\xa4\x36\xb8\x19\x0d\xe5\xc5\xc8\x6f\x9c\x6a\xc3\xb6\x66\xa5\x4b\xce\xb0\xbf\xee\x7f\x03\xdb\xe2\x6e\x6b\x1e\xaf\x15\x06\xc5\x8c\xdd\x36\x5e\xb5\x7d\x07\x46\x2e\xd8\xdf\xef\xcb\x4d\x8c\xc7\x59\xc4\x21\x4f\x6d\x78\x9e\x30\xa6\x07\x65\x3e\xc9\x08\xae\xdc\xff\x32\x31\xe5\xbe\x56\x66\xc4\x55\xee\x7f\xe1\x12\xa4\x00\x8c\x3c\x2f\xf7\x79\x21\xeb\xab\x04\xb9\x3c\xa5\xbf\xc9\x13\x25\x57\x42\xd8\xb2\x49\x86\xab\xfb\xfe\xf7\xe3\x89\x92\x7a\x8b\xf9\x54\x39\x0e\x2e\xca\x56\x76\x14\xdf\x47\x0b\xd8\x45\x0c\xe2\x1f\xe5\x28\x41\x6d\x28\x87\x1c\x54\xa6\xba\x1c\x3d\xa9\xed\xbb\x30\xc4\xa0\xea\xcc\xe5\x18\xee\x73\xd0\xb3\x7c\x8b\xd9\xe5\x18\x53\x6d\x27\xa7\x90\xd5\x76\xba\x0d\x69\x1d\x82\xea\x06\x97\xe3\x3a\xdd\xb6\x9c\xd3\x05\xcb\x3d\xd4\x76\x9f\xdf\xd4\xdd\xf4\xdc\x6a\x7a\xb8\x9a\x9b\x15\x97\x20\x52\x55\xc2\x47\xaa\x2c\x60\x94\x70\xdc\x6e\x82\x35\x67\x7b\x2d\x1d\x25\x04\xb7\x05\x76\xb9\xd5\x0c\x25\xe8\x46\x58\x02\x42\x28\x83\x2a\xba\x96\x10\xfd\x5d\xe4\x77\x5b\xe6\x2f\x21\x69\xe6\xe1\xc3\xe0\x2c\xf9\xa9\xe0\x3a\xbd\xff\xfd\x26\x27\x71\xb4\x84\x51\xd4\xf4\x71\x6a\xe9\xe5\x0f\x7a\x41\xed\x7f\xaf\xaf\x29\x69\xac\xcb\xd3\xbe\x22\x9a\xd4\xe1\xa3\x4d\x0d\x0f\x4f\xdd\x3e\x21\x25\x7a\xb5\x18\x17\x91\x95\x7a\xaa\x98\xdb\x95\xc8\x5c\x6d\xd2\x12\x96\xa8\x33\x42\xb7\xaa\x2c\xb1\xbe\xc0\xde\xb0\xff\x65\x48\xf5\x0e\x27\x2d\xd1\x73\x8b\x28\x55\x1c\xc4\x5c\x4b\x94\xa2\xaa\xc4\x13\x05\xdf\x0c\xa5\xae\x3a\x25\xa2\xb0\x6f\x88\x47\xf9\x2b\x01\xb7\x44\x63\x58\x24\x86\x29\x03\x47\x89\xd3\x90\x7e\xd2\x83\x1c\x16\x8f\x92\x0e\x7d\x96\xa0\xd7\xce\x8a\x8c\x2a\xc9\xe8\x00\xe6\x14\x83\x77\x28\x49\x45\x50\x12\xb2\xc4\x07\xa5\xed\x29\xa0\xf4\xfb\x5f\xce\x62\xeb\x38\x4a\x92\xae\xa2\x24\x56\x0a\x54\x2a\xc8\x02\xe7\xda\xfd\x2f\x0e\xb3\x6e\x43\x25\x1b\xfd\xf2\x87\x7e\x59\x19\x45\x4b\x16\x2f\x2c\xd4\x9b\x0d\xdd\xe5\x4a\xd6\x85\xad\xc0\x0d\x3e\x06\xef\x5f\x96\x7a\xb5\xe4\xf7\xc3\x3f\xe9\x9e\x8a\xaf\x80\xa5\x30\x34\xc0\xab\x52\x7c\xb8\x0a\xac\x56\x21\xee\xc8\xb9\x52\xa4\x7d\x2a\x05\x09\x3a\x15\x60\x5c\xe0\x6d\xbb\xff\xbd\xf0\xd9\x0e\x0a\x2a\x45\xec\xa9\x94\x87\x0b\xb6\x25\x8b\x52\x25\x75\x94\x0a\x3b\x43\x56\xd2\xad\x82\x70\x92\xfd\x2f\x10\x57\xf5\x5f\x4a\x15\xa7\x2f\x15\xe9\x4e\x83\xee\x0b\xa5\x56\x7f\x57\xb1\xd0\x62\x33\xa5\x36\xb7\xc1\x66\x9d\x95\xa9\xaa\x54\x63\x6e\x85\x2b\x7a\xce\x5b\x33\x5b\xaa\x57\xb3\xa2\xda\x45\xd0\x4d\xb0\xd4\xa9\x65\xa9\x93\xa1\x06\x9b\x29\x94\xe6\x83\xd9\x90\x9c\x38\x48\x49\x5c\x9a\xa4\xaa\xd2\x10\x19\x31\x54\x68\xbd\xb4\xa8\x5d\x6f\x11\xec\x50\x59\x25\x4b\xd3\xcd\xa1\x34\x78\xea\x67\x05\x44\x97\x96\x9a\xdb\xfa\x3f\x7f\xb2\xb2\x5a\x94\x96\x1e\x37\x81\x6c\xaa\x9c\x46\x69\x59\xd3\xa3\x85\xd8\xa9\x93\x0a\x4a\xbc\xef\x7f\x19\x26\xb2\x85\xb1\xd2\x86\xfb\x64\xc6\x22\x85\xdc\x97\x66\x7c\x47\x1d\xea\x9c\x37\xfb\x2d\x6d\x7a\x38\x98\x20\xb2\x0a\x04\x97\xee\xe3\xd5\x79\xbc\x94\x65\xad\x74\x89\xd2\xa5\x77\xc6\xa3\xec\xeb\x4a\xe9\x5d\x54\xba\xd3\xfa\xae\xf4\x1c\xa5\x4b\xcc\x2e\xfd\xe4\x2e\xe8\x9c\xa0\xaa\xe4\xfe\x97\xc1\x26\xe2\x18\x7d\x5e\x6e\x7b\x70\x5f\xdd\xab\x89\x2a\x8c\xfb\x5f\x22\xd9\x96\xea\xcb\xf0\x69\x1e\x38\xcd\xdb\x9f\xec\x28\xd0\x07\xec\x7f\x2b\x3f\xdb\x78\x3b\x9a\xdb\x18\x5f\xa1\xb8\xf5\x32\x64\xe8\x29\xa8\x6c\x96\x15\x81\x5e\xc6\xab\x09\x8c\x97\xe8\x20\xe1\xe2\xf4\x70\x88\x89\xce\x45\x5b\x8e\xb0\xe1\xfd\x6f\x61\x6e\xb3\xbd\x07\xa7\xe5\x80\xf3\x64\xb4\xc8\x8e\x1f\x2d\xa7\xee\x63\x05\x45\x4f\x72\xd1\x81\xbd\x4c\x04\x50\xe2\x21\xab\xe0\x68\xb9\x9a\xce\xf9\x45\xcf\x5a\x65\x80\x28\x97\x6e\x86\x05\x35\x03\xe2\x27\x02\xed\xb6\x53\xb4\x9d\x99\xfa\x83\xd2\x1e\x95\xcb\xbc\x12\x2e\xae\x5f\xdb\x5e\xcb\xcb\xeb\x75\x3d\xcc\xdc\xb6\x25\xfa\x72\x1f\xc2\x30\xe4\xff\xce\x8a\xaa\x2c\x77\xd2\x70\x48\xdc\x9c\x15\x25\x59\x90\xc9\x77\xff\xbb\xc2\x72\xf4\x99\x84\xd7\x72\x53\x78\x95\x8a\xa2\xdc\x53\x50\x22\xe9\x6d\x0c\xca\xe9\x51\x90\xe1\x73\xfd\x5b\x21\x53\xe5\xad\x57\x28\x4f\xd3\x0c\x90\x11\x33\x06\x55\xc3\x29\xc8\x91\xb8\xff\xfd\x2e\x17\x9e\xdc\x2b\x45\x45\xa1\x87\x4d\x56\x72\x83\xf2\xca\xce\x52\xe0\xff\x9d\xa5\xe9\x2d\x6f\xd1\x1e\xbc\x85\x7b\xa0\xd3\xfa\x56\x9d\x82\x97\x66\xda\xb2\x2f\x2c\xe5\x35\x07\x7a\x2b\x83\x84\x84\x0e\xaf\xf1\xf9\xfd\xf0\x39\xcb\x16\x50\xac\x3f\x2a\x48\xb8\xf5\x75\xb9\x17\xe5\xbd\xb5\x60\x70\x0a\xce\xd2\x63\x97\xf7\xf1\xe4\x58\x2a\x49\x61\xf0\xe5\x95\x1e\xbb\xc0\x0b\x28\x2b\xee\x94\x9e\xc3\xfb\xdf\x81\xa6\x3d\xef\x69\x79\x11\xe1\xb7\x21\x17\xd1\xf5\x69\x21\x60\x52\x08\x28\xfb\x26\x5d\xa6\x59\x21\xd2\xde\xe4\xa6\xcd\x99\x46\x86\x49\x64\x28\x22\xdd\x53\xca\xea\x32\x11\x4e\x19\x8a\x08\xdf\x7c\xdc\xf6\xac\x36\x0d\x67\x5a\x4a\x9f\x66\xab\x2c\xca\x7c\xba\xdb\x06\x72\xb1\xaa\xe9\xd5\x32\xcf\x97\x71\x50\x1b\x94\x7a\x68\x06\xf5\x28\x8d\x05\x2c\xda\x6e\x1b\x6e\x43\x2a\xbb\xed\xf1\x77\x54\x8b\xf3\x15\xe2\x7c\x0c\x65\x9b\x3b\xea\x71\xbf\x6e\x9b\x6c\x2b\xbb\x6d\xba\xcb\x89\x2e\xb7\xe2\xbc\xc2\x83\x76\xff\xfb\x7e\x4d\x9b\xb6\xd5\x20\x2a\x5b\x03\x1c\x5e\xb3\x81\x44\xe4\xec\xfe\xf7\x23\x89\xaa\x51\x5b\x83\xd4\x31\x35\x74\x2e\xe5\xd6\x35\xd5\xa0\xbb\x51\x0d\xbc\x1b\xed\xa0\xb5\xa3\x86\xe1\xe1\x78\x37\xd2\xf9\xaf\xe1\x76\x9f\xbc\xde\x95\x21\x30\x3d\xf1\xb0\x26\x3e\x34\xde\x7b\xab\xed\x65\xa1\x90\x31\xfe\x4a\xe8\xad\x51\xea\xc8\x1a\x8f\x0f\x6f\x55\xe0\xac\x46\xdd\x0c\x6b\xfc\xc4\x81\xac\x4a\x53\x35\x76\x2d\x27\xf4\x4d\xd1\xe5\x86\x6a\xf4\x04\x23\x32\x1e\x6e\xcf\x9e\xa3\x5a\x38\xaf\x11\x15\x45\x82\x50\xac\x46\x1d\xd7\x0a\x7d\x53\x0c\x75\x4b\x1c\x15\x76\xf1\xfd\x2f\x42\x9d\xea\x16\x39\x6a\xca\x1a\x0e\xaa\x99\x8f\x2c\xee\x19\xa4\x53\x7d\xc2\xa0\x1d\x86\x52\xba\xd6\xa4\x73\x5e\x57\xc0\x99\x54\xcf\x35\xbd\x1e\xef\xe5\x78\x5b\xb3\x52\x93\x6e\x02\x95\x11\xcf\x43\x79\x0f\x6a\x96\x89\xb1\x66\x66\xd2\x55\x3e\xc9\x9a\x3d\xbf\xbc\xc8\xd1\x3e\x43\x35\xdf\x1a\x2f\xc3\x86\xd4\x54\x3b\xad\x66\xb9\x37\xd4\xfc\x86\x7f\xfe\x14\x65\x3a\xac\xb0\xd7\xec\x7f\x71\x4e\xea\x26\xfb\xb5\x78\x5f\xcb\xc1\xb6\x2d\x3b\xd4\x22\x71\xbf\x96\x8f\x79\x17\x25\xac\xaf\x25\xdd\x6e\x7a\xf8\xd9\x5e\x95\x22\x25\x7f\x2d\x1f\x82\x17\x25\x90\xa9\xc5\x40\x16\x02\xa9\xb9\x95\xe9\xc1\x10\x98\x1e\x94\xb1\xa1\x96\xf9\xba\x8d\x7b\xbe\x29\x7b\xb5\x64\x5e\x21\x99\xc7\xa0\x3c\x05\xb5\x4a\xe4\xa8\xf5\xe3\x37\x45\x5a\x97\x5a\x65\xa2\xae\x15\xa1\x1a\x79\x07\x7f\x1e\xb5\x8a\xbd\x56\x58\x64\x8a\x92\x7b\xd6\x5a\x6f\x37\x3d\x0c\x72\x54\x97\xcd\x9f\x41\x91\x53\xa5\xb5\xac\xb5\x7b\x38\x7a\x5b\x2a\x83\x61\xad\xe3\x54\xdb\x00\x6d\x57\x86\x87\x5a\x6f\xad\x65\xbd\x21\xda\xa9\xc6\x63\x6d\x51\xa7\xa4\x7d\xf7\xc7\x12\xb6\x05\xa3\x36\xd9\x60\x2a\x02\xf8\x8a\xf4\x23\xb5\xc9\xe9\xa7\x36\xaa\x8d\xda\xbe\xdf\xd5\x9e\xb4\x3d\x1d\x1e\xfb\xb9\x6e\xfd\x4f\xed\x75\xaa\xad\x81\xe6\xb4\xed\x4f\x51\xbb\xf1\x99\x9e\x6b\xad\x6b\x31\x51\xaf\x7f\xff\x7b\xb1\x4d\xdf\x49\xe9\xc2\x70\x90\x18\x9a\xce\x64\x97\x9a\xaa\xb2\x20\x7c\xeb\x51\x6d\xd3\x70\x4e\xc2\x29\x64\x1f\x72\x15\xa8\x63\xc1\x29\x7a\x3b\x9a\xe6\x30\x90\xd7\x35\x2b\xd5\x44\x1d\x8f\x56\x73\xc0\x0d\x37\xd7\xcd\x99\xeb\x10\xef\xaa\x83\xbc\x4b\x25\x6f\xea\x69\xea\xc7\xec\x40\xad\xeb\xbb\x53\x92\x4c\x65\xfa\x98\xac\x3c\x18\xf5\x94\x85\xbc\x9e\xc8\x18\x1b\xba\xf0\xf6\xd4\x55\xa6\x42\xfc\x0d\x59\x29\x90\xea\x79\x7a\xbc\xf3\x3b\x5d\x72\x41\xa8\xe7\xe5\xe1\xc8\xd1\xbb\x48\xce\x69\xb2\xc2\x0a\x95\xa1\x8b\x74\xa0\x9c\xe4\xfe\x97\xe4\xc8\xc3\x3d\x3a\x42\x28\x00\xf9\x7d\xb7\xb7\xef\x94\x38\x59\x4f\x46\x43\xf7\x2d\x32\xd6\x4b\xbe\x51\x15\xf6\xc3\x18\xba\x28\xff\x75\x68\x1b\x2e\xa4\x69\x68\xdb\x39\xfe\xa8\x97\x54\x3d\x15\x05\xcb\x5c\x33\xa1\x5e\x52\x86\x56\x88\xf0\x1f\x98\x1a\xce\x3b\x8b\x2a\x66\x4e\x96\x5f\xaf\xe1\xa6\x13\x82\x6d\x8f\xea\xd2\x8b\x79\x21\xb3\x5b\xe8\x62\x6b\x97\x11\x17\x75\xb7\x9c\xdd\xba\x5e\x97\x81\x44\x12\xd8\xb0\x7d\x63\x8f\x7a\xc9\xcb\xa9\x5e\xa8\xe3\x19\x7a\x12\x94\x72\x9e\xab\xac\x30\xd5\x54\x9f\xbb\x5e\xaf\x17\x8c\x21\xb6\xaa\x17\x5d\x51\x77\x67\xff\x9b\x91\x23\x76\x1f\xcb\xdb\x44\x80\x55\x6a\x9c\xc7\xbd\xde\x66\x4f\xa8\x81\x11\xb2\x1c\x45\xea\xe3\xef\x9e\xc8\xe1\xb4\x2a\x8f\x45\x96\x87\xd9\x3b\x64\xd6\xa8\x6f\xd6\xd4\xe9\x13\xdf\x86\x96\xe5\x95\x06\xaf\xbe\x30\x6b\x34\xd5\x96\xab\xaf\x1c\x89\xea\x8b\xb4\x48\x4d\x15\xe0\x2a\x92\xf9\xee\x7f\xa1\x3a\xb2\xf8\x64\x31\xbb\x42\xcc\x2e\x59\xa8\x62\x29\xbb\x2e\x5f\xfb\x72\xa8\xed\x75\x97\x2f\xbb\x14\x37\x99\xf2\xed\xa8\x93\x55\xd4\x9b\xa6\x37\x7d\x14\x26\x77\x48\xf5\x08\x9a\x7d\x2f\xdb\xc1\x8c\x4a\xa2\xfd\xed\x90\x42\xb4\x1d\x10\x8a\xf3\xf6\xf6\xfd\x1e\x14\xb7\xc1\xc9\xb1\x6c\x67\xc6\x16\xf2\xde\x86\x16\x32\xb2\xb9\x6d\x42\xd6\x82\x84\x92\x16\x58\xe9\x56\xe9\x4e\x5b\x90\x85\xba\x41\x16\x8c\x36\x2e\x35\x4b\x6a\x0d\x92\x5a\xb4\x71\xa9\x45\x09\x48\x2d\x7e\x1c\xbc\xc8\xdc\xd3\xa2\x34\xcb\x2d\xe6\x03\x4d\x1b\xc8\x98\xdd\x04\x93\xd4\x28\x51\x9f\xc9\x24\xd5\x22\x4c\x52\x59\x2e\x6c\x2d\x56\xcd\x20\x32\x74\x4f\x19\x23\x1b\x72\x78\xec\x7f\xc1\xf4\x64\xca\x6a\xd1\x0b\x16\x49\x73\x54\xc5\xb0\x25\xd9\x82\x5a\xa2\x2d\x68\x47\x22\x1d\xcd\x5e\x97\x8d\x5e\x97\x5d\x65\x66\x9a\xbd\x27\x1b\xbd\x27\x47\x49\xfd\xaf\x44\xdf\x96\xb2\xa6\x01\xe3\x5c\x91\xc5\xba\x25\xa3\x44\xe2\xa5\x59\xa5\xef\x5a\xf2\xec\xd3\x9a\xfd\xd6\x7a\x36\x1b\xeb\x5a\xea\x5c\xb5\x2d\x38\xb6\x34\xfc\x1d\x14\x1e\xb9\x09\x05\xb3\xd4\x74\x2d\x43\x4d\x97\xfb\xa6\xfe\x2d\xcb\xda\xd5\x32\x99\xb7\x92\x2c\xb7\x2c\x89\xa6\x65\x54\xfd\x09\x2a\x1d\xdd\xb2\x61\xc9\x0c\xc3\xea\x5b\xbf\xdc\xb2\xd4\x1a\x2d\xb3\x98\xb2\x8a\x42\xb4\x2c\x26\xdc\xf2\xc7\x08\x4a\x55\x97\x45\xea\xbd\x56\x12\x43\xa6\xf7\xed\xbe\x15\x6f\x7c\xc1\xc6\x47\xa5\x22\x6f\xa5\xf9\x3b\x46\x94\xca\x8e\xd4\x8a\xf8\x65\x2b\x1f\x98\xa5\x09\x07\x8b\x6e\x12\xad\xe0\xaa\x94\x77\x10\xd8\xd1\x8a\x4f\x4a\x81\x77\x48\x97\xf9\xa9\x95\xc7\x6d\xef\x6a\xd3\x77\xd3\x7d\x7e\xbc\xad\xe8\x9e\xde\x2c\x8d\x36\x48\xa3\x45\xee\x7c\x0c\x7c\xdc\xff\x56\x16\xdb\x2a\x6a\xbb\xdc\xc6\xb0\x71\x61\x75\x95\xf3\xc0\x77\x2b\xfe\xba\xdc\x37\xd2\x56\xe5\xed\xd9\x2a\xab\xd9\x28\xab\x74\xab\xf2\xf7\xfc\x2e\x87\xf8\x4c\x90\x48\xf1\xdc\x6a\x45\x8f\xdb\xba\xde\xec\x65\xd4\x6a\x3d\xd1\xb4\x4f\x6c\x95\x0f\x4e\xab\x2c\xba\xa9\x04\xca\xad\x0e\x03\x32\xf0\xd9\xbe\x57\xb6\x2a\x36\xda\x2a\xd8\x68\x54\xbe\xe2\x56\x65\x2b\x6e\x4c\x49\x90\x7b\x55\x97\xa7\xe1\x07\x25\xb6\x9b\x5d\xab\x97\xa1\xbc\x38\xdc\x3e\xcb\x4d\x7a\xa5\xd6\x10\x35\x12\x4d\x57\x9a\xdc\x30\x1b\xe4\xe3\xb2\x03\x48\x8e\x66\x7d\x74\x83\x3e\xba\x48\xa0\x6c\x2d\x0b\xf1\x1a\x52\x03\x56\x55\xce\x6f\x4d\xca\x89\xd6\xa0\x9c\x88\xca\xfe\xda\x9a\x94\x66\xad\x21\x14\x3b\xcb\x27\xbb\x59\x57\xdd\x5a\x43\x39\xd1\x43\xfb\xdd\xbc\xce\x0d\xbe\x4e\x43\x17\xf8\x66\x01\xbd\x41\x40\x2f\x5d\x2c\xa1\x3d\xc2\xbc\x86\x00\x83\xae\xf2\xca\xad\x47\x4d\xa1\x23\x40\x3e\xef\x7c\x2c\x47\xeb\xf2\x2f\x6c\x9d\xd5\x6c\x55\x2a\xa8\xf5\xd7\x6d\x8c\xf7\x90\x5b\x7c\xeb\x72\xc2\x6f\x9d\x51\x9e\x32\x4b\xb5\x21\x93\x55\x43\x12\xd8\x30\xe4\x13\xd2\x86\x2e\x57\x6d\xf0\x72\x35\xb6\x4a\xad\x8d\x4b\x7d\x0e\xec\xeb\xd8\x4c\xbb\x0d\x79\x81\xb7\xc1\xc8\x4c\x79\xb5\xb4\xd3\xb4\xfd\xfc\x68\x7b\x91\xf7\x46\x3b\x75\x4d\x6d\xd0\x31\xc7\x18\xb6\xe2\xbf\x9d\x3e\x06\xc8\x60\x58\xe4\xbc\xd1\x4e\xd9\xcf\x1b\x6a\xb8\x87\xac\x4a\xe6\xed\x94\xca\xb6\x9d\x0f\x80\x14\x82\x9d\xaf\x7b\x7c\xd1\xe3\x56\xfb\xb7\xcb\x30\x5e\x84\xb1\xaa\x49\x1e\x26\xed\x8a\xdc\xb9\xad\x4f\x6f\x97\x39\xef\x85\x1c\x9c\x51\xb7\xb5\x76\xe9\x36\xd3\xae\xef\x36\x53\x54\x5a\xaf\x5d\x32\x43\xb6\x8b\x45\xe9\x15\xbf\xd1\x2e\x5d\xa6\xdb\xc5\x82\xe2\x32\x4b\xb7\xcb\x9b\x7a\xb1\x74\xb8\x4c\xcf\xed\x36\xb1\xb9\x49\x6c\x82\xc6\xbb\xe5\x8e\xd4\x58\x45\x6f\x48\x21\xd5\x6e\x6f\xf8\xaa\x6d\xa7\x8b\x55\xbb\xa5\xcc\x69\x37\x43\xeb\x65\x2e\x6d\xb7\xc4\xad\x76\x43\xdc\xca\x2a\x25\xdc\x1e\xa9\xc6\xdb\xaa\x76\xa6\xea\xbb\xed\x31\x83\x79\xc8\x60\x54\xac\xb1\x3d\xba\x6a\xb7\xa7\x73\x5f\x35\x87\x47\xc2\x79\x43\x55\x9c\x68\xff\xc3\xf6\xdc\xee\xf3\x46\x85\x24\x15\x3e\x6d\x8f\x8c\x44\xed\x61\x9c\x8a\xb4\x24\xed\x2d\x5a\xb3\xb7\x9c\xff\xfc\xa9\x3b\xdc\xfc\x68\xaf\x79\x16\xaa\x82\x84\x2e\xf7\xf9\xf6\xca\x29\xa7\x21\x3c\xb7\xee\xc0\xc8\xa3\xa1\x00\xc8\xfe\x37\x7f\x4d\x5a\xcc\x57\xce\x73\xed\x85\xf3\x9c\x4a\xfd\xb6\x57\x97\xc6\x06\x27\x95\x18\x65\x27\x6e\x70\x3a\xd9\xff\xbe\xf8\x4c\x4d\xba\xa3\xb6\xf9\xdd\x51\x6b\xd0\x0e\x4c\xef\x38\x53\xb2\x67\x53\xc5\x69\xca\x37\x3f\xea\x52\x8d\x60\x53\xca\x87\x36\x57\x32\x8f\xee\xb6\xee\x36\xcc\x5a\xb8\x67\x5f\x97\x46\x5f\x97\xae\xc2\x5d\x6d\x36\x8f\xc6\x82\x2c\xaa\xe0\xdd\xe6\xad\xbd\x41\x9a\xec\x1a\x44\x4a\xad\x73\x6e\xd4\x39\x97\x43\xdb\x3d\xa7\x87\x63\x25\x05\xe9\xf5\xba\x7d\x25\x3b\x7c\x25\xab\xaa\x81\xf7\x43\x2e\x66\x1d\xb1\x1b\x31\xca\x05\xb0\x1f\x32\x2e\xf7\x03\xbe\x4f\x45\xb9\xe2\x7b\xa8\x1b\xca\x1e\xea\x07\xa5\x9c\x7c\x7a\x90\x70\xd6\x03\xad\x39\xca\xee\xde\xc3\xf3\xa8\x0d\x41\x55\x43\xc9\x41\x7b\x90\xf8\xd2\xc3\x47\xc4\xab\x52\x4d\x77\x3b\x31\xf6\x00\x43\x4f\x8c\x4a\x81\xfc\xff\x2d\xed\x76\xfb\x38\xf6\x30\x11\x61\xb6\xd9\x7c\xb7\x67\x47\x87\x67\x47\x95\x1b\x56\x8f\xba\xa1\xf6\x08\xe5\xf8\x90\x78\xd6\x1d\x93\xd0\x11\x93\x50\x65\x76\x66\x0e\x83\xfd\x6f\xff\x9a\xb6\x2e\xb7\xdb\x8d\xf1\x23\x95\x98\xc2\xd0\x67\xc3\x3d\x0e\x90\x3e\x25\x20\xef\xf1\x34\x24\x4c\x81\xa9\xf2\x95\x3d\x9e\x1e\x8e\xf2\x86\x2c\x7f\x3d\x89\xdc\x74\x06\x73\x75\xdd\x34\xbb\x5d\x37\x3a\x5c\x37\x62\x94\xd2\xa5\xa7\xe0\xef\x02\xa6\xb0\xa5\x83\x8e\xf0\xae\xfd\xef\xe4\x67\xea\x52\x12\x47\x4f\x2c\x5a\xea\xa9\x27\x39\xd6\xf6\x84\xd0\xc3\x9e\xf7\x0d\xa0\x27\xc9\xb3\x3d\x41\x9e\x2d\x92\x46\x7a\x96\x1b\x56\xcf\xcc\x8d\x51\x04\x66\x16\x95\xea\x19\xd9\xc8\x7a\x11\x2c\xf9\x74\x1b\xca\xb0\x45\x69\x4f\x7a\x96\xca\xa2\x67\xa4\xc3\x8c\x32\x73\xf5\x2c\x53\x43\x67\xb8\x40\xdf\x29\x08\x8f\x5e\x14\xb5\xd5\xcb\x91\xf8\xdd\x86\xb3\x78\xc9\x0a\x96\x4c\xa9\xf0\x7b\x91\xaf\xc1\xd7\x17\xba\x4c\xea\x52\x24\xa7\x17\x5c\xb6\xa2\x12\x29\xf7\x22\x3e\xdf\x0b\x93\xff\x94\x2d\xe6\xf7\x72\x69\xa9\x71\x1b\x88\x51\xf1\x4d\xbd\xc8\x60\xd5\x0b\x13\x33\xed\xe4\x84\x47\xaf\xba\x6a\xf6\x8a\xab\x66\x53\x79\xac\x5e\x65\x27\xea\x70\x1b\x89\x51\x99\xe4\x7b\x95\x31\xa8\xd7\x82\x42\xa0\xd9\xdf\x49\x12\xeb\x95\x92\x98\xac\x02\xdd\x3a\xe2\x0e\x39\xbc\x2a\x80\xa8\x57\xf9\x62\xf6\x3a\x98\xe3\x65\x8b\x0f\xdd\x42\x74\xa7\x10\x5d\x8e\x4d\x6e\x7b\xf5\xce\xd6\x6f\x67\x6b\x76\xd3\xe5\xd9\x5d\x10\x11\xe4\x9b\xdb\x9b\xb4\xfb\xbd\xb1\x06\xb0\x7c\x22\x7a\x53\x5c\x52\x6f\x4c\x59\x23\x45\x41\x6f\xb2\x67\xf5\xc6\xba\x85\x0a\x0c\xec\x6d\x08\xcc\x86\x6c\x6f\x63\xa7\xf6\x3b\x7a\x3b\x3d\x1e\xbc\x5d\x8a\x57\xba\xc9\xdb\xa5\x37\x64\x10\xe8\x35\xaa\x4f\x19\xf2\x7a\x9b\xf0\x9e\xd7\xe6\x75\xe9\xa9\x7a\xcf\xdc\x04\x91\x81\x6e\xf2\xd1\x91\xb3\x72\x34\x1d\xf5\x6e\x64\xe9\x2c\xcb\xa0\xda\x2c\xbd\x4b\x7a\xe8\xfd\xfe\xf8\x72\xd9\x92\x72\xef\xb2\xcc\xf4\x8e\x44\x5a\x51\xd1\x49\xbd\x1b\xc7\xfa\x87\x63\x55\x8e\xb4\xdd\x8a\xec\x4e\x45\x76\x51\x81\x92\x3e\xe4\x8e\xd4\x19\xf6\x3c\x94\xf5\xba\x0f\xdd\x33\xfb\x08\x5c\x68\xa1\xf4\x30\xf3\x62\x74\x74\xd1\xe5\xbb\x0f\x39\xa2\xf7\x11\x3f\x52\x5c\x35\xb9\x21\xc9\xa2\x0f\x58\x21\xa2\x2c\xeb\x7d\x98\xe8\x8c\x8f\xe8\x54\x25\x4e\xee\x43\x2a\xfc\x8e\xe4\x4b\xb5\x8a\x3c\x9c\x3e\x3f\xe7\x01\x0c\x93\xcd\xba\x9f\xb2\x67\x77\xe4\xf0\xff\xda\x76\x97\xa7\xa2\x59\xfa\xd9\x70\xe1\x2a\xd1\x6d\xa7\xdb\x40\x89\xcb\x96\xf5\xfb\x79\x6a\x51\xce\xf3\x63\xb1\xca\x14\xdd\x4f\xa9\xe7\x3a\x14\xda\x31\x16\xcd\xe0\x92\xfb\x56\xbf\x90\xe8\xa0\x48\x12\xeb\x97\x34\x0b\xfd\xfa\x84\xb2\xda\x74\x0e\x2e\x13\xe9\x8b\x44\xba\x8a\x1b\x5e\xba\x2a\xf7\xeb\xc3\xb5\xba\xb3\xf6\x1c\xfd\x96\x70\xd4\x91\xe9\x2c\xc6\x22\x22\x76\xcb\x49\xa1\xa3\xae\xf2\xd7\xb6\xbb\xbc\x25\x4a\xf6\xbb\x73\x51\xb6\xc1\xad\xdf\xb2\xb2\xf6\xbb\xa3\x0e\xcf\xbe\x3f\xf4\x5b\xc1\xdf\xfd\xbe\x30\x01\x89\x1d\xb7\x19\xfd\x0d\x46\x2f\xdb\x4b\x7f\xbc\x73\xcf\x81\x08\x93\x2d\xed\xf6\xe7\xd5\x57\xa8\x95\x58\xdb\x16\x09\xfb\x23\x73\x40\x7f\x58\x52\x59\x56\x92\x6e\x17\xee\xfe\x12\x17\x64\x08\xee\xaf\x14\x96\xfd\xfd\x04\xfd\xda\x85\x78\xaf\x62\xa5\x3b\x4a\x03\xd6\x9d\xdb\xe1\xe8\xaf\xe2\x77\xfa\xcb\xd4\x7e\xde\x9b\x57\x37\xfd\xfe\xa6\xce\xd1\xf6\xd1\xb1\xe3\x77\xa7\xe3\xf7\xe8\xc2\xd8\xb7\x78\x38\x56\xe4\x96\x8f\x42\x7f\x65\xd5\xec\x2f\xab\xb6\x56\x1d\xab\xd7\x84\x01\x69\x60\x62\xdc\x69\x61\x8f\x3e\x65\xec\xe8\x28\xa6\x15\xa3\x5c\x7c\xfa\x94\xda\xa7\x23\x1c\xe9\x6b\xdb\x53\xb7\xf0\xdd\x21\x7c\xc7\xa8\x70\x98\x3e\x0d\xe7\x5c\x70\x6e\x35\x53\x9f\xd5\xdf\x7d\x08\x56\xbb\xf0\x64\x9e\x1e\xee\xe4\x06\x89\xee\xcd\x4b\xb8\x37\x91\x38\xa2\xec\xd4\x89\x47\x9f\xba\x31\x76\xe4\xd6\xad\x2e\xc0\x78\x28\xaa\x62\x1c\x11\xa2\x83\x4c\xcb\xc3\x51\x45\xe3\x48\x5c\x15\x15\xf3\x39\xa4\x52\x1e\xf0\x18\xaf\x43\x55\xf0\x0e\xf9\xad\x0e\xe6\x1e\x68\xba\xe3\x8c\xe3\xf1\x70\x0f\xa8\xba\xf2\xbd\x8f\x43\x6a\xb9\x81\x8c\x01\xa1\xb7\xf1\x77\x32\xef\x40\x6e\xc8\xfd\x2f\x0c\x59\x52\xcd\x0d\x6b\xe8\x07\x34\xf4\xa1\xcb\x4e\x37\x82\x2e\x6a\x23\x20\xdf\x4b\x94\x81\x65\x04\x19\x35\x06\x34\xf9\xa1\x28\x0c\x6e\xd8\x7f\x63\xc0\x7f\xa3\x4a\x51\x30\xc2\xed\x2e\x6f\xe6\x9e\x52\x69\x51\x7b\x5d\x0f\x78\x5d\x7f\xc3\xed\x3a\x44\x41\xe6\xd2\x81\xb4\x95\x5d\x98\x34\x82\xcc\xff\x23\xc0\xfc\x1f\x9b\x16\x3b\xbc\x86\xf2\xbb\x2c\x75\x57\xfe\x0b\xba\xf3\x8e\xf0\xf1\xd9\x3a\x54\x27\x29\xea\x34\x8f\xc8\xd3\xac\x0a\x06\x23\xca\x4d\x66\xe0\x52\xf0\xb5\x75\xb5\x55\xb7\x71\x2d\x7f\xbe\xbb\xdd\x06\x99\xa3\xa9\xbc\x57\x8c\x1e\x0f\x55\xd9\xa2\xac\xe0\x23\x4a\xb3\x32\x22\xea\x81\xc7\xa6\x72\x5b\x51\xf6\xff\x11\xd3\xfa\x6e\x2f\xa6\x43\xa8\x46\x2c\x1c\x4f\x35\xed\x6c\xb8\x18\xc8\x8e\xf8\xb5\x69\x0e\xba\xb2\x0c\x5c\x59\x3e\x71\x4f\x4d\xee\xb2\x31\x91\x98\x8a\x4b\x3a\x82\x6a\xc4\x93\x4b\xa6\xba\x62\x51\x9a\xa8\x11\xa1\x89\x1a\x43\xa5\xcf\xa2\x58\xef\x88\xd4\x5f\xab\xc8\xcb\x88\xb7\xbf\x83\x3b\x48\x71\x41\xd7\xf8\x18\x96\x87\xd3\x53\xcd\xaa\x24\x11\x6e\x24\xe6\x2e\xd6\xe5\x7d\x24\x5d\xbb\x46\xe2\xb5\x4b\xb2\xd1\x70\xde\x87\x81\xc8\xe7\x76\xa8\x6c\x5d\xba\xdc\xe5\xc5\x95\x56\x15\x65\x3b\xa2\x0f\x38\xa2\x7f\x6d\x7b\x59\x92\xac\xee\x03\x91\x43\xed\xd0\xa6\x67\x89\xd8\x23\x33\xb4\x62\x68\x13\x9c\xc0\x61\xe4\x85\x48\x2a\x6f\x56\xa4\x5b\x1d\xa5\x73\x17\x54\x90\xad\xc8\x51\x61\x14\xd4\x94\xd2\xdd\x70\x14\xa9\x4f\x46\xa1\xfa\x44\xea\xe1\x51\x14\xf5\x39\x0a\xd2\x52\x8f\xa1\xcd\xab\x52\x38\x8f\x4a\xdc\x94\x79\x79\x54\xe3\x66\x8d\x13\x39\x1c\x36\x94\xd5\xc4\xb1\x26\x9e\x73\x95\xf4\xb6\xca\x7f\x2c\x95\x7f\x57\xf1\xb0\x2a\x6d\xf4\xa8\xd4\x46\xcb\xf4\x3c\xaa\xac\x35\x03\xd9\xb7\x5a\x10\xe9\xb0\x36\x7d\xd4\x6b\xa0\xb4\xc5\xfe\xaa\x89\x91\x8e\x16\x39\x39\x61\x83\xfd\xb4\x07\xfc\xb4\x9b\x5c\x4c\x46\xf3\x39\x68\x0d\x3c\x56\x7c\x74\x34\xf9\x3f\x8f\x36\x50\x1b\x44\xe4\xb4\x19\xc6\xc6\x5c\xb0\x43\x3b\xde\xae\xe4\x36\x54\x49\x51\xfd\xb8\x26\xf6\x34\x1a\xd9\x93\xf4\xa7\xa3\x19\xbf\x1a\xf1\xab\xab\x7c\x73\x9b\x86\x72\x12\x4a\x55\xb5\xeb\xf2\xdc\x18\xcc\x0b\xd5\x65\xe6\x1e\x5d\xd7\xf3\xd1\x61\x10\xd0\xed\x61\xf4\xe2\xcf\x58\x63\x2d\x0a\xd5\x7b\x75\x1b\xf2\xcf\x8c\xa1\xd2\x71\x76\xa0\x19\x70\xa0\x69\x41\xc5\xd1\xbb\x09\x40\x67\xa2\x67\xc5\xfc\x0d\x5f\x11\x06\xaf\x08\x5d\x7e\x72\x63\xf8\x18\x0c\x1e\x03\x19\x4a\xc7\x90\xa9\x70\x0c\x9a\x9b\xcc\x64\x86\xc4\xaa\x31\x50\xd9\x25\x8a\x21\x0c\x2f\xca\x48\x2c\x2c\x2e\x96\x36\x92\xbb\x4c\xab\xcb\xae\x36\x77\x99\xd8\xe5\x9e\xc1\x90\x5a\x62\x0c\x54\x7a\x74\x1d\xf9\xa1\x4b\xe1\x18\xdf\xd1\x54\x96\xba\x63\x0c\xf3\xcf\x71\xa2\x43\xd5\x1f\xb6\x09\x61\xc0\x84\xf0\xc1\x28\x38\x5e\xc3\x88\x02\x1f\x71\xa8\x74\xf3\x30\xb3\x83\x47\x4f\x8b\xc2\xe6\x31\x0d\xe3\x04\x8c\x2a\x0f\x3b\xa4\x4b\x1f\x83\xba\x74\x15\xd9\x1b\x63\xba\xc7\xc9\xaa\xfa\x2a\x0c\x7e\xca\x20\x33\xce\xc8\x02\xb2\x62\x76\x28\x61\xb5\xff\xc5\x35\xc6\x14\xff\x34\xaa\x9f\x44\x75\x69\x86\xc6\x79\xb9\xcf\x8b\x29\xa7\x54\xbb\xd5\x77\x9c\x71\xa2\x28\xaf\x82\x65\xc6\x29\xbb\xd1\x38\x9f\x89\x26\x41\xa2\xfc\x06\x03\xe9\x9c\x9b\xe2\x3e\xc6\x39\xdd\x84\x9a\xe5\xd1\x45\x5d\x2f\x4b\x00\x17\x25\x00\x39\x19\x8c\xcb\x84\xfb\x3a\x16\x90\xfa\xce\x92\xd6\x15\x31\x9c\xaa\x9a\x5f\x32\x28\x8d\xeb\x13\x25\x5b\x54\x91\x7c\x5b\x4f\x06\xac\x27\x4d\x39\x5e\xc6\x65\x3a\x7a\x25\xa6\x98\x13\xfb\xbf\x4c\x47\x2f\xd2\x51\x99\x71\xc6\xe5\x03\x7e\x7d\x07\xbc\x25\x95\x08\xbf\x4c\x62\x2f\x92\x58\x99\x78\xc6\x25\xff\xf3\x71\xc1\xff\x7c\x1c\xda\xb8\xab\xba\xcb\x4a\x64\x90\x68\x70\x35\xf7\xd9\x98\xe4\x51\x95\x48\xaf\xe1\xb6\xef\x3c\xa8\x02\xcd\xf7\x5b\x34\x03\xbe\x4b\x4d\x91\x3e\xe3\x32\x4f\xba\x90\x89\x20\xc5\xf4\xef\xd2\x6e\xad\xff\x53\x61\xf7\x96\x7e\x60\xdc\x2b\xbd\xa4\x70\xfd\xce\x5a\xb1\x3b\xb3\x4d\x44\xfd\xb6\xc8\x7e\x17\xa6\x94\x14\x3e\xdf\xd5\xdf\x55\xa6\xbd\x14\x21\xba\xbd\x2c\x77\x65\xc2\x4b\x11\xa2\x47\x9a\xc0\xf1\xb0\x26\x87\x7c\x45\xc7\x63\x22\xf5\xb0\x3c\x47\x94\x20\xf9\x78\xd7\x1f\x5e\x2d\x86\xb8\xe7\x53\xdc\x56\xd8\x36\xd4\x67\x71\x9f\x05\xbb\x2e\xd1\xe0\xf1\x0e\x3d\x6b\x87\xba\x0a\xf0\x4b\x0d\x30\x9e\xc1\x93\xb0\x6f\xbd\xe3\x31\x09\x7b\x56\x69\x75\x1d\xc9\x47\xce\x4b\xe3\x59\x75\xb1\x5d\x65\x5d\xe9\xa9\xc6\x0b\xbf\xd5\x74\xb8\x26\xb6\x69\xf7\x1b\x90\x17\x45\x54\xc5\xd7\xd0\xf1\x76\x66\xd6\x77\x29\x6c\x29\x10\x07\x92\x69\xb4\xfc\x53\x83\xfe\x75\x13\x4b\xb1\x0a\x6f\xdf\xdb\x6d\x0f\x6b\x67\xef\x09\xbc\x72\x18\x1f\xf0\xa8\x8a\xe9\x70\x15\x78\x29\xdf\xc6\x3b\x91\xe2\x47\x14\xe0\x9d\x06\x64\xa2\x7c\xb7\x6b\xe8\x4a\xcd\x3e\xe6\x81\x54\x48\x2e\x22\x2b\xe5\xd4\x40\xb8\x43\x3c\x7e\x0a\xcc\x2a\x70\x74\x20\x35\xed\x07\x88\x8a\xa3\x4a\x81\x33\x26\xe2\xef\x92\xcb\x6c\xdb\x4c\x35\x66\x45\xc1\x67\x89\x06\x53\x49\x94\xc6\xac\xac\x6f\xeb\xd2\xb3\x1e\x6d\x70\x34\x97\x09\xb6\x40\x3e\x6f\x26\x52\x55\xe5\x38\xdb\xd9\x57\x96\xc8\x92\x5d\xd4\x54\x38\x34\xc7\x60\x71\x52\xd7\xdd\xdc\x27\x72\xa2\x72\x4f\x2f\x2e\x65\xa8\x35\x99\x50\x99\xf5\xfa\x53\xd5\xef\x52\x53\x59\x05\x0f\x77\xdb\x25\x4b\xcd\xbc\x98\x5c\x21\xaa\x25\xb9\x05\x09\xbd\x54\xe1\xf0\x95\x27\xf5\x04\x46\x36\x79\xe1\xcd\x57\xe7\x74\xbe\x38\xa7\x75\xa7\xbe\x3f\xe6\x9b\xfc\x19\x32\x58\x74\x15\xa4\x7b\x75\xff\x9a\x88\xf7\xb1\xbb\xe3\xb4\x8a\x66\x42\x45\xd3\x86\x6a\xaf\xbd\x22\xdb\xf3\xfd\xc8\x76\x1b\x5b\x02\x99\xaf\xfc\xd7\xe6\xfb\x49\x20\x6d\x04\x7f\xf5\xb8\xe9\xc5\x57\x1e\x6b\xaa\x29\x1f\x68\xd2\xc4\xb2\x81\xff\x70\xa7\xb9\x5e\xee\x9b\x0d\x3c\xe2\x10\x63\x55\xad\xc3\x37\x1b\xfa\x4c\xe8\x5d\x66\x4f\x9b\x89\x72\xeb\x55\xb5\x0c\xa7\x4e\xfc\x9c\x2c\x31\xe8\x7a\x7a\xa7\x5b\x60\x21\x53\x5d\x3a\x09\xe7\x73\xae\xb5\xd8\x2d\x86\x1c\xa5\xac\xbb\x2b\x0c\x0a\xe7\x27\x4c\xb3\xc1\xfe\x10\x73\x56\x7f\xf5\xf1\x16\x17\xe6\x9c\xaf\xa1\x7b\x21\x9e\xaa\xda\xdd\x86\x3b\xcc\xc0\xcc\x26\xc7\xe2\x95\x61\x86\xe4\x36\xb8\x83\x1e\x7b\xb3\xc2\x0c\xc5\x6d\xc8\x66\x74\xd4\xa4\xb6\xe6\x36\x24\x29\x09\x7b\xbc\x18\xaf\xcd\x68\x62\xbc\xc8\x68\xb6\xde\x28\xd6\xb9\x89\xce\xf7\x6f\xa3\xbd\x66\x67\xe2\x2e\xdb\x99\xe0\xfb\x77\x30\x6b\xb9\xf2\x89\x6f\x67\x89\xef\x5f\xe6\xbe\x4e\xf9\xdf\xd9\xe5\xf7\xe3\xbf\x9e\xff\xf9\xff\xfb\x3f\xfe\xcf\xf3\x3f\xff\xaf\xf3\xbf\xbe\x7f\xee\xff\xf1\xaf\x7f\xbd\xff\xf1\xdf\x9f\xff\x72\xff\xf7\x3f\xff\xff\xef\xe9\x9f\xe7\x9d\xff\xe5\x3f\xde\x7f\xbd\xff\xcf\x7f\xfb\x1f\xff\xba\xdf\x3f\xff\xf9\xdf\xfe\xf3\xfb\x0a\x7f\xff\x6f\x00\x00\x00\xff\xff\xf2\x2b\x7f\x90\x0a\xb6\x03\x00"); -func _gegb ()([]byte ,error ){return _g (_aeab ,"UniGB-UCS2-V")};func _dbaa ()([]byte ,error ){return _g (_abgg ,"UniKS-UTF16-H")};var _fdbbc =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x84\xbd\xcb\xee\x6f\xbb\x91\x98\x37\x3f\x4f\xb1\x87\xce\xc0\xe9\x75\x21\xab\x8a\x80\x20\xc0\xb1\x22\xc4\x30\x9c\x04\xdd\x76\x32\x5e\xd7\x8e\x80\xf4\x91\xa0\x56\x0f\xfa\xed\x83\xf5\x7d\x94\xda\x08\x82\xec\x33\x39\xff\xda\xeb\x47\xb2\x78\xa9\x7b\x15\xf9\x77\xff\xf1\x3f\xfd\xee\x3f\xfd\xfa\x87\xbf\xfc\xf8\xbb\xff\xfd\xcf\x7f\xbc\xfe\xe1\xf9\xcb\x8f\xf7\x0f\xbf\xde\x7f\x7e\xfe\xf9\x8f\xff\xf2\xe7\xeb\xf9\x71\x3e\xff\xf8\x87\x5f\x7f\xf9\x65\xdd\x7e\xdc\x7f\xb8\xfe\xf2\x57\x90\xff\x5d\xff\x74\xfc\xe9\x97\x5f\xbe\xf6\xff\xf0\xaf\xff\xfc\x97\xe7\x9f\xfe\xd3\xaf\xef\x1f\x7f\xec\xfe\xee\xfe\x97\x3f\xcd\xdf\xfe\xf8\xf1\x77\x7f\xff\xfc\xe3\x1f\xfe\xf9\x2f\x7f\xfe\xd7\x1f\xff\xee\x3f\xdc\x7f\x3c\x9f\xff\xe1\xc7\xfd\xbc\xdf\xbf\xff\x6f\x7f\xbe\x9f\x3f\xff\xe1\xd7\x7f\xfc\xf1\xef\xfe\xf3\xdf\xff\xed\x1f\xff\xe1\x5f\xfe\xf4\xa7\xff\xfb\xf9\xa7\xe7\xd7\xbf\xfc\x18\xfc\xdb\xf3\xeb\xcd\xff\x7f\xf9\xbb\xff\xf8\x5f\x8e\x3f\xfd\xaf\xc7\x3f\x3d\x3f\xfe\xee\xbf\xfd\xfa\x87\xff\xf0\x9f\xff\xfe\xdf\xff\xb7\xff\xfa\xfb\x35\xfe\xfd\xff\xc2\x67\xbe\xfe\x1f\xcf\x9f\xff\xf9\x0f\x7f\xfc\xf5\xc7\xfa\x3f\x2e\xcb\xf6\x6f\xff\xfc\x5f\xff\xf5\x4f\xcf\x8f\x75\xf6\xf2\x7f\xfe\x97\x3f\xde\xcf\x8f\x45\x68\x17\xcb\xeb\x8f\xf7\xf3\xcf\x7f\x3a\xae\xe7\xcf\xc7\xaf\xff\xf8\xfc\xf2\xe3\xc7\x6f\x96\x65\x59\x7e\xfb\xe3\xfb\xef\x37\xbf\xcb\xdf\xff\xfe\xb7\xdf\xbf\xfd\xae\x96\xe5\x77\xff\xf1\xfb\xf7\xdf\xfc\xee\x7f\xfa\xfd\xef\x7f\xf7\xfb\xf9\xef\xff\xf3\xbf\xfd\xf6\xf7\xfc\xdb\xf3\xeb\xfd\xff\xea\xf1\x97\xd5\x81\x7e\xfd\xe3\x5f\xee\xe7\xf5\xdf\xe6\x18\xbf\x59\x96\xf5\xfd\xed\x8f\xf5\x6b\xf5\xdf\x7f\xfe\x65\x5d\x96\x89\xdd\x1f\xee\xeb\xff\x3a\xfe\xfc\x35\x38\x96\xef\x97\xdf\x1f\xeb\x6f\x7f\x6c\x5b\xab\x05\x60\xfc\xf6\xc7\xba\xf8\xe7\xe1\xbf\x37\x80\xfb\xb7\x3f\x56\xff\x7a\xbe\x5f\xd8\xf2\xf5\x17\xfd\x03\xce\x12\x28\x80\xaf\x9b\xb5\x6a\x03\x98\x1d\x8d\x0f\xb8\xf3\x6b\x1e\xdf\x9f\x2f\x7f\xe6\x2f\xbf\x59\xd6\x15\x1c\x7a\xdf\x3f\x60\x2f\x81\xef\xf7\xdb\x95\xf6\xf4\xfd\x6c\xbb\x17\x81\x6f\x8c\xb6\xd0\x26\xb6\x0f\xab\xd6\x05\xbe\x31\xb6\x65\x5d\x44\x76\x5b\xbe\x7e\xe7\x5f\x41\xd3\xd1\x3f\x60\xb7\x9f\x11\x00\xe7\x6f\x7f\xac\xfb\xc6\x9f\x97\xff\x9e\x00\x8f\x40\x7d\x40\x6b\x02\xf4\x9f\x34\x1f\xcb\xfe\x01\xac\xd8\xee\x9f\x5f\xf3\xfd\x1b\x6e\x5d\xf6\xef\xcf\xce\x9f\xfc\xe0\x1b\x6a\x5d\x77\x1a\x6e\x2b\x40\x08\x7c\x23\xaf\xdb\x2a\xb0\x03\x6c\x5f\x8b\xe4\xcf\xf9\x23\x3a\xdd\x4e\x01\xba\xbd\x37\x80\x4e\xf3\xbb\x09\x7c\xcd\xb7\x45\xf4\x7a\x03\xb0\xcd\xb7\x98\xdb\xb6\xbc\x00\xb1\x7c\xc0\xea\x90\xb1\x02\x7c\xbd\xb5\xe2\xcf\xc3\x7f\xff\x3a\xde\x36\xfb\x8a\x0e\xd0\x05\x02\x80\xe5\x19\xc9\x90\x5d\x64\x92\x51\x82\xe5\xf7\x4f\xc7\x28\x06\x1c\x43\x80\x2f\x87\x7d\x0d\xbe\x3c\xe2\x35\x3e\x54\xf6\xd5\xbe\xc6\x37\x7e\x7b\xf9\x12\xdf\x89\xdc\xfa\xf8\xbe\x6c\x0b\x18\x77\xce\xef\xb6\x80\x66\xff\xce\xf0\xca\x52\xf4\xeb\x9b\x30\x0b\xd1\x9f\x6f\xf1\x58\x86\x58\x2f\x7e\xcd\x70\xb1\x3e\x02\x5f\x3f\xd1\xec\x87\xe1\xa2\x39\xc2\xf8\x9a\x67\xfb\xda\xf4\x6f\xe6\x2f\x4b\xda\xb6\xbd\x00\x1a\x40\x08\x04\xc0\x77\xd2\xb7\x77\xa9\x0f\xd8\x39\x18\x2f\xfb\x3e\xd6\x35\x00\xbe\x45\x6d\x9d\x79\xbc\xec\x49\xeb\x8b\x5d\x5f\xfc\x6c\x13\x78\x01\x1a\x6d\x3c\xbc\x7d\x02\x6c\x50\x07\xb3\x77\x05\x83\xe0\xd0\xbe\x9c\xa3\xb1\x8e\x06\x90\x7c\x69\x02\xa0\x13\x1d\x44\x59\x81\x16\x22\xba\x42\xce\x31\x7b\x7b\xd9\x7b\x76\xec\xdd\xdc\xbc\x0e\xa2\xdb\x2e\xe0\x17\x06\xf5\x28\xbc\x1c\x85\x36\x1c\x94\x43\xda\x97\xb4\xcd\x37\x68\x5f\x67\x07\x03\x80\x1d\x7b\x39\xbe\x7d\x75\xdd\xb6\x1b\x60\xf8\xe5\x65\xfb\xc4\x00\xe2\xec\x9b\x0b\xbf\xbb\xb1\x76\xb0\x6f\x00\xe5\xcf\xbe\x99\x8e\x74\x0d\x76\x06\xdd\x9b\x3f\x63\xdf\xda\x02\x1f\xfc\x2b\xc7\xfb\xff\xe0\x81\xdb\xbb\x83\x44\x9f\xbd\x3f\x00\x09\x7a\x3b\x18\xf5\x62\xed\x39\x22\x3d\x39\x5f\x2f\x47\xa4\x67\xb1\x74\x6d\x17\x48\x80\x06\xe0\xa2\xb6\x6f\x81\x7a\x2d\x74\xdd\x58\xa0\x5a\x05\x52\xc0\x9f\x81\xf8\x58\x59\xad\xc6\x6a\xc9\x04\xde\x76\x00\xec\x62\xf0\x2d\x5d\xac\xae\x3d\xe7\x32\x56\x88\xed\x6d\xcf\x6f\x7f\x6c\xcb\xe6\x46\xb4\x0f\xeb\xd8\x16\xbe\xf4\x05\x00\xf6\xf7\x7e\xfc\xf1\x03\x98\x1c\xd4\x1a\x1b\x9c\xe7\xed\x4d\x80\x71\xfa\x87\x75\xf4\xdd\x36\x1f\xd6\x11\x3b\x58\xf7\x14\x60\xa6\xbd\x04\x1c\xe7\x00\xf0\xc8\xf5\x1b\x20\x04\xbe\x15\x8d\xf4\x9c\xf7\x57\x00\x0c\x60\x11\x51\x30\xc2\x17\x26\x11\x25\x05\x04\xb8\x95\xdb\x1a\xbb\x80\x5f\x9a\x00\x83\x06\x88\x56\xf3\x67\x20\x5a\xb0\xa2\x37\xbe\x45\x8c\xb1\xf9\x33\x70\x1b\x62\x1d\xa7\x80\x5f\x58\xc4\xe1\x29\x0b\xb0\x1e\x43\xe0\x11\xb0\xcd\x87\x75\x2e\x0b\xf3\x81\xef\xe7\xe2\xd1\xce\x0d\xa0\xfc\xf2\x21\x9a\x4a\x91\x37\x1b\x80\x5d\x67\x07\x08\x7a\xcb\x0f\xd1\xdc\x9c\x4f\xe6\x6f\x7f\x6c\xeb\xd2\xed\xe0\x5b\xd1\xdc\xa5\xce\x3c\x00\x10\x36\x6f\x7e\x58\x67\xf3\xec\xe4\x05\xe0\xe4\xf2\x06\x70\xb3\xf2\x3b\x07\xeb\x5a\xfe\x0c\xac\x5b\x03\xd1\x02\xeb\x26\x17\xa8\x15\x20\x58\xaa\x62\x0a\xbd\x81\x4e\xed\x02\x74\x5d\x4c\xa1\x77\x7a\xab\x2e\xe0\xcf\x98\xc2\x24\x99\x4a\x01\x30\xa8\x12\x60\xa6\x35\x00\x9c\x4f\x1d\x02\x76\x70\x0a\xf8\xb3\xfb\xc3\xba\x6d\xe2\xf6\x2d\x7c\x56\x17\xb7\x57\x80\x36\x83\x29\x94\xc7\x1f\x29\x90\xca\xcd\x77\x80\xf5\x40\xfe\xbe\xa3\x09\xd0\xf5\xf8\xb0\xae\xc5\x99\x8e\x10\xe0\x90\x8f\x04\x90\x5d\x8d\x4f\xd9\x58\x43\xce\x81\x84\xaa\xa5\xfc\xf2\x61\x5d\xca\xf3\x77\x9c\x02\x76\x7d\x01\xc8\x98\xc7\x0d\x20\x3f\x18\x8f\x80\x5f\xbe\x29\xd4\xb6\xd1\x06\x71\x55\x9b\xbd\x1d\xdf\x14\x6a\x77\x0a\xc7\x0e\xe0\xa9\x3a\xda\x87\x4e\xed\x02\x4c\x61\x77\x4f\x8f\x10\xa0\x6b\x94\x8e\xea\xab\x1d\x7c\xfa\xd5\x3a\x79\xf1\x71\x0a\xf8\x33\x10\xed\x72\x0a\x54\xb8\x8a\xc5\x2f\x8f\x00\x5f\xce\x15\x60\xeb\x3f\x65\x98\xe7\xf6\xa9\x59\xf3\xcc\x9e\xbb\xcd\xd8\xbc\xb3\x01\xb8\x11\x27\x88\x4f\x2e\x70\x86\x80\x43\xb1\xf6\x91\x4c\xe9\x64\x85\x27\x7f\x38\x59\xe1\xf4\x30\x9e\x97\x80\x6d\xbe\x43\xb2\xad\xc5\x38\x17\xb8\x66\x67\x16\x17\xeb\x98\x8e\x73\x81\x4e\x7a\xca\x2e\xd0\x99\x4c\xf6\xea\x02\xb6\x01\x9d\x72\xed\xd1\x2e\x6b\xb2\x9e\x0b\x74\xe6\xda\x5f\xd7\x37\xe8\xee\x89\x41\xd7\xaa\x6a\xec\xe4\xcd\x38\xe5\x1a\xdc\x8e\xd3\xfd\xd2\x69\xf3\xd1\xed\x8e\x42\xbe\x7e\xf4\x0d\xb0\x0b\xc4\x07\xac\x13\xc8\x5f\x7e\xb3\xef\xf4\xf6\xa9\x56\x00\x21\x10\x00\x25\xf0\xfd\xac\x79\x18\xeb\x23\xe2\xbd\xdd\x62\xfd\x89\xe5\xbd\xaf\x4e\xee\xd3\xe9\xf6\x8e\x1a\x59\xf5\x51\xe7\xde\xd1\x9d\xaa\x3e\x0d\x69\x8f\x98\xc0\xfe\x01\x8f\x6b\xf0\x91\xea\x9e\x9b\xf3\xf9\xc4\xf2\x9e\xdb\xfc\xd9\xd7\x75\xee\x0e\xfa\x11\xca\x9e\x6e\x49\x7d\x3b\xb7\xd7\x32\x81\xaf\xeb\x42\xcd\x28\xd8\xef\x5e\x65\x6f\xd9\x3e\xe0\x9c\x1d\x7c\x93\xab\x47\xac\xf3\x9b\x5c\xbd\xb7\xc0\x87\xc1\x40\x1a\x54\x7d\x92\x77\x1f\xe1\x7c\xbe\x33\xbb\x8f\xd9\xdb\x47\x90\xfb\x18\xfe\xec\x23\x87\x7d\x48\x1b\x58\x18\xfb\xf0\x88\xd5\x47\x83\xfb\xb1\x0f\x81\x0f\x83\xe3\x70\x7f\xbe\x43\xb1\x1f\xb7\x58\x7f\x24\xb4\x1f\xef\x6c\xf3\x61\x70\x2e\x73\x9c\x0f\x83\x73\x2e\xc8\xa7\x66\xec\x67\xda\xdb\xa7\x38\xee\xe7\xeb\x97\x4f\x69\xd9\xaf\xd5\xae\x3f\xc5\x71\xbf\xb6\x09\xec\x00\x4e\xee\x23\xc8\xfd\x7a\x1d\xf4\x13\x27\xfb\xbd\xba\x06\x9f\x4d\xb1\xdf\xdd\xb5\xe6\xb8\xdc\x2e\xef\xf8\x14\xc4\xfd\xf6\x5c\x8f\x4f\x79\xd8\x1f\x8f\xf2\x58\xbe\x71\x1e\x2c\xa0\xc2\xf4\xd8\x9f\xe7\x16\xf8\xc6\x79\xde\x09\x7c\x33\x55\x45\xad\xf1\x9d\xb7\xb6\xb8\xa7\xe3\x3b\x6f\x6d\xd9\xe7\x97\xfa\x80\x98\xe3\x8c\x0f\x90\xa7\xa0\x8a\xb4\xe5\x9a\xc0\xfa\xcb\x6f\xda\x8a\xaa\x55\xe3\xe3\x36\x6d\x95\xa7\x8c\x8f\xb2\xda\xd6\xe7\xcf\xda\x2f\xbf\x69\xbb\x14\x3c\xd6\xfe\x01\xd7\x6c\xf3\x61\xb0\x3f\x13\x48\x80\x43\xe0\xc3\xa0\x75\xe7\xb3\x7e\x18\xf4\x55\x74\xb6\x0f\x83\xfe\x4e\xe0\xc3\x20\x3c\x62\xf0\xfc\x16\xf2\x10\xd4\xa4\x16\xe7\x23\xf0\x61\x10\x52\x23\x06\x52\x8b\x7b\xb6\x09\x00\x57\xe7\x23\xa6\x96\xdb\x04\x3e\x0c\x32\x9c\xcf\x27\x52\x5b\xa6\x5f\x3e\x16\xd0\x52\xfe\x3d\x3e\xfd\xa7\x15\xaa\x48\x8d\x4f\xc2\xb7\x79\xc8\x3f\xa9\xf3\xff\xcf\x30\x5b\x29\x78\xc6\xc7\xf6\x5b\x1d\x13\xf8\xd0\x1b\x68\xd0\x85\x7e\xd7\x86\x72\x03\xc9\xd5\xe6\xd1\x1e\x9f\xb1\xd1\xc6\xe5\xa2\x7e\x4a\x4b\x3b\xe6\x02\x7d\x72\xbd\x1d\x73\x16\x9f\xe4\x6a\xc7\xe9\x64\x3f\x7d\xa8\x1d\xb7\x88\xb7\x6f\x81\x8e\x67\x7e\xf9\x30\x38\x5e\x7b\xfb\x98\x6c\x3b\xbb\xb3\xf8\xc4\x58\x3b\x73\x15\xf8\x30\xb8\x57\x7f\xf6\x89\xa4\xf6\x40\x1b\x6d\x6b\x02\x4e\xe1\x53\x0c\xda\xb3\xdc\x7e\xf9\x3a\x78\xb4\x56\x36\x3a\x78\xb0\xb0\xda\xf6\x89\xf2\xf6\xac\xa2\xf3\xa9\xcf\xed\xd9\x66\x07\x7c\xd9\xe6\x38\x0d\xc0\xde\x04\x50\xf5\x1b\x46\x40\x7b\xe6\xf9\xeb\x74\x8d\xb9\xde\xb6\x8f\x13\xb6\xa7\x89\xf5\x04\xba\x76\x19\xb8\x35\x4f\xd9\xc7\x23\xdb\xd3\x6c\x13\x60\xd0\xb5\xd8\x02\xac\xbb\x18\x04\x93\x0b\xc7\x09\x70\x0b\xdb\x24\x6d\xe6\x21\x09\x70\x0b\x11\x4d\x7e\x96\x6e\x49\x80\x5b\xba\x54\xc9\xcf\xd2\x35\x48\xbe\x94\xf3\x49\x10\x2d\x31\x48\x70\x2b\x07\x75\x1c\x74\xa8\xb6\x15\xe8\x94\x1d\x14\xe3\x94\x8b\xe8\xa0\x63\xfe\x8c\x0e\x54\x5a\x86\x83\x0e\xb1\x1e\x74\xa0\x9e\x32\x92\x45\x1c\xf6\x36\x58\x9d\x79\xb4\x93\x35\x38\xec\x6d\x80\xe8\xe1\xba\x89\xf5\x29\x75\x8a\x35\x4c\xb6\xed\x0b\x88\x9e\x0e\x5a\xf4\x06\x9b\xd7\xec\x6d\xcf\xe9\xb1\x2c\x7e\x06\xef\x6a\x3b\x7c\xe8\x51\xf2\x0e\xe7\x03\x7f\x68\x3b\x4c\xe9\xb9\x58\xd1\x1d\xd6\xf3\x28\x6c\x47\x31\x9f\x7b\x7e\xe1\x67\xb7\x54\x52\xcc\x87\x43\xde\x76\xd8\xc8\xf3\x78\x0e\x8a\x71\x9e\xf9\x33\xda\xbc\xd8\xb3\xa8\x5a\xed\x81\xa7\xb4\x1d\xce\xf1\xc8\xcc\x47\xd1\xc1\x2b\xcd\xb9\xa2\x50\x49\xdb\xe1\x1c\x7f\xe5\xab\xae\xa8\x22\x15\x47\x45\xd3\x29\x50\x38\x2a\xda\xbb\xac\xb6\xf9\x06\x7d\x57\x17\xf1\x93\x06\x4d\xe3\xb6\xed\x10\xba\xc6\x6d\xa1\xab\xb5\x77\x77\x75\xa0\xfa\x77\x77\x79\xa1\x7a\xed\xd9\xb6\x43\xf5\xef\xee\xf2\x42\x80\x5a\xa9\x85\xa9\xd2\xb4\x45\x0b\x65\xaf\x69\x8b\xb6\x1d\xaa\xd7\x94\x2c\x8c\x98\xa6\xf5\x58\x63\xd0\x35\x26\x5e\xdb\xa1\x46\x8d\xa5\xb6\x43\x59\x1a\x4b\x63\x61\xb3\xb4\x68\xda\x0e\x61\x68\xd1\x8c\x85\xcd\xd2\x88\x69\x3b\x64\xa6\xa9\xd2\x76\x28\x4b\x4b\x63\x2c\x88\x06\x2d\x8d\xb6\x07\x88\xd6\x6c\x53\x3f\x63\x98\x5a\x11\x6d\x0f\x66\x8e\x15\x31\x16\xc4\x0b\xb6\xc2\xda\xf6\x74\xa8\xc7\x2f\xf6\xee\x0a\x43\x1b\xda\x0a\x63\x41\xf0\xbc\x43\x24\xa0\x0d\x0d\x87\xb1\x70\x96\xb4\x15\xc6\xc2\xf1\xd1\x3c\x68\x3b\x84\xa2\x79\x30\x16\x44\xd2\x2b\xa5\xed\x69\x6f\x2e\x10\xf2\x49\x8b\xa0\xed\x69\x6f\x97\x5f\x58\x93\x31\x11\xa5\xeb\xc3\x71\x38\x7f\xa8\xcf\x1f\x00\xa2\xa7\x93\x43\x72\xa9\xfd\x8e\x05\xc9\xf5\x9e\xce\x07\x42\x51\xe1\x1d\x0b\x87\x51\x4d\x76\x2c\x9e\xb2\xeb\xf1\x67\x20\x7a\x3b\x53\x8e\xa9\xfa\xea\x58\x10\x56\xef\x2d\xa5\x79\x18\x6f\xf7\xcb\xf3\x77\x3b\x28\xf2\xe8\x9d\x94\xe6\xc1\xba\x5d\x5e\xcf\xec\xb3\x0b\x30\xe8\xeb\xf2\x7a\x4c\x5f\x06\x6d\x0b\xd3\x86\x9e\x5a\x83\x3f\xbc\xaf\xd3\xf6\x00\x43\x5c\xad\xc1\x1f\x5e\xf4\xae\xb1\x78\x9a\xdf\xf2\x0b\xe8\xbc\x87\x00\x18\xbc\x62\xf0\x49\xb7\xae\x2e\x3d\x96\x4f\xba\xf5\x65\xd9\xfc\x59\x00\xb8\x20\xdf\xa1\xef\x8b\xbe\xb8\xf6\x1d\xd3\xbe\x2c\x6e\xe3\x27\xf7\xfa\x82\x2f\xae\xb5\x4f\xeb\xe9\x8b\xee\xb7\xf6\x69\x3d\x7d\x51\x86\xb5\x8f\xf5\xf4\x45\xf7\xdb\xf2\x89\xc7\xae\xc7\xb8\xb5\x95\xae\x51\x40\xc6\xd2\xe8\x40\x57\x5a\x5b\xc1\x60\x73\x0d\x56\x7a\xdb\x5c\xf8\x26\x20\x6e\x9d\xae\x37\x77\xbb\x33\x9f\xcd\xc9\x75\xe6\xb3\x3b\xb9\xce\x38\x4a\x37\x0c\xfc\xbe\x48\xd1\x6d\xa7\x83\xe6\x8a\x76\xe6\xd3\x3c\x89\x1d\x44\xdb\xec\x0d\x74\x70\x01\x35\x9c\x02\x7d\xe9\xee\x5c\x67\x41\x24\xfc\xb6\xd3\xa6\xbb\x0b\x9d\xf9\x74\x17\x7e\xa7\x83\xee\xe4\x76\xda\x84\xb8\x05\x58\x87\x93\x0b\xb0\x8e\xd9\x1b\x1d\x84\xbd\x05\x53\x98\x6c\x24\xc0\x20\x67\x07\x0c\x9a\xb3\x03\xc6\x49\xb7\xde\x3d\x85\x73\xb4\xe6\x36\x96\x58\x07\x18\x94\xe3\xb8\x8d\xe5\x81\x0d\x06\x95\x1f\x34\x37\x4b\x42\x6f\x8d\xae\x27\xa1\x07\x8b\x38\x09\x3d\x59\xc4\x21\xa2\xc9\x7c\x0e\x7f\x96\xb4\x39\x5c\xc4\x64\xd0\x73\xb6\x61\x9c\x53\x0c\xdc\x1f\x74\xcf\xd6\xdc\x05\x44\xdd\x58\x92\x71\x50\x44\x5b\x73\x4b\x4e\x0f\x52\x31\xe8\xe5\x38\xc5\xa0\x97\x5d\x17\xd3\xbe\x66\xd7\x60\x70\xb9\x73\x9d\xde\x24\xe7\x16\xcb\x4f\x18\x66\x5f\xee\xd9\x21\xe8\x49\xde\xcd\x8d\x98\xe4\x5d\xe0\x7a\x8b\x9e\xbb\xf2\x4c\x8c\xc0\xf5\x11\x09\xb7\xe8\x71\x81\x0a\x8c\x1e\x27\xeb\x7e\x3d\x1e\xe0\x62\x81\x1e\xf9\x5d\xb1\x40\x8f\x1b\xe1\x7e\x3d\xae\x63\x31\x8b\x57\x0a\x18\x2c\xc3\x2b\x0d\xba\x79\x8a\xd8\xe6\x16\x4d\x5a\x1f\x2c\xd0\xeb\x32\xb0\x5f\xab\xae\xf6\xf6\x71\xf6\xbe\x4e\xf2\xfe\x98\x79\x5f\x27\x79\x0f\x01\xbb\xfe\xf8\x77\x5f\x17\xa7\x3d\x00\x56\xcf\xdf\x27\x21\xfb\xaa\x0f\xbd\xa5\xc0\x1c\xe7\xc3\x7a\x9d\x44\xcc\x86\x1b\x7e\x19\x58\xee\x7d\xdd\x52\xc0\x2f\x2e\x2f\x1b\x6e\x34\x66\xac\xb0\x91\x15\x3f\xf5\x58\x61\x23\xab\xca\x2b\x11\xb5\xbe\xee\xbb\x5f\x56\x80\x2e\xb0\x01\xb8\xbc\xe5\x17\xbb\x2e\xbf\xd8\xf5\x0a\x06\xbb\x04\xc9\x06\xaf\xfb\xfb\xb7\xa0\x42\x5f\x31\x9e\xc6\xba\x32\x85\xee\xa0\x43\xe0\x30\xa8\x40\x6f\x93\xa2\x07\x53\x88\xf9\x33\xb0\x96\x88\x89\x4a\xf4\x35\xec\x7a\x63\x9c\x34\xf6\xe0\xe4\x72\xf6\xc6\x5a\xe3\x82\x6c\x7d\x05\x90\x6e\xbb\x88\xd6\xf6\xb7\x48\x46\x5f\x95\xf8\x5d\x44\x95\xe3\xeb\x26\x60\x28\x44\xac\x6b\x46\x3f\x04\x6e\xbf\x80\x68\x4d\x74\x00\x86\xcb\x0b\x5b\x5c\x87\xa1\x90\x55\xc0\xe5\x85\x47\xae\xc3\xf9\x6c\x02\x29\xc0\xf2\x22\xc7\xc7\xba\x0b\x3c\x02\xac\xce\xe1\x14\x5c\xaa\x63\x76\xc0\x1a\x1c\x22\xea\xb4\x0f\xa7\xed\xe4\x4e\x11\x15\xb7\x73\xf6\x06\x3a\x2a\xbc\x5d\x44\x95\xd6\x6b\x03\x9d\xcb\x05\x11\x51\xcc\xeb\xd6\x45\xe7\x72\x79\x11\x75\x86\xf5\xc6\x0a\x5b\x34\xac\x37\x56\xd8\xe2\x7a\x1b\xe7\x81\x13\xae\xd2\xf6\x0a\xf3\x5b\x9f\xe5\x6f\x51\xa3\xbe\x3e\xee\x1c\x8c\x79\x95\x68\xd7\xc6\xf2\x42\xa7\x83\x28\x5f\x5f\x5f\xd1\x71\xd0\xd7\xf9\xd0\x9b\xe1\x43\xc3\x4e\x7d\x5b\x5c\x78\xc4\xd6\xa6\x25\xd8\xe9\x6d\x9b\x11\xad\xf9\xe5\x11\xf8\xb0\xde\x66\xdc\x0a\x86\xb9\xad\xee\xcf\xfc\xe2\x14\xe6\x17\xf7\x07\x56\xba\x19\x90\xc2\xc7\xdc\x0d\x2d\xb6\xfe\xe9\x9e\x7d\xdb\x45\x07\x11\xb4\x29\x11\x3b\x3c\x64\x53\x22\xae\x30\xcc\xad\xd9\xf5\xcf\x19\xe6\xd6\x1c\x37\x6c\xe6\x02\xd9\x7b\x77\xf3\x60\x30\x5b\x77\xf3\x90\x76\x9b\x36\x63\x87\xc1\x6c\x5d\x96\x00\x93\xdd\x26\xa5\x85\x6d\x0c\xec\xc1\x60\xb6\xee\x94\x60\x30\x06\x42\x1b\xc1\xa5\xbe\x41\x69\xad\x43\xf8\x5b\x7a\x9a\x21\xfc\x4d\x45\x9b\x68\x41\xdf\xd2\xc3\x08\xe1\x6f\x39\x07\xa5\x83\x49\x90\x4e\x21\x1d\x07\x36\xbf\xe5\xec\x1a\x44\x27\x41\xc2\x4a\xb7\x72\xe9\xe0\xec\xdb\xa4\x34\x18\xf3\x36\x49\x08\xa1\xb8\xa9\xd6\x12\x67\xec\xdb\xe1\xa0\x2e\x88\xfa\xea\xea\x14\x94\x76\xb1\xd0\x06\x15\xb5\xc5\xc2\x14\x70\xc3\xb6\x58\xe8\x40\x01\x17\x0b\x1d\x68\xf2\x05\x7c\x75\x93\x02\xf0\x46\xf7\xed\x92\x0b\xc0\x57\x37\x8d\xc1\x40\x8b\xdb\x20\x87\x16\xb0\xdf\x8d\x43\xdf\x02\x8d\x6c\x53\x52\xad\xae\xdb\x3c\xda\x2e\xd5\xeb\xb4\x5d\x10\xb5\xd2\x80\x25\x6c\x2a\xa2\x01\x4b\xd8\xd4\x3d\x03\xc2\xdf\x97\xf9\x25\x01\xe6\x97\x02\x70\xad\x11\x68\xfb\x0c\xd6\xb2\x6e\xbb\xaa\x63\x40\xeb\xfb\xea\x7c\xd0\xae\x76\xe3\xa6\x01\x0d\xee\x53\x82\x20\xdd\x76\x25\x08\x91\xb3\xbe\x6b\x19\x06\xfc\x61\x9f\x12\x64\x80\xce\x3e\x63\xba\x3b\x40\xfd\x2d\xc0\xdb\xf7\xdd\x71\xa0\xdb\xbd\x79\x46\xe1\xf9\x7b\x13\x1d\x08\x72\xef\xae\x35\x9a\xc5\xae\x7e\x17\xa8\x81\xbb\xd2\x80\xa0\x70\xdf\xbb\xdb\x08\x09\xed\xc6\xed\x03\xb2\xdb\x63\xa2\xc3\xcf\xd0\xef\x5a\x40\x25\x7b\xb8\x3a\x10\xc6\xae\xb2\xb7\x0e\x3b\x60\x75\xb6\xc5\x0e\x1e\x01\xda\xa4\xe8\x70\x7a\x77\x0f\x2c\x01\x81\xbe\xe7\xfc\x99\x5f\x5c\x10\x0e\xec\x8e\x01\x39\x08\x66\xf6\xbd\x8c\x78\x73\x46\x77\x8d\xbf\x0d\x61\xbb\x2b\x1a\x36\xe4\xeb\x3e\x5c\xf8\x04\x37\x95\xbd\x6d\x15\x10\x6b\x34\x89\x7d\xb8\x20\x9c\xeb\x1d\x73\x6d\x6c\x9c\xaa\x1d\x9e\x3f\x08\x9a\xf6\xdd\xa4\x97\xe0\x58\xee\xc7\x1c\x94\x0d\x96\x16\x08\xa7\x76\xfd\x9e\x2d\x10\xf7\xfb\xe9\x1a\x20\x9c\xf6\x49\x0b\x10\xfa\xae\x34\xd8\x38\x89\xbb\x27\x7e\xdb\xfc\xe2\x38\x90\xe6\x7e\x3b\x53\xf4\xac\xfd\x76\x1c\xcf\xe8\x3c\xfe\x1e\x3e\xdc\x1f\x63\x43\x52\xed\xd2\xc2\x86\xa4\xda\x71\xf8\x0d\x22\x0a\x7d\x57\x1d\x23\xa2\xd0\x77\x4f\x7c\x42\x73\x4d\xce\xbe\xed\x3f\x8b\x92\xf7\xa6\x42\xb5\x21\x2e\x1b\xae\xc1\x96\xcc\xbc\xc9\xb5\x93\xc9\x36\x3c\x7b\x2d\xc1\xb5\x61\xee\xb4\x04\xbd\xb6\xd9\x06\xf4\xda\xe6\xcc\x77\xbf\x88\x1e\xd6\x4a\xdb\x27\x46\x1d\x60\xb7\x8d\x80\xf3\xc3\x40\x69\xbb\xfb\x85\x81\xd2\x70\x87\xb4\x44\xaa\x36\xe2\xf4\x83\x2c\x8d\xde\xf0\x8d\xb4\x44\xc4\xb6\x36\x3b\x00\xd1\xe6\x32\x38\x1f\x2c\xa9\x96\xa2\xa3\x25\x85\xab\xb3\x93\x52\xf4\x7d\x01\xb7\xee\xa0\x90\x5d\xeb\xae\x3d\x32\xba\x69\x15\x6d\xc8\xe8\x46\x8c\x7a\x6c\xc8\xe8\xa6\x55\xb4\x21\x55\x5b\xcc\x41\x05\xe6\xa0\xcc\x27\x5c\x5e\xe4\x6d\xd3\x5e\xc2\x8b\xda\x5b\x4e\x0c\x04\x5c\x10\x27\xa7\x68\x48\xe7\x93\x73\x1c\xbf\x4c\xdc\xf8\xa2\x7a\x96\xe2\x56\xe2\x86\x39\xda\x54\xcf\x52\x44\x71\x41\x8e\x0d\xce\xd1\xb4\xb1\x36\x04\x76\x43\x3d\x6b\xe9\x14\xca\x35\xe8\xf6\xe6\xc2\x8b\xb5\xba\x1a\xae\xdb\xde\xc6\x1c\x14\xac\x27\x0d\x22\xd7\xdb\xe1\xe4\x60\x4a\x4d\xeb\x6b\x83\x29\x35\xbc\x24\x2d\x9d\xc2\x21\xa1\x74\x01\xd7\xcd\xf9\x1c\x73\x1c\x00\x9d\x29\x1b\xec\xaa\x9d\xae\x8e\x58\x9f\xb6\x11\x51\x75\xb5\x14\x37\xed\xb2\x0d\xd1\xdd\xd4\xd5\x52\x0c\x54\xa8\x48\xea\xe9\x4d\x1d\x2a\xed\x5a\xfb\x28\x61\x7e\x6d\x52\x1a\xbc\xab\x3d\x8e\x03\x27\x6c\xaa\x5a\x1b\xbc\xab\xbd\x1e\x65\xd8\x55\xd3\xeb\x98\x18\x58\x4d\x27\x47\x62\x53\xb5\xd7\x15\x85\x5d\x99\xea\x34\x70\x2b\xf7\xae\xe1\x93\x28\x02\x7d\x99\x5d\x37\x00\x17\x9e\x71\xfa\x32\xdb\x7c\x5d\x77\xd3\xde\x92\x41\xfb\xea\x6e\xa3\x8a\x74\x1d\x16\xc9\x38\x7d\x9d\x6d\xe8\x5a\x23\x06\xbf\x74\xef\x93\x1a\xe1\x77\x5d\xe1\x94\xa2\xb3\xbb\x20\x62\xa0\x45\x83\x93\xba\xf7\xdd\xd5\x11\x83\x5d\x44\xe1\x77\x7d\x97\xd0\x11\xd0\x7d\xd2\xa9\xe8\x4c\x3a\x45\x5a\xf7\xe6\x36\x22\xad\x7b\x73\xda\xe2\xd6\x3c\xa3\xe2\xa6\xc7\x63\x43\xb1\xe9\x6d\xe2\x06\xa2\xdd\xad\x17\x1d\x15\xb5\x14\x03\x15\xb5\x0d\xbe\xda\xfb\x44\x87\xae\x95\x7b\x29\x6e\x31\x3b\x00\x9d\x74\x41\xb0\x6c\xbb\xb6\x4e\x8a\xdb\x24\xa6\xfa\x59\x94\xbc\x77\x85\x55\x3a\xee\xa4\x27\xcc\xd1\x3e\x85\x15\xe6\x68\x47\xbb\x6a\x39\x01\xb8\x36\x3e\xf4\xde\x91\x35\x8d\xe4\xa1\xde\x71\xc2\x8f\x1d\x1d\xaa\x9f\xf3\x67\xf4\x86\x78\x19\x78\xd7\x7b\x57\xd5\x2a\x94\xb0\xae\xaa\x55\xf6\x86\xaa\x35\x70\xb5\xf7\x8e\x63\x61\xec\xc8\xdb\xae\xac\x29\xbb\xd6\x77\x50\x76\x2d\x39\xec\x08\xdf\x4e\xdc\xb4\x95\xe3\xe8\x77\x2f\x7b\xd3\xf2\xc0\x71\xdf\xbb\x5e\x85\x1d\x49\xdc\xd5\xc8\x76\x84\x6f\x27\xd3\x73\xec\x88\x58\xc3\xd2\x63\x47\xc4\x06\xe7\x7c\xec\x48\xd5\xd0\xc0\x2f\xda\xc4\xe2\x4c\x31\x20\x43\x03\x9f\x70\x7e\x8f\xd5\x71\x10\x34\x61\x2a\x5c\xd9\x9b\xf6\x05\xfe\xfd\x1e\xda\x17\x65\xd7\xba\xdf\x76\x44\x50\x28\x82\xf6\xcd\x2f\xce\xc7\x71\xb4\xdc\x0b\xdb\x34\xf6\xd9\x75\x01\x4c\xdc\x06\x80\xab\xb3\x09\x38\x1f\x44\x50\x68\x4f\xec\x88\x93\x68\xfe\x0c\x09\x12\x1e\xd3\x42\xfc\x87\xc6\x05\xce\xfe\x1e\x8a\x06\x92\xa1\x7a\x18\x76\x2a\x27\xa7\x49\xbe\xc3\x7e\x43\xef\xd9\x0e\xc7\x8d\x14\x37\x67\xaa\x00\xd8\xe1\xb8\x91\xae\x1b\xac\x34\x34\x14\x76\xb8\x67\xe8\x9e\x27\xd1\xa4\x87\xd2\x60\x87\xe7\x87\xd2\xa0\x5c\x1d\xa5\x01\x01\x82\x1e\x72\xf6\x1d\x56\x1a\x5a\xc7\xe5\xba\x1d\xf3\x67\xa0\xa3\x75\x5c\x9b\x80\xa7\x17\x5d\x3a\x4e\xcf\x68\x17\x98\x58\x83\xdb\x29\xd6\x5d\x60\x76\x00\xa2\x97\x27\xd1\x15\x55\x39\x2a\xe4\x78\xe8\x16\x23\x3b\xac\xc7\xed\x22\xc2\x57\x43\xff\x16\xa9\x62\x3d\x54\x8e\x48\xde\xe8\xc1\x19\x6d\xb5\x0b\xb8\x25\xf0\xef\x50\x39\xda\x61\xa5\xf1\xce\x9f\x81\xe8\x3c\xb0\xb0\xd2\x90\x4b\x13\x78\xe8\x31\x4f\x2f\x6c\x31\x97\xf9\xb3\x00\x70\x1b\xd1\x0a\x52\x1f\x73\x35\x7f\xe6\x14\x10\xb6\xa9\x5b\x99\x5c\x92\x9e\xeb\x6c\x53\x00\x1e\x4b\xb8\x5a\xfe\x77\x49\x99\x3d\xf5\x24\xef\xb0\xb8\xdc\x6c\xd3\x05\x6c\x03\xef\x32\xae\xdd\x8a\x3d\x4d\x99\xf9\x0e\xef\x4a\x8d\xe8\x62\x4f\x53\x1f\x33\x79\x56\x3d\xf7\xf9\xb3\x6f\xdd\xb2\xcd\x9f\xd1\xa6\xc9\x29\xe0\x62\xa9\x36\x45\x3a\x56\x4f\x2d\xe8\xea\x7e\x71\xb3\xd8\x60\x53\x66\xc7\x5e\x02\x2e\x55\xfd\x2c\xe8\xd3\x53\xeb\x98\x4c\x95\x9e\xe1\x21\x41\x46\xa7\x96\x47\x61\x5e\xa7\x6a\x13\x69\x60\x3d\xc3\x0d\x67\x8f\x73\x12\x0a\xc6\x53\xa6\xb3\x40\x76\x66\x3a\x0b\x2c\xa9\x4c\x0f\x23\x96\x54\xaa\x43\x91\xf7\xd2\x53\xb6\xbf\x0f\xdb\x78\x18\x39\x24\x69\xe4\x96\x24\x98\x9e\x46\xa7\x48\x82\xe9\x59\xae\x23\xe7\x22\x75\x64\xed\xd8\x4b\xa9\x19\x52\x1e\x92\xe1\xe6\x61\x22\xa5\xae\xa7\x86\x89\x94\xba\x9e\xc8\x95\xe9\x69\xa0\x88\x58\x4a\x4f\xd9\x3c\xb1\x94\x9e\xba\x99\x09\x9f\xf4\xbc\x66\xd7\x20\x8a\x4f\x69\x10\x3e\xe9\x29\x9b\x27\x7c\xd2\xf3\x12\x37\x4f\x8c\x81\x22\x12\x67\x7a\xe2\x66\x1e\x86\x4f\x12\xce\x3e\x0c\x85\xe4\x23\x06\x30\xf3\x54\x9d\x21\xed\xb0\xe7\xa4\x0d\xcf\x12\x16\xf5\x68\xab\x80\x9b\xe5\xf1\x31\xb4\xd3\x56\x01\x0f\x89\xc7\x07\x77\xef\x30\x62\x92\xaf\xcb\x8b\x45\x9d\x12\x57\x83\xe3\x96\xae\x27\x92\x6d\x7a\x19\xe7\x21\xd9\xa6\x97\x36\x48\x83\x7b\x16\x9c\x7d\x34\x18\x66\xad\x22\x0a\xc3\xac\xd5\xde\x60\x8b\x65\x12\x02\x99\x37\xbd\xc8\x6b\x1e\x0d\x16\x57\xba\x7b\x49\xc3\xe9\xb5\x39\x1f\xb8\x5a\x99\xe4\x4c\x4e\x4e\xaf\xcd\xf9\xc0\xd5\x0a\x33\xbe\x91\xa0\xd3\x4b\x33\x9e\x04\x9d\x5e\xdb\x1c\x94\x71\xf6\xf9\x05\xa0\xcd\x41\x19\xa7\x4d\x44\xe9\x5a\x0d\x86\x64\x9b\x5e\xfa\x71\x1b\x5c\xad\x34\x3b\xc8\xbc\xe9\x85\x53\x77\x34\xc4\x49\xe9\x9e\x22\x0d\xa7\x57\xb7\x37\x64\x4b\x69\xe0\x93\x79\xd3\x4b\xdd\x86\xcc\x9b\x5e\x31\xdb\x30\x68\xcc\x36\xfc\xcc\xe3\x3f\x5c\x51\xb2\x9c\xda\x70\x45\x3d\xfe\xc3\x15\x4d\x27\x07\xf7\x2c\x53\x1a\x86\xcb\xab\x43\x69\xb8\xa2\x35\x7b\xa3\xeb\x9a\xbd\xd1\x06\x77\xef\x68\x98\x2a\x65\x70\xd6\xa0\x4f\x8d\xd9\x01\x4b\x35\xe6\xa0\x2c\x95\x26\xb9\xe1\xa0\x22\xb7\x7f\x18\x01\xaa\xc3\xcd\x42\x22\xd6\xe1\xa1\x40\x22\x96\x52\x67\xb8\x54\x9a\x03\xc3\xd5\x39\xe7\x17\xc6\xd1\x57\x45\x72\x4d\xaf\x6b\xf6\x06\x6e\x2a\x50\x43\x44\x55\xa0\xc8\xb4\xe9\x25\xfd\x90\x69\xd3\x4b\x11\x34\x9c\xc2\xed\x38\x22\xaa\xb7\xb6\xc1\x98\xeb\xb6\x37\xb1\xbe\x5d\x03\x18\x73\x3d\xce\x07\x26\x5b\x8f\xfb\x23\x06\x8f\x87\xa2\x6f\x3f\x63\x98\xa6\xcf\xb5\x01\x07\x1e\x8b\xc7\x14\x0e\x3c\x54\x9b\xc8\xf6\xed\x63\x99\x1d\xf2\xc5\x50\x88\xf1\xa5\xb1\xba\x74\x58\x38\x43\xf3\x80\xbc\x97\x3e\x56\x39\x14\xe6\xce\x20\x14\xd2\xc8\x7b\xe9\x63\x52\x00\xec\x77\x28\x78\xda\xfc\x22\x4f\xf1\x8b\xb6\xc2\x80\x47\x8e\xdd\x03\x0c\x97\x1e\x06\x3c\x48\x75\xe9\x43\xaf\x96\x51\xa3\xb1\x4f\x74\xc0\x5a\x03\xdf\xd8\xd0\xd0\x70\x20\xef\xa5\x0f\xcd\x03\x52\x5d\xfa\x50\xd6\x18\x28\x1a\x46\x3a\x9b\x83\xea\xfc\x22\x83\xa4\x8f\xee\x38\x0e\x3a\x09\x05\x76\x35\xfa\xec\x80\xae\x67\xd1\x0a\xec\x6a\x18\x24\x21\x83\xa4\x8f\x98\xbd\x81\xdb\x24\x21\x31\x50\x23\x33\xec\x34\x54\xc2\x0c\x2e\x0d\x83\x9b\x24\x66\xf4\xa1\xbf\x8b\x5c\x8c\x3e\x20\x87\xbe\xc0\x39\x06\x14\xd0\x17\xd8\xfc\x20\x8f\xa7\x2f\xf0\xef\x31\x29\x00\x96\x6d\x42\x58\x27\x31\xa3\x0f\xf5\xae\xe6\xe4\xb0\x1a\x3a\x89\x19\x7d\xa0\x84\xf5\x05\xd5\x7e\x68\x2a\x37\x67\xaa\xa9\xdc\x9c\xdc\x94\x2d\xb0\xdf\x71\xce\x41\x05\x28\xd0\x58\x60\x4a\x03\xaa\xe9\x0b\x7c\x68\x68\x37\x37\x18\xf3\x30\x23\xa1\xc1\x98\xc7\xe5\x14\x60\x4a\xe3\xb2\x10\x04\x35\x7d\x5c\x8e\x33\xfc\xe2\x38\x08\x8d\x61\xc0\xa3\x0d\x7f\x36\x07\x05\xd1\xcb\x69\x23\xa0\x87\xa1\x90\x86\xe5\x34\xcc\x48\x68\xae\xa8\x85\x3d\xa4\x4e\xf4\xf1\xb8\x06\xb0\x9e\xf1\xb8\xbc\x9b\x3f\xe3\x54\x75\xd7\xfa\x71\x75\xe0\x36\xe3\x71\x72\x70\x9b\x61\x4a\x43\x77\x17\x74\x1e\x77\x84\xed\x50\x0d\xec\xc8\xd7\xf1\xce\x71\x58\xaa\x57\xac\x51\x51\x07\x02\x6d\x74\x77\x01\x05\xb1\x2f\xe8\xab\x07\x4e\xb6\x4e\x22\x46\x3f\x16\x97\x0a\x0e\x75\xa0\x13\x8e\xce\x5a\x1f\xeb\xfc\x59\x03\xd8\xfd\x42\x07\xab\x83\xc2\xb2\x8f\x6d\x7e\xe1\x67\x9b\x87\x02\x0e\x75\xe8\x63\x36\x0e\x77\x58\x74\x63\xea\xc4\xa1\x81\x6f\x1c\xce\x94\xc1\x61\xe8\xed\x30\x16\x69\xb4\xed\xd8\x5d\x51\xb8\xda\x61\x01\x8d\x49\x15\x47\x13\x37\x18\xd9\xd1\xe6\xcf\x18\xa7\x39\x28\x42\xe3\x68\x73\x50\xc6\xe9\xee\x02\x3a\xee\x61\x0e\x41\x67\x4b\x0e\x28\xab\x9b\x47\x71\x84\xf3\xd9\xfc\xd9\xec\x7a\x00\xcc\xae\xfd\x99\x58\xbb\xa2\xd2\x5c\x77\x45\x0d\x8a\xf4\x9f\xe6\x61\xf6\x43\xb7\x58\x77\x85\xb5\x7d\xba\x8b\x5a\xb3\x77\xd0\x53\x3e\x75\x44\xc5\x31\xc4\x15\x7e\x7e\x18\x24\x31\xac\x76\xa8\xd2\x75\x44\xc5\xa1\x23\xab\xbb\x74\x68\x71\xdd\x64\x8e\x43\x52\xed\xae\xa3\x9e\xe5\xee\x3a\x6a\x15\x19\x70\x3b\x4e\x7b\x73\xe9\xae\xd9\x81\x00\x24\x64\x24\xed\x98\x24\x04\x33\x3f\x2e\xb7\x15\x21\x72\x5c\xee\x17\x3c\xff\xb8\x9d\x0f\xfc\xfb\xd0\x3e\xef\x28\xd6\xc7\xe3\x4e\x22\x00\x8e\x49\x42\x08\x80\xe3\xb1\xeb\xd9\xc6\xae\x61\xcc\x66\x49\x8f\x0e\x5f\x3d\xd4\xd5\x8c\x8f\x9d\xe6\xe4\x18\x12\x3b\x17\x0f\x23\xe3\x9c\x8a\x20\xa3\x60\xe7\x32\xbb\xfe\xa6\x70\xae\x73\x50\xbe\xa8\xb8\x19\x1f\x3b\x95\x47\xc6\xc7\x4e\xcd\x1d\xca\x16\xfa\xb9\xd9\x1b\x9a\xec\xb9\x79\xb0\xc0\xed\x9c\xa7\x19\x1e\x79\x9a\x45\x63\x18\xed\x54\xea\x18\x39\x3b\x77\x77\x1b\x86\x79\x5a\xca\x65\x06\xc9\x69\xf5\x96\x79\x22\xa7\xb1\x14\xea\x52\xfa\xa9\x6c\xe9\xf0\xfc\xd3\x5c\x99\x0e\xc3\x3c\xe7\xd1\x76\x72\x5d\xac\x61\x8b\x67\x97\xf0\xc5\xda\xf0\x49\x87\x47\x9e\xe1\x1a\x88\x5b\xc8\x39\xc4\x2d\x5d\x37\x18\xf3\xa9\x04\xe9\x30\xbf\x33\x25\x7c\xd1\x49\x07\x15\x9d\x74\xb7\x45\x67\x9e\x6b\x78\xe4\x59\xf6\x26\x3a\xea\x5d\x1d\x1d\xf7\x2c\x71\x83\x7b\x9e\x53\xea\x20\x8f\x4e\x05\x4d\x47\xe1\x3d\x49\x0b\x1d\x54\x5b\xf6\x53\x71\x62\xe2\xc2\x89\x76\xd5\x4d\x5c\x38\xf1\x48\xf5\x15\x36\x7f\x7a\xf8\x8c\xd3\x9f\xb7\x5f\xe0\x91\xa7\x01\x6b\x63\x84\x27\x59\x68\x9d\x42\xd9\x7e\x92\x9a\x3d\x0c\x18\x9e\xba\x9a\x0c\x18\x9e\xba\x8d\x0c\x18\x9e\x32\x66\x03\x86\xe7\xfb\x6f\x75\x85\xfd\xc4\x8b\xda\x0d\x4b\x9f\xef\xc4\xfa\x9b\xdc\x25\xc7\x35\xde\x7c\xe1\x5d\xea\xc6\x9b\x2f\x63\x77\x94\xbc\xf4\x4b\x8e\x6b\x74\xd7\x4c\xfe\x11\xf0\xe2\xcb\x33\x6a\x74\xf7\x5a\x67\xfd\xe2\x87\x8e\x39\xfe\x9d\x22\xbc\x7e\xcd\x32\x47\x8e\xf2\x25\x93\x35\x30\x79\xed\xb3\xeb\x04\x70\x3e\xb0\xec\x4b\x8b\x3a\xe0\xd2\x97\xdc\x33\x60\xcc\x97\x65\x80\xc6\x56\xaf\x66\x9d\x24\x07\xe9\xd2\x36\x08\x58\xf6\xd5\xed\x9a\x83\x74\xe1\x43\xea\xc6\x3c\xaf\x6e\x1b\x0e\xf9\x15\xee\x02\xb2\xff\x92\xe3\x52\x92\xd4\xaf\x70\xe1\xd7\x9f\x9a\xe4\x57\xb8\xad\x9c\xb2\x0b\xf3\xba\x1b\xf6\xbc\x72\xfd\x5b\xe5\x66\xbf\xb4\xa8\x03\xfb\xe2\x4a\x57\x0b\x89\x7f\xe9\x7a\x32\xf0\x7a\x95\xe3\x22\x2a\xae\x9a\x5f\xf8\x99\x76\x73\x60\x52\x5c\x7a\x9b\x28\xe9\xee\x97\x59\x5c\x81\x5c\xbf\xcc\xe2\x0a\x84\xc8\xe5\x99\x35\x58\x7b\x1d\x13\x1d\x7e\xa6\x79\x60\xe4\xf6\x3a\x26\x3a\xb4\x91\xfd\x52\x9f\xd4\xaf\xc3\x0e\x90\x06\xd7\x39\x3b\x60\x0a\x30\xe6\x6e\x08\xf3\x82\x31\x77\x43\x98\x17\x49\xce\x7d\x5b\x6c\xf3\x08\x30\xe8\x65\xc1\xaa\xe7\x4f\xc6\x6c\x1c\xf8\x52\x83\x09\x64\xcb\x45\x2c\xaf\x6f\x68\x09\xd7\x33\xdb\x80\xa8\x1a\x8c\x91\xce\x4b\xc3\x9b\x42\xcb\x7e\x4d\x72\x40\xea\x5c\x06\x15\x8c\x1d\x5f\x18\xde\xdd\xe0\xe6\x05\x97\xee\x86\x30\x2f\x55\x13\x43\x98\x17\x2c\xbb\x1b\xb5\xbc\x35\x14\x8c\x37\xdf\xf8\xae\xfa\xc6\xf9\xbb\xb5\x0d\x8c\x2a\xdf\xd2\x86\x21\xcc\x7b\x75\x1c\xb6\xf1\xa6\xd6\x68\x04\xa2\xee\x36\x25\x32\x90\x6e\xb7\x84\x62\x38\xd2\xf2\x81\x41\x45\x68\xbf\x0d\x37\x04\xa2\xee\x36\xb5\x2a\x10\x75\xf7\xe6\x9e\xa2\x25\xdc\xdb\xc4\xad\x00\xc4\x8d\x73\x70\x6f\xb3\x6b\x3a\xd8\x67\x1b\x70\x9b\xc4\x05\x4b\xb8\xcd\x06\x09\x68\xfd\x36\x90\x17\x88\xc7\xbb\xbb\xd6\x1c\x8a\x3b\x66\x6f\x74\xe0\x21\xdf\xd0\xe2\x6e\x0f\xf9\x86\x9a\x71\xeb\x36\x32\x64\x7e\xab\x2f\x18\x18\xbf\x4b\x44\x91\x95\x77\x89\x28\xda\xc8\x5d\x2e\x3c\x47\xec\x9e\xa7\x17\x06\x73\x0f\xf7\x14\xce\x71\x0f\xb7\x84\xc3\x77\x1f\xe2\xc6\x71\xb9\x0f\xeb\x9b\x39\x2e\xb7\xca\x43\x84\x80\x87\x8f\x43\x71\x6b\xf6\x46\x08\x38\x53\x04\xda\x6d\xa8\xc0\xc8\xfa\x7d\xda\x01\xf6\xd1\x7d\x7a\xc4\x76\x7f\x36\x7b\xf3\x67\x76\x80\x84\xbf\xf5\x21\x19\x3f\xbf\xe7\x51\xc6\x3e\xba\x2f\xb1\x76\xeb\x0d\x22\x18\x3f\xbf\x6f\xb1\xf6\x1c\xdc\x12\x20\x5a\xc1\x7d\x7b\x2c\x3d\x07\xda\xc0\x81\xe0\xbc\xd5\x4b\x02\xd9\x7f\x3f\xf3\x0b\xb8\x3d\x2e\xa2\xdb\xa8\x9a\x6e\x5c\xf1\x36\x99\xd0\x60\xfa\xfd\xba\xf0\xe8\x32\xb7\xfa\x77\xc0\xfc\xac\x50\xe9\x5b\x08\x38\x1f\x38\xe1\xb3\xb8\xdb\xec\xc2\x33\x0f\x39\xcb\xfb\xcc\x73\x5d\x02\xb3\x83\x04\xf0\xb8\xfc\x34\x71\xbd\x3f\xab\xb3\x28\x9b\x39\x0b\x36\xe2\x59\x5d\x3a\x36\xe2\xd1\x0f\x15\x88\xf2\x47\x1d\xde\x30\xe1\xa3\xa2\xc3\x15\x16\xdd\xca\x98\x6e\x64\xd0\xca\x98\x6e\x64\xf0\xd9\xe5\x50\xac\xfd\xa3\xda\x6e\xfc\xcf\x32\x99\x61\x7e\xc0\x63\x45\xbc\xf1\xbf\x67\x9f\x1d\x80\x5b\x73\x8b\xe0\xdf\x8f\xc5\xe8\x06\xe9\x1e\x2f\x3c\x30\x2e\xf7\x4c\x12\x82\x99\x3f\x5d\x0a\xc0\x62\x7b\x14\x3c\x46\xec\x1e\xcd\xeb\x18\x02\xb3\x0d\xe8\xa8\x0f\x19\xb1\x7b\xa6\xe0\x81\x17\x3f\x2a\x3a\x89\xf8\x7f\x94\x13\x89\xf8\x7f\x4c\xfd\x35\x43\xe1\x29\x59\x0f\x8c\xd9\x32\x99\xbe\xc3\x98\x1f\x8d\xe8\x1d\xc6\xfc\x18\x60\x4b\xf8\xaa\x65\x32\x7d\xb7\x6b\xd4\xf4\x6e\x4c\xed\x19\x73\x50\x16\x7e\xcc\xde\xc0\x7a\xcc\xde\x40\x14\x3f\x54\x37\xa6\xf6\x48\x9d\x46\xce\x1e\xc3\xd2\x09\x97\xb6\x66\x66\x24\x2a\xc3\x73\x78\xe5\xc4\x04\x6e\x01\x70\x53\xcf\xcf\x09\xdc\x02\xe0\xa6\x04\x31\xbc\xf5\x68\x51\x27\xfc\xfb\x21\x5d\xb8\x53\xf2\xd2\x1f\x69\x30\x61\xe6\x8f\xae\xdb\x84\x99\x5b\x09\xd8\x77\x44\xea\x73\xcf\x0e\xe8\x0d\x1a\xec\xc6\xc7\x1e\x83\x24\x69\x6f\x12\xa4\xf1\xb1\xc7\xdc\x12\x33\x39\x2c\xa0\x19\x69\x6f\x9a\xca\x46\xb4\x9e\x77\x7e\xa1\x83\xd7\xae\xe1\x91\x16\xc3\x8c\x84\xaf\x5a\xff\xd2\xa9\x72\xe9\xef\xe2\xb4\x61\xb2\xd6\x22\x76\xaa\x5c\xba\xf7\x60\x74\x03\x5f\xde\x83\xe1\x15\x0e\xdd\xab\x2f\x3a\x25\x2f\xdd\xab\x2f\x3a\x25\x2f\xdd\xab\x2f\x86\x29\x1a\xaf\x94\x65\x14\xcc\x9b\x2b\xba\x81\xaf\x77\x9b\x3f\x6b\x00\x4e\x1b\xbe\x3a\x6f\xa1\x30\xf0\xe5\xc5\x13\xc3\xdc\x8b\x79\xbd\x84\x51\x30\xcb\x71\x86\xe9\x16\xef\xee\xd9\x41\x8f\xfc\xdb\x5d\x13\x60\xbd\x3b\x05\x38\xd4\xbc\x6b\x62\x87\x43\x79\x4f\xc4\x30\x2b\xc3\x3b\x1f\x46\x3a\x05\xf5\xbb\x9d\xf0\xc9\xbc\xd9\xc1\xc8\x99\x97\x39\x74\xe3\x63\x5c\xe6\xf0\x01\x8c\x23\xcd\x25\x32\xd9\x1b\x17\x46\xc2\x7e\xdf\xee\x7c\xc2\x2f\x2e\x48\xf8\xc5\xc9\xc1\x8b\xbd\x4a\xa1\xef\x68\xb2\xdc\x36\xb0\x76\xe3\x56\xaf\x8a\x1a\x65\x31\xdd\x3b\x05\x3a\xc5\x2f\xdd\x2b\x01\x86\x69\x1d\x16\xfe\x77\x03\x52\xef\x24\x40\xec\xb0\x59\xef\x62\x56\x86\x45\xef\x9d\xd2\x93\x6e\x35\xfb\xc8\xfe\xd3\x3c\xcc\x57\x01\x97\xae\xfd\x31\xfb\x60\x5c\x7d\x57\xa6\x6c\xbc\x93\x84\x5c\x3a\x35\x32\xc3\x34\xd6\x92\x77\x43\x2e\x56\xd3\x74\xa3\x2c\x96\x8f\x8f\x74\x85\x21\xbb\x6e\xc8\xc5\x22\xf1\x6e\x94\xc5\x6a\x9a\x6e\x94\xc5\x6a\x9a\x91\x48\x94\xf7\x76\x27\x91\xf8\xef\x24\x21\xd7\x51\xc5\xcd\x88\xc9\x3b\xa9\x06\x51\xf1\x1a\x3e\x49\x24\xf1\x6b\x12\x56\x86\x3f\x63\x8b\x0c\xac\xbc\x93\x9e\xdc\x88\x57\x0c\xe0\x0f\x16\xc3\x0c\x93\x2c\x5e\x15\xb7\x06\xb3\x78\xf5\x29\x51\x8a\x12\x8b\x09\x89\xe4\x48\x84\xe5\x2b\x83\x1c\x89\xb0\x7c\xa5\x13\x99\x89\x05\xaa\xe9\x04\x63\xc2\x5a\x96\x4e\xfc\x25\x16\xc3\x27\xe4\x48\xc4\xa2\x15\x4e\x26\x44\x2c\x2a\x6e\x64\x42\x84\xe5\x2b\x9d\x28\x4b\x2c\xaa\x67\x64\x42\xc4\xac\x65\xa1\xd2\x3e\x16\x4d\x72\x02\x2b\x61\xa9\x71\x27\x96\x12\xb3\xb0\x85\x34\x88\x58\x4c\x1a\xe1\xa6\x94\xf0\x6a\xa5\x91\x05\xd6\x66\x76\xe4\x00\x83\xe6\xb4\x3f\xce\x11\x8b\x8a\x1b\xf5\x2f\xb1\x74\xe7\xb3\x83\x8e\x22\x88\x88\x49\x2c\x92\x03\x41\x92\xb0\x96\x65\x70\x09\x4b\x2c\xdd\xde\x76\x70\x33\xcf\x8a\x74\x8b\x58\xd2\x3d\x1d\xa0\x63\xa6\x61\x0e\xd0\xf1\xd0\x13\x54\x88\x45\x65\x8f\x44\x8c\x58\xca\x71\x9a\x6d\x5e\xbf\xd0\xb5\xca\x1e\xa9\x13\x61\xc1\x49\x27\x0c\x10\x8b\x9e\x22\x52\x27\xc2\xea\x93\x4e\x18\x20\x16\xcb\xcc\xc8\xa3\x88\x59\x8a\x52\x0b\x18\x40\x18\x1d\x17\x7e\x2c\xda\xda\x78\xed\x63\xc1\x54\x19\xb5\x08\xd8\xf5\xca\x38\xa7\x5d\x07\xd3\x56\xd9\xc3\x37\x1f\x8b\x95\x65\xdc\x3d\x13\x16\xa9\x0c\x32\x2c\x62\x96\xa2\x94\xa7\x6a\xd2\x42\x80\x8e\x71\xc5\xf2\x20\x5d\xa2\x13\xa0\xa3\x82\x58\x9e\xaa\x6b\x76\xcd\xe4\x14\x4e\xa4\x4e\x84\xe5\x2b\x1d\x17\x7e\x2c\xea\x84\xe4\x51\xc4\x72\x4f\xac\xfd\xe2\xd9\x49\xa6\xa0\x1f\x80\x94\x86\x58\x6e\xef\xf0\x49\xb0\x36\xb1\x84\xec\x82\x58\xde\x09\x30\x8e\xf2\xa8\x49\x0b\xd6\x9c\x91\x5d\x10\x8b\x26\x51\x93\x30\x54\x10\xc9\x21\x88\x55\xc7\x15\x39\x04\xb1\x2a\xb6\x28\xbb\x08\x2f\xed\x1a\xc5\x41\xb2\xda\xa4\x53\x76\x11\xab\x1e\x82\xe2\x20\xad\xab\x4b\xf5\x29\x6a\xe1\x2d\x5e\x83\xbc\x83\x58\xd7\x39\x4e\x00\xb8\xd6\x9f\x38\x09\xab\x4d\x3a\xce\xf0\x98\x05\x26\xf5\x89\x93\xb0\xc0\xa4\xb7\xf1\x33\x1f\x66\xac\x2a\x88\x5c\x80\x13\xab\xb7\x24\xe1\x29\x8f\x75\xf7\xc8\x0d\x90\xd8\x67\x87\x20\x31\xef\x42\xe2\x9c\xaf\x5e\x5d\x44\xb9\x47\xac\xde\x56\x84\x73\x3c\x56\x85\x15\xe9\x0a\xb1\x42\x83\x83\x74\x85\x58\x0d\xe2\x57\xa3\x6b\xc3\x91\x05\x6d\xac\x84\x5c\x3a\x5e\xef\x58\x15\x56\x64\x35\xc4\x2a\x75\x76\x4e\xf3\x2c\x45\x21\xc5\x21\x2c\x45\x19\x64\x35\xc4\x2a\x75\xe2\xe8\x8e\x55\x6d\x91\x1b\x4d\x62\x35\xab\x98\x74\x85\x58\x75\x98\xe1\xa7\x8e\x35\xbc\xa4\x89\xe3\xb3\x12\xe8\xef\x94\x7b\x84\x15\x2b\x83\xac\x86\x98\x15\x2b\x24\x25\x84\x15\x2b\x83\xbb\x33\x62\x55\xc3\xe4\xee\x8c\xb0\x14\xa5\xe3\x80\x0e\xab\x4f\x06\x17\x69\xc4\x5a\x8e\xc3\x59\x5a\xa5\xe8\xee\xf1\x51\x8f\x24\x3d\x21\xd6\x63\x7e\x61\x75\xa4\xdb\xee\xee\xab\x20\x92\xb8\x10\xab\x9e\x88\xee\x51\x50\xd4\xf5\xc6\x38\x8a\x3a\x52\x1a\x62\x3d\xdd\x9f\xc6\x38\x52\x34\x6e\xe5\x58\xcf\xd9\x1b\x5d\x6b\xbe\x75\x37\xeb\x9c\xbd\x31\x8e\xd2\xad\xbb\x59\x93\x88\x21\xae\xd5\x7c\x63\x12\x17\x62\x9d\xa4\x9a\x74\x3d\x09\x32\xe9\xed\x96\x29\x25\xbd\x59\xf7\x49\xaa\x41\xac\xfa\x8b\x29\xf7\x88\xf5\x15\x51\xf7\x47\x5f\x5c\xef\xe0\xf6\x7a\x67\x9a\x0b\xaf\xd8\xea\x2c\xbc\x65\x25\x9d\x5b\xfd\xc2\xe2\x91\x8e\x5f\x3a\xac\x0a\xe9\x14\x64\x84\xb7\xcf\xf5\x0e\xd6\xdb\x24\xa1\xf2\x67\xf6\xc6\x14\x36\x22\xf8\xbd\x33\x85\x6d\xd2\x13\xa4\xba\x19\x0a\x21\x57\x21\x36\x25\x15\xe9\x09\xb1\x6d\xb3\x6b\x7f\xe6\x6e\x23\x9c\x2c\x38\xe9\x38\xb6\x63\x93\x98\xf0\x4b\xc7\x66\x90\x84\x5c\x85\xd8\xb4\xb6\x70\x52\xc7\x66\xae\x23\xb9\x0a\x61\x5d\xca\x20\x57\x21\x36\x05\x1a\x17\x83\xc4\xa6\x33\xaf\x3b\x8e\xd2\x0d\x1f\x73\x6c\x1a\x58\x5c\x19\x12\xdb\x24\x26\x24\xe2\x2c\x30\xe1\x7a\xc2\xd8\xd0\xfc\x7a\x17\x83\x3e\xdb\x00\x18\x3e\x21\x23\x21\x36\x0d\x2c\x32\x12\x62\x9b\x54\x22\x6e\xfa\xeb\xba\xb8\xe5\x6c\x03\x6e\xe9\x7c\x44\x54\x9d\xb0\x8b\x8e\xf4\xc3\x35\x23\xb1\xa9\x20\xe2\x97\x8e\xcd\x7c\x7d\xee\x1c\x09\x6b\x4a\x06\x77\x8e\xc4\xa6\xb9\xd6\x61\x35\x9b\x82\x93\x0b\x48\x62\x53\x56\x92\x13\x11\x9b\x9e\x3c\x2e\x20\x89\x4d\x0b\x2d\x44\x67\xcc\x36\x4c\x8e\x3a\x94\x1e\x76\x7d\xf8\x05\x51\xb7\x49\x59\x63\xfd\x59\xe2\x7a\x6c\xc7\xec\x03\x24\x70\x67\x0f\xb2\x27\x62\xd3\x6b\xc2\x25\x26\xb1\xe9\x00\x0c\xd1\x33\x54\xca\x8d\x26\xb1\x9d\x13\x3d\x70\x55\xc3\x0c\xd1\xd3\x48\x0b\x7b\xd3\xfa\x22\x95\x22\x36\xe9\x89\x54\x8a\xd8\x5e\xbb\x46\xa2\x58\x8a\xd2\xf1\x3a\xc6\xa6\x03\x03\x3f\x61\x6c\x06\x56\x48\xa5\x88\x7d\x99\x6d\x0a\x40\x74\x50\xa8\xf6\x65\xb6\x19\x00\xa2\x03\x1b\x99\x75\x29\x64\x5c\xc4\xae\x33\x8f\xbc\x8a\xd8\xb5\xa4\xf0\xec\x85\x57\x2b\x0e\x92\x2c\x62\x57\x9c\x70\xf1\x49\x58\x97\x32\xb8\xf8\x24\x76\x9d\x0f\xb8\xf9\xc2\x22\x95\x8e\x9b\x2f\xac\x3e\x19\x5c\x89\x12\xbb\x42\x83\xeb\x4c\x62\x6f\x13\x1d\xba\xd6\xa8\xc1\x4b\x17\xbb\xa1\xf9\xe1\x7c\x14\x0d\x01\xe7\xb0\x48\x65\x0c\xe7\xa3\x9c\x18\xce\xc7\x30\xfb\x10\x6b\x15\xb7\x21\x3a\x1e\xed\xe8\x0c\x2a\xcf\x1f\xe2\x96\x6e\x09\x7c\x68\xd7\xc5\x40\xfa\x45\x58\x7d\xd2\x71\xe6\x85\x35\x26\x1d\x67\x5e\xec\xa6\x44\x72\x1f\x4a\xec\xe5\xfe\x04\x83\xea\xf3\xe3\x72\x94\xd8\x4d\x89\xe4\x72\x94\xd8\x6b\x22\xca\x7c\xca\x99\xc2\xe6\x77\x03\x86\xb8\xf9\xc2\xea\x93\x8e\xff\x2e\xac\x3e\xe9\xb8\xec\x62\x9f\x47\x1b\x85\x6a\xd7\x92\xe2\x42\x95\xd8\x8d\xbf\x0c\x57\xc7\xa8\x3f\xbe\xb8\xd8\xe7\xe9\x45\xba\xed\x6a\x71\x5c\x9b\x12\xbb\xde\x67\x5c\x69\x61\xc1\xc9\x18\xae\x8e\xa1\x44\xfc\x6a\xb1\x1b\x9a\xa7\x96\x25\x76\xb5\xb8\xe1\x52\xe9\xa4\x1e\xae\x8e\x1e\x02\x6e\x89\x8c\xdd\x80\x21\xde\xb3\xd8\x95\x06\xc3\x75\xd3\x49\x3d\x5c\x2a\x03\x86\x5c\x18\x1a\xbb\xea\x19\xb9\x24\xb1\xeb\xa4\xc6\xd9\x15\xbb\xfe\x3b\x72\x49\xa2\xe9\x8a\x26\x97\x24\xda\x32\x7b\x0b\x00\x78\x24\xee\xa9\x68\x5a\x34\x38\xa1\xa2\xcd\xd3\xcb\x22\x36\xfd\xd2\x78\xa4\xa2\xe9\x8a\x1e\xac\x68\x5b\xdd\x12\xb8\x67\xd3\xdd\x36\x90\x2d\x6d\x73\x7f\xe0\x50\x6d\x1e\x7f\x96\xb7\x69\xfa\x73\xeb\x49\xcc\x6a\x13\x6e\x3d\x89\xa6\xb5\x9f\x30\x59\xab\x4d\x7a\xc2\x64\x9b\x8c\x19\x2f\x56\x34\x23\x81\x5c\x80\x1a\x4d\x2e\xcd\xad\xa7\xd1\x0c\xc6\xe0\xdf\x8a\x66\x5c\x9b\x6b\x53\xa2\xe9\x8a\x4e\x58\x69\x33\xc8\xcd\xb5\x29\xd1\x74\x45\x73\x31\x5a\xb4\xc9\xb2\x91\x6e\xcd\x3c\x45\x52\x5b\xa2\xe5\x6c\xc3\xcf\xca\xe5\x45\xd0\xb4\x9a\xb8\x81\x8e\x41\xed\x51\xf9\x33\x86\xd9\xc6\xec\x83\x99\xeb\xb4\xe6\x4a\x94\xf0\xfe\xb1\x8e\x87\x2a\xda\x10\x09\xc4\x4b\x33\x18\x33\xdc\x2f\x5d\x01\xb8\xab\xa2\xcd\xd3\xec\xe6\x1d\xf6\xe6\x7e\xc9\x98\x71\x4a\x45\xd3\xc2\x49\xb8\xa7\x45\x1d\x1d\x3f\x54\x34\xf3\x51\xa8\x28\x8a\xa6\x4d\xcf\xcd\x29\xd1\x70\x98\x75\xca\x8b\xa2\x69\xa0\x24\xcc\xaf\xcd\xa3\xed\x1e\x5f\x62\x0d\x27\x6c\xda\xf4\xdc\x82\x12\x4d\xa7\x35\x75\x43\xd1\x6e\x2f\xee\x84\xab\xb5\xc9\xbf\x11\xb1\xdc\xb4\xb6\x2d\x8b\xbb\x7f\xbb\xa8\x18\x0e\x4d\xd3\x05\xa7\x54\xb4\x67\xf1\x67\x74\xf0\x11\xca\x07\xf0\x33\x5d\x69\xb8\x84\xa2\x3d\xb7\x5f\x6c\xf3\x0a\x30\x9f\x4f\x4e\x7c\x00\x3b\xa9\x76\x85\xe7\x28\x9a\x24\x84\x17\x28\x2c\x1e\xe9\x78\x81\xa2\xbd\xae\x35\xcc\xaf\xab\x5d\x51\xcf\x13\xfd\x13\x1a\x5f\x6f\x01\x30\x3b\xe8\x00\x73\x3e\x09\x70\x08\x14\xc0\x44\xe7\x43\x94\xe2\x91\x6d\x21\x11\x28\xba\x29\x28\xb8\x84\xa2\xaf\xc3\x2f\x2b\xc0\xed\x17\x7a\xdb\x1c\x14\x89\xd8\x37\xef\x45\x85\x47\xf6\x6d\xf6\x06\xa2\x8a\x13\x0a\x75\xa2\xef\xb3\x0d\x58\xef\xee\x36\x7c\xa8\xef\x2e\x15\x76\x66\x6f\xae\x28\x76\x66\xf7\x62\x55\x5c\x33\xd1\xf5\xab\x51\x9b\x13\xbd\x4d\xdc\xe8\xc0\x50\x29\x45\x37\xd1\xfb\x1c\x07\x74\xba\x5d\x73\x76\x2c\x04\xe9\x38\x6d\xa2\x9b\x82\x42\x01\x4d\x74\xc5\x09\xde\x98\xe8\xe9\xcf\x20\xef\x5e\x6e\x16\xd2\xba\xeb\x2e\xd0\x7f\xd2\xf5\x91\xe9\x3f\xe9\x8a\x06\x5d\x26\x7d\xcc\x2f\xe0\x66\xa6\x97\xee\x8f\x3e\x26\x3a\x20\x3a\x5c\x1d\x88\x69\x5e\x6a\xac\x63\xc4\x62\x91\x9e\x98\x78\x5d\xcf\x57\x71\x2c\xbb\x7a\x89\x3e\x8a\x2e\x61\xe8\x96\xb0\x24\xa4\xeb\x96\xe8\x9f\x00\xd8\x16\xb2\x8f\xa2\x5f\x6e\xfd\xee\xcf\x5e\x7f\x06\x3a\x12\x86\x2e\x86\xce\x85\x86\x0b\xd9\x47\xd1\xef\x79\x6f\x2d\x83\xea\x06\xd3\xab\xd0\x11\x0d\x5d\xaf\x42\x57\xe5\xd1\xc0\xe7\x12\xb7\xaf\x03\x76\xce\xa3\x4c\x05\x44\x58\x05\xd2\xa9\x25\x88\x58\xa4\x1f\xec\xa3\x30\x4c\x43\xf6\x7f\xc4\xe2\xea\x40\x0b\xb1\xb9\xf0\x9c\xf8\xd0\x3d\x55\x10\x46\x7c\x1a\xcb\xf7\x25\x00\x6e\xbf\x7c\x93\xb3\x88\xa3\x6b\x7e\xc6\xee\x7c\x38\xb0\x56\x74\x74\x6d\xd1\xd8\x25\x0c\x7f\xf6\x9d\xaa\x0f\x18\x3f\x63\x98\x96\x7b\x74\x32\xe1\xc3\x72\x8f\xae\xd1\x19\x9f\x0a\xb4\x2d\x24\x0f\x45\x78\x49\x2f\x97\xbf\x44\x34\x67\x8e\x55\x14\xdd\x71\x11\xe5\xd1\x67\x6f\x60\xd4\xdd\x22\x44\x79\xe8\xe4\xd5\x36\xb5\x44\xa4\x6b\xd8\x45\xba\x74\x50\x40\xa4\x14\x80\x24\xb6\xf6\xa3\x73\xab\x62\x44\xba\x40\x88\xe5\x48\x17\x15\x49\x1c\x29\xe1\x43\x28\x56\x85\x74\x2e\x5f\x8c\xd0\x06\xd6\xac\x8a\x21\x3a\x10\x4a\x18\xc2\xd4\x2a\x8a\xe1\xe4\x10\xb1\x61\xc4\x44\xab\x28\x8c\x67\x6a\x15\xc5\x21\x11\x8b\xb5\x02\x40\x13\x89\xe2\x91\xef\x8b\x3f\x73\x50\xe4\x44\x9c\x6e\x38\x32\x3a\x4e\x37\x2f\xfd\xe2\x16\x41\x9d\x31\x29\x00\x9e\x1f\xa7\x88\x26\xf3\x39\xe7\x38\x60\x7d\xce\xae\x41\x54\xe5\x48\xe3\x29\xae\xd9\xb5\x5f\xec\xba\xfc\xe2\x95\xcc\xb0\xec\x50\x39\xd2\xf6\xe1\x7a\xc1\xef\x67\x7e\x99\x3f\x63\xd0\xdb\x05\x41\x12\x5b\x7d\xd2\x35\x77\x62\x8a\x06\xb8\x80\x97\x70\x76\xcd\x9d\x78\x5c\x03\x97\xea\xb5\x0d\x94\x16\x5a\xd4\x5c\x97\x18\x29\x9b\xd7\xb8\x48\xf3\x09\xc9\xd3\x8e\x9c\xcc\x1c\xad\xc7\xea\x93\xae\xd5\x90\xcb\xec\x3a\x01\x6e\xbf\xf0\x33\x1c\xc1\x5d\x0b\x20\x0d\xac\x68\x01\xe4\xe6\xa9\x62\xdd\x72\xe3\x54\x71\xe7\x7f\x50\x49\xf2\x01\x0c\x6a\xf8\x44\xcd\x3c\xf7\xdd\x2f\x3b\x80\xcb\xdb\x04\x9c\x29\x04\xe9\xa5\xa2\x5d\x95\x3b\x0d\x4c\xaa\x65\x53\x8a\xf2\x75\xc0\xcf\x5a\x17\xe0\x67\x6d\x76\xc0\x14\xe6\x2d\xd9\x90\x6a\x6a\x37\xab\x17\x67\xf7\x67\x10\x53\x76\xd7\x0d\xfa\x49\x79\x3e\xb7\xb8\x44\xc6\x9c\x02\xd3\x0e\xc7\x61\xad\x29\x30\xf9\x00\x66\x1a\x97\x00\x93\x0b\x11\xed\x76\x20\xa2\x08\xb4\xcc\x4d\x80\x41\x53\x74\x20\x40\x0b\x4c\xba\xaa\x70\x6a\x83\xa8\xfd\x5a\x6d\xd2\xd5\x7e\xa9\x36\xf9\x3a\x00\x28\x17\x11\x51\x97\x35\xdb\x30\xa8\xde\x67\x35\x59\x4b\x4f\xfa\x80\x98\x28\x3d\xf9\xda\xb0\x3a\x63\xa2\x43\x1b\x33\xbd\x48\x9e\x0e\xeb\x50\x3a\xc9\xd3\x91\xca\x23\xae\x06\x8c\x54\xb9\xe3\x36\xc0\xc8\xd3\x0e\x3c\x62\xa6\xc3\xa8\xaf\xa6\xf4\xa3\xba\x99\xd7\xea\xcf\x98\xe9\x24\xa6\x8a\x9f\x31\xcc\x94\xd2\xb8\x64\x26\x52\x29\xc4\xbd\x32\x91\x2a\x54\x2a\x88\x79\xbb\xdc\x28\x7b\xf9\x88\x11\xea\x99\x75\x29\x9d\xfb\xef\x22\xd5\xae\x86\x87\xfe\xf5\x98\xa2\x9e\x59\x70\x12\x6a\x57\x89\xa6\x14\x6a\x57\xf9\xbe\xfe\xec\x1b\xa7\x14\x2f\xbc\xce\x10\xb5\x7a\x2e\x90\x42\x56\x78\x84\xea\x4c\x6d\x6e\x38\x52\xa8\xd0\x60\x42\x75\xa6\xf6\xe6\x17\x81\x53\xe0\x1b\xb4\xda\xfc\xd2\x01\x42\x80\x71\x50\x5a\x82\x2b\xe1\xa2\x54\x5a\xb8\xa1\x25\xaa\x89\x28\xab\x53\x5e\x4a\x4e\x8e\x72\x54\x88\x35\x87\xbe\x72\x76\x3d\x00\xc2\x9f\x09\x20\x4e\x48\x92\x0b\xaa\x35\x3e\x60\x05\x10\x6b\xc8\xbb\x08\x78\x04\x39\xca\x51\xf3\xc8\xa1\x91\x59\xc7\x11\x24\x2c\x47\x95\x58\x43\x5c\x55\xb3\x03\x00\x8e\x4f\x28\xd7\x6b\x38\x6d\xc8\xce\xd2\x8d\x50\x94\xd7\x98\x6d\xc0\xfa\x70\x79\x21\xc8\x3a\xe6\xa0\x74\x70\xd8\xc6\x45\xe4\xc8\x85\x32\xba\x60\xbf\xb1\x88\xdb\x3c\x2e\xdd\x2f\x6e\xb0\xb8\x5d\x52\x00\xd4\x59\x97\xbd\x89\xce\x3d\x07\x65\x75\xd0\x6d\x42\x91\x6a\x81\x46\x2c\x62\x70\x3b\x53\xe4\xab\xd5\x1a\xb1\xd8\x46\x96\xcd\x05\x31\x51\x72\x69\xb2\x06\xa3\x1e\x37\x0b\x8a\xae\xd7\xae\xa1\xe8\x01\x97\x0e\x65\xe5\x58\x24\x14\x8c\xdb\xb1\xb8\x73\x98\xb0\x63\x11\x03\x28\x9a\x22\x8e\xef\x8b\x6d\x5c\xd1\xf9\xc5\xad\x87\xd6\xc7\x6a\x6f\xc8\xca\xb1\x3a\x28\xe2\x71\xa8\x99\xaf\x02\x9b\xfb\x03\xe1\x8f\x5d\x74\x20\xfc\x31\x0f\xec\xfc\xe2\xa0\xf3\x8b\xeb\x06\x4b\x18\xbb\x3b\x07\x4b\x18\x4d\x02\xc4\x3a\x1e\xcd\xd5\x99\xc0\xc4\x0d\xac\x7d\x22\x80\x7b\xce\x62\x4c\x8e\x8b\x48\x1d\x3e\x04\xc0\x4d\x64\x31\x26\xc7\x45\xbe\x8e\x90\x16\xd0\x24\xc6\x64\xbf\x76\xe0\x6d\xfd\x24\xb3\xc6\x98\xbc\x18\x2d\x7b\xa4\x5b\x82\xe4\x1d\xe9\x22\xc2\x29\x86\x5a\xce\xea\x38\xe5\xf1\x47\xd8\x8e\xe1\xba\xa1\x72\x8f\xe1\x1a\x38\xe8\x98\x1d\xf8\x05\xa1\xbe\x3a\xe8\x70\x72\xc8\xe4\x71\xd8\x06\x8d\xc5\x82\x8c\x50\x22\x8e\xc3\x45\x84\x71\x59\x9d\x11\x8a\xc7\x71\xb8\x06\xe2\x86\x62\x13\x8a\xc7\x41\x21\x6c\x7c\xa2\xee\x27\x0c\x73\x9c\x52\xb4\xe8\xa9\xdb\x90\xaa\x18\x56\x6b\x84\x12\x72\x9c\x2c\x10\x79\x8b\x61\x81\x46\x70\xdb\x78\x58\xa0\x11\xdc\x36\x1e\xe3\x4a\x7f\x06\x46\xd2\xd3\x66\x07\x58\xc7\xa1\xe8\x1b\xf7\xee\x17\x06\x95\x36\xc8\x4e\x8c\x21\x2f\xe6\xea\x95\xb0\xf2\x22\x94\x90\xe3\x19\x7e\xa1\x6b\x52\xba\x42\x09\x39\x34\x7b\xc9\x41\x8c\xf1\xce\x0e\xc0\xed\x9d\x6d\xc0\x4d\x96\xad\x20\x1d\x78\x44\x63\x9d\x6d\x5e\x81\xaf\xcd\xa1\xad\xc0\xd5\x2b\x71\xe0\x1e\x0d\x45\xdf\xb1\x74\xbf\x0c\x80\x89\x81\x3f\xe3\x5c\x90\xc4\x18\x16\x5b\xc4\xea\xcf\x56\xd1\x41\xda\x59\x79\x11\xeb\xfc\x59\xf3\xcb\x06\xe0\xb6\xce\x9f\x0d\x01\xbf\xcc\xae\xbf\x99\x1e\x9b\x5d\xa3\x77\x59\xad\x11\x5c\x7a\x16\x87\x3a\x14\x19\x8d\x71\x6c\xb3\x0d\x3f\xdb\x3d\x4b\xf8\x28\x8e\x7d\x7e\xa1\x8d\x04\xa9\xdc\x3b\xb4\x81\x37\x7f\xd6\x3c\x3e\x70\xe9\x43\x4d\x89\xf4\xc6\xa0\x26\xe3\x03\x98\x9c\x82\x46\x51\x77\xcc\x27\x44\x30\xf9\x8e\xee\x22\x4e\xc0\x73\x80\x95\x77\xf8\x4c\x07\xb7\x99\xc5\xe1\xcb\x1c\xca\x3d\x4a\x37\xbe\x9f\x81\x5b\xb8\x3a\xb0\x79\x4a\x37\x3e\x00\x0c\xa4\x5b\x6e\x33\x8b\x23\x67\x1b\x7a\x93\x3a\x49\x21\x8c\x43\x1b\x84\xac\xc1\x38\xb4\x41\x48\x14\x8c\xa3\x3c\x89\xfe\x4c\xe1\xc4\x1d\x2a\x61\xdd\x46\x28\x6c\x8f\x72\x17\x6c\x33\x9c\x0f\xf2\xf5\x90\xbc\xb9\x43\x25\x0e\x25\xd5\x3a\x01\x5f\x4e\x41\x8a\x1e\x63\x62\x00\x70\xf8\x8c\x0a\xb2\xd2\xea\x8c\x58\x27\xe0\xe4\x10\x41\xc7\xa4\xb9\x09\x48\x73\x88\xa0\xe3\x74\x0a\x48\x9d\xe3\x9e\x1d\x80\xf5\x53\x7e\x61\x0d\x1e\xd7\x1a\x41\x73\x28\x4e\xb8\xb0\x3a\x0e\x5d\x40\xdc\x51\x1d\x96\x5d\x84\x02\xed\x78\xdd\x53\xf4\xc8\x63\x52\x89\xbd\xbd\xb3\x83\x6f\xd0\x73\x71\x75\xe8\xfa\x9c\xc7\x9f\xae\xcf\xc5\x69\xd3\xf5\xb9\xce\x71\x12\x40\xfa\xa1\xeb\x73\xf5\x20\x21\x82\x2c\xd5\x88\xd5\xae\x57\x57\x07\x79\x74\xce\x73\x6d\x07\x9b\x18\x20\x9c\x2c\xbb\x08\x65\xd8\xb9\x4f\x0c\x68\x33\xcf\x35\x82\xe6\xdc\x5d\x2a\x04\xcd\x39\xcf\x35\x82\xe6\xfc\xeb\xcb\x36\xfc\x4c\x65\x68\xf5\x67\x3e\x66\xb3\xe6\x4f\x35\xcc\xb3\xbb\xfb\x08\x9e\x73\x9e\x66\x84\xd5\xa9\xde\x4f\x7a\x63\x9c\xe1\xa2\x22\x2a\x28\xd0\xf8\x00\x86\xf2\xcd\x18\x85\xc8\x99\x4e\xc9\x2f\xe9\xda\x23\x44\xac\xbc\x08\x85\xc8\x59\xb3\x6b\x66\x51\x1e\x7a\x04\xcf\x59\xae\x23\x72\xe3\x2c\x8f\x9c\x1d\x28\x92\x36\x3b\x18\xf3\x67\x8c\x33\xa4\x5b\xd4\xda\x73\xb8\x0c\x98\x6f\xe7\x61\xd7\xc8\xa7\x53\x91\xc4\x8d\xde\x71\x1e\xae\xb0\xe3\x28\x78\x36\x44\xd2\x79\xfa\xda\x0f\xa2\xe1\x3c\x5d\x6e\x44\xd2\x49\x78\x2b\xc8\x6f\x8f\x13\x9f\x52\x6c\x48\xae\x93\x10\x73\x6c\x8b\x1d\x5c\x02\xb6\x99\x5d\x83\xe8\x39\xdf\x1b\x02\xb8\x5c\x03\xb1\x56\x04\x91\x13\x1f\xe7\x35\x11\x65\x0a\x2a\x6e\x8a\x93\x53\x5d\x4d\x71\x72\x5e\xf6\x86\x08\x3a\x6f\x09\x05\xb9\x67\x89\x88\xaf\x17\xc5\xa9\xe3\x94\xb4\xd0\xe0\x45\x86\x6d\xd9\x9d\xdc\x5b\x02\x74\xa0\x9e\x4f\x26\x68\x5c\x8a\x06\x32\x41\xe3\xa2\x3e\x29\xe4\xf9\xd7\xe2\xa0\x30\xf3\x4b\x0b\x80\xb4\xd0\xb0\x44\x24\xe4\xec\x97\xa2\x41\xfe\x7d\xc9\xf3\x49\x18\x8d\x6b\x9b\x5f\x04\x9a\x5f\xbe\x69\x5f\xfb\xc4\x2d\x01\xfe\xed\x99\xa5\xb8\xd4\xbb\xb8\x84\x25\x2e\x82\x0a\x21\xcb\xbe\xf6\x89\x35\x80\xb4\x41\x5e\x69\x50\x15\xf2\x01\x60\x2d\x6d\x90\x6a\x1e\x97\x4a\x18\x57\xad\xc4\x35\x5f\x7d\x82\xb3\x5b\x22\x12\x72\xf6\x4b\xf5\x4c\xfe\x7d\xf5\x61\x1b\x01\x77\x1b\x66\x7e\xc9\xcc\x77\xc4\xa3\xf5\x22\x21\xcb\xbe\xa4\x92\x1d\xf1\x78\x49\x25\xf2\xef\x4b\x53\x45\xfe\x7d\xa5\x18\xc0\xb2\x2f\xe9\x47\xc6\x7c\x69\xb7\xec\x2e\xbc\x76\x8b\x5c\xda\x62\x91\x90\x17\x5f\x35\x7f\xc6\xa0\x35\x07\x65\x9c\xf2\x24\x76\x7f\x76\xfb\x85\x41\x87\x83\xc2\x16\x2f\xb5\xb8\xdd\x2d\x39\x3c\x3b\x30\xa5\x4b\x57\xd3\xee\x2e\xa8\x91\xc9\xd5\x2c\xfc\x08\x19\xd9\x25\xcf\xdf\xdd\x92\xcb\x9d\x43\x5f\xbd\x2e\x31\x80\x87\x5c\xb2\x79\x79\xc8\x75\x8b\xb5\x0b\xaf\x71\x21\x43\xb9\x6e\x17\x1e\xe6\x70\xcd\xa3\x0c\x73\xb8\x8c\x1b\x90\xf3\x1a\xd7\x63\x1b\xc8\xd9\x92\x90\x90\x9c\xaf\xc7\x36\x90\xf3\xa5\x9c\x20\x35\x36\xae\x57\x0c\xa0\xac\x6b\x9e\x78\x24\xef\xad\xa5\xb1\xb7\x9f\xd5\x92\xc7\x6d\x4c\x80\x7b\xe3\xe3\xd6\x8d\xb4\xb3\x93\x16\x82\x84\xc4\x75\xab\x29\x71\x17\x4d\xdc\xeb\xec\x3d\x00\xd2\x9f\x31\xae\xca\x91\x64\x67\x21\x48\x48\x76\x37\xc9\x1c\x21\x71\x51\x15\xf2\x75\xf0\x21\x7e\x6f\x9e\x73\x76\xff\xc6\xaf\x1b\x12\x97\x85\x20\x21\x3d\xdd\x9b\xdb\x8a\xd9\x7b\x6b\x92\x93\x9f\x1b\xb7\x82\x47\xaa\xb9\x77\xa7\x80\x58\xbe\x77\x31\x40\xa9\xbc\x77\x77\x1f\x19\x7d\x37\x27\x87\xea\x78\xb7\xf9\x85\x41\xf1\x1c\x85\xe7\xfc\x0e\x97\x1b\x33\xf1\xf6\x3d\x32\x0f\xf0\xed\xab\x63\x1e\xd3\x5b\x71\xb2\x73\xfe\x2c\x2b\x09\xcf\xdf\xed\x73\x62\x1e\xb9\x5b\x33\x9e\x5b\xf5\xe3\x56\x39\x22\x8d\x37\x6e\x2e\xf4\x09\xde\x0f\x88\x5b\xd9\x42\x9a\x75\xdc\x35\x7f\xc6\x38\xda\xe7\xfb\x2e\x30\x7b\x63\xa6\xc3\xf9\x70\x96\xee\x21\xa2\x1c\x92\x5b\x7d\x68\x47\x94\xdf\x9a\x3b\xf3\x90\x1c\x8e\x03\x79\xdf\xca\x89\x79\x0e\x4e\xdb\x40\x0e\xf7\x39\xdb\xd0\x81\x5a\x0f\x89\xc4\x71\xab\xf5\x90\x48\x1c\x37\x91\xe8\x98\x27\x44\x2f\x2a\x59\xc5\x61\x25\x49\x90\x66\x1d\xf7\x35\x3b\x60\x41\xe4\xf9\x73\x1b\x35\xd6\xb9\x52\x3f\xac\x31\x89\xb9\x8d\xb7\x6b\x80\x9d\x79\x6b\x90\x90\x96\x1c\xf7\x2d\x17\x80\x3a\xef\xdb\xb5\xc6\x43\x70\x4f\xe2\xc2\x9a\xbc\x9f\xd9\x1b\x1d\x48\x5c\x73\xb3\x54\xc2\xb8\xb2\x26\x2c\x38\x89\xb9\xd6\xaf\x6d\x5c\x5e\x29\x6d\x2e\xe2\xeb\x82\x60\xed\xdf\xaf\xe8\x20\xd4\xef\x77\xf6\xf6\x75\xfd\x4c\xa9\x83\xb4\x7e\x16\x17\x04\xf2\x7e\x26\x99\x41\xde\xcf\xa4\x1f\x6c\x7a\x8a\x45\xbe\x2f\xdf\xa0\x8f\x31\x35\xee\xab\x89\x67\x1e\x7f\x24\xef\xa3\x13\x8a\x6b\x7b\xe2\x99\xc7\x1f\x06\xf3\x28\x68\x9c\x8f\xf5\x21\x21\x6e\x8f\x31\x0e\x72\xac\xc3\xfa\x90\x98\x88\xaa\xab\x4d\x44\x9b\xeb\x06\x4f\x79\xda\x9c\x02\x1d\xb4\xf9\x33\x3a\x20\x97\x29\xfe\xfa\x33\xa9\x11\x99\xfc\xf0\x16\xeb\x42\xc2\x75\xf8\xda\x4a\xcc\x0e\x7c\x37\x70\xfe\x2c\x76\x7f\xc6\xe4\x08\x8c\xc7\x5f\x81\x53\x80\xc9\x65\xf7\x67\x02\x60\x40\x26\x75\x3c\x1e\x7f\x6e\xb2\x89\x47\x01\x40\x26\x75\x50\xf8\xf1\x7d\x01\x37\x55\x2b\x32\xa9\xe3\x51\x34\xf0\x10\x40\xf8\x0a\x4a\x98\x22\xfd\x10\xac\x88\xb6\xfe\x54\xc3\xb4\x10\x24\xb8\xb2\x26\x1e\x49\x88\x8b\x69\xe2\x21\x93\x28\x4c\x99\x7e\x74\xa4\x4e\x8c\x0c\x5e\x4c\x24\x4e\x31\xda\x04\xd2\x2f\x6c\xb8\x7a\x17\xf7\xd7\xc4\xa3\xaa\x65\x3a\xb7\x55\x21\x61\x9a\xf5\x73\xb9\x74\x22\x2e\xa5\x99\xdb\xfd\xe8\x30\xe3\x2e\x9a\x78\x48\x69\x0f\xf3\xa7\x2d\x11\x09\xf3\xa7\x9f\x7b\xa2\xc3\xcf\xee\x21\xc0\x9a\x3c\xce\x07\x31\xf6\x68\xac\xcf\xf9\x10\xbe\x0b\x6e\x8f\x09\xde\x4b\xf9\xbe\x30\x05\x0d\x94\x89\x35\x59\xec\xc1\x85\x31\xf1\x48\x0e\x62\xfd\x2a\x92\x4c\x0e\xf7\xdd\xd4\x68\xf0\x21\x9e\x4a\xfd\xbe\x04\xc0\x6c\x93\x00\xa2\x03\x87\xb2\x2a\x24\xb8\x16\x26\xde\xd5\x35\xc0\xec\xf5\xd5\xd2\x30\x69\xfb\x55\x09\x73\xa6\xef\x76\x08\x30\xe8\xe6\x8a\x82\xdb\x6b\x24\x83\x87\x0e\xe2\x55\x57\xe3\x39\x83\xf0\xf5\x95\xe0\xc6\xff\x78\x15\x1a\xdc\x5f\x13\xaf\x21\x0a\x1e\x56\x0c\xdf\x08\x0d\x2e\x72\x89\x57\x71\xc2\xf5\xff\xf1\xaa\x91\xcd\xc9\xf5\xf9\x85\x41\x8d\x44\xcf\xf9\xf8\xf4\x26\x17\xb7\xc4\xab\x46\x36\x27\xa7\xd4\x99\xf3\xf1\x49\x4c\xd3\xb9\xdf\x49\x35\x08\xce\xf9\x24\x26\xf7\xae\xc4\xab\xe2\xd6\x90\xa2\x6f\x4c\x0c\xc0\x5a\x8d\xcc\x0c\xee\x37\xed\x1a\x17\xf1\xab\x46\x66\x46\x3a\x6f\x50\x7e\x00\xb8\x4d\x4a\x43\x39\xf2\x2d\x97\xe0\xa6\x94\x78\x95\x47\x73\x75\x34\xc9\xb9\x0f\x25\x7c\xbb\x25\xb8\x0f\x25\x5e\x15\xb7\x39\xed\x49\x9d\xf0\xef\x77\xcc\x0e\xe8\x7a\xcc\x0e\x04\xe4\x02\x30\xf3\x77\x92\x2a\xbc\xf8\xd5\x17\x67\x7e\xfb\x7b\x38\x05\x17\xe4\xf0\x24\xba\x06\xc7\xec\xc0\x9f\xcd\x0e\xc0\xe0\xf0\x1c\x60\xb5\xbe\x93\x4e\x61\x98\x16\x98\x44\x2b\xbf\xb8\x88\x2e\xd5\x29\x31\x95\x80\xc4\x04\xc3\x7c\x2f\x27\x07\xcb\xf6\xdd\xc0\x30\x15\xfb\x55\x0d\xe4\xba\x99\xb0\x72\x24\xcc\xcb\x7e\x0d\x18\xce\x45\xbc\x67\x1b\x30\xb8\x4f\xbf\xd8\x81\x47\xcc\x45\xa4\xa6\x24\xcc\xd8\x7e\x09\x7d\x84\x19\xdb\xef\x33\x7f\x06\x6e\x12\x2d\xf7\x94\x84\x05\x26\xc1\xeb\xc2\xf1\x2a\x9c\xb8\x47\x26\x78\x60\xe5\x03\xc0\xcd\xa0\x48\xff\xb8\x67\x2e\xcb\x6c\x93\x00\x92\xf3\xb7\x88\xe9\xcb\x29\xc1\x3d\x25\xe9\xcb\x29\x41\xc6\x76\x5a\x6d\x12\x7d\xfd\x99\x86\x99\xbe\xc2\x1d\x7d\xa5\xc3\xd5\x27\x66\x3f\xae\x96\x3e\xab\x12\xdc\x5b\x92\x8b\x96\x14\x37\xf1\x27\x05\x27\x1f\x12\xa0\xa7\xb4\xe3\xf2\xfd\x5c\x26\xdd\x16\xb8\x9a\x41\xc2\x16\xe5\x42\xe6\x7b\x70\xd3\x48\x2e\xbb\xcb\xfd\xed\x57\x2e\x93\x88\x07\xb3\xd0\xe0\x22\xeb\x3b\x17\xc3\x34\x5c\x66\x93\x8b\x61\x1a\xb2\xf4\x73\xd1\x19\x41\x0a\x78\x2e\x0a\x38\xae\xac\x49\x9e\x55\xf9\x00\xa6\xa0\x4c\x23\x39\x3c\x2d\x38\x09\x6e\x27\xc9\xa5\xcf\x36\x60\xad\xea\xd8\x77\x3a\x98\xa4\x3a\x40\x54\xb3\x8a\x14\xfd\xb4\x48\xc5\x07\x78\x73\x99\x44\x3c\xc0\x40\x22\x26\xd5\x3c\x7d\x3c\x25\x48\x35\xcf\x25\xe7\x38\xcc\xd4\xe4\x14\x4e\x4c\x5a\xcb\x12\xdc\x53\x92\x8b\xd1\x1c\x8e\x4f\x2e\x24\x31\x06\x49\xe8\xb9\x94\x0b\xd2\xf8\x42\x12\x63\x90\x77\x9e\x8b\x82\x94\xab\x71\x72\x31\xce\xc3\xd5\x38\xc9\xab\xf1\xdf\xcf\xc0\xe0\xf0\x98\x36\xa6\x70\xcc\x71\x98\x82\x7e\x35\x0e\x63\x2e\xca\x4a\x72\xc8\x93\xc2\x96\xef\x0b\x1d\x48\x83\x24\x94\xa7\xef\xc5\x2f\xf3\x30\x5e\xce\xb4\xf3\xb3\x6b\x7e\x61\x41\x54\x2a\x49\x35\x4f\xab\x4f\x82\x54\xf3\xa4\x78\x64\x5b\xe6\x31\xbd\xdd\x92\x10\xf0\x67\xc1\x38\x3a\x12\x28\x39\xc8\x65\x52\x4d\x30\xb9\xd7\x43\x1f\x4c\x41\xaa\x99\xa7\xf7\x9d\xbd\x7d\xf3\xa1\x5e\xe4\xfb\xd2\x00\x5c\x83\x8f\xdb\xe4\x6a\x34\xc7\x73\xbd\x4e\x12\xfa\x58\x4f\xae\xfa\xe2\x78\xc1\x20\xa9\x17\xf9\x7e\x46\x1b\xed\x23\xf2\xdb\x73\x35\x00\xcf\x4d\x3d\xe9\xeb\x24\x41\xb2\x7b\xfa\x22\x7c\x90\xc5\x9e\x56\x81\x04\x89\xeb\xc9\x1b\x24\xdb\xc2\x7d\x3c\xb9\xee\xf3\x67\x60\xa0\x23\x41\xca\x5a\x3d\xe4\xbc\x71\x91\x6b\x93\x64\x12\x0c\xe6\x89\xff\x78\x71\xae\xba\x18\xb8\x77\x25\x7d\x69\x24\xb8\x6a\x25\x29\xef\xf8\x3a\xa0\x8d\xfa\x1d\xf7\xae\xe4\x6a\x36\x8b\x94\xb5\x76\xa7\x0d\x1b\xb1\xf0\x23\xb8\x84\x25\x57\x63\x43\x52\xd6\xda\xe7\x38\x20\xaa\x8f\x99\xe7\x33\x72\x0d\x28\x98\x17\x33\x72\xf5\x59\x67\x52\xda\x73\xd5\xc0\x22\xa5\x3d\x2d\x09\x09\xb2\xd8\x73\x4d\xf7\x07\x3a\x5d\xf5\xca\x49\x9a\xab\x92\x8a\x2c\xf6\x5c\xcb\x29\x40\xa7\xbe\x34\x12\x24\xae\xe7\x3a\x8f\x3f\x34\x67\xe1\x47\x70\x39\x4a\xae\x64\x6d\x05\x97\xa3\xe4\x3a\x69\x01\x6a\x5c\xd5\x23\xb9\xe8\x24\x57\xf5\x48\x52\xda\x73\xd5\x45\xc7\xad\x41\xe9\x13\x22\x11\xcb\xcf\x2a\x7d\x92\xaa\x90\x6d\x91\x20\x57\x85\x15\x57\xa2\xe4\xaa\x52\x29\x75\x5a\xfb\x11\x24\xae\xe7\x7a\xcd\x9f\x31\x94\x41\x1f\x72\xd5\x73\xbd\xc4\xb5\xb1\x26\xea\x84\x24\xae\x27\x85\x20\xdf\x17\xba\x36\x02\xc4\x25\x26\xe9\x33\x24\x11\x1e\x6d\x0d\x2e\xca\x4a\x72\x55\x5b\x94\xf0\xd7\x7b\x76\x0d\x06\x12\x57\x78\x66\xb5\xbe\x7a\x03\x1d\x6d\x2c\xde\x96\xce\xd5\xa0\x4f\xef\xac\xe3\xeb\x51\x80\x25\x58\x22\x12\xdc\xeb\x91\x9b\x71\x53\x59\xc2\xa6\xb6\xc8\xbd\x1e\xb9\x29\x9f\xb8\x15\x29\xb7\x75\xb6\x19\x00\x2e\x37\x2c\x81\xf7\x45\x3e\x80\x36\xab\x44\xdc\xfd\x19\x9c\x23\x38\x58\x9b\x9e\x08\x1e\x1b\xc9\x6d\xf3\x5c\xc0\x2c\x36\x0d\x2e\x99\x85\xc5\x23\x3e\x86\x9e\xbe\x49\x12\x64\xf2\xe7\xa6\xf5\x45\x26\x7f\x6e\xea\x91\xb2\x91\xad\xf9\x33\x36\x6b\x33\x88\x2a\x7f\xd8\x74\xe6\xc9\x12\x36\xc9\x8e\x4b\x31\x72\xf3\x6d\x76\x2e\xc5\x48\x9e\x1d\xd9\x16\x8a\x61\x72\x33\x4c\x23\x7f\xf0\xa5\x91\xe0\xea\x8b\xdc\xe6\xa3\xeb\x2e\xa2\x2e\xef\x70\xdd\xd4\x16\xe5\x1c\x9b\x36\x16\xa9\xf3\xb9\x49\x4f\x64\xcb\xe7\xa6\xa0\x91\xa7\xf8\x20\x49\x84\x8b\xa8\x82\x28\x83\xd9\x54\x10\xe5\x29\xd6\x8b\x44\xb8\xbc\x39\x31\x60\x79\x55\x10\xe5\x29\x5b\xb9\x0b\x49\x6f\xba\xec\x28\xa0\xc9\x6d\xcc\x9f\xd1\x66\x38\x53\xb8\xcd\x36\x3c\x2e\x70\x9b\x6d\xd2\x93\xbb\xa0\x7e\x17\x2e\xef\xa4\x27\xb8\xf4\xa6\x6c\x21\xf7\x3e\x37\x3d\x11\xe1\x5a\x5f\xb3\x03\x30\xd0\x99\x47\xee\x7d\x6e\x6a\x71\xb2\x9e\x6d\x12\x46\x80\xce\xa4\x05\x17\x5e\xe7\x03\x25\x3c\xb9\xe9\xcc\x0b\x77\xe1\x76\x0d\x5c\x5e\x5d\x0c\xe1\x22\x3e\xb3\x0d\x83\x3e\x9e\x2a\x94\x94\xcd\x70\x10\xf5\x3c\xb9\x3d\xb3\x03\xa6\xf0\xba\xd6\xb0\xb8\x4d\x9b\x4a\x16\xb7\x6b\x1f\xc9\xbb\x7c\x90\x24\xc8\xe4\xcf\x5d\x2b\x88\xfb\x9f\x72\x37\x66\xc3\x43\x14\xb9\x4f\x09\x02\xef\xda\x75\x24\xc8\xbb\x76\x3d\x6c\x5c\x97\x91\xbb\x42\x83\xdb\x97\x72\x37\x39\x40\x56\xb3\x2b\x34\xa8\xc0\xc9\x5d\xfd\x87\x52\x9a\xdc\x95\x06\x21\x3a\xf3\xc0\x8a\x81\x3e\x66\x72\xef\x73\xef\x65\x9b\x04\xb8\x04\xbe\x35\xd8\x8d\xc4\xc8\x9e\x76\x43\x89\xdc\xbe\x94\x3e\x2e\x12\xa4\xe8\xe7\xae\x66\x14\x3f\xad\xf4\x49\x9f\x21\x89\x18\xf6\xfe\xda\x0c\xf4\x72\xe2\xca\x50\x1e\xed\x74\x19\xcc\x1c\x20\x99\x3f\x77\x13\x67\xb8\x9a\x29\x77\xb5\x2b\x32\xfb\x73\x37\x3d\x8b\x7b\x9a\x72\x57\xbb\x92\xc5\x59\x22\x12\xe9\x02\x95\x93\x5d\xc1\xc0\xd8\x64\x3a\x59\x72\xb5\x22\x9d\xac\xaa\x56\x3a\x59\x29\x80\xcb\x93\x72\x57\xd6\x70\x55\x44\xee\xea\x5d\x5c\x9e\x94\xbb\x09\x96\x5c\x9e\x94\x96\x88\x44\x8a\xa8\x29\x35\xdc\xa4\x94\xbb\x7a\x17\x37\x29\xe5\x2e\xa1\xa4\x58\x1f\xa2\x23\xd6\x26\xdb\xa4\x88\xea\xe6\xe3\x5a\xa5\xdc\xf5\x44\xc8\x7e\x7d\xe1\x24\xd2\x41\x75\xf3\xc9\xfc\x2c\x38\x89\x74\x50\x89\x2b\x1d\xd4\x14\xe3\xd8\xfd\xe2\x82\xec\x7e\x11\x6b\xf8\xf7\x2e\x3d\xc9\x3d\x2d\x38\x09\xae\x8a\x48\x9f\x3b\x09\xb2\xf2\x73\x7f\x1c\xc7\x0e\x9e\xd9\x06\xdc\x9e\x53\x80\xde\x1e\xe7\xd3\x6c\xe3\x52\xa1\xf0\xee\xfa\x28\xc2\x2f\xaf\x0b\x82\x48\xdd\x0d\x14\xc5\x04\x1c\x14\x2e\xed\xab\x28\x41\xb6\x7c\x36\x12\x2c\x83\xcc\xf7\x6c\x7a\x2f\x62\xfe\xcc\x36\xb0\xdf\x66\x6c\x88\x8b\x0c\xd2\xf7\x51\x82\xfc\xf6\x6c\x3a\xf3\xc2\xde\x14\x34\xb2\xf9\xb6\xcd\xde\x12\xc0\xf3\x06\x2b\x6d\x3a\x1f\xb8\x39\x20\xad\x3e\x09\x1e\x7b\xc8\xa6\x04\x91\xe7\x37\xc3\xf9\x3c\xa8\x90\x4d\xf7\xb5\x9c\xbd\x4d\x52\x85\xb3\x37\x23\x40\x5c\x16\x90\x4d\xea\xe4\xb2\x80\x6c\x2a\x61\xb2\x79\x1f\x31\x09\x4a\xf5\xb3\x29\x34\xe4\xec\x96\xa2\x04\x49\xe8\xd9\x0c\xda\xcb\x64\x5b\x7a\x94\x51\xb5\x9a\xaa\x96\x1c\xd7\xf7\x44\x82\x4a\xfb\x6c\x93\x16\xa0\xe8\x56\xc8\x30\xf9\x6a\x9b\x84\x01\xd1\x36\x93\x18\xe5\xab\xcd\x70\xbe\x7c\xb5\x19\x0d\x4d\x28\xb8\x19\xc1\x27\xf3\x3d\x9b\x11\x7c\x39\x6e\xd3\x20\xe1\xc9\x83\x6c\xdc\x42\x11\xa4\xc1\xa7\xef\x89\x04\x69\xf0\xd9\xb8\x49\x29\x48\x76\xcf\x66\xd0\x54\xf6\x6b\x1d\x4a\x90\xf9\x9e\xcd\xcc\x63\xee\x31\x4a\x8b\x52\x82\xcc\xf7\x6c\x3a\xc3\xc9\x7c\xcf\xa6\xbb\x20\xdc\x05\x73\x92\xc3\xb5\x96\x7e\xc8\x89\xcf\x76\xce\xc9\x31\x28\xf7\x51\x04\x65\xf7\xe9\x83\x24\x41\xa5\x7d\xb6\x6b\x4e\x1b\x0c\x28\xd8\x0a\x2a\xed\xd3\x42\x96\xa0\xd2\x3e\xdb\xe5\xb4\x61\xf3\xed\x9a\x1d\x30\xa8\x0e\xf4\xa8\x9f\x32\xcc\x66\x86\x0f\x75\x5e\x69\xfd\x4b\x50\xa0\x9f\x56\xb9\x04\xf9\xfb\x69\x95\x4b\x90\xb2\x9f\x4d\x65\x2f\x50\xe8\xdb\xed\x46\xc0\x1f\x9a\xa4\xca\xa3\x05\xe9\x13\x29\x41\x66\x7f\x36\xb3\x82\x94\x35\x4d\xef\x3a\x75\xfc\xd9\x24\x48\xea\xf8\xb3\x4b\x76\x94\xee\x67\x5f\x26\x6e\x7e\x11\x37\xf8\x43\xd7\x91\x40\x69\x40\x76\x45\x1f\x85\x62\xd9\xf5\x2a\x50\xe1\x9f\x56\xac\x04\x15\xfe\xd9\xb5\xb1\x28\x21\xcb\x6e\x22\x03\x55\x63\xe9\x43\x28\x41\xe9\x7e\xce\xf2\x15\x65\x9a\xe5\x2b\x41\x1d\x7f\xce\xf2\x15\x05\x5c\xdf\x66\xd7\xa0\x23\x75\x52\x5b\x90\xdd\x14\x07\x45\x5f\x37\x8c\xab\x18\x9b\xe5\x2b\x0a\xa7\xae\xc1\x45\xd5\x41\x76\x35\x3f\xae\xf2\xcf\x2e\xdd\x2a\x8f\x7c\xe1\x24\xb8\xca\x3f\xad\x65\x09\xca\xe1\xb3\x6b\x56\x71\x13\x7f\x76\x75\x42\x25\x55\x57\xaa\x52\x69\x96\x5d\x8a\xa6\x96\x20\xbb\x22\x96\x4a\xb3\xec\x86\xaa\x14\x5b\x5d\xc1\xc9\xcd\xfb\xd9\xe3\xf4\x0b\x53\x50\x08\x72\x8b\x7e\xf6\x9c\x3f\x63\x0a\x46\xa7\xb8\x1e\x3f\xbb\x72\x8f\xdb\x97\xd2\xe7\x4d\xa2\x20\x87\x3e\xe6\xa0\xb4\x31\x2d\x94\x5a\xf2\xec\x26\x7f\x2a\xea\xfa\xa4\x4e\x68\xa3\x1f\xc3\x2f\xa0\x63\xe4\x96\x62\x84\xec\x4a\x2a\x0a\xd0\xb2\x4f\x1a\xe4\x24\x76\xa9\x86\x9a\xb3\xec\xca\x23\x2a\x13\xb2\x5f\x73\x1c\x66\x7a\xd9\x06\xed\xca\xf7\x51\xa2\x3c\x3b\x7a\x15\x94\x95\xdd\x8c\x84\xf2\xb8\x5c\x6e\x09\xc4\x65\x65\x4c\x94\x67\xe7\x9e\x5d\x83\xb5\x31\xdd\x72\x83\xef\xd9\x06\x0c\x9e\xd9\x46\xc0\x85\x87\x4a\x3a\x39\xfe\x41\xfd\x41\x76\xb3\x47\x87\x5b\x6f\x4a\x83\x22\xd5\x9a\x99\x18\x6e\xb0\x96\x13\xef\x68\x65\xa7\x16\x2c\x86\xbb\x4d\x91\x40\x0c\x37\xd8\x38\x30\x4f\x67\x65\x2c\x73\x1c\x81\xd5\x2f\x01\xe0\x6e\x43\x4c\xd4\xd9\x7c\x3f\xe3\x8b\x69\x10\xd4\xc3\x65\x98\x15\x44\xd5\x5b\x86\xd1\x5d\x2a\xb9\x33\x36\x71\x63\xb3\x42\xb7\x04\x15\xd5\x19\x9b\x33\x45\x74\xfb\x58\x4a\x50\x51\x9d\xd1\x9c\x29\x5b\x12\x12\x06\xc5\x71\x19\xd2\x02\xd7\xd6\x67\xe8\x7c\x18\x2c\x7c\xf4\xd9\xa6\x00\x44\x07\x93\x35\xfa\x1c\x94\x0e\x54\x37\x15\xdd\xa1\xba\xa9\xe8\x0e\xd3\xd8\xa8\xcf\xce\xd0\xc5\x40\xd1\x5a\x86\x0e\xf4\xb1\xfd\x94\x61\x46\xcc\x71\x41\x42\xe3\x89\xca\x8b\x0c\x9d\x11\x5c\x8a\x9f\xa1\xba\x49\x25\x77\x86\xae\x76\xee\x31\x4a\x9f\x6f\x89\xe1\xae\x48\x5c\xc3\x8d\x30\xc7\x8d\xc2\xb7\xb4\x02\x27\x86\x6b\x5f\x6e\x11\x92\xd8\x72\x9c\xe0\x4e\xfb\x0c\x1d\xea\xd4\x5e\x67\xa8\x47\x72\x75\x51\x86\xa1\xdf\x01\xef\x9a\xb5\x39\x54\xc1\x65\xe8\x8c\xe0\xe9\xa9\x9c\x45\x37\x5c\x5d\x94\x16\xdd\x04\x37\xe4\x67\x4c\x4a\x83\xd6\x43\x01\xa7\x36\x32\x8b\x6e\xd4\x46\xc2\x50\x15\x65\xdd\x19\x8a\xb1\xe1\x4e\x2a\xb9\xa8\x0a\xc9\xd0\x7f\x47\x21\x48\xfa\xb0\x4b\x0c\x37\x4f\x7a\x1a\xee\xd7\x3d\xdb\x80\x9b\x2e\x06\x75\x9b\xd0\xac\xa2\x40\x3a\x43\x4b\x4a\x75\x26\x78\x9e\x38\x86\xcb\x6b\x62\x9d\xba\xcd\xac\xa6\xa1\x5c\x2f\x7d\xe5\x25\x28\x04\xc9\x30\x7b\x82\xc7\xa2\x32\x26\xd9\xa1\x29\xc5\xa4\x34\x77\xc1\x20\xd6\x70\xe1\x27\xd9\x61\x8e\xc6\xeb\x96\x20\x38\x63\x92\x9d\x0b\xaf\x43\x9d\x02\xe9\x8c\x49\x83\x70\xa8\x34\x65\x95\x4a\xc0\x4c\x45\x1d\xa5\xd3\x99\x56\x6a\x72\x93\x52\xa6\xa2\x8e\xe2\x91\x4c\x9d\x1c\x6a\x64\xb3\xb8\x87\xea\xc1\xb4\xb8\x27\x28\x1e\xc9\x59\xdc\x43\x29\x61\xe6\xa4\x5b\x98\x5f\xae\x13\x1d\x3a\x50\xf7\x54\x8b\x4b\x83\x65\xd4\x51\x67\xea\xe4\xa0\xae\x30\xa9\xf4\xf9\xbe\xd0\x9b\xc6\xa0\x5a\x5c\xee\xae\x01\x02\xcd\x12\x9e\xe0\x86\xff\x4c\xe5\x9e\x5a\x5c\xee\x2e\x08\x8a\xdb\xac\xe7\x51\x71\xf3\x69\x99\xa0\x14\x25\x53\xc2\x57\x8b\x4b\x03\xc9\xd4\xa5\x64\x1a\x1f\x53\x8b\x4b\xa5\x9b\x5a\x5c\xea\xf1\xa0\x62\x25\x73\x52\x34\x27\x24\x63\xb6\x01\x37\xfd\xec\x54\x72\xe7\x2c\xee\x51\xd9\xf3\x29\x99\xa0\xac\x3b\x53\xdf\xa2\xca\x5e\xc6\xec\x5a\x80\x15\x55\xd9\x4b\xcd\x42\x95\xbd\xd4\xe3\x41\x59\x77\xa6\xaa\xb0\xfa\x9d\xe5\x38\x31\xdc\x6d\x85\xe0\x70\xb7\xf5\x6b\xa8\xc5\xe5\x18\x02\x60\x6d\x5e\xdf\x70\xeb\x35\xe4\xd4\xe2\xd2\x24\x3f\xd5\xb1\x54\x3c\x0e\xcf\x81\x41\x2c\x75\xb3\xd4\xb5\xae\x6e\x96\x2a\xaf\xc3\xad\xd7\x9b\x4e\x7d\x76\xe6\xe9\xa0\x28\x6a\x69\x48\x59\x45\x2d\x27\xd1\x22\xd0\xd2\xcc\x70\x6e\x5f\xca\xbc\x66\x1b\xa6\x70\xcd\x36\x20\xaa\xfb\x63\x8c\x9f\x25\xae\x67\xde\x13\x3d\x66\xf1\xac\x02\xa0\x67\xa2\xd3\xf0\x5c\x28\x14\x55\xe9\x2c\xee\xc9\xc5\x73\xf1\xba\x26\x70\x42\x1f\x9d\xc9\xc5\xa3\xa0\xf9\xa6\x7e\xe7\x33\x31\x49\x71\x4f\xd6\x32\x7b\x4b\x00\x77\x12\x0e\x55\x56\x51\xa8\xb8\x95\x39\xb0\x85\x65\x58\xeb\xec\xe0\x5b\xe1\x52\x0d\xa4\xaa\x34\x8b\x37\x2e\x92\x32\xe8\x2c\x63\xc7\x3c\xef\x94\x65\x0c\x8a\xfb\x92\xb2\x76\x3b\xe0\x90\x50\x10\xf4\x01\xfc\x6c\x9e\x73\xf8\x5d\x51\xb8\x9c\xd4\x0d\xa5\xef\xbf\x24\x95\xcf\x59\xf8\xef\x92\x62\xe7\xac\x98\x5d\x33\x05\x2b\x22\x54\x10\xcb\xb2\x33\x75\x42\x0a\x82\xbe\x36\x4c\xce\x8a\x08\x15\x44\x9f\x6f\xc9\x85\x43\x62\xa5\x4f\x2e\x1c\x92\x32\xb1\x8e\x2b\x92\xb2\x30\xd2\x72\xe1\x5c\x94\xa9\x14\x3c\xfc\x94\x35\x66\x1b\xd0\x19\xb3\x6b\x81\xd9\x86\xa5\x1a\xb3\x0d\xc0\xe1\xfe\xa0\xcd\xd7\x31\xc7\x11\x98\x6d\x40\xd4\x90\x2c\xb5\xaf\x59\x87\xbb\xcd\xa1\xe0\x91\x96\x6d\x29\xd8\xa2\x8f\xb4\x24\xb5\x46\xe9\xbb\x2c\x49\xad\x72\x96\x5e\x05\xf5\x55\xdf\x65\xc9\xc5\xdd\xd6\x97\xcd\xbd\x4c\x49\xd9\xcf\xf7\x85\x71\x6e\x77\x1b\x3f\x61\x59\xd1\xaf\x5a\x5b\x26\x99\xaa\xd6\x96\x1e\x6b\xd5\xda\x9a\xc7\x12\x51\x57\xe4\x0b\xe5\xe2\xd9\x51\xd0\x70\x93\x52\x52\x10\xb4\xe6\xe2\x41\x7a\xdc\x12\xcf\x8e\xce\x3c\xee\x58\xca\x7a\x9d\x82\x67\xe7\x9d\x5d\x83\xe8\x3b\x7b\x03\x37\x72\xbb\x93\x3a\xa8\xa4\x6e\xe8\x03\x1a\x80\x47\x19\xae\x36\x16\xa7\x8d\xe0\x9c\xd5\x41\xaa\xcf\x03\x07\x60\x52\x06\x9d\xb3\x20\x88\x57\x9f\x72\xa8\x91\x71\x93\x52\x8e\x79\x94\x61\x57\x43\x07\x20\xf7\x25\xe5\x80\xb3\x27\x55\xcb\x39\x0c\x9a\x72\x79\x52\xfa\x0e\x4b\x52\xc2\x9c\xd4\x00\x7d\x5f\xbe\x05\x19\xdd\xb5\x66\xb7\x87\x4a\x98\x4a\xf2\xe8\xe2\x86\x4d\xe5\x03\x2b\x49\x85\x54\x8e\xc9\xb2\x87\x80\xab\x83\xa4\x1a\x5a\x27\xdc\x7d\x94\x56\x07\x25\xd7\xfd\xe7\x08\xa9\x84\xcd\x1a\x56\x3a\x53\xf2\x9b\x23\xc5\x9a\x9d\x1b\xfa\xeb\x54\xc6\x47\xba\x25\x6c\xe3\xd0\x47\xa1\x32\x3e\x26\x61\xb0\x8d\x63\x9e\x78\x64\xcb\xac\x0e\x52\xe5\x1e\xc6\x79\xd4\xb2\x87\xfe\x06\xb5\xec\xe1\x51\x56\xb1\x1e\x87\x18\xb8\x0b\xc7\x6c\xc3\x14\x0e\xd7\x2d\x7f\x56\x4b\x9e\xc3\x80\xa8\xba\xf5\x38\xc5\x08\x59\x33\x4e\x89\xcb\x9d\x3c\x27\x7a\x0c\x75\x4a\x42\x6e\xab\x69\xd6\xea\xe3\x43\x5f\x9c\xfa\xf8\xb8\x5d\x61\x77\xe5\x76\x51\xdd\x15\xb9\xb4\xca\xf9\xb8\x5d\x2d\x77\xe5\x91\x91\xb9\x11\x93\x31\xbb\x74\xfa\xd5\x54\xa7\x87\xbc\x98\x8a\xe4\xb4\x84\x27\x57\xf8\x37\x85\x3a\x1f\xb0\x02\x74\x81\x0d\xa0\x04\x76\x80\xc3\x0e\x1a\xc0\xec\x40\xe0\xf2\x4b\x07\xb8\xfd\x02\xc0\xe5\x2f\x49\x81\x53\x5a\x9b\x93\x14\x38\x25\xef\xa5\x7c\x6d\xfc\x02\x75\x52\xdb\x9b\x87\xa6\x3f\xb7\x22\xe5\x21\x9b\xe7\x22\xa4\x3c\x34\xf0\x29\x83\xce\x43\x42\xa1\x0c\x3a\x0f\xee\x05\x4b\xca\x98\xf2\x90\xe7\xab\x99\x1f\x54\x3e\x27\xc5\x4a\x79\x18\xf4\x19\xc8\xa3\x43\x4d\x89\x77\xa8\xf2\xd0\x65\xa7\xce\x3e\x0b\x75\xd4\xd9\x7d\x49\x25\x29\x22\x4a\x1f\x4f\x49\xaa\x62\xf3\xd0\x99\xa7\x02\x7f\xf4\xd9\x01\x58\x77\x67\xea\xe4\x62\xa2\xc3\x14\x4c\x28\x50\xff\x3e\x62\xf6\x26\xe0\x8a\x3a\x9f\x74\x4b\x9c\x42\xba\x88\x62\x6d\x96\x1d\xb7\x2f\xe5\x91\xe2\xe6\x14\xd2\x85\x17\x1d\x53\x0d\xb8\x97\x29\x7d\x53\x25\x57\x71\x93\xb8\x54\xfa\x0f\x89\x6b\x15\xb7\x9a\xe3\x80\x4e\xb9\xf5\x8e\xa3\x37\x90\xb2\xee\xf4\x4d\x95\xa4\xb8\x27\x8f\x31\x7f\xc6\xba\xa9\x36\x0d\x98\xd2\x31\x09\x12\x3e\x74\x0c\x31\x80\x13\x1e\xea\x50\x5c\x9e\x94\x87\x2e\x06\xea\xc2\xf3\xd0\xd6\xd1\x50\x38\xce\xf9\x85\x36\x9a\x37\x5a\x00\xc7\x39\xc7\x01\x1d\xcc\x9b\x5c\x1d\xf4\x9c\x83\x32\x9f\xcb\x5d\xb0\x6b\xe5\x91\xda\xfc\x71\xcf\x2f\xf4\x76\xbb\x0b\xf6\x66\x46\x82\xaa\xbd\x2f\xb4\xe4\x6a\x6f\x3a\xb6\x29\x12\xcf\x83\x8b\x34\x72\xb5\xb7\xc7\x05\xb1\xcd\x23\xa2\xc8\x30\x8a\x88\xbe\x2f\xb6\xb1\xb7\xf9\xc5\x05\x81\xc9\x1e\x8a\xa0\x31\x01\xf7\x14\x26\x7b\x4c\xa2\x9d\x80\x5c\x0d\x26\x7b\xbc\xb3\x83\x6f\xb3\xce\x65\x0e\x5a\x00\xb3\x8d\x5f\xdc\x39\xf8\xea\x39\xe9\x14\x56\x7a\x2e\x9e\x10\xe4\xde\xb9\xd8\x9b\x3f\x5b\x3d\x14\xfe\xcc\x6c\x72\xcd\x81\x73\x12\x2d\x42\xd0\x67\x61\x72\xcd\x9f\xa6\x15\xf9\x66\x4c\xae\xb3\x0f\x49\xd5\x3e\x36\xcf\x39\xfc\xfc\x34\xa6\x3b\x26\xe0\x32\x60\x38\x9c\xdb\xeb\x17\xe6\x37\x89\x18\x23\xe0\xf4\xa2\x10\x55\xfd\x73\x9f\x18\xf1\x65\x12\x31\xbc\xf8\x9c\x44\xec\xcf\xbc\x35\x84\x1b\x9c\xf2\x9c\x14\xed\xcf\xcc\x17\xd2\x3c\xa0\x3e\xe9\xfb\x42\x6f\xdd\x0e\xd0\xd4\x4f\xc5\xa5\x86\xc3\xa9\xb8\xa4\xf8\x34\x67\x7d\x12\xf7\x32\xe5\x19\x72\x35\x6c\xb9\x33\x9c\x36\x9c\xfd\xd4\xdf\xa0\x11\x70\xaa\x13\x6a\x04\xf8\xce\x4c\x52\x89\x9a\xe7\xa4\x68\xd8\xfc\xa9\x1a\x48\xad\x51\x9e\xe5\x8a\x22\x55\x7d\x33\x26\xa9\x3c\xcd\x53\x17\x83\xb6\xc2\xa9\x1a\x48\xdd\x50\x9e\x93\x3a\xed\x9a\x9b\x04\x92\x22\xa2\x3c\x0d\xe3\x0e\xc7\xc1\x01\x98\x54\x14\xe5\x39\x49\xd5\x41\x71\xdc\x27\xe5\x45\x49\xe5\xd2\x07\xd0\xe6\x9c\x5f\xf8\x19\x25\xb3\xc9\xf3\x19\x79\x72\x1f\x66\x52\xa0\x9a\xa7\xaa\xe3\x10\xeb\xcb\x9f\xa1\x8c\x9f\x64\xc3\x26\x35\xa9\x79\xe2\x6f\x48\xca\x50\xf3\x24\x4d\x6f\x5d\x9c\x02\xfe\x86\x75\x11\x6b\xbc\xdc\xeb\x22\xa2\x64\x97\xaf\x9a\x1d\x27\x5e\xee\xa4\x74\x35\x4f\x2c\x9a\x55\xb3\xe3\x7c\xe6\xa0\x60\x00\xa9\xae\xda\x13\xe7\x33\x31\x00\x51\x54\xc7\x75\x71\x0a\xb8\xf9\xd6\xc5\x29\xa0\x13\xae\xdc\xbe\x94\xe7\xfb\x00\x20\xb6\x2e\x7c\x07\xab\xc6\xc5\xb5\xb8\xf0\xa8\xf6\xd7\x22\xd6\x88\xfb\x6b\x11\x6b\x24\x15\x35\x4d\x1f\xf0\x61\x7d\x69\xde\x50\xfb\x9a\x97\x54\x42\xe9\x53\x5e\x9b\xcb\x8b\x08\xba\x36\xbb\x46\x04\x51\x78\xf4\x01\x8c\xd3\x27\x06\x02\x1b\x80\xbd\x75\x17\xd1\xde\xba\x83\x22\xc7\x7d\x81\x26\x79\x17\x23\xaf\x70\x75\x10\x27\x17\x26\xf9\xaa\x71\x71\x85\xd3\x46\xa0\x59\x5e\xb4\x6a\x42\xf8\xfc\x4c\x52\xc6\x94\x14\x11\x7d\x5f\x0a\x40\xdc\x90\xa2\x57\xba\x54\x22\x5a\x6e\x09\xa2\xee\xaa\xf9\x33\xba\x2e\x77\x01\x49\x65\xdd\xd0\xca\xe5\x07\xe9\x23\x33\x49\xe9\x6a\x5e\x8a\x20\xaa\x55\xf3\x52\xb6\x50\xfa\x94\xd7\x21\x06\xce\xe7\x70\xda\xce\xe7\xb0\x4d\x13\x70\xeb\xc5\x5a\xc3\x87\xa2\xa8\xbc\xd0\x16\xd7\x45\xac\xd5\x09\xa9\x90\xca\x4b\x15\x8e\x07\xfb\xd3\x77\x65\x92\x37\xfa\xf3\xba\x24\x26\x44\x1d\x15\x45\xdb\xaa\xa5\x71\xe1\x2d\x4b\x6a\x52\x93\xf2\xa2\xef\xcb\x4f\x7d\x98\xd7\xe3\x2c\x30\x0f\x28\x37\xfa\x00\xd6\xe4\x11\xd7\xee\x17\x77\x12\x57\xe7\xf5\x8a\x38\xb2\xf3\x7a\x3d\xc0\xc8\x4e\xdf\x99\x49\x1e\xf0\xcf\xeb\x9d\x88\x7f\x6d\x6e\x35\x3f\x8a\xb1\xf2\xd6\x3e\xa7\xe2\x35\xef\xc5\x43\xcf\x38\xb7\x2a\x1d\x95\x59\xe9\x0b\x34\x49\x31\x56\xde\xeb\xfc\x59\x02\x78\x7c\x10\x22\xbc\x40\xf3\x7d\xb1\xcd\x25\x40\x9b\xdd\x0d\x87\x7b\xde\xbb\xbb\x82\xe9\x72\xef\x4e\x01\x41\x4a\xd9\xcf\x07\xec\x00\x1e\x39\x64\xe7\xdd\x3c\x17\x88\x4b\xdf\x8c\x49\x4a\xae\xf2\xee\xb3\x0d\x58\xf7\xd9\x86\x41\xbb\xd3\x86\xf9\x51\x1d\xb4\xad\x5c\xc7\x90\x56\x07\x25\x95\x59\x79\x6b\xc7\x50\xcc\x98\xf7\x3c\xe7\x88\xad\x3b\xdc\x63\x14\x6b\x4b\x85\x92\x7a\xab\xbc\x53\xb2\x43\xa0\xdd\xe9\xb4\x91\x61\xb7\xea\x19\x85\x54\x79\xe3\x94\x4a\xca\xa5\xf2\x4e\xf7\x07\xe9\x66\x11\x51\x52\x3b\x95\x77\x4d\xdc\x40\xa7\x3c\xa6\xc8\x3d\x4b\x85\x92\xda\xa9\xbc\x87\x4b\x95\x02\xd0\x20\xe5\x87\xe9\x43\x35\x49\xf9\x61\xfa\x50\x4d\x52\x71\x98\xf7\x61\xd7\xe5\xcf\x9c\x9c\xbb\x70\xc8\x94\xdc\x85\x43\x52\xc5\x91\xc5\x43\x35\x1f\x00\x3a\x32\x73\x2a\x0e\xf3\xbe\x24\x2e\x44\xdd\xad\xaa\x45\x21\x55\x52\x2a\xb4\xad\x5c\x91\x94\x3e\x2d\x93\x3b\x2c\xe1\x9e\x14\x80\x44\xbc\x35\x6f\xa8\xdd\x4b\x1f\x9d\x49\x5e\xb2\xc8\xfb\xf6\xb8\xb8\xa7\xaa\x5a\x3b\x04\x79\x4f\x96\xed\x36\x6a\xd3\xf3\x44\x45\xde\x2a\x54\x54\x55\xe5\x8d\x8b\x38\xa9\xaa\x4a\xcb\x7e\x56\x8d\xa5\xfb\x75\xda\x08\xb4\x5b\xc2\xa0\xc4\x2a\x9f\x79\xe2\x39\x07\x8f\x5c\x5a\xfb\xc8\x47\x67\x92\xaa\xaa\xf4\xc1\x98\xa4\x76\x2a\x79\x23\xe6\xfb\x99\xc0\xea\x97\x01\xb0\xf9\x25\x00\x9c\x02\xcc\xc2\x07\x63\x92\x12\xab\x7c\xb4\x4e\x28\x74\xcb\x07\x5d\x66\xe5\xba\xa3\xf4\x8d\x98\xa4\xd0\x2d\x1f\x4c\x95\x55\xfb\xe8\xd9\xc5\x8d\x0d\x7e\xda\xec\xa0\x00\xe6\x38\x74\x80\x96\xb3\x6a\xf8\x3c\x8a\x06\x6e\x69\xc8\xa7\x7b\x28\x20\x33\x5f\x82\x49\x2a\xa4\xf2\x09\x7b\x83\x7e\x9e\x70\x0a\x48\x90\x47\x9b\x9e\x32\xb3\x7c\xc8\xdb\x59\xb9\x64\x21\x1f\x4d\x15\x8a\xa2\x92\x07\x63\xbe\x2f\x74\x3d\x4f\x7c\x0a\xb8\x59\x10\xd3\xa3\x00\xe0\xfa\x85\x7c\x4a\x74\xa0\x1f\x1e\x8c\xf9\xbe\x30\x9f\x9a\x6d\xfa\xcf\x18\xe6\xa3\xa8\xd0\x92\xf2\x69\x99\xa4\x6e\x2d\x9f\x49\x35\xd0\xd3\x83\xc7\x60\xd5\xc6\xb2\xdc\x28\x29\x55\xcb\x47\x3b\x86\x52\xb5\x7c\x77\xbf\xa0\x20\xf2\xa4\xc8\xd7\x66\x05\xf0\x67\x28\x88\xbe\x2f\x92\x3c\xdc\x9e\x6f\x9b\x3f\x4b\x00\xb7\x88\x93\xe9\xc3\x21\x49\x05\x58\xbe\xb2\x2b\x2a\xc0\xf2\xed\xae\x16\xe7\x8f\x87\x43\x3e\x80\x41\xbb\xf3\x41\x58\x59\x49\xb2\x72\x33\x42\x5a\x3c\xb2\x72\x33\x42\xbe\x31\xdb\x80\xf5\x64\x4a\x90\xdd\x3b\x77\x05\x4a\x7b\xd3\x15\x86\x9e\x5e\x35\x4c\x4a\xd5\xd2\xc7\x46\x92\x52\xb5\xb4\xac\x64\xd5\x92\x7a\xe7\xe6\x41\x28\x56\x92\xac\x5c\x1c\x94\x3e\x36\x92\xd4\x93\xa5\x95\x24\x49\xd5\x58\xbe\xe5\x82\xc0\x23\x5f\x37\x8f\xe2\xb2\x7c\x09\x89\x25\xaf\x79\xa4\x95\x24\xc9\x6b\x1e\xf9\xaa\x88\xf2\x66\x7a\xbe\xc3\x69\x23\x82\x7c\xad\x24\xa9\x34\x4b\x2b\x49\x56\x0d\xae\xf7\x98\x1d\x80\xb5\xbc\x4b\xeb\x8b\x07\x49\x3e\x80\xde\xc8\x06\x49\x4a\xc8\xd2\x7a\x91\x55\xeb\xcb\x97\x46\x92\x8a\xaf\x7c\xcf\xd9\x86\xde\x74\x68\x52\xfe\x95\x3e\x3b\x92\x54\x7c\xa5\xc5\x23\x49\x91\x57\xbe\x97\x93\x5b\x6d\x23\xa2\xa8\x9b\xaf\xca\x2b\x05\x5b\xf9\xde\x73\x50\xbf\x4c\x44\xf9\x22\x23\xd3\xe0\xb2\x5e\x24\x29\xcb\x4a\xdf\x20\x49\x2a\xb1\xf2\x25\x3e\xb6\x6a\x8a\x59\x49\xb2\x72\x71\x50\xbe\x84\xa5\x93\x1a\xad\x7c\x55\x51\x35\xb0\xde\x77\xf6\xc6\xa0\xaf\x88\xa2\xab\xbd\xef\xec\x20\x7e\xf9\x4d\x2d\xe4\x4c\x25\x35\x67\xb5\x2c\x12\xc6\x47\x25\x65\x25\x49\xf2\x4c\x47\x2d\x8b\x1d\x7c\x9a\x52\x2d\xca\x7e\x6a\xb4\x6a\x59\x6d\xf3\x51\x49\x59\x2c\x92\x14\x6c\x15\x8f\x98\x7c\x5f\xe8\x60\x95\x77\x95\x1d\x88\x41\xd1\xc1\xe6\x9e\x16\x6d\xb6\xd9\x06\x0c\x36\x4f\xe2\x27\x5b\x6a\xd9\x5c\x83\xcf\x58\xaa\x65\x73\xe7\x76\x80\x5d\xae\x36\x98\x82\x6a\x05\x15\x5f\xb5\x48\xc1\xd4\x75\xd5\xb2\xdb\xa6\x81\x28\xb5\x60\x49\xf5\x56\x2d\x6d\xb6\x01\xb7\x36\xdb\x80\xdb\xe4\x9e\x83\x0e\x9a\x5b\xdf\x40\x54\xc5\x1a\xab\xae\x78\xde\xe4\x03\xe8\xad\xcf\x0e\x98\x02\xd5\x26\x49\x91\x57\xf9\xd6\x49\x52\xe4\x55\x8b\x1c\x97\xba\xae\x5a\xc2\x35\x18\x60\x90\x13\x00\x03\x49\x93\x3a\xb5\xf2\x45\x93\xa4\xaa\xaa\x96\xe1\x6e\x0f\xba\x96\x8b\x51\x3b\x55\xcb\x98\x58\xff\xcc\x87\x59\x0b\xb7\x44\xae\xdc\x35\x51\xd4\x8b\x7c\x7d\x80\xb8\xf6\x1f\x85\x55\xb5\xa8\x34\x53\x3e\x55\xd6\x8b\xac\x58\x93\xb5\x48\x76\x18\x90\xb5\x70\x8d\xc5\x8a\xcd\x58\x16\x8f\x24\x45\x52\xb5\x68\x0c\x36\x0f\x16\xb5\x95\x2b\x06\x64\x2d\xfa\x6d\xa8\x8b\x2a\xde\x31\xf9\xbe\x30\xd9\x6b\xe2\xc6\x94\x26\xa5\x15\x83\x4e\x4a\xf3\xc8\x69\x0c\x72\x3f\x45\x59\x49\xb2\x72\x3f\x45\x2d\xf7\xfc\x19\xbd\x11\x2d\x58\xb1\x33\x6b\x79\x24\x6f\x8f\x9c\xea\x33\x2f\x33\x96\x65\x25\xd9\x3c\x65\xea\x0f\xcd\x83\xa5\xc9\xc7\x9b\x8d\xb5\xbc\x6e\xab\xe7\xe2\x75\xa9\x3c\x0a\x12\x17\x26\x6c\xad\xea\xd2\x54\x21\xd5\xaa\xfd\x87\x3d\x5b\xeb\xe2\xb4\xd9\xbc\x75\x9d\xbd\x7d\x83\xae\x6a\x09\x94\xf0\xd4\x8a\xab\x73\xc5\x1c\x2d\x5e\x1e\xf9\x00\x7f\x36\xfc\x19\x5d\xab\x4c\x50\xc2\x53\x2b\xc5\x57\x49\x09\x4f\xad\xd2\x06\xd6\x64\xad\xfb\x6c\x13\x00\x2e\xef\x27\xbd\x6b\x35\x5a\x40\x09\x4f\xad\xaa\xdc\xd8\x99\x65\xf5\xc9\x8a\x9d\x59\x6b\x9b\x6d\x18\xa7\xcd\x41\xc1\xad\xcd\x0e\xc0\x2d\xe6\xa0\xf4\x16\x4e\x61\xe3\x67\x7a\x37\x29\xa0\xa9\x35\x3c\x2e\x1b\x6d\xd2\x9f\xc1\x87\x56\x15\x5e\x8c\xc1\x5a\x95\x2d\xdd\x41\x95\x2d\x54\x96\xd5\x5a\x1e\xbe\x9d\x71\x14\xf7\x54\xb9\xd4\x3a\xe6\xcf\xf8\x32\xdc\x92\x1d\x0c\xd4\x8b\xbb\xe3\x18\x05\xa3\xe0\xa4\x7c\x01\x24\xa9\x31\xa9\x55\xbd\x18\xd3\xb2\x56\xb5\xdf\x0d\x9e\xb2\x9e\xb3\x0d\x0b\x72\x8a\x35\x0c\x66\x25\xcb\x29\xa9\x05\x2b\x1f\xfd\x48\x0a\x4e\x6a\x25\xcb\x29\xbb\x1d\x90\x6e\x91\xdd\x36\xf3\x90\xc3\x7a\x56\x72\x99\x92\x62\x91\xb2\xd6\x63\xc5\xe8\xac\xf5\x76\x4b\x60\x3d\xab\x1a\x33\xf5\x21\xb5\xea\xf1\xc0\x1c\x2d\x2b\x3a\xb2\xdb\xdb\x3c\xf1\x30\x18\xdf\x06\xc9\x6e\x6f\x7a\x2a\xbb\xbd\xe9\x9c\xec\x76\xa0\xa0\xc1\x84\xad\x55\x4f\x65\xb7\x03\xd5\x67\x4c\xd8\x5a\xb5\x1e\x29\xf2\xaa\xcd\x50\x01\x45\x1c\xe5\x43\x21\x49\x75\x46\x51\xeb\xf1\xb5\xe1\x67\xfa\x35\xa8\xb4\xa8\x6d\x9d\xbd\xd1\x06\x77\xe2\x8a\x2d\x5a\x3e\x14\x92\xd4\x5b\x95\xd5\x19\x2b\x86\x69\x6d\x9a\x85\x9b\x5d\xcf\xa3\xfc\x19\x58\xb5\xed\xae\xc1\xa7\x15\x94\x45\x1c\x49\x35\x43\x6d\xc6\x70\xa9\x66\xa8\x8d\x54\xbe\xa4\x9a\xa1\xb6\x36\xdb\x7c\xf3\xd9\x34\x18\xb7\xf8\x59\xa5\x4f\x6d\x7d\x22\xd1\x00\x26\x12\xa0\xd7\xdd\xc9\x00\x23\x9d\x2b\xbc\x56\x59\x9b\xfe\x14\x6a\x25\x6a\xd3\xce\xa4\x56\xa2\xb6\x98\xbd\x81\xde\xa4\x80\xe4\x67\x39\x7f\x46\x07\x29\xe1\xc3\x7e\x29\xea\xf8\xbe\xd8\xc6\x8d\x40\x42\x6e\xda\x8c\xbc\x41\x59\x9b\x1a\x34\x6f\x50\xd6\xa6\x9f\x90\x1a\x86\xda\x86\xbb\x02\x63\xde\xf4\xa7\x50\x8c\x55\xdb\x98\x18\x30\x05\x85\xc8\xe6\x3a\x2a\x0d\x28\x5b\xa8\x4d\x4f\x4b\x1f\x7c\x31\x28\x4c\xd9\x42\x6d\x93\x50\x10\xf2\x3e\xd3\x91\x14\x27\xd4\x26\xd5\x50\x9c\x50\xdb\x29\x41\x96\x00\xbd\x51\xe0\x54\xdb\xa5\x68\x70\xda\xb7\xf3\x71\xa6\xfa\xea\xc9\xe4\xaf\x8d\x04\xbe\x24\x79\xbf\xb6\xc9\xf3\x5d\x83\x79\xe8\x9d\xa9\x6c\x9e\x44\xfc\xda\x1e\x7b\x83\x99\x53\xc7\xf1\x01\x7e\x91\x8d\xb8\x06\xef\x6c\x03\x6e\xaf\xdb\x08\x97\xde\xf5\xec\x61\xfa\xd7\x8e\x77\x7d\xc5\xf4\x2f\x9f\xf6\x48\x52\xe7\x6b\x37\xbc\x45\xb6\x7c\xf9\x66\x47\x52\x6b\x54\xbc\xd9\xf1\xb5\x49\x00\xa7\x00\x8b\xf3\xcd\x8e\x24\x5b\xbe\x76\x8d\x41\xb2\xe5\x6b\x27\xa6\xbb\x62\xd3\xd7\xee\xd1\xe6\x9d\xde\xb2\xdc\x63\xc5\xc0\xaf\xdd\xa3\x4d\xe2\x7a\xed\xe6\x2a\xf0\xb4\x47\xed\x9a\x7c\x98\xfe\xb5\xc7\x6c\x03\xa2\x3a\xe6\xa8\x42\x2a\x9f\xdc\x48\xaa\x90\x6a\xd7\x2d\xc1\x25\x2c\xb5\xa7\x88\x76\xda\x68\x01\xec\xc8\xb0\x9d\xa2\xbc\x95\x3b\x89\xca\x42\x89\x24\x8b\xbd\x7c\x4b\x23\xc9\x55\x2f\xdf\xd2\x48\xd2\xd3\x6b\x57\xb5\xe7\x46\x96\xda\xc7\x6c\xc3\x8a\xea\xa3\xe0\x9d\x8f\xda\x75\xbf\x71\x57\x50\xed\x44\x73\x56\xbc\x0a\xb5\xab\xb3\x53\x44\x54\xbb\x6a\x3a\xf9\xed\x45\x69\xc3\xf7\x33\x7a\x53\x67\x27\xbf\xbd\x76\x95\x07\x4a\x85\x6a\x97\x95\xe2\x62\xa8\xfd\x76\x0d\x52\xa0\xf9\x05\xdc\x74\x58\x90\xdf\x5e\xfb\x2d\x3a\x88\x86\xfd\xb6\x37\xc8\xcc\x87\x35\x92\x94\xf6\xf2\x61\x8d\x24\x3d\xbd\x7c\x4b\x23\x49\x0e\xaf\x5d\xee\xb9\xbb\xdb\x6a\xe6\xe4\x83\xd7\xfe\x3a\x39\xb7\x5e\x4d\x82\x27\x73\xab\xc9\x4a\x49\xc5\xae\xa6\x27\x02\x57\x46\xb5\x6d\x76\x50\x00\xa2\xc3\x89\x6f\xf3\xec\x70\xc8\x9b\x8e\x04\xfc\x1a\x65\x99\x42\x92\x7d\x5d\x4d\x47\x02\xf7\xc8\x54\x9b\x47\x0c\x71\xd2\x54\x92\xc9\xbe\xae\xa6\xec\xc7\xe3\x51\xcd\x08\x09\xa9\xd8\xd5\x54\x04\xf6\xf6\x33\x93\xbc\x9a\xac\x95\x9b\x87\xca\x82\x86\x24\x69\xbb\x5a\x9f\x7d\x24\x80\x4b\x07\x83\x69\x31\x67\x41\x9b\x70\x8b\x06\x3f\x93\x7b\x92\x9a\x5d\x4d\xfd\x01\x7f\x4a\x59\xf7\x90\x64\x63\x17\x4f\x70\x7c\x5f\xc0\x55\x4b\x97\x9c\xeb\x6a\xb2\x52\x3c\x2d\xd5\xcc\x43\x20\x01\xbb\xda\x3c\xda\x28\xda\xd6\x3d\xac\xdc\x22\x54\xbe\xc7\x91\x64\x63\x57\x1b\xce\x87\xa3\xdd\x34\x61\x49\xcd\x2e\xdf\xdf\x48\xb2\xb1\xcb\xba\x87\x24\xcd\xba\x78\x58\xe3\x6b\x03\xd6\x86\x4f\x48\xb3\xae\x36\xcf\x39\x14\xd0\x54\x9f\xb9\x6c\xa8\x9a\x26\x2c\x97\x0d\x95\x05\x0d\x49\x49\x52\x35\x75\x0e\xfc\x36\xd5\xf4\xc5\x51\x9f\x54\x54\x2a\x7c\x5f\x40\xe7\x12\x51\x28\xa0\xa9\x80\x90\x59\x5d\xcd\x90\x0b\xf9\xd3\x65\xd9\x42\x92\x32\x5d\x3e\xc6\x91\x64\x49\x57\x53\x35\xd9\xc3\x2f\xa7\x5f\xc0\x40\x3d\x85\x17\x40\xaa\xdd\xce\x07\x8a\xb6\x4c\x61\xc5\x3f\x54\x4d\xb3\x17\x97\x50\x59\x99\x90\x24\x53\x97\xaf\x6c\x24\x29\xd3\xe5\x2b\x1b\x2b\xfe\xa1\xb2\xe4\x20\x49\x99\x2e\x9f\xdc\x58\x71\x16\x95\x4f\x6e\xac\xf8\x87\xca\x57\x36\x92\x94\xe9\x6a\x7a\xb9\xb9\xba\xa8\xda\x3b\xbb\x66\x72\xef\xec\xfa\x03\xba\xfc\x1b\x17\x50\xf5\x65\xe2\x56\x00\x8f\xc0\x37\x39\x6b\x16\x92\x37\x48\xaa\xeb\xbe\xe6\xb6\xa2\xea\xab\x53\x80\x0b\x74\x23\x33\xa4\x4c\x17\x95\x09\xdf\xcf\xbe\x99\x76\x35\x18\xde\xb5\x2d\x2b\x13\x92\x77\x6d\xab\x6f\x9e\x44\xb8\x40\xd7\xd2\xc5\xbb\x54\x7d\x8a\x06\x4c\x65\x9f\xdc\x48\xd2\xac\xab\xab\xc0\xe3\x5d\xaa\x2e\x75\x52\x3b\x55\x5d\x13\x96\x0a\xa9\xea\x3a\x00\x29\x8a\xaa\xae\x3d\xcb\x4b\x23\xd5\x27\x11\x23\x6c\xbb\x44\x4c\x36\x76\x75\x75\x76\x12\xb0\xab\xf7\xd9\x06\xdc\xfa\xfc\x19\x6b\xd0\x5d\x1d\x58\x42\xd7\x50\xc5\x87\x54\x3d\x66\x1b\x16\x51\x3d\x1f\x87\x52\x59\x99\xb0\xe2\x50\xaa\xae\xd3\x90\x12\xab\xea\x7a\x97\x70\x28\x55\x9f\x82\x06\xda\xee\x39\xc7\xa1\xb7\x72\xda\x08\xdb\x6e\x46\x42\x42\xce\x5d\xdb\x00\x87\x52\xf9\x80\x47\x92\xb1\x5d\x3c\xe0\xf1\x7d\xf1\x67\xae\x0e\xe4\x6c\x9d\x43\xf2\xbe\x6c\xf5\x49\xb4\x50\x30\xef\x7c\x7c\x6d\xe8\x80\xd0\xe8\x8a\x43\xa9\xba\xd6\x30\xb9\xdc\xe5\xa3\x1f\x2b\x57\x17\x55\x3f\x24\x19\x88\xb6\x6b\x00\xf3\xbe\x6c\x75\x95\x7e\xd2\xb7\xcb\xa7\x3d\x92\xf4\xed\xa2\x80\x61\x5b\xdb\xfa\xb3\x67\x76\xab\x4f\x1a\x84\xec\x3a\x05\x42\x2b\x1e\xaa\xea\x66\x05\xf1\xdc\x49\xf5\xd7\x99\x7b\x80\x75\x67\xe3\xae\xaa\xee\xa1\xc7\x5d\x55\x3e\xdb\x91\xe4\x42\x97\xcf\x76\xac\xf8\xae\x2a\xb4\x4d\x49\x8c\xae\xd0\xf1\x83\x23\xab\x42\xc1\x43\x92\x73\x59\x75\xb0\xe2\xd5\xaa\x50\x53\xc7\xab\x55\x31\xc9\x01\x29\x14\x52\x00\x77\x12\x55\xe8\xf5\x6e\x30\x0b\x6b\x0b\x56\x2e\x5c\x2a\x9f\xfa\x48\x32\x9e\x2b\x36\xdb\xc0\x05\x42\x29\x84\xbf\xab\x62\x1e\x6d\xc4\x58\x68\x8e\xe2\xe2\xaa\x68\x22\x0a\x79\xc7\x3c\xc0\xc8\xb4\xd0\xa5\x4a\xca\x74\x05\x11\xfc\x15\x7f\x57\x45\xb8\x54\x9c\xa5\xd0\x69\xad\xbf\xcb\x84\xff\x95\x9b\x87\x2a\x3c\x99\xbc\x51\x5b\xa1\xdf\x93\x8c\xe7\x0a\x8d\x4e\x5e\x6c\x29\x73\xfc\x57\x9d\x5f\xa1\x77\xb3\x90\x2d\xa1\xf7\x59\xe7\x97\x69\xfd\x49\x62\x74\x05\xe5\xa1\x2b\x57\x17\x55\x1c\x73\x1c\x96\xea\x98\xe3\xd0\x86\x74\xe1\x55\xaf\x96\x69\xfd\xab\x1e\xaa\xb8\xdc\x39\xe8\x36\x8c\xb2\x90\x3f\x5d\x3c\x78\xf1\x7d\x11\x38\xfd\x42\xd7\x54\x89\x25\x29\xd3\xe5\x83\x17\x49\x96\x74\x85\xea\x33\x59\xd2\xe5\xeb\x17\xab\x1e\xaa\xd0\x80\x24\x4b\xba\x7c\xfd\x62\xd5\x5d\x15\x86\xcc\xa9\x82\xab\x50\x7d\xd6\x77\x65\xf2\xfe\xca\x9d\x44\x15\xda\x8c\xe5\x11\x53\xb7\xe1\xc2\xa5\x32\xdd\x3e\xc9\xac\x2e\xdf\xc5\x48\x32\xab\x2b\xe5\xc5\xba\xb8\xd2\x5c\x33\x52\xa6\x2b\x57\xf7\xa7\x0b\xf8\x85\x83\x94\x1e\x3e\xb2\xa4\x2b\xcd\x1b\x23\x4b\xba\x72\x75\x17\x90\xa2\xa9\x6f\xb1\x21\x45\x73\x73\x17\x10\x9c\xa9\x3f\x5f\x67\x57\x36\xa7\x80\x08\x4a\x4f\x15\x99\xd5\x95\xd4\x63\x26\x99\xd5\x95\xaa\x2f\x64\x56\x57\x1a\x57\xe4\x7a\xa0\xca\xee\xba\x71\x2c\x7d\xaf\x62\xd5\xf3\x65\x16\x7b\x52\x36\x57\x19\x73\x0a\x05\xe0\xc2\x23\x8f\xd2\xe4\x2e\x12\xae\x2b\x35\xfe\xc8\xb1\xae\xd4\xde\x23\xad\xba\xd2\x20\x09\x99\xd4\xe5\xdb\x13\xab\xae\xb3\x9c\xcc\x0f\x19\x96\xe5\x2e\x20\x9c\x52\x43\x8e\x4b\x9a\x2a\xf5\x85\xe8\x47\x4b\x0d\x39\x5e\xc9\xad\x3c\x66\xd7\x4c\xce\x18\xa1\x1e\xb6\xd4\xe1\xc7\xfd\x42\x95\x2a\x29\x0d\x79\x64\xe2\x7a\x52\x77\x57\x39\x0f\x2c\x6c\x23\xe5\x84\x24\x76\x57\xaa\xc0\xeb\x6e\x33\xa5\x7d\xe5\x3a\xa0\xca\x79\xae\xe1\x21\xbe\x4a\x91\xe4\x7f\x57\x4e\x86\x59\x3f\xf5\x61\xe6\x2d\xb7\x81\xf0\xd3\x9c\x0f\xd2\xc6\x2b\xe7\x01\x46\x0a\xf9\xf6\x44\x92\x43\x5e\x69\x98\x90\xb4\xf1\xca\xd7\x99\x23\x3b\x53\x37\x1f\x57\xfd\x54\xaa\xa9\x93\x36\x5e\x3e\x51\x91\x24\x87\x57\xce\xd3\x8c\xec\x2c\x3d\x20\x3c\xb3\x5b\x3e\x51\xb1\x72\x3d\x50\xd5\x3c\xc0\xc8\xb4\x52\x99\xd0\xcd\x57\xeb\xc4\x80\x9f\x79\x4c\xb9\x04\xa8\x4a\x1d\x9e\x1c\xf2\x22\x57\xfd\xfb\xb2\x02\x78\x2e\xba\xc0\xf0\xcb\x06\x20\x6e\x88\xd8\xd2\x4c\x24\x6d\xbc\x7c\xd6\x62\xd5\x4f\x58\x6d\x76\xd0\x00\x0e\xbf\x08\x3c\x02\xcc\x67\x9e\x73\xc8\xae\xd4\x05\x78\xca\xa8\x4a\x35\x9d\xac\xef\x9a\x69\xf0\xe4\x76\x57\xf5\xd9\x01\x6b\x30\xcf\x79\x08\xcc\x36\xcc\x34\xe6\xcf\x00\x8c\x4e\x91\xce\x5d\x65\x74\x8a\x74\xee\x2a\xcd\x51\xd2\xb9\xab\x28\xdd\x58\x75\x34\x96\xde\xc0\x42\xd9\x2b\xfd\x1a\xd4\x2f\x56\xcd\x43\x0f\x3d\x95\x7e\x0d\xd2\xac\xcb\x07\x2f\x56\x9d\x93\xa5\x28\xe7\x82\xac\x2a\x2d\x50\x72\xae\xab\x4c\x1a\xe1\x1a\xa2\x2a\x79\x31\x97\x0d\x55\x1d\x8e\x03\x39\x94\xbe\x6c\xb2\xb1\xab\x3c\xc0\x5c\x36\x54\xa5\xf7\x82\xfb\x85\xca\xd7\x2f\x56\xae\x14\x2a\xde\xb8\xf8\x00\x10\xbd\xdc\x7a\xc8\xa1\xee\x39\x28\x58\x6b\x67\xf2\x74\x72\xd5\x64\xd9\xc8\xca\x9a\x8c\x99\x43\x5e\xfa\x35\x48\xda\xae\x99\xec\x4e\xd2\x76\x95\x1a\x33\xcf\x2d\x57\xa9\x31\xf3\xdc\x72\xd5\x3b\x7f\x46\xd7\xea\x0b\xdc\x3c\x54\xa5\xd1\x59\x1e\x4b\xdd\xd7\xdc\x3c\x54\xbe\x7e\xb1\x72\xf3\x50\x0d\x73\x99\x28\x80\xac\xb1\x38\x39\xd8\xa2\xc9\xee\xab\x3e\xd9\x61\x6c\x88\xd2\xc8\xf2\xf5\x8b\x55\x9f\xec\xf0\xf8\xeb\x93\x1d\xeb\xec\xe0\x43\x67\xa8\x17\x93\x80\x5d\x66\xbe\xaf\x5c\x29\x54\x83\x5b\x5c\x92\x1c\xeb\x1a\x9b\xdb\x08\x5b\x1c\xd2\x02\x69\xd5\x35\x34\x6e\x79\x9a\xa9\x86\x8e\x6d\x1d\xb4\x43\xc2\xe0\x69\xa6\x1a\x2a\xc9\x83\x0d\x1e\xdc\xc9\x9f\x64\x5f\xd7\xd0\x1b\xa8\xeb\x76\x18\xda\xd1\x75\x3b\x0c\xce\x72\x73\x57\x99\x2d\xbf\xf2\x2e\x74\x8d\xee\xb4\x61\x57\x63\x1e\x7f\xf8\xce\x50\x1a\x90\xcb\x5d\x43\x69\xa0\xef\x77\xc4\x1c\x94\x71\xf4\xfe\xe9\x08\x1e\x26\x96\x50\x68\x59\x43\xcb\x56\x47\xf0\x50\x63\xd1\xdd\x3b\xa4\x12\xaa\x2e\x6b\xe8\x31\xd4\xdd\x3b\x53\xe7\xc7\xfa\xb3\x57\x23\x6b\xa6\xd2\x53\x9f\x59\xc3\xbc\x2b\x4a\x32\x6b\x48\x4f\xc3\xdd\x57\x83\x1e\xee\xbe\xea\xcc\x70\xc3\x75\xef\x0c\x37\xfc\x98\xf3\xa3\x03\x8d\xdb\xe1\x86\xab\xe8\xe8\x3f\x1e\x87\xab\x05\xef\x1a\x1a\xb7\xdc\x15\x54\x43\xe3\x76\xb8\xe1\xca\x8d\xe1\x1e\xeb\xeb\x21\x83\xbb\xc6\x39\xdb\x30\xe8\xe5\x29\x43\x0e\x0e\x63\xad\xc3\x0d\xd7\x89\xa3\x6b\x7a\xdc\x1e\x05\x18\xd9\xd0\x05\x3e\xdc\x63\xb3\xa9\xb8\x2b\xa8\x86\x71\x53\x2e\x09\xab\xa1\x69\x39\xdc\x7d\xa9\x86\xdc\xee\x9a\x09\xf2\xe4\x76\xd7\xb1\x78\x4c\xc3\x2f\xfe\x8c\x3d\x3e\x8c\xf3\x70\x57\x50\xf9\xac\x45\x92\x80\x5d\x87\x41\x54\x72\xae\xeb\xb0\x2a\x84\x42\xcb\xf2\x25\x8b\xa4\xd0\xb2\x0e\x73\x4b\x78\x30\xab\x8e\xd5\x35\x60\x79\x0f\x85\x06\x99\xd5\x65\x4e\xfc\xca\x5d\x41\xe5\xe3\x15\x49\x9a\x75\x1d\x93\x9e\xba\x5f\xc4\x00\x69\x70\xa8\x7f\x93\x59\x5d\x33\x27\x9e\xcc\xea\x3a\xac\x83\x22\xb3\xba\x8e\x49\x5c\x98\x48\x87\x9a\x39\x97\x0d\xd5\xb1\x7b\xce\xd1\x6d\x0e\x35\x73\x9d\xf0\x87\x76\xa6\x7e\xf7\xc3\xcc\x07\xfd\xee\x87\x9a\x39\x85\x96\x75\xf4\xd9\x86\xc9\x29\x4e\x48\xa6\xae\xc3\x80\x28\x29\xd3\x75\xc4\x6c\x43\xd7\x1a\x9d\xdc\x59\x56\x87\x0a\x15\x49\xce\x35\x53\xe7\x49\x72\xae\x43\x47\xcf\x10\x03\x15\xf8\x21\x06\xe9\x14\x50\x4d\x7c\xbc\x62\xd5\xb5\x7e\xe8\xf5\xd1\x9b\x4e\xe6\xfb\x07\xd0\x75\xcd\xde\x04\x9c\x1c\xbc\xf8\xd0\xe8\x24\xf3\xb8\x0e\xfd\x41\x5c\x02\x54\xc7\xa4\x12\x11\x35\x3b\x91\x2c\xe2\x9a\x09\xf2\xe4\x0a\xd7\x61\xd4\x95\xbb\x82\xea\x50\x04\x0d\x71\x9b\x22\x08\x36\x7f\x1c\x1e\x31\xd8\xfc\x61\x74\x6a\xcc\x2f\xee\xa9\x5f\x4e\x97\x0a\x01\x70\x4c\x62\x42\xe5\x39\x4c\x55\x24\x6d\xb7\x78\xfd\xe2\x03\x98\x29\xfe\xa0\xa2\x70\xaf\x0e\xf4\xae\x22\xb7\xb6\xcc\x96\x2f\x72\x6b\xeb\xd0\xb8\xe8\x76\x8d\x71\x51\x24\xda\xd6\x81\x0b\xa8\x48\xb4\xad\x03\x81\x56\xe4\xd6\xd6\x71\xcf\xae\x19\x14\x2f\x6a\x91\x41\x5b\x07\x62\xab\xc8\x93\xad\xe3\x71\xad\x91\x3a\x07\xa5\x83\x6b\x88\xce\x3b\x7f\x46\x1b\xaa\xe6\x8b\x94\xd5\xf2\xf9\x8c\xd5\x88\xc2\x81\x06\x56\xbc\xca\x55\xbe\xa5\x51\x24\xa6\xd6\x29\x69\x1a\x6b\x30\xd9\x7d\xe5\x22\xa4\x22\xd9\xfd\xfb\xd9\xd7\xf5\x89\xa4\xaa\x65\xab\x9f\x31\x4c\x9f\xe0\x58\xb9\x18\xa9\xce\x75\x0e\x35\x00\x66\xef\x05\xe0\x9a\xc0\x39\x4c\x69\x2f\x5e\xdc\x2a\x9e\xe0\xf8\x7e\x46\x1b\x1d\x3f\xdc\x9f\x54\x27\x01\x82\xa2\x24\xae\x48\x69\x5f\x8b\x9c\xd1\x3a\x35\x50\x02\x61\x65\x4a\x7b\x51\xaa\x56\xa7\x04\x69\xc4\xe4\x94\x20\xb9\x05\xae\xce\xe6\xd2\xc1\x60\x7c\xa9\x63\xe5\x5a\xa5\x3a\xdb\x1c\x14\xdc\xda\xec\xcd\x36\xb3\x37\x10\xed\xf3\x67\x20\xda\xc5\xad\xf9\x85\xa3\xc0\x0d\x47\x75\x76\x77\x05\xe5\xf5\xe4\xaa\xc0\x22\xfd\xb4\xce\x70\xc3\x61\x57\xa7\x5e\x20\x6e\x38\x2a\xd3\xe0\x8b\x52\xb5\x32\xf3\x7d\x0d\xc4\xc9\x99\xae\x28\x1c\xea\x4c\xcf\x5f\xf7\x8b\x2b\x0a\x87\x3a\xa5\x5b\x23\x33\x3c\xe0\xf1\x7d\x01\x37\x0d\xa1\x70\xf7\x6b\x22\x0a\x6e\x25\xa2\x5d\xc0\x99\xa2\x73\x9c\xe5\xba\xb9\x8d\x63\xf6\xc6\x97\xe1\x14\xd0\x71\x4d\x90\x2f\x72\x51\xcb\x04\xf9\x95\x7b\xe8\xea\xd4\x92\xe2\x8e\xa5\xba\x76\xb1\x86\x91\xf1\x26\xc4\x07\x7c\x53\xb8\xe6\x96\xc0\xc8\xae\x36\xbb\x0e\x00\x37\x18\x19\x76\x35\xd7\x1a\xa1\x71\x99\xe6\x6a\x3c\xe9\x6a\x13\x83\x02\x70\x11\xe1\x77\x57\x9b\x18\x30\x8e\x71\x1e\x23\x4d\xbe\x23\x51\x94\xd1\xd5\x35\xf7\x94\x93\x78\xcd\x9d\xc3\x87\x74\x85\xb8\x21\x41\x2e\xf3\xfc\x8c\x41\x5d\xaa\x26\xc6\xa0\xc8\xed\xfe\x00\x06\xd5\xb5\xce\x25\x4d\x75\xe9\x32\xe1\x5e\xa6\xba\x4a\xc2\x87\xe3\x5e\x73\x4b\x38\x89\xd7\xdc\x05\x58\xa9\x6f\x42\x14\x29\xab\x35\x73\xbb\x79\xac\xbe\x7c\x06\x62\xe5\xc2\xa5\xba\xf4\x99\x73\xe1\x52\x5d\xa7\xb8\x71\xc4\x2e\x93\x44\x8c\x5b\x99\x73\x5d\x24\x4b\xd6\x85\x2b\xba\xc8\x8f\x2c\x1f\x7b\x28\xf2\x23\xeb\x32\x49\xc4\xf0\xd6\x75\xdb\x66\x15\xf0\x8c\x72\xf8\x2e\x42\x3b\x45\xfd\x58\x5d\xa4\x8f\x14\x99\x93\xc5\xcb\x0f\x1f\xc0\xf2\x5a\x4b\x10\xdd\x2f\x5d\xc0\x2f\xe1\xcf\x40\xe7\x71\x1c\x48\xe6\xd2\x4b\x62\x7c\xec\xc2\x4b\x52\x64\x4e\xd6\xa5\xf6\x61\x14\xec\x42\xfb\x28\x32\x27\x8b\xc7\x1d\xd6\x22\x4f\xb1\x6e\x1d\x71\xc6\xc7\x4c\xc5\x2e\xb2\x11\x8b\xec\xeb\x0f\xa0\x8d\xe9\x58\xdc\xb8\x57\xf7\x2a\x3a\xbb\xc0\xec\xe0\xc3\xfa\x0e\xc7\xd9\x05\xe6\xcf\x3a\x80\xc7\x32\x04\x4e\xbf\x7c\x58\x93\xe1\xfc\x01\x3f\xd5\x30\x6f\xf3\x3f\xb9\xb5\xaf\x6e\x29\x9a\x12\xb2\xba\x4d\xf9\x34\x14\xe7\xe3\x08\x45\xe2\x63\xdd\x1e\x12\x12\x1f\xeb\x9e\xd4\xc9\x01\xbe\x0d\x58\x1b\x8a\xbb\x89\xb2\x14\x29\x91\x75\x1f\xf3\x0b\x6d\x0e\x97\x01\x1d\xea\x46\x5c\x16\x95\x66\x35\xf3\x9a\x0d\xd2\xdd\xf3\x2c\xa1\xc1\xdc\xe7\x6c\xc3\xfc\xce\x89\x41\x02\xb8\xfb\x1c\xb9\xfb\x9a\x6d\xe8\xed\x72\xb5\x60\x71\xf7\x35\x11\xa5\x03\xe5\x20\xaf\x4d\xd5\x7d\xbb\x74\x1c\x2c\x5e\x3d\xf8\x00\x06\xbd\x3d\xda\x38\x64\x7c\xe8\xa0\x78\x7a\xaa\x4c\x72\x2e\x0a\xd2\xca\x57\x0f\x8a\x82\xb4\x32\xaf\xb9\xa8\x41\xab\x5b\xc3\x8e\x77\xfe\xcb\x87\x0e\x8a\x07\xa6\xea\x9e\x12\x12\xdd\xe6\xd1\xaf\xc6\xbd\x4c\xf5\xcc\xb3\xc4\xf1\x79\xe6\x21\x19\x02\xd2\x20\xda\xc8\xb3\x3a\x6d\x8e\xcf\xa3\x53\xd7\x60\xe0\xb3\xcd\x0e\xbe\x29\x3c\xbb\x47\x81\x43\xc2\x0b\x06\xdf\xcf\x68\xb3\xbb\xa7\xb0\x38\x9e\x33\xf8\xbe\xd8\xe6\x10\xb0\xcd\x1c\x94\x9f\x35\xb7\x11\xd5\xe4\xe1\xc6\x99\x22\x3f\xb2\x9e\xe6\x31\xe5\x20\x3d\x53\x52\x0d\x81\x89\xdb\x37\xed\xc7\xfc\x3b\xee\x09\xac\xa7\x7b\x42\xd8\xed\x47\x23\xcd\xb0\xe0\x63\x5d\x8a\x81\xbc\x47\xa9\x63\x16\x24\x09\xcb\x1f\xc0\xa0\xbc\x7b\xb6\x1a\xd5\x23\x47\xf9\xfb\xc2\xa0\x35\xc7\xa1\x4d\x79\xae\x61\x64\x8f\x52\xc7\x78\xdf\x33\x8f\x32\x1b\xfc\xd4\xec\xcd\x0e\x3c\x07\xf8\x1b\x1e\xc3\x0d\x5c\x91\x54\x8f\xe2\x84\x5b\x91\xea\x31\xcd\xd5\x70\xdd\x73\xcc\x9f\x31\xe8\x39\xbf\x30\x0e\xa5\x91\xab\xe1\xba\xe7\x9c\x1d\x80\xce\xe5\xfe\x70\x42\x1e\x19\xa6\xe1\xba\x47\xf5\xcc\x64\xc9\x47\xdf\xaf\xb1\xbb\xe7\xf6\x88\x79\x0e\xb8\xf5\x72\x35\x5c\xf7\x3c\x1e\x65\xcf\xc1\xeb\xb1\x74\xb7\xdf\xf9\x05\xac\x3d\x7c\x06\xe5\x1e\xd5\x33\x93\x18\xdf\xc5\x33\xca\x6e\xbf\x8b\x27\x84\xdd\xe6\x25\x81\x0f\xf8\xa6\xf0\x6e\x73\x50\x81\x5b\x60\x00\x80\x9b\x39\x7a\x3e\x04\xb0\x72\x11\x52\xbd\xea\x4c\xa6\xe5\xbd\x58\xfb\x45\xc5\x57\xbd\x6d\xfe\x6c\x05\x70\xeb\xe1\x91\xaf\xca\x90\xb1\xbb\x57\x65\xc8\x3c\x38\xaf\xfb\x5f\x8d\xdd\xbd\x96\x4b\x19\xbb\x23\x15\xfb\xfb\x99\x5f\x5c\x37\xc4\xe3\xdb\xc5\x8d\x69\xfb\x10\xc0\x6a\xec\xce\x87\x00\x6a\xdb\x7e\xf6\x44\x45\x79\x5d\xfe\x6a\xf8\xee\xd5\x08\x30\x7c\xf7\xca\xd5\x4c\x92\x7b\x89\x3c\x95\x49\x72\xaf\x2c\x6e\x73\x7e\x87\xe8\x39\x3f\x4b\x37\x8c\xf2\xbd\x3a\x5f\x8d\xf2\xbd\xea\xfd\x66\xcc\x99\xd7\x5c\xe6\xc5\xbd\x7a\xa8\xb8\x21\xb1\x4c\x65\x2e\xb3\xdf\x5e\xa5\xaa\xd9\x6f\xaf\x01\x5e\xee\x4e\x2c\xee\xce\xff\xbe\x08\x48\x1b\x30\xbf\xd7\xca\x25\x23\x76\xaf\x42\x71\x73\x72\xf3\x60\xc1\xe2\x66\x5e\xb3\xa1\xb8\x57\xa1\x68\xc2\x9b\x79\xcd\x65\xc2\xdb\xfb\x8a\x35\x8c\xf9\x7d\xdd\x15\x38\xe1\x4b\x14\xac\x78\x87\xaa\xde\x77\x76\x0d\xd6\xaf\xdb\xda\x04\x60\x3d\x09\xf3\x7b\xe7\x31\x45\xbf\x7b\x5f\x07\x75\xda\xa6\xfb\xe4\xa7\xec\x0d\x6f\xd5\x5f\xf3\xe3\x84\x63\x59\x5c\xeb\x0f\xd1\xe1\xad\xfa\x45\xbe\xda\x58\x96\xd9\x5b\x03\x98\xbd\x0d\x00\x77\xe1\xe3\x91\x63\xe6\x42\x13\x0c\x1c\xcb\x2a\xd6\x7e\xd9\x5c\xeb\x04\x90\x95\x12\xfc\x1b\x8b\xac\x74\x4b\xc6\xd9\x67\x07\x02\xa2\x93\x8c\xc3\x1d\x3e\xc5\x7b\x57\xc3\xbb\xf2\x6b\xfb\x18\xcc\x58\x9a\xe3\x14\xb8\xa9\x54\x72\x33\xd4\x58\xe4\x9e\xdc\x0c\x35\x66\x2a\x33\x71\xc5\xb1\xe8\xe2\xca\x64\x0d\x64\xa5\x94\x4b\x8d\xa5\x7b\x90\x92\x05\x21\xf4\x5b\xe4\x3f\x8d\xc5\xd0\x6f\x26\x3f\x8b\xd9\x01\xf3\xc1\x3e\x2f\x9e\x9a\x1a\x8b\x7a\x24\xd7\x44\x8d\x05\x47\x56\x51\x07\x35\x16\x2c\xf7\xa2\xf4\x69\x2c\x2a\x0f\xdc\x19\x35\x16\x52\x34\x8a\x6a\xa7\xe1\xc5\xf9\x6b\xba\x20\x93\x17\xbb\x06\x72\x5c\x9e\x80\x1a\x0b\x8e\xab\x22\xc7\x68\x2c\x2a\x0f\x84\x39\xc7\x42\x1c\xb8\x78\x02\x6a\x70\x57\xfe\x07\x30\x1f\xd5\x0a\x12\x8e\xc6\x72\xcc\x36\xe0\x26\xcd\xf1\xd0\xd3\x58\xa4\x39\xca\x98\xc6\x72\xcc\x41\xc1\x60\xf2\xe2\x62\x0a\xa7\x5d\xef\x74\x7d\xda\x66\xa7\xeb\x4b\x0c\x76\xba\x56\x79\x25\x2b\x68\x2c\x6a\x12\xc4\x2f\x87\xa9\xcb\x45\x56\xd0\x30\x5b\xb9\x28\x70\x1a\xcb\xa4\xac\x41\x07\xcf\xec\x1a\x0c\xa4\x1f\x52\x84\xc6\x4c\x6a\xe6\x96\xa7\xb1\xbc\xa2\xd3\x58\x90\x77\xfe\xec\x1b\xc7\x04\xe5\x22\xf7\x67\xac\xeb\x04\x1a\xc0\x6c\xd3\x01\x5c\x9d\x8f\x1a\xc7\x6a\xf2\x3e\x91\xcd\x41\x4e\xf2\xf7\x25\x01\x66\xd7\xdf\xa0\xeb\x3e\x7b\x1b\x00\xcd\x36\x7e\xb9\x05\xf8\x62\x86\x3d\x81\xc9\xb1\x76\xdb\xf4\x9f\x31\xcc\xb1\xc6\xfc\x25\xe3\x6a\x5a\x92\x38\x33\x56\x85\x3c\xa1\xc5\x31\xb3\x8a\xb9\xa7\x69\xac\xf3\x94\x7d\x84\x3f\x56\x4f\x19\x97\x36\x8d\x95\xdb\x49\x56\x82\x8e\x63\xd5\x74\x21\xce\x38\x56\x85\x3c\xcf\x48\x8d\xb5\x5c\x06\xe8\x96\xe4\xe3\x0f\x60\x1c\xe5\x3a\xb9\x32\x63\xf5\xc8\x11\x9b\x1c\xde\x4f\x5f\x3b\x74\xbb\x8e\x89\x28\xe3\x28\xf1\x89\x5a\x8e\x55\x9e\x4f\xd0\x71\xac\xc6\x1e\x08\x3a\x0e\xaf\x93\x2f\xf2\x5e\x86\xd7\xc9\xaf\x44\x20\xc7\xca\x2d\xa5\x2b\x41\xc7\xb1\x2a\xf1\xc9\x6e\x19\xab\xb9\x3f\x04\x1d\x07\x77\xcb\x7f\x00\x18\xe8\xde\x21\xef\x65\xac\x97\xf3\x81\x84\xcc\x10\x2e\xea\x86\xc6\xfa\xf8\x33\x0e\xe3\x6a\xb4\x97\x30\xe1\x30\x5d\xb8\x48\x00\x19\xab\xa9\x3b\xc4\x0c\xc7\x3a\x4f\x19\xcc\x62\x95\x95\x12\x19\x1c\x5e\x00\xbf\x12\x0c\x1c\x9b\x3c\x92\xd4\x90\xb1\xad\x73\x9c\x01\xe0\x7c\x38\xc0\x9b\x8a\x28\x69\x1e\xc3\x3b\xdf\x57\xc2\x75\x63\xd3\x7f\x42\xb8\x6e\x6c\xbb\x33\xe5\x00\x6f\xf8\x30\x8b\xf2\xa2\xb1\x99\xfd\x46\xb8\x6e\x6c\xd4\x68\x15\xb5\x46\x63\x6b\xb3\x0d\xe8\x18\x1f\xe3\x4e\xd0\x61\xba\x70\x91\x00\x32\x36\x15\x03\x72\x3e\x86\x17\xc0\xaf\x5c\x03\x3a\x36\xe2\x63\xc5\x73\x55\xc3\x9b\xdd\x8b\xf2\xa2\xb1\xf5\x89\x35\x3f\xf3\x8c\xf2\xf8\xd5\xd8\x74\x41\x72\x93\xd2\xd8\x64\x64\x04\xd8\xc6\xa6\x2b\x83\xac\x8c\x41\x0e\xef\x07\x80\x81\xf6\x11\xb9\x17\x63\x53\x8f\x24\x0e\x37\x36\x19\x19\x89\x18\x63\x1b\xb3\x0d\x5d\x9b\x6a\x40\x84\x6e\x6c\xba\x32\x48\xc4\x18\x24\xf4\x7e\xcb\x66\x07\x97\x00\x3f\xd3\x0a\xe2\x71\xa8\xb1\x19\xc6\x2d\x0e\xf9\x76\xba\x06\x9c\xb7\x4d\x3d\x92\xa8\xde\xd8\xae\xd9\x81\xc0\x2b\x00\x3a\x26\x58\x12\xef\x1b\x9b\xea\x26\xaf\x3e\x8d\xed\x9e\xb8\x09\xfc\x3f\x84\xbd\x49\x0e\xec\x3c\xb2\x66\x39\x8f\x55\xc4\x12\x9c\x3d\x09\x5c\xc4\x5e\xd8\x48\x35\xab\x41\xed\x7f\x50\xe0\x39\xfa\x03\x2f\x91\x99\xb8\x23\xc9\xe9\x14\x7b\x23\x8d\xd6\x7c\xe6\xa2\x80\x16\xa2\x57\x22\xf4\x7d\x23\x3e\x4e\x23\xfb\xaa\x58\xec\x01\xf8\xa6\x11\x5d\x7c\x18\x6f\x8c\xf8\x4a\x0b\x9c\x54\x51\xae\x14\x4b\x8e\x11\x5f\xdb\x76\x99\xa1\xf1\x99\xed\xa2\x16\x1c\x49\x39\x21\x3e\x4d\x23\x79\x3f\x42\x47\x38\xd2\xef\x6b\xc1\xad\x34\x29\x1a\xc4\xdb\x69\x24\xf5\x56\x9d\xf3\x35\x85\xaf\x9e\xc2\x0f\x09\x83\xc3\x36\x85\xaf\x6d\x77\x40\x92\x02\x3f\x14\x86\x23\x45\x2b\xcd\xfe\x70\x4a\x58\xb0\x49\x5d\x17\xaa\xc4\xa1\xad\x70\xc7\xc6\x63\x7c\xb6\xc2\xa0\x3c\x0d\x6d\x85\x3b\x2e\x49\x23\xe9\x07\x05\xca\xd3\x48\xf9\xfb\xe6\x6f\x32\xcc\x91\xf2\xd7\x56\x9a\x07\x84\x5f\xc7\x64\x63\x24\x25\xf2\xbd\x33\x40\xc5\xb6\x16\xda\x5a\xbe\xe6\x31\x40\xdf\x3a\x2f\xb4\xb5\xba\xce\x0b\xcd\xd3\xf3\x19\x70\xa8\x21\x4a\x7b\xc7\x98\x63\x80\xc5\x7e\x7f\x50\x69\xfb\xbe\xa1\x1e\x0d\x2c\x81\x8d\x1a\xa9\x7f\xd9\xa8\x67\x7c\x2d\x60\x22\xbe\x05\xcc\xa2\x4f\xda\x6a\x81\x21\x35\x92\x82\x39\x2c\x3b\x46\x52\xc1\x8b\x72\x73\x24\x39\x66\xcc\x3c\x46\xd2\xf7\x1f\x70\xa8\x21\xc8\x7a\xc7\x7d\x6a\xa4\xe5\x1c\xb3\x9a\x3f\x13\x63\x60\xa3\x46\xda\x5f\x01\xd4\x23\xf7\x8b\x1f\xd4\x48\x1e\xcb\x04\xd9\x1a\xc9\x35\x8b\x2e\x6f\x24\xcf\xe8\xcc\x02\x16\xfc\x3c\xa0\xcb\x1b\xe9\x5b\xcd\x2c\xe0\xa4\xbf\x1f\xea\xbb\x91\x64\x85\x01\x4d\x1d\x58\x08\xdf\x6c\x34\x54\xc3\x19\x10\x9b\x46\xd6\x23\x19\xc4\xa6\x91\xbf\x05\x0c\x13\x96\xbf\xc5\xc8\xd1\x90\x5d\x8c\xa8\xde\x46\x8e\xce\x02\x4c\x58\x76\x2d\x81\xa4\x34\xf2\xb7\x96\x60\xc2\x72\xfa\xb2\xf1\x8f\x1c\x26\x18\x4b\x43\x73\xe1\x8e\x6d\xc9\xc8\xe9\x2b\xe0\x76\x5b\x54\xf3\x80\x86\x6e\xe4\xfc\x35\xc7\x7f\xcc\x06\x0d\x0a\x71\x1e\xd0\xd0\x8d\xec\xfd\x1c\x0d\xdd\xc8\xdf\x42\xea\xfe\xf3\xf8\x0f\x5d\x50\x55\x8a\xea\x6d\x64\x5d\xe8\xd1\x8f\x8d\xcf\x6c\x17\xfd\xd8\xc8\x6e\xa5\x00\x91\x8e\xac\x88\x18\xe3\x94\x91\xdd\x57\x41\x25\x1d\xb9\xb9\x29\x41\x42\x45\x21\x14\xc6\x29\xa3\x7c\x3b\x2e\xb4\x50\xbe\x1d\x97\xe5\x2f\x3a\x72\x00\xe1\x68\x14\x8f\x7b\x8c\x53\x46\x71\xc1\xa2\x94\x1b\xa5\x7f\x5d\x18\xfc\xf8\x2a\xf5\x87\x95\xde\xeb\xf5\x28\xdf\x8e\x0b\x61\x14\x85\xc7\xe8\xee\x46\x99\xdf\x3f\x7c\xe3\xdd\x0d\xeb\x8f\x51\x3c\xee\x31\xf8\x18\x45\x6f\x55\xf4\x70\xa3\x2c\x27\x18\x2a\x11\x2a\x39\x80\x63\x34\x44\x47\xee\x58\x72\x8c\xb2\xed\x02\xcb\xbf\xc8\x61\x62\xd6\x31\x8a\x1e\x45\xa0\x08\x0d\x01\x91\x03\x28\x42\xa3\xa8\x27\x45\xa7\x36\x8a\x42\x50\xac\x25\x86\xe8\xc8\x01\x05\xdb\x28\x3a\x57\x80\x22\x34\x8a\x1b\x33\x28\x42\xa3\x06\xbf\xb9\xf7\xf3\x51\xa3\x5d\xb8\x57\xf2\x51\xf5\x60\x03\x5f\x68\x54\x65\x48\x18\x48\x8c\xea\x05\x1f\x75\xdd\xa8\xde\x82\xb0\x96\x18\x9f\x61\x20\xba\xbb\x51\xe5\x23\x31\x9d\x18\x62\x13\x77\xac\x25\x86\xd8\xc4\x1d\xfb\x86\x51\x5d\x89\x98\x34\x0c\x6d\x01\x3b\x16\x09\xa3\x2a\xff\x46\x91\x37\x04\x1d\x0e\xe3\xaf\xf0\x6e\xa3\x7a\x93\x07\x52\x68\xd4\x6a\xc3\x59\xa6\xd5\x7b\x0c\x90\x42\x43\x00\xe1\x8e\xb1\xc0\xa8\xf2\x9e\xe8\xff\x46\xc5\xbf\xa2\x63\x39\x30\xaa\x8c\x28\xca\xc0\x51\x65\x37\x51\x06\x8e\xfa\xad\xe6\x6e\x01\x2e\x05\x18\x9d\xda\xbf\x6f\x28\x60\x7c\xcd\xa1\xe7\xee\x84\xe0\x0b\x8d\xea\x7e\x57\xd8\x8b\xeb\xb7\xdf\xb1\x32\xab\x92\x23\x20\x85\x46\xf5\xb6\x82\x9b\xd6\xa8\x3a\xea\x0c\x98\xbd\xfa\x2d\x39\x16\x56\xfd\x96\x1c\x5c\x5c\x5d\x2e\x2c\xf6\xe2\xba\x1c\x7b\xf6\xe2\x2a\xef\x89\x36\x71\x54\xf9\x48\x34\xde\x43\x4b\xc3\x8e\x86\x78\xd4\x6f\x61\xb1\x31\x0b\xdf\xdb\x8b\xdd\xf6\x7e\x5e\xec\x0f\xf7\xf3\x88\x06\x72\x54\x65\x4a\x68\x61\x87\x86\x82\x1d\xc5\xeb\xc0\x1c\xf0\x72\x4d\x91\x1f\x76\x1b\x46\xb4\x21\xd0\x8c\xa8\x16\x47\x53\xea\x8d\xd6\x72\x34\xaf\x2e\x78\x2e\x8d\xf6\x2d\x53\x4e\x1d\x01\x77\x3b\x61\xa4\x46\xe3\xc0\x8e\xc0\xf6\x8c\x06\x87\x19\x41\xea\x19\xcd\x1b\x0e\x01\xa6\x46\x8b\x36\x94\xa5\xdd\x14\x82\xa2\xc2\x1c\xcd\x65\x8a\x0a\x73\x34\x5c\xd5\x22\x80\x3e\xa3\xa9\xbb\x23\xda\xd4\x68\x58\x70\x77\xa2\x4d\x8d\x96\xbf\x6f\x28\xcd\x05\x8c\x72\x73\xb4\xfc\xb5\x80\x56\x7b\xc8\xa3\xcf\x1c\x8d\x73\x3c\xfe\x20\x07\xed\x16\x23\xaa\xd2\xd1\x40\x9d\xef\x68\x3a\x87\xb8\xbc\x11\xb8\xd1\x81\x11\xe3\xfd\x41\x43\x71\x4f\xee\x28\x33\x47\x53\x77\x87\xfe\x72\x34\xd0\x06\x22\x88\x40\xa3\xc9\xc9\xa2\xb2\x1c\x5a\x34\x46\x40\x80\x06\x16\x8d\xf7\x07\xf5\x54\x7b\xca\xd9\xd2\xbc\xed\x57\xc7\xad\xda\x53\x87\xaa\x39\xbc\x9c\x2d\xda\x3a\xf6\xea\xe8\x34\xdb\xc6\xd9\xd2\xdc\xa5\xab\xdd\xf6\xea\x5f\xed\x69\xb3\xa7\x9c\x3a\xc2\xf7\xf6\x6a\xb7\xfb\x57\x0f\x45\xbb\xfd\x56\x7b\x3a\x6c\x1b\xa4\x09\x62\x6f\xe8\xe8\x2f\x87\xe6\x8d\x11\xe5\xec\xd0\xbc\x31\xa2\x82\x1d\xcd\x8d\x19\x97\xb1\xd1\xa6\xf5\xc0\x17\xb7\xf9\xb5\x80\x7a\xdc\xb2\xd1\x6c\x0e\x0d\x1f\x23\xca\xd9\xd1\xb8\x7a\x45\x60\x40\x47\xdb\xd6\xc3\x49\xd5\xd4\x1b\x54\x87\x77\x7f\x45\xf3\xcf\x71\x78\x39\x5b\x9a\x7a\xab\xea\xf0\x1e\x67\x9b\xb3\xa5\xb9\x31\x57\xc7\xfa\xfd\xb2\xf1\xcd\xeb\x20\x16\x7f\x7c\xf5\xf0\xcd\x47\x59\xc5\x1f\x56\xea\x20\x62\xe9\x15\x7f\xd5\x1f\x8e\x1b\x47\x77\x57\xd8\x85\xf2\x6f\x74\xf5\x06\x35\xfd\x75\xc3\x04\xbe\x37\x74\x34\x83\xa3\x07\x07\x95\x7b\x73\x0f\x5f\x55\xb7\xb3\xda\x3a\x46\x74\xa0\xa3\x7f\x94\xc6\xf1\xd2\xb1\xef\x8a\x68\x2d\x47\x57\x96\x80\xfe\x6f\xf4\x68\x01\x9c\x35\x5d\xb2\x43\x19\x38\xb4\x8f\x8c\xa8\x30\x47\x47\x65\x1e\x41\xea\x19\x9a\x44\x76\xd4\x84\xa3\x27\x27\x8f\x4d\xa9\x13\xec\x21\x02\xce\x33\x7a\xfe\x0a\xa0\x39\xea\x67\x51\x13\x8e\x9e\xbf\xe6\xd0\x36\xf9\x62\xd4\x77\xa3\x7f\xf4\xc4\x36\xdf\xd5\x92\xe3\xeb\x36\x30\x96\xbc\xff\xd0\x02\x75\xad\x38\xbe\x8d\x5e\x6c\x01\x9b\x5f\xff\x88\x8b\x59\xe9\xc0\xa9\x76\x14\x7b\xa3\x7f\xc4\xc5\x69\xd0\xab\xe4\xc0\x21\xaf\x19\x65\x27\xae\xd6\x10\x4d\xb8\xa3\xe5\x1b\xfd\x5b\xb3\x8e\xf5\x94\x88\xd9\xf3\xfb\xfc\xb2\x51\x9a\xdb\x7c\x75\xe0\x97\xdd\xe6\x00\xe8\xcb\x4a\xd9\x57\xfb\x72\xc5\xb0\xaf\xf6\x65\xab\xd9\x4a\xfb\x72\xdc\xd8\x4a\xfb\xfe\x0a\xa0\x34\x2d\x48\x08\xd9\x35\xfa\xfe\x4a\xf3\xc7\xd7\x05\xc6\x60\x3b\x3a\xc3\x1f\x0e\x2f\xbb\xa7\xe6\x8d\xbd\x3a\xc1\xa8\xb7\x22\xa0\xa2\xa3\xab\x10\x25\x48\xcb\x00\x70\xf7\xfe\x73\x5b\x30\x54\x2a\xe0\x2c\x37\xc6\xb7\xf8\x18\x5e\x6d\x10\x3b\xfa\xb1\x31\x40\x2e\x8c\x40\xf0\x8c\x11\xbe\x6f\xfc\xe1\xb8\x71\x04\x69\x90\x18\x51\x24\x8f\xe1\xd1\x80\x83\xdd\x18\xf1\x2b\x8d\x7f\xbc\xa4\xa1\x39\x1b\xc3\xd3\x00\x45\xf2\x18\xdc\xcb\x22\xba\xe3\x31\x5c\xb0\xe8\x8e\xc7\xc0\x8b\x39\x06\xb6\xab\x81\xd9\x6e\x0c\x6c\x57\xc3\xc5\x87\x1e\x78\x0c\x85\x0f\xe8\xe1\xc6\x40\x2c\x16\xd1\x03\x8f\xa1\x24\x02\x3d\xdc\x00\xbe\xf7\xfe\x43\x3d\xdf\xb2\x64\x44\x87\xcb\x32\xb0\xc1\x0c\x65\x14\xe8\xc7\x86\xa6\x8a\x11\xa0\x9d\xa1\xa9\x62\x04\x95\x74\x68\xca\xd7\xd1\x9c\x8d\xa1\x10\x14\x65\xd9\x18\xe3\xfb\x86\x02\xf0\xff\xed\xf8\xd0\x8d\x81\xb2\x22\xa2\x96\x1e\x58\xfc\xdd\x1f\x7c\xe3\xbe\x8a\x26\x7a\x0c\x40\x23\x3a\xde\x75\x63\x60\xcb\x14\xd1\x44\x8f\xe1\x82\x45\x0f\x37\x80\xe2\xbd\xff\xf0\x63\xd9\x39\xb6\x6c\x31\x75\x3b\x9a\xb3\x31\x5c\xa3\x68\xa2\x87\x30\xba\x9d\x80\x24\x63\x28\x52\x6d\xce\x02\x70\x54\x11\xfc\x9d\x31\xb6\x0d\x65\x47\x12\x53\xb7\xa3\x46\x1b\x60\xea\xde\x7f\x28\xe0\x7c\xa5\xf1\x8d\x9a\xda\xe6\xfc\x1c\x87\x8a\xcd\x5c\xb4\xdd\x8e\x82\x6d\x8c\xc7\x99\x63\x67\x1f\xcf\x57\x1a\x45\x3f\xf6\x27\xff\x4d\x4b\x3e\x86\x02\x5b\xf4\x72\x63\x3c\x5f\x55\xd4\xab\x09\x54\x73\x5d\xbc\x5f\xe9\xd4\x8b\x73\x4f\x44\xc5\x3c\x86\xbb\x36\x4a\xba\x31\x7f\xdf\x37\x89\x1f\x8e\x30\x4b\x01\x90\xde\xfb\x4d\xe3\xc7\x57\xc0\xad\x67\x06\x27\x8f\x7d\x68\xba\x65\xa3\x21\x1e\xe2\xf2\x46\x80\x76\xc6\x94\x87\xc2\x25\x6e\x60\x9d\x78\xff\xa1\x52\x6f\x93\x68\xec\x06\xc6\x85\xf7\x1f\x5a\xe0\x2e\x8d\xfa\x6e\xcc\xe4\xca\x64\x87\x9a\xe9\x2b\xba\xf0\xc3\x6e\xb3\x29\xcd\xec\x37\x2c\x9f\x89\x13\x5b\x47\x49\x37\x66\x76\x5a\x39\x27\xa6\x84\x82\x92\x6e\xcc\xec\x70\x73\x68\x08\xc5\x1b\xc1\xc9\x19\x53\x21\x07\xea\xbb\x21\x2e\x6f\x04\x6e\x74\xcc\xf2\x15\x40\xa5\x12\x4a\x63\xc5\xcc\x62\xdb\x9a\xdf\x38\xbc\x2c\x9f\xa9\x30\x0f\x6f\xbb\x31\xab\xcd\xe1\xd0\x98\xee\xdf\xe8\xee\xc6\xfc\x96\x36\xeb\x62\x7e\x4b\x9b\xbd\x6b\x7e\x4b\x9b\x6b\xc8\x5c\x5f\x36\x0a\x58\x6e\x09\x1c\x34\xd3\x1d\x17\xdd\xf1\x98\x6e\xa5\x20\xe8\x8c\xf9\xad\x66\xb6\xb8\x79\x9c\x39\xb6\xb8\x79\xbe\xd2\x28\xe0\x7c\xd9\xa8\xe7\xf9\xb2\xf1\xcf\x23\x75\xb2\x77\x89\x56\xdb\xd1\xf7\x0d\xd1\x6a\x23\xaa\xdf\x31\x1f\x27\x98\xdd\x06\xb4\xda\xfb\x83\x16\xe0\x9c\xd9\x51\xfe\x0d\x6d\xf6\x22\xaa\xdf\x31\x5f\x87\x97\xa3\x41\x1c\xdb\x88\xb6\x77\x88\x56\x1b\x41\x98\x19\x8b\xf0\x19\x11\xe8\x98\xb1\x7e\xdf\x3f\x37\x1b\xc6\x78\xf7\x47\xe3\xc7\x97\xad\xf3\xa3\xfa\x63\xf0\x63\xda\x82\xc8\x0f\x7a\x8a\x52\x78\x2c\xd9\x74\x34\x8e\x63\xc5\x2f\xdb\x6d\xdb\x4a\x12\x06\x12\xa9\x25\xbf\x00\x86\xca\x58\xc8\x35\x22\xe0\x28\x63\xa9\x46\x43\x31\x39\xc4\x86\x8d\x28\x85\xc7\x92\x11\x00\x0f\x65\xac\xec\xa2\x60\xf9\x2f\x44\x67\x11\xd5\xef\x10\x28\xb6\xab\x30\x5c\xe5\x2b\x80\xd2\x64\x04\xd4\x11\x2e\x4f\x78\xc0\x51\xc6\xaa\x5f\x69\x14\xc0\x1d\x31\x82\x94\x32\x30\x70\xbb\x3f\x68\x28\x2a\x89\x88\xde\x77\x60\xb9\x76\xbf\xa1\xe8\x61\x36\xb6\xdf\xa5\x54\x58\xed\x21\xa0\xaf\xf7\x1f\x2a\x1d\x5f\x3d\x14\xed\xb2\x44\x09\x3c\x96\x3c\xae\x6a\xc1\x25\xf3\x80\x46\x78\xac\x69\x3d\x50\xd6\x72\x8d\xa2\x11\x1e\x4b\x1e\x17\x8d\xf0\x58\xae\x51\x94\xc0\x43\x00\xd7\xae\x2a\x71\x6d\xeb\x81\x30\x04\x70\x8d\xe0\x6e\x8e\xa5\x59\xa8\x4a\x46\x01\x5c\x63\xcc\x7f\x0b\x51\x31\x96\x9b\x2e\x1a\xe2\x21\x86\x6b\x57\x1d\xb9\x54\x84\xa9\x81\x14\x9c\x35\xa2\x3b\x1e\xfb\xe7\x44\xc0\x47\xee\xdf\xd7\xa2\xce\x8f\xed\x8f\xc1\x0f\x37\x0b\x08\x7f\xcb\x3f\xa8\xa8\x14\x8f\xb5\xab\x8e\xdc\xc1\x89\x80\x6a\xb6\x2a\x32\xd5\x91\x3b\xda\x3f\x68\x63\xc7\xef\x1f\x8a\x4e\x8e\x16\xeb\x6f\x7b\x4d\x24\x9e\xcd\xd8\x6e\x8b\xe0\xa3\x8c\x2d\xbf\x8a\xa7\xe6\xd8\x6e\x8b\x2a\x92\xb7\x6a\x5c\x55\x98\x5b\x5e\x80\x40\x35\x63\x67\x29\x80\x2d\x7b\x7f\x1b\x19\xfb\xc3\xf6\xc6\x16\x59\x8c\xbb\xda\xea\xea\x3f\x8e\x0e\x4b\x4e\x03\xbe\x08\x4e\xc9\xd8\xcd\x89\x60\xf9\xec\x6f\x7f\x60\x83\xd9\xee\x0f\x20\x7f\x0e\xb1\x47\xbb\x9a\xce\xfd\x7c\xcd\xe1\x1b\x6f\x1e\xb8\x6d\x0e\xa1\x43\x23\x00\xa1\xe3\x68\xe6\x81\xa7\xe6\x38\xdf\xc0\x33\x73\xe7\xa3\x75\x66\x4e\xb4\xd0\xa8\x2e\x1c\x7b\xb5\xfb\x4d\xe4\x87\x3d\x65\xac\x8f\x97\x75\xd5\xdf\x27\xfa\x0d\x23\x7a\xe2\xd7\x02\x8a\x96\x57\x6b\xec\x50\x27\xd9\x05\xc6\xed\x7c\x63\xcd\x76\x75\x3c\x5b\xc0\x1c\x19\xc7\x4b\x34\x41\x74\xc6\xd1\xe6\x83\x20\x3a\xe3\xc8\x36\x81\x2c\x32\xce\x47\xc4\xf6\xb4\x4a\x1b\x76\x4e\x5d\x24\x8e\xa3\xe3\xa8\xe4\xc6\x71\x74\x60\x07\x77\xb3\xd1\x9c\x6f\xac\x6d\x41\xb3\x68\x2b\xed\x36\xc7\x4a\x09\x47\x13\x55\xb3\x1f\xcc\xc6\xa3\xca\xf4\x23\xdf\x95\xe0\xc8\x0e\x52\x9f\x98\x60\xb5\x80\xf4\xbc\x95\xfa\xcf\xf6\x1f\x2a\xf5\x3a\xa0\xe6\xf6\xe0\xc6\xd4\xbb\xff\x00\xc9\x15\xd5\xc6\x1f\x84\xe1\x31\xb1\xfd\x1e\x99\x7e\x15\xf0\x67\x7f\xdf\x90\x0d\x0f\xbd\x08\xb2\xc8\x38\x88\x13\x23\xc8\x22\x03\xb0\xcf\xfb\x83\xa2\x01\x6e\xe9\x78\xb8\x8e\xe3\x7d\x16\xfc\x90\x21\x8a\x67\x04\x3f\x64\x9c\xf7\x1b\x2a\xba\xfd\x5a\x1a\x3b\xee\xf1\x04\x51\x4f\x7f\x5e\x9b\x03\x63\xf3\xfc\x6c\x01\xdb\xef\xf3\xfb\xfe\xb9\xa5\x3d\x2e\x24\x95\xf6\x8f\x87\x06\xee\xae\xe3\x33\x70\xc3\xc3\x75\x3c\x2a\x2b\x70\x6a\x1d\x8f\xf3\x03\x30\xc8\x10\xb4\xb2\xe3\xc7\x3a\x1e\xa5\x72\xb8\xae\x8e\x47\xb1\xb2\xfa\xe5\xc7\x5d\x5a\x45\x3f\x08\x96\xf7\x07\xdf\x38\x8d\x2a\xfa\x81\xa2\xbc\x3f\xee\x88\x3e\xc3\x99\x63\x2b\x7d\x86\xa3\x13\xfc\x01\x35\xaa\xc1\x7f\x64\xb9\x55\x43\x6b\x1d\x16\xd5\xe0\x3f\x6e\xe6\xfd\xaf\x41\xd0\xc6\xf3\xad\x0b\x76\xe0\x47\x7e\x5c\x7d\xf3\x33\x6d\x11\x5b\xe9\xa3\x64\x4f\xad\xf2\xb3\x1c\x6e\x76\xcf\x47\x2b\x48\x55\xcc\xcf\xb7\x14\xd8\x4a\x1f\x95\x24\xaa\x98\x9f\xed\x70\xb3\xaf\x3e\xdb\x25\xc7\xbe\xfa\xa8\x3e\xe9\x0e\xaa\xf6\x42\xb8\xb2\x8e\xe7\x5b\x24\x1c\xe5\x8f\x1c\x0c\x7e\xad\xe3\x39\xae\x73\x8e\xf2\xe7\xd8\x1c\x8e\xf2\x47\xfd\x8b\xfa\xe6\xe7\x71\xec\x8b\x3f\x6c\x01\x5b\xe9\xf3\x7c\xa5\xf1\x43\xd6\x04\x88\x8d\xf1\xbc\x5f\x0b\x68\xf5\xb7\x96\xd8\xef\xde\x9f\xa5\xb1\xc5\xbd\xf2\x29\xea\xe9\xdf\x9f\x83\xc8\x39\xf8\xea\x41\xa0\x8e\xfa\x95\x69\x01\x9f\x62\xbc\x5e\x2d\xd5\x51\xbf\xe1\xfb\x26\xf3\xc3\x85\xc5\xae\xf6\x06\x29\x80\xb3\xe5\xf5\x6a\xa9\x2a\xfb\x8d\x56\xca\x41\x83\xc1\xdb\x3d\x88\xa9\x27\x59\x1a\x47\xc3\x67\xe3\xa6\xc6\xfb\xf5\x9c\x00\x1d\x62\xbc\xf9\x6b\x1b\x45\x6b\x4a\xa1\x92\xfb\x2d\xb6\xa0\xfb\xc3\xe5\xc3\x64\xbd\x9e\x13\xa9\xfb\xc3\xc9\x62\xe6\x44\x18\x8d\xa9\xfb\xc3\x65\xca\xb9\xf7\xba\xdf\xa5\xe1\x0f\x89\x8b\x73\xef\xad\xee\x1c\xc3\x1f\xee\x84\x4c\x30\xd8\xa3\xf7\x1f\x7f\x58\x34\xbb\xb4\xd8\xa3\x1d\x6f\xd5\xf1\x2a\xcc\xc3\x41\x75\x80\x16\x7a\xb3\xf1\x43\x13\x7d\xe2\x1a\x0d\xa0\x43\xef\x3f\xf4\x47\x3b\x1e\xe2\x1a\x8d\x77\x7c\x95\xfa\x8f\x6b\x87\xdb\xf1\x3b\xed\x29\x17\x62\x4d\xec\xa2\xd6\x05\xef\x2c\xfe\x08\xff\xfa\x33\xf7\x37\xdb\xbc\xee\xff\xfc\x3b\xe1\x07\x30\xf7\xbd\x0f\x65\xcc\xd9\xe7\x06\xee\xf7\x7b\x0d\x24\x17\xde\x23\xd9\x4d\x7f\x6e\x7a\xa1\x98\x64\xba\xef\x8d\xf4\xca\xfb\xa5\x93\x42\xf6\xf4\x92\x85\x64\xcc\x16\xfd\x32\x07\x92\x1b\xef\xf3\x7e\xf9\x65\xb9\xc3\x7c\xc7\x68\xe2\x10\x90\x10\x8c\xcd\x8d\x13\x63\xa1\x2d\x98\x2e\x5a\x0d\x9c\x68\xa1\x0c\xc4\x00\xf7\xe6\x37\xc1\x78\x4f\x88\xcd\xa6\x10\xef\x97\x3e\x26\xc8\xed\x19\xab\xdc\x89\xa5\x7f\x42\x98\x36\x37\xac\xa9\x5d\xbb\x7b\x66\x42\x92\x36\xf7\x9d\xc8\x8c\xdd\xee\xdc\x77\xc7\x4c\x08\xd5\xe6\x06\xd7\xa3\xf2\xda\x1b\xc9\x94\xd8\xef\x20\x22\x10\x98\x1b\xc6\xb5\xd1\x96\x61\x45\x94\xc2\xcc\x36\xda\x72\xf7\xbc\x8c\x0d\xec\x04\xb5\x3d\xfd\xcc\x3e\x2b\xe9\x7f\x13\x48\x4e\x00\xdd\xd3\xcf\xc2\x2e\x9b\x9b\xb9\x6a\xcf\xcd\x99\xd8\x29\x6b\x31\xc2\x9d\xe4\xc5\x90\x74\x86\x72\x4d\xb2\xd3\xa4\xbb\x07\x26\x84\x7d\x73\xb3\x05\xda\xdf\xfd\x23\x0b\xc5\xc0\x10\x0f\x5f\x99\xed\x4e\x1f\xef\x1e\x99\xb9\x02\xcf\x8d\x60\x62\xf8\x4a\x67\x3a\x23\xb8\xfb\x7d\xa7\xfe\xbd\x48\xa6\xbf\x9b\x69\xa5\x29\xc7\x66\x31\x80\x87\x2f\x69\xc9\x61\x14\xb2\x59\x18\xfa\x4e\xb3\x1e\x27\x96\x57\x93\x69\xd6\x33\xff\xf3\x6f\x50\xc4\xe6\x7e\xac\x87\xa6\x3c\xb7\x9e\x40\x21\xf7\xa6\x97\x9b\xeb\xf1\xa1\xcb\x83\xec\x77\xff\xcc\xcd\x05\x79\xcf\xe5\xe4\x8c\xdc\x9d\x34\x37\x17\xe1\xcb\x40\x0f\x8a\x79\x99\x63\x57\xe1\x7b\x1b\x10\x6e\xfd\x40\xcc\x63\x91\x37\x61\x0c\x13\x22\xc5\x79\x2e\xb5\x71\xcc\xcf\xf3\x2b\xf7\xc3\xcb\xca\xce\xf3\xab\x37\x39\xf1\xca\x2a\x60\xdd\x9f\x4b\x84\x9c\xcf\xf3\x04\xfa\x76\xd9\xa7\x09\xac\x3c\xa8\x5d\x13\x36\x31\x21\x94\x9c\xe7\x92\x29\x90\x5d\xf3\x40\xa6\xf0\xf3\xf3\x40\xa6\x89\xb2\x23\x83\xcf\x74\x9e\x78\x0b\x4c\x34\x2a\x32\xf9\xdd\x2f\x19\x2c\xa6\x16\x5c\x7a\x8e\xed\x09\x03\x99\x90\x5d\xce\x73\xe9\x98\x33\x7b\x9e\xc4\x18\x0e\x0a\xbf\x5b\x73\x02\x3a\x7c\x9e\xcc\x64\x99\xfd\x72\xf3\x18\xdc\xcd\x73\x6f\x99\x89\x80\x4b\x13\x68\x7b\x4c\xef\x26\x58\xf6\x9c\xcc\x13\x76\x34\x11\x85\x69\x9e\x4b\xd3\x1c\xcb\xf3\xdc\xfd\x3c\x11\x8f\x69\x9e\x4b\xdf\x9c\xc9\xf3\xd4\x3b\x55\x18\xbb\x4d\xc0\xed\x81\xc6\x9a\xf8\x7a\xe4\xee\x3c\x5c\x5a\x07\x74\x7c\xe2\xce\xc1\xb9\x3a\x61\x4d\x33\xe0\x13\xf3\x34\x1b\x65\xfa\x1d\xfc\xee\x18\x5e\xbe\x07\xd0\xa9\x79\x2e\xd7\x93\xbb\x63\xd8\x2b\xd9\x69\x6d\xa7\x98\x44\x13\xfb\x1d\x95\x4a\x9d\x97\xfb\x49\x08\x60\x27\xbe\x1c\x9c\xab\x13\x76\x36\x73\x0c\xcd\x33\x16\x59\x48\xbf\x4c\x0b\x68\x50\xf3\x40\xf6\xf8\xf3\x4c\x3c\x3a\x12\xee\x3c\xf3\xac\x3b\x9e\xdd\x45\xb1\x58\x64\x81\xf7\xcd\xa7\xf4\x7f\x33\x44\x8e\x05\x44\xc6\xe6\x71\xee\x05\x35\xf7\x2f\x0b\x34\xe1\xb8\x1c\x86\x0e\xb2\x85\x97\xe5\xb0\x9d\x07\xe2\xc3\x9d\x67\x1e\x88\xcf\x55\x71\x6e\xe7\xbe\xcc\xe7\xe6\x60\x63\x39\x97\x23\xe1\x2c\x9e\x07\x32\xec\x7f\x83\x47\x9b\x38\x79\xa4\x20\x61\x5c\xaa\xcb\xc3\xe5\xf0\x30\x66\x52\xc6\xfb\x23\xdd\x77\x16\x84\xa4\xf1\xde\x56\x40\xa4\xf0\xc8\x79\x38\x38\x2f\x0b\x2f\xd2\x8c\xcb\xe2\x70\x1c\x4f\x1c\x40\x32\xd6\x2a\x13\x5c\x7b\x8e\xc5\xf9\xdc\x43\x2e\x63\xaa\x32\x9f\x7b\x09\xe6\x80\x9c\xcf\xcf\x42\x1a\xef\xef\x7f\xfe\xcd\x51\x39\x9f\x40\x53\x18\xec\x27\x5c\xa2\xa2\xb5\xcf\xbd\xc4\x25\xd0\xda\x27\xac\x77\x42\x6c\x3c\x1f\x4e\x4d\x96\xd2\x03\x91\x22\x33\x9e\xe0\xe5\x27\x44\xc6\xf3\xb9\x37\xb6\x3c\xfc\x34\x32\x67\x10\xe1\x73\x69\x33\x0f\x8b\xb9\xb4\x89\x51\xde\xc4\xd7\x04\x5b\xbb\x09\x1a\x7e\x42\x54\x3c\xf1\x2d\x01\x25\x69\x82\x8b\x9f\x71\xc5\x9e\x4f\xb2\x52\x9a\x9b\x23\xe9\x14\x9e\xad\x88\xde\x65\x2a\x82\xdc\x9e\x6c\x91\x14\xcf\x81\x1b\x7c\x65\x75\x42\xf9\xf8\x9d\x64\x2c\x4c\x26\x70\xfa\x58\xcd\xcd\xa7\xb0\x33\x5a\xeb\x25\x54\x50\x8d\x26\x8e\x29\x19\xd3\x90\xf9\x94\xdb\x53\xa6\x05\xb4\xfd\x8c\xe3\xf5\x7c\xa0\x4e\xfc\xae\xe7\x73\xa9\x33\x3b\x46\x95\xc5\xc9\x3e\xf1\x54\xba\xc4\x09\xfd\x5c\xae\x0a\xfb\xb5\xf9\x34\xeb\xa4\xc4\x06\x19\xda\x0b\xa8\x19\x33\x8f\xf9\x34\x66\x1d\x16\x02\x57\x96\x14\x6c\x3a\xa4\x4a\x38\xa7\xf9\x74\xd6\x60\x36\x0f\x5d\x85\x28\xb9\x9b\xa4\x60\xe3\x07\xa3\xc4\xe1\x84\xdf\x4a\x02\x1f\x7e\x3e\x97\xab\xca\x16\x79\xe9\x36\x5b\xca\x62\x0d\xb0\xcd\x70\x6b\x28\xa8\xa8\x27\x6e\x29\xd9\xe4\x7b\x64\x96\x9f\xe3\x7b\xc9\x16\x93\xb3\xf9\xec\xe7\x26\x47\x0a\x3c\xac\x2a\x76\xa8\xe7\xd2\x24\x06\x62\x93\x5b\x44\xf9\xb9\x34\x2f\x4d\x66\x07\xe6\x30\x60\x8e\xe9\x59\x37\x8b\x03\x79\x69\x15\x63\xb0\xc9\xbd\x00\xeb\xaf\xf9\x3c\xf6\x81\x02\xef\xd9\x58\x7e\xce\xdd\x3d\x1c\x73\xa5\x4a\xcf\x46\x0b\xe7\x70\x84\xa1\x79\xa4\x40\xce\x29\xae\x13\xd9\x81\x7e\xe9\x32\xcc\x22\x2e\x32\xd9\x31\x7f\x19\x4f\xab\x7f\x69\xc9\xad\xf2\xbd\x07\x5c\xc1\x2d\x75\xbe\x3f\x0e\x8d\x9b\x83\x0b\x05\xb6\x5d\x93\x4b\x43\x42\x48\x3e\xdf\x68\xd9\xb7\x1e\x9c\x5f\xb0\xde\x9a\x6f\xb2\x25\x14\x92\xca\x2d\x90\xcd\x80\xb8\x05\x29\x58\xd1\x65\x38\x8b\x47\x33\x51\x0b\x12\x32\xf4\xc9\x2d\x22\x21\x35\x9f\x5c\x22\xca\xef\xaf\x21\x62\xe7\x7b\xd9\x54\xec\xb6\x26\xce\x35\xc5\xf3\xf7\xcd\x4c\x08\x87\xee\x9b\x0b\x3b\x33\xaf\xf4\x91\xd3\xf5\x95\xe0\x60\x53\x09\x84\x80\xe9\xd4\x7c\x33\xbb\x9c\x7d\x2f\xee\x72\xbc\xde\x09\xf1\x34\x78\x8b\x0d\xa5\xa2\xca\x22\xe4\x95\x23\x88\x1d\xec\x75\x59\xc3\xc3\xbd\x1d\x62\xe2\x43\x18\x4f\x3c\xad\x26\xe1\x09\xb0\xaf\x9a\xef\x88\xb7\x6c\x56\x2c\x37\x07\x90\x71\x26\xf7\x06\x0c\xa8\x26\x17\x85\x84\x98\x7d\x12\x3b\x20\x05\x1b\xbb\xc8\x42\x77\x16\xed\xb6\xb1\x9b\x91\xa0\x25\x9b\x96\x38\xd8\x9b\x3e\x70\x46\xbc\x97\xb3\xc3\x36\x6a\x12\x31\xa0\x7c\x85\xb3\x90\xd9\x4b\x71\x9e\x49\x88\xdc\xe7\x7b\xef\xc2\x58\x38\x4d\x62\x05\x24\x84\xef\xf3\x3d\x7e\x79\x5f\x9f\x3b\xb2\xd1\xfe\x3c\x74\xd3\xc1\xbf\xcb\x11\xb4\x96\x89\x63\x4c\x0a\x0e\xfe\x5d\x8e\x40\xb5\xac\xdf\xbd\xd8\x16\xe0\xc4\x17\xc8\xff\x09\xcf\xab\x05\xf0\x3f\xc8\x2c\xeb\xf7\xb3\x29\x83\xf7\x5b\x67\x34\xc7\x3d\x1b\xa8\x73\x81\xff\x0f\x40\xcb\xfa\xdd\x5b\x6f\x42\xa0\xbf\x88\x04\x00\x3a\xcb\x02\xe0\xbf\x80\xdf\xbd\x7e\xf0\x64\x20\xc4\xaf\x5f\xe4\xcb\x44\x45\x97\x29\x4b\x80\xc5\x2f\x90\xfe\x41\x6c\x59\xe0\xfc\x27\xc0\xe1\x17\xc8\xfe\x18\x5d\x2d\xbc\x5c\xb0\xb2\x5a\x80\xf2\x03\xbb\xb2\x70\x6a\x29\xc8\x25\x17\xf0\xfc\x00\xb0\xac\x1f\x1b\x36\xca\x84\xf5\xbb\xcb\x0d\xf4\x95\xf5\xcb\xf6\xc1\xdc\xb7\x85\x99\x76\x17\x86\xb3\x51\xfb\xe5\xac\x40\xc9\x5e\x78\xc2\x14\x04\x93\x0b\x47\x18\xf0\xb2\x17\x20\xfe\x05\x11\xe5\xc2\x25\x26\xa1\x9a\x58\xbf\xc2\x58\x35\xf3\x9c\x9b\x9d\xea\x0b\x23\xd1\x7c\x67\x24\x02\x6d\xb9\x17\xef\x92\x69\x4a\x65\x20\x02\x6d\xb9\xa7\x01\x58\x2a\xeb\x57\x29\x3c\x50\x3f\x5b\x3d\xd0\xf1\xeb\xd7\x98\xab\x41\x76\x2e\x63\xf8\xbb\xad\xdf\x25\x09\x20\x55\xd6\xaf\x9b\x9d\x4a\x2f\x49\x94\x42\xe7\xba\x25\x52\xe9\xbd\x5c\x97\xe4\x58\x0c\x4b\xa1\x56\x38\x31\x54\x22\xeb\x07\x51\x54\x4a\x9c\xe9\x66\xb7\xa2\x29\xd3\x4e\x03\xe6\xe4\x9d\x3c\x0b\x1e\x3f\x52\xd5\xbd\x58\x15\xc7\x0e\x1a\x8a\xae\xbf\x75\xc7\xb4\x51\xe9\xae\x4c\x39\xa5\xdc\x5d\x3f\xa1\x46\x59\xbf\xfd\x92\x4e\x4d\x50\x48\x27\xfb\x13\x59\x0a\x7f\x33\x74\x5e\xbf\xe7\xb6\x74\xd0\x88\x87\x05\xe9\x68\x3e\x97\xd6\x07\x8d\x78\xb8\x5d\x44\x6a\xe0\x1c\x88\xae\xfc\xbb\xe1\x63\x28\xb6\xc2\x8f\x85\xc7\x92\x08\x3f\xa6\x07\x2a\x00\xb6\x3f\xa1\x94\x59\x81\x1d\x1a\x9d\xcc\x0a\x81\xb5\xd7\xf9\x36\xd0\x19\x3a\x16\x02\x9d\xb9\xfb\xe1\x0a\x77\x8d\x63\xf4\xb4\x42\xa2\xef\x90\x1e\xd0\xfb\x98\x18\xad\x80\x18\x40\xaa\x09\x97\x5d\x29\xb0\x57\x2b\x64\xa6\x13\xaa\x09\x77\xb3\xc5\x6c\x68\x05\x57\x39\x84\x80\xe7\x4c\xc1\xd5\x60\x85\x62\x76\x1a\x79\x17\x31\x10\x03\x2b\xdc\x05\x0a\xa6\xc0\x0a\x05\x42\xc8\xbc\xdf\x85\x08\x86\xc0\x0a\x15\x9a\x88\xbe\xd3\x16\x16\x68\x68\xac\x55\x2b\x6d\xe1\x66\xf7\x95\x02\xcd\xc1\x82\xb7\x9e\x3e\x79\x27\xfd\xae\x38\xf0\xaa\x57\xe8\xd0\xa1\xad\xea\xe7\x26\x53\x48\x67\xb4\x58\x9f\x40\xf8\x17\x42\x77\x2c\x9c\x68\x12\x42\x8e\x15\x5c\x9f\x85\xfc\x97\x11\xa9\xc5\x2c\xf4\xbf\x30\x5c\x77\xa9\x62\xeb\xb3\x82\xcb\xb3\x30\x5a\xf7\x02\x81\x39\xcf\x0a\xb3\x42\xd9\xbe\x33\x75\x85\x26\x4e\x0a\xa4\xfe\xc9\x62\x28\x34\xf1\x2e\xe6\x6a\xf5\x08\x06\x50\xb2\xac\x70\x17\x70\x02\x69\x7e\x85\xcb\xb6\x54\x5b\x75\xc8\x4d\x79\xdc\x1e\x90\x95\xac\x70\xc8\x41\x79\x87\xb1\x65\x01\x02\xd3\x5f\xcd\xc1\x95\x01\x35\xcd\x0a\xcf\x1d\xda\xef\x95\x25\x5a\xc9\xfd\xb0\x25\xb1\x21\x83\xcf\x8f\x10\x68\x05\x6e\x08\x08\x59\x56\xb8\x37\x04\xac\x6f\x56\x78\xef\xe8\x83\x61\xb6\xc2\x65\x3e\xf0\xa1\x5f\xe1\xf2\x1e\x85\x33\x68\x85\x7b\x59\xc0\xd4\x66\xc5\xdf\xed\x3c\x64\x0a\x58\x7f\x42\x13\xb4\xa2\xbb\x3a\x05\x02\xd5\x5f\x3c\x1b\x70\xd7\xc1\x6f\x7d\x01\xda\x5f\x3c\x1b\xe2\xbd\x8c\x63\x87\xb3\x22\x84\xe0\xd9\x10\x03\xf3\x53\xcd\x42\xfd\xc9\x4f\x6f\xfd\x97\x8d\x58\x51\x5a\xa9\x66\x7f\xc9\x42\x31\xf7\x9c\xa8\xf7\xf0\x5c\xd1\x63\x82\x5e\xc4\xc8\x4c\xd8\xf4\x74\x57\x3c\xa8\x58\x8b\x38\x01\xc9\xbd\x17\x27\x20\xec\x80\x16\x2e\x40\xc9\xbd\x37\xde\xf3\x03\x8b\xa0\x45\xb8\x80\x84\xec\x69\x11\x2d\x20\x21\x70\x5a\x91\x23\xa1\x30\xb7\xe0\xfc\x63\x26\xb4\x40\xf9\x4f\xa0\xd0\xaf\x08\x0d\x7d\xaf\x8c\x3f\x9b\x53\x84\x86\xbe\x57\x06\xe0\xaf\xf6\xc5\x2b\xba\xbd\x77\x6a\xae\x8c\x8e\x03\x5b\x69\xdd\xf0\x9d\x16\x39\xb2\x12\x24\xdb\x3e\x31\x00\x12\x80\xf5\x2b\x76\xe6\x67\xd0\x26\x78\x1e\x82\xe0\xad\x08\xcf\x83\xd9\xea\x8a\xfd\x4e\x90\x59\x46\xfe\xcf\xbf\x31\xf7\x59\xf1\xd2\x4f\xc1\x10\x74\xe1\x0f\x94\xd0\x40\xad\x38\xef\xc8\x02\x3c\xb3\xe2\xdd\xf7\x9b\x59\x2e\x5d\x15\x8c\x3b\x57\x9c\x36\x92\xf4\x4b\x29\xf8\xad\x2f\x1c\x89\x52\xb4\xce\x4b\x35\x48\xef\x56\xbc\x9c\x13\x86\x37\x2b\x2e\x3f\xa4\xd7\xeb\xe1\x78\x31\xfd\xbd\x59\x28\x6f\x23\xb7\xb1\x89\x97\xa3\xc2\x16\x67\xe1\x70\x84\x45\xcc\xc2\xc3\x28\x21\x1e\x5b\x38\x18\x61\xe7\xb2\xe2\xbd\x01\x14\xec\x0f\x17\x11\x02\x9a\x8b\x16\xc6\x09\x8c\x92\x85\x9f\x51\x41\x8c\xbb\x08\x15\xd0\x5c\x91\x97\xf2\x4a\x75\x2d\xdd\x83\xa6\xb9\x0a\xef\x51\x92\xd0\x9d\xad\x08\x15\xba\x95\xc5\x7b\x8f\xc0\xae\x64\xc5\xd7\xc6\xfa\x6e\x29\x54\xfa\x22\x65\xfa\xd1\xb7\xb7\xf2\x6e\x3a\xb2\x2a\x8e\xdd\x78\xe9\x10\xa3\x8d\x15\xb9\xb3\xa3\x64\x5b\x04\x1d\xc0\x2e\x63\xe1\xae\x84\xe8\x6d\xa5\x5f\x43\xc8\x65\xf2\xad\x9f\xbd\x29\x05\xe6\x8a\x2d\x06\x77\xa4\x84\x34\x6f\xa5\x4b\x6f\xb8\x38\xaf\x74\xc9\x2d\xa1\xa6\x5b\xe9\xd2\x15\xb6\x0b\x0b\xaf\xa4\x84\xc2\x6e\xe1\x87\x94\xd0\xd7\xad\x14\x99\x15\xf8\x1b\xe2\x12\xa4\xc4\xb4\x24\x78\x31\x80\x2e\x16\x21\x0a\x30\x74\x58\x49\xa1\x18\x53\x44\xb0\x82\x44\x5c\xc0\x85\x8b\x51\xc2\x21\x77\xe1\x47\x54\xb0\xe3\x5a\xe9\x12\x16\x16\x0a\x2b\x41\x58\x08\x05\x57\x82\xab\x02\xe0\x7c\x25\xb8\xa7\x66\x57\x2b\x63\xc7\xf1\x98\x6a\xfb\xcf\xbf\x51\xf1\xaf\x54\xa9\x15\x56\x23\xd5\x71\x93\x69\x2f\x97\x66\x94\x83\x2b\x5d\xfa\x6a\x36\x17\xf2\x72\x2d\xa6\x6a\xbb\x78\xbf\x9c\x14\x0a\xf7\x45\xfc\x83\x84\xf2\x70\xa5\x4b\x5d\x88\xff\x16\xf1\x0e\x8a\xeb\x28\x75\x9b\xe2\xbb\x15\xd1\xa3\x7b\xc6\x15\x57\x0c\x9e\x4c\x20\x22\xaf\xd4\xad\x88\x1e\xc1\x6c\x61\xd7\xb4\x12\xd2\x30\xa4\x98\x2b\xdd\x43\x0e\x30\xe4\x95\x10\x82\xcb\x0e\xe1\x02\x85\x16\x7d\x11\x3c\x21\x25\xbf\x1c\x94\x92\xcd\x62\x29\x74\xe3\x9e\x60\x08\x1d\x57\xe2\x04\x93\x79\x4a\xf3\xb6\x85\x03\x07\x5f\xa7\x84\x37\xf1\x4a\x8b\x91\xe6\x34\xc3\xed\x29\xa5\xfc\x37\x50\xea\x95\xb8\xfb\x7c\xeb\x09\x12\x4e\x36\x63\x53\x35\xe5\x6e\x66\x8d\x7d\x3a\x5d\x7e\x0e\x15\xf8\x4a\x9b\x86\x42\x37\xe9\x9e\x92\x28\xc3\x17\x81\x17\x12\x42\xce\x45\xa8\x85\x82\x21\xc7\x4a\xa7\xdd\x2c\xe6\x86\x57\x74\xbe\xcf\xb8\xc9\xe6\x66\xe8\xe1\xc5\xd3\xa5\x72\x34\xcb\x8b\xa8\x0c\x09\x39\xe8\x4a\xe7\xdc\x64\x5e\x1f\xaa\x64\x42\x1e\x76\x0d\x09\xeb\x72\x86\xdd\xd5\x76\x89\xb9\xbb\xd8\x5e\x66\x9b\xed\x3d\x5d\x42\x45\x65\xbc\x32\xb2\x6b\x54\x8b\x2b\xff\xee\x1c\x58\x25\xee\x57\x68\x88\x57\x96\xf4\x18\x9f\x1c\xf8\xb2\xf0\x4a\xe7\xa1\xb7\x7c\x49\x0f\xad\xf1\xca\x92\x1e\xf4\x83\x73\x56\xc1\xd5\x77\xe5\x7b\x74\xa1\x9f\x5d\x78\x66\x25\xdc\x8e\x57\x96\xc4\x38\xe9\x09\xc9\x50\x50\x18\xae\xcc\xa5\x1a\xbd\xe4\xca\xdc\x89\x50\x0a\x2e\x22\x35\x24\x60\xf7\x57\xe6\x86\x8d\x34\x75\xe5\x42\xf1\x14\x23\xe9\x31\xe4\xc4\x61\xc0\x3b\x78\xe1\x9a\x95\xd0\x5a\xae\x5c\xef\x60\xa0\x48\x5b\xc4\x60\x40\x6d\xbb\x32\x17\x14\xdc\x58\x57\xae\xe5\x26\x53\xb6\x94\x07\x15\xe6\x4b\x79\xa5\xdb\xbd\x4b\x7a\x48\x8a\x57\x96\xf2\xa0\xc8\x8c\xec\x19\x49\xed\xc2\x69\xab\x74\x3f\x45\xc8\x8c\x90\x75\xe5\x7b\x9f\xc1\xe9\x78\x65\xae\xf8\x08\x5c\x57\xbe\xe7\x1a\x1a\xe0\x95\x3b\xbd\xe8\x66\x61\xfe\x39\xe0\xb3\x44\x03\x19\x12\x95\x01\x91\xf4\xca\x83\xa1\x86\x50\xf2\xb8\x4b\x04\x82\xc8\xf7\x5c\x03\x74\x78\x65\xe4\xcd\xc8\x4b\x17\xa1\x19\xc0\x11\x5e\x79\x32\x2c\x1c\xb7\xf9\x52\x15\xea\xdf\x45\x20\x86\x94\x2c\x6f\xdd\xa1\x80\x26\xf2\xba\x53\x34\x5c\x3a\xf7\x2c\x03\x24\x78\x11\x8f\x21\xa1\xcc\x5c\x44\x60\x40\x4f\xbb\xf2\xa5\x20\xb4\xb4\x2b\x43\x1e\x70\xdc\xd9\x13\x8e\xbb\x48\xbe\x27\x5c\xc1\xdf\x6e\x65\xc9\x86\x63\x3a\x73\x39\x1a\xce\xca\xa1\x7a\x1a\xcb\x8a\x87\xcd\xcd\x8f\x0a\x0b\x0a\x7f\x1e\xee\x3f\x94\x78\x59\x47\x1c\x89\x57\xbe\xe7\x57\x19\x36\xe5\x9e\x5f\xdd\x35\xfc\xde\x56\xb9\x6e\x51\xe2\x78\x57\x21\xb8\xc2\x37\xb1\x48\x96\x11\x16\x2f\x22\x2b\x74\xd6\x6a\xb9\x17\xa4\x32\xbe\xf7\x85\x62\x24\xf2\xce\xdd\x8a\x35\x5c\x10\x25\x00\xd3\xbf\x0a\x34\xc4\x71\x40\x40\x84\x82\x87\xd4\x2a\x91\xec\xcc\x6c\x89\x66\xff\x9b\x78\x6a\x95\x7b\x72\x21\xda\x5f\x84\x50\x48\x88\x8c\x57\x49\x5c\x08\xbb\xef\x77\xe0\xd9\xf1\x09\x9f\x90\xf0\xd4\x5e\x85\xcb\x16\xde\x50\x8b\xa8\x08\xc9\x9b\x54\xb9\xd4\x53\x70\x72\x5a\xa5\xdc\x4e\xb2\x06\x88\x95\x90\x10\x37\xaf\x02\x51\xb1\x06\x08\x94\x50\xc1\x3a\x5c\xa5\xa2\x14\x62\x17\x28\x2c\x76\xbc\xb8\x57\x69\x74\x86\x13\x95\xb0\x06\xdd\x11\xbc\x8b\x1a\x68\xdd\x45\x78\x02\x94\x00\x8b\x78\x04\xc3\xf1\x9b\xa4\x52\x1c\x97\x17\x24\xd3\x0b\x3f\x42\x70\x73\x57\xb9\x5b\x7f\xfd\x39\xf2\x93\xbe\x71\x10\x97\x7b\xfd\xae\xc0\xc7\xad\x72\x97\xe3\xb0\xf2\x4d\x1f\x38\x9f\xcb\x5d\x8e\xc3\x02\x37\x7d\x70\xb0\xee\x06\x0c\xe2\xeb\x2a\x68\x18\xf1\x16\x5f\xf8\x07\x26\xc4\xde\xab\x1c\x2a\xe2\x1c\x2e\xcf\xbc\xf7\x5b\xf6\xee\x82\x8e\x11\xe7\xf0\x55\xee\x9d\x05\xac\xd8\x55\x1e\x7a\xcf\x11\x5a\x5e\xd4\x59\xec\x3b\xe5\x45\x87\xc5\x59\x59\x91\x3f\x21\x04\x5f\xf5\x47\xb5\x2c\xf1\x8a\x8e\xc1\x2b\x66\xbd\xf7\x93\x8a\xe8\x7f\xd5\x70\x1b\x4f\x31\x35\xa8\x5a\x4b\xbc\xd3\x78\x4a\x64\x17\xc6\x31\x7b\x11\x9a\xa0\x02\x32\xb6\x6a\x4c\xff\xf9\xf7\xb0\xc0\xbb\x23\x57\xa4\xed\xab\xc6\x72\x93\x79\xbd\x3c\xcf\xf0\xc3\xbb\x72\x80\x7e\x5d\x04\x24\x48\xf9\x7b\xb7\x85\x54\x8f\x2e\xde\x1b\x6e\x2d\x0c\x06\x8b\xb9\xb2\xab\xe2\xd7\xbd\xea\xbd\x40\xa0\x9c\x58\xf5\xee\xa4\x00\xc3\xae\x8a\x56\x0e\xff\xee\x55\x2f\x6b\x33\x6c\x60\xab\xf7\xae\xcf\x02\xa8\xf3\x36\xc5\x1c\x93\xa9\x2b\xbe\x53\x08\x2d\xe4\xae\xeb\xb5\xbf\xde\xcb\x6e\xc2\xef\x7a\xd5\xbb\x5e\xf0\x68\x5d\x15\xb6\x1d\x0f\xec\x55\x27\x72\x07\xbb\x7c\xd7\x0b\x9e\xa9\x0b\xcf\xc0\x1a\x6d\xec\x0a\x37\x99\x16\x22\xd1\x47\x00\xbf\xea\xbd\x03\x03\x2e\xbb\x70\x03\x4c\x08\xe0\x57\x45\x28\x8a\xab\xf6\x22\xf6\x00\x90\xb3\xab\x1e\xe6\x96\x4d\xa3\xde\xdd\x06\xf0\xd9\x55\x5f\x72\xd0\x07\x64\x95\xb8\x4e\xaf\xfa\x52\xf6\x6d\x77\xfb\xdd\xa9\x92\xb5\x6e\xc8\x2a\xf1\xa1\x5e\xed\x6e\x25\x38\xbe\xae\xe6\x4e\xc2\xe9\x86\x0b\x60\x42\x78\xbe\xf0\xf3\x4b\xf8\x45\x2f\x42\x00\x24\x3c\xa1\x57\x8b\x7c\x4a\x72\x42\x8e\xc1\x68\xe1\xbb\x97\x10\xaa\xaf\x76\x77\x0b\xf4\x25\x8b\x10\x01\x09\xe7\xe8\xd5\xd2\x44\x4a\x42\xe9\x69\xfd\xe7\xdf\x38\xc1\xae\xc6\xad\x52\xee\xa6\x65\x86\xa8\xfd\x55\x42\x85\x3f\xdf\xb0\x41\x77\xc9\x0c\x2b\xe6\x48\xc6\x93\x7a\x35\x96\x06\xdb\x54\xab\x34\x82\xab\x21\xce\x76\x38\x97\xae\xd6\x18\x1c\xb3\xb4\xdb\x64\x48\x16\xd7\xba\x9a\xbe\x2c\x77\x1d\x73\x85\x6d\x8d\x15\x68\xee\x7b\xac\xe2\x1f\xba\x1a\x8a\x9f\x6c\xee\xcb\xa2\x56\xb7\xf9\x86\x11\x0d\x10\xb0\xab\xcd\xdb\x71\xb7\xc3\x86\xcb\xfc\xef\x7b\x67\x58\x2d\x1e\xd0\x59\x7c\x27\x17\x21\x01\x2a\xc1\x47\x56\xc3\xca\x1d\x2f\xc8\x05\xb8\x7f\xca\xd6\x0b\xf0\x14\xce\x8d\x0b\xaf\xb8\xaa\x6c\x09\xcc\xff\x80\x6b\xe3\x6a\xf7\x5c\xac\xee\x20\x0d\xab\x62\x54\x48\x0b\x5f\xb9\x80\xde\x68\x35\xec\xc9\x70\x6b\x5c\x60\xfd\x27\xf4\x07\xab\x01\x1e\x05\x32\xec\x6a\xf7\x50\xab\xae\x4a\x5c\xde\x12\x41\x3b\x97\x1e\x6f\x38\x24\xae\xfe\x63\xfe\xd9\xdb\xfb\x8f\xf6\x57\xd3\x69\x33\x9b\x3b\x18\xff\x15\xcf\xff\xd5\x31\x4f\x50\x96\xa3\xd7\xdb\x2f\xf9\x0e\x05\x70\x6a\x77\x6c\x88\xf1\x3d\x5c\x3d\x30\x86\x0c\x7f\xc7\x28\x15\xe8\xd5\x85\x27\x5b\x52\xb2\x03\xb6\x7f\xfd\xbe\xe5\x1e\x85\xbe\x62\xf5\x84\xa8\x8c\x79\xe9\x98\x14\xe0\x1a\xbe\x70\x62\xab\xdf\xb7\xf8\x4d\xfc\x20\xd4\xce\xe6\x44\x54\x80\x05\xf6\x7f\xf8\x41\xa9\x1d\xa3\x02\x1c\xc1\x57\xc7\xc8\x15\xbc\xd5\xd5\x4b\x44\x70\xc6\xb7\xc4\x00\x02\x7a\x75\xe1\xf0\x56\x15\x18\xe1\xef\x96\x80\xf6\x5f\xbd\x5a\x57\xe3\xbd\x93\xee\xfb\xe2\x9d\x76\xd6\x07\xa9\x9b\xef\x8c\x33\xac\x04\x78\xff\x55\xe1\x50\x6f\xb4\x81\x6d\xa1\xdf\x55\x9b\x70\x38\x5f\xbd\x21\xb1\x4b\xe6\x67\x6c\x11\x49\xf5\x4e\xfb\x6d\xcf\xbd\x7d\x55\xa5\xf4\xa2\xfe\x63\x23\xb5\x3a\xd0\x11\x1e\x75\x1d\x1e\x10\x35\xca\xea\x9c\x98\xf8\x89\x2f\x9d\xe5\x7e\xce\xa3\xeb\x19\x4a\xc6\x3b\x2e\xe1\x3e\xbe\x44\xf8\xc7\xa8\x6a\x75\x36\x3e\xf0\xf0\x17\x7e\x72\x15\x84\xeb\xd5\x97\x65\xd2\x7e\xd7\x39\xdb\x10\x7e\x71\x15\x1f\xe7\xd5\xb1\x91\xc4\x24\x6a\xe1\x22\x97\xd4\xc2\x74\xd7\xbf\xe5\x80\xa3\x82\xf1\xd3\x22\x4a\x40\xc2\x6b\x7d\x75\xd7\x39\x42\xaa\x0e\xd7\x07\x8a\xfe\xea\xae\x79\xb6\x89\xce\x49\xac\x68\xae\xe3\xb7\x84\x25\xd3\xea\xe7\x8e\x7f\x75\x0d\xe0\xb5\xf4\x73\xed\x3d\x88\x09\x61\xbc\x8c\x21\x80\x55\xd3\xea\x84\xc6\xf0\xd0\x27\x82\x40\x2a\x7f\x05\x45\x5e\x5d\x22\x63\x03\xe8\xaf\x0d\xa4\x51\xef\x44\xb8\x49\x43\x70\x38\xc5\xd4\x68\xf5\x17\xd1\xa5\x03\x0c\x06\x15\xda\xca\x35\xb8\x5d\x29\x19\x1c\x3f\x24\xa0\x0c\xd2\x80\x28\x15\x07\xe2\xea\x57\x95\x7a\x13\x94\x20\xa0\xd1\x5c\x03\x5e\xc1\xc5\x32\x70\x79\xc2\x87\x71\x8d\x50\x91\xa4\x36\xde\x99\xa8\xef\xdd\x3c\x89\xf7\x41\xfa\x1d\x60\x5d\xfc\x30\x49\x5a\x83\xf3\x42\x3d\xd2\x88\xd6\x45\xbd\x18\x0b\xa9\x48\x1a\xf7\xc0\xa8\x98\xf1\xad\x21\xf1\x41\xa0\x03\x41\xbd\x7a\x22\xe3\x0b\x60\x22\xb4\x06\xb0\xbd\xd8\x02\x2d\x42\x0d\x24\x95\x43\x23\x33\x51\x9c\x53\x03\xc7\x12\x8c\x81\xd6\x90\x58\xb9\x0a\x0c\x88\x15\x13\xa0\x85\x1f\x5f\xc0\xd8\x66\x11\x64\x20\xa9\x2a\x22\xc6\x40\xc0\xc2\x66\x11\x48\xa0\x56\xc7\x01\x9f\x51\x14\xa9\x6b\x54\xc6\xdf\xbe\xe3\x9b\x8d\x5d\xcd\x1a\xc4\x97\xc1\x6d\x71\x0d\xce\x09\x00\xfb\xd7\x80\xf8\xf0\x60\x5c\x03\xae\x15\xec\xfe\x35\x24\x44\x36\x95\xd1\x2b\x02\x66\xca\x07\x29\x0b\x83\x9b\x35\x3a\x62\x65\xcb\xef\x96\x49\xf9\xf7\x92\x56\x71\xdb\x5b\x63\x30\xce\x6c\x36\x03\xc2\x0d\xce\xbb\x84\x0b\x67\x30\x06\x1b\x9e\xe3\x3c\xee\x86\x87\xaf\xdb\x1a\x33\xf2\x4e\x99\x70\x43\x40\x14\xac\x71\xb9\xa1\xaa\x34\x10\xf7\xc3\x04\x5a\xc1\xc2\xad\x30\x60\xcd\xb2\x06\x32\x4a\xa5\xbc\x63\x59\x2f\xe3\x8c\x99\x9f\xda\xae\x21\xb1\xb2\x39\x8d\x4b\xac\x15\x2c\xc5\x35\x70\xe1\xc6\x40\x65\x8d\x7b\x58\x55\x1c\xbd\xd6\xc0\x92\xa8\x54\xd3\x11\xba\xbb\x06\x20\xee\xe0\xda\xdb\x48\xdd\x9d\xf7\x4b\xd0\xb5\x39\xbf\x10\xb4\xac\x27\xf1\x0a\x6a\x73\x6c\xd1\x0c\x10\x93\x60\x8d\x87\x71\x76\x0c\x51\xf8\x12\x77\x60\xe1\x78\x18\x82\xe3\x03\x6f\x0d\x06\xc3\x1a\x2f\xf9\xed\x0b\x74\xa7\xb0\x0e\xef\x41\xe3\xd0\xaf\xf1\xda\x5f\xda\xf0\x32\xb6\xb4\x7f\x42\x5f\x58\x09\x2c\xdd\x08\xb1\x12\x58\x93\x03\x0d\x15\xfe\xc2\x6f\x30\x15\xf3\x04\xe6\x82\x0d\x8c\x30\x06\xa9\x7c\xf9\x99\x0b\x36\xb0\x89\xa7\x0c\x7a\xfe\x85\x67\x61\x2a\x5f\x39\x6c\x60\xa6\xc3\x61\x29\x71\x99\x58\x27\x10\x71\x60\x11\x7e\x20\x60\x00\xb0\x26\x77\x36\xd5\x8a\x3a\x0b\xe2\x82\xb7\xa6\x87\x9e\x79\x00\x55\x08\xb6\x27\x5b\xe6\x5f\x85\xf1\x33\x5b\x30\x85\xe1\xd0\x4d\x04\xfa\x45\x18\x82\x54\x2c\xac\x56\x74\x12\x34\x0a\x71\x87\x8a\xcc\x29\x91\xb1\x49\x4c\x88\x4c\xa1\xc5\x44\xde\x41\x70\xe0\x35\x81\x3c\x50\xd7\x4e\x64\x82\xaa\xac\x60\x36\xca\x61\xd7\x26\x14\x41\x55\x14\x40\xbc\x81\xaa\x2c\xc0\x70\x03\x2a\xc4\x27\x84\xe5\x45\x7f\x22\xfd\x28\x5c\x31\x26\x08\x4a\xc4\x4d\x5f\x13\xc1\xa3\x27\xd0\xc4\x6a\x1a\x17\xbb\x45\xa0\x81\xea\xed\x7d\x22\x3e\x04\x55\x63\xcd\x89\xf2\xc2\xc9\x9f\x0c\x24\x1b\x33\xb1\x08\x2a\x38\x60\x6b\x4a\x64\x6c\xba\x13\x22\xc3\xf8\x6e\x11\xa2\xa0\x7a\x7f\xc7\xdb\xb1\x02\xee\xb5\x26\x5c\x60\x77\x92\x11\x93\xa8\x7a\x9d\x8b\x3c\x4e\x14\x5e\x07\x2a\xa9\xf1\x7a\xac\xdd\xf1\x27\xea\x87\x5a\xea\xb9\x68\xb3\xe3\xcf\xfd\x42\xfd\xec\xdc\xb6\x87\xfc\x38\xa5\xa8\xbd\x9e\x98\xd6\xaa\x0c\x99\x97\x83\x34\xf2\xf9\x22\x0e\x41\xf5\xf6\x3e\xcf\x25\x20\x4f\xc7\x09\xac\xb7\x2a\x6b\x22\x12\x24\x4f\xc7\x89\xe4\xa4\x3a\xe6\x18\xfc\x54\xc7\x16\xff\x01\x75\xd9\x44\x23\x08\x2a\xad\xf1\x72\x4c\x40\x6f\xac\xf5\xb3\x4c\xdf\x13\xe9\x8d\x77\xbf\xf5\xfd\xf6\xcb\x4b\xe6\xba\x5c\xa3\x81\xcf\x17\x6e\x90\x15\x34\xa4\x45\xd4\x81\xa0\x1e\x79\x71\x70\x81\xee\xba\x16\x07\x17\x90\x1d\x8b\xf8\x03\x21\x5a\x0e\xd7\x5c\x00\x3b\x96\xd1\x07\xa2\xe5\x70\x70\x11\x6e\x60\x2d\x22\xc7\x46\xb8\x52\x9c\x24\xab\xf7\xb8\x85\x1f\xaf\x9a\xe7\x75\x2f\x49\xd5\xcb\xdb\x42\xf6\xa2\x2a\x88\x80\x04\x95\x28\x1e\x6b\x01\x0f\x85\x03\xe0\x22\x36\x41\xf5\x42\x86\x47\x65\x52\x47\xb4\xe0\x50\xc1\x21\x5a\x0b\x35\x1b\x58\x20\x8b\x50\x04\x15\xf3\xb4\xb5\x70\x6d\xc3\x39\x6f\xe1\x73\x59\xbd\x7a\x19\xa1\x40\xed\xf3\x82\x88\xc1\x26\x5a\xb8\x62\x26\x95\xe8\x04\x2e\xa8\x20\x13\xad\x85\xaf\x2f\xae\x7c\x6b\x71\xa8\x7a\x3f\xc3\x41\x33\x81\x27\xb2\xf4\xcf\x8c\xf6\x17\x03\x5a\xa0\x45\x96\x61\x0e\xd4\x40\xaf\x6a\x3b\x69\x03\xde\x10\x6a\xa0\x57\xbd\xb4\xe0\xd5\xcb\x40\x06\x2a\x8f\x57\x75\x7c\x78\x6f\x7e\x4b\x1b\xe0\x68\x65\x82\x56\x7b\xd0\xb8\x31\x3e\xdd\xba\xc8\x03\xfd\xaa\xfe\x32\x4e\x81\x2a\xe6\x75\x0f\xcc\xf6\x73\x7e\xa5\x6b\xc7\x56\x5a\xae\xf1\x6f\x9b\xd9\xe2\x04\xad\x2e\x34\x5c\xfa\xd5\x2f\x13\xcb\xa0\x79\x5d\x5a\x44\xb7\x54\xc1\xbc\x26\x03\x03\xa1\x2f\x4e\xcd\xea\x62\x84\x55\x56\x23\x8c\x9b\x68\xaa\x2e\xc6\x69\xa3\x28\x7f\xf9\x2d\x8d\x5d\x7e\xcb\x20\x5d\x56\xb9\x81\xa9\xb2\x16\x28\x42\x2a\x79\xd7\x65\x95\x1b\x20\x2a\x0b\x9f\x52\xe3\x9d\xaf\x75\xd9\xe6\x06\x50\xca\x5a\x10\xb7\x96\x0a\x4b\xe2\x6e\xbe\x33\x69\x2e\x6a\x89\xbb\xf9\xce\x40\xba\xa8\x31\x9c\xaf\x2e\x64\x54\x0f\x72\x81\x0b\x35\xa1\x57\xa1\x05\xc2\x8a\x6a\x61\xdc\x52\x9b\x57\xa1\x05\x42\x80\x7a\xe1\x75\x2c\xd3\x77\xfa\xcb\x46\xbe\x30\xf7\x25\x14\xc2\x5a\x6e\x1e\x6c\xde\xcb\xcd\x43\x82\xc0\x70\x50\x85\xe3\xc2\xc7\x1f\x38\xde\xb5\x1e\x16\x42\xf3\x9d\xb6\x21\xe6\x59\x97\x93\x6e\x5e\x1f\x16\x9e\xff\xd1\x85\x86\x0e\x51\xad\xe4\x72\xb3\x81\x45\x5f\x5c\x5d\xf1\x57\x5c\xdb\xcd\x86\xc3\x6a\x63\xa8\xa2\x8a\x72\x03\xec\xaa\x76\x7a\xff\xd0\xe1\x52\x26\xee\x2d\x49\xd3\x0b\xbc\x61\xdb\xef\x2b\xe7\x21\xdd\x77\xca\x67\xc3\xc6\x15\x36\xa9\xd3\xdc\x6e\x48\x6c\xc0\xf8\xc0\x24\x30\x58\xd6\x8e\xcc\x35\x9c\xe5\x8e\x94\xe9\xb7\x6c\x2a\x2a\x1e\x77\x74\x4c\x06\xef\x87\x74\xf3\x33\x26\x5f\x99\x8c\x09\xdc\xe7\x4e\xb4\x99\x0d\x7e\x03\xeb\xa9\x16\x72\xdf\xd3\xbd\xc9\xe9\x12\x4d\x23\x69\xf4\xa1\x5b\xac\x6a\x3d\x42\x61\x04\x95\x73\x38\xc2\x24\x2d\x40\x76\xb9\x75\x61\x3b\xbd\x36\x4e\x50\xaa\xdb\xf0\x95\x6d\x72\x9f\x86\xc4\x50\xdf\xb6\x25\x68\x38\xd1\x8d\x7e\x50\x8e\x7f\xc3\x0d\x03\xf8\xb2\x76\xb7\x0d\xd4\x75\x0f\xea\x86\xbd\xea\xc2\xd5\x25\xa8\x9f\x23\xc8\x45\x52\x47\xbb\x71\xde\xc6\x11\x70\xed\x8e\xce\xdb\x72\xb4\x8b\x67\x03\xd8\xa3\xa2\x2e\xa7\x6d\x97\x4e\x1b\xf6\xa3\x6b\xa3\xa3\xaf\x5f\x3a\x63\xe8\x3c\x0e\xfa\x05\x8d\xef\xc9\x9a\x31\x3f\xba\x7b\x40\x17\xd6\x86\xc6\x35\x85\x22\x9a\x46\x03\x0a\x61\xe1\xc5\x62\xfc\xe9\xb5\xa5\x3b\xf6\x01\xdc\x55\x0c\x45\xbd\xf4\x51\xd1\xea\x64\x6f\xea\x82\x71\xd8\xc7\xba\x68\x3f\x34\x95\xcc\x83\xd1\x3c\x90\x2f\x0b\x8f\x15\x63\x48\xaf\x8d\x93\x5f\xfa\xd2\xa1\xaf\xfa\x57\xce\xcc\x90\x1c\x78\x0c\x2c\x82\x70\x24\x0d\x5a\x70\x68\x69\x72\x45\x7a\xb4\x10\xde\x61\xe1\xd1\xd2\xe4\x84\x70\x69\x49\x5e\xaf\xf4\x51\x51\xad\x8d\x8f\x8a\x61\xa5\x17\xae\x26\x4d\x6e\xe3\x10\xe2\x4e\xa1\xda\x41\xc7\x2e\x57\xa1\xf7\xb2\x52\x35\x9c\x97\x9b\x5c\x05\x51\x38\x52\x6d\x7e\xfb\x90\xee\xb7\x2c\x64\x36\x8c\x03\xdb\xac\xea\xea\xc0\x36\x6b\x3f\x43\x9c\x0e\xc3\x3a\x2f\x5c\x52\x9a\xa7\xf8\x21\x9c\xbb\xba\xab\x83\x7c\x48\xa3\x95\x93\x2d\x87\x32\x33\xa7\xac\x79\x32\x86\x0e\x4c\xfe\xe1\x9a\xa9\x9e\xea\xc0\xd1\x56\xf3\x4b\x10\x10\xe8\x29\x8c\x9b\x7d\x47\x30\x0d\x96\xcd\x3a\xc5\x6f\x2b\xef\xf4\x0b\x6e\xcf\x40\x21\xea\x90\x74\x1e\xf1\x6a\x79\x08\xf1\xa8\xbc\x10\x9f\xe7\xe4\xd5\xf2\x34\xf3\x53\x6f\x33\x3f\x7d\x6c\x8c\xb3\xdf\x4a\x4c\x10\x3d\xee\x26\x2d\x7e\xdf\xb2\x28\x6c\x43\x67\x71\x59\x6f\x4f\x58\x6a\xd0\x4e\x62\x41\xab\x54\x3a\xdd\xf6\xd3\x06\xec\xc8\xaa\xf5\x42\x58\x4a\x8e\xcf\xc0\x9c\x83\x0d\x43\x2f\x13\xfc\xcf\x16\xa1\x43\x0c\x6b\xbc\x88\x1c\x92\x80\xa3\x59\x78\x9f\x18\xe1\x78\xe1\x3c\x9d\x9a\xe5\x80\xf8\xa5\xd6\xe5\xcc\x07\x13\x11\xdf\x5f\xf2\x50\xce\xb2\x4c\xda\x80\x3c\x49\xcb\x19\x5d\xad\xd5\xb5\x1c\x64\x45\x6a\x52\x74\x5d\xd1\x2e\xe2\x2c\xeb\xe2\x5b\x10\x6d\xd4\xb0\xe0\xa4\xd2\x70\x4c\x5a\xe7\xf8\x2d\xed\xc1\x34\x58\x8b\x19\xdc\x51\x8c\x89\xbc\x74\x3c\xd1\x64\xe6\xe0\xc3\xaf\xba\x05\x67\xeb\x86\xb7\xed\x3a\x5c\x21\x9b\xed\xfc\x6c\x59\x18\x13\x9c\xf9\x55\xc9\xe0\x74\x12\x54\xc9\xe8\x74\xd2\x6c\x3f\x1c\xb0\xea\x99\x03\x4d\x69\x93\x73\xa0\x29\x55\x35\xcf\x8f\x31\x6f\xbe\x27\xd2\x33\xef\x99\xf4\xc8\x3b\x6d\x63\x83\xc4\xab\xc4\x80\xc8\xeb\xe1\x0a\xe9\x35\xff\x09\xb4\x19\xda\x79\x30\x26\x23\xb6\xc4\xc2\x87\xbb\x69\x55\x49\x8c\x12\xa3\x24\x2f\xfc\x4a\x1a\x5e\xae\xeb\x01\x84\x52\xa5\xcb\x03\x7d\x49\x53\x4f\xb4\x7c\xbe\x8d\xb4\x07\x1a\x79\xb0\xb1\xd7\xd2\x03\x9f\x94\x86\x67\xcd\xd2\x27\x05\x37\xbf\xf5\x70\x88\xe1\xcf\xb7\x8c\x80\x82\xbb\xc3\xc2\xfb\xa4\xe5\x5f\xfa\xdb\x66\x86\x6f\x4a\xd2\x0e\x04\xdf\x94\x86\x73\xcc\x22\x1a\x8a\x21\x98\x17\xfe\x28\x46\x53\x5e\x4f\xc6\x42\x08\xf6\xf5\xc1\xbb\x17\xc4\xdd\x85\x2b\x49\x73\x11\xe1\x4b\xd2\x5c\x2c\x0f\x32\x21\x2d\x93\x9e\xcb\xb2\x26\x30\x6e\xd6\x53\x13\x79\x18\x24\x08\x1a\x17\x87\x45\x40\x94\xf6\x4d\x1a\x1e\x24\xc0\xe0\x2c\xbc\xdf\x53\x73\x42\x1a\x9d\x73\x02\xdb\xcb\x3b\xe5\x03\xa2\x0a\x40\xec\x7a\xb0\x37\x26\xe8\xc5\x7a\x24\xd0\xe6\x3b\x6d\xe3\x94\x7a\x50\x2a\x64\x27\x07\xce\x32\x3b\x21\x5c\x0f\x01\xd9\x59\x0f\xd6\x95\x5a\xb8\xe8\x2c\xae\xb0\x1e\x57\x6f\xe3\xf8\xae\x07\x33\x0e\xd0\x76\xd6\x83\xad\x96\x42\xe1\x07\x93\xc9\xe6\x42\x40\xa0\xa9\x70\x1c\xd7\x8d\xa4\xfc\xe6\x61\x51\x2b\x58\x27\x40\x49\x53\x66\x89\x27\x78\xd2\x14\x0b\x47\xf0\xa6\x3c\xf2\x05\x53\x49\x81\xfb\x8b\xa0\x1f\x17\x81\xf5\x86\x89\x01\x56\xe7\x9d\x72\xfc\x96\x2b\x98\xf2\x1b\x7c\xbb\x9b\xb2\xb4\x17\x99\xa2\xf2\x9b\x17\xe3\x0f\xad\xb7\xf0\x9c\x30\xc6\xec\xd2\x45\x82\xb0\x16\xeb\x65\x0d\x00\xa0\xba\x70\xe4\x6e\x1a\x41\xbf\x08\xe8\x71\x19\x58\x44\x27\x69\x5e\xe1\x5f\x00\x8d\x14\x76\xbf\xe8\x91\x08\x82\xb1\x70\xa4\x68\x1a\x43\xe3\xe9\x9d\x94\x09\xbd\x38\x07\x2a\x13\x7a\xb1\x25\x54\xf6\xf3\x62\x7e\x01\x1a\xcd\xc2\xc7\xda\x50\xb4\xeb\x75\x23\xe4\xe4\x36\x6a\x88\x82\xf2\x17\x21\xb5\x42\x6d\x22\x83\x24\x90\x5f\xd6\x7b\xee\x98\x80\x16\xb6\x5e\x04\xd0\x8e\xf3\x8b\xc9\x9d\x1b\xf0\x8b\x00\xfa\x1b\xe7\x07\xe2\x63\x63\x20\x40\x48\xd2\x1a\xe8\x85\x4b\xc6\x04\x68\xe3\xa2\x90\xb0\xf3\xda\xb8\x11\x04\x64\xc3\x5b\x37\x02\x0c\xbd\xb6\xa1\x30\x90\x07\xef\x5f\xb1\xfc\xc4\x3b\xe3\x99\x28\xc7\xf1\xb9\xeb\x73\x63\xb3\x6f\xa0\xd7\xad\x71\x3e\xc0\x2c\x1b\xe3\x7c\x63\xbe\xee\x5f\x9d\x58\x83\x51\x0e\x4a\x0e\x2c\xc6\x36\xd1\x2c\x0c\x0c\xbe\x7f\xc8\x53\x91\x19\x6f\xcc\xf3\x13\xe6\x63\xfb\xe7\x18\x66\xdf\x99\xdf\x4e\x39\x00\x03\x63\xbb\xba\x7f\x97\x63\x33\xec\xf1\xc6\xca\x3e\x20\x3f\xde\x5a\xd9\x83\xe6\xb2\x7f\x40\x37\x20\x33\xde\xbf\x69\x1b\x7c\x7f\x78\xef\xf7\xfd\x1e\x26\xc6\x45\xde\xbf\xf5\xf0\x4e\x39\xdc\x9a\x00\x34\xd9\x04\x9c\x30\x42\xf2\xfe\xe1\x6e\x8c\xed\xd6\xfe\x21\xa7\x44\xd6\xb8\x7f\x87\x3c\xfd\x6f\xf0\x65\x1b\x43\xfb\x44\x84\x89\x6d\x20\x8a\x62\xe5\x8f\x05\xd3\x21\x08\xb1\xd8\x90\xb7\x62\xd5\x46\x87\x88\xdb\x52\x9c\x04\x94\xff\x58\x8b\xed\x1f\xa8\xb0\xc5\x49\x78\x27\xf9\x29\x13\x37\x2a\x4c\xc7\xf6\x8f\xc8\x42\xc5\x49\x80\x70\x81\x3a\xd9\x01\xf9\x0a\x72\xaf\x1d\x10\x5c\x12\xef\x73\x07\x4e\x17\xc2\x7d\x6e\xa3\x5a\x00\x3a\xbb\x03\x3b\x3e\x60\x28\x1b\xdb\xfc\x84\xdd\xd9\x0e\x71\x60\x4e\x47\x99\xf7\x3a\x93\x30\x3c\xdb\xe1\x5e\x67\x8c\x32\xbb\x03\xd7\x16\xe4\x34\x9b\xd8\x16\x09\x93\xb0\x1d\x52\x21\x9d\xf2\x09\xa2\x5a\x6d\x5b\x6a\xa4\x77\xde\x37\xe9\x94\x99\xe9\xe3\xdd\x24\x76\xc0\xf0\x04\xb3\xb5\x1d\x58\xbc\xc8\x4b\x36\xa6\xfd\x09\x1b\xb6\x8d\x69\xbf\xb1\x5c\x77\xe0\x10\x40\x9b\xbe\x03\xf2\x0c\x0c\xda\x36\x26\xff\xc6\x73\xdc\x01\x0e\x0f\xeb\xb6\x8d\xfd\x7f\x40\xb6\xb1\x43\xe5\xdb\x4a\xdb\x38\x04\x90\xa3\xec\xd0\x74\x7d\xa5\x7c\x38\x39\x94\x2e\x3b\xa0\x24\x40\x56\xb1\x43\x27\x3f\x73\x14\x88\x50\x00\xd4\xe8\xc6\x7a\xbf\x0d\xc7\x16\x59\x45\x75\xac\xb0\xde\xef\xb6\x07\xb8\x41\xae\xe7\x9b\xf8\x17\xc6\x30\xdd\x01\x48\x13\xae\xd5\x3b\x5c\xce\xcc\x70\xa6\x3b\x10\x4f\x98\x6b\xf5\x26\x44\x86\x91\x4d\x77\x98\xb6\xd3\xfc\x58\x4b\xb2\xc0\xb1\xf7\x37\x1e\xe1\xc6\xe0\x3f\x81\x9f\xb2\x31\xf8\x37\xf6\xe9\x0e\x88\x2f\xb8\x26\x6f\xac\xfc\x03\xd7\xe1\x1d\xd6\xc4\x3a\x91\xfc\xc8\x20\xb9\x0e\x6f\xcc\xfc\x0d\x44\xb8\xc3\xd6\x07\x98\xfc\x88\x20\xb8\x02\xef\x00\x31\x75\xc7\x67\x5b\x3e\x6d\xe3\x10\xab\xce\xef\xe7\x3f\x4c\x39\xa7\xde\xba\x22\xdf\x72\x15\xea\xbe\x73\xd0\x55\xe7\x97\x83\xae\x3b\xb6\x8f\xe5\xd0\x66\xb8\x37\x10\x55\x76\x80\xee\xb8\xa2\xee\xf0\x46\x4c\x27\x6f\x1b\x22\x62\x01\x7c\x09\x76\x44\x06\x89\xf5\xde\x8e\xd0\x08\x48\xa1\x3b\xfe\x30\xd2\xfc\xde\x19\xff\x7b\x4d\xdb\x38\x02\x18\xb0\x72\x47\xae\xfc\x5c\xe5\x36\x8e\x00\x46\xee\xdb\x38\x02\x18\x5f\x72\x63\xda\x6f\x0c\xbe\xad\xb1\x3e\x26\x81\x5b\x63\x7d\xe4\xe5\x3b\x46\xdb\x4c\x5d\x91\x71\x86\xf6\x23\x22\x02\xc0\x3d\x77\xbc\xdc\x55\x47\x83\xb9\x23\x22\x02\x6e\x56\x3b\x46\xe8\x82\x4d\x3a\x12\x07\xac\xfa\x6d\xd2\xb4\x93\x7e\x25\xfb\x48\xdf\x11\x17\xe0\x5f\xb0\xf5\x00\xe8\x7f\x8d\x58\xb8\x23\x36\x96\x58\x01\xee\x98\x99\x1c\x16\x66\xe4\x54\xc6\xae\x72\x47\x4e\x65\xbc\x12\x36\xc1\x41\x12\xc1\x45\x76\x2c\x56\x48\xe5\x12\x22\x0b\x2a\x4a\x88\x10\x04\x1e\x02\x81\x2b\xdb\x8e\xf8\x7b\x75\x27\xea\x72\x69\x06\xa9\xdc\x11\x20\x41\xae\x6c\x3b\x02\x2b\xce\x55\x6b\x47\x89\x32\x9b\x4e\x5d\xb6\xad\xdd\x09\xc4\xd3\x7a\x47\x50\x89\xb8\x3a\x6d\x02\x8a\x18\x35\x72\x47\xc2\xd7\x71\x8d\xda\x78\x0a\x24\x30\x5c\x36\x9e\x02\x46\x7c\xdc\x11\x21\x23\x3e\x01\x3b\x62\x9d\x0c\x9a\xcb\x8e\x10\x31\x68\xa0\xdb\xe0\x21\x9c\xe8\x3b\xe2\xff\x8b\x89\xe1\x8e\x63\x62\x03\x4b\xf9\xc8\x14\x39\xdd\x37\xfe\x04\x46\x4f\xdc\x11\x59\x05\xd7\xab\x1d\x0d\x63\xcc\x26\x17\xef\x15\xc9\xc0\x85\x3b\x1a\xb7\xd8\x71\x40\x43\x07\x9e\xcb\x8e\xab\x62\x35\x4b\xdb\x90\x23\xe2\x69\xb0\xe3\xc2\xf6\xb6\x9a\x9f\x30\xc7\x81\xbe\xa0\xc5\xeb\x5f\x99\x2f\x79\xc8\x8f\x46\xaf\x5b\x0e\xf2\x8c\xee\xb7\x87\xf1\x77\x01\xea\xf7\x6f\xfe\x4b\xb8\x46\xfd\xdb\x51\xc2\x95\x20\x0e\xe5\x57\xda\x76\x28\x9f\x43\x06\x67\x02\x43\xec\x6d\xbc\x09\x7a\x70\x3d\x3c\x6c\xde\x12\x16\x1c\x6a\x97\x98\x1e\xc6\xdf\xb5\xf1\xd8\x1e\xda\xfc\x30\xa7\x83\x72\x20\x68\xdc\x49\x77\x04\xee\xb9\x39\xa7\x58\xce\x75\x89\xef\x2d\xe4\x61\x2e\x80\x5f\x6b\x12\xfa\x4b\xf9\xae\x93\x97\x39\x62\x43\xc5\xb9\x20\x70\x2b\xd8\xc9\x78\xe6\x1c\x56\xe9\x87\x11\x30\xf3\x9b\xb0\xdb\xec\x97\x03\xdb\x09\xb9\x60\x87\x03\x4b\x88\x2f\xe4\x30\xf0\x3b\xe8\x88\x59\xb6\x31\x51\xd0\x84\xee\x14\xfc\x96\xf2\xd9\x18\xd0\x84\x6e\xc2\x9e\x74\x94\x3d\x5b\x6f\x03\xb9\x10\x3d\x0c\x08\xc1\xb2\x93\x07\x29\xc4\x9d\x32\xe5\xb3\x61\x24\xb4\xea\x84\x42\xd9\x29\x63\xc3\xcc\xba\x4d\xe0\x80\xc2\x55\xef\x84\xed\x1d\x41\x51\x76\x42\x7b\x4e\xa4\x93\x4d\x3c\x93\x44\x6c\x93\x9d\x8a\x79\xa8\x4b\x1a\x84\xd6\xf4\x1a\xe8\x8c\x39\x5e\x03\x46\x66\xdb\xb8\x0d\x18\xa9\x6e\x27\xbc\x6f\x3a\x73\x41\xbc\x13\x83\xd6\xed\xd4\x02\xf9\x29\xd3\xd8\xfc\xc5\x77\xc6\xd3\x71\x43\xab\x8e\xf2\x69\xe3\x50\x60\x50\xb9\x9d\xee\xad\xc9\x20\x6e\x3b\x21\x2f\x04\xe6\x64\xe3\x50\x90\xb0\x29\xdd\x86\x46\xc1\x5f\x62\x1b\x19\xe5\x72\xe1\x7f\xd9\xcc\x92\x27\x2e\x13\x4e\x04\x95\x1e\x6d\xf8\x25\xc4\x44\x94\x94\x9d\x90\x7f\x00\xfb\xb8\x13\x5a\x3f\x2c\x51\x37\x01\x53\x0c\x0c\xb7\xd3\x25\xca\x8e\xb3\xca\x4e\x84\x34\x83\xbd\xdf\xc9\x50\xe2\xec\xf8\x7a\x03\x60\x82\xba\x93\x51\xf9\x5d\x38\xb8\x00\x20\x84\xdd\x9a\xe9\x27\x27\xed\xf8\x2d\x1d\x82\x50\x10\x86\x6e\x62\xa6\x04\xd9\xef\xf4\x4c\x2c\xbf\x69\x3f\xdc\xe4\x08\xd4\xf5\x60\x4c\xee\x42\x43\xb0\x2e\x3b\x9d\x90\x4f\x8c\xe0\x3b\x03\xe9\xe4\xbf\x7e\x4b\x39\x08\xd0\x65\x9b\xf3\xaf\x62\x13\x1e\x79\x6f\xe4\x31\xdd\x6f\x3b\xef\x83\x74\xdf\x69\x0f\x93\x96\x09\xfe\x87\xcf\xc6\xce\xc1\xc8\xeb\x3f\xde\x6d\x83\xe9\x77\xd1\x11\xbd\x65\x67\xe4\x0d\x83\xeb\x03\x76\xff\x01\x10\xc4\x9d\xa3\xe1\xd8\x69\x03\x5a\x36\x2c\x6d\x77\x4e\x96\x49\xfe\xe4\xb7\x85\x77\xbf\x35\xcf\x83\x0d\x3a\xe5\xa3\x12\x27\xea\xcb\xce\xd9\x6f\xe9\x0b\x2a\x71\x62\xbe\x6c\x9c\x03\x8c\x05\xb7\x75\x0e\xc0\x5e\x76\x13\xa3\x25\x61\x24\xbb\xf5\x02\xc8\xf6\x17\xae\x51\xee\x36\x17\xec\xdd\xed\x17\x78\x88\x72\xf6\xb9\x1a\xb0\x9a\xf6\x57\xf3\xd3\xce\x2f\xcc\x37\xed\x6f\x77\x9c\x31\x94\xdd\x44\x70\x49\xd8\xd2\xee\xdc\xb0\x79\x67\xde\xb3\x40\x7b\x3f\xd3\x1f\xf2\x98\xff\x6e\xae\xc8\x75\x76\xfe\x82\x7d\x93\x8e\x2b\x80\x9c\x74\xee\x8c\x33\x5c\x63\xfe\x42\x78\x93\x8e\x69\x09\x36\xb4\x3b\x8f\x88\x05\x3e\x6d\xc3\xc7\x66\x58\xa6\x61\x86\x7e\x7e\x5b\x48\xa7\xbf\x02\x88\xc1\x05\xe2\x24\x90\x30\xba\xdd\x79\x7e\x01\xa0\x79\x37\x0f\xe5\x4f\xf3\x50\xef\x64\x5e\x58\xff\x59\x84\xdf\xe0\x3b\x63\xce\x81\x99\x97\xdf\x52\xd7\x66\xcc\x5d\x0f\x70\x90\x44\x7a\xd9\x79\x33\xe6\xae\x0d\x6c\xc2\x08\xfa\xb2\xb5\xfe\x07\x07\x64\x67\xb1\xf4\x38\xf4\xb0\xfe\x4f\x68\x66\x77\xc6\xdc\x16\x6d\xec\xce\xf7\xc0\x31\x90\xcb\xce\x70\x8d\x68\x5d\x37\x7e\x01\xbd\xd8\x47\x01\x3c\xe1\xce\xf3\x17\x7c\x9a\xfc\xaf\xf9\x69\x8f\xc1\xb5\x5c\xcf\xf7\x86\x66\x98\x95\x9d\x0d\xce\xff\xbd\x7f\x51\x50\xff\xf5\x67\x97\x5f\x24\x4f\xe5\xdd\xf8\xa5\x85\xf7\x4c\x7a\xe3\xdd\x36\xff\x75\x33\x2b\x22\xbb\x7f\x85\x31\x18\x6c\x5a\x45\x90\x56\x0b\x33\x26\x3f\x8b\xba\x18\xe3\x23\x9a\x87\xfc\x6c\x66\x25\xdc\xc9\xf1\x6e\x5d\x90\xd3\x10\xba\x66\x17\xfc\x72\xbc\x5b\x17\xd8\x57\x62\xd5\xec\x02\x9b\x8a\x7d\xd2\xd6\x9d\x00\xb4\x94\x5d\x04\xb6\x86\x38\x4a\x32\xbf\xef\xe4\xaf\xe6\xa1\xae\x6a\xba\x11\x81\x68\x03\x6a\x70\x4c\x7f\x77\xe1\x54\xc3\xf6\x77\x17\xae\x78\xc4\xbb\xd9\xe5\x5e\xeb\x12\xd1\x6a\x76\x41\x26\x81\x21\xf0\x2e\x46\xec\x66\xd3\x2a\x18\x05\xa3\x8e\xde\xa5\x7e\xd1\x1a\xee\x7b\x63\xe0\x4d\xbf\xa7\x4e\xf7\xda\x5b\x24\x2c\x4e\xc7\x02\x61\x79\x05\xfe\x02\x21\x39\x0e\xc8\xf0\x86\xf9\xbb\xd8\xba\x94\xd3\x3f\x7c\x6c\xde\xe9\x17\x5c\x66\x19\xb4\xd9\x72\x2e\x61\x19\x49\x65\xe3\xbf\x90\x08\x4d\xb3\x8b\xd0\x7c\x9c\x70\x85\x83\x08\x7f\xd4\x8d\x63\x43\xc2\x08\x79\x97\x0f\xb1\x8f\xba\x30\x4b\x21\x5e\xcd\x2e\x12\x1c\x1b\x3c\x6e\x0e\x09\xff\x8c\x5d\x3e\x78\x53\xc6\x76\x4e\x3c\x56\xcc\x0f\x01\x41\x34\xc4\x4d\x4a\x5e\x2d\xcb\xe5\x1a\x8d\x15\xb2\xcb\xb2\x7c\xbe\xbd\x04\x67\x6c\x8f\x5d\xb8\xb2\x11\xfd\x6b\x97\x4b\x70\x46\xf6\xd8\x05\x22\x1b\x6c\x2a\x05\xb3\x11\xaf\x9f\x78\x46\x84\x01\x61\x95\x7b\x70\x75\xb4\xcf\x1b\xb7\x87\xee\x35\xb6\xe8\x64\xe3\xbc\x23\x77\xf4\x30\x29\x1e\x56\x8e\x03\x1c\x9e\xd7\xd5\x82\x0d\xe5\x60\x73\xc5\x37\x22\x78\x98\x14\x38\x3c\x34\xc5\x1b\x3f\x89\xfc\x63\xe3\xaf\x3f\x90\x90\xe0\xce\xf1\x93\xc8\x18\x6c\xef\x0a\xbd\x28\xbe\xa8\x81\xf1\x61\xc3\xa8\x77\x9d\xe7\x1f\x7d\xac\x91\x31\x81\xcb\xa9\x18\x24\xbb\x29\xd6\x38\x48\xaf\xbc\x4f\xf2\xdf\xb1\xaa\x09\xcf\x20\x36\x03\xe2\x31\xe5\x1f\x9c\x5f\x4d\x95\xf4\xce\xfb\x5d\x27\x8a\x26\x6a\xc2\xab\x07\x3a\xad\x84\xbf\x51\x4c\x51\x93\x65\x52\x3e\x38\x96\x78\x00\xec\x9a\xf0\x2b\x82\x4e\x6b\x62\xdc\x58\x93\x06\x75\x72\xf3\xab\xf7\x26\x96\x7f\x8c\x79\xe5\x40\x73\x23\xac\xc8\xc5\xdd\xfc\x6a\xe6\x5b\xe8\xa5\x16\xc6\x96\x75\x45\xd4\x27\x03\x5f\xed\x5a\x18\x2b\xd6\x4c\xe5\x56\xe6\x7e\x52\xeb\x5d\xdb\x28\x93\x36\x31\x99\x8c\x3f\xb5\x6b\x03\xfd\x8a\x8d\xbc\x42\x2f\xd2\x66\xbd\x07\x51\x6f\xb6\xa7\x33\x26\xe1\x6f\x2e\x4a\xbb\xf6\x3b\x21\x5e\x55\xea\xf0\x23\xdf\x2f\x01\x79\x7d\xa8\x5c\xb5\x24\xc4\x7a\xaf\x54\x19\x8b\xf8\x5d\x21\x14\x09\xae\xde\x93\x29\x63\x11\xbf\xf1\xf5\xe8\xb2\xfd\xf8\x7a\x18\xf0\x69\x57\x1c\xd8\x9a\x0b\x01\xa2\x91\x80\xea\x3d\xbd\x32\x16\xf4\xbb\xa2\x99\x92\x20\x88\xef\x24\x8c\xfd\xc6\xaf\x23\x63\x2a\xb2\x2b\xce\x6a\xb2\xf1\x15\xa0\xd7\x6f\x11\xed\x7a\xf3\xd8\x66\xb0\x80\xbf\xc5\x82\x47\x1b\x86\x8e\x9b\xc8\x50\xf9\xc7\x09\x51\x89\x72\x83\x7b\xd4\xae\x87\xc1\xe3\x44\xc4\x57\x24\x62\xef\xb2\x71\x16\xc9\x44\x20\xda\xf5\xe0\xce\xe5\x24\x13\x28\xfa\x1b\x87\x87\x09\x61\xe3\xc7\xa1\x24\x7e\xe3\xc0\x35\x47\x01\x31\x31\xa4\xe2\xd7\x36\x60\x97\x94\xb5\x54\xb0\x84\x6d\x0f\xa1\xa5\x44\xef\xde\xed\x07\x96\x19\x87\x46\x03\x31\xdc\x36\xb4\x1f\xe3\xcf\xb5\x0b\xbf\x13\x63\x20\x6d\x1c\x4f\x04\xc7\xde\x0d\x84\xc2\x1f\xe3\x4f\x50\xaa\xfc\x63\xcc\x09\x43\x25\x18\xf6\x6e\xa0\x83\xff\x90\x85\x10\x50\x2a\xe3\x19\xb0\x1b\x11\xcf\xf1\x1e\xd8\x78\xa1\x88\x93\xbc\xf1\x42\x31\x24\xd1\x6e\xfa\xac\xfd\x7c\x67\xfc\xe1\x7e\x5a\x62\xfc\x93\xf9\x19\x7f\x36\x9e\x06\x01\xc9\xc1\x34\xc0\x44\xf1\x36\xd8\x2d\x93\x87\x79\x6c\x44\x4d\xf8\x31\x47\x2d\x2f\xf2\xd3\x1e\x9c\xdc\xe4\x06\x9a\x84\xc2\xe6\x44\x9c\x28\x63\x05\xed\x56\x18\x7f\xd6\x89\x81\xa1\x80\x48\xdd\xc4\x85\xca\x5f\x5d\xf7\x80\x12\x36\x78\xb7\x7b\xbd\x12\x28\x78\x37\xf0\xc6\xb1\xbe\xdf\x8d\x83\x48\x91\x0b\x4e\x29\x99\xa0\x49\xbb\x41\x58\xdd\xbe\x48\x58\x70\x60\xad\x5b\x3e\x65\x76\xe6\xc5\xf6\x77\xdb\x43\x39\x70\x7b\x1e\xb6\x6d\x30\x17\x88\x4d\x1a\xb0\xa2\x98\xba\xec\x76\x0f\x25\x71\x7a\x77\x1b\x22\xcb\x99\x9f\x31\x71\xbe\xa6\xe5\x50\xfe\x64\xbe\x10\x89\x10\x1e\x4a\xe8\xdc\x8d\x37\x8c\xf1\x6b\x36\xde\x30\x82\xe0\x6e\xc3\x41\x61\xec\xbd\xdb\x7a\x48\x27\xcf\xa6\x2f\x70\x78\x0d\x8c\xe4\xc0\x9a\x6f\x1c\x38\x8a\x08\x9a\x41\xa0\x7f\xe6\xa7\x5f\x6c\x7e\x46\x88\x0a\xce\x29\xb1\x4b\x14\x19\x11\x1f\x2a\xff\x2c\xff\x30\xce\xac\xff\x76\x18\x1f\xe7\xeb\xde\xb8\xba\x57\xf2\x06\x9a\x32\x01\x6b\x76\x7b\x68\x27\x1b\x5b\x33\x14\x25\x5c\x69\x7b\xfc\xf6\x6f\xe8\xd2\xbb\x19\xbd\xdd\x85\x03\x12\x1a\x6e\x1e\xdb\x68\x54\xc1\x45\xf4\x5e\x22\x20\x34\xe8\x6e\x2f\x03\x09\xa7\xd2\x70\x30\x25\xfc\xe7\x6e\x2f\x9d\x80\x5b\xc2\xfd\xa6\x7b\x12\xe3\x7e\x13\x81\x56\xdc\xb8\xdf\x74\x95\x07\xb8\xdf\x64\x05\x94\x1d\x39\x84\x27\x71\x0f\x96\x53\x79\xbf\x83\xe1\xb5\xb1\x07\x3b\x74\x07\xb8\x83\xdd\x8b\x05\xf7\xee\x91\x05\xc2\xe9\xd5\x0d\x53\x08\x51\x12\x6d\xaa\x7b\x1d\xeb\x86\x22\x64\x91\xe2\xae\x93\x5d\xbc\xdd\xb8\xc3\xc9\x77\x26\x96\xd3\xab\x4b\x94\x9c\x5e\x84\xa3\xea\x5e\xb5\x0c\x40\x85\xdf\xe1\xc6\x75\x27\x63\xef\xb5\x71\xdd\x89\x58\x7f\x6f\x5c\x77\x32\x80\xbb\xdb\xb0\x54\x60\xfb\xed\x9e\x69\x67\xf3\x9d\x31\x64\x92\x7b\xa6\x8f\x6c\x00\x3d\xb3\x09\x31\xc9\xb8\xf7\x64\x5c\x4a\x36\xee\x3d\xdd\x2b\x12\xee\x3d\x19\x97\x92\x8d\x7b\x4f\x04\xc3\x6f\xe3\xde\x93\x15\xc8\x12\xcd\x2a\x2b\x84\x25\x64\x55\x56\xc0\x4a\x5c\xaa\xee\x15\x86\xb0\x54\x19\xfc\xda\x8d\x0b\x50\xf7\xd4\xef\x95\xf1\x67\x53\xec\xc6\x3b\x34\xbd\x99\x9f\xb6\xb1\x01\x60\x23\xb5\xfb\xbd\xfa\xf5\xe1\xbc\x83\x18\x0c\x7a\xdf\xee\x9d\x36\x3b\x9e\x06\xe3\x86\x08\xba\xfe\xb2\x8e\xad\x31\xb6\x5d\x03\xf7\xba\xd7\x3d\xad\x71\x01\x32\x9c\xcc\xee\x83\x7e\xc1\x65\xf6\x41\x5f\x20\xee\x0e\x2c\x74\x70\x3d\x0c\xe6\xda\xbe\x10\xd7\x28\xb8\x1e\xc0\x35\xc4\xcb\x64\x77\xa0\xf6\x83\xf3\x3e\x0d\x4e\x4f\x39\x93\xf9\xb5\xfc\x69\xd4\x7b\xf3\x33\x0e\x70\xa2\x7d\x1a\xf3\x9e\xf7\xc5\xd8\x42\x0b\x7d\xb1\x26\x59\xff\x7d\x7f\x11\xf3\x79\x37\xdd\x77\xbf\xa5\x3d\xa7\xe2\x0a\x4c\xbd\x5f\xe4\x64\xea\xf2\xc0\x1c\xe6\x31\xc4\x2f\x75\x49\xdc\xce\xc5\xe5\x32\x87\x87\x06\x9e\x3a\x39\x48\x5f\xb8\x60\x7a\x68\xf4\xf7\x0b\xcd\xcc\xfb\x22\xcf\x1d\x93\xf1\x45\x4f\x1e\xbc\xfb\x6d\xe1\xbd\xdd\x6f\xb3\xe9\x9d\xf4\xca\xfb\x83\x9f\x72\xe2\xdd\x30\x9e\xe4\xbf\xb7\xb5\x81\x6b\xd9\x1e\xc1\x50\x96\xe4\x0f\x8d\x6f\x1b\xef\x5f\x6c\x4e\xde\x07\xe9\x9d\xf7\xcd\x3b\x75\x5d\xae\x74\x48\x5f\x23\xd2\x4e\x36\x2d\xa3\x6f\x61\x60\xbf\x47\x3c\xa4\x53\xaf\x81\xe7\xc7\xdf\xec\xcc\xf6\xb8\x27\x6b\x76\xd3\x1a\x89\x0e\xc1\x55\x8c\xcc\xc0\x3b\x00\xc5\x40\x7f\x91\x77\x1a\x0e\x37\x30\xca\x17\x68\xf0\xbe\xd7\x3b\xd8\x5f\x87\x8c\xbb\xe1\xc0\xe0\xd2\xf9\x75\x08\x98\x4f\x02\x70\xed\xd1\x8c\xfd\x47\xf9\x06\x80\x61\x97\x1f\xed\x0b\x27\xc6\x3b\x1d\xe2\x04\x1d\xf7\x2a\x37\xfe\x79\x7f\x49\xa7\x4c\xdc\x3a\xff\x79\x37\xea\x0f\xed\xec\x96\x43\x3b\xbb\xf9\xa9\xcb\xc0\x31\xf6\xf7\x12\x50\x56\x61\x30\xc6\x17\x28\x89\xf7\x74\xcb\x4c\xe6\xcf\xe4\xa1\x3d\xf7\xa4\x1c\x6e\x5a\x63\x18\xc8\xc2\x6f\x37\xe9\x4c\x88\xd8\xeb\xd1\xfc\x0f\xdf\xd2\x9e\xf9\x05\xb9\xe1\x9d\x71\x80\x2b\x22\x26\x58\x76\x63\x1e\x70\xa8\x6e\xc6\xc4\xfd\x1a\x18\x40\xee\xb1\x18\x73\x16\xf2\xc0\x09\x19\xa3\xc7\x4d\x38\xb0\xfc\xb5\x73\x7f\x71\x58\x78\x1f\xb8\xbb\x53\xe6\x17\x8c\x86\x6f\x39\x59\x01\x6b\xdd\x03\xe0\x5f\x02\x81\x6d\xa2\x82\x0d\xe2\x30\xed\xc1\x09\xea\x86\x4d\x18\xb0\xfc\xf5\xf7\xbc\xf8\xca\xf3\xad\x11\x08\x2c\xe7\x09\xa4\x53\xce\x03\xdc\xbe\xe3\x00\xe6\xe8\x37\x26\x0f\x73\x07\x07\x3f\x38\x0c\x01\x6c\xdd\xb8\xe8\xc4\x28\xd1\xbc\xb6\xed\xce\xcb\x34\x26\x01\x44\x33\x7f\x77\xcc\x5d\x63\xd3\xe8\x02\x9c\xee\xb8\xd6\x64\x15\x30\x5f\xd0\x2e\xb8\x31\x62\x76\x0d\xd7\xc0\x0c\x40\xd9\xc2\xb5\x10\xbe\x6b\xc4\x60\x39\x8c\x33\x44\x3c\x8d\x5f\xc3\x38\xcf\x48\x99\x1c\x0e\x33\xde\xf1\x77\x1e\x27\x9c\x2b\xb0\xae\x7b\x46\xfc\xeb\xa3\xf9\x09\x08\xc0\x5c\x4c\x89\x8f\x83\x82\x18\x60\x86\x9d\xd9\x13\xe0\x5e\x0f\x84\x69\x08\x3b\x36\xe0\xc9\xa1\xe4\x81\x30\xa5\x2f\x36\xe0\x59\x18\xff\x62\x9e\x3b\x6e\x5f\xdb\xaa\x6d\x20\x8f\xc1\x47\x99\xdf\xc9\xe1\xa3\x32\x09\x2f\x9c\xac\xd2\x68\x56\xc6\xd3\x31\x91\xd6\x38\x3c\xf1\xbc\x19\x0a\xdf\x67\x63\xad\x72\x78\xce\x0e\x2d\x54\xdf\x69\x0f\x1b\xf3\xec\x8c\x89\x6d\x06\xc7\xde\x83\x62\x0e\xc6\x87\xcd\x6c\x0e\xda\xc6\x01\x3e\x8d\xe5\xd1\xcc\x43\xdb\x6c\x27\x28\xb9\x6e\xf6\xd3\x35\x6f\x9e\x75\xf7\x0d\xb0\xd5\x37\xde\x33\xd9\xb5\x84\xf7\xcc\x00\x78\x71\xcf\x45\x1b\xfa\xdf\x3c\x00\x36\x6e\x33\x19\xf4\x81\x8d\xdb\xcc\x00\x2a\x69\xcf\xcd\x00\x58\xf0\x06\xe6\x80\x4d\x88\x38\x63\x19\x54\xd2\x3d\x2f\x0b\x3a\xb0\x80\xde\x5f\xc8\x31\x4e\x85\x79\xc0\x42\x80\x58\x71\xa1\xc9\x9e\x2e\xf3\xb0\x78\x39\xed\x88\x3d\x96\x3d\x45\xa6\xc4\x81\x0c\x66\x3e\x77\xb0\x93\x0b\x10\xf6\xd2\x13\x65\x3e\x7e\x4b\xbd\x40\xec\xaa\xf9\xfa\x22\x88\x71\x72\xcc\x97\x4e\x73\x12\x4f\xe4\x1f\x6a\xbb\x96\x81\x9d\x18\xf8\x2f\x7a\x18\x27\x07\x6e\x33\xd9\x53\x67\x49\x28\x9c\x0a\xcb\x93\xe6\xcb\xef\xb7\xb7\x0d\x2b\x32\xf0\xc8\xab\x16\x8b\x1d\x83\xc0\x4d\x40\x31\xe3\xeb\xec\x05\xe7\x07\xf8\xe9\x26\x9c\xd8\x48\x96\x43\x34\x31\x0c\x4d\xf7\x02\x38\x20\xd9\x06\x16\x3b\xa8\xa8\x7b\xa5\x07\xc4\x07\xf3\xbc\xa4\xdf\xfe\xe2\x12\x33\x32\x87\xc3\xba\x9c\x5f\x4c\xdf\xfb\x24\x0f\xf9\xef\xd5\x6c\xe0\x4c\xbf\x71\x77\x31\x0e\xcf\x26\x08\x59\xf6\x60\x59\x10\x13\xc0\x60\x1b\x77\x97\x81\x51\xeb\x5e\x97\xf3\xcb\x60\xa0\x6e\x02\x90\x0d\x6c\x04\xf7\xba\x84\x65\xa0\x9e\xbd\x44\xa3\x88\xbe\x1f\xd2\x69\x1b\xf1\xed\x5c\x8c\x8b\xc3\x0a\xd0\xd4\xbd\x00\xe0\xf5\xb0\x5a\xed\x8e\x55\x66\xe3\x5c\x70\x78\xd1\x6f\xbb\xed\x21\x3f\xc4\xe4\xe1\xb3\x80\xe6\xf5\xc0\x59\xf7\x90\x19\xc0\x46\xec\x75\x0f\x99\x08\x68\xd8\x5e\xc4\x9c\x04\x34\x6c\x2f\x44\x1c\xd1\xb6\x4d\x81\xb6\x29\x7f\x32\x9e\x10\xd0\x9a\x8c\x03\x07\xda\x5a\x8c\x27\xc4\xb4\x16\xf5\x72\xa0\xe1\x71\x12\x41\x19\xdb\x78\x9c\x64\x5c\xaa\xf6\x42\xc4\x81\x4b\xd5\x5e\xe0\x52\x63\x80\xbd\x89\x5a\x36\xb2\xf3\x08\x37\x86\x5b\xd4\xc6\xb3\x64\x64\xd7\xd2\x66\xac\x1c\x4f\x38\x30\xc0\x39\x37\x5e\x20\xc6\x23\xda\xeb\x61\xdc\x38\x1c\xd6\x53\x01\xd2\xa0\x1c\x0e\x07\xe9\x8e\xb0\x65\x03\xbb\xbd\xbd\x9e\x41\xba\xef\xac\x01\xc7\x96\x9b\x95\x87\xc9\x62\xfd\x13\xff\x6c\xe3\xe1\x31\xb4\x5d\xc3\xc3\x23\xe3\x2e\xb5\xf1\xf0\x18\xda\xae\xe1\xbd\x61\x44\xa3\xbd\xc3\x03\xe0\x46\xe2\xfd\x25\x9d\x6f\x23\x98\x1c\x6c\xc0\x78\x69\x18\x2e\x68\xe3\xa5\x31\xf0\x9f\xdd\x78\x69\x44\xd0\x2f\x36\x5e\x1a\x99\x38\x67\x7b\xb3\xc1\xab\xa8\x23\xcc\x59\xc6\xbd\x6a\xef\x34\xf9\xf6\xf6\x05\x8f\x8d\xec\xe1\xb6\xef\x4d\x66\xe0\x1f\xba\x37\x21\xf6\x52\xf9\xab\xcc\x8c\x68\x27\xd9\x53\x70\x4b\x04\x5c\x13\x76\x61\x50\x61\x77\x37\x0b\x1c\x5f\xc8\xbd\x8b\xf9\xcd\xf3\xf0\xce\x60\x14\x40\x4e\xd8\x9c\x0c\x8f\x06\x5e\xd7\xc6\xe5\x23\x83\x17\xba\xb7\x0b\x9f\x93\x86\xb0\x28\x03\x03\xcb\xbd\x09\x86\xa3\x06\x90\x00\x6a\x03\x1f\xc9\xbd\x39\x81\x80\xe9\xda\xb8\x8b\x44\x60\xba\xf6\x6e\x96\xc9\x84\x34\x26\x6a\xf8\xce\x44\xb1\xf0\x89\xa9\x32\x88\x1e\xbe\x09\xaa\x12\x71\x9f\xd8\x04\x4f\xc9\x9e\xee\x84\x64\x1b\xf8\x21\xee\xdd\x58\xb0\xb6\x19\x8e\xcd\x13\x71\x4b\x34\x5c\x4f\xf6\x60\x72\x6c\x27\x01\x6f\x92\x83\x8d\x0c\xc3\x93\x78\xcf\x09\x08\x0a\xe5\x4c\xc6\xc7\x36\x2f\x26\xca\x36\x2c\x50\x50\x5c\x68\x12\x10\x84\xb5\xb9\xb6\x78\x72\x6f\x22\x55\x26\x4e\x50\x23\x9d\x78\x72\xef\x7b\x98\x8c\xea\x98\x23\x17\x4c\xce\xd1\x66\xf1\xda\x4e\xe4\x19\xa0\x75\xed\x7d\xe8\x8b\xed\x44\x16\x98\x9c\xa3\x07\xa2\xe4\x34\xdd\xc4\xb1\xc4\xb2\x7b\xef\x27\x82\xd0\x62\x3a\xf5\x72\xb2\xe2\xf9\x61\x54\xa2\x6d\x30\x13\x4f\xfa\x8d\x8c\x10\x50\xaf\x6d\xd4\x12\x4f\xfa\xfd\x5e\x82\xd0\xc4\x66\xc3\x75\xc9\x0d\x10\xaa\x64\x68\x62\x73\x7e\xd4\x4b\x1e\xc3\xd6\x81\xc9\xb5\xf1\xf0\xc8\xb8\x7e\xed\x23\x91\x71\x20\x9c\xcb\x69\x0d\xcd\x58\x88\x5f\x67\xbc\xa1\x4d\x88\x92\x41\x88\xda\x7d\xc2\xdd\x3c\xd4\xde\x12\x81\x24\x62\x04\xbe\x09\x35\x92\x3d\x9c\xf1\x02\x89\x1e\x1a\xc7\xc3\x84\x31\x3c\xc8\xff\x3c\x34\x88\x68\x37\xb0\x46\xdf\x87\xb8\x42\x04\xb7\xdb\x84\x29\x19\x9a\x8a\x1c\xa2\x0d\x67\x0e\x01\x3c\x48\x22\xb1\x13\x36\x31\xef\x72\xe4\xc0\xc7\xf3\x23\x02\x84\xb5\xf1\xfc\xc8\xb8\x93\xed\x03\x8d\x80\xfc\xb2\x89\x26\x92\x71\x27\xdb\x78\x84\xc4\x6c\x1f\xeb\x1d\x43\x2d\x01\xce\xe5\xb4\x62\xe6\x10\x20\xb6\x48\x06\xdc\x74\x9f\x4b\x0b\x11\x23\xf6\x8d\xb7\x47\xf4\x80\xc2\xdb\x23\x03\x74\xba\x8f\x6b\x9b\x39\x32\xba\x88\x0c\xc5\xe9\xe6\xa7\x3d\xdd\xfc\xf4\xb1\x33\xce\x5f\x7e\xc6\x0d\x26\x82\xa8\x23\xa3\x7d\xdf\xd2\x17\xe7\x0b\x6e\x0c\x0f\x8c\x8d\x17\x48\x96\x71\x38\xd0\x0e\x86\xf4\xfb\xdc\xab\xfd\x50\x6e\x7a\x08\x57\x0c\x12\xf2\x26\xf0\xc8\x50\xf3\x4b\x6c\xbd\x88\x07\xc6\xc6\xdb\x23\xe2\x75\xb1\x8f\x07\xce\xf8\xab\x9d\x19\xae\x20\x59\x8e\xe4\xec\x08\x9c\x0f\x83\x04\x01\x11\xc0\x6f\x13\xc5\x24\xe2\xb6\xb1\xcf\x36\x22\x04\x0d\x81\x68\xb2\x13\x0b\xa1\x60\xb9\xbf\xcf\xbd\x9e\x0c\x85\x92\xb8\x73\x44\x50\xb2\x36\xee\x1c\x59\xce\xe0\x40\x1c\x40\x63\x6d\x62\x8b\xe4\x64\x87\x5e\xcb\xa4\xfc\x77\x02\x18\x44\x87\x10\xa0\xab\xba\x27\xce\xc8\x50\x40\x69\x30\x3e\x55\xf7\x0f\x1c\x98\x1c\x00\x61\x44\x62\xe6\xe4\x78\xe0\xba\x54\xdd\x13\x0d\x24\xe3\x03\xb8\x71\xe7\x18\xda\xe5\x3c\x70\x63\x72\x21\x44\x09\x19\xda\xe8\x3c\x84\x47\xc3\x6d\x63\xe3\x9e\x11\x71\xb1\xd8\xb8\x61\x64\xb9\x13\xdc\x30\xb2\xdc\xc9\x73\x39\xb0\xa1\xbc\xf0\x41\x68\x0e\xc2\xf3\x26\x4e\xc8\x50\x5e\xf8\x48\x34\xc5\x3c\xb4\xb3\x98\x7e\x28\x87\xf6\x5c\xe2\xc8\xf8\x18\xee\x07\xe2\x90\x83\xc1\xeb\x62\x68\xbe\x61\xe8\x0f\x39\x09\x42\x7f\x0c\x65\x84\x0f\xf2\x36\xb9\x81\x47\x62\xe2\x30\x21\x84\xc7\x00\xec\x6b\x3f\x97\x38\xc6\x70\xac\x38\x28\x80\x18\xda\xcf\x25\x8e\xa1\xa9\x02\xde\x18\x59\x4e\x9d\xd8\x1e\x43\xad\xdc\x23\xd1\x20\xf3\x78\xfa\x1d\x43\xb5\x66\xc4\xf0\x88\xc0\x56\x6d\x62\x78\xe4\x64\x7b\x3a\x63\x08\x87\x44\xe4\xc1\xa1\xa6\xec\x41\x36\x06\x94\xd4\x26\xb6\x47\x96\xdb\x30\xec\x20\xf0\x44\xfb\x99\x8c\xa7\x75\x4d\xd3\xc9\x33\x17\xe9\x94\xef\xc2\x87\x70\xf1\xde\xc8\x72\x18\x04\x0b\x1c\x2a\xa8\x88\xfa\x91\xbd\x2d\x10\xf5\x63\xa8\x11\x26\xec\x47\xd4\xe4\xe1\x71\x9d\x43\xac\x0f\x87\x03\x6e\x4e\x9b\x00\x82\x59\xee\xe4\x71\x3d\x43\xc4\x0f\xf6\x6d\x3f\x35\x2d\x0f\xb6\x07\x3f\x55\x2d\x44\xd9\xc8\xc0\x9e\x6e\xa2\x6c\xdc\x3f\xa8\x9a\xe5\x5a\x5c\x1e\x77\xbf\xcf\x80\xa0\xee\x47\xf4\x27\x15\x2f\x06\xf8\x03\xde\x68\xbf\x3f\xc6\x85\xf5\xfd\xb2\xbe\x81\x37\xda\x2f\x51\x60\x7f\x6a\x1f\x70\xff\xc8\x60\x87\xed\x97\x28\xa5\x3f\x25\x61\x6f\x20\xc0\x1a\x2b\xf3\x0d\xac\x2e\x66\x1f\x5f\x90\x28\xff\xf7\x22\x75\x06\x3e\x75\xe3\x0b\x12\xe5\xff\xde\xcb\x63\x85\x9f\xba\x14\x42\x75\x44\xd0\x85\xf6\x9b\x20\x63\x96\xc8\x9b\x18\x1a\x96\xc5\xeb\x92\x85\x54\xde\xec\x68\x30\xb7\xaf\x11\xdf\xd8\x98\x88\xe2\x17\x7e\x0a\x08\x89\xe2\x17\x75\x9b\x20\x96\xc6\xfd\x83\x76\x13\xd1\x4f\xbf\x09\x02\xfa\x65\x60\x52\xf7\x5b\x19\xb2\xf2\x57\x55\xc0\x2b\xca\x93\x72\xc5\x17\x31\x96\x9c\x29\xde\x25\x51\x6e\x94\x98\x1d\x11\x24\x9e\x4d\xd0\x8e\x8c\x3b\xda\x7e\xfb\x07\x1f\x66\xa6\x44\x26\xda\xdb\xc5\xf7\x72\x7c\x3a\x51\xea\x1c\x74\x84\x5a\xc5\xb1\x65\x9b\xc7\x81\x6d\x13\x24\x30\x13\xd3\x6a\xbf\x83\xf1\x54\x8a\xf4\xc2\x17\xe1\xe6\xba\x89\xef\x71\xff\xa0\x3a\x64\xbb\xc5\xd9\x60\xbd\xeb\xad\xf1\x22\xc3\xc5\xff\x75\xe3\xfd\x92\x65\x16\x5f\xd6\xbe\x9e\x1b\xef\x9a\xc2\x98\x51\x03\x9c\x91\x9c\x20\x91\x42\xee\x1f\xd4\xb0\x68\x1f\x2c\xd6\xcb\x8a\x2f\x4e\x99\x3b\x3b\xbb\xed\xbb\xad\xd9\x3c\xd6\x46\x9f\x89\x93\xfc\x03\xfc\x64\xbf\x5c\xba\xe5\xe7\x88\x11\x72\xff\xe0\x6b\x94\x40\xb8\xdb\xed\xf7\xb1\x06\x86\xef\xf1\x03\xfa\xf3\x58\x03\x03\xf0\x3a\xde\x9c\x98\x2f\xa1\x56\x8b\x13\xf1\x7e\x78\x6a\x54\x87\x44\xd8\xfb\xc2\xfb\xb2\x26\x9a\xef\x2c\x78\x2e\xc3\xe7\x87\x84\x0a\x80\x9e\x43\x3c\x91\x0c\x78\xec\xf9\x49\x52\x77\x1b\x3c\x04\x11\x89\xe5\xf2\xc2\x87\x28\x22\x19\x98\xd8\x43\x14\x91\x0c\x1e\xec\xf9\x21\x12\x06\xc4\xe7\xfc\xb8\x9c\x73\xf1\x38\xbf\x60\xd7\x28\x47\xe2\xba\xd3\x70\x7e\x12\xd4\xe5\x7f\xcf\x8f\x60\xdf\x3f\x6e\x72\xe7\x47\x0c\x7a\xac\x70\xce\x4f\x22\xaa\x54\x40\x54\x28\x18\xd1\xf3\x33\xf0\x62\xa5\xd0\xcc\x08\x13\xd0\xf9\xfc\xd0\x90\x72\x3d\x39\x04\x19\xb9\x7f\x50\x5d\x86\x3e\x1a\xef\xdc\xb7\xc1\xac\x39\x3f\x77\xfe\x4e\x6d\x86\x5c\x6c\xbe\x1b\x73\x91\xa1\xa8\xe6\xa7\xcb\xd5\xfc\xa6\x33\x0b\xd1\xda\xe0\xaf\xe0\x87\x0f\x21\x40\xee\x1f\xd4\x66\x44\xa8\x4e\x1f\xb8\x7d\xc3\x04\x9f\x5f\xb3\x54\x06\x55\x28\x35\xb8\xd7\xf3\x23\xd0\x66\xf9\xde\x93\x18\x77\x54\x21\x55\x7e\xef\xc5\x3f\xa8\x82\x20\x8e\x08\x40\xce\xaf\x3d\xfe\x61\x1d\x10\x4d\xa7\xa8\x2e\xa4\x9e\xb9\x90\x2f\x17\xbb\xdd\x2d\x96\x2e\xc1\xad\x15\x7b\x01\xb7\x06\x37\x7e\x7e\x9d\x25\x3d\xa8\x4d\x12\x1d\x0c\xdf\x60\xe6\x90\x7b\x1c\x02\x8f\x64\xd8\xeb\xf3\x13\x80\x10\xc8\xf4\xf3\x43\x10\x00\x7f\x7d\x7e\x92\xa8\xad\x98\x7e\x40\x9e\x69\x64\x4b\x9a\xba\x98\x52\x6e\xe1\x07\x4f\xa8\x8c\x9b\xf2\xf9\x2d\x36\x29\x0e\xab\xf3\x93\x14\xfd\x7a\xb3\xbc\xff\xaa\x24\x38\xc4\x26\xc9\xd9\xa5\x7f\xa2\xa5\x51\xe7\x99\xfc\x41\x0f\xcf\x12\x11\x90\x21\x41\x0a\x06\x58\xcb\xf9\x09\xb9\x06\x46\xf5\x21\x36\x49\x04\xad\xe5\x10\x9b\x24\x73\x0b\x38\x3f\x62\xec\xff\xd8\xc3\x0e\x2e\x53\x99\x6b\xc0\xd1\x65\xea\x97\xa4\x91\xf7\x8e\x03\xb8\x26\x07\x9f\xa9\x9c\x1d\x44\x6c\x1d\xe0\xf7\x0f\x31\x4c\x32\xfc\xfe\x21\x6e\x49\xf8\xb1\x17\x9c\x80\x51\x03\x0c\xfc\x09\x1f\x7c\x21\xcb\x36\x10\x91\x1f\xcf\xa1\x13\x60\xe2\x30\x9b\x3a\x81\x30\x6e\x39\xf0\x71\x00\x8b\xd1\x35\x4f\xd8\x93\x8c\x7c\xea\xe0\x06\x15\x81\x3c\x39\xb8\x3b\x65\xae\x02\x27\x40\x85\xe0\xbe\x9d\xc0\x51\xc6\x55\xe0\x10\xe0\x24\xfc\xbe\x8f\x21\x2a\xe0\x45\x0e\x3e\x4e\x39\xdb\x0a\x88\x0a\x48\x91\x13\xca\x23\x72\xa2\x99\x5e\xfe\xa0\xa4\x4a\x47\x6d\xea\xa5\xb0\x88\x83\xd1\xc1\xc9\x29\x82\xff\x71\x02\x01\x6c\x7f\xf9\xfb\x83\x26\x25\x46\xa6\xda\x24\xdf\x37\xe9\x83\x77\xa6\x3a\xf0\x0e\xb1\x61\xca\x75\x42\x63\x24\xf1\xd5\x3d\x84\x3d\xc9\xc8\xd5\x4e\x80\x10\x40\xeb\x38\xb8\x45\x65\xe4\x6a\x27\x40\x14\xb8\x1b\x1d\x62\xa0\x64\xae\x15\x27\xa0\x50\xe1\x2a\x71\x02\xdc\x18\x57\x89\x43\x80\x93\xf0\x03\x69\xf2\x04\x24\xc7\x5c\x05\x0e\x7e\x4e\x11\x3f\xa4\x13\x44\xdc\x84\x37\x3b\xe1\x5e\xd6\x23\x18\x17\x27\x08\x5d\x88\x6b\xed\x09\x44\xf5\xc6\x9b\xe8\x04\xa9\x02\x00\xce\x83\xab\x53\xc4\x9d\xe8\x04\x60\x98\x7e\xb0\x73\x27\x70\xa7\xc7\x9f\xe8\xe0\x03\x95\xbf\xe1\x46\x70\xcc\x9d\xfe\xe0\x0f\x95\xb3\x73\xb2\x99\x13\x18\xac\x13\xa4\x0e\xe7\x44\xf8\x42\xdc\x65\x4f\xe0\x86\xff\x8d\x3d\xd6\x0b\x80\x67\x9c\x80\x98\x17\xf0\x8c\x13\x10\xf3\x66\xc7\xde\xd5\x5d\x7c\xbf\x17\x11\x80\x31\x4e\x70\x75\x33\x0f\xf1\x57\xc5\xaa\x6c\xfc\x68\x64\x0a\xbc\xb3\x58\x99\x87\xf8\x1b\xa4\xdf\xa6\xe2\xd6\x14\x71\x89\x3a\xb8\x35\x65\x6e\x19\x27\x06\xba\x73\xcf\xde\x13\x5d\xe8\x97\xc9\x3b\x31\x32\xc4\x1e\x1f\x11\xa6\x2d\xdf\xe3\xf3\x44\x41\x01\x3d\x3f\x22\xd1\xe7\x71\xa8\x3a\x38\x24\xc5\x6a\x7a\xe2\x03\x8e\x95\x28\x65\x5c\x7e\xff\xe0\x90\x14\x7e\x6e\xdc\x91\x98\xf4\x98\xc9\x9d\x98\x1c\xc9\x6e\x49\xac\x6e\xa8\x35\x7e\xe0\x9e\xec\xaa\x11\x41\x31\xb2\x8f\x83\x3b\x52\x04\xdd\xe2\xe0\x8e\x94\x71\x1a\x3f\x91\xf8\x6a\x5c\x83\x0e\xae\x49\x19\xeb\xe7\x13\x0b\x2b\xb7\xfe\xfe\xa6\x3e\x38\x11\x09\x1a\x60\xbf\x87\x88\x27\x11\xdc\x8c\x13\x91\x0e\x20\xb6\x3d\x11\x29\x00\xe1\x20\x0e\x8e\x4b\x19\x8c\xd5\x13\x39\xa4\xb2\x53\xd1\xaa\xd8\x9f\xfc\x41\x78\x75\x5c\xbd\x4e\x94\x56\x38\x8b\xf0\x44\xca\xd9\xd1\x91\x56\x38\x96\xe2\x88\x02\x84\xf2\x07\xb6\x3c\xd2\x44\xfc\x50\x3e\x93\x3f\x18\x7f\x47\x8d\xcb\x7c\x75\xa0\x38\x34\xc0\x14\x3e\x11\x41\x18\xfe\x59\x27\x4a\x44\xd0\x4d\x9c\xe6\xa7\x82\x69\x7e\x6a\x9e\x4c\x85\xeb\x32\x22\x62\xce\x4e\x85\x78\xa1\x2e\x4c\xbc\x97\x22\xde\x5a\x27\xca\x09\x56\xd7\x0a\x9c\x60\x76\x8e\xa4\x27\x4e\x3b\x62\x99\xe4\xec\x7c\xdd\xab\x7f\x04\x01\xe3\x44\x51\x42\xbf\x65\x20\x71\x39\xdc\xdb\x52\x2d\x69\x43\x07\x1c\x64\x51\xcc\xd0\x6f\xea\x91\x45\x03\x7c\x71\x08\x8c\x12\xf1\xe4\x3a\x78\x30\x45\xbc\xb7\x0e\x1e\x4c\x39\x3b\x59\x10\x20\x9e\x5c\x87\xd0\x28\x11\x8f\xad\x83\x07\x53\xce\xce\xcf\xe3\xc4\x71\x62\xe3\xaa\x94\xb3\x2b\xf6\xf9\xd0\x53\xf9\x1a\xf9\x02\x9e\xfe\x07\x9f\xa4\x08\x94\xc5\xc1\xf7\x28\x67\x67\xf7\xb5\xb6\x9b\x27\x81\x49\xf4\x03\x16\xf2\xa4\xcb\x2d\x46\x24\x62\x27\xfd\x3e\xbc\xd5\xc0\x8f\xc2\x1f\x89\x77\x16\x53\x37\x7d\x98\x29\xf3\x83\x83\xa7\xfb\xf5\xf2\x8f\xc2\x8f\xd7\x1f\xb7\xab\x29\x7c\x15\x36\x7e\x08\xba\xca\x4e\x9f\xc2\xa5\x3c\x90\x2b\x4e\x0a\x8f\xe8\xad\x14\x2c\xd5\x83\x33\x71\x92\x54\xcf\x51\x87\x03\x53\xce\xdd\x4c\xcd\x4c\x54\x82\xa8\x0e\xf3\xcb\x93\x12\x33\x06\x70\xc2\x49\x98\xf3\x64\x96\x63\xca\x76\x84\x0f\xa4\x4f\x96\x60\x2a\x55\x84\x58\xfe\xc0\xa4\xc0\x8d\x98\x30\x29\xf7\x0f\x73\x31\xd0\xcc\x06\xc1\x51\x22\x10\x09\x27\x79\xf0\x31\x19\x89\xcb\x15\x30\x07\x07\xc7\xa2\x0c\x6e\xf1\x49\x90\x1a\xce\x59\x87\x30\x24\x19\xdc\xe2\x83\x8f\x50\xe6\x62\x7d\xf0\x11\x8a\x8d\xdd\x23\x8d\x26\x8e\xac\x99\xe8\x5b\xf1\x1d\x42\x80\x0d\xc3\x79\x28\x12\xe4\xf9\xa4\x39\x05\x98\xf5\x8f\xc5\x1f\xf4\x9f\x6b\x13\x8a\x94\x93\x26\xad\x86\x70\xf0\x2a\xca\x28\x52\x4e\x5a\x49\x14\x5a\xaa\x46\xd0\x0c\x42\xc1\x49\xcb\x2e\xfb\x81\x35\x38\x41\x50\x17\x10\x0e\x07\x3f\xa4\x88\x33\xd5\x49\x40\x73\xfe\x70\x3d\x3d\x69\x37\x32\xfd\xed\xde\x7a\x88\x48\x12\x01\x36\x38\x89\x53\x0a\xe4\xe4\x93\x24\x1e\x48\x92\x90\x24\xd9\x23\x2e\x49\x3c\x6c\x2b\x84\x16\xc9\x9e\x70\x78\x32\x45\xbc\xa3\x8e\x9e\x4c\x3f\xfc\x2c\x4f\x7a\x58\xe6\x6c\x1f\x04\x1d\xb9\x7f\x98\x8b\xc8\xa5\xb0\x76\x89\xc0\xbf\x08\x20\x4e\x7a\xc4\xeb\x75\x08\x91\xce\x61\xd2\x7a\x12\x96\x3b\x48\x23\x4e\x92\xda\xa0\xe7\x84\x3b\xfc\xaf\xdb\x87\xf7\xe5\x8f\xdb\x6e\xc2\x96\xdc\x3f\xfc\x41\x03\xa1\xc9\x8c\xe5\x38\x50\xcd\x27\x4b\x6d\x50\x18\x6e\x51\x19\x77\x91\x83\x5b\x54\xf8\xe1\x02\x70\x32\x31\x82\xf1\x17\x39\xf8\x3c\x65\xf0\xa2\x4f\x0e\x4e\x0c\x4b\x3c\x63\x65\x57\x20\x4f\x42\xa0\xdc\x3f\x2a\x3f\x98\x7b\x28\x07\x0f\xa8\x8c\x80\xe4\xe0\xad\x14\x9b\x1f\x43\x2b\x08\x48\x4e\xce\x74\xce\x6f\xa1\x1b\x04\x24\x27\x97\x28\x78\x2f\x4d\x82\x49\x04\xd2\xf9\x10\xd7\xe4\xfe\x91\xf8\xc1\xb8\xb2\xa0\xf0\x5d\x8a\xf8\x7c\x1d\x7c\x97\x32\x38\xce\x27\x57\x6b\x66\x00\xaa\x05\xf1\x6d\xb5\x66\x06\x00\x1b\x02\xa0\x2d\x0e\x91\x4b\x22\x96\xbc\x27\xd7\x47\x48\x60\x2a\x40\xe4\x8d\x18\xfa\x10\xd2\xe4\xfe\x41\x0d\xe8\x7f\x40\x72\x3e\x19\x4b\x1e\x3c\xb7\x0e\xde\x4b\xe1\x37\x58\xb2\xb9\x47\xfe\xa0\x79\x00\x00\xfe\x86\x93\xd5\x2f\x15\x81\x88\x70\x88\x6b\x12\x7e\x58\xc3\x9d\xdc\x0f\x7f\x50\x1f\xd2\x3c\x1c\xb0\x0e\x0e\x4c\x19\x89\xcf\x21\xf8\x49\xc6\xc9\xe6\xe4\x59\xc5\x26\xa6\xa7\xc8\xae\xf1\xcc\x3a\x84\x2e\xc9\x88\x65\x0e\x9e\x4a\x19\xb1\xcc\xc9\x3b\x0a\x54\xec\x0f\x86\x06\x76\x8b\x88\x25\xf7\x0f\x4a\x42\x74\x81\xd0\xe4\xe0\xab\x14\xdd\x2e\xf0\x55\xca\x08\x50\x0e\xc1\x4c\x22\xc8\x09\x07\x5f\xa5\x88\x65\xf3\xc9\xc7\xfc\x54\x70\xcc\x4f\x8b\xce\x23\xcc\xb1\x7f\xbc\x64\xa2\xb2\x47\x6c\xe3\xe8\x0f\xc6\x95\x5d\x0e\x2f\xa6\xd8\x5d\xae\x1c\x45\x08\x50\x4e\x46\xd4\xdd\x5d\xad\x88\xba\x71\xfa\x39\x84\x3a\x89\xdd\x95\xcb\xb1\x84\x07\xd7\xc1\xa3\x29\xcb\x48\xea\xd1\x14\x7e\xdf\x07\x4c\x03\x27\x11\x91\x4f\xee\x1f\xe6\x62\x1a\x58\xea\xf8\x34\x45\xac\xa7\x0f\x3e\x4d\x19\xe1\xcb\x29\x3f\x6b\xa8\xbc\x43\x1a\x70\x8f\xb8\x33\x45\x62\xb4\x9f\x22\x2d\xb1\x51\x14\xbc\xeb\x03\x56\xb0\xa7\x84\xcb\x2b\xe1\x70\x75\x88\x90\x72\xff\xa0\x06\xc4\xe3\x6e\x97\x38\x2e\xc5\x1e\xff\xca\xce\xe1\xd5\x94\x41\x6f\x3e\x45\x02\x64\x91\x16\x42\x6c\x23\xe1\x39\x25\x39\xf1\x50\x29\x11\x53\xb2\x52\x1d\x22\xa6\x04\xc1\xc1\x4f\x41\x92\x0e\x16\xca\xc1\x97\x29\x62\xe2\x7d\xf0\x65\xca\x8a\x7b\x0a\xe4\x8b\xb9\xf7\x21\x96\x4a\x08\x88\x05\x4f\x29\x02\x44\x33\xf5\x05\xd2\xc4\xa9\xff\xe0\xe5\x94\x15\xf8\x14\x48\x13\x47\xfe\x53\x90\x96\x28\xf0\x29\x48\x4b\x02\x96\xcb\xa7\x48\xb3\xd5\xf7\xea\x1f\x54\x81\x71\x90\xd2\x9f\x52\xa7\x7f\xd0\xa3\xca\x54\x66\x8b\x82\xb2\x1d\x68\x28\x9b\x70\x4a\xa7\x20\xec\x2c\x8e\x33\xf2\xcc\x10\x9c\x56\xae\x7f\x60\x00\x9c\x22\x61\xc3\xe8\xe1\x6d\x75\x33\xf9\x83\xf9\x66\x7d\x94\x6e\x9b\x58\xb2\xa5\xdb\x8e\xc8\xec\x4b\xd9\x1c\x9c\xa5\x0b\xb0\x8d\x38\xa2\x20\xc5\xf4\x4e\x81\x97\xd5\xfd\x83\xd6\x0e\x2b\xa4\x28\x49\xbe\xf8\xce\xe4\xb1\x5f\x94\x69\x43\x20\x8b\x32\x13\x99\xfc\x23\xfb\x07\xf5\x4d\x26\xcf\x61\x46\x76\xa2\x10\xab\xc0\x06\x77\x87\x99\x7b\x5e\x77\x64\xa5\x6c\xc7\x83\xab\x9d\xc2\xad\x22\x65\x3b\x04\x9e\x99\x30\xa2\xe5\x44\xd2\xe9\x82\x71\xb9\x39\xb8\xca\x71\x34\xba\x1f\x3b\x1a\xae\xb3\xc3\x68\x70\x6a\x12\x55\x26\x83\x14\x73\x0a\x56\xea\x9e\x3d\xb8\x57\x65\x10\x98\x4f\x91\xe2\xe1\x44\x71\xb5\xca\xe5\x7b\xa7\xa5\x9c\x7a\xe5\xb5\x36\xd8\x8b\x82\xc8\xbf\x7c\x7f\xb0\xa7\xb0\x8e\xab\x44\xcb\xb6\x58\x91\xf8\x2b\x17\xab\x12\x2d\x07\x00\xf1\x66\x42\xc0\xa8\xe5\x54\x64\x8f\x98\xb1\x9f\x8a\x60\x1f\xfc\x99\x53\xa5\x41\x98\x22\x62\xc8\xc4\xce\x76\x5e\x51\x51\x61\x9b\x70\x2a\x22\x49\xbc\xae\x4f\x45\xc8\x2f\x60\xef\xc1\x1b\x2a\x88\xa2\x7b\x70\x87\xca\x58\x27\x1c\xdc\xa1\x22\x31\x80\x4e\x4d\xd6\x46\xa9\xc9\xaf\xb3\x7f\x30\x25\xf6\x01\x5a\x24\x52\xd0\xa9\x1e\xa5\xf6\x01\x4d\x16\xa6\x0a\xa7\xe6\x42\x1e\x6a\x46\xea\x19\x30\x2a\x39\x3a\x56\x81\xed\x7c\x6a\xfe\x9a\x44\x47\xf3\xe2\x0b\x9a\x24\x82\x7d\xcc\xfe\x38\xfc\x41\x9b\x4a\xe0\x9d\x66\x20\xf6\x24\xf2\xd5\x21\xe8\x4d\x2e\xf0\xa6\x04\xbd\x89\x18\xe3\x1f\x5c\xae\x32\x90\x54\x87\x08\x38\x19\x64\xe8\x43\x08\x9c\x88\x0f\xf7\xa9\x78\x92\x14\x47\x1b\xb1\xe5\xf8\x2b\x84\xf7\xc1\x07\x2b\x08\xd3\x7a\x2a\x5a\x04\x3c\xb0\x4f\xc5\xf0\xa8\xfe\x7c\xa7\x16\xf6\xcf\x8a\x05\x2c\x2a\xbc\x83\xff\x55\xae\x8e\x38\x54\x86\xd7\xf5\xc1\xe7\x2a\x57\x07\x16\x8b\x56\x3c\xad\x4f\x1d\xce\x84\x93\x8d\xdd\x38\xae\xd6\x87\x30\x3d\xf7\x0f\xc6\x03\xe5\x02\x0e\x00\x07\x6f\xac\x88\xaf\xf5\xc1\x1b\x2b\x57\xa7\x02\xea\x23\xba\xd7\x21\x0c\x4f\xc6\xda\xe3\x10\x87\x27\x12\xdd\xeb\x10\x70\x27\x83\x18\x74\xea\x65\x8c\xa3\x4c\x50\x85\x31\x0e\x68\x30\x0f\xee\x5b\x51\x26\x08\xf7\xad\x20\x64\xea\xa9\x8b\x76\x27\x4a\x45\xd1\x80\x87\xf5\xa9\x18\x37\x55\xa7\x77\x3f\xbc\x9b\xce\xde\x97\x6c\x36\xe6\xb1\xca\x2f\xab\x84\x9c\xec\x03\x46\xe8\xc3\x85\x82\x36\x22\x28\x58\xad\x58\xa1\x0f\x17\x0a\xd2\x4f\x62\x0f\x9d\xca\xd1\x5d\x5d\x1c\x08\x3f\x71\x9a\x3e\x15\xa2\x1e\x1c\x8e\xba\x73\x01\x87\x74\xea\x6b\x7e\x3a\x8a\xc6\x22\x28\x39\xad\x28\x26\x64\xc0\xf0\xe1\x8a\x38\x17\x1e\x62\x04\x65\x65\xa2\x0d\x02\x47\x4d\x7a\xf0\xcf\x0a\x01\x0d\xcc\x69\x28\x1a\x08\x30\x74\x88\x12\x14\xd1\x8d\x9e\x16\x18\x7a\x16\x4c\x83\xa8\xf1\x28\x3c\x2d\x3a\xc4\x6c\x5e\x2d\x32\xc4\xd5\x77\x87\x98\x8d\xac\x41\xe2\x78\x32\x9c\x86\xbc\x13\xc7\xe9\xd3\xf0\x7d\x14\x79\xf3\x34\xa9\x9a\x9d\xbc\x71\x60\xe2\x64\x7a\x1a\x07\xa6\x9c\x1f\x31\x84\x32\x01\x30\x4e\x93\x48\x95\x36\xeb\xbc\x25\x17\x48\xfc\xa0\xfb\x07\x23\x80\x6a\x02\x85\xed\x69\x97\x2e\x33\x88\x4d\xa7\x21\x39\x45\x61\x7b\x5a\xb1\x54\x3a\xcd\xfd\x71\x40\x25\x0d\x89\x6a\x50\xb0\xab\x5b\x17\xa8\xd1\xa7\x79\xda\x2a\x9b\x6d\x58\xb1\xe3\x6c\x7c\x08\x4c\x74\xff\xa0\x58\x49\xd6\xa1\x41\xec\x53\x59\x33\x0d\x6d\xe2\x70\x64\x10\xa9\xe2\x79\x7c\x5a\xa5\x79\x2c\xe9\xc6\x99\x8a\x93\xe3\x21\x7e\x51\x56\xc8\xdb\x24\x77\xb6\xbb\xd6\x6c\x9e\x85\xa2\x8c\x00\x51\xea\xe0\x2d\x16\x04\xa7\x3c\xb8\x8b\x45\x5c\x1e\x4f\x43\x2f\x38\x1c\xee\xee\x07\xb4\x42\x52\x1f\xbe\x37\xd2\x69\x11\x0a\x88\xa0\xc0\xaf\x61\x64\xa8\xe8\xb8\x81\x2f\x85\xa3\xed\xe9\x69\x1f\x6c\x82\x82\x18\x36\xa7\xe7\xdf\xd9\x47\x13\x6f\x76\x86\x9b\xa0\xc5\x4e\x24\xaa\xdd\xe9\x39\x9c\xa3\xc1\x79\xfe\x3e\x89\xe7\x68\x4d\xac\x34\xbf\xe7\x7c\xce\x9d\x96\xa8\x35\x0f\x09\x0f\xec\xbd\xe6\x3a\xa7\xe7\x72\xce\xf8\x3e\xe9\x5f\xc2\x1b\xbf\x6a\xff\xba\x1d\xf6\xdc\xce\x5b\x6c\x13\xac\x70\xcf\xe3\xec\xa5\xc1\x3a\x44\x48\xc2\x63\x8d\xc1\x6e\xcc\x03\x6c\xec\x4d\xb0\x1b\xeb\xec\xfa\x25\xe4\x2f\xe1\xf9\x8c\xde\x83\xdd\xd8\x67\xbf\x5f\x19\xf5\x4b\x78\x73\x32\xc1\x6e\x9c\x03\xec\xe5\x4d\xb0\x1b\xcf\x79\xd8\x23\xa2\xd2\xf5\x5e\x7e\xe7\x79\xf1\x58\xc0\x40\x87\x84\x57\xf7\x01\x2c\x73\x4e\x2f\xf1\x68\xc5\x15\x95\xb5\xdf\x84\xe7\xf7\x7d\x92\xfe\x49\x08\xd1\x04\x5a\x5a\xf2\xd9\xdf\xf8\x42\x0f\x37\xe1\xbd\xe7\x67\xd4\x64\xc7\x84\xf5\xe5\x68\xff\x24\xbc\x5f\x0e\x5a\x5a\xea\xd9\xe9\x2b\x74\xfc\x37\xc1\x69\x4d\xbf\x7f\x12\x74\xda\x50\x4e\x7e\x13\xb4\x71\xd2\x06\x87\x84\x77\x38\x69\xc9\x96\xb6\x83\x81\x49\xd4\xea\xe6\xf4\xd2\xcf\x2e\x5f\x0e\x5b\x3a\xce\x99\x5f\x8e\xfa\x25\xa0\xf0\x8d\x1a\xe4\x9c\x5e\xf6\x39\xff\x94\x61\x4b\xcf\x39\xaf\x13\x95\xc6\x97\x00\xa2\x69\x8c\x8a\xcb\x7b\x79\x0e\x76\x2a\x51\x83\x1d\x12\xde\x9f\x9d\xcb\xb6\xf4\x3d\xfb\xb1\x8c\x9c\xbe\x84\x47\xcb\x78\x25\xe5\x37\x01\x73\x87\x9b\x40\x4b\xeb\xef\xbc\x97\xdf\xba\x09\xb4\xb4\x86\xb3\xb5\x07\xc7\x6c\xe7\xf4\x9a\x0e\xb6\x5a\x37\xa1\xff\x93\x30\xbf\x76\xd0\xd2\x9a\xcf\x39\xb6\x94\x7d\x9f\x84\xc7\x15\xc4\x1e\xdf\x6b\x39\xfb\x38\x2f\xdc\x5b\x6e\x02\x90\xcc\x51\xa3\x9e\xd3\xeb\x9d\x17\x1b\xc6\x51\xd0\x6b\x3f\xcf\xb4\xe9\xc5\x96\x8e\xa3\xcd\x61\x24\x28\x1e\x09\x20\xa1\x46\x8d\x75\x4e\x6f\xbf\x73\xc2\xd7\x0e\x5a\xda\xc2\x01\xd3\xf2\x26\xd0\xd2\x36\xce\xa9\x56\x7b\xcf\x86\x17\xdf\xa8\xd0\x71\x2c\x7c\x87\x50\xa1\x30\x30\x2f\xb1\x8b\x82\x10\x50\xef\x10\x01\x03\xd7\x9f\xd7\xe8\x45\x95\xd5\xf2\x0e\x31\x70\x31\x55\x7d\x07\x0a\x8d\x8c\x4c\xf8\xc5\xbd\x2a\x74\xa2\xaf\xbe\x46\x36\xfa\xef\x0f\x30\x7a\xc1\x84\x78\x07\x6a\xbd\x9e\xbe\x7a\x96\x80\xac\xd6\x23\x02\x6a\xf3\x1f\xe0\x29\xb9\xe9\xbd\x78\x68\x85\x3a\x2e\x21\xbd\xb8\x68\x85\x86\x12\xf5\x1d\xc2\xd9\x20\xe7\x78\x71\xd2\x0a\x8d\x10\xa9\xef\x08\x82\xf3\x0c\x8a\x0e\xf4\x07\x3b\xa8\x77\x80\xbc\x51\x31\xd1\x78\x07\x22\xd6\x8a\x15\xdb\x3b\x84\x8b\x2b\x0e\xd5\xbd\xd0\x86\x8a\x33\xfa\x6b\x14\xa6\x86\x10\xf9\xc5\xd1\x2b\x74\xd4\x9a\xef\x40\xa0\xd4\xdb\x57\xf4\x12\xbd\xd8\x4a\xe9\x4f\x75\xac\xc3\x11\xe1\xd0\xa2\x1f\xa1\xee\xfc\x41\x7f\x10\xe1\xbc\x46\x75\xea\xdc\xf2\x5f\xc2\x3a\x85\x82\x03\xd0\x3b\x90\xf2\x56\x64\x7d\xef\x88\x40\x6b\x21\x04\x7c\xc7\x3f\x10\x3d\x99\x1f\xa0\x45\xc2\x52\xbc\x23\x82\xae\x85\xb4\xe2\x1d\x48\x80\x1b\xd7\xbd\x97\xc8\x50\xa1\x60\xb6\xfe\x0e\x22\x6c\x14\x18\xbd\x17\x6f\xb5\x50\x31\xcb\x7a\x87\x58\x77\x68\x40\xde\xcf\x5f\xad\x39\x06\xa0\xdd\xe5\xf4\xb5\x40\x9c\xdf\x68\x36\xd0\x8d\xbf\x16\x80\x3c\x52\x5a\xfc\x9b\xc9\xf4\x3b\x92\xf0\x91\x2e\x2c\xae\xf6\xb5\xda\xa2\x7b\xb5\x0f\x15\x8e\xe9\x1d\x62\x0a\xe5\xef\x1f\x01\x9e\x3a\xfd\x03\xbb\xb2\x81\x1a\xfa\x0e\x90\x1d\x3a\x3e\x37\x2f\xbe\x71\xa1\xc3\x4e\xbf\x03\xfe\xa6\x03\x18\xfb\x0e\xae\x33\x3a\x9e\xbf\x23\x89\x05\xe7\x2a\x4b\x02\xcc\x35\xff\x39\xa2\x94\x31\xc7\xdc\x68\xda\x37\xad\x1f\x52\x4a\xa2\x05\xf9\x9b\x3c\x5a\x70\xef\x34\xa1\x23\x96\x7a\x07\x8a\xe3\x0c\xf7\xf8\x12\x71\x2b\x94\xe4\x32\x05\x2e\xa2\x45\x57\x99\xe8\x60\x59\xaa\xc9\x62\x17\xda\x6d\x82\x8e\x34\x3c\xf0\xdf\x91\xc5\xe9\xf9\xf9\x0f\xfd\x29\xd2\x13\x77\xa1\x0c\x8b\xfb\x8e\x7b\x17\x0a\xe5\xa3\xe8\x2c\x92\xa6\x13\x4e\xe8\x91\x4a\x78\xe8\x97\x80\x5e\xa1\xb2\xa3\xbe\x46\xf4\x6a\x58\xee\xbe\x84\xf4\x0a\x2d\x39\x25\xc0\x7b\xf6\xe2\xe8\x20\xd7\x94\xc7\x7e\x07\x08\xbf\x0d\x78\xe6\x17\x7f\xc3\x90\x8b\x0d\x05\xe3\x37\x17\x47\x07\xbd\x41\x0b\x8e\x35\x82\x95\x86\xe1\xe0\x8b\x2f\x62\x68\xdf\x2a\x2b\xf6\xc7\xd1\x41\xff\xd7\x7f\x36\xb4\x2c\x97\xb6\x95\xee\xff\x41\xc4\x80\x3c\xf5\x6f\xe6\xe0\x10\x35\x8e\x7f\x89\x38\x16\x0a\xbe\x72\xaf\x21\xc7\x4a\x76\x65\x12\x35\xa1\x36\xe7\x07\xe6\xd1\x80\x42\x2f\x2e\x90\x41\x36\xec\xc5\x07\xf2\x32\x51\x34\xb4\x0a\x00\xee\x7a\x43\x8a\x53\x88\x8e\xfc\x0e\x74\xf5\x99\xbb\xe6\x3b\xaa\xc8\xa3\x5f\x36\x88\xab\xb9\x25\x20\xe0\x69\xdf\xfe\x40\x10\xa6\x5c\xdd\x16\xab\x9b\x9f\x6b\x07\x6c\x5e\xe3\xd3\xbc\xa3\xba\xde\x86\xa5\xbd\xc2\x59\xf1\x43\xc0\xc5\xe8\xde\x85\x45\x8d\xf0\x73\xef\x40\xcc\x53\xbf\x31\xc0\xa4\xa6\xc0\x25\xbe\xf8\x6b\x86\x56\x1d\xaa\xe6\x66\x51\x21\x26\x34\x9f\xb5\xbb\x43\xb5\x26\x64\x3a\x2d\x68\xc2\x7b\x7f\xf5\x0c\xe7\xd4\x7f\xd8\x2c\x7e\xdf\x0f\xe8\x27\x3a\x59\x4d\x20\x3a\xc7\xa0\x39\x3f\x3f\xff\x79\x3c\x00\x6c\xa8\x9b\x85\xbb\xe7\x07\xcf\x6d\x69\x88\x9d\xf3\x70\x78\xb9\x28\x97\xe4\x86\xd9\x93\x80\xbb\x4c\x63\xff\xd0\x4a\x29\x1a\x68\xd7\xf6\x73\x8b\x43\xa2\xd5\x8b\x54\xff\x21\x02\x65\x4b\xf3\x70\x0a\x74\xbb\x8b\xcd\xe3\x86\x82\xe0\xcb\xab\xfe\x4b\x14\xb8\x50\x86\x63\xd0\x5d\x6f\x12\x13\x01\x1c\x3b\xf1\x92\xde\x81\xe8\xab\x60\x08\xfe\xe2\xae\x1a\x4a\xb1\x34\xf0\xbd\x4a\xf1\x9c\x18\x6c\xe6\xcd\xc3\x16\x45\x71\xcd\xee\x07\x83\xfd\xad\xb8\xfc\xd1\x14\xd7\xf6\x57\xb3\xec\x77\x0c\x3b\xeb\xb9\x31\xc4\x51\xcc\x74\x16\x7d\x58\x83\x15\x79\x89\x4d\x17\x7a\x94\x54\x09\xad\xd3\x9a\x9b\xfb\x10\x0a\xab\xf9\x63\xb1\x91\x65\x4b\x63\x31\x16\xb7\x1e\xa0\x30\x73\x71\x5f\x45\x88\x90\xdb\xf7\xcf\x2b\x92\x2b\xff\x08\xce\x87\xb0\xea\x1d\x60\xe0\xfe\xb3\x4c\xa7\x93\xe7\x70\x7f\x70\xd1\x6e\xa5\xc8\xfa\x4a\x75\x80\xc4\xc1\x0d\x1e\xd8\x68\x01\x5a\xf4\x44\x99\x9e\xc4\x4e\x84\x38\xec\xdf\xc9\x05\x46\x4c\x06\x90\xe3\x1d\x68\xf5\xfe\xa1\xf5\xc9\xe4\x11\x5a\xf8\xc5\x39\xf7\x56\x6a\x69\xe2\xb4\x7e\xcd\x79\x1c\x6e\x4b\x83\xb8\xb2\xeb\x1c\xc5\xb9\x40\xf0\xef\x58\x41\x40\x2c\x8a\xc6\x90\xa5\x17\x7b\x8a\x36\xb0\x57\x17\xe3\x12\xef\xca\x5d\x60\xb9\x59\x34\xbf\xa9\x1e\x27\x54\x0a\x28\x68\xc7\xa4\xf0\xc5\x29\x38\x86\x21\x0f\x05\x2c\x68\xc9\x4e\x09\xa2\x12\x3d\x3c\xde\x81\xc9\x4b\x26\x26\xf1\x3b\x90\x95\x94\xf0\xd5\x73\x04\x52\xf7\x1b\x16\xe3\xc7\x50\x61\x3c\xf6\xcf\x1e\xb9\x85\xd7\x95\xb3\xd8\x42\xac\xba\x13\xa2\x40\x69\xcd\xd5\xbc\xe5\x94\xdc\xa5\xd1\xa0\xf4\xee\x6c\x0b\xa2\xde\xdd\xae\xb6\xc4\xf5\x15\xc0\x66\x51\x5c\x89\x40\x0c\x1b\x36\xfd\xc5\x9b\x39\xd4\x9f\x34\xb8\xe5\x2c\xbe\xe6\x2c\x51\x8f\xe9\x8f\xf0\xc3\xad\x98\x8d\xf9\xe9\x9e\x3a\x18\xeb\xb4\x9f\xdb\xe2\xf6\x70\x72\xbb\xc2\x5a\xa7\x7f\x6b\xe7\x04\x77\x28\x8a\xc6\xca\xad\x14\x07\x84\x20\x2f\xbd\x48\x18\xe2\xf3\x67\x7b\x7a\x04\x85\xf7\x08\x3a\x1f\xc8\xb3\xd9\x9a\x18\x71\xf4\xf4\xc8\x29\x79\x22\x1e\xe6\xa7\xb8\x0e\x8e\x9b\xdf\xcf\x16\xac\xff\x71\x9c\x00\x18\xd9\x3f\xbe\xeb\x48\x3f\xb2\x22\x47\xfa\x71\xdc\x84\x99\x0f\x4e\xd6\x23\xe4\xb7\x07\xa7\x40\xf3\x43\x6a\x44\x39\x5b\x7f\x1e\xd0\x4f\x12\xbd\x9a\x16\x08\xb1\xdc\xdc\x46\x9e\x0f\x8a\xd7\x6f\xdc\x0f\x24\xda\x47\xce\xcf\xbd\xeb\x11\x30\x52\xd2\x14\x49\x2f\x39\xa7\x0f\xfb\xc1\xb7\x0f\x3d\x1e\x4e\x5f\xa5\xc2\x43\x3b\x54\xa0\x58\xe6\x8f\x7e\x1e\x39\x59\xa7\xf1\xf9\x90\x8e\xf9\xe7\x95\x33\x77\xf5\xbe\x32\x0f\x2e\x24\x24\x63\xbd\x79\x00\x00\x12\xdb\xbb\x07\x00\xc6\xbc\x65\x48\x18\xaf\x9c\xb9\xbb\xd8\xfb\x71\xb2\xf4\xf4\x15\x54\xd7\x15\x22\x78\x66\x68\xe5\x7f\xd9\x30\x63\xfd\xdf\xf6\x4b\x70\xda\x5b\x74\xaf\x40\x69\x56\xb1\x7e\x79\x07\xe6\xc1\xb5\x78\x38\xbc\x82\x41\x4a\x5b\xaf\x5c\xae\x9c\xd6\xeb\x41\xec\xfe\x82\x35\xbe\x5a\x95\x17\xa7\xf7\xa0\xb6\xec\x9d\xbf\x2f\x48\x40\xe7\x07\x6b\xd1\xf3\x6d\x72\xab\x6a\xf8\x1b\xbe\xc6\xac\x2c\xc0\x7b\xbc\xf3\xf7\xdd\x42\x32\x3f\x60\x2c\x90\xd0\xbf\xf3\xf7\xad\x45\x7f\x38\x77\x74\x7c\xfe\x64\x94\xa2\xdf\x4c\xa1\x39\x2d\x7a\xc9\xdc\xf3\x23\x7a\xdc\xc2\x4f\x4d\x78\xf3\xee\x89\xf4\x2a\x4a\x23\x04\xc6\xab\x85\x79\xc4\x56\xe2\x7d\x59\x64\x01\x3d\xca\x4b\xa0\x83\x10\x65\x2c\x5e\xd6\x55\xe8\xb5\xfe\x5f\x8f\xa7\xff\x6f\xfe\xbf\xff\xcf\xf3\xaf\x3f\x3f\xec\x9d\xff\xfc\x34\xcf\xbd\xbf\xef\x31\x70\x1f\xe5\x3f\xff\xbe\xb5\xfc\x7e\x77\x8f\xbf\x0f\xc5\x04\xdd\x4c\xcb\xb4\x6d\x3c\xcb\x7e\xd3\x96\x05\x2d\x4d\x86\x49\xb1\xa8\x65\x33\xfb\x8f\xb4\x6c\x9a\xf7\xe1\x4e\x0d\xcb\x1a\x96\x86\x94\xa4\x58\x3e\xdb\xa4\x48\x7d\x3f\x6c\x6c\xff\xfc\x7e\x47\xa9\xc0\xa0\xb4\x4b\xf5\x7f\x7e\x3f\x25\x05\x58\x08\xfc\x30\x60\xbd\x8f\x57\x84\x83\xf2\xaf\x3f\xbf\x10\xa9\x21\x28\xe3\x62\x7d\xff\xc2\xbd\xc9\xdc\x47\x32\xad\x92\x46\x1d\x18\x90\x46\x0d\xc5\x7f\xe1\x72\xee\xf7\xb1\x4c\xe3\xdb\xcb\x8c\xdf\x87\x75\xdc\x3b\xc6\x0f\x30\xfd\xfb\xb0\xbc\xbb\xfb\xfd\xb0\x13\xbd\x0f\xeb\xbd\x67\xcc\x0f\x53\xd0\xfb\x38\xa6\xdd\xbe\x45\xfb\x11\xd9\x83\x02\x5a\xa2\x5f\x1a\xb4\x2f\x29\xd2\x40\xe1\xf5\x4b\xf7\x58\xbe\x0f\x64\x05\xa8\x40\x7e\x69\x99\x6f\x7f\x69\xf7\x5b\x4c\x29\xfe\xfc\xb2\xed\x43\x6c\x1b\x30\xda\xfd\x13\x82\x21\xde\x90\xfd\xc6\xdf\x5d\xf7\xf7\xa1\x49\x06\x29\xc3\x14\xc5\x97\x37\x25\x98\xc7\x40\xab\x95\x94\x6e\x0a\x41\xf6\x28\xe7\xde\xa1\xef\x83\x90\x74\xf1\xa6\xb0\xac\xe2\x8f\x1b\x70\xa4\x9c\x7b\xe5\xbd\x8f\x4a\xf8\xb8\x9b\x92\x2c\x99\x8b\x63\xa2\x9c\x7b\x7f\xba\x0f\x84\xdb\xc3\x36\x5e\x56\xf8\x3e\xbe\x34\xca\xba\xfc\xe8\x9f\x88\x25\x78\x08\xe3\x9e\x82\x91\x81\xbf\x0f\xe3\xa1\xde\xc3\x23\x12\xa4\xe0\x3e\x1e\xd3\x6e\xad\xd8\xf4\xde\x87\xdf\xde\x1b\x5d\xc4\x0c\xf7\x3e\x4c\xcb\xa4\x0d\xd3\x86\x11\xba\xfe\xf5\x27\x46\x47\x0b\xd4\xfb\x20\xbe\x60\xc4\x3e\xf4\x3e\xba\x69\xed\xa6\xdd\x61\xb8\x0f\x6b\xbd\xbc\x40\x04\xa6\xfe\x3e\xb6\x69\xe4\x4b\xf4\x0c\x5b\xcd\x10\x10\xa8\xc7\x98\xb6\x69\xc7\x34\xf2\x55\xf3\x71\xad\xb9\x87\x6f\x8c\xac\xab\x18\xb9\xce\x04\x24\x36\x31\xde\x4b\xcb\x7d\x18\x33\xb6\x53\x6b\xb7\xc5\xdd\x16\x77\x5a\xdc\xfd\xb6\x7f\xdf\xde\x1a\x52\x64\xd6\x13\x42\x85\x7b\x02\xc6\xec\x28\x89\xdb\x6a\xcc\xa0\x58\x58\x41\xb1\x7c\xfd\xbf\x47\x53\xc4\xe8\xe0\x4f\x2c\xd9\x5a\xc7\x2d\x0d\x3d\xf1\x7d\xb8\x3e\xe8\x7f\x61\x2f\x88\x85\xbd\x20\x72\x5f\x8f\x60\x69\xde\x87\x51\x68\x5b\x24\xcd\xf2\x8c\xd4\x0a\x32\x55\x44\x75\x7c\x1f\xc1\xb4\x4a\x9a\xdf\x6e\xeb\xb8\x3b\x50\x2c\x97\x0b\xf9\x13\xd1\x1c\x87\x48\x54\xc2\x58\x7f\xac\xba\xca\x66\x2d\x4c\x5b\xac\xbf\xc7\xb4\xd7\xb4\xfb\x6d\xb5\xbf\xd5\xc8\x9c\x44\x19\x8c\xb5\x26\xd3\x8a\x69\x7c\x5b\x9b\x69\xd3\xb4\x41\xda\x36\xcd\xe8\xb2\x97\x2f\x8d\xad\xd1\x3e\x74\x0b\x21\xa0\xfe\x8b\x04\x73\xba\x0f\x2f\xc8\xff\xfa\x13\xdf\x44\x0d\x2f\xd2\x92\x81\xb5\x64\x7c\x5d\xb3\xaf\x37\x67\x82\x3d\xc4\x77\x52\x2b\x6e\x44\xa1\x63\xf8\x17\xdf\x09\x0d\xe0\x36\x14\x3a\xda\xaf\xf8\xae\x6e\x9a\xc2\x13\xe8\xe7\x5d\xe6\x13\xa0\x83\x70\x74\x11\xaf\xa0\xfb\xf8\x2e\x55\x8d\x34\x56\xed\xcb\xe8\x09\x74\x97\x7e\xf7\x90\xbc\x0f\x03\x1f\xdf\x1b\x5f\xfa\xdd\xa5\xfe\x27\xe1\x57\xc3\x5a\x49\xbf\x90\x4d\x91\xb3\x21\xa5\x9a\x62\x80\xe5\x94\x6e\xda\x3d\xe1\xee\xe3\xf5\x9c\x2a\x37\x2d\x5b\x3e\x56\x82\x91\x70\x71\x09\xa7\x8c\xfb\x78\x44\x48\xa9\x37\x6d\x9a\xef\xfd\xd2\x6e\x1d\xee\xdf\x29\x20\x06\xb8\xeb\x29\x05\xe8\x24\x05\x6e\x7a\x42\xe0\x25\xc2\x55\xfc\x49\x1f\x2d\x32\x4a\x29\x16\xbe\x8c\xdf\xdc\x5c\x6a\x4f\xd8\xdc\xde\x87\x69\x77\x07\x4e\x18\x3e\xde\x87\x51\x80\x2f\x0d\x24\xd0\xd4\xff\xa4\x04\x93\x1c\x99\xc5\x94\x2e\xc3\xfb\x27\x61\xf1\x17\x22\x9c\x6a\x02\x98\xfc\x3e\xdc\x11\xef\xce\x93\xea\x65\xda\xef\x03\xe8\x5a\xa4\x18\x69\x2f\x7a\xbb\x39\xe9\x44\xb3\xcb\xfb\x32\x9c\x7f\x32\x5e\xea\xa1\x8f\xfc\x0f\x90\xb1\x47\xf6\xff\xe9\x14\xcf\x0f\xdd\xcc\x68\x2e\x42\x86\x79\xca\x0f\x5b\x53\x7e\x14\xde\xa2\xda\xcf\x38\xd0\xde\x47\x35\x8d\x7c\x6c\xe7\x19\xff\xd8\x20\xfc\x42\x26\x06\xd9\x7d\xb0\x18\xd8\xea\xf2\x93\xcc\x97\xbe\x7c\xf5\xa6\xdd\x93\xf2\x3e\x92\x69\x83\xb4\x63\xda\x6b\xe8\xb8\x74\xd3\x8a\xdf\x16\xbf\xbd\xdb\x5f\x7e\x8a\xf9\xca\x97\x8f\x6f\xab\xed\x83\xe4\x3a\x92\x95\xfc\xd4\xc7\xb4\xd7\x34\xda\x02\x79\xe5\x47\xf9\x07\xde\xf8\x99\x70\x62\xf7\x71\xcc\x47\xdf\xfa\x22\xad\x1b\xc6\xae\x53\xde\xb0\x6f\x5c\xee\xf5\x54\xcf\x38\xb0\xde\x87\x62\xf3\x4e\xfb\x58\x74\x19\xbf\xd5\xa0\xd7\x78\x7e\xa6\xf9\xa6\xe3\x37\xf8\x76\x5a\xc7\x54\xa0\x35\xa8\xf7\xee\x73\xf7\xc1\xcd\x0c\x9d\x68\xc6\x59\xf5\x3e\xc2\x7f\x99\xd5\xfc\x6c\xdb\xcc\x35\x2b\xc3\x8c\x66\xc2\x93\xdd\xc7\x30\xec\x1d\x6d\x7e\x2c\xcf\xb0\x7b\xdc\xd1\x33\x4e\xab\xf7\xa1\x0c\xe8\x1e\xb2\xf9\xe5\xf8\xce\xaf\x73\x8e\xa2\x3d\xbf\x3f\xc6\xf9\x0d\xd6\x7b\x89\x38\xe3\xed\x79\x1f\x32\xce\xac\x8d\x37\x53\x9e\x11\xc2\xf4\xfe\xcc\xaf\x73\xf9\x16\xbf\xcd\x77\x5c\x08\x15\x76\x1f\xf6\xed\x6e\x81\xf9\x2d\x7e\x8b\xbc\x70\x00\x1d\x9c\x09\x17\x76\x1f\xdb\x70\x7c\x89\xb4\xaf\xbc\xd7\x7c\xa4\x55\x96\xfb\xdb\x0c\xd5\x57\x68\x73\xeb\xa6\x0d\xf3\x99\xb6\x4c\x3b\xa4\xdd\x43\x3f\xbf\xed\x31\xed\x55\xcc\x4d\x79\xdd\xf6\x19\x2d\x0e\x37\xc8\xfc\xf6\x69\x9a\xe3\xd2\xf8\x76\xfa\xed\xf4\x5b\xe6\x08\xb5\xdd\x7d\x54\x25\x88\xf4\x63\xb3\xc6\xf1\xb0\x0c\xba\xd8\x65\x76\xce\xfb\x98\xa6\x31\x2e\xdb\x31\xdd\xb6\xcf\xb1\xdf\xf6\x8d\xad\x61\x80\xf6\x9a\x51\xfd\xdc\x87\xe5\x0d\xea\x38\xf6\xf7\xd8\xdf\x44\x3f\xdc\x06\x8c\x66\xa6\x97\x5a\x7e\x1f\xdb\xfc\xd8\xe6\x3b\xf6\x85\x9d\xf8\x3e\x58\xa7\x88\x6c\xca\x2f\x24\xd3\x44\x99\xbe\xb7\xa4\x02\xbf\x76\x1f\xd3\x7c\x99\xb4\xc7\x34\x43\x1d\xde\x3b\x7f\x81\x67\xbb\x8f\xef\x16\xfe\x23\xad\x9a\xd6\x4d\x8b\xa4\x4d\xd3\x8c\x30\x78\x99\xcc\x22\x03\x57\x64\xe0\xf4\xf0\x29\xb8\x2c\xde\x87\x7d\x2b\xb4\x19\xa6\xae\xe0\x20\x18\xf4\xcd\x29\x84\x2e\xbb\x0f\xbf\xcd\xb4\x65\x58\x07\x62\xaf\x01\x8b\x50\x3c\x20\x0a\x07\xc4\x4d\xa3\x1f\xf7\x26\x72\x1f\xb6\x25\x53\x1e\x2c\x47\xf1\xfa\xa1\x07\x4b\xf9\x6d\xc7\xc0\x79\x43\x82\x5f\x7e\xa7\x90\x76\x6c\xcb\xdd\x73\x8a\xcc\x72\x09\xee\xa7\x38\x6f\x94\x00\xfb\x57\x02\xec\xcf\x00\x84\xb1\x04\xc7\xd9\xe0\x5f\x03\x70\xc5\x12\x42\x33\x0d\xb0\x65\xd0\x5a\x0b\xee\x6c\xf7\xb1\x4d\xe3\xdb\xc8\x18\x10\x2c\xec\xa6\xdd\x39\xc2\xa5\xed\x3e\x18\x2b\x4c\x0f\x4b\xc8\xb6\x25\xdb\x96\xbb\xfe\x4a\xc8\xd6\xfb\x8d\x73\xe7\xdb\xcb\x83\xdd\x07\xfb\x10\x36\xfa\x05\x6e\xf8\x3e\x9a\xe5\xf5\x9b\x56\x6d\x5f\x55\x1b\xf4\xa3\x6f\x8d\x31\x08\x9f\x08\x39\xd0\xe6\x69\x7f\xa7\x88\xe1\x89\xf2\x96\x6d\x41\xb6\x36\x70\x74\x2e\xf8\x7f\xdd\x87\xe2\xa5\x48\xda\xb6\x2d\x5b\xa1\x4a\xa2\xbf\x87\x39\x0a\xca\x56\x50\x3d\x94\xf0\x5a\xde\xab\x60\x88\x75\x10\x5e\xfb\xf6\x21\x95\x67\xd3\x1c\x97\x57\xc1\xef\x3d\xb2\x0b\x7e\x5a\xf7\x61\x9b\xef\x59\x56\xa2\x63\x8a\xef\x54\xd0\xce\xb4\x44\xd7\x2e\x1c\x78\x18\xe0\xc1\x95\x08\xc3\x5b\x08\x18\xf5\x09\x7d\x4a\x84\xa1\x28\xf8\x57\xdd\x7c\x7c\x9b\xfc\x16\x96\x4d\xbb\xd0\x12\x33\x73\x19\xb3\x7d\xbb\x7b\x49\x89\x05\x3a\x8a\xee\x6b\x80\x87\x96\x58\xad\xa3\x5a\xc7\xdd\x5f\x0a\x5c\xf7\x7d\x28\x9d\xbf\xfb\x46\x89\xc3\x7a\x3d\x8f\xca\x08\x7f\x3d\xee\x4b\x1c\x16\x23\x9e\x37\x18\xa0\x25\x8e\x97\x34\xa3\xcf\x62\xfa\x56\x22\x9c\x78\x89\x46\x9e\x45\x36\x5c\xe2\xb4\x59\xd3\x2e\x0d\xba\x2e\xf9\xe8\x9e\x34\x70\x0a\x2f\x51\xb2\x88\x92\x05\xee\xa4\xc5\x7b\x6a\x89\x1e\x4d\x70\x53\x85\x4b\xeb\x7d\x7c\xfa\x44\xea\x7d\x98\x56\xc2\x15\x05\x21\x0d\x0b\xf1\x8a\xee\xc3\x20\xa1\x6c\x35\xc4\x0f\xba\x0f\xa5\x58\x97\x73\x2a\xf1\x75\x28\xdf\x4f\xe5\x70\xdb\x92\x24\xc7\x24\xe9\x81\x0e\x57\xf0\xc7\xf9\x53\x92\x11\x5e\x51\xd2\x16\x3c\x71\xee\xa3\x99\x76\xc7\x25\x45\xbf\x35\x6a\x2b\xea\x95\x92\x12\x6d\x4e\xc9\xfe\x0e\xca\x4b\x96\x27\x99\xc1\x15\x96\x24\x99\x11\x1a\xe8\xa6\x91\xcf\x2d\x2e\xa9\xc3\xc3\x69\xb2\x24\x38\xca\x92\xd4\xaa\xe1\x2f\x59\x88\xeb\xf3\xa7\x10\xc6\x27\x64\xbc\x03\x0b\x71\x7c\xee\x83\x7e\x00\xf7\x59\x92\x5b\x61\x42\xc9\x93\x11\x75\x95\xc4\xf1\x57\x08\xef\x73\xf3\xdd\x31\x4d\xce\xaf\xd1\x75\x32\x6e\x73\x25\x4d\xfb\x2b\x3b\x82\x66\xae\x24\xb7\x3d\xfd\x5f\x06\x12\xa9\x92\xb6\xe5\xed\x4f\x95\x45\xbd\x87\xa5\x8d\x0f\xca\x4d\xbb\xeb\x00\x67\x93\xfb\xb0\x2d\xf7\x68\x2a\xe9\x19\xa6\x1d\xd3\x28\xef\xb1\x2d\x48\x05\x33\x12\xff\x82\xe7\xc8\x7d\x40\x66\xa8\x04\x4a\xfe\x31\x7e\xb8\x85\xdc\x7c\xa6\x75\xd3\xa6\x69\x83\x34\xd6\x5f\x96\x45\xc1\x75\xab\xe4\x40\x1d\x39\xaa\x6d\xe2\x18\xca\x6e\x8f\x59\x16\x14\x51\x78\xc9\x69\x99\xb6\x4d\xbb\xfd\xc8\xcd\xb4\xa6\x0c\x34\xf3\xed\x34\x6d\x9a\xaf\x90\xb6\x4c\x43\x50\x3f\x00\xc0\x2a\x19\x36\xad\x64\xd9\x34\x3c\x91\x0a\xce\x0b\xf7\xe1\x98\x5e\xce\xbd\x64\x6e\xa0\x25\x6f\xfb\xcb\xbc\x65\xc7\x39\x6f\xdb\xc7\xb6\x92\x1f\xd6\x5a\x7e\x14\x29\xb3\x0e\x8a\x5b\x57\x41\xee\x92\xb1\x0f\x28\xa5\x91\x8f\x20\x1a\x61\x00\x70\x54\x4a\x67\x3e\x08\xa0\x11\x06\x2c\x68\xc1\x04\xfc\x3e\xfc\x96\x2d\xa4\xf4\x61\x9a\x63\xea\xb7\x83\xb1\xc7\xb2\xfb\x7e\x4b\x3e\x8f\xd8\x32\xcc\xc7\xfc\x12\x25\xe3\x3e\x1c\x2b\xf6\x8d\x32\x1e\xd3\x6c\x0b\x6c\x86\xb7\xfa\xa2\xe1\xf7\x40\xe5\x58\x8a\x7b\x49\xf9\xc6\xd4\x3a\x1e\xf3\x49\xe7\x78\x5a\x94\xf2\xda\x37\x44\xb3\x19\x3d\x7e\xa9\xce\x79\x85\x7e\x07\xea\x86\x42\xa4\x87\xfb\x18\x06\x9a\xb8\x63\x8a\xd5\xf1\x7d\x70\xe4\xc0\xbe\x16\xcc\x84\xef\xe3\x35\xed\xce\x11\x26\xbf\xf7\x51\x4c\x1b\xa4\x0d\xd3\x26\x69\x99\x6f\xab\xf5\x72\x5b\x1f\x00\x9e\x94\x3a\xcc\x37\xcc\xc7\x11\x51\x5d\x07\xd5\x39\xc7\x8a\xa4\x54\xe7\x97\xd8\x03\x61\xc0\x6e\x96\x7a\xd8\xc3\x2a\x9a\x85\x4c\x50\xc2\x52\x1f\xe6\xa8\x22\xd1\x1f\x20\x6e\x94\xfa\x5a\x87\x47\x18\xba\xb0\x42\x70\x80\xfb\xb0\x6f\xb0\x32\x4d\x9a\x69\xd2\x0c\xf7\xf0\xd2\x60\xeb\x4b\xfb\xd9\x3e\xe8\xbc\x21\x97\x2b\xc4\x05\xb8\xf9\xee\x18\x34\x8f\x35\x4d\x4b\x07\xec\x6b\x69\x8e\x55\x93\x2d\xc0\xc4\xbf\x00\xc6\x7f\x1f\xac\x71\x74\xc9\xa5\xc9\x16\x60\x62\x19\x44\xaa\x2c\xad\x99\x06\x5b\x30\x40\x50\x28\x4d\xb6\x00\x3b\xc6\x90\x01\x85\x2f\x6d\x9b\x6f\x1b\x7c\xb9\x51\xc7\xb1\x6f\xa8\x79\x06\x96\x87\xa5\xc1\xd2\x96\x66\xd0\x65\x22\xb3\x94\x26\x7d\x34\xe8\x63\x60\x2f\x58\x9a\x63\xd5\xbe\xb1\x62\x8d\x77\xc7\x05\xe8\xf6\x9b\xaf\x93\x56\x4c\x63\xff\x23\x0e\x5a\xe9\xee\x2f\xdd\xfd\x85\x50\x65\x05\xac\xf5\x3f\x05\x68\xf5\x90\xb1\x66\x2f\x1d\xe9\x5b\xe9\x18\xa7\x64\x82\xc1\x96\xee\xd1\xde\x91\x66\x65\x4c\xcf\x4b\xcf\xdb\xb4\x63\x30\x93\x3b\x56\xbd\xd0\x5f\x20\xcd\x43\xc6\x32\xab\xf4\x4a\x7f\x7b\xd5\x86\x84\xf5\xdc\x91\x20\x94\x8e\x92\x7c\x60\x62\x57\x7a\xb7\xbc\x6e\x79\xf9\xf7\xf7\xe3\xbe\x4b\x8e\xa0\x88\x87\x8c\x01\x50\x01\x16\xfc\x3e\x34\xda\x82\x2c\xba\xdc\x59\x5f\x56\xc7\xd1\xd4\x97\x5d\x52\x31\x49\x24\xad\xd2\x3d\xc6\xbb\xc7\x38\x66\x28\xa5\xcb\x9d\xf5\x63\xb3\x38\xc2\xfa\xb1\x5e\x8f\xf6\x61\x79\x0f\x5b\x66\xff\xe2\x60\xb3\x8d\x76\xa7\xb0\x7f\x53\xc8\x96\xd9\x9d\xc2\xee\xd1\x0e\x8c\x7b\xc1\xa4\xeb\x3e\xaa\x69\x9d\xb4\x61\x9a\x26\x31\x6c\xc1\x43\x2e\x4e\x23\xa9\x91\xe1\xba\x86\x4b\x5b\x53\xa7\x4c\xc0\x95\x82\x75\xd3\x7d\x3c\xa6\xdd\x71\x19\x1e\xcf\xda\xdb\x64\x74\x54\x05\xdb\x99\x3f\x45\xdb\x98\x4c\x90\x95\x32\xe4\x8c\x3f\xdb\x17\x6c\x90\x0b\x76\x1f\xf7\x61\x79\x90\x00\x66\x19\xf7\x61\xcc\x70\x96\x13\x76\x0e\xf7\xf1\xa5\x51\x9e\xd3\x3a\xbe\x69\x85\x44\x87\x9c\x9d\x66\x04\x03\x77\xe6\x82\x09\xc0\x7d\x34\xe3\x85\x33\x2e\x6e\xad\xea\xd9\x47\xb6\x2d\xdc\x44\x8b\x1a\xe9\x81\x4f\x6f\x41\x99\x7a\x1f\x5f\xec\x70\xc6\xe0\xf8\xed\x51\x4f\x05\x59\xa0\xff\xbc\x0f\xc4\xb9\x40\xbb\x97\xe1\xfc\xaa\xe6\x2c\xd8\xe0\x94\x21\x4b\xa6\x4a\x52\x60\xd2\x32\x9c\x37\x35\x6f\x03\x2f\xd2\x32\xdd\x7e\xd4\x5e\x0d\xdc\x3b\xcb\x74\xde\x00\x80\x0e\x83\x40\xe3\x05\x04\xe8\xfb\x30\x9e\x39\xac\xd6\xf4\x18\x9f\xc6\xd5\x06\x2a\xbe\x4c\x59\xad\x89\x21\xd6\x28\xe1\x8e\xcb\xf4\xf6\x32\x31\x80\x1a\xd8\x2f\x95\xe9\x36\x35\x99\xb7\x81\x0a\xad\x4c\xb7\xf4\xe9\x96\x8e\x05\x47\x99\xde\x12\x27\xb7\xc4\x42\x3c\x8d\x32\xa5\x99\xe9\x11\x86\x62\xb9\x4c\x69\x01\xdc\xe2\x9b\x76\xfb\x3b\x37\x73\x34\xd1\xae\x17\x60\xe4\xcb\x94\xf5\x05\x8b\x38\x8c\xc2\x7a\x9e\x8e\xe9\x3c\x5f\x6c\x21\xfa\xe1\xf8\x4d\xc7\x0f\xe7\xb0\x32\xa5\x85\xf9\x58\x07\x47\xfb\x94\xcd\x9d\xaf\xdf\xc2\xae\xaf\x1f\xfd\x5d\x5f\xec\x77\x58\x0a\x00\x7d\xef\xc3\x6f\x61\x73\x97\x63\xb0\x8c\x39\x8e\xe0\xbc\x2c\xd7\xee\x32\x36\xbb\xb7\xe2\xe5\x96\xb4\x8c\x47\xee\xad\x18\x10\xde\xfb\x70\xce\x59\x93\x0b\xa1\x76\x01\x87\x37\x14\x60\xbd\x0a\x40\xbc\xf7\x51\x8d\x7d\x44\x79\xcd\x7a\x9b\xf5\x72\xeb\x5c\xb2\x23\x0b\x33\x9f\xe1\x75\x62\x79\xa3\x59\xdc\x68\x0a\x61\x0d\xca\xea\xf6\xad\xdb\x37\x68\x66\x0d\xeb\x18\x5f\xda\x1d\x97\xe5\x51\xb2\x60\x5f\x8b\x37\xe0\xb5\x6c\xdf\x32\x8d\xeb\x04\x40\xbb\xf7\x31\x4c\xe3\x5b\xc4\xda\x05\x7c\xdd\x50\x50\x43\x95\x25\x9b\xb6\x60\xc9\x0a\x8a\xa8\xb2\x8e\x69\xd2\x07\x6a\xa6\xb2\xdc\xd7\xd6\xa7\xd8\x4f\xd4\x21\xeb\xbb\xd0\xe2\x17\x6f\xb6\x80\xee\xde\x87\xf5\xb2\x76\x97\xfb\xdf\x7a\x3e\xdb\x0e\xbf\xb5\xbc\xe7\xfd\xaf\xbd\x47\x59\xaf\xfd\x7d\xed\x07\xb7\xd3\xed\x71\xb5\x39\xae\x06\x3e\x31\x65\x23\xa5\x2d\x5b\x65\xb0\xb7\xd3\x8d\xc4\xae\xec\x9f\xe5\xc1\x7a\x6c\xe9\x08\x4c\xdd\x30\xbc\x7a\x6d\xd9\xe1\x6d\x6c\x7a\x44\xef\x65\xbb\x86\x76\x76\x5c\xda\x5d\x93\x3b\x5b\x6f\xb6\x2d\xad\x92\x66\x1d\xb0\x05\xc5\x2b\xda\x96\x85\xda\x2a\x9a\x40\x93\x2f\x1b\x69\x69\xd9\xda\x45\x11\xf6\xb5\x6c\xaf\x1d\x7b\x1a\xfb\x0a\x1a\xdc\xb2\xd7\x5b\x1b\x1e\x42\x2d\x94\xbd\xec\x1b\x01\x0b\x8b\xd7\x9d\xed\xd5\x01\xa3\xfb\x50\x88\x48\x50\x8e\xfd\x3d\x3f\x4d\xb4\x38\x3a\x0f\x2a\x84\x72\xb8\xca\x15\x50\xe2\xcb\x91\x15\x3c\xb2\x82\xb5\x98\xb6\x4c\xdb\xe6\xbb\x7d\x3b\x48\x28\xcb\xe1\x3a\x36\xc0\x9c\x29\xc7\xb5\x7b\xfa\xf7\xed\x1d\x2b\x9c\x20\xee\xa3\x18\xc3\xeb\xf6\xed\xa0\x80\x2a\x47\x73\x1d\x3c\xe8\xca\xf1\x8a\x0b\x1a\xe6\x4d\xa3\x3c\xd7\xcb\x71\xbd\x44\xf6\x92\xf3\x14\xd3\xec\x2f\x92\x0b\xe0\x31\xef\x83\x73\xa1\xb6\xf1\xf7\xe3\xfe\xbc\x16\xad\x99\x45\xb4\xf9\x0a\x40\x0e\xd6\x11\xc3\x1b\xdc\x91\xab\x3e\x46\xad\x07\xd6\xb7\x3c\x0a\xa9\x1e\x6e\xca\x05\x18\xdf\xf2\xb8\xdd\x3e\x2e\x09\xac\x1a\x0b\x8e\x02\xf7\xa1\x75\x0d\xd3\xff\xc8\xc1\x3c\xd5\x6f\x11\x2a\x3d\x1e\x89\x0f\x76\x8f\x83\x68\xcf\xe5\x71\x6b\x00\x60\x32\x0c\xb4\x4c\xe5\xf1\x66\xfb\x34\xdb\xcc\xd1\xf9\xc8\x3d\x3e\x08\x71\x8b\xb7\x97\xc7\x9b\xd9\xd3\x3e\x6b\xbc\x42\x9a\xed\xfb\x42\xa0\x71\xdb\x45\xc2\x7e\x1f\xed\xbf\x56\x1a\xe5\xf1\x48\x7c\x5c\x4e\x20\x7f\x96\x47\x8e\x1c\x39\xfa\x4d\x23\x9f\x1c\xf9\x73\x3e\xfb\x0a\xca\x73\x0a\x1f\xa6\x70\x60\x15\x53\x1e\xb9\xd1\x47\x93\x1e\x6f\x1b\x8f\x5b\x3a\xf2\xf6\x9b\x46\x79\x6e\x03\x0a\xdf\x47\x63\x5b\x79\x1e\xfb\xc6\xd6\x30\x9a\x75\xbc\xb6\xf9\xb5\xcd\x48\x1f\x1e\xb7\x7e\x60\x24\x6f\xda\xcd\xf7\xff\x33\xf6\x26\x37\xb8\xeb\x38\xdb\xed\xbc\xa2\xa8\x10\x2c\xdb\xea\x80\x8d\xca\x45\x94\xed\xfc\x43\xb8\xe0\x5a\xef\x77\xfe\xd1\xc5\x3e\x23\x01\x82\xad\x5e\x14\xdb\x87\x9f\x57\x1e\x10\xc8\x22\x9c\x6e\xfd\x54\x24\x7e\x28\x12\xab\x92\xca\xa7\x22\xf1\x2b\xce\x17\x52\xf3\xa9\xcc\x22\x5a\x27\xeb\x72\x7c\x2a\xdf\xab\xca\xf7\xaa\xa4\xf2\x79\x95\x3f\xa5\xa1\xee\xbf\xcd\xef\x9a\xdf\x35\xeb\xa6\x75\x8f\x75\xb9\x06\x9f\xfb\xfb\x49\xfa\xf1\x8c\xab\x9f\x7b\x04\xb8\x62\xd6\xf1\x1d\xb6\xb0\xfa\x0d\xd7\x80\x2b\xa0\xa2\xbd\x7e\x92\x7e\x25\x90\x4f\x12\xf2\x4d\x1d\x0c\x79\x4a\x3e\x35\x58\x1f\xca\xde\x8a\x02\xbd\xe2\xdc\x92\x85\x7d\xf0\x94\x7c\xb2\xb9\x9f\x4e\x83\x84\xbb\xd5\x4f\x6d\xd5\x87\xb2\x77\x92\xea\xad\x6a\xd1\xac\x5a\x34\x27\xe0\x26\x55\x85\x7c\x55\x21\x5f\xf1\x17\xac\x9f\xcf\x01\x3a\xf8\x32\x3b\xec\xe6\xa7\x26\x44\xe5\x7b\x25\x8a\xaa\x7e\x9e\x17\x74\xf0\xf9\x1d\x63\xf6\x69\x57\xf9\x3e\x81\xea\xa8\x60\x16\x66\xf1\x4b\xeb\x57\xff\xf3\xa7\x69\x0f\x6d\xda\x43\x27\xae\x55\x4d\x0f\x89\xa6\x87\x84\x2e\x8e\x4d\x1f\x89\x76\x18\x3f\x40\xc8\x52\x3b\xf0\x13\x68\x2a\xda\x2b\x8a\xf6\xa6\x95\xb4\x1d\x3a\xa4\xe3\x16\xd7\x40\x17\xcc\xc2\x33\x34\xf8\xb7\x7e\xd4\x99\x7a\x10\x49\xbe\x81\x05\x98\x05\xe7\x8a\x30\xa0\x06\xda\x5f\x16\xcb\x3a\xfe\x6d\x8e\xcf\x73\x80\x97\x79\x3b\x9a\xed\x75\xfd\xb1\x6f\xda\xc3\xb8\xd2\xc0\xe6\xcb\x3e\xf8\x97\x3d\x6f\x07\xc6\x95\x09\x6e\x44\x03\x98\x2f\x8b\x5f\x7b\x23\xeb\xa6\xdf\xc9\xa6\x21\x62\xb4\x63\xda\xc7\xb2\x8f\x4a\x1f\xcb\x3e\x74\x3b\x25\xaa\xa6\xa9\xcc\x6f\xb8\x0f\x95\x4a\x94\x4c\x3b\xc2\x3e\x24\xd5\x77\x63\x6e\x8f\xeb\xa7\x21\x05\x9c\x83\x76\xb0\x97\xed\xf0\xee\x03\xf6\xd2\x8e\xc7\x7e\xf5\xe0\x03\x84\xa9\x1d\x9f\xfb\xf1\xfd\xea\x68\xef\xb3\xbd\xcf\xcc\x89\x27\xf3\x85\x45\x6e\x87\x77\x1a\xb6\xbe\x15\xa4\xce\x56\x0e\xcf\x50\x9e\xf1\x06\xe8\x5d\x16\x9f\x75\x39\x0f\x0d\x01\xad\x14\xff\x9d\x39\xbe\x92\x32\x4d\x16\x9c\x67\x24\xfe\x56\x78\xc6\x1b\x0e\x49\xf9\x5d\xae\x5f\x41\xb4\x69\x85\x3d\xaf\x84\x98\xb4\x72\xdb\x9e\xcf\x1f\x90\x31\xad\x54\xc7\x52\x7f\x5e\x90\x8c\x0f\xff\x86\x06\x88\x5d\x99\x20\xc8\xb4\xe2\xd9\x28\xb2\x82\x35\xa5\xd8\xa6\x71\xa0\x81\x63\x97\x75\x8c\x19\x11\xa8\x61\x23\xc8\x7f\xe9\x03\x03\x6c\x2b\x18\x60\x2b\xa0\x28\x0d\xcc\xba\x2c\x5e\xeb\x68\x8f\x67\xb7\x15\x3d\xc3\x81\x2d\x69\x7a\xd6\xb4\x22\x4b\x01\x0b\xdf\xca\x74\x2c\x38\x59\x4f\x20\x03\x1a\x78\x75\x59\x70\x4e\x31\x22\xb4\xb2\x5c\x2b\xd9\x0c\xc0\x5c\x1b\x38\x73\x59\xb8\x7e\x2d\xef\x56\xd9\xce\x03\x8d\x67\x05\xa6\xa3\x61\x79\xc8\x82\xfb\x8b\xe6\xa2\x95\xcf\x79\x7c\xce\xb7\x32\xe6\xcf\x79\x7c\x9e\x97\x7c\x2f\x9b\x7e\x3e\x4d\x63\x43\xc5\x33\xac\x9d\x68\xb0\xda\x29\xdb\x02\xfb\xdf\xc0\x82\xcb\xc2\xf9\xfe\xe3\x80\xf7\xff\xff\xdc\xb7\x53\x72\x71\x4a\x2e\x70\x93\x6b\x00\xbe\x65\xe1\x12\x31\xd4\x13\x77\xa9\xf6\xb3\x4f\xa0\x14\x69\xa7\xc7\x04\xf0\xb6\xfc\x2e\x97\xf2\xf4\x98\x00\xdc\x56\x2a\xae\xfd\x4d\x97\x87\x76\x12\x10\x32\x51\x8a\x34\xb0\xd8\xb2\x30\xf9\xe7\xa4\x3d\xc8\x7c\x3b\x87\x2e\xf1\x93\x7e\x51\x2e\xb6\x73\xb8\x0d\x1c\x45\x6d\x16\x4d\x9b\x45\x25\x64\xa7\x69\x94\x68\x1a\x25\x2a\x31\xe8\xed\xf4\x8a\x9e\x5e\x51\xd2\xe9\x36\x80\xc8\xb2\x80\x0b\xc6\xb9\xb9\x9d\x6e\xd7\x09\xf9\xae\xf8\xa9\x36\x40\xca\xb2\x08\xbf\xa3\xdf\x6d\x7b\xfb\xd7\x5e\xa3\xce\x31\x63\x63\x35\xee\xa4\x9d\x8f\x6b\x25\xd7\x4f\xf0\x75\xc3\x92\x91\x85\x7d\x70\x3c\xcf\xc7\x35\xc0\x13\xb8\x12\xa2\xdc\xce\xd7\x3e\xe4\xe6\xe1\x6e\xdb\x09\x37\xdf\xce\xcf\x31\x43\x96\x35\x54\x34\x0d\x15\xc6\x6d\x34\x60\xba\xb2\xd0\xc5\x07\x92\xa9\xb1\xa1\x69\x6c\xa8\x78\x9d\xb7\x0b\xbf\x89\xa6\x61\x61\xe2\x84\xd6\xae\xdb\xef\xcc\x3a\x3b\x6d\xef\x66\x6e\x57\x75\x6e\x5c\xdb\xcb\x2b\x7a\x79\x45\xc1\x60\x6c\x57\xb7\xdf\x6e\xbf\xc9\xdd\x36\x5d\x55\xda\xa5\x64\x06\x54\x61\x03\xa7\x2b\x0b\xae\x00\x8e\xcb\x0d\x8b\x42\x16\xee\x65\xb3\xce\x3e\x7c\x76\xc1\x89\x6b\xba\xb9\xb4\xeb\xb7\xce\x9c\xd3\xeb\xb1\x5f\x59\xad\xc6\x59\xbb\x24\xad\x80\x58\x95\x39\x1d\xcb\xeb\xdc\x5e\xd7\x00\x52\x78\x79\xf5\x34\x18\x54\x5c\x6e\xda\x0d\xd7\xdf\x6e\xb9\xfe\xc6\x39\x05\xd9\x29\x0b\xee\x07\x81\xea\xed\xc6\xf6\xdc\xee\xd3\xb3\xc1\xf8\xc8\x7b\x9f\x85\x67\x83\x73\x7a\xa3\xf8\x6b\xa6\xbe\x9f\x68\x83\x1a\x39\xe2\xb3\x60\x6e\x3d\xa5\xce\x76\x7b\x9e\x49\xe3\x5e\x2a\x38\x72\xed\x5e\xf6\x4b\xc0\x43\xc5\x17\xbc\x91\x93\x3d\x0b\xfd\xf7\x39\x6b\x77\xb0\xa6\xb7\x5a\x05\x22\x04\xda\xed\x19\xbf\x75\xc6\x87\x3d\x6c\x60\x18\x65\xe1\xbf\x27\xff\xbe\xf6\xab\x14\xd1\x2f\xbe\x43\x8a\x68\xa4\x55\xcf\xba\x1c\x5f\x75\xbe\x15\xf7\xc1\xda\xd9\xb7\x8a\x6d\xb2\xd5\xcb\xc8\x25\xce\x41\x95\x1e\x98\x19\xbc\x62\x80\x68\xd5\x73\x55\x6f\xeb\x38\x07\x15\x0d\x42\xab\xd5\xa4\xbb\xb0\x1e\xa4\x07\xcf\xc2\x7e\x1b\xfd\xfa\x94\xd4\x7c\x4a\xce\x83\xec\xb6\xad\xfa\x6c\x54\xc5\x04\x90\xcc\x5a\x95\x7d\xa8\xb2\x0f\x80\x92\xb5\xda\xed\xc3\xe8\x25\x59\xa3\x8a\x48\xd0\x80\xb4\xc9\xba\xbc\x6f\x75\xd8\x9e\xf1\x42\x00\x89\xb5\xea\x13\x51\x7f\xd1\x38\x83\x7f\x67\x58\xe7\x1a\x70\x5e\xaa\x7b\x54\x7f\x7b\x34\x59\x03\x9f\x08\x8d\x12\x95\x40\xc3\x56\x71\x96\x6b\x35\x8c\x73\xe4\x6c\x54\x5c\xbe\x1a\x9e\x89\x39\x37\xbe\x93\x5e\xe9\x7e\x58\x65\x65\x48\xed\xfd\xa7\x09\x60\x73\xe0\xd7\xd1\xea\x76\xcc\xdb\x04\xc3\x17\x63\xde\xf6\x4b\x94\x44\x05\x93\xaa\x55\xf7\xb2\xbe\xfa\x8a\x43\xd7\xc0\x9a\xc9\x62\x5a\xc7\xdc\xa4\x39\xf5\xb5\x5f\xd8\xc3\xfa\xb9\xe7\x9f\x75\xac\x7d\x43\xbc\x6b\x0d\x88\xc3\x03\x6d\x5a\xc3\xb7\x31\x8b\xee\x77\x8d\xba\x69\x9d\x0e\x9d\xa7\xdf\x71\x36\xda\xcf\x71\xef\xa2\x3d\xc4\x8e\xd6\x14\x3b\x88\x6a\x68\x0d\x2d\x5e\x13\x98\xe6\x20\x4b\x6f\x6b\xc5\x7f\xcf\x5f\xf4\x03\xed\x9d\xfe\x6b\x02\x62\x32\xec\xb6\x26\xfb\x6a\xe6\xef\x0a\xfa\x51\x6b\xde\xc1\xe6\x5b\x86\xa1\xa2\x35\xe9\xa4\x99\xba\xab\xec\x88\x86\x9e\x66\x66\xee\x3a\x60\x0f\x1b\xda\xaf\x26\x14\xcc\x71\xfc\xea\x1e\xeb\x38\xcf\xb2\x0a\xba\x6f\xb6\xd6\xdc\x4b\x58\x46\x0d\x42\xad\x19\xd9\x87\xbb\x5d\xd3\xf8\xd3\x30\xfe\xe4\x77\x93\x3a\xe7\xd6\x6c\xaf\xd3\x9e\x2c\x4f\x53\x9c\x25\x45\x7d\x6b\xb2\x3c\xcd\xb3\x2b\xfb\xd0\x86\xf3\x95\xc6\xe6\xdb\xfd\xd7\xe7\xbe\x0d\x97\x77\xb8\xbc\x5c\xb3\xe6\x71\x6f\x1e\x77\x32\xd0\xb7\x36\xed\xce\xe7\x94\xa8\x90\xd6\xe4\x82\xcd\xad\x5d\x7d\xc6\x9b\xc7\xb3\x6d\x97\xa8\xf3\xdd\xf6\x5f\x15\x61\x84\xc6\xb5\xf6\x38\xa5\xff\xcb\x89\x6d\x9d\xdb\x00\x5a\xd2\x71\xd8\xef\xe3\x12\xa9\x28\x06\xa3\xa7\x35\x8f\x6c\x7b\x97\xdf\xb1\xfd\xaf\xcb\x46\x60\xff\x81\x3b\x4c\x03\x4d\x25\x0b\x03\x44\x0a\x7d\xc8\x41\x6b\xf7\xaa\x84\x3f\xb7\xe6\xd3\xd9\x7c\x3a\xc9\x46\xdf\x30\x78\x65\x21\x49\x62\x6e\x5d\xae\xba\x1f\xbf\xc8\xe7\xdc\x86\x2e\xbb\xd4\x3d\xb2\x60\xe3\xb4\x8e\xc7\x75\x03\x6a\xa5\x54\x8c\x21\xad\x9f\x8c\xa5\x9f\x5e\x15\x24\x95\x8e\xf4\xdc\xba\xc7\x13\xe0\x9a\xd6\x25\xad\x1d\x23\x42\x05\xc0\xa6\x91\xb8\x3a\x0b\x73\x83\xb3\x06\x18\xd0\xfe\x34\x6d\x66\xc6\xfc\x34\x60\x4e\xb2\xb0\x5f\x8e\x5d\x57\x6a\xea\x4a\xcf\x60\xc0\x34\xf0\x46\xb2\xf0\x3b\xf6\x1c\x14\x91\x3f\xad\x1b\x7d\x08\xcc\x4a\xeb\x72\xbc\xe4\x8e\x3e\x8f\xe2\xba\x60\x9f\x6d\x7d\xba\x1f\x90\xcc\x2e\x39\xeb\xf1\xfb\x97\xef\xc2\xb9\xa9\x1d\xc1\xa0\xd1\xba\x4f\x76\x97\x0d\xc2\xd7\xbb\x75\xd9\x20\xf2\x3b\x9f\x07\x69\x46\x5b\x97\x33\xc6\x3c\x97\x75\xb4\xf7\xfa\xaf\xd2\x10\x9e\xdd\xad\xe3\x9a\xd3\x48\xbd\xfc\x8b\x17\x6b\xda\xe5\x9a\x29\x95\x0f\x94\xa9\x8d\xdc\xc9\x59\x5c\x7e\xd7\xa8\x6b\xd6\x75\xeb\x06\x75\x8f\x75\xaf\xff\x52\x77\x42\x06\x86\x81\xf4\xb8\xf9\x35\x0c\x77\x59\x70\xbd\x09\x1d\x6c\x03\xe5\x67\x1b\x97\xb1\x6b\x9c\x2b\x72\x21\x67\xf1\x58\x47\xbf\xb8\x4f\x35\x52\x1d\x67\x1d\x7d\x48\x56\x48\x67\x5c\x1a\x09\xd9\x1b\x39\x8c\xb3\xb8\xad\xe3\xdf\x69\x9d\xd1\x9e\x87\x73\x5b\x8e\x65\x39\x3e\xa4\xe7\x21\xbb\x84\x4d\xae\x34\x49\xe6\x70\x8f\x34\xc6\x35\xc9\xe3\x40\x83\xd5\x46\xb8\x7e\x48\xc5\x43\x56\x61\xc0\x2a\x34\x12\x86\xb7\xa1\x14\x8b\x9d\x2e\xeb\x3a\x75\xb6\x07\x5b\xd5\x48\xc0\xdd\xc6\xeb\x77\xaf\xdf\xf1\xb4\x6b\x78\x6b\xc3\xd0\x29\xe9\x0b\x56\xb8\x2c\x1e\x73\xdd\xe7\x3d\x9a\x4a\xa7\x3f\xd0\x06\x0c\x0b\x8d\xa8\xfb\x2c\x96\xb9\xef\xf3\x6c\x4c\xd7\x45\x43\x59\xc3\xd3\xbe\x11\xfd\x9d\x85\x7d\x70\xd6\xa6\x24\xd8\xb0\xec\x06\xaa\x5f\x23\x42\x3a\x0b\x22\xce\x30\x0e\xb4\x29\x0b\x60\x80\x72\x23\x67\x71\x9b\xd2\x44\x33\xca\x1e\xc5\x7f\x7d\xee\x0d\x72\x6d\xde\x5f\xa2\x3d\xb3\xf0\x1c\xf8\xaf\xec\xd7\xf4\x79\x26\x33\x62\x9b\x3e\xc5\xbf\x18\x45\x3c\xc1\x1b\x31\x8a\x59\x7c\x7e\x97\xeb\x32\x7d\x9e\xcd\xaa\x7a\x10\x49\xd8\x96\x4f\x1d\x76\xab\xd2\x0a\x34\x67\x79\xd6\x16\x38\x04\x8d\xe8\x95\xb6\x88\x0b\x6a\xcb\x7c\xf7\x64\x04\x6c\x58\xaf\xb2\x78\xac\xcb\x75\x59\xc4\x05\x35\xb2\x91\x96\x46\xd2\x90\xb6\x64\xab\x16\x12\x7a\x2b\xd0\x9c\x25\xbb\xb4\xc8\xd7\x76\xa0\x78\x6e\x6b\xb0\x7e\x0b\x8f\xf6\x06\xd8\x5e\x5b\x6a\x4c\xd6\x72\xbe\xd0\xa1\xb5\xec\x63\xd9\x87\x75\xb2\x28\x6b\x5b\x07\x7b\xb8\xa4\xf7\x1a\xb1\x1a\x2e\x6e\x6d\x49\xef\x97\x77\x1f\x6d\x73\x0b\xd9\x8c\x90\xcd\x20\x89\x5b\x0b\xb5\x55\x71\x0a\x00\x61\x1d\xfe\x1a\x2d\xc8\x05\x66\x5e\x89\x16\x8a\x3b\xd8\xb2\x4a\xc3\x33\xbf\x85\xda\xaa\x00\x1e\xa1\xe1\xaf\xd6\xc2\xf5\x8b\xdf\xfa\x41\xd7\xc2\x73\x65\x22\x49\xb3\x4b\xb4\x40\x2b\xdd\x34\x4e\x35\x52\x9a\xb6\xf0\x0c\x05\x4f\xb1\xd1\xde\x2d\xd4\x4c\x85\x91\xe6\x64\xfb\x6c\xa1\xe8\x1a\xc3\x7d\x83\x3d\x24\xcb\x63\x16\xdf\x3f\x71\xcc\x2d\x36\xe7\x20\x10\x49\x1b\x99\x2d\x9b\x86\xa3\xa6\xe1\xa8\x91\xee\xb6\x85\xb4\x33\xbc\x97\x67\xa9\x7f\x7f\xee\xb5\x17\x35\xed\x45\xed\x84\xa4\x6f\x97\x0d\xf3\x4d\x69\xb8\x4a\xb5\x2d\x99\x22\xa7\x61\x69\x1e\xa7\xed\xd1\xd9\x00\x6e\x1d\xa4\xb4\x6a\x5b\xa9\x7d\x03\xc0\x74\xe0\x36\xd3\xb6\x1c\x11\xa9\x07\xf3\xdf\x9c\xd2\x56\x19\xb3\x51\xc6\x34\x8f\xc9\x56\x19\xb3\x87\xc1\xa9\xb5\x50\x57\xad\x73\x2c\x28\x77\xb6\xca\x98\x3d\x5d\x0e\x48\xcd\xc6\x45\xa6\x6d\x94\x77\xcd\x23\xb1\xbd\x8e\x1b\xbc\xf2\xe3\x72\x1e\xd8\xea\xda\xc6\x56\xd7\x3c\x12\x5b\x05\xcd\x36\xd0\x99\xbc\x7b\x6d\x6f\xc7\xb2\x9d\x2f\xdb\xba\xdd\x06\xd2\xfc\x9d\x66\xd3\x68\x7b\xdb\xaf\x51\xc9\x78\xf0\x37\xf0\x76\xb2\xb0\x5f\xae\xd9\x7e\xfc\xee\x59\xd6\x31\x3e\x8f\xf6\x06\xf4\xf1\x20\xb6\xb2\x6d\x25\xae\xfd\x0b\xd0\x85\x95\xd9\xb2\x32\xda\xa4\x1a\x5e\xfd\xed\xc1\x3e\xdb\x48\xcd\x97\x75\xf9\xdd\x83\x0f\x42\x7b\x7e\xd8\x2b\x1c\x93\x47\xe5\x9d\x20\x5d\x07\xc9\x8d\x1a\xb9\xf4\xb2\x30\x5a\xb9\x58\x37\xac\x9b\xd6\x9d\xd4\x3d\xd6\xbd\xd6\xe5\x98\x1f\xaf\xc0\x53\x7f\x51\xd8\xf4\x2b\x27\xfb\x80\x8a\x76\x5c\x3c\x07\xe0\x05\x65\xf1\xc3\x81\xc9\x35\x7d\xbc\x16\x8f\xa4\x15\xe3\x45\x7b\xe4\x50\x49\x71\x57\x1a\x69\xb3\xda\xa3\x72\xf6\x91\xac\x90\xdc\xaa\x3d\xb2\x9b\x0f\x88\x52\x07\x90\x76\xed\x59\x90\x8b\x67\x39\x37\x14\x6b\x4f\xd8\x1e\xf1\xf0\x07\xc6\x81\x46\x8a\xb9\x2c\xb8\xde\x17\x1a\x8e\xe7\x71\xbe\x46\x5f\xe3\x52\xd5\x30\x96\x65\xe1\xfe\xf2\x6c\x3c\xaf\x7d\x10\xc8\x6c\x64\x77\x7b\x64\x19\x9f\xef\x57\x97\xed\x11\x9e\x92\x85\x75\x90\x90\x17\x9b\x68\x7b\x25\x49\x04\xea\xb7\x57\xa9\xe4\x3d\x5d\x7b\xce\xd5\xeb\x1e\xbd\xa7\x78\x2a\xf4\xfb\xca\x2a\xbc\xbf\xb5\xe7\x69\x22\x8c\x25\x8b\xdb\xba\x1c\xf3\xeb\xf3\xf7\x2a\x29\x03\x2d\xd0\x5e\xef\xe0\x6b\x88\x16\xa1\x94\xed\x95\x15\x34\x9a\xa5\x81\xde\xd6\x8c\x5c\x69\x46\xae\x34\xd0\xd8\x9a\x86\xb2\x46\x16\xb6\xac\x63\x7c\xb2\x78\x2f\x2c\x9e\xc1\xf6\xed\x95\xa5\x30\x53\xda\x41\x0e\xc5\xf6\xba\x1f\x04\x9c\xe4\x77\xfc\x2b\xfb\xf0\xca\x3e\xe0\x85\xdf\x5e\x9f\xbf\x77\xff\xe2\xc1\xf9\x4e\xf6\xff\x7d\x7e\x28\x51\x8c\x4f\xa9\xf3\x05\xaa\xed\xd0\x00\xf1\xca\x9a\x9b\xc6\xac\xe1\xb2\xd4\x3e\xdc\xd4\x1a\xa0\x5e\x59\x97\xdf\x7d\xb2\xe1\x1a\xac\x9a\xc6\x81\xcf\x3d\x22\x89\xd9\x79\x00\xfe\xd3\x3e\xd9\x70\x72\x93\xe5\x77\xb4\x27\x1b\xfe\x9d\xce\x8d\xb1\x7c\xee\xd1\x77\x3a\x66\xe8\xd5\x27\xdb\xf7\x09\x33\x84\x07\x7f\xc3\xca\x95\xc5\xb0\x6e\x50\xb7\xac\x73\x5d\x38\x43\x84\x9d\x64\xe1\xdc\x1c\x9f\x7b\xf4\xfd\xf6\x08\x76\xe9\x93\x45\x21\x1f\x59\xd6\xe5\x1e\x7d\xdd\x7f\xa5\x9d\xa4\x7a\x68\xdf\x70\xcc\x64\xc6\x3b\x34\x54\x7c\xb2\x2d\xe6\x0c\x3b\x88\x26\x68\x9f\x4f\xf6\x37\x7e\xff\xd2\x1e\xbe\x0f\xed\x23\xcc\xed\xf8\x8d\x4f\x23\xc7\xb7\xdc\x0f\xe8\x9a\x11\x29\xcd\x88\x94\xa6\x11\x81\xb8\xbd\x2c\x5c\x3f\x9e\xb5\x4f\xf1\xee\xdb\x8e\x05\x0d\x8c\xd1\x22\xcd\x68\x91\x86\x2f\x4f\xfb\x64\x6f\x3e\xef\xdb\x6f\x2c\xbe\x47\x9f\xef\x91\x46\x84\x4f\xb6\x9e\x24\x5d\xf9\xdd\xfc\xcf\x9f\x7e\xe0\xab\xd0\x8f\x43\xac\xad\x3c\xa7\xdd\x50\xe0\x4e\x70\xc9\x79\x30\xbe\x4e\x38\x49\x16\x82\x8c\x24\xcb\xdd\x35\x62\x75\x8d\x58\x0d\x43\x40\x27\xb9\x55\x16\xc5\x3a\xfa\x60\x9d\xfb\x81\x9b\x6e\x03\x4b\xa8\x1b\x05\xd2\x4d\xe0\xd4\xc0\x66\xe8\x86\x9b\x77\xa3\x3b\x1a\x9e\xfe\x9d\x68\xf1\x2c\xa0\x6b\x28\xee\xfb\xc1\x19\xef\x87\x22\x2e\x86\x8f\x6e\x88\x78\xd7\x20\xd4\x08\xa9\xef\x64\x1a\xca\xc2\x3e\x1a\x75\xf8\x92\xf5\x72\xc2\x06\xd5\xbc\x5b\xdd\xd0\xef\x8e\x8d\x45\xe4\x97\xbf\x3d\xf7\xdd\x28\xf0\x6e\x14\xf8\x81\xcb\x52\x37\x2e\xb1\x9b\x28\xa8\x01\x01\xd5\x0b\x64\xb9\x9b\xc2\xe7\x00\x7a\xa9\x97\x61\x77\x72\x2b\x28\xdf\x7b\x41\x39\xdb\x0b\x51\xe0\x07\xb0\xea\xbd\x60\x13\xed\x85\x28\xf0\x83\xa0\x89\x5e\xc2\x7f\x43\xc0\x84\x83\x7f\xb7\xdf\x89\xee\x81\xf2\xbd\x97\xc7\xb1\x80\xaa\xd1\x40\xff\xea\x85\x63\xd2\x0b\x0a\xc7\xd6\x9c\xfa\xeb\x72\xfc\x80\x23\xce\x92\x75\x48\x11\x9d\x5c\x39\x59\xc7\x98\x21\x17\xdd\xa8\xf2\x86\xb7\x7e\x3f\x79\x3a\xfb\x49\xce\xa7\x83\x68\xfb\x4e\xe0\x73\x16\x6c\x21\x9e\xf9\x9d\x8c\x35\x59\x88\xa0\xc5\xdc\x4e\x9e\xc9\x7e\xca\x51\x12\x6d\xdf\x4f\x94\x45\xdd\x20\x8c\x46\xda\x96\x4e\x80\x74\x16\x8e\x2f\xb9\xe5\x7e\xc2\x65\x76\xb2\xd7\x64\x5d\x8e\xef\x84\x7c\xf7\x53\x16\x0a\x77\xac\x7e\x56\xfb\x90\xfb\x6e\x1c\xa7\x13\x2e\xb3\x9f\x22\x4c\xa1\x54\xef\x58\x41\xb2\xe0\xc8\x92\x28\xa8\x9f\x61\x7b\xe0\x17\x1c\xc0\x30\x77\x32\x91\x64\x61\x7b\x9d\x35\xf8\x1c\x33\x40\xef\x07\x2e\x55\xfd\xfc\x5c\x83\xcf\x35\x48\x8e\xb7\x13\xaa\x90\x85\xf3\x9d\x8d\xba\xb0\xce\xef\x92\x34\xf4\xcb\x2b\x75\x49\x32\x89\x27\xee\x46\x6d\xf7\xeb\x87\xfe\x96\x52\x53\xbf\x50\x0a\xf7\xeb\x72\x2f\x93\xbd\xe9\x58\x1e\xb2\x70\x8f\x92\x84\x74\x2c\x0f\x59\x78\x0e\x18\xdf\xd5\xec\x17\x60\xd5\x03\x08\x9a\xae\x61\xa1\x6b\x58\x68\x44\x28\xf7\x6b\xd8\xc7\xf8\xe1\xfd\x30\xe6\x69\x1d\xda\xaa\xd6\xfd\x77\xf9\x2f\x99\x3b\x0e\xa0\x67\xbb\xd1\x09\xdd\xe8\x04\xd1\x7d\x3a\x89\x37\xb2\x78\xfc\x8e\x31\x6f\xe7\x26\xdb\xd7\xfd\x17\xe3\x4f\xbf\x94\xea\xf0\xfe\xef\x84\x2f\x64\xe1\xba\x5c\xac\x01\xf6\xde\x7e\x3d\x82\x06\x5d\xac\x15\x5e\xe9\xfd\x42\x11\xdb\x50\xb4\x77\x23\x1b\xfa\xf5\xda\x07\xe7\xea\xfa\xfc\xf7\xf3\x5f\xce\xd0\x2d\x29\x34\x71\x45\xc3\xcf\xa1\xdf\xee\xdb\x5d\xec\xd7\xef\x90\x90\xfa\xad\xe6\x02\x85\x7c\xc7\x6a\x91\x85\xfd\xa6\xc4\xd5\x35\x5e\xf4\xfb\xfc\xc1\xe9\x4c\xea\xd8\x23\x0d\x15\x0d\x25\x7d\xbf\x79\xfe\xfa\xad\xd6\xc3\x73\x7a\x13\x31\xde\x6f\xef\x0c\xf0\x78\xfd\xc6\xbf\xa7\x93\xe9\xa2\x34\x52\x85\xf4\xfb\xf6\x3b\x59\x99\xde\x6f\xea\x1c\xcb\xcd\x73\x80\xfb\x54\x27\x0d\x46\x16\xd3\x3a\xc6\x0c\x0b\xda\x6f\xd9\x1b\xfc\x17\xfa\x5d\x1d\x9f\x22\x06\x50\x7e\xfd\x96\xae\xdd\xf8\x16\x34\x22\x11\xfa\xdd\x6c\x4f\xb6\x14\x25\x7d\x27\xc9\x45\x16\xaf\x7d\x50\xd7\x5d\xab\x0e\x9d\x24\xbf\x56\x27\x6b\x45\x16\x9e\x8d\xc9\x98\x87\x7d\x0c\xc7\xdc\xe8\x63\x3a\x16\x71\xad\xc8\x59\xd1\xef\xe5\x7e\xa8\x81\x41\xf9\xde\xb1\xaa\x64\x41\x7b\xe4\x16\xe8\xf7\x67\xdd\x67\xbf\xdc\x19\x31\x0c\x7a\x3d\x1c\x1f\x77\xa6\xfa\xac\x55\xd9\x4d\xbc\xfa\x7b\x75\x2f\xab\x7b\x09\x7e\x65\xaf\xb0\x2d\x5d\xc3\x4c\xc3\x76\xdf\x2b\xc6\xdb\x5e\x05\x44\x44\x09\xde\x2b\x22\x5f\xaf\x8a\x7c\x23\x59\xe4\x5e\x6f\xfb\xb8\xbd\x1f\x33\xd7\xa5\x4a\xaf\xaa\x5a\xa8\xc1\x7e\xd4\x6a\x1f\xf5\x87\xb8\xc4\xbf\xcd\xb1\xb4\xff\x87\x06\xd7\x49\x2d\xf0\xa7\x57\xf1\xe6\x46\xe3\xdf\xee\x77\xff\x87\x1a\xc7\x7c\xbd\xbf\x46\x90\xb4\xd1\xf9\x77\x38\x96\xe1\x7c\x3b\x63\xc6\x58\xd8\xeb\x70\x9d\x39\x43\x15\x31\xb0\x13\x41\x72\x1e\x44\xef\x74\x0d\x29\x5d\x6c\x87\x86\x01\xbb\x57\xc4\xc0\x5e\x7d\x9e\xd1\x68\x77\x8d\x2b\xbd\x12\xeb\xde\xd0\x68\xf7\xea\x7b\x54\x9f\x1f\x2a\x12\xdf\xf9\x64\x57\x9f\x6c\x00\x76\xba\x51\x25\x9d\xa8\x92\xf3\x20\x1a\xa8\x63\xf1\xc8\x62\x5a\x97\xfb\xd1\x10\x09\x7a\xf3\x0e\xe2\xc1\xdf\x35\x40\x74\x0c\x10\xe7\xe1\xdd\x6f\xde\xa3\x76\xd9\x1e\x7b\xd9\x7c\x3f\x9a\x77\xa1\xff\x0b\xcf\xfc\x2e\x1c\x44\x6f\xa4\xfd\x3b\xb0\xcb\xf5\xe6\x71\xc7\x9e\x70\x1e\xe4\x3e\xea\x0d\xb7\xb7\xde\xfa\x0f\x21\x95\xee\x7c\x5e\xda\x70\x58\xb5\x52\xe7\x10\xdc\x1a\xec\xc2\x5d\x43\x40\x6f\x4a\x66\x9d\xad\x26\x52\x25\x8b\x6d\x1d\xdf\xa1\xf0\xe9\x06\xac\x34\x92\x43\xf7\x26\xc9\x04\x84\xfd\x3c\x24\x0d\x1a\x02\xfa\xcf\x10\x20\x69\xc0\x02\x90\xc5\xf6\x5f\xc6\x87\x52\xb8\x37\xdc\x25\xda\x74\x6e\x6e\x43\x13\xd1\x8a\x8c\x34\x5d\x25\x7d\x57\x49\xdf\x80\x3b\xe9\xdd\xeb\xd3\xc1\xf4\x3d\xc0\x6d\xeb\xdd\xeb\x83\x0e\x3e\xeb\xf8\xce\x6b\xd1\xbd\x16\x78\xf0\xf7\xee\x36\x88\x4b\x7e\x78\xbd\xd1\xb0\xff\xe9\x9d\x1c\x1e\x07\x98\x82\x5d\xa5\x7a\x57\xa9\xde\x00\x41\xe9\x1d\xee\xbb\xf7\xc1\x7c\xb1\xb7\xf5\x8e\xbb\x58\xef\x72\x8f\x28\xc1\x7b\xf7\xc9\xe9\xe1\x7c\x27\xff\xa2\x41\xe8\x5d\x0d\x02\x76\xb4\xde\x5d\x97\xfe\x5b\x17\x58\xb2\x2e\x59\xe9\x92\x15\x14\xe3\xdd\x20\x96\x8e\xce\xbc\xf4\xc3\x31\xcb\x02\x74\x95\xae\x92\x90\xe1\x1a\x0c\x41\x5e\x41\x1d\xed\xc3\xeb\x3d\xd4\xe8\x60\x1f\xeb\xc3\x73\x35\x3c\x57\x24\x60\xef\xc3\xe7\x79\xb4\xfd\x0f\xd6\x5a\x37\x98\xa4\x8f\xf1\xfe\x83\x89\xda\x87\xf3\x1d\xcb\x7e\x21\xb7\x46\x81\xf4\x11\xfe\x7b\xe5\x7e\x8c\x6d\xdd\x8e\x7f\x30\x4b\xfb\xf0\x3a\x0e\x60\x93\x0f\xc9\xc5\x90\x6d\xf9\x29\x8f\xb1\x7b\x75\x30\x7c\xb3\x38\xad\xcb\x3e\xa6\xcf\x1a\xf8\xb3\x3f\x74\xc7\x0e\xd6\x6a\x16\x00\x0d\x62\xbf\xeb\x53\xd6\x63\xfa\x0c\x49\x06\x8c\xda\xe8\x46\x6d\x74\xbc\xf0\xbb\x8a\xe7\x3e\x95\xbc\x07\x67\x08\x74\xd2\x2c\x5c\xbf\x94\xfe\x3a\x5a\xe8\x2c\x5c\x03\xee\xc7\x94\x9c\xa1\x57\x3e\x0f\x80\x84\xfa\xf4\x6c\x88\xfd\xd8\xf1\x9a\xef\x00\x18\x66\x61\x7b\x9d\xb1\xb8\x56\xa0\xf7\xe5\xbf\xcc\x2d\xfc\x77\x3b\x0f\x9e\xbf\x29\x8b\x32\x7f\xeb\xc7\xb3\x41\x68\x46\x16\x60\xf5\xa1\xf0\xee\x46\x59\x74\x20\xe1\xce\x03\x7f\x97\x0e\xf0\x5b\x16\xf6\xcb\x19\x02\xd8\x2d\x0b\xfb\x2d\x59\x07\x4a\x59\x16\xac\x33\x7e\x27\xdd\xc8\x8b\x6e\xe4\x45\x47\xb9\xdd\x8d\xb2\xe8\x46\x59\xf4\x52\xb2\xdf\x25\x2b\xb8\x2e\x61\xd8\xe8\x77\x11\x2c\xd9\x97\x48\xb9\xc5\x3e\x64\x1f\x8c\xc6\xe8\x78\xd2\x77\x34\xd8\x59\xbc\xd6\xe5\x7e\x2c\x59\xe4\x05\x8b\xdc\x0b\x34\x6c\x75\xc7\xd2\x1d\x0b\xa4\x75\xf9\x8c\xaf\xe1\x7c\x61\x8d\x16\x5a\xc6\xbe\x7c\xc6\x89\x38\xea\x6b\xfa\x1d\x3e\x17\x1d\xa3\x4e\x5f\xd2\xba\x25\xad\x03\x88\xb7\xaf\x65\x1f\xcb\x3e\x78\x3a\x17\x92\x72\x5f\x42\x41\x16\xbf\x0b\xeb\x02\xba\x8b\xe1\xad\x2f\xb4\x23\x7d\xa1\x1d\xe9\x40\xb8\xf4\xe5\xb9\x5f\xee\x1b\x1e\xf7\x1d\xed\xf7\x9f\xbe\x5e\xd7\xc0\x7f\x3f\xfb\xfd\xec\x17\xd6\x23\x64\xc3\x43\x36\x1c\x0c\xec\x1e\x8a\x36\x71\xba\xa6\xb0\xf5\x81\x01\xb1\xc7\x6d\x1d\x62\x42\xe0\xcb\xd3\xa3\xba\x7e\xb0\x1e\x46\x5e\xf4\x68\xce\xd7\x3a\xcf\x69\x48\xc3\xa4\x4d\x81\xa7\x7a\x0f\xc1\x44\x0b\xac\x02\xa1\x0f\x59\x70\x26\xcf\xc3\xba\x66\x1d\x7b\x8e\xd2\xba\x87\xf3\x8d\xed\xb9\x9a\xb9\x56\x46\x13\x74\xa2\x09\xce\x72\x70\x36\xb6\xf7\x77\x9f\xe2\xc3\xb2\xe7\x6a\xaa\x3b\x9a\xea\xfc\xae\x53\xf7\x58\x27\xcc\x23\x74\x72\x63\xf8\xe8\xdb\xf9\xa2\xbd\xee\x6a\xaa\xbb\x9a\xea\x22\x6d\xda\xd3\xf6\x10\x13\x3a\x46\x8e\xbe\x65\x1f\x76\x08\xbb\xc7\xfe\x6e\x59\x05\xd0\x71\xce\x42\x24\x51\x57\x3b\xdc\xd5\x0e\x17\x7c\x1f\xba\x5a\xdf\xae\xd6\xb7\x80\xbd\xd8\xd5\xfa\x76\xb5\xbe\x05\xc3\x5b\xdf\xbe\x65\x42\xea\xa4\x50\x98\x75\x9f\xfd\x26\x47\x98\xdf\xfd\xdd\x33\xbf\x6f\x62\x9c\xfb\xfe\x1c\x02\xc7\xe9\xc1\x6e\xdd\x1f\x41\xff\x88\x21\xee\xcf\xb1\xac\x73\x29\x5b\x0e\xff\x51\x62\x78\x8a\x75\x3c\xc5\x8f\x12\xc3\x03\xb7\xd2\x4f\x8e\x93\x0a\xe5\xfe\x48\x46\x81\x15\xed\x8f\xd2\xc1\x73\x39\x7c\x9e\xba\x47\xe9\xe0\xb9\x1c\x3e\x64\x0f\xed\x72\x16\xe2\x17\x43\x5a\x89\x96\xc8\x42\xa8\x56\xc8\x14\xf9\x21\xb2\x70\x1e\x1c\xed\xc7\xed\x7a\x7e\xdb\x05\x57\xf8\x78\xe5\x1f\xaf\x3c\xde\xfa\xfd\xe9\xd6\xa1\xc0\xec\xc4\x01\xf7\x47\x4e\xf1\x91\xb4\xa2\x18\xef\xcf\xb2\x8f\x24\xad\x67\x39\x1c\xb3\x4f\xd3\xb3\x7e\x40\xdd\xb9\x0d\x8f\xdb\xff\x00\x29\xd1\x51\x82\xf7\x27\x5c\x53\xb0\x59\x3b\x46\x8e\xfe\x48\x96\x1f\x02\x19\x3b\xc0\xb2\xfd\x91\x2c\x3f\x61\xbf\x1c\xb1\xc7\xe3\xfe\xec\xdf\x77\xac\x81\x6c\xd0\xb3\x3d\x12\x48\x25\x06\x75\x74\x83\x3a\x3a\x71\xc5\xfd\x79\xdd\x0f\x94\x68\x1d\x65\x79\x27\x9a\x23\x8b\x69\x5d\xb6\x27\xb4\x52\x7f\x0f\xaf\x05\x57\xea\xc5\xe5\xa6\xbf\x42\x3c\x5e\x1c\xc5\x17\x6f\xd0\xfe\x92\x1a\xa6\x14\xd6\xea\xf5\x1c\x80\xba\x74\x9a\xc0\xac\xbf\xd8\xc1\xfb\x2b\xc6\x3c\x0a\xf4\xfe\xba\xe7\xef\x69\x1d\x4f\xe7\x8b\x0b\x68\x7f\xc1\x2c\x34\xdf\x59\x7f\xbd\x8e\x2a\xb2\x3b\x60\xe1\xdd\xe8\x8e\x4e\x74\xc7\x69\x6a\xb3\xfe\xca\x56\xbd\x42\x94\xa3\x68\xef\x6f\xf5\xbb\xea\x3a\xc3\xba\xbd\x3e\xb1\x2f\x89\x23\x4c\x41\xd6\x5f\x25\xc2\xb7\x2e\xeb\x98\x6f\xb3\xae\xb9\xce\x9c\x21\xb0\x97\xb2\x78\xf9\x0e\x89\xeb\x55\xd3\xf5\x0e\xe7\xcb\x7e\xbc\xd8\x76\x3b\x7a\xef\xd2\x2f\x24\x86\x4f\x2d\xc5\x47\x82\xe2\x52\x60\x7d\x3f\xa5\xd8\xef\x37\x0f\x9e\x17\x21\x89\xfa\x77\xdb\x07\xda\xaf\xcf\x79\x7c\xbf\x79\xc0\xe2\x7d\xb2\x8c\x5f\x73\xed\x21\x03\x1f\xd1\x2c\xfd\xfb\x8d\x99\x73\xa0\xb2\xb7\x7f\xbf\x31\x73\xa7\x55\xf6\x76\x95\xbd\x05\x04\xd3\xfe\xf9\x34\x7d\xd3\x79\x54\xfa\x50\x13\xf7\x11\x84\xdb\x51\xf0\x77\x31\xd8\xba\x18\x6c\x1d\xc5\x7d\xff\x64\xab\xbe\x47\xe0\x78\xd6\x4f\x85\x6d\x57\x61\xdb\x81\xd9\xe9\x9f\xec\xf5\x87\x94\x53\x08\xe8\xea\x9f\x6c\x24\x81\x06\x67\x01\x3f\x78\x1c\xe0\x61\x0c\xe0\xd9\xf2\xdf\x41\x5d\xb5\x8e\x7b\x0e\xf4\xce\x00\xd8\x31\x0b\xc7\xdc\xf9\x0e\xd6\x6d\xa0\xcb\x3d\x0b\x81\x5f\xe3\x28\x7e\x67\xfa\x04\x94\xfe\x43\xef\xff\xa1\xf7\xbf\x28\xd5\xe3\xc0\x78\x31\xcc\xfe\xdf\x49\x91\x31\xc8\xf8\x9f\x05\xb4\xa4\xa4\xb4\x36\xd0\xe8\x66\x21\x52\x73\xa5\x0e\x49\x7e\x1c\xe3\x87\x7a\x3d\xa9\x0b\xeb\xf6\x3f\xd0\xf4\x43\xac\xb7\x01\x0e\x69\xd6\xf1\x1d\x2c\xc0\x38\x64\x01\xf0\xd6\x1f\x00\x8d\x66\xe1\x77\xc9\x96\x8e\x03\x43\xd4\x20\x03\x7f\xd6\xf1\xef\xe3\xf8\xc0\x0d\x2d\xd8\x76\x07\x49\xf5\xb3\xe0\x1c\x90\x86\x77\x90\x36\x3f\x0b\xf7\x28\xcf\xd0\x28\xae\x69\x91\xb6\x93\xde\x76\x14\xfc\x58\x06\x28\x3f\x67\x01\x5f\x63\xe8\xd5\x3f\xf4\xea\xef\x60\x99\x0f\x12\xcf\x67\xc1\x1e\x01\xa9\x33\xd4\x0e\x0f\xb5\xc3\xe5\x3c\x2b\x75\xb7\x75\xd5\xef\x72\x6e\xa5\xd9\x6f\x13\x4e\xb7\xd0\x6f\xb7\xbd\xfe\x6b\x8f\xf1\x75\xc7\xd2\x1d\x0b\x7b\x0e\x86\x4f\x16\xcb\xef\x26\x75\xec\x65\xc1\xad\xbb\x13\x5c\x3b\x70\xc9\xcf\xe2\xf6\xdf\x5c\x83\x82\x21\x6a\x14\x0c\x51\xbd\x72\xae\x4a\xd8\x1e\xd9\xc1\xca\x79\xf3\x2f\x74\x77\x90\xbb\xbd\x74\xb4\xd2\xa3\xf0\x14\x8f\xe2\x53\x4c\x40\xdc\x40\xa5\x9c\xc5\x10\x16\x98\x3a\x8c\x0d\x43\x78\x9f\x4e\xee\xc8\x01\xae\x4f\x16\xa2\xd1\x73\xae\x4e\x58\xdf\x01\xda\xe6\x59\xce\x5f\x5d\xb7\xce\xf6\x92\xfd\x1f\x7a\xe1\x0f\xb4\xcd\xa5\x93\xd3\x71\x9c\x68\x50\xc7\x59\x6c\x8f\x73\x05\x04\x60\x16\x9f\x75\x7f\xf7\xcc\x1f\xc0\x03\x65\xf1\x6b\x26\x97\x52\xa5\xf5\x38\xe5\xaa\x89\xe5\x1d\x42\x6f\x0e\xa0\x37\xcf\x72\x36\x86\xd5\xec\xce\x4c\x00\x28\x8a\xc7\xd9\x9d\x12\xb0\xff\x9d\x84\xec\xe3\x84\xdb\x1b\xa7\x12\x1c\x09\xf5\xc6\x89\x92\x65\x9c\xd3\x2d\x9c\x4c\xdd\x6b\x01\xa2\xcf\x59\x70\x97\x18\xe7\x72\x2c\xa2\xb0\xd7\x69\x9d\x4b\x84\xdd\xb0\xe0\x42\x31\xce\xe5\xf8\x96\xe3\x73\x2c\xcb\x65\x93\x83\xc6\x83\x7f\x9c\xe1\xbf\x92\x2e\xf2\xb7\x0d\x72\x8e\x67\xf1\x58\xc7\x1a\x3c\x8e\x45\x29\x07\x6f\xfd\x81\xab\x7d\x16\xd5\xba\x4a\x9d\x6b\xf0\xd8\x07\x47\xf1\x7c\x1d\xb3\x92\x0f\x09\x0e\xc6\xe9\x91\x30\xd3\x77\x39\x9d\xef\xe7\x1a\x48\xf6\x60\x3d\x06\x9a\xf3\x2c\x44\x78\xce\xa7\x64\x5c\x1e\x13\x72\x7b\x67\x5d\xae\xbd\x0a\xf4\x81\x02\xfd\x2c\xb0\x28\x83\x8c\xdb\x59\x54\xeb\x72\xed\x2f\x9e\xd3\x71\xf9\x9c\x12\x64\x38\x2e\x60\x21\xc6\x65\x9a\x12\x52\xc1\x8f\x0b\xa3\xc4\xb8\x2e\xd7\x85\x2b\x70\x61\x1b\x1a\xc2\x00\x75\xbc\xfa\x87\x30\x40\xe3\x92\xc3\x07\xba\x73\xe0\x7e\x9f\x85\xdf\x55\xfa\x9d\xf6\x3b\xed\x97\xab\x7c\xa1\xd1\x19\xd7\x0c\xeb\xf8\x17\x57\x9f\x61\x4e\xec\x02\x7b\x33\x2e\x49\x21\x4a\xf5\xd2\x51\x9c\x8e\x0b\xc9\x67\x5c\xfb\xf7\x1d\x63\xd9\x7e\xb7\xed\xb7\xd1\xc7\x63\x7b\xa4\x94\x2e\xb0\x37\x43\x28\x9f\x71\x7d\x8e\x19\x32\x2a\x6c\xcf\x10\xb6\xa7\x13\x6c\x3a\x48\xe1\x9c\x45\xf7\xdf\x41\xdd\xb6\xce\xfd\x18\xfc\x0b\x5b\x30\x50\x00\x9f\x85\x00\xc5\x71\xa3\xb9\x18\xb7\x9a\x0b\x14\x9d\x43\x05\xf0\x20\x9d\xf1\x59\x80\x0f\x1f\x77\xf8\x6f\xf8\x6f\xb2\x23\x43\x88\x9e\x21\x44\x4f\x27\x91\xfb\xc0\xd5\xfe\xcf\xb8\x25\x3f\xe4\x6a\x18\xf7\xb6\xee\x71\x0d\xb8\x83\x15\xef\xe6\x51\x41\xc1\xeb\x78\xdc\x8f\xea\x53\x67\xee\xdb\x4e\xf0\xe5\x40\x7b\x9b\xc5\x63\x5d\xae\x95\xca\xd9\xa1\x72\xb6\x90\x07\x69\xe0\x2e\x9f\xc5\xb0\x8e\xf6\x50\x78\x0f\x73\xc2\x76\x34\x80\x43\x38\x9e\x81\x4e\xf5\x34\x9b\xde\xd0\x53\x7d\x98\x2a\xb5\x00\x87\x32\xea\xf2\x5f\x9f\x35\x34\x7b\x43\x4f\xf5\xa1\xa7\x7a\x07\x2e\x68\x54\x22\x07\x46\x15\x58\xbf\x3b\xb7\xc7\x31\x3f\x8e\x19\x3a\x54\x7d\xc2\xaa\x4f\x18\x9a\xbd\x81\x9b\x79\x16\xf6\xd1\x99\x87\xe4\xb6\xe2\x5f\x21\xf6\xfb\xd0\x8b\x7c\xe8\x45\x6e\xae\x9e\xd1\x7c\xea\x5a\xf9\xd5\xe5\xbf\x0d\xa3\xd3\x68\xa7\x73\x3b\x73\x6e\xcd\x27\xac\xf9\x84\xa1\xd9\x1b\x64\xe9\xcc\xc2\x7d\xe3\xfe\x36\x8c\x08\x43\xcf\xed\x0e\x5c\xd0\x68\x9e\x0d\x1c\xb3\x4f\x33\xf2\x8d\x86\xd1\x69\xa0\x34\x3d\x0b\x59\x7b\x46\xc3\x5e\x3e\x1a\xf6\xf2\x4e\x56\xe8\xd1\x5c\xab\x86\xff\x51\x21\x1d\xd9\x00\x5d\x35\x8b\x66\x1d\xfd\x62\xa0\x1b\x20\xf0\x9c\x85\xc0\xc3\x01\xe6\x4e\x16\xb0\x32\x78\xdc\x0f\x61\x76\x46\x3f\xec\x17\xb6\x05\x5f\xe1\x2c\xfc\x97\xfd\xe8\xd2\x88\x7e\xb9\x97\xad\x52\xb7\xac\xf3\x5f\xf6\xa8\xa3\x59\x19\x9d\x1c\xaa\x05\x3f\x82\x41\x9e\xc3\x2c\xfc\x97\xfb\xd6\xb7\xff\x6e\xff\xe5\x0d\xe8\xb2\x28\x28\x20\xb3\x2e\xfb\xc5\x27\x36\x0b\xc7\xcc\xdd\x12\x9e\x66\x08\x4f\x23\xe6\xfc\x18\xb2\x19\xc3\x8c\x3f\x64\xf7\x1a\xc2\xd3\x8c\x21\x5c\x2e\xc6\x81\x31\xd0\xa0\x8e\x21\x9b\x86\xe7\xfb\x00\xab\x26\x0b\xf3\x72\x75\xbe\x83\xf5\x1d\xc3\x84\x25\x68\xfb\xc6\xd8\x7e\x67\x56\x0a\x14\xfc\x43\xed\xe1\x18\xbe\x01\x44\xa8\x0d\x71\x65\x86\xb8\x32\x1d\x2d\xde\x18\xd2\xfb\xf1\xf9\x1d\x67\x03\x55\x62\x16\x8c\x0f\x88\x9e\x41\x3a\xaf\x2c\xa6\x75\xd9\x07\x79\xab\xfe\x0c\x32\x56\x9d\x85\xfc\x36\x83\x1c\x32\x59\x30\x3e\x72\xb3\x0e\xb2\xc7\x64\xc1\xbe\xd5\xfb\xef\xae\x7a\x03\x4c\x96\x2c\x86\xbf\xe4\xf0\xa7\xe4\xd6\xa4\x25\x1d\xc5\xfd\x00\x93\x25\x0b\x48\xa1\xdc\x0a\x99\x29\xb2\xf8\xd5\xf1\x9d\x53\x9f\x2a\x22\x88\x19\x1c\xe4\x5b\xc8\xa2\x58\x97\xff\x2e\x8f\xe2\x2f\xef\xc0\x84\xb4\x2e\x24\xc7\xb1\xca\xef\x3b\xeb\x6e\xeb\x38\x3a\x00\x0f\x8e\xe5\x15\x5d\x92\x33\x14\x6b\x63\x79\x14\x97\x89\xb2\x08\xc0\x1a\xcb\x2b\xba\xbc\xa2\xc0\xec\x8c\x55\xfd\x57\x72\x46\xf0\xe0\x40\xbb\x97\x85\x63\x69\x8d\xba\xb0\x8e\x2b\x4a\x40\xe1\x58\x18\x39\xc6\x32\xeb\xd1\x74\x2c\x92\xf4\xa5\x74\x30\x21\x49\x0b\x05\xf5\xc0\x91\xb5\xf4\x09\x3b\x82\xeb\x6a\x16\x66\x9f\x81\xac\x2c\xaf\xf7\x92\x95\x21\xad\xfc\x50\xa1\x37\x84\x6b\xe9\x28\xae\x06\xae\xab\x59\x98\xfe\xe1\xb0\xce\xb1\xbc\x1e\x09\x8e\xd3\x7a\x9d\x1b\x6c\x46\xca\x3c\xd4\xb9\x2e\xb8\x9a\x8d\x83\x67\x43\xb8\x96\xb1\xf0\x73\x18\x28\xc2\xc6\xfa\x5c\x03\xd9\x11\x6c\xed\x63\x7d\xb6\x47\x9c\xe8\xc0\x8b\x7c\x84\x52\x58\x98\x92\xef\x48\x69\x77\x84\xfb\x11\xc5\x7e\x79\x5e\x02\x85\xed\x88\x62\xbf\x29\xd9\x8e\x40\xcb\x33\xd0\x1d\x66\x1d\xed\x11\x61\x30\xd0\x13\x96\x81\xe2\x6a\x04\x4a\xf0\x01\xe2\xcb\x59\x40\x4d\x1c\x21\x19\x8d\x8a\xa4\x8c\x6f\xc6\x08\xa5\x35\x50\x5b\xca\x40\x33\x35\x42\x36\x23\x50\xb0\x0e\x82\x5d\xc6\x96\x55\xdd\xcd\xb1\x70\xbd\x37\x4a\xdc\xb1\xbb\x59\xbc\x20\x49\x1b\xcf\xf7\xb1\xa7\xfd\x32\x96\x0d\xf0\xea\xd8\xd3\xb5\x62\x2f\xb7\x7b\xb9\x97\x6b\x00\xab\xb0\x65\x41\x85\x02\x19\x78\x82\x8f\x2d\xa9\xde\xa2\x95\xa3\x18\x1f\x68\xfc\xb2\xb8\xad\x63\x2c\xde\x2d\x21\x43\x06\xde\xe1\x63\xcb\x16\x6c\xd9\x02\xd9\x2a\x5d\x4a\x07\x0a\xc2\xfc\x6e\x50\x67\x1f\xa6\xc3\x41\xdb\x32\xf6\x76\x2c\xfb\x97\x8b\x2d\xd7\x6f\xa3\x90\x1f\xfb\xf5\x3b\x24\xb8\xed\xbd\xdc\xde\xcb\xc6\xfd\xdd\x9f\x7d\xe0\xaf\x31\xd0\x66\x0c\xb5\x7d\xe3\x81\xdd\x1c\x68\x33\xc6\xa3\x54\xa2\x06\x70\xe0\x1d\x3e\x1e\xd0\x29\xc7\x53\x38\x93\xb2\x69\x8f\x77\xe6\xc1\x0e\x5e\x40\x7a\x1c\xa8\xd1\xb2\x70\x2c\x9c\x03\x54\x57\x59\x6c\x93\xe3\xe5\x3a\x3f\x4a\xb1\x8f\xf4\x05\xdf\x91\xa1\xeb\xe4\x00\x5a\xe4\x2c\xf8\x89\x0c\x54\x52\x59\x4c\xeb\x06\x75\x8c\x05\x65\x54\x19\x85\xb1\xa0\x06\xca\x62\x59\x97\x6b\x8a\xef\xe2\x9f\xf1\x36\xbf\x83\x7d\x00\x0c\x24\x0b\xce\x41\x87\x2c\x0b\xa0\x3d\xde\x59\xac\xe3\x5f\xcf\xcb\xeb\x79\x91\x4d\xd3\x5d\x71\xbc\x9e\x03\x94\xe0\x43\xc0\xeb\xf1\xee\xe7\x9f\x34\x96\xe3\x95\xd5\x07\x2a\xe3\x2c\x9d\x75\x16\x23\x63\x7c\x6a\x2e\xf0\xf5\x18\x9f\x4f\x84\x2e\x87\x03\x25\xf8\xf8\x64\xf5\x3f\xa4\xba\x41\x8e\xb5\xa1\x7b\xe1\x10\x23\xc3\x94\x5a\xe3\x93\x6d\xf9\x4e\x93\x69\x21\x8d\x7f\xb2\xf5\x9f\xa9\x06\x49\xc7\x3e\xd4\x42\x8d\xcf\x84\x81\x40\xd1\x8c\x0f\x6d\xda\x40\x0b\x95\x75\xf4\x8b\x16\x6a\xa0\x85\x2a\xe3\x84\x35\xd7\x35\x71\x7c\xd2\x53\x02\x37\xc7\xe7\xfa\x7d\xbf\xf5\x83\x45\xf9\xa6\x63\x46\xfb\x35\x70\xff\x1e\xa2\xf9\x8f\xcf\xa4\x55\x4a\xe3\x22\xf7\x0f\x91\xfb\x4b\x47\xc4\xf8\xd4\x70\x00\x46\x9d\x75\xcc\x4d\xb6\x0f\x6f\xbf\xb3\x90\xf4\x6b\x7c\x9e\x8d\x4f\x5a\x77\xde\xd7\x7f\xfe\x4c\xb5\x46\xf3\x30\x6b\x28\xee\xdf\x53\xad\xd1\x54\x6b\x34\xf0\xfe\x9f\x07\xe7\x65\x8a\xf0\x3f\x70\xff\x9e\x62\x5a\x4c\x31\x2d\x06\xa0\xee\x53\x40\xe9\x29\xa0\xf4\x40\xcb\x3d\x01\xb8\xf8\x33\xcd\xfb\x31\x10\x85\xe7\x81\xa6\x7a\x92\xee\xa3\x0c\xb4\xdc\x53\x4c\x8b\x79\xdc\xd6\xe5\xd9\x98\x07\x2c\xf7\x3c\x6e\xc7\x3c\x18\xcb\x6d\x7b\xbf\x75\x4e\x96\x62\xea\x4a\x38\x75\x25\x1c\x60\xcd\xcc\x03\x3a\x39\x8f\xea\xf8\xfe\x05\x88\xee\x3c\xf0\x10\x9d\x47\xb5\xe9\x49\x77\xcd\xa6\x9b\x4d\x4f\x86\xdf\x1c\x82\xf8\xf3\xd7\xc1\x50\xf1\xb4\x9e\x07\x01\x08\x03\x85\xf7\xd4\x9b\x71\xea\xcd\x68\x6a\xae\x69\xa2\x92\x29\x5c\xc6\xc0\xeb\x7b\xa2\x01\xcb\xc2\x7f\x0b\x7d\x0c\xff\x25\x4d\x73\x21\x06\x76\x1e\xd3\xef\x64\x47\xe0\xc8\xa7\xd9\x79\x26\x08\x19\x25\x85\x59\xea\xec\xc3\xe4\x67\x78\xcd\x4f\x30\x31\xb2\x78\xfd\x97\xf1\x6d\x97\x68\x7b\x4c\x5c\xb6\xc7\x7e\x65\x51\xe0\xdc\xe7\xf1\xba\x0d\x6f\x58\xc7\x76\x7d\xfe\xeb\x93\x08\xec\xc7\x54\x11\x36\x7f\x8a\x30\xec\xf4\xb3\xc0\xa1\xce\x42\xd0\x5d\x81\x4b\x9f\x05\x77\x98\x49\xbe\x86\xac\xcb\xf6\xf4\xac\x9c\x62\x55\x0f\xbc\xe6\x67\xa9\xb6\xa7\xe2\x79\x14\xda\xe3\xfa\xcc\x22\xb7\x8c\x3d\x7f\x92\xb9\x25\x0b\x33\xd4\x26\x7b\x33\x8b\xfb\x51\x7e\xfb\xd1\x72\x9d\x85\x8a\x98\x42\x45\x0c\x30\xdf\x67\xc1\x6e\x38\xcb\x72\x2f\x3b\xdf\x61\x6c\x98\x05\x63\x83\xe9\xde\x66\x41\x8a\x98\x45\x29\x02\xd8\x8f\x29\xa6\xf5\x2c\x26\xc8\x40\x69\x3d\xcb\x63\xbf\x8f\xfd\xb2\xce\xe2\x5c\xcf\xf2\x78\x0e\x58\xe7\xf2\xda\xc7\x6b\x7b\xc9\xb5\x4e\xa1\x22\xa6\x50\x11\x03\x7c\xf7\x29\x16\xc4\x3c\x65\xf1\x88\xb3\x9d\xa8\x9a\xb2\xe0\x1c\xe0\x1f\x30\x4f\x24\x8b\x79\x9a\xca\x14\x68\x9b\x79\x7a\x55\xc0\x78\x38\x0b\x31\xb5\xd3\xd4\x31\x93\x7c\x31\x65\x80\x0d\x3f\x4f\xd7\xea\xec\xb6\x57\xe9\x17\x8d\xd3\x3c\xd5\x3e\x0c\xd6\xef\xe4\x29\x9e\xa7\x69\xf0\xc8\x2a\x36\xd5\xca\xcc\x53\x52\x8d\x74\x30\xd5\xca\x4c\xb4\x32\x59\x97\xe3\xbb\x50\xb6\xcd\x0b\xc3\xd6\x40\xa1\x3c\xaf\xf3\x57\x67\x2e\xd6\x24\x67\xf3\xf2\xca\x5f\xf7\xff\x4b\x6b\x38\x2f\xef\xe5\x85\xe7\xb6\xc9\x90\xe6\xe5\x3c\xae\xdf\x39\x48\xf6\x61\xea\xae\x38\x75\x57\x2c\x64\x4a\x9b\x6a\x4c\xa6\x49\x93\x0a\x49\xd6\xe6\xb5\x6c\x0f\xa3\xd3\x40\xc9\x3c\x2f\xd8\x82\x09\x2e\xf2\x69\x52\xa1\x89\xaa\x24\x8b\x6d\x1d\xe3\x83\xad\x9f\xba\x17\x16\x7c\x01\xe6\xe5\xfe\x5e\xde\x99\xc9\x9d\xbe\x90\x30\xe7\xa5\x84\x09\x56\xc5\xbc\x25\xa3\xb7\x2c\x00\xb6\xfb\x79\xa3\x91\x98\x77\xb9\xad\xcb\x7e\x6f\xb4\x46\xf3\xae\xae\x15\xe7\xea\x86\x0d\x9f\x37\x09\xf2\x0b\x58\x10\x13\x95\x4a\x16\x61\x1d\x7d\xc0\x72\xcf\xbb\xb3\xe7\xf8\xfc\x4c\x82\xe6\xb3\x80\xe6\xdc\xac\x55\x75\x5d\xaa\x9a\xa4\x09\xe9\x17\xd0\x77\x1a\x3b\x3f\x48\x29\x36\x05\xf4\x9d\xc4\xce\xe7\x77\xb9\xa6\x15\x56\x6b\xe2\xbd\x95\xc7\xea\xa4\xee\xb1\xee\xf5\xbb\x5c\x17\xe3\xdf\x67\xd5\xc8\x86\x1f\xd0\xd4\xbd\x6b\xd6\xe7\x97\xe4\x93\x3e\x5e\xc7\xf7\x9a\x9f\x11\x3a\x69\xdc\xf8\x6c\x4a\xd9\xe0\x39\xcc\xe6\x19\x6f\x9e\x71\x3c\xb2\x67\xc3\xae\x3e\xc1\xff\xfd\x65\xb9\x9d\x6a\x1a\xa6\x5a\x85\x01\xfe\xfc\x6c\xae\x1f\x21\xe0\x65\x20\x25\xce\x86\xa1\x62\x1a\xbf\x6d\xe6\xda\xd9\x86\x75\xbf\x24\xa4\x37\xed\xe1\x3b\x32\x89\xd3\xce\xba\x9b\xba\xc7\xba\xd7\x3a\xfa\xc0\x26\x3f\x1b\x36\xf9\x81\x57\xfa\x24\x5a\x3b\x0b\x93\xbe\x71\x07\xdb\x74\x7c\x3e\xf7\xb5\xd2\xc7\x72\xbe\x26\xf4\x01\x61\x72\x36\xd8\xe1\x49\x70\xf7\x59\xe6\xe4\xbb\xb0\x3d\x95\xef\xf8\x1f\x4d\x81\x89\x27\x01\xdf\x79\x7d\x99\xdb\x76\x2c\xd8\xfd\x07\x62\xe5\x6c\xee\x07\xbe\x5f\x59\xc7\xf8\x1e\xe7\xfb\xdb\x0f\xe8\x9f\xbe\x5f\xb3\xfd\xb2\x21\x72\x7f\x89\xfe\xce\xc2\xfd\xe5\x1e\xb5\xd7\x35\x7d\x4d\xd5\xd8\x59\xbf\xd7\xf1\xfd\x5f\x4e\x42\xbf\x73\xdf\x3e\xf7\x8d\xa7\xbd\x21\x3e\x4d\x62\xc1\x7f\x39\x39\xa7\x01\xdf\xd3\x80\xef\xf3\xe0\x5c\x75\xb4\x50\xb3\x9b\x4e\x0f\x6d\xf8\xd4\xbf\x6c\x76\xf3\xb2\x1f\xdc\xd5\x8e\xe6\x71\xf6\xe3\xb3\xee\xef\xca\xfc\xd9\xab\xcd\x10\x5b\x78\x02\x8a\x3a\x3b\x4a\x91\xd9\xb1\x6f\x0f\x3c\xe4\x67\xc7\x2d\x6f\x76\xdc\xf2\x4e\x72\xe6\xce\x3e\x1c\xea\x70\xa8\xc9\x9d\x4d\x82\xaf\xb3\xf8\x7d\x37\xa9\xb3\x8f\x70\xa8\x1c\xa7\xbe\x1d\x2a\xd7\xe2\x24\x15\xc7\xec\x2e\x6f\x37\xf7\x3c\x31\xbf\x13\x50\xe4\x2c\x6c\x8f\x63\xa2\x5b\xd9\x04\x1b\x39\xeb\x98\xfa\xe7\x98\x71\x5b\x38\x81\x3a\x98\x43\xce\x6e\xc8\xd9\xe1\x5d\x3f\xc5\x46\x9e\x62\x23\x0f\xbc\xeb\xe7\x20\xe6\x77\x8e\xdf\xb2\x71\x74\x86\xcf\x90\xb1\xda\x83\xb4\x89\x93\x20\xed\x2c\xcc\xc8\xcd\x93\x83\xd6\x29\x8b\xdb\x7f\x73\xfb\x8d\xc1\x9e\xc6\x60\x0f\x24\xb3\x39\x6e\xff\xbd\xc9\x17\x08\xe8\xe8\x54\x49\x35\x87\xcf\x3d\x5e\xc6\x53\x25\xd5\x1c\xe6\xcb\x43\x9a\x9c\x43\x72\x36\xba\x6b\x30\x18\x73\xb7\xdf\x6e\xbf\x29\xd1\xcc\xe1\x91\x1d\x1e\x59\x20\x6b\xe6\x90\xac\x0c\xc9\x4a\xe3\x68\x0f\xb4\x00\x93\x30\xe9\xf3\x24\x15\xc7\x1c\xb2\x37\xe0\x18\x67\x9d\xdf\xb9\x2e\xb8\xef\x8d\x96\x92\xcf\xd4\xed\x6d\x8e\xcf\x31\xf7\xec\x97\x14\xf9\x59\x70\xdc\x51\x8c\x4f\x41\x8d\xe7\x34\xc3\x3f\x12\xe6\x24\xa3\x7b\x16\xf6\xcb\xb9\x9a\xb2\x41\x24\x50\xcf\xba\x4a\xdd\xb6\xee\xb1\x2e\xe7\x31\x25\x71\x26\xff\x1e\xe4\x93\x9e\xd3\x27\xc2\x7c\xde\x03\x0c\xfe\xa9\xb6\x6a\xaa\xad\x3a\x71\xc7\x9a\xd3\xa7\xce\x74\xb9\xa3\x1f\xf4\x21\x59\xf9\x25\xbd\x45\x5a\x9b\x64\x7f\xcd\x82\x73\x8a\xd4\x39\x05\x17\x9e\xba\xae\x0d\x94\xea\x73\xba\xce\x28\xb2\xce\xb3\x70\x9e\x41\x06\xce\xc2\xf5\xe3\xec\xaa\xc1\x9a\xcb\xab\x4c\xac\xf1\x5c\xc0\x8d\xcc\x05\xfa\xd9\xe8\xb0\xaa\xba\xa4\x4d\x5d\xd2\x06\xca\xf7\xb9\x94\x04\x96\x39\x17\x71\xb3\x9a\xf8\x9d\x65\xc1\x39\x25\x5e\x78\x2e\xdc\xfc\xe6\x22\xc8\x6b\xe0\xad\x3f\x05\x03\x9e\x82\x01\x0f\xbc\xf5\x27\xea\xa2\x3f\x73\x99\xef\xac\xa4\x54\x3c\x17\x2e\xaf\x73\x3d\xae\xc1\x4d\x1f\x3e\xed\x80\xfc\xe6\x77\xb9\xa6\xba\x7c\xcd\xf5\x9b\xdb\xcc\xef\xc2\x7b\x14\x07\x39\xca\x00\x31\x9d\x81\x7f\xcf\x04\xc3\x37\xeb\xf2\xbc\x04\xca\xca\x89\xb2\xe7\x3c\x91\x30\x67\xc8\x0e\x07\xec\x70\x2e\x34\x75\x7e\x77\xfe\xbe\xab\xd4\xbd\xd6\x7d\xd6\xd1\xaf\xeb\x12\x4a\x9d\x20\x1a\xce\x90\xc5\x43\x51\x74\x9a\x69\x6c\xaa\xe5\x99\x68\x79\xb2\x8a\xf1\xf9\xbc\x84\x39\x3b\xc9\xb5\x36\x37\x01\x4e\x73\xff\xfa\x80\xbe\x6c\xfc\x85\xe6\x26\xde\xff\x24\x0f\xf9\x34\xe8\x78\x6e\xef\x25\xfe\x4c\x73\xcb\xfe\xe3\xfe\x54\x06\x69\x8b\xe7\x23\xa9\x46\xeb\x71\x9e\x27\xec\xf5\xe3\x1a\x3c\xbf\x35\x40\xd2\x7b\x50\xd8\x4e\x7c\x97\xce\x13\xdf\xa5\x29\x90\xeb\x7c\xdc\x73\x52\x70\x4d\x41\x5b\x27\xa0\xad\x59\x97\x63\x79\x14\xc7\x1e\xc5\x31\x60\x7b\xe6\xd3\x6c\xaf\xdb\x1e\xcf\x24\xd1\xad\x59\x38\x0f\xbf\x93\x16\x3f\xd2\xe2\x0b\xd6\xe3\xd9\xf6\xbb\xe9\x57\x11\x0d\xc7\x9e\x2c\xc2\x3a\xfa\xfd\xec\x17\x6d\xd0\x89\xaf\xd1\x14\x81\x75\x3e\xb8\x03\x0e\xf2\x1a\x4c\xa2\x51\xb3\xd8\x7e\x47\x1d\xc6\x8b\x09\xd0\xe9\x79\xe2\x57\x34\x4d\x43\x36\x49\x43\x96\x75\x39\x96\xd7\x7d\x7b\xd5\xce\x61\x80\x98\xaf\xec\x17\x8a\x93\xf3\x24\x37\xc1\x7c\x15\x4f\x5e\xc5\x13\xa2\x18\x26\xea\x93\x2c\xcc\x1a\x67\xbf\x18\xc0\xe6\x8b\x01\xec\x54\xa4\x7a\xbd\xbf\xaf\x74\x12\x17\xe4\xf9\x12\xec\x3c\x5f\x70\x5b\x4e\x82\x89\xe7\x0b\xbc\xd9\x04\xb9\xf4\x3c\xf1\x0d\x9a\x22\x97\xce\x17\xb7\xdf\x13\x63\xdc\x54\x2b\x33\x45\x2e\x1d\x8a\x27\xa6\x1c\x9b\xdf\xe1\x98\x7b\xce\xd7\x60\xce\x49\x30\x67\xd6\xf1\x9d\x6f\x05\xda\x96\xf3\x24\x08\x77\x7e\xb2\xff\x9f\xec\xff\x80\xd5\xd2\x97\x67\xe2\xcb\x93\xdf\xe5\xd9\xfd\x64\x69\x41\x10\x3d\xcf\x6b\xfe\x5d\x99\xbf\x84\xa3\x58\x26\xb8\x3f\x5b\x3e\x93\x6b\xf3\x4c\xae\x7d\x48\x82\xa9\x39\xad\xb9\xfe\xf7\xdf\x0b\x0d\xe9\x12\xa4\x79\x01\xd2\x7c\xb7\xe4\x12\x97\x18\xcd\x6b\x7b\xdd\x6f\x6a\x1e\x6b\x3e\x3e\xe2\xbf\x62\xe3\x88\xc3\xa7\x35\xd3\x9a\x5c\x41\x1b\x42\x2c\x5a\x78\x5f\xde\x04\x0d\xad\xcd\xb3\xba\x36\xcf\xea\xaf\xc6\x01\xe4\x1a\xde\x18\x96\xd7\xc6\x40\xb9\xb8\xc2\xc0\x0f\x2f\xae\xf1\x9f\xb5\x79\x4d\x6e\xda\xbe\x6c\xe8\xba\xf3\xb7\xca\x28\x2f\x5b\x4a\xaa\x7b\x01\x31\xbe\x84\x8c\x5e\x5c\xfc\x33\xcf\xc8\xe2\xf2\x67\x41\x77\xd5\xa6\x9c\xdd\xf5\x52\xc5\x5c\x6e\x17\xea\x66\x55\x1a\x6b\x77\xbb\x2a\x29\xca\x5f\x47\xb2\x97\x0b\x34\xe9\x3f\x0b\xda\x71\x63\x73\x5e\xbb\x3a\x86\x94\xea\x6f\x80\xe4\xd6\xae\xae\x4b\xa5\xc7\xce\x04\xab\x3d\x36\x7e\xec\xf4\x08\x5a\xed\xda\x8d\xb5\x1a\x7c\xd5\x5d\x62\xd8\x83\xc6\xe0\xbb\x63\x40\x96\x6d\x34\x4e\xa4\xc5\xda\x9d\xdf\x26\xa3\x1a\xfe\x86\xf3\x71\xa3\xa1\xe1\x08\x50\xb7\x38\xa6\xe1\xc8\x47\xfe\x06\x04\xf1\x02\xf2\x3a\x8b\x93\x2a\xfe\x9b\x4e\x26\x39\xfa\xbb\x1f\x34\x3e\xdd\x9a\x99\x4d\x0d\xc6\x34\xdd\x1a\x64\xd0\x3c\xe6\x0b\xed\x78\x16\xb9\x35\xbd\xd0\xd2\x72\x1f\xb8\xe9\x83\x1d\x5d\x2e\x41\xbe\xdd\x77\xf7\x74\x2e\x5b\x4a\x4e\x13\x35\xd7\xda\x61\x4b\xf9\xa6\xdf\x68\x4a\xd7\x0e\xc7\x94\xd2\xfa\xcd\x33\xbb\xc4\xdd\x5e\xe8\xcd\x49\x41\xbe\x54\x97\x2f\xfd\x69\x27\xb3\xdb\x2e\x6f\x4a\x0c\x37\x2f\xf1\x12\x6a\x61\x01\xb5\x70\xf7\x8b\x91\x6f\x07\xf5\xd0\xdf\xc5\x8f\x8f\x8d\xa7\x48\x7c\x1d\x8c\xe0\xf1\x04\x3d\xac\xdd\xcd\x7f\xaf\x4b\x9e\x3c\xd9\x75\x30\xa6\xd7\x91\xbf\xb4\x74\xb3\x74\xaf\x23\x7f\x19\xb9\x87\xf1\xb5\xf1\x97\xc6\xfd\xc8\x35\x48\x52\x8c\xfe\x6c\xed\xcf\xdf\x52\xa4\xb8\x5c\xcc\xcf\x01\xe4\xb3\x7d\x81\x44\xb5\xf6\xe7\xb6\x24\xf5\xc2\x99\x62\xed\xcf\x1d\xfe\x18\x25\xf4\xe0\xc1\x77\x64\x3d\x07\x3b\x5c\x07\x55\xdd\x2a\x76\x98\x73\x0e\x04\x44\x16\xd9\x14\xb7\x5f\xe5\xfe\x7a\xca\x99\x35\xb4\x84\x5c\xbf\xf0\xf1\xbd\x3b\x07\xff\xc1\x27\x6c\xe1\xef\x7b\x63\x9f\x5f\x0f\xca\xd1\xf5\x14\xb6\xb8\xd3\x94\xd7\xff\x39\xf9\xb1\xf3\xa3\x97\xfd\xc9\xcb\x0e\x8e\xc5\xd2\xfd\x77\x3d\x17\x6b\x37\x72\xcd\x1f\x4c\xd0\x0b\xa4\x09\x80\x2d\x16\x68\x13\x59\xd0\x12\xa7\x45\x77\xe0\x85\x3b\xb0\xd9\x7e\xd6\x73\x39\xf4\x9b\xa6\x38\x09\xcf\x6d\x53\xc9\x68\x00\x3c\xbd\x9e\xdb\xa1\x27\xfb\x75\x8f\xe4\x9a\xd7\x03\x57\xb0\x78\xa4\x6f\x74\x78\x4b\x27\xe2\x85\x13\xb1\x79\x7e\x96\xe0\x15\xeb\xa9\xfc\x58\xf8\x51\x3a\xcc\x13\x8e\x37\xc8\x7a\xbc\xd8\x4f\x0b\x3e\x62\xa0\xcd\x29\xb7\x9c\x72\x65\xa9\x9a\x53\xe6\xf6\x0f\x4e\xb5\x8e\xc7\xeb\xe9\x27\x55\xcc\xb9\xbb\x7a\x3d\x8f\x42\xf5\x23\x47\x90\x8f\xf0\x3d\x38\xd6\x8f\x14\xe1\xe9\x34\x4e\x77\xc3\x96\x46\x52\x7d\xa8\xc6\x33\x5c\x83\x14\xf0\xee\xc1\x39\x7f\x30\x20\x2f\x58\x0b\x20\x28\x16\xec\x45\x16\x0c\xdc\x45\x1f\xee\x68\x52\x8f\x7b\xf0\x0e\x3c\x92\x0d\x80\x34\xee\xe1\x7a\x4e\x9b\x9a\xd9\x14\x12\xc2\x7a\x24\x1b\x4f\x92\x0d\x54\x93\xeb\x99\xce\x78\xb1\xc2\x37\x4d\x2d\x57\x6a\xd1\x94\xf3\x5b\xce\x6f\x31\x3f\xa8\xf5\xb3\x9c\x5f\xf2\xfe\x17\xbe\xbe\xeb\x91\x96\x3c\x90\x89\xe1\x9c\xc3\x19\x26\xb5\xb8\x48\xab\xb0\x84\xf2\x58\x30\x4a\x17\x54\x50\x1f\xeb\x85\x3f\xf5\x3d\xda\xdf\xe3\xdd\xd7\xb3\xdd\xde\x64\xac\x50\x9d\x2e\x98\xab\x2c\xe8\xdb\x66\xb7\x27\x65\x73\x52\x7e\x5f\x39\xe8\x4d\x4f\x9d\x73\xf1\xd8\xd4\x43\x53\x8c\xf9\x71\xfe\x0f\x0b\x3e\x18\xf3\xe3\x2a\x41\x6b\xf0\x26\x58\x22\xf1\xaf\x07\xca\x42\x0e\xa0\x25\x10\xff\x7a\x5e\x16\x6e\xd2\xe1\xeb\xc2\xbd\xb4\xc5\xbb\x20\x34\xff\xc2\x7e\x86\x83\xcf\x7a\x3e\xc7\x9e\x7c\xd0\x3d\x21\x6e\xb2\x7d\x0b\xe0\x7d\x3c\x7e\xd6\x23\xb5\x01\x9d\xe4\x46\x25\xb8\x4c\xbf\xbb\x00\xdf\xbf\x18\x01\x00\xfc\x59\xdc\x90\xad\x4a\x55\xb5\x2a\x57\x01\xb5\xe1\xd2\x8f\x7c\x61\xad\x23\xbb\xd2\x7a\x25\x24\xe4\xe9\x05\x44\x64\x91\xab\x37\x0b\xc6\x94\x6c\xe2\x12\x0b\x65\xc1\x7d\xde\xa0\xe7\x2d\x3d\xc8\x17\x1e\xe4\x37\xba\xc6\x05\x2c\x4a\x16\x17\x55\xb4\x0e\x94\xea\x7a\x4f\x0e\xc1\xe5\x57\xcb\x2a\x7e\xe4\xc2\x98\xfc\x77\x91\xfc\x17\x9f\xe6\xa5\xdf\xf9\xc2\xef\xfc\x46\x1b\xb9\x5e\x79\x8b\xf7\x62\x36\xc9\x09\xae\xf7\x72\x36\xc9\x62\xdc\xae\x8b\x8c\x04\x09\x08\xee\xc9\x5d\x20\x0b\x41\x16\xd9\xb8\x8b\x70\x3b\x65\x58\x0b\x0e\xe6\x8b\xba\x60\xbd\xc9\x4d\xdc\x4e\xaf\x3a\x97\xa4\x42\x26\x22\x5a\x38\xa8\x67\xc1\x22\xf0\x7a\x00\xc8\x92\xc5\xf3\xbf\xff\xde\x4e\x18\x93\xe6\x22\xb3\xc1\x0d\xc9\x78\x9b\x53\x49\x4e\xe3\x2a\x0e\x49\x82\xf4\x36\x56\xb8\xfa\xd5\xb0\x6a\xfe\xef\xbf\xb8\x52\xaf\xb7\x39\x95\xa4\x4b\xf7\x84\xf9\x00\xd7\xe5\xcf\x22\x1d\xc2\x0d\xcd\x78\x25\x51\x60\xbc\xdc\xb3\x31\xbb\xee\x92\xf7\x4a\x95\x5f\xd9\x78\xa7\x71\x16\x53\x12\x85\xfb\xfc\xed\x5a\xe2\x9a\xb3\xc8\x89\x70\x93\xcb\x78\xbd\xc3\x91\x0f\x36\xa1\x33\x28\xc9\xd6\x9b\x9c\xcd\xed\x5c\xe4\x6c\xde\x24\x55\x37\x29\xe5\x17\x52\x47\x16\xd9\xf8\x6d\x8d\x8d\x4f\xf6\x0e\x06\xec\x9d\x1e\x83\xc9\x4e\x71\x19\xcc\x7f\xbc\x5e\x08\xd2\xf4\x54\x2f\x37\x3d\x69\xc9\x3d\x3d\xb0\xe1\xe2\x25\x83\x51\xf1\xb3\x58\x6f\xd8\x61\xe4\x52\x41\xf2\x5f\x69\xc2\xbb\x59\x74\x08\xfc\x2b\x4d\x00\xaa\xa6\x1e\x6e\xf2\xf6\xbf\xe4\x39\xf0\x2d\x5f\xca\x34\xeb\x4d\x92\x40\x5a\xa9\xf5\x4a\x12\xde\x64\x42\x2a\x58\xac\xeb\x7d\x5c\xce\x27\x97\xd3\x8d\x79\xdc\xab\xa4\x15\xf5\x70\xfb\x1e\x5b\x4a\xbe\xe4\x02\xf8\x6c\xbd\xd2\x0d\x32\x39\x54\x74\x7a\x4b\xd9\x68\xbd\x29\xfe\xd5\xc3\x05\x95\x24\xbc\x29\x01\xd7\xc3\xe5\xfb\x1c\xc3\xc7\x8f\x30\xe8\x9a\xb0\x17\x32\x53\x3d\x9c\xf3\xe7\x20\x92\xdf\xa8\xa8\xf8\xd6\x27\x99\xf8\x0e\xda\x62\x86\x1f\x4a\xd0\xf5\x1d\xdc\xc8\x66\x55\xb7\x8a\xf9\x4c\x6a\x96\x35\x9b\xff\x06\x55\xaf\x55\xb4\x0e\x9f\x42\x82\xe7\x2c\x1a\x55\x34\x85\x3c\xbe\xbe\xbc\xf6\xf5\xb0\x2d\x54\x53\x0b\x09\xad\xe2\xaf\xb1\x3e\x19\x8e\x2f\x19\x8e\x9b\x23\xf3\xc9\x70\x7c\x27\xad\x43\xf5\x3e\x49\x00\xa9\xea\xc9\x6e\xb5\x3e\xb9\x8b\xef\x62\xce\x9c\x0f\xd3\x4a\x2f\xd2\x4a\x63\xc8\x58\xdf\xed\xa0\xe0\x37\xe0\x5c\xc8\x2f\x9d\xc5\x84\xf2\x53\xe3\xf4\x6e\x86\x04\x69\xd6\xbc\xbe\x30\xaf\x57\xf4\x76\xeb\x93\x04\x60\x64\xaf\xa8\xed\x16\x96\xf6\x2c\x78\x57\x79\x6a\x84\xfd\x59\xc0\xfe\x60\xfa\x58\x82\xfe\x2c\x0c\xf1\x15\x55\xdc\x32\x39\xc6\x22\x39\x06\x9e\x75\xcb\xd4\x18\x8b\xd4\x18\x15\x8f\x90\x65\x66\x8c\x45\xc8\x88\x39\x87\x16\x71\x23\x59\xf0\xd2\x76\xbf\x72\xa0\x9d\xd6\x4f\x5a\xf7\xc6\x7f\x9d\x2d\xe5\x69\xfb\xba\xcd\x77\x9a\x87\x0e\x99\xe1\x7a\x91\xe1\xfa\x9e\x7f\xd7\x5f\xaf\xaf\xbb\x4a\x29\xd8\x54\x20\x3a\xd7\x27\x45\x20\xe1\x75\x05\x59\x70\x7d\x18\x34\x16\x01\x2c\x15\x60\xc1\xf5\x49\x12\xbe\xc1\x8f\xf0\x28\x66\xe4\x58\x88\xd5\x24\x00\x5e\x1f\xfe\x1b\xeb\x9b\xbc\x57\x1e\x8b\xe9\xa0\x53\xd8\xa9\x05\x9a\xfb\x4d\x67\x3b\x69\xca\x03\x2c\x95\xf8\x52\xc4\xa9\x5e\x2c\xa1\x8d\x16\xd0\x46\x17\x71\x8e\xeb\x93\x70\x7c\x8b\xb6\x3c\xc1\xcb\x9d\x5a\x70\xe8\x1e\x84\xe5\x56\x45\x0e\x0b\x84\xc1\xf5\x85\x6d\x05\x2b\xe7\x09\x0e\x57\x2e\xa5\x1b\xf2\x93\xad\x4f\xb6\xe5\x83\x06\x15\x4f\x70\x38\xd2\xe0\x00\xb9\x55\x12\xa1\x6f\xb3\x34\xee\xcb\xf6\xaa\x6d\x9a\xa2\x71\x05\x1e\xf2\x76\x93\x11\x61\x7d\xb2\x25\x64\x0c\xa9\xbf\xd9\x48\x84\x3e\x88\x50\x81\xd5\x26\x79\x48\x16\x9c\x16\x0f\x9e\x54\x88\x98\x1e\x13\x27\x2d\x3d\x35\x16\x9e\x1a\x57\x81\xfb\xfe\x5e\x67\x93\xec\x09\xc1\x1a\x4b\xd7\x8d\x45\x9a\x91\x7a\xba\x3b\x9f\x63\x48\x21\x88\x5c\x0b\xeb\x93\x2c\x81\xdc\x54\x09\x6a\x59\x9f\x72\xd1\x97\xd4\xa9\x9e\xce\x46\xb2\xf4\x41\x83\x80\xb7\x0c\x9d\x40\x82\xd0\x21\xd2\x31\x04\xbe\x1f\x59\x04\x1f\x4d\xaa\x5e\xab\xf8\xcf\xaf\xa0\x2e\x41\xd8\x50\xc5\x67\x25\x70\x06\xc9\x82\x1f\x4f\x7e\x24\xcd\x49\xe0\x05\x82\xd5\x2d\x0e\x54\xa0\x01\x24\x54\x05\x9a\x30\x0e\x7c\x71\xe2\x80\x04\x9d\x49\x52\x83\x24\xe2\x59\xd0\xe1\x4d\xeb\x97\x1d\x5e\xfc\x98\xf4\x33\x0e\x94\x17\x71\x24\xe1\xb9\xce\x83\x61\xa1\xbd\x88\xe3\xa2\xad\xea\x8f\xb6\x75\xb3\x34\x95\x61\x21\xe2\xc4\x91\x22\x0e\xd1\x2a\x61\xfe\x94\x20\x5f\x79\x45\x29\x10\x07\xf1\xb9\x71\x54\x66\xd8\xf8\x0f\x9d\x64\xe0\x55\x82\x71\x30\xcc\xa7\x12\x07\xd4\x04\xd4\xc2\x20\xb7\x4a\x16\xac\xfb\x60\xa0\x84\xef\x07\x89\x56\x2e\xa2\x70\xe3\x68\x4e\x1a\x72\x82\x5a\x20\xcc\xb9\x12\x04\x55\x55\x94\xa0\x41\x14\x55\x16\x4c\x67\xf2\x55\xff\x7d\x95\x4b\xea\x32\x74\x77\x07\x4a\x80\xb2\x33\x8e\xe1\x62\x25\x41\xa8\xd7\xc1\x57\xc3\x61\x25\x27\x50\xf1\x5a\x09\xbd\x4c\x02\x2f\x13\x60\x99\xe2\x18\xce\x19\x42\x50\x59\x85\xe9\x04\x93\x10\xd4\xeb\x60\x15\xa6\x83\x4a\x89\xc6\xb4\x4b\x21\x4a\x57\x80\xd2\x55\x5d\xe2\xe9\xaa\xa7\x14\x53\xaf\x42\xe3\xd3\xc6\x21\x0d\xf9\x1e\xc5\xb1\x1c\xd3\xb2\x25\x76\x6b\xd9\x52\xca\x35\xb5\x59\x13\xd6\xe4\xf4\xdc\x86\x70\x1b\x52\x76\xc1\x3e\x19\x47\x38\x24\xc8\x02\xfa\xd9\x00\x09\x2c\x0b\xe6\x7b\x32\xca\xb0\xa5\xe4\x47\xb0\x4d\x86\x7e\x31\x81\x2b\x8c\x99\xa1\x82\x60\xb1\x2c\xb2\xf1\xc1\x91\xdd\xee\x1e\x54\x61\x30\xee\xed\x29\xdb\x1c\xeb\x8b\xb6\x1f\xef\x51\xb2\x26\x40\x7a\xc5\xf1\xb8\x72\x10\x0a\x64\xf2\x30\xf6\x2c\x88\x3d\xab\xa4\xa4\x0d\x13\xd4\x04\xb0\x64\x75\x58\xe3\xc0\x93\x43\x31\xf3\x53\x1c\xaf\x8d\x27\x87\x52\xa7\x35\xfe\x96\xd4\xa2\x5e\x1e\x83\xd7\x41\xa5\x44\x53\x91\x9a\xe3\x78\x9d\x1e\xf7\x1d\xcc\xc5\x30\x6b\x7d\x94\x83\x95\xea\x56\x0d\xab\x72\x7e\xb3\x51\x13\xd6\xe4\x42\x71\xa0\xcc\x5d\x13\xe5\x60\x3b\x39\xd4\xe4\xb1\xf9\x13\xa4\xbc\x27\x5e\x28\x0a\xa6\xaf\xc0\x11\xa8\xa2\xd1\x0d\xb2\xde\x67\x31\xf3\xa3\x4a\x8d\x6d\x27\x49\x20\xe5\x5d\x14\xa2\x9e\xa3\xa4\x7c\x72\x61\xb0\x08\xfd\x86\x82\x5c\xf8\x98\x61\xa3\xc0\xa7\x44\x81\x6e\xe0\x58\x13\x45\xba\x51\x4e\x76\x98\xb5\x33\x75\x4e\x94\xe4\x60\x88\x39\x0a\x71\xdc\xa2\x5c\xec\x02\x6b\x57\x2e\x87\x79\xd1\xf8\xdf\x85\xda\x28\x08\x32\x41\x16\x7e\xa2\x96\xa2\x48\x66\x0a\x64\xe6\x9a\x56\x6d\xab\x50\x0b\x5d\x2c\xec\xed\xc4\x92\xe7\x01\x1e\x2d\x0a\x90\x4b\x51\x92\xda\x54\xe4\xb9\x30\x8b\x4f\x90\xc5\x87\x10\xa6\xd0\x19\x2a\x80\x99\xab\xf7\x61\x4b\x36\x9e\x24\xa9\x22\x83\x85\xf1\x84\x41\x3c\x21\x61\x4e\x61\xe4\x60\x10\x39\x48\xfe\xf3\xd0\x85\x2a\x70\xa1\xaa\x78\xfb\x04\x59\x80\xb2\x08\xb4\x57\x7e\xf5\x5a\x45\xe3\x85\x71\x62\x08\x0f\x32\x02\xd5\xdb\x85\xc4\xf5\x2a\x00\xaf\xbb\xa4\xd2\x86\x25\x46\x49\x36\xc8\x1c\x56\x51\xa4\x61\xa5\xa9\x1c\x63\xa0\xdd\xbd\x84\xd9\xb9\x9d\x61\xf7\x54\x24\xb3\x83\x25\x3a\x08\x4f\xcc\xc2\x61\xb1\xa0\x92\x35\x62\x15\x2f\xbc\x13\x83\x80\xc5\x2c\xce\xfc\x8f\x8f\x86\xa3\x1a\x34\x7e\x31\xf6\x61\xe3\xc9\xe6\x10\x9b\x15\x64\x16\xca\xe2\xce\x1a\xba\x93\x84\x15\x48\x18\x92\x52\x94\xe9\xc2\x40\xc2\xee\x9b\x96\xa4\x61\x25\xf9\x97\x4a\xe8\x48\x94\xe5\x38\x21\x46\x08\x25\x51\xc2\xd6\x83\xaf\x20\x7e\xf8\x8e\x65\x41\xf3\x8d\x31\x48\x8e\x0a\x94\x86\x10\x91\xd0\xa9\x2c\xf0\x23\xab\xa0\x31\x46\xd9\x2e\x5f\x12\x16\x6c\x14\x51\xb6\xab\x00\x03\x02\xc7\x1c\x78\x9c\x65\xc1\xe6\x0c\x9a\x92\xb0\x94\x87\xa6\xbc\x1d\x8f\x4d\x25\xd7\x01\x56\x5d\x94\xd7\x8d\x78\x79\xbd\x26\xff\xbd\xae\x55\x72\x1b\xad\xb1\xa7\x52\x91\x02\x15\xa9\x5e\x6b\xa9\x08\xd8\x7f\xa6\x99\x8a\xf2\x39\x04\x44\x9e\xea\x11\xfd\x6c\xea\xa3\x29\xce\xe3\xe7\xd0\xa1\x3e\x30\x4f\x71\xca\x6d\x10\xc4\x59\x2b\xe7\xea\x44\xe2\x89\x33\x25\x1e\xac\xf4\x71\xca\x80\x10\xdc\x59\xe1\x81\xe2\xc4\xa8\x14\xe7\xc1\xfb\x92\x1c\x4f\x88\x2a\x18\xc4\x79\x12\xa6\x16\xa7\x5c\xca\x09\x97\x02\xca\x64\x9c\x72\x29\xf8\xd4\x99\x6d\x2a\x74\xa9\x0b\x5c\xea\xb0\xe2\xc7\x29\xb1\x39\x4f\x06\x05\xfd\x39\xb1\xb9\xc4\x99\x44\xa7\x56\x2e\xf3\x89\x4b\x52\x9c\x27\x6f\xb8\x03\x95\x00\x9d\x70\x29\xf2\x11\x26\x6a\x0a\x12\x35\x5d\x27\xe4\x15\x3c\xc3\x2c\x58\xd1\xdb\x2a\x47\x7a\xf1\x23\xd4\x9b\x94\x4d\x59\x30\x52\xa8\xf7\x89\x22\x24\xce\x9b\x1b\x37\xfc\xca\x71\x21\x1a\xf9\x64\x9f\x92\x06\xbc\xfd\x2e\x19\x89\x53\xce\x85\x24\x4f\x97\x8c\x04\x5e\x80\x59\xb0\xa6\x9c\xc8\x13\x03\x7a\x90\xf6\xa9\xe2\x0e\x14\x27\x66\x97\x38\x2b\x3b\xdd\xe9\x51\x4a\x70\x22\x09\x55\xa7\x8d\x32\x24\xce\xe4\x60\x48\xd3\x13\x67\x77\xd6\x48\x3d\xd5\x31\x74\x97\x39\xa5\x9e\x06\xd9\x3d\xe5\x65\x70\x37\xac\x3e\x91\x67\x77\x01\x3b\xdb\x3a\x18\x42\x77\x5b\x93\xcb\xc1\xd9\x21\xce\xee\xa0\x90\x6a\x70\x01\x8a\x73\xd8\xf8\xa0\x71\x76\x75\x38\x99\x01\xfd\x98\x4c\x59\xee\xe6\x44\xce\xa9\xd0\xe8\x73\x3a\xce\xa4\x07\xd8\x82\xe2\x94\xbd\x39\x53\xdc\x31\x47\x55\x9c\xd3\x35\x4e\x12\x51\x7d\xb3\x4c\x65\x15\x04\xe0\xf6\x83\xc9\x48\x1a\x4e\x24\x9f\x76\xd0\xd4\xb2\xf1\x14\x80\xba\xbf\xc9\xde\x10\x82\xdb\x7f\xdf\xb8\x74\x72\x37\x5e\x09\x29\x0a\xf1\xb7\xf8\xc9\xc7\xb9\x3c\x1d\x32\x3c\x5e\x12\x69\xcc\x19\xb0\x4e\x50\xda\x53\x1a\x43\x3c\x6e\xf5\x55\x3a\xb7\x93\x49\x7e\xc5\xe4\x55\x71\x6e\x3b\x4c\xde\xa5\xff\x3e\xb2\x3f\xa8\x4e\x83\x62\x92\x3e\x2b\x8b\x97\x2a\x3a\xdc\x1e\xa1\xe4\x6a\xc8\x70\x19\xe7\xe3\x69\x7c\xf2\x34\xca\x3f\x9e\x52\x9d\x13\xb9\x07\xd3\x68\x9c\x8f\xfd\x25\x0f\xd3\xbd\x6f\x8f\x8d\x3f\x6f\xd6\x8c\xbf\xbf\xb6\xe7\xeb\xe6\xbe\xed\x7f\xff\xed\xde\xc6\xd7\x63\x92\xa4\xa9\xe2\x7d\x14\xe7\xeb\x31\x49\xa1\xa8\x7b\xf3\x3e\xc7\x97\x52\x4f\x87\xa2\x9f\x9f\xbb\xf6\x45\xd6\xe4\x91\xb8\x24\x3f\xc4\x08\x03\xc4\x16\x97\xec\xd0\x05\x41\x02\x52\x31\x08\x1d\xce\x82\xfd\xe7\x72\x5e\x92\x9f\x0b\xca\xd2\xb8\x9c\x57\xb1\xa9\x42\x53\x95\x9a\xcb\x9a\x1c\x37\x92\x87\x60\x9e\x71\x25\x0f\x54\xa5\xc1\x17\x56\xa0\x20\x22\xd9\x1c\x5c\xa1\x6f\x6c\x5c\x85\xc6\x21\xc2\x17\xaa\xda\x20\x46\xb9\x12\x18\x12\x97\x14\xe9\x82\x22\xe1\xe1\x14\x80\x7f\x66\x41\x5b\x9d\xe9\xa0\xba\x89\x4b\x5b\x11\x47\xc7\xa0\xe6\x00\x01\xb4\x12\x28\x12\x04\x2e\x67\xc1\x8f\xbc\x29\x26\x25\x8b\x2b\x89\x89\xf9\xb8\x82\xc4\x63\x7f\xe2\x4a\x99\xa7\x12\xe9\x11\x97\x1c\xc6\x95\x6c\x45\x77\xa4\x38\x5b\x06\x3e\xba\x04\xa2\xc6\x55\x7f\xbf\xe5\xce\x40\x42\xae\xe6\x52\x21\x23\x79\xc4\xf5\xdf\x0d\xfc\x77\xb1\x85\xc5\xd5\xfc\xad\xe7\x7a\x3a\x4a\xf9\x86\xab\xfb\x1b\x43\xea\x2e\x42\x52\x12\xb3\x6d\xc5\x25\x09\xb9\x10\x7e\xc0\x01\x8c\x4b\x2e\xe1\x4a\x19\xa8\x3b\x3b\xb9\x84\x2b\xe9\x05\xc9\xa3\x02\xb0\xd2\x2c\x26\xbf\xd1\x92\x5c\x02\xc1\xd8\xb5\x73\x31\x2e\x49\xc1\x05\x9b\xd0\xb9\x18\x97\x6c\x02\x71\xd9\x15\xaf\xa3\xb8\xa6\x8b\x8e\xed\xe6\xf2\x47\x69\x01\x7e\xc7\x18\xda\x82\x74\x6a\x59\xd0\x14\x6c\x89\x78\xa8\x41\xe8\x76\xed\x9e\xbd\xe5\x36\x70\xf5\xbb\x67\xcf\xab\x7f\xc1\x4b\x00\x22\x1a\x57\xb8\xf1\xc9\x52\x5c\x97\x63\x08\x97\x0f\xf6\xa2\x7b\xae\x14\x64\xae\xe4\x32\x88\xb7\x8d\x0b\x1b\x6f\xe0\xec\x7c\x5d\x8e\x61\x3b\x9d\x24\x0a\xf5\xb7\x81\xdb\x2d\x4d\x56\x04\x17\x9b\xb8\x64\x38\x2e\x18\x8e\xee\x41\x7b\x6c\x3c\x29\xc0\xf0\x6c\x3c\x8e\x20\xc5\x96\xeb\x72\x36\x32\x1c\x60\xad\x9a\xf0\x2b\xae\xd7\x15\x45\xc9\xfa\xdb\x67\x6f\x37\x81\xe7\xa6\xfb\x8a\xeb\x73\xf9\x30\xf2\x5e\x5e\x54\xaf\xf7\xf5\x61\xe0\x74\x19\x3e\xa7\xf3\xb1\x7e\xbc\x1e\xc2\xb5\xc6\x05\xcb\x81\x39\x33\x6e\x8c\xba\x71\x1f\x0c\x7e\x76\xaa\x2e\xab\x20\x65\xd5\xaa\x6a\x15\x6d\xf1\x58\x18\xcd\x1e\xf7\xa1\xdd\xd5\x2a\xa8\x22\x2e\xdc\x03\xc1\xf7\x96\xc1\x00\xfe\xb5\x0e\xc4\x99\xdb\x2b\x7e\x73\xc5\x07\x92\xef\x8d\x35\x26\xee\xbc\xe9\x75\x70\x94\x6f\xaf\xf8\xcd\x15\x1f\x1c\x65\xb1\x61\xe3\x46\xc4\x21\xbf\x57\xdc\x5e\xf1\x3b\x19\x0d\x5c\x82\xe2\x56\xc2\x21\xab\x1d\xc6\xd2\x10\x2a\x36\x40\x82\xad\x98\x46\xe3\x96\xe5\xb8\xb9\xf3\x44\x17\xc4\xed\x9d\xbf\xd1\xce\xe2\xf9\x13\xf7\x65\x53\x29\xb8\x5c\x98\x34\xe3\x96\x0c\x80\x16\x6b\xfa\xaf\xb8\xd5\x95\x00\x16\x7b\x11\x47\x1f\xf7\xed\x0c\xd1\xc6\xe2\xa5\x13\xb7\xd2\x08\xbe\xeb\xf8\x24\xc5\x2d\xc7\x71\x43\x3e\xb0\x5f\xc6\x5d\x9d\x60\x92\x8f\x3a\xd8\xd6\x1b\xab\x4d\xdc\x75\xe4\x7f\x0c\xa1\xba\xec\x48\x23\x00\x9e\xc6\x2d\x01\xb9\x1b\x8d\xd3\x52\x73\x82\x0d\x91\xdc\xbd\x91\x80\xdc\x8d\xff\x20\x4e\x80\x09\x64\x71\x52\x45\xeb\xdd\xad\xef\x6c\x3d\xec\xdf\x2d\x51\xb9\xd1\xb1\x0c\x27\xa8\x8e\xe5\xc6\x44\xac\xb4\x2b\x18\x6d\xdc\x08\x1a\x03\x66\xfd\x96\xe7\xb8\x07\x3f\xc2\xf5\xdc\xc3\xf5\x1b\xac\x0c\x9c\xd7\xad\x4a\xe5\x4e\xd6\xe3\xc2\xac\x18\x66\x17\x8c\x1b\xb2\x32\x7e\x55\xee\xc5\x64\x2f\x60\xaa\x84\xb5\x8d\x1b\xe9\x63\x78\x96\x97\xd3\x86\x88\x80\x62\x18\xf7\x72\x5f\x93\x96\x54\xc2\xa4\xc3\xa4\x84\x71\x23\x90\xcc\xe3\xfe\xfb\x93\x7b\x87\xbb\x90\x04\x05\x7c\xda\x00\x73\x21\x8b\x0f\x8d\x03\x55\x72\x17\x37\x24\x66\x7a\x62\x95\x60\x6e\x18\x0e\xe2\xac\xe3\x96\xa0\x00\xbf\x60\x86\xae\xb8\x1f\x47\x8d\x70\x02\x86\x69\xdc\x0a\x27\x77\xf2\x06\x44\xa6\xc4\x2d\xf9\xb8\xd1\x7a\x60\x3f\x0c\x93\x21\x06\xb0\xbd\x95\x58\x86\x00\xbb\x37\x8b\x9e\xff\xd1\xb8\xd4\xe3\x46\x5e\x99\x8e\xfd\xb5\xf1\x97\xc6\x69\xe9\x73\xe8\x88\x2b\x98\x0b\xe3\xfe\x9c\x20\xc4\x63\xda\x94\xc4\xe3\x4e\xb1\xa5\x4e\xde\xf4\x2a\xf1\xa8\x88\x22\x98\x02\xa3\xaa\x2d\xa9\xd8\x68\xc9\xf5\x10\x55\xc1\x03\x78\x09\xb3\x79\x45\x55\xca\xa8\x29\x65\x00\x9b\x19\x15\xbb\x6d\x80\x37\x51\x09\x86\x8e\x8a\xdd\x36\xc0\x16\xae\x18\xe7\xa2\xaa\x1d\xa9\x65\xe7\x7f\x83\x1a\x46\x55\x21\x14\x18\xe7\xa2\x9e\x36\x9e\xf4\x02\xb8\xde\xa8\x0a\x27\xa0\x0f\x0f\xdb\x56\x10\xa9\xf9\xfa\x63\x4f\x8f\x8a\x85\x36\x48\x13\x59\x31\xe9\x85\x28\xc4\x01\x0a\xb1\x07\xb8\x4a\x26\x6a\x92\x86\x4b\x45\x43\x55\xb1\x41\x2a\xc9\x4a\x24\x76\x54\x15\x1b\x35\x65\x16\x4f\x79\x55\x56\xa9\x49\x25\x3c\xd1\x55\x8d\x2a\xb8\x19\x15\x73\x61\x00\x9e\x91\x45\x6e\x0c\x67\xbc\x56\xd7\x17\x1d\x2b\x11\xdd\x21\xa8\x46\x00\x72\x6c\x4a\xb1\xa8\x92\x04\x00\x8f\xbd\x08\x15\x3b\x6e\x54\x28\x02\x2a\x2b\xb3\x50\x06\x00\xc8\x66\x13\x8b\xaa\xd6\xb5\x36\x76\x8a\x33\x0c\x2c\x47\x16\x34\x0e\xff\x4d\x8e\xca\x2c\x3e\xaa\xd8\x2a\xe9\x46\x45\x06\x21\xb6\x3b\xaa\xca\x08\x92\x52\x36\xc2\xb8\xa3\xaa\x50\x05\x36\xb9\x01\x49\x18\x02\x7d\x44\x9d\x7e\xc5\x0c\x65\x21\xea\x1c\x28\xc0\xf8\x71\x3a\x88\x49\x8f\x08\x71\x55\x7e\xa1\x26\xbf\x80\x9f\x41\x54\xf9\x05\x82\x72\xcc\xee\x15\x55\x71\xa2\x2e\xa6\xc8\x1b\x5f\x65\x21\x48\x71\x39\x79\x7d\x08\xd5\xc9\xe2\xe5\x23\xa6\x13\x36\x1e\x34\xce\xa0\x54\xa0\xd6\x14\x21\xc8\xca\x17\x55\x05\x6a\xcd\x6b\xdf\xb0\x0c\x86\x71\x3e\x41\x68\x0f\x69\xfa\xa2\xca\x64\x90\x00\xb3\x1d\x9e\xd7\xed\x52\x25\x6d\x68\x87\xa7\x53\xa2\x40\xf8\x8f\xf9\xc1\xa2\xaa\xd6\x20\x14\x08\xff\x84\xa8\xca\x17\x35\x39\x8b\xc9\x53\x57\x55\x97\xd6\x87\xe5\xf4\x08\x3d\xce\xee\xa1\x25\x8f\x90\xd2\x44\x7d\x98\x9e\x67\x41\xe5\x68\x7d\xf9\xd1\xc3\xa0\x5a\x03\xac\x93\xeb\x3e\xfd\xca\xb1\x27\x1b\xd1\x0a\xe2\x59\xfd\x1c\x68\x52\x85\x56\x5c\x86\xcf\x0d\x4c\xfe\xa1\xe1\x15\x13\x4d\x99\xa1\x25\xb3\xd0\x0a\x43\x15\x1b\x25\x5a\x52\x82\x46\xcc\x77\x90\x59\x33\x0b\x7e\xe4\x8d\x6a\x4a\x08\xe4\xd7\x9c\x7e\xa4\x81\x04\x18\x95\x56\x2e\xab\xa6\x55\x2b\x47\x8a\xa2\xc1\x7c\x9b\x41\x8a\xcd\x86\x2f\x7e\x34\x35\xa4\x2d\x79\x06\x7c\x32\xa2\xa9\x0e\x6d\x79\xe1\x1b\x60\x76\xd1\xe4\xfd\x5b\x72\x06\xd3\x96\xe4\x0c\xc0\xbb\x6e\x78\xe6\x47\xd3\x8a\x02\xdc\x75\xc3\xf2\x1e\x4d\xba\x40\x5c\x55\x03\xdb\x2e\x1a\xde\x9d\x01\x00\x76\xc3\x05\x3f\x9a\x6a\xca\x76\x8f\x6c\x9d\x41\xc9\x05\x10\x82\x65\x0e\xaf\x20\x0e\x2b\x0b\x86\xce\x01\x69\xea\x22\x48\xdc\x79\x01\xc9\x12\xcd\x4b\xdf\x2a\xeb\xce\x99\x69\x58\x6e\xa3\x61\xb9\x25\xdb\x7c\x98\xd6\x33\x5a\x63\xa4\x10\x99\xe6\xab\x0f\xc8\x76\xc3\xa8\x16\x4d\x33\x4a\xcb\x7b\x6d\x42\xaf\x10\x41\x26\x40\x90\xb9\x08\x2b\x0c\x21\xb8\x83\x2c\x9e\x8d\x34\x71\xd1\xd4\x4f\x10\x04\x76\xe1\x95\x10\xad\x3b\xc5\xce\x20\x5c\x2e\xd5\x92\x2d\xa5\x8b\x46\x34\x79\x08\xd3\x1d\xc0\x74\x5f\x6a\x00\x9b\xbc\x01\x81\x5d\xed\x3c\xfe\x0e\x1c\x1a\x4d\x91\xa1\xa5\xc8\x00\x22\x6e\x34\x5f\xfb\x06\x51\xc0\x43\x3f\xda\x72\x9d\x92\x12\x34\x1c\x86\xa3\xa9\x3f\x68\x79\xed\x9b\xda\xdb\xa6\x79\xa4\xe5\xbd\x9f\xce\x23\x1c\x4e\xdc\x7c\x44\x53\x5e\xef\x96\xef\x7c\x3b\x7f\x5f\xb9\x72\xc1\xa0\x9d\xad\xd6\x90\x96\xd7\xbc\x9d\x4e\x6d\x3b\xdb\x4d\x87\x1e\x0e\xe5\x03\xa0\xc4\xaf\xbb\xb1\x0b\x2a\x10\x40\x12\x6f\x5a\xcf\x8c\x2c\x8b\xc6\x75\xc6\xa7\x36\x9a\x86\x0d\x92\x8c\xb6\xd3\x7d\x7f\x6c\xeb\xb1\x2d\x36\xd9\x1b\x4e\x58\x99\x79\xc0\xa2\xa9\x11\x68\x98\x49\x6f\x9b\x7f\x9d\x10\x97\x1e\x87\xd9\x30\xf6\x2c\x9a\x97\xbe\xf9\xa3\xdb\xf7\xb2\xa8\xa8\x45\x9b\x9a\xcb\x06\x1d\x38\x3d\x30\xd2\x01\x62\xd2\xda\x09\x01\x69\xd2\x01\x12\x92\x9a\xec\x2b\xba\x74\xa0\x27\x47\x20\x27\x60\xc0\x5a\x10\xb0\x46\xc8\x63\x18\xae\x16\x00\x06\x35\x42\x0c\xa2\xcb\x1b\x74\xac\x24\x1a\xcb\xba\x64\x00\x30\x74\x33\x7a\x85\x09\x4b\xa3\xe7\x3d\x6f\x84\x71\x87\xf9\x4a\xa3\xe7\xcb\xde\x2e\x28\x8a\xd8\x43\x01\xf6\x10\xde\x44\x61\xb2\xd2\xe8\x90\x01\x9c\x43\xa3\x9f\xbf\xa6\x5e\xaa\x18\x28\xce\xe1\xd1\x93\x25\x98\x3c\x09\x22\x16\x45\x4f\x5e\xa0\x5d\x9c\xa3\xae\x31\xb5\x5f\x34\xce\xa0\x14\x06\x7a\x3e\xfc\xf8\x17\x85\x00\x46\xd1\x6f\xf4\xef\x9c\xac\xee\xc3\xdf\x53\x4a\x20\x4e\x33\xc4\x6b\x0f\xf0\xda\xdb\x05\xe3\xdf\xb5\x68\x90\x46\xb5\x29\xcf\x75\x49\x45\xaf\xac\x0b\x8f\x60\x57\xbb\xd0\x93\x01\x20\xaf\x69\x74\xed\x17\x84\xea\xb5\x8b\xa3\xd6\xd5\x5a\x02\x00\xdf\x2e\x4e\x4c\x57\x3c\x20\x78\x8f\xdc\xa7\xd1\x65\x06\x3a\xb4\x03\x77\xca\xe8\xda\x2a\x3a\xfc\x01\x81\xde\xd1\xa5\x1d\x24\x68\x6d\x9a\xc2\xba\x8a\x4c\x92\xb5\x4e\x54\x07\x5d\xad\x65\x4f\x42\xd0\xae\x5f\xd5\xb6\x2a\x2f\x2f\x87\x4a\xe8\xf9\x00\x7a\xbe\xe1\x15\x18\x5d\x0b\x6c\xff\x99\x2a\x18\x82\x5a\x08\x82\x07\xe7\xaf\xc6\x41\xc1\x42\xe0\x28\x18\x5d\x16\xa2\x0f\x96\x0a\x52\xd5\x55\x64\x82\x65\x3f\x7f\x1f\xb9\x0f\xf3\xcc\x1a\x06\x3e\x6d\x7b\x72\x45\x1c\xa6\x36\x0e\x92\xc7\xca\x5a\x75\x19\x8f\x3e\x6d\x9b\x95\x52\x8f\xd9\x93\xfa\x34\x90\xc9\xa2\x6b\xa6\xed\xc9\x92\x94\x03\x9a\xd7\xa5\x44\x3d\xe5\x8e\x76\xff\xaa\x3c\x2e\x40\x9d\x1e\xbc\xa7\x5d\x4a\x24\xb0\x3e\x58\xf6\xd1\x55\x65\x92\x9f\xb6\x69\x80\xea\xe1\x2e\x13\xbf\x72\x78\x21\xa4\x4e\x1d\xea\x84\xcb\x5f\x74\xa9\x53\x87\x1f\xb9\x91\x98\xc5\xe8\x0f\x30\xfa\x2f\x6d\x1c\x5d\x82\xd5\x53\x24\x31\xff\x59\x88\x9d\x15\x64\xba\x6d\xb8\xf8\x45\x57\x7d\xd1\xa1\x4e\xda\x88\xba\xd4\x09\xe8\xfe\x86\xcf\x5d\x74\x89\x4c\x4f\x41\xa2\x49\xfd\xbb\x82\x04\x51\x97\x85\x08\xd1\xe8\xb2\x11\x00\xfb\x9b\x6d\x2c\xba\xc2\x45\x27\x18\x0a\xd4\x9f\xe8\x52\x94\xfe\xd1\x96\xe7\xf6\xb3\xad\xcf\xb6\xb2\x47\xa3\x34\x63\x80\xda\x7a\x70\xc3\x07\xbe\x5e\x31\xc8\x9d\x80\xa7\x5a\x0c\x39\x8b\x01\x4d\x01\x33\x2c\x0c\xdb\x8c\x71\xb0\x69\x9c\xe5\xa1\x1e\x82\x40\xcd\x86\xd3\x56\x0c\x4d\xaf\xa3\xd8\x16\x3d\xca\x5a\x90\x66\x57\xc4\xec\x18\x6a\x1f\x07\x94\xe7\x46\x06\x30\xe3\x6e\x10\xe0\x79\x11\x07\x1e\x43\x89\x83\x74\x05\x05\x47\xb8\x18\x72\x20\xa4\x2e\x68\x5a\xa1\x86\xf6\x90\x71\xb2\x69\xec\xd0\x50\x5d\x31\xc0\x35\xc2\x5d\x2e\x86\x04\x6a\xc0\x95\xdc\x88\x01\xe6\xf3\x8d\x01\x57\x72\x73\xc4\x87\x14\x6a\x5c\xf6\xc8\x20\x94\x56\x8c\x2e\xc5\xa9\x2e\x86\x76\xd8\x71\xb1\x38\xff\xc2\x6d\x2a\x86\xac\x0d\xe9\x7f\x9b\xf6\xad\xa1\x51\x65\xc0\xed\x68\xdf\x32\x68\x35\x08\x5a\xbd\x2a\x07\x7e\x48\xc3\x46\xf2\x33\x4d\x93\xd7\x90\x3c\x91\xb0\xa1\x69\xe0\x1a\x8a\x2a\x83\xdc\x2c\x07\xef\xe5\x50\x21\x3a\xa0\x58\x9a\xb3\x04\x5f\x8b\x91\x64\xaa\x69\xce\x1a\x9a\x57\x07\x11\xea\xf8\xf4\xc5\x90\x64\x91\xfb\xc1\xac\x69\x31\x24\x59\x03\x76\xa7\x7a\x8a\xb4\xb8\x0e\x52\xed\x2b\x28\x0c\x35\xa7\x44\xca\xb6\x7a\x59\xe5\x50\x93\xc5\xb9\x88\xb1\x8f\xa1\x11\x76\x90\x1d\x92\x68\xa0\x18\xb2\x3b\xa3\x33\x21\x6e\xca\xd0\xfa\x02\x26\x5c\xab\xbc\x30\x42\xc2\xc5\x80\x6a\x55\x4f\x91\x36\xd7\x81\x73\xfc\x6f\x25\x86\x3b\x9f\xc4\xeb\xd2\xd4\x47\x5a\x8a\x3f\x41\x16\xe5\x56\xdd\x53\xc5\x23\xa0\xe4\x9a\x66\xaf\xa1\x86\x75\x4c\xe6\xe8\x12\xaa\x1d\x19\xd3\xb6\xe8\x51\xc2\x35\x10\x86\xc0\x57\x8b\xa1\x2a\x84\x44\xcb\x4d\xdf\x91\x21\x2b\x34\x82\x1e\xbd\x16\x52\x96\x81\x10\x43\xd4\x7a\x0c\x99\x1c\x20\xec\x0a\x18\x58\x31\x54\x95\x92\x0c\xa3\x55\x4f\xb7\x96\xd8\x01\x65\xd1\x0b\x63\x48\x59\xc6\xc3\x3e\xc2\x4c\x0c\x29\x0b\x11\xc9\xe6\x6c\x8b\xa1\x1a\x94\xa8\xe3\xd6\x3c\x39\xf2\x2a\x03\x10\x71\xd2\x47\x84\x71\xc8\x41\x1c\xb2\xc9\xd9\xc2\x30\xe4\x18\x49\x73\x1a\xf9\xb7\x62\xc8\xbe\x8c\xa4\x39\xad\x41\x2a\xc7\xe7\x4d\x41\x8c\x69\x90\xca\xa1\x2d\x96\xd4\xcf\xe5\xf0\x22\x6a\x8c\x1d\x70\x34\xc0\xac\xc6\x94\x5b\x99\x07\x3f\x72\x98\x0c\x68\x0e\x02\x9a\x9b\x5e\x05\x53\x3b\xeb\x3c\x58\x7b\xce\x84\xa9\xa2\x03\x6c\xbe\xa6\xa7\x81\x51\xcf\x41\xd4\xf3\xe5\x31\x99\xea\x41\x67\xa1\x47\x8e\xc9\x94\xa7\x99\x27\x3f\x42\x0d\xa6\x4a\x4f\x42\xa3\x9b\xc6\xf9\x29\x19\x01\xd9\xaf\x11\x44\x1e\x06\x4b\x07\xc1\xd2\x57\x85\xfe\x4c\xe2\xdb\x62\x12\xf1\x42\x5e\xc0\x98\xaa\x3d\x27\xd4\x80\xd0\xb5\x30\xa2\x3a\x88\xa8\x2e\x0a\x87\x53\xe3\xeb\xbc\x68\x1e\x3f\xa4\xa9\xf1\x75\xc2\xd7\x34\x38\xa4\x29\x51\x20\xfa\xba\x11\xba\x16\x53\x8d\x26\xc9\x46\x4c\xeb\x16\x53\xb9\x85\xfc\xd7\x62\xb7\x87\xe9\x47\x62\x42\x14\x00\xe1\x8a\xa9\x28\x43\x46\x92\xa6\xbd\x65\x4a\x01\x26\x77\x1b\xa4\xd4\x98\x9a\x55\x67\xb3\x2d\x7a\x54\xa7\x39\xb9\xc8\x8d\x87\x7e\x2a\xb7\xcc\x94\x5b\x8a\x42\xeb\xf4\x6e\x93\x48\xbb\x75\x48\xda\xd4\x2a\x32\xe1\x5a\xb4\xdd\xcc\xfe\x6b\xeb\xa3\x8a\xb6\xbc\xc8\x13\xa5\x06\x11\x6d\x31\xb5\xac\xce\x61\xf3\x8c\x4b\x8e\x84\x14\x2a\x62\xbd\x87\xa9\x53\x62\x92\xab\x1e\x2f\xd7\x98\x1a\x52\x27\x77\x9b\x7c\x6f\x31\xbd\xdb\x04\xa6\xb7\xce\x59\x9d\xde\xed\x39\x31\xda\xa3\xd0\x9e\xaa\x3e\xe6\x62\x6b\xdd\x34\xd5\x9c\x33\xf9\x89\xa6\x15\xd1\x48\xf6\x98\xf0\x16\xe5\x57\xe5\x84\xb8\xee\x64\x75\x8b\xa9\xad\x84\x7c\xe0\x4d\x13\xce\xd4\x4c\x3a\x11\x73\x34\xe1\x90\xc9\x25\x0b\xdb\xe2\x7c\x11\x24\x1e\xe6\x73\x29\xb6\xa5\xba\x73\xc2\x5b\x68\xb0\x31\x4c\x3e\x08\x93\x2f\xc5\xb6\x24\x0a\x46\xc9\x2b\xac\x4f\x29\x00\xd0\x8f\xad\x7b\x7c\xb5\x8a\x4e\x32\x58\x29\xad\x1b\x4a\x1f\x13\x2c\xe4\xe2\xb9\x57\xdf\x49\x12\x72\x81\xe7\x63\xaa\xdd\x24\x15\x4c\x03\xc9\x2b\xa6\x96\x4f\xd2\xc2\x08\x3b\x1f\x53\xa6\x64\x22\xd3\x10\xca\x16\x53\xa2\x30\x3f\xdb\x62\x10\x9a\x43\x09\xd4\x2f\xa0\xbe\xc5\x92\x03\x21\xab\x4c\x51\xce\x37\x74\x3f\x00\x9f\x34\x9f\x5c\x2c\x6d\x23\x0b\x3a\xd1\x7f\x5f\x4d\xab\x58\x7b\x98\x12\x91\x27\x63\xc1\x81\xf4\xfe\x2f\x84\x60\x13\xd7\xc4\x42\x0e\xea\xdc\x94\xa5\x1c\x04\x20\x40\xeb\x08\xfd\xe6\x5a\x8f\xc5\xab\x8f\x53\x77\xac\xeb\xf7\x55\xde\x27\xed\x30\x4b\x31\x64\x21\x74\x68\x74\x59\xb7\x3f\xde\xfe\x38\xa8\x0a\xab\xde\xac\x42\xaf\xbf\x34\x5c\x90\x95\xbd\x8d\xd3\x2a\xdb\x02\x3b\x4c\xcd\x83\xd0\x98\xb1\xb8\xfa\xda\x37\x96\x8e\x54\xc0\x10\x34\xcd\x2e\x4b\x63\xe8\x02\xe3\xb6\x20\x06\x2c\xaf\xfe\xe2\xf1\x27\x48\x2d\xcc\x9b\x13\x40\x6a\x36\x42\xd2\x62\x69\x0e\x5d\x64\xce\x23\x55\x79\x2c\x95\x97\x4b\x6a\x00\x4b\xb4\xa4\x06\x0b\x79\x45\xe3\x8c\x10\x9b\xb1\x00\x81\x07\x6b\x3f\x96\x8f\x3f\xa8\x9b\x26\xa5\x8b\xa5\x85\x63\x25\x9d\x68\x44\xa5\xc5\x52\xd7\xb1\x00\xbf\x01\x3a\x2f\x96\x9e\x17\x0b\x02\xa1\x15\x60\xa9\xeb\x58\xe8\x3a\x74\x86\x5c\x0a\x31\x24\xf0\x29\x78\x23\xc7\xd2\x0e\xb2\x10\x59\xd4\xe6\x2f\x5f\xfa\x35\x68\x8b\x67\x7d\x69\xf4\x20\xcb\x4f\x1b\x1c\xe5\xa5\xd0\xb2\x70\x32\xf7\x91\x5d\xd2\x8c\x35\x6d\x8b\x09\xa9\x2b\x59\x98\x57\x2b\x8f\xd9\x52\x13\x0a\x3a\xe8\x55\x5d\x1c\xe5\x11\x92\x03\x89\xea\x1f\x4b\x79\x64\x01\xf8\x85\x03\x74\x2c\x4d\x23\xa4\x0b\x6a\xa3\x59\xc5\xd5\x5f\x20\xed\xe9\x13\xbd\xa4\x19\x0b\x79\x44\x75\xfa\xd2\xe4\xba\x80\x42\x07\xa4\x21\x96\x5c\x03\x79\xf5\x9b\x2a\xf6\x25\xd7\xb0\x36\x3f\xba\x5e\xda\x43\x48\x32\xd4\x06\xb4\x7f\xa9\x40\x59\x28\x50\x74\xaf\x5c\x2a\x50\xc0\xa5\x68\xc3\x95\xd0\xc2\xba\x92\x9a\x5c\xfa\x57\x2e\xc9\xc8\x82\x8c\x10\xb0\x1e\x66\xf0\x0f\xf2\x15\x35\x30\xaf\x62\x49\x46\x16\x0a\x94\xe1\xd6\x6a\x75\x05\xfd\xb4\x69\x24\x5a\x52\x96\xf5\x1d\x54\xd1\xa3\x82\xcc\x82\x8c\x4c\x98\xb8\xa5\x20\x03\x00\x46\x9b\x4e\x5b\x46\x62\xc1\x48\x10\x59\x16\xa1\x95\x04\xe0\xd3\x06\x88\x55\x88\x92\x11\x20\x62\x34\xb5\x9f\xa1\x3d\x35\x00\xe6\x3f\xe1\x2d\x02\x04\xc7\x00\x1d\xb5\x4d\x4e\x74\xc8\x35\x00\x8e\xda\x08\x11\x8b\x90\x28\x04\x0a\x51\xb5\x65\xa1\x88\x42\xfa\xa5\x06\xca\x6d\x88\x99\x11\x81\x0c\x31\x39\x5f\xa1\x0c\x11\x60\xb7\xab\x40\x0b\x6d\x9e\x41\x76\x94\xd3\xe6\x7d\xfc\x03\x89\x00\x98\xaa\x08\x6d\x9e\x62\x6d\xa8\x41\x33\x5b\x53\x44\x92\x8b\xa2\xba\x2c\xe4\x07\x80\x64\x6d\x2a\x48\x42\xe3\x45\x24\xb9\x68\xaa\x43\x42\x3a\x01\x3a\x6b\x9b\x70\x0d\x21\xaf\x4f\xb2\xa7\xa2\x52\x2d\x54\x6d\x06\x86\x09\x35\x0f\xe1\x75\x07\xc9\xb5\x4d\xe4\xa4\xd0\x30\x11\xdc\x6d\x32\x41\x45\x78\xb7\x03\x96\x5d\x5d\x40\xa8\x9f\x08\xac\x97\xc0\xc1\x46\x74\x47\xcf\x45\xd6\x15\x35\x54\x5a\xc6\xc0\x39\x89\x33\x61\xa6\xa9\x88\xbc\xb5\xfd\xe0\xc2\x84\xb7\x36\x26\x5f\x41\x6a\xc3\xfb\x18\xd3\xe6\xd9\x47\x95\x97\xb1\xae\xfc\x0a\x22\x1a\xbe\xe1\xa1\xef\x93\x07\x40\xfe\x3c\x16\x5e\x54\xfe\xe8\x7d\x8c\xe0\x47\x68\x61\x68\x79\x8c\x60\x10\x10\x2b\x33\x5b\x85\x99\xad\x4e\x17\x5a\x23\x03\xf9\xad\xba\xe2\xa1\x79\xad\x22\xf2\x76\x75\xc5\xc3\xf0\x5a\x45\x3e\xd2\x5d\xe3\x4b\xe8\xa7\x1d\x8f\x6d\xb1\xf6\xda\x27\x23\x6f\x97\xb9\xe6\x22\xbc\x56\xf1\xd0\x16\x8f\x6c\x68\xa0\x8c\x87\x71\xf1\xa2\x86\x37\x2d\x5e\x46\xcf\x8b\x1a\xde\xb4\x78\xf9\x11\xa1\x2a\xf4\x5c\x88\x8f\x95\xf0\x4c\xc8\x9f\x07\xfc\xf9\xe9\x6e\x6b\x8f\x0c\x9c\x95\xb4\x9a\x84\xf6\xc8\xf8\x18\x3d\xaf\x95\x60\x14\x01\x00\x85\x69\xe7\x62\x6b\x8f\xdc\x87\x6d\x4d\xaa\xc2\x2a\x6e\xda\xbf\xc0\xbe\x8c\xed\x45\xdc\x85\x99\x40\x63\xb7\x1c\xfd\x06\xf3\x49\xad\xa8\x00\x16\xb1\x0b\x1b\x68\x57\x6a\x14\x40\xb0\x30\xb3\x42\x6c\xef\xe6\x4e\x5e\xdf\x94\x77\x21\xa8\x45\x80\x64\x51\xd4\x8b\x6e\x2d\x96\x3b\x79\xfd\x62\x5c\xc1\x96\xc9\xdf\xe0\x82\x1a\x32\x20\x62\x45\x80\x58\x61\x5a\xbc\x30\x05\x59\x00\x5c\x51\xd4\x9e\x0a\x5b\x13\x64\x20\xeb\x07\x14\x6f\x6b\xa1\xdc\x24\x1a\x34\x20\x60\xcb\x22\x6c\x2e\xb5\x01\x01\x42\x56\xc4\x4e\x4e\xa1\xcb\x72\x6f\xad\x1a\x3b\x39\x85\x5e\x1c\x97\x1e\x96\x26\x33\x23\xbe\x3f\x04\xb6\x88\x9d\x44\xc1\xf4\x7a\xb1\xb5\x6a\x80\x75\xd1\x0b\xd4\x53\xac\x8b\x00\xd8\xa2\x13\x45\x16\x5b\xfd\x00\xf8\x16\x45\xad\xee\x56\x59\x09\xbe\x45\x97\xb5\xdd\x3e\xfe\x9b\x78\x11\xe0\xb1\x62\x2b\xf9\x03\x7f\xd1\x0b\x37\x65\x4b\x0d\x76\xe7\x47\xc8\xdb\x56\xa6\xdf\x1d\x67\x42\x48\xe5\x96\xef\xdf\x83\x71\x71\x2d\xb6\x4c\xfe\xe6\x0d\xd7\x61\x49\x04\x8c\xd8\xf9\x94\x77\x8d\x40\x5b\x01\x7e\x93\x8c\x07\x8c\x9a\x10\x02\x23\x00\x83\xee\x84\x6d\x05\x88\xd0\x59\xd8\x16\x13\xd2\x5b\x72\x93\xae\xc4\x00\x06\x31\x30\x02\x0c\x8c\x42\x3e\xab\xd8\xbe\xe1\x7b\x31\x7a\x18\x4d\x81\xa2\x03\x2c\x8c\x62\x50\xc3\x96\x66\x80\x7c\x61\xce\xbd\xd8\x9a\x33\x49\x13\x57\x8c\x73\x10\x39\x3a\x80\xbe\x28\x2a\x93\x05\x8e\x0e\xa0\x2f\x7a\xe1\x9e\x6f\xdf\x70\x60\x30\x2e\x05\xbf\x2d\xb1\x01\x0e\xc3\x54\x7d\x61\xaa\xb9\x10\x49\x5a\xe7\xa0\xad\xdd\x13\x3c\xe9\x5e\xd0\x30\x6f\xed\x9e\x3b\x1f\xff\x0e\xa8\x54\x98\x8f\x2e\x40\xd0\xe8\xc5\xbb\xe9\xe3\xbf\x21\x49\x40\x4a\xc5\xd6\x14\x0a\x90\x46\x51\xa5\xbd\xb5\x85\x6e\x48\xd2\xe5\xb8\x24\x49\x60\x6b\x74\x19\x42\x51\x35\x62\x43\x92\x64\x08\xb7\xa6\x12\x80\x36\x3a\xe1\x63\xb1\x25\x49\xe0\x66\xf4\xe2\x85\x51\xd7\xb0\xb1\x8b\xe8\x26\xb8\x15\x18\x80\x71\xea\xa7\xf7\x51\x81\x01\x14\x8d\xa2\xca\x7c\x6b\x04\x01\x4d\xc3\xdc\x81\x21\x04\x76\x00\x9a\x51\x54\x99\x3f\xca\x10\xcf\x41\x5b\xc5\xaa\xdb\x2a\xb6\x83\xf5\x32\x03\x5e\x80\xa3\x71\x81\xf1\x12\x8f\x34\x07\xa8\x8c\x0e\x62\x72\x3c\x5a\x46\x1e\x5c\x28\x41\xd6\x09\xd3\xe4\x05\x48\x52\x97\xe2\xf4\x23\x19\x7a\x92\xe6\x98\x6f\x30\x4c\x9c\x17\x0f\x21\x24\x4a\xd8\x22\x69\xc4\x23\xcd\x81\xa5\x7a\x54\x59\x92\x51\xaf\x1b\xa2\xf1\xa8\x8c\x04\x94\xca\xfc\x83\x61\x22\xbd\x20\x91\x5e\x07\x82\x27\x1e\x75\x0d\x80\x6c\x5c\x7a\x47\x3e\x52\x26\xf0\x33\xba\x2c\x82\x28\x56\xf1\x24\x51\xe9\x27\xbc\xeb\xa3\x0c\xf2\x20\x83\x68\x05\x78\x34\x7c\x3c\x37\xfe\xb0\xbc\x10\x8f\xa4\xe3\xa9\xfc\x88\x7d\xeb\x51\xb1\x00\x80\x46\xb9\xa6\x5f\xb1\x69\x4f\x63\xbd\x5c\x7b\xb9\x86\xa7\xf1\x23\x2f\xc4\x23\x9d\x00\x4d\xa3\xeb\x0e\x2e\xce\x78\x00\x8e\xd1\xb5\x95\x3d\x2a\xfa\x9e\xce\xe8\x6d\x5e\x5e\x1f\x2c\x8c\xa2\x5f\xcb\xa3\x79\xe2\x19\x78\xe2\x42\xdc\x1f\xfd\x26\x81\xbe\x28\x5a\x02\x1e\xcd\x13\x40\x5f\xf4\xcb\x2a\xfd\xac\x81\xbe\x30\xb7\x49\x3c\xf2\xfa\x0f\x74\x02\x34\x80\x78\x34\x50\x80\x86\x71\xa9\xb7\x78\xd4\x0f\x3c\x90\x0e\x5d\x36\x44\xc6\x08\x90\x31\x8a\xc6\x01\xa1\x31\xe2\x99\x38\xff\xda\xbc\x16\x8a\x67\x9d\x54\xd1\xbc\x04\x06\x38\x8c\x7e\x41\xa3\x1f\xd5\x81\xe0\x60\x74\x60\x60\xe2\x91\xd7\x07\xfb\xa2\x5f\xa7\x5f\xb9\x38\x10\x05\x83\xc2\x4c\x2c\x18\x4f\x12\x02\x73\x08\xc6\xa3\xca\x00\xc0\x8b\xab\xa3\xaf\x13\xea\x22\x9e\x6d\x5b\x83\x2a\xf7\x31\x09\xc1\xd5\xcb\xf9\xf7\xa7\x58\x24\x8c\x20\x37\xe1\xa5\xd6\xe4\x51\xc9\xf0\x3c\x0c\x1b\x36\xf9\x51\x3a\x00\x06\xbe\x80\xc5\x1b\xa2\x63\x04\x90\xf0\x5d\xb2\xfb\x68\x71\x7d\x92\x74\xf4\xcb\xa3\x2c\xcd\x00\x1d\xa3\x6b\xc2\x13\x37\x3e\x1e\x7d\xa9\xa1\x9e\x02\x5f\xc4\x03\x81\x00\xff\x2b\x1e\x45\x81\xe7\xe3\x30\x60\x7d\x7c\x24\x10\xcf\xa7\x13\x76\xfe\x28\xf2\x45\xbc\x68\x14\x6e\x7c\xbd\x5e\xd5\x8c\xef\xc1\x72\xc2\xff\xbc\x8a\x02\x2f\x0c\x8a\xe6\x97\x57\x3b\x29\xd8\xf4\x5d\x9a\xf1\x6a\xd3\x78\x0b\x7b\xca\xd5\x7f\x65\x4a\x5e\x60\xc7\xef\xcb\xaf\xba\x55\x9c\x22\x56\x42\x3c\x8c\x78\xe1\x53\x2e\x04\xf8\xd7\x40\x54\x60\x31\x8a\x01\x3f\xaf\xd6\xd4\x17\x0e\xc4\xe8\x1e\xc1\x2f\xe2\x85\x40\x18\x2c\xf6\x4a\x20\xc0\xc3\xe8\x17\x02\xd6\x2b\x81\x00\xde\xa2\x83\xd3\x1c\xaf\x4a\x8a\x97\x48\x54\xd0\x93\xe2\x55\xcd\x08\x9a\x45\xbf\x11\xb0\x4c\xc3\x18\xa4\x61\x2c\x80\x1b\x87\x59\x18\x03\xf8\xfd\xae\x81\xec\xd5\xd0\x00\x14\x7f\x37\x1c\xeb\x55\x6f\x01\x0e\x86\xf9\x6a\xe2\x55\x1e\x79\x61\x37\x34\x90\x99\xbd\x31\xcc\xde\x08\x3c\x42\x08\x8a\x11\x80\x62\x94\x9b\xc7\x4c\x50\x8c\x00\x14\xe3\x52\x47\xf6\x6a\x40\x05\x15\xa3\x18\xae\xf4\x6a\x7b\x00\x0a\xa3\xeb\x41\xf3\xca\x94\xbc\x80\x2b\x1a\xc1\xf4\xea\x6a\x01\xf0\x45\x37\xb4\xeb\x55\x23\x01\xf2\x45\x01\xae\x20\x5e\x7d\x2e\x81\xbc\x28\x37\x0f\xd0\xab\xfa\x01\xe4\x8b\xfe\x3b\x26\xaa\x1f\x00\xba\x28\x5a\xb0\x5e\xf5\x93\x00\x5d\xf4\xdf\x31\x91\x24\x01\xa0\xd7\x81\xc6\x08\xf1\x2c\x02\x3c\x8b\x02\xca\x40\xbc\xda\x47\x5f\xe9\x0f\x44\x50\x78\xbd\x78\x11\x64\xf4\x0a\x79\x0d\x5a\x7d\x01\xe7\xd5\x82\x25\xec\x45\x90\x8f\xb2\xff\x16\x5a\x43\xc3\x8b\x20\x73\x73\x3b\x84\xe5\x8b\x17\x32\xf2\x5b\x09\xc9\xc8\x0b\x19\x31\x96\xeb\xd5\xd0\x00\x66\x85\xb9\x07\xe3\x55\xf8\x00\xbf\xa2\x68\xfa\x7a\x75\x7b\x7a\xb9\xdb\x1a\x9f\x5e\x15\x88\x40\x5b\x74\x2d\x4d\xaf\x51\xa2\x60\x5a\x14\x0d\x64\xaf\xfc\x00\x40\x16\x1d\x24\xe5\x78\xf5\x8e\x7c\x51\x20\x6a\xb8\x7b\x8d\x13\x7d\x91\x47\x34\xcc\x08\x6a\x11\x00\xfe\x75\x8d\x29\xaf\x56\x05\xb0\x2d\x7a\x85\x5b\x7e\x95\x5a\xde\x64\x0b\xae\xee\xed\x90\x02\xbc\x88\x28\x60\x2d\xc7\xab\x55\x13\x6c\x8b\x0b\x1c\xcd\xf8\x54\x20\x82\x5a\xd1\x8d\xf9\xfe\x14\x51\x40\xb0\x28\xce\x51\x08\x8b\xf8\x20\x0a\x60\x2f\xc7\xa7\x55\x01\x24\x8b\x5e\xb9\xdb\x9f\xfe\xd6\x5f\x81\xc6\xc2\x10\x8a\x6a\x11\x5f\xa1\x79\x2e\xb2\xa8\x16\xf1\x15\x9b\xaf\x54\x85\x55\x0f\x55\x34\xaf\xed\xe1\x3b\x59\x68\xb4\xab\x9f\xb6\x87\x0f\xe9\x82\xbc\x3d\xf1\x29\x5d\x7c\x5e\x64\xee\xd0\xa7\x8d\x91\x14\x10\xbd\x72\x7c\x3f\xa5\x0b\xc0\x2c\x8a\xd6\xb4\x4f\xbb\x22\xc0\x16\x5d\xb3\xd2\xa7\x09\xe1\xbb\x0d\x08\x61\x42\xde\xed\x0f\xb9\x41\x85\xda\xa7\x02\x12\x38\x8b\x42\x6a\xc7\xf8\xd4\x36\x02\x67\x61\x0a\xc0\xf8\x54\x2d\x02\x67\x71\x91\x19\x2c\x3e\x55\x8b\xe4\x35\xed\x95\x37\xfc\x53\xb5\xf8\x35\xf6\x11\xee\x4f\x6c\x8b\x00\x6a\xa2\x1b\x05\xf5\x69\x1c\x20\xc3\xa9\x59\xf8\xe2\xf3\xf1\x07\xf5\xa1\x37\x64\x90\x4f\x4d\x1c\xe0\x0d\xdd\xa0\x1b\x10\x1c\xb2\xa8\x0c\xa2\x51\xe5\x50\x79\x64\x0d\x71\xf9\x94\xe9\xc9\x60\xd1\x0d\x5e\xf9\x64\xd9\x01\x72\x28\x9a\x40\x3f\x9f\x62\x72\x5a\x74\xe3\x59\x3e\xc5\xfc\x4f\xec\xa8\x5f\x95\x5f\xed\x9b\xf0\x12\x76\x48\x1d\xdb\x07\x4f\x2d\x2f\xf6\xc9\x53\x83\xd5\x50\x3c\x98\x9f\x4f\x26\xb8\x0d\xbd\x71\x61\x3e\x8d\x75\x5f\x5e\xb8\xde\xe6\xbf\x70\x8b\x36\x4d\x6b\x98\xa6\xd5\xe8\x41\xa1\x1e\xe2\x83\x0b\x07\x78\x37\x3e\x7d\x99\x81\x77\x28\x15\x15\xef\xa7\xc5\x0f\x78\x87\xae\xad\xe5\xd3\x61\xe9\x83\x31\xef\x9e\x48\x55\x70\x5f\xde\xc7\x0e\x10\x6f\x08\xec\x10\x00\x34\xf4\x5e\xea\x7f\xfe\x6c\x01\x1a\x36\x59\x3a\x3a\x66\x8e\x6d\x92\x8e\x7d\xc0\x00\x63\xd3\xd8\xc2\x2a\x6c\x70\x0f\x3a\xf1\x1f\x5b\xdc\x83\x4d\x4a\x8d\x4e\x78\xc4\x06\x03\x21\x0b\x2e\x75\x1e\xd2\x0d\x06\xc2\x9f\x4d\x0e\x8d\x4e\xc4\xc4\x06\xf1\x20\x8b\x1c\x2a\xd8\x6e\xfb\xc0\xa8\xb5\x0f\x24\x59\x34\xee\xfb\xa8\x36\x9f\x5c\x69\x47\xe3\xbe\x49\x93\x91\x05\x3f\x16\x7e\xc4\xa8\xb5\x41\x3b\x28\xdc\xf3\x7d\xa0\xd7\xda\x24\x8d\xed\x28\xce\xb7\x39\x63\x37\xe8\x03\x7d\x38\xc7\xe9\xb4\x21\xe1\x35\x19\xf3\x2d\x14\xc1\x3e\x38\xa4\x38\x76\xef\x63\xfa\x63\x72\x92\x7d\x34\xbf\x9a\x56\xd1\x96\x2b\xb1\x6c\x6b\xd9\x16\x43\xe5\xdc\x6e\x90\x07\x2e\x42\x82\xb6\xc8\x03\x9b\xa4\xb2\x1d\xb7\xea\x7d\x60\x75\xda\x07\x56\x27\x10\xdd\xb7\xd9\x35\xf6\x41\xe2\x22\x42\x37\xb7\x99\x67\x37\x99\x67\xcd\x90\xb6\x45\x28\xd8\xc0\x12\x14\xcc\xda\x1b\x6c\x82\x2c\xe0\x53\x92\xf6\x6f\xb0\x09\xb2\x08\x10\xce\x98\x76\xd8\x23\xd2\x27\x08\x0c\xfb\x08\x7b\x44\xfb\x55\x9d\xf6\x76\x25\x36\xfb\x38\xe9\x71\xbb\x12\x9b\x1e\x1b\x6d\x6d\x27\x84\xb9\x0a\xc0\x85\x0d\x62\x41\x16\x6c\x5a\xb7\x2d\x9b\x7f\x98\x50\xa3\xc7\xc7\x09\xc1\x49\x8e\xc1\x1c\x1f\xdb\x7a\x6c\x8b\x1f\xb1\x60\xed\xc3\x73\xef\x7a\x3d\x6e\xed\xcb\x4a\x78\xe4\x70\xab\xd9\xa6\xd1\xad\x2e\xce\xeb\xda\x73\x15\x86\xa3\x7f\xdd\xb4\x97\xb5\x9f\x6c\xc7\xeb\x50\x61\x41\xc7\xe4\xe4\x7c\xb6\xf5\xd9\x96\x55\xae\x57\x3e\x40\x9d\x1c\x0d\xbb\x78\x61\x0a\x2c\x28\xc1\xa8\x5b\xd0\x83\x5d\xb8\x43\xf3\x18\x54\x55\xab\x3a\x11\x5a\x07\x55\xd3\xaa\x8f\xaa\x1c\x57\xe1\xb5\xd9\x00\x1b\x98\x48\x6e\x9b\xe6\x64\x03\x63\xd0\x51\x76\xef\x02\x73\xb9\xc1\x31\x28\x84\xb1\x6e\xc0\x0c\xb2\xc8\x95\xc0\x65\x77\x93\x04\x25\x8b\x3b\xbf\x62\xda\x82\x1a\x6c\x40\x0d\x4c\x54\xb6\x81\x2e\xc8\x82\x55\x65\xda\x05\xf7\xbd\x4d\xc2\x94\x02\x09\xdf\xe5\x72\x42\x17\x13\x82\x02\x14\x58\xd0\x0d\x48\x41\x21\x92\x75\x8b\x52\xb0\x41\x29\xe8\xf3\xf2\xc7\xc7\xaa\x3c\x00\xa8\xd7\x77\xb9\x6c\x9e\xbc\x0a\xcd\x25\xbc\x1d\x3d\x5c\x29\x1a\xf7\x0d\x3e\x41\x16\x36\xcf\x1c\xe1\x4a\x77\x41\x2f\xd6\x5c\xc2\xdb\xb6\xa0\x26\xa4\x95\xd8\xa2\x12\x6c\xf3\x19\xe3\xb1\xb0\xc5\x20\xd8\x25\x89\x4a\x27\xd0\x62\x17\xa9\x09\x50\x04\x1d\xf7\xca\x0d\x1e\xc1\x9f\x5d\x92\x39\xbd\x48\xff\xb2\x85\x25\xd8\x40\x11\x74\x5c\x2e\x37\x78\x04\x59\xd8\x3c\xe3\x82\x51\xdd\xe4\x85\x29\xcd\x4d\x6b\xae\x04\x8c\x2a\x3a\xfe\x6d\xfe\xe4\x6d\xfe\x64\x54\xe2\xbb\x48\x86\x40\x2a\x30\x87\xdd\x06\xa2\x20\x0b\x7e\xe4\xf8\x0a\x42\xb0\xcb\xf0\x47\x86\x3a\xdc\xda\x71\x33\x54\xe6\x38\xdc\x5a\x18\xd5\x39\x18\xfd\x70\x6b\x49\x1a\xd1\x3c\x13\xd3\x09\x4d\x8e\x89\x27\x67\xda\x16\xe9\x3a\xda\x45\x5b\xd3\x09\x21\x28\x13\x06\xb6\x45\x2b\xd8\x05\x46\x15\x67\xc2\x6d\xb2\xe6\x6d\xb2\x66\xa2\x71\x77\x91\xa4\x15\x8c\x62\x60\x21\x6c\x01\x0c\x36\xc9\x70\xcc\xa1\xb7\xcb\x72\xed\x93\xb2\x0d\x22\x2e\xb6\x98\x06\x1b\x00\x83\x71\x78\x98\xc2\xb6\xd0\x9e\x11\x9d\xb6\x4b\x78\x00\xf0\xc8\x1b\x2e\x21\xaa\xb2\x0d\xcc\x81\x69\xf6\x36\x49\x73\xb2\xa0\x2d\x47\xbf\x1d\xfd\x5e\x54\xfd\xdd\x56\xbc\x8b\x84\xab\x3c\xb4\x6b\xef\x8f\xab\x42\xae\x9d\xe6\x59\x7b\x9c\xdc\xc3\x4c\x4e\xce\xc7\xeb\x4d\x79\xf9\xd1\x9b\xf2\xba\xcd\x49\x86\xc6\xe1\x42\x49\x7f\xca\xcb\x8f\xde\x94\xcf\x6d\xfe\xd8\x66\x28\xb1\xa9\xaa\x77\x81\xfe\x34\x28\x71\xf9\x9c\x5c\xf2\xc4\xe3\xb8\x69\x4b\x92\x54\xf0\xf4\x03\x1a\x79\x8b\x84\xb0\x41\x42\x18\x00\xbd\x6d\xd3\x59\xef\x33\x29\xd3\xc0\x51\x6c\x9f\x92\x24\x80\x0d\x06\x46\x87\x6d\x32\xeb\x6d\x32\x6b\x1c\x53\x36\x58\x06\x59\x10\x79\x09\xbd\x3e\x61\x80\xf7\x09\x03\xdc\x38\xb7\x27\x66\xb4\x4d\xe2\xeb\x71\x24\xd3\xba\x4f\xcc\x68\x9b\xbc\xd7\x66\xfa\xdb\x24\xbf\xfe\xb3\x4f\x08\x57\xb3\x4a\x46\x02\x30\x04\x73\xff\x6d\xc1\x10\x36\x60\x08\x83\x04\x0e\x1b\x14\x84\x2c\xec\x91\xaf\x2e\x27\x84\xf6\xbe\xf1\x68\x88\x7c\xb0\x49\x58\x64\x2e\xc0\x7d\xa2\xaa\xdf\xe7\xc5\xce\xa7\x68\xbe\x01\x46\xc8\x82\x53\xc4\xda\x9f\x52\x29\x00\x10\x06\xb1\x20\x1b\x14\x84\x2c\x92\xf7\x04\x46\x75\x9f\xb7\x73\xbc\x59\x55\x58\x97\x13\x66\x7a\x83\x7c\x50\x9a\xcd\xcb\xcd\x9c\x29\x28\x0f\xa0\xe3\xf6\x59\x9d\x50\xb2\xd9\x03\xe8\xb8\x7d\x4a\x92\xce\xa4\x39\xa3\x1c\xfc\x88\x95\x6e\x93\x32\xe9\x1a\x6c\x2d\x79\x93\xb2\xc8\x55\x05\x5a\x75\x9f\xcd\x1d\xc2\xfd\xae\x71\x11\x4d\xf5\xbd\x49\xf5\x3d\x70\x98\xd9\x66\xfa\xde\x64\xfa\x1e\x38\xcc\xec\x53\x62\x03\xde\xc1\x28\x27\x6d\x75\xdb\xea\xb6\xc5\x20\x86\xa3\x4f\xb1\x77\xe0\x98\xb2\xcf\xe1\xda\x0f\xd6\x9e\x1b\x2c\xfa\xc1\x06\xfd\x60\x10\x58\xb2\xcd\x23\xbe\xc9\x23\x6e\x1e\xc1\x7d\x4a\x6c\x00\x33\x18\x05\x96\xea\x9c\x0e\x75\xb1\x38\x37\x6b\xbf\x5c\x68\xd2\x00\x81\x63\xb0\x4f\x99\x25\x70\x0c\x46\xf1\xac\x2e\xd7\x2b\xa9\xc9\x28\x9e\xd5\xe5\x3e\xc2\x2c\x01\x77\xb0\x45\x32\xd8\x67\x40\xc2\x3d\xf7\x61\xf3\xa8\xea\xbb\x4b\x28\x1b\x04\x92\xc1\x35\x6c\x4b\x36\x88\x2c\xe3\xa3\xc0\xc4\x9d\xdb\xad\x85\x0d\x22\x1c\x7c\x8b\x77\xb0\x4f\x88\x4d\xf1\x76\xc8\x06\x01\x81\x30\xb0\x17\xec\x53\x62\x03\xa2\xc1\x28\xde\x8e\xc7\xb6\x80\x96\x95\x47\x3c\x1f\xe7\xf8\xb0\x84\x9d\x95\x78\x1c\x84\xa9\x6a\xdd\xc7\xd7\x33\x61\x46\x65\xc8\x90\xe0\x04\x1b\x70\x82\x81\xd3\xc7\x16\x9c\x60\x9f\xf8\x0d\x77\x58\x04\x80\x0a\xfe\xec\x13\x6a\xd2\x79\x34\xce\xcf\x7d\xc4\x08\x08\xd0\xc1\x06\xaa\x20\x0b\x92\x24\x43\xfb\xcd\xa6\xb5\xc9\xa6\x35\x08\x5d\xd9\xa6\x38\xdf\x40\x17\x5c\x64\xe9\xdd\xe0\x17\x64\xc1\xb4\xe1\x1a\x2e\x84\xee\x0d\x74\x41\x21\x50\x7d\x5f\x52\x93\xcb\xd4\xf8\x1c\x00\x20\x0d\xfe\x6c\xd0\x0c\x4c\x97\xb8\xc5\x31\xd8\x17\x3a\x36\x1c\x9f\xf6\x25\xcf\x03\x9e\xc1\xc0\x5e\xb0\x2f\x74\x6c\x1b\x3c\x03\x73\x2a\xee\x4b\x02\x03\x6a\x81\x29\x15\xf7\x85\xdf\xf0\x06\xbc\xa0\xa0\x1f\xd8\xa2\x16\xec\x0b\xd2\x81\x7b\xd4\xbe\x50\xbb\x6d\x12\x82\x8d\x93\x85\xbe\xb0\x05\xee\x0b\x9e\x07\xa8\x86\x2d\x90\xc1\x26\x3b\xfb\x20\xd7\xc5\xbe\x50\xc2\x6f\x92\xb3\x0f\x70\xe9\x36\x38\x07\x59\xf0\x56\x42\x86\x84\x3b\xd8\x57\xf2\x39\xa6\x57\xdc\xd7\x6d\xf3\x37\x07\x00\xca\x74\xdd\xce\x31\x99\x9a\x71\x72\x87\xae\xdb\x09\x41\x60\x4e\x57\xa2\xba\xf6\x50\x13\xd4\xfe\xfb\x92\x9a\x80\x84\x30\x88\xad\xd9\x97\xdc\x0c\xc0\x07\x26\x51\xdc\x57\x73\xf4\x8d\x25\x84\x75\xb9\x94\x8d\x2e\xf8\x14\x9c\xbb\xf6\xd5\x7e\x3f\xb2\x12\x10\x77\xf0\x0f\xb2\xe0\xc7\xc6\x8f\xdd\x1f\xbb\x3f\x5a\xe5\xd6\x76\xd3\xf2\xb3\x5e\x18\xfe\x36\x30\x08\x03\x4b\xf7\xbe\x86\xdb\x31\x4c\x8e\x4f\x8f\xf2\x29\xe0\x21\x8c\x73\x1c\x7f\x7f\x8a\xcd\x60\xbf\xc9\x60\x6f\xa6\xc6\x7d\x49\x6c\x48\x60\x3f\x00\x9c\xd9\x97\x3c\x0b\x70\x09\x97\x1c\xbd\x29\xed\x37\x70\x09\x03\x30\xbb\x7d\x49\x7f\x48\xd3\x66\xca\xc5\x2d\x50\xc2\xbe\x20\x49\xa7\x47\x79\xb9\xc2\x8b\x6d\x86\x01\x06\x47\x21\x8b\xdc\x66\x22\xa1\xb7\x99\xf0\x37\xd8\x09\x03\x6b\xc5\xbe\xc2\x6d\x4e\x6e\xe6\xc2\xef\x65\x5f\x4a\x66\x57\x92\xa1\x8b\x44\x6f\xfb\x0a\x97\x20\xe9\xcf\xc0\x76\xb0\x85\x53\xd8\x57\xd0\x16\x72\xf8\xb5\xdd\xf9\xcd\x57\xb0\x31\x40\x24\x64\xf1\xd0\x96\x55\xde\xa7\xc7\x1e\x69\xeb\x71\x42\xc9\xae\x0c\x4c\xbe\xfb\x52\x9a\xba\x9e\x5f\x92\x78\xaa\x5c\xc2\x94\xa0\xc6\xe5\xf1\x7b\x6c\xeb\x35\xf5\x3b\x07\x4b\xfa\x03\x7c\xc2\xc0\xda\xba\xaf\xd7\xb6\x70\x25\xc6\x8b\x6e\x5f\xaf\xa3\x4f\x0e\x66\x60\x6d\xdd\xe4\xf3\xcf\xe2\xa2\x8a\x1f\x95\xa6\xae\x5f\xd6\x6d\x06\x21\x37\x73\x7d\x34\xef\xad\xfb\x5c\xd5\x6f\x51\xc5\xad\x93\x24\x01\xb2\x30\x80\x59\xdf\xb7\x32\x17\xc0\x0a\xa6\x60\xdc\xa0\x2b\x64\x91\x0f\x36\xae\x43\x5b\x44\x85\x0d\x8a\xc2\xc0\x5e\xb0\x6f\xb9\x19\xf2\xe0\x0d\xd0\x05\xf6\x8d\x11\x70\xdf\x49\x73\x4c\xd3\xb8\x81\x57\xc8\x82\xdd\x86\xec\xde\xd2\x9f\x3b\xd9\x15\x13\x37\x6e\xf1\x13\x36\x08\x09\x03\xf8\xb9\x2d\x36\xc2\xbe\x4f\x7a\x44\xe8\xbe\xe5\x53\x6e\x02\xa3\xd1\xf1\xef\x5b\x32\x02\x1e\xc2\x40\xc7\xbf\x01\x45\xc8\xc2\x3c\xd5\x8c\xfe\x76\xa8\x29\x14\x0d\x42\x65\xb6\x40\x08\xfb\x86\x66\x60\xe7\xda\xb7\x34\x03\x6c\x84\x81\x9d\x6b\xdf\x0a\x45\x40\x24\x5c\xca\x82\xe6\xf8\xdb\xa0\x1f\x98\x86\x71\x03\x81\x90\x05\xd8\xdf\x3c\x07\x77\x75\xf4\xc9\x88\x8c\x1b\xae\xe1\x56\xdc\xb9\x11\x77\x80\xe2\xdf\x62\x21\xec\x1b\xca\x82\x12\x7e\x83\x8b\x90\xc5\xa2\x8a\x55\x95\xb2\x80\x7f\x30\x6e\x07\xd1\x6d\xab\xdb\x16\xdb\xd1\x9d\x50\x92\x91\x81\x7d\x65\x0b\x7c\xb0\xef\xc1\x8f\x28\x4f\xee\xe1\x7a\x25\xe9\x30\x71\xe3\x06\x17\x21\x0b\x76\x88\xa7\xe5\x96\x4e\x80\x7f\x30\x88\xb0\xdc\xf7\x74\xa8\x93\xf5\x82\xa7\x16\xe5\x60\xdf\x50\x00\x6c\x0f\xfb\x5e\x2e\x4e\x12\x02\xf3\x33\x6e\x40\x10\xb2\xe0\xd6\xda\xa3\x44\xe1\x5e\xb4\xd5\xac\x72\xa1\xbd\xee\x1c\xf2\x3b\x1c\x3d\x82\x0c\x56\x85\x2d\xb4\xc1\xbe\xb9\xee\xd8\x0b\xf6\x1d\x2e\x4e\xb0\x69\x9e\x1c\xb5\x2e\x37\xe6\x3d\xf0\x01\xf6\x2d\x05\x00\xed\x60\xdc\x5c\x98\x5b\x15\x0b\xa0\x07\x97\x92\xec\xbd\x9d\xd0\xc3\xe8\x3d\x4c\xf2\x16\x37\x14\xe0\x86\x63\xbb\x1f\x17\x27\x29\xc0\xa8\xee\xa3\xfa\x14\xa0\x11\xae\xe9\x4a\x48\x14\x40\x3d\x30\xd3\xe2\xbe\xd5\xa7\xdc\xc4\x42\x4e\x17\xe7\x75\x42\x08\x2f\xd5\xc3\xa4\xf0\x72\xc3\x6e\x28\x31\x8a\x81\xb0\x6f\x28\x40\xfd\x55\xb9\x84\x79\xeb\x07\x6a\xd9\x7d\xcb\x81\x80\x81\x60\x3e\xc5\x5d\xbd\xdb\x40\x21\x14\xa5\xbc\x8a\x49\x6f\x57\x24\x95\xca\xf9\x12\x03\x61\x57\xee\x36\x88\x69\xbb\xaa\x3c\x01\x16\x61\x00\x8f\xb6\xab\x77\x1b\x94\x83\x81\x8e\x7f\x57\x05\x0e\x10\x0c\xcc\x9a\xb8\xab\x2c\x42\x85\x45\xc0\x43\x76\x83\x6c\x90\x85\xc9\x5b\x19\x17\x96\xb9\x5d\xe1\x1a\x88\x13\xd9\x55\x16\x01\x58\x83\x81\x2f\xf9\xae\xaa\x45\xaa\x29\xe9\x2e\xbf\xb2\xad\xcb\x84\xac\x7c\xa5\xc2\xa3\xe6\x15\x1f\x15\x4e\xb2\x2a\x70\x54\xf3\x6d\x21\x70\x08\x69\xb0\x2b\x14\x80\x00\x93\x5d\x55\x8b\x54\x73\xb4\xa3\x29\xa9\xca\x20\x40\x1b\x0c\x00\x4b\x77\xc5\xa3\x78\x57\xb3\x11\x43\x57\x2b\x96\xb9\x5d\xab\x99\x21\x59\x2f\x95\xac\x20\x1f\x5c\xf3\x5f\x78\x50\x6f\x81\x11\x76\x35\x65\xb1\xf3\x6d\xf6\x6e\x8a\x2c\x34\xa2\x42\x23\xec\x0a\x19\xc1\x80\xb1\x6b\x73\x1f\x1a\x3b\x8f\xe0\x57\xa5\x19\xe0\x20\x98\xf5\x71\x57\x55\x24\xc0\x21\x14\x20\x55\x76\x95\x1b\xa9\xd2\x0c\x6e\x5d\xed\xae\x4a\x32\x25\x03\x7c\xd4\x5d\xd5\x9a\xd4\xa4\x26\xd7\xfc\x55\x39\xd4\xfe\x4b\x63\x97\x55\xc3\x45\x1f\x2c\x3a\x9c\xb3\x98\x0a\xbb\x42\x59\xb0\x7c\xec\xaa\xb8\x53\x91\x6d\xf0\xf5\xdd\x55\x45\x4a\xc5\xe2\x37\xb8\xd4\x15\x8b\xdf\x26\xd7\x69\x01\x9e\x65\x57\x39\x10\x90\x17\x8a\x9c\xa0\xc8\x0b\xbb\x4e\xdb\x62\x10\xd3\x53\x94\x64\x68\x90\xdb\x7f\x57\xe9\x4f\x45\xdc\x51\x93\x26\xaa\xc2\xae\xe6\x8c\x45\x5d\x5c\x95\x6d\x80\x52\x18\x8d\x5b\x57\x95\x6d\xea\x2f\x35\x17\xdb\xa1\xd6\x04\xe4\x04\x73\xd7\xee\xaa\x20\x53\xb7\x3f\x32\xed\xed\x8f\x9b\x5c\x62\x93\xd1\x4b\x46\x00\x48\x30\x21\xed\x16\x21\x61\x57\x74\x20\xed\xb4\xca\xf5\x4a\x02\x33\x08\xe1\xd9\x55\xca\x52\xd1\x81\x34\xef\xe6\x6b\x8f\x2f\x6d\xc1\x98\x57\x19\x89\x8a\x20\x03\xbe\xcb\xae\xaa\x65\xc1\x4e\x30\x3f\xe4\xae\xca\x36\xf5\x65\x1f\x1d\xd7\xeb\x4a\x24\x8b\x51\x7c\xd6\xab\x5c\x03\x38\x0a\x45\x25\xa9\x38\x0a\xbb\xa2\x16\x69\x5e\x0b\xd5\x22\x40\x2b\x98\xfd\x76\x0b\xad\xb0\x1b\x94\x05\x27\xe1\xdd\xd4\xd4\x36\x18\x09\xc2\x81\x76\x53\x2d\x02\xda\x42\x99\x4c\x48\xb4\x85\xdd\x0e\x9b\xb7\xea\xb1\x8a\x7d\x44\x2f\xdf\x94\x6d\xc0\x61\x28\xf3\xca\x41\x34\x49\x52\x43\x90\x01\xc8\x6d\x37\x95\x27\x00\x31\x14\x55\xa9\x22\x30\xec\x86\xf5\x70\x42\x20\x40\x63\xc8\x82\x55\xe5\x5a\x35\x55\xbc\x0d\x71\x07\x28\xb7\xdd\x14\x77\x00\x67\x30\xfb\xee\x6e\x12\xae\x76\x31\x08\x9e\x4f\xc0\x17\xb2\x60\xed\x1d\xaa\x0a\x8f\x46\x86\x2d\x42\x67\x77\x53\x44\x69\xd8\x18\x27\x6f\xa5\xb0\x0c\xbb\xa1\x16\x01\x2b\x73\x37\xcd\x37\x20\x35\x98\xa8\x72\x37\x6c\x8c\x1b\x2c\x86\x81\xab\xd5\x6e\x92\x24\x80\x17\xca\x44\x3a\x68\x92\xa4\x06\x49\x52\x23\xda\x30\x3b\x6e\x70\x19\x06\xc6\xb6\xdd\x24\x49\xa4\xd4\x1d\x84\x29\xed\x26\xcd\x01\x9e\xa1\x4c\x88\x60\x93\x4f\x21\xe3\xee\x68\x9c\xfb\xa6\xa6\x96\xbc\xbb\x03\x90\xc8\xdd\xd4\xa7\x90\x83\xf7\x56\x35\xd8\x24\x43\x20\x36\x0c\x50\x22\x77\x53\x9f\x02\x62\x43\x51\x07\xdb\x9a\xfb\x08\x19\x9a\x4e\xbb\xbb\x12\x08\x45\x8d\x8b\xdc\x14\x8a\x40\x6f\x28\xf8\x59\x6f\xd1\x1b\x76\x43\xc5\xa2\x2a\xa3\x75\x17\x3a\x65\xa3\xd1\x5d\x68\x95\xb7\x0d\x09\x08\x47\x9e\xdd\xa4\x39\x6d\xd8\x16\xcd\x0f\xf7\x11\x9a\xa3\x3e\x97\xec\xbf\x7f\x76\x4b\x9a\x33\xd4\x48\x98\x03\x78\x9b\x03\x78\xc2\x22\x34\x79\x9e\x86\xd6\x45\x95\x41\x53\x79\xdb\x92\x1a\x0d\x5c\x56\xb6\xf0\x0f\xbb\x21\xf5\x10\xf2\xb4\x9b\x8a\x98\xb6\x6c\x8b\x43\xae\xf2\x16\xc8\x87\xd1\x3d\xd1\x2a\x6f\x1b\x52\x8f\xb6\xc0\xa6\xd4\xd3\xb0\xb6\x12\x30\xbe\x85\x84\xd8\xa4\x14\x36\x57\xe6\x6e\xe1\xda\xa7\xf0\x33\x54\x06\x34\x4d\x54\x2d\x19\x24\x93\x0b\x6f\x21\x21\x76\x43\x10\x22\xa1\xe6\x16\x12\x62\xb7\xa4\x5f\xa6\x02\xde\xc0\x43\x64\xc1\xb8\xbc\x8f\xca\x46\x20\x43\x9c\x87\x6b\x2f\x49\x6b\x28\x62\xba\xe7\x5e\x92\x06\x70\xc4\x7d\x48\x14\x24\x69\x00\x47\x0c\xf0\xee\xb6\xc0\x11\x1b\xb0\x88\xd1\xbd\x0a\xea\x66\x00\x8b\x38\x71\x55\xdf\x4d\x71\xa9\x91\x30\xf7\x77\xbe\x54\xfe\x82\x25\x31\xba\xb7\x56\xfe\x09\x2c\x89\xfb\x70\xa1\x25\x7c\x60\x49\x0c\x6d\xa7\x62\x49\x6c\xb0\x24\xce\xa3\xfc\xdd\x56\xbc\x85\x9a\xd8\xed\x65\x8c\xbc\x95\x4d\x0b\x56\x7b\x39\x6b\xbc\x95\xa2\x4f\x6c\xf2\x1e\x0f\xe0\xf6\x76\x53\x0d\x04\xe2\xc4\x09\xd8\xd0\x6e\xaa\x8b\x41\x9f\x18\x9d\x1b\xdc\xa5\x8b\x1d\xba\xd8\x39\x91\xc2\x4f\x6c\xf3\x25\xbb\x76\xe2\x4f\x6c\xd2\x25\x0f\x65\xc1\xae\x51\xab\x1f\x9c\x35\x2e\x75\x97\x2e\xf6\x22\x34\x14\xcd\x17\xdb\x2a\xb6\x65\x55\xb7\x8a\x71\x41\x76\xbb\x4a\x65\x80\x2b\x86\xf6\xca\xae\xe9\x0b\xfc\x8a\x9b\xa4\x29\xbb\x4b\x2a\x3b\xa4\x52\xe3\x24\xb8\x16\x59\xb0\x35\x68\x31\x85\xb7\xd8\x1d\xea\xa9\x80\xd5\x95\xdf\x3a\x7a\x66\x90\xfa\x36\x50\x17\x59\xd8\x16\xd3\x56\x33\xd4\x2f\xdb\xe2\x47\x79\x3c\xa0\x2b\x6e\x15\xfa\x5d\xd3\x57\x47\xa4\x23\x19\xd9\xee\x8a\x74\xc0\x59\x9c\x07\x07\xbe\xcb\xf6\x81\x67\x31\x34\x31\x89\x67\xb1\xc1\xb3\x38\x09\x58\xdf\x5d\x1a\x0b\xae\xc5\xad\x71\xa0\xcb\xf6\x81\x6b\x31\x06\xa6\xc2\x7e\xdb\x3c\x39\x6a\x09\x3f\xd8\x5d\x29\x0f\xf8\x0a\x33\x38\x6f\xe1\x2b\x36\x59\xa7\x4d\xf2\xb9\xbb\xca\xa2\x9e\x44\x74\x00\xe9\xb7\xcd\x43\xbd\xc1\xac\x18\xda\x5a\xba\xca\x22\x30\x2b\x4e\xc0\x9f\x76\xc7\xfb\x6a\xf7\xc6\x1d\xe0\xc8\x75\x55\xcf\x1d\x29\x6f\xb8\x69\x4a\x79\xbd\xb3\xb5\xd0\x6b\x31\x2d\x76\x87\x7a\x92\xdd\x6c\x77\x39\x36\x60\x2e\xc6\xe0\xf1\xef\xdd\xe6\x3b\xeb\x05\x25\x16\xc1\x62\x9b\xf7\x1a\x00\xa8\xdd\x15\xfc\x3a\xa9\x56\x35\x0e\x88\x57\xb1\xfb\xe0\x47\x4f\xa1\xd6\xfc\x3e\xd9\x34\xe8\xa2\xf0\x14\xbb\x93\xaf\x98\x90\x83\x0d\x30\x45\x16\x1f\xb0\x62\xcc\x51\xd3\x3d\x00\x14\xe7\xe1\x91\x53\x16\xec\xab\x51\xc5\xda\xab\xfa\x01\x80\xe2\xfe\x2d\xb4\x1c\x1b\x60\x14\xe7\xe1\x61\x92\x63\x03\x8c\x62\x80\x48\xb8\xbb\x74\xb1\x93\x18\x4d\x2b\x4c\x97\x2e\x82\x36\x31\x86\x6d\xa9\x8d\x06\x6d\xe2\x2c\xf0\x88\x5d\xf1\xb0\xa7\x48\x78\x12\xf8\xbb\x41\xa1\xc8\x82\x55\x85\xd8\x74\xc5\xc3\x4e\x5e\xe5\x82\xde\x54\x7c\x8a\xdd\x21\x95\x20\xc3\x6d\xf1\x29\x76\x7f\xfc\x91\x4d\xd3\x90\xde\x21\x5c\xc3\x55\xd5\x6a\xd5\xa1\x52\xc3\x8b\x2c\x7b\xd6\x51\x3d\x0f\x2f\xb2\x34\xa7\x23\xe5\x69\x81\xef\x9f\x3d\x42\x4d\x34\xa4\x8b\x3c\xb1\x47\x12\x95\xb3\x14\xab\xba\x55\x91\x55\x1c\xb9\xa1\xba\x86\xec\xe0\x83\x10\xb1\x6d\x72\xf0\x0d\xda\xc4\x09\xf2\xd5\x1e\xaa\x8b\x47\x69\x54\x0d\xaa\x6c\x2b\x39\xab\x21\xbf\x39\xa4\x13\x20\x4f\x9c\x64\x1a\xdb\x22\x4f\xec\x01\x9d\xd0\xdc\x2e\xf2\xc4\x1e\x28\x75\x64\x2e\x87\x44\x01\x1c\x89\x31\x1d\xaa\x26\x72\x70\x24\x4e\xad\x1d\x43\x96\x0a\xb4\x88\x41\x6e\xb3\x6d\x2e\xf2\x0d\x5a\xc4\xa9\xb5\x43\xb4\x88\x0d\x5a\xc4\x98\x68\xe2\x86\x8c\xd7\x48\xa2\x30\x26\x94\x69\x28\xf8\x01\x07\x31\x64\x1b\x87\xd7\x1d\x08\x88\xb3\xa0\xf5\x1d\x1a\xbf\xc7\xcd\x20\xd0\x6c\x0f\xf5\x3c\x23\x99\xad\x21\xdb\x28\x42\xc4\x1e\xb0\x54\x32\x84\x43\x4b\x13\xa0\x11\x03\xc0\xc2\x3d\xa4\x00\x40\x40\x8c\x69\xf3\xea\x79\x80\x80\xb8\x35\x9d\x0d\x6d\xd8\x03\x01\x8d\x00\xb7\x6d\x7e\xf4\x6d\x7e\x74\x22\x86\xb7\xd8\x0f\x1b\xec\x87\x41\x5e\xb2\x3d\xb4\x34\x01\x01\x31\x54\x2c\x0c\xef\x36\xa8\x0e\x03\x48\xa0\x3d\x34\x6b\x03\xee\x70\x92\xb8\x67\x0f\xa5\x31\x80\x1e\x4e\x82\x88\xb7\x40\x0f\x7b\xa0\xfc\x95\x17\x13\xe8\x61\x0f\x92\xa7\x6a\xab\x11\xe8\x61\x0f\x54\x3f\xf2\x62\x43\xe7\x1d\xb0\x1f\x6e\xaf\xfb\x90\x02\x00\xee\x30\x26\xfa\xcd\xa1\xf2\x77\x2c\xf6\x11\x7e\x73\xc8\xf3\x0c\x78\x9e\x39\xff\x85\x82\x7a\xc8\x12\x8d\xc5\x9e\xc2\xff\x0c\x35\x43\x23\x39\xa3\x5b\x9a\x31\x34\x71\x0f\x34\x43\x04\xce\x6d\xa1\x21\xf6\x48\xfe\x67\x1e\xdc\xf3\xe1\xd5\x1f\x5e\xfd\xee\x8f\x4e\x2e\xaf\xfb\xd4\x36\x3e\x94\xdf\xc6\xae\x7c\xc5\xb0\xb5\x7a\x8f\xa4\x06\x53\x06\x65\x68\x88\x1a\x9b\xe6\x79\x6d\x86\x66\xed\xf1\xd0\x96\x77\xe0\xb1\xad\xc7\xb6\xf8\x51\xb3\xf6\x48\x06\x67\x6a\xfc\x1e\x8a\x74\x24\xb9\x3f\x09\x36\xd9\xc2\x4c\xec\xf1\xd2\x16\x66\x8e\x21\xcd\x20\xed\xfd\xd4\x1e\x0e\x0a\x45\x16\x26\xe5\xb3\xca\x71\xbd\x34\xef\x1d\x50\x7f\x04\xda\xc4\x2d\xc5\x1b\x4a\x79\xe3\x63\xf4\x1e\x65\x45\xba\x41\x4a\xe8\xe2\x9e\xca\xba\x00\x33\x31\x0f\x8e\xf2\xd4\x5c\x35\x93\xd8\x4c\x4d\xe4\x53\xd6\x05\x00\x8a\x93\xf0\x96\x2d\xf2\xc4\x06\x6d\x62\x12\xaa\xb7\xa7\xf4\x07\xb4\x89\x13\x6c\xb7\x3d\x55\x17\xcf\xc2\x84\xa0\xd7\xc2\x4c\xec\x59\xf8\x91\x03\x3f\x35\x44\xcd\x24\x30\xd3\xb7\x72\x6a\xe9\x9e\xc9\x88\xdc\x64\xfd\xda\x53\x62\x03\xf2\xc4\xf4\xf9\x9c\x2a\x9e\x00\xa0\xb8\xb5\xef\x4e\x35\xc8\xa0\x4d\xcc\x83\x03\x2f\xcc\xc4\x9e\x17\x3f\x72\x6e\xa7\x26\xa6\x79\xb1\x38\xe8\x1a\xa6\x5a\x26\x00\x28\x6e\xad\xc0\x53\x62\x33\x6f\xda\xe2\x52\x4f\x89\x0d\x68\x13\xb7\x86\xe1\x49\x50\xda\x9e\x24\x44\xd3\x30\x3c\xd5\x33\xcf\x9b\x55\x75\xbd\x14\xe9\x66\x25\x77\xf5\x61\x95\x8b\x53\x69\x1e\x69\x7d\x6a\x9b\x9a\x95\xf5\x42\xf3\x38\xa5\x3f\x33\x85\xb5\xa9\x3d\xdc\xdc\xd8\x1b\x4c\x0a\xb3\xd7\xef\xa9\x52\x79\x26\x8b\x31\x09\x83\xdb\x53\xc9\x6c\xc2\x6e\x10\x61\xbd\xc5\xa7\xd8\xb3\xd1\x16\xf4\x7a\x6a\xe9\x06\xb2\x62\xfa\xb4\x4c\xe9\xcf\xec\xb4\xe5\x1c\x55\x2a\xcf\xa4\x2c\x13\x08\x86\x3d\xa5\x2c\xa0\x4d\x98\x1a\x7f\x4f\xcd\xda\x73\xf0\x23\xac\x9e\xc8\x13\x7b\x26\x81\x99\xc4\xbc\x6d\x61\x26\x36\x30\x13\x53\x42\x3f\xa7\x6d\x4d\xdb\x62\xda\xd3\x03\xb0\x18\x97\x07\x53\xb3\xf6\x5c\xfc\xe8\x91\x93\x91\x00\x79\x62\x02\x8f\xb8\xa7\xd4\x64\x06\x3f\x7a\xe4\xd4\xf3\x00\x2d\x71\xfb\x00\x4d\x95\xca\xe0\x48\xcc\xe2\x61\x52\x4e\x02\x53\xc2\xdc\xfc\x5b\x4c\x89\x0d\xa6\xc4\xd4\x14\x3d\x35\x58\xcf\x24\x17\xb3\x78\xbe\xb6\x07\x60\x9b\x49\x9f\xe6\xb7\x87\x69\x33\x6d\x08\xcc\xd4\x86\x3d\x1f\x9b\x67\x09\x81\xe8\xdf\x20\x4f\x9c\x27\x17\x79\x2a\x3a\xcd\xc7\x6c\xec\xb4\xa5\xe8\x34\x1f\x13\xb9\xb3\x38\x92\x8e\xf9\x92\x6b\x1f\x5d\xe7\x94\x74\x4c\x48\x47\xf1\xac\x4a\x27\x00\xa0\x98\xe0\x22\xec\xa9\x36\x68\xbe\xb4\xe5\xaa\x6a\xe9\x9e\x1f\xb9\xd9\xbd\xee\xfa\xcd\xcc\xcf\xb6\xe8\x51\xa9\x67\x22\xf5\x90\xdc\x65\x4f\xf9\x14\xf0\x29\x26\x01\x6e\x7b\x6a\x69\x9a\x1f\xd3\x86\x46\x2f\xa9\x09\x60\x14\x13\xc4\x83\xbd\xb4\x74\x83\x49\x71\x6a\x6d\x5d\x44\xc0\xee\x05\xe9\x20\x0d\xd8\x5e\x2a\xa8\x57\xb2\x2b\xd3\x43\x2e\x64\xc5\x06\xb2\x62\x6a\xb0\x16\x80\x62\xaf\x93\xaf\xf0\xe4\x5a\x5a\xa7\x57\x72\x1d\xd3\x7d\x5c\x12\x85\x95\x62\xc9\x74\x87\x96\x66\xa5\x05\x9d\x20\xba\x7d\x2f\xcd\x4a\x80\x4e\x4c\xb7\x63\x29\x24\x2c\xb8\x86\x93\x77\x17\x30\x8a\x2c\x68\x8b\x67\x7d\x29\x37\x80\x49\x31\x09\x24\xdb\xcb\x8b\x0c\x0e\xc5\x3c\x31\xb0\x2d\x35\xc8\x2b\xa5\x8b\xdb\x83\x29\x26\xc5\x06\x93\x62\x92\x11\x7d\x2f\xd5\x35\xe0\x50\x9c\x9a\x8f\x97\x8e\x75\xcb\xeb\x8e\x3e\x78\xa9\x22\x5e\x8d\xe6\xd1\x06\x2d\xd9\x8d\x05\x05\x38\xe1\x4a\x97\x36\x24\x70\x28\xe6\xd9\xff\xc5\x53\xbc\xa4\x06\xa0\x4d\x4c\x92\xa6\xec\xa5\x9e\x66\x91\xe8\x50\x76\x41\xe4\x89\xbd\x3a\xa4\x92\xcb\xb3\x34\x5e\x03\x40\x31\x89\x6c\xdb\x4b\x9a\x01\x00\xc5\x24\x68\x7a\x2f\x8d\xd7\x0b\x32\x42\x64\xdb\x5e\x5a\x9d\xc0\xa4\x98\x40\x3e\xee\x25\x83\xb2\x86\xcd\xb3\x04\x92\x11\x00\x28\x26\x41\xd3\x7b\xa9\xba\x01\x80\xe2\x2e\xae\x8a\xea\xe2\x35\xd9\x1a\x38\xe7\xa5\x3c\xb2\x16\x0f\x23\x17\x71\xc9\xb3\x2c\x28\x0b\xf1\x6f\x5b\x7c\x8a\xbd\xa0\x2c\xe4\x3b\xdf\x4b\xca\x02\xda\xc4\x24\x95\xf9\x5e\xea\x69\x56\xd8\x16\x83\xd0\x14\xbd\x52\xf8\x98\x1a\x99\x97\x1c\xc8\x82\x03\x39\xfd\x4a\x43\x14\xc8\x13\x93\x00\xb5\xbd\x14\x3e\xd6\xe6\x06\x73\x5d\x97\x64\x04\xb4\x89\x79\xc1\x0f\x2c\x95\x32\xa0\x4d\x9c\xda\xe9\x97\xc2\x07\xc8\x13\xe7\x6f\xbd\xe4\x40\xd6\x93\x87\xe1\xba\xfc\xca\x4d\x7b\xb8\x62\x3c\x40\x22\x4f\xec\xf5\xd0\xfc\xe5\x8f\xae\x6a\x0a\x2f\x53\xeb\xb4\x60\x14\x1b\xe4\x89\x49\x50\xda\x5e\xea\x56\x00\xa0\xb8\xe5\x1a\x96\x06\x6b\x90\x27\xa6\xd6\xe9\x25\xbb\xb1\x3e\x7e\xf4\x74\xab\x54\x5e\x70\x20\x97\x97\x5a\x73\xd5\xfa\xd8\x5a\x58\x84\x25\xcd\x00\x9f\x62\x02\xdb\xbf\x43\x71\x27\xa0\x19\x84\xae\xed\x90\xdd\x88\x83\xaf\xa0\xc4\x82\x51\xec\x80\x40\x5c\xc8\x5c\xa1\xb9\x2a\x60\x37\x08\x4a\xdb\xa1\xdd\x39\x0a\x3f\x22\xdc\x86\xda\x0d\x30\x29\x4e\x92\xed\xed\xd0\xd7\x37\x4e\x0e\x13\x27\x27\xe4\x2d\xe2\x64\xbd\xa6\x5f\x6d\xab\x1e\x7e\xbc\xa8\x7a\xad\xa2\x79\x28\x5e\x48\x46\x40\xae\x98\x17\x6f\x78\xa8\xca\x08\xf2\xaa\x9e\xd8\x05\x43\xdd\x70\x24\xf3\x30\x35\x45\x87\x52\x4b\x20\xb5\x5c\xbf\xaa\xc7\xaa\xdc\x21\x82\x29\x77\xa8\x08\x8e\xca\x8f\x1c\xb9\xd0\x14\x0d\x72\xc5\x49\xe4\xe4\x0e\x55\xbc\x20\x57\x4c\xe2\xc1\xb6\x90\x15\x3b\x1a\x3f\x62\xa5\x0b\x6d\x48\x91\xa4\x63\x12\xd6\xb5\x43\x25\x45\x24\xf3\x70\x4b\x63\x43\x32\x02\x8a\xc5\x04\xf3\x78\x87\x4a\x0a\xc0\x2c\x6e\x42\x8d\x77\x48\x27\xa2\x3b\x88\x46\xd5\xb2\x2a\x17\x07\x94\xe0\x2d\x8a\xc5\x0e\x88\x82\x46\xe6\x50\x6a\x89\xa4\x0d\x13\x20\xc7\x1d\x2a\x29\x22\x59\x8c\xfb\x74\x8e\xd2\x09\xb0\x2e\x26\x91\x5e\x3b\x54\x52\x00\x79\x71\x93\xf8\x72\x87\x44\x21\x20\x0a\x20\xae\xec\x50\x6a\x89\x94\x5a\x26\xf9\x85\xb7\xf0\x17\x3b\xa0\x13\x9a\xa2\x43\x1b\x52\x24\x6d\x98\x80\xd1\xee\x50\x6f\x11\xeb\xa6\xad\x4a\x95\x43\x85\xdd\xb8\x3d\x85\xea\x2d\x00\xc6\xb8\x75\x56\x0a\x95\x14\x11\x2c\xb4\xa7\x50\x76\x23\xa0\x13\x84\xae\xfd\x7f\x8c\x9d\xcb\xce\x26\xa7\x76\x40\xe7\x79\x8a\x7e\x83\x14\x14\x97\x42\xb2\x3c\xc9\x38\x79\x87\xaf\xd8\x20\x79\x60\xbb\xd5\xb1\xdf\x3f\x62\xad\xdf\x83\x9c\x33\xb0\x07\xad\xaf\x7f\x54\xc5\xad\x60\xb3\x2f\xb0\x98\xaf\x9e\x5a\xb8\x19\x03\xf8\xe2\x7c\x95\x13\x2f\x36\x48\x71\xc8\xe9\x91\x78\x8f\x29\x52\xb2\x7d\xaf\x5b\xf6\xc5\x06\x29\x58\x04\xaf\x12\xe0\xc5\x06\xb9\x59\xf2\x84\x64\xcc\xf7\xe8\x16\x83\x43\x56\xf3\x55\xb7\x80\x95\x31\xaa\xe3\xcb\x18\xf6\x1b\x7c\x6d\x74\x8b\x57\xa1\x00\x24\x63\x70\xa9\xea\x7c\xdd\x1f\xf7\x62\x70\x70\x02\x6d\xbe\x1a\x1c\x2f\x06\x87\x5b\xad\x5e\x03\xd6\xe0\x33\x46\xb5\x12\x06\xac\x41\x69\x8c\x6a\x17\x2a\x14\x5e\xa6\xbb\xa1\xe8\xe9\x74\x9f\x97\x79\x35\x92\xaa\x49\x8d\xa4\x41\x52\x37\xe9\x74\xa1\x27\x53\xa6\x06\x07\xdc\x8c\x7c\x7f\xe5\xb5\x4c\x22\x7b\xea\x35\x8d\x21\x81\xcc\x18\x9e\x26\x99\xfa\x40\x40\x66\xe4\x9b\x95\x7e\x2a\x3a\xe0\x63\x8c\x6a\x25\xf4\x81\x4c\x7c\x20\x60\x17\xa6\xac\x8c\x09\x2b\x23\xbb\xeb\x47\x56\xc6\x84\x95\x31\x0c\x6b\x4f\x8f\x09\xc0\xca\xc8\xdc\xf7\x32\xa7\x4a\xc9\x44\x9a\xd4\xfa\xf7\xd7\x2a\xcd\x69\x6c\x1c\x7c\xc6\xf0\x80\xc8\xd4\x45\x02\x3e\x23\x73\x16\x78\x4e\xad\x16\x50\x1a\xf9\x46\x7b\x13\xa5\x31\x41\x69\x0c\x8f\x7e\x4c\xad\x16\x50\x1a\x19\x04\xc3\x9c\xc6\xc6\x21\x6a\x0c\x83\xcc\xd3\x40\x14\x44\x8d\x61\x90\x79\x2a\x7f\x80\x64\x0c\x83\xcc\xd3\xf3\x01\xb0\x32\xf2\x8d\xb2\x33\xd5\x6c\xa6\xf2\x07\x65\x47\x6e\xc6\x84\x9b\x31\x2a\x2b\x97\xdc\x8c\x39\x11\x49\x70\xa1\xa6\x90\x8c\x09\x24\x63\x80\x68\x9c\x53\x5f\xe7\xec\x60\x8d\x11\xce\xd3\x18\xd0\x1c\xe0\x90\x19\xca\x53\xef\x04\xe4\x8a\xc1\xf9\xb7\x39\xb5\x21\x26\x36\xc4\x8d\xdf\x74\xaa\x0f\x4c\xa6\x7e\xf3\x33\x8f\xaf\xbc\x16\x49\xb4\xd1\xa9\x0f\xd8\x62\x70\x9b\xd6\x9c\xee\xc3\x07\x66\x91\x6f\x3b\xc7\xdd\xb2\x13\xff\xe4\x6d\xe7\xe8\xa4\x00\x6c\x31\xdc\xad\x3f\xb5\x34\x00\x5b\xe4\x9b\x48\x80\x60\x8b\x09\xd8\x62\x18\x21\x9d\xfa\x2d\x80\x59\x0c\xc3\xa1\x53\x69\x00\x9f\x62\x18\x0e\x9d\x3a\x29\xc0\x54\x64\x2e\x35\x99\xf2\x29\xe6\x9c\x1f\x92\xa8\x84\x96\x06\x4c\x8a\x01\x43\x71\x4e\x83\x34\x13\x01\x61\xa0\x73\x1a\xa4\x01\x53\x31\xb8\xb3\x6a\x4e\xb7\xe3\xcf\x40\xc6\xda\x46\x05\x04\x7c\x8a\xc1\x49\xc0\x39\x0d\xbf\xcc\x65\x25\xa8\xaa\xe1\x97\x89\x59\x61\x08\x53\x3e\xc5\x9c\x08\x08\xf7\x92\x4f\x23\x27\x20\x2b\x46\x43\xc1\x99\x4a\x03\x98\x14\xc3\xe0\xe4\xd4\x23\x31\x37\xd2\x93\x35\x3c\x8c\x9c\x04\x8b\xbf\x9b\xaa\x43\x83\x21\x30\x18\xdc\xef\x25\x9f\x62\xc2\xa7\x18\xb0\x08\x66\x18\x51\x8e\x0b\xfc\x35\x8b\x6c\x38\xf5\x61\x52\x0c\xce\xf5\xcd\x30\x7c\x0c\x93\x22\xdf\xac\xf4\xa1\x63\x33\xce\xa4\x1e\x1d\x4b\x56\x18\xc5\x04\x46\x91\xdd\x3b\x26\x8c\x62\x06\xee\x07\x77\x17\x87\xd1\x8e\x38\x73\x7b\x70\x97\xd5\x94\x4f\x31\x01\x50\x0c\x2e\x62\x9b\xa1\x17\x13\xf2\xc4\xf0\x40\xa0\xe4\x89\x19\x38\x16\x3a\xb2\x2c\x0c\x5a\x04\x36\x84\xe1\xbd\x70\xa5\x8f\xca\x02\x44\x7f\x45\xfd\x7a\x8a\x66\x63\x7c\x88\x99\x98\x81\x7f\xc0\x9d\xa4\x61\x38\x22\x1a\x79\x61\x1d\x84\x91\x5b\x30\x13\x03\x4c\xe0\x0c\xfd\x03\xd0\x26\x32\xec\x86\x19\x3a\x23\x03\xf5\xbf\x33\xc8\x25\x4f\xcc\xc0\x19\x60\x20\x2b\x9c\x8f\xc0\x28\x86\x51\xab\x70\x6b\x08\xb4\x89\xe1\xde\xc4\xd0\xa7\x08\x47\x62\x18\x56\x0a\x57\x67\x98\x12\xb9\xd8\x85\xae\xce\xc1\x44\x36\x60\x24\x53\x62\xc2\x94\x18\x8f\x7d\xef\xac\x0d\x54\xf6\x07\xc5\x2b\x8c\xb6\x02\x8d\xc8\xc5\x8e\xd6\xf3\x18\xa8\xec\x1e\x7a\x14\x20\x31\x01\x48\x8c\xc7\x12\x8d\x17\xc4\x99\x96\xe3\xf1\xa3\x19\x47\x8d\x97\xa9\x60\x25\x9c\xa2\x40\x23\xc6\x63\xf6\xfa\x07\xe2\x2c\xd2\xc5\xfd\xaa\xa1\xd3\x10\x04\xc4\x70\xe3\x53\xa8\xb2\x83\x83\xc8\x6e\xe5\x13\x07\x31\x83\x29\x6a\xac\x26\xd4\xe2\x21\x44\x8c\x87\x15\x22\x9c\xa2\x81\x7e\xee\xfe\xa5\xd0\xf2\x07\x01\x51\x34\x4b\xc2\xa0\x69\x2c\x2b\xc1\xc8\xd1\x19\x10\xa8\xec\x86\x49\x24\x44\xcc\x60\x8a\x3e\xac\x49\x61\xa0\x21\xce\x4c\x1d\x6e\x3d\x0a\xa7\x68\xb0\x3a\x73\x29\xd3\x0c\xcd\x7c\x40\x11\xb9\x20\x0b\x43\x0f\x21\xd0\x88\x61\xb4\x43\x68\xc4\x5c\x17\xb5\x47\x0d\x5a\x7a\x08\x17\xc1\x4d\x37\x22\xca\x91\x98\x8b\x89\xec\xae\x9f\xa5\x16\x0f\x5a\x62\xb8\xeb\x67\x39\x6b\x57\x32\x2f\x5e\xd4\x43\xb8\x50\xd9\x8d\x89\x2c\x55\xf6\x85\xca\x0e\xfb\x61\x2e\x03\x92\x0b\xcb\x9f\x5b\x66\xe6\x32\xf6\xb0\x32\x9f\x16\x5f\x83\xd0\x88\x09\x34\x22\xab\x6f\x0a\x8d\x98\x40\x23\xc6\x33\xfe\xc1\x52\x2c\x53\x62\xc2\x94\x18\x6e\x5e\x5e\x46\x35\x41\x4b\x64\x95\xd6\xa5\x9b\x71\xa1\xf7\x1b\x7e\x91\x29\x31\x17\x53\x9f\x8b\x5b\xe6\x72\xea\x83\x99\x18\x46\x51\x96\x53\x1f\x68\xc4\x18\x68\xce\x4b\xbf\xc3\x2a\x7c\x79\x54\xdb\xa5\xb7\x10\x42\xc4\x30\x64\xb2\xd4\xfb\x17\xeb\x2e\x00\x89\xb9\x8c\x57\x02\x90\x18\xc6\x47\x96\xd1\x8a\x75\xe4\xc4\x30\x3e\xb2\xf4\x28\xac\x23\x20\x32\x54\xf4\xb9\xdc\xed\x01\x34\x62\xb8\xad\x66\x19\xc2\x5c\x84\x30\xdd\xea\x29\x40\x62\xae\xb6\x48\xa2\xd3\x35\x05\xa0\x45\x64\x00\x12\x73\xb9\x86\x03\x8d\x18\xee\xa1\x59\xc6\x2b\xd7\x91\x26\xc3\x0d\xa1\x02\x24\xe6\xea\xf3\xbc\x88\xaf\x61\x29\x59\x16\xd6\xc1\xf0\x6b\xb9\x05\x1e\x8e\x44\x76\x43\xe8\xd2\xcd\x08\x47\x62\xb8\xd3\x66\x3d\x5f\x2f\xae\xd3\x5f\x76\x8e\xd6\x01\x4c\x89\x5c\xf0\xfa\xca\x94\x98\x0b\x91\x64\xac\x65\xe9\x8c\x5c\x47\x0c\x0d\x63\x2d\x4b\xf9\xb3\xb0\x0e\xdc\xb1\xb9\xf4\x22\x2c\xa2\x9a\xee\x37\x5d\x5a\x07\x4b\xf9\xf3\xf8\x94\xcd\xc6\x8b\x60\xac\x45\xf2\xc4\x5c\x47\x32\x15\x35\xd4\xa5\xc1\xb0\x50\x24\x8a\xa3\xdb\x40\xe7\x42\x70\x19\x7e\x59\x46\x3b\x40\x56\x0c\x2e\x57\x98\x22\x2b\xe6\xc2\x86\x18\x2c\xb2\x4b\x5f\xc3\x7a\x19\x26\x7e\x6d\x5d\x96\x0b\x97\x25\x14\xc2\xb9\x74\x59\x2e\xcc\x0a\x28\x84\x73\xa9\x48\x2c\x04\x97\xc1\x94\x65\x68\x03\x26\xc5\x18\x2c\x8c\xcb\xc5\x1f\x3e\x45\x76\x6b\xec\x72\xf1\x07\x53\x91\x2e\xd0\x81\x73\xe9\x67\x5c\x47\xe8\x9c\x34\x1a\xae\xc9\xb0\x16\x1f\xd7\xa9\xa8\x04\x02\x54\x71\x1e\xa3\x50\xf7\xb4\x43\xaa\xc8\xee\xb4\x5d\x60\x6f\xe7\x42\x04\xb9\xd3\x76\x2b\x6f\xf6\x31\x10\x32\x80\x8d\x29\xb5\x62\xee\xcb\xcc\x18\xaf\x5b\xa3\x61\x1f\xb9\x73\xd2\x3a\x69\xc3\xb4\x6d\xda\xe9\x8f\x6d\x50\x14\x32\x45\xae\xb8\x76\xb6\x06\xc1\x66\x3f\x05\x80\x88\xb9\x75\x36\x02\xae\x48\x97\x71\x10\xc9\x15\x13\x72\x45\x86\xce\x31\xb7\xca\xc3\x4e\x16\x80\x24\xd8\x5a\x09\x10\x2c\x4e\x5a\x26\xcd\xca\x1d\xa9\x73\xd2\x68\x84\xfe\x84\x8d\x3f\x41\xbb\x6a\x7b\x76\x78\x23\x57\x20\x7b\xcc\xad\x21\x00\xe9\x22\x5d\x86\x47\x64\x5c\xcc\x7d\x9b\x1b\x52\x79\x1b\xad\x80\x7b\x91\x2e\x37\x00\x6c\xa5\xcd\x2e\xbe\xcb\x8a\xbe\x75\x33\x80\xb6\x28\x5a\x11\xdb\xe0\xe8\x56\xdc\xd8\x54\xdd\x9c\xbb\xda\xc1\xac\xf2\x5b\xd5\x7f\xa3\xfa\x57\x3e\xa0\xe8\x8b\xb9\xab\x05\xa0\xd5\x6f\xbd\x9a\xbb\x3a\x1e\x18\x83\xf2\x30\x26\x3c\x8c\x0c\x74\x61\xca\xc3\x98\xbb\x59\x02\xe3\x52\xfa\xc5\xdc\xcd\x12\x78\x53\x91\xb3\xe5\xe5\x1b\x00\xd9\xc6\x51\x37\x71\x54\x18\xe7\x73\xab\xba\xec\x7e\xfb\x18\x95\x33\x90\x01\x4b\xe3\xa4\x35\xd2\xac\x5c\xdf\xa6\x51\x84\x6e\xc9\xfd\xd0\x9b\xc6\x7e\xb6\xea\xcb\x7e\x7c\xce\xc6\x7a\x20\x6f\x8f\x6c\x1a\xf9\x79\xfc\x77\x1f\xd5\xa6\xe8\xf7\x92\xc4\x31\xf7\x30\x3b\x66\xfd\xf6\xb0\xef\x1e\xf4\x30\xcb\xef\xd6\x0f\xb9\x3f\xd6\xce\xe1\xaa\x0a\x03\x9e\x23\x5d\x00\x01\xa7\x7c\x8e\x09\x9f\xe3\xa4\x51\x84\xe2\x61\xbf\xbe\x8b\xa4\xdc\x6e\x5d\xdd\x2f\xdf\xd5\x61\x62\xe8\x73\x4f\x3b\xc5\x62\xd5\x59\xf6\xf4\x55\xb4\xc3\xad\x38\x80\xd1\x71\xd2\x28\x42\x79\xb0\xc3\x77\x1d\x62\xfa\x19\x00\x6c\x94\xfb\x2b\xc9\x1a\x87\xb5\x43\x52\x6d\x83\x9d\x9b\x60\xa7\xb6\xb4\x84\x8d\xb9\x97\xb9\x61\xba\x6c\x43\x16\x90\x36\x4e\x1a\xa5\x2a\x4b\xf6\x32\x3b\xc7\x93\xbe\x86\xbd\xc9\xae\xfe\x03\x37\xf6\xd6\x19\xb9\xe5\xe9\x1b\x75\xd8\x9a\x1a\x9b\xe0\x67\x75\xfe\xa9\xda\x40\xef\x48\x17\x70\xe4\xb8\x88\x57\xc4\x75\x65\xd3\x6e\xd2\xaa\x69\xaf\x69\x95\xb4\x65\x9a\xef\x1e\x6d\x33\x2e\x3c\x92\x71\x29\x32\x88\x46\xc4\x85\x32\x13\x57\xf2\xdd\x33\xa3\xe3\x22\x68\x11\x97\x32\x03\x94\x5e\x5c\xd9\x72\xb3\xef\x66\xca\x40\x79\x89\x8b\xf0\x26\x97\x5f\xc6\xc5\xf6\xd4\xb8\x8e\xe4\x28\x18\x85\x71\x65\x6b\x72\xdf\xde\x67\x42\x8d\x21\xe9\xc6\x75\x33\x8f\x1a\x15\x41\x3d\x89\x4b\x31\x92\x8f\x24\x8c\x8b\x30\x68\x5c\x37\x33\x95\x40\x52\x88\x21\x09\xd0\x23\x27\x8d\xec\x8a\xd9\x15\xb3\xa3\x22\xc5\x76\x15\xdb\x50\x69\x43\xb5\xfd\xca\x0c\xa2\x1e\x71\x55\xfb\x4e\x01\x41\x8c\x23\xae\x6a\xb1\xd5\x77\x1b\x45\x34\xab\xd7\x7c\xae\x93\x5f\xf3\xb9\x66\xdf\x75\x9a\x81\xd5\x12\x17\x56\x4b\x3d\x2a\x64\x08\x28\x89\xab\x99\xdd\x19\x82\x71\x01\xac\x8a\xab\xfb\xea\x43\x76\xdd\x57\x3b\xaf\x3e\x34\xf6\xb1\xc6\x8f\x35\x7e\xe8\x94\xc7\x1a\x3f\xd6\x64\xf8\x9c\xad\x55\x42\x00\xe0\x8b\xeb\xb1\xa3\x94\x10\x10\x57\x03\xfc\xc9\xf9\xf9\x7a\x97\xfc\x86\x5f\x71\xf0\x15\x07\x8d\x1d\xd6\xf8\x43\xb1\x44\x17\xe2\xfa\xd8\xc7\x28\x14\x5c\xb7\x1e\x42\x4f\xe2\x52\x42\xdc\x8e\xa7\x8f\x7d\xf2\xf9\x98\xe6\x73\xd6\xe4\x35\xbb\x44\x76\xaf\xd9\xe1\x89\x60\x67\x7e\x48\x34\x89\xeb\x65\xf5\x1a\x74\xc9\x6b\xbb\x5e\x2f\x98\xc9\xe4\x86\x9d\x13\xf0\x4b\x32\x90\x8b\x90\x5f\x12\x97\x72\x04\x45\x23\x04\x98\x84\x00\x93\xeb\x76\xd8\x4d\x4b\x98\x96\x40\x3d\xa6\x03\xf6\xd8\x40\xe7\x31\xb2\x0b\x4b\x20\x14\xda\x9c\x76\x84\x42\xe3\xc2\x83\xd9\x9c\x75\x61\xeb\xc3\xfb\x70\x0a\x4d\x08\x3f\x21\xb1\x50\xd8\x17\x21\xc3\x24\x2e\x05\x10\xeb\x59\x00\x34\x39\x3f\xf7\xcf\xdf\x4a\xb9\x68\xe9\x32\xb7\xf5\xfa\x18\x75\x5b\xe6\x46\x34\x14\x20\x46\x5c\x44\x43\xe3\x42\xd6\x34\x67\xf5\x36\x33\xce\xdd\x5d\x88\xf8\xb8\xb6\xfd\xb6\xcd\xcd\x51\xbd\xfd\x0a\x4a\x13\x04\x70\x24\xa5\x09\xd4\x92\x93\x56\x49\x7b\x4c\x1b\x54\x6e\x90\x44\x1b\x52\xb2\x7f\x19\xe8\x09\x87\x64\x24\x85\x89\x53\x1d\x88\xc9\x4f\x01\x60\xe4\xa4\xf1\x1c\x96\x48\x40\x1b\xc9\x1c\x4f\x08\x69\x23\x91\x94\x08\xb0\xec\x22\xdd\x66\x07\x5b\xfb\x22\xe0\x10\xf2\x46\x02\xde\x48\xe6\x8e\x91\x48\x44\x2a\x22\xa9\x44\x7c\xd5\xae\x58\x42\xa1\x84\x4c\xa1\xec\xba\x8c\x84\x40\xe0\x1c\x43\x24\x1c\x8a\x01\x64\x24\x5d\xc4\x2a\x22\x15\x73\x23\x7c\xda\xb2\x99\xd9\x54\xe5\x06\x87\xe4\x22\x55\x7b\xa9\x66\xd3\xa8\x88\x72\x23\x55\xb3\xb3\xd4\x6a\x76\xc4\x46\x71\xde\x45\x6a\x36\xb5\x79\xed\xd0\xcd\xab\xcd\x66\x29\x36\xca\x4d\x53\x89\x61\x44\x6a\xcb\x34\xaa\xd2\x2d\x56\xf5\x00\xc8\x60\xa4\xee\xc7\x21\xda\xf9\x55\xbb\x6e\xa7\x63\xa7\xb4\xaf\xa7\x6c\x84\x62\x03\x32\x60\x08\x10\x89\xa4\xd8\xc0\x1a\x8b\x44\xd0\x22\x92\x62\x03\x9e\x5f\x24\xc5\x06\xd8\x90\x74\x11\x90\x88\x34\x6c\xec\xf0\xe3\x34\x9e\x1b\xb6\x62\xd8\x51\x9d\xe7\x3e\x7e\x09\xec\x10\x18\x5f\x91\x3e\x76\x80\xa2\x04\x92\x5d\xa4\x8f\xd9\x7d\xcc\x8e\x85\x23\x71\x00\x37\x20\x8c\x64\x7c\x8e\x91\x14\x25\x49\xc5\xa2\x38\xc2\x5e\x4b\x78\x29\xa1\x9a\xe4\x9b\xaf\x5d\xc2\x9b\xaf\xed\x7f\x7d\x13\x11\x99\xa6\xbd\xa9\x8c\xc0\x5a\x88\xa4\x8c\x48\xea\x15\x98\x01\x91\xa6\x1f\xf1\xa8\x17\xa5\xdc\xf7\xdf\xae\xe6\x91\xc2\x26\x06\x3d\x5b\x1d\xce\x61\xdd\x9d\xce\x1c\xa2\x8b\xe4\x74\x4e\xcb\x9c\xe9\xc4\x65\x45\xb5\x39\xb8\x5a\x29\x44\x80\x44\xda\x66\x77\x53\xa9\x6d\x76\xfb\x63\x1a\x8d\x74\x3e\x27\xe7\x33\x48\xab\xc8\x58\x22\x91\x35\x3b\xb8\xc5\x26\x32\xae\x8f\x80\x06\x52\x1c\x45\x19\xef\x64\xe4\xeb\xeb\xd5\x93\x9d\x1c\x90\xc8\xce\x71\x14\x90\xc8\xce\xf1\xec\x1c\x07\x1f\x15\x50\x41\xce\x8f\xef\xd6\x33\xb6\x00\x7e\x9c\x9f\x44\x11\x9d\xa4\x66\x92\x1d\xc0\x9a\x9c\xb1\x27\x22\x63\x4f\x40\x1f\x89\xac\x72\x90\x95\x18\xdc\xa8\x14\x92\x3f\x42\xf2\xc7\xe5\x1a\x0a\xf3\xe3\xfc\x98\x5d\xa7\x54\x65\x01\x70\x8f\x0c\xa6\x24\x72\xb1\x11\xda\x13\xae\x52\x62\x3d\x22\x3b\xf1\x5d\x57\x32\x71\x83\xc8\x5c\xdc\x71\x01\xbb\x0b\xb8\x1f\x3f\x05\xc8\x8f\xc2\x45\x9c\x91\x9d\xf8\x59\x85\xa1\x32\x3e\x84\x7d\x44\x56\x61\xe0\xd0\x57\x64\x1c\x1d\x01\xf4\xa3\x14\xbb\xa9\xda\x30\xad\x07\x57\x0c\x71\x1f\x91\xd5\x21\x1a\xc2\x2b\xab\x43\x64\x28\x98\x17\xe7\xbe\x02\x1e\xc8\xf9\x39\x4a\x14\x8e\x8d\xc8\xca\x87\xac\xf9\xd0\x12\xd9\x75\x3f\x2c\x41\x4e\x9c\x1d\x91\x15\x0f\x59\xf1\xd0\xa8\x48\xb7\xf9\x1a\x14\xe0\xfb\x23\x3f\x7e\x2f\xf6\x66\x36\xe6\x9f\x60\x90\xc8\x8a\x0c\x30\x44\x91\xd5\x34\xf2\xd3\x4c\xa3\xbe\x8a\x8c\xac\x56\x41\xd0\x22\xf2\x30\x3b\x5c\x19\xf8\xd2\x23\x0f\x9b\xaa\x8d\xd1\x1c\x9c\x6a\x15\x59\x89\x41\xa8\x21\xf2\xc7\x1e\x56\x3c\x38\xef\xb3\xe2\x21\x6b\x64\x40\xe2\x89\xfc\x5a\x3d\x0d\x0a\x0e\x4c\x45\x7e\x6d\x2c\xfa\x02\xa8\x94\x00\xf0\x71\x7e\x96\x8f\xd1\x8a\xd7\xef\x7a\xd4\x86\xdc\x98\xf7\x52\x3d\x22\x6b\x63\x7c\x0d\x9d\x69\x6e\xd3\xdc\xa8\xdc\xb4\xc2\xa0\xcc\x2e\xb0\x34\x91\x9d\xec\x59\xb3\xe3\xab\xef\xd4\x04\xb2\x02\x80\xf8\x42\x64\x05\x00\xfc\x8f\x93\x46\xa7\x84\xb5\x53\x15\x20\xc2\x10\x79\xd9\x01\x1a\x1e\xed\x21\xbf\xe5\x87\xc5\xaf\x41\x58\x20\xc0\x81\x9c\x1f\x5f\xb5\x15\xdb\x6e\x47\x17\xe0\xba\xa5\xc8\xea\x02\x59\x79\xd2\x1c\x9c\xdb\xc6\x42\xe2\xbe\x3a\xea\x4c\x56\x9e\x64\x65\x47\x67\x74\xde\xca\x0e\x68\x20\x99\x73\x4b\x71\xe3\x22\x8d\x5b\xf5\x00\xba\x4a\x08\xfd\x88\xfb\xa8\x04\x19\x9e\x70\x40\xfb\x38\x3f\xbe\xd9\x49\xba\x4d\x2a\x24\x0d\x92\xba\x49\xaf\x99\x99\x66\x66\x84\x30\x09\x47\xc4\xcd\xce\xca\xb8\x71\xa5\x02\x3b\x09\xa9\x1f\x01\xf5\x23\x03\x3b\x09\xa9\x1f\x01\xf5\x23\x77\x46\xa6\xd4\x8f\xb8\x95\x38\x7f\x3d\x16\xa6\x2d\xd3\x7c\xce\x02\x8e\x5e\x92\xe1\xa4\xc4\xad\xc4\xb9\xb5\x3d\x88\x81\x04\xc4\x8f\xf3\x43\x09\x37\xf5\x20\x98\x19\x37\x02\xa7\x23\x98\x6f\x3c\xa8\x01\xff\xe3\xbc\x49\x01\x0a\xa1\x5b\x0b\x05\xe2\x49\xdc\x5a\x28\x37\x0a\xc9\x5f\x8f\xd9\xb9\xca\xaa\x5e\x28\x81\x10\x67\xdc\xca\xaa\xce\x14\x91\x1a\x12\x77\xfd\xca\x8e\x77\xab\xd9\x55\xa6\x3e\x83\xe6\xae\x36\x9f\xcb\x82\xae\x5e\x4d\xb3\x76\x1a\x32\x04\x5f\xe2\x6e\xb6\x55\xcb\x83\xe8\x4b\x48\xfb\x08\x68\x1f\xf9\xab\xc2\xaa\x10\xb7\x62\xa3\x33\xbb\x40\x7f\x9c\x9f\x6c\x1a\xcf\x29\x23\x6e\x55\x08\x80\x8f\x71\x3f\x66\xf7\x98\x1d\x8d\x78\xec\x74\x44\x04\x27\xba\xe2\x1e\x76\x13\x60\xb2\x8b\x40\x4a\xdc\xda\x22\x50\x3e\x72\xc7\x68\x93\xf2\x11\xb7\x92\xe4\x61\x75\xbd\x87\x5d\x32\x96\x69\x7c\x6a\x25\xc9\xad\x31\xf2\x20\x5c\xc1\x79\x9c\x1f\xb3\xfb\xfb\xeb\x1c\xe3\xfe\xd8\x6c\xce\xba\x5d\x8f\x63\x59\x53\xe5\xc6\x54\xe1\xd4\x57\x88\xf8\x88\x5b\x71\xf4\x38\x70\x95\x3d\xb7\x0a\x06\x20\xca\xb8\xa7\xaf\x4e\x5f\xa5\x73\x94\x33\x37\x72\x86\x53\x5c\x71\x4f\x9b\x38\xe9\xeb\x07\xc5\x51\xca\x47\xdc\xca\x99\xc7\x11\x13\xf6\x75\x30\x93\x89\xc1\xc4\xad\x9c\xb9\x95\x29\x9c\x18\x8f\x5b\x5b\xe2\x56\xf9\x78\xec\x46\x95\x8f\x1b\x5b\x82\xd0\x59\xdc\xdb\x1e\xdb\xd9\xc7\x28\x42\x61\x71\x6b\x38\x3c\x8e\x98\xed\xab\xdb\x57\x4f\x97\x14\xdc\x9b\x51\xd4\x33\x08\xb1\x44\xd1\x6e\x28\x44\x41\x3b\x02\xaf\xa8\x67\x14\x1d\x13\xa0\x2c\xa3\x10\x50\x89\xa2\xee\xf1\x20\x54\x0b\x71\xd0\x28\xea\x19\x70\x24\x03\x38\xc7\xf9\x39\x4b\x59\x45\xf4\x14\x7c\x99\x51\xb2\xa5\x3e\xd4\x04\xbf\x65\x14\x0d\x02\xe8\x8f\x21\x59\x23\x8a\x13\x90\x13\xc4\x51\x8a\xcf\x39\xdb\x38\x2f\x1c\xc5\xd9\x56\xd4\xf5\x89\x59\x04\x54\x8d\xf3\x93\x28\x96\x9a\xe0\x43\x8c\xa2\xaa\xcf\x55\xe8\x21\x4a\x23\x8a\x33\x8b\x93\x18\x51\x9c\x59\xa5\x65\xd3\x28\xa2\x59\xac\xba\x3e\xb1\x86\x28\xdd\xea\xa9\xd7\xc3\x82\x88\xe2\xc2\x5d\xd8\x9d\xe4\xcc\x92\x9d\x11\xc5\x89\x0a\x9d\x30\x00\x69\x9c\x1f\x06\x3e\x27\x6f\xa3\x70\x17\x4f\x94\x07\x79\x86\x3d\x0c\x5c\xe3\xfc\x58\x02\xe3\x0e\x94\xc6\xf9\xb1\x04\x1a\xf6\xd8\x08\x55\x7d\x6e\x1c\x0a\x91\x1a\x51\xf4\x10\x0c\xbf\xf6\xb0\x9f\xa0\xe8\x5f\x9c\x5f\x0d\x98\x1b\xe7\xe7\xe8\x28\xec\x93\x89\xe2\xac\x2c\xae\xe5\x9c\x69\x8d\xa2\xd7\x00\xb8\x46\x51\xbf\x2d\x6a\xfa\xe5\xcc\xcd\x52\x91\xbf\xe5\x63\x53\xd5\xf4\x89\x0a\x44\x51\xd3\x07\xbe\x51\xaa\x9d\xae\x12\x50\xf4\x23\x0c\x9b\xfa\xda\xc1\xce\x44\xe2\x02\x51\x5e\xeb\x8b\xfa\x9f\x20\x10\x46\xd1\x6b\x00\x73\xa3\xa8\x40\x97\x69\x53\xd1\xfe\x13\x67\x2a\x42\xda\x46\x94\xe9\xab\x89\x22\xc2\xef\xca\x54\x4c\x10\x07\xa3\x38\x15\x61\x6c\x24\xef\xf2\x8d\xa2\x55\x5f\x88\x3d\x78\x01\x6f\xc8\xd2\x88\xb2\x7c\x0e\xf7\x42\x59\xf6\x13\x47\xde\x13\x71\x80\x28\xce\xc5\xb2\x7d\x97\xe9\x0e\x34\xe3\xfc\x58\x17\x84\xa6\xf0\x8c\xa8\x97\x75\xc1\x00\x92\x9e\x11\xf5\xf2\x5d\x34\xf7\x4a\x5c\x21\xea\xf5\x31\xad\x91\x16\xa6\x99\x1f\x2b\x84\x4c\x8d\x80\xa9\x91\x12\x77\x0e\x45\xe5\xf0\x66\xc0\xd6\xc8\x04\xa5\xa3\xea\x25\xac\xc9\x57\x91\x5a\x82\x36\xa2\x66\x5f\xc5\x23\x56\x9d\x8d\xc0\x37\x4e\x1a\x55\xc9\x56\x25\xfb\x2e\x23\xaa\xea\x14\xa8\x37\x5f\xc3\x1a\xeb\xff\x03\xa6\x91\x12\x90\xbe\xa8\x6a\xf8\x90\x35\xf2\x93\x7d\x6c\x99\x64\x6e\xcc\x14\x69\x1b\x01\x6d\xe3\xa4\xf1\x9c\xf3\xbd\x16\xb3\x43\x9f\xab\x9a\xfb\xb5\x98\x1d\x0d\x53\xe9\x07\xae\x91\x89\x90\x47\xd5\x4b\x58\xcf\x12\x9b\x12\x9e\xfa\xa8\x2a\xfd\xf5\x48\x82\x52\xed\x39\x75\x7e\x80\x1b\x59\x99\x2d\x70\x23\x00\x6e\x9c\x37\x7d\xcc\x4e\x07\xa9\x91\x38\x29\x12\xb5\xd9\xc1\x44\x11\x00\x86\x44\x6d\xe6\xd6\xcc\xed\x7c\x7e\xd1\x18\x01\x1a\x23\x3f\x48\x0e\xd1\x18\x51\x91\x1c\x89\xd3\x10\x21\x1b\x23\x60\x63\x9c\x34\x5f\x7d\x4d\x9b\xbc\x4a\x3d\x94\x1c\x15\xfd\x3e\x71\x20\x2f\xea\x63\x3d\x88\x5d\x3e\x8e\x25\x76\x36\x46\x45\x4a\xb8\x72\x88\xc2\x88\x7a\x94\xfc\xfc\x38\x92\x5c\xba\xeb\x30\x33\xe6\x70\xd5\x47\x00\x25\xe3\xa4\x51\x5f\x05\x47\x45\xe3\x4f\xc9\x96\xea\x23\x00\x8a\x51\xc0\xfc\x46\xd5\x8f\x58\x3f\x36\x01\x85\xa1\xea\x33\xac\xce\x61\xce\xa2\x45\xd5\x84\xaf\xd3\x22\xfe\xc1\x86\xf1\xa8\xae\xb6\x95\xd5\xf6\x41\xd9\xa9\xae\xb6\xd5\x69\x9f\x1c\x8f\xd3\xd2\xa6\x5f\x09\x09\x57\x75\xf9\xd5\x70\x1c\x20\xce\x6a\xd8\x3d\x61\x76\x74\xac\xfe\xbd\xea\xc5\x9b\x44\x09\x42\x40\x46\x00\xc8\xc8\x2e\x7b\x02\x32\x02\x40\x46\x76\xd5\x13\x90\x11\x55\x79\x41\x2c\x21\x24\x64\x04\x84\x8c\x93\x46\x45\x94\x17\x75\xdb\xdb\x78\x33\xea\xf6\xd3\x11\x98\x04\x46\x12\xf0\x32\xce\x0f\x75\x63\xfd\xad\xba\x01\x2b\xe8\x50\xaf\x65\x0c\x21\x19\x01\x24\x23\x73\xc8\x33\x84\x64\x44\x53\xa8\x18\x53\x90\x92\x11\x8d\x60\x65\x32\xa6\xd0\x14\x2a\x4d\x01\xc2\x91\x9d\x68\xea\xfe\x80\x30\xf2\x83\x9a\xd8\xd4\xfd\x9b\xf2\x83\x19\xda\x08\x56\x06\x20\x8c\xe4\x7d\x87\x21\x02\x23\x9a\x32\x85\xcd\xb0\x21\x03\x23\x9a\x32\x85\xc3\x11\xd1\x94\x29\x80\x2f\x4e\x1a\x35\x56\x87\x6f\xca\x8f\x87\xc7\x74\x2a\x36\x74\xf8\xc4\x56\xd4\x68\xea\xf0\x0d\x1d\xfe\xb1\xf9\xea\x06\x30\x2f\x52\x62\x67\x68\xb4\xe2\x63\x6c\x6c\x86\x8d\x12\x4d\x37\x20\xa0\x8b\xf3\x18\x4d\x55\x30\x40\xba\x48\xde\xd9\x17\x4d\x45\x1c\xec\x45\x86\xcf\x16\x62\x2f\x02\xec\xc5\x79\x8c\x12\x8c\x28\x80\xbf\x38\x69\x14\xa1\x64\x80\x72\x71\xd2\x68\x97\x2a\x04\x68\x8b\x93\x46\x7e\xe0\x87\xa3\x21\x1a\x06\x06\x57\xd3\x83\x08\xc8\x22\xa5\x8c\x87\xa0\x75\x3f\x04\x31\x47\x0e\xb6\x86\x54\x8b\x68\xdd\xdc\x18\xae\xad\xdb\x9b\xdd\xef\xca\xfc\x6b\x06\x23\x20\x5e\x14\xbd\x1c\x4d\xa9\xd2\xba\x25\x20\xdc\x9b\x5e\x83\xf6\xd0\xe9\x68\x10\x4d\xa7\x22\x30\x8b\x94\x38\x57\x11\x4d\xed\x1f\xb2\x45\x56\xd1\x92\x6c\x11\xed\x31\x37\x07\x9d\xa1\x88\x46\xb0\x32\x65\x6c\x98\xa6\x0c\x69\xc3\xec\x1c\x4d\x3a\x10\xdb\xc7\xee\xf4\x23\xaa\x2f\xc0\xad\x48\xe9\x76\x70\x2a\x30\xda\x67\x99\x46\x07\xbc\x96\x81\x72\xe0\xad\x70\xd1\xf4\x0d\x8a\x9b\xf0\xc2\xb7\x68\xaa\xe9\x0d\x35\x9d\xcd\x25\xd1\x54\x0e\x9a\xb2\x86\x43\x11\xd1\xa6\x9d\x02\x56\xc7\x9b\xdb\x42\x2e\x45\xc8\xa5\x18\xe8\x15\xcd\xf0\x41\x23\x7c\xa0\x6a\xd8\x94\x25\xb0\x28\xb2\x9a\x61\x0b\xdb\xa0\x06\x61\xcc\x42\x0a\x45\x40\xa1\x28\xfa\x87\x9a\xe2\xa5\x29\x5e\x0c\x63\x88\xa1\x08\x30\x14\x27\x8d\xfa\x2e\xbb\x4e\x61\xc2\xf9\x89\x68\x0a\x93\xb6\x7c\xd7\x9a\x6c\x6b\x72\xe4\x47\xd1\x8f\xd4\x74\x38\x36\x2f\xf2\x35\xf4\xd0\xd4\xf9\x1b\x3a\xff\x70\x0c\xab\x8e\x34\xd5\x11\xee\xf5\x89\x6e\xfc\x00\x9a\xc4\x49\x6b\xa4\x55\xd3\xcc\x8e\xc5\xb2\xeb\x34\xe8\x17\x0d\x4b\x3e\xc6\x14\xee\x47\x7e\x14\xe3\x02\x5d\x17\x24\xa4\x88\x94\x6e\xb4\x8c\xae\x19\x20\x36\x02\x90\x77\x88\x8d\x88\xae\x30\x81\xd5\x17\xdd\x90\x25\xac\x88\xe4\x4d\x62\xd1\x15\x26\x5d\x65\x84\xdd\xae\xd1\xf5\x1b\xc0\x81\xc8\xea\xcf\x5d\x17\x64\xbf\xed\x4d\x04\x78\x37\x3e\xd9\x89\x4f\x72\x9e\x39\xba\xfa\x49\x57\xbe\x00\xfa\x0b\xa9\x10\x01\x15\xa2\xe8\x5a\xeb\x86\x27\xbb\xba\x08\x27\x2e\xa2\xeb\x81\x84\xe8\x90\x92\xf1\x9e\xae\x80\x01\xef\x70\xd2\x28\x42\xdb\x03\xcc\x43\x1e\xb6\x4b\x99\xd3\x95\x39\x86\x45\xba\x02\xa6\xa3\x79\xb0\x1d\x27\xc4\x40\x44\xaf\x5f\x25\x9c\x91\xd3\x9b\xb9\x71\x2c\x8b\xfd\x38\xd1\x75\x40\x76\x1c\x90\xa9\x20\x86\xbb\xb2\x04\xf8\x43\xd1\xc7\x27\xf5\x21\xba\xe2\x85\x33\x1c\xd1\x0d\x46\xf4\x9e\x4d\xe3\x39\x65\x09\x60\x87\x94\x8a\xed\xd7\x95\xd0\x71\x25\x40\x99\x89\xae\x6b\x11\xb2\x43\x4a\x9c\xec\x88\xae\x35\xd2\xd1\x33\xc6\xbf\x5e\x29\x99\xf3\xbf\x2d\xe4\xdd\x08\x67\x57\xd2\x70\x79\x4f\x74\x43\x15\x80\x21\x4e\x1a\x85\x29\x56\xa0\x41\xa4\x54\x18\xf3\x5d\xaf\x42\x1f\x16\x46\xab\x35\x5f\xfa\xa0\x9a\x58\x0d\x5d\xf7\x64\x57\x59\xd1\x8b\xdd\x75\x2a\xf4\x8f\xad\xc6\xf7\xd2\x35\x4c\x3a\x81\xc5\xac\x17\xaf\x1b\x45\xec\x4c\xa1\x0c\xac\x38\x9e\x7b\x46\xb8\x3a\xf2\xdf\xec\xbd\xd1\xe7\x4b\x6f\x4f\x10\xed\xf7\x2a\x3f\x7f\xbb\x39\x19\xbe\x17\x8f\x6e\xee\x9a\x4a\xd2\x74\xb7\xbb\xf8\xf6\x72\x68\x82\xb8\xd9\x8b\x40\xd9\xe6\xee\xa7\x24\xe6\x75\x73\xdd\xd3\xf9\xe1\xf6\x65\xee\xcf\xde\xec\x46\xfa\x69\xb3\x8b\xe5\xa4\xe5\x93\xf6\x31\x0d\xf7\xa8\x4f\x11\x39\xdd\xec\xb6\xe0\xd4\xef\xde\xa8\x47\x9b\x9b\x4e\x40\xf3\x6e\x6e\x38\x39\x3f\x1c\xdb\x27\x9f\xf0\x99\x23\xae\x38\x0e\xbb\xdd\x52\xb1\xd9\x46\x91\x38\x2b\xfa\xff\x3e\xe8\xf9\xe3\xd7\xcf\xf7\xff\xf8\xaf\xff\xfe\x7c\xff\x9f\xcf\xaf\xeb\xdb\xfc\xf3\xc7\x8f\xf5\xdb\x1f\xf1\xcb\xfc\xe3\xdb\x7f\x9e\xd4\x6f\xb1\xf6\x2f\xbf\xad\x1f\xeb\x7f\x7f\xff\xf3\xc7\x5c\xdf\xbe\xff\xfe\xfd\xbc\xc5\xbf\xff\x0b\x00\x00\xff\xff\x96\xe6\x36\x40\xee\xcf\x02\x00"); -func _dgd ()([]byte ,error ){return _g (_gfe ,"Adobe-KR-6")};func _caff ()(*asset ,error ){_dege ,_bgde :=_adda ();if _bgde !=nil {return nil ,_bgde ;};_ebbd :=bindataFileInfo {_b :"GB-EUC-H",_ffe :2187,_ag :_ed .FileMode (436),_ac :_c .Unix (1580491958,0)}; -_dbcf :=&asset {_abe :_dege ,_ece :_ebbd };return _dbcf ,nil ;};func _eefag ()(*asset ,error ){_fdbdf ,_fbfdf :=_fbdb ();if _fbfdf !=nil {return nil ,_fbfdf ;};_aefb :=bindataFileInfo {_b :"UniJIS-UCS2-H",_ffe :166343,_ag :_ed .FileMode (436),_ac :_c .Unix (1580492896,0)}; -_agcg :=&asset {_abe :_fdbdf ,_ece :_aefb };return _agcg ,nil ;};func _agaf ()([]byte ,error ){return _g (_acgc ,"GBT-V")};func _ecca ()(*asset ,error ){_dgeg ,_ccb :=_eddc ();if _ccb !=nil {return nil ,_ccb ;};_cdeb :=bindataFileInfo {_b :"HKdlb-B5-V",_ffe :613,_ag :_ed .FileMode (436),_ac :_c .Unix (1580492332,0)}; -_gcf :=&asset {_abe :_dgeg ,_ece :_cdeb };return _gcf ,nil ;};func _bgge ()([]byte ,error ){return _g (_aadee ,"UniCNS-UTF16-V")};func _afff ()([]byte ,error ){return _g (_gace ,"GBK-EUC-V")};func _cgeb ()([]byte ,error ){return _g (_adfb ,"KSCms-UHC-HW-H")}; -func _bbgg ()(*asset ,error ){_abec ,_dae :=_bcd ();if _dae !=nil {return nil ,_dae ;};_ggbf :=bindataFileInfo {_b :"Ext-RKSJ-H",_ffe :13359,_ag :_ed .FileMode (436),_ac :_c .Unix (1580491904,0)};_gcd :=&asset {_abe :_abec ,_ece :_ggbf };return _gcd ,nil ; -};var _gggc =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x44\xd2\xcf\x8e\x9b\x30\x10\x06\xf0\x3b\x4f\x31\xc7\xed\xa1\xc5\x7f\x8a\x31\xd2\x2a\x52\x95\x1c\x8a\x56\xdb\xad\x9a\xee\xb6\x52\xd5\x03\xc1\x43\x64\xa9\x31\xc8\xc0\x21\x6f\x5f\xf9\x33\xa5\x87\x68\xe2\x1f\xfe\x06\x63\xbb\x3c\xb6\xa7\x36\xf8\x85\xca\xaf\x71\xec\xcf\xbc\xd0\xe0\x83\x8b\x3c\x8f\x6b\xec\x99\x2e\x7c\xf5\xa1\x28\xa4\x22\xe7\xfb\xe5\xdf\x10\xa5\xbf\x75\x53\x51\x94\x4f\xe7\xe3\xfb\xcf\xb4\xce\xbc\x8d\x8f\xed\xe9\x7c\x9f\x17\xbe\xb5\x61\x18\x49\xe7\x9c\x5b\xa7\x2d\x4b\x54\x7e\xe3\xab\x9f\x97\x78\xa7\x87\x4f\x6e\xbc\xf0\x3b\x72\x3c\x24\x7f\x89\x8e\xa3\x0f\x57\x7a\x78\x1a\x23\x77\x72\x7f\x70\x5e\xa7\xe9\x0f\xdf\x38\x2c\x24\x60\x1c\x1c\x6a\x51\x1e\x9f\xbb\xe9\x4b\x77\x63\xc2\x3a\xde\xa0\xc0\x37\x8e\xb3\x1f\x03\x35\x1f\x84\x30\xff\xf9\xfb\x7d\x62\x92\x5b\xf8\xb5\x3d\xbd\x0c\xc3\xcc\x0b\x69\x95\x1b\x97\x3f\x5f\xdb\x13\xfd\x92\x24\x05\xa9\xea\xa3\xd0\xbf\xb7\xa9\x3f\x9e\x47\xb7\x07\xa5\xc9\x1f\xd3\x7b\x17\xbb\x70\xe5\xe2\x51\x49\xa5\x0e\x94\x8a\x3e\x90\x15\x95\x01\x55\x99\x2a\x90\x05\x99\x4c\xe6\x40\x56\x2b\x01\x6a\x32\x5d\x30\xab\x01\xb9\x4c\x2e\x91\x51\x89\x74\x6e\xaf\x33\xe9\x44\xe6\x02\x32\x08\xd6\x55\xf1\xa8\xb4\x92\x89\x50\xac\xa8\x0d\xc8\x66\x6a\x40\x35\xa8\xcf\xd4\x83\x1a\x10\x67\xe2\x44\x36\xad\x4b\xeb\x0e\xa4\x07\x90\x4c\x54\xe1\x8d\x28\x56\x58\xf4\xaa\x5c\x26\xac\xcb\x5a\xd0\x90\x29\x07\xd1\xbe\xce\xc1\x1a\xed\x1b\x91\xce\x6f\xdf\xbb\xf4\x3f\xdd\x9c\xfd\x24\xfb\x35\x46\x0e\x0b\xee\x0d\xce\x2c\x6d\xba\x0f\xbc\xdf\xc9\x69\x9c\x52\x0a\xbf\xbf\x01\x00\x00\xff\xff\x7c\xa3\xad\x1b\xbf\x02\x00\x00"); -func _dde ()(*asset ,error ){_dge ,_feed :=_afae ();if _feed !=nil {return nil ,_feed ;};_bca :=bindataFileInfo {_b :"CNS1-H",_ffe :3373,_ag :_ed .FileMode (436),_ac :_c .Unix (1580491531,0)};_fcde :=&asset {_abe :_dge ,_ece :_bca };return _fcde ,nil ; -};func _abbd ()(*asset ,error ){_fdfc ,_fccbb :=_dafg ();if _fccbb !=nil {return nil ,_fccbb ;};_bfgc :=bindataFileInfo {_b :"H",_ffe :2711,_ag :_ed .FileMode (436),_ac :_c .Unix (1580492271,0)};_edea :=&asset {_abe :_fdfc ,_ece :_bfgc };return _edea ,nil ; -};func _ega ()([]byte ,error ){return _g (_fg ,"Add-H")};func _cgcc ()(*asset ,error ){_gfdbf ,_afgd :=_edab ();if _afgd !=nil {return nil ,_afgd ;};_deacd :=bindataFileInfo {_b :"KSC-H",_ffe :9400,_ag :_ed .FileMode (436),_ac :_c .Unix (1580492507,0)}; -_aaec :=&asset {_abe :_gfdbf ,_ece :_deacd };return _aaec ,nil ;};func _bcac ()(*asset ,error ){_acdf ,_gfcd :=_bggfc ();if _gfcd !=nil {return nil ,_gfcd ;};_dgfb :=bindataFileInfo {_b :"KSCms-UHC-HW-V",_ffe :703,_ag :_ed .FileMode (436),_ac :_c .Unix (1580492573,0)}; -_ffb :=&asset {_abe :_acdf ,_ece :_dgfb };return _ffb ,nil ;};func _ggdc ()([]byte ,error ){return _g (_dccgc ,"UniJIS-UCS2-HW-V")};var _afdba =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\x91\x31\x6b\xc3\x30\x10\x85\x77\xfd\x8a\x1b\xd3\xa5\x96\x1c\x92\x76\x08\x81\x92\x10\x70\x21\x4d\x89\x9b\xb6\x50\x3a\x28\xd2\xd9\x08\xea\x93\x90\xe4\xc1\xff\xbe\x48\x76\x5c\xe8\x60\xce\xfa\xee\x3d\x74\xef\x54\xec\xaa\x7d\x45\x26\x42\xf1\xea\xad\xaa\x31\x42\x63\x48\x7b\x0c\xb6\xf7\x0a\xe1\x8a\xad\x21\xc6\x44\x09\xda\xa8\x78\x3b\xe6\xa2\x3a\xe9\x18\x4b\xfe\x7a\x08\x11\xbb\x8a\x1a\x0b\xcb\x51\xa7\x7b\x37\x69\x01\x8a\x33\xb6\x26\x44\x3f\xc0\xe2\x49\xdb\x2b\xde\x81\xc6\x26\xf1\x93\xd7\xe8\x0d\xb5\xb0\x78\x96\x4e\x92\x98\x1b\x75\xef\xdc\x0f\x76\x48\x11\x78\x66\x48\x3a\x57\x56\xec\x8e\xd2\xbd\xc8\x0e\xa1\x38\xdb\x4e\x52\xa6\x19\xbe\xa3\x0f\xc6\x12\x08\x7e\xcf\xf9\xfa\x8f\xbf\x0d\x0e\x41\x4c\xee\x4b\xb5\x3f\x35\x4d\xc0\x08\x8f\xeb\x49\xf3\x79\xa9\xf6\xf0\x25\x40\x70\x28\x57\xcb\x95\xf8\x9e\xa4\x1f\x47\xab\x71\xba\x9e\x89\x31\x8c\xb2\x1a\x83\x93\x0a\xbd\xa4\x16\x19\xc0\x86\xf3\x2d\x6c\x0e\x87\x6d\x9a\xf0\x5f\x77\x36\x19\x3d\x82\x4d\x99\xc4\x0f\xb8\x85\x72\x29\xb2\xe1\xd6\x49\xff\x69\x99\x73\x38\xd5\x7b\x8f\x14\xf3\x2a\x73\x8a\x34\x86\x21\x9c\x9f\xc5\x59\x97\x5c\xf9\xfb\x0d\x00\x00\xff\xff\x19\xfc\x17\x6a\xc2\x01\x00\x00"); -func _face ()([]byte ,error ){return _g (_cbc ,"Adobe-KR-9")};func _dgbe ()(*asset ,error ){_acgf ,_acca :=_eeegd ();if _acca !=nil {return nil ,_acca ;};_adfd :=bindataFileInfo {_b :"KSCpc-EUC-V",_ffe :715,_ag :_ed .FileMode (436),_ac :_c .Unix (1580493255,0)}; -_cbge :=&asset {_abe :_acgf ,_ece :_adfd };return _cbge ,nil ;};func _gffcc ()(*asset ,error ){_cadb ,_bgb :=_egc ();if _bgb !=nil {return nil ,_bgb ;};_cafe :=bindataFileInfo {_b :"CNS2-H",_ffe :2037,_ag :_ed .FileMode (436),_ac :_c .Unix (1580491555,0)}; -_fdbg :=&asset {_abe :_cadb ,_ece :_cafe };return _fdbg ,nil ;};var _df =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x44\xd3\x41\x8b\xdb\x3c\x10\x06\xe0\xbb\x7f\xc5\x1c\xf7\x3b\xec\x17\x4b\xb2\x2d\x09\xca\x42\x49\x0e\xcd\x96\x6d\xcb\xa6\xdd\x16\x4a\x0f\x8e\x3d\x09\x86\x46\x36\x8a\x7d\xc8\xbf\x2f\xf3\x4e\xea\x1e\xc2\x24\x8f\x34\x2f\x13\x33\xde\x6c\xf7\xbb\x7d\x1a\x66\xda\x7c\xc9\x63\x77\xe0\x99\x4e\x43\xea\x33\x5f\xc7\x25\x77\x4c\x47\x3e\x0f\xa9\x28\x8c\xa5\x7e\xe8\xe6\xbf\x3f\x51\xba\x4b\x3b\x15\xc5\xc6\x87\xc7\xd7\x8f\x87\xe7\xc7\x0f\xb4\x5c\xf9\x6e\xdb\xfd\xee\x70\xbb\xce\x7c\xd9\xa7\xd3\x48\x4e\x7b\xfb\x65\xba\xf7\x13\x6d\x5e\xf9\x3c\x5c\xe7\x7c\xa3\x87\xf7\xfd\x78\xe4\xff\xa8\xe7\x93\xf8\xe7\xdc\x73\x1e\xd2\x99\x1e\x9e\xdb\xa9\x4d\x66\x3d\x38\x2c\xd3\xf4\x9b\x2f\x9c\x66\x2a\x61\x9c\x7a\xd4\x62\xb3\x7d\x69\xa7\x4f\xed\x85\x69\x9d\xe5\x0d\x27\x38\x78\xe3\x7c\x1d\xc6\x44\xa6\xfc\xbf\x2c\x9b\x7f\xfe\xf5\x36\x31\x99\x7b\xc2\x8f\x6f\xfb\x1d\xfd\x34\x64\x4a\xb2\xb5\xab\xab\x5f\x77\xff\xfe\x32\xf6\xeb\x2d\xeb\x75\xfc\x6e\xe8\x73\x9b\xce\x5c\xbc\x0b\xa6\x32\x4f\x24\xc5\x3e\x91\x0f\xc1\x0b\xd5\x25\xa8\x36\xa0\x08\x3a\x2a\xf5\x42\xd1\x08\x35\x7a\xab\xa9\x40\x15\x28\x82\x7c\x0b\x42\x63\xd0\x78\x29\x3e\x1a\x89\xb7\xf1\x24\x84\xe2\xa3\x09\x42\x2d\x6e\xa1\xf8\x68\x22\xc8\x29\x39\x21\x5b\x82\x6a\xa5\x1a\x64\x40\x5e\xc9\x83\xac\x50\xa7\x59\x1d\xb2\xac\x13\x62\x25\x56\xaa\x40\x1a\xcf\x1a\x5f\x83\x34\x9e\x35\xbe\x01\x75\x4a\x1d\x48\xa6\x77\x15\xfe\x36\x8a\x8f\x36\x80\xac\x92\x05\x45\x50\xa5\x24\x0f\x27\xba\x12\xd4\x28\x35\x20\x03\x0a\x4a\x01\x24\xd3\xbb\x46\xb3\x1a\x64\x39\x99\xde\x05\x8c\x8a\xe2\xa3\xab\x40\xb5\x12\x46\x75\x35\xc8\x2b\xe1\x49\xb8\x06\xc4\x4a\x0c\xc2\xf4\x51\x1b\xa3\x0e\x11\x64\x05\xd7\x65\x90\xef\xb2\xfc\xeb\x32\x76\x4b\xce\x9c\x66\xac\x3e\x36\x4e\xb6\x68\x48\xbc\xbe\x5a\xd3\x38\x49\x17\x3e\x7f\x02\x00\x00\xff\xff\xb6\xb5\x3e\x79\x86\x03\x00\x00"); -func _gf ()(*asset ,error ){_gef ,_ede :=_fe ();if _ede !=nil {return nil ,_ede ;};_ad :=bindataFileInfo {_b :"78-RKSJ-H",_ffe :12581,_ag :_ed .FileMode (436),_ac :_c .Unix (1580490930,0)};_bfd :=&asset {_abe :_gef ,_ece :_ad };return _bfd ,nil ;};func _cfaa ()(*asset ,error ){_faaf ,_aebg :=_abdg (); -if _aebg !=nil {return nil ,_aebg ;};_afadf :=bindataFileInfo {_b :"KSC-Johab-V",_ffe :716,_ag :_ed .FileMode (436),_ac :_c .Unix (1580492521,0)};_dfeca :=&asset {_abe :_faaf ,_ece :_afadf };return _dfeca ,nil ;};var _dgfg =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\xd6\x4f\x6b\xe3\x56\x14\x05\xf0\xbd\x3e\x85\x96\xd3\xc5\x34\xef\xfe\x79\x7f\x04\x62\x60\xc8\x30\x90\xc2\xb4\xa5\x29\xed\xda\x91\x9e\x83\xa1\x91\x8d\xe3\x2c\xf2\xed\xcb\xb9\xc7\x4e\xa1\x8b\xc1\xe3\x63\xe9\x4a\xfc\x4e\x9e\x9e\xee\xee\x1f\xbe\x3d\x6c\x87\xcb\x78\xf7\xfb\xf9\xb8\x3c\xf6\xcb\xb8\x3f\x6c\xeb\xb9\xbf\x1e\xdf\xce\x4b\x1f\x9f\xfa\xf3\x61\x1b\x06\xd1\x71\x3d\x2c\x97\xdb\xd7\xf8\x58\x5e\x76\xa7\x61\xc0\xf9\x8f\xef\xaf\x97\xfe\xf2\xb0\xed\x8f\xa3\xf1\xb8\xf5\xed\x74\x3d\x76\x1c\xef\xfe\xe8\xcf\x87\xd7\xcb\xf9\x7d\xfc\xf4\x75\x3d\x3e\xf5\x9f\xc6\xb5\xef\x91\xff\x76\x5e\xfb\xf9\xb0\x3d\x8f\x9f\x7e\xd9\x9d\x76\x9b\x7c\xfc\xf0\xf8\x76\x3a\xfd\xd3\x5f\xfa\x76\x19\x6b\x64\x7d\x5b\xe3\x73\xb8\xbb\xff\xb1\x3b\xfd\xba\x7b\xe9\xe3\x5d\xcc\xfa\xcc\x33\x3f\xf3\xb0\xf8\xf5\xaf\x7e\x7e\x3d\x1c\xb7\x51\x7e\x4e\x49\xfe\x8b\xff\x7c\x3f\xf5\x51\xae\x53\xfe\xfe\x71\x5c\xfb\x98\x6e\x33\x1f\xbe\xdd\x1f\xdf\xb6\xcb\xa8\x96\xca\x35\x14\xde\xfe\x72\x5c\xfb\xeb\x69\xb7\xf4\xf3\x6e\x7b\xee\xc3\x38\xce\x29\xa5\xf4\x65\x9c\xf3\xd7\xef\xdf\xbf\xe0\xbe\xfe\x77\xc4\x30\xdd\xce\x3c\xac\x4c\x6e\x67\xa4\xb4\xdf\x7f\x19\xd3\x30\x27\xe1\x77\xc1\x77\xcd\x65\x98\x93\x32\x51\x24\x59\x74\x98\x93\x31\x31\x24\xb5\xb4\x61\x4e\xce\xc4\x91\x48\x52\x1f\xe6\x94\x19\xe5\x88\xb4\x61\x76\x61\x54\x22\xca\x86\xe1\x95\x51\x8d\xa8\x4e\x98\xde\x18\xb5\xb8\x83\xe4\x18\x3f\x31\x9a\x22\xb2\x84\xf1\x3b\x46\xbb\xeb\x7d\x62\xfc\x13\xa3\xa7\x88\x9a\x60\xfc\xc2\x68\x41\x64\xa9\x62\xfc\xca\x68\x8d\xc8\x14\xe3\x3b\xa3\x1e\x51\x6e\x18\xbf\x67\xb4\x8f\xa8\x79\x1a\x66\xa1\x94\x84\x94\xa7\xa9\x0c\xb3\x10\x4b\x02\xcb\x2d\xeb\x30\x0b\xb5\x24\xb4\xbc\xa4\x36\xcc\x42\x2e\x09\x2e\x6f\xc5\x87\x59\xe8\x25\x7e\x35\xc5\x78\x7a\x49\x78\x65\xab\x18\x4f\x2f\x09\xaf\x5c\x0c\xe3\xe9\x25\xe1\x95\x5b\xc3\x78\x7a\x49\x78\x15\x71\x8c\xa7\x97\x84\x57\xf1\x84\xf1\xf4\x92\xf0\x2a\x05\xc5\x0a\xbd\x24\xbc\xca\x84\x66\x85\x5e\x12\x5e\x55\x50\xad\xd0\x4b\xc2\xab\x3a\xaa\x15\x7a\x49\xbf\xf6\x8f\xf1\xf4\x92\xf0\xaa\x13\xaa\x55\x7a\x69\x78\x35\x41\xb5\x4a\x2f\x0d\xaf\xe6\xa8\x56\xe9\xa5\xe1\xd5\x2a\xaa\x55\x7a\x69\x78\xb5\x09\xd5\x2a\xbd\x34\xbc\x26\x45\xb5\x4a\x2f\x0d\xaf\xc9\x51\xad\xd2\x4b\xc3\x6b\xaa\xa8\x56\xe9\xa5\xe1\x35\x4d\xa8\x56\xe9\xa5\xed\xf6\xb7\x8a\xf9\x04\xd3\x89\x99\xa3\x5c\xa5\x98\xee\x98\x55\xb4\xab\x24\xd3\x20\x43\xfb\xb8\x04\xcd\x74\x61\xa6\xe8\x57\x89\xa6\x2b\xb3\x8c\x82\x95\x6a\xda\x99\x55\x34\xac\x64\xd3\x3d\x17\x49\x42\xc5\x46\x37\x4b\xcc\x14\x1d\x1b\xe1\x4c\x98\x65\x94\x6c\x94\x33\xbd\x2d\xb0\x34\xcc\x46\x3a\x0b\x3a\xb1\x84\x9a\x8d\x76\xc6\xb5\x69\x86\x9e\x8d\x78\xc6\xc5\x69\x19\x45\x1b\xf5\x8c\xab\xd3\x1a\x9a\x36\xf2\x19\x97\xa7\x27\x54\x6d\xf4\x33\xfa\xb9\xa1\x6b\xa3\x9f\xd1\xcf\x33\xca\x36\xfa\x19\xfd\xbc\xa1\x6d\xa3\x9f\xd1\x2f\x0b\xea\x36\xfa\xd9\x72\x7b\x2a\xe0\x1a\xf4\x33\xfa\xe5\x82\xc2\x8d\x7e\x46\xbf\xdc\xd0\xb8\xd1\xcf\xe8\x57\x04\x95\x3b\xfd\x9c\x7e\xc5\xd0\xb9\xd3\xcf\xe9\x57\x0a\x3a\x77\xfa\x39\xfd\x4a\x43\xe7\x4e\x3f\xa7\x5f\x15\x74\xee\xf4\x73\xfa\x55\x47\xe7\x4e\x3f\xa7\x5f\x2d\xe8\xdc\xe9\xe7\xe5\xf6\x28\xc3\x35\xe8\xe7\xf4\x6b\x82\xce\x9d\x7e\x4e\xbf\xe6\xe8\xdc\xe9\xe7\xf4\x6b\x05\x9d\x3b\xfd\x9c\x7e\x6d\x42\xe7\x4e\x3f\xa7\xdf\xa4\xe8\xdc\xe9\xe7\xf4\x9b\x1c\x9d\x3b\xfd\x9c\x7e\x53\x45\xe7\x4e\x3f\xa7\xdf\x34\xa1\x73\xa7\x9f\xef\xf9\xac\x55\x74\x9e\xaf\x7b\x48\xba\x3d\x7f\xd3\x30\x67\xfa\x65\xee\x0a\xa9\xa2\xf3\x4c\xbf\xac\xcc\x26\x74\x9e\xe9\x97\xc3\x4f\x45\xd1\x79\xa6\x5f\x76\x66\x19\x9d\x67\xfa\xe5\xcc\xac\xa2\xf3\x4c\xbf\x1c\x7e\xaa\x09\x9d\x67\xfa\xe5\xca\x4c\xd1\x79\xa6\x5f\xe6\xfe\xa0\x19\x9d\x67\xfa\x65\x6e\x10\x5a\xd1\x79\xa6\x5f\xde\x89\x71\xd3\x48\xb1\x23\xde\x76\x3e\xfc\x1f\xef\x08\x1f\x7b\xf6\xf2\x76\x3e\xf7\xed\x12\x6f\x08\xb1\x29\x63\xaf\x3d\x6c\xfd\xe3\x6d\xe3\x74\x3c\xe1\xac\xf8\xf7\x6f\x00\x00\x00\xff\xff\xfa\x9e\x80\x79\x99\x08\x00\x00"); -func _gbb ()([]byte ,error ){return _g (_cefe ,"ETenms-B5-V")};func _bafg ()(*asset ,error ){_bade ,_aeba :=_aec ();if _aeba !=nil {return nil ,_aeba ;};_afffe :=bindataFileInfo {_b :"RKSJ-V",_ffe :915,_ag :_ed .FileMode (436),_ac :_c .Unix (1580492637,0)}; -_aafe :=&asset {_abe :_bade ,_ece :_afffe };return _aafe ,nil ;};var _agdf =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\x5a\x4f\x8b\x27\x39\x72\xbd\xd7\xa7\xc8\xe3\xfa\xb0\x6e\x29\x32\xf5\x27\xa1\xf9\xc1\xd2\xdb\x0b\x7d\xd8\xb1\x71\x7b\xc6\x06\xe3\xc3\x2f\x53\xca\xa6\xc0\x5d\x55\x54\x57\x1f\xe6\xdb\x1b\x49\x2f\xf4\xa2\x06\x83\x77\x87\x65\x34\xf9\x4a\x59\x21\xbd\x54\xe8\x45\xbc\xfa\xf0\xe9\xcb\x5f\xbf\x3c\x3d\xbe\x2d\x1f\xfe\xf5\xf5\xf9\xfc\x5a\xdf\x96\xeb\xf1\xa9\xbc\xd6\x1f\xcf\x3f\x5f\xcf\xba\x1c\xf5\xdb\xe3\xd3\xc3\x83\x97\xa5\x3c\x9e\x6f\xfa\x9f\xfd\x5f\xe7\xf7\xfb\xcb\xc3\x43\x9b\xff\xf5\xf7\x1f\x6f\xf5\xfb\x97\xa7\xeb\x79\x59\xc7\xcf\x95\x9f\x2f\xf8\xd9\x65\xf9\xf0\x6f\xf5\xdb\xe3\x8f\xb7\xd7\xdf\x97\x3f\xfd\xa5\x3c\x1f\xf5\x9f\x96\x52\xaf\xf6\xfc\x5f\x5e\x4b\x7d\x7d\x7c\xfa\xb6\xfc\xe9\xd3\x2f\x5f\xfd\x7c\xfc\xf5\xe7\xcb\xcb\xff\xd4\xef\xf5\xe9\x6d\x71\xfd\x59\x7d\x2a\xfd\xdf\x0f\x1f\x3e\xfd\xfd\xfe\xf2\xcb\xfd\x7b\x5d\x3e\x7c\xfa\xe5\xeb\x9f\x3f\xff\xfa\xe9\xcf\xbf\x75\xa4\x03\xbf\xd5\xd7\x1f\x8f\xcf\x4f\x8b\x77\xff\xec\x5c\xe4\xf3\x7f\xff\xfd\xa5\x2e\x1e\x6f\xf8\xcf\x5f\xbf\xfc\x75\xf9\x2f\xbf\x78\xb7\x48\x58\xf3\xfe\xdf\x78\xfe\x1f\x7f\x7f\x2e\xf3\xa7\xc2\x88\xfd\x7c\x2e\xf5\xc7\xcb\xfd\xac\xaf\xf7\xa7\x6f\xf5\x61\x59\x3e\x3a\x77\x5b\xc6\xff\x3e\x66\x77\x6b\x4f\xf2\xe7\xbf\xf8\xf6\xcf\x6d\x0c\xff\xf6\xf9\x6f\x9f\xf5\xb9\xf0\xb9\xd8\xe7\x2b\x9f\xaf\xf3\xf9\x78\xd6\xdf\x3c\x9e\xd5\xa7\xf2\x87\xdf\xff\xe0\x47\x58\x4f\xcf\x6f\xa5\x5e\xe3\x59\x8f\xe8\xa3\xbf\x6e\x8b\x5f\xe3\x96\xdb\x2c\x0b\x3f\x78\xe7\xb0\x96\xc7\x82\x19\xd2\x66\xa4\xaa\x33\x3e\xe6\x7a\xf7\xed\x9f\x16\xd1\x18\x1e\xb7\x65\xdf\x27\x70\x12\x38\xc7\xa4\x38\xb1\x32\xb1\xe3\x7e\x5b\xbc\xf7\x8a\x1c\x07\x91\xe3\xb6\x78\xd9\x26\xc2\xf7\xb5\xa1\x97\xf9\xb6\xc3\xbc\xad\xbc\x47\x2a\x91\xbe\x54\xa7\xc8\xe9\x26\x72\xfa\xf7\x88\x10\x59\x1b\x32\x23\x38\x37\x22\xe1\x3d\x12\x89\xa4\x86\xcc\xed\x39\x33\x91\xfd\x3d\x72\x27\xd2\x56\xba\xc9\x44\xb8\xd2\xb3\xbc\x47\xb8\x9e\xb3\xad\x87\x3b\x5a\xb8\x9e\xe2\xdf\x23\x5c\x4f\x69\xeb\x09\x73\xa5\x85\xeb\x29\xe1\x3d\xc2\xf5\x94\xb6\x9e\x30\x57\x5a\xb8\x9e\xb2\xbf\x47\xb8\x9e\xd2\xd6\x13\xe6\x4a\x0b\xd7\x73\x55\x8b\x08\x3f\x1e\xe9\x7b\xbd\xaf\x8a\x70\xaf\xfb\xb0\x7d\x3d\x69\x62\x61\x62\xed\x7d\x22\xfa\xcd\xad\x7c\xdf\xda\xb6\x4a\xb2\xce\xd9\x88\x6c\x6d\xce\xba\xea\x6f\x0a\x44\x42\x3d\x6f\xcb\x26\x3a\x27\xd4\xb9\xdb\xe1\x72\xb7\x25\x38\x9d\x13\x39\x27\xb6\x4f\x2c\x38\xdd\xed\x44\xa4\x0f\xc3\x1e\x26\x22\x44\xb6\xdb\x12\x56\xce\x09\x44\x42\x9b\x43\x24\x12\x89\x6d\xce\x3e\x91\x44\x24\xdd\x96\xe8\x64\x22\x99\x48\xbe\x2d\x61\x73\x13\xd9\x89\x9c\x6d\xce\x3a\x91\x42\xe4\x6a\x73\xf4\x3c\xa6\x63\x7e\x57\x7d\x18\x5d\x9a\x08\x57\x7a\xf4\x95\xee\x79\x42\x5c\x6a\x1b\x46\x47\x64\x25\xb2\xde\x96\xe8\x67\x70\xc7\x46\xa4\x6d\xcf\xb6\x4d\x84\xdb\xd3\x86\xd1\x33\x38\x6e\x4f\x1b\x86\x7d\x66\x9f\x74\x70\x7f\xda\x30\x6c\x93\x87\x83\xfb\x73\xec\xed\x75\x73\xe7\x8e\x3b\x91\x7b\x9b\x33\x79\x60\x56\xea\xc3\xe8\x1c\xe3\x3e\x09\x9d\x6d\x12\x37\x88\x9b\xda\x86\xd1\x73\x45\x95\x48\xbd\x2d\x71\x7e\x8c\xa9\x65\x29\x33\x8c\xce\xcd\xb8\x99\xb1\x52\xcb\x58\x71\x66\x9f\xc4\x8c\xd5\x87\x61\x26\xe7\x74\x72\xbb\x5b\x8a\x8a\xfc\xe6\x4e\xee\xcf\xd9\xf7\x67\xee\x1c\x33\x56\x6a\x79\x29\xce\xec\x93\x98\x97\xfa\x30\x3a\x7e\xf6\x27\xd7\xda\x86\x4c\xf5\x89\x29\xab\x0f\xc3\x4c\x32\xe9\xe4\x5a\x5b\xf6\xe2\x9d\x92\x0a\x3f\xad\x96\xbd\x62\x98\x21\x14\x2e\xa8\xa5\xac\x10\xe6\xb7\xc0\x94\x95\x5a\x8e\x8a\x33\x31\xa5\xc2\xcf\xbe\xe5\xa8\x60\x10\xd2\x5a\x06\xad\x93\x3c\xe6\xac\x54\xae\xdb\x92\x64\x86\x5d\xc9\x43\x1b\x26\x99\x0c\x55\x86\xdd\x86\x21\xcc\x4d\xa8\x64\xa8\x86\x36\x87\x08\xc3\x6e\xc3\x10\x66\x04\x95\x0c\xd5\x72\x5b\xd2\xca\x08\xb8\xa5\x6d\x18\x9d\x79\x1d\xf7\xf4\x92\x36\x69\xbe\xee\xe2\xce\xb5\x61\x74\x32\xb7\xfb\xe2\xd1\xbb\xf2\x6d\x49\x3c\xfd\x17\xb7\xae\x0d\xa3\x9b\xa9\x36\x5d\x3c\x2c\x57\x0b\x8f\x8c\x5f\x0c\xaf\x0d\xf3\xdc\xef\xcc\xe4\x98\x5b\x3a\xcb\x21\x4c\x24\x11\x49\xb7\x25\x47\x99\x48\x26\x92\x1b\x12\x27\xb2\x13\xe9\xbc\xe6\x89\x4c\x5e\x73\xcb\x3f\x39\xea\x2e\x64\xe6\x9f\x3e\x8c\x8e\xaf\x63\x02\xca\x2d\x99\xe4\x34\x83\x63\x2e\xc9\x5d\xad\xb8\x79\x92\xf3\x61\x7e\x53\xfb\x82\x3c\x03\x67\x62\xc8\xed\x90\x7b\xe7\x67\x7c\x3c\xe5\xb9\x5f\x7b\x4e\xe6\x2c\xde\x7b\xb9\x9d\x31\xcf\x1d\xcf\x3c\x63\x7d\x18\x7d\x5c\x27\x54\x09\xd5\x0e\xcd\xdf\xc5\x53\x96\xdb\x59\xf2\x6e\xde\x21\x99\x87\xa9\x0f\xa3\x8f\x84\x18\x46\xbf\xe6\x25\xcf\x17\xf2\x9e\xef\xc3\xb8\x72\xa3\x78\x9e\x72\xfb\xe2\xbd\xec\x5b\x97\xa3\x2a\x21\xff\x2f\x55\x89\x1f\x67\x28\x6d\x18\xa2\x9b\x08\x23\xa9\x5d\x08\xcc\x33\x9a\x6b\x20\xd4\x55\xd7\x4c\xe5\xb9\xf2\xab\xa9\x4d\x8c\xc4\x3c\x79\xae\xe4\xa5\x0d\x43\xf4\x13\xe1\x06\xb7\xfb\xde\xc7\x79\x79\xe7\x8b\x5f\xee\x75\xdc\x16\x71\x7c\xdf\xc5\xf7\x75\x35\xc2\x54\xba\xf3\x7b\xef\xc3\x94\x56\x3f\x21\x21\x24\x6d\xd6\xcc\x71\xfb\x7d\x25\xb4\xf6\x59\x84\x36\x42\xa1\xcf\x5a\x27\x14\x09\x1d\xb7\x65\x75\x1b\x7f\xd7\x49\xa8\x69\x9f\xe0\xc3\x84\x2e\x42\xd7\x6d\xd9\xdd\xcc\x59\x3b\x6f\xfe\x3e\xdc\x79\xc2\x77\x5e\xfd\x7b\x3b\x45\xeb\x3e\xbf\xc4\x9d\xa7\x68\x6f\x97\xf5\xb6\x72\x5d\xbc\xad\xfb\x70\x4b\xf3\x4e\xde\x79\xc2\xf6\x76\x3d\x07\xb7\x71\xd6\x4e\xa8\x7f\x89\x4e\xa7\x9d\x94\x8f\xa7\xb4\x2b\x31\xe8\xe1\x3b\x29\xf7\xce\x2e\xf7\xa6\x0c\x3b\x29\xf7\xce\xd0\x90\x98\xc1\xd6\x49\x51\x77\xc6\x86\xa4\x8c\x45\x9d\x14\x75\xe7\xc8\x68\x09\x9f\xe0\xc9\x8c\x76\x76\xf2\xf7\x84\x4d\x3f\xc9\xfd\xb9\x77\xd1\xeb\xa2\x86\x70\x27\x74\xef\x90\x0f\x1a\xc3\x41\xe8\xe8\x90\x28\xc1\xe7\x49\xe8\xec\xd0\xaa\x4a\xe3\x2c\x84\x4a\x87\x36\xe5\xfe\xac\x84\xea\xd0\xde\xab\x86\x71\x11\xba\x3a\x14\x35\xd5\x14\x37\xa1\xe2\x3a\x94\x04\x61\x14\xd6\x7b\x65\x88\xf9\xec\x11\x46\x21\x1d\xa5\xeb\x72\xbf\xab\x52\x2b\x14\xe6\x65\xed\x87\x64\xea\x9a\x42\xaa\xca\x36\x20\x15\x71\x85\x5c\x95\xce\x95\xcc\xfa\xa0\x90\xac\x12\x47\x0d\xa0\x52\xbf\x90\xad\xd2\xd9\x92\x35\x6b\x18\xa4\xab\x8c\xb3\xba\x69\xee\x2a\xe4\xab\xec\xe3\x18\x6b\x32\x2c\xe4\xab\x74\xbe\x24\xea\xe7\x5e\xc8\x57\xe9\x7c\x49\xd2\xfb\xbb\x90\xaf\xd2\xf9\x92\xac\x5a\xa5\x90\xaf\xd2\xf9\x92\x5d\x3f\xe9\x42\xbe\x4a\xe7\x6b\x9d\xe9\xba\x90\xaf\xd2\xf9\x5a\xbd\xca\xc6\x4a\xbe\x6a\xe7\x6b\x15\x2d\x62\x2a\xf9\xaa\x7e\x14\x3e\x82\x30\x2a\xf9\xaa\x9d\xaf\x75\xd3\xbc\x50\xc9\x57\xed\x7c\xad\xc1\x21\x8c\x4a\xbe\xea\xa8\xa4\x66\x19\x51\xc9\x57\x0d\x03\xda\x35\x0c\xf2\x55\x3b\x5f\x6b\xda\x35\x0c\xf2\x55\x3b\x5f\x6b\xce\x1a\x06\xf9\xaa\x9d\xaf\x75\x4f\x1a\x06\xf9\xaa\x9d\xaf\xcd\x25\x0d\x83\x7c\xd5\xce\xd7\xe6\xf5\xfe\xaf\xe4\xab\x76\xbe\x36\xd1\xec\x5f\xc9\x57\xed\x7c\x6d\xab\xaa\x93\x4a\xbe\x6a\xe7\x6b\xdb\x34\xc5\x57\xf2\x55\x3b\x5f\x5b\xd8\x34\x0c\xf2\x55\x3b\x5f\x5b\x54\x31\x76\x91\xaf\xab\xf3\xb5\xcd\x8b\xe1\x22\x5f\x57\xe7\x6b\xcb\xaa\x2f\x2f\xf2\x75\x75\xbe\xb6\xdd\x23\x8c\x8b\x7c\x5d\x9d\xaf\xe0\x3c\xc2\xb8\xc8\xd7\x35\x52\xa1\xd7\x0b\xf4\x22\x5f\x57\xe7\x2b\x88\xd3\x30\xc8\xd7\x15\x07\xa4\x19\xf4\x22\x5f\x57\xe7\x2b\xac\x9a\x42\x2f\xf2\x75\x75\xbe\xc2\xa6\x39\xf4\x22\x5f\x57\xe7\x2b\x04\x4d\xa2\x17\xf9\xba\x3a\x5f\x21\x6a\x16\xbd\xc8\xd7\xd5\xf9\x0a\x49\xb3\xe8\x45\xbe\xae\xce\x57\xc8\x9a\x45\x2f\xf2\x75\x95\x56\xc2\x84\x1d\x59\x54\xd8\xae\x92\xd1\x8b\x08\x3b\x8a\x6d\x61\x33\x42\x46\x5b\x21\xba\xdd\x01\x5a\x09\xf5\xed\x8d\x3e\x6f\x80\x36\x42\x7d\x7b\xa3\xa4\x0c\x28\x10\x1a\x57\xcd\x9a\x04\x50\x24\xd4\xb7\x37\x6e\x51\xc3\x48\x84\xfa\xf6\x46\xd5\x42\x42\xfd\x2c\x43\x6a\x44\x2d\x72\x84\x52\x43\xee\x7d\x7b\x63\xda\x34\x8c\x3b\xa1\xfb\xb8\xf1\x36\x0d\xe3\x20\xd4\xb7\x37\xee\xab\x86\x71\x12\xea\xdb\x9b\xdc\xaa\x61\x14\x42\xfd\x38\x24\x6d\xd2\xc9\xbd\x12\xea\xc7\x21\x89\xd7\x30\x2e\x42\xfd\x38\x24\x55\x6b\x72\xcc\xe3\x20\x47\x3f\x0e\x69\x43\x61\x29\x07\xf9\x3a\x3a\x5f\x29\xa0\xf2\x96\x83\x7c\x1d\x32\xa0\x1d\x61\x1c\xe4\xeb\xe8\x7c\xa5\x08\xf9\x2a\x07\xf9\x3a\x3a\x5f\x29\x65\xf9\x47\x34\xaa\x1c\xa4\xf3\x08\x43\x1f\x24\x8d\x92\x74\x1e\x43\x3a\xec\x49\xa3\x24\x9d\xc7\xd0\x0e\x2e\x6a\x94\xa4\xf3\xe8\x74\x66\x6d\x8c\xc9\x41\x3a\x8f\x4e\x67\x96\xa0\x9b\x45\x3a\x8f\x4e\x67\x5e\x37\x0d\x83\x74\x1e\x9d\xce\xbc\x6d\x1a\x06\xe9\x3c\xce\x51\x94\xad\x1a\x06\xe9\x3c\x3a\x9d\x39\x8a\x86\x41\x3a\x8f\x3a\x84\x8f\x68\x18\xa4\xf3\xe8\x74\xe6\xec\x11\xc6\x49\x3a\xcf\x4e\x67\xde\xd1\xe5\x91\x93\x74\x9e\x9d\xce\xdd\x39\x84\x41\x31\x27\xa7\x0c\x08\xfd\x24\x39\x49\xe7\xd9\xe9\xdc\xfd\x8e\x30\x28\xf4\x64\x08\xbd\x5d\xb2\x86\x41\xbe\x86\xd2\xdb\xd7\xac\x61\x90\xaf\x21\xf5\xf6\x2d\x69\x18\xe4\x6b\x68\xbd\x3d\x44\x0d\x83\x7c\x41\xec\xc5\xa8\x61\x90\xaf\xa1\xf6\xf6\x14\x34\x0c\xf2\x35\xd4\xde\x9e\x83\x86\x41\xbe\x86\xda\xdb\xf7\x4d\xc3\x20\x5f\x50\x7b\xce\xad\x1a\x07\x09\x83\xdc\x73\x7e\xd5\x40\xc8\x18\xf4\x9e\x13\xd1\x48\x48\x19\x04\x9f\x5b\xd1\xd5\x10\x2a\x3e\x81\xe2\x73\x1b\x8a\x5c\xa1\xe4\x13\x48\x3e\x17\xd0\xd0\x13\x6a\x3e\x81\xe6\x73\xda\x89\x14\x8a\x3e\x19\xa2\xcf\xbb\xa8\xc9\x96\xaa\x4f\x86\xea\xf3\x2e\x69\xb6\xa5\xec\x93\x21\xfb\xbc\xcb\x9a\x6e\xa9\xfb\x64\xe8\x3e\xef\x76\xcd\xb7\x14\x7e\x32\x84\x9f\xf7\x4e\x13\x2e\x95\x9f\x0c\xe5\xe7\xbd\xd7\x8c\x4b\xe9\x27\x43\xfa\x79\x2f\x9a\x72\xa9\xfd\xa4\x40\xab\xaf\x9a\x73\x29\xfe\x64\x88\x3f\xef\x37\x4d\xba\x54\x7f\x32\xd4\x9f\xf7\x41\xb3\x2e\xe5\x9f\x0c\xf9\xe7\xbd\xf6\xe5\x84\xfa\x4f\x86\xfe\xf3\x5e\xfb\x3e\x42\x01\x28\x43\x00\x7a\x9f\x35\xf1\x52\x01\xca\x50\x80\xde\xef\x9a\x79\x29\x01\x65\x48\x40\x2f\x4e\x53\x2f\x35\xa0\x0c\x0d\xe8\xc5\x6b\xee\xa5\x08\x94\x21\x02\xbd\x88\x26\x5f\xaa\x40\x19\x2a\xd0\x8b\x68\xf6\xa5\x0c\x94\x21\x03\xbd\xac\x9a\x7e\xa9\x03\x65\xe8\x40\x2f\x5b\xd6\x58\xc8\xdf\x10\x82\x5e\x82\x66\x58\x2a\x41\x19\x4a\xd0\x4b\xd4\x14\x4b\x29\x28\x43\x0a\x7a\x49\x9a\x63\xa9\x05\x65\x68\x41\x2f\x59\x93\x2c\xc5\xa0\x54\x14\x5b\xbb\x66\x59\xaa\x41\xa9\xa8\xb6\x9c\xa6\x59\xca\x41\x19\x72\xd0\xaf\x5e\xf3\x2c\xf5\xa0\x0c\x3d\xe8\x57\xd1\x44\x4b\x41\x28\x43\x10\xfa\x75\xd5\x4c\x4b\x45\x28\x43\x11\xfa\x75\xd3\x54\x4b\x49\x28\x43\x12\xfa\x35\x68\xae\xa5\x26\x94\x4b\x7d\x92\x96\x6c\xa1\x73\x68\xc9\xc1\x8e\x7b\x67\xc5\xc1\x86\x33\x16\x1c\xec\x37\x63\xbd\xc1\x76\x33\x96\x1b\xec\x36\x63\xb5\xc1\x66\x33\x16\x1b\xec\x35\x63\xad\xc1\x56\x33\x96\x1a\xec\x34\x63\xa5\xc1\x46\x33\x16\x1a\xec\x33\x63\x9d\xc1\x36\x33\x96\x19\xec\x32\x63\x95\xc1\x26\x33\x16\x19\xec\x31\x63\x8d\xc1\x16\x33\x96\x18\xec\x30\x63\x85\xc1\x06\x33\x16\x18\xec\x2f\x63\x7d\xc1\xf6\x32\x96\x17\xec\x2e\x63\x75\x41\x59\x1a\x8b\x0b\xf6\xd6\x3b\x6b\x0b\xb6\x96\xb1\xb4\x20\x3b\x8d\x95\x05\xb5\x69\x2c\x2c\x88\x4c\x63\x5d\xc1\xb6\x32\x96\x15\xd4\xa6\xb1\xaa\x20\x32\x8d\x45\x05\x7b\xca\x58\x53\xb0\xa5\x8c\x25\x05\x3b\xca\x58\x51\xb0\xa1\x8c\x05\x05\xfb\xc9\x58\x4f\xb0\x9d\x8c\xe5\x04\xbb\x89\x56\xd3\xff\x27\xbf\xe0\x42\x19\x07\x0a\xee\x93\x75\x9e\xe0\x3a\x19\xc7\x09\x6e\x93\x71\x9a\xe0\x32\x19\x87\x09\xee\x92\x71\x96\xe0\x2a\x59\x47\x09\x6e\x92\x71\x92\xe0\x22\x19\x07\x09\xee\x91\x71\x8e\xe0\x1a\x59\xc7\x08\x6e\x91\x71\x8a\xe0\x12\x19\x87\x08\xee\x90\x71\x86\xe0\x0a\x59\x47\x08\x6e\x90\x71\x82\xe0\x02\x19\x07\x08\xee\x8f\x71\x7e\xe0\xfa\x18\xc7\x07\x6e\x8f\x71\x7a\xe0\xf2\x58\x87\x07\xee\x8e\x71\x76\xe0\xea\x18\x47\x07\x6e\x8e\x71\x72\xe0\xe2\x18\x07\x07\xee\x8d\x71\x6e\xe0\xda\x18\xc7\x06\x6e\x8d\x71\x6a\xe0\xd2\x58\x87\x06\xee\x8c\x71\x66\xe0\xca\x18\x47\x06\x6e\x8c\x71\x62\xe0\xc2\x18\x07\x06\xee\x8b\x71\x5e\xe0\xba\x18\xc7\x05\x6e\x8b\x75\x5a\xe0\xb2\x18\x87\x05\xee\x8a\x75\x56\xe0\xaa\x18\x47\x05\x6e\x8a\x75\x52\xe0\xa2\x18\x07\x05\xee\x89\x71\x4e\x50\xf5\x19\xc7\x04\x6e\x89\x71\x4a\xe0\x92\x18\x87\x04\xee\x88\x71\x46\xe0\x8a\x18\x47\x04\x6e\x88\x75\x42\xe0\x82\x18\x07\x04\xee\x87\x75\x3e\xe0\x7a\x58\xc7\x03\x6e\x87\x75\x3a\xe0\x72\x58\x87\x03\xee\x86\x75\x36\xe0\x6a\x58\x47\x03\x6e\x86\x75\x32\xe0\x62\x58\x07\x03\xee\x85\x75\x2e\xe0\x5a\x58\xc7\x02\x6e\x85\x75\x2a\xe0\x52\x18\x87\xe2\x23\xec\x07\x63\x3d\xc0\x76\xb0\x96\x03\xec\x06\x6b\x35\xc0\x66\xb0\x16\x03\xec\x05\x63\x2d\xc0\x56\xb0\x96\x02\xec\x04\x6b\x25\xc0\x46\xb0\x16\x02\x6a\x7a\x6b\x1d\xc0\x36\xb0\x96\x01\xec\x02\x6b\x15\xc0\x26\xb0\x16\x01\xec\x01\x6b\x0d\xc0\x16\xb0\x96\x00\xec\x00\x6b\x05\xc0\x06\xb0\x16\x00\xda\xff\xb6\xf5\x8f\xb6\xbf\x6d\xf9\xa3\xdd\x6f\x5b\xfd\x68\xf3\xdb\x16\x3f\xda\xfb\xef\x5a\xfb\xa8\x04\x4d\x4b\x1f\x55\x9e\x69\xe5\xa3\xb8\x33\x2d\x7c\xd4\x74\xa6\x75\x8f\x52\xce\xb4\xec\x51\xc1\x99\x56\x3d\x0a\x37\xdb\xa2\x47\xc1\x66\x5b\xf3\x28\xd4\x6c\x4b\x1e\x05\x9a\x6d\xc5\xa3\x2e\xb3\x2d\x78\x94\x63\xb6\xf5\x8e\x2a\xcc\xb6\xdc\x51\x7c\xd9\x56\x3b\x6a\x2e\xdb\x62\x47\xa9\x65\x5b\xeb\xa8\xb0\x6c\x4b\x1d\x85\x95\x69\xa5\xbf\xbb\x5c\x37\xff\xc7\xbb\x15\xd5\x96\x6d\xb0\xa3\xc8\xb2\x8d\x75\xd4\x56\xb6\xa1\x8e\x92\xca\x36\xd2\x51\x49\xd9\x06\x3a\x0a\x28\xdb\x38\x47\xdd\x64\x1b\xe6\x28\x97\x6c\xa3\x1c\x55\x92\x6d\x90\xa3\x38\xb2\x8d\x71\xd4\x44\xb6\x21\x8e\x52\xc8\x36\xc2\x51\x01\xd9\x06\x38\x0a\x1f\xdb\xf8\x46\xbd\x63\x1b\xde\x28\x73\x6c\xa3\x1b\xd5\x8d\x6d\x70\xa3\xa8\xb1\x8d\x6d\xd4\x32\xb6\xa1\x8d\x12\xc6\x36\xb2\x51\xb9\xd8\x06\x36\x0a\x16\xdb\xb8\x46\x9d\x62\x1b\xd6\x28\x4f\x6c\xa3\x1a\x55\x89\x6d\x50\xa3\x18\xb1\x8d\x69\xd4\x20\xb6\x21\x8d\xd2\xc3\x36\xa2\x51\x71\xd8\x06\x34\x0a\x0d\xdb\x78\x46\xd3\xd9\x36\x9c\xd1\x6c\xb6\x8d\x66\x34\x99\x6d\x83\x19\xcd\x65\xdb\x58\x46\x53\xd9\x36\x94\xd1\x4c\xb6\x8d\x64\x34\x91\x6d\x03\x19\xcd\x63\xdb\x38\x46\xd3\xd8\x36\x8c\xd1\x2c\xb6\x8d\x62\x34\x89\x4d\x83\xd8\x1e\x94\x36\xfe\x7e\x7f\x79\x98\x7f\x36\x7a\xfe\x7c\x7d\xad\x4f\x6f\xfd\x4f\x54\xfb\xdf\x86\x2e\xa5\x5e\x8f\x4f\x75\xfe\xb9\xeb\xcb\xf3\x4b\x9b\xd5\xff\xff\xbf\x01\x00\x00\xff\xff\x87\x4f\xea\x2f\x1a\x2b\x00\x00"); -var _fddf =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\x91\x41\x6b\xf3\x30\x0c\x86\xef\xfe\x15\x3a\xf6\xbb\x7c\xb1\x93\x35\xdb\x20\x04\x46\x4b\x21\x1b\x5d\xc7\xba\x6e\x83\xb1\x83\x6b\x2b\xc1\x6c\x91\x8d\xe3\x1c\xfa\xef\x87\x9d\xb4\x83\x1d\x8c\xac\x57\xcf\x6b\x24\x39\x5b\x35\xeb\x86\x4c\x80\xec\xc9\x5b\xb5\xc7\x00\xad\x21\xed\x71\xb0\xa3\x57\x08\x47\xec\x0c\x31\x26\x72\xd0\x46\x85\x73\x9a\x82\xea\xa5\x63\x2c\xfa\xf7\xa7\x21\x60\xdf\x50\x6b\xa1\x98\x38\x3d\xba\x99\x05\xc8\x9e\xb1\x33\x43\xf0\x27\x58\xdc\x69\x7b\xc4\x7f\xa0\xb1\x8d\xfa\xce\x6b\xf4\x86\x3a\x58\xdc\x4b\x27\x49\x5c\x0a\xfb\xd1\xb9\x6f\xec\x91\x02\xf0\xa4\x21\xe9\x14\x59\xb6\xda\x4a\xf7\x28\x7b\x84\xec\x41\x06\xf9\x25\x49\xa6\x42\xd2\x5f\xd1\x0f\xc6\x12\x08\xfe\x9f\xf3\xf2\x57\x7f\x39\x39\x04\x31\x3f\x70\x68\xd6\xbb\xb6\x1d\x30\xc0\x4d\x79\x35\x31\xef\x87\x66\x0d\x1f\x02\x04\x87\x7c\x59\x2c\xf9\xe7\x8c\xbe\x6d\xad\xc6\xb9\x03\x26\xa6\x79\x94\xd5\x38\x38\xa9\xd0\x4b\xea\x90\x01\x54\x9c\xd7\x50\x6d\x36\x75\x6c\xf2\x4f\x95\xe5\xb3\xc9\xe8\x49\xa8\xf2\x08\x2f\xdb\x1a\x8a\xbc\x64\x55\x19\xb3\x6b\xac\xa1\xb8\x15\xc9\x7e\xe6\xe2\x3d\x6e\xf7\x32\xad\x1a\xbd\x47\x0a\x69\xb7\x69\xa6\xd8\x94\x21\xbc\xfc\x93\xb3\x2e\xba\xd2\xf9\x09\x00\x00\xff\xff\xea\x27\xb0\xe9\xd3\x01\x00\x00"); -func _cbe ()([]byte ,error ){return _g (_ggfa ,"90pv-RKSJ-V")};var _abce =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\xbd\x49\xef\x6e\xbb\x95\x9f\x37\xd7\xa7\x38\x43\x67\xe0\xd4\xe6\xde\xec\x16\x20\x08\x70\x57\x88\x61\x38\x09\xdc\x24\x63\xf2\x6d\x2a\x02\x52\x57\x82\x4a\x1e\xf8\xdb\x07\xe4\xf3\xf0\x94\x13\x04\x38\xba\x93\x7b\x7e\x7f\xee\x97\xed\x6a\xc9\xb5\xc8\xbf\xfb\x37\xff\xfe\xdf\xfe\xfb\xdf\xfe\xf8\xd7\x1f\x7f\xf7\xbf\xff\xe5\x4f\xaf\xff\xfc\xf9\xeb\x8f\xef\x1f\x7f\x7b\xff\xe5\xf3\x4f\x7f\xfa\x6f\x7f\x79\x7d\x7e\xcc\xcf\x3f\xfc\xf1\xb7\xdf\xfd\x2e\xdd\x3f\xde\x7f\x7c\xfd\xf5\xc0\xfd\xbf\xd7\x3f\x8e\x3f\xff\xee\x77\xeb\xf7\xff\xf9\xbf\xff\xd3\x5f\x3f\xff\xf8\xef\x7f\xfb\xfe\xe9\xc7\xc3\x77\xef\xff\xf6\x67\xbf\xfd\xf1\xe3\xef\xfe\xd3\xe7\x1f\xfe\xf8\x4f\x7f\xfd\xcb\x7f\xff\xf1\x2f\xfe\xd5\xfb\x4f\xf3\xf3\x3f\xfd\x78\x7f\xbe\xeb\xef\xff\xdb\x5f\xde\x9f\xbf\xfc\xf1\xb7\x7f\xf8\xf1\x2f\xfe\xc3\x7f\xfa\xf9\xc7\xff\xfc\xdf\xfe\xfc\xe7\xff\xfb\xf3\x8f\x9f\xdf\xfe\xfa\x23\xf6\xdf\x3e\xbf\xbd\xf7\xff\x7f\xf7\x77\xff\xe6\x3f\x8e\x3f\xff\xaf\xe3\x1f\x3f\x3f\xfe\xee\xbf\xfe\xf6\xc7\x7f\xf5\x1f\xfe\xd3\xbf\xfc\xaf\xff\xe5\xef\xfb\xbf\xfc\x5f\x76\xe9\x2e\xfc\x3f\x3e\x7f\xf9\xa7\x3f\xfe\xe9\xb7\x1f\xe9\x7f\xbe\xae\xfb\x9f\xff\xfc\x5f\xfe\xfb\x9f\x3f\x3f\x92\x95\xfc\x9f\xff\xf1\x4f\xef\xcf\x8f\x0b\x94\xe9\xe4\xeb\x4f\xef\xcf\x3f\xfd\x79\xbc\x3e\x7f\x19\xbf\xfd\xc3\xe7\x77\x3f\x7e\xfc\xfe\xba\xfe\xf0\x83\xff\x7e\xdf\xfe\xfe\x0f\xeb\x2f\xff\xe6\xea\xfe\xed\xf7\xff\xf6\xef\xff\x35\x7f\xfb\x77\x57\xf7\xaf\xbf\xff\x77\x7f\xff\xaf\xcf\x5f\xff\x7e\xff\x75\xfd\xfd\xf7\x7f\xdf\xfe\xb5\x7f\xff\xfc\xf6\xfe\xff\xb4\xf2\xbb\x44\xe3\xbf\xfd\xe9\xaf\xef\xcf\x97\xbf\xed\x76\x7f\x9f\xbe\x7f\xf8\x91\xd6\x2f\xfe\xc7\xa2\xdf\xa5\xeb\xb2\xb7\x7f\x7c\xbf\xfe\xaf\xf1\x97\xdf\xfd\xfe\x75\x8f\x6b\x7d\xb9\xfe\x91\xfe\xf0\xe3\xbe\x73\xbf\x36\x88\x3f\xfc\x48\x17\xff\x1c\xfc\x3d\x6f\xf0\xfe\xc3\x8f\xc4\xbf\x3e\xeb\x0b\x7e\xf9\xe5\x8b\xb2\xc0\xec\x80\xbe\xc1\xaa\x26\xf5\x7e\x6f\x60\x45\xb1\x01\xbf\x89\xd5\xc4\x13\x6d\xd5\x55\xd7\x3f\xe7\xfe\x67\xfb\xdd\xef\x5f\x39\x76\x87\x4a\x79\x16\xa0\xda\x52\x62\x83\xfd\xe3\x52\xd7\x8f\x67\x6f\xb4\xb1\x7e\x33\xe3\x02\xf4\xdf\xfd\xfe\x7d\xf5\x5d\x41\xbd\xf3\xef\x7e\xff\x4e\xd4\x56\x57\xeb\x9f\xbb\x5f\xfb\xc3\xec\xbf\xd3\xff\xf0\xef\xba\x2b\x88\x02\x9c\xd4\x17\x55\x38\xff\xf0\x23\x3d\xb7\xe0\x45\x59\x13\x7e\x80\x7d\xc3\xd4\x33\x90\xf6\x12\x15\xc5\xf5\x08\xbf\x1b\xa6\x6b\x43\xa6\xfb\x79\x04\xab\xde\x87\xfe\xe4\xfe\x2c\x50\x04\xfb\x33\xfa\x92\xe3\xd9\x55\xdc\x49\x58\x81\x74\x2e\xaf\xd5\x5c\xf0\x11\xde\xeb\x97\x4d\xe0\xa7\x36\x31\x26\x90\x46\x5a\xdc\x1b\x96\x5b\x98\x81\x54\xd4\x3b\xe3\x28\x59\xc8\x6f\x4b\x08\x19\x56\x65\x58\x3d\xe8\x44\x4d\xc2\x55\x73\xee\x82\x41\x19\xcd\xf4\x41\xbd\xb5\x08\x0b\xb0\x0a\xf7\xdc\x46\xa3\x13\x61\x17\x1b\xad\xc6\xfe\x6d\x3e\x80\x36\x3b\x5d\x18\x11\x40\x4a\x87\xf5\x06\xa5\x73\xd0\xdf\xa0\x83\x2f\xeb\x8d\xdd\xa7\x78\x58\xa4\x7a\xed\x8f\xa3\xee\xd2\xfb\x62\x34\x51\x77\xab\xf7\xc5\x00\xa2\xee\x76\x99\xb4\x68\x7b\x5a\x98\xb2\x68\x7b\xba\x99\xb0\xe8\xf1\xda\xbf\xa2\x03\xd1\xe3\x03\xa4\xce\xe8\xd4\x69\x07\xa2\xd3\x62\x50\xd1\xbb\xaf\xdf\x96\x3d\x43\xf3\xb5\x3f\xcd\xf7\xd3\x85\x79\xc3\x7a\x60\xdd\xb0\xdf\xc2\xbe\xe0\x03\xf5\xcd\xd7\xa6\xa3\x48\xa9\x0a\xd7\x52\xe4\xc2\x38\xe7\x6b\x77\x3e\x97\xeb\x34\xf4\xda\x1f\xdf\x07\x7e\x37\xcc\xfe\x16\xde\x29\x3f\xe1\x5e\xe2\x12\x36\xb4\x89\x27\xd7\xc7\x6e\x6c\x1a\x8d\x14\x59\xd8\x76\x69\x3e\x70\x77\xb2\x16\x87\xb0\x67\x2a\xd7\x33\x84\xd8\x92\xa7\xfe\xac\xf9\xbb\x69\x89\x55\x9f\x2f\x49\xa0\x38\x84\xf1\x00\x4f\xe9\xee\x86\xc4\x35\x5f\x9b\x08\x72\x9c\x6e\xb0\x3e\x57\x3b\xbf\x5d\xdd\x28\xe9\x67\x55\xb1\x21\xab\x3e\x5f\x9b\x59\x4a\x3a\xf3\xbc\xe5\x61\x49\x71\x4a\xbf\x9b\x08\x4e\xaf\x36\xd3\x97\xfb\x2c\xd9\x84\x44\x4e\x55\xf3\xde\xb0\xc7\x96\xec\x4a\xe4\xff\x1f\x19\xbd\xbf\x5d\x53\x15\xed\x4c\xe4\xdc\x7d\x7c\xf2\xa9\x69\x13\x46\xbe\x0e\xdc\x9d\x2a\x3f\xdb\xf9\x6c\xd8\xec\xf2\xa6\xea\x52\x3a\x2b\xf6\xde\x74\x54\x1a\x94\x3b\xdf\x9b\xe4\x4a\xeb\x8f\xf0\x01\x36\x61\xde\x30\x4e\xe9\x9a\xc8\xd2\x6d\xf7\xbd\x89\xae\xf4\x74\x60\x03\x9e\x8f\x77\x9f\x15\x79\xf3\xbd\x69\xb0\x28\xa0\xe6\x7b\xd3\x60\x89\xe7\xf4\x6a\x4d\x73\x4d\xae\x18\x94\x5f\x13\x0c\x3f\xdf\xfd\xf3\x87\x1f\xf7\x75\xbb\x80\xef\x4d\x92\xf5\xbe\x2c\xdd\xa2\xbd\xde\xc9\xd2\x4d\xa1\xf5\x4e\x5d\x78\x6f\x78\x3b\xde\x4d\xa1\xf5\xbe\x6d\x37\xd6\x88\x6a\x79\xce\x6f\xd7\x88\x6a\x7d\x1c\xd1\x26\xd8\x5a\x1f\x67\x63\x13\x6c\xad\xcf\x69\x77\x6c\x98\xcf\x6f\xdf\x1b\xd6\x03\xd7\x2a\xd4\x26\x57\xbd\x37\xfd\xd6\x76\xd9\xab\x4d\xbf\xb5\xdf\x36\xb4\x85\x49\xed\xf2\xdc\x7b\x4b\xef\xda\x5d\xfd\xf7\xa6\xee\xda\x9f\x53\x9a\x81\x76\x63\x53\x77\xed\xf9\x7c\xbc\x87\xd0\x9b\xf3\xbc\xc9\xb9\xc6\x7d\x3e\xde\x7d\x8e\x33\xa2\x4d\xdd\x35\x7e\x56\xb5\xa7\x3d\xca\x69\x68\x8f\x28\xe2\xc0\x0f\xf0\xfc\x76\x8d\xa8\x5d\x97\xe3\xdd\xb4\xdf\x2e\xd9\xe8\xbd\x89\xbd\x5d\xfd\x94\xae\x21\xb4\x74\x46\x34\xf3\x86\xa7\xa1\x59\x36\xac\xd6\x3c\xd7\x10\xda\x7d\xc6\xbb\x78\xe1\x4e\x57\x39\x55\xad\x55\x68\x4f\x3f\x55\x8d\x0d\xc3\x21\x6c\x8d\xdd\xf2\xa1\xc9\xcd\x29\x2d\x9f\xe1\x6f\x4e\x69\xf9\x2c\xf7\xe2\x94\x3b\xa5\x7e\x3e\xde\x23\xca\x99\x21\x7c\x36\xa7\xb4\xac\x7c\xfa\x2c\xeb\x22\xb5\x5c\x1f\xe1\x1e\x60\xc9\x45\xf8\x00\x43\xb8\x07\x58\x4a\x12\x16\xe0\xf9\x78\x0f\xf0\x30\xec\x67\x33\x4e\x2b\x52\xce\x67\x33\x4e\x2b\xce\xc6\x67\x33\x4e\x2b\x8e\xf7\xb3\x19\xa7\x95\x7e\xaa\x9a\xc0\xf3\xf1\x7b\x8d\x28\xdf\xa7\xcf\x6b\xc9\x5a\x2f\xa7\xcf\x5f\xa0\xbf\xdd\x8c\xd3\x7a\x3d\x70\x8f\x48\x8b\x62\x7e\xb6\xbd\xd1\xe2\xf1\xb7\x9b\x71\xda\xa1\x9c\xcf\x66\x9c\x7e\x9d\xd9\xd8\x8c\xd3\x2f\xf4\xf7\xfc\x6c\xc6\xe9\x47\xc4\x7e\x16\xe3\xdc\xa9\x2a\xbe\x3e\x5b\x47\x2f\x73\x57\xb8\x46\xd4\xb5\x80\xe6\x27\x26\xf0\x34\xf4\xda\x30\x9f\x9a\xdf\x1b\xf6\xd3\xee\x07\x78\x4a\xd7\x00\xfb\x7d\xfb\xdb\xcd\x65\xfd\x3e\x35\x6f\xb6\xea\xcf\x19\xe0\x66\xab\xfe\x48\xb1\x9f\xc5\x56\x77\xea\xcf\x81\x7b\x80\x8f\xb4\xf1\xd9\x6c\xd5\x9f\xd3\xd0\x66\xab\x5e\xd2\xa9\x6a\x99\xba\xe9\x68\x98\xcf\x62\xab\x05\xcf\xc7\x7b\x08\xa5\xfd\x0d\x82\xff\xb3\x79\xae\xd7\xeb\xfc\xf4\x03\x94\xac\xb6\x46\xe9\x55\x39\xf1\x59\x4c\x76\xdf\x87\x33\x3e\x9b\xc9\x7a\x3d\x8b\xbf\x99\xac\xd7\xb3\x80\x9b\xc9\xfa\x91\x4f\x9f\xcd\x64\xbd\xd6\x53\xf3\x5e\xb1\xda\x1c\xee\xe6\xaa\x7e\xa4\xd7\x67\x73\x55\x6f\x87\xd8\x37\x57\xf5\x76\x88\x7d\x71\xd5\x7d\xa7\x7e\xda\xdd\xd6\xfa\x11\xc0\xdf\xc5\x46\x0b\x86\x70\x0f\xa1\x95\x2a\xdc\x6b\xd2\xec\xd5\x77\xb3\x51\x6f\x52\xf7\x77\xb3\x51\x3f\x2a\xe5\xbb\xd9\xa8\xf7\x74\x7e\xbb\x87\xd0\x5d\xcf\xef\x66\xa3\x7e\x84\xe8\x77\x33\x4a\x3f\xeb\xf9\x5d\x2a\xe5\xbe\x1f\x29\xf4\xbb\x89\xbd\xf7\xdc\x84\xbb\xdd\xee\x4c\x7e\x83\x76\xcb\x29\x2d\xfb\xb7\x5b\xc6\x3c\xf8\x69\x69\x49\x24\xe1\x03\xac\xc0\x10\xb6\x0d\xa9\xf9\xbe\xef\x22\xac\xc0\x2a\xec\xc0\xfd\x71\xdc\xb0\x42\xdf\x22\xe7\x09\xfc\xa4\xde\xb7\x59\xf3\x44\x86\xe7\xfa\xb6\xb6\x9f\xc0\xe4\xef\x7d\x4b\x91\x27\xda\x96\x5e\xbd\x6f\xfb\xf4\x89\x18\xc2\x67\xc3\x09\xfd\xf6\x4a\x43\x18\x4c\xbd\xd7\x2e\xf4\x63\x1a\x7a\xb1\xfa\xbd\xd1\x90\xcb\xdd\x37\x6d\x3c\xe3\xea\xc2\x1b\xb8\x87\xd0\x51\x38\xcf\xb8\x59\xc1\xde\x32\xf0\x54\xb5\x87\x3f\x9e\xc1\x88\x5a\x05\x6e\x79\xdc\x7b\xdb\xbd\x1a\x05\x7e\xed\xdb\x72\x59\x90\xf1\x6e\x2b\xe0\x19\xd5\x9a\xb7\xd8\x78\x46\x0d\x3e\xee\xf4\xaa\xfa\x71\xa7\x57\x15\xf2\xee\x9d\x5e\xf5\xed\x98\xf6\xde\xe9\xd5\x18\xac\x6f\xa7\x57\x13\x19\xd3\x3b\xbd\x9a\xe7\xb7\xf4\xea\x75\xda\xa5\x57\x67\xea\x3a\xbd\x7a\x5b\x73\xd0\xab\x2f\x3c\xd8\xb7\x81\xf8\xcc\x4b\x42\xda\x06\xfe\x33\x2f\xdb\xdd\xf6\xd4\x82\x0c\x7f\x8b\x8d\x67\x3e\xce\xf3\x56\xb0\xcf\xcc\xae\xfe\x76\x30\x9f\x59\x90\x6d\x38\x98\xcf\xac\x7c\x1c\xdb\x88\x7f\x66\x83\x8f\xe2\xa2\xdd\x09\xe3\xc4\x45\xbb\xb8\xc9\x1d\x6f\xf4\x99\x93\x76\xe3\xa2\xdd\x39\x85\x7b\x36\x74\x2d\x7a\x6c\x7a\xce\xfd\x82\x36\x62\xd3\x73\xee\xd7\xb4\xb4\x6f\x98\x86\xed\xc6\x86\x38\xb6\x1d\xa3\x2f\xf7\xa7\x0b\xd3\x86\x19\x21\x13\x5b\x6a\xe6\x5e\x91\x8b\xb1\xb9\x3b\xf7\x08\x3f\xce\x1b\x2a\x73\x22\x95\x0d\xe5\xee\x48\xf4\xea\x3b\x84\x4d\x38\x80\xbb\x57\x91\x1c\xef\x96\x39\x39\x32\xcc\x1e\xf7\xee\x55\xb4\x29\xdc\xbd\x8a\x0e\x01\xa3\xf7\x72\x0c\x3b\xb9\x0d\xd5\x05\x3f\xc0\xdd\xab\x98\x2c\x28\xce\xf3\x82\xfe\xb6\x0a\x99\xc9\xcd\xce\x39\x5e\xce\xf3\xdd\x7f\x25\xf8\x73\xbc\x9d\x8c\x9b\x2e\xbf\x5d\x93\x87\x2e\xab\xd8\x62\x1b\xa6\x79\x24\x68\x30\xb6\x39\x95\x0f\xcf\xa1\xaa\xf3\xb8\x51\xc6\xb1\xd5\x5e\x1e\xf7\x10\xee\x2e\x8f\x0c\xa3\x60\x79\xe7\x51\xd1\xa0\xe8\xf5\x7c\xd8\x28\xb6\x9b\x99\x07\x8e\x6d\xc7\x40\xcc\xa3\x3b\x91\xdb\x42\xca\xa3\x3b\xbe\x4c\xaf\xc6\x64\x32\x32\xbd\x9a\xf6\x39\xd3\xab\x39\x2c\xa5\x57\xd3\xe5\xcd\xf4\xea\x8d\x00\x8e\x4c\xaf\xde\x28\xba\xd8\xe2\x39\xcf\x8c\x4d\x80\xbb\x97\x67\xdf\xe3\xcd\x77\x3e\x90\x01\x6e\x63\x6b\xc1\x37\xa5\x15\x88\xc7\x7a\x5b\x15\x1e\x78\xbe\xb7\x49\xb4\x20\x9d\xdc\xee\x50\x9e\xdd\xb9\x3a\xa5\xc3\x76\xb3\x90\x9a\x0f\xdc\x74\x94\x71\xf7\x16\x84\x70\x8a\x0d\xed\x01\xe6\x7b\xcb\xf2\x3c\x03\xbd\x17\x3f\x61\xc1\x7f\x4f\x42\xe8\x77\x4b\xfa\x05\xf9\x6d\xa5\x57\x11\x78\xf7\xb5\x0a\xe9\x55\x65\xf8\x21\x2b\xd4\x47\xc8\x6f\x9b\xbf\x95\xae\x6a\x16\x32\x84\xe6\xc7\xb2\x42\x6d\x42\x26\xb6\xf9\xf1\x64\xae\x1a\xa5\xa3\x33\xde\xd6\x85\xf4\xaa\x85\x90\x6e\xd8\xee\x60\x0b\xe2\xee\x97\x90\xaa\xfa\x23\x64\xda\xed\xc6\x08\x3f\xb6\x2a\x25\x81\xdd\x18\xc1\x88\xc2\xaa\x90\xd6\xd1\x8a\x90\x9a\x23\x09\xad\x99\xb9\x1a\x83\x9a\xc3\x21\x28\x27\xce\x88\x26\x72\xe2\x8c\x68\x0b\xfe\xfc\x5c\x0e\x01\xd1\x1e\xdd\x9a\xb7\x2a\x73\x53\x65\x41\x88\xbf\xf3\x31\x12\x37\x3f\x48\xcd\x39\xa5\x49\xc7\xcb\xa6\x65\x7e\x10\xa2\x73\x42\xa2\x0f\x62\x72\x4e\xd9\xaa\x67\xa1\xa5\x7e\x2c\x87\xf6\x22\xfc\x52\x4a\x9f\x27\x56\x40\x74\xdb\x1d\x7e\xec\x6f\xf7\x00\x33\x26\xef\x82\x37\xd0\x5e\xa1\xac\xa2\x5b\x15\x16\x62\xb8\x0a\x70\x68\x7e\x6e\x6b\x76\xbc\xae\xc2\xc4\xdc\x08\xa7\x9d\xed\xa9\xce\x56\xda\x82\x89\xdf\xd2\x8d\x17\x76\x4d\x04\xed\x62\x6e\xe4\x07\x11\xe4\xb6\x49\xc7\x7a\x5e\x90\x99\x7c\xfc\xad\x8b\x82\x44\x72\x2b\x24\x3f\x48\xa4\xf9\x72\x51\x14\x05\x2f\xa5\x75\x30\x57\x6f\xb5\x62\x54\xe1\xc3\xc7\x8f\x90\xf5\x95\x36\xde\xca\xba\xa0\x21\xb6\x06\xf2\xa3\x64\xc0\x91\xce\x8f\xdc\x8d\x23\x1d\x97\xcb\x8d\x7f\x9b\x1f\x59\x12\xff\x36\xae\xab\xfd\x52\xf0\xeb\xed\xe6\x47\x49\xf0\x76\x40\xb2\x3e\x4e\x68\x5c\xe8\x48\x9d\xd0\xfc\xd4\x22\xf4\xb7\x5d\xc8\xdc\xd4\x10\x06\xbf\xcd\x42\xc8\xaa\x9d\x9a\x3f\x94\x9e\xaa\x58\x13\x39\x12\xdf\x30\x2e\xd4\xed\xfc\x20\x44\x1f\x39\x12\x57\x31\x2e\x29\x14\xdf\x30\x2e\x49\x12\x67\x30\x3f\x32\x28\xce\x60\x5c\xc9\x5e\xc1\xeb\x4f\x3b\x35\x33\x91\xe8\x66\xbd\xbf\xfc\xb4\x53\xf3\x8b\xd2\x24\x74\x08\x36\x34\x68\x57\xea\xde\xee\xd0\x82\x0e\x61\x32\xfc\xdb\x3e\x6f\x72\x8e\xeb\xb6\x57\x93\xf1\xca\xa0\xb8\x25\x71\x49\xec\x78\x1a\x71\x49\xbf\x5f\xa4\xd7\x23\x67\x7c\x9d\x0d\x59\xe1\xeb\x6c\xa0\x8d\xe7\x97\x6d\xce\x47\x62\xff\x06\x0b\x2a\x75\x7f\x83\x6e\xa0\x8d\xe7\xd7\x11\xc5\x81\x2c\x8a\x9c\xf1\xdd\x7a\x3e\x2e\x59\xe1\x3b\x59\x14\x59\xe1\xbb\x95\x64\x66\x1b\x70\xc1\x07\x68\x37\xa4\x41\x19\xe5\xbb\x99\x3b\x67\xa5\xd7\x77\x53\x5d\x5c\xf2\xcd\x17\xae\xca\x97\x9d\x84\x08\xf3\x65\xaf\x26\xbd\xda\x7a\xbe\xe8\xff\xc4\xb5\xf5\xfc\x82\x37\x1f\x57\x21\x53\xb7\x99\x6c\xc1\x4a\x69\x13\x42\x0c\xdb\x0a\x58\x30\x28\xed\xc2\x09\x0c\xe1\x9e\x9c\xbc\xc5\xe4\x82\x5f\x7e\x5b\x80\x90\x59\x4e\x36\xb4\xe9\x2a\xae\x6c\x55\x6c\x27\xe7\x64\xaf\x06\x73\x95\xac\x79\xb0\x64\xf9\x40\xfa\x5c\x6c\x68\x40\x39\xc5\xf1\x0e\x86\x5f\x1c\xaf\xab\x50\x6c\x17\x31\xc9\x16\x53\xe9\x09\x19\x93\x9f\x4b\xc8\x2a\x94\x2c\x84\xda\x4b\x11\x5a\x73\x15\x7e\xf9\xad\x1f\x07\xab\x5f\x9a\x90\x15\x7c\xfc\x2d\x9b\xeb\x57\xe9\x42\x96\xec\xb1\x2a\x87\xff\xf8\xdb\x41\x9f\x6b\x12\x32\xfc\x7a\x0b\xad\xd9\xaa\x06\x35\xd7\x47\x48\x9f\xab\xbd\x72\xf8\xd5\x6e\xc8\x74\xd5\x76\x25\x24\x69\xe3\xe6\xd4\x22\x4b\x0c\x18\xaa\x71\xd5\x26\xa4\x5d\x89\xe1\xee\xb0\x46\xed\x42\x56\xdf\xe5\xbe\x61\xba\x9c\xab\xd0\x76\x43\xc8\x3c\xb7\x4b\xc8\x10\x1a\xe3\xbd\x1d\x6f\xf3\xb7\x2e\x68\xb3\x1b\x72\x4a\xb3\x5d\x39\xc5\xf5\xbd\xb7\x59\x97\xb3\x2b\x78\x6f\x35\x18\x57\xb3\x5d\x4c\xa4\xec\x82\xee\x63\xce\x14\x57\xbf\x7e\x25\xf8\x4b\x7f\x3a\x9d\xea\x49\x48\x2f\xfa\x2d\xb4\x17\x55\x08\x69\x14\x9a\x7d\x9c\x8c\x7a\x09\xfd\xed\x23\x84\x16\xea\x81\xcc\x6b\xcf\x42\xba\xec\x7a\x3e\xce\x4d\x2f\x42\xda\xad\x07\x32\x91\xdd\x6e\x0c\x26\xa3\x1e\x08\xa3\xf4\x26\x44\x5a\xf7\x2e\x64\x01\xeb\x29\x65\xd6\xbb\x43\x98\xf0\x5c\x38\x84\x89\x24\x70\xf1\x1f\xb9\xaa\x9e\x8f\xf9\x6d\x38\x57\x08\xef\xec\x6a\x67\x6c\xaf\xdc\x1e\x21\x82\xa1\x65\x21\x22\x27\x0e\xa4\xa1\x56\x84\x4c\x4e\x08\xd5\x7b\x51\x85\xc8\xb6\x76\xa0\xed\x32\xa2\xac\x50\x91\x70\x38\x74\x0d\xf6\x85\x16\x6c\xc0\x53\xca\xa2\x48\x38\x9c\xc2\x46\x52\xd4\xe5\x2d\xcb\x23\x29\xea\x32\x86\xda\x3e\x9c\xdf\xf0\xa1\x34\x09\x0b\xf0\x16\xb2\x28\xfd\x94\xd2\x50\x3f\xa5\x34\x94\xec\xd5\x44\x30\x48\x2a\x19\x82\x4d\x8a\xc9\xc2\xf0\x53\x6a\x42\xba\x11\x07\x0e\x8e\x06\x6f\x21\x55\x05\x03\x2c\xc3\x8f\x43\x58\xfe\xf9\x94\x71\x41\x1a\xba\x69\xb7\xa0\xbb\x8a\xc3\x2f\xd3\x9a\xb3\x70\xd7\x5c\x12\xb0\x22\x45\x8a\x43\xa8\x30\x0e\x27\x94\x0b\x56\x4a\xab\x90\xc3\xce\xfb\x40\x0e\x3b\x1d\x51\x3d\xa7\x9b\x07\xbe\x29\xed\x42\x3b\x29\x0c\x16\x45\xd1\x5e\x3d\xec\x4c\x07\xb2\x28\x4a\xfa\x8a\x78\x2e\xf7\x81\x0d\x98\x84\x9d\x8f\x0f\xfc\x00\x99\x49\xce\x96\x73\xb9\x0f\xb4\xaa\x47\xc8\x10\x9c\x1c\xb6\x4d\x72\x39\xc3\x9f\x0c\xe1\xf4\x79\x5a\x33\x9d\x6c\xb0\x46\xb9\x0f\x84\x72\xf2\x25\x64\xea\x9e\x03\x03\x98\x84\x2c\x8a\x6a\x9f\x40\x81\x48\x8a\x76\x02\x05\x22\x29\xda\x9b\x67\xbd\xca\xf2\x86\xcc\x49\x0a\xef\x86\xfe\x49\x0a\xef\x06\xe3\x14\x15\x4e\x43\x8c\xa4\xdc\x84\x6f\xa0\xa5\x18\xc8\xe5\x74\xc3\xf1\x5a\x73\x97\x36\xac\xb9\x63\xc7\x25\x55\xb7\x3b\x05\xc5\x9a\xbb\xc4\xf0\xb3\xf4\x03\x64\x44\xee\x14\x14\x05\x7f\x77\x7d\x7f\x96\x32\xc0\x9f\xa5\xac\xaf\x6a\xa1\x63\xc7\x95\x52\x7e\x2d\xf8\x89\x6e\xc8\x45\xe1\xdd\xf1\xd1\x8a\xba\x39\xec\xb2\x82\x30\x50\x0b\x49\xc1\x1f\x9d\x5e\xf8\xdb\xc0\xaf\x2c\xf5\x94\x32\x91\xa7\x2a\x8e\xe3\x8b\x82\x30\x82\xc5\x57\xeb\xbb\xab\x50\x14\x84\x81\x99\x9e\x54\x1a\x21\xaf\xd7\xf3\x5b\x82\x04\x14\x84\xe1\x70\x15\x84\xe1\x7a\x2a\x08\xd9\x7b\xce\x45\x81\xc4\x26\x43\x2e\x0a\xa4\x40\xdd\x26\xd5\x42\xa0\x6e\x8b\x02\x29\xa6\xdd\xb0\x2a\x05\xc3\x19\xa0\x8b\xaf\x2a\x8b\x69\x43\x0c\x61\x28\x18\x54\x0b\xc3\x99\x54\x77\x0d\x79\x5d\x85\x33\x5c\x5e\x4d\x04\x37\x19\x88\x64\x28\x7d\x28\xbc\x9d\x3a\xb6\x02\x22\x39\x40\x36\x05\x73\xbd\xf8\xed\xc4\x2b\xab\xd7\x2d\x7c\x80\x8f\xb0\x00\xb3\x90\x28\x08\xb5\xc4\x84\xe7\xaa\xd6\xf3\x54\x3e\xa9\x25\xdc\x28\xa8\x5a\xcf\x6c\x14\xe4\xaa\x4a\x99\xf4\xb9\x6a\x01\xb3\xc7\x1f\xc9\x79\x9e\xb2\x91\x13\x8b\xef\x1f\xc9\xa9\xc3\xf7\xcf\x55\x71\x85\xef\x9f\xab\xe2\x6a\x62\xc6\x55\x05\xd2\xcb\x21\x28\x35\x0d\x2f\xa9\x8a\x9c\x97\x72\x42\xc5\x7e\x02\x48\x9c\xe7\x97\x43\x50\x02\xbd\x82\xf1\x6a\xc5\x1a\xb9\x51\x95\x04\x2f\xa7\x5d\x3d\xff\x42\xf2\x55\x85\x99\xfb\x06\x55\xe9\xf5\x52\x67\x86\x9d\x9c\x46\x9b\x3c\xc2\xfe\xcf\xc1\x27\x0b\xd2\xae\x52\x84\xa8\x88\x5c\x15\x66\x6f\xe5\xa2\x8a\xee\x6d\x9f\x95\x13\x6f\x03\x57\xb4\xc5\x38\xf8\xcf\x55\xbb\xfc\x6d\xe0\x8a\x86\x38\x07\xff\xb9\xca\xb0\x9c\xf4\xe7\x2a\xc3\x72\xd2\x1f\x49\x9d\xc9\x69\x7d\xae\x32\xec\x9b\xdd\xaa\x2a\x87\xba\xc9\x90\xe2\x54\xb5\x27\xf6\xbe\x4e\x55\x1f\xa0\xbf\xc5\x0a\xa8\x32\x0e\x1b\xc8\xb9\xca\x38\xef\xe9\xc7\xa7\x94\xe1\xcb\x29\x6c\x2b\xc4\xad\x36\xe6\xf4\x3a\x57\x59\xc3\x9d\x82\x5b\xdb\x84\xbd\x80\xb8\x35\x46\x38\x27\xce\xb5\xdd\xc2\x4a\xe9\x81\x8c\x48\xd3\xec\xe3\xd4\xc9\x56\xf8\xf3\x71\x4b\xc0\x1f\xc6\x7b\xab\xf6\x39\x0b\xcd\x55\x5e\xf8\x38\x5e\xad\x00\xdd\xfb\x5b\xd5\x8d\x7b\x9f\xab\x16\x13\x67\x56\x71\xab\xab\xbf\xb2\xa4\x12\x49\xf7\xfe\x96\xf8\xbf\x50\xec\x7d\x9f\x52\xda\x55\x6e\x7c\x0d\x6a\xd2\xc8\xfd\x06\xed\xca\x1a\x5f\x79\x30\xfe\x06\x8b\xff\xbb\xcd\xc7\xb8\xd5\xeb\x5f\xf8\xf5\x56\xaf\x7f\xf7\xe2\xc7\xad\x5e\xff\x3a\x5c\xed\x18\x3d\xf4\x86\x9c\x88\xcb\x15\x43\x55\x07\x8e\x73\xdc\xd8\x13\x71\xd1\xa9\xc6\xdc\xc4\x85\xb4\x6e\x4c\x46\x5c\x10\x5d\xbb\xfd\x98\x9d\xad\x46\xaf\xe2\x62\xff\xb8\xd1\xab\xb8\x24\xba\xe7\x94\xd2\xab\xc7\xd2\x69\x37\x8a\xf0\xe1\xb7\x07\x32\xc0\xc7\x3e\xe3\x3a\xdd\xf8\xa4\x41\x00\x65\x6e\x18\x1f\x91\xd8\x55\x20\xc0\x6d\xc1\x9b\xd2\x24\xb4\xaa\x10\x32\x1b\x8e\x17\xb7\x3a\x37\x3b\xa9\x5b\xcd\xf9\x40\x89\x84\x5e\x6f\xf6\x39\x49\x74\xd9\x9a\x5d\x94\x6c\x55\x18\xf1\x77\xb6\x2a\xb6\x98\xee\xec\x6f\x5d\x32\x8c\x8f\x48\xc3\x6e\x1c\x68\x37\xaa\x90\x45\xc9\x42\x1c\x67\x0e\x22\x16\xb4\x57\x07\x32\x75\x67\xf8\xc8\xe3\x76\xc6\xeb\x4c\xe6\x53\x6a\x9f\x29\xd5\xcb\x6e\xf6\xf9\xc6\x64\xb8\xd9\xcd\x88\x1b\x23\xaf\x39\x84\x1b\x77\xe8\x46\xb6\x85\x4e\xf7\x8d\x95\x13\xf7\x66\x85\xdc\x1c\x20\x3e\x78\x70\x5a\xb2\x20\x4b\xe6\x88\x6e\xcc\x65\xce\x43\x4a\xdc\x61\x37\x9a\x90\x3e\x17\xab\xc2\x04\xbc\x8b\xbf\x75\x9e\x8b\x1f\x13\xb2\xd7\x1c\xe0\xcd\x86\x0c\x87\x27\x0b\x32\xcf\x67\xbc\xc3\x76\x85\x68\xb6\xbb\x3a\x5e\x67\xf2\x8c\x48\xc6\x39\x43\x40\x2e\xb6\xd3\x67\x67\x12\xab\x27\x70\xc2\x73\xb3\x57\x7a\xce\x44\x59\x96\x78\x30\x73\x9a\x0d\xe9\x2a\x37\x84\x77\xe8\x2a\xdf\x48\xdc\x78\xec\x33\xb2\x3c\x74\x95\xef\xe6\x6f\x65\x9c\xe6\x6f\x31\x91\x1a\x5e\x77\x3c\xb8\x70\x0d\x37\x3b\x1e\x19\xa7\x59\x95\x7d\x46\xa6\x86\xde\x6f\xc3\x9e\x0a\xfc\xdb\xe0\x0c\x67\x41\x96\xcc\x76\xb3\x4b\x86\xd1\x17\xd9\x25\xb3\x1b\x19\x9b\xfe\xc6\xca\x8b\x8c\x66\x6b\xb6\x9b\xe5\x94\x66\x43\x92\x37\x36\x51\x64\x25\x03\xd2\x3a\x32\xba\xba\x9d\x4e\x4a\xed\xa7\x57\x38\xb4\x9c\x0e\x2d\xc8\x4c\x9e\x5e\x29\xda\xbb\xbd\x52\x96\x77\xbb\xa1\xdc\xb0\x93\x45\xb9\x81\x99\x13\x05\x1b\xf0\xc6\xcc\x89\xe2\xe4\xd8\xe7\x22\x2f\xd8\xe7\x82\xe5\x72\x63\x3f\x46\xe9\xf6\x99\x21\x14\x34\x5b\xb3\x93\x05\x7b\xb9\xd9\xab\x82\xbd\x7c\xf7\xfa\x4b\xc1\x1f\x78\xca\x8b\xf5\x84\x8c\xc0\x01\x95\x61\x3b\x8e\x00\x87\xfd\xee\xf6\x11\x5f\xb8\x39\x20\x7d\xe1\x66\x97\xab\xe3\x43\x57\x45\x95\x9b\xc3\x52\x55\x75\x58\xca\xee\x4d\xfb\x09\xb7\xc2\xe1\x40\x6b\xc1\xdd\x2b\xa2\x3b\x4b\x54\xc4\xd5\x73\xd9\xee\xf4\x63\x6a\x6e\xec\xe4\x3d\xaa\x23\xfc\xca\xdc\xb1\x80\xa3\x61\xe3\x76\x6b\xc6\xaf\x0c\x4e\xbf\x4a\x34\x7a\xf5\x60\x8b\x04\x8e\x64\xee\x36\xd4\x30\x11\xfa\x69\x08\x16\x7c\x30\x4d\xa2\x41\x92\xfd\xb4\x6b\x58\xf0\xa9\x19\x19\xc3\xb9\xda\x82\x37\x30\x09\xdf\x40\x3b\x89\xa7\xf1\x24\x3b\x09\x57\x3d\x18\x1f\xd1\x11\xa2\x0f\xd6\x46\x70\xc6\x9c\xbb\xbf\xed\x9d\xd9\x60\xcf\x21\x3a\x46\x7c\xb7\x2a\x8e\xc9\xe3\x51\xc1\x76\x07\x78\x6a\x46\x2e\x3e\xf7\xf9\x98\xb9\x3a\x0d\x21\x27\x1e\xd5\x6f\x47\xfd\x3e\xf7\x29\x65\xbc\xa7\x5d\xc4\x46\x67\x73\x23\xfa\xb4\xa1\x2e\xb4\xcf\x21\x64\x26\xef\x03\x19\xaf\xea\x57\xd7\xf1\x51\x85\x72\x02\x1d\x8f\x3a\x33\x60\x85\x7e\xfb\x31\x9e\xe4\xa3\xb2\x0a\x44\x1d\xd1\xac\x0b\x4e\xe0\x2d\xa4\x21\x55\x0a\xde\x60\x3c\xea\x90\xb0\xcf\xce\x46\xa0\xe8\x1e\x75\x48\x48\x75\xaa\x05\xbd\xc1\x47\x3d\x30\x60\xfd\x47\x45\x37\x5c\x32\x35\x9b\xe7\xd3\xdd\x99\xe4\x7c\x3a\x1e\xd5\x02\x27\xd0\xf1\xa8\x16\x48\x14\xc8\xdd\x79\xd6\xfd\x7b\x54\x56\x83\x2d\x97\x7e\x1f\x08\xa7\xe0\x0e\xc5\x40\x98\x3d\xe5\x40\x47\xd4\x85\x8c\xa8\x1c\x68\x55\x0c\x61\x62\xb9\x74\x57\x41\x7f\xaf\x6b\xf5\x4c\x2c\x97\xae\x99\x33\x9d\x76\xb5\x04\x07\xc3\xb9\x3f\x07\x32\x22\x95\xc6\xc4\xf1\xe8\xcf\x81\x2c\xa8\xda\x89\x73\xe2\x78\x54\x0b\x9e\x13\x77\x8d\x91\x29\x6b\xa8\x16\x38\xfa\x8d\x47\x3d\x30\xa5\x1c\x45\xfb\xcb\x89\x55\x1e\xeb\x1c\x76\xed\x29\xb3\x0b\x7a\x3e\x1f\x33\x40\x8d\x11\x32\x04\x72\x77\xb9\x4d\x09\xe8\x2e\x37\x29\x01\xf1\x28\x8f\xff\x5f\x39\x00\x25\x08\xeb\x8f\x47\xf1\xfc\x92\x08\xcb\x81\xfc\x56\xa1\x4a\x28\x4e\xee\xd2\xc6\xcb\xe1\x2b\x54\x5f\x0e\x5f\xda\x78\xe1\x4b\x74\x69\x83\x43\xe5\x78\x14\xb9\x44\xd0\xe7\x5e\xf2\xaf\x05\xff\x1b\x33\xfd\x51\x3c\x73\x1e\x9d\x7b\x39\x35\xc1\xfa\xe5\x94\x42\x0b\xd2\x11\x41\xf0\xf1\xf4\x03\x99\x75\xd5\x02\x8e\x64\xee\x9a\x17\x04\x85\xe7\xae\x1d\xa3\x5f\xd9\xd9\xbd\x09\x1c\xc9\xdc\x25\x9c\xb7\xf4\x2b\xa5\xbc\x65\xd0\xb0\x2a\x27\x43\x7b\x82\x50\x9c\xe0\x38\x73\x41\x88\x3d\xac\x19\xcd\xdd\xb5\x90\xde\xca\x98\x38\xbf\x85\xd8\x25\xba\x8f\xc3\x97\xe8\x3c\xae\xee\x52\xd9\x47\x4a\x91\xca\x3e\x0e\x1f\x4f\x39\x74\x33\xbb\x44\xf7\x91\x15\xc2\x9a\xd9\x4f\xcd\x97\x35\x4b\xfb\x5a\x1b\x9e\x13\x67\x35\xdb\x07\xa1\x92\x55\x56\x1f\xa8\x3b\xab\xac\x74\x15\xbb\x16\x03\x41\xa6\x91\xd5\x4e\x5f\xc4\x64\x56\x3b\x7d\xed\xb3\x34\xe8\x39\x71\xd7\x44\xf8\xb2\x64\x9e\x8c\xc6\x17\x72\xf6\x74\x33\xbe\xf6\x4a\x65\xf5\x45\xf0\x67\x95\xd5\xd7\x55\x90\x42\x39\xdc\x8d\x9c\x0e\x64\xb9\x25\x49\x4f\x73\x73\x3a\x10\xba\x92\xea\xbe\x2c\x8a\x47\xa1\xf1\x75\x51\xba\xdd\x70\xf8\xe8\x90\x71\x49\xdd\xec\xde\x0c\x0f\x77\x89\x67\x5c\x90\xaa\x6e\x4b\xb1\x81\xf2\x6d\x29\xae\x71\x46\xf0\x0f\xdc\xce\xc8\x88\xf6\x71\x29\xae\xc2\x86\xd0\xd5\x19\xf1\x3c\x3c\xa0\x25\xda\x71\x41\xc6\x8b\x3c\x1e\x97\xe4\xcd\x72\x0f\x3c\xd8\xc8\xc8\xe3\x71\x61\xd7\x10\x0b\xb9\xe0\x00\xda\xab\x61\x37\x6c\x77\x5a\x0a\xd4\xed\x24\x62\x7e\x41\x87\x10\xc2\x2d\x72\x88\x67\x2c\x83\xb8\xc2\xc8\xc8\xe3\xa1\x63\x49\x78\xe3\x82\x37\xa5\x8f\x90\x2c\xa4\x74\x3e\xa6\x66\x34\xea\xf0\xbc\x96\xf0\xc6\x05\x3f\x40\x46\x94\xcc\x60\x4a\x76\x43\xda\x78\xfc\x18\xa6\x0b\x57\x21\xb1\xb5\x15\xae\x42\x62\x7d\xc3\x55\x48\xae\xef\x63\xcd\x58\xcf\xe1\xa2\x70\x22\x9b\xc3\x55\xf0\x44\x36\x9c\xf6\xbb\x5b\x73\x15\x0e\xaa\xa2\x57\xb7\xb3\x81\xa4\x1f\x77\x58\x55\x13\xda\x8d\x2e\xa4\x1b\xd9\x76\xd9\x07\xf3\xe8\x77\xdc\x2e\x77\xb6\x5d\x94\x95\x67\xbd\x83\xf3\xda\x1c\x4e\xac\x0e\x5e\x38\x93\x1e\xc1\x12\xc1\x58\xc6\xc3\x66\x2c\x11\x8c\x0b\x5a\x73\x08\x19\xe0\x73\x20\x94\xc3\x4e\xc1\x78\xe0\x5f\x02\x1a\xcb\xf0\x94\x35\x1c\xe0\xe3\x00\xf3\xf3\x4b\xc1\x3f\x3c\x91\xcd\xc5\x8a\x39\x1c\x0a\x87\xcb\x01\x6d\xe4\x62\x3b\x4e\x46\xb1\xd4\xc5\x3f\x5d\xc6\xe6\x23\x44\xb1\x18\x33\x9d\x03\xa5\x31\xb2\xf2\x09\xa5\x31\x32\x86\x29\x49\x2b\x0b\xfa\x5b\x4b\x5d\x31\x1c\xe7\x41\x58\x65\x78\x8a\x3c\x74\xf7\x08\x24\x5c\x10\x99\x8a\x7b\x3b\x38\xdd\xcc\x04\x12\x2e\xc8\xcc\xa1\x52\x46\x46\xdd\xe6\x9f\xa5\x48\xbe\x53\x8a\xf7\x17\xcd\xaa\x30\x01\x3d\x45\x1e\x9e\x5f\x12\x39\xb8\x20\x43\xa8\xf6\x59\xe9\x55\x1d\x91\xe4\x5c\x1d\x82\x8b\x8f\x5a\x18\xba\x7b\x44\x0e\x2e\x48\xaf\x50\x38\x03\x87\x2e\xb2\xdd\xc0\x83\xcb\x84\xdd\x2d\x48\xbb\x76\xa3\xc8\xa0\x88\xd8\xa1\x0b\x97\x4f\x43\x26\x20\x22\x62\x87\x67\x9f\x84\xdd\x2d\x68\xcd\x5d\x08\xfb\x9e\x5e\x39\xfc\x66\xcd\x0a\xef\x66\x55\xec\x57\x10\xb3\xb6\x20\xcb\xad\xd4\xe4\x38\xb3\x5c\xca\x36\xce\x20\xcb\x85\x2a\x1b\x75\xcb\x98\x72\xa1\x9d\x46\x95\xe7\xba\x1f\x6f\x83\xa9\x10\xb3\xb6\x20\xc2\xdb\xe1\xe3\x0d\x96\x4b\xb9\xc8\x29\x63\xb9\x70\xd2\x46\x75\x41\x9d\x8d\xea\x10\x1c\xbe\xce\x61\x46\xa5\x8c\x3a\xed\xc6\x81\x3b\x87\xf2\x52\x88\x72\x42\x59\x2e\xa5\x66\xc5\x9a\xcc\x2a\x9c\x86\xc5\x94\x55\x38\xf8\x99\xe5\x52\x88\x72\x60\x59\x08\x87\x5b\x90\x76\xe3\x94\xd2\x2e\x4a\x72\x78\x7e\x99\xe3\x7c\x6c\x37\x8a\x90\xc9\x09\x3f\x56\x78\x87\xa5\x12\xbf\xab\x60\x4e\xef\xa5\x98\x6c\xce\x95\x62\xb2\x0d\x16\xe5\x3e\x1f\x6f\x8a\x2d\xae\x51\x73\x26\x95\x8b\x6d\x30\x7c\xe5\x62\xc3\xcd\x2e\xae\x20\xb1\xe9\x51\x2e\xfb\x8c\x21\x5e\x2e\xdb\x9d\xb6\x1b\x42\x46\xf4\x38\x75\xec\x93\x14\x57\x10\x87\xb6\x5c\xf8\x12\x83\x93\xd1\x72\xa9\xbb\xba\x13\xab\x4c\x25\x68\x3a\x8a\x6b\xc4\x51\x68\xb9\x14\xb1\x1e\x85\x16\x97\x8c\x88\xf9\x72\xa9\x8e\xfa\xb0\xd4\x8f\x25\x33\x65\x6a\x87\xcc\x3c\xbc\x1f\xf8\xb7\xc5\x58\xb2\xd1\x9d\x2b\xf5\x1e\x11\xd6\xe1\x69\xfd\xe8\x04\x3a\x78\x3c\x3f\x70\x68\x8b\x81\x67\xa3\x93\x06\x6b\xa4\xd9\xd0\xa1\xf5\x78\x7e\x90\x5b\x1d\x9e\xc7\x8f\x70\xf8\x4a\xe0\x90\x90\x54\x38\x9c\xa3\x86\xa7\xf5\x23\x24\x24\xf5\x0f\x67\xa1\xe5\xca\xbf\x0c\xe7\x2c\x83\xe4\xf4\x28\xd2\x42\x6c\xc1\x50\x8c\x4a\x1b\xe1\x54\x49\x0b\x21\x59\x29\xe9\xc3\xa9\xba\xcf\xc7\x4c\x86\x0b\xa8\xe3\x5c\x5c\x40\x0f\x4a\x8b\x0b\x18\x8e\xde\x15\xd3\x17\x2e\x2e\xd1\x70\x79\x35\x02\x06\x7a\xa0\xa8\x32\x47\xd0\x49\x95\x95\x27\xa3\x9e\xce\x8f\x81\xa9\x5d\x54\x99\x83\x4d\x95\xe2\x22\x90\x4a\x53\x8c\x86\x1b\x3a\xce\x25\x1f\x38\x80\xf6\x0a\x2b\xd6\xb3\xfb\x31\x5c\x5e\xa7\x99\x10\xea\x62\x34\xdc\x98\x30\xb7\xc7\xf1\x63\xba\x26\xaa\xb2\x89\x25\xea\xf9\xfb\xe0\xdc\xb4\x18\x0d\x37\x08\xa1\x0e\xcf\xd4\xc7\x74\x51\x70\x96\x06\x31\xd3\xe5\x52\x0d\x4e\x57\x41\x35\x38\xa5\xd0\x9f\xbf\xa5\x21\xd5\x11\xc9\x41\x51\xd4\x21\xba\xc6\x1e\xb1\x8f\x97\x44\xa7\x68\xe7\xdc\xb4\x18\x67\x37\x5e\x8e\x48\x49\xff\x72\x44\xea\x5b\x7c\xe1\x62\x24\xdd\xe0\xa0\x34\x3c\x62\x1f\x2f\x74\xb5\x47\xec\x43\xe7\xb7\xe0\x1a\x0f\x9c\xdf\x28\xf8\x21\xe3\xa5\x40\xb2\xcf\x2f\x09\x49\x3d\xf0\x52\xe4\x74\x7b\x25\x5d\x75\xbb\xc1\xf1\xbc\x47\xec\xc3\x7c\x71\x83\xf2\x86\x09\xe2\x86\xdd\x0d\xcf\x4d\x8b\x7a\x4f\x97\xb5\xa8\xf7\x48\xa7\x8e\xa2\x5a\x78\xcb\x46\x0e\xff\xed\x88\x14\xfc\x64\x48\x17\x03\xeb\x86\x07\xa5\x45\x3d\xf0\x76\x51\xec\x33\x89\xcb\xc5\x80\xb7\x81\x17\x5a\x8c\x52\x1b\x6f\xd7\x48\xd1\xfe\x56\x6a\x9e\x4e\x4e\xba\x71\x3a\xa9\x14\x39\x9d\x94\x8f\xd4\x03\x1f\x57\xd0\x4e\x92\x7d\x1b\x45\x2f\x85\xa0\xe9\x62\xb4\xd8\xf8\xa8\x8d\xd5\xd5\x9e\x6e\x16\x9d\x16\x72\x78\xa2\xea\xa5\x90\x15\x5a\x8c\xe9\x1a\x9c\x6e\x16\x63\xba\xc6\x87\xab\x04\x92\x8a\x8e\x68\xe5\x92\x14\x66\x5f\x16\x25\x29\xae\x38\xbf\x2c\x86\x2d\x8d\x6f\x58\x1a\xc2\x4a\xbb\x7e\xbc\xad\x9e\x92\x94\x1b\x64\x20\x86\xb1\x0b\xc3\xf0\x64\x63\x17\xc6\x17\xca\x31\x76\x61\x18\x80\x6c\xec\xc2\xe0\x4c\xd2\xab\x13\x16\x1c\x40\x1b\x9a\x8e\x77\x4f\xce\xe4\xc4\xb2\x18\x4e\x33\x2f\x98\xdd\x70\x9a\x49\x52\x61\x90\xe8\x5a\x26\x57\xb4\x14\x43\x55\x4c\xa3\x8b\x8a\x76\x9a\x44\xfe\x16\x43\x55\x26\x6e\x67\x31\x54\xc5\x24\xbb\xc2\x5d\x02\x0b\xd2\xc9\x6a\x37\x60\x67\x63\x26\x26\x07\x98\xc5\x60\x94\xe9\x11\x65\x45\x95\xcd\xe4\x3c\xb7\x5f\x47\xf5\xcc\x84\xe1\x52\xd1\x73\x33\xa1\x51\x2a\x8a\x6d\x72\x60\x59\x0c\x20\x99\x09\x5b\xc4\x30\x8f\xa9\x5f\x59\x51\x7b\x33\x39\x7a\x88\x7d\x12\xf8\x5b\x0c\xe4\x98\x29\xf8\x6d\xb7\x8f\x83\x3e\x76\xdb\x45\xe1\x90\x11\xbd\x20\xcb\x9b\x6c\x57\xa2\xeb\xb6\xcb\xfd\x15\x86\x6a\xcc\xe4\x64\xc0\x73\x93\x23\xc9\xa8\xc9\x8f\xb1\xea\x0c\xb7\x98\x89\xbd\x58\x03\x48\xe6\x8d\x6c\x33\x80\x64\xea\x2a\x1a\x40\x32\x6f\x97\x17\xaf\x73\x7a\x70\x58\x31\xa7\xa6\xb1\xbc\xa4\x35\x2f\xc8\x6a\xa3\x42\xa7\x9e\xa3\xc1\x27\x13\xcf\xb1\xa4\xf0\x63\x34\xaa\xb1\x28\xf3\xf6\xfa\x8e\xf0\xb7\xe8\x1f\x72\xa0\x17\xa4\xaa\xc7\x76\xcf\x78\x43\xb8\xd9\xd7\xf8\x8a\x49\x1c\x70\x31\xbe\x62\x92\xc9\x5a\xee\xeb\xfc\xf6\x03\xa4\x1b\x0f\x94\x72\x4b\xec\x0f\xda\xc9\x28\x97\xf9\x38\xc0\xc7\x52\x08\xf6\xc6\x50\x9b\xcf\xf0\xb7\x5d\xd8\x81\x21\x0c\x7e\x7b\x3e\x76\x08\x7e\xcc\xee\x9c\x11\x32\xf3\xd9\xc2\xbb\x18\x7d\x31\x1f\x0c\x26\xe3\x2b\x26\x41\xb5\xc5\xf8\x8a\x89\x27\x59\x0c\xa8\x98\x7a\x92\x46\xd7\x4c\xc2\x66\xcb\x2d\x01\xeb\x3a\x1a\x3f\x33\x33\x24\x6a\x7c\xc5\xe4\xe0\xb0\x18\x50\x31\xc9\x54\x0e\xa3\x6b\x66\x56\xc6\x60\x14\xcc\xec\xf0\xef\x03\x99\x2b\x6c\x84\xe9\x29\x63\xcd\xf6\x0a\x73\xa3\x66\xbb\xc1\xa6\x59\x65\xc3\x78\x72\xb5\x51\x54\xcc\xab\x89\x53\x5a\x8c\xa8\x98\x79\xd8\x90\x55\x4d\x7f\x6b\x9f\xe5\x75\xa4\xd7\xc4\x75\x8c\xaa\x40\x2a\xc4\x10\x54\xec\x8b\x49\x60\x6c\xb9\x25\xb3\x72\x6a\x0e\xe1\x66\xab\xfb\xb1\x2a\xaf\x85\xc1\x70\x9b\xc5\x35\xc2\x72\x99\xd5\x86\x30\x37\x66\x75\xda\x31\x37\x66\x75\xda\xb1\xf2\x26\x07\x7a\xc5\xf0\x8b\x59\x25\x24\xe5\x22\xfe\x5e\x54\x45\x1d\xfe\x5e\x31\x38\x63\x56\xe9\x4a\x22\xac\x48\x06\xa3\x31\xa6\xee\x5f\xad\x07\x42\xde\x92\x59\x55\x4c\xd6\x03\x99\x0d\xac\x80\xe9\xd9\xa0\xc1\x45\xb3\x62\x8a\x1a\x4d\x34\xf1\x06\x8b\x91\x1c\xb3\xca\x38\xcf\xf9\x98\xaa\x30\xa0\xa6\x67\x83\x86\x0f\xcd\x26\xe3\xe0\x66\x4f\x9c\xb4\x62\x70\xc6\xf4\xe4\xd0\xf0\xa1\x89\xcf\x56\x8c\xd5\x98\x0d\xbb\xb5\x62\x7c\x4d\x22\x52\x8b\xa1\x1b\x93\x73\xc5\xa8\x58\x1f\xd3\xa3\xc2\x8a\x79\x35\x9b\x82\x42\xf9\x8c\x0b\x57\xee\xf2\xeb\xad\x9e\xa9\x43\x67\x14\xc4\x6c\x18\xb5\x86\x1a\x4d\x3c\xb8\x62\xac\xc2\xd4\x47\xab\x0a\x6f\x8e\x15\xcb\x5d\x0f\x64\x32\x94\xe5\x1d\xbd\x7e\xbb\xbc\x3a\x65\xb7\x2b\xd6\x65\xb2\x7e\xa0\x55\x35\x21\x14\xea\x8a\x75\x47\xdf\x4f\x29\xe3\x73\x01\xbb\x84\xe3\x02\x76\xe7\xa6\xfb\x5b\x1c\x3a\x63\x15\x66\x57\xa5\xa8\x43\xba\x53\xe5\x02\xe2\xc1\x15\x83\x13\x66\x57\xa6\xba\x62\x7a\x70\x86\x1f\x98\x32\x1b\x55\xfd\xd3\x25\x1c\x97\xa8\x2b\x9f\x5c\x22\xfc\xbb\x62\xbc\xc1\x0c\x25\xae\x2a\x94\xb0\xd9\xa8\xea\xae\x90\x8d\x54\xa1\xe1\x4c\xaa\x42\x43\xe6\x56\x95\x85\x0a\x27\x2c\x45\xdf\x1a\x42\x30\x43\xe9\x15\x07\xfa\xdb\x22\xa4\x57\x2e\x59\x38\x39\xea\x1f\x8f\x33\xdb\x65\x43\xe8\xcc\x76\xd9\x10\x16\x52\x53\xa5\x78\x9c\xd9\x54\x29\x84\xaf\x86\x11\x5f\x13\x8f\xae\xdc\x2a\x2b\x8e\x33\xcb\xa3\xb2\x1a\xec\x0b\x3d\x2a\xab\x01\x1b\x35\x35\x0c\x87\x9d\xe5\xb1\x1b\x78\x74\xc5\x83\xff\x39\xc2\x4e\x76\xa1\x35\xdb\xab\xb0\x66\x7b\xb5\xf7\xc1\xca\x73\x7a\x85\x8c\x79\x4e\x43\xb8\x25\x4d\xdd\x45\xf6\x6d\x34\xed\xb6\x01\xa9\x3c\x3f\xe1\x1b\x68\x9f\x31\x37\xda\x4f\xf8\x06\xda\x67\xf4\xad\x27\xee\x93\x90\xdb\x68\x6a\xb6\xc9\x35\x56\x8f\x06\x94\xce\x61\x53\xd1\x4d\xcc\x8d\xa6\xa2\xe3\x36\x84\xf2\x68\xaa\x70\xc8\x1a\xed\xd4\x8c\x11\xef\xe1\xfd\xf4\xcc\xb5\x9d\x9a\xe1\x32\x0f\xef\xe7\x44\x00\x1b\x68\x67\x32\x6e\xb4\x53\x33\x6a\xc1\x23\xf6\x39\xa7\xa5\x56\x05\x6b\x3c\x6a\x09\x4f\x55\x9b\x1a\x86\x0c\xda\xf2\x28\xad\x5f\x12\x83\x0a\x87\x3b\x1a\xca\xa3\xb4\x7e\xb9\xfa\xcf\xf9\x2d\xc3\x57\x87\xbc\x5c\x7d\x05\x30\x57\xb8\x95\x47\x3d\xcf\x15\x6e\x61\xec\xdc\xc4\xcf\x2c\x1e\xcf\x7b\xef\x5a\xf1\x3c\x7e\xbe\x86\x1f\x67\x21\x93\xa3\x86\xf1\xee\x34\xcf\xe3\xbd\x2c\x2d\xda\x19\x02\xd6\x96\xc7\xf3\xa6\xf9\x46\x3b\x43\xc0\xda\xf2\x78\xfe\x9f\x2f\x40\x73\x44\xe8\x10\x4f\xeb\xcf\x05\x68\x8f\x22\xf7\x2d\xe3\x38\x40\xee\x25\x8b\xe6\x00\xbd\x88\xec\xe1\xd0\xf5\xdc\x3c\xe6\xd1\xbe\x57\x8d\x15\x0f\xef\xb9\x6a\x6c\xc1\x5f\x5e\xd9\x50\xbc\x4b\x2c\x9a\x26\x11\xd7\x83\x45\x53\x57\xbd\x11\xc0\x4f\x3d\xa5\xcc\x6b\x3d\xa5\xcc\x8d\xaa\x8b\x1b\xbf\xca\xa3\x47\x43\x2c\x6f\xf1\x84\x7d\x72\xc7\x48\x79\x14\xa2\x7a\xac\x8f\x42\x14\x8f\xb5\x78\xfe\xee\xc5\x54\x61\x8c\x9e\x57\x4f\x15\xcf\xd0\xbd\x6b\xaa\x78\x68\x7e\xf2\x6b\x0d\xac\xf3\x3a\xa5\xf2\x28\x8f\xb9\x21\x29\x5a\x39\x90\x35\x71\x01\xf5\x58\x1f\x45\xdd\x87\x1d\x62\x03\xeb\xbc\x8c\x28\x9a\xb3\xfe\x71\x79\x71\x8d\xbd\x6e\xa8\x78\xb8\x6b\xaa\x6e\xf1\x34\xd7\xfb\x85\xa2\xb9\x44\x1c\xd0\x16\x0f\x77\xbd\x23\xc8\xdb\xef\x8a\xa9\xba\xc5\xd3\x5c\x53\x75\xa3\xa9\x6f\xf1\x85\xc3\x90\x3d\x6e\xf2\x59\x90\x89\xfd\x22\xbd\x3c\x91\x9d\x5f\xd9\x57\x15\xea\x01\x6d\x53\x85\x1a\x9f\xdb\xea\xf9\x78\x2f\xa8\xc7\xb7\x26\xe3\x86\xf1\x6e\xa6\xdb\x16\x4f\x73\xcd\xaf\x0d\xc3\xdf\xe6\xd7\x11\x29\xdb\xf0\x94\x0b\x99\xac\xb5\x5f\xf8\x4e\xc4\xac\x55\xb3\x60\x83\x98\xb5\x6a\x16\x6c\xe1\x24\xb8\xf6\x0b\x1b\x88\xa3\xdf\x6a\x52\x6c\xe1\xac\x77\x41\x96\x6c\x1b\x23\x0b\x22\xae\xb6\x56\x5c\x10\x39\xd1\x6d\x17\x3d\xcf\x69\xee\x82\xb0\x51\xb7\xa1\xe1\x6f\x6d\x08\x7b\x91\xe3\xdb\xea\x2d\x31\x85\xf3\xda\x7a\x72\x64\x09\x4b\x5b\x10\x62\xe8\x8e\x08\x13\xb0\x75\x46\x64\x52\x6c\x8b\x5b\xc8\xe4\x6c\x51\x57\x3b\xbe\x71\x21\xa1\x76\x41\xc6\xfb\x24\x21\x7d\x7e\xfc\x2d\x4c\xc7\x11\x6c\x35\x29\x36\xb8\xbf\x70\x41\x6a\x7e\xe8\xb3\xf1\xb9\x84\xc3\xd5\xce\xa9\x6a\xb4\xa0\x93\xb7\x1a\x26\xba\x90\x86\x72\x15\xee\xc9\x21\x58\x6e\x41\xda\xcd\xe7\xb7\x5f\x4a\x69\x48\xff\x96\x90\xb6\x6a\xae\x6a\xe1\x6c\x70\xc1\x42\xa9\x35\xbb\x82\xc5\x9a\x59\x41\x22\xdc\xea\xc9\x64\xed\x97\xbd\xc2\xe1\xe1\xb8\xaf\xf6\x9b\x5d\x23\xce\xf7\x16\x4c\x7c\x7c\x20\x0d\x25\xdb\xc5\x16\x23\x4b\x74\xc1\x0e\xb4\xcf\x1c\xbb\x71\xb9\x63\x35\xcf\x35\x88\x7f\xab\x27\x59\xb5\x4b\xb1\x8f\x93\x53\x9b\x90\xc9\x91\x44\x39\x64\x2d\x9c\xe0\x55\x2f\x05\x8a\x2e\xc5\xea\x2a\x77\x29\xf6\x71\xea\x92\x55\xa1\xac\x38\xee\x5b\xf0\xa1\xd4\xaa\x9c\xba\x74\x4a\xa1\xc9\x76\x09\xa9\xf9\xb6\x93\x58\x2e\x9c\xfe\xd5\x93\xf7\x4a\x4c\x57\xed\x44\xe0\x46\xbf\x7f\xb9\xc7\xbf\xbe\x45\x02\xc9\xa0\x38\xdd\x41\xc0\xd7\x82\xcc\x6b\x3b\x70\x0b\xb3\x2e\xc1\x66\x74\x55\x97\x60\x33\x6a\x3e\xf7\x03\x19\x9f\xf4\x8b\x4b\x5e\xb2\x0c\x6a\x78\x6e\x97\x7e\xb3\xb4\xdf\x43\xc8\xac\x3f\x45\x68\xbb\x55\xc8\x02\x3e\x4d\x08\xbf\xca\x73\x7a\xd9\xfd\xe9\x42\x56\x4c\xbe\xc9\x48\x3e\x6e\x9c\xac\x3d\x4b\x65\x61\x37\xd8\x73\xe0\xe4\xac\x9a\x8d\x5a\xb2\x5c\x95\xbd\xab\x54\xae\x22\x3c\xb7\x90\x15\xba\x60\x06\x26\x21\x43\xc8\x8f\xf0\x0d\xcc\x42\x48\x23\xd3\x50\x91\xab\xe4\x48\x0e\x77\x4b\x91\x51\x8a\x73\x95\x0f\x2c\x94\x76\xe1\xa0\xf4\x40\xe6\x2a\x87\x90\x0b\x55\xa5\x7d\x6e\xde\x2a\x45\xda\x2f\xb8\x8a\x04\x8b\x2d\x38\x29\xb5\x2a\xb4\x62\x91\x24\x0b\x73\xc5\x29\x54\x35\xed\x35\x88\x2c\xab\x27\xed\x95\x88\xaf\x6a\xda\x6b\x74\xb9\xb9\x4a\x0c\x72\xb3\x47\xbf\x9c\x1d\x55\x53\x57\x83\xdb\xe0\x16\xa4\x5d\x89\xb0\x22\x63\x8a\x54\x57\xa5\x0d\x79\xbd\x0e\x4b\x8b\xb0\x01\xab\x90\xe5\x56\x12\x54\xac\xba\x22\xe5\x54\x07\x98\x6d\x17\xb5\x4f\x68\x59\xed\x1c\x0c\x17\x92\x35\x17\xac\xc0\x5b\x68\xcd\x36\x84\x55\x57\x5c\x6e\x0f\x86\x8b\xcb\xed\xd1\x6f\x71\xb9\x9b\xb4\x21\x73\x37\x76\x14\xbb\xdc\xdc\xa4\x8d\x46\x43\x4d\xc1\xd0\x1e\x21\x42\xb4\x59\x33\x76\x4d\x97\x7f\x3d\xdc\x2d\x4a\xdc\xe6\x10\x5c\xdf\x66\x27\x4b\x15\x72\x29\xb3\x4b\xe6\x21\x6b\x71\xc9\xc8\x46\x2d\xc5\x25\xeb\x2e\x59\xa5\x2a\x5d\xf4\xa2\x30\xc3\x27\x2f\xc5\x11\x75\x39\xb4\x9f\x8f\xa9\xd9\x01\x76\xb6\x3d\x8b\x03\xec\x32\xac\x92\xc1\x43\xd6\xae\xae\x36\x88\xb8\xab\xab\xfb\xb0\xa1\xf3\x31\x94\xa3\x72\xee\x2e\xa8\x93\x43\x10\x71\x29\x4e\x8e\x47\xb0\x5d\x21\xa3\x03\x5f\x14\x6e\xdc\xab\x17\x44\x8b\x55\x73\x57\x83\x68\xb1\x05\x21\x6f\x85\x0c\x31\xc5\xde\x44\xbc\x20\x5c\xa6\x51\xa0\x4f\xde\x95\x39\x21\x3b\x6b\x23\x98\x9d\xda\x95\x2a\xf8\xe4\xa5\xd8\x2b\x7d\x72\xc2\xc3\x6a\xf7\x94\x35\x14\x32\xfa\xe4\xa1\x90\x09\xc7\x7b\xfa\x8c\x5b\x52\x22\xfd\x5a\xf0\x73\x3f\x56\x70\xad\xde\x82\x4c\xc6\x19\x1f\x56\x6c\x39\x23\x80\xb9\xb9\x74\x6f\x41\x08\x47\xa9\xc9\xdd\x5a\x11\xd7\x81\xac\xb6\x42\x74\x48\x47\x0e\xd7\xad\x80\xb8\x4e\x29\x4b\xa4\x4c\x25\xd0\x39\xe2\x3a\x1f\x7f\x81\x96\x22\x08\x43\xc9\xa7\xef\x5f\x1d\x82\xbe\x7f\x68\x22\x90\x05\x5b\xea\x69\x08\x13\x30\xb4\x18\x74\xe7\x43\xb9\xa8\x3b\x5f\x4f\xbb\x84\x00\x85\x62\x92\x20\xe9\x08\x4d\x84\xc1\x34\xd7\xd3\x2b\xd4\x6d\x68\x22\x70\x12\x5c\xea\xe9\x24\x33\x59\xed\x95\xde\x7d\xb5\x66\x1d\xf6\x50\xa6\xea\xa1\x87\x66\xeb\xb4\x21\x55\xa8\x5e\x76\x55\x67\x12\xd9\x5c\xaa\x92\xcf\xe3\xdb\xd0\x8a\xd5\xe9\xae\xaa\xc1\x17\xae\x54\x68\xd4\x12\xe8\x5c\xaa\x6a\xd0\xe3\xdb\xaa\x20\x34\xed\x35\xb4\x27\x5e\x38\x1e\xa1\xb4\xd6\xe9\xae\xca\x45\x9d\xee\x50\x5a\x7b\x7c\x1b\x9a\xbc\x1c\xdf\x46\x68\xf2\x7a\x07\x79\x55\x88\x7a\xe9\x78\x55\x6a\x92\xd8\x1a\xa1\xa4\xd7\xf9\x0d\x07\xf8\x3e\x9d\xec\xc2\x17\x90\x86\xb8\x75\x2f\xc2\xf1\xbe\xa5\x0d\x25\x1f\x69\xaf\x11\xcf\xf9\x98\x5e\x39\x5e\x4e\x64\x23\x1c\x11\x27\xb2\x11\x76\x92\x10\xe3\x52\x8b\xdd\x40\xef\x85\x7d\xe6\x76\xe8\x52\x95\xa9\x9e\xd7\x86\x82\x5f\xef\xb7\x2a\x62\xf5\x6f\xab\x8a\xce\x1b\xb1\x42\xb5\xc0\xc5\xcb\x85\xed\xf3\x6a\xea\x6a\x84\x46\x01\xee\x6e\x84\x56\x80\xc7\xb7\xe1\x6c\x7c\x9c\x0d\x15\x1d\xb7\x5a\x95\xaa\x2a\x23\x93\xb5\x54\x95\x15\x99\xac\xa5\x6a\xe3\x7e\xe4\x14\x8d\x5a\x1d\xe9\x50\x87\x78\xd6\x1b\xce\x24\x97\x09\x97\xda\x0e\xf4\x63\x66\xe3\xa3\x28\x28\x74\xc3\xc3\xdd\xaa\x00\xfe\xca\xfb\xce\x24\x57\xe2\x96\xaa\x00\x26\x3c\xb9\x90\x23\xbb\x20\x8b\xe2\xc4\x7a\x33\x55\x38\x93\x5f\x47\xa4\x86\xc1\xdd\x2d\x55\x2d\xe1\x65\x53\xe1\x3c\x1b\x8f\x1c\x4e\xec\xd7\xf5\x55\x95\x7d\xe5\x5f\x0d\x0a\xe2\x91\x4b\x55\x5a\xe3\xfd\x06\xb1\x82\x35\x2e\x69\x92\x89\x8d\xcb\x4e\x32\xb1\x81\x7f\x5b\xd8\xb9\x5d\x90\xe5\x46\xa8\xc6\xe5\x10\x98\xf6\xe0\x24\xb8\xb0\x55\xbb\x20\x8c\xc3\x2a\x04\x97\x3e\x15\x76\x5f\x6b\x18\x62\x1c\xe8\xdb\xe0\xd2\xa7\x52\xc3\xaa\x64\xba\x76\xff\x52\xf0\x07\xb7\x9e\x06\xf7\x06\xd6\x93\xd8\xca\xbd\x81\x0b\x6e\xfd\xda\xd0\x37\x26\xb6\x96\x86\xbe\x89\x04\xe1\xb0\x07\xbc\x20\x13\xc9\x8a\x05\x81\xbf\xc1\xfb\x15\x35\x3c\xcd\x65\x87\x78\x41\xe8\xb7\x5b\x15\xa6\x18\x1b\xc6\x0b\x22\xbd\xba\x35\x23\x18\xd8\x3f\xae\x66\x94\x06\x57\x10\x2e\x48\xbb\xdd\xdf\x2a\xf9\x58\xfc\xc0\xbd\x0d\xe2\x19\x17\xb4\xcf\x74\xd2\x48\x5f\xc2\x1b\x17\xf4\xe3\x2e\x64\x3d\xfb\xf9\x98\xd9\x40\xf0\xc7\xed\x78\x51\xb7\xe1\x69\x6e\xb8\xda\x37\x3b\x4e\xec\xd4\x2e\x08\xdf\xb8\xf8\xb7\x34\xe8\x6a\x13\x16\x5c\xd8\x8b\xad\xa1\xb7\xdb\x6e\x6b\x46\xa8\xb0\xf9\xba\x20\x1f\xdf\x56\x85\x6d\xcd\x25\x83\x35\x88\x12\x2e\x24\x3d\x2f\xd8\x80\x55\x68\xbb\x4d\xc8\x88\x6e\xa1\xb3\xc1\xce\x40\x70\xb8\x5b\xc8\x63\x5e\x90\x37\x13\x90\xc7\xa1\x8b\x1a\x98\x26\x5c\xe9\x7c\x5f\xd7\x75\x3e\x66\x9e\xf1\x06\x43\x07\x96\xbd\xd8\x1a\xfb\x60\x78\x7d\x6c\x55\x8b\x41\x17\xf4\x63\x76\x97\xd9\xf5\x5c\xf0\x4d\xe9\xf9\xed\x17\xe8\x78\x97\x00\x5e\xb0\x08\xe9\x73\xb6\x1b\xb0\x2f\x3b\x99\xd5\xf4\xd3\xc2\x4e\xe6\x82\xac\x11\xc2\x3b\xb2\x2f\x48\x20\xad\x23\x2f\x25\xb9\x6a\xae\x42\xab\x2a\x42\xc7\xdb\x84\x03\xd8\x85\x76\x92\x21\x6c\xff\xf6\xbe\x08\x14\x5d\x90\xc9\xc9\xd6\xbc\xc8\x6c\x95\x26\xe1\x9b\x52\x6b\x1e\x74\x03\x1b\x21\xf2\xe0\x21\x8b\x6c\x43\xc3\x9a\x1d\x82\x9c\x52\xfc\x78\xfa\x5b\x47\x24\xe5\x14\x6b\x9e\x4c\x2c\xfb\x15\x51\x3a\xab\xc0\x7e\x45\x14\xb6\x3e\xd8\x60\x5c\x90\x3e\x23\x35\xa3\x74\xfb\x4c\x55\x05\x2b\xa0\x29\x08\xb7\x07\xbb\x4a\xbb\x90\x86\xa4\xc9\x22\x6b\x28\xdb\x0a\x5e\x0a\xa9\xba\x35\x8a\x2b\x88\xd5\x1e\xc5\x35\x52\xaa\xd4\xce\x72\x63\xd7\x44\xb5\x93\x0a\x0a\xcf\x98\xdd\xf7\x0b\xee\x44\x2a\x6e\xf4\x05\x37\x17\xf9\x06\xc8\x82\xc8\x1c\x99\xbd\x9e\x4e\x16\x21\x33\x29\x3b\xfb\x2a\x8e\x5b\x79\x26\x9c\x96\x16\x7e\x8c\x62\xef\x12\xbf\x61\xc2\xee\xa1\xc5\x0e\x04\x5e\x35\xd3\x50\xeb\x10\x3f\x36\x51\x10\x17\x5c\xdc\x52\x33\xe1\xb4\xb8\xa5\x16\xdb\x39\xbc\xaf\x4b\xc6\x69\x92\xd9\x73\x3e\xfe\xf2\xb1\x35\xc3\xb0\xfd\xfa\xe5\x7d\xfc\xeb\xdb\x42\x4d\xb6\x13\xbe\x71\xc2\x08\x38\x44\xf6\x05\x94\x05\x1f\x20\xa3\x6f\x58\xa2\xee\x4e\x71\xed\xf4\xaa\xaa\x0a\x37\xa3\x74\xa5\x97\x8e\x64\x77\x5e\xbb\xa3\xc7\xe9\x0e\x4f\x82\xbb\x32\x66\x47\xeb\xde\xd7\x25\xfb\x6e\xdf\x70\xc1\x47\xc8\xdc\xc8\xcd\xfb\x80\x76\x95\x56\xe1\x9b\x52\xe6\x46\x77\xcf\x9d\x90\xd8\xee\xde\xfa\xd8\x76\xf1\x70\xdc\x18\x89\x7d\x5e\xbb\x4a\xf9\x38\x16\xb1\x2f\x18\x42\xd6\x13\xe3\xc3\x14\xd2\xe2\xe6\x46\xec\x23\xd8\xfb\x22\xc8\x74\xc1\x0f\x30\x09\x19\x7e\xb1\x66\xc5\x24\x26\x51\x70\x35\x78\x71\x27\x24\x76\x3c\xee\x2a\x2d\x42\x1a\x92\x05\x49\x3f\x2d\x6e\x14\x44\x4c\x66\x52\x8e\xdc\x4e\xda\x82\xb7\x70\xf0\xb1\xed\x4e\xe6\x0a\xb3\x26\x42\xd6\xd7\x8e\x09\x29\x54\xf6\xd5\x0d\xeb\xf2\x1c\x57\x1c\x17\x5d\xf2\x18\x76\x52\xf6\x1d\x88\x2b\xfd\xe8\xd8\xb7\x16\xaf\x52\xa1\x84\xa4\x92\x24\xc6\xb6\xe8\x47\xc7\x50\xf0\xb7\x53\xca\x00\x65\xb2\xed\x77\xad\xd2\xf3\x31\xdd\x50\x67\x0e\x05\x7f\xf3\x63\xd7\xb7\x9d\x52\x56\x50\x29\xa2\xdf\xd5\xd5\x7b\xfb\xc6\xe3\x55\xea\x78\xa7\xed\x3a\xa2\x69\x43\x0e\xc1\xc9\x69\xac\xbe\xc1\xbc\xfa\xe0\xb1\x2f\x41\x5a\xa5\x21\xa4\xdd\x7e\x4a\x79\x1c\x48\xdd\xe5\x21\xab\xbe\x31\x97\xac\xaf\x8f\x4f\xa9\x1f\x17\x21\x33\xa9\xe5\x42\xa8\x6f\xd1\xdd\x8d\xe9\xd4\x29\xcc\x0c\xf5\xd5\xdd\x8d\xe9\xd4\x39\xcf\x64\xc1\xfa\x64\xd1\x82\x2f\x20\x55\x11\xdb\x5b\xf4\x33\x83\x13\xd9\x12\xda\x17\x2f\x45\x8e\xa6\x27\x47\xb0\x45\xd7\x31\x5e\x12\xbf\x13\x4b\x16\x6c\xd1\x57\x0c\x1e\xc6\x2a\xba\x7f\xe1\x11\xac\xee\x5f\xbc\xb4\x02\x9c\xf6\x7d\xc8\x7a\x5f\x49\xa9\xf9\x82\xbc\x93\x46\x81\x87\xac\xba\x61\xf1\x9a\x0f\xa5\x8f\x90\x45\xc9\x07\x32\x1b\x8a\x02\x0f\x59\xf5\xac\xc2\x67\xa5\x74\xa5\xc8\x82\x5d\x55\xf1\xf1\x9b\x05\x4d\xae\x82\x6f\x41\xe9\x68\xc5\x79\xed\x49\x41\x81\x9f\x59\x74\x78\xe2\xed\xfa\xca\xdd\x5c\xa0\x54\xf4\x70\xe2\x8d\x86\x49\xae\xe0\x7b\x38\xc0\x10\xd2\xae\x6b\xb4\x33\x5b\x17\x4c\xc2\x17\xf0\x16\x32\x84\x72\xaa\x62\x08\xe9\x97\x51\x3d\x35\xde\x48\xeb\xa4\x4d\x40\xda\x6b\xd1\xfd\x31\xed\xb5\xe8\xfe\x84\x1e\xeb\xf1\x77\xc8\x82\x2d\xc7\xdf\xd9\xe7\xb5\xab\x2a\xe0\x07\x03\x22\x69\x40\x78\x22\x7b\x5c\x98\x8f\x33\xa7\x60\xf8\x48\x47\xb2\xfe\xa7\x5b\x15\xd3\xfc\x09\x3b\xe9\x6f\x9d\x66\x99\x9b\x1c\xd9\x12\x32\xf7\x47\x2a\x93\x9b\xb9\x8a\xa9\x84\xfc\xfa\x71\xbc\x52\xf7\xc7\xf1\xf6\x03\x3f\x40\x7e\xfb\xc5\xbc\x48\xd2\xbe\x3e\xe9\x71\x1e\xbe\x92\x86\x76\xcc\x17\xce\x48\xda\x22\x5f\xdb\x55\x3e\x71\x01\x72\x39\x76\xf9\x17\x33\x2e\x69\x3d\xe3\x84\x96\xd0\x80\xf8\x62\xf2\x86\x4c\xf6\x45\x96\x27\xad\x67\xf2\x5c\xeb\x31\x79\xb9\xb5\xb8\x1e\x93\xf7\x8b\x7c\x22\xee\xb9\x8e\x0b\x15\xca\xeb\x8a\x75\xec\xf7\x21\x17\x6c\x40\xde\xc9\xd2\x9a\x1c\x97\x84\x83\xbe\x1d\x1c\x76\x56\xad\xc9\xb1\x9d\xc3\x55\x7a\xe0\x04\xee\x6e\x8c\x7d\x03\xf0\x82\x45\x58\x81\x55\xb8\xdf\x14\xe3\x0a\xeb\x4a\xfa\xe9\x2a\x6d\x42\x86\xc0\x4c\x0e\xfc\xbd\xaa\x85\x34\x12\x26\x3e\xf7\x24\xd6\x91\x4e\x37\x42\x58\xf9\xf8\xc0\xad\x51\x89\xd5\xae\xa4\x81\x2e\x98\x84\x8c\x08\x91\x33\x38\xfb\xac\xa4\x0e\x55\x92\x44\xd7\xc7\xb7\xb0\x50\x7a\x20\x23\x82\xb9\x07\x67\x9f\x55\x53\x6c\x70\x7e\x59\xb5\x7a\xc6\xf6\x06\xd7\xc7\x59\xc8\x88\x9c\x76\xdc\xbf\xca\x05\xd7\x75\xdc\xb2\x3e\x82\x81\x24\xd1\x05\xad\xca\xd9\x70\xda\x89\xde\xad\x5a\x2e\x03\x17\xae\x5e\xf6\xf9\x91\x08\xcb\x29\x85\x54\xec\xf3\x23\x5b\x21\x27\xc6\xd3\xa9\xd9\x4e\x3e\xd2\x06\xd6\xc7\xc0\xdf\xab\x5a\x1f\xa6\x76\xd6\xcb\x5e\x3d\xc1\x6c\x60\x8c\x98\xe9\x59\xaf\xf3\x5b\x87\x80\x31\x32\x1e\xc5\x55\xb5\x93\xbc\xb0\xa6\xb9\x31\x70\xd2\xaa\xe6\xc6\xc0\xef\xaa\x1a\x14\x23\xcb\x83\xec\xa2\x8c\x2c\x99\xb1\x4f\x32\xb2\x6b\x84\x18\x21\x4b\x74\x95\x9e\xdf\xb2\x0a\x3f\x4b\x21\x24\x84\xcc\xe0\x21\xd6\x8b\x9b\x11\x17\xa4\x1b\x58\x10\x43\x37\x2c\x1d\x38\x58\x5f\x64\xce\xe0\x6c\xb0\x6a\x50\x8c\x2c\x4d\xfe\x2c\xa5\x1b\x3f\x4b\x99\xe7\xe6\x00\x25\x42\x24\xd2\x28\x38\x96\x89\x3d\x97\xc1\x5d\x3d\xf5\xfa\x09\xed\x33\x23\x2a\x92\x19\xf2\x6a\xe8\x4a\x11\x5f\xbf\x20\x13\xdb\x7f\x79\x65\x43\xe5\xd5\xa1\xfb\x4a\x98\x26\xa3\x0c\x18\xb4\x5b\x93\xfa\xe6\xb4\xc3\x03\x7a\xa4\x87\x2c\xc8\x7a\xe2\x67\x8d\xa2\xf6\xc5\x70\x19\x65\xb2\x26\x88\xba\x51\x94\x13\xb8\x5d\xa3\x62\x10\x27\x2c\x95\x51\x5d\x04\xdc\xae\x51\x71\x8d\x93\xdd\xa8\x12\x5d\x9c\xd2\x6d\x21\x25\xbb\xb1\x9d\xb2\x05\xe9\x64\xc5\xf9\x25\x70\xbf\x9a\x06\x5a\x35\x20\x46\x1d\xac\x09\xf2\xd8\xac\xd0\xaa\x3d\x31\x2a\xbb\x0a\xc9\x3e\x73\xf8\x57\xb5\x27\x46\xdd\xf6\x44\xd5\x26\x18\x55\x19\x73\x7a\x85\xf9\x48\x78\x7d\x35\x0d\xb4\x6a\x31\x8c\x8a\x56\x24\xda\xbe\x0e\xdd\xbd\xdb\x9a\x71\xf7\x2a\x8f\x6a\x55\xd3\x40\x2b\x8f\x6a\x2d\xd8\xf8\x38\x0b\x07\x90\x9a\x1b\x0f\x42\x6a\x13\x8c\x1d\x16\xbc\x4a\xbb\xb0\x02\xe9\x55\x43\xe1\x70\xb9\x61\x35\xb3\xb3\x6a\x40\x8c\x86\xb1\x45\xc4\x7c\x35\xd1\xb3\x26\x05\x7f\x63\x72\x08\xa0\xaf\x43\x07\x8f\x88\xf9\x05\xfd\xad\x7d\x76\xf8\xa7\x2a\x68\x3f\xfd\xfc\xed\x17\xc8\x6f\x75\xff\xb8\xdc\x70\xc1\x9b\xd2\x26\x2c\x94\x86\xd0\x5e\x9d\x8f\x37\x5d\x11\x8b\x5f\x4d\xe5\xac\xe9\x7c\x8c\xc9\xc0\x5d\x87\xd5\xcc\xce\x9a\x7e\x7e\x9c\x29\xbd\x85\x10\xc3\xcf\x8f\x03\x78\x4a\x6d\x88\xd9\xe0\x84\xb2\x72\x2d\x73\x35\x2b\xb4\x72\x0f\x73\x25\xef\x73\x7d\x9c\x85\xfe\xd6\x8f\x61\x0d\xae\x65\x5e\xd0\x52\x7f\xeb\x5c\xa9\x8e\x02\x75\x74\xfb\x31\x37\xe4\x56\xad\x80\x11\x4e\x8e\x4a\x32\x24\x15\xd5\x60\xa0\x6f\x8f\x15\x10\xbe\x3b\xca\x46\xc1\x08\x24\xfd\xfd\x13\x42\x57\x38\xff\x83\x50\xdf\xca\xd5\xca\x75\x84\xe3\xd5\x28\x08\x09\x49\x45\x17\x30\xdd\xad\x66\x0b\xb8\xec\x56\xb3\xe1\xa3\x56\xae\x56\xae\xa4\x76\xae\x52\x6b\x76\xf8\xd9\x11\xe1\x85\xde\x2a\x3a\xbd\xd0\x5b\xfb\x82\xa3\xc2\x9a\xfc\x78\x38\x39\x9a\x1b\xc3\xc9\xf1\xb7\x03\xad\x78\x6c\x93\xe1\x78\x35\x46\x86\xab\xaf\x0a\x1d\xae\xfe\x4f\xc8\xa3\xac\x9a\x1b\x23\xec\x95\x10\x13\xe9\xd6\xa0\x20\x98\xb7\xa6\x9f\x90\xe1\xab\x8d\x87\xbc\xf0\x13\x22\x0a\xd4\xc6\x7a\x92\xb7\xea\x77\x4a\xa2\xea\xdb\xfd\x8e\xd4\x2a\x0d\x21\x6b\xa4\xbe\xd5\xa3\xbb\x55\xb0\x13\xef\xf7\xae\xbf\xde\xe3\x37\xb3\xb3\x1e\x23\x60\x22\xcc\xb8\x19\xb0\xfa\x5e\x55\x3d\x46\xc0\xb4\xcb\xaa\xea\x97\xd3\x6c\x2f\x5e\x72\xa4\xbd\x78\xf9\x9c\xad\x6a\xfe\x15\x76\xaa\x09\x61\x6e\x1b\x7a\xb1\xe3\x74\xab\xaa\xc9\x0a\xad\xe9\x34\x84\xb7\x7b\xab\xb9\x5f\x32\xd9\xa9\xca\xd1\xab\xc8\xc9\xec\xac\x47\xeb\xe3\xdf\xd5\xa3\xf5\x5f\x52\x99\xca\xf8\xe5\xac\xab\x8c\xdf\xd2\x91\xca\xf8\xe7\x8b\xbc\x59\x88\x1e\x38\x1f\x2b\x71\xcf\xc7\xd2\x91\xda\xd7\xb7\x6f\x8f\x22\xd7\xa1\xbb\xd5\x8a\xef\xc1\x3c\xab\x06\xdf\xca\x89\x6e\xcd\x4a\xdc\x53\xea\x88\x4e\xa9\x8b\xa2\x92\x7c\x2b\x44\x55\x92\x1f\x85\x28\x6e\xc9\xf8\x60\x4f\xdc\x2a\x58\xde\xce\xa9\x47\x2b\xf2\x72\xea\x75\x5b\xd5\xc7\x35\x3a\x55\xb9\x0a\xf8\x21\x83\xb3\xc0\x4a\x96\xd9\x82\xcc\x46\x58\xb3\x92\x40\x6d\xfc\x51\x12\xa8\x8d\x3f\x4a\xbe\xd3\xae\x3a\x44\xf5\xcb\x1b\x36\xf5\x68\xc5\x0f\x16\xc4\xad\xfa\x25\x8a\xb6\xde\xaa\x6e\xa2\x68\xeb\xad\xae\xe6\xd1\xce\x7a\x54\x28\x51\xb4\xf5\x28\xc9\x8f\x52\xe4\x0c\x61\xfa\x88\x32\xf0\xeb\x5c\x39\x22\x9e\xc3\xa9\xf7\x75\xa0\x43\x68\xc2\xf9\x87\x9f\x0f\x30\x2f\xb8\xc5\xf3\x51\xa1\x5f\x9f\x67\x56\xfd\x7e\x15\xa2\x1a\x05\x24\x98\xd6\xa3\xd9\xbe\xf8\x30\xb7\x36\xc2\x97\xf1\x3e\x0e\xff\xcb\xf6\xd4\xe3\x78\x75\xe1\x48\x63\xa8\xf3\x42\xd2\x93\xc6\xb0\xe0\x5e\x14\x35\xdb\xbc\xec\xc6\xed\xc7\x88\x3a\xb2\x1a\xaa\x09\xa6\x55\xdd\x35\x79\xb4\xb3\xaa\x9d\xe6\x85\x66\x23\xe7\xa1\x4e\x2e\x23\xaa\x2a\x2b\x12\x4c\x57\x69\x05\x9e\x3e\x37\xe1\xff\xf0\xc2\xf4\x82\x95\xd2\x2e\xfc\x50\x1a\x42\x47\x04\x4c\x30\x1d\x09\x12\x95\x2c\xd1\x05\x93\x90\xdf\xa2\xbb\x66\xc2\x02\xe6\x3a\xc3\x6a\x0e\x69\x55\x77\x99\x34\x5a\xd5\x5d\x33\x21\xcb\xd5\x4e\x33\x61\xc4\x93\x4d\xb1\x20\x94\x83\xb2\x9a\x09\x65\xf5\x24\x7b\x85\x4d\xa4\x3a\x9a\x09\x0e\x7d\x6e\x3b\x09\x87\xaa\x9d\xa6\x3e\xaa\xda\x69\x72\xe9\x6d\x55\x1d\xcd\x24\x79\x67\xdb\xc5\x3d\x78\x5c\x32\x5d\x56\xf5\x8f\x19\xa6\x55\x0d\x33\xef\xee\xc7\xb7\xd0\x6e\x3c\x42\xa8\xbd\x9c\x8f\xdf\x94\xfe\xda\xe2\x9f\xb7\x33\x87\x68\x9f\x37\xc6\xf4\xe3\x6a\x73\xe8\x58\x95\xc7\xf3\x46\xc4\x3e\x2e\x2f\x57\x13\x55\xe5\xb1\x29\xa4\x55\x01\x3c\x6f\x17\xdf\xd5\x26\x6a\xb6\x72\xeb\xe9\x82\x74\x19\x41\x38\x1f\x69\x10\x51\x37\x1f\x84\xe8\xf3\x1c\xc8\x7a\x22\xf9\xe6\xe3\x7a\x22\xdb\xe6\x23\x57\x21\xdb\xa6\x07\x87\x64\x7c\x2c\xc8\x6f\x91\x40\x26\x98\x56\x25\xd0\x7c\x1c\x60\xd8\x0d\x54\x26\xe9\x21\x0b\xd2\xab\xb0\x66\x09\x16\xc3\x65\xea\x75\x3e\x92\x86\xa7\x7d\x8f\xb4\xe0\x69\xdf\x23\x2d\x90\x33\x5a\x65\xee\x99\xb1\x44\x1f\x49\xc3\xc3\xbf\x47\xd2\xe0\xf5\xd3\x2a\xeb\x9b\x33\x5a\x0f\xeb\x93\x33\x5a\x0f\xeb\x13\xdc\x5a\x0f\x73\xe7\xb0\x93\xf4\x39\xe3\x74\x3f\xd2\x11\x0f\x60\xd6\xc3\xdc\x3a\xb0\x87\x9b\x33\xe6\x05\x57\x4c\x2e\xb8\xf5\x2d\x69\x29\x75\x72\x73\x51\x3d\xfc\x9a\xf1\x70\x48\x4b\x59\x90\x5e\x25\xbb\x81\x8d\x40\x96\x4a\x9d\x05\x99\x4a\x8e\xd2\x82\x96\xd2\x0d\x42\x50\xeb\xe1\xaa\xc2\x91\x0e\x59\x2a\x0b\x3e\x94\x26\x61\x05\xde\x42\xa6\x5d\x02\x26\x1b\xb5\x1e\x02\x26\x22\xb5\x1e\x8a\x2d\x48\x5c\x9e\xaa\xab\xb3\x60\x7a\x92\xa6\xb2\x60\xe6\x63\x3b\x89\x96\x20\x47\xa9\xce\xda\xfd\xf8\x16\x32\x93\xcf\x81\xd6\xcc\x6c\x54\x97\x5b\x22\xe4\xaa\xa2\x7a\xe8\x4a\x87\xf6\xc1\xae\x99\x3a\xb4\x87\xae\x88\x2a\xad\x87\xae\xaa\xd3\x2e\x5d\x55\xc5\x86\x5c\x56\xa7\xbf\xb5\x2a\xa7\xbd\x9d\x8f\xe9\x15\x96\xcb\x6c\x98\xcb\x87\xea\x1a\x07\x11\xe4\xd2\x54\xd3\x4f\x2b\x39\x4a\x0b\x5a\x55\x15\xd2\x2b\x89\xa1\xa9\x52\xb0\x6b\x4c\x4e\xad\x87\x18\x9a\xe4\xcd\x06\xc5\xd4\xed\x24\x0f\x67\x41\xe4\x93\xa2\xa0\x49\xc0\xc5\xaa\xe4\xdf\x6e\x37\x86\x35\x5b\x15\xfc\x7b\x96\xbb\x29\x91\xfa\xf9\x2d\x55\xb9\x46\x1c\x42\xd6\xb3\x28\x0d\x76\x3e\xd3\xde\x9c\xba\xea\xf0\x95\x57\xdd\x86\x9c\x49\x8c\xa0\xa9\xdb\x49\x76\xd0\x82\x4c\x9d\x52\xa5\xcb\xec\x4a\x15\x5d\x47\xae\x10\xad\x64\x98\xae\x52\xba\xd1\x31\x91\xb8\x45\xb2\x92\x52\xba\x60\x11\x32\xcf\xca\xba\xee\xea\x2b\xeb\xba\x24\xea\x78\x39\xa2\xac\xa7\xcf\x1e\x51\x3e\xf1\xcb\x6b\x99\xab\xf9\xa6\xf5\xe7\xf8\xd0\x37\x67\x7c\x81\x49\xf4\x28\xf9\xe2\x8c\xbe\x0b\xfd\xb8\x0a\xdf\xc0\xf3\x31\x62\x03\xb3\x66\x06\xd6\x64\x56\xf2\xf1\xf2\x4a\xfd\x59\x15\xd6\xe4\xcf\x8f\x11\x57\x59\x61\xc6\xa5\x40\xf5\x9f\xe1\x04\x32\x37\xc1\x79\xde\x3f\xc3\xdd\xab\xac\x01\x31\xe0\xc8\xac\x6c\xe3\xda\x9f\x9a\xb5\x27\x46\xf8\xdb\x26\xac\x94\xde\xc2\x4e\x69\x17\x7e\x29\xa5\x21\x4e\x28\xab\x79\x46\xe6\x7d\xd6\xac\x6c\x1b\x2c\x60\x56\x98\x11\xfb\x59\x4d\x2c\x9a\x03\x91\xf3\xb3\x1b\x0e\xe1\xb4\xcb\x7a\xe6\xfb\xc0\x46\xe9\x23\x64\x80\xf7\x81\x6f\x4a\x99\x1c\x02\x45\xab\x49\x49\x73\x62\x4e\x9d\x3e\x7b\xe8\x78\xfa\xcc\xa1\x63\xcd\x8a\xba\x89\x75\x65\x9e\x91\x59\xa1\xd5\x3c\x23\xd2\x40\xd7\x6f\xfd\x18\xfb\x29\x63\xc5\xce\xe9\x78\xd5\xd5\xd3\x01\x3a\xde\x09\xc1\x66\x4d\xb1\xe9\x78\x1d\xa0\x7e\xe6\x19\x11\x2f\xaf\xd4\xac\xa1\xa6\x9f\x79\x46\xf4\x42\xdf\x9a\x66\x35\x5f\xf8\x30\x59\xa9\xf9\xc2\x24\xca\x4a\x7a\x0f\x1d\xcf\x00\x49\x03\xad\x59\x99\xfa\x72\x80\xca\xd4\x17\xbb\x64\xdc\x83\x59\xe7\x3e\x74\x5c\xa5\x56\x85\xc9\x7b\x66\xe3\x85\xd3\x7d\x46\xf4\xc2\x87\x39\x7d\xf6\x48\x32\x6b\x4d\x7a\x06\xc9\xeb\x82\xd5\x07\x5c\x6b\x56\x4c\xbe\x1c\xa0\x5a\xc2\x53\xc6\xac\x96\xe0\x99\x96\x9a\x55\xa1\x5c\xa7\x5b\xb3\x3a\xf3\x2d\x79\x3b\xfc\xb7\x23\x52\x67\xbe\x11\xc0\x67\xbc\x64\x6b\xd6\xac\x88\x7d\xbb\x82\x0e\xff\x8d\xbe\x3d\xe3\x7d\x4b\xde\x8a\xc9\xb7\x2c\xa9\x41\xc1\x65\xbb\x35\x2b\x35\xdf\x98\xcb\x59\xfb\xe2\x3d\xec\x15\x23\xe2\x3a\xdd\x6a\xf6\xd3\x7c\x63\x5e\x99\xfc\xc5\x4b\xb1\x0b\x3a\x04\x1c\x9e\xac\x86\x79\x4b\xed\x5a\x97\x1f\x87\xaf\x66\xd3\xa1\x3d\x33\x49\xe8\x6b\xcd\x2a\x3a\x6e\xd7\xad\x59\xcd\xf6\x91\x36\x9c\x9c\x8f\xa2\x40\xed\xe4\x41\xa2\x89\x63\x3e\xe8\x5a\x73\x3b\x10\x11\xa4\xb2\xfa\x28\x19\xd4\x30\x1f\xac\x2d\xf3\xc8\xe6\xc7\x99\x74\xea\x3e\x6c\xa7\x9f\xb9\xfa\x28\xcd\xfa\xf9\xd8\xaa\xec\x95\x74\xc5\x76\xc6\xfc\x28\x37\x14\xfc\x9c\x49\xd6\xdc\x4f\x29\xd3\xee\xc4\x92\x43\x5a\x73\xff\x65\xe6\xee\xfa\x16\x5e\x57\xf0\x7f\x9d\x1b\x75\xd5\x17\xd1\x6e\x7e\xd3\xfc\x62\xa9\x70\x2f\x64\x35\x85\xb4\x9a\xee\x34\xbf\x4e\x86\x6b\xc2\xe9\x66\x35\xfb\x89\xd7\x5e\x57\xe9\xa9\x0a\xea\x76\x4d\x48\x30\xad\x26\x43\x4d\x0e\x3b\xab\xc9\x50\xf3\x3b\xfc\xb8\x0b\xbf\x94\x5a\x15\x73\x53\x14\xfc\x5f\x27\x43\x8b\xe1\x8b\x61\x6a\x5a\x99\x0f\xb8\xd6\xb2\xf5\x40\xeb\x5c\xc5\x54\x49\x95\x6a\xbc\xc9\xba\x3e\x7e\x84\x74\x63\xeb\x90\xe6\x9b\xac\x95\x64\xa8\x66\xfa\x69\x25\x19\xaa\x75\xfd\xe8\x92\xfc\x2d\x93\xc3\x55\x80\xcd\x37\x59\x2b\x77\xff\xb5\xae\x1f\xcd\x33\x77\x8d\x04\xd3\xd5\xae\xbd\x72\x80\xb7\x1f\x2b\x45\xba\x9d\x54\xa6\x6e\x35\xbf\x60\xe3\x63\x7f\x2b\xdf\xec\x05\x5d\x10\xa1\x12\x0e\xc1\xe1\xdf\x54\xe5\x89\x2c\x57\x4c\x2e\x48\x37\xe2\x16\xbe\xf8\xb8\x0b\x59\x85\x60\x80\x49\x31\x19\x59\xc8\x00\x1f\xab\xe2\x38\x93\x2b\xfa\x16\xf4\xb7\x8c\x28\x39\xfc\xc7\xaa\x1c\x7e\x54\x21\x44\x18\x76\x12\x3d\xcf\x7d\x7e\x0b\xc2\x64\x61\xaf\x10\x2a\x24\x70\x35\x5f\x5d\xad\x24\x70\x2d\x68\xbb\xcc\xc6\xcd\x49\x21\x64\xd6\xcc\x64\xad\xdc\xe7\xd7\xba\xc7\xb7\x50\xdd\x82\x9b\x80\x49\xef\x5a\x90\xa9\xcb\x96\xb2\x57\x49\x3e\x57\x23\x75\x75\xfd\xf6\xc0\x09\x64\x80\xdc\xd4\x54\xb9\xde\x6f\x41\xa8\x3d\x37\xa1\xed\x66\xe1\x07\x58\x84\x10\x43\xb1\x5d\x88\xe1\x10\xb0\x6e\x36\x29\x5a\x0b\x0e\x4a\xa9\xf9\x41\xf2\x91\xb1\xb5\xa0\xa5\x5d\xc8\xc4\x96\xf3\xb1\x0d\x59\x1a\x9b\x72\x0e\xb5\x3f\x2e\x68\x3d\x90\x8f\x2b\xed\x1a\x63\x7b\x78\xe1\x91\x25\xeb\x23\x84\x8f\x6a\x16\xd2\x8d\x74\x4a\xad\x99\xf1\x66\x4c\x95\xc3\x38\x44\xd1\xd6\x52\xab\x90\xb9\x4a\xe7\x63\x6b\x6e\x42\x28\xb6\x32\x84\x7c\x86\xe0\x6f\x71\x2d\xc8\x23\x6b\x3d\xe3\x5a\x70\xc3\x66\xf3\x09\xd3\x4a\x5a\xd9\x82\x15\x48\x27\x3d\xcd\x25\x35\xac\xf1\x48\xe9\x7d\x71\x4b\xe6\x82\x7e\x4c\xaf\x0c\x8c\x3d\xdc\x5d\xec\xf3\xfd\x08\x61\xd8\x56\x85\xf4\xb9\x85\x90\x4e\x76\xa8\x8e\xdb\x96\x2a\x17\x16\x36\x92\x37\x57\x55\xfe\x16\x43\x95\xfb\x0b\x17\x6c\x94\xfe\x32\x73\x77\x7d\xcb\xcc\x29\xea\x74\xba\xb9\xeb\xb0\x75\x4f\x8d\x0f\xeb\x7b\x6a\xcc\xeb\x82\x8d\xf7\x4d\x57\xa9\x5d\x46\x75\xf1\x76\xe6\x82\xd4\x1c\x07\x52\xb3\x32\x46\x1f\xbc\x28\x63\x8a\x8b\xaf\x50\xa9\x78\x1a\x47\x8a\x54\x17\x5f\x19\x53\x71\x3c\x8e\x50\xa9\x12\xac\x72\xa2\xca\x91\x0a\x06\xf2\x3e\x6b\x91\xf5\x09\xde\xad\x55\xd6\xaf\x32\xa8\x62\x83\xe0\xdd\x5a\x65\x7d\x2e\x88\xaa\x55\x6e\xf6\xd8\x98\x6b\x40\x9b\xcf\x8e\xd6\x2a\x73\x57\x69\x5f\xc1\x50\xa1\xfd\x2a\x37\x57\xa4\xf5\x91\x13\x64\x76\xd6\x2a\x83\x7a\xb8\x5b\xe5\x48\x0f\x77\xc9\xf6\x5a\x90\x4e\xe6\x47\xc8\x6f\x65\xb2\xd6\x6d\x97\x86\x3c\xeb\xad\x72\x15\xa1\xbd\xb5\xa6\x53\x0a\x0d\xe6\x22\x0c\x60\x15\xda\x90\xbd\x72\x36\xe4\x0c\x7d\xf0\x92\xed\x24\x5e\x76\xc9\x76\x92\xc3\xdd\x52\x2e\x21\x94\xa3\xb8\x22\x0d\xb4\x56\x15\x4e\x57\x00\x2b\xae\xb8\xf4\xa9\x56\xc9\xac\xa3\x7e\xb9\xe7\xb4\xf5\xee\x88\x24\x33\x4f\x64\x8f\xb8\xea\x12\xbb\xe2\xaa\xb3\xb9\x4e\xbe\xe9\x82\x5b\xb6\x55\x69\xb2\x63\x99\xf1\xd0\x68\xeb\x1d\x53\xec\x08\x33\x9d\xee\x23\xcc\x48\x12\xad\x55\x22\xe4\x55\xd2\x5a\xd5\x3f\xfa\xe0\x55\xca\xe9\xd8\xf4\x47\xd4\x85\xe3\x75\xb9\x03\xc3\xf4\x48\xaf\x70\x41\x15\x57\xdc\xc5\x54\xab\xab\x10\x2e\x99\xab\x10\x2e\x59\xbb\x84\x0c\x50\xe9\x15\x0e\xb0\x9c\xd2\x37\xf0\x94\xb2\x82\xce\xb3\x8e\xf4\x91\x6d\x3a\xd2\xa4\xa4\x2d\x08\x6b\xa8\x25\x42\x7a\x56\xf2\x85\xe3\x75\xda\x03\x33\xfd\x08\xc2\xc0\xdc\x38\x92\x8f\xc4\xcf\x5a\x5d\x14\x1e\x29\xad\xd5\x45\x19\xce\x86\x92\x6f\xb8\xdc\xad\x09\xa1\x9c\xc6\x6f\x47\xf8\xb1\xbf\x75\x36\x94\x8b\x43\xd1\xae\x5c\xd4\x09\xaf\xae\xe0\x70\x80\x2e\xca\x90\x61\xd5\x3f\xfa\xe4\x55\x85\x33\x5d\x32\xd7\x48\xcf\xb9\xba\x46\x44\xef\xd6\xaa\x4a\x99\x18\xc8\x47\x12\xea\x2a\x73\xfd\x5b\xeb\x53\x8a\x75\xc9\xa6\x43\xd0\xac\x9b\x38\x0f\xd5\x15\x9c\x4a\x24\x17\x85\x1b\x93\x6a\x75\xda\xa7\x32\x56\xa3\x6f\x4a\xb1\x1a\x7d\x1e\xfd\x16\xad\xbc\xe9\x0a\xb6\x5f\xee\xf1\xb7\x3e\x5d\x40\xc5\xb3\x4e\xf7\x11\xcf\x3a\xce\x47\xe2\x7a\x7c\x5b\x5d\x04\x5d\xe3\xa2\x19\xe7\x89\x6c\x75\x4d\x0c\xcf\x3d\x12\xf7\xc5\x08\x8e\xc4\xe5\x86\xa4\x5a\xd5\x30\x2f\x34\xe8\x11\xa2\x2f\x7a\x75\xa4\xa6\x67\xae\x55\x1b\xe8\x8d\xe9\x59\x35\x7a\x3c\x64\xad\x76\xf2\x2d\xdf\xd8\xab\xb7\xd3\x1c\xe7\xe3\xce\x6f\x9b\xf0\x05\x64\x22\x3d\x82\x3d\x12\xf7\x8d\xa4\xaf\x5a\xfc\xbc\x42\x5a\xab\x1a\xc6\x13\xd9\xaa\x49\xe4\x89\x6c\x8d\x53\xd5\x97\x52\x7b\xa5\xd8\x70\x36\x3c\xaf\x6d\xce\x06\x61\xb3\xb5\xa9\x70\xde\xac\x42\xd5\xac\xe1\x9e\xde\xda\xd4\x3f\x86\xcd\x56\xed\x98\x0f\x42\xf4\x88\x67\xbd\xdd\xe6\x5c\x7d\xd8\xdb\xe1\x9e\xd3\x05\x83\xd2\x03\x27\x30\x84\x9b\x7e\x9b\xe3\xd5\xf9\xe5\x9e\xd3\x05\xa9\xd9\xf1\x7e\x30\x3e\xb8\xe7\x74\x41\x16\xe5\x3e\xa5\x5f\x3e\xb6\x1b\x4e\xac\x36\xd0\x07\x1b\xb7\x6a\x03\xe9\xfc\xb6\x33\x22\xe8\xb7\x9d\x11\x71\x72\xd6\xce\x10\xa4\x0d\x8d\x9e\x8f\x73\xa5\x4a\xd1\xdb\x6d\xa7\x1b\x6c\x72\x1f\xe1\x4d\x0a\x69\x6d\x76\xe3\x0b\x73\x37\xbb\xf1\xc5\x32\xab\xcf\x29\x65\xea\x9e\x53\xca\x88\xd4\x4e\x5f\x27\x47\x3d\x40\x0a\x69\x6d\x6a\x27\x1e\x43\xad\x4d\x85\xc3\x7d\x4a\xb5\x9d\xaa\xe4\x85\xa7\x09\x27\xd0\x9a\x1d\x6f\x3e\xbf\x65\x62\x75\x4b\xbe\xec\x92\xd5\x53\x8a\xbf\xd7\x34\x37\x3c\x18\xae\x3f\x21\xdd\x40\xff\xf8\x38\x6a\x25\x07\x6d\xc1\x07\x58\x85\x4c\xec\xcf\x8f\xf9\x2d\x2a\x25\x3c\x09\xe6\x92\xab\xe6\x4b\xaa\x95\x4c\xb1\xc6\x4b\xaa\xeb\xb7\xd6\x8c\x82\xad\xa7\x66\xf9\x08\x55\x66\x82\x69\x6d\xa8\x85\xb8\x24\x6f\xa4\xa6\x49\xa3\x95\x87\x19\x17\x64\xda\x11\x93\x3c\x7f\x7a\x5f\x2a\xba\x48\x12\x30\x3a\x24\x12\x3b\x7b\xaa\xb2\xd0\x47\x55\x95\x85\x47\xbf\xdc\x1f\xb5\x20\x53\x87\x86\xe1\xf9\xd3\xf5\xb1\xa5\xe8\x10\x6e\x6a\x5a\x10\x11\x64\x9f\x49\x29\xad\xe4\x73\x35\x92\x46\xef\x4b\x1d\x12\xbc\x25\x53\xb9\x5e\xa9\xf1\x0c\xe9\x2a\xad\x42\xda\x8d\x03\x99\x67\xa4\x4a\xdc\x78\x65\x2a\x0d\x9f\x21\xad\xdc\xb6\xd4\x78\x86\x74\x95\x32\x1b\x37\x27\x2d\x2a\x8d\xb8\xf1\xba\x5b\xfc\x32\x81\x6b\x7d\xbb\xb5\x20\x39\x67\x8d\xf4\xd3\x55\x93\x5d\x46\xfd\xf0\x50\xe1\x82\x0f\x30\x0b\x0b\xb0\x08\x07\xd0\x3e\x4a\xce\xcd\x8f\x91\x7c\x5c\xb6\xb4\x20\xe2\xaa\xf9\x5b\x04\x21\x89\x63\x0b\x52\x73\x72\x7c\xec\xde\x54\x97\xf7\x96\xba\x5d\xc0\x1b\xea\x26\xad\xac\x91\xc9\xba\x4a\xed\x06\xd6\x06\x57\x31\x35\x1f\x34\xad\xdc\xbd\xd4\xe2\x71\x4d\x50\x65\xc1\xcd\x4c\x95\xbb\x97\x9a\x89\xad\x95\xbb\x97\x16\x64\x72\xd0\x6c\xa1\x6b\xcc\x55\x4c\x2d\x0c\x83\xe6\x62\xd3\x05\xa1\x14\xbc\x30\xd3\x5e\x2b\x37\x33\x35\x13\x5b\x2b\xb9\x6f\xcd\xc4\xd6\x4a\xb2\x5b\xe3\x5d\xd5\xf5\xdb\x47\xc8\x1a\xdd\xd6\x8c\x14\xe1\xfd\xc0\xe6\xbb\xaa\x95\xcc\xb8\xc6\x43\xaa\xeb\xb7\x0e\x10\xcf\x8a\x6b\x9c\x5a\x3c\xc8\x09\x9e\xe6\x6b\xc1\xf5\x4a\x95\xab\x99\x16\xb4\xcf\xa7\x94\x3e\x23\xcc\xc2\xf3\x69\x92\xec\x16\xe4\x63\x6c\x84\xe0\xb6\xa5\xca\x3d\x4e\xcd\xe4\xd4\xca\x3d\x4e\x2d\x74\xba\x6b\x1c\x08\x47\xca\x19\xdc\xb6\x54\xb9\x9a\xa9\x9d\x5c\x55\x35\xb9\xb9\xaa\x95\x9b\x9a\xda\xc9\x55\x55\xb1\x07\x97\x2f\x55\x2e\x5f\x6a\x91\x11\x1b\xe4\xeb\x35\x72\x55\xd7\xc7\xfe\x56\x3d\x20\x93\xe9\x92\xab\xab\x43\x1f\x9c\x6c\xbe\x05\x99\x76\x65\x4c\x41\x8a\xa8\x9c\x7d\x0c\xb5\x76\x05\x61\x71\x72\x14\x84\x3a\xd2\x5d\x09\x54\x30\xd3\x55\xdd\x51\x50\x83\x4d\xb6\xe2\x75\x9c\x4a\xfa\xde\x82\x99\xd2\x2c\x6c\x40\xab\x92\xcb\xea\xa9\x6a\x52\xca\x00\x79\x1d\xa7\xf2\x38\xdd\x82\x7e\xec\x00\x25\x7e\x45\x6c\x45\xb3\x71\x0b\x6a\xf3\x35\xd4\xda\xe5\x32\x4f\xa0\xb5\x11\x48\x6c\x5d\xa5\x7e\x8c\x20\xd4\x0a\x08\x83\xa6\xbb\x4c\x57\x21\xc2\x26\x4b\x72\x5b\x72\xed\x72\x99\xe7\xd3\x4d\x96\xf4\x7c\xba\x4b\xed\x46\x3a\x37\x39\xb4\xa1\x9c\x49\x0c\x6c\x3c\xac\xba\x4a\x8b\x90\xdf\x62\xb7\xfa\xb0\x6a\xed\xd2\xa4\x81\xcf\x1a\x14\xc1\x6d\xc9\xb5\x4b\x84\xcd\x05\x95\x7f\xf5\x8d\xbb\x34\x69\x58\xb4\xe6\x86\xef\xac\xd6\x1e\x07\xfa\x5b\x7b\xe5\x0a\xc6\x81\x2c\x99\x1c\xca\x1b\x36\x35\x94\xb1\x5c\xa0\x54\x43\x42\x6a\xf8\x8a\x5a\x1f\xe6\xbd\xd6\xb8\xce\x6f\x99\xc9\xdb\xd9\x60\x41\xe3\x3a\x1f\xbf\x80\xa7\xf4\xcb\xc7\xbf\xbc\x8f\xbf\x85\x3e\x78\x48\x56\xfa\xe0\x4d\x39\x61\x90\xb4\x86\x0b\x09\xb5\xeb\x63\x4b\x11\x75\x4d\x5e\xef\x98\x80\x4d\x5e\x37\x0c\x3a\x24\xab\xce\xbe\x66\x48\x0b\x1d\x71\x15\x2e\x7e\x77\xaa\x1e\x21\x21\x22\xe1\xe2\x07\x8b\x1f\xae\xb6\x91\xcd\x4d\x5e\xd7\x53\x0e\x97\x97\x1b\x92\x6a\xb8\x9e\x3a\xce\xe1\x02\x86\x9d\xcc\xd6\x1c\x76\xc3\xaa\xf0\x07\x8e\x49\x14\x88\xab\x63\x12\x19\xca\x1c\x8a\x67\x43\x99\x9b\x76\x4c\x38\x40\xc5\x73\x0c\x1b\xb2\x5d\xac\xd8\x90\x16\x02\xaf\x33\x5c\xed\x90\x34\x5c\xde\x40\x2b\x72\x49\x68\xf3\x2d\xd8\x1a\x8a\x76\x5e\x7b\xad\xe1\x1a\x19\xca\xdc\xb4\x54\x0c\x65\x0e\x17\x65\xb8\x82\x5a\x2a\xc3\xc9\xc1\x4e\x0d\x8f\xba\x43\x89\xab\x5b\xdd\x94\x40\xbc\x70\x53\x43\x89\x6b\x32\x6e\xd3\xac\x19\xca\x27\xed\x18\xf3\x6b\x9b\x22\x87\xfc\xda\xca\x73\x73\x8d\xd7\x5e\x57\xa9\xdd\x40\x93\x1f\x23\xcf\xfc\xda\x63\xe4\x79\x7a\xcd\x7d\x3b\x8d\x94\xd9\x05\xf9\x78\xa2\x9c\x43\xc3\x94\xf7\x6f\x2a\xc9\x9a\xcd\x97\x62\x6b\xb8\xbe\xd3\xd5\x77\x41\xa7\xcb\xed\x82\x7a\x3e\x7d\xec\x45\xbd\xec\x50\x96\xeb\x56\x1f\x03\x71\xe2\x96\x84\x8b\x62\x44\xf5\xb1\x17\x8d\xa8\x6e\xca\xb6\xe9\xf0\x15\xfc\x06\x58\x37\x4d\x86\xe9\x82\x6a\x89\x7a\xf2\x1d\xae\xa0\x67\xdb\xe1\x92\x4d\x59\x5f\x83\x62\xa2\xca\x9a\x06\xc5\x94\xf5\x5d\xb2\x89\xad\xc9\xed\x34\x8d\x37\x68\xd7\xc7\x4c\xce\x4b\x99\xaa\x51\xc0\x3d\x4e\x95\xbb\x6b\x16\x64\xf5\xd9\xbe\x08\x83\xb5\x43\x0d\xf3\x62\x43\xe6\x58\xc0\x26\xf2\x36\x6d\x04\x12\x79\x6b\xd4\xf3\x5b\x66\x83\x1d\x89\x78\x29\x28\x14\xde\xaf\xb0\x93\x56\x85\x7b\x70\xac\x67\xcf\xd4\x43\x42\x7a\xb1\x9b\xd1\xd4\xf3\x2f\xf9\x48\x42\x72\x6b\xe0\x58\xcf\x2f\xe7\x4a\xc5\x6e\x28\x77\x68\x1f\x1b\xca\x7d\xac\xe7\x97\x53\xa7\xb9\xec\x99\x7a\x53\x78\xbf\x15\x8c\x9a\xc0\x6e\x3a\x1c\x03\xf9\xad\x24\xd4\xaa\xf5\x10\xfd\x18\xc8\x6f\xf4\xfc\x31\x90\xb9\xd4\xb8\x86\x46\xee\x5b\x32\x93\xea\xde\xc3\xdf\x36\x21\x4c\xd7\x0e\x2c\x94\x76\x21\x04\xdc\x0e\xec\x94\xda\xe7\x61\x43\x7f\x83\xc5\x6f\x0e\xf0\x31\xb5\xdd\x64\x38\xa6\x36\x77\x29\xd7\xe8\xa7\xf4\x4d\x29\x53\xe5\x46\x41\x48\x56\x1f\x2c\x86\x90\xac\x3e\xec\xc6\x1d\xeb\xf9\x03\x93\x1d\xeb\xd9\x28\xf0\x90\xca\xdc\x0a\x38\xd6\xb3\x41\xe1\xc7\x3e\xe6\x46\xa8\x1a\x12\x9d\x07\xdf\xc7\x5c\xfe\xe0\x0b\x1f\x73\xf9\xa3\x10\x95\xca\x3c\x07\x8f\x38\xa5\x74\x43\xf1\x6c\x9c\xf7\xb1\x9e\x8d\xf3\x0e\xb5\xfe\x17\x62\xef\xf7\x81\xfe\x36\x0b\xfd\x2d\x43\xe0\xa9\xa0\x1a\xda\xa9\x9e\x5e\x1f\x63\xfa\xcb\x41\xff\xb1\x9e\xbf\x8e\x28\x0e\xa4\x21\x15\x2c\x67\xdb\xed\x92\xca\xbe\x9c\xe7\x1d\x63\x9a\xd7\x6d\xdb\x25\x59\xe9\xdd\x6b\x5b\xfb\x06\x6d\x23\x91\x77\x41\x6b\x6e\x42\x96\x1b\x99\x3a\x2e\xce\x07\x34\x97\xc7\x45\xe4\x55\x67\x1b\x61\x70\x9b\x54\xe3\xb2\x9a\x36\x2e\x17\x85\x6d\x84\x71\x6d\xdd\xd5\xb8\x7f\xa6\xf1\x70\xec\x2a\xb5\x1b\xf6\x19\x79\x3c\xf6\x81\xf4\xfa\xd8\xdf\x6e\x51\xd7\xc8\x18\x6e\xc3\x48\x6e\x6e\xd9\x58\xb0\x50\xfa\x08\xbf\x40\x4b\xb7\xe9\xd9\xb8\x61\xa6\x8d\x24\xe5\xa0\x7e\x47\x92\x36\x30\xd3\x47\x92\x36\x90\xe5\x24\x01\xaf\xdf\x32\xfc\x84\xb1\xa5\x99\xee\x5b\xb0\xed\x82\xae\xcc\xeb\x6d\x17\x74\x35\x8c\xa8\xe6\x36\xd2\x05\x1b\xa5\x49\xc8\x4c\xa2\x16\xc6\x1d\xfe\xb6\x08\x6d\xe8\x40\x7f\x5b\x85\xfe\x56\x38\x58\x5f\xbc\xb2\x71\x0f\xdb\x3d\xd0\xdf\x76\x21\xab\x5f\x0e\x84\x72\x6e\x87\x80\x30\xeb\x88\x76\x5f\x7b\x6d\x64\x1b\x37\x9f\x77\x6d\x5c\xfc\xb2\x20\x55\x21\xe9\x7d\xde\xb5\x5d\x52\xce\xe3\x00\xab\xbf\xdd\x26\x43\xbb\x24\xa4\x47\xca\xa9\x56\xc5\xc1\x8b\x8e\x07\x79\xbd\x0b\xfa\xb1\x4b\x86\xda\x1f\x8f\xc4\x8f\xda\x1f\x04\x5c\xb7\xeb\x39\xa5\xfc\xb6\x39\x04\xa9\x2e\x9f\x8f\x59\x50\x69\xf2\x41\x0f\x70\xb1\xe9\x82\x0c\x30\x1f\x68\x43\x0e\x61\x5a\xb3\x7d\xde\xc6\x66\xbb\xa4\xd8\xec\x5c\x49\x93\x59\xc6\x41\x1e\x8f\xec\xe4\x60\x50\x9c\x9c\x60\x1d\x9e\xc1\xe5\xc2\x8d\x4b\x64\xda\x49\x02\xe6\xa1\xeb\x46\x12\xf0\x82\xb7\x10\xc6\xe9\xb6\x8b\x8d\xc0\xe5\xa4\x0b\x8e\x5d\x95\xf4\x6c\x94\x34\x77\x95\x36\x1f\x74\x6d\x97\xe4\x5d\xd0\xc6\xcb\x3b\xfa\x95\xe0\x1f\xc5\x05\x94\xac\x0a\x26\xaf\xfe\xce\x28\x92\x24\xc2\xcc\x07\x5c\x1b\xc9\xd5\x6d\x78\xb8\xdb\xe3\x40\xa6\x19\x45\x3e\x74\x51\xb9\x7d\xb4\x99\x13\xdc\x2e\x69\xa1\x0c\xd8\x57\x5a\x28\xca\xe3\xb0\xd4\xe1\x4a\x1a\xc5\xe1\xc6\xf9\x98\xd5\x96\x52\x3c\x09\xd6\xcf\x1a\xd5\x15\x93\x52\xaa\x2c\x88\xba\x3d\x39\xc1\x7a\x52\xc3\xc3\x5d\x5d\xa7\xe1\x45\x4d\xba\x4e\x3c\xef\xba\xa0\xbf\x1d\xf4\xca\xe5\xad\xc3\xdf\x56\x21\x8b\xd0\xec\x06\x92\x4f\x87\x67\x70\xd6\xdb\xb8\xbc\x65\x41\x98\x5b\x5a\xd0\xf9\xe5\x02\x96\xe6\x5b\xb0\xed\x92\x34\x1a\x22\x47\x67\x69\x78\x6f\x93\xce\xd2\xe0\xda\xde\x76\xc5\x81\xcc\xb3\x4b\xa6\x4f\xaa\xef\x34\x38\xaf\x6d\x97\x4b\xd6\x06\x02\xd8\x35\x6a\x8a\x0d\x67\xb2\xb1\x9d\xac\x87\xc3\x43\xaa\x0b\x26\xe1\x66\x94\x84\x76\x22\xfb\x76\xc1\x24\x2c\xc0\x5b\xd8\x81\x8f\x70\x50\x55\x16\x5a\xd5\x81\x2f\x4a\x8b\xf0\x4d\xa9\x70\x6f\x9a\xb5\xe4\xb4\x13\x33\xdd\x92\xf3\xdc\xc3\x4e\x9e\xd2\x2d\x27\x92\xda\xa9\x3b\x1b\xca\x54\x23\xaa\x43\x21\xda\x11\xb1\xa1\xd4\xd4\x0b\xe5\x4a\x99\x05\x3f\x54\xe5\x10\x5c\xdf\xc7\xf1\xb2\xbe\xc9\x79\xf6\xac\x37\xd4\xc6\x1d\xf2\x8e\xe7\xfc\x76\xaf\x42\x72\x62\xc3\xa9\x73\x62\x3d\x09\xd6\x2b\x3b\xb9\xb9\x7a\x65\x3e\xc2\xda\xc8\x27\x6e\xbe\xba\xda\xb8\x37\x64\x41\xa6\x0e\x27\x6d\x44\x58\x55\x13\x32\x57\x4e\x4e\x0c\x87\xd0\x85\xd0\x95\x12\x17\x1f\xb5\xa5\xfb\x40\xd6\xc8\xd9\xc0\x47\x6d\xc9\xe1\x07\x9a\x3c\x39\x5e\x23\xac\x23\x9f\x8f\xe9\xb3\xc3\xe7\xac\xb7\xa5\xd3\x49\xb4\x53\xe4\x53\x15\x93\x63\x9f\x07\xdc\xad\x83\x37\x06\xdc\x9d\xec\x33\xfe\x6d\x4b\xf6\x79\x48\x66\xb6\x3b\x24\x33\x8d\x02\xae\xf1\x6d\x49\xd1\x3e\xc2\x8f\xb3\x90\x35\x52\xc4\x0e\x25\x83\x32\x95\x50\xee\x96\x94\xf4\xc3\xa9\xd3\x64\xf0\xb2\xa9\xd0\x28\xd0\xfb\xd5\x39\x24\xaf\x77\x41\x7f\x8b\xbb\xab\xbf\x37\x86\xb4\xa1\x04\xc6\xdd\x6d\xe9\x74\x63\xda\x0d\xc6\x3b\x31\x37\x92\x0d\x19\x9d\xad\xcf\x36\xa6\xeb\x5b\x7e\x19\xc7\xbf\xbe\x65\x79\x6d\x76\xb2\xb9\xa1\x7f\xe7\x5b\xb0\x2d\x9d\x66\x65\x14\xb5\xfe\xc4\x34\x49\xa7\x59\x04\x7f\x3a\xbf\x95\x8e\x34\x02\x26\x52\x33\xfd\xfc\x2d\x35\xff\x2c\x65\x5e\x55\x29\x1e\x39\xc7\x4f\x08\xe1\xa8\x52\xa6\x12\xe8\x27\x44\x5a\xab\x52\xa6\x84\xa3\xd2\x78\x29\x26\xd5\x30\xaf\x33\x55\xa7\x14\xd2\x50\x87\xe8\xa2\xea\x1b\x8e\x17\xbb\x80\x3a\x83\x83\x28\xf0\x96\xce\xc7\xa8\x94\x74\x3e\x96\xc9\xb4\x27\x5e\x4a\x20\xed\x89\x97\xf3\x7c\xaa\x0a\xd8\xe8\xe7\xc7\x08\x95\xf3\x31\x0a\x36\xa9\xac\x5e\xb8\x7b\xf1\x13\x32\x1b\xb8\x8a\xe3\xc5\x29\xb2\xde\xdf\x30\x64\x3c\xd4\x3f\x2f\x59\x50\x85\xc3\x8d\xc7\x2d\x59\xea\x4d\x54\xa1\xfe\x79\x2b\x54\xfc\xf8\xed\x5c\xa9\x7f\xde\xca\x98\xf3\x31\x56\xac\xfe\x1e\x89\xcb\xab\xd4\x9a\x31\x7a\xb8\x56\xa3\x91\xc7\xbc\x3e\x66\x80\x6f\x07\x18\x56\xc5\x96\x30\x97\xa2\x2e\x88\xb4\x0e\xdb\x55\xe2\xaa\xd9\x8c\x02\x8f\xd3\x90\xe3\x3d\x0d\x61\xe4\x25\xf5\xde\x5b\x19\xa3\xa2\xfb\xc8\x37\x2a\xba\x8f\x0a\x47\x73\xe3\xe3\xfa\x6a\x5f\x78\xb6\xad\xfb\x37\x88\xe4\x6e\xb7\x9a\x4d\x0f\x56\x07\x6f\x70\x25\x54\xbb\x55\x74\x1f\xf9\xe8\xb4\x0b\x1f\xdd\xea\x3d\xfd\xdb\x38\xdd\xd8\xbe\x7f\xbb\xd5\x7b\x1c\x66\xb7\x5b\x45\x47\x24\x77\xbb\x55\x74\x1f\x44\xec\xad\xa2\xfb\xec\x7d\xa1\x76\x6b\x32\x7c\x14\xa2\x8e\x88\xdb\xa5\xda\xad\xa3\xc5\x15\xc7\xed\x56\x3b\x71\xc5\x71\xbb\xf5\x9d\x08\xd6\x4e\x97\x03\xdc\xe7\xd3\x0b\xde\xc2\x09\x7c\x84\x6f\xa0\x55\xb1\xa0\xdc\xdf\xb1\x60\xa2\xd4\x9a\x87\xdd\xb0\x57\x5b\x32\xa4\xe3\x49\xea\xdf\xde\xba\x61\xdf\x6d\xe2\xa7\xcb\x01\x92\xd6\x9c\x2e\x07\xb8\x0f\xb3\x17\x0c\xe1\x67\x43\x14\xfb\xbc\xb6\x96\x48\x3a\x96\xf3\x62\xb9\xb9\xec\x63\x41\x46\x84\x01\x35\x77\x74\xf6\x82\x8f\xf0\x0b\xcc\x40\x27\xe7\xb6\x66\x38\x94\x0c\xe9\x36\x2f\x97\xec\xb6\x2a\xdc\x30\x52\xa2\x1b\xb9\xc8\x0b\xd2\xee\x4e\x2f\x5e\x35\x1f\x78\x6f\x68\xcd\xc9\x69\xb7\xe6\x14\x74\x03\x9b\xc8\x27\x6a\x1b\x6f\x5a\x2e\xc8\x4c\x3e\x36\xb4\x25\x43\xd2\xb1\x9c\xfb\xca\xe3\x05\x7f\x2d\xf8\x4d\x45\x4e\xfa\x95\xbe\x6e\xdb\x48\x81\x6e\x24\x1b\xaf\xd2\x2e\x64\x40\x8f\xed\x38\xeb\x8e\x8f\x20\xe9\xc4\x0d\x58\x0b\xfa\x71\x15\xb2\xbc\x28\x72\xb3\x8b\x13\xf7\x63\x35\xdf\xaf\x6d\x5c\xee\xb1\x60\x01\x5a\x33\xea\x96\xf4\xe9\x36\xf7\x0b\x3e\xeb\xb7\x07\x32\x73\x4e\x06\x47\xce\x8d\x6c\xea\x05\xa1\x32\x47\xa4\xa7\x4c\x72\xf5\x82\x9d\xd2\x22\x64\x79\xb3\x10\x31\x79\x67\xbb\x81\x63\x75\xa3\x8c\x27\x47\xbf\x8d\xfb\x3a\x1a\xe9\xc5\x77\xd2\x09\x9d\x0f\x92\x8f\xfb\x3a\x1a\xd9\xc6\xab\xd4\x8f\x1d\x02\xce\x20\xe9\xc5\x0b\x36\x21\x9d\x2c\xa7\x14\x5a\xe0\xb8\x60\x3e\x93\x3e\x63\x4f\x4c\x3c\xd6\xc4\x65\x5a\xcd\x17\x6a\xdb\x5d\xac\xea\xf4\x99\xdf\x72\x03\x56\x23\x51\x7b\x41\xa6\x9d\x2d\xe1\xc9\xe1\x6e\xba\x6c\x37\x63\x6a\x93\xb7\xdd\x7c\xbf\xb6\x91\xa8\xbd\xa0\x1f\x37\x21\x24\xd9\xac\xca\xd9\x38\xed\x6e\x41\x98\xae\xd3\xae\x84\x84\x1e\x98\x19\x69\x4d\x66\xf6\x82\x0c\x10\x0b\x82\xac\xdf\x05\x1f\x21\x14\x8b\xc9\x30\x8b\x84\x84\x8d\xe0\x2b\xb3\x8d\x54\xec\x05\xfd\x6d\x15\xfa\xdb\x10\x32\x39\x61\x55\x83\x11\x35\xdb\x45\xc1\x92\xb7\xbd\x20\x22\x16\xb5\xc0\xfb\xb5\xeb\x63\x1b\xc2\xae\xe1\x16\x86\x66\xc6\x70\x23\x51\xbb\xcd\xfd\x86\xcd\xfa\xd8\x86\x26\x93\xd3\xec\x33\x76\x0d\xb9\xd7\x0b\x06\xf0\x94\xb2\xbe\xcd\x21\x60\xd7\x90\x6c\xdd\x66\x75\xc9\xd8\x82\xe0\x29\xdc\x05\xe9\x24\x19\xc3\x8d\x64\xeb\x05\x99\xd8\x76\xe0\x66\xf6\x47\xa9\xc9\x63\xb7\xed\x51\x6a\x12\xcb\xdc\x1e\xc5\x64\x75\x72\xfa\xf9\x98\xe1\xbb\x82\x78\xbf\xe9\x72\x05\xb7\xf7\xbb\xa0\x9d\x74\xf8\xdd\x4e\xa2\xac\x1e\x05\x21\x0e\x6d\xe2\x35\xf9\x05\x37\xf1\x3f\x0a\xb3\xa6\x3c\xc6\x46\xf0\x49\xda\xf6\x28\x91\x9a\x6c\x85\x8d\x30\x75\x77\x1f\x25\x12\x0f\xd6\xb6\x47\x89\xd4\x24\x42\x69\x83\xbb\x86\xdb\x23\xef\x37\x05\x85\xc4\xd0\x90\x84\x8f\x12\xa9\x61\x99\x3e\x4a\x24\x8e\x60\xdb\x23\xb3\x93\xf5\x9b\x74\xa4\x27\x27\xb2\x49\x47\x7a\xea\x1b\x3f\xf2\x7e\x77\xc9\xa4\x2b\xce\x51\x93\x9e\xb3\x6f\xd2\xb6\x47\x01\x45\x3c\x72\x7b\x94\x48\xfb\x5d\xd9\xf5\xf1\x81\x89\xd2\x10\xde\x94\xfe\x0d\x82\xbf\x3b\x7a\x85\x19\x6f\xd0\xb6\x47\x61\xa6\x03\xfb\x28\x63\xb8\xd3\x38\x25\xe9\x88\x47\x67\xdb\xa3\xc8\xc1\x9f\x4d\xba\xd5\x93\xab\xa7\x52\x92\x8e\xa2\x5b\x55\x17\xda\x6e\x08\x3b\x1f\xd3\x10\xd7\x47\x25\xee\xf4\x5a\x10\x1a\x54\x12\xf0\x48\x4d\x7b\xe4\xf5\x70\xf4\x32\x77\x38\x7a\x15\x6a\x60\x3f\x3d\xed\xc0\x2f\xa5\xf6\x0a\x8f\x95\xe4\xea\xc6\x2b\xb3\xab\xd4\x86\x64\xc1\x76\x20\xb4\x20\xaf\x0f\x04\x52\x92\x42\x07\x42\xf4\x91\xb9\x71\x33\x53\x92\x42\x47\xf7\xb7\xe7\xe3\x37\xa5\x21\x84\xac\x64\xee\x21\xbf\xca\xcd\xdc\x26\x95\xf4\xb2\x4d\x2f\x6e\x8f\xcc\xad\xc7\xfa\xc8\xcd\x2f\xa5\x08\x66\x3a\xcf\x7f\xae\xdf\x26\x21\x1f\x63\xa6\xfb\x1a\x68\x7b\x64\xdf\x77\xf7\xe3\x26\x64\x05\xa5\xfd\xb7\x43\x90\xb9\x89\xa2\x6d\x8f\xcc\xbd\x4d\xfc\x3b\x25\xa9\x9b\xb0\xd9\x94\xd4\xd5\x5c\x45\x9b\xf4\xb2\x4d\x03\x4d\x49\x45\x47\xde\x67\x4a\x6a\x36\x8e\xac\x52\x92\x9c\xb5\xf8\x1f\x59\xff\xed\x92\xc9\xeb\x04\xc6\xb6\x47\x6e\xd6\xe2\x7f\x64\xdf\xb7\x24\x2a\x47\x92\x15\x9a\xf4\xa3\x7d\x0e\xb4\x3d\x32\x28\x69\xa0\x29\x49\xed\x3c\xf8\xd9\x1e\x19\x94\x34\xd0\xf6\x28\xf8\x79\x01\xa5\x3d\x4a\x7a\x5e\x40\x69\x59\xf6\x25\x30\xb6\xf1\xb4\x66\x33\x0d\xb4\xf1\xb4\xe6\x82\x03\xf8\x08\x99\x1c\xd5\x2f\xc7\x5f\x2d\xab\x07\x48\x03\x4d\xfa\xd5\xf3\x33\xac\xaa\x08\x59\x23\x59\xe3\x23\x79\xab\x24\xb9\x04\xa9\x91\x7a\xde\x4c\xf4\x4c\xba\xd9\x3e\x07\xda\xb2\x1c\x4a\xe8\x6b\xd2\xeb\x9e\xdc\x5c\xd4\xb2\x82\x9f\xd7\x41\x5b\xd6\x3e\x26\xb5\xb3\x65\x19\xf6\xeb\xf0\xd3\xf9\x2d\x43\xc0\x01\x98\xba\x16\xe4\x7c\x2f\x68\x37\x4e\xa9\x43\xb0\x54\x62\x90\x61\xf5\x07\xb2\xc6\x34\xaf\xa7\xb4\xac\x41\xbc\xef\xb1\x5d\x1f\x27\xe1\x07\x68\x9f\x21\x95\x2c\x87\xea\x3c\xe8\x66\x4f\x62\x5d\x1b\x49\xde\x0b\x32\x04\x4d\x60\x7d\x09\xfc\xea\xde\x09\x7d\x6d\x24\xb5\x2f\x08\x4b\x6e\x0e\xed\x66\x7a\x36\x5e\xcb\x5c\x90\xaa\xb6\xb1\xd9\xfb\x05\xa7\x90\xe4\xbd\x20\xbf\xdd\x1c\xda\xcd\xf4\x6c\xe4\x7c\x77\xde\x1d\x5d\xa5\x56\x85\xa9\xc2\xb5\x5d\x0b\xd2\xab\x6e\x55\xd2\x46\xf7\xb7\x4e\x5d\xff\x65\x02\xd7\xfa\x16\x56\xd8\xea\x76\x41\x26\x72\xfb\xd1\x0b\x42\x1a\x8f\x10\xcd\x8d\xff\xde\x7d\x85\xb4\x91\x5b\xbe\x60\x05\x26\x21\xbf\xcd\x8e\x0f\x4b\x85\xfc\xf0\xde\xf5\x86\x72\xce\x42\x7f\x5b\x84\xf4\x2a\x92\x10\x2a\xcb\x8c\x4f\x5f\x89\xad\x80\xce\x93\xa5\x0b\x5a\x73\x58\x55\x13\x76\x60\x17\x5a\x55\x08\xa1\xd0\xc2\x10\x92\x13\x19\xf6\x6a\x0a\xed\x15\x52\x84\x6c\xf9\xee\x1b\xa5\x8d\x3c\xed\xde\x39\xc0\x4b\x6c\x14\x74\x9f\x1d\x6d\x64\x62\x2f\xe8\x88\x42\xb8\xd5\x02\xd7\x92\x75\x12\x3d\xd7\xc7\x4d\xc8\xd4\x55\xab\xc2\x87\x21\x9d\xba\x9b\xe8\x99\xd8\x73\x58\x70\x02\x6f\xe1\x1b\x68\xaf\xb0\x54\x48\x98\xee\xfd\xc6\x52\xc9\x12\xec\x8d\x26\x67\x93\xa1\x93\xf7\xb9\x4a\x69\xf7\xe9\x36\x54\x84\xf6\xb9\x0a\xa1\xee\x9e\x84\xcc\xa4\xe4\xfc\x40\xb0\x5c\x69\xd6\x4d\x03\x4d\x5c\x69\xb6\xa0\x1f\x5b\x33\x76\x0c\x3b\x12\x0b\x22\x72\x24\x67\x1d\x9e\x3b\x59\xf3\xb4\xd4\x9a\x1d\x91\x34\xc9\x01\x5e\xba\xd3\x23\x64\xf5\x25\xa4\x47\x9a\x8c\x53\xd5\x87\x8f\x19\xbe\xfe\x4f\x96\x90\x32\xae\x05\x3b\x21\x0b\x32\x39\xae\x6f\x96\xae\x5c\x50\x62\x4e\x5b\x71\x15\x88\x39\x4d\x6c\x5f\x74\xde\xff\x5c\xf0\x7c\x1c\x7c\x6c\x43\x08\xb3\xe2\x2a\xf0\x98\x4a\x2b\x4e\x7b\x86\xe9\xd8\x73\x58\xd0\xdf\x56\x21\x8b\x72\x27\xe1\x87\x52\xd6\x57\x67\x89\x1d\x89\x6e\x0a\x69\x62\x47\x62\x41\x7f\x9b\x85\x76\xa3\x0b\xad\x8a\x3e\x17\xd7\xe8\xb6\x66\x07\x78\xfb\xb1\x43\x48\x55\x08\x11\xde\xfe\x76\xf2\xb1\x52\x53\xa7\xa5\xd8\xab\x8a\x17\x5a\xec\x95\x4e\xcb\xad\x20\xac\xe8\xdb\x62\x27\x79\xb4\xb3\x91\xd4\xbe\x20\xc4\xff\x34\xa1\x35\xfb\xdb\xf0\x63\x4b\x91\x9a\x6c\x2b\xf4\xae\x87\x53\xec\x55\x75\x05\x9f\x24\xa4\xdd\xc7\x4e\xe2\xe1\xdc\x4a\x42\x7d\x98\x5b\xd1\xe7\x91\x5d\x51\xf0\x57\xc7\xab\x24\x24\x5e\xb5\x15\xf5\x00\xaf\x74\xb6\xa2\x1e\x68\x0e\xdf\x9a\x09\x5f\x6d\xc5\x9a\x79\xa5\xb3\x15\xab\x6a\x2e\x99\x62\x93\x00\xd5\x56\x94\xb1\x7a\x47\x77\xfe\x65\x38\x67\xef\x0d\x5f\xf8\x56\xa6\xea\x2b\x15\xc5\x33\xd7\x29\xa5\x5b\x31\xe9\xd1\x60\x39\xcd\x4a\x0b\x4a\x4d\x5d\xa7\xa2\xf0\x6e\x88\xab\x72\x6a\xc6\x17\x2e\xa7\x2a\x34\x0c\xfb\x24\x0b\x32\x82\x53\x15\xa6\x09\xfb\x24\x0b\x42\x83\x85\xaa\x3c\x38\x24\x77\xb3\xfb\x1a\x68\x23\x1d\xb3\x93\xe8\xb9\x7e\xeb\xc7\x58\x1b\x45\xf1\xdc\xc3\x9a\xfd\x2d\xf2\x98\x9d\x90\xee\x6b\xa0\xad\x28\x71\x39\xa2\x4b\x6c\x8c\x2c\xc8\xc7\xa7\x21\x59\xb0\x15\x21\x73\x55\x19\x91\x27\x76\x45\x8b\x21\xec\xb3\x12\x37\xf0\x67\x8b\x22\x36\xba\xbf\x65\xbc\xe1\xa2\xd8\xe7\xb0\x93\x35\x0b\x6d\x37\x84\xd0\x42\x2d\x42\x16\x5f\x85\x43\x90\x69\x23\xd3\x71\x41\xe8\x48\x69\x1d\xc3\x9a\xed\x95\x04\xdb\xfc\x78\xfa\xb1\x55\x29\x53\xd5\x3f\x44\x95\x36\x72\x0a\xbb\x0f\x6f\xb6\xa2\x05\x41\x90\x69\xba\xdb\x2d\xa4\x93\xed\x11\x22\x27\x14\xde\xc3\x25\x53\x3b\x0d\x97\x4c\xf1\xac\xc3\x73\x3b\xcf\xc3\xd9\x70\x62\x79\x00\xa6\x95\x38\xa5\x90\x68\x58\xaa\x88\x55\x3c\x0f\xf9\x55\xfb\x89\x0b\x94\x5a\xbd\x0e\x7c\x80\x56\xa5\x5a\xe8\x07\xee\x9a\xab\xfa\x87\x97\x57\xd2\xed\xe4\x4c\xd4\xfe\xed\x6c\x78\xcc\x46\x56\xdd\x82\x13\xd8\x85\x10\xbf\x73\x35\xe5\x23\x67\x83\xa8\xd2\x56\x95\xe5\x3c\xb5\x92\x6e\x35\xdb\x54\x02\xc5\x29\x45\xf2\x39\x57\xd3\x11\x29\x17\x09\xe7\x4c\xb7\xca\x8a\x70\xce\x74\x3b\x1b\x9c\x77\xa5\x47\xeb\x83\x87\x37\x5b\x55\x7a\xbd\x1c\x82\xe2\x8a\xb7\x34\x5b\x55\x5c\x71\x55\x51\x7a\xd4\x30\xbc\xa5\xd9\xaa\xd2\x9a\xb7\x34\x5b\x55\x1e\xbf\xec\x95\x12\x97\xbb\x89\xd2\xa3\x15\x40\xe0\x64\xab\x4a\x15\x02\x27\xd3\xa3\x15\xf0\x86\x53\xaa\x52\xe5\x8d\x68\xaf\xda\x71\x6f\x28\xe7\x71\x51\xf4\x24\x1f\xd5\xfe\xdb\x05\x55\xc8\xe8\xfe\x55\xa5\xca\x1b\x9d\xf9\xa8\xf6\xb9\xf4\xb6\xd5\xc2\x6f\x75\xff\x1e\xd5\xfe\x87\xe5\x7e\xd4\x6c\x7a\x74\x55\x21\xc3\x3d\xb6\xad\x2a\x55\xb8\xc7\xb6\x55\xa5\x8a\x1e\xdd\xe3\x82\xea\xd1\x55\xa5\xca\x87\x2d\xb5\xaa\x54\xe1\xea\x9e\xf4\xa8\xe8\x3e\xec\x9b\x3c\x2e\xa8\x4e\x5a\x55\x14\x70\xbd\x6c\x7a\x54\xbf\x3a\x69\xb5\xfe\x0d\x82\xff\xeb\xf8\xd4\xcd\x3a\x74\x55\xb1\xa1\x07\x47\x2a\x72\xef\x5f\x04\xd2\xa3\x8e\xfc\xb2\x23\x51\xdb\x81\x99\xd2\x24\x64\x32\xda\x81\x0c\x48\x0d\xfa\x65\x7f\xb1\x2a\x18\x74\xe8\xaa\x82\x41\x87\xae\x2a\x09\x78\xff\xb2\x55\x45\x1d\xb7\xf1\xa4\x47\x2a\xd3\x65\xab\xca\xb6\xaf\x53\x25\xd1\x7d\x9d\x2a\x44\x5d\x5c\x68\x09\xf2\x9b\x16\xe4\x63\xf4\x6b\x5c\x76\x03\x8e\x0c\x23\x16\x2b\x1c\x19\x97\xf4\x1b\x7e\x8c\xb9\xcc\xd6\x5d\x37\x01\xb1\x91\xd0\xb4\x60\x50\x7a\x0b\x21\x76\x34\x6a\xe8\x0e\x91\xd0\xd4\x83\x4b\x72\x12\x1b\x7b\x0b\xd2\x0d\x4c\xcf\x48\x48\x4d\xf6\xf9\x7a\x24\x57\x01\x8d\x6a\x02\x62\x23\xdd\x69\x41\x3f\x6e\x42\x66\x32\xfc\xad\x42\x25\xfc\x2d\xba\x9a\x84\xa6\x05\x59\x32\xe4\x04\x0f\x60\xde\x89\x6d\xc0\x6e\xb6\x62\x23\x83\xa9\xf3\x00\xe6\x2a\xb5\x93\x98\x35\xe4\x28\x2d\xd8\x28\xb5\x57\x58\x39\xa4\x2c\xf5\xb8\xa5\x3a\x7c\x27\xb3\x15\x13\xd7\x71\x76\xdf\xc3\x6c\x64\x30\x2d\xc8\x78\xe1\xaa\xb8\xd9\x36\x21\xa1\xa9\xfb\x3c\x66\x23\x83\xa9\x9b\x90\xd8\x48\x4a\xea\xbc\x78\xb9\x7e\xcb\x88\x48\x48\x6c\x24\x25\x2d\x08\x4d\xc2\x82\xa1\xb3\xc4\xdd\x9d\x0b\xf2\x5b\x34\xb9\x39\x86\x8d\x2c\xe7\x05\xa1\x76\x74\x35\x49\x85\xa9\x91\xf4\xdc\x49\x1b\x5c\xa5\x76\x12\xa5\x41\xca\x52\x27\x6d\x70\xc1\x2c\x64\x80\x30\x5d\x3c\xd8\x7c\xe4\x28\x2d\xc8\x78\xd3\x29\xad\xc0\x26\x64\xf8\xa8\x94\xd0\x2b\x7b\xea\x29\x9d\x94\x86\x70\x53\x1d\x4f\x7a\xf6\x78\x88\x4e\x20\xcb\xb9\x9b\x72\x98\xd8\x14\x5d\x10\x9a\x6c\xa7\x94\x15\xc4\x4c\xf7\x79\xcc\x46\xda\x51\xf7\x79\xcc\xc4\xa6\x68\x37\x6d\xb0\x91\x76\xd4\x7d\x2d\x33\xb1\x47\xda\x7d\x2d\x33\xb1\x29\xda\x7d\x1e\xb3\xb5\xdb\xf1\x2a\x8f\xdb\x81\x36\xe4\xf0\x9d\x58\xd4\x3e\xaf\x65\x2e\xd8\x84\xf6\xb9\x0b\x3f\x40\x86\x9f\xcf\x78\xfd\x98\x9d\x02\x2e\x09\x5d\x90\x01\x22\xa0\xc8\x31\x5c\xf0\x11\x32\x04\xc5\x48\x96\x90\xd0\x8a\xe6\x18\xb6\x86\x56\x0c\xee\xc0\x6d\xed\xb1\x93\xb8\xe8\xec\xbe\x2e\xc8\x00\xbb\x35\xcb\x56\x8f\x9d\xc4\x36\x79\x14\x50\x3c\xe2\xd2\x9a\x02\x2a\x4b\x48\xca\x1c\x2e\xbd\x6d\x4d\x21\x53\xd8\x46\x69\xf9\x97\x2f\x70\xad\x6f\xed\x54\x11\x42\x47\x4a\x20\xdd\xbd\xa6\xc8\x29\x61\xc5\x55\xe8\xc7\x4d\xc8\x34\x2b\xcc\xb8\x5c\x37\x3d\x4a\xaf\xe2\xdc\xa0\xaa\x4d\x4f\x4c\x8f\xe2\x8a\x04\xc4\xf4\x28\x9f\x0c\xf6\x24\x21\xbc\x93\x8f\xb8\x4a\x6d\x57\xd2\x50\x5c\x95\x69\xbb\xd4\x5c\xa5\x05\xcc\x9a\xa8\xf2\x8d\xf2\x49\x47\x92\xbd\xd8\xee\x23\x9d\xad\x29\x9f\xf6\x23\x9d\xab\xf4\x7c\xcc\x34\x2b\x9f\x8c\x0c\x6d\xca\xa7\xaa\x04\x52\x20\x55\xce\x99\xb2\xe2\xaa\xb2\xd7\x91\xaf\xf3\x5b\x58\x50\x09\x44\xdc\x68\xca\x8a\xab\x8a\xc4\x6d\x4a\x20\x8f\xca\xb2\x32\x46\xdf\xb0\x29\x45\x9a\xab\xad\x9c\xe0\x99\x96\x94\x15\x39\xcd\x15\x94\xf5\xb9\x3e\x37\xb1\x8f\xdb\xc3\xd8\xcf\x26\x37\x37\x6c\xa0\x26\xa3\x78\x28\xc5\xb6\xee\x82\x74\x52\x71\xd5\x24\x3a\x69\x9f\xd7\x53\x52\x56\x7a\x75\xc5\x95\xd4\xdd\xd9\x04\xcd\x4a\x2f\xbd\xb2\xd6\x0f\x64\x80\x0a\x33\xfd\xae\xac\x30\xeb\xb2\xa0\xea\x97\x0b\x76\x52\x56\xb6\x79\x82\x95\x15\x66\x04\x5d\xa6\xac\x30\xeb\x52\x4e\x3f\xa5\xfc\x56\xf9\xd4\x51\xbf\x59\x81\x64\x58\x65\x53\x93\x07\x02\x38\x2b\x81\xc2\x21\x28\x72\x42\x5e\x50\xb1\x87\xda\x49\x6a\x0f\xa4\x66\x56\xa8\x70\x0d\x4e\x6b\x12\xa1\x27\x4b\xee\x10\x9b\xa0\x97\xb8\xe8\xb3\x93\x91\xb7\xa0\x55\x61\xc8\x74\x49\x74\x30\x75\x5d\x7d\x3b\x9c\x3a\x65\x8c\x67\x47\x5d\x7d\xeb\xd9\x91\x1b\xc6\xa6\xe0\xb5\x2e\x3d\x73\x17\x6d\xe2\xce\xd0\x1e\x63\xd8\x6e\x17\xda\xae\xbf\x45\x3e\xb9\xcd\x6b\x0a\x5e\x72\xab\x36\xa6\xab\xaf\xa0\x30\xcc\xb0\xab\x6f\xb9\xca\x26\xb9\xdd\x1a\x13\xfd\xd3\xd5\xb7\x13\xc6\xe9\x92\xb7\x81\x85\x5d\x02\xd6\x3b\xea\x52\x2c\x2f\x4f\x26\xb7\x6a\x63\xe2\xd1\x75\x49\x54\x77\xc8\x9d\xdb\x98\xf8\xb7\x5d\x8a\xd5\x3b\x72\x23\xd7\x24\xbb\xc4\x35\xa0\x0b\xbe\xf9\xd8\x21\x60\x30\xe6\x72\xe0\x87\x52\xe6\x99\x77\x29\x5b\x97\x62\x5f\x8a\x91\x72\x4a\x3b\xa5\x74\x83\xb7\x47\x52\x2e\x07\x52\x2a\x89\xbe\x20\xef\xae\xbe\x7d\x61\xaa\x74\x35\xea\x4b\xc9\xa0\xf5\xf1\x42\x8a\x66\xad\x0f\x02\xfc\x52\xd6\xdc\xf0\x04\xcf\x2d\xe2\xe0\x75\x91\x94\xdb\xf5\x6b\xc1\xff\x76\x01\x95\x04\x6f\x25\x9f\x9a\x9b\xa7\x47\x5a\x97\x6f\xde\x88\x8d\x2e\xdf\x70\x0d\x4e\xeb\x32\xca\x5b\x51\xd7\xce\xc7\x2c\x91\x7c\xc3\x35\x38\xc9\xcd\x66\x53\xd0\x5a\x97\x51\xb8\x06\xa7\x91\xee\xd4\x7d\x3c\x32\xb9\x15\x1d\x6f\x6c\x02\xb2\x9f\x16\xe4\xb7\xb2\x11\x57\xd9\xb4\x2e\x1b\x7d\x90\x40\x5d\x36\xe2\x05\xc8\xe4\xbe\xb5\x8f\x3a\xa6\xac\x11\xf0\xc1\x06\xea\xea\xf5\x8f\x12\x48\x23\xe0\x23\xd1\x29\xea\x3e\x8e\x48\x35\xaf\x8f\xd6\x65\xc1\x8f\x34\xa8\xe4\xe3\x3a\x9a\x94\xd5\xeb\x3c\x3d\x92\xb2\x8a\x9c\xb4\xb2\xd6\x65\xd0\x8f\x5c\xa5\x5c\xe4\x71\x91\xd6\x65\x50\xdd\x3d\xf7\xbc\x4d\x3a\x4b\x5c\xd6\xd9\x43\x77\x2f\x2b\x26\x8d\xe0\xeb\xcf\x81\x90\x86\x82\x90\x1b\x66\x92\x9b\xdc\x61\x14\x5e\x97\xb9\xbf\x0e\x41\xf5\xcb\x0b\x90\xad\x6b\x6d\x70\x29\x6a\xeb\x5a\x1b\x5f\x2c\xe0\xae\xb5\x61\x9c\x5d\x56\x39\xeb\x86\x75\xe5\x04\xcf\x45\xb6\xae\x9c\xf8\xca\x55\x18\x14\xe3\xc2\xcf\xec\x18\x14\x3e\x17\x99\xb8\x9d\xb3\x9b\x56\x96\xdc\x5c\x1f\x97\xd2\x0b\x99\x3a\x2e\x17\x25\xfb\x31\x8c\xc2\xfd\x9b\x7d\xe8\xa4\x91\xcf\xd5\xc9\x23\x5b\xa5\x49\x08\x21\x95\x03\x83\xd2\x5b\x48\x9f\xb1\x3e\x46\x92\xf5\xb1\x20\x7c\x6a\x32\xb9\x4f\x3f\x3c\xa4\x22\x81\x6b\xc1\x41\xe9\x81\x1f\x20\xe3\xd5\x49\xe3\x8e\x86\x05\x99\x2b\x78\x7d\xe8\xa4\x91\x75\xd5\x4f\xc2\x1a\x79\x55\x0b\x5a\x15\x73\x95\x64\x9c\x7a\xa0\xbf\x6d\x42\x3f\x16\x72\xd8\x49\x22\xd5\x82\xac\x60\xb5\x1b\x58\x01\x24\x52\x2d\xf8\xe6\xb7\x7c\x7c\x2b\xdb\x30\xc4\xc7\xad\x2c\xc7\xf2\x1e\xb7\x7c\x04\xc3\x0e\x83\xf4\x48\x68\xea\x3e\x44\x99\x3c\x2e\xe0\x21\xca\x3b\x71\xe9\xed\x82\x10\x03\x5c\x36\x8c\xd9\xe3\x56\xd0\x05\x99\x49\x24\xfd\xb8\x1d\x60\x17\x2a\x19\xe0\xb2\xc1\x0d\x2c\x89\x7b\x3f\x3b\x19\x6a\x0b\x66\xa1\x55\x15\xa1\xdd\xa8\x42\x08\xa9\x0b\xc3\x6e\x34\x61\x07\x76\x21\x4b\x06\x5b\x8d\x47\x22\x84\xad\x86\x87\x54\x64\x43\xf5\x93\x92\x46\x36\x54\x1f\xfa\x3f\x25\xf9\x5b\xac\x80\x82\x5a\x18\x9e\x4a\x75\xa9\xfd\x91\x26\xd1\x12\xc3\x43\xaa\x1e\xe7\xb7\xac\x2f\x4a\xc3\x77\x29\x53\xb9\x7f\x6d\xf1\x8f\x8c\xaa\x0e\x19\x25\x3b\x37\x88\x76\xf3\xd5\x92\x47\x29\xc3\x80\xbe\x90\x6f\x78\xb4\x32\x79\x94\x32\x74\x9d\x3c\x4a\x19\x39\xac\x8a\x11\xe8\xfe\x84\x04\xeb\x71\x17\x37\x7b\x2e\x38\x28\xf5\xb7\x98\xbc\x9e\xbb\xf0\x86\xe5\x2a\xb5\x2a\xe6\x26\xa4\x23\xcf\xb7\x3c\x59\x19\xbc\x08\xd2\x42\xb2\xd2\x1b\x0a\xe9\xa8\x20\x17\x43\x3a\x32\x18\xd0\x73\x97\x51\x5c\x6d\x64\xf9\x28\x78\xbb\xdc\xf1\xdb\xcd\x6e\x4b\x05\x79\x3c\x0a\x3b\xb5\x5c\xd6\xd9\x87\x0e\x8f\x87\x34\xe4\xbe\xad\x86\xe8\x95\x67\x63\x9e\xd9\x8c\x32\xec\x86\xed\x62\x7b\x79\x84\x33\x8c\x0d\x0c\x29\xd4\xa3\x32\x8f\x70\x46\x91\x70\xb2\x35\xc3\xbe\x21\xfd\x7a\x90\xe6\x39\xcc\x49\x76\x0b\xe9\xb7\x9e\xd9\xe8\xc2\x07\x18\x42\xa6\x4e\x3a\xd2\xe1\xe1\x5e\x89\x3e\x8c\x0d\x0c\x69\xa3\xb2\x95\x17\xd2\x46\x3d\x03\xb4\x2a\x68\x3f\xa4\x8d\xea\x00\x15\xc0\x15\xdb\xab\x28\x71\xab\x23\x52\xc4\x56\x47\x24\x6d\xe8\xf0\x84\xc4\x50\xa1\x7d\x32\xa7\x16\xf4\xb7\x74\xc3\xa3\x32\x32\xa7\xfa\xe0\x02\x96\x16\xd2\x46\x63\x37\xd2\xc3\xa2\xd1\x24\x51\x05\xb0\x87\x54\x21\x31\x34\xac\xab\xa2\xc4\xe5\x4e\x95\xc4\xed\xc1\x0b\xb2\x82\xcf\x81\xd0\xa4\xa4\xd2\x4f\x37\x9a\x10\x6a\xaf\xa7\x94\x8f\x25\x86\x8e\x7d\x5c\xea\xf9\x98\xf1\x4a\x0c\x1d\x9b\x3e\x5c\xfd\x8e\x2d\x16\xae\x7e\x77\x51\x5c\x6e\xa3\xff\x78\x04\x7c\x41\xe6\xca\x45\xe9\xd2\xa4\xab\xa0\xef\xc4\x65\x9d\xdd\xd7\x23\x5b\xb8\x28\x5d\x86\x2d\xa7\x94\x5e\xa9\xf7\xf4\xac\x42\x45\x67\xf8\x5f\xb8\x0a\xdd\xc9\x71\x9e\xbb\xfc\x5b\x1c\x20\x7e\x17\xf7\x7e\x2e\x08\xe3\x60\x12\x0e\xfd\x2e\x8f\xce\x48\x58\x5b\xb0\x0a\x91\x0c\x6a\x18\xfd\xae\x50\x67\x7a\x38\xe6\xd1\xd9\x08\x67\x83\xb3\xb2\x61\x34\x20\x99\x45\x9d\xfc\xb5\x05\x6d\x48\x93\x41\x95\xe2\x69\x58\xa8\x24\x4d\x67\x0b\x95\x64\xb0\xb1\x19\xa7\x57\x98\x39\x71\x7a\xe5\x00\xbb\x35\x4b\xa2\xaa\x14\x2e\x27\x4d\x1e\x8e\x91\x83\xb6\x60\x17\x5a\xf3\x81\x0c\x5f\x0d\x33\x14\xd7\x4d\xe8\x78\x71\x59\x87\x0e\x5e\xf4\x5f\x3e\xbd\xd8\x4f\x36\x5b\xa8\x32\x8d\x0d\x24\xd1\x66\x41\x38\x03\xf7\x76\x0c\x67\xce\x01\x0d\x09\x47\x3d\x37\x94\xe5\xea\xb9\x81\x9e\x8b\x9f\xa5\x10\xce\x29\xc5\xf8\x08\xb5\xe0\x90\xd7\xc3\x9a\x9d\xc8\x70\xaa\xd8\xe7\x0b\x4d\x40\x6e\x4c\xed\x97\xca\x8a\x1b\x53\xfb\xa5\x3a\xc2\xeb\xec\x97\x76\x9b\x5e\x67\xb1\x21\xbc\xce\x7e\x69\xa8\xcd\x6d\xa9\xf4\xeb\x3a\xa5\x5f\x20\xdd\xe0\xa6\x97\x7e\xa9\xac\xb8\xe9\xa5\x5f\x6a\x27\x0e\xe1\xfa\xa5\x86\x99\x6c\x5e\x79\x8e\x38\x26\x7b\x75\xf5\x74\x72\xfa\xb1\xbf\xdd\xc2\xac\x5f\x2a\x72\xde\x1a\x49\xf5\x74\x63\x1b\xc4\xfd\x52\x00\xbf\x1c\xa0\x42\x94\x5b\x53\x92\x67\x90\x26\x9d\xa5\x7a\x9d\x52\x7f\x4b\x43\xfb\x9a\x94\x05\xbb\x30\xf1\xf1\x29\xb5\xe6\x10\x5a\xd5\xf9\x98\xc9\x51\xb6\x91\x56\xd6\x2f\x65\xdb\x0b\xf7\xa0\xaa\x7e\x5f\x78\x38\xd5\xd9\xe0\x2c\xb0\x5f\x4a\xbe\x9d\x56\x96\xfa\xa5\xa8\xd3\x45\xad\x6a\x63\xd2\xca\xfa\x95\x0f\xa4\x1b\x2a\x67\x2e\x51\x49\x55\x15\xca\x4b\x24\xfd\x52\x10\x7a\x16\x58\x55\xa1\xef\x6e\x37\x8a\xd0\x9a\xcf\x6f\xad\x99\x21\x18\x82\x5a\xd5\x7b\x3b\x04\x75\x7d\x7c\x4a\x37\xe5\x54\x4d\xb1\x7d\x01\xcb\x2a\x6d\xc2\x17\x90\xb9\xc2\x83\xed\x97\x22\xf6\x8d\xe5\x52\xd5\x99\xa4\xa4\xf5\x4b\x89\x4b\x0e\x5a\xaa\xaa\x50\x1c\xda\x7e\x29\x53\x39\x83\xec\x57\x39\xa5\xac\x82\x32\xf5\x8d\x14\xf1\xf8\x96\x97\x36\x57\x69\x15\x32\x1b\xf7\x81\x0e\xa1\x09\x19\x42\x39\x90\xd9\x90\x36\x3e\xb8\x25\x55\x62\xf8\x48\x39\xc5\x52\x89\x5f\x3f\xe4\xe3\x6c\xa8\x15\x3f\x52\x8e\xca\x59\x57\x99\x4b\x51\xfb\xbc\x1c\x11\x02\x98\xa7\x17\x17\xdc\x03\x9c\xc9\x05\x45\x00\x4f\x7c\xa7\x4e\xea\xc5\x82\x90\x0a\x9a\x7c\xf2\x6a\x7f\xe7\x02\x80\x05\x19\x20\x8a\x7d\x26\x07\x88\xb4\x9e\x3c\x28\xd1\x49\xdb\xe8\x53\xbf\xcb\xe3\xea\x93\x57\xe5\x71\xb5\xcf\x36\x76\xee\x03\x58\x10\xda\x78\xec\x86\xe3\x65\x67\x64\x26\x79\xbf\xd9\x2b\x24\xa1\x87\xd9\x3c\xdb\xb8\xa0\xdd\x18\x4e\x8e\xdd\xc0\x82\xe0\x7e\xd5\x05\xf9\x18\xe2\x9f\xb7\xc2\x0d\x1d\x42\x36\xd4\x2a\xbd\x85\x76\xa3\x0b\x19\x20\x7a\xe0\x24\x47\xd5\xbf\x61\x8f\xdf\xb7\x16\x13\x17\xa8\xf6\xe9\x61\x18\x17\xa8\xf6\x79\xe3\x1a\x7b\x86\x3e\x39\xa3\xea\xa4\xe5\xf7\x69\xb8\x9f\x87\xe6\x26\x34\x75\xa2\xfc\xfb\xe4\xe8\xa8\x13\xd6\xdf\x7d\x5c\xb1\x13\xd6\xbf\x20\x2b\x86\x3d\x31\x39\x3a\xea\xbc\xfa\xdd\x79\x4d\x71\x95\x3e\xc2\x17\xa5\x07\x7e\x80\x2c\x20\xb7\x55\x76\x82\xfe\x17\x84\xab\xca\x29\x2d\xc0\x53\x5a\xf9\xd8\x4e\x0e\xda\xbd\xed\xa4\x4b\x04\x1b\xcd\x7d\x64\xb5\x4a\xed\xb3\x2b\x56\xfc\x2d\xfc\x4a\xd0\x7f\xe7\xad\xc5\xd4\x89\xb6\x5f\x90\x21\xd4\x03\xa9\x4a\x56\xc8\xce\x86\xe4\xcc\xd3\x8b\xa9\xca\x19\xdc\xf5\xd1\xd3\x73\xa0\x55\x31\x22\xbc\x85\x9e\x9e\x03\xfd\xb8\x08\x61\x94\x7a\xe0\xa4\x94\x11\xed\x4c\xa2\x05\x9b\x90\x15\x94\x51\x0a\x0c\x9a\x24\xc9\x8a\xed\xe5\xd1\xbe\x8f\x0d\xf6\x24\x85\x56\xc7\x2b\x49\x56\xb9\x4a\xbe\xa9\x72\x95\x8c\xc2\x33\x08\x9d\x38\xfe\x3e\x75\x0f\x3c\xda\x27\x39\x68\x95\x66\x61\x07\x16\x21\xc3\x6f\xfe\x56\x9a\x6c\x7e\x3c\xfd\x6d\x15\xda\xab\x26\x84\x54\x24\xe0\xd6\xfd\x6d\x11\x32\x75\x48\xeb\xd9\xce\x10\xaa\x10\x6a\x97\x44\xb9\x9f\xb1\x27\x69\xb2\xa1\x15\x93\x64\xd6\x64\x1c\x36\x09\x7d\x30\xb0\x27\xa9\xae\x39\x40\xe9\xaa\x39\x40\x04\xb0\xc9\x41\x9d\xfc\xf8\xce\x83\x81\xab\x2a\x7f\xeb\x00\xa5\xba\xa6\x56\xc4\x7c\x9c\x5d\x1e\xc4\x7c\xe4\x0d\xc0\xd4\x93\x54\xd7\xa5\xab\x38\x10\xc1\x80\x1d\x37\xbb\x7c\x24\xd5\x79\x96\x62\xc0\xc1\xec\xb2\x86\x54\xd7\xa5\x1c\xe9\xaa\x4f\x6b\xf6\xb7\x13\xda\x50\x5a\x77\xe9\x2a\xce\x6f\x07\xf0\xfc\xd6\x6e\xf0\x31\xcf\xfc\x25\x23\x0c\x26\x37\x32\xf6\x54\x0f\x84\xda\x25\xd1\x50\x59\xc5\x81\xf6\x99\xc9\xe1\x0a\xc6\xc4\x6d\xe7\x0b\x42\x75\x52\x0e\x77\x2e\x26\xa3\x13\x26\x6f\xbe\x27\x63\x08\x66\xc8\xce\xae\x3e\x21\x6d\xdd\x48\xfd\xc9\x8b\xf0\xc9\x90\x02\x72\x78\x56\x69\x17\xda\x6e\x15\xc2\x47\xca\xe3\x81\x76\x32\xe0\x80\x0c\x9f\xd4\x93\xa4\xe2\xa1\x8d\x01\x07\x64\xf8\xac\x52\x3a\xc9\x45\x12\xc9\xb0\x80\xc9\x45\x89\xc9\xb0\x80\x39\x90\x75\xc6\x01\xcc\x31\xfc\xf8\x97\x09\x5c\x9d\x27\x01\xd7\xb7\x76\x0a\xd9\x66\x90\xc0\x34\xa2\xcd\xa8\x80\xc9\x5b\x05\xdd\xf4\x81\x39\x21\x3a\x83\x04\xa6\xf6\xb1\x51\xfe\xd3\x53\x19\x63\x06\x26\xa7\x32\xdd\xd0\xfc\xc9\x13\x02\xc9\x20\x81\x39\x95\x4f\x12\x1d\x17\x14\x76\x43\xf3\x27\x6f\xbe\x77\xc3\xeb\x7d\x8b\x2f\x19\x06\x30\xb5\x8f\x8d\xb6\x9f\xaf\x0e\xa3\x48\x56\x2f\xc5\x95\x64\x45\xcc\x5a\x37\xda\x7e\xbe\x4e\x37\x0e\x7c\x03\x43\xb8\xfb\x6c\x04\xb9\xef\xe9\xa5\xa6\x68\xd7\x8a\x35\x64\x7c\xbe\xe8\x24\x59\xeb\x7d\x7a\x78\xd2\x94\xf4\x6f\x44\x8e\x31\x03\x53\xc3\xd4\x98\x81\xa9\x61\x6a\x34\xb6\x2f\xe6\x25\x63\x06\x78\x31\x6f\xc1\x22\x7c\xf3\xf1\x29\x65\x9e\x35\x2f\x38\x5a\xe9\xb7\x93\xf3\x96\x34\xb4\x36\x78\x4f\xaf\xf3\x28\x76\xf7\xc9\xb8\x64\x54\xc0\xe4\x6e\xbc\xd4\x14\xcf\x1f\xc4\x95\xd1\xd8\xf3\x83\x86\x31\x1a\x9b\x27\xe3\x16\x4c\x42\x7a\xf5\x9c\xaa\xe8\x95\xb2\xdc\x63\x0a\xa3\x04\x4e\xae\x90\x51\x02\xd3\x63\x0a\xa3\x04\x26\xd7\xe4\x77\x83\xb3\x4d\x1d\xea\x86\x5f\x4f\xee\xc6\x4b\xdc\x13\xdf\xcd\x15\xea\x06\x58\xcf\x2f\xe6\x86\x01\xd6\xf3\xcb\x99\x6b\xd3\x36\xf9\xe2\xe1\x18\x60\xcd\x13\x72\xab\x94\x3e\x7f\x1d\xbe\xa2\xfd\xeb\x78\xf3\x29\x85\x54\x14\xde\xa6\x0e\x79\xb4\x3f\xbf\x0e\xdf\x01\x92\x3a\xd4\xef\x33\xc0\xc9\x88\xce\x00\x91\x9a\x9e\xf4\x4f\xee\xd4\xef\x77\x3e\xd0\x86\x1c\x11\xee\x90\x21\xd5\xbe\x28\x97\x9a\xa2\xfd\x2b\x2f\x54\x47\x84\x7b\x70\x9f\xc9\x71\x9e\xb7\x5d\x1e\x3e\x30\x97\xda\x96\xf4\x0b\xb2\x82\x7b\x08\xe1\x03\x73\x9d\xd0\xe6\x20\x0b\x69\x7d\x9c\x85\xd6\x1c\x42\xd6\x77\xeb\x81\x38\x69\x47\x04\x1c\x2c\xc8\x88\x4e\xe9\x60\x8d\x9a\xd0\xe1\x57\xdb\x45\x69\xdc\xcd\x76\xa7\x55\x1d\x48\x27\x9b\xed\x6e\xe7\xbf\xf3\x74\x77\xf8\xa2\x5c\xbf\xb7\x98\x8c\x9e\x90\xb8\x84\xeb\x2e\x88\x20\xac\x21\x64\x36\x1a\xbf\x35\x1d\x88\x40\x87\x20\xe1\x67\xc1\x5b\xc8\xb4\x87\x55\x61\x7c\xb5\xc6\xd4\x11\x0e\xd7\x89\x84\x5d\x90\x11\x35\x3f\x96\x54\x1c\xef\xbe\x1d\x61\x7d\x6c\x43\x52\x4e\x63\xae\x38\x69\xe9\x24\x6a\x2f\x58\x80\xa7\x94\xd9\x68\x4d\x38\x28\x75\x44\xca\x67\xa7\x2e\x61\x98\x3f\xe9\x97\x5b\x3d\xc1\xeb\x73\xeb\xa7\x21\xa4\xe2\xfb\x12\x52\xd3\x4d\x97\xb9\xf7\x3f\x11\xb9\xb1\x60\xa2\xf4\x40\xba\x7c\x3f\x42\x86\x7b\x33\x19\xf7\xf0\xb7\x45\x58\x29\x6d\xc2\x0e\xec\x42\xbb\x61\xaf\x54\x47\xbd\x0a\x69\xe8\xb1\x21\x48\x83\x97\xd9\xa3\x73\x05\x61\x27\x13\x3b\xba\x7e\x08\xb1\x9f\x41\x9e\xd1\x9d\x08\xc6\x08\x33\x89\x3a\xb1\x9f\x61\xea\x50\x27\x4f\x7b\x41\x48\x23\xac\xca\x4e\x3e\x21\xdc\xac\x40\x28\x68\x9c\x3c\x23\x2e\x7d\x8d\xfe\xd8\xc9\x9c\x84\x7e\x4c\xbb\xe4\x0a\x75\xa2\x3b\xa3\xe7\x10\x66\xa1\xbf\x2d\x42\x66\x32\x57\xe1\x1e\x02\xa1\x1a\x41\x72\xd0\x2a\x6d\x42\x1b\xa2\x1b\x59\xb2\xca\x21\xcc\xfc\xf6\x94\xbe\x81\x94\x16\x02\xbb\x89\xaf\x88\x5e\xec\x55\xa1\x5d\xae\x8d\xef\x8f\x72\x82\x27\xd5\x3a\xc1\x8f\xd1\x79\xb8\x3c\x11\xf6\x10\x27\x67\x87\xeb\x56\x17\x64\x44\x35\x09\x2b\xa5\x5d\x18\x40\xba\xe1\x35\x04\x5d\x22\x24\xf2\xaa\x3f\x4a\xa0\x8a\x92\x7c\x14\x2a\x9c\x4b\xf4\x47\x91\x53\x91\x4f\x8f\x42\x45\xc7\xa3\x4b\xc0\xd5\x11\x29\x54\xb8\xb3\xa0\x3f\x0a\x06\x13\x7c\xba\xf4\x5c\x59\xfd\x2e\x3d\x57\x4e\x19\xbb\xf4\xcc\xad\x7b\xfd\x69\x07\xfa\xb1\xbd\x42\x1e\x13\xd9\x10\x26\xe9\xf4\x47\xf6\x6d\xb8\x52\xfd\x3e\xd0\xf1\x76\x21\xe3\x6d\x07\x32\x5e\x39\x54\xe7\x81\x3c\xe6\x05\xf9\x58\x7a\x6e\xd8\x7c\x5d\x5e\x68\xf2\x51\x3c\x42\x96\x5b\xd6\x68\x2e\x8a\xb2\x8d\xdb\xdc\x53\x97\x53\x3c\x97\xe8\xb2\x46\x77\x62\xe5\x05\xee\xc6\xeb\xc4\xce\x2d\xc8\x78\xe5\x05\x7d\x89\x7c\x1d\x48\xcd\xf2\x42\x67\x57\xb0\xcb\x0b\x1d\xdb\xb3\xcb\x0b\x9c\x0f\xf4\xac\x98\xf4\xb6\x80\x2e\x6b\xf0\x28\x78\x27\x07\x7a\xc1\x2f\x90\xdf\x92\x3c\xd3\x89\xac\x5b\xd0\x9a\x9b\x10\x9a\x94\x35\x48\xad\xe9\x59\x89\xcb\x75\x77\x3d\x2b\x71\x3d\x4c\xe8\x32\x0e\xf7\xdb\x75\x1e\xe7\x0e\x1f\x3e\xeb\x59\x3e\x8a\x33\x5e\x3f\x86\x53\xb2\x7c\xe4\x96\x7f\x57\xa3\x72\x29\x5d\xea\xaa\xd0\x61\x9f\x53\x16\x3e\xc0\x22\xa4\x93\xb2\x95\xee\x41\x97\xe9\x06\x12\x38\xcb\x65\xec\xf1\xf7\x9c\x7e\xf9\xe6\xee\xfa\x96\x79\x95\x23\xb9\x0e\xa0\x67\x59\x90\x2d\xff\x9e\xef\xd3\xce\x0b\xe8\xc7\x98\xbc\x59\x46\x31\xe0\xab\xcb\x91\xec\xd3\xf7\x2c\x2b\xe8\x1e\x74\x19\x74\x76\xab\x3a\x90\x05\x94\x15\x26\x5b\xd1\xbd\x1e\xc8\x44\xca\x19\xf3\xf4\xf9\x40\x28\x54\xf6\x9d\x52\x99\x7a\x9d\x08\xaf\x9e\xd5\x21\x5c\xb2\x9e\xba\x6a\x9e\xab\xe3\x3a\x71\x76\xd1\xa7\xec\xab\xd6\xd7\xf1\x20\xec\x6e\x41\xfa\xfc\x50\x6a\x3a\x4c\x97\x9b\xdd\x89\xcf\xaa\x23\x03\xbe\xba\xec\xfb\xea\xf6\x8a\x6e\xb8\xf5\x9e\x65\xd0\x97\x23\xd2\x8e\x79\x39\xed\x32\xe8\x0b\x77\xaf\x6b\xd6\x10\x0e\xd6\xb3\x0c\xea\x5e\x7b\x57\x1b\xbf\x1c\x6f\x3e\x90\x05\x95\xab\x5e\x6c\x04\x11\x05\x11\x66\xe5\xf4\x2c\x57\x99\x95\xd3\xfb\x81\x50\xb7\xfa\xe7\x85\xa5\xd2\x55\xdd\xef\xee\x6f\xbb\xd0\x4e\x56\xe1\x96\x13\x84\xce\x45\x7f\xbb\xa0\xbd\x09\xe9\x64\xb9\x85\xf6\xca\xaa\xe4\xaa\x42\x27\xb9\xb2\xa1\x13\x67\x17\xbc\x65\x76\xa7\xae\x04\xe2\x8e\x86\x4e\x60\x5d\xf0\x3c\xd9\x82\x76\x63\xfa\x5b\xda\xfd\x10\xbb\xc0\x8d\xb1\x0b\xfa\x31\xed\x7e\x4e\xaf\x42\xc8\xd4\xc9\x64\x1f\x3b\x19\x56\xe5\x2a\xc8\x38\x1f\x2c\xc2\xae\xda\xd7\x59\xca\x9a\xda\x1f\x2c\xc2\xb8\x0e\x44\x8a\x68\x79\x73\x91\x78\xcf\xb2\x86\xde\x51\x28\xcc\xbe\x4a\x02\x79\x41\x97\x26\x4b\xfc\x5f\x45\x8e\xc4\xff\x85\xf8\x43\x29\xf2\xc5\x90\xc9\xf2\x82\x2e\x4d\x28\x54\xbe\x92\x8a\xbc\xe0\x5d\x09\xa1\x8c\xd1\xc3\x09\x85\xca\x97\xad\x8f\x2c\x6b\x98\x2d\xc3\xcd\xad\xc1\x63\x5e\x0b\x26\xa1\x35\x3f\x40\xe9\x19\x25\x19\x5e\x43\xc0\xc1\x7f\xc4\x35\x58\x41\xec\xe3\xb8\x20\x42\x6e\x50\x5d\x10\x62\x68\x7e\xec\x72\x37\x4b\xb1\x20\xb8\x5f\x35\xcc\xa5\xe9\x84\xf0\x05\x8f\x79\xad\xd2\x3d\x39\xbe\xde\x95\x88\x12\x58\xd0\x4e\x9e\x52\x3e\x86\xd9\x7d\xcc\x2b\x11\x25\x10\xe1\xf5\x00\x44\x09\x84\xe9\x31\x9d\x10\xbe\x05\x3f\x94\x32\x40\xae\x0a\x4f\x1c\xfc\x07\x29\x2e\x77\xe2\x3c\x3e\x4e\x8a\x0b\xe7\xf1\x0b\xd2\x50\x3e\x1f\xc3\x38\xfd\x7c\x4c\xcd\x18\x7d\xa1\x4d\x4f\x70\x60\x84\x7b\xb3\x44\x03\x06\x91\xec\x0b\xfe\x72\xab\x67\x7d\x0b\x59\xc1\x91\x3e\xca\x93\xb8\xc8\x74\x41\x84\x37\x1c\x19\xd5\xb9\xc9\x07\x3a\xfa\x10\xda\xc7\x03\xe9\x63\x30\xcd\xd5\xc5\x0f\xfb\x88\x89\x40\x80\x41\x84\xdb\xba\xc4\xe8\x2d\xb8\x47\x4f\x50\x5e\x84\xd6\x15\x51\x78\x0b\xb2\xda\xc5\x4e\x62\x2f\x72\x73\x69\xf8\x46\x4f\xe2\xaa\xd2\xf0\x51\x9e\x4e\x60\xdd\x82\x0c\x10\x8e\xe4\x8d\x9e\x55\x5a\x84\xf0\x0d\x2c\xe8\x2b\x3c\x89\x7b\x3f\x17\x64\xf8\xd5\x86\x50\x83\x04\xa9\x85\x8f\xf2\x24\xce\xfd\x23\x4c\x6b\xe6\xde\xcf\x05\x59\x7c\x98\x2c\xba\xbf\x4d\x74\x83\x8c\xe1\x4e\x18\x5a\xf0\x68\xcd\xfa\xf8\x94\xd2\x49\xb8\x99\x50\xf5\x55\x5a\x85\x1f\x4a\x8b\x90\x21\xc8\x19\x3c\x0d\xdb\x89\x59\x0b\x5f\xb8\xe9\x04\xa9\x85\x81\xec\x9d\x20\xb5\x08\x0d\x26\x02\xcd\xc2\xf7\x6f\x7a\x91\xb9\xdd\x6d\x2d\x32\x37\x01\x15\x9d\x88\xaf\xe0\x49\x9b\xd5\xae\x55\xe1\x38\x87\x5c\x65\xc8\x04\x97\x84\x2e\xc8\x88\x64\x94\x40\xa5\x70\x49\x68\xf8\x2c\x4d\x2f\xf2\x8d\x7b\xb1\x21\x93\x05\xe6\x06\xa1\x56\x0b\x32\x57\x32\x4a\x48\x0c\x72\x86\xc6\x56\xf4\x53\x15\x74\x85\xe9\x19\x06\x54\xf0\xce\x43\x84\x31\x12\x21\x2f\x0c\x24\x7d\x48\xfc\x03\x59\x5e\xd0\x3f\xbe\x43\x93\x42\xe2\xff\x7f\x18\xfb\x73\xa4\xeb\x61\x20\x4b\x1b\xf3\x7b\x15\xb5\x04\x62\x06\x22\x2a\x6a\x2f\x04\x79\x29\x4f\x86\xf6\x6f\x28\x70\x9e\x93\x6f\x75\x87\xf4\xf7\x57\xd6\x65\x82\xbc\x18\x73\x00\x90\x93\xaf\x57\x97\xb1\xfd\xf6\x00\x8d\xa2\xf6\x18\x5e\xcb\xed\x1a\x9f\x8d\xb1\xb7\xf1\x79\xb9\x66\xa8\x19\x5b\xa3\x03\xb2\x64\xdd\x35\x7b\x44\xc8\x1f\x2c\xe6\xcf\x5b\x83\x1c\x0e\x9b\x59\xec\x36\xc6\x22\x8e\x9c\x00\x66\x36\x4f\xce\x66\x6b\xd6\x3c\x5e\x19\x1c\xe4\x7c\x99\xca\x7c\xbf\xda\x3c\xfc\xc7\xb8\xe1\xf1\x12\x9a\x76\x62\xd8\x71\x40\x26\x87\xa3\xc5\x92\xd1\x40\xce\xd8\x3d\x1c\xb0\xf3\xb6\x1a\xa4\x5d\xb3\x82\xc7\xb4\x80\x34\x76\x9a\x96\xd9\x3c\x40\xf6\x35\x99\x80\x9b\x07\xec\x80\x6e\x17\x11\xda\x3c\x40\x76\x2e\xf9\x32\x1d\x3d\x46\x24\x73\x95\x87\xe1\x77\x73\x15\xc5\xad\x3a\x1f\xbb\x57\xcc\x46\xf7\xf0\x1f\x50\x85\x7c\xdb\x6b\xbd\xd3\xff\x2d\x06\x2b\x60\x35\xe8\x5e\x35\x83\x93\xb7\x01\x2e\xde\x76\x83\x0f\x20\x03\x7c\x99\x49\x8c\x33\x96\x73\xba\xe4\xcb\x24\x29\x0b\xfa\x03\x2e\x83\x9d\x8f\xe3\xbf\x0f\x60\x7c\xfc\xea\xe3\xfc\xcf\x9c\xbb\xe7\xdb\x1f\x7f\x75\xc5\x62\x57\xf9\x32\x35\xbf\x9e\x66\xcb\x66\xa2\x67\xe5\xcb\xc2\xf8\xe5\xee\xaa\x7b\x11\x5e\xb8\x75\xf7\xac\x13\x2f\x37\x5f\x16\xc6\x36\x5d\xe8\x9e\x66\x6d\xd4\xce\x5b\xb7\x0b\xb2\xf7\x98\x39\x0e\x74\x3d\xa6\x6a\x33\x55\x16\xd5\x44\xd3\x9d\xdd\x33\x87\x2d\xfe\xec\x9e\x2a\x82\xeb\xce\xee\xa9\xc2\x34\x3f\x5f\xe6\x22\x3f\x34\xc1\xdd\xcc\xec\x67\xb4\x32\x17\xf9\x79\xbc\xc5\x35\x23\x8e\xba\x59\xdd\x8f\xcd\x07\x89\x63\x0f\xe8\x5e\xb9\x5d\x0f\x9f\x9b\x01\x9b\xe6\xe7\xcb\x3c\x46\xde\xd4\x07\xac\x06\x69\xd7\x62\xfe\x43\xcb\x88\x99\xc7\x01\xdd\x90\xdf\x2e\x16\xc5\xf2\x16\x87\xe9\xd9\xbd\x28\x84\xcf\xcd\x97\xe5\xed\x67\x5c\xf0\x1a\x91\xb5\x65\x76\xaf\xc2\xe7\x69\x6f\x01\xba\x5d\xff\xd7\xa4\xdf\x02\xa4\x1b\x9e\x76\xc2\x56\xe5\xab\x07\xc8\x3c\xb3\x43\xba\x7d\x61\x8c\x25\xc3\x01\x59\x41\xae\xc5\x48\x00\x93\x26\x96\x0c\xeb\xe6\x4a\x38\x63\xd7\x71\x40\xd7\xdc\x00\x6f\xe6\x0a\xf1\x7b\x5f\x5e\x94\xee\xaa\xa4\xeb\xcd\x58\x5f\x2c\x12\xc0\x9c\x9a\x87\x41\xaa\x1a\xee\x15\xa4\x8f\x75\xc2\xb2\x1d\x7f\xc6\x18\xe3\x80\x03\xb0\x18\x64\xbc\x2d\xfe\xcb\xfa\x0e\x77\x52\x37\x21\x99\x90\x9a\xeb\x66\xfb\x98\x09\x9a\xb9\x6c\xc7\x3f\x31\x56\x38\xa0\x3b\x49\x9f\x13\x67\x09\x8c\x06\x0e\xc8\x2a\x4c\x7f\xcc\x9e\x08\x87\xff\x85\x59\xff\x79\x5b\x0c\x32\x93\x2c\xd9\x9d\x16\xbd\x82\x79\x63\xd6\x7f\xde\xba\x21\x76\xcf\x98\x14\x1c\x90\xa9\x9b\xee\x33\x6c\xb2\xb3\x27\xb2\xd1\xff\x24\x35\xf9\x72\x96\x9a\x89\x85\xc1\xba\x7d\xfb\xda\xbd\x46\xb8\x35\xe7\x0b\xc9\x76\xe7\xf8\x98\x9a\x33\xa2\xac\x7b\xc9\xb2\xe7\x19\x41\x77\x93\x3a\x35\x13\x43\xf3\x80\xa0\xd9\x72\x43\x9e\xe7\xe5\x86\x3c\xcf\x88\x85\xbb\x78\x9e\x11\x0b\x77\x31\xc7\x45\xd0\xdd\xc5\x1c\x77\x05\xe8\x01\x4e\x83\xcc\xe4\x0a\x90\x45\x41\x0e\xd8\xf8\x7e\x76\xa3\x0a\xf6\xf4\x99\xa4\x10\xeb\xb6\xe9\x06\xf9\x5d\x17\x69\x5a\xce\x5b\x7a\x55\xd9\x2f\x13\x0f\x60\x61\xf6\x7e\x40\xfe\x8b\xd9\xfb\xec\x9e\xf6\x0a\x2f\x27\x83\xc4\x01\xfd\xdf\x00\x99\x67\xc4\xaf\xad\xe0\x33\x26\x32\x07\x64\x7d\x11\xbf\x77\x35\xfb\x9a\x7e\xeb\x35\xf2\xa2\xe0\x13\x9c\xd3\xff\xe0\x8e\xff\xae\x70\x2f\x0c\x66\x0e\xf8\x03\xf4\x08\x60\xde\x29\xb9\x53\xda\x4e\xe5\x04\x8b\xbd\x1b\x6b\x82\xd1\xcb\x01\x41\xba\x15\xe0\xe4\x6d\x36\x88\x94\xf0\xe2\x37\x98\x19\x09\x24\x0e\xc8\x34\x7b\x89\x1a\x94\x91\x60\x84\x77\xe3\x82\xad\x7b\xc5\x30\xa0\xcf\x84\xc5\x5c\x36\xa0\xcf\xa4\x97\x58\xb6\x2f\x9f\x68\xf6\x0f\xb8\x00\x93\x41\xff\x77\x19\x7c\x79\x9b\x0d\x0a\xe9\xb0\xcc\x59\x18\xa3\x1f\xd0\xff\x45\x4a\x60\x8a\x73\xc0\xc6\x7f\x8b\xc1\xc1\xdb\x00\x27\x6f\xab\x41\xd6\xa4\x18\xdc\x0c\x1f\x71\xe4\x34\x2d\x13\xcd\xfe\x01\x3b\x6f\x3d\x22\xf6\x22\xe4\x37\x5d\x37\x9e\xbb\x93\x84\xa6\xcb\x69\x5a\x32\x86\x3a\x07\x64\x08\x66\xb1\xb8\xea\x4e\x1c\xfe\x17\x69\x5a\xce\x5b\x57\xe5\xc9\xf1\xfa\xda\x52\x65\x78\x7d\x87\x27\x16\x61\xe5\x24\x2e\x13\x4d\xff\xba\x95\x67\xf4\xbc\x6d\x06\x5d\xb3\x1b\xf2\x78\xcd\x8f\x89\xc5\x34\xb1\x03\x38\xa0\x6b\x76\x43\x1e\xbe\x11\x89\x8c\x2f\x19\x63\x9b\x03\x8a\xe5\x24\xf3\x54\x1c\x88\xe7\x30\x5e\x4d\xcf\x86\x11\x09\x13\xf9\x39\x8c\x39\xb8\x08\xe7\x64\x9e\xaa\x8b\xea\x03\xd2\xee\x5c\xac\xaf\xb9\x26\x71\x9c\x72\x32\xd7\x9c\x9e\x2b\xb3\xc9\xe9\xb9\xca\xae\x6a\x51\xb3\xb9\x26\x61\x6d\x27\x56\x02\x0b\x33\xf7\xf3\xd6\xbd\x42\xfe\x0c\x63\x1d\xf7\xd6\x39\x99\xa7\x4e\x8f\xd7\x4c\x14\xbb\xf6\x9c\xcc\x44\x7d\x0c\x1b\xc6\x3a\xc2\xda\xce\x61\x34\x5b\x5e\x7d\x4b\x45\xdf\x5b\x0f\xa3\xd9\x9a\xac\x82\x85\x24\x26\x31\x39\x99\xd5\x2d\x76\x4c\xc3\x48\xb8\xcc\x9f\x2c\xe8\x96\x31\xc7\x48\xe8\x4b\xee\x61\x34\x5b\x9e\x9c\x11\xff\x65\x51\x8c\x75\xbe\xe4\x1e\x46\x33\x05\x8c\x3a\x1f\xbb\x2a\x13\x0e\xb7\x91\xb6\xfb\x9e\xc3\x88\x74\x1b\x73\xcc\x71\x6f\x53\x0a\x27\xc9\xfb\xde\xfe\xb8\x1b\x84\x23\x59\xc0\x72\x1c\xca\x18\xcc\x1c\x10\x5a\x30\x7b\xc6\xdb\x38\x27\xcb\x5b\x2e\x9f\x73\xb2\x80\xdd\x26\x1c\x33\xef\x6d\xdc\x30\xf3\xde\xcb\xed\x2e\x83\xfe\x98\x5e\x6d\x33\x0a\xf3\xe3\x6d\x46\x61\x7e\xbc\x3d\xde\x16\x20\xed\x9a\x4f\x12\x6d\x29\x27\x33\xc6\x6d\xcc\xb1\x54\x24\x87\xe7\x1c\xde\x8c\x6c\xcf\x86\x85\x24\x57\xd3\x39\x59\x48\x92\xc6\x24\xa7\xf5\xef\xab\x1e\x67\x31\xc9\xd9\x6c\x92\xbc\x9b\x39\x9b\x4d\x3e\xd3\x6f\x99\x66\x72\x67\x66\x92\x40\x2c\xa7\x1e\xc9\xd9\xec\xea\x81\x6e\xb2\x65\x95\xaf\xa2\x87\xe9\x95\xcc\x9a\x39\x9b\x5d\xf9\x8c\x86\x05\xc5\x01\xfd\x31\x03\x7a\xcc\x09\xb8\xb8\xbd\x1f\xc6\x97\xcd\x72\x1e\x76\x0c\xd9\x5c\x84\xdc\x99\x73\x78\x3b\x45\xfa\x90\x9c\xcd\x45\x88\x2d\x9c\xb3\xf9\x04\x41\x9e\xa6\xed\x1c\x6e\xee\x9e\x73\xb6\x0c\xf1\xdd\xb3\xcd\x1e\x30\xec\x3e\x6f\x5d\xb3\x47\x64\x7a\xf5\x71\x28\x9b\x13\xbc\xb7\x6b\x76\x55\x2c\x42\x36\x27\xf8\x81\x74\xd9\xa4\x8f\xbd\x75\xce\x96\x30\xc4\x7c\x9a\x36\x8a\xc0\x84\xfa\xbc\x4d\x06\x99\x0d\xef\x72\xb8\x6c\xce\xd9\xc4\xfd\x33\xcd\x79\x97\x43\x5e\xca\x9c\x4d\xa0\x3e\xa5\xd8\xb0\x81\x24\x1f\xe7\x6d\x7c\x4c\xbb\x66\x0c\xe4\xa5\xcc\xd9\xdb\x74\x9f\x52\xb2\xa9\xf9\x83\x50\xb2\xa9\x99\xac\x1e\xd3\x46\x11\xf7\x07\x8f\xc9\xa6\x66\x02\x37\x65\xb2\x22\x1c\x10\x69\x3c\xe2\x2d\x8b\x62\x91\xc2\xdd\x73\xce\x26\x7d\xdf\x3d\xdb\x82\xe2\xfe\xcc\x18\xcc\x90\x70\x11\xce\x18\xcc\xac\x7d\x79\xb9\x91\x30\xfb\x8a\x6e\x4c\x83\x0f\xe0\x32\x08\xab\x83\x5d\x6d\xe2\xe5\x4e\xdb\x57\x38\xf7\xc6\xb4\x05\xc5\xbe\x16\x6b\x04\xbd\xee\xcb\x8c\x70\xb8\x66\x98\x19\x51\x06\x0f\xe8\xb7\x6e\x88\xed\x63\x6e\x6e\x88\x4b\x06\x72\xee\x1e\xb0\xf1\xd6\xed\x72\xd2\x20\x16\xc6\x01\x7f\xbc\xa5\x2a\x5b\xaa\xd8\xa2\x02\xcb\xf5\x03\x16\x83\x90\x15\xc2\x6a\x27\xb3\x67\xb8\x17\x69\x3c\xce\x5b\x7f\x0c\x43\x22\xda\xdf\x72\xde\x8e\x6c\xdb\x1b\x1b\x94\x67\xc2\xfb\x1d\x90\x35\x02\xeb\x30\x8b\x3e\x35\x37\x83\x20\x03\x58\xe7\x0c\x12\xd3\xe6\x17\xbb\xdc\xee\xa4\xff\xcb\xc1\x92\xd0\x18\xcb\x69\x1f\x32\x89\x1d\x0e\xc8\xc7\x30\xc2\x5d\xbd\x64\xac\xfe\xf6\x76\x99\x00\x7e\xcb\x79\x1e\xb2\x0d\x84\xb0\x74\x3e\xff\xcd\x06\x99\x0d\xaf\x51\xf5\x78\xbd\x28\xf2\x21\x3d\x14\xe9\x6e\xdc\xee\x95\x1b\x32\x9a\x2d\x37\xc4\xe6\x2b\x7b\x9e\xab\xd7\x08\x16\xbb\x1b\xf2\x36\x7b\xbc\xcd\x14\xba\x02\x04\xcd\x38\x87\x6c\xef\x4c\x09\xc2\xb7\xb0\xbf\x3e\x9c\xe0\x32\x08\xd1\x79\xf8\xb6\x99\x20\x60\xc7\xda\xb8\x67\x4e\x02\x76\x2c\x0c\xae\xcf\xc7\xd5\x20\x6b\x14\xbd\x32\xe6\xfc\x0f\x18\xff\xee\x1e\x81\xfb\xd8\x61\xde\x36\x53\xda\x9d\x73\x87\x0d\x91\xb6\x77\xc0\x85\xfd\xf1\xee\xe0\x7e\x61\xcb\x4b\x6e\x86\xd3\xc7\x78\xfb\xf0\xb6\x1a\xfc\x78\xeb\x8f\x39\x49\xcd\x78\x0b\x29\xd8\xa6\x69\x77\x06\x54\x10\x29\x1b\xef\xcc\x6c\x23\x26\x32\x37\x9c\xff\x36\x83\x9a\x0c\x22\xf4\xad\xcd\xc5\x7c\x26\x42\xdf\x22\x73\xc3\x01\xab\xc1\xc1\x7f\xbb\xc1\xc5\x5b\x57\x75\xfb\x63\xbf\x8d\x59\x1f\x06\xa9\x39\xbb\x21\x64\xa6\xad\x98\xf6\x70\x27\xd9\x6b\xee\xe9\x5e\x21\x52\xf6\x9c\x7e\x4b\xcd\x24\xa6\xcf\x36\x6a\xda\x44\xa7\x99\xc4\x27\x59\x61\x60\x3d\x3d\x22\xdc\x04\xe7\xf4\x88\x88\x92\x99\x09\x95\xb7\x9c\x34\x60\x4e\x0f\xd0\xd7\xd8\xd3\x23\x22\x91\xdd\xb4\xb1\xcd\x26\x91\x5d\xb6\x41\x14\x39\x04\x0e\x58\x0d\xb2\xa0\x6c\x01\xc9\x12\x70\x40\x56\x81\x2b\xf0\x6c\xa3\xa6\x7d\x7b\x26\x53\x80\x62\x1b\xb6\x71\xda\x04\xcd\x9c\xb6\xcc\xb1\xfd\x71\xb6\x8d\xd3\x26\x86\xe6\xb4\xb1\xcd\xbe\x8d\x48\x08\x8d\x7d\xc3\x63\x6c\x5d\xb3\xef\x9b\x6e\x54\xf7\x0a\x12\xb4\xfd\xcc\xbe\xbd\x0a\x96\x03\x37\xda\x5c\x9b\xd3\x6c\xef\xf9\x6c\xf2\xb4\x37\xdb\x65\x9b\xd3\x6c\x22\x6c\x66\x5b\x40\xed\x0d\xcb\xb1\x05\xd4\xde\x50\xf3\xf4\x3c\x13\x61\x66\x12\x19\xe4\x80\xa0\x0a\xfb\x9a\xed\x1d\x21\x81\x42\x0e\x08\xe1\xb0\xaf\xd9\x9b\xcb\x57\x42\xd6\x2d\x2c\x9d\xcf\xc7\x0c\x81\xe8\x9c\xb9\xb4\x00\xe9\x95\xc5\xc2\xbe\x5d\xb3\x41\x36\x41\xc5\x62\x61\x9b\x8e\x8a\x47\xe4\xf1\x9a\x5b\x3f\x5e\x6e\xb3\x67\x6f\xeb\x6c\xc5\xb4\x1f\x2f\x37\x62\x7f\xdb\xf5\xcf\x96\x39\xdb\xbb\xbc\x62\x06\xec\x5b\x7c\x5b\xe6\x6c\xdf\xe2\xdb\xa8\x69\x3f\x6c\x46\x8a\xf9\xf1\x63\xb2\xb2\x44\xb5\xeb\x9f\xcd\x78\xf6\x83\x9c\xb7\x8d\x13\x46\xd3\x67\x2f\xe2\x76\xd9\x31\x15\x8b\x41\x5b\x49\xdb\xe6\x67\xe3\xcd\x97\x8b\x25\xdb\x1b\x7d\xa6\xa1\x17\xd1\x6d\x33\x9e\xfd\xba\x57\x33\x40\xb0\xce\xcb\xed\x6b\xed\x32\x03\x64\xb9\xbd\xfa\xde\xd6\x95\x19\x20\xd8\xee\x5d\x00\x39\xe3\x72\x59\x01\x42\xbf\xde\x05\xe0\xbe\x97\x6d\x79\xb5\xed\xbe\x37\x8d\x2a\xaf\x57\x70\x05\x48\x43\x96\x3f\xbe\xf4\x9e\xc6\x1c\xdf\x63\x4f\x63\x0e\x4e\x76\xd9\x86\x58\xdb\x4e\x76\xd3\x98\xf3\xf3\xa2\xac\x7f\xc6\xe3\x3f\xdf\x42\x64\xc6\xb2\xdf\x72\x1f\x87\x41\x10\x96\x1b\x98\xfd\xf3\x54\x71\xe5\x62\xb3\xef\x6c\xa3\xad\xfd\x03\x61\xb1\xc3\xba\xf7\x65\xb4\x32\xf0\xfc\xd7\x7f\x14\xdc\xfe\xee\x2d\x2d\x7f\xc5\x1b\xed\xde\x97\x6a\xfd\x03\x92\x5e\x35\x43\x59\x7f\x8b\x77\xbf\xf3\xae\xb9\xca\xcd\xbb\x80\x86\xde\x75\x43\x87\x84\x9b\xff\x76\x88\xa1\x70\x63\x7c\x6f\x85\x5c\xc9\xae\x43\x4e\x83\x05\x37\xc0\x1b\xbf\xbf\xda\xff\x3e\x3c\xab\xa7\x09\xbf\xf1\x01\x2c\xdc\x1c\x1f\xe8\x4c\x4b\xa3\x8f\xa4\x4e\x73\xc3\x18\x03\x37\xd7\xa7\x6b\x25\x5d\x2b\xdc\x24\x4d\x2b\xdc\x2e\xdf\xce\x99\x26\xe2\xbd\xc9\x73\x56\xf1\x67\xb9\x71\xec\x2b\xdc\x3b\x1f\xe8\xd4\xee\x09\x90\x79\x40\xe1\xd2\xf9\x40\x5d\x7f\x73\x63\x87\xff\x17\x6e\xa0\x0f\x74\x18\x4f\x07\x50\x5e\xf0\xc2\x6d\xf4\x81\xce\xe4\x73\x41\x75\x6f\x2c\x74\xc7\x34\x40\xd3\xc3\xd0\x69\x7a\x2c\x03\x67\xee\xf1\x14\xb9\xc9\x72\x56\xae\xf8\xdb\xa1\x91\xca\x15\xd0\x4d\x8e\xb3\x72\xc5\xff\x0e\x0d\x54\xae\x78\x0e\x74\x66\x64\xfa\x6f\x5b\x93\x3f\xfd\x6a\x6b\x7e\x66\x32\x74\xeb\x6f\xee\xc9\xa1\xf6\xc2\x95\xf8\x8d\x1b\x61\xf6\xb0\x15\x9d\xa5\x72\xc3\x72\xa0\x23\x9b\x56\x00\x42\x90\x59\x0c\x15\x7d\xb8\x0c\x9d\xb1\xad\x00\x34\x9a\x59\x0d\xcd\x03\x5d\x06\xb6\x5e\x35\x43\xc2\x02\xba\x58\x16\x1d\xee\x86\x54\x47\x36\xa0\x09\xa9\xf1\xa1\x56\x66\xba\xc3\xc6\x03\x03\xbc\x72\x87\x0f\xfb\x20\x58\xf1\x01\x68\xd9\x5d\x3c\x13\x47\xa4\xe2\x1b\xbf\xc2\x3a\x8c\xde\x8a\x84\x59\xb8\x7b\xbf\x77\x11\x2e\x0d\xe3\xb7\x5c\x0e\x8b\x17\x4d\xb7\xd6\x75\x18\xa3\x95\xb8\xa0\x70\x0b\x7f\x93\xd5\xad\x8e\x16\x5f\x9e\x6e\x25\x7a\xa5\x00\x98\x18\x74\xdf\x6c\xd6\x0b\xd7\xf1\x07\x3a\x63\xc9\xd9\x40\x3b\x55\xf4\xcb\x50\x3f\xaf\x8a\x01\x21\x8f\x09\x4b\x97\xda\x6c\x5b\x0e\xa0\x19\x58\xcd\xd0\x19\x66\x71\x5b\x4b\x74\x6b\xb2\xd0\xed\x36\xb1\x7d\x0f\x70\xb8\xc4\x18\xf1\xea\x2c\x74\x71\x5b\xb7\x96\xcf\xe8\xa1\xcc\x07\xec\x6b\x0e\x20\xa4\x9a\x51\x87\x26\xd8\xc8\xa2\x30\x30\xec\x69\x6e\xb6\xf7\xe5\x5a\x01\x9d\x4e\x55\xf7\x77\x6b\xee\x97\x1b\x13\x62\xa6\x2b\xde\x7d\x7a\xf7\x4f\xd5\xea\xbd\x15\x1b\xb3\x0e\xb7\xd0\x44\xa0\xb5\x18\x98\xaa\x33\x19\x3a\x03\xa8\x0c\x40\xf7\xe3\xc5\xbc\x51\xa7\x8c\x92\x8c\x72\xba\x2b\x67\xf7\x73\x80\xa1\x57\xae\x50\xf3\x5d\x99\x10\xd9\x64\x57\xac\xac\x6f\x72\xce\x11\x7d\xf7\xc6\x31\xb4\x4e\x2f\xbb\x32\xa8\x93\x90\xeb\xc6\xef\xb3\x18\x73\x74\xea\xa8\xd3\x94\xa4\x00\x9a\x05\xcd\xc8\xcd\x99\xa3\x4e\x2f\x93\xe2\xc5\x14\x33\x2f\x99\x1c\xd5\xe9\x65\x52\xb0\xcc\x82\xca\xe4\x40\xaa\xb2\x74\x43\x67\xc2\xfb\x34\xf0\xe9\x43\xbf\xd2\x0c\xf4\x65\xe0\xac\x27\x72\xfc\x40\x5b\x1f\xfa\x9d\xc8\xcc\xdc\x56\x97\xf2\x25\x99\xb2\x74\x09\x5f\x92\x89\x49\xd7\xea\x75\x1a\x37\x3b\x98\x9f\x80\x74\xc2\x28\x66\x87\x3a\x5f\x94\x94\x02\x3a\x95\x98\x01\xca\xe2\xba\xce\xbf\x0f\x45\xc6\x9e\x47\x05\x8d\xa9\xd3\x5c\x48\xa7\x92\x62\x26\xa7\x00\x32\x25\x99\x6f\xea\x52\xbe\x18\x39\x65\x38\x54\xfe\xfe\xf4\x9e\xef\xcc\x43\x65\x35\x54\xcc\xac\x94\x34\xbd\x98\x3d\x0d\x06\x66\x52\xd5\x75\x7a\x5d\x57\x40\x9a\x46\xd3\xea\x38\xeb\x59\xd7\x15\x90\x30\xc9\xc4\x2a\x0f\xd1\x62\x76\xa2\xc3\x4d\x5d\x9e\xab\x01\xba\x67\xb7\xad\xd5\x35\x03\x91\xe7\x68\xc5\x9a\xf0\x26\xab\x5c\x31\x69\x29\xe6\x4c\x5d\xe6\x42\xba\x6d\x2f\x46\x7c\xc5\x9f\x29\xc9\x6c\x5e\x87\xa3\x6a\x62\x52\x76\x85\xba\xbc\x12\xba\x94\x8f\x9d\x85\x32\x2d\x94\x64\x9e\xaf\x33\x54\x49\x46\x47\xdd\xcf\x57\x63\xa3\x4c\xa8\x4a\x32\xab\x51\xf6\xba\x92\xcc\x5d\x64\x53\x5e\x57\x54\x22\xa1\x95\xcc\x28\xe6\x99\xc8\xba\xa2\xca\xc3\x43\xaa\x31\x55\xc6\xe6\x58\x71\xdf\xa4\x9e\x2b\xe8\x6b\x6e\xdc\x54\xab\xa7\x4a\x56\x54\x75\x99\x6b\x28\x48\x4d\x49\xc6\x6f\x19\x4d\xd5\x65\xa2\x5e\xe0\x55\x19\x86\xd4\xb4\x69\x5c\x26\xe6\x85\x4c\x68\x07\x52\x03\x01\x08\xdd\xcd\xb1\xe4\xc8\x5a\x97\xe9\x5f\x76\x57\xd5\x6b\xad\xf0\xa1\x25\xb9\x27\xeb\xe0\x5c\xf5\x52\xeb\x36\xbf\x62\x8d\x77\xa0\x33\x23\x5e\x5c\x19\xa8\xd7\x65\x81\xa0\xbb\xfa\xba\xbc\xc9\xd1\x55\x7d\xf5\xac\x2e\x84\x96\x99\x97\x32\xb3\xd7\xe5\x8d\x8d\x8c\xb6\xaa\x29\x7e\x21\x8b\x62\xd4\x5b\xf4\x1f\xe3\x14\x4b\x59\x26\xc2\xa5\x89\x5c\xde\x95\xe9\xac\x5a\x31\x92\xbb\xf1\x9c\x2d\xc9\x03\x95\xa7\x6c\x5d\xe3\x9f\x91\x0a\xce\xa7\x22\x8e\x1a\x95\x6a\xf6\xcc\x3a\x6e\xf8\xa5\xe7\x41\x47\xd8\xba\x4c\x54\xf2\xa0\x2d\xc9\x3c\x52\xb9\xd6\x6b\xb4\xae\x59\x89\x1a\xb5\x37\x4b\x66\x98\x3a\x70\xb6\xcb\xcc\x42\x3a\x86\xea\x57\xfb\x8c\xa0\x5d\x5e\x46\x85\x9d\xa9\x16\xe5\xfb\x90\x43\xc3\xa2\xe6\xc6\x2f\xb6\x24\x73\x5d\xe5\x7d\xa8\xde\x4c\xea\x10\xda\x2e\xd3\x8d\xac\xdc\xab\xe7\x5c\x47\xce\x92\xbc\x70\x8a\x78\xda\x2e\xaf\x95\xd2\x41\x54\xf3\x63\x1d\x28\xab\xb7\xcf\x0a\x67\x5a\x52\x54\x7f\xd6\xb4\x5d\x46\x19\xe9\x22\x6a\x77\x37\xd8\x88\x44\x63\xda\x89\x78\x9b\xb9\x61\x23\xde\x00\xe8\x44\x5a\xbd\xa2\x9b\xc9\xf1\xf6\x5f\xc6\xf2\xd5\xcb\x2b\x1b\xb2\x92\xa2\x53\x5b\x3d\xa4\x1b\x32\x8c\x6f\x97\x77\xd3\xd2\x3e\x54\x73\x74\x9d\x4a\xab\xf7\xc8\x0f\xcb\xe7\x6e\x3c\x30\x7b\xb7\x2c\xfb\xae\x3a\x02\xa0\x87\xae\xf0\x74\xaa\xc5\xc6\xe9\x01\x21\xa3\xe9\x83\x90\x2d\x76\x47\x0f\x32\xce\x62\xe7\xa1\xc7\x23\xfe\xa7\x35\xf3\x8e\x48\x61\x52\xab\x99\xb8\x5c\x79\x5b\xec\x6d\x64\x0f\xd6\x62\x3b\xa3\xa4\xe7\x75\x06\xa0\x81\x7a\xcf\xf2\xc2\x10\x7c\xd6\x90\x29\x58\xf5\x36\xf0\x45\x18\x7a\x12\x5e\x58\xe4\x65\xe0\xac\x59\x88\xbf\x17\x61\xe8\xd3\xc0\x0b\x3f\x03\xf8\x41\x4f\xd3\x80\x66\xc4\x7b\xf0\x9f\x90\xd1\xbc\xf9\x47\x37\x2c\xab\x94\x86\xb0\x99\x37\x2b\x29\x79\x0b\x22\xd4\x11\xb2\x79\xb3\xa1\x03\x64\x33\xff\xfd\xc1\x71\x2d\xab\x94\x15\xb0\x24\x0f\xe5\xb7\xf5\xe1\x30\xa0\x71\x79\x28\x1f\xf3\x36\x0d\xa8\x87\x5e\x09\xe9\x15\x5a\xb2\x60\x94\x2d\x14\x06\xb2\x37\xb9\x00\x5b\x34\x26\x8d\x43\xb3\xf4\xf8\x10\x11\xcb\x1f\x1e\xfa\x6e\x26\xcd\x8f\x89\xf2\x7e\x4e\x06\x52\xcd\xa4\x29\x2b\xf7\x96\x3d\xe6\x0f\x09\xe1\xe5\x93\x27\x6e\x33\x1b\x95\x0e\xa2\x24\x2f\x9f\xdc\x70\x89\x79\xb8\xe7\x75\x58\x7d\x23\x2d\xd7\x26\x9b\x5f\xc1\x87\x7c\x93\xcc\x8f\x00\x87\x07\xa0\x8b\xcb\xd0\xe9\x47\x8e\xef\x8e\xc4\xa4\x1f\x9b\xac\x7e\x44\x3a\x3c\x40\xd1\xab\x64\xe8\x54\x58\xe2\xbb\x9f\x7a\xd8\x0d\x7d\xfa\x30\x03\xdd\xaa\xa3\xb8\xe9\xb3\x99\x2e\x24\x70\xdb\x24\xe8\x23\xfc\xe1\x26\x3d\x5f\x21\x5d\xdb\x26\x1d\x5f\x2b\xff\xdc\xde\x6e\xbc\x6d\x31\xce\xdd\x24\xd7\x23\xb0\xe1\xc6\xb5\xb6\xa1\x28\xd8\x24\xda\x23\xc8\xe1\x01\xb6\x1a\x1b\x86\x4e\x15\xf5\x32\xc0\x14\xc4\xbf\xce\xd0\x2a\x83\x56\x84\x9d\x86\x7e\xe0\x40\x87\x6e\xab\x1b\xd6\x42\xa3\x2b\xd8\x38\xe6\x92\x24\x6a\x93\x96\xaf\xa1\x37\xd8\x38\xe9\x16\x54\x95\x07\xd2\xe4\x8f\xf8\xf2\x3d\x7f\x73\xa7\x98\xd4\x11\x90\x26\x35\xb9\x8f\x9a\xd4\xea\x2e\x32\xa7\xc9\x7d\x3c\x82\x82\x60\x86\x07\x50\x63\xc9\xbd\x92\x54\x24\xe7\xdb\x81\x84\x12\xcb\x7f\x13\xd7\x24\x30\xc0\x9e\x59\x54\xd1\xb2\x01\xfe\x36\x0c\x9d\xbf\xb5\x62\x80\xfa\xa7\xa1\x9f\x70\xc2\xd0\xa2\xc6\x65\x48\x5f\xe6\xcb\xd0\x19\x76\x77\xfd\xe7\x60\xd0\x4a\x34\x7d\x73\xce\x4b\x86\x6e\x41\xfe\x52\x47\x03\xee\x79\x0e\x74\x84\x9b\x67\x5c\x96\x5e\x25\xe7\x80\xce\x6a\x0c\x3a\x22\xdb\xac\xc6\x49\x6f\xe3\x63\x5b\x50\xbb\x1e\xe8\xd3\x3b\xda\xd6\x31\x1b\x0b\xe3\x8d\x7f\x6d\x2b\x35\xa0\xd3\xc9\x55\x0c\x08\xf9\x3d\xc9\xd2\x4f\x61\x4c\x7c\x00\x9d\x45\xb3\x2b\x94\xa8\xcb\xa6\x3b\x1d\xac\x31\x33\xde\x53\x47\xdd\x56\x8c\x4b\x55\x9c\x27\x9b\x0a\x15\x9f\xa7\x64\x13\x5e\x95\xc8\xc9\xa6\x35\xd9\x65\x35\xb6\xe1\x1b\x77\xdb\x92\x3d\x36\x9d\x62\x1b\xe9\x6a\xf7\xd4\xe9\xb4\x7b\xed\xa5\x54\x6a\xc5\xec\x40\x67\xc9\xee\x59\xd5\x51\xb2\x04\xf5\xca\xa6\xaa\x55\x93\x79\x63\xed\x4d\xbd\xd2\x3d\x75\x4f\x5d\x63\xed\x4d\x6b\x72\xc7\x6d\xd5\xf8\xd9\xe0\x15\x26\x36\x1d\x0a\x09\x87\x75\x80\xe7\x00\xc5\x80\x68\xad\x1a\x3a\x58\x4d\xac\xab\x03\x88\xf0\x72\x40\xea\xa3\x17\x43\x47\xc4\x56\xa3\x23\x07\x0f\x7a\x09\x40\xd5\xc7\x77\xa2\x27\xb7\x2c\x77\x91\x56\xfd\x4e\xde\x22\xa4\x67\x3a\x80\x18\x80\xfb\x2b\x37\xdd\x6e\xc2\xee\xe0\x8b\x11\x5e\x27\xc4\x56\xcd\x2a\x38\x21\x72\x6f\x77\x20\x21\x7c\xf3\xff\x34\xe8\x16\x1f\x6a\xae\x5a\x37\x74\xfa\xd8\x98\x61\x0e\x8f\x5c\xe3\x1d\xa8\x9d\x57\xee\xb0\x84\x42\xfd\x83\x84\x06\xcd\xdd\xd7\xe2\x46\xaf\x40\xb3\xe6\xee\x9f\xd9\xe9\xd1\x29\x5d\x75\xa1\xa4\x3d\xd0\x14\x44\xd3\x3a\x72\x76\xf7\x57\x19\x16\x7a\xfb\xa7\x73\xe6\xf9\x52\x8b\x6b\xea\xd5\xc1\xb2\xbb\x69\x19\x6c\xb5\x6a\x5a\x90\xbd\x56\x8f\xef\x24\x9f\xd1\x07\x1f\xe8\xac\xd9\x1f\x20\x9a\xe9\xfe\xd7\x2d\xb6\x6a\xe9\xa4\x94\x7a\x5c\x93\x1e\x40\x58\xd0\xdd\x63\x8d\xb3\x0f\x03\x67\x71\x9b\x99\xa0\xf2\x90\x13\xdf\xe9\x00\x8f\x5e\xb9\x1f\x07\x27\xb0\xb5\xdc\x53\xc6\x5a\xdd\x2c\x64\xb2\x9a\x6e\x6b\x7a\x94\xc3\x50\x17\x43\x0c\x68\xfc\xd7\x7f\x10\x3f\x69\x93\x6d\xaf\x85\x00\x95\x91\x16\xe6\x98\x07\x50\xa7\x4c\xc7\x13\x24\xe8\xf1\xa1\x7a\x55\xa2\x92\xd3\xab\x99\x0d\x08\xe5\x7a\xfc\xed\xd3\x87\xae\x52\x34\x32\x8b\x01\x71\x0d\x8f\x73\x82\x49\x31\xb4\xc3\x10\x5b\x33\x69\x4d\x58\xbf\xe5\x8c\x0e\x96\x18\x89\x6e\x7c\x98\x4b\xc8\x19\x9d\x1e\xbb\xb9\x8b\xa2\x1f\x95\x6c\x3e\xba\xb8\x9c\x1b\xcb\xd0\x59\xea\x66\x54\x92\x35\x56\x37\xe3\x51\x2c\xa3\x42\xd6\xb8\x03\xa9\xc6\x00\xb4\x82\x66\xb1\x8b\xc1\x04\xa0\xc9\x8a\xea\x91\x5c\x33\x20\x4d\x96\x67\x5c\xf9\xce\x0b\x5a\xec\x03\xa9\x23\x9e\xf2\x05\x8a\x58\xaa\x2d\xf0\x7d\x31\xaf\x0a\x49\xda\xf0\xe4\x38\x90\xe8\xc9\x2c\x5d\x47\xb6\xd6\xcc\x1f\x15\x06\xa9\xc7\x87\x07\xc3\x87\xb7\x44\xb7\x0e\x39\xfd\x8a\x57\xda\xb3\x2c\xc6\xad\xe8\xa2\xad\x1b\x07\xe5\xa0\x33\xe2\x43\x49\x8c\x6e\x1c\xbc\x3d\x00\xbf\x3b\x78\x3c\xcc\xa7\x6f\x16\x2a\xfa\x71\x16\x6a\x58\x60\xcb\xb6\x6c\x58\x4c\xde\x2c\x8d\xa9\x44\x2a\xc8\xd6\x73\xbc\xfb\xce\x87\xd4\xae\xf3\x60\x29\xee\xbe\x0e\x84\xc3\xf2\x5a\xca\xc7\x61\x49\x2b\xd5\x63\x29\x57\x40\xf9\xbc\xaa\x06\xce\xca\x74\x33\x3d\x1d\xf3\x86\x29\x61\x23\xc8\x6b\xfc\xeb\x13\xc4\x28\xa5\x63\x1c\x46\x70\x19\xa8\xb5\x6e\x74\xdc\x67\xa6\x86\x51\x5a\xc6\x6a\xa5\x78\xe3\xb7\x45\xfe\xc1\x98\x75\x70\x1c\xe6\xed\xb2\x3d\x2b\x28\xec\x37\x59\x01\x5b\xf7\x6e\x49\x3a\xca\x42\x44\x92\x03\x75\x41\xf1\x4e\x37\xbd\xde\x97\xc8\xee\x6c\x58\x76\x2b\x2e\x53\x29\x57\x40\x67\xe2\xcc\xb3\xa5\xaa\x1c\xe6\xb0\x8a\x60\x5a\x4a\x8a\x57\xa7\x57\xe6\xb0\xb2\x45\x6b\xc1\x01\xa5\x86\x2c\xc5\x38\x20\x5f\xa2\xd1\x03\x78\xf5\x8a\xd9\x91\x82\x72\xf4\x7f\x5a\x48\x6f\x7c\xa7\x0b\xc6\x05\x1b\x5f\xe9\x52\x8c\x2e\x8f\x90\xbf\x7b\x6f\x29\xb5\x66\x29\x5e\x79\x1d\x47\x5b\x37\xcd\xeb\x3c\x3a\xcc\x71\x39\x64\x16\xe3\xc1\xc3\xfc\x78\xa7\x26\x1f\xe9\x52\xbc\x53\x93\x3e\xb3\x0d\xcf\x9d\xcc\xd2\x86\x79\xe2\xcb\x50\x8d\x3f\x9c\x09\x87\x67\x52\xae\x3f\x6d\x78\xbe\xa4\xd8\x2c\xc5\xfb\x0d\xe9\x35\x87\x99\xae\x8e\x8b\xa5\x78\x4b\x27\x1d\xe7\xf0\x68\xa4\xe1\x2c\x25\xc7\x87\x07\xed\x3c\x18\xa9\x37\x5b\x10\x86\x1c\x7e\x4a\xf1\x76\x40\xe6\x6f\xc3\xec\x40\xaa\xcd\x52\x4c\x18\xca\xb4\x31\xcc\x65\x95\x67\xa3\x05\x22\xff\x26\x5d\x0c\x88\xa6\xa7\xa1\x43\xf3\x81\xae\x72\xcf\x1e\x33\x5e\xd1\xf4\x32\xf4\xd3\x87\xd1\x80\x56\xc3\x04\x20\xbd\xe9\x30\x3f\xfb\x49\xb8\xc4\x96\x54\x3a\xd4\xb1\xe2\x3b\x4d\x48\xd4\x21\x81\x3a\x6a\x7c\x48\x8d\x0c\x54\x5e\x41\xc3\xfc\xeb\x87\xf2\xc1\x9b\x38\xb9\x04\x0d\x8b\xe1\x1f\x64\xe3\x3d\x9c\x72\x73\xb4\xe1\x0d\x81\xbc\xba\x4b\xa9\x01\x69\x5a\x8d\xaf\xca\xd3\x51\x8a\xdb\xfe\x84\xf3\x66\x59\x8a\x6f\xd5\x86\x05\x8f\xc2\x5b\xcd\x2b\x00\xf5\xd1\xf4\x2b\x97\xa1\x69\xa6\xf2\x31\x6a\x6f\xac\x64\x98\xd7\x86\x37\xc0\xdf\xc1\xb3\x79\xc5\xbf\xb4\x7d\x1f\x01\xad\xf3\x2a\xfe\xa5\x95\xf1\xd1\x4a\x27\xea\x79\x05\x20\x34\x36\x43\xf8\x0e\x06\x4e\x73\x00\xe5\x09\x99\x46\x62\xb9\x9f\x97\x62\x32\x97\xc9\xdf\x34\xda\xca\xe0\x6f\x1a\x6b\x15\x10\xab\x0d\x4b\x2e\x05\xb1\xc2\x5a\x66\xaf\x0b\xa6\xca\x7e\x6e\x29\xce\x54\x73\x37\x70\x2b\xc7\x34\x66\xe3\x54\x5e\x88\x2c\x73\x20\xd5\xd1\x0c\x68\xa2\xd8\x1e\x2d\x1d\x93\x31\x99\x39\x80\x28\x1e\x62\xc5\xf5\xbc\x11\xda\x65\x2f\x05\xa6\xc2\x4e\x65\xe3\x77\x5e\x08\x3e\xb3\xf1\x33\x2f\xc4\x9e\xd9\x64\x61\x6c\x18\x40\x1c\x48\x84\xc0\x8a\x2d\x8e\xc9\x18\x38\x6c\x12\x34\x16\x52\xe3\x1d\x48\xfd\x1a\xfe\xdf\x52\x73\xae\x92\xd1\x0c\xff\xed\x2c\x05\x71\x61\x36\xae\xe7\x05\xdb\x8c\xbd\x14\x5d\xb6\xa1\xd9\xdf\xe4\x65\xc4\x88\xe5\x00\x3a\x63\x35\xff\xed\xec\x77\x51\xe1\x1c\x40\x6b\x3b\xdc\xd8\x21\xf8\x36\x3d\x09\x0a\x48\x85\x42\x67\x93\xca\xb1\x60\xea\xb1\x57\x02\xbf\x87\x1b\x93\x28\x9c\x51\x89\xce\x36\x68\x3a\xf6\xd2\xb1\x76\xfe\x0f\x2e\x15\x56\xd6\x79\x0c\xa5\xc8\x81\xce\x92\x42\x76\x2b\x33\x5b\xec\x9e\x96\xe2\xd9\x16\x1f\xc7\x56\x86\x78\x61\x0e\x24\x73\x44\xd1\x74\x00\xad\xe2\x72\x8d\xc2\x4e\x48\x72\xe9\xc8\x4b\xc2\x9b\x03\x68\x49\xd9\xc0\x90\xd3\x91\xf4\x36\x07\xd0\x1c\x2f\x0f\x46\x33\x02\xe5\x92\xbf\xb1\x94\xa8\xfd\xa0\x05\x66\x33\x07\x38\x78\xb0\x8c\xb9\xd2\x61\x93\xb7\x66\x93\xaa\xb1\x60\xd9\xb1\x49\xcd\x88\x59\xcb\x01\x4e\xc3\xd0\xd2\x2a\xa2\x62\x0e\x5f\xe4\x59\x2c\x84\xda\x39\x50\xd6\xb9\xf8\x32\x24\x0a\x5f\xae\x43\xc7\xe9\xe5\x85\x97\xd6\x1a\x53\x97\xbd\x14\x08\x17\xeb\x94\x03\xa0\x0f\x75\x63\x12\x69\x2b\xba\x78\x44\x1a\x11\x65\xf6\x2a\x92\x68\x2b\xba\x78\x24\xda\x34\x69\x49\xa9\x3c\x4d\x4c\xe8\x94\x7d\xd8\x25\xe7\x62\xe0\x51\x01\x21\xd8\x37\x91\x70\x71\x9a\x7c\x74\xea\x6e\xeb\x0f\xda\xd2\xc4\x66\x43\x3a\xba\x9b\xb4\x14\x21\xb7\x10\xd7\x67\x2f\xe9\x98\x09\x0a\xb3\xc9\x8e\xd8\x96\x11\xa7\x72\xe2\x37\xae\x28\xfa\x55\x41\x61\x74\xa0\xc3\x35\x47\xfc\xed\xd3\x2b\xd7\xbf\x75\xd9\x30\x03\x3a\xeb\x82\x40\x23\x65\x62\x21\x96\xcf\x5e\x1c\xd6\x97\x91\x45\x69\x0e\x8b\xcf\xe0\xab\xe9\xa8\xba\x3c\xab\x52\xe7\x4e\xa3\x0e\xc7\xf3\x6a\x94\x90\x3a\x37\x10\x53\x16\xa3\x9d\x80\xf1\x7b\xc9\x24\xb4\x54\x73\x2c\x34\xb3\xd5\x4c\x4a\x87\xeb\x42\x74\x9f\x4d\x7e\xc2\xe9\x69\x55\xd8\x06\x32\xb3\x6c\xf2\x0b\xa2\x1a\xdc\xa4\x13\x5c\x9e\x54\x1d\x7d\x97\xc7\xcc\xf1\x16\x8d\xd3\x26\x00\xc3\x32\x47\xd5\xf1\xb6\x5f\x5e\x98\xce\x54\x25\x37\x75\x98\x74\x27\x7c\xf6\x5e\x0a\x65\xb5\xdc\x25\x45\x5e\x28\x44\x09\x3a\xd0\x69\x2c\xc5\x77\x1a\xa5\x27\x58\x3e\x49\xcb\xfc\x55\xe6\x99\x85\x60\x42\x9b\xa0\x0a\xa5\x9a\xdd\xea\x40\x5b\xd0\x68\xed\x25\x0f\xa3\x9e\xbc\x9c\x43\xc4\x49\xe4\xa0\x03\x3d\xa7\x4a\xd7\xcf\xba\x67\x77\x4b\xa4\x5a\xcd\x37\xe5\x6a\x54\x88\x03\xb4\x97\x92\xc0\x97\x6a\x6a\x9a\xe8\xe3\x4d\x3f\x68\x22\x7d\x99\xb1\x74\x3c\xed\xc9\x3c\x49\xc1\x73\x97\xab\xd4\xe9\xb4\x54\xf3\xca\xc9\xe0\x5c\x3f\x03\x30\x4b\x52\x1a\x8d\x9e\x2c\x21\x94\x45\x63\x45\xf5\x67\x69\x7a\xb2\x80\x50\x46\x8d\x15\x15\x1e\x2c\x58\x51\xc5\x19\xcc\x32\x1f\xd3\x01\xb1\xa3\x0d\xd9\xa4\x21\x2c\xb5\xfc\xd3\x30\xec\x7c\xca\x40\xa7\x21\xcd\xb9\x99\x9e\x32\xc1\xf7\x64\x82\x52\x68\xab\x42\x64\xa0\x03\x9d\x59\x36\x0b\x94\xde\x70\x99\xe9\x49\x6d\x58\xaa\x99\x88\x32\xc2\x2f\x8f\x53\xda\xc0\xee\xeb\xe9\x25\x25\x5b\x30\x1b\x1d\xd9\x0a\x41\x7b\x36\x21\x15\x82\xd9\xc8\x40\xb4\xfb\x46\x6b\xdd\xda\xd0\xd6\x16\xef\xc6\xf9\x70\x18\xd0\x62\xb7\x80\x74\xd1\xe6\x79\x94\x59\x29\x31\x46\x36\x41\x18\x7a\xf6\x50\x14\x83\x81\x0c\x26\x07\x50\xef\x2d\x23\xe5\x71\xb4\xcc\x2b\x6f\x0c\x44\x9a\xfb\x01\x37\x30\x7b\x94\xa6\x8e\x3c\x27\x07\x10\x62\x99\xed\xe9\xe8\x44\xce\x93\x03\xe8\xbb\x66\x40\xd8\xe2\x8d\xc1\xa6\x2d\xc6\x25\xdb\xcd\xee\xf3\xd6\x7a\x20\x27\xef\x12\x94\xc3\x61\xf5\x00\x34\x66\x6f\x19\x1e\xcc\x43\xbc\x4b\x78\xa0\x20\x6f\x0c\x94\x07\xb0\x54\x4b\x67\xc5\x6e\x0a\x86\xfb\x70\x8d\xe7\x19\x96\xe3\x4d\xa9\x16\xf1\x0a\x63\xbb\xcc\x62\x1f\xf7\x38\xa0\x5b\x97\x86\x6e\xed\xec\x67\x97\x07\xf3\x70\x17\x58\xa3\xfe\x4f\x10\x4d\xbf\x50\x1a\x57\x1b\x44\x48\x58\x23\x5e\x9d\x5e\xb9\x65\x0e\x39\x44\xe3\xd9\xeb\x15\x4a\x98\x15\xbf\x70\x2c\x2e\x25\x88\x49\xb0\xbc\xd1\x90\xbd\x65\x2f\xf1\xa1\x7a\x6f\x66\xa3\xe3\x49\x2f\x7f\x1f\x1e\xca\x9a\x6e\x4b\x9b\xf1\xea\x7f\x49\x77\x46\x3c\x8f\x03\x68\x35\xfd\x2f\x9d\x33\x7a\xc8\x37\xec\x28\x2f\x23\xb4\xbc\x70\x7a\x08\x01\x82\x38\x5d\x7f\x90\x66\xdf\xcd\x49\x47\x96\x2e\x4b\x01\x65\xf4\xeb\x24\x49\x3d\xd0\xd4\x3b\xa6\x4e\x39\xf9\x4a\x75\x5f\x88\x75\x7b\x59\x28\xc8\x37\xa7\xfb\x2e\x96\x74\x7d\xe9\xb2\x88\xd0\x99\xa1\x07\x4f\xc4\x6d\xe7\x32\x77\xd6\xc9\x20\x5d\x66\xc8\x04\xbd\xbd\xcc\xd4\x3f\xe8\x90\x13\xd1\x22\x4e\xed\x65\x1e\xfc\x09\x4d\x02\xe5\x15\x0b\xa0\x54\x0b\x40\x42\x01\x10\xe9\x61\xdf\xd2\x87\x15\x52\x05\x1e\x48\xe3\xeb\xf1\x4e\x23\x42\xe8\x91\xbf\xaf\x13\xad\xea\x40\x22\x6e\x76\x45\x8e\x18\x70\x95\x80\x44\x70\x6c\x7e\x6e\xbc\x78\x08\xe9\x70\x20\xcd\x3c\xcb\x77\x4b\xb7\x95\x48\xe3\xb1\xf1\xff\x2f\xbe\xd4\x24\x6f\x5f\xff\xab\x45\x24\x8d\xbe\xf3\x40\xba\x7c\x5e\xee\xa7\xc6\x47\xa4\xa1\x8d\xeb\x7f\x8f\x5a\x48\xe8\x77\xc1\x33\x6e\xcc\x4b\xc9\xfd\xb7\xc9\xee\x97\xae\xf6\xef\xeb\x85\x5b\x49\x25\x0a\x21\x87\x0e\x94\xf4\xc7\x62\x28\xeb\xa6\xda\x4d\xc8\x1e\x9b\x2c\x1f\x9b\x58\x02\xdd\xd7\xaa\x84\x12\x28\x64\xf5\xdb\xb7\xf4\x53\x09\x6d\xfa\x26\xc7\x5f\x41\xff\xba\xf1\xf6\x2f\xa8\x5c\x37\x19\xfe\xba\x6f\x4f\xed\xfa\x8f\x0d\xee\x26\xdd\x5f\xf7\xf5\xe9\x9d\xe4\x99\x87\x0d\xee\x81\xaa\x6a\x89\x77\xba\x36\x2f\xf1\x3f\x2d\x19\x72\xe8\xd6\xa6\xbf\x44\x3f\x15\x43\xb6\x5b\x6b\xe7\xb4\x7f\xd8\xe4\xee\x9b\x5c\xec\xde\x4b\xdc\xec\xe5\xd1\xdd\xee\x1b\x4b\x53\x62\x0f\x6d\xc7\x24\xb8\x8c\x30\x19\x04\x1d\x7e\x27\x22\x23\x2c\xd1\x76\x82\x3f\x8c\x79\x0f\xa4\x59\xca\xee\x8b\xd0\x80\x04\x51\x07\xa2\x85\x62\x48\x2d\xc0\x52\x09\x3e\xd0\x09\x94\x73\x20\xad\x03\xec\x8a\x48\x04\xc5\x4a\x60\x52\x06\xa6\xcb\x75\x16\x90\x17\x56\x49\xc2\xc0\x42\x84\xa4\x7d\x17\x90\x17\x0e\x78\xb3\x73\x27\x23\xde\x81\xe8\xf5\x32\x24\x04\xcd\xae\x45\x6e\x16\x98\xd2\x1e\xe8\xac\x5f\x37\xda\x11\xca\xe0\x32\x09\x68\x93\xdf\x89\x51\xb3\x9d\x54\x10\xc3\xda\x03\xa9\x67\xd3\x7d\xd1\x9e\x2e\xb0\xa0\x30\x9f\xd3\x7d\xd9\xf4\xcc\x7d\x11\xbb\xef\x5e\x07\x45\x43\x48\x18\xae\x1e\x48\xba\x02\xcf\x3c\x41\x6d\x31\xb9\xd8\x37\x96\xa5\xbe\x6e\xbf\xa5\x6e\xeb\xdd\x73\xa6\x78\xb7\xc5\x37\xec\x84\x54\xe8\xd6\x72\x91\x92\x30\x61\x9c\x71\x20\xad\x9f\xf1\xac\xca\xd5\xfb\x32\x83\x51\x26\x8c\x4e\x42\x95\x03\x69\x35\xff\x20\xbe\x2c\x86\x96\xde\x31\x5a\x42\x29\x5c\x66\x37\xb2\x36\x2d\x56\x53\xdf\xf5\xa6\x75\xf7\x05\x3a\xaa\x1e\x83\x64\x0c\x56\xe8\xfb\x6e\x30\x03\xb3\x0d\xd4\x76\x56\x40\x3b\x75\xe0\x65\xb6\xd1\x84\x13\xc9\xec\xa6\x81\x13\x6c\x5e\x6e\x9d\x20\xba\x15\x22\xb7\x4e\x10\x29\x99\xf9\x60\x10\x6a\xa5\xf3\x8d\xdf\x59\xf2\xba\x4b\xa9\x97\x92\x79\x88\x32\x08\x16\xeb\xa0\x49\x20\x98\x92\x39\x83\x32\x04\xf6\xee\x39\x23\xe5\x47\xba\xe2\x4b\xad\x9f\x67\x89\xe4\xe9\x18\x52\xee\x5b\xa6\x9f\x89\x28\x11\x07\x12\x0f\x69\xf1\x4e\xad\x27\xf7\x5a\xe7\x92\x66\xb6\xd8\x59\x77\x76\x4f\xb7\x2c\x41\xbb\x2f\x29\x6f\x62\xf7\x26\x53\x78\x47\x17\xe4\xf6\xa4\x1e\x2c\xd6\x73\xdf\xd2\x0f\xf6\x61\x3e\xa8\x04\xea\xa5\x99\x0f\x92\x3f\x3d\xe5\x80\xb4\x46\x6c\xae\x6e\x05\xed\x2d\xcd\x6b\xa4\xe0\x0e\x7d\xe4\xff\x01\x53\x56\x78\xdf\x3e\xcc\x0c\x3a\xa6\xb3\xcd\xdd\xd6\xde\x7c\x44\x83\xd8\xce\x76\x77\x5b\xa4\x93\x4c\xaa\x1d\xd2\xe9\xee\xf6\xa6\xa3\xd3\x90\xba\x66\x56\x2b\x77\xb7\x94\x4c\x02\xd8\xa2\x36\xb3\xda\x21\xe9\x48\x94\xfc\x03\x75\x7d\x19\xd0\xd0\xbb\x66\xe8\xd6\xff\xe2\x9d\x94\x70\x46\xc2\x01\xda\x99\x20\x86\x54\xac\xc3\x68\x27\x8d\x62\x1f\x46\xad\xc1\x84\x5a\x72\x2a\xca\x5d\x1f\x5e\x40\xb4\x88\xa4\x32\x3c\x90\x96\xd3\x8b\x34\x60\xd1\x66\xfb\x24\x2e\x49\x2d\x20\x21\x85\x19\xfd\x10\xe3\x1d\x1e\xbb\xf4\x83\x7d\xc4\x68\xc5\x36\x52\xd4\xe2\x59\x72\xcf\x24\x7f\x87\xc7\xa7\xdc\xf0\x29\x59\x08\x10\xf7\x21\x59\x08\x48\x97\x98\x92\xd9\xfe\x04\x61\xe2\x4b\x09\xd5\x61\xa6\x8c\x9e\xb1\xfd\xfd\x4f\x6b\x6b\xa6\x2c\x73\xd3\x94\x2c\x04\x26\xa8\xf5\x57\xa7\x98\x72\xbc\x13\x5b\xf4\xf5\xe4\x3d\x21\x0f\x76\xe0\x64\x2d\x4c\xc9\xe2\x42\x31\xf6\x8a\xcd\x26\x1c\xdb\x21\x59\x5c\x70\x64\x6b\xfe\x92\x78\x7b\xc9\xfd\x94\x41\x68\xc7\xf5\xee\x40\xd4\xe2\xff\x89\xbd\xa5\xe9\x2f\x59\xa3\xf8\x9f\xd6\xc8\x37\x77\x37\x16\x9c\xb6\xcc\xb8\x17\xe4\x6f\xf6\x26\x25\x5f\x9f\xc6\x2c\x94\x7c\x56\x07\xde\x64\x3c\xb1\x35\x13\x59\x0b\xbb\x2f\xb8\x6e\x99\x70\x16\x2b\x07\x49\x52\xd8\x7d\x73\x45\x16\xc2\xee\xab\x2b\x27\x21\xb4\x89\xd1\x2d\x95\x5f\xf7\x8d\xd4\x2d\x95\x5f\x69\x9c\x33\x6f\xf2\xd1\x67\x33\xb4\x1b\x26\x69\xf1\x7b\x6b\x6d\xb3\x19\x9a\xdc\x0c\xbb\xaf\x97\xee\x1b\xd6\x67\x81\x74\xa3\xdf\x34\xbe\xdc\xb0\x76\x0b\x24\x29\x0b\xfb\x34\x26\x73\xf2\x6c\x16\x33\x3a\x79\xf6\x69\x1c\xd4\xf1\xb2\xfb\x82\x89\xe8\x14\x7d\x1a\x23\xa5\x2e\xec\xd3\x38\x71\xb3\x29\xb2\x28\xb9\xc1\x09\xaf\x26\x3e\x8c\xb6\xe2\x21\x4e\x45\x9f\x5e\x3f\x29\x13\x93\xcd\x78\x6e\x29\x13\xbb\x6f\xa6\x08\x61\x51\x6c\xb5\x72\x6f\x04\x0b\x17\x7c\xce\x63\x68\x13\x9f\x7b\x23\x1c\xb9\x70\xba\xb7\xe8\xc1\x06\x3f\x24\x22\xec\xbe\x7f\xba\x15\x1b\xb9\xc4\xa6\x41\x7a\xc2\x64\xab\x1e\x92\x12\x96\xd8\x34\x48\xff\x57\xba\x57\x0c\xab\xcf\xee\x55\xc1\x0f\xd1\x26\x3f\x24\x24\x4c\xb6\xeb\x21\xb8\x44\xe9\x5e\x23\x82\x05\xda\x28\xe7\xe6\x20\x6b\x15\xae\x53\x15\xe6\xfc\xef\x6b\x0a\x12\x15\x76\xdf\x83\xdc\x8a\x9d\x9c\x6c\x96\x43\x80\x8a\xbe\x8c\xbc\x84\x23\xb4\x59\xce\x4d\xe0\xe4\xec\x5d\x03\x1a\xc2\xee\xfd\x2f\xd1\x06\x73\xd4\x29\xf4\xe9\x96\x4f\xf8\x30\xe6\xa8\x93\xa9\xb0\x7c\x7a\xe4\xf9\x9c\x7d\xf4\x50\x10\x8b\xee\x3b\x82\x9b\x08\xc9\x36\xe8\xb9\x75\xc8\xee\xbe\x16\xb8\x95\x3d\xa6\x58\x47\x4d\x56\xc3\xbe\x2c\x3c\xa4\x15\x4c\xb9\x06\x24\x1d\x78\x8f\x2f\x6f\xfd\xcf\x2d\x88\x11\x2e\x33\x50\xd9\x9e\x96\x6e\xd9\x2c\x03\xd3\xbe\x8c\xbc\x2f\x24\x67\x72\xd4\x39\xbb\xfb\x20\xef\x54\x87\x36\xea\xb9\x5f\x31\x98\xd5\x03\xda\xaa\xb3\x1a\xd2\x18\xcc\x40\x89\xe2\x9c\x6b\x40\x5a\x15\x33\x50\x85\xd5\x28\xc4\xef\xdb\x8e\xaa\x91\x3d\x2f\x2f\x68\x97\xdc\x33\x56\xc5\xf3\x22\xcf\xcc\xd2\x4d\x1e\x38\x66\xda\xb0\xe7\x56\x42\x9a\xee\xb3\xbd\x33\x23\xda\x0e\xe7\x7e\x3d\x9f\x86\x36\xb5\xb8\x67\x22\xc7\xd8\xab\x2a\xe8\xf3\xb8\xbc\x9b\x7a\xed\xae\x42\xeb\x3f\x88\xc5\x02\x5e\x39\x10\x8b\xb5\xf9\x4e\x81\x68\x0b\x9e\x5b\xba\xc8\x71\x19\x7b\x08\x15\x6d\x7b\x1e\xe7\x3f\xb4\x61\xce\x8d\x22\xb1\x7b\x2b\xf0\x53\xf0\x20\x9b\xdf\x90\x0b\x71\xf8\xb8\x7d\x2b\x4a\x74\xb2\xfd\xcd\xad\xa8\xd0\xc9\x46\x36\xb7\x1c\x2d\x4b\x37\x96\x13\x88\xd0\x26\x32\x44\xf8\x28\xdd\x58\xfe\x63\x5e\xbc\xb6\x3f\x88\xd3\xab\xf9\xdb\xd4\xe2\x9e\x1d\xf1\x3b\xae\x12\x5f\x0a\x43\xbc\xb6\xba\x78\x18\x57\x89\xff\xa9\xd7\x5e\x5b\xe5\xdc\x19\x97\x37\x1b\x1f\x64\x6c\xca\xf9\x20\xe3\x11\x90\x56\xda\x94\xf3\x31\xbb\x23\x20\xcd\x6e\x89\x5a\xe4\xff\x63\x5a\x41\x79\x19\x7b\xf8\x4f\x46\x10\x97\xb1\x87\x70\x87\xb6\x93\x21\xca\xc8\x88\x73\xb2\x8c\x7e\x93\x0d\x65\xee\x0f\x0a\x2f\x01\x69\x5e\x2c\xc8\xa4\x96\x2c\xdd\xfb\xfb\x0f\x0a\xb7\xe8\xfa\x60\x7d\x35\x20\xf5\xcc\x42\x8e\xdc\x3d\x79\x06\x24\x5c\x1a\x01\xa9\xd7\xd5\xfd\x94\x39\x49\x9c\x1c\x75\x5d\x92\xf2\x0c\x28\xeb\x4b\xf7\x1a\x96\xe9\x33\x18\x97\x27\xc4\x95\xd8\xfb\x82\x65\x22\xd2\xf7\xa5\x8d\x81\x8d\x32\xb6\x2e\x56\x92\x8d\x78\xb6\x2e\x56\x86\xcf\x75\x78\xe2\x16\x1b\xcf\x11\x13\x65\x5c\x7f\x75\xfe\xf4\x2e\x20\xb5\xb7\x5c\x27\xce\x56\xd5\xed\xc1\x3f\x57\xfb\x27\x53\xc6\xa3\xb7\x10\x58\xf1\x40\x42\x2d\x8e\x10\x5b\x9a\xd3\x71\x45\x13\x62\x8b\xb6\xbf\xd8\x97\xa7\x77\x19\x7a\xf5\x2e\xfe\xa7\xe9\x5d\x1e\x04\xd3\xcb\x61\x63\x5f\x5b\xc3\x5d\x1e\x84\xd0\xdc\x16\x17\x5b\xb1\x18\x87\x8f\x3a\xa4\x05\x2d\xb6\xf3\x73\xf4\x14\x1b\x29\x90\xc9\x33\xd9\xc0\x00\xb7\xde\x62\xb3\xbf\x2d\xc3\xdf\x81\x8b\xd4\x81\xce\x34\xd9\x54\x80\xb0\x2a\xc3\x87\x0d\xe7\xf4\xb4\xad\xc0\x46\x0f\x6a\x7b\xbe\xad\x78\xde\xc5\xc7\xc3\x9d\x90\x87\x5c\xc8\xec\xec\x9e\x4d\x43\x43\x46\x46\xd5\xd0\x54\x9d\xcd\x10\xff\x5b\x86\x7e\x7a\x17\xff\x93\x99\x51\xd4\xc9\x02\xc2\xa6\x76\x3e\xf2\x7e\xe0\x84\x71\xa0\x2d\x28\x1b\xd2\xcc\xff\xbd\xd3\xcc\x1b\x61\x32\x63\x87\x4d\xed\x2c\x67\xcb\x1e\xff\x93\x41\x15\x31\xcb\x0e\xa4\x99\xf7\xfa\xc9\xfc\x77\x10\x39\x6c\xe3\xa8\x9b\x8a\x7b\x5d\x60\x14\x30\x34\xbc\x71\x53\x71\x3f\x71\xc0\xb5\x7d\xe1\x96\x6d\xf0\xc0\x6b\x60\x6f\xa9\x36\x8b\x0d\x0c\x9d\x14\xb4\xc4\x97\xac\x18\xec\x0d\x87\xdc\x54\xfe\xbe\xd4\x0c\xfe\xbd\x13\x33\xe8\x51\xe7\xa3\x77\x86\xc0\xdd\xe1\xbe\x08\x5b\xbd\x3b\xb5\x4f\x2e\x99\x24\x37\x3e\xb9\xc3\xfb\x51\x9c\x72\x4b\x8f\xd1\xb2\xd2\xc3\xef\x24\xc4\xad\xa3\xc7\x35\x76\x78\x67\xb7\xab\x84\xb1\xaf\xa5\xb7\xae\x2f\x86\x77\x6f\x8e\x85\xe3\x7b\x69\x42\xe1\x0c\xef\xde\xc8\x08\x5a\xfa\x88\x5a\x7e\x7a\x17\xb5\x88\x3a\x86\x6b\x01\xaf\xa7\x5b\x47\x18\x4f\xd7\x22\x61\x6c\xc5\x39\x8e\xb4\xc3\x1b\x9f\x2d\x45\x69\xb2\xe2\x7c\x57\x30\x19\xc6\xb4\xb9\xda\x28\x5e\x95\xa6\x33\xa6\x8d\x06\xb7\x8c\x90\x87\xc5\xda\xe6\x6a\xc3\x0a\xf2\xdd\xe8\x59\xfc\x8f\x9e\x99\x33\x34\x09\x40\x8b\x8b\xdd\xa4\x55\x22\x7a\xe5\x81\xa8\xa5\x1b\xd2\xd8\xd9\x99\x3b\xa1\xa9\x55\xd5\xf6\x5b\xed\xd1\x9e\x84\xa3\x6f\xe5\x89\xa6\x53\x7a\xb4\x07\x9f\x58\xee\x0b\xe2\xd0\x7c\x49\xf9\x86\x46\x8e\x5a\x58\x4d\xf3\x1e\x5d\x7b\x8c\xfc\x57\x8b\x70\xc9\x3d\xeb\xba\xb6\xb2\x95\xe2\x56\xe4\xfc\x61\x3b\x3f\x62\xec\x24\x6b\xaf\x37\x97\x19\xdd\x3d\xc3\xa2\xb9\xbb\x2f\xb2\x68\x1e\x56\xf2\x6c\xe5\x20\x1a\x36\xa3\xb3\x9b\x2b\xee\xfb\x9b\x4c\xa8\xa9\xfe\x3b\x63\xe3\x26\x4b\x6a\x19\x46\x65\x5d\x58\x24\x6b\x8a\x09\xd2\x53\x46\x34\x28\xc6\x6b\xb5\xef\xee\x62\xbc\xe5\x0f\xfa\xf4\xa5\x3b\xb3\x69\xde\xdd\xd6\x51\xc0\xe6\x95\x0e\xed\x63\x55\xef\x96\x95\x73\xb2\x0a\xd7\x6e\xb6\xb6\x60\xdb\xca\x7d\x54\x7c\x03\x44\x94\x9f\xe2\x3b\x9f\x2d\xed\x71\xf1\x2d\xcf\x26\xca\xa5\x55\xbf\x38\xda\x0e\xbc\xbb\xf7\x96\xc6\x38\x59\xe9\x41\xba\xd5\x62\x83\x4b\xdc\x69\x93\x95\x1e\x76\x9a\xb5\xc5\xe5\x56\xd8\xfd\x64\x4d\x30\xa1\x7f\x46\x31\xdb\xe7\xfa\x62\x78\x7c\xc3\x86\x8f\xc5\xd0\xd2\xff\x5c\x0b\x33\x91\xfd\x25\x33\xe1\xb1\x0f\x66\xa2\x04\xa4\x3a\x3d\x13\x83\x79\xb1\x28\x99\x12\x56\xb6\xfa\xd9\x53\x77\xca\xd5\xe3\xd3\xd5\xc6\xb0\x0d\xd0\x96\x56\x3a\x55\x8b\x04\xae\x36\xac\xac\xdd\x5c\x5f\x0c\xcf\x92\xcc\xa4\x47\x90\x3f\x06\xcf\x23\xc7\xff\xb4\xb6\xde\x0b\x48\x13\x9d\x48\x00\xb3\x71\x97\x1d\xc5\xbb\x0d\xd2\x0f\x58\xc9\xbb\x27\xb6\xa2\x26\xf8\x09\x66\x79\x76\xa5\xa6\x1e\xc1\x1a\xa4\xa6\x2e\xb6\xe8\xc3\xe9\x76\x14\x13\x35\x4e\xb7\x23\x47\x2d\xc2\x02\xcf\x20\xc1\x31\xab\xf7\x1e\xba\x4a\x19\x36\xee\xc0\xb7\xb6\xd8\xa4\x0f\xdf\xda\x61\x0b\x0e\x92\xc3\xa6\xea\xad\x87\xbc\x69\x53\xb5\xb8\x57\x68\xcb\x61\xcb\x89\x2d\x63\xe9\x54\x2d\x62\xe5\xfc\x3a\x02\x3f\xe5\xfd\x3a\x02\xcf\x30\x90\xb6\xc5\xeb\x56\x18\xcb\x42\x04\xcc\x03\x15\x7d\x59\x0c\x69\xa5\x2d\x0e\x95\x95\x60\xc4\xda\xe2\xf1\x4a\xa8\xcc\x4d\xb8\xa6\x32\xbc\x62\x8b\xf1\x95\xf8\xdf\x27\x88\xf6\x48\xf7\x64\xad\xe8\x56\xb6\xa7\x42\x5a\xce\x4d\xa4\xa6\x64\x4d\xe8\xbe\x25\x04\xac\x60\xdf\xa4\x60\xaa\x5e\x3f\xe2\x69\x56\xaf\x18\x97\x12\x04\xe6\x3c\x90\x7c\xd9\xd9\xd5\x3a\xc0\x91\xd5\x77\x04\x25\x4a\x56\x8b\x6d\x59\x0c\x17\x62\x74\x1e\xe8\x8c\xcf\x5a\x9c\xad\x08\x96\x65\x18\x7b\xe4\x27\x9a\xac\x16\xc3\x4f\xb4\xf8\xba\x72\x4b\xf1\x9d\xac\x5c\x23\x0d\xeb\xb0\x2e\x81\xc8\x45\xc5\xa6\xc0\x04\x2e\x1a\xd6\x10\xec\x47\xd4\x6f\xc5\xdb\x96\xb6\x3b\x35\xaf\xbb\xe2\x4b\x0e\xdf\x84\x6f\x25\x08\x18\x2d\x6a\x61\xfd\x4c\xd3\x18\xf9\xfa\x9e\x7a\xa3\xfc\xf6\x75\xe5\xc6\xac\xd7\x56\xc4\x78\x6c\xa6\x18\x1f\x6e\x99\xc3\x1b\x34\xe2\xf7\x37\x6f\x4e\x15\x70\x68\xd8\x4b\x69\xbf\xda\x96\xb4\xff\x09\x53\xd6\x61\x78\xf8\x6e\x6a\x2b\x92\x7f\xb2\x7a\x6b\xa3\xe6\x1e\x2d\xde\x69\x80\x96\x3a\x1c\x8d\x7d\x5b\xba\x5f\x08\xd0\x12\xf7\x65\x39\x8d\x84\x1c\x6a\x87\x77\x5a\x24\x2e\x6a\x66\x7d\x3f\x48\xce\xbb\x22\x74\xc8\x56\x92\x6d\x74\xc1\x56\x61\x91\x0f\xb5\x8c\x11\xef\xce\xf4\x0e\x4b\x32\x65\x12\x4a\xb1\x80\x3a\x3e\x8d\x90\x4f\xa4\x15\x8a\x05\xfc\x60\x06\x66\x61\x32\xec\x2c\x36\x36\xdd\x1c\x98\xb0\x2f\x7d\xf0\x8d\x2c\x58\x1d\x3f\xf8\x2b\x26\x94\x41\x8f\xfd\x15\x31\x3b\x7e\x9c\xd8\x13\xf5\xcf\x33\x51\x95\xe2\xbe\xf8\xe0\x00\x98\x48\x21\xf2\xe0\x00\x58\x88\xc9\xf8\xe0\xe5\x97\xf0\x51\x7c\xec\xca\x47\x44\xc6\x07\x57\xbe\x44\xfa\x90\x03\xdd\xb2\x50\x76\x9d\xda\x03\x62\xcb\xfc\x90\x93\x73\x60\x07\x7a\xa0\x57\xff\x73\x0b\x10\xd9\xa4\x67\x28\x32\x5b\x0d\x48\xc8\x34\x8b\x21\xf5\xb3\x1a\x12\x59\x91\xa4\xec\xc1\x13\x2f\xa1\x36\x7a\xec\x89\x47\x40\xc7\x03\x69\xc5\xc4\x24\x0f\x44\xcf\x02\xfa\x09\x9a\x40\x87\xdd\x8c\xe9\xf9\x54\x3c\x9d\x31\x3d\x83\xa4\xe5\x27\xd3\xc8\x33\x0b\x68\xbe\xba\x21\x8d\x7d\x0c\x43\x6a\x61\x05\xa4\x19\xec\xd4\xa9\x14\xfc\x63\xba\xf5\x02\x46\x2e\xd7\x29\xe6\xd3\xdc\x3a\xbb\x68\x62\x9f\x3c\x38\xe0\xa5\xe6\xbe\x28\x36\xe4\x58\x57\x35\x34\xf4\xce\x5f\x0a\xaf\xb1\x69\x3e\xd0\x11\xbf\x6d\x06\x74\xeb\x7f\x6e\x41\x02\x02\x13\xe7\x03\xfd\xf4\x65\x40\x9f\xde\xb1\x0e\xa8\x12\x9b\xe7\x13\xe5\x61\x9b\xd4\xc2\xbe\xb9\xcd\x6e\x48\x73\xed\xf1\x29\x78\x64\x21\x8a\xe1\x83\x57\x5f\x99\xee\xb5\x62\xce\x8c\x65\x8c\x54\xd0\x99\x32\xdd\x33\x05\x9d\x19\xab\xc4\xff\x7e\x82\xfc\x3f\xe1\x0b\x26\xcb\x07\x6a\x7a\xe7\xf6\x14\x33\xb3\x47\xaf\xcf\xbc\x8c\x55\xa6\xa1\x47\xef\xdc\x82\x56\xb3\xbb\x16\xf6\xe9\xdc\xab\x1e\x48\xb3\xd4\x2e\x43\x3f\xb5\xe7\x77\xa2\x1c\x2e\x0c\x1f\x5c\x07\x0b\xd6\xd9\x0f\xae\x83\x83\xeb\xca\x03\x69\x8d\x5a\x35\x34\xf4\xe5\x32\x34\x55\x8b\x5b\xd7\x66\x03\xdb\xed\x07\x2f\xc3\xc4\x75\xde\x33\x15\xf7\x72\x70\x5d\xf9\x90\x0c\x74\x2c\xe3\x7c\xdb\x44\x49\x71\x7b\xda\x3e\xa1\xfc\x3d\x90\x5a\xc8\xb4\xa0\xfd\xf6\x58\xc6\x82\x2e\x0e\x46\xc6\x8a\x07\xbf\xc0\xb1\xbc\x62\xf2\x0b\x4c\xbd\xfc\x33\x54\xc4\x63\xa7\xc1\xe9\x41\x10\x3a\xbe\x97\x80\xb4\x64\xab\x18\xd2\x64\x9b\xe0\xb5\x19\x1f\xe4\xe8\x39\x90\x26\xb4\xba\x6b\x22\xea\xb5\x9a\x21\x06\x18\xff\x93\xaf\x81\x49\x8e\x08\xf2\xdc\x31\x3d\xf8\x1b\x16\xe2\x27\x3e\xf8\x1b\x8e\x65\x02\xd4\xae\x3d\x71\x03\xf4\xe0\x62\x98\xb8\xe5\x39\xd0\x2d\x23\x7f\xff\x4f\xbb\xa2\x6e\x26\x42\xe0\xcc\x6e\xb6\x21\x55\x62\x99\x9e\x5e\xc5\xb5\x49\x5c\xdd\x1c\x48\x0b\x98\xe3\x7f\xb4\x47\xaf\x51\x09\x76\x23\x53\x44\xaf\x71\x9d\x67\xce\x26\x46\x3f\x07\x5a\x7a\x67\x48\xcc\xb5\x1b\x99\xe4\x74\x58\xa6\x97\x4c\x3b\xf3\xd4\x8d\x5a\xec\xbe\x09\xbc\x78\x20\xf5\xac\xb9\x9f\x07\x61\xe6\xe5\x11\x4d\xd0\xbc\x17\x43\x9a\x5d\x8b\x0b\x54\x82\xa4\xaa\x38\x90\xfc\x22\xfe\x20\xad\x5f\xa7\xd7\x13\xc7\x08\x33\xb4\x09\x41\xf4\x69\x48\x58\x60\x04\x9d\x78\x46\x8c\xcb\x90\xe6\x65\x80\xca\x38\x00\xce\x12\x90\x88\xda\x04\x3f\x3d\x22\xb7\x7e\x6b\x8d\xcc\xde\x08\x16\xdf\xcd\x6a\xb5\x1b\x9e\x97\x11\x5b\x91\xe3\x13\x87\xfd\x03\x89\x70\x2d\xba\x94\xcd\x2b\xf5\xa8\x65\xe3\x55\xe1\xb1\x43\x48\xc6\x5d\x12\xa5\x76\x0b\x24\x7c\x0c\xa7\x19\xcc\x84\xb9\x9a\xa5\xac\xa9\xf5\x33\x96\x13\xa1\x66\xd6\x80\xb4\x0e\x33\x20\xad\xad\x71\x70\x81\x13\x66\x99\x0b\xd6\x60\x8c\x44\x21\xd9\x4d\x8e\x0b\x2c\xb0\x78\x5a\xcc\x99\x57\x53\x3b\xec\x49\x80\xa6\x03\x89\x1e\x26\xe3\x23\xf1\x17\xc7\xfb\x03\x69\x7c\x35\xde\xa9\xf5\xe8\xf5\x61\xfb\x33\xe5\x78\xa7\x59\x32\x8d\x69\x4f\x3d\x93\x31\x4b\x31\x65\x52\x37\x55\x49\x3d\x59\x66\x8b\x77\x43\x5f\x36\x43\x67\xa5\xc7\x15\xef\x24\x4a\x1a\xfd\x44\x05\x39\xae\x80\xa6\xa0\x6c\x48\xb3\xd4\x02\xba\xe5\x8d\xe2\xf6\x74\xd3\x3f\x2c\x4a\x6e\xdc\x51\x4c\x7f\x84\x4f\x1d\x16\x2c\xec\xe1\x87\x19\xb6\xac\x53\x27\x91\x58\x0e\x94\xcf\x3b\xcf\x19\x1e\x8b\x04\x75\x3c\x50\x97\x1f\x8b\x7b\x2d\xa1\x8a\x6f\xe3\x81\xe4\x19\xd3\xe3\x7f\x4b\xef\x3c\x5a\x29\xda\xe7\x5f\x0b\x9f\xbe\xe4\x7f\x52\x33\x96\xe9\x3a\xa5\x58\x2c\xd3\xb5\xc8\x51\x71\x26\x63\xf2\x26\xe4\x55\xfc\x4f\x86\xed\xc9\x98\xbc\xe1\x1a\xfd\x9f\x77\xca\xe7\x53\x75\xa6\x77\x43\xea\x8c\x25\x35\x87\x94\x61\x26\xa9\x43\xca\x4c\x46\x42\x1d\x52\xca\x34\x89\x73\x48\x99\x26\x6a\xf9\x35\xce\x34\xe3\x1d\x83\x58\x86\x84\x3e\xcb\x75\x8a\xdd\x10\x85\xe4\x40\x67\x4f\x36\x4a\xbc\xd3\x54\x8c\x80\x9a\xbe\xcc\x86\xba\xbe\x8c\xff\xa9\x3d\x23\xa8\x92\xa9\xcd\x64\x71\xa1\x83\x4f\x1a\x26\x55\xb4\xa3\xc3\xc4\xf9\x4c\x79\xf5\x18\x99\x1e\x98\xf2\x28\x86\x34\x2f\xde\x37\x4b\xc9\x59\x62\x9f\x27\x37\xc8\x99\xaf\x80\x84\x3e\x35\x20\x6a\x71\x7b\x62\x61\xc3\x04\xa8\x0c\x6a\x33\x5b\x52\xe3\xdd\x18\x7b\x40\xfc\x19\xa7\x17\xf0\xf1\xd8\x99\x33\x65\x40\x9b\xd9\xec\xed\x85\x0d\xcf\x80\xe4\xb4\x64\x42\x92\xa9\x6f\x1a\x16\x02\x52\x25\x96\xe9\xd5\x54\x58\x9b\x32\xbd\x7e\x3a\x21\x95\xd8\x57\xbe\xc4\x45\x33\xdb\x78\x61\x1b\x66\x0d\xf8\x26\x4e\xaf\x98\x7c\x13\x67\x36\x33\x47\x41\x38\x4c\x10\x2f\x63\xf0\x6a\x4a\x41\x98\x46\x73\x0b\x22\xab\x6c\x0c\x79\x21\xab\x16\x90\xd6\xc1\x73\x8d\x69\xf0\xf4\x4a\xcb\x75\x31\x0d\x8b\x20\x45\xf4\x9f\xd9\xf3\x82\x2a\x71\x18\x77\x7f\xac\xdf\x8a\x2f\xd5\x33\xe3\x27\xe7\xb3\xe1\xd6\x7f\x90\x87\x31\x44\x59\x66\x67\x76\xaf\x15\x9a\xb5\x4c\xef\xb0\x49\x5d\x36\x8c\xbb\x3f\xe6\x65\x05\xa4\x3a\x8d\x9f\xb2\x30\x9e\xc5\x3b\x3b\x29\x01\x13\xe7\xba\x07\x5f\xc3\x34\x2c\xc8\xf0\x35\x5c\xde\x49\x7e\x60\xa4\xb1\x0e\xf7\xc2\x62\x91\x8e\xcb\x5f\xf1\xda\xa2\x5c\x1b\xc6\x17\x9d\x00\x9d\x20\xff\x21\xaf\x6c\x8a\x73\xd6\x27\x01\x58\x2c\x3c\x3e\x9d\x0b\x56\xca\x86\xe4\x5c\x66\x6c\x45\xd5\x16\xe7\x25\x29\xd0\xca\x4a\x01\x69\x76\x8d\x2f\x4a\x4c\x56\x96\xd9\x1b\xea\x34\x9f\x89\x96\xac\x88\x27\xee\x7d\x07\x1a\xfa\x32\xde\x51\xcb\x34\xb4\xf4\x2e\x20\xf5\x93\xb5\x5d\x97\x32\xb0\xe1\x36\xfa\x2c\xec\x8d\xf1\x14\x3d\x10\x3d\x8b\x77\x07\x77\xc9\x7c\xfb\xac\x4b\x9b\xbe\x95\x5d\x0b\xab\xc2\x6a\xae\x0b\xfc\x5c\xee\x99\xae\x4b\xf0\x7e\x79\x16\x79\xca\x70\x2a\x3d\x10\xb5\x34\x43\xd4\x12\x5f\xfe\xe4\x7e\xe6\xf6\x88\xcf\xc7\xe6\x6d\x61\x99\xec\xb3\xdb\xc2\x32\x99\xcc\xb9\x0f\xae\x87\xc9\xa7\x35\xbb\x1e\xae\xfc\xcf\xb0\x13\x0f\xa9\x6f\x0b\x9e\x2c\x8f\x9d\x0f\xab\x27\x0d\xef\x43\x1f\x6e\x96\x8e\xdb\xce\x16\x7e\x20\x2d\xe7\x32\x44\x68\x6b\xd8\x1b\x3e\x86\x85\x8c\xb8\x0f\x3e\x86\xc9\x07\xad\xa5\x90\xb7\xb3\x16\x77\x5b\x37\xa9\xb8\xbd\x1c\x48\xde\x71\xc5\xad\x13\x0e\xfd\x8a\x77\x3f\x7d\x19\xff\x3b\xc2\x83\x7b\xce\x07\x07\xc4\xe4\x63\x90\x9d\x0c\x7d\xb4\x5a\x0a\xac\x53\x16\xfb\xfb\x95\x09\xb3\x7c\xf9\x1d\x4b\xcd\x81\x7e\x65\xb1\x5a\xdc\x54\x0e\xa4\x45\x8a\x16\x08\x19\x7e\x45\x2d\x4d\xef\xaa\x21\x8d\x8f\x7d\x3a\x2e\x88\x05\xd7\x97\x67\x65\xe2\x65\x23\xd3\xf1\x2d\x4c\x04\x83\x3f\x10\x5f\xba\x2f\x12\x56\xb8\x77\x3c\x0b\x3b\x65\x1f\x9f\x96\x8e\xfe\x05\x3b\x94\x03\x51\x8b\x5b\x07\x45\x60\xc3\xf8\x21\x16\x1f\xec\x96\x8e\xfe\xb3\x1a\x41\x39\xfa\x93\x4f\xf7\x40\x5a\x4d\xa3\x2b\x36\xcc\x24\xd7\x7d\xec\x6f\x48\x08\xc0\x07\x7f\xc3\x84\x7f\xed\x83\xbf\x61\xc1\xb6\xe5\x40\x53\x90\x5b\x90\xd0\x69\x9e\x25\xa5\x90\x28\x58\xac\x3c\x78\x23\xce\xe6\x59\x72\x3e\x89\xe4\x77\x84\x3e\x37\x66\xa1\x78\xc3\x9a\xe5\xc1\x03\x31\xf9\xf4\x84\x0b\xa2\x93\xd3\x1e\x48\xc1\xba\xff\x20\x05\x05\xcf\x8c\x48\xd6\xc7\xb3\x99\x74\x9c\xd0\xcd\x24\xa7\x2b\x83\xd9\x4c\x3a\x58\x1f\x63\x21\xf3\x2c\xe7\x7a\xfb\xfb\x9f\xe6\x05\xa6\xbc\x9c\xf8\x2d\xfe\xc7\xbc\x64\xff\x0f\x2c\xc8\xf1\xa5\xfe\x07\xc3\x5e\x0a\x27\x34\x7d\x01\xb4\x08\x8a\x4b\x8e\xe0\x67\x55\x5c\x36\xab\xeb\x14\xdb\x27\x25\xf0\x81\xce\xfa\x35\xaf\x26\xce\x8c\xcb\x18\x52\x49\x3d\x65\xda\xac\xb0\xd3\x11\x90\xfe\xd7\xe3\x4b\xb5\xde\xe3\x1d\x09\x9b\xe9\x59\x03\x5f\xd8\x6c\x2c\xec\x9b\xf1\xd1\x79\x16\x17\x08\xa4\x18\x3e\x50\x17\x34\x0d\xa9\x2f\x9c\x51\x16\xea\xbb\x69\xa6\xdc\x58\xf7\x19\x90\x13\x47\x02\x49\x74\xb5\x78\x77\x18\xfd\xf4\xf5\xcc\x6a\x50\xf8\x74\x5f\x44\xe1\xbe\xac\x89\x64\xd7\x9e\xb3\x4e\x3f\xfd\x3f\x94\x72\xd3\x73\xd6\x9d\x5d\xa5\x18\xd2\xd8\x97\xbf\x64\x44\x51\xe7\xc1\x72\x67\xa0\x7d\xf0\xa7\x2c\xcb\xc2\xa3\x3b\x37\xcc\x32\x24\xbc\x5e\xf1\x4e\xd4\x38\xe3\x1d\xe1\xd6\xdd\x3a\xf3\x62\x51\xd2\x1d\x2d\xdf\x7d\xd1\xe6\x74\xad\xf4\x6f\xa6\x1c\x09\x38\xaa\xa1\x5b\x1e\xb9\x51\xa9\xc8\xd8\x84\xab\xd8\xb7\xc5\x97\x19\xab\x6b\x77\xea\xfb\x99\x85\x1a\xce\x97\x19\x4b\x17\x01\xce\x6e\x7a\xa0\xd3\xed\x65\xa6\x2c\xbb\x61\xe7\x36\x7d\x16\xd7\x02\xcb\x4c\x52\x79\x36\x8a\xaf\x3d\x70\xea\x4c\xcb\x24\xae\x5c\x71\xb3\x9b\xd1\xcb\x57\xd3\x39\x41\x0f\x24\x17\x63\x23\x1a\xca\xb5\x90\xc6\x28\xd7\xd6\x0a\x48\xb5\x70\x5d\xb2\x06\xd2\xd1\x82\x05\xc5\x5b\x48\xe3\xa1\x9d\x79\x37\xc3\x96\xe2\xad\x5e\x96\x95\xba\x24\xa8\x18\x82\x3d\x38\x79\xd6\xcb\x02\x69\x32\xda\x62\x48\x42\xae\x9b\xbd\x49\x49\x56\x2f\xcf\x84\x8e\xf7\xce\x7b\x79\x20\x8d\xb6\xc6\xbb\xa5\x77\xdd\xd0\xad\xff\x31\xbb\x13\xaf\x69\x33\x2d\x45\x09\xaa\xd7\xe5\x5a\x24\xf2\x7c\x0d\xb1\xa6\x0e\x6f\xc1\xb0\x27\x0e\xd6\x66\x30\x8a\x46\x9b\x82\x7d\x13\x8d\xf6\xb2\x00\x24\xa9\xf7\x6a\x51\xa7\xbc\xaf\xcd\x60\x64\x7d\xec\x54\x97\x8f\x53\x78\x07\x33\xd7\xd1\xbf\x5e\x5e\x31\x8e\xfe\xc1\xda\x51\xa0\x05\x33\x97\xf5\xb1\x93\x5e\x3e\x4b\x69\xe3\xa6\xaf\x1a\xc8\xf4\x9d\x82\x99\x2b\x14\x51\xf5\xd5\xd4\xe2\x22\x20\x98\xa4\x02\x07\x39\xe3\xe3\x43\x6a\xee\x14\x4c\x44\x47\xf8\x7a\x59\xac\xa1\x16\x0b\x96\xa2\x23\xfc\x1c\xee\xa7\xec\x8d\xeb\x65\x21\x77\x4b\x90\xf9\x50\xbb\xee\xc5\xbb\x80\x0e\x19\xfb\xe4\xb8\x38\xb4\x07\x6b\xd0\xc1\xbc\x5e\x29\x20\xf5\xc5\xe4\xaf\x83\x79\xbd\x4c\x2b\x72\x3d\x9d\x3e\xe5\xe1\x7a\x9a\x82\x8c\x75\x68\x77\xa2\xbe\x87\x1c\xe0\x4e\xf2\x7d\xa0\x47\xb5\x78\x0c\x60\xab\x29\x4e\xb6\xc1\x4e\x87\xf7\xe0\x62\x5a\x2f\x63\xb2\x0e\xdf\x4e\x77\x77\xa0\xf6\x5f\xff\x91\x03\x07\x95\xc0\xae\x5e\x1e\xd1\x56\xfa\x99\xc0\x33\x1d\xd3\xe7\xb0\xb8\xd8\x60\xb9\x05\xe0\x56\x22\x80\xcb\xdb\x20\x45\x1e\x72\xb6\xb6\x07\x27\xd6\x7c\x99\xa6\x37\x21\x96\xbd\x3b\xd5\xb9\x7c\x0e\xe3\x84\xd4\x7e\x39\xe6\x6c\xdf\x5a\x31\x8b\x3c\xd2\xd4\xc5\x9c\x71\xfa\xb5\x86\x87\x4c\xe2\xf9\xaf\xd7\x8c\xd6\xc2\x91\xa4\x74\xd1\x4f\x9d\x8c\x9d\x77\xeb\x40\x8a\x0b\x6d\xc1\xa9\x18\x40\x39\x7a\xa6\x73\x72\x25\xf6\xed\x83\x73\xac\x93\x57\x3f\x78\xc7\x3a\x7d\xd5\x81\x7e\xfa\xd2\x2d\x28\xd2\xee\xe5\x15\x53\x1e\xbb\x19\xfb\x7b\x29\x08\xf3\xc5\x75\x1e\xa9\xc5\xeb\x55\xfe\x7d\x7d\xb1\x64\x29\x9c\x2f\x4b\x5c\x79\xd2\xce\xd8\x9d\xca\x93\xd6\x89\xa5\x0f\xa4\xd0\x02\x57\x40\x5a\x5c\xef\x47\x15\xa4\xb6\x5e\x25\xfe\xa7\xc5\x35\xcb\x94\xfd\xef\x8c\x9d\xa4\xec\x7f\xf3\x65\xe6\xf3\x82\x06\x46\x18\x59\xf5\xe6\xcb\x68\x20\xab\xde\x19\x3b\x34\x1d\xbe\x67\xec\xad\x5e\x48\xd5\xcc\x55\x87\x6f\xe7\x78\x3e\x90\x16\xd7\x08\x4a\x16\x95\xcb\x7b\x39\x05\x17\xaa\x7f\xad\x8b\x2d\xc6\xae\x48\xc7\xf4\x19\xfb\x20\x29\x2b\x9d\xbf\xf9\x40\x1a\x83\x47\x4b\xa4\xda\xcb\x3b\x65\x85\xaa\x9d\xd3\xa3\xfd\x41\xe2\xde\x29\xff\x40\x7a\x8f\xef\xc7\xc2\x7b\x7c\x3f\xa2\x8a\x7b\xa7\xac\xd0\xb5\x33\x76\x30\x3f\x96\xba\xba\x4e\xd0\xdc\xe4\xaf\xc3\xb7\x13\xdd\x1c\x88\x20\xe0\xf1\x3f\xcd\xa0\x91\x42\x79\x50\x9c\x6d\xe6\x40\x42\x8a\xe6\xff\x89\xfc\x67\xb4\x0e\x09\x58\x3c\xc9\xf5\xd7\xd9\x62\x1e\x27\x05\x4f\x16\x48\x3f\xed\xbb\x7c\xf7\xb6\x14\x1f\x37\x27\x93\xf8\xc7\xd8\xbd\x17\x97\xb5\x6c\x4e\x26\x4e\x45\x01\x9a\xbe\xee\x5a\x3a\xa6\x3b\x5f\xf0\x81\x34\x13\x66\xed\x64\x0e\x4f\xc6\x17\x85\xf7\xc9\xbe\x73\x25\x6f\x78\xbd\xdc\xba\xe2\xfb\x4c\x5f\x2a\xad\x0f\xb6\xd8\xe3\x7f\x8f\xde\x75\x43\xaf\x6a\x01\x27\x64\x3b\xeb\x2c\xc2\x07\xa2\x85\x6a\x88\x5a\xdc\x9e\xd8\x46\x32\x0e\x7e\xc4\x58\xf7\x8e\x90\xb4\xe4\xc9\x18\xa9\xac\xe4\x73\xae\xf8\x52\x73\xed\xfd\xa1\x2e\x02\xe6\x5c\xf1\xa5\xc6\xc0\xce\x15\x57\xe3\xe9\x2d\x0b\xae\xc6\x99\x88\xfa\x0f\xae\xc6\xd3\x4a\x47\x5c\x8d\xab\xb5\x00\xb7\xb2\x00\x4e\x6f\x59\xee\x8b\x79\x41\x90\xe1\x5c\x3c\x7d\x61\x71\x5f\x9e\x97\x01\x24\x7a\xc0\x25\xeb\x40\xc2\x33\x84\xf8\x4d\xb2\x40\xdf\x29\x93\x95\x7c\xfa\xb0\x7f\xcb\xb0\x35\x13\xf1\xfd\xc1\x45\xb9\x9a\x3a\x6e\xd2\x08\x12\xf2\xfd\x21\x5f\x79\xb5\x0e\x02\xf7\xe5\x8a\xf5\xf1\x43\xf2\xf2\x49\xf0\x89\xc7\xc9\xca\x89\x29\xf1\xe0\xb0\x5c\xb1\x45\x7e\x70\x58\xce\x38\x76\x3d\x38\x2c\x57\x72\xcf\x3c\x4e\x63\x4e\xc4\xf6\x03\x69\x0c\x23\x20\xcd\x3c\x38\x71\x2b\x8e\xef\xf4\x49\xfc\x4e\xb0\xd3\x61\x88\xd0\xfd\x08\x71\xbc\x97\xa7\x4f\xd4\x78\x2f\x57\xfc\x5d\x1f\xbc\x97\x33\xa1\xd6\x1f\xbc\x97\xab\xb5\x23\xe4\x41\xaf\xd6\x87\x90\xe8\xbc\x5a\xcb\x41\x26\xf3\xe9\x13\x2e\x89\xcc\xeb\x35\xff\x19\x51\xe8\xc1\x09\x7a\x7a\x37\x75\x27\xe2\xfc\x4f\x0f\x09\x72\x8c\x77\x20\xda\xf4\x90\xc4\xb4\xb0\xce\x3d\xd0\xd9\xd9\xad\x1e\xd0\xad\x77\xd4\x92\x75\x90\xf4\x51\xee\x56\xd4\x5e\x27\x1a\x3e\x90\xc2\xb3\x78\xc9\x48\xc4\x93\x8c\x76\xba\x5c\x98\xde\xf9\xe0\x04\xed\xdc\xbf\x07\xd2\xc4\x70\x84\xb8\x33\x53\xb1\xdc\x02\x04\xd8\xe3\x7f\x42\x2d\x4e\x02\x77\x56\x3a\xc4\x64\x24\xcc\xec\x5c\x97\x5b\x57\x4a\xbf\x64\x44\x53\x42\x1f\x27\x08\x7e\x70\xb3\x9e\x2b\xda\x83\x8c\xa3\xd7\xcc\x19\xe7\x89\x9b\xf4\x3e\xc9\xa8\x95\xd9\x61\x2f\x8f\x48\x09\x11\xb0\xd1\x7e\x6e\xd9\xf8\x3a\x9d\xef\x43\xf2\xf5\x4a\xfc\xf3\x07\x07\x69\xe7\xf6\x7d\x6e\xe5\xd2\x59\xde\x19\xdc\x45\xa9\xbc\x92\x17\xbe\x80\x14\x2b\xbe\x5c\x7a\x47\xeb\x05\x22\xf3\x6a\x2a\x2d\xce\xb2\x18\xc5\x7d\xb9\x9a\x9d\x92\xcd\x7d\x59\x8c\xde\x05\x76\xe3\x95\x96\x25\x41\x4d\x66\x0d\x15\x62\xf1\x4c\xe8\x5a\xa0\xe2\x60\x7b\xa0\x71\x6a\xa9\xf1\x6e\xea\x5d\x37\xf4\x53\x50\x9d\x62\x48\xeb\xe0\x79\xd1\xb5\xc0\xba\x8c\x4b\xb2\xce\xcd\xc9\xb3\x24\x87\xe5\x9a\xd8\x0a\xe0\xb0\x9c\xd3\x0a\x68\xe9\xdd\x34\xf4\x08\x72\xeb\x47\xc4\xae\x60\x06\xb2\x39\xa8\x66\xbc\xce\xed\x9e\x3c\x67\x0a\x7f\x54\xcd\x78\xef\x0a\xce\x2f\xd7\x72\x66\xa2\x9a\xf1\xde\x4a\x90\x53\x71\xcc\x7d\x6e\xe5\xaf\x59\x81\x83\x8d\x84\x63\x9c\x97\x48\xcc\x5e\x49\xc4\x7e\x20\x25\x04\xf4\x5c\x2b\xfd\xcc\x8a\x11\x35\x32\x72\x7a\x96\x74\x11\xb0\x62\x44\xb2\xe3\xad\xe4\x6f\x7f\xee\x46\x8a\x63\x8f\xaf\x39\xa5\xf1\x65\xc8\xd9\xea\x0d\x69\x44\xd9\x2d\x1c\x31\xba\xfe\x1b\xfa\xf4\x8e\x16\x3a\x81\x89\xfe\x20\xb2\x35\x67\x43\xd4\xd9\x0c\xf1\x3f\x5a\xef\xce\x52\xdf\x0d\x1d\xf6\x66\x55\xe2\xdd\x23\x5d\xb6\xa1\x72\x5a\x28\xf1\xbf\xaa\x2f\x93\xa1\xb3\x46\xc1\x78\xbb\x53\xe0\x46\x2d\x8f\xde\x55\x43\x64\xe9\x8d\xff\xfd\x54\x8b\xfb\xe9\xbc\xb3\x01\x69\xce\x8a\xeb\x54\xd4\xff\x10\x41\x32\x16\xa8\x21\x74\x74\xf2\x5f\x58\xff\x1f\x48\x2b\x66\xea\x90\xa9\xee\xc2\xde\xff\x21\xcf\x7c\x8d\x31\x38\xaf\xbc\xd7\x56\x79\x6f\x56\xb2\x48\x18\x4e\xb6\x3b\x0d\x69\xce\xd8\x68\xdd\x64\xc1\x49\xf5\xdf\xd7\x17\x64\xa3\x5f\xc9\x7c\x5f\x76\xbc\x35\x64\xd7\x60\xf0\x9e\x34\x85\x7e\x5a\xc9\x32\x61\x90\x9c\x2e\x1a\x3c\x0c\x6d\x05\xa3\x18\xe4\xb6\xf5\x84\x0e\x26\xe6\x0f\x12\x8a\x70\xb0\xbb\x07\x53\x51\x3d\x40\x50\xcb\x84\x3b\x40\x1f\x76\x99\xf7\x24\xa9\xa2\x09\x57\xf9\x6f\x56\xa0\xf9\x84\x20\xd8\x23\xe1\x32\x5c\xad\xef\x8d\x0c\xf2\xec\x7c\x48\x20\xbf\x02\xed\x74\xb9\x50\xad\xfd\x25\x9b\xfc\xca\x29\xea\xd4\x02\x9a\xc1\x4c\x16\xde\x0b\x38\x59\x78\x4b\x4e\x59\xd9\xae\x40\x18\x5d\x4a\x54\x12\x93\x1c\x48\xa1\xa7\x72\xfc\x4f\xf9\x0b\xbd\xd4\x13\x66\x60\x39\x3a\x21\x39\x8b\x35\xf2\xde\x84\x38\x5c\x90\x80\xc5\x8c\x32\xcc\xd4\x10\x87\xcb\x63\x9f\x86\xb4\x7e\x2d\xbe\x3c\x73\x1d\xbd\x5e\xee\x99\xbf\x94\x60\xb1\x72\xed\x5e\x12\x2c\xd6\x6e\xe3\x86\x5c\xad\xc1\xbe\x15\x4f\xb8\x5a\x67\x7d\x2f\xfa\xe9\x9d\x88\x2c\x69\x97\x15\x6f\xf7\x22\x2b\xa8\x77\x22\xba\x32\x58\xd9\x02\x42\x57\x06\x35\x84\xaa\x73\x9e\x5a\x20\xdd\xca\xce\x11\x62\xf4\x86\x99\x7b\x44\xb7\x04\x52\x36\x8b\xbe\x61\x76\xde\x31\x39\xfb\xe9\x88\x2f\x35\x06\x8f\x88\x6c\x31\x21\xf2\x6e\x70\x30\xbe\x94\x78\x2a\x66\x37\x37\xe2\xc9\xb8\x7b\x13\xce\xcb\xec\xe6\x86\x29\xc7\x18\x94\x6e\x8b\x40\x5c\x0f\x6e\xc1\x8b\xb8\xad\x4f\x24\xb6\x77\x2d\xba\x24\x58\xc5\xec\x94\x4b\x82\xe4\x8d\x81\xd2\xce\xac\x62\x96\xe2\x94\xf7\x16\x80\xba\x16\x58\xc5\x2c\x65\x33\x5a\x0b\x55\x05\x1a\xce\xd9\xc2\x5f\x2a\xf9\x1a\x82\xd3\xc9\x4c\x97\xff\x27\x81\x54\x8c\xd7\x24\x94\x09\x31\xca\x95\x01\x3e\x67\x0f\x99\xee\xab\xd5\xee\x91\xbb\xde\xa2\x72\x33\x76\x6f\x59\xc8\x22\x63\x45\xfb\xcd\xd1\x3f\x56\xc5\x49\x4b\x2d\x2a\x1f\x58\xb4\x6b\x71\xca\x52\x0b\xc0\x87\x11\xfd\xfd\x8f\x5a\xe8\x99\x12\x94\x2e\xac\xdc\x0f\xd4\x05\xc5\xbb\xc3\x51\x8a\x45\x1e\x59\x66\x48\xd1\xf1\x90\xaf\x7e\x95\xa8\x53\x79\x3e\x8b\xb7\x09\x44\xcd\x2a\xd1\x33\x51\x15\xf9\x3b\x0e\xf4\x53\xe8\xb4\xf8\xf2\xd3\x3b\xe6\x45\xe7\xf9\x55\x2d\x2a\x5f\x09\xab\xf2\x07\xdd\xfa\xb2\x19\xda\x8a\xb9\x56\x0c\x3d\xfa\x72\x19\xa2\x4e\xff\x4f\xb3\x54\xd2\xf5\x6f\xa6\x2c\x17\xde\x55\x53\xfc\x31\xab\x9a\x61\xe8\x56\x24\xb7\x6c\x68\xab\x52\x37\x4f\x34\xb8\x1c\xd0\xab\x77\x1e\x92\x58\x58\x20\xfd\x2b\x16\x96\x2d\xfd\xc9\x58\x13\xf2\x5e\xb9\x51\x57\xe5\x28\x7e\x2b\x7e\x70\xcd\xae\x85\x54\xfa\xb8\xa7\x1c\x28\xe9\x5d\x33\xa4\xe9\x75\xaf\x75\xf4\x5f\xd5\x2c\x45\x47\xff\x4c\x80\xe5\x03\x69\x9a\x2c\x7f\xa5\x5b\xaf\xd9\xbd\x96\x6e\xbd\x66\x1f\xd0\x94\x24\x7f\x55\x93\xf1\x4f\xac\x28\x7b\x67\xa0\xe3\xfd\xaa\x26\x6a\x1d\xef\x6b\xf6\xce\x40\x4e\xb4\xb9\x98\x29\xcb\x89\xb6\xe6\x12\xd0\x23\x88\x19\x94\xa6\xbd\x66\x93\x9c\x32\xde\xac\x6a\x84\x51\xc6\x9b\x9a\x7d\xd0\xd2\xd1\x7f\x55\xa3\xb2\x8e\xfe\x4e\x4b\xfd\xdc\x3a\xd0\x57\xb2\x44\x3c\xb8\xb1\x3a\x0b\xf5\x81\x34\xd7\x16\x95\xca\x73\xb3\x9a\x67\xe9\x03\xb1\x73\x40\x8a\x3d\x97\xa2\x96\xa5\x77\x01\x09\xed\xbc\x2a\x1c\xda\x43\xc4\xea\x28\x5e\x49\xe1\xff\xe0\x9c\xba\x6c\x6b\x8d\x73\x6a\xc5\xc5\xfc\xc1\x39\x75\xd9\xd6\x1a\x97\x53\xe7\xb4\x3e\xd0\x4f\x41\xf1\x8a\xa1\x4f\xef\x5c\x8b\x82\x04\x5a\xbd\x85\xe7\xa8\x33\x47\x3f\x78\x8e\x2e\xe2\xaf\x3c\x78\x8e\x66\xa2\xd1\x3d\x78\x8e\x56\x12\xf5\x3f\x5b\x07\xec\x6c\x0b\x04\xf2\xf4\x57\x5c\xd3\x0f\x74\xab\x16\x8d\x16\x3f\xd2\xea\xad\xc0\xd6\x61\x78\x11\x21\xe4\x40\x5a\x5b\xf7\x25\xb1\x46\x7f\x90\x7a\xc6\x79\x70\x2b\x5b\xcd\xb2\x0a\x6b\x4b\x61\xbe\x88\x6f\x71\x20\xfe\x17\x5f\xfe\x04\x75\x43\x8a\x52\x38\x0d\x89\xb9\x12\xc1\xf8\xc1\xe3\xb4\x92\xad\xe2\x21\xcf\x6c\xb6\x8d\x03\x79\x66\x17\xfe\x05\x07\xea\x7a\xe7\xf6\x14\x22\x91\xd8\x17\x07\xd2\x18\xba\x7b\xcd\xbc\x74\xf7\xc5\xf3\x32\x0d\x69\x35\x57\x40\x5a\xcd\xe6\x16\x08\x63\xb8\x02\x6a\xaa\xc5\xbd\x96\x46\xc2\x9b\xa2\x9d\x14\x15\x90\x28\x12\x07\x12\x05\x78\x44\x3a\xfd\x56\x6f\x13\xf0\x4d\x75\xb6\xea\x03\x69\xfd\x3c\x86\xcc\x4c\x78\x1d\x74\x52\xad\xde\xb2\x6c\xe5\xa9\x59\xd6\x0c\x6d\xa9\xc8\xab\xed\x81\xf0\x4d\xad\xd9\x3d\xcb\x84\x32\xac\xf1\x4e\x33\x01\x15\x6f\xce\xad\xde\xea\x6c\xa9\xcf\x73\x61\x7b\xe1\x9c\xb2\xde\xea\x6c\xe5\xb4\x59\xdd\x2b\x26\x3b\xfa\x5c\xbc\xd2\x3a\xef\xd6\xec\x31\x14\xb0\x1c\x31\xba\x0b\xa3\xf5\x18\xa4\x30\xcf\x65\xfe\xd3\x79\xe4\xc1\x55\xb5\xe2\x30\x79\x20\xc9\x04\xf6\xb1\x5b\x99\x72\x56\xff\x7b\xa7\x8e\xb2\x13\xc1\x71\xd5\x49\xab\x1f\x67\x93\xf5\xfe\x69\x17\x16\x1e\x19\xeb\x94\xb1\xde\x3f\x6d\x19\xd2\x2f\xdb\x5e\xee\x82\x7c\xf2\x54\xe8\x68\xbc\x6c\x7b\xb9\x2b\xf2\xc9\x5f\x56\x48\x00\xf9\x8b\x73\x6a\xc5\xbf\xfe\xc1\x39\x35\x5b\x56\x6e\x25\xd2\x59\xb6\x62\xdc\x15\x51\x62\x64\xd2\x11\x77\x8d\xe4\x3a\x25\x4a\x6c\xea\x42\xd2\xd7\x5c\x8d\x4c\x1c\x78\xbd\xf3\xc1\x8d\x35\x5b\xaa\xee\xca\x88\xbc\x2c\x3a\xe2\x66\x4b\xd5\x2d\x23\xfb\x85\x07\xda\x81\x84\x4c\x26\x4e\x1d\x7f\x97\x4d\xfe\x76\x3d\xec\x3b\x57\x04\x20\xce\xb0\x99\xa4\x90\x07\xa2\x05\xfa\x22\xa3\xf7\x4c\x6c\xe0\x07\xc7\xd5\x9a\xbd\x46\x8d\xc4\xd7\x1c\x63\xc9\xc5\x5a\xf1\xe0\x7f\x70\x6a\xcd\xd5\x33\xa1\xc4\x3b\xcb\x86\x59\x5b\x89\x77\x72\x4d\x6e\x81\xbd\x87\x49\x5c\x89\x77\x32\x3e\x6e\x0f\xae\xaa\xd9\x62\x1b\x57\xd5\x9a\xbd\xee\x0d\x92\xf3\x4a\x93\x9d\xd5\x7b\xb9\xad\xb8\x5b\x19\xef\xd0\x03\xf1\xbf\x62\x48\x6b\xf4\xf7\x3f\xcd\x35\xbb\x37\x32\xb7\xae\xf1\x57\x8b\x46\xeb\x75\x57\x14\xae\x8c\x3f\xe8\x83\x1b\x6b\xf5\x7e\x6d\x77\x66\x29\xbb\x4e\x09\x24\x6b\x32\xb6\x6c\xde\x33\x49\x87\x1e\x92\xb7\x2e\xdb\xc4\x6c\xa9\xba\x33\x3e\x9f\x0f\xde\xa8\x19\x2f\xcf\x07\x6f\xd4\xea\x3d\x20\xde\xa8\xd5\xbb\xbe\x3d\x24\x90\x6c\x6f\xb1\x15\x94\xb8\x16\xce\x6e\x24\x7d\xcd\xf8\x83\x1e\x88\x5c\x97\xb4\xae\x84\x3c\xb9\x1a\x0b\xa4\xea\xce\xf8\xf7\x1d\xe8\xac\x91\x6f\xfa\xf1\x15\xcd\x44\x06\x7e\xf0\x15\xad\xc5\x23\x1a\x60\x64\x71\x7b\x12\x48\xc5\x23\x1a\x8c\xa1\xb8\x3d\x89\x20\x1b\xbd\x6e\x65\xd0\xc9\xb6\x7e\x22\x4f\xeb\xf2\x4d\x3f\x89\x5a\xb3\xad\x9f\xf6\x64\xfd\xcc\xfa\xa4\xc0\xce\xd5\xc2\x91\xb3\xa9\xad\x9f\xc8\x9e\x5a\x4b\x8a\x77\x9a\x79\x8b\x19\x59\xb9\x57\x6f\xe5\xc8\xac\xba\x6c\x88\xb9\x75\x6e\xcd\xd5\x82\x93\xd3\x28\xde\x9a\x0f\x7e\x9d\xd5\xdb\x3c\xfc\x3a\xab\xb7\x79\x5b\xca\xed\xe5\x7b\xf8\x2d\xfb\xf4\x5c\x2d\x70\x09\x5c\xec\x7b\xf8\x3d\xa1\xcd\x16\x5f\x6a\x0c\x2d\xde\xbd\xaa\x93\x7e\x2a\x60\x56\x2d\xc6\x56\x29\xb0\xab\x37\x84\x78\x79\x2e\x1b\xdd\x39\x4d\xaa\x37\x61\xa4\x49\x5d\xbe\x79\xdf\x4b\x6c\xd8\xdb\xa7\xbd\xc0\x48\x0b\x55\x85\xc8\x5a\xab\xfe\x7b\xa7\xbc\x75\x38\x5d\xcb\x53\xcf\xe1\xb4\x5a\x42\x2c\x1d\x0c\x6c\x32\x86\x7b\x68\x2d\xd1\x35\xc9\x20\x5b\x0b\xec\x05\xe1\x72\x83\xb7\x65\x92\xbe\xac\xbd\x27\xe9\x69\xae\x66\xca\x1c\x4e\x8b\x07\xa1\x88\x59\xd9\xbb\xd3\x2d\x03\xf5\x65\x7d\xfd\xbe\x59\x78\x33\x5e\x0e\xae\xde\xcb\x91\xf3\x34\x57\xb3\x4c\xc5\xc1\x5a\x2b\x5a\x07\x95\xbd\xf0\xf7\x61\xae\xcb\xc6\x42\xfb\x66\x7c\x66\x29\x3a\xaa\xd6\xd8\xbd\xe9\x70\xba\x56\xfc\x4f\xe2\xc2\x07\x49\x32\xa2\x2e\x1b\xcc\x90\x12\x35\xdb\xd4\x8c\x94\xa8\xd9\xc6\x65\x7b\x33\x3e\x13\x84\xd2\xe3\xd4\xd8\x03\x6e\x7a\x66\x06\x83\xad\xf5\x65\x35\xee\x96\x82\xf9\x80\xae\x47\x72\xbc\x78\x9f\x49\x64\xaa\xeb\x8a\xee\x88\x7a\xda\x15\xd0\x4f\x9f\x0e\x43\x1f\x9f\xd2\x03\xc5\xa6\xca\xcd\x22\x43\x39\x68\xaa\xad\x5b\x37\x87\xd0\x66\xb1\x20\xeb\xeb\x74\x59\x2b\x89\x87\x6a\x25\x96\xf2\x81\x36\x2f\x03\x3c\xe8\xd6\x4c\x24\xca\x4a\x53\xc9\x00\xf2\xe0\xb0\x9a\xbd\x3f\xdf\x8f\xc4\x44\x31\x7e\xa1\x8f\xf6\xfe\x7c\x2b\xf3\x4c\xba\xac\x55\x23\x6d\x69\x6e\x46\x30\xc5\x8e\xaa\xb1\x45\x56\x1c\xe6\x1a\x9b\xe2\x17\x0a\x32\x35\xeb\x3c\x99\x2e\x2b\x5b\xb6\x82\x32\x65\x1b\xc3\x6d\xa9\x76\xd3\xe5\x4b\xf7\x2d\xdd\x6e\xb6\x6b\x26\x89\x46\xcf\xcb\x65\x70\xe9\x65\x36\xa4\x09\x68\xae\x55\xfb\xb1\xd2\xe2\x8f\x1f\x31\x91\xdd\x1f\x9d\xfb\xe3\xc0\x80\x8e\x38\x8e\x08\x1c\xf8\x9a\x57\x87\x03\x5f\x31\x07\xc1\x08\xfb\xf2\x9d\xf5\x96\x15\x76\x6e\x5e\x9d\x1f\x21\x37\x7d\x85\xbd\x7f\x32\x9b\xb0\xb3\xe6\x96\x19\x76\x6e\x9e\x72\xa5\x90\xa9\xc5\xbc\x47\x31\x9c\x6a\x6c\xef\x95\xfe\x25\x5d\xbe\x49\xdd\xca\xff\x52\x8b\x69\x0c\x3b\xec\x2b\x45\x5f\xb5\x27\x6b\x5e\x2c\xe9\x82\xb3\x5d\x40\xf7\x0f\x99\xe0\xed\xf0\x0f\x2e\xe9\x95\x43\x4f\x6c\x87\xd0\xfd\x03\x93\xad\x53\xda\x3f\x30\xd9\xbb\x5c\x6c\xb6\xaf\xe4\x6d\xe7\x0f\xce\xe8\x6d\xee\x07\xb2\x7a\x5d\x3f\x64\x99\xa5\xc9\x07\xb2\xd6\xf8\x92\xf6\x99\x1b\xe5\x81\x49\x57\xf2\xa6\xf0\x83\x57\x78\x87\xfa\x11\x38\x35\x99\x01\xa1\x2b\x2e\x66\x16\x1c\x34\x9b\xa5\xe0\x87\x24\xf0\xbe\xe5\xf3\xf8\x99\xaa\xcf\xa1\xae\xbd\x75\xf8\x24\x0a\x9a\x17\xf2\xdb\x8e\x3d\xed\x0e\x48\x16\xc4\x41\xf0\xd3\x41\xa2\x8c\x80\x44\x49\x5c\xbe\xbc\xf3\x02\x3d\xda\x3f\xf7\xcf\x2f\xe9\x58\x2b\xf9\x51\x5e\x5c\x8e\x73\x13\xc7\x7f\xc9\xc0\x9a\x71\x8a\x7d\x49\xc1\x5a\xc9\x82\xf2\x92\x82\xb5\x92\xea\xe4\x40\x5a\x63\x21\xc0\x81\x34\xc6\xee\xce\x78\x6e\x5c\x27\x44\xae\x35\x7e\x71\x6a\xce\x04\xfb\x3c\x90\xd6\x98\x3b\x80\x03\x8a\x21\xe9\x94\xf3\xce\x0b\x02\xe8\x6e\x90\xf5\x9f\xfe\x72\x53\x29\x4d\x28\xbe\x51\xba\x72\xbb\x0c\x8a\x3a\x47\x40\x93\x97\xc9\xa0\xa8\x73\x18\xd2\xd6\x86\xd8\x95\x2f\x7e\xd4\x95\xa0\x11\x07\xd2\xd4\x8c\x80\xd4\x1b\x4f\x1b\x67\xd1\xe6\xa9\xe1\x2c\x4a\x3c\x99\x03\x69\x89\x73\xb4\x0f\xeb\x9a\xf1\x69\xe5\xa5\xdb\x27\xa9\xf8\xec\x86\xc4\xf5\xa7\x47\x05\x39\x8c\x69\x28\xf1\xc7\x65\x30\xeb\x65\x40\x85\x70\xe3\x6e\x12\x46\xf2\x07\x35\x5e\xba\x49\xe9\xcc\xb9\xdf\x3b\xd0\x8f\x97\xd1\xa6\xe8\x7a\x52\x2d\x46\xe2\x57\xf6\xb7\xb2\x12\xcf\xcd\xd3\x93\xc1\x1c\x0f\x3a\x43\x57\x1e\xa5\x32\xd3\x54\xce\x5a\x07\x12\x95\x2d\xda\xcf\xe0\xd1\xca\x86\x84\x01\x5c\xea\xbd\x24\x67\xad\x1c\x9a\x5e\x92\xb3\x9e\x97\xc3\xa0\xf0\x71\xf9\x53\xe8\x2a\xfa\x76\xf3\x47\x7f\xa9\xbd\x66\x8b\x61\x20\x22\xb9\x07\x7a\xf1\x03\xaf\x44\xc7\x79\xed\x07\x7e\x21\xbe\xdf\x59\x18\x95\xeb\x91\x35\x78\xe5\x2c\xf6\x92\xa2\xb5\x56\x93\x5c\x41\xd0\x21\xda\x5e\x3c\xc1\x2b\xd9\x4a\x0f\xb4\x89\xd5\xce\xec\xe8\xcc\x9a\x89\xb4\x78\xa0\xc4\x4b\x37\x22\xe6\x41\xa8\xc5\x97\x1c\xae\x95\x43\xdd\x81\x7e\xc4\x75\x37\xa8\xb5\xe3\x54\xf7\xda\x51\xfc\x2a\x26\x42\x99\x7d\x67\x02\x0e\xbe\x78\x8a\xd7\xea\x79\x55\x40\xea\x5a\x3d\x91\x3a\xb6\xd6\xea\xee\x54\x04\x5f\x31\x11\x28\xdd\x4c\xe5\x0c\x76\x20\x96\xc0\x54\x20\xe3\xee\x8c\xa7\xf3\x3b\x65\xce\x9d\xb1\x9d\x3d\xd0\xd4\x1f\x5d\x8d\xc2\xfc\x5d\x41\x4c\x95\xe9\x49\x86\x84\xa0\xc4\x23\x7c\x71\xec\xae\x9c\xec\x0e\xa4\x61\x64\xb7\xcf\x30\x3c\xa8\x86\xa4\x8b\x6a\x14\x49\x29\x13\xf6\xef\xc5\x5f\xbb\x56\xf7\x0d\xed\x6c\x37\x67\x69\x88\xaf\xfa\xf7\xe9\xa7\x97\xae\x95\xf4\xf6\x1e\x46\x93\xf4\xc2\xf3\xf9\xc5\x61\x3b\x13\x87\xef\x40\x83\x6a\xe2\xa5\xba\x5a\xa6\x21\xba\x1a\xd0\xa3\x77\xcb\x90\x50\x27\x19\x12\x65\xf7\x7f\x6f\xac\xcf\xa7\x5a\x1c\x42\xbb\xbc\xe4\x91\xad\xdc\x3a\xbf\x53\x66\xdc\x99\x20\x7a\x2f\x7e\xe0\x95\x5b\xe7\x03\xa9\x6f\x46\x40\x1d\x51\x2b\xc7\xc9\x77\xa2\x93\xad\xa6\x87\x2e\x39\xc7\x01\xf2\x25\x5b\x6c\xba\x48\x41\x70\x40\x0d\x2a\x33\x7e\x14\xaf\xdd\x88\xdb\x91\x65\x75\x06\x78\x64\x19\xb1\xe3\x5e\xd2\xbd\x9e\x97\xd3\x60\xd3\x4b\x77\x0e\x8a\xac\x26\x50\xb9\x6d\xe7\x6e\x24\xef\x88\xb6\x6a\xee\xa1\x38\x49\x19\x0f\xe8\x17\x9f\xee\x1a\xeb\xa8\x38\x49\x99\xcb\xa7\x17\x0f\xef\x5a\xbd\xe4\xca\xac\x93\x2e\xb6\xb7\x07\xd4\x0a\x78\xc9\x07\x21\xe7\x9b\xc9\x6c\x88\xf1\xc7\xb2\x4a\x17\x9b\xbb\x65\xe2\x00\x57\x2d\x13\x65\x4e\x5d\xab\x97\x75\x80\xab\x2d\xa0\x73\x52\xed\x96\x82\x03\x92\xab\x40\x13\x11\xd5\x3c\x75\x53\x22\xaa\x5b\x28\xea\xe0\x5a\xab\xd7\x51\x76\xd8\xb9\x5b\x44\x4e\x70\xdc\x32\x71\xd2\x51\xaf\xea\x64\x1d\x6b\x33\x44\x2d\x0c\x62\x22\x85\x42\x7c\x2a\x5a\x51\xad\x75\x19\x22\x29\x83\xe5\xa7\x14\xa9\x19\x67\xf1\x17\x67\xea\xdc\xe3\x9d\x6e\x3a\xab\x45\xeb\x64\x32\xfa\x34\xd4\x48\xae\x10\xa0\x68\xc5\x98\x33\x91\x2c\x21\x20\x64\x6f\x9d\xbb\x99\xcc\x72\xc6\x08\xcb\x0b\x85\x7b\xce\xdd\x4c\x66\x81\xba\x16\xb5\xf2\xb5\xae\xd5\xe2\x7b\x81\xc8\x46\xb2\xc5\x04\x18\x37\x16\xb2\x84\x78\x11\x07\x14\x23\xf3\xc2\x71\xb4\xed\x23\x3e\x15\x1a\x79\xe1\x16\x68\xed\xad\xcd\x82\x03\x7b\x19\xa5\xa0\xad\xd5\x2b\xb5\x40\xdc\xe0\x5c\x4b\xb6\xa8\xdd\x3b\x1d\xb4\xa9\xdd\x62\x57\x07\xd6\x5a\x3d\x55\x37\x63\xb2\x0c\xbe\x91\x1d\xc1\x39\x6e\x38\x97\x27\xee\x76\xf2\x87\x12\xa0\x16\xc7\xd3\x78\x33\x0c\xcf\x1b\x06\xd9\xd5\x3b\x8d\x1b\x29\xe3\xcd\xc4\xcd\xa0\x4c\x9c\x37\xec\xc8\xd4\xa8\xd4\x40\xb5\x7a\x13\x72\x23\x64\x02\xc5\x6f\x78\x95\x57\xea\x26\x05\x42\xe0\xb8\xfc\xaf\x73\x9f\x01\x31\xe3\x46\x32\x59\x6f\xd7\xea\x65\xbc\x21\xdc\x15\xf5\x68\xfd\x17\xef\x50\xd3\x12\x77\xee\x25\x17\x6c\xad\x23\xa0\xac\x77\xcd\x50\xa1\x89\x65\x50\x2b\x3e\xe2\x25\xed\x8f\xa8\x55\x04\x68\xc9\xbe\x11\x5d\xfd\xaf\x5a\x89\x2e\xcb\x72\x99\x7a\xe7\x61\x59\x8e\xa9\xf7\xb0\xf0\x96\x7f\x76\xad\x46\x07\x19\x7e\xe7\x71\xfd\x33\x56\xfe\x4b\x0e\xda\x3c\xcc\x71\x36\x62\xc5\xc8\xb1\x39\x41\x76\xef\x82\xe4\x84\x5d\xab\x29\x67\x47\x16\x8f\x6c\x50\x28\xef\xcd\x1d\xea\xe0\x61\x69\xbd\x11\x96\x46\x32\xa9\x83\xf3\xf0\xde\xe1\x41\x3c\x12\x45\xee\x80\x87\x21\x0f\x0b\x64\xc2\x4b\x5f\xc3\x82\xfd\xd1\x41\x70\x58\x92\x3e\x70\xa0\x19\xef\x16\x9f\x56\x83\x92\xdd\x33\xea\xd9\xbc\x6c\x06\x3f\x40\x66\xcb\xc7\xff\x61\x61\xfa\x2c\x92\x80\x58\x28\xca\xac\x3c\x0f\xcb\xf6\x07\xa1\x3c\x2c\x95\x1e\x38\xd6\xb0\x58\xe2\xc8\x5f\xbd\x7f\x90\x1e\xba\xd6\x19\x9f\x0e\x3e\x75\xa3\x42\xee\x61\xa1\xf0\x80\x94\xc3\xc4\xf5\xc2\x6a\x08\xf4\x75\x40\xe1\x9a\x09\xe8\xf5\xb8\xbb\x21\x31\x17\x93\xcc\xcb\x71\x70\x58\xba\xbc\x88\x49\x4b\x25\x62\x36\x5f\xa3\xc5\xb7\x5a\x31\x2f\x2e\x1a\xdf\xbf\x16\xc1\x03\xaf\x2d\x07\xf9\x61\x0e\xae\xb3\x7a\xad\xa6\x0a\x9d\xd5\xf3\x30\x3f\x57\x6e\xa5\x5a\x4d\x23\x3f\x90\xd2\x54\xf1\x63\x22\xcd\x14\x7f\x6b\x90\x08\x25\x3e\xd5\x74\xb4\x80\x44\xce\xde\x35\xeb\xa8\x9e\x87\x39\xe6\x8f\xf3\xd7\x4c\xf1\x72\xeb\xe5\x34\xa4\xd9\xf0\x56\xf8\xa7\xb3\xd9\x30\x1b\x90\x3f\x75\xad\xa6\xb4\x1f\xc7\x8f\xe9\x75\x45\xe9\x3b\x2c\xc0\x50\xfa\xd6\x15\x7f\xa4\x45\xaf\x39\xa7\xfa\x66\x32\xd4\xa9\x3e\x0f\xcb\xba\x0f\x91\x39\x2d\xcf\x15\x49\xb9\x36\xd3\x28\x76\xdc\xc3\xdc\xf5\x93\x58\x6c\x66\xfc\x1f\xd4\x6c\x8e\xc1\x31\x3e\xb6\x01\x58\x7c\x0f\x73\x4c\x85\xed\xaa\xb1\x0b\x90\xd3\x76\x1e\xe6\x8a\x38\x6d\x5f\xb3\xc5\xa7\x22\x26\x73\xc5\x0f\x01\x3a\x5b\x7c\xdb\x54\x4f\x33\xf4\x13\xd4\x0d\x91\x89\xc6\xb3\xaa\xa0\xc8\x79\x98\x81\xe9\xfc\x5f\x9b\xf7\xe5\x1f\x94\x6e\xc6\xf3\x21\x40\x67\x8c\x51\x0c\x94\x40\x5e\x2f\x79\x5f\xcf\xcb\x00\xd5\x75\xb8\xc2\xd2\xa1\xbe\x92\xd8\xe8\x40\xa2\x74\x68\x1b\x6f\xf0\x8a\xc3\xe9\x8b\x37\x78\xba\xf0\x04\x3c\xe0\x59\x72\x3c\x4e\x5f\x9c\xbc\x2b\x39\x97\x0e\xc4\xca\x41\x39\x0b\xc3\xef\x06\x8b\x20\x9f\xec\x79\xd9\x0d\x0a\x59\xa6\x5f\xca\x06\x88\x6b\xbe\x17\x97\xec\x3c\x66\x40\x5a\x39\x10\x70\x25\x08\x60\x06\x34\xf5\x6e\x00\xc1\x59\xf0\x48\x3b\xa0\x66\x0e\x41\x4c\x72\xd8\xf3\xb2\x18\xd4\x7a\xe4\x7f\x1a\xde\xbd\xb8\x68\x67\x7c\xe5\x5f\x5c\xb4\x2b\x69\x91\xde\xc5\x29\x1f\xef\xf8\x97\xe4\xb1\x95\x8b\xc5\x97\xec\xb1\x19\x7f\xf8\x17\x87\xed\x4a\xdc\xb8\x97\xac\xb0\x19\xef\x99\x03\xfd\x48\x9d\x93\x0c\x6a\x1d\x97\x21\xc4\x2b\x66\xdc\x07\xd4\x74\x64\x4f\x0e\xf4\xb0\x5c\x2b\x08\x00\x07\xc0\x81\x3b\x13\xb1\xec\xc5\x81\x3b\x5d\x0b\xd2\x59\x32\xc0\xce\xb8\xbd\x1f\xe8\xe6\xe5\x32\x78\xa8\x9c\x88\x62\x2f\x69\x63\xd3\x85\xb1\xf6\x01\x5f\xbd\xa4\x77\x98\x60\xe3\xa3\xfe\xe2\xc3\x5d\xb9\x12\x7d\xc9\x30\x5b\xf1\x08\x7e\x57\x46\xbc\x2d\xcf\x95\x2c\xa4\x33\x0e\xec\x2f\x39\x61\x2b\x57\x99\x2f\x8e\xda\x95\xab\xcc\x77\x15\x72\x7b\xe0\x82\x75\x40\x4d\x32\xbb\x66\x12\xc1\x9e\x97\xd3\xa0\x3a\x00\x5f\xc5\x1d\x3b\x9b\xe9\xe1\x8e\x5d\xb9\x66\x7c\xc9\x13\x9b\x89\x3f\xf6\xe2\x8e\x9d\x71\x3c\x3a\x10\xff\x73\x83\xac\x38\x7b\xef\xa5\x24\x52\x29\x5d\x39\x5e\x7e\xfa\xd4\xcd\x3b\x7f\x50\x0e\x50\x6b\x55\xdd\xbe\xce\x82\xd3\x74\x25\x67\xed\xca\x35\xe3\x81\xd4\xa2\xc9\x4a\x29\xa6\x2a\xae\xcd\x2f\x99\x64\xf3\x34\x91\x71\x86\xc7\xdd\xfd\xc5\x75\xbb\xfa\xcc\x60\xd7\xed\x74\xfd\xfd\x51\xcb\x98\xdc\x71\x52\xab\x5c\x7f\xdf\x6a\x19\x4d\x9d\x72\xde\xce\xd3\x04\x58\x3d\x8b\xd3\x10\x2d\x76\x43\xa2\x6a\x8e\x09\x38\x76\xe7\x69\x02\xac\xb0\x03\xf8\xe1\x52\x92\xa9\x94\xf0\x34\x39\xe0\xd9\x09\xcf\x1c\x2f\x27\x2f\xdd\xa2\xd4\x66\x16\x0f\xb8\x6f\xe7\x69\x1a\xab\xcc\x62\x8b\x77\xc2\x94\x16\xef\x84\x29\x1c\x1a\x97\xd2\x4c\xa5\x74\x99\xab\x54\x58\x67\x73\xc7\x49\xcb\x72\x99\xad\xa0\xe2\x9e\xa6\x55\x54\xd5\xd3\x88\xdb\x40\x31\x24\xf7\x6a\xcc\x4d\x0e\xe8\x47\xaa\x27\xff\x71\x91\x97\xc9\xb8\x82\x5a\x9b\x10\x54\x2f\x0e\xdd\xd5\x97\x9e\x0b\xb5\xf6\x34\x8e\x37\x46\xc5\xa9\x61\xc9\xfe\x3b\xa5\xe4\x65\x45\xe7\xed\x3b\xd0\xa5\x1b\x86\xe4\x84\x52\x2f\xae\xe0\xd5\x77\xa0\x4b\x49\xaa\x92\x33\x4a\x1d\x50\x6b\x5e\xa3\x5a\x31\x9d\x1e\xef\xb4\xe4\x35\x6a\x95\x0c\xf2\x02\xe8\xfa\xe1\x54\x63\x10\x9c\x33\xce\x37\x78\x4e\x77\xcf\xb7\xfb\x1a\xa0\xd0\xc3\x68\xd5\x49\xb9\x94\x4c\x01\x52\x8a\x1f\x70\x19\x54\xef\xd8\x5b\xac\x4e\x9a\x25\x6c\xc4\x0f\x28\x3a\xeb\x51\x11\xf3\xcc\x96\x6d\x61\x4e\xde\xfa\x3f\x83\x6f\xbc\x38\x9d\x67\x4b\xd3\xd5\x61\x42\xe6\x6c\xdd\xf3\x6c\x92\x54\xbc\xb9\x8c\x37\xd9\x4b\x8e\xdf\xf3\xd2\xdd\xd3\x99\x77\x7a\xf5\xe4\x21\x5e\x7d\x0f\xbc\x3a\xf4\xea\xd5\xe3\x92\x61\x7a\xb9\x06\x34\xe1\x89\xe5\x56\xc1\x77\xc4\x0b\x45\xf9\xf4\x4c\x72\xa9\xe0\x1b\xe3\x25\x5b\xf0\x3c\x3d\xfe\x01\x2b\x1d\xae\x05\x5a\xc2\xa2\xf5\x80\x4c\xeb\x8c\x7f\x6a\x5a\x87\x7b\x23\x83\x68\x22\x47\x1e\x48\x8b\xee\x7e\xcb\xb7\xbc\x92\xef\xe8\x40\x5a\x3a\x8e\x18\x78\x9a\xd7\xf6\x07\x69\x14\xde\x4c\x28\x0b\x55\x72\x52\xa3\x03\x0a\x77\xfe\x5e\x8a\x07\x9a\xb0\x26\xe4\x62\x36\x3f\xd9\x93\x79\xdb\x81\xfe\x7d\x5a\x24\x2a\xb9\x54\x4a\xd9\xa8\x3b\xa1\x1d\x4b\xaf\x09\xd7\xf5\x9e\x64\x42\x3b\x96\x65\xa8\xd5\xa7\x85\x17\x8a\x74\x6c\xc7\x0e\xa4\xf1\xba\xa3\x0a\x09\x97\x9c\xb3\xe6\xc5\xf9\x3b\x39\x6d\xcc\x8b\xf7\x77\x6d\xde\x4c\xa0\x4a\x5f\x16\x6c\xa8\xd2\x9b\xa5\x3e\x57\x15\x29\xd7\x78\xa9\x45\xf5\x18\x75\x55\x91\x97\x65\xe0\x62\xbf\xe2\x31\xa2\x75\x6f\x16\xf4\x4b\x1b\xad\x65\xde\xb1\xa0\x95\x6c\x64\xc4\xa7\xbc\x59\xec\xaf\xe9\xae\x36\x83\x5b\xff\xec\x86\x1e\x5e\x06\xf8\xea\x25\x7d\x95\xc2\x3e\x2f\x8b\x24\xf9\x98\xe7\x65\xe9\xc1\x8d\x47\x5b\xee\xaa\x66\x7c\x99\xe9\x2c\xb6\xba\xcb\x9d\x83\xcf\x7a\x67\xa1\x1b\x8f\xbc\x52\xbc\xd3\x0e\xd1\x2b\xa5\xf0\x72\x99\x68\x02\x2f\x3e\xe6\xc9\x39\x44\x0e\x78\x28\x6c\x99\xeb\xeb\xfe\xa3\xf6\x2b\x20\x55\x6a\xa6\xaf\x38\x71\x79\x79\x83\xc4\x85\x47\xbf\xe2\x9d\x9a\xf0\xa6\x47\x37\x1c\xd5\x97\x38\xb8\x9c\xe7\x65\xd6\x7d\x23\x9e\xb3\x71\x43\x39\xae\xf2\x32\xef\xbe\x11\xcf\xd9\xc8\xa1\x24\x57\x79\xe5\x80\x34\x51\xe6\x54\x72\x48\xaf\xdd\x2b\xc5\xdd\xc8\x32\xa3\xe2\xfa\xa3\x7b\x5b\x81\xaa\x7f\x99\x4f\x29\x6e\x5c\xed\xde\x56\x28\x6e\x5c\x8e\x0d\x29\x77\x21\xa9\x98\x71\xea\x2e\x24\xc7\x86\xf4\x46\x3c\x17\x8b\x52\xa5\xb9\xca\x44\x09\x7a\x71\x50\xcf\xcb\x1b\x22\x5d\x62\xd4\x6e\x5c\x90\x95\x7a\xed\x57\xbc\x23\x39\x9e\x07\xa5\x90\x73\xd5\x6a\x85\xb5\xe1\x22\xc5\x63\x94\xd5\x7a\x5e\xc6\xb0\x8d\x44\xb6\x9a\x63\x6d\x49\xe4\x65\x0c\xc3\x6c\x7d\x99\xc9\x2b\x92\x5c\xed\xc6\x29\x65\xc1\xca\xcb\xbb\x05\x6c\x0f\x56\x5d\xff\x66\xd4\x38\xbe\x2f\x6f\x17\x94\x30\xab\x76\x23\xe3\x46\xc8\x94\x68\x51\xd2\x3a\x36\xc8\x0f\x04\xc7\xf1\x95\x64\xcf\xd5\x5a\x8d\x85\x1d\xc2\x6a\x01\x09\x1d\x8a\x99\xf1\x03\x69\x78\x47\x80\x71\xc1\x32\xf7\x57\x34\xec\xea\x7b\xbb\x85\x71\xc1\xea\x01\xb1\x72\x66\xbf\x4a\x5a\x95\x63\x2b\xad\xbb\x85\xe4\x64\x11\x07\xd4\xca\x59\xe6\x62\x6b\xb0\xcc\xd4\x65\x6b\x90\x9c\xd9\xe1\x25\xe9\x73\x26\x48\xce\xbb\x5e\xc6\xe1\x1d\xc9\xcb\x38\x2c\xb7\x14\x17\xae\x76\x13\xc7\x0b\xe3\xb0\x9e\xc9\x5e\xec\xb1\x3f\x27\x02\x77\xb2\x9e\x69\x29\x71\x55\x5e\x23\xa0\x57\xf5\x30\x1d\x2f\x64\x65\xf9\xa3\x28\xdb\xb5\x9b\x90\xb8\xa1\x58\x26\xe3\x17\xb2\xb2\xea\xc6\x3e\xee\xdd\x64\xf5\x22\x54\xad\x73\x59\x8a\xba\x9d\x97\xf9\xf1\x8b\x50\xb5\xee\x66\xbd\x30\x92\x19\x9f\x8a\x5a\x8c\xac\x98\x45\xac\x19\x5f\x6a\x72\x2c\x55\x94\xbb\xaa\x5a\x91\xb3\x5e\x30\xc7\x8c\x5b\x39\xab\xab\x15\x39\x24\xad\xce\xcb\x8c\xfb\x85\x71\xd7\x68\x42\x8c\xbb\x9b\xe6\x7e\x64\x14\xac\xa6\x07\xd9\x4c\xe4\x65\x5e\x8d\xe5\xc3\x5a\xf1\x29\x7f\xa4\x6f\x3f\x78\xd5\x0a\x68\xe8\x5d\x33\x24\x5c\xf1\x2d\xfb\xc2\x4a\xde\xca\xa2\xf5\x53\xac\x33\xa2\xab\x7c\xf8\x4d\xa6\x89\x6f\xf4\x47\xa6\xd7\xd4\xe0\xb2\x1f\xa9\x5e\x93\x03\x36\x7e\xb7\xa3\x2d\xe1\x07\xf8\x39\xd9\x6b\x47\xcf\xf1\x91\xed\x35\xd9\x4a\xfa\x80\x5d\x01\xf7\x57\x80\x8a\xdf\x33\x5b\x34\x34\xff\x4f\x50\x19\x1b\x08\x3c\x74\x40\x05\x80\x2a\x7f\xed\x6e\xe2\xec\x47\xbb\x04\xb0\x1f\xf1\x56\xa1\xbd\xd9\x81\x7f\x78\x74\xa6\xbe\xb4\x75\xff\x70\xe9\x4c\x03\xa5\xeb\x87\x4f\x67\x1a\x1c\x7b\x3f\x9c\x3a\xd3\x20\xd4\xea\x01\x89\x81\xb7\xdc\x90\xa2\xc5\x4f\x8c\xd2\x0e\xa8\xf1\x62\xa5\x72\x40\x45\x3f\xc5\x38\xf1\x23\xa1\x6d\xea\x6c\xb5\x3f\x1c\x44\x53\x27\xba\xc8\xe7\x94\xb6\x83\xcb\xd3\x0f\x17\xd1\x34\xd1\x8a\x1e\xf0\x26\xd4\x51\x34\xb4\xc9\x7b\x11\xdd\xd0\x78\x7b\xac\x91\x22\xb4\xf5\xf4\xd7\xd0\x8f\x00\xbb\x01\x6a\xbc\x9c\xf9\x3f\xa7\xcb\x9d\x1c\xd6\x3e\xf2\xe5\xa6\x86\x27\xe0\x01\x33\x81\x82\xe3\xad\x82\x67\x72\x61\xf5\x39\x9d\xee\x20\x60\xdf\x01\x15\x66\x1b\x2e\x77\x40\xc5\xcf\xe4\x50\x7a\x40\xc5\x2e\x65\x13\xfe\x91\x7c\x37\x35\xdc\x36\x0e\xa8\x90\xe0\x88\xb6\x0f\x2f\xd8\xd4\x31\x8d\xfb\x70\x83\x4d\x1d\x15\xc5\x17\x7e\xb0\x23\xe6\x8a\x9c\x27\xe5\xdf\x1b\xef\xf3\x2d\x99\x23\x72\xd4\xa4\xb4\x19\x7f\x5d\x26\xbb\xc1\x88\x66\x37\x71\xb5\x03\x61\xc5\xef\x7b\x8f\x3e\xea\xbe\xb0\xc3\xe2\x3f\x1c\x70\xd3\xa8\x7f\x6f\x89\xce\x38\x3d\x7a\x82\x89\x72\xd3\x71\xc0\x41\x68\x35\x4f\x24\xb1\xce\x7a\xd0\x1c\x01\xf0\x08\xfc\x7f\xc0\x9b\x25\x8a\xb7\x04\x9d\x0d\xfc\x25\x4c\x22\xc1\x04\x0e\xf8\x12\xb5\xd4\x98\x22\xde\x32\xfe\x50\xc3\x41\xc0\x0a\xbd\x22\xc4\xb8\x43\x86\x1c\x30\x89\xd6\xaf\x61\x30\x8b\x8c\xea\x34\x58\x88\xcf\x1f\x6f\x35\xde\x6c\xfc\x6d\x44\x05\xad\x2d\xde\x12\x73\xd9\x93\xd3\x44\xdc\x83\xd4\xee\x07\x24\xca\xdd\x15\x6f\x35\xde\x36\xa3\x1b\x37\xed\xc6\xc7\x9b\xbc\x07\xf1\x96\x50\xe4\x46\x1c\x25\x5c\x4e\xbd\xb4\x78\xfb\x23\xae\x76\xf4\x4a\xc8\x8e\xcd\xf8\x47\xce\xe5\x34\x8a\x17\x94\xb8\xe9\xb3\xe5\x78\xab\xf1\x76\x73\x2f\x69\xe2\xd3\x20\x23\xc8\x87\xa3\x74\xaa\x2d\x86\x20\xe2\xae\x2d\x66\x52\xc4\x3d\x92\xd7\x88\x23\xf7\xc0\x40\xf4\xc3\x91\x3a\x8d\xc0\xdf\x06\x71\xb7\x98\x49\x88\xfb\x8a\x21\x88\xb8\x1b\x39\x10\xbf\x3b\x42\xaf\xa7\xf8\xf8\x25\xe0\x62\xf4\xf9\x07\x4f\x8d\xb7\xca\x07\x90\x2a\xab\x4f\xae\xe8\x56\x8d\xde\x8d\xb0\xe6\x23\xd6\x17\xe2\x9e\x31\x40\x11\xb7\xe5\xc7\x87\x4b\x77\x1a\x97\xc9\xb7\x91\x6a\xa7\xcc\x00\x3b\xe9\x12\xe2\xe3\xa1\x6e\x54\x0f\x81\x78\xdf\xf9\xef\x63\x11\xf7\x30\xbb\xe2\x3a\x60\xe4\x3f\x50\xcc\xac\xcf\xe8\x33\xcc\x3b\x70\x92\xf0\xd9\x44\x1a\x3c\x20\xf8\xbc\xa2\xe6\x8f\x60\x94\x06\x89\x30\x9d\xaf\x00\xb5\xbe\x39\x46\x04\xfd\xfe\xcd\x95\xe8\xb7\x21\xf6\x3e\x1c\xd3\xd3\xe8\x31\xb1\x1b\x66\xd6\x97\xc1\xce\x5c\x79\x7d\x45\xbf\xb5\x5c\xee\x15\x99\x80\xda\x5f\xbb\x0b\xdc\x88\xb7\x62\x66\xd7\x1f\x28\xfa\xcd\xb1\xdc\xd0\x6f\x8b\xb9\xda\xac\xef\x15\x6f\x7f\x08\xba\x18\x02\xfc\xca\x72\xa0\x3b\xbf\x4c\x09\x30\x91\xb8\xa5\x1a\xcc\x10\xec\x65\xb0\x90\x75\xa1\x19\x74\x0c\xf8\x6e\xb0\xb1\xdc\xc3\x60\x17\x8a\x5e\xf1\x5f\x82\xeb\xd5\xa8\x19\xe1\x9c\x96\x41\xa2\xd6\xe5\x00\x45\xbf\xcd\x8b\xd2\xa1\xdf\x75\x45\x27\xc1\xe7\x19\xed\xbe\x04\x6f\x0c\xf0\x47\x42\x92\xf8\x98\xfc\x16\x51\x33\x69\x1d\x5a\x0b\x50\xc2\x6a\xa4\x7f\x26\x06\xf8\xf0\xee\x3f\x8c\x61\x1a\x14\xf3\x6e\xa6\x48\x92\x8e\xf7\xb1\x02\x64\x32\x66\xb4\x43\x24\xe8\xea\xc9\x80\xb8\x51\xe6\x7f\xa4\x28\x4f\x33\x5f\x51\xf3\x22\x10\xaf\xa7\x0a\xe2\xc6\x7f\xe7\x23\x58\x40\x9a\x98\x30\x7c\x44\x0b\x48\xb5\xb5\x78\xfb\x32\x73\x9e\x0c\x88\x7b\xfc\xbd\xfd\x88\xa2\xef\xb7\xc4\x0d\xe6\x4e\xe3\x80\xe9\x7f\x27\x05\x6e\x91\x5a\x89\x25\x72\x2a\x12\x8b\x05\xae\x91\x5a\x8f\x89\x24\x4e\x7b\xf2\xb6\xa6\x23\xb9\xb3\x85\xa4\xbc\x38\x0e\xdb\x88\xff\x92\xf6\xca\x0c\x98\x90\x85\x95\xc0\x4f\x07\xbc\xff\x77\x0e\xa4\x2b\xa9\xd4\x72\x89\x86\x1e\xba\x11\x35\x13\x1b\xff\xaf\x93\x3f\x56\x21\x6a\x16\x71\x57\x53\x15\x49\x12\x9c\x23\xe9\x80\x89\x78\x96\x6e\x48\xc4\x3d\x5b\xcc\x86\x88\x7b\xf6\x40\x76\x02\x8d\x76\xf3\x27\xd9\xf1\x24\x1b\xbe\x7e\x44\x54\x38\x22\xd4\xdd\x40\x38\x63\x32\xfa\x11\x53\x21\xa7\xb5\x02\x5c\x24\x6e\xf1\xa2\x88\xb8\xed\x4b\x75\x40\x31\xb3\xda\xa3\xcf\x0f\xb3\x11\xed\xbe\x24\x09\x8a\xff\x0a\xd9\x63\xdb\x4a\xd2\xf8\x3f\x4e\x3f\x9c\x18\xc1\x3b\xb3\xe1\x48\xf7\xe6\xe5\x83\x98\xd5\xc3\x74\x33\xd8\x79\x17\xcb\x1f\xd2\x44\xcc\x69\xcc\x19\xa4\x07\x9a\x66\xb1\xc3\xc4\xfd\x57\x95\x98\x59\x33\xb6\x93\x46\xa2\xad\x1e\x6f\x97\xb8\xd7\x15\x35\xb3\x33\xfb\xeb\xe4\x26\xe3\x45\x31\x48\x3a\x85\x16\x1f\x6b\x7d\x67\x8b\xaa\x7e\x84\xd9\x8f\x3e\x23\x9c\xcd\x62\xb1\x66\x9a\x81\x93\xba\x78\x4c\xd6\x2a\x7e\x44\xa1\x48\xad\x79\xea\x06\x3b\xef\x66\x92\x24\x72\xa5\xcd\xbf\x0e\x48\x3a\x24\x8b\xdf\x11\x69\x40\xe2\xe3\x41\xf4\x58\xcf\x86\x33\x0d\x79\x8f\xa0\x8c\x17\xa9\xb5\x2b\xde\xc2\xbc\xaf\xe8\xd5\xfe\xdf\x45\x28\xc9\xe9\x66\xec\x71\x87\xe9\xd7\xdb\xba\x61\xfa\x8d\x79\xb6\x70\xf6\x72\x93\x4c\xa3\x4d\x6f\x28\x06\x3b\xef\x65\xce\x30\x10\xce\x97\x37\x32\x43\xf4\xdb\x83\x2f\x3a\xd9\xc6\xa8\x51\x95\xf3\x2c\xc4\x7f\xe1\x57\x66\x23\xc3\x3b\xef\x19\x20\xd1\xb2\xcd\x28\xc8\x85\x37\x4b\xe0\x86\xe8\x77\x06\x63\x1c\x16\xce\x7f\xdd\x20\x8d\x48\x4c\x2c\x3b\xef\xa0\xdf\x01\xfd\xf6\x40\x86\xc8\x6e\xe1\xb7\xd0\xef\x18\x01\xb2\xf9\x0a\x14\x85\x7e\xc7\x0c\xb0\x20\x52\xdc\x2b\xd1\x6f\x5b\x26\x49\xd9\xaf\x9d\x4d\xdf\xff\xa9\x1a\x9d\xeb\xff\x97\xef\x73\x2b\xec\xec\x62\x1f\x31\x42\xd2\x88\x2d\x3d\x29\xfc\x46\xfa\xab\x77\xb1\xa7\x8d\x8f\xb5\xf6\x18\x06\x1d\x70\x93\xe1\x24\xba\x48\x78\xeb\x1a\x6f\x39\x85\x5c\xf1\x96\x8d\x4a\x8d\x01\x48\x70\x37\x57\x45\xd2\x13\xab\xa8\x0e\xe8\x54\x5b\xd3\xa0\x70\x3d\xa4\x3c\xb9\x04\x07\xbe\xcd\x07\xd4\x5c\x5c\xe6\x92\x64\x13\xec\xd1\x2e\x26\x7a\x6d\xae\x68\xc8\xb8\x1e\x20\x6b\xef\xe1\x4f\x6f\xbc\x73\xfc\xf7\x26\x92\x79\x34\xb4\x39\xa2\x19\xbc\xd9\x8a\x78\xd7\x4a\xee\x92\x69\x59\xbc\x7d\xfb\x42\x76\xbb\xcf\xce\x14\x19\x83\x8d\x6f\xcb\xee\x20\x25\x14\x0e\x1f\xc9\xc4\x52\xf6\xc6\x6c\x7f\x28\x8f\xa4\x72\xf8\xae\xf5\x61\xda\x9b\x48\x9e\xf1\x5d\xf7\x35\x89\x1d\x95\x95\x80\x53\x05\x1c\x01\xb3\x64\xc3\x29\x58\x8e\x60\x53\xe3\x2f\xec\x6f\x32\xce\xa3\xdf\x75\xa7\xa9\x1d\x7b\xc6\x63\x54\x05\xb7\xae\xa4\x71\x05\x3d\x05\xd6\xca\xe0\x0d\xaa\x82\xc7\xb1\x67\x0e\xf1\x9f\x82\x4d\x18\x45\xfc\x3e\xbf\xeb\xce\x2b\x13\xc1\x44\x72\x55\x05\x72\xc9\x3d\x05\xf4\x34\x73\x04\x39\x05\xf4\x34\x6f\x54\xe7\xf8\x80\xaa\xc0\xf1\x36\xb4\x4b\xff\xae\xbb\x4c\xf4\x9e\xf8\x7e\xaa\x40\xd7\x6e\x19\xa7\xce\x53\x80\x56\xe0\x14\xd0\xd3\x72\x73\x15\x9a\x65\x9b\xfb\x5d\x77\x9d\xba\xaa\xcc\xf8\x6c\xaa\xe0\x47\x28\x22\x39\x6a\x9e\x82\xbb\xb8\xeb\x39\xbb\x60\x4e\xff\xa5\x44\x01\x11\x91\x64\x70\xfb\x5d\xe7\x78\xe8\x29\xcc\xcd\x05\x0a\x7b\x91\xf1\xdb\x54\x81\x92\x12\x64\x5c\x30\x55\xf0\xc5\x17\xf4\xb4\x11\xfb\xee\x14\xac\xbf\x02\x56\xae\x5c\x2e\xc0\xf0\x1f\xe7\x4c\x15\xa0\xbe\xc3\x23\x53\x05\x3f\xa3\x43\xa1\xa7\x0d\xc7\xc1\x8c\xef\xe5\x77\xd6\x3e\xc5\x17\xf4\xb4\x2f\x47\x5b\x92\x75\xac\x0a\xb0\xa1\xc1\x25\xf3\xbb\x8e\x88\x8c\x3a\xe8\xe9\xb0\xce\x28\xcb\x4c\x56\x05\x58\x98\x66\x59\xc3\x9e\x82\x1b\x35\x06\xce\x9a\x2a\x90\xed\x5a\xc6\x5f\xf3\x14\xec\xe2\xc5\xae\xc5\x05\x0e\x6b\x23\xe3\x57\x15\x3c\x84\x8f\xd2\xb6\xe6\xbb\xee\x39\x15\x26\xf1\x14\xd0\xd3\x69\x55\x3f\x2e\x9a\xa7\x00\x37\xde\x53\x30\xa3\xe0\x76\x3f\xe8\xe9\x22\xa5\x53\xce\x32\x78\xa5\x80\x70\x5d\xda\xb3\x9e\x02\x6c\x04\x32\xfe\x9b\x2a\xd0\x0d\x5b\xc6\x69\xf3\x14\xdc\x97\x71\xac\xd1\xd3\x1b\x7b\xcb\x53\x40\x4f\x6f\xdb\x27\xe4\xda\xba\x0b\x96\x27\xb9\xd1\x53\x67\x5e\x3b\x05\xf4\xf4\x59\x4a\x46\x78\x0a\xe8\xe9\x6f\x35\xc2\x18\xd5\xfe\xff\x6c\x46\xfe\xff\xb9\xff\xdf\xff\xaf\xdf\xff\xfa\xcf\x7c\xfd\xd7\x7f\xfc\xe7\x38\x5c\xe6\x7f\xfd\xe7\xa3\x44\x7b\xe7\xa7\xfd\xd7\x7f\x1c\x1e\xf3\xc8\x74\xe3\xfc\xb0\xaa\x93\x8f\x36\x65\xba\xfc\x96\x0e\xf1\x11\xc1\x9e\x1f\x1c\x51\x54\x42\x55\x1b\x16\x35\x2f\x95\x55\xca\xe8\xfe\x54\x0b\x9b\x16\xf0\x57\xa8\x2a\xa1\x7e\xee\x6f\x15\xee\xfb\x51\x20\xfe\xff\x7c\x14\xfa\x2e\xe3\x17\xf9\x28\xd6\xdd\x7f\x3e\x85\x85\x95\xb5\xd1\x23\x1b\x89\xf3\xf3\x11\x89\xaa\xfd\xaf\xff\x7c\x2a\x63\xa8\x70\x1d\x49\xc6\x47\x77\x50\xe7\xa7\x50\x76\x7a\xd2\x68\xa3\x81\x6c\xd2\xcf\x3f\xba\x43\x39\x3f\x9b\xb2\xaa\xb2\x1f\x65\xb4\xd1\xc7\x29\x5b\x1a\x6d\x63\x1d\xa4\x73\x7e\x1a\xed\x36\xb7\x3b\x54\xdf\x99\xb4\xf3\xf3\x52\x76\xc6\xb6\x19\xc7\xd6\x2e\x27\x49\x45\xfa\xfc\x96\xfa\x87\xb7\x1c\xbe\x44\x8f\x6e\x90\xcf\x8f\x96\x56\x9a\xbc\xe7\xc7\x38\x7e\x1e\xef\xd9\x13\x3c\x1f\xe3\xf8\xc0\xbc\x7e\xe6\xe5\x95\xb9\xd6\x7f\xbe\x17\xdf\x49\x0b\xf0\xca\xd8\xea\xfc\x50\x26\x3d\x75\x42\x48\xe8\x81\x4c\xfb\xa8\x1a\x12\x79\xf3\xf4\xe0\x72\xdd\x6f\xa4\xd9\xa3\x9c\x7d\x76\x6e\xba\xe3\x4c\x98\xdf\xeb\xc1\xe5\xba\x56\xcc\x53\x91\x4f\x78\xc0\xbc\xcc\xa5\x2b\x4a\xb9\x43\xa7\x74\xc5\xb7\xda\x79\x4a\xda\x66\x1c\xca\x78\x38\x72\x56\x07\xa6\x8c\x2b\x19\x0f\xaf\xa4\x20\xa5\xf7\xe5\x52\x89\xca\xec\x7a\x0f\x7e\xf3\x70\x44\x64\x76\x1f\x76\xb4\x26\x9c\x2d\xd4\x2b\x87\x31\x1e\xa4\xc1\x59\x97\xcb\x85\xcb\x7a\x70\x39\x75\xe7\xe9\x16\xb3\xbf\xd7\x7e\x38\xe3\x81\xc2\x83\xd4\x22\xa8\x2d\x33\x19\x01\x79\xf8\x51\x4e\x6f\x5a\xf4\x9c\x6b\x1e\x47\x5b\xcf\xf8\x87\xf0\x40\x79\xa5\x5c\x87\x78\x1e\x48\x91\xae\xd2\x19\xb3\xcd\x6e\xc7\xf1\xce\x33\x3e\x06\x3c\x4c\xca\x07\xe5\x67\xf2\x78\xa0\x37\x3a\x71\x65\xd2\xb4\xf1\xf0\x50\xee\xef\x63\x16\x26\x66\x02\x68\x94\x0e\xf8\x44\xf9\x4b\x39\xdf\x8b\x95\xf1\xa0\xb3\xc4\xe5\xd2\x1e\xa5\xb2\xa9\x41\x1f\x71\xc0\x3b\xca\x37\xe5\xf4\xe6\x8e\x51\xdd\x1e\xd5\x6c\x2e\xef\x51\xee\x7a\x68\xf5\xb9\x8d\x5d\x68\xf3\x74\x8e\xc8\x58\xf0\xe9\x41\x18\xea\xa4\xc8\x79\xc5\x0a\x92\x0b\x24\x25\xcc\x8c\x33\xc9\x40\xf4\x80\x3d\x11\xb6\x57\x79\xd5\x28\xaf\xee\xcd\x2a\x2e\x7f\x5c\x4e\x3d\x24\x29\xcc\xab\xc5\xf7\x5c\xc1\x66\x3c\x9e\x33\x26\x29\x3c\x80\xd7\xcc\xfd\xea\xc6\xcb\xc5\xe9\x3b\x73\x27\x9d\xc9\x55\xc0\xc3\xa0\x3c\xbb\xfc\x89\xf2\x97\x72\xad\xc9\x1a\xd1\x2e\x67\xde\x4c\x38\xda\x03\xf6\x28\xa7\xdd\x31\x5d\xfe\x73\xf9\xe2\xfb\x49\xfd\xda\x1a\xf3\xd0\x29\xef\x2e\xff\x45\xf9\x47\x39\xf5\xac\x98\x67\xe5\xb4\x4b\xf9\x5a\xd5\xe5\x25\xca\x1b\xe5\xdd\xe5\x23\xca\x6f\xca\x97\xcb\x9f\x28\xd7\xb8\x30\xc4\xca\xeb\x8d\x79\x78\x99\x67\x4c\x07\x32\x29\xb2\x79\xe0\xea\x57\xa5\x0a\x37\xc6\x83\x82\xcb\x63\x91\x9f\xf7\x6b\x3a\x64\x33\x9a\x3a\x49\x1d\xf3\xfe\xb9\x37\xf8\x2a\x1f\xfe\xd8\x5c\xfe\xb9\x9c\xcc\x21\xe8\xc4\x0f\x38\xa3\x1c\x75\x03\xfc\x02\xe7\x62\x1e\x7c\xad\x37\x5c\xfe\xba\x9c\x6b\x73\x02\x71\x97\x29\xab\x5d\x1e\x32\x47\x80\xe4\xf2\xe9\x72\xae\xe9\x26\xa5\xab\x46\x29\x67\x56\x97\xf6\x28\x7d\xa8\xa3\x50\x7e\xff\x5c\xae\xd3\x46\x26\x07\x59\x99\x29\xda\x4c\x96\x13\x8b\xbe\x98\x22\xca\xcc\xc8\x5f\xb2\x94\x15\x9c\x2e\x79\xf8\x11\x2b\xb0\x53\x7e\xbb\x9e\x4c\x3d\x5c\x51\x97\x59\xa2\x9e\xc2\xf6\x15\x8b\xc8\x32\x91\xc6\x7a\xd0\xdd\x05\xad\xb6\xf8\x9a\x2b\xf4\x49\x1f\xdb\xed\x91\x5a\x0e\x1d\x09\xc2\x16\x87\x0d\xcd\xff\xbf\x3d\xce\xaf\x84\x98\x3a\x0f\x3f\xfd\xad\xd0\xd5\x19\xe5\x66\x78\x2c\x63\x99\xda\x83\xea\xc1\x48\x25\x36\x5b\xf0\x71\xe1\x81\xf2\xc9\x10\x7e\x51\x0f\x3e\xf5\x99\xe8\x92\x85\x44\x67\x7a\x70\x77\x1b\xed\x7e\xf1\xbd\xa2\x99\x25\x87\x59\x3d\xe0\xe7\x72\xdd\xdb\x64\x2e\x5b\x0a\x09\xc5\x78\x40\xbc\x49\x4c\x94\x25\x17\x18\x1e\x94\x62\x05\xb5\x43\xd9\x79\xb3\x34\x9b\x6d\x94\xe3\x83\xd7\x2d\xab\x55\x3d\xa0\xa1\x44\x0d\x55\xb7\xe7\xe1\x3c\xe8\x82\x88\xc3\xfa\x01\x47\x94\xa3\x1c\xd5\xc9\xbb\x12\x33\x85\x87\x4e\xb9\xbf\x47\x38\x57\xc2\xa1\x24\x87\x15\xab\x64\xaf\xe7\x41\x68\x8e\x20\x3a\x60\x7c\xbf\xfd\x7d\x57\xf9\x82\xc5\x9f\x87\x42\xf9\x72\xf9\x1b\xe5\x3a\xfa\x13\xf6\xaa\xee\x15\xed\x2e\xb7\x2b\x01\x75\xc0\xf8\x7e\xf9\x7b\xd7\x73\xbb\xff\x30\x9f\x89\x26\xe4\x80\xbf\x28\xff\x28\xa7\x9f\x0b\x26\x73\x1e\xd0\xc9\x8c\x28\xbf\xa3\xfc\xe5\x7b\xe6\xe1\x9e\x9b\x72\x12\x64\x3a\xf6\x52\xdd\xf7\xf2\x3c\xe0\xe6\xe5\xa8\x48\x95\x50\x24\x3c\xa0\xce\x9f\xf4\xff\x86\x94\x2a\x11\x48\x92\xe3\x11\x1d\x30\xbe\xbf\x99\xff\xe5\x7a\xee\x68\x17\x95\x2c\x16\x4f\x75\xdf\xb0\xbd\x4a\x44\x92\x34\x31\xef\xa8\x84\x1d\xe1\x21\xfd\xf7\x45\xcb\x01\xef\x28\xdf\x94\x53\xcf\x8e\x7e\x6e\xe6\x19\x8d\x68\xdd\xfb\x76\xfd\xdb\x1a\xad\xe4\xfa\x63\xde\xb6\x75\x3b\x99\xfa\x1f\x36\x7c\xe7\x81\xfa\xf3\x74\xb9\xd7\xeb\xe1\xa2\xb2\x14\xea\x7f\x10\x6a\xe7\x81\x0b\x21\xe3\xe1\x3b\x5d\x3f\xc6\x2f\x8e\xd8\x71\x40\xd7\xf3\xba\x9e\xca\x7c\xbe\xab\x44\x39\xf3\xb0\x96\xcb\xa3\x1e\x5d\x63\x2e\x12\xdf\x54\x52\xce\xf3\xa0\x75\x24\x02\xc6\x01\xff\xea\xff\xf8\xde\xe5\xb7\xe9\x8b\x1c\x8a\xb5\x34\xc6\xf5\x06\x9e\xbf\xe4\xa4\xb9\xae\x28\xdf\x51\xfe\xaa\x5c\x57\xcd\x07\xfc\x45\xf9\x87\x1a\x9e\xfa\x7f\xd3\xfd\x87\xcf\x38\x76\xc5\x01\xef\x28\x67\x3e\x07\xf5\xfc\x02\x9f\x7f\xe8\xe4\x8b\xd7\x5d\x37\x0a\x3c\x74\x34\x90\x8c\xf7\x0b\xba\xfb\x5c\xbf\xf1\xf3\x8b\xf5\x82\x5f\x39\x10\x41\x25\x4a\x06\x0f\xf4\xdf\xeb\x68\x3e\x56\x9d\x35\x7f\x91\x74\xa4\x92\x36\x9f\x07\xea\x5f\x6e\x37\xe8\x57\xc1\x33\xce\xf7\xc5\xe5\x51\xcf\xcd\x3a\x2e\xc6\xfb\xc5\xb8\x3e\x8f\x4b\xeb\xd8\x90\x8a\x3c\x88\x5e\x50\xcd\x1c\xb0\x44\x39\xd9\x98\x74\xbf\xd8\x38\x43\xf0\x70\xf3\x7d\x75\xf9\x2f\xca\x3f\xca\x07\xe5\x77\xd4\x73\xfb\x6e\xfc\x72\x79\x8f\xf2\x49\x79\x76\xf9\x1d\xe5\x2f\xe5\x4d\xe5\x3e\x56\x34\x1f\x2b\xec\xb5\xdc\x08\x25\xc1\x03\xf3\xd0\x18\x97\x8f\x1b\x8d\x10\x0d\xc9\x5e\xc6\x8d\x44\xf9\x3c\x50\x4f\x1d\x2e\xbf\xa3\x5c\x79\x8e\xd8\x1c\xb6\x10\xd9\x0d\x91\x7d\xca\x19\x6f\x66\x73\x75\x1e\xe8\x67\x75\xfd\x6c\x3e\xcf\x83\xf8\x30\x9b\xe4\x36\xcb\xf4\xbc\x15\xf0\x01\x0b\x85\x36\x95\xcf\x8e\x07\xfa\xd9\xf9\xde\x9b\xe4\xf3\xa0\x75\xc4\xbf\xf4\x80\x39\xca\x0b\x99\xb0\xe8\x67\x8d\xf5\xc2\xdc\x67\x11\x0a\xff\x80\x23\xca\x95\x99\x88\xec\x20\x8d\x18\x02\x3c\x3c\x94\xbb\x9e\xdb\xf3\x86\x19\xcd\x22\x00\x7d\x23\x92\x00\x0f\x9a\x67\x4c\xec\x5b\x6c\x3a\xce\x03\xfd\x9c\xd5\xe5\x25\xca\x99\xe7\xd9\x5d\xbe\xa3\x5c\xfc\x16\x77\xbd\xc6\x29\x8f\x87\x41\xfd\x93\xf2\xdb\xfd\x6f\x36\x99\xb9\x98\x87\xb6\x3d\x6f\xa1\xf4\x4e\x8c\x4b\x0a\x47\x1e\xc8\xdc\x55\xa8\xbf\x6f\xf7\x13\x0d\xdd\x62\x3f\xd3\xa6\x0f\x05\xe7\x01\xf5\x53\xa6\x7c\x44\x3f\x51\x1e\x55\x42\x10\xb5\x39\x96\xd7\xdd\x5a\x15\x0c\x31\xda\x1c\x51\x3f\x0a\x85\xda\x8c\x6f\x63\x97\x28\xa7\x3f\x7f\xe6\x9e\xff\x97\xed\x57\xc3\x19\x9e\x07\xb4\xd8\x95\xe6\xe7\x74\x77\x39\x87\xda\xf3\xa4\xe1\x84\xce\x03\x06\x21\xad\xbb\x3c\xbe\x27\xa5\x14\x21\xb6\x0f\xb8\xa2\xfc\xfe\x6f\x5d\x51\x9b\x73\x9b\x1d\xc8\x55\xfd\x7c\xef\x7a\x62\x9a\x38\x1b\xd8\xe1\xa2\xcd\x35\x8d\x46\xcb\xd3\x34\x58\x86\x15\xec\x80\x6d\xc4\x22\x2b\x45\x9b\x2b\xda\x5d\x6e\x77\x30\x4d\x77\x90\xf7\x0d\xba\x60\x4d\xde\xe6\x1d\xec\xc9\xe2\x1f\x9b\xef\x03\xc6\xf7\x46\x6b\x93\xeb\x0d\xfb\x6b\xf8\x6f\x27\x5b\x65\x1f\xb0\x44\x79\xfd\x6f\xdd\xf6\x01\x57\x94\x33\xae\x35\x5d\xfe\x44\xf9\x8f\xfa\xe9\xff\x0e\x72\xc5\x40\xb8\x12\x69\xa4\xe1\xd8\xcc\xc3\xc2\x94\x2b\xb9\xfc\x8d\x72\x9b\x78\xd1\x9f\x7d\x1b\x5d\x64\x20\x9c\x1c\x82\xbe\x91\x6b\x9a\x87\xca\xf7\xcc\xc3\xde\x9e\xe7\xcd\xfc\x63\xfb\x7a\xc0\x5f\x94\xdb\x24\x83\x7e\x3e\x41\x96\x0f\x6c\x82\xd3\x40\xc3\xc3\x58\x0f\x12\x33\x15\x73\xbc\x86\x6f\x31\x0f\x83\x72\xe6\xf3\x89\x7e\x3e\x88\x93\x6e\xb2\x79\xb6\xc7\xa5\xab\xf7\xb4\x08\xb3\xd4\x70\x10\xe6\x81\xef\x6b\x71\x79\x89\x72\xc6\x55\xe3\xfb\x11\xe5\x37\xe5\x8c\xf7\x8d\x75\x67\xdb\x51\x89\x84\xd1\xa6\xb7\x0b\x8d\x24\xcb\xa9\x12\xcb\xa1\x91\x65\x99\x07\x8d\x37\x9b\x9d\xbd\x21\x06\x5e\x74\xed\x28\xd1\x0e\x38\xa3\x7c\xf3\x3d\xeb\xf2\x0b\xfc\x41\x73\x54\xbb\xd7\xfd\x77\xb7\x28\x67\xdd\x07\xfd\xfc\x45\xbb\x3f\xb7\x9b\xa8\xdf\xa7\xd7\xf3\x60\xb3\x22\xfa\xf3\x2d\xd3\xd1\xe7\x79\x9e\xe0\xdb\x77\x7b\xbc\xe8\xa4\x6a\x37\x9e\x7f\x81\x9f\xa4\x2f\xae\xdd\x78\xfb\xc5\x3c\x7c\x88\x99\x61\xb6\xf8\xc5\x78\x3f\xd2\xfc\x61\x3c\xd1\xd6\xe5\xf9\xc7\x9d\xf5\x7c\x1f\xe5\x33\xca\x6f\xca\x97\xcb\x1f\x97\xb3\x1d\xc4\xf1\xfd\x80\x9f\xcb\x99\x1f\xf2\xde\xb5\x75\xed\xa8\x87\x63\x09\x06\x01\x07\xdc\x51\xfe\x50\xae\xf1\xae\x14\xe5\x89\xed\xe9\xa8\xd4\xc3\x5d\xb9\x1e\xf8\xbe\xb9\x3c\xbe\x27\xfb\xec\x22\xce\x6f\x8b\x3b\xa6\xf3\x40\x3f\x75\x4c\x6a\x78\x42\xf2\xc0\xba\xe8\x98\x77\xc0\x1e\xe5\xcc\x0f\xf8\xb0\x4a\xcc\x43\x81\xff\xe0\xb7\xdd\xd0\xa3\xf1\x80\x12\x1d\x7c\x5b\x35\xea\xc1\x5e\xb8\x62\x8b\xda\x56\x33\x5d\x90\x3f\x34\x2d\x82\xaa\xb6\xd5\xb9\x29\x68\xe4\x0e\x4d\x8b\x63\x49\xc3\x09\x8c\x07\xea\x81\xef\xad\xee\xed\x82\xdd\xc2\xea\x88\x7a\x2c\xe6\x51\x12\x9e\x7a\xfc\xbd\xf9\xcf\xc2\xd0\xa7\xe2\x12\xdb\x48\x0f\xca\x03\xf3\x0c\x3f\x5c\xdd\xfc\x99\x8c\xa1\xa7\x1e\xd7\x7f\x47\xfd\x88\x4f\x4c\xcb\x1a\x57\x6c\x3c\xb0\x2e\x6e\x77\xc4\xf7\x98\x02\x54\xdc\x3b\xdb\x1a\x31\x0f\x28\xa0\x2b\x56\xa3\x8d\x4c\x98\x7a\x60\x9b\x8b\x01\x47\x23\x2b\x25\x0f\x8b\x54\x99\xac\xcb\x8a\x79\xd3\xf9\x36\x2d\x8e\x37\x6d\xf9\x58\xdb\x48\x1a\x79\xca\x59\x77\x1f\x53\x9b\xef\xc8\x16\x11\xa5\x0e\xb8\xa2\xfc\x56\x79\x75\x3d\xe6\xf3\xbe\x23\x5b\x84\x33\x6c\xeb\xf6\x36\x77\xdd\x8b\xef\x91\x9b\x6b\x07\xbe\x11\x4a\x63\x61\x19\xdd\x70\x3b\xe1\x81\xfe\x1b\x4f\xb6\xb7\x59\x6b\x63\x2b\x3d\x8b\xcb\x2d\x97\xd7\x46\x2e\x13\x36\xaf\xad\xbd\xdd\x2e\xb1\x27\x6d\xcf\xd4\xc8\x52\xc8\x03\xf3\xc0\x36\x14\x8f\x0e\x1e\x98\x7f\xd3\xd1\x13\xf8\xa3\x78\x13\xe7\x7b\xea\x7f\x96\xe9\x42\x29\x0a\xcf\xf7\xcc\xdb\x13\xf3\xf3\x78\x7e\x26\xf3\xf3\xc6\x3c\xbf\x6c\xd7\xa6\xe9\xe2\x5d\x9e\x07\x1f\x17\xb1\x48\x6c\x24\xea\xe3\x81\x79\x30\xde\xbe\xb1\xbe\x62\xbc\x69\x11\x95\xac\x91\xf8\x8e\x07\xfa\x03\xbf\x5d\x9f\xe5\xc2\xfa\xd8\xe7\xe0\x79\xd7\xd6\x67\xb9\xb0\x3e\xed\x07\x56\x35\x1f\xfb\x82\x2f\x7d\xf0\x25\x12\xe2\x1e\xf0\x8d\x72\xc9\xa9\x9a\xf2\xff\x60\xfb\x45\xe6\x37\x1e\x58\x06\xc8\xf2\x0e\x36\x4a\xfa\xb7\x53\xdd\x74\x79\x8b\x72\x89\x07\x52\xfa\x1f\x70\x46\x39\xf5\x40\x7e\xe4\x68\xd3\x03\x62\x0c\x8f\xb8\x03\xd6\x28\x6f\x94\x6b\x3a\xc8\x8e\xc6\xc3\xa6\x7c\xba\xfc\x89\xf2\x97\x4c\xb1\x17\xe5\xde\x1e\x91\xf4\x2c\x55\x1c\x25\xda\x9d\x2c\x66\x6e\xe2\xea\x55\x52\xd7\xb7\xdb\x17\x96\xe7\x21\x51\x4f\x94\x3f\x51\x4e\xfd\xa0\x17\x69\xc1\x78\xd0\xb6\x03\x83\xf9\x46\x6a\x2f\x1e\x70\x94\x80\x5c\xef\xbc\xa3\xfe\x4d\xfd\xd5\xf5\x7b\x5b\x43\x6e\xaf\xf3\x3d\xe3\x2d\x66\x67\x64\xe4\x0a\x23\xec\x03\x3e\x51\x4e\x7f\xd8\x16\xdc\x25\xfa\x53\xdc\x1f\xd7\x5f\x2c\x4e\xee\x62\x73\x5e\xc4\xc9\x1d\x6c\xfd\x2e\x46\x8b\xe6\xfa\xbd\xee\x64\xed\x3a\xdf\x33\x6f\xd5\xa7\x13\x7b\x4f\x54\x92\xdb\x36\xfc\x23\x78\xc0\x58\x1c\xb1\x74\xc7\x29\xca\xce\x08\xab\xb2\x5d\xc6\xbf\x80\x07\xea\x47\xfc\xe0\x3b\xc0\xc3\x8f\x72\xe6\xb3\x99\x0c\x6c\x9b\x5e\xb1\x3c\x6a\xd8\x97\xeb\x01\xf2\x23\x89\x6d\xbb\xe3\x14\x15\x76\xe1\xb8\x16\x35\x6c\x9d\x79\xa0\xfe\xe9\xfa\x7d\x3a\xb1\xd9\xb1\x6d\x76\x1b\x36\xbb\x3c\xb8\x7c\xba\xfc\x89\x72\xe6\x1f\xb6\x82\x09\x2c\x0f\x90\x25\xdb\x7a\x4c\x56\x79\x18\x52\x5f\x5d\xcc\x67\x88\x19\x5b\x80\xae\xea\x7e\x76\x9f\xea\x6c\x0b\xb9\xaa\xe9\x6e\x98\xdd\xd8\x1c\xaf\x61\xbb\xd7\xb0\xbf\xe3\x01\x6b\x24\xd3\xe3\x88\x75\xc1\x6e\xae\x91\xfc\xad\xdd\x71\x7a\xb3\x89\x5c\xc3\x7e\xbd\x61\xe6\xc6\x03\xeb\xb5\xdc\x6e\xe0\x03\xc7\xb0\xd5\x4c\x8f\xd3\xec\xd5\xb6\x4a\xab\x99\x1e\x67\xb4\x3b\x11\x1b\x8d\x6d\x13\x79\x98\x78\x90\x25\x26\xf9\x57\x0f\x68\x3e\x30\xb1\xc2\x23\xbd\x5c\xbb\x97\x4f\x9f\x37\xee\xab\xab\xb9\x9f\x2b\xe6\x41\xd7\xed\xa7\x9c\xf5\x0a\xf1\x76\x5b\xbc\x35\xd3\xe3\x6d\xf1\x73\xdf\x58\xf3\x93\x53\xf4\x80\xbf\x28\xff\xc8\xf8\xcc\xfc\xdc\x41\x8f\xdc\xd6\xaf\x66\x3a\xda\x16\x3f\xf7\xc6\x26\x8c\x64\x73\xed\x8e\xe3\x10\x69\x7d\xd2\x6a\xa6\xa3\x1d\xf3\x80\xd8\x5b\x3e\x5e\xde\x71\xbc\xb9\xb9\xf5\x5c\xb8\xe6\x37\x72\xf6\xf0\x40\xbb\xdd\xdf\x47\x7f\xb6\xb3\x4f\x73\xcc\xbb\x9f\x98\x1f\xe5\xe4\x4d\x8d\xc8\x09\x8d\xfc\x37\x3c\x50\x0f\xc7\x9e\x3b\xc4\x15\x59\x68\x52\x43\x25\x78\xc0\x1a\xe5\xa8\x57\x5d\xff\x1b\xfc\x93\xd0\x44\xcd\xb7\x3e\x24\xa3\xe1\x01\xfc\x31\xfe\xbf\x81\xcf\xf8\xf0\x35\x02\x1f\x37\x52\xd2\xf0\xd0\xc9\x7b\xed\xfa\x83\x1f\x72\x8c\x69\xc4\x61\x68\x24\x9f\xe1\x21\xf3\x7d\x77\xf9\x88\xf2\x85\xd5\x5d\x72\xf9\x8e\x72\xe6\xc1\xf4\xfb\x8b\x75\xf9\x19\xdf\x4c\xbf\x21\x6e\x6f\x8e\x31\xcd\xb7\x3b\xf7\x2f\xf8\x00\xb7\x9b\x0d\x83\x82\x76\x5b\x39\xd7\xc8\x36\x73\xca\xa9\xe7\x0b\xfe\x20\x39\x9d\x5a\x32\x7e\x7e\x2b\xca\xa1\xc7\x64\x79\xf4\x05\xbe\x7d\x36\x3e\x2d\xd4\x1f\xc7\x9e\x9b\x00\x41\xcd\xb7\x32\x24\x9b\xe1\x81\x76\x4d\x17\x5f\xf0\xf3\xef\xb6\x45\x73\xd4\x13\xf5\xdf\xdf\x7f\x5b\x3a\xb7\xfb\x0b\x7e\xf2\x79\x5c\x5c\x97\xec\x90\xd7\x1b\x79\xbd\xf0\x09\x3e\xe0\x88\x72\xbc\x7d\xc0\xf3\x7d\x79\x1b\xb4\x2f\x3c\x01\xc8\x2a\xd6\x76\x1c\x87\xc8\x25\x93\x96\x8f\xfd\x3b\x8e\x43\xfb\xb2\xe5\x75\x77\xbb\xc6\xcf\x2d\xc3\x92\xd4\xc8\xfa\xd5\x76\x8a\xfe\x10\x7d\xb7\x11\x19\xf9\x80\x6f\x94\xff\x30\xda\xbd\x28\xf7\xfc\x90\x9d\xe5\x94\xd3\xff\x6c\x3c\x27\xff\x49\x6a\x89\xdb\xb5\x9d\x8d\x87\x3b\x93\x51\x1e\xe7\xb1\x03\xee\x28\xa7\x9f\xcb\xf5\x78\xbb\x46\x26\x93\xd4\x7c\x9c\xc6\x8e\x4c\x0f\xb8\xa8\x91\x40\xb1\xed\x1a\xfd\xac\x76\x9c\x60\x5f\xb1\xab\xf9\xff\xc6\xcd\xb0\xe5\xbf\x28\x42\xff\xb7\xed\xd7\x6e\x26\x83\x8d\xef\xd7\xea\xb0\xad\x1d\x97\x87\x1b\xef\xab\x86\xbb\x46\xdb\xb6\x15\x39\x0f\x95\xef\x45\xf6\x3b\x4e\x5d\xbb\x47\x3d\x2c\x43\x37\xd9\x6f\x3c\x2c\x96\x6f\x11\xb6\x2d\x01\xce\x83\xc8\x9b\xe8\x07\x6d\x0f\xdf\xe2\x90\xa1\xe1\x94\x53\xff\x30\xfa\x6e\xcc\xa4\x5b\x86\x5d\xee\x11\xd3\x8d\x91\x73\xcb\x5c\x0e\x93\xb6\x81\x07\x89\xcf\x3e\x5c\xbe\xa3\x1e\x0c\x8c\xb3\xfb\x1f\xb7\x80\x1b\x8b\xe0\xe5\x5b\x84\x1d\xa7\xab\xcd\xe9\xaa\x91\x11\xa7\x6d\x5b\xaf\x9c\x87\x42\x39\xdf\xcb\x2e\x91\x07\x2c\xd2\x8d\x46\x2b\xfa\xbf\xf0\xcb\x20\x65\x5b\xdb\xb6\x23\x39\x0f\x0f\xa9\xf5\x19\xd7\x32\xdb\x22\x0d\x41\x5a\xe8\xea\x1b\x79\x08\x78\xa0\xff\x6c\x2f\xd0\xfd\xf1\xb0\xf0\xa7\x71\x7f\x7c\x9a\xdf\xcb\xfd\xe7\x34\x80\x6e\x8e\x87\xf1\xdf\x96\xc8\x6d\xdf\x26\xe3\x7d\x83\x8e\x24\x9b\x68\x3b\x4e\x5d\x68\xdf\x4e\x39\xdf\xc7\xa9\x6b\x23\x7e\x1a\x4a\xb4\x03\xbe\x51\xae\x6d\x1f\x16\xe3\x07\x34\x5a\x6f\xc4\xb0\x4f\x9f\x3b\xc4\x15\xda\xba\x53\xee\xfa\x83\xfc\x2c\xc6\x46\x76\x7f\x7c\xfa\xd9\x9b\xd3\xcf\x88\x76\x7d\x7b\x6a\xa5\x5e\x23\x51\x5e\xdb\x21\xde\x48\x2d\x70\xca\xf9\xfe\x09\x36\xa4\x50\x82\xc9\x49\x63\xda\x7e\x02\xcf\x09\x05\xd8\x7c\x8a\xdd\xcf\x8a\xef\xed\x44\x50\x5d\x4f\xcc\xe7\xe3\xf9\x34\xfb\x7b\x83\x2c\x51\xde\x35\x9f\x62\xf7\x1b\xe3\x7a\x3d\x2e\xd7\xf3\x46\x3d\xaf\xeb\xe9\x51\xbe\xa2\xfc\xa5\x9c\x79\x0b\xf1\xb6\x2d\xde\xf0\x70\x69\xdb\x4a\xff\x46\xcc\xfd\x53\x3e\x5c\x3e\xa3\x9c\x79\xab\x51\x7e\x47\xf9\x83\x73\x84\xeb\x09\x36\xf7\xc3\x1d\x03\xa5\xdb\x01\x47\x94\x2f\xca\x5d\xcf\x1d\xdf\xe3\xdd\x80\x12\xad\x61\xa2\xc2\x03\xf8\x63\x76\xf9\x0b\x3a\xfd\x41\xa7\x83\x63\x46\xd8\xa4\x34\xdb\xa4\x2c\x22\x16\xb6\x50\xea\x35\x2b\xf5\x1a\xbe\x42\x6d\x87\x38\x44\x8b\x97\xd6\xe0\x78\xb0\xe3\x16\xd0\xca\xbb\x46\x10\xea\x03\xbe\x51\xfe\xf1\x3d\xe3\x8a\x53\xac\x95\x77\x8b\x90\x7b\x8d\xc0\xf5\x3c\x3c\x94\x9f\x7a\x7a\x58\xb7\x74\x5b\xb7\x2c\x9c\x1d\x7a\xd8\xfc\x75\xdb\xfc\xd9\x01\xaa\x87\xd5\xdf\x79\x48\x94\xfb\x7b\xf0\xb9\x5b\x49\xd7\x50\xd2\xf5\xb0\x7b\x39\x0f\xf8\x73\x89\x5e\x3a\xb1\xe3\x79\x00\x6f\x27\xf5\x24\xe8\xab\x13\xea\x3d\x2d\x6e\xa1\x3a\xd1\xdd\x79\x10\x3e\x13\x51\xb8\x13\xbb\x9d\x87\x9b\x72\xd7\x73\x3f\x51\x4e\xff\xab\xfb\x73\x47\xfd\x88\x25\x62\xfa\xf6\x99\x39\xae\x77\xe2\xab\x9f\x76\x97\xcb\xef\x28\xd7\xb6\x92\xa0\x6c\x7d\xfa\xb8\x7b\x1e\x5c\xff\xa4\x7c\xc5\xf7\xf0\x13\x8e\x9d\x07\x74\xbb\xd9\x1e\xae\xcd\xed\xde\xd1\x2e\xdb\x41\x99\x26\x1f\x70\x7b\xbc\x19\x3e\x49\x5c\xdc\x03\x46\xbb\xc8\x9d\xda\x99\x87\xb2\x3c\xff\x1c\x83\x17\x21\xc1\x0e\xf8\x46\xf9\x8f\xf2\xea\x72\xf7\xa7\x78\x1d\x07\xfd\x2c\xdb\xeb\x5b\xb6\xcb\x5d\xff\x8e\xfa\xb9\x95\xc1\x75\xb2\x4f\x1f\x83\xcf\x03\xe3\x35\xfe\xd4\xe9\x75\x21\x0e\x42\x43\xd9\xd7\xa7\xc5\xff\x79\xf8\x28\x67\xbc\x35\xe6\xad\x7a\xde\x16\xfd\xaf\x6c\x3b\xce\x83\xe8\x8b\x5b\xab\x3e\x2b\xdb\xa3\x6e\xbb\xa6\x46\x4c\xcc\x3e\x7d\x0c\x3e\x0f\x13\xaf\xa8\xec\xf2\x3b\xca\x1f\xca\xe9\x4f\x5b\xee\x67\x0b\x2f\x2a\xfa\xdf\x02\xcf\x71\x41\x5e\xc4\xa3\x3c\x60\x8e\x72\xad\x4b\xd3\x75\x49\x0f\xe5\x63\x27\x38\xf9\x29\x67\x5c\x3e\x36\x77\xb4\x90\xa7\x1e\xb7\xbb\x7b\x94\x8b\x4f\x36\xb9\xce\xf4\xe9\x5b\xe1\xf3\xf0\xa3\x9c\xfa\x7b\xd0\x91\x7d\x64\x89\x55\xd8\xc3\x36\xf5\x3c\xa4\xff\xfa\x73\x3c\x3d\x60\x8e\x72\xf1\x13\xa2\x6a\xf5\xd9\x63\xbc\xdc\xfe\x36\x94\x95\x7d\xf6\x98\x67\x3b\x3c\xb6\xf2\x3f\xb0\xfd\xea\x04\x0d\xe7\x81\xe5\xe9\xb0\x89\x11\xcb\x80\xbb\x5d\x23\xec\x5e\x47\x15\xca\x83\xd8\xd3\x34\x7a\x8d\x98\x0e\xfc\x9b\x1c\xfa\xe2\x80\x6f\x94\x83\xbe\x83\x65\x9e\x51\xff\xf4\x32\x9b\x3c\x66\x90\xe5\x64\x77\xc9\xa9\xb1\x13\xce\x9b\x07\xa6\xaf\x77\x97\xd7\x28\x67\x79\xa6\xeb\x09\x32\xc0\xa6\xaa\x35\xf7\x73\x06\x59\x5a\xe9\xc9\x6d\x5f\x27\xea\x36\x0f\xf8\xff\x9a\x0c\xd6\x74\x3d\x0b\x31\x46\xe8\xad\x03\x8e\x28\x07\xed\x26\xfd\xb4\x6d\xdc\x79\xd0\x36\x74\x9a\xfd\xad\xb5\xa3\xfc\xa1\x9c\x76\xef\x69\xf2\xbb\xd9\xd6\x34\x93\xc1\x1d\xf5\xa0\x0c\x6d\x04\x6a\xe8\xa1\x0c\xed\x56\x86\x36\x62\x31\x75\x82\x46\xf3\x20\xb6\xd2\x13\xdf\xef\xe9\xf9\xd9\x9c\x7e\x70\xe6\x3c\xe0\x88\xf2\xc5\xf7\xc5\xe5\x77\x94\x6f\xbe\x9f\x2e\x7f\xa2\xdc\xf5\x77\x97\x9b\x0d\x6d\x1c\xa5\x7b\x7c\x1f\xe8\xbb\x39\x1d\x76\xb3\xb3\xbd\x7a\x94\xd3\xae\xc9\x63\xc7\xfc\x6c\x4e\xb1\x44\xd1\xe9\x73\x87\x18\xe0\xb6\xa0\x75\x93\xc7\x66\x9b\x78\x1e\x18\x97\xc5\xd5\x8e\x75\x44\x49\x6a\x5f\xfb\x4e\x70\x63\x1e\x30\x78\xb5\xd8\x78\x02\x3f\x51\x6e\xb6\x6e\x3c\x7f\xa7\xfb\x8f\x12\x73\x2d\x93\xd9\x1b\xec\x8f\x4b\xf2\xb5\x4a\x7c\xef\x79\x78\x3d\x0f\x66\x37\x6f\xb0\x15\x92\x1d\xb5\x6e\xba\x78\xa3\x3f\xaf\xfb\xd3\x98\xb7\x5f\xb0\x5d\x9f\xfe\x09\x67\xdf\x09\x6a\xcc\x83\xe8\x0e\xa7\xcd\x3e\x7f\xc1\xe6\x7e\x1c\x4b\x88\x1e\x70\xc0\x11\xe5\xc2\x2b\x5c\x18\x7a\xd8\x50\x76\xdb\x50\xb6\x6e\x7a\xf9\x82\x7d\x7f\x8e\x05\x61\x7c\xfe\x42\xcc\x70\xd9\xbe\x96\xfb\xe9\x6d\x4a\x27\x68\xef\xf9\x9e\x79\xf8\x82\x0f\xa0\x94\x6c\xd8\x80\xf6\x65\x73\xdb\xf3\x40\x39\x74\x41\x8c\x5b\x1e\x44\xbf\xc4\x6b\x3a\xe0\x1d\xe5\xe0\x21\xfd\x5f\x97\xf1\x61\x61\x33\xd4\x08\x5a\x7e\xc0\xcf\xe5\x9b\x7e\x42\xef\x2b\x71\xac\x3a\x0f\x9a\x87\xa1\x5b\x90\xbe\xb2\xe9\x6b\x65\xb1\xd7\x46\xec\xef\xbe\x72\xf4\x27\xb3\x4d\xc1\x93\xf6\x80\x6f\x94\xe3\x41\x0d\x9e\xaf\x6c\x7c\xb3\x41\xfc\xc2\x67\xbb\x13\x81\x95\x07\xea\x41\x6c\x13\x6e\x95\x07\xea\xc9\xd4\x53\x6e\xf7\xa7\xb0\x8e\xa3\xf8\x7b\x8e\x97\xe7\x61\x50\x4e\xff\x6b\xcc\x4f\x85\xdd\x0f\xf0\x61\x55\xcf\xff\xc2\x76\xa7\x61\x8e\x7c\xc0\x5f\x94\x7f\x94\xd3\x6e\x8b\xfe\x10\xb7\xa4\x11\x7d\xba\x2f\xdf\x2e\x9f\x87\xf6\x5f\xff\x91\xaf\x8b\x6d\xe2\x6a\xb1\x8e\xd8\xee\xb4\x01\x1f\x5e\x21\x86\x97\xc4\x70\xbe\x2e\xc4\xe1\x0a\x71\x4b\xf0\xce\xf3\xbd\xeb\x89\x75\x24\xda\x46\x23\x40\x74\x5f\x6d\x47\xbb\x44\xc3\xf0\x36\x77\x35\x6f\x5f\x08\xac\x79\xca\xc5\x1f\x96\x6f\xaf\xbb\x95\xad\x8d\x50\xce\x7d\x85\x58\x5d\x11\xb1\x61\x36\x97\xef\x28\x67\xde\x8c\x9f\x3d\xd6\xbd\x7b\xdd\x57\x71\x79\x7c\xef\x79\x5e\xdd\xe5\xc6\xb7\xee\x00\x3e\xc6\xc3\xbe\x53\x94\x67\xe6\xc1\xdf\x9b\x3f\xdb\xf1\xa0\x79\x1b\xba\x46\xf4\x9f\x44\x92\x17\xb6\x80\x07\xdc\x51\xfe\xf0\x3d\xf5\x8c\xc0\x07\x3c\xae\x1b\x71\x6c\x3b\x41\x2b\x79\x58\x94\x37\x97\x3f\x51\x4e\xbb\x1c\x03\xd6\x30\xff\x41\x7b\x9b\xda\xf4\x7a\xcd\xe8\x8f\xae\x15\x4e\x7f\xa6\xcb\x7b\x94\x0f\xbe\xef\x2e\x5f\x51\x8e\xfb\x48\x8e\xef\x8d\x6f\xd3\xa6\xf8\xc5\xf5\x73\xac\x3d\x0f\x04\x08\xe0\x18\xb0\x66\xac\x0b\xf1\x2e\xaf\xab\xc6\xf7\x51\x4f\xf8\xae\xbb\xfe\x3b\xea\xb9\x99\x37\xf8\xf9\xb2\x33\xce\x79\x10\x9e\x10\xd7\xf5\x80\x5e\x2f\xef\x07\x50\x86\xf6\x35\x63\x1e\xec\x08\xe1\x6d\x62\x28\xa3\x3b\xa1\x2a\x4f\x39\xf5\xac\xc0\x2b\x1c\x31\xaf\xeb\xaf\xfc\x8d\x72\xd1\xd1\xd9\xae\xfd\x7b\xfb\x15\xfe\x1f\xe7\x01\x74\xe1\xf4\x10\xba\xed\x8e\x32\xfb\x54\x57\x5d\xfe\x44\xf9\xcb\xf7\xcb\xe5\xbf\x28\xa7\xf9\xc1\xf4\x2d\xef\x5e\x97\x6f\x6b\xa6\xd9\xe8\x0a\x36\xb1\x20\x27\x6f\xe3\x96\x6d\xb3\xce\x03\xed\x9a\x9c\xee\x40\x47\x99\x6c\xe7\xeb\x32\xd9\xdf\x31\x1d\xb7\x97\x99\x53\xc2\xba\x83\x4d\x78\x9b\x42\x24\x80\xbe\x6e\x6f\xbf\xd6\xed\xfe\x58\x0c\x58\xd7\x7e\x1e\x98\x56\x93\xf7\x0e\xb4\xdb\xa0\x1d\x21\x5d\xfa\xda\x81\x46\x64\xa0\xb8\xae\x19\xe5\x77\x94\x6f\xca\x5d\xbf\x4f\xc3\x0b\x4f\xc2\xb6\x4c\x4e\x3b\xc8\x66\x1f\x7e\x7a\xbe\x9f\x2e\xff\x45\xf9\xa7\xf2\xc5\x32\xef\xe8\xff\x76\x78\x80\xe4\x76\x83\x3d\xa1\xcb\x6f\x04\x28\x3b\x60\xd4\x03\xdb\x5d\x66\xa3\x4f\x88\x07\xd2\x49\x5c\x97\xe7\xe1\xb1\xf8\x47\xa9\x9f\x1a\xa9\x48\xfb\x7a\x82\x1d\xfb\x36\x88\xd8\x9d\x07\x7c\xa3\x9c\xfa\x4d\x66\x4f\xb0\x5d\x65\x83\xc8\xce\xb1\x78\xc0\x1e\xe5\x84\xdc\xb0\x98\x79\x42\x9c\x90\x14\xb2\x11\x54\xb3\xaf\x37\xd6\xfd\x65\xdd\x93\xe7\xed\x0d\xf2\xb6\x92\xc5\xdb\x11\x22\x22\xf2\x40\x7f\x8c\xcf\x6f\x90\x9f\x6f\x89\x96\xf1\xf6\x8d\xf9\x79\x3d\x3f\xc6\xab\x9f\xb7\x29\xc4\x14\x4c\x6d\x19\x9f\x7f\x21\x66\x7e\x88\x99\xe4\xf9\xfc\xc5\xfa\xfe\xbc\xbe\xc6\x9f\x5f\xb4\x8b\x27\x52\xc3\xb4\xff\x80\x3d\xca\x99\x87\xc9\xfa\xc6\xf6\x68\x59\xa9\x81\x97\xdc\x01\x7b\x94\xd3\x2e\xa7\xb7\xf5\xc5\x78\xb5\x4f\x3a\xe5\xd4\xff\x45\xbb\x9f\xc7\xbb\x5c\x4f\xd0\x23\x4a\x8a\xff\x2f\x63\xdf\x72\x35\x3d\x88\x6b\x9b\x4a\x87\x60\x63\x03\xd2\xa4\x73\x01\xdb\x95\x7f\x08\x77\x69\x3f\xfe\xbe\xb3\xf3\xcd\xf0\x5e\x2e\x0a\x0b\x21\x84\xd0\x43\x39\x4e\x86\x9d\x0d\x06\x9d\x0d\xda\xc1\x4b\x93\xb1\x14\xe5\x59\x8d\x8b\xef\x0f\xe1\xc3\xf8\x24\x1e\xc2\x5f\xe3\x1f\xfb\x11\x2e\xf5\x62\x1d\x4a\xf2\x71\xea\x7f\xb7\x71\x6e\x57\x4c\xa2\x53\x8f\x61\x9c\xb9\x58\x4e\x8d\x47\xdb\xd8\x3a\xb0\x6d\x0c\x5e\xce\x8e\x75\x6a\xfd\x2e\x5a\x89\x06\x2f\x67\xc7\x3a\xd3\x38\xf8\x64\x1c\x54\x83\xd6\xa9\xf5\xbb\x58\x80\x60\x68\x9b\x5c\xcd\x78\x13\x2e\x3a\x34\x8f\xbf\x69\xfc\xb4\x12\xad\x26\x71\x4f\x6f\x84\x73\x68\xdb\x58\x4d\xf4\x97\x13\xc2\xd0\xf6\xb0\x9a\x8e\x0d\xab\x89\xfe\xb4\xfa\x2c\xab\x6b\x8b\xea\xda\x38\xb8\x0d\x2c\x5b\x65\xe8\xa5\x50\xf8\x14\xae\xfe\x19\x2a\x34\x8e\xa1\xf7\x3d\x9e\x4b\xe3\xa1\x3a\x65\x67\x83\x6a\x30\xb9\x0b\xf9\x9c\xbe\x07\x6c\x40\x9e\x9f\x3c\xee\x2e\x5b\x59\x9c\x3a\x92\x97\x98\x83\x79\xfa\xd8\x80\xbc\xa2\xaf\xea\x58\xdd\x74\xa3\x33\xc0\x60\x9c\xe2\x60\xde\x37\x36\xf8\xbf\xe4\xf3\x65\xeb\x88\x52\xb0\x0d\xe6\x7f\x1f\xcc\x7d\xc6\x06\x32\xa9\xf0\xf2\x71\x2c\xab\x5f\x4a\x34\x36\x0e\xaa\xb9\xcc\xb4\xc5\x06\xe5\x83\xfa\xb1\x9a\xa5\x74\x53\x43\xf2\x67\xc9\x35\x7b\x2c\xa9\x47\xa7\xfb\x91\x1c\x60\x46\xa2\x76\x34\xca\xf9\x65\x35\xc8\x79\x7d\x4e\xf1\xb9\xe2\x2f\x07\x33\xfa\xd4\xfb\xa4\xa7\xd5\x23\x66\xa0\x69\x07\x33\xee\x8c\x65\x35\x82\xb7\xf0\xe7\x38\x29\x57\x57\x98\xcf\x99\x03\x7b\x30\xde\x79\xac\x94\x5a\xb3\xe0\xf4\xdc\x8e\x46\xb5\x8c\x77\xf4\x6c\xbc\xc4\x49\xcf\xf4\x3a\x4d\xae\x53\xd6\x7b\xad\xc7\x30\x9e\xc4\xc9\x3f\x29\x35\x77\x25\xe2\xfd\x0f\xde\x3e\x8d\xb5\x3c\xef\x8b\xf3\xce\xac\xeb\x63\x2d\xf3\x1b\x6b\x55\x1d\xbc\x65\xaa\xc7\x66\x9c\xff\x2b\x7c\x4b\x8d\x5b\xf4\x5d\x1b\x27\x8f\x01\xcb\xfb\xa3\x2e\xeb\x07\x7d\xbe\xeb\xf1\x31\x4e\x7a\x76\xfe\xef\xe3\x7e\x58\x13\xe9\x68\x43\xb8\xf9\x87\xbe\xc2\xe3\x34\x6e\x3e\x41\x4e\xdf\xa6\x7a\x9d\xf5\xf8\x1a\xe7\x77\x89\x9f\x15\xa2\x54\x8d\x49\xbc\x09\x4f\xe3\xa4\x3f\xe5\xf9\x7a\xcd\xcf\x2f\xf7\x77\xde\x6e\x8d\xf5\x5a\x3e\xf0\xf2\x7d\x9c\xf3\x2f\xd6\xaf\xf5\x7a\xb8\x74\x55\x53\x8a\xb8\xb1\x3e\x8b\x63\x46\x12\x8d\x93\xc6\x4c\x5e\xc9\xb3\x41\x76\xe1\x29\x61\x29\x92\xa8\x1a\xbf\xff\xa5\x35\x1b\xeb\x17\x62\x47\xd6\xe4\x19\xed\xe0\x67\xfc\xcc\x2e\xdc\x66\x06\x23\x1c\xeb\x71\x18\x67\x3a\x43\x6a\xf1\xbe\x0b\x1f\xba\x0b\x1f\x8d\xdb\xde\x3e\x34\x7e\x5e\x42\x9f\x83\x2e\xc0\x63\x5b\x1c\xef\x33\x98\x80\x90\xec\xbb\x4f\xfd\xef\x66\x8d\xd6\x83\xd5\xda\xeb\x71\x1b\x7f\x88\xab\x1f\x6d\x27\x9b\xc6\xfc\xc1\xc8\xc7\xb1\xcf\x6d\x9c\xd3\x29\x76\xdc\x4d\x5a\xf3\x6e\x64\x3b\x46\x38\xd6\x63\x37\xce\x71\xd2\x88\xba\x9b\xc7\xd3\x98\x2f\x8b\x97\x9b\xf5\x98\xc6\x37\xf1\x4e\x5c\xe2\x63\x43\xac\xb7\xe3\xd2\xf7\x36\x2d\xe3\xdd\x28\x9e\xc4\x76\x5b\xae\xc4\xd5\xf8\x11\xe7\xf7\x5e\x1e\xe7\x25\xfa\x50\x5c\xee\xcb\xe3\x84\xef\x70\x53\x75\xd3\x7a\x4c\xe3\x8b\x69\x26\xd9\xff\xa5\xed\x6d\x5f\x3c\x0d\xf0\xb2\xaf\x1e\xfd\x7e\x2e\xe2\x5d\xf8\x63\xfc\x25\xce\xf1\xfb\xf4\xbf\x2f\x25\xdd\x0a\x8d\x47\x7c\xa5\x3b\xf8\xc1\x48\xc6\xb1\x6f\x89\xc5\xcd\xbc\xc3\x83\x91\x8c\x63\xcb\xe7\xac\x1a\xcc\x99\x46\x7e\xdb\x36\xc2\x6f\x26\x31\x3a\x58\x56\x7b\xec\x5b\xdb\xe1\x66\xb2\xd8\xc1\x64\x6e\xf5\x18\xc6\x93\x78\x13\xfe\x1a\xff\x88\xf3\xbb\xbc\xcd\x6c\x6d\x33\xbc\x9c\x1d\x5b\x01\xc9\xd5\xe8\xfc\xdf\x29\xdc\xef\x3b\xeb\x2e\xe7\xc5\xdb\xcc\xd6\x36\xc3\x4b\xd8\xb1\x87\x8e\x25\x9b\x79\x1f\x07\x0b\xc3\xd7\xe3\x63\x9c\xe3\xa1\x75\x64\xcb\x17\xad\x1a\xd8\x06\x2e\xf1\xcf\x90\x9a\xbb\x87\xe8\x40\x6b\xf7\x1e\xfe\x5f\x66\xde\x3b\x2e\xf1\xcf\x94\x1c\xd8\x4c\x58\x37\x2e\x5a\x07\xf7\x94\x58\xdf\xca\xd5\x76\x89\x9f\xe5\x5b\x56\x0d\xf2\x0f\xb7\xdb\x3d\xfd\xbf\x4c\x6e\xa6\xbc\x70\x63\x4f\xff\xaf\x12\x7d\xf1\x52\x75\xec\x30\x3d\x83\xfc\xcf\x1a\xb3\xf5\xf8\x13\x4e\xb1\xcb\x84\x81\xf5\x78\x19\xe7\x3c\x8a\x9f\xc3\xf3\x1e\x4c\x7b\xe8\xf1\x28\x05\x45\x35\x48\x37\x6e\xf3\x0c\x28\x66\xe3\x26\xce\xef\xca\x34\x4e\x6b\x10\x53\x20\xd6\xe3\x36\xce\x2c\x6d\x54\x67\xb7\x42\x82\x86\x22\x8b\xc7\x4d\x6b\x87\x23\x88\x87\x22\x88\x07\xcb\xec\x0e\x3b\x15\x54\xe3\x22\xce\xf1\x2f\xaf\x97\xc5\x04\xd3\xb7\xe4\xd5\x92\x9a\xb5\x59\x9e\xe0\xb8\x79\xe9\xb3\x97\xe9\xcc\x10\x9f\x71\x8b\x0f\x6d\x05\xdf\x8c\x04\x1f\x8c\x34\x1c\x0c\xe0\x65\x43\x59\xe6\xf4\xbe\xbf\x97\xd6\xeb\x71\x6b\x5d\xdb\x1a\xbd\x37\x8f\xdf\xba\x3c\xdd\x3e\xe6\xa9\xfc\xff\xb8\xb5\xae\x1f\xcb\x19\xba\x72\x0f\x5d\x6e\x6e\x1f\xe7\x74\xb9\x3f\x74\x89\xb9\x1f\xcf\xfb\x43\xb9\xc1\xd4\xce\x63\xfb\x38\xc7\x7a\xfe\xf5\xbe\xfa\xd7\x71\x6e\x3f\xa2\x83\xc6\xf9\x78\xde\x1f\x65\xcf\x93\x7c\x7e\xb6\xc7\xc3\xc4\xb4\xb7\xe4\xb3\x7c\xe0\x06\xab\xf7\x17\x1e\xc2\x97\x71\xd2\x53\x7c\xfb\x7a\x5e\x98\x0f\xff\xf0\xf8\x7d\xfc\x53\xe4\xef\xa0\x2f\xec\xa0\xcf\x00\x1b\x4c\x96\x2c\x3e\x7f\xcd\x87\x4c\x48\x3f\x58\x91\x73\xec\x4f\x6a\xc1\x86\x33\x5c\x3b\x74\xd9\xba\x3f\xcf\x17\xd3\xd0\x1f\xb7\xe4\xc9\x27\xb5\x69\x7f\x4a\xc6\x3c\xd9\xbf\x7c\xe3\xaa\x81\xf5\xe8\xf1\x7f\x5e\x2f\x1f\xb3\x1a\xde\x92\xe7\xde\xc7\x15\x11\x3c\x74\xe9\xb9\x7f\xde\x4f\x7f\xdc\xd7\x74\xb9\xb9\x7f\x1e\xe7\x4f\xe3\xa4\x75\xd3\x91\xb9\x43\x91\xb9\x83\x3e\xa6\x83\x59\xe8\xd8\xe0\x78\x34\x4e\xef\xef\x5b\xfb\xbb\x2e\x3d\xb7\x8f\x8b\xac\x70\x5f\xef\x57\xff\x33\xe4\xd3\x56\x0d\x66\x78\xc7\x7a\x99\x4e\x0a\x34\x19\xd2\xdb\x0e\x8e\x7f\x32\x80\x97\x0d\x26\x74\xc5\xb1\x6d\xfa\xd2\x7f\xea\xd2\x7f\xf0\xb2\x72\x86\x8e\x6d\x33\x74\x6c\xe3\xa5\xe4\x8c\x93\xf3\x55\x0d\xac\x47\xe6\x93\x9e\x8e\xb4\x9d\x2a\x4b\x3e\xfa\x7d\xfd\xdf\xea\xd7\x0c\xb9\xa4\x4d\x05\xd6\x0e\x46\x38\xce\x90\x4b\x5a\x35\x20\xee\x79\x99\x38\xe3\xe2\xb2\xac\x06\xc8\xc1\xbb\xde\x7a\x0c\xe3\x7a\x9f\xb8\x5c\xb6\x27\x2f\xa7\xcf\xc1\x7a\x47\x33\xe4\x82\x5d\x0d\x68\xbb\xfd\xe4\xff\x32\xa3\x15\x1a\x7c\x7f\xf2\xf3\xba\xc9\xca\x1c\x56\x07\x5d\x71\xa7\xf3\x6d\x4c\xd5\xb7\x1e\x4c\x27\x3e\x43\xdb\xd5\x54\x31\xe9\x83\x29\xbb\xeb\x31\x8d\xb3\x7f\x9c\x7e\x66\x8c\x25\x72\x33\xab\xda\xc1\x8a\x6f\xf5\x18\xc6\x93\x38\xc7\x3f\xb6\xfb\x51\xba\xc8\x83\xfd\xcc\xd0\xfb\xca\xa0\xca\x4b\xc0\x19\x33\x35\x4e\x66\x29\x1d\x4c\x3e\x3f\x43\xa7\xa5\x6a\x4c\xe2\x21\xfc\x35\xce\xf4\x9a\x30\x0e\x4f\x16\x6a\x66\x83\x79\x60\xc4\x2e\x93\xe2\x6f\x2a\x9f\xd5\x60\x64\xe2\x8c\x08\xbd\x1f\x3c\x2d\x31\xf3\xe6\x64\xa2\x24\x36\x30\xef\x8c\x40\x9c\xac\x8b\xcc\x06\x73\xb9\x8b\x0e\x3a\xa5\x55\x83\x74\x18\xea\x67\x2f\xe3\xcc\xd6\x7f\x85\xf0\xd7\x38\xc7\x7f\x93\x0e\xc9\xe5\x3a\x59\x29\xb9\x70\x8e\x3f\xcd\x57\x29\xbe\x1a\x21\x3c\x8c\x93\x9e\xe2\x4f\xf9\xd2\x55\x83\xf9\xf9\xc5\x9f\x2b\x34\x8f\x8b\x99\x73\x59\xd2\x7a\x86\x12\x4c\x54\x03\xdb\x27\xab\x32\x4d\x56\xa1\x65\x83\xfd\xcf\x2e\x7c\x19\xc7\x29\x87\xae\xc4\xf5\xf8\x18\x27\xdd\xc4\x9f\xf2\x09\xab\x06\xe9\x93\x43\xf8\x36\xce\xf7\x83\xf3\xf8\x78\xd9\x6b\xdb\x60\x56\xa0\xe9\x5c\x50\xd5\x20\x3d\x83\xe3\x79\xb6\xe8\x86\xe3\x5d\xe1\x21\xfc\x33\xce\x79\x4f\x7e\xef\x1b\xe2\xb7\x97\xdb\xed\xd0\xf8\x5f\xaf\x77\x56\x31\x39\x98\x68\x78\xfa\x32\x74\xea\x32\x74\x30\xef\xd0\x8c\xcf\xf3\xf5\x85\xf2\x41\xf3\xbb\xbe\x34\xce\xed\x6a\xaa\x9f\x6f\xa9\x1f\x16\x64\x3d\x86\xd6\xa9\x22\x37\xa7\x22\x37\x95\xfd\x79\xb2\x8a\x2a\x1b\x2f\xdf\xe7\x77\xfd\xbc\x4e\x99\xd0\x61\x4c\xf5\x23\xdf\xaf\x6a\x30\x8b\x74\xe3\x78\x7e\xa6\x3f\x33\x3c\x1e\x2c\x7a\x32\x43\x3e\x5e\xd5\x60\x9a\xe9\x8b\x74\xfe\x2d\xf1\x03\xd3\x90\x0e\x5e\xf6\x4d\x47\x80\x56\x83\xff\x2b\x7e\xfe\x99\x9f\x59\xda\x74\x4c\xf2\x6d\x7a\x1b\x50\x39\xd2\x41\x5f\xba\xc9\x3b\x56\x36\x38\x1e\xbf\x2f\x39\x93\xb2\x02\xf2\x72\x70\xa6\x72\xbe\x55\x83\xe3\x81\x55\x60\xfa\x12\x76\xf2\xd6\xb5\xf0\x14\xfe\x09\xe7\xb1\x84\x97\x86\xf5\x78\x1a\x6f\xfc\xdf\x10\x7e\x19\x67\xff\x50\xc7\x67\xea\x98\x3a\x59\xcd\xf4\x1c\xbc\x04\xac\xc7\xcb\x38\x93\x0e\xc3\x25\xbf\x1e\xbb\x71\x6c\x9f\xf4\x15\x9e\x2c\x78\xca\x46\x12\xe7\x77\x9d\x92\xff\x2c\x56\x5a\xfd\xa4\x70\x8d\x5f\xc7\x5a\x96\xcc\x98\x29\x57\xeb\x6a\x74\xe2\x53\xb8\xfb\xd7\xbc\x84\xfa\x91\x9c\x64\xa9\xd2\xa6\x62\xdf\x93\xc5\x49\xd9\xc0\x7e\xc1\x7a\xf5\x93\xe5\x45\xd9\x20\x1f\xe6\x2d\xfc\x36\xce\xef\x1a\xfc\xdf\xe6\x71\x32\xf4\x6a\xb0\xbc\xe8\x4c\x59\x3d\xab\x11\xc4\x39\x5f\xd7\x52\xff\x3a\x46\xb2\x8e\xe3\xcc\x6b\x1b\xd7\x78\xb8\xae\x9d\x85\xad\x1a\x1c\x3f\xd7\x75\xca\x97\xab\x1a\x58\x8f\x8c\x64\x9c\x79\x9b\x4f\x58\x68\x65\xb0\x46\x4d\x3d\x6e\xe3\xa0\x33\x7d\xbc\x66\xde\xa6\x83\x0a\x97\xf0\x32\xae\x1e\xa7\x71\x8e\xff\xe6\xf8\xe5\xe3\x35\x99\xfd\xad\x1d\x2c\x3a\x3e\x53\xd6\xcd\xc9\x5b\xe9\x73\x84\xe6\x57\xf9\x01\xab\xa1\xac\xdf\xea\xc7\xe3\xec\xeb\xff\xab\xa1\x30\x59\xce\x11\x0d\xf2\x6d\x0c\xf5\xb3\xfd\xbe\x6b\x2e\x90\x3e\x8a\xd8\x9d\x8a\xd8\x1d\x31\x0f\xe1\xcb\x38\xe9\x23\xbe\x1d\xf1\x19\xe7\x7c\x89\x6f\x87\xf9\x70\x50\xad\x67\xe4\xf5\xf4\x65\xf1\x54\xf6\xba\xc1\xdb\xb6\x7a\x0c\xe3\x49\x5c\xfd\x48\xfe\x27\xd3\xb8\x0f\xde\xaa\xcd\xf4\xfe\x9e\xda\xdf\x23\xef\x3f\xa8\x5f\xa9\x53\x6c\x35\xf8\x37\xa9\xee\x24\x9e\x18\xe8\xdb\x0e\x06\x7e\xcf\x94\xcf\xd6\xe4\xa5\x6f\xe1\x9c\x7e\x9d\x4a\x67\x06\xc5\x0a\x23\x16\xa7\xef\x5c\x27\xef\x5c\xdb\x21\x31\x97\x61\x71\x10\xd4\x6a\xa7\xd8\xc8\xdb\x73\xa6\xfa\x17\x1b\xa5\xd9\x3d\xb9\x5d\xd1\xd7\x61\xf2\x0e\x94\x0d\xa8\x71\x53\xe2\x40\x2e\xe7\xd5\x50\xdd\x25\xf6\xef\xed\x39\x17\x2f\x19\x19\x40\x5e\x8f\xc3\x38\xa6\x99\xbe\x3e\xd3\x97\x98\xd5\x80\x76\x3f\xc5\x46\xcb\xcb\x63\xd1\x5a\x66\xf1\xb7\xbd\xbc\x65\x74\x4d\x8d\x7f\x7b\x99\x6d\x2e\x33\x56\xca\x9e\xbe\xc4\x9c\xbe\xc4\xb4\x98\xdb\x66\x6b\xfa\x42\x8d\x94\x58\xdf\x16\x07\x4c\x30\x31\x52\x74\xd8\x9e\x2f\x26\x92\x18\x2c\x8a\x3c\x7d\x99\x38\x75\x99\x38\x52\xec\xfe\x78\xfc\x4c\x04\x7c\xb0\xfa\xc1\xcc\xc7\xcb\xe6\xe1\xe9\x84\x3e\x10\x33\x1f\x2f\xd7\x87\xcb\x95\x11\x8b\x33\x5f\xd3\x8d\xa5\xd6\x0e\x8b\xa7\xd7\xfc\xf0\xd2\x58\xcd\xfa\x1f\xd3\x97\x7d\x53\x97\x7d\x83\xa9\x2c\x67\xea\xf4\x56\x0d\xd0\x87\x3e\x0d\x33\xe5\x9a\x5d\x0d\x56\x64\x91\x38\xf6\xb6\x9d\x1f\xd5\xd0\x4c\xf6\xf3\xf3\x32\xfb\x71\x99\xd1\x47\xa1\x1e\xb7\x71\xbd\xcf\xf1\xfc\x2c\x2e\x99\x2b\x7c\xf0\x92\x6e\x3a\x90\x78\xf2\x16\xef\x9c\x87\xbe\xeb\x27\x35\x25\x7f\x54\x17\x24\x16\x97\xb7\xcf\x75\x30\xed\x3d\xab\x19\xcd\x25\xab\x6a\x35\xc0\x27\xf4\x39\x98\xeb\x14\x3f\xaf\x93\xfc\x1c\xdc\x26\xd7\xb9\xfc\xfe\x7a\xfe\x57\xb5\x60\x3a\x32\xb7\x1a\xdf\xff\xea\x30\xcd\xa5\xbc\x44\xd5\xe0\x78\xb8\xfd\x38\xd2\xb6\x1a\xec\x07\x56\xcc\xb9\x2e\x89\xad\x75\xc5\xfe\x5f\x6d\xa4\xb9\x2e\x89\x8f\x75\xd1\xba\x23\xf1\xb7\x2e\x89\x1b\x5f\x4e\xd1\x49\x60\xb2\x42\x19\x1b\x8d\x38\xff\x57\x3e\x49\x93\xd5\xb2\x5c\xd9\x65\x2e\xe5\x0d\x9a\xaa\xf6\x34\xe9\x33\x31\x59\xcf\x89\x0d\xf0\x9b\xc4\x99\x23\x61\xa7\x22\x61\x27\x23\x10\xa7\x2f\xb9\xe6\x92\x4f\x52\x90\x6f\x97\x7c\x92\xa6\x6b\x20\x1d\x3d\x84\x2f\xe3\xa4\x1b\xd7\xef\xb2\xf8\xe6\xed\x55\x3b\x98\xb6\x76\x32\xd0\x95\x0d\xce\x3b\xc5\x3a\x8b\x93\xb0\xc1\xfe\x27\xc7\x39\x4c\x67\xc8\xe5\xea\x27\x85\xbb\x1f\xa5\x6c\xa4\x7a\xb1\xa6\xe9\x30\x45\x07\x7d\xef\x94\xba\xa9\xd2\x16\x93\x4e\x08\x93\x01\xb0\x6c\xa0\xf2\x06\x2f\xe3\xa6\x23\x58\x27\x4b\x34\xb4\x83\x3e\x9d\x93\x45\x18\xd8\xe0\x38\xc9\xcf\x6b\x7a\x5e\x58\xbd\xf6\x60\x24\xf8\x64\xf6\x75\x36\x30\x8f\x29\xbe\x92\xf5\x71\x2a\xb2\x75\xf2\xd2\x6d\x3a\x82\x75\x2a\x82\x75\x9e\x27\xc7\xa3\x84\x41\xd5\x60\xa9\x03\x8d\x27\xb4\x4e\x17\x13\xdd\xce\x53\xff\x9b\xa6\x73\x92\x9f\x99\x7a\x78\x2e\x1f\xab\x16\x8f\x55\xf3\x6c\x7a\x5f\xc7\xdd\x85\x84\x82\xe7\xe4\xe5\xf8\x5c\x4a\x75\x5b\x0d\xd2\x81\x6a\xee\x5a\x52\x13\xd7\x22\x5f\xa5\xd6\xdd\x4a\xbf\xcf\x3a\x5b\xbc\xec\xae\xc7\x61\x7c\xf2\x7d\x7e\xaf\x12\x06\x55\x83\xff\x4b\x35\x65\x2d\xa9\xbf\x6b\x51\x3e\x9c\x7e\x7f\x1b\xe7\x25\x66\x6a\x3d\x6e\xf3\x39\xad\x8f\x93\xf9\x2f\xeb\x71\x19\xdf\xc4\xf9\x5d\xdb\x74\xde\xa2\xb3\xfb\x31\x1d\xb6\xe8\x40\x35\x71\xf9\x38\xb7\x74\x9c\x4b\xf1\xe7\x63\xf9\x80\xe2\x9b\xe7\x3c\x79\x5c\x5c\x72\xea\xa8\x06\x71\x1e\x47\x97\x7c\x58\xe7\x7a\xc9\x6f\xbc\xcc\x9d\x8e\x6c\xad\x06\xe9\x23\xdc\x72\x7b\x49\x6e\x4b\x0e\xaf\xcf\xf2\xe4\x63\x51\xa3\x93\x6a\xdc\xfa\x99\xff\x7f\xe4\xff\x76\x18\x1f\xc6\xc1\x3f\xbc\x0d\xab\xc7\x65\x9c\x7c\x8b\x5b\x8e\xe9\x48\xcc\xc9\x48\xcc\x76\x1e\xe4\xb7\xed\xe3\xca\xa6\xcf\xe8\x6c\xe4\x2b\xdf\x92\x4d\xde\x92\xd5\xfb\x53\xf8\x6b\x9c\x65\x61\xb8\x5f\x6c\x65\x5a\x98\x0c\xc9\x3c\x27\x6f\xcf\xa6\x6f\xc9\xa6\x6e\xc9\x4e\xc9\xe1\xdd\x74\xdc\xda\x8d\x45\xd7\xda\x7d\xfc\x41\xfd\xe2\x1d\x16\x1b\xac\xb6\x41\xf6\xda\x8a\x10\x99\xcc\x53\xda\x4e\x06\x90\x4f\x5f\x4e\x4d\x5d\x4e\x9d\x74\xcd\x9b\xbe\x6c\x9a\xba\x6c\x3a\x59\xc0\x65\xfa\xb2\x69\xea\xb2\xe9\xa4\x0f\x44\x3d\x7e\xc2\xc9\x5e\x8d\xda\xf4\xbe\x3c\x1e\x1c\x17\xea\xfd\x14\x7e\x1b\xe7\xff\x92\x7d\xf7\x2d\xb6\xde\x2c\x9c\x39\x99\xa7\xa7\x1e\x97\x71\x4e\xc3\xe0\xf8\x6f\x93\x89\xa7\x8a\xc9\x4b\xba\xb9\x6f\x9d\x4a\x37\x4b\x3f\xce\x36\xf5\xbe\xb6\xc3\xad\xed\x84\x05\x8f\xea\x51\xe3\x67\xed\xc4\xc9\xcb\xb8\x7a\x3c\x8d\x73\xfc\x14\xf7\x5b\x3e\x13\xd5\x60\x15\x38\x8a\x5d\x06\x9c\xb2\xc1\xe2\x53\x14\xbb\xbb\xa7\xe8\x8c\x7d\xa5\xfa\x99\xc2\xb7\x71\x4e\x3f\x4f\x03\xbb\x4b\x6c\xed\xae\xf1\x53\xbd\xd8\xdd\xe3\x61\xd9\xb7\xc9\xfc\x3a\x73\xfb\x94\xb0\xb5\xcd\xf0\x92\x6e\xee\xa1\x65\xb6\xb1\xcd\xb4\xf3\xd0\x77\x0d\x2d\xe3\xcd\xda\x55\x93\x97\xb6\x73\xfb\xf4\xb0\x99\xe6\x6e\x5e\x5a\x06\xc3\xf3\xc5\x9a\x53\xf3\x12\xbb\x7b\xbb\xda\xac\x18\x35\x59\x4e\x6b\x6e\x6f\x57\x5b\xdb\xd5\x25\xb6\x9e\x9e\x47\x6d\x4b\x97\x96\xc7\xf4\xf2\x80\x4f\x46\x8d\x93\xf3\xa2\xc8\xd9\xa9\xc8\xd9\xc9\xfc\x3d\x73\x4f\xcf\x2f\xeb\x0d\x4d\x5e\xde\xcd\x2d\x97\xd5\x6a\x24\x71\xf6\xef\x63\xc6\x66\x5d\xf4\xf3\xd0\xb2\x97\xab\x69\x35\x16\x8b\xa3\x71\x9c\x0a\x0d\xa9\x46\xa9\xf5\xe7\x29\x3a\x87\xf9\x0d\x79\x77\x0b\xbf\x84\xbf\xc6\xf9\xbd\x5a\x77\x61\xbe\x62\x9d\x99\x79\x75\xf5\xaf\xd3\xf3\xc6\xb9\xa5\xfa\x99\xc2\xdd\x0f\x0b\xef\xb0\x20\xe4\x74\x04\xee\x64\x04\x6e\x3b\x4f\x8a\xb3\xed\xe3\xcd\x4e\x8a\xb9\x4b\xfc\x99\xe9\xf7\x29\x2e\x99\x4f\xa8\x1e\xfd\x3e\xb6\xa5\x93\x39\xfe\x27\xb3\xf8\xb2\xb1\x88\x93\x3e\x4a\x0c\x51\x0d\xce\x97\xf8\x36\x3d\x4e\x1c\x87\xda\x49\xdf\x97\xb9\x97\xe9\xbc\x48\xe7\x53\xf3\xbb\xcc\xe7\x38\xde\x9c\xf3\xe2\xa9\x74\xdb\xda\xb7\x61\xed\x6b\xe7\xc9\x63\xd2\x56\xbe\xb7\x6a\xf0\x7b\xb9\x3d\x3b\xcd\x6c\x35\xf8\xbf\xb4\x5e\xef\xd7\xdf\xfb\xea\x7b\xa9\xd6\x6f\x1f\x1b\x36\x9c\x39\xda\x79\x4a\x5e\xbd\x16\xeb\xaf\xbe\x4b\xfc\xf6\x5a\x4e\xbe\xfa\x2e\xc9\x25\x5b\x0d\x75\x79\x74\xb2\xf2\xd2\xdc\xb6\x1a\xee\x4f\xfc\xd0\xf9\xbf\x9f\xf9\xf0\x23\x1f\xf2\x52\x72\x3a\x5b\xf9\x54\xb6\xf2\xc9\x4b\xc6\xc9\xec\xac\x6c\xb0\x00\xa9\xe8\xff\xf3\xf8\x79\xe9\x33\x6f\xad\x2f\x5b\xfb\x36\x32\x1d\xb4\x93\x09\x02\xe6\xf6\x71\x82\xa1\x9d\xed\x64\x8d\xb6\x88\x83\xdb\x64\x30\xcd\x79\xf5\x13\xc2\xbb\x71\xc8\x2b\xa6\x45\x8d\x50\x22\x83\x60\xfa\xf3\xea\x47\xef\x53\x7d\x0c\xde\x0a\xb5\x93\x09\x05\xea\xd1\xef\x73\xbb\xe2\x65\x65\x38\xb2\x32\x14\x59\xa9\x6a\x83\xf5\xd8\x8c\xb3\x3c\x29\xf6\x8b\x7a\xec\xc6\x21\x27\x4f\x98\x0f\x22\xe4\x1c\x12\xcc\x94\x5e\xef\x13\x97\x95\xab\x1a\xaa\x66\x98\xc2\xb7\xf1\xe7\x7f\xe5\x4f\xc3\x99\xd2\xab\xd1\x88\xeb\x7d\xf2\x79\x35\x20\x07\x18\xf9\x18\xa1\xfd\x34\x18\x7a\x59\x78\x07\x7e\x91\x3f\xab\xc1\x7a\xb9\x93\xfd\x28\x1d\x6b\x30\x1d\x6b\x3b\xe9\x9c\x53\x8f\xcb\x38\xf8\x8d\x35\x0e\x22\xae\xa5\xf1\x23\x26\xa3\x70\xbe\x7f\x7b\x5e\xb4\x0f\xde\xc9\xf1\x2b\x21\x42\x30\x2f\x6b\x3b\x99\x2f\x30\x1c\x29\x19\x8a\x94\x9c\xac\x78\x19\xd1\x53\xf3\xce\x44\x3f\x93\x69\x4e\xc3\xb7\x4f\xa1\xdb\xa7\xb3\xb5\x2e\xfc\x36\xde\xf9\x3e\xe9\x20\xeb\x57\x35\x58\x88\xec\xe4\x78\x54\x1d\xa3\x1a\xea\x7f\x0a\x1f\xc6\x39\x4e\xf1\x55\x27\xff\x57\x63\xf1\x7d\xd2\x4d\x21\x17\xd5\xb8\xf9\x3e\xe9\xa3\xfc\x73\xd5\xc0\x3e\xd5\xc5\xb7\xc3\xfd\xc0\x9a\xd5\xce\x76\x37\xe1\xaf\x71\xf0\x09\x6f\xbd\x22\x94\xd0\xa7\x1a\x8b\xef\x73\x9c\x73\x89\x6f\x55\x4e\xae\x1b\xdf\x9a\x5f\x66\x54\x98\xbd\xff\xc1\xf5\x3e\x42\x11\x10\xa1\xcb\xac\xd9\xc5\xd6\x3a\x15\x05\xcb\x82\xb4\xb3\xfd\xc3\xa7\x71\xfe\x7d\x0f\xe1\x8f\x71\x7e\xf6\x20\xf9\x14\xd1\x50\x0d\xf6\x2f\xb6\x96\x2b\x62\x35\xf8\xd9\x83\x9f\x1d\x4b\xe3\x61\x19\x91\xd9\xc5\xee\xe1\x65\xa6\xd3\x55\x17\xbb\xa7\xdf\x87\xb8\x6f\x67\x1b\x21\xfc\x33\xce\xfe\x43\xef\x7b\x79\x24\x97\x47\x0f\x8e\x47\x2e\x87\xd5\xc0\x36\xd6\x93\x6c\xb7\x3c\x0d\x4c\x8b\x37\x59\x5c\xb5\x86\xa9\x7e\xe0\x72\xd8\x4e\xba\xe6\xd5\x63\x37\x4e\xb6\x4b\xe3\xd3\x38\xc4\x53\x93\x18\x5a\x1e\xff\xd2\xf8\x35\x4e\xa5\x63\xad\x06\xc6\x3f\xb4\x3c\xd6\x76\x3f\x14\xc7\xe3\x18\xc2\xb7\xf1\x97\x38\xe9\xb6\x2d\xfe\x36\x4f\x33\x8c\x70\x8c\xd8\x5e\x36\x9b\xcb\x86\x97\xa1\xf5\xf8\x19\xe7\xff\x8a\xdd\xb7\xbf\x8b\xe9\xfb\x54\xae\x37\x62\x9b\xed\x10\x0a\xd0\xce\x26\xfa\xe8\x94\x16\xba\xbc\x3b\xa9\x0e\x06\xef\xec\xd8\x60\x9d\xbe\xc6\xf1\x3f\xe6\xb7\x87\xa7\xc3\xa1\x65\xf3\x98\x7f\x1e\xaa\xef\x54\x1f\x23\x9e\xa5\xff\x85\xb9\xae\x70\xce\xe3\x63\x31\xfd\x50\x4d\x61\x42\x8d\x7a\xbc\x8d\x63\x5e\xc6\x95\xc2\xc3\x38\xe9\xa9\x65\x29\xd7\xcb\x50\x9a\xd6\xc9\x88\xc8\x70\x9a\xd6\x6a\x90\x9e\x37\xfb\xf9\xfc\xfe\xa7\xf7\x3b\xc7\xf3\x59\x6c\x7d\x14\x5b\x97\xc4\xcd\x67\xf1\xf7\xc1\xfa\x78\x5e\xa2\xb3\xd2\xb1\x06\x43\x1a\xdb\x79\x89\xce\x9f\xc5\xfd\xc7\xed\x7f\x68\x7d\x7d\x5b\xf3\xc5\x02\x4f\xe7\x25\x7a\xfe\x3c\x9e\x9f\xc6\x33\xf8\xbf\x3f\xf7\xff\xa3\x7a\x71\x49\x6c\xfd\xbc\xed\xfd\xb8\x2e\x78\x09\x1b\x4e\xa3\x1a\x4a\xa3\x3a\x99\x90\xa5\x1e\x87\xf1\xc9\x7e\x42\xf8\x63\x9c\xf3\x1b\xec\xe7\xd4\xf8\x79\x79\xd4\x4e\x26\xe6\xa8\xc7\x6d\x1c\xeb\x9d\x97\x1d\xe1\xcb\xa3\x6a\x70\x9c\xdc\x86\xb3\x89\xaf\x12\xe6\xbd\x76\x52\x4d\x0c\xa7\x4b\x0d\xa5\x4b\x9d\xf3\xe4\xfb\x17\x4f\xf3\xa1\x9a\x69\xe7\x45\xf9\x90\xca\x1e\x5e\x0d\x7c\x17\x23\x10\xeb\x71\x1a\x87\x7c\x63\x22\x92\xe0\x9d\x0e\x1b\x2f\x71\xd0\xd3\x97\x35\xa1\xcb\x9a\xf3\xc2\xb1\x2a\x52\xc7\xa7\x60\x48\x60\xe1\xec\xbf\x53\xcd\xaa\x06\xe6\x85\x56\xfc\x70\xfa\xd3\xe0\xad\x4a\x3b\xe9\x5b\x16\x8e\xc8\x0b\x46\xe4\x15\x3e\x85\x87\x71\xf6\x33\x0e\xe1\xfa\x5e\x55\xed\x9d\xa2\xcf\x94\x7c\x4b\x15\x7f\x9d\xa2\x83\xf2\xc3\x55\x83\xdf\x45\xb9\xca\x4b\x0f\x36\x58\x4f\x9f\x6a\x19\x03\xeb\xd8\xe0\xff\x4e\x7e\xaf\xf7\x91\xa4\x0f\x9f\xaa\x8d\x86\x23\xe6\x42\x11\x73\xaa\xcb\x1f\x19\x69\x3c\x85\xb3\x9f\x70\xff\x41\x3e\x41\xd9\xc4\x2f\x52\xc7\x83\x6a\x70\x3c\x94\x33\x29\xdf\xbb\x6a\x70\xde\x29\x67\x52\xbe\x77\xa1\x48\xb4\xc9\xf4\xad\x91\x69\x7e\x43\x0c\x59\xf5\x4f\x3a\xa4\xc7\x9f\x94\x57\xac\xd4\x5f\xdb\x8b\xf8\x84\x69\xb4\x67\x50\xce\xe4\x32\x9d\x17\xf9\x93\x79\x22\x83\x45\x56\xd8\x18\xc4\x39\x1e\x39\x39\x04\xf3\x9d\xb6\x93\x09\x35\x22\xe5\x5a\x1e\xcc\x6b\x7a\x4e\x46\x26\x86\xd3\x99\x56\x83\xe3\xa1\xfa\xc8\x88\x25\x36\xd8\x8f\xe6\xd7\xf2\x2d\x9f\x4d\x3e\x19\x5d\xf8\x32\xce\x7e\x34\xef\xaf\xe7\xf7\x15\x5f\x69\xbd\xff\xcc\xcf\x3f\xfd\x2f\xf7\xc1\x54\x64\x74\xf0\x1a\xa1\x70\xfc\x2f\x23\x69\xd8\xe0\xf8\xb9\xae\x9d\xa7\x33\x94\xa7\x53\x95\x4f\x63\xc9\xf7\x3a\x18\xfb\x52\xf8\x24\xae\xfd\x74\x9d\xea\x87\xdf\xb5\x4e\xc9\xb7\x25\x35\x9a\x21\x7d\xb1\xe4\x63\x5d\x8d\x46\x9c\xef\x37\xf1\xd5\x6a\xe4\x2b\x5a\xe5\x63\x5d\x7e\xff\xd2\xfb\xdc\xf7\x6d\xf5\x0f\x5a\xfd\x0b\x9f\xc2\x1f\xe3\x1c\x3f\xe9\xb0\x2e\xed\x77\xeb\xa2\x59\x81\x55\x73\x82\x97\x00\x6c\x60\xfc\x79\xfc\x21\xed\x6a\xbd\x1d\xfe\x59\xf2\x67\x1c\xd6\x2d\xf6\x5a\xb0\xee\xb4\x93\x25\xed\x63\xe9\x2e\x36\x54\x18\x7e\x66\x3b\x84\x87\x71\xb0\x45\x27\xdb\x31\x0b\x25\x1b\x41\x9c\x9f\xa7\xec\xc6\xa1\xb2\xe1\x93\x97\x83\xb1\x54\x1c\x20\x58\x8b\xbb\x9d\x52\x07\x59\xc9\x99\x0d\xe1\x53\xf8\x63\x1c\xdb\x33\x13\x58\xc4\x52\x71\x80\x60\xb5\xe1\xc2\xd9\x8f\x02\x6b\xc3\xb5\x75\x93\xdb\xc6\x92\xf5\xa2\x1a\x7a\xdf\xf8\x6d\x1c\x6c\xca\x6c\xfb\xf5\x38\x8c\x43\x4c\xa7\xbe\x57\xbe\x50\x41\xab\xfb\x39\x19\xa8\x5f\x5a\x9c\xfa\x91\xf8\x60\xda\xd2\x7a\x1c\xc6\x49\x1f\xb1\x4b\x9a\xad\x99\x27\x6c\x32\x22\xaf\x1e\xb7\x71\x88\x0f\x26\xbc\xa8\xc7\xd7\x38\xb6\xbd\xd4\x38\xd3\x74\xa0\x4b\xef\x4c\x8a\xd7\xb5\xbc\x3c\x16\x97\x47\x52\x1d\x64\x60\x0b\x1b\xac\x2a\x4f\xb1\xb8\x2c\x86\x96\xd4\xca\xe4\x76\x62\x63\x7b\x28\x7d\xe5\xa4\x71\x38\x96\x2e\x4f\x83\x21\x2d\x67\x30\x32\xae\x1e\x35\x4e\xd6\xbe\x3d\xbb\xd8\x57\xd9\x99\xab\x81\xba\xc5\x07\xb7\xcf\xb5\xa5\x9e\xae\x0d\xb5\x23\x0e\xaa\x8f\x4e\x5f\x59\x8d\x8f\xb8\xfa\x91\xfa\xb5\xa4\x0e\xd2\xa7\xaa\x1e\xdd\x3f\x2e\x4f\x83\x91\x71\xb1\x94\xb5\x3f\x18\x62\x73\xc6\xd1\xd8\xff\xe3\x79\x61\x76\xfe\xe0\xe5\x5d\x3d\xa6\x71\x8e\xe7\x22\x3d\x1f\xcf\x0b\x5d\x7d\xe3\x10\x5f\x29\x42\x33\x68\xd5\x3f\x83\xd6\xdf\x58\x2a\xf2\x13\xcc\x87\xd9\x4e\x56\x1d\xa8\x47\xbf\x8f\x08\xa0\x93\x3e\x7f\xb1\x5e\xaf\x47\x16\xed\x09\x5a\x7f\x63\x59\xbd\x5b\x1f\xeb\xa2\x33\x12\x39\xf6\x29\xba\xed\x53\x74\xa3\x78\xda\xa7\xd4\x97\xcd\x44\x0c\x71\x50\xec\x6e\x45\xfc\x55\x83\xe3\xe1\x38\xb7\x8a\xb1\x54\x83\x74\x26\x9f\xec\x26\x3e\xd9\xb4\x0a\x04\x23\xda\xea\x71\x1a\x27\x1d\x42\xfd\x6b\xfc\x8c\x1d\x39\x83\x97\x68\x41\xa3\x3b\x1b\x37\xf1\x4b\xf8\x30\xce\xf9\x4a\xf5\xe3\xf1\x4b\xfd\x92\xfa\xeb\x10\x93\xa0\xb5\xbe\xde\x07\xfd\xb7\xb2\xd5\x57\x03\xfd\xb3\xe8\x4a\x3d\x4e\xe3\x41\x7c\x12\xd7\xba\xdb\x30\x33\x9c\x41\x6b\x5f\x6c\xe5\x73\x0a\x9a\xe7\xdb\x39\xba\xde\xf7\xff\x5e\xfc\x5f\x5a\xf5\xc2\x56\xf9\x6a\x74\xe2\x43\xf8\x34\xce\xff\xe5\xf6\xbf\x6f\xa9\x89\xfb\xa6\x9a\x28\xf5\x7a\x2b\x12\xb0\x1a\x1f\x71\xf6\xd3\x4d\x37\xa6\x11\x0e\x46\x98\xc6\x56\xa4\x5e\xd0\x3c\x7c\x06\xeb\x57\xc6\x9e\x52\x07\xb7\xe4\x27\x7d\x16\xc3\x21\x11\xc1\xfc\x88\xed\xa4\x6f\x62\xd0\xe8\xcb\x46\x12\x0f\xe1\x1a\x27\xb3\xc9\xc7\xa9\x71\xa6\xbf\x0b\x91\x7a\x85\x73\x5e\x52\xea\xfe\x4e\x16\x73\x93\x75\x6d\xab\xb2\x62\xb0\xca\x59\x3b\xa7\xe6\x45\x91\xec\xd5\x38\x89\xa7\xf0\xcb\x38\xdf\xa7\x7c\x70\xa8\x41\x35\xf8\xbd\xe2\x43\x5d\xea\x55\x83\xf3\x42\x39\xb6\x7d\x2c\x64\x22\xc0\x76\x4e\xcd\xd7\xe3\xf1\x3f\xb4\xde\x4d\xcd\x97\xb2\xb7\x87\x42\x04\x82\x97\x68\xb1\x7d\x2c\xdc\x8c\xf8\x8e\x76\xa8\x1f\xc9\x31\xe5\xff\x8b\x46\xb9\xb7\xe5\xd3\x59\x8d\xc5\xba\xec\x9c\x17\x1f\xff\x36\x8f\x7f\xd1\x68\x25\xb2\x95\x37\x68\xe5\x2d\x9c\xf3\xf5\x9a\xaf\xe8\xd3\x19\x0c\x41\x0b\x5b\x79\x83\x56\xde\x33\x1a\x8f\x6d\x0e\x29\x08\x86\x14\xb4\x93\x89\x4b\x62\xbf\xa6\xff\x2b\xfa\x53\x7d\xdc\x9f\xbf\x8b\x69\x6c\x83\xa1\x6c\xe1\x5a\x92\xb1\x3f\x96\xeb\x97\xb5\x89\x9e\xf8\x6c\xa8\x1f\x7e\xaf\xd2\xc9\x06\x7d\xed\xdb\x39\x79\x1c\xdd\x3f\xcf\xd7\x8f\x72\xa9\xe1\xb2\x38\x6d\x6d\xad\x06\xe4\x18\x43\xd6\xd2\xd6\xd6\x94\xb5\x35\x18\x11\x59\x8f\x3f\xe1\xac\x49\xc9\x90\xb5\x74\x1e\xbe\x54\x1e\xbe\x60\xf1\xbd\x74\x11\xad\x54\x11\xad\xe0\x6d\x58\x86\x22\xb5\x53\xd5\x77\x83\xe6\x9b\x0c\xf9\x50\x26\x4b\xee\x9e\xc1\xdb\xb0\x74\x1e\xbe\x6a\x10\x07\xbf\xd5\xe3\x32\xce\xef\x8a\xfe\x7f\xab\x5f\xf5\xf6\xeb\x9f\x71\xda\xa0\xfd\xa5\x3d\xff\x53\x9e\xff\xc1\xf4\x9e\xf5\x78\x19\xe7\xe7\xe5\x29\xfc\x31\xce\x7e\x92\x64\x52\x01\xd9\x6a\xb0\x9f\x0c\xe1\xfe\x5f\xd6\x10\xbc\x0e\x7d\x06\xad\x3b\xd5\x08\xe2\x1a\xcf\x76\xff\x14\x73\x8c\x50\x4b\x97\xdd\x4c\xa5\xfb\x0b\x5e\x8a\x25\x6d\xcb\x6c\xb0\x9f\x33\x84\x3f\xc6\x21\x6e\x98\x27\x26\x43\x77\xb7\xc9\x10\x86\xc2\xd5\x0f\xc5\x71\x32\xbf\xdf\x19\x57\xeb\xc2\x35\xfd\x0c\x2c\x0f\x46\x08\x66\xa8\xa6\x64\x35\x3e\xf6\xc3\xf1\xcb\xf8\x5c\x0d\xb2\xa3\xe8\x79\x99\x6e\xba\x9c\xe5\xa9\x2e\xe3\x5a\x9a\xce\x8b\x56\x31\xe6\x9b\xc9\x90\xf6\x5d\x0d\xb2\x7b\xb2\x1f\x19\x99\xd3\x46\x66\xfa\x60\x65\xdc\x1e\xff\x4d\x2b\x1d\x4f\x6f\x19\x72\xc9\x4c\xd6\x15\x2d\x9c\xfd\x2b\xf4\x21\x55\xab\x2b\x18\x21\x98\xd1\xdd\x7f\x57\xff\x27\xfb\xef\x4b\xe3\x61\x64\xdf\x19\xa2\xbf\x22\xfb\xaa\xb1\xd8\x0f\xe9\xdf\x3d\xbf\x5d\xf3\x3b\x38\xef\xca\xaf\x93\x4a\x5b\x17\xac\xcd\x57\x8f\x9f\x71\xf2\xc9\xd4\xfb\x5b\xcb\x8c\x97\x9b\xc1\x08\xb8\x8c\xe9\xe5\x3a\x79\xfa\x64\x7a\xc3\x74\x6d\xaf\x0c\x66\x93\x8f\x4b\xf3\x3e\x3d\xef\x70\x82\x2c\x7c\x0a\x7f\x8c\x93\xdf\x34\x5f\xb2\x0a\x54\x83\xfd\x5f\xa4\x43\x78\xbd\x30\x2f\x5d\x5c\x9a\xaf\xb0\x38\x90\xfa\xce\xbc\x35\x19\x61\x3a\x04\x7d\x11\xe8\x13\x96\x91\x5e\x8f\xc9\xcb\x9a\x10\xfd\xd3\xff\x8b\x3a\xd0\x67\xdc\xa2\x7f\xba\x9f\x54\x3f\x9d\xff\xbb\x2c\x6e\x16\x4f\xab\x21\x3a\xaf\xad\x79\x84\x19\xf5\x8c\xbb\x71\xbe\xb4\x2d\x65\x68\x5b\xe2\x69\x32\x6d\xad\x4c\x5a\x2b\x0b\xe7\x38\x9f\xd4\xbc\x3c\x54\xbf\x78\x79\x54\x8f\xff\x70\xcc\xd7\x7d\x73\x3c\xaf\xc5\xd3\x4b\xf1\xc4\x48\xb4\x8c\xd7\x74\x66\x04\x19\x4b\xbb\xd7\xa3\xbf\x57\xa7\xf3\x90\x9c\x79\xcd\x27\x0c\x1d\x38\x43\xeb\x45\x56\xc3\x0c\x96\x83\x3f\x43\xeb\x42\xbe\x83\xd5\xc0\x3c\xf2\x52\x29\xe3\x67\xf9\xf0\xe3\x76\x9b\x87\xf1\x65\xfc\x21\xce\xf1\xff\xcc\xff\x74\xed\x3f\xe9\xe3\x55\x8f\x8f\x71\x8c\x3f\x4f\xd2\xf9\xc7\x6d\xb5\x1a\x49\x1c\xf3\x9e\xde\x36\xf2\xa0\x9a\x45\x5f\xab\x7a\xbc\x8c\xdf\xc4\x31\x9e\x3c\x69\x6d\xad\x06\xe9\x4c\xbe\x4d\xa5\x51\xad\x06\xd6\x35\xf3\xcf\x65\x4a\xed\x4e\x9a\x15\x0b\xe7\xff\xca\x9a\x58\x0d\xf0\x15\x7d\x52\x33\x87\xfb\x67\x71\xa1\xb8\x49\x67\xd6\x08\x42\x83\xc7\xa4\xec\xc2\xb5\xde\x95\x1f\xab\xe4\x8e\xf0\x34\x4e\xba\xe1\xd8\x9c\xa9\xbc\x92\x49\x9f\xe5\x62\xe7\x26\xfc\x35\xfe\xf1\x7d\xd0\xd3\xf9\xae\x32\xe5\x54\x40\x5f\xd5\xb4\x6b\x73\x35\x06\xfb\xe1\xff\x2a\x1d\x77\x35\x40\x1f\x5e\x96\xa5\xf3\x3f\x25\xcd\x69\xed\x64\xde\xb8\xcc\x74\xff\x2c\x5e\x17\x5d\xf4\x97\x15\x2d\x65\x2d\x0b\xd6\x04\xcc\x4c\xd3\x39\xa9\x8e\xd3\x0c\x51\xaf\x77\xe1\x94\x63\x8c\x80\xcb\x94\xcf\x59\xd2\x99\xf8\x0c\x16\xf1\xab\xc7\x65\x7c\x13\xbf\x85\xbf\xc6\x3f\xe2\xfc\xdf\xe5\xef\x65\xad\xdb\x60\x48\x5c\x32\x8f\x12\x1b\x50\xd7\x3a\xe5\x43\x2e\x8f\x9f\x97\xf5\xd1\xbb\xfe\xd7\x74\x58\x2c\xcd\xcd\x6a\x0d\x99\x0a\x45\x4a\x26\x60\x6a\x67\xa6\xde\xdf\xee\x5f\x7c\xcb\x7d\xdc\x89\x99\x92\x89\x99\x4a\xcc\x9c\xc2\x6f\xe3\x93\xf8\x25\x7c\x1b\xe7\x77\x51\xad\x49\x55\x8f\xa8\x06\xe9\x43\x79\x6e\x5f\xe7\x94\xaf\x73\x30\x4f\x67\xa6\x8e\xeb\x49\xa7\xe7\x1a\x0f\xf9\x64\x7b\x5e\xb6\x0a\x5f\xcf\x29\x3c\x8c\x2f\xe2\x7e\x5f\xfc\xbc\x79\xfc\xe3\x6d\x58\x3d\x0e\xe3\x1c\x7f\xf0\x7f\x1f\x7f\x17\x13\x33\xb5\x43\x7c\xfb\xc4\x30\xce\xf7\xf3\x10\x1e\xc6\x93\xef\xff\xc1\xf5\xbe\xde\x7e\xfc\xb3\x1f\x7f\xc6\xe9\x7f\x3d\xcd\xcc\x6f\xd1\x58\xcc\x24\xf3\x35\xbb\xbf\x64\xf7\x21\x76\xff\x3c\x3d\xc8\xb2\xdd\xda\x21\x36\xfd\xfc\x19\x9f\x3e\xe3\xe2\xf4\x7c\x16\x07\xdf\xd6\xfb\x29\x3c\x8c\xf3\x33\xc4\xbe\x3f\x8f\x13\x11\x4f\x85\x73\x9c\x3f\x4f\xcf\x8f\xd5\xcd\x0f\xb1\xe3\x4f\x6a\x5f\xf2\x92\xa5\x1d\x62\x47\xb9\x54\x27\x6b\x33\x15\xce\x65\xf0\x93\xb6\x9b\xb8\x7c\x29\x1c\xfd\x2f\x6b\xe5\x4b\x5a\x39\x23\x04\xd3\xc5\x97\x52\xc5\x97\x82\x11\x82\xf5\xf8\x1a\x27\x3d\xc9\xa6\xeb\x48\xf7\x43\x2b\xc5\xb8\x8d\x4f\xe3\x41\xbc\x13\x97\x98\x5b\xc8\x4b\x59\xfd\x4c\xe2\xa2\x8f\xf2\x21\x05\x4f\xff\xb9\x54\xaa\xb6\x1a\x81\xf7\xc9\x8e\x36\x02\x57\x03\xcb\x80\x11\x49\x69\x23\x70\xd2\x08\xdc\x1a\xad\x1a\xb9\x2c\xa6\xd7\xa9\x79\x89\x21\xfc\x32\xce\xf1\xe0\x34\x9c\xeb\xd2\xb2\xa1\xb5\xf6\x0c\xa6\xfd\xcc\xa5\x44\x12\xd5\x20\x9f\x70\x99\xad\x8b\xa7\xc3\x64\x82\xa2\xd6\x58\x1a\xb6\x1e\x97\xf1\x4d\xdc\xef\xbf\xc6\x7f\xec\xe7\x26\x2e\x75\x7c\x5d\x2c\x9d\x3e\x26\xc7\x73\x4b\x7d\x5c\x37\x4f\xe1\xbc\x2c\x4b\x17\x53\xaa\x46\x67\xff\xa4\xcf\xed\xf1\xdc\x1a\x0f\xf9\x79\x59\x3d\x5d\x54\x4f\x1b\x5d\x89\xeb\xf1\x31\xfe\x12\xe7\xf7\xaa\x4a\x44\x35\x20\xd6\x07\xd5\x02\xd6\x4a\x62\x83\x74\xe0\x76\x65\xab\x70\xca\x2a\xdc\xe8\x62\x9c\x4b\x3e\x76\xd5\xc0\x77\xcd\x83\xff\x3b\x4c\xff\x41\x6b\x07\xad\x02\xb9\x14\x69\x9b\xf4\xdd\x6e\x8d\x56\x90\x74\xf1\xa2\x94\xcb\x76\x4c\xaa\xc5\x6b\x7a\xbe\xa0\x5f\xb6\x76\x72\x7d\x2d\x5d\x1e\x55\x83\xf4\xe7\x3a\xb2\xb5\xb8\x1a\xa4\x9b\xf8\x47\x69\x15\xab\x81\x79\x99\x3c\x96\xd8\x05\x3b\xe5\x82\x1d\xbc\xbc\xab\x5d\x43\x74\x40\x4d\xbd\xd6\x4e\xf1\x73\xba\x9f\xe4\x7a\x39\xc5\x27\x99\x1a\x4f\xd2\xca\x38\xf5\x5d\xf2\x2d\x4b\x15\x1d\x0a\x46\x20\xd6\x66\x21\xfa\x30\x51\x42\x30\x02\xb1\x1e\x87\x71\xce\xaf\xf8\xd9\xea\x26\x8b\xfc\xb4\xc6\x22\x24\xb9\x1e\xaf\x6b\xc8\xd9\xd6\x9a\xf8\xf0\xd1\xf6\xc9\x2a\x40\x85\x93\x0f\x1f\xc9\x49\x9a\x45\x5b\x6b\xe2\x1f\x25\x4a\xa8\xc6\x45\xfc\x12\xee\xf7\x97\xde\xef\xc2\x3f\xe3\x3f\xe2\x1c\xcf\x6b\xba\xc9\xda\xc1\xec\xff\xb9\x5e\xcb\x19\xfa\xb4\xb5\x46\x35\xda\xd6\xd0\xa4\x35\xb4\x60\x8e\x5f\x69\x78\xab\x11\xc4\xf1\xbf\xfb\xd0\xfa\xda\x87\xfe\x97\x72\x72\x1f\xa2\xcf\x3e\xa0\x8e\xb7\xc6\xff\x75\xe2\x9e\x6a\xb0\x7f\xca\xb7\xed\x63\x21\x9d\x74\xcf\x98\x94\x0f\x5b\x35\x2b\x93\xd6\xbe\xd6\x1a\x8f\x55\x5b\xb7\x2e\xd5\x20\x1d\x68\x5d\xd8\xba\x75\x49\xfa\xd4\xb6\x46\x9f\xda\x74\x75\x96\xa4\xb3\x6c\xe1\x37\x71\xcd\x3b\xab\xb0\x14\xce\x71\x2a\xaf\x58\xd2\x29\xf6\x0c\xa6\x45\xad\x47\xf5\xdf\xd5\x3f\xd5\x8e\xad\xcb\xdf\x6a\xf0\x7b\xf5\xbe\x7c\x86\xaa\x81\x71\x5e\xdc\x1f\xf7\xf4\x78\x26\xc7\x23\x73\xc0\xd6\xe5\x6c\x32\xc1\x4a\xe1\x1c\x8f\x6e\x63\x92\x65\x57\x6a\x5a\xf4\xbe\xfb\x67\xb1\xaf\x60\x2d\xcb\xdc\x72\xda\xa9\xc6\xc3\xf7\x89\xeb\x92\x34\x59\xce\xa4\x35\xfa\xb6\x96\xd6\xa1\xf7\x99\x17\xb3\xd1\x87\x35\xf7\xf2\x7c\x31\xd4\x20\x42\xe3\x59\x1e\x27\xcc\x87\xad\xb1\x06\x65\xee\xa5\x63\x2d\xcb\x9f\x9c\xc1\xc8\xcd\xa4\x11\x91\x8d\x8f\x78\x08\x17\x3d\x91\x76\xbb\xd8\x8a\xdf\x65\x75\x6a\x4b\x9d\x62\x88\x52\x6e\xe5\xb3\xac\xc6\x8f\xef\x73\x3c\x4a\xa3\x9d\xac\x56\xd2\x1a\x7d\x52\xd3\xd5\x4a\xaa\xf1\x12\x67\x3f\xb2\x56\xa6\xaa\x95\x84\x8e\xb5\xfb\xf1\x3c\x3e\x9c\x47\x26\xd0\x49\x27\x22\x49\x26\x22\x29\x5c\xef\x9b\xfe\x8f\xe6\x97\xfb\xc5\xf6\x71\x71\xeb\xb8\x18\x54\x97\xed\x33\x9a\xf4\x19\xad\xf7\xb9\x8e\x3e\xc9\x79\x56\x07\x69\xed\xca\x3f\x58\xbf\x96\xd3\xdf\xad\xd5\x71\x3a\x69\x03\x6a\xc7\xda\x52\x3b\xaa\xc1\xed\x47\x68\x33\x7a\xfd\xf7\x3f\x17\x6f\x3a\x96\x0b\x4b\x2d\x16\x96\xba\x07\x4e\x02\xcb\x75\xa5\x16\xeb\x4a\x31\x06\x61\xb9\xaa\xd4\x62\x55\xa9\x9b\x4e\x38\x6b\x4b\x3f\xa9\x06\xe8\x6f\x34\x8d\x16\xf5\xdd\x31\x8f\xde\x8b\xf1\x0f\x2a\xb7\xbc\xb6\x54\x96\x6a\xd4\x52\xfc\x87\x7a\x70\x35\x03\x37\x9d\x78\xea\xe9\x31\x5c\x3d\x43\xeb\x59\x5b\xc9\xb3\xd7\x86\xf1\x91\xfe\x76\xf5\xe0\x8e\x8b\x39\x6f\xfa\xf5\xd4\x93\x7b\xae\x3d\xe7\x62\x39\xb6\xe5\x32\x58\x8b\x22\xac\x81\x1f\x17\xc5\x18\x1b\x18\x46\x77\xd7\xa6\x46\xa9\x11\xf7\x10\x45\x4f\x13\xfa\x24\x45\xc7\x29\x78\x1a\x4e\xfc\x63\x08\x16\x3d\x20\x13\x6f\xfa\xf9\xd4\x53\x37\x3c\x0b\x9e\x97\xe0\x34\x8c\x91\xcc\x21\x58\x23\xc1\x79\xfa\x66\x95\xa6\x7a\x1a\x86\x41\xeb\xd0\xdb\x5b\xd3\x45\x35\x6d\x1c\x42\x3d\x3e\xd8\x62\x86\xfe\x90\x27\xe0\x6a\xa0\x8b\xe4\xa8\x9b\x59\x8c\xb1\xde\x63\x08\x4d\xa3\x35\x2f\x1a\x73\xf3\x17\x36\x30\xcd\x3c\x48\x6a\xe5\x2e\x5f\x4c\x9f\x76\x33\x2b\x42\x3d\x75\xc3\x1b\xb0\xfe\x30\x1f\xc3\xd5\x75\x1c\x42\x35\xe5\xf0\xb2\xa5\x31\x79\x6d\x59\x3d\xab\x51\x53\x3e\x4f\xf5\xbc\xc2\x70\xad\xee\xe8\x42\x5f\xa3\x35\x89\x53\xab\xa5\x99\x99\x70\xe1\x46\xfb\x71\x3d\xb8\xe7\xe2\xaa\x9b\xb7\x1f\xf5\xe4\x31\x17\x33\xdd\x54\x67\x96\x6b\x92\x2d\xde\xba\xd1\xd6\xbc\x7c\xd5\xb6\x14\x18\x93\xa4\x86\xca\x3c\x2f\xde\xac\xdd\xd4\x7c\x96\x53\xb6\x2d\xa6\x6c\xbb\xe7\xd5\x04\x6b\xd0\xc8\x25\x73\x33\x24\xb9\x9e\xa6\xe1\x28\x16\xbb\x84\x2e\xa3\xa0\xff\xad\x3e\x24\x3d\x98\xb6\xed\x3a\xba\xd0\x66\x14\x3d\xdf\x21\xb8\x1b\xc6\x17\x6a\x61\x28\x51\x68\x35\xf0\x87\x7e\x59\xb4\xc3\x65\x1f\xb3\xae\xd5\x83\xbb\xc0\x8a\xd3\xa4\x5c\x5e\x5a\xb8\x09\xbc\x98\xa1\xb8\x9e\x1e\xc3\x6f\xbd\x9c\x42\x3f\xa3\xf8\x12\xc9\xbb\x3b\xc4\x49\x77\x80\x93\x7a\x08\x9e\x86\xc1\x49\x5a\x87\x4a\x17\xb0\x58\x02\xee\x92\x64\xd3\x05\xe2\xda\x70\x04\xa1\x17\x5e\x3d\x5c\x46\x31\x2b\x5a\x9c\xb7\x29\x7a\x93\x47\x67\x13\xfc\x1a\x06\x2b\x4d\x75\x6d\xd1\x86\x53\xc2\xcd\x9c\xef\x6b\xdf\x16\x62\xf0\x48\x63\x6e\xbd\xe5\xb0\xa0\xb5\x6f\x72\x58\x70\x0e\x6f\xee\xac\x8b\xb9\xee\x2e\xc9\x52\xa5\xc9\xaf\x06\x7a\x16\x97\x2a\x54\x68\x31\x54\x48\x95\xb5\xd7\xee\x5e\xb3\x3d\xd0\x75\x76\xc1\xb7\xe1\xea\xfa\xf6\xcb\xcb\x68\x91\x3a\x0e\x4e\xb8\xbc\xb8\x17\x55\xa7\x3b\xb4\x68\xbb\x17\x2d\x0c\xed\xaa\xa9\xbd\x9c\x50\xaf\x1a\xe8\xe4\x54\x27\xe6\x3c\xa8\x57\x97\x58\xac\x5b\x58\x75\xc8\xfa\xd0\x9c\x77\x93\x09\x57\xb9\x8c\x66\x59\xbc\xce\x65\x03\x3d\x6b\xc5\x29\x58\xa9\x1a\x0d\xf0\x14\x7c\x19\x2e\xd6\xeb\x7e\xd9\xa3\x03\x99\x42\x4b\xae\x7b\x7d\xa2\x06\xce\x25\xa1\x3e\xcc\x63\xc8\xd0\x7f\x49\x3a\x0e\xd3\x6e\x14\xed\xee\xd0\x3a\x94\x37\xcf\xa2\x62\x78\x49\x3a\x0e\x93\x14\x01\xbb\x77\x68\x12\x87\xd7\x32\x22\xaa\xee\xd0\x9e\x3a\x2c\x1e\x71\xd8\xbb\x43\xf3\xa2\xc2\x39\xd5\xa8\xae\x79\x12\xad\xa7\xc7\x70\x0d\x7a\x1e\x42\x45\x25\xd8\x3d\xef\xb8\xd5\xb5\x29\x8d\x10\xad\x3b\x44\x0f\x19\x41\x17\xf3\x0b\xde\xa1\x5d\x4e\x77\x1b\x8b\x11\x5c\xd7\xa9\xe5\x3c\x2c\x37\x71\xb8\xbc\xc3\x74\x32\xa3\xe2\x66\xe3\x62\x59\xce\xe5\xd4\x84\x8b\x2a\xf1\xa5\x9d\x61\x78\xf1\xc3\x77\xfe\x8e\x31\xff\xa0\xf6\xec\x69\x3e\x86\x1a\xcd\xab\x93\xb5\xa7\x77\x5d\x64\x3b\xbc\x43\x7f\x31\xad\xde\xe0\x46\x45\xd5\xba\x97\xef\xf9\xab\x81\x7f\x9e\xe4\xc1\x69\x45\x06\xf7\x2c\x97\xb6\x51\x39\x4f\x55\x03\x13\x17\xb7\xe0\xcf\x30\xfa\x48\x12\x5d\x36\xdd\x6a\x60\x20\x92\x68\xd3\x12\x74\x92\xe8\x5a\x7d\xd3\x44\x9f\xe4\x7a\xed\xaf\xd3\x5c\x0f\xbf\x82\x4b\x1b\xf7\xf4\xf6\x83\x8c\x8b\x77\x4a\xc0\x4f\x2b\x2d\x28\xba\x48\x4f\xd5\xb5\xa7\x89\x8b\x43\xf9\x4d\x93\xff\xda\x61\xea\xe1\x70\x7e\x69\x74\x11\x97\xd1\x1b\x22\xbb\x0b\xee\x86\x8b\x7a\x79\xfa\xed\x69\xb8\xfe\x50\x9f\x12\x16\x96\xb8\x35\x62\xb2\xc4\x7a\x18\x46\x31\xe6\x73\x0a\x4e\xc3\x18\x9d\x56\x7b\x58\x84\x22\xac\xe0\xe6\xfd\xc2\x62\xa2\x48\x36\x2e\xc0\xfa\xc7\x75\x1b\x06\xb3\x5d\x7e\x7b\x19\x46\x27\x5a\xd8\x61\xb5\x07\x89\x3c\x6e\x89\xae\x30\x4d\x11\x17\x77\xf3\x26\xa2\x9e\xfc\xe5\xd8\xd2\x79\x11\x51\x4f\xfe\xf2\xa2\xf9\x6d\x9a\x5a\x11\x44\xd9\xa5\x3b\xb5\x56\xd3\xa4\x86\xfd\xe2\x16\xf1\xd2\xa4\x46\x24\xdd\xad\x05\x92\xde\x95\x60\xd3\xb8\x45\x8e\xb4\x10\xc0\x7d\x9a\x8a\x84\x2f\x86\xd2\xb1\x01\xe2\x69\x37\x4e\x0b\x01\x94\x71\xb8\x45\xa4\xb4\x8e\x84\xc0\xf4\x5b\x22\x31\xbd\xcf\xc3\x93\xe4\x3a\x3d\x64\x8b\x06\x64\x2b\xb9\xb3\xfb\xed\x30\x9c\xff\xfd\x0f\x43\xb6\xea\xe1\x35\x5a\x63\x4e\x29\x92\xe9\xed\x1f\xce\x73\xb7\x64\x62\x5a\x34\x23\x70\xe3\xce\x21\x6a\x58\x5e\xe0\x4a\xe2\xce\xe1\xb7\xfd\x87\x1b\x7f\x38\x84\x6e\xa3\xf5\x81\x9a\x93\xb4\x56\x90\xa4\xbe\x14\xeb\x65\x81\x80\xb8\xfa\x9b\xb9\xf7\xeb\xe9\x36\x5c\xe4\xbf\x8d\xa6\xd1\x85\x97\x6f\xc1\x8f\xe1\xfa\xc3\xdb\xa8\xfe\x10\x21\xf7\x77\x4a\x09\x5f\xd6\x0a\x16\x79\x57\x8b\x76\x99\x77\x17\x79\x57\x2b\x6e\x59\x1e\xe0\xd0\x7c\xa7\x16\xd1\xf2\x96\x8e\x80\x90\x4e\x3f\xbe\x7a\xf2\x40\x70\xd4\xd0\x96\xb9\xfd\x89\x48\xd5\x72\x9d\xda\x1c\xb7\x57\x2d\xae\x31\xfa\x21\x66\xda\xfe\x18\x1c\xc7\x19\xff\xb6\x7c\x06\x5f\x1b\x91\x26\xb7\xf6\x82\xed\x55\x0b\xcb\x57\x3f\x9a\xfe\xd0\xbb\x0f\xea\x5e\xdd\x9a\xf0\xed\x45\x8b\x5b\x8e\x7e\x88\x3d\xb6\x19\x0f\xbe\x8a\xd7\x29\x6d\x6d\x9b\x1e\x70\x55\xec\xb4\xe9\x2f\x9f\xed\xd7\xc6\x15\x47\x3f\x34\x31\xdb\xcb\x13\x81\x2a\xfd\xd0\x14\x6c\x93\x09\x27\xfe\x7e\xe8\x60\xb8\xbd\xa5\xe3\xe4\xdf\x0f\xd3\xc9\xeb\x13\x89\x4d\xfb\xa1\xf5\xf2\x78\x7d\xc2\x77\xbb\x1f\xa2\xc8\x63\x0e\x81\x39\xef\x3a\x87\xe1\x69\x18\xdf\x9e\x42\x97\xd1\x07\x7d\x84\xe0\xcf\x30\xfe\x51\xba\xe7\xe3\xf5\x0c\xff\xc8\x7e\xb8\x6b\x93\xf5\x29\x81\xd6\x0f\xf7\xed\xc5\x08\xfb\x43\x3f\x74\xbc\x79\xbc\x37\x20\x21\xc2\x2d\x56\x7d\x4c\x3f\xd8\x00\xfb\xa1\x5d\xe0\x31\xfd\xe0\x60\x7e\x4b\xf7\x7c\x4c\xa7\x87\x74\x12\x4f\x3e\xe6\x32\x24\x3a\xbf\x75\xc8\x7a\xad\xfa\xbc\xdc\x59\x2f\xa1\x61\x34\xb1\x83\x0a\x5d\x46\x31\x64\x6d\x67\xaf\x75\x1c\x18\x1c\xfb\x29\x6d\xf2\x35\x39\xe0\x66\xd5\x4f\x6d\x19\xaf\xc9\xf1\x52\xc7\xd1\x56\xfe\x5a\xbc\xe1\xb2\xfd\x96\x56\xfb\x7a\x17\x86\x4b\x56\x3f\xa5\x63\xbe\xde\x1a\x70\x03\x4f\x6f\xf7\xe5\xb2\xb0\x8b\x65\x61\xfb\xa9\x43\xc8\xeb\x4d\x18\x41\xba\xaa\x19\xbe\xf6\x6b\xcd\xe7\xa5\xe6\x33\xfd\xb6\x3f\x06\x2c\x79\x36\xfd\xa3\x25\xd9\x4b\xcd\x47\x2a\xc5\x6b\x4e\x45\x96\xf6\x7e\x4a\xfe\xbe\x16\x70\x2f\x04\x5c\x8e\xbf\x68\x3e\xaf\xb7\x74\xa4\x1e\xea\xa7\x0c\x2d\x9f\xc5\x00\x12\xbe\xf7\x53\x47\x89\xcf\x62\x00\xa1\xc4\xfd\x94\xbe\xf9\x59\xd4\xa1\x3a\x49\x3f\xa5\x6f\x7e\x56\x7d\x60\x8c\xea\xc7\x29\xf4\x32\x0a\xbd\x40\x2c\xf8\x59\x3c\xc0\xdf\xad\x9f\xda\x97\x3e\x0b\x02\xf8\x33\xf4\x53\x0b\xea\xf3\x8a\x47\x75\xb7\x6e\x41\xf0\xf9\x5c\x84\xf4\xb5\xd7\xa9\x03\xf9\x67\xc1\x88\x48\xa9\x7e\x6a\x45\x7d\xe6\x7a\xb8\x42\x5c\xa7\x18\xee\x33\xdb\xe3\x2a\xb0\x33\x83\x7f\x3d\xb9\x6f\x52\x5d\x2b\xea\x33\xd5\x71\x41\xd8\x0f\xbf\xbc\x8c\xe2\x1f\xb5\xa2\x3e\x4b\x0d\xc4\x68\x75\x4f\xff\xcf\xd4\xfe\x91\xac\x9a\xe7\x9f\xc5\x03\x22\xb7\xba\x34\x83\x9f\x19\xff\x27\x62\x13\x35\xad\x51\x65\xb7\xfb\xcb\x7f\xa6\xea\x8f\xcb\x41\xc7\xb9\x9f\x55\x25\xc4\x70\xf4\x53\x8c\xff\x33\xb1\x7f\x64\x7c\xb1\xf8\xcf\x8c\xff\xa3\x4e\x24\xfb\xc2\xcf\x3b\x38\xb2\x33\x76\x6d\x09\x3f\x6b\x4a\x08\x1f\xeb\x4d\xb3\xfe\xb3\xa6\x84\x8b\xcd\xde\x8c\xfa\xc3\xc1\xf7\x4d\x47\x8f\x9f\x35\x25\x14\x83\xe9\xcd\x5f\x6e\x11\xf3\x03\xaf\xb2\x84\xc5\xb6\xa3\xe2\x66\x58\x38\xcb\x87\xee\x50\x34\x5a\x35\x36\x5e\x4e\xc1\x9f\x61\xf4\xe1\xb7\x29\x36\x36\x43\xc2\x3b\x7d\x2c\x37\x5d\x16\xd9\x40\x27\x4d\x9d\x50\x6c\x6c\xfa\x2a\xd2\x03\x62\x87\xe2\x5e\x36\x93\x07\x77\x96\x04\xa8\xa7\x34\x8c\x3e\xb0\xdd\xd4\xd3\x6b\x18\x03\xb9\xf5\x8f\xdb\x03\x01\x97\xd1\x5c\x58\x4f\x61\xb8\xe4\x57\x3b\x34\x6c\xb2\x59\x35\xd0\x77\x77\x27\xee\x9b\x84\xea\x1c\xf6\x69\x42\x21\x8d\xa4\x0a\xa3\xd7\xd3\x6d\xb8\xd7\xd7\x0c\xa1\xc3\x28\x06\x32\x0c\xff\x04\x93\x50\x43\x5d\x73\x51\x6f\x7a\x41\xd2\xc7\x63\xbb\xb4\x71\x35\xf0\x87\x33\x04\x77\xc3\x98\xde\x38\x04\x4f\xc3\x75\xa0\x63\xb2\x9b\x7a\x4a\xc3\x0b\x6f\x1b\xd6\x1c\xc0\x7f\xa7\xf3\xfe\x65\x33\xe4\x9e\x0d\x50\x24\xf5\xf6\xfe\xf7\x76\xcd\x98\xa8\xaa\x48\xa2\xcd\x80\xfc\xce\x3b\x96\x1d\x0a\x24\xaa\x46\x75\x7d\x1d\x87\xe0\x6e\x78\x01\x6e\x82\x1f\xc3\xe8\xfa\x16\x2a\x3a\xc1\x26\xd9\x3b\xa9\xa7\xb2\x0e\xd5\xb8\xd1\x45\x0a\x1e\x86\x27\xf8\x49\x3d\x67\x18\xae\x3f\xec\x7e\xf9\x35\xfa\xe1\x65\xfd\x61\xfa\x0f\x21\x11\xa1\x06\xd4\x83\xc7\xbc\xd8\xf3\x14\xec\x9e\xb1\x74\x87\xd1\x6d\xb4\xc8\xa1\xa9\x55\x3c\x40\x35\x6a\x6a\x67\x17\xea\x21\x83\x4f\x79\x7d\xb4\x43\xc1\x00\xd5\x00\x8d\x9a\xbe\x64\xbb\xe7\x9a\x07\xba\xa0\x6c\xbb\x86\x56\xe3\x87\x97\xf9\x25\x97\xd9\x14\x2e\xa2\xfd\xd2\x5a\xbc\xcc\xa6\x70\x18\x65\xb9\xd9\x7a\x98\x46\xeb\x4b\xe2\x12\xba\x8c\x62\x81\x5e\x1c\x86\xaa\x52\x54\xa3\x26\x25\x86\xd0\x66\x14\xff\x77\xe9\xff\xbc\xf6\x91\x05\xa1\x5f\x57\x0a\xf6\x1f\xd6\xec\xf4\x30\x9a\x46\xf1\x29\xb7\x46\xb7\xfc\x87\xb5\x5f\xf5\x34\xea\x2e\x6a\x1a\xfa\x25\x6e\x94\xcb\xc1\xa6\x87\x6b\xa7\x5d\xaa\x9e\x44\xa5\x8b\x54\x12\x83\xdd\xa1\x51\xc3\x26\xd9\xaf\x69\x38\x0c\x17\x3d\x72\x08\xdd\x46\x8b\xfe\xe2\x73\xd5\x52\xaa\x06\x38\x49\xeb\xf0\x36\xeb\xc2\x54\x39\xc4\xfd\x72\x58\xd8\x74\xac\xed\x97\x96\xe1\x6d\x1e\xc5\xbd\xe9\x90\x5c\xba\xd3\xff\x57\xcc\x3a\x0e\x52\xf4\x36\x35\x6e\x18\xe9\x9a\x66\xe5\xb6\x94\x40\x16\x55\x3a\xf0\xd4\xc3\x30\x8a\xef\x0b\xf7\x91\x86\xc1\x60\xa2\xff\x6d\xd6\x85\x09\x74\x9c\x7f\xb8\xec\xda\xce\x76\xbe\x03\x86\x51\x15\xc4\xaf\x27\x7f\xe9\xc6\x78\xf4\xc7\x7b\x1a\xad\x0f\xd5\x76\x72\x5b\x00\xdf\x10\x37\x57\x1a\x7e\x0c\xc3\x20\x7c\x71\x72\xba\x39\x1b\xb7\xc7\x4c\x12\x5e\x0f\xdd\x68\x51\xf6\x96\x5c\xe9\xe6\x6c\xd4\xfb\x66\x50\xfc\xb6\x3b\xf2\x66\x26\xf6\x7e\x1f\xee\xf9\x31\xfc\x03\xac\xb7\xcd\xf0\x70\xfb\x60\x00\xfd\x76\x7e\x8c\xcd\xfc\x18\xe3\x3a\x84\x0e\xa3\x45\xf0\x5b\xbb\x6b\x37\x67\x23\xcb\xd3\xc5\x7a\x4c\xf5\xf4\x19\xc6\x1f\x9e\xfa\x96\x25\xd1\x89\x94\x4f\xfd\x3e\xbb\xe0\xcb\xf0\x8d\x4e\x34\x6a\x4b\x27\xd8\x67\x55\x89\xbf\x9e\xfc\x31\x8b\xe6\x74\x7d\xcc\x16\x9f\xc0\x65\x5a\xf5\xf6\xb7\xb3\x71\x54\xa3\x26\xe6\x32\xba\x8c\x72\xd8\x29\xd8\xc3\xae\xc5\x74\x31\xa6\x61\xc7\xf0\xc4\x20\x85\xc7\xd0\x52\x1f\x71\x19\xc5\x1f\x5e\x97\xe0\x30\x5c\x7f\xa8\xbd\x6e\x58\x83\x80\xdf\xe8\xd0\x98\x87\x89\x3a\x48\x54\xc9\x85\x61\xa2\x22\xef\x6d\xbf\x6f\xf5\x6c\xd1\x0e\xe3\x6a\x67\xa0\x70\x3d\x2d\xc3\xa0\x75\xd7\xdb\x56\x15\x60\x2e\xed\xb7\xf6\x87\xb1\xbb\x61\xfc\xa5\x76\xf9\x61\xc9\x0c\xc3\xa8\xaa\xeb\xef\x98\xfe\x72\xd8\x38\x55\x2c\x7f\xdb\x6b\x7c\xd3\x4d\xbc\xb3\x1c\x43\x3d\x3d\x86\x6b\x5d\x77\xa3\x9f\x51\x74\x2d\x21\x3c\x4d\x11\xb8\xfc\xf4\x3b\xf4\x8f\x96\xab\x30\x7d\xf6\x5b\x0b\x7b\x5a\xa7\x82\x7f\x39\x13\xc4\xef\x98\x96\x0d\xb0\x75\xf6\x3b\xd5\x87\xf7\x2f\xd8\x3a\xc7\xb8\x85\x2e\xa3\x1b\x9b\xbc\xfb\x78\x0d\x7f\x80\xf5\x89\x26\x1f\x2c\x9f\x2a\x9b\xbf\x63\x9a\x9d\x60\xf9\x1c\x23\x84\xfa\x13\x41\xbd\x2e\x76\x0f\x53\x0f\xc6\xce\xde\xc5\xee\xe1\xad\x0a\xc6\xce\x21\x9a\x86\x35\x2a\xd8\x3a\x7b\x97\x08\x09\xaf\x68\x64\xef\x52\xb9\xfc\xed\x12\x01\x9b\xd9\x53\xc6\x74\xcf\x9f\x51\x8c\x43\x22\x24\x4c\x6a\x38\xdb\x77\xeb\xc0\xe1\x85\x0e\x5f\xfb\x21\xf5\x2b\x4c\x53\x58\x3e\x55\x27\xbf\x9e\xba\xe1\x01\xf8\x16\x3c\x0d\x43\x2b\xf3\xc7\x58\x0e\xc3\x20\xda\xad\x35\xca\x20\xba\x59\x5d\xfe\x6a\xda\x95\xc2\xda\x02\x62\x70\x7b\xbf\x0d\xfb\x6b\x48\x55\x6d\x84\x69\xfd\x0b\xbe\x59\xbd\x6b\x23\x4c\x2f\x47\xe4\x11\xbb\xac\x36\xa6\x59\x15\x9e\xcc\xdd\x0a\x58\x9a\x55\x93\x77\x72\xe1\x4e\xb4\xb9\xc1\x0e\x7a\x59\x6d\x4c\xeb\x00\xb0\x83\xf6\xae\x45\x23\xaf\xaf\xcd\x2a\xf5\xbd\x8b\x1b\xd2\xeb\x14\x29\x05\x3a\x23\x90\xb7\xab\x1f\x54\x03\x9d\x88\x54\x69\x66\x85\xa5\x73\x68\xc7\x4a\x53\x0a\x61\xc0\xbd\x7b\x7c\xde\x7c\x60\xbc\x1c\xda\x92\xd2\xf4\x4b\xf2\xaa\x34\x97\xf4\x9a\x86\x17\x4e\xef\xa1\xe1\x59\xdb\xca\xda\x86\xe8\xf9\x57\x0f\x1e\x34\x89\x9d\x1c\xf4\x32\x0b\x2f\xb2\xb0\xde\x5e\x66\x61\xf8\x6f\x0f\xad\xbb\x65\xbd\x0a\xee\x3d\x17\x6f\x9a\xeb\xe9\x31\xcc\xae\xf9\x89\xcb\xbb\x0f\x22\x07\x87\xb4\x8e\x65\x52\xc3\x03\x48\x75\xfa\xeb\xa9\x1b\x1e\x80\xf5\x8f\x56\xb7\x60\x0a\x9d\xc7\x29\xf4\x35\x0a\x4d\xf5\x50\xd7\x56\x30\x60\x20\x9d\xee\xc2\x8c\x0d\xd7\xef\xf9\xef\xdd\x30\x0a\x15\x58\x2b\x7a\x59\x86\x20\x7a\x71\x6a\x13\x54\x62\xd3\xcd\xd4\x3b\x7d\x68\x9d\x2f\x8b\x10\x54\xef\xed\x56\x15\x96\x25\x30\x0d\xae\xd6\x15\xb6\x35\x36\x78\x86\xab\x90\x7f\x3d\x85\xe1\xac\x7f\xf4\xcb\xcb\x28\xfa\xd0\xde\xb3\xad\xb2\xc1\xed\xa9\xb3\x9e\x42\x3d\x89\xab\xe1\xf5\x34\xdb\x1f\x12\x0d\xd4\xbb\x97\x7f\x54\xeb\xc9\xe7\x99\xed\x89\xa0\x9d\x76\x48\x1d\xde\x56\xf4\x60\xa7\x9d\x92\x30\xdb\x13\x01\x3b\xed\x94\x82\xb1\x97\x98\x07\x31\xe4\x53\x02\x66\x5b\x64\xc0\x13\xbd\x0f\xed\x6e\xdb\xaa\x1b\x3c\xb0\xa6\x04\xc9\xf6\xa9\x03\x8e\x58\x53\xfb\xe6\xb6\x12\x06\x2f\xc9\x29\x31\xf2\x98\x85\x91\x31\x68\x6a\x4f\x7f\x4c\x6e\x9a\x62\x59\x72\x61\xc7\x63\x71\x01\x87\xca\x3e\x24\x73\x1e\x4b\x61\x5a\x57\x87\x64\xce\x63\x16\x86\x99\x95\x79\xd1\xeb\xe1\x32\x5a\xdf\xa7\x53\xf7\x63\x56\x85\xed\xb5\x7b\x0b\x7b\x2c\x43\x10\xa0\xda\xc7\x70\xcf\x9f\x61\xfc\xa1\xf6\xb0\xc7\x32\x04\x7e\x9a\x7d\xe8\xd8\xfd\x98\x87\x61\xc0\xed\x43\x67\xb3\xc7\x4c\x4c\x73\xee\x98\xfa\x74\x2b\x50\x0f\xfd\x00\xc4\xae\x8f\x15\x28\xe4\x2d\xef\x0c\x38\xde\xf1\x58\x8a\x3c\x64\x57\x6d\xdf\x8f\xe5\x05\xe2\x5d\xfb\x90\xcc\x79\x4d\x6c\x14\x3e\xee\x16\x67\xaf\x37\x26\x84\xd1\xf7\x29\x66\x7a\xbd\x03\xbd\xa0\x94\x3e\xf2\xf5\xf1\x00\xf6\xd7\x29\xa9\xfa\xe6\xbf\x2e\x8a\x11\x24\x54\x5f\xaf\x69\x1a\x63\xbd\x22\x5f\xb3\x18\x8c\xb1\x53\xa2\xf6\xf5\x3a\x45\x35\xe5\xa9\x0f\x7c\xfd\xdd\xb4\xae\xd2\x79\xa7\x9e\xba\xe1\x01\x58\xc3\x30\x39\x68\x11\x9d\x3a\xd9\x7e\xfe\x6e\x04\x14\x4c\x11\xe9\xf3\x9e\x04\xcb\xe8\x94\x8a\xf3\x59\x75\x87\x61\xb4\x7b\x59\x7c\xde\xa5\xe1\x93\xd7\xa7\xd6\xf4\xe7\x05\xf7\x61\xc1\x4d\xad\xe9\xcf\x3a\x22\x0d\xa2\xf3\x72\x27\x8f\x61\xcc\xad\x3b\x31\x99\x60\x19\x9d\xda\x37\x3e\x6f\xf5\x70\xb7\xed\x53\xba\xea\x67\x21\x47\x7b\xe8\xd4\xd2\xf8\xac\x28\x21\xb4\xb8\x4f\x2d\x8d\xcf\x52\x8e\x86\xcf\x29\xf5\xf3\xb3\xa2\x04\xc3\xe7\x75\x79\x7c\xde\xd3\x3f\x92\x4f\xec\xfe\x33\xf9\x10\x9e\xdc\xcd\x09\x3f\x6f\x33\x28\x08\x3a\xb5\xcd\xfc\xac\x29\xc1\x02\x7a\x5d\xb7\xfb\x48\xc3\x0b\x7d\x84\xe0\x6d\xb8\xb8\x49\xdb\xcc\xcf\xc4\xfe\x91\xd8\x5a\x1a\x3f\x33\x24\x72\x54\x86\xd8\xf4\x67\xd6\x43\x2e\xac\xeb\x12\x41\x7e\x26\x1f\xed\xa1\x53\x4a\xd8\xcf\x8b\xf1\x47\xaa\x8a\xcd\x7e\x96\x6f\xb4\x7c\x4e\xe9\x27\x3f\x6f\xf4\xb0\x7c\x5e\x97\xc4\xd3\xcf\x02\xee\x47\xf7\x1b\x51\xf5\xe7\x9d\x1e\xb9\x2f\xfb\xd4\x96\xfe\xf3\x62\xa4\xe9\x93\xf5\x51\x76\x1e\xd2\x94\x12\x9e\x98\x9d\x19\x8d\xb6\x33\x74\x6d\x66\xe8\xba\xe8\xd3\xba\x5d\x15\xa7\x1a\xe8\x9b\xdb\xb4\xf3\x73\x55\x83\x5e\x43\x86\x7f\x82\x4b\x06\x06\x6d\x52\x69\x43\x29\x4b\xe9\xf4\x38\xd4\xb5\x84\x5c\xd2\x50\x1a\xa7\xc6\xa7\xed\x21\xe1\xa2\xd9\x83\x2b\x2f\x55\x74\xbb\x1a\x17\xe0\x10\xec\xf1\x81\xae\x41\x4d\x38\x0f\x09\xb9\x84\x25\x95\x0e\xc3\xf5\xb0\x8d\xbe\x85\x6a\xd0\x12\x00\xac\xac\xd3\xe9\xc4\xb3\x59\x5e\x87\x0d\xf4\x7c\xa9\x67\x2d\xf5\x84\x1d\xb5\xd3\x27\xb8\x9e\xdc\x75\xe9\x4f\x17\x9d\x6d\xea\xc9\x1f\x83\x39\x08\xae\x53\xd7\xea\xd9\x2c\xce\xd3\xe9\xf8\xbb\xd3\x56\x55\xd6\xe6\xb9\x98\x64\xac\x9e\x96\x61\x50\x84\x5b\x58\x2a\xba\x7c\x33\xbc\x91\x4e\xce\x3b\xe5\xdc\x5e\x0d\x74\xcd\x43\x6c\xca\x91\xb3\x1a\x25\xb8\x82\x1c\x95\xa7\xf6\x9f\x3c\x6b\xff\x61\x8d\x87\x9d\x8a\x43\xaf\x06\x46\xdd\xd5\xf5\xf2\x1f\x2e\xfc\xa1\x7a\x96\xd1\x85\xb9\xd9\x7a\x74\xc3\x9f\x61\xf4\x31\x34\x68\x09\x06\x86\x50\xf6\x10\x9d\x14\x9a\x53\x0d\x70\xdf\xd4\x97\x6f\x8f\x1a\x9c\x1d\x26\xc8\xf6\xf8\x60\x2a\x91\x11\xca\x15\x81\xaa\x81\x19\xe3\x01\x34\x9b\xc9\x87\xdc\xa8\x3d\xa8\x35\x67\x93\x5a\x94\x8d\x54\x8d\x3f\xc4\x9a\xd5\xcb\xe2\xf0\x56\xd4\xbf\xe8\x12\x53\x4f\xa7\x61\xfc\xf5\x3f\x78\x1b\x06\x57\x70\xe3\x73\x29\xa2\x9d\x8d\xbc\xac\x95\xd9\x4c\x49\x1a\x5e\x59\x49\xa1\x9e\xd2\xf0\x02\xac\xf1\x2f\x8f\x1f\x6c\xcb\xd8\xdb\x7a\x9a\x86\x8b\xf3\x6f\xbd\xbc\x4d\x03\xf0\x61\x6a\x65\x5e\xa6\x18\xcd\xa6\xa9\x45\x75\x79\xd1\xc3\x52\xda\x99\x1d\xaa\x9e\xd2\x30\x3a\x11\xc7\x5d\xb2\x57\x24\xe2\xa8\x3a\x0b\xbe\xd4\xd3\x63\xb8\x16\x5b\x57\x1f\xfe\x74\x1a\x3d\x53\x9c\x7f\x79\x75\xc3\xf1\xb3\x33\xb0\x76\xb3\xf4\x12\x1b\xb3\xfa\xd0\x1f\x9a\x20\x34\x7a\xa6\xbe\xf1\x5a\xfe\x43\xac\xee\xae\x9e\xb7\x3f\x11\xcb\x98\xbe\x2b\xf5\xb4\x0c\xa3\x0f\x77\xed\xf5\x0a\x1f\xcf\x9e\x54\xde\xf2\xb6\xcc\xa4\xe1\x34\x25\x1c\x6d\x38\x4d\x18\x4e\xaf\x5b\x13\x76\x4b\xaf\x61\x76\xc0\x9e\xe2\x71\x5b\x43\x13\xe1\x5b\xac\x0b\x52\x0f\xc3\x28\xba\xa6\x56\x92\xaa\xb6\xb8\x59\x3e\xaa\xd3\x13\x64\xa7\x8d\xa4\x79\x17\x75\xbd\x1e\x6e\x8b\x4c\xf8\x78\xf6\x14\xe3\xdf\xcb\x7f\x58\x42\x92\xf5\x96\xea\x61\x1a\xdd\x85\xea\xff\xb4\xe3\x24\xf2\xbd\x87\xd6\xdf\xed\xf5\x07\x17\xcf\x9e\x62\x6b\xdb\x35\x59\x72\xca\x0b\xea\xb6\x64\x84\x5d\xf3\x92\x3d\x31\x6d\xd7\xcc\x9b\x24\xe5\xee\x94\xb6\x6b\x26\xec\x9a\x74\x66\xab\x87\xcb\x68\x0d\x59\xff\xd7\xb5\xb7\x33\x4d\x62\xa7\xef\xca\x4e\xc5\xab\x55\xa3\x26\x5c\x8b\xab\x7b\x29\xc2\x49\xb4\x33\x95\xd5\x76\x26\xc5\xcd\x3a\x57\xe3\xd0\x5c\x75\x73\x29\xaa\x5e\x79\x25\x76\x5d\x8c\x24\x6c\x93\x2c\xe5\x54\x0f\xcd\xe8\x40\x17\xea\xd9\x04\x45\xba\x86\xeb\xd6\xda\xea\x52\x98\x12\x86\xca\xc1\x94\x57\xf5\xf4\x1a\xfe\x01\x26\x1b\x74\xcb\x45\x04\x51\x8c\x43\x2b\xd1\xb6\xc7\x84\xed\x71\x30\x7f\xd5\x4e\xdb\x1e\x13\xe6\xc6\x71\x68\xc9\x0d\xaf\x5b\x18\x1f\x07\x6b\x1d\x6c\x27\x85\xdc\x39\x68\x9c\xa7\xa9\x32\x87\x29\x02\x67\xce\x71\x68\x85\x0e\x6f\xcb\x88\x5e\x1f\x0c\x2e\xdd\x39\x2c\xfc\x51\x56\x93\x3e\x7f\xf5\xd0\x8c\xa2\xeb\xa1\x3e\xbc\x2b\x0f\x52\x6a\x68\x7c\x26\x09\x9c\x39\x53\x7a\xc0\xf0\xba\x45\xb8\xe0\x38\xb4\x30\x86\x39\x12\x36\x4b\xfa\x0d\xee\x1c\xde\x28\x60\xb2\x4c\x6a\xf6\x39\xbc\x57\xc3\x95\x73\xd0\x73\x65\x3b\x6e\x7e\x33\x50\x3e\xa5\x60\x0c\xd3\x74\x90\xa6\x5a\x5a\xd3\x6b\x1c\x2e\x9c\xe3\xd0\x22\xb2\x55\x93\x41\xf5\xe3\xd0\xca\xb0\x55\x93\x21\xf6\x29\x55\x62\x7a\x77\x80\x1d\x33\xa5\x8c\x4c\x6f\xc9\xc8\x93\x31\x0e\x71\xf5\x34\xa1\x27\x39\x52\x5c\x3d\xbd\x98\xe1\xd8\x39\x0e\xb1\xe4\x34\xfd\xe1\xb8\x39\x0e\xf1\xa4\xad\x9a\xcc\xa8\x79\xdd\xcd\x6f\xeb\x1b\x91\xcf\x79\x9c\x34\x6b\xe4\xf4\x7a\x86\xfd\x72\x9c\x22\xdf\xf4\xca\x85\xa5\x72\x9c\x22\x94\x2d\x95\x09\xdb\xe4\x38\xf5\x39\xb6\x49\x26\xb2\x4b\x8d\x53\x4a\x43\x78\x9b\x85\x99\x71\x9c\x52\x0f\xc2\x5a\x4a\x90\x24\x7a\xd9\xbc\x07\xbf\xcc\x71\x5e\x86\xd3\xf0\xaa\xaf\xb9\x34\x10\x4b\x3d\xa4\x7b\x1e\xa7\x36\x8d\x30\x49\xe0\x97\x99\x5a\x1b\xe1\x5d\x14\xf5\xba\xc7\x29\x6d\x29\xcc\x65\x28\x93\x9a\xee\xd9\x74\x82\x49\x72\x9c\x5a\x03\xe1\xd5\x18\x24\x1f\x4f\xf6\x19\x26\x5f\x90\x4e\xda\x1d\xd2\xbb\x28\x5c\x29\x07\xc3\x42\xeb\x69\x1a\x8e\xfa\xc7\x10\xba\x8c\x62\x78\x92\xbf\x69\x6d\x04\x8e\x97\xe3\x14\x53\xda\xf4\x98\x09\x75\xe3\xd6\xbe\x98\x96\x71\x30\x3d\x8e\x53\xbc\xaa\x12\xab\xd5\x00\x33\x68\x63\xb4\xe9\x31\xe1\x64\x39\x4e\xc9\xda\x34\xa1\x60\x7a\x1c\x67\xfe\x21\xd3\x77\xbd\x9c\xfe\xd5\xc2\xaf\x2e\xc1\xdb\xf0\x83\xbf\xd6\x88\x2c\xed\x92\x84\x4c\x51\x4c\x16\x4b\x66\x80\xb8\xe8\x48\x58\x4f\xa6\x18\x8e\x87\xb7\x66\x23\xbd\x57\xc3\x0a\x39\x9a\x64\x8f\xad\x90\xac\x40\x77\xe9\x8a\x23\x97\x67\x03\xd9\x1c\x46\x93\xe0\x58\x16\xf4\xb0\x03\xb2\xba\x51\x3d\x7c\x46\xd1\xb5\xf4\xf3\x65\x75\x64\x95\x7c\x1b\x0c\x1a\xdb\x69\xfb\x5f\xc2\xe2\x37\x74\xaf\x95\xcb\xdf\x0e\xfb\x5f\xea\x63\x96\x15\x0f\x78\x56\x0e\x86\x87\xd5\xd3\x30\x3c\x01\xfb\xed\x34\x8c\x51\xeb\xd3\x97\xf5\x11\x38\x5c\x8e\xa6\x6f\xdc\xfe\x74\x98\xfc\x46\x13\x23\x6e\x6f\x88\xf0\xb1\xbc\xee\x71\x0a\x56\x27\xb0\xde\x0d\xb9\x65\x38\x8b\x44\x35\x30\x92\xa9\xbe\xbd\x06\x77\xa2\xef\xe9\xb7\xdd\x77\xb2\xef\x5b\xb0\xfb\x06\x6f\xc9\x5d\x23\x6d\xcd\x4b\x24\xfc\xbe\x6e\xff\xa5\x59\x0e\x4e\x97\x83\xc1\x4f\xdb\xf9\x26\xaa\x81\x79\x1f\xee\x64\x19\xc6\xe4\xf0\xd6\x27\xb7\x17\x27\xec\x7d\xa3\x89\x03\xb7\x17\x27\x9c\x32\x47\x93\x80\xdc\x26\xec\x26\xf3\x48\x1d\xb0\xfd\x2f\x61\xff\xb3\x42\xf7\xf8\x00\x06\x8b\x5f\xea\x28\xf3\x58\xe0\x21\x6e\x7a\x5c\x52\x6c\x1e\xab\x79\x30\xed\x0d\x79\x60\xe4\x63\xb2\xc2\x76\x37\x2e\xed\xe4\x8f\x09\xf5\x94\xd4\x1a\x97\x4e\x99\x8f\x37\x50\x64\x9a\x1b\x97\xa4\xa6\x8d\x74\xcc\xcf\x9b\xda\x3f\x1f\x13\x04\xa6\xbb\x71\x5d\xee\xe3\x5f\xd7\x1f\x60\x7d\xcc\x92\xec\x78\x6a\x27\x4d\x6d\xab\x8f\x97\x1e\x32\x98\x8f\x4b\x3c\xac\x18\xd2\x6a\xe0\x0f\x35\x68\xb3\x1f\x12\xd9\xd1\x77\x79\xa7\xcd\x79\xf9\xf2\xe6\x53\x6b\xfd\xb5\xee\x86\xec\x76\x29\x76\x7a\x4d\x3c\xd4\x35\x1c\x97\xce\xa3\xaf\x75\x92\x97\x34\xed\xee\x5a\x7f\xf8\x92\xa6\x52\x3e\x6c\x12\x4c\x44\xac\x26\x8d\x27\xf9\x5a\x75\x86\xa7\xe6\xb8\xc4\xee\xaf\xf7\x55\xd8\x04\xc7\x25\x4e\xb5\x51\x90\xe9\x3f\x72\x6a\x1c\xa6\x3f\x4c\x85\xe3\x92\x92\xfc\x5a\x81\x81\xab\xe6\xb8\x24\xa5\x5f\x0b\x3f\x24\xf2\x1c\x72\xa0\xc8\xd7\xaa\x0a\x4c\x88\x19\xfa\x72\xaf\x74\xf8\x4b\x8e\xeb\x1f\xfc\x18\x2e\x41\x24\xa6\x7e\xad\x94\xc0\x82\x38\x2e\x69\xc9\x9f\x95\x92\x4f\x97\xcc\x87\xe0\xcb\x70\x91\xfa\x1f\xda\x8d\x82\xd4\x52\x28\x3e\x93\xfa\x23\xa9\x25\x83\x3f\x6b\x30\xa8\x3c\x96\xff\x5e\x16\xd3\xc0\xde\x98\x52\x3e\xe4\x7f\x59\x0d\x2c\x67\x7d\xca\xe7\x09\x80\xdd\xd1\x9a\xf6\x67\xfa\x7f\x5c\x00\x32\x19\x7d\x5e\x00\x1f\x36\x71\x66\x26\xaf\x27\xff\x21\x52\x4b\x1e\x12\xee\x9f\x25\x30\xac\x90\xe3\xfe\x07\x87\xe1\xc4\xdb\xfa\x16\x4b\x60\x26\xa8\x3a\xa4\x59\x7e\xde\xdd\x61\x9c\x1c\x72\x4f\xc8\xcf\x4b\xe0\x43\x7c\xf8\xa1\x85\xfb\x79\xbe\x60\xb3\x1c\xb7\xb4\xa0\xcf\x02\x04\xfe\x99\xe3\x96\x3d\xea\xb3\x6e\x89\xba\x99\x97\xae\xa4\xf3\xf3\x8a\x81\x29\x73\xdc\x5a\xfd\x36\x65\x26\x4c\x99\xe3\x96\x2a\xf5\xb3\x32\x00\xbf\xcc\xc1\xa8\x88\x9d\xb6\x43\x26\x1c\x33\x87\x9c\x08\xf2\x67\xc9\x02\x1b\xe3\xb8\xa5\x34\xfd\x2c\x6b\x91\x8c\x71\x78\xd7\xfc\x59\xe1\xf9\x91\x26\xcd\xf0\x67\x18\x7f\xa9\x63\xf2\xcf\xbb\xd5\x0f\xb9\x0f\x0e\x9d\xed\x7f\x16\xaa\x30\x2d\x0e\xef\x28\x3f\xf3\x30\x6c\x8c\xe7\x41\xad\xce\x89\x66\xaa\x71\x02\x4e\xc1\xd3\x30\x26\x8d\x96\xb4\x75\xe8\xe3\x17\x4c\x8b\xe3\xe6\xd2\x73\xf6\x99\x6a\x80\x4f\xb8\xf4\x96\x8d\x88\xcc\x36\x33\xe8\x6f\xbe\x99\x72\x86\x0d\xf6\xad\x91\x68\xb7\x5a\xb0\x26\xaa\xba\x5b\x3d\x7d\x82\x21\x84\xef\x50\xdf\xcb\x7d\x23\x0a\xe5\x4f\x6e\xd0\x9b\x59\x6d\xd8\x00\x1b\xdd\xfa\x2c\xed\x71\x2c\x60\x3a\xe4\xc2\xb0\xec\xd2\xb9\x50\x58\x6f\x88\x5f\x96\x4d\x92\x8b\x55\xc1\x19\x58\x50\x4f\x26\x02\x67\x29\x44\xc9\xed\x81\x62\xeb\xbb\x53\xe3\xdf\x1e\x09\x19\xfa\x16\x11\xb6\xe9\x8e\x3c\x3b\x0c\x43\xa8\x27\xd3\x9d\x73\xca\x8d\x72\x29\x5e\xbc\x1a\xd5\xb7\x3c\x21\x96\xca\x84\x57\x63\x00\x6e\x82\xa7\xe1\xf8\xef\x7f\xae\xce\xf5\xb9\x4e\xc9\x9a\x05\x9f\xcf\x21\x07\x89\x75\x4a\x50\xb0\x8a\xeb\x90\x2b\xc4\xb2\x9d\x71\x9d\x9c\x25\xaa\x31\xeb\xf4\x2c\xc1\xfc\x38\xe4\xf4\xe0\xdc\xee\xd5\x28\xf6\x97\xd3\x03\x33\xbd\xb3\x01\xce\x25\x43\x2f\x3b\x8c\xb2\x40\xec\x90\xd7\xc3\xb2\x67\xe8\x82\x67\xe8\xe8\xe2\x5c\x7b\x86\xae\x93\x8b\x65\xe8\xe3\xb7\x69\x02\x7a\xf7\xcb\xb0\x3f\xa7\x28\x7c\x31\x5d\x5a\x3d\x85\x61\xd0\x7b\xe8\xe3\x4d\x6f\x18\x31\x47\xbf\x34\x12\x49\x0a\xa6\xa4\x1f\x9d\x9b\xb9\x33\xd2\x57\x03\xe3\x16\xe7\x36\x99\x9a\x16\x82\xdb\x2f\x53\x50\xe5\x9e\x36\xcb\xda\x5e\x72\x26\x59\x8a\x75\xdf\x0b\x09\xa1\x47\x17\x43\x28\xa8\x7d\x33\xab\xfd\x90\x93\xc4\x6a\xd2\xf8\x16\x7c\x46\x47\xd7\x34\xd8\x78\xb9\x68\xbc\xec\xa7\x46\x22\x39\xbe\x60\xae\x1c\x4c\xe1\x5e\x4f\xee\x04\x1c\x2b\xff\xd0\xd5\x4c\xc1\x46\x0a\x6a\xd9\xda\xe7\x73\x35\x7e\x3c\x77\xf4\x65\x37\x4e\xe6\xd9\x3f\x99\xee\xba\x9e\x86\x61\x50\x50\x4b\xea\xf2\x57\x5e\x64\x36\x5e\x60\xad\xcb\x92\x02\x4e\x9a\x43\xde\x09\xcb\xbe\x99\x4c\xf7\x34\x98\xb2\x7c\x2f\x45\x9a\x6f\x26\x73\x1a\x43\x1c\x7b\x69\xa3\x59\x17\x37\x9a\x50\x27\xd2\xc0\x98\xe2\x69\xc8\xf1\xd0\x19\x9e\xaa\xf1\x01\x26\x61\x2f\x2f\x57\x18\x21\xc7\x38\xd5\xb7\x97\x2b\x4c\x92\x63\x70\x47\x59\x97\xd9\xe7\x22\xfb\x48\x42\x28\xda\xbc\x1a\xf5\x95\xac\x98\xb3\xd7\x6d\x9a\xc0\x24\x39\xe4\xeb\xe7\xdc\x51\x9b\xb9\xa3\x86\xdc\xf7\x96\x9d\x39\xd7\x4d\x3e\x11\x0f\xda\x9b\x93\xe5\x06\x86\xdc\xfa\x9c\x68\x6a\x33\xd1\xd4\x65\xd6\x54\xbc\x79\x35\x30\x12\xb1\xa6\x7d\x31\x17\xac\x8f\x63\x48\x84\xdd\x5e\x80\x37\x09\x2b\x1e\xb4\x33\x26\x6b\x13\x0c\xe6\xfe\xda\xce\x55\xb5\x99\xab\xea\xea\x12\xa6\xb7\xcc\x3d\x8b\x01\xe7\xfd\xd6\xb8\xbd\x00\x61\x6a\x1c\x43\x3c\x68\x53\x23\x13\x5b\x9d\xb2\x91\xac\xdb\x14\xbc\x49\x41\xfa\x39\xaf\xee\x95\x86\x74\x3c\x63\x50\x41\x5e\x76\xad\x64\x3a\xac\x31\xc4\xc8\x0a\x39\xdf\xac\x8b\x3c\xe4\x5c\xb5\xba\xf7\x1f\xf8\x3c\xaa\x2c\xe2\x76\xb5\xe4\x6a\xa0\x13\x7a\x1e\xaf\xee\xb5\x03\x57\xc8\xa1\x6b\xf3\x65\x0f\xc8\xd5\x49\x2a\xf1\x77\x37\x0f\xc2\xb0\xa8\x52\x89\xf5\xa4\xcf\x41\x3c\xf9\x18\xd4\xd1\x56\x37\x57\xa1\x00\xff\x29\xdb\xce\xea\x26\x15\x3c\x20\xc7\x94\x58\xef\x5e\x80\x70\x7a\x1c\xba\x7b\x5f\xb6\x37\x2e\xda\x1b\xa7\x56\xc3\x30\xa9\x68\x6f\x64\x92\x8c\x7a\xba\x0d\xf3\x2f\xbb\xe0\x34\xbc\x00\x87\x60\x7d\xfc\x40\xd2\x71\x06\x2c\xd5\x53\x33\x8c\xbe\xb5\x76\x6c\x9d\x64\x96\xb1\x31\xb5\x76\xec\x05\xb9\xe0\xf7\x38\x26\x6f\xf6\x96\xad\x93\x0b\xd6\xc9\xcb\x42\x69\x78\x2f\x86\xc1\x71\xc8\x03\xc5\x09\xca\xaa\xf1\x62\x24\x86\x3f\xc3\xf8\x78\xe9\x29\xf6\x99\x5c\x28\x0d\x3a\x74\x05\xbf\xec\x33\xb9\x60\x65\x1c\xba\x82\x67\xf9\x6a\x36\xd8\x37\xf9\xdb\x3e\x93\x2a\x57\xcd\x18\xe1\x7a\x6a\x86\xf1\xf1\xb7\xe1\x30\x8c\x99\x57\xdf\x76\x9a\x54\x42\x34\xd9\xc1\x96\xbd\x23\x59\x55\x63\x4c\x2d\xa9\x69\xd6\x9c\x64\x4d\xad\xcb\x69\xb1\x8e\x78\xf1\xf3\xd4\xba\x9c\xe6\x41\x56\xea\x61\xfd\xc7\x7a\x4a\xc3\xe0\x93\xfe\x97\x5b\xb2\x35\xad\xd5\x20\x80\x5c\xc5\x21\xeb\xc9\xe3\x07\xe7\x32\x71\x46\x3d\xdd\x86\xf9\xd7\x1a\xbf\xd5\x17\xd6\x02\x62\x8e\xfa\xbd\x6c\x95\x64\xc5\xed\x53\xd6\x36\x27\x79\xdb\x2c\x09\x32\xa6\x56\x73\x78\x35\xc3\x81\x72\xcc\x7f\x6f\xa7\x61\x4c\xb5\x74\xcf\xb0\x9e\x12\xa4\x24\x0f\x89\xae\xe1\x5d\x0d\x4c\xb5\x56\x73\x78\x35\x07\x97\x16\xed\x6a\x2b\x2c\xc7\x03\x72\xfc\xd4\x26\x16\xfb\xdf\xdb\xb5\xf6\x75\x39\xbe\xec\xa1\xb8\x60\x2e\x1c\xba\x05\x5f\x69\x0e\x48\x72\x00\xed\x2a\x2b\x2d\xc7\x59\xed\x9b\x55\x28\xf7\x4a\x19\x59\x17\x7c\x12\x47\x34\xc3\xee\x1b\xf9\x4f\x65\xf8\x73\xb5\x92\x6a\xe0\x2f\xa5\x1a\xa5\xbf\x12\x1e\x8c\x43\xf7\xe0\x2b\xcd\x2f\x2c\x8d\x74\x86\x46\xe2\x8f\x47\x60\xf7\x60\x8e\x8b\xed\xb2\xe3\x9b\x15\x4f\x46\x68\x47\x49\xeb\xca\x49\xee\x4a\xc3\xd3\x30\xbe\x52\xfa\x6c\x9a\x4f\x10\xc3\x3d\x74\x6b\xee\x2a\x28\xd5\xc0\xcc\x4b\xbc\xa7\x55\x0c\xda\x18\x99\xd0\xa2\x9e\xba\xe1\x01\x38\x05\xfb\x2f\x91\x73\x96\x95\x00\xea\xc9\x5f\x09\xc1\xa7\x7b\xd3\x65\x1b\xe3\xa2\x8d\x51\x11\x24\xac\x91\xce\x46\x7d\x0e\x03\xd6\xea\x69\x19\x2e\x3e\xd1\x9d\xe7\x5a\x5e\xb6\x70\x75\x1c\x21\xb5\x6b\x59\x4f\x59\x9c\x34\xda\x3a\xd6\xf2\xa4\x21\x7b\xed\x65\x65\xc7\xbe\x8e\x8b\x66\xcd\xd0\xda\xb1\x59\x73\xc1\xac\x79\x75\x29\x0d\xf6\x5f\x64\xa1\x97\xab\x8b\xb0\x36\x60\xb2\x1a\xbb\x8a\x74\xd6\xd3\x36\x8c\x0c\x5e\x34\x99\xae\x65\xad\x06\xae\x8c\x23\x86\xe1\x9f\x60\x24\xd5\x57\x48\xdd\xb2\x07\xe3\xa2\x61\x53\x17\x8b\x6b\x79\x35\xb0\xd2\x60\xd3\x1e\x61\x0b\xe6\x82\x87\xe3\xd0\x85\xe3\xda\xd6\x6a\x36\x57\x83\xe8\xbd\xbd\x5c\x69\xef\x0c\xed\x9b\xb6\x77\x2e\xda\x3b\x15\xa3\xb2\x6c\xef\x64\x42\xc5\x11\xa2\xe0\xb6\x56\x03\xc3\xe7\xa5\x20\x95\x65\x27\xc5\x05\xc3\xe7\xd9\x74\xac\xd8\xde\xc1\x37\xf9\x5b\x5a\xe4\x36\x7f\xd3\xde\x19\x62\x9f\x6d\x7a\xd3\xb0\xa9\x3b\xfa\x65\xf7\xc5\x85\x68\xf2\x91\x87\x46\x62\x8e\xa5\x05\x33\xa5\xcc\xdb\x82\xc9\x7c\x8e\x23\x4d\x2a\xef\xc9\xb4\x60\xa6\x14\xc0\xc7\x7b\x32\x9c\x16\x07\x73\x5d\x6f\x27\x7f\xdc\x4c\xf2\x38\x74\xe1\xb2\x94\x23\xb7\x1a\x2f\xbe\x92\xa4\x7a\xbc\xf9\xc2\x11\x71\xa4\x56\x9a\xfd\x0f\x59\x1f\x67\xa4\xb4\x31\xdb\x30\x17\x1c\x11\x87\x8c\xe8\xcb\xfe\x87\xac\x9d\x3f\x58\x44\x69\x3b\x1d\xe4\x5e\x0f\xbf\x52\xfc\x6d\x03\xe4\x62\x09\x45\xd9\xd6\xd7\xe3\x05\x08\x53\xe3\xd9\xf4\x97\xaf\xbf\x12\xd6\xc5\x91\xd2\xdd\x5e\x6b\x1e\x4c\x29\x29\xe3\xba\x8b\xee\xef\xf5\x42\xc5\x90\x15\x9d\x25\xf8\xd9\x40\x27\x53\x7d\x7b\x49\xc1\x90\x38\x64\xb1\x5c\xaf\xe5\x20\xed\x87\x29\x4d\xef\xf5\x39\x13\xb6\xc1\x53\x36\xf7\xf5\x5a\xc5\x40\x98\xf6\x90\xf1\x6f\xd9\xab\x90\x25\x7f\x46\xea\x00\xff\x5a\x97\x78\x49\x13\x1d\x59\xec\x56\xb8\x5e\xce\xbc\x54\x3a\x9b\x0a\x17\x4c\x85\xd7\x10\x6b\xda\xad\x70\xc1\x3a\x78\x0d\xcd\xfc\xe7\x1d\x10\xe6\xbf\x79\x88\x07\x3f\xaf\x06\x98\xf6\xe6\xa1\xc5\x6d\xc7\xc2\x05\x0f\xc2\x29\x23\xd8\xb2\xab\xe0\xa2\xab\xa0\xcf\x0f\x9f\x8f\xe4\x88\x96\x9e\x32\x26\xad\xcf\x1f\xff\xd1\x4d\x5a\xcc\xf6\x99\xed\xe1\x34\x38\x0f\x77\x62\x79\x82\xb0\xe8\xa9\xcb\xec\xf5\xf9\x7c\x0c\x93\xd9\xd4\xf5\xf4\xb2\xc9\x6c\xfd\xb0\xcf\x37\x4d\xda\xcf\xfc\x0d\x87\xbf\x69\x5b\x87\x2d\x69\x0b\x9e\x7d\xd3\xb6\x8e\x9f\x3f\xfe\x57\x32\x78\xea\x8e\x7b\xfd\xbc\x5f\xc2\xd2\x76\x36\x4d\xf1\xcf\x1b\x23\xf2\xd3\x4f\x5d\x7d\xaf\x9f\x57\x03\x8a\xd6\xcd\x43\xda\x8c\x1d\x00\x17\x1c\x00\xe7\xd1\xf3\x2f\xaa\xd1\xcf\x8b\xe5\x47\x4a\x4a\xab\xb1\x7f\xe0\x82\x11\x6f\xda\x76\x60\x8f\xbf\xf5\xdb\x20\xb0\x58\xf4\x67\xa1\xfa\xa3\x50\x0d\xc3\x1e\x28\x5c\x9d\x75\x57\xbd\xec\x08\xb8\x7e\x1b\x44\xa0\xd2\xe0\x94\x8b\x9b\x49\x16\xa7\x8e\xb8\xfb\x90\xe6\xb1\x69\xad\x63\xce\xb9\xcd\x04\x8c\x6c\x40\x80\x90\x73\xf7\xa1\xa5\xb5\x91\x13\x7a\xea\xd0\xba\x55\xc0\xa5\x1a\x81\xb7\x87\xe0\x34\x0c\xc6\x70\xdf\xe9\xbe\xa1\x92\xb2\x38\xeb\xde\x36\xcb\x6d\x44\x49\xcf\xc3\x7f\xa9\x85\xc8\xb4\x8c\xa7\xae\x63\xf6\x21\x5d\x62\xc3\xd2\x76\x2a\x4e\x76\x1f\x52\x1a\x36\x4b\xc0\x28\xf4\xd5\x89\x17\x37\x13\x2f\xce\x23\x35\xee\xed\x4e\xa0\x1d\xe8\xf2\xc6\x99\x64\xab\x81\xa9\xa6\xd4\xdf\x76\xe3\xdb\xa8\x27\x73\x2a\xa0\x75\x9f\xd2\x0e\x36\x6c\x67\xaa\xbd\xba\x9d\x79\xb1\x1a\xc5\x5d\x3a\xce\x6d\x7b\xf7\x6d\xd4\x9c\x99\xe7\xe1\xbe\x1f\xc3\x2f\x3a\x19\x82\x3f\xc3\x3f\xc4\x1a\x90\x26\xaa\x70\xb0\x99\xbe\x71\x9e\xdc\x51\x9c\xbe\x71\x33\x4f\xe3\x64\xa2\x89\x7a\x72\xdf\xc9\xbe\xf5\x97\x3a\xc8\x33\x61\xe3\xd4\xb1\x68\x3b\xc6\x7a\x33\xc6\x9a\xd9\xb7\xeb\x29\x0d\x63\x24\x97\x3e\x7e\x7b\x24\x20\x2c\xd3\x3d\xec\x6d\xdb\xd8\x86\xef\xde\x3c\x6f\x75\xb2\xfd\x39\x20\xec\xc9\x65\xeb\xbc\x8e\xd5\xc0\xe7\x70\xd9\x6e\x15\x3d\xaf\x06\x08\xcb\x93\x98\xf3\x3d\x56\x63\xe1\xed\x2e\x78\x1b\x7e\xf0\x36\x3f\xde\xae\x7a\x2c\x96\x36\x99\xd8\x61\xb3\x62\x1a\x1b\xec\x3b\x05\x4f\xc3\x75\x96\x55\x90\xae\x33\x3e\x6e\x66\x7c\x3c\x75\x05\xb6\x1d\x3a\xbd\x1b\x29\x38\x34\x12\x53\x10\x31\xd4\xe7\xe5\xcf\x31\x05\x1b\x29\xc8\xb3\x09\x53\x3d\xb2\x81\xbe\xa9\x2e\xba\xc6\xda\x66\x9a\xc7\x53\x57\x63\x2e\xb1\xb6\x99\xe6\x71\x9e\x53\x7f\x69\x7a\xc3\xd2\x76\xc9\xe6\xb1\xed\x07\xc8\xf4\x8f\xf3\x9c\xfe\xcb\xc7\x30\x18\xa2\x1b\xfe\x0c\x63\x80\x3c\x0e\x6d\x15\xc1\xac\x46\xad\xcb\x93\x4a\xda\xb6\xd7\x20\x73\x47\xce\x53\xf2\xc4\x5e\x83\xfb\x22\x7f\xd3\xfb\x65\x5f\xe6\xef\x8b\xfc\x3d\xdc\x89\x08\x0b\x2b\x9e\xea\xf2\xd6\xd3\x30\x8c\xbe\x79\x7e\x70\x4e\xc9\x6a\xa0\x6f\xaa\xb9\xfb\x92\x9e\xc2\x54\x93\x93\xc9\x27\xf6\xb6\x93\x21\xf3\x45\xce\x53\x6b\xde\xa6\xbe\x0d\x53\xdf\xa5\x80\x88\x7d\x69\x07\x67\x5a\xe8\xd9\x24\x66\x6c\xbc\x63\xfe\xc8\x53\x17\x86\xfb\xb2\x84\x80\x63\xe1\x54\x22\x02\x17\x96\xdb\x4c\x15\x79\xea\xc2\x70\xdf\xe6\xef\x1b\xfc\xdd\x4e\xc3\xb7\x61\x4c\xb1\xe8\x7d\x5b\x42\xc0\x8a\x77\x31\xdb\xea\xde\xb7\x45\x2f\x8c\x77\xb3\x49\xcc\xdc\x5e\xf3\xf0\x2c\x9c\xcc\x99\xbb\xf7\x6d\x46\x46\xf4\xf5\x25\x8b\xd4\xb6\x9f\xe1\x86\x4d\x6f\x36\x89\x19\x87\x5d\x6f\x86\x5d\xcb\x50\xe5\x1c\x92\xd5\xc0\x00\xa9\x59\x6f\xc7\x5d\x6f\xb8\x14\x4e\x85\x2e\x6f\xc7\x4a\x33\x21\xf6\x94\xbb\xc4\xbe\x2d\x21\xe0\x6a\x38\x9b\x44\x81\x4d\x7d\x4c\x32\x79\x29\x76\x64\xdb\x05\x71\xc3\x78\x37\xa5\xe9\x39\x97\x76\x35\x26\x42\x8b\x86\xe0\x30\x8c\x4d\x40\x7c\xd2\xa5\x06\x6c\x14\x64\x9a\x8d\xbb\xeb\xb6\xab\xe0\x86\x4d\x6f\xca\x31\x62\xdb\xa6\xc7\xc4\x91\xe7\x95\x7e\x5b\x0c\x81\xc8\xe4\xa9\x38\x45\x27\x8c\xac\x06\x3a\xd1\xee\xda\xbd\xb8\x3b\x69\xc2\xab\x26\x57\x02\xdc\x4c\x06\x39\xe5\x01\xb1\x1d\x7a\xbc\x3b\xbf\x52\x7f\x69\x3f\x3f\xe6\x7d\x3c\xe5\x60\xba\xed\xe7\xb7\x51\xc7\x75\x7a\xbf\x1c\xde\x60\x68\x77\xd3\x9d\xe9\x1e\x5e\x69\x30\xc0\xcd\xcb\x70\xba\xef\x64\xdf\x53\xf0\x65\xb8\x03\x4e\xc1\xc3\x30\x32\x27\x7a\x24\x66\x1f\x78\x0d\x9e\xf2\x7d\x74\x1e\xc8\xcd\x3c\x90\xe7\x7d\xfe\xc5\x6a\xe4\x3c\x91\xd5\x40\x54\x97\x47\xe4\x65\x0b\x67\xc3\xe9\x8d\xdd\x3e\x86\xcc\x0c\x39\x2f\xed\x84\x43\x67\x2b\x26\x84\x9c\xcc\xd9\xba\xb7\xad\x75\x4c\x01\x39\xaf\xe6\xb7\x97\x61\x74\xa2\xc5\xa2\xc2\x3a\xd5\xf8\x00\x93\x31\x6c\xad\xdb\x33\xd8\x49\x08\x0e\xc3\x25\x40\x64\xc1\x74\x72\xc7\x6a\x20\x19\xa6\x16\xb9\x8d\x78\x7b\x62\xd9\xca\x89\x63\x4f\xef\x3f\x93\x74\xa7\x51\xc6\x49\x1f\x37\x2b\x3e\x4e\xef\x3f\xd3\x74\x87\x13\xe1\xbc\x6e\xbf\xad\x71\x23\xe9\xe3\xbc\xb4\x58\x1c\xe4\xbc\x27\xc3\xe5\xb4\x75\x4c\x93\x6a\x92\x54\xbc\xf4\xda\x76\x12\xdc\x13\x3b\x38\x8b\x8b\xed\x6d\x27\xc1\x0d\x27\xc1\x29\xb7\x0a\x27\x72\xac\x06\xd8\x88\x86\xcd\x6d\x27\xc1\x8d\x98\xe4\xc9\x54\x9b\xf5\xf4\x18\x06\x63\x68\x4f\x76\x88\x32\x0b\x53\x4e\x0b\x3e\x87\x28\x6f\x84\x28\xcf\x4b\x32\xcb\x21\xca\x3b\x48\xaa\xcb\x6f\x4f\xc3\x60\x51\x51\xd0\xc6\xbb\x1d\x24\x55\x68\xdc\x66\xd1\x20\x8b\x8a\xb0\xe1\xcd\x00\xc1\xca\xaa\xbb\xbd\x9d\xcb\xb1\x1a\xf8\x9c\xf4\xdb\xaf\x61\x8c\x3b\xf5\x97\x96\x70\x41\x66\x93\xf6\x6b\xc3\xe0\x86\x61\xf0\x9a\xd2\x98\x1c\xd1\xcc\xb4\x8d\xf3\xa6\x91\xc0\x69\x1b\x37\x33\x35\x4e\xaf\xcf\xf4\x1e\x81\x18\xe6\x93\x25\xc0\x36\xb3\x38\xb2\x31\x11\xfb\x78\x0a\x4e\xc3\x0b\xf0\x25\x78\x1b\x2e\xd5\xe8\x96\x8a\x61\x6f\xc3\x0d\xc3\xe1\x94\xab\xc3\x4e\xd3\x9b\x66\xc4\x5b\xfa\x55\x9a\xde\x2c\x6f\x71\x4b\x69\x48\x13\x36\x99\x03\x56\x4a\x5a\x7a\x47\x81\x85\xf0\x54\x8a\x81\x9d\x5e\xc5\xf0\x46\x9c\xf2\x5f\xdd\x36\x0c\x6e\x96\xc8\x50\xe6\x81\x6d\x2f\x43\x26\x77\x9c\x4a\xe7\xb0\x6d\x18\x64\x76\xc7\x93\x49\xf1\xea\xe9\x32\x8c\x71\x6b\x63\xb7\x05\x90\xd9\x1d\xa7\x39\xd6\x16\x40\x26\x72\x3c\xe5\x60\xb0\x97\x37\x1a\xf8\x15\x4e\x73\xec\xb2\x08\x86\xa9\x6f\x32\x09\xe4\x76\xa6\xc6\xcd\x4c\x8d\xe7\xad\xcd\x60\x99\xb0\x8b\xb2\x56\x9b\x81\xc3\x9a\x37\x22\x96\xa7\x9c\x26\xf7\xf2\xfe\xc3\xf2\x54\xf2\x20\x70\x62\xc7\x6a\xe0\x2f\xbb\x3b\x11\x0f\x32\x54\xf9\xd6\xe2\x5e\xde\x7f\x50\xa4\x6a\x9a\x82\xb6\xd2\x6d\x58\xe9\xa6\x92\x34\x6c\xbb\x1f\xee\x45\x1e\xd4\x02\xb4\x95\x8e\xe9\x19\xe7\xad\x3d\x79\x7b\xeb\xd8\xfa\x1c\xbd\xed\xcf\x81\xdd\x6d\xca\x55\x60\xdb\xcf\x90\xd9\x1c\xa7\x7c\x02\x98\xd2\x91\x0d\x7c\x65\xfa\xed\x65\xf8\x87\xb7\xf5\x97\xd6\x3c\x60\x69\x3b\xe5\xb4\xc0\xe4\x8d\x6c\x6c\x84\xf1\x5e\x82\x3f\xc3\xe8\x44\xc7\x38\x7b\x0e\x32\x9d\xe3\xec\x3a\xaf\x39\x6e\x78\xa3\xda\xf4\x35\xb5\xe6\x6d\x8e\xdb\x0c\x1c\xee\xd2\xaf\xb6\x75\x65\xa4\x73\xbc\x58\xa4\x65\x6f\x87\x0e\x33\x41\xe3\x54\x82\xaf\xfd\x78\x6f\x40\xb0\xf0\x69\x9a\x3c\x56\xe9\x60\xa5\x9b\xfd\x72\x27\xaf\xe1\x0f\x70\x0a\x16\xfb\x20\xb4\xf8\x52\x90\xa5\xd3\x38\x56\x03\x7f\x29\x11\xf6\x98\x7d\x50\xce\xe5\xec\x92\x27\x8f\x0f\xd9\xb0\xe2\x9d\x5d\xf2\xc4\x0e\x88\x1b\xc1\xc3\xb3\x77\x75\xe2\x75\x09\x2b\xdd\xec\x3a\xf4\x3d\x5e\x3b\x0f\x45\x98\x44\xc1\xe3\x6d\x14\x71\xbf\xb3\x6b\xa5\xd9\x51\x90\xb9\x1b\x4f\xf9\x49\xec\xd7\xa4\x82\x4d\x6f\xea\xf2\x9f\xb5\x70\xd9\x60\x84\x74\x0a\x4e\xc3\xe8\x5b\x9b\xc0\x6b\x1e\x44\xf6\xc6\xb3\x6b\x77\xb5\x4f\x20\xb3\x37\x4e\x65\x2c\xd8\x8e\x1e\x66\xf6\xc6\x6b\x0e\xc3\xaf\x61\xf4\x2d\xb5\xeb\xb5\xc6\x01\xef\xc0\xd9\x75\x50\x70\xfc\x30\x73\x28\x4e\xa5\x2c\xd8\x0e\xfe\xdd\xf0\xe1\x9b\x0a\xdd\xdf\xb6\xd2\x31\x79\xe1\x1c\x3a\x4d\x3b\x72\x97\x79\x07\xe7\xb8\xff\x92\x76\x88\xb9\x09\xd9\xe8\x18\xff\x10\x3c\x0c\x17\x1b\x29\x7c\x7c\xdb\xd0\xc6\x7a\xbf\x73\xf8\x6d\x8b\x49\x44\xe7\x9e\xdd\x03\xb5\x1a\x40\xfb\x9b\xe2\xc4\xb7\xed\x6f\xfb\xc7\xfc\xd6\xff\xe0\x66\xf8\x46\x1c\xf6\x25\x78\x18\xc6\x48\x24\x29\x7e\x96\x87\x30\xc4\x9d\x5e\x43\x3f\xef\xf7\xf0\x7b\x9b\x43\x6b\xdf\x7e\x6f\x1b\xf1\xb7\x53\x37\xdb\xdb\xf1\xb7\x1b\x0e\x70\xa7\x32\x95\x38\x4f\x61\x35\xf0\x97\x12\x09\x3f\xef\x3f\x3f\xf2\x39\x2f\xa6\xb6\xe3\x72\x99\x99\x70\xea\x66\x7b\xff\x4c\x41\xc4\xe5\xce\x79\xf8\xed\x34\xfc\x01\xd6\xc7\x9b\x82\x08\xa9\x9d\x13\x16\xfa\xc7\xd9\x04\x1f\x96\x3d\x9e\xbc\x38\x7e\x5c\xf5\xf8\x89\x83\xc1\xe9\x97\xde\xe6\x48\x1e\x26\xe0\x9b\x8c\x76\x7e\x9c\x80\xef\x61\x02\xbe\xc9\x28\xde\xc7\x09\xf8\x1e\x96\x2a\x9e\x8c\xd2\x7e\x42\x36\xa6\x87\x99\xf8\x2e\xc6\x13\x3f\x71\xfa\x2f\x11\x1c\x3a\x19\xf3\xfb\x84\x82\x42\xab\x51\x5f\xc9\x7c\xf9\xf5\xb4\x0c\xd7\x48\x78\x25\x59\x4f\xaf\xe1\x0f\xb0\x3a\xe1\xaa\x78\x98\x74\x6f\x32\x30\xf7\x61\xe6\x3d\x36\x20\x6e\x2e\x8d\x84\x22\xf8\x09\xb8\x4e\x4d\xde\x26\xd6\x93\x07\x88\xaf\x0c\x91\xaa\xf9\x2b\x11\x5f\x39\x79\xfd\xf6\x44\x4b\xc3\x5c\xe4\x38\x41\x3e\x4e\x89\x57\x0d\xf4\xdd\x43\x70\x37\x5c\x02\x24\x86\xdf\x4e\xc3\xe8\x5b\xf4\x56\xed\xfb\x6a\xb0\xef\x5b\xf0\x30\x3c\x8b\xb0\xd1\x05\x87\xe1\x52\xa4\x18\x4c\x57\x4f\x8f\x61\x30\xdb\xad\x91\xf0\x8a\xec\x09\xd6\xc9\x67\x92\x9a\x87\x65\x8e\xd9\x68\xe8\xe4\x12\x7c\x19\x1e\x78\x5b\x03\xa4\xac\xad\x06\xf4\x59\xec\xb2\x4f\xc8\x84\xf3\x30\x41\xde\x65\x86\x90\x09\xe7\x61\x86\xbc\x93\xd9\x03\x1f\x27\xc6\xab\x06\xbe\xb2\xa7\xe0\x66\x18\xec\x93\x97\xe0\x6e\x18\x23\x19\xa7\xe0\x30\x8c\x29\x1e\x7e\xfb\x35\x0c\x3e\x99\x21\x58\x1f\x8f\xd4\x79\x67\x1f\x1a\x49\x9e\x86\xc1\x3e\x71\x08\x76\xdf\xdc\xad\x86\x3a\xa1\xc0\x7e\x58\xd2\xf9\xec\xd3\x6f\x8b\xab\xe0\xb6\x35\x43\x8b\xe4\xa2\x78\xac\x06\x24\x84\x08\x7b\x79\x2e\x69\xf0\x09\x7f\xe5\x4a\xc3\x98\xcb\xec\x82\xfd\x39\xe4\xd8\x24\x23\xcb\xe0\x53\x0d\xf6\x6d\xf8\x31\x5c\xa7\xea\xd4\x92\xba\x4d\xef\x9b\xf4\x8e\x26\xb8\x19\xbe\xf0\x76\x08\xee\x86\x27\x32\x30\x1c\x82\xd3\xf0\x0f\x30\xc7\x7d\x9b\x82\xf0\xcf\x9a\x0c\xcb\x7d\x5c\xb5\xfa\x61\x06\xbd\xc9\x8b\xc0\x7a\xd2\x00\x61\xcb\x39\xbb\x48\x75\x7b\x15\xc3\x6d\x6b\x32\x6a\xea\x09\x59\x76\xaa\x71\xd7\xdb\x22\xd5\x6d\x0a\xc2\x89\xeb\xec\x22\xd5\xbd\xfe\xf5\x8d\xd9\x11\xa9\x6e\xb3\xfd\xcd\x0d\x26\xc9\x6c\xf7\xf6\xc7\x83\xb0\x29\x39\x78\xef\x30\x5c\x33\xcf\xa4\x3e\x8f\xd3\xe3\x3d\x4c\x8f\x37\xf3\x72\x27\xaf\xe1\x62\x36\x5e\x49\x3e\x21\x3b\xd0\xc3\xd4\x77\x93\x57\x92\x4f\x74\x73\x2c\xed\x40\x43\xf4\x56\xc4\x68\x35\x6a\xdc\x43\xf4\xee\xe6\x58\xe4\xbe\x9b\x2c\xd3\xfb\x38\xe7\xdd\xc3\x9c\x77\xe7\x90\x1c\xec\x96\x27\x70\xf2\x9a\x8c\x11\xae\xa7\xd7\x30\x06\xd8\xa7\x60\xf7\x8d\xf4\xe3\x2c\xf9\xfd\x38\xe9\xdd\xc3\x34\x77\x33\xb5\x2e\xbb\x19\x19\x69\xee\xce\x71\x6a\xdc\x6b\x1a\xc6\xe7\x68\xe6\x15\x62\x5a\x0d\xf0\x89\xd6\x65\xdf\xe2\x41\x04\x95\x9e\xcc\x19\x58\x4f\xdd\x30\x48\xa5\x25\x25\x4f\xb0\x87\xe9\xed\x66\x6a\xed\x0c\x33\x32\x4d\x4f\xcc\x3c\xf4\x38\xbf\x5d\x35\x6e\x7c\xce\x2d\x78\x18\xc6\xa4\xc5\x29\xf8\x31\x5c\x67\xaa\x21\x66\x1b\x66\x64\xf8\x7e\xcd\x14\x6b\xca\xf4\xf4\x30\x1d\xde\x39\xae\x3f\x58\x8d\x9e\x50\x15\xca\x6a\x04\x46\xa4\x81\x7a\x96\x06\x57\x45\xfa\xaf\x3d\x22\xc8\x95\xa1\xdd\x6a\x58\xbc\x0f\x12\x58\xfb\xcf\x30\x81\x69\x63\x62\x84\x43\x3d\xbd\x86\x7f\xff\xfd\x4f\x30\x96\xf8\x71\x72\xbd\x87\x59\xf4\xe2\x10\x43\x0f\xf3\xf9\x60\x5d\x8c\x26\xda\xec\x6d\xf8\x01\xec\xb7\x3f\xc3\xe8\x5b\xfc\x32\x3d\x1d\x70\x14\x8b\x43\x22\x61\x9a\xee\xb0\x48\xc5\xa1\x8f\x9f\x16\x20\xb3\xce\x19\xc1\xd4\xfb\x0f\x33\xf0\xa1\x91\xe8\x44\x23\x99\xa6\x20\xcb\xb7\x8f\x6e\x78\x19\xc6\x48\x9a\x3a\xb1\xfa\x02\x1b\x53\x1c\x5a\xcd\x2a\x2c\xf2\xb0\xa6\x7b\x1c\x22\xec\xb4\xac\x9d\x24\x95\x56\xf3\x34\x8b\x4e\xb2\xa8\x76\xab\xe9\x9d\x90\x9e\x60\x43\x1b\xfb\xdc\xfe\xca\xa2\x59\x1c\xb7\xfa\xb6\x08\x9e\xd8\xf2\x86\x76\xab\x69\x0a\x4e\x52\xb0\x93\x54\x61\x49\x01\x4f\xb1\x38\xb4\x6c\xc3\x22\x18\x86\xaa\x38\xb4\x6c\xc3\x9c\x4b\x43\x15\x9d\x43\x1f\xe6\xca\x63\x03\xa9\x60\xb4\xb7\x85\x37\x31\x18\x9b\xce\xa1\xa5\x15\xa6\x20\xfc\xc6\xe2\x98\xa7\xe0\xd7\xf0\x07\x58\x03\xb4\xa4\x40\x5c\xeb\x39\x0c\x9b\xde\x41\x7a\x4f\x8d\xc4\xf4\x0e\xd2\x5b\xdb\x52\x98\x91\x69\xbf\x1a\x7e\xdb\xac\x89\x3a\x23\xe7\xd0\xe6\x1b\x26\x6c\x90\x63\xb5\x5b\x85\x45\x42\x6c\xb0\x4f\xdc\x82\xb7\x61\x70\xac\xe6\x32\x2c\x99\x83\xf4\x0e\xd2\x24\xcd\xb1\x49\x8e\x95\xfa\x22\xfb\xd5\xc3\x1c\x7c\x57\x48\x8e\x2b\x2c\xf6\x61\xb2\xbd\x38\xa4\xb8\xa6\x15\x40\x44\xbc\x9e\x23\x0c\x37\xc3\xd5\xf7\xa9\x05\x98\x56\x00\xe1\xe1\x16\x4c\xe4\x5f\x4f\x69\xf8\x07\x58\x9d\x78\xcb\x83\x73\xda\x15\xe2\xaa\xf4\x96\x07\x63\x53\x9c\x52\x8a\xd3\x5b\x1e\x42\x5a\xcf\x21\x79\x92\x56\x73\x61\x91\x8a\x53\x02\x3b\x4d\x6f\x38\xa7\xc5\x29\x81\x9d\x16\xc1\x30\x36\xc5\xd9\xd4\xb7\x19\x39\xc9\xc8\xfa\xf8\x65\xa5\x01\xc6\xa6\x38\xa5\x2b\x2f\xef\x6d\x8b\x7b\x9b\x84\xd2\x32\x05\x61\x91\x0a\x86\x54\xd7\xd3\x6b\xf8\x03\xac\xb7\x2d\x82\x61\x7a\x8a\x53\x9a\xf5\xb2\x7e\x85\x2a\x21\x71\xde\x9c\xb4\xe5\x6d\x09\x7e\x65\x27\xb3\xe4\xd5\xd3\x30\x8c\x4e\xba\xe1\x34\xbc\x00\x4f\xc1\xdb\xf0\x8b\x4e\x34\x12\x53\x70\x6d\x6c\x90\x5a\xae\xcb\x6a\x17\x8b\x78\x4e\x4d\xc3\xb2\x76\x80\x38\xd9\x2b\xdc\xb7\x29\x88\x80\xd9\x38\xa5\xe3\x6f\xf3\x20\x0b\xae\x4f\x1d\x59\xb6\x09\x8b\x82\x25\x71\x6a\x71\x6f\x8b\x02\x38\x9f\x05\xef\x63\x9f\xd8\x16\xa6\x30\x82\xc5\xa9\xc5\xbd\xcd\x9a\x30\x82\x5d\x3e\x56\x6c\x6b\x63\x08\x98\x0d\xde\x99\xd6\xd3\x63\x18\x1f\x2f\x3e\xd9\xe6\x41\x9a\xb5\xa6\x24\xf2\x36\x05\x37\x29\x18\x7e\x7b\x1b\x46\x27\xd2\xf4\xb6\xd5\x2e\xd8\xb7\xce\xa9\xad\x7a\x7b\xdf\x41\x08\xec\xc9\x94\x7a\x0f\xd3\xe0\xb1\xf1\x00\x56\x27\x5e\xc5\x70\x37\x8b\x53\x9a\xde\x63\xa9\x09\xfb\xd6\x15\x12\x61\x8f\xd5\x80\x87\xa4\x92\x02\xf8\x98\x35\x69\xed\x9a\x62\xb6\xc7\xc2\x94\xce\x67\x53\xcc\xf6\x58\xed\x82\x59\x2b\x9a\xf6\xcb\xc7\x6a\x00\x22\x69\xcf\xa9\xbd\xf8\x31\x61\x61\xed\x8a\x26\x85\xfb\xf1\xe2\x86\xcf\x5a\x34\x71\xd5\x63\x19\x0b\xb3\x56\x34\x69\x7a\x8f\x19\xf9\x21\xbd\xb5\xe6\x1f\x4b\x4d\x84\xdb\x9e\x53\x6c\xff\x78\xfb\x87\x2b\x5b\x34\x4d\xda\xe3\xcd\xeb\x21\xbd\xb5\x5f\x3e\x56\x73\xe1\xef\x16\x4d\x1b\xfa\xe3\x35\x0f\x4b\x5a\x34\x1d\x84\x1f\x9f\xee\x10\x79\x7b\xf9\x38\xf4\x58\xf4\xc2\x92\x16\x4d\x73\xf9\x9a\x91\x61\x49\xbb\x22\xfe\x90\xad\xb1\x5e\x1e\xfe\xd5\x46\x86\xa8\x21\xf8\x35\x8c\xff\x10\x81\x5f\x8b\x04\x78\xc9\x05\x6f\x5a\xeb\xa9\x1b\x46\x27\x3a\xe2\xbe\x26\x30\xe2\x6a\xa3\x69\xed\xbf\xde\xad\x50\xda\x24\x9a\xf4\xda\xd7\x04\x7e\x49\xe0\x7e\x0b\xfe\xd7\x09\x08\xac\xed\xf4\xb5\x1a\x00\x43\x5b\xb0\x60\x40\x3d\xb9\x13\x32\xb4\xfb\xf6\xda\x87\x97\xdc\x39\xa5\x06\xbc\x56\x03\x5e\x52\x52\x3b\xe1\x67\x4a\xc2\x79\x2e\x9a\xf6\xcd\xcf\xdb\x12\x82\x68\x4f\xe6\x9a\xab\xa7\x61\x18\x23\xd1\x2c\x7d\x16\x09\x1f\xf4\xab\xa6\x7d\xf3\x33\x61\x3f\x52\x50\xbb\xd5\x67\xfd\x0a\x61\xb2\x97\xcf\x9b\x9f\xb5\x03\xf8\xdc\x05\xcb\x0e\xd4\xd3\x67\x18\xe3\xf6\xdb\x26\xec\x47\x86\xd6\x8a\xfb\xac\x06\xc0\x14\x18\x4d\x47\xae\xcf\x07\x06\x04\xcc\x5e\xa9\x0d\xf2\xb3\x5c\x81\x61\x30\x78\x71\xfc\xc4\x67\x86\x86\x61\xf0\x4a\xed\x9b\x9f\xa7\x01\x01\xb3\x57\x6a\xdf\xfc\xac\x34\x20\x04\x36\x78\x1f\xfb\x38\x89\xdf\xc3\x24\x7e\x71\xc9\x36\xf6\xb3\x00\x81\x61\x30\x2e\x69\xa8\x3f\x8b\x04\x18\x06\x2f\xe6\x82\xa9\x27\x89\x04\x98\x02\xaf\x54\xdf\x3f\xef\xf7\x28\x49\x12\x57\x33\x1c\x86\x57\x4d\xda\xbc\x05\xbf\x86\x8b\xab\x2e\xb1\xfd\xcf\xfa\xd5\x0f\xfa\xd5\x94\xb9\xe2\x67\x11\x0c\x0b\x60\x5c\xd2\x6a\x7e\xe6\xd8\x1f\x39\x56\x27\x9a\x9f\x77\x2b\x98\x02\x83\x8e\x3f\xf5\xe4\x01\x62\xed\x5f\x12\x20\x3f\x6f\x62\x3f\x6e\x62\x62\x88\x9f\x29\x08\xaf\xbe\xb8\x24\x40\x7e\x5e\xfb\xf0\xe3\x8b\x4b\x3b\xe1\xcf\x92\xf9\x47\xc2\x72\xa5\xa5\x8d\x8e\xcc\xdc\x17\x17\x75\x65\xa6\xef\x63\xa3\xf4\x2b\x3a\x11\x3f\x4e\xd8\xf7\x30\x45\x5f\xf0\xf6\xf6\x49\xb9\xef\x55\x03\x9d\x0c\x75\xa2\x35\x9f\x07\x14\x29\x3a\xb9\x3c\xcc\xdf\xc7\x06\xb8\x8a\xbb\x55\xca\xab\xef\x49\x58\x36\x83\xc1\xf2\x8f\x53\xf3\x3d\x4c\xbb\x17\xcc\xfe\xff\x38\xdd\x5e\x35\x30\x12\xea\x85\xa9\xd0\xd6\x6a\xa0\x93\x54\xdf\xdb\x9d\x90\xd9\x68\x97\x60\x96\x3d\x36\xb0\xe6\xb9\x48\x52\x31\xac\xd5\x28\xc2\x32\xc6\xfc\x71\x02\xbd\x6a\x6c\xc0\x53\xf0\x6b\xf8\x03\x9c\x82\x7f\x82\x71\xdb\x22\x0b\x49\xca\xc5\xee\x61\xce\xbc\xe0\x0d\xeb\xc3\xc4\x79\x6c\xa0\x08\x21\x77\xd9\x54\x0c\xeb\x93\x08\x4f\x8d\xbb\xa9\x13\xed\x3f\x89\xf0\xd4\x93\xf5\x4c\x1f\xe7\xd0\xab\x06\xfa\xc6\xbd\xe6\x93\x72\xb1\xab\xc6\x02\x1c\x82\x3d\x6e\x30\xdb\xed\x01\x6e\xf7\xcd\xb2\xe7\x5c\xae\xa9\xf0\xd3\x87\xc9\xf2\x82\xb7\xe5\x8f\x93\xe5\x55\x03\x9d\xd0\xfc\x99\x2a\x58\x52\x8d\x01\x78\x08\x9e\x86\x31\xf3\xdc\xc1\x53\x9e\x77\x0f\xd3\xe2\x05\xf3\xb8\x3c\xa9\xda\x24\x0f\xf3\xdf\xc5\xdd\xd5\x89\x69\x02\x43\x6c\xf0\x0a\xf8\xc9\x26\x53\x48\xa2\x0a\x49\xdc\x62\xcd\xa6\x75\x99\x28\x9f\x7c\xa5\x47\x62\xae\x42\xe5\x91\x60\x66\x91\x7a\xd2\xa4\x35\x8a\xb0\x5b\x5f\xb9\xfd\x95\x58\x69\xbc\xd4\x7d\x9c\x0e\xaf\x1a\xe8\x24\xf4\x39\x5a\x69\x09\xc7\xb7\xb8\xc5\xb1\xf2\x77\x7b\x98\x0e\x2f\x6e\xae\xe2\xb4\x55\x94\x79\xf1\x2e\xd9\x81\x52\x51\xa9\x4f\x22\xfc\x34\x6e\x71\xec\x65\x9a\x5c\x64\x1f\x6a\xed\x79\x79\xed\xc0\x95\x2d\xba\x18\xc2\xe6\x4f\x66\xd1\xbb\x52\xa4\x92\x63\xdb\xc3\xc4\x78\xc1\xdb\xc4\x7a\xba\x0d\x63\xcd\x8b\x82\x0a\x56\xad\x46\xd1\xbb\x8b\x63\x2f\x49\xfb\x44\x78\xea\x29\x83\x89\x13\xe5\x55\x03\x7d\xff\x83\xbb\xe1\x01\x38\x05\x7b\x80\x20\x15\x2f\x76\x9e\xb4\xf9\x93\x19\xf3\x4e\x19\x35\x52\xc1\xaa\xd5\xd8\x78\x3b\x04\x7f\x86\x31\x40\xaa\xa2\x69\x3b\x27\xf3\xe7\x05\xf3\xc4\x3f\x79\x5b\x28\xc1\xce\x19\x5d\x8c\xac\xf0\xd3\x87\x89\xed\xa2\xdf\xf1\x07\xd5\x28\x6f\x89\xf7\x44\x3c\xea\x19\x5a\x43\xaa\x09\x52\x0d\x94\xfc\xd7\x6a\xbe\xbd\xe2\x50\x17\x39\xba\xa6\xda\x86\x4d\x26\xc4\x0b\x46\x1d\x3e\x69\xc3\x26\x33\xe2\x9d\x0c\x5f\x7a\x98\x16\x8f\x8d\x17\x30\xdf\xb6\x05\x33\x11\x86\x1a\x9d\x87\x91\xec\x96\xe3\x88\x47\x3d\x75\x4e\x76\x2a\xbc\x6a\xe0\x2f\x87\x3b\x09\xc3\x3f\xbc\x4d\xba\xab\x96\xc7\xc3\xa4\x78\xc1\xf2\x3c\xf5\x74\x19\x46\xdf\x5d\x7d\x5b\xbc\xd3\xef\x8d\x01\x49\xf5\xb4\x0c\xd7\x91\x8b\x99\x53\x1e\x67\xce\xab\xc6\x87\xb7\x35\x92\xe5\xbf\xc4\xb5\x8a\x2e\x61\x9c\x3b\xaf\x1a\x98\xd3\xa9\xbf\xf4\x6a\x86\x17\x5d\xc8\x70\x9f\xdd\x82\xaf\x93\x73\xa7\x68\x62\xce\xa5\x61\x33\xc4\xe7\xaa\xab\x5c\x0d\x7c\x8e\x44\x82\x22\x5f\xab\x11\xc8\x07\xa9\xbe\xb7\xfb\x2e\x21\x70\xe5\x3f\xd8\x9f\xc3\xd9\x11\xa9\x86\x67\x67\x70\x76\x78\x12\x73\xa6\xbd\x6a\x60\xdc\xb4\x06\xe4\xf0\x34\x0c\xf2\x39\x55\xba\xb4\x19\x34\xe1\x81\x77\x86\xa4\xd0\xf0\x46\x43\x0f\x3c\xe6\x2b\xad\xa7\x69\x38\x0a\x96\x70\x1a\x9e\x86\x41\xf6\x4f\x0d\xd0\x22\x01\xde\x73\x31\xb4\xe5\x0d\x0b\x55\x14\x57\x0e\x19\xd7\x9d\x6b\xaf\x1a\x18\x09\x6f\xb7\x72\x78\x4f\x86\xd3\x5c\x0c\x49\x8a\xe1\x1d\x65\x90\xb0\x31\x05\xfb\x2b\xe1\x29\x13\xda\xc1\x6d\xa2\x4c\x9a\x28\x65\xbb\xce\x69\x46\x86\x2d\xf2\x64\x32\xc5\x7a\xd2\x5f\x22\x55\xde\x29\xe5\xd2\xb9\xf2\xaa\x81\x4e\x9a\xe1\x6e\x78\x00\x56\x27\x96\x9e\x34\x51\x0e\xc9\x95\x69\x1e\x44\x50\xeb\xa9\x6b\x95\x9c\xde\x51\x18\xe2\xca\x24\xa8\xf5\x34\x0c\x17\x9f\x0c\x89\x1b\x5b\x2e\x13\xde\x73\x57\x7a\xdc\xa6\x20\x82\x59\x4f\xeb\x57\x36\x51\x32\xb3\xde\xa9\xbb\x19\x67\xd6\xab\x46\x4d\xda\xd0\xba\xb4\xe5\x92\x09\xf7\xce\x94\xf4\x0c\x53\x90\xbe\x74\xa9\xaf\x0c\x6f\xd5\x41\xc2\xde\x86\xbb\xe1\xc0\xdb\x21\x78\x19\xe6\x5f\x1a\x7e\x0d\x83\x4f\x78\x25\xc9\x64\x7d\x68\xe0\xb2\x2e\x2f\x0e\x30\x2c\x82\xe1\x54\x17\x4c\x6d\x5f\x4f\x61\x38\xf1\x76\x17\xbc\x0d\xbf\x80\xa7\xe0\xcf\x30\x66\x47\xa2\x20\xcc\x9a\x34\x68\x0e\xed\x6d\xe1\x4d\x0c\x06\xcd\xd3\x2a\x46\x58\x22\xa3\x4c\xc8\x99\xd2\x53\xc2\x6b\x1e\x39\xf9\xce\xf4\xe7\x78\x07\x87\x53\xdd\x7d\x48\xd3\xb3\x2d\x32\x93\x84\x95\x42\x92\x26\x2c\x4d\x94\x43\x8a\x6b\x9a\xb0\x70\xaa\x8b\xa1\xe5\x9a\x56\x76\x90\xab\x2f\x86\x96\xab\x4d\x94\x4c\xca\x77\x26\x8f\x9f\x99\x96\xb1\x74\x9a\xd3\xdd\x4c\xa6\xd5\x80\x24\x61\xc3\xf0\x32\x8c\x49\xd3\xba\x4c\xcb\xd8\x24\x61\x25\xed\xd3\x84\xa5\x41\x73\x68\x5d\xa6\x09\x8b\xaa\xca\x31\xb4\x2e\x6d\xe7\x4c\xd8\x39\x6f\xdd\x28\x64\x5a\xf4\xd2\xce\x39\xd2\xb0\xff\x12\x12\x42\xb7\x44\x99\xd6\xaf\xe8\x62\x97\x26\x95\x77\x40\x38\xd5\xc5\x90\x50\x4a\x4b\x08\x24\xf2\x3b\x53\xf2\x3b\xad\x76\xd1\xfc\x29\x33\x62\xa6\x27\x0d\x9e\x77\x31\x35\x69\x0a\xb2\xad\x46\xf5\x3d\xb5\x8a\x6d\xfe\x4c\x9a\x3f\xbd\x1d\x2d\x5d\xed\x25\x3d\xef\x74\x03\x95\xcb\x62\x06\x06\xcf\x90\x05\x30\x97\xae\xf6\x72\x71\x76\xa4\xd2\x2d\xcf\x0e\xad\xa2\x32\xc7\xe5\xb2\x98\x81\x0b\x5e\x4c\x69\x35\x36\x96\x26\x8d\xa5\xcc\x2e\x50\x4f\xee\x9b\x62\x46\x5b\xc6\xb2\x36\xb6\x98\x77\x57\x2b\x6d\x59\xb5\x40\x58\x6d\xc8\x49\x24\x97\xb7\xba\x45\x7a\x6b\x27\x59\xa6\x37\xbc\xfa\x42\x06\xb6\x5c\x56\xd2\x90\x5d\x30\x64\x60\x63\x8a\x41\x36\x16\x3a\xf9\x83\xaf\xd1\xe3\x9c\x83\xd5\xc0\x88\x24\xb3\x6c\x4b\x4d\x18\x4d\xcf\xd4\x54\x6f\x8b\x1b\x04\xe3\xc6\x94\xb8\xd9\xde\xf2\x10\x8c\xdb\x0e\x4d\xf5\xf6\x74\xd0\x96\x3a\xb5\x6c\xb7\xa5\x3e\x3c\x07\xef\x43\xf2\x70\x5b\xea\x6f\x4e\x47\xd7\x48\x3c\x1d\x34\xb1\x4e\xad\x66\x9b\x58\x99\x93\xb0\x1d\x3a\xce\xa9\xfe\xf3\x93\x08\xdd\x6d\x66\xff\x6d\x85\x64\x73\xf2\x24\x9c\xb6\x27\x0f\x06\xd9\xfb\xd0\x9c\x6e\xef\x11\x70\x38\x0c\xf9\xec\x38\x71\xe1\xc3\xc4\x85\xed\xe0\x6d\xa8\x13\x17\x56\x03\x03\x1c\x86\x5f\xc3\xe0\x73\xe9\x29\xdb\x27\x5f\x54\x2a\x89\xa9\x33\xb8\xcd\xb7\xcc\x60\xd8\x8e\xd3\xb0\x29\xc8\xd9\x91\x14\x7a\x2c\xca\x60\x99\x8d\xa9\x55\xf1\x78\xf3\x45\x58\x70\x33\x61\x1f\x6b\x91\x34\xdf\xca\xb8\x91\x8f\x25\x1c\xdc\x13\x63\x4a\x38\xd9\x4e\x9b\x88\x16\x8e\x19\xfa\x4b\xaf\x21\xd8\x69\xdb\xd1\x0c\x4f\xc3\x18\xb7\xb6\xa5\xc7\x12\xee\xe1\xa4\x49\xdc\x3c\x9e\x34\x18\x6c\xef\x43\xab\xe2\xf1\xd2\x42\xa5\x93\x90\x7f\x0a\x73\x27\xb2\x81\xb9\xbc\xd4\x89\xe7\x92\xc6\x5e\x5b\x03\x1e\x4b\x38\x14\x40\x09\x56\x3a\x78\x98\x52\x91\x0d\xf6\x2d\x52\x79\xc5\xc1\xaa\xdb\x74\xaf\xe9\xc4\x88\x0f\x13\x23\xde\xba\xd7\xcc\xc7\xa2\x0c\x71\xcb\x11\x87\xbe\xd2\x1b\x3b\xa2\x98\xdb\xa1\x85\xf8\x5a\x8b\x84\xeb\x63\xc8\x09\xc0\x19\x13\x1f\x66\x4c\x6c\x87\xf6\xb6\xd7\xfb\x0f\xec\xb7\xb7\xee\x4c\xf3\xb5\xe0\x83\x47\x64\x04\xaf\x80\xf3\xf5\x4a\x83\x35\xb7\x1d\x5a\x80\xb6\xe6\x32\x39\x62\x3b\xb4\x83\xbf\x9e\x06\x5a\x73\x7d\xf8\xb3\x35\x37\x51\x50\x25\x42\xa7\xbc\xd7\x3b\x0a\x62\x9e\x43\x57\xd7\x69\x6b\x2e\xf3\x21\xb6\x43\xab\xe1\xf5\x56\x0d\xb3\x6e\x3b\xc4\xf6\xaf\x95\x4b\x98\x75\x23\xc4\x10\xaf\x95\x4b\x04\x3f\xb7\x43\x7b\xdb\x6b\x45\x8a\xb6\xdf\xd0\x99\xf0\xb5\x22\x85\x64\x8a\x11\x52\xd2\x5e\x9f\xa9\x5e\xd2\x5b\xbb\xd5\x67\xc2\x7e\x64\x7b\xed\xe0\x9f\xad\x18\x30\xdb\x36\xdd\x99\x3a\x13\x62\x35\xd0\x89\x56\xc3\xe7\x8d\x1d\xa1\xd2\x4d\xb7\xa0\x4e\x7a\x58\x0d\x10\x56\x9b\xef\x67\x1d\x88\x66\x5b\x79\xb0\xe5\x67\x8e\xfd\xc8\xb1\x62\xfb\xcf\x7b\x32\xcc\xb6\xed\x10\x7f\xdb\x3e\xcb\x84\x86\xb7\x27\xed\xf3\x9e\xfc\x91\xb0\x62\xe4\xcf\x84\xa5\x35\x37\x64\xf3\xf8\xbc\x47\xc0\x7e\x7b\xeb\xa2\x9b\xc9\x0e\xd9\xc0\xcc\xbb\x6f\x73\x2c\x32\x17\xb6\x53\xe7\x87\x9f\xa5\x3d\xec\xb7\x4d\x77\xa6\x4c\x5f\xc8\x06\x66\x47\x52\xf3\x67\xd6\x44\xb9\x95\x76\xf2\x6e\xc6\xe9\x0d\xab\x81\xbf\xd4\xd1\xf6\x67\xd6\xa4\x35\x37\x24\xf0\x7e\x5e\xf3\xb0\xc8\x46\x68\x76\x7e\x5e\xc5\xb4\xcf\x86\x84\xd2\xcf\xa4\x42\xf1\xe8\x08\x09\xa5\x9f\x65\x2c\x0d\xb1\x72\x10\xcb\x9f\x97\x2b\x6d\xa8\xf2\xed\x72\xc2\xc2\x6a\xb4\x1a\xf7\x69\x78\x1a\xde\x05\x93\xed\x97\x6d\xa8\x8b\x36\x54\x66\x73\x78\xd6\x91\xee\x04\x7c\xc2\x7c\xd8\xf5\x74\x19\x1e\x80\x43\xb0\xfb\x46\xc5\x0d\x9d\x4d\x96\xca\x43\x3f\x4c\x58\xd8\x98\x1f\xe8\x71\xc2\xc2\x6a\xe0\x2f\xb9\xe6\x9d\xb0\xb0\x1a\x0d\xb0\x46\x22\x52\x31\xab\x60\xa4\x3f\x67\xb9\xef\xc5\xbe\x35\xc0\xed\x01\x16\x67\x44\x36\x75\x22\x81\xc7\xac\x81\x4d\x37\xc3\xce\x1a\xf8\x30\x6b\x60\x24\x4d\xf0\xcb\x5e\xab\xeb\x80\xee\x96\x94\xc8\x4b\x95\x4c\x1e\x66\x0d\x0c\x1d\x2b\x98\x2c\x90\x0d\xf6\xdd\x05\x6f\xc3\x18\x20\x6f\xe5\x96\x0d\xb1\x0b\x86\xd8\xd0\xb1\xc2\xc9\x04\xab\x31\x91\xb2\xff\x10\x9c\x86\x31\x40\x2e\xc0\x65\x67\x56\xe6\x09\x8c\xf4\x5f\x2e\x0f\x90\xfb\xfc\x9f\x2e\xd4\x98\x34\x90\x0d\x4c\x07\x2d\x24\xeb\xd4\xd6\xb1\x10\xfc\xdc\x98\x3b\xe9\x71\xf6\xc0\x87\xd9\x03\x23\x87\x06\xaa\x85\xc8\x34\x82\x21\xdb\x1e\xb3\x03\xb2\x81\xbe\xb9\x58\x96\x3d\x63\x99\x18\xb0\xb1\x6a\x7d\x3d\x75\xc3\x13\x70\x0a\x0e\xc3\xb5\x2a\xa4\xa6\x3b\x4d\x60\x35\x40\xe0\x61\xf8\x33\x8c\xbf\x9c\xfa\x4b\x69\x63\xcc\x1e\x78\x4b\xc2\x2d\x5b\x75\x99\x18\x30\x92\xf7\x27\xab\x2d\xbf\x8d\x3d\x22\x43\x9d\x98\x54\xb4\xd3\xca\xff\x6a\xa9\x6a\x49\x35\xc0\x2f\xa9\x91\xe8\x78\xb1\xe0\x30\x7b\x4b\x1e\x2e\x3b\xcc\x2e\x9a\x6f\x99\x17\xe3\x71\xf6\xc0\x6a\xac\xff\xfe\x27\x0f\xca\xac\x65\x17\xd8\xd5\x28\xca\xa6\x3b\xf1\x57\x16\x61\x53\x6e\x59\xce\x35\x58\x8d\x0b\x70\x17\x7c\x1b\xee\xe8\xc4\xf0\x30\x3c\xf1\x76\x0a\x4e\xc3\x18\x09\x37\xf6\x65\xcf\xd8\x85\xf2\xd0\x29\x6f\xad\x75\xa5\xfb\x4e\xf6\xad\x4e\xb4\x27\x2f\x84\x2b\xa7\xdc\xb2\x96\x0a\x41\x57\x03\x33\x1f\xea\xc4\xf4\x86\x0d\x38\x0f\xde\x10\xaf\xcb\x6b\x1f\x4e\xaf\x29\x6f\xad\xa5\xba\xd1\x0f\x13\x1a\xde\xcc\x5c\xf0\x2c\xbb\xc0\x2e\x98\x86\x53\x8a\xd4\xb2\x69\x98\x99\x0b\x6f\x6d\x06\xeb\xda\xfe\x78\xd2\x5b\x2b\xce\x2e\xb0\xeb\x22\xbd\xc5\x27\x97\xe9\x7d\x91\xde\x5a\x71\xaa\xa1\x52\x8d\x06\x78\x0a\xbe\x0d\x43\x4c\x8a\x4f\xec\x02\xcb\xcc\x85\xc9\xc4\x1d\x0f\xd3\x17\xb2\x81\xbf\x14\x9f\xdc\xe6\x58\xf8\xc2\xa6\xb6\x3c\x27\x2c\xac\x06\x3a\xd1\x02\xbc\x2d\x12\xee\x92\xae\x29\xf5\x85\x59\x0d\xd1\x28\xc2\xdf\xa7\x24\xb3\x1d\x66\x99\xc7\x30\xa5\xd5\x2c\x1b\x90\x99\xd0\xf0\x96\x9b\xd0\xba\xb5\x27\x33\x73\x61\x1e\x5a\x80\xb7\x29\x08\x4b\x71\x1e\x5a\x3b\xb7\x19\xf9\x26\x61\x43\x7f\x69\x51\x80\x84\x86\xb7\x9c\x8a\x96\x5d\x60\x99\xc7\x30\xe5\xad\xb5\xba\x19\xb9\x93\x91\xb5\x00\x6d\x40\x66\x42\xc3\x5b\x2e\x48\xab\x7b\x6f\x83\x67\xec\x2d\x17\xa4\xd5\xb5\x55\x2f\x18\x90\xf3\xd0\x34\xd8\x80\xbc\x60\x40\x6e\xed\x30\xdc\x0c\xe3\x2f\x69\x1b\x5b\xaa\xb1\x52\x0d\x4c\x03\xef\x38\x96\x1d\x66\x17\x7c\x61\xf3\x74\x27\xe6\x6f\x58\x8a\x5b\xa3\x8a\xb1\x14\x4f\x5d\x8d\x8d\xb7\x53\xf0\x63\xf8\xc5\xdb\x53\xf0\x67\x18\x7d\x6b\x27\xec\x16\x1c\xb0\x0d\xa7\x37\x76\xbb\xc0\x2e\x54\x78\x4e\xd3\x64\xe8\xf0\xb4\x10\x41\x9d\xa7\xd6\x8e\xad\xb9\x4c\x68\xd8\x9a\x56\xf1\x30\xa9\x60\xe4\x4d\x26\xe7\x7b\x9c\xde\xb0\x1a\x1f\x60\xfe\xe5\x30\x4d\x60\xd6\x4d\x6f\xa7\x23\xdd\x77\xb2\xef\x10\x2c\x1e\x44\x3d\x95\xf4\x06\x39\x4c\x13\x58\x73\xf3\xd4\x6a\x18\x5e\xc5\xac\xa7\xc2\x32\x15\xcf\xb2\x7b\xea\x1a\xfc\x78\xad\x06\x5b\x73\x99\xb9\xf0\xb6\x1a\x30\xbc\xb1\xc3\xe1\x34\x4f\xf1\xb7\xad\xb9\x4c\x58\xd8\xe4\xcd\xe2\x84\x85\x0f\x13\x16\xa6\x9c\xa1\xd6\xf4\x76\x04\x87\xd4\x3c\xc5\xf6\xd3\xcc\x86\x10\xe9\xd6\xa4\x1a\x4d\x6f\x47\x93\xa4\x92\x8c\x9d\x66\xb6\x49\x66\xd3\x34\x4c\x2b\x52\xf0\x53\x6d\x4d\xb2\xca\xb6\xdf\x05\x3f\xd5\x26\xe7\x96\x35\xad\x48\x21\x16\xba\x35\x5a\x48\x96\xbd\x56\xd7\xac\x8d\xbf\x31\xbd\xd4\xb3\xec\xb5\xba\x60\x04\xce\x53\x4b\xca\xb6\x5f\x26\x32\x4c\x26\xce\x7b\x96\x6d\xbf\x6b\x92\x07\x35\x3b\xd3\x9b\x17\x02\xaa\x5b\x93\x64\xb3\x33\xeb\x82\x6d\x38\xe5\xc4\xb5\xa6\xf5\x2b\xd8\x86\x5b\x93\xb2\x30\x3d\x0d\x93\xac\xa9\x8d\x71\x7a\xcd\xc3\xab\x35\x4f\xed\x80\x76\x66\x65\x5a\xc3\x3c\xb5\x00\xc3\x1c\x1b\xe4\x58\xcd\x7c\x98\xde\x30\x02\xb7\xc6\xab\x9a\x15\xde\xfe\x03\xab\xd8\x0b\x30\xbc\xcf\xc3\xf6\x9b\xed\x3c\xfe\xa2\x1a\xd9\xa9\x75\xc1\xaa\x9b\x4c\x69\x51\x4f\xcb\xf0\x53\xb0\xd8\x28\xbc\x6c\x11\x38\x9d\x66\x0c\xbb\xa9\x2e\x98\x77\xb3\x49\x67\x0e\x2f\x5b\x78\x98\xa6\x39\xc0\x56\x5d\x66\x45\x4c\xf9\x31\xad\xf4\x1e\x91\xfc\x5a\x29\x52\xe9\xaf\x85\x87\x69\x36\xe9\x6e\x2a\xa5\xf2\x30\x75\x62\x36\xe9\x57\x76\x25\x65\xb2\xc4\x6c\xf4\xae\x58\x69\xed\x1d\xa5\x56\x6e\x2f\x2d\x7b\x98\x32\x75\x62\x36\x6d\x34\x36\xdf\x32\x59\x62\x93\x1f\x13\x33\x26\xa2\x41\xc1\x37\xf5\x39\x66\x51\x78\xa0\x66\xa3\xc5\x78\xa5\x29\x08\x3b\x6d\xb6\xa1\x91\x78\x91\xc3\x03\x35\x9b\x16\xa2\x1d\x4f\x99\xe7\x30\x9b\x16\xa2\x0d\xb2\x0b\x06\xd9\xdb\x0a\x60\x7a\xa3\x49\x6e\x34\x5a\xfb\xe9\x1d\x3c\x49\x6f\x6d\x4b\xf6\x47\x65\xfa\xc3\x6c\x52\x48\x96\x55\x23\xd8\x69\xb3\x69\xff\x59\xde\xc1\xe1\x98\x9a\x4d\xda\x81\xed\xb4\x0b\xa1\xd2\xf7\x29\x9a\xd8\x4d\x95\xe9\x0f\x93\x59\xa7\x9e\x65\x3b\x2d\xd3\x1f\xde\xa7\x48\xb5\xbc\xb1\xa3\x6c\x4b\xca\x19\x6a\x2d\xef\x28\xa8\xdf\x72\x5b\xae\x2c\x13\x16\x76\xda\xbc\xa4\x00\x2e\xaf\x7d\x78\xaf\xe6\x75\xf8\x6d\x8f\x1b\xac\x79\xd1\xb2\xb3\x6c\x90\x5d\x8b\xaa\x91\x74\xb7\xe5\x8d\x1d\xfe\xa8\x29\xf7\xa6\x65\x7f\xd4\x05\x63\x6a\x6b\x7a\x7b\x7b\xd9\xc2\x03\x35\x99\x6e\xa2\x9e\x2e\xc3\x10\x4e\x92\x42\xdb\xd2\x13\xa6\xd5\xbc\xa4\xe9\xd9\xb4\xca\x3c\x87\x4d\x5e\x66\x6b\x9b\x91\x61\x43\x6d\xa6\xf7\x36\x05\xe1\x98\x9a\xd7\xe5\xb7\xc3\x30\x24\x85\xf6\xfb\x6d\xc2\xc2\xb4\x9a\xd7\xe5\x4e\x5e\xc3\x1f\x60\x7d\x8e\x55\xa3\x4d\x0a\x4a\xa8\xda\x2a\xca\xf4\x87\xb7\xf5\xc2\xed\x35\x8f\x78\xeb\x94\x8f\xd4\xda\xa6\x20\xcc\x9f\x29\xf7\xa6\xb5\xad\x1a\x6d\xa8\x46\x97\x64\x96\xbd\x57\xd7\x26\xc7\x4a\x01\xb4\xf7\x2a\x73\x24\xe6\xa5\xe3\xd0\x63\x09\x01\x3b\x67\x5e\x62\x7b\xdb\x39\x17\x2c\x9b\x29\xf7\x26\x27\x43\xac\x06\x06\x48\x03\xc4\x7a\x2c\x0a\x1e\x52\x50\x73\x69\xc7\xd3\x05\x13\x65\x32\x39\xc5\xb3\x6c\xa2\x64\x56\xc4\x76\x49\xd9\x79\x64\xf0\x59\x30\x4a\xde\x72\x98\x5d\x76\x3c\x5d\xa8\xe8\x92\x57\xfa\xed\xc7\xf0\x8b\x4e\x2e\xc1\x9f\x61\xfc\xa5\x36\x03\x7b\x98\x32\x87\x62\x5e\x52\xbb\x6c\x8b\x5c\xa8\xe2\x72\x37\x3a\x8b\xac\xd7\xab\x18\x05\x59\x52\xce\x50\xcb\xd6\xc5\x05\xeb\x62\xbb\xfe\xc1\xaf\xe1\x9a\xf9\x5b\x62\xfd\xf5\x9e\xfc\x62\x8f\xb8\xc5\xf6\xaf\xb9\x0a\x39\x14\xdb\xa5\xe3\xd0\x6b\x2b\x06\x72\x28\xe6\x2d\xb6\x7f\xad\xd5\xc0\x57\x34\xe5\xc7\xb4\x5e\x2f\xc0\xb7\x24\x5f\xde\x32\x85\xd8\xba\xb8\xde\x22\xce\x2d\x8f\xde\x65\x17\x52\x66\x54\xcc\x5b\xfc\x6d\xeb\x22\x53\x2b\xde\x4d\xea\xb9\x5d\x48\x17\xec\x89\xed\xe2\x75\xd0\x7a\xbd\xf9\xc2\x57\x34\x6f\xed\x24\x9f\x49\x05\x7b\x62\xca\xbd\x69\x7d\x56\x76\xe0\x1d\x9a\xb7\xb4\x31\x5b\x17\xd7\x57\xa4\xbc\x9b\x68\x62\x5f\x51\xe6\x5f\xcc\x5b\x4a\x9a\xad\x8b\x4c\xc4\x78\x37\x5a\x5c\xd7\xe7\xe5\x8a\x38\xf1\xbb\xe9\x2c\x68\xa3\xe3\x82\x99\x31\x6f\x6d\x30\xf6\x15\x5d\x30\x3a\xa6\x9c\xa1\xd6\xe7\x75\x09\xa7\xd1\xbc\xb5\x65\xd8\xe8\xb8\x10\x4d\x7e\xcb\x13\x79\xd9\x85\x74\xc1\xe8\x98\xb7\x56\x83\x8d\x8e\x4c\xdb\x78\xcb\x13\x79\xd9\xba\xb8\x50\x25\x25\x6f\xad\x86\xcf\x14\x84\x75\x31\x6f\x6d\x02\x9f\xd7\xe5\x47\xc2\x4a\x14\xd8\x29\x74\xfd\xc8\x83\x62\x7b\x9b\x11\x17\xcc\x88\x77\xd3\x5c\xfe\xbc\x73\xa3\x1c\x4a\xde\x3a\xc3\xfe\x4c\x2a\x84\x85\xb7\x4b\xaa\xc5\xcf\xa4\x82\x75\x31\xbb\xc4\xfa\xcf\xcb\x15\xbe\xa2\xd9\xc5\xdf\x3f\x99\x6d\x17\xc2\xc6\x6f\xab\x8b\x76\x21\x65\x96\xc6\xec\x3a\x84\xfc\xcc\x83\x28\x9e\x92\xfd\xfc\x8b\xaf\xd1\xfa\x79\xeb\x40\x35\xe7\xdb\x7a\x8a\x7d\x46\x99\xe4\x31\xbb\xc7\xef\xd5\x0c\xe7\xd0\xec\x9a\x25\x3b\x87\x2e\x58\x30\x53\x2e\x54\xdb\x16\xcc\x8d\x92\x2b\x77\xa3\x6f\x80\x73\x3b\x56\x63\x00\x4e\xc1\xd3\x70\xcd\x92\x62\xb5\xb7\x0d\x9b\xcc\xed\xd8\xae\x7f\x7d\x7f\x86\xf1\x97\x1c\xf7\x56\x25\x96\x87\xb9\x1f\x53\x81\xd3\xdb\xf6\x4e\xe6\x7e\x6c\x17\x95\xb4\x6d\x57\x52\x26\x79\xcc\xee\x01\xa6\xff\x12\xaa\x11\x53\xf9\x3d\x4e\xf9\xf8\x30\xe5\x63\x93\xeb\xae\x53\x3e\x3e\x4c\xf9\x98\xf2\xbf\xda\x2a\xb5\xf2\x30\xe5\x63\x63\x39\xf1\x7a\x5a\x86\xf1\x97\x5d\xb0\xe8\xcd\x24\x8f\xa9\xe0\xe6\x6d\x7b\x27\x93\x3c\x36\xe6\x4c\xaa\xa7\x6d\xf8\x07\x98\xa4\x72\x38\x3e\x53\x3e\xa6\xc2\x95\xb7\xed\x9d\x4c\xf9\xd8\x98\xb3\xaf\x9e\x86\x61\xfc\x25\xd5\x97\xad\x2a\x29\x0f\x73\x3f\xa6\xbc\x9e\xb6\xfd\x51\x99\xc4\x31\xe5\xf5\xb4\xcf\x74\xdf\xe4\x73\x6a\xa8\x5b\xa5\x9b\xab\x81\x71\xeb\x2b\x4f\x13\x16\x86\xcf\xec\xd4\x0e\x9c\xdb\xb1\x1a\xe8\x3b\xf4\x39\xcb\x23\x21\x43\xa7\x06\xb8\x3d\x6e\x56\x03\xe3\x26\xb6\x55\xb2\xe4\x61\xb6\xc6\x1c\x5c\x5a\xce\xd6\xf8\x6c\x84\xeb\xa7\x82\x6d\xb7\xcd\x88\xcc\xa1\x98\x4c\x80\x51\x4f\x61\x18\xe3\xe6\xbd\x0f\xf3\x2b\xb2\x51\x93\x36\xc4\x3e\xaa\x36\x52\x8d\x0f\x30\x49\x65\x9f\x51\x26\x5a\xcc\x71\xa9\xef\xe5\xbe\xc9\x10\xa2\x77\xd3\xb2\xdd\x8d\xdb\xe9\x74\x27\x3f\xc1\x28\xdb\xa5\xa0\xcf\xdd\xb4\x75\x30\xd1\x62\xbb\x78\xc3\xea\x44\x8b\x0f\x13\x2d\xa6\xbc\x70\xb6\x6d\x91\x4c\xad\x98\x72\xb7\xd9\x76\x25\x65\xea\xc4\x94\xbb\xcd\xb6\xd1\x91\xa9\x13\x93\xb9\x34\xeb\xe9\x36\x8c\xbf\x0c\xbf\x9d\x86\x17\x60\xbf\xbd\x0d\xb3\x6f\x52\xf0\x32\xbd\x69\x74\x94\x5f\xcd\xbe\xbc\x00\xe1\x81\x9a\x83\x3a\x3e\x13\x29\xb2\x81\xdd\x4a\xa4\xb2\x3f\x2a\x53\x27\x26\x53\x87\x3c\xdb\x1e\xa6\x1b\x66\xc6\xc6\xf2\x64\xf5\x34\x0c\x63\xd2\xa6\xfa\x96\x9e\xb2\x69\x5d\x1c\xfe\x1c\x9d\x4d\x98\x51\x31\x47\x68\x80\xdb\x03\xc4\xd6\x21\xdf\x97\x6d\xeb\xe2\xbe\xa8\xbe\x50\x1b\xdb\x8e\xa4\xdf\x08\x99\x4f\xc5\xca\x6d\x95\x62\xae\x06\x66\x9e\x7a\xa1\x53\x27\x3e\x4c\x9d\x98\x53\x8c\x7c\x7b\xa5\xc1\x03\x35\x59\xfd\xe2\xd9\x76\x3c\x65\xb2\xc4\x64\x8e\x90\x87\x19\x13\xd9\x60\xdf\x1a\x89\x36\xdf\x0d\x0f\xd4\x9c\xa7\xfe\xd2\xb2\x0a\x39\x12\x9b\x7c\xd0\x9d\x23\xb1\x1a\xe8\x9b\x06\x9f\x7d\x7b\x01\xde\x50\x76\x66\xd3\x00\x97\x07\x08\x52\xcd\xa6\x01\x6e\x7f\x0e\xb8\x4a\x89\x46\x9c\x0c\xb1\x1a\x78\x5b\x62\xbd\x7b\x13\x80\xb9\x2e\xe5\x15\xb2\xed\xfd\xb9\x11\xdf\x7e\xeb\xbc\xb6\x6d\xbc\xdb\x70\xf3\x4c\x85\xe8\x38\xeb\x61\x35\xf0\x97\x92\x9a\x8e\x5f\xdf\x9d\x1f\xcf\xc3\xea\xb6\x3f\x27\xb3\x1e\x26\xab\x30\xd4\xd3\x63\xb8\x16\x20\xd3\x04\x3e\xbb\x5b\x22\x23\x22\x3d\xa7\xd6\x65\xf7\x57\xd2\x4a\x27\x5f\x86\xdd\xbd\xa4\x3a\x3f\x9e\x0a\xf7\xb6\x87\x26\xd3\x1f\xa6\x62\x2c\xf6\xf0\xe6\x85\xa8\xf2\x94\x07\xc1\x1e\x16\xa6\xb0\xcb\xb5\x5b\xd3\xa0\xf4\x86\xd5\x40\x27\x54\x31\x9c\xde\xf0\x61\x7a\xc3\x0c\xcd\xa5\x7d\x2e\x37\xad\x74\x71\xa8\x6f\x2f\x92\xc1\x99\xd7\xa4\x39\x88\x7c\x23\x5a\x3c\x95\x65\xc5\x89\x0a\x1f\x26\x2a\xcc\xf0\x48\xbc\x1a\x50\xd3\x38\x43\x0c\x31\xe4\xca\xb3\xe1\x7c\x79\x37\x0f\xd0\xd2\x87\xc6\xbb\xd0\x5f\xda\x78\xb7\x61\xbc\xbb\x15\xe7\xb3\x1d\x2d\xce\xd4\x84\x29\xa7\xe7\x3d\xbd\xfd\x23\x3e\xbc\x29\xcc\xc0\x89\x0a\xab\x81\xbe\xb5\x17\x4f\x2f\x12\xd8\xe5\x32\xb4\xe9\xda\x43\x73\xa3\xbe\x48\xc6\xfd\x87\x6a\xb2\xf5\xb2\xff\x1a\xee\x1f\x3a\x83\xef\x29\x0b\xc9\x86\x03\xe7\xad\xc3\xc8\xb6\x11\x6f\xa3\x06\x72\xea\xc2\xdb\xe9\x0d\xab\x81\xbf\x96\x76\x30\xbd\x86\xe0\xa9\x99\x72\x50\xde\xd3\x52\x08\x9e\x9a\x19\x5d\x9d\x58\x0d\xa0\x59\xee\xd6\x8e\xe2\x60\x72\x66\x3d\x4c\xdd\x55\x3b\xeb\x61\x35\x40\x04\xea\xcc\x3b\x2c\xc7\xe1\x9b\xd9\x14\x6b\xe1\x64\x88\xd5\xc0\x5f\x4a\x4c\x86\xc5\x7b\x70\x3a\xb4\xd1\xd8\x53\x73\xd3\x2c\x17\x62\x7f\x07\x93\x6f\x78\x53\xa6\x6e\xb6\xb7\x8a\x20\x57\xa3\xce\x9b\xb7\xd4\x17\x47\x8d\x6f\x9a\xe3\x42\x62\xd2\x51\xe3\x1b\x4e\x96\x29\x67\x5c\x67\x3d\x7c\x98\xf5\xb0\xe9\xa0\xe3\xac\x87\x0f\xb3\x1e\x66\xa4\x61\x0f\x10\x0c\xad\xe0\xb2\x1d\xdb\x23\xc1\x2d\xa8\x8e\x45\xdb\x31\xe6\x1b\xe1\xe3\xa9\x5b\x73\x67\x3d\x7c\x98\xf5\x30\x59\xc9\xfb\xd9\xe9\xd5\x0c\x97\xcc\xd4\x85\xf7\xb6\x4b\x26\x33\x17\x66\xf2\xdc\xb6\x6d\xea\xdb\x30\xf5\xdd\x4c\xf6\xf9\x6c\x87\x87\x33\x45\x61\xea\x66\x7b\xa7\xe5\x38\xcc\x75\xed\xee\x86\x97\x61\xf4\x2d\xa1\x9a\x5e\xe4\xf0\xb6\x4c\x5d\x61\x6f\x1b\xef\x36\xcc\x75\xed\x96\xda\x65\x27\x4b\x66\x2e\x4c\x79\xc6\xee\x34\x61\x93\x84\xd5\x9e\x9c\x56\x48\x60\xbc\x6b\x0a\x79\xd9\x69\xcd\x03\x71\xe2\x8d\x79\x0c\xeb\x69\x18\x46\xdf\xb7\xdf\x4e\xc3\x0b\xb0\x68\x62\xc5\x15\x36\xbd\xc6\xfa\x89\xf5\xe4\xcf\x21\xbd\x35\xc5\xcb\x8c\x4c\x9b\x9e\x52\x9f\xec\x65\x46\x5e\x64\x64\x71\xac\x63\xcc\x99\xe7\x30\xe5\x47\xbb\x6d\xbc\xdb\xf0\xb6\xbc\x2f\xd1\x7b\xa5\xfb\x86\x3d\xff\x9e\xfa\x4b\xcf\x0e\x4d\x7d\xba\x16\xdf\xcb\x02\x04\x4e\x98\xa9\x6b\xf1\x6d\xdf\xcb\x4d\x53\x9f\x62\x5b\xb6\x4d\x7d\x7b\x91\xed\xa5\x4b\x2c\x4f\xc3\xa2\x08\x0e\xbf\x3d\x0c\x83\x82\xd3\x6f\xbb\xef\x62\xf4\xdb\xe7\x9e\xe5\xdd\x6a\x71\xb7\x0a\xc3\x9f\x61\x8c\x44\xea\xf9\xb2\x3c\x81\x4b\x66\xa6\xf4\x14\xbb\x64\x6e\x1a\x06\x53\x3a\x90\x0d\x83\x1b\x86\xc1\xdb\xa7\x24\x47\xa4\xef\xcd\x69\xa0\xf9\x73\x3b\x22\x7d\xc3\x14\x98\x99\x7e\x3b\x0d\xa3\x6f\x2d\xee\xed\x69\x80\x4b\x63\xa6\xf4\x14\xbb\x34\x32\x75\x62\x53\x40\xd2\xb6\x4b\x23\x73\x28\x9e\xc7\xa1\x9d\xc6\xb1\xe7\x1b\x5e\x8c\x85\x37\xe1\xdb\x38\xf8\x4a\xa2\xc3\x4e\x8d\xcc\xa2\x58\xaf\x6b\x30\xe6\xe5\x4d\x5e\x96\xec\xd8\xde\xc7\xe8\xd5\xa8\x78\xa7\x6d\x43\xdd\x46\xbc\x79\xeb\xd2\xbc\xec\xd5\xb8\xe1\xd5\x78\x1e\x72\xca\xdb\x8f\xe9\x02\x47\xc6\xc2\xa7\xf0\x34\xfe\x23\x4e\x3a\x3e\xe6\x44\xa4\x4c\x6c\x5d\x27\x14\x47\x9a\x6f\x7a\x30\x32\x3f\x61\x3d\x0d\xc3\xa4\x8c\xce\x7e\x8f\xe5\x07\x3d\x1b\xbb\x64\x93\x7d\x15\x37\x0c\x81\xe7\xa1\xbb\xea\xfd\x58\x45\x82\x7b\x62\xe1\x4d\xb8\x07\x5f\x14\x2d\x5c\x1f\x6b\xb6\xa3\xd1\xaf\x4b\x21\x78\x7c\x4a\xa1\x5f\x62\xd7\x34\x39\xda\x9c\x29\x19\xcf\x43\xb7\xd8\x4e\xc5\x58\x0d\xf6\xae\x1d\xeb\xf1\xfa\x47\x60\xf9\x79\xc8\x55\x6e\xdb\x35\x71\xc3\x1c\x58\xf8\x25\x3c\x8c\x67\x31\xaa\xf6\x95\xd7\x67\x8f\x97\x12\x57\xa4\x79\xad\x2b\xc0\x30\x78\x1e\xf2\xa1\xdb\xaf\xd5\xad\x97\x14\x16\x73\xbc\xa6\xf0\x2b\x0a\xeb\x38\xfa\x7a\xb1\xc3\x4d\xb1\xf0\x14\xee\x7f\x2d\x7d\xa1\x31\xa7\xdf\xe3\xf4\x8d\xcf\x86\x5d\xf1\x3c\xe4\x5d\xe7\x44\x8d\xd5\xe0\xbf\xaa\x17\x73\xf0\xcb\x22\x9f\xba\x88\xde\xaf\x37\xae\x97\x14\x96\xa4\x7f\x4d\xe1\x97\x9c\x2d\x1f\xb8\xfd\x7a\x65\xbf\xa4\xbc\xbc\xdd\x9c\x07\xb2\x1a\x3f\xe2\xfc\x5b\xc7\x90\x6f\xd4\x5f\x3e\x0f\x5d\xe7\xef\xcf\x34\xfb\xc8\xac\x67\xfb\x4b\xbe\xa3\xfd\x59\xff\x42\x85\xe6\xfa\xd9\x10\x7e\x19\x2f\xb5\x5e\x76\x74\xe7\x9b\xac\x06\xff\x5d\x42\xee\xb3\xe6\xf5\x51\xf3\x92\x76\xe4\x30\xf3\xfd\x51\x2a\xe8\x1a\x7b\x7f\x56\x05\x3e\x32\x2d\x0b\x38\x3c\x4e\x35\xf9\x30\xd5\x64\xe1\xfa\x5b\x4b\xc5\x4f\x44\xd2\x7e\xf3\x59\xcd\x42\x59\xe5\x5b\x16\xf9\xed\xe0\x71\xe6\xa0\x3c\x0f\xe5\x0c\x71\x12\xca\x6a\x70\x0e\xa4\xad\xfd\x4c\xd3\x1f\xb9\xf6\xd4\xf9\xe3\x67\x01\xf0\x13\xad\x75\x00\xf9\x59\x34\xfe\xc8\x9f\xa7\x56\x85\x6d\x88\x4c\x2d\x79\x5f\xff\xe0\x65\x98\xc3\x91\x50\xff\x79\xd7\x41\x15\x97\x66\x63\xd6\xcf\x44\xfb\x91\x0f\xe5\xaa\xb3\xed\xba\xc8\x2c\x93\x85\x6b\x34\x16\xb1\x3f\x11\x4d\xec\x6f\x43\xe1\xfe\x91\x11\x25\x48\x1c\x2e\xbe\x59\xed\xe5\xd0\x6d\xef\xfe\x79\x2f\x41\x84\x78\xeb\x92\x23\x3f\xd3\xf2\x47\x5a\xb2\x3a\xd9\x1b\x07\x57\x7a\x35\x1a\xf1\x4b\x78\x37\xbe\x89\x77\xe1\x9f\x71\xf6\x83\x83\xcb\x1b\x8a\x19\xaf\xc6\x24\x7e\x0b\x5f\xc6\xd9\x0f\x24\x55\x3d\xbe\xc6\xd9\x4f\x53\x3f\xcb\xe3\x21\xab\xd1\x1e\x5d\x8f\x61\x1c\x2c\x02\xb5\xa1\x9e\xb6\xe1\xa7\xe0\x50\xef\xcb\xa3\xe4\x2a\x6d\x97\xbe\x8a\xfb\x4f\x35\x20\x03\x86\x06\x49\x5a\x56\x83\x7f\x8a\x1d\xa2\x1e\xd3\x38\x24\x0f\x1d\x04\x5e\x67\xe5\x7c\x99\x95\xb3\x70\x76\x2f\x3b\xe0\xcb\x44\x9c\x85\x0f\xe1\xb7\x71\xfe\x6d\x08\x5e\x86\xd9\x4d\x27\x0d\x4e\xd3\xf2\x24\x5f\xf2\x9e\xb9\x1e\xbb\x71\x0e\x73\x1c\xc2\xd3\x38\xfb\x19\x1a\xce\xd2\x67\x9d\xa2\xe5\x54\xff\xcb\xef\x73\xd9\xb2\x68\x41\x3d\x3e\xc6\xc1\x3a\x53\xa3\x37\x31\x4f\x32\x26\x8d\x2e\x6f\x9c\xdc\xb5\xab\xc1\x6e\x42\xdd\x6f\x77\x43\x0e\x0c\x12\x4d\xb1\xe5\xd5\xe0\x57\x45\x0a\xef\xc6\x39\xca\xf4\xfb\xcb\x38\xbb\xcf\x5b\xf8\x6b\x9c\xc3\x49\x0e\x53\x25\x5c\xaa\xa1\x7e\xd4\x7f\x86\x71\x70\x4e\x5e\x82\xf5\x55\x8d\xcb\x93\x57\xba\xf5\x78\x1b\xc7\x5c\x85\x7a\x37\x2d\x1b\x69\x79\x89\xbf\x9b\x69\xd9\xa8\x18\xf1\xf2\xe8\x0d\xb9\x34\xbe\xcc\xe3\x59\xb8\xba\x37\x07\xd2\x8e\xc8\x18\xd1\xd7\x69\x3d\xab\x01\x2d\x22\x9b\x60\xd3\x80\xb5\x6b\x59\x73\xe0\x75\x02\xcf\x97\x09\x3c\x1b\x33\x30\xbe\x4e\xe0\x59\x0d\xfe\xe9\x75\x0a\xef\xc6\x07\xf1\x4b\xf8\x34\xce\x7f\x0d\xc1\xdb\xf0\xc7\xd7\xd5\x7d\xfa\x5f\xa1\x30\x0d\x89\x90\x8b\x7b\x4c\x35\x3a\x60\x75\x9e\xc3\x30\x8b\xb0\xdf\x87\xf0\xc7\xf8\x8b\xd7\xf5\x49\x9e\x8f\x8b\x4c\x4c\xdd\xe2\x0d\x79\x36\x56\xe3\xfa\xef\x7f\xee\xfb\x68\x82\xdd\x3b\x79\xf8\xba\x35\x76\xf3\x30\x12\x77\x36\x26\x73\xac\xa7\x9f\x60\x08\xd1\x21\xa9\xa5\xf0\xf6\x57\x69\x3c\x0f\xee\x8f\xf5\xb8\x8c\xb3\x77\xad\xb4\xcb\x0b\x9f\x95\x5b\x0e\xee\x54\x6f\xdc\x96\xa2\x37\x79\xf8\x1a\x5d\x78\x18\x4f\x0c\x3e\x05\xeb\x5b\x6f\x2e\xf0\x4b\x0b\xf0\xf6\x02\xbf\xc9\xc2\x16\x67\x77\x6a\x42\x6e\xae\x40\x96\x2b\x78\x43\xf5\x91\xff\x1f\x63\xe7\x93\xab\x3b\x6a\x44\xf1\x79\x56\x71\x77\x90\x0f\x8c\x0d\x35\xc9\x24\xe3\x64\x0f\x60\x6c\xa9\x07\xdd\xfd\xf4\xd2\xbd\xff\x08\xce\xf9\xbd\x28\x51\x06\x6f\x70\x25\x7c\xc4\xad\x0f\xca\xf5\xcf\x05\x14\x53\xa5\x35\xf3\x65\x19\x2b\xcc\xaa\x48\xf6\x8a\x6d\xb7\x6f\x4d\x59\x8d\x4b\x78\x35\xde\xc1\xc7\x22\x63\x53\x5c\xd0\xe3\xa2\xc9\x32\xfa\x13\xe1\xdb\x19\xc6\xac\xd3\xb8\xeb\xe9\x00\xde\x62\x60\x51\xf5\xd9\xf4\xa9\x32\x9b\xe9\x53\x12\xdd\x6f\xf0\xfd\xa2\x32\xc4\x1f\x60\xfd\xa8\xfd\xc5\x89\x76\x9f\x0a\x70\x8a\x07\x79\xc2\xb2\x53\xfe\xa5\x30\x1a\xa4\xec\x94\x94\x59\xe2\x4f\xa4\xe9\xf4\xf5\xfc\xc7\x4f\x6c\xf1\x9e\xd4\xd4\x5c\x0d\xfd\xca\x51\x8d\x4f\xf0\x47\xb8\x67\x31\x18\xad\x1c\x4a\xb1\xe3\x38\x47\x03\xdf\xf2\xc0\xe4\xc6\x00\x5e\x91\xec\xf5\xa3\x37\xbc\xf0\x0b\x28\xa2\x7e\xf1\x02\x2e\xa9\x79\x39\x93\xf1\x0b\x5c\xbf\x6a\x69\xf6\xd5\xcb\x53\x75\x38\x17\x5e\x8d\x7b\xf4\x97\xc4\xb0\x58\xca\x2f\x78\xba\x13\xa0\x0b\x77\x7f\x7c\xf9\x25\x15\xd5\xa2\xf0\x6c\xbe\x67\x79\x35\xb6\x40\x58\x73\x2f\x78\x7d\xc9\xc2\x16\xfb\x13\xdf\xd1\xb2\x1a\x22\x6f\x5f\x7e\xf5\x0a\xde\x36\x19\x60\x46\x2f\xe1\x2f\x56\x8a\x0b\xe1\xbf\x24\xfc\x27\x30\x54\xcc\x62\x53\x81\x97\x97\x79\x69\x2f\x53\xd1\xdc\x6a\x5e\xda\x3d\x54\x4c\x66\x35\xcf\xec\x65\x2a\x62\xbb\xd3\xa2\xa5\x58\xae\x2a\x2e\xbb\x4a\x73\x4f\xab\x5c\xc5\x35\x57\x09\x8e\xca\x6d\xac\x47\xc8\x74\x91\xa9\x86\x3d\xca\x2a\xcd\x3d\x0f\x4d\xaa\x12\xa0\xe8\x20\xf9\x47\xd5\x2f\xd6\x23\xe4\x15\xa0\x9c\x47\x33\x3e\xc1\xf7\x6c\x4f\xdb\xde\x86\xe4\x34\xcd\xf6\x74\xe0\xd2\x08\x50\x76\x8a\xb2\x20\xae\x0d\x17\xdc\x9a\xc9\x88\x7c\x63\xb6\x4d\x82\xa3\x20\x73\xaa\xfe\xa5\x1a\x1a\xe6\x79\x19\x0f\x70\xd1\x39\x25\xc8\x0d\xc1\xd9\x69\xca\x52\x4a\x35\x7c\x01\x8b\x69\x8e\x97\x1a\x4c\x6b\xb2\xed\x36\xb2\x0d\xa6\x35\x09\xc8\x69\x6b\xda\x50\x42\x95\xb7\xfc\x10\xcf\x34\x24\xa4\xc9\xb8\xeb\x4e\x81\xa9\x02\x96\x6a\x6c\xf2\x96\xee\xc0\xa9\x86\xb4\x8a\x88\x20\x60\x4e\x48\x42\xf0\xd9\x81\x56\xe9\x36\xe6\xcf\xe9\xb8\xc5\xf7\xa8\x4c\x95\xaf\x2c\xe5\x14\xeb\x03\xc3\x16\xe6\xa5\x05\x2d\xe0\x65\x98\x97\x0e\x67\x82\x70\x66\xe7\x2b\x4b\x39\xe9\x6e\x26\x84\x94\x0d\x2f\x1c\xf0\x32\x14\xb7\x5c\x36\xe2\x81\x56\xe9\x2e\x95\xcf\x65\xc1\x0c\x02\xea\x7d\xe4\xbb\x14\x3b\xb8\xc0\xd0\x85\x04\xf3\x4a\x26\x4f\x38\xb3\x93\x93\xa5\x38\xa0\x0e\xec\x9c\x76\x16\x6a\x0b\xca\x7a\x82\x65\x12\x4b\xdd\x5d\x3a\x5b\x47\x2c\xbb\x3c\x8a\x0d\x42\x87\xf3\x5d\xd2\xaa\x72\xc3\xb3\x75\x74\xb3\x2b\x9c\xc1\x77\x74\xec\x5c\x97\xb8\x5e\x0e\x7f\x3a\x71\x8b\x52\x8e\x97\xe3\xd4\x4e\x80\xd2\xe5\x3a\x2e\x2b\x49\x87\x95\x5d\xd2\x7a\x39\x8a\xef\x7c\x9a\x74\xb3\xd8\xda\xd0\xb1\x67\x5d\xe2\x7a\xd9\x1c\x77\xdc\x70\x97\xd2\x5e\x36\xaf\x1d\xe6\xec\xfb\x55\xf2\x15\xc0\x13\xf8\x51\x77\xcd\x76\x30\xdb\x21\xf9\x43\x2e\x07\xb1\xc5\x4e\xfc\xe5\xcb\x72\x33\x70\xa0\xbb\x14\xe5\xea\x2e\x2d\x19\xe8\xec\x90\x9c\xc1\xe4\x01\x17\x86\xe4\xec\xb2\x79\x1d\xe8\xec\x30\x77\xcc\xb5\xc1\x87\xdb\x30\x77\x9a\xe9\xc3\x9d\x61\xee\x34\xd3\x27\x9e\x56\xa2\x51\xcb\xa7\xb3\x0d\x3c\xea\x90\xd2\x5e\xb6\xbb\x03\xab\xbe\x0f\x40\xe7\xea\xe8\x70\xc0\x4b\x27\x14\x2f\x6b\xc3\x20\xa4\x19\x0a\x69\xaa\x63\xd2\x81\x61\x1c\x92\xb4\x6a\x75\xb8\x91\x34\xa5\x14\xab\xc3\xc3\x1b\xcf\x79\x8b\xc7\xd5\xf1\xe1\x8d\xb5\xdf\x57\xaf\xe4\xea\xd8\xe5\x46\xa0\x94\x39\xac\xa9\x1a\x3e\x80\xcb\x86\xc3\x70\x05\x1e\x22\x0e\x0e\xf1\x1d\xa2\x54\x47\x34\x77\xd8\x4e\x68\xaf\x60\x75\x40\x73\xc3\xc7\x5b\x7c\xb4\x2e\xdc\x7c\x17\xef\x03\xcc\xb9\x5a\x15\x6e\xd8\xeb\x74\xe2\x7f\xba\x4f\xf0\x47\x38\xfd\xf9\xd1\xc5\xff\xac\xb2\xa0\x53\xb5\x2c\xd5\x10\x5f\xac\x51\x37\x22\xbc\xcf\x3f\x67\x95\x0b\x5d\x4f\x03\x78\xcf\xe8\xb8\x7e\x26\xb8\xba\x71\xcd\x4e\x42\x56\x07\x51\x13\xf5\x9f\x52\x7f\xd5\xfc\x5c\x8f\x05\x7c\x73\xe2\x47\xf7\x0b\x58\x63\x2d\xc5\x78\x80\x8b\x15\x56\xe7\x89\x9d\x76\x76\xb2\x3a\xba\x72\x76\x72\xaa\xc6\x65\x29\x96\xe3\x49\xf0\xb3\xb3\x8d\xe9\x53\x4f\xf0\x07\x5c\xa3\xbf\xc4\xa2\x89\x3e\x4c\x79\x99\xea\x8f\xf2\x89\x97\x99\xe2\x11\x93\x82\x09\xce\x13\x56\x5b\x85\x87\xf8\xe4\x51\x7e\xa6\xda\xcb\x3c\x58\x05\xe7\x0f\xab\xbd\xcc\x83\xc4\xee\xb2\x93\x99\xc9\x3e\x38\x1f\x1d\x5b\xae\x36\x5d\x0f\x46\x61\xa7\x07\xd3\xa7\x59\x7d\x1e\x9c\xcc\x2e\x4e\x99\xab\x13\x13\x0f\x3c\x70\xda\xb0\x39\xca\x79\xb0\x09\x7b\xeb\xe1\xc2\x25\x6d\x0f\x3c\x70\xde\xb0\xd9\xf9\x3c\x08\xed\x23\xa1\xb5\x0f\x7b\x70\xe4\xba\x8a\xe6\xd3\xac\x57\x0f\x4e\x66\x9f\x56\xce\xd5\x76\xf4\x21\x28\x72\x36\xb1\x59\x81\x1e\x0c\xa9\xd3\x86\xcd\x29\xa4\x17\xdd\x77\xda\xb0\x39\x34\x7c\x91\xa7\x57\xf2\x64\x1f\xf6\x62\x5f\x75\x7c\xb9\xda\x87\xbd\xb8\xfd\x57\x4e\xa6\x39\x02\x7c\x61\xa5\x93\x89\xcd\x62\xf9\xe2\xc7\x5f\x05\xd3\xcd\xb1\xd5\x8b\x7d\x75\x36\xb1\x39\x14\x7b\x71\xd8\xaf\x34\xb7\x99\xf7\x2f\xc1\xcf\x3e\xcc\x9c\xb5\x2d\x62\xb6\x17\x0d\x7d\x15\xe4\x34\x87\x56\x2f\x86\xf1\x95\xf8\x35\x8b\xe5\x8b\xf8\x29\x3d\xa8\x2b\x62\x66\x7c\xac\x6b\xaa\x1b\x99\x3e\x5a\xbb\x5e\x8f\x0d\x7c\x33\x41\x4e\x20\x3e\x66\x42\x38\x3b\xa8\x4b\x4b\xd6\xe3\x04\xd7\xa4\xe4\x7c\xc2\xbb\x03\x67\x38\x3b\xa8\x5b\x41\xa6\x4a\x46\xaa\xb1\xe2\x84\x33\x99\xbc\x75\x2a\x3e\xf2\x25\xaa\x31\x35\x29\x1e\x39\xc3\x79\x37\xdd\xdd\x31\xa9\xf0\xb8\x1a\xbb\xbf\x0a\x2d\xad\xc7\x13\xbc\x0a\xcf\xc6\x03\xfc\x15\xae\x61\x26\xdb\x75\x95\x75\x2c\x5a\x6c\x59\x4f\x17\xf0\x9e\x6d\xc8\xdc\x51\xce\x71\x35\x44\xa6\xf8\x67\x2d\xf6\x91\xb4\xc6\xa3\x53\xc7\x53\xe5\x1d\xd5\x10\x9d\x62\x3a\x83\xe1\x4b\x90\xe3\xf4\xb4\x6c\x65\x23\xc9\xca\x86\xc9\x38\x8a\x0a\xe7\xdd\x74\x4d\xc4\x0c\x6f\xc4\x5b\x8d\xad\x85\x2a\x3a\x34\x55\xcb\x51\x0d\x91\x97\x80\x47\xe6\xdd\x66\xbd\x5b\x65\x7f\xc2\xe7\x7f\x67\x64\x09\xb2\x2e\xc6\x9f\xd4\x6f\x5c\x0d\x91\xb1\xe8\xf8\x26\x9d\xd5\xe8\xc2\xc3\xf8\x00\x5f\x91\xa4\xf6\xa6\xae\x27\x8f\xd2\x79\x37\xd5\xe4\x99\x41\xde\x4d\xb5\x1c\x8b\xbf\x7c\xc2\xb7\x24\xaf\x46\xdb\x70\x36\xdc\x81\xc5\xfa\xe6\x1f\x75\xf8\xa0\x8a\x8f\xe5\xf4\x9b\xca\x70\xd8\xd9\xb8\x50\xc2\x2c\xb2\xb5\x44\x95\x20\x17\xee\x39\x0d\xe6\xb4\x05\x2d\xe9\x32\x87\x19\xe4\xdd\x54\xfd\xb1\xf8\x73\x2b\x7c\x0e\x78\x35\x86\xba\x87\xf1\x07\x5c\x64\x92\x7e\xf6\x40\x1d\x76\xea\x6c\xe1\xd5\xf8\x09\x2e\x3a\x96\x63\x72\x60\xb1\x0f\xee\x2e\xdc\xf4\xe1\x82\x92\x60\x49\x2b\xa1\xeb\x71\x82\x3f\xc2\x4d\x7f\xf0\xbb\x43\x74\x0e\xd3\x19\x8c\xd3\xd3\x95\x7b\xa0\x70\xe3\x6a\x68\x9c\xfa\xc6\xa6\x72\xe3\x6a\x88\x8e\xbe\xff\xa2\xa0\x57\x7b\x87\xdd\xc2\x2f\xe3\x13\x5c\xf4\x4f\xd3\x87\x0f\xc5\x7c\xb0\xc4\x16\xbb\x60\x55\x77\xcc\x2d\xd1\xbd\x03\x8b\xcc\x65\xf2\xb0\x67\xef\xb2\x4b\x49\xe7\x6b\xd7\xe3\x09\xae\x61\x56\x0f\xb3\x33\xcc\x2e\x3a\x96\x64\xd2\x69\x51\x24\x3c\xcc\x6a\x30\xdb\x21\x2e\x37\xff\xac\x4d\xa9\x4a\x37\xe6\x96\xe9\xfe\x00\x8b\xba\xd5\xd6\xfb\xf1\xa6\x4a\x3a\x2e\xbc\x18\x3f\xc1\x45\x5e\x81\x7c\x90\x20\x0b\x25\xc8\xec\xad\xc2\xd7\xd2\x4c\x55\x6f\xcc\xed\xf8\x89\x83\x78\xab\x73\xe6\xbf\x96\xa3\x4f\x5a\xb6\x9c\x41\xfa\x2c\xf6\xe1\xdc\x72\xfa\xc5\x9c\xd8\xe5\x7d\x4a\x37\xdb\xc7\x51\xf4\x71\xaa\xe8\xe3\xa2\x42\xf7\x09\xbe\xe5\x4d\xa7\xa4\x67\x9c\xe8\xf4\xce\xb6\xe5\x66\x31\x3c\x3b\xd4\xbb\xa8\x4b\x0a\x5d\xb1\x71\xaa\x62\x63\x6e\xb6\x8e\x27\xec\x57\x2e\x2d\x25\x2b\xcb\x89\x8e\xee\x9d\x81\x0b\x87\xcc\x00\xbf\x37\x19\x8f\x11\xeb\xa8\x64\x5a\x52\xfd\x8e\x19\x24\xd3\x42\xc9\xb4\x94\xfc\x1a\x2f\x47\x05\xaa\xea\x98\x9b\x45\xdf\xd7\x29\xaf\xc6\x1e\xbb\xbc\x33\x55\x1b\x67\xec\x0b\x94\x73\xb3\xe0\x5f\xb0\x5d\x19\xb6\x94\x6c\xbe\xc8\xb0\xa9\xac\xe3\xc2\xfd\xa3\xd8\x52\x65\xd8\x52\x32\xc7\xc8\xb0\xa9\x82\x63\x39\xed\x9d\x7d\x02\x78\x35\xc4\x82\xe2\x9f\x45\xff\x2f\xcf\x55\x5f\xa4\x41\xb2\x2b\xaa\xf4\x36\x99\x4e\xc5\x13\x54\x4d\x4a\xa1\xaa\x6a\x33\xaa\xa1\xd7\x6d\x3d\xa9\xa8\xf3\xde\x0c\xb8\x70\x71\xde\x67\x72\x57\x43\x42\x66\xd3\xee\xab\x64\xa6\x2a\x33\x66\x6d\x97\x5b\x4f\x0f\xb0\x46\xa9\x2f\x49\x0a\x35\x4e\x15\x6a\xcc\xc4\x16\x2e\xd4\x38\x55\xa8\x31\x13\x5a\x54\x78\x50\xa5\xe4\xc9\xb1\x42\x45\xc9\xab\x79\x63\x0f\x51\xe1\x8d\x52\x6c\x29\x85\x07\xe9\x20\x33\xaa\xa4\xaf\x99\x35\x83\xb1\x6f\x1f\xdc\x1c\x00\x55\x7c\xb0\x6e\x99\x49\x49\xdf\xa3\x14\x6b\x9c\x2a\xd6\x98\x9b\x4d\x45\x23\x40\x51\xde\x2d\x79\x95\x95\x6a\x8d\xab\x71\x09\x3f\x8d\x07\xf8\x2b\x5c\x93\x6a\x04\x28\x4d\xca\xaf\x8f\x84\x68\x30\xbe\xc9\x5e\xda\xe2\x34\x3c\x76\x93\xba\x66\xbb\x9f\x06\xe3\x95\x8e\x4b\xd9\xaa\xd0\x88\x5b\x9a\xec\xa8\xce\xe5\xae\x47\x46\x29\x37\xa3\x83\xb9\xeb\xd1\x42\xdf\x64\x2f\x9b\xbb\xe3\x6c\x9b\x14\x36\x5b\xb8\x1b\xe1\x4c\x13\x2b\xcd\x32\xf2\x6b\xaa\xb7\xb8\xf4\x2f\x1b\x6f\xe0\xab\x7b\xd8\x62\x05\x3e\x75\xa7\xd1\x56\x77\xb1\x26\x50\x35\xe5\xd1\x52\xb6\xc2\x06\xbe\x64\x27\xd4\x72\xd8\x35\x07\xbc\x51\x7a\x2d\x79\xed\x35\x02\x0d\xdc\x1b\x00\x17\xee\x9f\xc5\xc4\x85\x79\x66\x0d\x0f\x78\x16\xe6\x99\x83\xb1\x20\x6e\xd1\x1e\xbf\x48\x26\x83\xc7\x0e\xb9\x9e\x7c\xf9\x67\x71\x3d\xfb\xa8\x6e\x0e\xdb\xb8\x80\x95\x4a\xbb\xa5\x6c\xd5\x09\xe2\x96\xbd\x0b\x30\xa5\x6c\x45\x0e\xa4\x75\x27\xe0\x8a\x73\x89\x11\x98\x4a\xe5\xdd\x92\x17\x82\x83\xbc\x5b\x74\x85\x33\x8e\x00\x3b\xee\xbd\x4b\xef\xb3\x75\xa1\xe3\x91\xf6\xd6\xbe\x4c\x34\xdd\x79\x23\xdd\xc2\x6a\xa1\xef\x78\xf7\xbd\xb7\x6f\xe1\x26\x8f\xf1\xeb\x16\x4b\x4b\x71\xc7\x8d\x77\x69\xb2\x17\x70\xa9\x91\x38\x55\x23\x31\xa5\xc3\x4a\xd2\xd1\xe4\xae\x28\xe7\xb0\x92\x74\xa2\x1c\xe5\xdd\xd2\xe1\x57\xde\x71\xcc\x5d\x5c\xf0\x92\x2c\x35\x0c\xa7\x6b\x18\xa6\xc3\x51\xd7\xc0\x03\xec\x0c\x5c\x0e\x07\x57\x03\xee\x28\x1f\x97\x0e\x3b\x8c\x81\xce\x0e\x05\x3f\x5e\xab\xa5\xe8\xe1\x74\xd1\xc3\x70\xcc\x38\x50\xe5\x7d\x44\x37\xf3\xed\x30\x50\xe5\x21\x71\xb5\x32\x0c\x3c\xaf\xb2\x71\xc9\x2b\xbb\x94\x37\x9c\x2a\x6f\x58\x9c\xdd\x8d\x81\x86\x2b\x49\x97\xbc\xe0\x4b\x7d\xc3\xa9\xfa\x86\x0b\xf7\x9c\xd0\x70\x6d\xfb\x4b\x87\xfd\xce\xc0\x88\x2a\x4b\x97\x0e\x46\x89\xab\xde\x1b\xfa\x8a\xb3\xc1\x31\x70\xd5\x43\x91\x92\x17\x65\x63\x10\x29\xed\x13\xb9\x39\xac\x6b\x83\x17\x32\xfc\x42\xac\x6b\x37\x6e\xea\x56\xa4\x74\x58\xd7\x6e\xac\xe5\x2d\xb9\x3c\x1c\xad\x90\xa5\x8b\x7d\x93\x4c\xb9\x12\xdd\x6d\x9e\x76\xba\xae\x78\x75\x34\x6e\x0c\x85\x36\xf2\xa5\xc3\x51\xe4\x4d\xcc\xa3\x8d\x7c\x71\xd6\xff\x0e\xac\xce\xff\x17\x57\xdd\xbc\x97\xdb\xef\xc5\x9a\x75\x63\x2e\x6e\x45\x44\x5e\xe1\x8d\x1b\x73\x71\x9b\xd1\xd5\x3f\x4e\x48\xa4\x34\x1e\x9f\x6e\x3e\xdb\x3b\xe3\x96\xfe\x1f\x76\x91\x37\xce\x6a\x9f\xf2\xcd\x2a\x0b\xb5\x9e\x2e\x60\x51\xb7\x6f\xbb\xf1\x56\x3b\x41\x57\x9c\x76\x8f\x9b\x90\xe8\x36\xff\x1d\x91\x4e\x14\x62\x9a\xff\xfe\x2a\x9a\xc4\x03\xbb\xba\x60\x4a\x5e\x8b\x8f\x89\x01\x98\x32\x00\x5e\x6f\x8e\x89\x88\x4f\x89\xb8\x79\x33\x79\x01\x4a\xbc\x25\x2f\x43\xc7\xc4\x24\xeb\x9c\x70\x54\xa8\xf0\xab\xe1\x5f\x95\x8c\x4f\xc2\x84\x9d\x69\xcb\x61\x23\x35\x89\x07\xa6\x38\x5c\xec\xf4\x26\x56\x64\x6f\xf8\x2b\x5e\x33\xa0\x0e\xe1\x6a\x68\xec\xb6\xbc\x13\x23\xb2\x37\xfc\x2d\xdc\xfd\xb1\xbc\x4a\xeb\xa5\x62\x5e\x92\xd6\x0b\xa5\xf5\xc2\xb6\xee\xc1\xb9\x3d\x32\x16\xc5\x9f\xb5\x0f\xce\xed\x91\x73\xf3\x8b\x7a\xe0\xb0\xb2\x7a\x49\x17\xcb\xaf\xc7\x09\xfe\x08\x37\x79\x4c\xec\x3e\x0a\x9c\x52\xb1\x7e\x92\xbf\x0b\xe5\xef\xf8\xdc\x7d\xf8\x24\xdf\x09\xbb\xcc\xd7\xee\x83\xb5\x78\x64\x2d\xbc\x0e\x17\xa4\xef\x62\xef\xff\x5b\xb8\x78\xf0\xe0\xac\x94\x60\xcb\x5e\x02\xa0\x3c\xe0\x6a\xac\xd1\x64\x27\xe3\x55\xe8\x6f\x37\x36\xcf\xb2\x2e\xf9\x7a\x39\x88\xbf\x1a\xe5\x6f\x5f\x87\x2a\x76\xbd\xc3\x41\xce\x6a\xc4\xfa\x59\x1d\x51\x7a\x39\x4a\xb0\x1a\x5b\x6e\x54\x27\x76\x3d\x9e\xe0\xaf\xf0\xb2\x71\x57\x02\x59\x8d\x1d\x8e\xea\xdc\xd1\x7a\xac\xe0\x6d\xe3\x55\x74\x6c\x76\x5e\x6f\x86\x4d\x75\xcb\xeb\xcb\x85\xe5\xaf\x76\x96\x26\x97\xee\x7f\x87\xd9\xf3\x6a\x9f\x62\x32\x15\x5f\x85\xfd\x6a\x13\xa2\x6a\x23\xad\x87\x0e\xba\xeb\x71\x5e\x42\x83\xbe\xbb\x88\x4d\xca\x46\xe9\xbb\xf7\xb5\x6e\xb3\xf5\xb2\xcb\xf0\xd5\xbe\xc2\xa4\x8a\x37\xef\x27\xde\x56\x36\xbf\xd4\xec\xe2\xd8\xe7\x7f\x6a\xfa\xae\x87\x5f\xfb\xb7\xbf\xfc\xfd\x1f\xfd\xdb\x3f\xfb\xaf\xcf\xd7\xfd\xe7\xf7\xef\xcf\x6f\x7f\xcc\x5f\xee\x3f\xbe\xfe\xba\xd0\xaf\xf9\xbc\xbf\xfc\xf6\x7c\x7f\xfe\xf5\xfb\x9f\xdf\xef\xe7\xeb\xdb\xef\xdf\xd6\x7f\xed\xbf\x7f\x07\x00\x00\xff\xff\x51\x1f\x69\x36\x9f\x52\x03\x00"); -func _eeegd ()([]byte ,error ){return _g (_cddc ,"KSCpc-EUC-V")};func _feecb ()(*asset ,error ){_dgag ,_bfce :=_dfde ();if _bfce !=nil {return nil ,_bfce ;};_cdfd :=bindataFileInfo {_b :"UniJISPro-UTF8-V",_ffe :5120,_ag :_ed .FileMode (436),_ac :_c .Unix (1580492871,0)}; -_bccda :=&asset {_abe :_dgag ,_ece :_cdfd };return _bccda ,nil ;};var _bec =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x44\x92\x41\x8b\x9d\x30\x10\xc7\xef\x7e\x8a\x39\x6e\x0f\x5b\x8d\x31\xc9\x2e\x2c\x0b\xad\xaf\xb0\x52\x76\x5b\xea\x76\x5b\x28\x3d\xf8\x92\x79\x12\xa8\x31\x44\x3d\xbc\x6f\x5f\x66\x62\xed\x41\xfe\xfa\x8b\xf3\x63\x32\x49\xd9\x76\xa7\x2e\xf8\x15\xca\xaf\x69\xb6\x3d\xae\x70\xf1\xc1\x25\x5c\xe6\x2d\x59\x84\x33\x8e\x3e\x14\x85\xa8\xc1\x79\xbb\xfe\xfb\xe4\xb0\xd3\x10\x8b\xa2\xfc\xf4\xfa\xf4\xf9\xf6\xa3\xba\x7d\x82\x6d\xc1\x9d\xb5\xdd\xa9\xbf\x2e\x2b\x4e\x5d\xb8\xcc\x20\x73\xad\xdb\xe2\x5e\x0f\x50\x7e\xc3\xd1\x2f\x6b\xba\xc2\xcd\x07\x37\x9f\xf1\x1d\x38\xbc\x10\xff\x92\x1c\x26\x1f\x46\xb8\x69\x5f\x7a\x71\xe0\x7e\x8b\xf1\x0f\x4e\x18\x56\xd0\xcc\x30\x38\xce\xa2\x6c\x9f\x87\xf8\x32\x4c\x08\x47\x27\x6f\xbc\xc2\x0b\x6f\x98\x16\x3f\x07\x10\xf2\x7d\x55\x99\xff\xfc\xf5\x1a\x11\xc4\x6e\xf8\xf9\xbd\x3b\xc1\x2f\x01\xa2\x82\x5a\xa9\x3b\xf9\x7b\xe7\x3f\x9e\x67\x77\xfc\x25\x64\x6e\xde\x7a\x97\x86\x30\x62\xf1\x30\x88\xe6\xfc\x08\x7b\x08\xa9\x1b\x4d\x4c\x0d\xcc\x28\x84\x34\x8d\x64\x66\x33\xb3\x99\x29\x66\x2e\x33\x24\x56\x11\xd1\x82\x89\xae\x89\x34\x4c\x54\x26\x9a\xc8\x1d\x93\xfb\x4c\xc8\xde\xd4\x4c\xb2\x47\x93\x27\x77\x60\xb2\xc7\x90\x47\xb1\xd9\x64\x8f\x21\x8f\x62\xb3\xc9\x1e\x43\x1e\xc5\x66\x94\x4c\x28\x68\x2f\xa6\x78\xb0\x1a\x9b\x47\xa0\x50\xe4\xae\xee\x0d\x4d\xfd\xd8\x3f\xbd\xd3\x69\x1f\xf3\xb7\x5b\x4a\x18\x56\x3e\x6b\x1e\x32\x0d\xce\x07\x3c\xee\x52\x9c\x23\x55\xf1\xf3\x37\x00\x00\xff\xff\x7a\x2d\x9c\xb1\x77\x02\x00\x00"); -func _bgee ()(*asset ,error ){_deef ,_bagg :=_bgge ();if _bagg !=nil {return nil ,_bagg ;};_cbgb :=bindataFileInfo {_b :"UniCNS-UTF16-V",_ffe :617,_ag :_ed .FileMode (436),_ac :_c .Unix (1580492702,0)};_aecc :=&asset {_abe :_deef ,_ece :_cbgb };return _aecc ,nil ; -};func _efedf ()(*asset ,error ){_cccaf ,_cadf :=_dcfg ();if _cadf !=nil {return nil ,_cadf ;};_efdd :=bindataFileInfo {_b :"UniJISPro-UCS2-V",_ffe :4271,_ag :_ed .FileMode (436),_ac :_c .Unix (1580492866,0)};_beda :=&asset {_abe :_cccaf ,_ece :_efdd }; -return _beda ,nil ;};func _cfd ()([]byte ,error ){return _g (_cd ,"Add-RKSJ-H")};var _ee =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x84\x9b\x4b\x8f\x65\xc7\x6d\xc7\xf7\xfd\x29\xee\xd2\x59\x38\x3a\xf5\x64\x11\x18\x34\x60\xc8\x11\x22\x07\x4e\x02\x2b\x2f\x20\xc8\xe2\x3c\x78\x84\x01\xa2\x9e\xc6\x68\xb4\xf0\xb7\x0f\xf8\xfb\x5f\x29\x71\x12\x40\x0b\x83\xd6\xbf\x79\xaa\x58\x24\x8b\xaf\xba\xf3\xd5\xd7\xdf\xfe\xfe\xdb\xb7\x8f\x5f\x1e\x5f\xfd\xe3\xe7\x4f\xe7\x77\xf1\xe5\x71\x7f\x7c\xbb\x3e\xc7\x8f\x9f\x7e\xfa\x7c\xc6\xe3\x88\xef\x3f\xbe\xbd\xbc\x94\xfa\xb8\x3e\x9e\x5f\x7e\xfe\x4f\xc8\xf9\xc3\xfe\xfe\xf2\x92\xdf\x7f\xf7\xe7\x1f\xbf\xc4\x0f\xdf\xbe\xdd\x9f\x1e\x4d\x7c\xd7\x4f\xef\x4f\xde\xc7\xe3\xab\x3f\xc5\xf7\x1f\x7f\xfc\xf2\xf9\xcf\x8f\xdf\xfc\xee\xfa\x74\xc4\x5f\x3d\xae\xb8\x13\xff\x87\xcf\x57\x7c\xfe\xf8\xf6\xfd\xe3\x37\x7f\xd8\xdf\xf7\xb7\xf2\xcb\x1f\xbe\xfb\xe9\xfd\xfd\x3f\xe3\x87\x78\xfb\xf2\xd8\xc0\xe2\xed\x82\xbe\x7c\xf5\xf5\x1f\xf7\xf7\xbf\xdf\x7f\x88\xc7\x57\xb6\x7e\xfb\xa7\xbf\xfb\xee\x0f\xbf\xfd\x5b\xfe\xc2\x1f\xfe\x25\x3e\xff\xf8\xf1\xd3\xdb\xa3\x6c\x7f\xbd\x6d\xf3\xbf\xf1\x7f\xfa\xf3\x7b\x3c\xca\x73\x85\x7f\xfb\xe7\x6f\x7f\xff\xf8\xf7\xf2\x28\xdb\xa3\x8e\xd6\xe7\x7f\x3c\xf1\x7f\xfd\xe3\xa7\x2b\x9e\xfb\xbd\x74\x49\x7f\x7e\xba\xe2\xc7\xf7\xfd\x8c\xcf\xfb\xdb\xf7\xf1\xf2\x78\x7c\xd8\xb6\xd7\xc7\xe3\xf1\x61\x6d\xaf\xf9\x5f\xab\xf4\xed\xf5\xf1\xc1\xbf\xf9\xe6\x6b\xfe\xfb\x77\xfa\xeb\xef\xbf\xe1\xbf\xfe\x66\xe3\xaf\xdf\x7c\x9d\x7f\x8d\xb7\xeb\x7f\xad\xf6\x52\xb4\xc9\xdb\xa7\x2f\x57\xdc\xc2\x58\xff\x43\xb9\x5f\x1f\xb5\x95\xfc\xe6\x7f\xfe\xf1\xa5\x6c\xdb\x53\xae\x8f\xd7\x93\xbf\x26\xbf\x85\xf8\x7f\x96\x67\x95\x44\x66\x6b\x89\x2c\x21\xfb\xf9\xfa\x98\x3e\x5f\x3e\xac\xda\xef\x44\xea\x58\xaf\x0f\x5b\x5b\x22\x13\x9e\x6a\xfe\xfa\x30\x07\x59\x05\xc4\xf7\xd7\xc7\x2a\x7c\xe5\xfa\xea\x2e\xaf\x8f\xd5\xeb\xcb\x87\xd5\xb4\x57\xcb\xbd\xbc\x8e\x44\xb4\x57\xf3\xf9\xfa\xf0\xb5\x12\xd1\x57\xed\x98\xaf\x8f\xb2\x95\x14\xb1\x1d\x82\x2e\xa0\x96\xdf\x75\xad\xd4\x53\x8c\xb2\x0d\x4f\xc8\x04\xe5\xe2\x65\xf3\xdc\xaf\x6b\xf5\xee\xe5\xf5\x51\xca\x66\x2f\x1f\xd6\xd2\xf2\x90\x52\x90\x61\xed\x70\x41\x4c\x2a\x58\x7b\x11\x34\xe1\xe2\xc3\xdd\x04\xd9\xeb\x63\xd5\x39\x81\x96\x20\xd6\x6a\x3d\xa1\x43\x6b\x25\x31\x9f\x05\x48\x6b\x25\xb1\xd6\x36\xa0\x2a\x68\xe5\x87\x5d\x1f\xba\x20\x47\x08\x41\x3b\x50\x1c\xc9\x35\xf2\x40\x2b\x4e\x41\x27\x5c\x48\x1f\x17\xd0\x9d\x9a\xa8\x1b\xd2\xdf\xda\x31\x89\xcd\x86\xa8\xb7\x76\xbc\x1d\xae\x05\xa4\xe5\x93\xd8\x6c\x9c\xf1\x3e\x04\x9d\xc9\x55\x12\x72\x29\xda\xfb\x02\x72\x20\x17\x24\x51\x17\x10\x6b\xf9\x68\xc9\x55\xe1\x1a\x5d\x50\x87\x4b\xd0\x10\x64\xc9\xd5\x37\xa0\x25\x28\x3d\x6b\x3e\x21\x2d\x3f\x0e\xb8\x3a\xd0\x29\x88\x63\xe3\x4a\x3e\x38\xb6\xe3\x00\xb5\x23\xc4\x2c\x82\x38\x76\x6f\x40\x1c\xdb\xf1\x89\x3a\x80\xe4\x13\xbe\xf6\x84\x16\x6b\xad\x43\xd0\xc1\x87\xec\xb8\xb4\xe3\x3e\x92\xcb\x81\xd2\x19\x9e\xc4\x66\x1f\x40\x26\xc8\xd2\xb4\x93\x33\xca\x27\x20\x36\xfb\x04\xd2\x81\xae\xeb\xf5\x51\x5a\x45\x88\x2b\x04\x05\x5c\x28\xfa\xc2\x31\xfd\x4e\xe5\x34\x03\xba\xb5\xd6\xad\xb5\x38\xe3\xad\xb5\xd2\x68\xa5\x63\x6d\x97\xd1\x20\x36\x3b\x42\xdc\x92\x1e\x3b\xf6\x2d\x85\xd8\x65\x47\x48\xe9\x5c\x85\xbd\x17\x41\xe8\x6b\x6c\x40\xe8\x6b\x9f\xe2\xca\xb5\x76\x69\x15\x32\xbb\xf3\xe1\x7c\x72\xa5\xa8\xbd\x17\xa0\x25\x68\xbd\x3e\xc6\xc6\x19\xf7\x89\xa8\x3b\xba\xef\x48\xbf\x4b\xf7\xfb\xea\x09\x19\x3b\xae\x21\x68\x20\x04\x6b\xad\x29\x88\x33\x1a\xd2\xcb\x42\xbb\x2c\xc4\x55\xd8\x65\xa1\xdd\x6b\x72\x61\xc7\xdd\x9b\xa0\x06\x17\x42\x78\x17\x94\x76\xec\x04\xaa\xdd\xb5\x7c\x92\xe1\xf8\xfd\xee\x26\xc8\xe1\xd2\x87\xbb\x20\x6e\xc7\xe8\x40\x12\x22\xa3\x51\x79\x6a\xe2\xd4\x81\x4e\x42\xc7\x18\x40\xd2\x57\x92\xf1\xdc\xf1\x94\xbe\xce\x3c\xd0\xe0\x3e\xee\xa7\xd6\x3a\x75\x20\x41\x3a\xd0\x99\xcb\x0f\x3c\x67\xbf\xb4\x7c\x92\x39\x09\x8f\xfb\xa5\xe5\x23\x8f\x3d\xa4\xaf\xd0\xb1\x43\xc7\x46\xae\xd0\xb1\x71\x80\x81\xa2\x0f\x39\xc0\x91\xb7\xb6\x0c\x1f\x40\xbb\x20\x9d\x71\x01\x21\xd7\x31\xd2\x68\x13\xcf\x39\xc6\x2d\xe8\x86\x2b\x7d\xe2\x50\xf4\x3f\x30\xed\x24\x3c\x1e\x32\xed\x41\x5c\x7d\xae\xa5\xb8\x7a\x28\xae\x4e\x84\x50\x5c\x3d\xf2\xc2\x94\xe9\x05\x68\x09\xc2\xc9\xa7\x20\x3c\xe7\x38\x1b\x5c\xec\x78\x76\x41\x19\x4d\xba\x75\xa0\x21\x28\xcf\x68\x12\xe2\xbc\x04\x5d\xac\x55\x81\xb8\x69\x47\xa4\xee\x0d\xdd\x1f\xa1\x33\x06\xba\x9f\x0d\x08\xdd\x1f\x19\x31\x8b\x11\xdc\x0f\x45\x4c\x88\xcd\xc9\x8e\x77\x13\x94\xb1\xd0\x8c\x0f\x75\x1f\x21\x36\xe7\x20\x69\xff\x9c\x6a\xff\xbf\xec\xbb\x0e\x85\x5d\x48\x51\x32\x3d\x74\x83\x0f\xdd\xe0\xe7\xee\x4f\x81\x38\x1c\xde\x7d\xca\x80\x67\x5e\xd1\x62\xab\x01\x35\x41\x58\x7e\x1a\x10\x8a\x3a\x33\xd4\x16\x5b\x40\x63\x0a\x22\x70\xcd\x05\x84\xc3\x9f\x33\x35\xbc\x30\xf3\x39\xf5\xe1\x24\x5e\x13\xcb\xce\x39\x04\xa5\x10\xab\x6e\x40\x97\x20\x34\x6c\x82\xd0\xf0\x99\xe9\xb7\x2c\x62\xff\x69\x45\x10\x91\xc5\x0a\x50\x15\xc4\x8e\x24\xd9\xd3\xb4\xa3\xb1\xa3\x71\x46\xd3\x8e\x59\x56\x94\x85\xb5\x4e\xdb\x05\xa5\x93\x96\xa5\xb5\x0e\x41\xe9\x7e\xaa\x2c\x4e\xb9\xdf\xb9\x58\x9e\xcb\x73\x2e\x2d\xbf\xb4\x3c\x3b\x2a\xd8\x9c\x8e\xa8\x5c\x9e\xd3\x25\xaa\x4b\xd4\x0e\x24\x51\x3d\xcd\xbc\xa6\x20\x17\x84\x99\x6d\x00\x49\x2e\xcf\xa8\xbe\x24\xbd\x4b\x13\x4e\x54\x27\x70\x9d\x2a\x37\xce\x4c\xfe\x65\x11\xd5\x4f\x25\x7f\x88\xcd\x27\x24\x3b\x1e\x1c\xc8\x05\x3d\x3f\xe4\xd6\x19\x46\x53\xb0\x39\xf1\x09\x2f\xa9\xfb\x4b\x3e\x71\x71\xa9\x1d\x45\x5f\xba\xd4\x97\x2e\xb5\x39\x10\xfa\xba\xf0\x09\xc7\x99\x2e\xf9\xc4\x25\x9f\xc0\x0b\x2f\xf9\xc4\x45\xec\x77\x52\xde\xa5\xd8\x7f\x29\xa3\xa2\xfb\x4b\xb1\xff\x4a\x73\xd4\x6d\x4b\x4d\x5c\x32\x07\x64\x2c\xc2\xee\x65\xa7\xa0\x2c\x33\x37\xea\xcc\x4b\x16\xba\x32\x6c\xd7\x8d\x02\xe7\x5a\x97\x20\x9c\x49\x72\x2d\x54\x78\x65\x08\xaf\x1b\x49\xe3\x52\x08\x87\xd8\xc4\xef\x2f\x1f\x82\x56\x72\x11\x76\x2f\x59\xe8\x92\x85\x16\xcb\xcb\x42\x57\x46\xcf\xba\x11\x7f\x2e\x45\x4f\x88\xcd\xc5\x87\x97\x0e\x94\x11\xb3\x16\x0a\xd7\x2b\xb4\x7c\x90\x93\x96\x20\xe9\x2b\x03\x44\x2d\x38\xe6\xa5\x00\x71\x29\x40\x70\xd3\x2e\x05\x88\x2b\x2d\x54\x0b\xa9\x38\x64\xa1\xe8\x23\xa1\x21\x68\x0a\x92\xee\x17\x90\x09\xca\x03\x15\x22\x40\xa8\xca\x0a\x55\x59\x4b\x1f\xee\x82\x76\xb8\x04\x1d\x82\x08\x1d\x64\x9b\xe8\xe8\x3e\xd2\x9c\xb5\xe0\x13\xa1\x2a\x2b\x54\x65\xb9\x20\x2d\x8f\x85\x0a\xfa\x0a\x59\x28\x32\xae\xd6\x5a\xd3\x1c\x71\x4a\xd4\x13\x51\x49\x8c\x71\x4a\xd4\x24\x53\xc9\x3f\x4e\x2d\x7f\xa5\x0a\x55\x2c\xc5\x35\x04\xa1\xc2\x27\xa4\xb5\xae\x94\xbe\x51\x82\xc6\x25\xe9\x2f\xea\x3a\x72\x52\x5c\xf8\x44\xa0\xc2\x56\x12\xba\xa5\xc2\x3b\x35\x51\x1b\xc5\xd2\x2d\x4d\xdc\x72\x72\x17\xc4\x5a\x77\xd6\x9b\xb5\x91\x80\x6e\xd5\x9b\x10\x9b\x2e\x08\x21\x6e\xf5\x3f\xa8\xf0\xd6\xb1\xef\xac\x2d\x6a\xe7\x5a\xdd\xaa\x2d\x6e\x39\xa6\x8b\x0b\xc7\xbc\x33\x4e\xd4\x5e\xf3\x40\xb7\xe2\xc4\x4d\xb9\x61\x5b\x01\xc2\x57\xef\xbd\x26\x17\xb5\xfe\xbd\x37\x41\xe2\x6a\x40\xe2\xca\x26\xa1\x76\x82\xd5\xad\x26\x01\x62\xb6\xb1\xbc\xe2\xc4\x7d\xa4\x26\x3a\xee\x7b\x1f\x97\xa0\x0b\x2e\x94\x73\x48\xae\x8b\x1d\x09\x43\xf7\xa5\x1d\x2f\xed\xc8\xf2\x97\x76\xbc\x58\x0b\x73\xdc\x52\x34\xc4\x8c\x82\xf0\x56\x55\x7a\x47\x9e\x71\x48\x88\x90\x10\x49\xcc\x30\xda\xad\x72\xe3\xc6\x42\x23\x6b\x44\x57\xd7\xea\x1b\xee\x3b\xb2\x2d\xf1\x0d\xf7\x15\x31\x7b\x72\xed\x40\x96\x8e\x39\x3a\x5c\xb6\x04\xa5\x63\x5a\xea\xde\x37\xd3\x87\x58\x68\x64\x1b\xe7\xdb\xd2\xf2\x49\xcc\xb2\x25\xf4\x8d\x6e\xd3\xb7\xc5\x8e\xce\xf2\x4b\x1f\x2e\x76\x2c\xf5\x57\x53\xb1\x6f\x4b\x02\x65\x8c\xae\x33\x0f\xe7\xdb\xae\xad\x76\x6d\xd5\x80\xb4\xd5\x01\x57\x63\xf7\x53\x5c\xa7\xb8\x3a\x90\xb8\x52\x39\x95\xa2\xc2\x37\x8a\x30\x11\xb3\xc2\x79\x89\x2c\xbe\x45\x1e\x6e\x4a\xec\xb8\x81\x6e\xad\x35\x13\xba\xb5\xd6\x3d\x5f\x1f\xf5\x79\xde\x6c\x0b\x92\x48\x51\x88\x7a\xeb\xbc\xd8\xc1\xb2\x33\xf3\xe7\x6c\xa1\x10\x6c\x2c\xab\x70\x2f\x04\x1b\x11\xb3\xcc\xe1\x5e\x08\x36\x22\x93\x62\xc7\x4b\xc7\x0e\x85\x98\x61\x9c\xb1\x8c\x27\xc4\x8e\x55\x10\x3b\x96\x99\x37\xd8\x32\x38\x7b\x99\x87\xa0\x03\xae\x0a\x74\x0a\xba\x92\x2b\x8b\x12\x2f\x94\x08\x22\xf6\x94\x6b\x72\xec\x62\x70\x19\x72\x99\xb8\x4c\x5c\xa9\x55\x8d\x22\xbc\x60\x66\x5b\x88\x2a\x33\x17\x99\x39\x1b\x78\x2f\xb2\x63\x39\x90\xcb\xe1\x3a\x24\xd7\x21\xb9\x04\x49\xae\xac\xc2\x2b\x25\x82\x97\x53\x5c\xa7\xb8\x10\xf5\x14\xd7\x95\xc1\x66\x4d\x0e\x74\x69\xf9\x24\x66\x95\x63\x5f\xfa\x30\xf2\x06\x93\xd6\xbd\x44\x11\xc4\x0d\xae\x98\x83\xcb\xe3\x25\x8b\xcb\xba\x16\x07\xa2\x5b\x17\x31\x6b\x1c\x3b\x74\xec\xcc\x23\x75\x49\x7a\xf2\x88\x97\x1b\xcf\x91\x39\xee\x21\x28\xa5\xf7\x0d\x15\xde\x12\x82\xb2\xd1\x9a\x20\x49\x8f\x4f\x50\x22\x78\x95\x4f\x54\x7c\xc2\x71\xa6\x2a\x9f\xa8\xf2\x89\x4c\xc5\x5e\xe5\x13\x90\xea\xf8\x57\x95\x4f\x54\xdd\x60\x2e\x75\xd5\x0d\xae\x19\x6a\xab\x57\xad\x75\x0a\xd2\x81\x0c\x88\x03\xd5\x21\x2e\x3e\x1c\xe2\xa2\x81\xb7\xe6\x40\x68\xa2\x72\xcf\xbd\x23\xaa\xac\x5d\x57\xde\x34\x37\xe4\x72\x41\xce\xed\x10\x17\x15\x9b\xd7\x0c\xb5\xd5\x1d\x21\xa8\x07\x44\xcc\xba\x20\x9d\xd1\x11\x02\xad\x56\x97\x10\x8e\x10\x59\x36\x7a\x75\x09\x91\x9e\xd3\x36\xb4\x5a\xe5\x39\x55\x9e\xd3\x05\xe9\xc3\x4c\x8c\x6d\x93\xbe\x4e\x2d\x4f\x62\xb4\x2e\x48\x2a\x4c\xd2\x36\xc2\x5b\x3d\xa5\xc2\x93\x3b\xf4\x84\x5c\x10\x3b\x76\xf4\x25\x2f\xac\xf2\x42\x1c\xb3\x9e\xcf\x1d\xcf\xe4\x1a\x1c\xfb\x94\xa8\xf4\x36\xf6\xfc\x50\x8a\xce\x6a\xa6\x6d\x83\x03\x51\xcd\x88\xac\xca\xe5\xab\xa4\x03\xaf\xd7\x82\x4b\x90\x84\x48\xd2\x07\x9e\x53\xe5\xe4\xf5\x66\xc7\x2c\x7a\x5d\xd3\x3a\x91\xb6\x11\xac\x1a\x23\x03\x11\x53\x04\x68\x8c\x0c\xbc\xa5\x7f\xb5\x92\x59\xd0\x9b\xfc\xab\xc9\xbf\xba\x3e\x34\x41\x27\x5c\x13\xe8\x12\xc4\x81\x38\x63\x93\xe7\xb4\xcc\xe1\xad\x10\x7d\x1b\x39\x5c\xc4\x6c\xb0\xfc\xd0\xf2\xe9\x40\xad\x54\x41\xcf\x0f\x09\x1d\x68\xa2\xd1\xb6\x7a\x9b\x33\xb9\xb8\x69\x6d\x4a\x88\x24\x66\x83\xe5\x99\x5b\x78\x9b\x0e\x17\xa2\xce\x5d\x10\xd7\x7d\xa0\x09\x45\xb9\x96\x31\xab\x15\x3c\xa7\x99\x94\x43\x8b\x63\x59\x82\x7a\x33\x69\xc2\xd0\x84\x8e\x6d\x12\x35\xc9\x58\x4f\x2e\x09\x91\x7e\xdf\x8a\x96\x97\xdf\xb7\x6c\x5e\x5a\x21\xe6\x34\x9a\x17\x11\x33\x8c\xd6\x96\x34\xb1\x38\xf6\x14\xa4\x63\x27\x19\x75\xe3\x8c\x4b\xc7\xce\xda\xa4\x15\x22\x53\x63\x2c\x22\x32\xba\x34\xe1\x5a\xde\xd3\x57\xcb\x62\x47\x97\x26\x1c\x5f\x1d\x98\x96\x9a\xda\x5b\x5e\x85\x56\x16\x6b\xe9\x2a\x40\xcc\x06\x67\x3c\x64\xc7\xcc\x8f\xad\x12\xdc\x9b\xf2\x63\x53\x7e\x9c\xdb\xaf\xa7\xe2\xa6\xf4\xd9\x70\xe5\x4a\x24\x6e\x72\xe5\xa6\x32\x66\x62\xe6\x4b\x62\xe3\xca\x95\x9b\xd2\xe4\xca\x4d\xc1\x99\xbc\xdb\x14\x9c\x5b\x56\x33\xad\xca\xcc\x97\xb4\x92\xc4\x6c\x62\x87\x90\x8c\x99\xb0\x5b\xd5\x79\x95\xb0\x1b\x75\xbf\x12\x63\x0b\x19\x30\x52\x51\x55\xd7\x22\xa4\xa8\x40\x51\x53\x1f\x4a\x88\x9b\xb5\x64\x9a\x5b\x6b\x25\x99\xcb\x11\x42\x21\xbc\x71\xc5\x6a\x76\x66\xae\x31\xb6\xf7\xce\xf2\x68\xb8\x2b\xec\x42\xcc\xa6\xb8\x58\xbe\x0f\xb8\x88\x65\x5d\xd9\xb9\x2b\x3b\x93\x3e\xbb\xb2\x73\xc7\xfd\x5a\x49\x9b\x76\xb9\x1f\xc4\x2c\x5b\x01\xef\x72\x3f\xa6\xe4\xad\xe1\xca\x9a\x92\x7b\x5f\x79\x53\x1a\x17\xb1\x2f\x71\x2d\x6e\x8a\x89\x4b\x3b\x26\x99\x83\x40\xdf\x95\x8a\xbb\x52\x71\x76\xd8\xde\x95\x8a\x7b\x16\xd0\xad\x4d\xad\x75\x09\xe2\x9e\x13\xd5\xbb\xfc\xb6\x67\x65\xd5\x1a\x5a\xed\x7b\x15\x44\xa1\x99\x1d\xb6\x77\x2a\x67\xef\x7b\xba\x5f\x5b\x82\x4e\x41\xb8\x9f\xa1\x89\x5d\xcb\x27\x69\xcd\xc5\xf5\x5c\x9e\x68\xc0\x1d\xe8\x3b\x0e\xd0\xf1\xaf\xe6\x40\xf2\x2f\x88\x59\x76\xd8\xde\x15\x2a\x7b\xba\x49\xeb\xc4\xc5\x2e\x37\x81\x98\xc9\x68\xca\xf4\x3d\x13\x76\xeb\x44\xe2\xae\x84\x0d\x31\x86\x3a\xde\xe5\x00\x1d\x6b\x77\x9c\x69\xc8\xda\x90\xd6\x39\xe3\x50\x40\x1d\x1d\x21\xb2\xc3\xf6\xc1\x50\xc7\x47\xc6\xc5\xd6\x91\x6b\x28\x2e\x42\x8c\xd1\x8f\x0f\x9e\x64\x44\x46\x41\xae\x31\xb4\xfc\x60\x79\x12\xe3\x18\x5a\x7e\x10\xa5\xa8\x40\xc6\xa8\x82\x1a\x5c\xac\xc5\xa8\x5e\xc4\x0c\x45\x0f\x85\xdd\x91\x01\xb5\x75\x5c\x6e\x28\xa0\x42\x4c\xb5\xd8\x98\xda\x31\x2b\xbe\x36\xb2\x87\xf0\xc1\x80\x48\xc4\x98\x3f\xf9\x50\xf5\x37\x88\x9e\x83\x78\x3d\x14\x3d\x21\x66\x8b\x33\x9a\x44\xc5\x31\x07\xd5\xdf\x90\x63\x8e\x0c\x23\x6d\x34\xb8\x14\x27\x20\x66\x8b\x63\x9f\x3a\x10\x19\x75\x6e\x7c\xa8\x8c\x3a\x94\x51\xb3\x2b\xf6\xa1\x8c\x3a\xae\xbc\x43\x93\x92\x7d\x5c\x4b\x10\x77\x48\xfa\x52\x34\x19\x59\x79\x37\x06\x9b\x3e\x54\x79\x43\xcc\xe8\x47\xc6\xad\x0f\x31\x2d\xb3\x4e\x9f\x32\x2d\xa4\xa9\xfc\x9f\x32\xed\x54\xae\x74\x41\x55\x10\x42\x10\x86\xa6\xae\xfb\xd4\x75\xcf\xce\xcc\xa7\xae\xfb\x24\x27\x31\x17\xf3\xa9\x9c\x34\x95\x93\x70\xf2\xa9\x9c\x34\xd1\x17\x5d\x9e\x4f\xe9\x6b\xe6\x7d\x6c\x2a\x7a\xa7\xee\x23\xc4\xe4\x72\x73\xe9\xc3\x4c\x14\x4d\x15\xdb\x54\x95\x35\x55\x65\x61\xed\xa9\x2a\x6b\x92\x21\x54\x06\x4d\x65\x08\x88\x39\x4e\x3e\x95\x21\x20\xbd\x3c\xb9\xb4\x23\xe6\x50\x2a\x9e\x32\xc7\x7c\x9a\x83\x1d\x65\x8e\x79\xa5\xa2\xd7\x06\xd7\x65\x82\xa4\x68\xb4\x2a\x0b\xcd\x6c\x5b\xdb\xc2\x68\x93\xb6\x55\xc4\x8c\xa2\x64\xd2\xb6\xfa\xe4\xd6\x32\xa6\xf4\xa9\x5b\x0b\xb1\xb5\x09\xd2\x81\x30\xed\x22\x4d\x4d\x99\x16\x32\xfb\x10\xa4\x1d\x6f\xbd\x74\x16\x20\x9d\x31\x49\x5b\x5c\xf7\x79\xeb\x8c\x3c\x9d\x3d\xa5\x57\x31\x0e\x69\x8b\xe4\x3f\x55\x8c\x43\x6c\x51\x5c\x9a\xdc\xc4\xb8\xa2\x0c\x20\xdd\x74\x45\x21\xb6\x70\x5f\xd3\x15\xb5\xbc\x37\x6d\x91\x02\x4c\xed\x12\xc4\x56\x76\xfe\x6e\xba\x43\x96\x55\x47\x5b\x68\xc2\xac\x09\x6a\x70\x4d\xa0\x2e\x28\x53\x66\xf6\x0d\xbf\x9a\x8a\x4d\x0d\x38\xc4\x78\x7e\x71\x63\x06\xeb\x86\xaf\x39\xcd\xbc\xc9\xd7\x6c\xb1\x2e\xa6\x31\xa5\x03\x88\x2d\xa2\x81\xc9\xfd\xec\x84\x8b\x4b\x6d\x2a\x80\x21\xb6\x68\xba\xed\x14\x57\xda\xa1\xf1\x0a\xec\x26\x3b\xd8\x2d\x2e\x76\xbc\x9f\x5c\xe7\xeb\xa3\x6f\x2d\xe5\x5a\x52\x27\xc4\x16\xbd\xcd\xd2\xad\x5b\x19\x17\xfb\x46\xc3\xb0\x14\x17\x21\xb6\x48\x8c\x4b\x4a\x5f\x19\xf1\xfa\x36\x58\x4b\x11\x0f\x32\x37\xa4\x5f\x2a\x34\x57\xe6\xdd\xbe\x51\x81\x2c\xe5\xdd\xa5\x97\x70\x2a\xd4\xa5\xbc\xbb\xd2\x0e\x5d\x95\xb3\x1e\x99\x7d\x65\x3a\xe9\x1b\xf1\x67\xa9\x74\x81\x34\xd5\xb1\xeb\xd2\x8e\x1c\x88\x57\x60\xd7\x6b\xab\xf3\xf6\xd9\x99\xca\xb9\xde\x3e\x45\x4c\x77\x40\x6f\x9f\xee\x73\xbc\x3e\x7a\x45\x08\x9f\x53\xd0\x84\x6b\x00\x99\xa0\xbc\x9b\xaa\xcb\x5c\x61\x04\x62\x3c\xd2\xbb\x2b\x8c\x40\xba\x0a\x2f\x57\x03\x0f\xb1\x55\x04\x69\xc7\x74\x80\xce\xfb\xae\xeb\x1d\xd5\x79\x63\xec\x95\x6b\xa1\x37\x46\xdf\x33\x4d\xf5\x46\xe0\xda\x95\xa6\x20\xb6\xe8\x2b\x77\x99\x63\x4f\x15\xf6\xb6\x04\xb9\x20\xac\xcd\x28\x63\x1f\x88\xba\x5b\x2e\xdf\x88\x06\xbb\x5d\x82\xf2\xea\x2f\xf2\xc8\xae\x91\x01\xa4\x77\x3a\x33\xbd\x31\x3a\xaf\x87\xbd\xd3\xb6\xea\xf5\x50\xc4\x16\x43\x0a\xbd\x1e\x3a\xaf\x74\x5d\x39\x5c\xaf\x74\x22\xa6\x00\xb1\x9f\xdc\xa7\x3d\x43\x47\x1f\xdc\xf3\x5d\x3d\x3d\xa4\x6d\x04\x7a\xbd\xbf\x39\x8f\x6d\x7d\x20\x84\x1e\xdb\xfc\xc0\x8e\x83\x32\xe8\x90\x1d\x0f\xd9\x91\xab\x70\xc8\x8e\x3c\xa3\xf5\x41\x32\xd3\x33\x9a\x1f\x2b\x9d\x69\x22\xc4\xb1\x9a\x20\x2e\x35\xed\xf4\xa1\xee\x80\xc7\xb6\xae\x34\xa5\xc7\x36\x11\x5b\xc4\x7e\x3d\xb6\x39\x6f\x48\x9d\x37\x46\xd7\x1b\x92\xf3\x72\xd2\xd5\xbf\xe9\xe5\xc4\xcf\x64\xee\xba\x43\xa7\x6a\x31\x88\x2d\x06\x1e\xa7\x6a\x31\xde\x1e\xba\x86\x27\x7a\x7b\x70\x66\xfc\xdd\xb9\x8f\x9a\xf1\x8b\x18\x4f\x41\x7e\x69\x50\x77\xa5\xee\xc7\x46\x24\xbe\xa4\x7b\x88\xad\x26\x08\x4d\x5c\x99\x6d\xc6\xc6\x15\xbd\x94\x6d\x20\x45\x16\xd2\x8c\xdf\xaf\x63\xf2\xc8\x9c\x2a\xbc\x0e\x13\x64\xac\x55\x80\xf4\x61\x06\x95\xc1\xe3\x80\x5f\x4a\x40\x10\x5b\x8d\xe5\x95\x80\x18\xd5\x8f\x8d\xc4\xa8\x51\xbd\xc7\xcc\x3e\xa9\xb0\x7c\xf0\x28\x26\x62\xbc\x5a\x79\xf0\x28\xe6\xc1\x4b\x77\x21\x28\x04\x2f\xdd\x22\xb6\x9a\x3e\xc4\x7d\x83\xc6\x8f\x81\xbe\x87\x2a\x6f\x48\xe3\x61\xd8\x43\xe3\x4f\x86\xf0\xa3\x90\x51\x35\x84\xf7\x48\xf7\x1d\xea\xb9\x42\xee\x1b\x72\x5f\x3c\x3a\xa4\x42\xc8\x28\xc4\xfe\x90\x0a\x43\xed\x21\x61\x3b\x54\x66\x07\x8d\x5f\x25\x99\x85\x1a\x3f\x88\xf1\xc0\xe6\xa1\xe1\x09\x13\xf7\xc1\x4f\x43\x5c\x13\x77\x67\x4a\x3e\xd4\x4a\x68\x4a\xee\x37\xba\x6f\xe8\xeb\x96\xee\x21\x8d\x97\x39\xbf\xa5\xfb\xfb\xbc\x68\x35\x81\x34\xa4\x80\xd8\xa2\xdc\xb8\x4f\x82\xc2\x9d\x05\xf4\xe8\xb4\xc0\xb7\x0a\x68\x48\xd1\x04\xf9\x56\x01\xcd\x9c\x79\x50\xce\xe2\xe2\x64\xf9\xf4\xef\xd0\xd4\x39\x98\x14\x8f\x91\xae\x15\x9a\x14\xc7\x96\xde\x3a\x46\xde\xce\xd8\x18\xb6\x8b\xd8\xca\x0e\x3f\xb6\x7d\x00\x65\x59\x31\xa6\x3e\xa4\xac\x10\xb1\xd5\x05\x05\x50\x8a\x34\x78\x56\x8f\xed\xd6\x5a\xb7\x5e\xa1\x05\x69\x2d\xa4\xe4\x21\x2d\x34\x85\x8d\x92\x65\xdc\xe0\x7d\x27\x0a\x83\x33\x11\x5b\xbd\xfc\x6a\x16\x8e\xc2\x73\x46\x94\x8c\xa5\x83\x49\x71\x14\x62\x69\x14\xe5\xb1\x6c\xdd\xa2\x90\xc7\x82\x91\xe9\xe0\x41\x20\x34\x32\x8d\xb2\xa7\x7f\x92\x68\xa2\xf0\x9e\x2e\x62\x2b\x13\x4d\x94\x5d\x02\x65\xab\x3b\x28\x4e\xa3\xd0\xea\x8a\xd4\xad\x71\x92\x6c\x7b\x9f\x64\xac\xc1\x87\x74\xbf\x22\xad\x0c\x7d\xa8\xe5\xe3\x84\x6b\x02\x5d\x82\xa4\x4e\xe4\x62\xcc\x19\x8c\x26\xc7\xca\x7b\x13\x1a\x4d\x46\xe5\x2a\xad\x74\xd9\xa8\x5c\x25\x11\x23\xce\x44\xe5\x2a\x45\xcd\xfc\x3a\x18\x4d\x46\xa5\xce\x11\x31\x4a\xb2\xa8\xd4\x39\x51\x33\x5f\x0c\xaf\xe2\xba\x04\x5d\xfc\x5e\xa3\x02\x85\xa0\xe0\xb7\x1f\x70\x49\x5f\xf5\xd0\xcf\x41\x52\xd1\x15\xc7\x16\xb1\xd5\xe1\xc2\xb1\xa3\x66\x42\x18\x9e\x05\x78\xd4\x53\x3b\x9e\xd4\x10\x19\xe3\x83\x09\xe1\x87\xa8\x99\x2f\xe6\xb6\xf1\x21\xf9\x42\xc4\xa8\x0b\xa3\x86\xa4\x8f\x23\xb9\x24\x04\xbf\x3f\x10\xb1\x35\x58\x4b\x2a\x64\x20\x37\x79\x09\x0d\x0d\xe4\xa2\x65\x3d\x32\xa9\x34\xa2\x51\x8f\x88\x18\x05\x65\x34\x92\xa9\xc8\xdc\x32\xab\x44\x23\x99\x8a\xd8\xca\x9a\x3c\xda\xc0\xbf\x5a\x46\xb6\xb9\x39\x1f\x12\xd9\x44\x8c\x77\xdc\x60\x7a\xf6\x21\x18\x56\xcd\xb2\xf1\xa1\xf4\xd5\x52\x13\x93\x9f\xc6\x45\x93\x26\x20\x26\x37\x69\xd2\x04\xb3\x8e\x59\xb2\xa3\x08\xcd\x3a\x82\xc9\xc3\xac\x08\xa1\xc9\x43\xf4\x4c\x6d\x93\xc7\xbe\xe8\xa4\x36\x11\x63\x62\x16\x9d\xc1\x57\x68\xf2\xd0\xb2\xbe\x0f\x4d\x1e\x44\x4c\x2e\xa7\xc9\x43\xf0\x5b\xbf\xd9\x2a\x1f\xf2\x40\x27\x62\x8b\x1b\xdc\x99\x85\x45\x3f\xe0\xca\x50\x1d\xfd\x10\xd7\x21\xae\x05\xf4\xe4\x62\xc7\xc9\xf2\x87\x76\x3c\xb4\xa3\x03\x69\xc7\x9b\xb5\x2c\xf5\xc5\x4c\xe0\x49\x6c\xe1\x13\x1a\x0d\x04\x73\x80\xc9\xf4\x2d\x34\x07\x10\x99\xbd\x0b\x2a\x82\x0a\x4f\xa8\x0d\xa8\x0a\xe2\x43\xae\x3b\x33\x81\x27\x69\xba\x56\x1a\x0d\xc4\xc8\x4c\x32\x89\xa5\x31\x28\xe0\x45\xca\x73\x79\x0a\xf8\xa0\xb9\x9e\x3d\xab\xa9\x50\x73\x1d\x23\xf3\xfe\x1c\x1b\x3b\xee\xda\x31\x49\xe3\x09\x35\x06\x79\x3f\x46\x46\xcf\x49\x0b\x1e\x43\xd1\x13\x62\xbc\x90\xc4\xe0\xa7\x71\x31\x52\x21\x73\xf4\x74\xa6\xc1\x18\x5d\xc4\x16\x91\x78\x30\x3b\x8c\x91\x4e\x3e\x15\x9c\x87\x9c\x7c\x28\x4e\xe0\xd1\x43\x71\x82\xe6\x7a\xce\x2c\x6e\x43\xcd\x75\xcc\xc1\xcf\xa0\xb8\xdb\x53\x81\x6f\xaa\x6b\xca\x4e\x3a\x26\x5d\x53\x4c\xcb\x6b\xc5\x2f\xef\x62\xf2\x33\x04\x91\x32\xb8\x56\x53\x41\x81\xb6\x79\xf2\xac\x1e\x6a\x9b\x63\xa6\x9b\x4d\x5e\xc7\x63\xf2\x13\x34\x11\x5b\x38\xc0\x64\x24\x16\xd3\xc5\x85\x10\x2e\x2e\x17\x97\x01\x89\x2b\x8b\x8f\xc9\xcb\x60\xa8\xfb\x15\xa9\x3c\xf9\x84\xba\xdf\x98\x19\x6a\xa7\xe9\x43\x85\x5a\x88\xad\xc9\xf2\x0a\xb5\x13\xff\xa2\xe9\x8f\x29\xff\x9a\x4f\xff\x42\x7a\xf9\x17\x5d\xe6\xa4\xe7\x0b\x75\x99\x61\x13\xa8\x00\x51\xc0\x8b\xd8\xb2\x0d\x08\x45\xd3\xd4\x4d\xd9\x51\x4d\x5d\x58\x56\x1a\x73\x99\x03\x9d\x82\x88\x4c\x56\x80\xb4\x56\x92\xb9\x5c\x1f\x6a\xad\x45\x92\x37\x41\x64\x2b\x4b\xd7\x98\xcb\x53\x13\xc6\xcf\x25\x45\x6c\x71\x61\x8c\x5f\x7f\x85\xe1\x39\x5e\xd8\x51\x9e\x63\xf2\x1c\xe3\x43\x79\x8e\x65\xf3\x34\x15\xa3\x8d\xe6\x49\xc4\x56\xd6\x23\x61\xfc\xc0\x20\x68\x10\xa7\xe3\x13\x6a\x10\x63\xf1\xa4\xb8\x65\x73\x1d\x4b\x67\x5c\x94\xf9\xdb\xb4\xbf\x4c\xc5\x75\xfe\x9f\x4c\xbc\x68\x02\x44\x6c\xd9\x02\xea\x82\x72\xd9\xd2\xd8\x89\x9a\x46\xc4\xa4\xba\x75\x69\xa7\x94\xda\x0a\x59\x4a\x2d\x9f\x88\x2d\xaa\x85\x25\xa9\xf5\x63\x5d\x25\x54\xfd\x58\x57\xa4\x2c\xae\xd3\x92\x95\x21\xb6\x96\x20\x09\xc1\x78\xa1\xac\xfc\x50\xed\x63\xd0\xa6\x59\xc1\x32\x6a\xd3\xc2\x33\xdf\x5b\x25\x9e\xfa\x7e\x08\x42\xc1\x0b\x2e\xe6\xaa\xe1\x44\xb7\x4a\xb5\xe1\x8a\x6e\x10\x5b\x5a\x5e\x96\xf1\x74\x6e\x6b\x38\xb7\x9f\x4f\x88\xdf\x28\x77\xb8\xe4\xdc\x10\xe3\xd5\x33\x9c\xb7\xab\xf0\x5b\x3f\x81\x66\x47\x9d\x11\x52\x5a\x36\x73\xe1\x3a\x23\x1d\xa5\x35\x7c\x54\x1d\x65\xec\x8c\x3d\x1a\xfa\xda\x4d\x10\xa3\xc3\xb5\x06\x50\x11\x94\xc7\xee\xd9\x76\x84\xba\xc0\xd8\x79\xeb\xeb\xc8\xb5\xf3\xd6\x27\x62\x6b\x4d\xa0\x10\xc4\x87\xf6\x97\xc3\x91\xfc\xff\x3f\xec\xef\x2f\xbf\xfc\xfb\x81\xf3\xa7\xcf\x9f\xe3\xed\x0b\xff\x5a\x81\x7f\x24\xf0\xb8\xe2\xfe\xf8\x16\xbf\xfc\xcb\x87\xf7\x4f\xef\xf9\x15\xff\xfb\xaf\x00\x00\x00\xff\xff\x69\x49\xc0\xae\x25\x31\x00\x00"); -func _dagbg ()(*asset ,error ){_acbf ,_egb :=_geee ();if _egb !=nil {return nil ,_egb ;};_caebc :=bindataFileInfo {_b :"UniAKR-UTF8-H",_ffe :217759,_ag :_ed .FileMode (436),_ac :_c .Unix (1580492671,0)};_gbdgc :=&asset {_abe :_acbf ,_ece :_caebc };return _gbdgc ,nil ; -};func _ebgd ()([]byte ,error ){return _g (_egaa ,"NWP-V")};func _fddeg ()(*asset ,error ){_dfece ,_edb :=_gedf ();if _edb !=nil {return nil ,_edb ;};_bgeg :=bindataFileInfo {_b :"UniCNS-UTF8-H",_ffe :287804,_ag :_ed .FileMode (436),_ac :_c .Unix (1580492718,0)}; -_cdb :=&asset {_abe :_dfece ,_ece :_bgeg };return _cdb ,nil ;};func _bfb ()([]byte ,error ){return _g (_ggcg ,"ETHK-B5-H")};func _ggg ()([]byte ,error ){return _g (_df ,"78-RKSJ-V")};func _gc ()(*asset ,error ){_ggga ,_abf :=_fab ();if _abf !=nil {return nil ,_abf ; -};_ddgd :=bindataFileInfo {_b :"90pv-RKSJ-H",_ffe :5565,_ag :_ed .FileMode (436),_ac :_c .Unix (1580491045,0)};_ggfe :=&asset {_abe :_ggga ,_ece :_ddgd };return _ggfe ,nil ;};var _fbdf =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\xd5\x4d\x8b\x5b\x37\x14\x06\xe0\xbd\x7e\x85\x96\xe9\xa2\xb5\x74\x3e\x25\x10\x17\x9a\x0f\xd2\x59\xa4\x29\x4d\xd3\x16\x4a\x17\x1e\x5f\x79\x30\x74\x6c\x63\x7b\x16\xf9\xf7\xe5\x9c\xe3\xa4\xd0\xc5\xe0\x99\xd7\xd2\x3b\x57\x8f\xc4\xd5\xe6\xcd\xc3\xdb\x87\xe3\xe1\x96\x37\xbf\x5c\x4e\xbb\x4f\xf3\x96\xf7\x87\xe3\x7a\x99\xd7\xd3\xcb\x65\x37\xf3\xe3\x7c\x3a\x1c\x53\xaa\x90\xd7\xc3\xee\xf6\xf5\x4f\xff\xd8\x3d\x6f\xcf\x29\xd9\xfc\x4f\x5f\xae\xb7\xf9\xfc\x70\xdc\x9f\x32\xc6\xb8\xf5\xe5\x7c\x1f\x9b\xf3\xe6\xd7\xf9\x74\xb8\xde\x2e\x5f\xf2\xab\x1f\xd7\xd3\xe3\xfc\x2e\xaf\x73\x6f\xf9\xc7\xcb\x3a\x2f\x87\xe3\x53\x7e\xf5\xfe\x75\xfd\x96\x7e\x7a\x39\x9f\xff\x99\xcf\xf3\x78\xcb\xc5\xb3\x79\x5c\xfd\x33\x6d\xde\x7c\xd8\x9e\x7f\xde\x3e\xcf\xbc\x79\xff\xfa\xfb\x9f\x3c\xf4\xec\xf7\x79\xb9\x1e\x4e\xc7\xdc\x7f\x28\x45\xfe\x8b\x7f\xfb\x72\x9e\xb9\xde\xe7\x7e\x7e\x78\xfb\x71\xbf\xbf\xce\x5b\x86\x12\xbd\x9b\x3f\x3f\x3f\xbc\xcd\x7f\xd5\x5c\x4b\x06\x46\x81\xbf\xef\x43\xff\xf8\x70\x5a\xe7\xfd\x9f\xa7\x1a\xeb\xd8\x9d\xd6\x79\x3d\x6f\x77\xf3\xb2\x3d\x3e\xcd\x94\xf3\x80\x0a\x75\xc9\x43\xdf\xe9\xbb\xc5\x9e\xf1\x7f\x23\x52\x6b\xf7\x99\x87\x35\x92\xaf\x33\xa0\xea\x5c\x72\x97\x34\x00\xd0\x03\x10\x58\x72\xed\xc5\x12\xe1\x48\xe6\x92\x81\x3c\xd1\x18\xa3\xbb\x25\x03\x5b\x82\x51\x83\x56\x03\x02\x69\x00\x45\x42\x8a\x4b\x46\xb6\x66\x8e\x84\x55\x96\x4c\xd8\xd3\x00\x89\x44\xb0\x2d\x99\x81\x2d\xa1\x48\x94\x97\xcc\x64\x63\x34\xc6\xa8\x7d\x21\xc5\x9a\x95\x23\xb1\x87\x10\xb4\x59\x2d\xc6\x34\x2a\x4b\x16\x69\x96\x90\x3f\x73\x93\xed\x92\xb5\xd8\x13\x76\x20\x4b\xba\xec\x97\xac\x68\x63\xb6\x31\x6b\x6b\xcf\xdc\x2a\xa5\x01\x8f\x91\x3c\x5a\x4f\x2f\x2d\x0d\x2c\x9e\x60\x71\x1e\x5b\x3b\x06\x18\x3a\x58\x2d\x48\x69\x20\x44\x04\x1e\x55\xb0\x79\xe1\x81\xee\x51\x01\x20\x0d\x0c\x10\x24\x8f\xb0\x4a\x1a\x18\x22\xc8\x1e\x51\xb5\xfa\x20\x41\xf1\x88\x8b\xd5\x87\x00\x6a\x44\xdd\xea\x63\xc1\xd8\x3c\x92\x6e\xf5\x3d\xa2\xee\x91\x36\xab\x8f\x05\xa2\x2f\xb0\xb6\x66\xf5\xb1\x42\x7c\xf4\xa8\xab\xd5\xef\x22\xda\xf9\xd6\x15\xd3\xc3\x35\xa2\xd5\xa3\x6a\xdb\x89\x33\xa2\xe9\x11\xd8\x7e\xe2\x3e\xa2\xbd\x47\x68\xc7\x80\x82\x8b\x9c\x0b\x88\x28\x0d\x0a\x2f\x72\x2f\x60\x83\xa7\xf0\x22\x88\xc3\x82\x90\x06\x85\x17\xc5\xf9\x51\x90\x34\x28\xbc\xc8\xbd\xa0\x81\xd5\x87\x17\xb9\x17\x74\xdb\x32\x0a\x2f\x72\x2f\x2c\xb6\x67\x14\x5e\xe4\x5e\x58\xed\xc8\x50\x78\x51\x8b\xc8\xce\x39\x85\x17\xb9\x17\x82\x1d\x74\x0a\x2f\x72\x2f\xc4\x66\xf5\xe1\x45\xee\x85\xa4\x56\x1f\x5e\xe4\x5e\xc8\x6a\xf5\xe1\x45\xee\x85\x22\x56\x1f\x5e\xe4\x5e\xa8\x62\xf5\xe1\x45\xee\x85\x8d\x29\x0d\x0e\x2f\x76\x2f\xec\xd4\xd2\xe0\xf0\x62\xf7\xa2\x42\x90\x06\x87\x17\xbb\x17\x55\x94\x34\x38\xbc\xd8\xbd\x08\xb0\xa4\xc1\xe1\xc5\xee\x45\x08\x56\x1f\x5e\xec\x5e\x44\xd5\xea\xc3\x8b\xdd\x8b\xb8\x5a\x7d\x78\xb1\x6a\x5f\x32\x49\xb1\xfa\xf0\x62\xf7\x22\xe9\x9c\x06\x87\x17\xbb\x17\x69\xeb\x69\x70\x78\xb1\x7b\x51\x6b\x98\x06\x87\x17\xbb\x17\x75\xd5\x34\x38\xbc\xd8\xbd\xb8\x68\x4d\x83\xc3\x8b\xdd\x8b\xab\x58\x7d\x78\xb1\x7b\x31\xb0\xd5\x87\x17\xbb\x17\x23\x63\x1a\x12\x5e\xe2\x5e\x4c\xa4\x69\x48\x78\x89\x7b\x31\x53\x4d\x43\xc2\x4b\xdc\x8b\xfd\x0d\x21\xe1\x25\xee\xc5\x0a\x3d\x0d\x09\x2f\x71\x2f\x6e\x60\xf5\xe1\x25\xee\xc5\xbd\x5a\x7d\x78\x89\x7b\x49\xa9\x56\x1f\x5e\xe2\xe7\x4b\x6a\xb1\xfa\xf0\x92\x16\x51\xb7\xfa\xf0\x12\xf7\x12\xe8\x56\x1f\x5e\xe2\x5e\x82\xcd\xea\xc3\x4b\xdc\x4b\xa8\x59\x7d\x78\x89\x7b\x09\xab\xd5\x87\x97\xb8\x97\x88\x58\x7d\x78\x89\x7b\x89\x8a\xd5\x87\x97\xb8\x97\x34\xd6\x34\x34\xbc\xd4\xbd\xa4\x73\x4d\x43\xef\x57\x84\x7b\x69\x21\x4e\x43\xc3\x4b\xdd\x4b\xab\xbd\x99\x35\xbc\xd4\xbd\x14\x10\xd3\xd0\xf0\x52\xf7\x52\x04\xab\x0f\x2f\x75\x2f\xfb\x3e\x0d\x0d\x2f\x75\x2f\xe5\x6a\xf5\xe1\xa5\xee\xa5\x52\xba\xdf\x4c\x5f\x6f\x20\xfb\xdd\x2e\xed\x6f\xf7\xe8\xee\xe5\x72\x99\xc7\x9b\x5f\xd9\x7e\x65\xda\x9d\x77\x38\xce\x6f\xd7\xff\xf9\x74\xb6\x59\xfe\xf3\x6f\x00\x00\x00\xff\xff\xa2\x28\xe2\xe9\x2a\x08\x00\x00"); -func _aaad ()(*asset ,error ){_eaeb ,_agc :=_cfae ();if _agc !=nil {return nil ,_agc ;};_bcg :=bindataFileInfo {_b :"Adobe-GB1-2",_ffe :2159,_ag :_ed .FileMode (436),_ac :_c .Unix (1580491257,0)};_fgg :=&asset {_abe :_eaeb ,_ece :_bcg };return _fgg ,nil ; -};func _cfecdf ()(*asset ,error ){_fbec ,_ffgb :=_cebf ();if _ffgb !=nil {return nil ,_ffgb ;};_gcdb :=bindataFileInfo {_b :"UniAKR-UTF32-H",_ffe :248243,_ag :_ed .FileMode (436),_ac :_c .Unix (1580492666,0)};_ggad :=&asset {_abe :_fbec ,_ece :_gcdb }; -return _ggad ,nil ;};func _eed ()([]byte ,error ){return _g (_fbe ,"Adobe-CNS1-1")};func _gdc ()([]byte ,error ){return _g (_bcdc ,"UniJIS-UTF32-H")};func _aa ()([]byte ,error ){return _g (_gaa ,"78ms-RKSJ-H")};func _fgeb ()([]byte ,error ){return _g (_ggcb ,"UniKS-UCS2-H")}; -func _fadeb ()(*asset ,error ){_fgcf ,_decg :=_ccgc ();if _decg !=nil {return nil ,_decg ;};_feg :=bindataFileInfo {_b :"ETen-B5-H",_ffe :5459,_ag :_ed .FileMode (436),_ac :_c .Unix (1580491749,0)};_eaebf :=&asset {_abe :_fgcf ,_ece :_feg };return _eaebf ,nil ; -};func _cbce ()(*asset ,error ){_bcef ,_gbfg :=_ddgbb ();if _gbfg !=nil {return nil ,_gbfg ;};_bafc :=bindataFileInfo {_b :"GBTpc-EUC-V",_ffe :789,_ag :_ed .FileMode (436),_ac :_c .Unix (1580492242,0)};_bbbd :=&asset {_abe :_bcef ,_ece :_bafc };return _bbbd ,nil ; -};func _cbb ()(*asset ,error ){_gbddc ,_defe :=_cfbf ();if _defe !=nil {return nil ,_defe ;};_edca :=bindataFileInfo {_b :"UniCNS-UTF8-V",_ffe :656,_ag :_ed .FileMode (436),_ac :_c .Unix (1580492730,0)};_afgcd :=&asset {_abe :_gbddc ,_ece :_edca };return _afgcd ,nil ; -};func _geee ()([]byte ,error ){return _g (_abce ,"UniAKR-UTF8-H")};func _acfcd ()([]byte ,error ){return _g (_cdea ,"UniJISX0213-UTF32-H")};func _ecgc ()([]byte ,error ){return _g (_bdee ,"UniGB-UTF16-H")};func _adb ()(*asset ,error ){_cadbf ,_gbbga :=_dedf (); -if _gbbga !=nil {return nil ,_gbbga ;};_dgdg :=bindataFileInfo {_b :"UniAKR-UTF16-H",_ffe :184302,_ag :_ed .FileMode (436),_ac :_c .Unix (1580492659,0)};_dedc :=&asset {_abe :_cadbf ,_ece :_dgdg };return _dedc ,nil ;};var _geef =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x54\x92\x41\x8f\x9b\x30\x10\x85\xef\xfc\x8a\x39\x6e\x0f\x5b\x6c\x63\x6f\x12\xa9\x42\xaa\x88\xaa\x72\xd8\xb4\x2a\x9b\xb4\x52\xd5\x03\xb1\xc7\xd4\x52\x31\x96\x81\x43\xfe\x7d\x65\x03\x46\x7b\x40\xe6\xbd\xcf\x8c\xe7\xe1\xc9\xab\xfa\x5c\x5b\x33\x41\xfe\xdd\x0f\xb2\xc1\x09\xb4\xb1\xca\xe3\x38\xcc\x5e\x22\xdc\xb1\x33\x36\xcb\x28\x03\x65\xe4\xb4\xc9\xb8\xc8\xbe\x75\x59\x96\x5f\xad\xa9\x2e\xcd\xf3\xf5\xed\x4b\xc1\x9e\xbf\xc2\x3c\xe2\x0a\xaa\xfa\xdc\x3c\xc6\x09\xfb\xda\xea\x01\x8a\xa5\x80\x9a\xdd\x5a\x04\x20\xff\x81\x9d\x19\x27\xff\x80\xa7\xcf\x6a\xb8\xe3\x07\x50\xa8\x83\xff\xcd\x2b\xf4\xc6\x76\xf0\x54\x5d\x1a\x9a\xec\x66\x76\xee\x1f\xf6\x68\x27\x38\x44\x0f\xad\x8a\x6b\x96\x57\xaf\xad\xbb\xb4\x3d\xc2\xfb\x76\x6e\x11\x47\x7a\x43\x3f\x9a\xc1\x02\xfd\x48\xc8\x69\xb7\xdf\x1e\x0e\x81\xae\x55\x7e\x5d\xeb\x33\xfc\xa6\x40\x09\x30\x21\x4e\xfc\xcf\xea\xff\x7c\x1d\x54\xda\xf5\xb2\xf4\x2f\x8d\x92\x7f\x5b\x9f\x7d\x22\x84\x10\x46\x68\x51\x02\x65\x24\x49\x1e\x24\xdb\x24\x13\x25\x50\x72\x5a\xa4\x46\xae\x4b\xa0\xc5\x81\x8b\xd5\xd0\xe2\x1e\x0c\x9e\xa4\x0a\x52\x84\x7c\xdb\x31\xd9\x21\x1d\xeb\x5b\xdb\xe1\xb2\xb5\x20\xe4\x58\xc2\xf6\x7a\x2a\x81\x0a\x92\x48\xbb\x93\x50\x9e\xbf\x24\x22\x77\x12\x4e\x12\x3c\x11\xdc\x49\xe8\x51\x1c\x37\x42\x49\x22\x94\x86\x6a\x2c\x11\xbe\x93\x10\xb3\x38\x6e\x31\x52\x6f\x5a\xc7\xde\x0a\xb2\x26\x5a\x12\x44\x11\x46\x25\x5d\x9e\x9c\xbd\x47\x3b\xc5\x41\x89\xb7\x13\xfe\xb8\xb1\x98\xa6\xd1\x0d\x2e\x7c\x15\x9f\xff\x01\x00\x00\xff\xff\xad\xc7\x92\x12\xb9\x02\x00\x00"); -func _abeb ()(*asset ,error ){_gge ,_ada :=_aba ();if _ada !=nil {return nil ,_ada ;};_gbf :=bindataFileInfo {_b :"83pv-RKSJ-H",_ffe :4830,_ag :_ed .FileMode (436),_ac :_c .Unix (1580490975,0)};_ecaa :=&asset {_abe :_gge ,_ece :_gbf };return _ecaa ,nil ; -};var _dfac =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x4c\x92\x4f\x6f\xdb\x30\x0c\xc5\xef\xfe\x14\x3c\x76\x87\xce\x92\x3d\x47\x0e\x50\x14\x58\x93\xa1\xf3\xa1\xeb\xb0\x36\xdd\x80\x61\x07\xfd\xa1\x02\x01\x8b\x2c\xc8\xf6\x21\xdf\x7e\x10\xe9\x79\x3b\x04\x2f\xf9\xe9\x3d\x8a\x8c\x58\x1f\x86\xe3\x10\xc3\x0c\xf5\xd7\x3c\xda\x17\x9c\xc1\x87\xe8\x32\x4e\xe3\x92\x2d\x82\xc1\x73\x88\x55\x25\x1b\x70\xc1\xce\x7f\x7f\x92\xd8\x8b\x4e\x55\x55\x3f\x3e\xbc\x26\x7b\xfb\xe9\x74\xb8\xfd\x0c\xcb\x84\x2b\x3d\x0c\xc7\x97\xeb\x34\xe3\x65\x88\x7e\x84\x96\xd3\x6e\x49\x6b\x05\x80\xfa\x1b\x9e\xc3\x34\xe7\x2b\xdc\x7c\x74\xa3\xc1\x77\xe0\xd0\x17\xfe\x9c\x1d\xe6\x10\xcf\x70\xf3\xf8\x20\x37\xfa\xb2\xa4\xf4\x1b\x2f\x18\x67\x90\xc4\x30\x3a\xd2\xaa\x3e\x3c\xe9\xf4\x45\x5f\x10\xfe\x6b\xe5\x8d\xce\xe8\xe8\x0d\xf3\x14\xc6\x08\x52\xbc\x17\x62\xf7\x8f\xbf\x5e\x13\xae\xb5\xaa\xfa\x34\x1c\x9f\xbd\x9f\x70\x86\x5d\x2f\xd8\xf3\xe3\x34\x1c\xe1\xa7\x04\x29\xa0\xe9\x5a\xd5\xfd\x5a\xad\xdf\x9f\x46\xb7\x05\x1b\xc1\x03\xd9\xe0\xb2\x8e\x67\xac\xee\xb4\xd4\xcd\x3d\xac\x02\x9d\xea\x08\xb5\x8c\x5a\x42\x1f\x08\x69\x46\xba\xa0\x7d\x4f\xc8\x30\xb2\xf7\xa0\x94\x60\x97\x63\xe4\xc8\xb5\x2f\xc8\x70\x79\xe3\x0b\xea\x9b\x82\x3c\x12\x2a\xa2\x94\xd8\x55\x77\xba\xd5\xb2\x20\x12\xe8\x54\x4f\xa8\x67\xb4\xa7\xa0\x20\x64\x19\x59\x72\xb5\x84\x90\x11\xd7\x52\x05\x19\x6a\xb5\x35\x86\x5c\x54\xde\x38\x46\x8e\x5c\x54\xbe\x34\xb4\x0a\x74\xaa\xb4\xda\x3a\x1a\x88\x44\x29\xc1\x88\x83\x8e\x82\x92\x9a\x70\x1c\x2c\x02\x3b\x41\xc8\x73\xd0\xd3\x8d\x7b\xba\xd1\x73\xd0\xf3\x3f\x41\x7d\xf1\xd8\x2d\x8f\x2d\x65\x59\x89\xed\x1d\xca\xf7\xb2\x89\xdb\x72\xd8\x25\x67\x8c\x33\xed\x21\xbd\x7f\x79\xc0\x10\x71\xdb\xf4\x34\xa6\x92\xa2\xcf\x9f\x00\x00\x00\xff\xff\x3c\x9a\xd2\xc8\x15\x03\x00\x00"); -func _begff ()([]byte ,error ){return _g (_edfe ,"UniJIS2004-UTF8-V")};var _cbeg =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x44\xd3\x41\x8b\xdb\x30\x10\x05\xe0\xbb\x7f\xc5\x1c\xb7\x97\xda\x92\x2c\xcb\x82\xb2\x50\x92\x43\x5d\xd8\x6e\x69\xba\x69\xa1\xf4\xe0\xd8\xe3\x60\x68\x64\x23\xdb\x87\xfc\xfb\xa2\x37\xa9\x7b\x08\x72\xbe\x68\x1e\x2f\x30\xce\x0f\xcd\xb1\x09\xe3\x4a\xf9\xd7\x38\x75\x27\x5e\x69\x18\x43\x1f\x79\x99\xb6\xd8\x31\x5d\xf8\x3a\x86\x2c\x53\x9a\xfa\xb1\x5b\xff\x7d\xc5\xd1\xdd\xda\x39\xcb\xf2\x4f\xb4\x2d\xfc\x78\x3e\x34\xc7\xd3\x7d\x59\xf9\xd6\x84\x61\x22\x23\x33\xfd\x36\x3f\xe6\x88\xf2\x6f\x7c\x1d\x97\x35\xde\xe9\xe9\x63\x3f\x5d\xf8\x1d\xf5\x3c\x24\x7f\x8d\x3d\xc7\x31\x5c\xe9\xe9\x73\x3b\xb7\x41\xed\x3f\x9c\xb6\x79\xfe\xc3\x37\x0e\x2b\x29\x18\x87\x1e\x67\x96\x1f\x5e\xda\xf9\x4b\x7b\x63\xca\xcf\x10\xc0\x99\xe3\x32\x4e\x81\x94\x7e\x5f\x14\xf6\xbf\x7f\xbf\xcf\xfc\x48\xc8\xf2\xb7\xe6\xf8\x3a\x0c\x0b\xaf\x54\xdb\x42\xee\xfc\x7c\x6b\x8e\xf4\x4b\x91\x2a\x48\x5b\x53\x16\xbf\x1f\x57\x7f\xbc\x4c\xfd\x3e\xa8\x9d\xfc\x93\x6e\xec\x63\x1b\xae\x9c\x7d\xd0\x4a\xeb\x67\x4a\x87\x79\x26\x57\xd7\x2e\x91\x51\x20\xa3\x41\x1e\xd4\x09\x71\x22\xaf\x12\x95\x72\xab\xb4\xa0\x12\xd4\x82\xec\x05\x84\xc1\x4a\x6e\xa5\xc3\x79\x95\xe2\x4b\x0d\xc2\xe1\xbc\xaa\x41\x46\xc8\x80\x3c\xc8\x0a\xa5\x78\xaf\x0b\x90\x13\x72\x20\x05\xf2\x42\x1e\xa4\x13\x95\x92\x55\x22\x4b\x9b\x44\x95\x50\x25\x54\x82\x24\xbe\x92\x78\x0b\x92\xf8\x4a\xe2\x2b\x10\x0b\x31\x28\xb5\xb7\xd2\xde\x4a\x7b\x5d\x83\x8c\x90\xc4\x7b\x90\x15\x42\xbc\x29\x40\x4e\x08\xf1\x46\x81\xbc\x10\xda\x9b\xd4\xde\x4a\x7b\x2b\xed\x4d\x6a\x6f\xa5\xbd\x95\xf6\xa6\x04\x49\xbc\xb4\x37\x16\x24\xf1\xd2\xde\x54\x20\x16\x42\x7b\x83\xf6\x4e\x06\x5d\x05\xaa\xd3\x36\xee\xcb\x90\x9e\xd3\x7b\xb0\xef\x65\xb7\xc5\xc8\x61\xc5\x5b\x80\x25\x4c\x5b\x34\x06\xde\xdf\xae\x79\x9a\xd3\x14\x3e\x7f\x03\x00\x00\xff\xff\xad\x4b\x3b\x79\x89\x03\x00\x00"); -var _afcc =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x4c\xd2\xc1\x8e\x9b\x30\x10\x06\xe0\x3b\x4f\x31\xc7\xed\x61\x8b\x0d\x85\x18\x69\x15\xa9\x22\x87\x45\xab\xed\x56\x4d\x93\x56\xaa\x7a\x30\x78\x1c\x59\x2a\x06\x19\x73\xc8\xdb\x57\x9e\xa1\x74\x0f\xd1\x84\xcf\x9e\x1f\x63\x3b\x6f\xbb\x53\xe7\x5d\x84\xfc\x6b\x98\x86\x33\x46\xb0\xce\x9b\x80\xcb\xb4\x86\x01\xa1\xc7\x9b\xf3\x59\x26\x0b\x30\x6e\x88\xff\x1e\xa9\x0c\xa3\x9e\xb3\x2c\x7f\x39\xb7\xe3\xf2\x78\x79\x6e\x1f\x9f\x61\x5d\x70\xd3\xb6\x3b\x9d\xef\x4b\xc4\xb1\xf3\x76\x82\x92\xbb\xcd\x3a\x6f\x09\x00\xf9\x37\xbc\xb9\x25\x86\x3b\x3c\x7c\x36\x53\x8f\x1f\xc0\xa0\x4d\xfe\x16\x0c\x06\xe7\x6f\xf0\xf0\x32\x05\xd4\x72\x1f\x38\xaf\xf3\xfc\x07\x47\xf4\x11\x24\x19\x7a\x43\x35\xcb\xdb\x57\x3d\x7f\xd1\x23\xc2\xbb\xd5\x5c\x69\x8c\x86\xae\x18\x16\x37\x79\x90\xe2\xa3\x10\xf5\x7f\xff\x7e\x9f\x71\xcb\xca\xf2\x4b\x77\x7a\xb3\x76\xc1\x08\xb5\x12\x3c\xe7\xe7\xa5\x3b\xc1\x2f\x09\x52\x40\x51\x7d\x92\xe2\xf7\x36\xf5\xc7\xeb\x64\xf6\x46\x59\xf3\x37\x0d\xce\x04\xed\x6f\x98\x3d\x69\xa9\x8b\x23\xa4\x52\x1e\x41\x89\xaa\x26\xaa\x98\x2a\x22\x45\x54\x33\xd5\x47\x50\x65\x21\x88\x1a\xa6\x9e\x66\x35\x44\x86\xc9\x24\xaa\x8b\x44\x3d\xc7\xf7\x4c\x65\x22\xec\x89\x90\x1a\x0f\x55\xf6\xa4\x4b\x2d\x13\x51\x51\xe2\x50\x13\x29\xa6\x86\xe8\x40\x34\x30\x0d\x44\x0d\x11\x32\x61\x22\x95\xd6\x55\xf6\x9a\xa8\xb7\x44\x32\x91\xa1\x37\x52\x51\x42\x51\x96\x31\x4c\xb4\x2e\xa5\x88\x2c\x13\x37\x52\xbc\xe5\x46\x4b\xf1\x8d\x48\xc7\xb8\xef\x5d\xfa\x9f\x2e\xd0\x7e\xa0\xc3\x1a\x02\xfa\x48\xd7\x87\xce\x2c\x6d\xba\xf3\xb8\x5f\xd0\x79\x9a\x53\x17\xfd\xfe\x06\x00\x00\xff\xff\x5d\xc8\xdb\xa1\xcc\x02\x00\x00"); -func _acec ()(*asset ,error ){_dddec ,_cagb :=_gfab ();if _cagb !=nil {return nil ,_cagb ;};_cfcg :=bindataFileInfo {_b :"B5-V",_ffe :620,_ag :_ed .FileMode (436),_ac :_c .Unix (1580491512,0)};_acd :=&asset {_abe :_dddec ,_ece :_cfcg };return _acd ,nil ; -};func _gbae ()([]byte ,error ){return _g (_faa ,"Adobe-GB1-4")};var _gbgc =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\xbd\x4b\xaf\x6d\x39\x72\x26\x36\xcf\x5f\x71\x86\xed\x41\x5b\x8b\x6f\x06\x90\xb8\x80\x55\xea\x82\x35\x68\xd9\x70\xb5\x6c\x03\x86\x07\xe4\xde\x6b\xcb\x05\x58\x59\x85\xaa\xd2\x40\xff\xde\xe0\xf7\x58\x29\x18\x0d\x9c\xbc\x93\x7b\x62\x93\x8b\xcf\x60\x30\x18\xf1\x31\xf8\x77\xbf\xfb\xc7\x7f\xf8\xc7\x5f\xfe\xf8\xb7\xaf\xbf\xfb\x5f\xff\xf2\xa7\xd7\x1f\xee\xbf\x7d\x7d\xfe\xf8\xcb\xfb\x2f\xf7\x5f\xff\xf4\x6f\x7f\x79\xdd\x5f\xfb\xfe\x97\x3f\xfe\xf2\xd3\x4f\x29\x7f\xbd\xff\xf8\xfa\x9b\x49\xfc\xf7\xfa\xd7\xf5\xe7\x9f\x7e\x3a\xdf\xff\xe1\xdf\xff\xfa\xb7\xfb\x5f\xff\xf1\x97\xcf\x9f\xbe\x0a\xf3\xbd\xff\xed\xcf\xca\xfb\xf5\xf5\x77\xff\xdb\xfd\x2f\x7f\xfc\xeb\xdf\xfe\xf2\xef\x5f\xff\xe9\x7f\x7a\xff\x69\xdf\xff\xc3\xd7\xfb\xfe\x9c\xdf\xff\x97\xbf\xbc\xef\xbf\xfc\xf1\x97\x7f\xf9\xfa\x4f\xbf\xfb\xa7\x3f\xa4\xe7\xe7\x3f\xfc\xdb\x9f\xff\xfc\xff\xde\xff\x7a\xff\xf2\xb7\xaf\x81\xdf\xee\x5f\xde\xf8\xff\xa7\xbf\xfb\xdd\x7f\x5d\x7f\xfe\xa7\xf5\xaf\xf7\xd7\xdf\xfd\xf3\x2f\x7f\xfc\xdd\x3f\xfd\xe1\x3f\xff\xf3\x7f\xfb\xfd\xfc\xcf\xff\x33\x52\x91\xf8\xbf\xdf\x7f\xf9\xeb\x1f\xff\xf4\xcb\x57\x2a\xff\xe3\x95\xe2\xd7\xdf\xff\xdb\xbf\xff\xf9\xfe\x4a\x2a\xe5\xff\xfc\xe7\x7f\xfc\x87\xaf\xff\x2b\x7d\xa5\xeb\x2b\xb7\x12\xe3\xff\xd6\xef\xff\xc7\x7f\xfd\xd3\xfb\xfe\xba\x48\x55\xb6\xff\xf5\xa7\xf7\xfd\xd7\x3f\xaf\xd7\xfd\x97\xf5\xcb\xbf\xdc\x3f\x7d\x7d\xfd\x7c\x5d\x3f\xbe\xf8\xef\xe7\xf1\xfb\x1f\xe7\x97\xdf\x5d\x53\xbf\xfd\xfc\x0f\xbf\xff\x7b\xfe\xf6\x5f\xae\xa9\x5f\x7f\xfe\x2f\xbf\xff\x7b\xff\xfa\x7b\xfc\x7a\x7e\xff\xf9\xf7\xe3\xef\xf5\xfb\xfd\xcb\xfb\xff\x57\xcb\x4f\x89\x95\xff\xf2\xa7\xbf\xbd\xef\x0f\x7f\x43\xbd\x3f\xa7\xcf\x8f\xaf\x74\xbe\xf8\x8f\x49\x3f\xa5\xeb\x52\x6b\xff\xf8\x7e\xfd\x3f\xeb\x2f\x3f\xfd\xfc\xca\xeb\x3a\x39\xcf\x1f\xed\xc7\x57\xee\x17\xfe\x1c\x3f\xbe\xd2\x98\xf8\x73\xfe\xf8\x4a\x65\xd4\x01\x22\x7e\x7c\x45\xc7\x5f\xaf\x1f\x5f\xa9\x5e\x35\x40\x9c\xca\xa2\x9d\x3f\xf7\xf5\xe3\x2b\x4f\x14\xb2\xd3\x8f\xaf\x9c\x32\xfe\x3c\xe5\xa5\x93\xa1\x9c\x3e\xa5\x39\xe6\x04\x91\x48\x74\x10\x13\x44\x64\x10\x41\xe2\x02\xb1\x0e\x31\xaf\xd3\xcc\x12\x99\x29\xf8\x26\x0a\x89\x0a\x62\x9c\x0a\xf1\x05\x3a\x35\xe7\x85\x2a\x57\x22\x51\x40\xa0\x96\xa9\x6c\xc1\x14\x34\x66\xb1\x96\x82\xfa\xd1\xbf\x39\x13\x0a\x5e\x6f\x12\x48\xd9\x99\x04\xbe\xd9\x85\x04\x1a\xb3\x51\x3f\x1a\xb9\x59\x4b\x45\x2d\x9b\xb5\x64\x7e\xce\x5a\x32\x53\x58\x4b\x3e\x83\x5b\x3d\x32\x0d\x84\xda\x7c\xbe\xa9\xea\xf2\x0c\x10\xac\xf2\xc2\x37\xb1\xd8\xff\x04\x62\x33\x05\xd9\x16\x09\x34\xa7\x4d\x12\x95\xc4\x8b\xdf\x14\x10\xea\xda\xa9\xb4\xa9\xe8\x72\x0a\x68\x2e\xe0\x10\x83\xd9\xc6\x1c\x20\x6e\xd6\x73\xc6\x66\x04\x47\x3a\x15\x10\x9c\x4f\xb0\xc2\x08\x0d\x14\xbe\x89\xca\x9e\x26\x10\x9d\x04\xbf\xe1\x50\x65\x96\xa6\xd1\x61\x01\x1a\x9d\x33\xb8\xa1\x7a\x4a\x03\xa1\xd1\x61\x0a\x8b\x2e\x03\x04\x5b\x5d\x90\xa2\x89\x2f\x05\x04\x8b\xae\x20\x76\x63\xca\x99\xc4\x35\xd5\xed\x0a\x42\xd9\xce\xc0\xef\xd9\xc9\xfc\x13\xc4\xf8\xf1\xd5\xd0\xe9\x7d\x32\x35\xf0\xd3\x3e\x43\xdb\xc0\x67\x1b\x83\x14\xc8\x1b\x71\x7e\x3d\x65\xbc\x66\xf5\xe2\x78\xcd\xff\xb0\x96\x5e\x67\x1a\x50\xdc\xfb\xc2\x64\x97\x38\x8d\x7e\xa7\x20\xd1\xe3\xa7\x9f\xef\xb4\xd7\xbe\x39\xa4\x53\xe4\x87\x63\xc2\xd4\x3d\xc5\xe7\x97\x48\x75\x38\xfd\xf4\xf3\x9d\xe7\x35\xcf\x0c\x94\x7e\x9a\x7f\x48\x4c\x6f\x56\x1a\x46\xed\xcc\xc0\x21\xd6\xc9\x78\xda\x02\xe2\x8c\x4d\x52\xb6\x75\x46\xe0\x2c\x16\x10\xe3\x3f\x64\xc3\x3a\x18\x2a\x00\xe3\x39\xb2\x88\x33\x07\x63\x88\xb8\xd5\xfd\x3b\x4f\x4a\x8d\xd1\x2f\x16\x5e\xcf\xc0\xe7\xde\x45\x9c\x22\xa2\x8a\x88\x93\xc2\x22\x2a\xd8\xa5\x5e\x4d\x69\x98\xd5\x7a\xb5\x26\x32\xff\xf8\x0a\xe6\xec\x87\x49\xb2\xba\xdb\xcf\x40\xe6\xda\x44\xe4\x43\x38\xdb\xa9\xb7\x76\x08\x54\x09\xc2\xff\x8e\x68\x44\xce\xf9\xe3\x2b\xb7\x2c\xe2\x34\xaa\xb1\xed\x03\x63\x51\x22\xd8\xfa\x19\x47\x78\xb6\x21\x62\x1d\x41\x50\x44\xdc\x3f\xbe\x72\xbe\x44\x7c\x7e\x7c\xe5\xa2\x94\x23\xa4\x72\xc9\x22\x4e\x9b\xd4\xc5\x09\x51\xdc\x9c\x6d\x9f\x6c\x2a\x7a\x9d\xd2\x0a\x7b\x38\x77\x3d\xfd\x50\xd1\x67\x0a\xf2\x59\xba\x20\x5e\xa7\x52\x66\x0b\xf4\x5d\xf3\x1e\xa8\x34\x85\x88\x33\x44\x99\x2d\x58\xe8\x42\x2d\x22\x4e\x5f\x2b\x9b\xb3\xd0\x1c\x31\x15\x38\x30\x17\xa6\x6c\x48\x7e\xb2\x47\x5c\xa7\xb4\xc6\x19\x0c\x48\xb3\x42\x2e\x8a\x7a\x18\xb1\xa4\x2c\xe2\x75\x08\x65\x0b\x64\x6b\x22\xea\x21\xba\x88\x79\x88\x21\xe2\x7c\x73\x05\x89\x75\xb2\x5d\x53\x04\x52\x94\x6d\x23\x45\x05\x6c\xa4\xb0\xe8\x06\xf1\x51\xaf\x48\x22\xc9\x43\x71\x89\xcc\x20\xc9\xc0\x41\x39\x58\xaf\xe9\xcc\x15\x64\x2f\x22\x1b\x33\x57\x91\xe4\xce\xe9\xd4\xc1\xcc\xae\x77\x32\xf3\x14\x19\xcc\x3c\x44\x2e\x66\x0e\x91\x9b\xa9\x6e\x15\xf7\xd8\xe9\xd4\x37\x8b\x72\xab\x6e\x92\xae\xe8\xc3\xcc\x6a\xd5\x62\x7f\xb9\xb8\xa2\x69\xcd\x0c\xd5\xbb\xd8\xdf\xe9\x54\xf6\xb7\xab\x91\x8b\xfd\x1d\xea\xd1\x62\x7f\xa7\x06\x67\xb1\xbf\xdd\x15\xb1\xbf\x43\x8d\x5c\xec\xef\x74\x51\xec\xef\x50\x8f\x16\xfb\x3b\x5c\xaf\xfa\xab\x2e\x48\xa7\xe8\x6e\xe4\xe7\xc7\x57\xc9\xea\xed\xd1\x2b\x4a\x56\x31\x67\x9a\x8f\x1c\x65\x13\xfa\x11\x16\xe5\x32\xb1\x0e\x51\x44\xec\x43\x64\x11\xe0\x87\x24\xe2\x7d\x88\x4b\xc4\x59\x54\x11\x22\x0e\x7f\x07\xdb\xdf\xc5\x09\x5c\xe5\xd1\xc9\xa0\xfa\xea\xf0\x41\x49\xaa\x09\xe3\x2d\x76\xea\xdc\x77\x54\x1e\xf5\x05\x65\xa3\xbe\xa0\x06\x61\xf7\x0f\x13\xd8\x3c\xd8\xba\x31\xb9\x41\x8a\x18\xd8\x01\x44\x60\x7f\xbb\x44\x60\x6f\xa8\x22\xb0\x33\xa8\x00\x2c\x91\x1c\x22\x4e\x43\x29\x0c\x62\x42\xcc\x6a\xe2\x27\xeb\x69\x22\x7e\x5d\xf2\x11\x13\x92\x34\x89\x48\x8f\x64\x88\x98\x90\xa4\x6c\xf5\x0b\xad\x2e\xa3\xa3\x41\x7b\x61\x3b\x1a\x9d\x6b\x73\x2f\x6c\x7d\xa3\xb3\x8b\x9b\x5b\xeb\xe8\xf1\xbd\xe0\xdd\x10\x46\x27\x6f\x88\xc4\xc6\x31\x2e\xd5\x13\xd4\x5a\x6a\x27\x09\x0e\x1d\x83\x73\xbb\x17\xb5\xd7\x71\xa9\x5a\x30\xdd\x18\xe4\x89\xbd\x96\x8a\xaa\x22\x6f\x92\x8d\xe4\xee\x24\x55\xf2\x56\xe6\x21\x52\x99\xd9\xbf\xad\x69\xe2\xb6\xb2\xf7\x54\x45\x21\xf2\x03\x92\x62\x6f\xef\xe0\xb7\x94\x75\x7b\x2f\x2a\x1d\xdc\xac\xf6\xeb\x8c\x5c\xe3\x36\xb9\xa1\x32\x34\xf2\xdc\x7e\x9d\x09\x6b\x94\xeb\xfb\x75\x6a\xec\xea\xd8\x0b\x0a\x09\xc5\xff\x7e\x9d\xda\xba\xda\xf9\x0a\x94\x16\x2a\xfb\x08\x3b\xcf\xc9\xeb\x88\xba\x9e\xf4\xd1\x61\xef\xc6\x29\xdf\xaf\xc3\xdc\x9d\x12\x7b\xbf\xce\xf8\xb7\xd0\xf0\xbf\x8e\x8c\x6b\x55\xad\x83\x6e\xa3\xa1\x7f\x1d\x09\xd6\xaf\xcb\xe5\x1d\x65\xa8\xba\x11\xaf\x53\x9e\x0b\x7f\xff\xf8\xea\xdc\xf8\xf6\xeb\x0c\x45\xbf\x34\xe4\x2f\xac\x96\xd1\x8b\x7a\x75\x64\x53\xf3\xb0\x2c\x74\x51\xad\x38\x33\xd7\x2f\x4d\xcd\xeb\x28\xe5\xdd\xcd\x38\xb3\xd8\x9a\x5a\x71\xf4\x8f\x7e\x69\x2c\xde\x67\x64\x47\x6e\x22\xce\x16\xd5\xba\x88\xd3\xab\xe6\x6c\x68\x53\x56\xd2\x19\x98\x7e\x71\xcd\xec\xf7\xe9\x71\xbf\xb8\x9c\xf6\xfb\x70\xdb\xec\x59\x44\x3f\x84\xbe\xda\x18\xe8\x87\x3a\x5f\x25\x65\xbc\xcf\xc2\xed\x89\x7b\xc8\xbe\x27\xc6\x86\x02\x77\xdf\x98\xa0\xc4\x5d\x60\xdf\x67\xcb\xe8\x85\x72\x7d\xdf\xd8\x54\xb5\xbe\x6e\xc8\x6d\xed\x76\xfb\x3e\x8c\xdd\x7a\x12\xf1\xe6\x28\xfa\xb3\xc3\x6d\x5d\x1c\x70\x9f\x65\x3a\x46\x51\xd6\xc3\xc5\xb9\x35\x35\xec\xec\xe7\x63\x68\xf4\x3f\xa7\x99\x71\x69\x84\x3e\xa7\x99\x31\x34\xc8\x9f\xc3\x3a\x75\x88\x0d\x3e\x58\xa1\xf9\x02\x59\x78\x56\x05\xbb\x9c\xbf\x0f\x6f\x0f\x11\xd0\x3e\xd0\xca\x32\x79\xe0\x29\x03\x83\x5e\xce\x59\x07\x8d\x4e\x4d\xe4\x04\x09\x85\xe4\x90\x1f\xaa\x58\x2c\x68\x6e\xe9\x7d\x05\xe4\xc2\x02\x0a\x12\x18\xa5\x8c\x6d\xa5\xcc\xcf\x59\x3e\x59\xd5\x7f\x20\xdb\x07\x2b\xf8\x40\x25\x2c\xca\x86\x86\x15\xa7\x1c\x15\x07\x5b\x6b\x09\x6a\xb3\x75\x4c\x92\x09\x52\xad\x55\xcc\xdd\x21\x17\x44\x3d\x46\xe5\x90\x10\x11\x38\x68\x1d\x92\x9b\x67\xf8\x5b\x08\xfc\x86\xe3\x11\xc8\xf3\x6d\xaf\xac\x35\x12\xc4\xe7\x98\xc9\x24\xe4\x39\x55\x89\x12\x19\x9b\xcf\xe0\x7e\x73\x48\x6c\xbc\xdc\xb4\x4a\x64\x0a\x3d\x1c\x3d\x41\x7e\xd0\x48\xec\x13\x25\x32\x05\x17\x4e\xe2\x77\x09\x1e\xb4\x47\x6f\x21\xf2\x0c\x74\xeb\xfa\xb6\x40\x77\xe8\x57\xf9\x56\x30\x97\x28\xe8\x5f\x8b\xa6\x4f\xa1\x0d\x44\xe2\x94\x45\x81\xea\xdf\x70\x38\xbe\x4b\x54\x08\xc8\x91\x2f\x66\xae\x14\x9f\xbd\xb0\x15\x54\xc2\x06\x0e\x7b\x20\xd5\xdd\x21\x92\xa7\xe6\xce\x1e\x50\x83\xe9\xfd\x32\xc9\x91\xcb\xac\x08\xea\x41\x6a\xa9\x25\x91\x99\xa9\xaa\x08\xe6\x87\x4e\x55\xe9\x90\x60\xb3\x3c\x38\xcc\x1d\xbb\x54\xc5\xc1\xf0\x90\x50\xe0\x5a\xaa\x21\x12\x99\x71\x92\x3f\xa4\x9a\x91\x4c\x72\x12\x6a\x12\x79\x5a\xd5\xd3\x39\xcb\x1e\x12\x87\xb5\x81\xb3\xe4\x5d\x62\x70\x12\x60\xe0\x00\xa9\x6f\xab\x48\xda\x5c\x72\x11\xb9\x30\xce\x1a\x2b\x6e\xf5\xfd\xba\x58\x11\xcf\xd6\xbd\xa8\x83\x3c\x50\x77\x2a\xc8\x87\x84\x92\x40\x0d\xe4\x90\x18\xab\xa2\x56\x0d\xac\xa3\x49\x9d\xec\x90\x18\xab\x10\x6b\x0c\x30\x6c\xd7\x22\x89\xc1\xb3\xdc\xec\xfe\xf6\x66\x2a\x49\xa8\x0c\x69\x84\xea\x9d\x3c\xca\x73\xa3\x38\x24\xf6\xc3\xd0\x42\x99\xd2\x5f\x2f\xce\x2f\x0e\x3c\xa9\xb7\x99\x45\xe2\xf8\x77\x25\x93\x6f\xf6\x57\xdf\xf2\xbc\x3e\x5c\x2f\x2c\x2a\x7d\x68\xd8\x27\x5a\x55\xa7\x78\x32\xa8\x30\xd5\x32\x45\x42\x25\x2d\x9a\x85\x40\x9b\x7b\xbd\x8a\x48\xae\xb9\xa1\x54\x2c\x85\x36\x35\x1a\xb4\x20\x04\xb5\xea\x12\xc1\xe5\x7b\x51\x22\xc5\xe2\x84\xce\xc2\x91\x5c\xe8\x6f\xab\xe2\x2b\x6a\x25\xe7\x4c\x2a\x72\x91\x45\xb3\x48\x18\x37\xfa\x64\x23\x17\x19\xb8\x69\xe9\x2f\xcc\x51\x6f\x9a\xc1\x85\xee\x37\x6a\xa5\x87\xc4\xd2\x68\x7d\x88\x7c\x71\x35\x73\xd8\x69\x04\xa8\x79\x0c\x91\x85\x1c\x5b\x44\x82\xdb\x5b\x38\x15\x4c\x68\x61\x06\x1b\x47\x6a\x7d\x54\x91\x98\xd0\xaa\xd9\xdf\xd4\x86\xe3\x32\x09\x51\x90\xd5\xe6\x0d\x26\x6c\x5d\x4b\x72\x73\xba\xe3\x62\x7f\x37\x4f\x20\x43\x22\x67\x63\x27\x6b\x4d\x62\x72\x63\xac\x7a\x48\x6e\x6c\x48\x95\xde\xc5\x84\x9b\xf2\x78\x6a\x8e\x5e\xec\x60\x48\x14\xbc\xb4\xdb\x48\xa6\xd2\xc8\xd2\x2d\x64\x5e\x5c\x47\x4d\x93\xf2\x82\x8d\xa6\x87\x66\x01\x3a\x4a\x6a\x53\x6b\xe1\xc5\x73\xd1\xd0\x58\xbd\x78\x2e\x1a\xd9\xa9\x68\x46\x15\xb7\x43\x1d\x49\xad\xb9\x19\xe0\xd8\xd6\xb5\x87\xbc\xb6\xac\x79\x4a\xc5\x2a\xeb\x5d\xe3\xfc\xda\x2c\x59\x32\xe7\xb5\xb9\xd8\x1b\xbb\x0f\x95\x25\xf5\x19\x26\x0b\x37\x0d\x91\x1c\xba\xe1\x54\x08\xfe\x59\xb8\xdf\xc5\x0d\xf1\x35\x42\x82\xe2\xe6\x39\x70\x8a\xcd\x6e\x70\xce\x28\x1a\xab\x9b\x0b\xa7\xb7\xfa\xbd\xe0\xff\x60\x7a\xe3\x12\xd3\x7d\xd0\xa1\x96\x7b\x13\x09\x31\x99\xb4\x5e\x3f\x10\x1b\x3d\x51\x96\xaf\x8b\xaa\x70\x90\x8f\xd6\xc5\x53\xf0\xe8\x4a\x45\x1b\x47\x3c\x24\xa6\xa8\xe3\x8c\x52\xd6\xb5\xc9\x0b\x38\x1a\x1d\x72\xb2\x07\xe8\xee\x4a\x54\xa3\x13\x79\x7f\xa5\x4d\x29\xc2\xee\x2e\xda\xb6\x3b\x35\xf2\xb2\x0a\x06\xb2\x4a\x78\xaf\x82\x9d\xbb\x37\x72\xe8\x2a\xb4\x09\x04\x57\xc6\x2a\xe0\xee\xe0\x31\xbf\x2c\xda\x6d\x47\xe7\x8c\xad\x4a\x55\x25\xc8\x38\x0b\x96\x8b\x34\x24\x63\x56\xc5\x09\xa4\x89\x53\x56\xe5\xe4\x0f\x67\xe6\xb6\x10\xe4\x94\x45\x13\xec\x08\x72\xf7\xe2\x61\xbc\x0f\x75\x90\x9b\x55\x48\xcd\x5a\x1d\xac\x51\x2b\xf9\x77\x75\x09\x60\x6a\x3e\xab\x8b\xd9\x43\xa9\xd8\x25\x46\x56\xbd\x5d\xc3\x3e\xa6\xc8\x4d\x3e\x52\xc9\x58\xa0\x6d\xaa\xfb\x9d\xfb\xfc\x9c\x22\xb7\xfa\xcb\x56\xd1\x34\xdb\x2f\x15\x35\xc0\x92\x33\x71\xa1\xac\xc1\x85\xd2\xb9\x1b\xaf\xc1\x13\x17\xb5\xdd\xb2\x86\x8a\xa2\xe0\x5f\xda\x61\x68\x9f\x3a\x24\x74\x84\x4c\x59\xbe\x26\xd6\x7a\xd7\xfe\xb3\xa6\xd6\xfa\x34\x49\xfd\x42\x23\x39\xc1\xfb\x7d\x38\x95\x5b\x77\x56\x07\x27\x6d\x11\xa1\x39\x9a\x4b\xb2\x5c\xa9\xb0\x29\x0c\x9a\x2d\xcb\x0a\x9c\xb3\x47\x88\x91\x82\xfb\xad\x34\xb3\x15\xaa\x28\x9c\xfa\xe2\x6e\x5c\x45\xde\x90\xf4\xd4\x08\x57\x50\x98\xc1\x61\x01\x72\x50\x27\x62\x51\x4b\xeb\x55\xec\xbd\x60\x12\xe9\x8d\x1b\xfb\x5a\x54\x10\x83\x6a\xee\xe2\x19\xb2\x4b\x88\xae\xcd\xc5\x6d\x26\xdc\x14\x39\x97\x5a\xb5\xb5\xb1\xab\xde\xad\xa5\x11\x55\x24\x66\x9f\x16\xb0\xb2\x5e\xd8\x06\x6b\xd3\x1c\xbd\xa8\x7c\x79\xfd\x52\x2e\x8e\x50\xc9\x2f\xba\x06\x86\x96\xc6\x8b\xdb\x51\xd6\x74\xbf\x61\x75\x9e\x3c\x13\x96\xf5\xa6\x52\x70\x69\x95\xbd\xd9\xe6\xde\x94\x2a\x65\x84\x72\x63\xbd\xb7\xbe\x6d\x22\x69\xed\xa0\xca\xb0\xde\xd8\xe8\x6a\xcd\xcc\x7c\x4b\x4c\x76\x91\x38\x90\x4c\xaf\x85\x9b\xdb\xd1\xc5\xcd\x6a\xdd\xe8\x51\x73\xab\x6e\xea\x71\x93\xdb\xc2\xba\xa9\x2e\x17\x2d\x2b\xca\xc5\x36\x34\xec\x9f\x49\xe1\xad\x65\x85\xf3\xc5\x29\x8a\xa3\xf1\xa1\xc2\x78\x89\xf9\x3f\xb4\x4d\x5c\x92\x48\x1f\xee\xf3\x4f\xaa\x3a\x98\x55\x14\xb5\xad\x29\xbe\xfa\x6c\x1e\x1e\xb8\x0f\xec\x8b\x9b\x95\xd6\xe0\xbe\x20\xa0\x5a\x70\x57\xdc\x17\xed\x90\xb4\x82\x1d\x92\xee\xb3\xc2\xcc\x89\x9b\xb3\xf6\xcc\x9d\xe5\x01\xe2\x4a\xd9\x45\x66\xa4\x92\xbf\x15\xfc\xbb\xa0\x15\x4d\xba\xc8\xa6\x98\xec\x45\x8d\x2a\xda\xf5\x2f\x93\x58\x0a\xb5\xb3\xda\x42\x76\x8e\xa4\x6f\xb9\x57\x5d\x6a\x23\xfd\x5a\x71\xa9\x43\xf4\x6c\x55\x3a\x0b\x0e\xf9\x26\xa7\xb0\x28\x0a\xd1\x39\x86\x52\xb9\xc3\x04\xf7\x9f\xdd\x68\x8a\xd1\xe1\x70\xd3\xc7\xd5\x5a\x38\x95\xa7\x61\xb5\x4a\xd6\xdf\xc6\x75\xb3\x69\x3a\xed\x83\x6b\x6e\xd3\x38\xda\x6a\xab\x22\x83\x45\x99\x5c\xac\x68\x88\xfc\x50\xf7\x52\xc9\xd4\x53\x2f\x4d\x60\xc3\xf2\x6d\x55\x83\xd3\x69\x7b\x1b\x3c\x48\xee\x3e\x29\xda\xc9\xce\x9b\xc2\x7b\x5e\x3c\x2a\x6f\xd8\x21\x53\xf3\x58\x75\xba\xbc\x2e\x7f\x0b\x11\xdb\x68\xe3\x3a\x24\x99\x6e\x28\x15\x7c\xd4\x69\x10\x39\x24\x6c\xc3\x99\xc2\x6c\xcb\xba\xd8\xd5\x41\x1e\x3c\xfa\xe0\x09\x67\x0f\x7a\x5e\xa7\x46\x72\x70\x24\x47\x1e\x22\xdf\x14\x1b\x6c\xe4\xe0\x94\xd1\xca\x7e\xc8\x4d\xde\xd0\xb7\xb4\x0d\xd3\x62\x70\xc8\x49\x9b\x44\x88\x84\x04\xf2\xa4\xf0\xe0\x31\x53\x31\xc9\xed\x97\x82\x61\x0f\x1c\xe1\x66\xbf\x54\x32\xd7\x6b\x74\x93\x68\x55\xa1\xb2\xb5\x65\xd6\x1c\x94\x5e\x3b\x28\x27\xdc\x8c\xe0\x1e\x22\x93\xc4\xe6\xf1\x60\xe8\x84\xbe\x83\x86\xc7\x2b\x8b\xe4\x48\x4a\xa6\xee\xb5\xa8\xe6\x70\x77\xda\x8b\xfe\xe3\x24\x66\xa0\x8a\xdf\x1b\x75\xaf\xbd\xa8\x11\xba\x22\xea\xf4\x8d\x86\xf3\x43\xe2\x58\x12\xaa\x88\x8e\xbd\x26\x45\x66\x6f\x88\x9c\x46\x8b\xf7\x21\x39\x92\x54\x28\x64\x69\x9c\x49\x25\x6f\xce\x51\x29\xca\x4c\x5f\x47\xf5\xb7\xe4\x9c\xa4\x71\x96\x9a\xde\x4a\x11\x89\xfd\x87\xde\xb4\x43\x2e\xf2\xf3\x14\x09\x39\xe1\xf5\xcb\xfd\xa7\x4e\x1e\xc3\x36\x75\xfa\xd6\xb2\x32\x4b\x0b\xa0\x3c\xde\x9b\x4a\x90\x76\xc5\xbd\xb5\x8e\x1e\x12\xb6\xff\x1e\xfe\xf6\xc5\xdd\x49\x8d\xe4\x56\x96\xa8\x12\xee\x4d\x2b\x0a\xfd\x24\x87\xac\x4c\xd5\xb7\x5b\xa3\xe1\x54\x8d\x86\x9a\xc1\x81\xbd\x28\xcb\x69\x68\x4d\xad\x0c\x93\xd8\xf6\xcd\xcf\xb0\xaf\x9e\x8a\x9c\x3a\xa8\xf3\x9a\xc4\x59\x31\x49\x88\xbe\xe9\x2e\x4f\x12\xb1\xdc\xe8\x1a\xbd\x46\x85\x46\xc3\xb3\x93\x8b\x5c\xec\x02\x35\xa6\xcd\xad\x6c\x26\x6e\x56\xfb\xa6\xed\x63\xaa\x0b\x1f\xda\xd1\x4b\x33\x49\x41\x41\x8d\x69\x73\xc3\x19\x45\xb3\xff\xa1\x9b\x3c\x89\xf9\x3f\x3c\x76\x26\x2a\xaa\xfb\x43\x43\x49\xd6\x0a\xfd\xf0\x00\x30\x47\x7c\x2f\xf8\x3f\x54\x79\x69\x0a\xa8\xf3\xc2\x50\x75\x8a\x8d\x43\x52\x4e\xa0\x43\x75\x5e\xdc\xf6\xe8\x4c\xa8\xf3\xa2\x4e\x40\xb7\x45\x3d\x3f\x93\x64\xe6\xa4\xee\xd6\x2e\x52\x72\x22\x48\x52\x00\xd3\xcc\x79\x48\x9c\x0d\xa9\xf1\x1f\x92\xb3\x8d\x19\x3b\x24\xdd\x1e\x60\x9c\x3a\x13\xf5\x89\xa8\x6c\x24\xd1\x2b\xa3\x74\xb6\x2a\x53\xa8\x24\x55\x94\x65\xdc\x68\x5d\x24\xf6\x81\x74\xb1\x91\x32\x92\xa5\x24\x12\xd3\xdb\x69\xe7\x3b\x24\x0d\x05\xc1\x92\x8b\xd4\xf4\xde\x45\x52\xb9\xec\x6c\x15\xfc\x9f\x27\xf5\x12\x49\x4b\x57\x1f\x22\x2b\xe5\xe2\x14\x49\x75\xea\xaa\x22\xa9\x4d\x16\xd6\x5b\xd1\xc1\x48\x45\x45\xf1\x18\x96\x2a\x53\xe9\x8d\x9b\x59\x43\x27\x8f\x5a\x4b\x97\x48\x15\xc5\xee\x37\xfa\x9f\x68\x08\x3a\x24\x7a\x44\xdb\x4e\x9d\x7d\xaa\x22\xb6\xaa\x13\x7f\x91\x12\x7b\x24\xaf\x56\xd6\x58\x0d\x74\x61\x66\x0d\x0e\x8d\x57\x95\x3c\x58\x65\xc8\x9d\x39\xb1\x64\xee\x12\x95\x5a\x7b\x9d\x03\x1c\x1a\x97\x58\x65\x60\x42\x6b\xaa\x22\xc1\x48\x2d\x69\x60\x27\x75\x20\xae\xf5\x4a\xaf\x79\x9a\x73\xb2\x28\x4a\xfa\x4a\xa7\x61\xa5\xaf\xfb\xd4\x1b\x22\x69\x81\x99\x22\x71\xb0\x9c\x51\x4d\x82\xaf\xe8\xa9\xaf\x73\x11\x25\x93\x33\xbb\xb0\x08\x32\xc9\x99\xd3\xbd\x28\xea\xa2\x8a\xc4\xb6\xdf\xeb\xa5\x6f\xd1\xe6\xca\x83\xe5\x21\x21\x90\x6a\x70\xac\x28\xbd\x5a\x56\x33\xa4\x88\xb7\x27\xf5\x45\xc5\x94\x45\xd1\x7c\x11\x49\x45\x51\xf3\xae\x5c\xcd\x75\xbe\x17\x05\x52\x66\x2a\xcf\xfe\x93\x36\xed\x43\xd2\x50\x2d\x56\xb9\xb5\x9c\x35\xb0\x9f\x29\x85\x82\xcd\xf8\x40\x5c\x0d\xcf\xd1\x87\xec\xed\x0e\x52\x8a\xcc\x6c\x92\xe2\x39\xba\xc9\xcc\xcc\xf8\x36\x08\x67\x99\x19\xda\xc7\x21\x69\x29\xe0\x2c\x04\x51\x28\x33\x63\xc3\xa9\x41\xb4\xc9\x24\x74\xe2\x90\xac\x08\x0a\x54\x95\xbd\xbc\x3a\x73\x16\x23\x75\x56\x94\xe5\xc5\xbf\x4c\x52\xd2\x0f\x91\x3c\x69\xd0\x9e\x7c\xc8\xcc\xcd\x59\x45\xb1\x0b\xb9\x4f\x91\x50\x82\x34\x29\x91\xb7\x78\x12\x5c\x17\x45\x9b\x06\x17\x6c\xd0\x8e\x10\x57\x36\x29\xe3\x55\x16\x89\x55\xc6\xd3\x6f\x8d\x42\x35\x96\xfa\xc5\x21\x6f\x96\xdc\x44\x52\x7f\xd4\x58\x11\xaa\x16\xc9\xdf\xd2\x99\x40\x44\xc3\x21\xb1\xa5\xd0\xdf\x78\xc8\xc5\x81\x35\xb9\xa9\x89\xab\x19\x8b\x47\xf4\x26\x92\x47\x8b\x51\xe6\x77\x82\xbf\x06\xe5\xd3\xa4\x4f\xff\x90\xe4\xfd\xd1\x44\x06\x8d\x55\x59\x24\x59\x32\x44\xca\x4b\x91\xf5\x2d\xd6\x7a\x10\x78\x70\x48\x0c\x06\xdd\xe1\x35\x2a\x0d\x6c\x25\x77\x91\x83\xa4\x32\x53\x5c\x35\xca\x89\xa8\x54\x02\x6a\x35\x49\x7b\x54\x31\x09\x4d\x25\x4f\x35\x03\x13\x58\x5b\x31\x29\x69\xcd\x61\x6e\x53\xf5\xb2\x19\x3c\x0f\x34\xc2\x12\xaa\xd0\x20\xbd\x75\xa7\x72\x7a\xc5\x92\x44\x74\xc4\xa5\x66\x08\xa4\x61\xee\x6e\x32\x18\xbb\x28\xca\x89\xa1\xb1\x12\xfe\xa1\x54\x35\x43\x92\x6f\xa8\x22\xea\xb8\x59\x4c\x47\xcb\xcf\x24\x10\xac\x06\x0f\x0f\x95\x7a\x5b\x8d\xbe\x28\xbd\xc4\xbf\x9d\x36\x96\xa2\x71\x16\xce\x80\x36\xa5\x1a\x82\xd5\x85\xb8\x7b\x90\x8f\x12\xc5\x55\x8c\x45\x39\x41\x21\x1a\xb4\xb1\xcc\x10\xb3\x4b\x99\xce\xe1\x54\x88\xe7\xa2\xf5\x3a\x43\x36\xd1\x22\x92\x5d\x10\x33\x10\x8d\x57\xb5\xfd\xca\x7c\x5e\xe9\xf0\xa9\x41\xb4\x40\xeb\xe2\xdf\x25\xd4\x44\x54\x91\x37\xf7\x1f\x8e\xc6\xda\x64\xa4\xce\x66\xd0\xb9\xde\x2c\x09\xa8\xf2\x36\x9a\x02\xaa\x0c\xc6\x2d\x6b\x06\xf7\x96\x1a\xc7\xb1\x7a\xe9\xd0\xc2\x0d\x27\x5e\xd4\xdb\xe8\x84\xab\xf1\xd2\xb6\xa0\x91\x7c\x93\xf9\x83\x6a\x4e\xbc\xe5\x87\xe1\x4e\x1e\x6f\x0a\x24\x6d\xdd\x41\xad\xae\x4d\xee\x3f\x71\xf3\x48\x5e\x24\x72\x6e\x1a\x82\x9a\x96\xef\x4d\xc3\x66\xd2\xe2\xa6\x3f\x75\x24\x55\x24\x89\x2b\x25\x28\x3e\x32\x4f\xc1\xf3\x50\xd7\x45\x05\x31\x28\x36\xd6\x45\x6b\x95\xb6\xee\x75\x91\x91\x88\xbe\xaa\x2b\x05\x0d\xaa\x14\xa2\x8b\x2a\x52\xeb\xe4\xd8\x95\x69\x06\xcc\xd0\x8f\xeb\xca\xaa\x97\x5d\x58\x99\x3b\xcc\xe0\x0c\x2e\x2a\x50\x8d\x28\x9a\xba\x0a\x87\x7d\x70\x39\xaf\xa2\x8a\xc8\x75\x8b\xb0\xd9\x71\x15\x91\xb4\x75\x5c\x2a\xaa\xc8\xe6\xcd\xb5\xb0\xe8\x2a\x6c\x44\xee\xd4\x55\x43\xbe\xb2\x2e\xf2\x66\xab\xd8\xc1\xca\xd3\x2f\x7d\xe4\x87\xe4\xc9\x39\x9c\x4a\x55\x34\x3b\xf5\x43\x17\xe5\x24\x09\xc1\x1f\x1a\xf6\x55\xc9\x2a\x4d\x83\x53\x75\x78\xe0\x82\x5d\xf4\x58\x36\x7a\xa4\xeb\x6a\x54\x63\xa5\x8a\x2e\xca\x8d\xa9\xe5\xbc\xe4\xc0\xd4\x8e\xba\x84\x9b\xaa\xd3\xe4\x62\x66\x56\x44\x17\x65\x9d\x93\x6d\xa6\x21\xb7\x6a\xeb\x96\x31\xb6\x36\xcd\x51\xa7\x5a\x57\x34\xdd\x83\x58\xaf\xa6\x2e\xd0\xdc\x3a\x4b\x2b\x22\x69\x51\x14\xa9\x05\xdb\x4a\xfa\x56\xf0\x2f\xba\xe8\x9a\x3b\x34\xb1\xfd\xcc\x42\x8d\x7f\xc9\x09\x57\xa8\x2e\xaf\xa5\x83\x24\x05\xc3\x5a\xcc\x1c\xe2\xa3\x45\x86\xcd\xd4\xae\x16\x4f\xbb\x6d\xa8\xbb\x5b\x16\x18\x2e\xd0\xb5\x5d\x11\x33\xf3\xc8\x56\x1b\x97\xc2\x7a\x09\xfa\x4b\x31\x69\xdb\x24\x8f\x3f\x75\xbd\x04\xf5\x6e\xca\x4c\x41\x18\x4d\xa9\xdc\xd7\x81\x89\xbe\xeb\xa2\xb3\xa4\x15\xee\x12\xeb\x4d\x25\xa0\x50\x30\xc8\xfa\x58\xdb\x34\x49\xcd\x4c\xcc\xfe\xa6\xef\xb3\x88\xcb\xee\xa9\xb3\x30\x4b\xbe\xb9\x14\x0a\x25\xdf\xba\xe5\x2a\x53\x51\x34\x46\xd6\xde\x4c\xf2\x68\x2c\xee\xbe\x79\x76\x2a\xd4\xf9\xd6\x2d\x6b\x06\x8f\x16\xcb\x4e\x1a\x6e\x29\x8b\x67\xc3\x36\x29\x17\xb7\x4e\x65\x84\x50\x1e\x72\x90\x4c\x22\xf9\x2d\x35\xa4\x4d\xcc\xee\x8c\xae\x6f\xe5\xa5\x61\x23\xf7\x25\x74\x13\xe5\xe2\x26\xec\xe1\xe8\xd4\x22\x07\x05\x61\x90\xa4\xa4\x0f\x6e\x56\x3b\xd1\xf2\x43\xac\x62\xdd\x49\x52\x64\xa8\x28\x09\x60\x2a\x88\x3b\x49\x96\xbb\x28\xf6\x37\xa8\xb7\xed\x4c\xf5\x31\xb8\x22\x77\xe6\x9a\x0b\x6e\xdd\x3b\x93\x55\xb4\x22\x37\xe5\x53\xa3\x49\xb8\x6e\x6a\x75\xad\x52\xfb\xd8\xd4\xea\x5a\x50\x00\xcb\x92\x39\xc4\x84\x9b\xca\x56\x4f\x1a\xba\x22\x9d\x7e\x38\xf5\x4d\x1b\x1a\x53\xab\xba\xcf\xf9\xdd\x54\x82\xba\x14\xc4\x0d\x18\x6b\xea\x9d\xfc\xbc\x2b\x95\xad\xce\xb5\xbe\x9b\x54\x15\x8d\xa4\xf6\x79\xfa\x7f\xea\xe6\xd2\x0f\x5a\x06\xaa\x0c\x7d\xa3\xc4\x10\x49\x3f\x31\xa5\xd7\x9e\xbf\xe2\xc4\x0e\x01\xc0\xed\x10\x51\x0e\xe1\x6c\x1c\x25\x35\x6f\x9e\xc6\x0b\x3c\x70\xa8\xf9\xe3\x4b\xbb\xee\x86\x0b\xbf\x27\x17\xb8\x0e\xe1\x32\x88\x58\x12\x41\xec\x55\x16\xf5\xfe\xf1\xd5\xb9\x07\xee\x49\xe4\x54\x32\x05\x1c\xda\xa5\x32\xce\xb8\x10\x75\x72\x88\x74\x08\xa7\xd4\x1f\x5f\x83\x92\x65\x43\x8b\x18\x14\x58\x7b\x9e\xb5\x22\x8d\x69\xc3\x87\x33\x34\x07\xf3\xac\xfc\xd1\xd4\x0b\xea\x34\x7d\x3a\x8d\xe3\xd4\xd4\x5e\x9a\xa6\x88\xfb\x3a\x24\xa4\xd1\xbc\x4c\x02\xd7\x9f\xd5\xe4\x35\x7f\x7c\xb5\xe2\x0f\x71\x72\xcf\x1e\x91\x85\x41\x50\x07\x04\x5f\x77\x0b\x80\x40\xeb\x26\x38\x0a\xa6\x08\xd3\xf7\x74\x1c\xb6\xec\x5d\x5d\x22\x4a\xac\xa8\xf2\x4d\xe8\xbd\xaa\x3b\x7b\x64\x2f\xd3\x9f\xf5\xd3\x30\x4d\x14\xb8\x66\xf4\x39\xbe\x95\xe3\x7b\x1e\x69\xdb\xdd\x3d\xe0\xd0\xc4\x99\xf3\x2c\xbd\xe1\x41\xda\x98\xd4\xa2\x36\xd3\xd7\x34\xdc\xd9\x23\x84\x1b\x4f\xff\x3b\x74\x43\x81\xea\xc7\x06\x06\xb4\xd1\xb3\x54\x69\x50\x6d\x4f\x52\x3b\x55\x67\x11\xe4\xbb\x22\x0a\xad\x32\x21\xf3\x98\xcb\x38\xe3\x4c\x6d\x6e\xc7\x61\x2f\x62\xc4\x0e\x71\x1f\xc2\xa5\x7f\x0e\xa1\x46\x05\x67\x31\x89\x9a\x3f\xbe\xf2\xa5\xd5\x10\x00\x29\xba\x81\x82\x59\x5f\xce\xb9\x09\x43\x72\xd6\x17\x9a\x6f\xea\x8d\x26\x8b\x38\x93\x2a\x1e\x02\x34\xa4\x67\x35\xf1\xa8\xd0\x73\xaa\x9b\x3c\x88\x4d\x4d\x62\x40\xd1\x29\x1e\x03\xed\x7c\x6e\xb4\xc0\x77\xce\x4a\xf0\x1d\xc7\x44\xf0\xd9\xc9\x7d\x7d\x0b\x5e\xa2\xdd\x78\x2f\x80\xe8\x9b\x56\xe7\xfa\x15\x16\x7a\x08\xc0\x42\x93\x08\x02\x89\xa8\x39\xee\x85\x51\xef\x2e\x92\xe6\xbf\xec\x22\x37\x5a\xea\xea\x5f\x06\x97\x1e\x82\xe3\x50\x45\x61\x20\x54\x08\xd6\x71\x57\xf1\xc0\x93\x76\xb5\x83\xb0\xc9\xa4\x22\x00\x28\x1d\xaa\xea\x2c\xf1\xde\xd5\x78\xa2\xe2\xc7\x34\x89\xc1\x54\x2b\xb4\xae\x35\x98\x2b\xd8\x44\xb5\x03\x7a\x60\xc9\x4e\x83\xc1\x4e\x9c\xb7\x8e\x22\xd0\x3c\x58\x67\xfd\xf7\xac\x36\x1e\xc9\xde\x25\x6e\x97\x4c\x46\x92\xa1\x50\x5b\xa4\x85\x11\x48\x3c\x25\x34\x17\xa0\x9d\xd3\xd9\x26\x96\xa9\x92\xce\x0c\xe7\x4b\xab\x1b\x98\xe1\xb8\xc4\xa2\x8b\x1a\xc7\x10\x0b\xd1\x16\x54\xd2\x50\x39\x1b\x78\x59\x75\x75\x8b\x11\x5d\xce\x8b\xb0\x08\x17\x44\xf4\x98\x44\x29\xae\xfa\x74\xea\x40\xbc\xe8\x23\x3d\x9b\xbe\x82\x7e\x25\x27\x9d\x39\xd0\x26\x06\xb4\x4f\xd7\xbe\x03\x34\x4f\xbf\x24\xd9\x36\x04\xff\x95\x9c\xf1\x4c\xb7\xb6\xeb\xcd\x43\x4e\xd6\x7c\x6f\xc8\x60\xc9\x39\xdc\x6c\x1a\x9a\xc7\x4d\xf4\xaf\x16\xd2\x0e\x8a\x13\xb5\x83\x0b\xa9\xb8\x8c\xb3\x8a\xd5\xb3\x7d\xe6\x6d\x68\x64\xe1\x44\xe8\x57\x31\x75\x76\x02\xed\x2c\x7b\xa1\xc1\x45\xdd\x5c\x68\x70\x51\x83\xa9\x4e\xf7\xe7\x3b\x9a\x72\x2f\xd5\x40\xb5\x60\x38\xf3\x91\xbf\x53\x7c\xb2\x29\x7f\x3d\x42\x47\xfe\x4e\x09\x0a\xf8\x19\x42\x33\x07\x3b\x5d\xbf\xa6\xf3\x35\x7c\xf5\xad\xc3\xf4\x64\x3d\x8c\x23\x79\x82\xb3\x67\x97\x3d\x60\x6f\x3a\x7d\x74\x9c\xda\xb0\xfd\x79\x93\xd8\x47\xfe\x86\x16\xf1\xa6\x2e\xa6\xe3\x1f\x9d\x18\x53\x8a\x19\x5c\x18\x42\x33\x1e\x2a\x9d\xcf\xb2\x08\xb0\x82\x14\x2b\x22\xa3\xea\x08\x27\xb2\x43\x45\x14\x3a\x24\xde\x78\x91\x37\x86\x6b\xc0\x82\x9c\x22\xd6\x69\xa4\xf3\x01\x1f\xec\x22\xde\x27\xc5\xa5\x63\x03\xec\xae\xfa\x34\x58\x6b\x8c\x98\x73\x99\xbc\x08\x3a\xef\x97\x64\x27\x51\xe7\x32\x81\x10\x76\x3e\x79\xa2\xd8\x2f\xaa\x98\x9e\x37\x9c\xd3\xbb\xac\xd5\x44\xa1\xcf\xe9\x24\x22\xef\x25\x25\x08\x36\xb7\x42\x05\xf0\x42\x97\x75\x63\xbf\xe8\x11\xb0\x62\xf0\x22\x28\x64\xb8\x35\x84\x98\x0f\xe7\x7d\x63\xf3\x37\x75\xd6\xa3\x8c\x08\x9b\xf8\xae\x4b\x72\x9c\xf0\xae\xda\xa5\xc2\x00\xde\xd5\x93\x47\x06\xda\xa0\x0c\x71\x9b\xf6\x85\xa7\x1b\xdc\xd5\x67\x32\x09\x31\xd3\x4d\x05\xd7\xa1\x7a\x89\x13\xb3\xe5\x0c\x51\xee\xc9\xf3\x07\xd9\x71\x75\xd7\xff\x46\x4e\x37\xf5\x46\x4e\x37\xf5\x83\xb6\x31\x27\x00\xf1\x5d\x26\xf1\x4d\xe8\x46\x1d\x9a\x37\x02\xcf\x64\x72\xd9\xef\x49\xa3\x0a\xcd\x17\x44\xcf\xa7\x4b\x5b\xf6\x7b\xf2\x6a\xa0\xcb\x41\x37\x86\xeb\x80\x8a\xa9\x21\x7e\xd3\x5e\x38\x86\xc9\x33\xe2\xb2\x9c\xef\x37\x34\xf4\xeb\xa9\xe2\x46\x15\x2e\x14\xe3\x5f\xd9\xa9\x37\xef\x31\x68\x49\x10\xaf\x2f\xb3\xe2\x7e\xc3\x58\x2f\xe7\xcb\x7e\xc3\xb0\x72\x49\xd5\x7c\x1f\xa5\xa1\x27\xad\x90\x37\x58\xec\x6a\xaa\x1d\x1c\x96\xc2\x54\xa0\x13\xea\x3d\x58\xcc\x52\xe3\x8d\x5d\xe9\x6a\xae\x8f\x83\xdf\x45\xa1\x0f\xee\x1f\x76\xac\xab\xb9\x14\x0c\xbe\x56\x16\xb1\x30\x97\x76\xd2\x37\x04\x21\x6f\x40\x1e\x8a\xfd\xd3\x77\x8b\x33\xa1\x79\x59\xb8\xa9\x31\x9d\x73\x80\x52\xed\x60\xe8\x52\xfd\xdd\xc2\xe8\xaa\x2d\x50\x66\x6b\xf2\x77\xc0\xe2\x4b\x5c\xc3\x95\xd0\x6b\x72\x0d\x80\xde\xeb\xd0\xc1\x63\x72\x29\xa6\x88\x8f\xf0\x50\x50\xdb\x91\x12\xf9\x86\xd0\xd4\xc1\x76\xbf\x61\x31\x90\xb9\x64\xbf\x0f\xe7\xf7\x62\xe6\x82\x60\x2c\xe1\xb4\x89\x86\xfa\xbb\x00\xe5\x1a\x16\xba\xa4\x61\xc2\xa6\x49\xa4\x5d\xa5\x1f\xb5\x97\xb8\xbe\x17\xcb\xef\x8d\x2b\x28\xe1\x0f\xa1\x49\x54\x57\x81\xfe\x6a\xa7\x01\xb0\xa8\x17\x2d\x91\x1b\x4b\xa4\xea\xe8\x70\x43\xc2\xd6\xe4\x9c\xec\xfc\x10\xc5\xce\x4f\x51\x0d\x54\x12\x05\x65\x55\xdb\xe1\x3d\xd9\xf9\x2a\x0a\xf7\x82\xa5\xba\xdc\x58\x2e\x3e\xff\xdd\x74\xa5\x8d\xe1\xc6\xa0\xf7\xc5\x8d\xc1\xf5\xab\xe2\x0f\xd1\x09\x29\x4e\x30\x48\xf4\xaa\x0d\xe4\xe6\xad\x62\xe9\x2f\x77\xb0\x13\x6a\x1a\x44\x70\xd5\xd6\x09\x18\x55\xaf\xd2\x26\x68\xb8\x28\xd5\xd4\x40\x4e\x7f\x87\x8b\x2a\xd3\xdf\x91\xd5\x9c\x93\xed\x54\x07\x83\x8b\x5c\x03\x83\x05\x22\x0f\xc1\xbe\x83\x8c\xa7\x3e\x08\x81\xeb\x51\xb3\xb4\x56\xbb\x09\x27\xaa\xd2\x81\x79\xc9\x65\x24\x27\x7e\x08\x65\x26\x45\x4b\x40\xd7\x62\xbe\x37\x54\x40\xc9\xa7\x1b\xf2\xd9\x27\x8c\x5b\x50\x93\xe6\xac\x44\x80\xa8\x23\xbc\x10\xe6\xa1\xa2\xb8\xce\x4e\x3b\x33\x35\xba\xa9\x05\xca\x39\x37\xaa\x50\xdb\x7c\xd1\x43\x6c\x43\xd5\x4e\x2c\xf5\xa1\x66\x27\x71\xf5\xa1\x6a\xd7\x4c\x65\xda\x7d\x45\x15\xa2\x6c\x45\xd1\x26\x3c\x45\x35\xf4\x70\x88\x1a\x28\xc5\xdf\x4d\xe2\x54\x5c\x28\xda\xdd\x5c\x0c\x36\x4f\x49\x05\x5c\x00\xea\x3e\x64\xe3\x02\xd0\x99\x0e\x97\x03\x2d\x51\x5c\x84\xab\x35\x69\x64\x67\x65\x9f\xd4\x1a\x18\x44\x86\x8c\x0c\x1f\xda\x34\x2e\x53\xd4\x50\x9d\x13\xa7\x04\x89\x52\xa0\x8c\xbb\x15\x40\x21\x1d\x24\x94\x3e\xc4\x73\x6a\x0c\xe1\xb0\xec\x36\x0d\x7c\xa8\x01\x64\x7f\xc7\x4e\xb8\x86\x17\x28\x75\x90\xb7\x21\xc4\xed\x1f\xde\xca\xcb\x2e\x13\x7d\x10\xef\x7f\x88\x4b\x96\x4c\xfa\xf0\x9a\x9a\x44\xe9\x87\xf0\xd8\xea\x49\xa3\xad\x77\x6a\x1b\x03\xe8\xaf\x0f\xed\x8d\x1f\xdc\xd9\x4e\xd9\xd4\x07\x51\x2a\xf4\x21\x2d\x90\x56\x40\x3f\x8c\x99\xe1\x29\x25\x6e\x38\x75\x93\x05\xe5\xa8\x75\x87\x6b\x87\x50\x02\xfb\x73\x98\x56\xa0\xd2\x43\x4d\xd4\xa1\xb1\xa1\x3b\x3a\x9b\x19\x36\x6e\xa7\x7b\xbe\x37\xaf\xac\x74\x37\x80\x6d\x3d\x33\xd5\x78\xa9\x2b\xd3\x40\xd6\x7c\xad\x0b\x31\x31\x40\x9e\x2a\x53\x38\x6b\x47\x95\x53\xd4\x40\x9a\x29\x40\x27\x6a\xfe\x56\x4a\x37\xc2\x4a\x72\x82\x70\x38\xd4\x06\x75\x89\x3a\x87\x08\xfa\x3b\x0f\xf5\xc1\x95\xfb\x4c\x2a\x38\x72\x45\x54\x06\xe5\xb4\x82\xd6\xa8\xcc\xc3\x70\x39\x41\x6a\x1c\xea\xf4\x82\x82\xe1\x50\xec\x85\x6a\x38\xec\x37\x10\x51\x04\x14\x06\x35\xbb\x4c\xb6\x33\x89\xe2\x98\x9a\xda\x98\x0c\xe7\x7c\xa1\x14\xa7\xdd\x68\x8b\x6b\x07\x33\xb8\x86\x85\xab\x8a\x6e\xf5\x62\x8f\xd4\xb2\x23\x18\x47\xbe\x9c\x13\xac\x70\xa9\x4c\xdc\xcf\x67\x60\x86\xc6\x90\x0d\x39\x5d\x1a\x89\xc5\x3e\x98\x42\x1f\x3c\x82\x0b\x7d\xb8\xd4\x96\x85\x3e\x64\x53\x1c\x79\xcd\xe0\x42\x1f\x3c\x2e\x47\x2f\xce\xf4\xaf\x1c\xea\xa6\x8c\xf0\x87\x1f\x54\xa8\xc4\x8d\x2e\xb9\xa1\x87\xbd\x47\xf6\xd0\x1f\x7e\x16\x32\xe9\x50\xb4\x99\x9a\x83\xc8\xd0\xe6\xb5\x8d\x5e\xb8\xa5\x5b\xe1\x4c\x34\x34\x08\x76\x90\x2e\x52\x30\x5b\x0f\xca\xf6\x43\x25\x4c\x6f\x13\x85\x20\x0b\xfd\x12\x85\xa9\x6f\xa6\x3a\xa8\x2e\x6a\xc0\x4c\xe3\x32\x27\x4a\x29\xa2\x10\x07\xa2\x9b\x5a\x48\x73\x7d\x1b\x94\xcb\x7c\x21\x67\x12\x85\x5b\x98\xb5\x8a\x82\x21\xa8\xbb\x3e\x32\xb3\x72\x06\x5a\xed\xef\xc0\xbe\xbc\x10\x70\x28\xc4\x86\xe8\xaa\x8f\x37\xbf\x92\x56\x01\xac\xf2\x63\xb8\x83\x34\xb3\xcc\xcb\xe5\x2c\x7c\xe9\xac\x6c\xa9\xea\x0f\xb4\xb4\x4d\x51\x6c\xa9\xbf\xbb\x51\xbf\x6b\x84\xc9\xaa\x29\x0d\x2c\x3b\x8a\xbe\x5b\x68\x77\x51\x99\x60\x59\xca\xf9\x46\x18\x57\x6e\x5d\xbd\x87\x05\xb6\x4d\x71\x62\x3a\x7c\x39\xcb\xf0\x87\x81\x2a\xd4\xd0\x85\x01\x2e\x9a\xc2\x85\x66\x37\x0d\xfe\xd2\xfe\xe4\x62\xde\x18\x45\xd7\x81\x76\xbb\x4f\x8b\x23\xac\x0f\x37\xdb\xad\x9c\x9b\x2d\x55\x85\xe0\xcb\xe1\xb9\x47\x90\x8d\xd6\x4d\xb1\x17\x2a\xf3\x28\x07\xb9\x75\x35\x0d\xf1\x7f\x88\x2a\x3e\x14\x46\xdb\xfc\xb4\xd1\x32\x71\x65\x46\x70\x8c\x4b\x1d\xa4\xc3\xa3\x0e\x49\xcb\x7c\xb6\x7c\xdd\xe7\x39\x54\x01\xe5\xac\x0d\xa1\x0e\x9c\x36\x4e\xda\xbc\x44\x11\xeb\x76\xb9\x98\x8d\x0f\x9d\xf8\x02\x55\x44\x21\xfa\x41\x75\xce\x1b\x69\xdf\x5e\x02\x6a\x33\xd3\xcf\x31\x35\x51\x00\xe0\x94\x4b\xbc\x90\x83\x0d\x57\xa9\x47\xcc\xca\xb5\x76\xa8\x06\x4a\xfd\x3f\x5c\x5b\x2e\x4d\x62\x46\xa4\x0f\x1e\xd0\x0e\x85\x68\x0e\x5a\x95\x39\x10\xce\xa1\x35\x51\xe8\x53\x77\xed\xec\x93\xcb\x7c\x83\x72\x4e\xf4\x49\xb3\x06\xec\x4f\xb9\xb4\x46\xf3\xe2\x90\xaa\xd5\xf4\xca\xf3\x94\xdf\x18\xa2\xa6\x34\xc9\x36\x78\xc3\x4b\x4b\x2e\xe6\xfe\xf1\x25\x34\xe8\xa1\x3e\xc8\xa9\x0e\x1e\x86\x8a\xcb\x15\x6e\x18\x65\x3c\x6b\x87\x85\x84\x0d\x3c\x54\xc3\x77\xea\x20\x8d\x87\x6e\xf6\x61\xa1\xd2\xb2\x73\x4e\xa4\x99\x5a\xa0\xd4\xce\x23\x03\x4b\xd3\x46\x9d\x15\x48\x2a\x4c\xc2\x94\xd4\x5d\xc5\x8d\xac\x1a\xdf\xa3\x7b\x0a\x47\xd1\x66\xa1\xf5\x48\x5c\x52\x0e\xeb\x09\x27\x71\x28\x36\xbb\x8a\x62\xb3\x8b\x28\x34\x5b\xb2\xa4\x4c\x36\x3b\x44\xa1\xd9\x9a\x6b\x44\xf2\xd2\x35\xaa\x43\xa1\x13\x5a\x31\x85\xd6\xa4\xe1\x32\xdf\xb4\xc5\xb8\x98\xd3\xec\x50\xef\xcb\x11\x90\x25\x9c\x95\x10\xe7\x26\xb9\x8e\x3b\x09\x25\x5c\xc7\x91\x97\x61\x49\x8e\x7b\x5c\x61\x29\x54\x10\xb4\x23\x34\x31\xb8\xbc\xa0\x50\x4b\x87\x1a\xc8\x69\x2a\x08\x3b\x75\xa1\x0b\x1f\x6a\xd8\x0e\x23\x86\x25\x14\x70\x0f\x31\x9a\x73\xde\xbc\xae\xe7\xa6\x12\xd8\x2d\x21\x8c\xc8\x64\x61\xd1\x2e\x17\xa4\xc5\x59\x59\x68\xb9\xe6\x0d\xe8\xaf\x18\xe2\xfd\x82\x28\x1e\xe1\xb9\x39\x5c\x1b\xde\x75\xca\xd9\xe4\x4b\x88\xc1\x10\xe2\x2c\xbc\xaf\x01\x34\x56\x62\x38\xe7\x42\x9a\xeb\xc3\xfd\xfe\xe6\xb4\x37\x72\xfa\x3b\x0c\xbf\x67\xf1\x30\x7b\x58\x26\x16\x30\xbb\x25\x6b\xd9\x1c\x7d\xb5\x73\x73\xf4\xd5\x41\x02\x46\x5a\xa8\xc2\xc3\xfb\x02\x0f\x1d\x0a\x26\x24\xaf\x44\x62\x68\x2f\x8b\x0c\x84\x4d\xab\xe5\xa9\x64\x83\x52\x17\x69\x2a\x9f\x52\xb1\x0a\xed\x5d\xe5\x69\xc2\x4d\xd2\xa9\x1f\x96\xcb\x54\x44\x26\xaa\xa5\x99\x4a\x9c\xad\x2a\x32\x23\x31\x44\x15\x7e\xd9\x45\x56\x24\x3a\x2b\xfa\xa2\x25\x50\x71\x8a\xba\xbc\x85\x55\xf1\x72\x5c\x22\xc5\x13\x4a\x3d\xec\x5b\xcd\x69\xc4\xba\xa4\x4b\x7a\x5f\x55\x98\x05\x67\x2d\x48\xbc\x9c\xb7\x22\xf1\x5b\x14\xdf\xc9\x7a\xda\x67\x36\xa8\x38\x4a\xa5\x2b\x99\x9c\x28\x67\x88\x5a\x4c\x4c\x22\x5f\xac\x73\x8a\xfc\x20\x52\x99\x06\x0c\xa7\xa2\xc4\x7b\xdb\x8d\xd1\xb8\xda\xe5\xd6\xe2\xf8\x9e\x9a\xb6\x24\x44\x6a\x3a\xa4\xca\x65\x64\xb1\xa6\xad\xad\x32\xb6\x58\xd3\x86\x51\x61\xb9\x4a\xbc\x02\x7d\x48\xc4\x58\x93\xb6\xc4\x70\x76\x75\x78\x26\x68\x7d\xf5\x7e\x42\x50\x74\x7e\x5a\x71\xb6\xf3\x66\x71\x0f\xdc\x60\xab\xe2\xc0\x8a\xc3\x50\x0e\x6d\xb6\x15\xb6\xa5\x1c\xe1\xbc\xfb\xc7\x57\x9b\x92\xcd\x00\x03\xb5\x29\xe9\x4f\x48\x61\x29\xd9\x95\xc0\xd1\xcd\xe6\x35\x1c\xe1\xb5\x15\x34\x9c\xe0\x35\x3e\x80\x1a\x76\x0d\x40\x3b\x0c\x34\x86\x09\xa8\x9f\x97\x08\xca\x53\x11\x03\x0e\x25\x11\xdc\x04\x44\x40\x98\xba\x52\x18\x21\x87\x3f\x82\x11\x72\xf8\x2b\x1a\x21\xf5\x59\x08\x56\xaa\xac\x00\x38\x16\xb1\x1f\xc3\x5b\x15\x09\x48\xa2\x1d\x8b\xb8\x86\xc1\xad\x46\x71\xc3\x78\x1e\xd7\x4e\x82\x08\x0d\xd9\x5d\x3b\x2c\x34\x72\x72\x29\xe7\xf4\xe0\x21\xa0\x6e\xe9\x96\x1d\x61\x99\xa7\x8b\x38\x4a\xb0\x66\x1c\xf7\xb0\xce\x8e\x44\x8a\x77\x77\xab\x94\x32\x00\x2b\xf3\x54\x19\xd8\xcf\x43\x8c\x83\x1b\xb3\x44\x4d\x1e\x02\x6e\x0d\xe7\x1b\x67\xf0\x55\x3c\xc4\xe2\xe5\x6f\x60\x26\x6d\xae\x8b\x61\x39\xc4\x6c\x88\x4b\xd5\xdd\x67\x9c\xe5\x5d\x3a\xf7\x75\x0d\x1c\x21\x4e\x43\x7b\x30\xef\x7e\x5d\x6e\x14\x64\x5b\x91\xa0\x25\xe4\xa3\x68\xbf\x20\xb2\xd3\x72\xa4\x11\xe1\x7e\x3d\x24\x4e\x33\x85\x13\x80\xfb\xbe\xd5\xd2\xb4\xc3\xef\x5e\x4d\x70\x6e\x92\x49\xfa\xda\x43\x14\xe3\x70\xa9\x13\x08\x77\x15\xc9\x65\xd2\x03\xc0\x31\x12\xde\x44\x5c\xed\x2b\xc3\x4e\xc3\x09\x4d\xcb\x01\xd1\xaf\x46\xd6\x72\xe8\x8a\x78\xe7\xef\x10\x21\x28\x8b\xc0\xb0\x0f\x11\xf4\x3a\x3a\x1f\x2f\x46\x14\x57\xc0\xf8\x4a\x5a\x39\x5d\xb6\x40\xe5\xa5\xfd\x45\xc3\xdb\x17\x8e\xf4\xda\x55\x89\x88\xeb\x97\x0e\x1e\x9d\x61\xc7\xa6\x7b\x78\xe6\xb3\x7a\x7b\xee\x0b\x51\x89\xfc\xe1\x0b\xaa\xbe\x08\x46\xb2\x74\x27\xb0\xad\x79\x3c\xe9\x26\x9c\x4e\x82\x29\xa6\x36\x93\xbc\x92\xaf\x2d\x85\xf7\xed\xda\x39\xf6\x7d\x2b\x96\xbb\xef\x0a\xa8\x71\x9b\xb6\x11\x6d\x89\x9d\x41\x83\xc2\xd5\xc0\x6e\x9a\x9c\x06\x01\xd4\x5c\x27\xc7\x8a\x03\x30\xe8\xea\x9b\x6a\xfc\xa0\x35\x46\xdb\x8d\x6e\xf8\x45\x71\xde\x89\x59\xad\xa2\x18\x0f\x43\x5b\x1e\xae\x6e\xe8\x36\xf6\xa1\x60\x05\xd0\xd1\x0f\x77\x01\x73\xd2\xdc\xe1\x2a\x60\x4e\xc5\xc5\xc0\x36\x93\x9d\xf6\xe1\xf8\x70\x3e\x10\x24\x74\x0c\x6d\x95\x8c\x12\xda\xab\x74\x20\xc6\x32\x69\x56\xfb\x78\xa5\xb0\x57\x69\xd9\x83\xc7\x88\xe9\x4f\x21\x19\x25\xd6\x10\x3a\x34\x7e\x2d\x96\x2e\x60\x8f\xc8\x61\xad\x5a\x9e\x62\xde\xe0\x08\x53\x37\xf7\x3b\x93\xc4\x11\x48\x42\x8d\x75\x39\x94\xd6\x21\x00\x24\x50\x53\x0d\xe7\x56\x15\x4b\x02\x40\x2d\x27\x62\xac\x4a\x7f\x19\x08\x85\xdb\xdc\xd6\xcd\xa3\x92\xa9\x02\x01\xa6\x0f\x79\xc9\xd0\x7a\xdf\xd8\xed\x89\xde\x75\xa8\x7e\x16\x93\x09\x18\x22\x5c\x88\x22\x0f\xb9\x14\xb2\x87\xe6\x9c\x68\xc5\xa4\x39\x9f\xf4\xec\x5d\xb2\x0a\x01\x2c\xd6\xd5\x6e\x86\x84\x1b\x25\x39\x8d\x7e\x76\x27\xe2\xf4\xed\x52\x68\x7f\x1f\xce\x49\x87\xbf\x13\xcf\xe9\x48\x76\x1f\x02\xbf\x2e\x35\x7b\xca\xe5\x3b\x44\x9d\xbd\x4e\x8b\x1c\x88\xf1\x90\xea\x33\x19\x32\x2c\x9c\xef\x4d\xe5\x58\x14\xbc\x98\xe1\x12\x3f\x74\x8d\x92\xfb\x26\x41\xa0\xb6\x3c\x4c\xb9\xd2\xd4\x05\x4c\xd3\x25\x16\x62\xa0\x99\x4b\xbb\x0c\x91\x60\xbd\x0e\x97\xc3\xab\x75\xc9\x24\x34\x52\xed\x3a\x80\x78\x25\x2b\x7c\x93\x4e\x31\x31\x31\x41\x5d\x55\xa7\x23\x06\x13\xe8\xe9\x21\xe9\x52\x51\x73\xb8\x33\x74\xa7\x71\x67\x70\x1a\x77\x06\x75\x92\x8e\x2f\xb1\xc5\xa4\xe3\x4b\x1c\x34\x79\x4f\xa8\x6a\x74\x04\xd0\xd2\x59\xcd\x57\x5c\x43\x14\x2c\xec\xdd\x39\x3b\x5a\x9a\x45\xb1\xc3\xfe\x8e\x0e\x8d\x2e\x6a\x71\xf3\x17\xb5\x19\x78\x43\x14\xef\x1b\xb8\x14\x46\x18\x4a\xa2\x68\x53\x9f\xa2\x04\xbf\x56\x31\x01\x3b\xa6\x13\x69\x8b\xad\x4e\x83\xcd\xcf\xc5\xd0\x16\x5b\x9c\x73\xb0\xbf\x43\x64\xf0\x2a\x81\xbf\xa4\xd4\x72\x22\xa4\x56\x75\x39\x94\x5a\x1a\x0c\xa8\x1f\xa9\x7e\x8b\xe3\x68\xba\x3e\xa6\xb8\x6c\x8d\xc1\x52\x47\xd6\x46\x19\xb4\xc7\x7a\x00\xe8\xa7\x0a\xe9\xc8\x40\x87\x15\x9f\xb1\x01\x0f\xcb\x56\x73\x83\x06\x2c\x4d\x7f\x70\x3b\xf2\xdc\x2c\xd8\xdd\x3c\x8b\xb4\x5f\x79\x36\x64\xbf\x52\x63\x36\x2c\x1a\x62\x14\x22\xce\x9e\x2d\x3d\x68\x45\xf0\x38\xca\x8a\xe0\x0f\x19\x01\x26\x39\x2b\x8d\x0a\x2e\x07\xe6\x0e\x77\x6a\xc3\xc0\xa1\xf9\x27\xfc\x2c\xb4\x6e\x10\x33\xb9\xc4\x74\x1a\x56\x58\xd2\x9e\x86\x40\x8f\xd5\xe7\x38\x20\xc9\xaa\x55\xf5\xc5\x8b\x1b\x53\xe2\x75\xd1\x4f\x34\x25\x60\x01\x2d\xab\x3e\x49\x03\x4e\x56\x7d\x00\xe6\x15\xbc\x5e\xd5\x56\xc2\xcf\x73\x95\xe8\x60\x1c\x8d\x72\xc9\x40\x4e\x84\x59\x0e\x89\x00\x20\xcc\x8e\xee\xee\x5a\x09\xf2\x2c\xfe\x76\x3b\x26\xe2\x21\x00\x4e\x12\x41\xf3\xa6\x0a\xa1\x07\xc8\x0b\x02\x40\xb2\xd0\xde\x4c\xf4\x7b\x7d\xfa\xb1\x00\xc8\x9b\xfe\x90\x5e\xcc\xe2\x44\xe8\xed\xd2\x2c\x18\x08\xea\xc9\x2a\xed\x40\x1a\x09\xd1\x63\xbd\xba\x05\x14\x01\xdd\x89\xd0\x0e\x24\x02\x19\x9b\xd2\x87\x5c\xa1\xc5\x34\xe8\x5b\x48\xc2\x29\x0a\xbe\xd0\x6e\x8a\x97\x51\x9d\x93\xf5\xab\xff\x5b\xe2\xc1\x85\x92\x77\xba\x28\x5e\x30\x0b\x7f\xf9\xc6\x82\x20\x5f\x6f\x01\xa2\x75\xc6\x20\xde\xbf\x27\x9d\x76\x36\xdc\x33\x3e\x25\x6e\xda\xb7\xdd\x1e\xea\x95\xd3\xe5\xc0\x2a\xef\x7e\x20\xc2\xfb\xaf\x14\x82\x33\x4b\xae\x6f\x46\x67\x16\x7f\xe2\xe2\x7a\xb1\xed\x0a\x58\xb4\x62\xc3\x1d\xb0\x68\xc5\xb6\x2b\x80\xd1\x4a\x73\xbb\x75\xea\x70\xf5\xbc\x87\x31\xb3\xc9\x8a\xbc\x1a\x8e\x33\xc9\xa5\x49\x76\x02\x9e\x16\x5e\xc9\xc0\xa3\x85\xd7\x2e\xc3\x24\x5f\xb6\xd4\x02\x8e\x56\x6d\x9c\x04\x1e\x2d\x5d\x36\xf8\x02\x83\x56\x6d\xbd\xe2\x65\xd1\xd4\x74\x5e\x02\x0a\xad\xd9\x70\xcb\x7b\x4d\xb9\x6a\xe3\x06\xb8\xac\x75\x89\xbd\xbd\xc3\xb1\x3d\x0f\xb1\x7e\x7c\xf5\xe2\xea\x0f\xbb\x87\xba\x4f\x0c\xb0\xd8\x98\xa1\xb5\x9a\xb9\x01\xa8\xb0\x90\x42\x05\x50\x58\xb7\x57\xeb\x25\x91\x1f\xa2\xa0\xfd\x69\x28\x5e\x74\x66\x68\xdb\xc4\xf5\x8d\xec\x1e\x20\x18\xe9\x2c\x0f\x05\x93\xb1\x46\x1b\xe8\xaf\x2e\x15\x16\x31\x47\x7b\xb4\xef\xe5\x34\x70\x62\xe3\x29\x83\x6c\xd0\x45\xad\x27\x8c\xe9\xa1\xd0\x57\xed\x36\x40\x89\x8d\xa7\x21\x38\xcd\xcb\x08\x8c\x3b\x25\xa1\xbd\x05\xf1\x49\x43\x9b\xb7\xc0\x64\xe1\x24\xd8\x87\x1e\x8a\x81\xe8\xa5\xf4\xbc\xf4\x88\x82\x76\xda\x17\xdd\x6b\x3a\x86\xf0\x9a\x8a\x40\x51\x87\xa4\xe0\x77\x25\x64\x49\x95\x43\x63\x9b\x98\xfe\x45\x63\x9b\xbf\xe3\xb1\xa4\x68\x49\xbe\x74\x2c\x91\xad\x83\xc0\xb3\x74\x49\x9b\x21\xd6\x2c\xdb\x8d\x05\xac\x99\x2d\xa8\x80\x9a\xf5\x70\x31\x0c\xe0\x5e\x5c\x09\xe5\x8c\x1b\x00\x0c\x80\x9b\x4a\x38\xf3\x34\xc5\x89\x67\x4e\x84\x31\xcb\x4d\xc3\x21\xa4\x59\x16\x21\x45\x3a\x44\x02\xf6\x9e\x44\x9c\x45\xa6\xb5\x0a\xd0\x59\x0f\x67\x3b\xe7\xca\x70\x79\xe7\x5c\x19\xae\x2a\xce\x5c\x9a\x38\xca\x80\x38\x80\xf8\xb2\xab\xba\x6c\x20\x03\xc3\xad\xe0\x85\x17\xad\xfd\x37\x31\x32\x92\x51\x6f\x1a\x49\x34\xec\x8c\xf5\xe0\x25\x4b\x80\x99\x37\x38\x82\xc8\xec\xf3\x7b\xd3\x63\x21\x39\xf0\xa6\x46\xeb\x0a\x18\xa3\xf5\x49\x3b\x8b\xe6\xf2\x67\x1f\xee\xcb\xaa\x01\x1b\xcf\x34\x71\x34\x0f\x8f\xe3\x82\xea\x2e\x45\xfe\x4d\x9e\xb3\x95\xe4\xcd\x8b\x0d\xb2\x30\xbd\x75\x48\x96\xce\x04\x68\x58\x93\x8d\xec\x4d\xa4\x63\x72\xa1\xbc\xec\x72\x39\xf1\xb4\x2c\x5c\xca\xd9\x10\xc5\xe3\x00\x7f\xf5\x2c\x0b\x14\xb1\x5f\x5e\x35\x6f\x45\x9d\xd1\xd6\x4e\xf0\xd7\x33\xd6\xe4\x29\xcf\x03\x58\xca\xc6\x2f\x20\xb3\xd2\xec\xee\x2e\x8f\x2e\xed\x32\x09\x1f\xb9\x24\x19\xf1\x57\xde\xe6\x81\xb8\x1a\x32\xad\x03\x2a\xd5\x2f\x31\xbf\x30\x4e\x52\x34\x79\x1f\xab\x37\x2d\x05\x41\x9e\xa4\x20\xdf\x04\x9d\xc8\x5c\x4c\x90\x93\xad\x74\x04\x39\xd9\x60\x70\x13\x74\x32\x5c\x05\x14\xe4\xea\xef\xa0\xca\xa9\x4f\xb7\xf4\xcc\x2e\x8a\xf2\xb1\x89\x62\x8f\x44\x71\xcb\x69\x3a\x10\x11\x01\xd5\x7c\x90\xba\x17\xcf\xbf\xa6\xe0\xff\xeb\xce\xaa\xd0\x78\xea\xc6\xa2\x3b\xd0\x89\x93\x38\x74\xb5\x6e\x09\xf9\xaf\x8e\xd0\xe2\x65\x63\xa6\x80\x55\x4d\xdb\xc0\x4d\xbf\x80\xf8\xfb\xa6\x5f\x40\x02\x56\x91\x85\x5b\xfa\x0d\x26\x68\x82\xb0\xc6\x74\x2d\x1b\xc6\x75\x8f\x10\xd8\x25\x57\x4f\x09\x2e\xbb\xc8\x66\x4b\x64\xd5\xa5\xc5\x00\x2c\xd5\x10\x23\x31\x6e\x41\xb7\x23\x4a\x00\xa9\x22\x46\xfe\xd0\xc3\x2f\x6e\xfd\x50\x9b\xb1\xeb\xeb\xc3\x8b\x4f\x26\x00\xb3\x73\xa1\x47\x64\x5c\x2e\xf2\x54\x77\x39\x45\x21\x34\x5c\xfe\x11\xd4\x62\x7f\x82\x9c\xea\x14\x03\x08\xe5\xe4\xc3\xd4\x87\x76\x8d\x90\x74\xf9\x50\x66\x48\xb1\x63\x34\x45\x3b\x2c\x88\x73\xb2\x27\x53\x38\x27\x6b\x5d\x1f\x07\x92\x51\x0b\xa8\xbb\xa6\xe9\x54\xae\x2b\x57\x42\xce\x52\x41\xe2\x2c\x09\x56\x22\x98\xd2\x25\xce\xfa\x20\xd0\x76\xc9\x4e\x2c\x0e\xd0\x7d\x88\xb3\xac\x42\xfd\xc0\xa5\x08\x2d\xc6\x0f\x2e\x45\xb8\xff\x87\xc5\x46\x38\xe5\x88\x60\x09\xe7\xcf\x61\xaf\x79\xb9\xa2\x7d\x08\x17\x7d\x56\x89\x36\x1a\x5c\x72\xb6\xd1\xee\x43\xa1\xe3\xa6\x43\xe8\xe8\x1b\xc0\xf7\x65\xb9\x05\x44\xca\xc7\x07\x20\xa4\xa6\xa4\x16\xf0\x51\x43\x67\x20\x00\xa2\xec\x1f\xfa\xf0\xaa\xb5\x55\xb5\xcf\x66\x9c\x81\x6a\x72\x9e\xac\x1a\x07\x40\xf2\x93\x89\xd7\x49\x51\xfb\x24\x96\x38\x4b\x8c\x72\x11\x9c\x94\x00\x34\x2a\x58\x7c\xe0\x4a\x66\x50\xd9\x0a\xe0\xa2\x18\xb2\xed\x10\xb0\xd1\x86\xf3\x1d\xed\x8a\x43\x1e\xc0\x3d\x31\x18\xd4\x21\xce\xa9\x2c\xfb\xa3\xa3\x4a\x52\x54\xc5\x85\x88\xdc\xb4\xb2\x05\xe2\xc3\x05\x59\x38\x00\x8e\x62\x10\xd4\x43\x7c\x4e\x36\xd5\x13\xd0\x66\xd4\xec\xc3\xa4\x41\x8e\x08\xc0\xa4\xa2\x38\x85\x22\xd2\x6d\x65\x00\x39\x1d\x3d\xe2\xe2\x6d\x5f\xa9\x52\x01\x30\x94\x6e\xc9\x1d\x0a\xaa\x61\x52\x4b\x18\x43\x4a\x4e\xd6\x00\x1a\x2a\x11\x8c\x76\xa8\x17\xb2\xaa\xa3\xc4\x4a\x87\x29\xf8\xed\xc2\x39\xf1\xb6\x48\x52\x85\x74\x3b\x25\x75\x49\xe1\xfb\xdc\x9a\x45\x64\x9a\xfb\x08\x7c\xb4\xcc\xd6\x8c\x30\xd2\xf3\xf3\x25\x7c\x8e\xe1\x9c\xc0\x7f\x3f\xc5\xb0\x53\xa6\xe0\x8f\xba\x34\x1c\x40\x52\xe7\xcb\x69\xe8\x53\xd2\xec\x43\x99\x4b\x4f\x7d\xec\x93\xeb\x83\xa9\x31\x69\xc0\x71\x10\xe8\x42\x85\x04\xd0\x51\x5d\xb0\xaa\x00\x3a\x2a\x09\x9c\x15\x97\x82\xaa\x4c\xd5\xb8\xe9\x07\xd4\x98\x32\x02\x56\x5c\xdf\x5e\xea\x3e\x79\x07\x2a\x51\x5b\x61\x61\x12\xe2\x2c\x18\xa6\x29\x3d\x69\x9c\x29\xd7\x88\x5e\x79\x8a\xa1\xf6\x09\xba\x15\xbc\x2a\xcc\x67\x31\x0e\x45\x13\x0f\x4d\x53\x8a\x97\x2e\x80\x5d\x00\x81\xd5\xe5\x18\x8a\x04\x71\x2d\xa8\x5a\x00\x8f\x95\xe4\x1a\x8f\xc4\xab\x83\xc9\x14\x5f\x1e\xba\x44\xa1\x13\xd9\x69\xe8\x04\x45\x8a\x02\xb2\x0b\xb4\x17\x69\xea\x26\xb2\xb3\xbe\x68\x7e\x0a\x91\x8c\x2b\x5d\x4c\xb2\x1f\x6e\x1c\x6e\xf8\x69\x02\x10\x41\xb1\x0b\xfd\x17\x00\x3a\xf5\x5a\xd5\x29\x18\x18\x2b\x77\xf0\x60\xc0\xaa\x12\xa6\x0a\xd2\x54\x26\x78\xb1\x36\x97\x02\x4b\xa0\x6b\x87\x95\x40\xba\x5b\x24\x38\xab\x6a\x75\xda\xe4\x33\x50\xa2\x18\xb1\x63\xb8\xd0\x45\x7f\x83\x5a\x4a\x5c\x7f\x71\x5e\xa8\xeb\xd5\x35\x52\xb3\xab\x1a\x8e\xc3\x80\x76\x74\x05\x50\x50\x5d\x6a\x66\x30\x30\x04\x01\xeb\x87\x82\x95\x40\x4b\x93\x71\xec\x8b\xeb\x07\xca\xbf\xba\x4c\xa2\xfc\x87\x4b\xc1\xce\x16\xea\x14\xcd\x9b\x53\x43\x43\xf3\xa6\xa7\x06\x87\xd2\x2a\xf1\xc3\x4b\xe1\x3a\x18\x46\xe2\x43\x01\x4f\xcb\x60\xda\xf6\x34\xd1\xf3\x51\x4c\xa1\x47\x92\x68\x40\x56\x25\x1d\x28\x23\x13\xba\x2f\x09\x99\x09\xdd\x97\x94\xce\xb0\x59\x49\x5b\x0a\xdd\x32\x97\xa7\x23\x32\xd1\xfa\x54\xb9\x03\x38\xab\x5e\x25\xd1\x81\xb3\x52\x08\xff\x43\xa1\xd9\xe1\xef\x5e\x7c\xc9\x4b\x14\x9e\xa8\xa8\xa6\x6e\xde\xa1\x15\x45\x49\x20\x16\x22\xb0\xaa\x84\xaa\x08\xb6\x5b\x1f\xf2\x24\x32\x55\x85\x62\xa7\xb9\xc3\xb4\x8a\x5d\x92\xf5\x99\xee\xdb\xa9\x1e\x53\xcb\x98\x2e\x95\xc7\x81\x64\x12\xfd\xa8\x2e\x16\xb6\xe6\x70\x31\x2f\x1a\xc8\x9c\x95\x0f\xcd\x48\x6a\x23\xb2\x52\x1f\x1e\x1d\xac\x85\x31\x34\x90\xbc\x6b\x29\x26\xca\x12\xcc\x9e\x81\xc5\x13\x42\x75\x5e\x40\xd6\x87\xcb\x81\x3f\x53\x2b\x45\x4f\x10\x76\xb5\x87\x16\xb4\xe7\xbb\xe0\xbd\x49\x51\xd0\xc2\x9b\x06\x92\x17\x01\xbb\x4b\x81\x99\xba\xba\x14\x5e\x72\x54\x8f\x71\xe3\x65\x98\x55\x78\x7b\xa0\x69\x76\xb8\x30\xb4\xa2\x81\xe6\x4a\xc2\xec\x44\xe6\x5d\xaf\xa4\x05\x9e\xb1\x32\xe4\xa1\x0d\x06\x48\x19\xd3\x53\x07\xe7\xcd\x98\xdf\x5b\x31\x18\x81\xaa\x0f\xcf\x1c\x83\x24\x57\x37\x87\xca\xbb\x59\x97\x37\x0d\x86\x5b\xc7\x1e\xfb\x43\x9c\xac\xcc\x48\xbc\x77\xd0\xfc\x1d\x7a\x1c\xce\xf9\xe1\x6d\x76\x50\x0c\x71\x25\xa0\xac\xdf\x8b\xd0\x36\x55\xa8\x63\xd3\x79\xc6\xe8\x57\x5d\x16\xd2\x28\xbc\x84\x20\xd1\x5f\x68\x2f\xa4\xe3\x55\xcf\x4c\xc8\x5b\x16\x7c\xd2\x51\x40\xac\x28\xba\x06\xd6\x5c\x21\x7d\x59\xe1\x52\x19\x34\xeb\xc9\x8c\x83\x7a\x75\x25\x1f\x74\x9f\x63\x53\x64\x41\xd6\x7a\x2c\x3c\xcb\x49\x8c\x14\xbd\x8f\x28\xbd\x0a\xd0\xac\x2e\xc5\x36\x0a\xe1\xd6\x6e\x01\xe1\xd6\x62\x9c\x22\xf3\xbe\x6a\x24\x1b\x7b\x67\x00\x30\x6b\x64\xc9\xed\x42\xf4\xb5\x47\x87\xe8\xeb\xee\x2a\x80\x5b\xae\x2e\x14\xe8\x6b\x77\x8a\xe8\x6b\x8f\x0e\xcd\x43\xdd\xa5\x00\x41\xee\x0e\x13\x6f\x2d\xde\x2c\xbc\x4e\xd0\x5d\x3b\x6f\x09\x4b\xf8\x17\x22\xac\xb5\x88\xf0\x56\x65\x4e\x9a\xfe\x42\xbc\xb5\xa4\x76\xe1\x35\x00\x4f\x31\x8e\x58\xd9\x13\x47\x0c\xc2\x43\xa1\xfa\xae\xc6\xe0\xca\x7a\xd6\x92\x02\x7c\x2a\x27\xd5\xc7\x38\x87\x4d\x20\x5f\xc6\x11\x1b\x59\xbc\x01\xf4\xd4\xc8\xe2\x30\xa0\xa7\x14\x1e\xa6\xf1\xa1\x90\x9c\x9a\xd3\xf0\x90\x26\x4f\xb9\x51\xe9\xae\xae\xa6\x30\x6a\x5a\x8b\x95\xde\xea\x66\x8a\x9d\x98\xa2\x70\x1e\x9f\x2e\x93\xcf\x11\x68\x80\x2b\x0d\x96\xcd\x85\xe2\xd8\xd4\xf5\x21\x0c\x96\xc9\x4d\x03\x16\x3b\x57\xa7\x91\x2f\x9c\xc6\x90\x46\x1a\xd2\x4a\x6f\x96\xfb\xcb\xdb\x03\xc5\x1f\x32\xcc\x6c\x71\x22\x1a\xae\xad\x81\xe1\x8d\x6c\x99\x54\x58\xb4\x31\xfd\x29\x1f\x19\x79\xfa\x7c\x38\x4c\x51\x39\x1b\x63\xa6\xe5\xa4\x55\x5c\x97\x6a\x51\xfb\x08\x9d\x96\xc0\xab\x3a\xe4\x3f\xc5\xbe\xf0\xde\xab\xb3\xc2\x02\x19\xae\xe3\x46\x9a\x3f\xfc\x80\xd2\xac\x12\x3a\x2d\x41\x05\xe8\x55\xee\x52\xd3\x2a\x81\xd4\xda\x54\x81\xbc\xca\x32\xe8\xf2\x71\xbe\xe1\x7d\x02\x71\x97\xc6\x98\x4e\x83\x99\x7f\xba\x14\xf4\xc9\xb3\x8a\xcb\x2c\x82\xe3\x04\xf0\x5b\xc3\x2a\x0b\xf0\x5a\xc3\x12\x0d\x78\xad\x21\xeb\x0c\x5f\x9b\x29\xd7\x74\xab\x69\x5f\x93\x06\xd9\x78\x4b\x40\x1b\x35\x10\x5b\xb9\xa7\xef\x9d\x82\x0c\x1d\x97\x9b\x54\x11\x00\xba\x72\xd3\x3e\x21\x44\x97\x6a\x04\xa4\x2b\x37\xb5\xad\x11\x83\xd1\x9a\x13\xe1\xc8\x97\xb8\x6b\xc2\x60\x4c\x97\x0a\x87\xa1\x34\x85\xc6\x2b\x05\xe1\x0f\x31\x4f\xc3\x14\x5c\x84\xcf\x77\x9c\x27\xd5\x48\xd0\x85\x76\x89\xc6\x2b\x05\xda\x6b\x81\x00\x1b\xde\xfb\xf4\xee\xab\xb7\x10\x40\xc0\x72\xbf\x9c\xd8\x41\x69\xdc\xe0\x81\x91\x41\x93\xc1\xef\xb2\xae\x6c\xe8\x81\xc2\x2e\x9f\x03\x1f\x28\xcc\x4d\x1a\x2c\xc0\x5d\xd9\xd2\x9f\x68\xae\x26\xad\xa9\xf1\xa2\x80\x04\x3a\xe1\x5c\x72\xc7\xf1\x31\xc2\x2c\x40\x17\xdf\x22\x54\x84\xa2\xc6\xa7\x08\x73\xf3\xc8\x50\x47\xbe\xa4\x18\x35\x7a\x5d\x3d\xc3\x0c\x8e\x68\x41\xd5\x18\x03\xad\x78\xa8\x68\x46\x17\xfe\x31\x9a\xdc\xa9\x12\x63\x00\x6f\x4d\xeb\xc5\x84\x6b\x3d\x72\xac\x6d\x3a\x9a\xd4\x22\xbe\x39\x39\x5c\xcb\xfb\xc7\xd7\xac\x4f\x25\xe0\x47\x4f\x39\x6e\xf4\x57\xf5\xab\xf3\x42\x80\x04\x10\x42\xaf\x4e\xab\xbb\x00\x7d\x15\x01\xa8\xa3\xc3\xf1\x7a\x69\xa5\xe0\xed\xa2\x22\x48\x50\x10\x11\xd6\x75\x8b\x23\x80\x08\x2b\xf2\xed\x06\x10\x61\xd3\x87\x14\xbd\x99\xa8\x3e\xe9\xd1\xc4\x61\x0a\x5d\xd2\x74\xe0\xd9\xc4\x59\xc5\x0d\x04\x92\x5d\x4f\x29\x37\xd2\x5c\x03\xf0\x7b\x9a\xf0\xae\x1b\x80\xdd\x24\xfd\x3e\x43\x54\xc6\x87\xea\x45\x00\x90\xaf\x79\xe4\x23\x8b\x32\x5a\xf3\x95\xc5\x59\x2f\x97\x82\xab\x02\x5a\xe1\x9d\x57\x05\xc2\x14\x3a\x31\x9d\x93\x33\xa1\x86\xd2\x01\x28\x8b\x44\x87\xcb\xef\x12\xf7\x23\xd6\xda\xac\x92\x75\x80\x99\x4d\x6b\xf0\x9d\x57\x05\xb4\x12\xf1\x26\xc6\xac\x5a\x0a\x08\xc1\x3e\x7d\x44\x41\x3c\xc6\x59\x25\x23\x01\x4f\x2b\xba\x0d\x10\x9d\xb7\x5b\xb4\x4a\x3b\xf9\x54\x77\x8b\x02\x58\xb5\x22\x14\x67\x00\xab\x56\x64\x34\x67\x54\xc7\x72\x3d\x1f\xe2\x86\x83\x18\x08\xd8\xb5\x22\x54\x4b\x00\xba\x96\xaa\xdc\x9f\xd1\x89\x36\x72\xdb\x08\x16\xd0\x4e\x08\xec\x5a\xb9\x9e\x9c\x7a\xfd\x4a\xf5\xc3\x6c\xe6\xe3\x4c\x97\xde\xe9\xe6\x28\xaa\xf1\xe5\x62\xd1\x56\x4f\xa9\x62\x1f\x26\x97\x8b\x6b\x06\x1a\xc7\x81\xd7\xe1\xdc\x1e\x3e\x84\xd5\x42\x02\x7e\xe0\xd6\x81\x6d\x02\x40\xb2\x85\xfb\x35\x78\x07\x21\x9c\x13\xc0\x86\xfa\x1b\xd4\xe9\x41\xd7\xa5\x38\x0c\x20\xb7\xd2\xb4\x4e\x06\x2f\x21\xa8\xe1\x83\x97\x10\xc4\x37\xc0\xb8\x85\x77\x8d\x21\xdc\xa4\x1b\x83\x8b\x14\xd5\x7d\x62\x0f\xf5\x5d\xb0\x87\xaa\x01\x17\x12\x7c\xce\x01\xc2\x2d\x6c\x11\x02\xc0\xad\xf8\x40\x0e\x7c\x5b\x58\x2a\x8c\xc3\xed\x61\xeb\x14\x9e\xf5\x0a\x5b\xa7\x06\xdd\x4c\xd3\xd5\x53\xa1\x28\xd9\x64\xa0\xa5\xa6\x16\xfa\xeb\x52\xd9\x43\xa7\xe1\x86\x4b\x75\x6b\xb0\xa0\xc5\x62\x04\xc6\xcd\xde\xdd\x38\x3a\x22\xd5\x80\x85\x4e\x79\xd6\x16\x3b\xa5\x0f\xe1\x98\xf0\xee\x36\xe8\x19\x97\x82\x8c\x80\x84\xd9\xa3\x7d\xd6\x42\x69\xd2\x74\x10\x89\x34\xcc\xee\x0c\x44\xaa\xb8\x52\x87\x64\x68\x55\x8f\x0d\xbd\xa2\x52\xcb\x80\xae\x4b\x0a\x34\xd6\xf4\xa8\x99\x42\x4d\x35\x3e\x6a\x16\x36\x2c\x0d\x05\x2e\xd4\x96\x02\x44\x5d\xb1\x25\x13\x2f\x0b\x94\xf0\xe4\x6c\x78\xf1\x3d\x54\x40\xc7\x78\x63\xd2\x4b\x35\xd1\x5c\x25\x9c\x24\xc3\x59\xe9\x24\x71\x1a\x2e\x4f\x98\x8b\xb0\x16\xac\x31\x21\x84\x5b\x09\x71\x0a\x62\xb8\x85\xb5\x22\xc0\xf4\xc2\xbb\x34\xa2\xb8\x85\x75\x24\xc2\xf4\x14\x83\xad\x31\x2e\x6b\x09\x0d\x0e\x62\xba\x15\xc1\xd8\xf9\x2e\x5b\x89\xf0\x87\x6c\xa8\x29\x34\x46\xdb\x09\x70\x7a\x45\x58\xc3\x60\x74\xed\xae\x2b\x99\x31\x83\xad\x51\x85\xbc\x56\x23\xb9\x8c\xf8\x6d\xc5\xd6\x49\x04\x70\x0b\xf9\xbe\x62\xf2\x5a\x4d\xb8\x14\x0c\xf0\xf4\x77\x1b\x94\xfa\x1b\x6c\x9a\x73\xe2\x1e\xcd\x74\x29\x37\xcd\xc8\xce\x8a\x0b\x40\xe2\x0d\x02\xfe\x7a\xd6\xa9\x8b\xe1\xde\x46\x91\x61\x7c\xca\x87\xe6\x72\xf5\x48\xd4\x74\xe6\x46\x36\x53\xbf\x16\xae\xfd\x48\x56\xe3\x95\xa0\x5a\xdc\xcb\xc5\x5b\x1d\x1e\x57\x62\x75\xbc\x53\xf1\x91\xba\x16\x1e\xd9\x23\x91\x6b\x31\x25\x67\x97\xb2\xd2\x53\x6a\xb3\x18\x00\x82\xb5\xb8\x6b\xf4\x94\xda\xf6\x05\x80\x60\xb5\x0d\x87\x00\xc1\xae\x0b\x9f\x31\x75\x49\xc6\xe3\xc0\x4b\x32\x62\x42\x02\x06\x2f\x6b\x0e\x93\x77\x66\x3c\x7f\xba\x24\x13\xce\xcb\x4b\x32\x9e\xa5\xc3\xa3\x55\x0e\x29\x3e\xff\x7b\x12\x93\x48\x42\x54\xa6\x53\x33\xc9\x2c\xb2\x70\x3c\xa7\x48\x6e\x21\x4e\xe4\x1d\x9f\xf9\xbd\xbb\x50\x2f\xf5\x5d\xb6\x0f\x32\x44\xdc\x65\x9d\x21\x74\xc3\x46\xac\x43\x04\xe2\x65\x53\x1f\x21\x88\x5d\xd7\xc1\xf9\xac\x5f\xb5\x4d\x32\x64\x6c\xd3\x30\x05\x03\x8a\x3e\x9f\x12\xf3\x3e\xb5\xae\x03\xa8\x33\x9b\x3a\x43\x2f\x7b\xc9\xb5\x00\x18\x62\xb5\x45\x0d\x31\xe7\x4e\x1b\x54\xcd\x91\xc1\xd5\xb6\x10\x46\x9d\xbb\xbc\x5f\x47\xe8\x6d\x48\x75\x4e\x10\x64\xd9\xed\x88\x35\x4c\xc2\xe1\xe8\xdd\x41\x5f\x35\x0a\x80\x0d\xab\x59\x34\x96\x5c\x01\x2a\x69\xe1\x4a\x50\x37\x85\x5b\x3f\x3a\x0f\x86\x9e\xef\x97\x6b\x02\x30\xc5\x6a\xa3\x1a\x50\x8a\xd5\xa6\xb2\x20\x66\x5e\xe7\x63\xa0\x14\xab\x4d\x37\x40\x29\x56\xf9\x83\x03\x28\xc5\x53\xa8\x86\x7a\x09\x4c\xed\xd4\x0f\xf2\xaa\x23\x5b\xfd\xd2\xa4\x6d\xe0\xfb\xba\x29\x3a\x03\xb4\x85\x85\x5c\x1c\xf2\xbf\x04\xd7\x88\x99\x01\x8b\xc2\x12\x06\x08\xc7\xf3\xa5\xba\xb9\xd9\x2f\x35\x68\x73\x1a\x5c\x8c\x6c\xe5\x26\xe9\x1e\x68\xfe\x92\x38\x9c\xcb\xa9\xe8\x4b\x33\xdf\xe3\xd0\x98\x7c\x88\x40\x7c\xbe\xa6\xab\xa9\x7a\xfd\x31\xf9\xf8\xb1\xe8\xd9\xf0\x79\x6f\xd1\xb5\x21\x4f\x74\x10\x21\x99\x04\x94\x09\x46\xef\xd3\x05\xe0\x58\x74\x75\x08\x29\x13\x08\xe0\xd7\x74\x3b\x36\x14\xb2\x2f\xba\x0b\x42\x3c\x18\x61\x48\x82\x11\xfc\x5a\x54\x7f\x7a\x03\x1f\xe6\x5a\x70\x71\x4b\x4c\x04\xa8\x65\xd3\x65\xdd\x58\x7c\xf2\xde\x33\xbc\x78\xcd\x4c\x98\xad\x40\xb4\xbe\x56\x34\xc3\xc4\x56\xe6\x5f\x3f\x9d\xbc\x6d\xa5\x5a\xe0\x9f\xce\xbf\x56\xb3\x48\xfa\xdb\x17\x49\x35\x1f\xab\x20\x3f\x9d\xe3\x83\x32\x36\x34\x32\xa0\x5f\xed\x62\x50\x01\x2e\xb3\x66\x92\x18\xcb\xd6\x3c\x12\x87\xd3\x5b\xf5\xf0\x23\x88\x67\x95\x34\xe3\x4b\x3c\x59\x90\xeb\x20\xe2\x32\xd7\xe4\x54\xb4\xa9\x66\x17\xf4\x66\xaa\x1a\x81\xb7\xa4\xad\x57\x2d\xda\xd7\x74\x2b\x44\x0f\x73\x0e\x81\x21\x62\x81\x83\xb3\x0d\xcc\x88\x0b\x78\x48\x95\x74\x38\xb8\xf5\x27\xb1\x31\x51\x8d\x00\xde\xa1\x57\x17\x34\x40\x69\xd0\xf4\xc0\xe7\x93\xf8\x42\xa2\x3f\xe4\xd3\x0c\xe2\x00\x20\x3d\x9b\x80\x78\x7c\xfc\xb3\x09\xe9\x19\x40\x7a\x36\x21\x93\xf4\x12\x68\xb9\xa4\x15\x11\xea\x59\x92\xb6\x3a\x3e\x66\x5e\x92\xf6\x24\x04\x0b\x54\x24\xf3\x43\x05\xa8\x22\x6a\x81\xfa\x0d\xe6\x92\x4d\xf7\x88\x1d\x57\xc0\x8c\xb6\xf9\x50\x6f\xc6\x60\x52\x25\x81\x70\xb6\x9a\x33\x3e\x36\x5a\xec\xc7\xe2\x63\xa3\xa5\xc9\xf2\xc0\x57\x8c\xa6\x2e\xdb\x07\x80\xa1\x7a\x51\xfc\x50\xeb\xc7\xd7\x7c\x72\xc2\xa1\x9f\x45\x1c\x0d\xe3\x29\x12\x1e\x73\x57\x47\x00\xa0\x7a\x0f\x00\xa0\x47\x91\x11\x0a\xc5\x5a\x7c\xe5\xc8\x41\x0e\x82\xa1\xab\x93\x47\x86\xbe\x66\x09\x75\xbc\x80\xd4\xf3\x93\x06\x37\xa5\x47\x94\x1e\xe4\x27\x27\x77\x2f\xed\x2b\x08\x5f\xd8\xb3\x96\xdf\x96\xd3\x58\x9b\x19\xdf\x46\x4a\x4e\xd4\x4b\xb1\xda\xb8\x19\x6e\xb0\x6a\xa5\x6e\xc6\xd1\x6a\xce\xaa\x30\xa8\xa2\x18\x84\xf9\x72\x22\x74\x99\xa1\x45\xb0\xe5\x1c\x20\xc5\x47\x93\xba\x20\xec\x81\x67\x91\x14\x9b\xbd\xf1\xc1\xd5\x2c\x58\x4d\x00\x25\x9a\x7b\x72\x1a\x0c\x90\x1a\x3a\x04\x0f\xcc\x3d\x99\xa2\x61\x21\x44\xe1\x84\xae\xd5\x8c\xa8\x80\x61\xcc\x00\x70\xa1\x47\xb2\xaa\xd0\x33\xf7\xd5\x6c\x8c\xb0\x80\x55\x80\xb0\x78\x79\xd3\x55\xa9\xc2\x1e\x68\xf7\x7e\xe9\x62\xeb\x53\x10\xbd\x0c\xcd\xdf\xde\xbc\x60\x51\x44\x1e\x8e\x90\xcb\xe5\xc5\x3b\x41\x92\x18\x08\x22\x18\x5a\x9d\x08\x21\x18\x32\xd5\x03\xe5\xd9\x7d\x2a\x02\xca\x53\x97\x02\xf8\x40\x6c\x54\x97\x87\x68\x89\xe1\xaf\x8e\x4e\x2e\xa9\x41\xbc\xa7\x24\x01\x01\x9e\xed\xc9\x88\xcb\xd5\x5a\x2f\x2f\x06\xa8\x74\x57\xe9\xbc\x77\x7b\x09\xa9\x0b\x77\x8d\xfb\x5a\xf1\x87\x88\x4e\x2c\xb4\x97\x9e\x9b\x55\xcc\x9f\x20\x4e\x53\x17\xb9\x82\x40\xcd\xee\xad\x49\x4f\xd1\xda\x18\xfb\x56\xb0\x5f\x53\x34\x3f\x49\x8d\x65\x48\x40\x3b\xde\x19\x04\x50\xf7\x3e\xe2\x4d\x97\xfd\x53\xc9\x46\x9a\x73\x02\x21\xf2\x34\x07\xca\xc6\xf3\x1d\xfb\x71\x89\xc2\xf6\x2c\x5f\xdb\x1b\x5a\x5d\x92\xab\x91\x60\xce\xe4\xa6\x01\x0c\x68\x77\x26\xe1\x9b\xb3\x88\xf5\x88\xdf\x7c\x6c\x4c\x8c\xed\x57\x47\x76\x41\x1f\x46\x54\x57\xe6\xa5\x57\xe8\x45\xc1\xa5\xdc\x4d\xc1\x96\x22\x4b\x12\xb1\x98\x4f\xa9\xc4\x62\x26\x9d\x0e\xde\x80\x9a\xd4\xee\x44\xdc\x66\x91\x05\xe4\xcd\x57\x42\x74\x94\x55\xd0\xbe\xe6\x9c\x70\x29\x37\x57\x08\xdf\xb7\x36\x53\x84\xe9\xeb\x55\x3b\xfa\x9b\x37\x92\xda\xb7\xe1\xa2\x4f\x56\xf4\x42\x1b\xf8\x9b\xb7\x95\xa4\x4f\x32\x68\x9f\x6e\x07\xc6\x9b\xc8\x29\xc9\x0c\x06\xe6\x9b\xcf\x48\x01\x57\x5e\xbb\x29\x9c\xde\x2f\xb7\x06\xed\x96\x56\x48\x84\xe7\xd4\xbd\x9f\x60\xf4\xbd\x3a\xd5\x2b\x86\xdf\xd3\xdd\xc1\xb8\xe9\x7c\xd4\x97\x0c\xb8\x67\x13\x1c\x03\xe7\x4d\x21\x4e\x83\xb1\xf2\x9a\xc0\xfb\xc1\x58\x79\xd6\x5a\x6f\xb0\x95\xc0\x5c\x71\xcb\xc1\xa8\x3e\x23\x74\x5e\x17\x90\x2c\x18\xcb\xbf\x0b\xd8\x19\x7a\x9c\x4d\x27\x39\x42\x47\x05\x81\x0b\x46\xcb\x13\x84\x8d\x8f\x2f\xf7\xe9\xd6\xc1\xc1\x2e\x14\x5c\x10\x3a\x3a\xdd\x54\x44\xcb\x13\xaa\x2e\x10\x2d\xaf\x0b\x22\x17\x37\x2f\xc5\x1a\x5b\x06\x24\x69\x17\x94\x4d\x0f\x3a\xfb\x28\xc0\x67\x4c\xa7\x6e\xec\xc4\xad\xbd\x49\xf5\xd3\x8d\xa4\x2d\x12\x40\xd2\x2e\xb4\x5e\x00\x48\xda\x85\xa9\x8b\x9b\xef\x4b\x8c\x87\x64\x6c\x5d\xa9\xbd\x0a\xb3\x27\xb1\x88\xd8\x79\x29\x2c\x2e\x88\xe2\x9c\xf6\x2a\x22\x78\x5e\xf7\xd6\x00\x4c\xa7\xde\x1f\x3e\x14\x1c\x79\x6e\x3a\x1c\x39\xd9\xa3\xba\xe1\x0f\xd3\x42\xba\xf9\xf2\x42\x9d\x2e\x14\xd1\xa7\x3c\x91\x1b\x17\x4d\xcc\x10\x7c\x1d\xc1\x1b\xe9\x4d\xef\xa4\x46\x00\x58\xd1\x91\xb5\x37\x02\x2a\x9a\xd3\x93\x86\x10\x5a\xaa\x5f\x6f\xba\xea\x06\x55\x7c\x10\x0c\x2a\x6b\x79\x22\x98\xde\xc8\x3a\x5a\x32\x98\x5e\xeb\x1a\x80\x0f\xaf\xc8\x6a\x74\x00\x17\xd5\xdb\x92\x87\xe2\xc8\xf9\x43\xdc\x2c\x12\xaf\x00\x3c\x3a\xb2\xbf\xa3\x5f\x51\x8a\xef\x87\x8e\x44\x7f\xc7\x6b\x71\xdd\x39\xf9\xb6\xb4\x34\x75\x04\xb7\x1b\x66\xb9\x8f\x77\x34\xe7\xe5\x25\x50\x49\x56\xa2\x43\xbb\xc4\x3e\xd0\xa1\x59\x57\x5b\xe3\x43\x8c\xf9\x93\x06\x8f\x8c\x98\x05\xd8\xd0\x61\x85\xea\x43\x8f\x8c\x16\x3d\xd0\xa1\x63\x6a\x4f\xff\xe8\x89\x9b\x70\xa1\xb8\x99\xf1\x54\x01\x90\x7e\x76\x56\x34\x5c\x8a\x02\x90\xa0\xc3\xab\x8a\x50\x50\x2b\x6d\x9f\xa5\x57\xbf\x34\x70\xf0\x3f\x0a\x53\x1c\x80\x83\x1a\xd6\xcc\x57\xc9\x1d\xa1\x2e\x08\x08\xf5\x22\x63\xc0\x3c\xaf\x23\xe2\x43\xab\xfb\x0b\x46\xb5\x70\x00\x3e\x34\xf7\xa7\x86\x89\x34\xe7\x84\x7e\xe3\xc9\x87\x13\xbd\x4b\xc3\xfb\xc8\x1b\xe9\x34\x76\xd0\xb5\xb3\x83\xea\xbc\xb0\xa4\x2c\x86\xcf\xf9\x8c\xb3\xfe\xbf\x93\xd5\x0b\xb0\x53\x5f\x2a\x59\x78\x5b\x2d\x33\x28\xfd\xa1\x88\xe0\xe4\xba\x5d\xc0\xa1\x8e\x49\x31\xb2\x10\xae\x2f\xf3\x71\x87\x43\xc1\xab\x47\x7d\x66\x31\x5c\x9f\x4c\xf7\x0b\xb8\x54\x45\xa1\x3f\x14\x1c\xee\x5c\x43\x0b\xc8\xd4\xcc\x07\x11\x1a\xdf\x1d\x52\x84\xf2\x43\xa1\xc3\xd9\xb5\xa3\xc3\x4f\x0f\x39\xa3\xca\x19\x9c\x42\xd5\x4e\xa0\xb4\xc6\x7b\x01\x78\x3a\x84\x24\x5e\x7c\xd6\x38\xb4\xad\xf3\xe9\xf8\xa9\x4b\x7f\x0b\xd0\xd2\x59\xb3\xda\x8d\x78\x50\xf5\x29\xf5\x28\x94\x32\xdd\x2f\x40\x4b\x0d\x60\x5a\x84\x96\xf6\xe6\x3a\xce\x4a\x28\xb2\x9d\x2f\x60\x4b\x8b\x6c\xc7\xeb\xd2\x6b\xc0\x97\x4a\x85\x43\x48\x07\xc9\x05\xa0\x69\xb9\x9e\x62\xc8\x52\x1a\x1b\x2f\x05\xf5\x0a\xe0\x7c\x81\xdd\x17\x90\xa6\x53\x27\xce\x05\xa4\xe9\x64\x08\xd4\x43\xc1\x21\xf4\x7c\xc7\x4e\xb9\x50\x78\x14\x3d\xa5\x0b\x9d\xca\x6e\x0c\xbc\x5a\x21\x6a\x53\xa0\xa8\xfb\x1b\xcd\x36\xd7\x6c\x36\x5b\x53\x83\x90\x66\xdd\xa5\x20\x78\x79\x35\x47\x6d\xb6\x5a\x63\x01\xa0\x74\xf5\x94\x6e\xb4\xda\xb3\x26\x33\x4b\x51\x27\x00\xa3\xae\x0f\x05\x37\x8a\x47\x86\xae\x4f\xf1\x09\xd1\xa2\x4d\x67\xe6\x95\xf8\x72\x89\xee\xff\x2c\xbe\x3a\xd3\x2e\x6e\xc5\x0b\xc0\xcf\xa9\xa0\x07\x0b\x81\xf8\x42\xd8\xda\x05\x18\x68\x91\x9d\x74\x01\x06\x5a\x74\x3e\x5c\x40\x81\x16\x05\x6a\x5b\x89\x5e\x9d\xe4\x34\xdc\x5b\xd7\xcc\x00\x03\x1a\xb2\x07\xad\x44\x3f\x4e\x33\x85\x17\x18\xba\x29\xdc\xff\xd4\x32\x01\x5a\xb4\x34\x37\x1b\xf6\x70\x45\xa3\x5c\x88\xca\x57\x14\x06\x70\x21\x2a\x5f\x91\x15\x63\x25\xfa\x6d\x92\x4b\x61\x1f\xd4\x5b\xf8\x6d\x92\x7b\xcb\x17\x4e\xc6\x53\x0c\x3b\xa1\x2e\xe1\x4e\xa3\x3c\xbf\x2b\xe9\x32\x91\x16\x2d\xf0\xa9\x45\x41\xeb\x56\xe2\xbd\x55\x2d\x13\xe0\x53\x43\x08\xe0\x05\x7c\x6a\x08\x82\xbc\x80\x41\x0d\x01\x6b\x17\x31\xa8\x6d\x3c\x89\x18\xe0\xae\x61\x53\x20\x3e\xcf\x22\xe3\xa6\x75\x53\x18\x53\x2d\x5a\xc0\x4c\x43\xe7\xe0\x95\x78\xc0\x91\xc9\x7a\x11\x67\x6a\xe0\xd5\x02\xd0\x34\x84\x4a\x59\x00\x9a\x56\x9d\x58\x17\x80\xa6\x21\x69\xbb\x12\x8c\x7e\x97\xdb\x4a\xc7\x8d\x04\x21\xa0\xa5\x21\xe9\xbe\x12\xfd\x36\x53\x63\x73\x58\xb3\x5e\x9e\xef\x23\x97\x1d\x25\x61\x25\xfa\x6d\x68\xc2\x5b\x99\x71\xa3\x7e\x03\x96\x6f\x65\x3a\x75\x68\xec\x5b\x99\x4e\x1d\xf5\x10\x01\xfd\xf4\x66\xe5\xa1\xd8\x25\xa7\xa1\x4b\xd3\x14\x1c\x13\xe1\x9c\x08\x76\x11\x2e\x93\x7e\x2a\xa7\x2d\x94\xd2\x45\xe1\xee\x29\x0d\x91\x0b\xb0\xd3\x90\x46\xb6\x00\x3b\x0d\x6d\x82\x0b\xa8\xd3\x10\x5c\x67\x01\x75\x1a\x3a\xac\x2f\xa2\x4e\x67\x68\x2c\x00\x3b\xad\xb2\xb0\x2c\xa0\x4e\x43\x5a\xc7\x22\xcc\xf4\x61\xa2\xcc\xb0\x1c\x34\xdb\xaf\xcc\x87\x45\x75\xf0\x5d\x59\xcf\x7b\x84\x3f\x45\x94\x0e\x8f\x14\xaf\x03\xd4\xa7\x5c\x18\xf1\x9f\x82\xe0\xa1\x70\x63\x19\x3b\xbd\xba\x79\x50\x84\xaf\xea\x26\xf0\x62\x66\xf5\x28\x33\xe6\x83\x4e\x66\x0b\x48\xd3\x5a\x3c\x40\x3a\x99\x3d\x89\x8c\x8c\xe5\x2f\xe1\x5f\x71\x6b\xf5\xc0\xb7\x27\x81\x17\xb9\xbd\x37\x10\x6c\x7a\x55\x4f\x03\xdd\x41\xe6\x1e\x5e\x01\xae\x1e\x40\xfa\xeb\xb3\xab\xd9\x6a\xbe\x9a\x84\x3b\xc0\xc5\x7c\x40\xf7\x65\xf5\x14\x6e\x86\xce\x94\x18\x02\x18\x34\xa5\xab\xf8\xd3\xcd\xf3\xa9\x53\x69\xf1\x28\xae\x47\xa6\x7b\xa7\xde\x30\xaa\xfb\xd3\x0f\xf3\xb2\xb3\xc0\x80\x56\x1d\x26\x56\x11\x70\x9f\x87\xed\x85\x68\x80\x55\x67\xa2\x55\x84\xd5\x27\x06\x73\x01\x05\xaa\x90\xe5\x87\x22\x58\x5f\x9b\x16\x61\xa0\xe9\xd2\xd6\x20\x1c\xe8\xa4\xd3\x64\x15\x1a\xb0\x9b\xf3\xca\xfe\xae\x44\xfa\x6d\x14\xff\x6a\x21\xea\x5f\xbb\xfc\x65\xc8\xfe\xae\x4f\x0f\xbf\xb6\x8b\xc7\xe6\x85\x20\x80\x27\xd1\x24\xcd\xef\x6a\x6e\xd0\xfc\x1e\x26\xf1\x1c\x54\x36\x15\xa0\x5c\x25\xed\xca\x12\x5e\x08\x03\x78\x48\xf5\x94\xa8\x69\x01\xb0\xf4\x1c\x62\xf6\xae\x5b\xe8\xb2\x14\x92\x6a\x01\x61\xaa\x47\x81\x0f\x25\xcb\xb1\x3a\xb3\x68\x39\x56\x73\xc1\xa1\xa5\x68\xd6\x0a\xaf\x06\x14\x0f\x28\xae\x75\xea\xb6\xf2\x02\x72\xb4\x7b\x22\xa0\x63\x5f\x26\x68\x2d\x11\xc5\xab\x79\xba\xe9\xbd\x0a\xc5\xf0\x70\x29\x7a\x6b\x75\xaa\xe9\xb0\x34\x59\x3f\x2c\x74\xa1\x74\x4f\x03\xe4\x69\x72\x2f\x29\x4f\x93\xcb\xb9\x21\x27\x34\x3e\x5b\x6b\x80\xfd\xa8\x3a\xd9\x8b\x73\x81\x16\xed\xf2\x6a\x2d\x3e\x3a\xeb\xc8\xb2\xab\x32\x46\x8d\xce\x27\x7c\x2d\xb2\x2b\x52\xc8\xe2\xdb\x6c\x8e\x90\xbb\x00\x0a\x6d\xd5\x1f\xe2\x36\x44\x37\x85\xb3\xf4\x6f\x00\xfa\x2d\x21\x44\x69\x0e\x5f\x42\x88\x9a\x52\x3c\x73\xed\x68\x00\x85\x9e\x89\xae\x22\x2b\xac\xee\x6a\x1c\x2c\x04\xc5\x1f\x1e\xed\x2a\x39\x1f\x8c\xd6\xd5\x14\xed\x25\xea\x43\xf0\x69\xd8\xcb\x89\x50\x58\x05\xa5\x5c\x55\x47\x37\x75\x0a\xde\xc1\xa7\x31\x70\x07\x2a\xb4\x11\x5f\xca\xac\xd7\xf3\x1d\x9e\x1d\xd0\x18\xe2\x38\x26\x61\x45\xa4\xe8\xe5\x02\x71\x01\xd2\xd9\xf8\x2a\x94\x4b\xc7\xfd\x47\x35\x12\xfa\xa7\x34\x10\x80\x44\xbb\xa2\x04\x2e\xc0\x42\x75\xb8\x5b\x7c\xa4\xdc\x51\x91\x57\x55\xdc\x34\x0f\x10\x10\xeb\x42\xea\xe8\xc5\x4d\x45\xae\x5a\x8a\xab\x27\x0e\x01\xda\x32\x59\x89\x07\xda\xb2\x57\x89\x41\x42\x28\xad\x43\x37\xe2\x82\xe9\xda\x58\x4d\xc7\xf0\x29\x0a\xca\x91\xd3\x08\x53\x1b\x2a\x45\x57\x38\x55\x7b\x30\x76\x9f\xea\x0b\xd6\x5e\x45\x81\x21\xa5\x61\x35\xc6\xff\x7e\x4a\xe1\x41\x48\x94\x4e\x17\x2a\x93\x68\x33\x71\x2e\x90\x8f\xb9\x3f\x39\x1b\xed\xb2\xaa\x02\x20\x32\xc5\x84\x5e\x80\x37\x56\x5d\xde\xe4\x6b\xa2\xf5\x7a\x72\x52\xc1\x31\x85\x80\x2b\x52\x7e\xf0\xe8\x7b\x7d\x1a\x8a\x65\x9f\x2d\xfa\x88\x83\x2c\x4f\xc3\x31\x51\xa5\x48\x36\x37\xbd\x46\x27\xa2\x9e\x19\xd5\xa8\xf1\xd5\xd4\xf0\x90\xe2\xd0\x90\x4c\xe0\x3d\x12\xf7\x17\xd1\x67\x9a\xda\x02\x74\x4d\x73\x0a\xa3\xae\xa8\xd1\xe2\x02\xcd\x34\x0e\x0c\x4f\x23\x11\xf9\xe9\x32\x85\xe8\x75\xe2\x4e\x00\x27\xbb\x0f\x6b\x00\x4e\x0a\x9f\xb3\x80\x9b\x8c\xe6\x7c\x47\xe9\xa5\xb5\x6f\x01\x35\xc9\xf7\xab\x0f\x81\xa0\x13\x12\x51\x7c\x8c\xb1\xc9\x03\xb9\x3a\xed\xd4\xd5\x85\x60\xf7\xac\x4e\x83\x93\xa6\x38\x8d\xaf\xc3\x71\xe4\x00\x7e\xec\x82\x89\x2f\x06\xd5\x53\x24\xa3\xd5\xe9\x6a\x95\x6c\xef\xbc\x66\x29\xbf\xd6\xea\xdc\x8b\xaa\x29\x38\x90\x8a\xb3\xf2\xfd\x3c\x55\x0f\xbd\x2a\xe9\x60\xc4\xb8\x7a\x2d\x4f\xd7\x8f\x96\xba\x6d\xc4\x1a\x3c\x6d\x83\xff\xd0\x4a\x35\xa2\xec\x75\x5d\x4d\xe7\xc3\xb3\x3d\xbb\xd4\x45\xb3\xb9\x1a\x4e\xdc\x41\xf5\x77\xd8\x52\xab\xbf\x43\x68\xcf\xea\x9c\x14\xcf\xea\x05\xdd\x60\xcf\x77\x50\x07\x3c\x34\xd0\x99\xda\xf8\x0d\x90\xbe\xc5\x68\x7d\x3e\x5f\x77\x6c\x67\x3e\x8c\x12\xff\xd8\x14\x8e\x70\x31\x78\x9f\xec\x87\xab\xd3\xbe\x2d\x65\x85\xb1\xfb\x7c\x86\xee\xbc\xca\xa6\xd3\x40\xa7\xed\x5b\xa7\xc6\x4e\xdb\xf7\x70\x15\xb2\xe0\xab\x57\x7c\xca\x6b\x9a\x53\xf8\xc8\x42\x72\xa9\xb8\xda\x36\x5c\x3f\x74\x9c\xe4\xb6\x61\x47\x1a\xce\x09\xc3\xb8\x36\xda\x2e\x6b\xa6\x5b\xf3\xe1\xc3\x24\x4c\x1c\xb4\x8b\xd3\xba\xbd\x06\xef\xb6\xa9\xc3\x40\x4d\x3a\x4e\xd0\x1a\xb4\x66\xda\xbc\x33\xf8\x74\x78\x31\xd5\xf9\x62\xb9\x28\x38\x0c\xa7\x8b\x81\x5b\x42\xc7\x0a\x85\x06\xfc\xb5\x18\x3e\xc6\xef\xac\x7c\xf7\xdd\x59\xd9\xa9\x26\xea\xcd\xd7\x8c\x45\xe1\xbe\xde\x30\x05\x9f\x85\x74\xce\xc1\x2b\xf4\xd9\x14\x9c\x2b\xae\x8f\x10\x05\x09\x47\xc6\x05\xb4\xb1\x63\x48\x18\x0f\x51\x98\xa8\xe9\xef\x78\x09\x42\x1d\x0c\x75\xc2\x1f\xe2\xb6\x98\x54\xeb\x41\xc3\x7b\x76\x31\xbc\x84\xe4\x62\xa8\x2b\xb8\xfa\x1b\x94\x4a\xc1\xa2\xd1\x1d\xbc\xc5\x18\x81\xde\xd6\x87\x6f\x6f\x88\x82\xea\xe4\x61\xe2\x55\x0e\x8f\x36\x6f\xbc\xe9\xf0\x33\x74\x77\xc3\x39\xe1\x2e\x10\x97\x12\x19\xe9\x23\xd5\x20\x98\xdd\x8a\x1d\x70\x92\x39\x3d\x85\xa2\xd9\xc5\xc5\xb0\xd9\x4e\xc3\xd2\xef\x1e\x7c\x2e\x1a\xc5\x69\x5d\xc0\x50\x76\x8b\x71\x40\x28\xfb\xf4\xb0\x61\x2b\xf0\x96\x36\xa8\x0f\x6a\x7d\x03\x5e\xd9\xa7\xd9\x8b\xf1\x0a\x3d\xf7\xd8\x0c\xa6\x79\x86\x6f\x61\xca\xd3\xb9\x06\xa3\x5b\x59\x01\x04\xda\xb2\xdb\x2a\x68\xb4\xa5\x86\x18\x8b\xc6\x66\x4f\x80\x2d\xfb\x34\x0b\x63\x7f\x98\x4f\x29\xbc\x10\x45\x0a\x60\xcb\xee\x6d\x6b\xf2\x5a\x9b\x8e\x64\x8c\x89\xd8\x84\xe4\x5f\x53\xcf\x9b\x98\x82\xd9\x33\x5c\x0c\xf4\x89\x27\x8d\xee\x89\x70\xa9\x18\x7f\xb5\x14\x6f\xe3\xa6\xa6\x8b\x64\x7c\x7e\x7b\x28\xc4\xed\x9a\x7c\xa5\x44\x1c\x36\xc9\xe0\x53\x26\x2b\x00\x2c\x73\x72\x25\xb4\xfa\xbb\x1f\x41\x4f\x4a\x88\x82\x43\x42\xac\x32\xf9\x30\x89\xf8\x9d\x8f\xe4\x66\x89\x17\xbd\x92\xeb\x11\x9f\x8c\x8c\xf7\x7c\x48\xc6\x71\x15\x50\x78\xa7\x73\x42\xe1\x75\xbb\xa1\x70\xa6\xef\xdf\x9e\x3d\x59\x19\x32\x4b\xa2\x60\xf2\xa5\x12\xad\x37\x86\x62\xec\x82\x07\xac\xc9\xab\x73\x9e\x0f\x1c\x73\xda\xd4\x46\x31\x79\x3f\x4e\xab\x83\x48\xcc\xa6\x0b\x72\x6b\x72\x09\x74\x8f\x24\xcd\x4f\xd3\xa9\xbc\xe9\xa6\xe5\x02\x78\xa5\x6f\xc8\x2d\xa0\x2b\xb3\x62\x61\xad\x49\x03\xa7\x59\x80\xa6\xfe\x62\x0a\xfe\x0a\x29\x0d\x08\xb8\x98\xfb\x53\xca\x9b\x76\x49\x17\x03\xf3\xb6\x04\x35\xd0\x93\xd9\x87\xb0\xe0\xe5\x22\xc9\x0a\x60\x27\xc7\xec\xa6\xe0\xa1\xa8\xce\x09\x83\xbd\x36\xd1\xa0\xd4\x16\x5c\x62\x05\x2d\xf6\xda\x37\x83\x16\xfb\xe6\xac\x68\x37\x9d\xfd\x2b\x08\xc1\x28\x6e\x0c\x2c\xf6\xd5\x69\x50\x4d\x9b\xcb\x84\x8d\x5e\xda\x59\xd0\x2a\xaf\xdd\x3e\x70\x61\x68\xca\x8e\xc0\xb0\x8d\x53\x8a\x10\x20\x92\x43\x71\x4f\x96\x20\x92\x0a\x5e\xb1\x18\xc5\xd1\xcb\x11\x51\x1c\xc7\xd4\x6a\x08\x86\xea\x92\x06\x05\xf8\xa4\x6f\x32\x2f\x86\x74\x6c\xba\x91\xb8\x00\x9f\xcc\xfd\x69\x0d\x3c\x0d\xd5\xad\x41\x2f\xba\xab\x60\x20\x2f\x7f\x87\xa9\x28\xae\x02\x3e\x37\x8f\x1a\xa3\x2a\x69\xee\x09\xb2\x6c\x5d\xcb\x2f\xa8\x8b\x17\x53\x44\x3a\x78\x12\x17\xa7\x46\x5d\xa4\xd3\xcb\x63\xba\x38\x33\x4e\x63\x34\x32\x53\x7c\xf0\x73\xb8\x18\xb2\x94\xeb\x60\x17\xd5\x54\x86\x38\x8f\x64\x12\x7d\xd4\x62\x60\x64\xc8\xf9\x34\xee\xa6\x1c\x57\xb7\xe8\x11\xf3\xc0\x6d\x75\x4b\x23\x07\x7c\xbb\xf5\xe5\xa0\x09\xdf\xa3\xca\xd0\xd3\x42\xfd\x2d\x40\x25\x67\x75\x97\x69\xc2\x37\x4f\x23\x14\x4a\x75\x97\x79\xb3\xc9\x8c\x43\xad\x65\x76\x7f\xf8\x41\x8d\x6c\x1c\x61\x92\x75\x4a\x8b\x22\x4c\xb2\x09\xbf\xb8\x00\x93\x9c\x0a\x7a\xb0\x80\x92\x9c\x0a\xb2\xb0\x08\x8b\x6c\x56\x23\x17\x5f\x91\x12\xac\x7c\x01\x08\x39\x75\x7d\x7d\x01\x07\x39\x15\x66\x61\x2d\x42\x8b\xb4\x72\x17\x7d\x4f\xc4\x44\x2d\x80\x22\xa7\xf0\x14\x0b\xa0\xc8\xb0\x16\xbd\x88\x7f\x0f\x37\x07\xf6\x7e\xfb\x09\x00\x91\x9c\x0a\xd4\xbc\x10\x8d\x72\x56\xb7\x8d\xb7\x94\xaa\x29\xc6\x65\xaa\xfe\x90\x32\x66\x8a\x62\xe4\xd2\x66\x72\x61\xb0\x4c\x6d\xd4\xa8\xa6\xd2\xa1\xa5\xc5\x0a\xe8\xe4\xac\xcf\x77\xf0\xfd\x14\xb7\x06\x9d\x12\x27\x2d\x5a\x9a\x46\xfb\xfe\x45\x97\x45\x8c\x65\x13\xf2\x6c\xe1\xa9\xe4\xa9\x50\x12\x8b\x88\xcb\xb0\xf9\x80\xcf\x23\x0b\xae\xb7\xf8\x3e\xb2\x62\x59\xac\x85\xc3\xaa\x6d\xfc\x8b\x1e\x2d\x0f\x39\x64\x77\x24\x37\x9d\xf7\x50\xfb\xd3\x5a\x72\x96\xbf\x44\xbf\xaa\xd3\xd8\x2f\xa5\x31\x3e\xb7\x96\xef\x92\x1f\x41\x85\xe2\x8e\xd3\xd3\x0d\xdc\x71\x12\x5e\x6d\x01\x87\x19\x3e\x7f\x01\x87\xe9\x80\x20\x8b\x8f\x37\xfb\x38\x02\x18\x66\xd8\x46\xb6\x70\x76\x15\xd2\x61\x01\x94\x19\x3e\xfe\xe0\x21\xe7\x10\xbe\x68\x21\x30\x67\x24\x73\x03\x6e\x01\x36\x73\x3c\x83\xaa\x0e\xe7\x84\xa3\x66\xb8\x06\x78\x46\x24\x01\x01\xe5\x0c\xdb\x3e\x00\xe5\x2c\x02\xb4\xaf\xcd\xd7\xbf\xb5\xe2\x09\xe5\xac\x56\xdb\xf1\xcc\x73\x08\x03\xb1\x80\xe4\x0c\x21\xc1\x16\x42\x78\x86\x00\x8a\x6b\xf3\x5a\x54\x71\xa1\xb8\x16\x35\x9c\x86\x2e\x89\xa5\x80\xdc\x0c\x41\xb4\xd6\xa6\x03\x6d\xb8\x4c\xf8\x9e\xc4\xdf\x7c\x2e\xba\xd9\x3e\xbd\x27\xd1\x3c\x72\xfe\x30\xf4\x67\xd8\x54\x41\x58\x67\x17\xd2\x75\x21\xda\x67\xd8\x83\xbc\x89\xec\x93\x06\x08\x50\x67\x15\x1c\x7c\x6d\xe2\xfc\xa4\xf3\x21\xda\x67\xcc\x27\xe7\x69\xb9\x90\x15\x0b\x88\xcf\xb0\xce\x8b\x57\xa9\x43\x8e\xf7\x45\x00\xe8\x7c\xca\x84\x79\x32\xb9\x76\xf8\x46\xa4\x63\x12\x02\x6a\x85\x1f\x18\xd0\x7a\xb9\x4c\xdc\x7d\xb2\xc2\xbf\x17\x5c\x23\xcf\x77\x95\x52\x4b\x85\x2e\x76\x50\x83\x0a\xcf\x83\x50\xfe\x0b\xef\x5b\x87\xd5\xd8\x2d\x03\x8f\xbf\x43\x97\x24\x44\x19\x4e\x54\x80\x88\xb5\x01\x2b\x9c\x4f\x29\xec\x92\x4b\xa1\xc5\x55\x0d\xe5\x2d\x29\x5b\x37\x36\x43\x57\xd8\xb6\xcd\xe7\xae\x6d\xdf\x62\xa8\xd1\xcb\xce\xde\xcd\xa7\x5a\xa4\xe3\x6e\x3e\xd5\x62\xeb\x17\x23\x8f\x5e\xf5\xf9\x94\xaf\xa3\x7b\x78\xb0\xad\x5c\x3e\x0c\x1b\x77\xaa\xed\x7a\xf3\x56\x4a\xb8\x0d\x74\xf9\xb8\x6b\xd8\x4a\x9a\x1d\x42\x5b\x16\x63\xcd\x2c\xc3\x93\x5e\x36\x01\xbc\x78\x0f\xc5\xa7\x40\x3e\x77\x7d\xf9\xf4\x8c\x07\xae\xd3\xe5\x83\xee\x4b\x2f\x14\x67\x17\x35\xd1\x0a\x97\x44\x37\x4f\x15\xc5\x16\x76\x51\x70\x51\xc9\x50\xcf\xb8\xa7\x53\xaf\x1b\xac\x97\x1e\x25\xd6\xe4\xbf\x88\x41\xb4\xbb\x1a\xc1\x4e\x53\xd3\x6b\x1a\xeb\xa5\xb7\x5c\x24\x42\x5e\x74\x4a\x58\x87\x24\xca\x75\x46\xfe\x3e\xa6\xd3\x7a\xd1\x4c\x74\x69\xc3\x79\xe9\x71\x17\x49\x8e\x57\xc8\xc5\xa2\x36\xea\x75\x17\x69\x99\xc6\xc4\x8a\x41\x5f\x8c\x8c\x3f\xfc\x29\x2f\x73\x54\x7f\xfa\x61\x9c\x4e\xd5\xa3\x5b\x2a\xda\xa0\x5f\x0a\x28\x27\xe1\xc9\x68\xa8\xc9\xee\x0f\x84\x43\x6d\x0a\x82\xbd\x5e\x34\x10\x29\x50\xc0\x7a\xf1\x62\x8a\xee\x75\x2f\xc6\x4a\x4d\x76\x29\xf0\x91\xee\x64\xd3\xf8\x8b\x4f\xc1\x74\x7f\xba\xb9\xc0\xdc\x88\x17\x3f\x75\x13\xdf\x74\xe6\xb8\x4d\x37\x53\xd5\x1f\xfa\x40\x84\x5f\x5d\x80\xda\x36\xfb\xca\x88\xb5\x4d\x76\xd0\x00\x5e\x5b\x6d\x27\x66\xb4\x54\xc5\x4b\x5c\x7c\x6e\x3b\xdb\xbd\x04\x04\x6d\xeb\x1a\xb4\x37\x35\x1e\x05\x52\x5b\xc0\xcc\xb6\xae\xed\xff\x4d\x1b\xb6\xc2\xdf\x2f\x3e\xaa\xed\x7b\xf1\x8b\x10\xda\xa1\xcb\xde\x8b\x10\xda\x62\xaf\x2b\x9f\xd5\x2e\x76\x0a\x10\x44\x5b\x75\x93\x74\xbd\xf5\x18\x70\x31\xa9\x07\x8e\xb3\x48\x4a\x65\xad\x67\x3e\x98\xed\x2f\x81\xb8\xd1\x1a\xc3\x73\xd9\x16\x90\x7a\x2d\x5b\xe2\x99\xef\x5c\xeb\x0e\xfd\x62\x34\x53\x85\xc9\x58\x84\xc9\xda\xae\x2d\x5c\xac\x16\x09\x5f\xaf\xb6\xae\x24\x94\xac\xb6\xa0\x37\x23\x62\xe9\x7c\x48\xcc\xac\x5f\xe2\x5b\x6f\x87\x55\x57\x1d\x8c\xfb\x13\x4e\xc4\x59\x36\x5c\x2a\x80\x77\x4f\x39\xbc\x99\xd7\xdd\x00\x68\x80\x32\xd5\x01\x27\x9b\x9f\xce\xe3\xaa\xb4\xe1\x1f\x6f\x02\xc8\x74\x8e\x44\x7c\xd3\x62\x18\x07\xe3\x9b\x56\xeb\x1f\x6f\xa2\x11\xb2\x13\xa9\xf3\x79\x70\xa0\x48\xcc\x27\x11\x3e\x65\xa9\x23\x80\xcd\x36\x8b\x43\x06\x46\x4d\xdd\x63\xcc\x0b\x49\xbd\x39\xf5\x0d\xe6\xd1\x00\x1c\x71\xd8\x6c\x4c\x02\x4e\x56\xf7\x61\x17\x5f\xa9\xf6\xca\x24\x68\xd6\xc8\xff\x05\xd4\xac\x37\x4b\xbe\x52\xed\x15\x8e\x57\xaa\x15\x15\x65\xe1\xe9\xe9\xe8\x2e\x1e\x0d\x6b\xa6\x38\xf7\xce\x08\xdb\x77\x35\x45\x37\x2d\xb9\x94\xe8\xd9\x69\x0d\x9f\x71\x58\xed\xe8\xbe\xc9\x77\x12\xef\x7a\x6b\x5a\xe7\x7f\xbe\x35\x3d\x43\x03\x03\x30\x6d\xb2\x4e\x7b\xf3\x2d\x4b\xad\xa9\x9b\x4a\xb4\x44\x18\xe3\xb0\xfa\xdc\xc2\xa7\xa7\xad\x97\x12\x4c\x6b\x3d\x99\x4f\x4f\xf7\xee\x2a\x88\x97\x95\xa0\x17\x5e\x56\x0c\x75\xf3\x71\x0f\x6d\x53\x37\x0d\x77\x5a\x3d\x0c\xbc\x6a\x64\xc6\xcd\x20\x3f\x33\xbe\x97\xdb\x08\xca\xda\x6d\x60\x50\x10\xd6\xe1\xd1\x27\x0b\xcb\x8e\x84\xa8\xab\x23\x7b\x6c\x18\xf4\x47\x52\x0d\x71\x55\x73\x72\xdb\xf8\x2e\xb0\x7b\x81\xf7\x2a\xf5\x4e\xc6\x02\x1e\x37\xeb\xd9\xd8\x05\x3c\x6e\x4e\xee\x05\x36\xf1\xb0\x4b\x09\xf0\xdc\xac\xf8\xde\x0b\xf0\xdc\xac\x87\x5b\x17\x60\xb5\xd9\xfe\xe8\x0f\xe1\x8a\xdd\x14\x0c\x05\x9a\x6e\x82\x6c\x75\x57\x69\xf1\xc1\xea\x9e\x9e\x44\x40\x47\xc5\x0b\x1f\x22\x12\xc5\x44\x1f\xda\x37\xc4\x96\x80\xdc\x66\x6b\x89\x1f\x9e\xf5\xba\xbf\xc3\x59\x4f\x1b\x0b\x10\xb7\xc5\x00\x2a\xc4\x67\x9d\xc2\x8e\xaf\x0f\xe3\x53\xb8\x76\xdc\x75\x36\x9c\x0a\xd1\x5a\xa7\x9e\x99\x59\x1f\x1d\xf5\x9c\x93\xeb\x5e\x6d\xe1\x51\x4f\x3c\x03\x34\xee\x59\xa0\x4e\x84\xb2\xed\x4e\xf0\x8e\xbe\xae\xda\x2f\x06\x67\x0d\xa3\x8b\x00\xc7\xad\xba\xf2\xb9\x80\xc6\xad\xc6\x6d\x7c\xa8\x6e\x3a\x8d\xea\xa6\x76\x9b\x0f\x1d\xbc\x92\x3b\x40\xe3\x86\x0d\xb3\x1f\xba\x7b\x25\x77\x01\xb8\xad\xd7\x93\x46\x95\x59\xb5\x43\xbf\x34\xc4\x84\x11\x5a\x85\xeb\x5f\x08\xd1\x5a\x0d\xa6\x01\x34\xb7\x1a\x85\x03\x30\x6e\x35\xc8\x85\x60\xdc\xa4\x10\xf4\x0b\x60\xdc\x6a\xf7\xe9\x87\x81\x53\xba\xa7\x66\xf3\x86\x9e\x13\x71\xe1\x4d\x02\xf2\xc3\x07\xff\xd5\x18\x1c\xa6\x3c\x4d\x9b\xbe\x6e\x6e\x7a\xfb\x92\xcd\x76\x8a\x82\x65\x8f\x5b\xc0\x06\xc2\x35\x2b\x16\xf6\xbe\x78\x41\x5e\xbe\xbb\x7d\x91\x85\x58\xdf\xbe\x78\x4b\x89\xd2\x72\x13\xd4\xaa\x3d\x79\x5f\x34\x17\x90\x9f\x37\x80\xab\x55\x40\x97\x0d\xe0\x6a\x95\x4f\x60\x5f\x74\x5e\x28\x89\x6f\xdc\x64\x53\x67\x19\x50\x79\xde\x80\xb4\xf6\xcb\xe5\xeb\xcc\xe3\x0a\x18\xb2\x4f\x06\x9a\x7d\x31\xea\xfd\xa5\x96\x81\x9f\x9e\x9c\x10\x6c\x55\x95\xcb\x3d\xe1\xa1\xe0\xdd\xc9\x39\xfd\x21\x8e\x92\x55\x5f\x2e\xa2\x2a\x9b\x1a\xc7\xfd\x58\x03\x43\x39\xd7\x5d\x2c\x4c\x5b\x49\x23\xba\x18\x82\xdf\x49\xf0\x38\x56\xcd\x04\x43\xa0\x3e\x35\x70\x43\x10\x85\x10\xbd\xba\xdf\xb1\x2f\xee\xa9\x59\x83\x81\x63\x86\x9c\xa8\x1b\x90\xd2\xa6\xb7\x18\xf6\x45\x36\x50\x05\xb8\xae\xd6\x4d\xac\xd3\x2c\x67\xc3\x8b\x6c\x9e\x3d\xd8\xa2\x9e\xd2\xa5\xe1\x89\x12\x62\x08\x14\xc0\xa4\xbd\xc6\xf7\x1a\xf5\x66\x80\xd1\x2a\xc6\x62\x80\x51\x59\x3a\x76\x92\x1f\x6c\x98\xe4\xeb\x21\xdc\x4f\x37\x03\x8e\x0a\x52\xb7\x13\xaf\x99\x70\x9f\xda\x0c\x37\x2a\x9c\xdc\x4e\x08\x2c\xa6\x57\xac\x37\xb0\xa5\x59\xa1\xd4\x77\x22\x8f\x48\xb9\xd8\x89\x6f\xad\x85\x13\x29\xc5\x9b\x28\xf8\x02\xb8\x4f\xed\x44\xeb\xff\x93\x13\x06\x46\xcd\x43\x62\x08\x85\x91\x34\x1c\x84\x8d\x34\xb5\x46\x52\x45\x1f\x4a\xaa\xa8\x6d\x4b\x87\x25\xd5\x81\xcb\xb5\x7a\x4d\x63\x03\xeb\xd9\xa4\xa3\x6d\x06\x18\x2d\xb2\x7d\xed\xc4\x8b\x6d\xee\x23\xc2\x38\x27\x7d\x47\xa7\xac\x52\xe0\x50\xba\xdc\x16\x5e\x65\xd3\x5a\x65\x98\xd0\x10\x9c\x6c\x03\xda\x19\xee\x12\x71\x02\xc9\xdf\x01\x1a\xa0\x0a\xb2\x04\x00\xed\x19\x3b\x13\x24\xd4\x9c\x48\x5e\x0e\x51\xb8\x8e\xa6\xea\x81\x9f\x74\x30\x89\x9d\x79\x1d\x4d\x8d\x61\x48\x4f\xc5\x82\xda\x0c\xe9\xa9\xc0\x7c\x3b\xcb\xe9\xcf\x05\x99\xa9\xe9\x50\xe7\xda\x00\x4c\x76\x45\x17\xdc\x0c\xd3\x29\xef\xc5\x46\x94\xce\xae\xe8\x73\x9b\x08\xc9\xa9\xf3\xcd\x26\x42\xd2\x6f\x96\xef\x2c\xd8\xef\x70\x25\xa7\x01\x0a\xd4\xbf\xb3\x64\x40\xf8\xd3\x0f\x12\x45\x31\x64\x6d\xa8\x1c\xfa\x65\x5c\x2a\x04\x42\x93\xe4\x04\x5c\xb2\x37\xb1\x69\x66\xc8\x5a\x71\x14\x83\x74\xea\x8a\xd5\x06\x74\xb2\xb7\xe4\x1a\x06\xd2\x5c\x26\xd6\xb2\xc4\x13\x83\x74\x56\x8f\x14\x64\x47\xbb\x5c\xe6\xa6\xf9\x4a\x14\x7c\xc7\xa1\x99\x59\xec\xa0\x46\x11\xec\xa4\x07\x2d\x76\xe6\x7d\xb7\x50\x99\xb8\xef\xa6\x67\x02\x36\x21\x94\xd5\xf3\x4b\x27\xbf\xe7\x90\x6e\xfd\xd0\xa0\xc1\x43\xd9\x2e\xd5\xce\x2b\x6d\x92\x8d\x8c\xbb\x29\x0b\xf4\x26\xb6\xb2\xeb\x05\xc9\xad\xa8\x98\x7a\x6d\x63\x17\x99\xb2\x25\x33\x00\x82\xec\x72\xa6\x6c\x60\x20\xbb\x9c\x12\x1b\x18\xc8\x2e\xff\xd0\x06\x04\xb2\xcb\xeb\xb3\xf1\x24\x72\x97\x6b\x65\x03\x0f\xd9\x65\xf6\xdf\x45\xd2\x24\x44\xc1\xd1\x29\x86\x66\x18\x4c\x99\xb5\x37\xb0\x91\x5d\x0e\x82\x5d\xf4\xde\x8e\x0b\x25\x96\x57\xa3\x0f\xf4\xe3\x59\x5e\x6a\x0d\xce\x78\xf2\x3a\xed\xc2\x2b\x6c\xda\x1b\x0a\xaf\xb0\x15\xa7\x91\x51\xd5\x43\x5e\x61\xab\x2e\x94\xed\x76\x99\x68\x69\x75\x4e\xb6\x54\xfd\xb5\x2a\x6d\x12\x6a\x67\xfa\x0d\x32\xba\x2c\xc9\x61\x55\x09\xf7\x89\x02\x34\xef\x22\xed\xd9\xa5\xbe\x21\x31\xd5\x7f\x9c\xff\x72\x98\xa2\x82\xe1\x06\x40\x99\x56\xf0\xf2\xad\x00\x9a\x62\x62\x00\x1f\xb3\xc2\x9c\xef\x42\x20\xae\xdc\x37\x1b\xcf\x17\x67\x85\x32\xdf\x65\xe3\x14\x20\x2e\xc6\x5b\xc6\x5d\x2e\x99\x8d\xa7\x8c\x47\xd1\xfa\x02\x7e\x32\x2b\x94\xf8\xe6\x53\xc6\x21\xd3\xe2\x66\xb0\x4d\x45\xeb\xde\x0a\xb6\x29\xc6\xc5\xcb\xc5\xa3\x68\x79\x33\xf4\xa6\xe2\x9a\x6f\x46\xd0\xec\x1a\xe3\x2a\xdd\xc7\x69\x70\x9e\x11\x29\xb7\x19\x17\x73\x4a\x48\x56\xba\x00\x87\xbf\x43\xdc\xc7\xe6\xfa\xe0\x3c\x93\xe4\xa9\x7a\xd2\x69\xa8\x18\x6c\x5f\x5d\x42\x8b\x71\x31\xe7\x34\x05\x3d\x9f\x1a\xf3\xae\x84\xca\x15\xf1\x66\x65\x40\xc1\xe6\x52\xd1\x52\x29\x3c\x8c\x92\xd9\xfb\x53\x0e\xd4\x34\x49\x4d\xc6\xcc\x9c\xda\x85\x2b\x5c\xd9\x52\xc3\x77\xa5\x0f\x70\xf8\x3b\x9e\xf7\x5d\x05\xba\x31\xd5\x1a\xfa\x00\x87\x29\x1c\x57\xa4\x2f\x54\x5e\x74\x9b\xaa\x81\x17\xdd\x24\xf9\x2b\x7d\x7e\x43\xf5\x21\x08\xa7\x1e\x0e\xdd\x0c\xc2\x69\xcd\x05\x41\x38\xc7\x1c\xfe\x8e\x7d\x70\x99\x8c\x92\xe6\x2e\xd1\x30\x31\x4d\x7d\x18\x84\x5a\x79\xe9\xd6\xf3\x78\x03\x51\x59\xdd\x0b\x3c\x7c\xa0\x73\xf4\xae\xbc\xde\xe3\x89\xc2\xf5\x1e\x79\x03\x76\xe5\x45\x37\xb7\x86\xd7\x7b\xb4\x5f\x54\x7a\xbf\x3d\x4e\xf4\x0d\x4e\xf5\x90\xd7\x7b\xa6\xfa\x44\xd7\xe0\xd3\x16\x28\xcc\xd3\xdf\xe1\xcc\xe5\x51\x83\x3e\x36\xc2\x1d\xe6\x65\x1f\x71\x1b\xf0\x9c\xb3\xf2\x88\xbb\x11\x76\x73\x0a\x25\xb5\xdb\x64\x97\xaa\x28\x74\x49\x3c\x0b\xac\xe7\xb4\x76\xd6\x78\xd1\x5c\xaf\x2a\x6f\x84\xd6\x2c\xf2\x54\xec\xc6\xa0\xc3\xb2\x22\x6c\xe0\x42\xa7\x1c\x25\xbb\xd1\xc5\xa1\x6d\xa1\xf1\x20\x39\x9c\x13\x07\xc9\x6c\x0a\x47\x47\x4d\x70\xe3\xd1\x51\xea\x50\xe3\xd1\x51\x6b\xa6\x31\x96\xa1\x58\xb6\xd1\x13\x28\x36\xf1\xfb\xc9\x12\xa0\x7c\x3f\xb9\x0b\x5f\xb9\x1b\x2f\xb3\x4d\x97\x0a\xbb\xa6\x30\x36\x1b\xe1\x33\x43\xe6\x97\x0d\xa0\xa8\x23\xec\xef\xc6\x2b\x3c\xda\xeb\x1a\x2f\xed\x68\x23\x00\x6a\xd4\x4f\x3d\x6f\x3e\x7a\x2c\xd3\xcc\x06\x86\xb4\x34\x8f\xdb\x62\xf7\xd5\x18\x38\x15\x64\xe0\xd9\x8d\xc1\xd6\xc4\x6d\x44\x8d\xce\xf4\x1b\x9e\x1d\xdf\x7c\x22\x59\x48\xc0\xdd\x18\x88\xad\xb9\x1c\xbe\x8b\x29\xed\xad\xd1\x48\xa6\x93\x56\xb3\xd6\xe7\x2f\xe1\xe1\xd1\x46\xd4\x70\x42\x14\x54\x60\x03\x3a\x9a\x66\x78\x38\x80\x40\x9f\xcf\x87\xf0\x87\x78\x18\x89\x40\x2f\xce\x09\x17\x8f\x76\x57\x80\x47\x43\x18\xab\x4d\xf0\xa8\x70\x0b\x9b\xe8\x51\x21\xc3\x36\x10\xa3\xd5\x0a\x29\x20\xa3\xa9\xe9\x7d\x8d\x8d\xb0\x9b\x21\x54\xc1\x46\xd4\xcd\x2a\x53\xfc\x46\xd4\xcd\x98\x0f\x85\x3e\x3d\xc5\xb0\x4f\x2e\x85\x5e\xd1\xe1\xac\xe8\x85\x76\xfe\xce\xf7\xe3\xe5\x71\xdb\x04\x94\x5e\xd5\xad\x0b\x3a\x3e\xd4\x65\x40\x4a\xab\x2e\xbb\x6c\x04\xd0\x4c\x57\x75\xf3\x42\x9a\xbd\xda\x10\x74\xd5\xb8\x2b\x0c\x9f\x51\xdd\xa6\xe0\x8d\x16\x8f\x09\x5c\x05\xba\xdf\xb2\x89\x2a\xbd\xaa\x7b\x13\xf2\x84\x28\x55\xf7\x73\x34\x63\x5d\xf7\x73\x34\xd7\x00\x96\x9e\xcc\x1a\x7a\xd9\xda\x24\x40\xf9\xb8\x73\x12\xee\x71\x0b\x31\xaa\x8b\x1e\xbb\xeb\x5d\x8e\xe6\x92\xe9\xdd\x68\xae\x97\x01\x91\x3c\x16\x3c\xa5\xfa\xe4\xd8\x15\xba\xaa\x99\xa4\xb7\xa3\xb9\x5e\xda\x36\xb4\xa7\x75\xc5\xae\xd2\x12\xec\x7c\x9e\xc3\x87\x94\xae\xe0\x55\xda\xc7\xba\xde\x5a\x93\xd8\xe3\x2b\xcf\x49\x71\x8e\x76\xa7\x75\x78\xb8\xbf\x0c\x5f\x25\x38\xff\x06\x94\xb4\x29\xfa\xeb\x56\xd0\x4d\xdb\x00\xba\xac\xc5\xa6\x5e\xa0\xd4\x60\x58\x87\x15\x7c\x76\x03\x1f\x9a\xb2\x3b\xa7\x28\x9b\xe5\x21\x71\x49\x41\x71\x8d\x36\x1f\x8c\xce\x9e\x01\x40\x3d\x9b\x8f\x86\xc4\x76\x16\x9f\xe2\x00\xe7\x6c\x7a\x63\x68\xf3\x6d\xe7\xa2\xab\x76\x9b\x98\xcd\x22\xa4\xd8\x06\x68\xb3\xf9\x1c\x09\x98\x66\x93\xad\x6a\x0f\x3e\x4e\x20\xc0\xd9\x06\x6a\xb3\x79\x7f\x63\x78\xcb\xde\x25\xff\x09\xe2\x2c\xa5\x38\xef\xfe\xf1\xa5\x78\x96\x9b\xc8\xcc\xea\xfa\xcf\x02\xd7\xd8\x21\x60\x65\x97\x19\x6f\x13\xa5\xa9\xf8\xe3\x1b\x28\xcd\x54\xdc\x27\x6e\xfc\x1e\x3a\x79\x21\x44\x9c\x3d\x52\x2b\x02\xc1\x2b\xa7\x07\x0d\xd7\x76\xb5\x43\x10\x85\x29\xd3\xe6\x06\xd0\x32\xeb\x7d\x94\x3d\x88\x54\x10\x6f\x00\x2e\x39\xdc\x28\xbe\xf0\x99\x3d\x26\x60\x05\xb9\xa7\x37\x10\x91\xdd\x0a\x26\x63\x4a\x26\x8f\x25\xce\xba\x5a\x13\x40\x39\xfa\xd5\x87\x3d\x69\xd2\x57\x1a\x22\x43\x86\x76\xce\x49\xdb\xc5\xb8\xbe\xc7\x82\xec\xa9\x63\xf0\x14\x45\x94\x69\x73\x1d\x3c\x07\x77\x51\x70\x00\x88\xb7\x18\x37\x52\x98\x9a\x4d\x58\x63\x57\x68\x85\x8d\x48\x91\xbd\x49\xbf\x06\xac\x31\x55\x17\x8a\xfd\x51\x38\xa2\x0d\x58\x63\x6f\x5a\x15\x93\x16\xff\x66\x2a\x90\xe6\x9c\x74\x7d\xb9\x4c\x1c\x27\xb5\x8a\xf9\x6c\xb4\x3c\xe0\x9b\x0f\x45\x0b\x60\xb0\x27\x71\xbb\x5a\xa4\x93\xd8\x5c\x69\x0a\x0c\x0b\x29\x4f\xfd\xc6\xd3\xcf\xa3\xe8\xac\x03\x2c\xe2\x50\xb8\xe8\x0d\xf0\x61\xd6\x93\x36\x7b\xf2\xa8\x91\xfc\xdd\xcd\x37\xd9\xf4\x21\x43\xa0\x6b\x8f\x9d\x0c\x41\x20\x9d\x4a\x48\x44\x4f\x14\x83\x0e\x48\x19\x9a\x0c\x7a\x2e\xb6\x9e\x62\x04\x53\x54\x1a\x39\x84\x00\x1b\x16\xc1\x59\x76\x50\xa5\x0a\xa7\xe9\x71\xb4\x2c\x12\x66\x6d\xed\x04\x41\xb0\x95\x1a\x0a\xb4\x61\x11\xd6\x65\x33\x12\x63\x55\xe0\xdf\x1d\x54\x9b\x34\x6c\x41\x64\x48\xf7\x87\x40\x86\x4c\x53\x40\x86\x74\x7f\x07\x1d\xa6\xbb\x42\x58\x28\xc5\x33\xc0\x10\x86\x8f\x8f\xc0\x10\x56\x79\xc6\x37\x20\x84\x55\x7e\xe5\xcd\x98\x8b\x72\x93\x6f\x20\x01\xab\x7c\xdb\x3b\xbc\x43\x39\x2b\xd1\x04\x4f\xaa\xcc\x23\x2e\xf6\x83\xfd\x4b\x79\xbd\x43\x4d\x91\xe9\x24\xea\x34\xc9\x88\x8b\xba\x4e\xba\x83\x08\x8f\x27\x27\x9d\xef\x3a\x18\x00\xd3\x77\xca\xe9\x22\x17\x65\xbb\x06\xe4\xf0\x4a\x53\x24\xe8\x1d\x72\x56\x7b\x42\xbc\xe1\x90\x21\x18\x2c\x31\x7b\x1f\x47\x78\xc4\xae\xb5\x81\xe0\x88\x56\x47\x82\xd7\xa2\xd5\xab\x4d\x93\xad\xaa\xe7\xad\x68\xf5\x82\xd6\x8c\xe6\xaf\xa8\xfd\xa9\xd9\xd8\x57\x9a\xcb\x38\x27\xc4\xa7\x08\x98\x57\xd5\x59\x06\x92\xf2\x98\x01\xbd\xe4\x03\x0a\x80\x7e\x4d\x8b\x10\xc1\x11\xbb\x37\xbc\xc5\x67\x1a\xb5\xcc\x97\xc2\x46\x49\xc0\x02\xe6\xd7\xe5\x5e\xd9\x84\xf9\x0d\x5d\x1d\xdf\x8b\x61\xa3\xba\xb3\xc2\x6a\xd7\x5d\x2a\xac\x76\xe2\x43\x86\x42\xd4\xf3\xdc\x7b\xd1\x6a\x27\x5e\x5b\x0c\x22\xd5\xdd\x36\x58\xed\xba\x5b\x43\x10\x80\xaa\xf7\x3d\x67\x55\x4f\xaf\xa3\x98\x94\x60\xbd\x19\x97\xf3\x52\xec\xa8\x6d\x34\x79\x74\x7f\x08\x47\xa3\xeb\xe7\x83\xf4\xc9\x14\xb0\xf4\x9a\x66\x3c\x1c\xdd\x6d\xa3\x5d\x12\x42\xbf\x41\x3e\x2f\x06\xed\xf1\xd0\x80\x0d\x85\xfb\xd9\xc0\xdf\x65\x3d\x90\xb5\x97\xa4\x97\x3a\x8c\xcb\x7d\xde\xf9\x96\xa4\x97\x7a\x08\xb3\x49\x71\x07\x29\xcb\xb2\x9b\x7d\x23\x4d\xcd\xde\x94\x9d\x9a\x0a\xc6\x5d\xd1\xb9\x6a\x49\xb0\xa9\x14\x46\x94\x18\xfe\x0e\x62\x4e\xbb\xc1\x22\xa8\x5a\x47\xc7\xc5\xf7\x69\x8a\xd6\x3d\xc0\x71\xd9\x2a\x30\x50\x6d\x45\x60\xbc\x8d\x70\x85\x61\x3b\xac\x30\x6e\xdd\x39\x71\xe6\xd1\xc0\x00\xe3\x56\xf4\x04\xf0\x16\xc6\x6d\xba\x14\xc0\x2d\xa5\x55\x08\xe3\xa6\x99\x00\xc6\x2d\xbc\xa1\x6f\x45\x88\x0a\x17\x83\x73\x84\x38\x58\xcf\x5b\x0b\xd4\xb6\x81\x71\x0b\x1b\xfb\xf0\xba\x75\xd8\xd8\xb7\x79\x71\xbe\x9a\xc2\xc5\x79\xad\x12\xa1\xdf\xa4\xd6\x08\xfd\x56\x9d\x86\xc3\x91\xb4\x1c\xa0\xdf\xc2\x26\x43\xa1\xdf\xb4\x78\x81\x7e\xab\x42\x50\x6d\xa0\xdf\xd2\x65\xdf\x85\xe0\x6f\xd2\x7f\x37\x35\xf8\xa7\xd9\xd4\xe0\x9f\xb6\x41\x3c\x4a\x70\x01\xff\x56\x05\xe9\xda\x5b\xfa\xbb\x1b\x47\xf1\x28\xde\x23\x00\x4e\xb8\xab\xbd\x89\xf4\xd1\x23\x08\x7b\x5b\x5a\x6a\xe4\xa4\xdb\x7b\xcc\xa5\xdb\x6b\x11\x6f\xbf\xb9\xe7\x5a\x5f\xd0\xfa\x54\x0d\x2f\x2b\x2a\x58\xc2\x26\x98\xad\xe8\x32\xc3\x06\x98\xad\xe9\x8a\xdf\x06\x98\xad\x79\x98\xa1\x7d\xcb\xd5\xbb\x89\x5d\x4b\x6e\x9e\x0c\xbe\x1e\xe7\x2d\x75\xc9\x24\xae\x4f\x78\x68\x79\xf1\x79\x3c\x0d\x00\x54\x43\xc0\x99\xbd\xa9\x9f\xb9\x7e\x38\x3e\x58\x0a\x60\x6b\x3e\x90\x02\xb4\xd6\xe5\x85\xde\x2f\xc6\x85\x95\x28\x7f\x31\x9e\x9e\x38\xf0\x45\x13\x72\xf7\x77\x93\xc6\x21\x51\xb8\xff\xa9\xdd\x13\x80\x35\xdb\xfe\x5e\x7c\xb1\x34\xd4\x2c\x02\xd6\xfa\x78\x3e\xbc\x99\xea\x1a\x11\xe2\x82\xfd\x7b\x31\xbe\x89\x56\x31\xd0\x6a\x36\x05\x02\x61\xe6\xe3\x37\x42\x2e\xfa\xbc\x0b\x74\x59\x57\x6c\x97\x0d\x70\x59\xc8\xda\x03\x68\x59\x57\x14\xad\x4d\x2c\x59\x72\x5d\xb2\x02\x8b\x2d\x80\xf8\xf2\xf3\xbc\xfb\x45\xdf\x81\x3f\xc4\xa1\x6d\x3e\x69\x30\x2d\x6b\xfa\x80\xe0\x1a\x8a\xe4\xb7\xf1\x38\x76\x56\xdc\xcc\x8d\x60\x89\xa3\x68\xb6\x5e\x12\x4a\xea\x1c\x03\x3e\x49\x31\x78\x49\xf7\x72\x4e\xd8\xef\xc2\xa5\x10\xa4\xf1\x1b\xde\xbb\xdd\x2f\xc5\xd4\xf4\xa0\x01\x07\x2c\x3c\xef\x7e\x13\xdd\xab\xe9\x04\x2a\x2c\x6c\x13\x07\x2a\x2c\x6c\xd9\x07\x0a\xac\x0a\xaf\xb7\x81\xfa\xaa\x02\x39\xee\x37\x83\x62\xdb\x5f\x01\x0c\x58\xd5\x5d\xb7\xfd\x26\x64\x47\x0f\x79\x6c\x44\x52\x6c\x5e\x88\xc4\x87\xb5\xfc\x34\xe0\xc6\xd1\xcc\xc5\x7e\x78\xdc\x52\xb1\x88\x15\xec\xe6\xf0\x52\xb4\x00\x53\xfb\x2d\x7d\x7e\x8a\x82\xf7\xc0\x35\xd2\x9a\xab\x23\xdd\x1b\x7c\x62\x07\xd4\x3b\x28\x88\xfd\x1d\x2f\x7e\x6a\x53\x02\x98\xac\x15\xb7\xe6\x48\x9b\xe6\xb1\x81\xad\xc0\xa7\x09\x62\xc9\xba\x62\x0e\x6e\x82\xc9\x74\x27\x73\xbf\xa9\xc2\x27\x7f\x38\xce\xfc\x6b\x1d\xbc\x69\x87\xf5\x48\xc1\x77\xa0\x7b\xc9\x9b\x50\xb2\x3e\x5d\x26\x6e\xfa\x4c\x7f\x07\xdd\xbb\xb8\x65\x30\x20\x69\x82\x81\x24\xab\x02\x5d\x6d\x20\xc9\x6a\xf5\xc0\xf0\x4d\x99\xa1\x23\xda\x9b\xfe\x4e\xc9\x15\x40\xc9\xba\x62\xf0\x6c\xc6\x58\x54\x7c\xbb\xfd\x96\x7c\x52\x27\x36\x15\x20\x7f\x07\xf9\x38\x5c\x21\xe4\x91\x0d\x98\x8a\xb8\xe8\xe9\xc6\x1d\xb9\x26\x85\xe0\xad\xc3\xa3\xd3\x18\x67\x99\xd3\xc4\x27\xb5\x5b\x32\x45\x14\xd4\x93\xc8\x21\x1d\xa2\x38\xdb\x59\x14\xce\xae\x2a\x54\xc1\x18\xb5\x61\x00\x4a\x96\x7c\x56\x26\x7a\xcc\x2e\xfb\x9b\x7e\x70\x9d\x80\x6f\xfa\xc1\x35\x4e\x80\x8b\x65\xc5\xcc\xdd\x37\x6f\x0f\x85\xd3\xc0\x5d\xd3\x69\x38\x22\x69\x9b\xbf\xe9\x2a\x98\xce\x09\x8f\x47\x38\x27\x27\x54\x3d\xc2\xbb\x44\x7d\xba\x76\x38\x07\xc4\xa3\x37\x3d\xe4\xe2\x51\x44\x57\xcc\x82\xfa\x6e\x02\xc2\xfc\xa2\xf8\xbe\x79\x19\x22\x9c\x48\xbb\xba\x1a\xc3\x90\x32\x23\x3b\xf1\x28\x24\x36\xde\xdd\x34\xbb\x86\x8b\xe1\xf1\x49\x6d\x03\x96\xdb\xdb\x01\x40\x5f\x45\x21\xc4\xf7\xcd\x28\x4a\x9a\xde\x9b\xb7\x7c\x14\xdd\x72\xe3\x69\xed\x23\x16\xd4\x0f\x60\x13\xab\x67\x06\x67\x02\x5b\x15\x00\xfb\xaa\xd5\xd3\xcd\xb8\x49\xd5\x69\x84\x36\xb8\xcb\x7a\x10\x56\xcb\xeb\x56\x30\x19\x4f\x3f\xad\x4f\x6e\xac\x70\x18\x12\xd3\x40\x8c\xa5\x6c\xb3\x23\x9f\xe9\x9e\x21\x61\xfc\x21\x8c\xc7\x69\x95\xf2\x25\x8b\xc4\xfb\x01\x26\xf0\x10\xb8\x44\x01\x1f\xe3\x56\x30\xe9\xfd\xe1\x75\xfc\xe9\x52\x60\xfa\xc9\xdf\xc7\xd0\xdb\x1f\xde\xce\x57\xc3\x01\x04\xeb\x0a\x52\xb9\x3f\x74\xe2\x8b\xfb\x01\xfd\xea\xf6\x09\x7c\x88\xd4\xc9\xfe\x0e\x27\x2d\xb5\x8c\x08\xec\xe1\xcf\xa0\xd5\x68\xaf\xc1\x03\xde\x21\xf9\x45\x48\x58\x8d\xa7\x48\x68\x99\x4f\x53\xb8\x4a\x9d\x06\x3f\xa5\xc5\x19\x5f\xf3\xf6\x62\xff\xf0\xa2\xbe\x24\x01\x5f\xef\xce\x1e\x18\xbe\x7f\xec\xea\xe9\xc0\xd7\x8a\xfa\x10\xd2\x33\x4c\xe1\x08\xa5\x55\xf3\xa1\x45\x6b\xba\x06\xec\xde\x4f\x7d\x30\xf8\xb8\x17\x70\xc4\x67\x0f\x3d\x2d\xa3\x12\xad\x00\x81\xf5\xec\x81\x81\xa4\xcb\xae\x01\xc6\x2f\x3b\xa3\x3e\x7c\x99\xf8\xf9\x0e\x83\xa6\xd5\x0d\x48\x58\xcf\x1e\x50\xe0\x7f\xb2\x5b\xb6\x39\x68\xce\xf9\x61\x0c\xf9\x9f\x7e\xbe\xfb\xbc\x18\x31\x04\xa5\x1c\x0a\x56\xa3\x6a\x0a\x20\x04\xb0\xe4\xa1\xa0\x34\x61\x39\x1f\xea\x85\x9c\x59\x14\x84\x27\x84\xfe\xa1\x10\xae\x36\x9b\x62\x7d\x9d\x14\x78\x89\x6f\xea\x1d\x2a\xa1\x94\x24\x0a\x4c\x9f\x55\x3b\xf5\xa9\xaa\xda\x79\x81\x7d\xa8\x4c\x5a\xc5\xa6\x6a\xa7\x55\x6c\x3a\x27\xac\x62\xc5\x65\xa2\x47\xd9\xb5\xb3\x47\xae\x81\xb1\x94\x5c\x26\x7b\x54\x45\xbd\x19\xa7\x55\x14\x18\xad\x88\xe2\x61\x35\x6b\x04\x75\x81\x57\x65\x12\x28\x52\x54\x9f\x76\xdf\xe1\x44\x9c\x5d\x5d\x21\x77\x5f\x37\x8d\x48\x91\xa7\xd0\xc1\x67\xa6\x44\x61\xab\xf0\xd0\x2f\xdd\x88\x13\x85\x33\xf6\x54\x77\x89\x14\x99\x2e\x13\x5d\x2a\xce\xc9\x1d\xce\x65\xb2\x4b\x21\x8a\x93\xa4\x1a\x18\x24\x7d\x78\x3e\x69\x58\xf1\x7c\x82\x5f\x19\x42\xf7\x50\xd0\x6e\xb2\x8a\x11\xbf\x9a\x82\x42\xee\xce\xd3\x56\x3b\x54\x3d\xaf\xab\x33\x80\x53\x9f\x89\xf7\xce\xd5\x5f\xbc\x81\x3d\x4a\x32\x05\x6b\x80\xfa\xcb\x37\xb0\x67\x71\x1a\x47\x74\x8a\xc2\x81\x7f\x98\xc2\x81\x5f\x93\x4d\xc0\xda\x14\x93\x24\x42\x4a\x34\x6a\x42\xa8\x11\x08\x74\x48\xa0\x48\xa6\x3f\x24\x27\xb0\x4f\xc2\xa4\x3d\x54\xe6\x55\x1d\x7d\xc8\x00\x38\xc3\x89\x68\x9b\x16\x9a\x30\x69\xc5\x39\x81\x77\x98\xce\x09\xf0\xb0\x38\x01\x41\x0d\x61\x84\xfc\x46\x32\x9f\xac\x30\xa9\x68\x1d\x20\xc4\xe1\x28\x49\x9d\x22\xa6\x44\x2b\x26\x11\x53\x22\xc6\xe0\x0b\xdc\x53\x73\x08\x2c\x5b\xce\x9a\x5f\x44\x38\x4c\x53\x2b\x14\x11\x0e\x73\xce\xa6\xa0\xcf\x84\x3a\x21\x85\x51\xe3\x44\x26\xd5\xba\x43\xf4\xc3\x9c\x9f\x1a\x70\x2e\x2c\xae\x61\x33\x66\xa5\x28\xe8\x3a\x62\xd2\x44\x8b\xca\x53\x0a\xfa\x10\xa6\x3e\x48\x53\x7d\x74\xb2\x7a\x40\x19\x7e\x41\x52\x86\x4f\x6c\xd7\x30\x97\x30\x14\x49\xf1\x70\x6f\x9d\xe9\x4c\x02\xac\xad\x4e\x65\x82\x46\xd2\x10\x45\x4e\x0c\x51\x38\x21\xe5\x24\x0a\x60\x17\xd5\x01\x30\x5d\xce\xd5\xa5\x50\x11\x9b\xa2\x30\x50\x5a\xdb\x40\xd6\x8d\x92\xba\x28\x28\x62\x91\x45\x01\xb3\x11\x4e\x7b\xa1\x06\xd7\xce\xa1\x71\xcb\x60\x6c\xd2\xa4\x65\xde\x45\x0f\x53\x19\x35\xa8\xf6\x60\x3b\x4d\x35\x7c\xa7\xfa\x00\x2e\xc9\x12\xc0\x78\xf1\x7a\x14\x49\x08\x00\xeb\x72\xd6\x34\x65\xa8\x88\x45\xc2\x19\x28\xbb\x51\xb2\xd3\xc0\x78\x59\x7d\x67\x14\x65\x1a\x28\x0f\xc9\x59\x53\xe7\xa9\x31\x86\x8a\x59\x6c\xa8\xd3\x60\xfc\xd7\x6c\xeb\xf1\xeb\x32\x9d\xc8\xa0\x89\x4d\x83\xc1\xe0\x07\x34\x93\x1c\x12\xca\x6d\xa8\xe5\x38\xe5\x86\x96\x33\x90\x6e\x23\x2e\x7d\x88\x8b\xaf\x49\x5b\x1c\x71\x6f\x73\xb8\x18\xe0\x97\xba\x87\x1f\x47\xe0\x71\xa9\x3d\x78\x06\x2d\x55\x57\x71\x86\x2a\x92\xd3\x26\x72\xba\x94\xf8\xf1\x35\xdb\x53\xfd\x42\xf5\xce\xb9\x91\xd3\x69\x2f\x50\x6e\xcc\x1b\xb5\xbb\x14\xb8\x2d\xc2\xcd\xfe\xa0\x3e\xe6\xc4\xeb\xd3\x23\xc4\x42\xc0\xd9\xcd\xa6\x51\xc4\x7b\xd3\x23\x24\x3c\xf1\xde\xf4\x24\x90\xf0\x50\x38\xd4\xab\x4c\x20\xf0\x32\x8f\x94\x87\x3a\xa7\x05\x5a\x67\x0e\x35\xd1\xea\x29\x0a\xc8\x8b\xe7\x3b\xf4\x28\x65\x51\x38\x0c\x86\x6b\x7f\xa1\xbe\x24\xea\x8d\x9c\x4e\xbb\x91\xe6\x3e\xa0\x47\x6e\x19\x22\xc7\x26\x31\x22\x20\x77\x99\x01\x5b\x0e\x35\x88\x80\xd3\x87\xc1\xc1\xf6\x87\x81\x62\xd4\x09\xf0\xec\xd0\x5c\x03\x64\x37\xc2\x5d\x0a\x0e\xb6\x9a\x0d\x9e\xa5\xa5\xfa\x50\xe0\x59\x4b\xb6\xc2\xd7\x57\x9d\xc8\x88\x64\x55\xad\x61\xbc\xe3\xfa\x1b\xc4\x33\x62\x16\xce\xe6\x1a\xa1\x0c\xb4\x21\xf9\xc5\x57\xb1\xc3\x7d\x64\x50\x84\x70\x8d\x83\x61\x9e\x34\xfc\x10\xad\x7a\xb4\xe6\x90\x30\xba\x95\x70\x41\xb4\xb8\x38\xf3\x46\x6b\x9b\x7a\x42\x68\x79\xd3\x60\x6d\x36\x48\x83\xc5\x5b\xdf\x9e\x39\xc2\xa0\x9a\x1a\x0b\x18\x54\xf3\xd0\x91\xf7\x9b\xbf\x83\xf9\x78\x38\xe7\x44\x4e\x53\xb0\x5a\xb8\x1f\x1b\xe6\xe3\xa7\x65\xb8\xad\xdf\x34\xc7\x70\x9b\x34\x73\x34\x74\xd4\x9e\xc3\x55\x80\x55\xcc\xc4\x00\x45\x35\xc9\x97\x4a\x0f\x5e\x9b\xa2\x70\xed\x3b\x4c\x15\x7c\xd7\x45\x81\xf9\x25\xaf\x11\x13\x71\x36\xf1\x06\x00\x80\xa5\x5f\xfe\x8e\x51\xe2\xd5\x9a\x4a\x93\x78\x38\x6b\xa0\xc2\x21\x6a\xa1\x18\x53\x1b\x55\x64\x51\x2f\x5e\xed\x6e\x22\xdf\xa8\xc3\x59\xe1\x0c\x6a\x4e\x03\x62\x48\x72\x1f\x60\xc1\xd9\xb4\xcf\x54\xde\xae\x69\xa6\xd8\x27\xf5\x22\xb8\xa0\x55\x4a\xc0\x0d\x59\x9d\xb3\x23\x4d\x7d\x0a\x4e\x8c\x6a\x67\x5c\xa7\x94\x9c\x88\xc8\xc9\xe1\x42\x11\x9c\x58\x83\x8f\xd0\x8a\x25\x55\x53\x6f\x14\xe3\xef\xd8\x6c\x4e\x0c\xc0\x81\x49\x1e\xcb\x43\x42\xad\xa0\x87\xf8\x90\xf0\x9f\x4a\xc5\x03\xe8\xaf\x74\xf1\x5e\xe5\x5d\x6e\x77\x11\x6f\xc2\x24\x69\x5c\x88\xa7\x18\x49\x8a\x53\xe5\xed\x6d\x4f\x37\xee\x6b\xa7\xe1\xef\x70\xc6\x97\x1a\x57\x75\x7b\xdb\xc5\x10\x4b\x25\x6d\x90\x28\xbf\xee\x71\x63\x18\x03\x29\x47\xc0\xf5\x95\x6e\xce\x60\xf8\x63\x29\xaa\x95\x2e\x97\x78\xc8\x1b\x59\x4d\xe1\x4e\x92\x86\xbf\xd1\x62\x29\x25\xb6\x11\x1f\xa5\xa1\x69\xbc\x61\x38\xb4\x84\x10\x9a\xb1\x74\x49\x86\x46\x5f\xcd\x70\x1a\xda\x36\xfd\x21\xbd\xb9\x53\x14\x19\xb3\x88\x82\x6f\xb7\x39\xe7\x0b\x65\x26\x51\xe4\x3d\xe7\x64\xb3\x9d\x93\xc3\xa6\xda\xe1\x9c\x69\x55\x6b\xbd\xd1\xe5\x32\x4c\xd1\x32\xd2\x44\xc1\x32\xa2\x61\x6b\x0c\x31\xe0\x2e\x91\xc1\xac\xb5\x23\xc4\x63\xbd\x9a\x3f\xe4\x98\xba\x46\x7a\x02\x86\xb3\xc2\xcb\x92\x4d\xc1\x73\xd4\xd5\x0d\xde\xfa\x92\xfc\x6a\x3c\x79\xf1\x45\xbe\x43\x62\x88\x3d\x6e\x54\x18\x86\xab\x64\x24\x81\xf1\xad\x81\xe3\x64\xe5\x6d\x7d\xf1\x2d\x20\x81\xb5\x66\x53\xb0\x46\x35\x0d\x24\xe3\x0c\x0c\xd7\x81\x7b\x60\x3a\x0d\x10\x12\x48\x47\xe5\xa1\x70\x0f\x2c\xfb\x3b\x3e\x8b\x23\x19\x06\x84\x60\xad\x52\xab\x89\x01\xf4\xb2\x21\x06\x90\x7e\xd2\x43\xc1\xf0\xdd\x55\x0c\x3c\xd9\xf4\x71\x1c\x0a\x7e\x7f\x09\x26\x44\x95\xac\x55\xd2\x0e\x60\xc1\x7a\x35\x53\x32\x83\xbb\x42\xf6\xc2\x89\xb8\xbf\x96\x5d\xcc\x9b\xf3\x68\x12\xdd\x90\x9a\x2d\x08\xa0\xd4\x25\x40\x00\xcf\x88\x87\x48\x78\xb9\xa4\x14\x76\x85\x17\xd0\xf2\xef\x7c\xd0\x7d\xa8\x93\x5d\x76\xf9\x66\x92\x76\xf9\x26\x4a\x3e\x39\x97\x44\x3b\xda\x93\x4a\xd0\x82\x38\x04\x58\xbf\x5a\xa5\x86\x23\x92\x64\xad\x3a\x77\xe0\x15\xed\x3a\x24\x10\x0c\x03\x94\x28\x31\x0c\xb0\xf9\x4b\xc0\x00\x8b\x13\x1b\x83\x6b\xa9\xdf\x0a\x20\x20\x56\xeb\xc4\xda\x44\x71\xc1\x41\xd2\xb5\xc2\xc1\x58\x9c\x97\x9d\x69\xce\xfb\xa2\x5a\xeb\x54\x22\xec\x86\x1b\x41\x54\xa0\xa6\xd4\x30\x40\x09\x11\xc3\x00\x35\xa9\x80\x01\xd6\x5a\x9c\x17\x5c\x5b\x9c\x46\x47\xa1\x18\xb5\xf3\xed\x4a\x89\x26\x62\x00\xaf\xea\x79\x23\x17\xbb\x33\xbc\xcd\x58\xfc\x21\x07\x5b\x8b\xbc\x93\xa9\x8b\x3f\x54\x6b\x95\x77\x13\x21\x22\x79\xd4\x15\xa4\x5b\xd2\x11\x00\xc0\x3a\x24\x74\x18\x55\xf2\xaa\xe2\x6b\xc3\x01\x25\xac\x05\x07\xec\xda\xc7\x3b\x1f\xb3\x94\xdd\x84\x68\xc0\x11\xc3\x24\x7b\xea\xbe\x11\x0e\x58\xaa\x0b\x26\xdc\xf1\xa9\x56\x80\x12\x7f\xcb\xdb\x8a\xae\x95\xf0\x12\xb1\x0b\xf1\x81\x35\xb4\x48\x89\x0f\x4c\x97\xe4\x32\xf0\x81\xed\x1a\xce\xcb\x58\x0e\xd2\x74\x19\x41\x32\x5d\x6a\xe2\x50\xbc\x6f\xed\x5a\x83\x0f\x56\x6a\xca\x11\x43\xb2\x8e\x70\xb1\x81\xb4\x2c\x8a\xcb\xc2\xdf\x01\x1b\x23\x1e\x1c\x5e\x15\x49\x24\xe2\x52\x4c\x27\xf2\x19\x46\x8d\xe7\xd0\x0b\x4d\x92\x1b\x8c\x0d\xd9\x87\x44\x0c\x80\x85\x29\x5f\x12\xf9\x43\xef\x55\x6a\xa5\x0e\x81\x38\xa4\x1a\xf1\xc9\xeb\xd4\xb3\xc9\x0f\x33\x8b\x64\xc4\x8b\x2e\x45\x06\xa8\xc1\x23\xf5\x34\x2c\x47\x21\x68\xc5\x03\x4a\x5f\x54\x97\xc0\x1a\x8a\x78\x21\x09\x09\x54\x61\x33\xff\x0e\x05\xbc\xf8\xde\xab\x78\xf2\x4e\x16\xa4\xf6\x2f\xbe\xb7\x39\x5c\x0d\xdf\xdb\x94\x94\x26\x2a\x31\x5f\x1e\x19\xc5\xfb\x95\x80\xe3\x33\xd9\xf9\xf2\x40\x1d\x16\x6e\xd6\xe7\x81\x4c\x6c\xd6\xc4\x10\xc7\xb1\xf9\xa0\x05\x98\x62\xf3\x51\x07\x71\x1c\x5b\x6f\xfe\x0e\x0d\xf2\x3e\x85\x30\x8e\xad\x37\x67\x65\x88\x74\x2d\x63\xc4\x71\x6c\xa3\xba\xd4\x37\x3d\xfa\x6e\xec\x8d\x44\x97\xc3\x60\x07\x6c\x39\x02\x39\x36\x9b\xbb\x18\xc8\xb1\x14\x2d\xea\xc9\x38\x19\x9e\x25\x3c\x86\x3d\x34\x0d\x53\x1e\x84\x2e\xea\x28\xbb\x92\x0c\x93\x4f\x23\x28\x85\x6f\x21\xa8\x04\xbe\x1e\x37\x9d\x04\x0f\xa4\xc4\xb5\xf0\x8c\xd5\x14\x2d\xb7\xfe\x8e\x96\x5b\xb5\x19\x47\x39\xb3\x07\x1f\xb0\xb6\x6a\x09\x24\x62\x3c\x65\x12\xd0\x2f\x81\x30\xf9\x26\x87\xcb\x24\xbc\xdf\x65\x02\xde\x6f\x93\x1c\x70\x89\x61\x03\xe1\x64\x50\xe8\x66\x0a\x2a\x8a\x47\x6c\xf1\x51\xb1\x87\xd4\x9e\x53\x45\x42\x0c\x6a\x73\x98\xbc\xd4\x2d\x5d\x1a\x0f\x59\x37\x2f\x7d\x00\x1a\x5b\x91\x86\x00\x40\x63\xb3\x94\x9b\x7c\xee\x2b\x8b\x18\x7c\xa8\xcc\x65\x52\x9b\x7a\x52\x61\xde\x77\xf7\xe9\xab\xd4\xf6\x38\x6d\xce\x12\x05\x4b\xae\x8a\x09\xcb\x30\x51\x78\xfe\x4c\xd2\x1b\x11\x12\x87\x9b\x86\x08\x89\x39\x57\xe7\xc4\x19\x5b\x6b\x3e\x78\x00\xd2\x86\x1b\x3c\x00\x65\xa7\x9d\x33\xf6\x43\xbc\xe8\x9a\xaa\x22\xd1\xce\x21\x02\x97\xca\x94\xc2\xbb\xe0\x4e\xc2\x05\x91\x62\xe2\x9c\x51\xb5\x79\x06\x71\x3c\x6a\x14\x6c\xf9\x49\xaa\x48\x10\x48\x51\x9c\xc6\x88\x4f\x22\x70\xe9\xf5\xa9\x0b\x97\x5e\x25\x83\x00\x63\xec\x49\xeb\x0b\x28\xc6\x9e\xa4\xfa\x00\xc5\xa8\xe7\xbf\x0e\x05\xcd\x4b\xb5\x2d\x7a\xb6\xd4\x2c\x5e\xfb\xd6\xba\x00\xc0\xb1\x27\xf1\x2d\x43\x18\x76\x9f\xc9\xf4\xfa\x73\x38\xeb\x0d\x81\xa2\x46\x2f\x0a\x4f\x55\x01\xc0\x58\xd6\xd9\x11\x61\x09\x7b\xf6\xcc\xc1\xbc\x59\x9e\x9c\xd8\x6d\x74\xe6\x05\xba\xb1\x17\xe9\xfd\x00\x34\xa6\x14\xa6\xe0\x32\x7a\x72\xc2\x1d\xae\xc3\x79\x90\xa7\x74\x94\x0b\xba\x8c\xdc\x4e\xee\x93\x4f\x5b\xe0\xda\xd2\x71\x58\x8f\x3e\xeb\xb0\x18\xe2\xb7\xdf\xa0\x66\x2f\x3e\x9c\x29\xd6\x5c\x7c\x38\x53\xc5\x30\xce\xa1\x10\x88\x87\x84\x53\x6c\x3a\x11\x3b\x85\x96\xfb\xe2\xb5\xe5\xac\x63\x2e\xf1\x90\xf9\x72\x56\x76\x38\x89\x82\xf7\x2e\xfc\x21\xbb\xef\x2a\xa0\x19\xa8\xfb\x02\x40\xba\x0a\x46\xb9\x2f\xe2\x63\xc6\x39\xcc\x92\xf4\x44\x40\x26\x8d\x06\x5f\x82\xce\x97\x73\xc2\x7d\xe7\x2e\x42\xd8\x65\xed\x02\x0c\x73\x68\x31\x45\xe0\xa4\xc5\x94\xdf\x88\x56\xb3\x19\x76\xe5\xd2\xe2\x67\x58\xc1\x1a\xda\x22\x08\x64\xec\x36\x43\x2f\x1a\x87\x64\x64\x40\x24\xc1\xde\x24\xd3\x16\xaf\x11\x37\xe7\x04\x42\xfd\x72\xa9\xb0\x55\x3c\xa5\x50\xa4\xb8\x14\x38\x87\xa4\x19\x23\xaa\x60\x6f\xda\x12\x88\x6b\x6c\xd2\x1d\xf9\xc0\xb3\x0d\x2e\x8b\xbe\x21\xed\x6c\x8b\xbe\x21\x9d\x39\xf8\x9e\xb3\x4d\x3a\x8b\x97\x8a\xb5\x25\x22\x72\x60\x6f\x92\xf5\x7c\xce\xd9\xd6\x46\xc4\x0a\xec\x4d\xa2\x02\xb1\x02\x93\x8d\x38\x4b\x61\x65\x5d\x03\x5b\xed\x52\xc8\x98\xfc\x0e\xd1\x01\x53\xf8\x18\x87\xf0\x80\xa9\x6a\x5d\x30\x3c\x60\xf3\x39\x66\x2b\xe6\x54\x17\xd5\x78\x58\x75\x5e\x46\xd9\xbc\x44\xc1\x6e\x24\xe3\xd7\xe6\x53\x87\x97\x3f\x64\x37\xaa\x28\x4e\x85\xeb\xe7\x54\x34\x51\x84\xa0\x99\x62\x44\x64\xe7\x44\x4c\x82\xec\x1a\xe0\xc6\x71\x99\x3c\xb9\xeb\xe0\xbe\xe5\x4c\x55\x27\xf8\x4a\xdc\xe5\x34\x76\x62\x9a\x44\x43\xa5\x05\x6f\x45\x92\x4d\xa2\x18\x39\x58\x8d\xe1\x2d\xbb\xcb\x69\x2f\x3e\xfd\x2a\x0a\x67\xda\xea\xde\x0b\xa2\x26\x21\x8c\x18\x7c\xdd\x46\xf8\x4d\x2f\x4f\x73\x56\xf8\xd4\xb4\xbc\x10\x83\x2f\x4d\x6d\x67\x7c\xbe\x79\x8a\x67\x11\x91\xaf\xdb\xd6\x4c\x48\xe3\x74\x17\x11\x7c\xaa\x68\x3f\x00\xa0\x31\x67\xe9\xfd\x8c\xce\x37\xc5\xc1\x9b\x21\xb7\xcd\x0b\xe0\x3d\x5b\x5e\x89\x6f\x9c\xcd\xa5\x4c\xa4\xf9\xbb\x00\xe5\xb6\x2c\x50\xae\x1d\xfd\xf3\xa8\x6d\x8e\x8c\x6b\x67\xff\x5c\xdf\xcd\x57\x47\x45\xc1\x1f\x22\x7d\x08\x4f\x45\x77\x9b\xaf\x19\xb0\x6f\x3e\x69\x30\xa7\x35\xa7\xc1\xb9\xa8\x55\xc1\xf0\x7c\x53\x6b\x8b\x6f\x4a\x67\x8d\xe7\x8b\x58\x22\x6d\xe5\x04\x3b\xce\xe8\xdf\x0b\x68\x40\x21\x7b\x48\x5e\xbd\xf8\xf8\x4b\xb8\x31\x74\xc5\xb9\xc2\x0f\x72\xaa\x0a\x78\x9f\x8a\xf6\x54\x46\xf1\x9b\x12\x02\x08\xd3\xd7\x6d\x83\x67\x20\xbe\x59\x9d\x73\x52\xcc\x2a\x2b\xaf\xb6\x6b\x15\xbe\x78\x87\x44\x23\xfa\x22\xee\xba\x98\x82\xc3\xa9\x3a\x27\x8c\xf7\x57\x38\x91\x03\xac\x96\x32\xce\x41\x38\x2f\x78\x26\xc4\xf9\x82\x3c\x8a\xd7\x10\xc1\xee\xd7\xd6\xf0\xe2\x91\x0d\xe9\x44\x40\x16\xe9\x25\x2f\x46\x41\x88\xea\x72\xe0\xd2\x13\xb7\xbd\x78\x7d\xbd\xb8\x46\xb8\xd1\x9e\x34\xb8\x24\xaa\x0b\x45\xaf\x3c\x53\xbc\xcb\xee\xf9\x06\xb8\x3b\xab\x86\x37\xdd\x92\x4a\x7b\xd3\x2d\xa9\xf9\xc6\xa3\xd3\x39\xab\xa1\x6f\x3a\x29\x8b\xbf\x83\x83\x4f\x3d\x7c\xd3\x11\xf9\xe4\x64\xab\x9d\x13\x1e\x5b\x71\x29\x80\x92\x02\x9a\x1f\x0a\xce\xbf\xea\xef\xe0\x96\xec\x4e\x43\xab\xbb\xd3\xd8\x6a\xb7\x13\x53\xa1\x55\xff\xa6\xef\x5c\x8c\x01\x98\xe4\x28\xae\x2f\x38\xf6\x6a\x0b\x9d\xe5\x9a\x33\x60\x26\x47\x29\x2e\x85\x7d\x70\x29\xe8\x83\xeb\xe3\x09\x42\x53\xff\xa6\x23\xfd\xa9\xfd\x4d\x5b\xb5\x9a\x2d\xf7\xa2\x54\x3f\x40\x21\x47\xc8\xca\x0d\x28\x64\xf6\x91\x08\x61\xf5\xf2\xf0\x58\xc0\xb3\x3d\x3c\x16\x80\x42\x0e\xa9\x8c\x80\x42\x1e\x31\xab\x2a\xc1\xa6\x21\x9e\x61\x54\x3d\x1b\x89\x80\x8c\x1c\xe1\x0f\xe9\xb1\x74\xf7\x81\xcb\xb5\xae\x0c\x64\x64\x1e\xda\x62\x11\x46\x6f\xd8\xb3\xfd\xa6\x63\x66\xf8\x3b\x36\x5b\x4d\x03\x53\x86\x98\x8b\x50\xc8\xf1\x8c\x3e\xb8\x72\x3c\x89\xe8\x45\x71\x63\x5e\xa8\x42\x63\x81\x97\x58\xc3\x63\xc1\x68\x53\xd6\x69\x10\x53\x2f\x0f\x65\x45\x50\x3d\x3d\x5d\x77\x28\x2c\x35\xb5\x06\x38\xc9\x3c\x34\xdc\x08\xaa\x97\x87\x24\x06\x40\x93\x23\xaa\xcb\x84\x6b\xb5\xf8\x3b\x0c\xbe\x46\x0d\x30\xc9\x3c\xa4\x86\xdf\x72\x44\x86\x28\xc2\xcd\x87\x13\xe1\xc5\xe8\x2e\x14\xbd\xa8\x4e\xc3\x54\x64\x37\x1b\xde\x3e\xad\x18\xa0\x2d\x47\xb8\x69\xc1\x2e\x35\x51\x98\x0a\x4d\xe8\x4d\x57\x8c\xa6\x09\xd8\xcb\x3c\x92\x4b\x41\x27\xdc\x50\xba\x2c\xb5\x89\x13\x7b\x69\x3f\x20\xb0\x97\x79\xe4\xdf\x60\xd9\x00\x30\x73\x44\x71\x63\x38\x31\xa6\xd8\x25\x17\x0a\xee\x12\xcb\x12\xa6\x39\xa4\x7a\x11\xa6\x39\x8a\x29\x72\x97\x86\x82\x2e\x1b\x69\xe1\x37\x5d\x94\x62\x0b\x20\x38\xf3\xf0\x68\x73\x89\x48\x4d\xb8\xb9\x44\x3c\x67\x5c\x22\x6e\x19\xb0\xc3\x3e\x22\x02\xce\x39\xc2\x7c\x00\xec\xf0\x70\x8f\xb8\x5e\x3c\xa0\x5a\x2f\xce\x89\x1e\x79\xd0\x10\x3f\xcb\xb0\x2e\x80\x3b\xa7\xb1\x53\x37\x8f\xce\x97\x96\xd6\x2d\xfe\x55\x97\xe8\x58\x14\xdf\x7f\xe8\x4a\xec\x4d\x54\xe2\xdd\xc7\x29\x12\xce\xd2\x6a\x0a\x5e\x38\xb1\xc5\x87\x9e\xc5\xea\x0f\x61\x72\x90\xd6\x8f\xc8\x7c\x25\x75\x7f\x37\x90\x33\x44\xc1\x27\xd7\x5c\x3d\xcf\xd5\x43\x14\xce\xd5\x9a\x17\x46\xed\xb3\xea\xfe\xa1\x5b\xbd\xb9\x06\x60\xac\xbb\xcb\x44\x97\xb2\x4b\xa1\xd9\x44\xa5\x30\x10\x83\xcc\x89\x1f\xde\x3b\x0d\x17\x43\x37\xe3\x30\x85\x0e\x4a\x04\x01\xbb\x39\x8d\xe8\x03\x76\xb3\xa4\xe1\x42\xd1\xa5\x66\x0a\x5d\xd2\xca\x02\x78\x73\xfa\x04\xf0\x61\xb4\xf6\xe9\xea\xe1\xff\x9d\xae\x0f\x5d\xaa\x2e\x05\x5e\x46\x89\x00\x3e\xc4\xdd\xc2\x63\x88\x70\xed\x86\x09\x02\xd8\x39\x8d\x6a\xfb\xd0\x1d\x2f\x3b\xec\x47\x11\x2a\xa7\x13\xc1\xce\xc3\x1f\x62\x8f\x91\xb0\x02\xce\x73\x1a\xcf\xc8\x97\xb8\xa7\x1d\xa2\x08\x0c\x18\x59\xb2\x0b\x20\xd0\x69\x90\x1b\x02\x03\x96\x24\x9b\x20\x20\xa1\xc5\x0e\xc9\x0f\x5d\x97\x3a\x62\x02\xf6\x39\x0d\xa0\xfc\x90\x67\xb5\xe1\x7d\x18\xf7\xc1\xf5\xd1\x31\xef\xa6\x6d\xf2\x9a\x73\xc2\x31\x3f\x9c\xc6\x89\x51\x7d\x88\x4f\x62\xb8\x21\x21\xa1\xdd\x46\x60\xbc\xbd\x5d\xec\x0e\xfd\xe8\x81\x98\x27\xf1\xc5\x55\xe2\x62\xa9\x43\xb1\xad\x71\xd1\x3b\xce\xf5\x15\x17\x1f\x0c\x0c\x9e\x8e\xe3\xe2\x3b\xc2\x54\x0c\x03\x28\xd1\x60\x5c\x9d\x43\x6d\x50\x21\xea\x75\xa8\xcb\xdf\xc1\x25\xc9\x95\x18\x40\x89\x06\x71\xec\x87\x3a\x6c\xdb\xfd\x1d\x9f\x19\xa0\x42\x17\xc0\x85\x86\x4e\xea\x01\x5c\x68\xe1\x95\xd0\x43\xc1\x91\xca\xdd\x29\x80\x0b\x0d\x1d\xa3\x03\x6f\x61\x87\x8c\x2d\x01\xec\x67\x30\x36\xd1\xa1\xd0\xce\xe7\x3b\xb8\x4e\xb3\x3a\x8f\xc7\x81\xbb\x7b\x84\x40\x81\xf9\xba\xbe\x95\xcf\x71\xd1\x48\x19\x1a\x35\x78\x27\x09\xcd\x3f\x14\x8c\x94\xa1\xa1\x80\x91\x92\x97\xa0\x0f\xd5\x51\xc5\x14\x05\xde\x4b\xa6\xd0\x89\xa4\xa6\x81\xdb\xba\x3b\x21\x93\xa5\x3a\x01\x68\x7c\x7f\xbe\xc3\x60\x27\xb7\x85\x83\xad\xa1\x80\xdb\x9c\x91\x98\x7a\x20\x16\x61\x30\xbe\xd2\xa1\x32\x1f\x7c\x52\xa1\x0c\x46\x18\x2a\x14\x31\x9e\x65\x1d\x0f\xa0\x3d\x23\x7b\x26\x36\x59\xc6\x85\xa2\x13\x97\xc6\xd0\x8c\xa9\x76\x23\x56\x89\x74\x88\xb8\x74\x63\xc8\x43\xc3\xd7\xbf\xf8\x9a\xdd\x21\xd9\x0f\x27\x72\x6a\xfc\xe5\xe9\x87\x4e\x21\x01\x0c\x69\x64\xf5\x18\x18\xd2\xc8\x3c\x9e\x05\x50\xa3\x21\x9b\x4d\x20\x04\x61\xe8\x38\x18\x7c\xde\x5a\x20\xca\xe0\xf3\xd6\x53\xac\x07\xb8\x67\xe8\x10\x1b\x08\x41\x58\xe5\x0d\x08\x3e\x6f\x2d\xf0\x41\xf0\x79\x6b\x9d\x8f\x22\xf1\x7e\x76\x77\x1a\x1c\xe5\xdd\xa5\x04\xca\x6c\xa2\x16\xcf\x40\x2e\x94\x53\xea\xea\xe1\x51\x0e\xa7\xb1\xa1\x55\x14\x1b\xea\x62\xe0\x27\xef\x4a\x63\x74\x54\x77\x17\x6f\x28\x0a\x49\x1d\x7c\xb3\x5a\x27\xce\x00\xa2\x33\x84\xb0\x8c\xc4\x78\xa8\x5d\x03\xb3\x18\xa6\x7e\xa8\x4f\x0c\x88\x5a\x9d\x75\xa3\x18\x57\xf8\x02\xa5\x66\xe3\x45\x45\xf9\x54\x02\x20\xce\x74\x31\xac\xec\x21\x71\x6d\xb2\x6a\xb8\xe5\x33\xf4\x98\xea\xb4\x56\xf4\x29\xdd\xdd\x62\x1b\xa0\x3a\x43\x18\xad\xe0\x7b\xd6\x42\xb4\x06\x20\x9e\x21\x38\x57\x20\x22\x62\x95\x53\x2a\xf8\xd6\x35\xef\x62\x1e\x0a\x56\x7f\xb7\x06\xd1\xf5\xe5\xfa\x0a\x44\x4b\x4c\x23\x7b\xa6\x18\x1a\x67\xba\x31\xe4\x36\xf6\x9f\xaf\x54\xcb\x12\x13\x59\xc1\xf3\xd5\xe5\x4c\xd0\x46\x33\x85\x1b\x69\x9a\xe1\xac\x07\x7d\xb9\x47\x04\x10\x9f\x67\x90\x5d\x10\xbd\xc5\xdc\xcf\x82\xd1\x14\x2f\xa1\xf5\x03\x10\xd0\x34\x64\x09\x8d\xac\x68\xfa\x43\x45\xd1\xf7\x5d\x95\xc8\x6b\x68\xe5\x21\xe1\x9c\x6f\x2a\x17\xb7\x6c\xe5\xa9\x8d\x4c\x90\x47\x53\xcf\x42\x68\x08\x7f\xc8\x08\x38\xc3\x79\xc9\x14\xd3\x24\xc6\xd6\x3d\xa5\xe7\xbb\xf9\x4b\x35\xde\xe5\x62\x8b\x2f\x6e\x2c\x5d\x28\xea\xb6\xfc\xde\x43\x5f\x2a\xd6\x80\x04\x4d\xe6\xf5\x59\xcd\x8a\x1f\xab\x1e\x1a\x4f\x46\xf4\xed\x2a\x16\x0f\xb8\xd6\xfa\x6d\x70\xe9\x93\x95\xac\xef\x0f\xd9\x11\x53\x70\x89\x37\x57\x01\x97\x78\x73\x6b\x00\x57\x91\x7c\xe2\xb3\xd5\x02\x11\x04\x9f\xad\x1e\x49\xfb\x4a\x26\xcc\xa3\xea\x43\x39\xc4\x87\x06\x0b\x0e\x71\x5e\x41\x3a\x14\x66\xa4\xfb\x43\xdc\xf1\xf9\xff\x18\x3b\x97\xab\xe7\x79\x9e\x57\xb7\xb2\x4b\xb0\x25\xeb\x34\xf9\x7b\x91\xee\x24\xfd\x97\xb0\x57\x80\x0b\xf9\x86\xcf\x3b\xe4\xb2\xad\x93\x75\xa0\x48\x10\xcc\x66\xe6\x1c\xd6\xcf\xfa\x15\x64\xd0\xc0\xca\xcb\xdf\x26\xcc\x2b\x05\x7d\x24\xb9\x23\x42\x8a\x7e\x8f\xee\x85\x28\x40\x04\xbb\x9b\x18\x19\x9f\xc9\xee\x56\xed\xc3\xbe\x7e\x0f\xc5\xe7\xcf\x86\x46\x02\xeb\x95\x52\x95\xb1\x7a\xa5\x50\x66\x74\xca\x11\x03\xcf\x8c\x74\xf4\xea\x83\xf4\x52\x8d\x37\x92\xb2\x57\x8f\x14\x83\xfb\x1d\x91\xdc\x10\x93\x06\x2c\xb7\x95\xc6\x85\xfe\x95\x82\xb4\xdd\x4e\x36\x23\x12\x54\x5f\xac\x92\x4a\xb6\x07\x76\x0a\xe7\xab\xc6\x6d\xbe\x2a\xb9\x1f\x56\x1e\xca\xe1\xbe\xf2\xa5\xe3\xb9\xd2\xf8\xc5\xea\x63\x10\xb6\xb2\x21\xfc\x24\x63\x61\x32\x7a\x4a\x57\xfd\x6b\x02\xa9\x1e\xd0\xa7\x6a\x3c\xdf\x74\x6d\xdb\x38\x9b\x6a\xec\xf9\x9e\x91\x86\xf3\x46\xe6\x5d\x9c\xdb\x0c\x92\x03\xc0\x9d\xad\xf1\x2b\xea\x30\x29\xbf\x7a\x4c\xb9\x53\xd2\x0a\xc5\xb7\xce\xbc\xab\x70\xb4\x0c\x2f\x99\x1e\x50\xc7\xaa\x33\x3d\x70\x0c\x09\x44\xda\x7e\x03\x28\x07\x67\xcd\xd0\x1f\x66\x0d\xa5\xca\xc3\x89\x4d\x76\x09\x29\xda\x30\x9a\x2d\x21\x45\xef\x82\x4f\x7f\x55\x92\x42\x70\xbc\x18\x01\x5a\x80\x45\x2c\x21\x40\x1b\x46\x9f\xe5\x54\xd8\x05\x5c\xc4\x12\x04\xb4\x61\x68\x5f\x82\x80\x7e\x1f\x46\xb4\x47\x86\xbd\xc4\x99\xb1\x0b\x48\x8d\x25\xdc\x67\xc3\x90\xb8\x8c\xfb\x2c\xe0\x85\x96\x90\x9e\x5f\xb1\x21\x9a\x5a\x16\x95\xca\xe8\xce\x02\xb0\x67\x09\xdd\xf9\x15\x1f\xc4\xb7\xc5\x54\x2b\xb2\x0f\x0e\x24\x93\x41\x96\x27\xd5\x3a\xd1\xc9\x75\xe7\xa9\xb3\x99\xb3\x8b\x3a\x21\x76\x67\x83\x31\x1d\x64\x19\xec\x3e\x8f\xc1\x1a\xa3\xe5\xd3\x61\x91\x36\x2d\x23\x0d\x68\xd2\x32\x4b\x55\x9e\x99\xa5\x0a\x55\x52\x28\xcf\x46\x00\xce\x12\xca\xb3\x81\xd9\x5f\x0f\x10\xfe\x91\x26\xc8\xe8\x13\xed\xc2\xa8\xcf\x8a\xbb\x7f\x3d\x1b\x46\x2b\x5e\xde\xf0\x0c\xd0\x5e\x61\x3e\xa2\x4e\x8a\x23\x12\xce\xbe\xaf\xd4\x0c\x4b\x88\xd8\xfd\x25\x4d\xd2\xdc\xae\xdf\xfb\xda\x3f\xf7\x72\xe5\xe3\x6e\x51\x9b\x04\x20\x6d\xd1\xe8\x04\x20\x6d\x18\xb0\xd6\x13\xfe\xe5\xf4\x45\x69\x3f\x70\x4b\x2d\x01\x4a\x31\x5c\x2c\xe3\x49\xdb\xe2\xe4\x33\x87\x64\xcb\x68\x66\xde\xd3\x58\x13\x28\xe4\x59\xb3\x1b\x3c\xe5\x98\xf0\x0e\x41\xe9\x9e\x33\x69\x58\x12\x0c\xc0\x01\xaa\x82\x64\x68\x0a\xe3\x68\x9f\x3f\xe7\x83\x59\x23\xf1\xc1\x2f\xc1\x50\xef\xc9\x94\x10\xf0\xb4\x13\x2a\xb0\x44\x0c\xd9\x09\x07\x58\xcd\xe1\xc9\xcc\xa5\x66\x04\x00\xd3\xce\x49\xc0\xeb\xef\x99\x79\x10\x56\x1e\xca\x46\xf6\x20\x29\x06\x19\xe4\xc9\x52\xde\xef\x91\xc3\x49\xf8\xd1\x32\x38\x48\x9b\x91\xfc\xa8\x16\xcd\x36\x32\xc6\x5e\xf4\x8e\x25\x33\xb0\xd9\x46\x86\x4a\xd2\x6c\x23\x63\x3e\x0a\x4c\x7a\xc3\x93\xf4\x15\x65\x3a\xe8\x79\xf5\xa5\x57\xe9\xaf\x2e\x6f\x80\x70\x57\x23\x26\x94\xb3\x51\x10\xd1\xd9\xd2\x61\x5b\x00\x52\xe8\x96\x8d\x63\xe6\x4d\xdb\x38\x68\x9b\x0d\x00\x0c\xbe\x30\xa0\xb3\x65\xa0\xc8\x43\xc8\xbf\x6f\xbe\x85\x95\x7c\xf8\x72\xfd\x34\xc7\x17\x2f\xe6\x97\x80\x9e\x0f\xc0\xa4\x65\xa0\x27\x11\x17\x4b\x40\xcf\x67\xb2\xc3\x19\xe8\xf9\xa4\xa5\x24\x97\x9a\xf9\xd0\x50\x4a\x26\x98\xb0\x9d\x5f\x31\x2f\x5b\xa1\xcc\x80\x10\x93\x9c\xdf\x0a\xe4\x8d\x53\xbe\xdb\x43\xdf\xd9\xdb\x8d\xef\xbc\x3b\xbb\x79\xf7\x4e\x0a\x44\x72\x99\xd6\xb1\xe7\x48\xee\xe6\x25\x5a\xa8\x08\xc2\x7b\x62\xa8\x5d\xdd\xb9\x08\x7b\x4b\xb9\xcb\xc1\x7f\x29\xc8\xf4\x94\x77\xaa\xf1\xdf\xa5\x58\x5b\xb0\x50\x0a\xba\xc3\x44\xd8\x5b\x04\xe8\x5c\x39\xed\x9c\x1a\xbc\x44\x9d\x10\x82\xb3\xfd\xea\xd0\xb6\x59\x71\x61\xac\xee\x8c\xb0\x03\x41\x9e\x0f\x76\xb7\x6e\x7b\x6c\x8b\x24\x03\x65\x4b\x63\x64\xa5\xe0\xdc\x16\x67\xe3\xc2\x1f\xb8\xba\x73\x50\x70\x42\x19\xaa\x79\xdf\xe8\x56\x82\x6a\x8e\xdf\x77\x8a\xd8\x8e\x30\x9c\x55\x17\xc9\x8e\xf0\x14\x22\x87\x23\xb7\x7d\x53\x35\x02\x99\x5f\xdd\x96\xd3\x96\x67\xb2\x01\x72\x8b\x12\x2e\xb3\x62\x8f\x5c\x82\x65\xd6\x68\x0c\x86\x56\xf6\xc9\x26\x63\xa6\xc5\xbb\x73\x00\x76\x0e\xec\x3c\x9c\xde\x1c\xa9\x44\x7e\xad\x5f\x39\x72\xcb\xe7\x2f\xd9\x2d\x5f\xfe\x99\x96\xfc\xfb\xaa\x33\x82\xa5\x71\xb6\xf4\x65\xc6\x89\xa7\x8f\xc0\xa6\x35\x4c\xd9\xcc\x55\x4d\x88\xcb\x51\xa9\x71\x38\xde\xae\xe7\x4d\xed\x64\x14\x3a\x30\xf6\x2f\xa4\xb7\x46\x2a\x92\x36\x32\x56\xeb\x70\xdc\x05\x57\x1d\x73\x33\xf6\xc9\x44\x14\x37\xe3\x6c\x5c\x42\x04\x9a\x5c\x44\x49\x2e\x27\xd4\x6e\x85\xdf\x3d\xcc\x45\x84\xee\x32\xcc\xc0\x86\xc6\x61\x00\xe5\xdd\x6b\x44\xb6\xf5\x54\x62\x2d\xe2\x89\x88\x16\x41\x6b\x0d\xaf\x1c\xe9\x98\x54\x4e\x36\x25\xa7\xd1\xbe\xd8\x4c\x0c\xb5\x04\x36\xbf\x9c\x54\x9b\x1c\xdb\x5f\x51\x41\x7f\x29\xa4\x7f\xa7\x1f\x15\x10\x87\x81\x60\x0e\x59\x04\xc1\xa6\x50\x76\x94\x0a\xbb\xdf\x28\x46\x82\x49\xf6\xca\x1d\x03\x94\x64\x46\x0d\xa8\x52\xde\xac\x92\x28\x13\xa8\x12\x23\x21\xaf\x7c\x65\x8f\x13\x0e\xf2\xc6\xa4\xbf\x06\xd3\x8b\x56\x2a\x8b\x41\xcb\x44\xf0\x51\x98\xc1\x76\x02\xeb\x85\xf6\x2c\xe0\xe3\x8d\xed\x74\x91\xb3\x9a\xd9\xa5\x94\xd5\xbd\x71\x9e\x9b\x05\x32\x6b\x66\x2a\x76\xb8\x8d\x7c\x27\x94\x47\xcd\x9b\x5a\xa3\xac\x0a\xc1\x25\x7b\xa6\x85\xf1\x92\xad\xa7\x76\x75\xa2\xa6\x4c\x75\x62\xa4\x76\xaf\x91\x85\xe4\x4e\x14\x24\xe7\xf1\x8b\xa4\xbc\xe3\xe8\x08\xd3\x21\xf3\x68\xb7\xd3\x28\x0f\x34\x33\x41\x2d\x7b\xe6\xaf\x32\x62\xdf\x98\xb4\xd7\xcc\x14\x45\x6a\xa6\x37\x45\x9a\x9e\x1f\x79\x28\xc7\x3f\x2a\x92\x18\x21\xfb\xfa\x7d\x68\x78\xe1\xca\x97\xd2\x35\x52\xa3\x03\x32\xd2\xfb\x6d\xcd\x83\xfa\x85\xa6\xc3\x23\xb5\xa6\xb3\xa8\x5c\xe8\x0c\xce\x6c\x3d\xf3\x2b\x1c\x0a\xcf\xb6\x37\x85\xa7\xc3\x63\xb3\x9c\xe6\x7a\xf6\x7c\x37\x9d\x4f\x10\x49\x18\x8c\x92\x67\xde\x59\x52\xe1\x77\xfe\xae\xfc\x42\xa3\x4a\xf2\xb3\x8f\x61\x91\x9c\x2a\xd3\xb0\x92\x1e\x49\xed\xbe\x23\x49\x7f\x62\x7f\x16\x80\xb3\xaf\x8c\xb0\x26\x30\x1e\xce\x35\x0d\x2b\xc9\x90\x1a\x3a\x92\xbf\x6d\xe8\x08\x93\xdb\x29\xae\x0b\x13\x78\xd9\x7d\xcf\x88\x8a\x74\xb2\x14\x06\x46\xa4\x93\x37\x49\xde\xbf\xa2\x36\x3d\x26\xa9\x93\x5a\xd7\x9e\x42\x1d\x24\x48\x2f\x9c\xd5\xba\x30\x50\xcb\xba\xdd\xbf\x59\xf3\xbe\xaf\x1e\x57\x99\x4a\xe4\xec\x67\x9e\x0a\xd1\x79\xaf\x8b\x0b\xfc\xb2\x7f\x3f\x55\xda\xa3\x9f\x8e\x98\x99\x86\xc9\x2f\xfa\xca\xef\x2a\x6d\x88\x8a\x06\xc1\x8d\xb1\x96\x83\x38\x39\x65\x9d\xca\x7a\xf4\x7c\x29\x87\x21\xfa\xa4\x53\x59\x2f\x4e\xe7\x65\xd5\x8f\xdd\x51\x40\xcf\x32\x7a\xaa\xf8\xa8\x35\x48\x44\xaa\xa1\x15\x0b\xf7\x39\x16\xfa\x88\x70\x9f\x23\x16\x67\xa7\xb2\x7e\xa2\xc8\x08\xf9\x59\x88\x5b\x59\x4e\x65\x8d\x07\x6d\x39\x95\x35\xe1\x48\x6b\x99\xc6\x06\x62\x88\xb5\xec\x13\xed\xa9\x51\x4a\xe3\xc8\x33\x2b\x8d\x5c\x75\xc4\x73\x39\xb3\x31\x09\x24\x5a\x71\x0d\xad\xc5\x61\xce\x87\x8e\xee\x4c\xdb\xec\xf8\xcc\x7c\xf0\x05\x85\x8d\xc2\x20\xd1\x0e\x0d\xc7\x5a\xf6\x22\xad\xbc\x2a\x65\x97\x3d\x93\x9c\xd7\xe8\x84\x62\xc1\x5c\xc4\x7d\xaf\xe5\x60\xe6\xcc\x55\x07\x74\xae\x94\x29\x1f\x65\x7e\xb1\x03\x3a\x33\x19\x20\xc2\x4c\x87\xcd\x84\x89\x9e\x29\x24\xe8\xcc\xe6\xb7\x1d\x0c\xc7\xd6\x04\xbc\x13\x4c\xc1\x12\xbc\x73\x41\x40\xb0\x04\xe1\xac\xd1\x4f\xb7\x5d\x4f\xec\xf5\xdb\xae\xa7\x9a\x42\xe5\x7a\x62\xfd\x6d\xbb\x9e\xd8\xc1\x37\xa4\x6e\x1c\x7b\x4e\x6a\x5d\x52\xa8\x55\x4c\x0c\x42\x06\x7b\x8e\x45\x8f\x85\xef\x5c\x25\x4d\xb5\xbb\x89\x2d\x46\xf8\xce\xda\xd9\xb5\x85\xef\xac\xfd\xf7\x6c\x4a\x4a\xa1\xf2\x7f\xfc\xde\xdc\xce\x4e\x9e\x2a\x64\x3c\xff\x49\x32\x3a\xe3\x63\xd9\xd6\x38\x71\x6a\x28\x17\xf5\x8a\xda\xbc\x9d\x9f\x88\xf1\x36\x66\xf4\x77\xd6\x6d\xa7\x36\x63\x6a\x6c\x28\x58\xd9\xfe\x36\xe1\x40\x2b\x95\xc8\xf6\xd9\xf3\xee\xcb\x21\x77\x29\x48\xe6\xce\x9e\x5a\x6c\xb6\x65\x56\x6d\x8c\xf9\xa8\xe7\xdb\x04\x5f\x3d\x92\x83\x97\xd0\x4a\xb7\xa7\x67\xce\x74\x61\x45\x9f\xd8\x9c\x8d\x15\xbd\xa0\x66\x59\x02\x8b\xde\x2d\x5e\x8a\x4d\x36\xdd\x9f\xf8\xed\xdb\xcc\x10\xc9\xd8\x3f\x51\xca\xb7\xc3\x7f\xee\x9f\x78\x2c\xa6\x49\x2f\x8b\xa9\xe6\x6d\x31\x25\xe9\x14\x1e\x0c\xe1\xf1\xdd\xe8\x46\x79\x11\x48\xf4\x89\xaa\x28\x54\xe8\x13\xa5\x5a\xa8\xd0\x67\xf2\x9b\x8c\x0a\xbd\xef\x2b\xa2\x1b\x38\x91\x74\x1f\xbb\x7f\xe5\xbc\x3c\x2a\x79\xea\x89\xda\xc7\xbf\xf7\x6d\xe7\x91\xbe\x6f\xd4\x29\xe3\x3f\xef\x4c\x47\x91\x65\xb6\x38\x1d\x0e\x70\x63\xae\x8c\x02\x80\xb6\x98\x93\x05\xf2\x6c\xb8\xc9\x97\x28\x30\x1b\x80\xdb\x75\x50\x4f\x71\x02\x1d\xeb\xa3\xe9\xcb\x76\xc6\x3a\x06\x61\x3b\x5d\x22\xe7\x88\x99\x2b\x7f\xbb\xba\x98\x2b\x5b\xec\x09\xc2\x8a\x7e\x6f\x67\x79\xf8\x27\xfb\x0d\x4d\x37\x67\x21\x8f\x4c\x4d\x73\x5d\x79\xa6\x3b\x5f\x46\xda\xa0\x62\x96\x0e\xc0\xce\x91\x67\x02\x17\xb2\x3c\x04\xec\x2c\x04\x40\x2d\x81\x37\x0b\xbe\xff\x25\x48\x66\x25\x02\x66\x99\x8c\x32\x65\x1a\x92\x49\xbe\xb2\xaf\x28\x5f\x34\x43\x25\x72\xca\x15\x53\x8b\xc8\x29\x57\xcc\x30\x7f\xc6\xda\x15\x04\x7b\x00\x11\x04\x0c\x1e\x29\x43\x78\x5b\xce\x45\x73\x53\x76\x80\x85\xcb\xdc\x94\xed\x57\x9d\xb3\x95\xa5\x69\x8b\xfb\x37\x9f\xca\xb8\x52\x52\xac\x60\x72\xb1\x51\x38\xe1\xf1\x8c\x12\xf7\xe7\x1b\x6f\xcf\xab\xdf\xad\x32\xce\xd9\x3f\x52\xa2\x71\x36\x8a\x94\xb2\xc6\xa5\xae\xfc\xc6\x0b\x46\x92\xa5\xf4\xc6\x2b\x46\xd9\x3f\x65\xe0\xc8\xdd\x95\x5c\xc7\x37\x3f\xca\x6c\x96\x4f\x49\x37\xb7\x6d\xb2\x91\x86\xa6\x11\xcd\x31\x35\x2f\xad\x71\xee\xfb\x14\xa2\x3c\x2a\x0c\x8d\xf3\xe0\x33\xa4\xc2\x56\xb0\x29\x09\xe3\xd9\xef\xbc\x27\x8f\x22\xcb\x40\x10\xcf\x5c\x1c\xfe\xbc\xc9\xac\xf4\x46\x40\xe0\x3b\x6d\x3a\x0e\x3d\xa1\x4d\xd2\xe6\xee\xb4\x43\x57\x95\xfb\x57\xb7\x62\x4f\x9e\x54\xfe\xd2\x28\x20\xf8\x46\x95\x0a\x74\xa3\xc2\x0f\xea\x3c\xc7\xfd\x61\x80\x94\xe7\xb8\x57\xf6\x13\xa7\x39\x0e\x58\x41\x20\xce\x5e\x59\x74\x02\x71\xf6\x7a\xa7\x18\x59\x10\x51\x17\x05\xdb\xec\x30\xcd\x2c\xc1\x36\x7b\xfd\xd5\xf0\x92\xe4\xce\xbf\x6c\x81\x66\xad\x0a\x7e\xd9\x2b\x7b\xd2\xcb\x16\x67\xb4\xfa\x97\x0d\xce\x25\xdf\x2d\xb5\x65\x21\x6d\x7d\xd7\x90\x64\x2e\x47\x1f\x16\xfc\xb2\x43\x16\xb4\x5e\xde\x47\xee\x7c\xa7\x5b\x6e\xfa\x20\x55\x2d\x58\x05\x71\x5b\xde\x2d\x36\x78\xb3\x5b\x92\x2a\xeb\x2b\x5a\xe5\xca\x28\x6e\x1f\xa5\x34\xdc\x06\x93\x18\x26\x5f\x66\xc3\x9a\x79\xa8\xb5\xf4\x44\x7a\x3b\xab\x14\x8d\x75\x54\x43\x2a\x39\x4e\x5c\xc6\xc0\xe9\xe0\x02\xfa\xb5\xcc\x4c\xd9\xe6\x7f\xb0\x51\xbf\x1c\x00\xc1\x1a\x34\x89\x65\x9b\xa9\xc2\xfc\x13\x79\xa6\x2d\x61\xa5\x42\xdd\x22\xd9\x0d\xcd\x5a\x19\x13\x26\xac\x95\x2b\xdf\x69\xb1\xb6\xbc\xa9\xf3\x0b\xc5\xd9\x09\x8f\x21\xe6\x58\x4e\x78\xbc\x60\x83\x58\x6f\x5f\x8c\xd1\x31\x9d\xf1\xb8\xcd\xbc\xea\x8b\xf1\x42\x72\xb3\x3b\x92\x9b\x9d\x37\x15\x47\x80\x16\x6f\x38\x26\xa0\xad\xf5\x36\x5f\x1c\x7b\xde\xdb\x97\xdf\x99\x32\x15\xb7\x31\xf3\xa6\xb3\x3a\x31\x53\x9c\x1e\x19\x40\xd9\x7a\xfb\xf6\xbb\xf2\x4c\xb7\x5f\x2c\x9d\x6f\xdf\x7e\xd9\x37\x04\xce\xec\x30\x1e\xac\xb7\x6f\xbf\x4f\xde\x74\xb3\xa9\x5e\x5c\x5c\x6d\xa6\x06\xdd\xe7\xd9\x14\x9c\x2a\x39\x16\x17\x27\x47\x06\xb2\xb6\x9c\x1c\x19\x7c\xe0\x7a\x3b\x97\x20\x3b\xcb\x9b\x7c\xa2\x6c\x18\xe6\xc2\x9c\xb9\x36\xbd\x0d\x13\xce\xfe\xfb\xf6\x4d\x95\x5b\xc4\xdb\x37\xd5\x8c\xb7\x59\xae\x52\xac\x4f\xbf\x9c\x8c\x6f\xdf\x54\x5b\x5e\xd5\x4d\x35\xbd\x72\x00\x44\x7a\xe5\x9b\x6a\x7e\x94\xb6\x3a\xc2\x20\x97\x08\x2e\xfb\xca\xd8\xc8\xe6\x07\xa3\xda\x7a\xfb\x16\x9b\xd1\xf7\x2d\x96\xc3\xef\xed\x00\x88\x74\xd1\xe1\x36\xf1\xfc\x7d\x1c\xd7\xc0\xdf\xff\xd8\x25\xc1\x2e\x2e\x60\x65\xcf\x1d\xee\x63\x07\xc5\xc8\x77\x6e\x76\xde\x74\xb3\x23\xe9\x82\xdd\x53\xa6\x22\x35\x50\xc5\x05\x97\xec\x8b\x1b\xc5\xc7\x81\x0c\x3d\xdf\xc9\x9e\xc1\x8f\x12\x5c\xb2\xe7\x28\xfc\x78\xb6\x31\x13\x3f\x0b\x7e\x09\x24\x99\x05\x18\xec\x0f\xc4\xf7\x79\x66\xe2\x28\x6a\x58\xb6\x66\xd0\x16\x6d\x98\x2d\x97\x34\x73\x5d\x92\xdb\xf0\x2b\xaa\xdd\x6c\x3c\x1f\x18\xf3\x53\xce\xf6\xc1\x8c\xa4\x3e\xf5\x48\xea\x13\xa7\x87\x89\x30\x83\xfe\x31\x5e\x32\xc8\x18\xc1\x25\xfb\x4a\x7d\x36\x0c\x32\xa1\xcd\x7c\x99\x9b\xb6\x99\x2f\x41\x37\xaf\x8f\xad\x30\xac\xfb\x8f\xad\x30\x3d\xcf\x34\x49\x5a\x9e\x59\x81\xe0\x4f\xd8\x4c\x3d\x22\xa9\xd5\x4f\xea\x23\x1d\x27\x92\xfe\x04\x77\x69\x73\x64\xe6\x66\xef\x4c\xc9\x71\xda\x7d\x1c\xf7\xc3\x62\x36\x63\x26\x94\x2c\xeb\xe3\x69\x5f\x23\x55\x7b\x0f\x90\x44\x76\x96\xf1\x24\x03\xe1\x7f\xc0\xee\x7d\x6c\xbd\x69\x29\xc6\xdd\x65\x40\x1d\x14\x84\x2e\xf0\x71\x78\x1a\xd8\xf9\x65\xe6\xcd\xc5\x5a\x16\xac\xb2\xaf\x9e\x0f\xdf\x76\x74\xe4\x4b\x2f\x6d\x7d\xb8\x2f\x43\x33\x88\x3e\xd9\x4e\xdc\x4c\x82\xca\xaf\x48\xe8\xfc\x44\x74\x88\x5a\xc9\xb7\xc2\x87\xe0\x2d\xdb\x97\x71\x41\xd8\x82\xb7\xe0\x93\xdf\x16\xf2\xad\xe9\xe0\x3c\xc7\xb7\xf0\x93\x85\x50\xd2\x7d\x39\xee\x62\x45\x92\x19\x7d\xe4\x3b\xa9\x90\xbf\xef\xa6\xbe\xa3\x79\x8e\xad\x18\x91\xcc\xac\xbc\xf2\xa1\xc2\x5a\x66\x0a\x55\xb0\xce\xcc\xb3\xb7\xb7\xf7\x07\x51\x56\x9a\xc1\xab\x4a\x36\x58\x7d\x48\x6d\x01\x28\x8b\x39\x4d\xbf\x12\x27\x3f\xe5\xd8\xa4\xed\xe5\xb8\x85\xa0\x1c\x75\xd1\x1c\xeb\x8c\x8b\xb1\x32\x15\xe1\x4c\xa1\x0a\xc7\x49\x4b\x85\x46\xaf\x33\x6f\xba\xa5\x15\x49\x0c\x7b\x2b\x92\x1a\x3a\x69\xb6\x38\xe5\x6a\x9a\xe6\xc0\xa1\xd4\xa0\x08\x8d\x3a\x69\x0b\x6a\xe5\x4d\x85\xa6\x22\x5c\xf9\x53\xbe\x95\x64\xa4\x9c\x44\xfe\x57\x87\x86\x78\xe5\x4d\xb5\x74\x44\x92\x55\x2e\xbd\x77\xe0\x50\xfa\x6b\x28\xaf\x73\x6b\xf7\x2d\x58\x64\x21\xac\x78\x0b\x16\x59\xb0\xdc\xef\xdb\xa6\xc7\x99\x67\x32\x3d\x32\xfa\xa2\xd6\x1c\xf0\x94\xec\xdb\x96\x47\x5f\x2e\xf6\xed\xa8\xa2\x99\x52\x6c\x1e\xaf\x79\xe8\x3e\xa5\x7a\x85\xe4\x8c\xbc\xba\x7d\x10\x56\x44\x77\x2a\x75\xb8\x53\x17\x92\x7e\x86\xf7\xad\x7d\x9b\xee\xf0\xd7\x52\xcf\x1a\x5a\xea\xb8\xa2\xbc\x69\x7e\x6c\xa6\x82\x60\x99\x05\x7e\xdb\x7d\x9b\x0a\x31\x7d\xb2\x52\x80\x69\x63\xdf\x26\x23\x20\xc6\x6a\xdf\x0e\xc2\x25\x84\x70\xdf\x8e\x6e\xc4\x93\xbd\x6f\x87\x31\xa4\x05\x0e\x4e\xe8\x7c\x69\xc2\xc1\x0c\x80\x23\xce\x58\x53\x42\x34\x0e\xf6\xca\x7d\x3b\x98\x87\xd9\x2f\x44\x63\x01\x74\xb1\x6f\x33\x0c\x0e\xaa\x77\x30\x0f\x6b\x51\x88\xc6\xc1\x6e\xbc\x6f\xc7\x94\x65\xdc\x1c\xbd\x93\x31\x75\xf4\x43\xc6\x46\x9c\x82\x2b\xff\x4d\x91\x88\xb0\x30\x6d\x13\x5f\x12\xef\xbe\x45\x7c\x59\x30\x26\x6f\x81\x1d\x0b\x1c\x25\xbb\x38\x94\xe7\xf7\x26\xba\x4d\x8a\x91\xc3\x7f\x46\x52\x97\x18\x7e\xf3\x60\xb2\xa9\xef\x02\x01\xfa\x95\x87\xea\xd3\xfc\xb7\xa9\x63\x9b\x25\x93\x0b\xde\x16\x64\x32\x90\xff\x2d\xc4\x64\xbc\xd0\xbb\x98\x64\x70\xf0\xa6\x43\x7b\x1a\x9d\x72\x68\x0f\x13\xc5\x9c\x99\x8b\xc1\x17\x3e\xb2\x0c\x66\xad\x19\x34\x47\x6a\xd0\x26\xb9\xd2\x43\x83\x18\xf8\xbd\x46\x47\xb6\xeb\x8e\xe8\xa6\xa5\x7a\x35\x8d\xe9\x56\x6c\xbb\x66\x2e\x9a\x25\x13\x26\x9a\x2d\xfc\x63\xa0\xfa\xbb\x38\x60\x87\x7f\x5f\x1c\xb0\xc3\x0c\x12\x18\x72\x70\xfa\xec\xe2\x80\x9d\x5f\x29\xce\xfb\x79\xd3\x0b\x47\xec\x8c\xbc\x2a\xeb\xf4\x8c\xa4\xc1\xcf\xef\x56\x02\x1c\xc8\x3d\x76\xf1\x54\xef\xf4\x77\xbb\x13\xa9\xc2\x9d\x48\x0d\x9a\x5e\x9d\xee\x6e\x4f\x2f\xba\xab\xb4\xc1\x23\x65\x3a\xc2\x8d\x49\x5a\x58\x22\x94\xe2\x40\xde\x74\xe2\xbb\x60\x26\x7a\xfc\x86\x92\x33\xff\xd3\x7b\xab\xf3\xee\x7d\x45\xdd\x3f\xb0\xb2\x6e\xa3\x24\xc7\xe5\xcb\xf0\xae\x44\x80\xd3\x3a\xa3\x1d\x3b\x7e\xe8\x5d\x1d\x90\xc6\x9a\xad\xce\x58\xf9\x50\xb0\x88\x32\x27\x5c\x6a\x5b\xe0\xc7\x09\xe4\x6e\x8b\x28\x73\x12\x2c\xb0\x05\x85\xac\xdc\xa3\x77\x35\x7e\x0c\x94\xe2\x16\x14\xb2\x72\x91\xde\x30\x65\xb2\xdb\x0a\x18\x59\xb9\x10\x6f\x33\x65\x02\x73\xdf\x42\x42\xce\x9e\xc6\x88\x2c\xa3\xe7\x4d\x81\xd0\x89\x6a\xd8\xd5\x31\x3c\x23\xcf\x34\x74\x85\xda\x45\x15\x08\x89\xc1\xae\xa6\x0a\xe4\xf7\x0b\x22\x59\x81\x1a\x6d\x21\x24\x2b\x30\xa4\x2d\x48\x64\xe5\xc2\xbf\xab\xa1\x37\x19\x27\x9b\x83\x6e\xc6\x50\x3c\x99\x25\xed\x34\xea\x9c\x73\x47\x08\xc8\x8a\x31\x60\x57\xe3\x70\x56\xbe\xd3\xf0\xfe\x9e\xa9\x2d\xe9\xbb\x90\x37\x50\xf3\x6d\xc1\x1d\x27\x11\x24\xbb\xda\xa5\xc2\x42\x14\xd8\x71\x72\xa7\xdc\xd5\x1e\x95\x99\x52\xde\x2a\x33\xdf\x7d\x54\x26\x92\xc3\x1f\xd8\x14\xaa\x3d\x2a\x2c\x75\x41\x1d\x2b\x28\xdc\x5d\x1d\x96\xc3\x5e\x5a\x3d\x31\xf3\x37\x8f\x46\x97\x33\xb7\x3a\x2c\x67\x45\x12\x96\x68\xe6\x4d\xf7\x28\x35\x68\xc2\x64\xfa\xc8\xbd\x42\xd4\xc4\x36\x5f\x26\xf0\x96\x6d\xbe\xcc\x9e\x7f\xa4\x24\xc2\x50\x4b\x6e\xe1\x21\x6f\x92\x4d\x7d\x45\xab\x92\xd6\xb3\xf7\xe3\xb4\x76\x10\x31\x6e\xe3\x23\x87\xd3\x1f\x7e\x45\xfd\x0b\x76\x73\x91\x64\x56\x00\x69\xfb\xf1\xc4\x2f\x79\xa6\x7e\xfc\x87\x48\xf2\xfd\x38\xce\x0d\x2d\xcb\xb0\xca\x79\x5d\x11\xb7\x46\xee\x46\x3a\x92\x52\x87\x3d\x61\x79\x53\xab\xe2\x57\xbf\xfe\x62\x49\xbb\x15\x5c\xc5\x1e\x09\x81\x26\x47\xc2\xe3\x35\x82\xae\x6a\x3a\x4d\xcc\x67\x1b\x3a\x4d\x0e\x08\xd3\x69\xc2\xe7\xb8\x85\xb5\x9c\xc4\xb0\x6c\x61\x2b\x67\xb6\x4f\xe7\xda\x6e\xd9\xe9\x1f\x2e\x6e\xbf\xa7\xdb\x8c\xad\x29\x48\xfe\x3d\x3c\xa3\x5b\x40\xc7\x09\xb8\x76\x3f\xcc\x5b\xbe\xb4\x31\x00\xc4\xda\x36\xa5\x65\x94\xde\xc7\xd8\x9d\x87\x4e\x8a\x19\xb0\xb0\x83\x0b\x81\xb8\x08\x17\xdf\x02\x20\x2e\x82\xb2\xf7\xe3\xd0\x1c\x74\x97\xc7\xe9\x54\x31\x85\xef\xc7\xb1\x39\x6c\xa2\x8f\xdd\x7d\x0f\x63\xec\xd0\x9c\x4c\x15\x51\x61\x96\xdf\x77\x72\xa9\xcd\x48\x2f\x55\x91\x37\xdf\xce\xad\x92\x62\xd4\x0b\x46\xc3\xc4\x98\x85\xd9\x69\x62\x4c\x3c\xd3\x5b\xc4\x98\x0b\x78\xf3\x6e\x66\x77\x87\xe1\x6a\x8b\x26\x73\x01\x00\xda\xa6\xc9\x84\x39\x61\x37\xf2\xe0\x8d\x88\x8a\x8c\xfa\x95\xe3\x86\x17\x24\x35\x9c\xb6\x35\x07\x9e\xd9\x34\xb1\xcd\x85\x59\x52\x8a\x32\x93\x15\xce\xa5\x66\x7c\x19\x7f\xbc\x39\xf0\x8c\x65\xd3\x1c\x78\x96\x1e\xa2\x4a\x72\x1f\x6b\x56\x11\xd2\x6e\xa5\x26\x23\x9a\x7d\x37\x47\xa5\x71\x62\x37\xbb\x02\x7f\xdf\xb9\x13\x34\x4d\xf1\x92\xf8\x53\xb6\x40\x8f\x0b\xd0\xc0\x16\xe8\xb1\x82\x11\xde\x06\x3d\x02\xaf\xdb\xcd\x11\x6b\xa8\xe3\xe2\xcc\xac\xfd\x61\xf0\x37\x5b\x03\x7d\xda\x1e\x7d\xfa\xb4\xdd\x43\x7a\x8f\xd1\x8a\x75\x6a\x3e\xcd\xd2\xf2\xa1\xdc\xb2\x35\xd2\xf0\xc9\x4b\x53\x45\x99\xd9\xd3\x61\xa1\x8a\x60\xf6\xd9\x26\xd0\x84\x20\x60\x0b\x3c\x59\x7b\xba\xaf\x28\xa2\x92\x4e\x39\x82\xed\xc9\x33\x2f\xfe\x3c\x53\x17\xd1\x49\x9a\x23\x2b\xb9\x9c\x98\x4d\xb3\xa4\xc3\xc7\x4c\x2f\x19\x45\xbc\xe2\x2d\xef\x7a\x82\x45\x6a\xaa\x91\x3a\x04\xdb\x05\x61\xb6\x9b\x39\x62\x33\x52\x5e\x34\x28\x0f\x42\x60\x56\x28\xdc\xb6\xc9\x35\x4b\x7e\x86\x97\x10\xdb\xab\x01\x96\x1d\x68\xde\x16\x63\x66\xed\xac\x36\x31\x66\xae\x5c\x62\x0d\xaf\x9c\x17\x07\x61\x77\x44\x26\x2b\xba\x1b\x67\x84\x43\x69\x3b\xfb\x35\x60\x93\x2d\x46\xcc\xb5\xca\x7f\xd0\xa4\xbb\xe3\xdb\xf8\x53\x42\x57\xae\xdc\x4d\xc5\x8f\xb9\x30\xbe\xed\xee\xf9\x5e\xf3\xa6\x98\x47\xd3\x2b\xd1\xc2\x02\x1f\xda\xc2\x56\x2e\xcc\x6d\xbb\x83\x34\x62\x29\x76\x07\xbf\x71\xa6\x89\x29\x73\x61\x0b\xdb\xdd\xa9\x4a\x67\xaa\xff\x93\xcb\x3a\xc5\xa8\x4f\x4f\xbe\x73\x96\x5a\x36\x5f\x80\x98\xa8\x44\xdd\x6e\x71\xfe\xa2\x81\x98\x0f\xec\x5c\xbb\x3b\x35\x29\x17\x67\xc1\x32\x17\x06\xcd\xdd\x1d\x19\xd7\x52\xa8\x20\x7d\x9c\xf6\x82\x69\xae\xf5\x2b\xc5\xee\xf4\x54\xa8\x3e\x55\x7a\xb1\xdd\xa7\x7c\xe7\x3e\xe5\x3b\x85\xc9\x71\xbe\x74\x87\xc9\xad\xd4\xf7\xd6\x9b\x91\xe4\xf7\xcf\xff\x95\x8e\x02\x22\x6a\x77\xbb\xb7\xd0\x4a\x9c\x58\xbb\x57\x36\x86\x6e\x18\xf1\x93\x57\x15\x1c\x85\x52\xd4\xed\xef\x62\x66\x0a\xfa\xb9\xc0\x2b\xed\x6e\xbe\xd8\x99\x42\xdd\x25\x9a\xed\x20\xb9\x99\x37\xdd\x89\xd4\xa7\xa9\x57\x19\x6d\xa5\x8f\x07\xcd\xb9\xbb\x23\xe6\x6c\xf6\xdd\xe6\xd3\xec\x39\x87\x05\xee\x7c\x88\xc3\xd9\x02\x77\x2e\x0c\x6e\x5b\x74\x9a\x0f\x31\x25\x7b\xd8\xaf\x6a\x7b\xdf\x16\xd4\x73\x61\xc1\xdc\xc3\xae\x54\xb4\x30\xf1\x65\x2e\x0c\x75\x7b\x98\x1e\x79\xe6\x3b\xcd\xa7\x95\xef\x3c\xf6\xa9\xdd\x2b\x26\xb5\xab\xd9\xec\xc2\x82\x88\x3e\x04\x37\x6d\x43\x44\x1f\xd2\x5c\xec\xe1\x6c\x95\xa8\x99\x02\x85\x2e\x4c\xb4\xdb\xe9\xbb\x5b\xfe\xa1\x59\x36\xe7\x85\xaa\x37\xbc\x10\x58\xfa\x83\x6d\x99\xad\xd7\x60\xce\x0b\x7e\xa8\x6d\xa6\xcc\x0b\x16\xa6\x6d\xa6\xcc\x0b\x6a\xab\x3d\xcc\x5e\x0c\x9b\xd3\x36\x55\xe6\xd5\x52\x8f\xa6\x2a\x31\x78\xdb\x64\x98\x13\xda\xd5\x6d\xf6\xcb\xab\xe5\x97\x48\x15\xb9\x20\xb1\xdc\xc3\x81\x6e\xcc\xc8\xe1\x30\x4e\x68\xa2\xb6\x41\x9f\x17\x04\x53\x7b\x18\xdd\x01\x17\xd5\x1e\x8e\x66\x63\x81\x08\xf6\x79\x5f\xc0\x29\xf7\x30\x7e\x1d\x64\xe2\x76\x4a\xef\x0b\xc2\xab\x2d\xb2\xcc\x6f\xef\xf8\xa5\x66\x73\xc0\x82\xbc\x8d\x12\xed\x33\xbf\xd8\xe8\xf6\x96\xff\x7f\xdc\x81\xfc\xc8\xa3\x0e\x70\xb6\x8b\x2e\xf3\xdb\xe2\xbc\xfb\xb1\xe8\x6a\x8d\x1b\xbd\xa0\xeb\xda\x62\xcc\x7c\x88\xac\xdc\xd3\xcc\xc6\x6c\x77\xd3\xb6\x58\x5c\xfb\x5b\x38\xd2\x6f\xa5\x11\x85\xd5\x67\x5e\x1b\x48\x7a\xc1\xed\xb5\x8d\x24\xbd\x00\x81\x6e\x41\x49\xbf\xcd\xef\x88\xcb\x4f\xff\x9d\x5b\x60\x0b\x69\xfa\x10\x9b\xbb\x27\xa0\x3d\x4e\x39\xa0\xa6\x24\xb2\xd8\xd3\x8c\xc9\xd0\xcb\x6f\xc3\x4b\x2f\xa0\xb6\x5b\x88\xd2\x87\xf0\x81\x3d\x1d\x19\xca\x70\x1b\x43\x7a\x41\x70\xb6\x0d\x22\xbd\xa0\x66\xdb\xa6\xef\xbc\x80\xd7\xee\x49\xa4\x68\x6a\x75\xa4\x28\xd0\xf6\x3d\x1d\x29\x3a\x22\xd9\x53\xfb\xe4\x5d\xff\xc7\x2b\xa2\xa1\xb2\xfc\x2a\xa7\x28\xbf\x08\xa6\xda\xd3\xa1\xa3\x23\x0d\x56\x3c\x31\xca\x9d\x01\xa9\x17\x24\x77\x7b\x3a\x4b\x35\xfa\xdc\x74\xe2\x55\x4e\x7b\x83\x4e\x2f\x68\x43\xf6\x64\x19\xb1\xc5\x4f\x96\xd1\x95\x97\x0d\xe2\x49\x67\xb4\x8e\x56\xac\xd8\xd3\xcc\x7a\x7d\xa6\x56\x85\x11\x13\x47\xbd\x8d\x4b\x6d\x80\xa7\xb7\xf0\xa5\xf7\x7d\xe7\xa7\xdb\x9f\x9c\xb3\x6c\x9a\x09\xf9\xfe\x89\xdf\xd9\x34\xd3\x46\xa0\x4e\xd4\x6a\xa8\x53\xfe\xaa\xe2\x9a\xe7\x9d\x37\x8d\x74\xca\x3f\x76\xd8\x07\xd8\x83\x2d\x02\xd1\x67\x66\x02\x83\x7b\x62\x11\x99\x41\xf4\x86\x14\x73\x9b\x42\xf4\x22\x08\x60\x9b\x43\xf4\xce\x79\xba\x26\xde\x97\x8a\x28\x54\x14\xeb\x6f\x11\x21\x32\x23\x2a\xd6\x00\x6c\xc4\x5e\x46\x49\x31\xa2\x82\xaf\x3e\xf3\x57\xe9\x72\x93\xf2\xf0\xe8\x61\x3e\x34\x07\x20\x1d\x5f\x00\x9f\xd8\x67\x97\xe3\x46\x63\x74\x59\x8b\xf6\xf2\x2d\xb4\x78\x69\xaf\xdc\x78\x0f\x0c\x55\x5b\x69\xd5\xbf\xdf\xe6\x69\x73\x83\x69\xbf\xe3\x4a\xc1\x84\x6c\x63\x58\x9f\xb8\x12\x44\x55\xfa\xcc\x3b\x92\xff\x4d\x47\x32\x0c\x8d\xdf\xb8\x16\x3f\x27\xb5\x1a\x86\x96\xfe\x98\x61\x19\xb0\xc9\x76\x16\x76\xd2\x84\x6d\xe3\x58\x6f\x60\xf9\xdb\x59\xd8\x67\x0a\x12\x04\x70\xb2\x9b\x1b\xc7\x3a\xf1\x24\xef\xb5\xe9\x1b\x9d\x21\x7d\x7f\x5a\xe8\xb4\xc3\x77\xc6\xc5\x7c\xcb\x77\x7e\x3a\xb3\x9f\x23\xc6\x29\xdc\xef\x4c\x68\x52\xb8\xc3\x9b\xba\x85\x6d\x7d\xe6\xef\x5d\x77\x2e\x53\x62\xf3\xb3\xf8\xb1\x76\xec\xc5\x5e\xba\x0e\x57\x0e\xbe\x75\x70\xca\x9d\x0e\x39\x42\xe0\xfa\x89\xef\xff\xfb\x7f\x8d\x08\x9b\x6d\x1e\xd2\x3b\xd7\x33\x21\x4c\x5b\x4e\xfb\x9d\x40\xa6\x81\x58\x5c\xcd\x42\x74\x74\x2e\x1a\xab\xe0\xa8\x2d\xca\x87\xe1\xa8\x77\x6e\x5a\x49\xb7\x8e\x7a\x07\xa5\x68\xd4\x62\x73\x8a\x76\xf2\x10\xed\x6d\x70\x5f\x2e\x54\xdb\x09\x18\x7b\xfd\x77\x94\xcc\x36\x44\xf5\xce\xfe\xb8\x89\x08\x40\x05\x13\x62\xb5\x01\x54\xdc\xa6\x27\xbd\x73\xfd\x83\x9f\x34\xf7\x46\x13\x94\xde\xb9\xd5\x08\xc1\xda\xa2\xd6\x9a\xa1\xf4\xce\x0d\x04\x8a\xd2\x58\x50\x85\x61\x6d\x00\x17\x37\xc9\xdd\x33\xfc\x9b\xb0\x96\x96\x92\x1c\x6b\xfc\xe4\xa9\x62\x8d\x57\xca\xb5\x2f\x65\xa6\xc1\x74\x8e\xbf\xe3\x4c\xc7\xb9\xe9\x09\xe4\xda\xe2\x16\x10\xc8\xf5\xfb\x90\x4f\x1d\x57\xcd\x11\xa3\xd4\xf0\x8d\x60\xb6\xbd\x09\xab\x6e\x29\xc7\x7d\x63\x1d\x99\x36\xf5\xce\x2d\x6d\x3b\xae\x1a\x88\xd5\xde\xc4\x55\x3f\x29\xea\xb8\xaf\x79\x59\x90\xc8\xf4\x6d\x3b\x52\x39\x63\x68\xb0\xd0\xca\x0c\x31\x5a\x08\x46\xa0\xbd\x4d\x00\x9d\xbe\x19\xaf\xf8\x9b\x97\xf6\x4f\x5f\x25\x25\x4d\xbd\x1b\xc9\xd1\xa0\x33\xe5\x9a\xb8\x7c\xa6\xdc\xa3\x77\x53\x90\x9b\x84\xfa\x6e\x24\x6b\x8b\x19\x45\x6c\xa7\x0d\x62\xc3\x2d\xb6\xd3\x06\xe9\xe0\x36\xbd\x69\x89\x96\x7c\x60\xd3\xe5\xc2\x62\x7e\xd3\x92\x3b\x8a\xa1\xac\xc9\xc5\xb7\xcd\x70\xda\xa2\xd2\x1e\xcf\xfe\x98\x2f\xcd\x71\x5a\xe0\xa3\xd8\x87\xe8\xe9\x27\x4f\x1d\xf7\xc4\xef\x30\x7a\xb5\xc0\xbf\xb0\x0f\xf1\xd2\xfc\xca\x63\x02\xde\x27\x3d\xf8\x4e\xe9\x16\x85\xf1\x18\x7c\x11\xe7\x37\xdc\xa6\x51\x36\x4d\x6e\x5a\x60\xdf\xd8\x62\x37\x6d\xd1\x67\xc4\x6e\xda\x88\x7e\xdc\x66\x37\x2d\x24\x2c\xd8\x20\x5f\xd1\x77\x83\x7c\x65\xba\x9b\xfb\xb4\x40\xed\xb0\x8f\x31\x6b\x70\x8c\x6c\xa7\x7f\x2f\xb9\x31\x89\x19\xb5\x45\x37\x36\x30\xb6\x3c\xf9\x01\x01\xc6\xe6\xdd\x6d\x91\xf6\x9a\x9f\x1e\x6e\x8e\x6d\x64\x6c\xc7\x7a\x71\xcc\x56\x4f\xc4\xc3\x36\x36\xf6\xe7\xb4\x13\x21\xea\x9d\xe8\x84\xed\xac\xee\xf3\xe2\x20\x71\x22\xf7\xfa\xfb\x77\x90\xd2\x63\x17\x12\xd5\x69\x1b\xf9\x1b\x9a\x6b\x31\x6e\x99\xea\xb4\x46\x61\x11\x5c\xf6\x2b\x36\xc4\x62\xf1\x46\xac\x16\x2b\xe2\xa3\x92\xf2\xb0\x79\xfe\xe4\x53\x05\x71\xf3\xe3\x8c\x84\x4d\xe4\xe7\xfe\x23\xe3\x36\xd3\x47\x94\xa3\x2d\x13\x51\xb9\xd7\xef\x9a\xa9\x26\x28\xec\x6f\x41\x0a\x09\x7b\xd7\xdc\x11\x94\x80\xfd\x2b\x52\x6e\xb6\xa6\x3c\x55\x3c\x78\x4c\xde\x7f\x06\x24\x50\xa7\x0d\x0b\x94\xea\x6c\x5e\x58\xb5\x04\x68\xed\xfd\xba\xff\xbd\xb3\x3b\x75\x7b\x5c\x92\xf0\x9a\x32\x03\xcd\x6b\xfa\x5c\xa9\x5c\x5e\x6e\x76\x37\x81\x5a\xc7\xc3\x66\xfc\x67\x52\xc8\x15\x49\x5e\x40\x76\x45\xf3\x98\x3e\x9c\x0e\xf0\x98\xce\xdf\xab\x32\x4d\xa6\x17\xc7\x0e\x95\x7c\x68\x57\x0f\x8d\x51\x74\x07\x91\xcc\xfb\xcf\xee\x87\x92\xc6\xd8\x30\x1f\xc9\xb6\xb9\xbc\x29\xf7\x0a\xa5\xbc\x6c\xed\x65\x25\xbc\x6c\xed\xe5\xb7\x39\xa9\x7b\xf0\x0e\x2f\x9b\x77\xb9\x87\xbc\x1c\xf7\xc1\x89\x21\xcc\x6b\x05\x13\xbc\x85\x79\x5d\x71\xe3\x0b\xf3\xfa\xe4\xa8\x79\xd9\x04\xd0\x52\xa6\x58\x8a\x5a\xde\xb4\x09\x20\xa5\xc8\x72\xd1\xd2\x16\x5d\x2a\xd2\x32\x53\xe9\xa4\x65\xcb\x77\x5d\x34\xcc\xd7\x32\x57\x39\x07\xcb\x0b\xa5\xf1\xc9\xa7\x28\x8d\xf9\x16\xa5\x97\x26\x18\x7a\x08\xb5\xf7\x7e\x59\x4d\xcc\x58\x71\x86\xa6\x9b\x3a\x43\xef\x2b\x05\x99\x3a\x7e\xa5\x9a\x8f\x76\x71\x5e\x65\xff\x49\x67\x94\x10\x3e\x46\x8a\x97\xb3\x2c\xe6\x51\xfd\xbf\xff\x37\xd3\x56\xdb\xbf\x68\x9a\xce\xcb\x58\x58\x0d\xa5\x9d\x19\x55\x26\x26\xff\xc6\x2c\x37\x3d\x83\x25\x2f\x59\x36\x25\x21\x62\xbf\xf3\x8d\x1e\xfa\xb2\xff\xeb\xd3\xb1\xd2\x9f\x77\x7d\xe0\x45\x12\x54\x84\xd6\xe8\xb8\x1b\x51\x80\x04\x82\x5d\x69\x8d\x80\xd4\xf1\xc7\x82\x73\x65\x13\x14\x23\x69\x8f\x73\xef\x0d\xa5\x23\x53\xd3\xa9\xdb\x83\xa9\x78\x73\x77\x99\x48\xc2\xc2\x8d\x14\xa3\xdd\x92\xb5\x27\x12\xd2\xf1\x5c\x79\xb6\x84\xa1\x49\x29\x5b\x52\x45\xfa\x2e\x93\xeb\x27\x7d\x24\x79\x3d\xc3\x25\x9a\x32\xed\x79\xaa\x79\x26\x0f\x11\x17\x0f\x71\x89\x56\x22\x92\xf6\xdb\x7e\xa8\x9f\x24\xef\xec\xef\x3b\x2d\x60\x66\xe6\xdb\xac\x76\xec\x65\x6f\xac\x48\xfc\xf9\xb7\x79\x93\x08\x2b\xdd\x6f\x67\x0f\x62\x11\xbd\xb9\x0c\xa7\x01\x5c\x86\x6b\x9e\xfa\x3a\xc0\xfe\xfa\xb6\x4e\x9f\x3f\x2e\xfc\x6a\xbb\x33\x3a\x5b\x13\x93\xc3\xc2\xf8\xd5\x02\x93\xd2\x16\x62\xb5\x11\x4e\xbf\x8d\x58\xcd\x89\x24\x8c\xea\xbd\x32\x58\xc6\xe3\x8d\x3c\x1b\x1a\x64\xaa\x30\x79\x2d\x33\x4c\x69\xd6\x6b\xc9\x10\xd8\x31\x9a\x4e\x1e\x05\xec\xe3\x15\x33\xdd\x67\xef\xff\x86\x03\xee\x70\x81\xb2\x32\x3f\x56\xfb\xc9\x5d\xb8\x3f\x84\xf4\xd0\xc9\x8f\x51\xf7\xd1\x4a\x45\xe4\xf9\x3d\xaa\x1a\xa2\x41\x4e\x08\x7f\xea\x72\x24\x85\x30\xe4\x33\xa9\x14\x8c\x86\x93\xae\x93\x85\x6b\x1b\x7c\x0a\xf7\xd8\xfe\xd8\x13\xc5\xd9\xf3\x31\x84\x8f\x86\x2e\x0f\x5b\x3e\x23\x06\x07\xc9\x27\x4f\xde\xdc\xfa\x6b\xa9\x4e\x8d\x5c\x08\x72\x49\x42\xe7\xb6\x9d\x66\x3d\x3e\x52\xd1\x6f\xf6\x80\x43\x3e\x36\x5c\xfe\x5a\xa6\xad\x86\x54\x72\x5b\x60\xd3\xf1\x5c\x79\xd5\xc7\x12\x4d\x13\x62\x2f\x08\x0b\xc1\x4b\x07\xd1\x0f\x5b\x7c\x9b\xe3\xc1\xfa\xe3\xa4\xeb\x13\x3e\xd7\x2d\x9c\x68\x25\xe8\x6f\x9b\x54\x93\xd8\xc1\xfd\xb1\xf7\x92\xa3\xee\x43\x76\x7e\xb6\x97\x8f\x99\x04\x7b\x3e\x94\xc9\x37\x63\x88\x31\xd0\x03\x70\x2e\x6c\x1e\x1e\xd4\x63\x68\xe6\x45\x00\xf8\x31\x34\xf3\x22\x76\xe0\x18\x9a\x79\x93\x5a\xe0\x18\x9a\x79\x93\x48\xf3\x5c\x32\x07\xa2\xd4\x9c\x0b\x13\x88\x8f\xa7\x73\x7d\xe7\x51\x23\xfe\xec\x5c\x5c\x26\x7b\xde\x35\x51\xc0\xca\x53\x6b\xa7\x2d\xa2\x78\x6c\x00\x19\x1f\xf1\x67\x8e\xb4\x48\xce\xf0\x87\xc6\xcb\x17\xfe\xf0\x95\x31\xf2\x56\x2e\x8f\xc0\x9f\xa1\x00\x3d\x22\xcf\xec\xa4\xc3\x39\x97\x7d\x3a\x11\x14\x0c\xe3\x09\x7d\x8c\xf6\x24\xe8\xfc\x08\xec\x79\x3f\x2d\x9d\x50\x9c\x07\xf0\x86\x23\x78\xe7\xcd\x44\x3a\x4a\x87\x5e\x08\xf8\x3f\x62\xc4\x2c\x44\x99\x1c\xe3\x39\xc9\x25\x70\x84\xe7\x2c\xc4\x95\x1c\x61\x36\x83\x30\x3b\x97\x29\xb7\x17\x35\x6c\xaf\x7e\xca\x64\x3a\xd0\x6c\xc3\xe5\x51\x4c\x8e\xa9\x2d\x17\xdc\xb8\x47\xd4\x96\x0f\x97\xc7\x63\x0c\xa7\x6f\x78\xe7\x0a\x81\x4f\x3e\xec\x1a\x99\xbc\x69\x08\x67\x9a\x23\x3c\xc7\x93\x67\xba\x11\x61\xad\x3e\x57\x0e\xb1\xb4\xe7\x7c\xcb\xe9\xf4\xd1\xf8\x24\xfc\xe9\xe7\x32\x33\x71\x9e\x7d\xf4\xa6\x1f\xdd\x0e\x97\x8d\x20\x84\xca\x85\x50\xb4\x67\x0c\x24\xed\xa7\x3d\xcf\x94\x96\xc6\xbb\xcb\x11\x0e\xf3\x4e\x82\xf9\x23\x20\x66\xc8\xed\x8f\xf0\x94\x49\x59\x73\x84\xa7\xbc\x33\xdc\xa2\xb9\xec\x6c\xfd\xc7\x49\xcd\xef\xb4\xc5\xf6\x60\x7e\xf6\x6d\xfb\xef\x45\x99\xbe\x87\x01\xe7\x3c\x62\xbd\xbc\x89\x80\x38\x66\xbd\xec\xb0\xdd\x9c\xdb\xe6\xdf\x2b\x75\x38\x84\xea\xdf\x31\x35\xc7\x94\x98\x2b\xed\x96\x86\xc4\x74\xbe\x9d\x3b\x8f\xc9\x26\xf8\x66\x87\x89\xec\x38\x8f\x79\xad\xf4\x50\xd8\x76\xf2\xa9\x1c\xb3\x5e\x82\x87\x38\x22\xbd\x0c\x0a\xfb\x38\x8f\x39\xe1\xbf\x47\x18\xd0\xa4\x68\x3a\x22\xbd\xec\xc4\x3f\x1c\x93\x5e\x26\x50\xe6\x08\x20\x1a\xb2\xf9\x63\xd2\x4b\xf4\xc7\x23\xb8\x68\x27\x97\xf6\x11\x5c\xf4\x06\xe4\x70\x6e\xd3\x67\xa4\x42\x5b\x0f\xf2\x2b\x30\x1e\xa4\x46\x29\x5a\x25\xff\x50\x90\x75\xd2\x4d\x9e\xdb\x4e\x14\x42\x85\xcf\x6d\x53\x42\x06\x43\xb3\x12\xce\x97\x73\x1f\x58\xcd\x90\x7c\xeb\xcd\x9b\x1f\x73\xd1\x59\x2c\x56\xb5\x18\x9b\x62\x16\x36\x5a\x53\x3c\x31\xd9\x13\x8b\x29\xd9\xac\x12\x1f\x21\x46\x3b\xa9\xc4\x8f\xa9\x33\xd9\xcf\x4f\xb1\xfd\xe1\x49\x99\xfa\x33\xd6\x7c\x8e\x60\x9f\x9d\xcb\xca\x29\x0e\x6e\x2b\x29\x53\xbb\x23\xfb\xb7\x79\x32\x41\x55\x1c\xa5\x4a\xef\x04\xb4\x1e\x41\x42\x93\x92\xee\x14\x1b\x1a\xe8\xbc\x40\xa0\x37\x70\x88\x23\x10\x68\x07\x77\x77\x8a\xe9\x85\x98\xf9\xc5\x21\x72\x35\x6f\xba\xd5\x79\xa6\x19\xd4\xf2\xcc\x21\x79\xb4\xcc\x21\x72\x3f\x49\x5b\x3c\xf3\x50\xf8\xd0\x5e\x33\x12\xde\x48\x4b\x5a\xa6\xa1\xc7\xe9\x71\x04\x02\xbd\x1b\xf4\xeb\xa7\x70\x44\x66\xa0\xec\x8e\x18\x54\xe2\x44\x3f\x2b\xaf\xaa\xd8\x3b\xe5\xc8\x50\xc4\x2c\x35\x7b\x65\xfb\xf5\x58\x31\x18\x3d\xad\x3b\x04\xe2\x21\xe9\x0e\x44\x44\xf9\x71\x1e\x75\x58\x02\x8e\x30\x9b\xbd\x67\x88\xb5\x7b\x02\xf7\x3a\x4a\x9c\xde\x7b\x1a\x2e\x2b\x04\x50\xa8\x03\x80\x73\xa6\x14\xfd\xee\x9b\xdf\x26\x87\x06\x90\xba\x53\x1c\x05\xc7\x36\x5b\x7c\x03\x60\xa7\xa9\x9e\x96\x35\x92\x9a\xed\xab\xca\x11\xe3\x65\x07\x6a\x78\x84\x01\xed\x40\x29\x8f\x20\xa0\x37\x90\xc1\x03\x04\xd4\xaa\xf4\x11\x02\xb4\x63\x15\x38\x42\x80\x76\x94\xf5\x63\xfa\xcb\x1c\x07\xc6\x7c\x02\x12\x3c\x75\x12\x18\xd1\x11\xdd\xec\x82\xa4\x5f\x51\x23\x69\xc7\x00\x96\x75\xc4\x86\xd9\xb1\xc4\x1e\x41\x40\x3b\x6c\xce\x47\x10\xd0\x9e\x53\x4e\x10\xd0\x0e\x68\xed\x98\x19\x13\x80\xe6\xa9\x8e\x82\xe3\x54\xad\x24\x35\xa5\x17\x0e\x53\x5a\x29\x65\xf8\xe4\x42\x5a\xfa\x2e\x6f\x2a\xc4\x25\xe3\xeb\xe3\xff\x3f\x64\xfc\x3a\xd5\x7e\xbc\x95\x42\x3d\xa3\x19\x1a\x6b\x95\xac\x04\x21\x49\xef\x46\x2a\xfc\x53\x1d\x3f\xc7\xc6\x6e\x6e\x4d\x20\x7b\xa7\x32\xf7\x69\x37\x76\x98\x48\xc6\x61\xa5\x14\xcf\x35\x2a\x74\xa2\xac\x9e\x32\xd5\x43\x16\x3e\x39\xd4\xcb\xef\xe1\xd1\xca\x4f\xa1\x7f\x92\xf2\xaa\x7b\xc1\x00\x6f\xeb\xc6\xf9\xce\x13\x91\xdf\x24\xc8\x33\x01\xb7\xa7\x7a\xfd\x4c\xde\x3c\xfe\x69\x74\x89\xe5\xc3\x00\xfb\x22\x94\x69\x79\xdc\x50\x26\xb0\x43\x88\x88\xab\x3e\x8f\xc3\xec\x18\x60\xe1\x3e\x47\x0e\xe0\x07\x2f\x07\xd3\x54\xb0\xcf\xc1\xcd\xf4\x3c\xbe\xed\x32\xa4\x42\x7d\xde\x0f\xe1\x6c\xe7\xf1\xe5\xf7\x62\xe5\x0b\xf7\x39\x72\x92\x0a\xda\x39\x30\x2d\x1f\x41\x3b\x07\xd6\xbe\x23\x64\x67\x27\x4a\xe1\x08\xd9\x79\x43\x74\x7d\xcc\x9e\x99\x23\x48\xc8\xce\xf1\xdc\x69\xb8\xc2\x6f\x4b\x6a\xf8\xa8\x06\x6a\x17\x68\x1f\x6b\xe3\x11\xb2\xb3\x63\xb2\x38\x42\x76\x76\xf0\xee\x47\xd4\x98\x03\x03\xf3\x31\x33\x26\x8e\xc9\x23\xf4\xe6\x88\xfa\x21\xf0\x66\x27\x80\xe0\x3c\x4c\x6f\xda\xa9\xe9\x0d\xa2\xe4\x3c\xe6\x42\x5a\x91\xd4\xce\x5f\x5b\x14\x67\xc7\xd6\x22\x56\xcc\x11\x1d\x46\x2c\x98\xe3\x4a\x6f\xe5\x99\x68\x17\xa7\xaa\x79\x2f\x57\x86\x70\x33\xda\x29\x47\xed\x66\x7e\x3d\xb6\x16\xb2\x41\x9a\x12\x13\xfc\xd0\x11\x8e\xf4\x5e\xbf\x1a\xd5\xee\x12\xe9\x4f\xad\xa1\xdd\x8e\xbb\x63\x63\x35\xe7\x25\x00\x9e\x63\xca\x4b\x48\xfd\xce\xc3\x9e\x4f\xed\xc7\x98\xf9\x48\xbe\x84\x32\xf6\x0e\x37\x5d\x79\xa6\xf9\xc4\xe6\x69\x02\x4c\x80\x64\xc7\xf0\xd3\x95\x7f\x7d\x3c\x9b\xe8\x91\x0e\x00\x90\x4d\xc7\x04\x98\xe0\x70\xce\xe3\xc8\x3a\xb6\x52\xd3\x61\xc2\xae\x70\x1e\xc7\xd9\xcd\xb4\xc5\x7f\xc2\x35\x08\x6e\x3a\xa2\x95\x36\xe3\xfe\x19\x89\x66\x0b\x10\x1b\x8b\xa0\xa0\xf7\xc0\xce\x7d\x9a\xf7\x40\x0c\x4b\x47\x48\xcd\xf1\xd0\x1a\x33\x52\x56\x56\xa5\x90\x9a\x25\xda\x47\x73\xfc\x5b\x6e\x84\xe4\x37\x07\x11\x76\x84\xce\x1c\x64\x09\x3f\x42\x67\x0e\x28\x66\x8f\xd0\x99\x83\x74\xaf\x47\xe8\xcc\xf1\x30\xf7\x9a\x2f\xd3\x25\xcf\xda\xb7\xc6\xdf\x9b\xba\x20\x71\x20\x34\x5f\x9f\x53\x9f\xaf\xcf\xf5\xdf\x1c\xd8\x47\xd8\xcc\x12\xdd\x53\xd8\xcc\x02\x97\xc0\x11\x1a\xb3\xd4\x5f\xf5\x5a\xb0\x25\xcf\xde\x7a\xc6\x40\x79\x0a\x45\x3a\xee\x52\x24\xdd\xc1\xb2\xcf\x03\xc7\x84\x29\xe5\x08\x7f\x59\xa2\x8c\x09\x7f\x39\xf0\xa9\x1c\xe1\x2f\xc7\x93\x2e\xda\x02\x94\xa1\x51\xdc\x1c\xd6\x91\x23\xfc\x65\xa9\xbf\x2a\xb6\xbe\x4b\xfd\x47\x65\xa6\x94\x3f\xb5\x8d\xdf\xa6\xe0\x28\xbc\x06\x47\x99\xce\x07\xd4\x26\x47\xcc\x98\x83\xa4\xe8\x47\xb8\xcd\x81\xcb\xe6\x74\x8c\x43\x1c\xce\x42\x71\x8e\xe7\x27\xc9\xe8\x81\x02\x2f\xce\xcc\x81\x5f\xe8\x08\xd3\x59\x72\x47\x10\xa4\x73\x90\x04\xfe\x88\x30\xb3\x40\x9e\x70\xc4\x98\x59\xa0\x67\x38\xdd\x16\xc7\x92\xea\x3d\xf7\xf2\x9d\x3b\x98\x32\xfd\xd3\xd2\x6c\xff\xb4\x94\x29\x7e\xac\x95\x76\x7e\xac\x6c\x51\xcc\x72\x0f\x17\x92\x26\x22\xd3\x5b\x3c\x9b\xe3\xb9\xf3\x4c\xb7\x78\x96\x85\x70\xa1\x25\x8a\xb0\x70\xa1\x05\x96\x87\x63\xd2\xcd\x90\xa0\x1d\x93\x6e\x3e\xbf\x57\x3d\x4b\x69\x69\x18\x5e\x69\x2a\xd8\x63\x76\xa5\xee\x63\x3d\x47\x99\x20\x96\x25\x36\x15\x41\x2c\x67\x8e\x27\x41\x2c\x67\x36\x5e\x81\x2a\x0b\x4c\x3c\x47\xa0\xca\x02\x37\xd0\xe9\x60\x0f\x6a\xc4\xa2\x87\x7c\xa8\x58\x8f\xec\x9f\x82\x51\xce\xec\xed\x82\x51\x96\x99\x01\x50\x74\xc7\x95\x2e\x6b\x62\xce\xfc\x37\xb2\xf8\x8e\x54\x21\x3b\x06\x4b\x58\xa8\xca\x99\x33\x41\xa8\xca\x02\xf3\xf8\x11\xaa\x32\xd6\xc7\x23\x54\x65\x1c\xef\x47\xa8\xca\x32\x19\x46\xa1\x2a\x67\x36\x3b\xc1\x28\x7f\x47\xbe\x80\x93\x05\x63\xfb\x31\x63\x26\xb8\x8c\x23\x18\x65\xc1\xf3\x70\x94\x92\xbc\x64\x55\x2a\x25\x79\x50\x18\x47\x10\xcb\xdf\xf1\x24\x88\x65\x0c\xea\x47\x10\xcb\x02\x99\xd1\x11\xc4\xb2\x40\x3d\x7f\x04\xb1\x9c\x17\xeb\x69\xd8\x14\xce\xca\x33\xef\x66\x16\x90\x40\x95\x05\x2e\xa5\x23\xda\xcd\x02\x90\xe6\x08\x61\xf9\x9b\x08\x42\x58\x4e\x1c\x86\x47\x08\xcb\x79\x65\x24\x14\xd2\x44\xb8\xd7\x11\x07\xe7\xbc\x9e\x48\xfa\x2d\xec\x50\xc3\xe4\xc2\x1c\x02\xe2\xe7\x2c\xa0\x66\x8e\xe8\x39\xe3\x4c\x3e\xa2\xe3\x2c\x70\x4b\x1d\xb1\x71\x06\x36\x72\x44\xc6\x19\xe8\xca\x11\x82\xb3\xc0\x6c\x7f\x04\xe0\x0c\x3e\xf9\x88\x8d\x73\x5e\x4f\x24\xfd\x95\xeb\x3f\xe8\xcf\x42\x7a\x4e\x9c\x45\x47\x40\xcf\x32\xf3\x73\xb7\xbb\xc4\x8f\x50\x64\x54\xf4\xb0\xe1\x05\xc2\xf2\x15\xca\xb3\xcc\x5f\x29\xfa\x49\x35\x6f\x7a\xa2\xa5\x4b\xea\x2e\xc7\xc1\x60\x5b\x47\x3a\xfe\x65\x0c\xa8\x02\xf8\x66\x86\xe9\x78\xda\xd1\x16\x05\xf0\x91\x39\xe0\x0c\xaf\x9d\x5f\x29\x9e\x84\x91\xf4\xcb\x58\x2d\x02\x82\x96\x99\x9f\xab\x4d\x1d\x8c\xda\x11\xee\xb3\xcc\x4c\xf3\xe3\x69\x97\xef\xe4\x9a\x64\x1d\x0f\x2f\x9d\x9f\xf4\x36\x0d\x86\x9b\x3d\xbd\x5a\xa8\x1e\x76\xd0\x5c\x73\x84\xeb\x9c\x31\xbf\x1a\xd6\xd9\x32\xf3\xa6\x57\xcf\x95\x2f\x0d\x45\x62\x72\x43\xd8\x49\x94\xe2\x31\x4c\xf2\x37\xf9\x0c\x84\xfc\xad\x04\x01\x21\x2b\x41\x2d\x67\x7a\xf6\x31\xa7\x84\x83\xac\xb1\xf0\x08\x06\x39\x41\xd8\x9c\x69\x62\xa6\x9e\x52\xe4\x65\x65\x4e\x4d\x87\xde\xa1\xfa\x0a\xf5\x58\x63\xc2\x12\x0f\xe7\xec\x23\x6f\x2a\x10\x8f\xf3\x50\x34\x9c\x35\x86\x12\x21\x22\x6b\x6c\x4f\x02\x44\xd6\x92\xda\x45\x88\xdd\x47\xbe\x53\x10\x1b\x26\x60\xa3\x21\x7f\x13\x7c\x3a\x0b\xc1\xfd\xfb\x52\x7e\x64\x4e\x96\x69\x7b\x6d\x8b\xa4\x3e\x61\x26\x12\x65\xe7\xec\xe9\x21\x86\x7e\xea\xb0\x65\x97\x1b\x8a\x18\x3b\x67\xc7\x8e\x3d\x1d\xa6\x97\xf1\xd5\xd6\x0d\x60\xeb\x08\x4f\x59\x89\x92\x3a\x02\x50\xd6\x58\xde\xa6\xbd\xdf\x23\xdf\xc9\xfb\xdd\xf2\x4c\xad\x4e\x3b\xed\xe1\xc6\x72\x3b\xed\xe1\x66\xd4\x04\x90\x9c\xc0\xad\x8e\xf0\x91\x13\x2c\xd6\x11\x3c\xb2\x12\x27\x72\x84\x8e\xac\x44\x3e\x1d\xa1\x23\x67\x6c\xcc\x42\x3c\x4e\x20\x51\x47\x7c\x9d\xb5\xfc\x24\xb7\xa5\x23\x79\xcc\xf2\x9d\x5b\x96\x67\xe2\x3b\x27\xf8\xe2\x18\x0b\xd9\x63\x9d\x76\x9e\x75\x5c\xb1\xc7\x89\xd6\xc1\xac\x1e\x21\x21\x67\xc7\x82\x23\x20\x64\x8d\x39\x6d\xd9\x39\x89\xdd\x60\xd9\x39\x99\x1e\xc6\xc5\x94\x0f\x35\xc0\xbf\x0a\x97\x23\x90\xf3\x50\x81\x7f\x28\xed\x8b\xb9\x9e\xd6\x68\xae\xf7\xbc\x29\x2f\x5e\x4b\xdb\x3c\x2f\x22\x69\x5e\xf0\xd7\x04\x88\x9c\x3d\x63\xba\x3d\x2f\x1a\x92\x7a\x98\x1a\x3c\xf3\x99\xb3\x82\x43\xce\x3e\xf2\x4c\x3d\x1c\xf9\x4e\x61\x8f\xf3\x3f\xec\xd0\xcb\xd1\xaa\xcc\xfc\xc5\xb2\xe0\xb7\x29\x51\x1c\x61\x67\x67\x79\x19\xfc\x24\xfd\xb6\x74\xd0\x53\x9d\x29\xbb\x98\xdc\x8c\xa1\x27\xf7\x4f\xf2\xe4\xa6\x06\xf4\x92\x3c\xeb\xd6\xad\xf3\xd0\x2b\x36\x0f\xd5\x34\x2c\x66\x66\xf5\xec\x58\x89\x9c\xed\xbd\x13\xb6\x71\x36\xd7\x7f\x66\xdf\x76\x84\x33\x7b\x8b\x19\x38\x89\xbc\x3a\xdb\x24\x4f\xb0\x4b\x1c\x21\x1c\x57\x6e\x45\xc2\x30\xae\x5c\x12\xb6\x03\xed\x50\x70\x84\x60\xac\xe9\xa3\x20\x8b\x2b\xfa\x2d\x44\x9a\x23\xcf\xc6\xf7\x59\xda\x66\x22\x4d\xa6\xa9\x89\x34\x73\x45\x31\x22\x71\x90\x82\xe5\x6c\x3b\xc3\x57\x5e\x15\x2f\x3f\x73\x78\x3b\x7c\x6e\x44\x52\x43\xaf\x54\xe8\x86\x22\x29\xb6\x08\xc2\x8c\x63\xca\xcd\xdc\x97\x04\x46\xac\x99\xb3\x02\x23\xae\x98\x6f\x05\x46\x5c\xb9\xd9\x08\x8b\x58\xb3\x7b\x09\x8a\xb8\xa2\xdc\x0b\x89\x58\xfb\x8c\xa4\x10\xc0\x99\x37\x15\x1f\xc7\x5f\x13\xf9\xe6\x8a\xae\x2d\xf2\xcd\x9a\xb9\x2e\xee\xcd\x95\xbb\x9b\x30\x89\x0b\x50\xc2\x11\x24\x71\xe5\xb2\x28\x44\xe2\xca\xf5\x41\x88\xc4\x0a\x94\xe3\xec\x80\x85\x68\x8c\x73\xba\xb1\x64\xc4\xbb\xb9\x62\xcf\xda\x98\x6e\xd3\x6e\xb9\x5e\x01\x45\x1c\x81\x15\x6b\x4e\x0b\xd3\x6e\x4e\xb8\x9f\x8f\x72\xb8\xd7\x2c\x36\x41\x17\x17\x38\xcc\x23\xe4\xe2\xca\xc5\x4e\x14\x9c\x2b\xb7\x99\xe3\x30\x52\xf4\x0a\x65\x74\x5f\xd0\xe0\x9d\xe3\x48\xba\x1e\x49\x5d\xbc\x23\xb9\x8b\x37\x92\x7f\x45\x41\xd2\xaf\x40\xaf\x38\x86\x19\x8d\xbc\x29\x98\x11\xf7\x25\x81\x1d\x57\xdc\x95\xc2\x3a\xae\xdc\xe4\x8e\x23\xfb\x59\xf7\x42\x3a\x3e\xf7\xaf\xd5\xea\xdf\x9d\x67\x76\x3b\x47\x52\xff\xd0\x78\x04\x7a\x5c\xb9\xc6\x0a\xf3\x58\xb3\x41\x1d\xaf\x10\xd4\x8f\x03\x00\x20\x92\xfb\x47\x8f\x14\x9a\xd7\x7e\x6f\x0a\x46\xb5\x52\xc3\x54\x0d\xb4\xda\xbb\x33\x34\xb0\xc7\x89\xdf\xe7\xc5\x81\x74\xe0\xf4\x61\xe1\x09\x1c\xb9\x62\xfe\x38\x4e\x85\x34\x52\x92\x39\xa6\x2e\xb4\x8a\xe3\xdc\x70\x98\x86\x84\x59\x7c\x88\x9c\x38\x4a\xfd\xbe\xa0\x19\x39\x4a\xfd\xbe\x62\x42\x53\xea\xf7\xe7\xce\x50\x39\xcc\x8d\xf9\xad\x64\xef\x0f\xf1\x0c\x47\xbc\x9f\xcf\x7d\xfd\x9b\xcf\xfa\x1c\x07\xbd\xb1\x48\x8f\x83\xde\xd8\x85\x44\x11\x9a\xd8\xc0\x23\x48\xe4\x5a\x99\x43\x0e\x81\x9b\xf9\xce\x0e\xcb\x96\xd6\x18\x8e\x44\x2f\x1c\x76\x14\xc3\xeb\x71\x48\x5c\xe6\x8d\xb2\x73\x81\xd5\x3e\xca\xfe\xfe\x10\xdd\x71\xfe\xc0\x19\xf0\x23\xc5\x35\xfa\x10\x25\x70\x84\xa4\x7c\x60\x86\x3d\x02\x52\xae\xf5\x7b\xf3\xf1\x8e\x9d\x72\xd4\xc7\x95\x0f\xbb\x3e\x7c\x90\x14\xb9\xb8\xf2\xe6\x74\x53\xf3\xaa\x3a\x39\xf2\x50\xd8\x39\x16\x0a\x54\xa4\xb9\xb2\xfd\x11\x53\x74\xe7\xe9\xcb\x05\x55\x44\xfd\xc8\x15\x49\xbd\x64\x43\xfd\xd3\xdc\x05\x31\x72\x84\xd5\x7c\xee\x7c\xb7\xfc\x23\x29\x54\x73\x97\x40\x88\x63\x46\xd3\x9e\x2b\xb9\x71\x9c\x33\x53\x40\x94\xa6\x0b\xa4\xcb\xf9\xd3\xf4\x8c\x5d\xcf\x28\xce\x2b\x26\xe4\x3f\x67\x97\x8b\xcd\x51\xa0\xce\x27\xa8\x8b\x3f\xfc\xc4\x2c\x18\xf1\x96\x3e\x77\x7a\xa9\x88\x21\x22\x63\xce\x1f\x56\x89\x96\x87\x9e\x59\x29\xc7\x90\xa9\x27\x95\x68\xd8\x47\x4a\x5d\xaa\x92\x51\xff\xee\xf1\x0f\x21\x29\xe7\x4f\xf1\x12\x04\x48\x9c\x3f\xaf\x96\x2b\x35\x7a\xb5\xa4\x14\x0d\xf2\x48\xf5\x1a\x64\x0e\xbf\x3f\x87\x88\x62\x0a\x17\x58\xf4\x21\x7c\xe3\xfc\x79\xed\xb0\xa9\x0a\x2c\xfa\xdc\x19\x55\x42\x2e\xd0\x44\xa0\x44\x5d\x79\x68\x10\x48\x9e\xa9\x4b\x9c\xd9\x22\x48\x7d\x88\x62\x3a\x7f\x5e\x2d\x2b\xd5\x6f\x8f\x69\xda\xe6\xd5\x92\x87\xfa\x55\x33\xc5\xc0\xd2\x92\x72\xbc\x5a\x22\x29\xb6\x8b\x57\x95\x03\x7f\xc5\xca\xfb\x02\x94\x83\xd6\x6f\x2c\x69\x8c\xc5\xd0\xa9\xc2\xb5\x73\x5e\x9e\x9d\x1c\xbf\x2f\xe2\xdf\xf8\x8d\xaf\xc5\x22\x8c\xa8\x90\x31\xd6\x8b\xb1\x9e\x57\x4b\x41\xcb\x18\xba\x91\xa7\xc2\xd0\xa5\x52\xa3\x21\x60\xa0\x3c\x2f\xfc\x6b\x2d\x4f\x1d\x50\xd6\xf3\xe9\xd4\x36\xdd\x90\xb6\x3f\xa5\x85\x8a\x84\x26\xc0\xf3\xbc\x30\x27\xff\x1a\xe8\x68\xb8\x9e\x4f\x1d\x2e\xf4\x2b\xf7\xa3\x72\x19\x32\x4d\x75\x42\x1e\x8f\xb9\x54\xaf\x20\x77\x5e\xe0\x03\xb9\xc7\xbc\xc0\x07\x8e\x3c\x7d\xf4\x29\x2d\x52\x34\x34\x44\xdf\xe7\x45\x70\xdc\xc8\x97\x8e\x5b\x44\x2b\x33\x74\xf4\x8a\xff\xf9\x45\x90\x69\x4f\x23\x1c\xa3\xd9\xfe\x4d\x23\x72\x5e\x8e\x40\x65\x27\x7d\x99\x7b\x7c\xa5\x58\x77\x94\xd6\x1e\x77\x94\x41\x20\x1a\x95\xdb\xdb\xcb\x31\xd1\xe8\x54\x00\x54\x73\x06\x03\x50\x85\x61\xf4\xbc\x88\x46\x65\xb2\x0a\xa1\xfa\x10\x8c\x7a\x9c\x44\xbf\x45\xa7\x14\x46\xf5\x21\x2c\xf7\xbc\x88\x45\xe5\x68\x13\x51\xeb\x03\xdd\xf9\x11\x51\xeb\x77\x10\xd2\x22\xc7\xa2\x3e\x69\x83\x67\x24\x2a\x91\x30\xac\x2d\x4b\x2b\x18\xd6\x96\x87\xf4\x6d\x20\x7a\x0a\xde\x48\x4c\xc1\x82\xe8\xbf\x96\x2f\xdd\x35\x34\x79\x81\x5a\x1f\x82\xd0\xce\x9b\xd8\x53\x2e\x4b\x6f\xc7\x72\x40\x3a\x75\x4c\xe6\x7a\xc5\xb1\xfa\x76\x5a\x52\x18\x54\xcf\x9b\xf8\xd2\x27\x4d\x7a\x6b\x58\xdc\xf3\x37\xcb\x8b\x5d\xeb\xcd\x82\x42\x55\x78\xb3\xa0\x38\x9e\xdf\xc4\x9b\xf2\x6f\xde\xac\xa8\x91\x97\xf9\x55\x79\x79\xa8\x9e\x48\x2f\x9f\xd0\xf9\x94\x65\x41\xdf\x9d\x08\x2c\xe7\xa7\xf8\x59\x1f\x58\x84\xcf\xdb\x51\x74\x35\x92\xe3\x33\x59\x07\x6f\xa8\xab\x33\xde\x5a\x16\x13\x6b\xa8\x61\xb3\x37\xa9\xd8\x8f\x60\xb3\x0f\x6c\xc4\x47\xa8\xd9\x67\xd6\x7c\x68\xcc\x68\x8f\x08\xd8\x2f\xef\x3a\x86\x2e\x03\xec\xcc\x8d\x04\x11\x1d\x13\xc6\xde\xe4\x71\x3f\xe0\x6f\xef\xcc\x88\xed\xae\xb2\x1a\xdf\x84\xd8\x71\x8c\x1b\x81\x7b\x93\x06\xfc\x88\x42\xf6\x89\xf5\xf8\x4d\x2c\xea\x8c\x58\xf5\x90\x39\xe0\x1c\x64\x99\x2e\xa6\x2f\x8e\x33\x50\xf8\xdc\x07\x2e\xee\x63\xd6\xd8\xfb\xce\x8f\x72\x64\x2a\x06\xa8\x37\x24\xfc\x99\x01\x87\x3b\x63\x44\xf7\x8d\xb5\xfa\x86\x93\x3f\x13\xc2\xf6\x3b\xd8\xd8\xcf\x9b\xd8\x54\x16\x8a\x00\xbd\x0f\xc1\xe0\x47\x98\xdd\x07\x6e\xf6\xf3\x71\x72\x53\xd4\x57\xb1\xcc\x3e\x13\x5d\xe6\x03\x46\x93\x69\xf6\x99\x1c\xdd\x29\x15\xb0\xef\x44\xe4\xc7\xa5\x24\x07\x3f\x8e\x3c\x75\xe7\x7a\x6a\xf5\x8f\x6b\x11\x1d\x01\xf8\xfb\xd6\x9d\x63\x8b\xf8\x4c\xe6\x68\x44\x3a\x47\x23\x9d\xe3\x34\xfa\xa8\x39\x66\xef\xdc\x36\x95\xa0\xbf\x45\x6b\x10\xb4\xb7\x45\x6b\x30\xa9\x6c\x23\xec\xf9\x98\x55\xb6\x3d\x19\x34\x05\x3d\x45\x05\x35\xd6\xf7\xce\x5d\xc2\xbc\xb2\x77\xae\x47\x1f\x22\xf5\x98\x5a\x42\xfb\xb6\xa8\x43\x66\x96\xbd\x73\xab\xfd\x90\xe4\xb4\xff\x3b\xbc\xf1\x08\x0b\xdc\xa2\xe9\x7f\x08\xcd\x63\x15\x7d\x8c\x36\xcf\x65\xee\x43\x68\x5e\x86\x45\x99\x03\xa2\x23\x8a\x6d\xb6\x45\xd7\x15\xdb\x6c\x8b\xa2\xf3\x01\xa6\xde\x23\x0a\xa6\x8e\xbe\x24\x18\x71\x8b\x86\x24\x18\x71\xcb\x5e\x28\xba\xd9\x16\xf5\xf5\x73\xe8\x26\x1f\x1e\xfe\x03\x6d\xb7\xd1\x25\x87\x80\x88\x63\xef\x12\xad\x9d\x8c\xfc\x50\x6e\x1c\x21\x92\x5b\x6d\xa9\xf4\x38\x6f\x16\xed\x73\x3e\xd4\xff\x55\xab\x04\xa8\x2d\xd5\x98\x22\x5d\xfa\xc2\x98\x06\x28\x17\xeb\x49\x5f\x91\x0c\x5c\x37\xa2\x02\x1b\x0c\xfd\xfc\x8a\xcc\xf6\x89\xd8\xfc\x72\x41\x14\xf9\xbe\xf6\xd4\xaf\x44\xc0\x5f\xde\x5d\x7a\x98\x72\xb7\x3b\x17\x51\x21\x88\x2d\xe5\x98\xd2\xfd\x4a\x41\x0e\x03\x18\x96\xbe\x4a\x55\x33\xb5\xe6\x57\x72\xd6\x06\xe9\x16\x5f\xd1\xe1\x71\x0b\xc9\x58\xba\x4e\x25\xe6\x9b\x77\x66\x90\xaf\xf8\x9d\xe8\x26\x78\xf8\x4a\x0e\xee\x6b\xb4\x96\xe0\xbe\xbc\x7a\x24\xd1\x1e\x82\xfb\x7a\x6a\x71\x70\x5f\x3e\x7c\x7b\x85\x44\x54\xee\xd6\x9b\xb1\x26\xb6\xa6\x53\xe7\x36\x08\x33\xa3\xb9\xcd\x8e\x7f\x45\x74\x73\x1b\xd5\x6c\x35\xf7\xa6\xdf\xdb\xcd\xed\x11\x1d\xea\x37\x19\x06\x42\xfd\x3a\xe3\x69\xe6\xe4\xeb\x27\x3a\x13\xdc\xa0\x3b\x9a\xb0\x3d\x83\x44\xe4\xdf\xa0\xe7\x8a\xb2\xe8\xf9\x92\x38\xc0\x49\xad\x06\x91\x9a\x7b\xf1\x2b\x3a\xbd\xec\xa0\x11\x9e\xbf\x66\xd5\xfa\x8a\x0e\x4e\x1c\x74\x87\x28\xc1\x99\x92\xe9\x40\x5a\x71\x2c\xe6\xdb\x3f\x7f\x9b\x97\xdf\x6a\x14\xa3\xe8\xf9\x6c\x12\xd1\x31\x6f\xcf\x67\xd3\x86\x7e\x45\xf7\x67\x0e\xc4\xe2\x92\x26\xe2\x76\x4c\x61\x44\x19\x2a\xd6\xaf\x28\xe5\xb5\x6d\x29\xe9\x65\x3a\x73\x4a\x32\xc1\xb7\x33\xd9\x7e\x45\xc7\x49\x15\x24\x67\xae\x5d\x1d\xd1\x37\xa3\xde\x10\xa7\xde\xad\x48\xc4\x78\xa4\x5c\x12\x98\xe4\x53\x61\xe2\x9f\xb4\x70\x39\xe7\x6c\xa3\x85\xdf\xd9\xd6\x8c\x79\xf9\x4a\x1f\xc7\x2e\xf2\xae\x93\xeb\x3e\x2c\x39\xa3\x98\xab\xfd\xf2\x5f\x51\x4d\xcc\xfc\xbf\x15\xff\xbc\x58\x56\xb7\x36\x55\x1b\x25\xbe\x92\x92\xeb\xb6\xf4\xc6\xc9\x75\x1b\xf3\xe7\x86\xb1\x8b\xfd\xc4\xa0\xe7\x6a\x90\xe8\x57\x14\xa6\x80\x06\x9a\xcd\xa2\xff\x3b\xa7\xfa\xf7\x5d\x03\xa4\x32\xfa\xe6\xf4\xbe\x98\xf0\x24\xfb\xbf\x69\xa0\x70\xcf\xbf\x57\x9d\x1a\xb0\xd2\x4f\xcd\xca\xc7\xa1\x4b\x5f\x51\x8b\xec\xf7\xea\xb0\x4f\x2f\xa5\x1a\x6e\xcb\x9f\xb0\xcb\xdd\xb1\x1a\x5f\x51\x78\xdb\x27\x55\xbe\x3d\x55\x18\xdc\x43\xf3\xfc\xae\x11\xcc\x33\xab\xa8\x18\x2b\xfa\x44\x12\x56\x94\xff\x60\x08\xb3\x6d\xe2\x5f\x49\xd1\x9f\xcf\x8d\x24\xac\xe8\x53\x91\x94\xeb\xf4\xb9\xf2\x50\x7a\xf5\x95\x87\xc6\x0d\xcd\xd4\xa1\xe6\xfd\x5e\x75\xeb\x16\x55\x1a\xf4\xf9\x34\x24\xe3\x6f\x0b\x92\x1b\x17\x49\x8d\xab\xf9\xae\x39\x63\x0e\x92\x1b\xd7\x91\xa6\xa4\x3c\xd3\xd0\xb1\x81\x1b\xa9\xdc\x99\x96\xc2\x1f\x8f\x8b\xcd\xd4\xf9\xf9\x67\x49\x85\x82\x2d\x65\x3d\x3a\x3f\xff\x33\x38\x9b\xc4\x49\x7b\x9b\x63\xeb\x2b\x39\x09\x46\x46\xc7\xd8\x37\x5b\xe0\xbe\xa2\x43\x2b\x66\xca\x15\xb8\xb0\x30\x1e\x00\xdc\xf2\xaa\xe0\x84\x35\xcf\x94\x97\xae\xa6\x54\xcd\x42\x26\x8f\x51\xcd\x8b\x45\x2e\x50\xf3\xb8\x38\x23\x04\x6a\x1e\x17\xfb\xb3\x51\xcc\x86\x6d\x7d\x25\x01\xd5\x6e\xca\x34\x50\xad\x32\x00\xbe\x08\x8e\x34\x4d\x1b\xa1\x71\x2e\x5f\x49\xe6\xee\x2c\x77\x63\x95\x87\x83\xde\xbe\xa2\x0d\x1e\x1c\x18\x4a\xde\x3f\x2e\xce\x1a\xa7\xeb\x9f\x0e\xe8\xf8\x8a\xa4\x70\x7c\x10\x05\x0a\xaa\x79\x28\x18\x10\x7d\xae\x86\x01\xb5\xbc\x69\x93\xc1\x8c\x28\x1c\x10\x07\x82\x90\xc6\x23\x27\xaa\x80\xc6\xc5\xe8\xf8\x31\x2b\xd4\xf1\xcc\xc1\x6a\x1c\x10\x47\x7c\x35\x0e\xa8\xe5\x55\x01\x9d\x5a\xde\x14\xd0\xa9\x47\x12\xd4\x87\x35\x59\x4d\x1d\xcf\xd8\x55\x03\xe9\x98\x10\xc2\x16\x8f\x1c\x89\x02\x0c\x8f\x8c\x9c\x00\xc3\xe3\x61\xe0\xaa\x61\x74\x9c\xac\x95\x0b\x1d\x4b\xa7\x1a\x47\xc7\xe9\x52\x8d\xa3\xe3\x88\xae\xc6\xd1\xb1\x5d\x54\x87\x1d\x31\x39\xaa\x21\x41\xe9\xbd\x31\x0e\xa9\xde\x88\xdd\xeb\xc9\x43\xa1\x38\x32\x16\x76\xbd\xfd\x9e\xc9\xe3\x5f\x46\x1e\x0a\xd7\x90\xd6\x18\x21\xc4\x9a\x33\xff\xeb\x95\x6e\x18\xe5\x90\xa1\x31\x40\xe8\x89\x24\x8f\xe1\x4a\x29\x02\x36\xe5\x07\x8b\xf2\x7d\x66\x2a\x98\xef\xa1\xd7\xbc\x2a\x9c\x4a\xfb\xa7\x22\x3e\xe6\x63\x40\x04\xbf\xf4\x31\x7c\x88\x79\x62\x66\xd8\x8b\x1f\x1c\x8c\x30\xda\x8a\xa9\x61\x2f\x06\xd5\x24\xae\x57\xcf\xab\x6a\x2a\x7b\xe5\x03\x0e\xa8\x21\x09\xcb\xd4\x29\xc5\x38\xa0\x16\xc9\x23\x3c\x90\x3c\x6c\x91\xbe\x35\x0c\xb6\x31\x25\xaf\xaf\x05\xb5\xe4\x71\x26\x96\x3e\xf3\xaa\xdc\xc5\x93\x3e\x19\x28\xb1\x78\x66\x77\x71\xde\x34\x50\x02\x55\xe8\xb1\xbb\x98\x33\x50\x89\xeb\x67\x5f\x34\xcd\x0e\xe2\xf5\x20\xc9\x05\x3e\x22\xc9\x41\x8a\xca\x6c\x8c\x6e\x2b\x23\x1f\x5a\x3b\xf9\x95\x63\x6a\x28\x36\xee\xc7\x88\x87\xc5\xb8\x99\x98\x78\xd2\x2b\x71\xbf\x16\x34\xb1\xc7\x4e\xe1\xc5\x77\xc7\x4d\xa5\xe1\x81\x8f\x33\x38\xd2\xf0\xda\x33\xf3\x54\x3f\xee\xfe\x15\xeb\xb6\x33\x02\x9a\x71\x7d\xe5\x99\x4d\xfe\xf9\x57\x9a\x56\x38\x5d\xc6\x6c\x24\xac\xe0\x80\x30\x8f\x6b\x4e\x6c\xf3\xb8\x46\x01\x6a\x76\xc0\xb1\x3a\x4c\xe3\x9a\x2b\x86\x73\xd0\x83\xeb\xfd\x8a\xf2\x31\xae\xbc\x6a\x6f\x6f\x9e\x89\x58\x93\x15\xd0\x7c\x76\xae\x95\x3a\x8e\xea\x48\xfd\x72\x2a\xf2\xf3\x9a\x9d\x6e\x2d\x92\xe8\x51\x67\xbe\xf3\xce\x41\x9f\x9b\xbd\x6e\x2c\xeb\xe6\x9c\x2f\x8d\x5d\xd5\x0c\xb0\xd9\xab\xc4\x00\xbb\x6a\xcb\x33\xf5\x8a\x8d\x44\x94\xaf\x35\xbf\xa0\x81\x8a\x78\x22\xca\xef\xc6\x54\x16\x92\xb8\x66\x0e\x0a\x49\xbc\x72\x35\x6a\x76\x53\xaf\xb4\x46\xdd\xf8\x95\xa2\x6e\xac\x7c\x27\xdf\x21\xab\xb3\xd9\x4d\xcd\x3e\xd6\xec\xa6\xe6\x37\x9a\xe4\xb5\x3e\x79\xd3\x6e\x6a\x4a\xd9\xf6\x1d\x32\x16\x76\x53\x67\x80\xb7\xff\x0c\xff\xc2\x6e\xea\x95\x52\xe4\x87\xcf\x18\x6e\xf7\x28\xb5\xab\x47\x4f\xbe\x3b\x4e\xe0\x94\x0a\xdd\x41\xc6\xd0\x30\x08\x14\xfb\x66\x1f\x36\xdb\x6f\x23\x60\xe2\xca\x43\xf7\x82\x91\x71\xd6\x17\x47\x13\x7f\xc5\xc7\xf0\x51\x5a\x4e\xaa\xad\x0c\x95\xf9\x8f\x2b\xa7\xa1\xa0\xc4\xf7\xd3\xd9\x3d\xcc\xe5\x5a\xd1\x48\x9c\x3e\x7f\x8e\x92\x77\x1d\x99\x78\x47\x94\x62\x5f\x33\x5e\xe2\x51\xbb\x51\x42\x9a\x97\xcb\x60\x7d\x98\xeb\xf5\x8a\xba\x6b\xd0\xf0\x15\x5d\xa3\xdb\x8c\x6b\x88\xe0\x57\x94\x1f\xac\xfe\x13\x72\xf2\x7d\xd5\x41\x97\xdc\xc2\x9d\x77\xff\x8a\x06\xd1\x27\x41\x98\x03\xd1\x49\x16\x66\xaa\x71\x14\xe6\xb5\x10\xe5\x88\xaa\x79\xa8\xce\xcd\x92\x16\xfa\x50\x19\x29\xd8\x4e\x34\xf4\xa1\x4e\x90\x28\x7f\xa7\x93\x2b\x89\x1f\x20\xc4\xf0\x73\xb3\x8c\xbb\x9d\x7c\xa8\x47\x41\x05\x33\x93\x3a\x51\xa3\x68\x64\xe6\x8b\x9d\x51\x24\xc4\x17\xfb\xdc\x1c\x6c\x1d\x37\xc9\x4c\x2d\x58\xdc\xd3\x24\x5b\xa5\xd9\x03\x3a\x7e\x92\x99\x6a\x6d\x72\xff\x55\x2b\xf7\x41\x7e\x0e\xb4\x81\x5c\x5d\x3b\x8e\x12\x66\x69\x27\xb7\x7a\xc9\xd3\xea\xd8\x37\x86\x0d\x76\xce\x15\xd1\x36\xeb\x95\x92\x6d\x74\x67\x4d\x99\x39\xb6\x65\x10\x71\x9c\xb0\x15\x74\x1c\x27\xac\x38\x41\x99\x9f\x96\xff\x6c\x16\xc1\x75\x45\xb4\xcb\x20\x3f\xf6\xd0\x01\x3e\x95\x95\xb7\x65\x72\xe1\x0e\xe1\xda\x23\x6c\xf3\xb7\x1a\x6a\xc5\x1f\x92\x06\x3b\xf7\x6a\x63\x31\x77\x5f\xb6\xa2\xaf\x74\x0c\xbd\x69\xb1\x0d\xbd\x2d\x05\x6f\x1f\x6e\xf4\x15\xcb\xee\x4a\x49\x36\x7e\x66\x24\xe4\xe9\x9b\xec\x51\x1d\xc3\x2e\x7f\x56\x38\xe6\xaf\xd8\x10\x6d\x66\xa7\x77\x83\x28\x7a\x76\x9f\x81\xbd\x76\xe5\xa9\x88\xf8\x9e\x3c\xb4\x29\x3a\xe5\xda\x5a\xcb\x8f\x1d\x58\x6b\x99\x13\xa2\x81\x7d\x26\x47\xc1\xc0\x1c\xcb\x74\x32\x0f\xec\x64\x0f\x87\x07\xf6\x66\x53\x15\x66\xf9\x99\x9c\x77\x03\x46\x18\x66\x84\x60\xca\xcf\x64\x5b\x1b\x10\xc2\xcc\xbc\xeb\x01\x5d\x29\xd7\x03\x4a\xfb\xc4\x81\x3c\x39\x38\x87\x3d\x1c\xed\x8a\x28\x0b\x26\x1b\xd5\x30\x6b\x1a\x5b\xd1\x80\x35\x8d\xb5\x3b\xb0\xd4\xce\x3c\xb5\x09\x93\x0d\x50\x28\xe3\x76\x73\xe7\x10\xca\xb8\xe5\xcc\x17\x9b\x6c\xb3\xab\xfa\x2b\x61\x8a\xcd\xab\x4e\xf1\x37\x53\x8e\xac\xaf\x25\xd2\x4b\x12\xdd\xc4\xf8\x4a\x7b\xec\x93\xe8\x98\x6c\xcc\x25\x7b\x77\xf4\xb0\x11\x83\x2b\x9f\x1e\xd9\x8a\x6b\xde\x95\xa6\x7d\xb7\x3c\xec\xbe\x07\xe7\x53\x11\xca\xb0\x79\x98\x3b\xb6\xdc\x6c\xde\xc3\xa1\xcd\xf7\x9d\x77\x65\x60\xed\x29\xd7\x06\x56\x56\xa6\xe9\x60\xe7\xe2\xdd\x89\x81\x95\x05\x65\xe0\x70\x79\x46\x5e\xae\x7e\xda\x10\x9b\x9f\x3e\x88\x5d\x26\xcb\x7f\x72\x43\x7d\x5f\xb5\xf5\x70\xa4\x1a\xc7\xc3\x5e\xa9\x66\xfb\xe9\x8d\x68\x8b\x26\xf6\x1e\x91\xbc\xb6\x56\xf2\xe9\xdb\x4b\x71\x21\x2a\x7c\x78\x72\x26\xcf\x65\xeb\x21\xe5\xca\x42\x30\x72\xa0\x98\xd5\xf5\xc9\xdc\x31\xab\xeb\x13\xb5\x43\xe8\xe5\xbb\x5e\x25\x4f\x6d\x8b\x2b\x29\xd8\x4c\x61\x79\xf8\xf2\x43\xea\xb1\xf1\x2a\x5a\xa1\x90\xc8\x77\xcd\xe5\x52\x50\xe4\xfb\x67\x62\x30\x3b\xeb\x8c\xb2\x37\x31\x5f\x71\xe1\x36\x3b\x6b\xed\x3f\xf1\xfb\xdb\xb3\x83\x19\x8e\x5c\x63\x8f\x11\x1c\x79\x3c\x69\xc3\x91\x31\xab\xe5\x55\x0f\x13\x87\x8f\x40\xc6\xf7\xaa\x91\xb4\x2e\x38\x1d\xa7\xc3\x91\x68\x9d\xed\xfa\x57\x5e\xf4\x8d\x96\xb1\x16\xf6\x2d\x37\xe8\xe9\xf8\x23\x06\x84\x5b\x5b\x5e\x14\xd6\xa1\xe6\x99\x28\x1f\x58\x3d\x66\x5d\xfd\xd9\x54\x96\x23\x3b\xf9\xb9\xcb\x01\x47\x3d\xaf\x3e\x3e\x40\xf3\xaa\xd6\x2f\x0a\xac\x48\x56\x07\xbb\xdf\x32\x7d\xdf\x95\x17\x7d\xa3\xba\x91\x74\xa3\x62\x45\x2e\x03\xd3\xd0\xd9\x0c\x23\x6e\xb9\xd0\x09\x38\x5c\x07\x57\x18\x53\xa8\x5e\xd7\x9d\x87\x9e\x4c\xfc\x19\x81\x85\x9f\x18\xe1\x0d\x16\xfe\x5f\x3f\x30\xe6\xd3\xd4\xef\xcc\x1a\x4f\xaa\xdc\x6a\x5c\x5e\xd4\x20\xd2\xee\x65\xc3\x38\x47\xb7\xd9\x53\xa3\x47\x09\x2a\xdc\x6f\x26\xe0\x32\xf0\x87\x89\x6d\xee\xd4\xc2\x82\x5f\xe6\xe8\xe3\x5c\x13\x54\xf8\x2e\xec\x2a\x82\x0a\xf7\x68\xcc\xe6\x46\xed\xd7\xef\x55\x19\xa9\xae\x48\x32\x9a\xa5\x31\x4a\x85\x98\xd9\xb5\x1c\x84\xc9\x52\x11\xe4\x77\x5c\x25\x55\xd8\x2a\x45\x29\xb6\x4a\xb1\x8b\x2d\x07\x5a\xa2\xcc\x0b\xf2\x3b\x2e\xb6\x67\x53\xa4\x2e\xae\x04\xcb\x93\x92\xfd\x42\x88\xdf\x91\xfd\x41\x88\xdf\x91\xed\x61\x79\x8e\xfe\xbe\xd3\x44\xfc\x49\xbe\x93\xf3\x93\x6c\x3d\xc0\x3c\x24\x22\xd5\x5a\x50\x33\x44\xa4\x5a\x26\x03\x63\x1e\xd5\x5f\xd3\x9c\xc7\xbf\xcc\x3c\x6c\xfa\x83\x1d\xa9\x4b\x6a\x48\x66\x41\x63\x9c\x36\x33\x31\xc5\x08\x69\xc8\x68\x03\x29\xe6\xc7\x00\x29\xee\x69\xcd\xc7\x19\x14\x3d\x81\x9c\xc7\x3f\x9b\xbf\x58\x51\x57\xb6\xf7\x8d\x42\x4a\x6b\x98\xb3\xcc\x43\x71\xa2\x7e\x9b\x93\x2f\xad\x60\xff\x97\x1d\x5b\x58\xe5\xe7\x66\xc7\xd8\xe8\xb2\x25\x95\x9a\x01\x1b\x05\x68\xa3\xbd\xa2\xb6\x08\x9f\xfc\xc4\xcb\x64\x12\xd4\x59\x50\x99\x4d\x7b\x5a\x1e\x8e\x68\xd3\x9e\xb6\x92\x87\xa6\xd3\xe0\x80\xdc\x78\xa4\x38\x95\x85\x27\x6e\x83\x0b\xe5\x86\x5e\x92\xbd\xd1\xa9\xff\x6b\x54\x27\xa7\xfe\xaf\x39\x35\xc4\x73\x3a\x9e\x3c\x7b\x79\xab\xcc\xb3\xb7\xc8\x65\x18\x6b\x99\x2a\x32\xf0\x0a\x1a\xce\xfc\xd9\x24\x24\x60\x49\x6c\x2c\xf0\x34\x4e\x09\x8b\x73\xd9\x12\xbe\xb7\xe7\x4e\x77\x48\x8e\x71\x23\x89\x16\x85\xad\xeb\xf8\xc4\xed\x79\xd3\xeb\xf3\x41\x52\xff\x7b\xbe\x13\x33\x07\x9b\x85\xf0\xbd\x3d\x37\x61\x61\x78\x7b\x6f\xf9\x6e\x6b\x61\x2d\x24\xc5\xfc\xb7\xd4\xa0\x98\xff\x96\x67\x2f\x4f\xb4\x7c\x28\x3b\x3d\x5b\x8e\xb9\x4a\x3b\xff\xf1\xd8\x4c\xcf\xb4\x3b\xe6\x66\xe0\x5f\x1c\x1b\xe6\xd9\x55\x8f\x4d\xf1\x4c\xba\xe3\x2c\xb1\x6c\x94\xc7\x86\x79\xc6\x17\xa0\xee\x1d\xc9\x7b\x0c\x1d\x5c\x6e\x68\x6a\x97\x99\x9e\xcd\xdf\xb0\xdc\x1e\x33\xd9\x11\x1d\xd7\xc5\x1a\x38\xa2\xe3\xba\x50\xab\x94\xbb\x7f\x5c\x9c\x45\xe2\x24\x1d\x17\xca\xe4\x71\xd4\xf9\x13\x49\xa3\xc6\x3c\x15\xd4\x77\x5c\x9c\x91\xa2\x1c\x1d\x99\x97\xc7\x94\x4a\xe8\x11\x87\xad\x8a\xce\x3b\x9c\x37\xff\xc5\xe1\xbc\xf9\x9f\x6c\x55\x29\x53\xc7\xf7\xc8\x33\x9d\x04\xe9\x91\x82\x26\xb3\x4f\x0b\x77\x5b\x32\xb7\x8e\xc3\x79\xd1\x29\x8f\x37\x35\xda\xf2\xe7\x70\x5e\xd4\x37\xc1\x6e\xc7\xc3\xd1\x47\x8a\xff\xec\x78\x20\x6d\x63\xa2\x14\x9a\x76\x5e\x23\xef\xca\x96\x4b\xdb\xfe\x1c\x1a\xf9\x2b\xd5\x9b\xda\x42\xfa\xfb\x4a\x25\xdf\xb9\x35\x6e\xdb\x9f\x9d\x92\xf1\x84\xfd\x29\x4a\xe7\x62\x17\x17\x78\x76\x0e\xce\x6c\x81\x67\x4b\x2e\x4d\x02\xc8\x96\x28\x75\x7f\xb6\x97\xa2\x15\x08\x1e\x3b\x73\x47\x55\xc6\xff\x92\x5b\x90\x13\xfe\x4f\x06\x4a\xd0\xd9\x32\x9f\xbc\x29\x6b\x6d\x4f\x7d\x3a\x19\xf8\x69\xc2\xc6\xce\xc1\x02\x15\x36\x76\x0e\xd4\x8e\x3f\xc7\x8e\x71\x43\x13\x18\x76\x8e\x3b\xdf\x0d\x49\x79\x36\x75\x6a\xd4\x88\x0a\x28\xe1\xe2\xf7\xe7\x0c\xee\xa3\xa4\xd4\xe3\x13\x86\x4e\x39\x57\x56\xbd\xf2\xf2\x4b\xe5\xfe\x13\x49\xf8\x7d\xd5\x8a\x1e\x13\x5c\x68\xd9\x39\xd8\xa2\x84\x96\x9d\x83\xf5\x2c\xb4\xec\x1c\x77\xde\x74\x2f\x19\x2b\x47\x93\xcd\x3c\xd3\x11\x87\xe6\xf3\x67\xc3\xea\xcc\x9b\x43\x4a\x52\x24\x9b\x61\x5a\x3e\x5c\xde\x4f\xe8\x87\x32\x06\xd5\x1e\x49\x76\xcd\x9e\x57\x75\x1a\xf6\x94\xf3\x56\xa9\x79\xf3\x23\xc9\x6f\x1a\x1e\x5b\x39\xb7\x0d\x8f\x9d\x37\x55\x98\x78\xb5\xb2\x45\x0b\x2c\xfb\x3d\xa7\x2a\xa2\x8d\x4f\x13\xa9\xa9\xd4\xbc\x3a\xed\xbf\x2c\x88\x8a\x82\x60\x92\x99\x6c\xb5\xf6\x7c\x68\x18\x7c\x49\x95\x46\x88\x97\x14\x24\x54\xe0\x9d\x87\x1f\x73\x45\x53\x90\x2e\xd7\x77\x8d\x64\x53\x19\x8a\x13\x18\xdc\xf8\x45\x5f\x86\xfd\x31\xb7\x5e\x3e\x63\xe3\xdf\x7c\x99\x66\xac\xff\xca\xdd\x16\x69\xa1\x0d\x46\x9d\xf1\x03\x49\x1b\x27\x38\xf0\xd8\x68\xf5\xc0\x63\xa3\xda\x99\x1e\xf5\x2e\x29\x4a\x86\x9c\xd9\xf2\xee\xf2\x43\xfa\x6a\x34\x5f\xf9\x7d\x7a\xfc\x94\x46\x19\xcd\x57\x52\x8f\xb1\x47\x2c\x87\x17\x9c\x75\xec\x46\x42\xb2\xb6\xdc\x11\x04\x64\xfd\xde\x9b\xf9\x19\xb6\xdc\x5c\x33\x9f\x36\x5d\x68\xf9\xa9\xf6\x99\xdf\x19\xa7\xef\x7c\x6c\xd1\x9c\x4c\xbc\xda\x32\xc0\x82\x25\xb5\xfc\x37\xb1\x3d\xf7\x4c\x15\x50\x1c\x2b\x1f\xbe\x2c\xf2\x2f\x64\xf2\xac\xbf\x5f\xae\x4b\x74\x2d\xfc\x0c\xe3\x58\xe3\xdc\x32\x8e\xb5\xc6\xbc\x6b\x1c\x6b\x8d\xfd\xde\x64\xac\x35\xf6\xec\xb7\xb3\x12\xe6\xcb\xa6\x43\x66\x20\x89\xfa\x82\xbd\xec\xed\xc8\xf5\x27\xcf\xbc\xeb\x4d\xa4\xf5\x2d\xa4\x21\x6c\x29\x29\x91\xbe\xe7\xc8\xaf\x29\x7f\xbe\xec\xe7\x33\xdf\x21\x22\x7d\x0c\xa6\xa2\x9d\x3a\xd1\xa3\x72\xbe\x4d\x03\xf6\x7b\xa6\x21\xef\x79\x26\xf2\xb2\xd4\xa1\x79\xfa\xc4\xd3\xf8\x36\xa6\x3b\x8a\xd7\xdb\xd4\x48\x3d\x0f\x65\x48\xee\x33\x05\x7d\x9c\x21\xd0\x92\xf8\x37\x3b\x9b\x85\xa0\xab\x3d\x50\x1f\x41\x57\x7b\x4f\x1f\x95\xdd\x3d\x18\x21\x43\x55\x3b\x27\x90\x90\xaa\x3d\x3f\xd9\xfc\xae\x3d\x10\x2c\x43\x55\x3b\x33\xe7\xcd\x0d\x27\x15\xda\xc6\x97\x9f\x61\xf7\xd6\xef\x43\x29\x23\x3d\xcf\xdc\x29\x7a\xe1\x4b\x4d\x7e\x94\x5d\xed\xed\x9f\x54\xac\xdf\x57\xa5\xa8\x70\xe6\x09\x86\x3a\xe2\x22\x15\x0a\x75\x5c\x4f\xaa\x90\xd7\xe5\xf7\x4c\x4a\x0c\x0a\x9d\x20\xa9\xe3\x7a\x22\x91\x68\x9f\x31\x35\xb7\x4c\xa6\x94\x49\x42\x66\x2a\xd4\xb5\x2d\xbf\x58\xb4\x20\x71\x4a\x0a\x7f\x7a\x2f\x9e\x09\x71\x3a\xae\x1a\x49\xda\x16\xbf\xdf\x88\xd3\x15\x43\xda\xc7\x33\x1a\xc5\x45\xf8\xd3\x91\xeb\xc7\xc7\x74\x4b\x28\xb0\x1f\xd3\x2d\x3d\x29\x46\x07\xc7\xff\x44\xe1\x0e\x18\x1a\x13\xcd\x46\x53\x11\xf4\x74\x5c\x35\xc5\x08\x20\xf1\x2b\x54\x0a\x6c\x7e\x94\x81\xa7\x3f\xcd\xf0\xe3\xeb\x7e\x0c\x82\x1f\x7b\xfd\xb9\x40\x7c\xec\xf5\xe7\x92\x67\xee\xd9\x87\xcd\xe1\x63\xa8\xc9\xc3\xe5\xe2\x63\x3e\x26\x76\xa7\x8f\xaf\xf7\x33\xaf\x4a\xab\x5b\x79\x26\xad\x6e\xa5\x50\x8f\x7f\x4a\x11\x08\x00\x8b\xad\x00\xa9\x25\xde\x3a\x71\xd1\x96\x2c\x31\x73\xd1\xce\xbb\x47\x54\x74\x7f\xcc\x0b\x90\xd1\x62\xb8\xfe\x60\x6d\x62\x71\x7c\xcc\x3e\x3a\xf3\x6a\x37\x48\x85\xf1\x30\xbb\xce\x8c\xa4\x6b\xf5\x4a\x39\xee\x15\xe3\x6a\x02\x9d\xfc\x48\xeb\xc6\xbf\x52\xac\x9d\xe6\x3b\xf5\x23\x33\x47\xc6\x80\x1e\x90\xd0\xc7\xfe\xdc\x56\x23\xca\x0f\x9f\x41\x96\xd2\x71\xe5\x07\x18\x69\x80\x3e\x6c\xf4\xe9\xff\x26\x9d\xa1\x06\x33\x92\xac\x89\xd9\xba\x3e\xc6\x1a\x64\x3c\xec\xf9\x6d\x35\x95\xc8\x83\x9f\x6e\x99\x52\x21\x3f\xf2\x88\x24\x22\xbf\xc0\x8a\xb5\x7f\xd6\xba\x0c\x27\xf0\x50\x2d\xc1\x52\xa7\xb3\xa3\x7d\xa5\xe2\x7c\x34\x0d\x51\xaa\xac\x9b\xba\x2e\x63\x0d\x3c\x3b\xd6\x65\xb2\x05\xcf\xd6\x75\x99\xaa\xc4\xa3\xba\x2e\x6b\xe0\x33\xa5\xa8\x8b\x2b\x55\xf8\xe6\x90\xef\x44\xad\xf0\xa4\x69\x82\x28\xac\x94\xa2\x0e\xae\xd4\x2e\x73\x48\xa3\x14\xa9\x1f\x03\xe0\xe2\xba\x9c\x32\x08\x9f\xf4\x32\x78\x15\x98\xf9\x57\xb4\xbd\x2b\xad\x13\x09\xc9\x28\xb4\xce\x97\x3a\x7c\x9f\xcb\x70\xd5\x69\xd8\xf9\x57\x94\x8d\xab\xa4\x20\xc5\x90\xae\x48\x66\xd5\xfd\x7d\x29\x4d\xb7\xd2\x22\x81\x18\x46\x1a\xa4\x98\xf7\x51\x78\x53\x31\xc9\x25\x1d\xb3\x8e\x5e\x69\x9c\x62\xde\x47\xcd\x33\x69\xec\x19\x10\x43\x1a\x56\x4a\x51\x18\xff\x62\x20\x45\x2e\x32\xfe\x83\x73\x72\x09\xd3\x5a\xcd\x40\xfe\x95\x74\x07\x2a\x69\xa8\xef\x40\xe9\x84\xba\x54\xf2\xe6\x5b\x52\x1a\xa3\x78\xf8\xc5\x28\x5a\x59\x2f\x8c\x9a\x95\xf5\xc2\x5f\xb5\xb2\x5e\xf3\xa6\x42\xfc\x33\x19\xad\xac\x2f\x6a\x3f\xb6\x39\x8d\x14\xa3\xf0\x65\xec\xfd\xcb\xc8\xd6\x01\xbc\x66\x5d\xe6\x82\x98\x8c\x86\xd9\x26\xb9\x92\xad\xcb\x6a\x37\x5f\xde\x56\xbb\x7d\x97\x5b\x42\xae\x56\xae\x12\xeb\xb6\xd6\xed\x05\xb8\x44\xcf\x7b\x3f\xd3\xd7\xc5\x75\x1b\x15\x31\xf2\x50\x2e\x6b\x07\xd8\x7e\x45\xc5\x25\x7b\x95\xaf\x7b\x7a\x5d\xf7\xbc\xeb\x14\x27\x4f\x9e\x72\x28\x44\x34\xd1\xde\x9d\x16\xc9\x80\x36\xd3\x22\x19\xd0\x06\xb5\xd8\x46\x96\x06\x19\xec\xc0\x00\xdd\x84\x1f\xf8\x70\x59\xb7\xd1\x0e\x33\x0f\x7d\x47\x48\x31\x26\x1e\xb0\x4e\xb0\x6e\x47\xec\x8f\x7c\xb8\x34\x22\xa9\xc3\xc6\xf1\x89\x64\x2c\xdc\xca\x43\xdd\x6e\x6e\xfa\xb1\x3c\xcc\xf4\x79\xdb\x20\xde\xf8\x72\x9b\xd5\xad\xe4\xa9\xbd\xe9\x2c\x82\xdb\x61\x9b\x19\x10\x85\xec\x38\x8b\xd7\x57\xd2\x21\xd5\x7f\x0f\x6d\xb2\x63\x69\x19\x08\xdb\xb2\x83\x89\xfe\xf7\x01\x26\xbe\x6e\xc7\x6d\x3e\x79\xf5\x78\x5f\xa0\x9f\x49\xfa\x46\x5f\x14\xba\xe6\x2c\x10\x5f\xc9\x01\xa9\x95\xe1\xdb\xbe\xb8\xd1\x5a\xc5\xae\x39\x2d\xda\x57\xe2\xf2\xc3\xd8\xda\x77\x8b\x2d\x66\xdd\x87\x9b\x1b\x2d\x3a\x1c\x63\xb4\xc1\xbe\x5b\x8c\x3a\xcb\xb0\xd9\x01\x9e\x6b\x19\x1a\x7b\xf5\x8c\x19\xe9\xb4\x5a\x5a\xf1\xe7\xeb\x4e\xea\xf5\xdd\x28\xb3\x48\xbe\x0a\xdc\x2f\xcb\xc0\xd9\xbb\xf0\xa7\x44\x04\xfc\xa0\xcb\x2e\xc3\x68\x2f\x0c\x62\xab\x60\x24\xb6\xaa\xb5\x84\xa3\x7d\x00\x30\x2f\x93\xff\x5e\xa8\x9a\xcb\xec\xbf\x17\x56\xb0\x55\x8c\x65\xe8\xbf\x6a\x7c\xd5\xbb\x53\x92\xed\xa7\x0b\xc9\xe0\x85\x99\x77\x85\xfb\xc6\x72\xb1\x4c\xf3\x7b\x83\x50\x59\x46\xcf\xde\x25\x4d\xb4\xbf\xb6\xa4\x5a\x67\xf0\x28\x74\xbd\x2c\x87\xa3\xcc\xbc\xac\x8b\x1f\x4b\xd1\x98\x59\xe2\xc1\xbe\x22\x17\x3f\x86\xc2\x54\xa9\xf7\xaf\x60\xbb\x73\xd3\x88\x97\xa7\x30\x2d\x56\x56\xc3\xd9\xf3\xa5\xb2\xbe\x75\x9e\x39\xeb\x5b\x61\xcb\x29\xf6\xee\x96\x8c\x9a\x66\xbb\x53\x1a\x7f\x25\x5d\x0a\xcd\x69\xf8\x15\x9d\x05\x6b\x45\xb4\x77\xe8\x9f\xdc\xda\xdf\x57\x7d\x63\xa4\xed\x72\xb1\x71\x43\x5f\xc5\x41\x38\x9c\x81\xa6\x1f\xbe\x41\x11\x2d\x03\x75\x6f\x00\x4e\xab\x10\x86\xc3\x91\x64\x38\xee\x0d\x02\x68\x15\x6e\xbf\xbc\x8b\x27\x98\x43\xa9\xe0\x09\x66\x35\x16\x03\xdb\xb8\xb6\xae\xe2\xd0\x85\x3b\x73\x89\x0b\x6f\x49\xc1\xf6\xa5\xb2\xf1\x19\xbf\x5b\xee\x4c\x9e\xe3\xf4\xed\x99\xb3\x44\x32\xfc\x1a\xe5\xc8\x1c\x0e\x2e\x41\x76\x5b\x2b\x69\xa3\x03\x5d\x7e\x9f\x2a\xd0\x85\x15\x58\x09\xcc\x61\x56\x56\xfc\xc6\xfc\xe3\x6a\x2b\x36\x6e\xf0\x55\xa1\xc5\x66\x53\xad\xf8\x8d\x67\x5e\x36\x6d\xe6\xef\x65\x9b\xcd\x98\xd1\x42\xff\xb6\xc6\x3e\x50\xc9\xb5\xc5\x49\x03\xcf\x30\x66\xca\x25\x88\x6f\xeb\x69\x22\xde\xbc\x8b\x5a\x97\x83\x85\xf2\xee\x72\x86\x26\xca\xd5\x52\xa8\xc5\xd6\x9f\x25\xca\xe0\x36\xd8\x31\x4c\x19\x5c\x31\x7a\x2c\xa1\x7c\xbf\x22\xcd\xb7\xa3\xb8\xfc\xaa\x51\x72\x27\xfe\xa4\x39\x84\x2b\xd0\xde\x25\xd8\x2f\x78\xfe\x05\x4d\x70\x67\x04\xa5\xe2\x63\x09\x58\xd5\xc0\xb6\x19\x49\xa8\x0b\xd4\x29\x31\x01\xb7\x56\xf2\xdd\x23\xdb\x03\x7d\x76\x30\xc4\xf3\x2b\xe6\xab\xa5\xa5\x1b\xbe\xfc\xe6\x84\x14\x4d\x70\xef\x19\x0e\x11\x64\xb2\x6d\x54\xfb\xf3\x7e\x85\xe8\x62\xd8\xa8\x41\xae\xe3\x5e\x33\x70\x31\xe3\xd0\x36\x7c\x22\x68\x89\xd5\xee\xe3\x8a\x86\x69\xa0\xef\x60\x35\x55\x13\xa2\xb0\x7a\xaa\x09\x51\x32\x6e\x26\x44\x61\x2b\x7a\x40\x98\xa1\x08\x3e\x36\xe3\x3d\x79\xd8\x5c\xe5\x85\xe8\xbd\x94\x59\xfb\xb0\x97\x32\x31\x4d\xd5\x7b\x17\x56\xc7\x03\x7a\x00\x35\xe1\x99\x2c\x59\x37\x49\x30\xdd\xef\x2c\x8e\xe8\x68\x2e\xf4\xd8\x67\xd9\x0a\x15\x09\x3e\x77\x9a\xe8\x29\x73\xfd\x3e\xfd\x6a\xef\x0c\x99\x48\x79\xef\x31\xd0\xfa\x1e\x33\x42\x32\x62\x8f\x8d\xd4\x2d\xdf\x79\x88\xf2\xa1\x5b\xcb\xe4\x37\xe0\x97\xdd\x50\x08\xdf\xd1\x98\xbf\x42\xf8\x96\x5f\x85\xdb\x39\x10\xf2\xa6\x96\x10\x8b\xc4\x38\xdd\xc2\xe6\xf7\x38\xbc\xa0\xa5\x14\xff\x78\x7a\x28\x4f\xd8\x60\x03\x7b\x30\xc9\x5d\x11\x9b\xb1\xff\x94\x23\x2e\x67\x60\xa9\xcb\xfc\xb6\xf5\xf7\xec\x98\x8a\x3d\x5f\x0a\xec\x93\xff\xe3\x8c\x47\xa8\x66\xa6\xbb\xed\xe3\xdf\xfe\xc9\xd5\x4c\x86\xce\x44\x6b\x3e\x8b\xf1\xeb\x2f\x41\x6f\xef\x0e\x4e\x69\x19\x5f\x3b\xb8\x12\xae\x66\xfa\x66\xba\xd9\xac\x55\xd2\xd8\x66\x87\x58\xd4\x24\xf3\xe8\x2e\xfa\x65\x80\xed\x62\x6d\x1b\x51\xdb\x72\xa6\x37\xab\x95\x58\x29\x57\x33\x7d\xe8\xef\x5d\xf3\x7c\xb2\x14\xa1\xdc\x4d\x6b\x4d\xb9\x9b\xf6\x2c\x1b\xf0\xf2\xa1\x1c\x41\x69\xc0\xd2\x55\x3b\x6d\x95\x4f\x0c\xd4\xd4\x6a\x66\x16\xcf\xfd\xa1\x79\x46\x70\xce\x36\x13\x35\x32\x03\x85\x8d\x9d\x51\x4e\x85\x7f\xfd\x76\x79\x22\x7e\x15\xd9\xca\xc4\x12\xc8\xb5\xd6\x2b\xc5\xe8\xa2\x53\x53\xc5\xcb\x1b\x2c\x4d\xc5\x13\x31\xf3\xd4\xd3\x87\x52\x45\x19\x1e\x25\xc0\x64\xb9\xf3\x46\x3f\x17\x8c\xb5\xe2\x54\x59\xcd\x6c\x4c\x9c\xaa\x02\xb1\x56\x9c\x31\xab\x99\x8c\x29\x55\x90\x07\xe7\xca\x87\xb6\xcb\xd7\x88\x6f\xef\x04\x34\x4f\x94\x1b\x18\x4d\x96\x31\xac\x77\xe1\x38\xeb\xce\x7c\x9d\x33\xa8\x3b\xb0\x14\xec\xf6\xea\x06\x3a\xa1\xa9\x0a\x88\x4a\x1a\xc6\xaf\xe4\xdc\x7e\x1d\x49\x91\x0d\x11\x64\x34\xa4\x93\x7d\x32\x5a\x0d\xd1\xa3\xb5\xd2\x1e\x85\x6b\x30\x79\x82\x41\x65\xf0\x84\x41\x7d\x88\x7a\x5d\x82\xa0\xb6\x96\x47\xde\xd4\x29\xd4\x40\x3a\xb6\xc2\xce\xf6\xc1\x5f\x17\x60\x73\x00\xf6\x58\xdd\xde\x4e\xb4\xbd\xee\x10\x24\x26\xa4\x30\x97\xc3\x14\x1e\x5f\xe9\x76\xf4\x54\x44\x6b\xe6\xdc\xe7\xe1\x8c\x4d\x97\x65\xb6\x04\xd9\xb9\xcc\x19\x8b\xe3\x66\x75\x7b\x3f\x7b\x8a\xd9\x7a\x93\xa6\x1e\x4f\xfa\xbc\xa9\x49\xcf\x1e\xd5\xed\xfd\xcc\xd0\x1c\xdb\xc9\xe8\xbe\xac\x96\x80\x5d\x97\x28\x63\x47\xe3\xf2\xa6\x3c\xfc\xc3\x7c\x51\x5f\xa9\xa8\x94\x48\xd5\x0e\xe4\x86\xf8\xe8\xd5\x89\x24\xae\xdf\x96\x62\xe4\xd0\xed\xa9\xc2\xfe\x2e\x26\xca\xb0\x25\xa6\x47\x92\xb5\xa5\xa7\x18\xb9\x18\x57\x6a\x94\x39\x89\x19\x65\x9a\x58\x22\x95\x97\x30\x97\x93\x20\xe7\x25\xc8\xe5\xbc\x38\x93\x4c\xf7\x0a\x7a\x68\x09\x54\x59\xeb\x15\x69\x49\xa2\x06\x5b\x5d\x9e\x94\xe2\x85\xfb\x20\xfd\x79\x7f\x4c\xf5\x32\x51\x3c\x79\xf8\xd6\xab\x79\xa6\x75\xcb\xdf\x16\xfa\xb2\xd6\x0c\xa9\x2d\x32\xdc\x13\x05\xbe\xac\xf5\xdf\x7c\xaf\xdf\x57\xab\x5e\x4d\xa1\x32\xd7\x30\x9f\x87\x5d\xaa\xdc\x12\x87\x5d\xaa\xdc\x69\x85\xb5\x5c\xcf\x95\x67\x52\x12\xd8\xd5\x85\xb5\xac\x78\x9e\x97\xa0\x96\x35\xb6\x14\x21\x2d\x6b\x2c\x32\xe2\x6d\xad\x31\x24\x09\x76\x59\x63\x9d\x12\xec\x72\x3d\x19\x27\xf1\x02\x3d\xf9\x2f\xec\x44\xb4\xda\x70\xfa\xc5\x50\x78\x27\xca\xff\x34\x34\xae\xa4\x94\xa3\x52\xf8\x13\x76\x74\xe6\x7f\x1e\xf7\x28\x65\x4a\x09\xca\x1c\xb1\xfd\x05\xbd\x58\x48\xcd\x8a\x13\x76\x4d\xdb\x5f\x38\x36\x27\x77\x4f\x0a\x9d\x8e\x4a\x61\x43\x37\xd8\xb2\x97\x91\x77\xcd\x8c\xc5\x90\x0a\x7b\xf9\xdc\x2d\x92\x09\x8d\x9e\x7c\x2a\xca\xa6\x27\x75\xda\xef\xf9\xa4\x20\xdf\xfc\x27\x92\x7f\x86\x07\x5c\xc0\xcb\xe5\x04\x9f\x5f\xc9\x57\xfd\x27\x0f\x65\xb5\x40\xe3\x21\xf5\x7e\xf6\x13\x52\xef\xe3\xc0\x58\xa4\xde\xc7\xd9\xb0\x26\x6e\x4f\xfe\xd6\xc4\xed\x59\x53\x8f\xdd\x9e\x35\xdf\xfa\xa6\xcf\xdd\x81\xec\xfa\x9d\xff\x3e\x17\xe7\x41\xea\xf5\x79\x40\xc1\xe6\x13\xe2\x07\x1a\xc1\x79\x75\xce\xd2\x69\xc6\xa0\x94\x63\x1c\x7c\xff\xbd\x2b\x20\x60\xea\x14\x35\xca\xfd\xe4\x55\x2b\xa3\x9c\x1c\xd3\x46\x97\x34\x00\xbb\xca\xca\x97\xba\x4d\x96\xfc\x61\xdf\x26\x0b\xd3\xdb\x00\x4e\x72\x40\x7d\x45\x5f\x94\x99\xe0\x64\xde\x2f\x69\xa1\xbd\xa9\x25\x2d\x34\xdd\x09\x5b\x9f\xc0\x9f\x37\xe9\xf8\xbe\xa2\x6f\xfd\xf9\x52\xb9\xf6\x7b\x6a\x71\x42\x94\x99\x72\xec\xde\x4d\xfb\x0f\x0d\xf6\x4f\x5e\x80\x9c\x58\x3b\x82\x72\xb6\x58\xaa\x16\x99\xc8\x59\x3c\x40\x39\x99\x91\xcb\x30\xf7\xf1\xfb\x52\x68\xeb\x27\x12\xc7\xe6\x44\x7c\xbb\x49\x1d\x51\x0e\x9e\x9b\x79\x67\x3c\x67\x01\x2c\xbe\x9c\x22\x7f\x5c\xa9\x55\x07\x27\x2e\xfe\xb5\x50\xf6\x99\x3b\xce\x90\xdf\x01\x42\x2f\xc1\x3b\x5b\x8e\x2e\xc3\x3b\x0b\xd8\xd3\x65\x78\x27\xe8\x80\x65\x2e\xd8\x02\x8e\x7b\x39\x25\x7e\xc1\xed\xbd\x0c\xea\x2c\xc0\xc5\xd7\x32\x03\x43\x2a\x85\x81\x81\x6b\x8f\x90\x9b\xad\xa5\x96\x6d\xb2\x03\x7a\xba\xb9\x8c\xd0\x7a\x41\xdb\x7b\xda\x07\x90\x33\x63\xe6\x8b\x5f\x6c\xde\x42\x72\xb6\xd1\xf2\x25\xc0\x66\x1a\x24\x6c\xfb\xfc\x2f\x76\x13\x67\xbc\xaf\xe5\x4a\x6b\xdf\xfa\x32\x95\xf0\x27\x18\x7a\xcd\xd7\x8a\x3f\x6b\x2d\x3b\x7e\xe2\x31\x21\x1d\xfe\xcd\x35\x6c\x69\x4a\xd6\xce\x9d\x56\xd8\xcf\x96\xe6\x3a\x3c\xb9\xa7\x1c\x39\x3b\x7b\x2a\xd9\x8e\x01\x8a\x28\x6e\x5d\xda\x63\xed\xef\x4e\x85\xca\x03\xc7\x21\xbe\x89\xf7\x43\xa5\xd8\x06\xe4\x71\x36\x6e\x00\x79\x91\x34\x2d\x98\xf2\xe2\x88\x9d\x30\x81\x2c\x25\xc5\x1f\x84\xbc\x2c\x61\x3d\x4b\xfd\x7d\xe7\x03\xb7\xe7\x55\xb9\x96\x98\x7a\x82\x77\x4e\x58\x42\x96\xd0\x9d\xdf\x91\xe3\x55\xe3\xa2\xd8\x82\x05\xe8\xac\x35\x75\x88\xaf\x18\xbc\xf0\x32\x9d\x6c\x65\xc6\x9a\x32\xf6\x41\x19\x10\x24\xf3\x89\xca\xba\xb3\x4f\xf2\x50\x66\xb6\x71\x73\xaa\x93\x5e\x7e\xa4\x3d\xda\xdf\xc6\x8d\x52\xb5\xe1\x01\xe1\xe7\x6c\xb8\x3d\x56\x44\x53\x63\x70\xf4\xec\x4c\x91\x54\xe4\x80\x55\x04\x5f\xee\x78\xe4\x1c\x42\x19\x11\x9d\xc9\x95\xab\xd4\xe6\x4c\x1e\x48\xc3\xed\xa1\x2f\x87\xe3\x2c\xe5\xb8\xa3\x0c\xc2\xf1\x75\xbf\xa4\x58\x07\x46\xa4\xdf\x36\x70\x8d\x15\xd1\x01\xb4\x12\x0e\xe8\xb8\x8e\x24\x2f\x3e\x2d\x17\x0e\xf3\x67\x6d\x76\x62\xf9\xf5\xfb\x4e\xc6\x2c\x66\x9d\xf3\xc8\xaf\x9e\x52\x96\x26\xc8\x83\xa4\x6b\x1e\xf6\x17\x67\x8d\x1f\xd9\x6f\x8e\x73\x03\x70\x64\x8b\x06\x75\xc2\x89\xb3\x84\xae\x2c\x33\x1f\x3a\xca\x2c\x26\x53\x43\x28\xe7\x5c\xf9\x52\x4a\x60\xcb\xbb\xc2\xc3\x8d\xd4\xf1\xa7\x41\x4e\xa9\x56\x44\xe8\xa2\x98\xc2\x6e\x96\xeb\xb1\x9b\x81\xcb\xeb\xf1\xf1\x57\x23\x29\xe8\x27\xad\x31\xc3\x51\xa9\x11\xc5\x0c\x96\xb1\x31\x78\x08\xc4\xd5\x12\xc0\xb2\xc5\x1d\x70\x6c\x88\x88\x81\x54\xf4\xa9\x37\x79\x22\xbe\xa2\xdc\x66\x29\x55\x21\x2c\x29\xd5\x99\x7c\x46\x24\xe1\x44\x38\x1e\xce\x01\x18\x8a\x24\xf6\x88\x11\xc9\x4b\x39\x6f\x8a\xda\x02\xd3\xca\x31\x25\x42\xfe\xb7\xf7\x9c\x0c\x9b\x73\xf7\xe4\xd7\xe8\xde\x12\x03\xa4\x51\x9b\xd7\xaf\x65\x32\x25\x30\xc3\x85\xd3\xbc\x17\x57\x8c\x3f\x67\xeb\xe1\x3b\xa1\x2d\xef\x45\xcb\xfe\x0c\x85\x60\x3b\xfa\x73\xda\xb5\x11\xc9\xf7\xb4\xbc\xa9\x7b\xda\xf8\x27\x3d\xec\xf7\x55\xa7\x64\x63\xf6\x09\x8b\x39\x00\x97\x2d\x41\x31\x47\xbc\x1e\x82\x62\x8e\x38\x1c\x04\xc5\x1c\x71\x0d\x89\xb9\x74\xc4\x05\xf2\x67\xe3\x04\x0e\x04\x41\x2a\x07\x40\xef\x65\x6e\xd2\x11\x43\xb4\x30\x95\x23\xca\x8e\x30\x95\x23\xde\x11\xf3\x8d\xf6\x5c\xaa\x04\xb1\x9c\x71\x26\x98\x6f\x74\xc4\xd2\x2c\x8c\xe5\x88\x9e\x26\x8c\x65\x89\x53\xf2\xcf\x59\x7e\x32\x54\x86\xec\x54\xfe\x94\x41\x94\xf0\x17\x2d\x91\x8a\xce\x9b\x3d\xc5\xe0\xc7\x2c\x3e\x81\x1f\x67\x36\x18\x83\x1f\xe3\x65\x14\xf8\xb1\xcc\x54\xe8\x4c\x0e\xa9\xd0\x39\x51\xf2\x17\x8f\x0f\x87\xbc\xa9\x9b\x21\xf3\xd2\x29\xe7\xef\x8c\x94\xee\xb7\xc1\x0b\x88\x28\x74\xc6\x5f\xfb\x67\x10\x02\x46\x83\x97\x4f\xaa\x78\x02\x5e\xf0\x5f\xa1\xfd\x08\xde\x38\xe1\xdf\x58\x2f\xc7\x25\x60\x2a\x12\x82\x71\x02\x96\x5f\x82\x2c\xce\x58\xeb\x84\x58\x9c\xb1\x76\x0b\xb1\x58\x2b\xfd\x15\x26\x71\x3d\x8c\x8c\x78\x40\xd7\xc3\xac\x11\x0f\xe8\x7a\x38\x36\x44\x03\xba\x1e\xda\x6d\xb8\xe2\x88\x93\xe2\xe5\xd3\x88\xb9\x20\xb4\xe2\x7a\xf8\xc1\x02\x2b\xd6\x78\xeb\x45\x02\x5a\x63\x27\x7a\xd9\x53\xca\x5e\xf3\x62\x57\xa2\x7a\xdd\x37\x73\xc1\x15\xab\x67\x0d\x56\x40\x20\xc6\x1a\xcb\x94\x48\x3d\x6b\x50\x05\x22\xf5\x5c\x4f\x3a\x28\x04\x40\x2e\x98\xc2\x37\xae\x87\x1f\x23\x78\x63\x8d\xbd\x5a\xe8\xc6\x1a\x8c\x81\xc0\x8d\x35\xe6\xd0\x97\x2f\xa6\x77\xea\xb3\x17\xb4\xe5\x55\x47\x14\xe7\xc7\x38\x35\x54\x94\xdf\x17\x81\xa7\x33\xa2\xfd\xf5\x6c\x92\x62\xe2\xac\xf1\xfb\x93\x2c\x3e\x46\x23\x33\x71\xb6\xcc\xe9\x17\xf4\xcc\x4f\x44\xdd\xcf\x32\x01\x0e\x6d\x4a\xb9\x22\xd5\x65\x3e\xbc\x31\xb0\xb3\xdf\xbf\x09\xe1\xe6\xda\x02\x13\x27\x68\x9b\xf5\x06\x54\x4b\xc1\x26\xe6\x04\xd4\xbd\x20\xe6\x04\x46\xb6\x84\x5a\x0c\xbd\xd1\x7a\x63\x8c\x7f\x52\x90\x2f\x73\x35\xef\xca\xcf\xc9\x9f\x17\x56\xf1\x69\x35\x0d\xf4\xdd\xad\xa6\x45\xf2\xd2\xd6\xd4\xf9\xf1\x43\xbe\x94\x79\xac\xe5\x55\xe9\xf5\x4f\x10\x06\x6f\x7c\x9e\xbf\x77\x75\xd7\x28\x69\x91\x83\xb2\xef\x15\xd1\x68\xd7\x34\x10\xa7\x67\x4d\x51\x56\x2e\xd2\x39\x13\x0c\x96\x34\xca\x04\x83\x85\x49\x07\x11\x27\x7b\xd1\x1b\xc7\xe6\x7f\x41\x9a\xbc\x39\x60\x29\xd6\x71\xaa\xfc\x62\xb8\x36\x03\xc3\x78\x73\xa2\xd2\x20\xbb\x27\x01\x51\xaf\xb7\xa3\x56\xf3\x4f\x1d\xb5\x9a\xdf\x84\xb6\xce\xee\xfc\xb6\xaf\x12\x95\xea\xed\xcb\x65\xe0\x0a\x50\x69\xc6\xa9\x2f\x80\x63\x8b\xff\xff\x6d\xd2\xc0\x80\x19\xcc\xa5\x79\x83\xdc\x5e\x42\x31\x7e\x45\x6a\x3d\x5c\xf4\xe8\x8c\x71\x5b\x30\xdd\x2c\x43\x17\x4b\x3c\xb1\xe2\xcb\x6c\x51\x97\xa0\xcb\x24\xbe\x79\xbd\xed\x9b\x64\x74\x3f\x78\x1f\xf9\xc7\x1f\x1b\x73\x89\xd7\x5a\x46\x28\x16\xa0\x6c\xeb\x63\xf7\x11\x7c\x67\xeb\x83\x35\xf7\x41\x3a\xae\x26\x22\x18\xe1\x7c\x2a\x1d\x65\x72\xc7\x31\x9c\xb0\x06\xd0\x20\x00\x61\x1b\x9c\x69\x66\xb5\xac\x71\x00\x18\x41\x58\x1f\xd6\x90\xf2\xd7\xb7\x55\x22\x6d\xf1\x9b\xa5\x58\x39\xcd\x22\x58\xa5\xa0\x01\xcb\xa4\x6f\x69\x9e\x82\x18\x7e\x35\x8a\x29\xe3\x29\x91\x74\x8d\x28\x08\x66\xca\xcb\x23\x03\x66\x69\xb6\xef\x8e\xb9\xc6\x7c\x38\x52\x07\x92\x0c\xfe\xdc\xb7\x84\xf4\xab\xf5\xce\x33\x6d\xd5\x4f\xaa\x50\xd0\x36\x5b\xc6\xc7\xe6\x8a\x40\x89\x3e\xa6\xf1\x03\xf9\xb8\x4c\x3c\x49\x3e\xad\xaf\x68\x2c\x17\xc2\xe3\x99\x99\x57\x95\xe9\x94\x03\x4f\xb8\xbf\xde\xf3\x63\x9d\x40\x74\xe6\x43\x45\x0f\x71\x95\x16\xec\xaf\x77\x2c\x17\x42\xfd\x75\xd0\xe5\xeb\x63\x0f\x54\x4d\x53\x05\x19\x25\xd6\x66\x1b\xcc\x67\x4e\xf7\xaf\x24\xac\xeb\xcc\x33\x81\x5b\xad\x0b\xec\xcb\xe0\x56\xb7\x7b\x5f\x86\x2e\x2d\x0f\xc7\xbe\x9c\x3e\xd4\xea\xe5\x16\x85\x64\xbc\x8e\xdb\x29\xed\xc1\x72\xef\xcb\x69\x40\x3d\xe0\x5b\x79\xec\x07\x7e\xa2\x6d\x48\xde\x4a\x29\xd9\xac\x1a\xe2\x9f\x45\x9a\x63\xdf\x50\x9a\x6a\xe2\x47\x8e\xe3\x2d\xe2\xc7\x82\xeb\x75\x5f\x46\x97\x4e\x3e\xb4\x27\xb1\x52\x2a\x6a\x1b\x4d\x45\x6d\xcb\x77\x32\x8c\x7b\x50\xb7\x80\x75\xf3\x57\xc3\x96\x99\x3c\x5d\x14\x96\x94\x5b\xd9\x16\xcc\x6e\xb0\xb5\x6f\x21\xe9\x06\xdb\xfe\x16\x92\x6e\xb0\xfe\xb6\x90\x74\x03\x63\xda\xbe\x8c\x2c\x9d\x69\xd9\x5b\x6f\xa6\x3e\x59\xfe\x2b\xdd\xf5\x6d\x32\x43\x7a\xdc\x23\xda\xa2\xfc\x77\xf8\x54\xb7\x90\x74\x83\xc3\x62\x5f\x4e\xd3\x98\xe1\x16\x04\x1b\xcf\xce\xbe\x1c\xc9\xf5\xef\x64\x39\xdf\x57\xa5\x95\xe6\x3f\x11\x04\xd3\xe9\xaf\x93\xd0\x3c\x77\x9e\x8a\xee\x02\x62\xb0\x6d\x0a\xc8\x86\x01\x76\xdf\x06\x8f\x52\xd2\x6d\x9a\x34\xec\xdf\x5b\x50\xba\x09\x78\x63\x1b\x3b\x37\x21\x58\xd8\xc2\xce\x4d\xa2\x22\xf6\x6d\x4b\x85\xf5\x93\x2d\x62\xc9\x09\x58\x63\x9b\x57\xb2\x11\x66\xbd\x05\xab\x9b\xa0\x3e\xb6\x50\x75\x13\x85\x73\xdf\xb6\x5b\x30\xa9\x6e\x7b\x2d\xbc\x6b\xed\xdb\xcc\x28\xb0\x60\x6c\x81\xec\x26\xda\xff\x06\x64\x07\x1b\xd3\x36\xe5\x64\x83\x9a\x6d\x8b\x46\x72\x8e\x9e\x82\xbc\xad\xe4\x4b\x6d\x6a\x2c\xab\xdb\x88\xd0\x4e\xe3\xbc\xa9\x0d\x06\x00\x8e\xbd\x45\x3f\xc4\x56\x05\xb8\x75\xdf\x86\x76\x0e\x5a\xbe\xa5\x0d\x77\xaa\x70\xde\xb8\x91\xef\x7c\x2d\x8e\x24\x4d\x39\x7f\xc7\xd7\xd0\x8c\x94\xd0\x6d\x35\x63\x63\xf4\xe6\x88\x24\xd7\x48\x3a\x28\xef\xc0\xc3\xec\x34\x20\xad\x73\x9f\xdf\xb7\xdd\x03\x35\x92\xf4\xca\x87\x2a\xd0\xda\x7a\xbe\x94\x47\xc0\x6a\xda\x16\x1c\x6d\x3d\xac\x00\xc3\xd1\x1e\xdc\xf5\x5b\xf8\xb3\xf5\x30\x79\xc5\xe3\xb8\x1e\x7e\x95\xf0\x66\xeb\xe1\xff\x1b\x6e\x16\xce\x8a\x2d\x22\xc7\x8a\x51\x69\x0b\x6e\x56\xf1\x37\x6d\xa3\xcd\xc2\xc5\xb1\xc5\xe3\x58\x71\xd5\x6c\xf1\x38\xae\x27\xcf\x94\xd6\x05\xcb\xc3\x16\x71\x63\x1d\x8d\x1a\x7d\x8d\x60\xab\x28\xbe\x46\x14\xda\xed\x6b\x44\x4d\x29\x1e\x38\x3a\xec\x7b\x43\x89\xc4\xd8\xa4\x18\x6b\xb4\x1e\x38\x23\xc9\x2e\x00\x83\x5b\x48\xb2\xf5\x94\x3c\xb4\x42\xcb\xdf\x31\xae\xec\x4e\x39\xa6\xb9\xe1\xf2\xbf\x8d\x2b\xbb\x80\x3b\xee\x62\x83\x7e\xa7\x5b\x36\xe8\x5f\x3f\x51\xbe\x14\x66\xa7\xd1\x62\x17\xb8\xc3\x6d\xb4\xd8\x75\xfd\x9e\x5a\x59\x67\x66\x19\x3c\x76\x5d\xbf\xe6\x5b\x21\x4b\xc7\xed\xdb\x62\x53\x30\x78\x6c\x60\x2f\xdf\x05\xe4\x64\x7e\xbc\xd3\x5e\x30\x63\x0c\x25\xbb\x80\x93\x6e\x63\xc7\xda\x93\xce\xe9\xb2\x31\x60\x02\xdd\xb0\x3d\x3e\x69\x84\x6d\x69\x4f\x4a\xb2\xd1\xf0\x49\x93\xa4\x9f\x3f\x8c\xaf\x61\x93\xcc\x84\xea\xfc\x2e\xd4\x29\xb8\xd7\xd3\x68\x6d\x35\xc4\x17\xdb\xf9\xae\xb9\x12\xe4\x5d\x5f\x09\x98\x28\x02\x7f\x3d\x8d\x2a\x2b\x17\x84\x85\x64\xef\x0e\x83\x52\xb9\x21\x3c\xf9\xd2\xde\x1d\xeb\xb0\xbb\x72\x45\x78\xfe\xc3\xee\x2d\xdc\xd8\xd3\xf2\xa5\x7d\x57\xf0\x91\xee\x6a\x90\x3c\x20\xa0\x6d\x50\xd9\xc0\xba\xbf\xab\x7d\x59\x70\xa9\xee\xea\x14\x45\x69\xe1\xa2\xe7\x74\x55\xc7\x77\xc7\xb2\xbc\x85\x1b\x7b\x30\x2c\xec\xca\xdd\xe2\x57\x90\x2f\x13\xe9\x9c\xd9\xca\x4b\xda\x64\x42\xf2\x92\x16\x3b\x7b\x0b\x37\x86\x5d\x89\xe7\xcb\xbf\xb1\x49\x8e\xa3\xb1\x3a\xba\x6f\xa4\x20\xdf\x77\x32\xde\x44\xf7\xa5\xfd\xa2\x69\xc2\xbc\xb1\x2b\xfe\x29\x16\xb8\x40\x62\xf7\xb3\x7e\x4f\xad\xfe\xf1\xe5\x71\xa0\x0d\x53\x1f\xcc\x58\x4b\x03\xb9\x50\xb0\x8f\x3a\x47\xfc\x8d\xa1\x6a\x57\xb3\xe2\x34\x5a\x0f\x5f\xee\x4d\x83\x15\xec\x77\x67\xb6\x1c\xdb\x17\x4b\xaa\xd1\x6d\xa8\x45\x7a\xb9\xd8\x7c\xf9\xf6\xbb\x29\xf7\xe3\xa7\x9e\x5b\x4a\x30\xdf\xb8\x3a\x6f\x27\x98\xbf\x87\x2d\x06\xfb\x31\x1a\x04\xef\xee\x36\xfe\xec\xc6\x15\xbb\x9d\x53\xbe\x83\x96\xde\xca\x1b\x7f\x17\xac\x9c\xdb\xc9\xe1\x4b\x96\xae\xf0\x67\x0d\x5c\xfa\x7e\x70\x57\x3d\x11\x8d\xa9\xe4\xb7\x2a\x07\xfc\x57\xa4\x60\xf8\xc2\x57\x5e\x5e\xba\xb7\xe4\xa1\x61\x92\x8b\x36\xc1\x09\xbe\x68\x84\x66\x53\x21\xd2\x69\x1b\x56\x56\x1e\xf4\xc8\x07\x46\x06\xbb\xd5\xf7\xe3\xbb\x82\x73\x90\x7e\xc5\xc7\xe2\x40\x6c\x16\x29\x59\xa8\x5b\xc2\xfb\xb6\x19\x22\xc9\x9a\xfb\x15\xb7\x1e\x32\xc4\x22\xb4\xef\x1c\xc8\x82\xa1\x35\xc0\x88\xdb\x30\xb4\x0a\xbc\x7b\x3b\x8f\xfb\xc0\x6c\xbf\x05\x44\xfb\x3e\xa5\x81\x9a\x4d\x15\xe0\xf8\x76\xf2\xf6\x59\xd2\x22\xf3\xe7\x01\xec\xdc\x0f\xd7\x09\xf6\x10\xc3\xd6\x6a\x49\x6f\xcc\x71\x0f\xdc\x7b\x3b\x67\x7b\x85\x50\x75\x3b\x69\x7b\xc5\x84\xb9\xcd\x28\x99\x5f\x77\xa0\xdb\xc9\x33\x5b\xf3\x5b\x6a\x15\x19\x44\x4b\xa5\xbe\x61\xa4\x12\xb9\x41\x50\x47\x9d\xb6\x1d\x44\xf1\x6e\x76\x34\xfc\x24\x5d\x37\x50\xd3\x8d\x69\x73\xae\x97\xaf\x24\x03\xf2\xef\x99\x0c\xd6\x28\xca\xcd\x06\x64\xd4\xf4\x66\x03\xf2\xef\x3b\x19\xac\x7f\x6f\x0a\xf7\xf9\x7b\x53\x2a\x35\x9b\x81\xe8\x23\x0b\x30\xac\xdd\x6c\x30\x66\x6a\x36\x1b\x8c\x99\x99\xcd\x06\x63\x66\xb1\x80\x6f\x23\xbb\x7f\x73\xde\x6c\x5f\xfc\xb6\xb8\x24\x0b\x98\x81\x2d\x2e\xc9\x02\xf8\x61\x37\xc7\x91\x02\x35\xd9\xcd\xa9\x1e\xf0\x9b\x6e\x30\x72\x6b\xfc\x7b\x3b\x07\x40\xc7\xd6\x29\x00\xdd\xc8\x41\x05\x80\x6e\xa5\xe1\xc2\x12\xad\x34\x5c\x77\x24\x96\x41\xf3\x1d\x89\x05\x25\xde\xc9\x99\xd3\xb9\x39\x00\x6f\xa1\x79\x1b\x5c\x87\xff\x77\x1b\x5c\x97\xf3\xc2\xc9\xed\xe7\xcc\x87\x43\xcf\xf2\x9d\xcc\xc7\xf9\x33\x0a\x29\xc2\x75\xbd\x85\xad\x2b\x33\x7f\x06\x55\x93\xb1\xf0\x76\x1a\xed\xa0\x39\x52\x88\x8d\xb8\xf9\x32\xcd\xb1\x22\xfa\xc8\x09\xe9\xfd\x6e\x68\xa5\x8c\xb0\x31\x2b\x6c\xb4\x22\x80\x5c\x4f\xcd\x77\x32\x6f\xd6\x54\x68\xa7\x3b\x37\x98\x86\x52\xea\xea\x3b\x26\x6a\x0e\xf4\x6e\x9c\x0a\xeb\x42\x64\x90\xeb\xe1\xb6\x05\xca\x0e\x14\xe0\x36\xc1\xe3\xc8\x06\x67\x82\xc7\xe1\xac\x68\x5f\xd1\xaa\xd6\xc8\xb7\x32\x6e\xa2\x3d\x05\x20\x87\x0a\x0f\x49\x23\x9e\xe9\xdd\x1d\x57\x9f\x1b\x76\x87\x14\x67\xe4\xa9\x35\x24\x56\x72\x07\x7f\xc2\x85\xa3\x83\x3f\xe1\x1a\x11\x12\xc7\x91\x7a\xd1\xff\x52\x2f\x1c\xe8\x29\xca\xe8\x94\x96\x6f\xad\x40\xa1\x0f\xc2\xe2\x98\x2d\xc3\x58\xbd\x81\xc5\x64\x8b\xb6\xf1\x7e\xb0\x74\x6c\x78\x1b\x7b\x06\x99\x08\x7e\x7e\x56\x27\x82\xbf\xe5\x65\x87\x79\xfc\x9e\x0a\x6c\x1a\x1d\xa5\x3b\x77\x4f\x86\xca\xf6\xc4\xdf\x97\xb6\x27\x96\x88\xcb\x6d\x4a\x41\x3e\x50\x69\x3f\xe6\x45\xb6\xc3\x8e\xff\x2e\xff\xdd\xfe\x3b\xcc\x8d\x5b\xf9\xe9\x5b\xcd\x90\x1f\xe3\x1c\x58\xea\x42\x14\xb6\xd8\x03\x7a\xac\x41\x34\x50\xf6\x45\xa8\xc4\xb6\xd1\x86\x15\x72\x82\x2d\x7c\xe1\x77\x87\x8e\x38\x2c\x52\xa9\xcc\x43\xd1\xb0\x9d\x86\x3e\x7a\xa7\x50\x84\x75\xfc\xde\xb4\x07\x04\xc1\x29\x1b\xfc\xe2\x20\x63\x43\x41\x72\xc2\x86\x1b\xc9\x71\x1a\x5c\x32\x86\xe9\xf1\xd9\xdc\x06\xd3\x99\x2a\x8c\x14\x04\xd3\xb0\xc5\xd6\x78\x77\x7e\x89\xd9\x1a\x17\x3c\x10\xdb\x6c\x8d\xf0\x86\xee\x01\xc5\xf9\x93\x72\x5e\xda\xa3\x53\x89\x2c\x49\x2b\xad\x93\x25\x89\x3d\x5a\xa0\xc2\x7b\xe1\xc7\xda\x26\x6b\x1c\xb9\x20\x89\xac\x31\x28\xdf\x2d\xb2\xc6\x71\xa5\x4a\xf1\x98\x67\x1a\x0f\x6f\x99\x4c\x82\x61\x27\x1f\xb3\x56\x58\xc1\xd1\x5a\xde\xfc\xe8\x3b\x4a\x11\x55\x79\xe3\x26\x6b\x6a\xc6\x06\xe5\xf9\x16\x02\xb0\xd4\xf5\xef\x5c\x0b\xdb\x79\xe4\x81\xd6\x6d\x27\x87\x07\x92\xb7\x05\x0f\x2c\xe0\xcc\xb6\x92\xc3\x97\x98\x47\x86\x0d\x4b\x2d\x6f\xba\xdd\x69\x9b\xdb\xcd\x77\x66\xe0\x8d\x92\x36\x1c\x7e\x13\x45\x5d\x40\xbf\x79\xe7\xcf\xe9\xd8\xcf\x62\x22\x41\x3b\xe7\xa7\x21\x7a\xb5\x44\xf2\x46\xbc\x90\xb4\x11\x63\x3a\x99\x76\xd5\xb1\xd7\x8b\x48\xb1\x56\x14\xca\xe9\xb4\xc4\x80\x26\xb6\xf0\x7a\xb5\xa2\xd4\x4e\xfb\xf1\x30\x08\x09\x9f\x57\x6b\x49\x31\x32\xa3\xcc\xbc\x29\x33\x4a\x49\x85\x4e\x58\xc1\x95\x17\x7c\x1e\xff\x46\xf8\xbc\xf5\x70\x46\x4f\xbb\xfc\x18\x0c\x81\xf5\xd6\xf3\xe4\x3b\x81\x25\xb9\x5c\x4e\xdf\xdc\xd9\xb0\x45\xa0\xb8\x1e\x8e\xa1\xe9\x00\xc8\x96\x1a\x64\xe3\x60\x73\x98\xf6\xf1\xb5\x48\xb2\x22\xf4\xd4\xa7\xd3\x84\x33\xc1\xf9\xde\x31\x69\x6f\x11\x2b\xae\x07\xad\xc3\x54\x89\x57\x94\x17\xc0\x75\xd1\x5e\x9c\x9c\x7d\xe6\x38\x9d\xdc\xbe\x33\x70\x9b\xd8\x51\x9a\xb7\x6d\x02\xfe\x95\x2c\xc2\xc2\x8c\x15\xee\xbb\x94\x64\x06\xda\xd8\x64\xa7\x33\x50\xa2\xf2\x1a\x79\xb7\xf0\x24\xef\xa9\xbc\xab\x99\x74\x93\xb8\xc4\x8c\x89\xe3\x12\x41\x3c\x6c\xa1\xeb\x9e\x4c\xd7\xc9\xf5\x3a\xc5\xbe\xf4\x8c\xc6\x5b\x81\x2c\x69\x9f\x91\xec\xfc\xa1\xe5\x18\x45\xfe\xac\x81\x76\x0f\x74\xdd\xdb\x14\x8a\x49\x30\xb2\x97\x63\x71\x89\x36\xd9\x82\xe1\x3d\x51\x4e\x80\xe1\x15\x8e\x06\x73\x2a\xde\x85\x85\xaf\x34\xee\x77\x28\xa1\xf7\x02\x37\x3a\x23\x1e\x95\x94\x6a\x74\x71\x64\xfc\x8c\xac\xbb\x47\xbe\x34\x4d\x2c\x71\x0a\x5b\xd0\xba\x16\xd3\xc1\x32\x69\x2c\xbe\xe1\x6d\x2c\xdd\x8d\x23\x77\xaf\xc5\x09\x94\x97\xff\x2c\xd2\x9b\x65\xa2\xd3\x8c\x84\x78\x63\x63\x12\x16\x5e\xee\x0e\x71\xf3\x36\x24\x2e\x36\x68\x65\x30\x6f\xb1\x09\x0b\xd7\x76\x97\x89\xb6\x03\x67\x61\xce\x11\x67\x26\x47\x1d\x10\x70\xad\xc7\xf4\xe2\x34\xe5\x90\xe7\xef\x65\x5f\xc5\x4a\x29\xde\xff\xa9\xc2\x06\xc1\x9a\x52\xe4\xab\x58\x29\xe5\xe5\x96\x32\xee\x66\xe9\x58\x29\x54\x11\x28\x6c\xff\xc2\xb1\x25\x84\x60\x6f\x23\x4c\x7e\x92\xa9\xf3\x51\x83\x85\x63\x2b\xc0\x8e\xb7\x28\x0c\x07\x31\x04\x5b\x14\x86\xa3\xf1\xdf\x45\x61\x38\x5a\x4f\x15\x3e\x19\xfe\xcd\x44\xb5\xb7\xd1\x4e\xcc\x2d\xc0\x71\x3d\xd5\x0b\x7d\xc1\x78\x6f\xdb\x91\xd9\x7e\xb6\x51\x9a\x20\xe7\xf6\x36\x12\x0a\x3d\xc8\x84\x86\x73\x95\x88\x52\xae\x51\x0e\x04\x87\x2b\xa4\x40\xda\xc0\xe1\x4a\x8a\x19\x92\xf2\xcc\x7b\x6a\x4a\x91\x6d\x98\xd9\xea\x24\xe9\xb0\xb5\xee\xed\x2d\x87\x15\xec\xd4\xe7\x39\xc3\x76\x76\x1c\x8a\xb1\xf5\x6f\xe4\xa1\x62\xa8\xd1\x0c\x85\x7c\x7b\x72\x4e\x6e\xa7\xf4\xe4\x44\x15\xf4\xed\x7e\x7e\xa3\x01\x96\x97\x3d\xcf\x2c\x83\x57\xff\x89\x86\x22\xe7\x7f\xd8\xbc\xd7\x33\xae\x80\x79\xd9\x61\xb6\xfd\xad\x25\xff\xc0\xfe\xd6\xf2\x7b\x99\x15\x9d\x7a\x65\x80\x62\x37\x35\x72\x2e\x84\x8f\x5b\xa9\xcc\xbf\x67\x52\x0a\xb6\xf5\xa4\xa6\x07\xb6\xf6\xf8\xa1\x92\x8b\x37\x42\xb1\xb6\x21\x70\x2d\x46\xe2\xe3\x18\xfe\x5c\x48\x8e\xc3\x65\xf8\x65\xc7\x54\x72\x11\x4c\x14\xc9\x56\x2a\xbe\xc1\x04\xaf\xec\x83\x3f\x01\xdd\x4e\x34\x82\xa3\x71\x84\x08\x03\x57\xc0\x0b\x6e\xa7\xfb\x4e\x84\xfa\x76\xba\xef\x09\x5e\x6e\x1f\xf3\x4f\x10\x71\xb6\x9d\xef\x3b\xb1\x85\x5b\x34\x83\x95\xb8\x9b\x7d\x74\x18\x11\x4f\xb4\x4d\x3a\xf8\x33\x12\x1d\x87\x34\xb0\x53\x1d\x87\x34\x30\x33\x84\x91\xab\x95\x2d\xee\x38\xc0\x61\xe6\x3b\xd1\x0e\x3f\xbf\x87\xcb\x70\x85\x3c\xa5\xf1\x29\x48\xc7\x28\x13\xe7\x38\xf4\x1e\x65\xf4\x00\x3a\x99\x29\x48\xe6\xf0\xfc\x05\x61\x68\x7f\xbd\x74\xc8\xf0\xcc\x18\xf8\x5c\xc2\xe0\x46\x06\xf0\xf4\x99\xcd\x28\xc5\xe8\xd8\xfc\xfd\x05\xed\x4d\xeb\x27\xd9\xc7\xd8\x23\x7a\x6f\x72\xa9\x7f\x0e\xa9\xe1\xd9\x9f\x37\x1c\x0e\x30\xe5\xf1\x2e\x40\x0f\xb7\xd1\x6f\x8d\x85\xf3\xe7\x5d\x84\x6e\x18\xfd\xd6\x58\x62\x46\xbf\x25\x76\x61\x83\x70\x8b\xe5\x47\x99\xba\x47\x63\x74\xfe\x6c\xcc\x60\x53\x01\xfd\x86\x4d\x5f\xe8\xb7\x02\x8e\x69\x83\x7e\x63\xa8\x40\xbf\x31\xcf\xfe\x8c\x0a\x8f\x59\xd6\xdc\x83\x39\x61\xe0\x1e\x5c\xf9\x50\x7a\x62\x4b\x85\xd2\x13\xd9\xfd\xcd\x3d\x18\xb3\xa5\x80\x72\x65\x66\xa0\x20\xc1\x62\x06\xfe\x39\x2c\x18\x35\xdd\xc4\x84\x99\x0d\x26\x26\xcc\xb2\xfb\xb3\xa1\x21\x4d\x33\x86\x8e\x49\x2f\x0c\x5d\x99\xab\xfc\x7b\xdb\xfe\x73\xc2\xb4\x78\xd1\xfe\x30\x4a\x44\xf2\xa9\xcf\xe6\x28\x12\xc3\xf9\x1b\x7f\x5b\x2c\x98\x9c\xa2\x30\x2c\xe0\x50\x37\xe0\xbb\x96\xe6\xb8\xc7\xe9\xa2\x0e\x03\xd6\x91\x19\x0b\x7f\xdd\x97\x1b\xed\x57\x9f\x4c\x1b\xb9\xac\x02\xda\x43\x45\x02\xb4\xc7\x36\x03\x68\x8f\xd3\xee\xcf\x1a\x3c\xdb\xe0\x5f\x72\x5a\xa5\x18\x35\x1b\x33\x97\x10\x76\x93\xf8\xf8\xfd\xb2\x37\x16\xc2\x9c\x6d\xbc\x5d\x5b\xcc\x14\xf0\x76\x33\x92\xf0\x76\x74\xea\xa5\x6c\x2f\x24\xad\xda\x2f\x71\xf9\x0c\xfe\xa2\xa8\x06\x27\x4c\xb5\x5b\x4c\x83\xb5\xa2\x0e\x81\xd3\x63\x43\x7c\x59\xbf\xaf\xf9\x4e\xfa\xfd\xca\x9b\xd2\xef\x6b\xde\xd4\x0d\x76\xa5\x17\xf2\x4c\x72\x2e\x8a\x74\xb0\xc2\xeb\xb3\x45\x3a\x58\x21\x48\xde\xc2\xf7\xd5\x58\xab\x85\xef\xab\xa4\x81\xd9\xce\xf3\x9d\x40\x9d\xfd\xf2\x81\x8a\xf2\x25\x80\xdf\x04\xe8\xbd\x5f\xe8\xe9\x34\xd4\xde\xb6\x9e\x67\xb6\xc8\x62\x79\x7f\xf9\x0c\x65\xed\x2b\xfb\xf6\x02\x07\xb3\x05\xdb\x5b\x64\xb7\xda\x82\xed\x2d\x62\xd9\xb7\x60\x7b\x35\xfe\x55\x80\x7a\x2d\x15\xfa\x78\xc2\x42\x0f\x1a\xaf\x45\xf2\xfd\x82\xc1\x90\x36\x1f\xe4\xdb\x16\x29\xe1\x7a\x38\x39\x44\x4a\xb8\xc8\x1f\xb6\x05\xd4\x5b\xf1\x86\x39\xb9\x36\xf9\x3a\xb6\x28\x09\x57\x2c\x0d\x62\x24\x7c\xee\x91\x32\xd5\xee\x1e\x49\xed\xfe\x49\x53\xcf\xe8\xef\xe1\x30\x72\x31\x00\xed\xe2\x18\x06\x59\x87\xde\x0c\xb2\x8e\xd8\x96\x6d\x64\x1d\xf9\x4e\x36\xc8\xba\x5c\xfd\xdf\xa8\xe3\x2b\x4f\x15\xc6\x35\x52\xac\x3d\x8f\x2b\x95\xda\xf3\x88\x31\xe6\x6d\xc7\x19\x41\x32\x5b\xd8\xba\xe7\xe6\xda\x44\x8e\xeb\xa8\x9f\x6f\xe2\xba\x58\x2d\x4e\x79\xfd\xf3\x7f\xbe\x9d\x0d\x85\xfb\xaf\x80\x77\x0f\x21\xbe\x9b\x0c\xd7\x39\x48\x9c\xe1\x9a\x28\xca\x6d\x14\xde\x45\xec\xc8\x36\x0a\xef\x22\x3e\x62\x1b\x76\x77\x11\x27\xb5\x0d\xbb\xbb\x62\xba\x10\xec\xee\x21\x3c\x68\x1b\x75\x17\xe5\xd5\xe9\xaf\x89\x4f\xde\x4e\x7f\x1d\x7c\xe4\x76\xfa\xeb\x9e\xed\xe4\x6d\x2f\x30\x30\xcc\xed\xc4\xd4\x17\xd1\x37\x5b\xe8\xb9\xa7\xfd\x3e\xf5\xdd\x9a\x25\x65\x30\xdd\x15\x2f\x88\x13\x51\x47\x9d\x36\x7a\x6e\xac\x54\xa3\x58\xac\x68\xde\x86\xcb\x5d\x71\x8a\x18\x1f\x77\xf5\xfe\x1f\x9c\x96\x22\x01\x7c\x08\x7d\xd9\x6f\x6e\x9a\xcc\xf9\x37\xa1\xcf\xcc\xba\x8f\x23\x09\x59\x81\xce\x26\x1d\xcd\x5c\xe8\xb8\xd0\x71\x6d\x83\xe3\x56\x50\x24\x1f\xe7\x18\x61\x1b\x33\x29\xdf\x15\xa7\x8d\xb1\x72\x17\x54\x8b\xfb\x63\xfc\x26\x0b\xeb\x83\x3b\xf6\x57\xa7\x0f\x39\xf6\x75\x23\xe7\x7e\x5e\x75\x32\x40\xc7\xca\xf6\x01\xb2\xc9\xd8\x7f\x7c\x27\x24\x99\xd9\xfe\x38\x91\xc8\x8c\x64\x97\x25\x63\x2f\xec\xdc\x93\x63\x97\x14\xd0\xb9\x91\x91\x02\xba\x64\x54\x70\xaa\xf6\xb4\xc9\x01\x77\xcc\xc9\x8f\xd3\x8e\xe4\x5d\x27\x52\x67\xce\x91\x1f\x3a\x16\x43\xf2\x43\x97\x74\xdd\x89\xd4\x39\x25\x3e\x78\x63\x33\x10\x36\xc6\xae\xbc\x8a\x82\x4e\x03\x6d\x8d\x25\xd0\x61\x0b\x8a\xf7\x4c\xd6\xf4\x07\xe7\xec\x88\x68\x87\xf1\x48\x03\xcd\xf4\xc9\x7d\x87\xd4\xce\xa0\xaa\xf7\x07\x17\x2b\x87\x2c\x99\x9e\xa3\xa2\x7f\xec\x54\x4d\xf3\x7d\x4b\x08\x90\xc3\xe4\x7a\xc1\x0e\x6e\xa1\xec\xee\x9f\xa9\xc4\xec\x7a\x77\x6e\x99\xce\xf4\x1c\xe6\x89\xfd\xc1\x05\xdb\xf2\x54\xa9\x52\x32\xde\x78\x60\xbd\x88\x8e\x13\x3f\xdf\x20\xb8\x8f\x13\x3f\xdf\xc0\x62\xce\x85\x47\xd6\x8a\xd0\x71\x1e\xe8\x1b\xcc\xca\xb9\xf0\xc8\xd6\x3c\xb5\x85\xc1\x93\xed\x88\x57\xaf\x31\xd7\xce\xe5\x2c\xe7\x00\x5c\x8e\x33\x3f\xdf\xe0\xe4\xcf\x35\xe9\xcf\x83\x28\x08\x6d\x8f\x24\x08\xad\x17\xce\x71\x5a\xe8\x1b\xfc\xe3\xb9\x4c\x25\x02\x3e\xfc\x5c\xe6\x65\xc2\x0f\x72\xc4\xbc\xf7\x70\xed\x39\x26\xde\x9b\x90\x92\x9c\x0b\x76\xc9\x49\xc1\xc4\x13\xa6\xf9\xda\xfe\x06\x91\x52\x87\x74\xcf\xe8\x60\xe7\xb2\x6b\xf7\x4e\xfb\x95\x81\x17\x84\xde\xb9\xb0\x88\x34\x44\x47\x1b\xa2\xb0\x1d\xe1\xfe\x1a\x28\xc0\x73\x39\x4f\x04\xbf\xee\x08\xf8\xd7\xb8\x95\x9c\xcb\x5e\xdf\xdf\x18\x12\x12\xd6\xe8\x8e\xf9\x94\x26\xed\x35\x2f\x3f\x8a\xf0\x21\x35\x34\x3a\xc5\x11\xf8\xaf\xc1\xb6\x76\x04\xfe\x6b\x35\x1d\xb7\x47\x01\x4e\x93\x73\xe1\x51\xc8\x10\xda\x87\xf0\x1b\x7e\x27\x7f\x86\x92\xf3\x5c\xe4\x02\xcc\x28\x69\x4a\xe3\xf5\x3b\x97\x49\x81\x9f\x7c\xb9\x5c\x4d\xc4\x63\x31\xef\xd2\x08\xba\x6a\x86\x24\x7e\xb2\x28\xf1\x1a\x9e\xce\x63\xe8\x5e\xcf\xd8\x0b\xba\x97\xac\x62\xc7\xd0\xbd\x5c\xd6\x8e\x59\xf0\xca\xbc\xff\x1d\x67\x79\x0c\xec\x2b\xd3\x9b\xf0\x31\x29\x5e\x99\x77\x0a\xb6\x93\xfd\x4e\x23\xb6\xc5\x34\xc2\x7e\xf5\x3c\x7c\x49\xe2\x99\x92\xe3\x60\xcb\x3d\x86\xef\x75\xc2\x07\x8f\x01\x7b\x15\xca\x9d\x63\xc0\x5e\x85\xd7\xed\x98\x08\xaf\xe3\xb9\x3c\x37\x04\x49\x77\x8a\x32\x23\xd2\x9d\x97\xb7\x45\x1a\x6c\x4a\xa4\x92\x06\x6b\x02\xd7\xf2\xab\xd7\x08\xb3\x9e\x92\x3f\xff\xf7\xff\x1a\x79\x38\x8e\xd0\x7f\x8d\x6c\x1e\xc7\x49\xa1\xd9\x58\x8f\x93\x42\x73\x36\x1d\x91\xdf\x35\x36\xfe\x43\x4e\x68\x68\x53\x8e\xa9\xf0\x2a\xbc\x29\xe7\xde\xf8\xf5\x19\x16\x07\xc4\xa2\xf6\x1d\xb3\xdf\xd5\x96\xae\x0a\xa8\x00\x33\xc6\xb9\x37\xad\x4d\xad\x4a\x78\xdd\x22\x7d\x9c\x89\x9a\x5a\x4d\x9c\x04\x57\xf6\x11\xdf\x5d\xe3\xee\x7c\xa0\xbb\xcb\x10\x39\x1e\xf6\xca\x8f\x72\x6c\xda\x62\x38\x1d\x71\xb6\xa8\x04\x0d\xb2\x30\x42\x66\x70\x44\x93\x3a\x37\x17\xf4\x94\xe3\x74\x0e\xe9\xb7\xc8\x32\xd0\xb2\x4e\xb1\xa5\x18\x83\xc1\x29\xbe\xaf\x33\x71\x8a\xef\xeb\xd6\x02\x4f\x81\x4e\x87\x41\x28\xbe\xb0\x5b\xe5\x3a\x82\x0f\x16\xd0\xad\xa7\x70\x61\xef\x48\xf2\x24\x8d\x7c\x27\x8f\x8c\xf5\xc3\xe3\x9c\xd0\xed\xce\xab\x06\x18\x30\x76\xc5\x46\xc0\x95\x67\xba\xea\xb1\xfb\x14\x5b\xfd\x18\x0f\xc1\x07\x27\x87\xca\x11\xa5\x5d\x99\x8b\x0a\x7d\x5d\x67\xc2\x17\xe3\xa5\x89\x99\x3f\xc5\x38\xd3\xdf\xab\xba\x40\x31\xef\x8a\x79\x2e\xd8\x5b\x8a\x51\xa7\x69\x8c\x2f\xe1\x3e\x2d\x4f\xb1\xa5\x87\xfd\xc1\x59\x9f\xa3\xf4\x1e\x67\x7d\x7e\xae\x34\xc0\x00\xd5\x34\x7c\x3b\x95\x7a\x4f\x25\x0c\x47\x9e\x0a\x5b\x39\xe8\xb2\xc9\x2d\xd8\x4b\x8a\xaf\x29\xcc\xc1\x62\x72\x8b\xfc\x46\x5f\x53\x52\xe8\x51\x54\xd4\xa0\xad\xe6\xea\x87\x16\xe0\x08\xfc\xf7\x90\x7a\xee\x98\x28\xee\x22\x26\xf8\x00\xfe\x23\x9a\xed\x38\xd5\xf3\x45\xe0\xd1\x11\x35\xdc\x57\xf4\xe0\x99\xfd\x2d\xc9\x4f\x8e\xd9\xdf\x26\x09\xad\x4f\x85\x0a\x91\x16\x1a\x0f\x18\xdd\xff\x04\x0f\x38\xf2\xad\x0d\x0e\xcc\x0a\xf0\x80\x1c\xc0\x15\x8d\x93\x49\x12\x40\xe0\xc8\x53\xaf\xcd\x5f\x49\xb6\x39\x58\x80\x17\x91\xd1\x35\x8a\xaf\x11\x88\x72\x6a\xf4\xcf\xbc\x6c\xad\x8c\xd9\x2f\xbe\xb7\x96\x8d\x5c\xb0\xbd\x5b\x89\x57\xfe\xb9\x91\x8b\xfd\xed\xb7\xb5\x09\xd3\xd7\xb2\xde\x04\xe9\xfb\x6d\x24\xd5\x29\xef\xf8\xdd\x15\xdd\x93\x31\x10\x0f\x40\x4e\xb6\x9a\x29\xc6\x87\x9c\xbd\x54\x81\x3b\xbf\x45\xdc\x3e\xcb\x18\xaf\x9c\xaf\x8c\x97\xd3\xe0\xd4\x5f\xa5\xb8\x3d\xa8\xc7\x28\x2b\x6e\xaa\xc7\x98\xbd\x4a\x9a\x89\x63\xcc\x5e\xae\x89\xa7\xe2\xa5\xe7\x10\xaa\x49\xcc\xcb\x90\x1d\x52\x9c\xd1\x64\x3b\xed\xc9\xd2\x78\x4c\x19\x77\xfd\x3e\x5d\xc6\x55\x45\x74\x78\x79\x6a\x75\xc2\xf1\xfc\x61\xa1\xac\x48\xe3\x7a\x2a\x28\x2b\x37\xdf\x0c\x72\xa4\xc2\x3d\x82\xf7\x8d\x4c\x66\xc3\xfb\x40\xef\x9c\x47\x21\x1e\xdc\xfb\x8e\xb0\x7e\x85\x2c\xc6\xc7\x50\xbf\xc5\x8a\x15\xd2\xaf\x40\x2f\x78\xc4\x3b\x57\x2e\x76\x53\xd1\xce\x0d\x2e\xf2\x47\x20\xc0\x72\xa1\x43\x3c\x0a\xfc\x26\xfa\xf1\x88\x91\xae\x10\x36\x79\x1e\xef\x90\x2b\xa5\xbc\xbe\xcf\x4a\x6a\x97\x41\x73\xe6\x3b\x19\x34\x39\xe1\x04\x1d\x2c\xc4\x57\x9e\xc7\x9b\x27\x5a\xd5\x63\x83\x26\x53\xff\xb1\x41\x93\x19\x22\x4e\xbb\x42\x40\xe7\x11\xa5\x5d\x21\x8a\xf1\x88\xd2\x6e\x90\x83\xf4\x08\x6f\x58\x08\x04\x3d\x8f\x0d\xee\xe8\x83\x8f\x0d\xee\x25\xf5\xa9\x7f\x25\x2d\x53\xff\xd8\x64\x4c\x6f\x07\xf2\xfc\x3c\xc6\x12\xcc\x94\xe9\xfe\xe5\x99\xfa\xc7\x79\xae\x74\xd6\x85\xb8\xcc\x23\x88\x62\x79\x50\x37\x4c\x76\x47\x3c\xe7\x31\x22\xb1\x63\xa2\x38\xce\x59\x9d\xe5\x21\x44\xe2\xcc\xda\x7d\x4c\x66\x86\xea\x2f\x08\x62\xe8\x21\x8f\x30\x87\x65\xe5\xc7\x2b\x7b\x3a\x76\xbf\xa3\x84\xd5\x65\x65\xfa\x7c\x57\x46\x59\x19\x18\x45\x97\xac\x34\xed\xbb\x2e\xca\x62\x5f\x7c\x6c\x94\x64\xf7\x12\xd8\x70\x66\x37\x78\x6c\xa2\xec\x29\x73\xe9\x3b\x06\xd4\x90\x03\xf6\x86\xc7\xf6\xca\x91\xef\xfe\xf4\x66\xca\x94\x99\xd5\xb7\xd4\x23\x4e\xbc\xb2\xae\x48\x32\xa5\xb2\xdf\x08\x68\x58\x80\x70\x1d\xa5\xb1\x2e\xeb\x8a\xf4\x48\x9a\x48\x6e\xf5\x42\xb2\x25\x39\x92\x00\x6c\x2c\xc0\xe6\xb0\x12\xf6\x6a\x53\xe7\x25\x67\xc4\x11\x75\xde\x8c\x5e\x2a\x6c\xe1\x04\x45\x7a\x9a\x0d\x94\xe8\xd1\xc2\x16\xce\x28\xb4\xc2\x16\xce\xc9\x80\x0a\x5b\x38\x81\x9b\x1e\x61\x0b\xe7\x64\xe8\x85\x2d\xac\xf8\xf0\x8f\xb0\x85\x13\xd8\xea\x11\x9a\x70\xce\xeb\xdf\x69\x18\x4e\xf3\x8e\x4e\x9e\xbf\xd3\x1c\x9d\x3c\x22\xfd\xa9\x9c\x48\xf6\x16\xb1\x0c\x9c\xb7\x3a\xc7\x9e\xf0\x83\x33\x6a\xba\x10\x83\xc9\x09\x72\x9a\xa9\xb2\xb8\xd2\x19\x30\x48\xf8\xdb\x71\x36\x6a\x18\x34\x8f\x21\x82\x33\xff\x50\xc1\xca\x64\x93\x3a\xca\x46\x3d\xf1\xe2\x1c\x11\xf5\xcd\xc9\xac\x34\x7c\x70\xe6\xff\xca\xfc\x3e\xf3\x47\xb7\xdb\x19\xc9\xbf\x82\xfa\x14\x69\x40\x98\xe2\x69\x9e\xdb\xbf\x67\x6a\x75\x7e\xa8\x14\x8d\x28\xd1\xcd\x71\xca\xec\xcc\xc2\x12\x2e\x72\x60\x9d\xe6\x00\x97\x0c\xa1\x91\x85\x33\x65\xca\x54\x9b\x11\x3c\x56\x73\x2c\x75\xc7\xb7\x30\xbb\x40\x12\x52\x66\x77\x78\x0b\x07\x4e\x77\x78\x0b\x5b\xa3\x12\x47\x2f\x32\x62\x1d\xc1\x0a\x17\xa9\x03\x8f\x60\x84\x8b\xd4\x81\xa7\xa3\x5e\xcc\x14\x2a\x65\x3a\xab\x5e\x84\x7d\x0b\x62\xdd\x23\xc4\xe1\x22\x3f\xd7\x11\x5f\xdf\x22\x03\xd8\x11\x5d\x5f\x1d\x91\x1c\xfa\x92\xfa\x0d\xa7\x99\x91\xac\x9e\x51\x8a\x03\x61\xd8\xa8\x0d\x3d\x5c\x39\x51\x80\x1e\x02\x1d\x3d\x86\x1e\xb6\x5f\x5b\xc5\xb1\x4c\xb2\xfb\x43\x0e\x68\xc2\xad\x8e\xa8\xfe\x9e\x28\xda\x9d\xec\x90\x1c\xb8\xc2\x12\x3e\x90\x61\x1e\xa0\x84\x60\x59\x8f\xa0\x84\x0f\x41\x5c\xc7\x19\xa0\x2f\xc8\x08\x8e\x81\x85\x81\x42\x9d\xbe\x69\x20\x6d\x30\xc3\x38\x44\x31\xc7\x58\xc2\x06\x39\xc4\x21\x05\x34\x80\x91\x43\x0a\x68\x48\x1e\x8e\xc1\x84\x0f\xc9\x82\x8f\x33\x42\x83\xdf\x3c\xc2\x12\x3e\x25\x7f\x65\xc3\xe4\x93\x6a\xe8\x1c\x05\x99\x63\x3c\xe5\x18\x9c\x83\xaa\x2e\x64\xe1\x43\xbc\xe4\xe9\xe8\x2c\x9c\xa0\x42\x16\x3e\x44\xfa\x1e\xd1\x18\x3e\xe4\xf7\x39\xc6\x15\x5e\x20\xe9\x8e\x70\x85\x0f\xfc\xbf\xa7\xe3\x3d\x2d\x29\x56\x7e\x7f\xb4\x09\x81\x0e\xff\x37\xbf\x50\x9b\x4b\x44\xd9\xd6\xd9\x4b\x0d\x34\xbc\x20\x9a\x38\x46\x1a\x5e\x70\x44\x9c\x81\x6b\x80\xbd\xce\xc8\xc3\x8b\xb8\xbc\x33\xf0\x0d\x70\x8e\x1b\x7a\x78\x11\xe0\x77\x44\x59\xf8\x40\x5f\x7c\x0c\x3d\xbc\x00\xb0\x9c\xe1\xd4\xe8\x2b\xd2\xcb\x2a\x55\xde\xf5\x58\xdf\x69\xa2\x5d\xf2\xfc\x70\x03\x0c\x27\xf1\xf0\xc7\xb9\xa1\x71\xbf\x9e\x61\x9d\x1a\x07\xc5\x31\xfa\x70\x42\x0c\x73\x9c\x1c\xfa\x21\x21\xf5\x19\x86\xd5\x42\xbf\x72\x84\x3f\x7c\x70\x01\x1f\xa7\x8a\xfe\xde\x2f\xff\xb9\x77\x0f\xd3\x1c\xa5\xf5\x00\x6e\x59\x06\x26\x3d\x6c\xf7\xaf\x12\xd9\xf0\x47\x5a\xe0\x15\xc3\x68\x7b\xc5\x00\xe5\x3c\x03\x37\x02\x0f\x01\xdf\xb2\x83\x09\xc9\xf8\xe0\x2f\x3e\x4e\x39\xfd\x9b\x47\x03\x9c\x11\xeb\x69\x78\xc5\x10\x87\x7c\x86\x57\x0c\xdc\x35\x67\x38\x67\x3a\x3b\xd5\x30\x3b\x1c\xbb\xc8\xd8\x18\xdb\x53\x90\xac\xeb\x28\x2b\xc3\x4b\x82\x20\x82\x33\x0c\x2f\x41\xb3\x70\x0e\xea\x8b\x98\x82\x63\xac\xe3\x05\xb0\xf8\x88\x19\xf1\xc9\x25\x7c\xd8\x0c\x01\x12\xf0\x0c\x7b\x27\x7a\x5e\xa5\x2f\x11\xe9\x0b\xa3\x82\xb3\x22\xed\xd5\x6d\x32\x16\x83\xe1\xdb\x24\xb1\xd9\x67\x18\xea\x86\x42\x33\x0c\x2a\xb8\x7f\xe2\xcb\x33\x85\x61\x30\xaa\x20\xbd\x71\x0a\xea\x8b\xd8\xed\x63\x6e\xc3\x96\xab\xc5\x74\x4a\x74\x46\xdb\xd4\x86\xd1\xa2\x84\x9c\x7c\x62\x43\x98\x10\x41\xb3\x19\x98\xda\xf0\x26\x3b\xdf\x11\x76\xf2\xfb\x34\x05\xd9\x35\xc0\x56\xe1\x24\xd3\x77\x49\x51\x8a\x17\x8b\x0a\x36\x6d\xda\x65\xfd\x4f\x2e\x9a\x74\x5c\x60\xca\xaf\xb8\x10\x7d\xd1\x5c\x11\xed\x1b\x60\x67\x36\xf5\xe1\x5d\x7e\x45\x71\x0d\xa5\xc5\x78\x3a\x56\x4a\xb6\xa7\x23\x25\xb9\x3b\x2c\x2f\x31\x1f\x3e\x39\xd6\x84\xb7\x7c\x72\xa8\x4f\xa8\x28\x98\x92\x13\x5f\xc6\x8a\x58\xf5\x2e\x1d\x37\xb0\xbc\xfe\x3e\x6d\x16\xf3\x54\x37\x79\x82\x69\xce\x84\xed\x89\xdf\x6a\x3c\xe6\x3d\x7a\x0a\x3e\xba\xe1\xd2\xde\x8d\x67\x20\xef\xea\x32\xcc\x92\x9a\x8e\x25\xcb\x98\x41\x25\xc0\xd4\x17\xfc\xf2\x7f\xff\xdf\x59\xe4\x58\xf0\xf0\x1e\xc6\xc2\x39\x1d\x49\x96\x8e\x3a\xe9\xf5\xcc\xab\xf6\x11\xb0\xf6\xa6\x5d\x20\xcc\xe5\x89\x0b\x04\x1b\x8f\x60\x9c\x2d\x4a\x9f\x51\x9c\x77\x76\xcc\x89\x07\x64\xa4\x4e\x63\x12\x5b\x1a\xaf\x3b\xff\x4c\xdb\xdd\xcd\x7c\xe9\x6e\x7a\x08\x16\xfe\x0f\xd6\xde\x72\x40\x1a\xd3\x68\xe1\xfe\xc0\x02\x26\x90\xe7\xcf\x54\x04\xc6\x33\xb7\x62\x61\x3c\x7f\xdb\x30\x4c\x8b\x6c\x73\x61\x5a\x64\x6d\x09\xe2\xd9\x60\x13\x3a\x0b\xcf\x48\xcf\xbb\xee\x09\x9b\x72\xa8\x15\x19\x93\x45\xac\xda\xef\xa9\xa8\x15\x57\x1e\x9a\x5a\x91\xc1\x35\xe2\xb3\x7c\xef\x41\xff\xdc\xd0\xc3\xb4\xc8\x70\x1a\x0f\x5a\x72\x4d\x12\xd5\x62\x23\x60\xe7\x08\x1d\xda\x08\xd1\x39\x06\x87\xce\xd5\xf3\xd0\x7e\x92\x9e\x36\xc8\x31\xc2\x82\x0e\x54\x94\xa9\x0a\x0d\x63\xae\x82\xa6\x61\x24\x10\xe8\x90\x40\x3b\xf7\xb6\xe5\xf0\xb8\x5c\xb9\x8c\x2b\x4d\xf0\xcf\x31\xf3\xe2\xf3\x1b\x7d\xfb\x42\x88\x5e\x3c\xe0\x4c\x9f\x48\xb8\xec\x18\xc2\x6d\x4f\x03\x3d\x75\x78\x65\x0e\x57\xb3\x2b\x16\x88\x95\x8f\xd9\x15\x0b\x4c\xc7\xc7\x10\xd5\x02\x85\xc7\x11\xd9\x62\x03\x3c\x7c\xcc\xb5\x58\x60\xa1\x3b\xe6\x5a\x2c\x50\x2d\x1f\x30\xab\xb0\x24\x9f\x65\xa0\x18\x84\xca\xc7\xe4\x8b\x05\x62\xe4\x23\x10\x6b\x03\x78\x7c\x0c\x62\x2d\x50\x38\x9f\x65\x53\xcd\x2c\xf9\x54\x8e\x88\x99\x06\xcb\x11\x31\xf3\xcc\xa6\xa6\x92\x87\x1f\xa1\x6c\xb8\x83\x98\x9d\xb1\xcc\x12\xf1\xb6\x58\x10\xc5\x8a\x39\x23\xc9\xb4\x04\xb7\xed\x11\xe8\xf4\xae\xe4\x7b\x3b\xa2\x64\xfc\x8a\x0b\xf1\x4f\xfe\x8f\x94\xeb\x98\x43\x4c\xbe\xdb\x99\xe3\x08\x03\x3a\x02\xac\x36\x50\xe9\xc7\x10\xd5\x1a\x87\xdd\xb6\xff\x8e\xf8\xa2\x23\x8c\x6a\xc3\x39\x7c\x04\x51\x6d\x78\x78\x8f\x53\x6e\x57\xc8\xdd\x8f\x30\xaa\x0d\x97\xee\x71\x56\xed\x0a\xfc\xe5\x38\xab\x76\x85\x7f\xe2\x6c\x7b\x55\x20\xd1\x38\x4e\xb2\x5d\x61\xe6\x38\xa6\x74\xac\x10\x60\x9c\x2d\x53\x23\xd1\xb8\x87\x9c\xdb\xa4\xbc\x39\x26\x78\x1c\x71\x46\x6e\x13\xcf\xc6\xe7\xb9\xcd\x31\x15\xa3\xe1\x71\x18\x56\xb6\x66\xa3\x32\x47\x36\x34\x01\x24\xef\x91\x9d\xe8\xcf\x31\x2f\xd9\x71\xff\xac\x22\xa0\x95\xfe\x99\xb8\x31\x83\x68\xb6\xb4\x8b\x63\x53\xa0\xac\x01\x0e\xe8\x98\x2d\x0d\xba\x82\x23\x46\xb4\xb2\x98\xce\x06\x61\xdd\x30\xd2\x1f\x81\xb0\x5a\xb4\xf8\x17\xae\x5f\x36\xb8\x97\x8d\xcb\xf1\xb9\x08\x78\xd5\x08\xf7\x3b\x02\x5e\xdd\xbf\x41\x7a\x4d\xe6\x6f\x44\xfb\x01\x51\xc7\x5f\x76\xa4\xcd\xb4\x81\xc9\x92\x36\xd8\x58\xff\x7b\xea\xec\xa0\x0c\xb7\xe0\x57\x0d\xc8\xf2\x11\xfc\xaa\x67\x1f\x72\xca\xd7\x41\x5c\xd7\x79\x39\x9c\x9c\x10\xb1\xf3\x32\xdc\x90\xd9\x6c\x38\x16\xb8\x87\x23\xfc\xd5\x88\xc9\xfd\xe5\x20\xc7\x15\xc9\x56\xc4\xd4\x21\x2b\xdb\xca\x77\xb2\xb2\xad\x54\xa8\x88\x9d\xb4\xcd\x11\x3b\x19\x1f\x13\xc1\x30\x73\x5f\xf6\x73\x70\x60\xbf\x0c\x44\xe5\xb0\x12\xfc\x6a\x3d\xeb\xdf\x79\x1a\x0e\xd0\x2c\x8e\x5d\xa0\x59\xec\x03\xc2\x62\x3d\xc4\xbd\x1c\x12\xc4\x66\x3f\x7f\x99\xc2\x3b\x43\x8c\xbf\x0c\xf7\xa4\xf1\x57\x31\x1d\xbe\xd0\x4c\x33\x27\x1c\x84\xc1\x16\x61\x7e\xb5\x5e\x5a\xde\xb5\x8e\x48\x97\x7d\x98\xd7\x9f\x68\xb5\x84\x85\xfd\x02\xf5\x9c\x09\x03\x62\x81\x1f\x62\x5a\xb4\x02\x51\xe2\x11\x5c\xab\x11\xfa\x71\x94\xcb\xf5\xfb\x70\x21\xda\x61\xca\xe6\x28\xf4\x56\x03\xac\x71\x4c\x8b\x56\x41\x9a\x1d\xb0\x5c\xbf\x62\x45\x6a\xc8\xc4\x33\x94\x0b\xce\x83\x23\x24\x57\x68\x5c\x8f\x80\x5c\xe5\xa2\x2b\xe6\x48\xeb\x8b\x6b\xb2\x90\x5b\x23\xfe\x9b\xb7\x2d\xc4\x28\x8f\x66\x4c\x1b\xb0\x69\x9d\xb7\x4d\xc4\x69\x9c\x28\x67\xa3\xc1\xbc\x6d\x22\x5e\x29\x86\xd5\x96\x3a\xb6\x96\x2d\x0d\x10\x8d\x55\x96\x88\x32\xbf\x96\x95\x37\xe5\x51\xcb\xfe\x6f\x24\xd6\x13\xef\x81\x90\x58\x15\x28\xf5\x79\x1b\x21\xc8\xa4\x7c\x1b\x21\xc8\x44\x7f\x9b\xd8\x6f\xa5\x50\x11\xfb\xa1\xa6\x29\xb9\x6b\x05\xe3\x7f\x02\xe7\x5a\xa9\xd1\xdc\x11\xbf\x52\xdf\x1e\x80\x14\xab\xeb\x54\x5a\xce\x75\x2a\x75\x1a\xad\x0f\xe9\xfe\x11\xbc\xeb\x59\x3f\x09\xc5\x87\x5a\x0f\x77\xe0\x94\x64\x14\xc5\x88\x28\x9a\xe3\x96\x72\x7d\xf2\x66\x86\x18\xb2\xd0\x52\x90\x0e\xde\x96\x0f\xed\xf2\xcf\xaf\x3d\x3e\xe5\x9e\x3c\xf5\x29\x97\x87\xb6\x13\xf1\xa7\x15\x4c\x12\x83\x8d\x48\xd4\xca\x45\xdb\x05\x12\x1b\x9d\x5d\x56\x20\xb1\x02\x48\xfd\x38\x01\x2c\x79\xaa\x8f\x13\xc0\x92\x98\xfa\x08\x32\x56\x1e\x6c\x4d\x1f\x1b\x88\x67\xbe\x93\xf9\x7d\xe5\x3b\x99\xae\xef\xd4\x27\xd3\xf5\x8c\xe4\xf9\x31\x90\x84\x10\x66\x3d\x2b\x4f\x6b\x21\x89\xf1\x11\x75\xda\x4c\xe7\x3f\xc0\x07\x56\x1e\x62\x2b\x8a\xf8\xd1\x06\x43\x6b\xcc\xec\x42\x88\xc3\xf9\x70\x37\xcf\xa7\xdb\x74\x4a\x0c\xf2\x07\xea\xf6\x95\x6f\x7d\xbd\xa5\x56\x2e\xe7\x6c\xb1\xc6\x62\x5d\x9d\x7d\xf4\x93\xc9\x96\x7a\x98\x6c\xf9\xd6\xb7\xb1\x94\xfb\xf1\x74\xe2\x5d\x70\x5b\x2c\xb7\x8f\xb9\xf6\x32\x7e\xc0\xb6\xd8\x92\x3f\x9e\x4e\xf0\x20\x1c\x01\xb5\x5a\x4d\x93\x8c\xd3\x8a\xb3\x5b\x38\xad\x56\xd3\x22\x4d\x91\xfb\x3f\xa0\xc3\x8f\x51\x5a\x65\xea\x64\x9e\x53\x28\xad\x66\x73\xc6\x57\x92\x69\x41\x53\xf6\x2b\xf9\x68\xd3\x36\xf6\x15\xb5\x63\x97\x48\xda\x54\x6a\x24\x23\x9e\x2a\x92\xc2\x01\x6a\x8a\x19\x9a\xa3\x79\x73\xba\x1f\xa9\x5f\x1e\x1c\xe9\x26\x5f\x49\x03\xad\x3e\x7e\xa5\x97\xa6\x33\xcf\xe4\x20\x73\xba\xa2\xaf\x74\x4b\x5a\x48\xb2\xad\x15\xaa\x17\x61\x81\x0d\x93\x5f\x49\xd3\xb9\xe6\x59\xd7\x54\x8f\x24\x97\x58\xa5\x2d\x0e\x9a\xad\xd4\x6e\x97\x58\x4d\x29\xda\xfc\x56\x24\x4f\xfc\xd4\xfe\x72\x97\x3a\xe2\x5b\xaf\xa6\x0a\xcf\x7c\x0a\xdd\x18\xdc\x78\xd5\x30\xeb\x45\x9f\x40\xac\x56\x8a\xf5\x4d\xa4\xd4\x3c\x55\x5a\x82\x49\x5b\x65\x69\xb2\xf7\xe7\x2b\x2d\x4f\xba\x7c\xc9\x21\xc8\xc8\x39\x8b\xbb\x23\x57\xbf\xe2\xdb\xe5\xe6\xe9\xc7\xad\x47\x34\xcf\xbb\xe9\xcb\xbe\xa2\x03\xf1\xd3\x26\x9f\xda\x25\x0f\x9f\xff\xfb\x7f\x90\xfe\x7e\x25\x83\x5c\x68\xa0\x68\x76\xaf\x34\xf0\x78\x0e\xe4\xd9\xd2\x4f\x88\x24\x1f\x69\x86\x44\x3b\x5a\xbf\x52\x83\xb4\x1b\x86\x40\x80\x2c\xf8\xf1\xbe\xd2\xb7\x86\xc5\x7c\xbc\xbd\x4f\x51\x3b\xdc\x69\x2b\xdf\xe9\x1c\x63\x5a\xdf\xf6\x4e\x31\x01\x6f\xc3\xe7\xdb\x42\xf2\x06\xff\xe4\x55\xd1\xce\x4e\x8a\x59\x3e\x8f\x26\xd2\xfe\x6e\x45\x4c\x6b\x63\xa2\xba\x33\x40\x7d\x45\xdb\x89\x9f\x3c\xf5\xa6\xfd\x2b\xf6\xad\x4f\x91\x64\xbf\x79\x0a\x33\xd4\x09\x42\x49\xbd\xf5\x15\x9d\x85\xea\xa1\x56\xcf\x11\x87\x83\x7e\x45\x73\xd5\x3c\x54\x6b\x73\xe4\xb8\xa8\xd6\x3f\xbe\xfe\x2a\x92\x7d\x22\xc3\x67\x8a\xd0\x0c\x18\x1b\x13\xe5\xe4\x60\x8b\xa8\xdc\x09\x8b\x31\x72\x7e\xfe\x45\x83\xb8\x51\xb2\xf6\x9c\xb9\xb3\xcc\x92\x4a\x5e\xc2\x7b\xe5\xa1\x12\x0c\x3c\x05\x49\x26\x5a\xfe\x43\x31\xeb\x84\xc3\xe2\xbe\xa2\x52\x79\x33\x0d\x84\x65\xaa\x8e\xb7\xf8\x4a\x72\x13\xf6\x48\xfe\x47\x0b\x49\x96\xf2\x3b\xa5\xc8\x52\x4e\x63\x0a\x79\xf5\x07\x92\x68\x5b\x18\x0d\xa5\xdd\x24\xd7\xd7\x57\x52\xea\xfc\x4e\xed\xb6\x7e\x8c\x89\xa4\x44\xfa\x6c\x8a\xc5\xa6\x10\x06\xaa\xd8\xba\x31\x69\xd9\x52\x0e\xb5\xf4\x68\x71\xc8\x23\xf9\x72\xfd\x4f\x85\xfb\xfb\xea\x9f\x8a\x61\x9c\x16\xb4\xea\x48\xbe\xbd\xa5\x54\x4d\xa5\xce\x5c\x31\x49\x9a\x09\xb4\xbe\x92\xb8\xd3\x57\x9e\x79\xc3\xa6\x50\x0c\x7f\xcc\xcf\xe2\x3c\xfa\x2d\x92\xdc\xa9\x2d\x55\x58\x7d\xa5\x7e\x25\xce\xcf\x7c\x13\xe4\xa9\x77\x26\x91\x19\xd0\xcc\x70\x31\xa7\x29\xcf\x3a\x13\xb5\x40\x11\x91\x67\x8f\x19\x4b\x91\x9a\xca\xa4\xf6\x43\x26\x0c\x7a\x61\xae\xe5\xf2\xe4\x4b\xc7\xe4\xd2\x1a\x07\xbe\xb1\x75\x95\x80\x4b\xe8\xb1\x69\x1a\x17\x13\x5e\x10\xa7\x71\xb3\x7b\x08\xd2\x04\xd7\xf5\x57\x12\xc7\x5a\x61\xc3\xa8\x1c\x60\x03\x49\xd7\xb6\xdf\xb3\x25\x69\x21\x6d\x49\x79\xf3\x4f\x5b\x60\x47\x92\x6e\x5f\x53\x85\x74\xfb\x3b\xdf\x09\xc8\xc7\x81\x29\xfa\xb2\x71\x73\x0a\x56\x2b\xfa\x79\xd3\x0e\xf3\xd4\xb7\xdc\xec\x89\xe4\x2d\x97\x2e\x2d\xb5\xba\x46\x52\xab\xd3\x96\xe5\x56\x33\x14\x52\xf3\x9d\x59\xe3\x2b\x1d\x49\x29\xf3\x4f\x6f\xe6\x3b\x9d\xc8\xbf\x96\xa9\x0f\x19\x09\x5d\x3d\xef\x7c\x27\x80\xc7\x95\x31\x13\xeb\xe8\xcd\xb1\x21\x7a\xb3\x12\x45\x42\xec\x66\xe5\x62\xc5\x0a\x0d\x05\x6b\xde\x57\x5a\xfe\xdb\xf9\x50\x7f\x74\xae\x94\xaa\x83\xe3\xc9\xbb\x3a\x2a\x98\x44\x22\x2c\x2b\x0f\x13\x5a\xd8\xa7\xf2\x70\xe2\x09\xfa\x34\x3a\x9a\x84\x90\x4f\xe5\x61\x7e\x09\xf8\x54\x1e\xa6\x97\x70\x4f\xa3\x73\xac\x1a\xf6\x34\xc6\x4c\xa1\x52\x17\x58\x42\x95\x33\x2d\x55\x6c\x49\x29\xf4\x7b\xb7\xef\xf9\x31\x02\x7c\x3c\x2d\xa5\xb8\x13\xf9\x4e\x18\x0b\x7e\xe8\x63\x0d\x9e\xa1\x31\xe6\xa9\xb3\x99\x0b\xf3\x54\x1e\xce\xe5\xc7\xe9\xcf\x72\x8c\x3d\x56\xe1\x39\x7d\x0c\x73\x7a\x18\xc4\x07\x8b\xca\x93\x52\xdd\x8b\x81\xb4\x3c\xf3\xf3\xa5\xac\x38\x4f\x4a\x35\xde\x92\xa1\x72\xea\xcd\x59\xf2\x29\x18\x78\x7a\xf2\xe4\x24\xe5\x5b\xdd\x3a\xcb\x95\x77\x7d\x74\x57\xa4\x61\xda\x68\x2a\x35\xc8\x73\xa5\x9c\xa5\x0f\xe9\xb5\x43\x81\xb3\xfc\x05\x4d\x9a\xe5\xca\x87\x2f\x49\xa9\xf1\x2d\xa9\x21\x7d\x24\xf1\x9d\xe0\xa0\x85\xdf\x23\xf8\xd1\xcc\x71\x2c\xba\xb4\xb2\x98\xab\x62\x4b\x2b\xab\xfc\xd3\x75\xf9\x7d\x55\x17\x6b\xf6\xa2\x47\xb0\x8f\xc2\x7c\x10\x6c\xa9\xac\x92\x0a\xd5\x8b\x95\xb6\x89\xbd\x74\x95\x48\x7f\xfa\x30\xf5\xbb\x4f\xfc\x2c\xa3\x98\x58\x7f\xa0\x98\xd8\x6d\xcc\xa2\xb6\x6c\xc0\xff\x8a\x50\x5a\xd1\x63\xd3\xa6\xad\x8c\xa3\x53\xcc\x17\x56\xab\xd0\x4a\xd5\xfc\xb6\x5f\x49\x38\x94\x9a\x72\x85\x3c\x41\x47\x16\xf5\x59\x75\x68\xff\x9c\xce\xd2\xd9\x0a\x0d\x12\x08\x69\x4e\xb6\x31\x81\x90\x56\x63\xd6\x37\x87\x53\x72\xf8\x1a\x76\x34\x51\xae\x1b\x54\xcb\x2b\x1f\xba\xfe\x7c\xa8\x1b\x02\x27\xb3\x08\xce\x6a\xa5\x93\x42\x28\xcd\x89\xea\x28\x80\x52\xcd\x41\x09\x40\x89\xfd\x56\x00\xa5\xa7\xdc\x91\x84\xe5\xe1\x7c\x07\xa0\xc4\x9e\xd3\x9c\xa0\x67\xd0\x16\xc7\x53\xf6\x3c\xb3\xe6\x41\xcb\x96\x69\x5e\x5a\x1e\x9e\x6f\x7f\xaf\x54\xf1\x27\x29\xaf\xbe\x25\xd1\x7b\x13\x7b\x33\x53\x04\x2c\x5a\x8d\x55\x2e\x60\xd1\x6a\xfc\xfe\xe6\xe0\x4a\xd6\x42\x73\x4e\x84\x95\x67\xdf\x11\x9d\xfc\x51\xc1\x8c\x56\xbb\x52\xe6\x92\x94\x32\x85\x80\x5a\xa9\xdd\x21\xe0\x1c\xcc\x0d\xd4\xe8\x93\x3a\x64\xd0\xe3\x94\x14\xb4\x68\x35\x96\x86\xa1\x45\x83\xbb\x4c\x33\x86\x79\xd1\xc3\xe3\x76\xf3\x9d\x31\xcc\x28\x57\xcd\xc9\x80\x46\xde\xec\x7a\x93\xfa\x8e\xdb\x9d\x1a\xa4\x62\x33\x69\x1b\x9c\x05\x2d\xc5\x08\x0b\x7f\xe7\xd7\x08\x7c\x91\x29\x2c\xa8\x11\x96\xab\xaf\x24\x24\x03\x87\xa6\x69\xca\xae\xfb\xc9\xc3\xc7\x3d\xce\x53\xdb\xb8\xd9\x53\xcc\x5a\x76\xdd\xec\xeb\x82\x1b\x61\xca\xfa\x4a\x04\xda\x17\x44\xdf\x01\x06\x92\x21\xd6\x4f\x5a\xc4\x1d\x20\x4f\xb9\x03\xa4\x24\xb7\x9e\x5a\xb0\xd8\x71\x28\x40\x61\x36\xae\x3c\x45\xad\xa7\x60\x83\x2b\x18\x78\x53\x96\x5d\x83\xb9\xd5\x0d\xa0\x58\x29\xe8\xed\x87\xf4\xdc\xa8\x88\xc1\x1c\x35\x8e\xa8\xa1\x3a\xc3\x41\x36\xd8\x15\x41\x0e\x0d\xe6\x50\xe7\x36\xda\xf2\x72\xf7\xd5\x22\x4f\xe5\x87\xac\x25\xa2\x6f\xa7\xa9\x46\x16\xda\xdf\xab\xf2\x4e\x64\xd5\x40\x42\x56\x33\xc0\xb9\xb2\xd0\x55\xdd\x55\xef\x9a\x92\xec\x3a\xae\x19\x70\x4c\x77\x6c\x31\xe6\x1d\xbb\x2b\x0a\x89\xe0\x41\xcf\xba\xff\x83\x8a\x6d\x52\xb2\xbb\x66\xbe\x98\x84\xa3\xe6\xe7\xa0\x82\xe6\xe7\x1c\xfa\x9a\x5a\x7d\xf7\xce\xcc\x13\x67\x69\xce\xab\x8e\x33\x19\xfd\xbc\xe3\x4c\xe6\x0a\x29\x0a\xb3\x96\xad\x5e\x14\x66\x2d\x87\x92\xa0\x45\x2d\x07\x96\xa0\x45\x2d\xc7\x80\x91\x45\xb3\xb0\x0f\x09\x59\xd4\x72\x0a\x0e\xfb\x92\xd9\x5c\x06\xbe\xe4\x99\x72\xec\x5d\x99\x1d\x51\xce\x64\xb6\x97\x81\x33\x99\xeb\x6e\xf8\xce\x7a\xde\x5d\xaa\xa5\x21\xd9\x69\x3e\x23\xd2\xb1\x07\xf1\xdb\xb1\x87\x41\x10\xe8\xa8\x3d\x69\x1f\x7e\x67\xb4\xa8\x61\x9f\x48\xe3\xf4\x33\x8e\xa8\x34\x8e\x5f\xe1\x88\x5a\x6b\x79\xc8\xe5\x92\xf6\xca\x5d\xdc\xd3\x04\x6e\x54\x1c\x87\x02\x07\xdd\xf5\x7a\xf2\xf4\x6d\x7b\x7d\x1a\xe1\xa8\x24\x6a\x11\x20\x7f\xae\x48\xb6\x71\x30\x80\x46\xcc\x15\x4e\x00\xc3\x81\xec\xed\xf9\x4a\x82\xa8\xa2\x57\x0a\x0c\xf4\xe4\xd6\x20\x2c\x50\x8b\xc6\x33\xc0\x52\xcc\x94\x2a\x7b\x63\xcd\xab\xd6\x08\xf9\x47\x56\x6b\x5b\x2a\x94\x46\x58\xf3\x1d\x49\xf9\xe8\x55\x66\x3c\x5f\xda\x3a\xc3\xc1\x29\xec\x4f\xb9\x7e\xcf\xba\xb3\x47\x45\xd4\xce\x95\xe1\x10\x9c\x67\x31\x85\x0d\xe7\xb9\x38\x0f\x0d\xdf\xe9\xf9\x05\x0e\x39\xe2\xe0\x16\x5d\x5a\x79\x5a\x24\x2b\xa8\x15\x49\x46\x5e\x86\xd1\x74\x69\x31\x04\x98\x2e\x6d\x32\x23\xa6\xef\xec\xec\x1d\x46\x00\x2d\xd6\xde\x64\xd6\x4d\xa4\xad\x99\x94\x37\xed\xe0\x43\xab\x22\xb9\x69\x4d\x15\x02\x2f\x73\x74\x4c\xa3\xeb\xe9\x84\x10\x3e\x33\xa6\x9b\x69\x0b\xd0\xa0\x50\xc5\xbc\x17\x46\x8d\x5c\xa6\x37\x47\x05\xb9\x4c\xc7\x15\xd1\xb6\x4c\x36\x86\x49\x24\x49\xcb\xb7\x3a\x0e\x32\x54\xce\xd5\x36\xf2\xec\xa5\x73\x35\x92\xec\x41\x25\x6f\x6a\x93\x46\xe1\x12\x7f\x5a\xcf\x2e\x2c\xac\xcf\xb8\x7f\xcf\x8a\xfe\x30\xdf\x6d\x5d\x56\x32\x70\xb6\x0c\xad\x34\x55\x2c\x20\x0f\x76\x56\x23\x7b\x9e\x1c\xac\x93\xf9\x97\x57\x35\x72\x17\x0b\x54\xe0\x9d\xd1\x99\x1b\xc2\xe7\xcc\x1c\x87\xc2\xe7\xcc\x68\x55\x82\xe7\xcc\x1c\x69\x82\xe7\x94\xc5\x14\x17\x3c\xa7\x2c\xe6\x94\xd0\x39\x65\x31\x51\x85\xce\x99\xb1\xd9\x4c\x23\xe7\xff\x9d\x58\xe7\xfb\xea\xd6\x87\x69\xda\xdb\x59\xf9\x23\x4a\xff\xe3\xb8\x15\x1a\x67\xb5\x3b\x92\x94\x15\x8e\x91\x85\xa2\xda\x90\x9a\xa4\xff\xcf\xd8\xdb\x5c\x4d\xcf\xf2\x4c\xbb\xa9\x7c\x21\xd8\x06\x0c\x4c\xde\x5c\xa0\xbb\xcf\xfc\x43\xd8\xcb\x55\x47\xf9\xd9\xb3\xeb\x1e\x6a\xd9\xc6\xfc\x23\xa4\x52\x69\x20\x75\xcd\xd4\x0b\x49\x6a\x15\x3f\x34\x47\x5a\x2c\xd9\x4e\x64\x7a\xf4\xf7\xa1\x8f\x5a\x54\x27\xa3\x6d\x8e\x2c\x3f\xa3\x6d\x8e\x9e\x7f\xda\x7e\xdd\xe9\x02\xc3\x6d\x8e\xce\x04\x9d\x5c\xa5\xee\x7c\xeb\xad\x77\xe6\xa9\x8f\x98\x99\x1f\x79\x27\x9e\x29\xea\xe7\xdd\x36\xa2\x71\x32\x5c\xb5\xa6\x99\xa2\x1b\x1b\xaa\x91\x31\x2d\x86\x6c\x90\x31\x8d\x25\x4c\xc2\xd2\xc6\x06\x6b\xa0\x4c\xbb\x5e\x51\xfc\x44\x23\x9f\x3a\x44\x94\x35\x6d\x64\x4c\x89\x75\x94\xbc\xa3\xf5\xce\x53\xf5\x5c\xc9\xa7\x76\x50\xd0\x8d\x42\x87\xe5\x4e\x67\x5c\xcc\xc1\xcd\x64\x32\xdf\x22\x35\x8d\x77\x24\xeb\xe6\x5c\x06\x04\x83\x69\xb3\xa4\xd0\x21\x0f\x3e\xfd\xb9\x6d\x64\xc8\x48\x81\x9e\x78\x9f\x0a\xd7\x1c\x9b\x9e\x50\x30\xf7\x79\xa7\xa0\xaf\x24\x6a\x6e\x92\x06\x4e\x83\x64\x28\x75\x7d\x84\x81\xb9\x4f\xaa\x23\xba\xb6\x3b\xb7\xa8\xe5\xf4\xce\x37\x23\x28\xcc\xcb\x9d\xfd\xc8\x90\x97\x8b\x7e\x5d\x24\x2c\x4a\xa1\x3f\x15\x33\x91\xfe\x24\xf1\x0c\x83\x26\xdf\x09\xb3\x90\x4b\x8d\xe1\x2e\x17\x07\xa7\xd0\x2e\x77\xb4\xf3\x65\xe7\x49\xc9\x77\x43\xbb\x4f\xca\xb4\x5d\x90\xff\x3d\xf3\xf0\x8e\xba\x28\xf8\xca\x1d\x15\x75\x39\x6f\x7d\x8b\xf4\xd4\x33\x73\xdf\x58\x96\x18\x7a\x17\xfb\x1b\xcf\x9e\x09\x79\x77\x86\x54\xd4\x6d\x77\xbf\xf2\xac\xb8\x9b\x90\xaa\x9e\xd1\x22\x1f\xcb\x69\xed\xf2\x59\xc7\xfe\xb2\x9e\x73\xf9\xce\x4a\x14\xe7\xdb\xdd\xcf\xbc\x3a\x25\x51\x51\x5f\xcc\xaf\x0c\xcc\x72\x9b\xe8\x27\x4d\xe2\x3b\x43\xe8\x5d\xf2\x4e\xa1\x6e\x61\x7e\xe8\x16\xd2\x0a\x87\x0d\xa7\xef\x6d\x07\x65\x02\x99\x0c\xee\x6e\x79\x53\x6d\x62\x53\x58\xd8\x41\x69\xef\x33\xa1\xef\xce\x82\x32\x11\xdc\x9d\x39\x62\x44\x44\x6a\x6d\x66\x42\xe6\xaf\xc0\x40\x77\x76\x25\x91\xc2\x5d\x35\xb5\xd6\x64\xce\xae\xe3\xdc\xaa\xf1\xf6\x99\x20\xee\xce\xac\x90\xad\x7e\x4c\x8e\xb6\x3d\x3c\x68\x15\x49\xc3\x74\xfe\x93\x09\xf6\x79\xb5\xa8\x15\x27\x52\xb5\x3d\x2f\xe2\xf2\x9a\xbd\x11\x41\x26\xf1\x17\x53\x8c\x5c\x9c\xa0\xdb\x0e\x40\x4c\x5c\xce\xb6\x9a\x33\x53\xdc\x72\xd7\x51\xf3\xa6\xf4\x20\x4c\x81\xdb\x26\xd3\xf7\x99\xcc\x8d\x1c\x12\x5b\xee\xc0\x6c\x44\xdb\xd9\x99\x2e\x86\x71\xdb\x66\x5a\x22\xc9\x4a\xca\xd6\x28\x0e\xba\xeb\x28\x91\x64\x17\xe5\x8e\x28\x80\xd5\x15\x7f\xda\xb6\x95\x94\x85\xb1\x7d\x9c\xa3\x5d\x98\x8f\xae\x5e\x6c\xce\xe2\xa3\xbb\x8e\x2b\xaf\x6a\x5d\x32\x53\xb6\x8d\xa6\x1c\xa7\xe2\xa3\xbb\xa2\x4d\x8a\x8f\xee\x8a\x5f\x65\x2b\x71\x53\x1c\x51\x62\xa3\xeb\x27\xe7\xbe\xc8\xe8\x7a\x6e\xba\xca\xdf\xda\x73\x7b\x15\x35\x5d\x3f\xef\x7c\xf7\x33\x8e\x29\x0f\xdd\x26\x3e\xdc\x6e\x53\x24\x0d\x4c\xfa\x49\xb6\xd6\x13\x0d\x49\xf9\x5b\xfb\x79\x47\x52\x93\x6a\xde\xd4\xc0\x60\xbf\x15\xdd\x5d\x3f\xd1\x2c\x4d\x77\xd7\x66\x26\x8a\xe3\x9e\xa3\x5b\x88\xfd\xae\xc7\x6d\xea\x7c\xae\x67\x8b\xa4\x26\x66\xde\x9a\xce\x24\x57\x06\xb3\xdf\x01\x0a\x7c\x44\x81\x29\xd8\xbf\xcd\x7e\xd7\x9d\xda\x61\x8c\x8f\x6c\xb1\xb9\xf8\x2b\xf9\xeb\x95\xad\xfe\x33\x3c\xfb\x0a\x92\xc7\xed\x46\xd2\xec\x63\x2b\x12\x6d\xde\x75\x70\x66\x9a\x36\x2f\xae\x8d\x8f\xdd\x0c\xcc\x53\x93\xe8\xdd\x25\xff\x53\xfc\x69\x49\x5d\xb6\x2f\xa4\x11\x35\x70\x2d\xaf\xca\x25\xc3\x24\xfa\xd8\xdf\xcd\xc2\xf8\xd8\xdf\x9d\x26\xa1\xbe\xa2\x1b\x88\xfd\xae\xdf\xdc\x81\x3f\x58\x5a\xdf\x77\x65\xc2\xa6\xc7\x3f\xf2\x0a\xdc\x69\x22\xfe\xef\x91\x2f\xe5\xc1\x65\x72\x88\xfe\xae\xdf\x4c\x07\xe7\x90\xbd\xd3\x7e\xcd\xe9\x9b\xf5\xf6\xb1\xfe\xca\xde\x20\xc2\xbb\x7e\x5f\x29\xa5\xab\x4c\xfa\xdb\xca\x6c\x4f\x29\xaa\x77\xfa\x4d\x33\xfc\x4e\x7f\x2f\xef\x77\x91\x54\xed\xf4\xb7\x66\xf8\x7d\xa6\x14\xa9\xb9\x4c\xa2\x8f\x1d\x06\x9d\x37\x15\x12\x5a\xd9\x0b\xc5\x5a\xd7\xef\x33\xcf\xe4\x30\xb8\xf3\x9d\x0c\xef\xec\xc4\x4e\x35\x5b\xd9\xb1\x84\x9e\xec\x77\xe6\x8c\xbd\x07\x9c\x26\x02\x4f\x5e\x95\xfd\xfc\xe3\x29\xcc\x96\x61\x7a\xbb\x91\xb6\x6f\xb5\x21\x73\xcd\x33\x38\x07\xed\x47\xb7\xb3\x9b\x03\xf3\xeb\xdb\x59\x6f\x48\xba\x9d\x5d\xff\xc4\x6c\x3f\xaf\x7a\x94\x06\x92\x1c\x24\x3d\x92\xc6\xec\x8c\xa4\x31\x63\x55\x08\xac\xd9\x6f\xf6\x9a\xaf\x67\x30\x9b\xdb\xd7\xac\x12\x6c\xa6\x5f\x3b\x16\xd8\xda\x85\xd4\xec\xf1\x0d\x0a\xa8\xd9\x83\x25\x11\x50\xb3\xdf\x25\x6f\x6a\x6e\x5d\x29\x53\x2e\x1f\x4e\xd6\xaf\xef\x78\x9c\x1e\x42\x69\xf6\xfb\xca\x33\x8d\x20\x0b\x5d\x20\xcd\x1e\x3f\xe1\xd7\xf0\x38\xce\xcb\xaf\x17\xcc\x95\x37\xed\x6e\x64\x78\xbf\xec\xd0\x29\xc7\x1a\xc9\x48\x0f\x5b\xed\x98\x47\x9e\x72\x7e\xf1\xd4\x77\xa5\x8c\x8d\x75\xd7\x2b\xcf\xe4\x1d\x61\x75\x09\xfd\x38\x72\xab\xfc\xfa\xae\x94\xce\xd1\xb4\x99\x25\x92\x2e\x40\xa9\xac\x2c\xf5\xc1\x11\x08\xeb\xf8\x22\x19\x04\x75\x7c\x5d\x37\x4a\x0f\x3b\xa2\xba\x0b\xf7\x38\x2e\xba\xd8\x2c\x75\xf5\x62\xaf\xfd\x19\x65\x41\x65\x04\x7b\x7c\x7d\x3c\x42\x3d\xbe\xbe\x58\xa1\x1e\xaf\xc9\xba\xff\x19\x73\xf1\x3e\x93\xa3\x86\xd5\x25\xd0\xe3\xb8\x4a\xde\x54\xb5\xaf\xfc\x4f\xb8\xb1\xb7\x32\xaa\x36\x1b\x8d\xc8\xeb\x46\x2c\xbe\xe6\xae\xab\xb1\x1c\xfe\x0c\x2a\x63\x2a\x0a\x02\x79\x4d\x86\x58\x08\x48\xc2\xdc\x1e\x49\xbd\x7d\xa5\x18\xdf\x4c\xa9\xda\x74\x03\xf3\x9d\x7b\x3b\x7f\x90\x2b\xea\xca\x9b\xf2\x52\x8c\x48\x6e\x20\x3d\x6a\x4e\xda\x9c\xd6\x3f\x3b\xa6\xde\x62\xdc\x42\x5a\xaf\xb8\xf8\x99\x81\xd1\x8d\x7e\xb2\x47\x08\x47\x39\x62\xc5\x16\x8c\x72\xc4\x4a\x20\x18\xe5\xb8\x58\x6b\x82\x51\xbe\xae\x38\xc1\x28\xaf\xd9\xf2\x4c\xa3\xc4\x4a\x10\x8c\x92\xd8\xac\x47\xd2\x04\x7a\xff\x27\x47\xd4\x5b\xe6\xc7\x13\x21\x3f\xf4\x7c\x4a\x65\x3c\x9f\x28\x46\x94\x9f\x57\x86\xde\x94\x0f\x07\x2b\xea\x67\xf0\x37\x13\xf1\x07\xf5\x39\xdb\xee\xcf\xb7\x74\x36\x02\x41\x16\xc7\xe0\x24\x13\x64\xb1\x14\x4e\x32\x41\x16\xc7\x78\x25\xb9\x9a\xb8\x32\xfd\xd9\xba\x84\xdb\xe0\xcf\xf8\x10\x20\x12\x7f\x43\x36\xba\x3b\x6f\xca\xf1\x84\x02\xf0\xa7\x09\x3c\xee\x94\xa9\x68\xec\x9e\x67\xeb\x29\x65\xa6\x2e\xda\x84\x7b\xde\x94\x31\x67\xe4\x0f\x5f\xe3\x2c\x22\xca\x62\xd7\xf3\xa1\xcd\x10\x3c\x33\xf6\x88\xdb\xdc\x9f\x33\x1b\x5f\x33\xa2\xdc\x24\xf3\x3f\xf8\x1a\xc5\xa8\x07\x35\xfe\x23\xa9\x89\x3d\x92\x9a\x88\x07\xe7\xcf\x71\xf3\x9c\x48\xe2\xda\x9b\x8d\xd5\xec\xc4\xb4\x63\xe6\x99\x1a\xf5\x56\x46\xae\xb5\x3b\x92\xdb\x94\x37\xc5\xad\x83\x89\x59\xc4\x7a\xa5\xe4\x99\x5c\xab\x83\x3d\xd9\x49\x6b\x47\xca\x74\x98\x3c\xf3\x42\xb4\x7a\x63\xb4\x3c\x53\x8b\x38\x1f\xfe\x1c\x34\x8f\x4a\x29\xe8\xe6\x18\x2d\xdf\xc9\x59\x89\x62\xf2\xe7\xa0\xf9\x91\xef\xd4\x22\xf6\x67\x27\xbb\xcd\xf5\xc2\xb0\xcd\x96\x2b\xdb\x9f\x0d\xab\x19\x5f\x67\x82\x44\x15\xfa\x73\x0c\x7d\x0a\xdd\x9e\x87\xfc\xde\x31\xf4\x29\x54\xbb\xfa\x78\xbf\xd3\x08\x62\xbb\xf8\xb3\x45\x22\x15\xd5\xae\x3e\x38\xa9\x45\xca\x57\x0a\x0a\x86\xa0\x9e\x63\x64\x58\xec\x7f\x7d\x4b\xf1\x20\x45\x52\x93\x5a\x6a\x26\x06\xd9\xac\x02\x83\x07\x32\x2c\xac\x2c\x49\x53\xc8\xce\x31\x7c\x16\x4d\x41\x39\x8b\x93\xb9\x3c\x92\xe7\x5d\x24\x3b\x7a\x3c\xd5\xe7\xe1\xe5\x63\xf3\xc7\x14\x96\xb3\x18\x76\xfa\x48\x5e\x30\x37\x92\x16\xcc\x88\x24\xb7\xed\xfb\x9d\x17\xcc\x40\x52\xb5\x7b\x4a\x91\xdb\xd6\x0d\x9c\x87\xd7\x4b\x9e\x4d\x6f\x08\x34\xc2\xab\xa7\x47\xd2\xdc\x6a\x7c\x67\x5e\x89\xfc\xc1\xe9\x49\x4b\xaa\x66\xb6\x33\xd0\x12\xd3\x79\x77\xdb\xcc\x2f\x59\x06\xf9\xe5\xc7\xca\x35\xed\x17\x62\xb3\x01\xf3\x98\x87\xc1\x7a\xdc\x8b\xe6\xe1\x19\xfd\xbe\x2b\x43\x5d\x4f\x9f\x93\xce\xb4\x50\x09\xfb\x64\x6b\x1e\xca\x5b\x9c\x5e\x76\x2e\xfa\x96\x37\x65\x1d\x4e\xcb\x7c\xf7\x62\x5b\x9e\x87\x5d\xb2\xde\x23\xa7\xe0\x9a\xd3\x41\x43\x8f\x74\xca\x5a\x49\x31\x76\xc9\x56\xda\x25\xf6\x5b\x47\xe1\x3e\x92\x6c\x9e\x3e\x9e\xa7\xa0\x9b\xc5\x84\x1d\x8f\x24\x07\xed\x9d\x52\xe4\xa0\xcd\xdf\x3d\x6f\x67\xbe\xf3\x76\x92\x32\x97\xde\x4c\xcd\xd4\xc0\x3b\x65\x7e\xf4\x87\x7c\xf7\x55\x3d\xe9\x53\x07\x08\xdf\xe9\x19\x51\x48\x18\x37\x3f\xe6\x69\xc3\xad\x0f\xeb\x79\xda\x70\xeb\x9d\x60\x0a\x0f\x3a\x1b\x43\x73\xda\x8c\xdb\xf3\x9d\xcc\xb8\x35\xdf\xc9\x57\xee\x93\x74\x0a\x2b\x3a\xdb\x9d\xef\x7c\xcf\x3f\xf2\xe1\xd4\xab\x91\x96\x93\x98\xa5\x1c\x35\xaa\xfd\xdb\xa7\x38\x45\xdc\x37\x5b\xcb\x2f\x35\xa4\x3e\x76\xa7\xb2\xf0\x4e\x93\xc6\x8e\x29\x1a\xbf\xd9\x58\x8d\x82\xa7\x4e\xac\xac\x53\xf0\xd4\xd9\x6e\x6a\xe3\x90\x7c\x54\x90\x29\xb4\xea\x74\xe0\xfa\x23\x49\x71\xc3\xea\x35\x85\x5d\x9d\xed\x8a\xa4\x85\x3b\xf2\x0f\x52\xb3\x51\x1d\x9f\x0a\x25\x0f\x35\x8c\xd6\xc0\xa6\x80\xad\xc5\x0c\x2d\x8f\xe4\xc5\x31\x53\xaa\x5b\x95\x76\xa8\x55\x35\x75\xf5\x3c\xa5\xd0\xe5\x36\x52\x8c\xb8\x54\xcc\xac\xf2\x48\xc2\x99\x03\xd8\x9e\x42\xbc\x16\xf3\xcc\x3c\x92\x8d\xdf\x69\xa4\xa2\x47\x70\xf9\xcc\x13\x08\x04\xff\x37\x04\xa2\xf0\xff\xe7\xd0\x98\x0e\x51\x7f\x24\x8f\x2a\xbd\x2a\x40\x84\x49\x60\x1e\xc9\x73\x93\x36\x29\x27\xfa\x38\xf3\x9d\xda\xd4\x53\x35\xb5\x89\xc5\x7f\x7a\xed\xb1\x68\x95\x2f\xf8\xe9\x53\x5e\x35\xfe\x06\xc8\xc7\x3c\xbd\xfa\x4a\x24\x0d\x5c\xc9\x97\xf6\x86\xe5\x99\xc7\x8d\x9e\xda\xf6\x3f\xa4\x50\xb5\xa9\xe6\x3b\x0d\xdb\x45\xcf\xb0\xfa\xf2\xa6\x47\x26\xcf\xd4\x0a\xf6\x25\x03\x6f\x2b\x16\xc9\x69\xe4\x2d\xc9\xa4\x1f\xf1\xd2\x1f\x0b\x92\x12\x96\x9f\xaf\xe8\xca\x4d\x24\xaf\x1c\x7a\xe7\xf2\x1c\xf7\x9d\x66\x5e\x9e\xe3\x77\x3e\xf4\xa2\xe6\x4d\xa3\x71\x98\x37\x97\x9d\x21\x8e\x31\x79\x44\x48\xa8\x6f\xc4\x62\x35\x3f\x2f\x1b\x24\xcf\x4c\x12\x1a\xf7\x6c\xf8\x80\xa6\xe1\xb8\x24\xad\x7e\x44\x63\x39\x1a\x2d\x85\x96\x7a\x44\x9c\xaa\x45\x24\x47\x69\xb1\x2b\x18\xa0\x7b\x9c\x3d\xa2\xf8\x4c\xe8\xcf\x0b\x3c\xf7\x9d\xdf\xc8\x7f\xc7\xc2\xbb\x20\x6b\x61\x93\x22\x8f\xb1\xe3\xa6\x1e\xd1\x8d\x65\xff\x26\x91\xf1\xc9\x39\x20\x90\xee\xd9\xb8\x60\x4e\x32\x19\x63\x14\x9b\x17\xfc\x2c\x8c\x23\xb9\x8b\x1d\x36\xfe\x88\xc6\xa6\x70\xe6\x91\xbc\x18\x57\xc5\x24\x79\x31\x76\xb1\x49\xf2\x62\x6e\x28\xd3\xc9\x8b\x5b\x0e\xa0\x0b\x86\x96\x96\x92\xdd\x22\x0e\xe5\x6b\xd3\x22\x9e\x9a\x8f\xe2\x1d\x2f\x05\x50\x71\xc1\x98\x64\x2f\xce\x79\x79\x11\x4f\x3a\x22\x0a\x5c\xc3\xc6\x73\xc1\xc3\xc2\x66\x17\x02\x43\x8e\xc1\x10\x18\x66\xd6\x6e\x0f\x08\xcd\x21\x07\x7b\x49\x1d\x0c\x4d\x4c\x57\x18\x29\xc4\x96\x5a\x8c\x14\x2a\xff\xcc\x80\xf3\xbc\x4a\xd3\x2e\x44\x0f\x16\xbd\x54\x86\x5d\xc5\x13\x49\x3b\xd3\xfb\xea\xad\x67\x03\xc9\x03\xc7\x26\x26\xd0\x70\xe2\x45\xa6\x29\x11\xb9\xc9\x4d\xa7\x48\xe6\x32\x3e\x61\x44\x3c\x7b\x44\xe6\x5d\xca\x61\x98\x1a\xa2\x87\x69\x50\x05\xbb\x1c\xf1\x40\x4d\xe1\x88\x03\xf1\x9e\xe6\x4f\x3c\x4e\xb4\x35\xf1\x27\x56\xae\xaf\x93\x24\xc8\x27\xa7\x45\x81\xc6\x08\xbd\xab\xb0\xa8\x06\x75\xc2\xeb\x9d\xb6\xb1\x6e\x46\x8a\xfa\x79\xf5\xf2\xf2\x32\x72\x85\x99\x54\x62\x4f\xa1\xed\xa6\x5e\x01\x86\x33\x9d\xf7\xb8\x81\x31\x9a\x06\x03\x1f\x1d\x9d\xc5\x5c\x88\x47\xaf\x79\xaa\xff\x76\xf6\x14\xa7\x3a\x26\xce\x67\x16\x27\xef\x41\xc3\x2d\x9e\xce\x9d\xd9\xed\xdc\xc6\x47\x67\x29\x08\x2b\x3c\x5b\xea\x60\x8f\x63\x67\x8a\x9a\x26\xf1\xe8\x25\x4f\x1d\x8d\xc1\xb6\x60\x80\xf0\xd1\x59\xdb\xe6\x45\x3c\x7a\x7a\x15\xb6\xce\x9e\xdf\xba\x39\x2d\x45\xb9\x39\xec\x46\xe6\x49\x3c\x7a\x26\x90\x21\x19\x3d\xa3\xe7\x20\xc0\xde\x22\xda\xf5\x5c\x53\xc9\x3f\xb5\xdd\x92\x89\x13\x8f\x4e\x83\xcc\x95\x78\xf4\x1a\xd1\xe9\xc5\xf8\x4f\x65\xbb\x47\x67\x34\x5d\xe2\x7d\xbf\xdf\xde\x2a\xf8\x46\xf2\x71\x9b\x67\xc3\xf5\x3f\x11\xdd\x3a\x8e\xb1\xea\x10\xd8\x7e\xa5\x4e\x6e\x1d\xf3\xd8\xc0\xe2\xa3\x97\xbc\xec\xd6\x5d\x79\xea\xd6\x5d\x29\x19\xc7\x3a\x35\x86\xc2\x88\xc9\x29\xe2\xc4\xea\x40\xd8\x47\xa2\xb1\x7c\xaa\x59\xee\x60\xd7\x47\xaa\x6a\x0d\x3f\x05\x72\xc7\x0e\x52\x41\x7a\x70\x9c\x0a\xa2\x5c\x1d\x8f\xfd\x48\x6e\x2b\x1b\x55\x05\x81\x77\xe7\x5d\x23\xf0\x22\xb9\x6d\x6c\x3e\xce\xdc\x7c\xf4\x74\x30\xf8\xbc\x96\x0a\xba\x6d\x1c\x93\xd5\x47\x47\x67\x79\x08\xb5\x5c\x1d\xb4\xf9\x48\x45\x12\x75\x20\x2e\x08\xad\x49\x58\xe4\x4a\x14\xd5\xac\x8b\x79\x19\xd1\xf3\xf2\xca\xbb\x6e\x4d\x8d\xc8\xc8\xa5\x60\xe6\x65\xbe\x65\x5e\xd2\xc1\x8b\x99\x47\x97\xb2\xb2\x38\x43\x2b\x2b\x8b\x3d\xd1\x08\xe5\xa3\x73\x30\x3a\xb1\xf3\x3d\xd3\xe3\xdb\x8b\x3f\x6d\x67\xb5\x70\x56\x57\xd6\x03\x0a\x5c\x75\x3a\xbd\x99\x92\x8c\x12\x64\x67\x68\x66\x5e\x29\xe5\xdf\xa6\xee\xd9\x4c\x4b\x5f\x58\xa3\x06\x34\xdf\x95\x2d\x54\x80\xe6\x0a\x4e\x7d\x36\x63\xe9\x0a\x33\xbe\x19\x4b\x57\x58\x3a\x4e\xe7\x7c\x16\x76\x0a\xe7\x73\x3e\x0b\x53\xaf\x19\xd5\x44\xa7\x36\xf3\x1a\xd1\x54\xe1\x9d\xeb\x3c\x53\x8e\x01\x07\x3d\x55\xf8\x38\x88\x3e\x3f\xfd\xfa\x2f\x29\x88\x96\xbb\x0f\x85\x6b\x7e\x44\x9e\x02\xc9\xe7\xb4\x6d\xe6\x2e\x2a\x25\xa2\x9b\xc3\xe9\xd1\xcc\x5d\x04\x2a\x76\x1a\xdc\x7c\x16\xe6\x6d\x33\x77\x51\x94\x64\xe7\x76\x3e\x0b\x1b\x9f\x72\x3b\x57\xe2\x21\x67\xc3\x75\x94\x2a\x1b\xa0\x52\x58\x4a\xa6\x5c\x3c\x4b\x8b\xa8\xe8\xd9\xf7\x37\xf6\x33\xb3\x8b\x0b\x28\xfd\xbc\xcb\x5f\x17\x83\x45\xd7\x98\xe9\xa8\xbc\x2f\xbb\x79\x35\x4f\x19\x2d\xba\x06\xaa\xa3\x16\xd1\xcd\x63\x2e\x36\xf0\xab\x6c\xa8\x62\x62\xac\xc0\xf5\x67\x03\xa2\xca\x9c\x6f\x40\x54\x39\x2f\x84\x9f\xae\xa0\xf7\x67\x03\xb0\xca\xfa\x6e\x20\x54\xd9\x99\x9b\x19\xeb\xde\x29\x03\xce\xb4\x46\x54\x9d\x46\xa6\x85\x71\xa6\xb9\x25\x37\x73\x18\xe5\x62\xda\x0c\x3b\x1d\x99\x9b\xe6\x3d\xc8\x95\xa6\x19\x77\x0a\xc2\x6e\x1a\x48\x7d\xc6\x30\xd0\x8c\x34\xe5\x5c\xbd\x21\x2a\x62\xc3\xba\xbd\x22\x72\x01\xba\xcd\x54\x34\x98\xb9\x37\x89\x1a\x58\x79\x82\x52\x37\x90\x74\xf3\xf6\x8a\x18\x57\x0a\x76\x7b\xce\x14\xdc\xf5\x6e\xca\x75\x73\xae\x7c\xea\xe6\x70\x09\x12\xb0\x3a\x01\x58\xf3\x26\x89\x03\x13\xca\xc0\xea\xb3\xb4\xfc\xe6\xeb\xdf\x34\xc4\x9f\xc5\x3c\x35\xc7\x03\x67\xbf\xf3\x4c\x9f\xc4\x27\x4e\x11\x3d\xbe\xb7\x07\xa3\xb0\xe7\x91\x2a\x4e\x37\x2e\x5f\x1a\x3a\x8b\x99\xc8\xdc\x8e\x67\x2c\x1a\x86\x68\x0f\x20\x6d\xd3\x69\xa5\x4f\x82\x4c\xa7\x31\xda\x67\xee\xb4\x4e\x2b\x7d\xe6\x8e\xa5\xb4\xd2\x0d\x8b\xf8\x14\x2d\x64\xbb\xde\x72\x69\x5c\x1e\xba\x71\x47\x2a\xfc\xe7\xdf\xf0\x74\x31\x92\xd4\xdf\xcb\x25\xd7\x63\xe3\xbb\xcf\x18\x41\x8c\xef\x3e\x89\x1f\x98\xa4\x9c\x06\xe9\x36\x85\xef\x4e\x1c\xd0\x04\xde\x0d\x9e\x7f\xde\x86\xb6\xbe\x05\x4d\x81\x32\xa9\x92\xf2\x41\x00\xa6\x9a\xe2\x76\x6c\x57\xda\xad\x90\xd3\x9a\xfa\x6c\x33\x4e\xa5\xb6\x50\x2d\x8c\x88\xd5\x22\xfd\x40\x44\x2a\x77\x44\x43\xb2\xaf\xf3\xdf\xd9\x87\x9f\x77\x05\x29\xbe\xd2\xdb\x0e\x58\xbd\xd2\x50\x45\xd9\xd7\xd4\x77\x1b\x60\x9a\xbf\x38\x61\xc5\xcc\xc3\x9f\xbf\xa4\xa5\x8e\xa4\x27\xd0\x7b\x92\x66\x3a\x4a\xb3\x31\xda\xb5\x70\x6e\x9a\xfd\xf1\x8a\x5a\xdc\x07\x8d\xbd\x11\xdd\x58\xf4\x0b\xa3\xb4\x2f\xa2\x71\xa7\xc9\x20\xaf\x28\xdc\x86\x69\x5f\x27\x36\x18\xc3\xb4\x2f\xc2\x7a\xa7\x61\xda\xf5\xc8\xa7\xdb\x0f\xf3\xa9\x71\xd9\xa9\xa2\xb1\x81\x33\xa2\x61\xda\x34\x67\x7a\xac\x28\xd5\xec\x60\x31\xb5\x75\x03\xc8\x62\x32\x13\x86\xbb\xc5\xd4\x65\x66\xc8\x81\xfb\x69\x06\xd1\xcd\x09\xdb\x1d\x22\x1b\x7b\x22\x90\xee\x18\x2a\xba\x83\x64\x63\x19\x31\xe1\xe3\x15\xa3\x86\x30\xdd\x2d\xe6\x46\x43\xba\xaf\x18\x54\xcd\xf8\x78\xc5\xfc\xd8\x89\xb4\xcf\x70\x80\x74\xcc\x70\x98\x03\x0c\x47\xc8\xec\x20\x1d\x51\x20\x4c\xf2\x78\xc5\x72\xda\x21\xfd\x2a\x29\xca\xdc\x1d\x54\x51\xf3\x3d\xa6\xbc\xbe\x0c\x49\x2e\x29\xd7\xf5\x2f\x79\xfa\xb5\x98\x2a\xfe\x6c\x5a\x4e\x49\x34\x80\x97\xa1\x04\xcb\xd3\x4d\x03\xe8\x37\x18\xc2\xd0\x45\x9c\xf0\x7a\xc6\x8c\x60\xb0\xf7\x35\xd2\xe7\x4e\x9e\x82\x1a\xd6\x89\xd8\x46\x49\x10\xcf\x63\xbb\x47\xfe\x2a\x4c\xfd\xcc\xb3\xad\x67\x29\xe6\xe3\xfa\xe6\xa1\xb1\x88\xe9\x70\x38\xc0\xd2\xc3\xf0\x4c\xd0\xd6\x01\x07\x18\x03\x3b\xe0\x00\x63\xd8\x85\x15\x7f\x16\x4b\x9e\x56\x3f\x1d\x88\x4e\xb5\xc2\x7f\x95\x5d\xbb\xdd\x4c\xff\xe1\x5c\xa5\x33\x05\x39\x42\x80\x6e\x31\x5e\xfc\x66\xf6\x0b\x2f\xde\xee\x99\x1a\x7d\x5c\x6a\xca\xb1\x13\x6f\xe4\xdd\x3f\x27\x9f\xe6\x65\x1d\x1b\x2d\x26\x1e\x01\xc8\xdb\xcd\x66\x64\x4e\xc8\x79\xb2\xe6\xcc\x09\x39\x4e\xb6\x14\x63\xc6\x6b\x79\x3f\xed\x62\x73\x69\x48\xc3\x51\x0a\x34\xdc\x0c\x61\x47\xcb\x5f\x97\xde\x4d\xb9\x46\x82\x96\x7c\xfa\xf1\xbb\x29\xf7\x67\x91\x3e\xd3\x6a\x28\x07\x8b\x43\x28\xf2\xe7\x29\xff\xd1\x6a\x28\x07\xaa\x9f\x29\x23\xaf\x91\x2a\x2e\x67\x8e\x61\x71\x98\x33\xf2\x22\xbe\x64\x9a\x33\xb2\x1c\x2d\x25\x43\xd8\xc6\x7f\x9d\x99\x85\xe0\xb2\xe9\x94\xde\x35\x5a\xb0\x71\xe7\xe5\x60\x05\x9b\x51\xb2\x1c\x35\xa2\x13\xc9\x5c\xa9\xe4\x57\xad\xff\x0f\x76\x1a\xd1\x4d\x3e\xe5\x32\x78\xc6\x5f\x02\x9a\x9d\xc3\x99\x0f\x08\xe2\x9b\xce\xf0\x5d\x62\x0e\x32\xc7\x64\x01\x8a\x31\xcd\x23\x59\x62\xb9\x11\x36\xbd\xe1\x4c\x9d\xce\xff\x1d\xea\x81\x69\xe6\xc8\xb0\x97\x4c\x33\x47\x26\x54\x71\x9a\x39\x32\xd1\x82\xd3\xf0\xf4\x04\x1d\x4e\x93\x45\xe2\x19\x9d\x26\x8b\x0c\x0d\xc5\x34\x3d\x64\x8d\x9d\xd5\x39\xc0\x0b\x10\x95\x49\xd2\x6f\x22\x85\xe6\x34\x29\x1e\xd8\xac\x69\x9a\xc7\x02\x82\x65\xce\x61\x88\xf2\x40\x32\xaa\x93\x82\x4c\xa9\x42\xf7\x0b\x84\xde\x89\xc2\x9f\xd3\x18\x19\xe6\xc0\x34\x46\x86\x4b\xf6\x14\xa5\xca\x64\x96\x8a\x0d\x32\x51\x90\x73\x1a\x24\xf1\x96\xb2\xff\xef\xff\x15\x02\x81\xa6\xb0\xe9\x25\x2a\x9f\xa0\xe9\x25\x8a\xa5\x90\xe9\x25\xaa\xe3\xc4\x4a\xca\x3e\x34\x09\x4d\xc3\xc4\x38\xd1\xf4\xe9\xf7\x89\xa6\x7f\xe7\x65\x34\x7d\x2a\xab\x84\x1a\xd7\x5b\x30\x8a\x59\x3e\x9d\x9e\xdb\x0d\xd1\x94\x7c\x33\x4f\x1d\xc1\x91\x82\x84\x87\xc8\x7d\x49\x38\xf5\x3b\x16\x0d\x11\x38\xde\xb9\xb8\x4f\x83\x7c\x7b\x24\xae\x61\xf4\x33\x20\xc8\x7c\x28\x10\x64\x86\xd6\x3c\x29\xcc\x54\x21\xd3\xaf\x2c\x2d\x01\xd3\xaf\xac\x4a\xe1\xd2\xaf\xac\x6f\xc1\xd2\x7b\x6c\xbd\x06\xa2\xd7\xdc\x0a\x9d\x1c\x1c\x40\xf0\x74\x72\x70\xbc\xe0\xd3\xc9\xc1\xc1\x8f\xcd\x65\x58\xd6\xc8\x33\xc1\xb2\x98\xbf\x22\x5b\xbc\x2a\xe7\xe9\x32\x2c\xab\x45\x12\x2c\x0b\xd3\xac\xa0\xe7\x1d\x70\xf2\x5c\x06\x62\xb1\xf3\xac\x5c\x49\xf9\xa1\x60\x3a\xb9\x6e\x1b\x7b\x9e\xd9\x29\xa6\xc5\x0e\xaa\x79\x2e\xe3\xb2\x58\xe1\x22\x5a\xec\x20\xd1\xa7\x50\xea\x1d\x64\xf8\x5c\xc6\x31\xd2\xbf\x42\xa9\x87\x56\x64\x2e\x67\xaf\x60\x24\x84\x52\xef\x60\x9c\xe7\x32\x6e\x91\xbd\x69\xd9\xef\x1b\x7b\xa9\x80\xe9\x1d\x80\xf9\x5c\x86\x31\x32\xe5\x05\x4c\xbf\xea\xc8\x33\x2d\x15\xf4\xd6\x65\x50\x23\x03\xb3\x0c\x63\xbc\xf3\x0b\x55\xbb\xe5\x4d\x01\xe4\x46\xde\xf4\x48\x50\x35\x83\xcd\x09\xbb\x9a\xcb\x61\xe0\x69\x93\xc1\x37\xe9\x0b\x13\xfe\x67\xd0\x9c\xac\x32\x7e\xf0\x65\x0c\xda\xfb\xa1\x00\x45\xe9\x28\xc7\xeb\x64\x26\x38\x5e\x27\xa3\xb6\x85\x8a\x4a\xe7\x3b\x5e\x27\xf3\x49\xd8\x85\xeb\xfd\xa1\x00\x45\xed\xdf\x18\x96\xb9\x0c\x49\xa3\xf9\xdb\xa9\x2e\x98\x50\xdb\x00\x35\x7e\x2f\x80\xf9\xb8\xde\x67\x6e\xc4\x40\x52\x80\x3e\xa3\xb6\x95\xea\xe2\x7a\x25\x37\x62\x22\x19\x15\x55\x91\xdc\x88\x03\x49\xd8\xb5\x3b\x75\x11\x0e\xea\x7d\x26\xb4\x1a\x43\x28\x18\x7a\x89\x7e\x2d\x14\xfa\x20\x70\x6e\x0a\x77\x3e\x26\x1a\xb4\x70\xe7\x25\xf7\xa2\x6d\x77\x2c\x03\x2a\xa4\xf9\x20\x24\x76\x0a\x69\x3e\x88\xcd\x9f\x02\x9a\x17\x82\xdc\xa6\x92\x9f\x0f\xa8\x02\xe6\x66\x3f\x8d\xf4\xd1\x33\xda\x27\xc4\xce\x7c\x6b\xf6\xd3\x9b\xf4\x92\x76\x57\x42\x30\xa7\x80\xe6\x63\xbe\x92\x6b\x4d\x3d\x97\x6b\x4d\xcf\x0b\x57\x36\x53\x17\xe1\x70\x08\xeb\x9d\x4a\x74\x3e\xe6\x99\x52\x5c\xcf\x7c\xb7\x25\xf1\x77\xe1\x70\x20\xab\x9a\x42\x96\x97\xdc\x33\x04\x25\x7f\x36\x04\x1a\xb1\xe5\x45\x61\x43\xd8\xf6\x85\xb2\x59\x6c\x23\x11\x7a\x24\xf9\x42\x59\x2f\xc2\x80\x97\x58\x43\xb6\x7d\xa1\xec\x63\xc2\x80\x17\x38\x53\xa6\x50\xde\x25\x07\x80\x60\xdd\x25\x17\x68\xc1\xba\x67\x1b\x91\xec\x5e\x8f\xa4\x9a\x71\x22\x7d\x0c\x28\x40\xbb\xfd\x38\x4a\x0c\xc5\x45\xd0\xed\x92\xbb\xff\xc7\x31\x63\x23\xcf\x96\xbe\x2b\x48\x06\x81\xe4\x99\x10\x03\x1c\xb2\x1f\x7b\x53\x47\x24\x79\x53\xd9\x7d\x3f\xf6\x98\xe6\x50\xfb\x40\x7f\xc6\x50\x28\xe3\x79\x89\x19\xe9\xe3\x9c\x14\x71\x98\x0a\xf4\x5d\x41\x70\xce\x0f\x99\x79\xb1\xac\x18\xf4\x7d\xc4\xee\xf2\xb1\x2f\x27\xd7\xbc\x8f\x7d\xa0\x5c\x92\x3e\x30\xf3\x71\x49\xfd\xd8\x56\x1d\xa5\xe4\x93\x03\x9c\xff\x28\x29\x05\x00\xc1\xf9\x21\x29\x05\x9a\xf8\xc7\xb6\xeb\xd8\x13\x84\x03\xaf\x40\x55\xe7\x07\x27\x27\x0a\xbe\xc0\xde\x35\xea\xc5\xc7\xc6\x69\xc2\x43\xe7\xc7\x4e\xcd\x5c\xed\x3f\xe6\xe9\x23\x78\x6c\x7e\x70\x6a\xa2\x72\x7d\x6c\x9c\x8e\x89\xe3\x63\xe3\x74\xec\x2e\x1f\xfb\x7d\x08\xdf\x9d\x1f\xd8\x4a\x67\x5e\x96\xe7\xaf\xe6\x61\xf3\xa7\x74\xb8\xd8\x4a\x81\xef\xce\x8f\xb3\x61\xc5\xec\xf5\xb1\x9b\x27\xb6\x37\x61\xbb\x2b\x70\xd3\xf9\xb1\x97\x27\xc6\x93\x8f\xdd\x3a\xb1\x37\x7c\xec\xc5\xe4\xba\xf5\x25\xd9\x04\x9a\xe9\x37\xcc\x7d\x05\x91\x19\x91\xa7\x0e\x69\x66\xc5\x7f\xcd\x78\x10\xad\x47\x80\xeb\x7a\x9f\xff\x41\xd1\xfe\x32\x29\xf3\x17\x5b\xff\x59\x83\x5f\x3c\x33\x0c\xd5\x97\x90\xc7\xbc\x4c\xc8\x23\xd3\xfb\x8b\x6b\x86\xb9\x2f\x48\x76\x05\x8c\x3f\x4d\x9b\x7b\x74\x14\x28\xf1\xe6\x56\xa0\xa7\xf3\x8b\x6b\xe6\xce\xbb\x5d\x5f\xd2\x16\x5c\x33\x3d\x3f\x9d\x7a\x98\x72\xec\xcb\x60\x07\xf9\x7a\x7a\xf7\x9e\x4f\xed\xa9\x61\x8c\xbf\x78\x6a\x46\x2a\x48\x5b\x0f\x44\xb7\x95\x05\x29\xde\xdd\x0a\x37\xcf\xfc\x2e\x9a\x4a\x0d\xd1\x5e\x99\x78\x5f\xb3\x56\x12\xa1\x39\x85\x1a\xaf\x90\x03\xcd\x2f\xbe\x99\x99\x4f\x87\x1e\xd2\x1a\x5c\x33\x2c\xaa\x2f\xae\x99\x91\x82\xec\x79\xe5\xb6\xeb\x8c\xea\x07\x5c\x03\xf3\xbb\x68\x4e\xfe\xe3\xe6\xcc\xd4\x98\xe6\xf0\x5b\xad\x8d\x36\xd3\x58\x93\x00\x1e\xef\x53\x3b\x41\xd9\x51\x04\x65\xaf\x30\x1f\xcd\xef\xa6\x75\x74\xcc\xb6\xcb\x90\xa1\xc3\x23\xda\x53\xae\x5b\x97\x72\x4c\xa4\x80\x3a\xf6\xc5\x21\x3a\xf2\xa9\x07\x2b\xad\x73\xb0\x1a\x31\xf3\xf3\x87\x1b\x07\xa5\x40\x69\xd8\x2b\x0c\x4f\xf3\x87\x17\x27\xcf\x7c\x5b\xe8\x11\x7d\x5b\x60\xaa\x99\xe6\x77\x44\x5f\xfc\xe1\xc5\xe9\x11\xed\xf6\xb8\x53\xb0\x6b\x3c\xf2\xd4\x89\x7d\xdf\x92\xed\xb9\x79\x5f\x96\x9f\xa0\xe4\x5d\xd3\x84\xa2\x71\x38\xf1\xfa\x49\xb8\xe6\xfc\xe1\xa9\x41\x35\xfb\xe1\xa9\x61\xe9\xfc\x70\xcd\xdc\x11\x5d\x47\x14\x94\x1f\xae\x19\xfa\xf8\x67\x5b\x33\x28\xea\xf9\xc3\x19\x93\xf6\x39\x5a\x38\x30\xcd\x1f\xbe\x19\x26\xee\xcf\xbe\x99\x92\x87\x7f\xea\x46\xfe\xaa\x1d\x3d\xf6\xee\x1f\x37\x32\x96\xdd\x2f\x37\xb2\x3c\x6d\x46\x97\xf0\x53\xd3\xcb\xbd\x15\x36\x5b\xe5\xc8\x6f\xc4\xa9\x9f\xfb\xb7\x41\xe8\x67\xac\x4a\xe6\xf9\x3d\xc7\xfb\x5b\x9b\xc3\x4b\x5e\xb6\x39\x9c\xed\xd4\x44\xbf\x67\x0e\xdb\x1f\x00\x2d\xce\x0e\xe7\x71\x3f\x47\x66\x90\x08\x10\x63\x05\x30\xd1\xef\x49\x34\xf1\x34\xd1\xef\x19\xeb\xd5\x0f\x47\x0d\x87\xe8\x0f\x47\x4d\x4d\x49\xbe\x62\x72\x00\xfc\x70\xd4\x94\x94\x2c\xfb\x78\x1a\xbb\xdd\x58\xfa\x14\x37\x4d\xc9\x5f\xdd\xd8\xb7\xc2\x6e\xec\xfb\x32\x8d\xb5\xf8\x67\x86\x10\x14\x20\x41\xe7\xcf\x3b\xe3\xfa\x87\x13\xa7\xfe\x07\xdc\xe2\x9f\x3d\x3c\xb1\xb6\xfd\x0d\x7a\xa2\x21\xd2\x13\x17\xa2\xdd\x04\x1d\x49\x7e\x01\x06\xe7\x0f\x97\x4e\x49\x05\x3d\xcc\x9c\xeb\x02\xd4\xb7\xeb\x2d\xc7\x2d\xaf\x11\x9d\xfa\x91\xf9\xff\x67\x2f\x0d\x0a\x8d\xd8\x83\x13\xa4\x3e\x8d\xa1\xbf\x72\xbe\x3a\xf3\xfc\x15\x8f\xc3\x9f\x81\xbf\x41\xa8\xfd\xd9\x16\x1d\xbd\xc9\x89\xe8\xaf\xa8\x3b\x7f\xb6\x45\xbf\x7d\x68\x37\x66\xdc\x4c\x7f\x36\xbf\x45\x9b\x70\x2a\xfa\x2b\x5e\x1b\xd3\x16\x5f\x6f\x4f\xe0\xa7\x79\xbf\xfd\xf3\xcb\x94\xac\x74\xa0\x95\x53\xe9\x2f\xa7\x05\xdd\xb6\xb0\xad\xd3\x20\x9b\xa6\xa3\xa6\xfc\x61\x8c\xe3\xb8\x33\x03\xf2\x15\x75\xc2\x0c\xc8\x57\xb4\x16\x33\x20\x5f\xd1\xc9\xcc\x80\x7c\xbd\x3d\xe7\x64\xa2\xd1\x1a\xcd\x79\x7c\x45\xf9\x10\x76\xbe\xd5\xb7\x60\x37\x0f\x15\xed\x6f\x61\x60\x88\x28\xcf\x41\x0a\x52\x0a\x97\x9a\xb6\x6e\xc6\x87\xc6\xda\xad\x93\x75\x66\xca\xe3\x3b\x40\x54\x53\x1e\x07\x79\xfc\x47\x3e\x8a\x74\xa2\xd6\x4a\x00\x85\x7f\xa4\xf5\xe6\x92\xe6\x54\xf4\x41\x37\x43\x72\x8c\xc5\x7b\x39\x15\xfd\x65\x2a\xf7\x47\x3c\x5d\x87\x8a\x68\x53\xfa\x1d\xd1\xbe\x00\xef\x0b\x4b\xe0\xf8\xf3\xc6\x48\xb6\x0e\x93\xc2\xbf\xef\xda\x51\xe0\x1b\xe6\x32\xb7\xf1\x05\x3e\x74\x39\x33\xfd\x85\xa7\x60\x1d\xa4\x27\xb8\x53\xb0\x5d\x05\xbe\x70\x2f\x53\x1f\x5f\x38\x37\x96\x53\xd3\x03\x51\x5e\xce\x45\x5f\x4b\xea\xe4\x39\x3f\x52\x27\x73\x90\xb2\x1d\xad\xc3\x93\x9c\x85\xb6\x0c\x76\xbf\xd1\x47\x17\xc9\xe8\xd9\xac\x96\x93\xd1\x97\x23\x3d\x85\x51\x39\xff\x85\x44\x27\x0d\x12\x6b\x0e\x13\x75\x1d\xd8\x94\xd3\x1e\x25\x59\xe1\x68\x5f\xca\x3e\xdf\x40\xc2\x2f\x27\x9f\x77\x22\xa1\x47\x72\x2a\xf2\x74\xa2\x0d\xca\x60\x2b\x97\x51\xf3\x85\x5d\x64\x29\x17\xfd\xd9\x00\xfd\x2f\x27\xa3\x2f\xec\x9f\xeb\xc0\xa0\x7c\x47\x74\xa2\xf2\x42\x6b\x16\x8d\xa3\x27\x62\x5f\x4e\x51\x5f\x5b\x78\xf2\x5f\xec\xb3\x74\xaa\x73\x7f\x97\xd4\xca\xb4\xc8\x25\x1d\x23\x5a\x0a\x42\x06\xd6\x61\x8b\x72\xc9\x7f\x6c\x51\x2e\x69\xae\xe6\x78\xa9\xef\xd3\x5b\xa9\x02\xf2\x90\x8c\x21\x29\x77\x58\xa4\x6b\xb4\x1e\x66\x2a\xac\x05\x30\x33\xd9\x6c\x5e\xe6\xf2\xb8\x04\xa9\x3f\xcb\xfd\xef\x04\x99\xcf\xbb\x3f\x9b\x39\x53\xd2\x9f\x3f\x75\x8f\x9f\xbe\x59\x78\xff\x5f\xa7\x33\xed\x52\x79\x32\xe4\xb3\xdb\x2e\xd3\x2c\xc3\xd5\xb3\x4e\x92\xb5\xd0\x83\xa7\xed\xd2\xf5\x15\xa5\x8f\xd6\xfc\x44\x4c\xa2\x2d\x92\x22\xaf\xdf\x37\x35\xdb\xb1\x9c\x2c\x41\xe0\x13\x8f\xb2\x4e\x07\xf6\xdd\x79\xd6\x54\x01\x3e\x94\x25\xda\x7c\xf4\x8f\xd4\x65\x67\x98\x48\x32\x10\x94\x7c\x67\xe5\x72\xe6\xe1\x96\x22\x4a\xab\x94\x6c\x0b\xd0\xdb\x3a\x41\x30\x32\xcd\x05\x64\x3f\x83\xd6\x59\x42\xb2\xd7\x59\xf2\x50\x29\xe1\x99\x9c\xa6\x6e\x86\x07\x60\x19\xc8\x1e\x13\xe2\x3a\xad\x13\x11\x98\xb5\x84\x5d\xef\xe7\x2b\x69\xcd\xf6\xbc\xaa\xf8\xf6\x9e\x52\x15\x1c\xcc\xca\x12\x92\xfd\xc2\x61\xb4\x4e\x87\x34\xbf\xdf\xfd\x3c\xc1\x23\x2a\x38\x78\x50\x55\x13\xa4\x0e\x7e\xb8\x65\xde\x1c\xf4\xb1\x09\x52\x59\x72\x02\xab\x77\x98\x5d\x96\x00\xe9\x57\x1d\x79\x26\xa3\xe5\x4c\x99\x8a\xdc\x1d\x8c\x86\x99\x4d\x27\x55\x33\xaf\xf7\x60\xaa\x38\x50\xd9\x8a\xf3\xba\xcc\x73\x6a\x65\x65\x5d\xce\x46\xe0\x4b\xe5\x32\x00\x3d\x84\x0d\xeb\x72\xba\x38\xec\x17\x4b\x08\xf4\x6b\xd2\xa7\xa2\x7b\x1e\x20\xa7\xd6\x65\x2b\x1e\xf3\xe6\xb2\x15\x6f\xe4\x3b\xc5\x24\xf6\xfc\x51\xa1\x8d\x33\x92\x5d\x7f\x8d\x0a\x18\x60\x98\x21\xbe\xcc\x1d\xd5\x29\xc7\x41\xa7\x77\x24\x59\x26\xe9\x9b\xcb\x61\xa6\x3d\xdf\xc9\x16\x79\xe7\x99\x0c\xaa\xf4\x86\xd3\xda\x03\xd3\x5a\x97\x3d\x28\x23\xdf\xc9\xa0\x6a\x8d\x7c\x5d\x0e\x33\x4d\xdf\x38\xcc\x14\x45\x7a\x19\x95\x3e\x61\x59\x5f\x97\xe3\x4c\xef\x48\xb2\xb6\xa6\x8f\x35\x8b\xef\xb7\x3b\xcc\x87\xca\x80\x3b\x3d\xbe\x73\x74\x3f\x92\xac\xc4\x0c\xff\x65\x5a\xd3\x0c\x9c\x43\x4b\x3b\xff\x77\x30\x69\xcf\x9b\x36\xa2\x52\x71\xb3\x9a\x8e\x48\xc6\x67\x33\x6f\x9c\x0d\x1f\x5d\x63\x09\x40\x3e\xb2\x41\x0a\x31\x3e\x80\xca\x2d\xd1\x3f\x0f\x80\x59\x4b\xf0\xf1\x01\x03\xfc\x12\x7c\x7c\x00\xb1\x5b\x42\x8f\x8f\x2c\x53\xa1\xc5\x07\x20\xad\x25\xb4\xf8\x00\x73\xb6\x04\x16\x1f\x80\xfc\x96\x33\xe1\x37\x8c\x0d\x4b\x60\xf1\x01\xe3\xea\x72\xe6\xfb\x9a\x9d\xdd\xb0\xee\xfb\x78\xdf\x55\x05\x58\xfd\xc5\x96\xbe\x9a\x2f\x65\xe9\x9b\x91\x64\xe9\xfb\x0f\x91\x9e\xcb\xa0\xee\x8a\x5f\x77\x15\xc7\x0a\xb1\x6f\x09\xc5\x5d\xb8\xef\x2c\xc1\xb6\x0b\x97\x94\x25\x6e\xe8\x92\x73\xbe\xd8\xfc\x6c\xdb\xc6\x2a\x98\x9f\x53\x8a\xec\x95\x25\x92\x37\xca\x8e\x24\x4b\xea\x8c\xe4\x56\xe4\x0f\x72\xe7\x95\xd4\x4c\x71\x33\x1c\x1b\xc5\xb1\x40\xb6\x02\xac\x62\xe7\x5e\x41\x72\xf4\x0f\x27\x81\xf3\xdf\xb7\xe8\x27\xc5\x06\x90\x28\x67\x4a\x80\x5f\xaf\xb4\xde\x26\x8e\xeb\x2d\xc8\xf6\xb2\x92\x77\x6d\x2f\xe3\xb8\x14\xcc\xbb\x62\xe1\x5f\xa0\xbc\xa3\x65\x08\xc8\x5d\x71\x5a\xae\x62\x7b\x1e\x2b\xde\xd9\xee\x1b\x31\x8f\x0b\x54\x77\x14\x12\x50\xdd\xdc\x12\x56\x71\x08\x03\x3a\x9e\x40\xdd\x15\x4f\xc5\x02\xd3\xcd\xa5\x60\x81\xe9\x8e\x76\x02\xa6\x3b\xaa\x8c\x30\xdd\x15\xd7\xc5\x02\xd2\xcd\x35\x78\x15\xf3\xef\x10\x8b\xbd\x8c\xe9\x0e\x6f\xcd\x12\x33\xf4\x88\x9a\x50\xcd\x7d\x8a\xae\x68\x08\xf7\x01\xcc\x6b\x55\x9b\xfe\xc0\xd9\x2d\x61\xb8\x2b\x9c\x1b\x0b\xd0\x36\x20\xcf\x25\xd0\x76\x85\x82\x63\x81\xd9\x06\xb4\xb6\xc0\x6c\x83\x30\x5c\x80\xb4\x41\x27\x2e\xa1\xb2\x2b\xec\x0b\xab\xda\xf4\x07\x38\x71\x99\x1a\xfa\x00\x6a\xb6\x84\xbc\xae\x37\x03\x0e\xf0\x1a\xd0\xda\x32\x98\x1a\xe7\xd6\x32\x5c\xfa\x24\x14\x77\x19\x2e\x7d\x12\xb9\xba\x2a\x67\x31\x5f\x82\x0e\x65\x57\xaf\x58\x28\x58\x81\x95\xb0\xb2\xf7\xd3\xa6\x4f\xe9\x4f\xc0\xa1\x6c\xb3\x15\x70\xe8\x48\xc1\xb6\xfa\xb0\x96\xaa\xb1\xa2\x25\xef\x8a\x49\x91\xd5\x53\x81\x8a\x66\xd8\xc8\x0d\xc3\xb6\x57\x61\x33\xe5\x14\xa8\x60\x45\x39\x3e\xaa\x13\x11\x95\x3c\xf4\xad\xbc\x45\xf4\x35\x9c\x19\xab\x4c\xf4\x2d\xeb\xa0\x62\x8f\x60\xe6\x0b\x49\xdd\xae\xb4\xcd\x16\x87\x92\x2a\xf8\xde\xdd\xf2\x50\x84\xa4\xa9\x3d\x06\x07\xa6\x24\x50\x69\x22\x98\x57\xc3\xa6\xc0\xdd\x40\x50\xe9\x33\x24\x9a\xab\x19\x18\x4a\xed\x8d\x8d\xbe\x32\xf3\x8d\x8d\xee\xd8\xb3\x56\xf3\x3d\xe9\x7f\x2f\xfb\x22\x7a\xe5\xa9\x2f\xda\x25\xff\xb1\xd6\xde\x52\x94\x6f\xd6\x2c\x22\x23\x9e\x4f\x02\x86\x57\xc3\x38\xc0\x2a\x32\xe2\xb9\x65\x9d\x0b\xe2\xdc\x08\x18\x5d\x0d\x9c\xda\x9d\x77\x7d\x97\x43\x7d\x68\xe0\xd4\x38\xcd\x1b\xc0\xb4\xf7\x5b\x03\xbb\xfa\x3f\x13\xf0\x3c\xef\xea\xa6\xfa\x96\xfb\xa7\x7b\x1e\xf5\x95\x61\xe0\xad\x02\x98\xb5\xf7\x21\xf7\x54\xba\x69\x71\x09\xcc\xd3\x2a\x70\x13\x63\x05\x39\x1f\xfa\xb5\xd1\xce\x17\x26\xa9\xd5\x72\x6b\xca\xa7\x82\x19\xa1\x36\x35\x2e\x4d\xa9\xa0\xec\x00\x3d\xed\x5e\x5c\x08\x53\x43\xe3\x6e\xd2\x0d\xcb\xac\xaa\x9e\x4c\xc6\x3e\x97\xcc\x4a\x11\x44\x37\xec\x48\xab\x71\x47\xca\x5f\x64\x16\x08\xeb\xf6\x32\x12\x3a\x34\xdf\xcb\x48\xe8\xf6\x56\xdf\x38\x1b\x20\x84\xab\x71\x11\xaa\x79\xfa\x13\xe0\x25\x9f\xca\xb0\xcd\x29\x78\x13\xea\xc8\xc2\xbe\xcd\xe2\xd4\xf2\x50\x6a\x0f\xcb\x5a\x40\xe7\x82\x15\x63\x39\x21\x3d\xc1\x16\x4b\xc0\xe6\x56\xd1\xb3\x4c\x18\x5d\x53\xf7\x1b\x23\x40\xcf\x3f\x30\x76\xa6\x58\x71\x9c\x1d\x33\x2f\x1b\xd3\x35\x90\xe4\xd7\xa7\xaf\x85\x4d\x7e\xb6\xa8\x1b\x51\x17\x1f\x46\xe9\x76\x62\x41\x8c\x53\xeb\xf6\x3d\x88\x35\x22\x6c\x72\xc1\xbe\xb4\x6e\x1f\xf6\x25\xa5\x4a\x67\x2a\xf9\x6e\xab\x5d\xf9\x4e\x07\x3a\x43\x44\x46\xfa\x6c\x1c\x50\x49\x13\x71\xb7\xa0\x92\x26\x86\x73\x91\x84\x3e\x5b\x07\x5c\xd2\x80\xb0\x17\x5c\xd2\x23\x35\xb2\xc3\x6f\xa4\x73\x31\x0f\xdf\x11\xef\x67\xe3\x63\x38\x0d\x3d\xae\x25\xdd\x89\xed\xb8\xe7\x3f\xde\x7c\xa9\x93\xe6\xea\xff\xaa\x64\xf3\xe9\x9d\x3a\x78\x37\xbb\x53\x90\xcd\xa7\xf9\x29\x46\x2b\xda\x4a\x12\xd5\x1e\xd1\x5b\x03\x1a\xf1\x4d\x8e\x1b\x16\xd7\x0d\x64\x92\xbf\x6e\xeb\xe4\xef\xbb\x02\xb1\xa5\xf6\xbe\x78\xbf\x5d\xea\x8b\x77\x36\x3e\x93\x3c\x03\x3b\x58\x06\x10\x07\x2c\xb2\x7a\x12\x73\xfa\x53\x10\xb8\x9c\x15\x4a\xd5\xde\x41\x7f\xae\x6e\xc2\x3b\x76\xb9\xee\x6b\xc8\x8c\x24\xb0\x16\xa7\x60\xf7\x55\x83\xf3\x48\x68\xdb\x89\x23\x67\x75\xc3\x09\x4a\xbe\xfb\xd3\x33\xbe\x53\x34\x37\x81\x60\x4b\xd8\xda\x49\xbc\xd9\x12\xb4\x76\xe2\x7b\x59\xdd\xc1\xdc\x35\x6f\x56\x3d\xa3\xcc\xe5\x45\xc5\xdf\x95\x09\x10\x4f\xd1\xea\x19\xf6\x14\x63\x2f\x6a\xcd\xff\x9d\xd7\x87\x39\xd2\x51\x0b\xd9\x10\x8c\xba\x3d\xc0\xcc\x2f\xa3\x6e\x0f\xe2\x03\x16\xd9\xd4\xc1\xe2\xaf\xce\xa9\x3b\x23\x56\xcd\x83\xfe\xef\x8d\xbc\x67\x92\xf0\x1b\x4f\x12\x4c\xbe\x4b\x28\xdb\x46\x66\x9a\xe5\xf4\xe9\xe5\xe8\x79\x68\x7a\xd4\x92\x4f\x3f\xda\x1a\x23\xd9\x10\xf5\xbe\xfb\xe7\xed\xcd\x22\x40\x5a\xf6\x0f\x21\x65\x3b\xbe\xfd\x35\xcc\x20\xc7\xfe\x21\x22\xe5\x0b\x8c\xe7\x1a\x86\x76\x51\x9f\x61\x30\x17\xa7\x85\xb2\xa3\x5f\x95\x2e\x10\xf4\xf5\x22\x8f\xc1\x82\x39\x19\x3d\x49\xc0\xd7\x8b\xec\x04\x6b\x18\x31\xc8\xee\x25\x18\xec\x45\xc6\x83\x35\x9c\x76\x6d\xe6\xd9\xad\x67\xd4\x53\x34\x74\x70\xfe\xaf\xe1\xb4\x6b\x33\x65\xea\xda\x38\x52\xca\xc7\xf1\xd0\x54\x74\xfa\xda\x9e\xca\xf8\xda\x9e\x5f\x68\xf3\x44\x69\x37\x35\xf2\xe4\x9e\x3a\x9c\xd3\x83\xe5\x2c\x04\xeb\x35\x19\xb7\xe1\x1b\x6d\x1a\xaf\x99\xd5\x4b\xfe\x2f\x18\xd6\x64\xf9\x2a\xe5\xf9\xd9\x60\xa3\x5f\xc3\x77\xda\x74\xe2\x72\xdd\xe8\x60\x83\xb2\xd2\x6d\x06\x65\x61\x34\x10\x4f\x72\xa9\x57\x9e\x69\xb3\xe6\x8e\x30\x08\x7b\x4b\xa3\x7c\xa7\x2d\x29\x74\xe9\x55\xaa\x2a\x58\x4b\x4e\x21\xa1\x4d\x4b\x3d\xf3\xa6\xb5\xa4\x3b\xaf\x0a\xf3\x72\xe7\x55\xad\x65\x36\xe3\xe9\x1b\x2e\x6b\x47\x69\xca\x4b\x45\x71\x57\xb2\xf1\x52\xaf\xbc\xa9\xa3\x83\x69\x3a\x73\xb0\x0d\x44\xdd\xb7\xd1\x46\x04\x42\x1d\xb0\x86\x2d\x61\x50\x13\xd4\xb5\x84\x41\x1d\x51\x91\xc5\x93\x9c\x60\x81\x35\x8d\xae\xe2\x6e\x35\x8d\xae\xc2\xd6\x23\x7c\xea\x80\x29\x6b\x4d\xa3\xab\xae\x7c\xd7\xd4\x7a\xca\xf4\xf9\x77\xe5\x3b\xf5\x21\x7b\x05\x88\x54\x2e\xf4\xc6\xa0\x56\xac\x04\x4a\x1b\x5e\x72\x08\x4c\x6f\x6b\x0c\xb6\x20\xa8\x25\x3a\xf5\xf4\xb6\xc6\xda\x9a\xa6\xa1\x48\x6b\xb5\x75\xdd\x57\x8f\xa8\xdb\xf5\x9d\x42\x75\xbb\x4e\x73\xcd\x43\x91\x1e\x35\x0f\x05\xe7\xd5\x34\x0f\x05\x9a\xac\x38\x92\x4b\x94\x6d\xa1\x4d\x4b\xb6\x9a\x69\xd6\x17\xd4\x74\x01\x4a\x67\xae\x74\x62\x45\x9e\xb1\x6c\x8a\x15\x79\x02\x53\x58\x02\x9b\x4e\x90\x13\x6b\x1a\x41\xc5\x79\x28\xb0\xe9\xbc\xd3\x4d\x46\x50\x71\x74\x4e\x73\xb9\xb4\x48\x26\xf4\x9a\xf9\xd0\x93\xcb\x1f\x2a\xd7\xf7\xcc\x3d\x50\xa9\xbe\x27\xcc\x89\x6b\x89\xbd\x25\x66\xd6\x25\xb0\x15\x00\x90\xb5\x4c\x10\xcf\x55\x43\x90\xd5\x09\x44\x62\x2d\x83\xad\xda\xbf\x09\xc2\x97\xc9\x93\x0f\x70\x47\x4b\x10\xd6\xb0\xf7\x2d\x41\x58\x2b\xf0\xc7\xb5\x0c\x5e\x01\xd3\xb3\x96\xd9\x66\x73\xd3\x5c\x0e\x9e\xef\x91\x8c\xae\x61\x2a\x2e\x07\xcf\xdf\xf9\x92\x9b\x25\xed\xf2\xed\x96\xfb\xc9\xf2\xed\x36\xe6\xcb\x65\x30\x16\xdb\xb7\xe9\x95\x0f\xd0\x40\x6b\xf9\xea\xdb\x23\x59\xaf\x18\x29\x48\x94\x13\x8c\x96\xc0\xaa\x25\xb7\x38\x61\x55\x6b\xd6\xbe\xd0\xa9\x15\xf8\xe2\x12\x3a\x35\x04\xc7\x6b\x19\x6a\xc5\x4c\x15\x6d\x72\x82\xf1\xd7\x72\x36\x03\xf6\xda\x65\x3b\x4c\xcf\x33\xf1\xc7\xc3\x03\xb5\x04\x56\xad\x90\x24\xae\x95\xd3\x38\x75\xfb\x18\x7f\x16\x11\xe3\x3e\x25\x29\x63\x34\xf4\xa0\x4b\x70\xd5\x0a\xb9\xe5\x5a\xce\xb6\x5b\x38\x27\x96\xa1\x24\x35\x92\x34\x82\x91\xa9\x25\xc3\x0b\xd4\x93\xcb\x19\xd0\x0f\xbc\xd4\x6b\xd9\xf0\x02\x22\x6f\x89\xf6\xb8\xc2\x5e\xba\x4c\x7b\x7c\x8c\xf7\xa7\x36\x64\x5c\xa9\x91\x62\xe9\x51\xd8\xb6\x5d\x23\x80\x07\xd7\x36\xcc\x04\xf5\x6d\x1b\x64\x05\x36\x61\x09\x98\x5a\xa1\xaa\x5c\x1b\x33\xcc\x2b\xda\xca\x71\x46\xb4\x19\x26\xc5\x0a\x40\x00\xc6\x74\x09\x9b\x5a\x61\xc0\x5c\xc2\xa6\xd6\xfb\xfd\x89\x73\xf9\xd4\x94\x23\xcf\x45\x89\xf4\xe7\x9f\x50\x2c\x56\x18\xd6\xb4\x28\x93\x2b\x54\xac\x6b\x9b\x72\x1e\x6c\xfe\x12\x5a\xb5\xc2\x55\xba\xb6\x19\x1f\xc0\x37\x2e\x13\x23\x1f\x00\x36\xd6\xf6\xb4\x8d\x6b\x65\xdb\x6d\x0e\x6e\x6a\x6d\xbb\x56\x6a\x7e\xfa\x91\x6e\x9f\x67\x5f\x37\x34\x0f\x7f\x16\xf3\xd7\x3f\x8b\x74\x2f\xb1\xc0\xcc\xb9\xed\xe0\xc6\xb8\x77\x76\xac\x3d\x7c\x6b\x00\x4a\x5c\x48\x9b\x2b\x05\x8d\xd3\xcc\xce\x39\xb6\x1d\x11\x40\x04\xe0\x12\x8e\xf5\x6c\x99\x0e\xdb\xf6\x9c\x1a\x49\x18\x9e\x16\x49\xf0\x98\x9a\x5f\xba\xba\xec\x7c\xdb\xc6\x1d\x80\xb4\x4b\xac\xc8\x15\x3e\xca\xb5\xc9\xdb\xc1\x1e\xb1\x9d\xa9\xa6\xe5\xa1\x2a\xcb\xd9\x22\xd0\x6b\x25\xd6\x62\x6d\x23\xa6\x4a\xa4\xa9\xd1\x4f\xcf\x2b\xa7\xc7\x4c\x57\x3b\x04\x38\x37\x58\x51\x1f\x57\x00\xdd\x4b\x20\xd8\x9a\xd3\xda\x54\xc7\x27\x0e\xfc\x25\x4c\x6c\x85\xc8\x73\x7d\x6c\xc9\x61\xc8\x3e\xe0\x3f\x7a\x5e\x35\x12\x86\x5d\xe9\x63\xb8\x14\xec\x6d\xeb\x43\x8c\x2f\x3a\xd1\xc7\x41\xbd\xf4\xa5\x49\x8c\xcf\xf1\x5f\x6c\x26\x42\xc6\x3e\xfb\x4d\x7e\xe3\x9b\x1d\xfa\x94\xb0\xb1\x2d\x17\xd3\x8f\x91\x55\xd0\xee\xad\x8f\xe2\x18\xb3\xad\x1b\x38\x7b\x42\x4f\xb8\x3e\x98\x8b\xd8\xe4\x3e\x86\x5d\x11\xf4\xb5\x3e\x93\x49\x44\x85\x27\x4d\xa7\x27\x08\x00\x66\xd7\x13\xb5\x72\xc2\x05\xd6\x87\xf8\x5f\xf6\x59\xc1\x6c\x5b\xee\x27\x1f\xc2\x7f\x47\xca\x95\x45\xae\xe6\xa7\xb6\xc8\x8d\xbc\x2b\x8b\x5c\xc6\x02\x58\xc9\x9d\xd6\x18\x16\x80\xc9\x42\x10\xdc\x96\xe3\xe3\x43\xb8\x2f\xfb\xee\x07\x1c\x09\x4b\xfa\x03\x8e\x84\x79\xf5\x01\x47\x92\x6e\x02\x47\xc2\xfc\xf8\x80\x23\x29\x79\x3a\x74\x47\x4a\x49\x86\x91\xb0\x45\x8a\x71\xb9\x45\x2f\xfb\x18\x45\xc2\x26\x6d\x40\xee\x1d\x47\x97\x01\xb9\x57\x8c\x54\x1f\xc7\x3f\xbe\xf3\xc3\xf1\x8f\x6f\x8f\x3a\xfe\xf1\x9d\x87\xc0\x4a\x32\xe8\x9b\xfa\x53\x94\xaf\x66\xf1\x29\x7c\x88\x00\x66\xa5\x7e\x08\xf9\xcd\xa7\xae\x3f\xeb\x4d\x88\xdc\x47\x4c\x2d\x6c\x7d\x4c\xa7\x3a\xe6\x31\x16\xc4\x0f\x11\xc1\x19\x9e\xcd\x78\xf8\xe9\x17\xd8\x09\xcd\x15\x44\xb7\x41\x81\xb6\xbe\xa0\x4e\xb8\x3c\x7d\x49\xe0\xc8\xc4\x14\xaf\xf2\x73\x5f\x6c\x88\xb6\x54\x4e\x24\x9a\x93\x92\x30\x38\xe5\xa9\x30\x34\xef\x97\x06\x9d\x8c\x94\x6b\xd0\xc9\xc8\xd3\x8f\xad\x51\x29\xe9\xeb\xfa\xbb\x8f\x0d\xe0\xbd\x00\xdc\xaf\x2f\x31\xc0\xf8\xf0\x0c\xe0\xbd\x00\xa8\xaf\xaf\x4d\xad\x20\xf7\x97\x11\xbc\x17\xf0\xfc\xf5\x25\xcb\xd3\x48\xc9\xbe\x3a\xb3\x02\xbe\x98\x5e\x59\xde\x5f\x27\x7d\xea\xf9\x54\xed\x49\x03\x14\x12\x19\xc3\x8c\x20\xbb\x2d\x46\x59\x23\x76\xaf\x68\xe5\x46\xec\xb6\x78\x3e\xbe\x06\xaf\x70\x22\x08\xb0\xfb\xbc\xcb\xa7\xce\x7c\x92\x83\xfd\x8b\x6d\x15\x95\xda\x88\xdd\x2b\xea\xa8\x10\xbb\x8d\x94\x3c\xcb\x88\xdd\x2b\x8a\xfa\xd7\x20\xab\xe8\x62\x86\xec\x36\x40\x87\xcb\x90\xdd\x2b\xba\xb3\x20\xbb\x8d\x04\x13\xeb\x6b\x53\xeb\x91\x57\xdd\x1a\x6e\x1c\x42\xe8\x36\xf2\x64\x2c\x01\x74\x5b\x4f\xd3\x64\xb4\xe8\x19\x72\x45\xfb\xf6\x74\x91\x11\x25\x47\x7a\xd3\x11\x8c\x47\xba\x0c\xf3\x14\xed\x8c\x79\x8a\x76\x62\x9e\x62\x41\xfe\x64\x9e\x0a\xca\xc8\x88\xdb\x06\x6b\xd2\x12\xe2\xf6\x79\xf7\x40\x2c\x72\x9a\x5f\xff\x41\x49\x37\x20\xb7\x64\x29\x1b\x90\x5b\x32\xbb\x0d\xc8\x2d\x59\xd9\x46\xe0\x86\x38\x75\x89\x65\xba\xc1\x60\xbb\x0c\xc0\x0d\xaf\xe9\x32\x00\x37\x39\x97\x96\x98\xa5\xcf\x10\xc7\x2e\x23\x70\x27\xb9\x94\xd6\x0f\x85\x9f\x23\x59\x80\xdc\x16\x33\xa9\xf0\xb8\x2d\xe6\x55\xe1\x6f\x5b\x0c\xaa\x02\xd8\xb6\xd8\x65\x8d\xaf\xad\x44\x3c\x2e\xe1\x6b\x5b\x2e\xfe\x3f\xc7\xe8\xc6\x8a\xf6\x73\x8c\x6e\x74\x39\x31\x41\x9f\x09\x63\x5b\x3f\xd2\x19\xb1\xd7\x1b\x16\xd8\xc1\x50\x6d\xe3\x86\x30\x56\xef\xc3\x31\x58\xae\xfb\x16\x4e\x28\x6a\xf3\x16\x4e\x68\xc2\x09\xbf\x0d\x13\x3a\xd8\xd9\xf7\x81\xb6\xeb\x4e\xd8\x87\x93\xce\xf1\x50\xd0\x9f\x40\x2d\xb6\xa1\x3f\x17\x9e\xce\x7d\x02\x93\xa3\x06\xa7\x47\x0d\x7b\xdd\x3e\xed\xf0\xf1\xbe\xb2\x4f\x07\x19\x8e\x14\x3b\x64\xfd\x69\x48\x8a\xbc\xf2\x4e\xb0\x05\x21\x9a\xb8\x1c\xb7\xd9\x36\xf1\x0c\xee\xd3\x61\x0a\x35\x6f\xa2\xb6\xa7\x3a\x3f\x3d\xcc\xab\xd6\x01\x06\xa2\xb9\x0c\x2e\x6a\x63\xbb\x7a\x39\xa8\xb9\x58\x3e\xe6\xa0\xe2\xde\xa8\x26\x3f\x99\x4e\xba\x42\x0f\x38\xe8\xd0\xbb\xd4\x16\x84\xe8\x9a\xef\x2f\x6c\xc6\xe0\x17\xcb\x56\x14\x1a\x8c\xe9\x80\x3f\xd8\x06\x7a\x45\xd2\xfd\xfc\xa2\x15\xb6\x81\xe6\x7f\xbe\x56\xf5\x3c\x93\x26\xda\xf2\x9d\x3b\x83\x8e\x42\x2f\xcd\x77\xb4\x1e\x11\x18\xf4\xe0\x5d\x1b\x3c\x47\x1a\x0c\x0c\x7a\xf0\x17\xc3\xa0\x1b\x6d\xe4\x58\xcd\x4f\xb1\x78\xa6\x77\x30\x8b\x67\x94\x95\x55\x89\xc5\xb7\x8d\x0c\x82\xfe\x72\x8b\x9c\xf2\x6a\x47\x7e\xa2\xc0\xd2\x4c\x1d\xa1\x31\x8a\x77\xb6\x7d\xd9\x1c\xe5\x0d\x72\x5f\xf6\x6c\xb7\x3c\x7b\x3a\xb2\xfa\xde\xb1\xcd\x45\xc9\x05\x6b\x5f\xa6\x6d\xbd\x23\x09\x7c\xc1\x62\xb9\x7c\xef\xef\x91\x74\xef\x67\xa6\x5e\x5c\x92\x0a\xa2\xf9\x61\xb0\x01\x6d\x21\x7a\x2a\x90\xbb\x6d\xee\xc9\x13\xd6\xf1\x7d\xa1\x10\x8e\x3c\xf5\xb1\x7c\xe7\xa9\xd1\xb6\xef\xb7\x76\x72\x32\x46\x64\x83\x87\x25\x6c\x5f\xd9\x36\x1a\xa2\x63\xb8\xd3\x27\x3e\xd8\xde\x77\x95\x5e\xe6\x2d\xc8\x78\x95\x34\x47\x74\xf2\x47\x7e\xaa\xbc\xdb\x90\x23\xec\xcb\xe9\x36\x18\x2e\x65\x80\x1f\xd0\x95\xee\xcb\x94\xf1\x69\x99\x12\x6c\xcc\xf1\x6f\x7c\xca\xbe\x9c\xd9\x98\xc9\x75\xd9\x5e\x9a\x1e\x31\x04\x68\xa4\x6a\x1f\x49\xf4\xac\x75\xc1\x92\x01\x13\xff\x76\xf5\x56\xb8\xc5\x30\x39\x32\xd7\x05\x08\x2a\x28\xf4\xfb\x52\x6a\xd9\x5a\x68\x93\x6d\xa9\x85\xce\x10\xe3\xf6\x3b\x5c\xb6\xac\x56\xda\x24\x26\x55\x28\xa0\xb7\xa0\x43\x85\xdc\xe1\x1b\xe8\x50\xba\xd4\xd0\xa1\x46\x93\x6c\x66\x65\x9f\xb9\x6c\x66\x2d\xf9\x4e\xa1\x8c\x25\x35\x93\x61\xb3\xe5\x4d\xb5\xc8\xe7\xd6\x16\x8e\xa8\x54\x66\x59\xb1\x95\x95\x5d\xb7\x98\x71\x95\x75\x5e\xe4\x78\xe4\x4a\xb2\xc5\x31\x59\x50\xe2\x77\xb1\x59\xac\xa7\x14\x4d\x72\xab\x8c\xdb\x98\x22\xae\x86\xdb\x4c\x91\x37\x59\x80\x36\xd4\x90\x68\xb5\x1b\xba\x47\x6b\x8c\xdb\x74\x8f\x03\x10\xf6\x2e\x66\xc2\xe3\x6a\xb0\xcd\xfe\x58\xb9\x1c\x6e\xd8\x1f\xd1\x80\x77\xe1\xf2\x4f\x27\x9b\x0c\xf2\x00\xf5\xb4\x0b\xd3\xfa\xa4\xc2\xba\xfd\xdf\xef\xa7\xde\xc1\x6b\xea\xe4\x1d\x3c\xaf\xb2\x2c\xa9\xa2\xe3\xab\x2a\x5d\x64\x22\xbc\x16\x49\x86\x96\x9a\x37\x6d\x68\x61\x46\x14\x47\x57\xd5\x48\x36\x64\x70\x4c\x14\x7b\x95\x46\xc6\xc8\xba\x5a\xf6\x09\x11\x4c\x56\x42\xdc\xb7\xa1\x47\x37\xd0\xbb\x6d\xac\xd1\xc9\x25\x68\x17\x6e\xfb\x17\xdd\xe0\x3d\x96\x2b\xc6\x36\x89\xe4\xbb\xc5\x99\x44\xf2\xe4\x8e\xb4\x0d\x3e\xc2\xed\xb7\x0d\x3e\x3a\xdf\x2e\x73\xa2\xaf\xc2\xc6\x50\x8c\xe5\x48\x0f\x12\x5a\x32\x53\x90\xee\xd7\x2d\x92\xae\x95\xa9\xbe\x5c\x4c\xef\xf8\x1b\xe7\x91\x11\xe6\x16\x63\xc3\xdf\x36\xb8\xe8\xc2\x62\xb8\x2b\xe7\xbe\x4d\x8d\x1b\xc2\x48\xdc\x0e\xdb\x84\x91\x17\x36\xd5\x2d\xb4\x51\xc3\x7e\xbf\xc5\x09\xd9\xb8\xff\xec\x0a\x1c\xde\x06\x9c\x2d\x74\x51\xe3\xbe\xb0\x8d\x2e\xea\x44\x07\x6e\xa3\x8b\xee\x0c\x85\x18\x21\x1b\x69\xe8\xb6\x18\x20\x1b\x89\xe7\xb6\x09\x20\xcb\x91\x57\x9d\x15\x24\x5d\x6f\x06\xc8\x8a\x2f\x7c\x8b\x01\xb2\xf5\xf7\x5d\x03\xd1\xf3\xd3\x89\xe6\x99\x77\xcd\x12\x8f\x6a\x62\x96\xc7\xe4\x39\xd8\x4a\x3d\xdf\x80\xe7\x6c\xb3\x3c\xbe\xbb\xa9\x59\x1e\x43\x88\xb0\x4d\x45\x87\x33\x68\x0b\x8c\x71\x4d\xb6\xe1\xc6\xc6\x7b\x22\x29\x1e\x74\xe4\xd9\xc7\x13\x25\xa2\xac\x7b\xec\x8a\x30\xcd\xa5\xaf\x1b\x87\x7e\x8a\xf5\xed\x79\xfe\x3b\xa6\x73\x37\xa7\xe8\x62\x7b\x15\x30\xe3\x02\xf1\xbf\x9b\x73\xc8\x32\x37\x05\xcb\xe8\xd0\xe9\x6c\xa1\x32\x2e\x72\x83\x6f\xd1\xd3\xf5\x3b\x6d\xd4\x86\x5a\x18\x30\x93\xd3\x55\x1c\xb2\xbb\xa1\x9f\xde\x48\x3e\xfe\xfd\xe1\xed\xe3\x9f\xdf\xdf\xde\x27\x6b\x9e\x19\x7c\xce\xd6\x2f\xee\xb9\x91\x75\x23\x84\x46\xa9\x8c\xdd\x6d\x28\x26\xb3\x52\xa0\x8b\x52\x6b\xbe\xf3\x46\x79\x23\x7d\x25\x79\x0a\x88\x1e\x6e\x62\xad\xdc\x42\x60\x4c\xec\xbb\xfb\x16\x15\x7b\xf4\xcf\xdb\x31\xa9\x6c\x07\x37\x76\xfd\x96\x57\x05\x03\x1c\x79\xd5\xe6\x67\x36\xa1\xdb\x71\xa6\xf8\xc4\xb7\x80\x14\x15\x06\x8e\x6d\x0a\xb7\x63\xa4\xc9\x86\x55\xe0\x21\xda\xb7\x39\x3f\x39\xdf\x8c\x9b\x38\x71\xcf\x6d\xa7\xe4\x7e\x15\x30\x38\xdb\x70\x33\x6e\x38\xdb\xd8\x33\x0d\xa3\xa8\x99\x59\xce\xc9\x7d\x01\x2b\xdd\xce\xc9\x7d\x01\x0b\xd9\x37\x2c\x56\x33\x55\xfc\xfa\x29\x1d\x6f\x2b\xce\xc8\x90\x39\x6e\x82\xec\xb1\xdb\x39\xb9\x0b\x4e\xf2\x0d\xc9\xdb\x8c\xe4\xd9\x45\x25\x94\x00\xee\x9e\xd4\x90\xb9\xc6\x3f\x9d\x3b\xeb\xfd\x4e\xb3\xeb\xcc\x2f\xa4\x73\x30\x2b\x85\xbf\x18\xf0\xf5\x6f\x01\x2e\xae\x89\x02\x24\xbc\xc5\x20\x5d\xf8\x36\x61\x5b\x8f\x46\x26\xbc\xc5\x80\x6c\x78\x8b\xaf\x6d\x14\x5b\x97\xb7\xe9\xda\xde\x29\x2b\x7e\xb6\x81\x57\x78\x77\x3b\x49\xd9\x5a\xc5\xce\x36\x40\xa4\xef\x6e\x97\x69\x4f\xa1\x52\x25\x6a\x7e\x28\x55\xa2\xa5\x36\xf2\x91\xda\x1b\xb5\x45\xcd\x56\x60\x06\xdb\xdd\x3e\x52\x54\xa5\xce\x1c\x8d\xa4\x25\x82\xc2\xde\xcd\x40\xc1\xd6\xdd\x0d\x12\x7a\x5b\x68\x90\x50\xcf\xab\x02\x56\x73\x2b\xe9\x06\x09\xa1\x67\x74\x83\x84\xee\x48\x5a\x4c\x9d\x8a\x4e\x2f\xa6\xfc\x5e\x4d\xe2\x24\xe9\x26\xa4\xb8\xf3\x3f\x69\x47\x35\x7f\x10\x06\x98\xbd\x16\x04\x09\xd3\xbc\x1b\x11\xcc\xd6\x0a\x82\x24\x65\x2e\xb9\x09\xd3\x4d\xa2\xa7\xc8\x5d\xa6\xdb\xf1\x8a\x4a\x29\xcc\xc8\xbc\x33\x10\xf6\xbb\x32\x0f\x85\x18\x99\x77\xba\x69\x49\x73\x62\xf1\x0a\x3e\x32\x73\xd0\x0b\x3d\x32\xa3\x6a\x88\xa3\x6d\x46\x7f\x10\x45\x5b\xc1\x36\xbb\x85\x24\x99\xb9\x73\x0a\x48\x32\xa3\xbf\x88\x9f\x6d\x46\xd5\x51\x62\xee\x82\x5d\x79\x77\x7b\x68\x59\x8a\x82\x86\x94\x31\xfe\x6d\x29\xd9\xdd\x9c\xe7\x69\x3c\x57\x79\x36\xc0\x0e\x62\x38\x33\x6f\xa3\xf1\xb9\xe6\x86\x8d\x1c\x38\x29\xb7\xf9\xd7\xee\x1c\xf9\x03\xba\x80\x96\xa7\xa6\x0b\x60\x61\x9a\x8e\xed\xc0\x69\xb8\x4d\xc7\x76\xe0\x38\xdd\x03\x32\x01\xe6\xdc\x30\xd5\x79\xd4\x05\x13\xb2\x1d\xd9\x77\x86\x79\xa0\xff\xf7\x5f\x37\x81\x0d\x4d\x38\x94\xb3\x65\xf1\x08\x88\x52\xef\x14\x6c\x48\x71\xbe\xc4\x99\x95\x1a\xdb\x23\x3b\x52\x63\xbc\x59\xef\xa7\xc6\x9b\xbd\xdf\x5a\x45\x6c\x79\x6a\x5f\x5c\xaa\x88\xb3\x2b\x95\xc0\xd9\x95\xf6\xa0\xef\xa6\x5b\xd1\x77\xd3\xad\xec\xf4\x4c\xa5\xc1\x4e\x9f\x9e\x72\x5c\xd1\x5b\x47\xe9\xbb\xe9\x54\x9f\x02\xf9\x69\x4e\x01\xfa\xc5\xfa\x6e\x7e\xa2\xc8\xeb\x3b\x15\x02\x5a\xc7\xcc\x1e\x40\xeb\x58\x3c\x03\x6d\x98\xd5\x63\x3a\xb6\xfb\x1d\x2b\x91\x69\xdc\xa9\x9e\x3d\x5f\x39\xd2\x04\x76\xa9\xf0\x44\xed\x24\x05\xaf\xf9\xab\xed\x46\xac\xb5\x81\xfa\xcb\x49\x39\xec\xec\x4a\x43\xa3\xee\xd2\x36\xd4\xdd\x7c\x29\xe0\x75\xda\xed\xc0\xea\x5c\x03\x0d\x86\x39\x01\x72\x6c\x81\x61\x6a\xb6\x48\x93\xaf\xbd\x3b\xbd\xe9\xd5\x4e\x70\x34\x7b\xe0\xd2\xe2\x94\x37\xbf\xda\x19\x8b\xcc\x34\x94\x39\x17\x37\xd1\xad\xd5\xec\x9a\x4a\x07\x5e\xa3\x82\x98\x6c\xed\x8c\xd1\x61\x1a\x86\x47\x30\xd6\x9e\x38\xbc\x38\xa6\xa6\x03\xa0\x5b\xfe\x22\xaf\x0f\x53\x74\xda\xfb\x75\xe7\x43\x6b\xe7\xf9\xce\x4e\x9f\x99\x57\xed\xdf\x9a\xa9\x90\xbd\x3e\x9c\x62\xce\x2c\x7e\xbf\x7f\x81\xd1\x96\x73\x73\xe2\xc3\x42\x11\x9b\xc4\x43\xb3\xb5\x0a\x27\xd3\xde\x6e\xb0\x19\x1e\xc7\xfd\x9e\x31\x60\xe4\x5d\xb9\x49\xd0\x2e\x9c\x75\xfc\x02\x8e\xb0\x27\xd1\xd0\x1c\x18\x93\x68\xe8\x3b\x7f\xb5\x9b\xa4\xa7\x4e\xbe\x60\xa4\xd3\x64\x89\xcf\xa8\xce\xc5\x75\x83\xb6\x1b\xf4\x0c\xee\x60\x4f\xa2\xa1\x99\x20\xc2\xdd\xb4\xe8\x34\x22\x7e\x6b\x19\xf2\x89\x0f\x8b\x73\xca\x09\xc9\x33\xeb\x26\x2e\x2c\x4e\x62\xd3\xc0\xf5\x2b\x1d\x01\x0d\x5c\x4f\x49\xcb\x1a\x4e\x7e\x23\x2f\xc3\xc8\x43\xd4\x9f\x94\xf4\x67\x91\xff\xe8\xe6\xd7\xc1\x8d\x6c\x51\xbf\xb5\x36\xfe\xcd\x44\xbe\xa7\x55\x23\xc0\x91\x5b\x30\x9e\x86\x77\x65\x4f\xc7\x49\xbf\xfd\x2b\xbc\x3f\xde\x94\x3d\x7d\x47\x8c\xf2\x39\xcd\xef\x19\xe3\x91\x90\x3c\x0d\x3f\xd3\x76\x3a\xf3\x0b\x78\xe6\x16\x94\xa7\xb5\xb7\xb6\x32\x39\x43\xc1\xbb\x97\xd1\xd2\x80\x33\xb6\xb0\x3c\x8d\x7c\xd4\x5b\x58\x9e\x46\xc6\xeb\xbd\x60\xec\x64\x09\x09\xbe\xd3\xc8\xb8\xbd\x97\x8d\xc1\xd9\x9c\x85\xdf\x69\xb8\xa0\xf6\xb2\xf7\x2a\xfb\xeb\xd2\x9a\x21\x8d\xf8\x16\x1f\x5d\xcb\xa5\x50\x68\x9e\x06\x83\xc9\x5e\xb6\xee\x1f\x23\xa5\xea\x8a\x38\xf2\x4b\x03\xd3\xf3\xae\xef\x88\x31\x6c\x0b\xcd\xd3\xb2\x29\x1a\xcd\x53\x62\xe7\x16\x9a\xa7\x65\x03\x35\x9a\xa7\xe0\x76\xdc\x2b\x57\x44\x2a\x3f\xf1\x46\xa4\x5c\x87\x1f\xa3\x03\x38\x09\x7a\x21\xff\xeb\x16\x2c\xa7\x65\x5f\x71\x36\xf3\xd2\xf2\xae\x63\xa2\x5b\xfe\xe3\x98\xe8\x96\xff\x38\x26\x1a\x4f\xdc\x5e\x8e\x89\x8e\x22\xb0\x1c\x13\x1d\x13\xbf\xc1\x39\x25\x13\x49\xe0\x9c\x36\x53\x45\xab\xf6\x33\x05\x7d\x74\x85\x4b\x95\xe4\xfe\xcb\x56\xe7\xbc\xe5\xbd\xe4\x2f\xb6\xc2\xb1\x0a\x04\xc6\x79\xde\xe5\x53\xe7\xd0\xcf\x75\x58\xf8\x9b\x8a\x27\x63\x2f\x43\xa2\xc1\x97\x6e\x03\x6e\xce\xd8\xc2\x84\xa9\x69\xf9\xe9\xb6\xb5\x01\x10\xf2\xde\x58\x1b\xb0\x6a\x09\x0a\xf3\x34\xad\x21\x6a\x9d\x72\x6b\xd9\xce\x8a\xdc\x53\xac\x52\x72\x33\x21\xb7\xc3\x8d\x99\x64\x5b\xb3\xe3\xd5\xf5\xb7\x01\xaf\x98\x08\xb6\xf9\x0a\x53\xa8\x02\x3c\x5b\xde\x14\xce\x1a\xb7\xdb\x76\x62\xf1\x76\x52\xa8\x34\xe8\xc2\x1d\xd7\x94\x6e\xe5\x7d\x66\x50\x09\x9b\x84\x93\x87\x4f\xb6\x68\xb3\xb8\x91\xc6\x74\x9b\xc5\xad\x9c\x79\xf6\x93\x94\xaa\x09\xe2\x4a\x3f\x1a\xf2\xf2\xbf\x7f\x38\xa2\xe9\x7d\x57\xe6\x5d\x70\xb4\x1b\x1e\x37\x26\x01\xcc\x6d\x18\x7b\xe1\x6a\x1b\x29\x55\x2a\x3c\x5b\x80\x00\x2f\xe7\xff\xaa\xa3\x9c\x89\x60\x6c\xb7\x10\x2f\x03\x34\xee\x16\xc2\x65\xc4\xd8\xbb\x31\x79\xa5\x55\xa2\x1a\x8c\x5d\x78\xdb\x4c\xcb\xca\xdd\x8e\xf0\x1c\x29\xc6\x17\x91\x7c\x27\x33\x6d\xcb\x33\x5f\x44\xa8\x9b\xcd\xb4\x19\x6f\x9b\x69\xd1\xe9\xb6\xcd\xb4\x2d\xa5\x08\x3c\x99\xf6\x1a\xa1\xc8\xd1\x2b\xb0\xcb\x8c\x9a\x63\x02\xb8\x5c\xb0\x3f\xc6\x2b\xde\xff\x61\xf7\xfe\xd8\x6a\x3b\x52\xa8\xbc\x3a\x2c\xf5\x8f\x1d\x15\xe8\x01\x1f\x3b\x2a\x46\x7e\x21\xed\x7f\xe6\x4d\xdd\x44\xd8\xe5\x3f\x68\xc7\x9c\x59\x1f\x87\xd8\xe5\x7c\x13\x76\xa5\x12\x51\xbb\x3f\xb6\xe8\xa6\x54\xa5\x36\x21\x66\x77\x7f\x30\x55\x50\x37\x14\x5a\x0e\x63\x33\xc0\xd5\xa8\x42\x30\xc0\x8d\xf7\x27\x52\x02\x5f\x49\xf6\xdb\x9e\x62\xa5\xce\xbe\xe5\x48\x9d\xed\xa9\x8e\xd4\xd9\xd4\x1c\x75\xf6\x15\xad\xb2\xb2\x2f\x42\xff\x16\xd7\x8d\xe9\xdf\x6e\x06\xf9\x63\xfb\x2d\x5a\x87\xd9\xdf\xee\xf7\x43\xed\x32\xcc\x3f\xc8\xdf\xe2\xf3\xf9\x64\x33\xcb\x53\xab\x87\x25\x3f\x11\x97\x51\xde\x35\xdd\xd5\xdb\x97\x76\x89\xc5\x74\xff\x31\x3a\x2b\xed\x34\x33\x50\x0c\x4d\x1f\xcc\xb5\x35\x4f\x51\x60\x53\xb0\x6d\x30\x68\xcd\xe2\x82\xab\xb9\xc7\x7f\x6c\xbd\x8d\x0f\xc2\x54\x70\xb9\x8f\x1b\x77\x32\x63\x95\xfb\x38\x63\xc3\x9d\x57\xe5\xa6\x65\x9a\x18\x66\x72\x42\x1f\xb9\xcd\x04\xd7\x72\x1a\x08\x67\xd2\x72\x1d\xfb\x42\xee\xc3\xee\xf6\x35\xb6\x8b\x79\x2a\xd0\x49\xcb\xe5\xc0\x38\x92\x6c\xf0\xc6\x91\xb4\x4c\x22\x70\x24\x31\x54\x7e\xcd\x2b\x5f\x22\x29\xc2\x8d\x39\x0d\x6c\x04\xd0\xf1\x06\x36\x42\x9c\xc7\x06\x36\x02\xca\x7a\x0b\x36\xd2\x00\x82\x6c\x50\x23\x19\x52\x73\xbb\x5d\x99\x28\x5f\x98\x4c\xd2\x0d\x56\x50\x33\xaf\xbf\x10\x9b\x70\x9b\x31\xb9\xdb\x4d\x0a\xb3\xfd\x85\xd8\x64\xe4\x5b\xd4\x85\xd4\x42\x06\xe6\x34\xce\x3c\x27\xb1\x96\x8b\xdc\xad\xe5\xe6\x63\xe0\x48\xb9\x5e\xd1\x61\x6d\x6c\xbb\x5f\x9f\xea\x80\x76\xb7\x49\xd7\x3a\x04\x2a\xdb\x2c\x5f\xc9\x6e\xbd\x7f\xd4\xf8\x40\xf2\x0e\xd6\x91\x64\x78\xc0\xb8\x6b\xa4\x40\x23\xe1\xd0\xfe\x19\xe1\x4b\xa7\x99\x6c\xab\x66\x0a\xfe\x0c\x7d\xec\xf9\x52\x69\x2a\xc6\xfb\xa5\x26\x64\xea\x23\xc2\xed\xf6\xfe\xe4\x19\x45\x48\x20\xf6\xcf\xf0\x13\x3a\xc8\xcc\x5a\xf1\xa0\x8b\x58\xeb\x6a\x9c\x11\x3f\xeb\x09\x33\x6f\xfa\x00\x67\x92\x9b\x57\xeb\x22\xf6\x60\x8b\x57\x0b\x0a\x9f\x6d\x56\xad\x41\xd6\xdd\x6d\x56\xad\x1e\x97\xa8\x59\xb5\xfa\xf9\x16\x34\xad\x9b\xe6\x37\xcb\x62\x6a\xf4\xb3\x98\x92\xff\xe4\x99\xfe\x77\x50\xcf\x36\x71\xd6\x7b\x8c\x9b\x38\x2b\x9e\x31\x73\x61\xc5\x54\xfd\x07\x46\xab\x22\x99\x07\xbd\x20\x4d\xfd\xf1\x46\xf2\x55\x15\x67\x91\xa8\xaf\x6e\x32\x7d\x6d\x53\x5f\x0d\x92\x9e\x6d\x25\x93\xbe\x49\x85\xb5\x21\xc2\xea\xf9\x90\xec\x38\x54\xce\xcc\x14\xb9\x7a\x88\x25\xeb\x84\x45\x63\x8b\x25\xeb\x26\x4f\xd3\x16\x4b\xd6\x4d\x72\xae\x6d\x92\xac\x0c\xad\x72\x49\xdf\x24\x78\xda\x7f\x86\x3c\xd0\xaf\x22\xcc\xba\xc9\x7e\xb6\xff\x48\xf5\x96\x62\x9e\x69\xd8\xcf\x54\x4e\x0c\xc9\x67\x9a\xac\xf8\x1b\xa8\x60\xb6\x48\xac\x3a\xb9\x14\xb7\x38\xac\x2e\x62\xa1\xb6\x28\xac\x2e\x62\x51\xb7\x18\xac\x2e\x18\x7b\xb6\x18\xab\x2e\xc0\x4a\x5b\x84\x55\x17\xb1\xa7\xfb\xcf\xcc\x27\x3d\x75\x91\x82\xc7\xe2\x17\x3f\x55\xcf\x62\x57\x36\xe7\x0b\x4e\xa3\x2d\x06\xaa\x8b\xbc\xa8\x5b\x04\x54\xbd\x67\x80\x65\x74\xce\xed\xe3\x0f\x07\x47\x24\xc1\x56\xae\x94\xe2\x63\x93\x1b\xc5\x9f\xf1\x0d\xb8\xff\xc4\x54\xd5\x7b\xe6\x89\x58\x51\xe2\xbc\x52\xca\xe6\x8b\xa4\x9d\x5b\xb4\x55\x1d\xc8\xd7\x16\x6d\x55\x37\x44\x6d\x0e\xb1\x56\x5d\x4e\x44\xf7\x48\x5e\x64\x37\xd2\xa5\x37\x0b\x92\x22\xaf\x64\xcc\x7f\xa4\xaa\x67\x79\xb3\xe9\x59\xca\x54\x1c\x96\x66\xf7\x23\x0d\x67\x73\xcd\xab\xf2\xcb\xa8\x67\x1e\x49\x6a\xe9\xfb\xa1\xa2\x9b\x74\x6f\x78\xa4\x67\x3b\x3a\x0e\x24\x05\xed\x1c\xa9\xb6\x82\x76\x4a\x2a\xa3\xed\xbe\x39\x12\xe8\x11\xeb\xf3\xea\x99\x87\x4d\x1f\x36\xa4\x5b\xcf\xf2\x66\xd7\xb3\x48\x42\x19\x4c\xea\x6d\xe8\xcd\xa4\x67\x64\x82\x3e\x4e\xaa\x6d\x6d\xfa\xa2\x67\x64\x82\x3e\xd2\x4f\x8a\xf6\x39\xd2\x33\xd3\x8d\xa0\x2e\xcb\x8d\xe0\x0f\xcb\x8d\xa0\x66\x02\xf0\x1c\x07\xff\x53\xec\xcf\x71\xf0\x3f\xd1\xa3\x94\x8b\x7a\x2e\x59\xf1\x67\x9e\xc9\x8a\xdf\xe8\x26\xab\xcb\x93\xba\x98\xf3\xe4\xe6\x3b\x6d\x9a\xf5\xa6\x2e\xdb\xee\x86\x14\x6a\xe5\x79\xe6\xa1\x1c\x5d\x8d\xca\x18\xe3\x70\xa7\x50\x45\x4d\x5a\x0b\x7e\x44\x69\xcf\x37\xb5\x71\xd8\x4e\x7a\x4d\x09\x62\xad\xbd\x3d\xd2\x53\xd3\x99\xd6\x5b\x43\xbe\x2d\x09\x06\x56\x26\x83\x7d\x1a\xac\x30\xf3\x4c\xa6\xec\x3b\xcf\x6e\x29\x2d\xcc\x20\xc1\xbe\xca\xa4\x83\x05\xf4\x9a\xbe\x13\x3e\x92\xf5\xde\x86\xa4\xf8\xa2\xf9\x4f\x45\xfb\x79\xd5\x07\x79\xad\x88\x5f\xfd\x23\xe5\xb8\x19\x79\xf6\x27\xc9\x7d\x23\x10\x58\x99\x0c\x9b\x40\x60\x65\x32\x15\x9c\x65\xd9\xd6\xd7\x47\x92\x2e\x3f\x23\xc9\xe3\xc0\xcc\x17\x3e\xac\x4c\xa6\xa5\xf0\x61\x67\x73\x60\xc4\x23\x2a\x48\x86\x81\x3a\xed\x04\x4c\x13\xa5\x49\x5f\xf4\xfe\x69\x2a\xe5\x99\xaa\x09\x91\xf4\xfe\x42\xa1\x3d\xf9\xbd\x90\x0f\x17\x33\xea\x74\xfa\x71\xab\x05\x8f\xa8\x3b\x40\x06\x03\x3d\x80\xd6\x4b\xf7\x68\xa6\x12\x7b\x44\x9b\xb5\x3b\x15\x30\xb1\xec\x48\xb1\xd6\xab\xf3\xcc\x56\xec\x41\x23\xa5\x58\xb7\xce\xa2\x35\xd6\xcc\xd4\x4d\x8f\x24\xb5\xff\x7d\xd5\xa8\x8d\x4e\x4b\x08\xb5\xed\xd4\xcf\x8c\x16\x9d\x86\x6d\x6e\x01\x11\x65\x75\xed\xd4\xd6\x66\xe1\x4e\xff\xa0\x55\x57\xba\x52\x21\x11\x26\xb2\x7a\x24\xeb\x30\x79\x86\x52\x9d\x52\x15\x12\xf1\xd6\xc7\x21\x11\x35\xf5\x51\x48\xc4\x5b\x3b\x61\x22\x32\xe9\x6d\x4e\x7e\x27\x2f\x1a\xb7\x4b\xbd\xcc\xb5\xd9\x4f\x24\xd9\x24\x4b\x45\xb2\x4a\x3d\x90\x9a\x8b\xc9\xab\x34\x24\x4f\xbb\xbe\x2c\x48\x82\xd5\x97\x86\x64\xf8\xef\xfb\x93\xa7\x02\x99\x77\x42\xa9\xb5\x2c\x65\xe7\x4f\x2e\x2c\x5e\x81\xd4\xee\x93\x8e\x14\x46\xed\x6a\x4c\x50\x81\xd0\xee\xb3\xa7\x94\x2d\x89\xdf\x3f\xd3\xee\x2e\xcc\x08\xc1\xca\xee\x42\xc7\x09\x55\x76\x17\x7a\x5c\x6c\x51\x77\x61\xb6\x38\x83\x71\x39\xf2\xa6\x14\x60\x36\x63\x61\xcc\x60\x21\x7d\x24\xa9\x48\x67\xa4\xae\x67\x17\x92\x12\xc5\x64\x3f\xbc\xc8\x0c\x93\x5f\xfc\xfc\x90\x36\x39\xf3\x46\xe1\x8f\xce\xbc\x51\xf9\xd0\x99\x37\x52\xd3\x2d\x25\xa8\xd0\xfa\x6d\x25\x88\x42\x9f\x09\x77\x3b\x39\xeb\x23\xc9\xc0\x9a\xd6\x6b\xc2\x99\x82\xec\x91\x74\x4c\xa6\xa6\xdb\x41\xc0\x19\x8a\x67\xda\xf4\x33\x4d\xd4\x79\x7e\xbe\x1f\xfe\x49\x72\xa1\xc5\x6c\x13\xcc\x77\xc1\xbc\xae\x83\xc9\x27\x98\xd7\xd3\xc2\x0b\xb1\xe9\xc3\x82\xa4\xb0\xee\xd1\x90\x86\xa4\x7c\x28\x9d\x88\xd1\x16\xcb\x54\x77\x56\xb1\x47\x12\x50\x90\x95\x21\x94\xd7\x70\xee\xc4\x47\xf2\x1f\x22\x59\xef\x99\x48\xcf\xff\x9c\x60\xf5\x91\x86\x24\xca\x9c\x52\x6d\xfe\x1d\x1f\xff\xbc\x2a\xbd\xe7\x4c\xa1\xd6\x7b\x52\xa8\x34\x9d\x93\x6a\x4b\x91\xec\x4c\x0c\xa1\xbb\x2e\x27\xc0\x7f\x24\x19\xe0\x2e\x4a\x91\x22\xd9\x4f\x3a\x46\x80\xc6\x7e\xe5\x3b\xa9\x72\x27\xcd\x95\xfb\xf7\x78\xdf\x14\x62\xa0\xe4\xd9\xd2\x99\x9d\x3f\x48\x47\x78\xeb\x22\x8c\x00\x0b\x46\xb8\xae\x51\x52\xeb\x6d\x15\x97\xba\x6c\x9f\xfc\x91\x74\x2c\xdf\xfc\x41\xa9\xd9\xa3\xbd\x98\x07\xea\xb4\xb2\xf8\x88\x5b\x0f\x99\x16\xa6\x26\x9b\xf9\x85\x2b\x93\x62\xa4\x40\xb0\x27\x89\x04\x6a\x44\x09\x12\x4c\x6b\x46\xb5\x11\x05\xd4\x8c\x32\x53\x0d\x94\x65\xbd\x08\xb2\x35\xa3\xf6\x54\xc3\x66\x66\xa4\xa6\x67\x0d\x49\xa6\xb8\x99\xef\xba\x9e\x45\x12\x26\x80\x3d\x47\x60\x2e\x38\x2d\x1f\x49\x76\xab\x9e\x9a\x59\xb5\x48\x5d\xe4\x41\x67\x27\x11\x76\x6b\xde\xec\x39\xd5\x50\x06\xf6\xb8\x6a\xb8\x0d\x73\x59\xc8\xad\x32\x99\x93\x82\x6a\xcd\x9b\xc5\x23\x92\xa8\x79\x33\xb3\x95\x9c\xb7\x4c\xa6\x8f\x60\x5b\xb5\x1c\x29\x73\x4a\xca\x33\xbb\x9f\x7b\x0a\x75\xa4\x2a\xab\x80\x54\xbd\xd7\x5b\x01\xcc\x6f\xd4\x5c\xc7\x72\x49\x0f\x43\x7f\x92\x26\x93\xfd\x20\x35\x82\x0d\x85\x95\x6f\x2a\xaa\xe3\x4a\xed\x6d\xff\xba\xd2\x09\xa4\x3f\x60\x0b\x21\x59\xef\x18\x79\xd9\x87\x5d\x24\x83\x8a\x47\x3e\xe5\xa4\xa6\x52\xb6\xdd\xce\x54\xc2\x07\x75\x24\x7b\x6c\x47\x2a\xec\x93\x3a\x35\x74\x18\x2e\xfb\x96\x98\xa8\xea\x9d\x57\x9d\x0a\x61\xa4\x20\xdc\xb9\x68\xf4\x95\x73\x9b\x1e\xb5\xc7\x36\x3a\x57\x55\xa4\xd5\x95\x99\x00\xce\x30\x6d\x31\x49\xef\xcd\xce\xe2\xac\xbd\xd7\xcd\xd4\x6f\x64\x88\xa3\x93\x4c\x2f\x75\x0d\x8a\x6a\xdc\xb6\x47\xbe\xed\xb6\xc2\x54\x44\x25\xed\x7a\x25\x39\x0d\xce\x7c\xe9\x0d\x73\x22\xf9\x12\x39\x90\xe4\x0e\x29\x79\x53\x3b\x56\x71\x0f\x35\x25\x35\xea\x57\x24\xe3\x27\x8e\x88\xda\xa4\xca\x81\x54\xb4\xd9\xf0\x0b\xa1\x6e\x4a\xcd\xb3\x5b\xcf\xa8\xb7\x2f\x39\xe9\x01\xfb\x0c\x38\x91\xcc\x38\x75\x9f\x33\xa2\xf6\x2c\x0e\xbd\x86\x39\x6b\xe6\x1f\x3f\xbb\x6a\xf2\xee\x9f\x16\x2e\x0f\x05\xb5\x79\xee\x47\xff\xdc\xb2\xc5\x38\x35\x73\x09\x12\xe1\xd4\xcc\x85\x4c\x7c\x53\xa5\xa2\xd8\x08\xd2\x38\x73\x03\x14\xdd\x54\xa9\x77\x7e\xe8\x5b\x08\x9b\x43\x7b\xe6\xec\xcc\xa1\x24\xee\xa9\x32\xd9\x97\x45\x3d\x55\x66\xc6\x46\x04\x08\x13\xe5\xc1\x10\xc6\xdb\x39\xeb\x1e\xd1\x8b\x88\x39\x6a\x02\xa9\x23\x93\x49\x40\xc5\x5a\x8e\x48\x4d\x12\x3f\xf1\x69\x7e\xb0\xdf\x0b\xb7\x58\x0b\x5b\x9e\x70\x8b\xb5\x1c\x29\xd5\x70\x95\x91\x87\xde\x2f\x46\x0a\x32\x2a\x95\x91\xbd\x89\x06\x67\xbb\x14\x63\x54\xbd\xd1\xd4\x6f\x83\x66\x06\x2a\xfe\xed\x08\xef\x31\x90\xa4\x6f\x8f\x94\x63\x9b\xfb\x3c\x10\x65\x73\x7f\xa5\x8f\x87\x36\x5f\xda\x79\x46\xa7\x38\xd9\xed\x7d\x1d\x11\x8d\x7a\xe0\x7a\x20\xc4\x62\x9d\x6c\x2c\xce\x6e\x7b\x1a\xa8\xf6\x88\xbe\xac\xb1\x65\x91\xa2\x36\x57\x40\x52\xd4\xe6\x2a\x65\x08\xe3\x99\xfb\x12\x39\x6a\xdf\x4f\x55\xa7\x6c\xc0\x22\x8a\x6a\xd9\x45\x49\x51\x9b\xeb\x23\x29\x6a\x33\xc6\xa4\xa8\xcd\x2e\x4f\x8a\xda\x5c\xe7\x04\x77\x6c\xd9\x27\x6f\xfc\xfb\xe9\x09\x3c\xfa\xe9\xc4\xec\x8c\xd4\x1f\x80\xe3\x1d\xd1\xe8\x85\x0c\x0e\x3e\xfc\x33\x45\xd9\x60\x4d\xe3\x88\x43\xcd\x00\x6c\xf6\x25\x4a\x12\xf3\x73\x63\x8f\xbd\x1d\x79\xc7\xfc\x25\x49\xed\x48\xbf\x68\xde\xf5\x6c\x86\xb0\x48\x8d\x74\x0c\x91\x78\xa9\xbf\xdc\xf4\x7d\xe4\x21\x4a\x66\x44\x47\xb2\x8d\xfc\x07\xc7\x72\xfe\xf3\xb3\xe8\x97\xa1\x91\x62\x8b\x11\xac\xb1\x4d\x14\x4b\xa7\xa1\x2d\xb5\xe7\xa1\x9d\xd0\xec\x86\x3d\x5a\xe8\x40\x6c\x8a\x8c\x3a\x90\xac\xbd\x17\x24\x61\x0e\x58\x27\x4a\x3a\x5b\xe6\x99\x0a\xc8\x4f\xff\xbe\xa9\xba\xbf\xcf\x64\xa7\x7b\xcb\x94\x41\x86\xae\x15\xcc\xb1\x54\x6e\x27\x24\xa0\x65\xc3\xeb\x18\x37\xa9\xb7\xf9\xae\xe8\x3a\xc1\x1c\x41\x2d\x3c\x92\xd4\x40\xec\x56\x4e\x46\x8b\x75\xf3\x11\x65\xd2\x43\x0f\x14\xcc\x91\xdc\xb3\x8f\xa4\x88\x25\xb6\x5f\xc1\x1c\x7b\xbf\xf2\x43\x9f\x0c\x91\x7c\x32\xa4\xcc\x3f\x59\xf5\xb1\x78\x09\xbd\xd8\x3b\xa6\x23\xf3\x5f\x1d\xa8\xa8\xdd\xc6\x22\x2e\xa7\xdd\xbc\x67\xe5\x8e\x68\xfb\x17\x8d\x5a\x3a\x1a\x38\x6f\x04\x66\x1c\xa5\xfd\x87\x3d\x5c\x48\xc7\x72\x60\x00\x13\x9a\x71\x38\xff\xe6\x23\x49\xbb\x7c\x6b\x2a\xe7\x72\x43\x92\xff\xd6\x39\xf4\x1f\x49\x67\x18\x56\x96\x6e\x55\xb7\xe6\x4d\x99\xed\x58\x3c\xa6\xc1\x1a\x03\xcd\x57\x34\x58\xa3\xa0\x1d\x88\x05\x6b\x94\x9a\x67\xd2\xc2\xb9\x7e\x9b\x13\xab\xc5\xfa\x28\x38\xe3\x7c\xeb\x4d\x0a\xc3\x91\x5f\xea\x44\xa3\xe2\xc3\xaa\x2f\x9d\x3a\xac\xfa\x9e\x79\xa6\x43\x8b\xbd\x7e\x58\xf5\x45\xa7\x10\x90\x71\x1e\x57\x24\xa9\xbe\x25\xdf\xdd\x7a\x56\x91\x14\x2c\x84\x5e\x30\xb0\x93\xb6\x14\x2a\xdd\xb7\xe7\xd5\xa5\x5f\x14\xa4\x8f\xa4\x89\x24\x04\x2c\xab\xcd\xf0\xc6\x5a\x7b\xfe\xa8\x36\xd1\x8d\xc3\xcc\x47\xe8\x93\xc3\xa8\x5e\xd6\xa5\xd0\x8d\x33\x73\xc1\xe0\xc6\xd7\xc4\x29\xf8\xe2\x3c\x4a\x24\xe9\xec\x25\xaf\x0e\x33\x42\xd3\x53\x53\xb7\x92\x12\xc9\x15\xa7\x72\x22\x7f\x3b\xae\xd4\x46\x17\x0f\x36\x18\xa7\x8b\x85\x42\xe9\x11\xa5\x09\xb0\x2d\x0f\x6b\x02\x5c\x83\x04\x38\x9c\xb9\x4c\x29\x39\xec\xcc\xfa\x16\xd3\xd6\x3c\x58\x52\xc6\x22\xbe\x36\x56\xd0\x87\x25\xbd\x6a\xaa\xad\xab\xe7\x97\xd2\xc5\x63\x9b\x1e\x46\xe5\xb2\x43\x0f\xe3\x70\x39\xa4\x05\x3e\x9c\x1d\x3d\x5d\xc9\x5e\x67\xe7\xb8\x11\x14\x71\x66\x17\x31\x0f\xd7\x4c\x05\xcc\xfa\x7b\xd6\x7c\xa8\x2b\x06\x0a\xd6\xd8\xbe\x62\xe4\xd5\x21\x89\x66\x89\x38\x69\xa6\x03\x4c\x9c\xc4\x3e\xee\x1c\xb0\xf7\x68\xa9\xa9\xac\x95\x19\x72\x1b\x5d\x33\x8d\x15\x2f\x36\x19\x1c\x01\x16\xcb\x64\x1e\x19\xaf\x58\x33\xe5\x26\xfb\xf4\xcc\xbb\xb2\x49\x32\x74\xd3\x68\x03\x8c\x90\x42\x24\xce\xd8\x35\xa6\xf7\x69\x46\x60\x3a\xd8\x76\xe6\xd9\xd6\xb3\x7c\xf7\x51\x2f\xe6\xff\xaa\x37\x8b\x4a\x78\xc4\xd9\x8f\x48\xba\xd1\x71\x20\x0a\x8d\x38\xfb\x11\x49\x56\x56\x16\xd5\xb4\x95\x95\x25\x2d\xa0\xe2\xec\xe8\x05\xc2\x29\xce\x38\x34\x04\x53\x3c\xdb\xac\x11\x6f\x0d\x22\xcd\xe5\xba\x47\x23\x26\xd3\x28\xa2\x14\x4a\xe6\xbf\xc9\xbe\xe6\x15\x49\x90\x00\xe3\xbe\x1e\x51\x93\x68\xa4\x02\x8a\xa3\x6c\x0c\xdc\x34\x3e\x9d\xbd\xc9\x54\x60\x9d\x5b\xa4\x31\x89\x35\xab\x43\x98\xc4\x19\xaf\x8d\x30\x89\xe5\x3f\x04\xbe\x3f\xaf\x0a\x25\x82\xc6\x32\x1d\xfb\x3b\x52\xa8\xb0\xec\x33\xcf\xb6\x1b\x19\x51\x10\xf5\x99\x3f\xea\xba\x8d\xa2\x39\x4d\xfa\x7f\xa7\xcd\xcb\xa3\x43\x23\xb7\x47\x87\x67\x5e\x1b\xe8\x74\x13\x9a\x6b\x0e\x55\x83\x0a\x5b\x0c\x72\x13\x35\x99\x0a\xa0\x26\xcf\xbc\x6b\x35\x39\x33\x49\x48\x86\x68\x0a\x82\x18\xd6\x72\xe6\x4b\x2f\xe4\x0c\xbb\x41\xeb\x25\x83\x69\xd0\x7a\x2e\xef\x02\x20\xd6\x58\x01\x97\x81\x0d\xb9\x11\x2e\x63\xd6\xa3\xc7\xc3\x26\x36\xf2\xae\x8c\xdf\xad\xe6\xa1\xee\x03\x4c\x20\xe3\x11\x8f\xdc\x08\x97\x11\xeb\xa9\xa1\x01\x89\xc7\xff\xfe\xaa\xa0\xc0\xec\x6f\xcb\xba\x7a\x0c\x9c\x10\x8c\xc5\x53\x63\x4c\xe2\x91\xa6\x2f\x00\x3c\x33\xb5\x70\x63\x99\x29\x66\x1c\x1b\x67\x7e\x24\x8a\xb1\xc2\xde\x60\x4e\xb1\x68\x4d\x46\x21\x1e\xf1\x17\x18\x85\x78\xe4\xb6\x23\x52\xb1\xfa\x36\xc7\xf8\xf5\x98\x3c\x4c\x31\xf6\xd6\xd7\xf0\xf5\xff\x95\xcb\xc0\xd1\x74\xec\x21\x33\x9f\x7a\xe4\xa8\xbd\xcd\x21\x85\x2d\x69\x61\xf1\x60\x9f\x59\xb6\x78\xbc\x5d\xbc\x18\x1c\x0a\xb6\xc5\x23\xc6\x93\x15\x8b\x07\x6d\x35\x48\x3d\xaa\xbb\xc1\x8e\x47\x1c\x20\x06\x3b\x1e\x6f\x35\x96\xdb\x93\x87\xb4\x27\x25\xd1\x1e\x9a\x07\x13\xd9\xcc\x53\xb5\xe7\x88\x64\x10\x60\x06\xd6\x39\xee\x62\xea\x33\x13\x59\xf6\x23\xe5\xcd\xad\x59\x45\xe6\x25\x3b\xe6\xfb\x6a\xb3\xc8\x4f\xbd\x8e\x62\xaa\x5f\x76\x56\xa4\x46\x76\x1b\x47\x93\x30\x4f\x59\x2b\x35\x75\xf0\xcd\x2f\x3f\x15\xda\x6a\xe6\x99\xd6\x75\x2e\x7e\xcb\x84\xf0\x85\xe3\x22\xc4\x64\xd4\x50\xe9\x73\x6b\x76\x0f\x63\x2a\x8f\xdc\xcf\x44\x45\x56\x73\x40\xc0\x44\x96\xbd\xdd\x4c\x64\xd9\x21\xcc\x44\x76\xe4\xb6\x6e\xf8\xe5\x91\xf3\xcb\xf0\xcb\x23\xb7\x77\xe3\x2f\xcf\x6c\x8b\xa6\x26\x3b\x72\xf1\xdb\x5e\x0b\xd9\xb6\x0d\xc1\x3c\x72\x65\x80\xaa\x2c\x7e\x92\x3d\x69\x0e\x45\x39\xd8\x23\x67\x93\x99\xcb\xb2\x1b\xc3\x5c\x36\x51\x87\x04\xca\x3c\x6b\x9c\x2a\xdb\x4b\x25\x67\x35\x4c\x66\xb9\xc7\xc2\x64\x96\x5b\x6e\x98\xcc\xe8\x72\xc1\x34\xcf\xbb\xcc\xbc\xec\x16\x1c\xff\xc1\xf6\x6d\x2a\xb3\x23\x67\xbb\xa9\xcc\x8e\xdc\x04\x4d\x65\x76\xe4\x74\x37\x95\xd9\x11\x45\x44\xf9\x78\x9f\xa1\xa5\x2f\x1c\xde\x9c\x4a\xf8\xce\x10\x5f\xff\xf6\x5a\x89\x62\xb2\xbd\x56\x72\xe0\x99\xda\xec\xc8\x65\x7b\x7b\xb1\xe4\x76\xbd\x0d\x9f\x4b\x1f\x73\xc4\x94\x14\x2c\xcc\xee\x3b\x4b\x96\x53\x8b\xf4\xd4\x82\x9d\x2c\xed\xa1\x79\xb4\x47\xc6\xc4\x68\x60\xdb\x89\x55\xe7\x2b\x5e\xde\x4f\x29\x49\xab\xa5\x15\x4c\xd5\x1b\xc0\x1c\xf7\x43\xd3\x9d\x4d\x34\xbb\x8d\x6f\xaf\xe7\x37\xb6\xaa\xa3\x32\x87\xef\x2c\xed\xb1\x73\x6f\xe4\xa1\x71\xac\x25\x0f\x8d\x06\x4c\xeb\x08\x16\xe1\xec\xff\x10\x2c\x32\x23\x3a\x58\x04\x55\xf4\x63\xde\xfb\x8a\x1a\xf3\x09\x42\x79\x22\xca\x1c\x3a\x22\xd9\xdf\x77\xe7\x5d\x9d\xa9\xf1\x8f\x43\x8f\x96\x23\xf6\xe3\x7c\x79\x95\xe5\x0f\x3f\x5a\x9d\x79\xd9\xb1\xc0\x33\x2f\xdb\x0e\xd4\x53\x47\x37\xa8\xe7\x5b\x37\x08\x58\x80\x38\xd0\x6a\x50\x09\x90\x9e\xc5\x5a\x07\xe9\x59\xee\x3a\x21\x3d\x4b\x0b\x84\x1d\x8d\x47\x00\xce\xb3\xca\x64\x14\x94\xb4\xc5\x3a\x26\x24\x69\x9d\xef\x33\x79\x5e\x53\x5d\xdb\x8f\x62\x8e\xf9\x40\xfc\xd7\xf3\xae\x6b\xdf\xf2\x4f\x6a\x4f\x7d\xe5\x01\x9f\x23\x92\x62\x8b\xd2\x49\xce\x42\x89\x42\x6f\x60\xe9\x19\xfb\xc5\x07\x12\xc0\xd4\x6f\xb1\x4f\xe7\x65\x01\xe3\x98\x02\x1f\xa2\x65\x5b\x3e\x55\xcb\xd2\x27\xce\xf8\x50\xd1\xcd\xcc\x78\x76\xd6\x91\xa7\x02\x6e\xbe\x92\xc1\xee\x99\x1e\x8b\x96\x46\x14\xef\xde\x4c\x41\x42\xa1\xa6\x58\xa3\x50\x63\x3d\x32\xe1\x59\x6b\x9c\x0d\xa0\x50\x33\x45\x41\xa1\xa6\x53\x40\xa1\x32\xdb\x3f\x66\x10\x4c\x15\x88\xa2\xba\x53\x2e\x8d\xa1\x1b\x9c\x01\x22\xc6\x5a\x83\x49\xef\x98\x2f\x0c\x26\xed\xb9\x40\x9b\xb4\xac\x1d\x1c\x33\x5f\xc2\x62\x4b\xbe\x15\xac\xac\x1e\x11\xad\xc4\x8f\xbc\xec\xb9\x83\xb3\xc7\x24\x66\x67\x36\x66\x93\x98\xb5\x58\x2e\xbf\x5e\x0b\xd9\xf1\xbf\x8e\x9d\x62\x57\xf8\x3a\x76\x6a\xe4\xd9\xc7\xaf\xe6\x37\x72\xe3\xf7\xd4\xc1\x6e\xfc\x9a\x77\x6d\x8c\xc4\x72\x63\x2c\xea\x39\x39\x2b\x0c\x3e\x7d\x14\xe0\x7f\xee\xef\x46\xa6\x9e\x93\xdd\xd2\x7c\x66\x67\x0e\x37\xf3\x99\x9d\xb9\x85\x18\xb7\x7a\x66\xbb\xff\x62\x69\xad\xf9\xab\xdb\x46\xf5\x4d\x06\x38\x52\x10\x6d\xa3\xe1\x5e\x27\xb3\xa4\x20\x5f\x59\xb0\xa7\x7c\x31\xad\x66\xe8\x30\xad\x62\x40\x33\x50\xb5\xc7\x25\x69\xa0\xea\x99\x2b\xbd\x81\xaa\x67\xce\x11\x11\x9e\xb5\xb8\xaf\xc4\x77\xf6\x28\xaa\x29\xc9\xad\xab\x79\x3a\xac\xc3\xd0\xa7\x36\xbc\x46\x11\x37\xe1\xd9\x99\xdb\xb1\x73\x14\xd7\x2c\x49\x33\x9e\xc5\xda\x6e\xc6\xb3\x33\x0b\xd4\x68\xd9\x3b\x8a\xac\x29\xcf\xa2\x24\x3a\x25\xf1\x39\xd9\xd0\xbf\xc0\x4c\xd9\xa7\x44\x88\x76\x12\xf4\xf4\x88\x6a\x0e\xe7\xc6\xd7\x68\x92\x1c\x92\xce\x49\x7c\xc6\x5e\x6a\xbe\xb4\xda\x52\x27\xaf\x96\x5c\xcb\xbf\x9c\x39\x77\xfe\x63\xb3\x78\x49\xa5\x3c\x5c\x67\x7e\x2b\x12\xee\x32\xf3\x54\x76\x71\x56\xf0\xcf\xee\xae\x68\xa3\xa6\x53\x7b\x75\xbf\x9f\x51\xdb\x1c\x6d\x66\x53\x3b\xa3\x86\x99\x30\xed\x75\x14\x99\x30\xad\x1f\xd4\xd8\x84\x69\xad\x61\xd6\x73\x06\xe3\x76\xf4\x88\xc3\xbf\xcd\xcb\x0e\x7c\x9b\xa9\xc5\x33\x17\x2b\x93\xe2\x47\xe6\x95\xb7\x4e\x5f\x7f\x3a\x11\x7f\x16\xf3\xb2\x97\x16\x7a\xa4\xe9\xd4\x5a\x1c\xb6\x3f\x83\xc0\x73\x0d\x71\xba\xe3\x2b\x7a\xba\xf2\x1b\xb7\x1c\xa1\x3f\xa3\xbe\x73\x4d\x32\xdb\x5a\xad\xf9\x52\x90\x99\x9a\x57\x05\x99\xa9\xf9\xe7\xf4\x87\xf9\xa7\x1b\x43\xd3\x08\x58\x9c\x79\xa8\x6d\xba\xdf\xf9\x89\x03\x16\x67\x4a\xa2\x6d\x74\x9a\xd3\xb7\xe6\x36\x03\xfc\x3a\x76\xc4\x1f\x0b\x0d\x35\x58\x89\x91\x5b\xad\x91\x8a\x1b\xce\x6f\xcd\x04\x92\x0b\xa2\xb1\xda\xd7\x9d\x0e\x37\xed\x66\xd4\xaa\x1f\x1e\x0e\xd4\xd1\x9f\x3d\x1c\xb9\xbb\x39\x8b\xf2\x75\x5f\x79\xba\xfc\x2d\xfd\x64\xe2\xcd\x9a\x2a\xa2\xfe\xd0\x17\xf2\x77\xd4\x9a\x82\x3c\x72\x29\x57\xeb\x2c\x00\x2a\x27\x4d\xbe\x72\xaf\x73\xd2\xe4\x2b\x77\x4d\x27\x4d\xae\xec\x64\x80\xbb\x73\x53\xfb\x41\x1e\x36\xf3\x2e\xad\xc9\x53\x6d\x1b\x2d\xa3\xac\x85\xd5\x4b\xda\x6a\xff\x47\x4b\x4f\x6c\x5b\x6e\x58\xfc\x4e\x7d\xdc\x72\x76\xfc\xe1\x39\xa6\x75\x7f\x84\x90\x71\x76\x28\x9f\x71\xbb\x99\xa6\x86\x70\x5f\x77\xf9\x27\x31\xca\xf3\x2e\xfb\xde\x8d\xd8\x5d\x6e\x4a\x52\x82\x07\xfa\xdb\x10\xef\xeb\x2e\x11\xb7\x97\x73\x45\xfc\xf8\xd3\x54\xf8\xab\x4f\x53\xee\xcf\x9f\xe6\xa1\xdd\xe2\x6c\x4f\x06\x79\x5f\x37\xb7\x4b\xa7\x42\x6e\xac\xd7\x3f\x82\x29\x58\x39\xce\x85\x7c\xdf\x47\x44\xda\x4a\x47\x78\x5d\xdd\x6c\x99\x02\x7a\xb7\xfb\x48\xb9\x5d\x52\xbe\x74\xdb\xa8\xd1\x64\xa6\xe5\xa7\x6e\x2a\x17\x2e\xe7\x45\x6e\x8e\xd1\x7a\x44\xb7\xe6\x4c\x49\xca\x6f\xc4\xb0\xfe\x39\x79\x66\x90\x85\x82\x8c\xb7\xc6\xa2\x13\x64\xbc\xdd\xec\x4c\xe4\x3d\xbe\x39\xaa\xff\x9c\xde\x88\xdd\x92\x3c\xc7\x77\x49\x39\x1e\x19\xf6\x08\xa1\xc6\xdb\x7d\xe6\x21\x7d\x4f\x6f\x2f\x7a\x9b\xda\xdb\xc9\x3c\x51\x3d\xff\x1c\xbe\x7b\xa0\x0d\x39\x79\xf1\xeb\x8b\x75\xf2\xe2\x31\x5e\xd1\xee\xbe\x57\x34\xe7\x61\x1a\x80\xbb\x8f\xe9\xff\xe7\xa8\xdc\xdc\x2d\x8d\x1f\xbf\xee\x2b\x2f\x3b\x78\x25\x5d\xb1\x49\x0b\x94\x92\x3f\x2e\x39\x75\x56\xa8\xeb\x99\x3a\x9a\x7f\x85\x73\x85\xd4\xc7\x5c\xb7\x26\xa9\x8f\x1d\x60\xf6\x88\x56\x2a\x7b\x9e\x8a\x0e\xc9\x0b\x76\x3a\xd5\x71\xe3\x6c\x98\x24\x37\xc6\x23\x3c\x8f\x41\x7b\x0a\xe2\xf0\x50\xe6\x65\x07\xe3\x78\x62\x4e\x72\x1d\x73\x9f\x9f\xe4\x3a\x06\x17\x3a\xc9\x75\xcc\xb5\x7b\x1e\x40\x1d\xad\x32\xcc\xc3\xeb\x01\xb7\xfa\x74\xee\xe3\x0b\x8c\xcb\x3c\xbc\x1e\x80\xc7\xcc\xc3\x07\x0b\x17\xfa\x79\x24\x2d\x4e\x44\x50\x23\x94\xec\x05\x61\xe2\xe5\x47\xf4\xf8\xa5\x09\xa4\x51\x9e\x11\x15\x2a\x83\xeb\x6c\x2a\x8d\x72\x03\xb1\x36\x93\x45\x79\xd0\x20\x5b\x0a\xf0\x03\x4f\xa7\x4d\x8e\xbf\x6c\x1e\x70\xcd\x0e\x4a\xd2\x19\x00\x8b\xcf\x23\x2a\x5e\xa7\x55\x4a\x5e\x0e\xac\x9d\x79\xda\x3d\x26\x11\x3d\x8b\x06\x63\x42\x22\xaf\x8c\x49\x50\x93\x79\x2a\x3f\x6c\x86\xde\xd9\x8f\x8f\xb7\x60\xea\x98\x4f\x7f\x72\x3f\xd3\xf6\x65\x6e\xd4\xcc\x04\xc2\x7d\xd2\x33\x4e\xec\x75\x66\x70\x15\xe3\xde\xbd\x0a\xa6\xb0\xeb\xad\x67\x78\xa4\x79\xf5\x54\xd7\x69\xbd\x4c\x37\xfc\x88\xdd\x22\x9d\x28\x6e\xb3\x9e\x59\x80\x7b\x3c\x23\x89\x7b\x3c\xaf\x3a\x54\x2a\x4d\xcb\xfa\x48\x15\x1c\xdc\xf5\x1f\xe0\xe4\xd3\x04\xa8\x71\x74\x4e\x52\x21\x1f\x34\xc6\xa9\x90\xcb\x79\x44\xb4\x0e\x7d\x46\x2c\x16\x0b\x62\x15\xea\xa8\x21\x39\x52\xdc\x97\xd8\x79\x42\x63\x6b\x7d\x63\x9e\x00\x96\xee\x94\xe4\xcc\xd4\xef\xb7\x5f\xdb\xde\xf3\xad\x79\x78\x99\x30\x27\xc1\xec\xb6\x04\xce\x13\xf6\xbe\x1a\xd1\x44\xac\x83\x1f\x69\x16\x97\x32\xf2\xd4\xd7\x2c\xef\xa3\xf3\x84\x9f\x8f\x81\x3d\x1d\x15\x57\x46\x44\x13\xe6\x32\x7a\x42\xa2\xb7\x6c\x2c\xa7\x61\xbf\x60\x82\xa7\xb0\xe7\x2d\xeb\x5d\xd8\xf3\xc6\x7e\x35\x93\xea\xb8\xf0\x53\x4f\x69\x1c\xaf\xf3\x74\x7c\x7a\xc9\x4f\x9c\x34\xba\x47\x94\x9a\x06\xbe\x65\x9e\x4e\x3f\xc7\x9d\x78\x3a\xc1\x71\x69\x35\x05\x3b\x53\x52\xa3\x53\xb7\xd3\x69\xd1\x11\x9e\xb4\xce\x01\xff\x88\xe2\xf7\xbd\xa9\xa1\xb3\xd1\xa1\x33\xcf\xd3\xd9\xe8\xcc\x39\xfd\x88\x0e\xc6\x4f\x53\x3d\x8b\xdb\xc8\xcb\x5d\xf1\xf5\x79\x38\xfc\x30\xbf\x99\x1e\x1c\x9a\xb3\xbd\x4f\xa4\xbf\xc5\xbe\x30\xdf\x72\x05\xf1\x66\x8a\x5f\x46\x6a\x70\xee\xcf\xcb\x48\x0d\xce\xf2\x69\x5c\x79\x07\x39\x39\x4d\x02\x3a\x9c\x1a\x70\x4e\x43\xb2\x21\x58\x9d\xb3\x38\xa6\xad\x1e\x11\x7d\x6b\x67\x23\x28\x50\xd7\xe5\xe5\x44\xe1\xb9\xc7\x6b\xb6\x09\xd7\xca\x40\xbb\xc1\xd9\x3f\x9d\x98\x0f\x0f\xd6\x6c\x0e\xd1\x03\xf8\x39\x05\x9e\x1a\xce\x59\xff\x48\x02\xbd\xfa\x38\x9f\x46\x52\x1d\x5c\x0b\x67\x33\xad\xfa\x5d\xf3\xe5\x9f\x0b\xf2\xa7\xc6\x59\xe1\xa8\x9b\x62\x81\xbb\x0e\x3a\xf8\x76\xe8\x53\xc9\x33\xc7\x3e\xb2\x01\x2a\x4f\xdf\x28\xc6\x01\x4e\x25\xe6\x1b\x85\x35\x26\x08\x56\xc1\xdf\x3f\x6f\x33\x73\x31\xa4\x66\x88\x3b\x7c\x23\x9c\x66\x88\x3b\x4a\xbe\x93\x67\x7c\xe4\x99\x20\x2b\xa9\x8c\x9c\x9f\x07\x53\xf9\xb6\x0f\x9f\xd1\x15\x16\xab\x60\x42\x9a\xc2\x62\x15\x0c\x8e\xf3\x76\x2e\x23\xa6\x9b\x81\x59\x0d\x7f\xd4\x54\xfa\xbe\x47\xe4\x8f\x4a\xd6\x8b\xe1\x61\x1a\xb5\xd5\xb8\x13\x4c\xa7\xf3\xcb\x79\x2e\x94\xd6\x04\x87\x33\x05\xcb\x9a\xfd\x7d\xf3\x4f\x12\xc5\x58\x2f\x6b\xec\x73\x42\x65\x55\x3c\x3d\xf3\x86\x67\xa0\x46\x94\x67\xea\xca\x97\xc2\xdd\xa5\x1b\x15\xbb\x0d\x32\x61\xde\x39\xca\x18\x1c\x8e\xb2\xd4\x6e\x59\xe3\x67\x56\x9a\x73\xee\xc0\x66\x32\xcd\x39\x77\x70\xef\x9e\x02\x6c\xd5\x7e\xfc\x87\x1d\xdd\x7c\x74\xc7\xdb\x43\x8e\x41\xc1\xc6\x33\x05\xdf\xaa\xf8\xa7\xa7\xd9\xe9\xe6\xc9\x6e\x63\xfc\xd6\xc9\x9d\x64\x1a\xbf\x75\xb6\x23\x25\x61\xf7\xa0\x1f\x1c\xaf\x9d\xa9\x86\x19\xed\x15\xbf\xfe\x34\xff\xc1\xde\x9c\x4f\xff\xfc\xd4\x75\xea\x04\x70\xfb\xb2\x36\x3b\xb7\x7d\xf6\x8c\x4e\x08\x09\x2b\x50\x30\xac\xc6\xcd\x79\x76\xac\x68\x35\xa2\xcc\x96\x33\xe5\x62\x68\xba\x11\x6d\x8a\x64\x38\xc0\x57\xb1\xe5\xf5\x5c\xd0\x27\xa2\x6e\xe4\xec\xa4\xdd\xac\x41\xac\xe4\xee\x0b\x39\x1b\xa9\x90\x51\xcd\xb9\x99\x1e\xe9\xe7\x93\x38\xff\xb0\x32\xca\x81\xd9\x17\xb9\xeb\xf8\x89\xd4\xff\xce\x3c\x17\x6e\xaa\x75\x74\x83\x4e\x1c\x09\x43\xd1\x1d\x48\x7d\xa6\xc7\x4c\x8f\x72\x1e\x79\x99\x8d\x87\x97\xc9\x1b\x44\x0d\xcd\xc2\x85\x41\x6a\x0e\xa8\x39\x5f\xf1\xf7\x7f\xff\xef\x76\x4c\xe9\x9c\xe2\xdd\xba\x33\x1d\x0c\x7b\x39\xe8\x5b\xd1\x6e\xdd\xc0\x25\xa7\x30\x30\xf7\xd9\xf3\x9d\x63\x6e\x6e\x24\x11\x61\x8f\xbc\x29\xa5\xec\xcc\x9b\x46\xc3\xf1\xf7\x67\x5a\xdf\x39\x60\x4d\xaa\x95\x85\x3e\x14\xe5\x92\x7d\x58\x18\x97\x3b\xa7\xfa\x40\x03\xe3\x3b\x73\x2c\xb2\xae\x06\xc1\x83\x0c\xac\x39\xb4\x6e\x8c\x45\x53\x60\x95\xbb\xa3\xd4\x0a\xac\x72\xf7\xb4\xd0\xa7\xd3\xcc\x87\x1f\x3d\x2b\x48\x0a\x4b\xae\x79\x26\x0a\x2a\x8e\x0c\x93\x6b\x71\x49\x9a\xc6\xaa\xdc\x80\xf3\xe6\x34\x69\x27\xf3\x75\x0e\x85\xe0\x30\xd3\x8d\x63\xc1\xe6\x35\xcd\xb4\x45\x1a\xfe\x47\x5c\xff\xf7\xff\xfa\xf9\x7e\xa8\xc0\x9a\x99\x0f\x15\x58\x93\xff\x2b\x45\xe1\xc1\xe6\x2d\xcc\x49\x3f\x67\x24\x21\x05\xf3\x0b\x23\x05\xf3\x07\xa2\xf7\x58\x68\xd3\x68\xc0\xd4\x4d\x1c\x2d\xad\xa6\x18\xc5\xb2\x5c\x79\x53\xf8\xbf\x9a\x42\x7f\x92\x6e\x24\x45\xb6\xf8\xae\x3c\xa7\x63\x59\xe8\x6e\x61\x43\xae\x68\xfa\x26\x9d\x1a\x40\x9c\xa6\x48\xa7\x0a\x46\xa5\x29\xc4\xc7\x28\x2d\xc5\x7c\x9e\x67\xec\x61\x02\x7c\x8c\xd2\xa8\x8c\x03\x56\xd0\x24\x9d\x19\x0e\xb4\xc2\x9c\xc6\xf4\xb5\x48\x3a\x82\xd2\xa3\xdb\xc8\x44\x4a\x11\x16\x0a\x68\xd8\x9c\x46\xf8\x5d\x34\x49\x70\xa7\x23\x4d\xd2\x2c\xa9\xed\x88\x28\x80\x61\xcb\xab\x02\xbc\xa5\x83\x9f\x6d\x6f\x1e\xe5\xdf\x06\xf5\xb9\x0c\xe9\xa3\x4b\x17\x73\x88\xad\xca\xd8\x8e\x83\xb1\x10\xb6\xa3\x44\x67\x5d\x0e\x52\x29\x79\x53\xe4\x94\x2c\xa8\xc5\xa9\x3e\x91\x5c\xb7\xfc\xc2\xe7\x78\xbe\x93\x45\x09\x14\xd1\x14\x16\x63\x12\x01\x35\x9d\xb4\xad\x36\xb6\x2d\x01\x2c\x26\x71\x4d\x73\x71\x1e\x53\xaa\xc3\x4d\x18\x44\xe1\x29\x2a\xa8\x9d\x09\x9c\xe2\xfd\x85\x5d\xa8\x9c\xa3\xc1\x4f\x70\x74\x82\x9f\xc0\xbc\x3d\x8d\x9f\xa8\x8d\x5d\x16\xfc\x04\x6e\x8c\x69\xfc\x44\x3f\xdf\x97\xa7\x4f\x17\x7e\x24\xfd\x1a\xbb\xff\x74\x36\xb6\x73\xb6\xfc\xd6\x1e\x05\x36\x7a\x53\x3e\x9d\x93\x9d\x53\x98\x88\x76\xa5\xa7\x4d\x50\x06\xd6\x65\x0a\x05\xd1\x6e\x34\x08\xa1\x1e\xda\x9d\xef\x7c\x0c\x51\x01\xe9\xc0\xf7\x5b\x8a\xd7\x15\x7d\xe2\xd8\x78\xa6\xab\x99\xa1\x2a\xe1\xe9\x73\x99\xae\x95\x42\x05\x71\x28\x51\x20\xb7\x99\x81\xf9\xc5\x36\xe8\xb3\xe6\x99\xa7\x4b\x9e\x79\xba\x0c\x24\x45\x2a\x70\x4c\x0b\xdf\x30\x0f\x96\xfc\x36\x02\xae\xe4\x99\x87\x2b\xdf\x09\x01\x57\x52\xa6\x74\x29\x7a\xc2\x78\x04\x80\x24\x33\x78\x84\xbc\x6a\x7f\x6a\xc3\x8a\x22\x3c\x42\x23\xf6\x6b\x2a\xcd\x5a\xbb\x52\x1b\xf3\xef\x01\x72\x9c\x06\x27\x5c\x99\x4c\xdb\x74\x7c\x2d\xc5\xda\xdc\xcb\xf4\x11\x54\x21\xde\xb3\x29\x46\xa9\x58\xe4\xa6\x71\x0b\x57\x26\x9e\xa0\x09\x0d\x47\xe7\xdc\x98\xb6\x51\xe0\x0c\x45\xb8\xee\xf4\x88\x6d\xd9\x2d\x0f\x65\x49\x45\x9f\x34\x12\xe1\xd5\x5a\x8d\x35\xb8\x33\x20\x06\x21\xa7\x0f\xbc\xb5\x95\x14\xfa\xe8\xcc\x2d\x5d\xb0\xbd\xf0\xa9\x8e\xc0\x9b\x07\xb3\x43\x58\x81\x12\xfd\x4b\x1c\x52\x67\x1d\x2d\x62\xd3\x18\x50\x37\xc5\xc1\xe3\x53\x9b\xdb\x70\xcd\x4a\xd5\x9e\xe9\x38\xfb\x95\x67\xc2\x40\xd6\x94\xb2\xf4\x2c\x95\xd1\x0c\xa8\x91\xbe\x7a\x96\x37\x8d\x4d\xe3\x87\x4e\x92\x06\xfe\x66\x7e\x80\xd8\xd8\x10\x3b\x0d\x0a\xb8\x4f\x0a\x32\x28\x00\xa0\xdd\x74\x0a\xb5\x23\xf3\xec\x03\xc6\x86\x1d\x4c\x28\x80\x0a\xf0\x72\x02\x02\xc8\x66\x2b\xaf\x7f\x23\x5a\x6f\x3a\xef\x19\x31\x7f\x53\x3e\xff\x46\xec\xce\xfc\x98\x15\xb2\xa1\x79\x29\xef\x59\x23\x58\x70\x82\x00\xc8\x86\x26\x04\x40\x3b\x52\x3d\xcd\xc9\xe3\xbf\xa8\xda\x64\x39\x9b\x4c\xb4\x0f\x8e\xcd\x96\x2a\xf8\xa0\x48\x3b\x1d\x33\xc2\x3a\x04\x01\x30\x5b\x7e\x2a\xdf\xd8\x4c\x85\xec\x91\x60\xde\x7d\x70\x6c\xa2\x7f\x0a\x01\x70\xde\x25\x2d\x35\x43\x64\x16\x2a\x79\xce\xb2\xe9\x7e\x4c\x11\xc9\x09\x48\x9a\xb3\x2c\x55\xd2\x9c\xdd\xec\x7e\xc2\x00\x34\x02\xd0\xe6\xc7\xa6\xb6\xbb\xe6\x5d\x1b\x6c\xd9\x55\x84\x01\x68\x37\xb7\xa9\x8f\xd3\x31\x71\x5e\xd8\x73\x5f\x5b\x6a\x84\x7d\x8c\x62\x35\x8b\xe7\x3b\x4e\x1b\x4d\x36\x4f\x7d\xd4\x64\x5a\x39\x6d\xf4\x99\xa1\x21\x21\x13\xd7\x7c\xfb\xea\xdf\x1b\x2d\xc4\x4f\xd1\xf4\x4c\xfc\x94\x69\x65\x57\xfd\x7b\xc3\x35\xf1\x53\x16\x88\x5d\xf3\xef\x35\xd6\xae\xf9\xf7\xe6\x2a\xd7\x7c\xcb\xd4\xb6\x67\xbe\xb4\x96\x87\xcb\x96\xc2\x3c\xdd\x26\xe8\x73\x85\xcd\xfd\xd4\x71\x39\x4c\xfb\xdb\x81\xa5\x4d\xfb\xd0\x47\x2c\xb9\xf2\xa1\x97\xdc\x64\xec\x42\xaf\x2d\x35\x34\x50\x2b\x7b\xa1\xb9\x9e\x8e\xb7\xfe\x9a\x4c\x0d\x07\xfb\xb4\x9b\x1c\xb4\xde\xb4\x97\xbc\x46\x5b\x93\x97\xbc\x82\x25\x9e\x26\x73\x22\x04\x71\x7e\x4d\x5a\x93\x0a\x89\x40\xf4\x78\xdf\x54\x2f\x70\x1f\x91\x97\xfb\x3a\xd0\x33\xbe\x8e\x27\xbe\xe9\x5b\xa1\x73\x0f\xe6\xcd\x17\xe2\xdc\x2b\xbf\x97\x4a\xc4\x01\xfb\xf5\xe6\xc7\xfc\xb3\x4f\x7b\x9c\x79\xd5\xf0\x5c\x66\x91\x3c\xdc\xb3\xa7\x03\x0c\x5d\xaf\x91\xdc\x75\xd4\xdb\x68\xdc\xac\x00\xfb\xa8\x0f\x80\x5d\xf3\x6b\x38\x6e\x49\x05\xc0\xd5\xe7\x53\x94\x92\xfc\xd3\x5b\x1e\xc3\x67\x97\xf5\x91\x3d\xcf\x2e\xeb\xa3\x70\x22\xff\xc0\xe3\x52\xb2\x7d\xd6\x47\x96\x9a\x7d\xd6\x47\x41\x4f\xfa\x19\x90\x4b\x9d\xec\xa3\xbe\x1b\xf7\xa7\x1f\x3b\x62\xcd\xbb\xd3\x03\x38\x10\x19\xfb\xfc\x67\x6b\x3c\x53\x92\xec\x04\x67\x9e\xd9\x14\x50\xf3\xf0\x4f\x0f\x29\x96\x83\xf9\x15\xbb\x45\xde\x95\xb9\xff\x48\x41\xde\xd9\xda\x2b\x1a\xd4\xc0\x19\x6a\xd7\x72\xcb\x3a\xfc\x01\xda\x40\x23\xff\xb1\xd3\xdd\x29\xd8\x1a\xd7\x9d\xa2\x98\x9d\x74\x93\x6c\xac\xf8\xd4\x67\x3c\xcb\x2d\x0f\xbd\xd3\x71\xaa\xfe\xcc\x85\x9b\xdf\xe0\x59\xce\x68\xb0\xd3\xb1\x19\xfc\x4c\x86\x7b\xff\x3b\x7e\x68\xc6\xcd\x9c\xb1\xc1\xaf\x9c\x39\x60\xfe\xd0\x77\x1c\xed\x5c\x7b\xa7\x84\x18\xc4\x6a\x9a\x6a\x57\xdb\x3b\x23\xd8\x16\x99\xed\x3f\x18\x22\x39\x2d\x7e\xd0\xdf\xb6\xbc\x5c\xcd\xd7\x46\xd3\x37\x3b\x35\xbf\xb5\x6f\xed\x46\x15\xc0\x97\xdc\xd9\x17\xcd\x0d\x76\xcd\x8c\xac\xd6\xc3\x0d\x0d\xc3\xb4\x6b\xf9\xc2\xdd\x3d\xed\x5a\x1e\xfd\xa6\x53\x1d\x77\xd4\xde\x6a\xfc\x79\x03\x76\x25\xed\x69\xae\xb1\x13\x8b\x2c\xac\x0d\x86\xd2\x7e\xe7\xf7\xce\x66\xbf\xf3\x60\x78\xe4\x4b\x6e\x99\xb4\x7f\xd9\x61\x2b\xe2\x70\x63\x1b\xe2\x94\x45\x39\x0f\x15\xa2\x3c\x52\xea\x47\x2a\x51\x41\xf2\xf2\x2d\xa9\x9e\x97\x2f\x13\xe4\x0f\x50\x2d\xbb\x84\x3d\xc9\x47\x76\x58\xfb\x8e\x6b\x36\x72\xf9\x8e\x5b\xac\x71\x76\x1d\x9f\x31\x9e\xff\x01\x77\xba\xf3\xae\x71\x0a\x6c\xbf\x7f\xe8\xad\x1c\x35\x7f\xe8\xad\x69\x2b\xa8\x0c\xce\x8f\x3f\xec\x45\xd4\x18\xc3\x23\x27\xbd\x1c\xc2\x4f\x77\x53\x92\x8d\x40\xd0\xae\xcc\xbf\x68\x9c\xb4\x47\xa7\x77\x07\x62\x32\x61\x00\xe3\xb2\x67\x37\x6f\x6d\xe8\x17\x76\xf3\x9e\x8d\x41\xff\x03\x3d\xc4\x84\xf9\xd3\x54\x84\xaf\xf6\x11\x45\xcd\xc1\x25\xd6\x5e\xde\xda\x32\x90\xc2\xd6\x65\xfe\xdb\xab\x7b\xb6\x33\x05\x49\x47\x4f\x37\xd9\xa9\x1b\x37\xa0\x9c\xba\x8d\x98\xd3\x29\x3f\x6d\xeb\xd6\x97\x97\xdd\xb4\xc5\x09\x6e\x1f\x51\x54\x21\xb6\x6f\x2c\xf9\x65\x47\x71\xa9\xeb\xf0\x85\xd7\x53\x70\xc9\x0d\x5b\xb8\xeb\x2d\xb9\x5d\x0b\xb7\xb9\x25\x37\x6b\x99\xef\x9b\xb2\xf8\x7a\x3f\x5e\x87\xd9\x15\x1a\x7f\x90\x39\x1a\xcb\xe6\xb2\x9b\x74\xf4\x4e\x31\x1a\xfc\x7e\x9d\x94\x63\xba\x7c\x46\x7b\xd9\xf5\x79\xbc\x7f\xd1\x25\x17\xdf\xf4\x3a\x80\x4c\x5b\x9f\x5f\x07\xa8\xe8\x9a\xa7\xbe\x74\xdf\x7c\x0a\x2a\x3a\x75\x92\x11\x1a\x7b\xf5\x12\xe9\xd6\xd9\x80\x17\x2d\xf9\x50\x1b\xb1\x73\xeb\x00\x05\x5d\x23\x1a\x05\xdd\xe8\x30\x50\xd0\xe9\x15\x50\xd0\x69\xec\xf2\xf9\xd1\x90\xa4\x60\xa7\xfa\x46\xa0\x39\x15\xe5\x23\xda\x6c\x7b\x52\x07\x29\x7d\x47\xba\xc5\xa4\xa1\x2d\x55\x32\x72\x00\x8f\xcc\x3a\x7c\x77\x69\x37\xad\xc1\xd0\x9c\xff\xc8\x85\x74\xa4\x0e\xdb\x47\x0f\xb5\xd7\x94\x3a\xde\x7f\x6e\x49\x2e\xe6\x1c\x4c\xe3\x7f\x83\x59\xd6\x89\x55\xd9\x1e\xa3\x25\x67\xe5\xf3\x69\x47\xf4\x02\x67\xc8\xe5\xad\x6c\xc0\x9f\x96\x9d\x95\x8d\x2d\x72\x9d\x86\x2d\xf7\x3b\x4f\xad\xf5\x7b\xf1\x2c\x11\x7b\x3d\xe2\x40\xf4\x25\xe0\xfd\x56\x37\xd3\x57\xf2\x71\x91\xd6\xe8\x62\xfa\xd6\x48\x24\xf1\xf4\x9f\x28\xb9\x5a\x4d\xa1\x0e\x5d\x3f\x1a\x1f\x7a\xff\x31\x87\xef\x23\x0a\xfe\x71\x45\xb2\xde\xde\xf2\xa9\x16\xe1\x45\x2f\x98\xb6\xde\xd4\xbc\x8f\x68\x37\x54\xa3\x29\xba\x94\x80\x64\x59\x27\xb6\xec\x94\x8b\x2d\x9b\x81\x39\x63\xa0\xe6\x65\x01\x28\xfb\xe4\xa7\x76\x84\xb4\x34\x4d\xf7\x8c\x3e\x23\x0d\x07\x57\x46\x9c\xde\xf3\xf2\xa9\x29\xc5\xdf\x4f\xb7\x0e\x15\xba\x5e\xa7\xef\x6d\x26\xed\x47\x34\x47\x14\x5d\x66\xf7\x27\x73\x57\xee\xcf\x36\xd3\x9d\x64\xe5\x49\x07\x6e\xbc\x89\x2e\xc7\xd9\xff\xf0\xd2\x2f\x25\xf8\x9b\x07\x8b\x49\x49\xfc\xa6\xe9\x29\x1f\xe9\x4f\x9b\xa1\x87\x53\xdc\x4b\x95\xc3\x68\x5d\xe6\x6b\xe0\x12\xb7\x44\xbe\x54\x31\xf6\xaf\xcb\xc7\xbb\x53\xcb\x3e\xa2\xe7\x5b\x24\xeb\xfe\x3e\x0e\x97\xe9\x97\x2e\x1c\xdc\xeb\xc2\xa5\xca\x68\x2b\x59\x5f\x03\xcc\xbe\x2e\xe8\xed\xef\x94\xa4\xc3\xe6\xa2\xb6\x78\x19\xef\x88\x46\x02\xdd\xa9\xa0\x71\x57\x3e\xcd\x57\xc1\xf5\xcf\xf2\xb6\xd3\xb4\x5d\xbe\xfd\x2f\xf1\x35\x35\x6c\x80\xab\x10\x1a\x7f\xe6\x53\xea\xdf\x11\x8d\x28\xf5\x39\xb5\x0a\x74\x24\xbe\x57\x2c\x11\x38\x3d\x4f\x53\xf0\xf6\x78\xa7\x64\x12\x41\x46\xfc\x79\xa0\x3c\x39\x44\xc6\x74\x81\xfe\x58\x76\xe4\xb6\xc2\x0a\x2f\x93\x77\xf9\x54\xdc\xe1\xc7\xe4\x37\xcb\x57\x47\x7a\xa6\x98\x56\x0e\x97\xf6\x82\x73\x89\xed\x14\xce\xa5\x42\x7d\x9d\x36\xf2\x4e\x39\x9e\xd9\x83\x2a\x28\x68\x1d\x5b\xd7\x12\xe9\x52\x69\x69\xa8\x8c\x40\x58\x32\x96\xd2\xe9\xbd\x2b\xb8\xd8\xcd\x4f\xf0\xe5\x32\x23\x53\x4b\xd7\x63\x2f\xa2\x1d\xc4\x69\x31\x88\xc5\x26\xa2\xf4\xbc\xaf\x45\x29\xd5\xd3\xfa\x62\xea\xca\xb3\x3d\xcd\x6c\xfa\x48\x53\x52\x5e\xf5\xa5\xa2\x31\x46\xdb\x27\xa7\x5f\xad\xdc\x7b\x58\x4a\x95\x8b\x8e\xf5\x9b\x25\x76\xa5\x9a\xe3\xb0\x72\xb1\x99\x48\x8e\x5d\xab\x29\x88\x93\xa8\x21\xca\x58\xfc\x96\xb3\xb4\x40\xfe\x99\x73\xf3\x79\x55\x77\x38\xab\x5f\xab\x0e\xc8\x5f\xf8\xe7\xf4\xb1\x14\xc9\xd1\x37\xec\x70\xd5\xa1\x53\xec\x61\xca\x86\x57\xfb\xfb\xaa\xad\xca\xec\x94\x95\xc8\x29\xd6\x83\x69\x95\x30\x94\x2d\x27\xc3\x7b\xa7\x81\x78\x95\x1a\xce\xf4\xe5\xd4\x78\x04\xeb\x2f\xb3\x2a\xf5\xa8\x36\xa2\x51\x6a\xc7\x5b\x8e\x8f\xd4\x54\x48\xd7\x71\xee\xca\xcb\xc4\x48\x67\x4b\xfd\x16\x67\x14\xe5\x1a\x86\xde\x52\x92\xee\xe7\xc7\x5b\x90\x2f\x6c\xa9\x03\x28\x74\x76\x94\x0a\xd0\xbc\xa7\x60\x1d\x3c\x3d\x7f\xb5\xf1\x89\x35\x56\x31\x89\x0f\x7e\x83\xe6\x38\xf8\x8f\x4f\x7d\x38\x04\x17\xdc\x48\x50\x1c\xae\x2a\xf4\x13\x40\xe6\x55\xb7\x01\x65\xec\xc1\xa6\x4a\x6a\x25\x23\xe3\xc8\x40\xe7\xf4\x78\x44\x74\x47\xaa\x08\x1f\xc8\xfb\x1f\x5f\xbb\x6a\xea\xa8\x73\x94\x8e\x31\x91\xd2\x0d\x25\xdd\x82\x48\x09\x08\xca\x6a\xc6\x30\xd5\x23\xa2\xaf\x5d\x77\x44\x11\x32\x33\x00\x0d\xc4\x2b\xc7\x75\x33\x76\xfc\xa6\x01\xe2\x55\x6a\x00\x54\x96\x78\x95\xce\x1b\x64\xf3\x6a\x46\xfc\x45\x5f\x6b\x20\xfe\xae\x94\x64\x64\x3c\x7d\xdc\x8c\xf8\x9b\x29\xca\x10\xbf\x99\x5a\xc8\x76\x99\x99\x27\xaa\xa5\x96\x19\xdc\x0c\xf0\x23\xf8\x63\x35\xb2\x75\xf4\x3c\x6d\x3a\x2d\x53\x0e\xbb\x74\xfe\xe2\x53\x78\x22\x0d\x3f\xcc\xbb\xbe\x42\x5e\x34\xd5\xd4\xdc\x30\x3e\xae\xe6\xac\xde\x28\xdd\x0d\xb4\x5f\x7a\x49\x13\x7c\xbe\x12\x98\x24\x0a\xf2\x05\x07\x6c\xea\x6a\x40\x2b\xd2\xfb\x52\x72\x3b\x6c\x9a\x4b\x40\x90\x0b\xd4\xdd\xba\x9d\x5f\xe2\x8e\x64\xd3\x2b\x3b\xb6\x70\x20\x17\x60\xb9\x65\xb6\x9e\x71\xd2\x9f\x24\x1c\x84\x85\x63\xdd\x04\xf2\xd6\x3c\xfd\x79\xa9\xb8\xe5\x61\xe4\x61\x2b\xbe\x89\x13\x19\x79\x5a\x4d\xaf\x48\x51\x52\x73\x08\x42\x5b\x4e\x31\x88\xbd\x7c\xdd\x10\x3a\xbc\x5f\xda\x32\xc8\x4e\x7d\x3b\xf3\x08\xd3\xfb\x66\xc3\x4f\x39\x3f\x49\xf9\x50\xf7\x96\xfc\xd1\x11\xec\xe8\x18\x42\x73\x94\xec\x58\xb7\x0d\x66\x68\x23\x4a\x35\x58\xb2\xf1\xdd\x9c\x0c\xfc\xcf\xbe\x83\x92\xef\x86\xaf\x7f\x79\xd5\x31\xc5\x35\xa2\xcd\x69\xa9\x2a\xe6\xb4\x9a\x6f\x7d\xe8\x72\xae\xde\xd8\xd3\xb8\xc3\x88\x7c\xa7\x3e\x07\xc7\x3f\xf7\xf4\xce\xa9\xc2\x2d\xa5\x63\x3e\x43\xe9\x31\x33\x4f\x4b\x2f\x18\x13\x32\x0a\x5a\x42\xe7\x98\xe1\x0e\xd6\x09\xd3\x45\x85\xec\x8e\x51\x8f\xe6\xdf\x89\xcb\x65\xbb\xeb\xc4\xe5\xde\x11\x7d\x45\xa3\x2f\x3a\x26\x04\xf6\x79\x61\x46\x2a\x9e\x94\x25\xcc\x48\x85\x22\x67\x75\x8e\x16\x7e\xaa\xb8\x41\x1c\xe6\xcb\x2c\x3c\x47\xee\x08\x9d\x28\x5c\x36\xac\x4e\x14\x2e\xab\x56\x3c\x3c\x35\x17\xd5\x6e\xce\x71\x70\x00\x4b\xf9\x06\x2b\x66\xd0\xd5\x3d\xb3\xb1\xad\x2d\xf1\xf2\xd4\x4c\x40\x81\x4f\x2a\x0e\xa2\x65\xec\xc9\xc0\x8c\xbd\xba\x35\x9e\x8b\x49\x66\xf0\xc9\x91\xa6\x78\xd2\xb7\x54\x81\x73\x28\x8d\xf1\x39\xd4\xde\x97\x85\x22\xb8\x50\xbb\x3b\xc7\x12\x1a\x72\xe7\x20\x2a\x74\xbe\x0f\x22\xec\xfb\xab\xdb\x1b\xdb\xd2\x1c\xdf\x3e\x5f\x89\x85\x49\x03\x30\x61\xa4\x83\xb7\x8f\x4a\xea\xe4\x78\x40\xc2\x5d\x57\xc7\x66\x81\x01\xa1\x13\xf1\xf4\x8a\x06\x0d\x8d\x94\xe4\xad\x84\x03\xba\x13\xf1\x84\x3a\x61\x96\x9e\x93\x10\xcb\xd5\x89\x78\xe2\x72\xd0\x89\x78\x62\x8f\x12\x4d\x4f\x23\x00\x67\x89\x98\x27\x70\xf2\xe5\x1c\x83\x27\xd1\x8e\x6b\x70\x1f\x9d\x79\xd7\xe6\x4b\x54\x37\xe7\x18\xbc\x72\x38\x3a\xc7\xe0\x05\x90\x61\x39\xc7\xe0\x85\xa5\x6d\x39\xc7\xe0\x95\xe9\xef\x1c\x83\x17\x90\x84\x35\x7c\x12\x65\x49\x8a\xa0\xe7\xe9\x9a\xbc\x6c\xe7\x28\xaa\xde\xf0\x1d\xb4\xa7\x8e\x76\x8e\xb2\x26\x45\xd1\xf3\x7c\x4a\x1d\x81\x4c\xb1\xb5\x0f\xa2\x2d\xd8\x91\x07\xd1\x16\xac\xba\xe1\x68\x8b\x2b\xef\xfa\xe8\xa4\x86\x04\x54\xf4\xfc\xc6\x77\x98\x54\x82\x3b\xea\x48\x41\xbe\xc4\xb0\x7c\x07\xe1\x16\x23\xdf\x3a\x1b\x3c\xaa\xb3\xf3\x08\x5e\xb9\xd8\x19\xd0\xd4\xe0\x92\x5b\xc3\xf6\x64\x0c\x68\x6b\x10\x71\x81\x56\xe4\x4c\x82\x17\xa0\xaa\x35\x08\x55\xea\x29\xd9\xd8\x99\x0c\x01\x11\x18\x3d\xa2\x8f\x4f\xb6\x2b\x43\xa0\x2e\x40\x12\x6b\x18\x97\x7e\x45\xb2\x6a\x50\x52\xb0\x73\xdd\x97\x94\x64\xd5\xa0\xa4\x8e\x36\x19\x31\x57\x87\xfd\x6e\xac\x10\xa3\xa2\x2e\x20\x84\xcb\xb0\xa8\x0b\x8c\xe9\x1a\x8e\x4e\x02\x51\xb8\x86\x91\xe9\x19\x02\x62\x37\x4a\x4a\x92\x6e\x90\xd1\xf2\x05\x14\x87\xed\x1a\x9b\x0b\x5c\x9e\xda\x47\x77\xfd\xdb\xb6\xbe\x06\xd8\x19\x6e\x6c\x66\x07\x1a\xb9\xb1\x0d\xe3\xd6\xcf\x33\x75\x7a\xe6\xe2\x38\xf2\xae\x2d\xd1\x6c\x6e\xc2\x5c\xb5\x71\x44\xb2\xdd\x14\xad\xc8\x98\xab\x72\xa2\x38\x4f\x5b\xa2\x6d\xda\x5d\x06\x5d\x95\x13\x43\x95\x50\x57\x6d\x1c\xf9\x12\x1d\xa9\x23\x0e\xeb\x3d\x11\x6d\x9b\xe8\x29\xd7\xb6\x89\x9e\x92\x0c\x62\x67\xde\x8a\x33\xa8\x41\x0b\xb6\x9c\xc3\xb0\x40\x05\xba\x26\x90\x76\xa6\xde\x04\xd2\xce\x1c\x9f\x64\x64\x63\x52\x4f\xd4\xb8\x8a\x74\xdb\x54\x9a\x77\x05\xbf\xe6\x76\x68\x36\xa0\x0a\x3d\xdf\x9a\xe4\xec\x66\xb1\x4f\x6e\xc8\x23\x25\x99\x37\x6f\xa4\x12\x32\x9f\x70\x57\x73\x5a\xc2\x92\x2b\xa9\x38\x7f\x5a\x2e\x10\xd3\xd6\xc8\x0b\x25\x7a\xda\xf8\x03\x16\x66\x89\xd7\xa7\xe5\x12\x30\x93\x9d\x8d\x5e\x22\x3b\xdb\x95\x4f\x85\x7e\x4f\x63\x50\x92\x4a\x3e\xd5\xd5\x29\x96\x22\x83\x94\x7a\xac\x4a\x62\x42\xb9\x70\xa7\x2c\x71\x9d\x4c\x68\xb0\x97\x52\xb9\x4d\xa8\xae\x97\xb9\x4d\x8e\x6c\x72\xe2\x36\x39\xfb\xc5\xe4\x31\xae\xe7\xc0\xdf\xb0\xcc\x6e\x72\xc2\x91\xb7\x4c\x67\xd2\x89\x8a\x59\xa6\x33\x89\x31\xc0\x40\x1f\x90\x61\xcb\x40\x9f\x13\x3e\xbd\x65\x72\x93\xfb\xaa\x29\xd7\x50\x06\xda\x26\xe4\x4f\x68\x75\x96\x91\x3f\xad\xa3\x76\x2c\xd8\xd7\xd3\x70\xf0\xb2\xac\xce\x4d\xe8\x2c\x16\x20\x41\x81\x1a\x5c\x02\x2b\x09\xe4\x50\x3b\x37\x41\x4c\x5c\xb2\xb7\x4f\x8e\x68\x01\x49\x20\x57\x53\x92\x17\xe0\x95\x6f\xff\xb4\x34\xf8\x6b\xe6\xe8\x85\x28\x83\xda\x19\xe9\xd2\x14\xa5\x0e\x13\x47\x45\x47\x94\xef\xe7\x8e\xe4\x6c\x8d\x8c\xe2\x36\xea\x90\xd3\x69\x7b\xb3\x07\xf3\xb4\xb6\xc1\x84\x6c\x68\xa6\x0d\xa9\x84\x32\x2e\x61\x75\xca\x4c\x2f\x98\x94\x8a\x78\xc4\xb5\x61\xdc\xe1\x3c\x15\x4f\x48\xcd\x0d\x00\x9a\x90\x9c\x5c\x1b\xe8\x75\x7a\x10\xe8\x75\xcf\x53\x29\x25\xa9\x03\x6c\x1e\x6c\x01\x1b\x23\x1f\x5b\xc0\xce\x54\xa2\xa9\xb6\x7a\xdf\x6c\x61\x1b\x3c\x75\xc9\x53\x6b\x4a\xe9\xfc\xcc\x9e\x94\x8c\xa6\x94\x92\x65\x53\x28\x79\x57\xdd\x74\xa4\xb1\x46\x5b\xc3\x4d\xbd\x76\x66\x4f\x3e\x15\x58\xf5\xa4\x8b\x4d\xe7\x71\x01\x88\x5b\x46\xee\xdc\x27\x8a\xf6\xc7\x64\xfe\x34\x40\xfc\x1d\xad\xf6\xff\x60\x93\xf9\x10\x58\x8d\x2a\x6a\x32\x8f\xfb\xbc\xf3\x17\x1f\xf1\x28\x3f\x86\xf5\x5c\xb0\xc4\xad\x0f\xe1\xa1\x23\x7f\x55\x78\xe8\x15\x89\x13\x3e\x15\x34\xf1\x0f\x1b\xe9\x87\xbb\x72\x8d\xe8\x23\x90\x35\x67\xa0\xcf\x95\x3d\xcd\xdc\x1e\x95\x10\xcb\xf5\xf1\x34\xcd\x35\xf1\xc3\xfd\x38\xff\xf5\xde\x09\xbb\xc7\x12\x9f\x47\x1b\x4c\xe2\x8f\xb7\xc3\xfc\xc6\xc1\x3f\xdc\x37\x3e\xd9\x0d\xf9\x8b\xf2\xfb\xe0\x32\x5d\xc2\xd8\xd4\x18\xe1\x4c\xb3\x41\x24\xd0\x02\x62\x93\x2b\xae\x69\x36\xee\xb3\xe5\x5d\xdf\xc1\xd3\x67\xce\xef\x06\xd2\x64\x7d\x08\x05\x4a\x07\x2f\x2f\x1c\x0a\xb6\xf1\x7b\x46\x92\x75\x33\xc5\xda\x64\x03\x44\x77\x7d\x32\x65\x27\xa2\xf5\x50\x16\xf6\x07\xbf\x33\x0a\x94\xa9\x34\xee\xf3\x8a\x88\x26\x10\x91\x0a\x53\xa5\xad\x1b\x2f\x0b\xd2\xd8\x9d\x0a\x98\x6e\x19\x9e\x73\xc4\xca\xf4\x35\x60\x8c\x2d\x58\x44\x1a\x35\xa6\xca\x2f\x84\x4d\x1c\x8e\x26\xce\xb8\x40\x81\xad\x2f\xca\x2f\xe3\x44\x9e\xb6\x5c\x14\xcd\x95\x71\x15\x46\x8a\xb4\x6d\xef\x4f\xa5\xfb\xbe\xe5\xca\xff\xc2\x3a\xff\x4e\xaa\xcb\x5f\x9c\x40\x95\xbe\x37\xac\xa7\x9c\x57\xde\x55\x1c\x1c\x93\xec\x4b\xc6\x54\xe6\xb6\x99\x32\x0a\x04\x17\x4b\xb8\x9e\x86\x87\x7a\x99\x19\x23\xa0\xdc\x25\x94\x4f\x39\x18\x99\xaf\x63\x5b\x5e\xc9\xd0\x14\xd6\xd7\x17\x44\xec\x8c\x48\x1f\x51\x2e\x0e\x41\xb6\xee\x2f\x0e\x41\x6e\x38\x66\xac\x18\x05\x8d\xfa\xcb\xf6\xc7\x91\xfc\x95\x8b\x23\x06\x87\x2f\xd1\x24\xa9\x21\xbb\x21\x73\xf2\x0b\x31\x18\x4b\xe6\x0b\x31\x58\x9a\x0e\x31\x58\x9a\xce\x49\x1a\xc9\xdb\x1d\xcb\x04\x62\x09\x60\xb2\x0b\x62\x89\x96\x7e\x22\xba\x24\x73\xc9\xfb\x1d\x08\xf4\x65\xd4\x4e\xab\x68\x7f\x46\xed\x9c\x20\xd9\x97\x51\x3b\xbd\xa0\x82\x1a\xb5\x73\xc6\xd6\x6f\xd4\xce\x0d\x37\xc6\x32\xb5\xc4\x09\x76\x6a\x99\x5a\xe2\x02\x15\xb3\x0c\xdb\x39\xc1\xb3\x2f\xc3\x76\xce\x98\xba\x7e\x4e\xc7\x1a\x3f\x87\xd9\x23\xfa\x7c\x9f\xfe\x3c\xa1\x3a\xe2\x9f\x31\x7d\x94\x0c\x7a\xb1\x45\xd4\x5d\x97\x4d\xe3\x07\x7a\x11\xc5\xc7\x59\xf4\xce\x98\x92\xcc\x1e\x71\x66\x79\xff\x38\x6d\x6b\x4a\x5a\x5e\x2d\x79\xba\x2d\xfe\x07\x07\xaa\x71\x3c\xf7\x85\x91\x0a\x8a\x08\xb0\x98\xcb\x38\x9e\x56\x51\xcf\x4d\x11\x71\xc5\x89\x6b\x20\xcf\x05\x5d\xfa\x02\xc8\x13\xd7\x31\xd0\x9d\x23\x3d\xe5\x9b\x16\xf4\xed\x0b\x52\x08\x00\x83\x0b\x78\x0e\x59\x19\x96\xe0\x39\x09\x0f\x5e\x42\xe7\xb4\xf2\xfe\xe6\x59\xde\xe5\x2d\xf6\xa7\x67\x29\xe6\xcf\xff\xa4\x18\x87\xc1\xbf\x5f\xb2\xed\xa1\x02\x80\xbe\x89\xb9\xf6\x87\x43\x0e\x7d\x01\xb8\x0d\x59\x5e\x96\x01\x35\x17\x89\x64\x96\x11\x34\x57\x56\xd7\x9f\xb3\xfd\xb2\x06\xfe\xb0\x4d\xa3\x7a\xfe\xd9\x18\x9d\xb3\x0d\xae\x06\x12\xcd\xac\x3f\x8c\x00\xdc\x96\xa0\x63\x28\xdc\x9a\x4d\xc7\x00\x36\x64\x19\x42\x03\x82\x71\xfd\x99\xd6\x64\xa4\x58\x86\x8a\x0f\x27\x3f\xed\x88\xbe\xf6\xce\x88\xea\x09\x88\x00\x17\xa4\x09\x25\x9f\xfa\x38\x40\xd1\x00\xe9\x02\x79\xde\x82\x27\x81\x58\xb3\xf5\x67\xcf\x73\xc9\xc3\x8f\x1f\xa6\x24\xdb\x90\xd3\x11\xdc\xea\x39\xb1\xfe\xb8\xc6\xb3\x25\x19\x25\x73\xc1\x38\xba\xfe\xb8\xc6\xa3\xa1\xff\x71\x6f\x67\x81\x1b\x34\x73\xc1\xc6\xb6\xc2\x9c\x30\xf3\xad\x20\xaf\xec\xdc\x10\x27\x70\x7e\xfd\x69\x5f\x0c\x3a\x7d\x85\x47\x61\xe6\x5d\xe3\x1a\xd9\xdc\xfe\x60\x49\xc7\x9c\xf3\x87\x97\x8e\x09\x04\x71\x42\x66\x0c\xd4\x08\x71\x79\x43\x8d\x10\x80\x86\xe9\x0d\xc0\x46\x2d\xf3\x19\x54\xbc\xf0\x5b\x89\xef\x1e\x71\x20\x36\x97\x14\xd1\xda\xbe\x37\xc6\x0d\x65\x01\xd8\x94\x6d\xca\x82\x0b\xf8\xc9\x86\xb2\x00\x0b\xf1\x36\x65\xc1\x4d\x9e\x82\x0d\x65\x01\x47\xd3\x36\x65\x41\x05\x55\xb0\x0f\x67\x1b\xbf\xf2\x5b\x1b\x29\xbc\xe7\x6c\x53\x14\xb4\x9a\x3a\x46\x09\xa3\x05\x82\x32\x60\x19\xdd\x50\x12\xe0\x78\xdc\xc6\xda\xdc\x67\xcb\xa7\x34\x80\x4a\xd8\xae\x0f\x58\x65\x0b\x6b\x73\x96\xb3\xd0\x3c\x47\x6f\x9f\x9e\x61\xdb\xe8\x9a\xfe\xf6\x05\x1e\xdf\x4e\xc9\x20\xad\x4a\x44\x87\xdb\x95\xbc\x6c\x1b\x41\xa1\x92\xcb\x36\x82\xbc\xcb\x8d\x30\xef\x6e\xbf\x4b\xcf\x10\xe0\x56\xe8\x0b\xed\x41\xe3\x48\x41\x3f\x6b\xc5\xd4\xd8\xd6\x9c\xde\xa8\xf1\x36\x9c\x8e\x7e\x32\x46\x81\x7b\xd2\x36\xa0\xa6\x10\xdb\xb8\x0d\xa8\x29\x4c\xce\x6d\x40\x4d\xab\x67\x44\xdb\x08\x0e\xea\x64\xa2\x81\x6b\xfe\x7b\x9b\xdf\xf0\x0e\xc0\x5a\xb3\x0f\x33\x74\x12\xf8\xb6\x8d\xbf\x21\x29\xd7\x36\xef\x40\x21\x40\x66\xc3\x3b\x00\x8a\x7d\x1f\xb6\xdf\xf4\xd4\xc1\x16\x0f\x6b\x28\xdb\xcc\x02\x17\x60\xa7\x6d\x24\x4f\x21\xac\x73\x1b\x9d\x53\x20\xd4\xdd\x67\x98\xd4\x1a\x22\x3a\xd4\x40\xec\x0e\x62\x8d\x68\x9b\x8d\xb5\x9b\x2d\x78\x4e\x73\x0a\xdd\x47\x5a\x36\x88\xe4\xa1\xa3\xed\x8f\xfc\xe7\x63\x31\xb5\x70\x9a\x81\x23\x55\xb6\xb9\xe4\x48\x2d\x50\x33\x78\x79\x82\x60\xe3\x47\xd6\x09\xe1\xce\xdc\xc2\xef\x3c\x2f\xf3\xad\x54\x44\x00\x9a\x1b\xca\x82\xea\x2d\x6a\x9f\xbe\x2e\xbf\xaf\xca\xbe\xf3\xfe\xc5\x09\xf7\x19\xf6\x13\x85\xf1\x48\x41\xde\x93\xee\x88\xae\xf0\x8c\x68\xfb\x0e\x35\xb2\x7d\xa7\xa6\xc7\x4d\x67\x00\x23\xe4\x3e\x17\x70\x79\xfa\xc9\x99\xcb\x6a\xc6\x63\x19\xbe\x99\xb1\xb4\x85\x07\xac\xe1\x0e\x49\x01\x6b\x38\x24\x05\x6c\x33\xe1\x21\xc8\xe0\x69\x96\xdf\xe8\x36\x3b\x44\x04\x23\x2f\x43\x44\x40\xc9\x21\x22\xa0\x56\x9e\xaa\xf7\xfb\xed\xb2\x98\x6f\xcd\xcb\x73\xe6\xdb\x8f\x7d\x8b\x6e\xa0\x60\x1c\x85\x90\xba\x5d\xcc\xd3\xce\x36\x23\x14\xc7\x24\x2a\x74\x1b\xc5\x01\x0c\x60\x0b\xc5\x31\xfb\xfb\x9d\xcc\x4c\x56\x0f\x77\x11\xc4\x07\x6b\xf9\x2e\xce\xc8\xc2\xce\x6c\x2c\xc6\x01\x88\x71\x17\xa3\x28\xd9\x12\xcb\xb6\x7e\xce\x64\x29\x76\xc0\x71\x9d\xdf\xc1\x66\xcc\x7c\x2a\xd5\x98\xfb\xfb\x2e\x30\x09\x30\x70\xc5\x0e\x38\x08\x2b\x77\x31\x82\x1d\xff\xc4\x06\xc9\x81\x65\x60\x57\xee\xfe\xf4\xb6\x91\x1c\x98\xd0\x76\x35\x42\x0e\x55\x71\x57\xab\xc2\xdc\xb3\xb6\x32\x65\x55\x3c\x88\x1b\x9c\x07\xf6\xaa\x6d\x9c\xc7\x89\x79\x62\x1b\xe7\x81\x31\x6e\x0b\xbc\xf1\xa8\xd4\xfc\x06\x55\xf7\xa6\x86\x32\x24\x1d\x29\x17\x8c\xfa\x9d\x77\x15\x3c\xc6\x26\x5d\x1d\xbe\xca\x41\xb9\x2b\x00\x76\xe6\x59\xb5\x83\xb8\xd1\xe1\x15\x04\xbb\x2f\xb2\x1b\x88\x46\xaa\x64\x88\x7a\x63\x5b\xae\x78\x84\x5b\x9e\xda\xfa\x76\x53\xf0\x42\x37\xa7\x8a\xf6\x29\xd4\x8b\xfa\x3b\x83\x0b\x40\xc7\xad\x54\x57\x8d\xc8\xaf\x0d\x82\x23\x0b\xa5\x3a\xc0\xa2\x44\xb2\x2d\x20\x7f\xa1\xbe\x74\xa1\xbd\x02\x58\x0a\xb6\x41\x19\x17\x40\x91\x6d\x50\xc6\x75\xfc\x07\x13\xfc\x36\x44\xe3\x02\x6c\xb9\xab\x81\x68\x35\xad\xd9\xdc\x70\x22\x76\x17\x1c\xd1\xba\xf7\x95\x5a\x98\xea\x30\x83\xa5\xb3\x01\x8a\xbb\x5d\x37\x35\x66\xe8\x0c\x36\xc3\x5f\xb7\xab\x1d\x65\xbe\x00\x6c\x52\x5f\x61\x0c\xdd\x20\x36\x40\xa1\xee\xe6\x28\xe9\x1c\x2b\xcd\x2a\x0f\x60\x9b\xed\xec\x56\x03\x75\x7b\x37\xee\xff\x1c\x15\xc0\x30\x88\x30\xdf\xc0\x30\x70\x9f\x6c\xe3\x2e\x92\xd4\x6a\x37\xdc\x5d\x4c\x28\xc3\x30\x6e\x72\x0b\x6e\xc3\x30\x6a\x4a\xb2\x52\x83\x65\x7d\x83\xc3\xc0\xd9\xbf\x8d\xc3\xb8\xb8\x64\xee\x06\x5e\x9c\x7d\xab\x81\x17\x67\x37\x6d\xe0\xc5\x59\xa3\x40\x2f\x70\x52\xed\x46\xa0\x23\x7b\x83\x91\x18\x17\x61\xf1\xbb\x61\x2f\x1d\xa9\x86\x55\xc7\x7c\xfa\xf3\xb1\x99\x87\x6e\x1e\x5b\x83\xd2\x62\xb5\xec\xf0\xcd\x81\x40\x6c\xa5\xce\x60\x75\x81\xba\xdd\xcd\x77\x2e\xec\xb0\xbb\xd9\x4e\x85\x9f\x79\x37\x87\x82\x31\xc7\x9b\x03\x24\x88\x05\xdb\x4a\x69\xd5\x30\xe8\xef\xa6\x69\x1c\x76\xd2\xdd\x9c\x0f\xfe\x3a\x53\xee\x9f\xcb\xe5\xaf\x9e\xe4\xef\xe8\x78\x92\xf7\xbc\xac\xa8\x32\xe8\xd1\xb6\xb3\x61\x5d\x3d\x93\xc2\xf3\x96\x88\xc3\x6d\x62\x96\x8b\xc8\x97\xed\x24\x57\x57\xb4\xd7\x66\xcc\x24\xde\xae\x4d\x92\xab\xf3\xca\xb7\x5f\x7f\x9b\x4a\xf9\xde\x9e\xa9\xba\xa9\xb2\x45\x33\xb5\x5c\x44\xe3\xec\x7b\x70\x51\xe9\x88\x97\x5f\xbe\x11\x4d\xae\xc6\x0a\x71\xc2\xac\x8b\xc8\xc7\x6d\x2a\x97\x0b\x2f\xe1\xbe\xad\xd9\x03\x07\xdf\xb7\x35\xfb\xfe\x7e\x4b\x03\x23\xca\xbd\x5a\x52\x0b\xee\x61\x6e\xee\x8d\xc5\x94\x1d\xea\x46\x3b\x67\xef\x73\x92\xac\x9e\xc9\x78\xa3\x9e\xb3\xf7\x99\x9a\xe5\xc2\xfa\xbd\x6f\xd4\x73\x54\x3c\x63\x72\x2e\xa0\x14\xfb\x06\x43\xd4\xf2\xb2\x7d\x0d\x3d\x3f\xf2\xfd\xe2\xce\x8f\xec\x05\xbd\x53\x49\x7b\x41\xd9\xfe\x6e\x68\x35\x7a\x5e\x36\x14\x99\x4d\xeb\x06\x8a\xcc\xde\x6e\x04\xcf\x05\xde\x63\x9b\xbe\xe5\x02\xef\xb1\x0d\xe8\xb9\x30\xf6\x6f\x03\x7a\x2e\xbc\x08\xdb\x39\xb6\x92\x84\x76\x93\x54\x0b\xd7\xd0\xbe\x71\xeb\xf6\xfc\xd7\x2d\x42\x61\x37\xc2\x27\x2c\x18\xfb\xe6\x22\xd0\xf2\xad\x6f\x27\x1c\x4f\x42\xf5\xb4\x91\xc1\x86\xcf\x82\x83\xe1\x86\xd0\x22\xad\xb7\x52\x74\xa6\x23\x15\x78\x3e\xce\xe3\xdf\x9b\xfd\x4d\x74\x25\x2a\x89\x09\x5d\xca\x59\x23\x76\x5f\x55\x52\xae\xb2\x06\x66\xee\xda\x7a\x7b\xd6\x3c\x24\x8b\x55\xaa\xe4\xfb\x3a\x5b\x25\x19\xb8\x70\x22\xec\x1b\x0e\x3e\x9b\x14\xb6\xf9\x5d\x7a\x36\x9e\x8e\xb3\x16\x1d\x4a\xc0\x9f\x36\x58\xd6\x64\xe4\x3a\x51\x9b\xc8\xc8\x95\x7d\xc9\xb8\x9f\x72\xd6\x14\xec\x06\xd4\x3c\x35\x86\x0d\x35\xce\x30\xa0\x0e\xa7\xdb\xee\x56\xfd\x49\x9c\xbd\x8d\x0a\x2a\xa0\x33\x76\xb2\x74\xb5\xfc\xd7\xa3\xc5\xb4\x30\x2a\xa8\xe0\x42\xd9\x46\x05\x95\x93\xbb\x71\x47\xf5\x67\xb7\x31\x95\x4c\xc1\x96\xb4\x3b\x37\x01\x14\x27\xa5\xee\x6a\xe4\x71\xdc\x1d\x8f\xc4\x15\xd1\xe4\x65\x67\x0a\xf6\x35\x8e\x7d\x4b\xb0\xa1\xe4\xff\xd8\x9d\xab\xc0\x99\x4f\xed\xea\x4d\x3f\x4e\x5f\x74\xb8\xca\xf4\x49\x6b\xf3\xd4\xf9\xd4\xd8\x98\x3a\xbc\x67\x67\x1a\x60\xde\xb3\x23\x3f\xfa\xb3\xe8\x99\x60\xe4\x50\xc9\xbd\xa7\x73\x71\x38\xf3\xd4\x17\x87\xf7\xe5\xea\xa7\x54\xd2\x9e\xe1\xfc\x87\x5b\xc5\x2b\xaa\x41\x95\x1d\xcf\xc8\xa1\x82\xf9\x6e\x77\x88\xd1\x5e\xd1\x57\xb5\x2b\xa2\xaf\x6a\x57\x2a\xe5\x9b\x4f\xfa\xd1\xc4\x68\x35\x23\x62\x3a\xbf\xd8\x27\xfa\xa6\x05\x74\x86\x57\x5b\xcd\x90\xf8\x0a\x52\x39\x85\x8c\x2c\x2a\x25\xad\xdf\x34\x81\x3a\x7b\x45\xd5\xf4\xab\xc9\xd0\x6a\xc6\x64\x73\xdb\xa4\xbd\xa0\x1f\x32\x3f\x7d\x7b\x6e\x99\x90\x24\xb5\x9b\x79\xd9\x38\x4a\xc6\x73\x90\xc7\x8e\x6d\x7a\x10\xdd\x8c\x5e\x6f\x30\x51\xa2\xa2\xb6\xc1\x44\x05\x76\xab\x3d\x88\x76\x46\x9f\x1a\xc4\xe2\xa1\xbb\x0f\xe2\x9b\x19\x7c\x83\x89\x3a\xec\x86\xdb\x60\xa2\x12\xd5\xd8\x60\xa2\x0e\xdb\xe1\x36\x98\xa8\x44\x5d\x27\xdf\x57\xce\x21\xa3\x89\x4a\xb4\x6c\xa3\x89\x4a\x34\x5c\xa3\x89\x4a\x14\xe7\xe1\x55\x13\xf5\xdd\x39\xbf\x0a\x80\xae\x6d\xac\x51\x69\xa9\x95\x97\x0d\x61\xcc\x7b\x98\xf3\x0f\xdb\xfa\x1e\x70\xfe\x71\xdc\x8f\x09\x00\x81\x26\xc8\xaf\x87\x2f\x64\x0b\x7b\xd4\x72\xd5\x82\x39\xe9\x4a\x7b\xbc\x4c\xa2\xef\x0e\x03\x5d\x67\x2a\x6c\xce\x36\x34\x40\x18\x64\x6a\xa4\x29\x9b\xd7\x44\xf2\x4e\x44\x47\x98\x50\xa6\xc7\xcc\xa0\x1c\x40\x05\x2e\x8f\x6d\x5e\x98\x5e\xdb\xbf\x37\xfb\x90\xc6\xf0\x4f\xe5\x07\x2a\x39\xd7\x97\xe1\x66\x98\xcd\xf7\x42\xa7\x66\xc3\x56\x7e\xa0\xf3\x06\x1a\xbc\x17\x9e\x0c\x0e\x63\xa7\x00\xba\x72\xef\x72\x0a\xa0\x2b\x57\x76\x91\xcc\xb4\xec\x51\x2b\x1a\x76\x3e\xe5\x16\xd0\x10\x1d\x11\xcb\x5c\x5b\x78\xd5\x38\x54\x96\x9d\xb7\x3d\x05\x4f\x6b\x78\x79\x57\xe4\x1b\x9c\x55\x4e\x08\x74\xe1\xe0\xdc\x4e\x08\x54\xe1\xcf\xdb\x26\xac\xb9\xb3\x9f\x2d\x73\xfb\x32\x6c\x22\xac\x39\xef\xf3\x4e\xb9\x3e\xd3\x47\x3e\xf5\x99\xce\xc1\xb6\xd0\x52\x46\xaa\xe4\x53\xe2\x8e\x28\xe3\x5e\x9a\x3e\x3d\xdd\xd3\xff\x36\xb7\x30\x09\x17\x70\x9a\x23\x22\xb3\x9d\x7e\x01\xbc\x90\x41\xc7\x83\x9c\xe6\x60\xab\xc8\xbb\x22\x28\xec\xe8\x0a\x49\x0f\x74\xe7\xd3\xe1\x81\xcd\xcb\xba\x7a\xa7\x83\xa5\xb0\xd4\x3b\xa3\x6e\x85\x25\x97\x3d\x53\xe3\xf4\xdc\x34\x96\x83\x04\xa0\xca\xdd\x30\xe5\xb4\x9e\xa2\x6c\x96\xe6\x24\x5e\x5c\x48\xd1\xf3\x93\x4c\x88\x8b\x08\x54\x39\xa8\x1d\xcb\xc8\xb3\x12\x89\x33\x2e\x05\x79\xed\x66\xae\x89\x90\xe4\x48\x85\x1d\xbb\xcf\x29\xbc\xa2\x83\x30\x25\x9e\x0d\xb3\xc6\x32\x63\xc8\x4c\xc3\xbd\xb8\x81\xcc\xe0\x43\xde\x1b\xb6\x79\x94\x9b\xcd\x6e\xca\x0d\x40\xfc\x39\x85\x98\xd6\x2d\xfe\x9c\x67\x61\xe7\x53\xf3\x43\xb2\xf5\x18\x50\xd3\x3b\x13\x64\xe3\x8d\x66\xd2\x8a\x43\xa7\x45\x41\x34\x87\x0e\x41\x8f\x5b\x1c\x3a\x35\xb6\x23\x63\x6d\x72\xac\x80\xb5\xa9\xdc\x14\x84\xb5\x29\xc4\x5d\x6e\x13\xec\x9c\x78\xde\xb6\x08\x76\x1a\x5e\xe2\xbd\x1d\xb7\x4f\x57\xc3\x92\x13\x73\x8a\x59\x72\xa0\x62\xdb\x26\xc2\x89\xae\x11\x22\x1c\x4e\x85\xed\xdb\x61\x5a\x09\x4e\x9f\xdb\xee\x46\x69\x66\xdb\x37\x13\xce\x15\xf3\xac\x73\xf2\x5c\xf8\x88\xb7\xc1\x36\x17\x5e\xe0\xbd\x0d\x92\xe7\x2a\xb9\x31\x9e\x33\x7b\x37\x4a\xf2\x9d\x82\x21\x84\x4b\xc1\xd2\x99\xd3\x47\x3e\xc5\xdf\xd6\x30\xe5\xd8\xba\x05\xbd\x69\xf3\x7d\xe8\x13\x30\xe5\xc2\x60\x9a\xe6\x98\xc1\x34\xad\xd9\x4e\xa8\x37\xf3\x1b\x87\xff\xe5\xa1\xdd\xd4\x5c\x44\x9c\x73\xe7\x8a\x1d\x09\x58\x0e\xb8\x85\x0d\x7f\x4e\xcd\xa7\x66\xda\x1d\xf9\xa9\x1d\x90\xf5\x3f\xa8\xf1\x4e\xc8\x73\xc5\x4c\x0d\x82\x27\x07\xc6\x07\x97\x10\x55\xfc\x70\xbc\x73\xd8\x28\xe7\x4e\x8b\x9d\xdd\x28\x9d\x4a\xc0\xe7\xfe\x70\xd8\xdf\x11\x97\xfb\xa5\x20\x2a\x3f\x23\x9b\x5d\x48\x73\xb8\xde\x7c\x1c\x32\xcd\xc0\x7d\xcc\x90\xc8\xf1\x6c\x24\xcd\x15\x83\xf6\xc7\x5c\x26\x44\x16\xee\x0f\xa1\x26\x9c\x2e\xc2\xd9\xb4\xc1\x34\xfc\x4c\xce\x46\x6a\x3f\x99\x1f\x54\xd0\xfb\x6f\x6c\x87\xce\x9b\x93\x98\xba\x2d\x9e\x9c\x92\x1b\x25\xbc\x38\x39\x82\xe1\xc5\x89\xc5\xf7\x83\xcf\x99\x65\x03\x31\x4e\x0c\xe9\x26\xc6\xb9\x41\x6b\x6e\x27\xc7\xe9\xf1\xa3\xc1\x8c\x13\x2d\x0f\xd8\x4e\xd4\x3a\xc3\x76\xae\xb8\x09\x0c\xdb\xb9\xe2\x53\xf8\x38\x2f\xc1\x4c\x49\x36\x2e\x94\x7c\xea\x6b\x2e\xab\x4e\x20\x9e\x96\x33\xce\xe9\x71\xae\x68\x2a\x9f\x50\x20\xf2\xae\x95\x58\xb8\xb3\xb6\x51\x3d\x05\xae\xb2\xfd\xf1\x95\x91\x6b\xec\x27\x3a\x6c\x4a\xf2\x84\xe1\xd8\xfd\xa0\xc3\xbe\xbf\xb5\x0e\x5b\x52\xb0\x6d\x7e\x99\x14\x4e\x75\x98\x8e\x01\x97\xc1\xbd\xef\xb3\xbd\xc1\xf8\x37\xce\x9d\x53\x08\xb9\xdc\x21\xe4\x61\x47\xfe\x92\xd3\x03\x85\xd6\xb9\x73\x2a\x91\x57\x1b\x82\x1e\x62\x20\x37\x04\x3d\xd1\x4f\x0c\x01\x2a\xf1\x89\xc2\xd0\x93\xc3\x54\x88\xa0\x0a\xf6\x73\x3b\x77\x4e\xfa\x05\x3c\x50\x2e\x06\xdf\xc1\x70\xe4\x37\xde\x7e\x38\xf2\x9c\x3c\xa7\xc4\x36\x60\x48\xd0\xe8\x2d\xa2\xc2\x3f\x6a\x24\xe1\x48\xe0\xa8\xde\xdf\xc9\x6c\xa3\x4a\x93\xd9\xc6\x7f\x50\x41\xd2\x76\x22\x3e\xe8\xe2\x2f\x2a\x08\x6b\x4b\x29\x71\xda\x38\x53\xb0\xed\x24\x33\x05\x33\x81\xf2\xa9\x27\x10\x12\x66\x12\xe6\x9e\xa9\x7f\xb2\x57\x39\x3d\xce\x80\x87\x69\x2b\x3d\x4e\xcb\x71\xf9\xc5\x1d\xda\x53\x90\x6f\xe1\x3d\x05\x79\x4a\xbc\xa2\x80\x72\x6c\x13\x4e\x78\x53\xe0\xf5\xdb\x4e\x78\x43\x8a\xa7\xfd\xe5\x22\xc6\x69\x69\x34\x51\xa9\xac\x86\xaf\x29\xaa\x33\x70\xde\xa4\x99\x69\x5f\x68\xa6\xd9\x26\x9c\xa5\xa6\x44\x57\x31\x98\xa8\x44\x57\x31\x98\xa8\x34\x96\x8a\xe1\x42\x25\x7a\x9a\xe1\x42\x03\x06\xb6\xfd\x33\xc5\x18\xdb\x44\x60\x3a\xac\x1c\xe1\x72\x5a\x2e\x52\x24\x75\x89\xdb\xe6\x07\x0c\xec\x7d\xd7\x6b\xee\xdf\xd9\xf2\xf6\x8f\x6b\xff\x95\x2f\x9d\x99\xfe\x88\x28\xff\xe6\xf1\xfe\xc6\xb3\x9d\x99\x66\x6a\x9e\x4e\x1c\xdf\x16\xf9\x4e\xcb\xa6\xf7\xc3\x07\xce\x86\x12\x54\x4e\x3e\x85\xc2\xfc\x8a\xc8\xa5\x8a\xdf\x6a\x94\xef\xab\xe6\x5b\xa7\xb9\x66\x00\x9c\x9b\x65\x90\x0d\x61\xff\x08\xe2\x4f\xcf\x18\x52\x46\x4c\xc3\x36\x87\xce\x20\xba\x60\x9b\x43\x67\x10\xd3\xb0\xcd\xa1\x33\x80\x28\x6f\x23\x73\x46\x8e\x1d\x23\x73\x6a\xb4\x1d\x48\x74\x40\x03\x6d\x93\xe8\xcc\x1c\xc0\x26\xd1\x99\x07\xa7\xd2\x1f\x9e\x61\xd4\x28\xd3\xcc\xcc\x18\x9e\x84\x91\x79\xc4\x3c\x35\x93\x17\xb6\x32\x67\x30\x99\x31\x26\x99\x3c\x66\xd8\x50\xf3\x1b\x02\x17\x5c\xe6\x25\xfb\x0d\x21\x02\x2e\x7b\x9e\x7e\x43\x14\x0b\x5d\xfe\x88\xdf\x90\x23\xd5\x5e\xbf\xdf\x90\x77\xf3\xb2\x05\xea\x37\x2e\x77\xb0\x3d\x6a\xbf\x71\x6d\xef\x27\xba\x6c\xfe\x86\x03\xe1\x47\xbf\x5d\x8e\xa3\xd9\x87\x49\x27\x7e\x43\xae\x46\x68\x79\x1e\x69\xf9\xa1\x7f\x63\xf7\xdb\x70\x6e\x9f\xdf\x50\x78\xef\xed\xa8\x8a\xdf\xc0\xe1\x63\xe0\xd3\x6f\xd8\xb9\x32\x4c\x1d\xf4\x88\xf3\xff\xfe\xdf\xb0\x59\xe1\x91\x3e\xff\xe3\x06\xfa\x0d\x02\x3d\x0d\x52\xff\x8d\xe6\x43\xd2\xf6\x8b\x47\xec\x7e\x3a\x10\xff\x2c\x4e\x89\x22\x03\xaf\xce\x54\xf4\x1b\xb6\xba\x8e\xde\xdd\x1a\x85\x18\x16\x93\xd4\xfe\xc8\xfd\x3f\x7a\xb7\xe8\xbc\xfb\xa3\xf7\x8a\xa8\xcd\xf2\x74\xb1\x44\xb5\xf5\xee\x3a\x0c\x98\xd2\x67\xc4\xd3\x4f\x5d\x7f\x45\xda\xdc\xa6\xae\xf9\x39\xa5\x36\xf9\x09\x7e\xce\xa1\x5d\xae\xe2\xfa\x91\x54\xb9\x77\x44\x65\xa6\x77\x9c\xc7\xcf\xa9\x89\x9f\x87\x16\x9d\x4d\x17\x2c\xcc\x8f\x44\xb0\xa3\xf7\x89\xe8\x94\x09\xad\x21\x3e\xe3\xd6\x19\x0b\xdf\xb8\x46\x1f\x1e\x72\x5d\x6f\x8c\x6a\xf8\x39\xa7\x64\x3f\x78\x64\x6d\x71\xf8\x9a\xf1\x23\x43\xe3\xe8\xc3\x7d\x62\x7d\x6b\x1c\x74\xa7\x70\xb8\xf5\x64\x06\x1a\x86\x5b\x4f\x66\x83\x81\xb7\x67\x6f\x17\x62\xf7\xa7\x0d\xf1\x63\xf1\x46\x7c\xa6\xf9\x70\x53\xe0\xab\x3b\xe8\x14\x1d\x53\xf5\x3a\x5c\x23\x1d\x18\x75\x32\x97\x0d\x38\x1d\x07\x5d\xe4\xdd\x7a\x1c\xf4\x89\xd1\x9c\xde\x7f\x1f\x49\x49\x00\x4f\x37\xd4\xac\x64\x23\xed\x36\xca\x70\x1c\xb4\xc5\x7b\xd2\x30\xd5\xf1\x6f\xfc\x89\xcc\xb4\xf0\xd0\xf8\xb8\x6a\xda\xd5\x1f\xe9\x8a\xc6\x41\x97\x99\x2a\x6a\x1c\x74\xd9\x1f\x8d\x61\xf2\x9a\xd1\x89\x54\xcb\x3f\x67\x03\x3a\x8f\x93\xfa\x0b\xac\x36\x06\x0d\xff\xa3\x71\xe3\x9f\x68\x9a\x1f\x99\x6b\x86\x51\x62\x3f\xb2\xb5\x0c\x93\x59\xfd\xc8\xd6\x52\x0d\x47\xfe\x91\xad\x65\x98\xc2\xe9\x47\x3e\x96\x61\x1e\xa6\x9f\xf3\xb1\x54\x87\x6a\xfc\x9c\x8e\xe5\xbc\x8d\xda\xfb\x91\x35\x65\x98\x31\xe9\x47\xfe\x92\x61\x0a\x93\xdf\x34\x24\x66\x98\x28\xe3\x11\x75\x60\xdb\x76\xfa\x88\xeb\xd9\xbd\x4e\x24\xaf\x28\x13\x65\xfc\x9c\xcf\xa1\xd8\x5b\xfc\x23\x9d\x43\x35\x7f\xcd\x23\x2e\xbf\xeb\xfa\x3b\x29\x03\xc9\x7d\x1f\x91\x4a\xb8\x39\x97\x17\x86\x73\x89\xfc\x66\x19\x26\x82\xf5\xc3\x22\x2b\x9c\xd9\xa0\x7e\xb3\x7a\xac\x9c\x60\xe5\x37\xed\xe8\x1f\x66\x3b\xff\xcd\x9a\x74\x7c\x05\xb1\xff\xcf\x45\xf0\x88\xc3\x4f\x5d\x7f\xbc\xc5\x95\x6f\xed\xf1\x45\xcd\xf9\x39\x09\xc2\x49\xd0\xee\x6f\xda\xbf\x43\xc2\xab\x1f\xec\xf8\x83\x5d\xd6\x9c\xf0\x86\xdf\xff\x4c\x09\xef\xd8\x80\xdf\xb4\x6d\x9a\x4c\x7d\x3f\xf8\xd7\x8f\x9b\xfe\x1d\x63\xfc\x2f\x7d\xe0\x6f\xda\x58\x49\xda\xeb\x9f\x69\xbe\xcf\x71\xd2\xfd\x73\x21\xba\xe9\x4e\xf2\x3d\xcc\xc2\xf2\x83\xe9\x78\x38\x4a\x5f\x11\x51\x16\x2b\xa2\xc3\xde\x19\xac\x3d\x78\xf9\x46\xbc\xff\xef\xff\x75\x5f\x9d\x7e\x93\x5b\xae\x03\xdd\x7e\xa6\xfe\x3c\x8f\xbb\x45\xe4\xa9\xab\x0c\x42\xdc\xf1\x74\x3f\xd3\x2d\x9e\xe3\xa4\x7d\x56\xaf\x86\xb3\xba\xfe\xe0\x88\x1b\x0e\xd4\xfb\x99\x57\xed\xb6\x0e\xfd\x9b\x7f\xfb\xff\xc7\x54\xf9\x33\x5f\x57\x18\x1f\x7f\x90\x5c\x11\xb7\xff\x33\xd9\xcf\x23\xaa\x3d\xeb\x72\x0c\xb8\x13\xb5\xfe\xd6\x85\x19\xc4\xa7\x69\xa8\x04\x1c\x7c\xf0\x88\xc6\xad\x79\xa0\x17\x8e\x67\x3b\x84\x7f\xab\x39\x3f\xa2\x1d\xb3\xbf\x65\xb7\x6d\xb3\x87\xf4\x11\xc5\x9b\xe2\xd8\xa1\x47\x74\x73\x5f\xd1\x6c\x50\x1e\xbf\x75\x33\xba\xde\xe0\x97\x67\x54\x77\xf0\xed\x23\xba\x1a\x1e\xdd\x75\xfb\x50\x3f\xdf\xa7\x1f\x5b\x7e\x2f\x44\x4f\xfb\x46\xad\x8c\x19\xb3\xd7\xfa\x11\xb5\x33\xda\x29\xf8\x88\xcd\x4f\xa9\x15\x6b\xe4\xa6\x28\x33\x29\x94\x14\x45\x4f\xd2\x75\x37\x96\xbe\x14\xb5\xed\x9f\xbb\x29\x8a\xce\x39\xf9\x16\x72\xc1\x93\x6f\x9d\x87\xbb\x33\x82\x76\xf5\x0d\xce\xee\xd5\x19\x7c\xef\x1e\x8e\xff\x3f\x61\xab\xf8\x11\xe3\x3f\xcc\x62\xff\x23\xc6\x1f\x66\x8b\x1f\x31\xfe\xe3\xf4\x26\x40\x60\x3e\x74\x0a\x3f\x02\xf3\x07\xe7\x0d\x81\xf9\xdd\x71\x1e\x3f\x07\xdf\x3f\x3d\xc9\x7f\xe9\x3a\xe6\x95\xbd\x6c\xe3\x62\xf4\x3b\x5d\x77\xe5\xe5\xdb\x4f\x53\x54\x77\xc9\x03\xd1\x86\xc4\xeb\x9f\x16\xf8\x1f\x81\xf2\xdd\xd1\x26\x3f\xa2\xdb\xbb\x11\xda\x3f\x62\xd4\xbb\xd1\xdd\x3f\x02\xcb\x89\xc0\x7d\x44\xf7\xeb\x45\x2d\xdc\xaf\xc6\xed\xff\x88\x07\x8f\x92\xb1\xbc\xa5\xe0\x50\xf8\x11\x98\x8d\x49\xf5\x47\x60\xf6\xb8\x98\x65\x76\xa5\x74\x83\xcd\x1e\xb1\xf8\x69\x47\x74\xad\x5a\xbe\xfd\xb8\x28\xfe\xbb\x3c\x35\xac\x7c\x11\x13\x8d\x49\xe2\x11\x5d\x0d\x6f\xbd\xc4\x09\x77\xa3\x9c\x7f\x04\xfb\xf6\xc2\xa4\x73\x96\x84\x71\x31\xf8\x93\x38\x0c\xeb\x04\x44\xe5\x76\xce\x72\x07\xcf\x3e\x4f\x79\x39\x0d\xac\x88\xb6\xf5\xb1\x5e\x27\x0d\x64\xb4\xa7\x1b\xc8\x59\xbe\x26\x0d\x1c\x79\x6a\xea\x08\x56\xa4\xa3\x69\x3b\x4a\xec\x9a\xce\x8e\x51\xd9\x36\x14\xf5\x1a\xda\x89\xdf\x9a\xbb\xff\xcf\xa8\xfc\x88\xb6\x14\x32\x46\x72\xf2\x3c\x4f\xdd\xb1\xd1\x0b\xcb\x40\xf4\x64\xb8\xf2\xd4\xc6\xeb\x36\x11\x3d\xfa\x05\x11\x14\xc6\x88\x68\xe3\x08\x0b\x74\x31\x7f\xad\x0a\xac\x45\x13\x66\xc4\xff\x1f\xcd\xce\x23\x8e\xff\xf1\xdd\xfc\x96\xfd\x10\xad\x53\x67\xb4\x55\x47\x27\x3c\xe2\xf5\xbf\xe0\x98\x9f\x63\x6a\x03\xfe\x7d\xc4\xdf\xff\xb0\x21\x8f\xf8\xf7\x3f\x0c\xc0\x6f\xad\xfd\xff\xf3\xf2\xff\x08\xa3\xc5\xab\xf5\x88\xed\x7f\xce\x85\xdf\x1b\xef\x6a\x1d\x90\xa0\xd5\xd6\xd9\xcb\xf7\xff\x3f\x43\xd3\x23\x7a\xd6\xd5\x86\xa8\x11\x4c\xc9\x9b\x7e\xae\x37\x62\xff\xbf\x37\xd9\xd3\x23\x7a\x4e\x32\x82\x8a\x53\x7d\x5e\xee\x88\x34\x70\x20\x4a\x5b\xab\xec\x6d\x26\x8e\x6f\x9d\x85\xb3\x39\x43\x1a\x75\x56\x6f\x8c\xca\x5a\xd8\xc1\x72\xd3\x84\xed\x1d\x88\x63\x61\xb3\xf6\x59\xbf\x8e\xf5\xec\x85\x05\xbb\xe9\x0d\x16\x2c\xda\x7d\xa5\xbd\x1f\x36\x51\x16\xec\x87\xf6\x36\x17\xf5\x61\x69\x30\x91\x1c\xe2\xd8\xb8\x45\x2e\x5b\x48\x1b\xd7\x46\x87\x2d\x3e\x62\x41\x54\x3f\x57\x56\xf7\x87\xd5\x7d\x47\x74\x3f\xb3\x06\x6d\x13\x85\x64\xf6\xe7\x40\xc6\xe7\x29\x75\xb6\xde\xe2\xc0\xd1\x1f\xe1\x7d\x17\x7a\xcb\x82\x9a\x9b\x2b\xdd\x82\x9a\x9b\x73\xdd\xb6\xbe\x72\x94\x7c\xea\xff\x50\x30\x17\x94\x3a\x23\xfa\x3f\x93\x97\xbd\xd6\x1b\x73\xe1\x4b\xeb\x59\xcd\x26\xd1\x26\x19\xdf\x8f\xa8\x38\x98\xc8\x7f\x44\xc5\x8d\xc6\x3e\xf1\x25\x6f\x12\x9b\xf7\xd7\x79\xfa\xc7\x51\xfe\xbd\xef\x3b\xfb\xf2\x68\x9c\xd4\x64\x5f\x1e\x1c\x46\x0e\x83\x1b\xed\x8c\xe8\xe5\xca\x08\x39\xfd\xf2\xb0\xb7\xe9\x47\x1c\xdc\xb0\x93\xe8\x47\x1c\x1c\xf1\x03\x3f\xe2\xe0\x46\x3b\x23\x7e\xfd\xd4\x53\xc1\xd1\x6a\x20\x78\x7e\x8e\x56\xeb\xe7\xc8\xc3\xee\x87\x05\x51\x7b\x57\xbb\xf2\xee\xf4\xd3\x8a\xe8\x5a\x5c\x79\xd9\xb5\xa0\x8e\x0e\x56\xc3\x06\xf9\x23\x58\x6d\x34\x76\x36\xdf\xe0\xee\xc1\x76\x64\xdb\xd6\x68\xcc\x7c\xb8\xa2\x47\x4a\x7e\xe6\x67\x1d\xec\x46\x3f\xd2\xb8\xb1\xcd\xdb\x3e\x35\x1a\x6b\xf7\x47\x16\x7a\x36\x54\x8c\x4a\xed\x15\x7f\x16\x27\xa2\xeb\x98\x6f\x6d\x5c\x69\x6c\x99\xb6\x22\xb5\xc1\x46\xfe\x73\x1a\xa0\x16\xe9\xff\x63\xec\x5d\x72\xad\xc9\x95\xeb\xe0\xbe\x46\x71\x66\xf0\x67\xf2\x19\x01\x5c\x9c\xce\xdf\xb6\xe7\x40\xee\xcd\x34\xd4\x90\x74\x71\x2d\xcd\xdf\x60\xac\xb5\x98\x25\xcb\x76\x15\x0a\x85\x8f\x5c\x27\x37\x93\xc9\x47\x30\x18\xcf\x89\x67\xd9\x45\x44\x38\x32\xd2\x26\xc6\x4b\xae\xac\xc2\x65\xcb\x2a\xf7\x2a\x5c\xb6\xaa\xf1\x34\x7d\x38\xe8\xf5\x66\x15\x83\x4e\x72\x03\x27\x2d\x71\xbb\x0f\xc7\x9c\xd4\x06\xb1\x8c\xad\x9e\x96\x9e\xdf\x1f\x73\xee\x02\x4a\xa3\xaa\xda\x75\x7c\x0e\x29\x04\x22\x1b\xd3\xbe\x65\xd1\xc1\xcb\xe0\x5a\xb9\xe8\xe0\xc5\xc8\x25\x8b\x0e\x5e\x56\x49\xd5\xc2\xf3\xca\x4c\x9d\xe0\x84\x70\x64\xe0\x87\x45\x37\xff\x45\x3f\x2c\xab\x7a\x2d\x84\x3a\x55\x0d\x83\x03\x37\xb2\x3b\xcf\x60\x8a\x3e\xbe\xe7\x8f\xc9\xfe\x97\xfc\xa5\x60\xfd\xb1\x26\xc2\x01\x1b\xf4\x52\xbb\x7a\xff\xfe\x30\x84\xfc\x82\x0b\x14\x15\x95\x6b\xf2\xd2\x0c\x59\xef\xa2\x3f\x11\x53\x2f\x2e\xf8\x13\x75\xcb\xac\xe1\x6e\x0b\x15\xd6\xa2\xe7\x8e\x41\x5d\xb1\xe8\x8d\x63\x15\xfc\x0a\xfd\x6f\xac\x76\xbe\x07\x0c\x19\x72\x22\xae\x89\x54\x98\x4c\x2f\xb0\xab\xe8\x05\x98\x0c\xfa\xaf\x74\x1e\x8d\xf4\x3a\x61\x0a\x81\x45\xbf\x12\x66\x1f\x58\x74\x15\x31\x68\xdd\x96\x5c\x45\xe0\x5b\xbe\x26\xd3\x5b\x42\x2a\xbb\xe8\x2b\x42\x8f\xe1\x45\x07\x10\x3a\x75\xec\x2a\xd6\x90\xb3\x57\xe1\x32\x8c\x78\x75\x0b\xee\x20\x39\xeb\xad\x83\x97\x1c\xbe\x15\xb4\x11\x8e\x64\x8b\x1e\x1e\x86\x0c\xc8\x8b\x1e\x1e\x15\x2e\x5c\x4b\xbe\x14\x30\xe3\xd8\x55\x7c\x0f\x96\xea\x4c\x1c\x1a\x2c\xce\x99\x70\xe7\x81\x7d\xf0\xae\x7e\xf0\xd7\xc6\xea\x17\x7f\x65\x15\xe7\x33\xcc\x31\x77\x15\x5f\xdb\xd8\x14\x38\x75\xd8\x8b\xec\x6a\xc7\x5f\x13\xab\x86\xbf\xaa\x8a\xa1\xc1\x82\x9b\x09\x73\x0f\x83\x85\x5d\x65\xcb\xc6\x6a\x7c\xfe\x9f\xdb\x54\xee\x47\xf1\x3d\x95\xaf\x19\xf8\x9e\xce\x2a\x3c\xfd\x1a\xce\xfd\x49\xb1\x6d\xe3\xf7\x64\x6c\x91\xc6\xef\x81\x3b\x86\x35\x7e\x00\x3c\x2e\xac\xb1\xc7\x05\x21\x14\x10\x23\x74\x57\x07\xfe\xda\x58\x85\xf1\x06\x5f\x54\x90\x5a\xe2\xe2\xb0\x16\xec\x0a\x44\x49\x5a\xf4\xa3\x68\x94\xcc\xcc\x82\x65\xd2\xba\xaa\x68\x8a\x9d\x44\xc0\x4a\x6b\xdc\x07\x45\x4e\x45\xec\x33\xbf\x88\xdb\x02\xfe\x0e\xd6\xb8\x2d\x28\x7d\xc9\xfc\xa0\x81\x2f\x68\x7a\x16\xaf\xe5\x26\x61\x6a\xcd\xc6\x4d\x02\xc7\x84\x46\x49\x24\x1d\x13\x0c\x31\x21\x16\x3d\x11\x0c\x91\x07\x16\x3d\x11\xda\xa5\x3e\x22\x73\x1b\x05\x8c\x74\x11\x30\x38\x63\x2e\x5a\xfd\x37\xca\xd5\x60\xc8\x7f\x1b\xdc\x54\x17\x2d\xf9\x1b\x65\x65\xb0\x49\xf7\xcc\x1d\x04\xa3\x73\xa3\xdc\x60\x56\x0a\xda\x71\x79\xa0\xe5\x78\x23\x05\x87\xe5\x78\xbb\xb9\x0d\x98\xb5\x13\x51\x01\x16\x6d\xc1\x0d\xe6\xeb\x8b\xf6\xdc\x06\x4b\xf1\x45\x03\x67\x86\x6f\x58\xb4\x4a\x2e\x5a\x27\x48\xe9\x68\xbc\x91\xd3\xc0\xd4\x78\x23\x87\x59\xe8\xae\x3a\xab\x10\x9f\xe3\xce\x4d\x53\xcf\x96\xf8\xa2\x4e\x19\x3e\xee\xdc\x33\xa2\xb5\x65\x18\x70\x2f\x5a\x60\x1a\xaf\xdc\xb4\x93\x34\xde\xa2\x69\x09\x29\x49\xed\x34\xca\xa0\xf9\xf1\x14\x6b\xc1\x8a\x7e\xc1\x90\x6e\x57\x31\x70\x08\xb5\x65\xbc\xdd\x4e\x53\xcb\xc6\x6a\x68\xd9\x44\x8b\x98\x5d\x0f\xa6\xb9\x6b\x3a\xd5\x19\x1c\x48\xdc\xf6\xc8\xb8\x4c\xdc\xdf\x8c\x57\xdf\xe9\x7c\x2d\xae\xaf\xd3\xa9\x1e\xe0\x7a\x74\x98\x60\xf0\xbe\x0a\x4b\xbb\xbb\xf1\x5a\x45\x33\x37\xe3\x25\x93\xb6\x6a\x15\xd9\x50\x16\xcc\xc6\x9c\x77\x3d\x1a\x82\x19\x2f\x86\x30\x04\xbb\xeb\x45\xfa\x08\x9b\xac\x9e\xf9\x5a\x5c\xa3\x3a\xc2\x44\x3f\xb6\x20\x9b\xc1\xf4\xed\x2a\x6c\x28\x63\x94\x77\x15\x37\xdf\xa0\x53\x8f\x81\x53\xe9\xb0\x2d\x7e\x90\x06\xfe\xee\xb0\x13\xda\x55\xdc\x23\xcc\x58\x85\xb1\x66\xef\xac\xe2\xbd\xa6\x2a\x5e\xd4\xf9\xf0\x64\x34\xa5\x78\x2f\x93\x90\x77\x1c\x0f\x0f\xb3\x7f\x77\x5c\xb1\x1f\x8a\x9b\x3b\x38\xc0\x87\xe9\xbf\x3b\x2e\xd1\xbb\x3a\xf0\xd7\xc6\x2a\xde\x1b\x4b\x7d\x57\x21\xaa\xb9\xf9\x22\x88\x14\x2c\xf1\xb7\x03\x1f\xa8\x96\x29\x43\x48\xfc\x6d\xcc\x58\x87\xd0\xeb\x81\xa8\xfa\xee\x56\xf0\x22\x04\x3e\xef\x48\x60\xf8\x30\x9b\x73\xb7\x82\x3e\xc3\xf1\xb0\x83\x97\x79\x98\xe3\xb8\x23\x7e\xc1\xc3\x1c\xc7\x7d\x73\x6a\x7f\x42\xf2\x1f\xa4\x38\xde\xcf\xb2\x17\xe8\x23\x74\x50\x0f\x85\xe2\x1d\x9a\xd1\x87\x42\xf1\x9e\x92\x1e\x46\xa7\x2a\xbe\x1e\x79\x8c\xbb\x55\xf4\x22\x21\x41\x10\x92\x66\xef\x2a\x22\x53\x15\x55\xf9\x70\x63\xb5\xe0\xaf\xf8\xdc\x34\xd8\x2b\x54\x11\xb0\xbb\xc3\x67\xf6\x61\xd2\xe3\x8e\xfc\x1b\xbb\x8a\x9b\x7d\xe7\x5f\x31\x27\xf0\xb7\x7d\x3c\x73\x4e\xac\xb1\x7a\xe3\xaf\x95\xd5\x84\xbf\xf2\x45\x58\xbf\xd0\xb3\xec\x2a\x06\x12\x6b\xd0\x33\xf8\x0a\x38\x26\xef\x2a\x9c\xa5\x0d\x63\x95\x11\x7a\x0b\xa6\xe5\xbb\x8a\x0f\x54\x53\xbc\x25\x5f\xec\x15\x65\x06\x9c\xcf\x4c\x79\x12\x87\xbd\xf0\x8b\x12\x1e\x86\x9f\x8e\x69\x24\x21\xc3\x35\xc4\xbe\x7d\x98\xe0\xd7\xd4\x0d\xca\x43\xa1\xae\x7e\x98\x23\xd7\x10\x39\x7e\x57\x0b\xaa\x7c\x18\xe2\x6e\xe7\x72\x46\x78\x54\x73\xae\x23\x7a\x42\xc0\xce\xf3\x61\x6a\x5b\x73\x76\x92\xf2\x50\xe7\x62\x87\x97\x01\xf5\xe2\xbb\xba\x7e\x8f\x5e\xfc\x41\x46\x5a\xe9\xc5\x1f\x57\xc4\x4e\xae\x5f\x08\x17\xcd\xb9\xcc\xfa\x1f\xd5\xe4\x8f\x1b\x6f\x95\xd9\x58\x05\x87\x96\x9d\x55\x6c\xee\x3b\xb1\x0a\x41\x4e\xb9\x59\x85\x95\x40\xc3\x6f\x9d\x03\x5b\x12\xab\xc8\x53\x5c\x32\xab\xfc\x6d\x61\x15\xbf\x35\x34\x05\x41\x5d\xcf\x5c\xc0\x4e\x2a\xc2\xfd\xea\xa0\x13\x88\x90\xff\x20\xc5\xe8\x9e\x41\x3e\x8c\x2c\xb6\x99\xbb\xcc\x39\xfb\xfc\x5e\x5a\xa7\x42\xae\xf3\x78\x98\x20\xe2\xaa\xb1\x2b\x11\x95\x22\xc6\x78\x5c\xe0\x32\x48\x23\x98\x88\xc2\x48\x23\x90\x40\x62\x57\x8d\xd5\x18\x45\xc3\x0c\x30\x5e\x79\x47\xac\xa9\x07\xb1\x32\x11\x0e\xe2\x41\xa4\x4c\x07\x13\xf1\x50\xa8\xda\x4c\x7f\x64\xaa\xe7\x60\xb5\x1f\xc6\x0d\x6c\xf0\x87\x7d\x06\x3e\xb4\x20\x78\xfe\x43\x63\xf6\x02\x15\xd5\x43\x63\xf6\x02\x7d\xd6\xc3\x83\xb4\x40\x09\xb5\xab\x0d\xd5\xca\x2a\x8d\x9b\xf8\x57\xc6\xe3\x61\x25\xec\x51\x12\x2b\x61\x5f\x05\x09\xdb\xae\x16\x54\xd9\x0c\xcc\x63\x63\xc4\x26\x24\xb3\x18\xf6\xc9\xc8\x84\x9d\x2f\x70\x04\xd9\x8b\xaf\xa4\xe1\xe1\xa5\x4a\x82\xb6\x2f\xb1\x1a\x5b\xb9\xb0\x12\x89\x5e\x9d\x95\xfa\xfb\x83\xc4\xff\x0f\xad\x13\x7b\x65\xa5\xa3\x89\x9b\xd5\x58\x1e\x8d\x15\xa4\xfd\x61\x25\x9c\x9c\x2f\x56\x22\xd1\x8d\x1a\x47\xca\x1f\x56\x9e\xfd\xda\x3f\xb5\xb8\x79\x68\x66\xc8\x21\x86\x91\x21\x07\x38\x4c\x0c\x79\x48\xcc\xc8\xd2\x97\x6e\x3d\xb6\x76\x45\x8f\x85\x63\x75\x47\x65\xef\x54\x64\xa5\x7b\x26\xc3\x5e\x75\x8d\x19\xc2\x5e\xa9\xf2\xc5\xdf\xd8\x79\x58\x22\x41\xfc\xb8\xab\xbb\x4d\xac\x19\x9a\x7d\x81\x50\xc0\xe8\x0b\xfa\xb6\x87\x36\x5f\x39\xb3\xb2\x3b\x85\x55\x48\x3b\x2d\x9c\xb3\x13\x61\x51\x0a\x78\x92\x5d\x0d\xd3\x98\xc6\x4a\xc1\xc0\x5f\xac\xc6\x0c\xa9\x12\x81\xc5\xc2\xdc\xe8\xb9\xc6\x65\x38\xa1\x91\xe6\x09\x00\xd8\xb5\x08\x2c\x1a\x00\x02\x32\x94\x08\x2d\x4a\x20\x78\xa7\xd0\x0a\x01\x88\xbd\x5d\xd2\xe6\x79\x02\x48\x58\x07\x71\xef\x23\xc0\xad\xf7\x3e\x31\x60\xe9\x93\x04\x50\x0a\x7e\x3a\x96\xb9\x5e\x52\x3e\xc0\x04\x70\x1d\xe0\x83\x36\x5e\x00\xd9\xaf\x37\xb5\x06\xc0\x0c\x7d\xf7\x69\x94\xbc\x76\xd1\xc7\xc1\x5f\xbd\x47\xaa\x43\x02\x48\x2c\x91\xd4\x53\xb8\x9a\xb7\x60\xbb\x02\x00\xfb\x8e\x34\x9e\x04\x82\x45\x48\x9b\x5d\x24\x10\x14\x21\x84\x9c\x01\x40\x53\xd6\xfa\x79\x0b\x74\x56\x35\xa2\xbf\x01\x40\xa4\x84\x74\x5e\x0b\x2f\x9f\x16\x76\xbf\x04\xe2\x6b\xbb\xe9\xb5\x46\x95\x61\xd6\xb7\x20\x74\x2b\xd2\xef\x05\x00\xca\x54\xef\x33\xb7\xce\x44\x3d\xe9\x05\x2a\x1a\x55\xd7\xe1\x30\x51\xc3\x6c\x8a\x40\x04\x35\xe9\xe7\xe3\xa0\x63\x68\xe1\x7d\x05\x80\x91\xff\xbd\x1f\x00\xb1\x33\xaa\xbe\x05\xf6\xf9\x25\xec\x5b\x00\xc0\x38\xaa\x9c\x21\x04\x71\x28\x61\x57\x03\x80\xb6\x20\x4d\x6d\x40\xc8\xdc\xc3\x74\x98\x40\x74\xdd\x4e\x1b\x7f\x14\x2d\x13\xe8\xb0\x44\xd1\xfa\x80\x6d\x60\x2b\xe9\xfc\x84\xfa\xcd\x4b\x00\xc2\x89\xb5\x72\x16\xff\x62\x60\x19\xb7\x03\x84\x58\x22\x04\x93\x00\x20\x00\x7e\x5f\x0b\xcb\xb3\x16\xf6\xb8\x04\xb8\x1c\xf4\x16\x24\xdd\x42\xae\x59\x02\x9f\x73\xc9\xdb\x00\x8d\x45\x8a\xf5\x17\x28\x18\xc2\xeb\x00\x0f\x3e\x8e\x1b\xc8\x21\xf2\x29\x91\xd7\x2a\x80\xc4\xcf\x2f\xf7\x01\x10\x9f\xe6\x3a\x40\x6c\x8f\x62\xda\x1e\xe4\x50\x8b\x69\x6e\x3d\x21\x35\xb3\x69\xe1\x7a\x76\x2a\x60\xf4\x16\x44\xa8\xe8\xe9\xbc\x25\x43\xd5\x19\x62\xd0\x00\x90\x67\xa1\x85\x62\x29\x80\x86\x7e\x14\x6d\x42\x87\x5f\x6e\x0b\x39\x0a\x00\x48\x0b\x22\x35\x6f\x00\x50\x26\xdb\x59\x1f\xde\xa9\x7a\x17\x41\x21\x7b\xd5\x23\xa0\x30\x01\x2a\x92\xd2\x01\x70\x21\xd4\x3a\x25\x0b\x56\x42\xa2\x4e\x20\xf6\xcb\xa5\x3d\xe7\xd0\xb5\xd6\xee\x7f\x76\x8d\xe0\xd3\x7c\x63\x3e\x00\x2c\x2b\x4a\x3a\x40\xf4\xba\x6a\x43\x22\xf1\xfd\x5d\x42\xbe\x19\x00\x6e\xbc\xad\x9f\x27\x1c\xfc\x69\xe8\xbe\x03\xc0\x99\x58\xec\xac\x15\xd8\x8a\xf7\x74\x56\x02\xec\x65\x11\xa3\x70\x03\x03\x51\x8b\x6a\xd2\xa4\x0d\xdc\x96\x8a\x25\xfe\x64\x64\x9a\xad\x68\x16\x07\xc3\x6f\x44\x12\x7a\x00\xb1\x12\x5a\xf0\xd8\x01\x20\x0a\x42\x2b\xe7\x09\x38\xde\x5b\xd3\x3c\x33\x58\x7c\x0f\x63\xc9\x00\x4c\x92\x6c\x3d\x01\x86\xb2\x9c\x25\x3a\x22\xdd\xfb\xed\xd7\xe9\xd8\x50\x06\x56\x75\x1d\x9a\xc7\x1a\xce\x81\x01\x40\xbb\x68\x61\xe5\x4d\xe0\x0b\x40\x3d\xfd\xc8\x38\x4c\x6f\x61\x3c\xbe\x2a\xc2\x40\xd5\x84\x87\x04\x0d\x00\x4e\xb4\xde\xce\x13\xa0\xf1\x21\xd1\x06\x00\xd2\x11\x1e\xab\x01\xd0\x40\xcd\xb4\xaa\x07\xb6\xbd\x15\x2d\x2f\x86\x32\x6b\xe5\x0c\x10\xae\xf0\x35\x7c\x26\x01\x4c\xfe\xa4\x1c\x00\xbb\xbc\xf0\x27\x0c\xdc\x85\x5b\x30\x81\x2f\x4e\x92\x22\x80\xab\x3a\x9d\x27\x70\xef\x4a\x9a\x28\x46\x7d\xea\x57\x7e\x9f\xe0\x6b\xf5\x16\x04\x6c\x6a\x97\xba\x4e\x81\x78\x0f\xab\x75\x02\xb8\x26\x9e\xb7\x40\xb0\x6d\x45\xb4\x84\x22\x68\x2b\x3a\x8c\x27\xee\xd9\xad\xe6\xf3\x16\xd8\x9e\x98\x96\x36\x25\xcf\x56\xc4\x47\x48\x7e\x5c\xb4\xd6\x29\x23\x6e\x97\x28\xe7\x4c\x14\x67\xa6\xf3\x04\xc8\x71\x11\x97\x30\x91\x60\xab\xd6\xd3\xf5\x0c\xcb\xb5\xb7\xeb\x19\xe6\xfc\xcd\x5f\x00\xfe\x93\xe7\x5b\xb0\x3d\xfa\xad\x63\x72\x66\x68\xe5\x5d\xb3\x3f\x33\x24\x6f\x45\x27\x2b\x82\x07\x6d\x40\x43\x88\x60\x3d\x35\x9c\x6b\x03\x28\x6c\xb4\xe9\xf3\x21\x5e\x6d\xf7\x19\x20\x44\x7e\x29\x45\x0b\x77\x22\x21\x4f\xf3\xf3\x71\x15\x8c\xd6\x2d\xae\x69\x82\xd8\x76\x13\x41\x99\x48\x6b\xd3\xad\xbf\x4f\x60\x9b\xea\x74\xa6\x00\xb5\x86\xe1\x32\x81\x90\x09\xd7\xfa\xb6\x11\x04\xbb\x9d\x8f\xa3\xf9\x6f\x11\x6f\x46\x49\x6a\xbb\xf3\x79\x0b\x0c\x91\x43\xcd\x46\xe0\x83\x21\x14\x00\x9b\xa6\x7e\x88\x01\x83\x44\xf4\x74\x56\x72\x0b\xfa\xd1\x42\x75\x0c\x00\x4a\x9b\xf0\x03\x0f\x00\x31\x01\x2c\x5c\xfb\x02\x00\xd7\x64\xe1\x5a\x47\x00\xbc\xd9\x19\x64\xa3\xa0\xdd\xd2\x01\xbe\xd8\xea\xf7\x01\xa0\xfa\x17\x97\x40\xd7\xe6\xee\xd7\x79\x0b\xce\x1a\xbf\x4f\xa3\xe0\x33\x0f\xcf\xac\x7b\x5d\xea\xef\x4f\xe2\x2d\x26\x22\x3d\x11\x4f\xbe\x87\xbf\x3f\x00\x0a\xcc\xc5\xcf\x4c\xc7\xdd\x36\x7c\x73\x08\x54\xdc\x4a\xcb\x01\xb8\x1b\xea\x01\xe0\xca\x74\xb5\x03\x18\x7a\xfa\x67\xf6\x4d\x7c\xda\xf1\x19\xd7\x01\x20\xed\xf2\x17\x08\xf2\x13\xb9\x0e\x02\xa0\xe1\x4b\x28\x0d\x01\x60\x5a\x6f\x9d\x13\xf4\xc8\x85\x7c\x89\x00\x54\x0e\x22\xe9\xf4\x8f\x6d\xd7\xa1\x14\xf0\x64\xed\x26\xe6\x4f\x32\xd6\xc3\x52\xd1\x9b\xd5\xda\x59\xd5\x70\x34\x6d\xf7\xa1\x25\x93\x8c\xca\xd9\xe5\xd3\x69\xa6\x7c\x1f\x00\xcb\x5c\x04\x9b\xbe\x81\xd5\xfa\xf9\xc9\xa4\x8e\xe6\x05\x06\xc6\xf7\xbc\x85\xe3\x21\x06\x12\x77\xca\xbb\xd6\x33\x03\x34\xac\xc8\xa7\x8d\x0f\x09\x83\x0e\x1f\xfa\x85\x41\xc4\x06\x00\xb6\x36\xd6\xcf\x13\x93\x72\x44\x3f\x00\x4c\x52\x0f\x05\x87\x65\x77\x4f\x67\xbb\xe1\xb2\xd8\xcf\xf9\x3d\x19\xa1\x36\x42\x5c\x03\x80\x3c\xea\xb0\xba\x93\xb2\x69\x3b\x3b\x03\x59\x8a\xfb\x6d\xe5\x00\x15\xb3\xff\x3e\x01\x32\x78\xb6\xfd\x22\x05\x3f\x4f\x40\xc7\x5c\xfa\xe9\xfa\x43\x35\x91\x8e\xda\xf9\x50\xe3\xd6\xdf\x27\x30\xb7\x87\xea\x3d\x52\x25\xe1\xe3\xc2\x7c\x19\x26\xce\x85\x00\xa2\xf5\x59\xb8\x9b\x01\xa0\xad\x4f\xd6\x4f\x22\x7b\x24\x05\xb5\x00\xb0\x99\x2e\xd2\xb4\x0d\x80\xd1\x22\xf5\xdd\x40\x3f\x92\x5f\x02\xdc\x4c\xed\x00\x14\x71\x19\x81\x44\x7a\x94\xf5\x04\x75\x9a\x85\x24\x6c\x03\x5f\x10\x39\xbd\x96\xb9\x22\x6b\x3b\x3f\x21\x63\xc1\x6b\xdd\x6d\x14\xfd\x5a\xef\x07\xb8\x8f\x26\x91\x40\x3f\x32\x5b\x02\x90\x61\x37\x3b\x00\x76\xf6\xfd\xfe\x04\xe3\xd1\xd4\x8f\x4c\xa3\x34\x2e\xcb\xdb\x20\xf9\x2d\xf6\x02\x94\xa9\x17\xf5\xa3\xf0\x14\x28\x7a\xa2\x90\x8f\x28\xf7\x01\xb0\xa4\xba\xfa\x01\xdd\x5d\xef\x77\x3f\x00\xc7\xf4\x05\xd0\xb1\xae\x51\x87\xa6\xad\xfb\x19\x42\x98\xe8\x42\xb3\x18\x00\x82\xa3\x40\x1d\x1a\x00\xe4\xa3\xad\x5d\x02\x9c\x0c\xdf\x59\x41\x3e\x91\x27\xe7\x52\x1b\x83\x0c\x5f\xaa\x07\x80\xbe\xe8\xd2\x6b\x61\x01\x87\x98\x54\x01\x4c\xda\x57\x15\x35\x3a\x29\x78\xcd\xea\x3a\x84\x68\x35\x8c\x19\x08\x80\xef\xb6\xf7\x89\xe0\x66\xc5\x7a\x6c\x00\x37\xe3\x33\x1e\x1f\x2e\xcb\x52\x0f\x30\x20\x4b\xd0\x13\xb4\x40\x2a\xa5\x1c\x00\x5a\x33\xd3\x34\xc0\xcf\xad\x49\x74\x70\x1b\xbc\xcc\x10\x34\x81\xc0\x07\x5c\xb5\x56\xd0\xc3\xa0\x9c\xd7\x75\x80\x86\x01\x3a\x4f\xc0\x60\xce\x93\xbe\xe5\x81\xe0\xa8\x6b\x57\xf2\x12\x5b\x2b\x19\xf1\x9b\x3e\x0f\x2d\x3c\xb3\x01\xc0\x26\xad\xe6\xf3\x04\x05\xec\x1a\x53\x87\xf9\x44\xc4\xf0\xfd\xd3\x03\x6c\x3f\x8d\xcd\xe4\xe5\x00\xa0\x58\xb7\x5e\x40\xb9\x53\x2a\x07\x40\x08\x6d\xe7\x9d\xef\xf6\xc8\xd6\x7a\x23\xb9\x57\x00\x19\xe6\x11\xba\x48\xde\x8e\x28\x8c\x25\xf1\x72\x70\x3b\x02\x92\x59\x29\x6a\x03\xb1\xc0\x90\x2c\x16\x00\xbf\xfc\xe6\x94\x38\xd8\x90\x6a\x1a\x70\x87\xd8\xb8\xd5\x3b\x1d\xc0\xd1\xa8\xda\x80\x5c\xbf\x35\x9e\xf6\xb7\xbb\xb2\x7c\xe9\x89\x01\xb1\x75\x23\xff\x7c\xfb\x80\x22\xbd\x9d\x36\x90\xb5\xc4\xca\xa5\x36\x24\x9a\x11\x19\xf4\x49\x39\x8b\x68\x9a\xd3\x7a\xb3\xb6\x03\x40\x36\x51\xed\x3a\x00\xae\xef\xf9\xb4\x01\xa2\xff\x8e\xd8\xa4\x01\x46\x39\x3f\xc1\xd5\xf0\x3a\xf3\x3c\xc1\xfb\xd6\xeb\x00\xd1\xd3\x62\x67\x90\x71\xd4\x16\xc9\xd0\x36\x10\x7b\xd8\xfb\x0b\x40\x72\x79\xda\xf8\x90\x91\x2d\xea\x3a\xcc\x29\x8b\x35\x75\x8c\xae\xe0\xc5\x35\x40\xd8\x5d\xb5\x55\x3f\xc0\x84\x5e\xbc\x1e\x20\xb6\xca\xa1\x36\x4e\x3b\xc4\xd2\xd5\xd3\x2f\x1d\xbf\xce\x64\x7f\x11\x4d\x5a\x02\xd3\x0d\x40\x82\x7a\x3a\xf6\x45\xc0\x8d\x43\x8e\x1d\xce\xb3\x4d\x02\x8f\x0d\x40\x84\x78\x3e\x0e\x66\x89\x25\xe9\xe0\x70\x18\x26\x96\x43\x18\x1c\x9e\x98\xe5\x10\x7d\x87\x9d\x5c\xbd\x7b\x3d\x00\x2e\xe4\xf6\x3e\x81\x15\x74\x16\x3f\x7c\x2e\x6b\x3b\x6f\x01\x53\x50\x52\x7f\x01\x04\x55\x3b\x1f\x47\xa3\xb9\x72\x3e\x8e\xbe\x5a\xe5\xec\x39\x84\x12\xaf\x55\xc7\xa4\x23\x98\x78\x3d\x07\x98\x3f\x90\x5c\x9e\x23\x0e\x89\xf5\x77\xc7\xca\x01\x20\xba\xcb\x07\xc0\x10\xf6\xb3\xb4\x21\x65\xb3\x43\xe4\x90\xdc\x7e\xb3\x1e\xd7\x01\x40\xf4\xcf\x9e\x7b\xe0\x01\x75\x9f\xe5\x80\x24\xf7\xf5\x9c\xce\x48\x73\xbf\xfb\xf1\x02\x1f\xd0\x56\xbe\x85\x89\xde\x6b\x68\x5b\x09\x60\x13\xea\x20\x65\x8e\xf6\x26\xb9\xd3\x4d\xa5\x56\x71\x4d\x36\x12\xb5\xdf\x56\xc4\x25\x20\x4f\xfa\x8d\x44\xee\x04\xc0\x89\x96\xf7\x89\x79\x8c\x2e\x02\x40\x0c\xe6\x2a\xa9\xf4\xcd\x2c\xe8\x55\x77\x92\x7b\x90\xb6\x56\x2d\x5c\xa4\x04\xbf\xcb\x61\x4e\xf6\x7f\x10\x43\x9e\x27\x60\x62\x5c\x75\x92\x0c\x84\x12\x2e\x92\xb0\xdf\x4c\x15\x5e\x25\xb0\xb9\x07\xd8\x28\xf8\x95\x12\xa0\x89\x95\xde\x02\xad\x79\xad\xe2\x12\xe8\x0b\x54\xec\x7a\x01\xc8\x36\x6f\x35\x9a\x90\xfe\xf9\xd2\x2a\x1c\x09\x8e\x1c\x55\x0b\x77\xc0\x22\xac\xf8\x75\xde\x02\x45\x47\xca\xef\x13\x20\xd2\xa2\x41\x4c\x99\x5d\xce\x91\xcf\xa4\xd9\xb5\x8a\xf3\x1a\xd0\x27\x44\x1a\x63\x01\x0d\x47\x5c\x3d\x00\x84\x1c\xda\xc8\x23\xe3\xa8\x4d\xf9\xaf\x1c\x60\x23\xc7\xce\x28\x11\xe5\x02\x00\xc8\x60\x33\x01\x88\xd4\x5b\x5b\xd3\x5a\x29\x94\xa1\x9d\x19\x40\x52\xe4\xd6\xca\xf9\x09\xe6\xf9\xfa\xc3\x13\x48\xa0\x98\x5e\x00\x56\xb0\xe2\x5c\x06\x0c\xbf\x4a\xd7\xc1\xc1\x7c\xc4\xc5\xcf\x9a\x05\xaf\x57\xa4\xe2\xb9\x87\x7c\x8d\x8b\x9e\x40\xe4\xd3\x66\xda\x4c\xf4\xda\xb2\x52\xcf\x13\xa0\xe0\xa6\xe3\x9a\xae\x5a\x76\x98\xbf\x81\x28\x9a\xed\xdd\x08\x70\xc8\xea\xd7\x59\x2b\x38\x59\x8b\x89\xfc\x20\x87\xe6\xdd\xca\x99\xc5\x4e\x61\xe7\x19\x31\xd3\xee\xd2\x4f\xa0\x3e\x6d\x12\x89\xdc\x48\x1b\xb7\x9f\x28\x07\x08\x4e\xff\x12\xe3\xc6\x1c\x69\xe6\x62\xdc\x90\xd4\xe6\x6e\xed\xcc\x1c\xb2\x3f\xf4\xa6\x2b\xc8\x78\x20\xa8\xcc\x3a\x37\xe7\xa5\xf1\xe0\x4f\xe6\x0d\x4b\x85\x22\x5e\x64\x26\xda\xdf\x69\x01\xd2\xb0\xb1\x9d\xd9\xa7\x81\xa2\x95\xaa\x27\x2a\x4d\xcf\x34\x95\x0c\x5e\x0b\xd5\x36\x81\x15\x80\x36\x13\x63\x86\xc2\x6a\x1b\x00\x6d\x22\xb4\xaa\x27\xb2\xc4\x16\x5d\x73\x6f\x86\x5b\xec\xa6\x13\x9e\x56\x6b\x4d\xa2\xee\x9b\x11\xfd\x8a\xf3\x02\x7a\x4f\x64\xde\x6c\xef\xb7\xc0\x19\xa9\xdf\xf7\x01\xa0\xc4\x3c\x4c\xc1\x34\x48\x0c\x9b\x26\x7b\xc2\xd2\x01\xce\xe3\x01\x0c\x3a\xbb\x76\xbd\x05\xc1\xb5\x9a\xc4\x3b\x37\x43\x66\xd5\x2e\x9e\x93\x41\x9c\x4c\xda\xa9\x7b\x4e\x8a\xed\x75\xe4\x43\xd1\x7c\x37\x29\xd6\x6e\xc4\xbf\xb9\xad\x88\x17\x41\x14\x8c\xbb\x75\x71\x3c\x93\x9e\xcc\x92\xa1\xdd\x13\x39\x51\x60\x41\x1c\xc0\x03\xfb\x07\xc9\xd0\x92\xdd\x5c\x63\xe4\x45\x36\x80\x01\xe2\x49\x92\xec\x86\x41\x9b\x44\xee\xc9\x92\x53\xe9\xa1\x9f\xe8\xe2\x47\x92\x9e\x2c\xd3\xf9\x9a\x9c\x68\x32\x58\x65\x36\x29\x92\x92\x55\x66\x4f\xe6\xcd\x27\x19\x82\xeb\xb6\x76\xde\x02\x33\xc8\x2a\x61\x4b\x32\x84\x5c\x85\x55\x53\x00\x50\x67\xba\xe4\x22\x1b\x80\x3f\x8c\xab\x0d\xe3\x05\x94\xe7\x44\xe2\x85\xcb\x4a\x53\x4f\x3f\x24\xc7\x9e\x0e\x10\x44\x49\x5b\x3d\x19\x6c\xf1\x11\x7a\x38\x00\xd8\xc5\xb7\x4e\xf1\x54\xa2\x23\xb7\x95\xa6\xaf\x7d\xc8\xde\xf2\xac\x49\x54\x8a\xc1\x56\x14\x00\xd9\x28\x4d\x83\xc3\x80\xb9\x69\xad\x27\x2a\xc5\x9a\x73\x37\x24\x67\xe8\x86\xc6\x1d\xb5\x81\x0f\x42\x4b\xa8\x0d\x5c\xc8\xfd\x2e\xf9\x00\x0c\x3e\x51\x0e\xc0\x9f\xe8\x2d\x10\x0f\x37\x49\xb6\x93\xc3\xa6\xb7\x49\x94\xb9\x81\xe8\x58\x72\xb5\x81\xb0\xe0\x4d\x7c\x55\x72\x6a\x60\xda\x79\x0b\x5c\x4c\xab\x84\xbf\xc9\x1b\x78\x22\x4f\xe7\x09\x29\xf7\xf5\x16\x58\x72\x16\xcf\xf7\x01\xb0\x2b\x4f\xa3\xc6\x8d\xfc\xa7\xe1\xc7\xe3\x69\x98\xf9\xb4\x9e\x35\x14\x10\x21\x9a\xf8\x81\xe4\x14\x10\x9a\xbd\x00\x58\xff\xaa\x9f\x4c\x1a\x07\x9f\x59\x44\x80\xaf\x7a\xd7\x17\x80\x78\xf5\x0c\x27\xc2\x57\xc1\xa8\x8b\x00\xd8\xd4\x5c\x0e\x00\xd7\x94\xdc\x0f\x00\x2d\xf5\x75\x9e\x20\x39\x6e\x1a\x5f\x5c\xac\x7b\x3a\xaf\x45\x76\xa9\x5a\x6e\x0d\x16\x63\xb9\x5c\x49\xaf\x05\x77\xdc\xfa\x59\x09\x12\x99\xdd\x5a\x3c\x88\x54\xd0\x74\x5e\xa5\x71\xd1\x66\x50\x74\x60\xdc\xd0\x53\x76\x6d\x95\x71\x93\x95\xd1\xba\x1f\x58\xc4\x56\x78\x0a\xa4\x91\x20\xba\x93\xfe\x2a\x8d\x4c\x83\x83\xae\x46\x91\x84\xa0\x99\xc6\x63\x14\xa6\xb8\xa5\x90\x20\x31\x45\x7f\xb7\xa6\x8e\x55\x0a\xd5\xba\x5e\x5b\xe5\x14\x76\x1f\x80\x49\x18\xf4\x16\x5a\x45\xf7\xf3\x44\xa3\x56\xe8\xf4\xc3\x61\x31\x98\xaa\x1a\x9d\x90\xf7\xa4\xf3\xb5\x22\xc7\x5d\xfd\x98\x34\x32\xd4\x44\x0d\xdc\x15\xe1\xd8\x16\xc0\x87\x12\x7b\x91\x41\x7a\xc2\x15\x89\x11\xd2\xf8\x50\xa8\x46\x7e\x31\x31\x25\x5d\xbb\xb4\xa9\xc7\x97\x3c\xb8\x36\x35\x3d\x76\x60\x07\x4a\x00\xf1\xcc\x35\x73\x4c\x15\x53\x75\xa9\xdf\x40\x87\xa5\xf3\x25\x00\x12\xc3\x5b\xaf\x65\x0e\x12\x38\xd2\x01\x70\x1a\x63\x96\x03\xd4\x5f\x19\x6b\x02\x90\x74\x5c\x80\x84\x8c\x3c\x15\xd3\x4c\xda\xc3\x55\x00\xd8\x76\x17\xc1\x9e\x09\xda\xcb\x5b\xc4\x76\x26\x26\x49\x7d\xdb\xa0\x08\x43\xe7\xc4\xa4\x49\x69\xba\xee\x03\x40\xb0\xaf\x5d\x39\x29\x53\x34\x2d\x3a\xe6\x89\x28\x92\x06\x27\x66\x8a\x30\xe9\xaf\x12\xfd\x18\xac\xe8\x00\x63\xf4\xff\x9e\xee\xeb\x00\xd0\x27\xe8\x14\x60\xb0\xfa\xe2\x55\x3f\x01\x91\xeb\x29\xab\xeb\x8d\x0b\xc6\xf4\xb5\x34\x07\x6d\xa2\x30\x8c\x0a\xde\xaa\x88\x12\x2d\xf0\xbb\x64\x57\x89\xc1\xb2\xad\x98\x9e\xe8\x14\xca\xeb\xe0\xa0\x9a\xa8\xf5\xf3\x2d\xb0\xc9\x6c\xdd\xf5\x16\xa7\x22\xda\x34\x0d\x50\xbe\x14\xd7\x61\x8c\x60\xaa\xfb\x54\x3c\x00\xbd\x22\xb4\x2b\x11\x04\x91\x71\x4c\x02\xc0\xa5\xde\xca\xf9\xc9\xc3\x15\xa4\x93\x95\xa6\x5f\x55\x7c\x66\x36\xda\x44\x16\xf2\x11\xd9\xe8\xaf\x74\xf1\x14\xd8\x00\xce\x3c\xae\xd3\x6c\xf0\x0f\xb2\x42\x1e\x20\x1b\x9c\x7e\x4a\xe3\xd2\xce\xe2\x45\x44\x50\xb2\xc1\x98\xa4\x78\xd5\x4f\xb0\x82\x4a\xe5\xd7\x6e\x00\x32\x56\xde\x21\xb2\x65\x38\xa6\xf4\x4b\x4f\x14\x88\x43\xbd\xab\xa7\x94\x17\x7b\xd5\x4f\x2a\x45\x6d\xe7\x09\x4a\xd6\xdc\xf4\xb5\x30\x15\x29\xde\xd4\x0f\xe8\x04\x9b\xe5\xfb\x00\x0e\xf9\xcc\x5f\x38\xc0\xb2\x21\x87\xbd\x5f\x7e\xda\x03\xdf\xaa\xb5\x92\x0d\xea\xc0\xe2\x76\x00\x78\x1b\x65\x1e\xaa\x1b\x78\x20\x1a\x55\x27\x61\xbb\xd9\x2c\xf9\x01\x12\x6e\xc9\xe7\x27\xb2\x78\xb9\x0e\x00\x7f\x0c\x13\xe0\x3a\x6b\xec\x00\x0b\xa6\x11\xfa\x50\xf8\xb3\x17\x31\x08\xd9\x10\x33\xd8\xec\x8c\x0d\xd9\x65\x6f\xef\x13\x03\xd7\xd5\xf3\x04\x4f\xfb\x96\x0e\x00\x7e\xe0\x2c\x1e\x44\x8e\x2d\xde\xd4\x31\x78\x5d\x17\x77\x7d\x2d\x33\xf9\x7a\x2b\x07\x00\x3d\x72\x01\x1f\x85\xe4\xe8\x07\x18\xb8\x91\x1e\x00\xe2\x9d\xe2\x7a\x0b\x4f\x56\x49\xdb\xb3\x61\x23\x54\xd9\xc1\x64\x43\x5a\x39\x93\x41\x4a\x36\x64\x83\x6b\x52\xe0\x64\x7b\xa8\xc1\x38\x8b\x87\x22\xa2\x9e\xaf\x03\xd0\xfc\xfb\xb4\x41\x79\x60\x29\x07\x80\xe3\x08\x6f\x3e\xd9\x2f\x46\xa5\x22\x7d\xce\x94\x61\xd7\x44\x5e\x24\x3b\x92\x47\x15\x57\x1b\x0e\x65\x54\x93\xea\x3b\x3b\xf2\x24\x15\xa7\xc0\x23\xd3\xce\x1e\x01\x91\x03\x40\x86\x1b\xa4\x09\x07\x00\xcb\x21\x9d\x9b\xd9\xe1\xf8\xe4\xd2\x96\x6f\x00\xa2\xee\xae\x36\x74\x7e\xbb\xba\x0e\xca\x59\x74\xb2\x6e\x00\x62\xa6\xd3\x0f\xe8\xe4\xab\x98\xf2\xec\x08\xdf\xe5\x92\x5c\x66\xef\xe4\x67\xda\x7d\x00\x08\x91\xac\x1f\xe0\x81\x29\x91\xde\xd2\x49\xa0\xb4\x60\xdc\x64\x75\x77\x00\x30\xf6\x67\x8b\xd1\x70\xca\xca\x69\x83\x2a\x1e\x3b\x9f\x4f\x33\x67\x09\x17\xb2\x23\x3b\x7a\x93\xee\x69\x03\xb0\x8a\x16\xc5\x72\xa7\x64\xea\x7c\x0b\x9c\x82\xfc\x16\xe9\xf0\xc1\xab\xb2\x56\xa1\x23\x3c\x73\xe9\xda\xc8\x8e\xdd\x50\x25\x61\xcf\x92\xb0\xb7\xf3\x16\x08\xc3\x6b\x2b\x6a\x14\xa1\x05\x90\x31\x29\x00\x68\x85\x9a\x58\xb1\xec\x8c\xf8\x25\x43\xa1\xec\x1f\x7a\x3a\x5d\xf9\x00\xb8\x3e\xf4\xf3\x13\x7a\x44\xbb\xbe\x05\x1c\x4f\xe9\x22\x28\x0e\xff\xf8\x92\x92\x00\x72\xb3\xf7\x7d\x00\x08\xf7\x2e\x11\x14\x5f\x94\xb0\x8b\x16\x3a\x44\x18\xcd\x8a\x7e\x02\xff\xe2\x7a\xdd\x2f\xd0\xf0\xb5\xf9\x00\x90\x8e\x6b\x90\x29\xb9\x2c\x92\x9c\x64\xc6\x8d\xe9\x49\x34\x68\x0c\xad\x53\x8e\x29\x03\x39\x20\xf0\x1b\x00\x0c\xe1\x1f\x00\xde\x32\xb2\x1a\x85\x09\xb8\x5f\x3a\x15\x07\xe3\x6e\x4a\xa1\x95\x99\x04\xcd\x64\xc4\x91\xe9\x52\xda\x24\x8e\xd9\x40\xec\xfd\x73\x6e\x8a\xd1\x12\xe7\x95\x65\x6c\x74\xd9\xf9\xc9\xec\xc7\x2d\x35\x00\xdc\xd0\xad\xab\x63\x13\xaa\xd9\x26\xeb\xb4\x4c\x36\xaa\x49\x03\x9a\x99\xf3\xcb\x5a\x2f\x07\xa0\x57\xdf\x5f\xb0\x42\xdc\x4f\xc3\x85\xd3\xdf\xf6\x10\xbb\x42\x7b\x87\x09\x99\xaa\xc4\xcd\x99\x69\x87\x6a\xd5\x76\x53\x1e\x9c\x54\xd5\xeb\x86\x3d\x9c\x8a\x9e\xa0\x88\xa8\x6b\xad\x90\x83\xaa\xf5\x0c\x27\x23\x0b\x49\xd5\xb4\x81\x20\x2e\xb9\xbd\x3f\x19\xd0\x82\xf4\x03\x60\x7c\xc5\x42\x30\x2f\x49\x3b\xe4\x98\x99\x49\x9a\x54\x1a\x99\x19\x29\x8a\xa4\xba\x99\x59\x19\x4a\x6a\x02\x90\x10\xc1\xce\x22\xa6\xb1\x8e\x15\x2d\xc0\x69\xd4\xd7\x9c\x9e\x1a\x37\xf5\x99\x23\xc3\x7a\xab\x7f\x78\x22\x28\xf8\x21\xe9\x74\xd5\x68\x62\xb9\x33\xdd\x35\x90\xd7\x9a\x80\x83\xd8\xaa\x0d\xc4\xe1\xb7\xa6\x9d\x21\x61\x96\x9d\xd7\x0e\x5a\x45\x9f\x99\x03\x03\x59\x92\x0e\xb0\x39\x70\x5e\x95\xf3\x71\xb0\xbd\x2e\x26\x1e\x8b\x76\x30\xe5\x16\x6d\x45\x3c\xec\xfd\xb5\xe5\x00\x06\xba\x68\x07\x88\xb3\xa6\xd9\xfb\x13\x4c\x54\x3e\x8d\x52\x17\xf7\x07\x00\x13\xa5\x53\x91\x51\x88\xeb\x75\xa6\x01\xf6\xdb\x76\x9d\x01\xfa\x52\x03\x7a\xbe\x36\x42\xd6\xde\x7e\x9d\x1d\xca\x54\xcf\xd7\x79\x8b\xac\xb3\x45\x8e\x27\x49\x98\x6e\x3e\x1b\x80\x81\x5c\x79\x7f\xc2\x30\x75\x5a\x41\xe4\x23\xbc\xe7\x03\x74\x5c\xb7\xd5\x31\x84\x38\xab\xd7\x19\x31\xe8\xc2\x5b\x3e\x0b\x06\x26\x2b\xad\xe6\x74\x00\x88\xdd\xfc\x05\xb8\x82\xde\x9f\x04\xdb\x90\xf3\x69\xf4\x0f\x21\x2c\x00\x70\x05\x91\xc3\xde\xcb\x20\x98\xc6\xcc\x63\xa1\xd8\x45\x4e\xb4\xbf\x00\xb9\xb7\xf3\x13\x04\x14\xe9\xbc\x2d\x6c\xe0\x83\x21\xf4\x03\x60\x03\x91\xc3\x2e\x76\x73\x7d\xb8\xda\x80\xae\xa5\x39\x17\xee\x06\x30\xd9\xf5\x7d\x02\xfb\xe5\xf4\x03\x66\x9a\x08\xf4\x01\x80\x32\xb4\xa6\xd7\x66\x2e\x6d\x0a\x6c\x8a\xc1\x09\xb1\xf4\x7a\x1f\xe0\x03\xe1\xaf\xde\x52\x18\x10\x2e\xf5\x03\xf0\x44\xcb\x02\xa0\x21\xaf\x5c\x30\xc5\x0a\xac\x65\xa5\x11\x2e\x06\x4a\xd7\x74\xc1\x28\x0c\x88\xda\xbc\xf5\x03\x40\xc6\x5a\xd5\xb1\x0a\x65\xb6\xf7\xeb\x00\xb8\xc6\x9c\x79\x41\xa6\xb5\x7e\x9d\xcf\xaf\x5c\xb8\x7e\x1a\xa5\x19\xde\xf9\x16\x8a\x54\xc5\xdf\x15\xc3\x8d\xd4\xda\x19\x20\xdc\x48\x9b\x4e\xa3\x0d\x54\x98\xac\xd4\x03\x80\x15\xb3\xd3\x06\x15\xaf\xa6\x9e\x8a\x15\x2b\x6a\xa3\x33\x3c\xe9\xe9\x47\x97\xee\x5a\x3f\x81\xf8\xaf\xe6\xaa\x9f\x38\x63\xd8\x5d\xfa\x89\xf3\x40\x3f\x1f\x07\xbe\xaa\xb6\xd3\x0f\x58\x21\x56\xf9\xc3\x6c\x00\x26\x15\x67\x49\x39\xcd\x10\x2e\xfb\xf3\x03\xac\x18\xb2\x97\xd4\x74\xc6\x17\xf1\xb2\x6a\xb3\x17\x00\xdf\xfa\x3e\x41\x76\xf9\xcc\xf3\xa0\x1d\xc9\xf9\x09\xcd\x1a\xc4\xdb\x6c\x00\x57\x21\x2b\x07\x00\xa7\x7f\xf6\x0e\x43\x40\xd5\xf7\x27\x54\x06\xdf\x1a\x3d\x1a\x96\xd7\x33\x58\x1f\x72\x0c\x45\x6d\x7c\x70\x7d\x97\x59\x43\xb1\x2f\x43\xf4\x9f\x8e\x21\x34\x77\x95\xf1\x44\x41\xac\xd5\xbb\x55\xaf\x07\x40\xb8\x80\x62\x07\xc0\x12\x75\x01\x0b\xae\x41\x76\xb6\x0a\xe4\x92\x26\xf3\xa6\x42\xfb\x9e\x26\xe9\x67\x39\xc2\xf5\xf3\x16\xa8\xab\xaa\xec\x4f\x0a\xbd\xcf\x6b\x3f\x9f\xcf\x90\x2f\x39\xe9\x5b\x1e\x18\x0b\xdc\xb7\x1f\x00\xfa\x74\x7d\xad\x5f\xc6\xcf\xaf\x02\x60\x75\x57\x49\x6c\x37\x00\x86\x9a\x37\xd2\xe2\x08\x72\xd2\xaf\xd3\xc6\x4d\x53\x00\x6d\x04\xba\x7a\x97\xae\x51\xa7\xa3\x4b\xbd\xc8\x25\x6c\x00\xac\x07\x4f\xc5\xe2\x89\x71\xed\x29\xcd\x29\x14\xe1\xb7\xb3\xaa\x3d\xc3\xa7\xad\xb9\x5e\x4b\x7b\x38\xdd\x5a\x36\xc0\x31\x55\x1b\xd0\xc4\x9a\x18\xb7\xe2\x4c\x16\x7a\xf6\x9f\x23\x33\x61\x91\xbd\x45\xf1\x4e\xb5\x08\xf9\xe7\xe2\xc8\x5e\x84\xd0\x16\x00\x30\xc8\xd7\x19\x31\x87\x5a\xc4\xcf\x4f\x5c\x4b\x4a\x23\x86\x90\x70\xf5\xbe\xd4\xc6\x84\xec\x5b\x16\x73\xc5\xe1\x96\x69\xed\x8c\x3a\x74\x2d\xf5\x12\x29\xe5\xf5\xc1\xea\x69\x83\x51\xa0\x2e\x11\x7d\x47\x74\xa0\x76\xb5\x76\x00\x38\xfe\x8b\x72\x8e\x8b\x91\x6e\xb4\x3d\x18\xf0\xb3\x5f\x59\x00\x62\xc7\x94\x9b\x67\x6f\x19\x19\x72\xc9\x56\x0f\x40\x0b\x15\xad\xc2\xcd\xa7\x83\xb1\x68\x07\x40\x94\x49\xde\xaf\x36\x10\xd4\xe1\xd2\x4a\x1e\x99\x11\x9e\xb4\x1c\x06\x19\xe0\x9c\x04\x14\x1e\x0b\x77\x3b\x00\x54\xe6\xbc\xb3\x6e\x80\x8c\xa7\x1a\xa5\x3f\x4c\x15\x29\x1d\x48\x48\x5b\xaf\x76\x1a\xc5\x69\xd4\xdf\xb7\xe0\x84\x4f\x5a\x85\x83\x31\x50\xca\x9d\x0f\x80\x60\x4d\xe5\xf4\x83\x52\xb6\xb7\x63\xf3\x0d\xc6\x15\x00\x4f\x34\x99\x46\x6c\x00\x3a\x09\x1d\x4f\xa3\x82\x05\x92\x5e\x63\x03\x30\xaf\xa8\xe7\x27\x0c\xa6\xaa\x7d\x3b\x2a\x4e\xa3\x7e\x1d\x00\x82\x92\xeb\x7d\x02\x7e\x82\x52\xde\x6e\x80\xe3\x71\xde\x82\x51\x97\x9c\x76\x03\x38\x8c\xb3\xbe\x16\xa2\xbb\x26\xdf\xcb\x42\x5d\x7e\xf5\xb3\x3e\x9a\xc4\x53\xf7\x01\x82\x01\x96\x52\xac\x30\xc4\x6a\xad\xe9\xfd\x09\x9d\x17\xde\x27\xa0\x0a\x11\xb5\x1c\x4d\x91\x3e\xde\xd7\x42\xbf\x52\x4f\x1b\xf4\xad\xcb\xea\x3a\x0f\x63\x19\xb6\x6e\xa0\xe3\x52\x51\xfe\xc2\x01\x36\xe0\x0f\xda\x9a\xf6\x1f\x03\xb4\xd6\xcb\x4e\x9f\x06\x09\xf6\xe9\x13\xf8\xc5\xda\xcf\x67\x4c\x1a\xc8\x9d\x36\x74\x9d\x3a\x63\x03\x2e\xbd\x9e\x39\xe2\x75\xaa\x9f\xdd\xc5\xeb\xd4\x39\x15\x07\x12\x2c\xd6\x4b\x34\x6d\x74\x6a\xfe\x7b\x3b\x00\xcd\x8a\xae\x03\x2c\x88\x55\xf2\x01\x30\x7a\x76\x00\xdc\xc0\x5c\x9c\xdc\xe8\x20\x2e\xf5\x6d\x03\xf7\xab\xfb\x2c\x62\xe4\xf3\xab\x39\x9f\x9f\x60\x35\x49\x3b\xb5\x81\xd8\x5d\xe9\xd0\x12\x5e\xeb\x24\xd3\xdf\x00\x1c\x55\xfb\xfb\x13\x98\x68\x9c\xe5\xc5\x04\x75\x5d\x24\x9d\x5e\xfd\x26\xf5\x79\x51\xb0\x54\x3f\xab\x89\x1e\x7c\xe7\x10\x1c\x36\x20\xb8\xcd\x76\x00\xb0\x54\xa2\xcf\xc3\xe8\x17\x77\xbd\x3f\xc1\xde\x39\x3b\xc3\xe8\x98\x99\x4e\x3f\xa0\xd0\x3a\xd4\x77\x18\xad\x21\xaf\xf7\x27\x90\x61\x9f\xc9\x36\x64\xe1\xa8\x87\x40\xf1\x9c\x30\x3b\xfd\xa0\xdb\xe5\x19\x42\xa7\xf1\x71\x4a\x07\x40\x60\xd1\xd3\x06\x62\x3f\xd4\xab\x5d\x07\xc0\x56\xf1\xf7\x27\x30\xb2\x3b\xeb\x94\xa1\x5a\x25\x2f\x2e\x0c\xd6\x5a\xda\x19\x53\xc4\x58\xb5\xfb\x6c\x7b\x1e\x60\xa9\xbe\x00\x48\xc7\xd9\x1e\x08\xb9\x5f\xf3\xdb\x28\xcc\x12\xdb\xd9\x90\x92\xd4\x1d\x3a\x00\x8e\xb2\xe6\x3f\x3c\xe1\x60\xca\x5f\x20\x48\x87\x2e\x6d\x45\x21\x5a\x2f\xf1\xbe\x0c\xc3\x6a\xed\x8c\x18\x02\xb1\x56\x39\xa8\x15\x86\x62\x2d\xf2\x48\x2a\x0c\xc6\x5a\x5f\xca\x09\x73\x93\x7a\x9d\x43\x90\x9c\xa8\xbf\x8d\xd2\xc2\xb4\xbd\x00\x43\x35\x9e\x7e\xe0\x88\x93\x37\xc3\x06\x30\x73\x87\x0c\x42\x4d\x54\xeb\x99\x86\xc1\x0b\xf9\xd9\x51\x03\x66\x89\xe9\x2c\x87\x41\xd3\xaa\xb3\x09\x27\x83\xee\x9d\xc3\x07\xa1\x54\xab\xcc\x6f\x36\x00\xc9\xe5\x59\xda\x13\x73\x5b\xd3\x0b\x80\x29\x68\x07\x60\xe0\x27\xdd\x5a\xc6\xe4\x3a\x3d\x9f\x0f\x5b\x1a\xbf\x0e\xb9\x80\xe9\xab\xb5\xb3\xc6\x1e\xb2\x84\x62\xc5\xe6\x05\x7d\x8d\xb4\x64\x65\x26\x06\x25\xd3\xce\x9e\x49\x22\x55\xf6\x83\x32\x34\x84\xc0\x07\x80\x4b\xca\xe1\xab\x90\xd1\x7e\x93\xe0\x4b\x00\xf8\xbb\xb3\xd6\x29\xaf\xea\xb7\x2e\x15\x13\x9a\xa0\x7e\xdb\x0b\xd0\xd9\x87\x4b\x6a\x32\x06\x72\xd2\xe2\x9f\x0c\x90\xe2\xe2\x01\x90\xdc\x8f\xe1\x40\x09\xc0\x62\x47\x77\x56\x86\xb8\xb0\x73\x11\x66\x34\x08\xc4\xeb\x0e\x00\x32\x8d\x2e\x21\xf4\x06\xc0\x89\x8a\x39\x61\x0e\x99\x2a\xcd\xc7\x06\x40\x1d\x74\x21\x50\xca\x96\xe6\x7f\xc1\x0a\xb1\xcc\xc5\x8c\x0e\x67\xb0\x68\xba\xa6\x93\xa4\x1a\x3c\x8a\x11\xc8\x34\x80\x9b\xb1\x8d\xf8\xc6\x2a\x47\x97\x9b\x9d\xac\x56\x30\x7a\x77\x13\x50\x29\xff\xe2\xd8\x54\x2a\xfb\xfa\x7d\x1a\x85\x18\xb2\x6b\x33\x55\xde\x70\x4d\x8e\x50\xd5\x70\xf8\x74\x3b\x8d\x76\xea\x7c\x52\x3b\x00\xb9\xe3\x4c\x80\x41\xaf\x6f\xd2\xc5\x0d\x40\x0e\x7e\x09\x70\xda\x19\x65\x75\x6c\x50\xd0\x70\xeb\xf3\x99\x17\x30\x5d\xfa\x5a\x38\x97\x75\x99\x7b\x55\xa3\x97\xb6\x02\x3c\x54\xfb\x40\xea\xd8\xfe\x00\xe0\xe0\x20\x09\xab\x0c\xbb\x65\x3a\xd0\xab\x5f\x64\xfd\x79\x3a\x57\x26\x7e\x28\x32\x2c\xaf\x7e\x41\x09\x94\x5d\x6d\xdc\x5c\x1a\x3c\xd1\xaa\xdf\xe0\x34\x2a\x09\x54\x65\xdc\x2c\x53\x08\x88\xea\x89\x92\xf2\xae\x27\x0a\xa3\xe2\x95\xfb\x00\x71\x2a\xca\x14\x60\x03\xb8\x2d\x68\x08\xbd\xd2\x02\xe1\xb4\x41\xa1\x89\xa2\x46\x6c\x20\x8e\x7c\xd9\x7f\x6d\x80\xfd\xc8\x02\x18\x0f\x96\x64\x70\x03\x15\x1f\xf7\x3e\xc1\x8f\x53\x1b\x8d\x1a\x8c\xd3\x0f\x64\x59\x2f\x92\x90\x6d\x00\xba\xda\xae\x36\x28\x84\x2e\x67\x4c\x19\x2e\xbe\xd6\x72\x00\x08\xa1\x4d\x43\xd8\xb9\x60\x78\x5e\x55\x47\xb8\xf6\x2e\x8b\x8c\xea\x46\x4b\xf3\xa2\xb7\xf0\x54\xec\x5d\x8d\x22\x41\x6b\xd5\x21\x58\x1d\x47\x8b\xf9\xf9\x16\x78\x13\xd5\x5b\x8b\x8e\x36\x4e\x55\x36\xcf\x95\xb7\xb8\x52\xcf\xb7\xc0\xd7\xb0\xf5\x33\xfb\x34\xa1\x93\x17\x4f\xf5\x0f\xf5\xe9\x45\x5d\x47\xdc\xe3\xf6\xae\x0f\xda\xe6\xcb\x14\xb8\xd2\xae\xbe\xe6\xa2\x46\x71\xf1\x2b\xb7\x76\xb6\x3f\xbc\xe6\x52\xa6\x58\x07\x03\xb5\xdd\xe5\x05\x20\x17\xd1\x4f\x86\xf4\x9b\xea\xd8\x80\x16\xa4\x66\x3b\x80\x34\x6d\x59\x00\x04\x84\xb7\xb6\xc7\x28\x0c\xc2\x4a\xfd\x77\x1d\x95\x0e\xf7\xed\x00\x0a\x20\xca\x51\x17\x9b\x2d\xb9\x75\x1d\x88\xd0\xd5\xa4\x9c\xab\x0c\x1f\x6f\xee\xea\x29\xe7\xa5\x79\x39\x00\x2e\x18\xe7\x27\x43\x1b\xe8\x05\xa0\xdf\xac\xea\x07\x0e\xc1\x7a\xf6\x0b\x43\x46\x77\xf9\x18\x55\x06\x64\x36\x05\x20\xa8\x83\x6e\x16\x77\x7f\x01\x84\x8d\x3a\x8d\xc2\xff\xaa\xca\x5b\xbc\x32\x20\x6f\xc9\x22\x6c\xe3\xa1\x59\x94\x16\x2e\x02\xeb\xde\xe5\xcc\xcb\xbc\x48\x1d\xc8\x77\xd7\x89\xe0\x3f\x2d\x89\xa0\x30\x96\x2d\xc2\x9f\x02\x60\x1c\x16\xad\xe4\xc9\x98\x21\x59\x2b\x68\x26\x46\x2e\xd3\xbe\x9d\xf0\x57\x2c\x62\x3c\x37\x80\x7e\xe8\xe3\xa8\xa2\x2a\x8a\x59\x50\x67\xe1\x1a\x6b\x07\x80\xcd\xa5\xb4\xca\x75\xf2\x12\x9b\xae\xf4\xe7\x07\x58\x9d\xd0\x63\xbb\x2c\x78\x2b\x75\x4f\x7e\x9f\x4e\xe2\x72\x50\xd3\x25\xc0\xe9\x28\x7e\x3e\x94\xc6\x13\x8d\x97\xf3\x8a\x94\xcb\x77\xbd\x79\x8b\xab\xcc\xba\x5c\x74\x7b\xaa\x4c\xde\x5b\xef\xae\x2f\x07\x17\x56\xc5\x53\x54\x79\x25\xf7\xd3\x31\x7a\x25\x37\xd1\x67\xc6\xae\x6a\x59\x8b\x18\x39\x0d\x37\xd1\xd7\x4f\xb8\xff\xae\x96\x0e\x80\xb8\xef\x9c\xf8\xc6\x98\x4e\x2e\xa5\xc7\x06\xe8\xd7\x92\x09\x20\x67\x50\x93\x0c\xbb\x19\xdd\x36\xe4\xa3\xd3\x2c\x31\xe2\x0a\xe5\xa3\xcd\xe0\x28\xd7\xa5\x02\x6c\x96\xe8\xbc\xc7\x53\xb1\x31\xe5\x59\x04\x5d\x04\x80\x20\x7e\x26\x6e\xb0\x59\xa1\xc7\xda\xa5\xd7\x56\x09\x4d\xfc\x00\x30\x5a\xb8\xd2\x01\x70\xe3\x27\x9b\xda\x28\x8f\xaf\x8a\xc5\xd0\x0c\x77\x67\xeb\x9c\xa8\x0d\xc0\xbb\x2a\xa9\x1f\x8c\x1b\x20\xc6\xbe\x19\xe2\xa4\x36\x69\x40\x1b\x53\x82\x55\x99\xac\x34\x73\x32\x05\xf6\x02\x08\x47\x55\xed\x00\x70\xb8\xa9\xea\x18\xd2\xfa\x96\x74\xab\xeb\xd0\x81\x35\x5d\x85\x9a\x7d\x19\xc1\xaa\x5d\x07\x80\x26\xa5\xea\x2d\x5f\xa7\x4b\x9f\x7a\xba\x70\xad\xcb\x45\xaf\x05\xbb\xdc\xc5\xcf\x34\x0a\x5d\xab\x7c\x96\x9a\x5f\x1a\xf5\x26\x00\x1d\xd3\x71\xdd\x98\xa8\xaa\xca\xc8\xae\x31\x55\x55\x55\x18\x89\xc6\x50\x9c\xa6\x3b\x5a\xf3\x7b\xd0\xfe\x84\x5d\xf7\x44\xd1\x2e\x39\x9e\x46\xa1\xab\xc9\x97\x73\x03\x0e\x83\x83\x7c\x80\x2f\xe8\x91\xfa\x81\x98\xce\x25\x15\xbd\x85\xf6\x81\x12\x1d\x34\xaf\xb0\x53\x34\x57\xa3\xb0\xed\xab\xe9\xce\x07\xf8\x02\xd0\xb7\x30\x46\x63\x2d\x02\x98\x21\x45\xbe\x64\xcd\x19\xce\x2f\x9d\x01\x62\xae\x8b\x76\x7e\x32\xa8\xbc\xd5\xdc\xfa\x60\x94\xff\xd3\x75\xe4\x5e\xee\xef\xc7\x4d\xc6\x40\x3b\xe3\x31\x19\xcd\x9f\x1b\xb9\xd1\xaa\xa3\xa7\x24\xe0\x2b\x91\x3b\x27\xdb\x17\x39\x40\xad\x64\x7a\xdf\x99\x44\xdd\x8d\xf6\xc5\xf5\x7d\x2d\xac\xa0\x5a\x26\x31\x68\xe3\x72\x06\x64\xe0\x10\x0e\xb2\x84\x12\x77\x35\x7a\x79\x99\xbc\x22\xdb\x10\x4b\xa8\x69\x18\x98\xca\x26\x92\xb3\x81\x20\x4a\x92\x69\x34\xa6\x67\x32\xb9\x05\xb6\x41\x3b\x07\x05\x53\x68\x83\x71\xd4\xee\x4b\x6f\x81\x5b\x52\x57\xac\xad\x46\x0b\x64\xc4\xc0\x07\x00\x65\xb6\xe2\x8e\xb4\x51\x19\xbe\x4d\xbb\x72\x34\xa5\xff\xd2\x13\xd4\x81\xe9\xc2\xd5\x06\xe2\xa8\xf5\x5b\xb4\x90\x89\x78\x10\x1f\x3f\x00\x7a\xff\xc8\xdc\x7c\x03\xf0\x25\xd3\xc2\xa5\x3b\x90\x89\x25\x6c\x12\xa5\x24\x32\x6b\x8d\x52\x8f\xaa\x10\x32\x8d\x49\x6a\x8a\x4c\xc5\xdb\x80\x1f\x77\xd1\x85\x7c\x03\xc8\xa6\x66\x7f\xe1\x00\x6b\x83\x97\x83\xf2\xfe\x9c\xfc\xa2\xc8\x8f\xb2\x7b\xb8\x9f\x27\xe8\x66\xd8\xf5\xe5\x5f\x46\xc4\x32\x3f\x00\x65\xe9\xfd\x00\xc8\x82\x21\x8a\xc5\x84\x1b\xed\x2c\xf3\x81\x38\x85\xa6\xeb\x43\x63\xba\x8b\x7a\xbb\xde\x82\xdb\x69\x2d\x67\xf4\x16\x93\xed\x69\x43\x0e\xdc\x4e\x8b\xee\xf3\x1b\xe0\x0c\x1c\x40\x82\x71\x01\x54\xc1\xb7\x33\xe0\x0f\xe4\x81\x0a\x46\xd0\xc8\xb9\x94\x43\x39\x27\xdd\x1d\x65\x1b\xd0\x18\xc3\xc8\x25\x08\xde\x00\x0c\x28\x29\x66\x6a\x13\x36\xad\xad\xbe\x3f\x81\xf1\x84\x78\xbd\x36\x13\xfb\x41\x36\x64\x03\x50\x14\x88\x94\x2a\x1c\x7e\x3b\xfd\x48\xca\x93\xd0\x05\xa0\xeb\xed\xf4\x03\x01\x89\x8a\x78\xf0\x0d\xc0\x6d\x43\x7b\x87\x1c\x54\x95\x8a\x67\x03\xb4\x72\xd1\x4f\x32\x17\xa0\x46\x4c\x91\xda\xbb\xe8\xe2\x2c\x94\xe9\xeb\x74\x9e\x65\xd0\xa0\xf4\xfd\x09\xd4\x88\xe9\x05\xa0\xea\xd5\x56\x99\x74\xfa\xab\x3a\x26\x19\xa1\xa8\x36\x31\x16\x8a\x01\xaf\xb0\x47\x8d\x51\xe0\x9b\xa2\x36\x36\xc6\x63\xaf\xba\xf7\x36\x46\x06\x32\x31\xc3\x8d\xe6\xda\xcd\xce\x13\xf0\x37\x6a\x9e\xfa\x01\x90\x03\x5d\x34\x8d\x06\xdd\x25\xe9\x74\xa6\x41\x77\x2d\x5a\xb8\xb3\x51\xea\xe8\x6f\xa3\x0d\x1d\xb3\x03\x40\xc4\x9c\xdf\x46\x99\x93\x43\x4f\x74\x86\x01\x17\xd5\xa3\x44\xa8\xea\xaa\xdc\x28\x11\xda\x27\x9b\x00\xe8\xaf\xca\xf9\x89\x71\x59\x8a\xb6\x4e\x5c\x1e\x5b\x3a\x43\x68\x90\xc3\xf9\x99\x4a\x9c\x57\x55\x31\x43\x1a\x0d\xcb\x4b\x16\xd5\x9b\x8e\xe5\x90\xcf\x64\x23\xbf\x56\x39\xdc\xca\x84\xac\xb7\xc9\x28\xbc\x4d\x1f\x08\x01\x71\xe6\xc5\x19\x4a\x4a\x3c\x11\x63\x07\x95\x2c\x62\x30\xa9\x87\x97\xc5\x6d\xa3\xc1\x92\xdf\xa7\x63\x30\x47\x32\x3f\xaf\xa5\xa0\xe4\x3a\x6b\x6c\x32\xb1\xae\xf8\xcc\x39\x19\xdd\xfe\x74\x0c\xd6\xc3\xad\x9f\x51\x67\x78\x81\x5b\x7b\x7f\x52\x9d\x99\xc4\xe0\xd0\x61\xaf\xd4\xd3\xd3\xc9\x28\xba\x7f\x78\x6d\x7c\x4b\x39\x4b\xea\x43\xbb\x4d\x9d\xf0\x93\xde\xf3\xef\x1a\xfb\xd2\x2e\xe8\x7c\x1c\xb3\x2b\xdf\x67\x90\xe1\xd2\xd7\xda\x19\x0f\xf0\x66\xe6\x87\x5c\xc0\x02\xb9\x8a\x99\x6f\x8c\x7e\x53\x0b\x99\x82\x6e\x17\x4e\xc5\x4e\x9a\xdc\x69\x8a\x6f\x8a\x0a\xd6\x29\x48\x2b\x9d\xfd\xd8\x00\x3d\xf0\x13\x01\x9c\xce\x25\x73\xe6\xba\x25\x31\xc0\x2f\x40\x35\xe2\x75\x00\x18\xa4\x53\x8b\xda\x19\x29\xb5\xe4\xd3\xb1\x4c\x07\x2a\x53\x1b\x99\xa2\xa5\xec\x07\xa0\x67\xd7\x5f\x38\xc0\xba\x21\xbd\x85\x49\x6a\xd0\x19\x68\xb5\x28\x1e\xd3\x06\x10\x5a\x9b\x94\xb3\x1b\xc8\x4f\xbf\x6b\x3d\x00\x95\x40\x02\x2a\x13\x0b\xdf\xe9\x00\x50\xad\x70\x35\x75\xa3\x9e\x52\xfa\x89\x2e\x89\x61\x6d\x1a\x0a\x5a\xbc\x28\x5a\x62\x57\xc2\x5f\x19\xfc\x74\x1b\x4a\x4f\x73\x1f\x00\xcc\xdf\x99\x01\xae\x7b\x85\x94\xeb\x06\x89\x7d\x93\x30\x79\x03\x10\x45\x74\x01\x93\xcc\x4e\xd3\xd7\x7e\x35\xe0\x6a\x03\x32\xdb\x92\xcf\x2c\x22\xf6\x9f\x4b\xa5\xd1\xfd\xc2\x3d\x2f\x91\xb8\x74\x1a\x96\x9b\xa2\x13\x74\x32\xe5\x55\x04\x7b\x03\xc8\xe2\x5c\xf5\x04\x35\xbb\xe2\x4b\xba\xd3\x37\x46\xa7\x62\x57\x54\x4c\x89\xac\x3b\x43\x93\x17\xb1\x98\xdd\x3b\x9c\x32\x64\xf8\xb0\x01\xe4\x21\xa3\xa4\xbc\xbb\x31\xf4\x33\x0f\xb0\x0d\xd0\xab\xf0\x3c\xc1\x04\x5c\x77\x39\x00\xee\xdf\x1a\x42\x67\x2a\xbf\x56\x5e\x00\x8c\x6c\xb9\x0e\x80\x04\x60\xe7\x6b\xa1\xc0\xe9\x52\x28\x77\x87\xf6\xa1\xe4\xf3\x71\xb8\x92\x75\x91\xc1\x0d\xe0\xcc\x33\xf5\xe3\x2b\x99\xa2\x7e\x82\xac\xfb\x5d\x72\x96\xee\x8b\xf6\x49\x67\x4c\x99\x99\x2b\x69\xe1\x92\x29\x37\x85\x4c\xe9\xe3\xc6\x2d\xff\x2c\xcb\x01\x4f\xef\xe2\x64\x3d\xfa\x80\xb8\xbc\xca\x2e\xaf\x0f\x7a\x68\xb5\xd3\x06\x63\x3a\x89\x4b\xe8\x83\x07\x7a\xee\x7a\x82\xf6\xfd\x22\x94\x7d\xc0\xec\xac\x9c\x85\x3b\x70\xd4\x76\x31\xb2\x7d\x30\x61\x88\xe2\x8f\xf6\xd1\x99\x00\x4b\x8b\x6e\x30\x5e\x9e\xa4\x8e\x9d\x6a\xd5\xa6\x03\xbd\x4b\xf3\x28\xad\x7d\x67\x8a\xc6\x26\x95\xc6\x06\x60\xf9\xab\x41\x3e\xc9\x14\xcf\x6b\x71\xd6\x34\x45\x4b\xec\x4c\x21\x58\xb2\xe6\x76\x0c\xc8\x8c\xe4\x1b\xdf\x99\x74\xaf\xca\x68\xa1\x2b\x75\xde\xfb\x93\x0f\xb7\x69\xd7\x6b\x3f\xce\x64\xa7\x7a\xed\x07\xac\x58\x36\x3b\x00\x1c\xe5\xea\xfb\x04\x76\xa5\xe9\xb5\x30\xe0\xaa\xf7\x0b\x04\x0d\x72\x05\x22\xe9\xcc\x85\xe5\x67\xf1\x0f\xb8\x9d\xd4\xa6\x85\x3b\x79\xdd\x36\x4d\xc3\xbc\x99\x24\x9f\x4c\x41\x9f\x09\x32\x78\xc9\xad\xfb\xcc\x34\x36\xea\xfa\x09\x83\x6f\x9d\xf5\x41\x3f\xff\xa2\x80\xa4\x1b\x40\x94\x34\x11\xfd\x29\xf9\xf9\x69\x03\xae\xdf\xa6\x2b\x43\x9f\x90\x9f\x77\x99\x69\x76\xda\x7d\x17\x05\x53\xe8\xb3\xe1\xca\x2e\x97\xcf\x4e\x8b\xec\x22\xa3\x96\x4e\xae\xa9\xca\xed\xa4\x4f\x64\xfb\xac\x12\xa9\x76\x06\xa1\xaf\xed\x12\x80\x08\x78\xed\x3e\x3d\x7d\x18\x78\x8f\x4b\xca\x0c\x32\x8d\x22\x0f\x91\x0d\xe0\xae\x48\xd9\x9b\xd9\x85\xb3\x57\xc6\x46\x66\x4c\x37\xac\xe0\x1d\x1b\x40\xf2\xb0\xf6\x17\xcc\xe8\x8d\x12\x32\x53\x50\x12\x93\x40\x4c\xb4\xd5\x2c\x91\xfa\x9a\xde\x98\x28\x6d\xe7\x6d\x7d\x03\xb8\x03\x73\x01\x9a\x31\x94\x94\xc4\x19\x1b\xa0\x63\xa6\xde\x92\x79\xf7\x34\x7d\x79\x21\x57\x6a\x6a\x94\x6e\xb9\x8a\x65\x66\x4c\xdc\xdf\xef\xd3\xb1\x2a\xf7\x33\x75\x4c\x69\x8b\x4d\xfd\x68\x34\xf7\x7a\x81\xc9\xd3\x59\x83\x05\x0a\xde\xfd\x56\xc7\x60\xa9\x56\xeb\xe9\x3a\x5d\x72\x64\xa0\x6a\xb4\x14\xed\x12\x32\x1a\x7d\xfe\xbb\xbc\x70\xcd\x06\x52\x42\xa4\xae\x6f\x41\xa8\xde\x2e\xef\x73\xb3\x49\x67\xd7\x4b\x8d\xd2\x74\xad\x9a\xe6\x99\x7b\x58\x86\xb2\x66\x32\x5d\x33\x75\x9d\x5b\x36\x25\x35\xfa\x65\x64\x81\xdc\x0e\x00\x41\xd4\xf9\x16\xa4\x5a\x6c\xa9\xa9\xa7\x4a\x91\x48\xc2\x60\x4a\xe6\x2e\xa6\xdc\x1c\x31\xef\xad\x92\x93\x33\x6a\xda\xba\x6c\x36\x8c\x76\x8a\x55\xc1\xde\xcc\x13\x0d\xa0\xb8\xcc\xcd\x0b\x6d\xe2\x5d\x8d\x16\x4e\x03\x4f\x92\x0d\x60\x77\x15\x01\x75\xf0\x09\x75\xac\x2b\xbe\x85\x1a\x45\x22\xa7\xa6\xab\xb2\xd1\xbb\xaa\xb4\xab\x1f\x00\x1a\xae\xaa\xae\xd3\x42\x45\xd6\x14\xe6\x50\x6c\x17\x59\xab\x9b\x0f\xa6\x63\xf4\xeb\x00\x30\x81\xbf\xd4\x0f\xb0\x40\x2e\x89\xf2\x06\x90\x1c\xff\x74\x0c\xa2\xee\x22\x5b\x58\x63\x54\xb0\x52\x34\xea\x3c\xae\x4d\x91\x0e\xcd\x3f\xa4\x69\xa2\x03\xe3\xa2\x2b\xab\x3a\x36\x90\xe5\xaf\x5f\x5a\x41\x03\x6c\xa5\x5f\xda\x51\xb4\xba\x2b\x72\x63\xb7\x01\xbd\x73\x55\xf0\xeb\x0d\x20\x97\x5c\xd2\x4f\xa8\x48\x52\x9c\x3a\x1b\x95\xd1\x34\x79\x55\xde\x00\x8c\x05\xb4\x5f\x06\xe7\x45\xf6\xb4\xc6\x9c\xe4\x2e\x6f\x33\x1b\xf4\xa9\x91\x8d\xa1\xd1\xda\xad\x8a\xe1\x33\x4a\xb7\x8a\x82\x18\x6c\x60\x40\x2e\x52\x0e\x30\xc1\xc7\x9f\x36\xa0\xa9\xaf\xda\x73\x83\x1e\x33\x12\x77\x99\x72\x76\x4b\x74\x67\x83\xf4\xf9\x1d\x31\x98\x78\x95\xf2\x3e\x01\xd9\xb7\x22\x82\x18\x4d\xbc\xcc\xce\x78\x74\x1a\xc8\x69\x9b\xca\x1a\x4b\x21\xf1\x4c\xf9\xaf\xa5\x66\x36\x9a\x67\x15\xf9\xb5\x6f\x00\x21\x07\x45\x2d\x07\xfc\x6a\x4d\x31\x87\x6c\x18\x6d\x2e\xab\xda\xd0\x3a\x15\xd1\xa7\x59\x54\x93\x1f\xca\x66\xcc\xd3\xaf\x12\x03\x11\x80\x97\xf6\x99\x39\x5e\x95\x25\xc2\x30\x99\x45\x65\x11\xa5\xe1\xd4\x2b\x9e\x99\x73\xfa\xb5\x5f\x6f\x1b\x94\x5b\xbf\x6d\xc0\xc5\xd8\xcb\x01\x10\x76\xa5\xbd\x6d\xc0\xd0\xfe\x6d\x83\xb1\xe1\xeb\x75\x00\x78\x47\x9f\x9e\x0e\x8a\x87\xed\x05\x10\x7c\xab\xb6\xbf\x70\x80\x0d\xaa\x9c\xc5\x3f\xdb\x18\x8a\x1e\x53\x0f\x80\x3d\x7c\xbf\x00\x8c\x86\x44\xf4\x69\x34\x54\xc5\x41\x19\xd3\x31\x17\xc5\x2f\xd8\x00\x4c\x1b\xd3\xfb\x13\x2c\x2f\x7b\x9f\x80\x61\xda\xf9\xd0\x89\x8c\x12\xe5\x7d\xc2\xe9\x0e\x7b\xda\xc0\x15\x44\xd6\x25\x1b\x60\x20\xec\xd3\x0f\xba\x3a\xbf\x6d\x0c\x5a\x01\xfb\x01\x40\xf4\xed\x6d\x14\x99\x83\xce\xe7\x43\x40\x5f\xb3\x48\xd8\xf8\xf0\x8a\xaa\x83\x94\x52\xd8\xd2\xcf\x6a\xfa\x50\x32\x75\xc6\x54\x81\x26\xfa\x0b\x40\x2b\x64\xef\x4f\xe0\xcd\x77\x96\x28\xe3\xff\xca\x34\x62\x03\xd4\xb8\xeb\x5b\xbe\x3c\xf3\x44\x39\x87\xa2\xfb\x9e\x2d\xfb\xc5\x98\x9e\xb3\x86\xb2\xde\x9a\x9b\xbe\x05\x5e\x04\xb5\x9e\xd5\x04\x2f\x82\x9a\x0f\x19\xfc\xd2\x6b\xfd\x8c\x07\x1c\x44\xdb\x61\x3d\xc6\x57\x5d\xd7\x78\xc0\x28\xbc\x5f\x5d\x1f\x47\x85\x85\x38\xdb\x0d\x80\xf9\x3b\x7b\x67\xd1\x46\xa1\xe9\xe3\x16\x93\x94\x1c\xd2\x41\xdb\xa2\x7e\x3e\x8e\xa1\x47\xf3\xa1\x25\x8f\x92\xa4\xf6\x03\x74\x28\x5e\xed\x00\x20\x3f\xf5\x05\x18\x36\x4d\x0b\xe6\x61\xda\x8e\x9a\x0f\x80\x40\x62\x87\x94\x3e\xd4\x91\x26\x3f\x00\xdd\x3f\xdf\x27\x68\x19\x72\xba\xce\xc3\xf8\xd0\x12\x26\xf6\x90\x1a\xc0\x18\xbf\xbf\xc8\xd5\xd9\x26\xa3\xbd\x48\x84\x68\x53\x8c\xac\xce\xab\x09\x05\x4e\x55\xa4\xc3\x0d\xc0\x5a\x96\x8c\xbd\xcd\x8b\x6b\x9d\xd7\x7e\x53\x20\x92\x5c\x5e\x00\x96\xbf\xf5\xbc\x05\x72\x49\x99\x9b\x6c\x00\x76\x30\x22\xe9\xcc\x01\x50\x25\xb6\xb7\xc9\xfc\x3b\xf9\xba\x0e\x80\xc0\x1b\x3a\x16\x66\xa6\xcd\xd7\xe9\x3a\xed\xd9\xb3\xe8\x07\xf5\xf0\x5d\x26\xf0\x36\x95\x5e\x4d\x1b\x48\xb1\xd5\xdb\x19\x0f\x10\xec\x22\xf7\x22\xa3\xdf\x64\x3b\xcc\xc9\x74\x85\x5b\xf0\x03\xe0\xf3\x45\x83\x26\x3c\x22\x9a\x94\xc8\xc6\x70\xe1\x5d\x61\x35\x6c\x82\x5b\xe9\xe7\x74\x66\x24\x8e\xd2\xcf\x13\x13\x5d\x57\xd2\x08\x9b\x93\x56\xaa\x5a\x0e\x74\x0b\x34\x71\xc4\x6e\x37\x97\x36\xaf\xdb\x2e\x49\x9d\x24\xec\x2e\x57\x3a\x5d\xda\xdc\xa0\x47\xab\x99\x27\x89\x53\x52\x57\x64\x16\xe5\x86\xe8\x53\x55\x92\xba\x0d\xc0\x2a\xd3\x05\x50\x5b\xa0\xf0\x5c\xce\xc8\xcd\xb5\x5d\xf7\x01\x18\xef\xef\x7d\x02\x3b\x9b\x73\xbb\x01\xba\x8e\x55\x02\x60\xa3\xba\xec\x4f\xdc\x0a\x25\xb9\xa7\xd1\x42\x37\xe5\x4b\x5f\x8b\xb4\x01\xc5\x4f\x4f\x15\x6a\x8c\x84\x6d\x03\x30\xe4\xbc\xfe\x82\x19\xbd\x5b\xa5\x43\x64\x53\xaf\x1b\x9d\x98\x4c\xc3\xd9\x98\xb8\xf8\xd2\x60\x75\x4a\x86\xb3\xa6\x84\x51\xe8\xa4\xd0\x72\xc7\x66\x2a\x12\xee\x39\x13\x56\x9a\x6e\xfc\xee\x08\x9f\x52\xa4\x06\x70\xc6\x73\x28\xce\xed\xe6\x8e\xab\x61\x55\x74\x6d\xf7\x0c\x83\x41\xd9\x2a\x6d\x00\xb4\x84\x6c\xea\x06\xe0\x3b\xd5\x0e\x00\x5b\x09\x99\x8a\x6c\xe0\xcd\xc9\x1c\x00\x92\xc6\x5a\xd7\x1c\x29\x8f\xa1\x7c\x4a\x37\x00\xdb\x11\xf2\x8b\xee\xc8\x15\x5b\x33\x8d\xec\xdc\xfb\x60\x02\xe9\xf3\x04\xc5\x7f\xbc\x7a\x3b\x23\x0b\x74\xdd\xd6\xdd\x3f\xe0\xa0\xda\xad\xd7\x3e\xcc\x4b\xa9\xd7\x0e\x98\x13\x74\xb9\xb0\x39\xed\xbf\x8a\xae\x42\x3e\x68\x19\xa2\x18\x57\xce\xb8\x99\xa6\x70\x32\x3e\xb2\xa2\x2d\x55\x01\x30\xf9\xce\x7e\x9e\x98\x30\x4b\xac\x7a\x82\xf6\x5f\x0a\xad\xe5\x8c\x84\x59\x74\x27\x71\x39\xdc\x28\x0a\xbc\x0f\x44\x1b\x77\xb9\xb1\x6c\xa0\x83\x07\x78\x9f\x80\x1d\xda\xe9\xa9\xb2\x63\x50\xbe\xe1\xa3\xea\x00\xd3\xe7\x33\x8a\xa5\x92\x37\xf9\x68\x58\x52\x92\x4b\xfa\x60\xb2\x22\xe5\x14\xdb\x00\xc4\x5d\x3c\xc0\x9c\xf6\xfd\xa6\x50\xce\x3e\x9c\xdb\xed\x3c\x41\xfd\xf1\xd9\x5d\x8a\x71\xa5\x40\xab\xce\xd4\xee\xe5\x90\x9f\x79\x33\x17\xa2\x56\xf2\x84\x5e\xa0\x8a\x6d\xf7\x59\x78\x05\x51\xc7\x66\x65\xaa\x68\x4a\x72\x9d\x59\x3a\x9a\xdc\xb6\x9d\xf2\x9e\x2a\x41\xd4\x06\x10\xbd\x95\x34\xde\x27\x7c\x37\xba\x02\xe0\x3a\x1d\xee\x9b\xac\x32\x5d\xee\xf4\x52\x12\x3a\xd2\x0e\xde\xa5\x1d\x00\xf4\xb9\x29\x8e\x82\x4f\x04\x5b\x77\xe5\x79\xf1\x39\x19\x25\xcd\x0f\xc0\xc5\x4f\x21\x87\x4f\x2a\xc4\xdf\x46\x3f\xdc\x2f\x22\x94\xf4\xf4\x2e\xd2\x4d\x3a\xf5\x35\x4d\x96\xd5\x83\x89\x05\x4c\xbe\x64\x83\x79\xeb\x4a\xe2\x59\x33\x4c\x9e\x84\x59\x00\xed\x14\x15\x10\x78\x90\x94\x56\xa5\x40\x18\x46\x07\x35\xe5\x22\x18\xd4\xa4\x14\xd9\xf4\x6c\x00\x4e\x36\xa4\xcf\xc3\x0a\xd7\x69\x57\xc7\x0a\xc3\xec\xf2\xf0\x19\x86\x5b\x6d\xef\xdc\x2f\x1b\xc0\xbd\x26\x0b\xa8\x20\x4a\x22\x28\xc3\x1a\x44\x18\xed\xbc\x05\xc1\xd9\x8a\x1c\x20\x86\xf2\xd6\x49\xed\x3e\x0c\xb9\x52\x6b\x39\x8d\xc2\xde\xc2\xe5\x01\x30\x0c\xee\x40\x45\x6a\xd5\x61\x9d\x5e\xc9\x49\x5f\x0b\x7b\xeb\xa2\x30\x8e\x83\xa1\x8e\x8a\xdc\xa3\x86\xc9\x11\xe3\x74\x6c\x30\x7e\x78\xd1\xe7\x53\xbf\xa2\xa0\xd3\x1b\xa0\x4f\xec\xfb\x44\xc3\x59\x53\x0f\x40\x76\xff\x7d\x82\xb2\x26\xcd\x1c\xbd\x19\x14\x9a\x6f\x1f\xf1\x10\xa9\x9e\xa9\x84\xc1\x84\xb9\xa9\xa7\xcc\x02\xd5\xef\xff\x7c\x03\x2b\xe9\xbf\x9e\x5f\x83\x01\xf2\x8b\xd4\xe9\xc3\x91\x88\xa9\x49\xa3\x38\xe8\xda\x6a\x37\xc9\xe2\xf0\x2e\x2f\x85\x72\x00\xec\x36\xcd\xbb\x1b\xfc\x98\x25\xa9\x1a\x54\xa4\x74\x09\xfd\x07\x33\xba\x36\x39\xad\x0c\x25\x62\x4d\xdc\xa0\xc3\x99\xda\x40\x3c\xd7\x98\x1d\x9a\xa6\x5b\x3d\x9d\xd0\x89\x35\x29\x63\xa6\xc3\xde\xbf\x4b\x0c\x3e\x29\xdc\x6a\xf2\x63\x98\x83\x3e\xef\x89\xbb\x7e\xd2\x69\xa5\x4b\x50\x3e\x67\xa6\x01\x21\x3f\xff\xe3\x9d\x99\x96\x79\xb0\x7e\x8e\x7a\x82\x97\xa7\x2f\xd2\x6b\xde\x4d\xba\x97\x67\xc0\x82\xb5\x5a\x39\x00\x98\x41\x45\xb3\x78\x18\x6d\xbb\x67\xd2\xc9\x47\xd1\xb6\x15\x41\xed\x19\x17\x6d\xa0\x79\xc2\x9d\xac\xb1\x0a\xeb\xf8\x30\x74\xb6\x29\x05\xc0\x33\x98\xf9\x43\x3b\xe5\x19\xc8\x56\xd9\x14\x8f\xfb\x19\x09\x97\x27\x59\x8c\x3d\x23\x33\x16\x27\x39\x8f\x67\x64\x06\xb1\x29\x7a\x4b\x61\x1a\xd9\xf3\x2d\xb0\xe1\x68\xb2\xe6\x7f\x78\xa0\x75\xe5\xa3\x7b\xe8\xba\x58\x34\xfb\x8f\x5c\x17\x53\xd7\xb7\xc0\xd4\xf1\xa8\x6d\x1f\x0a\x84\x6a\x3a\xaf\xed\x52\x0b\xd8\x01\xa0\x2c\x4f\x7a\x82\x31\x41\x5b\xfb\xbf\x6b\x7a\xff\x31\xfe\xf5\x7f\xac\x7f\xfa\x5b\xba\x7e\x7f\xfe\xd6\x37\xf1\xfa\xa7\xbf\x7d\x22\x58\xf1\xfe\x27\xff\xfe\xa4\xcd\x03\x7f\xd6\xde\x3f\x7f\xfb\x84\xe2\x3c\x32\x5a\x7c\x22\x3b\xfa\xfe\xc7\x7f\x7f\xe2\x9c\xfe\x44\x08\xfa\xfd\xcf\xf3\xfb\x13\x89\x43\x3e\x61\xfc\xb3\xff\xd9\xbf\xda\x9f\xfe\x89\x88\xf2\xfb\x9f\xfd\xab\xcd\x97\x7d\x83\x07\xd9\xff\xec\xd9\xcf\xa1\xf0\xfb\x46\x76\x89\xbf\x7d\xe1\x62\x9e\x43\x91\xff\x0d\xf7\xf2\xfd\x4f\xa4\xbd\x0d\x1d\xef\x37\x66\x77\xff\x03\x6c\x13\x88\x95\x2c\x72\xa0\xa3\x00\xef\x4d\xa2\x1f\xa1\x60\x90\x03\xad\x7b\x9d\xa2\xe0\xbf\x3f\xc8\x9d\x9c\xc0\xaf\xa2\xe0\xbf\x3f\x71\xf3\x5e\xc9\x22\x3e\x35\x0a\xfd\xf7\x27\xf2\x4e\xec\xca\xe4\xdb\x70\x21\xca\xc8\x25\x9c\x2c\x04\x5a\x28\x8c\xdf\x9f\x38\x76\x56\xb2\xb8\xe0\xa0\xb0\xdb\xb8\xf1\xec\x47\xcf\x22\x70\x69\x41\xdf\xe2\xe6\x8b\x02\x73\x21\x97\x8d\x23\x4c\x59\x14\x36\xd9\x0b\x95\xe0\x4a\x7e\xf3\x4b\x60\xdf\x19\xbe\xed\xbb\xb2\x09\x15\x0a\xdf\xdf\x9f\x10\xc3\xac\xe4\x21\xd1\x44\x61\xfd\xfe\xc4\x25\x6f\x57\x62\xfe\xa2\x90\x7f\x7f\x22\x7d\xcc\x4a\xf0\xcc\x40\xc1\x7e\x7f\x22\x7f\xd4\x4a\x1e\xf1\x28\x50\xd8\xcf\x62\x84\xe6\x30\x7c\x1d\xed\x4b\x7a\xf8\xe0\x47\xf5\x23\x1c\x69\x5d\x31\x46\x73\x0a\xa7\xf6\x20\xcc\x1c\x76\x95\x23\x4d\xeb\x8f\x1e\xb6\x50\x2b\x21\xaf\x31\x0a\xf9\xf7\x27\xcc\x62\xa3\x62\x42\xe7\xef\x4f\xa4\x8a\x89\xca\x47\xe8\xfa\xfd\x09\x1b\xd2\x5d\xd9\x0d\xa2\x60\xbf\x3f\xc1\x1b\x46\xe5\x21\xba\x07\x31\x68\x43\x54\xb2\xd0\xb6\x51\xbe\x6d\xe8\x6d\xfb\x88\x0d\x99\x5c\x54\xd4\xc2\x5e\x3a\x0d\x33\x88\x6c\x4f\x28\xa4\xdf\x9f\x38\x3e\xa2\xa2\x76\xf7\xfa\x0e\x99\x68\x54\x9a\xd0\xdd\xb3\xca\x3e\x4c\x17\x3a\xf6\xb3\x42\xf5\x6d\x7b\x37\x44\x14\xe5\x95\xe6\xd7\x30\x27\x33\xf2\xa9\x76\xce\x49\xa4\x4e\x45\xe1\xfb\xfb\xd3\xb3\x9e\x65\x7f\xc3\x78\x21\x4c\x54\xa2\x52\x84\xda\xef\x4f\xe7\x98\x7d\xb9\x0e\x91\xd0\x18\x09\xa7\x13\x12\x1a\x47\x61\x5f\x11\x8c\x3d\xfb\x0e\xbd\x6d\x0f\x13\xf2\x7e\xef\x0a\xbf\x22\x72\x61\x44\xe2\xaa\xa8\xa8\xbf\x7b\x91\x46\x3e\xc6\xa8\x54\xa1\x7b\x0d\x5d\x37\x1b\x9e\xea\x44\x50\xc1\xeb\x66\xcb\xf3\x2b\x38\xf2\x3c\x27\x0c\xf1\xe2\x16\x61\x58\xa1\x2b\x55\xc2\x49\x70\xa4\x95\xc6\xa6\x44\x42\xad\x28\x04\xa3\x15\xe6\xa3\x51\xd3\xd3\xb1\x0a\xe3\xd4\x8d\x1a\x3f\x06\x09\x65\x91\x9a\x7f\xd7\xb2\xe0\xa0\x5a\x5c\x5a\x8b\x1b\x9e\x7e\x7b\xc8\x58\xbe\x6b\x53\x30\xc2\x13\xb0\x83\x5a\x46\x21\x5b\x4b\x97\x9e\xd6\xc7\x2f\x24\xa9\x06\xe9\x41\x78\x23\x14\xee\x0d\xd7\x4c\x38\x09\xee\xbf\x3f\xf9\xe2\x34\x3e\xda\x26\x11\x0e\x37\x87\xac\x38\x6a\x5f\xc1\xcf\xef\x4f\x46\x9e\xfa\x34\x23\x42\x37\x0a\x9b\x78\x67\xae\xdd\xc7\xb3\xe0\xb2\xa9\x4c\x2c\xff\x6c\x17\x36\x66\xa6\x76\x37\x72\xbf\xef\x4a\x15\xda\x91\x4e\xbb\x10\x37\xe1\x2e\x72\xb7\x2b\x43\x28\x84\x73\x44\x3f\x42\x61\x1d\x4e\x74\x09\x85\x02\x1a\x28\xfa\x9c\x19\x6f\x69\x73\x94\x51\x29\x42\x63\x62\xf4\xec\x57\x28\x6c\x86\x81\x0e\x7d\x47\x1c\x07\x31\xa0\xd9\xae\xa9\xfe\xee\x79\x08\xeb\x99\x95\xed\xd6\x37\xc3\xd6\x34\x47\xda\xc1\x95\x2d\x19\x7b\x01\x89\x50\x8e\x24\x7f\x51\x9d\xc2\x91\xa8\xfa\x6a\xc4\xbf\xc2\x91\x65\xbc\xb2\x1d\xf5\x05\xb9\x2b\xb2\x71\x44\xb2\xda\xcf\xc1\x28\x67\x6c\x9c\x5d\xfd\x0a\x67\xb6\x72\x0f\xbc\x68\x16\xc2\xc2\x13\x99\xef\xb3\x75\xb5\xd2\xa1\x87\x0b\xd1\x43\x54\x9b\x70\xe4\xf9\xbe\x8d\xb8\x0b\x47\xef\xf9\x55\xdd\xbe\xc2\x99\x6d\x1b\xed\x2c\xcd\x50\x48\x9a\x53\xef\x40\x9d\xb3\x19\x51\xf6\x43\x7b\xbc\xca\x34\x90\x92\x5d\x78\x36\x21\xb0\x40\x1d\xdb\x6f\x17\xf2\xef\xcf\xe6\xfe\xc1\xc2\x80\x61\xf9\x3f\xf1\x30\xab\xc0\x91\x07\x85\xf2\xfb\x83\x34\xb0\xbb\x86\xed\x56\x78\x3d\xc5\x79\xb5\x6b\x5f\xc1\x58\x04\x57\xc0\x13\x63\xb0\x0b\xfd\xf7\x27\x98\xeb\xa8\x0c\xa1\x9b\xf0\xb3\x97\x13\xab\xab\xe0\xa8\xea\x0d\x5f\x34\x07\xbb\x31\x37\x71\xec\x0d\xaf\xfb\x60\x7d\xee\xc2\xfd\xfb\x13\x17\xe0\x55\xe6\x57\x28\xee\x28\xc1\x22\xae\x32\x9f\xc9\x4e\x84\xc1\x34\x84\x36\xab\x6a\x3f\x54\xec\x87\x14\x5a\x92\x55\xed\xc6\x0b\x2b\xbc\x7f\x3a\x76\x5a\xb5\x04\x12\xbb\x0b\xfb\x98\x0e\x1d\xde\xaa\x56\xf0\x81\x95\xb7\xd3\x2b\xac\xaa\xa2\x6a\xc2\x83\xab\x8b\x4c\xf3\xbb\x36\x05\x07\xed\xcd\x3d\x03\xc7\xf0\x55\x5a\x36\xa4\x08\x71\xb1\xab\x60\x3a\x76\x61\xef\xb8\x14\x86\x2c\x51\xed\xc2\xf7\xe1\x10\xba\xbe\x55\xad\xaa\x99\xe0\x46\x42\xd0\xbf\x2a\x2c\x1d\x50\x18\xfb\x8b\x12\xd0\xc1\xa6\xc3\x2a\x38\x45\x7c\xcf\x5d\x9b\xfc\x20\x04\xdb\x08\x67\xf1\x55\xb1\xb6\x51\x88\x13\x31\xa1\x91\x3e\xd9\x74\xa8\x36\x7b\xcc\x6f\x35\xc3\x8e\xd8\x85\x7b\xb3\x11\x46\xb4\x09\xdd\xc7\xb2\xa1\xe1\x08\x3c\x88\x42\xfa\xfd\x89\x18\x86\xbb\x32\xd8\x2e\x42\x3a\x84\xa7\xfc\xae\x69\x12\xe2\xba\xdc\x22\x9f\xed\xaa\x08\xfa\x8b\x42\x1c\xe2\x09\x4d\xbb\x06\x2f\x72\x84\xe6\x90\x6b\x47\x6d\x0a\xfe\xec\x85\x6d\x68\x64\xa8\xd3\xa1\x62\xf4\xd0\x6f\x45\xad\x0b\xc6\x44\x16\xc2\x53\x30\x27\x12\x13\x36\xd4\xf1\xc1\x8e\x0b\xfe\x0a\xde\x13\x13\x37\xc4\x55\x61\xd9\x81\x42\x2c\x2a\x4e\x63\xe4\xec\x42\xe1\xf9\xfd\x01\xeb\x57\x91\x05\x0f\x85\xf6\xfb\x13\x76\x85\x51\x19\x42\xc1\x44\x61\x0a\xbe\x93\x5f\x13\x29\xb2\x9c\xab\xf5\xab\x65\x83\x6c\xd8\x99\x4b\x81\x14\xa6\x82\xc2\xb4\x74\x45\x1b\x88\x4b\x85\xc2\x26\x8f\x11\x7f\x68\x55\xcf\xec\x87\x47\xf0\xf3\x16\x71\xf5\x76\x8d\x6d\x7b\x48\x72\x7a\x78\xf5\xae\xea\x55\x8d\x44\x70\x9c\x1e\xd6\x6d\xab\x7a\x57\x23\x41\x25\x73\xa8\xe6\x77\x8d\x9b\x0f\xf6\x95\xb9\x62\x1b\xb8\x81\x34\xee\xc2\xe6\xb2\x23\x88\xda\xae\xe1\x8c\xaf\xc8\x18\x5e\x32\x56\x89\x93\x47\xde\x85\x7d\xd0\xdd\x95\x3d\x1c\x60\x20\x76\xa1\x63\x33\xa1\xf5\x31\xd9\x3a\xcc\xe9\x72\x84\x31\x5e\xd5\xc9\x23\xef\x42\x8a\x2f\x72\xc2\x59\x70\xd9\x1b\xa7\x11\x06\x91\xad\xb0\xcf\xc8\xe1\xc8\xb1\x6b\x43\xf0\xfe\xb4\x86\x63\xbe\x22\x51\x19\x0a\x65\x4f\x1b\x56\x9b\x2f\xae\x64\x0f\x43\xeb\x16\xc2\xd1\x55\xc7\xc5\xd9\x1c\xd7\x9e\xcd\x4c\x52\x05\xff\x60\x14\xf6\xf5\xa5\x78\x03\xcc\x4d\x09\x71\x71\x8e\xac\x26\xab\x22\x16\x13\x0a\xe3\xf7\xc7\x83\x57\xa8\x43\x94\x64\x04\x25\x89\xe8\xe7\xab\x42\x26\x8c\x02\xa2\x75\xdd\x80\x5d\xf0\xe6\x6a\xd3\x8d\x45\x0f\xef\x21\x14\xd6\x1e\x28\xec\xa8\xf1\xe1\xb8\x32\xd1\x40\xe2\xda\x1c\x5f\xee\x1d\xaa\x70\xf3\xcd\xe7\x49\xbe\x2b\x7c\x72\x42\x9a\x18\x95\x2e\x34\x3a\x28\x74\x08\x9d\x31\xc7\xe8\xe0\x52\xbf\xd7\xee\x77\x58\x5f\xee\x8a\xc6\x89\xe6\xeb\x21\x2e\x5f\x75\x3c\xb8\xde\x56\xa8\x4a\x91\x99\x64\xd7\x46\x25\xbc\x17\x4c\x09\x5d\xe7\xae\xe1\x0a\xb2\x0b\x9b\x33\xbb\x71\xce\xd7\x49\x6e\xab\x22\x0d\x79\x8e\x38\x28\xab\xc2\xf7\x06\x85\x3b\x7a\xd8\x09\x57\xc1\xb0\x1a\x48\x84\x97\x60\xe4\x55\x66\x23\x38\xe5\x77\x61\x9f\x51\xb8\xf7\xd4\x79\x93\x76\xc3\x13\xb9\x14\xcc\xf0\xbc\x49\x7c\xe6\x1d\xc4\x27\x5d\x7a\xe7\x64\x0f\x23\xcb\x58\xe3\x46\x9e\x89\xe3\x4d\xf7\xe5\x1b\xa3\x85\xcc\xdf\x28\x94\x38\x44\xd0\x15\xb2\x33\xbb\x10\xbb\xa7\x0b\xe7\xb0\xcc\x0e\x9a\x0c\xd4\xc0\x39\xef\xc2\x66\x39\x30\xf3\xd3\x06\x9f\x8d\x00\x41\x30\x6e\x58\x75\x3a\xe7\x61\x86\xfd\x87\x1b\xc7\xc4\x71\x03\xaa\x14\x8d\xdf\xa1\x43\x8c\xea\x57\x38\x0e\x4b\x1c\xae\x33\xdc\xd4\x51\x80\xba\x14\xdf\x33\x78\x68\x40\x9d\x09\xd7\xaf\xa8\x75\xc1\x7b\x2d\xb7\x9e\xfe\x9c\x2b\xaa\x73\x92\x26\xcc\xc8\x00\x99\x43\x99\xb5\x6b\x83\xd3\x87\x5c\x05\x09\x9c\x67\x9d\x1f\xe7\x44\x85\xab\x5a\xf8\x1d\xed\x0a\x69\xc2\xfc\xec\x79\x84\xad\x49\xd4\x9a\x60\xc8\xe4\x31\xab\x4b\x0b\x09\x37\xb0\xc8\xe3\x13\xb5\x21\x18\x02\x53\xb4\xbd\xb4\x06\xd6\x88\xcd\x9f\x01\x3f\x6a\x04\x21\x0d\x53\x04\x0c\x5d\xcd\x38\xd9\xbb\xb0\xb9\x9d\x30\xd3\x5c\x7b\x62\x1c\x70\xdd\x6f\xf1\x08\x4e\xb7\x6b\xa0\x71\xbb\x90\xf7\x44\x45\x0f\x9b\xd5\x21\x78\x4f\x6b\x89\xf8\x78\xab\x59\xc7\x3c\xed\x02\xe7\x09\x8f\x9b\xf1\x9d\x48\x4c\x9e\x73\x1c\x7b\xbb\xfa\x11\xfe\xdd\x27\x70\x07\x8a\x9d\xde\xe0\xa4\x90\xc2\x4e\x79\xd7\xb0\x94\x76\x61\x4f\x44\xa8\xe6\x56\x33\x37\x76\x25\xdc\x81\x5a\xa8\x79\x76\x4d\x9f\x19\xb1\x0d\x22\xa4\xd6\x6a\x36\xb0\xe9\x76\x21\xce\xbd\xb8\x96\x36\x9b\x7a\x18\x4e\x36\x61\x9b\x17\xb5\x26\x18\xd1\x53\xf0\xf4\x47\x4f\xc7\x5c\xc3\x91\x70\xd7\x06\xbb\x1d\xc2\x8d\x14\xd6\x0f\xab\xd9\x17\x7c\xd4\x2e\xec\x05\x91\xd9\x93\x47\x43\xf5\x40\x8c\x14\x8c\x54\x43\x6e\x58\x14\x7a\x5c\x97\x0a\x60\x8e\xb7\x87\xd1\x83\xe3\xbc\x6e\x08\x98\x8f\x42\xcc\x4e\xf0\x1e\xcd\x13\xf8\x9d\x86\xf8\x8e\xa5\x3b\x9e\xce\x20\x0a\xbb\x30\x7f\x7f\x2a\x7b\xe2\x15\x8c\xeb\x2e\xec\x7b\x73\xc8\x2c\x77\x4d\xaf\x8c\x29\xce\x21\xc0\xde\x35\x6c\xa2\x86\xa8\x8e\xb0\x5a\x5c\x0d\xa9\x5e\x51\xc8\xfb\x6e\x1b\x5b\xae\x79\xc3\xfd\xac\x41\x8d\x0b\xbf\x8f\x5d\x53\xbf\x91\xb6\xe2\x0a\x5b\x92\xd5\xbc\x73\x9d\x78\x30\x9f\x3d\x42\x3f\x45\x6d\x0a\xde\x57\xf8\x8e\x91\xf5\x08\xa8\x86\xc2\x37\xd6\x66\xa0\x64\xdf\x76\xc1\xf6\x08\x66\x7c\x0e\x6f\x20\xbb\x10\xc7\x07\xce\x48\x7a\x30\xa3\x30\x63\xc9\x1a\xde\xc9\x5b\xc8\x2e\x94\xd8\x3e\x1c\x96\xc9\x79\x63\xfc\xfa\x1c\x36\xa9\xbb\xaa\x4f\x9a\x9c\x0a\xa2\x4b\xe8\xf3\xfb\x93\xc1\x05\x36\x58\x78\x46\x61\x13\xe4\x16\x86\xbf\x51\x4b\x82\x73\x7c\xbe\x11\x2e\x82\x37\xdf\x1e\xea\x9f\x5d\xe3\x7a\xf3\x58\x6f\x20\xa1\xcd\xbf\x5c\xe1\x8e\x1b\x51\xa8\x19\x76\x6d\xf0\x8d\xc8\xa8\x1a\x66\x68\x51\x33\xc1\xbe\xe9\x92\xe3\x8d\x0f\x89\x81\x87\xb8\xa3\x39\x3a\x02\x95\x01\x0a\xd1\x3f\xd0\x88\x71\x73\x48\xe0\x41\xdd\x71\x06\xb7\x91\x39\xf7\x60\x5a\xa0\xe5\x5d\x6d\x68\xb9\x41\xc7\xec\x09\xa4\x03\xaa\x5f\x14\x56\xcc\x4f\x41\x2b\x03\x74\xb6\x21\xbe\x08\x8c\x7b\x76\x0d\x97\x96\x5d\x88\xb3\x29\x94\x97\xab\x8d\xa9\xc7\x45\x96\x3b\xf0\x8f\xde\xfa\x09\xb1\x49\xbe\xf9\xfc\x07\x97\x91\x5d\x48\x41\x99\x30\x8c\xf0\x91\x40\x21\x9e\x87\xf4\xb7\x8d\x0f\x97\x3f\x7c\x26\x3a\x04\xd6\x0d\x46\x63\x28\xc0\xcd\x15\x23\xb3\xf4\x51\xc1\x6f\x5b\x84\xdd\xdd\x35\x67\x27\x43\x0a\xe6\x8e\xf5\x3c\x16\x27\x74\x20\x63\xed\x0d\xe1\x4e\x1b\x0f\x77\xc5\x78\xe2\x5e\x1e\x29\x47\xa2\x56\x05\x6f\xa6\xa5\x60\xf3\xc3\x3c\x0b\x85\xd8\x2c\x8e\xae\x3c\x9a\xbb\x67\xcf\x1d\x0c\xf1\x16\x3d\x8a\x51\xd8\xec\x53\x02\xf5\x1c\xcf\x54\x23\x71\x63\x4a\xd8\xce\xf3\x02\x43\xb9\x0b\x7b\x5d\x40\xf8\xdd\xe6\x05\xf1\x39\xdd\x91\x1b\x74\x09\x0d\x79\xa0\x50\xd8\xe7\x6d\x06\x9d\x9c\x17\xa7\x68\x46\x1c\xa7\x9c\x40\x86\xe6\xcd\x4d\x8e\xe4\x50\x0d\xd2\xaa\x5d\xfb\x0a\xde\xeb\x22\xdc\x49\x76\x0d\x52\xe7\x36\x91\x15\x0c\x0c\x7c\x43\x52\x28\x14\xf6\xb4\x25\x6c\x2c\xb8\x16\xa3\x00\x17\xad\x58\x8a\xb3\x08\x86\x45\x80\x63\x85\xce\xca\xad\x3f\xc3\xde\xb9\x87\xdd\xf1\xa2\x1f\x2c\x0a\xdf\x3d\x99\x29\x06\x76\x1a\xae\x3b\x0d\x26\x5b\xc8\xc7\x1e\xb5\x8f\xe0\xfd\x74\x03\x99\x98\x0e\x9e\x6a\x17\x7a\xc0\x18\xaa\xc1\x23\x65\x86\xef\x96\x67\xd0\x89\x39\x07\x3f\x07\xb1\x74\x2c\xa2\x3a\xae\x36\x3f\x9a\x87\x08\x93\xe2\x11\xe9\x7b\xd1\xcf\x32\x0a\x7b\x50\x90\xd2\x62\x75\x89\x3d\x3a\xc5\x80\x94\x7b\x74\x09\xec\x3a\x7d\x44\x12\x68\x79\xb7\x1b\xeb\xad\x33\x63\x52\xbe\x8e\x9e\xf7\xff\xc1\x28\x75\x23\x9f\xbb\x0b\x21\x5b\xbb\xe2\x0a\xda\xe1\x42\x82\x82\xa3\x39\xbc\xfe\x76\x3d\x1f\xa7\x6b\x0e\x8f\x89\x5d\x05\x3f\xb3\x0b\x23\x64\x8e\x99\xcf\x4f\x7e\x06\xb2\x32\x85\x9f\xd9\xea\x96\x70\xe7\xdf\x85\x7d\xbe\xaa\xf5\xac\xde\x44\x48\x86\xae\x6f\xcb\x7a\x29\xe2\x18\xb7\xf0\xf4\x5c\x74\xd4\x44\x61\xfc\xfe\xa4\x88\x47\xbf\x6b\x2e\x78\x0f\x74\x86\xd0\xad\x4b\x00\xd8\x99\x02\xf2\xbe\xcd\x89\x67\xe1\xe5\xf7\xa7\x18\xbb\xd8\x71\xc6\xec\x42\x6c\x6c\x1c\x03\xdd\x3a\x76\x59\x47\x40\xf2\x9a\x83\x39\xde\xec\x2a\x5b\x31\xc7\xd1\x63\xc2\x97\xf0\x07\x03\xd6\x81\x0f\x0e\x0c\x2c\x4c\x22\x72\xe1\xea\xe6\xfa\xa4\x50\x85\x77\xac\xd7\x2e\x61\x48\x87\x30\xc4\xc2\x86\x61\x75\x1b\x9a\xa5\x90\x7a\x20\xc7\xca\xae\x81\x88\xef\xc2\x42\xd7\x31\x02\x63\x70\x1c\x11\xec\x27\x45\xd2\xb9\x5d\xd5\x6c\x44\xa8\x90\x06\xe9\x72\x47\x2e\x24\x14\x22\x1c\x41\x41\x2b\x5f\x7d\xd1\x17\xbb\xb8\xb1\x75\x92\xd3\x5d\xe8\x78\x6b\x25\x7e\x9e\x7f\xe2\xfe\x62\xe8\xe5\xd2\x88\xad\xe0\xc8\x72\xc5\xca\x7b\x70\x91\xdc\x85\x50\xc9\x04\x1f\xd4\xfd\xe2\x5b\xa1\x03\xbc\x2d\xe2\x2d\xed\x2a\x76\x72\x87\xf4\x23\x83\x16\x76\x04\x81\x41\x61\xee\xbd\x19\xf2\x8c\x5d\x7b\x08\xef\x33\xdc\x21\x0e\xea\x30\x66\x40\xe1\xf3\xfb\x93\x43\x35\xbe\x3a\xa2\xc0\xa0\x10\x52\x22\x68\xcf\xba\x67\xf5\x25\x2e\xf4\x3d\xb2\x71\xec\x1a\x87\xd1\x73\x2c\xea\x8a\x05\xe3\x19\xa7\x5e\x87\xe8\x25\x71\x7d\x79\x01\xf3\xb5\x0b\xc1\x4e\x5d\x59\xf8\x47\xf8\x77\x2f\x47\x7e\x67\xc1\x2d\xb0\x33\xce\xcc\x1d\x2e\x69\xbb\xca\x39\xf5\x70\x41\xce\x09\x64\xc2\x0b\x88\xd0\x2e\xec\x95\xd1\xd0\x95\x32\xd5\x08\xce\x93\x44\xb4\x0b\xdd\x17\xb8\xb0\x69\x58\xdd\x29\x5c\xe8\xe0\x35\x91\xa0\x71\xd7\xf4\xc2\x70\xc9\x4b\xe1\x6a\xb0\xba\x37\xe7\xc7\x47\x62\x26\x78\xed\x46\xcd\x05\xc3\xb4\x23\x03\x1e\xfc\x78\xb8\xf0\x3a\xfb\x47\x61\xe7\x2e\x84\xad\x0e\xf6\x96\x38\xcf\x0e\xce\x33\x81\xc3\xec\xe2\x30\x3b\x38\x4c\x23\x85\xf4\xae\x9e\x84\x45\x65\xd2\x00\xf2\x26\xb2\x0b\xe9\xf7\xa7\x44\x0c\xb4\xd5\xdd\xb9\x85\x1c\x7e\x10\x14\x89\x77\xf7\xc9\xc7\x23\xd8\x00\xf2\xa1\x45\x6d\x0a\xde\x2b\x25\x83\x5a\x3b\xf5\xc0\xdd\x19\x67\x00\x84\xcb\x87\x73\x2e\xb1\x11\xaf\x88\x69\xb0\xba\x4f\x9c\x8f\xbb\xb0\xf6\x07\x71\x75\x4e\xad\xab\x30\xef\xc9\x91\x0f\x7d\x75\x49\xb2\x76\x21\x88\x25\x3f\xe8\x63\x4b\x30\x82\xb8\x5d\x18\xf2\x8f\x86\x3c\xce\x99\x5e\xd9\x73\xaa\x7c\x3b\xcc\x26\x53\xee\x6c\x45\xdf\x19\x1a\x5b\x8b\x48\xec\xab\xfb\x57\x1f\x14\xda\x54\x84\xf8\x8c\xda\x14\xfc\x09\x18\x3d\xfc\xaa\xed\x20\x09\x5e\x38\x2a\x4b\xdf\x13\x02\x9d\x62\x20\xc4\xc8\xd5\x84\x42\x0e\x42\x91\xd1\xf1\xa5\xb1\x5d\xa0\xac\x7c\xfc\xd1\x2e\x44\x56\xcb\x14\xd6\x30\x51\x5d\xc2\xc1\x35\x72\xfe\x29\x2e\xea\x4c\xd5\x9f\x35\x00\xcf\xe0\x7a\x0e\xf3\x79\xe4\xc0\x58\x7d\xe8\xa0\x1d\x38\x68\x23\xed\xc2\xae\x81\xc7\xec\x08\x0d\xdf\x2f\x0c\xd7\xa0\x48\x67\x17\xea\x1e\x00\x4c\x34\x92\xbc\xa3\xd0\xf6\x00\x84\x2c\xaa\x8f\x44\x5a\x36\x22\x5a\x54\x8e\x28\x07\xab\x8f\xcc\x09\x1d\x39\xce\xea\x0b\xd2\x98\x0e\xf9\x60\x14\x82\xb2\xde\x09\xa3\x8e\x78\x82\x28\xc4\xde\x4f\xc1\x63\x76\x44\x8b\x47\xe1\x13\x6b\xf7\xc6\x6b\x0b\x29\xeb\x28\x38\x8b\xc0\x96\x77\x24\x42\x47\x21\x36\xba\x81\x42\x23\x30\x3b\x0a\x48\xdb\x92\x00\xf3\x4c\x87\xd9\xa8\xdd\x58\x8e\x08\x6c\x8e\xc2\x0c\xc2\x15\xdc\x7a\x47\xb0\x72\x14\xf6\x6c\x93\x40\x23\xd6\x37\x0a\x61\x15\x6b\xe8\x63\xd7\xf8\xf6\xa0\x67\x8e\xc3\x78\xf4\xc1\x4f\x8a\x7b\x62\x87\x64\xb9\x23\xc8\x36\x0a\x7b\x39\x42\xa7\xd9\x87\x71\xaa\x87\x85\x44\xaa\xf0\x3b\x79\x2d\xe9\xb8\x96\x94\xb0\xa3\xdb\x35\x0d\x63\x24\x1b\xac\xe1\x8a\x15\xb5\x2e\x38\x46\xa5\x78\xff\x0b\x9c\xd3\x70\x1e\xe0\x23\xe4\x5c\x77\xb2\x9b\x2f\x27\x8d\x65\x24\xe8\x9c\xb0\xa3\x06\x55\x11\x1d\xc1\x9c\x7b\xad\x84\x35\xe7\x63\xcf\x79\xee\x1c\xb5\xa1\x71\x80\xfe\xee\xba\x38\x6c\x53\x53\x85\xa4\x20\x77\xe4\x68\x8a\x6a\x12\x8e\x10\x24\xe0\xbf\xc6\xb4\x22\xbc\xc6\x37\x03\xfe\xa8\x99\x10\x9e\xf7\x70\x74\x5c\x1d\x97\x12\x14\xfa\xa6\x91\xec\xe3\xa3\x4f\x0a\xd9\xea\x7d\x43\x2a\xd5\xe7\x85\x8b\xf2\x2e\xec\x6b\x5e\xc5\x3b\xe7\x8d\xfb\xe9\x2e\x78\x34\x0e\x98\x6a\xe2\x8e\x40\x44\xfd\x06\xdb\x20\x36\xbf\x83\xcd\x2f\x37\x78\xbb\x99\x79\xde\x31\x5c\xd0\x1e\x5f\xe2\x55\xf8\xbe\x40\x19\x8e\xc1\x99\x71\x55\xee\x33\x62\x7f\xd4\x86\x83\x1d\x77\x04\x14\x9e\xbd\x6e\xb0\x8b\xe1\xf8\x8d\x42\xbc\x33\xee\x95\x7d\xea\x40\x99\x50\xf9\x5e\x61\x06\xbc\x3a\xb4\xb4\x51\xe0\xbe\xc4\x64\x4c\xe7\x49\x33\x23\xde\x43\xcd\x60\xf9\xa6\x73\xdf\xcc\x88\xbb\x57\x2b\x76\xeb\xa4\x8c\xa3\xd3\x56\x28\x47\xb6\xc3\xd5\xe7\x47\x7d\x0c\xf9\xbb\x19\x36\xf1\xfc\x6a\xb8\x10\xd5\xa1\x40\x1f\xda\xe7\x97\xe7\xef\x0c\x7e\xcb\x0c\xac\xb3\xec\x50\x3a\xec\x50\xbc\x98\x60\x17\xbc\x79\xe1\xce\x51\xfc\x92\x72\xd0\xb8\xe4\xce\xe0\x1c\x27\xd5\xd5\xbb\xb0\x2f\x40\x37\x1f\x5f\xe4\x04\x11\x47\xc6\x8c\xe3\xf2\x90\x12\xcc\x67\x0f\x9c\x45\x08\x9f\x5d\xd3\xd4\x85\x25\x85\xdd\x1c\xad\x47\xa3\x15\xd6\xdf\x99\x1c\xc2\x7c\xc8\x7b\xcd\x67\xbf\xdb\xc9\xef\xe1\x36\x84\xc2\xfd\xfb\x53\x22\x5c\x71\xd4\x92\xe0\xe0\x9a\xee\xcc\xc7\xa7\x1e\xdf\x4b\x14\xd9\xfe\xa3\xd6\x05\xc7\xde\x86\xc4\x6e\x57\xbf\xc2\x43\xe6\x09\x3d\xb1\xc9\xcc\xc2\x60\x66\xd1\x21\x82\x37\xe4\xa6\x42\x21\xbc\xa6\x70\x45\x35\x23\x3b\xb9\x27\xe1\x8a\x71\x69\x80\x71\xa6\xee\xc2\x26\x34\xb8\x23\x19\x3c\x68\x50\x88\xe5\x15\x87\x84\x19\x4f\x83\x5d\x28\xbf\x3f\x09\xf6\x3f\x86\xf0\x92\x28\x84\x35\x30\x34\x75\x06\x0b\x3d\x14\x62\x46\x83\xf9\x34\x6b\xce\xc6\x43\x7a\x57\xa0\x4c\x33\x23\x99\xdd\x85\x84\x01\xc0\xe3\x1d\xc3\xbb\x0b\x41\xa5\x22\xbf\xf0\xae\x62\xc0\x0c\x2a\x63\x8b\x18\xec\xcb\xa0\xdf\x45\x61\xfe\xfe\xa4\x30\x6d\xdc\x35\xdc\xee\x76\xe1\x1b\x4f\xa3\xeb\x8e\x3d\xba\x0b\x71\x13\xc8\x49\xb8\x09\xf7\x3d\x49\x37\x5a\xf1\x21\x38\x2e\xcc\x29\x52\x4b\x2c\xb3\xa1\x81\x09\xd3\x86\x06\xc9\x95\xd9\x57\x93\x11\x6b\x37\x41\x43\x66\x70\x42\x41\x21\xcc\xa8\x7a\xf0\xd9\xe6\x05\x74\x7a\x17\x62\x60\x82\xd4\x99\x57\xbe\xd4\xe3\x94\x2b\x50\xbd\xee\xda\x43\x18\x16\xf8\x61\xcf\xbb\x0c\x8a\x4e\x14\xc2\x84\x2d\x18\x56\x73\x9b\x84\x11\x46\x39\x47\x70\xc3\xb5\x3f\xb4\x01\x87\xbb\x6d\x8e\xf0\x9d\xbb\x0a\xa9\xdb\x2e\xac\xdf\x1f\xb8\xf6\x2e\xf3\xc1\x4f\x82\xe3\xb9\x81\x03\x37\x69\x3c\x0d\x1a\x4f\x8b\x2c\x93\xcb\xa0\xe7\x44\x21\xff\xfe\xe4\xf0\x96\xdf\xb5\xc1\x77\x42\x2f\x71\x25\x0c\xaf\x7f\x21\x19\xd9\x85\xe0\x36\xc2\x1d\x64\x99\x2f\x6c\xd3\x5d\x08\x0a\x9b\x3b\xfa\x48\x3b\x8c\x5d\xe8\xb8\xb2\xc7\xec\x0d\x1a\x1b\x19\x58\xa3\x3b\x71\xb6\x07\xcd\x8d\x76\x61\x0f\x0d\x2c\xbb\x6c\x50\x20\xb1\x0b\x61\x11\xd2\x0b\xe1\x2a\x18\xb1\xf6\x82\x85\xb4\x71\x4f\xe1\xa1\x80\x06\x01\xb7\x91\xa0\xc8\x31\xe4\xdf\x49\x11\x22\x6f\xd7\x38\xee\x03\x59\x2c\x4b\xc6\x88\x21\x77\x3c\x0a\xe9\xf7\x27\x83\x11\x35\x18\x34\xa3\xb0\x42\x39\x99\x01\x4f\x3d\x1d\xaa\xc2\x2b\x62\xcb\x2c\x1b\x05\x22\x5d\x03\x23\x55\x22\x62\x5e\xd4\xba\x60\x0f\xa3\x81\x0b\x9f\x44\xab\x90\x5d\x88\xeb\x76\xc6\xde\x1b\x55\x03\x86\x38\x72\x29\x61\x8f\x8d\x0a\xc9\xc2\x2e\x84\xf4\xba\xb2\xf3\xda\xd9\x8c\x7d\x93\x23\x3e\xe9\xb2\xd1\xf5\x7c\x48\x22\xcc\xb1\x96\x10\x2e\x12\x85\x60\xa3\x23\x90\xfc\xb2\x41\x9d\xde\x2e\xec\xdb\x12\xcc\x6b\xe8\x3c\x8e\xc2\xe6\x5c\x9d\xb3\xe7\xfa\xa8\xd8\x9c\xf0\x6e\xdc\x35\x35\xee\x61\x47\x63\xd8\x64\x63\x6a\xae\x11\xc7\xec\x32\xac\x77\x04\xb4\x41\x61\xe3\x77\xb9\xfe\x82\xf1\x92\x8d\x8f\xa6\x2b\x96\x74\x81\x5a\x9b\x2e\xc2\x28\x04\x5f\xc1\xb5\x40\x8b\xc8\x5d\x98\x71\x80\x76\x7c\xd9\x52\xa7\x16\xec\xdd\x0a\x16\xf8\x58\x24\x37\x74\xf5\xcd\x35\xf4\xc9\x26\x6d\xad\x41\x5b\x6b\x11\x9b\x6e\xd7\x48\x11\xa0\x9f\xbd\xaf\x84\xde\xcc\xc4\x81\x9b\xc1\xe4\x7b\xcb\x84\x49\x59\x67\xc2\x85\x1c\x12\x47\x9b\xb4\x62\xdb\x85\xbd\x62\x23\xca\xc4\x32\x24\x53\x45\x61\x5f\x05\x22\xff\xdb\xae\xa9\x95\x70\x48\x2d\xd0\xc9\xdb\xcc\x38\xe6\x76\x21\x56\x60\xc8\x55\x77\xed\x23\xf8\x1b\x30\x9e\xa6\x75\x93\x31\x8b\x7d\xaa\xd8\x82\xb3\xb8\xf0\x3d\xc9\x08\xd2\xb8\x6c\x8a\xf4\xcd\x20\x7d\x8e\x4b\xa9\x4d\xf2\xef\x86\xc0\x39\x1e\x3e\x2e\xbb\x86\xcb\xc4\x2e\x94\x0d\xe3\x44\x98\x46\x6a\x33\x91\x00\xe6\x82\x1c\xc0\x24\x42\x35\x88\x50\xef\x3b\x7c\x89\x96\x41\xd9\x8b\x42\x08\x0e\x35\xba\xc3\xf9\xd6\xe0\x7f\xef\x1c\xb1\x2e\x96\x4d\x0a\x9f\x76\x61\x33\x11\x90\x5a\xd3\x93\x15\x85\x58\xae\x20\xcf\xf3\xa3\xd1\xfd\xc0\xa0\xa0\xe1\xa5\xb4\x3f\x33\xd8\x9f\xdd\x17\x29\xe8\xfc\xa8\x33\x61\x1d\x7d\x5f\x06\xe2\x34\xbf\x1a\x48\x44\x4a\x4a\xe1\x5a\x18\xd5\x87\x78\xd8\xcb\xa6\x70\x06\x8c\xaa\x9e\xa7\xc1\x2c\x76\xf2\xfc\x6a\x70\x20\x0a\xeb\x9d\xef\xe5\x0d\xd7\x60\xd6\x7a\xd7\x88\xe5\xb5\xdc\x48\xe5\x76\x21\x85\xf9\xbd\x13\x1e\x82\xe7\xde\x07\xce\xa7\xb1\x65\x77\x21\x4c\xba\x63\x29\xb9\x65\x30\x0c\x8e\x5c\xf5\x1d\x1a\x58\xb7\x8c\x9b\x04\x1d\x67\x2d\xe2\xa2\xec\x1a\x36\xb8\xc3\xc5\xcb\x60\xfc\xee\x30\x99\x44\x01\x86\x51\x86\xc7\x0b\xc8\xf3\x2e\x84\x91\x51\x64\xd5\x8e\xea\x10\x1e\xb4\x2c\xc2\x5a\x2e\x47\xb2\x4a\x14\x62\x4f\xe2\xfe\xe2\xc8\x59\x89\xc2\x13\x46\x6e\x09\xf0\x10\x3c\x62\xed\x75\x0c\x40\xd3\xb8\x20\xff\xd6\x65\x7e\x13\xaf\xc2\x1b\x7a\x69\xc0\x31\xdf\xbb\x70\xa3\x97\xe8\x4d\xd3\x18\x44\x54\xfd\x1a\xd1\x74\x76\x4d\x63\x00\x8d\x66\x8a\x68\xe8\xcb\x91\x47\x1f\x85\x19\x6a\x68\xb4\x6e\xce\x6f\x8a\x54\x4b\xb9\x70\xdc\x27\x0e\xba\x5d\x28\xe8\x24\x5a\x99\x53\x38\xe2\x22\x69\xe4\xbf\xea\x24\x94\x7d\xb7\x73\x11\x3c\x20\x4b\xbb\xf0\xdd\xe7\x68\xdc\x8f\xe8\xb1\x8b\x82\xc3\x92\x53\xf8\x10\x3e\xb1\xa1\x3a\x70\x50\x94\x5d\xd8\x6b\xc9\x82\xfc\xbb\x93\xba\x39\xa3\x61\xe7\x48\x04\xbd\xab\xe0\x31\x76\x61\xfd\xfe\x54\x88\x3f\xdc\x79\x59\xdb\x85\xe0\x0f\xc3\xaf\x6e\xb9\x37\x35\xd3\xe0\x06\x13\xa6\x7d\xee\xbc\xe4\xef\xc2\x08\x2b\x9a\x0b\x78\x57\x27\xe3\x46\x55\xe1\x4c\xe1\xde\x71\xc0\xee\x42\x86\xc6\xa7\x13\xd7\xe3\x38\x19\x23\x5e\xe5\x72\x77\x70\xce\xbb\x10\x36\xa0\x46\x78\xb0\x19\x0f\xbf\x1d\xdc\x3f\xdd\x1d\x0c\x8c\x23\x49\x7a\x8e\x68\x31\xcb\x7d\x70\xd1\x40\x58\x97\x8b\x0b\x36\xc1\x9b\x1a\x5e\x05\x5d\x1c\xea\x62\x68\x79\x3c\xd2\xda\x45\xad\x08\xde\x6b\x20\xd2\xbb\xec\x1a\xc8\xd2\x2e\xd8\x3e\xc8\x1c\x83\x4b\xbb\xda\x5d\xe8\xf1\x4a\x27\xec\x82\x47\x34\x82\xa7\x3f\x7a\x3a\xa8\x59\xe9\x17\x06\xe5\xc3\xc5\xeb\x08\xc7\x91\x22\x5f\x7b\x54\x97\xf0\x90\x7f\x39\x36\xbc\x7f\x26\x3f\x28\x5c\x29\x2a\x74\x89\xee\x1f\x4d\x74\xdc\x37\x2b\x8c\x7a\xdc\xbf\xce\xd6\x23\x77\x4f\x85\xaa\xce\x9d\x26\x88\x0e\x65\xb3\x83\x51\x75\x7f\xb8\xad\x1d\x01\x04\x32\xae\xbc\xee\x8f\xb3\x71\x44\x0d\x4d\xf0\xe6\x70\x7f\xf4\x52\xde\xb3\xa0\xad\xf3\x71\x81\x47\xd9\x85\x1c\x53\xe4\x84\xab\xe0\x30\x37\x0c\x06\xcb\x21\x99\x43\x61\xb3\x6f\x70\xe9\x70\x31\xa4\x0e\x86\x34\x3b\xc6\x65\x5c\x24\x8f\x23\xdc\xa2\x0a\x2c\x26\x7c\xdc\x7a\x1a\x51\x4a\x13\x5c\x9f\x7c\xdc\x5c\x44\x03\x49\xd5\x53\x84\x0d\xdb\x55\x6e\xdf\x11\x1e\x45\x77\x6e\x98\x8e\x91\x06\x3b\x83\x48\xa5\x57\x66\xdf\xc9\x7a\x3a\x58\xcf\x3b\xe1\x46\xe1\x83\x56\xea\xbb\x10\x46\x91\x15\x23\xc0\xb3\xd9\x99\x8c\xf1\x82\xc5\x9c\x8f\xc2\xd9\x1e\x71\x6f\xb9\x6f\xef\xf9\xcf\x39\x29\x1f\x14\x74\x38\xb2\x2e\x56\x9c\xa2\x3e\xda\xe0\x5b\x10\x31\x38\x45\xf4\x86\xe5\xa3\x3b\x3f\x0e\x1e\x75\x97\x37\xf4\xaa\xab\xb3\x08\x8b\x79\x3b\x16\xcf\x70\x3d\x8f\xa4\x23\x39\x75\xe1\x43\xf8\x3e\xa1\x9c\x63\xe4\x7a\x2d\x9c\x31\x73\x38\x9c\x2f\x87\x39\x40\x14\x60\x09\xca\x29\x98\x6a\x3d\xd8\xcb\xea\x37\x3a\x4f\xb3\x00\x87\x59\x40\xe9\xd8\xc7\xe3\xc3\x35\x48\x3f\xf3\x14\x81\x09\x76\x55\xf3\x8e\x30\x6b\xf9\x06\xc9\x1a\x1f\x67\x33\x88\x17\x90\x33\xbf\xe9\xa3\x21\x83\xdd\xe3\x05\x81\x84\x8f\xaf\x26\x32\xdc\x8b\x0a\x8c\x17\x7c\x7c\x07\xd7\x0f\x72\x7d\x5f\xb8\xb8\x38\x42\xad\xa0\x00\x9a\x15\x92\x17\x87\xfe\x1c\x05\x18\x2f\x04\xdb\xee\xf3\xe6\xce\x82\x98\xac\x3a\x0e\xcc\xc9\xbb\xc8\x2e\x24\x58\xa8\xc7\xd7\xce\xc2\x41\x60\xd0\xc4\x04\x55\xa9\xcf\xca\x1d\xc4\xec\x22\x09\x1e\x3f\x8e\x10\xd5\x28\xc4\xe8\x74\x3e\xdf\x48\x42\x27\xb2\x4e\x26\xe8\xb8\x7c\x6a\x85\x30\xa6\x74\x82\x1d\x80\x4f\x51\x74\x66\xba\xcf\x50\xed\xfb\xec\xc2\xc3\x94\xbc\x72\xd3\x4d\xda\x92\xef\x02\xe4\x09\x17\xba\xef\x60\x07\x77\xe1\x1b\x8f\xa3\x37\xd4\x97\x38\x84\x62\xf7\x5d\xc1\xf1\x20\x3c\x32\x0a\x0d\xd6\x98\x99\xf8\x47\xf8\x6e\x26\x83\x1a\x4f\xda\xef\xec\x42\x78\x9e\x40\xee\xee\x93\xa6\x3a\x0e\x06\xf0\xbe\xaf\x0b\xcf\x7f\xd5\xcb\x2f\xcd\xeb\x32\x9e\x27\x1f\xe7\x70\x03\xbb\x53\xc7\x21\x20\x3e\xce\xc1\xc7\x55\x88\xe6\x76\x6d\x09\x0e\x9d\x6e\x01\x01\x87\x5b\x17\x0a\x0d\xf6\x27\x68\x66\x91\x64\xcc\x85\x80\x88\x50\x77\x2d\xa3\x5f\xe3\xa2\x4b\x4e\xcb\xc1\xb7\x2f\xa3\x69\xc6\x2e\x54\x84\x16\xed\xc4\x3b\x71\xe4\x27\x0d\x2f\xd4\xb5\xec\x56\x3b\xb8\x53\xb7\x88\x8e\x17\xd5\x2e\x3c\x02\x0e\x40\x5d\xb3\xa0\xd3\x8f\x02\x94\x72\xb8\x30\xed\xea\x87\x38\xbc\x79\x61\x9d\xb2\x8c\x4a\x8f\x05\x79\xd6\xdd\x0a\xfb\x49\x5f\xcb\x45\x87\xa0\x16\x69\x6b\xd7\x92\x43\xd0\x62\x9a\x95\x06\x0d\xcc\xae\x36\xe1\x78\xbe\xf1\x79\xac\xfd\x45\xc7\x9f\x16\x11\x5c\xd7\x92\xe3\xcf\x2e\x20\x59\x3c\xfb\x93\x8d\xfd\xcc\xf0\x6c\x8d\x38\x12\x51\x7d\x88\xa3\x9f\x70\xe5\x59\x96\xd5\xcf\x3c\x99\xdd\x94\xcf\x83\x1d\xdf\x85\x07\xe1\xb1\xf1\x5d\x45\xef\xc5\x7d\xaa\xe1\x9e\xb5\x64\x6f\xb0\xe0\x07\xb2\x71\xb4\x5f\x06\xdf\xcb\x2c\xb9\x91\xab\x39\xaa\x55\x38\x12\x8f\x5e\xf8\xae\xaa\xf6\xb1\x77\x1b\xbc\x3d\x17\x78\x65\x14\x98\xc4\xa2\x13\x1f\xc2\x27\x22\xc2\xdd\xc4\xbf\xc4\x11\x5d\xa6\x73\x9c\x2b\x28\xde\x62\x8c\xe9\xd6\xf9\xbd\xbc\xf8\x2d\xb0\xdb\x4c\x67\xbb\xab\x53\xfd\x61\x3f\x2b\xfa\xdf\xd4\xcf\xc6\xac\x72\x9c\x97\x06\xde\x68\x31\x0a\x43\x8b\x90\xe0\x51\x2d\xc2\x23\xbc\x10\xec\xb8\x96\xfc\x88\x17\x53\xc7\x23\xeb\x57\x54\xf9\xbd\xf0\x24\x6e\x76\xe1\x7b\xdb\xfc\x08\x47\x74\xb5\x84\xf6\xbb\xfa\x83\x64\xb0\xcd\x72\x26\xde\x85\x23\xf7\x68\xd6\xf3\x1c\x37\x26\x7e\x85\xb9\xdd\x82\xcc\x33\x0a\x6c\xbf\x61\x1f\x51\x72\xb2\x20\xe5\xbc\x9b\x39\xfa\x63\x63\x09\x47\x5e\xe0\x82\xf1\x37\xad\x5b\x63\xbe\xe0\x82\x76\x5c\xfd\x84\xfc\xb3\x39\xf7\xa3\x3b\xd7\x8f\x33\x7d\x81\xf1\x79\xcd\x8b\xb3\x1d\xc7\xba\x1a\x6a\x67\x30\x6b\x5b\x4a\xc4\xf9\xbd\xb8\x33\xf7\x8b\xe3\x33\xb4\x4f\x07\x23\x4b\xd6\x4e\x9c\xeb\x64\x30\xcf\x6c\xc3\x3a\xa7\x7c\x71\x31\xe5\x7c\x87\x8f\xcd\xbe\xbb\xf3\xbd\x93\x5e\x62\x86\x71\x9e\x5a\x27\x93\x69\xf6\xec\x26\x9e\x84\x23\x68\x6c\x06\x4e\xf1\xce\x32\x90\xe1\x7e\x73\x7c\x68\xbf\xb7\x0b\x15\x71\xcb\x32\x71\x7e\x17\x42\x19\x17\x68\x1c\x77\xf5\x23\x3c\xe2\xcf\x45\x10\xb7\xa8\x2e\xe1\x48\x7e\xd1\xb0\x6e\xbf\x7a\x2f\xa2\xd1\x15\xf8\x7e\x2c\x24\xb0\x47\x21\x1c\x2e\xa1\x0d\xd8\xd5\xaf\x70\x24\xf7\xfa\x2b\xae\x77\x4b\x17\xb9\x5d\x60\x0a\x83\x44\xbc\x09\xc7\x67\x90\x6c\x91\xd5\x5e\xcc\x9b\x5f\x6e\x6e\x83\xaf\xa6\xed\xcb\xe4\x3e\xd7\x4d\x5c\xdd\x45\xf0\x17\x18\xd4\x2c\x78\x05\xa1\x30\x4f\xb4\xd8\xa8\xea\x33\x10\x2b\x07\xe2\xcc\x65\x4b\xd3\xb9\x10\x34\x25\x71\x58\x97\x57\xe1\x5f\xc4\x84\x14\x4e\x72\xb6\x10\xa5\x3b\x71\x19\x2d\x91\xef\x35\x19\xca\x01\xd3\xf9\xa8\xfd\xc7\x98\xed\xe0\x22\x6e\xc2\xa1\x35\xe1\x76\xa2\xe2\x7e\x19\xc2\x33\x95\x4c\xb2\x48\xc5\xfd\xa2\xfb\x3f\xd2\xb0\x44\x95\xdf\xf5\x0c\xa6\x67\xc1\x34\x3f\x1a\x9f\x87\x21\x5f\x79\x4c\x3e\x1a\x07\x46\xb0\xc3\xfd\x7d\x29\x8c\xc0\x52\x52\x29\x58\x1c\xed\x6a\x11\x4e\x61\xb2\x13\x77\xe2\x8a\xdd\x59\x80\xf3\x18\xf6\x30\x8a\xbc\x4b\xc6\xfc\x3a\xdd\x7f\x96\xa2\x6e\x65\x1c\x03\xae\xe3\xd9\x6f\x44\xe4\x89\x00\xd4\x51\x9d\xc4\x19\x33\x26\x11\x27\x79\xf2\x9b\x41\x66\xb1\x6d\xfc\xd6\x7b\x6f\x1a\x16\xe2\x18\xf6\x1b\x1c\xe8\xf2\x7b\x32\x75\x04\xbe\xeb\x9e\x6a\x9f\x91\xfc\x1a\xfa\xa9\xe3\x99\x21\xf7\x4b\x01\x59\x47\xc0\x7d\x14\xd6\x89\x94\xb9\xab\xae\xe7\x11\x0e\x07\x06\x18\xbb\x9a\x88\xa3\x7d\x58\xe0\x2f\xd7\xb1\xed\x30\x6f\x28\xd0\x2d\x2d\x38\xa2\x45\xc1\xfd\x84\x3a\x8b\x2a\xfb\x99\xd9\x0e\xd8\x23\xd7\x31\xec\xcc\xbf\x50\xb1\x7e\xbc\x70\xfd\x78\xc1\x7c\xc1\xa9\x60\x57\x39\x3e\xc8\x0e\x53\x78\xfc\x3b\x65\x5a\x8b\xb9\x3f\x11\x34\x68\x2d\xd7\x31\xec\x95\x71\x55\xb1\xce\xbd\xaa\x9f\x8c\x0a\x17\xd9\xb7\xa2\xfa\x10\x67\x3b\x1c\x37\x1d\x93\x08\x18\x71\x17\x1e\xcf\x4e\x43\x89\xe5\x0c\x8e\x8b\x0b\xcc\xae\x0a\x67\xaa\x2e\xb6\xdf\x70\xe3\x5c\x4c\x03\x56\x78\xdc\xba\x8e\x3d\xef\x4c\xcd\x69\x98\x77\x4a\x51\x16\xa4\x28\x50\x90\xef\x0a\x7b\xdf\x19\x5a\x83\xb3\x42\xc3\xfb\xe5\x50\x17\x14\x38\xfb\xec\x6a\x15\x1e\x6f\x35\x8e\x8e\xe9\xad\x4c\x88\x60\x60\x8e\xdc\xc8\x04\x39\x0c\x1d\x4b\xe4\xbe\x89\x2a\xdf\x6b\x6c\x07\x87\x8c\xeb\x30\xa4\x81\x15\x55\xb3\x4b\x32\x9d\x10\xa5\xfc\x2a\x25\x43\x54\x85\x33\x76\x1d\x77\xaf\x0e\x43\x47\x6c\xd9\xe2\xdc\xa5\xd4\x12\xee\x4b\xe5\x9b\x40\x35\xaa\x4d\x78\x58\x77\x5f\xa0\x9e\x3e\xb4\x1a\x06\x63\x64\x5e\x6c\x5f\xe3\x83\xc3\xb0\x5e\x5c\x55\x3a\x0c\x1d\xe2\x3d\x44\x69\x8f\x2a\x57\xdb\x44\x92\xa4\x2b\x63\x57\x4c\x52\x67\x78\x0f\xdc\xf5\xe2\x6e\xf9\xa8\x1d\xe4\x73\xa9\x91\x2e\x34\xaa\x7c\x1e\x87\x58\xbd\x39\xfe\x5f\x3d\xff\x45\xa4\xc0\x9b\xab\xf3\xab\xd5\x73\xd2\x59\xa1\xff\x94\xd8\xec\xc2\xf8\x55\xfe\xf9\xa8\x7e\x84\x3f\x27\x25\xc9\x5a\xae\x53\xc1\x97\x70\x8c\xe7\xc3\xc3\xd3\x1f\x44\xfa\x87\x06\x74\xf9\x23\x2a\xf9\x28\xf6\x2c\x56\xe7\xc3\x43\xd8\x41\x6d\x6b\x06\xb5\x1a\xa2\xb6\xe3\x52\xac\xe8\x46\x7c\x12\x47\x4a\x90\x8c\xef\x1a\x17\x4f\xc1\x71\xb1\x1d\x9c\xa6\x43\xd4\x73\xc0\xb2\xb8\x42\xa7\xb7\xab\x1f\xe2\x78\xbe\x60\x1d\x0e\x51\xb7\x81\xa0\xf7\xb5\x74\xe1\x95\x38\x73\x14\x85\x00\x74\x21\x1c\x52\x14\xd8\x0e\xe6\x65\x88\x8a\x0d\x50\x25\xe4\x7c\x5f\x6b\x88\x2a\x8d\xc2\xf4\x1b\x38\xad\xe5\xa1\xb9\xe0\xa1\x79\x5b\x04\xdc\x8e\xaa\x0b\x47\xe4\x06\x5c\x1a\x64\x74\xb5\x46\x65\xc8\x6a\xec\x97\x41\x43\xf6\xc5\x94\x18\x15\x06\x89\x6b\x88\x79\x87\x59\x16\x13\xdb\x47\x75\x0a\x8f\xa0\x96\x64\xbe\x06\x45\xea\x6b\x30\x53\x02\x7c\xe0\x76\xb5\x0a\x87\x21\x2d\xa8\xf0\xa0\xac\x7d\x17\xca\x89\xee\x1c\xd5\x25\xfc\x39\x19\x28\x76\x95\xa7\xc2\x40\x6c\x36\xbb\xf9\x5d\x8d\x54\x78\x34\x65\xac\xa8\xc4\x39\x0e\xc8\x88\x65\x37\xa8\xde\x68\x9a\x77\x25\xc8\xfb\x2b\x02\xaf\xfd\xf4\x69\x0e\xb1\x5e\xf5\x7a\xf2\xba\x83\x79\x02\x22\xb5\xc0\xae\x4e\x7d\x1e\x87\x83\xcb\xab\x69\x38\xe0\x48\x6f\xb0\x3f\x5a\x32\x5b\xdb\x85\x2f\x70\xb4\xdf\xb5\x8c\x10\xef\xac\x67\x4e\x9b\xee\x20\xcc\xd3\x6b\xb0\xf3\x5e\xa3\x6b\x98\x40\xbc\x2d\xc2\x57\x46\xd5\x84\x2f\xe0\x6c\x7f\xe8\x79\xc4\x04\xe4\x76\x1d\x7d\xe8\xbd\x88\xd2\xcc\xed\x3a\xba\xbe\x17\x64\xdd\x12\x97\x9d\xc8\x3a\xc3\x9b\x5b\xe2\xf4\xd3\x7c\x7d\x29\x5b\x4a\x24\x7d\x5c\x6b\x88\xdc\x0f\x78\xfb\x59\xc2\x5d\x69\x30\x1c\xc0\x2e\x20\x43\x4b\xe9\xc4\x5d\xf8\x03\x1c\xfd\x31\x32\x95\x8c\xc4\x65\x89\xf3\x62\x64\xe2\x06\xec\xe0\x2d\x71\xdc\x68\x96\xbb\x0b\xe8\x7f\xe3\xf3\xfa\x5e\x63\x66\x18\x90\xf5\x61\x9a\x77\x9b\xc4\x31\x9e\x36\x0f\x0e\x73\x19\x63\x7f\x48\xfe\x06\x8e\x25\x8b\xe4\x65\x6b\x0d\x7a\x20\xee\x02\xde\x0b\x66\x0d\xda\x71\x14\x3e\xc0\x8d\xf8\x12\x1e\xed\x44\x34\xf4\x5d\xd5\x72\x77\x64\x5c\x23\xd3\x3a\x18\xec\x60\xc1\xea\x70\xe3\x18\x37\xd7\xf6\x76\x44\xfd\xcb\x89\xcf\x43\x91\xb6\x0b\x68\x9f\xe3\xaf\x63\x6f\x30\x93\x13\x99\xd9\xa1\x3b\xe0\x60\x42\xa7\x5c\x0b\xf1\x87\x38\xb6\x25\x42\x5a\xec\xaa\x0b\x47\xfb\xb8\x2b\x8d\xa1\xfe\x30\x4d\x02\x99\xdc\xa1\xe3\x70\x0c\xc4\xfc\x16\x39\x1e\xda\x47\x88\x91\x67\x99\xfb\x85\xbe\x5d\xbb\x80\x71\xe0\x7e\x19\x3c\x1e\xc6\xe0\x77\x81\x69\x95\x21\xe3\xa2\x21\xa3\x65\xee\x97\xa9\x75\xc5\x6c\x6b\x05\xc7\x8c\x64\xc4\xbb\x30\x4e\xc4\xbb\xa8\xb2\x7d\x44\x51\x37\x04\x9b\xd8\xd5\x22\x1c\xb9\xc8\xab\xf0\x2e\xfc\x83\xe7\x31\x0e\xba\xdb\x8e\x89\x20\xb2\x85\xfb\x65\x6a\x1f\x31\x68\x27\x74\x87\xbb\x3a\x84\xa3\x9d\xc2\xf6\xf5\xbd\x8c\xc8\x18\x29\xe8\xd6\x1a\x1f\xad\x37\x48\xad\xad\xf0\x38\xfc\x68\x1e\x99\x40\xa2\xb0\x9f\xba\x23\x33\x90\xbb\x51\xa6\x87\x64\x9a\x28\xc4\xbc\x94\x96\x88\x73\xde\x11\xe7\xdd\x0a\xf7\xcb\x47\xc7\xc6\x07\xf1\x74\x3b\xe7\xfd\xa3\xf9\xc5\x5d\xdb\x74\x1c\x7e\xf4\x5d\xb8\x6b\xd7\xde\x84\x2f\xe1\xe8\x27\x2e\xaf\xe3\x4b\xf6\x6b\x7c\x41\x37\x22\x8f\x40\x54\x4d\x38\xf3\x25\x75\xe2\x53\x38\x54\xe0\xa4\xcf\xba\x83\x33\x3e\xbc\x15\xee\xbb\xaf\xd6\x33\x13\x7e\x52\xe6\x30\xbe\x1a\x87\x2f\x13\x5e\x5c\xc2\xf5\x5e\x26\xa4\x05\xfb\xab\x48\x04\x8b\xe2\xfb\xda\x8d\xfd\xe1\x25\x86\x31\xe5\xad\x82\x4d\x1c\xba\x7c\x0f\x24\x5c\x41\x92\x92\xa8\xaa\x3f\x90\x81\x54\xb2\x23\x74\xca\xdc\x05\x64\x1b\x56\x3b\x1a\xb7\x2f\x73\xfb\xe2\x52\x32\xc4\x7e\x29\x09\xa9\x5d\x4e\x3c\x0b\x47\xe4\x78\xae\xe7\x45\x99\x27\xbc\x12\x37\x8e\x71\x5e\x5a\x27\xb8\xdc\x53\x46\xbd\x90\xca\x14\x05\xa4\x1f\x25\x9d\x59\x1a\x9f\xc5\x1c\x38\x64\x23\x68\xf9\xb9\x4e\x86\xd3\x8c\xf9\x5d\x3a\x8f\x16\x53\xe7\xe3\xda\x30\x96\xe8\xc6\x62\xc0\xe4\xc4\xf7\x8a\x6e\x2f\x66\x6c\xe2\x7e\x59\xda\x77\x8b\x79\x84\xf4\x5e\xb1\x2f\x8b\x11\x7f\xf5\x5e\xca\x94\x98\x60\x15\x39\x91\xa3\x5a\x84\x63\x9c\xc9\x96\x2d\x8d\x33\xd9\x59\x5e\x57\x86\x84\x13\x8c\xd5\x5f\x8d\xe7\xd7\x23\x3a\xff\x30\x63\x01\xf7\xe3\xa3\xf5\xf9\x30\x08\x26\xd9\xca\x47\xe3\xc9\x78\xfd\xc6\xfd\xf8\x68\x5d\x3d\x4a\x37\x5b\x88\x7f\x84\xa3\x1d\xb2\x3b\x8f\xd6\x1b\x0c\x58\x2b\x62\xc3\x2d\x45\xb3\x58\x8a\xf6\x6f\x8d\xed\x6b\x1d\x22\xc6\x3f\xb2\x2d\x46\x55\xfd\x1c\x4c\xd8\x76\x13\xff\x0a\x47\x9e\x05\xb2\xbf\x8f\xc6\xf3\x61\x6a\x9f\xce\xef\xd5\x78\x3e\x4c\x13\xdd\xea\x5f\x61\xbf\x1e\x91\x7b\x72\xfd\x88\x61\xb5\x90\x23\x00\x05\x7c\x06\x64\x41\x93\x11\xd0\x16\xc2\x70\x30\xbf\x5c\x54\x27\x71\xe6\x15\xc3\xf1\x30\xe9\x52\xbf\x0b\x8c\x93\x2e\xdc\x85\xe3\xb3\x71\x47\x9e\x8c\x6e\xb6\x0b\x4c\x17\xc9\xf6\xc9\x5e\xcc\x0b\xb7\x07\x28\xc9\x77\xf5\x23\x1c\x19\xe0\x12\x71\x1e\x03\xf3\x42\x50\x6f\xc7\x36\x9b\xd7\xd4\x77\x31\x63\x1c\x8e\x0d\x85\x0f\x59\x0c\x1f\x82\xe4\x57\x51\xad\xc2\x31\x6d\x10\xf5\xca\x61\x76\xc1\x61\x96\x39\x98\xa2\xba\x84\x83\x4c\x38\xdb\x71\xb5\x8f\x5c\xb4\xb0\xcf\xdb\xd5\x26\x9c\x59\x74\x2a\xf1\x8f\x70\x6c\x63\x67\xfb\x3c\x1e\x10\x93\x84\xb1\xf0\xa3\xca\xf1\xbc\x11\x48\xb6\x71\xdc\xee\xa9\xfe\x28\xb0\x70\x2c\x53\x19\xf1\x2f\x66\x13\x36\x44\x3f\xdb\xd5\x2c\x1c\xd9\x23\x71\x0b\x99\x89\xc7\xdb\x84\x0b\x5d\xf5\x9a\x88\x2f\xe1\x98\xaf\xca\xf6\xf5\xbd\x89\x61\xd7\xb3\x70\xb5\x8f\x30\xd7\x54\xe1\xcc\xc4\xed\x37\x91\x84\xd0\x60\x31\xb2\xab\x6a\x9f\xeb\x01\xb2\x4a\x59\xe7\x2d\x58\xe7\x6d\xbc\x11\x57\xfb\x1c\x1f\xb0\x59\x33\x0d\xf5\x9f\x61\xcf\x71\x3c\xcf\xa4\x71\x4b\x5c\x57\x5d\xf8\x57\x38\x62\x9e\x57\xf6\x87\xc7\xc6\x4c\xd8\x7e\xde\x89\x93\xbd\x50\xaa\x65\xe7\x3e\x4a\x3c\x4e\x66\xe2\xbc\x54\xf6\x93\xec\xec\xe4\x6d\xd5\xb9\xde\x74\x5b\x9d\x99\xc9\x18\xc1\x96\x4d\xa9\xc4\x60\x48\x78\xb7\xeb\x26\x4e\x72\x33\xa9\xfa\xba\xb8\xfe\x0b\x6f\x81\x13\x5e\x89\x0d\xce\xcb\xbb\x5a\x85\x37\xb8\xab\x26\xe2\x5d\x38\xc6\x87\xe3\x4c\x2f\xc6\x35\x0b\xe7\x11\x64\x6e\x16\x57\x3b\x8e\x9c\x01\x9d\xcf\xf3\x58\x9a\xb0\xad\x6d\x17\xae\x0d\xb3\xa8\xff\x05\xe9\x6b\x10\x5c\x66\x21\x45\x34\x0a\x15\x78\x25\xde\x84\xa3\x7d\x8e\x0f\xcd\x2a\x76\x01\xe1\xda\x39\x5f\x54\xaf\xaf\x59\x90\xb1\xe1\x22\x3d\x29\x53\xe3\xc0\x9c\x02\x1c\x4f\xa9\xf4\x26\x6e\xff\x0d\x36\xa8\xbb\xea\xc2\x11\x96\x9e\xfb\xba\x68\xbe\x90\x0d\xcd\x1a\xf7\x75\x99\xe7\xbd\x18\x7f\xa8\x5e\xa6\xa4\x02\xd0\xef\xef\xe7\x33\xf1\x2c\xbc\xe0\xf9\x44\xbc\x09\xc7\xb8\x91\xce\x48\x65\x38\x2b\xa3\x70\x83\xbd\x9e\x52\x19\xce\xca\x98\xfc\xa4\x0f\x92\x6d\x4e\x86\x5e\xbf\x48\xb7\xab\xf6\x1d\x32\x32\x1a\x55\x98\xb3\x6a\x1e\x91\x6f\xac\x5d\xea\x27\xaf\x43\xb3\x82\x2e\xf5\x8b\xfd\x11\xdd\xae\x74\x77\x26\xbd\xaa\xda\x17\xcc\x98\x71\xdf\xec\x27\x8f\x2b\xa6\xdc\x6e\x08\xd7\xb4\xa6\xa4\x17\x13\x31\xbb\x0d\x46\x52\xbb\x6a\xc2\xfd\x44\xf0\x8f\xaa\xbe\x17\xe3\x4c\xa9\xcc\x64\xe8\x93\x5d\xa8\xc8\x7f\x71\x11\xef\xc2\x0d\x78\x21\xee\xc2\x91\xea\x0a\x2a\x5b\x99\x55\xac\x89\x4c\x0a\x0d\x9e\x69\xbb\xca\xef\xa2\xca\xf3\xe6\xfe\x95\xca\x93\x39\xbd\x8d\xd2\x11\x58\x5f\xa0\x80\x76\x1a\xdb\xd7\xf8\x50\x15\x7a\x73\xdd\x4a\x26\x3c\x3b\xf3\x77\x80\x9d\x9d\x92\x09\xcf\x8e\x79\xa1\xb8\x61\x4a\xdc\x30\x3b\xfd\x70\xc1\x6e\xce\x2e\x3a\xd9\x11\x04\x3c\xf1\xbb\xba\xe8\x5b\x87\xca\x33\xf1\x1c\xec\xda\x17\x9d\x41\xd4\xc1\xae\x4d\x89\x1b\x18\x8f\xbd\x25\x8e\x83\x89\x9e\x40\x5a\xdc\x28\x3e\x98\x92\x16\x4f\x63\x7f\x9a\x70\xee\x17\xc3\x7e\x4f\xdc\x8f\xa6\xfd\x4e\x15\x6c\x22\x9d\x94\x0a\x96\xe6\xc6\x8d\xd7\xfb\x29\xa9\x33\x42\x36\xdc\x8d\xd7\xf5\xe9\x9a\x47\x77\xb8\x3a\xde\xf8\x2e\xd7\x3a\x47\xea\xde\x96\x93\xf0\x2e\x7c\x00\xef\xc4\x3f\xc2\x1f\xa4\xf8\xe1\x7b\x75\xbe\x38\xfa\x13\x99\xae\xd7\x9a\xba\xc6\xd3\xf9\xab\x51\x6c\x34\x87\xf6\x29\x82\xe0\xb5\x7d\xfd\xfe\x73\xf6\x6b\xea\x96\xaf\x74\x41\xf0\xeb\x5b\x53\xb7\xfc\xc9\xfc\x68\xd9\x84\x2f\xe1\xe8\x2e\xb7\xeb\x18\xea\x16\x97\x23\xa7\x6d\x90\xeb\x9c\x94\x0a\xf4\xa2\xe7\xf9\xd9\x83\xdb\x2f\xb8\xe6\xc7\xe8\xa2\xfc\x30\xc5\x25\x83\xab\xee\xaa\x13\x07\x1b\x01\xd5\xc5\x63\x14\x6e\xef\x42\xb0\x47\x08\x19\xbb\xab\x43\xf8\x1f\x22\x80\x3f\xc6\x5b\xc8\x2e\xdc\xca\x62\x80\x6a\x13\xce\xec\x06\x4e\x7c\x11\x0f\xb2\xd2\x3b\xdb\xe7\xad\xe2\xa1\x0a\xb3\x47\x98\xfc\xf5\x48\x85\xf9\x18\xb8\xf2\x8e\x48\xd0\x0f\xe2\x3c\x45\x81\xed\x74\xb4\xff\xcc\x2c\x1c\x71\xbc\x83\x1c\x3f\x52\x31\xee\x02\xfa\x19\xb7\xe1\x5d\xcd\xc2\x3f\xc0\x1b\xf1\x45\x1c\x09\x48\xed\x22\x8e\xe5\xf5\x38\x83\xf5\xe2\x56\xf7\x28\xa4\xd4\x03\x1d\xe4\xdd\x71\xab\xdb\x55\x13\x8e\x74\xa9\xe7\xf9\x41\x7c\xf2\x79\xe2\x38\xae\x76\xe1\x8b\xac\xb9\x68\xe7\x56\xff\xc1\xb6\x76\x90\xa1\x47\xaa\xca\xc7\x6f\x26\x4a\xed\xf8\xae\xdb\x4d\xf8\x40\xc6\x84\x4e\xfc\x23\x1c\x99\xe8\x9d\xed\x63\x7b\xec\x02\x93\xc6\x34\xe2\x0f\xf1\x89\x1c\x11\x71\xab\xde\xd5\x2a\xbc\x01\xe7\xf3\x53\xed\x63\x1e\xe1\x77\xf5\x48\xb5\xf9\x30\x5f\x69\x4f\xfc\x5e\xfa\x70\xec\x42\x3d\xe9\xe8\xa2\xda\x85\x23\xd1\x44\x2e\xc4\xbf\xc4\x61\xb9\x90\x0a\xfa\x93\x40\xb6\x1e\xe8\x3e\x37\xee\xc0\x87\xda\x47\x22\xf8\xc4\x71\x23\x9b\xf8\x38\x52\x61\x75\x48\x37\x77\xf5\x16\x1e\xed\xc0\x1a\x77\x57\xb3\x70\x24\x9c\xe8\xc2\x87\xf0\xe7\xe4\x40\x5f\x8f\x67\xad\xab\x8c\x78\x84\xd6\xf0\x5d\x74\x2b\x79\x98\xbc\xa9\x1b\xe7\x8b\xaa\xd6\x5d\xf8\x9c\x94\xe5\x51\xfd\x0a\xc7\x7a\x33\x3e\x3f\x38\x3e\x48\x7a\x84\x7c\x69\x51\x55\x3b\x98\x47\x5c\xf3\x76\x95\xf3\x88\x9c\x48\xc8\x79\x13\xd5\x26\x1c\xfd\xf1\x4e\xfc\x23\xfc\x39\xf9\x87\xd7\x23\xd5\xef\xc3\x34\xb3\xdd\xb9\x2f\x8a\xbe\xb7\x60\x7c\x70\xcd\x7b\x10\xb9\x02\x05\xe4\x64\xe3\xfc\x56\xb5\x03\xf6\xa5\xe3\xda\xb0\xab\xec\x0f\xac\x24\x7b\x6b\xe8\x7f\xd5\xbe\xa8\x60\xbb\x23\x21\xd1\x7a\xa4\xe2\x7d\x10\x29\x6d\xe3\x46\x7c\x0a\x47\xfa\xd7\x86\xf6\xe9\x34\xf3\x20\x2c\x06\xd3\xc2\x46\xb5\x09\x67\x36\xa7\x8b\xb8\xda\xc1\xb5\x56\xe3\xdf\x86\xda\xc1\xb5\xc4\x38\x5f\x5d\xeb\xb9\x33\xb7\x36\xe8\x1b\x42\x5e\xa0\xc0\x64\x75\xe8\x7f\x27\x9d\x64\xca\x5d\xf3\xca\xe7\x45\x1f\x3a\xa4\xbc\xce\xef\xa2\x5f\xe3\x43\xbf\x46\x86\x07\xdb\xd5\x2e\x7c\x02\xc7\xfc\xba\xc6\xc7\x39\x5f\x1c\x07\xd7\x7c\x41\xf9\xdb\xa1\x9c\x7d\xa4\xfc\x7d\x9c\xc9\xa3\x9c\xeb\xdc\xb5\x6e\x99\x90\xd9\x49\x57\x5d\x74\x06\xa9\x47\x3b\x42\xb5\xed\x2a\xd7\x0f\x0c\x8d\xbb\x73\x1d\xba\xf6\x9d\xc3\xf7\xe2\xe2\xba\x72\xad\x43\x4a\xd9\xe1\x6c\xfb\x48\xb9\xfc\x30\x37\xb0\x5d\x1c\x4f\x5a\x4e\x3d\x8e\xa4\x4e\x76\x71\xff\x0e\xed\xdf\x90\x6a\x57\xae\xce\xa9\x56\x22\xac\x47\x25\x6d\x9e\xc6\x3d\x11\xa2\x6a\xa8\x11\x1f\xa7\x7f\xd3\x2e\x24\xe5\x39\xd8\x15\x13\xfa\x45\x48\x73\x3e\x3d\xf5\x34\x43\xaf\xf3\xf9\x8f\xde\xf8\x21\xde\xf1\xfd\x3a\x5f\xa9\xf4\xcd\x46\xba\xb6\x84\x2f\xe2\xdc\xcf\x3a\xff\x1c\x52\xa3\xec\x71\xcd\x7a\x64\x4b\xbf\x0b\x61\x0a\x81\xeb\xe0\xae\x2e\xe2\xb0\x40\x43\x68\xf7\x5d\xbd\x85\x3b\xf2\x5e\xb0\x1d\xd2\x0b\x26\xb0\xe9\x3d\xc4\x0f\xbb\x5a\x84\x0f\xe0\x68\x5f\xe7\xd0\xa0\xe5\x2a\x42\x3b\x3d\xd3\x20\x1e\xd8\x85\x30\xa1\x42\x6c\x81\x47\xf1\xbc\x1e\xa6\x60\x0c\x66\x7e\x57\xba\xd0\xb0\x08\x2f\x44\x5d\x68\x58\x36\xdb\x7f\x66\xb8\x52\xfb\x2f\xfc\xd6\x7e\x74\xea\x37\x30\x65\x22\xfa\x15\x8a\xe4\x64\x81\x3a\x58\xde\x5d\x80\xa2\x99\x68\x16\x0a\x79\x29\x51\x17\x1a\xc1\x31\x9c\xe8\x14\xfa\xf9\xfd\x49\x21\xc1\x7e\x26\xa3\x5a\xec\xc2\x0a\x3f\x71\xa0\x1a\x11\x87\x1b\x62\x22\x5a\x84\x86\x7d\x35\x7b\xe6\x7a\x1b\x93\x87\x11\x7d\x88\xee\xc9\x83\x91\xd9\xae\x24\xa1\xed\xf7\x87\xe7\xab\x42\x1b\xec\xc2\xfc\xfd\xe1\x69\xa6\x7c\x24\xbb\x00\x07\x6e\xa0\xea\x59\x30\x81\xf0\x7e\x7a\xe6\x87\x2b\x04\xf9\x3d\xc0\x06\x3f\xf3\xab\x31\x0b\x31\x7d\x06\xb7\xa0\x18\x00\x0f\x62\x00\x24\xe6\xa6\xbc\x66\xa4\xa3\x56\xf1\x39\xe7\xd5\x73\xed\x75\x13\x27\x19\x8b\x71\x96\x79\xd2\xdf\x22\x2e\x93\x8a\xa0\x2f\xcc\x97\x75\x23\x45\x9f\x8a\x30\x6c\x61\xf2\xb5\xcc\x18\xec\x2c\xc2\xf2\x94\x09\x87\x32\x1d\xe6\x59\x84\xf5\x29\xd3\xcb\x15\xc3\x29\xc3\x22\x2c\x41\x4f\xfa\xe7\x3e\xf8\xbb\x5d\xa4\x08\xef\x7f\x63\xfd\x77\xe5\x5f\xc6\xdf\xff\xe9\xff\xff\x6f\xe3\xef\xff\x7d\xfc\xcb\xfa\xf9\xfc\xc7\x3f\xfe\xb1\xfe\xf5\xdf\xbf\xff\xfc\xf9\xf7\x9f\xff\x6f\xa3\x3f\xdf\xf5\xfc\xf3\xbf\xae\x7f\xac\xff\xf9\x6f\xff\xf1\x8f\xcf\xfa\xf9\xfb\xbf\xfd\x7d\xff\x2a\xfe\xff\x5f\x01\x00\x00\xff\xff\xf1\xfc\x13\xf3\x3c\x64\x04\x00"); -func _egc ()([]byte ,error ){return _g (_gffc ,"CNS2-H")};func _ggaf ()(*asset ,error ){_addc ,_efed :=_dccc ();if _efed !=nil {return nil ,_efed ;};_cede :=bindataFileInfo {_b :"UniJIS-UTF16-H",_ffe :185917,_ag :_ed .FileMode (436),_ac :_c .Unix (1580492927,0)}; -_ecce :=&asset {_abe :_addc ,_ece :_cede };return _ecce ,nil ;};func _ddddd ()(*asset ,error ){_bgd ,_eede :=_adc ();if _eede !=nil {return nil ,_eede ;};_gcad :=bindataFileInfo {_b :"CNS-EUC-H",_ffe :10002,_ag :_ed .FileMode (436),_ac :_c .Unix (1580491600,0)}; -_gfacg :=&asset {_abe :_bgd ,_ece :_gcad };return _gfacg ,nil ;};func _fbce ()([]byte ,error ){return _g (_cdceb ,"UniJIS-UTF32-V")};var _effc =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x84\x9a\x4b\xab\x65\x47\x72\x85\xe7\xf7\x57\xec\x61\x7b\xd0\xae\x9d\x3b\x23\x5f\x70\x39\xd0\x48\x2d\x2c\x9a\x76\x1b\xcb\x6d\x1b\x8c\x07\x3b\x5f\xa2\xc0\xba\x55\x54\x95\x06\xfa\xf7\x26\xbe\x75\x24\xb9\x1b\x83\x06\x22\x54\xab\x22\x63\x47\x46\xc6\x63\x65\x9e\x7a\xf7\xd5\xb7\x5f\x7f\xfb\xf6\xfe\xcb\xf1\xee\x5f\x3e\x7d\x18\xdf\xad\x2f\xc7\x7e\xff\x36\x3f\xad\xcf\x1f\x7e\xfc\x34\xd6\xd1\xd7\xf7\xef\xdf\x5e\x5e\xc2\x75\xcc\xf7\xe3\xcb\xcf\x7f\x44\x8c\x1f\xee\x8f\x2f\x2f\xbe\xfe\xbb\x9f\x3e\x7f\x59\x3f\x7c\xfb\xb6\x3f\x1c\x51\x7a\xf3\xc7\x8f\x4f\xdd\xe3\x78\xf7\xaf\xeb\xfb\xf7\x9f\xbf\x7c\xfa\xe9\xf8\xdd\x1f\xe6\x87\xbe\xfe\xe1\x98\x6b\x3b\xfe\x97\x4f\x73\x7d\x7a\xff\xf6\xfd\xf1\xbb\x3f\x7d\xf8\xb4\xee\xf0\xcb\x5f\x7c\xf7\xe3\xc7\x8f\xff\xb3\x7e\x58\x6f\x5f\x8e\x13\x6c\xbd\x4d\xe4\xcb\xbb\xaf\xfe\x7c\x7f\xfc\xe7\xfb\x87\x75\xbc\xfb\xd3\x77\x5f\x7d\x1c\xbf\xff\xe3\x5f\xbf\xfa\xfd\x3f\xf1\x77\xfc\xd5\xbf\xaf\x4f\x9f\xdf\x7f\x78\x3b\xda\x3f\x9e\x67\xfe\x15\xfe\xb7\x9f\x3e\xae\x23\x3c\x4d\xfc\xf5\xdb\xaf\xff\xb2\xf7\xe7\xf5\xb3\xf1\x77\xff\xf9\xd7\x6f\xbf\x3e\xfe\x2b\x1c\xe1\x3c\xae\x64\xa7\xfd\xf7\x53\xf1\x3f\xfe\xfc\x61\xae\xa7\xd2\x4b\xd4\x7e\xc6\x87\xb9\x3e\x7f\xbc\xc7\xfa\x74\xbf\x7d\xbf\x5e\x8e\xe3\xf5\x3c\x1f\xc7\x71\xbc\x56\x7b\xf8\x9f\xfe\x10\x2c\x3c\x8e\xd7\x6f\xbe\xfe\xe6\x8f\xfc\xf9\x9b\x3f\xf2\xb7\xdf\x7c\xf3\xf0\x4d\xfc\xdd\xea\x97\x20\xa3\x6f\x1f\xbe\xcc\xb5\x85\x61\xef\x35\xec\xc7\x11\x7c\xc5\xff\xfd\xab\x97\x70\x9e\x4f\x2f\xde\xcf\xa7\xf6\xe5\xda\x65\xb9\xf6\x6b\xf5\x2f\xd7\xf8\x38\x5a\x7e\x79\xbd\xe5\xc8\x1d\xca\x7c\x1c\x35\xb4\xe0\x50\x15\xd4\xee\xc7\x51\xaf\x74\x39\xd4\x06\xd0\x7d\x3a\x54\xaa\x43\xb7\xb4\x5c\x84\x93\x75\xf7\x25\x24\xba\x52\x8d\x40\x06\xb4\xfd\xd3\xa7\xbd\xbc\xde\x97\xbe\x77\xd9\x40\x29\x39\x24\x4b\xd7\x4a\x8f\x23\x34\x90\x95\x41\x7c\x59\xbd\x5a\x79\x79\xbd\xa3\xd6\x45\xfc\x8c\x97\x3b\x15\xe5\x67\x6c\xdb\x21\xbe\x17\x65\x2a\xfa\xc2\x2b\xfb\xf7\x4c\xeb\x8c\x75\x16\x80\xb4\xce\x58\x67\xc5\x3f\x68\x5a\x67\x33\x3e\x8e\x98\x7c\x7b\x36\x13\x88\x5b\xb2\xb3\xbd\xbc\xde\x49\x96\x12\x96\xd2\xe9\xc1\x4b\xb2\x94\x6a\x77\x28\xbb\x9f\x49\x96\xd2\x7d\x3f\x0e\x4b\x1e\x96\xd4\x4f\x90\xde\x1e\x87\x65\x90\x21\x9d\x59\x1f\x87\x15\x90\x79\x0b\xf1\x0d\x27\xe2\x9b\x96\x94\xb6\x2b\x11\x95\xb4\x9b\x10\x0f\x5d\x62\xbf\x59\x3e\x65\xf9\x54\xdd\x81\x2c\x9f\x72\xf5\xd3\xcb\x56\x81\x26\x50\xf3\x83\xc9\x6c\x2f\xb7\x2c\xc8\x3d\xcf\x39\x01\x2d\x41\x1e\x96\x8c\x5b\x59\x9b\xc9\xcb\x1e\x47\x0a\x1e\x84\xbc\x08\x4b\xe6\x64\x72\x71\x1f\x8a\x7c\x28\xf8\x90\x9b\x6b\x15\xf9\x50\x30\x55\xf2\xe9\x90\x4c\x95\xb5\x1f\x87\x1c\x2d\x9b\xb8\x14\x4c\x15\x32\xaf\xca\x54\xc5\x54\x25\xc4\x55\xa6\x2a\xa6\x2a\x21\xae\x32\x55\x3d\xb7\x72\x46\xe9\xce\x42\xf2\xe3\xc8\xe5\x04\xa9\x42\xb6\x23\xd8\xee\x5a\xe5\x9f\xcb\xc5\xbd\x6c\xfa\x5a\x2b\xe6\xa6\x9b\x87\xa5\xc9\x74\x73\xa5\x92\xfc\x63\xb7\x94\x6e\x5c\x6a\xc9\x6d\xdf\x72\xe9\x76\x97\xda\x19\xdc\xf8\xad\x75\xf7\xf6\x08\x73\xea\xf7\x36\x21\xcb\x95\xcc\xf3\xb5\xcb\x54\x77\x53\xed\x4c\x1e\xbb\x2e\x53\x1d\x53\x81\xec\xec\x32\xd5\x77\x7e\x1c\x2d\x82\xec\x22\xe4\x76\x25\x4b\x40\x5d\x90\x9b\x8a\xd1\xbd\x1a\xb2\x3e\xb0\x1e\xcc\x37\x38\x64\x7d\xb4\xf2\x38\xda\x15\xd0\x92\xf5\x31\xa8\xda\x0b\x68\x50\xb6\x63\x9e\xae\x15\xdd\xad\x31\xa5\xb5\xd1\xc2\xd3\xb1\xa5\x85\x5b\x17\x69\x35\xf5\xc5\xc9\x17\x2f\xb4\xa6\xcc\x4f\x4f\xf9\x16\x7d\x3f\xfd\x04\xea\xa7\x5a\x40\xcd\x2f\xaf\x5d\xad\xa3\xab\x2b\x84\x7a\xbe\xbc\x76\xf5\x80\x4e\xc5\x87\xab\xf8\x42\xd5\x72\xa7\x96\x43\xcc\xf5\xe5\xb5\xab\x4c\x3b\x45\x19\x2c\x5f\x2f\xaf\x5d\xf5\xd6\x13\x50\x4a\x6e\x5e\x59\xdb\xc9\xd1\x90\xfd\xc8\xba\xb2\xaf\x93\x6b\xa1\x98\x9b\x57\x16\x75\xf2\x21\xd4\xe8\xe6\x75\xfa\x9d\xd3\x0f\x2d\xba\x79\x1d\x6c\xe7\x18\xaf\xf3\x72\xf3\x3a\xa0\xde\x81\x82\x87\xb0\x2b\xaa\x7d\x00\x5d\x6c\x5b\x91\xe8\x13\x28\x9e\x6e\x7e\x09\x5a\x40\x76\xba\xf9\x2d\x68\x0b\xf2\x86\x3c\x14\xaf\x41\xbc\xae\xd4\xce\x97\xd7\xa1\x78\x8d\xa0\xae\x56\xed\xe5\x75\x28\x5e\x83\x78\x5d\xc5\x1b\xc6\x50\xbc\x86\x7a\x5f\x2d\xd7\xcb\xeb\x50\xbc\x06\xf1\xba\x9a\x97\xca\x50\xbc\x06\xf1\x8a\xa7\x97\xe6\x50\xbc\x06\xf1\x8a\x21\xb9\x79\xc5\x6b\x10\xaf\xc8\x69\x0f\xc5\x6b\x10\xaf\x18\x3d\xa1\x87\x82\x33\x08\x4e\xb4\xe8\xe6\x15\x9c\xd1\xc7\xf6\x46\xea\x89\x39\xba\x27\xd6\x53\x58\x08\x68\x4d\x69\x79\x8f\x8d\xa9\x14\xa0\x2c\x28\x3f\x8e\x98\xd9\x50\x9f\x05\xc8\x87\x41\x4c\xd5\xbf\xd8\xd7\x13\x2a\x8f\xa3\x90\x98\xa3\xaf\x0a\x84\x13\xc9\xab\x78\xe8\x38\x06\xc7\x11\xf3\x15\x5e\x5e\x87\x8e\x63\xcc\xe1\x50\x09\xc9\x21\xf7\xf1\x29\xa2\x11\x89\x29\x57\xa7\x9b\x8f\x25\xb3\x50\xe6\x11\xa5\x9d\x27\xf3\xf9\xe7\xb9\xfa\xff\x8d\xda\x31\x57\x63\x05\x5f\x2f\x3e\xe1\x86\x4e\x7e\xac\x7b\x3c\x8e\x58\xcf\x02\x34\x05\x4d\xa0\x0b\x68\x01\xb1\xb0\x7a\xbb\x1d\xca\x8f\xb1\xbd\xf4\xa3\x7f\xdd\xff\xbf\x0b\xea\x40\x17\xd0\x10\xe4\x0b\x9b\xa7\xcc\x54\x16\x49\xc4\xd6\x22\xd0\x25\xe8\x72\xc8\x32\x50\x04\xea\x05\x2d\x73\xa8\x57\x41\xf5\x57\x2d\x9f\x5c\xaf\xf3\xf4\x40\xd9\xe9\xb1\x9b\x27\x81\x92\x88\xc5\xb3\x7b\x9e\x53\x5f\x9c\xc3\xb5\xa2\xa0\x29\x68\xfa\xc9\xc7\x00\xb4\x80\x34\x56\xbd\x36\xa7\xb2\x7b\x06\x9f\xbd\x76\xfa\x58\x9b\x61\x9a\x20\x7b\x1c\x16\xbd\x1b\xcc\xc0\x3c\x96\xb0\xe0\x75\x3e\x03\x29\x33\x83\xa7\x89\x85\x28\xad\x2a\xa8\xb2\x30\x01\x35\x41\x37\x5a\x5a\xd8\x81\xd6\x89\x16\xd0\x92\x13\x2e\x2c\xe0\x7d\x58\x97\xa0\xcb\x27\xd6\x89\xab\x2b\x0a\x72\x27\xa2\x67\xe4\x0c\x4b\x4e\xb8\xb0\x58\x65\xab\x08\x92\x5f\x0d\x48\x7e\xad\x8e\x56\x01\x1a\x82\x3c\x5e\xc1\x64\x7e\x0a\xf2\x78\x45\x9f\x88\x33\xac\x25\x68\xa1\x25\x68\x03\x6d\xbc\xe7\xd0\xc2\x96\xf7\x1b\xef\x0d\xbf\xb6\xbc\x77\x61\xb1\xe1\xd7\x96\xf7\x9b\x10\x1a\x81\xde\xf2\x7e\xe3\x7d\xc3\xd5\x2d\xef\x9d\x6c\x58\x30\x2d\xbc\x05\x79\x08\xed\xd4\x42\x85\xd0\x85\x31\x6d\x66\xd8\xda\x90\xcf\x24\xb3\x53\x0b\xe5\x3d\xa7\x0d\x8b\x9a\x6a\x5c\x12\x16\x48\x80\x4b\x89\x79\x79\x32\x9a\x05\x41\x26\x28\xa3\x15\x80\x8a\x20\x9c\x08\x17\x50\x17\xd4\x81\x64\x7e\x08\x22\xaa\xde\xcb\xe6\x45\xa5\x49\x98\x5d\x32\x8f\x5f\x57\x97\x13\x9e\x26\x57\x97\x13\x2e\xcc\x2e\x16\xf6\x28\x88\xf4\x4d\x98\xef\xcf\x85\x0b\x76\x87\x5f\x9d\xe3\xb8\x06\xb6\x0a\xe6\x87\x6c\x8d\x88\x56\x04\xd2\x86\x5c\x58\x0a\x05\x28\x09\xe2\x38\x8a\xb4\xb2\x20\x91\xc7\x0a\xa4\x3d\xba\xb0\x24\xbf\x86\xf6\x38\xd8\x63\x11\xa4\x3d\x0e\xfc\xba\xd8\xd0\x90\x5f\xd4\x50\xba\xb0\xa5\x1a\xba\x28\x98\x14\xd1\x52\xc1\x20\x2c\x14\x41\x4d\x10\x4e\x90\x72\x97\x0a\xe6\x52\x21\x53\x30\x97\x0a\xf9\x9a\x1b\x2d\x16\x2e\x9a\x02\xc2\x42\x21\x5e\x2a\x2b\x84\x25\x63\xdb\x2a\x2b\x84\x25\x25\x80\xca\x0a\x61\xf0\x81\x79\x2d\xc5\x6b\xe1\x7d\x66\x8f\x4b\xde\x7b\x29\x59\xca\x38\xb1\xe4\xea\xc2\xd5\x82\xab\x4b\xae\x52\x69\x49\xae\xaa\xd2\x2e\xaf\x1b\x0b\x15\xad\x2d\x57\xbd\x22\x2c\x9f\x98\xdf\xfa\x22\xd5\x91\x95\xab\xaa\x0e\x84\x85\xca\x1e\x55\x1d\x17\xac\x3c\x2b\x01\xb6\x9c\x20\xc9\x03\x1d\x40\xa3\x78\x46\x41\xcd\x73\x55\xa3\x78\x1a\xad\xe3\x42\xcb\xd4\x3a\x4c\xad\x83\xd3\x36\xb5\x0e\xa3\xac\x22\x89\x69\x2a\x2b\xc4\xb3\x7f\xd9\x9e\x82\xd6\x2f\xfd\x4b\x63\x7d\xa6\x5b\x1d\xb3\x02\x25\x41\xe9\x97\xfe\x95\xe0\xc9\x53\x97\x13\xf5\xaf\xa4\x1a\x42\x3c\x9b\x55\x52\x0d\x25\x0a\x46\xcd\x2a\xa9\x60\x10\xcf\x0d\xa5\x9b\xfc\x4a\x72\xa2\xfa\x42\x11\x89\x99\x7d\x9c\x98\x65\x20\x8d\x13\x84\x05\xa7\xef\x33\x6b\x9c\x64\xd2\xd7\xb0\x95\x95\xbe\x08\x0b\x45\x10\x5f\x84\x94\x58\xa2\xdc\x45\x4a\x66\x51\x75\xe4\xf0\x9b\xa3\x78\x16\x15\x0f\x22\xa5\x84\x11\x15\x4f\x59\x3a\x79\xaf\xba\xa2\x5c\x43\x64\x95\x7e\x51\xae\xc1\x7f\x2c\x5f\xee\xb6\xf8\xcf\xac\x82\x9c\x7a\x4c\xf1\xc5\x09\x5f\xb4\x42\x76\x8b\x12\x4d\x28\x91\x55\x8a\x47\x94\x68\x76\x4a\xbf\x51\x75\x5d\xa5\x8f\x48\x6a\x6f\x5d\xa5\xdf\xf1\xab\x91\xca\x5d\x7e\x21\xac\xf9\x95\x77\x76\xf9\x05\xd9\x49\xa7\xdf\xba\xa7\xc8\xce\x1c\x7e\xf2\xe9\xc4\xd5\xa1\x93\x47\x14\xb5\x91\xa1\x93\x1f\x5a\xc8\x28\x16\x25\x9a\x93\x85\xf0\xd8\x39\xb5\x10\x91\x4e\x2a\x78\x6a\xe1\x9c\xd2\xf2\xe0\x4c\xb5\x11\x44\x0a\x54\xca\xd4\x28\x9e\x5e\x4f\x29\xe0\xfd\x54\x3d\x21\x4a\x76\xce\x33\xe7\xd6\x42\x9c\xb8\xf0\x5e\xcc\x68\x2e\x4f\xf8\x74\x51\x4f\x4b\x09\x8f\x48\xc9\xd9\xee\x5c\x4a\x78\x44\x8a\xce\x79\xe6\xd2\x68\x41\xa4\x48\x62\x89\x2c\xcd\xed\x2d\x3c\x45\x8e\x76\xab\x85\x23\x8a\xb8\xc5\xee\xf8\xb5\xbd\x4b\xa5\xe8\xe4\x70\x6e\x75\x29\x44\x8a\x7e\xad\x98\x5b\x5d\x6a\x7b\x3d\xa6\x48\xb3\xd9\x9a\xe1\x88\x64\x74\x83\xad\xfe\xb3\xe5\x84\xe7\xed\x12\xf1\x5a\xe7\xc6\xbc\x4f\xe7\x75\xee\x27\x14\x1e\x47\xe6\xd0\xd6\xc9\x74\x5e\xd0\xa0\x64\xde\xc2\x97\x68\xd0\x0a\x5e\x7c\xc9\xbc\xea\x56\x60\x72\x49\x24\x18\xea\x0a\x14\xe2\x82\x35\x24\xf3\x81\xbd\xc4\x1a\x24\x52\x0c\x2c\x5c\xd2\xc2\x7c\xf2\x0d\x2d\xcd\xdd\x75\x09\xf2\xa3\x5d\xea\x52\x2b\xfa\x09\x25\xee\xf2\x2b\x72\x42\x12\xe5\x3c\xd1\xa2\x09\x2e\x7a\x59\xe2\x4e\xbc\xd4\xcb\x24\x4a\xf4\x91\xb7\x8c\x19\xbe\xcc\xaf\xdd\xa9\x78\xbc\x96\xdd\x4d\x50\xc3\x7c\x05\xba\x81\x64\x8b\x2f\xaa\x71\x2d\x9a\x4d\xaa\xa9\x02\x2d\x41\x8b\xa7\x02\x03\xda\x40\x7e\xaf\x4c\xd5\xf3\x6b\xa5\xae\x85\xcf\x81\x9d\x80\xa2\xa0\x8a\x16\xe6\x69\x36\x12\x66\x5e\x1d\x2b\xf5\x5b\xd0\x8d\x56\x03\xea\x82\x68\x49\x97\x20\xa2\x9a\x7c\x86\xa7\xea\x33\x69\x25\x66\xb8\x84\x59\xc4\x09\x0a\x79\xa5\x81\xf7\x1c\x5a\x1a\xf2\x9e\x51\x6c\x11\xbf\x86\xbc\x1f\xbc\x7d\x38\x17\x5b\x09\x02\x2d\x61\x5c\x9d\x56\x9a\xda\x90\x8b\x54\x1b\xb6\xe6\x25\x88\x3d\x46\x41\xda\x23\xc5\xc7\xa3\xc5\x4a\x14\x9f\x84\x59\xc4\x7b\xae\x4e\x8b\x17\xa3\xd4\x48\xb9\xb4\xb5\x6d\x46\x8b\x39\x47\x5c\xbc\x24\x3d\x85\x08\xce\x4a\x5b\xdb\xa6\xd2\x9a\xfc\xda\xda\x90\x48\x9c\xdf\x9d\x97\x1a\xbd\x84\x99\x37\xbe\x95\x95\x00\xd9\x49\x5c\x6a\x51\x90\x09\x22\x5e\xce\x11\x57\xa6\xc1\xac\xec\x4d\x25\xb5\x28\xa8\x08\x62\x68\x38\x1f\x58\x99\xc7\x9b\x95\x29\x85\xe6\x4d\x74\x65\x95\x42\x16\x89\xf3\xee\xbb\xb2\xd2\x04\x91\xb8\xa9\xac\xac\x34\xc9\xf0\x3a\xf3\xf1\xb9\x72\x97\x5f\x34\x85\x26\x57\x95\x26\x08\x33\x52\x2e\x77\xb9\xda\xf1\xcb\x04\xc9\x2f\x26\x97\x11\x1c\x4d\xae\x95\x3d\x5b\x52\x4b\xf8\xd5\x87\x20\x32\x27\xe3\x97\x32\x27\x93\x39\x2d\x11\x2f\x65\x0e\xc2\x02\x85\x9c\x95\x39\x88\xd4\x32\xb6\x18\x01\x2b\x0f\x8d\x4f\xbc\x1f\x8a\xc4\xe0\x1c\x29\xe4\x3c\x6e\x41\xdc\x67\x9e\x0b\x49\xdf\x4c\xe6\xb4\xcc\x17\x95\x39\x59\x99\x93\xd9\x90\x32\x27\x93\x39\x4c\x98\x95\x95\x39\x59\x99\x93\xd9\xa3\x32\x27\x3b\x21\x4c\xad\xc8\x96\xb6\x3d\xa9\x21\xca\x3d\x4f\x39\x31\x89\x44\xc9\xbf\x39\x8a\x57\x9e\x0a\x14\xd7\xc3\xa0\x9d\x4c\x05\x6a\x72\x80\x45\x3e\xea\x00\x61\x95\x26\x1f\x61\x95\x12\xa9\x51\x88\x79\x29\xfd\x60\x95\x46\xdb\xcd\x4b\xfb\x5d\x04\xbd\x6a\xa1\x82\xce\xf8\x54\x8f\xd5\xeb\xa5\x84\x19\x0d\x22\x2f\x85\x00\x12\xc6\x63\xf0\xca\x4b\x21\xa0\xf7\xb7\x2a\x2d\x9d\x03\xdc\xd3\x0a\xb9\xb6\x14\x95\xc5\xd1\x54\x99\x57\x54\xe0\x9e\xa6\x0d\x2d\x6d\xdb\x45\x7e\x56\x8a\xfa\x75\x5e\x6c\xbb\xea\x8b\xda\x36\x0c\xd5\xe4\xfd\xd6\xb6\xb7\xb6\xcd\x42\xcd\x11\x84\x59\x65\xdb\x9a\x23\x88\xe7\x84\xc8\x5b\xc7\x4c\x57\x6f\x15\x27\xd4\xd5\x11\x66\xda\x90\xba\x7a\x16\xb5\x55\xde\x6e\x6d\x7b\x73\x6d\xa5\x85\xe7\xad\x6d\x6f\x92\xa1\xc9\xbc\xb6\xcd\xf5\xd0\xe4\xbd\x3a\x0b\x54\x2d\x35\xbf\xb6\x2e\x51\x35\x09\xd3\x30\x2b\x6a\x10\x05\x6e\xd1\x68\x82\x05\x6e\x21\x61\x86\xab\x45\xdd\xa0\x78\x07\xc8\xa7\x93\xd6\x55\x34\x47\x10\x66\x4e\x34\x57\xd1\x1c\x29\xba\x0b\x3e\xbf\xd8\x05\x75\x16\x5e\x40\x43\xd0\xf8\x99\x7b\xae\xa2\x36\x52\xd4\x46\x5a\x04\x5a\x82\x36\x0b\x81\x78\xb1\x97\x30\x63\x86\x17\x4d\x9b\xe2\x17\xbf\x7c\x9e\x09\x68\x0b\xe2\xd0\x1a\xd0\xd0\x42\x17\xf9\x0c\xb8\x3a\xb4\xd0\x45\x29\xc4\xbe\x0c\x45\xc2\x4b\x3f\xf3\x06\xbb\x8a\x4a\x1f\x61\x46\xef\x2f\x43\x91\x50\x37\x68\xb2\x55\x05\xdd\x2c\xc4\x2f\x95\x7e\xd1\xf5\x90\x46\x2f\x86\x2b\x91\x21\x84\xab\x0c\x6d\x1b\x7e\x9d\x14\x1c\x8d\x29\x44\x3e\x2f\x62\xaf\x31\x55\x98\x49\x49\x91\xd0\x4c\x2a\xde\x46\xf2\xc9\x60\x2c\x6a\x23\x08\xe3\x67\x90\x55\x78\xae\x59\x65\x62\x8b\xc1\x58\xe6\xd3\x16\xd7\xc3\x13\xf3\x2a\x64\x98\x77\xe6\x45\x7c\x89\x79\x4b\x58\x82\x6e\x88\x79\x4b\xe4\x93\xae\x5e\x54\xa2\x08\x4b\x81\x78\xa9\x44\x8b\xa7\x6f\x3e\x29\xab\xb2\x9f\x90\x57\x6d\x51\x08\x95\xbe\xb0\xf8\x7c\x92\xe4\x62\xf1\xab\x2e\x16\xd2\xcb\xaa\x6c\x55\xdd\x2b\xe9\xea\x55\xb5\x5d\xbd\x1e\x33\x6f\x33\xab\xaa\x1e\x11\x96\x18\x40\x55\xf5\x58\xf5\xea\x52\xa5\x75\x09\xca\x2c\x2c\x40\x32\x4f\x59\x25\x66\x52\x95\x5f\x88\x1c\xfc\x5a\xb2\xaa\xca\x0a\xa1\xcb\xda\xaa\x2a\x2b\x44\x0e\xcf\x2f\x76\x41\x9c\x76\xca\x40\x43\xd0\x44\xcb\x80\x96\x20\xae\x4e\x30\x36\xdd\x54\x56\xe3\x07\x12\x5e\xcf\x56\x53\xa5\x21\x2c\xd1\x3a\x9a\xe6\x6e\xa3\x86\xd4\xa3\x9b\x6a\x08\xc1\x9d\xcb\xff\x9f\x64\x6a\x43\x5a\xd8\x52\xca\x21\x2c\x11\xe8\xa6\x94\x6b\x8a\x04\xc7\xd1\x14\x09\x44\x51\x67\x6a\x8a\x04\x37\xa8\x7c\xc1\x07\x74\x83\x5a\x37\x35\x74\x91\x00\xf7\x78\x42\x4e\xa0\xc3\x15\x81\x08\xf4\xcd\x9d\x8d\x1f\x24\xd7\xad\xcc\x41\x18\x8f\xca\xeb\x56\xe6\xf0\xb3\x4c\x8e\x81\x85\x5c\x4b\x24\x2c\x54\x41\x5a\x88\xab\x91\x82\xb9\xe5\xea\xad\x43\x83\x23\xde\x72\xf5\xf6\xd8\xe7\x78\x09\x1a\x82\xd8\x36\x6d\xfb\x16\x7f\x42\xe4\x18\x65\x7e\x09\xe2\x38\x68\xdb\xba\x12\xae\x7e\xe3\x57\x34\x20\x13\x44\x29\x54\x41\x49\x10\x7e\x41\xa9\xba\x0e\xad\xeb\xd0\x6a\x06\xaa\x82\x2a\x5a\xed\xb7\x47\x71\x57\x43\x45\x58\xe2\x1c\xba\x1a\x2a\xc2\xc2\xf3\xeb\xe4\x5a\x77\xce\x93\x23\x35\xd0\xc5\x9c\x7b\x27\xfd\x9a\xa0\x21\xc8\x9b\x0d\x0f\x16\xab\x8b\xff\x20\x2c\x35\xf6\xcb\xb3\xd9\xea\x9c\x69\x24\xfd\xba\xce\x14\x61\x89\x4e\xdc\x75\xa6\x08\x4b\x34\xd4\x3e\xa2\xa0\xc4\xc2\x06\x94\x05\x11\x82\x26\x5b\x0a\x01\x19\xc9\xfd\x6d\x75\x65\x64\x57\x46\x36\x2d\x94\x5f\x74\x3c\xae\x74\xab\xab\xe3\xf1\x73\x84\x65\xaa\xae\x8b\x38\x21\xf4\x64\xb0\xba\x3a\x1e\x3f\x47\x64\x7e\x88\x5a\x7d\xea\x8b\x3c\x9b\xf1\x8a\xb0\xba\x58\x12\x57\xf3\x1c\xe1\x16\xba\x9a\x2f\xee\xe1\xd9\xfc\x72\xbb\x74\x0f\x97\xb0\x1c\x0c\xa8\x08\x2a\x40\x19\xa8\x0a\x6a\x2c\x14\x74\x0b\xba\xd1\xaa\x40\x5d\xd0\x42\x4b\xd0\x16\xb4\xe1\x9e\xbe\xa1\xa1\x61\x36\xe0\xc4\xf9\x12\x74\x09\xba\x38\xed\x02\x14\x05\xe9\x0d\xe4\x02\x4a\x82\x78\x10\xe3\x82\x35\xba\xbc\x77\x6a\xac\x97\x92\x35\xba\x5c\x85\x26\xf3\x52\xb2\x86\x68\x32\x22\xdb\x85\xf7\xca\x1c\x84\x65\x8a\x67\xe8\xce\x35\x7c\x7c\x66\xdd\xcc\x86\xc6\x27\x3f\x4e\x5a\x8e\x38\xa1\x9c\x18\x03\xbf\x9e\x90\xfc\xe2\xdd\x34\x53\x3c\x43\x39\x81\xb0\xcc\xad\x65\x68\x7c\x0e\x4f\x8d\xac\x6b\xd8\x18\xf2\x4b\xcc\x99\xbc\x1f\x1a\x9f\x63\xca\x3c\x4e\x4c\x99\x9f\x32\x8f\x96\x68\xf2\x98\xbf\x92\xb8\x21\xee\x3a\x26\xaf\x41\x54\xc7\xd0\xc8\x1b\x3e\xe6\xb2\xd1\x89\x87\x88\x2a\xc2\x32\x23\x6f\x88\xa8\x0e\xa6\xa0\x51\x0a\x43\x53\x10\x61\xd9\xb4\x50\x4e\x30\xa6\x74\x45\x19\x1a\x53\x83\x31\x95\x8d\x0d\x69\x4c\xf1\x9b\x6c\x16\xfb\x1b\x6a\x5c\x43\xef\x93\x72\x75\x3f\xb5\x38\x0e\x78\xf0\xd0\x68\x41\x58\x56\x9a\x68\xb4\xf0\x40\x94\xc5\x83\xf5\x40\xb4\x26\xef\xf2\xbc\x78\xad\xa9\x2e\x35\x9d\xc2\x66\xa3\x2f\x4e\xbd\x35\x20\x52\x64\x7c\x4e\xd1\x59\xde\x79\xb2\x66\xa5\xde\x79\xd6\xf2\x7b\x43\x4e\xdc\x34\x16\x8f\xca\x12\x59\x2c\x6b\xe9\x92\xc0\xa3\x4e\x56\x32\xe9\x51\x67\x6d\x41\x5e\xdb\x5b\x4f\x2c\xfb\xd4\x2f\xf9\x1e\xc2\xad\xc7\x93\xcd\x83\x47\xae\xbe\xa1\xad\x07\x8f\x7d\xd1\x99\x9a\x47\x75\xf3\x92\xff\x14\xa9\x38\x4f\xd9\x7a\xd0\xdf\xbc\xe1\xe6\xe6\x57\x89\x7d\x11\x1c\x89\x54\x0a\x5a\x04\x67\xf3\x78\x52\x4e\xcf\xc2\xad\xc7\x93\x1d\xbd\xba\xca\xe9\x29\xb7\x63\x7f\x42\xf0\x01\x67\xa5\x3b\x52\x69\x3b\x6a\xa1\x77\x93\xad\xc7\x93\x6d\xde\x01\x4a\xf0\x52\xd8\x46\x07\x90\xc8\xe6\xdd\x77\xf3\x90\xf2\xba\xcd\x03\x5d\x82\xa7\xef\x36\x02\x2d\x91\xb3\xb4\x08\xf4\xe6\x3d\xa5\x5c\xce\x4a\xb7\xde\x53\x76\x12\x74\xb9\x13\xba\xad\x6f\x2e\x06\x25\x06\xd7\xe2\x76\xf0\x14\x76\xf9\x39\x6e\x5d\x12\x24\x4a\x6c\x15\x28\x0b\xc2\xd5\x28\xad\x22\x68\xa1\xe5\x90\xb8\xfe\x2e\xde\x14\x8a\x9d\xc5\x21\x9a\x82\x84\x5d\x26\xa8\x01\x0d\xb4\xa2\x9f\x90\xe8\xac\x84\x5d\xde\x90\x77\x19\xd2\xf2\xee\x5b\xcc\x93\x7c\x8b\x6f\x4a\x18\x73\x68\x8b\x6f\x6e\x78\x5d\xe1\x9a\xbf\xc5\xeb\x76\xf5\xfc\x2a\x86\xf7\x95\xfc\x92\x28\x89\xa3\xad\xe4\xd7\x86\xd7\x15\xf8\xd3\x16\xaf\x93\x48\x67\x65\xe1\x96\xad\xe7\x3f\x02\x71\x2d\xf1\xa7\xfd\xfc\x77\x21\x3e\xf9\xb6\x78\x8a\x44\x29\xce\x5d\xf7\xcd\x15\x47\x22\xa6\x54\xff\x76\x14\xb7\xbf\x1f\xc4\xfb\xe6\xe7\xd7\x0d\x63\x29\x3a\x51\x31\x16\x89\x48\x2f\xd8\x37\x85\xbf\xe1\x0f\xa5\x78\x81\x6d\xf1\x87\xdd\x05\x79\xb1\x6e\xcd\x9a\xcd\xe4\x28\xd5\x0b\x6c\x33\x3e\x9e\x22\xd6\x20\x2d\x72\x9b\x2a\x2f\xd5\x39\xd2\x56\x95\x6f\x8a\xb5\xf0\xc4\x00\x5f\xd9\xfb\x71\xb4\xbf\x25\x13\xfe\xff\x3f\xdc\x1f\x5f\x7e\xf9\xc7\x75\xe3\xc7\x4f\x9f\xd6\xdb\x17\xfe\x29\x1f\xff\x80\xee\x98\x6b\xbf\x7f\x5b\xbf\xfc\xb3\xc0\x8f\x1f\x3e\xfa\x2a\xfe\xfb\xdf\x00\x00\x00\xff\xff\x07\xd3\x93\xda\x42\x28\x00\x00"); -var _ffgfc =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\xbd\x4b\xaf\x6d\x39\x72\x26\x36\xcf\x5f\x71\x86\xed\x41\xbb\x16\xdf\x0c\x20\x71\x00\x97\xd4\xd5\xd6\xa0\x6d\xc3\x92\x6c\x03\x86\x07\xe4\xde\x6b\xcb\x05\x58\x59\x85\xaa\xd2\x40\xff\xde\xe0\xf7\x58\x29\x18\x06\x6e\xde\xc9\xdd\x71\xc8\xc5\x67\x30\x18\x8c\xe7\xef\xfe\xee\x1f\xfe\xfe\x1f\x7e\xf9\xe3\xdf\xbe\x7e\xf7\xbf\xfc\xe5\x4f\xaf\x7f\xbc\xff\xf6\xf5\xf9\xe3\x2f\xef\xbf\xdc\x7f\xfd\xd3\xbf\xfd\xe5\x75\x7f\xed\xfb\x5f\xfe\xf8\xcb\x4f\x3f\xa5\xfc\xf5\xfe\xe3\xeb\x6f\x06\xf1\xdf\xeb\x5f\xd7\x9f\x7f\xfa\xe9\x7c\xff\x8f\xff\xfe\xd7\xbf\xdd\xff\xfa\x0f\xbf\x7c\xfe\xf4\x55\x58\xef\xfd\x6f\x7f\x56\xdd\xaf\xaf\xdf\xfd\xaf\xf7\xbf\xfc\xf1\xaf\x7f\xfb\xcb\xbf\x7f\xfd\xa7\xff\xe1\xfd\xa7\x7d\xff\x77\x5f\xef\xfb\x73\xfe\xfe\x3f\xff\xe5\x7d\xff\xe5\x8f\xbf\xfc\xcb\xd7\x7f\xfa\xaf\xbf\x4f\xcf\x5f\xff\xf1\xdf\xfe\xfc\xe7\xff\xe7\xfe\xd7\xfb\x97\xbf\x7d\x35\xfc\xed\xfe\xe5\x8d\xff\x7f\xfa\xdd\xdf\xfd\xb7\xf5\xe7\xff\x69\xfd\xeb\xfd\xf5\xbb\x7f\xfe\xe5\x8f\xff\xf5\xf7\xff\xf9\x9f\xff\xe9\x0f\xf3\x3f\xff\x8f\x28\x44\xd9\xff\x76\xff\xe5\xaf\x7f\xfc\xd3\x2f\x5f\xa9\xfc\xf7\x57\xea\xbf\xfe\xfd\x9f\xfe\xfd\xcf\xf7\x57\x52\x23\xff\xc7\x3f\xff\xc3\xdf\x7f\xfd\x9f\xe9\x2b\x5d\x5f\xb9\x95\x11\xff\x97\xfe\xfe\xbf\xff\xb7\x3f\xbd\xef\xaf\x8b\x50\xe5\xe8\x5f\x7f\x7a\xdf\x7f\xfd\xf3\x7a\xdd\x7f\x59\xbf\xfc\xcb\xfd\xd3\xd7\xd7\xcf\xd7\xf5\xfd\xc5\x7f\x3f\x8f\x3f\x7c\x9f\xbf\xfc\xdd\x35\xf5\xb7\x9f\xff\xfe\x0f\xbf\xe7\xdf\xfe\xcb\x35\xf5\xd7\x9f\xff\xcb\x1f\x7e\xef\xbf\xfe\x01\x7f\x3d\x7f\xff\xf9\x0f\xe3\xf7\xfa\xfb\xfd\xcb\xfb\xff\xd3\xcb\x4f\x89\x9d\xff\xf2\xa7\xbf\xbd\xef\x0f\xff\x86\x7e\x7f\x4e\x9f\xef\xaf\x74\xbe\xf8\x8f\x45\x3f\xa5\xeb\xd2\x68\xff\xf8\x7e\xfd\xdf\xeb\x2f\x3f\xfd\xfc\xca\xeb\x3a\x35\xcf\x8f\xfa\xfd\x95\xfa\xc0\xcf\xf6\xfd\x95\x73\x69\x15\xc0\xf8\xfe\x4a\x83\x55\xe6\xf7\x57\xba\x32\x7e\xc6\xf7\xd7\x18\xa9\x9c\xdf\xfb\x34\xd1\xf1\xe7\x9d\xbe\xbf\x52\x46\x23\x7b\x7c\x7f\x45\xfc\xf4\xf3\xab\xc4\x69\x21\xcf\xf3\xf3\xf4\xd6\xd1\x58\x59\xe9\xfb\xab\x77\x54\x38\xed\xf6\xd1\xf0\x33\xce\xcf\x82\x9f\xeb\xfb\xab\x07\x7f\xbe\xce\x5f\x59\xf7\x7d\x7e\x9e\x1e\xca\xce\xdf\x5f\x7d\xa2\xc2\x2e\xe7\x27\xda\xdd\xe8\x0d\x75\xf7\x69\x6c\xb2\xee\x69\x6c\xa2\x8b\x7d\x1a\x8b\x33\xdc\x3a\x31\x86\x33\xb2\x1a\xa7\x85\x81\xbf\xc6\x3e\x3f\xcf\xe4\xeb\xc2\xcf\xfe\xd3\xcf\xaf\x36\xeb\xf9\x8c\x3f\xcf\x78\x63\xe0\xe7\x19\xce\xbc\xce\x4f\xd4\x9d\xe7\xb3\x31\xef\xf3\xd9\xf9\xeb\x08\xcc\x78\xe2\x27\xc6\x9b\xf1\xf3\x34\x36\x3b\x7e\xf6\xf3\x93\x15\x4e\xbb\x33\xf0\x13\x93\x67\x0b\x18\xef\x99\xdb\xc0\x84\xe2\xd4\x8d\x38\x43\x8f\xd3\x5b\x60\x25\xb1\xd4\x7b\x9e\xc9\x5f\x09\x3f\xe3\xfc\x3c\x2d\xec\x88\xb3\x15\x57\xfc\xf4\xf3\xfb\xc2\x94\xaf\xf9\xd3\xcf\xef\x84\x26\x6a\xfa\xe9\xe7\x3b\xed\xb9\x3f\xa7\x91\xf6\xd3\xcf\x77\x9e\xd7\xcc\xd8\xdd\x4e\xe8\x4c\x21\x5d\x57\x9a\x02\xcb\x69\x2d\x5d\x82\x0e\xda\x5c\xfa\x2e\x1a\x8a\x92\xa0\x7e\x8a\x06\x81\x95\x89\x0e\xf8\xcd\x6a\x59\x10\xaa\xa9\x71\xe0\xd2\x50\xdb\x9b\xf5\x8a\xa0\xfd\xfd\x95\xce\xfa\xde\x79\xa6\x78\x7f\x7f\x35\xb5\x97\x0f\x7a\x1c\x7c\x65\xc5\x3a\xcb\xc1\xc7\x26\x80\x6d\x54\x41\x58\x89\xa4\x32\x0c\x70\x70\x18\xf5\xac\xe2\x99\x65\x17\xc8\x25\xe0\x77\xfd\x6c\x5d\x9a\x4d\xc0\x69\x7f\x72\xc0\xf3\xe0\x42\x2a\x43\xc0\x39\x76\x85\xdf\xcc\xb3\xbc\xa9\x14\x01\x18\x46\xbe\x04\xad\x53\x14\x02\xde\xdf\x5f\xa9\x25\x01\xf7\x01\xd4\x5c\x7c\xf0\x91\x8a\x70\x52\x6b\x16\x80\x4d\xc8\x86\xda\x29\x72\xbd\xb3\xf1\xa5\x0b\x40\x4f\x4d\xc0\x59\xc1\x6a\xe0\xf4\x54\x55\x6d\x9f\x5d\x6c\x1a\xd0\x59\xf6\xd4\x34\xbf\x7d\xd6\xa8\x68\xdc\x38\x5b\xc5\x25\x18\x37\x4b\x02\xcb\x50\x43\xc0\xeb\x00\xac\x16\x81\x8d\xcf\x5c\x87\xc0\x24\x5a\x16\x70\x56\xa8\x72\xb2\x8b\x2b\xa4\x65\x5d\x07\x65\x53\xe5\x4a\x2e\x4e\x8f\x3d\xad\xcd\x45\xe1\xc0\xf7\xfa\x10\x79\x0e\x71\x14\x51\xfb\xff\x21\x73\x77\x9e\x2f\x6c\x61\xc5\x30\xa2\x63\x18\x33\x09\x38\xc3\x98\x17\x81\x8d\x9d\x56\xb5\x8d\x9d\xc6\x68\x63\x4c\x60\x4b\x08\x00\x55\x9c\x02\xce\xba\x8e\x26\xe0\xac\xeb\x18\x02\xce\xf0\x06\xc6\x1a\xf3\xa0\x62\x1a\x55\x00\x5a\x2b\x02\x80\x96\x93\x1f\xc5\x04\x3d\x4d\x02\xce\x78\x3a\x06\xb7\xd7\x29\xc9\xb9\xe6\x29\x30\x1d\xf0\xe2\x0a\xee\x75\x28\x54\xce\x17\x51\x69\xaf\xb3\x25\x07\xac\x02\x37\xc1\x26\x10\x67\xe6\x72\xcb\x87\x46\x1f\x50\xdf\x2e\x82\x43\xdf\x1e\x2c\x3a\xa0\x3a\x3a\xa8\x93\xf3\x35\xf5\xed\x59\xa5\x03\x66\x81\xec\x88\x3b\xb9\xf7\xe4\xb7\x41\xf0\x75\xa6\x50\x71\x5b\x00\x4a\xdf\x5f\x75\x90\x46\xec\xd7\x99\x6b\x1d\xd9\x65\x05\x65\x21\xa8\x9e\xef\x78\x04\xf7\x0b\x4b\x79\xa5\x92\x04\x76\xa0\xaf\x9b\x19\xdf\x5f\x75\x76\x43\xf3\xfb\xab\xe4\xe2\xee\x03\x35\xdd\xc5\x3a\x65\x24\x37\xfb\x75\x56\x28\xa6\x8b\x5e\xa7\xf7\xee\xfe\xde\xa7\x49\x12\x9f\xfd\x3a\x5b\x5c\xe7\xf0\xc8\x3e\xdf\x5f\xf9\x0a\x0d\xe5\x10\xcb\x76\x25\x75\x0e\x1a\x50\x3d\xcc\x83\x82\xb9\x11\x07\xf7\xeb\x90\x91\x3a\xb5\x01\xaf\x43\x47\xeb\x48\x86\xda\x81\xaa\x21\x12\xd2\xa1\x39\x9c\xbd\x2a\xc5\xb3\x3d\x97\x46\xd2\x39\xdc\xaf\x73\x6e\x6a\xf0\x58\xef\x17\xe8\x4c\xce\xfe\x6e\x9f\xa1\x65\xd7\x3c\x13\xcc\xd3\x83\x79\x7f\x7f\xe5\xea\x8d\x38\x54\xa8\xb5\xec\xb2\xcf\xf7\x57\xe9\xde\xc0\x73\x74\x4a\x4d\x5a\x8a\x73\x76\x5a\xf7\x24\x0e\xd1\x4c\xa9\x79\xd5\x0e\x91\x2a\xb3\x69\x9d\xc0\x60\x94\xa7\x99\xc3\x63\x44\x56\x87\xe7\x0e\xa8\xbd\x69\xd8\x07\xfb\x5a\x14\x77\x01\x0a\x3b\x5d\x16\xdf\x5f\x25\xaa\x5b\x59\xdf\x5f\xad\x5c\xda\xb3\x43\xdf\x4a\x09\xf7\x7e\xee\xcd\xeb\x72\x2b\xef\x53\x96\xfc\xdd\xb9\xa0\xd3\x33\x4e\x9c\xd2\xa9\x71\x9e\x2b\x28\x5f\xa1\xc9\x6f\x9c\x31\xa3\x0f\xa8\xc3\x28\xea\x0f\x5c\x47\xea\xae\x59\x71\x47\xb8\xac\x01\x0f\x34\xea\x43\x45\x5b\x7e\xda\x3c\xf3\x2b\xdd\x65\x13\x74\xc5\x3d\xc4\x99\xbb\x67\x7b\xd8\x96\xd6\xbd\xd8\xe7\x64\xb5\x7e\x69\xb1\x0f\x1f\x53\xc2\x1b\x08\x6a\xfc\xe0\xeb\xbe\xc1\x04\x19\x0f\x0e\xcd\x2c\x95\xb7\xd4\x7e\xe3\x08\x36\x2d\xc5\x1b\x0c\x41\xd5\x31\x7b\x9f\x23\x58\x86\x96\xf0\x8d\x9b\xb4\x91\xd6\xee\x37\xe9\x8b\x90\xf2\x8d\x23\xd8\x9f\xb2\x7e\xb6\x9a\x57\xd5\x7e\x9f\x13\x58\x72\xfd\x31\x59\xde\xef\x73\x3c\x6b\x69\x6e\x34\x00\x79\xa0\x87\x74\xcc\xea\xa1\x9d\xdd\x4d\xb9\x0a\x3a\xe8\xdb\x8a\xbb\x7f\xe3\x86\x70\x2b\x67\x77\xdb\xf4\x77\x1f\x0c\x4d\x35\xc9\xcc\x90\xf0\xee\xf7\x39\x9f\x79\xb8\x95\x73\x3e\x4b\x2d\x6a\xe5\x9c\xcf\x72\x79\x29\xce\xf9\x2c\x55\xa7\xfc\x7d\xce\x67\xbe\x9a\x5b\x01\xf6\x26\x97\x91\x61\xf6\x77\x13\xe7\xda\x35\xcf\xee\x1a\xd3\xde\xe7\x78\x96\x2b\x19\xda\xdf\x5f\xf5\xd7\x91\x1d\xfa\x1c\xc9\x23\x3b\xd8\x9b\xbd\x49\xe7\x78\xd6\xab\xba\xbf\xcf\x59\x33\x51\x8e\x37\x6f\x36\x61\xe8\xfb\x1c\xcf\x32\x44\x00\xde\x8b\xd8\xab\x1e\x70\x3a\x8b\xa8\xd8\xfb\x9c\xce\x9a\xbb\x56\xf7\x9c\xce\xd2\xbd\x2b\xe7\x74\x8e\xf4\xf4\x30\xbe\xbf\xc6\x75\xb9\xcd\x89\xfb\xa9\xbb\x51\xdc\x64\x6e\x85\xf3\xd3\x38\xcf\xe9\x3c\xbc\xa5\xa0\x33\xbf\xf9\xf4\xf0\xc6\x3e\x68\xdf\xcf\xe9\x2c\x26\x46\xef\x73\x3a\x8b\xe9\xc6\x7b\x93\xfc\xa8\x3b\xbc\x37\x7a\x9b\xaa\x8a\xe3\x29\x5e\x63\xbf\xcf\xf1\xac\x97\xd1\xe7\x1c\xcf\xdc\x8a\xa1\x43\x60\x7d\x0f\xbc\xcf\xf1\xcc\x43\xf7\xd9\xfb\x1c\xcf\x51\xc2\x35\xe7\xf7\xd7\xc8\xdd\x35\x0f\xf9\x19\xde\xf8\x73\x3c\x6b\x7a\xfa\x3b\x1b\x58\xbc\x49\xe7\x78\xe6\x1a\x6e\x13\xcc\x92\xd1\xe7\x1c\xcf\x91\x8c\x22\xe7\x74\xa6\x26\xe2\x70\x9f\xd3\xd9\xbb\x08\xc0\x7d\x4e\x67\xc9\xba\x96\x6f\x30\x03\x59\x33\xba\x71\x41\x76\x1d\x96\x1b\x17\x64\x23\xcb\xb4\xef\x89\x27\x5c\xb8\xec\x9c\x4e\xf1\xc7\xfb\x3e\xa7\xb3\x99\xd8\xde\x38\x80\x4d\x77\xe0\x7d\x0e\xe0\x28\xba\xbb\x6f\xdc\x8f\xe5\x72\x19\xd8\x1c\x9f\xa4\xfb\x9c\xc0\x21\x5e\x6e\xdf\x38\x81\x39\x3c\x50\x60\x68\x33\x74\x76\x30\x74\x92\xee\x20\x07\xa0\x49\xe0\x86\x9c\x21\xb4\xb8\xcf\x11\x9c\x97\x67\x1f\xe4\x2c\xd4\x3f\xae\x48\x13\xe6\xfb\x1c\xc1\x34\xb3\x1b\x05\x07\x90\xdd\xca\xd9\xc1\x5a\x5d\x76\x76\xb0\xe9\x22\xb8\x03\x2f\xd7\xe2\xee\x71\x43\x4e\xd7\x3c\x3b\x88\x07\x21\xa0\x43\x62\xfa\xd0\x04\x71\x04\x4d\xb4\xef\x73\x04\xc7\xbc\x3c\x16\x4c\x50\xf8\x73\xe3\x08\xe6\x66\xe8\x4c\x30\x86\x78\x80\xfb\x9c\xc1\x9a\xbc\x4e\xe7\x0c\xd6\x3c\xd4\x28\x6e\xc8\x08\x61\xe5\x8d\x2b\xb2\x65\x43\x1d\xd4\xd7\x1f\x9e\x19\x0e\xef\xef\x39\x84\xb3\x24\x43\x01\x02\xa4\xf9\x82\x77\x6b\xd5\xad\xec\xb3\x16\xb5\xfd\x98\x32\xdf\xe7\x84\xd6\xe2\x29\xe2\x84\x5e\xbf\xb6\x7a\x2e\x98\x5e\x3c\xf0\xc3\x02\xf9\xd6\xb8\xf9\x86\x33\x46\x9d\x23\x3a\x4d\x8c\xef\x73\x42\x73\x7e\x20\x4c\x3f\x19\xaa\xdf\x5f\xd3\xa4\xf2\x3e\x27\x74\x84\x7b\x38\x27\x74\x84\x88\xff\x7d\x4e\x68\xa9\xba\xf6\xef\x73\x42\x4b\xd5\x15\x7d\xe3\x84\xea\xa5\xb5\xef\x73\x42\x67\xb9\xb4\x6a\x7c\x42\x3e\xad\xbc\xc0\xb6\x1b\x7a\x7f\x7f\x0d\x73\x32\x37\x4e\xe8\xf4\x39\x38\x27\xb4\x99\x50\x7f\x70\x7f\x0e\xe1\xd3\x67\x02\x81\x45\x1f\x3e\xe7\x84\xce\xa1\xf3\xfa\x39\x27\x74\x16\x31\x2b\x9f\x73\x42\x63\x76\x7f\x77\x76\xd7\xa7\xf0\x73\x4e\xe8\x2c\x7c\x47\xef\xcf\x39\xa1\xf9\xd7\x1e\x0e\x23\x9f\x66\x18\x3c\x13\xac\xdd\x55\x0f\x02\x87\x28\xe7\x67\x52\x74\xe1\xee\x5f\xdf\x5f\x31\x9a\x87\xc6\xf7\x9a\x27\x71\x63\x29\x5c\x13\x0c\x82\x90\xfb\xa3\x3b\x52\xdf\x9d\x13\x3a\x8b\x08\xd9\xe7\x1c\xd0\x31\x85\x06\x9f\x73\x40\x67\xd6\x03\xe4\x73\x0e\xe8\xd0\x13\x6e\x7f\xc0\xc3\x4e\xd0\x80\x32\x2f\xb0\x12\x40\xa6\x03\x80\x7d\xaf\x02\xc0\xdd\x5e\xd9\x20\x30\xdb\x35\xf9\x7a\x04\xbe\x14\x8a\x1e\x92\x01\xf0\x38\xd7\xd5\x0c\x7e\x28\x04\x18\x00\x73\x80\x59\x29\x78\x95\x1d\x90\x22\x2d\x6c\xd3\x01\x3b\x41\xf6\x09\x99\x51\xce\x9c\xe3\x01\x27\xc1\x2c\x30\x08\x26\x81\x8b\x60\x11\xb8\x25\xd8\x38\xbf\x5f\x94\x21\x10\xac\x38\xa4\x85\x03\x9a\x5b\xf2\x05\x82\x6b\x61\x3d\xae\x8b\x8d\xde\x92\x3e\x5c\x2c\x05\xaa\x1c\x70\x0a\xe4\x54\x2f\xb6\x8b\x95\x3d\x4d\x61\x7c\x91\x26\x1f\x6b\x20\xef\x25\x92\x9e\x63\x8d\xa5\x3d\xf8\x58\xe3\xba\xc4\x9c\x02\x83\x60\xf0\x75\x86\xd7\x7e\x59\x35\xf8\x66\xc4\x6d\x5e\x56\xd3\x43\x8f\xab\xb6\xf0\x9a\x3d\x60\x23\x18\x17\xc1\x29\x50\xa5\x1d\x60\x68\x18\x78\x86\x95\xf5\x56\xbf\x03\xf3\xdd\x49\x2d\x03\xc7\xca\x86\x5c\xf0\x80\xa7\xdf\x3a\x13\xb7\xe7\xc2\x83\xa7\xce\xa6\x96\xc1\xaa\xd4\xf9\xe2\x6e\x5d\x78\xbe\xd7\x79\x53\xfa\x73\x81\x07\xa8\xf3\x26\xc3\xce\x2b\xa4\xce\x0f\x1e\x36\xf9\x02\xd2\xd4\x28\x6a\x19\x3b\x5d\x23\xf4\x0a\xc6\x4e\xd7\x80\x40\x22\xeb\x2d\x57\x03\xef\x97\x03\x56\x81\x41\xb0\x01\xe4\x05\x9f\xaf\x40\x47\x81\x0b\xf0\x80\x18\xc6\x6a\xda\x14\x60\x46\x5d\x8d\x48\x03\x79\x1c\xc0\x37\x41\x74\xb4\x3a\x38\xeb\x79\xe1\xf8\xd7\xd5\x63\xb3\x74\x08\xfc\x10\xec\x04\xc1\xac\xe4\x74\xc5\x8f\x68\xf8\xa9\x3b\x58\x17\x0b\xb9\x93\x40\x70\x95\x75\xe7\x95\x09\x0e\x81\x85\x20\x16\x63\x77\x6e\x51\xc2\x0d\x5b\xf7\xfc\x0f\x0f\xf7\x03\x25\x10\x93\x2a\x28\x03\x21\x87\x0b\xc1\x39\xe3\x02\x38\xd0\x21\xd6\xa3\x0e\x41\x87\xdd\xa8\x6d\x0a\x3a\xb4\x2c\x4f\x43\x60\x37\x4a\x17\x74\xf8\xfd\x39\xfd\x1d\x2e\xe3\x70\xd9\x1b\x0f\x4d\x77\x7f\xe3\xa6\x32\xf4\xe1\x60\x54\x15\xec\x06\x5f\xaf\x07\x82\x50\xce\x55\x43\xe3\x56\x1f\x78\x91\x77\x5c\x40\x07\x3a\x1c\x3f\x05\x73\x07\xc2\x8b\xfc\x32\xd4\xc1\x85\x6a\x69\xc0\xf1\x5f\x42\xd7\x3d\xcf\x21\x2a\x94\x2e\x1d\xe8\xdc\xc6\x7c\xb6\x1c\x08\x1c\x63\xf3\xd8\x36\x44\x75\xee\xfe\x05\x41\xa0\x6b\x1e\x7e\xa3\x5d\x6e\xf3\x46\xf7\x1a\x1a\x18\xf9\xe6\x81\x8a\x94\x4c\xad\xfe\x02\xa3\xdb\xd5\xc5\x61\x22\xea\xe5\x15\xa6\xac\xf5\x9a\xfe\x12\xef\xb4\x50\x8f\x6b\x3e\xc2\x98\x03\x51\x7e\x3c\x5d\xb8\x70\xa9\xbb\x90\x6f\x15\x4d\xf1\x9c\xc0\x36\x9e\x3e\xde\x87\xa1\x04\x81\xa9\x7b\x52\x39\x60\xb4\x11\x11\xf4\xa6\x82\x5f\x2f\xd9\x55\x35\x0f\xb5\x43\x86\xdd\x83\xdb\xa4\x79\xd3\x75\xfb\x23\x2a\x3a\x10\x37\x20\x84\x71\x60\x08\x48\x78\x0f\x04\x51\xa2\x17\xeb\x1c\xc4\x32\xba\x9b\xd9\x78\x06\xb8\x47\x92\xef\xd0\xb4\x70\x48\xdb\x33\xba\x73\x1c\x4a\x72\x8f\x9f\x47\x38\x55\x77\x1c\x84\xcf\x53\x93\x0c\x11\x6f\xd2\x89\x1d\x62\xc5\x2f\x41\xdc\x01\x21\x72\x40\x56\x35\x52\x12\x74\xc8\xef\xa8\xfe\xf0\x3c\x86\xb3\x70\x35\x70\xd1\x5f\xa2\x2f\x3b\x26\x46\x9e\x5d\xf5\x75\xce\x4a\x72\xd9\xd9\x81\x9a\xfd\xe1\xb9\x3c\xa2\x1b\xfa\xe0\xbd\xc6\xd5\x08\x90\xf0\xea\x36\x83\xbb\xa3\xe5\x80\xe4\xb6\x5c\x45\xb3\x02\x2f\x1e\xdd\x1f\xe2\x70\x54\x4d\x4a\x17\x52\x68\x39\xc0\x8c\xcf\xe2\x56\xa9\x93\xb8\x5c\xf7\x3c\x18\xb3\x87\x03\x79\x15\xc5\x7a\x07\x82\xd0\xcd\x93\x22\xe9\x0e\xf7\x7f\x1e\x85\xde\xff\xc0\xa3\x37\x35\x8d\x06\x32\xa9\xa9\x4d\x05\x15\x2f\xe1\xe9\x2f\x1c\x55\x9d\xb8\x38\x58\x5d\x47\x16\x04\x51\xcf\x10\x6a\x04\x6e\x8e\xae\x73\x1b\xc0\xcd\x2b\xe9\x8c\xe3\x3a\x2b\xb9\x6b\x69\x0e\x32\x94\xf4\x7c\x08\x8a\x93\xd4\xea\x02\x0f\x98\xd5\xce\x3a\x1b\x9e\xdb\xbc\x7e\x48\xad\xf7\x92\xf6\x46\x2b\xbe\x28\x1a\xb9\xdc\xce\x19\x79\xbb\xdc\xc7\x62\xd5\x22\x70\x83\x1e\x0d\x41\xaf\x47\x1c\x7a\xa0\x37\x08\x60\x13\x74\x43\xec\xe7\xb2\x73\xb5\x54\x51\xdc\x45\xbe\x8f\x0a\x8c\x03\xa6\xd3\x7f\x57\xff\xa0\x95\x21\x1a\xb7\x40\x2a\x47\x56\x33\xc0\x86\x99\x5d\x06\x84\xd7\x6e\x2c\x0a\x40\x2e\xcd\x09\xd4\xf0\x4a\xc5\x1f\x2e\x50\xa7\x4b\xd0\x99\x45\x34\x8f\xe6\xfe\xfe\x9a\x7d\xba\x19\x1c\xb8\xac\xf9\x9e\x0d\x97\x88\xf7\x40\x90\x72\x88\x52\x2f\xdc\x6a\x64\xfc\x0e\x04\xa2\x62\x4c\x5d\x20\x8e\x49\x24\x86\x8a\x85\x29\x12\xb7\x20\x84\x4c\x42\x62\x88\xc0\x53\xf6\x92\x42\xcc\x11\xd5\xdd\x07\x04\x53\xee\x90\x7b\xf1\x80\x98\x45\x71\x87\xe0\x12\xba\xbb\x38\x44\xbd\x7b\x69\x70\xc3\x36\xdd\x93\xeb\x20\x5c\xf1\xd5\x00\xa1\x7a\x35\x4a\x2f\xc8\x16\xaf\x24\xca\xb0\x20\xbd\x98\xba\x6e\x17\x48\x1a\x45\x94\x95\xe2\xf7\x3a\xbc\x34\xa0\x53\x29\x38\xee\x3d\x21\x3c\x11\x46\x6d\xca\x16\xb4\x15\x9b\xc2\x77\x0d\x66\x53\xf8\x2e\x74\xdf\x90\x2d\x0c\xe1\xe5\x26\x41\xab\xfe\xee\x9c\x2f\x72\x9b\x07\x82\x86\xe8\xe9\x01\x0a\x63\x1f\x53\xa8\x24\xab\x69\xaf\x14\x03\xd5\x1f\x82\xe7\x11\xea\x6d\x60\xf0\xe5\x0b\x7e\x4f\x88\xbf\x9e\x1e\x6f\xdc\x9a\x5c\xa8\x1d\x3c\xb5\x2a\xe3\x8d\x4e\x0d\xda\x01\xcf\xee\xfb\x2a\xde\x10\x20\x74\x8f\xe6\xa0\x69\xa9\xd9\xcd\x9c\x69\x34\x4f\xf8\xd0\xac\x5a\xbb\xbf\x83\x84\x36\xf9\xbb\xc3\xb3\x4c\xdd\x4b\x3b\xa0\x19\xa8\x6e\x05\xd7\xf4\x70\xd9\x07\x54\x42\xad\x2c\x9e\x2e\x37\xba\xa0\xfa\xd0\x1e\xee\xc5\x71\x77\x83\x05\xf2\xcc\x26\xe8\x20\x6d\x4f\x86\x1a\x48\xa6\x66\xc8\x4b\x7b\xb8\x51\x1e\xaf\xee\xaa\xe0\x36\x3c\x1c\x5c\xda\x63\x68\x1a\x40\xcc\x21\xc4\xdc\x1b\xdc\x9d\xce\xf3\xe6\x35\x9d\xbc\x53\x07\x33\xeb\xb3\x36\xc0\xcc\x21\xf6\x6a\x0b\x33\x8d\x37\xc0\xcc\x31\xfc\xe1\xa1\x7d\xcf\x8c\xc1\x7d\x9a\x4a\xee\x83\xa7\x25\x57\x97\x71\xc3\x3d\x54\x88\xcb\x7a\x73\x8f\x37\x0b\x35\x2b\x90\xdb\x5e\xf8\x25\x14\x4a\xa7\xb0\x0b\x4c\x90\xda\x5e\x82\x80\x71\xe2\x8c\xa0\xee\xa9\x49\xf3\x80\x4e\xa7\xcc\xe2\xb2\x1b\x52\xff\x1f\x8a\xac\x2b\x15\x3e\xc9\x84\x09\x0a\x9f\xd4\x45\xdf\xa0\xf0\xa9\x97\xb8\x36\x68\x6a\x6a\xeb\xae\x39\x21\x62\xd5\x40\x0f\x1a\x65\x9f\x1b\x68\x6a\xf2\x55\xfc\x1d\x77\xaa\x09\xba\xc1\xa5\x69\x4a\x40\xaa\xa7\x0c\x48\x55\xb4\xa6\x2f\xbe\x22\x7d\xdc\xa1\x8e\xa9\xe6\xd9\x5e\xa2\x84\x42\x5c\xa8\x63\x4a\xf1\xf4\x81\x54\x43\x84\x18\xea\x98\x4c\x19\x64\xa5\x3a\xa6\x0e\x1d\x22\xa8\x5c\x8a\xb7\xff\x45\x9c\x9a\xee\xf0\xac\x8c\x09\x21\x14\x29\xc9\x4c\xc9\x8b\x38\x95\xc5\x06\x40\x93\x52\x47\xb8\x6a\x61\xa1\x41\x22\x95\xc6\x46\xd6\x2f\x7b\x89\x81\x54\xfd\x72\xb3\x83\x85\x1a\x01\x58\xbf\x22\xfc\x87\x32\xe5\x14\x6a\xca\x20\x94\x66\xb0\xa1\x4d\x39\x85\xae\xfb\x42\xa1\xa1\x37\x86\xc7\x2e\xa9\x07\xa9\x5a\x01\xe8\x3a\x52\xcd\x97\xa0\x83\x46\x43\x6b\x85\x67\x6e\xaa\xa2\x5b\x50\x3d\xd4\xae\x3b\xfb\xcd\x97\x88\xf0\x06\xaa\x87\x9a\xb5\xe2\x6f\xd2\x2d\x8a\xc2\xaa\x74\x0f\xbd\xba\x10\xcb\x91\xdd\x23\xb8\xad\x10\x97\xf4\xa6\x72\x30\x67\x0d\x0e\x28\x37\xc2\x55\x27\xa8\xd3\x14\x04\x86\x52\xd8\x01\xed\x43\x1d\xa2\x23\xd0\x3e\xa4\x3e\x0c\xf1\xb5\xa5\xe9\x83\xc6\x99\xbf\xa7\xf6\x61\xe8\xd2\xa4\xf6\x61\x78\x52\x78\xc7\x4f\x2f\x06\xa5\x9b\xba\x97\xa9\x61\x18\x62\x20\xa0\x61\xa8\xd4\xed\x54\x6a\x18\xce\x24\xd4\xa8\x30\x4e\x33\x94\xd9\x91\x27\x8c\xcb\x37\x74\xa6\xa9\x47\xa8\xe1\x3e\x70\xdd\x79\x2d\x0e\x02\x86\xb8\x59\x68\x03\x9e\xa7\x2f\xb4\x01\x75\xe8\x2c\xbc\x85\x61\x3a\x0c\x6f\x3e\x2e\xbc\x4e\xb8\x50\xa7\xf0\x16\xaf\xfe\x3a\x2f\xd7\x7c\xf3\x43\x2d\xdb\xc6\xd2\x88\x83\x78\x53\xeb\x26\x5a\x40\x69\xfd\x10\x53\x26\x69\xbd\xd8\xb7\x9b\xf2\x30\x13\x43\x88\xeb\x67\x1a\xfe\x90\x18\xae\x8b\x12\xf2\xfa\x94\xa7\xbf\x04\x81\xd3\x6b\xe2\x26\x57\x98\xab\x0b\x37\x54\x1e\x2e\x7c\xb1\xb0\x0a\x7c\xe3\xfa\xf3\x78\x6e\x16\x36\x81\xd8\x55\x2d\xdd\x4d\xbe\x30\xeb\x92\x83\xc8\xbe\x0e\x31\x94\x94\xca\x4f\x1d\x31\x4a\xe5\xaf\xac\x7d\x85\x58\x7e\xe6\xe9\xaa\x03\x42\xfa\x4b\x10\xd4\x09\xe1\x0f\x39\x3a\x5d\xce\x90\xb6\xd7\x24\x2e\xe6\x26\x7f\xef\x66\x20\xa7\xe8\xfd\x87\x32\xec\x2a\x89\xfa\x95\x75\x91\x50\xa2\x9e\xbc\x07\xe0\xf7\xaa\xb6\x19\x12\xf5\x94\x84\x48\x90\xa8\x17\x53\x32\x48\xd4\xb3\x1f\x54\x90\xa8\xd7\x79\xb9\x8c\x64\x44\xef\x5d\x4a\xcd\xe7\xe5\x46\x89\x1f\x5d\x53\x86\x62\x6b\x7a\xd7\x41\x2d\x43\xac\x0a\xe4\xdd\x25\x35\xcd\x11\x77\x9c\xdf\x4c\x90\x2a\x87\xf9\x54\x48\x95\x53\x11\xe7\x40\x51\x61\x9b\xae\x89\x63\x25\x9c\x83\x70\x38\x53\xb9\x5a\x29\xf2\xad\xf3\x81\xc0\x9c\x88\xa7\x82\xc8\x37\xb7\x62\xe8\xec\xf0\x14\xfd\xfd\xc0\xde\xa0\x15\x43\x50\xf8\x89\xc0\x7c\xc8\xcf\x67\x9d\xff\x4f\x70\x69\x0c\x71\x69\x9e\xba\x58\x1a\xb1\x43\x10\xcc\xa5\x4b\xc8\xf9\x01\x51\xb1\x24\xe2\x03\xa2\x32\xc5\x70\x7d\xce\xee\xcf\xae\x77\xf8\x87\xaf\x3b\xaf\x05\xf9\xa6\xac\x6d\xfb\x80\xe2\xcc\xa4\x0e\xb1\xc1\x53\x04\xfe\xb3\x78\x8e\xdc\x07\x18\xa7\x29\xda\xfc\xc1\x0e\xb7\x6a\x88\xd3\xd0\x6a\x40\xf5\x91\xbc\x6e\x0b\xaa\x2d\x4f\x91\xa6\x03\xde\xa7\xcd\x83\x22\x04\xfb\xe0\x41\x59\x24\xa4\xf8\x6c\x0d\x55\x7b\x43\x06\x3f\xb9\x2a\x46\xa3\xab\xe9\xc3\x7b\xab\x08\x8b\x3e\xe7\xde\x8a\xe6\xef\xb0\x8b\x4f\xa3\x1f\xd6\x3c\xcd\x34\x9a\x8c\x4a\x99\xd6\x28\x59\x9f\x19\x8d\x1e\x08\x8a\xaf\xe1\x32\x90\x8a\x82\xfb\xee\x80\xfb\xfb\x6b\x44\x77\x21\x76\x2a\xfb\x43\xec\x54\x73\xcd\x9b\x1f\x76\x81\xdc\xaa\x20\x44\x4a\x41\x4d\xd4\x01\xa1\x3a\x78\x0a\x69\x81\xa5\x56\x83\x0a\x81\xa4\x2e\x21\xaf\x2f\xc5\xd0\x39\x7e\xd4\xa8\x1f\x28\x20\xc1\x30\x04\x2e\x0e\x04\xf0\x40\xc0\x31\x2e\xf2\x01\x39\x72\x17\x52\x27\x20\x88\x0c\x78\xc9\x9a\x08\x98\x25\xd2\xfc\x46\x9b\xc4\x3a\x9f\xb2\x8e\xd1\x5c\x82\x06\x3f\xd4\x3c\x88\x39\x59\x0b\x00\x89\xc2\xf4\x3a\x42\xdb\x36\xa7\x1b\xdd\x20\x7f\x9a\x31\x49\x83\x27\x0c\x31\x19\x15\x30\x07\xe2\xae\xaa\x43\xe8\x95\x69\x36\xd4\x64\xf8\x78\x95\x6a\x90\x96\x0f\xea\x82\x37\x50\xa9\x06\x21\x98\xf0\x3e\x0a\x3b\x2a\x17\x20\xe1\x0a\xe2\x33\xfd\x40\x64\xc7\xab\x20\x4c\x4a\x33\x4e\x07\x57\x66\x8b\x2e\x88\x03\x37\xc4\x1e\x5b\x16\x88\x91\x6b\xac\x09\x54\xe5\xd2\x1c\x13\x55\x40\xf9\x87\x92\xea\x53\x75\x81\xe3\x50\x33\xda\xd5\xae\x3e\xce\xae\x96\xae\x59\x25\x52\x71\x97\x71\x55\xb5\x1c\xe9\xdc\xeb\x83\xbc\xea\x81\xda\xf7\xd7\x9c\xda\xff\x04\xc6\x31\xaa\xcb\x0e\x55\x23\x8f\x7b\x20\x5c\xf2\x4f\x4d\xee\xc6\x10\xf4\x81\x15\x15\x6b\x66\xd8\xe0\x55\x2d\x69\xa6\x4d\x5f\xca\x82\x26\xa8\x68\x13\x44\xe2\xcf\x56\xa0\x72\x9a\x30\xc2\x05\x04\x94\xaa\x97\x0b\xe7\xf7\xd7\xa4\x54\xfc\x40\x38\xa9\xda\x52\x48\xe9\x63\xea\xf8\x65\xbd\x0c\x93\x20\xdc\x6f\x55\x5b\x93\x89\xc4\x3a\x61\x99\x4c\x55\xd5\x61\x84\x21\x77\x9d\x1e\x1c\xad\xaa\x9e\x32\x20\x71\x71\x33\x2f\x5c\x30\x1a\xcd\x41\xd4\x39\x1a\x31\x23\x1f\x2a\x16\x43\x43\x3b\x34\x6c\x18\x69\x32\xf4\xb7\xe1\x29\x71\xed\xbd\x32\x9b\x63\x11\xb6\xc1\x38\x7c\xd6\xa1\x59\x00\xdd\x29\x2f\x3c\x10\xac\xb8\x92\x1b\xbd\x4f\xcd\xe7\xbb\x0f\x9b\xe1\x2a\x16\x48\xda\x42\xb3\x2f\x67\x2f\x66\xd2\x89\x2a\x40\xe1\xd0\x89\x2a\x34\x41\xd0\xca\x14\x92\xa9\xaa\x15\x2e\x20\x53\x55\x47\xb8\x1c\xa4\x9d\x45\x88\x01\x85\x51\x9d\xa2\x4b\x05\xcf\xb4\x36\xdc\xcc\x8d\x53\xc2\x71\x97\x85\xee\x45\x7b\x0b\xef\x1e\xf7\x00\x41\x3b\xe9\xf9\x81\x26\x86\xad\xfe\x88\xc0\x42\xcb\x42\xb2\x50\x35\x6c\x92\x05\x21\x1b\xac\xdc\x4b\xd3\x2e\x15\x3e\x92\xa8\x08\x3e\x20\x4e\xc5\xd0\x87\xe7\x06\x99\xd7\x53\xb6\x58\x55\xcb\x86\x15\xbe\x74\x2f\x54\xdc\x19\x43\x0b\x05\x93\xf8\x74\xd5\xe1\x42\xae\x70\x12\x54\x58\xd8\x04\x42\x61\x2f\x62\x5b\xa5\xd4\x1d\x5d\x20\x17\x2e\x04\x01\xf9\xaa\x5b\x3d\x0b\x90\xba\x21\x8c\x75\x7a\x00\x1c\xeb\x18\x02\x71\x30\xab\x7a\x0c\xdc\x6f\x22\x2f\x95\xf2\xea\x2a\x6a\x5b\x21\xaf\xce\x6e\x95\xf7\x4b\xd5\x3d\x51\x03\xc8\x99\x5c\xb5\x01\x52\x97\xe7\xf4\xc5\x6c\xea\xf1\x5c\x1a\x83\xbc\x6f\x9b\x95\x97\x46\x0d\x7d\x08\x0d\x61\xd3\x46\xd6\x43\xed\x27\xad\x81\xda\xac\x1b\xaa\x71\x9d\xf7\x0a\x14\x0f\x2f\x32\xec\x10\x42\x37\x61\x3d\x1b\x30\x23\xb9\xe6\x0b\x90\x5b\xf9\x3c\x16\xaa\x6d\xb6\x49\xed\xd5\x10\x44\x89\x6c\x13\x04\x86\xa2\x09\xfd\x1b\xa8\x7b\x11\x09\x83\xbb\x42\xbd\x44\x27\x1a\xf6\x86\x5c\xda\x81\xc0\xf8\x0e\x77\x31\xd8\xcc\xf8\x31\x95\x86\xe7\x43\x99\xe1\x3e\x02\x16\x8f\xee\x63\xb1\x9d\x29\xf0\x3c\x3e\xca\x33\x8f\x17\x0b\x3d\x02\xd8\x7b\x89\xda\x37\xec\x63\xd3\x32\x36\x58\x18\x98\x50\x36\x6e\x63\xcb\x2e\xac\xe7\xb5\x7d\x5d\x82\x40\xef\xba\x16\x80\x47\x55\xb7\x44\x83\x65\x4f\xcd\x86\x36\x9b\xd1\x42\x52\xd5\x26\xaa\xd2\xa8\x07\x6d\xea\x11\xb6\x6f\x59\x07\xa9\xe1\x21\x90\x2f\x75\x71\xe8\xe4\xcc\xd9\x35\x39\x63\x11\x2e\x38\x80\x84\x90\xb1\x81\x86\x8e\xf0\x77\x67\xbe\x3d\x1b\x22\x23\xee\xde\x3f\x6c\x45\x23\x85\x4e\xc2\xa4\xb1\x6d\xda\xa6\x6b\xf6\x64\x21\x9b\x0e\x55\xa3\x79\x7a\x75\xd5\x0a\x2b\x2b\x8d\x1b\x4f\x5a\x13\xc3\xb6\x21\xa4\xd5\xb9\x6d\x10\xc4\x99\xf3\x6a\xb0\x3f\xf5\x79\x6b\x87\x70\xd4\x5e\x5d\x93\x33\xac\x6e\x74\xe3\x79\xed\xee\xcf\xd3\x3b\x79\xf6\x1b\xef\x49\x7d\xd8\x27\x8d\x68\xbb\x20\xbc\x27\x74\xbd\x75\x4a\x9a\xbb\x6b\x1e\xba\x35\xd5\x7d\xc7\xeb\x76\x88\xe0\x75\xaa\x87\xb5\x4d\x1d\x38\x94\x84\x51\x1d\x6a\x8d\x22\xaa\x01\x07\x8d\x3c\xb4\x14\x1d\x1a\x88\x11\x2e\xeb\x8f\xf1\xf6\x81\xa0\xf3\xf4\x58\xf0\x9a\xb9\x9a\x6e\xd7\x0e\xd9\x6e\x74\x0d\x26\x38\xfb\xa6\x59\x40\x2d\x5f\xaa\x0b\x61\xa0\x29\xbe\x53\x0e\x05\x1e\x37\xe5\x70\xad\x6b\x00\x90\xc3\xf1\xf9\x7a\x20\x62\xb4\xd8\xd9\x0e\xb1\x48\x29\x6e\x07\x18\xad\xcb\xa7\x43\xba\x46\x43\xf3\x03\x51\x3f\xec\x66\x20\x85\xd4\x21\xee\x78\x79\x24\x8f\x66\x63\xbd\xbd\x36\xc0\x9a\xec\xd5\x80\x1c\xc4\xcc\x64\xe7\x25\xd2\x74\x33\x74\x5c\x22\x55\x3c\x02\x2c\x0d\x6a\x6a\x6e\xf4\x60\x4d\x4b\xfe\x70\xe3\x04\xb9\x0c\x77\xd8\x34\x44\x6b\x79\xd6\x1c\x74\x5a\x50\xd9\x38\x74\xa9\x5c\xc3\x65\xb8\x33\x9a\x58\x0d\xb8\x58\xd4\x2e\x12\x36\x78\x67\x4c\x43\xdc\x29\x2d\xc6\x98\x78\xb0\x75\xb7\xca\x9d\xd2\x8c\xe9\x90\x51\xc3\x9d\xbc\x20\x30\xf4\x87\x6f\x58\x76\x0d\x41\x37\x3f\x74\xd5\x0f\x9e\x7a\x6a\x95\x6c\x42\xf3\xd0\x69\x3b\x20\xfa\x32\x80\x0d\x2d\x0c\x91\xbe\x85\xab\xbe\x61\xbd\x2b\x68\x5d\x8f\x87\xc0\x81\x60\xb3\xaa\x6d\x1c\x72\xbb\xeb\x82\xb0\xe1\xba\xc2\x06\x36\xfc\xea\x3a\xfd\x03\xca\xa3\xab\xfc\x06\x3a\x3d\x60\x9e\x77\xf5\xcb\x0d\x9d\x69\x99\x9b\x1e\x34\x70\xd7\xb5\x31\x60\x9f\x97\x44\x7c\x07\x29\x4c\xbf\x34\x3a\x50\x98\x2a\x0a\x3f\x88\x2c\xfd\xf2\x97\xed\x71\x75\x38\x50\xc7\x85\xe3\x3e\x06\xab\xba\x10\xef\x39\xa1\x20\xdc\xd8\x7c\xc8\x06\x48\x4c\x79\x2a\x9e\x55\xbd\xba\x2b\xbe\xd0\x83\xd6\x18\x4f\x1d\x2a\x5e\x0e\xa4\x29\xba\x10\x56\xd0\x5a\x63\x18\xab\x24\x3f\xa0\x68\xac\xe2\x2b\x7c\x92\xfc\xd4\x29\x08\x7a\x5d\x1d\x5c\x7a\xe5\xf4\xe6\xef\x06\x44\x24\x21\x08\x9a\x96\x07\xc2\x13\xdd\x4f\xd4\x49\x49\x8b\x36\x0e\xe6\x29\xed\xba\xdc\x28\xa4\x82\x62\xa0\x61\x81\x52\xc2\x03\xa5\x56\x55\xd8\x08\xb3\x92\xde\x92\x6b\xe2\xc0\x89\x6c\xc0\xaa\x24\x77\x1d\x38\x58\x95\xd4\x7a\xb9\x0c\xc6\x19\xe2\xae\x64\x55\x52\x5c\x46\x24\xd2\xcd\x4b\x6f\xb3\xa2\x2d\x84\x4f\x59\xf1\x03\x9d\x96\x23\x7e\x67\xc3\x1c\x24\x87\xee\xc1\x49\x01\x89\x18\x68\x5a\x83\x5c\x5d\xb7\x2b\x1d\xcb\x92\x38\x98\x29\xb4\xcd\x6e\x15\xd2\x63\xaf\x29\x30\xd3\xcf\xc5\xc9\xbb\xaf\xeb\x05\x41\x63\x91\xaa\x9b\x70\x52\xd1\xa4\xc3\x48\x8b\x8f\xe6\xe5\xa7\x05\xe8\x30\x84\x4b\xda\xeb\x06\x0b\x50\x63\xd4\x24\x7e\x35\xd7\x24\x57\xa2\x91\x52\xeb\xd4\xbd\x54\x44\xb0\xee\xaa\x44\x30\xb1\xdb\xb2\xf8\xd0\x39\x09\xda\x80\xea\x0a\x0f\x5a\x43\x0d\x43\xe7\x2e\x4a\xe2\x51\x60\x1b\x52\x7c\xa1\xc2\x36\x64\xc6\xe5\x9a\x87\x47\xf4\xed\x0e\x0b\x8f\x12\xd5\xdf\x81\x9b\xd0\xb8\x83\xee\x48\xcd\xad\xbc\xa1\x58\xe4\x0c\x61\xc4\x91\xfc\x76\x85\x11\x47\x36\x6f\x4d\x3b\x8d\xfe\x94\x81\xdc\x3e\x83\x81\xce\xf3\xd2\x92\x46\x40\x04\xe4\x0e\x69\x8a\xa1\x6b\x32\x28\xac\xeb\xc2\xe1\xa0\x0a\x40\xf7\x62\x50\x93\x29\xf6\x39\xa0\x53\xbf\xdc\x23\xdf\xa0\xfd\xa9\x0a\xce\x23\x1b\x9a\x2c\xf4\x97\xd8\xb7\xe9\xc2\x05\x52\x9c\x04\xdd\x67\x70\xda\xef\x90\xd4\x4d\x83\xa3\x53\x8e\xb6\x2d\xa8\x4a\xea\x5d\x03\xd0\xa3\x54\x8d\xc2\xa8\xf8\x59\x2a\x2a\x79\x44\x6c\x42\xfb\xad\xab\x29\x68\x4f\xaa\x9d\x5a\xd4\x32\xfa\xba\x5d\xf4\x5b\xeb\x86\xc8\xd0\x24\x41\xe5\x3c\x67\xd2\x0f\xc5\xd3\xa7\xea\xd9\xff\x24\xe2\x03\x7b\x8f\x72\xe9\x4c\xc3\xde\x63\x52\xe6\x7e\xa0\x75\xe6\x1f\x1e\xcd\xe6\x68\x5c\x88\x07\xc4\xf3\xe1\x1b\xcf\x29\x2e\x07\x6c\x3a\xea\xd0\x6a\xc0\xa4\x63\x5e\xcd\x10\x89\xfd\x70\x55\xea\xfc\xd5\x07\xef\x37\x8f\x4d\x54\x44\x84\x6a\xd1\x1f\x45\xc4\x0f\x96\x1a\xe9\xd2\x8d\x06\x4b\x8d\x64\xde\x1e\x96\x1a\x39\x89\x84\xd3\x52\xc3\xaf\x5b\x58\x6a\xb4\x67\xc2\x10\xeb\xb7\xe9\x9a\x13\xcc\x8e\x21\x70\xa5\x97\xdb\x5c\x60\xbd\xfc\x1d\xad\x25\x55\x13\x32\xd7\x26\xfa\xb2\x68\x6e\x2e\x04\xa3\xa3\x62\x75\x0f\x67\xbf\xdb\x75\x19\x82\xb2\x46\xfc\xf2\xe6\x76\x0f\x0d\x0d\x96\x12\x33\x09\x6d\x37\xdf\x5d\xe3\x32\x08\x1b\x03\xb1\xc1\x30\x80\xa8\x59\xeb\x2d\x03\x88\x21\xca\x04\x03\x88\x3c\x74\x11\x6d\x32\x2d\x23\xb9\x4f\xd8\xd4\x89\xdc\x6d\xf9\x11\xea\x43\xbe\x74\x87\xee\x6c\x58\x39\xe4\x1a\x86\x80\xd4\xba\x27\x60\xc8\xd0\x2e\x37\x4a\x39\xd3\x10\x85\x87\x25\x43\x2e\xdd\x1f\x1e\x14\xeb\x22\x23\x9b\xdc\xae\x05\x01\xfb\xec\xff\xec\xe2\xcc\x36\xf7\x7f\x78\x7d\xce\xfe\x9f\x47\xbd\xa0\xfb\x2c\x4f\x78\x00\x1f\x18\xc7\xa8\xec\xec\xf1\x79\x61\x0b\x2a\x6c\xa6\x0a\xa4\x89\xa5\x06\xb7\x39\x65\x2d\x00\xf8\x92\x70\xa3\x90\x26\xe5\xcb\x35\x21\x2e\xf3\x92\xe3\xc9\x32\x75\x8c\x37\x94\xbc\x45\x77\x21\x4d\x07\xa6\xf7\x11\x9b\x6c\x99\x04\x5d\x51\x8b\xb6\x4a\x2e\xa5\x42\x1c\x7a\x94\xfa\xa5\xfd\xe2\x13\xd9\x3c\x03\x5c\x4a\xeb\x25\xd2\x20\xdf\xd0\xee\x0f\x71\x16\x7c\x4f\xc0\x56\xa0\x15\x21\x2e\x6c\x05\xea\x74\x8f\x34\x29\xd5\x16\xd3\xc9\x33\x84\x9c\x2f\xee\x5b\x73\x19\xd1\xa8\xb9\x30\x10\x65\xa1\x0b\x5a\x8f\xaf\xe8\x81\xf0\x2c\x12\x9d\x7a\xf1\xf4\x89\x2d\x86\x79\x40\xf6\x93\x98\xce\x9a\x97\x49\x83\x9c\x35\x9f\xaa\x50\x81\x56\x37\x73\x50\xa3\xbb\x0b\x08\x04\xc3\x73\xc2\x63\xd6\x2f\x36\x58\x00\xcc\x4b\xf7\x39\x2d\x00\xae\x21\x92\xfa\xe2\x96\x8a\x45\x84\x72\xbe\x78\xbb\xa9\x9b\x4f\xa2\x5a\x2f\x3e\x34\x45\x8a\x5e\x54\xab\x56\x43\xc0\x2f\xe1\x1e\x9c\x19\xa7\x39\x3d\x38\x33\xca\x35\xf6\x40\x9c\xe1\x74\xe1\x99\xa1\x05\x74\x6f\x5a\x69\x8e\x99\x7f\x4c\xa7\xe1\xeb\x58\x2d\x75\xa0\xfe\xff\x1a\x7a\x98\xd0\xd9\xb1\xe8\x91\xf0\xa6\x84\xa4\xb8\x2a\x8c\x3c\x8a\x6b\xca\x50\x4c\x10\xec\x32\x9f\x56\x20\xa0\x14\x12\xdb\x4b\xd1\x93\x94\xa0\x2b\x04\x65\xf8\x25\xe9\x43\x1a\x2d\x8b\x4b\x81\xa9\xc0\xf4\x75\x4b\x4b\x81\xea\x0e\x61\xfb\x3e\x44\xa6\x61\x28\x90\x2d\x3b\x81\x31\x40\x4a\x4f\x2b\xb8\x5f\xfc\x80\x86\x35\x80\x5c\x8c\x0f\xf4\x66\xa1\x56\x15\xc4\x3f\x69\x53\x61\x0e\xd0\x8a\x98\x46\x98\x03\x54\xcb\x04\xe0\x8c\x28\x07\x8d\x03\x1d\x1a\xd6\x85\x37\x34\x15\x18\xd5\x65\x30\x78\xd2\x71\x7b\x93\xa3\x30\xd9\x7c\x0b\x35\x35\x54\x48\x56\xa7\xc8\x9d\x4c\x05\x46\xb8\xd5\x5f\xbd\xa1\x0f\x44\x02\xa7\x4b\x14\xfe\x88\xe5\x99\x06\xd1\xd8\x4b\x45\x87\x26\x11\x0a\xd8\x11\xd4\xec\x3d\xdd\xb0\x36\xd4\xdd\x4f\x97\xc3\x6b\x18\xe5\x70\xc5\x5c\xde\x37\x88\x64\xb2\x57\x1c\x8f\xeb\x3e\xdd\x0c\xb1\x48\x94\xf1\x4d\x99\x4c\x71\xab\x13\xd8\xe0\xfe\x83\x55\x0d\x2e\xcc\xca\x7d\x40\x8f\xab\xaa\xf2\x10\xd4\x11\xbf\x29\xaf\x9d\xba\xa9\x6e\xa9\x8a\x9b\x20\xf8\x78\xea\xf8\xdf\x34\x53\x2d\x86\xc8\xed\x5f\x82\x16\x9b\x71\x1f\xb8\xa8\xba\x1b\x3d\x8c\x62\x7a\xba\x00\x4b\xe5\x66\x80\x7f\x3e\xd4\xf0\xc3\xcb\x4d\x07\x1e\x7e\x78\xe7\x8d\x23\x08\x6e\x4c\x42\x7f\x6a\xff\x87\x1e\x1b\x37\xd9\x0b\xab\xca\x6e\xfa\xbb\x0a\x55\x61\x1a\x30\x86\x16\x55\x6e\x34\x53\xaf\x24\x38\xdb\x15\x8b\x8b\xe9\x6c\x37\xc4\xec\xcb\x34\xc0\xaa\xc2\x9b\x06\x50\x4f\xab\x70\x67\x9e\xfe\x70\xb0\xaa\xc6\x43\xd5\x89\x57\x83\x5e\x21\xe1\xb2\x43\x1b\x2d\xaf\xbd\x89\x54\xba\xa7\xe0\xfb\x36\xb3\xe8\xcf\x4d\x3e\xd5\x2f\x21\x3a\xbf\xcd\x70\x61\x63\xa1\xe6\x01\xf7\xf1\x4b\x37\xf3\x4d\xcb\xb9\xcb\x10\x08\x87\x46\xf3\x21\xe3\x62\x0e\xeb\x43\x13\xcf\xe9\x42\xb8\xe7\x8b\x70\xc0\x8c\x60\x8c\xe1\x9a\xf3\x09\x07\x70\x20\x38\x2d\x68\x1a\x34\x23\xb8\x9e\xb2\x0d\x9f\xc5\x29\xe8\x75\xf8\xa6\x69\x08\x76\x7b\xe2\x28\x3e\x94\xeb\x0a\x6d\x3f\xf4\xa0\x16\x7f\x23\x1f\xa6\x29\xa2\xf2\xc1\x53\x24\x89\xa3\xa1\xc5\x81\x75\x6c\xb4\x38\x48\x57\xfa\x31\xa1\x86\x39\x42\xb5\xca\xed\x43\x8e\xc6\x02\x6a\x98\x23\xe4\xe8\x1e\x00\x7d\xfa\xd4\x07\xe3\x92\x5c\x86\x88\x46\x7a\x6e\xc1\xc8\x60\x58\x97\x03\x1b\x83\x6c\xcd\xdd\x07\x68\x64\x84\xfb\x40\x35\x59\xb2\x9b\x81\xa5\x9a\x68\x8a\xec\x0f\xa6\x68\x33\xec\x0f\x5a\x19\x2e\x0c\x40\xfe\x70\x41\xc5\xab\x45\x25\x83\xeb\x1d\x86\xba\xa8\x3e\xdf\xbd\xbf\xbf\xfc\x2c\x82\x69\x42\x6a\x97\x3b\x80\xd0\x47\x34\x1c\xa6\x09\xc5\xd2\x33\x58\x26\xb4\xa2\x7b\x19\x96\x09\xa5\xfa\x3b\x3a\x65\x3e\x35\x79\x4c\x44\xb5\x3f\xb4\xef\xac\xfe\x90\x02\x42\x97\x9d\x09\x5a\x1b\x07\x8b\x86\xd2\xbc\x4c\xb8\xec\xcd\xc0\x7f\xb6\x36\x46\x13\x44\x5c\x83\x22\xe9\xf4\x67\x33\x7a\x8c\xfb\x7f\xa3\x0c\xeb\x1b\x97\xd0\x9b\xcc\x56\x5c\xd4\x87\x70\x81\xe3\xe2\x75\x4f\x37\x8c\x03\x16\x70\x49\x45\x50\x85\xff\xca\x14\x44\xec\xeb\x2e\xec\xe8\xc4\x85\xdc\xa8\xee\x66\x61\xfa\x4d\xe6\x3f\x2e\xde\xe8\x14\x57\x07\xad\x28\x6a\xb8\xe6\xe6\x87\x4d\x20\xb4\xd6\x4f\xd5\xf7\xb9\x6f\x93\x9b\xa1\x53\x86\x87\xfa\x81\xa7\x89\x6a\x9e\xcb\xbf\x74\x1e\x9b\xb8\x28\x2f\x2a\x6a\xf3\xdc\xfd\xad\x0c\xb5\x02\x33\xc1\xc9\x2d\x0e\x85\x62\xd2\x95\x1e\x08\xc6\x94\xbb\xa7\x18\x9c\xa2\xbb\x80\x83\x69\xd2\x32\x4a\xb0\xad\xe9\x93\xd5\x9f\xc3\xad\x42\x75\x71\x19\xba\xa1\x7f\xf1\xd8\x0e\x29\xce\x59\xb3\xc0\x19\xea\xd5\x10\x50\x6c\x6a\xdc\x64\x36\xe7\x50\x8f\xe7\x0c\x35\xba\x99\x1f\x08\x52\x37\x2f\xff\x39\x27\xf4\xa5\x3e\x00\x9e\x81\x4d\xc3\x86\x79\x73\xaf\xea\x9d\xf7\xf9\x1c\x5a\x7d\x08\xa1\x66\xb8\x07\x9a\x0c\xb8\x8c\xe1\x4d\x5c\x86\xf8\x02\xde\x35\xc4\x17\xb8\xfc\x1d\x59\xd6\x39\x34\x6e\x48\xd2\xa5\xb6\x8a\x6b\x63\xf5\xa7\x21\x52\x70\x6f\xc6\xa6\x13\x84\x3f\x84\xc6\xad\x6a\x1a\x38\x0c\x22\x44\x71\xe1\x3e\xd7\x0d\x16\x97\x0e\xc3\x70\xab\x64\x4b\xb4\x18\x38\x0c\x12\xca\x84\x8c\x3d\xa6\x17\x07\xc6\x1e\xba\x96\x42\xc6\x1e\x12\xbb\x47\xc2\xeb\xe6\xd2\x2e\xc2\xf4\xa3\x15\xea\x40\x22\xf1\x75\x23\x0c\x4b\xc2\x77\x0a\x5e\x22\xd1\xc0\x50\x78\x93\x28\xe7\x14\xbb\x1d\x09\x08\x2f\x51\x47\xa4\xc9\x83\xab\x76\x60\x43\x76\xe8\xdb\x8f\xe8\x74\x24\x32\xb4\x93\x2c\x5d\xc0\x4e\x24\x4b\xf2\x15\x89\xa8\x3a\x35\x80\x40\xb0\x14\x0f\x0e\x06\xad\xe5\xa9\x09\xaa\xe9\xb1\x89\xdc\x87\x3f\x64\xbc\x10\x17\xd2\x43\x8a\xbb\x93\xc0\x7c\x7a\x93\x13\x5f\xa5\xd3\xeb\x71\x48\x7a\x2b\x42\x8f\x44\xee\x33\x74\x00\xd2\xc2\xe0\x9e\xaa\x83\x85\x5a\x8f\xc5\x58\x0a\x82\x48\x64\x3d\x1c\xe0\x4e\x4d\x6a\x06\xaa\xfc\xe1\xbd\x22\x91\x8d\xa7\x10\x06\xbe\x64\x5b\x02\x66\x2b\xad\x84\x21\x2c\x87\x17\x6e\x53\x46\xab\x79\xd0\x72\x42\x38\x9f\x88\x3a\xde\xc7\x4d\xf2\xc3\xd5\xa0\x11\x8b\x6c\x2c\x22\x53\xe7\x2f\x83\x84\xc8\x13\x58\x1e\x2e\x2c\x2c\xec\x02\xb9\x38\x6e\x87\x8b\xf3\x34\x0b\x0b\x1b\xf2\xa2\x91\xc1\x28\x54\x5e\x86\x91\xa1\xbd\x0b\x21\xab\x6c\x63\xa4\x3e\x8b\x4c\xef\xe0\xf0\x87\x20\x2b\xbc\x1d\x22\xe3\x2d\x34\xdc\x0c\x31\x27\x1e\x10\xae\x09\xc2\xc0\x4c\x65\xf1\xd3\x49\x70\xac\x49\x10\x9c\x7d\x3c\x49\x3c\x86\x4a\xd3\xac\x60\x8c\x2f\x89\x75\x64\x52\xc0\x10\xea\x64\xc4\x9a\xab\x42\x00\x18\xe0\xb4\x2a\xd2\x09\x03\x9c\x26\xb1\x51\x64\xe1\x4a\xd1\xe0\x80\x2b\xe2\x14\x02\xf6\x37\x4d\xb7\x6c\xc0\xfe\xa6\xf6\x6a\x68\x23\x9c\x9d\x9b\x01\x4b\x2d\x42\x0a\xfb\x9b\xc6\x60\x07\x07\xba\xd9\x85\xa6\xc8\x4b\xde\x4b\x45\xe2\xe5\xcb\x02\xd1\x18\xab\x5e\xa6\x91\xf9\x52\x09\x91\x9d\x4c\x3d\xa0\x68\x19\x6c\x77\x5a\xbd\xd4\x2a\xc9\x95\x37\x19\xd7\x33\x1d\x28\x0f\xf4\xfa\xfe\x8a\xcb\x7b\x0c\x11\xaa\x58\xc3\xc8\x14\xa1\x86\x47\x8e\xb0\x09\x7a\x7e\x46\x39\x38\xa7\xb7\x58\x14\xba\x69\xf0\x81\x11\xb0\xe3\x69\x95\xdc\x57\x14\x61\x5c\x35\x88\xa8\x18\xba\x9d\x8a\x30\xae\xba\x51\xc4\xfd\xe8\x6e\x15\xae\xc6\xd9\x65\x87\x90\x99\xae\x16\x86\x16\x1a\xae\xf9\xc2\xd0\x9a\xa0\x37\x3c\x06\x5d\xf3\x3e\x03\x75\x23\x98\x83\xd0\x0d\x86\x43\xcd\xf7\x48\xa1\xb3\x87\x3b\x08\x4e\x42\x4d\x1e\x6c\x6b\x95\x8f\x1d\xba\x9d\x9f\x51\x0f\x81\xe0\x94\xa6\x0b\x27\x0b\x35\x43\x3e\xbe\xa3\xba\x59\x8e\xd4\x85\x40\x86\xec\x2f\x6f\x40\x1a\x2a\x6f\x63\x7f\x47\xc3\x95\x68\x5a\xe2\x73\x1d\xcf\x21\x4a\x01\x5b\xa5\x74\xde\xb0\x3f\x24\xd5\x30\x64\xca\x46\xa9\x42\x24\x16\x33\x04\x43\xa6\x52\x3c\x2b\xd9\xd0\xba\x26\x2c\x21\x9b\x21\x5c\xc0\x3a\x35\x30\x6b\x2a\xb2\xc4\x0b\xc4\xf1\xac\x32\x40\x08\x18\x39\xb5\x6a\xcc\xc0\xe5\x28\x2d\x40\x14\x5a\x42\x86\x18\x2c\x86\x5b\x30\xb6\x95\xcd\xa5\xd1\x42\x09\x15\x8d\x19\x8c\xe0\x21\xbe\xa5\x92\x8d\x94\x0a\x32\x60\xf3\x54\xd3\x53\x58\x81\xe0\x53\x10\xf1\x4d\xf7\x28\xac\x9a\x8a\x74\xf7\x51\xe9\xed\x26\x54\xa9\x14\xf6\xc6\x70\x61\x1c\x34\x6a\x02\x80\x46\x22\x0c\x95\x1c\x9e\x3b\x3c\x68\xd4\x64\x17\x1b\x30\x54\x6a\xb2\x70\x0b\xc4\x22\x6d\x55\x4c\x05\x8c\x91\x5a\x15\x5d\x52\xc4\xca\xd0\x11\xae\x10\x9a\x48\x01\x1b\x95\x1b\x55\xfc\xe1\x02\xd4\x05\x71\x19\x75\xc3\x55\xe8\xeb\x62\xb8\x90\x94\x39\xfc\x25\x78\xa5\xea\x56\xe1\x7c\xe4\x75\x83\xc0\xb6\x36\x4d\x8a\xb1\x5f\x8b\x66\x2f\x6a\x13\x6a\x95\xbb\xda\xd4\x0c\x2e\xb1\x5a\xdd\x0c\x30\xbc\xba\xe6\x9b\x96\xef\x1a\x1c\x78\x9c\x91\xfd\x21\x96\x51\x0b\x0e\xe3\xa8\x53\xb5\x09\xc4\x3a\x6a\xa8\xb4\x8e\x4a\x97\xe8\x2d\xac\xa3\xb2\xef\x2d\x5a\x47\x75\x21\x20\xad\xa3\xd2\x75\xb9\x10\xd1\x92\xb4\x57\x30\x72\x6a\x55\x1c\x07\x8c\x9c\xe2\x01\x3e\xe7\xb1\xaf\x91\x36\xd2\x06\x6d\x38\xec\x96\xa6\x2f\x7f\x98\x2d\x9d\x27\xac\x06\x43\xe2\x50\x5d\x88\x6b\x42\xc7\xbf\xf1\xbc\x37\x37\xca\xd5\xd0\xfc\x9b\x7c\x62\x55\x95\x96\x04\x45\xc3\x86\x30\x5d\xfa\x8c\xa0\x15\x53\xd1\x81\x6b\x38\xc4\xb5\x1b\x22\x6e\xf8\x3b\x68\x53\x3c\x18\xaa\x72\x2f\xe1\x1f\xcc\x98\xea\xd0\x69\x6c\xbc\x8a\xbc\x6c\x70\x5f\x0d\xaf\x3e\x45\x56\xda\xe1\xc6\x3b\x43\xa7\x0f\x96\x42\xa5\x17\xb5\xa9\x1d\x2e\x1a\x29\xf4\x30\x55\x7c\x4a\x93\xe3\x83\xea\xd2\x8e\xa8\x88\x8a\x74\xee\xb0\xa6\xd1\x19\xab\x4e\x3c\x6d\x9f\xc4\xb0\x21\x08\xde\x6d\xd9\xd0\x79\xee\xfc\x5a\x36\xd1\xca\x25\x08\xc6\xe5\x62\x04\x3a\xf8\xdb\x19\xee\x0f\xb3\x78\x7a\xe7\x19\xe6\xb0\x7b\x10\xf9\xb4\xdf\x9d\x87\xb8\x1b\xc2\x21\x16\xd1\xa0\x91\x51\xc9\xfe\x10\x08\x25\x2a\xd1\xc9\x97\x3e\xd0\x1b\x9c\x9f\x26\x2f\xd1\x6a\x2b\x3f\x26\xd3\x08\x12\xd2\xaa\x1e\x94\x1d\xb6\xbe\x97\x76\xb8\xc3\x4c\xb1\xea\x11\xd1\xb5\xc3\x5a\x70\x58\x15\x4d\x5f\xd2\x7d\x71\x6f\xba\x41\x84\x41\xd2\x1d\x02\xb3\xa2\x26\x2b\x65\x46\x4a\x9d\xd2\x89\x30\x54\x6a\x7d\x9a\xd9\xc4\x77\x11\x0a\x98\x15\xb5\xea\x3d\x85\xe4\x33\x99\xc2\xd2\xae\x28\xbc\x8d\x9b\xc2\x9e\xee\xba\x58\x2c\x0f\x9d\xb7\x81\x1f\x35\x9d\x01\xd7\x74\xa8\x60\x83\x74\x0a\xb5\x94\x42\x24\x49\x0e\x60\x77\xd4\x64\x2a\x1a\xb0\x3b\xaa\xd2\x3d\x30\xb2\xeb\xac\x3a\x39\x83\x4a\x79\x11\x2e\x9a\x1d\x25\x3f\xf8\x07\xa9\x81\x9e\x9c\xb0\x1e\x9a\x32\xeb\x8d\x41\x14\x10\x1d\x1d\x64\x07\x9a\x21\x98\x99\x84\x6b\x12\x3d\x42\x10\xc9\x8f\xc7\x46\x72\xa0\x1d\x40\x20\xe8\xe9\xab\x02\x46\x47\xa7\xaa\x5b\x85\xf0\x2d\xbb\x55\x9c\x4e\xbd\x29\x86\x90\x47\x8f\xa3\x21\xfc\x10\xb4\x88\xbc\x22\x24\x83\x6a\x59\x5d\x1d\x83\x51\x3c\xa5\x41\x8e\x01\xc5\x50\xf3\x5a\x91\xe1\x15\xa7\x3a\x16\x36\x56\x7b\x37\xc8\xef\xea\x75\x3a\xe8\x50\x75\x85\x41\x9c\xba\xa7\xd1\x73\x39\x5e\x1e\x2b\xaf\x27\x6f\xd5\xc2\x50\xc5\x53\x0e\xa1\x92\x8e\x24\x8d\x8e\xaa\x1b\x3d\xa8\x14\x97\xb7\x83\xd7\xca\xf0\x87\x08\xa0\x22\x42\x36\x48\x65\xc2\x10\x90\x23\x89\x91\x83\xb9\x50\x6b\xe2\xf0\x27\xa9\x8c\x10\x00\x26\x41\xb3\x89\x1e\xc3\x24\xe8\x7c\xe8\x42\x4c\x2a\x5c\x18\xd0\x75\x17\x41\x20\xe4\x1a\x37\x4c\x82\xe2\x9a\xae\x89\x20\xc1\xd9\x65\x30\x2d\xd1\xcd\x89\xb8\x33\x53\x66\x66\x31\x89\x1c\x4f\xa3\x81\x09\x0b\x55\x60\x21\x34\x86\x47\x8a\xb7\xf1\x95\xdd\xcc\x86\x88\x47\x73\x0a\x70\xed\xc2\x38\x1a\x01\xa5\x94\xfc\x21\xd7\xc6\x5d\x60\xf9\xc5\x29\x4e\x3e\x77\xf4\xfa\x9c\xda\xfd\x21\x68\x60\xd9\xd4\x21\x44\x35\xb6\x41\x0c\x18\x0c\x4d\x1f\x31\x86\x88\x69\x5e\x36\xdc\x23\xed\x72\xd9\x8d\x39\x69\xa4\xd0\x20\x76\xd1\x5c\x58\x04\x85\xc9\xd1\xa4\x34\xc6\xdd\xd3\xae\xb1\x18\x2a\xec\xde\x1f\xe2\x86\x17\x82\x21\x7a\x4c\x5c\xc2\x0c\x98\x12\x95\x76\xb9\x51\x6e\xa9\x78\x5a\xd8\x12\x85\x2c\xe7\x03\xb6\x44\xed\xd7\xaa\x8b\x55\xdd\x25\x22\x14\x89\x3a\xc2\x40\x28\x9d\xe7\xd5\x0f\x89\x35\x23\x3c\xa7\xa4\x1d\x87\xf9\x50\xc8\x38\x9e\x31\xa9\x9a\xec\x2c\x03\xa6\x3e\x4d\x62\xd4\x40\x2c\x97\x9a\x44\x73\x61\xdc\xd3\x7c\x32\x11\x67\xa5\x35\x5d\xc7\x08\xb3\xd2\x24\xd0\x0e\x84\x59\x69\x4d\x54\x04\xb6\x3d\x4d\x66\x66\x01\xdb\x9e\x30\xd9\x44\x28\x95\x30\xd5\x64\x84\xee\x24\xeb\xc0\x08\x18\x6c\x34\x11\xca\x58\x5c\x71\x1d\x8d\x58\x1c\x8d\x21\xae\xb8\xab\xf2\x9c\x6a\x6c\xa4\x0c\xa9\x19\x84\xdd\x4b\xf8\x43\x78\xb4\x0a\x53\x60\x05\x54\x2d\xfc\x08\x3c\x93\x65\xf0\x1e\xb1\x48\xfd\xfc\xdd\x07\x58\xa4\x85\xa2\x3d\x6c\xd2\x5d\x85\xd0\x2e\x4d\xa6\xb3\x01\x83\xa1\xb8\x44\xa8\x43\x88\xa3\x3b\x86\x06\x43\x92\xc4\x47\xd0\x8c\x3a\x89\x59\x88\xcd\x88\xf1\xea\x52\x98\x23\x7e\x24\x10\x29\xd4\x52\xa4\x80\x91\xa3\x94\x06\x11\xc2\x1c\xdd\xcf\x30\x27\x0a\xdf\x63\xeb\xdc\x46\xcd\x42\x46\x04\x8c\x69\x4d\x07\x9e\x26\x42\x5d\x98\x02\x4b\x9f\xf0\x65\xb4\x18\x05\x2b\x89\xfc\x2d\xca\x94\x93\x1b\x45\xd4\x66\xf5\x0f\xdb\x9e\x46\xd7\xdb\x03\x55\x7e\x38\x05\x62\xaf\xc2\x85\xe7\xe0\x16\x61\x35\xac\x72\x8a\xdf\x58\x8b\xfb\xa8\x5b\x64\x69\x1f\x45\x38\x60\xb2\x33\xfd\xfe\x44\x70\x93\xb0\xdc\x70\x81\xa6\x37\xd1\x26\x18\xe2\xc4\x25\xd9\x30\x82\x9b\xcc\xee\x56\x64\xb8\x2e\xe2\xb0\x48\xe1\x75\x6d\x2c\x98\xfd\xc9\xfe\x3e\x16\x0d\xd0\xf5\xe1\xe6\x9a\x4e\x43\x09\x50\x17\x94\x41\x54\xb2\x20\x78\x7f\x64\xd7\xe4\x81\x77\x4d\x6c\x9b\x8e\x3f\x63\x94\xc8\x22\x30\x60\xa1\x93\x92\x1c\x2a\x03\x41\x4a\xc2\xf2\x05\x98\xe8\xcc\xe7\x43\x1e\x4d\xd1\xc2\xcd\xa3\xe9\x0e\x83\xa6\x0e\xae\xb9\x71\xbd\xba\xec\x45\x3b\x6e\x17\xe2\xf4\x0b\xdf\x60\x67\x93\xcd\x9a\x6f\x7a\xde\xeb\x30\x20\xba\x48\xcd\x12\xc4\x21\xb8\x48\x6b\x6e\x05\x6a\xd0\xa1\x15\xa5\x0d\x8e\xfd\xd9\x02\x36\x38\xc9\x2f\xda\xcd\x13\x96\xdd\x0c\x47\xa3\xa7\xd0\x86\x25\x67\x11\x1b\xb7\xe9\xa8\x20\x3c\x61\xc8\x10\xcb\x1e\x11\x15\xa4\x0c\xaf\x29\xee\xec\xe6\x0e\x49\x52\xc5\x0d\xc3\x5c\x27\x4d\xcf\x89\x16\x98\xa2\x13\x30\xde\x29\x46\x0c\x18\xef\x34\xdf\xe7\x2f\xc6\x98\x6b\x86\xb0\xdc\x7a\xa6\xd0\x94\x27\xc9\x76\x2e\x60\xcb\x53\x65\xf1\x1e\xb0\xe5\x89\x2b\x7e\xac\x4d\x0c\x85\x8e\xbf\xfc\x21\xc6\x4d\x95\x6c\x20\x96\x48\x93\x9d\x59\xbc\xe8\x3e\xab\x8b\xe9\x45\x47\x85\x5c\x0d\xbe\xe1\x26\xa6\xaa\x88\x70\x3b\x74\x66\x11\x04\x7e\x0e\x91\x22\xd8\x00\xcd\xf6\x94\xe1\x78\xe5\x66\x70\xa2\xd0\x55\x41\xc3\xb5\x33\xff\x31\x44\x7b\x63\xdc\xc2\x62\xed\x0a\xe2\xa7\xd7\xa2\x9b\x10\x41\x0c\xdb\xe5\x71\x83\xf1\xba\xdc\x0a\x5f\x06\x59\xc7\x1b\x01\xd4\xdb\xe5\x09\xe3\x65\x20\xed\x65\xd0\xb2\xc7\xcf\x1d\x84\xef\x68\x97\x24\x18\x0c\x61\x7e\x15\x97\x31\x06\xbd\x5a\xc1\xbb\xd0\xaf\x3b\x18\xf6\x28\xe9\xc0\x81\xc0\x94\x65\x51\x37\x85\x29\x57\xa3\xb0\xec\x39\x85\x53\x20\x4c\x07\xf5\x10\x87\x09\x4e\xb6\x1c\x86\x66\x36\x3d\x1b\xe2\xa4\x74\xdc\x10\x37\xbc\x5d\x4f\x21\x78\xc4\xa7\x0c\x21\xde\xba\xfb\xc7\x7d\xae\x6b\x49\xc1\x3b\x84\x8b\x8c\x1b\x6e\x91\x30\x4d\x69\x2c\x94\x83\x29\x4d\x4e\xc5\x10\x8e\x77\xb8\x26\x97\x54\x93\xc0\xcd\xfb\x14\x31\x36\x80\xbb\x83\x77\x87\xee\x5d\xda\xd1\xc8\x4a\x3a\x18\xd4\xfb\x12\x3e\xd3\x56\xc6\xb2\x14\xda\xca\xa4\x2c\xae\x13\xb6\x32\x45\x7e\xbc\xf1\x26\xbd\xce\x0f\x38\xb1\x86\xfe\x12\xbb\xf6\xb4\x8a\xd0\xdd\xc5\xfd\x63\xd7\xaa\x21\xa2\x77\xf8\x43\x18\xbb\x8b\x27\x81\x1d\xcd\x29\x34\x08\xe5\x9a\x17\x8a\x78\xd2\x0c\xc1\xaa\x41\xf7\x85\x0c\x60\x84\xa6\x6f\xe2\x89\x4e\xf0\x9b\x7e\x00\x7a\x6a\xd3\xc6\xc5\x3a\x20\xd8\xb8\x64\xbf\xd1\x61\xe2\x92\x65\xef\x1c\x30\x71\x69\x97\x2e\x2f\x98\xb8\xb4\x4b\x58\x02\x2b\x96\x12\xe1\x32\xf4\xa0\xf5\xbe\x99\xa8\x41\x5c\x1f\xa2\x50\xb7\x4b\xac\x04\xc3\x56\xc8\x61\x26\x60\x7e\xd2\x4c\x86\x60\x7e\xd2\x2e\x11\x3a\x58\x9f\x24\x59\xcd\x04\xad\x4f\x8a\xf6\x17\xd6\x27\x4d\xc6\x9e\x71\x73\xd7\x64\xfd\x13\x0c\xf5\x6c\xa6\x07\xd6\x27\xed\x6a\x6e\x74\xb2\xaa\x46\xca\x5d\x13\xa1\x47\x64\x8a\x53\xe8\x4e\xe0\x06\x33\x3c\x80\x17\x0b\x5d\x17\xdb\x26\xc9\x2a\x2c\x55\xb2\xa5\xcc\xb0\x54\x69\x97\x08\x0f\x2d\x55\x92\xe9\x3e\x2c\x55\xda\x25\x61\x0a\x82\x2f\x37\xb3\xcb\xb4\x30\x19\xba\x75\x61\x61\x62\xd6\x01\x66\x23\x59\x9e\xd2\xc1\x88\xb6\x59\x6c\x15\x62\x51\x34\x45\x18\x08\x84\x18\x6e\x87\xe7\xff\x21\x85\xfe\x30\xbe\x97\x6c\x38\x83\x26\x26\x1e\x1a\x4c\x4c\xda\xe5\x3e\x82\x03\x4d\x82\xb0\x6e\xcf\x77\x20\x83\x62\xce\x10\x99\xa2\x99\x39\xfb\xf0\x1d\xed\xf7\xd8\x47\xd1\xf6\xd5\x0c\xdf\xd1\x42\x1b\x98\x8d\x84\x25\xb0\x1f\x6e\xb1\x10\xe5\xc3\xe5\x16\x69\xa7\xa5\x46\xb2\xe6\x14\xa6\x1a\xcd\x6c\xd5\x87\x0b\xac\xcb\x13\x56\x15\x53\x9e\x65\xf1\xd1\x72\x6b\x30\x88\x4c\x1c\xc3\xdf\xc1\x4c\xc7\xb3\xd8\xec\x10\xdf\x2d\x18\x4e\x34\x31\xe0\xeb\x22\x31\x95\x8a\x6f\xc1\x70\xa2\xc8\xad\x67\xc1\x36\x62\x6a\xdc\x8b\xd1\x99\x1b\x11\x75\xc1\x34\xa2\xc9\x4c\x67\xc1\xfa\x61\xea\xd6\x5b\xb0\x7e\x68\x7a\x47\xac\x8b\x77\x20\x93\x71\x1c\x90\xa3\x51\x33\xb0\x69\xd0\x4b\x71\xc1\x50\x21\xe9\x62\x5b\x17\x5f\xb8\x3c\x7b\xeb\xe2\x3e\x0d\x75\xc1\xa7\x8a\x07\x8a\x67\xeb\xf5\x7c\xc7\xd8\x53\x97\xaa\xf2\x60\x0e\xcd\x82\xa2\xf2\xe2\xb2\x0a\xaf\x26\x2d\xcd\xa2\xeb\x8e\x06\x8a\xe7\xa7\x0c\x1c\xd6\xc5\xb0\x68\x1e\xcc\xe1\x71\x86\x6c\xc4\xd6\xc5\x50\x03\x9e\x20\x93\x26\xa9\x87\x04\x7e\x44\xaf\x9f\x05\xa5\xf9\x64\x9e\x90\x03\xed\x33\x89\xe4\x9a\x08\x3b\xd5\x0d\xbd\xbf\xbf\x7a\x7b\x6a\x02\x4b\x24\x7b\x5e\x88\xad\x10\xf2\x2a\x5a\x89\xf2\x47\x09\x63\x17\x34\xea\xe5\xe9\x1f\x61\xb3\x25\x18\x5f\x89\xa7\x44\x92\xf1\x95\x70\x4a\xa4\xa5\x5e\xd0\xaf\xcf\x36\x5c\x15\x8e\x5a\x9a\x70\x62\xe4\x31\x1e\xe7\x05\xa5\xf9\x94\xe3\xda\xa2\xd2\xfc\x59\x45\x28\xcd\x43\x22\xf4\x05\xa5\x79\xd3\x93\x7e\x25\x58\x5a\xca\x6c\x63\x25\xb2\x15\x53\xdd\xd3\x23\xc3\x23\x85\xdb\xba\x74\xa4\x2b\xd1\x42\x3f\xab\x4d\xb2\x07\x92\xbd\xad\x4c\x8c\xe6\xd5\xbd\xa0\xc2\x6e\x92\x8b\xac\x4c\xd9\xbf\x64\x18\x0b\x2a\xec\x9c\x9f\x0f\x2b\x0b\xbb\x40\x84\x01\x7c\x0a\x81\x6f\x7c\x44\xac\x0c\xaf\x8b\xe9\x32\xf8\x97\x17\xb2\x4e\x0b\xba\xe6\xac\x47\xfb\x82\x02\xb9\x30\x4f\xd6\x81\x40\x4f\xa6\xcb\xc0\x81\xc8\xff\x6c\x41\xbb\x3c\xa7\x87\x4a\x51\x8c\x84\x2f\x2b\xc3\xb3\xa6\x0a\xfd\x32\x88\x8d\x51\x05\x2a\xe3\x3c\xdd\x07\x6c\x61\xe4\x9b\xba\x32\xfd\x63\x84\x1b\x8c\xcb\x20\x7d\xe6\x82\xfe\x76\x3e\x6d\xf2\x2e\x25\xfb\xbd\x32\x65\xf1\xcd\x5d\x20\xda\x82\x0c\xba\x16\xa3\x2d\xd8\x09\x63\x15\x4a\x2d\xf4\x4e\x5d\xc5\x56\x03\x3f\x24\xd3\xab\xf0\x1e\xce\xfe\x10\xf2\x5f\x3d\x87\x16\x94\xb6\xb3\xf1\x22\x5a\xd0\xa9\x36\x29\x86\x17\x74\xaa\x87\xbe\xaa\x2a\xb8\xe5\xae\x3d\x2f\x7c\xc5\x8a\x43\x5c\x85\x61\xd1\x34\x4d\x28\x55\x27\x83\x79\x1e\x08\xc1\x20\x42\x13\x39\xdb\x13\xf2\x8d\x5f\x8c\xe2\x70\x79\x92\x67\xc9\x67\xf6\x68\x28\x0d\xb9\x34\x1a\x4a\x43\xe4\x0d\xbd\x0a\xce\x43\xb8\x0b\x9e\x87\x56\xfd\x25\x4c\x7f\x85\xbb\x85\xe9\x12\x3d\x63\x5e\xd3\x8c\x36\x74\xc0\xfd\x64\x54\x3a\xd0\x0b\x51\x39\x5d\xa6\x40\xd7\x6e\xe7\xa0\x87\x58\xdb\x55\x40\xab\xa6\xa8\x4c\x81\x85\x5f\x79\x20\xaa\xf7\x0d\xc1\xb9\x40\x54\x06\xc1\x21\xaa\xe9\x11\x54\xac\xf3\xf2\xba\x6d\x3c\x56\x44\x00\x10\xfe\x41\xe9\x9d\x0e\xc4\x29\x3e\x20\x12\x3a\xf1\x4d\xbf\xaa\xc2\x08\x0c\x41\x48\x47\x94\x5c\x76\xf3\xc3\x29\x10\x6e\x18\x7c\xd3\xaf\xca\x00\x62\xcd\x50\x7b\x72\x46\x1d\xa8\x23\x92\xb3\x9a\x09\x3a\x7a\x34\x41\x0b\x8c\x98\x3a\xe4\x21\x33\x1d\xab\x70\x5f\x4b\x1e\x29\xee\x06\xc5\x22\x59\x48\xed\x37\x9f\x71\x6b\xdf\x44\xab\xa0\x45\x6d\xdd\xfd\x83\x8e\x75\x4f\x6a\x11\x71\xa7\xbf\x1c\x4f\x42\xab\x03\x31\x0f\xd7\x74\x27\x30\x78\xac\xfe\x12\x91\x07\x9f\x32\xc6\xda\x73\x1f\xb4\xae\x17\xcd\xa9\x74\x97\x7c\xc6\x0a\x81\x1f\x1f\xf9\xab\x32\x62\x98\xc8\x63\xa5\x8c\xab\x89\xcc\x40\xff\x5a\x7c\xa7\x57\xbc\xc0\xa5\x29\x5c\x50\xb8\xd6\x24\x92\x5f\x61\x35\xa4\xb8\x30\xab\x6e\x4a\xad\xb5\x70\x9b\xab\xea\xef\xb8\xaa\xde\x2a\xd0\x0e\x3d\x2e\x96\x34\xb5\xed\xe9\x11\xe7\xc8\x4b\x2e\xda\xc1\x57\xef\x92\xaa\x56\xfe\xd1\x8b\xaa\x5a\x3d\x44\x56\xe3\x63\x4e\x38\xd7\x84\x65\xa2\x88\x0a\x64\xa1\x55\x46\xb0\x8a\x62\x7e\x00\xe1\x28\xb2\x11\x82\xe1\x28\xfa\x30\xc4\x43\xf6\xf4\x81\x35\x6f\xfe\x10\xec\x6e\xf5\xe0\x10\xa6\x51\x1c\x4f\x0b\x0d\xd5\x20\x03\x8a\x6a\xe0\xb4\xb1\xec\xfa\x10\x1c\x66\xf6\xd8\x60\x52\x24\xa1\xda\x6a\xb0\x61\x56\xc8\x87\xd5\xc0\x7d\x16\x11\x92\xc6\x98\xf0\x0c\x1a\x7a\xc0\x85\x66\xd4\x21\xf3\x3c\x8a\xc8\x51\xc7\x9b\xe4\xe6\xbc\x10\xaa\xa2\x48\x38\xb7\xa0\xe4\x0d\xb1\x78\x8d\x2a\x15\x51\x2e\x68\x75\x47\xb8\x07\xbe\xec\x7b\xfa\x31\x4f\xbd\xa0\xf2\x9d\xcf\x82\x93\x00\xf9\xd6\x6f\xbc\x67\x44\x9e\x11\x80\x42\x49\xdc\x0e\x04\xf7\x61\x11\x27\x05\xa0\xe8\xd9\x55\x3b\xb6\x4a\x63\xa5\xe4\xb4\xeb\x0c\x42\x77\x9c\x53\x75\xd5\x00\x7f\x62\x88\x2a\x51\xb6\xda\x89\x47\x5d\x5d\x76\x66\x33\x15\xf7\x40\x85\x30\x03\xac\x1e\xa8\xa0\xcc\x10\x24\x52\x7c\xc4\xad\x3e\x35\x38\x83\x88\x3b\x20\x7e\xb4\x33\xb7\xa3\xc6\xd6\x19\x93\x5d\x37\x2b\xb5\xc5\x49\x96\x62\xab\x33\x81\x60\xf5\xe0\xde\xe8\x51\x63\xc3\xdd\x25\x73\x98\x85\xa4\xa1\x99\x39\xb4\x0e\x04\xc3\x69\xdd\x5c\x08\x49\xd1\xe5\xb2\xb7\xa8\x2d\x4e\xbd\x68\x6c\x30\x4d\x9b\xee\x1f\x8e\x77\x8a\x96\xb1\xa0\x20\xee\x97\xd7\x66\x61\xc2\xee\xe2\x10\xb2\x2e\xa7\xcc\x85\xb8\x12\x45\xbe\x7d\xab\x33\x69\x57\x31\xb4\x51\x53\x3d\xe0\x25\x28\x13\xd3\x85\x28\x13\xdd\x97\x23\x54\xbe\xdd\xfc\x08\x74\xb3\x59\xee\xb3\x4b\xba\xd9\xee\x15\x66\x8c\x21\x9d\xa9\xbe\x31\x50\x77\x4f\xda\xd0\x75\x8a\xa0\x7e\xcd\x92\x94\x2f\x84\x72\xe8\xd2\x1b\xad\xa1\xc0\xe6\xaa\xc9\x8c\x23\xda\x35\xc6\x63\x50\xcc\xb4\xc5\xec\xba\xb2\xb0\x58\xd0\xb7\x56\x5f\xdc\x83\x51\x63\xc4\xc7\x0d\x2d\x77\x08\x9a\x18\x9a\xbf\xe3\xfe\x6a\x81\x07\x63\xcd\x55\x77\xcf\x53\x34\xdc\x3f\xc4\xcf\xc3\x85\xd8\x7c\x5d\xf1\x83\x7b\xc1\x77\xf9\x62\x90\x87\xd4\x45\xa9\xa1\x35\xcd\xe6\x07\xa1\x18\xad\x49\xb7\x01\x62\x3e\x28\xf1\x66\x5b\x4c\xf8\x6b\x0e\x98\xa1\x12\x92\x04\xb9\x0b\xb1\x12\x6a\x16\x9e\x32\x00\x82\x7c\xa6\x16\x03\x20\x24\xa9\x51\x16\x54\x9a\x65\xe8\x56\x9b\xf2\x03\x11\xa2\x32\x04\xc2\xc8\x86\x28\x41\x31\x84\x20\x71\x1a\x2a\xd4\x9d\x5d\xc2\xb3\x05\x75\x67\x37\x57\x07\x75\x67\x37\x5f\x89\x28\x07\x5d\xb2\xc3\xc5\x28\x07\x4a\x49\x75\x40\x2c\x4e\x31\x04\x22\x1e\xfe\x90\x79\xe1\xd4\x28\x7c\x49\x8b\xbb\x60\xb4\x02\xdd\x4d\x93\x4b\x2c\xd6\x70\x72\x89\x87\xf6\x91\x19\x71\x7d\xa7\x32\x78\x81\xbc\xc2\x16\xb5\x88\x45\xab\x38\x89\xd3\x3a\x0b\xd2\x22\x0e\x4f\x7f\xe3\x10\x89\xff\x60\x0e\x8a\x34\x74\x32\xa9\x46\x94\x93\xcc\x42\x2c\x81\x2e\xc9\xe6\x82\x86\xaf\x4b\x06\xba\xa0\xe0\x9b\xb9\x19\xa2\xdb\x7d\x15\x84\x8c\x72\xe2\x05\x83\xd8\xff\x1b\x62\x7c\x2c\x38\xf3\x77\xc9\x12\x57\x30\x80\xb4\x9b\x59\x98\x94\x08\x2a\xb4\x6f\x43\x96\x80\x0b\xda\xb7\x7e\x15\xd7\x5c\xb0\x0c\x32\x74\x1e\xd8\x72\x35\x59\x50\x85\x55\x49\xff\x17\x54\x61\x5d\x02\xc2\x05\x4d\x58\x91\x9a\x6c\x41\x13\xd6\x25\xa0\x5b\x50\x76\xf5\x67\x2c\x40\x4c\xef\xd3\x62\xa0\x1e\x8a\x96\x16\xe2\xff\x67\x99\x93\x2f\xb8\x9c\x77\x2f\x0c\xb4\x4b\x91\x45\x08\xe0\xf3\xdd\x25\x82\x5c\x8b\x9b\xa6\x17\x25\xd4\x49\x45\x0e\x0b\x8b\xb1\xf2\x93\x42\xb6\x2d\xe8\x93\x7a\xeb\x6a\x74\x03\x83\x25\xce\x58\x60\x76\x25\xc8\x5c\x8b\x44\xaa\x1a\x02\x91\x52\xe4\xb1\x45\x8f\xf0\x34\x35\x29\xa8\x97\xb2\x22\x21\xad\xcd\x8b\x47\x28\x4c\x2f\x6f\xd9\x56\x2c\x68\x89\x8a\x22\x3e\xac\x4d\x2a\xa5\xad\x70\x78\xfa\x6e\x10\xd8\xa6\x1b\x7c\xcb\x79\xae\x1b\xec\x28\x54\xff\x81\xc5\xd1\x09\xde\xa4\x61\x22\xbd\xd0\x21\x75\xc9\x24\x17\x14\x43\x5d\x92\xcd\xb5\x99\x72\x99\x32\xa2\xc5\xa8\xf3\x49\x21\xb3\xd6\xe6\x89\xd2\xde\xec\xc5\x0e\xd5\x05\x53\x1e\x0c\xd7\x04\x25\x9a\xc3\xad\x72\xe3\x54\xb8\x71\xf6\x85\xed\x50\xfe\x84\x02\x68\x2d\x44\x7d\x8f\xac\xbb\x06\x1e\xd8\x21\x8f\xb8\x05\x75\x4b\x28\x8a\xc7\x7a\x91\xba\x74\x43\xec\x30\x5c\x95\xcd\x54\x41\x2f\x44\xde\x13\xc4\x85\xd2\x14\x5f\x24\xf6\x5a\x44\x25\xcb\x0d\xf7\x88\xc4\xe8\x52\x9a\x2d\xb8\x47\x87\xbc\x35\x17\x54\x23\x91\x75\x9f\x40\xdf\x31\x4d\x16\x18\xcb\x3c\xf9\x81\xfd\x22\x36\x8a\xb7\x61\x2c\xf3\x64\x1e\x09\xb1\xcc\xab\x9c\x44\xd6\x8b\x07\x45\xd8\xf8\xa2\x1f\xbb\x9e\x05\x6f\xd2\x0c\x71\xb3\x50\x54\x84\x42\x2c\x2c\xa9\x1f\xb4\xfb\x6f\x52\xd7\xe1\x32\xec\x62\x68\xdf\xde\xa4\xae\x12\xb5\xc1\x21\x38\xcb\xb0\x7b\xc1\x21\xb8\x96\xe7\xc3\xce\x0f\xd5\x23\x42\x87\xfb\xe9\xf3\xa6\xd1\xda\x74\x19\x78\xb2\xa7\x7f\x1c\x46\xa1\x0d\x13\x97\x8e\xec\xef\x10\x3a\xbc\xb9\x0b\x58\x56\x57\x97\xdd\xec\xd0\xcd\xc0\xcb\xd6\x23\x25\xcd\x12\x4a\xc1\x21\x58\xd9\xb4\x0e\x04\x2f\x3b\x5d\xd9\x50\x72\x74\xf3\x16\xf4\x07\x36\xf2\x41\x8d\x91\xe4\x04\xb3\xa0\xc6\xc8\xbe\xb0\xa1\xc6\x98\x72\xab\x5b\x6f\x9a\x36\x8a\x77\x54\x5e\x51\x1d\x21\xf8\xf8\x36\xe9\x7e\x16\x7d\x7c\x95\x42\xe7\x80\x5c\xe0\x1f\x66\x74\x39\x55\x2b\xbf\x74\x27\xc8\x99\xeb\xfd\xc6\xee\x9b\xd5\xa0\x93\x6f\x0a\x2f\x2a\x93\x7a\x3c\x1f\x22\x9e\x94\x77\x71\x73\x19\xbd\x8d\x1b\x22\x0b\x31\x10\xc8\x1f\xaa\xe4\xc9\x07\x4a\x08\x44\x55\x04\x71\x22\x5a\x71\xa8\x4e\x8a\x54\x19\x0b\xaa\x93\x26\x43\xef\x05\xd5\x49\x95\x19\xf2\xba\x29\xb2\xf1\x53\x03\x21\xc9\xab\x22\xec\x2c\x44\x24\x2f\xb2\xee\x5b\x70\x1d\x8e\xe6\xa2\xc5\xef\x3c\x1a\x28\xc3\xb2\x5b\x79\xe1\x71\xef\xef\x18\x0d\x5b\x65\xd0\xb9\x84\xce\xdb\x4d\x49\x8f\x9c\xc2\x16\xdc\x8a\x9b\x1c\x19\xd6\x2d\x2c\xd6\x96\xdf\xc4\xe2\xee\x76\xe0\x03\x20\xde\x12\x3e\xc7\xb5\x3d\x35\xf1\xd4\x4d\x86\xe0\x77\x25\x72\xcf\xdc\x9f\x7e\xcb\xdd\x8a\x55\xad\x91\x06\xd3\xd3\x6a\x4e\x94\x3b\xcb\x98\x7f\x29\xf9\xa7\x58\x0d\x28\x84\x4a\xf1\x7a\x33\x33\x8d\xb0\x8a\x0a\x21\xdf\xdf\x50\x08\x15\x19\x88\x2f\x28\x84\x5a\x3c\x65\x1d\x96\xdd\x5a\x0c\xc8\x12\x9e\x2d\x5d\x8c\xa2\xae\x32\xc8\xab\x2d\x03\xa2\xe2\x46\x81\x41\x16\xf4\x36\x35\xe9\x3e\x65\xb8\xf1\xf0\x74\x99\xa8\x23\xb9\x15\x86\x42\x0f\x57\x9d\x18\x8c\x66\x8f\xd7\x59\xd6\x11\x46\xd6\xcc\x2c\x7f\x80\x75\x13\x31\x93\x6b\x7e\x20\x92\x26\xf4\x51\x54\xa4\x2a\x88\x44\x52\xf4\x1c\x41\xcc\x73\xd2\x23\x87\x41\xcc\x65\x03\xb1\x90\x1a\x33\x8f\x69\x08\xba\xd6\xcb\x8d\x22\xca\xa2\x9e\x27\x0c\x62\x6e\x2e\x97\xde\xc7\xd9\x0f\x40\x68\x95\x92\x9c\xc3\x16\x14\x47\xb5\xb8\x0b\x50\x29\x0b\xc4\xa0\xf1\xc9\xd2\xc4\x2e\x28\x7c\x52\xf6\xd0\xb8\xbd\x7e\x66\xd0\x51\xf8\xa9\xca\x58\x27\x62\xc8\xe1\x27\x7c\xaa\x0e\x81\x38\x5e\xd5\xed\x20\xb7\xeb\x70\x19\x0c\x50\x25\x57\x81\xa3\xf0\x94\xcd\xf3\x62\x9c\xf2\x2a\x4e\x1a\x7e\xc2\x53\x36\x9e\x0b\x7e\xc2\xa7\x0b\xcd\x1f\xf4\xcd\xd2\x3a\x38\x0a\xcf\xd4\xdd\xcc\x9b\x55\xb5\x38\xe7\x95\xd7\xe4\xe4\xb2\x18\xc5\x3c\xfb\x7d\x06\x5f\xe1\x26\x57\x9d\xf5\xa1\x84\xde\x7d\x20\x11\xab\x9c\xe8\x17\x5d\x7e\xb3\xdf\x39\xd0\x4e\x29\x55\xfb\x81\x28\xa1\x76\x19\x93\x6f\x68\xe4\x9b\xc1\x6e\x34\x7f\xba\xfc\x16\x43\x08\xc5\x43\xe6\x75\xd3\xe5\x37\xeb\x61\xb1\xa9\xba\xd2\xf1\xde\x17\xcd\xbc\xd9\xcc\xa6\x57\x6f\x16\xbb\xbe\xa1\xba\xca\x69\xfc\xd8\xc9\x65\x43\xaf\x35\x65\x82\xb6\xe1\xf1\x3b\xc5\x4f\xee\x8b\x0c\x3a\x45\x60\x1b\x3a\xaf\x2a\x11\xf4\x86\xce\x6b\x2a\xa4\xc3\xa6\xce\x2b\xeb\xd5\xb3\x2f\x46\x1a\x0c\x0f\x1c\xa6\xd4\xdd\x1f\x7e\x9e\x34\xf6\x6d\x33\x6c\xba\xe3\x84\x6c\xaa\xc7\x0a\xd7\x7f\xd3\xad\xb7\x79\x6c\xe4\xfa\xbb\xcb\x30\xc5\xe7\x3b\xee\x46\x71\x21\x1c\x39\x9b\x56\x83\x41\x63\xa4\x03\xdb\x88\xa2\x5e\xca\x03\x6d\x16\x7a\x3c\xe0\x20\xbb\x0b\x81\x3a\x59\x9d\xc0\x06\x50\xaf\xa7\x7d\x09\xc9\xab\x0b\x99\x45\x5c\x6b\x05\x2a\x26\xf3\xe8\x4d\x2f\xdf\x2c\xf6\x7e\xc3\xcd\xb7\x26\x0f\x00\x4a\x21\xe6\x65\x6c\xfb\x62\xe0\xfc\x4b\xcb\x0a\x7d\x28\x73\xe3\x1e\x08\xf6\x3b\x4d\xfd\x33\xdf\x4b\xb8\x0c\x09\x4e\xb2\xda\xa4\xe5\xc9\x74\x9b\x74\xb1\x73\x9b\x78\x66\x3e\x65\xc8\x34\xd7\xb4\x6e\x74\x39\x19\x6e\xe5\x83\xab\x97\xab\x98\xe8\x8f\x40\xf2\xb3\x13\xbd\xd8\xc8\x31\xee\xa4\xdb\xb5\x0a\x42\x28\x00\x52\x9f\x0d\xa7\xda\x22\x53\xb5\x0d\xa7\xda\x22\xe7\xbf\x9d\x98\x08\x4b\x2b\x91\x98\xf6\x92\x47\x71\x43\x05\x58\xea\xd3\x1f\xac\x29\x74\x32\xa0\x01\x6c\xa2\xd2\x9b\x0a\x40\xb9\x82\x6e\x46\x5e\x97\xc6\x6f\xd3\x4f\x36\xdc\x3b\xef\x2f\xed\x6e\x12\x7d\x1b\x2a\x5c\x74\x3e\x57\x21\x42\xb6\x28\xf0\xfa\xa6\x02\x30\x0f\x35\x0a\xcb\x60\xf9\x09\x6d\xe8\xff\x86\x62\xe2\x6c\x86\x68\xef\xee\x02\x76\xe1\x72\x05\xda\xf4\x99\xb5\x88\x63\xc3\x67\x36\x14\x67\x6d\x43\x39\x38\x65\x9a\xba\x93\x88\xd6\x70\xff\x78\xa0\x3d\x55\xe1\x8b\xe4\xaa\x9b\x47\x68\x68\xa5\x28\x0c\x4f\xfa\x90\x0a\x0f\xaf\xd4\x86\xe9\x56\x75\x19\x14\xfa\xc2\xae\x2c\x6a\x43\xb1\xf5\x86\x5a\xb1\x48\x37\xb5\xa1\x56\x2c\x7a\xd8\x6d\x04\x7b\x6f\xd2\x8c\xef\x4c\xab\x5d\x3e\x1e\x77\xa6\xd5\x2e\xd9\xde\x0d\x0f\xd6\xd6\xf8\xe8\xdb\xf0\x60\x6d\x22\x8b\x1b\x3e\xaa\xc9\xd3\xa7\x8f\xaa\x6f\xc9\x0d\x27\xd5\xf6\x74\x8f\xe3\x3d\x9e\x46\x31\x0b\xe1\x2c\x75\x8c\x72\xf7\xda\x99\xc6\x61\x22\x8b\xf9\x6c\xe2\x60\xfe\x88\xc6\xa4\xaf\x8d\xe9\x39\x1b\x73\xbe\x36\xbd\x8e\x37\xc3\xc0\x3f\x93\xe7\xed\x92\x92\x0b\x61\x1a\xd8\x35\x5f\x1a\x74\x77\x57\x45\x90\x80\xa4\x32\x5a\xdb\x8a\x46\xd3\xef\xd4\x21\xe0\x36\x74\x93\xb5\x78\xfa\x60\x90\xf3\x61\x19\x7e\x48\xa4\x33\xcd\x08\x3d\x0f\xa8\xb4\x72\xd2\x41\x41\x44\xf9\x26\x47\xd0\x0d\x07\xd6\xf0\xe0\x60\x09\x21\xad\xd5\xa6\x8f\xaa\xd2\xda\x1e\x90\x19\x10\xd9\x28\x55\x9c\xca\x51\x76\x40\x4e\xa4\x09\x82\x91\xa1\x90\xba\xc0\xdc\x41\x52\xea\x4d\xe7\x4f\xa9\x4d\x76\x21\x9f\x29\x0c\x2b\xf4\xae\x10\xad\x29\x34\x93\x16\x89\x84\x23\x66\x93\x2e\x7e\xd3\xd7\x52\x61\xfd\x76\x51\x06\xc2\x66\x10\xa1\x10\x86\x1b\x0d\x16\x6a\x34\xb4\x93\x4e\x86\xc0\xcf\x88\xbe\x14\xa5\x60\x35\x04\x45\xbd\x0e\x78\x61\x98\x82\xe4\x29\xe2\x76\x97\x94\x7e\x17\x06\xcb\x14\xc2\xd1\xdb\xd2\x11\xe6\x37\x15\x85\x92\xa0\xef\x4a\xa3\x65\x9d\x3e\xea\x02\xb3\xce\x1b\x74\x81\x21\xe6\x6e\x43\x17\x58\x64\x1a\xb0\xa1\xfc\x4b\x0a\x4b\xb1\xab\xd0\x7f\x1a\xc4\xcb\x4e\x24\xad\xc2\xd9\x41\x21\x33\x36\x1d\x23\xdb\xd3\xcc\x8d\xee\x35\x18\x2e\xb1\x1b\x5d\x6c\x34\x5c\xc8\x91\xaa\x51\xba\x30\x88\x16\x51\x87\x97\xa5\x35\xde\x95\xd9\xf4\xba\xab\xc2\xf6\xfa\x29\x43\x8e\x55\x4a\xc3\x36\xd4\x74\x4d\x26\x2c\x1b\xba\xb7\x26\xe1\xe3\xae\x44\x3f\x6d\x3f\xb4\x64\x4d\x9a\xc0\x5d\x95\x5a\x42\x37\x08\xb4\x5b\x5d\x8c\xd7\x6e\x34\x31\xd5\x69\x6c\xc4\x37\xdd\x5f\x88\xa7\x5e\x92\xee\x64\xa8\xac\x42\x2a\x9b\x4d\x5d\x93\x5e\x39\xbb\x69\xa1\xd4\x26\xec\x8b\x9f\xcb\xa6\xd1\xbe\x58\x14\x0d\x1a\xa4\x26\x1d\xdd\x66\x74\xf3\x2c\x7b\xee\xdd\x78\xfc\xa7\x21\x1c\x7f\xb1\x41\x8d\xd6\xdd\xda\xb6\xc6\xe9\xeb\xb6\xa1\xc6\x26\xcb\xa8\x74\x43\x63\x13\x49\xe4\x16\x1a\x9b\x66\xde\xa6\x33\x62\x4b\xd6\x29\x82\xca\x66\x2a\x64\xc1\xee\xb2\xdb\xe5\x3c\xa0\x32\x09\x45\x1d\xdb\x54\x99\x64\x19\xaa\x6c\x7a\xd8\x35\xdd\x4c\x9d\x73\xf4\x87\xd0\xe8\xcb\xf1\x67\xc3\x4f\x2e\x14\xaa\x75\x77\xd2\x10\x2d\x23\x3c\xd1\xc2\xa4\x18\xca\x8e\x94\x4b\xd2\xac\xa0\x34\x57\xd8\xe0\xcd\x60\xd8\x59\x81\x68\x36\x3c\xd1\xa6\x02\x69\xee\x41\xeb\x7e\xe1\x0d\x14\x1a\x53\xe1\xba\xf6\x20\xc7\x28\xd7\xc0\x3d\x98\x4b\x4e\x94\x0a\x1a\x8d\x29\x73\xd8\x0d\x8d\x46\xca\x32\xfc\xdb\x50\x69\x84\xfc\x90\x36\x34\x13\xdd\xa7\x98\xc1\xa8\xb3\x2c\x24\xf7\x60\xc8\xdf\xec\x0f\x6f\x44\x4c\xe0\xca\xc1\xf3\xab\x4a\x56\xb8\xe9\xf9\x95\x8b\x21\x38\x89\x4f\x43\xd0\x91\xcd\x1f\x26\x48\x3c\x55\x19\x37\xd9\x5d\x20\xe6\xa4\xb6\x11\x8e\x5f\x69\x78\x35\x88\x63\xa5\x6a\xe0\xb0\x84\x98\x5a\x46\x06\xb1\xce\x97\xcb\x60\x23\xe7\x59\x40\x1e\x67\x96\x02\x31\xac\xf3\x15\x2e\xcb\x48\x10\xa4\x56\x98\x34\xc3\xdd\x83\xfa\x3d\x45\x03\xa1\x75\x34\x4e\x46\x2d\xd7\xc5\x04\x7f\xb1\x9c\x75\x2f\xd0\x5f\xcc\x7e\xa8\xcc\x85\x9e\x1c\x3d\x42\xc9\xd0\x65\x34\xc4\x64\xe8\x45\x11\x09\x99\x0b\xdd\xae\x2e\x1b\xca\x95\xe4\x18\x78\x7b\xd2\xf6\x48\xc3\x51\xf0\x69\xca\x26\x99\x36\x3d\x39\xb4\x03\xf3\xa6\x17\x85\x6b\x60\x36\xf4\x32\x9f\xfe\x71\xfc\x8a\x9a\x81\xa8\x50\x2e\x93\x4c\x78\xde\x64\x17\xc6\x9c\xe6\x4d\x19\x44\x98\xd3\x3c\x9b\xdc\x30\xa7\x79\x17\x7d\x65\x4e\x73\x87\x0a\x65\x4e\xf3\x2c\x2f\x38\xe6\x34\x6f\xca\x73\xa3\x9c\xe6\x26\xbe\x53\xd6\x4e\x6e\x06\xc9\x8a\xaa\xbb\x7f\x43\xfa\xac\x9a\x48\x98\x22\xa7\x1c\xa5\x26\x57\x0c\x08\x66\x26\xaf\x72\x6d\x62\xba\xf1\x59\x3d\xf9\x45\xf4\xd6\xc1\x80\x33\x59\x99\x4f\xa3\x8c\x45\x2b\x88\x9c\x48\x31\x44\xf4\xd6\xa5\x01\x5d\xcf\x54\x00\x38\x66\x14\x1f\xd3\x23\x25\x29\x10\x79\x87\x4f\x58\x52\x1e\x02\xe5\x05\x57\x6c\xcc\x0d\x4d\xcf\x54\xf2\x9a\xcd\x48\xd0\x59\x21\x69\x36\x43\x41\xcb\x1e\x96\x69\xc2\x43\xa6\x04\x4c\x13\xde\xda\xd3\x0c\x45\x83\xae\x09\x2d\xa0\x78\x1b\xf9\x79\x89\xd8\x40\xef\x93\xa5\x88\x50\xae\x6d\x87\x36\x62\xb2\xed\x90\xb3\x24\x73\x6d\x87\x9f\xb5\xc1\x9b\xa0\x1a\xc2\x45\x54\x5d\x13\xa6\x44\xe2\x58\x82\x52\x0e\xd9\xe1\x31\xa1\x76\x6b\xee\x11\x44\x42\xb6\xca\x1b\x4e\x60\x63\x3c\x1f\x6e\x48\x07\x34\x6e\xdd\x98\x1a\x37\xc3\x34\xfb\x3b\x1c\x4b\x3f\x55\xa1\x69\xca\xf3\xa9\xc9\xd8\x49\x94\x55\x6c\x3a\x5d\x49\xd7\xb2\xe9\x74\x95\xab\xd7\x86\x6e\xe7\x62\x67\xe0\x74\x35\x24\xd0\xde\xd4\x43\x49\xac\xb3\x83\xa1\xe5\x75\xbc\x02\x19\x0b\xfc\x38\x64\x24\x68\x49\x5b\x99\xdd\x7b\x4a\x0f\xa3\xec\xde\x53\x7c\x3e\x3c\xb7\x9a\xfc\x0a\xf7\x62\x1c\x01\x8d\x65\x51\xfe\x20\x8f\x34\x66\xfe\x2e\x49\x68\xaa\xe4\xde\xd3\x65\x88\x4a\x2e\x62\x8e\x78\xce\xad\x4f\x43\x50\x98\x69\xbe\x08\xe0\x9c\x15\xb2\x9b\x39\xb9\x9b\x24\xc8\xca\xc9\x9d\x15\x2c\x83\x49\xb9\x73\xfd\x0d\x91\xa7\x99\xb1\xbb\xe6\xe2\x56\x11\x27\x54\x17\xd6\xc2\xab\xa3\x7b\xa4\x20\x04\xd5\x63\xe3\x4d\x6b\xea\xb6\x64\x9c\xe0\xe1\x20\x38\xd4\xf3\xe1\x66\x55\x17\x42\x54\x77\xb9\xc7\x37\x0b\xdd\x2c\x42\x09\x3c\x03\x80\xf3\x83\x10\x15\x11\xa4\x9b\x4f\xc6\xa2\x45\x96\x18\x0f\xf8\xa3\x25\x9f\x0c\x68\x0c\x6b\x0f\x7f\xc7\x9b\x56\x6b\x43\xa2\x61\x86\x4d\x89\xb8\xc5\xcb\x42\x81\xd8\x94\x9e\x40\xc9\xb6\xed\x52\xc1\x64\xdb\x4d\x96\x54\x1b\xfe\x68\x45\x96\xa5\x7b\xd1\x69\xe1\x69\x06\x31\x14\x45\x24\x17\xdc\x60\x14\x31\x7b\x33\xda\x74\x17\x09\xa3\x72\x31\x2b\x1e\x06\x13\x63\x67\xbf\xf3\xe8\x74\xe6\x15\xdf\xdc\xf1\x30\x04\x83\x3c\x91\x90\xcd\x0d\x6f\x2e\x63\xa6\x79\x43\xc0\x29\x2d\x06\x9c\xc5\xa6\xe2\x21\x30\x15\xf5\x98\x62\x7b\xa0\x13\x0c\x19\xa3\x30\x13\xf5\x50\xb8\x3b\x26\xa2\x1e\xa1\xe5\x46\xb2\xe9\xd6\xc3\x10\x58\x22\x09\x23\x99\x6c\xba\xf5\xf0\x87\xdc\x7d\x61\x2a\x3c\xc9\x66\xd6\x8b\x0c\x29\xa4\xa7\x5f\x4b\x9b\xf6\xee\x49\x1f\xea\xf0\x6b\xa5\x36\xd3\x4a\x78\xc2\x4c\xda\x26\x5e\x12\xbe\x63\xd9\xbc\x14\xbc\xc5\x5a\xf6\x42\xd1\x1c\x42\x7c\xc6\x4b\x61\x24\x0c\xd1\x4d\x23\x09\xca\xf0\x9c\x33\x04\xba\x24\x7a\x02\xbf\xb2\x2c\x4f\xc1\x0d\x05\x65\x53\xa8\x4f\xe6\x96\x4e\x59\xae\xd1\x4c\x2e\x6d\x8f\xfa\xfd\x62\x64\x34\xdd\x9e\x88\x02\x5d\x14\x0c\x48\x19\xa3\xb3\xdc\x9f\x99\x32\xba\x15\xcd\xe2\xc5\x23\x2d\xc7\xdd\x0d\xff\xb0\x34\xdc\x07\x85\x05\xb2\xce\xdc\x0c\x20\x2d\x73\x98\xcd\x00\xd2\x59\x0e\xc0\xcc\x3d\x9d\xbc\x1d\x54\x7c\x4a\x45\xc8\xfc\xd2\x49\x1a\x23\x66\x94\x4e\xd5\x03\x60\xcc\x5e\xd7\x84\x20\x67\xb8\x26\xdc\x89\xc2\x63\xc3\xfb\x54\xba\x9d\xfd\x5a\x92\x36\xaa\xfb\x45\x91\x93\x3f\x5c\x80\x34\xd2\x45\x3b\xa9\x4b\xd0\xcd\x0f\x5d\x08\xb1\x8e\x08\x03\xfd\xcc\xb2\x6c\x8e\x99\x44\xba\x64\x5d\xe0\x2f\xde\xe7\xf2\x6a\x65\x12\xe9\x30\xbf\xc8\x1c\xd2\xb9\x79\x97\x99\x8e\xee\x81\x02\xc9\xa1\x34\x74\xc6\x9e\x16\xa1\x62\x5e\xe8\x2c\xe7\x49\xe6\x85\xee\x72\xea\xd8\xd4\xd1\xfa\x15\x86\x48\xd0\x21\x4b\x83\xfd\x26\xc7\x66\x3e\x0c\x91\xa0\x87\x79\x34\xa8\x73\xa7\x99\x70\xf8\x9d\x9d\xaa\xbf\x81\x9b\x86\x57\xda\xf4\xfb\x91\x5e\x69\x59\x5a\x15\xe6\x94\x6e\x21\xe2\xc8\x38\xd1\x59\x06\xca\x4a\x2a\xad\x28\x9b\xcc\x29\x9d\xa4\xaa\x51\x4e\xe9\x6c\x0e\xe7\xcd\x60\x91\xcd\xad\x42\x60\x37\xfd\xe1\x00\x34\x04\x41\x1b\x34\x5d\x13\xee\xb2\xa2\x63\x4c\x14\xad\x70\xe3\x1b\x7e\x6a\x4d\xe1\x4f\xf7\x9b\xb1\x78\x75\x3c\xdf\x94\x1b\x5b\x44\x02\xfd\x6e\x91\x45\x2c\x73\x43\x9f\x42\x83\x30\x96\x4b\x6e\x95\x16\x5a\x2e\x63\x44\x10\x37\xc3\xad\xf3\x70\x68\x59\x2b\x8c\x84\x9f\x5a\xb6\x00\x98\x31\x9d\x4d\x80\xa1\xef\xad\x59\x97\xec\x5b\x78\xd5\x0c\xe2\x76\xb8\xfc\xe1\x00\xa4\x75\x23\x67\x68\x71\xda\x5b\x82\x46\x4d\x99\x02\x68\x4b\x9e\xde\x44\x2c\xb1\x51\x6f\xe6\x1e\x91\xc8\x00\x5a\xdb\x22\xb3\x98\x0d\xad\x6d\xf5\x31\xbf\x69\x84\x2d\x0c\x64\x4c\xe7\x6c\x91\x1d\x1d\xde\xfc\x48\x64\x22\x69\x45\x32\x61\x1e\xe9\x53\xb5\x09\xe4\xc8\x8b\x20\x50\x04\xe1\x11\xb4\xb6\xad\x3f\x3d\x22\x1a\xb3\x24\x0f\x4c\x23\xad\xd4\x17\x4c\x23\xdd\x94\x20\x88\xa9\xa1\xab\x5f\x65\xc8\x0c\x3d\xad\x8e\x80\x17\x5d\xf1\x0d\x44\xa5\xad\x9c\x8c\x98\x18\x3a\x65\x0b\xbe\x98\x19\x5a\x71\x9d\x36\x03\x45\x2b\x94\xd0\x86\xd2\xb6\x29\x93\x10\xf3\x44\x37\x3f\x92\xa8\x98\x75\x42\xc6\x0d\xcd\xec\x50\x42\xb4\x4d\xcd\x6c\xb6\xa8\xe7\xd6\xcb\x5f\xed\x2c\x86\x8e\x55\x3b\xbc\xd8\x24\x66\x87\x53\xdd\x50\xb0\x36\xa5\x7b\xbe\xbc\x35\xf0\xe3\xea\x42\x46\x26\x74\x96\xfd\x12\x53\x38\x37\xa5\x04\xda\x37\x05\x94\xa6\x15\x54\xaa\x2a\xe6\xd3\xbe\x85\x37\x5e\x62\xf0\xad\xd3\xcb\x0f\x33\x6b\x4b\x53\xa9\x62\x95\x81\x22\x93\x3f\x17\x45\x8d\x67\xf2\xe7\x26\xbf\x5f\x26\x7f\x76\xdc\x96\x0d\xbd\x69\x95\xe2\x72\x7f\xb8\xc1\xe1\x32\x98\x2e\x5e\xfe\x0e\xd9\x3c\x8a\xcb\xe4\x9a\xe7\x0f\xcf\xe3\x72\x08\xdf\xa1\x62\xed\x56\x08\x40\xc5\xda\x7d\x1d\xd3\x6f\xaf\x3c\x50\xc7\x77\x97\x20\xbc\xe7\xaa\x5b\x99\xc0\x76\xd7\x84\x75\x5e\x71\xd9\x59\x60\x65\x25\x60\xee\xe7\x6a\x31\x33\xd4\xad\xcd\x3c\x24\x35\xaa\x32\x71\x64\x7a\xe7\x6a\xd9\x11\x34\xa3\xcd\xca\x01\x46\x50\x56\x14\xb5\xfd\x21\x2b\xd8\x93\xab\xa2\xc3\xe4\x2e\x6e\x34\xaa\xee\x19\xd3\xec\x37\x04\x60\xda\x50\x93\x66\xc5\x4c\x64\x3e\xe7\x26\x2b\xfe\x0d\x6d\x67\x91\x89\xc0\xa6\xb6\x33\x5b\x74\xfa\xa1\x81\xb3\x0e\x29\xd2\x3b\x37\x99\x66\x2a\xbd\x33\xc9\x72\x67\x76\x67\xa9\xe5\x0f\x04\xdd\x04\x30\xe1\x40\x19\xa6\x15\x97\xa0\x82\x56\x5c\x93\x0b\x55\x05\x61\x69\x70\x13\x76\x26\x77\x6e\xd4\xa0\x77\x26\x77\xae\xa4\x1f\x9d\xb9\x9d\xdb\x80\xe8\xa4\x33\x7d\x73\x26\x63\xd8\x95\xbe\x39\x33\xef\x40\x67\xfa\xe6\xca\x30\x25\x07\xa2\x60\xc1\x10\xdd\x26\x34\x09\x1c\xe7\x91\x34\x6c\x3c\x19\x32\x43\x83\x75\x66\x73\x6e\x8c\x69\xd0\x99\xcc\x59\xd4\xfc\x40\xf0\xd5\xc6\xe6\x77\x25\x73\x66\x38\xd5\xce\x5c\xce\x8d\xfe\x35\x9d\xb9\x9c\x33\x9f\x5a\x9d\xb9\x9c\x1b\xd3\x1e\x74\xe6\x72\x2e\xe4\x4b\xba\x52\x39\x33\xf2\x71\x67\x2a\xe7\xc6\x5c\x29\x9d\xa9\x9c\xd3\xf4\xc8\x20\xfe\x1c\x5e\x5f\x30\x29\xc9\x23\xc3\xb9\xa7\x75\x6b\x67\xba\xe6\xda\xbb\xfa\x03\xfb\x40\xdf\x82\xce\x84\xcc\x8d\xd1\xec\xfa\x4c\x14\x23\x51\x61\x7f\x40\x9c\xa6\x51\x04\x65\x54\x9d\x82\x0a\x84\x4a\xfe\x10\xb9\x79\x9a\xcb\x88\x4f\xdd\x20\xe9\x05\xf7\x97\x41\x79\x29\x56\x39\x10\xf0\x99\x39\x8e\x0e\x88\xec\x63\xb5\x0b\xa2\x27\x9c\x9a\x39\xfb\xd4\xfb\xa8\x82\x16\x20\x7f\xf7\x06\xa4\x71\xc3\xac\x85\x46\xca\x07\x2a\x28\x6b\x82\xe0\xbd\x51\xf4\x1d\x4c\x4f\x79\x93\x1c\x08\x37\x50\x75\x19\xac\x05\xc2\x6d\x12\x49\x43\x10\x93\x0d\xba\x26\xa2\xc9\x35\xb7\x02\x4f\xa3\x30\x44\xe2\x35\xdd\x3d\x3c\x8d\x9a\x20\xd8\x78\x25\x9d\x8a\x44\x0f\x29\x61\x02\xa2\xec\xca\x97\xa6\x33\x39\x74\xca\xdd\xa3\xd9\x1c\x8d\x66\xb8\x89\x0a\x5a\x35\x6a\x92\x3d\x27\x08\xfb\x29\x00\xe9\xcc\x23\x7d\x9a\xd1\xc0\xf1\x26\xc9\x9d\x55\x33\xcf\x68\x69\x82\x90\x0a\xa7\x0c\x41\x81\x71\x1b\x7a\xa1\xa6\x21\xd0\x0b\xcd\x02\x4e\x89\x6d\xe8\x18\x32\x00\x6e\x1e\x3a\x24\x50\x2e\x66\xaf\xbe\x94\x8b\x24\x98\x9d\x09\xa9\xdb\x78\x0a\x31\xc5\xe2\x56\x31\xc5\x32\x05\x01\xc1\x86\x0e\x1b\xe3\xe1\x32\x3b\xc3\x81\x6e\x16\xba\x1d\xac\xb8\x36\x35\x33\x2a\x49\xd7\xc8\x69\xd3\x77\xb9\x0c\x61\x39\x84\xc4\x99\xca\x2e\x1f\x7d\xfa\x3a\xd2\x99\xef\x40\x1b\x78\xe3\xb2\x17\x70\xca\x65\x1c\xcd\x0f\x49\xf4\xa9\xaa\xa1\xfa\x4b\x24\x92\xf1\xac\xf8\xd2\xf0\x09\xa7\x0e\x73\x78\x1e\x8c\x66\x29\x3a\x01\x15\xe6\xa9\xea\x42\x90\x57\x9d\x22\x68\x29\x83\xbe\x2c\x9d\x79\xaf\x67\x49\xfe\x90\x93\xd4\xf9\xcf\x74\x7b\xf1\x7a\x10\xad\x9e\x0f\x61\x12\x23\x08\x0e\x94\x25\xe9\x30\xc2\x81\xb2\x31\x1f\xce\x81\x60\x3e\x20\x7a\x03\xb5\x64\x79\xca\x10\xa7\x82\x46\xc3\x9d\x99\xad\x0b\x53\xae\x1c\x08\x57\xd4\x03\x31\xa7\x50\x75\x55\xa0\x43\x55\xa3\x7a\x2f\x8a\xa0\x17\xc6\x2c\x14\xd9\x62\x48\x5a\x8a\x43\x3b\x73\x62\x9f\xaa\x53\x20\x03\x86\x0a\x62\x22\x4c\x61\x4e\xa1\x5e\x5a\x77\x46\xa1\xfc\x77\xba\x8c\x89\xe2\x0c\xc1\x6c\x77\xb8\x66\x90\xde\x09\xc2\x0d\xc2\x84\x4b\x07\x64\xa2\x5f\x77\xc8\x93\x13\x82\xe0\xcb\x34\xfc\xe1\x8d\xf7\x50\x12\x04\x29\x9f\x87\x0d\x64\x68\x22\x62\x05\x79\x8b\x8a\x70\x01\xe1\x6a\x23\x79\x2d\x20\xc7\x8c\xec\xef\x80\x0a\xcd\x35\x79\xe0\x9a\x66\x01\x23\xbb\x2b\xf9\x43\xd8\xd1\x79\x2d\xf0\x04\xe5\xab\xaa\x33\x41\x77\x24\xad\x3e\xa2\xd5\xb6\x21\x7a\xc7\x04\xdd\x59\x64\x0b\x7a\xd7\xde\xb5\x32\xd2\xbb\x8e\xee\x0f\x71\xbb\x25\x57\x85\x71\x4c\xb8\x2a\x49\xf8\x14\x04\xae\x43\x6b\x58\x19\x7f\x5b\x78\x09\xa5\x6c\xa3\xd9\xc1\x81\x16\x5a\x71\x19\xe4\xbd\x3a\x33\x70\xba\x8c\xf4\xd4\x44\x1e\x38\xad\x3d\x43\xd7\x1a\x83\xe0\x74\xd9\x98\x12\xf3\x40\xc8\x81\xda\x0d\x71\xd5\xa6\xe6\xcb\xeb\x5b\x1b\x03\x7d\x6d\xae\x5e\x19\x5e\xca\x5a\x5f\xa8\x5d\x23\x69\x9b\xe0\xf2\x18\x49\xf8\x0c\xb5\x6b\x24\x0f\x86\x36\x1f\x1a\x0c\xbc\x08\x53\xd1\x25\x41\x2f\xc2\x87\x2c\x50\x09\x3b\x9e\x42\x58\x10\xab\xd1\x46\x29\xfd\x53\xf3\xcd\x0f\x93\xc0\x1b\xa6\x9f\xaa\x4a\x93\x2e\xa1\x65\x93\x08\xdf\xd0\x44\x22\x96\x2a\x48\xfd\x87\xc0\x85\xc2\x22\x88\xbb\xe6\x32\x9c\xb5\x29\x72\xd2\xce\x82\x47\xd2\x81\x66\x52\xeb\xa1\x13\xd4\x24\xc7\x73\xd9\x59\xa9\xaa\xd5\x40\x38\x58\x59\xad\x75\x26\xbc\xce\x8c\xa8\xd1\x99\xf0\xfa\x74\xa1\xa5\x82\x51\x7c\xd2\xbd\xd0\x68\x4f\xad\x8b\x10\xae\x81\x33\x7b\x1a\x34\x29\x9c\xba\x09\x91\xd5\xba\x8c\xf8\xa1\xcd\x74\x67\x56\xeb\x48\x5e\x1c\x8a\x71\x98\xb2\xb1\x33\xad\x75\x1b\x22\x68\x70\x2a\x9c\xd5\x83\x93\x30\x96\xeb\x0f\xd5\xf2\x34\x6e\xc0\x51\x6f\x98\xd8\x75\xc6\x04\x4a\x59\x10\x98\x5e\x6d\x63\xa7\x80\x65\xea\x2c\x20\xcc\xeb\xcc\xda\x0d\x44\x79\x9d\x54\x20\x75\x26\x9d\x8e\xd4\x0c\x15\x7e\xa8\x1e\x83\xa4\x60\x0a\x42\x24\x81\xa7\x0c\xdb\x38\x35\x52\x98\x4e\x45\x31\x34\xf0\x9d\x3a\x04\xe5\x63\x22\xa2\x03\x81\x27\x73\xf7\xa4\x7c\x73\x18\xdc\x90\x30\xf9\x43\x50\x3e\x71\x10\x0c\xeb\x9a\xa7\xd7\x66\xf1\x34\xa8\x10\x81\x5c\xbb\xae\x0c\x44\x67\x9d\xc6\x1b\xaa\xc4\x87\x8e\x26\xdc\xf8\x52\x88\x30\xd0\x8d\x4f\x46\x74\x7d\x0e\x98\xbf\x35\x91\x37\x46\x51\x4d\x9a\x3e\xa2\xa8\x96\x50\xf7\x08\xa2\x3a\x4d\x19\xe0\xf0\x17\xc3\x8d\xe0\xa6\xd7\xd9\x87\x7a\x3c\x92\xae\x96\xc1\xd7\xa6\x70\x78\x30\x07\xa2\xce\x97\xb4\xe3\x0c\xdc\x7b\x40\x2c\x7e\x57\x7f\x81\x50\x74\xba\x84\x10\x09\x35\xaa\x70\x18\x8e\x7a\xe1\x7b\x76\x28\xd8\xb9\x3a\x24\x4f\x12\xc9\x85\x13\xa3\xd1\x48\x99\xed\x5f\x1c\x0a\xc3\x92\x0e\xb1\x76\x08\x4b\x7a\x58\x6f\x41\x30\x2e\xf5\xc2\xc8\xea\x5f\xb3\xa0\x59\x41\x64\x7f\xc8\xf3\xa5\x49\x51\x60\x14\xd9\x75\x61\xd0\xeb\xd5\xc0\xb3\x51\xee\xb6\x9d\xe9\x90\xa7\x99\xf7\xc1\x70\xe7\x42\x1b\xa8\xab\x27\xed\xa9\x3b\x73\x1c\xf7\xae\x5d\x83\x9a\x39\xaa\x88\xe6\x64\xfa\xf5\xee\x9a\x1c\x9c\xce\x30\x72\x1c\x97\x59\x5c\x78\x76\x8a\x01\xae\x0f\x04\x9e\x2c\xb9\x43\xe4\x82\x17\x4f\x8c\x60\xa7\x25\xeb\x5a\x98\x74\xfe\xd7\xbe\x4d\xca\xc2\xb5\x6e\xcc\x8d\xec\x35\x85\xd7\x60\xce\xd9\x50\xe1\x60\x34\x52\xd8\x3f\x94\xe1\x42\x2c\xbf\x16\x1c\x9a\xec\x7c\x89\x66\x43\x93\xdd\x69\x75\xdf\x99\x46\xb9\xd6\xea\xee\x35\x43\xf7\x8f\xa8\x57\x42\x14\x68\xb2\x7b\x09\x37\xf3\x01\xa4\x0f\x6d\xe6\x6f\x30\xa1\x50\x1f\xc2\x93\xa5\xe8\xa6\x9d\x4b\x03\x37\x58\xbf\xbf\x3a\x43\x87\x1d\xa8\xa1\xaa\xa6\x41\x13\xd9\x28\x6e\xe7\xec\x8d\xa9\x0d\x72\x2e\xe7\x9c\xdc\x0c\x71\xc3\x1b\x77\x8e\x7b\xaf\x97\x21\xe2\x86\x50\x05\x3a\xf1\xdc\xbb\x0b\x3f\x2c\xd4\xce\xc1\x92\xc2\xd7\xcd\xa4\xc0\x23\xea\x0f\x1d\xc5\x4f\x5d\xd0\x0d\x21\x20\x3d\x27\xfd\x94\x86\xe3\x64\xaa\x7a\xa4\x30\xc4\x6a\x78\x22\x1b\xd4\xaf\xfa\xbb\x1b\x90\x47\x03\x81\x87\xd8\x29\xe8\xd6\x4b\x13\xa7\x17\x0a\x38\x12\x82\x98\xd5\x5e\x6c\x11\x74\xeb\xbd\x8b\x31\x08\xe6\x64\xcc\xae\xba\x58\xd5\xed\xc0\xa7\x58\xfb\xc1\x70\xab\xe5\x72\x19\xdd\xdd\xab\x20\xde\x0c\x1c\x5b\x30\x12\x80\xc8\x7d\x80\xf8\xeb\xbc\x05\x90\xd3\x3b\xce\xa4\xcb\x59\x38\x16\x14\x76\x3d\x8d\xc0\xa6\x4e\xc7\x3f\x94\x4b\x4c\xad\x40\xbd\x92\xf4\x78\x0b\x9a\x40\x08\xdf\x99\x2b\x39\xc7\xf3\x61\x40\xf3\xa7\xc9\xe3\xb5\x5c\xc4\x49\x43\x09\x5f\xcc\xe8\x05\x93\x89\x88\x45\x0b\x0a\xc1\x93\xcb\x68\x2c\xe1\x32\x2a\x25\xd5\x03\x6e\xec\xac\x93\xa1\xac\xca\x1e\x1a\x1e\xcb\xa6\xc4\xc1\x44\x9e\x97\xa1\x17\x1e\xd2\x9a\xbc\xa8\xd4\x74\x33\x58\x50\xbd\x07\xa9\x59\xcf\x92\x8d\x40\xb3\x9e\x2f\x1d\xb7\x25\x4b\x99\x2a\x28\x90\x1d\xb1\x0b\x5a\x08\x2d\x4a\x00\x49\x38\x92\x38\x67\x68\xc4\x4b\xd5\x1e\x31\xa3\x71\x4f\x86\x2a\x39\x67\xb5\xc2\xd7\xd0\x1c\x82\xf0\xfe\x17\x8d\x84\xd2\x3b\x17\x5d\x4a\x8b\x34\x63\xf8\x3b\xd2\x8c\xf0\x87\x88\x36\x18\x1e\x0d\x73\xcc\x19\x62\xf6\x57\x41\x8b\xa2\x18\x35\x43\xd3\x6a\x91\x61\xa4\x42\x2e\x49\x5c\x0e\x82\xae\xa6\xe2\x97\xf2\x02\x7f\x1c\x62\xf2\x17\x93\xcc\x54\x97\xe1\xa1\xec\x59\x60\xeb\xaf\xcb\x8d\x22\xb6\x94\x70\x14\x99\x91\xd3\xa5\x9b\x8e\x61\x56\xab\xd8\x3c\xe8\xaa\x1f\x2e\x6f\x29\x25\xbf\xde\xe2\x8b\xe9\xd9\x44\x95\x11\x74\xb5\x5e\xdd\x55\x45\x69\x04\xdd\xfc\xd0\x85\x78\x60\x0b\x2d\x99\x36\xd9\x13\x66\xd6\xe4\x72\x09\x2f\x37\x0c\x29\x9a\x36\x7f\x53\x8d\x21\xfe\x6c\x53\x8d\xf1\x34\x83\xbc\xa5\x62\x1e\x36\x23\x80\x84\x6b\xf2\x54\x74\x41\x38\x15\xc9\x3d\x6c\x76\x98\x04\x42\xfd\x92\x0c\xe1\x58\x54\x37\x0a\x7a\x79\xb9\xec\xc3\x0f\xd5\x87\xb2\xad\x4f\x41\x89\x85\x45\x20\x3c\xbc\x24\x6b\x84\x7a\xbe\x58\x4c\x00\xef\xde\x98\x2e\x6a\xfc\x4e\xab\xc1\x38\x37\x9e\x30\x53\x5e\x3d\x10\x18\xf2\xcb\x3d\x20\x13\x76\xf9\xa1\x8d\x47\x67\x42\xe7\x56\x3c\x45\x78\x69\xd6\xee\xfe\x31\x7d\xdd\x42\x4a\xd9\xec\xb1\x31\x33\xab\x8e\x1e\x2c\x00\xb2\x9f\xbb\x8c\x16\x5b\x2e\x51\xd6\x8d\xac\x99\x59\xc7\x6d\x2b\xcb\x84\x96\x06\xcf\x8a\x48\x6e\x46\x71\x0b\x05\x05\xe4\xcc\x2e\x7b\x61\xdb\x34\x50\x98\x66\xd4\xe4\x56\x6e\x4c\xc2\xdf\x7d\x20\x66\x56\xef\x78\xa5\x17\xbf\x5c\x18\x82\x76\x7a\xdb\x20\xb2\x51\x08\xcb\x03\x22\x00\xbf\x8e\x22\xe3\xd3\x56\x11\x29\x9a\x1c\x14\xcb\x25\x36\x13\x6e\x79\x13\xf5\xaa\xf0\x87\xe7\x48\x59\xd6\x89\x70\xb5\xb5\x7b\xa3\xe0\x37\xe2\xbb\x7c\x13\xf9\xc5\xf1\xc3\x00\xe1\x74\x11\x02\x13\x25\x03\x82\xa0\xa7\x2d\x86\x48\xf7\x0d\xcd\x73\xb1\xab\xfb\x17\x9d\x2b\xdd\x08\x63\x36\x0a\xc2\xed\xd4\xc5\xf4\xbc\x88\x50\x42\x4b\xa6\x88\x6e\x62\x07\xa0\xfd\xcf\x96\x19\x20\x90\x6c\x52\xd0\xc4\xce\xfc\xd1\x65\x5e\x6e\xe6\x06\x05\x71\x33\xcc\x51\xcc\x05\x66\x6e\x69\xbf\x3e\x5e\x74\x2c\xd7\xc2\xbc\xe8\x24\xa4\xbd\x47\x3c\xda\xda\xc4\x0c\xbc\x98\xa7\x26\xfc\x1d\x64\xf5\xd9\x35\x27\x78\x73\x01\x48\x93\x77\x75\xd7\x44\x9e\x92\xe2\xde\x71\x9c\xc3\xd0\xc1\x8b\x2a\x22\x4c\x7f\xec\x2a\xde\x90\xe1\x68\x8b\x88\x19\x75\xfd\x16\x64\xbf\x90\x23\xc0\x52\x3e\x84\xa3\x9d\xdd\x2b\xb1\x79\xee\x75\x09\x20\xe2\x6c\x99\x42\xfc\x37\xf3\xe9\x09\x49\x99\x4b\x5a\x61\x89\x3a\xd3\x45\x17\x3f\x62\x60\x24\x90\x6b\xf5\x87\x3c\xbf\x6e\x94\x94\x56\x9c\xd1\x9b\x56\x23\xc9\xcd\x9c\xd7\xcf\xd3\x26\xc2\xef\x86\x5b\x01\xaa\x55\x7f\x46\x17\x25\xf5\x07\x89\x7f\xd1\x4e\x30\x05\xb4\x65\x32\x70\xc0\xce\x75\xba\x0c\x0e\x9a\x9a\x2f\x82\xcc\xa6\x72\x89\xa3\x67\xb6\x66\x3f\xc3\x99\xad\xd9\xf4\x82\xda\x7b\x6b\x23\xde\x3c\xe8\xe1\x9a\xf0\x69\xd7\x65\xc9\xa8\xb2\x25\xbb\x8c\xd3\x0d\xf7\x88\x48\x88\xcd\x1d\x12\x11\x9f\x76\x90\xf8\x53\x17\x32\xc2\xca\x66\x6f\x22\xdd\xb3\x8b\x08\x2b\xd4\xf5\x31\xf5\xd4\x64\x5e\xe5\x52\x0c\x0d\xbc\x21\x34\x52\xc8\xf1\xcb\x03\x6d\xdc\x1d\x6c\x93\x1a\xf8\x29\x84\x82\x06\x3e\x95\xa4\xcb\x83\x8e\xd3\x55\xe7\x00\x2a\xf8\x59\xbb\xab\xd6\xf3\xba\xd2\x6e\x43\xc9\x9e\x5a\xff\x0d\xf4\x59\x7e\xd3\xd5\xcd\xc0\x24\x25\xdc\x05\x47\x3a\x04\x6d\x8e\xc6\x85\x48\x01\xab\xa3\x8e\x94\xcb\xa7\xb0\x0a\x04\xc1\xcc\xae\x8a\xc0\xd0\x5a\x37\x68\xeb\x8b\x05\xce\x77\x68\x8e\x6a\x87\xfa\x3d\xd1\xf2\x9b\x11\x8a\xdc\x07\xf4\xf3\x25\x89\xd6\x50\x41\x5f\xc4\x41\x43\xb1\x9e\x8d\xee\x4c\xc1\xac\xbc\x8b\x5d\x29\x98\xbb\x10\xe7\xe6\x5b\x48\x5c\x3a\x53\x30\x97\x24\xec\x80\xd3\x73\xce\xc9\xed\x74\x16\xaa\x4b\x0a\xfe\x2e\x7f\x09\x9e\x5a\x77\xe2\x2d\xb7\x25\xd7\x04\x92\x85\x7b\xe4\xd2\x15\x83\xe0\xf6\x25\xb2\xa2\x32\xdf\x02\xd2\x9b\x57\xcd\xd3\xe1\x87\x1f\x6a\xb1\xce\x5d\xd3\xab\x0e\x2a\x3c\xab\x73\xd7\xa5\xc8\x88\xb8\x16\x56\x43\xd1\x5f\x9b\x88\x18\x15\xfd\xd5\x1b\xc0\xcc\x9f\x7e\xe0\xdf\x5b\x1e\x56\x82\x34\x54\xb7\x8a\xa1\x7a\xe0\x9b\xbb\x2c\xbc\x86\xa7\x75\x33\x01\xb8\xb7\xc6\xca\xa1\x23\x09\xf4\x34\x35\xa2\x8d\x40\xd1\x7d\x42\x1b\x81\x62\x29\xe1\x87\x99\x6f\x9f\x0f\xe9\xdb\x6d\x08\xb7\x9b\x08\xfc\x87\x78\x55\xdc\x28\x42\x37\xe8\x20\x7f\x98\xcf\x4c\xb3\xfa\x08\xaf\x44\x73\x3e\x0a\x4f\xe1\x42\xe0\x95\xd8\x10\x04\xde\x9d\xde\x47\x38\x5e\xb7\xf2\x34\xc3\x49\x79\x34\x10\x20\x17\x5d\xe7\x1f\xfa\x54\x09\x57\x3e\x34\x49\x4e\xba\x29\xe8\x79\xed\x63\x0e\x97\xe9\x5c\x9e\x32\xbc\xa2\xc5\xea\x40\xf7\x9f\xbd\x01\xd0\xfd\x4f\xdf\x45\x1f\x26\x7b\xd5\xfe\x7f\xf8\xbc\x4d\xc3\x60\x45\x34\x67\xcd\x9f\x0c\x44\x92\xc0\xe3\x43\x06\x42\xac\x2d\x7d\xa4\x4b\x12\xf1\xa0\x65\x40\x29\xae\x0a\xff\xf9\xe1\x2e\x6f\x56\x9d\x02\xf1\x7c\xe0\x5d\xa1\xdc\xc7\x0c\x8f\xd2\x99\xfa\x38\xd1\xc7\xa4\x33\xf5\x71\x66\xc8\xb0\xce\xec\xc6\x99\x56\x48\x9d\x59\x89\x5b\xe1\x86\x33\x29\x71\xa3\x6f\x71\x67\x52\xe2\x49\x63\xb2\xae\xa4\xc4\x25\x4d\x17\x22\xb2\x81\x1b\x05\xdf\xab\xb3\xc2\xcc\xc3\x89\xee\x08\x9d\x99\x87\x0b\xe3\x02\x76\x26\x17\x1e\x4c\xc3\xdc\x99\x5c\xb8\x31\x36\x7b\x67\x72\xe1\x22\x91\x31\x73\x0b\x9f\x36\x5d\x88\xac\x38\xcd\x1d\x72\xff\xdd\x2a\xf7\xbf\x1a\xc2\x0d\x50\x55\x95\x49\x59\x79\x1c\x99\x17\xb8\xd0\x42\xa9\x2b\x2d\x70\xa1\x1d\x4c\x67\x5e\x60\x65\x97\xeb\xcc\x0b\x9c\x4a\xfc\x58\x79\xc8\xf4\xbe\x4d\x22\x15\xa5\xf7\x2d\xcf\x6e\x50\x10\x4d\x3c\x62\x46\xdf\x12\x5e\x00\x3e\x91\x2e\x43\x37\x3f\xd4\x0a\x9c\x2d\xee\x34\xa1\xed\xcc\xd9\x7b\x0a\x87\x40\x4e\x32\x0b\xa2\xaf\x7b\x17\x04\xdf\xea\xea\x0f\xfb\xf7\x97\x5e\xa4\xcc\xe7\x5b\x45\x63\x94\xce\x57\xef\x7f\xa5\xf3\x2d\xf9\x01\x19\x97\x52\x55\x03\xf1\xab\xdd\x03\xcd\x79\xb4\xfd\x8c\x21\xac\x80\xa6\x07\x24\x03\xad\xee\xf9\x40\x7e\xca\x60\xf6\xdf\x0c\xc9\xfb\xa8\x0a\x24\xe1\x0a\x41\x8c\xb6\xaa\x1e\x19\x50\x73\x18\x62\xd6\x34\x4f\x9f\x01\x88\xc8\x0f\x44\x22\xe5\x6e\xea\x7f\x71\x51\xab\xbf\xa4\x33\x83\x20\x18\x1b\x8b\x8c\x30\x9b\x6e\xd0\x9a\xab\x33\x9b\x6e\x2a\xb9\xa9\x0f\xf2\x07\x64\x48\x98\x4e\x77\x0c\x2d\x0e\x9c\x7f\x73\xd3\x8c\x99\x15\xd7\xa4\xd2\x59\x71\x79\x77\x32\x2b\x6e\xf6\xb9\xcd\x4c\xb6\xcc\x58\xe7\x07\x44\x04\x4b\xcd\x03\x4e\xc4\xd3\x07\x20\xcb\x7e\x73\x0a\x42\x54\x29\xf7\xc8\x84\x82\x3a\xaa\x74\x1b\x2e\x92\x9d\x30\xb7\x6d\x69\xc2\x71\x6a\xf6\x8b\x26\x95\x99\x24\x59\x6b\xcc\x00\xc3\x3d\xbb\x26\x42\x4a\x37\x0d\x06\x4a\xa2\xe9\xef\x96\xcc\xe0\x05\xb5\xb3\x18\xdd\x10\x0c\xd6\x87\x6b\x2e\xe6\xb7\x33\x88\x64\x18\xcf\x87\xf0\x54\x7c\x20\xc8\xd7\x8a\x6b\x62\xdf\xa6\xe6\xcb\x1b\x37\x4f\x8d\x0d\x16\x9a\x62\x5d\x98\xcb\xf6\x14\xaa\x1d\xc8\x1e\xcb\x03\xc1\xb1\xc6\xeb\xb6\xb9\x36\x53\xb3\x92\x61\x96\x21\xee\x86\x77\x95\x17\x72\x26\x47\x1c\x59\x08\x60\x88\xda\x3e\x77\xf2\x02\x07\xee\x4e\x88\xd6\x1e\x3b\x9f\x0e\x97\x3b\xf9\xe0\x02\x66\x19\x9c\x8a\x9b\x74\x7f\xcc\x7c\x3b\xa5\x4e\x65\xe6\x5b\xd9\x6c\x77\x65\xbe\x2d\x79\xba\x10\x9c\x25\x65\x34\xcc\x7c\x5b\xc4\x65\x28\xf1\x6d\xc9\x64\x73\x98\xf9\x76\x4e\x11\x19\x98\x04\x4c\x3d\x36\x03\x26\x01\x63\x3e\xfd\xbf\xf8\xa1\x5b\x7d\x33\xae\x99\xa0\x1b\x76\x06\x49\x10\x37\x44\xd8\xc9\xe4\xb7\x45\x28\x5f\x78\xcb\x9b\xe8\xc3\x01\xba\x30\x15\xd2\x81\x38\x11\x5e\xfa\x81\x48\xcd\x63\x7a\xce\x14\x6f\xe8\x3c\xc0\x0c\xa1\x57\xe1\x0e\xcd\x10\x8a\xd4\xdb\x01\x33\x84\x29\x63\x0a\xa6\xbb\x2d\x2d\xff\xd0\x68\xba\x33\x17\x6e\x2a\x92\x9a\x30\x19\xee\x94\xe8\x96\xb9\x70\x4f\xa1\xe6\xc5\xc7\xaa\xc8\x35\xe3\x38\x97\xe2\x2d\x61\x32\x70\xcf\x0b\xb2\xb7\x22\x69\x31\x73\xe3\x2a\x39\xd4\x81\x60\xe2\x5d\xdd\xea\x07\x07\x46\xad\x42\xca\xee\x43\x08\x83\x82\x11\x3a\x4c\x30\x28\x98\x53\xb7\x57\x21\xa3\xa1\xb7\x73\xc0\xa2\x60\x8a\x79\x88\xc2\xe0\x17\x1e\xcd\x86\x52\x53\xa4\xa4\x10\x5b\x8b\x06\xa3\x34\xcd\xee\xfe\xcd\x46\xb5\xac\x54\x16\x55\x17\x72\xad\x74\x27\xc0\xdc\x20\x87\x68\x82\xb2\xe1\x6a\xd3\x99\x0d\xf7\x41\x42\x58\x1f\x4c\x33\x13\x30\x30\x68\xd2\x1c\x33\xe3\xed\x34\x65\xad\xc8\xd3\x5d\x74\xb4\x2b\xd1\xc3\x14\x12\x4e\xe0\x33\x4d\x57\x65\x1f\x45\x03\x60\x3e\x00\xad\x71\xe5\x43\x44\x3c\x62\x54\xc8\xd6\xe9\x01\x71\x20\x44\xd9\x9e\xfe\x50\x2e\x56\x43\x20\x1e\x9b\x1e\x1d\xa5\x1e\xbe\xdd\x2a\xc2\xaa\x32\x05\x71\x0f\x06\x88\x1e\x3a\x21\xb0\x55\x98\x59\x87\x19\xb6\x0a\xb3\x55\xd7\xc4\x2d\xac\x8d\x44\x94\xe7\x29\xf9\x3d\xb3\xec\xe6\x67\x1a\x8c\xc6\x33\xdd\x0a\xf7\xe3\x69\x06\x97\x62\x77\x55\x08\xb9\x92\xaa\x6e\xea\x8b\xb4\x01\x8c\x66\xa8\x73\x5e\xe9\x8c\xe4\xc5\xe0\x65\x66\xba\x8f\x28\xcf\xd5\xd7\x17\xa2\x3c\x27\x99\xb0\x05\xa3\x3c\x17\xdf\x74\x0c\xf3\x2c\xf5\x19\x53\xee\xa6\xee\xcd\xd9\x1c\x0d\x51\x8e\xa9\x72\x25\x28\x8e\x46\xb5\xae\x2e\x53\x58\x4e\x0c\xe9\xdf\x03\xc6\x11\xa9\x36\xd7\xa4\x28\x98\xb3\x60\x88\xe5\x42\x53\xe1\x03\x26\x64\x7f\x6f\x82\x38\xc5\x22\xe8\x6c\x3f\x45\x8a\xd1\x98\xef\x50\xdc\x63\x63\x84\xba\xa7\x43\x98\x11\xe7\xcb\xad\x70\x86\xba\xa2\xe0\x05\x2f\x8b\xfe\xce\x1c\xbb\x49\xd1\x2b\xbb\x92\xec\x5e\xd3\xa3\x81\x55\x45\xd6\x50\xf1\xb4\x90\x84\x28\x60\x46\x51\x64\xfd\xc2\xac\xba\xa9\x35\xd7\xdc\x18\xb7\x16\x03\x32\x4d\x49\xf8\x82\xe6\x0f\x12\x8a\x44\xe3\x5d\x56\xa6\x41\xca\xfe\x0d\xf1\x6c\x78\x34\x9b\x86\xb5\x5a\x00\xc6\x62\xf2\x72\x58\xd4\x61\x10\x1e\x3f\x7c\xa2\x32\x1f\xef\x6c\x22\x23\xb4\x86\x90\x1c\x84\xb9\x72\x87\x8c\x71\x98\x1d\xb7\x0c\x2d\x7f\x57\xd6\xfe\x29\x88\x2e\x14\x1c\x1b\x8c\x21\x7a\xd3\xc1\xe8\x4c\xc5\x2f\x5c\x64\xb8\xe3\xc2\xfc\x1b\x07\x2c\xa8\xfa\x63\x39\x08\x93\xe5\x9e\x2f\xd5\x25\xb2\xd1\x3d\x03\x80\x5e\xa6\x18\xff\xe1\xf7\x9f\xfc\x7e\x50\x62\x5d\x99\x6e\x30\xb3\x6e\x96\x0d\x67\x74\x62\x80\x99\xf2\x0e\x53\xa5\xf6\x54\x45\x54\xce\xee\xaa\x10\x1f\x6a\x3f\x3a\x05\x61\xd5\x4b\xa7\xa7\xa6\x3e\x84\xf4\x32\x57\x43\x8d\x76\x15\x82\x38\xd6\x64\x10\xf1\x5a\xbc\x3e\x4b\x63\xd5\xbc\x28\x01\xd7\x15\x4d\x53\x8e\x22\x59\x2e\x53\xf4\xf6\x1e\x6e\x07\x09\x23\x92\xf6\x07\xa4\xa3\x35\x0f\x00\x1c\x54\xcd\x06\x21\xd1\x73\x97\xc0\xba\x10\x03\x09\x53\x8e\x61\x3e\x88\x79\x76\x8b\x79\x76\x86\x37\xe8\x5e\x57\x18\x2d\xb7\x30\xf4\x86\x5c\x9b\x8d\x0e\xbe\x51\x24\xfc\x8b\xc1\x00\x83\x22\x5d\x43\xa9\x99\xf8\x4a\x8f\x31\x89\x04\x21\xa8\x02\x9a\x82\x18\x22\xa8\x0b\xea\x28\x1b\x82\x10\x1d\x4c\x8b\x0c\x2b\x90\x2e\x11\x52\x0c\x8a\xbb\x64\xbf\xc1\x14\xbc\x5d\xba\x9a\x18\x8c\xe4\xce\xe7\x34\x53\xf0\xf6\xae\xd5\x40\x5e\xdd\xde\x45\x57\x10\x04\xba\x5c\xba\x90\x90\x0f\xb7\xd0\x3b\xac\x33\x1d\x6e\x2a\xd2\xae\x32\x1f\x6e\x4e\x42\x6c\x44\x45\x28\x59\x2f\xcf\x41\xab\xc5\x64\x08\xd2\x46\xad\x1b\x03\x3b\xfb\x71\x8d\xc0\x07\x55\x66\x08\x31\x68\xc3\x2a\x7a\x34\x10\x4c\xe4\x12\xca\x23\x9a\x41\x0a\xcf\x97\x34\xfe\x81\x20\x06\x13\x6d\x86\xb9\x48\x91\x71\x1a\xb3\xd8\x76\x8f\x85\x41\x09\x8a\xb4\x31\x81\xa8\x04\xde\x26\x04\x25\xe8\x12\x4a\x31\xc3\x6d\xae\xd5\x15\x17\xca\x8a\x20\xbc\x9e\x25\xa0\x60\x4e\xdb\xe4\xd7\xe3\xd4\x56\x0c\xb7\x8a\xb8\x79\x94\xc9\x30\xa9\x6d\xbe\xf4\x5e\x87\xf5\x46\x95\x45\x0c\x53\xdc\x96\x29\x91\x04\x8c\x37\xba\x4f\x0d\x4c\x32\xba\x0f\x1f\x22\x06\x74\x19\x69\x32\x51\x6d\x2a\x75\xba\x51\xe8\x23\x74\x6c\x27\x6d\x8d\x3d\x0d\x72\x6a\xa2\xdb\x53\x27\xd3\xfd\x63\x9f\x2c\x68\x40\xe2\xda\x2a\x45\x30\x73\xd3\xd6\xda\xdd\x28\x7b\xd4\xa9\x81\xed\x44\xa9\x22\xa3\x93\xfa\xa7\xaa\xfd\x86\xed\x44\xaf\x7a\x5a\x31\x74\xf4\xaf\x55\x31\x47\xb1\x6a\x88\x35\xd0\xab\xb8\x28\x44\x8e\xae\x6d\xba\x26\x16\xd5\xf7\x08\xcc\x23\x4a\x5c\xfe\xf0\xc3\x42\x82\xcc\x23\x5b\x9a\xd8\x51\x18\x48\xf4\xaa\x9b\x0b\x06\x12\x53\x02\xe5\x80\x7d\x84\xc2\xff\x1d\x68\x23\xe0\x59\x12\xf4\x42\x2c\xb8\xdf\x40\xab\x63\x42\x5e\x21\x26\x33\x98\x11\x47\x7b\x05\x23\x88\x22\xaf\x0f\x26\xa7\xed\x26\xe3\xc1\xc0\xb3\x7a\xae\x22\x68\x41\xa7\x13\x79\x67\xe2\xda\x6e\x9a\x81\x40\xd6\x45\xe6\xc4\x4c\x4e\x3b\x67\xf3\x77\xd8\x8d\x96\x5d\x88\xc1\x88\x84\x31\x68\x81\xa2\x8b\x76\xa6\xae\xed\x26\x53\x48\x4e\x5b\x66\x71\xd5\xc6\xaa\x5a\x37\xc6\xd7\x14\xa7\xc6\xec\xb4\xa5\x3d\xcd\xd2\x53\xcb\xed\x20\x7a\x91\xb8\x51\x58\x4c\xe4\x2c\x06\x84\x16\x13\x7e\xe5\x20\xa4\x81\x45\x82\xca\x23\x5b\x9a\x2e\x79\x18\x50\x64\x99\x3d\x31\x8f\x6c\xf7\xa1\x46\xd4\x82\x6a\x02\x0f\x8b\x89\xdc\xbc\x70\xda\x7f\xad\xce\x9a\xe4\xaa\xab\xa0\xc2\xc2\x26\x10\x1b\x50\x0c\x0d\x04\xa1\x2a\x82\x26\x38\xdc\x4b\x50\xc0\xce\xc8\xcd\xc0\x94\x48\x23\x85\x79\x45\x91\xae\x23\x60\x25\x91\x65\xed\x1c\xb0\x92\x08\xad\xc5\xe2\x49\x15\x59\x86\x3d\xc3\x90\x2e\x96\x89\x62\xbb\x2c\x6e\x98\x27\x76\x58\x76\x48\x37\xfd\x21\xba\xb8\x98\x7d\xc0\x53\xc0\x4b\xfe\xf2\x6c\xa1\xc8\x8b\xa1\xef\x60\x37\xe4\x0b\x74\x69\x61\xc4\x0a\xc1\x9c\x20\xfc\xdc\xa0\x39\x41\x31\xdf\xb2\xe9\xb5\xab\xc5\x87\x3d\xc1\x79\x87\x0b\xa2\x2d\xb0\x86\x03\x83\x82\xd9\xc5\xe0\x42\x4b\x1f\x45\xd4\x07\x9a\xf8\x52\xdd\x0c\xb9\x8d\x2e\x3e\x05\x89\x5b\x8b\x5f\x1b\xf0\xb7\x9f\x49\xec\x2e\x03\x6b\xfb\xf5\x05\x55\x78\xaf\xd5\x35\x91\x8d\x5f\xd4\x67\x33\x9c\xab\x50\xc1\x29\x56\x45\x36\x36\xd9\x46\xf1\xa2\xd0\x6f\x57\xd9\x5b\x32\xff\x6a\x1a\x9e\x3f\xf1\x2b\xbb\x19\x30\x86\x97\x6b\x06\x23\x79\x0b\x7a\xc1\x68\xd8\xdf\xbd\xd9\xa1\xe6\x44\xe3\x9d\xe4\x0e\x99\x5f\x98\x10\xf4\xdb\x55\x16\x41\x4c\xce\x3a\x7d\x9f\xbd\x68\x86\xae\x97\xc0\x8b\x66\xe8\xc3\xd0\xb9\x6d\x9a\x78\x1b\x78\xcd\xdb\x40\x47\x69\x54\xad\x56\x60\x1a\xd5\x24\x5f\x9a\x78\x91\x15\xd5\xf1\x7e\x31\xa5\x99\x2e\xc9\x17\x5f\x10\xd5\x65\xa0\xfd\xfd\x01\x71\x83\x6a\x13\x5f\x8c\xfa\xab\x77\xb9\x74\xe1\xbd\x1a\x84\xe4\xd6\xfd\x93\xf8\x48\xe9\xa3\x94\xab\x97\x6e\x54\x78\xc6\x77\x0b\xc4\xe0\x19\x1f\xb2\x5f\x61\x02\xd6\x6c\xba\x20\xad\xb6\x71\x0a\x5a\xed\x32\x86\x0b\xa1\x92\xf4\xc2\x51\x56\x2d\x24\x7a\xf1\x62\x4a\x3f\xcc\x2f\x7e\xaa\x72\xa8\xcd\x83\xc3\xad\x25\x4e\x80\x2e\xf5\xa5\x7b\xce\xcc\xa9\x2e\x04\x80\xd7\x7c\xb1\x24\xed\xc5\xa4\x76\xa2\x6f\x2f\xe5\x17\xd4\x70\x60\xfb\x20\x03\x1a\x26\x6b\x7d\xe4\x22\x4c\xd6\xaa\x38\x0d\x9d\xc9\x5a\xab\xac\xa9\x02\xaa\xf3\x47\x1e\x0f\xed\x78\x92\x33\x11\x13\xb9\x26\xc5\xe5\x38\xe0\xfc\xfe\xea\x7e\xde\x43\x75\x5e\xa4\x1d\x67\x22\xd7\x2e\xa3\x56\x26\x72\x3d\x1f\xba\x55\x50\xcd\xec\xc1\x81\x4f\x10\xe3\xf9\x66\x7e\x1f\x4d\x83\x2e\xf3\xa6\x7d\xf4\x98\x2f\x66\x20\x19\x4a\x3d\xeb\x9a\x80\x57\x7c\xf5\x8b\x16\x71\xce\x95\x0b\xac\x33\x95\x6b\xb2\xce\x9f\xc9\x5c\xbb\x85\xe5\xd4\xb3\x57\x2d\x23\xf5\xec\xf2\x11\x51\x32\x57\x6f\xc6\x9b\x99\x41\x3c\x36\x66\x06\xd1\x9d\x0d\x55\x7a\xf7\xbb\x14\xaa\xf4\x2e\xf3\x3c\xe6\x60\x4d\x72\xa5\x51\x0e\xd6\x22\xef\x35\xe6\x60\x4d\x97\x90\x1a\x8e\xef\x39\x7b\x69\x20\x89\x9a\x9e\x3e\x0d\x27\x74\x1a\x19\xe7\x3c\xeb\x5e\x66\x28\xf3\xe2\xf3\x87\x50\xe6\xdd\x67\x43\x4a\xf7\xae\x37\x02\xb4\xee\x3d\x57\x57\xc5\x4e\x55\x97\x71\xa5\xc4\xea\x23\x96\x79\xb1\xb0\x03\xa1\xcc\xd3\x25\xda\x74\x93\xbd\x91\x6d\x5d\x30\x96\xb9\xa5\xaa\x50\xbb\x27\x3f\xcb\xa0\x76\xef\x59\x1c\x05\x7d\xdb\xad\x1f\x8e\x9b\x11\x7c\x75\x85\xd3\xb9\xbd\xc8\x1d\x96\x79\x60\xbb\x1f\x74\xd4\x90\xfb\xfe\xb9\x19\x45\x55\x97\x01\x7d\xd6\x6d\xc9\x19\xd0\x89\xcb\x83\xfb\x40\x40\xd5\xe2\xaa\xc1\xaa\x06\x91\xe6\x42\x94\x83\x19\x64\x8b\x3c\x52\x03\x1e\xed\x49\x06\xd1\x01\x8f\xf6\x2a\x2b\xfa\xb8\x89\x47\xba\x54\xa9\x4b\xaf\x6e\x86\x09\x65\x75\xa9\x49\x97\x2e\xdf\x36\x66\x94\xed\x59\x7c\x9a\x74\xe9\xf2\xd3\x61\x46\xd9\x9e\xc5\x19\x40\x97\xde\x73\x71\xab\x1c\xb9\xf0\x83\xc1\xc6\x93\x4e\x00\x95\xe9\x5d\xaf\x66\x26\x94\x2d\xf2\x66\x63\x42\xd9\x9e\x8b\x07\x70\xb3\xd0\xc3\x43\x98\x4d\xef\x16\x94\xe9\x66\xd5\x6f\xe2\x99\x64\x51\x37\xf1\xcc\x42\x9e\x9b\x78\xa6\xd3\xa2\x38\xe5\x3a\x57\xd0\xb4\x2b\x3e\x69\x67\x26\xda\x9e\x75\x3c\x3f\xc4\x1d\x13\x96\x0f\x58\x63\xeb\x60\x98\xa6\xb6\xc8\xf7\x92\x79\x6a\xbb\xb5\x50\x1f\xe6\x87\xd4\xc0\xa1\xe8\x0e\xb1\xff\x0c\x30\x2e\xdb\xbf\xa0\x9e\xfb\x69\x04\xbc\xf0\x25\x02\x84\xf8\xe2\xe5\x50\xa7\x1f\x12\x6b\x26\xad\x7d\x86\x46\x3c\xaa\x6e\x14\x67\xbe\xb9\x0c\x67\x5e\x78\xfc\x11\x1a\xe9\x5e\xf9\x10\x8d\xc4\x39\xc0\x8b\xbe\x67\x5d\x32\x1f\x2a\x7d\xc2\xcd\x80\x57\x1a\x6e\x15\xe6\x1b\x72\x72\x60\x0e\xdb\x53\x98\x04\x66\xb4\xa3\x19\x53\xdc\x71\xb9\x2a\x06\x27\x74\x84\x57\x7d\xb6\x9e\x07\x11\xc5\xb3\x19\xb0\x8f\xf6\xdb\xd0\xb9\x71\xfc\x9e\xff\xd0\x4e\x4f\xbe\x1a\xf1\xa1\x65\x85\xc8\xfa\x87\xde\x3f\xa2\x07\x50\x96\xf7\xfc\xd4\x24\x86\x0d\xb7\xc3\x18\x3b\x98\x3f\xf3\xdd\x76\x66\xdc\xe9\x4c\x69\x5b\xf5\x8a\x54\x4a\xdb\x32\x86\x0b\x11\xed\x9e\xb4\x73\x21\xf6\x77\x65\x24\x8a\x03\x71\x8a\x86\xb0\xfe\xd5\x5d\xc0\x29\x99\x07\x8e\xf9\x6e\xbb\x9c\x1c\x98\xee\xf6\x74\xe1\xaa\x38\xc6\xcd\x85\x38\x0b\x5d\x1d\x52\x16\xca\x70\xd3\x5d\xa9\x71\x2b\x27\xb5\x2e\xde\x47\x83\x34\x6f\x41\xeb\xee\xe7\x2f\x33\xe5\x96\xeb\x69\x07\xe4\x28\xbb\x26\x96\x6a\x68\xc6\xb8\x64\x64\xda\xb3\x2e\xee\xdb\x34\x84\xe7\x86\xdb\x64\xa2\xc0\xa2\x32\x08\x89\xe4\x9c\xb2\x2e\x8a\x90\xfd\x1d\xd4\x61\x4c\xde\x71\xa0\x37\xae\x78\xb7\x82\xf9\x7a\x4a\xe4\xcd\x27\x77\x71\x25\x6e\x8d\x96\x86\x4e\xef\xf2\x1a\x5b\x0c\xa1\xcd\x20\xe9\x07\x2a\x48\xa1\x97\x04\x55\xec\xbe\x5b\x41\x42\xb3\xa7\x26\x44\x18\xc5\x35\x07\x3b\x0c\x81\xf3\x3c\x53\x8a\x00\x4c\x7e\xb8\x08\x3b\x3a\xdc\x26\x4e\x94\xee\x14\xa6\xe6\xad\xcc\x84\xd5\x99\x9a\xf7\x14\xba\x0f\x4c\xb1\x7b\x16\x9c\x22\x39\x3e\xe6\xe6\x35\x17\xa1\xd4\xbc\x8c\x86\xdb\x99\x9a\xf7\x54\xd5\x78\xa0\x0a\x91\xea\x9e\xa9\x79\xb3\xe4\x2b\x0b\x0e\xf9\x3d\x6b\x89\x13\x8f\xa2\xb6\x3b\xc9\x04\x4f\x35\x17\xd7\x46\xb3\x82\x88\x4a\x86\x1b\x0b\xd1\xb7\x7b\x1e\xea\x8f\xb4\x5f\x1b\x05\x1d\x7b\x96\x63\xed\x82\x8a\xbd\xf6\xe4\x56\x70\x4f\xce\xac\x59\x40\x26\x29\xbd\xe9\x4a\x90\x6e\x48\x55\xcb\x24\xbe\xa9\xc8\x49\x6f\x41\xc7\x5e\xe4\xde\xb6\x12\x99\x01\xb2\x18\x4c\xdb\x7b\xf8\xad\x2c\x30\xe1\x79\x5b\x04\x71\x6d\xaa\x41\xd0\x65\x9d\x05\xe6\xed\x2d\xb3\xba\x21\x44\xa6\xe2\x1d\xb2\xa8\x64\x97\x78\x63\x65\x48\x29\xa4\x8f\x66\xa6\xde\x2e\x75\xf0\x52\x14\xed\xa9\xef\x10\x21\xb1\xe4\x1f\xe6\x08\xe8\xcc\xd4\x3b\x5b\x77\x33\x54\x5d\x7b\xe4\x50\xa4\xcb\x5a\x71\x65\x66\x69\x2c\x1a\x0d\xc4\x0b\x43\x67\x11\x8e\xee\x85\x51\x27\xbb\x72\xfa\xb6\x64\x08\x21\x2e\xba\x26\x2c\xed\xf8\x70\x21\x1e\x5c\x45\x93\xa2\x6c\x57\xa7\x01\x0a\xf0\x52\xbd\x18\xbc\x42\xc5\x52\xac\xcc\x2b\x54\xdb\x01\x6d\x74\x96\xfd\x97\x92\xf8\x96\x49\xf6\x7f\x41\x1d\xdd\xf3\x03\x21\x30\xcb\x03\x11\x1f\xc8\x0d\x2d\x3a\x9a\x5f\xea\x43\x5a\x65\x49\x97\x17\xb5\xca\x0a\x8a\xa0\x2c\xbe\xb2\x91\x67\x9e\xde\x2a\x6f\xa4\x55\xf8\xa6\x7e\xca\x06\x84\x01\x21\x68\x82\xe1\x33\x04\xce\x44\x66\xae\x4c\xe2\x9b\x15\x0c\x85\x69\x7b\xc7\x14\x76\x16\x06\xb1\x17\x49\x87\x46\xb7\x33\x3b\xd7\x81\xa0\x29\x4f\x86\x60\x48\xeb\x36\x69\x81\x10\x2e\xe4\xb5\xe5\x09\x23\xc8\xac\x6c\xcf\x17\x7c\xbb\xb3\xde\x0d\xcc\xa8\xdb\x7d\xc4\xa1\x97\x4d\x93\x2c\xe5\x2a\x34\xeb\x0b\xe1\x46\x21\x37\x4c\xe9\xc7\xaa\x3c\x0e\xcc\x24\x75\x40\x50\x43\x3e\x80\x17\xb4\xad\x35\x69\xe3\x2a\x19\x55\xad\x70\xe5\x82\xcb\x55\x8c\xf9\x76\x6b\x7b\x9a\xa1\x91\x87\x9b\x01\x6e\x8a\x38\xd6\xe0\xa4\x54\x93\xcf\x9f\x28\x06\x21\xea\xd6\xac\x2a\xa9\x0a\x39\x4c\x26\xa6\x35\x83\xc9\xe4\xb3\x55\x6e\x01\xcc\x36\xdb\xe5\x6a\xc1\x8c\xb2\xbd\x5c\xea\x50\x96\x12\x1a\x37\x6f\xed\x18\x06\x3f\x54\x43\x00\x42\x22\xd8\x2e\xa5\x3d\x33\xb8\x4e\xe9\x4f\x56\x0b\x78\x30\x93\x9f\x63\x1e\xd6\x22\x25\x35\x73\xad\x76\x79\x3c\x2d\xa9\xfe\x92\xcb\xde\x68\xd3\xdf\xe1\x61\xa8\x81\x36\x72\x42\x8a\x06\xc3\xcc\xab\xdd\xc8\x00\x5d\x5f\xd7\x73\x73\x41\xd7\xd7\x65\x80\xbc\xe0\x32\x9d\xea\xe5\x56\x61\xb6\x2e\xdb\x44\x26\x5b\xed\x7a\x0b\x33\x9d\xea\xa9\xea\x76\x0e\x15\xd1\xc3\x80\xe9\x54\xbb\x8c\x48\x16\xf4\x82\x9d\x69\x2f\x3a\x13\xa8\xce\x4b\x2b\x4c\x5d\x5f\xbd\x44\x29\xe4\xeb\xac\x43\x04\x5d\x5f\x97\x87\x0e\xf3\xa7\x76\xd9\xa6\xaf\x06\x91\x8e\x84\x28\xcc\x9f\xda\xe5\x29\xc6\xf4\xa9\xa7\xd1\x10\x08\x5d\xa7\x58\x08\x46\xe3\xae\xf2\xd0\x61\x02\xd5\x2e\xb3\x08\x25\x50\xad\xf2\xa6\x51\x02\x55\x23\x35\x92\xa4\x76\x6f\x00\xb3\xa2\x1a\xfd\x3a\xf3\x91\x4d\x43\x70\x7f\x14\xda\x42\x9d\xd7\xe5\x2e\xb5\x3a\xdd\x2f\x3d\x36\x3a\xac\xe4\x1f\x3b\x90\x2f\xe8\xdd\x7a\xf1\xb8\x99\x3f\x47\x3c\x0c\xd4\x6e\xa9\x4a\x2d\xb1\xa0\x77\x8b\x5f\xab\xa2\xc7\xa7\x2a\x37\x4e\xec\x1e\xf4\x6e\xdd\x84\x0a\x7a\xb7\x69\x82\xdb\xb9\x71\x42\xf1\x8e\x60\xb6\x3d\xb9\xec\xd0\x7b\x99\xf4\x31\x2d\x6a\x2f\x5e\xb6\xcd\x93\x49\x64\xa0\x66\x4d\xc1\xb8\x0f\xc8\x46\xbb\xa0\x05\x68\x08\x82\x89\x95\x0e\x11\x15\x64\x72\xf4\x59\x50\x90\x4d\xe9\x61\x17\xf5\x63\x12\xd1\x2f\xe8\xc7\x52\x95\x87\x2b\xf3\xa9\x26\x86\xc4\xeb\xcc\x92\xda\x65\xdb\xc1\x64\xa7\x39\x35\x43\xf0\x7e\x15\x6a\x0c\x1e\x14\x31\x1f\x83\x6e\xaa\xd5\x10\xb7\x5b\xdf\x41\xa2\x20\x33\x8b\x85\x58\xdc\x53\xe6\xff\x8b\x1e\xcc\xb2\x36\x5d\x70\x60\x4e\x55\xd6\x13\x4c\x67\xda\x65\x26\xab\x74\xa6\x35\xe9\x4c\x41\xb7\x35\xa7\xf8\x2b\xa8\xb6\x66\x52\xab\x88\xa9\x1d\x9e\x05\xb4\x59\xa9\x6b\x69\xa0\x85\x9a\x7a\x15\xad\x49\x73\x91\xa6\x36\x91\x06\xbe\xb9\x07\x6a\x84\xc5\x31\x4f\x05\x9b\xd2\xf4\xe1\xed\xeb\xb0\x0b\x0b\xde\xbe\xa7\x30\x04\x16\x50\x2d\x57\x05\x4a\x57\x43\xc0\xbe\xa4\xc5\x81\x47\x6f\x92\xa1\xdc\x82\x6e\xa9\x9b\x88\x50\xb7\x54\x65\xd2\xad\x9c\xa5\xd9\xcb\x81\x1b\xbd\xf8\x43\x08\x74\x65\x30\xb0\xe6\x39\xfd\xb3\x25\xd7\x04\x82\xf3\x8d\xba\xe8\x79\x2b\xab\x93\x45\xcf\x5b\xef\x1b\x55\x4b\x0f\x45\x0f\x1e\x77\x75\x4f\x7f\x5a\x8f\x3b\x26\xc9\x5d\x16\x84\xe0\xdc\x22\x4c\x81\xeb\xc5\x04\x3d\x78\xa2\xf5\x2a\x0a\x7a\x4e\x8a\x68\x41\xd1\x93\xaa\xa4\xe2\x2b\x78\xdc\xab\x9b\x81\x05\x9d\xc6\x16\x5a\x7f\xb1\x50\xc1\xe7\x8c\x56\x0a\xf1\xa8\xa7\x0c\x33\x57\xd0\xa1\x5a\x4c\x7b\x50\x64\xae\xcd\x08\x12\x46\x1d\x68\x38\xaa\x76\x09\xd7\xd7\xa2\xab\x31\xa5\x39\x0b\xba\x93\xa2\xc7\xf4\x92\x7e\xa4\xb8\x26\x97\xad\x09\xc2\xb2\xe9\x89\xba\x16\xa7\xcf\x27\xfa\x82\xf2\xa4\xcb\x4a\x75\x2d\x5a\xc1\x75\x43\xa0\x52\xc2\x45\x44\x47\x0e\x99\x35\xad\xc5\xf3\x55\x55\x53\xae\x55\xa2\x52\x50\xad\xcc\x4b\x67\x1f\xae\xa2\x61\x04\x5b\x78\xda\xc9\xac\x87\x39\x53\xcf\x87\x6e\x15\x2b\xdc\xfc\x21\x44\xfd\x5a\xfd\x75\x90\x2f\xa6\x16\x11\xf1\x90\xc3\x0b\xb5\x88\x5f\x6e\x14\x66\x66\x97\x78\x6b\xb8\x71\x0e\x73\x61\x70\x78\x8c\xb3\xdd\x3f\x24\xd2\xd0\x97\x84\x51\x18\xce\x89\x61\x5a\x47\xe7\xc4\xea\xc7\x15\x74\x29\x61\x54\xdc\x08\xe6\xe0\x6d\xdb\xe2\xbb\x55\x26\x4a\x34\x04\x91\xb7\x9f\x82\x18\xf2\x55\x44\x63\x8b\xf2\x27\x41\x9b\x85\x4d\x20\x76\x43\xb8\xb8\xb9\x1a\x22\xbd\x50\x9f\x84\xb7\x1f\xf9\x4c\xa7\xc2\x6f\x2d\x84\x0b\x9e\x66\xd8\xa0\xdb\x98\xf5\x29\xc3\x48\xb5\xa7\x08\xf3\x1b\x46\xd3\x17\x99\x60\x1d\x9a\x17\x67\x28\x9a\xa9\xe8\xbc\xe6\x43\xe0\x75\x57\x92\xc8\x1b\xbd\xee\xcc\x06\xc0\xeb\x2e\x49\x58\xb5\xe0\x75\x57\xa4\x2e\x5b\xf0\xba\xeb\x6d\xb8\x15\xb8\x6c\x79\x68\x48\x98\xe0\x5b\x90\x29\x4a\xe5\x35\xcc\x14\xa5\xa9\x9a\x9e\xc3\x99\xae\x37\x37\xba\x19\x2f\xc1\xcd\xe0\xe2\x49\x2e\x83\xab\x99\x56\x8d\xce\x74\x76\x98\x58\x6f\x1a\x86\x48\x94\xf0\xa6\xf1\x87\x96\x0d\x3a\x80\xc2\x0c\x92\x07\x62\xff\xda\x0b\xea\x00\x92\x6e\xda\x37\xd3\xff\xe9\x0d\x06\xc1\xfe\x94\x15\x1d\x33\x96\x76\x69\xd5\x99\x6a\x34\x3c\x36\x8a\xe0\xab\x4c\x3e\x17\x64\xf0\xf3\x7a\x0a\x33\xcc\x36\xba\x20\xf8\x2e\x8a\x61\x64\x1e\x52\x99\xf2\x32\x0f\x69\x4a\xcd\x35\x3b\x1e\x76\x1a\x37\x9e\x79\x12\x56\x33\x0f\x69\x51\x58\x38\xe6\x13\x9d\xcd\x6b\x81\xf0\x20\xf2\x41\x61\x52\xd0\x21\x7f\x6e\x25\x05\x95\xf1\x07\x73\x82\xa6\x2a\x03\xf9\x05\xff\xb5\xe2\x07\x09\xa4\xec\xd9\x92\x1b\x8a\xce\xab\x62\x47\x30\xd3\x67\x95\xa7\x17\x33\x7d\x76\x63\x8d\x62\xc6\x96\x69\x90\x8c\x66\x15\x04\x2a\xd5\xdd\x0c\x37\x43\x8b\x0a\xb9\x7a\xbd\x9e\xc2\x85\x37\x68\x08\x42\x88\x9d\xe1\x1e\x99\xe0\x4f\xf2\x82\x9b\x2c\x61\x57\x1f\xd0\xab\x34\x8f\x9c\xa1\x60\xe5\xbf\xc5\x04\x9e\xc3\x62\x26\xca\xd5\xab\xdc\x3e\x99\x89\x33\x4c\x6d\x6f\x06\xe1\x10\x45\x83\x40\x3c\x4c\x7b\x21\xc7\xee\x45\x7c\x0f\xe4\xd8\x61\xda\x0b\x51\x75\x98\xbe\x41\x52\x1d\xa6\x92\x37\xb6\xca\x32\x36\x4a\xaa\x9b\xd8\x5c\x48\xaa\x1d\xac\x83\x09\x35\x53\xf3\xf4\xc9\xae\x9b\x0b\xa3\x4f\x58\x4e\xae\x0a\xc2\x20\xb4\x85\xdb\xd7\x4c\x4f\x87\x38\x28\xda\x7f\x4a\xb1\x1d\x81\x62\x7d\xa8\x01\xd1\x4a\x41\x8a\xdd\x7d\x65\x29\x69\xa6\x1e\x2f\x1f\x5a\xe6\x76\x37\xc3\x9c\x72\x5d\x10\x43\xcb\xfd\x16\x5e\x1a\x3e\x60\xd9\x02\x19\x86\x86\x7d\x04\xa9\x72\x02\x13\xfe\xd3\xcf\xab\xe9\x56\x66\x82\x4d\xbf\x16\x21\xe3\x4e\x12\x8e\xaf\x4f\x30\x4e\xad\xa6\x01\xb5\x8a\x2f\x94\x0f\xed\xb2\xb4\x6e\x90\x86\x9f\x0e\xab\x40\x24\x64\x12\xa6\x7e\xc8\x40\xc8\xa8\x66\x41\x1e\x9e\x4d\x8a\x21\xc7\xae\xb2\xa9\x60\xa2\xcc\xae\xe0\x72\xcc\x93\x99\x42\x2c\xd2\x87\x36\x73\x62\x1f\x21\x7f\xee\x16\xb1\x52\xfe\x5c\x15\x6f\x8c\xa9\x30\xfb\xb3\x39\xa0\x85\x55\x8f\x37\x0a\xa7\x65\x43\xb8\x28\x9c\x56\x7c\xe9\xce\x94\x96\x21\x0b\x47\xe6\xa9\xec\x8c\x70\xdf\x99\xa6\xb2\x57\x6e\x23\x33\x51\x76\x19\x2a\x39\x13\x25\xb7\x9f\xf9\x25\x43\xa6\x90\x4c\x2f\xd9\x2b\xaf\x5e\xa6\x97\x4c\x55\x86\x1a\xca\x2f\x29\xf1\x20\xf3\x4b\x56\x29\x9c\x98\x5e\x32\x4f\x72\xba\x9b\x22\xe6\x2a\x3b\x86\x0d\x11\x73\x1e\xcf\x87\x50\x07\x87\x3f\xc4\xb8\x43\xa3\x81\x2d\xc8\x74\x87\x8a\xe0\xdc\x5d\x08\x4d\x51\x73\x33\x88\xea\xc2\x75\xdb\x0a\xdd\x2a\x01\xf8\xbe\x68\xa8\x13\x86\xe8\x47\x60\x08\x4e\x2f\x94\xc0\x30\xbb\x64\xaf\xa1\xf9\x83\xfa\x56\xa9\xb5\x95\x5e\x52\x06\x2e\xce\x2e\x99\x35\x47\x70\x02\xcd\x00\xb6\x2d\xfc\x19\x0c\x10\x2e\x0d\x94\x89\x66\xb2\x1b\xc1\x7a\x27\x97\xbd\xd9\x9f\xbb\xe7\x7b\xc5\xd0\x07\x3e\xf5\x5a\x0c\x06\x1a\x1d\x6a\x06\x4c\x68\x95\x4c\x7f\x5f\x78\x12\xb5\xcb\x55\x0b\x0b\x0d\xc2\xaf\xca\xc8\xc0\xa8\x52\x0f\x84\xf4\x12\x5e\x70\xa6\x2b\x22\xaf\xc3\xbc\x94\x45\xd6\x94\xcc\x4b\x59\x1b\x4f\x0d\xf3\x52\x16\x09\x75\x36\x44\xe5\x55\x4e\x3e\x1b\xa2\xf2\x2c\x3e\x9b\x59\x2a\x53\xad\x5a\x44\x3a\x8b\xc9\xf6\x8c\x69\x2a\x9b\x0c\x75\x98\x7c\xb2\xcc\x6e\x08\xf1\xb6\x84\x8b\x0c\x24\x2b\xc6\x6b\xa7\x20\x29\x7c\x0a\x11\x0b\xe8\xf2\x87\xb0\xf4\xd4\x9c\xe0\x39\xd6\x64\x78\xbf\xe1\x39\x66\x17\x27\x66\xad\x4c\x53\x1b\x05\xc7\xb1\xac\x80\x98\x4c\x5a\x99\xa4\x6f\x60\xd2\xca\x22\x09\x1f\x13\x53\x16\x99\x7d\xee\xc4\x8b\xb8\xaa\x4d\xec\x53\xf3\xca\x70\x9f\xf4\x04\xdc\x69\xc3\xe5\x7d\x1a\x2a\x2c\x54\x1f\xf0\x06\x94\xbf\xcd\xa6\xfc\xdb\x56\xda\x1b\xf2\xef\x36\xdd\x25\x62\xc2\x5f\x5e\x45\x18\xd3\xca\xc9\x7d\x33\x40\xac\xec\x34\x98\x8a\x32\x55\xd9\x6c\x2b\x17\x65\x6d\x3f\xce\xe7\xd2\x95\xa8\x52\x71\x8b\x98\xa8\xb2\x4a\xac\xbf\x21\x46\xb7\xc2\x61\x53\x8c\x5e\x1b\x25\x59\x1b\x62\xf4\x36\xc2\x10\x47\xee\x66\x06\xab\xba\x1d\xa4\xa0\x12\xa6\x66\x06\x07\x6b\xae\xca\x9d\x0b\x41\xb0\x8d\xd1\xee\x30\xfd\xa5\x7c\x85\x37\xa5\xf1\xa6\x05\x59\x88\x33\x05\xc1\xc2\xe3\x32\x04\xfa\x2e\x95\x16\x53\x5c\x66\x85\x30\xdc\x10\xb8\x27\x13\xb1\x4c\x92\x22\x73\x20\x66\xbc\xcc\x52\xf8\x33\xe3\xe5\x29\xd4\x97\x8c\x3d\x29\x9a\x06\x2f\x37\x47\xca\xda\x99\x69\x99\xab\xa6\xc8\x74\x8c\x53\xfd\x43\xe6\x27\x2f\x95\x0d\xc1\xfd\x69\x54\x73\x44\x9c\x03\x85\xcd\x50\xe6\x4c\xb1\xde\x4c\x9c\x99\xe7\x33\x36\xfa\x45\x14\x57\x7d\xe3\x43\xf7\xc1\x30\x07\x1a\x29\xc2\x1c\x28\x34\x17\xf3\x68\xb6\x67\x1b\x81\x8f\x0a\xcd\xc6\x7c\x97\x49\xd1\xaf\x76\x66\x1a\x5c\x2f\x3f\xb9\xc6\xe6\x29\x22\x3c\xb5\x82\x3e\x6c\x38\xb5\x3d\x34\x94\x4e\x6d\x3e\x39\x99\xf6\x5e\xc5\x35\x91\x95\x48\xbb\x08\xd7\xb4\xc2\x44\xf2\x07\x82\xc2\x69\xba\x0c\x5e\xe4\x5a\x0b\xaa\x0d\x24\x56\x60\xd6\xcc\x64\xeb\xc6\x0d\xb5\x41\x96\x9d\xda\xa6\x83\x99\xf7\x14\x3e\x64\x8d\x89\x70\x0f\xc4\x03\xa7\x66\xc0\x41\x74\x77\x01\x7f\x47\x19\xc8\x6f\xba\x97\x49\x15\xb7\x19\xba\x56\xfe\x8e\xbb\x30\xcf\xd0\x53\x93\xe7\x4d\xd4\x07\x5a\x83\x36\x75\xfa\xe0\x24\x96\x15\x97\x70\xc3\x47\x2c\x25\x6d\x1a\x34\x0a\x45\x01\x07\x98\xd1\xf3\x34\xa3\x1e\x81\x43\xbe\x88\x0a\x8d\x8b\x3d\x6e\x3e\x42\xa5\x44\x62\xd6\xce\x6c\xb2\x81\xd0\xb5\x6d\x26\x57\xbd\x01\xb9\xec\x83\xc5\xd0\x48\x45\xb7\xb4\x34\x42\x13\x97\x11\xdb\xb5\xa5\x70\x27\xab\x52\x3d\x33\xf9\xe7\x29\x34\x08\x46\xec\xa9\xca\xc0\x80\x86\x38\xd4\xe1\x4e\x16\x3a\xd1\xde\x30\xa0\xbd\x2e\xb8\xc2\xa0\x38\x42\x30\xf8\x9a\xd5\xea\x5d\x44\xa0\x02\xc9\xca\x76\x11\x85\x13\x0d\xa9\xa2\x70\x42\x23\x68\x3f\xb2\x4c\xba\x36\x3c\xcf\x9a\x02\xae\x30\xa5\x68\x93\x65\xdc\x86\x2e\xa4\xea\x15\xbc\xa1\x0b\x69\xf3\xf9\x0e\xf7\xb4\x57\x87\xa1\x6d\x67\x51\x8f\xf2\xa9\x55\x87\x60\x36\xa5\x60\xdb\x95\xcc\xa6\x6c\x48\x37\xbc\xc9\x9a\x02\x98\x6e\x78\x93\xb5\x49\xee\x92\xd9\x47\xf3\xb8\x5c\x76\xc3\x29\xe5\xc7\x5e\xe4\x4c\x46\x9a\x65\x09\xc1\x5c\xa4\xa9\x8a\xf7\x54\x32\xd2\xe9\x59\x91\x88\x88\x88\x31\xd4\xad\x89\x08\x1d\xc6\xa6\x88\x4f\xc5\xc5\x25\x77\x8d\x5d\xf1\x9a\x6f\x9e\x14\x92\x97\x48\x17\xc5\xcc\xa4\xa9\xf6\xcb\x1f\x36\x34\xa3\x85\x83\x7d\xad\x34\x93\x9b\x2e\x62\xb5\x0b\x39\x2b\xb3\xa7\x35\x2d\x23\x76\x5c\x36\x3a\xcc\x70\x5a\xd2\xe5\x0f\x71\xc6\x9a\xbb\x60\x72\x21\x31\xad\x8d\x3b\xae\x90\x6c\xbb\x61\xc7\x65\xd1\xba\x1b\xa3\xac\x48\x5a\xbb\xdb\x24\x01\xe8\x82\x38\x74\x9d\xeb\x46\x92\x93\xdd\x0e\x53\xbd\x17\x41\xb0\x0b\x0a\x97\x4d\x34\x33\x04\x05\x9b\x71\x55\xa4\x73\xaf\x1e\x00\x1e\xad\xe1\xb2\x17\xab\xba\x10\x94\xba\xb8\xf0\x86\x53\x88\x47\x83\xe3\x29\x52\x49\xf7\xb6\xda\x45\x66\xe8\xde\xa6\xe0\xe1\xbb\xc1\xad\x5e\x36\x44\x1b\x5a\xad\x1c\x3a\xd7\x8d\x44\xae\x68\xad\x10\xea\x4b\x8f\x96\x0d\xad\x56\xd6\x5b\x97\x59\x5d\x93\x32\xcf\x75\xa6\x75\x6d\xf3\xe9\x82\x69\x16\x9f\x56\x81\x2c\xd5\xa3\xe1\x86\xe8\x44\x36\x12\x3d\x31\x44\xd0\x79\xb5\xa9\x5d\x86\xce\xab\x98\x39\x63\x28\x60\x85\x0e\x64\x76\xd8\xac\xe7\xce\x86\x1e\x2b\xc9\xfc\x4f\xe9\x60\xa5\xe2\x67\x3a\xd8\x5a\xbc\xc7\x70\x52\x9b\xd3\x65\x13\x7e\x08\x1a\xda\x41\xc0\x48\x3a\xb8\x50\x5c\xb5\xa9\x9b\x02\xba\xa9\xd2\x85\xe3\x50\x3f\xe5\x10\x6e\x76\x8a\x2c\x64\x99\xab\x4c\xb1\x49\xb7\x6f\xa7\x8f\xa2\x76\xb8\xd3\x86\xb4\xb9\x0c\x49\x00\xbb\xbb\xe0\xb2\x3d\x3d\xd2\xf3\x82\x23\x85\xb3\x5b\x53\x5c\xfb\x4d\x67\xb7\xda\x29\x33\xd8\x5d\x81\xd5\xd5\x07\x6c\x8a\xbb\x16\x8a\x8a\xab\xda\xdd\x65\x20\xe0\x87\xb8\x8f\xae\xad\x71\x33\x1f\x38\x29\x0a\xd2\xce\xa8\x51\x32\xb5\xba\x47\x3a\x59\x9a\xee\x91\x2b\xb0\xbe\x16\x67\xe9\x90\x0b\x62\xa0\x3f\xed\x22\x7c\xd4\x8a\x2c\x5e\x98\xff\x36\xa7\x6e\x08\xaa\xb2\xe6\x66\xc8\x8c\xf9\x3b\x86\x39\xf4\xd8\x40\x8d\xba\xc7\x86\x59\x74\x7f\x07\x46\x41\xcc\x67\x67\x32\x56\xf7\x8e\x0b\x47\xe1\xfa\x98\x61\x37\x29\xa2\xd7\x86\x32\xac\x29\xe7\xc1\x96\x32\x4c\xf8\x35\x98\x67\x51\x3b\xc3\x8c\xba\x0a\xad\xb6\xe1\x3a\x56\x94\xc4\x62\x0f\xde\x13\x5a\xc3\xc1\x44\x19\xe1\x36\x91\x38\x22\xfd\x06\x3a\x3d\x68\x86\xe5\x2e\xf8\xd4\x1d\x86\x06\xf3\xa5\x69\x34\xf0\x41\x36\x87\x31\x78\x6b\x88\x17\x40\xea\xdd\xe6\x37\xf2\xe0\x6e\x0b\xdb\x87\xd3\xae\xa9\x55\x6e\x37\x45\x8b\xcc\xcb\x9b\xa4\xb5\xdc\x03\x59\x34\xb2\x17\x43\x3b\xea\x59\x21\xf8\x89\xa2\xf1\x33\xa3\xee\xfc\xb5\xea\x46\x86\x38\x77\x41\x23\x0d\x37\x0a\x74\x1f\xda\x60\x66\xdb\x0d\x6d\xf0\x60\xfe\x7c\x3d\xc3\x07\x79\x0a\x99\xcc\x32\xa5\x6e\x92\x08\x9c\x29\x75\x4f\xa1\xc1\xf6\xfd\x35\x25\xb0\xdb\xf0\x5e\x8b\xe4\xe1\x6c\xbe\x36\x43\xd0\xe4\x87\x2e\xc4\x3b\xe9\xa9\x0a\x19\xd9\xd3\x23\x8e\x94\xe8\xdb\x60\x4e\x15\xc9\x4f\xa6\x72\x23\x5c\x82\x90\x08\x5d\x38\x45\xf7\x35\x8b\xa1\x98\x36\xb7\xc9\xbc\x6c\x4f\xc6\x37\xd2\x8a\x4f\xf2\x09\x42\xfe\x49\xb5\x8e\x2c\x66\x99\x53\x37\x27\x61\x38\x73\xea\xca\x29\x89\x39\x75\xab\x0c\x2a\x98\x53\xf7\x7c\x58\x04\x72\x73\x0c\x21\x2c\xad\x8e\xc6\x24\x4b\x21\x8a\x0e\x4f\xb7\x2a\x2b\x95\x3d\x29\xe6\x17\x99\x80\xc2\x31\x29\x10\xc5\x96\xc2\xd1\x32\x1a\x28\x1c\xab\x8c\xb6\x37\xc2\x0b\x27\x85\xbd\x67\x8a\xdd\x36\xdd\xe1\xc1\x94\x69\x5e\x14\xca\xc8\xe2\xc7\x36\x75\x91\x75\x14\x83\x3c\xe0\xae\xfa\x82\x63\xbd\x46\x4a\x43\x90\xe9\xb2\x9b\x1f\x7a\x70\x88\xfa\xaf\x93\x3a\xf9\x66\x19\x1a\x0d\xdf\xd0\x4a\x64\xb2\xe1\x21\x97\x25\xcb\x65\x8e\x5d\x6b\x60\xf6\x24\xf7\x29\xbf\xeb\x0d\x35\x66\x96\x3b\xd1\x9e\xcc\xcf\x5a\x5c\x95\x5b\x25\x74\xa4\xa3\x5b\x88\x00\x30\xc9\xee\x14\xb9\x0b\xe6\xd7\x56\x33\xc1\x1d\x17\x2f\x1c\xda\x38\x9d\x55\xe6\xd5\x35\x87\x1b\x3c\xf2\x8a\xe6\xc0\xbc\xba\x45\x71\xb9\x99\x57\xb7\xca\x16\x80\x79\x75\x43\x3a\x20\xe6\xd5\x6d\x32\x84\x62\x7a\xdc\xa6\x90\x89\x3b\x44\x36\xf5\x1d\x82\xd6\xc8\x43\x9d\x29\x68\x6d\xbd\xcc\x14\xb4\x45\xa6\xde\x1b\x7e\x5e\x59\x21\xac\x99\x82\x36\x55\x3f\xaf\x17\x63\x3f\x75\x43\x40\xbf\xe1\x0f\x61\xc0\xa9\xb3\xb1\xc8\xb3\xb8\x51\x88\x08\xa5\x66\x61\x0a\xd8\xa9\x80\xa0\x4f\x0a\x58\x31\x6d\x08\x87\xdb\xa4\x2b\x64\x5e\xd7\xac\x30\x2d\xcc\xeb\x3a\xfc\x6a\x42\x5a\xd7\xf3\xa1\x41\xf6\xa8\x56\xa1\x67\xc9\x3a\xfd\xcc\xeb\xfa\xf4\xa8\x64\x20\xe9\xc7\x9a\x44\x66\x7d\x6d\x32\xfd\xda\xd0\x79\xda\x2c\x6f\x2f\xca\x76\xc5\x6c\x2d\xea\xd4\xcd\x51\x2e\xbe\x9b\xc4\x6e\x2c\xa1\xaa\x66\x45\x54\x35\xd7\xb8\x28\xee\x09\x17\x36\x16\xba\x59\x5c\xa9\xda\x39\xa4\x84\x6d\x53\xc4\x69\x11\x71\xc3\x7d\x60\xff\xa7\xbf\x03\x67\xe0\xa7\x09\x42\xe9\x36\x59\xe2\xed\xad\xfb\x4f\x18\xb0\x15\x8f\xb0\x08\xc2\x58\xc3\x65\x1c\xab\xce\x03\x7c\xdf\x86\x3c\x8a\x36\x7c\xdf\xa6\x65\x71\x0c\xa5\x5b\xfd\x8c\xd9\x14\xf0\x0c\xb7\x83\xc4\x55\xd5\x1f\xbe\xa0\xad\x36\x84\xcb\xc2\xef\x08\x44\xc8\x0d\x05\x31\xda\x5b\x98\x44\x24\x67\x80\xdc\x6a\x56\x89\x11\x72\x15\xf7\x96\xf9\x6b\x4f\xa1\xeb\x22\x40\x73\x73\x21\x44\x75\x7a\xf2\x6e\x7a\x71\x75\x43\x4a\x0f\xa3\x15\xe0\x23\x5f\xeb\x4a\xe7\x3b\xef\xdd\x66\x86\x7b\x51\xf2\xad\x13\xa8\x79\xf0\x96\x15\x25\xdb\x94\x13\x89\x4f\x46\xdc\xdb\x26\x5f\x18\x66\xbe\x3d\x1d\xfa\x43\x18\xf5\x78\xa9\xe8\xa7\xf3\x34\x0a\x39\xd1\x03\xf1\xb4\x88\x04\x2a\xf0\xad\x27\x05\xa2\x2b\x0d\x92\xb2\xe2\xca\x87\x6a\x6f\x86\xad\xf2\x77\xd0\x3c\x99\xfb\xdf\xc2\x47\x71\x47\x5b\xef\x78\xad\x1b\x35\x88\xdd\x55\x27\x08\x90\x21\x38\x4d\x8a\xe4\xc1\x69\x6f\xca\x52\x88\x59\x71\x0f\x8f\xd5\x04\x22\x32\x91\x68\x1c\x82\xd2\x3a\xea\xf1\x7e\x81\xc9\xba\x86\x21\x36\x3a\x04\x41\xf6\x2d\xd4\x40\xc6\x5a\x25\x6c\xed\xcc\x58\x5b\xfd\x4c\x82\x63\x5e\x93\x67\xfb\x46\x54\xda\x29\x9f\xe0\xad\x70\xb2\xff\x2f\x63\x67\x72\x35\x3d\xcb\x34\x69\x57\xda\x04\x89\x99\xcd\xef\x8b\x54\x55\xb7\xff\x26\xf4\x51\xc4\x15\xfa\x96\xcf\xbb\xcc\x03\x02\xc4\x90\x24\x39\x05\xf7\x0f\xe9\x64\x73\x54\x3e\xf6\x79\xe0\x2f\x3e\xce\xc8\xc2\xdd\x2c\xcb\x76\x27\x33\x6a\x70\x67\x8f\x7c\x27\xdc\x59\x78\x8c\xa3\xeb\xc8\x97\x73\x7f\x9c\x56\xe1\xed\xc1\xa7\x2f\xdd\x9b\x71\xed\x90\x7f\x6a\x86\xbf\x80\x8d\x70\xfc\x8c\x49\x4b\xee\x18\x63\xd2\xae\xe8\x3b\x04\x49\xdb\x1a\x97\xd1\x47\x7a\xe1\x7d\x84\xf2\x3e\xd9\xf9\x70\xc9\x37\x8a\x5f\x94\xee\x8d\xe4\x93\xf7\xc7\xf9\xa4\x60\x9c\x5f\x2f\x5b\xda\x51\xb0\xdd\xce\xce\x74\x0a\xd9\xa8\xd7\x6d\x20\x6f\x9b\x05\xff\xfa\xfe\xe3\xfe\xf9\x02\x66\x52\xa0\xe4\xbb\x00\x1f\xff\x02\xc1\x19\x4a\x0f\x33\xee\x66\x45\xbe\xd5\xec\x68\x47\xbe\xb5\xfd\x1f\x5c\xa8\x6f\xa7\x9f\x25\xc1\xae\x11\x61\x3b\xf9\x57\x41\x84\x6d\xe0\x0b\x1a\x11\x76\x65\xe6\x6c\x69\x6f\xbb\xe4\x4b\x21\x5d\x73\xe0\xbe\xf6\x9a\xde\xa9\xaa\xf4\x2d\xb0\x7c\xc5\xbe\xed\x13\xee\xa3\xd8\xb7\x45\x4c\xb6\x41\x5f\xcf\x86\x4b\xa9\x51\x5f\xfb\x86\xc5\x7e\x7d\xe0\x76\xcd\x97\xca\xfe\x77\x84\xd2\x0b\x73\xe7\x43\x21\xe2\x9e\x69\x95\x3c\xae\x0c\x40\x7a\xb3\x68\x1c\x0d\x01\xdb\x70\xb7\x35\x06\x6c\x27\x45\xf6\xad\xe0\xb7\x1d\x2d\xaa\x2c\xf8\x2b\x66\x39\x47\xbb\xe1\xfc\x1f\x98\xd7\x8d\xc8\x23\x93\xfd\xca\x21\xfb\x19\x79\x85\x69\xb5\xc9\x9e\x20\x1d\x60\x5e\x81\x55\x03\xca\x35\x9b\x43\x46\xf9\x4e\x1c\xd0\xad\x34\xb2\x05\x40\x2a\xe3\xb3\x2e\x52\x03\x1b\x83\xb5\x00\xef\x11\x5c\xd5\xd4\x34\xae\x2a\x5b\x55\x46\xf8\x15\x7b\x82\xe2\xce\x3a\xde\xd5\xc6\x5c\x3d\xdb\xce\x3f\x3d\x07\x77\x13\x15\x6d\x60\xd5\x1d\x65\xfb\xcf\x51\x8a\x88\x91\x3f\xbf\x46\x22\x64\xc8\x28\x8f\x2b\xa4\x41\x57\xfb\x86\x35\xfc\xcc\xfc\xe0\x45\x7f\x06\x18\xe0\x96\xf8\xb3\x0f\x21\x62\x83\x6c\xe9\x3d\x7a\x18\x05\x84\x2d\x1c\x24\x80\x4e\x8d\xe2\x43\x51\x5f\x7d\x73\x4e\x48\x6e\xfa\x96\x75\xa5\x5c\xe0\xbb\x6d\xbf\xa9\x94\xdd\x8a\x3a\x0f\xf5\x53\x7f\x0d\x4a\xe7\x9b\xd7\xa6\x33\x9d\xe2\x2f\x0e\xe6\x29\x31\x38\xc6\x3c\x5d\xd1\xde\xff\x19\xe2\x9e\x65\x31\x74\x69\xa4\xd2\x3f\xf3\x2c\x8e\x93\x22\xb0\x56\xce\x88\x22\xb0\x26\xa8\x3e\xf7\x9f\x9e\x5a\x07\xd7\xb7\xb0\x4a\xcf\x7e\xa4\x19\xe5\x11\x23\x23\x29\x58\xa5\xfd\xc8\xb8\x6f\x43\x3e\x31\x52\x09\xe2\xdd\x52\xc1\x5c\xb2\x72\x6f\x0f\xee\xa1\xfc\x10\x5c\x50\x8a\xab\xd7\x04\x4f\x23\x92\x9e\xdd\xa9\xda\x1f\x52\xe8\x67\xba\xdb\xa7\x41\x48\xf7\xb9\x28\x93\x70\xd1\x0f\x3d\x21\x1e\x52\x90\x1c\xba\xf9\xa6\x61\x47\xa7\xa1\x93\x1e\x4a\xf7\xe0\x4c\x4d\xc1\x4b\x1e\x2d\xed\xe8\x58\x96\x14\x8a\x69\x96\x7c\xf8\x71\xd5\xb4\xfa\x95\x7f\x4e\x81\xfa\xb9\x90\x9f\x34\xe6\x96\x0e\xdb\x34\x28\xe9\xf6\xab\xed\xa1\xaa\x5a\xe5\x97\x2f\x6b\xa5\x52\x53\x83\xdb\x94\x3d\xab\xb3\xfd\x2e\x78\x28\xbd\xf6\x1c\x84\xfd\x90\x42\x99\xda\x0c\x55\x2a\x5b\xeb\x4c\x1e\x4a\x5b\xb3\xe6\xc3\x9f\xdc\xcf\xe8\x82\xe5\x18\x6e\x46\xc1\x54\xfb\x9c\xff\x04\x76\x79\xaa\x0a\x48\x6d\x17\x28\x05\x16\xb6\x0d\xa5\x6d\x55\x29\x63\x39\xd6\x09\x79\x8a\x69\x37\xa8\xe7\x34\x38\xd0\xfb\xa1\x94\x76\xa0\x1f\x50\x5f\x75\x41\xa3\x3e\x0d\xac\xbf\x42\x9b\x96\x23\xd2\xa6\x11\x44\x97\xa3\xd5\xa6\x11\x44\xb7\x93\x1e\x4c\xe3\x82\x16\x27\x10\x9f\xc6\x05\x1d\x86\x92\x9d\xc6\x05\x2d\xb6\xc8\x4d\x70\x41\xfb\x79\xa4\x99\x3f\x5b\xdd\x4d\x29\x24\xda\x3b\xfe\xa1\x94\x98\xe8\xa4\xe6\xad\xa0\xef\x83\x0e\x75\x67\xf7\x33\xad\x5a\x7d\x99\xd1\xc8\x96\x36\x5a\x9a\xf9\xba\x2a\xc3\xd1\x85\x5e\x67\x7a\x54\x6a\xdd\xe9\xa5\x91\xa1\x77\x58\x29\xff\x50\x4e\x87\xb3\xa1\xb6\x84\xab\x01\x45\x56\x33\xa8\x9f\x4c\x72\x94\x89\x15\x39\xe8\x7a\x82\x04\xda\x4f\x7e\xaa\x38\xc8\xf4\x0c\xa5\xe0\x95\x99\x0f\x9d\x18\x29\xd4\x96\xf4\xcc\x60\xb6\x73\x2f\x75\x28\x21\xf7\x1c\x74\xef\x2c\x55\x27\x1d\xca\x9f\xb4\x72\xf8\x1d\xc9\xe4\xd4\x4b\xd3\xc0\x9b\xc5\xf0\x5f\x13\xdc\xcd\xc2\x89\x36\xee\x66\x3f\x33\x6e\xb9\xd2\x0f\x4e\x9b\x71\x37\xbb\x31\xaf\x26\xc0\x9b\x27\xa7\x56\x68\x9a\x23\x0b\x25\x13\x28\xce\x40\x0f\x65\xfd\x01\xff\x24\x5b\x46\x3f\x33\x8b\x72\xc2\xb7\x65\x63\x1a\x69\x13\x04\xf7\x87\x32\x52\x9a\xcb\x2a\x2b\xb3\xa1\x84\xb8\xcc\x5e\x70\xea\xce\x36\x53\x53\xb1\x8a\xa3\x43\x29\xac\x6b\x4d\x28\xf1\x9e\x93\x7d\x2a\x8b\xe8\xb0\x59\xe1\xa1\x1e\xde\x9f\x59\x54\xc8\xd3\xb9\x39\x6c\x0a\x79\x2a\x8e\x3f\x9f\xc6\xe4\x3c\xbb\xb5\x50\xd3\xa0\x9c\xad\xc3\x5f\x65\xcb\x6c\x07\x87\x46\x26\xc9\x62\x74\xac\x87\xea\x46\x66\xa3\x1d\x3d\xae\xfd\x62\x9f\x46\xda\xac\x95\x19\x96\xb9\x72\x0c\xf6\x89\xcc\x95\xe5\xa8\x69\xc6\xfd\xcf\xf4\x61\x35\x77\x28\xe5\xbb\xeb\xe9\xc2\x88\xe2\x29\xf3\xe1\x9b\xe9\x51\x08\x60\x83\x1e\x95\xe0\xb2\xc3\xfb\x94\xe0\xb2\x1a\x78\xf6\xa1\x96\x3e\x64\xab\xc8\x24\x59\x76\xd6\x46\x2b\x35\xf8\xd0\xe8\x96\xf6\x22\x7b\x28\xd9\xce\x60\x3d\x0e\x79\xca\x48\x9b\x1d\x10\xf8\x7d\xe5\x9e\x3c\x7b\x39\x52\x28\x38\x8a\x97\xd2\xc9\x38\x27\x94\x73\xcf\x1d\xf9\x52\x53\xd5\xe8\xdf\xae\x69\xec\x22\xe7\x9e\x1c\xcc\x46\x93\x7f\x69\x26\x55\x46\xbf\x12\x2e\xad\x64\x8f\xc3\x6f\xde\xb9\x88\xaa\x3a\xcf\x7f\x33\xe9\xc6\x41\xa1\x43\xeb\x20\x8a\x7f\x5f\xc6\xb1\x31\x38\xfb\x32\x79\x2d\x7b\x81\x4f\x03\x5a\x8e\xc1\x39\xb1\xc5\xab\x97\x96\x42\x23\x5a\x2e\xa8\xaf\x0b\x27\xa4\x4c\x5e\x95\xaa\xf2\x60\x6e\x5c\x3d\xdd\x7c\xa2\x9c\x50\xfe\x70\xa4\x50\x41\x76\x9c\x69\x65\x54\xdc\x6f\x1f\x12\xfb\x7b\xe1\x0a\x17\x32\x65\x71\xf4\xf9\x43\x75\x17\x32\x58\xc5\x60\x8d\x96\xc2\x29\x54\x26\xfa\xf0\xc6\xcd\x04\x18\xc1\xff\xed\x43\x7e\x5c\x5c\xef\xfd\x62\x70\x29\x94\xb6\x80\x33\xa6\x5c\x8c\xc3\x06\xc9\x69\x28\xca\x61\x23\xdb\x43\xb9\x0b\xfe\x5f\x1c\xa6\x97\x19\xd2\xd3\xca\x54\x39\x65\x1e\x1f\x0e\xa2\x09\x4e\xa8\x4b\xfe\x40\x13\x4a\xe7\x16\xd6\x20\xbb\xd2\x9a\x48\x1e\x46\x94\xec\x05\x06\x3f\xcc\xc3\x7b\x0a\x95\x63\x06\x41\xc0\xa1\x53\x03\x59\x43\x89\x10\x89\x94\x7d\x28\xf9\x02\xb2\x35\x65\x56\x1a\x83\x0b\x7c\x78\xda\xd2\x8a\x26\x6a\x50\x51\xa8\xb7\x2d\x8d\x98\x13\x57\xa6\x74\x30\x33\xa9\xda\x5c\x18\x52\xdb\x8f\xad\xa1\xd4\x82\x63\xc0\x60\x04\x21\x39\x17\x67\xd1\x10\x92\xe0\x5c\xcc\x65\xa3\x0f\x70\x21\x0f\x79\xea\x17\x0b\x94\x47\x40\x9f\xd3\x69\x64\xd8\xe3\x02\x98\x9c\x0b\xd6\x38\x9d\xfe\x85\xa5\x51\x1a\xc0\x65\xf0\x8e\x09\x52\x64\x0f\xc3\x73\xd0\x93\x93\x9d\x3e\x94\x22\x2e\x39\xfe\xb2\xe5\x2c\x2b\x92\x1e\x4a\xbb\xa8\xa6\x99\x3f\xad\x14\x14\x93\x1a\x4a\xe9\x06\xb8\xfc\x64\x9f\x99\x13\xae\x39\x0d\x81\x5e\x43\x29\xbd\xd9\xc8\x77\x8f\x18\x74\x70\x31\xc8\xae\xb2\x8e\xfc\xae\x67\x91\xc3\x07\x14\x64\x49\x4d\xed\xe8\xca\x51\x50\x24\xd5\x6e\xf9\x25\xa6\x98\xcb\x77\x39\x50\x1a\xf1\x75\x39\xff\x3f\xc7\x76\x19\xeb\x14\xc6\x2c\xf8\xc3\x15\x29\x70\x59\x28\xae\xec\x45\xe7\xe5\x1b\x08\x22\x8b\x5d\xb4\xa0\xb6\x33\xe3\xa4\x50\x26\x76\x2e\x38\xe3\x16\xf6\x76\xa4\xee\x47\xee\x57\x0c\x47\x01\xb7\x3d\x65\xcf\x06\xdc\x9c\x0c\x83\x0d\xf6\x8c\xc6\xd1\xb7\x5c\x4c\x4a\xa7\x77\xce\x33\x8d\xc8\xf5\x13\x41\x53\x66\x85\xbd\xd3\x88\xdf\xe6\x69\x5f\xf1\xa5\x67\x9a\xbc\xe5\x23\x9b\x9a\xce\xee\xc3\x5a\x28\x70\xaa\xda\x63\x77\x1a\xb2\x70\x3e\x2f\xe5\x7f\x72\xe9\x65\xc0\x7f\x3e\x74\x18\xd5\x71\x86\x5a\x4a\x76\x13\x4a\x33\x01\xe7\x93\xa5\x62\x74\x36\xa2\xf2\xec\x8d\xce\xc5\xe3\xec\x79\x9d\xe9\xb5\x69\xa2\xe7\x94\xc8\x34\xb1\x1b\xb3\xad\x88\xab\x76\xb0\xf5\x1d\x71\xd5\xb3\x85\x0d\x45\xb8\xcf\xb4\xea\x3f\x66\xdb\x6c\xa7\x73\x83\x49\x3a\xf1\x5e\x6f\x35\xe3\x51\x36\x5f\x56\xdf\xd1\x59\xbd\xb1\x37\xb7\xa3\xe3\xb8\x17\x15\x9d\x55\x32\x73\xdb\xa9\xcf\x46\x28\x41\xb9\x75\x46\x2e\x7d\x40\x6f\xef\x87\xe2\x61\xec\x29\xd9\x4a\x46\x1b\xe9\x42\x89\xff\xd8\xef\x5b\x89\xd0\x2a\x6f\x10\x65\xda\xab\x27\xc2\xb4\xb1\x09\xc3\x96\x95\x5a\xaf\x2e\xb6\x94\xb0\x09\x57\x76\xb4\x03\xc0\x16\x57\xcd\xe5\xbc\x04\x2c\x3f\xa9\xf4\x98\xc6\xcb\xcf\xd5\x9a\xb2\x5b\x65\xa1\x3c\x8b\xf0\xfa\xcb\x3e\xda\x33\x8d\x7a\x16\x39\x60\x97\x73\x29\xc2\xa5\x84\x5c\x38\x1a\x0f\x84\xcb\x59\xaf\x39\xe0\x97\x13\x1d\x0e\xca\x9c\x5b\x8f\x29\x95\xf9\x63\xe5\x8e\x32\xe4\x5f\x39\x52\xf6\xfd\xbf\xff\xd7\x23\xf8\x5c\x16\xc3\x1a\x92\x87\x6c\x23\x67\xae\x6c\xd9\x46\x7a\xa4\x22\xdb\x3b\x22\xf8\x5c\x09\x6d\xa0\x0f\x3d\x89\x22\x41\x5c\x38\x1b\x7a\x6e\x64\xb6\x58\x0b\xc1\x53\x56\x8b\x9e\x2e\x6e\x0b\xcc\x5c\x0b\xb2\x5a\xf4\x8c\xfb\xc6\x2b\x35\xdf\xe9\x64\xc0\x78\x65\x7b\xe8\x91\x66\x64\x7a\xe8\xb9\xe8\x0d\xce\xd7\x3b\xcb\x6d\xdb\x43\x1e\x1a\x36\x3d\xf4\x9c\x22\xd9\x1e\x7a\xee\x76\x59\x10\xce\x05\xaf\x11\xc8\xde\xd9\x3b\x8f\x09\xe5\xf6\x2b\xf5\x6d\xd5\x5e\x83\x69\xd5\x5d\x32\xab\xb2\x28\x9c\x9b\x5d\x6b\x8b\x42\xde\xb5\xd2\xfd\xf7\xcc\x94\x74\xff\x3d\x7b\x51\xba\xff\xb3\xd7\x94\x09\x76\x8d\xa5\xb9\x9d\x95\x80\x77\xa5\xec\x02\x3d\x72\x87\x73\x02\xbe\xff\xa4\xb8\xd0\x9a\x19\xbe\xfd\x87\xfc\x93\x5c\xbf\x72\xd3\xdf\x5e\x52\xae\x13\x99\x0c\x7a\xae\x68\x99\x0c\x4a\x67\xb9\x65\x32\x58\xff\x2b\x93\xb2\x6f\xa5\x95\xaf\x32\x47\xbb\x3f\x1b\x10\x7a\xa7\xc3\x8f\x97\xbb\xa6\xb0\xb8\x70\x43\x7a\x34\x15\xea\x12\x95\x32\xdd\xd7\xec\x68\x59\x10\x7a\xee\x96\x8f\x05\xf4\xce\x4d\x6b\x13\x42\xa4\x09\xe7\xf6\x2b\xfc\xbe\x52\xfb\xf5\xdc\x91\x86\xb9\x9b\xf3\x3f\x70\x69\xe7\xfd\x3b\x47\x9a\xd1\x7e\xcb\x3f\x4a\x37\x11\x31\x5f\x76\x89\x9e\x9b\xce\x30\x77\x79\xf1\x0b\xca\xae\x0f\xee\x32\x19\x22\x6a\x1e\x2b\x1f\xb2\xec\x84\x72\xa8\x4a\xbe\xfb\xe8\x3b\x86\x4d\x7e\x67\xc4\x3c\x59\x22\xea\x66\x9b\xca\xd6\xd0\xed\x07\xf1\x50\xc2\x05\xed\xa1\xba\x3f\x64\x16\x8d\xe3\xdd\x99\xc5\xdb\xd1\xa6\xf4\x21\x8d\xf5\x68\x29\xd3\xbe\x44\xd0\xfb\xf8\xad\xdc\x91\xdd\x3f\xb7\x94\x71\xec\xfd\x8f\x01\xc0\x57\xaa\x1a\x46\xdf\x6b\xf1\x65\x33\x20\xcc\xd8\x2c\x11\xf5\x87\x10\xf2\xd6\x84\x83\x09\x20\x6f\x85\x9f\x7c\x7d\xbe\xb9\xb0\x15\xc5\xd7\x07\x2f\xe0\x2f\x47\x18\x0e\xaa\xfc\x7c\xa3\xf2\x53\x5f\xaf\x37\x57\xa6\x82\xfa\xfa\xe0\x36\x51\xee\xbc\xb9\xd2\x85\x45\x92\x8e\x66\xee\x6b\x18\xfb\x33\x85\xfe\xc5\x7c\xa8\xd5\xe0\x8e\xc0\xb6\x30\x53\xf6\x73\x33\x03\x52\x07\x93\x95\xfa\x02\xf1\x10\xca\x03\x47\x6d\xe7\x90\xbf\x83\xad\xa9\xe4\x79\x2b\xcf\x63\x27\xcf\xeb\x03\xdd\x14\xc6\x05\x56\xfc\x4b\xb6\xce\x54\xdd\xae\xca\x2f\x4b\x82\xc9\xd1\x90\x71\x61\x65\xdf\x7e\xad\xb8\x3d\x33\x9c\xaf\x3f\xe4\x47\xe4\x95\x6b\xbb\xeb\x43\xfd\xb9\xd0\xed\xc8\xf2\xb0\xcf\x33\x54\x53\x2e\xee\x13\x6a\xca\xd4\x99\xb2\xe5\x0f\x37\xa4\x52\x5c\x33\xad\xce\xb3\xd7\xc7\x4b\x3a\xd3\x66\xa8\xe7\x3e\x3f\x11\x2f\x84\x44\x37\x4e\xc4\x02\xc5\x03\x96\xa8\x60\x7e\xb8\xda\x76\xa8\xe7\x26\x3c\x59\x0f\x25\xc4\x1b\x27\xec\xfe\x67\x87\x16\x66\xd5\x30\x70\x3d\x92\xfd\xcf\x47\x8e\x43\x26\xf3\xc2\x38\x11\x20\x0c\xf5\xb6\x59\xd5\x9f\x33\xeb\x20\x5e\xfd\xbc\x8e\xe1\x46\xb2\x3d\x94\x4c\xa3\xe3\x01\xa3\x62\x56\x90\xdf\x88\x96\x43\x41\x7e\x23\x0a\x6f\x63\xbb\x9d\xf0\x54\x59\x22\x46\xd4\x7f\xb2\x44\x9c\xef\x71\x74\x58\x5f\x94\x35\x7f\x4a\x81\x79\xae\x7c\xb8\x55\xb6\xa1\x2e\xbd\xab\x3b\x94\xfc\xae\x57\xa8\x9f\x71\x08\x43\x7a\xde\xbc\x6e\xca\x63\x77\x46\xe3\xf7\xe7\xd9\xe7\x88\x39\xe5\xdc\x09\xbf\x97\x9d\x62\x9c\x28\xb2\x9c\x39\xae\x0f\x8e\xb1\x0c\x15\xad\xc3\x0d\x94\x1c\x6e\x9c\x88\x61\x7f\xc6\x46\x18\xac\xd4\x9f\x9e\x3d\x51\x7a\xfc\x59\xd4\xcb\x36\x72\x22\xb9\x73\xfd\x33\xce\x65\x1a\xb0\xed\x3c\xd8\xa9\xca\x1d\x37\x4e\xee\x0d\x5b\x23\xc2\xa9\xb1\x46\xd8\x27\x75\xee\x43\xcf\x45\x34\x49\xfb\x90\xb8\xd1\xed\x4e\x3a\x01\x4c\x33\xb8\xdf\x43\xc9\xba\x58\x42\x49\x01\xeb\xbb\x71\x3b\x05\x9c\x8d\xeb\xd3\x08\x69\x03\x4b\x85\x11\xd2\x2a\xfc\x6f\x1f\x4e\xd6\x77\xa4\xec\x56\xcd\x6d\x4a\xae\x2f\xdc\x22\xfb\xf0\xc4\x6d\xda\x94\x88\x8c\xd9\x64\xcb\x6a\x70\xf6\x99\xc1\xe8\xa1\x85\x81\x61\x1f\xe6\x6a\xf6\x5f\x98\xc6\x3d\x1b\xe8\xc6\xc1\x3d\xeb\xce\xce\x38\x8d\x7b\x36\x30\x38\x80\x7b\xd6\xed\xa5\xf6\x90\x5a\xe5\xcd\x3f\xea\x38\xf4\x59\x18\x90\x1e\x65\x67\xa6\x4a\xf9\xf9\x7a\x7e\xd9\x49\xae\x3b\xad\x4a\xf4\xb6\x1b\xea\x34\x26\x5a\xd9\x2d\x65\x32\x1a\xcf\x50\x0a\xb2\x35\xcb\x05\xf6\xac\xdb\xdb\x69\x6e\x52\xc2\x99\xc7\x6d\x25\x65\xdb\x8e\x09\x9a\x9b\x94\x68\x07\x35\x0d\xda\x3d\xcd\xac\xf7\xe9\x34\x40\x47\xa8\xe5\xc2\xd4\x55\x8a\x26\xf3\x91\x7d\xea\x29\xb4\xfd\x9e\xd8\x27\xab\xc3\x70\xa4\xcb\x72\x24\xed\x04\xbf\xac\x3b\xc9\xfe\x34\x7e\x59\xb5\xc9\x6b\x1a\xbf\x0c\xb4\xa2\xb9\x31\x5c\x34\x06\xfe\xac\xce\x9a\x2f\x25\xbf\x4c\xe6\xff\x74\xae\x4c\xf3\x98\x2d\xfb\xc3\xb9\x32\x50\x89\xd7\x0e\x35\x99\x9b\xec\x69\xcc\xe9\xe9\xc4\x7a\x99\x0c\x6f\x71\xbb\xfa\x4c\x23\x94\x9d\x7d\xb2\x8d\x15\xf6\x55\xec\x34\x38\x0d\x3b\x36\x30\x00\x18\x76\xec\xa9\x9a\x42\x25\xb8\x78\x0b\x2f\x17\x76\x48\xe5\x9d\x3a\x53\x55\x23\x38\xd3\x87\x47\x60\x2e\xb7\x8b\x73\x4b\x9d\xa1\x3c\x8f\x8c\xce\xf3\xb8\x38\x10\xc5\x99\x4d\x4f\xfa\x70\x16\x0b\xe6\x43\x71\x57\xbb\xa6\x47\x67\xac\x3b\x69\x46\xb7\xec\xc1\x79\x90\x62\x7f\x20\xff\x19\x93\x6b\xdb\xbb\x65\x02\x82\xe5\x04\xf4\xd3\x58\x56\xbb\x32\x18\x65\x24\x1b\x85\x56\x8c\x56\x85\xc3\xfa\x34\x5a\xd5\x86\xad\x1a\x82\x6a\x3b\xf1\xd3\x43\xdd\xae\x4a\xab\x4e\xba\x59\xf3\xa1\x7f\xb1\xa5\x93\xe7\x17\x0d\x03\x38\x41\xa4\xc2\x9f\x7d\x1a\x91\x6a\x6c\x98\x85\x11\xa9\x70\xbc\x9f\x46\xa4\x02\x54\x7c\x82\x48\x75\x9c\xa1\xa4\x05\x2c\x8c\xc7\x1a\x52\xde\xd0\x06\xa4\xaa\x33\xff\x2c\xd9\x71\x71\x58\xaa\x1f\xcd\x9c\x8e\x0a\xac\x10\x65\x96\x1d\xed\xd0\xfd\x90\xf2\xf6\x81\x3f\x55\xe3\x0a\x75\x7a\x34\x62\xe1\xf1\x6f\x66\x6d\xec\xa8\xd6\xd8\x1c\x8a\xd2\xd9\x3c\xd3\xb7\xa2\x74\x7a\xe1\xe4\x36\xdf\x56\x6b\x85\x74\x1f\xee\xb1\xd9\xc8\xb8\xd8\xac\x4a\x59\x36\xd0\x2e\x19\x58\xea\xc4\x71\x70\x1a\x59\x6a\xa0\x5d\x32\x3c\xd4\x89\x9c\x6d\x78\xa8\xee\x1c\x00\xd3\xf0\x50\xd5\x49\xa9\xa7\xd1\xa1\x4e\x1c\xca\xa6\xe1\xa1\x2a\x92\xe5\x6e\x3a\xe5\x58\x53\x8c\x07\x35\x27\xcc\x42\x39\xd2\x4e\xbc\x58\xa6\x01\xa1\x6a\xe5\x08\xb6\xcb\x11\xbb\xf4\x21\xf9\xa4\xe5\x1f\x2d\x9f\xac\x9d\x56\x15\xa7\x06\x0b\x16\x5a\xd4\xd8\xef\x87\xba\xf4\x46\xca\x34\x57\xfb\x48\x1f\x32\xc8\x36\x28\x09\x2f\xc8\xd2\xbb\x39\x6b\xd0\x0c\xa5\xe4\x6e\x5c\x08\x0a\x0c\xaa\x95\x0d\xe8\xc0\x20\xfc\xc4\xa6\x61\xa6\xce\x5c\x88\xcd\x02\xea\x3e\xf2\xa5\xd4\x36\x19\x8e\xbd\xb8\x57\xca\xb6\xab\xa6\xd9\xe7\x7c\x3a\x0d\xea\x04\x66\xca\x78\x1d\xd3\x30\x53\x03\x6b\x96\x61\xa6\x4e\x5c\xb5\xe6\x56\x9c\xd0\x70\x52\xd4\x09\xea\x94\xb3\x19\x4f\xa3\x4e\x8d\xb0\x39\x59\x30\x46\x78\xa0\x0d\x18\x85\x03\x89\x01\x63\x73\x94\x65\xc0\x18\x93\x3b\x48\x31\x3b\x75\x32\x70\x85\xde\x14\x83\x19\x4c\xb0\xa4\x50\x5c\x18\x4b\xaa\x1f\x25\x35\xd5\xe1\x4a\x99\x80\x5c\x32\x34\xf9\x0a\x54\x78\xb7\x2c\x1d\x13\x99\x73\xcb\x98\x51\x06\xcb\x4f\x6c\x4d\x86\xed\xe8\x8a\x23\x94\x52\xec\xc0\xff\x6c\x92\x78\xc7\x29\x13\x68\xb7\x07\xd1\x34\x3c\xd4\x89\x85\xc0\xf0\x50\xe7\xbb\x19\x94\x33\x6e\xda\x67\x70\x02\x0f\xd5\x37\x17\x92\x43\x6f\x70\x9d\xd8\xce\x19\x37\x33\x38\x9d\xf1\x93\x32\x25\x82\x1b\xb9\x2b\x06\xa1\x56\x1d\x4a\xa0\x42\x30\x67\x61\x47\x4d\xde\x55\x7b\x38\x07\x01\x17\xe7\xf0\x29\xe6\xb5\x6a\xf0\xa8\x86\xb0\x6c\xf0\xa8\x79\x1c\x29\xf3\x3f\x76\x5a\x55\xde\x24\xf4\xa4\x86\x87\x3a\x7b\x56\x4a\xf8\x50\xf3\x48\x97\x4e\x82\x9b\xc1\x59\x02\x30\x60\xfd\x34\x3c\xd4\x39\x47\x3a\x51\x3c\xd5\x91\xb2\xaf\x9a\x29\x50\x3e\x62\x99\x00\xa9\x3b\xf1\xb2\x30\x3c\xd4\x3c\xb8\x65\x14\x97\xd3\x72\xa8\x1c\x97\xd3\x8d\xb3\xf3\x90\x55\x55\x69\x46\x19\x49\x98\xe2\xe1\x40\xc0\x9a\x8a\x8a\x67\x44\x3a\x90\x19\x66\x86\xe1\x03\xf8\x84\x52\x2b\x88\x4f\xef\x60\xa4\xc4\x1b\xcc\xcd\xad\xa1\x71\xad\xc9\x80\x33\x8f\x7f\xfb\x50\x3f\x55\x75\xe1\x64\x16\x01\x2b\x09\xb5\xd4\xcc\x84\x52\x50\x1a\x12\xa8\x80\xa2\xea\xc8\x60\x04\x66\x5c\x8f\x94\xfd\x14\x3f\x1f\xca\xe7\x9b\x05\x97\x31\x67\xe6\x48\xc9\x96\x33\x0f\x8e\x9b\x82\x7d\x26\x06\x42\xe3\x44\x9d\x67\x09\x65\x56\xc4\xb9\x51\xb4\x4f\xeb\xcc\x94\x8c\x40\x2d\x77\xca\x94\xe0\x5e\x66\x3e\xbc\xa4\x18\x9d\x50\x5a\x6e\x24\x5c\x19\x88\xda\xdb\x05\xbb\x0f\x36\x25\x03\x51\xeb\xec\x62\x19\x88\xce\x5d\x53\x55\x9b\x8f\x7b\xda\x71\x41\xdd\xb9\x7b\x1e\x52\xbb\x8f\xb9\xb1\x2d\xe9\xac\xe9\xf1\x72\xd5\xb4\x23\x53\xfa\x4a\x1f\xc2\x98\xc9\x4f\x49\x81\xde\xd3\xa3\x77\x54\xa1\xe6\xa5\x99\xca\xc0\x2d\x0b\x6c\x1e\x12\xb6\x3b\x1d\x85\xd1\x3c\x52\xd4\x0c\x9f\x12\x34\xd5\x3c\x10\x22\xa6\xdf\x11\x7b\xa7\x55\xe1\x3c\x1c\xe9\xff\x56\x55\x26\xdc\x91\xc7\x5c\x7e\xd3\x3b\xac\x86\x12\x2f\xe2\x46\x95\xc1\xea\xcc\xf2\xcb\x60\x35\xf1\xf0\xda\xb2\x49\xcd\x83\xc9\x50\x72\xbf\x89\x6e\x24\xb8\x55\x70\x77\x60\xab\x5a\xca\xf4\xf7\x56\x30\xee\xa5\x47\xdc\xc8\xae\x55\x1c\xd0\xc4\x33\xcc\x30\x56\xf3\x68\x29\x53\xbe\xc4\xb7\xcc\x83\x59\x50\xca\xc8\x89\x24\x24\x1b\xd8\x3c\x38\x97\x8a\xe6\x99\x38\x8d\x6d\x05\xf3\x9c\x23\xfb\x54\xd1\x3c\x13\xef\x88\xbd\x94\xa8\xe8\x40\x86\x74\x6e\x41\x5c\xc8\xf6\xb2\x3b\x40\xb6\xbb\x2c\x6b\x13\x1b\x9c\x41\xad\x76\xae\x6c\x63\x5a\x45\xba\x58\xe6\x35\x48\x9b\x0a\x03\x9a\x2b\xbf\xaf\xdb\xc5\xf9\x41\x1f\xaa\xba\x0b\x1a\xb5\xbb\x3a\x3b\x53\x61\x40\x13\x1d\x8e\xc1\xb0\x6a\xcb\xd8\x64\x3f\x88\x1c\x20\x4b\xde\xd3\x0c\x13\x6e\x34\x80\x1d\x4a\xa1\xfc\x67\x3e\x54\xfa\xa9\x95\xb1\x7d\xfc\x61\x86\xa3\x03\x96\x9f\x32\x5f\x42\x9c\x52\x18\xd0\x44\xbb\x6f\x9c\x2c\xf2\xc6\x4c\xe3\x64\x4d\xcc\xe1\x5b\xc6\xbb\x9a\xa7\x87\x2c\x74\x7b\xbc\xad\x68\x11\xb3\x33\xec\x0c\xf2\x6e\x22\x59\xe8\x0e\x0e\xed\xf2\x76\x43\x46\xde\xde\x6e\x08\xe9\xc2\xcc\x7a\x3e\x9c\x90\xc2\x49\xac\xa9\xea\x91\x36\x28\xcf\x0d\x7b\x6a\xeb\xd1\x34\xde\x76\x64\x1d\x5e\x10\xfe\x7b\xda\xf4\xfd\xc5\x6d\xb6\x49\x5d\x90\xef\xcc\x42\xc6\xbf\x3d\x3e\x8c\x93\x75\x8e\x4c\xaa\x2d\x7d\xa8\x6d\xb7\xcc\x77\xf3\x18\x29\xf3\x74\x64\xe4\xdb\xd3\xc1\xe8\x94\x2b\x79\x86\x32\xd8\x29\x72\xd7\x56\x30\x59\x36\xbc\x50\xb3\xf6\x78\xa9\xfe\x7f\xff\x6f\x61\x91\x33\x68\xd6\xd3\x05\x3f\x29\xc7\x3c\x94\xdf\x80\x66\x8d\xb7\x47\xf9\xf6\x8e\x8c\x06\x61\x27\x13\x62\x06\xc3\x33\x69\xcb\x2b\x7f\xcc\xb4\xa3\x95\x63\x73\x08\x60\x6b\xe1\x1c\xb2\x95\xdb\x71\xf5\xcc\xe3\x6d\x7c\x3b\xbe\x93\x50\x9a\xe7\xcc\xb6\xd7\x75\x16\x47\x1b\x67\x9f\x69\xf3\x79\x33\xee\x54\x7c\x8e\x22\xbb\xdd\x58\x5b\x23\x62\xb7\xb1\xb6\x1a\x52\xb7\xb1\xb6\xc6\x31\x43\x3a\x4f\x54\x87\xf2\x12\x73\x63\x2b\x08\xab\xe4\xe9\x7d\x39\xe3\xce\x99\xaa\x8f\x2c\xbb\x7b\xfa\x10\x0e\x6b\x4f\x4d\xbd\x1f\x99\x43\xe5\x92\xdc\x9c\x76\x19\x0b\x9f\x1e\x52\x56\x55\x73\x43\xe9\x11\xc8\xaa\x5d\xd2\x7b\x44\x5c\xba\xb6\x20\x83\xb9\xcc\x2f\x25\x54\x8a\x7c\x74\x19\xdb\x0c\xc1\xe6\x02\x17\x88\xef\x9e\xe9\x9d\xe8\xc8\xb7\xa3\xa3\xc6\xc9\x15\x21\x6b\xe1\x3c\xf3\x83\xb2\xb8\x0f\xe6\xfe\x32\xb0\xe4\xc9\xc5\xab\x78\xa8\xb5\xf2\x4f\xb7\x51\x61\x4d\xc9\x3e\xd8\xd0\xfb\x1a\xb4\xab\x61\x86\x30\x66\x57\xd9\xdc\x26\x8e\x5b\x1a\x27\x8f\xf2\xdb\xf7\x3e\x27\x41\x98\x5d\x4f\xe1\x84\xbc\x14\x66\x96\x2f\xbf\x8f\x2c\xbb\x43\x89\xf5\xa6\x15\xa5\x7c\x65\x7b\xcb\x92\xd8\x0e\xee\x72\x59\x12\xcb\x09\xe7\x75\x10\x13\xce\xc3\x5b\x31\x4c\xe7\x38\x91\xba\x6e\x27\x38\xae\x29\xec\x2e\xcc\x97\x46\x3b\x4a\x55\xe7\xcc\x2a\x50\x0e\xb9\xc8\x87\xb7\x1e\x92\x0c\x54\xc9\x69\x17\x8c\x50\x16\xc8\x12\x41\xd6\x06\xc8\x71\xc2\xb2\x65\x81\x5c\x27\xf7\x80\x62\x9a\x9e\x42\x5a\x95\x86\xea\x78\xbf\x6c\x0f\xeb\x67\x0f\x2b\xa6\x69\xcc\x9d\x66\xec\x24\x58\x52\x55\x21\x46\xec\xb0\xdb\x28\x6d\x3d\x1f\xda\xd1\x98\x1e\x6f\x0f\xa7\x86\x7c\x5e\xeb\x33\x6b\xa3\x27\xe8\x44\x98\xb8\xd9\x46\x30\xed\xdb\x50\xb7\xe9\x51\xbc\x7f\x67\x15\xfd\x3e\x69\xa1\xec\x2b\x91\x66\xc4\xec\xce\xcc\xe3\x6d\xcd\x77\x85\xfa\x73\xa1\x49\x5b\x2c\xc7\xc9\x78\x64\xb1\xac\x75\x85\x6a\xea\xa4\x43\x29\xfb\x7d\xcf\x87\x4e\x24\xfc\xef\xdc\xa6\x13\x18\xb3\x8a\x50\x6e\x18\xb3\x81\x43\x8a\x61\xcc\x46\x1e\x85\x1f\x9d\xce\xc9\xd5\xa4\x88\xa8\x31\x53\x13\x54\x5a\xff\xb3\xe3\xa3\xa2\x69\x73\x7c\xd4\xfb\x7a\x96\x21\x72\x84\x33\x1a\x8c\x2c\x8a\x4f\xe5\xfa\x3c\x63\xec\x30\x1a\x59\x6b\x25\x94\x1c\x44\x32\x1d\x52\x4b\xbe\xbf\xec\xa4\x0e\x58\x22\x8c\x22\x56\xe6\xa4\x50\x3e\x5e\xd1\x8a\xca\xd8\x58\x70\x2c\xd9\x1f\x27\x27\xe7\xb4\xc8\xd8\x38\x26\xd7\xfd\x07\x7e\x00\x5f\x71\x06\xd1\x01\x3f\x90\xb1\xf1\x8c\x0d\x61\x7f\xe4\x50\x8d\xcf\xb6\x21\xc6\x1a\x96\x5f\x43\x8c\xb5\x0e\x07\x12\xc2\xd8\x39\x4e\x8e\x8b\xd3\x8b\xce\x91\x0f\xa7\x06\xb0\xa1\x94\xe9\x36\x65\x9e\x71\x38\xe0\x57\xb6\xa6\xf2\x52\xf2\xa3\xe2\x17\x0d\xd4\xd5\x10\xcc\xbe\x9e\x70\x36\x99\x63\x97\x7a\x4d\x99\xe4\xd2\x68\x69\xbf\x3e\x57\xf0\x43\x87\x2e\x45\xd1\xf7\xf5\xda\x44\x47\x2a\xa3\xe5\x98\x23\xed\x68\x34\x25\x7d\xd8\x46\xed\x69\xc4\x10\x08\xb3\x92\x75\x6f\x60\x5d\x35\xa4\x56\x8b\xc9\x40\xc6\xbd\x31\x79\x91\xfe\xac\x57\x81\x01\xc8\xb6\x57\xe6\x0e\xa5\x67\x1f\x53\xaa\xe0\xa0\x31\xd9\xc4\xce\xd8\x39\xe9\x5d\xd6\xbb\xba\xb8\x7d\x6c\xbd\x9b\xec\xaf\x9f\x20\x04\xe6\x99\x32\xb9\x23\xb1\x15\x95\xaf\x73\x45\x97\xff\xf3\x1e\x2e\x2d\x64\xf9\xbf\xff\xd7\x4b\x3a\x94\x22\x2d\x72\xa8\x01\xac\x80\x81\x9a\x06\xb0\xaa\x67\x4d\xd5\xe5\xc2\x02\x29\x07\xf6\x9d\x2f\x9d\xfd\x8a\xc1\x59\xcb\x96\x27\xa2\x10\xac\x6a\x1e\xb3\x02\xb0\xda\x38\xe3\x81\x51\x95\xed\x2e\x4b\x5f\x1d\xbc\x5e\x8d\x51\x05\x2c\xd2\x04\xa3\x6a\x72\x4e\x64\xea\x6b\x39\x0b\x3f\x99\x61\x5b\xcf\x87\x9a\x46\xa4\x9b\x9f\xb3\xbf\x45\x3f\xa8\xd4\x9f\x93\x08\x89\xfd\xa7\x2c\x26\x8b\xe9\x90\x71\xaf\x47\x6a\xf8\x33\x0a\x3e\x73\xac\x3c\x98\x2b\xc2\x4e\xd2\x60\x4e\xa8\x8f\xae\x66\xca\x0c\x20\xc6\x5d\xfc\x27\x59\x0f\x9b\xdc\xfe\x63\xd7\x62\x78\x92\x35\xaf\xe1\x19\xb8\xff\x98\xff\x9d\x76\x9e\x13\x95\x57\xf0\x1f\xf3\xcf\x34\xca\x9a\x57\xa2\x85\xff\xb3\xb0\x17\x0d\x95\x22\x96\xca\xf9\x52\x52\x73\xb2\x8e\xb6\xed\xf5\x96\xd1\x3d\xa7\x2f\x93\xa1\xd0\xd8\x08\x11\x7f\x56\x5d\xb2\x6d\xff\x9c\xb6\x0a\xcd\xed\x9f\x41\xd0\xeb\xf1\xcf\x70\xc4\xa7\xae\xdc\x16\x31\x98\x29\xb6\xa9\x46\xb3\xef\x04\x9e\xc4\x21\x18\x5c\xaa\xe0\x63\x07\xb8\x14\x96\xc5\xeb\x90\xab\x18\x02\xf4\x75\x28\x6c\x16\x1d\x08\xf8\x51\xce\x9a\x32\x8d\x11\x55\x8f\x97\x92\xb6\xc4\x47\xd1\xb8\x4f\x03\x83\xa4\x71\x9f\xaa\xe3\x5d\xa7\x61\x9f\x4e\x10\x1d\x1e\x52\x16\x79\x5b\x3d\xaf\xc3\x12\x06\xbe\xb7\x06\x85\x22\x67\xd1\x43\x89\xdb\xe2\x88\x7c\xc9\x26\xd9\x98\xc6\x8b\x1c\x9d\x38\x0f\x5d\x8e\x6c\x02\xfe\xe0\x21\xc5\x37\x0e\x1a\x12\x18\x86\xb3\xda\x3f\x54\x73\x55\x46\x6b\x0e\x97\x19\xf0\xed\x93\x11\xd8\x4b\x3b\x83\xf5\x56\xc1\xdf\x17\x24\xaa\x79\xa4\x50\x1c\x27\xa3\xd3\x5d\x64\xec\xbf\x79\xc9\x08\x59\xd0\xc9\x5c\x36\x3b\xf2\x80\x36\x66\x55\x75\x32\xe7\x69\xcc\xaa\x66\x68\xff\x69\x94\xaa\x31\xb3\x1c\x96\x14\x88\x9f\x31\x4c\x55\xe9\x59\x55\x4b\x0a\xce\xbb\x3d\x0d\x53\x75\x62\xf7\x31\x14\xd5\x46\xcb\x6f\x28\xaa\x93\x04\xed\xd3\x58\x54\x27\x7a\x56\x63\x51\x9d\xa4\xc0\x9f\x06\xa3\x1a\xf3\x6d\x47\xe3\x39\x53\xd5\xe3\x69\x21\xa5\x9f\xb6\x3e\x03\x4c\x29\xb0\x03\xa6\x31\xa5\x06\x4e\xae\xc6\x94\x3a\xc9\xac\x3f\x0d\x2a\x55\x57\xda\x51\x3a\x22\xe7\x49\x7d\xa8\xaf\xb2\xe5\xd3\x8c\x9e\x74\x2d\xdf\x29\x0c\x8d\x77\x8b\xf1\x9f\xce\x51\x07\x63\x95\x3d\x19\x4e\x6e\xfc\xa7\x42\xbc\xc1\xa5\x58\xab\x56\xd2\xa1\xe5\x86\x93\xe9\xd0\x3b\xa2\xbc\xdf\x29\xbe\x85\x75\x3c\x0d\xd9\xd7\xe8\xc1\x72\x1c\x07\xc2\x26\x4a\x0c\xd6\x97\x4d\x94\xa3\x5a\xe0\xb9\x9c\x6e\xb2\xbd\x94\x92\x4e\xf4\x54\x7d\x18\xf7\x4b\x08\x50\xd2\x8c\xe3\x2a\x9a\x27\x94\x24\x97\x43\xa4\x46\x4d\x87\x7a\x36\x71\x51\x1a\x18\xaa\xce\x16\xca\xc9\x69\x3a\x94\x67\x66\xa7\x1d\xcd\x0c\x07\xa7\xd8\x20\xc0\xcc\xd8\xea\x89\x65\xdd\xb8\x50\x67\x96\xc2\x69\x2a\x07\x8f\xc8\x4b\x69\x2a\x07\x76\x76\x83\x46\x3d\x85\xb4\xea\x13\x57\x18\x80\x4f\x1c\x3e\xe5\x57\xf1\x89\x2b\xcc\x86\xb9\x33\xa6\x3d\x23\x4c\x9d\x4e\xc0\x34\x8d\x30\x75\xc6\xd2\x77\x29\x51\xe5\xea\xf9\x67\x5d\x79\xa8\x82\x8c\x29\x55\x76\x06\x2b\xbc\xa3\x93\xbd\x51\x6c\x85\xe0\xc4\x1b\x6f\xaa\xbf\x35\x8d\xd2\xc7\xc0\x6f\xef\xa9\xd4\xd4\x11\xe7\xc0\x17\x67\xf5\xa9\xf9\x4e\x0c\xa8\xfd\x3b\x21\xd3\x53\xf7\x23\xfb\x79\xbe\xfc\xfa\xcb\x0c\x5c\xef\x91\x1d\xea\xcf\x85\x1e\x79\xb5\xc8\xdf\x38\x81\x20\x5e\xb1\x5b\x94\xb9\xf2\x44\x11\x6c\xc0\xab\xe1\x04\x29\xd3\x80\x57\x85\x70\x2f\xe3\x5d\x9d\x46\xd9\x98\x97\x52\x55\x16\xde\xe6\x97\x2c\xc6\x83\x67\x8d\x01\xae\x0a\x4f\x37\xc3\x56\x0d\x9e\x7c\x46\xad\x5a\xce\x54\x31\x8d\x4c\xb5\x5b\xc6\x62\xd4\xe0\x9e\x32\xa1\x06\x67\x64\xe6\x8d\x35\x35\x95\x4e\xda\x6f\x9a\xab\x7a\x69\x6a\xa8\xea\x54\xa0\x34\x23\x3b\x2f\x4e\x51\x97\x4c\xb9\x05\xf5\xad\x71\xaa\x0a\x46\x8f\x4b\xf1\x54\x1b\x49\x09\x60\xaa\xe1\x2c\x62\xd3\xc0\x54\x05\xf9\xda\xc0\x54\x03\x7f\x0d\xa3\x4d\xcd\xc5\xd6\xb0\x05\xd6\x69\xb8\x1f\x4a\x18\x2b\x9c\x0d\x25\x4a\x1c\x44\x77\x01\x2f\x85\xa4\x72\xc9\x72\x7a\x92\xf9\xfa\x21\x15\xd3\x0e\x2b\x92\xb1\x74\x13\xaf\x79\xc9\x56\xba\xf0\x41\xb8\x64\x2b\x9d\xb8\xb1\x5f\x32\x79\x6e\x74\x3d\xe0\x52\x4d\xf6\x9b\xac\x91\xd5\xc9\xd4\x1f\x4a\x51\x80\x6f\x4d\x45\x01\x32\xdd\xc6\xac\x8a\xff\xbd\x41\xab\x6a\xcd\x5c\x78\x7f\xe1\x8e\x7f\xd9\x54\x89\x1e\xf0\x52\x46\xc3\x8a\xda\xfb\x52\x5e\xc2\x81\x6e\xf7\xea\x56\x5b\x74\xf8\xa4\xec\x98\xf5\xf0\xe3\xf3\xea\x16\x15\x58\xb6\xee\x20\xb5\x4e\x99\x2f\x75\x98\x91\xd1\xae\x06\xd7\x8d\x8c\x93\x03\xc5\x97\xd1\xae\x48\xda\x38\x2f\x02\xaf\x26\xdd\x4b\xb5\xdc\x53\xd3\x21\x2b\xec\xe0\x6e\x59\xbc\x97\x14\x2a\x0c\xaa\xf3\x87\x92\xc5\x77\x09\x35\x5c\x35\x5f\x6a\x34\xcc\x8d\xc2\xb0\x6a\xce\x93\x42\xad\xca\xc1\xa1\x25\x49\x60\x67\xa3\x76\x47\xbe\x75\x0a\x9d\x0d\x83\x6d\x83\x71\xf2\x2d\xdb\x8e\xa6\x63\x6e\x1c\x6a\xe5\x57\x9a\x11\xad\xda\x62\x6e\x86\x53\x88\x72\xa2\x14\x78\x55\xf2\x8f\xc3\x51\x71\x23\x65\x6e\xa5\x42\x7d\xe5\x9f\x99\x9a\x8e\xa0\x19\x50\x5a\x6f\xb8\xcb\xf0\x7c\x0f\x28\xb9\xaa\xe0\x36\x00\xf2\x14\x41\xa0\x80\x4b\xa1\x09\x02\x31\x0a\x47\x9e\x0b\xbb\x9d\x31\x2f\xe6\x25\xc3\xdd\x26\xbc\xc2\x70\x52\x73\xa5\x0b\x45\x5e\x81\x64\xf1\x90\xda\x19\x1c\x0c\x9b\xe3\x6a\x5a\x7d\x66\xa6\x45\x4a\x13\xd6\x54\xe9\x67\xa8\x8f\x9b\x09\xa9\x9c\x9d\x99\x0c\xfb\xf5\x72\x69\x0d\x36\x38\x42\x9b\xa2\xb2\xda\x71\xfe\x3b\x72\xdc\x98\x55\x35\x27\xc3\x11\x5b\x03\x67\xb1\xcb\x11\x5b\x88\xdb\x97\x2d\x79\xb9\x6e\x65\xac\x3b\xd1\x5a\x19\xec\xea\xf9\x30\xe4\x2d\xdf\xbd\x54\xf5\x8f\xec\x74\x22\xe4\x3b\xe6\x5c\x79\xfb\x4a\xb8\xb4\x0c\x7b\x05\x97\xa3\x4b\xb6\xbb\x81\xfd\xfb\x92\x79\xae\x60\xc6\x37\xbe\x55\x1b\xf0\x65\x59\xd9\xc6\x86\xbf\xca\xca\x76\x1a\x86\xf3\xa1\xc4\xa7\x88\xe6\xbc\x64\x65\xab\x27\x87\x71\x3a\xed\x3c\x53\x3e\x7d\xf5\x46\x18\x9f\x7e\x98\xf6\xf4\x71\xb9\x90\x81\x2b\x98\x7a\xb7\x54\xfd\xb8\x90\x7f\x94\x7c\xb5\x5b\x46\xf0\x73\x61\xfa\xfc\x93\x21\x9f\xaa\x52\xbf\xa1\xa8\xbb\xa6\x03\xd4\x33\x00\xbd\x4c\x71\x02\xbd\xa6\x37\x04\xf1\x08\x46\xe3\x2a\xd8\x41\x0c\xb8\x55\x71\x49\x33\xde\xd6\x99\x88\x3e\x03\x6e\x0d\x8c\x1d\x97\x8c\x72\x03\xcd\xf4\xa5\xf8\xb2\x41\x40\xd7\xe5\xfc\x7b\xc4\x6f\x5e\xcb\x2b\x37\xde\x3e\x14\x24\xc9\x7a\x28\xff\x5e\x6d\x88\x66\x4a\xaa\x37\x78\xfe\x5d\xb2\xb4\x9d\x79\x0e\xc9\x9a\xd6\x3a\x67\x7c\xd9\xcb\x0a\xf6\xbb\x8c\x34\x10\x8e\x6b\xe0\x2e\xbc\xee\x0c\xcd\x35\xfb\xa0\x7b\x1d\x48\x82\x81\x0c\xb0\x35\x51\x45\x5f\xcb\x67\x2e\x27\x59\x16\xab\x3a\xe1\x63\x0a\x30\x1b\x91\x37\x97\x53\x6f\x63\x82\x37\xfc\xd6\x20\x8c\xcb\xf0\x5b\xe7\x20\x48\xf9\x5a\x36\x44\xd4\x54\x15\x62\x4b\x49\x1f\x9a\xff\xb7\x47\xaf\xf1\x4c\x3b\xca\xaa\x07\x93\x95\x05\x6b\x47\xda\xdf\xcb\x1a\xa5\x0a\xf5\xf9\xbf\xff\xb7\xd1\x36\x5d\xdb\x6c\x8d\x29\x56\xc2\xbb\x35\xf3\x9d\x5e\x9c\x3b\xdf\x49\xfa\xcd\xa4\x2a\x86\x6b\x47\xbe\xb3\x89\x08\xd3\xde\x25\x63\xce\xc2\x59\xfc\xc2\x98\x93\x77\xa2\x8c\x39\xfb\x1d\x8c\x74\x28\x9b\x6b\x64\xdf\xf6\x24\xa7\x51\x39\x19\x0c\xc2\xef\xae\x7d\xdb\xe9\x3b\x55\xa5\xe0\x99\xa9\xaa\x5c\xb3\x47\x6a\x0a\xb4\x91\x2b\xe6\xb2\x35\x8f\x57\xb4\xc2\xb6\x6a\x5e\xe6\x97\xf9\x4f\x5e\x5b\x97\x5d\x80\x19\xdb\x65\xe7\x34\xb6\x34\x26\x9b\x3c\x76\x64\xb2\x99\x07\x6b\x7a\xf9\xde\x8e\x14\x23\x9b\xcd\xc4\xf4\x73\x29\xc4\xab\x9e\x1c\x86\xcb\x6e\x2d\xac\xb0\xcc\x34\xad\xf7\x94\xc9\xb6\xc9\x92\x5e\xf6\x72\x47\x88\x71\x8a\x3d\x54\xa6\x97\x32\xec\x95\x82\x64\xa0\x0c\x7b\x67\xe5\x86\x53\x86\xbd\x9a\x8d\xea\x0c\x7b\xaf\x60\xa8\x40\xb1\xd2\xce\x7f\x2b\x3f\x8c\x31\x36\x09\x0d\xbc\x2e\x27\x34\xcb\xb8\xed\x3a\x00\xc7\xbb\xac\xa4\x8c\xa0\x76\xd9\x77\x20\xc3\x61\x37\x30\x1c\x79\xb9\xe6\xaa\xba\xac\x6d\x8b\xbc\x77\xd9\xad\x65\xf2\x57\xb6\x10\x5b\xa3\x76\x5d\xc6\x53\x44\x82\xbe\x6c\x21\xe6\x05\xa3\x78\xb3\x1d\x79\xc7\x16\xa4\x33\xb3\x2f\xc5\x0c\x21\x47\x97\x53\xdf\x11\xf7\x7c\x39\xf5\x5d\x63\xf5\x9d\xfa\x2e\x7a\xe8\x4b\x26\xa4\x3d\x5e\x4a\x38\x2b\x5c\x14\x58\x90\x88\x9d\xb9\x6e\x3b\x92\xb2\x35\x6e\xa7\x94\x65\xa6\x64\xd0\xa9\x44\x06\x5e\xb7\x33\x36\x73\xc0\x1c\x36\x56\xb8\x61\x6c\xb4\x21\x8f\xc9\x25\xa3\x4d\x8b\x90\x2e\xb3\x4c\xa9\x2f\xa5\xb7\x1e\x5e\x73\x97\xec\x32\x75\xbc\x1f\x7a\x67\x76\x28\xcd\x37\x77\x91\x82\xc8\x4a\xe1\x64\xdc\xbe\x26\x70\x1c\xbb\xb0\xd2\xf0\x2c\xbb\x15\x1d\x84\x91\xe6\x92\x75\xa5\xe5\x59\x70\x3f\x33\x3c\x0b\x6c\xd2\x11\x5f\x44\xcb\x5f\x36\xae\x8c\x09\x9b\xb6\x75\x25\xc2\xfe\x87\x43\xc4\x2b\x59\x39\xe3\x36\xbf\xff\xe1\x0c\xc1\x8a\x3f\x3a\x43\x28\x7b\xaf\x0f\x13\xbe\x43\x6a\x00\x4c\xaa\xac\x29\x35\x87\x48\xc9\xe6\x26\xfe\xd7\xd7\xc7\x81\x0c\x0b\x66\xf4\xd9\xc6\x39\x0f\x65\xd0\xa1\x54\xed\xfa\xb0\x40\x6d\x51\x74\x68\xff\x8c\x75\x84\x34\x48\x01\x3d\xca\x78\x5e\x10\x29\x3e\x40\xd9\xc0\xb6\x64\x95\x99\x65\x85\x6a\xa2\x1a\x94\x7a\x5c\x8c\xc6\x62\x33\xe2\x17\x46\x99\xc5\x05\x2f\xa3\xcc\x89\x33\xde\xf5\xb1\x1e\x66\xb1\x73\x15\x3b\x36\x71\x64\xba\x14\x3b\x36\xf1\xb2\xb9\x3e\x46\x93\x18\xa9\xf9\xf5\x87\xa9\xea\x91\x7b\xe7\x28\x76\x6c\x66\x3b\x7e\x7c\xc3\xad\x12\xb2\xaa\x90\xb9\x92\xcb\x57\xe1\xfc\x61\xb2\xc9\x03\x4f\x26\x9b\x82\x27\xd3\x85\xc9\x66\x95\xd4\x35\xda\x6c\xba\xf4\x78\x78\x2a\x28\x7a\x6c\x86\xc7\x1b\x12\x6e\x2c\xce\xbc\x62\xc2\x66\x41\x56\x14\x24\xdc\xc4\x14\x67\x48\xb8\x49\xaa\x05\x20\xe1\xc6\xaa\x29\xdc\xc6\x97\x81\xf2\x52\xd6\xd4\x95\x0d\xa5\xa6\xf0\xa3\x3e\x0a\x94\x0d\xfc\x9e\x01\xc5\x9d\x95\x70\x20\xc5\x9d\x35\xf2\xde\x5c\x0a\x3b\xab\xb8\x6e\x5e\x5f\xab\x63\x57\x1a\xd5\x36\xab\x3b\x55\x75\x06\x08\x7f\xbe\xbe\x32\xf8\x9e\xf9\x2b\x7b\x70\xac\x96\x2e\x35\xcd\x6b\xfd\x9b\x5b\x7f\xad\x80\xc2\x45\xfd\x92\xd9\x6a\x96\x95\x11\xc8\x56\x7c\x66\x78\x1f\x57\x0d\xa9\xf3\xcb\x81\xfd\x7a\xbf\xf2\x96\xf9\xfa\xd5\xb7\x60\x0a\x32\x6a\xcd\xc2\xf1\x95\x6d\x6a\x4f\x78\xe2\xd7\x7b\x29\x7f\xe9\xbd\xc4\x79\x55\x70\xdb\x8c\x94\xa5\xe0\xb6\x49\x52\xa4\xcb\xc1\x6d\x83\xe4\x17\x06\xbb\x2b\x8d\x87\xc6\xd7\xb2\x13\xa9\x60\x40\xbb\xab\xe9\xd1\xb2\x13\xf6\x18\xa3\xdd\x4d\xec\x08\x97\x6c\x5c\x15\x4f\xd3\xeb\xcb\x56\x42\x06\xfe\x01\x71\xbe\xa1\x9e\xf1\x10\x5b\x60\x5c\xba\x95\xcb\xdb\xb8\x74\x63\xcd\x7c\x68\xfc\x13\x28\xb9\x82\x65\x38\xbf\xed\xc4\xca\xa1\x94\x27\x86\x73\xf7\xdb\x9c\xed\x02\x29\x59\x8a\x6b\x48\xd9\xf2\x26\x91\x07\xd7\x4f\xcb\x11\xfb\x80\x4d\x60\xab\x85\x7a\xe6\x91\xf8\xb9\x4b\x66\xad\x99\xa7\x9d\xac\x5a\x25\xf6\x01\x59\xb5\x26\x86\x34\xc3\xd9\x4d\x2c\x2e\x97\x8c\x5a\x93\xd8\xe5\x4b\x46\xad\x72\x22\x39\x2a\x9a\xad\x6e\x0e\xbd\xcc\x58\x93\x28\x9c\xeb\x77\xbb\x3f\x4f\xb7\x42\xd4\xd6\xc9\xeb\x44\x21\x6a\x93\x88\x8c\xeb\x4f\xd7\xec\x46\x1c\xfa\x33\xd7\xdf\x0c\x5b\xc8\x73\x8d\x84\x36\xd7\x1f\x19\x0f\x26\xd4\x72\xd5\x13\x72\xcb\x70\x95\xaa\xce\x30\xcf\x70\x84\x59\xb7\x23\x57\x0a\xb3\x6e\xd6\x0c\x67\x7b\x38\x0c\xd5\x5a\xdd\x9d\x4e\x94\x80\x94\xd0\x62\x20\xe3\x30\xb0\x1b\x32\x6e\xd6\xb7\xa6\xd6\x82\xe5\xfe\x33\x96\x26\x8c\xf5\xcf\xae\x4f\xec\x70\xd9\xb4\x56\xe3\xd6\xfd\xf3\xec\xa3\x43\x95\xa1\xaa\x90\xd3\xe0\xfa\x33\x4a\x7c\xda\x34\x97\xc5\xf1\xd0\xe0\x72\x7b\x22\xc8\xca\x54\x55\xf0\x3d\xba\x94\x68\x6f\x56\x4e\x86\x13\xed\xbd\xef\x28\x59\xa3\x66\x4c\x33\x0e\x6d\x1b\x4e\x79\x3f\x6f\x99\xa3\xf6\xf4\xc2\x19\x40\xee\x24\xdd\xc7\xad\x5c\x7a\x13\x43\x8d\x01\xe4\x26\x06\x1f\x03\xc8\xad\x62\x29\x07\x00\xb9\x08\xeb\x06\x90\x9b\x48\xd9\xc6\x7a\x9b\x24\xf7\xba\x65\x29\xda\xd8\x7b\x0c\xee\x36\x31\xe9\x00\xee\x36\xb6\x0f\x98\xc1\xdd\x16\x6e\xee\x06\x77\x7b\x0a\x19\xc0\xe5\xe9\x58\x50\xee\x23\x55\xed\x26\x45\xff\xcc\x78\x6a\x7a\x6b\xd0\xa3\xf7\x6d\xa5\x43\x83\x90\x1e\xa1\xa4\x74\xc9\x0f\x3b\xeb\x1a\x3f\x2c\x03\xcf\x34\x8a\xf1\x34\x64\xda\x44\x00\x37\x64\xda\x39\x8c\x6b\xfb\x90\x55\x89\xf5\xfe\xad\xa7\xbe\x4f\xa7\x4d\x2e\x69\x47\x8f\xba\x05\xa5\x0c\x32\x18\xa3\x0c\x61\xb6\xb1\xf6\x18\xc2\x6c\x95\x1e\x4a\xae\xe2\x93\x9a\x72\x9f\x73\xda\xf2\x69\x08\xb3\x8d\xd1\xec\x96\x59\xe6\x8c\x2b\xf3\x2d\xbb\xcc\x2a\x6f\xd5\xaf\x0b\xd3\x8e\x66\xc3\x57\x81\xf1\xcd\xb6\x73\x5a\x4f\xe3\x9b\x15\x82\x2a\x0c\x6f\xd6\x78\xc6\xdd\xa7\x15\x49\xcc\xf7\xe9\x8d\x3a\x53\xd3\x49\xf4\xdd\xbd\xad\x34\x48\xd5\x77\xf1\x31\xb5\xc8\x75\xcb\xf8\x52\xba\x19\xe8\xad\x14\x74\x15\xcf\xd6\xbb\xd8\x2f\x0a\x87\xcd\xbb\xf8\x35\xe4\x23\x75\xcb\x14\xd3\xd0\xc6\xdd\xc5\xec\x74\xd2\xa1\x8f\xb0\x45\xc5\x5b\x41\x65\x93\x97\x92\x21\xc2\x2a\x19\x16\x8c\x02\x36\xc9\x79\x67\x10\xb0\x73\x1a\xdb\x64\x1a\x05\xac\xd5\x8c\xdb\xb6\xef\x34\x13\x45\x0d\x94\x6c\x86\xa1\x7c\xda\x07\x83\xb9\xdd\xc5\x84\xaa\x72\x26\x09\xa5\xbb\x6d\xe5\x3b\x3d\x0d\x06\xfd\x59\x8a\xc6\x9b\xef\xb6\xc1\x62\xe6\xd0\x54\xef\x4c\x56\xa6\xfa\x36\xb3\xa0\x76\x57\x2b\xd1\x0e\x4b\x26\x77\x95\x9c\x94\x4e\x94\x84\x6e\xe2\xdc\x64\x54\xae\xa7\x6a\x48\x43\x94\x15\x28\xef\xa2\x34\x2b\x21\x86\xf7\x8f\xe1\xb5\x2a\x71\xdc\x86\xd7\x9a\xd5\x42\xdc\xed\x7c\x75\x13\x9b\xf6\x2d\x63\xc7\x79\xbe\xcd\x08\xdd\x6b\xa6\xea\x57\xfb\x3d\x8d\x2a\x87\x0e\xa7\xcf\xd9\xeb\x8c\xf9\x3a\x0d\xc4\x55\xb2\x6f\xaa\x5d\xcf\x38\xfb\xd5\xb7\xe2\xa2\x95\xcb\x91\x19\xf4\xee\x34\x9a\x99\x0c\x45\x6e\x4f\x02\xe9\x8d\x8b\xb5\xb1\x9f\x1a\x16\xeb\x29\x64\x8e\x95\x6b\x89\x7b\x11\x58\xac\xc4\xb1\x18\x17\x6b\x63\xc1\xbd\x1d\x0d\x37\xc9\x88\x70\x57\x73\x9f\x9d\x76\x9e\x93\x6a\x78\xa7\x69\xcc\xac\x33\x5e\x93\x80\x66\x2d\x76\x6e\x75\xb2\xce\x9a\x56\xff\x5c\xd5\xc3\x93\xf5\x65\xa1\xff\x36\x2e\xd6\x53\x38\x20\x8b\x3a\x49\x55\xff\x09\xf3\xda\x9c\x68\x81\xdd\x22\x43\xcd\x22\xae\xe6\x6e\x7a\x90\xe1\x27\x79\x2b\x63\xde\xe2\xb1\x7a\x2b\x63\x5e\xe5\x05\x6c\x7c\xad\x45\x98\xbb\xf1\xb5\x9e\x2e\xd2\x8c\x83\x9c\xf8\xd0\xa8\xcb\x19\xaa\x10\xc0\xf1\xd3\xb9\x9b\x11\xcf\x39\x81\xca\xad\xb7\xc3\xe2\x9a\x8f\x3c\x09\x2a\x0d\xc5\xb5\x1a\x27\x89\xc0\x3d\x12\x5c\x19\x8a\x6b\xad\xfc\xb1\x6c\x68\xe8\x91\x0c\xc5\x35\xc9\xb2\x7a\x2b\x70\x6f\x97\xff\xe0\xa5\x77\x37\x41\x6c\x60\x8d\xb8\x95\xa3\x6f\xee\x8c\x46\x8e\x32\x39\xd7\xc2\xe5\x2a\xef\x84\x2b\x56\x07\xdb\xf3\xad\xf0\xbb\xd2\x33\x53\xf2\x50\x26\xe1\x8b\x71\xb9\x36\x09\xdb\x8c\xcb\xb5\x71\x3d\x32\x2e\xd7\x6a\x59\x27\xa5\x5c\x21\x89\x90\xa1\xb7\x76\x49\x0f\x7a\x61\x4d\x3c\x18\x0d\xbd\xb5\x0b\xac\x4a\xb6\xa8\x8d\x23\x92\xd1\xb5\x76\x6e\xf4\xce\xb6\x41\x4c\x10\xba\xd6\x22\x52\xd4\xe0\x5a\x4f\x61\xea\x2a\x51\xb3\x65\x11\x83\x6b\x3d\x85\x69\x56\x8f\x31\x6e\x66\x45\xd1\x6d\x72\xfb\x19\xf9\xea\x9c\x27\xe3\x11\xf4\xd5\xca\x66\x94\x35\x6a\xa3\x8c\x36\x0e\xd5\xca\xc1\x91\xc5\x69\x21\xcf\xdf\x32\x38\x2d\xfc\xab\x0c\x3c\x35\x49\x44\x77\xcb\xc2\x74\x4e\xfc\x10\x6f\x99\x98\x16\xef\x3d\x23\x4f\x35\x42\x50\xee\x6e\x9f\xf0\x19\x4a\x39\xc3\x4a\x28\x6d\x4d\x38\x77\xb7\x02\x24\x7f\xf8\x1c\xea\x19\xa9\x41\xd6\xa7\x73\x12\xe5\x6f\x58\xaa\x85\x21\xfc\x1e\xe6\xce\x84\xd9\xdf\x32\x38\x4d\x4c\xc6\x46\xa9\x7a\x0a\x0b\xa4\xbb\xac\x50\x3a\x7e\x23\x65\xfe\xab\x9d\x66\x97\x0a\x1b\x94\xf3\x23\x4f\x28\x41\x83\xc0\x2a\x14\x1d\xb7\x48\x25\x61\x78\xa9\x45\x32\x28\xa3\x4b\x9d\x93\x64\xc5\x86\x97\xda\xc4\x7f\x1a\x34\x6a\x2e\xa6\x43\xb1\x69\x1b\x25\x8b\x61\xa1\x26\xbe\x07\x86\x77\x5a\x23\x7f\xac\xac\x80\x65\xa6\x4c\x29\xe3\xd8\x29\xb2\x6a\x4d\x54\xb3\x86\x7e\x3a\x67\x49\x17\xe2\xc7\xa8\x2a\x6e\x5b\xb5\x70\x36\x37\x2e\xd4\xc2\x1a\x75\xcb\xa8\x35\xf1\x12\xbe\x95\x4e\x70\x85\x8f\x2b\xfe\x6c\xa1\x7f\xb9\x87\x39\xec\x4c\x0f\x3a\x29\xdc\xa3\x32\x78\x2d\x23\x46\x3e\xd4\xc7\x83\x49\xe1\x57\xbc\x28\x94\x37\x31\x7f\x68\x58\x04\x8e\xad\xe2\xcf\x36\xba\x29\x03\x4a\x6d\x14\x4e\xb7\x2c\x53\xeb\x3c\x53\x76\xab\xa6\x87\x26\xdb\xd3\x42\x4b\x71\x3b\xeb\x20\x9a\xff\xdb\x41\x65\xb3\xb4\x90\xee\x62\x41\xb9\x8b\x34\x23\x20\x00\x16\x46\x71\x63\xfb\x7f\x8d\x5a\x9f\x1f\x4a\x86\xf7\x1d\xca\x93\x9f\x42\xbd\xf4\xf1\x34\x30\x9e\xd4\x46\xbf\x73\x2b\xa6\xec\xa9\x4a\x8f\xf2\x0a\x9f\xe9\x5f\x26\x4d\xf4\x44\xf7\xf4\xe1\x0b\xd7\x76\xe0\x18\x8e\xc6\xb7\x2c\x5a\x8b\xb0\x26\xc3\x4b\xad\xbc\x35\xa6\xf1\x6c\x36\xbf\x28\xb3\xd4\x2c\x08\x78\xd3\x9c\xf1\xbf\x08\xd4\xd3\x6c\x13\x61\xc8\xd0\x53\x33\xec\xcf\x39\x12\x0b\x6f\x8f\xe9\x7b\x3b\xfc\xcf\xd8\x53\xe8\xe6\x0c\x2f\xb5\xd1\xa2\x19\x5e\xea\x9c\xe1\x62\xb2\x8c\xed\xb0\xbf\xa5\xb3\x88\x31\xf8\x5e\x8a\xf3\x41\x6b\x65\x7c\xa9\x8d\x76\xc3\xf8\x52\x1b\x85\x9f\x51\xa2\x76\xfe\x51\x28\x51\x1b\x65\xd3\xed\x98\x2f\xec\x42\xb7\xb3\x29\xce\xb7\x51\xf3\x49\xb6\xb8\x03\xc2\x50\xee\xdc\xb2\x68\x6d\xa2\x22\x0c\xf6\xb4\x70\x82\xbe\x1d\xbb\x85\x6a\xd4\x98\x4d\x13\x6f\x4a\x63\x36\x9d\x51\x98\x18\xb4\x69\xa3\x5e\x33\x68\xd3\x8a\x2c\x2e\xdb\xd7\xca\x4b\x60\x79\xc2\xf3\x1d\x13\x8e\x80\xa3\x68\xad\x8d\xbe\xe4\x56\xb4\xd6\x46\x29\x74\x2f\xe4\x24\x46\x63\x50\x12\xb6\xb1\xad\x64\x51\xa6\x18\xde\x69\x97\xcc\xb7\x17\x83\x58\xdc\x5b\x56\xb2\x89\xb7\xc3\xed\x4c\x8c\xb3\xc2\x62\x64\x26\x5b\x2b\xff\x61\x24\xa8\x96\xaa\xd6\x46\xf3\x12\xde\xe6\xd4\x68\x42\x6e\x22\xbd\xce\x50\x1e\xfa\x82\xd2\x56\xb1\xe6\xeb\x56\x9a\xc6\xd9\xd2\x8c\x12\xdd\x66\x70\xdb\x07\x19\x5f\xcc\x5b\xb1\x5d\x0b\x85\x9e\x31\xa4\x16\x79\x09\xef\xed\xcc\x11\x47\x28\x59\x38\xb8\xc5\x65\x52\xdb\xa8\x66\x6f\x9b\xd4\x48\xcc\x77\xcb\xa4\xb6\x88\x95\xbc\xb1\xa8\x71\x72\xb7\x57\x95\x08\xf3\x7b\x8b\x19\x63\x52\x31\xa0\xd4\xce\x4c\x29\x76\x6a\xa3\x69\xba\x65\x8a\xdb\xef\x5c\x48\xfa\x88\x80\xab\x24\x89\x0b\x17\xa5\x5b\xf1\x51\x8b\xd0\xad\xdb\xf1\x51\x79\x33\x3a\x40\xea\x9d\x60\xe6\x9b\xe9\x77\x84\x14\x86\x8a\xfb\xf2\x85\xc6\xbe\x09\xf4\x14\xd2\xcf\xe5\x53\xc4\xed\x4b\xd8\x13\xa9\xb3\x6e\xe5\x50\x5c\x98\x3e\x6f\xd9\xd7\x36\xfa\xc3\xdb\x29\x14\x67\xed\xe9\x52\xa1\x6c\xec\x06\x85\x41\x2d\x5c\x0a\xee\x4b\x3c\x76\xbd\x54\xf7\x87\x8c\x47\x00\x57\x24\x87\x02\xe0\x6a\xe2\xe0\x63\x80\xab\x8d\xe6\xed\xbe\x74\x72\xf1\x9f\x33\xdc\xd5\xca\xed\xef\xc4\x8c\x47\x7e\x52\xef\x96\x1c\xe3\x4b\xde\x7d\x44\x2f\x18\xed\xea\xdc\x19\xb7\x1c\x0c\x4e\xf6\x94\xc2\xb0\x6a\xf8\xf8\xe5\x74\x40\xac\xa2\x4c\x71\x0d\xd3\x90\xb1\xae\x0a\xae\xbf\xc6\xba\x2a\x79\x5e\xc8\xda\x56\x23\xa5\x3a\x11\x24\xb9\x0e\x6e\x19\xdb\x06\x79\x6d\x6f\x27\x82\x9c\x75\x84\x94\x41\x95\x7b\xe3\x72\xba\x9f\xfc\xbc\x71\x00\x8f\xff\x20\x4f\x2b\x44\xec\x9c\x59\x53\xbd\x7e\x57\x66\x54\x1e\x82\x13\xcf\x52\x03\x68\xb5\xf1\x52\x86\xd9\xe6\xa7\xec\xc0\x8d\x98\xaa\x60\xb2\x16\x46\xa5\x60\xb2\x8a\x7d\xc9\xd8\x5a\x27\x19\x05\x0d\x9f\x55\x50\x4a\xde\x97\x93\x4b\x1c\xa9\xf9\xa7\x58\x22\xf7\x77\x3b\x31\x0e\x43\xbb\x0d\x2d\xc9\x44\xc9\x66\x58\xa3\x79\x90\xcd\xb0\x2e\x2e\xc6\xdb\xc1\xe6\x25\xad\x68\x64\x08\x6c\xb7\x13\x73\x21\xdb\xca\x62\x78\x1e\x6f\x7f\xf6\x73\x48\x9b\x8f\xc0\x8a\x4b\x86\xa1\xb3\x4a\x04\x01\x05\x9d\x8d\x33\x65\xf6\x5d\xe5\x76\xbd\x8d\x5c\xcc\xdd\xa6\xa0\xb3\x12\xd9\x46\x31\x67\x23\x8f\x47\xc5\x9c\xd5\xc2\xbc\x24\xe4\x2c\xbf\x24\xe7\xb1\x3c\x25\x1d\x73\x46\xb8\xe7\x7d\x5b\x57\x3a\x53\x53\x79\xaa\x5b\x1a\x55\x8a\xa4\x33\xdd\xeb\x65\x7f\x64\x68\xf2\x64\x7f\x5b\x91\x6e\xe3\x08\xf5\x27\xd3\x09\xbf\xa4\x60\xf6\x9a\xa1\x39\xd8\x34\x63\xb9\xbc\x47\xe0\x9e\x36\x7b\x76\xb6\x93\xcc\x9e\x15\xef\x63\x43\x6c\x95\x77\xb6\x9d\x14\xab\xe4\x3b\xe5\xac\xe7\xf6\x90\x81\xb4\x11\x69\x7e\xdf\x72\xb2\x21\x18\xcf\xe8\x5b\x4f\x87\x21\xbf\xaa\xca\x87\x12\x58\xde\x45\x73\xc4\x01\x12\xa9\x02\xd5\xea\xcc\x77\xca\x45\x4c\x8a\xdf\x5b\x86\xd5\xc4\xdb\x19\x99\xeb\xc4\x37\xc7\xc8\x5c\x67\xf8\xb3\x8c\xae\xe7\xab\x1e\xbb\x8d\x1e\x91\xfd\x64\x10\xed\xb7\x7b\xed\x66\x18\xf4\x6d\x9b\x37\x7f\xf8\x71\x58\x14\x0f\x10\x85\xb0\x15\xc0\x14\x6e\x19\x64\xcb\xe4\x9a\x95\x3d\xb6\x90\x61\xd6\x18\x5e\x05\xfb\xfb\xed\xf0\xb6\x57\x91\xe6\x20\x35\x42\x0a\xef\x8f\xb3\xf3\xf4\x34\xaa\xe4\x20\x48\x47\xb6\xc0\xbe\xfa\x38\xe5\xee\x3c\x71\x21\x36\xfa\xd7\xd9\x98\x28\x59\x60\x0b\x8e\x32\xb7\x53\x77\x1e\x9c\xe5\x8f\xb7\x65\xc6\x2d\x8d\x5f\x6d\x69\x53\x67\x0b\x99\xc7\xb6\x5a\xbc\xc4\xef\x8f\xb7\xe5\x5b\x53\x49\xce\xd8\x88\x1f\x07\x41\xe7\x97\xb6\x99\x5e\xa6\xcd\x89\x04\xd9\xdd\x1f\xfb\x09\x9d\xa1\x14\x4f\xca\x53\xc1\x89\x3c\x3b\xcf\x36\xe7\xe3\x8c\xb6\x59\x19\x38\x0b\xa9\xc2\x6e\xc7\xc4\x9d\xa9\xa9\xec\x2b\xe5\xa5\x7c\xc5\x64\xbe\x2d\x0f\xb5\x50\x6c\x05\x26\x43\x7e\xaa\x79\xc4\x29\xb6\x6d\xe6\x11\xf9\xf5\xbb\x3d\x0a\x40\x59\x34\xf7\xd8\xff\x36\x21\x1a\xfc\xeb\x9c\x75\xa7\xd9\x9f\xe4\x8a\x50\xbe\xca\xb9\xe7\x65\x0c\x3d\xf1\x30\x32\x50\x58\x25\x2c\xd0\x40\x61\x8d\x50\xb0\xdb\xf6\xce\xdc\x5d\x5f\x98\xcd\x4b\x2a\x5b\xe4\xdb\xa8\xf3\xf6\x30\x72\x33\x1b\x5c\xea\xef\x2f\x29\x12\x0e\x28\x05\x9f\x70\x93\xca\x68\x79\xbe\xaf\xcc\xaf\xdd\xe6\x91\x96\x64\xb4\x8c\xa2\x9e\x00\x3a\xce\xa2\xb2\x7e\xb6\x6c\xbf\xaf\xf3\x90\xc3\x89\xbe\x4e\xfb\xdf\xd2\x88\x7e\x9f\xb4\xd9\xc6\x09\x9b\x1b\x3e\xfc\x75\x08\xeb\x4e\x99\x62\xa8\xb2\x1c\x16\x8f\x5b\xd6\xca\xfe\xc6\xc8\x23\x32\x76\x4e\xfc\xfb\x0d\x13\xf6\x54\xe5\xff\xed\x18\x9f\x81\xeb\x84\xe7\xa4\xda\x9e\x39\x09\xd2\x34\x14\xd8\x43\x9e\x90\x1e\x4f\x85\x52\x2e\xd1\x9d\xaa\x43\x4e\xdc\x13\x6a\xfa\xc3\x0e\xe9\x60\xbc\x05\xb5\x5d\x38\x20\x15\x1b\x54\xd2\xea\xed\xc2\x34\xa4\xec\x7d\x68\x80\x6c\x26\x9d\xa4\x56\x03\x2a\x2c\xda\x62\xdb\x49\x71\xb3\xb9\x7f\xca\xb2\x83\x7b\xd0\x8d\xf1\x13\x1e\xa7\x68\xc0\x46\xfa\x8e\xfb\x67\x33\x12\x32\xc9\x8f\x25\x87\x21\xc8\x4e\x5a\x31\x0d\x1a\x55\xac\xc6\xaa\xa3\x48\xc1\x4d\xbc\xd1\xed\x48\xc1\x49\x48\x83\x21\xc7\x5e\xb9\xc3\x91\x82\x93\x78\x17\x43\x8e\xad\x99\xd9\xb1\xbe\x18\x9f\x1c\xa3\x8c\xbd\xd7\xa6\x8c\xa3\x8d\x88\x47\xe3\x8a\x9d\xd9\xc9\x3f\xa3\xb8\xb1\x91\x15\xe2\xd7\x30\xf7\xde\x0e\xf1\x9b\x24\xb6\xbe\x1d\xe2\x17\x3d\xf7\x1f\xeb\x3a\x42\x1a\xe2\xbb\x42\x29\xe7\x15\xbb\xfc\xcf\xe9\x4c\x98\xb9\x3f\x56\x07\xb1\xe1\xcf\x30\xe6\x67\x3e\xf4\xea\x30\x72\x25\x02\x9d\xe4\x92\x36\x5e\xd9\x22\x7b\xf6\xfd\xe7\xc7\x0c\xee\x4b\xf7\x9f\x00\x26\x36\xf3\x21\x30\xb3\x97\x5d\x08\xcc\xac\x86\x5f\xfe\x81\x5d\x4d\xa3\x5a\xac\xdc\x8e\xb2\xa3\xce\xca\x56\x56\x1c\xe1\xcb\x57\xfe\x6c\xe3\xe3\xc1\x28\xab\xea\xcb\x2c\x64\x47\x7d\xf9\xc1\x1f\x27\x32\xe3\x76\x8a\xc4\x14\x4a\x7d\x80\xa0\xf0\x87\xdc\x99\x81\x4a\x95\x44\x70\xe0\xfd\x67\xc5\x2a\x22\xc6\x9f\x1f\x9a\xed\x2d\x74\xb8\x71\xda\xf1\x2c\x3e\xcd\xac\x25\xa3\x6a\xb3\xee\xf4\xa1\x4e\x01\xf1\x1c\x50\xc5\x18\xc7\xa9\x2a\xef\x2d\x31\xef\x87\x52\x62\x3d\x4d\xc6\x32\x08\x5a\xb3\x9a\x77\x19\x04\x6d\x3c\x27\xee\x1f\xdc\x7a\x19\x04\x6d\x5a\x8e\x78\xa8\x8f\x13\x99\x41\x19\x8d\x80\x46\xe5\xb8\x62\x6f\xf1\x65\x44\xb4\x67\x6c\x1b\xd2\x79\x1b\x3a\x94\xd6\xdb\x59\xce\x1f\xd2\x79\x1b\xf8\x47\xbf\x90\x16\x3f\x25\x8b\xaf\xe5\xbd\x87\x9a\xc2\xfe\x4f\x33\xba\x9e\x47\x5a\xd9\xd2\x9d\x40\x38\xde\x74\x99\x92\x0e\xca\xda\xb2\x87\xf2\xd0\xd2\x9f\xd4\x91\x16\xdb\x96\x01\xd1\xa6\x9d\x61\x1f\x6a\x8b\xe2\x9f\xf4\xce\x71\x9e\x86\x87\x72\x92\x8c\xb7\x55\xdd\x80\x6f\xe1\xd7\xe6\xfe\xb4\xea\x04\x0f\xb4\x2a\x0d\xa4\xa5\x9a\x65\x5c\xb5\xa7\x2a\x2b\x95\xc4\x6a\x50\xe6\x62\x19\x81\x7c\x5a\x9c\x0c\xe1\xa1\x94\xa1\xb3\x31\x00\xa5\x52\xb7\xee\xe0\xa1\x9e\x73\xf2\x0e\x4e\x3b\xcc\xba\xb4\x87\xfa\xb8\xd1\x54\x15\x72\xe6\x99\xc2\x9f\x0b\xd3\x87\xf6\xff\x72\x55\xd9\xa3\x8b\xb3\xea\x2d\x43\xb9\x4d\x73\xe3\x87\xd2\x4a\xd5\x03\x4a\x41\x4b\x33\x35\x15\xb4\x47\x9b\xb2\x4d\xb7\x74\x2f\xdb\xf4\x74\x4e\x8b\xb5\x4e\x6f\x94\x5a\xa0\xbc\x51\x1a\x8d\x2a\xa7\x85\x23\x73\x97\x71\xdd\x9e\xc2\x7c\x39\xa4\xbc\xa0\x0f\x3f\xa5\x7b\x4b\x43\x8a\x07\x79\x3b\xb1\x33\x46\x63\x74\x4e\xc1\x76\x36\x28\xa5\xef\x3d\xa8\xea\x1d\x50\xa9\x29\x1b\xac\x43\x3c\x97\xd1\xdb\x56\x61\x37\x2a\x7b\xea\x5c\x19\xaa\xd7\xb8\xd2\x26\x20\xba\xa9\xa9\xfc\xac\x25\x14\x17\x15\x1d\x4a\x97\x35\x06\xbf\x21\xf3\x40\x65\x89\x15\xb5\xb8\x56\xfe\xc9\x17\x79\xcf\x68\xa4\xcb\xb2\xae\x7e\x19\xf6\x6d\xf5\x91\x0f\x65\x71\x6f\x69\x54\x11\x2f\xcb\xfb\x0f\xd4\x37\xc6\xa6\x6c\xad\x35\x73\x5a\xf4\x28\x3d\xd9\x53\x42\x84\x5b\x9d\xb9\x28\x7a\x94\xe6\x0c\x2b\x68\xb2\xb5\x99\x32\x86\xb6\x20\x1f\xd1\xb5\x8c\x34\x7a\xb9\x70\x43\xda\xaa\x9f\xd1\x08\xf9\x29\x1f\x2a\xfc\xc8\x7e\xa5\xcb\x00\x71\xd5\xba\xcb\x87\xf2\x0a\xcf\x54\xd5\x3b\x18\xee\x57\x58\xe1\x49\x1f\x20\x8e\x14\x28\x5f\x5b\xa9\xfa\x51\x1f\x29\xb3\x74\x9a\x32\x1f\x06\x58\x9c\x2c\xf9\xc4\x4d\xad\xe5\x28\xca\xc2\x36\x2e\x76\xa1\xe2\x50\xcb\xca\xdf\x6c\xf2\x79\x28\x6f\xe3\x95\x0f\x9b\xdd\x23\xa1\x1c\x38\xcd\x48\xf5\x6c\xf4\xab\xe6\xa1\x1c\xb5\x3e\xff\xcd\xa8\x8d\x82\xd7\xcf\x7c\xe8\x23\x9e\x55\x95\xde\x25\xdc\xa0\x98\x1b\x35\x88\x3f\xa1\xdf\x33\x6e\xeb\xc7\x7b\xf6\x86\x44\xce\x0e\xf7\x95\x5f\x41\xab\xf9\xa9\x9b\x9f\x4a\xe1\x73\xdf\x84\xe1\x19\x13\xcf\x61\xfb\x0b\xdc\xbb\xc1\x71\x73\xb8\xe5\xb4\x9b\xef\x32\xee\xdd\xe8\x9c\x3e\x45\x54\x8e\xf0\xe6\xe2\x80\xb7\xc9\x5f\x28\xcf\x7f\x87\xc5\xca\x3d\xa1\x35\x76\xbf\x31\xf1\x36\x1c\x56\x98\x78\x23\x1c\xc6\x98\x78\x93\xab\xb0\x2e\x0f\x74\x41\x99\x89\xec\x14\x0a\xde\xfb\xcc\x87\x1f\xe1\x7f\xa4\x0b\x0d\x0d\x06\x57\x1d\xdf\x3b\x19\x8c\xbc\xe8\x37\x87\x4f\xbe\x09\xa3\xc3\x6d\xf0\x4d\x18\x47\xaa\x6e\xf5\xbf\xa1\x74\xa7\xbc\xcd\x68\x11\x4b\xa8\x8f\x5e\xfb\x69\xd4\xdd\x33\x50\xed\xcc\x23\x83\xd1\xe6\xdb\x9c\x28\xa5\xe6\x6d\x33\x3f\x21\xc9\xe7\x64\xd3\x1a\x74\x6f\x8e\x97\x54\x87\xb0\x29\x47\x77\x1e\x1c\x93\xea\x4d\x53\xd3\xcc\xcf\x1f\xa6\x50\x1e\xfe\x2c\x70\x35\x5e\x1c\xeb\x54\xbd\x6b\x6a\x28\xad\x05\x7c\x11\x87\x87\x4c\x94\x37\x4d\xe5\x7f\x6d\x37\x19\x1c\x77\xf9\x3b\x94\x33\xbf\xef\x87\xeb\x60\x9f\xc8\xdf\xa1\x1d\x47\xaa\x3a\xa5\xe6\x99\x2e\xaf\x67\x83\x33\x52\x6f\xb7\x71\xa6\x13\x6d\xb7\x96\x81\x0b\x9d\x13\x36\x21\x8f\x86\x96\x9b\xd8\x4e\x0b\x8e\xda\x7b\xa8\x21\x7f\xb6\xd4\x54\x52\x1e\xa6\x58\x4e\x0b\xe5\x60\x43\x2b\x6b\x70\xcb\xb2\xc9\x2f\xa1\x1e\x1c\x76\x25\x0d\x2e\xb6\x86\x3d\x94\xa7\x86\xfe\xa4\x4b\xdb\x9c\x20\xf9\x2c\xb4\x35\x53\xe6\xa9\x29\x69\x54\xee\xbc\xad\x41\x79\x6a\xd8\xd2\x06\x04\xec\x2d\x94\xa7\x86\xfd\x26\xa7\x85\xe2\x0c\x9f\x0f\x75\x0b\xa5\xa9\x43\xfd\xf4\xa1\x27\xca\xb9\x7f\x73\xd9\x36\xcb\xc1\xcc\x77\x33\x9b\x18\x29\x94\x76\x76\xb2\x34\x8d\x05\xa7\x43\x29\xa2\x7a\xa3\x0b\x56\x11\x1e\xde\x0c\xf8\xd2\xe9\x51\x42\xf2\x2a\xa9\xaa\x34\x60\x47\x9a\x71\xe4\x11\x55\xe5\x0a\x50\xed\xee\xf5\x50\x6e\x75\x54\x48\x4d\x40\x3f\xa0\x3c\x01\x23\x75\x15\xc4\xd3\x37\x94\x42\xd1\x5e\x4a\xbf\xcc\xe0\x9c\xb5\x77\x46\x6a\x93\xbf\xc1\x8a\x40\x8d\xbf\x41\xe4\xbd\x6e\xf5\xd3\xf1\x1f\x24\xea\x6e\xc9\xf8\x60\x38\x72\x1a\x9d\xb9\xb6\x1d\x6f\xdb\xe1\x38\x4a\x06\x5c\x23\xee\x75\xe9\x53\x67\x0b\xa5\x17\x36\x67\xc5\x51\xb4\xc6\x63\x7e\x28\x05\x1f\x9f\xa1\x14\x36\xbb\x42\x59\xa2\x60\x72\x14\x29\x1a\x11\xa2\xfb\x5d\x3a\xb8\x52\x85\x5e\x38\x7a\x0f\x75\xb9\x90\xb9\x92\x6d\x7e\x65\x05\x7c\xdf\x8c\x95\x66\xc5\x3a\xb8\xf0\xbb\x13\x31\xac\x54\xf5\xcc\x71\x22\xba\x59\x07\x6c\xad\x9b\x75\x64\x95\xcd\x1e\x7a\xca\x64\xf3\xdd\xf4\xef\x23\x7f\xa6\xe6\xa5\x87\x39\xdd\xcb\x51\x70\x21\x0a\x76\x6d\xa4\x1c\x00\xe5\x14\xae\x76\x7e\x5c\xcb\x5e\x14\x07\x6c\x6c\xd8\x53\x65\x30\x55\xc3\xb7\x08\x4b\x3c\xbc\xab\x46\x3e\xf4\xae\xe2\xde\x50\x14\xef\x79\xb6\x14\xea\x17\x3b\x94\xf7\xc6\xe0\xcc\x29\xe3\xf0\xe8\x2c\xb8\x73\x03\x9f\xec\x72\x52\x03\xbf\xa3\x93\x9b\xf0\x86\x1f\x0f\x67\x67\x3d\xd2\xcc\x47\x71\xf9\xf4\xef\x68\x2c\x96\x4a\xa9\x81\xd7\x89\x08\x2b\x0f\x8b\x11\x71\x4b\x1e\x16\x23\xf7\xd6\xb0\x59\x7d\xc2\xd5\x05\xc3\x58\x9c\x80\xf5\xa1\xb6\xb6\x4a\xa8\x4b\x1f\x7a\x8a\x87\x35\xd1\xdc\x54\xf2\x7f\xe8\x03\x39\x51\xfe\x0f\xa3\xcf\x06\xa5\xad\x31\x4b\x0a\xe5\xff\xc0\x9a\xda\xff\xa1\x9d\x69\x46\xfe\x0f\x3c\xe8\x14\xef\x5b\x27\x37\x95\x42\x7a\x47\xe7\x8a\x71\x48\x6f\x38\xae\x22\x7a\x5b\xe9\xa1\xf4\x2c\xda\xa9\x69\xd4\xd1\x0a\xe5\x9f\x08\xa5\xab\x61\xd6\x7c\xa8\xe3\x3f\xd3\xa1\xdc\xcb\x78\x50\x4e\x1b\xfc\x66\xcd\x97\xca\x7c\x80\xb4\x65\x57\x89\x93\x39\x9d\x2c\x22\xcb\xa6\x1c\xbb\xbb\xc1\x1c\xc1\x6b\x64\xa6\xe4\x1c\xb1\x36\xb3\x28\xff\x87\xb3\xc0\x38\x8d\xd0\xd8\x78\xdc\xcb\xe1\x61\x95\x9a\x9a\xee\x22\x7f\x6c\x95\x62\x4f\xa3\xfe\x2b\xa6\x78\xda\x0f\xbf\xa6\xf0\x2b\xdd\x3f\x93\x03\x70\x4f\x28\x65\x8c\x42\xbb\xa0\xb8\xdc\x92\xf7\xa4\xb1\x1d\xe7\x84\x8b\x4e\x3b\x82\x67\x36\xcc\x9c\x27\x67\x63\xa1\xb3\xa8\x50\xd5\x85\x03\x52\xce\xfe\x35\x94\xd2\x4f\x73\x34\x14\xb4\xdb\x0a\xab\xba\x1e\xae\xbe\xe6\x48\x33\x4b\xae\x48\xe9\xc2\x69\x8c\x37\x94\xbc\x61\xf8\xc5\xc5\xaa\x72\xc2\x9c\x49\xb7\xa4\x7b\x73\xdf\xff\x00\xc7\xf5\xd4\x95\x8a\x95\x79\x5c\x7e\x8b\x4e\xb6\x87\x22\x83\xeb\x78\x0b\x6f\x01\x19\xa5\x13\xe7\xf3\xca\x00\x3c\x75\x70\x55\xb9\x55\xd4\x55\xd3\x8c\x64\x5a\x4e\x95\xe3\x84\xe7\x84\xc7\x2e\x3b\x99\x72\xcd\x2f\x16\x7d\x85\x34\xb6\x30\xad\x3a\xf6\x82\x95\xb4\xd3\xc5\x81\xc4\xe9\x24\xb8\x95\xfd\xb8\x2c\xc8\xcd\x95\xaa\x52\x05\x66\xb1\x94\x7a\xe5\xcc\x9c\x4b\x15\x79\xc2\xd4\x1d\x8c\x3c\x27\x6f\x83\xe5\x24\xef\x33\x55\x2d\x91\x84\x9a\xc2\x2e\xca\x87\xfe\x8d\x7c\x27\x0f\x64\xd8\x01\x3e\x17\x51\x30\xd8\xe7\xa2\xb6\x50\xda\x65\x3d\xcd\x78\x97\xb1\x3f\xb7\x37\x12\x97\xb5\x21\x2d\x0d\xf3\xb3\x80\xb4\x9c\x39\x66\x4a\x91\x3b\x6b\x4f\xa1\xbb\x64\xd3\x6d\x87\x26\xb0\x90\xdb\xf1\x06\x5c\x6b\xca\x6d\x5b\xf3\x8e\xd8\x4e\x22\x32\x43\x29\x16\x00\x26\xef\x64\xb6\x95\x0d\xe0\x84\xb5\x61\x5d\x4a\x58\x7b\xce\x05\xb7\x50\xc6\xda\x75\xac\x50\xd3\x85\x1b\x52\x73\xc5\x51\xb6\xd3\x45\xb8\xf3\xb6\x66\xf2\xfd\x50\x1e\x9f\x1c\x88\xed\x85\xe3\x40\x38\x27\xed\x91\xd9\x30\x30\x25\xab\x21\x9f\x8b\x76\x22\xc9\x29\x18\x7a\x1c\x5c\x15\x8a\x77\x5e\x83\xc7\xa0\xb3\xd7\xce\xbc\x69\xe5\x9e\xd1\x8f\x95\x2e\xa4\xa7\xcf\x60\x6e\xe5\x85\xcb\xd2\x88\xab\x67\x65\x04\x3d\x7a\xa0\x33\x94\x73\x46\x29\xfc\xad\xd3\xd7\xce\x1c\x06\xc5\x42\xf7\x03\xce\x2d\xcf\x8d\x36\x91\x7e\xf0\xdc\x58\x35\x85\xc2\x42\xe0\xfa\x95\xe7\x46\xab\xcc\x93\xc1\x2f\xf1\xb1\x5b\x06\xbf\xac\xd9\xe1\xf2\xdc\xe8\xc7\x4e\x99\x07\xc7\x87\xbe\xa9\x17\x8c\x44\x41\xd4\xfd\xd8\xa1\x9c\x33\x34\xd4\x54\x19\x83\x7b\xf6\x49\xb7\x99\xff\xa1\x34\x51\x08\x2a\xf2\xd4\xa8\xab\xa4\x0b\xa5\x89\xe0\xc2\x73\xd8\x34\x91\xc2\xcb\xf8\x9a\x3d\xca\xce\xcb\xcc\x60\x71\xa6\xe5\xc7\xd1\xa3\x42\x95\xaf\x46\x8f\xd6\xf2\x22\x8b\x3f\xd3\xa8\xdc\x8e\x83\xf3\x7e\xb1\xc1\x90\x1b\x15\x36\xdd\x8f\x4d\x8f\xc2\x82\x3c\x91\x22\xe5\xc8\xd1\xa3\x88\x95\x23\x47\x3f\x8f\x74\xa1\x10\xb5\x96\xb1\xc9\x89\x3e\x15\x7f\xaa\xc8\xff\x0a\x56\x7d\x73\x4a\x8c\xe7\x99\xdd\x26\x37\x8e\x73\x23\xfa\xe1\xa9\xb1\xb8\xf0\xc8\xe6\x8b\xf8\x6f\xe8\xcf\xf3\xdf\xd9\x3e\x9e\xaa\x53\x7d\xf0\x83\xb7\xd7\x22\x7d\x6c\xe5\x17\xe1\x27\xcc\x6d\x16\x9c\xe0\x92\xa3\xe6\xce\x5c\x58\x50\x89\x68\x22\x47\x8e\x96\x33\x24\x47\x8e\x7e\x1e\xa1\xac\x15\x85\x4d\xdc\x36\xa0\x2c\x78\x81\xe1\x46\x4f\x76\xa3\x1c\x3b\x7a\x54\xd1\x72\xde\xa8\x73\xa6\xcc\x63\x4d\x33\xde\xe2\x0c\x56\xde\x1b\xfd\x3c\xd2\xe8\x73\x8b\x9c\xdc\x0c\x46\x1f\x8d\x46\x5b\xde\x1b\x35\x9a\x89\x9b\x5d\x8c\xf4\x2d\xf7\x8d\x16\xee\x6b\xf0\xd1\xe8\x6c\xe5\xbe\xd1\x23\x7c\xcb\x7d\xa3\x46\x85\x26\xf7\x8d\x7e\xb6\x34\x3a\xdc\x28\x03\x97\x45\x75\xee\x34\xaa\xdf\x78\xfb\x57\xda\xd9\x95\x9a\x1f\x75\x98\x46\xbf\x6e\x86\x9f\xb2\x16\xe3\x1d\xcd\x9f\xa0\x50\xa9\x2a\x1c\xc5\x70\xb4\xdb\xbb\x1f\x41\xdd\xe9\x84\xc1\xd9\x7e\x48\xfd\xc6\x11\xca\x47\x83\x49\xd5\xeb\xa7\x64\xde\x74\x34\xf2\x6a\x92\xff\xc6\x3e\xce\xd4\x74\xf8\x6a\x5a\xf9\x93\xcb\x04\x7f\xe1\x07\x6f\x9e\xe3\x86\x3b\xcd\x79\x33\xa4\x69\x9e\x69\x86\x34\x3d\x4b\x6a\x9a\x87\xce\x14\x6e\xe9\xa1\xe9\x91\xed\x98\xc1\xdd\x3a\x70\x48\xa3\x1f\x36\x15\xd7\xbd\x52\x04\xb7\xa8\x09\x05\x6a\x5a\x26\x8b\xf3\x71\x16\xf0\x33\x65\x06\x43\x4b\x99\x7c\x2f\x6a\x5a\x19\xea\x62\x40\x79\xa8\xa1\xb4\x8a\xb0\x1b\xf9\x65\xf4\xb3\x64\x30\x5a\x45\x7e\xf8\xe3\x97\xf1\xe2\xd2\x36\x6c\x6a\x19\xe9\x50\x4c\x8c\x63\x8c\x5f\x46\xde\x62\x8a\x8c\xef\x51\x8b\x7f\xd8\x54\xdc\x0d\xc6\x4d\x3d\x7b\xaa\x6a\xfb\xd7\xb4\xa3\xb9\x61\xc1\x3f\xde\x54\x28\x71\x3e\x76\xc3\x81\xdf\x39\x86\x3d\x72\x01\x10\xa7\xac\x8d\xc3\xd4\xa3\xfd\x50\x98\x7a\x0f\x6f\x70\x9a\xe1\xb9\xd9\x45\x4a\x33\xdc\x4f\x38\xc5\xc7\xeb\xbf\xd9\x9b\xc6\x3f\x8d\xe5\xc5\x31\xec\x33\xa2\x98\x62\xd8\xfb\x39\xf2\xa5\x36\x47\x4b\x59\x97\x71\x8f\x9f\xb2\xd0\xb4\xd3\xcc\x74\x33\x21\x05\x3a\x90\x65\xbc\xad\x42\x4f\xa3\x9a\x1b\x4e\xb8\x63\xdf\x67\x5e\xbf\x8a\x7d\xef\x27\x9c\x5a\xe9\x8a\xfb\xd9\x43\x69\x6c\x30\xaa\xaf\x33\xc2\x33\xe1\x5f\xef\x06\x78\x9a\xa3\xdb\xe7\x3e\x53\xe8\x88\xaa\x50\x9e\x1c\xef\x71\x87\xac\x3f\xd4\x3f\x59\xf5\xd7\xeb\xcf\x52\x29\x9e\xbd\x44\xc5\xe3\x78\xf6\xb9\x39\xb8\x5f\x1b\x7b\xd8\x9c\x5f\xeb\xad\xce\x54\xd5\x06\xdc\x70\x1c\x65\x48\xee\x27\x4b\xfe\xf5\x2d\x8a\x28\x66\x38\xd6\x68\x78\x1c\x69\xde\x4a\x28\x2f\x1c\xdb\x5a\xe9\x93\x6b\x9e\x91\x4a\x9f\x5c\x0e\xae\x66\x65\x4f\xee\xe7\x08\xa5\x63\x84\x98\xac\x08\xf5\x56\x38\x8c\xf2\xfd\xe8\x27\x1c\xee\xeb\x0b\x96\xb7\xc8\xd7\x17\xec\x48\xf7\xb7\x36\x43\x06\xaa\x65\xc3\xf2\x21\x4f\x90\x16\x0d\x9f\x3c\x38\xce\xa8\x06\xbf\xbe\xe1\xe0\x45\x5f\x73\x0d\xa4\xf2\xaf\x17\x9f\x1b\x56\x09\x99\xfb\x09\x0b\x91\x8b\x46\x8f\x38\x2f\x17\x8d\x7a\xb0\x86\xf2\xc2\x28\xb1\x49\xc9\x09\x63\xad\x19\x4a\x5a\x78\x6e\xa9\x9f\x6f\x10\xee\x93\x9f\x6f\x10\xd8\x9b\x02\xd0\x57\x98\xfd\xcf\x7a\xc9\xdd\x53\xa8\x61\xaf\x14\x6a\xd8\x6c\xef\x9f\x0f\x34\x8c\xf0\xc7\xf2\xb2\xbf\x7f\x5e\xde\x95\x66\xfe\x5c\xe8\x65\xfa\x79\x7d\x11\x45\x1c\xc8\x3e\x37\x2b\xf3\x73\xc6\xa0\xb4\x03\xbb\x0f\xe5\xe1\xd0\xa5\xd7\x69\xe5\x3b\xad\x13\x37\xa1\x31\x5b\x17\x9b\xe6\x67\x89\x86\x1b\x5c\xde\x1a\x25\x56\x08\xc3\xb2\x46\xf5\xfa\xb3\x3e\x7b\xbf\x55\xb5\x69\x56\x28\xb9\xd0\x72\xda\x7e\x5e\x52\xde\x64\x3f\x63\x99\x23\x86\xfe\x7c\xd8\x91\xad\x7f\x1c\x76\x56\xdf\x4e\x1f\x27\x1c\x54\x4e\x1f\x25\xfa\x0c\xf9\x75\xf4\xc2\xf5\xf6\x67\xa9\x64\xa7\xac\xab\xac\x42\x0d\x37\xba\x21\x85\x49\xfe\x7e\x68\x84\xaa\x05\xe5\xfe\x57\xda\xf9\xc8\xe7\xb2\x43\x09\xc1\x96\x5b\x5a\x7e\x1c\xbd\xc0\x50\xff\xac\xc2\x8e\x85\xfe\xef\xd9\x2a\xbd\x1c\xa9\xea\xad\xc2\x4f\xfe\x79\xab\xf0\x10\xf8\x33\x2c\xf6\x4c\x99\xf6\xf4\x4e\x33\xe6\xda\xc8\x70\x72\x08\xe9\x05\x36\x6d\x87\x90\xdc\x5a\x72\x08\xe9\xe5\x4c\x99\x0e\x43\xbe\x93\x73\xdd\x01\x5f\x54\x60\x7d\x8f\x0b\x86\x93\x3e\x1f\x99\xaa\xdb\x93\xca\x4f\x69\xf9\xc7\x91\x32\xe7\x75\xa5\x15\x1d\x3e\x23\xaf\xae\x2d\x47\x8e\x73\x39\x75\xf6\x43\x7a\x35\x2a\x54\x71\xe1\x80\xac\xfa\x72\x43\x49\xd3\x50\xd2\x4e\x77\xd5\x09\xe9\x69\x4c\xab\xde\xe1\x05\xca\x29\x8a\x52\x53\x07\xee\xdf\x2e\x7a\x4f\x55\xb9\xd5\x8e\x34\xfa\x95\xcc\x12\xea\x27\x01\x36\x03\xf7\x7c\x2f\x53\x76\xd7\x3b\x32\x54\x31\x7b\x83\xa4\x3e\x94\xd7\x94\xd1\xe8\xc0\xdb\x63\xf1\xa1\xbe\x72\xd0\x3b\x4d\x89\xbb\x96\xcc\x94\x92\xac\x3b\x75\xc1\x32\xf2\x6c\x75\x32\x9b\x65\x34\xd9\x85\x09\x72\xcb\xaf\xa2\x97\x4a\x7f\x32\xa4\x3b\x7c\xe1\xa1\x96\xfa\x0b\xa5\xde\x0b\xc3\xbe\xdd\xbb\xa7\xfb\xf4\x8c\x96\x50\xf2\xcd\x62\x2c\xa7\xff\xe8\xa4\x4c\x11\x19\xd8\xe0\x8c\xfa\xda\x7a\x5a\x91\x5e\x37\x4f\x70\xa3\xbe\x76\xbb\x8a\x2d\xa3\xbe\xf6\x52\xf2\xa1\xf5\x55\x29\xd3\xd0\x7c\xed\xee\x53\x0e\x67\x70\x89\x7d\x5e\xde\x26\xac\xe8\xe9\x74\xff\x6c\x1a\xc7\xea\xe3\xe2\xb0\xcf\xcb\xdb\x64\xa6\x9d\xa1\x28\x28\x7e\x43\xcc\xae\x64\xe0\x52\x24\x2d\x4c\x54\xdb\x91\xfc\x7b\xe4\xc3\x8f\x8c\x59\xa1\xb4\xa5\x6b\x9a\xf9\xf9\x43\xfe\x51\x81\x1e\x0e\x01\x5c\x01\x93\x3d\x58\x29\xf9\x43\x9c\x86\x77\x7a\x28\xff\xc8\xe2\xbf\x24\x31\x39\x5c\xef\xa1\x9a\x0b\xe9\x45\x7e\xcd\xad\x31\x58\x31\xd1\x92\xbf\x94\xbe\x02\x71\x7a\x9f\x5e\xe3\xc2\xec\x48\xcf\xb4\x8e\xc5\xf4\xdc\x9e\x73\x37\x6a\x8c\xda\x66\x71\xd2\xb8\xb3\xdd\x5e\xec\x0b\xdc\xd9\xc5\xdb\xde\xb8\xb3\x85\x0b\x66\xcb\x3f\xa1\x1b\x98\xe9\xa1\xbe\xae\xba\x21\x7f\x2a\xf4\x4f\xca\x79\x61\x1f\x6c\xdc\xb2\xbd\x3c\x7c\x28\x51\x17\x55\xef\x76\x92\xe7\xc5\x03\x66\xcb\x79\xa1\xcc\x0c\x4e\xfa\x03\x8c\x84\xbb\x98\x89\x35\xca\x24\x25\x18\x52\x62\xed\x62\xf4\xbc\x4e\x99\x9e\xd3\x8b\x67\xc9\x96\x7d\xbe\xe3\x02\xb2\x8b\xe3\x19\xcc\x7d\xb7\x92\x02\x74\x87\xe1\x2d\x83\xd9\x76\x87\x67\x3f\xd4\xad\x66\x32\x70\x65\x5d\x98\x99\x0d\xb3\x38\xd6\x46\xd6\xfa\xa7\x2a\x43\x95\xe2\xa7\x30\x70\x99\xeb\x37\x4f\xbd\x2d\x73\x7d\x47\x9d\xbd\xab\xb1\xdd\x59\x9b\x6a\x6f\x11\x4b\x73\x86\xcf\xed\xc5\x12\xe3\xae\x06\x50\xe3\x3c\xd8\x3e\xbf\x78\xa3\xee\x6a\x2c\x57\x26\x5c\xa9\x91\x7b\xb1\x27\xc5\xae\xf2\x1d\xee\xcc\x94\x70\x77\x9f\x0f\x19\x9b\x84\x98\xd2\xe8\xd1\x1e\xe1\x33\x1f\x7e\x75\xc1\x33\xb6\xed\x5f\xec\x0c\x47\xc9\xd4\x50\xa6\x18\x4b\xb7\x3b\xf2\x65\x19\x2e\xb7\xbf\xbf\x21\x9f\x8f\x85\xe4\x6d\xbc\xdc\x8e\x70\x6f\xb8\xdc\xee\xec\x50\x0f\xe5\x6c\xe4\xff\x84\xe2\x7a\xaa\x92\x28\x28\x9d\xc8\xcd\x07\x86\xe0\xec\xcc\xdc\x5b\xbb\xfa\xde\x4a\xff\x66\x80\x83\xdf\x50\x70\x55\xd8\x76\x65\x19\x67\x3e\xd4\x32\xd2\x45\xf3\xfe\xe7\xff\x31\x67\xc3\xe1\x1b\xb3\xea\x4b\xdc\x18\xb8\x65\x96\x54\x35\xea\xe4\x86\x72\x3a\xfe\x94\x5d\x72\xd0\xc8\x77\xbf\x67\x34\xac\x46\xf3\x8d\xee\xf7\xcb\x56\xb0\xfc\xd3\xc5\x82\x94\x82\x1a\xd6\xd9\x2e\xfa\xa7\x0f\x83\x0c\x59\x47\xb1\x95\xc8\x79\xe7\x86\x6d\x16\xe9\x76\x3e\x94\xbe\xbe\xa5\x4c\x40\x7c\xb0\x98\xe6\x14\x90\x2f\x25\x16\xc3\xfe\x6b\x3e\x37\x1c\xb8\xe6\x73\xd3\x19\x9a\xc4\x72\x1e\xc5\xdb\xd1\xf2\x1c\x77\x67\x75\x76\x5e\x8d\x65\x88\xd9\x73\x21\x97\x6c\x45\xcb\xef\x03\x5e\xd4\x2d\x18\xe4\x3a\xe8\x16\x0c\x2c\x09\x6d\x19\xc1\xf7\x51\xd3\x8e\x84\xb6\xdc\x31\x32\x82\x77\x07\x72\x3f\x94\xdc\x8a\x60\xc6\xdd\x20\x94\x33\x65\x9a\xef\x7c\xe7\x4b\x0d\xae\xd1\xcd\xc3\x90\x44\x64\x8f\x3e\x57\x79\x0b\x7d\xc3\x76\x28\x6d\xe2\x9e\xaa\x8c\x26\xa4\x42\x59\xcf\x50\x9a\x37\x2e\x03\xc5\xe3\x77\x47\x2f\x2f\x83\xd5\xee\x83\x23\xdd\x75\xc5\xad\x9c\xe9\x2e\xd5\x0e\xb6\x9c\x2d\x73\x75\x2f\x1c\x4d\x59\xab\xa3\x3c\x33\x92\xed\xc2\x5b\x64\xcb\x1e\xbd\xf0\x3a\x30\x92\x6d\x2f\x33\x94\xbb\x80\xfb\xc9\xe6\xdc\x6a\x46\x73\x4b\xa0\xe2\x48\x3b\x20\x7f\xe5\xd8\x76\x2f\xff\x4c\x55\x2d\x3f\xf7\x66\xf7\xf2\x73\xfd\x77\x23\x3c\x1c\xf9\xee\xcf\xcd\xf8\xff\x95\x1d\xfa\xcc\x25\x36\x2c\x98\x73\x16\x14\xab\xff\x54\x5d\x90\xba\x36\xfc\x2e\xdb\x8e\xd5\x3f\x38\x60\xb6\x48\xaf\x2c\x80\x2c\xd2\x0b\xdf\x25\x23\xe2\x9e\x2b\xdb\x71\x28\x5c\xe3\x38\xd2\xaa\x8e\x18\x3c\xdd\xe6\xea\x95\xd5\x91\xb9\x7a\xaf\x9e\xc2\x26\x3f\x66\x9a\x79\x24\x97\x76\x30\x73\xc3\x92\x0b\xdb\x5a\x60\xb5\xfb\xfd\x2b\x2f\x1c\x2c\x65\x58\x38\x29\xb0\xd8\x81\x41\xe4\x84\xf2\xce\x49\x3b\x5e\xe4\x99\x76\xe4\x47\x0d\x17\x93\x49\xba\xee\x0c\x5c\x6a\xe8\xff\x35\x2a\xd4\xdf\xfc\xb0\xb9\x1f\xfb\x7f\xd8\x55\x16\xee\x33\x58\x55\x04\x97\xe1\x55\xcd\x68\xe4\x4a\x64\x68\xd5\xb5\x27\x67\x15\x39\x6a\xfa\x16\x5b\xff\xc4\x20\x5f\x41\x81\x45\xe4\xb2\x6d\x99\x97\xf8\x9e\x1c\xc0\x09\xa5\xec\x50\x0c\x75\x4a\xb7\x82\xd3\x83\x31\x61\x3b\x9e\x14\x86\x84\x3d\xc1\x31\x5a\xc6\x84\x2d\xbb\xa6\xaa\x56\x03\xe9\xc7\x01\xfb\xe1\xc5\xca\x24\x5d\xf1\x17\x32\x5e\xeb\xc2\x58\x05\x08\xeb\x38\x18\x8c\x92\x3c\x1d\x30\x2e\x87\xb9\x4f\x84\x41\x87\xb9\x2f\x8c\xc0\xdb\x61\xee\x07\x5b\x43\x61\xee\x73\x9e\xa9\xea\x66\x68\x54\x76\x66\x7b\xf4\x2f\x83\xb0\xf6\x82\x0c\x2f\xf3\xf0\x3e\x10\x53\x16\x87\x61\x43\x0d\xe5\xa6\x4a\x99\x82\xce\x61\xcc\x32\xfa\x2e\xdc\xb3\xf6\xf2\xbd\x04\x4b\x5b\xe6\x4c\x3b\x94\xc6\xc2\x19\x5e\x5c\x36\x9e\xa6\x65\xe6\x83\xb4\xaf\xb0\xf6\x5e\xf8\x5d\x43\x92\xae\x3a\x42\x6a\x9b\x70\xd7\xc9\xc4\xba\x78\xbf\x1b\x2f\xb4\x35\xa4\x0b\x1b\x3c\x17\x0a\xf1\xbd\x98\x8b\x14\xde\x2e\x0c\xa9\x55\xdb\xa9\x2a\x07\x63\x7e\xdf\x68\x9e\x11\x3d\x94\x44\xf9\xdc\xb0\x02\x99\x2d\xcb\x60\x9d\xb6\x51\x21\x4a\x28\xbd\x51\xb9\x34\x8c\x02\x8a\xea\xce\x28\xa0\x73\xbd\x35\x15\xa5\x58\x52\x53\x43\x6b\xbc\x2d\x85\xec\xb9\xc2\x6d\x8d\xec\xb9\x1a\x22\xab\xa2\xca\x5b\x66\x43\xc6\xd0\x75\xf0\xb8\x53\x8c\xf9\x20\x12\xc0\x00\x9d\x0b\x35\x97\x41\x37\xcf\x2c\x8d\xa2\xca\x27\x1a\xc8\xbd\x2d\xdc\xe0\x1c\xb2\x6d\xfd\x8c\x00\xb5\x1d\x10\xcc\xe5\x2e\xd3\xe4\xb9\x59\x53\x99\x26\x27\x2a\x4f\xa3\x6e\x4e\x14\x80\xa0\x6e\xa2\x63\x36\xea\x66\xc5\xff\xc1\xb0\x9b\x15\x6d\xbc\x71\x37\x49\x28\xb3\xb6\xf2\x3b\xd7\xc6\xfb\x51\xf9\x9d\x1b\xaa\x1c\x43\x72\x96\xc9\x91\x91\x65\xb2\x4e\x64\xc2\xcb\xf1\x13\x23\x35\x65\x97\x47\xd0\xbd\xbc\xa0\x48\x56\x8a\x1a\x9f\x99\x98\xcb\x67\xbb\xd5\x90\x42\x9f\x86\x0b\x5e\x06\x7b\x7f\x29\x37\x03\x75\xb9\x19\x86\xed\x84\x62\x3b\xd4\x54\x19\xdd\x3b\xd4\x01\x0e\x79\xd9\xd1\xdd\xaa\xc9\x2d\x4b\xe0\x44\x6d\xb9\x9d\x40\x79\x35\xb6\x9e\x13\x28\xa3\xfd\xdc\xb2\xf7\xcd\x68\x19\x64\xef\x9b\xef\x40\xed\x05\x0f\x83\x06\x9f\x13\xae\x77\x39\x96\x81\x1b\x52\xc1\xd7\x13\x1d\x8f\xe1\x39\x27\xfe\xa4\xfb\x76\x68\x29\xdb\xc9\xc9\x95\x23\xf3\xdd\x56\x87\x34\xa6\xcd\x91\xd2\x91\x40\x6d\x6c\xab\xfd\x9f\x69\xa8\x97\xb1\x3b\x9f\x76\x36\xa4\x66\x63\xa6\xd5\xcb\x52\x08\x94\xd2\xf2\x96\x0c\x4e\xdb\x72\xa6\xcc\x93\x41\x2b\x72\x3d\x41\x35\x6b\xf0\x4e\x72\xf2\x2c\xf0\x39\x23\x67\xc9\x82\x46\x32\x9f\x87\x52\x7c\x79\x7a\x90\xf3\xfa\x6a\xcc\xb0\xcc\x6b\xad\xbf\x8d\xaa\xfb\x95\x66\xd4\x7d\x7e\xdf\x91\xcc\x19\x9a\x17\x98\x7b\x4d\x51\xc6\xa4\x16\x5a\x00\x69\xce\x92\xef\x24\x9f\xb4\x8c\x46\x1e\x7a\x2d\x73\xa1\xb8\xa6\x70\xba\x9b\x25\xe5\x7f\x6f\xff\x45\xca\xa4\xc5\xe4\x18\xde\xf6\xc9\xcd\xd0\x0c\x8e\x99\x5f\xba\xe9\xd0\x5d\x7c\x7c\xd6\xd8\xd0\x32\x7c\x3d\x85\x1b\xd2\x29\xf1\x3b\x94\x46\x83\x1a\xcd\x99\x9e\x71\xdf\xdb\xb2\x6e\x4d\x34\x7c\xdb\x99\x9e\x4f\x4e\xc2\xc7\xeb\xfb\xb6\xa9\xed\xb6\xf3\x9d\xa6\x26\x83\x51\xee\x74\x3c\x1b\xf6\xc7\x87\x34\x3d\xf8\x90\xf6\x23\x55\xe5\xa0\x09\x4b\xb4\x71\x6b\x85\xef\xc9\xb8\x55\xd7\x5b\xa8\xf7\x77\x49\xab\xba\x21\x88\xa5\x30\xfc\xe6\x8c\x4e\xcf\x59\xa0\x17\x51\x07\xfb\xe3\x90\x77\x16\xce\xb1\xc5\x8b\xe8\x85\x4d\x8e\x68\x4e\x8a\xc0\x39\x4b\x83\xd7\x7d\x9c\x55\x17\x89\xf8\x23\x36\x11\xe5\xe4\xc7\xaf\xd3\xce\xc5\x47\xc6\x68\x98\x9d\x02\x8f\x67\xc9\xe0\x9c\x80\x97\x27\x1f\xc9\x9c\xf3\x8f\xda\x0d\xd1\x06\xca\x9e\x35\x4b\xc6\xed\xbc\xb9\x47\x28\xb7\xc2\x6c\x88\xd5\xa2\x6f\x35\x4e\x66\xcb\x6b\xfc\xeb\x0c\xdd\x30\x57\x9b\xa1\xfe\x57\x53\x79\x94\x99\x45\x07\x16\xaf\x68\x4a\x14\x58\x5c\x31\x3e\x6c\x19\x97\x26\x6e\x80\xfb\xcb\xc2\xb5\x14\x2a\x5f\x0a\x3b\xe5\xcb\xc2\x71\x99\x3a\x78\x38\xcf\xe8\xaf\x55\x35\x38\x17\xef\xaf\xf3\x77\x23\xba\x91\xd5\x18\xa1\xe7\xeb\x29\x2e\xb4\xea\x9c\xdc\xbc\xeb\xbe\x9e\xe1\x92\x9a\xca\x02\xf2\x96\x69\x6e\x10\x5e\x1c\x12\xbc\xf0\x42\xdd\x0e\x09\x8e\x06\x52\x71\xbe\xe7\x86\x6b\x7e\x6f\xf0\xdf\x42\x0e\xe1\xe1\x86\x9a\x2e\xa4\x59\x65\xb3\x22\x26\x61\x93\xd4\x98\x27\xa8\x6c\x48\x33\xaa\x32\x07\x01\x2f\xdc\x39\xf7\xcf\x61\xe0\x4c\xc7\x4f\xe7\x2f\x4a\x16\xe1\x78\xee\x01\x87\x73\xc2\xe3\x28\x0b\x7f\x5e\xc7\x9a\x56\xd4\x61\x49\x4d\xe9\x71\xfa\xfa\x0f\x2a\x0f\x05\xfd\xd6\xbc\x9d\x7e\x2c\xeb\x86\xd2\x8e\xe3\xb1\x18\x94\xcf\x03\x4a\x18\xcf\x19\xb7\xd1\xc6\xd1\x2a\x39\xc5\x71\x94\x8a\x4e\x63\x1c\x6d\x8c\xd3\x18\x67\x37\x2a\x8d\xf1\x8c\xde\xea\x67\x05\xe8\xe0\xa4\xfe\x74\x13\x46\xc6\xff\x39\x95\x39\xbb\xd1\x50\x9d\x6b\x70\x52\x7e\x4e\x4e\x9d\xfe\x95\xca\xfc\x9d\x37\xe3\xcb\xc3\xa9\x64\xe0\x39\xdf\x97\xec\xcf\x69\xf0\x91\x57\x65\xe1\x99\x51\xea\xfd\x39\x79\x1e\x9b\xd1\x81\xbb\x2b\x76\x03\x99\x78\x66\x74\x93\x58\x78\x06\x9b\x4c\x09\x91\xf7\xe0\x00\xfc\xf9\x25\x39\x58\x1d\xc7\xfc\x46\x57\xf9\xe7\x95\x6b\xa9\xaa\x50\x22\x38\xa7\xf3\x21\xe7\x25\xad\x18\xdf\x19\x55\xe9\x9f\x57\x0a\x51\x4b\xe8\xa0\x33\x0f\xe9\x3f\x9f\x1b\xc4\x0b\xe1\x81\x6e\x02\xd2\xc0\x03\x5d\xa3\xa5\xaa\x27\x2e\x94\x86\xc6\xbb\xfe\xcf\x62\xca\x48\x1f\x5a\x39\x3c\x0b\x41\xf5\x5c\x23\x33\xe7\x43\xc6\x36\x92\x89\x67\xc7\xfe\x20\x33\xce\x5c\x9c\x86\x3f\xc3\x3e\x70\xc5\x29\x90\xb7\xe6\xc4\x39\x90\x77\x11\x87\xb0\x15\xc8\xbb\x66\x26\xd5\x3c\x0e\x01\xd2\xc9\x92\x17\x4e\xba\x97\x4c\x3c\xcd\x29\x5d\x1e\xca\x3f\x69\x51\xf0\x92\x8d\x67\x39\xeb\xfc\x43\x79\x00\x03\xca\xbf\xcc\x87\x4a\xf5\x85\x17\xba\xc1\x3b\xf7\xd8\x7c\x67\x75\x1c\x82\xbf\xd1\x3b\xc9\x7c\xb6\x0c\xde\x79\x92\xdd\x68\x19\xbd\xb3\xf2\xe6\x37\x78\xe7\x44\xcb\x65\x7c\xce\xc9\xb3\xcb\x78\x9c\x0b\xd1\xec\x72\x9a\xe5\x45\x50\xc0\xa5\xd0\xda\x89\x0a\xe2\x72\x9a\x65\x9c\x39\x0d\xdd\xb9\x0d\x3c\xb0\x2e\xc7\xc0\xee\xfc\xbf\xa1\xe3\x76\x28\xe5\x79\xcc\xd0\xf4\x92\x44\x73\x71\x1d\xcc\xf8\x4e\x33\x7a\xf6\x9d\x29\xd4\x59\x65\x16\x4f\xe3\x45\xf5\x50\xf6\x3b\x5e\x50\x8e\x89\xe8\x50\x43\xb1\x0c\xa1\x2e\xe5\x16\x2b\x50\xda\x54\xce\x0e\xbd\x0c\x9c\x59\xf1\x90\x37\x70\x66\xc3\xd7\xec\x52\xb4\x6a\x2e\xea\x4b\xc1\xaa\x75\x59\xc4\xb8\x64\x1d\x2a\xd8\xb4\x2e\xac\x43\x44\x2f\x5c\xb2\x0e\x35\xe7\x40\x79\xa8\xcb\x85\x13\xd2\x39\x50\x0f\xa8\x8f\x0b\x19\x8e\x64\xff\x95\x76\x1c\x06\xc6\xbe\x91\xb5\xa8\x13\x4d\x75\x9d\x46\xd9\x1d\x0c\x47\xb7\x11\x3a\xee\xcb\xc6\x22\x5e\x96\x06\xe3\x3c\x4f\xe6\xd4\x01\xb0\x28\x2b\x2f\x6c\x45\xb3\xfc\xdb\x2d\xcf\x48\x9d\xd5\x59\xbe\x97\x91\x3a\xcf\xec\x5b\x67\x84\x26\xe7\xc1\x32\x54\x67\x5b\x33\x5d\xfe\xb9\x90\xbf\xba\x25\x0e\x2e\x46\x27\x43\xd2\xc2\x0f\xf3\x92\x25\x69\x1e\x8b\x2f\x6f\xd9\xe0\xd8\xc6\x0e\x90\x5d\x98\xc3\xaf\xd3\xe1\x45\xe6\x5c\x97\x02\x64\x27\x4a\xa7\xeb\xc4\xd3\x98\xf9\x90\x3c\x82\x5d\xeb\x2a\x56\xfa\x18\x5d\xe4\x21\xe5\x4f\xe7\x6b\xed\x92\x21\x89\xc4\xc7\x0f\x55\x5d\x75\x42\xda\x0d\x18\x42\x19\x08\x38\x1b\xc5\x49\x91\xd9\xd5\xc5\x4f\x8a\x23\x9f\x79\x8d\x5b\xfa\x57\x46\x29\xf6\xa3\xd2\x57\xd7\xce\xfe\x57\x48\x6c\x43\x61\x61\xcc\xcf\xea\x04\xa9\xcb\x40\x9e\x24\x5a\x5e\xc6\xf1\x3c\xd7\x4c\x8f\x97\xc3\xcb\x18\x9b\x38\xe7\xf1\x96\xb9\xff\xc1\x70\x2e\xc5\x96\x84\xd2\xfc\x87\xc7\x28\xce\x73\x62\x63\x33\x38\xe6\x3c\xcc\x71\x01\xbc\x5c\xc4\x5d\x02\x78\xc9\x4b\xf8\x52\x84\x66\xe1\x15\x63\xf8\xcb\xc6\x6d\x74\x55\xa3\x1e\x71\x38\x65\x0e\x9a\xb8\x4b\x1b\x0c\x73\xcf\x33\x6d\x3e\xcb\x86\x70\x7e\x55\xe5\x27\x45\x34\xbd\x64\xe3\x69\x4e\x73\xfc\x50\xfe\x7d\x38\xa5\x90\x32\x1b\xe2\xaf\x91\x32\x1b\xc1\x2c\x97\xe2\x35\x67\x85\x8b\x28\x5c\xb3\x22\x63\x5e\x0a\xc9\x9c\xc6\x2d\x7f\x28\x25\x01\x9c\xf9\xee\xe7\x2e\x52\xe8\x44\x22\xfc\x2f\x8b\xb1\xa1\x04\x2c\xb4\xe9\x42\x9e\x46\xe8\x39\x2e\xc7\x6b\xe2\x92\x6c\xf8\xcd\x89\x11\xe3\x92\x11\x67\x1e\xe9\x41\x3c\xf4\xc8\x2f\xd9\xa6\xba\x38\xb7\xd5\x01\x3a\x35\x55\x9b\xf6\x50\xa8\x25\x79\x23\x94\xae\x7b\x58\x71\xf5\x1a\xb2\xbe\xb6\x0c\xad\x97\xf2\x74\xa7\xe6\x9f\x3b\xf4\xd8\x9a\x4d\x15\x35\x94\x60\xc3\x5b\x28\x3d\xb0\xfc\xa0\xb8\x14\x12\x79\x3a\x5b\xf6\x43\xe9\x40\x2f\x8b\x4d\x97\x8d\x48\xd8\x49\x8d\xe2\x39\xc3\x60\x8d\xe2\x89\x47\xf2\x25\xab\xd1\xc4\xf8\x76\x39\xff\x32\x0e\xba\x97\xd3\x28\x63\x97\x35\xa6\x67\x45\xe1\x6f\x10\xcf\x8a\xba\xc6\x20\x9e\x13\x2f\xdb\x4b\x81\x8d\x3d\x1c\xb4\x99\xd7\xe0\x2e\x7c\x29\xb0\x31\xc6\xb6\x4b\x99\x93\xf7\xe0\x3c\x37\x3f\x84\xd9\x7b\xcd\x92\x38\xae\xc4\x57\xb3\x72\xe3\x60\x32\x2c\x89\xe3\x3c\x7c\xc9\xa4\xb4\xc7\x48\x1f\x72\x49\x86\x2f\x62\x1b\xc2\x95\xd7\xa0\x9e\x13\x37\xf3\x4b\xb9\x92\xeb\xb6\x94\x66\x50\xcf\x1d\x09\x42\xc6\x98\x39\xcb\xbf\x35\x1f\x86\xea\xdc\x83\xb3\xdf\x9d\xba\x1e\x0e\xda\x0d\x16\x05\xcb\x54\x90\xe1\x26\x20\xf6\xea\x46\xa6\x48\x4d\xab\xf4\xb1\xfe\x1b\x9c\x93\x9c\xe7\x0f\x65\x38\xae\x54\xd5\x8d\xba\x76\xc8\x8f\x0c\x83\xfc\xb1\x64\xe8\x95\x5f\xbc\x9d\x26\x86\x9f\xb2\x26\xef\xa0\x0b\x05\xf2\x65\x87\x39\x90\x6f\xe1\x3c\x69\xfc\xcd\x86\x2f\xeb\xe5\x74\xc8\x0b\x07\xc9\x6b\x58\x69\x50\x53\xe8\xdc\xf5\xf9\x50\xb8\x2c\x2b\xad\x3e\xa3\xd9\xa1\x74\xbf\x1b\x8b\xe2\xa1\xe4\x52\xc1\x86\x1b\xb6\x77\x65\xe1\x14\xd6\xb7\x1b\x3b\x75\x38\x1e\x33\x55\x65\x89\x6c\x6c\x15\xd9\x30\x56\x2b\xa9\xa9\xb9\x31\x38\xe4\x43\xca\x6c\x78\x84\x52\xd0\x19\x5b\x55\x99\x8b\x37\x0a\xd8\x4b\x26\x8d\x9d\x1b\x64\x18\x9c\x2c\x73\x73\x5b\x39\xcd\x1f\xda\xbc\x8b\x0d\xdd\x20\x9b\x1b\xc5\xa6\x31\x36\x27\x0e\xfa\x86\xd1\x2c\x28\x4b\x81\xd1\xcc\xfd\x39\x7d\xd5\x6d\x84\xa6\x69\x09\xf6\xa5\x9c\x8b\xae\x40\x09\x9c\xac\xe6\x43\xc5\xb5\xbd\x8d\x2e\x25\x83\xcb\x77\xc2\xec\xb7\x74\x6f\x48\xcd\xa7\x0b\xff\x86\x51\x34\xc3\xb3\xa7\x76\x78\x84\x2d\x05\xd9\x4d\x12\x45\x5c\xd3\x2a\x13\xbc\x00\x2f\x99\x42\x26\x19\x06\xae\x69\x95\x09\xf9\x0f\x2e\x27\x2f\x46\x81\x62\xc4\xcd\xc2\x7b\x1e\xc4\xcd\x45\x5c\xbd\x21\x37\x27\x4a\x12\x23\x6e\x9e\x95\x85\x53\xd0\x5d\x72\xca\x18\x0b\x73\x92\x37\xe1\x52\xb2\xe0\x41\xbe\x83\x4b\x46\x94\x1d\x11\x01\x23\xca\x46\x80\xb1\x11\x65\xc2\xb5\xa7\x39\xc5\xbb\x1c\x52\xaf\x19\xc5\x6a\x19\x1a\xb3\x85\xfb\x0b\x1a\x73\x6d\x06\x2e\x64\xcc\xb9\x56\xca\xaa\xc2\x48\x37\xd4\x23\x23\xe1\xc8\x7f\x39\xac\x0e\xc7\xb7\x6b\xf9\xe5\xb7\x77\x0a\x65\x44\x7d\x9b\xf1\xac\xbe\x3d\x7e\xd4\x63\x5a\xf5\xac\xc2\x8d\x85\xa2\xb9\x70\xb7\xb8\x96\x4c\x5a\x2b\x52\xb3\x22\xf2\xd6\xce\x7f\xe8\x54\x0d\xf6\xca\xf2\xbb\x64\xef\x14\x3e\x2f\x21\xfc\x7c\x2f\x19\x72\x56\x7d\x9b\xf1\xec\xc0\xe4\x97\xf3\x55\xb3\x59\xc8\x73\x7c\x84\xfa\x28\x56\xee\x48\x27\x32\x07\xef\xb4\xfa\x73\x21\xff\xa5\x07\x4e\xcf\xe8\xe4\x44\x80\x33\xf5\xb5\xb4\x21\xf6\x71\x84\xf4\xe8\xf8\x50\x8f\xd1\xf0\x63\x5b\x84\x1a\x72\xb3\x53\x1b\x8f\x11\xaa\xc9\x74\x45\x4d\x6d\x01\x19\xc7\xff\xc9\xac\x15\x66\xb7\x36\xac\x4b\xa6\xa4\xb5\x38\x58\x8e\x96\x23\x03\x08\x50\x9d\x71\x24\x30\x56\xe7\x19\x23\xe3\xb5\xbd\x5d\xf8\x52\x69\x87\xd7\xae\xa9\x2a\x67\xe3\x5c\xc1\x8a\xa5\x1b\x18\xfd\xc0\xee\xdc\x6f\x99\x3b\x61\xbf\xca\xee\xf4\x4a\x20\xb2\x3b\x9d\xf1\x4f\xb8\x94\xbf\x78\xed\x97\x52\x82\x46\xec\xfc\x97\xf3\x17\xe3\xe4\x77\x39\x7f\x71\x65\xdb\x2b\x08\x6f\xed\xb7\x0f\xc5\x9d\xb3\x09\xb7\x53\x8f\xa7\x4c\xb9\xfc\x31\x03\x01\x17\x9a\xa7\xe9\x76\x72\xf1\x4c\x87\xfd\xe1\x58\x72\xf2\x1e\xb3\xeb\x37\x81\x95\x3d\x85\xb7\xd4\x08\x4c\x95\x3c\x0e\x77\x4b\x33\xcf\x23\x62\x23\xc7\xc9\x42\xb5\x36\x7b\x45\xf1\x79\x4f\x33\x7c\x28\x48\x06\x63\xf9\x3e\x94\x02\xf4\x60\x17\x0a\xd0\x9b\x1b\x31\xc3\x49\x91\x0d\x08\xbe\x8c\x56\xfa\x34\xd3\x21\xb5\xe5\x5a\x28\x65\x16\xac\xa1\x3c\xb6\x74\xf8\x27\xca\x8d\x2a\xb4\xee\xbd\x57\x04\x33\xba\xc2\x03\x2e\x2f\x3f\x4b\x21\x94\xd1\x75\xbe\x65\x4b\xdd\x23\xfd\x2b\x0a\xaf\x19\x1d\xea\xa1\x1e\x49\xca\x39\x3f\x97\x11\x48\x17\x5e\x34\x97\xcc\x59\xb5\x59\x51\x79\xd9\x9c\xb5\x9d\x4d\x7e\x01\x41\x9a\xdb\x42\xd1\x73\x6b\x72\x23\x28\x7a\xee\xa9\x9a\x76\x2e\xad\x29\x7d\x48\xa7\x87\x67\xaa\x61\x46\xcf\x9d\xd7\x9f\xa1\x44\xb3\xfd\x14\x2f\xb7\x88\xbb\xba\xc8\x7b\x9c\xf7\xde\xe5\xfc\xe5\x70\x7d\x59\xc9\xd6\x78\xab\x6a\x8a\x7b\xca\xb4\x53\x60\x73\x0e\xa6\xdb\x79\x1a\xca\x84\xb6\x72\x52\x2e\x7b\xa3\xe6\x97\xb5\xe0\xb9\x03\x88\x7c\xcb\x03\xe0\xb2\x28\x09\xb3\xba\x7c\xaa\x91\xdd\x14\xb2\x36\x23\x49\x28\x2a\x6d\x11\xc0\x62\x9c\xd1\x44\x13\x5d\xb7\xa0\x34\x36\xa2\x9b\xf2\x09\x9f\x3b\xc2\xf2\x6d\x6d\x20\xfb\xf6\xb6\xb5\x9c\x3d\x6d\x6b\xd7\x8e\xb8\x2a\x6b\xd7\xda\xbc\xcd\x6d\xed\xda\x11\x89\x65\xee\x5a\x8d\x83\x73\xeb\x6d\xba\x23\xcb\x2a\x2a\x6d\xed\x96\xf1\xfc\x5c\x98\x86\xb4\x03\x59\x65\x87\xa5\xed\xc8\x84\xb2\x86\xbd\x77\xbb\xc2\xd2\x16\x1a\x58\xa3\x99\x2e\x0c\xef\x97\x62\xcd\xd6\xe6\x2e\x91\xf9\x6b\xa1\xd6\xbf\x14\x5d\x96\x00\xaa\xcb\xd1\x65\x9b\x18\x49\x03\x9f\xae\x3c\x9c\x15\x33\xb6\x72\x0b\x2a\x64\xec\xa9\x1a\x52\xc7\x63\x30\x1a\x09\xb3\x9b\xe8\x4a\x63\x9d\x2e\x74\x7e\x97\x82\xc6\xd6\x23\xf7\xff\x93\x5b\x2b\xa2\xec\x15\x43\x9c\xe7\x77\x13\x98\x66\x94\xd4\x45\xca\x20\xa3\xa4\xae\xe8\x0a\x6e\xb3\x87\x4c\x87\x5e\x76\x9b\xb0\x8a\x4b\x16\xb8\x57\x28\xb9\xd9\x3b\xfc\xa4\xde\xe3\x39\xca\xb2\xc7\xbd\xaf\x07\x27\xfa\xdd\x84\xe9\x19\x5e\x75\xe1\xf5\x7c\x29\xf6\xec\x29\x4c\x5d\xb1\x12\xde\xb9\xca\x02\xfc\x14\xa6\x13\x29\xd6\x11\xa0\x6c\xbc\xdb\x78\x7d\x5e\x32\xde\xad\xca\xcd\xf2\xf1\x3d\xc3\x79\x95\xed\x6e\xe1\x22\x7d\x7d\xd8\xaf\x6f\x55\x5d\x8a\x0c\xf6\x63\x0e\xc5\xf6\x90\x61\xef\xa9\x9a\x76\xa6\x5e\x69\x0b\x4a\x9e\x4e\x25\xfd\x6b\x70\xdc\xc2\x1f\x5f\x50\x44\x8a\x19\xa7\x75\x45\xeb\xf8\xf1\xa5\xc3\x7f\xc8\x7a\xf7\x54\xa5\x8f\xed\x45\x0f\xa5\x14\xaa\xf9\xc7\xed\xe3\x03\xab\x93\xf9\x6e\x45\x4a\xff\x98\x61\xcd\x94\xe9\x3d\x91\x5f\xb6\x1c\x12\x71\xe2\x63\x39\x84\xb5\x93\xb9\x6e\x4d\xd8\x97\x70\x5a\x93\x5d\x10\x9c\xd6\x8d\xf7\x83\x71\x5a\x17\x31\x20\x86\x62\x5d\x79\xdc\x7f\x0c\x7f\x91\xa1\x7a\x97\x71\x40\x3e\xde\x3a\x2c\xf2\xc7\x80\x32\x99\x2a\xaf\xea\x19\xca\x13\xc7\xe1\xf9\x1a\x22\x91\x7d\xf5\xb5\x10\xb0\x52\x26\x6f\x0f\x6e\xb6\xaf\xe7\x0d\x96\xfc\x25\x61\x23\x57\xab\xac\x67\xab\xa1\xcd\x90\xf1\xec\x95\x6e\x15\xe1\xb5\x48\x7d\x63\x2c\xd1\xe7\xc3\xb4\xaa\x9f\x82\x23\xc8\x5e\x56\x70\x83\xbc\xbe\xfe\x7d\x18\x9d\xc2\xa8\x6a\x6e\x56\x59\xcf\x56\x34\x62\x32\x9e\xbd\xaa\x43\x19\xcf\xe2\xde\x62\x44\xd0\x85\xfb\xd2\xa5\xc0\xa9\x15\x3d\x8f\x12\xdf\x26\x4c\xf1\x52\x70\x54\xd2\x6b\x5c\x0a\x8e\xda\xe4\x7a\xb9\x14\x1c\x35\x27\x5c\x5e\xd6\xa9\x85\xeb\x3a\xc8\x9d\x1b\xe3\x91\xa1\x3b\x17\xa6\x64\x43\x77\xae\x28\xa4\x15\x0e\xb5\x36\xba\x2b\x87\x43\x6d\xac\x45\x97\xed\x5a\x1b\xa9\xdc\xe1\x50\x60\x7d\xad\x4b\xe1\x50\x6d\xa5\x55\x59\x80\xc3\xc9\x65\xf4\x3a\xf3\xd4\xf9\x39\x29\x1d\x1b\x8c\x5c\xb6\xe9\x42\xf1\xe4\x04\x2f\x18\x01\xb4\x12\x98\x6d\x04\xd0\x8a\x95\xcb\x08\xa0\x6d\xed\x50\xf7\xff\xfd\xbf\x1a\x05\xcd\xcf\x0c\x2f\xea\x83\x9f\x13\x9b\x8f\x34\x2a\x8f\x21\x6e\x03\x99\xce\xda\x01\xa7\xfc\x39\x99\x01\x77\x8c\x13\xe2\x02\x34\xf6\x90\x45\xfe\xf8\x8c\x5b\xf9\xfd\x71\x16\xbe\x14\x62\xd5\x72\xc9\x2b\xc4\xaa\x3d\xa2\xe2\x3f\x39\xb5\xf3\xea\x1e\xb0\x66\xe7\xd5\xed\xec\xef\x58\xe7\xf8\x29\x33\x4a\x2c\x70\x97\xcc\x73\xb5\xbf\x1f\x3a\xd5\x77\x28\xc5\xcd\x8d\x8c\x46\x68\x99\xf0\x50\x59\xee\x0a\x39\x39\x8c\x6b\xda\xf2\xb2\x94\x1d\xaf\x46\x6e\xfe\xb3\x6e\x14\x7e\xf2\xe7\xb7\xf4\x91\x9a\x8e\x0b\x84\x9f\xc8\x8c\xd7\x72\x55\xcb\x8c\x57\x49\xbc\x66\x58\xd3\x96\xa3\x27\x2b\x5e\x5b\x2f\xa5\x84\x9c\x0c\xdb\x89\x7b\x49\x41\x71\xc9\xc2\xd7\x16\xef\x31\x05\x78\xb5\x85\x06\xf0\xcf\x57\x3a\xf6\x47\xc3\xa1\x36\x1c\x05\x2e\xc5\x7b\xd5\xc8\xa6\x0a\xf7\x6a\x9b\x07\x98\xc2\xbd\x6a\xe5\xb1\x28\x34\xd4\x13\xcf\xd9\xeb\xcf\xfe\x2d\x3b\xad\x7c\xf4\x5d\x5a\xd1\x49\xe0\x78\x39\xf6\xab\xc1\xf8\x8d\x9b\xba\x46\x28\xb9\x6d\x70\x7f\xc8\xa4\xd8\x70\x22\x30\xa6\x6a\x23\x5c\xf7\xfa\x73\x76\x8e\x4c\x9a\x12\xfc\xe7\x1d\xfd\x27\xb6\x8b\x9b\x82\xf1\x56\xcf\x8d\x25\xf4\x92\xb9\xb1\xe4\x38\xcb\xda\x58\x49\xe3\x71\xc9\xda\xd8\xea\xdb\xc5\x33\x87\x1b\x5d\x85\x8c\x8d\x75\x65\xe9\xe5\x5d\xb3\xcf\x50\x9a\xc2\x15\x4a\xf1\xb1\x6f\xcd\xaa\x9a\xfc\xa0\x92\xff\xb7\xac\xcb\x2d\x94\x02\x8e\xa8\x4c\x96\x6d\xa3\xf0\xf8\xb3\x07\x7b\x36\x90\x23\x3f\x32\x85\x7a\x40\xec\x6c\x3c\xed\xf4\xbc\x0a\x9d\x96\xb8\xe7\xff\x94\x96\x78\x9f\xa1\xb4\xd1\x39\x76\xb2\x74\x96\xbc\xcb\x65\xe9\x6c\x86\xc1\x5d\x46\x85\x6d\x84\x11\xdf\x0a\x7b\xab\xa4\x18\xba\x15\xf6\xd6\x8c\x95\xf1\x50\x0f\x43\x62\x87\xde\x32\x89\x36\x42\x5e\x6f\x59\x44\x0b\xce\x0b\xf7\x61\x6c\x5f\x1f\x25\x23\xcd\x36\x82\x0e\xef\x63\x29\x65\x8b\xc7\x72\x1f\x52\x68\x00\xf6\xf7\x90\x97\xf6\x41\x3a\x54\x10\x40\x4d\x87\xfa\xc1\x92\x46\xbf\x72\x9e\x08\xf5\x93\xb3\x56\x28\xfd\xa0\xf7\xdd\x2d\x13\x6c\x45\x74\xbc\x65\x65\xad\xbc\x96\x6f\xe7\x2b\xc6\xe7\xe6\x76\xbe\x62\x6e\xdf\x5b\xf9\x8a\x1b\xfa\x93\xfb\x90\xeb\x25\x89\x38\x6e\x99\x5c\x1b\x6a\x8f\xfb\x00\xbf\x32\x6d\x7e\x55\xc6\x58\xac\xbc\xc0\x04\x6e\x64\xdb\xca\xc5\x61\x60\xdb\x46\x78\xcc\x7d\x48\x79\x81\xc7\xd9\x7d\x08\x5c\x74\xe7\xe7\xb5\xed\x49\x59\x61\xd0\xdb\xc6\x6b\xfc\x56\xc8\x5d\xe1\x90\xdf\x4a\x89\x5c\x38\x2e\xb7\x02\xf0\xca\xca\xea\xca\x52\x64\x4c\xb6\x75\x1f\xe2\xe2\xa4\x84\xbd\x65\xf0\xad\x70\xff\x5b\x79\x8d\xeb\x59\xfe\xed\xf0\x71\x1f\x56\x82\x79\x6b\x1b\x2d\xf7\x04\xf6\x6f\x19\x2e\xb7\xe0\xcc\x7b\xcb\x8e\x7b\xa2\xba\xb9\x4f\xc3\x27\x31\xf9\xa7\x14\x5d\x38\x1d\xdf\x0a\xeb\x23\x07\xfe\x32\x58\x6e\xc5\x4e\x78\x9f\xf2\xda\x43\xab\x73\x2b\xcb\x30\xa9\xda\x1f\x4a\xf9\xc3\x1a\x6d\x3a\x1d\x3c\x73\x28\x7b\x6b\x39\x8e\x94\xf9\x15\x75\x42\xc9\xe5\x39\x23\x53\xbc\x5b\x37\x17\xbd\x65\xa6\x9c\x3d\xdf\xe9\xee\x41\x9a\xba\x15\xb5\x76\x66\xc3\xda\xd8\xd8\xcd\x0c\x6f\x1b\x14\x0d\x87\xbb\x80\xbc\x45\xa9\x76\x2b\x86\x6d\x92\x54\xf7\xb6\x79\x71\x93\xe1\xf8\x76\x8e\xdd\x49\x17\x0a\x4c\x4b\xa2\x6e\x83\xdc\x4e\x3c\xda\x80\xb5\x9d\x35\x65\x3f\xa9\x9b\x4e\x28\x09\x1e\x95\x0d\xac\x6c\xb8\x13\x99\xfc\x56\x98\xda\x9c\x23\x65\xd2\x6f\x58\x9c\xb8\x8b\x1e\x50\x75\xa6\xa6\x9f\xd0\xfc\xc5\xe5\xb7\xef\x01\xe5\xf4\x64\xa9\x29\x95\xde\xe2\x27\x24\xe6\xae\x83\xc1\x48\xce\x23\x1f\xc8\x5d\x0c\x32\xb5\x68\xd3\xf2\x03\x29\xc7\x8c\x8e\xbb\x9d\x88\x7e\x19\x1d\x77\xc2\x7e\x6f\x05\xc9\x4d\x34\x9c\x77\xb1\x62\xae\x66\x6c\x76\x4b\xe8\xa9\xaa\xbf\x60\xd5\x8a\x55\xb3\x19\xa9\x5f\x5a\x18\xdf\x6e\x05\xd4\x6d\x84\xd7\x5b\x01\x75\x93\x1b\xe6\x96\xc9\x34\xde\x5d\xb7\xe2\xe9\x36\x39\xe7\x8c\xce\xfb\x34\x13\x52\xd9\xf1\xd8\xb3\xd5\xd0\xac\x47\xa8\x53\x1f\x0e\x28\xbd\xa6\xfd\xb4\xbc\x95\xfe\x76\xe1\xcf\x74\x2b\xd6\x6e\xa1\x16\x34\x8c\xef\xce\xa9\x70\xf6\xdb\x8d\xfe\xdd\x30\xbe\x0b\x59\xd2\x30\xbe\x0b\x11\x0d\x18\xdf\x5d\x7d\x03\x18\xc6\x77\xad\x8c\x46\x7e\x28\x5c\xef\xb7\x0c\xb1\x0b\x15\xff\x2d\x43\xec\x9c\x83\xef\x2c\x13\x57\x26\x4e\x86\xd8\x8d\xbb\xf2\x5d\x0d\x5c\xb6\xf3\xa1\x37\x71\x67\x00\x7e\xf9\xe7\xaf\x2c\x18\x90\xb7\xcb\xa8\xbe\xab\xb1\xe1\x2a\x3b\xb5\xd3\x90\x92\xee\xd5\x14\xca\x36\xc3\xcb\xf2\xae\xd6\x19\xbe\x94\x0c\x3e\x9c\x22\x99\x69\x13\x96\x7a\x57\xeb\x08\xc8\xf8\x75\x57\x43\x85\xb6\x50\x53\x23\xe7\xaf\xb4\x8d\x49\x73\x74\x2b\xe5\xee\xae\x1c\xfe\xea\x6d\x5c\x18\xb7\xf4\x89\x2b\xcb\xa1\x07\x0a\x92\xae\x51\x7c\x17\x19\x68\x0c\xe2\xbb\x8d\xf7\xfb\x50\x1f\x1d\x30\x7a\x37\xf6\x78\xa7\x07\xbd\xeb\xc8\xd9\x0e\xc0\xef\x36\xba\xd1\x32\x4c\xef\xae\x3b\x94\x1e\xdd\x16\x9f\xef\xa6\x05\x5f\xff\x21\xa7\xa9\x31\x7c\x9f\x56\x27\xe4\xa5\x24\x87\x1d\x4a\xef\xb3\x23\x7d\x7c\x5c\x75\x41\x6a\xac\x30\x8a\x66\x05\x12\x61\x1c\xb7\x32\xe9\xae\xc9\xa4\xca\x6c\xbc\x2b\x87\xb3\x61\x7e\xa3\x26\xb0\x86\xf4\xaf\xe7\x13\xd9\x89\xee\xa6\xbd\x81\x3a\xf7\x56\x74\x61\xc3\xb7\xf9\x6e\x4e\x26\x81\xac\xe2\xe8\xc2\xf7\xfc\x39\xba\x70\x21\x03\x38\xba\x10\xe7\xf9\x5b\xc1\x85\x0d\xb3\xd9\xdd\x40\x4e\xe3\x9f\x84\x04\xb2\xd3\xc8\x50\x9a\x6a\xfe\xde\xc0\x69\x3d\x15\x25\x8b\x65\x64\x8e\xbc\x29\xa9\x79\x3d\x77\xe9\xca\xc8\x9e\x87\x15\xd1\xb3\x77\x73\x7a\xbf\xb7\x3b\x07\x81\xf2\x47\x92\x35\xc7\x3b\x30\x3b\x6f\xd2\xa6\x62\xb2\x7b\xbe\xbb\x6d\xdd\xa3\x07\xdd\xc8\x23\xe3\xb4\x59\x6a\xa4\xa6\xf0\x22\xb2\x0e\xba\x90\x31\x3c\xde\x4e\xe1\x3b\xb9\x11\x15\x11\x79\x8e\xb7\xe6\xe5\x33\x02\x75\xab\x95\xf4\xf7\xd1\x04\x86\xfa\xaa\x2c\xfd\x3d\xe2\x16\xc9\x9e\x8c\x2d\x5c\x0e\xd8\xb7\x4c\xe2\xa3\x71\x98\x64\x11\x2f\x68\x94\x0c\x2d\x5c\x06\xe7\x5c\xc1\x92\x2d\x3c\xb1\x1b\x5f\x8d\xde\x3b\x46\xc8\x06\x75\x29\x4e\xe0\x84\x32\xd0\xf1\x01\x25\xc8\x8b\x9a\x1e\x34\xce\xb7\x87\x9f\x12\x44\xa6\xcd\x3f\x79\x5c\xd0\xa6\xde\x46\x38\xf8\xdc\x8a\xa3\xec\x38\x18\xde\x8a\xa3\x2c\x28\x65\x6e\x85\x51\x8e\x06\x23\x91\xe5\xbe\xe0\xfc\x7e\x3b\x8c\xf2\x65\xd0\x0a\xa3\x6c\xa4\xb2\xbd\x15\x46\x39\xde\xee\x25\x41\x8e\x33\x94\x50\xf8\x56\xa8\x67\xb2\x71\x28\x34\x1c\x72\xcb\xad\x2e\x8b\x7f\xab\x2b\x65\xe6\x0f\x9c\x32\x99\xfc\x5b\xe3\x7a\x54\x5e\xe1\x5a\x11\xc5\x14\xa9\xd9\x50\x3c\xdc\x8e\xd4\xc4\x67\xe9\x96\x73\xc0\x59\xd2\x28\xbc\x92\x0b\x41\xce\x01\x35\xec\x58\x29\x88\xe7\xff\xba\x30\x97\x0f\x65\x66\xc1\x8e\x55\x18\xe7\x24\x7b\xd7\xed\xcc\xc1\x20\x25\x18\x56\x79\x66\x3f\x75\x83\x2a\xbc\x94\xd0\x4f\x60\x32\x82\x5c\x3e\xb1\xb1\x1a\x72\xb9\xe2\xb3\x04\xaa\xf2\x06\x0c\xc3\xa8\xca\x27\x2e\x9c\xb7\x02\x35\x67\x43\x36\x1a\x06\xc6\x41\x4c\x54\xb8\x65\x23\xc5\xe4\x2d\x2f\x82\x4a\x54\xc6\xad\x10\xca\x49\xd0\xe4\xad\x10\xca\xd9\x60\x5c\x43\xe2\xe5\x4e\x0f\x06\x18\x2f\xa1\x84\x59\x87\xd4\xa6\x34\xbe\x95\x90\x85\x7b\x18\x7d\xba\xfe\x3b\x8d\x29\x80\xc7\xef\x2f\x19\x7f\x1e\x2e\xa3\x34\xbe\x8d\xb4\x99\x06\x3c\x2e\x18\x90\xee\x21\x1f\xe5\x96\x5f\x92\x84\x93\xd3\x3b\x2c\xe1\xb4\x9e\x66\x2e\x55\xed\x50\xb7\x0b\xd3\xe3\x47\x85\x69\xf5\xeb\xc2\x34\x2b\xfc\xab\x9a\x66\xff\x54\xd5\x73\xea\xb4\xbe\xf5\xa5\x34\x6f\xcc\x94\x3c\x0c\x9e\x66\x42\x0a\x37\x9a\x53\x63\x3c\xe4\x95\xa2\x8f\x9e\x95\x13\xca\xdd\x23\x7f\x4c\x6b\x30\xc8\xdf\x63\xe8\xe4\x82\x5e\xf5\xb6\x53\x01\xa9\xc2\xef\x69\xfc\xcd\x91\xb2\x8f\x3f\x4c\xa1\xa0\x07\xcf\x50\x42\xa3\xe6\xec\x03\x88\xcc\xad\x2a\x0f\x03\x20\x93\x1e\x4a\x3f\x35\x53\x26\x67\x08\xd6\xc6\x91\x98\xbb\x71\xab\x4f\xbb\x5e\x22\xd4\xd9\xdf\x20\x0c\xd3\x39\x7e\x49\x52\x60\xc8\xe3\x82\x53\xb2\xa1\x8a\xeb\xc8\x5f\xd8\x9c\x88\x37\xa5\xa1\x8a\xcb\x99\x59\xd4\xc9\xd8\xe4\x38\x37\x54\xf1\x7c\x7f\x51\xcc\xbc\xcf\x7c\xa8\xfe\x11\x23\x94\x2b\xf8\xf9\x30\x5d\xea\x9c\x32\x8d\x0a\xe2\x9c\xe1\xd8\xcb\x2f\x2f\x9a\x59\x7e\x90\xd3\xbf\x3d\x0c\x76\x43\x70\x90\x87\xc1\x49\x06\xe2\x7b\x39\xc9\x21\x62\xa4\x7d\x08\x70\x6e\xbc\x97\xcf\xd4\x0c\xe5\xee\x53\x53\xca\x09\x26\x55\xd6\xfd\x99\x39\x55\xbc\x67\x1d\xb0\xec\xe5\xa5\x81\x2d\x3b\xdd\x2e\x21\x70\xf7\x72\x8a\x65\xf6\xc9\x32\x97\xc2\xdd\xc3\x18\xc7\x93\x00\x2d\x43\x1c\x3f\x85\x21\xb5\x19\x90\x77\x9c\x6e\x17\xcc\xa4\x5b\xe9\x76\x9f\xaa\x14\xfa\xa4\xb2\x71\xed\x25\x90\xf7\xc6\xf2\x69\xcc\x0f\x7b\x69\x58\xa8\xe5\xe3\xc7\x0e\x5b\x9e\x7d\x78\xaf\x0c\xff\x33\xeb\xbd\x6d\x73\xc9\x13\x79\x3b\xb5\x50\x0d\x65\xb3\xca\x84\x5a\xcf\xb9\x81\xbf\x39\x85\x6e\x5b\x29\x53\x87\x3b\x8d\xde\x5a\x99\x06\xf5\x11\x83\xa1\x7b\x49\xf4\x33\xfd\xc9\x81\x2f\x5c\x43\x26\xf9\x4d\x6a\xc2\x5b\x26\xf9\xf3\x60\xb7\xc9\x24\x3f\xc3\x42\x0c\x37\x1c\x01\xc4\x81\xa1\x84\x99\x19\x6d\xf8\xdc\xbd\x87\xd4\x04\x23\xfb\xc9\xea\x3e\x1b\xb7\xd9\xf6\x4b\x90\xf4\xf2\xb7\xcc\xee\x27\xf9\xed\x8d\x45\xfc\x14\xf2\x8b\x7a\x0a\x86\x6d\x6c\x3f\x05\xff\x57\x57\xec\x86\xfb\x4c\xf1\xa6\x1b\xb3\xc2\xbd\xcd\xfd\xc8\xa9\x6f\x18\xe3\xf9\x6c\xe9\x7f\x32\x6a\xe3\x18\x57\x8e\xcd\xe5\xab\x88\x04\xbf\xb7\x43\x4e\xf3\x6c\xb8\x7c\xa6\xb8\x17\x2f\xbf\xdb\x48\xf1\x7e\xcb\x82\x7f\xe2\x14\x7f\x63\xc1\x27\x2a\xc8\x08\xc8\x7b\xf2\xe0\x90\x05\x7f\xae\x92\x32\xa5\x1b\xae\xa1\x3e\xfe\xf0\x84\x94\x49\x64\x85\xf2\xac\x73\x8e\x0d\x80\x4c\x8c\xde\xad\x3c\xba\x93\xec\x32\xb7\xd2\xe8\xee\x68\x57\x94\x46\x77\x47\x7f\x24\x2f\x81\x4d\xae\x0d\x43\x25\x4f\x22\x96\x6e\x59\xfe\x37\xb6\x1b\xc3\x1f\x3f\x1d\xf2\xcb\xf6\xe9\x3a\xd2\xa8\x8f\xdc\x4c\x5d\x79\xc2\x20\x03\xcb\x11\x60\x63\xbb\x33\xac\xf1\x5c\x2d\x94\xfd\xad\x18\x8d\xa2\xdd\x27\xf2\xaa\x81\x8c\xeb\x48\xd9\xc7\xc9\xec\xa0\xfe\x74\x19\xd3\xbd\x37\x52\x66\x58\x58\x04\xf8\x16\xdc\x0a\x5e\x5d\xad\x86\xd2\x7c\x33\x32\x9b\xd6\x71\x76\xbc\x65\x5a\x4f\x0a\x34\xa3\xf5\x2e\xf2\xe3\x19\xad\x77\x44\x0c\xbc\xc1\xf4\x0f\xa5\x8d\x0b\xc0\x89\x41\x78\xdf\x77\xa9\xcc\xe5\x1b\x65\xbe\x51\x70\x57\xce\x9f\x8c\xde\x1b\x3b\xae\x41\x69\x37\x9e\x9f\xf7\x6d\x2d\x09\xfb\x1d\x43\x72\x5a\x11\xd2\x14\x76\x8d\xdb\x81\x9d\x99\xa6\xdb\xef\x52\x6e\x1b\x99\x91\x37\x3e\xd0\x37\x66\xe4\xc8\xe0\xb7\x41\xbc\x47\xa8\x3f\x17\xba\x47\x19\x87\x57\xf4\xa1\xb2\x0d\x9f\x7b\xc0\x0b\x3f\xd6\x5a\x30\xdf\x18\x87\x49\xc5\x7e\xcb\x38\xbc\x2b\x67\xe1\xe3\xdd\x9f\xcb\xf0\xe3\x74\x5e\x3b\xed\x78\xe8\x74\x69\x80\x75\xb6\x3b\x08\xb2\xe1\xf8\xb2\x15\x4f\xfc\x6e\x0c\x21\xbb\x5a\x49\xd9\x2d\x05\x0b\xc3\xd9\xfa\xe7\x99\x9a\x42\x46\x87\x1b\x3a\xb0\x12\x3f\xb8\x5b\x26\xde\x1d\x45\x84\xc3\x2c\x23\x96\x7e\xa4\x33\x20\x61\xc5\xfd\x71\x0a\xba\xcc\x8d\x3c\x8f\x2b\x77\x98\xf2\x84\xae\xa8\x01\x1d\x66\x89\x9b\xd1\x6d\x9b\x2e\x1e\xda\xb7\x6c\xba\x8b\x6c\x51\xc6\x73\xdd\x18\x8b\xc0\x73\x4d\xec\xde\xfd\x95\x96\x08\xb8\x99\xfb\xeb\x78\x24\x18\x93\xb2\x86\xbe\x6f\x7d\x2c\xc3\x33\xdf\xc9\x23\x1e\x76\x6f\x3b\x71\xb4\xca\x5f\x6f\x4c\x0e\xf0\x97\x1c\x01\x74\xef\x97\x37\x7e\xfd\x86\x56\xdd\xf8\xfc\x03\xad\x5a\x61\x84\x5f\x7b\x6e\x80\x36\x73\x7f\xd9\xc4\x07\x54\x77\x61\xea\x0e\x21\x2a\x30\x00\xa9\xb5\x81\x45\x31\x46\xeb\x89\x73\x04\x18\xad\xcf\x23\xf3\x9f\x6c\xfa\x6b\xcd\x2e\xc1\x3b\xb7\xcc\xcf\x23\xfb\x4d\xe6\xe7\x36\xde\xfe\x9f\xe7\x62\x36\xaa\x02\x3b\x0b\x81\x6d\xc6\x7a\xad\x25\x13\x67\x49\x80\xa3\x21\xd3\x74\x03\xa4\xc3\xf8\xad\xe3\x9d\xf0\x67\xbd\x47\x7d\xcb\xf4\xd2\x18\xa1\x3e\x4f\x19\xd2\xc5\xd7\x10\xa0\x30\x45\x43\xbb\xe2\x54\x67\x68\xd7\x82\x45\x0c\x64\xd7\x1d\x3d\x88\xa2\x3a\x0b\xb6\xd9\x5b\x51\x9d\xa3\x22\x79\x28\xaa\xf3\xc4\x6d\xc4\x38\xaf\x05\x30\x13\xe3\xbc\x8e\x3c\x25\x15\xf1\x79\x12\x7f\x65\x98\xd7\x92\x83\xf0\x73\x44\x3d\x13\xa3\x68\xd0\x91\x97\xba\xa3\x41\x37\x21\x4e\xf7\x4f\x22\x7a\x66\xed\x27\x09\x1d\x8f\xaf\x5b\xe6\xf6\xa7\x2a\xa3\xb1\xcf\x59\x7a\x54\xfa\xc9\x08\x29\x3f\xc7\x78\xd4\x34\x2a\x44\xf5\x95\x32\x6d\x8c\x96\x46\x35\xc1\x3b\x94\xc1\x7b\xd3\xc3\xa5\xb2\xf4\x70\x2b\x8a\x2c\x35\x9d\x8d\xac\x42\x89\xd9\xe5\xa1\x25\xa3\xfd\x19\xfd\xa4\x8d\xf6\x47\xba\x90\xd3\x71\x9e\x0b\x42\x8e\x9d\x91\x98\x7e\x76\xfc\xc8\x7d\xf9\x63\xef\x71\x30\x65\x6f\x3f\xb1\xef\xdf\xd8\xdb\xff\xf7\xa9\x94\x89\x35\x55\x7f\xd2\x5e\xa7\xea\x9f\x28\x86\xa3\xcd\x17\x23\x99\xec\xed\x35\xda\x63\x99\xdb\x57\x58\xb8\x73\x98\xe2\x44\x05\xfe\x2c\xc1\x29\x46\x9c\x2d\xb9\xa0\x8d\x38\x9b\x27\xbf\x8d\xdf\xf1\x7a\x06\x71\x36\x7e\xce\x20\xce\xe2\xd8\x7f\xff\xc9\x2a\x18\xdd\xc1\x9f\x19\x53\xb4\x15\xd8\xc6\xe9\xd2\xb6\xf1\x63\xa4\xaa\x2e\x02\xb2\x62\xdf\xc4\xb8\xce\xf4\x21\x3d\xd5\x99\x0f\xe5\x7d\x00\x63\x20\x6d\x69\x14\x8d\x32\x6b\xb7\xdc\x68\xb2\x6a\x17\x22\x45\x0d\x5c\xfb\x54\xe5\x47\xa4\xd7\xc1\xe3\xd4\xc0\xb5\x27\x7e\x84\x06\xae\xed\x78\x2e\x1a\xb8\xf6\xc4\xaf\xf9\xfe\xf3\xae\x5a\x69\xd4\xab\xfa\x36\x23\xc3\x32\x93\x6c\x0b\x38\x19\x56\x6f\x59\xc0\x2b\x30\x2c\xb7\x2c\xe0\xa5\xbf\x35\x9f\xdf\x28\xf9\x61\xbf\x6d\xb8\xb3\xff\xe0\x9a\xf9\x0d\xe5\x63\x22\x06\xc0\xe0\xb8\x1d\x8f\x47\x83\xe3\xf6\xa8\x24\xfe\xd8\x80\x6f\xd5\xa5\xc2\xf4\xb1\x45\x31\x36\x6d\xce\xf6\x7e\x28\x95\x65\x26\x8a\xbd\xf9\x56\xb5\x79\x95\xb9\x51\xe6\xa6\xfd\x8e\xcd\xab\x91\x76\x1c\xfe\x07\x7f\x95\x11\xbc\xef\xfe\x6f\x44\xc4\x5b\x16\xf2\xbd\x32\xff\xca\xb7\x0b\x78\xc7\x2d\x2b\xf8\x79\xc0\x7f\x64\x05\x2f\xff\xa3\xbe\x52\xb2\x3d\xbf\xb8\x0d\xc0\x5b\x1d\xfe\xb9\x0d\xc0\x5b\x8d\xeb\xb8\x0d\xc0\x5b\x9d\x09\x64\x1b\x7f\xb7\x8e\xb7\x4c\x33\xac\x43\xbd\x8d\xbf\xdb\xed\xc3\xb8\x8d\xbf\x5b\x1c\x2b\xf3\x50\xba\x7a\x5a\xbe\x53\x0e\x1e\x2d\xf0\x36\xfc\x6e\xb7\x67\xe8\x06\x7e\x77\xdb\x2d\x69\x1b\x7f\xb7\xef\xb7\xaa\x13\x02\x8d\xb4\x2a\xe5\x51\xfa\xd0\x96\x36\x70\xef\x36\x38\x6f\xb7\x5f\xe2\x36\x36\xef\xe9\xa7\xfc\x06\x9b\x77\xcf\x97\xd4\x0b\x71\xf3\x8b\x7a\xcd\x39\xbf\xc4\x36\x36\x6f\xb7\x73\xdf\x06\x9b\xd7\x8e\xb2\xdb\xd8\xbc\x4f\x33\xe9\x51\x52\x42\x4d\xa3\x92\x90\x67\xfa\x77\x82\x8b\x50\xfe\xc7\x99\x3e\x84\x31\x5c\xf2\xe1\x4f\x3b\x3c\x94\x61\x0f\xf8\x7f\xa9\x2a\x6d\x11\xd9\x06\xf9\xed\xb6\xca\x6f\x63\xfc\x9e\x23\x83\x91\x59\xc7\xd9\x0e\x1e\xca\x7f\x41\x7f\x97\xe7\x34\xad\xc8\xc3\xe4\x08\xf5\xf7\x94\xa5\x77\xbb\xf0\x16\x86\xed\x0c\xdd\x46\xd5\xd9\x86\xdf\x6d\xce\x36\xb2\x0d\xbf\x5b\x1c\x5e\xbf\x81\xdf\x3d\x32\x18\x0b\xc5\xf6\x18\xd8\x86\xdf\x6d\x25\xf3\x0d\xdb\x64\x15\x31\x7e\x1b\x01\xe7\x21\x9f\xe7\x6c\x67\xfd\x85\xcd\x5b\x3b\xd3\x78\xc2\x36\x59\xf1\xd3\xbb\x71\x86\x9a\x82\x4b\xe9\x50\x8a\x5a\x5f\x13\xca\xf3\xbf\x43\xea\xad\x7d\x0c\xa8\x9f\xe4\xd7\x05\xf5\x27\x37\x29\x6a\x2a\xdf\xa6\x5d\x0f\x36\xc8\xbd\xc6\x4d\xdf\x06\xee\x9d\x8e\xd5\xda\x06\xee\x5d\x3d\x7f\xb1\xcd\xb5\xd3\xa8\xee\xe2\x93\xe5\x57\xa0\x74\xb7\x61\xeb\xa1\x74\x1a\x66\x6a\x7e\x14\x38\x92\x0e\xed\x1a\x74\xa4\x47\x05\x06\xcc\xf4\xf1\xe7\x42\x5a\x95\x05\x70\xa6\x1d\x47\x4d\xfb\x51\xf6\x90\x45\x9d\xf0\x57\xd6\xba\x9e\x2c\x80\xe3\x3f\x9c\xf0\xf2\x21\xbb\xb0\xeb\xd2\x8e\xc7\xca\xac\x12\x53\x90\x0f\x25\x8a\x65\x1d\x65\xa3\x69\xa9\x49\xba\x01\xc6\x66\x35\x84\xc5\x88\x6d\x74\xe0\x6e\x11\x63\x1b\x1c\xb8\x39\x15\xc0\x36\x38\xf0\x53\x95\xd1\xd8\x22\x9d\x1e\x9d\xe0\x23\xcb\x61\x7d\xed\xca\x92\xcb\x96\x38\xf3\x57\xd6\x58\xf8\x99\xf0\x90\x4a\xf4\x55\x33\x00\x1d\x88\xc5\xb4\xda\x24\xbd\x38\x3b\x0a\x94\x3e\x1d\x83\xb4\x8d\x24\xdc\xec\x25\xfc\x50\xa7\x8c\xa7\xff\xe4\xd4\x4f\x55\x4d\xf9\xca\x87\x62\xf1\xac\x6b\xc1\x5e\x7d\x42\x4d\x31\xa0\x50\x9a\xf1\x95\xee\xfd\x8f\xf0\x8a\x82\x9b\x66\x28\x6d\x1d\x8e\x67\x71\xa4\x30\x87\xa3\xc8\xb0\x58\x58\xff\x22\x2f\xb6\xf3\x2d\x2b\x6e\x94\xd1\x78\x5b\x77\x46\x6a\xeb\xf5\xe2\x02\x28\x32\xe4\x58\x63\xb8\x8d\x56\xfc\x14\x0e\x48\xf9\xd4\xbc\x85\xcb\x85\x21\xe5\x0b\xc4\x6e\x35\x5a\xf1\x5e\xdc\x40\xc5\xce\x40\x23\xd4\xc7\x85\x1b\x52\xde\x40\xf0\x2b\xb9\x5d\xb4\xcd\xe1\x29\x76\x06\x82\xed\x28\x00\xbc\x18\x22\xf0\xa1\xa4\x6d\x63\x1d\x8b\x13\x29\x72\x21\x38\x1a\x7c\xaf\x9a\xaa\x72\x8c\x82\x77\x14\x6b\x37\x6d\x78\xdf\xc6\x12\x6e\xe5\x2d\x74\x48\x30\x65\x76\x6d\xe3\x98\xc9\x0d\xa3\x9e\x59\x64\xfb\xb4\xdb\xa3\x78\x1b\x4c\xb8\x85\x79\xc8\x0d\xa3\x6d\xee\x07\xb9\x61\x54\xbb\x08\x3c\x94\x7c\xdb\x38\x3b\xc5\x6c\x77\xc1\x67\x9c\xd6\x38\x67\x57\x6e\x18\x6d\x64\xca\x05\x58\x15\x56\x22\x2f\x8c\xd2\x77\x9a\x91\x83\xde\x4a\x2b\xe6\x16\xcd\xa3\x71\x1c\xfb\x36\x0e\xd3\x36\xd2\x70\xab\x9c\x4f\xa7\x2e\xce\x16\x74\x1c\x7b\x4e\x2b\xee\x14\x8b\x91\x57\xfb\xa9\xad\xb4\x2a\x40\x0b\xa6\x4a\x81\xec\xa5\xbd\x65\x72\x30\x9b\x94\xe9\xee\xce\xe9\x90\x6f\x45\xeb\x9c\xf9\xca\xf6\xec\x21\x35\x8d\xec\xf2\xea\x2d\x97\x2e\xbc\x8d\xe0\xba\xd5\x7e\x95\xdc\x3a\xb8\x4f\xe4\x9f\xec\x53\xb6\x90\x3a\xe4\x3e\xb1\xde\x0f\xfd\x52\x5f\xdc\x97\x72\x9f\x28\x95\x5b\x47\xee\x13\x6d\x73\x23\xc8\x27\xa2\x6d\xb8\x95\x7c\x22\x5a\x7d\xbf\x53\x92\x09\x76\xa3\x7c\x22\xda\xe6\xcc\x55\xcb\x8a\x6b\xa4\xd0\xb9\x22\xf8\xc5\x8b\xc1\xf1\x57\x72\x1c\x76\xc0\xe2\x36\x9e\xf0\x59\x32\xe1\x8a\x95\xb2\xc8\xb9\x8d\x18\x7c\xb6\x33\x94\x04\xd0\x4a\x8f\x5e\x7f\xf8\x18\x3e\x12\x8b\x65\x74\x60\x7b\x67\xaa\x9a\x2f\xd6\xc5\x8a\x37\xaf\x3f\x67\xac\xd9\x2a\xb5\x56\x48\x39\x75\x33\x38\x39\x49\x2c\x6b\xbf\xb6\xb1\x7f\xd7\x4a\x99\xa5\xae\xc5\x7e\x6c\x8e\x4c\x48\x97\x8e\x4c\x58\x48\x13\xf6\x7c\x88\xa4\x61\x7c\xdf\x83\xd9\xb1\x77\xc3\x4e\x4d\x2f\x47\x1a\x95\xcb\xc2\xe6\x62\x97\x27\xc2\x5c\x23\x94\xf4\x36\xf5\x9f\x41\x2d\x4f\x55\x2d\xc0\x66\x07\x36\x16\xc0\xcb\x21\x0f\x03\xd2\xf5\x6e\xe3\x02\xb7\x88\x0b\xcd\xf7\x5c\x3f\xa1\xaa\x9b\x61\x70\xb7\xff\x38\xcd\x74\x17\xf2\x1f\x8e\x71\xd9\xf9\x52\xf0\x6a\x07\xab\xa3\xab\x2c\x5b\xce\x09\x92\x0f\xee\x07\x25\x48\xee\x07\xb7\xbe\x13\x24\xef\x0d\xe7\x54\x82\xe4\x95\x35\x57\x82\xe4\x56\xe0\x0e\xdd\xf6\x8d\x33\x94\xad\xb9\xa1\xa4\xe1\x81\x71\x75\x27\xe7\x80\x73\xc8\xe8\x3f\x1b\x5c\xd5\x48\xbf\x7b\x23\xf5\x76\xc7\x2f\xa7\x43\x1d\xce\x83\xdb\x41\xc6\xfb\x73\xb0\x71\x6d\xa0\xaf\x23\x94\x90\xc6\xd3\x85\x3c\xeb\x1a\xaf\x0c\xd9\xe0\x67\x2b\x29\x53\x4c\x76\xe6\xc2\xb6\x45\xae\x43\xa3\x00\x67\xc3\x3b\x59\x72\xe3\x56\x53\x7c\x7e\x69\x19\x99\xd9\xff\x6e\x29\xb4\x15\xae\x43\x7d\x5d\x18\x52\xd8\xba\x33\x94\xac\x00\x5c\x87\xdd\xb6\x17\x04\xe4\x6e\x6f\x93\xfc\xc5\xed\x71\xf3\x87\xec\x05\xe4\xc3\x6e\xd3\x4b\xd6\x49\x26\xca\x72\xa4\x6c\xc8\xdd\x24\x65\x53\x99\x33\x18\xa9\x10\x93\x3a\x0f\xa9\x6e\x13\x59\x26\x5f\xfa\xae\xc5\x36\x1d\x36\x9f\x20\xa9\x38\x03\xc0\xde\x30\x8a\x61\xf3\x49\xab\x50\x7e\xb7\xf7\x01\xa9\x3b\x65\xe5\xcb\xcb\x85\x13\xf2\x96\x01\xe7\x80\x92\xe5\x87\x19\x1f\xca\x2a\xd8\x78\xac\x0c\x6f\x14\x64\x2c\x1c\x04\x2a\xfd\x6f\x5f\xdb\x74\xc8\x69\x67\xe0\x82\x41\x9a\x33\xad\xc8\xc9\xe3\x08\x25\x8f\x38\xe6\x5b\x79\x05\x66\xe3\x0e\x57\x5e\x01\xf2\x0d\x3d\xd4\x47\xf8\xc0\x8c\xd3\xd3\x9d\xff\xb5\x9d\x91\x49\xc4\xb0\xcf\x56\x98\x8e\xed\x82\x83\x29\x3b\xc0\x1a\x23\x65\xba\x89\x72\x4d\xc8\x76\xbf\x27\xdb\xd4\xd9\x01\x76\x4e\xb0\x8c\xf7\x7b\x96\x50\x9e\xfe\x9d\xba\x53\x76\xd7\x05\xe5\xe9\x67\x6f\x4e\x1f\xd3\x95\x2f\x2f\x3d\x0e\x53\xf5\x96\x22\x3c\x03\xf8\x08\xd0\x28\x8d\x0a\x76\x71\x64\xe4\x3f\xa1\x7e\xa7\x15\x03\x69\xd2\x8a\x3d\x02\xc2\xd1\xed\x11\x50\x90\x2f\x94\x62\x79\xb7\xfc\xf2\x66\xe0\x1d\x52\x29\x18\x10\xa2\x84\x09\x3c\x73\x87\x08\x13\x18\x37\x83\x87\x92\x2d\xe9\x48\xa3\xe6\xbd\x94\xc9\x08\xbd\x10\x61\xe4\x1f\xb0\x5b\xc6\x7d\xb9\x87\x7f\x2a\xa9\xb7\xf1\x82\xcb\x61\xff\xd0\x6d\xc0\xe0\xb9\x61\x4c\xb2\xfa\xe3\xbb\xf0\x50\x43\x55\xdf\x42\x77\xc2\x87\xb7\xdb\x39\x99\x1d\x99\x7e\xa2\x2b\x30\x7c\x70\xe5\x46\x51\x42\x82\xdd\xf8\x63\x25\x24\xc0\x79\x61\x1b\xf5\x77\x37\x44\x41\x25\x1d\xd8\x0d\xa1\xd1\x58\xbe\x76\xcf\x7d\x28\x85\x54\x1f\x29\xd3\x83\x13\x49\x50\x2e\x00\xe5\x38\x98\x2a\xf9\x00\xec\x3c\xa3\x94\xf3\x79\x37\x8e\x86\x3d\x02\xf2\xe0\x73\x1a\x81\x8a\xb4\x21\x8f\x80\x75\xc2\x43\x6c\xf5\xdf\x48\x30\xcb\xa8\x5f\x07\x7b\x5c\x11\xfe\xbb\xcd\x54\x55\xe6\x0e\xc4\xeb\xe5\xd5\x98\xa9\x29\x24\xeb\xcc\xc5\xe5\x91\x22\x97\xc9\xce\xbf\xc3\x60\x97\xec\x37\x11\xf6\x6c\xe6\xcf\x0e\x5b\x9e\xfd\x95\x9a\x9a\x28\x18\xfa\xf2\xe4\x73\x9d\x3a\x8f\x74\x5b\xf9\xee\x2b\x8a\x49\x94\xdd\x67\xf6\x50\x4a\xf1\xc1\xe1\xdb\x76\x1c\x66\x0f\xef\xe5\x1f\xac\x50\xea\x8f\x0d\x2d\x9b\xff\x6e\x3b\x35\xd5\x03\x6c\x49\xc1\xfd\x80\x3a\x3f\x94\x5a\x41\x24\xd9\xdb\x1b\x6a\xa6\x70\x2a\xce\x8e\x2e\x14\xe6\x57\x61\xd9\x8e\xe6\xaf\xfc\x92\xa2\xf9\x77\x43\xec\x51\xfc\x3e\xa0\xd2\xdb\xa8\xb9\xf8\xad\x6c\xc3\xd6\x96\x13\x8e\x2d\xa0\xda\x15\x25\xc5\xb6\x36\xef\x64\x0b\xd9\x3a\xdf\x8f\x7c\x28\xfb\x18\x07\x4a\x16\x77\x3c\x35\xf6\x92\xc5\x7d\x4d\x98\xb2\xb0\x69\x77\x18\x88\xe2\xe7\x9f\x46\x53\x55\x2a\x0c\x76\xb0\x8c\xe1\xb3\xf3\x2a\x94\xbd\x7b\x0d\xf8\xb0\x61\x63\x8f\x93\x03\x64\x83\x77\x87\x11\x5f\x02\xf1\xef\x67\x3e\x74\xa6\x51\xf8\xa2\xc3\xe2\x6b\x4d\xa1\xff\x2a\xe3\x91\x71\xbc\xf3\x82\x97\x71\xfc\x29\x4c\x9f\xd2\x8c\x70\xa2\x14\x16\xbf\x3b\xd3\xa1\xc8\xf7\xdd\xb9\xa3\x2f\x6f\xf7\x93\xbb\xf6\x22\x15\x3c\x3f\x79\x79\x74\x07\x14\x79\x50\x43\x2e\xb5\xd3\xa0\xb6\xaa\x86\xf2\x94\x33\x1a\x19\x96\x7b\xfe\x4a\x29\x6d\xc2\xa5\x85\x23\xfb\x34\x9a\x42\x4f\x24\x1f\x3e\x22\xc3\xee\x68\xdf\x2e\x63\x13\xbf\x65\xcb\x1f\xa6\x50\xb2\x35\xdb\x51\x16\xf8\x72\x9c\xc8\x68\x86\x79\xed\x30\x5f\x05\xd4\xef\x68\x0d\x65\x9e\x7f\xaa\x86\x7c\xd6\x2e\xcf\x59\xc5\xd7\x3f\x85\x1d\x52\x53\x47\x97\x37\x3b\x02\xa1\x45\x89\xa8\xd7\x80\xfb\x2b\x0f\xf5\x53\xf8\x1f\xb4\x1f\x0a\xcd\x9f\x93\xc1\x2a\x34\x7f\xf6\x9e\xf1\x68\xb0\x67\x5a\xd5\x76\x85\xa7\xcb\x0b\x60\xee\x1a\xea\xab\xc1\x85\x52\xc0\xd2\x39\x42\xea\xc3\x74\xe1\x2d\xc0\x56\x96\x17\xc0\x8c\x82\x43\xa1\xef\xbb\xd7\xd4\xd4\x0e\x80\x37\xdd\xec\x00\xee\x8d\xdb\x3b\x80\xe3\xa2\xf4\xd2\xe5\x38\x67\xbe\xd4\x31\x87\x23\x38\xd6\xbd\xf5\xb4\x23\x78\xe8\x23\x3d\x6a\x6c\x6c\x73\x25\x9b\xde\x11\x53\x6f\xef\x00\x2e\x78\x85\xba\xef\xce\xb6\xbe\x0d\xa0\x77\xc2\x7f\xed\xa2\x70\x66\xa8\x76\x88\x47\xfb\xfe\x61\x91\xe1\xb8\x0a\x4a\xdf\x1d\x16\xef\xa4\xd1\x1d\xf1\xc7\x11\xe2\xb9\xb6\x3f\xb6\x36\x46\x8f\x6b\x0f\x81\x08\x98\x72\x02\xd8\x1d\x99\xfd\xe3\xfb\x9e\x6d\xa5\x90\xf0\x9d\x55\xfc\xf8\xb0\x96\x34\xaa\xf3\xc0\xa6\xfa\x78\x69\xd8\xd6\x1f\xa7\xb0\x80\xcb\x39\x81\xf3\x11\x01\x4f\x19\x9c\x57\x3b\x52\x68\xac\x45\x1a\xf5\xda\x14\xec\x14\x0e\x10\x8f\x92\xc2\x01\xe2\x03\x66\xf1\xf1\xf4\xb7\x50\xca\x28\x91\xd1\xdc\x8e\x1c\xa1\x95\xdb\x09\xaf\xe8\x42\xd3\xbf\x78\xdb\x7d\x3c\xfd\xd1\xa2\xcb\x0b\x61\xf7\x12\xca\xe7\x38\x8d\xfe\x39\x7a\xce\xa3\x11\x22\xe9\xee\x9c\x9b\xaf\xa5\x48\x96\xff\xeb\x13\x57\xd8\x8d\x5f\x9f\x38\x74\x78\x76\x3c\x68\x0c\x4e\x69\xa2\xf1\xe5\x7a\x28\xf1\xf5\x1d\xea\xa3\x66\x6a\x3e\x74\x58\x05\xfd\xcb\x0f\xa1\x23\x0c\x38\x24\x7d\x1d\xa1\x6e\xd5\xa4\xfb\xcb\x35\x37\x94\xd6\x9b\x9f\xfa\x9a\xe3\xb5\xd4\x54\xbc\x55\x06\xa3\xc8\xd0\xa3\xb0\xa8\xf2\x09\x58\x0d\x2e\xff\xf5\x0e\x47\xb9\xa2\x9c\xcd\xeb\xe0\x86\xff\x7a\x87\xf7\x50\x8a\xf8\x80\x37\x7f\x0d\xaa\xce\x55\xf9\x65\x4e\xb9\xc8\x94\x95\x79\x55\xae\x15\xdb\xef\x8f\xd8\x49\x9c\x96\x39\xfc\xef\xe7\x79\x1b\xa9\x2a\x2d\x69\x4d\x99\xf2\x56\x31\x35\x8e\x49\xcf\x76\xff\xf9\x76\x2a\x1c\x69\x59\xc9\x77\xa4\x66\xe7\x53\x1e\x5c\x15\x32\x68\xef\x83\xb9\xf9\x99\x89\xc0\x53\x0d\xc2\xe9\xbc\x5d\xdb\x20\x9c\xe5\x28\x88\x4d\x3f\xae\x91\x34\xaa\x63\x33\xd2\xa8\x27\x75\xa7\xd0\x27\xbc\x42\x7d\x5d\xb8\x21\x1d\xa9\xc6\x50\x2d\x8c\x55\xee\x9c\x9f\x17\x00\x29\xee\xe7\x3d\xfe\x6f\x8c\x80\xa7\x6a\x73\x3b\xf4\x29\x29\xba\xcf\x50\x9e\x0f\x06\x60\xc1\x82\x05\xf8\xf3\x36\x5e\xa1\x34\x03\x08\x6e\xb2\x4b\xaf\x6c\xf8\x3f\x7b\x49\x54\x66\xc0\xa9\x97\xb3\x1f\x14\xb4\xfd\x14\x6e\x48\xdd\x0d\x23\x85\xe2\xff\x48\xd8\x32\x5a\xef\x0e\x1f\x51\xf0\xf5\x1c\xe9\x51\xef\x94\x18\xea\xfe\x58\x47\xfa\x97\x04\xd6\x67\xca\xe4\x25\x80\xe0\xa8\x2c\xcd\xe5\xa8\x1c\xaa\x3f\xe7\xd7\x61\xe7\xc8\xda\xbc\x3b\xb2\xb8\xac\xcd\x4f\xd5\x7c\xe9\x0d\x58\xa1\x96\x32\x26\x30\x6e\xcf\x22\x6a\xa0\x3f\xbf\x45\xf2\xc4\x94\xd1\x76\xf7\x95\xc2\xe5\x42\xfe\x51\xe2\x30\x36\x4d\x63\x66\x6e\x47\x3c\x6e\x83\x5d\xee\x6e\x8e\x63\x5c\xca\xe5\xdc\xe3\xdb\xb0\x94\xe5\xb0\xc7\xce\x43\x6a\xe4\x85\x0f\x2d\x9f\xf9\x3c\xee\xc3\xac\x62\xa5\x19\x7b\xc1\xd1\xa1\x59\xbc\x5f\xad\x46\xb0\xdc\x7d\xd1\x85\x45\xae\x45\x0f\xbe\x28\x7d\x17\xef\x03\x90\xb6\x65\x4a\x7e\x76\x0e\x99\x7d\x28\x79\xbd\xed\x94\x79\xbf\xe5\x0f\xc5\x2a\x58\x6f\x03\x5a\x6e\xec\x4b\xfb\xb0\xcc\x5b\xdf\x76\x2c\x80\xa5\x1d\x73\xe3\x54\xd5\xd6\xb4\x8c\xbf\x4f\x67\x09\xa2\x51\xa7\x3e\xee\x66\x94\xfb\xf4\x7e\x73\x4c\xc5\x43\x6a\xbf\xf9\x81\x65\xf0\x4b\xe0\x1d\x1f\x8a\x34\x0c\x21\x35\x6f\xe6\xc6\x5b\xe6\xb6\xdd\x98\xa9\xd3\xd2\xc7\xa6\x51\x50\x96\x4b\x48\xed\x86\x95\x0f\x95\x54\xcf\x0c\xc0\x50\x94\xe5\x40\x69\x62\x2c\xca\x8d\x5a\xd6\x70\x93\xcb\x19\x07\xb7\xd1\x26\x9f\xaa\xb4\xe3\x34\x92\x2d\x94\xec\x64\x2c\xe3\xe9\x4d\x85\xa5\xd2\xa8\x91\x1b\xdb\xe4\xc6\x14\x96\x91\x2b\xae\x6e\x65\xe6\x6e\x27\xfe\x48\xa3\xf2\xad\x63\xe5\x8a\x13\x31\xf0\x9d\x0d\x53\xc8\x5b\x86\x97\x1c\xbc\x4c\x8d\x2e\x39\xb0\x5a\x1a\x40\xb2\xf2\x90\xd9\xc5\x1b\xd5\x9e\xf3\x0f\x29\x23\x36\x53\x8c\x25\x8a\xc1\xc8\x12\x35\x56\xba\x90\x21\x6a\x1d\xf9\x4e\x67\xca\x5e\x9f\xdb\xd0\x93\x83\x0b\xcf\xd0\x93\x4f\x21\x03\x90\x36\xd9\x3e\xb7\x0f\x25\x25\xf9\x60\xa8\x36\xbe\xd7\xf4\xf8\x27\x8d\x0a\x65\xe2\x0d\x76\x10\xdd\x06\xa9\x3c\x79\xfc\xee\x62\x94\xed\xc6\x77\xb2\x99\xd6\xb7\x4c\x71\xe7\x2f\x35\x95\x14\x83\xdf\x57\xda\x11\xac\x92\x5b\x91\xc1\xe7\x3a\xfe\x99\x78\xfa\xa9\xaa\x19\x7e\x3f\xd4\x0c\x9f\xe9\xfe\x23\x8a\xbf\x97\x7f\x1e\xd6\xcc\x2d\x5b\x56\xd9\x29\xb3\xbd\x2a\xdf\x29\x43\xb9\x11\xa5\xb6\xb1\x35\xeb\x99\x1e\x6e\x4d\x7e\x61\x2a\xa4\xbb\x3e\x61\x36\xb2\x33\x35\x27\xa1\xdb\x46\xc8\x2c\x3c\xd3\x0c\x90\x39\x70\x8a\x30\x40\x66\xb3\x3f\xe0\x36\x40\x66\x75\x3a\xd7\x87\x52\xec\xa1\x5f\x1e\x5b\x01\xbd\x65\xb0\x4b\x64\x81\x1a\x8e\xca\x7e\xa8\xae\x1d\x34\xa1\xa4\x2d\xb5\x12\x70\xcb\x00\xf5\xac\x75\xba\xf8\x33\xe9\xd1\x28\xed\xf1\xc0\x46\xbf\x95\xf6\x78\x20\x16\x6e\x45\xe2\x3e\x55\x53\xa8\x29\x6d\x74\xa2\xac\xd3\x63\xd2\x89\xa1\x7c\x7d\x9f\x6c\x99\x87\x5a\x63\x4a\x65\x1e\x1a\x61\xa0\x8a\xae\xad\x2b\x3f\x7c\xb1\x4b\x69\xf4\x52\xff\x2f\xa5\x15\x4d\xf7\x5e\xd1\x9e\x46\xa5\x4c\x9b\x29\xfb\x2a\x21\x01\xe3\x76\x22\x99\x1d\x4a\x96\xdd\x41\x4d\x59\x20\xcb\x19\x6a\x3c\xb3\xcf\xca\x54\x79\x5c\xae\xfc\x84\xac\x8a\xe3\x08\xa5\x91\x8d\xb4\x79\x09\x73\x95\x5f\xba\xcd\x31\x33\x34\xc3\xfe\xe5\x27\xbc\xdc\x96\x98\x76\x93\x5f\x91\x1d\x75\x1f\x4a\x7e\x45\x34\x2a\x8b\xd3\xc0\x79\x61\xcb\xe2\x34\x30\x78\x6d\x19\x9c\xce\x6a\xf9\x69\xdb\xe0\xe4\xa0\xe0\x87\x52\x16\x9b\x33\xd4\x2d\xa4\x9c\x09\xa5\xc4\xf5\xac\x92\x62\x69\x2b\xe6\x0e\xc3\x78\xd6\xc1\xc9\x0e\x36\x27\x3d\x78\x5b\xc0\xe7\x6d\x6d\xaa\x30\xb6\x66\x6d\xf4\xfb\x9d\x96\x85\x2b\x50\x31\xb8\xcf\x54\x30\x6c\x0b\x0f\x0d\x5e\xae\xd0\xda\xba\xd8\x89\xcd\xfb\x02\x56\x2e\x3b\x55\xc1\xe5\x68\x2b\xb4\xf6\xac\x35\xcd\x38\x51\x38\xff\xe4\x3c\x50\x6c\x59\x62\x6b\x1b\x67\xa6\x99\x7d\x64\xa8\xde\x4f\x3b\x65\xe2\x02\x6f\x99\xd8\xdc\x99\xa1\xe9\x8c\xbe\xe3\xfe\x53\xf4\x10\xdf\x69\x3f\xcd\x2c\x05\xb9\x87\xe0\x81\xcd\x6c\x20\xe3\x7e\xd8\xc0\x70\xd8\xf5\x36\x52\x68\x3d\x33\x53\xcf\xa6\x19\xce\xaf\xb1\x8d\x14\x7a\xf2\x8e\x34\x52\xe8\xc0\x50\x61\xa8\xd0\xa7\x0b\x37\xe3\x7c\xd0\xbc\xc7\x0d\x15\x5a\xb0\x6f\x1a\x2a\x74\x6c\xee\x95\xbe\x18\x5b\x83\xd4\x9a\xd2\xaa\x4c\x5f\x4f\x61\xbe\xdc\xfa\x72\x42\x29\x09\x0c\xdc\xa5\x23\x03\x8c\x90\x1f\x55\x5d\x50\x32\x7e\xe5\x43\x69\xce\xe7\xbf\x13\xe3\x3d\x55\x75\x41\x20\x73\x29\x00\xf6\xe9\x23\xed\x98\xd9\x70\x50\x14\xc9\x3a\xc2\x95\x15\xc9\x5a\xb2\x71\x65\x28\x1b\x9b\xd5\xe9\xd9\x63\xfc\xa5\xf6\x11\x32\xb0\x21\x40\xcb\x3b\x03\x5a\xe4\x03\x45\xf6\x96\xe1\x6a\x6c\x24\x0b\x19\xae\x0a\xaf\xce\x2d\x8b\x53\x75\x92\x9a\x6d\x40\xd0\x89\x77\x14\x48\x9e\x46\xca\xd9\x7b\xd8\x3c\xc2\x6d\x32\x9c\x9a\x04\x7d\xf8\x56\x0e\xea\x8d\xcd\x61\x2b\x05\xf5\xca\x1f\xcb\x00\xb5\x4f\x4e\x83\x4c\x4c\x13\x13\x97\x71\x3c\x9f\x66\xd2\xc7\xad\xb0\x90\x54\xfd\xe8\xc3\x01\xe5\xcd\xb2\x42\xfe\x54\xd8\xa0\x1c\xfa\xc1\x87\xdb\x53\x85\x9c\x3b\xac\xb2\xac\xa1\x9c\x76\x88\xf3\xe8\xb4\xd7\xf8\xab\x19\x01\x94\x44\x74\x0f\xe5\xd7\x33\x63\xd5\x93\xe0\x60\xcf\x0f\xe7\x43\x41\xd5\xb7\x87\xf5\xec\x6c\x24\x01\x82\xee\x95\x9f\x74\x5c\x04\x5c\x5b\xb1\xad\x13\x5b\x30\x90\x9f\xbc\x3a\x0c\xf9\xf9\x34\x9a\x3e\x6e\x8d\x26\x55\x35\x1d\x30\x80\x21\x01\x11\x17\x83\xad\xb8\x57\xc0\x08\x1e\x4a\x33\x3e\x42\x49\x7b\x08\x73\x18\xd6\x1e\xa2\x74\xdb\x8a\x66\x5d\x61\x47\x0a\x66\xdd\x67\x16\x4e\x5a\xf7\xdc\x28\x8a\x65\xdd\x27\xec\xc0\x89\xb5\xd1\xc0\x6d\xdb\xc3\xb0\x6a\x6d\x99\xbc\xf6\x42\x3c\x9d\xbe\x97\x51\xe6\x6e\x99\xbc\xf6\xc9\xb5\xec\x94\xd8\x07\xca\xa3\x3d\xc1\xf4\x6f\x50\xfa\xfd\x91\x0f\x65\xd6\x83\x01\xcb\x90\xb5\x4f\x96\x6d\x7a\xd9\xd8\xef\xb6\x63\xe1\x64\xb7\x9d\x4a\x1b\x03\x94\x81\x43\x27\x3e\x2c\x06\x0e\x2d\x47\x7f\x0b\xf5\x8b\xdc\x37\xd3\x59\x5e\x76\xa8\x22\xdc\x94\x50\xea\x82\xbb\xcf\xe6\xa8\xc9\xd4\xc8\x1a\xd5\x67\xa6\x46\xce\x47\xb5\xa4\xec\x56\x19\x53\x63\x99\x1f\x9d\xeb\x9e\xe2\xd4\xc7\x4a\xa1\xf0\x1a\x91\x9d\x15\xf5\x7a\x56\xe4\xae\x79\xfb\x82\xa3\xfb\xe7\xe6\xef\x73\x84\x92\x81\x35\xdf\xc9\xa3\x78\x66\x65\x6c\x58\x80\x51\x4f\x3b\x0d\xb3\x4d\xa6\x61\x3d\xb3\x4c\x7a\x72\xbd\xbf\x0b\x2e\x0d\xb3\xa6\xa8\x8c\xc9\xfb\x47\xd1\xb1\x7d\x66\x25\x6e\x4b\x28\xa1\x7e\x2a\xe3\xe7\xad\xd5\x41\x51\xbb\x65\x51\x3b\x23\x78\xc8\xa2\x76\x62\xfb\xdd\xcb\xf6\x56\x24\x75\xc5\xd8\xb6\xda\x43\x0d\x35\xda\xa1\xbc\xbd\xb8\x35\x64\x7c\xeb\x8f\xbc\xf4\x4f\x36\xbd\xec\x99\xbc\xd2\xe3\x4f\x09\xc7\xd3\xea\xdf\xd3\x0c\x52\x82\x4c\x71\x67\x1e\xb5\x86\x5f\x0d\x73\x5d\x0f\x3b\xe9\x79\x9a\x2d\xbf\x14\xd1\x2a\x6d\xd9\xe9\x4a\x83\x49\x2d\xbf\x46\x50\xc6\xee\x65\xb3\x06\x4a\xb6\xed\x2c\xde\x0e\xfc\x79\x28\x79\xbe\xb5\x74\xf9\x73\x55\x46\x27\x87\xcf\x9e\x66\x7d\x31\xa0\x72\xdc\xcb\x5e\x72\xf0\xf7\x65\x27\x19\x38\x91\xe3\x7c\x37\x6c\x52\x46\xbd\x5a\x58\xe3\x65\x77\x16\x58\xf8\x92\xfc\x38\xb2\x00\x72\x60\x3b\xb9\x09\x64\xd3\x6b\x85\x33\xab\xd0\xdd\x16\x3e\xa8\x14\xde\x25\x72\xe7\xe2\x7d\x30\xa1\xe4\x95\x95\x61\xcb\x11\x1d\xcb\xe4\x96\x4d\xaf\x1c\x68\x51\x36\x46\x3d\x8f\x65\xdb\x49\x9d\x36\x37\x49\xb1\xb8\xfb\xb7\xb3\xac\xc1\xb1\xb7\x05\x83\x88\x9a\x8a\x00\x3e\x27\x23\x95\x35\xb0\x9c\xb0\x73\xa5\x05\x2f\x63\xa4\xec\xd9\x46\x11\x12\x1d\x1d\x5c\xde\x46\xe5\xbf\xd8\xd3\xbf\x19\xe8\x08\x29\xef\xe7\x77\xa8\xca\x18\xf6\x36\xf3\x95\x57\x88\xa7\x7b\x3b\x95\x1a\xd7\x80\x72\x82\x37\x7c\x2b\x8c\x54\x5b\x2b\x02\x3a\x39\xc1\x61\x04\x46\xaa\x3d\x50\x7e\x6c\x4b\x9e\x7d\xa6\xd0\x19\x66\x16\x94\x67\x71\xa6\x55\x79\x2f\x71\x47\x6c\xf6\xc9\x0c\x29\xff\x6a\x84\x4d\x99\x23\x5b\x65\x9f\x38\x9d\x78\x38\xf8\xb6\x90\xca\xce\xdc\x4e\x9f\xd6\x53\x73\xc9\x99\x27\x65\xc2\x0f\x3b\xf2\x9d\x64\x2d\x78\xed\xb6\x86\x13\xcd\xa0\xd1\x70\xdb\xce\xf4\x5b\xc1\x01\x1f\xde\x56\x70\xa0\x19\xdb\x8a\x64\x6e\x84\x09\x6c\x45\x32\xcf\x95\x3e\xec\x4c\x39\xf2\xe1\xb3\xc2\xe3\x4c\xcd\xa1\x90\x05\xc6\xa6\x54\x18\x3b\x7f\x21\x83\x4a\xe1\x6e\xd9\x4e\x88\x6a\xd3\xd3\xbe\xcc\x6e\xd8\xd1\x97\xf7\x09\x43\xbb\x60\x37\x88\x48\x0a\x3f\x6e\xe8\x69\xf7\xc5\x6d\x86\x9e\x84\xf0\xe3\xb7\xaa\xe2\xc8\x39\xa5\x97\x75\xf8\x1d\x89\x4d\xe1\xc7\x8d\x60\x87\x7d\x11\x59\x18\x4a\x81\x00\xbc\x47\x15\x7d\xdc\x0a\x07\xd3\x99\xc7\xc3\x0b\x95\x78\x7c\x4d\xf6\xcd\x65\xcd\xc8\x40\x98\xb8\x70\xd1\x4d\x55\x69\xed\xe8\x41\x28\x40\xeb\x6d\xe5\xf2\x77\x29\x54\x8e\xdf\x9e\xee\x95\xd8\x26\x03\x7d\xf6\x42\x0d\x23\x72\xbe\x70\x8c\x74\x86\xdc\x2d\xc7\x38\x43\x2a\x21\x33\x57\xdd\x65\xe7\xd9\xff\xe0\xeb\x61\x94\xdd\x95\x67\xd8\xe5\xa4\x91\x03\xa1\xf8\xe2\x7a\x63\x00\x76\x36\x80\xa5\x08\x82\xf7\xa9\xca\xca\x89\x33\x85\x33\x5f\x36\xf0\x60\xc7\xde\x97\xb7\xc3\x19\xea\x91\x51\xc3\x6d\xb1\xb7\x66\x1f\xc9\xde\xba\x31\xb7\xec\x4b\x7c\x2b\xcf\xde\xcb\x37\xdc\x80\x51\xca\xfc\x5a\x0b\x57\xea\x6d\xd4\x16\x5e\x17\x32\xb0\xb6\x83\x6d\x7c\x3b\xd4\x6b\xa6\x4c\x2b\x07\xdf\xb8\x1d\xe9\x85\x88\x78\xfb\x75\x43\x00\x8f\xa1\x7c\xc7\x6e\x29\xfc\x28\x0e\xaf\x42\x7d\x95\x7e\x22\x83\x91\x9e\xb4\xe5\x3b\xc9\x13\x27\x5d\xc8\xd8\x8a\xd1\x6c\xdf\xf2\xc8\x6c\x68\x09\x9d\xae\x1c\x8b\xb2\xc1\x7b\x17\x16\x7e\x83\xf7\x96\x23\xa2\xf5\x6d\xfb\x52\xfe\x9e\x3c\x55\x5e\xa9\x5b\xb6\xbf\xde\x43\xe9\x84\x87\x6d\x3a\x7b\x39\x91\x37\xfb\x76\x62\x32\xf4\x3a\xb7\x39\x0c\xbb\xd8\x38\xbf\x98\xdb\xb7\xec\xb0\xed\xe0\xae\xbb\x8d\x4b\xc2\x92\xde\x88\xc4\x8c\x5b\x5c\x03\x7f\x87\x2d\x5b\x6b\xc9\x0e\xb7\xad\x15\xcf\x13\xc3\xfc\x96\x63\xf4\x14\xca\x03\x95\xed\x77\xb3\x17\x32\xa7\xf2\xb7\xc8\xc1\xb9\x8d\xb0\x0d\xd7\xbc\xd9\x0b\x70\xdf\x8f\x01\x4d\xd8\x0b\x32\xd2\x4e\xfc\x14\xf6\xc7\x58\x47\x35\x65\xde\xb7\xf0\x3b\x59\x70\x27\xae\x08\x86\xfd\x6d\x38\xe2\x00\xfb\x1b\xed\xbe\xc2\xbf\x0b\x31\x01\x06\xfa\x2d\x39\xb7\x1f\xaf\x7e\xc9\x60\x3c\x53\x94\x49\x68\x59\x30\x66\xa5\x06\x2f\xd1\x92\x2b\xde\xbb\xe6\x25\xf5\xb1\xbc\x8c\x47\xa4\x01\x79\xeb\xfb\xa1\x53\xc7\xb3\x35\x3e\xb6\x19\xc2\xa7\x94\xa8\x7b\x62\x78\xdf\x1f\xf9\x4e\x62\x06\x37\xca\x6e\x39\xc6\x4e\xa1\xd3\x5c\xd1\xbf\x0c\x01\x3b\x35\x1f\x3e\x85\xc7\xeb\xfe\xe8\x79\x32\x5b\xca\xf4\x83\x35\x65\x9e\x7c\xd8\xab\xa3\xc1\x71\x42\xd8\x5f\x0b\x09\x93\x76\xbe\xc6\xb1\x6b\xa1\xc4\x09\x42\xc9\x5b\x31\xcf\x1c\xc3\xec\xe6\xb1\xa2\x5c\xe0\xa5\xa0\xfc\x54\xba\xef\x12\x61\xea\xeb\xec\x0e\x35\x65\x02\xc0\xe3\x74\x7f\xa5\x69\xc6\x7f\x65\x2b\x52\xbc\x1c\xb8\x0b\x1a\x64\xb7\x54\xee\x4c\x45\x8a\x97\xb0\x77\x45\x8a\x97\xb9\x43\x75\xe5\xb9\xa2\x51\xf1\xde\x28\x56\x64\xbe\x3d\x89\x72\xdb\x5f\x69\x72\x4a\x0f\x25\xc6\xc3\x3d\xf4\x35\x93\x0c\x7b\xb5\x89\x96\xd5\x36\x52\xee\xf8\x37\x1a\xe2\x06\x0d\x37\x7c\x4f\x11\xcf\x35\x22\xc2\xcf\x57\xdd\xe4\x40\xfd\x6c\xca\x4b\xcd\x9f\xcb\x42\x0a\x91\x8a\xb7\xc4\xcf\xcf\xf8\x18\x21\x7e\x96\xad\x31\xad\x6d\x05\x40\xcf\xf0\x41\x19\x6c\xeb\x89\x68\xfd\xf3\x2c\xb2\xc0\x32\xd8\xce\xc1\x76\xb3\xc1\x16\x17\x44\xe0\x70\x07\x1b\xf3\xe7\x07\x59\xd4\xad\x3f\x3f\xc8\x98\xf0\x9f\xb5\x2a\xf3\xfd\xf2\x4f\xfd\xf3\x93\x72\xf9\x8d\x94\x40\xde\xee\xc9\x32\xca\xb4\x3a\x07\x0a\x98\x9f\x51\xe7\x60\x45\xb6\x9e\x46\xf5\xfe\xe7\xa7\x33\xaf\x20\xd9\x4b\x37\x3e\xaf\x46\xaa\x2d\xff\x9f\xb1\x77\xc9\xbd\xac\x45\xa2\x7b\xfb\x35\x8a\x1a\xc2\xe1\x0d\x52\xa9\xe6\x02\xe7\xec\x7d\x7b\xb7\xe1\xf9\x37\x2c\xe2\xb7\x56\x5a\x96\x6d\x7d\xd9\x4a\x58\xb9\xff\x1c\x1e\x41\x40\x10\xaf\x8f\xb5\x30\x2f\x06\xa1\x7a\x47\x08\x75\xe9\xac\x3a\xb2\x5e\x1e\x35\x74\x83\x09\x77\xdc\xe5\x97\x9b\x97\x08\x0e\x62\x44\x2f\x3b\x5a\xfe\x59\x0b\x0d\xa9\x14\xb4\x8b\x70\xd1\x16\x10\xc3\x57\xb6\x64\x6d\xa2\x17\xdd\xb6\xfc\x91\xd6\x8b\x02\x63\xb9\x76\x5b\xcd\xee\x5b\x48\x0f\x3e\x06\x5f\xf4\x7e\xf2\x1c\x5a\xa1\x21\xad\xb2\x2a\x26\x1d\x6d\x29\x1e\x46\xa8\x9d\x3a\xc7\xd2\xfe\x60\xe7\xa2\xcb\xf5\x0e\x67\xd5\x49\x4c\x85\x5b\x23\x27\x54\x52\x2d\x1e\xa0\xb2\xbf\xe4\x17\xd9\x71\xca\x3f\xdb\xd9\x0e\xe4\x9f\x9d\x52\xca\xef\x8f\xf2\xcc\xf9\x17\xc3\xcb\xac\xfb\xff\x16\xcd\x0c\x55\x23\xbc\x46\x72\x33\x87\xff\xf4\xb7\x11\xf8\x34\xfb\x53\x26\xb9\xa8\xd9\x50\xd8\x0e\xff\x48\xbc\x4e\x49\x29\x48\x5a\xdb\x31\xfc\x87\xc1\x70\x08\x2e\x79\x6b\xa1\xda\x9b\x1a\xf1\x82\x51\x55\xd5\xee\xaa\xca\xe9\x94\x4c\xb5\x8b\x10\x2a\xb7\x16\xa1\x96\x3c\x44\xa2\xdf\xeb\x75\x7a\x87\x83\xe8\x12\x47\xdf\xe1\x20\x3a\x9b\x9b\x39\x18\x53\xea\xcb\x50\x57\x13\xaa\xfd\xd6\xc2\x22\xa9\x68\xc2\xc9\x54\x3b\xd4\xed\x13\xdb\x68\x7a\x84\x87\x46\xf9\x4f\xd2\xd1\xea\xe1\x8e\x8c\xb3\x53\x62\x1f\x19\x67\x07\xf1\xd0\x6f\x2d\xd2\x2f\xfb\xef\x42\x77\x2d\x45\x0c\xf9\x67\xa7\x9c\x4e\xc9\x38\x3b\x07\xac\x98\x84\xb3\x4b\x06\x01\x24\x9c\xcd\x1f\x91\x26\x09\x67\x87\xf4\x32\x3b\x1c\x29\x67\xd6\x04\x87\x73\xe4\xea\xd3\xb5\x16\x35\x7d\x89\x06\x87\x28\x98\xb7\x1a\xa9\x48\xdc\x1b\xb2\x28\xb9\x37\xf1\x50\xd7\xb5\x4e\x91\xef\x75\x76\x11\x46\x68\x72\x97\xdc\x3a\x49\xf7\x3a\x09\xf7\xbc\xc8\xf6\x9a\x3f\xeb\xe3\xff\x64\xc0\x1a\x14\xf9\x1c\x44\xfc\xb8\x4a\xfe\x99\x44\xe5\x42\x9f\xff\xc8\xa8\xc9\x21\x5b\xd2\x70\x33\x33\x72\x05\x76\xd5\x42\x7a\xd3\x92\x86\x17\x65\x91\x45\xec\x0e\x2f\xca\x4a\x8c\xf0\x5b\xfb\xfe\xf7\xdf\x3d\x79\x84\x27\xbc\xf6\xff\xb4\x12\x19\xf8\xb2\xc7\x1b\x4f\x15\x1a\x61\xf8\x50\x8e\xa4\x1d\x14\x3e\x94\x89\x74\x63\x8b\x5c\xb3\x45\x37\x3b\x72\xcd\x0e\x39\x9f\x92\x6a\xb6\x96\xec\x2f\x43\xca\x13\xe5\x67\xe4\x33\xf1\x81\x70\xa1\x2c\x04\x98\x5e\xe4\xa1\xcd\xd2\x3a\xee\xd0\x54\x0f\xe9\x19\x77\xc6\x45\x2d\xbb\x67\x87\xb9\x6f\xaa\x3e\x54\xbb\xaa\x97\xd7\xa7\xaa\x76\x42\x04\xd3\x6b\xe3\x0e\x3d\x76\xf9\x68\xbc\x79\x69\x0d\xd5\x55\x02\xa6\x6b\x45\x09\x46\x9d\xdc\x39\x14\x03\x52\x37\x28\xd9\xad\xd4\x3d\x3b\xf4\xd8\xb9\x4c\xd7\x22\x47\x85\xe7\x0d\x63\x59\xb2\x41\x2e\xf2\xe2\x56\xbd\x0f\x6c\x69\xb5\x45\xfc\xa1\xb9\x4e\xd5\x13\x80\xe1\xca\x12\xcf\xca\x84\xb1\x4c\x6a\x06\xf6\xfe\xf1\xa7\xf1\x4a\xad\x35\x0d\x5f\xc7\xfb\x87\xae\x5e\xf6\x22\x33\xc2\x9d\x45\xb6\x49\xbd\x0b\xb2\x95\x5b\xe0\x0e\x87\xc6\x25\x87\x1e\x52\xe8\x2e\x39\xcd\x6c\x82\x35\x17\x31\x94\xc2\xb5\x97\xe0\x98\x8b\x34\xb9\x4b\x3e\x3c\x5b\xca\x5d\xe9\x30\x76\xc1\x92\x5b\xfc\x3d\xdc\x0b\x93\xd9\x74\x04\x5d\xce\x1f\x3d\x1e\x91\xfd\xb6\x9b\xbd\x86\x1a\xb8\xc8\xdf\x76\x17\xe2\xea\xfa\x37\x74\x2f\x73\x33\x6f\xa4\xa2\x50\x6f\xc2\xc8\x43\xea\xf2\x8d\x5b\xe0\x47\x1e\x3d\x64\xbf\xb5\x97\xe2\x0e\x4f\xc0\xa6\x6b\xbf\x32\xdc\x4a\x5e\xd8\xa1\xf7\x5d\x49\x33\x55\xb8\x6d\xe8\xc9\x6d\x17\x5e\xf4\xdd\x37\x6e\x1b\x7a\xab\xdb\xe1\x09\x38\x96\xff\x13\xd9\xa6\xe8\x17\xb9\x6d\x2c\xff\x48\x44\x86\x90\x29\x35\x19\x6f\x67\xf3\x94\x1f\x42\x9e\xfb\x0f\x23\x8f\xe1\xc7\x8d\xc6\x4d\x54\x8f\x19\xbb\x12\xa3\x4a\x44\x56\x39\x43\x65\x5a\xbe\x43\x33\x3b\xc6\x9f\x4f\x63\x58\xd9\xb5\x70\xbf\xfe\xf8\x4b\x36\x16\x77\xba\x5d\x09\x03\x96\x5c\xfb\xc5\xec\x30\x8f\x64\xce\xd5\xbb\x3d\x99\x73\x95\x4f\x6a\x91\x38\x77\xca\x6d\x49\x89\x73\xbd\x73\x2a\xdc\x5f\x3c\x26\x14\xb5\x4b\x6f\x95\x3b\x5c\x06\xe7\x47\xcc\x3f\x14\xb3\xb3\xbb\x15\x69\x62\xf4\x7b\x61\x9d\x4d\x44\x91\xa5\xfc\xb7\xb2\x81\x20\xa9\xed\x4a\xd9\xb5\xd0\x92\xe8\x3c\x45\x89\x99\x24\xc9\xef\x88\xee\x3b\x49\xe7\x72\x6b\xa1\x26\x11\xe3\x6a\xa8\x49\xf2\x5f\xf0\xe9\x08\xe8\x9b\xd3\x47\x5b\xb5\xc5\x9d\xa5\x68\x31\x1a\x6a\x32\x4d\x69\x43\x4d\xa6\x7d\x13\xca\xc7\xa9\x78\x1b\xbb\x11\x9d\x5c\x7b\x21\xe2\xf4\x66\xfb\x45\xef\xc6\x0d\xba\xa9\xd1\x88\xd5\x6a\xba\x25\x50\x6f\x92\x67\xcc\x0e\x7f\xbe\xa5\x37\x88\x1d\x6a\xca\x25\xa3\x0c\x52\xec\xe6\xf4\xd1\xf2\x93\x63\x57\x11\x1f\x76\xb8\xf0\x29\x7d\xd6\xad\x45\xa0\xe0\xae\x3f\xdc\x8c\xd1\xb3\xc3\xc5\x44\x97\x86\x08\xa3\x9b\x93\xf9\x2a\x9e\x79\x7a\xcb\xd9\x0d\xbf\x6c\xad\x47\xe8\x37\xb3\x84\xb4\xdd\x88\xa8\x92\xd5\x4c\x04\x45\xfc\x68\x53\x87\x63\x5e\xd1\xeb\xc5\x0e\xc7\xbc\xfb\x13\xfe\xb4\x46\xe7\xfc\x69\x8b\x68\xd2\x6e\xb4\x47\x5a\x20\x75\xfc\xc4\x16\x77\x4f\xe3\x4d\x40\x5e\xfb\xa4\xf1\xcd\x4a\xf1\x7c\xab\xdf\x4b\xd3\xee\x69\x84\x1b\xe8\x3a\x39\x1a\xf6\x32\x1f\x4f\x0e\x47\x25\x97\x66\x52\xfe\x36\x05\xf5\x20\xe3\x6f\x9e\x62\x95\x11\xaa\xb7\xf9\x7a\xd7\xc9\xf6\x9f\xfc\x65\x8f\x3c\xb6\xfe\x32\x7a\xaa\xfb\x5c\x27\x1d\xad\x0e\xce\xd0\xc4\xde\x9f\xf7\xa7\x3b\x3e\xf5\x7f\x9e\x38\x1b\xfc\x87\x5f\x3e\x1d\xaa\x32\x8c\xa6\x9a\x86\x31\x55\x8d\xf8\xac\x3a\x57\xd1\xb6\x2a\x16\x03\x59\x85\x4b\xf5\x97\xf1\x22\xe9\x7b\x69\x28\x5b\xab\x6c\x62\x76\xc4\x0a\x2e\xcb\xad\xec\x30\x37\x10\x83\x0b\x0d\x6a\x93\x9e\x8c\x2c\xc2\xb3\x68\xfa\x43\x2d\x3a\x25\xf9\xee\x1e\x7b\x7a\xf9\xf7\xe2\xb6\x25\xf3\x4f\x32\x0c\xe7\xf4\xf1\x0f\xf2\xac\xec\x01\xc7\x6d\xcb\x57\xc8\xf0\x0c\xcc\xc9\xa4\x19\xae\x81\x43\xfa\xb6\x3d\xb0\xa9\xf7\xff\x05\xd7\x92\xa5\x0d\x49\x7d\xa7\x6f\x31\x43\xdb\x4f\x97\x3f\x94\x96\xd2\x2a\xed\x50\x5a\xce\x0f\x5a\x85\x1d\xfe\x75\x4b\x76\xb3\x1b\xff\x3a\x29\x5c\xc8\x06\x7c\x9b\xf1\xef\x47\x06\xc3\xe5\x1a\x2b\x35\xdd\x6a\x5c\xbd\xa7\xff\x92\x95\x9a\xee\xeb\x1b\x1d\x50\x6d\x33\x48\xb1\xca\xd0\x7e\x4e\x89\xd0\x1b\xed\x67\xd6\x4e\x1d\x4a\x0c\xaa\x3f\xe4\x12\xab\x9d\x12\x4a\xbe\x29\x4b\x00\xd2\xf8\xe6\xe4\x13\x2f\x94\x7c\x43\xda\xc1\x1d\x6a\xbd\xe5\x4d\x15\xae\x71\x4b\x46\xed\x4a\xb1\x2b\xe3\x50\x52\xec\x2e\x3d\x7a\x93\x28\x77\xc9\xe0\x75\xcf\x78\x91\x2c\x22\xc6\x88\x5d\xbb\x7c\xa1\x8f\xd0\xb5\x39\x49\xdb\x4c\xd6\xda\xa5\xd8\x1f\x1b\x9f\xb6\x2c\xf2\xc7\xa7\x2d\xf9\x4a\x3d\xc9\x6f\xd9\xff\x31\x02\xf5\x22\x6b\xed\xca\x3a\x9a\xc3\xc5\x6d\xca\x12\x68\xe3\xe2\x26\x8f\x71\x72\xd8\xce\xbc\xfc\x13\xfc\xa2\xf8\x56\x68\xb9\x96\x19\x77\x68\xb9\x96\xcc\x11\x77\x28\xb9\x56\x2e\xfe\xbf\x88\xcf\xa8\x61\x84\x3e\x6a\x99\x17\xe2\xc7\x26\x9b\x0d\xf2\xd9\xe6\x3f\x47\xea\x62\x1a\x91\xe0\x95\x87\x96\xb4\xf5\xb7\xd6\xf9\x74\xaa\x3a\xe2\x10\xf7\xa7\xa1\x97\xd7\xfc\x87\x42\x6a\x65\xf1\xe2\x50\x32\x4d\xe9\x86\x95\x96\x56\xb6\xf9\xa4\xa5\xcd\x49\xce\xe5\x3b\x14\x49\xca\xf4\x76\x6b\xb1\xfc\x3a\x9b\x42\x59\xb4\xb2\xd8\x3d\xca\xa2\xa4\x38\x25\xe4\xa5\xcd\x0a\x53\x45\x5e\xda\x5a\xdc\x9b\xd0\x62\xca\xab\x8b\xbc\xb4\xf5\xa3\x53\x6c\x11\xfa\x4d\xe4\xbf\xb0\x79\xd4\xf4\x2f\xf6\x3f\x51\x4e\x17\x79\x69\x53\xaa\xfe\xc3\x1a\xca\x41\xff\xdf\x65\x3f\x8a\x42\xb0\x51\x2b\xd5\xe4\x46\x23\xa9\xb7\x6e\x3b\xe1\x8e\xd7\x3f\xc3\xb5\x50\x7f\xea\xd4\x8e\x58\xb9\xc5\xec\x2e\x54\x4e\xfd\x33\xfc\x7f\x98\x4e\xfa\xff\xde\xf8\x3f\x6a\x3b\xbc\x46\x86\x5a\x09\xc7\xbd\xdb\xed\xa2\x6a\x9c\xa1\x9a\xa7\xd0\x5c\x75\x29\x0e\xc8\x7c\x9b\xe5\x88\x4b\xe6\xdb\x34\xb5\x14\xa1\xb8\xea\x32\x70\x26\xf1\xed\x6d\xb4\xaa\x1a\xa3\x98\xae\xc5\x51\x30\xdc\xcc\x37\x52\x39\xf9\xff\xc2\x80\x4c\x9b\x26\x74\x53\x9d\x1c\x22\xb7\x16\x82\x91\x7f\xf0\xd2\x57\x37\x5f\x0a\x65\x54\xf9\x88\xa3\x85\x32\xaa\x9b\x2d\xe1\x0b\x98\xd2\x72\xf5\xca\xa1\x79\xb9\x99\x08\xa6\x26\xa2\x89\xe0\xb7\xb9\x8b\xf7\x85\xbb\x5f\x6d\x1e\x53\x9c\x19\x9f\x3f\xff\xd7\x91\xf6\xf4\x8b\xf7\x92\xde\x3f\x12\xe6\x37\xc1\x32\xc5\x6d\x37\xd1\x03\xb5\x9f\x43\x53\x35\xa4\x18\x26\xd1\xed\xe8\x62\x3d\xa1\x52\x1a\x96\x18\x42\xa5\x34\xf4\xae\xbb\x43\xa3\x94\x2c\x23\x85\x46\x29\xa7\x9c\xdc\xe8\x8e\x4f\x35\x42\xae\x0c\x39\x69\xd9\x78\x76\xd5\x2e\x0d\x1d\xd2\xe8\xda\x33\xa1\x43\x1a\x52\x9b\x90\x21\x77\x58\x10\x3e\xbc\xc1\xea\x72\x8b\x37\x9d\x74\x31\xa4\xa7\xcd\xb6\xe5\x22\x3d\xed\x50\xb0\x0e\xd2\xd3\x2e\xd9\x0b\xee\x08\xb8\x5b\xa4\x0b\xda\x11\x6f\x77\x4a\xd9\xbe\x43\x33\xe4\xb8\x3e\x24\xb2\x75\x08\x20\x12\xd9\xde\x9f\x70\x75\x86\xbd\x9c\xff\x30\x1e\x4b\xc5\x24\x0e\x47\x8d\x19\x71\x28\x83\x86\x6f\x85\xe1\x95\x37\xbc\xf5\x0e\xef\xb3\xfe\x7d\xf8\xb9\x39\x48\x38\xde\x8d\xfe\x17\x5a\x44\x32\xd0\x3a\xca\xcd\x46\x53\x24\x77\x46\x52\xc7\x0e\x99\x92\x92\x39\x36\xa7\x2c\xc1\x0b\x15\x4f\x17\x93\x8e\xc0\xbd\xd5\xe3\xf8\xf2\x76\x28\xba\x09\xd5\x4c\x4e\x59\x3d\x47\x37\xe3\xeb\x64\x68\x63\xd6\x6c\xfe\x43\xb6\xbb\x7e\x12\x75\x8c\xef\x93\xa1\x8e\x19\xbe\x24\xe2\x5d\x27\xeb\xd1\xfd\x65\x1e\xb5\x17\xbf\x08\x9e\x3a\x16\xbe\x3c\x73\x0f\xd7\x2a\x1c\xa5\xa8\x1a\x81\xa1\xdd\x8c\x76\x83\x76\x38\x9a\x9b\x52\xfd\x97\x93\xff\xd4\x90\x91\x59\xbb\x3f\xc5\x0a\x4c\x9d\x8b\x98\x71\x52\x6a\xed\x2f\xf6\xc8\x59\x37\x88\x2f\x8a\x5b\xdd\x68\x42\xad\x53\xfd\x12\x12\x81\x7c\xbb\x6c\xe9\xf6\x37\x2e\xc9\x0a\xba\xb3\x7f\xdc\x19\x7c\xf5\x08\x17\xba\xac\x90\x0d\x5b\x2e\x74\xa2\xdc\xd0\xe4\x0c\x3f\x10\xff\x88\x9e\xa9\xab\xef\x4f\xdb\x61\xaa\xd6\x69\xb4\xa8\x1a\x7b\x55\xcb\xf1\x63\xa9\x9a\x7f\x22\xc8\x41\x37\x98\x9f\x44\x54\xff\x5d\x90\x51\xf6\x0f\xbe\x91\x0e\x8f\x89\xfa\x2d\xf5\x5b\x7d\x63\x8f\x69\x03\x84\x5b\x5e\xf6\x5e\x09\xb7\x3c\x87\xc0\x22\x53\x6c\x4e\xf2\x67\x54\xaa\xd8\xa1\xed\x40\x8e\xd7\xac\x59\x0c\xe5\xcd\x1a\x12\xd9\x22\x74\xee\x1a\x3a\xec\x1e\xcd\x5b\x75\x35\x02\x83\x6b\xa5\xc2\x85\xee\xfe\xe7\x52\x35\x02\x58\xe8\x37\x94\xe5\x55\xf3\x1f\x4a\x98\xac\xe4\x2e\x6b\x87\x16\x66\xf9\xb6\xfb\xe0\x19\x5f\x5c\x0b\xbd\x9a\x36\xc7\x83\xd2\x4b\x64\x1c\x21\x62\x97\x0c\xba\x48\xeb\xea\x80\x89\xe4\x55\x75\x14\x46\xf2\xaa\xae\x21\x21\x05\x1d\x4c\x2a\xd3\x9f\x46\x33\xda\x46\xb8\xbe\x49\x93\x42\x9a\xd1\x25\xdb\x2b\xd2\x8c\x2e\xe9\x6e\x48\x1e\xba\xa4\xfe\x25\x77\x68\x4e\xf5\xe3\xea\x8a\x67\xdf\xa6\x5a\xf4\x46\x3b\x25\xc2\x9c\x3a\x42\x20\x79\x3e\x73\x52\x10\x16\x12\x7d\x2e\x59\x58\x90\xcc\x73\x49\x21\x47\x32\xcf\xfb\xe9\x52\x35\x3a\x2e\xae\xfa\x12\xa6\x5d\x47\x1c\xfe\x64\x32\x2d\x24\x7f\x67\x4e\x7e\x16\xc3\x9f\x4c\x61\x10\x49\xd2\xe9\x48\x87\x3b\xb4\x2e\xd3\xf7\x84\x50\xba\xdc\x3f\x54\x77\xe2\x6d\xd9\xaf\xd0\x04\x08\x95\x95\x1e\x29\x2d\x1d\xc0\x51\x29\x2d\x93\x37\x55\xe8\x59\x1c\xf7\x8f\x1c\x93\x6b\x70\xfc\x92\x63\xd2\xe1\x03\x49\x1c\xe9\x30\x84\x24\x87\x5c\x93\x33\xf5\xe0\x79\xa6\x08\xa9\xb7\x1a\xcc\x89\x5d\x4c\xe6\xc8\x79\xff\xef\x9f\x58\xf5\xc1\xbd\x8c\x6c\x6b\x8b\x2c\x8f\x4b\x9a\x34\xb2\x3c\xe6\xa4\xe0\x1a\xa4\x79\x5c\x32\xd0\x25\x95\xe3\x92\xef\x0f\xa9\x1c\x17\xf9\xf2\x17\xc9\x1b\x97\x5c\x88\x48\xd7\xb8\x14\x22\xf1\xe0\xa5\x26\x8b\xa2\xf3\xe1\xfd\x32\xe9\x17\xb0\x98\xac\xfe\xfd\xf0\xe7\x93\x03\xc6\xf9\x84\x19\x41\x92\x33\x01\xb9\x1c\xd7\xf8\x53\x83\xe4\xa6\x26\x20\x5c\xaf\xa4\xa2\x38\x1f\x0e\x19\x45\xc2\x38\x1f\x6c\x4a\x92\x16\x20\x2c\x6d\xa5\x92\x3b\x1f\xc4\x04\xd9\x3d\x9f\x34\xe9\x81\x6b\x31\x64\x38\x87\xf2\x3e\x4a\x41\x7a\x12\x0b\x00\x39\x1e\x7c\xd8\x94\xf3\xf3\x56\xc3\x42\x99\xcb\x28\x69\x20\xef\x7f\xaa\x1d\x0e\xf6\xe4\x76\x46\xf8\x17\xfa\xd3\xa0\x0e\xc4\xad\x93\x44\xe4\xfe\x3f\x9c\x0b\x3e\xae\xbe\xb1\x75\xd5\xd5\x20\x64\xe9\x0b\x0f\xfe\x6d\xb2\x0c\x25\x49\xe4\xd2\x73\x22\x49\x22\xb3\xc3\x97\x91\x25\x72\x49\xed\x7a\x12\x97\x25\x29\xfa\x4f\x68\x22\xaa\x6e\x87\x27\xb4\x0d\x43\xde\xc7\x27\xc3\x10\x65\x90\x74\x42\xdd\x90\xc5\xf3\x9d\x6d\x12\x9e\x47\x0e\xc9\x21\x7f\x5f\xa5\x90\x4c\x32\x54\x3d\x39\xa2\x84\xca\xe1\xf7\x64\x2c\x29\xe0\x72\x27\xc3\x2c\x65\x7e\x7a\xb2\x66\xb9\xaa\xd9\xb0\x9e\x90\xd3\x04\xf9\x26\xef\x7f\x32\x92\x78\x7e\xcf\x7a\x99\x25\x1b\x64\xb6\xa3\x84\xd2\x41\xca\xff\x8f\x74\x90\xf7\x3f\xf5\xa3\xc8\xaa\xcd\x43\x09\x4a\xcb\x9a\xbd\xac\xd9\xe3\xfc\x22\x3f\x62\xd1\x61\x7e\x4a\x04\xf5\x49\x22\xee\x42\x80\x65\x4d\x5e\xe1\x6e\x81\x58\x47\xae\xc0\x21\xfb\x28\xf2\x01\x4e\x1d\x2d\x87\x67\xec\xae\x7d\x4f\x92\x3f\xbd\xa2\x9f\x42\xca\x49\xcd\x07\x49\xfe\xe4\x29\x7b\x8a\xf2\xf1\x68\xdf\x85\x57\xd2\xea\x62\x26\x11\x4e\x6e\xc9\x5a\xed\x54\x14\xb1\xa2\xd6\x0a\xfb\x96\x23\xe9\x51\xac\x39\xed\x88\x4a\xc0\x55\x35\x1a\xcf\xbf\x53\x07\x0d\xb9\xf2\x72\x92\x45\x20\xc9\xf2\x56\x17\x17\xa8\x90\x6b\xd7\x46\x8b\x6c\x79\xab\x8b\x78\xc3\x4f\x67\xc9\x44\x88\x3c\x77\x73\xb8\xab\xe1\x8b\xa3\x50\xd8\x8b\x44\x77\xb3\x4f\xb5\x1a\x11\x1f\xe4\x2c\x4e\x52\xba\xf5\xe7\x27\x42\x4d\xfa\xf1\xef\x07\xb5\xca\x22\x8f\xf4\x6e\x4b\x7a\xac\xc3\x33\xae\x02\x77\x9c\x78\xc6\x5d\xfe\xbd\x86\x26\x54\x4c\x88\xc7\x58\xbd\xb7\x91\xfd\x6c\x48\x85\x48\x82\xb3\xd5\xb5\x91\x1b\x5a\x61\x04\x9b\x13\x61\xd1\x96\x17\xb8\x21\x70\xeb\xf6\x48\x6a\xb2\x59\xc6\x3f\x9b\x7e\x9c\xc6\x78\xb5\xfc\xf1\xc2\x3a\xf5\xc2\x77\xba\x56\xb1\xa9\x16\xab\x28\x71\xed\xc4\xfb\xe3\x92\xcd\xc8\xe9\x0c\x4a\xd4\x17\x8f\x81\xab\x73\xb0\x91\x38\x2c\xa7\xa1\x55\x8c\x30\x61\x4b\x6e\x52\xa7\xa3\xa6\xe5\x4a\x76\x3a\xa4\xc9\x2b\xd2\xe9\xd1\x37\xbd\x70\x92\x00\x6c\x7e\x34\x37\x1d\x9e\x9b\x5d\x8b\x59\x14\x57\x89\x07\xbf\x25\xdb\x92\x13\xef\x7d\x39\x91\x52\xf6\x56\x63\x31\x44\xd3\x03\x79\x7c\x68\xa5\x06\x01\x5d\x5d\x63\x50\xc5\xb5\xb8\x66\x8b\x1f\xc6\x13\x5f\x4e\xba\x75\x1d\xde\xf8\x4c\xa8\x83\x21\x8a\x73\xe1\x6d\xa0\x77\x84\x33\xd0\xd8\x73\x05\x23\x1d\xd6\x92\xd4\x79\xc2\xf8\x7f\x49\x22\x25\x39\xd6\x52\x64\x8c\x13\x06\xfe\x4b\x42\x27\xe9\xaf\xe6\xf8\xf3\x65\xfc\x9e\x76\x6d\xa4\xa6\x5a\x92\x40\x4f\x84\x97\x5a\x72\xc8\x3c\x53\x3d\x2b\xaa\x9d\xf8\x32\xab\xf6\x25\x0a\x9e\x3f\x8d\xdd\xf6\xa7\x16\xda\x7c\x9d\x71\x61\xc2\x9e\x65\xd9\x70\xc2\x84\xbd\x7b\x27\x4c\xd4\x6b\x43\x3f\x11\xee\x73\xf2\xac\x21\x8b\x55\xf6\x49\x49\x3c\xab\xe4\x93\x2a\xe2\x59\x65\x79\x9e\x9d\x88\x67\x55\x3f\xe2\xe9\x93\x3d\xeb\x13\x6f\x2a\x5d\xff\x52\xed\xe1\x3f\x5d\x7d\xe3\x8d\x43\xed\x20\xd6\xf8\xe4\x0a\x3b\xf9\xbe\xdc\xbb\xf0\x9c\x55\x4c\xda\x83\x9d\xbc\xbc\x79\x48\x71\x75\xff\x50\xb3\x1a\x91\x5e\x87\xb6\x6d\xbc\x1a\x76\xc5\x84\x3d\xf1\x6a\xd8\x15\xbe\xf5\xc4\xab\x61\x57\x14\x58\x32\x5e\x25\x1f\xa3\xf1\x86\xd8\x15\x3d\xf5\x4c\x82\x79\x8a\xd7\xaf\xa9\x9e\x56\x55\x4b\x78\xf7\x4d\xd5\xea\xfd\x43\x5d\x47\xe2\x0d\x31\xe9\x2d\x9c\x8c\x57\x45\x56\xfb\xe7\x8f\xd9\x7a\x53\x35\x7e\x71\xfa\xd3\x58\x38\xed\xe1\xb5\xf4\x8b\xfa\xcb\x15\x73\xc3\xd5\x95\xec\x58\x5d\xc6\x7b\x47\x0f\x8c\xd2\x21\x9d\x78\x60\xec\x0a\x8b\x77\xc2\xe2\x7d\x98\xa6\x17\xfb\x5d\x0a\xa6\xb3\x38\x37\x25\xe7\x9e\x30\x72\xef\x0a\x86\x42\x9a\xad\xfe\xa7\x3f\x5b\x19\x77\x55\x6b\xfc\xa1\xff\xf3\xf2\x46\x29\xea\x48\x9e\x55\xb3\x3f\x8d\x87\x1d\x05\x94\x3b\x7a\x1b\x54\xfc\x5e\x92\x67\x0d\xb3\x6d\x45\xe7\x52\x54\x5e\x92\x67\x2d\x79\xd3\x9e\x78\x0e\x5c\x7a\x65\xfb\x93\x3b\xab\xa8\x76\xf8\x43\xff\xc8\x37\x3c\xcf\xfc\xe9\x2f\x0c\x5a\x34\xc6\xb0\x66\x24\x25\xd8\x22\x75\x56\x96\x9a\xf4\x6c\x5e\x7d\x86\x6b\xf1\x3e\x31\xfe\xd9\x2f\x91\xe4\x54\x43\xe6\x2d\x24\xa7\xca\x12\x73\xcf\xe6\x92\xa7\x21\x46\xc6\xa9\x21\xd3\x17\x12\x4e\x65\xe5\x4b\xbd\xd5\xb8\x27\xe8\xea\x4a\x50\xad\xa2\x89\xe3\x99\x4d\x4e\x2c\x87\xb8\x59\x52\xfe\x90\x55\x6a\x4d\x9d\xd3\x9b\xb8\x8c\x5a\x8c\xcd\x24\xea\xd4\xde\x64\x63\x74\x9b\x31\x6d\x7a\x39\x38\xf1\x3a\x96\x1d\x85\xf9\x60\x71\x6d\xc3\xb3\xe3\xb0\x55\x49\xb5\x15\x2a\xa5\xae\x1a\xf7\x94\xac\x5a\x84\xde\x17\xcb\x09\xe3\xe8\xac\x38\x1d\x27\xde\xce\xba\xac\xe3\x8f\xde\xce\xe4\x51\x75\x0e\x71\x4f\x45\x53\xf1\x3e\x56\xf4\x1c\x7a\xe2\xd1\x2b\x9b\x6e\x8f\xa2\xb4\x17\xd5\x98\x36\x86\x8f\x39\xb4\xef\x0c\x98\x43\x27\x59\x74\x9c\xc3\xdd\x6b\xba\x16\x0f\x19\xa2\x8c\xc3\xd3\xcd\x4a\xae\xc6\x43\x86\xf6\x58\xd8\x4a\x8f\xd9\xfc\x87\xf1\x90\xe1\xa9\x09\x83\xdc\xbe\xd4\x1b\x5e\xc0\x74\xa1\x22\x1f\x96\xc2\x3b\x9d\x83\x5e\x54\x4e\xa1\xe7\x90\x69\x42\xfc\x27\x8c\xa5\xd7\x14\xff\xc7\x58\x3a\xfd\x99\xd4\xf0\x1e\x97\x49\xee\xd1\x4b\xda\xca\xfe\x36\xae\xfc\xcd\x9f\x62\x8e\xee\x5a\x88\x0a\xbc\xb2\x90\xc7\x4a\x49\x39\x16\x79\xac\x72\x92\xed\xc7\xf9\x72\x55\xaf\xae\x7d\xf9\x4f\x7f\x1b\x76\xc6\xd5\xb5\x27\xec\xa2\x96\x6a\x2f\x9f\xb2\xc8\x11\x0b\xab\x0e\xf1\x4a\x12\x62\x99\x55\x47\x3e\xac\xfb\xe9\x54\x35\xa8\xd3\x3f\x09\x23\x93\xb9\xf6\xf9\xa2\xc5\xfc\xf3\x97\x4c\x88\x38\x47\x44\xca\x6a\x52\xd5\x9d\x88\x7f\x55\xe4\x6d\x7c\xbe\x5a\xf4\xea\xff\x8c\x45\x97\xac\xf0\x8d\x00\x40\x7d\xf9\x53\x56\x4b\x5f\xf2\xd0\x2c\x01\xfd\xab\x25\x70\xab\x3c\x66\x4a\x22\xfb\x6a\x09\xba\xff\x32\x5c\x89\x74\x5a\x7d\xd9\x4a\x8a\xbd\x4e\x02\xad\x5b\xa5\xdd\x78\x4d\x1b\x32\x92\x3e\xbf\x49\x30\xcc\x8f\x6a\x91\xda\x4d\xdb\x2c\x9e\xc1\x96\x82\x9c\x9c\x78\x06\x2b\xd2\x41\x9c\x78\x05\xeb\xbe\xb8\x87\x39\xf5\xf0\xe9\xfd\x43\x58\x5a\x7f\x3e\xc5\x0e\xbb\xa8\x16\x34\x20\x5e\xf9\x8b\x4b\xee\xa8\xfe\x89\xa0\x16\xad\x72\x98\x4c\x2b\xbd\xcd\x22\xb9\xd6\x94\x8e\x8b\xe4\x5a\x39\xf9\x0c\x8a\xec\x5a\x8e\xa7\x4e\xfe\xac\x35\x24\xd4\xfc\x78\x93\x6a\xfe\xc3\xc3\x1f\xea\x17\x37\xbf\xaf\xa9\xd1\x25\x57\xbf\xaf\x57\x38\x35\x8a\xd3\xb4\xc6\x14\x6f\x72\x43\x51\xe4\xc8\x3c\x35\x5a\xf9\xdf\x6f\xd5\xad\xfc\x9f\xac\x3a\x82\x5a\x65\x5f\x9c\xb1\xa7\x56\xe0\x1c\x32\x48\x0d\x4b\x9c\x61\x4e\x3d\xb3\x66\x26\x1e\xeb\x66\x11\x1f\xc5\x44\x5a\x81\xf7\xc9\x11\xb5\x14\x10\x83\xcc\x4f\xd9\x97\xe8\x78\xba\x4b\x7a\x90\x22\xf3\x53\x97\xb9\x3c\x99\x9f\x86\xc2\x75\x2b\xb9\x93\x59\x4c\x18\x5a\x57\xc5\xbc\x38\x84\x90\xca\x1f\x31\xdc\xc7\xb1\x8d\xab\xaa\x93\xa4\x5c\xfe\xdf\x30\x98\xff\xf8\x37\xb1\xa2\x48\x92\x9b\x9e\x60\xfa\x19\xc3\x89\x67\xc5\xfc\x67\x45\x62\x7f\xd6\x43\x6e\x96\x15\x95\x78\xe9\x63\xdf\xdc\x4a\x5c\x9d\x6e\x5f\xdf\x5d\xf9\xab\x4f\xf0\xe3\x77\x47\xcc\xe4\x8c\xc8\xff\xee\xc8\x4d\x9c\x3a\x16\x1e\xef\x8e\xe8\xb3\x93\x60\x74\x2f\x3a\xed\xfc\xe1\x3a\xfe\xee\x49\x54\xec\x20\x86\x77\xe3\x00\x9a\xf1\x09\xb9\x55\xc6\x15\xcc\xe2\x25\x77\x2b\x16\xb4\xb7\x12\xae\xb9\x4d\x95\x70\x15\xad\xaa\x2c\x0f\xe1\x55\xa6\xd4\x0f\xb1\x2d\x5e\xae\x98\x78\x91\xbd\x5c\xf1\x08\xbd\xf4\x72\xc3\xc3\x2f\xee\x55\xde\xc0\xd8\xf7\xef\xc1\xab\xe0\x43\x25\xde\x17\x6f\x7b\x55\xd5\x50\xe9\x34\x55\x2a\xff\xe7\x6a\x18\x53\xb6\x7f\xfd\xe7\xfd\xec\x0f\x29\x28\x72\x8e\x64\x7c\x02\x58\xa6\x4b\xfa\x01\x94\xc9\xa4\xde\x8d\x72\x81\x55\xe7\xff\x5a\xc8\x0b\xec\x1e\xf7\x35\x96\xf2\xfd\xec\x48\xb7\xc2\xca\xf3\x2b\x59\x36\x22\x39\x34\x85\xef\x67\xd7\x19\x8e\xc2\xf7\x4f\xd2\xff\xf3\x1a\xf3\x3f\xf6\xff\xff\xff\x3d\xff\xfa\x4f\xfe\xfc\xf7\xdf\xff\x19\x77\xac\xff\xfa\xcf\x37\x12\x4e\xde\x7f\xae\x14\x12\x36\x97\xdf\x78\xa0\xfe\xcf\xf7\x89\x0c\x39\xf7\x06\xfb\x0d\xf3\xff\xfb\xcf\x9d\xf0\x7b\xde\x7c\x23\x07\xd8\xfd\xe7\x8d\x14\x6a\xff\xfa\xcf\x37\x5e\x92\xef\x3f\xf7\xaf\x2e\xbd\x7e\xc3\x2e\xff\xfe\xb3\xc2\xd4\xe7\x5f\xff\xf9\xc5\x6b\xe7\xfd\x27\xf4\x8a\x39\x90\x1e\x08\xea\xe1\x75\x91\x23\xe4\x5e\x20\xee\x6f\xfd\x22\xab\xcd\xfd\xe7\x22\x71\xf6\x65\xd2\x07\x51\x20\xc5\x98\xd0\xaf\xd1\xc8\x4a\x93\x40\x2f\xaf\xa1\x50\xc2\x3c\x31\xd0\x10\xec\x29\x44\xa6\x87\x0f\xe8\x31\xca\x2d\x34\xe8\x35\x13\x8e\x9b\x42\xa4\xfc\xef\x42\xbb\xd1\x15\x2e\x36\xc0\x21\x27\x51\x98\xe1\x21\x16\x68\xdc\xab\x29\x84\xdc\xd0\x84\x76\xa3\x97\x05\xf2\x04\x74\x6b\x8f\xe1\xb0\x68\xa2\xcb\xa1\x47\xa2\xb0\x23\x39\xc2\x45\x89\x9e\x45\x01\x3d\x3a\xe8\xa9\x42\x39\x93\x40\xe3\x3d\x8f\x42\xd0\x53\x16\x3a\x85\x92\x43\x95\x6f\xab\xbf\xe5\x91\x25\xf6\x66\x26\xc2\x08\x85\x78\x88\xa1\x85\xb6\x8c\x86\xbc\xbc\x82\x27\x66\x42\x5c\x50\xb8\xc7\x0d\x76\x91\x99\x80\x11\x14\x2e\x3f\xc5\x04\x3c\x13\x3a\x81\xc2\xbd\xe6\x10\x33\x3f\x13\x36\x80\x42\x7c\x1d\xb7\xe6\xcc\x1d\x9e\x42\xf8\xe6\x60\xae\x96\xc9\x7c\x4b\x21\x86\x48\x7c\xf5\x4c\x5e\x5b\x0a\x1b\xbc\x0a\xff\x09\xc7\x19\x89\x98\x60\xb7\x3a\x8d\xc7\xe6\x44\x92\xc8\xe4\x99\x8d\x82\x82\xcb\xc4\xe1\x77\xab\xfe\x7e\xf3\x7d\x28\x7f\x32\x59\x62\x29\xfc\xc0\xb3\xf0\x57\x78\x48\x4a\x99\x7b\x74\xe6\x56\x4f\xa1\x81\x6b\x5c\xa7\x1b\x87\x15\x78\x1e\x8e\x7f\x17\xf6\xcf\xc3\x7e\xe6\x96\x4f\xe1\x05\x67\xbc\x47\x0b\xc8\xd5\xfe\xe2\x53\xb8\xfa\xc9\xdd\x35\x13\xdd\x23\x93\x5e\x8d\x42\xdc\x7c\x3e\x31\xae\x42\xde\x33\x0a\xf1\x60\x22\x70\x1a\x7c\x4d\xa1\x85\xe4\x62\x14\x48\x97\x2f\xb4\x1a\x25\x20\x96\xd0\x6e\x74\x44\x34\x31\xa1\x3f\xa3\xcf\xa5\x81\xa5\x3e\xec\x24\x38\xc4\x24\x44\xe1\xc2\x3e\xa7\x10\x53\x58\x96\x7e\xf1\xb8\x77\x4c\x15\x61\xa5\x0b\x79\xb2\xa2\x70\xc2\x4f\x98\xb1\x64\x0f\x30\x5e\xa4\xd1\x49\x15\x92\xed\x50\x88\x2c\x5d\x18\x60\x14\xf2\xec\x50\x78\xc0\xf9\xcd\xec\x2e\x46\x30\xaf\x5a\x68\xa5\xb8\x6d\xc2\x4a\x0d\xda\x08\xd3\x62\x0a\x6a\x83\xf1\x54\x48\xba\xcc\x78\x43\xc5\xa2\xe8\x56\xa6\xd1\x7b\x5f\x2d\x4d\xe8\x36\x1a\x87\x4c\x0d\x99\xab\xcc\xbe\xf5\x8b\x1d\xf2\x41\x8f\x57\xe6\x34\x1e\xe9\xcc\xb9\xf4\x95\x19\xea\x4c\x0a\x91\xc0\x09\x87\xc1\x32\x1f\x18\xec\x2d\xd0\x43\xb5\x12\xe1\x24\x29\xe8\xd8\x8c\x76\x96\x89\x84\xa0\x82\x39\xe3\xcc\x58\x56\x32\x1e\xae\x2c\x59\xbe\x92\xb7\x3a\x85\xb3\x29\x78\x20\x2f\xe6\x66\x45\xdc\x2c\x63\xa2\x51\xcc\xcf\x0a\xa1\xd2\x72\xc6\x4a\xbc\x2c\xcf\x2f\x31\xb5\xb2\xac\x27\x8b\x79\x5a\x81\xa7\xe5\x8c\xc6\xb2\x98\xab\x15\x02\xf6\xe4\x4c\xe8\xb2\x42\xc4\x9e\x28\x70\x20\x63\x22\x7a\xab\xaf\x70\xbe\xe7\xb1\xbe\xac\xe1\xef\x87\xf0\xd8\x74\x85\x40\x1d\x14\x7e\xc1\xa3\x83\x9b\x16\x82\x64\x44\x61\xc1\xbb\xe3\x78\x2b\x04\xb6\x88\x42\xb4\x53\x3e\x9d\x7e\x2e\xb7\xc3\x7b\x46\x49\x9a\x9f\x6d\x7c\x0b\xef\xfc\xee\x31\x8e\x2b\x6d\xc1\x38\xac\xe0\x4a\x1b\x05\xe1\xec\x9c\xf5\x33\x4e\xf8\xd8\xa2\xbd\xb0\x1e\xe3\x0f\x38\x49\x43\xca\x7a\x8d\xbf\xc2\xe3\x92\x55\xb6\xd7\x7d\xb3\xee\x05\x9d\x4c\xd9\x5e\x77\x9c\x5a\xb2\x92\x60\x97\xed\x75\xdc\x59\x78\xdc\x70\xcb\xf6\x3a\xca\xb2\xbe\x70\xa1\x2e\xdb\xeb\xb8\xab\x9c\x3c\xfe\x84\xfd\xe3\x8e\xf3\x7f\xbb\xf6\xc4\xd7\x4b\x7f\x46\x73\x98\x0f\x94\xed\xe5\xc7\x46\x3a\x17\xc2\x5d\x16\xcc\xa2\xa3\xc0\xf7\x24\x40\x2a\xdb\x64\xb1\xbb\xf0\x42\xb7\xbc\xfc\x3b\x12\x48\x64\xa5\xd6\x2a\x98\xb4\x52\x88\x34\x4e\x9f\xb8\xaf\x14\x0c\x46\xa3\x10\xed\x54\x0c\xc0\xcb\x36\xb9\xc8\xc0\xb1\x7e\x20\xeb\xed\xe5\x97\xe5\x5d\x25\xed\x5c\xc1\xd6\x8e\x42\x7c\x8f\x63\x4d\xd9\x26\x8b\xbd\x85\x4f\xa6\xdb\x64\xb1\x21\x0b\xb9\xcc\x94\x6d\xb2\xd8\x90\x45\xc5\x35\xaf\x6c\x93\x05\xa6\x1c\xb9\x16\xc8\x1a\xeb\x8d\x28\xe8\xfb\xc9\x7c\x9a\x5c\x36\xe4\x52\x6b\x61\x3e\x4d\x2e\xa8\xcb\x73\xc5\x6f\xa2\x1c\x93\x8b\x34\xb5\x95\xe0\x23\xe5\x98\x5c\xd0\x75\xde\xa3\x73\x81\x6b\x5d\xd0\x56\xe6\x8a\x1d\x75\x39\x26\xa3\x93\x85\x43\xd6\xc7\x64\x84\x82\x2e\x57\xfc\x61\xcb\x29\x62\xce\x07\xf2\xaa\x98\xdc\x97\x63\xf2\x42\xbf\x94\x2b\xaf\xda\xe5\x98\x4e\x4e\x13\x0e\xfb\x38\xa6\x87\x03\x3d\x54\x1e\x24\xca\x31\x3d\x1c\xd6\xb7\xf1\xaa\x56\x8e\xd7\x17\xc9\x24\xb7\x8f\xfa\xef\xf5\xd5\x73\x65\xc3\xd1\xaa\x1c\xaf\xa3\xce\xf2\x46\x2a\xba\xe2\xb3\xbc\xf0\xf8\x93\x1b\xd6\x50\xe5\x78\x1d\xf5\x20\xd1\xd0\x1e\x96\xe3\x75\x54\x76\xe7\xa6\x83\xf1\x78\xbd\x48\xc3\x9b\x1b\x41\xf9\xca\xf1\x7a\x1d\xd6\xab\xa1\x69\xad\x3e\xfb\x2b\xf9\x27\x73\x23\x1c\x6e\x9d\xc9\x38\xda\xf0\xc6\xd3\x68\x25\x67\x63\x14\xf8\x1e\x6b\xfa\xea\x23\xb6\x72\x38\xe6\xc6\xab\x67\xf5\xf1\x58\xc9\xb4\x95\x1b\x66\x06\x75\x56\xe3\xac\x4b\x9b\xf1\xf6\x55\x67\x33\xde\xa4\x8e\x0d\x21\xae\xfa\x8e\x5f\x95\xdd\xa7\xf1\xe4\x58\x67\xf7\xf7\x5d\x78\xdc\xb1\xea\x1c\xc6\x59\xaf\x8e\x5f\x41\x9d\xd3\xf8\x14\xbe\x68\x67\x19\xd7\xf3\x32\x91\xc5\xea\xdc\xc6\x59\xaf\x8e\xd1\x60\x9d\xc7\xf8\x11\x3e\xf9\xdd\xaf\xf1\x2f\x51\x15\x10\xd2\x2b\x41\xd3\x29\xc4\xf7\xf5\xc3\x3c\xfc\xfc\xfd\x4f\x78\x62\xbc\x8f\x71\x62\x61\x77\x6c\x2e\x2a\xd1\xaf\xa3\x10\x8a\x98\x8e\xbd\xdd\xad\x66\xe3\x3c\x8f\x67\xda\x7f\xdd\x0e\x06\x39\xbd\x69\x9e\xc3\xb7\x39\x0a\xfa\x3e\xee\x9a\xd5\xc7\x7c\xd5\x31\xdf\x79\x75\xa9\x3e\xe6\xab\x8e\xed\x8e\x7d\x5e\xf5\xb1\x5d\x75\x6c\x77\x52\x6a\x54\x1f\xdb\x75\x85\xcb\x59\xee\x98\x10\xdd\xea\x10\xce\xf7\xec\xc7\xea\xe3\xbc\xea\x38\xef\x98\x50\x57\x1f\xe7\x55\xc7\x79\x47\xac\xaa\x3e\xce\xab\x8e\xed\xce\x8b\x4c\xf5\xb1\x5d\x75\x6c\x0f\x8e\xe1\xea\x63\xbb\xea\x18\x1e\x38\x33\x55\x1f\xc3\x55\xa1\x8b\x46\x62\x9e\x89\x56\x14\x85\x30\xcf\x1c\x58\x46\x57\x42\x03\x45\x81\x76\xb0\x53\xad\x3e\xb6\xab\x8e\xed\x81\x55\x66\xf5\xb1\x5d\x75\x6c\x8f\x02\x3d\xfb\xd8\xae\xeb\x4b\x1c\x03\x7c\xbe\x6f\xb5\x1a\x8f\x30\x6a\x55\xf3\xff\xe5\x32\x58\x75\xcc\x0f\x2c\xae\xab\x8f\xf9\xba\x7e\x28\x06\x48\x74\x75\xab\x3f\xe3\x7c\xaf\xfe\x9b\xae\x14\x88\x60\x10\x55\xb8\x2e\x5d\x13\xab\xae\x05\x03\xb3\x95\xea\x6b\x41\xd5\xb5\x40\x01\xe3\xab\xaf\x05\x55\xd7\x02\x59\x4a\x54\x5f\x0b\xaa\xae\x05\x03\xbb\x84\xea\x6b\x41\xd5\xb5\x40\xc9\x3a\xab\xaf\x05\x55\xd7\x02\x3d\x87\x56\x5f\x0b\xaa\xce\xf7\x81\xa6\xa4\xfa\x7c\xbf\x85\x50\xae\x2c\xe6\x79\x37\xae\x9b\x55\xef\x5a\x83\x20\x5f\x15\x0f\x24\x0a\x31\x5e\xfc\x34\x2a\xee\x46\x14\x22\x5b\x18\x79\xe4\xaa\xef\x03\xd5\x4e\x46\x58\x65\xde\x6a\x36\x1e\x32\x55\xfa\x64\xe1\xcd\x38\xb1\xbe\x3e\x55\xf8\x10\x1e\x0e\x2a\x13\x45\xdb\xad\x7e\x8d\x47\xac\x1c\x02\x63\xd6\xad\x4b\x7d\xdd\x91\x94\xeb\xe2\xf4\xb3\x8b\x6f\xe8\x7e\x32\x09\x3f\x5b\x7d\x3f\xa9\xba\x6f\xcc\x4f\xe3\x7b\xd3\xb9\xee\x1b\x4a\x5a\x5c\x7d\xdf\xa8\xba\x57\xcc\x04\x9f\xf7\xbd\xa2\xea\x5e\x31\x73\x4b\xff\x7c\xfd\xaa\xbe\x76\x54\x5d\x3b\x26\x09\x86\xab\xaf\x1d\x55\xd7\x8e\x59\x06\xdd\x32\x99\xea\x7a\x31\x49\x41\x56\x7d\xbd\xa8\xba\x5e\x4c\x22\x67\x57\x5f\x2f\xaa\xae\x17\x4a\xbf\x53\x7d\xbd\xa8\xba\x5e\x4c\x8c\x02\xaa\xaf\x17\xf5\x84\xf7\x77\x3c\xe3\x80\x6b\xfa\x74\xbd\x98\xa8\x51\xaa\xaf\x17\xf5\x64\x96\x01\xc3\x83\x5b\x7d\x85\x87\x3e\x22\x23\xcb\x56\xcc\x93\xa2\xa0\x76\x16\xb8\xc9\x57\xd7\x8e\x89\xce\xa4\xfa\xda\x51\x4f\xb8\x6a\xe6\x39\x27\xfd\xac\xbc\x97\xdc\xc2\xa2\xfd\x29\x7c\x0b\xa7\x1d\x6c\x56\xaa\xaf\x29\xf5\x38\xa9\x1d\xe4\xee\x6b\x4a\x3d\xe1\xe2\x95\x97\xc8\x0b\x1b\x8f\x28\x04\x19\x2d\xb1\xbf\x13\x49\xb9\x28\x74\xdc\xcc\xe9\xff\xf4\x78\xe7\x96\xfb\x39\xf3\x36\x79\xb5\xaa\x68\xff\xd3\xe7\xa3\xfe\x9b\x8c\x4e\x38\xe1\xa4\xcf\x07\xb6\x72\x96\xfb\xaf\xf8\x6c\x64\x64\xaa\xc7\xec\x12\xed\xf3\xc5\x8b\xf0\x61\x7c\x82\x0f\xe1\x6e\x87\xdf\xe5\x39\xb0\x1e\x5d\x8b\x2b\x9a\xe1\xf4\x11\xfb\xf6\x75\xea\x16\xa2\xff\x38\x97\x56\x5e\x92\x28\xf0\xbb\x6c\x27\x5e\x86\x28\x8c\xc0\x45\x3f\x5b\xdb\x12\x65\xef\xc5\x59\x97\xed\xf9\xdc\xb8\x4e\x26\xcd\xbf\x9e\x70\x6e\x61\x81\xab\x3f\xc7\xed\x20\xf7\x27\xd8\x1c\x4a\xd4\x28\x84\x5b\xef\x87\x47\xc3\x5b\xdd\xc6\xbf\xe0\xfc\xee\xd9\x6a\x3f\x54\x9a\xe9\xc3\x53\xe7\xad\xfe\x8c\x33\x3f\x9d\xdf\x3d\xa6\xf3\x50\x33\xa6\x4f\xd2\x7e\xf9\x8a\x6d\x9d\x30\xc0\x4f\x4a\xa1\x53\xd1\x1b\x52\xe0\x77\x27\xf4\x16\x69\x6f\x28\x90\x34\x18\xf6\x7d\xbe\x9e\x9f\xaf\xe6\x67\xa9\xfd\xad\xdf\x8d\x07\xcd\x8b\x37\xe1\xfe\x7e\x33\x0f\x4b\xbf\x2b\xb6\xcb\x75\x36\x7d\xb2\xe8\xd6\xfc\xe1\xfc\xa0\x2b\x92\xdb\x54\xf4\x6e\x14\x62\x1d\xf1\x19\xb9\xd5\x61\xfc\x0b\xce\xfc\xfc\x10\x03\x2a\xba\xae\xf4\xe1\x5d\xb4\xa2\xcf\xa2\x70\xc0\xf5\xbb\x9e\xcf\x1f\xfd\x44\xaa\xae\xe7\x77\xdc\xce\xa1\x9d\xf2\x11\xee\xdf\x65\x9e\xf1\xda\xa8\xbe\x76\xdf\x82\xbe\xa7\x9d\xc7\xf3\x19\xf1\x7a\xd2\x07\xd5\xd4\xad\x4e\xe3\xb4\x23\x3a\x79\x74\x2d\x93\x66\xe9\x93\xc5\xaf\x1e\x8f\xeb\xd1\xb8\x1a\xfd\x7f\x8e\x7f\x37\xd2\xe1\x7e\x32\xd7\xd6\xf3\x98\x3e\x1f\xe8\x30\x8b\x4e\xcc\x57\xcf\xcb\x7e\xc9\xa3\x09\xef\xc6\x17\xf8\x10\x7e\x8c\xc7\xba\x93\x8e\xb1\x9e\xd7\xe3\x7a\xa1\x93\x2c\xfa\x79\xcd\x27\x5f\xf6\x7b\x16\x7f\x78\xb7\xdb\xd9\xac\x97\xe8\xe4\xf5\xbe\x8e\xf4\x1f\x49\x59\x5d\x2a\x2f\x94\x14\xe2\x77\x4b\xf0\xc3\x36\x3f\xbc\xef\xdd\x42\x03\x9f\xc2\x87\xf1\xa0\x73\xdc\x07\x1a\x0f\x92\x14\x06\xf8\x12\xfe\x33\x1e\xf3\x43\xb0\xc9\x36\x3f\xf0\xab\x5b\xa8\xe0\x5d\xf8\x2b\x5c\x11\xd0\x82\x1e\x9a\xc5\xa4\x46\x4a\xfe\xf4\x29\xb5\x0a\xaf\xc6\x3b\xf8\x10\xbe\x8d\x1f\x22\xa9\xa9\x9d\xe5\x76\x16\xbf\xdb\x8a\xf0\x6e\x5c\x91\xd7\xa6\x70\xf5\x3f\xa9\x9f\x5d\xdf\x6f\x7f\x0f\x9d\xa3\xfc\x6c\x24\xa5\x8f\x42\x28\x4e\x3e\x04\xa7\x69\x53\xe7\x63\x23\x4d\x7c\xfa\x94\xa9\xfe\xc3\xc7\x1a\x39\xe1\x2f\xce\xf7\xd9\xf3\x1f\x41\x48\x2e\xbe\x84\x77\xe3\xcc\xf3\x2a\xc2\x97\xf1\x2f\x78\x13\xfe\x08\x5f\xac\xe3\x52\x3b\x4b\xf3\xa3\xbc\x12\x55\xeb\x9b\xf7\x1f\x3c\xc6\x45\x9a\x81\x46\x4e\xf2\x28\xc0\x9f\x79\xcd\x6a\x64\x07\xa7\xb0\xc0\xf5\xbb\x1e\x57\x66\x5c\xe8\xe9\x9b\xc5\xd4\x46\xca\xef\xf4\xa9\x5a\xdf\xc2\x39\xd2\x48\xfe\x7d\xf1\x2c\xbc\x1b\x9f\xe0\x55\xf8\x36\xfe\x80\xab\xfd\x25\xba\x2a\xac\x2f\xf7\x9f\x36\x25\x0e\xdd\x02\xfd\xac\xfd\x9f\xaf\x5f\x8d\x04\xdf\x14\x64\x8d\xbd\x84\x8b\x4c\x0b\x64\x41\x0c\xf0\x5b\x5d\xc6\x99\x3e\x91\x51\x31\x59\x93\x21\x41\x01\xf5\x1b\x6f\xd9\x14\x18\x5e\xef\xc2\xbf\xc6\x83\x3d\xf1\xdc\xdd\x66\x04\xb2\xa0\x20\x9c\xf6\xab\xc9\xb7\xb2\xfd\xaa\xc8\x4b\xaf\x77\x8d\x24\xd6\x49\x71\xcc\x1b\x59\xac\x29\x30\x1d\x22\xa3\xba\x35\xde\xca\x32\xf3\xda\xd4\xc8\x2c\x4d\xa1\x83\xeb\x77\xbd\xfc\x95\xe5\x27\xed\xe2\xad\xfe\x8c\x3f\xe0\xf4\xa7\x99\x1c\x09\x6c\xaf\x10\xdc\x8d\xcc\xcd\x14\x68\x27\xeb\x7b\x6f\xbf\xa6\xf4\x27\x99\xdf\x8d\x90\x0e\x14\x62\xfe\xb1\x75\xb8\xd5\x6e\x7c\x80\x43\x8e\x92\x42\x1a\xaf\x1a\x49\x81\x9b\xdb\xec\x26\xbb\x0e\xd9\x35\x91\x4b\x37\xd9\x91\xb8\x58\x31\x90\x1b\xc9\x89\x29\x1c\xf0\x21\x5c\xed\xa3\xec\xfc\x34\xd1\x89\xd4\x76\xb7\x40\xfb\x62\x37\xdd\xe3\xea\x1c\x3f\xe4\xb3\x68\xb3\xbb\xff\x11\x93\x3d\x7d\x30\x1b\xb8\x55\x7f\xcf\xf1\x49\xc6\xa2\x36\xbb\xe7\xbf\xc3\x56\x9a\xe8\xa4\x7b\xbc\x5d\xe3\x1d\xfc\xee\x30\x5b\x09\x03\xe2\x8b\x33\xae\xe1\x6d\x33\x38\x26\x71\x67\xbd\xd5\xc7\x38\xed\x88\x4e\x86\xe9\x27\x52\xeb\x5e\x5c\xed\xec\x66\x9c\x76\x16\xfd\x9c\x66\xd3\x93\xe3\x04\xab\xe2\x5b\x3d\xc6\x83\x6d\x75\xd1\x8f\x1e\xf9\x1b\xf9\x68\x2f\x0e\x3d\x4c\xcf\xe7\x84\x9d\x61\xe6\xdb\x48\x3f\x4b\x21\xfa\xd9\x45\x57\x73\x6b\xbc\x93\x7e\x22\x3d\x37\x72\xd0\x52\x18\xe0\xf4\x7f\x1e\x7f\xcf\x3e\xc5\xde\xba\x91\x50\x96\x02\xbf\x2b\x7a\x5b\x53\xed\x2c\x8e\x9f\x2e\x36\xb4\xe6\x34\xbe\xc0\x97\xf0\xc7\x38\xfd\x14\x1d\x2e\xcf\xff\xe2\xfa\xd2\x45\x87\xcb\xfb\x62\xb1\x2e\xe4\x5b\xba\x55\xcd\x4f\xbc\x9a\xa4\x0f\xaf\x86\x6d\x2e\xaf\x0b\x26\xa9\x9f\x2e\x7a\x5b\xde\xd7\x8b\xe0\x82\x5d\x7c\x69\x1d\xb1\xe3\xc5\x7e\xef\xe2\x4b\xcb\x7c\x29\xcc\x45\x2f\xce\xfc\x6f\xaf\xe3\xd6\x78\x45\x57\xdb\xe3\xda\x1a\x97\x8e\xbd\xbd\xfc\xbd\xfa\x3f\x59\x97\xbd\x8d\x6b\xfe\xe7\x14\xfe\x35\xfe\x8b\x34\xf3\x5d\xb0\x9b\xc7\x64\x85\x47\xea\x5b\x75\x33\x9c\x32\x5d\x64\x78\xdc\xcd\x43\x37\x09\x0b\xd4\x48\xfd\x49\x21\xba\x39\x44\x6e\xc7\x64\x75\xd8\xa6\xf8\xf5\xb7\x79\xb6\xa6\xe7\xc0\x7e\x86\xc8\xe7\x98\x7c\x24\x1d\x0c\x91\xcf\x39\x9a\xfe\xc3\x2d\x91\xe8\x64\x8d\x2c\x9b\x14\x06\xf8\x12\x7e\x8c\x47\xff\x87\xc8\xe1\xeb\x6d\x8a\xb1\xcd\x67\xe8\xb6\xf3\xf5\x29\x2f\x69\x62\x88\xcd\x7c\x97\xbf\x57\xff\x9b\xbe\xf7\xf1\xf5\x45\xea\xc1\x85\xf3\x56\x1f\xe3\xf4\x5f\xcb\xfe\xf5\xb2\x7c\xb9\x55\x0e\x2d\xfb\x77\x0f\xe3\x0b\xbc\x0b\x77\xfb\xdc\x36\xf1\xc2\x6c\xa4\xbc\xa4\x10\xc7\x1a\x1e\x57\xb7\xfa\x35\xce\x78\x07\xdf\xff\xcc\x06\x7e\xdc\x7e\x87\x8e\xaf\xdf\xd2\x36\xfa\x71\x2c\x0c\x91\xc9\xcf\x64\xf2\x83\x9c\x87\xd6\xfd\xe7\xf9\xfc\x71\xec\xe0\x24\xd8\xfc\xc8\x7b\x0b\x09\xbc\x0a\x1f\xc6\x27\xf8\x10\xae\xf9\x79\x98\x4f\xfc\xf9\x1a\xd9\x1b\x29\x0c\x70\x7d\xef\x79\x7e\x98\xe7\xa9\xdb\xef\xe3\xdb\xd4\xc3\xfc\x4c\xd1\xc9\xe3\xeb\xc0\xc3\xb6\x9b\x3a\xd6\x9e\xe3\xfe\xc0\xce\xa7\xd8\xcc\xe3\x79\x93\x94\x31\xc5\x66\x5e\xd3\xf9\xcb\x31\x35\x45\x3f\xaf\xfb\xff\xc2\x3e\xa7\x8e\xaf\xd7\x6c\xe6\x85\xcd\x10\x2f\xad\xf1\x66\x4d\x81\xf6\x75\x9d\x79\x7d\x8c\xbc\x1c\x23\x18\xe0\xb5\x25\x53\xa2\x5b\xa0\x9f\x1c\x47\xeb\x23\xfa\x59\x1f\xe8\x87\x80\x87\x6d\x7d\x44\xff\xeb\x03\xfd\xcf\x31\xfe\xe2\xf6\xb5\x64\x64\x70\x0b\xc1\x8d\xc9\xe1\xda\x96\x2f\xfd\x2b\x71\x9a\x90\x1f\xa9\x91\x4d\x8f\x02\xdd\x85\x5c\xc8\xab\x47\xa1\xfe\xf7\xdf\x8d\x38\xb7\xb7\xf6\x13\xcc\xee\x26\x45\x69\xc3\x28\x28\x0a\x70\x1b\xf2\xff\x34\xf2\xd8\x51\x88\x51\xa3\xd9\x6e\x64\xad\xa3\xf0\x82\xc7\xaa\x61\x30\x44\x41\xdf\xd3\x9d\xbc\x8c\x47\xb4\x82\xcf\x82\x2a\x96\xef\xe4\xd8\x14\x49\xd3\xd4\xc8\x11\x17\x05\x44\xd2\x95\xd5\x8c\xbb\x19\x77\xf6\x86\xb5\x45\x23\x57\x1a\x85\x98\x6b\x14\x38\xb7\xea\xcf\xd5\xfb\xca\x2c\xf8\x26\xbd\xca\x54\xc4\x7f\x7e\xb6\x88\x27\xae\xb8\x49\x37\x09\x08\x24\x31\xa3\xc0\xaf\x76\x60\x1d\x3c\x4b\x17\x62\x9c\x43\x1a\x79\xc5\x28\x7c\xc1\xab\xf0\x57\x38\x3b\x80\x3c\x07\xb7\x5a\x8d\x63\xa4\x26\x8a\xab\x53\xed\x57\x2e\x2e\x98\x0f\xdf\xea\x36\x1e\x94\xbb\x44\x71\xd5\x4b\x5e\xa1\xf4\xc5\x81\xb4\xaa\xe4\x54\xf2\x6c\x5d\x5c\xed\x6b\x07\xac\x0a\x47\x5c\x93\x59\xf0\x45\x99\x0c\x5a\x0d\xcb\xa8\x46\xce\x2c\x0a\x71\xc0\x60\x5d\xd3\x96\x0c\x4c\xda\xd2\xbd\x1a\xf3\x9a\x46\x1e\x2b\x0a\xfa\x5e\xdd\x39\xfe\x3e\x2c\x85\x12\xc1\x73\x1b\xb9\xa5\x28\x4c\xf0\x29\xfc\x18\x7f\x02\x4f\xfa\x5e\x07\xc0\x0a\x9f\xbd\x8b\x57\xe1\x6e\x67\xd1\x3e\x0c\x6b\x35\xdd\x1f\xc8\xef\x94\x14\x46\xed\x56\xb3\xf1\x02\xde\x84\x4f\xe3\x0b\x5c\xed\x78\x19\x23\x8c\x59\x4a\x9f\xa2\xfe\x98\x08\x09\x5a\x26\xb1\x69\x35\xd3\x60\x44\x2f\x4b\x8a\x02\xd6\x96\x1e\xf7\x1b\x59\x9b\xd2\x15\x47\x85\x7f\x8d\x33\xdc\xca\x74\x76\xaf\x6e\xdc\xaf\x2f\xae\x76\xbc\xba\x11\xe4\xeb\xe2\x53\xf8\x36\xce\x34\x88\x3a\xa5\x0c\xb8\x05\x7e\x57\xd4\xd9\x3d\xdc\xae\xe1\x76\x7f\xaf\xe1\xf6\xc3\xb4\x75\xa6\xa7\x4b\xdc\x21\x5d\x51\xab\x22\x4e\xe9\x0e\x1a\x99\x8a\x52\xe2\x31\xb8\x91\x70\x88\x02\xdd\x19\xfe\xfe\x6b\xfc\xde\x7e\x88\x7f\x7e\x6b\xfa\xd5\x41\xa8\xc2\x8f\xf8\xd7\xf0\xe2\x86\x17\xdf\xc5\xd5\xbc\xf7\x5c\x64\xfa\x69\x55\xa4\x3f\x24\x43\x90\xe3\x27\x5d\x7e\x04\x7e\xdc\xcb\xd8\x8a\x09\xdb\xe8\x46\x4a\x1f\x0a\x41\xfa\xda\x11\xc3\x24\x3b\x08\x32\xf7\x59\xcc\xfd\xf4\x0e\xe5\x8a\x9f\x92\xb8\xe6\xf4\x60\x27\x83\xe5\x05\xba\x91\xde\x86\x42\x01\x5f\xc2\x97\xf1\x8d\xd7\x30\x6b\x32\xbd\x56\xe1\x9a\x97\x14\xdd\xeb\x56\x9b\x71\xbc\x8c\xb9\xfa\x93\x75\x86\x02\xbf\x2b\x12\x9f\x3a\x4b\x49\xfe\x72\x71\x26\x7f\xb9\xff\x4b\xfd\xe4\x05\x62\x2d\xcf\xfe\x52\x3f\x45\x83\xcb\xb4\xb6\xe4\xdd\x8c\x28\xb8\x96\x69\x8d\x17\xfa\x94\x44\xfb\xcb\x6c\x3c\xee\xee\x29\x25\xd1\xe0\xf2\xb2\x2c\x96\x25\x89\x13\x2e\xdd\x65\x56\x5c\xc1\x5b\xd3\x70\x97\x49\x2d\xf4\x4b\x29\xf1\x60\xdd\xd6\xf6\x59\x19\x57\xf4\x8b\x77\xe1\xd3\x38\xdd\x41\x42\x24\xa3\x07\x05\xa6\x13\x49\x70\xe9\xe1\xbe\x91\xab\xe3\xe2\x4b\xb8\x86\xb5\x35\xfd\x3a\x8b\x7d\x93\x5f\xe1\x92\x95\x14\x3c\xab\x91\x88\x83\x02\x76\xc5\x3a\x5c\xb7\xa9\x2d\x6c\x38\x93\x02\x2e\xb5\xb5\x4d\x56\x1b\x4e\x88\xbd\xc6\xad\xfe\x8c\xbf\xe0\xcc\xc3\x91\xe4\x4e\x4a\x8b\x94\xb2\x38\xe1\x91\xe4\xae\x04\x16\x8a\x6f\xd4\x48\x4b\x11\x05\x36\x51\x4e\x8c\xf7\x98\x95\x1c\x96\x37\xeb\x18\x3d\x5e\xde\xc3\xf2\x12\x69\xed\x56\xa7\xf1\x05\x4e\x3f\x2d\x12\x90\x1d\xe2\xe2\xea\xa7\x44\x17\xf2\x44\x5c\x2a\x64\x1e\x2c\x2a\x90\x23\xe2\xe2\x5d\xb8\xfb\x1f\x57\xe7\xc4\x03\x77\x5b\x16\x15\xd6\x51\x6c\x47\xae\x7a\xd6\x6f\xdf\x42\x06\x2f\xc2\xf5\xbb\x21\x1b\x5c\x7c\xfe\xcd\x95\xeb\x2b\x81\x6d\x7d\xb1\x30\x25\x20\xd1\xad\x2e\xe3\x2c\x4f\x6b\xc2\x7f\xc6\x1f\x70\xba\xfb\xf5\x6e\xfd\x42\x2e\x44\x9b\x6e\x56\xbb\x37\xf2\x36\x5c\x5c\xdd\xf5\x34\x29\xb8\x8f\x66\xe3\x2b\x79\x9c\xfc\x0c\xf7\x73\x35\xef\xf3\xf4\xab\x59\x12\x55\x5b\xc0\x20\x4d\xc3\xc5\xe9\xe6\xcf\xd4\xf2\xe3\x80\xc9\xa2\xea\x9f\x77\x47\x84\xdf\x49\x0a\x5c\xd4\xc8\xc0\x40\x81\xef\x79\x37\x5b\x16\x48\x48\xbc\x90\x52\x16\xb5\xff\x7c\x6e\xfe\x38\x37\xb3\x78\xe8\xcf\xd4\xfe\x53\xff\x45\xed\x3f\xf7\xff\xa7\xcc\xb6\x62\x96\x3f\xef\x02\xd4\x1e\x49\xcf\xf1\xb6\x32\x68\x58\x19\x24\x85\xfb\x69\xb6\x32\xb8\x85\x58\xe5\xa2\x5d\x60\xc1\x66\x45\x2e\xfa\xa4\x94\x2b\x8d\x34\x08\x51\x58\xfa\x9e\x71\x3d\x5e\x76\xd4\x24\xa9\x88\xda\x1f\x5f\x8b\x50\x93\xa4\x22\x66\x69\x01\x66\x21\xc0\xa4\xa2\xf5\x7a\x7c\xee\x87\x24\x93\x52\xd1\x41\xfe\xf8\xe0\x7f\xd4\x7f\x51\xe9\xeb\xfe\xbf\xea\x3f\xcf\xf4\xcb\x82\x0d\xe9\x07\x2e\x9e\x85\x7f\x8d\xff\xc0\x99\xcf\xd7\xdc\xec\xd5\xb8\x74\x60\xbf\xe6\x66\x2f\x17\x02\x52\x46\xdd\xea\x31\xfe\x05\xa7\xff\xaf\xd7\xf1\x65\x1d\x49\x68\x7e\xab\xcd\x38\xdf\x0f\xb5\xef\xf5\x7d\xd9\xc5\x16\x2d\x5e\xcf\x43\xa4\x16\xb8\xb8\x7e\xd7\xbb\xf8\x65\x17\x17\xd1\x95\x05\x2d\xac\x3f\x2e\x1e\xf3\x4c\x4a\x01\x0a\x95\x6c\xc5\x49\xf8\x34\xbe\xc0\x8b\xf0\x47\x38\x5c\xae\x70\x38\x13\xe0\x9f\x82\xda\x59\xc2\x87\xf1\xd8\x47\x44\x9e\xbe\xd5\x6d\xfc\x0b\x5e\xc1\xb7\xdb\x61\x7e\x24\x15\x10\xde\x9f\x42\xf4\x07\xab\x99\x5b\x3d\xc6\x1f\xf0\x06\x7e\xdc\x8e\x02\x20\x26\xf5\x47\xdc\x0f\x6b\x97\x7b\xd6\x32\x5e\xab\x7f\x76\xe2\x26\xa5\x7b\xf8\x4e\xba\x38\xee\xc4\x3c\x10\xa9\xbe\xed\xb4\x8c\xb3\x7f\xa5\x06\x20\x48\x3f\x85\x1f\xb8\xbf\x7f\x85\x87\x28\x98\x48\xec\xdd\xb6\xd5\x3c\x3b\xc1\xd5\x49\xaa\x77\xab\x3f\xe1\xdc\x7b\xb1\xfe\x6b\xc4\xc4\xa7\xc0\x7c\x22\x18\x13\xd6\x9e\x02\xbf\x0b\xbf\xda\x56\xe7\x10\x33\xfe\xe2\x43\xb8\xe6\x2d\x43\xcf\x58\xa5\x35\x62\xb9\x53\xe0\xfb\xa9\xef\xc5\x6e\x89\xa7\x7e\xef\x1c\x55\xf8\x36\x1e\xbf\xdb\xb4\xbe\x59\xfb\x97\x30\xea\x17\x87\x4e\xf2\x71\xfb\xf0\x9f\xa6\x75\x2c\xba\x1c\x11\x3d\x3d\x25\xbd\xdb\x13\x12\x3d\x0a\xd0\x9b\xde\xed\x77\xd1\xbe\xdb\x85\x7d\xa7\x77\xf8\x6d\x7d\xca\x46\x9f\x92\x1a\xc2\xe9\x2e\xa6\x9f\x88\x5c\x9e\x14\xca\xa6\xed\x22\xfe\x4f\xec\xf1\xa4\x40\x35\x6d\x5b\x4c\xdc\x05\xfe\xd9\xb4\x5e\x45\x0f\x28\x1b\x7d\x4a\x6a\xcd\xed\xf8\x77\xd9\x77\x4d\xeb\x58\xb4\xef\xb0\x8a\xba\x38\xf3\x50\x4d\x6f\x15\xbe\x84\x35\x56\xdb\xd5\xf4\x56\x39\x47\x08\xfa\x73\xab\xd3\x38\xed\x73\xac\x11\x5c\x9c\x42\x01\x5f\xc2\x87\x71\xfa\x39\xfc\xfd\xcf\xf8\x03\xae\xfe\x78\x7d\x2b\xf4\x49\xdc\x99\xb6\xab\xf7\x51\x65\x1f\xe1\xa4\x77\xab\xee\x27\xfc\xa7\x89\x4e\x9a\xfb\xdf\xd4\x7f\xd1\x49\x13\x5f\xdd\x0d\xbe\xaa\x77\x7b\x22\x79\x53\x88\xf6\x71\x2e\xb8\xd5\x63\xfc\x05\xa7\xff\xd6\xcb\x10\x65\xfb\xe2\x4b\x78\x37\x1e\xe3\xc5\xc5\xb1\xd9\x5a\xbc\x11\x23\xfb\xe2\x8c\xb7\x79\xbf\x28\x92\xb5\xde\xed\x6d\x4d\xd6\x14\xb6\x3a\xe9\xdd\x9e\xc0\xd1\x14\xf8\x1e\x39\x74\x5b\x2f\xb3\xd1\xcb\x24\x42\xad\xdc\x6a\x35\xde\xc0\xbb\xf0\x6d\x5c\xed\x2c\xe1\xea\x67\xe7\x3a\xd3\x45\x9f\xd6\xd7\xec\xce\xbe\xd3\xfb\xfc\xee\xba\xfd\xee\xd0\xe3\xf4\xcf\xe7\x6f\x2e\x5f\x04\x95\xa6\xf0\xa3\x35\x56\xb9\xeb\x94\x21\x96\x74\x4a\x5d\xd4\xde\xa5\x95\xc3\x78\xed\xe2\xea\xd5\x71\x3b\x70\x9b\x2e\xee\x64\x79\x74\x0f\x44\x34\xc2\x5d\xde\xea\x30\xbe\xc0\xa7\xf0\xaf\x71\x66\x9b\x53\x8f\xa8\xd1\x14\x3a\x78\x13\xae\xd9\x1e\x9a\xa5\xa1\xdf\xf5\x2c\x0d\xcd\x92\xa8\x74\x78\x96\x06\x22\x5a\x17\x95\x5a\x52\xdd\x43\xe3\xe2\x75\x65\x0f\x8f\x6b\x20\xba\x0d\x51\xdd\x34\x55\x87\xd1\x55\xff\xe8\xd0\xb0\xe4\xb9\x25\x79\x0e\x1d\x56\x53\x97\xa0\x3d\x15\xfa\x5f\x4c\x6e\x9a\x28\x26\x4c\x6b\xe8\xb0\xb2\x44\xba\x27\x77\xdf\xa1\xc3\x6a\xae\x3f\xed\xd0\x1d\x11\xa9\x95\x4e\x5b\x92\xea\x10\x53\x9c\x9e\x06\x9c\x1c\x13\xf9\x76\x6e\xd5\xfd\xe4\x55\x61\x88\x78\xa7\x99\xd9\x44\x24\x92\xd6\x60\xcf\xe3\xdf\x65\x13\x48\x3b\xb0\x2d\xc1\x12\xaa\xf9\xe2\x43\xf8\x30\xce\xef\x22\x79\xee\xe5\x4d\xb3\xb8\x14\x10\x08\xa1\x11\x94\x99\x42\x90\xc3\xe8\xc6\xfd\x3d\x4c\x68\xe8\x70\x5b\xde\xf4\xd8\x9e\x29\x9d\xee\xad\x4e\xe3\xb4\x33\xfc\xfd\x9f\x76\xbe\xe0\x4b\xb8\xc8\x47\x51\x91\x89\x69\x77\xab\x6e\xe7\xd0\x8e\xc8\xc4\x12\x32\x71\x8c\x2f\x4e\x3b\xdb\x64\xbe\xd9\xf4\x43\x97\xa3\xad\x17\x4d\x62\xfd\xa6\x34\xc5\x84\x64\x93\xd6\x08\xd7\x9b\x14\xad\xa7\xed\xed\xfe\x6f\xfa\x4f\x00\xce\x5b\xd5\xef\x62\xab\xa6\x88\x31\x6d\x6f\x1f\xfe\x9b\xcb\xef\xd4\x7a\x6d\x5d\x7e\x89\xb1\x9b\x14\xc3\xa5\x6d\x8b\xb0\xfb\xb0\x2e\x53\xeb\x75\x4c\xb7\x07\xba\x9d\x5a\x17\x8b\xb0\x04\xd2\xbd\x38\xf4\x79\x4c\x9f\x07\xfa\x9c\xda\xd6\x67\xfd\xf9\xfe\x05\xd7\xf7\x92\xc1\xf6\x61\xbd\xa6\x0e\xa5\x23\x2d\xcf\x3e\xd0\xe7\xd4\x76\x3f\x66\x4b\x07\xfa\x9c\x5a\x5f\x8b\xb0\x1b\x6d\x57\x9a\x5a\x47\x8b\xb0\x04\xb5\x4d\x49\xcf\xf6\xfb\x9c\x3f\xed\xd0\x1f\xad\xa3\xb5\x5d\xc4\xb2\x4d\x69\xea\x92\xfb\xf5\x78\x25\x8b\x4e\x5d\x5a\xbf\x66\xd2\x5f\x1e\x2f\x97\x0e\x99\xaf\x2f\xa7\x68\xa9\xd2\xd2\x61\x62\x2d\x15\x81\x63\x53\x5a\xda\x8f\x5f\x1f\x92\x5f\x0e\xc9\xa5\x75\xfc\x7a\xbd\xb0\x9d\x53\x0c\x90\x46\x4c\x58\x0a\x31\xcf\x7a\x41\xc7\xc3\x87\x02\xdf\x6b\x7f\xfd\x7c\x68\xff\xd8\x2f\xa4\xdd\xbd\xd5\x61\x7c\x82\x2f\xe1\x6e\x47\xfd\xd4\xe5\xe2\xe7\xf9\xfc\x41\x57\x04\xdd\xb8\xd5\x63\xfc\x0b\x4e\x3b\x16\xf2\x88\xb0\x9a\xd2\x12\x7b\x7e\x7c\x19\x79\x78\xf2\xd1\x9b\xf8\x7e\xdc\x9f\x47\xf3\x86\x10\x4c\x4c\x54\x0a\xf4\x07\x61\x65\x3f\xbe\x94\x3d\x1c\xda\x7a\xfc\xde\x8f\x0f\xed\x47\xfd\xd1\xbe\xb3\x90\xb7\x25\xe4\x2d\x09\x25\xaf\x2f\x4d\xaf\xe6\x53\xeb\xfb\xba\xff\x6f\xcc\x67\xfe\x88\xcd\xbf\xe6\xcf\x08\x6d\x99\xd0\x48\x6d\xbf\xee\x4f\x18\xb9\xa5\x6c\xfe\xff\x9a\x4f\x86\x74\x75\xf1\xf8\xdd\xf3\x11\x9f\x3c\x21\x5d\x5d\x7c\x81\x2f\xe3\x0b\x9c\xa7\x9a\xf3\xd1\xb1\x76\xc2\x77\xf6\xe2\xfa\x5e\xfc\xe1\x84\x94\x93\xf2\x07\x61\x82\xa8\x9f\x51\x20\x10\xfc\xa7\xea\xfb\xe3\xf6\x0f\xed\xb3\xaf\x09\xef\x49\xa1\x83\xd3\x4e\x12\x7f\x38\xa1\xef\x4a\xca\xaa\x79\xab\xdd\xf8\x00\x5f\xc2\xbf\xc6\x7f\x81\x43\x3f\xc7\xea\x2f\xc2\x6f\x5e\xbc\x08\x77\x3b\x71\x09\xcd\xa4\x81\xb8\xd5\x6d\x5c\xed\xa8\x7d\x1d\xd7\x27\x69\xbc\x43\xfd\xf4\xb8\x10\x7a\xb2\xde\xa7\x09\x9a\x49\x81\xf9\x67\xbf\x9f\xec\x71\x65\xf5\x1f\x25\xc9\xb1\x0d\x1b\x71\x31\x2f\xee\xef\x1f\xe3\x41\x0f\x78\x70\xb6\x93\x3d\xae\xcc\x7a\xe9\xc5\xf9\x64\x3d\xd2\x9c\x48\x59\xd5\x5a\x2b\x7f\x71\xf9\x3a\xf2\x46\x6e\x87\xec\x55\x39\x7d\x18\x9d\x2c\xd2\x6f\x61\x82\x2f\xe1\xee\x15\xab\x8c\xe7\x76\x3b\xd6\xb3\x9d\x30\x81\x4b\x99\xd4\x4a\xed\x58\x84\x22\x36\xe6\xc5\x87\xf0\x66\x7c\x83\x2f\xe1\x5a\xcd\x82\x07\x38\x16\xd4\xb7\x5a\x8c\xd3\x9f\xaa\xf6\xbd\x6a\x45\xfd\xaf\x6a\x7f\xfb\x77\x37\xbf\x8b\xe8\x73\xac\x99\x23\x92\xe6\xc5\xa7\xf0\xc7\x38\xb3\xcd\xcb\xdd\xb1\x28\x46\xac\xcd\x8b\x67\xe1\xc3\x38\xfd\x17\x15\x59\xb4\xc2\x62\x3f\x65\x2c\xa5\x9b\x2d\xf6\x6f\x81\x71\x21\xfa\x1c\x6b\xf8\x4e\x68\xf8\x5a\x43\x91\x77\xaa\x5e\x82\x4e\x88\x5e\xf7\xf3\x26\x7c\x1a\xa7\xfb\x30\xb3\x53\xf5\x5c\x8f\x07\x40\x52\x1e\xf4\x5b\xf5\xf7\x8b\x6e\xf2\xc2\x72\xac\xf8\x23\x4a\x67\x52\x52\x83\x46\x5c\xce\x28\x68\xda\x96\xba\xa9\xcb\xda\xa9\x6c\x82\x2c\x62\xac\xdb\xdf\x33\x3d\x59\xc4\x68\x49\xec\x54\xc8\x41\xef\xd7\x76\x38\xb8\x85\xd8\xf4\x84\xc1\xbb\xd5\x69\x7c\x05\xce\xfb\xf2\x69\x62\x8a\xa7\xb1\x09\xf0\x8f\x6b\xc7\x9a\xbf\xd3\x70\xfe\xc7\xb0\xfa\x56\x97\xf1\x18\x6f\x2e\xfe\x5e\xcb\x82\x24\x96\xf5\xbe\x7c\x9a\x99\x56\x64\x39\x4a\x4a\xdc\xda\x8e\xa2\x7b\xdc\x02\xe3\x42\xc6\x38\xd6\xf0\xe1\x30\x71\x71\xfa\x6f\x55\xde\xe9\x1a\x97\x98\x47\xf7\xb8\x22\x02\x48\xca\x59\xe4\x60\x89\xeb\x20\x71\xe5\x2c\x26\xd1\xdd\x4f\x2c\xe4\x32\xf1\xdd\xdb\xe9\xba\x5c\x1f\x54\x76\x39\x8b\x79\x58\x65\x77\xfa\x11\xce\xb8\xac\x9a\xc3\xcf\x34\xe5\xa2\x6d\x6a\x59\x88\xd8\x99\x17\x9f\xc2\xbb\xf1\x98\x37\x19\x2c\x9f\x61\x26\x34\xd8\x8e\x45\xdb\xd4\xb2\x10\xc1\x33\x53\x2e\x3a\x34\x86\xe9\x67\xb0\x1d\x8b\xb6\xe9\xd0\x65\xf9\x0c\xf2\xe0\xe9\x25\xf4\x0c\x1d\xb6\x27\x84\x9f\x8b\x33\x9f\xc3\xf3\x3c\x18\x17\xd1\x70\xdb\xb1\x1a\xee\xa0\x86\xcb\x7a\x39\x3d\xd3\x4c\x14\xa1\x27\xeb\x85\xf4\x58\xe8\x39\x91\xe3\x26\xe5\xa2\xed\x3b\xcd\x44\x51\xc3\x65\xbd\x90\x1e\x5b\xd4\x11\xed\xf2\xe2\xac\xcb\xf4\x3c\x87\xd4\x92\x32\x7e\xcd\x0d\xff\x95\x28\xc0\x0e\x0b\x2f\x14\xc7\x96\x73\x04\xa2\x4c\x99\x08\xeb\xb7\xea\x7e\xc2\x36\x48\x30\x7a\xab\xc7\x78\xa8\xbd\x74\xd6\x4e\x73\x93\xa9\x65\x44\x84\x3c\xcb\xcb\xb5\x34\x5c\x6d\xeb\xe5\xe1\x2e\x0d\x8b\x87\x0e\x82\x3c\x52\x88\x9f\xd5\x83\xe7\x59\x66\x03\x0b\x36\xa0\x07\xcf\xb3\xcc\xfd\xd7\xd6\xf7\x43\xb8\xdb\x0f\x19\x20\x13\xaa\xbd\x1d\xab\xe1\x70\x8c\x49\x59\x0f\x98\xc7\x6a\x38\x62\xaa\x5c\xbc\x09\xff\x1a\x7f\xc0\x69\x7f\x9b\xcc\x37\xd3\x2f\xbb\x67\x87\x4c\xb9\x05\xfa\xa3\xed\x6b\x0b\x39\x42\xa3\x24\x65\x2e\x68\x44\x38\xa1\xc0\xb8\x44\x3e\xc7\xe4\x8f\xec\x91\xab\xee\x22\x0a\x69\xd2\xe4\x3f\xa3\xd0\x2b\x8d\x88\x83\x14\x1a\xb8\xda\xd1\x43\x16\x0e\x36\x29\xeb\x61\x13\x37\x1b\x0a\x8c\x4b\x64\x62\xd9\x43\xfe\x36\x59\x0f\x9e\xf6\xb7\x69\x04\x05\x4c\xb9\x8a\x1c\x8e\xc9\x9c\x8c\xe8\xb9\x8a\x0d\x58\x1d\x46\x7c\xbf\x8b\xd3\xcf\xaf\xd9\x0f\xb2\x44\xc6\xed\xb2\xe1\x7e\x43\x81\xfe\x70\xd7\x3c\xd6\x6b\x9d\x2f\xfd\xd7\x43\xa8\xfd\x70\x6e\xe1\x01\x67\xbc\x5f\xaf\xcb\x97\x75\x69\xc8\x90\xc7\x32\x06\x0e\x39\x17\x57\x3b\xba\xbb\x13\x30\x2f\x65\x72\xc1\xdf\xea\xcf\xf8\x0b\xce\xf7\x96\x31\xe4\x87\xa3\xe8\x1f\xb7\xba\x8c\x07\x9d\xeb\x41\xf5\xfc\xcc\x3e\x7f\xb0\x4f\x3d\x9c\x12\x98\x2b\x0a\xb0\x1f\x19\x30\x1f\xcb\x1e\x07\xd9\x23\xeb\xe1\x14\xb7\x1c\x0a\xf4\x47\xf4\x60\x45\xd5\xf9\xc1\x7e\xf4\x40\x7a\xac\x90\x72\xe4\x39\x3d\x84\x1e\xcb\x1e\x87\x28\x28\xb9\xf5\xbf\xb1\xb3\xc7\x6b\x87\x02\xd3\xaa\x53\xe3\xf1\xf0\xc2\xc2\x2e\x65\xdf\x0a\x1e\x5f\x6a\x1e\xc8\x48\xef\xa4\xe7\xf1\x32\x3c\x5a\x86\xe9\xef\xc5\x9d\x70\xdf\xc9\x44\x36\x6b\xc7\x22\x0b\x91\xdf\x52\x6e\x22\xa3\xc7\xec\xe6\xd1\xf0\xc4\x3e\x2c\xca\x9c\x37\xb4\xad\x8a\x62\x7e\xab\xc3\x38\xd3\x2a\xf2\x7a\x25\xca\xe3\xdf\x93\x32\x61\xc7\xdb\x79\x3d\xde\x97\xed\xd4\xc5\x6e\x5e\x8f\x57\x22\x4e\x17\xbb\x79\xbd\x9c\x2f\xa7\x21\x81\xbe\xdb\xb1\xbe\x8a\x60\x6b\x17\xcf\xc2\x9b\xf1\x0e\xae\xf6\xcd\x3e\xc8\x9c\x9d\xf5\xde\x7a\x5e\xcf\xcf\x0b\xf7\x26\x7a\xf3\xad\xba\x7d\xe6\xad\x8b\x9d\xbd\x26\x6b\xdc\x89\x32\x81\xb8\x6f\x75\x19\xdf\xe0\xb7\xfd\x8e\x17\x11\x85\xfe\xdf\x7f\x37\x5e\xe2\xba\xbd\x89\x6e\x81\xee\x04\xb5\xdf\xea\x31\xce\x34\xc4\xb3\x6d\x77\x54\xa4\xee\xa8\x48\xc4\xb8\xee\x53\x6a\xac\x4e\x8c\xb3\x8b\x0f\xe1\x8f\x71\xa6\x2d\x24\xf6\x6e\xef\xa3\x2e\xef\xa3\xcc\x73\xee\xad\x7e\x8d\x3f\xe0\x0d\xfc\xf8\x77\x35\x0d\x55\xfd\x67\x1a\x3a\xd1\x91\x52\xc6\xdc\xfa\x56\x7f\xc6\x69\xa7\xf1\xbd\x0c\x17\x3b\xee\x49\x29\x63\x6e\x7d\xab\x8f\x71\xfa\xd9\x99\x87\x04\x99\x74\x79\x2b\x65\x02\xa5\x77\x7b\x2b\xdd\x02\xe3\x1d\x55\xf8\x31\xce\xbc\x8d\x21\xdc\xed\x23\xc1\xf2\x30\x7b\xab\xcd\x38\x64\x32\xe9\x7f\xe2\xae\x7f\x0b\x19\xbc\x0b\x77\xff\x39\xcc\x31\xdb\xee\xf6\x6e\xba\x85\x2b\x71\xf1\xe0\xd9\x1d\xab\xe2\x16\x68\x66\x65\xe1\xcd\x38\xdd\x5f\x4d\xf8\x36\xce\x6e\x59\x4b\xb8\xba\x8f\x36\x4c\xc9\xc5\x6e\x75\x18\x5f\xe0\x0c\x57\x01\xa4\x6e\x21\x7e\x17\x33\xef\x5b\xad\xc6\x1b\xb8\xfa\x89\x60\xdb\xf1\x7e\xba\xb8\xda\x39\xc6\x59\x5e\x42\x2a\x77\x7c\x9a\x28\xbc\xe0\xf4\xbf\x78\xbc\x68\xc9\xf2\xc8\x53\xf8\x30\x4e\x3f\x4b\x11\x2e\x72\x43\x7b\x96\x31\x17\xef\x76\x62\xea\x72\x62\xca\x98\x85\xdf\x6a\x37\x3e\xc0\xe9\x7f\x31\x39\x17\x8d\xab\x32\x6f\x12\xcd\xba\xbc\x8b\xf2\x68\xea\xe7\xf1\xef\xaa\xff\x8d\xf1\x4a\x04\xeb\x53\xb2\xd6\x10\x79\x56\xaf\x8b\x64\x2d\xcc\xbf\xfb\xac\xde\x8e\x55\xfd\x14\xd9\x56\xf7\xb3\x6a\x5d\x44\x9e\xd2\x6e\x75\x79\x23\x65\x62\x94\xf4\x59\xbd\x5e\x55\xeb\x35\x3f\xc2\xa7\x71\xe6\x5f\xe4\x59\xbd\x4d\x25\x6b\x0d\x91\xa7\x64\xad\x2e\x2f\xa5\x4c\x52\x9a\x6e\x2f\xa5\x8e\x5b\xd2\xc5\xf9\xbe\x79\xbd\x1a\x97\x05\x42\xf3\xdd\xea\x2b\x9c\x75\x99\xa2\x9f\xe6\x75\x69\x8c\x77\x8a\x7e\x9a\xc7\x2b\x19\x6c\x8a\x7e\x9a\xb7\x63\x63\x3b\x12\xcc\xbd\x3b\xc6\x4a\x97\x57\x53\x9e\xa2\xab\xe6\xed\xd8\xd8\x8e\x53\x74\xd5\x3c\x5e\xf2\xd1\xe6\x29\xba\x6a\xde\xa6\x68\xcf\x14\x02\xfa\x56\xa7\x71\xc2\xc2\x8a\x4d\x76\x8f\xb7\x23\x7a\x4f\xb1\x3d\x79\x41\xdd\xc2\x02\xf7\xf7\x5f\xe3\xfc\x6e\xa3\x7d\x99\x59\x76\x82\x38\x5e\xbc\x09\x3f\xc6\x19\x6f\xff\x08\xd7\xfe\xed\x9c\x52\x3c\x50\xdf\xaa\xdb\xd1\x78\xfb\x14\xae\xf9\x47\xdf\x95\xa7\xd8\x9e\xf4\x5d\xb7\xd0\xc0\xf5\xbb\x1e\x2f\xfa\xae\x3c\x45\x57\xc3\xe3\x1d\x1a\xef\x6c\xc2\x8b\x71\x7e\x77\x0e\xe1\xa2\xcf\xa1\x75\x5f\x8c\x77\x78\xbc\x03\xe1\x60\x8a\x7e\x86\xd7\x11\x7d\x57\x26\x8f\xfb\xad\x56\xe3\x0d\x5c\xfd\x31\x9f\xc1\xd2\x52\xa1\xd1\x6e\xd5\xfd\xe1\x78\x59\xa2\x93\x39\xb5\xbe\x98\x54\xe6\x25\x7a\x98\x4b\xeb\x82\xe2\x29\x2f\xf1\x93\xe9\xfd\x32\x39\xdd\x57\x59\xff\x7c\xf9\xea\xf8\x34\x51\x88\xe9\x58\x3a\xf5\xa6\xa7\x75\x22\x62\x12\xa2\xa9\xcf\xe5\x53\x0c\xa7\xa7\xbc\x74\xea\xc9\xe9\xa9\xe3\xf4\xd4\xd1\x85\xf6\xb9\xbc\x9b\x16\xb3\xba\xc4\x6d\x96\x67\x75\xb1\x6b\x78\x06\xbf\xd5\x65\x3c\x76\xfd\x12\xb5\x2c\x8f\x7a\x69\xb6\x3b\x54\xba\x3c\xdb\x4b\xb3\x3d\x98\xd5\xe5\xdd\xb1\xd8\x1d\x4b\x5c\x68\xf9\x10\x5b\x47\xdf\xab\x9f\xe6\x96\x0b\x6e\xb9\x44\x45\xeb\x6c\xe3\x71\x2a\x2d\x71\xa7\xed\xd5\x91\xa8\xb7\xc4\x9d\xb6\x4f\xb7\xcd\xe9\xb6\xc4\x9d\xb6\x2f\x35\x5b\xf3\xb0\xd4\x8e\xc7\xb5\xb5\x9a\x8b\xdf\xdd\x5b\x5c\x05\x1f\xa9\xf2\x11\x77\xda\xa6\x22\x44\xc0\x42\x40\xc1\x8e\xcb\x54\x14\xe2\x0e\x57\x70\x9e\xba\xd5\x6c\xbc\x06\x9e\xf4\xbb\xbe\xbc\x90\x34\xb2\x10\x07\xb8\x3b\xe2\xd2\x2d\x24\x70\xfa\x73\xcc\xbd\x11\xe9\xca\x47\xd4\x78\xbc\x0b\x70\x92\x2a\xd8\x86\xdf\xea\x36\x7e\x02\x2f\xfc\xee\x31\x59\x85\x0c\x77\x71\xda\xf9\x7a\x57\x46\x82\xc3\x54\x3e\xba\xac\x7d\x7d\xfa\x84\x3e\xe8\xe2\x55\xb8\xe8\x2a\x62\xaa\x5f\x9c\x7e\x7e\xcd\xa5\x51\x1b\x95\x88\x19\x1c\xd5\x61\x7c\x81\xab\x1d\xcf\xf3\x57\xf3\xac\xcb\xda\xd7\x5c\x97\xd0\x0a\xe5\xa3\xd3\xf0\xeb\xcb\x60\x18\x27\x5e\x5c\xed\x78\x17\x7f\x35\x9f\x3a\x25\xbf\xe7\x18\xff\x06\x2e\x6e\xf6\xf3\x3c\xff\x34\xcf\xe2\x66\x3f\xdf\x16\xc2\x38\xf1\xe2\xf4\xe7\xb7\x44\x6f\x11\xb2\x3c\x95\xcf\x4c\xc2\xbb\x71\xe6\x47\x5c\xee\xe7\x7d\x11\x11\xc7\x53\xf9\xe8\x34\xfc\x99\xbb\xfe\x44\x27\xba\x65\xfd\xdc\x7f\x6c\x12\x4b\xd2\x2d\xeb\xe7\xf5\xfa\x85\x08\x5e\x92\xe8\xed\xe7\x5b\x04\x22\x60\x49\xa2\xb7\xc7\xf4\xff\xb0\x8e\x49\x5c\xee\xf1\x65\xf6\x61\x5d\x08\x2d\x72\xab\xcb\x38\xed\x88\xfb\x3d\xde\xbf\xa8\x99\x4a\x92\x10\xf0\x98\x5d\x45\xec\x85\x8b\xd3\x9f\xd7\xfb\x31\x82\x28\xa7\x92\x44\x3f\xaf\xe7\x13\xd9\xac\xa4\xea\xef\xb7\xf1\x2f\x38\xfd\x79\xdd\xcf\x57\xfd\x14\xfd\xbc\xa6\x9f\x17\xfa\x49\x62\x7b\xaf\x4f\xbd\x97\xf9\xc7\x80\xbb\xcf\xd7\xf3\xff\x2a\xa6\xb1\xe8\x47\x21\x1a\x6e\x81\xdf\xed\xfe\x5e\xeb\xf2\x42\x57\x49\xa7\xe1\xeb\x5b\x28\x36\x83\x25\xc1\xc7\x96\x6c\x03\x6f\xa1\x82\x2f\xe1\xdd\x78\xf0\x87\x04\x9d\xac\x8f\xe8\x67\x85\x9e\xeb\xe2\x43\x78\x33\xce\x7c\x4e\xb5\xc3\x8b\x79\x97\x93\x57\xe1\x65\xbc\x2f\x0b\x4f\x72\xf2\x2a\x89\xd3\x70\x7d\x78\x5a\xb8\x85\x98\x1f\x5e\xc6\x6f\xf5\x11\x1e\xb7\xb5\x42\xb4\xf3\x8e\x2f\x18\x05\xbe\x4f\x6a\x5f\xfb\x65\x7d\x18\x6f\xe6\x96\x85\x13\x18\x05\xda\x81\x2f\xad\x24\xbe\xba\x12\x7c\x00\x4b\xed\x5b\x6d\xc6\x07\xb8\xbe\x17\xbd\xad\x90\x96\x92\xf2\xeb\x77\x07\x85\xbe\x85\x0e\xde\x84\x6f\xe3\xf4\x27\x5e\x6c\x3b\xde\x61\x14\x32\xf8\x10\x5e\x8d\xc7\xfc\xf0\x92\x7e\xab\xd3\xf8\x8a\xc8\x50\x4b\xf0\xd7\xf0\xcb\xe7\x34\x6f\xe1\x69\x65\xd8\x43\xe6\xd8\x5c\xd2\x92\xf5\x95\x35\x5c\xc8\xca\x5e\x65\x5d\x5e\x65\x05\x93\xe8\x6e\xaf\xb2\x5b\xf8\x81\x67\x70\x0f\x17\x21\xa9\x64\x8e\xc1\x95\xc5\x0e\x17\xfa\xae\x92\x45\x56\xd9\xcb\x15\x21\x1f\x1a\xd9\x97\xfb\x92\x05\xe0\x2d\xb0\x8a\xa2\x92\xe2\xd9\x27\xf9\x5b\xc9\x6b\x08\x3f\xc6\xa3\x3b\x45\x54\x52\x4c\x3d\x44\x4e\x28\x58\x38\xdf\xea\xcf\x78\x70\x61\x2c\x99\xfb\x2a\xc7\xed\xc3\x05\x78\xd7\xbf\x55\xf7\x07\xaa\x2a\xdc\xc5\x57\x15\x77\x90\x03\x59\x29\xa2\x92\x2a\xee\xb0\x2a\xdc\xa1\x70\xaa\xd9\xb1\xac\xcb\xb1\xac\x94\xac\x76\x24\xf3\xac\x1a\xb2\x68\x29\x70\xa5\x55\x75\xc7\x5d\x58\xe8\x95\xf2\x57\x77\x2f\xfc\xc7\x28\xd0\x5d\x11\x57\x35\x71\x21\xe2\x14\x9e\xfd\x6f\xf5\x6b\x9c\xe9\xd3\x32\x58\x94\x59\x0d\x66\x40\x14\xda\x5b\xed\xc6\x63\x13\x14\x51\x4b\xf3\xf0\xc2\xa3\xec\xe2\x45\xf8\xcf\x38\xc3\xee\x4c\x87\x45\x9f\x85\xe8\x53\x0a\xcc\xc9\x8e\x64\x7d\x35\x0d\x5b\xcc\xa9\x89\xf9\xad\x06\x93\x20\x0e\xca\xad\x0e\xe3\x1b\x7c\x09\xf7\xef\xc6\xfb\x63\x41\x1d\xd0\xed\x31\xd6\x09\x4b\x78\x71\xbe\xb7\x28\x43\xbc\xf4\x54\x8a\x98\x50\xd7\xdd\x54\x9e\x64\x85\x78\xd5\xb7\x3a\x8d\xc7\xef\x12\xe3\xf9\x56\x7f\xc6\x5f\x70\xfa\xaf\x00\x0d\xb7\x10\xf3\x50\x45\x76\xdd\xcc\x0f\x51\xa6\x54\x91\x5d\xd7\x61\xb5\x50\x3f\x95\x2a\xf2\xea\xba\x3c\xae\xce\x65\xa7\x8a\x09\x29\x40\x43\x27\xac\x62\x2a\xc4\x41\xe9\x6b\x98\x1c\x87\xfa\xc9\xe1\x86\xeb\x17\x85\x04\xbe\x84\x17\xe3\x31\xcf\x95\xa7\x82\x35\xcc\xbc\x09\xdc\x50\x6a\x55\x3b\xdb\xdf\xc7\xcb\x57\xa9\xe2\x36\xc3\x4c\x0e\x53\xbc\x52\x11\xe9\xf0\x15\x8b\xc2\x25\xc8\x8e\x5d\x77\xb7\x6f\xd8\x2d\xf0\xb3\x62\x4e\xc3\xbb\x6f\xb0\xfb\xaa\xc8\x6d\x98\xa7\x0f\x0d\x57\xe4\x36\xbd\x5c\x48\x38\x85\xc8\xed\xb7\x3a\x8c\xd3\x0e\x77\x7a\x3b\x8d\xdd\x42\x06\xef\xc2\xbb\xf1\x09\xae\x76\xcc\xfc\x42\x64\x4a\x85\xbc\xa8\x7d\xc9\x44\xef\x16\x98\x86\xa9\x76\x74\xb7\x5e\x13\x5e\x5f\xc5\xcd\xa6\xc7\x3b\xd9\x8e\x55\xdc\x6c\x9a\x29\x4e\x2d\x2f\x77\xa9\x65\x11\x69\x2d\x96\xb1\x89\x9b\x2d\x93\xdb\x62\x7b\x35\x9d\x6d\xcb\xe3\x5a\x2c\x2f\xea\x83\x5b\x9d\xc6\x17\xf8\x14\x7e\x8c\x47\x3f\xb1\xc7\xee\x8e\x9a\x79\x0b\x05\x5c\xed\x7b\x5c\xc4\x7f\x28\x4d\x64\x68\x19\x69\x61\x72\x57\x88\xa3\x72\xab\xfe\x5d\xd6\x11\x3b\xed\x6e\xa7\xb4\x8e\x1b\xda\xc5\x19\xef\xf6\x76\x24\x3c\x5c\x69\x62\x63\x96\x85\x16\xf1\x22\x4a\xe3\x8e\xb5\xb6\xd9\x0f\x5e\x69\x0a\x76\x7d\xab\x9a\x1f\x64\xa4\xd2\x74\x76\x6e\xb3\x9f\x0d\x99\x37\xb1\xbd\xed\xf9\xd9\x9a\x87\xa6\x76\xcc\x8d\x37\x6c\xa9\x89\xde\xb6\xc9\x1f\x53\xbf\x42\x1c\x95\x6e\x6f\xb5\x5b\x60\xbd\x44\x6f\x8a\x47\xd1\xe5\xc5\x56\xb0\xd3\xbe\x55\xb1\xbd\xad\x79\xe3\xee\xbe\xb6\x4f\x25\xc9\x54\x6d\xaa\xff\x66\x03\x5b\xf3\x36\xe9\xbf\x65\x2d\xdc\xd9\x2e\xbe\x84\xeb\xfb\xa3\xf1\xf2\x42\xba\x8e\x0f\x79\x12\xdd\x97\x2e\xba\x3a\xa6\x87\xd0\xbb\xf5\xca\xd5\x77\x1d\x4f\x03\x16\x80\xa5\x6b\xfb\x1e\x93\x3f\x16\x80\x8a\x29\x7e\xab\x6e\x9e\xb3\xbf\xeb\xf0\xb4\x28\xb7\x24\xca\x75\xdd\x5d\x8e\xb9\x36\xce\x6d\xa5\x8b\xeb\x1d\x4f\xc3\x81\x1b\x76\x1d\xaa\xc7\xd3\x20\xd1\xaf\xeb\x50\xfd\xfa\x70\xc6\x89\xad\x74\x71\xc3\xaf\xb7\x11\xda\xbc\x22\x3d\x80\x9d\xdb\x6e\x81\xdf\x15\x79\x7e\x7d\xc5\x25\xb1\x56\xe9\x22\xcf\xaf\xc9\x04\x2d\x5f\xe9\x22\xcf\xaf\xef\x40\x5f\xcd\x83\xc8\xf0\xeb\xed\xfe\x65\x79\xbb\xd8\x9b\xb4\x79\xb7\xb0\xc0\xd5\xbe\xb7\x85\x44\xbc\x2e\x72\xfb\x9a\xcb\xa3\xe5\x2b\x5d\xa7\xe9\xcf\xe3\x42\xcb\x57\xba\x4e\xd3\x9f\x97\x1d\x2d\x5f\xe9\x22\xc3\xdf\xf2\xf7\x90\x43\x17\xb9\xfd\x4c\x0e\xbf\xa5\xef\xe9\xe7\xcf\x6c\xe0\x07\x7b\xd3\xbb\xfe\xfa\xf9\xb6\xf1\x43\xd4\xd5\xbb\xfe\xfa\x49\x24\x21\xe3\xd1\xc5\xd5\x1f\xb3\x81\x9f\xd6\x6b\xd1\xce\xe3\xab\xf8\x03\xd9\xea\xa1\x7e\x59\xf4\x5b\x12\xfd\xf4\x50\x4f\x0c\x5c\x0a\x2f\x38\xfd\x7f\xbc\x5e\xa8\xfd\xca\xf8\xa8\x1d\xdf\x2a\x1e\xb6\xef\x10\x3b\xb4\x48\xb8\x24\x12\x4a\xd1\x60\xf7\xb2\x2e\xf7\xb2\x32\xf2\x5f\xc4\x97\xe8\xeb\x75\x77\x5f\xb8\xb1\xde\xdf\xd7\xeb\xbb\x2b\x5e\x63\x65\x88\x6b\xbd\xe6\x1e\x64\x33\x2a\x64\x95\xbb\xd5\x6e\x7c\x82\x57\xe1\xdb\xf8\x01\x1f\xc2\x7f\xc6\xf9\x5d\x91\xd1\xeb\x6d\x23\x49\x8f\x60\xa9\x7d\x2b\x18\x5f\x97\x17\x58\x21\xcf\x70\xdf\x4a\x07\x72\x0b\x0d\x7c\x09\x9f\xc6\x69\x67\xfa\xfb\x47\x78\x28\x85\x8b\xde\xcd\xed\xd5\x75\x0b\xf4\x7f\xaa\x1d\x91\xc5\xfe\x20\x91\xea\xdd\xdc\xde\x5b\x1d\xef\xad\x9e\xdd\xcd\xe3\xee\xb0\xeb\x49\xdf\x7e\xab\xdb\xf8\x01\xa7\x19\x6b\xb1\xf0\xbe\x4a\x45\xcf\xe9\xdb\x82\x18\xce\x58\x3d\x77\xc3\x5f\xc1\x6c\x4a\xbd\x8e\x6f\xcb\x55\x5b\x02\x94\x5e\xbb\xb7\xc2\x6f\xdc\x42\xcc\x32\x41\x50\xfa\xce\x3a\x6b\x77\xe6\x0e\x81\x79\x75\xb7\x6f\xd5\x2d\xd0\x7d\xae\xd0\x3b\x4b\x5e\xdc\xa4\x2f\x29\x04\x41\xe9\xf6\xb9\xba\x85\x98\x9d\xa9\x7e\x66\x51\xc9\x46\xcb\x54\xc8\x61\x78\xab\x6e\x87\x4d\x86\xd9\x75\xdf\x59\x44\x2d\x5f\xac\x82\x79\xf5\xad\x76\xe3\x8c\x8b\xcd\xbd\x15\x2a\xaf\xe3\x7c\x95\x0a\x51\x4e\x6e\x55\xab\x8b\xc1\x60\xd1\x2b\xf5\x96\xc1\xe0\x2d\x04\xf5\x90\xfe\xb6\xdb\x17\xeb\x16\x1e\x70\xe6\x41\x11\xfe\x6f\x21\x83\xeb\x77\x75\xa5\xdf\x85\xb3\x13\xb3\xeb\x8e\xcb\x16\x85\x38\xdb\x48\x12\xd9\x71\xd9\xa2\xc0\xef\x26\x7d\xef\x71\xa1\x95\x2a\xa4\x71\xbc\xd5\x9f\xf1\x17\x9c\xfe\x5b\x2b\xb5\x2b\xd4\x4f\xe6\x88\x8e\x0b\x16\x85\x0d\x4e\xff\xab\xc7\x5b\x35\xae\xaa\xef\xc5\x54\x70\xa6\xea\x18\x94\xf5\x6d\xe5\xd3\xc6\xd0\xaf\x2c\x36\xf5\x56\x88\x8f\x4e\x3e\xb7\x8b\x37\xe1\x8f\x71\xba\xd9\xf5\xb3\x5e\x46\x49\x6c\xe4\x15\xee\x76\xc5\xba\x05\x86\x0b\xaf\xdf\xd5\xbb\x02\xc3\xc0\x42\xe4\x92\xee\xc0\xdb\xb7\x90\xc0\xbb\xf0\x62\x7c\x81\x4f\xe1\x5a\x46\x42\x7f\x14\x22\x97\xdc\x6a\x33\xce\x72\xc1\xbb\x77\x33\x73\x20\xd4\x5e\x59\xcb\xdf\xff\x69\x87\xfe\x70\xc5\xdd\xcd\xf3\x13\xb1\x41\x52\xfd\x88\x7c\x2c\xe1\x6d\x24\xbc\xaa\xe7\xe9\xdd\x4c\xe6\x48\x78\x95\xec\xb6\xdd\xae\x5e\x7d\x87\x45\xe1\xc5\xd5\x7f\x93\x09\x21\x44\xaa\x9e\xa7\xed\x02\xd6\x89\x2c\x7e\xf1\x2a\xfc\x67\xfc\x05\x67\x7e\xba\xb7\x7b\x88\x7a\x5d\xef\x04\x5b\x11\xfb\xba\x3c\xc3\xea\x27\x1b\xd7\x32\x12\x42\xa4\xea\x35\x7b\x77\x33\x25\x42\x88\x54\xd2\xf8\xdd\xea\x32\xce\xb0\x44\x6d\x16\x14\x71\x05\xbb\xb8\xda\xf1\x70\xbb\x86\xcb\xeb\xd0\xee\x1e\x6e\x28\xb3\x2e\xbe\x84\x37\xe3\xb4\xd3\xf4\xbb\xe6\x6e\x44\xf8\xab\x1f\x71\x2b\xf9\x78\xdd\xc2\x03\xce\x34\x0c\xef\x16\x7c\xb9\x2a\xb9\xa7\xba\xf3\xa9\xdc\x02\xbf\x2b\xee\x63\xdd\xd6\x1e\x1a\x97\xc8\x70\x48\x2b\x81\x53\xd7\xc5\x59\xae\x61\x72\x18\x1a\xaf\xce\x96\x61\x2e\x10\x86\x8c\x17\x1f\xc2\x35\xcf\xe8\xbc\x2a\xc6\xde\xb7\x5a\x8d\xf3\xbd\xb8\xd5\x34\x99\x87\x68\x98\x6a\x12\xf7\x99\xde\xed\x48\x84\x35\x89\xfb\x4c\x93\x3f\x12\x61\x25\x90\x78\xb7\x33\xd7\x2d\x44\x3f\x31\xc3\xee\xf8\x76\x51\x08\x32\xd1\x72\x59\x50\xc4\xa9\xeb\x7e\x0e\xb5\x4d\x53\x39\x81\x02\x6b\x12\xf3\x99\x3e\x1a\x23\x80\xf7\xc5\xd5\x8e\x97\x77\x42\xcd\x7a\x84\xde\xd3\x4c\x2f\x24\xc6\x8b\xab\x9b\xc7\xed\x30\x0d\x49\x87\xd4\x32\x17\x88\x74\xda\x17\x9f\xc2\x9b\x71\x86\x25\x6e\xb5\xf4\x2a\xb8\x11\x38\x2b\x56\xde\xb7\xfa\x35\xfe\x82\x33\xcd\xcb\xe4\x80\xf2\xad\x26\x91\x89\x95\x6c\x7b\xb1\xec\x7a\x84\xb6\x8f\xd7\x2d\x30\x2e\x91\x89\x92\xf1\xf5\xbd\x20\xf3\x34\xfe\x22\xab\x50\x27\x19\x0f\x85\x19\x7f\x26\xa6\x65\x5d\x1b\xbe\x5d\xa9\x26\x51\xcb\xf2\xa6\x27\xea\x49\x25\x9a\x48\xdf\xd6\xc1\xed\xad\x69\x12\xd3\xb2\xdc\xb9\xd1\xc1\x55\xbd\x45\x6f\xcb\x9d\x3b\x04\xcd\x8b\xab\x1d\xc9\x97\xf8\x88\x5d\x7c\x09\x77\x3b\x50\x91\xde\xa8\xb7\xe5\xce\x1d\xa9\xed\x2e\x5e\x84\xff\x8c\xbf\xe0\xea\x8f\xc9\x28\xec\x37\x53\xd5\x1b\xf5\xb6\xce\x6e\x6f\xc8\x88\xa8\x21\x7d\x2b\x4a\xca\x2d\x64\x70\xf5\xc7\xbb\x06\x17\xb3\x9a\x11\x88\xec\x62\x76\x0b\x1b\xbc\x0b\xff\x1a\xa7\x3f\x85\xe5\xb4\xdc\xb9\xcf\xa4\x7d\x2c\x01\xb6\x02\x27\xf6\x7d\x96\x70\xd6\xe5\xac\x3f\x78\xec\xbe\x2c\x72\xb1\xee\x6f\x1f\xb8\x01\xd9\x74\x6e\x55\xe3\x3a\xea\xbf\x0e\xb1\xe3\xfe\x1f\xf5\x7f\xea\x77\xdd\xff\xa3\xfe\x4f\x7f\xff\x35\x4e\xff\x75\xd7\xf9\xba\xff\x5f\xd6\x3d\x8b\x4e\xbe\x5e\xf7\x2f\x5c\x22\x8b\xab\x7c\xcd\x25\x30\xff\xac\x05\xc1\x64\x7f\x7d\x17\x24\x4a\x4a\x2d\x3a\xac\xbe\xbe\x43\xa0\x43\xac\x7a\x8d\xde\xd6\x21\x6e\xc2\xb3\x2b\xdb\x53\xdf\x5f\x5f\x16\xbe\xcc\x03\xd6\xe4\xb7\x2a\x3a\x41\x57\x58\x4b\xd6\xf7\xc7\xed\xc3\xed\x4b\x31\xee\x7e\xc2\x0e\xcc\x9e\xac\x2b\xdc\x84\x6d\xaf\x45\xeb\x68\x41\x72\x23\x48\x56\xac\xcc\x6f\x75\x1b\x3f\xe0\x55\xf8\xcf\xf8\x0b\xce\xfc\x58\xb7\xb8\x23\xc0\xc9\xc5\x97\x70\xb7\x03\x3b\x28\x48\x30\x78\xae\x51\x88\x79\xd6\xf3\xf1\xb6\x20\xb9\x7f\x1a\xaf\x2e\x41\xd6\x2d\xe2\xcb\x96\x6a\x11\xfb\xf8\x79\x5f\xa3\x43\xac\x7a\x26\xde\x8f\xf7\x75\x48\x9a\x9d\x68\xdc\x7d\x3f\x3e\xb4\x1f\x2d\x17\xcf\x28\xfb\xf1\xf6\x0d\x1d\x63\x2f\x12\x48\x1e\x53\xed\xa3\x55\x14\xf5\x3c\x1e\x15\x29\x87\xdd\xc9\xc7\xbc\xef\xd1\xe2\x2e\x37\xa3\xa3\x3c\xf2\x0e\x5f\x5c\xbf\x6a\xb1\x29\x72\xbd\x5e\xbc\x0b\x6f\xc6\x99\x9c\xa5\x9f\xb5\x00\x13\xb9\x85\x52\xad\xba\x70\x3f\xde\xec\x04\x53\xa9\x55\x44\xf8\xf8\xe8\x0f\xf1\xf6\xe2\x6a\xc7\x9b\x82\x68\x90\x55\x8f\xb2\xfb\xf5\xd1\xf9\x72\x74\x56\xdd\x98\xac\x00\xdd\x04\x53\xa9\x55\x37\xa6\xd7\xc4\x4f\xd0\x94\x5a\x75\x35\x7a\x3d\x0f\x2f\xe3\xad\xba\x88\xbf\x1e\x2f\xc6\xa3\xb5\xea\x6a\xf4\xee\x3f\xdf\xd3\x1f\x5e\x5d\xf6\xeb\x71\xbd\x30\x81\x2a\x26\xf3\xfa\x2c\x7c\x61\xfe\x55\x44\xf8\x9a\xf9\x23\xfe\x56\xa2\xc6\x75\xe7\x22\xb9\x05\xc6\xc5\x15\xe8\x7c\x74\xe6\x9d\x0f\x44\x4e\xb0\xed\x7e\x2c\xfe\x9e\x50\x5c\x76\x62\x61\xdc\xda\xd7\x30\xdd\xec\xc2\xd5\x9d\x43\x70\xca\x5a\xa1\xcd\xf3\x39\x6e\x5e\xdd\x19\xfe\xfe\x31\xfe\x82\xf3\xb3\x72\xd7\xbb\x85\xa0\x36\x62\x76\xdc\xea\x31\xce\xf7\x10\xed\x49\xda\x73\x27\x71\xe6\x54\xa4\x6e\xbc\xf1\x28\xb0\x5c\x5c\xdc\x4f\xd2\xf4\x9f\x04\xb9\x55\xc8\xed\xd8\x88\xf3\x24\xae\x28\x75\xa9\x3f\xdb\xed\x44\x0e\x62\x62\xa1\x76\x9c\xf7\x28\x44\x77\x08\xf1\xdd\x4f\xd2\x53\xb6\xbc\xf8\x2a\x09\xec\x6f\x75\x1b\x8f\x69\xc0\xe2\xbd\x1f\x1b\x6b\xca\x5b\xaf\xea\x69\xfa\x64\xb1\x18\xdc\xf6\x52\xd5\xd3\xf4\xc9\x1e\x2e\x62\x77\xc5\x12\xfe\x56\x9b\x71\x7e\x97\x9b\xd7\xc9\x5e\x2e\xb2\x83\x56\x2c\xe1\xfb\x51\xe8\x92\x2e\xbf\xbb\xda\x38\xea\x8e\x42\x97\xdc\xc2\x00\xa7\x3f\x36\xca\x94\xdf\x5d\xd5\xd3\xf4\x51\x64\xf9\x5b\xe0\x77\xb9\xa0\x9f\xe2\xfe\x17\x96\xab\x71\x11\xc7\x0d\x8f\x02\xfd\xe7\x86\x85\x1b\x1e\x85\x0d\xde\x85\x7f\x8d\xff\xc0\xe9\x7f\xd9\xfe\x5d\x96\x4b\x4f\xd3\xb8\xe1\x51\xe0\xfb\xae\x76\xbc\x2e\x21\x2e\xb7\xa9\x65\xb1\x54\x8c\xbb\x5c\xaa\x6d\xfc\x85\x97\x63\x3f\x0a\x60\x72\x0b\x9d\x3f\x6b\xc2\xa7\x71\x46\x01\x23\xb6\x3b\x5d\x3f\xa8\x3b\x6b\xe3\xba\xef\xfc\x3a\xb7\x40\x3b\x22\xea\xea\x51\x57\x8d\x5a\x44\x6d\xe1\xfb\x54\xee\x8f\x6d\xa9\x1d\x13\x29\xfa\xcf\xda\x44\xbc\x36\xf1\x3c\x95\xd9\xe8\xa2\xde\xea\xd5\xaf\xac\x7e\x47\xea\x3c\xd5\x9b\x18\x29\xbb\x92\x4e\xad\x1f\x4b\xc1\xa7\x41\x5d\x18\xbc\xf7\x63\xa9\xf6\x48\xaa\xed\x98\x60\x1e\x4b\xb5\x47\x52\xad\x5e\xae\x8f\xf5\x96\x72\x9b\xab\x7a\xb9\x3e\xcd\xbb\xa9\xa9\x9f\xa2\x52\xb9\xcd\x75\xb9\xcd\x55\xbd\x5c\xdb\x6d\xee\x16\x3a\xb8\xfa\xe3\x5d\x26\x69\xb7\x8b\x7a\x2d\xed\xca\xcd\xae\xca\x82\xdd\x79\x89\x6e\x21\x81\x17\xe1\xc5\x78\x05\x6f\xc2\xb7\x71\xda\x47\x9e\x38\xdd\xeb\x1b\xe9\xba\x53\xed\xa2\xf6\xee\xf5\x8d\x48\x29\x6d\xc2\xa2\x8f\xa5\xe3\x23\x29\xb8\x6b\x13\x74\x2f\x57\xd7\x34\x70\x02\x9f\xee\x69\xc0\x92\xb3\x76\xf1\x5c\x5b\x72\x9e\x8e\x98\xd4\x45\xec\xdd\xcb\xd8\xd9\xc4\x7a\x18\x3f\xdd\xbc\x58\xd2\x6e\xc7\xb8\xe1\x28\x9e\xfd\x2d\x30\xcd\xdc\x33\xcf\x30\x39\xa3\x46\xad\x32\x78\x3f\xb6\xf0\x3c\x43\xc3\xe5\xfe\x79\x14\xff\xbe\xe3\xce\x77\x71\xb5\xa3\x9b\xc2\x09\x71\x38\xd5\x2e\xb2\x1d\xe6\xc5\xc4\xbf\xaf\xb2\x60\x3f\xc3\x64\x32\x20\xe7\x2e\x72\x1e\x26\xdb\x01\xd9\x0e\x91\xed\xf0\xf2\xa2\x17\xad\xb2\x60\x77\xb6\xcb\x7e\x24\x05\x13\xa2\xa4\x1f\x4b\xc1\x47\x52\x30\x21\x4a\xba\xbd\xf8\xba\xbc\xf8\xea\x40\xbe\x38\xd3\xcc\x69\x72\x6f\xd7\x83\xf9\x51\xb2\xdc\x5b\xf8\x82\x77\xe1\x8f\x71\xfa\x83\x9e\xf0\x4c\x8f\x8b\xd0\x25\x75\x14\xb5\xef\xf5\x9d\xac\x2f\x29\x95\xfb\xb1\x49\xe9\x91\xb8\x3b\x44\xce\x16\x77\x4f\xc4\x30\x49\x75\x70\x25\x70\xba\xab\xae\x74\x57\x55\x2f\xee\xc7\xe2\xee\x59\xbc\xde\xc8\xb2\xfd\xd8\xa6\xf4\x2c\x98\xb1\x5e\xd6\xf1\xf6\xa3\x10\x64\xab\x23\xdb\x26\xa5\xf2\xfa\xab\x43\x3c\xd7\xd2\xae\xbc\xfe\xea\xe0\x26\x78\xd6\x76\x77\xb6\xbe\x57\xf3\x26\x73\xd4\xa8\x55\x06\xec\x67\x79\x1a\x96\x86\xa5\xa3\xdf\x6a\x51\x32\xaf\xa7\x2a\x83\x74\xf2\xac\x53\x60\x3a\x45\x26\x16\x4f\xe5\x0d\x58\x7d\x66\x6f\x9f\x3d\xa8\x3f\xeb\x14\x77\xdb\x1e\x97\xc4\xd0\xa9\xb3\x79\xbb\xff\xa8\x3f\xeb\x14\x99\x58\xfd\x29\xaf\xc2\x2a\x43\x75\x7b\x15\x76\x12\xb1\xa7\x2a\x43\x75\x27\x62\xef\x47\xe2\xe9\xd4\x99\xad\x60\x9d\x5d\x59\xb9\xea\x14\xd7\xdb\xbe\x1a\x49\xdc\x9c\xe2\x7a\xc7\xdb\xf1\xb0\x1d\x89\x5f\xde\xcf\x31\x79\x4a\xac\x94\xe1\xf9\xb1\x3a\xf3\x1c\xd6\xc5\xec\xc7\x7a\xc8\x83\x1e\xb2\xca\x20\xdd\xde\x83\xb7\x40\x3f\x75\x43\x3c\x5e\x97\x03\x79\xca\x50\xfd\x58\x3f\x79\xd0\x4f\xd6\xa9\x9b\xa3\xf5\x93\xe7\xc0\x66\x64\xc0\x7e\x6c\x9a\x8a\x7b\xe1\xc5\xbb\xf0\x61\x7c\x82\x2f\xe1\xdb\x38\xed\xa0\xb0\x39\x16\x37\x49\xff\x75\x71\xb5\x63\xb6\xfa\xd5\x3c\x88\x5d\x7d\x3d\x0f\xc4\xe9\x57\xf2\xdc\x7e\x2c\x6e\x92\x16\xec\xe2\xfa\xde\x77\xa0\x08\x6d\x92\xea\x14\x5b\xfa\x9a\x7d\x12\x16\xb3\x4e\xd1\xdb\xcf\x97\x08\x89\x8f\x64\xc3\xbb\xd5\x6e\x7c\xdc\x6d\xc4\xab\xca\xf9\x79\x19\x7f\x2c\xa3\xec\xda\xcf\x4f\x62\xd9\xf9\xc1\x55\xa5\x01\x38\x3f\x73\xa5\x1f\x5c\x69\x89\x0c\x7f\x3e\x94\x7f\x3c\x3e\x2d\x91\xa1\xa5\xcd\x83\x3a\xb3\xca\x0e\xfe\xfc\x7c\x79\x20\x90\x4a\x5d\x3a\xac\x7f\xe6\x4a\xa8\x2d\xeb\x12\xb7\xfa\x79\x79\x25\x6d\x2e\x1d\xb2\x96\x36\x0f\xe9\x01\xaa\x34\x03\xc7\xd2\xe6\x41\x9d\x59\x97\xb8\xd2\xe3\x65\x7c\x38\x34\x97\xc8\xf0\x31\xf7\x79\xb8\xfc\xac\xbf\x89\xad\xda\x9d\x8b\xac\xcb\x99\xb1\x2e\xdd\x14\x1f\x3d\x1a\x29\x17\x59\x5d\xa2\x3a\xcb\x97\x47\xf2\xa5\x34\x0d\xc7\xf2\xe5\x79\x78\x6c\x90\xa6\xe1\x3c\xde\x1d\x92\x2f\xa5\x69\xb0\xf3\x63\x27\x89\x59\xaa\xd2\x34\xe0\x0b\x49\x81\xd5\xd7\x5d\xf0\xf1\x8d\xf3\xe1\x2e\xb5\x74\x17\x7c\xbc\x3b\xd0\xb2\xd6\x25\x2a\x55\xb0\xce\x2e\xe7\xc7\x2a\x0d\x84\x9d\x1f\xfb\x79\x45\x16\x68\x5c\xec\xfc\x78\x0b\x15\x7c\x08\xef\xc6\x21\x8b\xa5\xf6\xcd\xe5\xc2\x3b\x32\xb5\x8f\x24\x16\xcb\xa9\x07\xc3\xdb\x46\x9c\x98\x6e\xa7\xc8\x2e\xa7\xc8\x26\x0d\x84\x9d\x22\x6f\x41\xed\xe8\x77\xcd\xd5\x43\x2f\x9b\x9a\x0c\xe1\xed\xfc\xd8\xf1\x6a\xbc\xf8\x6d\x67\x38\x95\xf3\x2d\xd4\xc0\xe3\xf0\x1c\xf6\x66\x1c\xca\x8d\xd6\x50\x1d\x0c\x9c\x18\x29\x3c\xe0\x15\x9c\xed\x71\x0b\xb4\x13\x87\xe4\xad\x76\xe3\x23\xf0\xaa\x76\xb8\xb3\x0e\xdc\x17\x2f\xae\xdf\xe5\xce\x7a\x0b\x1d\x5c\xed\xa0\x89\x19\x24\x55\x4b\x0d\x95\xc2\x98\x1f\x2e\x5f\x43\xde\x8c\x8d\xf8\x31\xc3\xde\x8c\xb7\x40\xff\xbb\xbf\xdf\xc6\x99\x9f\x4e\xff\x93\xe7\x81\xf4\x0c\x0d\x95\xc2\xad\x36\xe3\x27\xf0\xa0\xb7\x5b\xfd\x19\x67\x1e\x86\xbe\xf7\x3c\x24\xcd\xc3\xd4\xf7\x9e\x87\xa4\x79\x98\x4d\xf8\x32\xfe\x05\x1f\xc2\x5f\xe1\x9a\x9f\x45\xff\x25\x20\x0f\x79\x39\xb6\xcf\x52\x3b\x9c\x7a\xb7\x00\x3d\x2c\xb5\x73\x34\xcf\x04\xf7\x6c\x18\xc2\x8f\xa9\xfc\x0f\xb7\x70\xc0\x99\x7f\xe5\x6a\x1b\xca\xd5\xd6\x52\x5c\xd6\x86\x73\xb5\x0d\xb9\x39\x36\x22\x99\x8f\xa9\xe0\x9e\xb7\xf0\x03\x1f\xc2\xd5\x7f\xdc\x1c\x1b\x86\xf0\xc3\x6e\x8e\xb7\x40\x3b\x59\xed\xac\x6d\x9c\xfe\x88\x0e\x95\x30\x62\xc8\x9d\xb1\x11\xe1\x7c\x4c\x49\xc8\xb7\x10\xf3\x80\x0e\xe2\x56\xfd\x7d\xec\xeb\x46\xe4\x98\x81\x17\x23\x85\x01\xbe\x84\x1f\xe3\xb1\x8e\xe8\x1a\x06\x5e\x8c\x14\xf8\xbe\x4d\xe1\x5f\xe3\x7c\xdf\xd5\xfe\xf6\xf7\xec\x53\x42\x93\x8f\x59\x8e\xf1\x23\x5c\xdf\x9f\x66\x9c\xfe\xcf\x24\x7c\x1b\xff\x82\xab\x3f\x1e\x57\xd1\xb8\x44\x27\xd5\x74\x5b\xb5\x2e\x73\x09\x3f\xc6\xf9\x7e\xd1\xff\xba\xb4\xbe\x91\x54\x22\x29\x95\xfc\xad\xfa\xfb\x78\x27\x6b\x84\x76\x19\x4e\xae\x76\x0b\x2d\xf0\xa4\xef\xf7\x30\xfe\x80\xeb\xfb\xe3\xef\x0f\xdf\xe7\x26\xdc\xdf\xd3\x7f\x94\x00\xc3\x6e\x8b\xb7\x10\xf4\x96\xc5\x37\x9a\xe9\x8d\xa4\x11\x2d\x6b\x7d\x9b\xe9\xaa\x41\x57\x59\xfc\xa1\xad\x62\x3c\xe8\x27\x8b\x3f\x34\xef\x23\x6c\x7a\x5b\x16\x1f\x68\x7b\x1b\xe7\xfb\xde\x85\xfb\xfb\xa3\xef\xd5\x4f\xd3\x5b\x24\x81\x48\x2d\x8b\x0f\x28\x55\xf4\x2d\x7c\xc1\x87\xf0\xc7\x38\xe3\x15\x7f\xe8\x1e\x6f\x08\xb7\xa9\x65\xad\x7b\x37\x9f\xc1\x6d\xb1\x65\xf1\x87\xee\x75\x24\x6b\x44\x43\xd3\x3f\x66\x37\x7d\x76\xcd\xc3\xaa\xc2\xdd\x4e\x1c\xe7\x2d\x8b\x0f\x74\xef\x2f\x6c\x80\x1b\xc1\xbb\xc7\xec\xe6\xc3\x04\xfd\x6c\x04\xe9\xbe\xd5\x65\x3c\xe6\xa7\x24\xf5\x73\x8b\xef\xa1\x0a\x6e\x45\x7c\xa0\x9b\xdf\x12\xbe\xb3\x15\xed\xf7\x6e\x7a\xc6\x9d\xb1\x11\x82\x66\xcc\xe1\xfd\x38\xd8\x8f\x28\x0d\x6e\x75\x19\xe7\x7b\x9d\x2f\xc3\xeb\x8e\xcd\x70\x2b\x85\xfe\x0f\xf3\xd5\x01\x3f\x29\xa2\x93\xe1\xf1\x0e\xe8\xa1\xe8\x7c\x19\xeb\x67\xfc\x01\x87\x7e\x86\xe7\x01\x5b\xe2\x46\x08\x9a\x5b\x9d\xc6\xbf\xe0\xea\x8f\xe9\x64\xb0\xaf\x8b\xce\x9d\xe1\x7d\x3d\x34\x0f\x3a\x5f\x86\xe7\x61\xc0\x6f\xb1\x39\x1f\x73\x9a\x1e\x30\x1a\x6e\x65\xe4\x7f\xbe\x7e\xdd\xaf\x87\xff\x8c\x6e\x0d\x37\xf7\x18\x0f\xb2\x2b\x62\x1f\xd3\xdb\x9e\x44\x14\x8d\x58\xdd\xc3\xb9\xe6\x86\x72\xc7\xb5\x22\x72\x99\x5e\x66\x52\x39\xb7\xfa\x61\x78\xd3\xc7\x2d\x2a\xe1\x86\x29\xf9\x98\xcb\xc3\x40\x95\xdb\xaa\xae\x17\xcb\xcb\x49\x48\x9b\xc6\xb3\xfc\x70\xee\xb8\x31\xb1\x11\x6e\x55\x6c\x62\x79\x1b\x87\x43\xe5\xc5\xf9\x5d\xa9\x6c\x87\xfc\x22\x1b\x29\x32\x6f\x75\x1b\x0f\x72\xa9\xba\x5e\x2c\xb3\x5d\x42\xda\x34\x62\x63\xdf\xaa\xdb\x51\xff\x75\x3c\x2c\x93\x2f\x3a\x5c\x25\x79\x19\x73\x79\x7b\x93\x3b\xae\x91\x1b\xf3\x56\xdd\xff\xbb\xbd\x3b\x26\xdd\x63\xee\x29\xee\x87\x0a\xb7\x55\x51\xcb\xf6\xee\x26\x62\x4e\xab\x8d\xe9\xdf\xde\xc5\x5b\xd3\xd0\x8b\xf0\x62\x9c\xe1\xf6\x26\x7c\x18\x7f\xc0\x59\xf6\xed\xd3\x07\x19\xb9\x61\x4a\x7e\xab\x6e\x87\xdb\x42\x1d\xfe\x7e\x1a\x67\x59\x74\x4b\xd9\xbe\x2d\x60\x0a\xac\xac\x2d\xb7\xea\xdf\x8d\x77\xdb\x9e\xd4\x8c\x89\x1a\x11\xb9\x55\x5d\x52\x8e\x87\x4b\xde\x8a\x56\x45\x55\xc7\xd4\x70\xa0\xda\xf6\x61\x93\x1d\x0f\x97\xfc\x14\xad\xe9\x32\x72\xbc\x89\x11\x9d\x5b\x13\x13\x3a\x3e\x94\x08\xbc\xd3\xb0\x30\x1f\xf6\xd2\x1c\xf2\xd2\x6c\x4d\xd4\x76\xbc\x29\x11\x91\x5b\xd3\xa5\xe3\xb8\xff\x61\xc2\xdb\x7a\x31\xfc\x18\x7e\xf9\x9c\xe6\xbf\xe6\x59\x28\x64\x5b\x13\xcf\xfa\x9a\x47\xe3\xd4\xd9\x78\xc5\x1f\x76\xea\x1c\x78\x71\x26\xc5\x7f\xba\xd5\x69\x3c\x36\x63\xab\x55\xb8\xbf\xe7\x0c\x6e\x22\xce\xaf\x57\x91\x38\x3d\xad\x89\x38\xe5\xec\x79\x0b\x41\xb4\x4d\x67\xde\xd7\xbc\xe9\x0b\x8f\x6e\x0d\xea\xf9\xfa\x6c\xc6\x12\xb8\x91\xa8\x73\x38\x93\xdd\x50\x26\xbb\xd6\x74\x46\xfe\x4c\xcd\x3f\xa8\xb9\x89\x97\xfd\x7c\x36\xff\xb4\x8c\x3a\x3b\x7f\xde\xd4\x28\x64\x1b\x06\xe6\x63\xfe\xbc\xbc\x3f\x2d\xaf\xa8\xf3\xe7\x79\x08\x99\x38\x35\x0c\xcc\xc7\xfc\x99\x17\xff\xb4\xbc\x13\x72\xfb\x79\xf3\xfe\xd8\xbc\x4d\x77\x9a\xc7\x77\x56\x44\xde\xd6\x75\x86\x3d\x26\x43\x2c\x78\x5b\xd7\x9d\xe6\xb1\x0c\xf3\xb0\x5e\x5d\x64\xf5\x78\xbd\x22\xb8\xe8\xc5\xe9\xff\xe3\x3b\x3d\xaa\xd7\xd6\xc5\xdc\x1e\xef\x46\x12\x4d\x34\x2c\xc9\xc7\x7c\x7c\x47\x7c\xd8\xa5\x5d\x67\xde\xe3\x5d\x8a\x25\x70\xeb\xa2\xab\xc7\xeb\xfb\xb0\x8e\x5d\x77\x5c\xe9\x58\x6f\x81\x7e\x16\xfd\xae\xef\x22\x38\x8d\xb6\xae\x3b\x93\x74\xac\xb7\x10\xf4\xd9\xc5\x0c\x1f\xaf\x2f\xb2\x6e\xeb\x3a\x23\xa5\x63\x1d\xca\xb8\xd7\xba\xce\xc2\xd7\xf4\x8c\x33\x69\x23\x12\xcc\x70\xc6\xbd\x5b\xa0\x9f\xe2\x62\xaf\xb7\xa9\x64\xd7\x2e\x2e\xf6\x7a\x1d\x31\x31\x6e\x5d\xdc\xea\xf5\x36\xc5\x69\xb4\x11\xf1\xe5\x56\x45\x3f\x38\x8d\xb6\xae\xbb\xd4\xeb\x75\x27\xaf\x77\xeb\xdc\x99\x96\x65\xd7\xf5\x41\x66\xc3\xa2\xfb\x56\x87\x71\xfa\x09\xfb\x59\x8a\xc4\x73\x0b\xac\x0b\x77\x20\x3b\x93\xde\x42\xcc\x1b\xa1\xb8\x6f\xf5\x2b\x9c\xf5\x22\xf4\xca\xad\x16\xe3\x15\x7c\x82\x1f\xb7\x13\x3a\xe2\x46\x28\x95\x61\xe7\xd0\x81\x37\xe8\xc5\xd5\x1f\x9e\x70\x6e\x21\xfa\x33\x0a\xed\xcb\x39\xf4\x16\x36\x78\x13\xae\xfe\x48\xb6\x24\x64\xca\xb0\xb3\xe7\x2d\xf0\xbb\xac\xcb\x4a\x92\xa5\x57\x82\xae\x30\xcd\xbe\xd5\x63\x3c\xe6\x9f\xcc\x98\xb7\xfa\x18\x7f\xc1\xd5\x8e\xc7\x85\x13\x68\x1b\xac\xa3\x9d\x40\x6f\x21\xd6\x65\xb0\xdf\xed\xed\x39\xf0\xf6\xec\xd8\x19\xdd\x5a\x35\x1c\x64\x3b\xa6\xf1\xaf\x71\x9a\xe1\x6e\xb2\xb2\x97\x45\x22\x21\x96\xdc\xb7\xfa\x0a\x67\xb8\xf3\xa3\x76\x3c\x5c\x6c\x95\x1b\x0f\xcb\x03\xdf\x4f\x0a\x2b\xba\xa3\xe6\x45\x85\x2b\x33\xda\xf9\xf9\x0b\x3b\xfb\xb1\xb2\x27\x83\x24\xe1\x6d\x26\x0d\x5a\x37\x85\x45\xa8\xd4\xc6\xf3\xf2\xad\x3e\xc6\xf9\x19\xce\x9e\x55\x3c\x49\xf8\x9a\xb6\x09\x33\x58\x16\x48\x97\x04\xd2\x59\x84\x2f\x7f\xcf\x55\x61\xc6\x7b\xdf\xb0\x6f\xea\x20\x99\xe1\xc5\xe9\x8f\x7c\x50\x07\x4e\xa7\xa9\xf1\x8c\x3c\x96\x05\xd2\x25\x81\x94\x67\xe1\x61\x5f\xd3\x5b\xe0\x77\xb9\x72\x2c\x0b\x98\xf2\x35\x6d\xc4\x2f\xb9\xd5\x66\xfc\x80\xd3\xcf\xba\xb4\x0a\x64\xef\x6e\x73\x1a\xff\x19\xa7\x7d\xee\x0a\xab\x9a\x78\xab\x56\x53\x9b\x58\xce\xa4\xb7\x40\x3b\xda\xc4\x72\x1a\x1d\x72\x1a\x6d\x3c\xf3\x8e\xd5\x74\x08\xc8\x69\xb4\x61\xe9\x3d\xec\x34\x3a\xe4\x34\xda\x96\xa8\xb1\xe9\x2e\x82\xf7\xe8\xc5\xf9\xdd\xe6\x79\x26\x4b\x44\x5b\x22\x97\xe6\x79\x46\xf9\xda\x78\xcf\xbd\x55\xad\xaf\x04\xcc\xa5\xf5\x6d\x66\x12\x64\x8f\x68\xbc\xe7\x0e\x3b\x8d\x0e\x65\x1f\x6c\x58\x80\xdf\xaa\xc6\x25\xc1\x13\x0b\xf0\xb1\xa4\x4c\xbd\x85\x98\x37\xde\x73\x87\x9d\x46\x6f\x21\x83\x0f\xe1\xd5\x78\xec\x82\x85\x20\x63\xa7\xd1\x21\xa7\xd1\x86\x69\xf8\x70\x5a\xc2\xa1\xb4\x84\x0d\xd3\xf0\xb1\x14\xff\xe6\x16\x82\x9e\x89\x5c\x32\x56\xf7\xba\x90\xd5\xbb\x2d\x31\x09\x69\x41\x6f\xa1\xfe\xf7\xdf\x43\xef\x8b\xcb\x72\xe1\x42\x09\xda\x96\xc8\xc7\x72\xa1\x7c\x49\x1b\x01\x4d\x86\xd3\x0c\xde\x02\xd3\xc0\x19\x40\x76\x41\x0a\x74\x87\xbb\xc2\x52\x28\xd3\x21\x5f\xd2\xb6\xb8\xc9\xae\x61\xde\x4d\x98\x9b\xb6\xc4\x3c\x86\x99\xc7\xd0\x72\x89\x0c\x87\xa7\x7f\xc0\x0d\x88\xeb\x3d\xec\x1c\x3a\x48\x1c\x98\x3a\x16\xe3\x63\x59\xce\xc3\x4b\xf4\xe2\xfa\x5d\x8f\x0b\x39\xaf\x13\xb8\xe4\x56\x7f\xc6\x1f\x70\xc8\x61\x9a\x3c\x51\x82\xf6\x8f\xc8\xd3\x82\xdc\x42\x90\xeb\x9e\x4f\x0b\x72\x2b\x6c\x82\x2f\x3e\x84\x7f\x8d\xff\x02\xe7\xce\xb1\xa6\x79\x3a\x82\x5c\xff\x88\x0c\xa7\xd9\x18\xc9\xc1\xfb\x47\x64\x38\xbd\x5e\x28\x3b\xfb\x47\x67\x92\x42\x9c\xde\xc2\x06\x67\xbd\x96\xc9\x8d\x3c\x0d\x5d\xef\xbe\x6b\x79\x5c\x91\xb0\x61\x75\x51\xe7\x9a\xdb\x30\xd3\xc3\x15\x65\x59\x1e\x54\x62\xc2\xfe\x11\x17\x93\xb2\x73\x28\x01\x61\xd7\xb3\xef\x5a\xe6\x1a\xa4\x6f\xe8\x1f\x51\xad\x42\x99\x0e\x12\x10\xae\x2e\x22\xb7\xd8\xb7\x96\x46\x25\xa6\xb7\x3c\xaa\xa5\x51\x89\xe9\x6d\x53\x21\x2e\xa0\xfd\xa3\x13\x6f\x9b\x69\x84\x72\x33\x75\xbd\x06\xaf\xed\x4d\x84\x29\x6e\xff\x88\x9a\xb7\x6e\x94\x72\x01\xed\x1f\x31\xc9\x6d\x26\x89\x7c\xd7\xf5\x7a\xbc\x2c\xdf\x29\x61\x61\xff\xe8\x88\xdc\xde\x8c\x21\xd0\x5d\x9c\xe9\xd9\x7a\x0d\x96\x4b\x67\xc7\x20\x7d\xd8\xa5\x73\x90\xa1\x30\x75\xbd\xfa\xda\xa5\xf3\x16\x06\xb8\xfa\xe9\xc3\x6b\x43\x9d\x49\xd4\x79\x3c\x0f\x84\xcf\xe9\x49\x37\x20\x65\x7b\x18\x4a\x58\xd8\xf5\x1a\xbc\x8e\x77\x29\x02\x5e\x4f\xba\x19\x1d\x2f\x23\x91\x55\x7b\xd2\xe1\x78\x4c\xb5\x08\x78\x5d\xaf\xc1\xb8\x6c\x52\x10\xce\xfc\x58\x90\x5b\x47\xfd\xe7\x19\xc0\xbe\x98\x43\xbe\x98\x3d\xe9\x70\xfc\xfa\x26\x85\x69\x6d\xc7\x22\xfd\x56\x9b\xf1\x0e\x3e\x84\x0f\xe3\xf3\xbf\xff\xee\x83\x0b\xb1\x5d\x34\x07\xbe\x97\xa9\x27\x51\xe1\xd7\xcb\x42\x60\xd5\x9e\xc4\x23\x2d\xb0\xc9\x15\xb3\xeb\x91\x78\x7d\x7d\xe5\x20\xb0\x6a\x27\x8c\xf8\x58\x5f\x9f\xc9\xa1\xf3\xbc\xb8\xba\x69\xa6\x81\xcb\x65\x4f\x62\x6e\x3f\x6f\xba\x9f\xba\xaf\x33\xf6\x67\x1e\x1f\x92\xd8\xc5\x99\xb6\x9f\xcf\xb4\x30\x8d\xed\x18\x18\x0c\x27\x06\x1c\x4a\x00\xd8\x93\x78\xde\xcf\xab\x42\x10\x9e\x9e\x45\x25\x3f\xf3\x4e\xe2\xb0\xf6\x2c\xde\xf6\xd3\x5b\xe1\xfa\xc5\x91\xd0\x49\x5f\x79\xab\xea\xfe\x0f\x1e\x99\x45\x3d\x3f\xaf\x16\xb9\x1e\x7a\xce\x7f\x61\x67\x3f\x96\xc5\x3c\x39\x6a\xf6\xac\x6b\xf4\x63\x56\x83\x66\xb3\x67\xb1\x32\x8b\x73\x0b\x71\xae\x67\xdd\xa4\x14\xbb\xe7\x16\x06\xf8\x14\xbe\x8c\x33\x6c\xf1\xa0\xc7\xc3\x0e\xf9\xad\x0f\x2d\x9a\xa5\xb6\xf5\xc4\x01\xdf\x33\x52\xf9\x7a\xcc\x71\xc9\x34\xd1\x33\x6f\x40\xf6\xf7\x1c\xf2\xf7\xec\x59\xb7\xf4\xc7\x1c\x97\x3c\xe9\x3d\xeb\x96\xfe\x7a\xef\xbd\x2c\x72\x16\x6f\x7a\xbd\xc8\x48\x67\x5d\x2f\xd1\xeb\x35\x91\x86\xea\xf1\xe2\x4c\xcf\xbb\xfc\x3d\xab\x9c\x45\x2c\xaf\x2f\x64\x2f\x2c\x14\x73\xf4\xe1\x34\x80\xb7\x40\x3f\x75\xf1\x7a\x25\x75\xe2\xd9\x99\x7a\xd1\x49\xf8\x9a\x87\x62\xe9\xda\x0b\xd2\x93\xd3\xfd\x0d\xf2\xfb\x5d\x7c\x08\xdf\xc6\x63\xb9\x4a\xf2\xf7\x8f\x70\x96\x8b\x20\x28\xc3\x69\xfd\x06\x9e\xa0\xbd\xf3\xd0\xbd\x2d\x9c\xed\xcf\x1d\x47\x97\x2c\x87\x37\x28\x85\xe8\xbd\xde\x9b\xf7\x67\xfb\x57\x37\xbf\xca\x39\xb8\x15\xd0\xe7\x16\x62\xb5\xf4\x0e\xbd\x2d\xcb\x29\xa9\x5f\x27\x34\xca\xad\x36\xe3\x1d\x5c\xbd\xd4\x2c\xe0\x17\xda\x71\x16\x1e\x5b\x59\xdf\x6f\x81\xee\xf0\x04\xb4\x93\x16\x71\x27\x4d\x02\xb4\xb6\x15\x24\xf5\x16\x82\xa8\xf4\x0c\x6d\xf7\xd2\x5b\x18\xb7\x79\x76\xd2\x96\x79\xed\x2d\x30\xf7\xcd\xb8\x46\x85\x79\x6d\xc7\xd4\xfd\x56\x9b\xf1\x20\x7d\x4c\xdd\xc7\x56\xf8\x9f\x41\xce\xbf\x8b\xeb\xfb\xe3\xf6\xe1\xab\x44\x44\x19\x64\xfe\xa3\xc0\xac\xf1\xae\xb8\x2d\xf9\x91\x0b\x30\x75\x02\xa4\xdf\xea\x36\x4e\x3b\x30\xa6\x6d\x2d\x21\x7e\xac\xa9\x93\x12\x72\xd8\x7d\x75\xc8\x7d\xb5\x17\x2d\xba\xf2\x5a\xdc\xc2\x03\xae\xdf\xf5\xea\xe2\x8e\xda\xb1\x3a\xbf\xd5\xc7\xf8\x0b\xae\xef\xbd\x8a\xd8\xd7\x2a\x14\xc8\x70\x6a\xc0\xa1\xd4\x80\xbd\x72\xbb\xda\xb2\xaf\x1d\x72\x53\xed\x35\xfb\xfb\xaf\x71\xda\x17\xb5\xc9\xbe\x76\xe0\xaf\x7a\x71\xb5\xe3\x65\x24\xdf\x45\xaf\xa2\x36\xb9\xaf\x0e\xb9\xa9\xf6\x5a\xd4\x8e\x44\x5a\xb9\xa9\x76\x3d\x6f\xef\x22\x8e\xbb\x09\x30\xd4\x89\x88\x32\xb6\x02\x0c\xdd\xc2\x03\xae\xdf\xf5\xfa\x92\xa1\xbe\xeb\x79\x7b\x5b\x0b\x89\x1f\x6b\xea\x7a\xde\xde\x16\x06\x37\x81\x87\xba\xde\xb1\x9d\x7a\x70\x28\xf5\x60\xd7\x3b\xb6\x53\x0f\x0e\xb9\xbb\x76\xac\xd7\x87\xdd\x5d\x87\xdc\x5d\x3b\x21\x54\x86\xdd\x5d\x6f\xe1\x07\x5e\x85\x8b\x1e\xd0\x4e\x76\xcc\xd7\x6f\xb5\x1a\x67\xde\xb8\x47\xed\xaa\x97\x27\x72\x0d\xa6\x5e\x45\x6f\xb2\xd0\x1d\xf2\x83\xed\xe4\xfb\xbe\xd5\x61\x9c\x71\x89\xde\xaa\xe7\x0d\x4b\x5c\x99\xd9\x0f\xa7\x24\x1c\xf2\x83\xed\x55\xf4\x56\x3d\x6f\x95\xf9\xd1\x43\xf6\x6e\x1e\x6f\xe3\x36\xdc\xc4\xf3\x9a\xe9\x1f\xbf\xd6\xde\xb4\x7f\x9b\xc7\xd5\xb8\x07\xb6\x9c\x84\x4f\xe3\xb4\x2f\xba\x6a\xa6\x93\xf0\x6b\xed\xba\xde\x3a\x53\xe1\x50\xa6\xc2\xae\x07\x6b\xbb\xaf\xde\xc2\x17\x9c\x65\x6f\x26\x07\x0c\x77\x7b\xe3\x32\xbf\xad\xcc\x94\x3b\x6a\x27\x00\xfb\xd8\xdd\xc3\x42\x69\xd9\xf5\x30\xbd\xbb\x97\x11\xa5\x65\xd7\xc3\xb4\x33\x18\x0e\xf9\xa9\x76\x02\xb0\x8f\x6d\xa5\x25\x0e\xa8\x17\x6f\xc2\xfd\x3d\xf7\xa5\xd6\x85\xeb\x1a\x48\x0a\xc2\xd4\xf5\x70\xbc\xfb\xfe\xf3\xfd\x0f\x9c\x65\xe9\x3a\xa2\x94\x43\xb0\x37\xae\xc9\xdb\xca\x46\xe5\x0a\xec\x4d\xcb\xae\x00\x45\xb7\xc0\xf7\xcb\xdf\x8b\x9c\xb1\xac\xed\x64\x90\x1c\x7b\x98\x3b\x0f\xb8\x73\xd7\xb2\x5b\x09\xb9\x07\x37\x0a\x0c\xb9\x6f\x75\x19\x7f\xc0\x99\xe7\xe1\x43\x8a\x58\xab\xbd\x8b\xfd\x0c\x1f\x3a\x03\xb6\x24\x3d\xcb\x1e\x3e\x5c\x06\x57\x04\x0c\xb9\x07\xa9\x03\x29\xbc\xe0\x7c\x3f\x3d\x5e\x94\x8a\xbd\x63\xbc\xb3\xad\x35\x24\x9b\xe0\xc5\xff\xc2\xce\xfe\x7e\xad\xdd\x84\x41\x6e\xd7\x7b\xf3\x9e\x7a\x12\x91\x5b\x6a\xd7\xbb\xf2\x9e\xa6\x5e\x0c\x75\x3b\x76\xdb\x63\x4f\x2f\xb3\x64\x54\x09\x85\xce\x31\x38\x94\x63\xb0\x63\xb7\x3d\xec\xaf\x7a\x0b\x7c\x2f\x32\x52\x7a\x8e\xa1\x1c\x83\x5d\xef\xcd\x7b\x7a\xf9\x89\xfd\xda\x31\xc4\x1e\x7b\xf9\x10\x96\x8c\xda\xc5\x55\x96\xa7\x43\xc2\xa8\xde\x9b\xf7\xf2\x78\x09\xf2\xda\x31\xac\xbe\xd5\x6c\x9c\xf6\x51\xae\xee\xe5\xf1\xae\xad\xef\xd9\x06\x56\x5a\x92\x3c\x30\xf5\x2e\xee\x21\xcb\xdb\x5b\x88\x65\x1b\x3a\xad\x96\x97\x9f\x00\x46\x9d\x08\x22\xc3\x39\x03\x07\x39\x03\xc7\xc7\xc3\xf2\x6e\x25\x65\x60\x1f\xba\x48\x59\x48\xdd\x9b\xdd\x37\x74\x58\x6d\x53\xb5\x84\x51\xec\xa7\x87\x53\x09\xde\x42\x05\x1f\xc2\xdd\x0e\xb2\xf7\x10\xf7\xd8\x5e\x2e\x0c\x6f\xfb\xd0\x61\x65\xa1\x53\x7e\x9e\x7d\xe8\xae\xb3\xbd\x2c\x9b\x8b\xe3\x10\x99\x58\xa9\x88\xc3\xe7\xc5\x9b\xf0\x63\x9c\x71\x21\x85\xd9\xcf\x73\x90\x6b\x30\xf5\x21\xee\x77\x7c\x08\x13\x5f\xa8\x0f\x1d\x3e\xc7\x17\x47\xe2\x0b\x75\x3d\x5b\x6f\x6b\x15\xb7\x84\xce\x81\xa9\xce\x3e\x1e\xd7\x81\x0c\x87\x2e\x3b\xc7\x87\xc6\x81\x0b\x0d\x91\xc9\x31\x17\x3a\x70\x57\x0c\xa5\xc7\x3e\xe6\xae\x47\xe3\x15\x17\x3a\x1e\x2f\xd9\xf0\xbb\xde\xb3\xf7\xf1\x78\xc9\x86\xdf\x87\xb8\xd3\xd7\xe3\x25\x90\x50\x1f\x3a\x94\xbe\xbe\x58\x87\x3e\x72\x64\x75\xff\xeb\x69\xc0\x4e\xb7\x4f\x31\xa7\xaf\xa9\x96\x38\x42\x7d\x8a\x09\x7d\xcd\xb4\x24\xd4\x12\xc9\xe4\x56\xdd\x0e\xd3\x33\xc5\x9c\xbe\x9e\x9e\x2f\x67\xaa\x1e\xbe\xb7\xb5\x8d\x1b\x6d\x63\x27\x16\xe4\xad\x56\xe3\xc1\xcc\xf4\x20\x6e\xf7\xcf\x81\xbf\x67\xea\x53\x77\x20\xb9\x73\xde\x02\xfd\x47\xb6\xdf\x3f\xdf\x65\xd1\x12\xf6\xa9\xbb\xce\xcf\xbb\x8b\x90\xb0\x7d\x8a\x9b\xfc\x7c\x68\xfc\xe0\x1a\x53\xdc\xe4\xe7\x7e\xfe\xd4\x4f\xdd\x89\xad\x55\xdc\x68\x15\x3b\x21\x51\xc6\x56\x48\xd8\x81\x5f\x67\xea\x53\x77\x14\x8b\xa1\xfb\x51\xff\x75\x57\xb6\x18\xba\x49\x53\xdf\xb1\x93\x1e\xf6\xf3\xbc\x05\xfa\x2f\xf2\x79\x7c\x47\x7c\xb4\x2e\xbc\x01\xed\xc7\xdc\x04\xcb\xda\x3e\x45\x3e\x8f\xe7\x01\xcf\xcd\x4e\xa0\xef\xb1\x2d\x87\xe2\xaa\x99\xfa\xc4\x42\x68\x3f\xdb\xfd\xb9\xf4\x3b\x8a\x24\x12\x8b\xa7\x78\x6a\xde\xcf\xd5\xbc\xaf\x3a\x0f\xcc\x87\x88\x2b\xb7\xda\x8c\xb3\x8c\x62\x62\x8f\xcf\x24\x94\x8a\x7d\xa9\xfd\xd7\x77\x05\x22\xd7\xf6\xa5\x2b\xf7\xeb\xe5\xc5\x80\xb6\xeb\xbd\xdd\x89\x10\x6f\x61\x82\xeb\x7b\x1f\x16\x64\x0f\xe9\x2b\xfb\x7b\xf5\x1f\x87\xce\xbe\x74\x16\xca\x50\xf6\x16\xf8\x5d\x9d\x85\xaf\x45\x9e\x08\x6c\x34\x8a\x9b\xf7\xa6\x26\xcc\x51\xd7\x33\xfc\x7e\xbd\xa9\xb1\x9f\xed\x4b\x72\xdf\x6b\xea\x21\xa9\x48\x5f\x92\xfb\x2c\x15\xe3\x08\x7a\x71\xb5\x6f\x9e\xfd\x22\x39\x2d\x6e\xee\x47\xe1\x8f\x6e\x81\xef\xa1\xda\xa3\x24\xf8\xb7\x10\xd4\x43\x1c\xf2\x71\x94\x25\xe4\x16\x1a\xb8\xbe\x17\x73\x3b\x1f\x76\x29\xf6\xd4\xe3\xd8\x7e\xf6\x10\xd0\xb6\xeb\xbd\xdd\xf9\x1d\x6f\x61\x81\x57\xe1\x5f\xe1\x2c\x2f\x11\x5a\x86\x1d\x46\x87\x1c\x46\xfb\xe2\x75\xe0\x28\xeb\xc7\x38\x12\x5c\x89\xc4\x72\xab\x8f\xf0\xa0\xda\x81\x5d\xf3\x20\xed\x22\x85\x27\x70\xa4\xfa\x93\xc4\x4d\xe4\x00\x3a\xf4\x8e\x6d\x07\xd0\x81\xc7\x67\x1a\x1f\x0e\x2f\x1c\x3c\xa3\x10\x12\xcc\x90\x9d\xf2\x49\xc7\xdf\xc7\xd5\x68\x90\xff\x72\x90\xa6\x91\xc2\x1b\x38\xeb\x75\x2c\xa1\x1e\xec\x58\xc7\x07\x2e\x63\x0f\xd0\x71\x90\x44\x87\xec\x91\x49\xc7\x48\xa1\x06\xae\x75\x51\x20\xa5\x5b\x60\xbc\x4d\xdf\x6f\xb7\xbf\xe9\x27\xdc\xe4\x28\x12\xed\x2d\xac\xc0\xfb\xdf\xd8\x79\x9d\x2c\x72\x3c\xe4\xbc\xf7\xd9\x6f\xc7\xd1\x21\xc7\xd1\x21\x73\x65\x3b\x8e\xde\x02\xc3\x83\x09\x9d\x7c\x3c\xbc\x43\x77\xb5\xcc\x59\x4c\xee\x44\x1a\x90\x21\x39\xde\xf9\x1d\x6f\x81\x51\x73\xb4\x39\x8f\xe3\xc0\xb1\x74\x14\x2e\x46\xa7\x78\xf1\x8b\x26\x89\x27\x26\xa7\x71\xbc\x05\x7e\x95\x13\xec\x14\x2f\x3e\x62\xed\x20\x5e\xca\xad\x2e\xe3\x41\x2c\x24\xc1\x1c\xa7\xb8\x97\x11\x56\x29\x0d\xe2\xa2\x8c\xa3\x78\xb7\x03\x8f\xcf\x95\xb5\x66\xd5\xdd\xc1\xf6\x75\x24\x4e\xa4\x63\xdb\xd7\x83\x74\x39\x08\xa3\x32\x8e\x55\x93\x38\x76\x5e\x1c\x5a\xa9\xe2\xac\xa7\xd2\x4d\xd9\x1e\xdb\xcf\x73\x90\x3f\x31\x0d\x82\x79\x0f\xfb\x79\xde\x02\xdd\x17\xcd\x55\x2f\x0a\xfe\x9c\x23\x15\xb5\x73\xfc\xbb\x87\xef\x39\xd9\x4e\xf3\xb0\x48\x60\x3f\x64\xab\xec\xf4\x88\xb7\xf0\x0d\x5c\xbc\xc0\x36\xae\x27\x72\x71\xa4\x91\x44\x0c\x16\x0b\xe5\xff\x39\xf4\xdc\x7c\x2c\x16\xca\xcf\x73\xe8\xb9\xf9\xd8\xf6\x15\x87\xcf\x34\x92\x56\xdd\xb6\xaf\x38\x7c\x5e\x3c\x0b\xdf\xc6\x99\x37\xa4\xec\x63\x15\x24\xf9\x13\xd3\x48\xe2\x11\xdd\x7b\x0c\x55\xe3\xd0\x7b\xf3\xb1\x58\x78\x3a\xeb\x92\xc5\x3b\x94\xd8\xfe\x16\x0e\x78\x15\xae\x7e\x76\xf6\x98\x6c\x92\x4f\x37\xef\x43\x8c\x1c\xd2\xf4\x9f\x2e\x5e\x7f\x50\x59\x0e\x82\x6d\x8f\xd3\xcd\x3b\xd0\x4d\x0e\xd2\x53\x0e\xa7\x53\x1c\x72\xc4\x1c\x7a\x68\x3e\x43\x5a\x03\xf2\x2a\xa6\x41\xb0\xed\x61\x07\xcd\x5b\x58\xe0\x6e\x47\xf4\x80\x18\x39\xb2\xe8\x41\x61\x8a\x6e\x81\x76\x74\x36\xd8\x66\x55\x0e\x9a\x43\x0f\xd0\x67\x78\x5c\x43\xe3\xe2\x42\x7c\x14\xe7\xf6\x16\x98\x9f\xa6\x76\xf4\x9a\x71\x06\x74\x98\xc5\xb3\x86\x2e\xa0\xe4\x5b\xbc\xb8\xda\xf1\xf6\x42\x8c\x1c\xb2\x91\xb6\xe3\xe6\x2d\x30\x3f\x88\xe5\x67\x7a\x5c\xe8\x26\x47\xc6\xee\xc3\x8e\x9b\xb7\xc0\x3c\x73\xd3\x39\xd3\x3c\x11\xf9\x6e\x90\x16\x73\x1c\xcb\x77\x67\xb2\xbf\x64\xdb\xec\xb4\x8c\x43\x69\x19\x47\x16\xfd\x58\xee\x53\x5a\xc6\xa1\x97\xe9\xb3\xcc\xad\x16\xdc\x8a\xc0\x27\xb7\xaa\x76\x30\x32\x1d\x85\xab\xc8\x51\x4e\xf8\x81\x2b\x65\x1a\x45\xfc\x41\x81\x68\x87\x3c\x28\x87\xde\x8e\xcf\x32\xbd\xa1\x6c\x1c\x45\x67\x8f\xe5\xbb\x83\x7c\x37\x8a\xce\x1e\xcb\x71\x87\x64\x1d\xa3\x14\x7d\xef\x7d\x84\x91\xe9\x28\xe2\x03\xcb\xfb\x88\x40\x41\x43\x8f\xc1\xf6\xb8\x1c\x24\x62\xbc\x78\x17\x5e\x8c\x0f\x70\xda\xb1\x35\xe9\xd9\xec\xa3\xa2\x33\xc9\x82\xdc\xd9\xac\x4b\xd1\xfa\x6e\xf3\x3d\xac\x49\x87\x5e\x83\xed\x41\x39\xf0\xa0\xec\xe9\x23\x58\x72\xca\x21\xf5\xfb\xd0\x23\xb1\xd3\x2f\xde\x42\x8e\xcf\xa7\xe0\x63\xf8\x7b\x61\x9e\xbc\xce\x31\x31\x84\xb8\x65\x0d\x21\xce\x8e\x14\xde\x0b\x67\x7d\xed\xa9\x8c\xd8\x3b\xd6\x0f\xda\xb7\x71\x90\x3a\xb1\x9b\x31\x7f\x7d\xb9\x0a\x11\xa9\x27\xed\x4f\x6b\xf5\xf0\x6c\xec\xe4\x58\xb8\xb5\x63\x38\x3a\xa8\x55\xfa\x9a\xcb\x86\xe0\xd4\x13\x52\xac\x93\x25\xde\xc2\xb8\xb0\xd6\xc2\x2a\xbd\xf3\xbd\x9b\xae\x27\x6d\x35\x0b\x45\x27\x4c\x2d\xbb\x39\xf5\xd7\x53\x88\x42\xef\xcf\x79\x6b\x99\x88\x94\x89\x69\x10\x31\xfc\x56\xab\xf1\x76\x45\x3d\x44\x10\xbb\x34\x0e\x25\x50\x1c\xb2\xe6\xb6\x8f\xe2\x90\x8f\xe2\xd0\xb3\x39\x2e\x88\x14\x58\xe8\xa5\x9f\x35\x01\x63\x68\x39\xaa\x56\xfa\xe7\x5b\x07\x22\xd4\xd0\xb3\xb9\x7d\x11\x87\x7c\x11\x47\x15\xe3\xb5\x42\x0f\xa7\xc4\x8b\xd3\x9f\xc7\x1b\x13\x51\x69\xc8\xfa\xdb\x3e\x87\x83\x54\x89\x17\x67\x8e\x1f\x33\xc6\x87\x8d\x59\xb5\x52\x8f\xfb\xff\xc0\x18\xab\xd6\x44\x4e\x85\x43\x4e\x85\x83\xa0\x2c\xc3\xce\x83\xb7\xf0\x80\xff\x45\xe2\xc6\x61\xdf\xc2\x81\x6f\xe1\x1f\xfa\x7e\x24\x20\xe2\x4b\x98\x86\x1e\xc9\xed\x42\x38\x94\x6f\x71\x54\x2d\xb2\x25\x20\x7c\x09\xd3\xd0\xa3\xf7\x79\xbd\x6a\x2f\xc7\x84\x1e\xbd\xcf\xeb\xd9\x20\x74\xcd\x20\xed\xe8\xb0\x0b\xe1\x90\x0b\xe1\xa8\xba\xb2\xbf\xde\xce\x2f\xab\xa9\xc7\x70\xbb\x0a\xde\x02\xbf\xab\x63\xda\xa2\x0e\x09\x13\x2f\xde\x84\x6f\xe3\xac\x9a\xd8\xb2\x45\x9a\x43\x48\x9b\x51\xc5\x7e\x5f\x5f\x57\x5e\x88\x97\xf8\xe0\xd3\xae\x82\xb7\x10\xec\xa5\x05\x15\xcd\x29\x85\xde\x2d\xbc\xe0\x03\x9c\x63\xee\x16\x62\xde\xb0\xea\xbe\xd5\x9f\x71\xbe\x4f\x6a\x07\x2a\x9d\x4a\x70\x38\x5a\x52\x3b\x88\x0a\xb7\x70\x05\x5c\x6e\x73\x13\x07\xc1\x28\x70\x4a\x34\xe3\x48\x34\x53\xf9\x0d\x47\x8b\x5b\xde\xb4\xe7\xdf\x2d\x24\xf0\x25\xbc\x1a\x8f\x53\xb7\x95\x24\x7c\x18\x5f\xe0\x45\xb8\x86\x9b\x58\x46\xac\xc0\xa7\xf3\x18\xde\x42\x4c\x33\xd6\xde\xd3\x1e\x7e\x73\x4a\xd2\xe1\x51\xfd\x56\xfd\x3d\xc4\x8b\x95\xf6\x9c\x8a\x5d\x73\x0b\xb1\x09\x88\xb5\x32\xed\xb1\x37\x95\x98\x70\x60\x8d\x3d\xa7\x62\xd7\xcc\x49\x8c\x9a\xd1\x82\xac\x6e\xb5\x1a\x67\x5c\x43\xdf\x23\xa1\xdc\x02\xfd\x09\xf2\x99\x53\xba\xb2\x29\x4f\xbb\x81\x35\xf6\xad\x4e\xe3\xcc\xc3\xa2\xfd\xe2\xf9\x29\x30\x27\xd2\x8d\xde\xaa\xc6\x5b\xf4\xbb\x22\x9f\xe2\x79\x20\xd7\xfb\xe8\x22\x13\x25\x02\x9c\xf2\xa8\x1b\xfd\xa3\xef\xb7\xdb\xbf\xf4\xdb\xb1\xf1\x9f\x76\x90\x9b\x72\x90\x1b\x5d\x54\x52\xbd\xbc\xa4\x68\x1f\x18\x69\xdf\x6a\x31\x1e\x54\xd5\x45\x26\xd5\xdd\xc7\xa1\x6e\x60\xbc\x3d\xed\x50\x37\x95\x37\x70\x74\x91\x4f\xf5\x34\x87\xd4\xd1\x89\xd4\x33\xa7\x62\xc7\x4c\xf2\x04\xa6\x41\x14\xf0\x5b\xd5\x68\x49\xb9\x3e\x88\xa5\x72\xab\x6e\x86\x55\xe7\xcd\x7c\x92\x15\x90\x42\x03\x57\xfb\xa6\x06\xcc\x20\x07\xaa\xa0\x69\x7f\xba\x5b\xe0\x7b\x51\x4f\x5b\x1a\x16\xe6\x8b\x03\x5b\xec\x5b\x5d\xc6\x63\x36\x5b\x15\x7c\x0c\x33\x9b\x22\x9e\xe6\x45\x41\xd3\x34\x08\xde\x3d\xa7\x02\x9f\xde\x02\x8b\x25\xe2\x69\x26\x1e\xdc\xe6\x06\x4f\xe6\x13\x6f\x39\x0a\xbf\xf8\x59\x16\xa5\x7b\x51\xfa\xd4\xe7\x53\xf8\x31\xce\xec\x88\xa6\xfa\xd2\xcf\x12\xe0\x74\x74\xd1\x94\x92\xf4\xdd\x42\x74\x7f\x7c\xa0\x71\x79\xbb\xdd\x42\x06\x57\xfb\xbb\x1a\x8f\x59\x23\x44\xc9\x9c\xdd\x7b\xb1\x73\x93\x1b\x62\x49\x52\x34\xdd\x42\xd0\xfe\x10\xf1\x0c\xf3\x0c\x14\x4d\x83\x90\x23\x73\x0e\x13\x15\x8a\xa6\x31\x44\x0d\xca\x84\x71\x0b\x03\xbc\x0a\x3f\xc6\x63\xbc\x3c\x99\x4f\x7b\xa9\x4d\x25\xe9\x1b\x43\x3c\x63\xb8\xff\x04\x32\x1d\x84\x16\xb9\x55\xcd\xc3\x50\xff\xb5\xbc\xc3\x54\x15\x91\x4b\xab\x59\xd2\xf0\x6a\x0d\x0d\x4b\xcb\x32\xcd\x62\xe6\x65\x31\xa3\xa8\x97\x92\x03\x6e\xe1\xf7\xdf\x7f\x97\xd2\x8a\xe0\xc7\x30\x93\x2f\x52\x93\xba\x68\xca\x07\x6d\x8c\x01\x8d\x4c\x0f\x6a\xde\x8d\x3e\x30\x91\xb8\xb5\x6a\x98\xb9\x99\xcc\xd9\x74\xdf\x43\xdd\xa3\xcb\xef\x24\xaf\x1f\x85\x1f\x9f\x83\x2f\x6f\x08\x82\x8f\x0e\x5e\xd7\x6f\xb5\x19\x67\xca\x56\x13\xfe\x35\xce\xd4\x8b\xa4\x96\x97\x8a\x20\xa3\x83\xfc\x9a\xb7\x7a\x8c\xc7\xf7\x53\xa4\x23\x0b\xc5\x89\xeb\xda\xc5\xab\xf0\x65\x3c\x66\x81\xf0\x24\xb7\xea\xdf\xe5\x34\x9e\xe2\x6b\xcb\x6b\xb2\x60\xbf\xd8\x8f\x4f\x7b\xa6\x4d\x79\xa6\x8d\x99\x21\x85\xed\xf1\x4a\x68\x98\x3a\xce\xb6\xc7\x2b\xa1\x61\x8a\xf1\x48\xfb\x73\x0b\xb4\x2f\x06\xb6\x7d\x4a\xa3\xfd\x19\xe4\xd7\x9c\x73\x9b\x03\x6c\x8d\xab\xb2\xb5\xb6\xfb\xb9\xd5\xcf\xf6\xf9\xe7\x3b\xd7\x9c\x67\xaa\x39\x94\x3a\x83\x40\xe5\xd3\x2e\x64\xb7\xa0\xe6\xa6\xf0\x63\xfc\xfb\xdf\x7f\xcb\x3d\x7d\xce\x63\x36\x86\x81\xe1\x98\x3a\x1c\x65\x48\x38\x71\x0d\xbb\xf8\x10\xfe\x35\xce\xaa\x89\xbf\x1d\xf3\xb1\x03\x1f\x23\xe8\xce\xb4\x07\xd9\x94\x07\xd9\x98\x3a\x34\x8f\xa9\x0e\x57\xb1\x31\x45\xa4\x0a\x9a\x32\xf1\x0d\xbb\x38\xd4\xf5\x35\xc3\x42\x19\x33\x08\x76\x72\xab\xd5\x78\xbb\xc3\x2a\x43\xf0\x34\x1c\x1b\x72\xae\x2c\x5c\xa7\x05\x21\x3a\xc7\x14\x3f\xfc\x9a\xb8\xbe\x0c\x17\xe3\xf8\x39\x65\x48\x78\x0b\xd1\xcd\xa5\x2b\xd7\xcf\x1b\x9b\x50\x9c\x63\x89\x48\x7f\xe6\x63\xc4\x52\x19\x18\xc1\xdf\xea\x36\xfe\x80\xd3\xfd\x9f\xb7\x36\x96\x84\x63\xe9\x70\xfc\x79\x73\x84\x49\xa1\x9c\xf4\xe7\xfc\xf9\xb0\x8b\x4c\xed\xf2\x95\x9f\xe4\xf0\xa3\x10\xa3\x5a\x22\xd1\x9f\x6f\x6e\x3f\x6e\x6e\x4b\x1c\xe2\xe7\x23\xff\xa7\x51\x55\x46\xf5\x78\x0b\x48\xec\x58\xfa\xd9\xc7\x5c\xf8\x81\x0b\x2f\xb1\x8e\xc7\x34\x85\x3f\xd8\xc0\x64\x7e\xda\x1f\x6c\x4e\x22\x74\x8e\x25\x06\xf7\x78\xb1\xf0\x07\x1b\x4b\x34\xfb\x98\x08\xf1\x07\x1b\x4b\xec\xf3\xf1\x05\x96\x18\x27\x83\x64\x9f\xd3\xfe\x5d\xb7\x40\xff\xc5\x28\x1f\x73\xb8\x70\xf4\x6a\x49\x34\xf8\x78\xb8\x8f\x86\x2b\xfc\xf5\x16\x92\xbc\xb1\x44\x9b\x32\x14\xbc\x05\x16\x45\xb4\xf9\xfa\xc6\xf2\x6a\x11\x27\xc3\x7a\xcd\xe1\x5e\x68\x73\x89\x66\x5f\x0f\xeb\x85\x13\x2c\x71\xd0\xd7\x9c\x40\xf2\xc6\x12\x07\x7d\x7d\x91\x94\xbc\x41\x0e\xd0\xe9\x5c\x81\x13\x3f\xaf\x34\x51\x11\x4c\xbb\x77\xdd\xc2\x00\x57\x3b\xbe\x60\x86\x85\x61\xcb\xda\xea\xaf\x6f\x3e\xd8\x1b\xce\xcf\x1f\xfc\x31\xfe\x82\xc7\xb0\x96\x34\x2b\xb7\xb0\xc0\x27\xb8\xb6\xe2\x22\x32\xc9\xfc\x70\x86\xe3\x04\x46\xe1\x80\x0f\xe1\x8f\xf0\x60\x7c\x13\x8b\xf9\xb9\xa4\x71\x99\xa4\x10\x54\x54\xe2\xb9\x14\xb0\xe4\x16\x68\x06\x71\x60\x7d\x44\xfb\x0b\xf1\x64\x7e\x20\xe6\xa5\x3c\x14\xb7\x50\x03\xaf\xea\x3e\xe6\xa1\x13\x2f\xb2\x8b\xab\x9d\xe3\xf6\x0f\xed\x57\xfd\xee\x71\x37\x35\x0d\x8d\x61\x59\xcc\x59\x88\x33\x13\x45\xc6\xad\x0e\xe3\x13\x7c\x09\xdf\xc2\x17\xfd\xec\x6a\x47\xe7\xc5\x0a\x93\xc4\x8b\x4f\xe1\x1a\x57\x78\xa3\xa5\xf9\x19\x6a\x7f\xbb\xfd\x4d\xfb\x43\xed\xeb\xfc\x52\xaa\xc0\x49\xe0\x93\x69\xe7\xb1\xa9\x54\x81\x13\x93\xf6\x5b\x2d\xc6\xf9\x5d\x58\xde\xca\xee\x7f\x28\x74\x1a\x6f\xb8\xb7\xf6\x0a\x0e\xe9\x67\xa6\x0f\xab\xa5\x08\x9d\xb7\xd0\xc1\xd5\x8c\x8e\x3b\x39\x9b\x4d\x42\xb5\xcf\x95\x3d\xac\xcc\xb0\x08\xd5\x3e\xf1\x3d\xa3\x10\xc4\x9c\x44\x6d\xf9\xb8\xfb\xa1\xa7\x9a\xc4\x31\xb9\x55\xff\x2e\xcb\x88\x45\xfb\x5c\xd2\xb4\xdc\x42\x50\x15\x8f\x53\xb7\xda\x8c\x4f\xf0\x2e\xfc\x31\x1e\xd3\x96\xe0\x79\xab\x88\x27\xe1\x0f\x76\x71\xb5\xa3\x7b\xff\x8a\xc0\x25\x17\x57\x3b\xba\x74\x2d\x2c\x0e\x67\x12\x39\x58\xba\x52\xea\xc2\x49\x8c\xf5\xb9\xca\xf1\xf7\x90\x1b\xa6\xee\xd3\xee\x61\x53\x6e\x60\x53\xcc\x6a\x59\x2c\x22\xc7\x60\x9a\x98\xa8\xdf\x6a\x33\xce\xfc\xc3\x4c\x56\xd5\x49\xb7\x48\xb3\x3e\xd1\x19\xdc\xea\x31\xfe\x03\x6f\xe0\xde\x75\xc4\x25\x99\x59\xeb\x5b\xdd\x7f\x74\x33\x33\x7f\xd4\x4f\xdd\x84\x17\xe9\xd4\x27\xb6\xeb\xb7\xfa\x07\x8f\xf9\xcc\x89\xf6\x9b\x4e\xc0\x85\x1c\x35\x33\x27\xdd\x52\x86\x8a\x49\x72\xc1\x34\x33\xd7\xb4\xd5\x4c\x6f\xc4\x25\x99\xc4\x3d\xb9\xd5\x6d\x9c\xef\xc5\x35\xa4\xb3\x99\x72\x1b\x9b\x59\xeb\xae\xb4\xe9\x13\x3f\xb1\x8b\x4f\xe1\xfe\xdd\x30\x36\x99\x59\xeb\xde\x3c\x2e\xdc\xc6\x66\xae\x7f\x61\xd2\x75\xbf\xf6\xcf\x68\x3a\xc4\x3d\x2c\x97\xad\x90\xcb\xd2\xcc\xe2\x1e\xdd\xcb\x8c\x05\xe0\xc4\xa8\x7d\x3a\xe5\xe0\x94\xf7\xd8\xcc\xe2\x12\x16\xcc\x16\x19\x29\x26\x2f\x97\xb7\xda\x8c\xb3\x3c\x3c\x56\x38\x45\xe1\x54\x8a\xc2\x89\x51\xfb\x5c\x7d\xfb\x77\x61\xba\x59\xe4\x65\xc1\x6c\x61\x01\x38\x33\x67\x9b\x53\x17\x4e\xa5\x2e\x9c\x99\xb3\x0d\x2f\x33\x0a\x2c\x33\x8f\x15\x6b\x78\xfb\x21\x98\x4d\x62\xac\x4f\x32\x16\x52\x88\xe9\xc6\xa8\x7d\x2e\x65\x9e\xb8\x85\x0c\xae\xef\x57\x37\x7e\xc0\x97\x70\x2d\x0f\xb1\x35\x67\x11\x79\x8d\xed\xef\xe1\x8a\x45\x87\xcf\xf0\xb8\x70\x37\x9b\x85\xdb\xfe\x92\xea\x66\xca\xdd\x6c\x4a\x04\x5b\xc3\xeb\x85\x5b\xd9\x2c\x62\x13\xd3\xeb\x35\x59\x2f\x09\x55\x6b\xfa\x30\xc4\x02\x70\x16\x9d\x32\x16\xe5\x48\x4a\x78\x71\xb5\xe3\x75\x9c\xb0\x95\x22\x7a\x98\x66\x2b\x98\xf8\xcd\xd2\x9a\xf0\x63\xfc\x07\x3e\x85\x8b\xdc\x27\xe4\x5e\x44\x27\x53\x57\xa3\x85\x0a\x68\x16\xd1\xc9\xdc\xdb\x38\xf3\xdf\xd5\x7f\x93\x3b\xee\x69\xb3\x88\x4e\xa6\x2e\xb8\x6b\x6a\x1e\x78\x67\x58\x96\xfe\xd6\xd2\x3a\x8a\x0d\x2d\x8f\x0b\x7f\xb3\x59\x90\xf2\xd6\xf2\x3a\xa2\x1a\x9a\xa4\xd6\x9c\xf6\x37\x9b\xf2\x37\x9b\x55\xc7\xc3\x72\xff\x17\xfd\xaf\x5a\xf7\x25\xb9\x63\x21\xe5\xcd\xaa\xe3\x61\xe9\x71\x72\x91\x62\x62\x62\x60\x7e\xab\xee\x0f\xeb\x5b\xc5\x6e\xb6\x4f\x3d\x02\x87\xcc\xaa\xe3\x64\xfb\x18\x40\xd5\x33\x31\x18\xbf\xd5\x6e\xfc\x80\xab\x1d\xd3\xe1\x86\xdd\x13\x0f\x65\xda\x81\x6c\x2a\x87\xe0\xac\x5c\x7d\xd7\xf6\x2d\x85\x60\x99\xb3\xea\x78\xd8\xee\x27\x01\x42\x66\xd5\xba\x6f\xd3\x27\xb6\x7c\x93\xb7\xf0\x69\xc7\xb2\x5b\x88\x7d\x57\x3b\xed\x1f\x09\x1e\xca\x15\x38\x09\x70\x32\xd7\x31\x1d\x1e\xd8\x2b\x6f\xe1\x73\x1d\xaf\xd7\x61\xbd\xaa\xd6\xfd\x98\x9f\x1c\x2e\x71\x55\xfc\x41\x8e\x65\x53\x8e\x65\x93\xc0\x27\x73\x1d\xaf\xe3\x61\x3f\x56\xf1\x8d\xe3\x79\x20\x59\xe0\xac\xa2\x9f\x63\x3a\xc4\xc6\x6f\xd6\xa9\x76\xcc\x67\x42\x60\x94\x46\x7c\xda\x3f\x6d\xca\x3f\x6d\xd6\x65\xfc\x18\xa7\x3b\x3a\xc5\xbe\x3e\x65\x88\xc5\x39\x9b\x4e\xb1\xaf\x4f\x99\x2f\x64\xdb\x74\x8a\x7d\xbd\xec\xa4\x78\x98\x4d\xb7\x97\xaf\xb7\x17\x91\x43\xa6\x9e\xce\xd7\xd7\x6c\x86\x08\x21\x93\x40\x29\xd3\x8e\x68\xb7\xf0\x03\x5f\xc2\xdd\x0e\xe4\xd9\x74\x9b\xfa\x7a\xd9\x89\x1c\x32\xf5\x76\xbe\xbe\x1e\x2f\xa9\x1f\x66\xd3\x5d\xf9\xab\xab\xfb\xfa\x86\xc4\x36\xf5\xa6\xbe\xbe\x66\x57\x44\x1a\x99\x0d\x09\x6f\xfd\xbc\x4d\x71\x68\x9b\x4d\xec\xcd\xf2\xa6\x72\x08\xce\xa6\x53\xef\xe7\xd3\xf6\x07\xf9\xeb\x01\x6b\xfd\x7c\xda\x62\x2b\x38\x9b\xd8\xd5\xcf\xb7\x9d\x1f\xe4\xaf\x37\xf5\xf5\xf3\x6d\xe1\xa7\x79\xd0\xe5\xf7\xe7\xe5\xfd\x69\xbc\x5d\xdf\xfb\xd2\xfd\xd3\xb8\x44\x86\x3f\xb3\x9f\x10\x49\x87\x2f\x11\x16\x44\x71\x5d\xbb\x9f\x1b\xef\xc6\x07\xf8\x10\xbe\x8c\xab\xf9\x25\x5c\xcb\xfe\x68\xb8\x22\x37\x0b\xa2\x8b\xd8\x9d\xb3\xe9\x0e\xfd\xf8\x32\x85\x27\xdb\xd4\xd3\xfc\x7a\x4c\xfd\x04\x20\x99\x4d\xa7\x9d\x05\xd4\xf5\x70\xe9\x20\xb0\xca\xad\xba\x3f\x70\xb1\xae\x53\xf0\xf1\x25\x17\x57\xb6\xd9\x75\x0a\x3e\x96\x55\x08\x40\x32\xb1\x6b\xbf\x55\xf7\x1f\x2e\xd0\x35\x3f\xaf\xb9\x00\xb6\x82\x53\x6f\xf6\x78\xb6\x51\x88\xfe\xeb\x0d\x7e\xbd\x5e\x76\x6c\x08\xa7\xde\xe0\xd7\xeb\x79\x20\xa8\xe6\xec\x22\xc3\xd7\x5c\xe0\x85\x1c\xba\xc8\xea\x35\x39\xbc\x90\x43\xd7\x25\xcb\x92\xeb\x22\x29\xc4\xec\x22\xb7\xd7\xe3\x25\x30\xc9\xc4\x70\xfd\x56\x8b\xf1\x06\xfe\x17\x79\xb2\xef\xd7\xc3\x7f\x16\xbb\x52\x6f\xf7\x38\xd0\x51\x60\xd8\x30\xd7\xad\x38\x27\xb7\x40\x77\x39\x54\xb7\x15\x6f\x5b\x92\x2d\x81\xca\xe7\x56\x9c\x93\x5b\x60\xd8\x5d\xed\x2c\x7f\xaf\x69\x1a\xfa\x5e\xd3\x44\x4e\xc5\x8b\x77\x70\xdd\xb1\xb7\x44\xd5\x0e\xb3\xdc\x8a\xb9\x39\x71\x86\x4b\x93\xb8\x2b\xb7\xea\xf6\x35\xae\xa5\x76\xb4\x3b\xb6\x44\x52\xbd\xd2\xdb\x39\xee\x16\x62\xf9\x09\x24\x7e\xab\xc3\xf8\x02\x6f\xc2\x1f\xe1\x6c\x03\xec\xe3\x6f\xb5\x19\x8f\x6d\x30\x78\xc5\xb2\x17\xdc\xdc\x12\x49\x47\xd2\xf7\x5a\x66\x79\xc1\xcd\x91\xf5\xbb\x1e\x17\x5e\x70\x53\xaf\xf7\xdb\x9a\xb7\x8d\xe6\x6d\x62\xf0\x3e\xb7\x62\x62\x4e\xb2\x33\x5e\x7c\x0a\x5f\xc6\x63\x9e\x47\xfd\x08\x57\x7f\x88\x89\x39\xf5\xaa\xbf\x65\x63\x78\x0b\x0d\x7c\x08\x1f\xc6\x83\xfb\x8d\xa6\x76\x74\x59\x56\xb2\xc6\x39\x44\x27\x59\x87\x18\xee\x70\x69\x0e\x2e\x59\xf6\x82\x9b\x1b\x63\xc1\xa9\x07\x79\x72\x34\x52\x60\xbc\x43\xdf\x8b\x7b\x6f\x8c\x05\xe7\x10\x3d\x64\xaf\x23\xa1\x4c\xa6\x5e\xe4\x9d\xc4\x71\xca\x6b\x6e\x0e\x0e\xcf\x6d\x4d\xa0\xbc\xe6\x26\x81\x5d\x6e\xf5\x18\xff\x81\xd3\x1f\x85\x38\x99\x4a\xfa\x38\xf5\x54\x6f\xaf\xb9\x5b\x60\x9e\x97\xda\x17\xb7\xc7\x7d\xee\xe2\x6a\x7f\xbb\x1d\xcd\x8f\xe8\xad\x78\xdd\xc9\x56\x31\x09\x1c\x33\xed\x4d\x77\x0b\x2f\x38\xeb\x22\xef\xb8\x5b\xe0\xfb\xa4\xef\x4d\x0f\x92\x85\xf5\xb4\xbf\x2d\x0b\x6f\x54\x8d\x93\x88\xe4\xb7\x5a\x8c\x77\xf0\x25\x7c\x1a\x0f\x3a\x9f\xb0\xb9\x6d\x55\x23\xee\x70\x17\x67\x7d\xe5\x05\x37\xe5\x05\x37\x27\x1a\xe9\x6d\x5d\x23\xc9\x20\x2f\xce\x3c\x28\x76\xe7\x2d\xc4\xba\xcc\xaa\xef\x3d\x0f\x78\xc1\x4d\x2c\xea\xe7\x96\xfd\xe2\x54\x36\xc8\x39\x11\x0a\x71\x72\xa3\x10\x74\x35\x45\x6f\x0a\xc5\x72\x0b\x7c\xcf\xa9\x6a\x2f\xb8\x49\x9a\xc7\x34\xa7\xf8\x52\xd3\x9b\xc6\x6e\x9a\x07\x2e\xfb\xbb\x79\x1e\xf0\x82\x9b\x44\x24\xbf\xd5\x61\x3c\xf6\x9d\x1e\xd7\x9d\xc5\x71\xe2\xf7\x76\x71\x7d\xbf\xfd\xbd\xc6\xb5\xfc\xfd\xcf\xf8\x03\xae\xdf\x15\x5b\xdf\x92\x9d\xa7\xe8\xa7\x99\x0f\x34\x8d\x97\xe3\x70\x5b\x38\xde\x84\x62\x99\x8b\x63\x6f\xcb\xde\xf1\x16\xa2\xff\x7a\x5d\x77\x16\xc7\x49\xde\xc6\x8b\x17\xe1\x5f\xe3\xb4\x23\x3a\xe9\xa6\x7f\xec\x20\x27\x21\x66\x6e\xd5\xed\x33\x3f\x4b\x74\xa2\x34\x8e\x73\x77\xd6\x9d\x24\xa3\xb7\x9a\x8d\xf3\x3d\xc7\xde\xee\x9e\x1f\xdc\xe9\xe6\x12\xbf\xea\x9e\x9f\xce\xfc\x10\x62\x66\xee\xee\xf9\x21\xe1\xc5\x5c\xa2\x93\xee\xf9\x91\x90\x4d\x28\xf1\xe9\xf4\x8e\xb7\x40\xfb\xe2\x57\x16\xbe\xc9\xf3\x78\x71\xda\xb7\x90\xbd\x43\xc8\xee\x95\xcb\x97\xbd\xef\x26\x69\x1e\x7b\x15\xf5\x0c\x73\xc9\xa1\x59\x10\xb5\x0d\x53\xc9\x40\x64\x23\xe2\xf8\xad\xbe\xc2\x39\xe4\x97\x4e\xc1\xe1\x59\x18\x70\xc9\x35\xf4\xbd\xa9\x7f\x68\x16\x10\x25\xf6\xf0\x2c\xa0\x43\x9d\x44\xa4\x99\x76\xca\x9b\x72\xbe\x9b\x44\x9e\x99\x76\xbe\x9b\x64\x79\xbc\x38\xc3\x52\xe4\x96\xa9\xe4\x8e\x73\x89\xda\xa6\x57\x11\xb5\xe8\x22\xc2\xcc\xdc\xd3\x5c\x0c\xab\xc9\xf5\xe1\xae\xbf\xa7\x77\x6f\xe4\xf7\xbf\xf8\x14\x7e\x8c\x7f\x03\x4f\xea\x8f\xb9\x3f\x56\x93\xeb\x23\x6e\x35\xcd\xfd\x43\xa1\x7a\xf1\x21\x7c\x18\xa7\x7d\x51\xe1\xf4\x2a\xa2\x60\x5d\x1f\x51\xe1\xf2\x6e\xc7\xbb\x6e\x7d\x74\x6a\x2e\x9f\x82\x6b\xf2\xbd\x4e\x4d\x8b\xd8\xca\xd6\xb8\x3e\xe2\x4a\xcb\xf3\xb0\x34\x0f\xd5\xdf\x7f\x8d\xd3\x0e\xa2\xeb\x5e\x5e\x5f\xbc\xee\xd6\xa7\xfe\x45\xfc\xae\x49\xce\x47\x0a\x74\x17\x55\xf9\x5e\x26\x0b\x8c\x39\x97\xde\xcd\xb7\x22\x83\x4e\x65\x77\x5c\x18\xfa\x4f\x67\x77\xfc\x9f\x8c\x9d\x4b\xce\x27\x2b\x72\xc5\xe7\x5e\x45\xed\xc0\x09\x99\x49\x12\x93\x9a\x78\x6c\xef\x01\xf2\x21\xf5\xa0\xbb\xaf\xae\xfb\xee\xdf\x0a\x7e\xe7\x94\x64\x7b\x52\x83\x52\x91\x47\x7c\xfc\x79\x04\x01\x41\x70\x88\xae\xe8\x8e\xa1\x73\x73\x47\x77\xec\x62\xe5\x85\xce\xcd\x87\xfd\xb2\x8a\xee\x18\x1b\x1e\xca\x31\xac\xec\x61\xeb\x85\xce\xd3\xcd\xd6\xeb\x62\xeb\xc5\x26\x31\x1d\x16\xa3\x65\xf9\x77\xf9\xa4\x86\x0d\xff\x31\xd4\xab\x92\x5e\xbd\x1c\xd3\x89\xe6\x98\x38\xa3\x3c\xbc\xe6\xf1\x02\x68\xf0\xa2\x4c\x77\x10\xc7\x0e\x9b\x2f\x71\x9a\x3b\x3c\xe7\x21\xf1\xc5\x26\xdd\x6a\xc3\x7f\x0c\x75\x8f\xf6\x82\xc3\xdd\x33\xd4\x3d\x58\xbc\x63\xb8\x7b\x86\xba\x27\xa8\xcf\x74\xf7\xf0\xd2\x4c\x6c\x5a\xb3\xed\x07\x1e\xf8\x81\xa3\x68\x8f\x38\xad\x0d\x20\xfd\x85\xce\xe5\x87\xa2\x70\x74\x58\x7e\x25\x4a\x71\x7e\x49\xcb\xba\x76\x9a\x38\xed\xb2\x83\x78\xe0\x20\x0e\xdd\x22\x1b\x73\x38\x3f\xb3\xa6\x68\x0d\x56\xd0\xc7\x2e\x72\x5f\x14\x49\xfb\xed\x35\x8c\xb7\x41\x43\xe7\xf5\x0e\xd6\x98\x89\x07\x5c\xf9\x3d\x8c\x38\x82\xa3\x48\xe7\xde\xde\xb3\x62\xc9\x47\xd1\x1a\x7c\x5b\xa7\xf3\xa4\x4c\x14\x89\xa7\x3d\xbe\xe3\x56\xfd\x25\x9e\xb7\x67\xfd\x32\xdd\x13\x57\x39\xae\xff\xcd\x78\x15\x89\xe1\xed\xf1\xc2\x32\x8f\x22\x31\xb4\x65\x3e\xd6\xdb\x32\x25\x0a\x6e\x1d\x07\x65\xec\xd0\xf6\x4a\xe8\x04\x64\x3c\x5e\xc3\x1e\x8d\x8b\xe4\xe7\xf1\x9e\xf5\x51\xfd\xb5\x06\xdb\x02\x1f\xbc\x1d\x13\x55\x7b\x2f\xbb\x88\xc7\x72\x11\x27\x8e\x9c\xd8\x32\x87\xb6\x97\x78\x08\x3f\x8d\x2f\x39\xa9\x1a\xf7\xc7\x6b\x12\x6f\xcd\x44\x95\xf6\xb3\xef\x58\xc1\x1a\x43\xe7\xfb\x66\xf7\x65\x62\x8d\x63\x95\x3c\xd8\x47\x3c\xf0\x11\x87\xce\xf1\x87\x7d\xc4\x8a\xe2\x18\x55\x5a\xee\xf5\xaa\x04\x8b\x2f\x2a\x1e\x7d\xb3\xf2\x3a\xac\xbc\xa3\x6b\xeb\xfb\x7a\x58\x16\xdd\xee\xe8\xda\xf9\xda\xb5\x0b\x99\xee\xf0\xc6\x45\x0f\x71\x76\xc8\x73\x47\xd7\x5c\xf9\x2c\xfb\xcb\x63\x7b\x84\xba\xf2\xb3\xe8\x2f\xc6\xdc\xe1\x5d\xcb\x67\xc9\x5f\xc6\xee\x41\x04\xf4\x3e\xf5\x18\x66\x26\x6a\xc2\x1c\x40\x4f\x85\xe7\xcf\x44\x5b\x70\x13\xfc\x09\xce\x69\x75\xf0\x68\x5d\x7e\x0d\xc3\x73\xc1\x5d\xf0\x6b\xf8\x4b\x18\xbb\x68\xda\xf5\x39\x97\x61\xa9\x88\x25\xf9\x75\x1a\x5e\x3f\x79\xa8\x26\x1a\x51\x85\x2c\x8c\xca\x6e\x62\xea\xd5\xcc\xae\x90\x85\x21\x57\xc4\xb4\x23\x53\x8c\xb5\x80\xc5\x90\x9f\x8f\x71\xca\xe1\x8c\xc7\xa1\x0c\x33\x71\x2c\x1c\xc5\x3b\xf5\x04\x4b\x26\x90\x0c\x34\xec\xf4\xfd\xce\x89\x95\x19\x95\xa3\x46\x88\x6d\x24\xc8\xdf\x95\x5f\xfb\x8c\x59\x98\x99\x35\x54\x4f\x89\x00\xc1\x0b\x13\x57\x39\xd3\xe5\xd3\xde\x1d\x0d\x68\x26\x5b\x26\x0a\xf8\x25\x7c\x37\x7e\x80\x87\xf0\x66\x7c\xcd\x64\x5e\x74\xef\x8e\x71\xd8\xa1\xba\x25\x4e\xff\xd8\x53\x3a\x2b\x2b\xca\x5e\xf5\xbb\x5a\xa7\x09\x6a\x98\xb8\xf2\xbb\xbd\xeb\x22\x69\x09\x5e\xd2\xe9\x30\xd7\x48\xbc\xe0\xf4\x83\xad\xc0\xb9\xb3\xc0\xed\x1a\x76\x5b\x7b\x93\x07\x2d\x83\xf0\xad\x7d\x2a\x34\x7f\x87\x25\x56\x82\x37\x6d\x3a\x5c\xb1\x95\x40\x23\xf0\x12\x7b\x7e\x9e\xc6\xc9\xaf\x71\xb7\x95\xa6\x60\x83\xb1\x63\xf5\xce\xc3\xfd\xb3\x6e\x80\x26\xae\xfc\x96\x87\x03\x8d\xb6\x63\x85\xcc\x43\x33\x7c\x1e\xac\x34\x7b\x57\x7e\x4b\xf3\xba\xba\xa9\xa7\x59\xfa\xb4\xf1\x33\x97\xf1\xd3\x74\xd0\x3e\x6d\xfb\xcc\xf5\x1e\xa5\x1e\x60\xe9\xa6\x7a\x65\x62\x09\xc9\x1e\xca\xee\x4e\x20\x20\x7d\xec\x2c\xab\xd3\x6e\x40\x38\x5c\x89\xd3\x09\xe7\x74\x39\x08\x9b\xfc\x19\xf3\xf4\x24\x82\xba\x15\xdc\xfc\xef\xb3\x79\x12\xe1\xe7\x0b\xde\x77\xcf\xcf\x66\x3c\xc0\x7f\xe3\xc9\xae\xcc\x2d\x59\x27\x22\x5f\x1c\xdc\xbd\x98\x76\x0f\x12\x9a\xaf\x04\xef\xe6\x74\x87\xe4\xcb\x44\x07\x3f\x85\x0f\xe3\x2f\xb8\xca\xd1\x1e\x79\x72\x9f\x33\xe4\x06\x31\x13\xac\x43\xfd\x4a\xbc\x09\x97\xec\x12\xbd\x20\x0e\x69\x20\xbd\x52\xd9\xc5\x04\x8b\x83\x55\xd7\x4c\xb0\x4c\x50\x3e\xbb\xad\xe9\xfb\x9c\x0a\xc9\x17\x72\x77\x4c\x9b\x2e\x73\x85\x2b\xd0\xcd\xff\xee\x88\x7c\x5d\x11\xf9\x82\x67\xde\xfb\xb4\xd7\x70\x2e\x1b\xe6\xfa\x55\x8a\xf4\xf8\xc4\xa2\x89\x43\x9a\xe9\x72\x6b\x2f\xb5\x56\x9a\xe9\xd2\xb9\x0f\x11\xfb\x12\x57\xf1\x9e\x79\x58\x34\x71\x5c\x2a\x67\xba\x1c\x09\x05\xc7\xcc\xe6\x87\x75\xf8\x61\xd7\x81\x19\x3e\xf5\xca\x48\x17\x3d\x2c\x0e\x09\xba\x7d\x8c\x8a\xeb\x17\xf0\x07\xba\xe3\xfa\x65\x82\x41\xc4\x09\x32\xbb\x15\xcd\xba\x20\x9a\x38\xe5\xdb\x30\x52\xbc\xbf\x38\xa4\xf8\x7c\x5f\x54\x71\xfd\xe2\x94\xec\xda\x30\x9a\xf8\x12\xe3\x94\x82\xf3\x85\x51\xc5\xf5\x0b\xf1\x0a\xa6\x0d\x9d\x29\x43\x47\xce\x8e\xd9\x3d\xe8\x9d\xad\x90\x88\x02\x8e\xeb\x97\x09\x7e\x57\x4b\x60\x77\x3f\x74\xfa\xe1\xd4\x1a\xa8\xe7\x45\x3a\x3c\xb4\x4b\x2e\x22\x87\xfb\xcb\x44\x23\x7b\x08\x57\x37\xf0\xba\x48\x88\x57\x30\xc3\xdd\xb0\x7c\x93\xd7\xa1\x19\xaf\x88\x08\x9d\x28\x80\x99\xfd\x14\xde\x8c\x53\x7b\x36\x18\x44\x05\x5c\x09\x84\xe4\x94\x88\xdb\xee\x99\xb2\x7b\x4e\xa9\x55\xdb\x3d\x22\xb1\x85\x5c\x26\x33\xc6\xaf\x72\x26\x38\x42\x15\x16\x92\x40\xad\xca\x65\x32\x6d\xf7\x4c\xd9\x3d\xa2\x27\xcc\x61\x8d\x32\x90\x12\xd1\x13\xe6\xf0\xe8\x0e\x84\xfc\x94\xd0\x0e\xef\x28\x06\xcb\xe9\x29\x75\xeb\x7b\xa7\x0a\xf7\x17\xf2\x81\xcc\xe1\xfa\x13\xee\x2f\x4e\x49\xa7\x0d\x19\x85\xfb\x0b\xd1\x16\xe6\xb0\xf0\xaf\x58\x07\x25\xe4\x1b\x99\x36\x70\x14\x06\x30\x4e\x49\xad\x3d\x98\x0a\x03\x18\xa2\x2d\x4c\x7b\x30\xe7\x44\x23\xf2\xb6\x4f\x7e\xaa\xfe\x93\x0d\x21\x8f\xc8\xe7\xe7\x69\x7c\x80\x5f\xc2\x6f\xe3\xab\x9e\xf2\x75\x98\x27\x97\x89\x1d\xbc\x09\x77\x39\xac\x00\x22\x16\x4c\xdf\x68\x55\x78\xc0\x68\x52\x79\xd3\xed\xc2\x25\x19\x4d\xcb\xec\xed\xd9\xcb\xeb\x22\xd1\x24\x0f\x36\x58\xe0\xc1\x95\x90\x13\xc2\x61\xfd\x32\xc1\xef\x6a\x7c\x6d\xb0\x10\xd6\x2f\x76\x0d\xe3\xed\xea\x13\xb3\x20\xc4\x37\x80\x3d\x47\x62\x89\x5b\xfb\x95\xdf\x3f\xcb\x70\x89\x58\x30\x6f\x0f\x97\xec\x98\x26\x5d\x65\x3b\x66\xde\x6a\x96\xc4\x41\xd1\x01\x33\x41\x35\xb1\x3f\xa6\x3d\x8f\x8a\x1a\x18\x62\x16\x98\x79\xd7\xc5\xbc\x8b\x26\x71\x78\xac\xe1\x65\xf7\xc8\xc7\x31\x6d\xf7\x4c\x62\x1f\x44\xd3\x02\x6c\x8f\xa4\xa8\x77\xd1\xa4\xc4\x7c\x33\x56\xd4\xbb\xb8\xb4\xd0\xda\x8e\x99\xcb\x8e\x69\xde\x84\xd8\x8c\x81\x61\xa7\xf7\xf6\xf2\x2b\x0c\x8f\x05\x53\xb8\x8d\x95\xa9\xc8\xf2\xea\x83\xd7\x1a\x66\x19\x27\x6d\x97\x5e\xb6\xf7\x0f\xda\x5c\x09\x91\x16\xe6\x6b\xcd\xc0\x03\x22\x71\x49\xdf\xbd\xde\x6b\x10\xfa\xbd\xa8\xe6\xbe\x9d\xaa\x48\x7b\x71\x49\xaf\xbd\x56\x0c\x44\xda\x0b\x5e\xb3\xef\xa6\xc9\x65\xe2\x06\xa7\xf8\x4f\xe7\x43\x13\x27\x5f\x5c\x9c\x03\x99\xf6\xd6\x45\x7b\x8b\x4b\x6b\xf1\xe7\xea\xf3\x5e\x65\x5c\x52\x54\x9f\x7b\x92\xf7\x2a\xe3\xd2\x2a\xfa\xb9\x2b\x79\x99\x23\x44\x66\x98\xbe\x3f\x3a\x3f\xd5\xa7\xb9\x9c\xd7\xf8\x07\x9e\xf5\x0c\xd3\xdb\x42\x91\xf0\x82\x57\xf1\xc3\x91\xea\x02\x1e\x5a\x09\x5e\xbf\x0f\xd8\x68\x24\x28\x7f\x49\x72\x40\x47\x23\x41\xfd\xd7\x5b\x75\xe1\x08\x76\xa1\x08\x76\xc1\x73\x41\xf9\x79\x1a\x6f\x3f\x7f\x9c\xd1\x7e\xe3\x78\x2b\xcc\x72\x0b\xb1\xdc\x02\x9f\x4b\x38\x8e\x5d\x26\xe8\x8d\xa5\xde\xf2\xb3\x1b\x27\x7f\xd0\x6a\x59\x41\x41\x40\x3b\x3d\xdb\x1d\x0e\x57\x97\x09\x65\x0f\x70\xcc\xda\x4c\xac\x41\xe3\xed\xfd\x20\x1a\x1d\x89\x1b\xfc\x12\xfe\x09\xa7\x33\x60\x4d\x44\xaf\xae\x26\xb7\x3c\xb3\x5a\xc2\x6f\xe3\x6b\x1a\xf5\x4a\xe7\x29\x3c\x5c\x74\xae\x67\x06\x8f\x09\xe5\xe7\x61\xfc\x04\xdf\x85\x5f\xc6\x03\x9c\x7a\xea\x1d\x8c\x4c\x2c\x61\x84\xed\x10\x5d\xd7\x33\x33\xb1\x83\x37\xe1\xdd\x38\xe5\x1c\x21\x7c\x1a\xa7\x9c\x93\x7a\xea\x7a\x66\x26\x68\xd7\x79\x0a\x77\x39\xf4\x27\x34\x87\x80\xf3\x46\x82\xfa\xb7\x5d\x78\x18\x27\xbf\x84\x71\xb7\x70\xc9\x08\x82\xcf\x10\x44\x97\x23\xc1\xb8\x5c\x87\x70\x97\xc3\x24\x80\xcf\x10\x66\xcb\x85\xd8\x72\xd1\x25\xa4\x87\x27\x01\xac\xb8\x80\xcf\x90\x9f\x1a\x5f\x42\xaa\x07\x8f\x12\xe5\xa7\xf3\xb3\x3b\xe1\xf5\xfe\xfc\xfc\x95\x9f\xfe\x91\xfc\x88\x16\x17\xfd\x60\x72\x73\x76\x91\x9f\x87\xf1\x06\xae\x7a\x8e\x6e\xfc\x06\x57\x39\xd3\xbf\x8b\x12\xc2\xb5\x92\x9f\xd3\xf8\x07\x4e\xfe\xd3\xed\x3d\x59\x05\x39\xee\x88\xae\xeb\x9f\x21\x1a\x5d\x44\xbd\x84\xbf\xc6\xd7\x06\x5f\xe2\xa9\xe8\x73\x99\xa0\x9a\x7b\x11\xde\x8d\x07\xf8\x29\x7c\x1a\xa7\xfa\xbb\x8a\x77\x37\xf0\x92\x47\xc0\x74\xc8\xcf\x66\x9c\x66\x1d\x2a\x7f\xaa\x3b\x89\x3e\x17\xbc\x26\x14\x5d\x91\xd6\x83\x30\x74\x17\xb7\xc6\xc2\xc1\xe7\x32\xb1\x54\x0d\x0e\x9a\x80\x55\x47\x82\xde\x91\x14\x36\x37\x0b\xc7\x53\xe0\x5a\x09\xd8\x76\x24\x68\x96\xa4\x53\xb7\x38\x03\x9e\x5d\xe2\xfa\xdd\x51\x8d\xef\x59\x9d\xdd\xf0\x61\x98\x62\xae\x22\xfc\x57\x31\xab\x93\xd5\x09\xcd\x32\xde\x90\x71\x1c\x31\xe1\xd0\x73\x21\x32\x5e\x84\x64\xb6\x79\xcc\x9b\xc6\x5c\x32\x2b\x6b\x2c\x13\xc7\xcf\x1f\x81\xdb\x29\x1c\x31\x2e\x14\x31\x2e\xf0\xcf\x44\xbf\xac\x62\x64\x75\x41\x67\xc8\xcf\xd3\x78\xfb\xf9\xa3\x6e\x9b\x44\xf6\xb2\xca\x5b\xdc\xba\xc4\x55\x8e\xab\xb3\xcc\xa8\xba\x6d\x12\xc1\x6e\x15\xb3\xae\x6a\xd6\x6d\x93\x08\x76\xab\xc2\xf5\xfa\x46\xe2\x4d\xf8\x30\x7e\x83\xab\x1c\x37\x6b\x99\x51\x75\xdb\xa4\xf2\x7a\x34\xe3\x0f\xf8\x29\x5c\xb2\xb6\xfc\x4b\x75\xc3\xdf\x92\x9f\xdd\x38\xf9\x0f\xda\xab\x88\x01\x99\x20\xbf\x54\x58\xf7\x3a\xb5\xec\xa9\xc4\x2f\xe1\xd3\x38\xf5\x54\x3f\xcb\x5c\xca\x04\xfd\xd3\x8a\xf0\x66\x9c\xf6\xb6\x53\xf8\x30\x4e\x39\xed\x12\xae\x71\x59\x76\x54\xdd\x36\xa9\xbc\x70\x3f\x2c\x83\x29\xf1\x5d\x78\x37\x1e\xe0\x2a\x27\x6e\xe3\xb4\xf7\x52\x3d\xdd\x3f\xeb\xca\x67\xdd\x36\x89\x55\x58\x35\x2f\x43\x2a\xf1\x43\xf8\x65\x7c\x82\xab\xfc\xe1\xf2\xb3\x3f\xe3\xe8\x2a\x7e\xb8\xfa\x93\xe1\xd2\x82\x1c\xee\xce\x65\x68\x25\xde\x85\xbb\x98\x9c\xd2\x75\xc3\x11\x12\xd0\xfc\x48\x54\xf0\x53\x78\x33\xfe\x80\x77\xe1\x6a\xd6\xa0\xdb\x70\x84\xe4\xe7\x61\xfc\x04\x0f\xe1\x8f\xf1\x25\xb6\x45\xe2\xa9\x57\x20\x03\x42\x60\xe2\x97\x70\x97\x3f\x29\x7f\x57\x3d\x67\x35\xde\xc0\x55\x8e\x55\xd5\x60\x5a\x14\xa9\x36\xc5\x8a\x0b\x18\x7f\x89\x77\xe1\x8f\x71\xfa\x41\x2b\xec\x0c\x69\x87\x65\x77\x25\xbe\x0b\xdf\x8d\xdf\xe0\xf4\x8f\xec\xab\x20\x98\x5c\xdd\x8a\x74\x95\x5e\x75\x0c\x28\x82\x75\x2b\x57\xf9\x9d\x7d\xd7\x74\xf3\x96\x5f\x28\xff\x4c\x3f\xef\x85\x76\x5d\x01\x4d\x5c\xcd\x70\xb3\xa7\x9a\x2d\xe9\xba\xad\x0d\xd6\x8d\xd0\xc4\x4f\xe1\x97\xf1\xfe\xf3\x87\xac\xf4\x20\x12\x1d\x09\x15\xc3\xa8\xdd\x6e\xf5\xcd\x24\x28\x5a\x7f\x6f\x2b\x83\x3b\x2e\x70\xe7\xbf\x8d\xaf\x5e\xe5\x09\xa6\x70\xe8\xb9\x4c\x9c\xe0\xaa\x8e\xf7\x21\xcb\xed\x94\xb8\xca\xb1\xb0\xdf\x28\x0f\x62\x3f\x45\xbf\xad\xbb\xef\x59\xc0\x77\xe1\x87\x71\xca\x2f\x2a\xdf\xdd\xb6\xcc\xb5\xc4\xe9\xb6\xc7\xeb\xf2\x43\xf7\x40\xb3\xc8\xcf\x6e\x9c\xfa\x48\x1a\x1f\x2b\x89\x07\xa5\x58\xb5\x30\xcb\x2c\xcb\xc4\x05\xae\xfc\xde\xdf\xae\x9b\xa4\x75\xab\xc7\x26\x5c\xed\x5a\x4f\xa6\x24\x8e\x54\x3f\x5e\x98\xd7\xab\x93\x75\xab\x5a\x51\x1f\x2f\x61\xeb\xd5\xc9\xc4\x91\xf6\xc7\x4a\xf4\x61\x71\xa8\x52\x96\x8f\xf7\x2d\xcb\xd2\xab\x5b\x95\x52\x7c\xac\x44\x1f\xf5\x83\x8c\x92\xd7\x2b\xf9\x32\x01\x13\xef\xc2\x4f\xe3\x6b\x96\x55\x2d\xa9\xaf\xfb\x67\xb9\xb5\x12\xdf\x85\x4f\xe3\x8c\xbb\x8c\x95\xd7\xb3\xe9\x45\x1b\x54\x29\xc5\xd7\xfd\xf3\xa2\x14\xab\xcc\x8b\xd7\x4b\xf9\x2b\x39\x09\x95\xe3\xf6\xbe\x2c\x1a\xbb\xe4\xea\xf5\x9a\xfd\xa2\xe5\x08\x3b\x1b\xfd\xf5\xb8\xbf\x68\xb9\x5d\x8b\xe7\xe7\xf6\x7e\x68\xb9\xbd\x54\xe1\x87\xf1\x06\x7e\x0a\xd7\xb8\x7f\x68\x39\xc2\xd1\x86\x43\xd8\x65\xe2\x04\xdf\x85\x87\xf1\x09\x7e\x09\xbf\x8d\xa7\xf2\x3e\xb5\x4d\xfe\xbc\xf6\xaf\xb7\x55\xea\xb6\x4b\xc9\x7d\x9e\x16\x1f\xc3\xbb\x6b\xad\xfd\xbc\x4f\xfb\x98\xed\xf8\x34\xc2\x11\xec\x82\x08\x76\x75\x83\x46\x91\x9f\x87\xf1\x01\xde\x85\xdf\xc6\x29\xa7\x29\xbf\xc4\x19\x2e\x63\xdd\x76\xd6\xc2\xd0\x53\x2b\x41\x28\xbb\xc4\x77\xe1\xaf\x71\xca\xa1\x5d\xa1\xa8\xec\x01\x97\x31\x71\xfd\xae\xc4\x3c\x96\x71\xab\xb3\xc6\x30\xc7\x31\x20\x35\xd6\x8d\x67\x8b\xf2\xf3\x13\xce\x6c\xdf\xbb\x8a\x99\x2e\x46\xa3\xce\x9a\x07\x85\x91\x04\xe5\x20\x3d\xe6\x2c\x66\x62\x07\xef\xc2\x4f\xe3\x4b\x9a\x0f\xd6\xc2\x90\x4b\x2f\x77\xf7\x05\x5c\xf9\xdd\x3d\x85\xe6\x1e\xcb\x09\x1c\x51\xdc\xdc\xc2\x1a\x80\xbb\x21\x3f\x9b\xf1\x01\xae\x72\xb4\x66\x13\x20\xaf\x6e\xbc\x4f\x14\xa1\x8b\xa3\x99\x68\xe0\x97\xf0\x61\x7c\x49\x15\xef\x13\x85\x39\x8e\x41\x48\xbc\xc4\x0f\xe1\xa7\xf1\x15\xe5\x41\xcd\xb5\xf1\x4b\x80\xbc\xc6\xf5\xc4\x30\xc5\x31\x62\x3d\x59\xd9\x64\x72\x9b\xc9\x98\x89\x3b\x61\x2c\xeb\x90\x7b\x2e\x08\x93\xa7\xd7\x7b\x23\xaa\x87\x6a\xdd\x0d\xd5\xe3\xbd\xf9\xd5\x0c\x8f\x84\xab\x72\x4f\xd7\x64\x3d\xdb\xd1\xd5\x2f\xb6\x86\x61\x27\x36\x9e\x16\x08\x87\xac\xcb\x44\x5d\x70\x08\xde\x0d\xd3\x7a\x74\xa3\x23\xd9\x05\x9c\xc5\x26\x13\x3c\x76\xcb\xea\xba\xd6\xd9\xb8\x94\x98\x5f\x87\xe1\x33\xe1\x53\xb9\xb5\x0b\x8b\xe5\x2e\x6c\xdd\x65\x8f\x5f\x85\x7c\x0b\x56\x55\x3c\x70\xcb\x59\xd8\x3a\x5a\x37\x76\x37\x73\xa7\x99\x6c\x0d\x42\x1e\xc2\x4c\xac\x0a\xa2\x5b\xe3\xd0\x1a\x1c\xcb\x18\x6e\x5d\x73\xec\xb0\x30\xae\x5b\x9c\xad\xa3\x59\xe3\x90\x06\x82\x00\xd9\xba\x66\x98\xde\xa0\xcc\xc4\xca\xdd\x95\x5b\xc6\x44\xac\xe7\x62\x1a\xcf\x05\x44\x1c\x52\xab\xb1\x9c\x8d\x7a\xc3\x37\xe0\x36\x92\x58\x8d\x0f\xd5\x7b\xbe\x86\xb3\xec\xd8\x90\x08\xdb\xb8\x84\xc8\x6b\xbc\x15\x90\x5f\xaf\x61\x72\xf3\x93\xa7\xeb\xbd\x62\x16\x34\xee\x38\xe6\x57\x33\x1c\x0b\x56\x21\x1e\xb4\x65\xd1\x36\x99\xdb\x71\x7a\xc2\xad\x77\x64\x5a\xd4\xdf\x78\x04\x35\x88\xa0\x47\xe2\x5e\x7f\xa5\xdf\x70\x27\xac\xfb\x9a\x2d\x76\xc3\xce\xcd\x96\xe2\xd0\x30\xc9\xe5\x19\x04\xd2\x4b\x9c\x4e\x6b\xee\x86\xc6\x96\x82\x18\x12\xf9\x79\x19\xef\xe0\xca\x6f\x31\x6d\xe8\x5a\x6d\xe8\x43\xb7\x31\x03\xce\x62\xdd\x0e\x29\xb7\x66\x65\xd2\x58\x2b\x70\x63\xe5\xa7\xba\xa8\xa1\x24\x4f\xf5\x7f\xb3\x4c\x36\xea\x7f\x4a\x89\xb5\xe9\xfa\xcc\x55\x9f\x53\x23\x70\x59\x99\x5c\xac\x21\xa7\x86\xe0\x72\xbb\x2e\xda\xc5\xb3\x59\xf9\xf9\x18\x5f\x4a\x0c\xb7\x57\x98\xda\x98\x89\x1d\x5c\xe5\xc8\xd8\x87\xda\x98\xb8\xca\x91\x7d\x14\x17\xed\xe5\x1d\xac\x80\xe9\x48\xe2\x00\x3f\x85\x37\xe3\xf4\x83\x94\xa4\x1e\x9d\xc9\x44\xfb\xf9\xe3\xbc\x1a\xdd\xd9\xbb\x8a\x59\xde\x45\xc5\x16\x8d\xb0\xf5\x1b\xcb\x9b\x78\xf2\x16\x7b\x44\xf7\xa0\x2c\x62\xe2\xa9\x33\xd4\xe8\x1e\x93\x75\xb7\x52\x91\x45\xc3\xac\xc3\x4c\xac\xf5\x83\xa7\xb7\xf2\x73\x1a\x5f\xeb\xd0\x29\xed\xd1\xad\x24\x3b\x36\x0d\xf4\xa1\x88\xee\x21\x59\x41\xf1\x12\xa7\xee\x36\x4d\x23\xd4\xc5\x98\xac\x11\xee\xe2\x50\x17\xab\xad\xe1\x49\x14\x88\x14\xb4\xa2\x70\xf4\xbb\xfc\x9f\xf2\x39\xbd\x8b\xd0\xf6\x03\xd6\x61\xe2\x2a\x47\xbb\x4e\x68\x86\x75\xc3\x47\x16\x0e\x73\x97\x89\x1b\xbc\x09\x77\x3d\xd9\x96\xe0\x0b\x0b\x87\xbf\xcb\x04\x43\x28\x51\x1e\xae\xff\xa0\xfe\x4d\x9a\xc4\x36\x22\x2c\xc2\xc4\x19\xf2\xe1\xfe\x1c\xd4\xa7\x61\x6b\xc6\xb0\x7e\x5d\xc6\xdf\x75\x72\xa8\x1a\x7a\x0b\x26\x20\x05\xd6\x0d\x97\x57\x7e\x0e\xe3\x13\x9c\xe6\xda\xe4\x0b\x99\x7c\x84\xb9\x88\xb0\xc9\x17\x93\x05\xa6\x49\x32\xa7\x25\x79\x5d\x12\x4c\xfc\x14\xfe\x18\xa7\x9a\x3b\x33\x6e\x5a\xef\x4c\x24\xb6\x69\x45\xb2\x89\x18\xeb\xf1\x98\xc4\x55\xcf\xe9\xfa\x30\xa3\x1b\xc6\x40\x4c\x6b\x24\xd9\x86\x4d\x6b\xd5\x74\x37\x4c\xb6\x3d\xc4\x53\x0e\x47\xad\x0b\xa2\xd6\x25\x1e\xc2\x87\xf1\x35\x8c\xf0\x7d\x22\x6e\xf7\xc3\x7a\x5d\x26\xf1\x53\xf8\x61\x9c\xdf\xc5\x48\x88\xdb\xfd\x70\x33\xa3\x9b\x76\x8b\xb7\x67\xf4\xad\x61\xd4\xae\xf0\xd6\x89\x50\xdc\x4c\x17\x1e\xf1\xca\xcf\x69\x9c\xfa\x74\xe7\x7f\x8d\xd3\x9f\xda\xfe\xdd\xd6\x6c\x37\xdb\xbf\x16\x45\xb8\xdb\x85\x78\x36\xad\x5b\x8f\xc5\xf0\xc1\xc8\xb9\x24\x6e\x8f\xb7\x49\x0f\x27\x45\x97\x36\x44\x8f\x17\xe2\x27\x94\x5f\xe5\xb8\x1f\x1e\xfa\xe1\xc2\x48\x88\xc7\xfd\xf0\x20\x0f\x97\x34\xa4\x8d\x3d\xe2\xdf\x25\x4e\xff\x3f\x56\x1b\x0f\x9a\x0d\xde\x50\x7e\x36\xe3\xd4\x47\x9a\xf3\xf1\xe2\xfd\x60\xfc\x5c\x92\x67\x1b\x7b\xf1\xb0\x2d\xbc\x76\xe3\x8f\xf1\xd5\x6f\x78\xc4\xc2\x34\xc2\x4c\xf0\xbb\xda\x2e\xbe\xde\x8f\xbc\x58\x09\x97\xac\x8a\xd7\xd3\x74\xd1\x05\x2f\x4f\xa3\xd7\x3a\xf2\x45\xcb\x5c\x32\x2a\x6c\xd3\x11\xe8\xae\x6e\x97\x76\x41\xaf\x17\xeb\x97\xdd\xf1\x25\xf1\xb1\xad\x17\xb2\xf5\x2e\x89\xcf\xeb\xad\xd7\xcb\xae\xf9\x92\x16\x7b\x3d\x2d\x5e\xa6\xc5\xa5\x2d\xcf\x6b\xc5\xff\x32\xec\x72\x88\x99\x2d\x18\xb0\x05\x13\xa7\x59\xb6\x01\x43\x36\xe0\x25\xf1\xb1\x0d\x18\x1f\x0b\x9d\x5c\x58\xf1\x79\x01\xff\x58\xc0\x2f\x89\xd5\xe7\x05\xf0\x0b\x95\xa3\xf2\x2d\x26\x1f\xe2\xe0\x0d\xf5\xe7\x0d\xb5\x6c\x43\xef\xa8\x3f\x4f\x97\x8f\x7e\xf0\x96\xfa\xf3\xb0\xaf\xf0\xe6\xad\x4a\x4a\x3e\xcf\x8a\x0f\x69\x90\x0b\xcb\x6c\xc0\x4c\xbc\xe0\x4b\x0a\x1d\x0f\x2f\x60\xf1\x85\x26\xe9\xd0\x45\xcc\x4c\xac\x49\x4a\x1c\xe8\xfc\x0c\xe3\xd4\x92\xe3\xdc\xa1\x57\x35\x83\xc8\x78\x89\xff\xc6\x5b\xa8\x41\xf8\x3c\x12\x4b\x07\xf5\x53\x3f\xa3\x41\x1e\x1b\x73\x9e\xb0\xd2\xe1\x38\x7a\x41\x1c\xbd\xc4\x03\x5c\x9b\x34\xe2\xe5\xd5\x4d\x5b\x6c\xc7\xcb\xcb\xc4\x00\x57\xab\xa7\xcb\x61\xf0\xe5\xc8\x1a\x36\x05\x47\x61\x90\x09\x43\x1d\xe6\x0a\x06\x81\xf4\x12\xef\xc2\x3f\xe1\x0c\x32\x51\x34\xc2\x5c\xc1\x20\x90\x5e\xe2\x97\xf0\xdb\xf8\x9a\xf3\xdc\xc0\xcd\x4f\x97\xc3\x81\x87\xb6\xda\x43\xb7\x3b\x33\x71\x80\x37\xe1\xdd\x38\xed\x42\xb8\x46\xd1\xd2\x3c\x0a\x6b\x46\x60\xb2\x0e\xdb\x76\x63\xd9\x76\x57\xd1\x68\xda\x88\x83\xfa\xa7\x97\xe1\x63\xd8\xdd\x39\x56\x0c\xf4\x8b\xc7\x5c\x02\x1e\x20\x89\xc5\x46\xc7\x44\x32\x1f\x30\x13\x2d\x61\x0d\x61\x95\xd5\x3e\x2a\xbb\x1c\x6d\xe5\x4d\x13\x0c\x82\xe5\x05\x31\xee\x62\x28\xa4\x40\x10\x34\x2f\xb3\xab\x74\xc9\x2d\x2c\xc1\xba\xc5\xaf\xfc\x8f\xf1\x0f\x7c\x4d\xa3\xb1\x7b\x04\x77\x56\x35\x02\x74\xe4\x67\x18\xa7\x3a\xec\xe3\xc7\xee\x11\xdc\x39\xc2\x91\x2f\xcc\xb1\xf5\x82\xd8\x7a\x8a\xf1\x15\x26\x09\x06\x24\xc1\xba\x71\x8b\x38\x3f\x5d\x3c\x0f\x5c\x6a\xbc\x77\x8f\xf7\xce\x78\x87\x7a\xd8\x8e\x57\xc8\x82\x89\x2b\xbf\x26\x35\x11\xf7\x42\xa7\xe3\x0e\xac\x17\x04\xd6\xab\x5b\x68\x3a\xe8\xf2\x69\x40\x11\x4c\x9c\x91\xb2\x7f\x95\xc8\x78\x75\xe3\x29\xb0\x70\x40\xbc\x80\x13\x98\x78\x17\xfe\x1a\xa7\x33\x25\xf6\x87\xb5\xc0\xa1\xd6\x5e\x2a\xc7\xad\x3d\xd8\x31\x86\xa6\xc3\xe1\xe6\x1e\x6a\x6e\xdf\x84\xab\x93\x0f\xb4\x03\x24\xa6\x30\x75\x30\x88\x98\x97\xb8\xca\xb7\xec\x1c\x92\x9d\x50\x39\xc3\xe5\xa0\xdc\x78\x0b\x2c\x3f\x5d\x4f\xa6\x7f\x68\x3a\x1c\x32\xc6\xc6\x72\xcc\xd6\xb2\x69\x3a\xd8\x1f\x0b\x87\x30\xf1\x4b\x78\x33\x7e\x2d\x5c\x32\xab\xeb\xb3\x41\x84\xbd\xe0\x55\xa5\xfc\x92\x0c\xae\x68\xee\x99\x9d\x61\xb1\x3f\x96\x40\x7a\x89\x2b\xbf\xbb\x61\x19\xa8\xb5\xc8\x07\x67\x46\x61\x10\x40\xef\xd4\x86\x6b\xd8\x94\x1c\xe7\x3a\xad\x2d\x3c\x05\x16\x8e\x93\x17\xc4\xc9\x4b\x9c\x62\x44\xec\xcb\x44\xc9\x62\xd8\x57\x0d\xbb\x57\xe1\xf5\x9d\x4d\x63\xd5\x3c\xf7\x97\x7f\x34\x4b\xa1\x92\x36\x24\xe1\xf1\xd5\xb2\x69\x3e\x37\x8f\xc9\x7a\x14\x27\xf1\x2a\x5c\x8d\x5a\x8e\xd3\xc4\x19\x93\x66\xd9\x5c\x7e\xd1\xc4\xf9\xdd\xcb\xb5\xc7\x30\x2c\x72\xa8\x39\xba\x5d\xc0\xb4\xab\x65\xe3\x6c\x62\xd8\xd0\x83\x39\x57\xcb\x26\x95\x79\x59\x8f\x5c\xfc\x2e\xc1\xa7\x63\x28\x94\x7a\x10\xb6\x2e\x71\x7a\xc7\x0e\x50\x98\x73\xb5\x14\x29\x98\xee\x31\xc7\xd1\x59\xa0\xe6\xc4\xe8\xee\xcd\x65\xf4\x25\xae\xfc\xda\xce\x11\x7f\xae\x16\x79\x98\xe0\xd5\xad\xc4\x52\xc9\x05\x6a\x4e\x0c\x3b\x34\xc7\xf2\x60\xd6\x22\xcf\xd0\xe8\x5e\x9a\x16\xd1\xad\x96\x82\xd7\x7b\x84\x2c\xd2\xb1\x1c\x97\xc1\xcb\x4c\xf9\xd5\x0c\x07\xd9\x9b\xf0\x69\x9c\xea\xab\x3b\xc3\xd5\xc7\x3f\x59\xe4\x29\x72\x14\xb9\x80\x08\x97\x78\x08\xbf\x8d\xd3\x6d\x6c\x93\x86\x9e\xa4\xc9\x44\x01\x3f\x84\xbb\x3e\x83\x72\xa4\xf1\xc2\xfa\x7a\x11\xd9\xda\xc6\x79\x94\x79\x69\x99\x28\x09\x4b\x31\x0c\xcf\xa0\xc5\x43\xab\xa5\x68\x42\x0f\x1d\x03\x11\x35\xae\x41\x0f\x8b\x61\xef\xe1\x18\x1a\x13\xfc\x4d\xa6\x9f\x05\xf4\xb3\xb6\x49\x5d\x0c\xcf\xb7\x75\xc9\xb3\x6d\x5a\x54\x87\xb5\xce\x7a\x5b\xb4\x6d\xfe\x4d\x0b\xf8\xba\xca\x59\x8b\x9c\x53\xc3\x2e\x45\x38\x69\x89\xeb\x47\xbd\x02\xe1\x52\x2c\x72\x36\x8d\xe9\x01\x9c\x08\x1a\xf1\x41\x02\x6a\x19\x89\x01\xde\x85\x4f\xe3\x77\xee\xa3\x8f\x53\xf0\x63\x98\xea\x54\x15\x6f\xdd\x3b\x43\xf8\xef\xdc\xd8\x22\xda\x1c\x09\x5a\x21\xb1\x9d\xd6\x3d\x13\xb1\xb5\xbc\xd9\xca\x24\x8c\x5c\x2d\x55\x1b\x3d\x5b\x93\x63\xaa\xd5\x5a\x8a\x6e\x0f\xf0\x8d\x4a\x95\xcb\x69\xe8\xed\x99\x4c\xf0\xbb\x12\x73\xbb\x14\x09\x28\x97\xb8\xca\xb1\xdc\x62\x65\x16\xb9\x9c\x86\xad\xcc\x71\x23\xb7\x72\x39\x8d\xdb\x43\x7f\xab\x3b\x2e\xfd\xae\xe5\xf6\x46\x6e\xab\xe4\xf9\xf6\x0a\x8b\xeb\xb0\xc8\xb5\x34\x6c\x35\x42\x51\xab\xa5\x4a\xcd\xdc\x1e\xe5\x5b\xed\xd5\xd2\xa2\x1b\x9a\x99\x58\xf5\x97\x6b\x69\x3c\x96\x5c\x5c\x81\x85\x68\x20\x31\xec\x0a\x1c\xb8\x02\xcb\xce\xf6\x7e\x3c\xae\xff\x83\xd4\xed\x45\xe5\xb8\xff\xd7\xcd\xcd\x5a\xf6\xdd\xb8\xcb\x59\x4b\x5d\xd9\x35\x5e\x8f\x17\x0b\xac\xba\xb2\x6b\x8b\xf7\xba\xff\xd7\x75\xcd\x5a\x76\xa9\xf3\xd7\xab\xc2\x4b\x7f\xee\xda\x31\xbf\xae\xcf\x0a\x82\x90\x78\x17\xae\xb9\xf4\x32\xdf\xe5\xfb\x19\xaf\xd5\xff\xab\xdf\xd5\xd2\xfe\x59\xdd\xe2\x32\x2b\xbb\xfa\xed\xb3\xb4\x7f\xf4\x0f\x31\x94\xf3\xf3\x32\xbe\xfa\xff\x28\xc6\xa5\xe6\xd7\xc5\xcc\x5a\xbc\x5f\xb4\x6f\x8c\x80\x6b\x89\x1f\xc2\x87\xf1\xdc\x41\x5d\x52\x4b\x9f\x3c\xc6\x44\x58\xcb\xec\xc2\xad\x9d\x3f\xba\xf9\xe0\x70\x67\x7c\xee\xe6\x75\x7d\x33\xf1\x55\xfc\xb4\x2b\x6d\x6e\xec\x10\x0e\xa6\xc5\x54\xb8\xf1\x4c\x90\x1f\xcf\xf9\xb4\x79\x35\x71\xa5\x15\x79\x21\x4c\x74\x0b\xa8\x6d\x89\x5f\xe0\xda\x63\xcf\x65\x19\xd5\x72\x70\x76\x37\xed\x1a\x9b\x1b\xab\x32\x2f\x53\x85\x29\x70\x41\x84\xb5\xc4\x55\xfe\xf0\xef\xb2\x3a\x42\xca\x08\xe2\xac\x91\x58\xe2\xc0\x0b\x54\x31\x6d\xf8\x10\x79\x2d\xf1\x4b\x78\x33\xce\xef\x72\x46\x67\xba\x5b\xc0\x63\x4b\x5c\xe5\x48\x3b\xcd\x82\xf8\xe8\xb8\x19\xd6\x1a\x89\x06\x1e\xc2\xbb\x71\xf2\xa3\x2c\xa7\x7d\x60\xd0\xd4\x6a\xd1\xf1\xf1\x54\x48\xf0\x20\xf2\x5a\x2d\x3a\x0e\x36\x1d\x2d\xa0\xa3\x25\xde\x84\x9f\xc6\xfb\xcf\x1f\x8a\x66\x90\x5f\x61\x78\x90\xbd\x83\x4b\xfb\xcc\xf5\x9e\xa7\x82\x19\xc4\xac\x1e\xad\xc5\x56\xbb\x20\x11\xe4\x57\x33\xbc\xe6\xc4\x79\x18\x1f\xc6\xe7\xca\x7e\x0a\x56\x9b\x96\x93\xec\x3a\x35\x24\xb6\x9f\x88\xd9\x76\xc9\xd2\x30\xa1\x2d\x20\xb4\x5d\x27\xc7\x13\x53\x2f\x7f\x66\xe2\x4a\x18\x35\xe5\xc8\x6b\xa1\x08\x6b\xd0\x07\xf2\xcb\x3f\xc9\xec\x3c\xd9\xb4\x4d\x5b\x49\x84\x60\x4b\xfc\x10\x7e\x18\xcf\xd2\x79\x89\x29\xbf\xba\x61\x1a\x2a\x69\xdd\x2d\x05\xcb\x78\x52\x4c\x85\xfc\x2a\x86\x55\x7a\x08\xdf\x8d\x67\x37\xb6\xa2\x1f\xd5\xd4\x87\x8a\xa7\x90\x0a\xe1\xb0\x6e\x41\x58\xb7\x5a\x4e\x34\xd4\xb4\x4d\x35\x97\x4d\x75\x35\x14\xc2\xdc\x2d\x61\x3b\x0a\xdf\x43\x6d\x53\x6b\xee\xec\x73\x89\xfa\x1c\x73\xf7\x8c\x5a\x2e\xbc\xc4\xf5\xb3\x9e\x51\x3b\xfb\x5c\xcb\xc0\xee\xf1\xd8\x27\x8d\xd2\x0c\xdc\xa7\x6b\xaf\x2e\x66\x43\x65\x02\x60\x26\xd6\xc2\x07\x33\x24\x3f\x55\xfe\xc1\xc6\xec\x64\xfb\x31\x0f\x0b\x13\x36\x55\xe1\xb5\xab\x98\x87\xdb\x75\xa0\x11\x60\x7a\xe4\xe7\x61\xfc\x04\x77\xfe\x30\xfe\x82\xab\x3e\xd2\x74\xf3\x60\x81\xe3\x55\xab\xfc\xbc\x8d\x93\x9f\xe3\xea\x69\x1b\x69\x9e\xeb\x58\xb4\xe8\xb8\x7a\x9e\x9e\x69\x32\x7a\x1a\x0b\xcd\x3c\x3d\x47\x64\xf4\x34\x89\x94\x7d\x74\xc4\x8f\xab\x45\xd6\xcd\x54\x8c\x87\x20\x4e\x5c\xe2\xca\xef\x7e\x3e\x55\x7f\x4d\xb6\xd3\x82\xbf\x1c\x72\x89\xab\x9e\xd3\xf5\xa1\xff\x9b\xa6\x95\x6f\xa1\x42\x2a\xac\x05\xca\x45\x38\x3c\x5c\xc0\x0e\x4c\x9c\x76\x35\xd7\x1f\x87\x5b\xb9\x24\xcc\x8a\x1a\x1e\x53\x76\xd2\x55\x7e\xc7\x9b\x38\x6d\x46\xcd\x86\x78\xe9\x14\x97\xe0\x70\x24\x5e\x70\x9a\xe1\x6b\xa7\xb3\xb1\x10\x11\xbb\x21\x1c\x3d\x2e\x13\x03\xfc\x10\xfe\x18\x5f\xcd\xbe\x34\x0c\x97\x15\xde\x45\xf3\x08\x77\x9c\x9f\x87\xf1\xd5\x1d\x97\xe6\xe4\xe5\xe6\x5d\x6a\x9e\xa6\x8d\xde\x2f\x09\x58\x7d\xb5\xc8\x33\x66\x56\x5f\x26\xd6\x30\xe8\x38\x75\x5e\xd3\xe5\xa3\xb0\xe5\x1b\x9b\xbe\x8f\x0a\xad\x2f\x71\xba\xb5\x7b\x78\xfa\x3a\x51\x2b\x62\x0a\x98\xbe\x17\xb3\x33\x3d\xba\x16\x10\xdf\x2f\x9d\x1d\x5d\xdb\x8b\xf2\x7b\x01\xe9\x78\x6d\x35\x8b\x6d\x5d\xcd\xe5\x33\x6b\xba\xc4\x6b\xd2\x5d\x40\xba\xab\xa5\x6b\x54\x7c\x5b\x14\x72\x5d\xd3\xb9\xc5\xb4\xd1\x35\x97\xd1\xd5\x42\x6d\xb2\xcd\x35\x97\xcd\xd5\x42\x4d\xf2\x95\xd0\x29\x93\x4b\x47\xac\xe6\xca\x65\x62\x65\x0f\x95\xa2\x1d\x15\x14\xba\x5a\x44\x1e\x98\xb6\xac\x66\xd0\x22\xc9\xa7\x6f\x72\x4e\xbc\x6e\xa5\x6b\x3e\xea\xe5\x90\x20\xdc\x5b\x2d\xba\xd0\xe0\xb0\x6e\x41\x58\xb7\xc4\x9b\xf0\xdd\x78\x03\xef\xc2\x2f\xe3\xb9\x52\x7a\x1a\x0d\xaf\x94\x83\x95\x52\x37\x20\xe6\xd0\x89\xe2\x1c\x6c\x00\x74\x05\x62\xda\x44\x9b\x03\x39\xeb\xec\xf7\xe7\x90\xdd\x39\x07\x1b\x03\x51\x0d\xe0\xdf\x91\xa0\xd3\xb4\xe1\x19\x96\xbf\xc1\xfc\x11\xa5\x60\x0e\xcf\x1f\x59\x69\xa2\x14\x98\x70\x17\x30\xec\x6a\x11\xa5\x60\x0e\x77\xcf\x40\x2e\x75\xe5\x01\xfe\x1d\x09\xda\xa5\x41\xb4\x55\x37\xd7\xcb\x21\x97\xb5\xcf\x74\x6f\xe2\x34\x2c\x3a\xb8\x9d\xd3\xd3\x6d\x76\xaa\x29\x6d\x6e\x67\x22\xf1\xe9\x12\xa7\x59\xd3\x32\x32\xd9\xfe\xea\x80\xd6\xbc\xbd\x4c\x5c\xe0\x87\xf0\x30\x3e\xc0\x2f\xe1\xd3\xf8\x5a\x04\xb5\x8d\x9b\x5e\xec\x26\xbd\x19\x58\x19\xd3\xbe\x44\x02\xe0\x25\xae\x66\xb9\xd7\xf0\x25\x16\x11\x19\xe6\xb4\xd6\x99\x58\x19\x3a\x75\x9d\xd3\xf3\x67\x99\x81\xed\x92\xac\xd9\xf8\x23\xf4\x5d\x66\xa7\x3a\xb7\x37\x02\x32\xe6\x42\xbb\xb2\xdb\x33\xe2\x66\x4d\x10\xd1\x60\xfa\x1e\x28\x3c\xbd\xc4\xbb\xf0\xc7\x38\xd5\xd7\xfe\xc3\xf7\x3d\xe7\xad\x6a\x4a\xa9\xd9\x68\x9b\xf7\x1a\x44\x79\xf4\xcc\xc2\xcb\x04\x9d\x7f\x19\x3f\x8d\x07\xf8\x21\xfc\x36\xce\xcf\x6a\x69\xb7\x2d\x37\xf1\xe8\x15\xeb\x85\xc7\xcd\x7a\x58\x02\xad\x18\xf4\x2a\x49\xc0\xce\x4b\x5c\xe5\x78\x09\x7f\x58\xc2\x43\x3a\xf0\xb1\xec\x3f\x2c\x8d\xa1\xcd\xb5\xaf\x7b\x42\xeb\x4b\x9c\xee\x79\xbc\x04\x62\x13\x56\x71\x04\xa6\x6d\xc2\xb9\x9e\x21\x49\x9c\xfa\xbc\xd6\x76\x8b\xd0\x57\xeb\xa6\x8d\x98\xaf\x75\xce\xe5\xe9\xbb\x74\xa5\x62\xbe\xb6\x61\x16\xd1\x2f\xb3\x33\x8a\x76\x00\x12\x5f\x2f\xf1\x2e\xbc\x19\xef\x0b\xd7\xde\xfd\x75\x37\xac\x18\xe3\x89\xeb\x67\x6d\xf3\xe0\xe9\xab\xa2\x20\x4c\xdf\xde\x84\xf3\x57\x2b\xd1\x87\x47\x97\x0d\x36\x3a\xce\x9b\xd8\xd6\xce\x61\x38\xc4\xda\xe8\x05\x9c\x13\xbb\xd1\xab\xf1\x2a\x7c\x75\xf3\xe8\xbb\x71\x76\x6e\x51\xd7\xe9\xf9\x30\x3b\x69\xc0\xe2\xa9\xc1\xad\xce\x61\x16\xcf\xe8\xa7\xf0\xce\xef\x36\xe3\x2c\xc5\xa2\xf5\x8f\x7e\x19\x67\xe9\x8b\xb3\xf0\xbb\xdd\x78\x17\x7e\xf1\xbb\x61\x9c\x7b\x12\xc1\xce\x6a\x38\xd6\xce\xd0\xdd\xf5\xb8\x36\x7e\x77\x1a\x9f\xc2\x1b\xbf\x7b\x1b\xe7\xc8\x22\xb8\x28\x37\xfa\x63\xfc\x11\x1e\xfc\xee\x6b\x1c\x13\x5e\xfc\x9b\xe1\xdb\xb0\x83\xeb\xa4\xbb\x28\x23\xc3\xd7\x49\x07\xb1\x1f\xf6\x6d\x5b\x3b\xdb\xe1\x7b\x94\x83\x58\x0b\xfb\x56\xd6\x52\x31\x7c\x0f\x71\x70\xc3\x70\xdf\x38\x10\x1b\x21\x63\x6b\x44\x25\x7f\x5d\xc7\xea\x23\x3c\x2e\xb1\xe7\x0a\xb5\x6f\xf5\xfa\x3f\x27\x5c\xf5\xfa\x7f\x1b\xae\x37\x44\x47\x7d\x63\x49\x23\x26\xda\xeb\xb7\x6b\x5f\xdc\xd2\xdc\x30\x79\x43\xb1\x0a\x5f\x9e\x56\x2d\x22\x8d\xbc\x43\x17\x5c\x5f\xb9\x05\xeb\xb6\xdc\x32\xaf\xdd\x82\xaf\xdc\x70\x95\x03\xc6\x6f\x68\xb3\x92\x09\xf2\xaf\x9e\xfe\x46\xc7\xd0\xc9\x04\xf9\x97\xde\xcb\xcf\x4f\xf8\xb2\x51\x2a\x67\xee\xf9\xe9\xfc\x2a\xff\x50\x39\xd4\xf3\xe3\x11\xb6\xc4\x73\x04\xbe\xe9\xf2\xd9\x15\x21\x3f\xf9\x71\x19\xed\x6e\xeb\x37\x15\xc8\x2a\x13\xc7\xcf\x1f\xdc\xa5\xc9\x8f\xd3\x68\x96\xd0\x8d\xba\x84\xb9\x4a\x50\xb9\x2c\x95\x1f\x7b\x29\x6e\xfb\x7c\xde\x4a\x7d\x6c\xa5\x08\xbf\x97\x1f\x8f\xd1\x37\xf3\x52\x82\xb6\x57\x1f\xa1\x73\xb1\x84\xbe\xa9\xa7\xdb\x3e\x36\x4e\x65\x23\x04\xca\xc7\xf6\x89\xc4\xb5\xf0\xdd\xb8\xf3\x2f\x96\xde\xc6\x93\x6e\xdf\xd4\x2b\xe8\x9f\xde\x10\x10\x65\xe8\x73\x9c\xd6\x8f\x38\xad\xb5\x55\xa1\x6a\x39\xb3\xa3\x51\x43\xcd\x8d\x0f\x5d\xcd\x63\x33\x9f\xc9\xc0\x9f\xc8\xc0\xad\xff\x6f\x39\xcc\x8f\xbf\x8f\x3f\xfe\xed\x3f\xfe\x73\xfc\xf1\x5f\xe3\xef\xef\x8f\xfb\xaf\x3f\xff\x7c\xff\xf1\xaf\xe7\x6f\xf7\xbf\x7e\xfc\x7b\xa2\x3f\x9e\xf7\xfb\xdb\x3f\xde\x3f\xdf\xff\xfe\xe7\x5f\x7f\xde\xef\x8f\x3f\xfe\xf9\x47\xfe\xd5\xfa\xf7\x3f\x01\x00\x00\xff\xff\x4b\x56\x88\x06\x41\x98\x03\x00"); -func _aba ()([]byte ,error ){return _g (_ddc ,"83pv-RKSJ-H")};var _cc =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x84\x9b\x5d\xab\x65\x37\x72\xfe\xef\xcf\xa7\xd8\x97\xf3\xbf\x98\xbf\x97\x5e\x4b\x82\xc3\x01\x33\x63\x13\x07\x26\x09\x71\x26\x09\x84\x5c\xac\x25\xd5\x32\x0d\xf1\xe9\xa6\xdd\xbe\xf0\xb7\x0f\xf5\x7b\xf6\x38\x99\x21\xe0\x0b\xf3\xb8\x9f\x2e\x69\x95\x4a\xa5\x7a\x91\x76\x7f\xf5\x87\xef\xfe\xf8\xdd\xfb\x87\x2f\x8f\xaf\xfe\xe9\xf3\xc7\xf5\xbd\x7f\x79\xdc\x1f\xde\xf7\x67\xff\xe9\xe3\xcf\x9f\x97\x3f\x2e\xff\xe1\xc3\xfb\xcb\x4b\xca\x8f\xfd\x61\x7d\xf9\xcb\x1f\x81\xf5\xe3\xf9\xe9\xe5\x25\xc6\x7f\xff\xcb\x4f\x5f\xfc\xc7\xef\xde\xef\x8f\x8f\x22\xb9\xfd\xf3\xa7\xa7\xec\xe3\xf1\xd5\x3f\xfb\x0f\x1f\x7e\xfa\xf2\xf9\x97\xc7\xef\xbe\xde\x1f\x2f\xff\x7f\x8f\xed\x77\xf0\xff\xf8\x79\xfb\xe7\x0f\xef\x3f\x3c\x7e\xf7\xf7\xe7\xa7\xf3\x3d\xfd\xfa\x17\xdf\xff\xfc\xe9\xd3\x7f\xf9\x8f\xfe\xfe\xe5\x71\xc0\xf9\xfb\x06\x5f\xbe\xfa\xc3\x9f\xce\x4f\xff\x70\xfe\xe8\x8f\xaf\x6c\xfc\xfe\x9b\x3f\xff\xe1\xf7\x7f\xc7\x5f\xc0\xff\xab\x7f\xfe\xe9\xc3\xc7\xf7\x47\x3a\xfe\xff\x71\xf4\xff\xe1\xff\xe5\x97\x4f\xfe\x48\xcf\x09\xfe\xfd\xcf\xdf\xfd\xf1\xf1\x1f\xe9\x91\x8e\x47\x6e\xa5\xda\x7f\x3e\xf9\x7f\xfb\xd3\xc7\xed\xcf\xcf\xbd\x14\x29\xbf\x3e\x6e\xff\xe9\xd3\xb9\xfc\xf3\xf9\xfe\x83\xbf\x3c\x1e\xaf\xc7\xf1\xf6\x78\x3c\x5e\xc7\xf1\x16\x7f\x1a\xdf\x7c\x7d\xbc\x05\xfc\xf1\x5b\xfe\xfc\x75\xfa\x3a\xbd\x3d\x5e\xbf\xfd\xe6\xdb\x6f\xde\x42\xe7\xbf\x19\xff\x92\x34\xed\xfb\xc7\x2f\xdb\x6f\x71\xcc\xf8\x9a\xee\xb7\x47\x2e\x29\xc6\xfc\xef\xbf\x7c\x49\xc7\xf1\xd4\xe4\xc3\x7e\xca\xe7\x90\x37\x97\xfc\xeb\xf0\x13\x0d\x7c\xdf\x6f\x8f\x92\xfb\xcb\xeb\x99\xce\xd0\xe1\x4c\xb7\xbf\x3d\x7a\x29\x2f\xaf\x67\x16\x93\x4f\x7f\x7b\x58\xb6\x97\xd7\xb3\x5c\x31\xea\x2c\xd7\x7c\x7b\xd8\x38\x82\x59\xc8\x94\x7d\xbe\x3d\x6c\xc2\xb8\x98\xfb\x7c\x7b\x8c\x14\x33\x57\xcd\x53\xef\xf2\xf6\x18\x35\xbf\xbc\x9e\x4d\x4c\xbb\xfb\xdb\x63\xe6\xf6\xf2\x7a\x76\x31\xfd\x1a\x6f\x8f\x74\xa4\x14\x94\xa6\xee\x1b\xaa\x84\x94\x49\xca\xe2\x6f\xd2\xd1\x66\x50\x5b\xd4\x0d\x35\xf3\xcb\xeb\x75\x20\x25\x48\x29\xa6\xbf\x8e\x33\x8b\xca\x6f\x0f\x63\x75\xd7\x71\x16\x51\x03\x29\x83\x9a\xa2\xe6\xdb\x63\xe4\xde\xa1\x4e\xa8\x8b\xb9\x4a\x0d\xea\xd2\x5c\x01\x36\x7b\x82\xd2\x5c\x01\x56\xca\x01\x55\x45\x9d\x31\xb0\x6a\xe0\x25\xea\x42\x09\x51\x0b\xca\x77\x48\x35\xb4\x77\x17\xe5\x48\xa1\xbd\xdf\x50\x77\x7e\x7b\xa4\x7c\xa0\xfd\xad\x2f\x06\x58\x2f\xa8\x7a\xeb\x8b\xf7\x85\xd4\x80\xd2\xf4\x01\xd6\x0b\x6b\xbc\xb7\x28\x0f\xa9\x14\x94\x76\xfe\x4a\xb1\xec\x94\xd3\x84\x3a\x45\x9d\x0c\x1c\x50\x68\x9f\x62\x5d\x29\x67\xa4\xae\x26\xaa\x21\x25\xaa\x8b\x0a\xab\xe6\x7a\x40\x4d\x51\xe1\x34\xfd\x49\x69\xfa\x58\x7d\xca\x18\x27\x5d\x5b\xd4\x46\x2a\x43\x61\x89\xc4\x6e\xe7\x8a\x12\x2b\x8b\x62\x1f\x6b\x81\xc2\x12\xc9\xc3\xd0\xb9\x41\xb9\x54\x75\x0c\xad\xe9\x1d\x4b\x24\x2d\x7b\x06\x25\xf7\xbe\xf2\x69\x6f\x8f\x54\x52\x81\x1a\xa2\x06\x03\x1b\xd4\x14\x15\xda\x97\x3e\xa1\x4e\x51\x18\xa7\x76\x28\xbe\x98\xe3\x38\xa5\x92\x99\xcb\x0f\xa8\x00\xeb\xd5\xa0\xf4\xc5\x3b\x0c\x5d\x0c\xea\xd6\x5c\xb7\xe6\x1a\x50\x9a\x2b\x36\x2d\x55\x76\x3b\x6b\xd3\x00\xeb\x15\x25\x6e\x17\xe5\x48\x85\x12\x45\x0b\x02\x52\x3d\x0c\x2a\x8b\xc2\x5e\xed\x80\xc2\x5e\x1c\xdc\x54\x8f\x98\xab\xc8\xaa\x40\xaf\x93\x81\xeb\x29\x15\xfb\x58\x6b\x82\x9a\xa2\xe6\xdb\xa3\x1d\xac\xb1\x2c\xb4\x2f\x5e\x91\x0a\xed\x8b\x37\x51\xf8\x44\x63\xa0\x77\x51\xb1\x43\xd5\x50\x55\x3b\x54\xb4\x43\xf8\x7d\xd1\x0e\x15\x9c\xbc\x0e\x28\x39\x79\x91\x93\xb3\xb5\x45\x4e\x5e\xee\x16\x52\x93\x05\xdd\x9a\x3e\xa0\x4d\x9c\xbc\xdc\x26\x6a\x22\xa5\x81\x52\x55\x86\x6e\x15\x4a\x4a\xc8\x84\x2c\x5b\xa1\xea\xaa\x18\xa7\x1d\xa1\x7d\x95\x71\xaa\x5c\xae\x35\xa8\x22\xaa\xbc\x3d\x9a\x94\xa8\xab\x8a\x8a\x4d\x6b\x9c\xc7\xba\xb6\x28\x36\xad\x89\x62\xd3\xea\x66\x7a\x3c\xa7\x6e\x4d\x1f\xd0\xfb\x18\x50\x9a\x1e\xab\x36\x4c\x58\x65\xd5\xfa\xb4\x2a\xaa\xca\xaa\x15\xed\x9b\x85\x12\x0a\xab\x57\x0b\xc7\x4c\x6d\x36\xa8\x4b\x94\x0c\x3d\xa0\x30\x74\xbb\xc2\x57\x3b\x9e\xd3\x16\xbe\x0a\x58\x8f\xb8\x7a\xb5\xa5\xb9\x98\xbe\x13\x1e\x15\xa3\x05\xa9\x8f\x09\x95\x45\x61\x9c\x7e\x40\x15\x51\x61\xfb\x3e\x13\xd4\x29\x0a\xdb\x77\x51\xe8\xd5\x57\x43\x8a\xb9\x56\x17\xd5\xdf\x1e\x56\xad\x42\x99\xa8\x50\xc2\xa4\xc4\xba\x45\xdd\xcc\x15\x6e\xd2\x37\xda\xf7\x70\xa0\x64\xd8\xbe\xfb\x16\x85\xed\x7b\x81\xc2\xf6\x3d\x9c\x29\x19\xc1\xbd\xcb\x99\x00\xeb\x9d\x2f\xde\x4d\x54\x98\xd0\x8c\x81\x72\x13\xc0\x7a\x6f\x50\x4b\x14\x5f\x1c\x07\x49\xfb\x2f\xa9\xf6\xff\xca\xbe\x57\xd7\x09\xee\x3a\xc1\xcf\xaf\x3f\x15\x62\x71\x38\xbc\xf2\xdb\x65\x27\x3a\x8e\x02\x55\x45\x49\x47\x83\x42\x47\x8b\x50\x9b\x6c\x40\x5d\x26\xca\x90\x1a\x50\xc4\x32\x0b\xc7\x4c\x83\x6d\xb6\xa5\x81\x0b\x2f\x22\x96\x99\x8c\x6e\xe1\xa4\x69\xe4\x03\xca\x45\x91\x80\x4c\x14\x46\x27\xd7\xa6\x41\xec\x37\xf9\x2d\x60\xdd\x12\x54\x11\xc5\x17\x49\xb2\xb6\xf5\xc5\xcd\x17\x8d\x35\x6e\x7d\x31\x2a\x86\x34\xd8\x2d\xdb\x97\xa8\xb0\x70\x1a\x9a\x0b\x0b\x9b\x87\x25\x28\x1a\x2e\x73\x59\xc2\xb1\x04\x5b\x63\x3a\x16\x76\x1f\x21\xc5\x49\xa1\x10\x78\x82\x75\xbc\xc8\x6e\xa9\x7a\x47\x2c\x1b\x5d\xd4\x14\x45\x4e\xb2\x06\x75\x8a\xc2\x12\x52\x55\x3b\x04\x58\x27\x70\x0d\xed\xd0\xb8\xd0\x8b\x10\x3e\x94\xe9\x01\xeb\x4f\x0a\xbd\xc6\x42\x2f\x22\xcb\xd0\x79\x02\xac\xdb\x80\x42\xaf\x81\x03\xcc\x14\x86\x9e\x9a\x7e\x72\x82\x27\x56\x9d\x3a\x29\x53\x27\xd8\x26\x14\xc6\x99\x38\xc0\xc4\x73\xa6\x1c\x60\xca\x01\x06\x73\xc9\x01\x26\xb1\x6c\x92\xf2\xa6\xbe\x38\x15\xcb\x30\xf4\x54\x2c\x9b\x61\xfb\x7c\x1c\x61\x89\x29\xdb\x03\x6d\x10\x76\xe7\xc6\x7d\x67\x1c\xb1\x7c\x14\x06\xfa\x93\xc2\xa3\xa5\x84\x8e\xd8\x8c\x23\x96\x0f\xd2\xc1\xd4\x11\x9b\x3a\x62\x78\xf4\xd4\x11\x9b\xb1\x1d\xf9\x20\xa0\x4e\x6d\xc7\xd4\x76\x0c\x54\xd5\x76\xcc\x30\x4e\x3e\x88\x2c\xa7\x8c\x73\x86\xcb\xe5\x83\x83\x78\xca\xe5\x00\xeb\x43\x14\x5f\x3c\x23\x3c\xe6\x14\x05\xe8\x75\xba\x89\x92\x71\x44\x61\x9c\x13\x55\x13\x5e\x78\x4a\xd5\xf3\xa9\xaa\x41\x35\x51\xa1\x44\x22\xef\x5e\x52\xe2\x3a\x99\xbe\x89\x32\x51\x9a\x7e\x40\x0d\x51\x33\xa4\x38\xee\x97\x82\xe0\xa5\x20\x38\x34\xf0\x12\x75\x21\x25\x6a\x89\xa2\x62\x23\xb5\x5c\x27\x86\xbe\x62\x3b\x73\xc2\x27\x2e\x95\x54\x97\x4a\xaa\x29\x4a\xd3\x4b\x55\x4c\xb8\xa4\xea\x8a\x20\x9a\x55\x19\xad\x35\x44\x51\xe0\x4c\x51\x53\xd4\x8c\xe4\x4f\xa6\x5f\x4a\xeb\x2b\x4e\x6a\x56\xb1\xb4\xb6\x89\x62\x8d\x4f\x4a\x73\x85\x9b\xe4\x42\xbd\xb9\xe4\x26\x6b\x73\x60\x48\x40\x6b\x13\x3a\xd6\xad\xd6\x23\xa8\x2d\xbd\x76\x58\x22\x17\x2a\xa3\x2d\x4b\x6c\x39\xf9\x14\x85\x25\x76\x1c\xa5\x5c\xc8\x5c\x5b\xc5\x25\x60\x7d\x8a\x42\xaf\x1d\x85\x44\x56\x79\xb6\x55\x48\x6c\x39\xe6\x14\x85\x63\xee\x08\x0a\xb9\xe6\xd0\x7e\x2b\x28\x6c\x6a\x0b\x23\xd3\x6f\x39\xc0\x46\xd5\x4a\x15\xef\x52\xd5\x23\xfa\x66\x19\xc7\x15\x7d\x01\x33\xca\x33\x3f\xd1\xcb\xa3\x23\xc8\x95\xb4\xee\xea\x08\x00\xb3\xa3\x42\x55\x51\x4c\x8f\x47\xfb\x75\x8b\xba\x91\x0a\xe3\xb8\x52\xb1\x6f\xbe\x48\x18\x72\x05\x51\xc0\x8c\x48\xee\x0a\xa2\xbe\x99\x8b\xed\x70\x19\x1a\x30\xa3\xfa\x73\x95\xa0\x1e\x41\x34\x37\x29\xa1\x20\x0a\x98\xb1\x69\xae\x20\xea\x2c\xbb\x51\x10\xde\x5a\xf6\x8d\xfb\x36\x7a\x90\x5b\xee\x0b\x98\x3d\xa5\xd8\xb4\x3b\xfc\x20\x37\xaa\xe5\x7b\x4f\x51\xe1\x98\x46\x48\xbb\xb7\x06\x86\x5e\xb9\xd1\xa0\xdd\xd2\x0b\x30\x8b\x66\xef\xba\x55\x1a\xdf\xce\x5c\x6c\xda\xed\x9a\xcb\x35\x97\x06\x6a\x2e\x54\xed\xa1\xfd\x52\xb3\x27\xc8\x3d\xcf\xdf\x4c\xc5\x4b\xbd\xa0\xc0\x2c\xea\xfe\xa5\x5e\x70\x1d\x8b\x49\x22\xbc\xad\x63\x49\x6a\x49\xaa\x42\x49\x2a\xec\x95\x29\x2a\xd6\x41\x11\x26\x30\x0b\xef\x5e\x07\xc1\x66\x1d\x91\x93\x32\xee\xb7\x8e\x5b\x3a\xde\x9a\xab\x43\x69\x2e\x82\x20\x26\x58\x07\x41\x70\x1d\x54\xa8\x96\x58\x1c\xa5\xc7\xa2\x59\xcb\x16\x9d\xd9\x52\xb3\xb6\x12\xf1\xc7\xa2\x0a\x5f\x89\xf8\x23\x30\x8b\x1c\xbe\x12\xf1\x47\xd0\x29\x76\x16\xed\xdd\xeb\xa2\x33\xcb\xc6\x1a\xd5\x99\x09\xcc\xb2\xa8\x13\x6a\xc5\x79\xb2\x08\xe1\x2b\x45\x4d\xfb\x04\xb3\x9c\xa1\xb6\x28\xf4\x8a\xa2\x64\x25\x4a\x04\x81\x3d\xf5\xa2\x2e\x5b\x09\x27\x35\x43\xaf\x2d\x29\x39\x69\x1c\xc4\x95\x5c\x52\xec\xbc\x0d\x54\x75\xe9\xa5\x9d\x8f\x06\x7e\xd1\xde\xbd\xae\x24\x4b\xcc\x90\x52\xff\xb6\x72\x34\x91\x79\x44\x27\xbb\x32\x4d\xa4\xc0\x2c\x23\x45\x13\xb9\xf2\x42\xaa\x42\x49\x7b\xc0\xa8\x2a\x57\x5e\x92\x22\x0b\x8e\xa8\x2a\x57\x26\x0b\x0a\xcc\xf2\x80\xd2\x40\x8f\x73\x4e\xf2\x5f\xd9\x8b\x28\xce\x79\x54\x46\x2b\x73\xc4\x56\x8e\x98\x93\x47\x44\xe2\x95\x69\xe0\x05\x66\x11\x59\x56\xbe\x59\x76\x8e\x98\x93\x87\x16\x44\xb6\x59\xf9\xc6\x99\xd8\xa1\x4c\x23\xb3\xe8\x05\xf3\x8c\x60\xb3\xd4\x0b\x0a\xcc\x8a\x28\x69\x8f\x71\x28\x24\x96\x7a\xc1\x55\x70\x93\x89\x7f\x15\xb9\x49\x91\x9b\x94\x0a\x35\x44\x0d\xa4\x06\xd4\x14\x85\x17\xc6\xd1\x5f\x85\x73\xbe\xca\x89\x12\x59\x73\x6d\x51\x8e\x94\x41\xb1\xc6\x72\x49\x8a\x81\xda\x8e\xa2\xed\x28\x13\x0a\x55\x4b\x58\x22\xcf\x8a\xaa\xb2\x04\x60\xf6\xa4\xa4\x3d\xc6\x99\x93\x2f\xca\x38\x80\x59\x15\xd5\x45\x5d\x48\x75\xa8\x25\x8a\x4d\x8b\xb2\x71\x15\xd9\x8b\x2e\xaf\x1c\x98\x50\x5d\xde\xaa\xa1\x6a\xa1\xe6\x59\x55\xaa\x56\xa9\x5a\x91\x92\xaa\x35\xd2\x67\x39\xb0\x57\x25\x7d\x0a\xcc\xaa\xa8\x29\x6a\x86\x54\x65\x2e\xd2\xa7\xc0\xec\x49\x5d\xa2\xf8\x62\xa4\xbc\xa5\xf6\x50\x60\x86\x63\xaa\x3d\x14\x94\x23\xba\xf5\x55\x75\xac\xaa\x8e\x95\x06\xea\x58\xd1\x25\x96\x23\x7a\xe7\x55\xa9\x79\x04\x23\x77\x49\x35\x51\x27\x52\xa2\xa4\x44\x40\x6d\x78\x4e\x95\x93\x57\x19\x27\x4a\xe3\xa5\x26\x52\x50\x0e\xe2\x57\x53\xc4\x6c\x8a\x98\x04\x85\xa6\x88\xd9\xc2\xbf\x4a\x8a\xf4\xb9\x9a\xfc\xab\xc9\xbf\xaa\x06\x0e\x51\x1b\xa9\x0e\xe5\xa2\xf0\x1c\xd6\xd8\xe4\x39\x2d\x32\x7d\x49\x04\xe4\x46\xa6\x17\x98\x35\xa6\xbf\x34\x7d\xec\x4a\x49\x59\xd4\x73\x20\xc6\xc1\x12\xea\x64\x57\x63\xd3\x12\x27\xad\x69\xd3\x9a\x36\xad\x31\xbd\x36\xad\xc5\x0e\x95\x84\x63\x36\xed\x10\x60\xd6\xb0\x84\x02\x5f\x0b\x7b\x97\x84\x33\xb5\x2d\xe3\xd0\xf5\x58\xd4\xae\xab\x6d\x59\x62\x63\x09\x2d\x7b\x4b\xd5\x80\x36\x9e\x52\x52\x22\xe2\x44\x49\x9a\x5e\x71\xa2\x29\x15\xb3\x43\x8d\x54\xbc\x9a\x63\xaf\x2e\x4a\xf6\x0a\x68\xf9\x60\x41\x8a\x26\x2d\xd2\x49\x49\x84\xa1\xa6\x74\x02\xb4\xaa\x65\xdf\x9a\xfe\xc6\x12\x03\xed\x6f\x29\x71\xcb\x12\xec\xa3\x92\x0e\x6d\x7e\x49\x51\xf4\x2e\xb5\xf9\xab\x5f\x28\x11\x35\xe2\xea\x3a\x0a\x80\x59\x14\xbd\xab\xcb\xf6\x5c\xd2\x96\x4c\xbc\xef\x4a\x99\x5d\x29\xb3\xff\x76\x57\xbc\xba\x32\x6a\xc7\x95\x33\x91\xb8\xcb\x95\xbb\x8a\x9d\x9e\xa0\xba\xa8\xd8\xad\xcc\x49\xe9\x72\xe5\xae\xe0\x4c\x2a\xee\x0a\xce\x3d\xd2\x49\xa1\xda\x5d\xdd\xb5\x92\x00\xb3\x68\x18\x56\x77\xe9\x18\x86\x2e\x19\x13\x74\xe5\xf0\x4e\x77\xa0\x5c\xd9\xe9\x0e\x56\x8f\x04\x54\x32\xc7\xa2\x2b\x01\x01\x66\x5d\x03\xa5\xc4\xcd\x5c\xec\x56\x57\x48\x02\xfa\x90\xed\x14\xc2\x69\xf3\x4b\x8e\xfe\x6d\xa9\xcd\x5f\x16\xa7\xa3\x64\x8c\x6e\x0a\xbb\x80\x59\x97\x14\x5f\xa4\x8f\x2f\x99\xf0\x66\x4a\xd8\xa6\x84\x4d\x46\x35\x25\x6c\xba\xea\x52\xa2\x4a\x5a\x26\xf7\x03\xcc\xa2\x61\x58\x26\xf7\x33\x47\x0a\x57\x36\xd5\x29\xa6\x65\x9b\xa8\xa7\x54\x54\x0d\x8d\xa8\x6e\x4a\xc5\xa6\x54\x1c\x4d\xf7\x32\x59\xc2\xa2\xcc\x2e\xa5\xa3\x04\xbd\xa0\xc0\x2c\x9a\xee\x65\xf2\x5b\x7a\xe7\x52\x30\xa1\x7a\xe7\x35\x22\x74\x94\x12\xdd\xe7\x1a\xdc\x6e\x08\xcc\xa2\x0f\x5f\x83\xfa\x7a\x0d\x62\x46\x19\xa2\x5c\x14\xee\x17\x7d\xf8\x1a\x8a\x19\x40\x29\x13\x29\x1e\x27\x04\x66\x1c\x8b\x71\xe9\x8b\xf8\x57\x99\x50\xf2\x2f\xc0\x2c\xfa\xf0\x35\x14\x2a\x47\xb8\x49\xa9\xc4\xc5\x21\x37\x01\xcc\xd8\xb4\xa1\x4c\x3f\xe2\x58\x95\x4a\x24\x1e\xca\x49\x43\x39\x29\x9a\xee\x35\xe4\x00\xf4\xf4\xa5\xe2\x4c\xea\xe9\x05\xa5\xb2\xc6\xa9\x80\x3a\x4f\xaa\x06\x2c\x31\x65\x89\x79\x32\x10\xbd\xa6\xd6\x08\x18\xb7\x41\x6b\x6a\x8d\x40\x4b\xe8\x35\xb5\x46\xa0\x54\x72\xe5\xbc\x34\x3d\x2f\x14\x46\x05\x32\xe9\x47\xd6\xbc\xd0\x7e\x6a\xae\x26\x4a\xda\xa3\x97\xc2\xee\x8c\xb3\x5d\x2a\x2e\x37\x15\x50\x01\x53\x79\xc6\x8d\x42\x40\xec\x50\x8b\x4e\x63\x4d\x65\x2e\xc0\xb8\x92\x5a\x53\x99\x6b\x12\x3d\x1b\xf1\x7a\x2a\x7a\x02\x66\x83\x35\x6e\xa9\x8a\xbd\x1a\x05\xa1\xda\xfc\x75\x46\x18\x29\x8d\xa3\x70\x2a\x4e\x00\x66\x43\x54\x15\x15\x5e\xd8\x0f\x06\x2a\xa3\x9e\xca\xa8\xd1\x3b\xaf\x53\x7a\x9d\xd1\x8f\x94\x4e\x15\x7f\xd2\x8f\x08\xcc\xb0\xd7\xa9\x68\x72\x46\x5c\x2c\xdc\x75\xae\x53\x71\x11\x30\x8b\xae\x65\x9d\xb7\x06\xa2\x2a\x57\xa9\x4b\x97\x01\x82\xa2\x8e\xe0\xd2\xd6\x5e\xca\x95\x53\x54\x11\xc5\xf4\x84\xa1\x4b\xc7\xfd\xd2\x71\x8f\xfe\x6d\xe9\x7e\x60\x5d\xe4\x24\xae\xca\xd6\xa5\x9c\x74\x29\x27\xe1\xe4\x97\x72\xd2\x45\x64\xa2\x17\x5c\x97\xce\x23\x60\xf2\xaf\x4b\x91\xe9\x8a\x44\x51\x54\x9e\x5d\xaa\xb2\x2e\x55\x59\x6c\xed\xa5\x2a\xeb\x22\x43\xa8\xe6\xb9\x94\x21\x00\x9b\x78\xf4\x25\x4b\x00\x35\x3d\xa5\xf4\x45\x2c\xa1\xbc\xab\xbb\x86\xb5\xd8\x0e\x25\xb3\xa5\xed\x58\xcf\xed\x10\xc5\x76\x70\x73\x50\xc6\xc1\x40\x3a\x46\x81\x59\xf4\xf4\x6b\x69\x87\xb8\x45\x28\x83\x4d\xd3\x2d\x82\xc0\x8c\xa2\x64\xa9\x6f\x58\x9c\x5a\x6e\x2e\xd7\xd2\xa9\x05\x6c\x1c\xa2\xb0\xfd\x62\x6b\x07\x69\x6a\x69\x41\x40\xaf\x4d\x94\xbe\x48\xeb\x35\xa8\x66\x96\x5a\x2f\xa0\x0c\x8e\xfb\x52\x71\x09\xd8\x53\x7b\x15\x97\x40\x19\x24\xff\xa5\x62\x1c\xb0\x41\xbd\xa9\x0b\x8f\xb5\x39\xa2\x5c\x53\xae\xad\x23\x0a\xd8\xc0\x7d\xb7\x8e\xe8\x8e\x73\x53\x06\x7e\xbf\x55\xea\x01\x36\x28\x54\xb7\xce\xd0\x26\xa4\x8d\x29\xa9\x2a\xaa\x22\xd5\xa1\x9a\xa8\x70\x93\xe8\x1b\x7e\x33\x15\x6f\x19\x1d\x30\x1e\x69\xd6\xd6\xb1\xd8\x91\x0e\xca\x3c\xf8\x94\xd2\x01\x60\x83\xa3\xbf\xe5\x7e\xdc\x9a\x94\xc9\x09\xd6\xad\xc9\x72\x5c\x79\x52\x00\xbb\x5c\x19\xb0\x41\xe7\xee\x72\x65\xbf\xd1\x91\x68\xe0\xda\x07\xbf\x25\x35\xa1\x9e\x52\xfe\xf6\xa8\x47\x09\xbd\x74\x3b\x21\xb0\x41\x6f\x73\xeb\xd4\xdd\x11\x17\xeb\x41\x0f\x71\x2b\x2e\x02\x36\x48\x8c\xf7\xf5\x94\x6a\x21\xd5\x98\x4b\x11\x0f\xe8\x07\x0b\xba\x55\x68\xde\x91\x77\xeb\x41\x05\x72\x2b\xef\xde\x7a\xf7\xa6\x42\xbd\x95\x77\xef\xd8\x87\x4a\xe5\xbc\x75\x15\xb1\x8f\xcd\xf4\x11\x7f\xf6\x41\xe9\x22\x28\xd4\xb1\xfb\x20\x3b\x6f\x7a\xfa\xca\xc3\xf0\x56\x4f\xbf\x79\x0e\xad\xdc\xdd\x6d\x3d\x87\x0a\x8c\x33\xb0\xf5\x1c\xba\xd3\xea\x6f\x8f\x9a\x43\x89\x9d\x78\x1f\x11\xd8\x48\x0d\x6a\x88\x3a\x43\x2a\x4b\xea\x12\x85\x55\x53\x87\x5a\xa2\x16\x52\x06\xa5\x2f\x2e\x7d\x51\x94\xbe\x88\xaa\x3c\xf9\x6e\x35\xdd\x3b\x8b\x8a\x34\xb5\xd5\x6a\x6e\xfa\xbf\x5a\x22\x70\x6d\xfd\x4e\x40\x60\x23\x21\x75\x49\x2a\x4c\x58\xcb\x10\x75\x8a\xe2\xd4\xa5\x09\x85\xaa\x25\x6a\xb9\x5a\x26\x52\xdb\x45\x71\x9e\x22\x8f\xec\x42\x34\xd8\x3c\x28\xd6\x1a\x9d\xd9\xd6\x83\xa2\xc0\x46\x46\x09\xee\x01\x37\x8d\x5f\x25\x61\x6f\x35\x7e\x9b\x87\xbb\x4a\x76\xde\x7a\xb8\x13\x18\x01\x62\x57\x9e\x49\x76\x8d\xd0\x51\x5b\x9c\xf3\xcd\x5b\xdc\x13\xca\xd1\x91\x72\x49\x31\x7d\x43\x09\xb5\x4e\xbb\xb1\x8f\x2d\x2a\xa3\xdd\xb4\x8f\x4d\xfb\x98\x91\xd2\x3e\xb6\x88\x52\xb5\x45\x32\xdb\xb4\x05\x4f\xb0\x11\xbd\xf3\x56\x77\xb0\x29\xcc\x2b\x39\x69\xab\x30\x17\x54\x9e\x30\xb7\xde\xdf\x04\x36\x72\x87\x62\xae\xae\x81\xe1\xe4\x5b\xf5\xe6\xa6\x16\xab\xf4\x6f\x5b\xb5\xd8\xa6\x16\xab\xbc\xaf\x6c\xd5\x62\x02\x1b\x59\x52\xac\x91\x6a\xa6\x72\x79\xb2\x55\xcd\xec\x19\x5b\x50\x67\x81\x22\x12\x0b\x8c\xd7\xa1\x3d\x5d\x52\xb1\x1d\xed\x88\x48\xbc\xa7\xb6\x03\xb0\x51\x44\x61\x9c\x19\x09\xa8\x1d\x71\x44\x37\xaf\x02\x4f\x48\xda\x34\x3d\x0e\x6c\x4a\x84\x76\x60\x42\x95\x08\xfb\x8c\x23\xda\x0e\xe6\x3a\x39\xa2\x02\x1b\x25\x41\xe1\x5f\x94\x08\x8d\x87\x86\xad\x12\x41\x60\xa3\x64\x28\xb6\xe3\xd4\xf4\x91\x3e\xb7\xd2\xfa\xbe\xc2\x27\x5a\xe2\x8b\x97\x7c\x02\x30\xde\xb6\xf6\xc5\xd3\xd9\xbe\x78\x0f\x4f\x11\x27\x36\xc9\xfb\x09\x36\x8a\x06\xe2\x98\x17\xbd\x20\x2f\x01\xfb\xa2\x18\x17\x14\x9e\x8f\xf7\x45\x16\xdc\xe4\xf0\x96\x06\x94\x3c\xfa\x92\x47\x17\xf4\x92\x09\x81\x96\x22\xf6\xef\x4b\x26\xbc\xd4\x31\x1a\xd3\x53\x79\xef\x8b\x5e\x30\x1f\xe8\x45\x2f\x28\x30\xde\xdc\xf6\x75\x6b\x41\xb7\xfa\xca\xd8\x6d\xe5\xf0\xbd\x44\x71\x6a\x95\xb9\x36\xc1\xbd\xd1\x5d\x6c\x05\xf7\xed\xd8\x9e\x1f\x1e\x6c\x97\xed\x81\xc2\xfb\xdd\x76\xd9\xde\x23\x99\xb5\xca\x76\x38\xc9\x4c\x60\x23\x8a\x92\xed\x5b\x73\x85\x5e\xad\xe2\xd1\x2e\xbd\x80\xc4\xd5\xf3\x76\x6a\xea\x4d\x0a\x68\x54\xb8\x5b\x29\x60\x73\x11\xdc\x5a\xf8\x97\x2b\xfa\xfa\x11\x2e\xdb\x5a\x94\x54\x7e\x70\x2f\x2f\xb0\x11\x6d\xbe\x1f\x5c\x52\xf8\x11\xd1\xa4\x75\x0d\x24\x9a\x08\x6c\x54\x28\x3c\xda\x8f\x50\xa2\xf1\xdc\xee\xc7\xad\xb9\x6e\xbd\x4e\x8b\xd2\x5c\x28\xc1\x9b\x9b\x2b\x92\x3b\xbf\x9b\x69\x3c\x05\xb9\x7e\x37\x23\xb0\x51\xd3\x6f\xa6\x62\x4f\xbc\x7c\x78\x8a\x80\xda\xb8\x41\xf6\x44\x40\xf5\xa4\x64\x16\xc7\xd5\x13\xc9\xcc\x09\xce\x8d\xb7\x03\x57\x70\x76\x7e\x98\xd2\x78\x51\x76\xfd\x30\x45\x60\x23\xb2\x8d\x67\x4d\x9f\xa3\xf1\x6b\x54\xa8\x9e\x69\xfc\x04\x99\xf3\xe4\x99\x4c\x2f\x68\xa3\x31\x90\x4c\x2f\x28\xa9\x69\xa0\xa6\xe7\x76\x62\x44\xb0\x71\xdd\x75\x0a\x6c\x54\xf4\xa2\xf6\x74\x92\x46\x1b\x71\x52\x5c\x49\xc3\xf5\x63\x92\x11\x7e\xeb\xfa\x31\x89\xc0\x08\x36\x5e\x38\x3c\x5e\x22\xc9\x36\xee\x27\xbd\x50\xec\x08\x8c\xba\xcc\x0b\xc5\x8e\x93\x34\xda\xcc\x92\x72\x51\xfa\x69\x47\x86\x42\x2f\xd2\x41\x9b\x25\xa4\x94\x0e\xbc\xe2\xca\x33\xda\x69\xaf\xb8\xb2\xc0\x46\x45\x0a\x57\x76\xb2\x42\x9b\x51\x85\x7b\xe5\xe8\x0b\x2a\x8f\x93\xce\x35\xe1\xab\x93\x34\xfa\x71\x30\x90\x10\x2e\x30\x8a\x43\x57\xd2\xf0\x1a\xc7\xb5\x1f\x52\x82\xe3\x2a\xb0\xd1\x98\x4b\x26\x24\xb5\x74\xde\x51\x5d\xa9\xc5\x5b\xa8\xda\x29\x37\xbc\x49\xd5\x26\x55\xa3\xb6\xf0\x26\x55\x81\x7e\x44\x6a\xf1\x46\x46\x15\xd8\x88\x5a\xdd\xc9\x4f\xaf\xde\x62\x41\xfd\x98\x0c\xd4\x82\x00\xe3\xc9\xd7\x9b\x16\x44\x02\xea\x29\xb2\xa0\x2b\x01\x39\x3f\xda\xe8\x29\x3a\x20\xd7\x8f\x36\x04\x26\x37\xd1\x8f\x36\xbc\x6b\x60\x74\x1a\xae\x04\xe4\xbc\xe6\xf7\x8c\x12\x7a\xcd\x17\x18\x77\x64\xae\xd7\x7c\xd7\xf5\x43\x89\x8a\xde\x75\xfd\x20\x30\xf9\x97\xae\x1f\x9c\x07\xfe\x5e\x32\x03\x79\xcb\x13\xd8\xe0\xb8\x1a\x17\x62\x6e\xcf\x5f\x33\x86\x5e\x4a\x79\xce\xd3\x7d\x2f\xf8\x97\x9e\xee\x05\x36\x58\x90\x9e\xee\x7d\x60\xc2\xd2\x25\x75\x89\x92\x09\x27\x14\x26\x1c\x37\x73\x59\xd8\x8b\x8b\x81\x27\xd8\xc0\x27\x74\x3f\xe0\xa4\xcf\xce\xad\x9c\x2b\x7d\x0a\x7a\xad\xa2\xb2\xa8\xcc\x6b\x6b\x81\x2a\xa2\x36\x52\x19\xca\x45\xd1\x14\x71\xac\x74\x3f\xe0\x73\xab\x91\x89\x35\x4e\xaa\x78\x41\x7a\x4e\x4f\x15\xef\x53\x4a\x44\x49\xe5\x4a\x9f\x7e\xc6\x57\x3a\xa5\x8b\x9f\x24\x7f\x41\xe1\xb5\xd5\x4f\x92\xbf\x9f\x11\x3d\x7b\x2b\xa2\x4c\x14\xf5\x66\xcf\x50\x84\x8e\x33\x0c\xd2\x5b\x0d\x67\x3a\xa9\x79\x04\x36\xa2\x58\xf2\x93\x9a\xc7\xcf\x70\xf2\xde\x44\xc9\xc9\x4f\xc5\x09\x3c\xfa\x54\x9c\x20\x15\xf7\x1e\x15\xae\x2b\x15\xfb\x15\x81\xaf\x77\xce\xf6\xa5\xc0\x77\xa9\x75\x8a\x76\xda\x2f\x5a\x27\xbf\x76\x28\xc1\x2f\xf2\xfc\xe2\x3a\x50\x90\x1a\xc7\xea\x52\x50\xb8\xc2\xcd\x3a\x2f\xf0\x7e\x71\xf7\x27\xb0\xc1\x6e\x5f\xdc\x8b\x39\xf9\xb1\xf3\xc8\xec\x97\x62\x3f\x60\xa3\x1b\xd4\x53\x2a\x54\xe5\x79\xd0\x95\x3e\x9d\x16\xb8\xf3\x4e\xe6\x6a\x81\x05\x99\x77\x1f\x57\x0b\xec\xcb\xf5\x32\x17\x73\x2d\x39\xf9\x92\x93\xf7\x01\xc5\x3e\x2e\xfc\x8b\xce\xdf\x97\xfc\x6b\x3d\xfd\x6b\x42\x35\x51\xa1\x04\x8d\x9f\x2b\x61\xfb\x8e\x2f\x76\x6a\x7d\xdf\xfa\x22\x60\x83\x28\x47\x8f\xf9\xea\xbc\x9a\x77\xed\xa3\x5e\xcd\x05\x36\x2c\x41\x6d\x51\xcc\x35\x25\xa5\xb9\x14\xac\x4c\x94\xe6\x92\x12\xe4\x5d\x95\x08\xee\xbc\x3e\xf2\x1e\xe5\xce\x85\x87\xc0\x06\x07\xc6\xb9\xf0\x70\xc7\x73\x66\x94\xff\xee\xf2\x1c\x97\xe7\x18\x73\xc9\x73\x78\xf0\xee\x93\x1c\xee\x74\x50\x02\x1b\x51\xb1\xb9\x53\x52\x39\x25\x42\x9f\xf8\x84\x4a\x04\xa7\x44\xb0\x23\x3a\xec\x5b\x25\xc2\x7d\x50\xeb\x1f\x73\xfc\x75\x2a\xce\xed\x6f\x33\xf1\x7d\x50\xf5\x09\x6c\x44\xb7\x73\x1f\x04\xbc\xfb\xa0\x8a\x49\x51\x9f\xdc\xc7\xd6\xb4\x5c\x6b\x0d\x9b\x50\x59\x54\x78\x4c\x8a\x2c\x75\xab\xef\x13\xd8\x88\x6a\xe1\x3e\xd0\xfa\xd6\x8f\x78\x49\xa8\xb7\x7e\xc4\x2b\x48\x51\x2d\xc4\xff\x4b\x09\x6e\x19\xc7\x10\x25\x25\x58\x5b\x1a\x31\x50\x95\xc7\x9d\x44\xc5\x66\xdd\x2a\x07\x6e\xf2\xbd\xe5\xd1\xa1\xb6\x28\x0c\x3c\x24\xe5\x50\x44\xb7\x1c\xd5\xc6\xcd\x93\xea\x13\x6c\x30\xbd\x5e\x56\x6f\x9e\x51\xad\x84\xbf\xdf\x7a\x46\x15\x24\x2e\x86\x6e\x3d\xa3\x0a\x8c\xa7\xcf\x3b\xe3\x6a\x77\xbe\xf5\xd3\x68\xbe\xa8\x35\x02\xa9\x44\x47\x77\xeb\xe9\xf3\xa6\x42\xb0\x12\x3e\x7a\xab\x42\xb8\x0b\x86\x2e\xd8\xab\xec\x27\x85\xa1\x47\x83\xc2\xd0\x7a\xf0\xab\xd1\x7b\xdc\x7a\xf0\x13\xd8\x60\xd9\x24\xfd\x27\x58\xb5\xbf\xbe\x0e\x89\xff\xff\xf1\xfc\xf4\xf2\xeb\x3f\x11\x58\x3f\x7f\xfe\xec\xef\x5f\xf8\x07\x09\xfc\x43\x80\xc7\xf6\xfb\xc3\xbb\xff\xfa\x8f\x1b\x3e\x7d\xfc\x14\xa3\xf8\xef\xbf\x03\x00\x00\xff\xff\xd2\xfa\x91\xdf\x08\x31\x00\x00"); -func _afc ()(*asset ,error ){_eccb ,_eec :=_edeg ();if _eec !=nil {return nil ,_eec ;};_gfb :=bindataFileInfo {_b :"Add-V",_ffe :1483,_ag :_ed .FileMode (436),_ac :_c .Unix (1580491110,0)};_agf :=&asset {_abe :_eccb ,_ece :_gfb };return _agf ,nil ;};func _dedf ()([]byte ,error ){return _g (_fdbbc ,"UniAKR-UTF16-H")}; -func _afdb ()(*asset ,error ){_bg ,_fade :=_aacd ();if _fade !=nil {return nil ,_fade ;};_adag :=bindataFileInfo {_b :"Adobe-KR-1",_ffe :773,_ag :_ed .FileMode (436),_ac :_c .Unix (1580491408,0)};_gfbc :=&asset {_abe :_bg ,_ece :_adag };return _gfbc ,nil ; -};func _cfeb ()(*asset ,error ){_gcbab ,_fbaf :=_egee ();if _fbaf !=nil {return nil ,_fbaf ;};_dcccg :=bindataFileInfo {_b :"UniJIS-UTF8-H",_ffe :214153,_ag :_ed .FileMode (436),_ac :_c .Unix (1580492958,0)};_aaba :=&asset {_abe :_gcbab ,_ece :_dcccg }; -return _aaba ,nil ;};var _bffc =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\x94\x41\x6b\xdb\x4c\x10\x86\xef\xfb\x2b\xe6\x98\xef\x90\xcf\x33\xab\xdd\xd5\x1a\x44\xa0\xc4\x04\x5c\x48\x53\x9a\xa6\x2d\x94\x1e\x64\xed\xca\x08\xea\x95\x90\xe5\x43\xfe\x7d\x99\x19\xd9\x85\x1e\x8c\xec\x47\x33\x2f\xd6\x33\x3b\xda\x3c\xee\x77\xfb\x32\x2c\xb0\xf9\x3c\x8f\xdd\x6b\x5e\xa0\x1f\x4a\x9a\xf3\x79\xbc\xcc\x5d\x86\x43\x3e\x0e\xc5\x18\xb2\x90\x86\x6e\xb9\xfe\x94\x4b\x77\x6a\x27\x63\xb8\xff\xf5\xfd\xbc\xe4\xd3\xbe\xf4\x23\x54\x5a\x97\x2e\xd3\x5a\x0b\xb0\xf9\x92\x8f\xc3\x79\x99\xdf\xe1\xee\x43\x1a\x0f\xf9\x3f\x48\xb9\x67\xfe\x32\xa7\x3c\x0f\xe5\x08\x77\x1f\xdb\xa9\x2d\x74\xbb\xf1\x7a\x99\xa6\xdf\xf9\x94\xcb\x02\x56\x58\x2e\x49\xae\x66\xf3\xf8\xdc\x4e\x9f\xda\x53\x86\x8d\x64\xdd\x6b\xe7\xbd\x96\xc9\xdd\x6f\x79\x3e\x0f\x63\x01\xa2\xff\x11\xc3\x5f\xfe\xf5\x7d\xca\x40\x6b\xcc\xdb\x7e\xf7\xd2\xf7\xe7\xbc\x00\x61\xf0\x5a\xf4\xe3\x6d\xbf\x83\x9f\x04\x84\x60\xbd\xaf\xe8\xd7\x5a\xfb\xfd\x79\x4c\x19\xf0\xfa\x07\xf6\xbb\xc7\xf1\x52\x16\x88\xb5\x5d\x19\xe9\xa3\x76\x63\xca\xe7\xa9\xed\xf2\xdc\x96\x63\x36\x00\x0d\x22\xe2\x03\x34\xd6\x3e\x3d\x3d\xf0\x33\xfc\x53\x61\x2a\xbf\x76\x0e\x49\xc9\xb5\x03\xb1\xef\x1f\x00\x00\xd0\x34\x48\x8a\x48\x90\xf5\xc1\x34\x68\x15\x59\x41\x9e\xac\x69\xb0\x52\x54\x09\xaa\x43\x34\x0d\x3a\x45\x8e\x11\xa1\x75\xa6\x41\xaf\xc8\x0b\xb2\x91\xe3\x83\xa2\x20\xc8\x57\x1c\x5f\x2b\xaa\x05\xd5\x5b\x8e\x8f\x8a\x22\x23\x8b\x8e\xe3\xb7\x8a\xb6\x82\x2a\xe4\xf8\x56\x51\x2b\xc8\x07\x8e\x3f\x28\x3a\x08\x8a\xc4\xf1\x9d\xa2\x8e\x51\x85\x35\xc7\x27\x45\x49\x50\x65\x39\x3e\x2b\xca\x82\x7c\xe4\xf8\x5e\x51\x2f\x28\x3a\x34\x0d\xa9\x2f\x12\x5f\x0e\xb7\xc1\x34\xa4\xbe\x48\x7c\xb9\xca\x5b\xd3\x90\xfa\x22\xf1\xe5\x02\x46\xd3\x90\xfa\x22\xf1\xe5\x62\x70\xa6\x21\xf5\x45\xe2\xcb\x93\xe5\x78\xf5\x45\xe2\xcb\x57\x35\xc7\xab\x2f\x12\x5f\x3e\x54\x1c\xaf\xbe\x48\x7c\xf9\x18\x39\x5e\x7d\x91\xf8\x0a\xe4\x38\x5e\x7d\x91\xf8\x0a\x0e\x39\x5e\x7d\x91\xf8\x0a\x81\x47\x4b\xea\x8b\xc4\x57\xd8\xf2\x68\x49\x7d\x91\xf8\xaa\x89\x47\x4b\xea\x8b\xc4\x57\xed\x78\xb4\xa4\xbe\x48\x7c\xd5\x81\x47\x4b\xea\x8b\xc4\x57\xbd\xe5\xd1\xda\xf5\x44\x8a\xaf\x48\x3c\x5a\xab\xbe\xac\xf8\x8a\x8e\x47\x6b\xed\x7a\x6e\x91\x51\x8d\x4e\x0e\xef\xf5\x90\xf2\x77\x5e\xfd\xdb\x2a\x76\x97\x79\xce\x65\x91\xc5\x97\x55\xe3\xb5\x18\x4a\xbe\xbd\x44\xa6\x71\xe2\x2e\xf9\xfc\x09\x00\x00\xff\xff\xdb\x85\x89\xdc\x70\x04\x00\x00"); -var _fddc =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\xbd\x4f\xaf\x2d\x3b\x72\xe5\x37\x7f\x9f\xe2\x0c\xdb\x83\xb6\x32\x93\xcc\x24\x09\x3c\x1c\xc0\x92\xba\xe0\x6a\xa0\x6d\xc3\x6a\xd9\x06\x0c\x0f\x92\xfb\x8f\x5c\x80\xf5\xaa\xf0\xaa\x34\xd0\xb7\x37\xb8\xd6\x6f\xed\x57\x6d\x18\xb8\x75\x27\x77\xc7\x21\x93\x0c\x92\xc1\x60\xfc\x63\xf0\xef\xfe\xe1\xf7\xff\xf8\xfb\x5f\xfe\xf0\x97\xaf\xbf\xfb\x5f\x7e\xfd\xe3\xe3\x9f\x5e\x7f\xf9\x7a\xff\xe1\x97\xe7\xaf\xaf\x3f\xff\xf1\xdf\x7e\x7d\xbc\xbe\xe6\xeb\x5f\xfe\xf0\xcb\x4f\x3f\xed\xc7\xd7\xf3\x0f\x8f\xbf\x04\xd4\x7f\x8f\x7f\xbd\xff\xf4\xd3\x4f\xeb\xfb\x7f\xfa\xf7\x3f\xff\xe5\xf5\xaf\xbf\xff\xe5\xfd\xc7\xaf\xe2\x7a\xcf\x7f\xfb\x13\x75\xbf\xbe\xfe\xee\x7f\x7d\xfd\xcb\x1f\xfe\xfc\x97\x5f\xff\xfd\xeb\x3f\xfc\x0f\xcf\x3f\xce\xd7\x7f\xf7\xf5\x7c\xbd\xd7\xdf\xff\xe7\x5f\x9f\xaf\x5f\xff\xf0\xcb\xbf\x7c\xfd\x87\xff\x7c\xff\xe9\xfe\x65\xff\x14\xfc\xd3\xbf\xfd\xe9\x4f\xff\xcf\xeb\x5f\x5f\xbf\xfc\xe5\xab\xe9\x6f\xaf\x5f\x9e\xfa\xff\xa7\xbf\xfb\x87\xff\x72\xff\xe9\x7f\xba\xff\xf5\xf5\xf5\x77\xff\xfc\xcb\x1f\xfe\xf3\xef\xff\xe9\xd8\xb6\xfa\x1f\xff\xf9\xbf\xfe\xae\xff\xc7\xff\x51\x35\x54\xe1\x7f\x7b\xfd\xfa\xe7\x3f\xfc\xf1\x97\xaf\xfd\xbf\xdf\x8e\xfd\xb7\x3f\xff\xd7\x7f\xff\xd3\xeb\x6b\xa7\xa1\xff\xe3\x9f\x7f\xff\x8f\x5f\xff\xe7\xfe\xb5\x6f\x5f\xc7\x79\x95\xfd\xff\xe2\xef\xff\xfb\x7f\xf9\xe3\xf3\xf5\xb5\x19\xaa\x1e\xc4\xe3\x8f\xcf\xd7\x9f\xff\x74\x3f\x5e\xbf\xde\xbf\xfc\xcb\xeb\xa7\xaf\xaf\x9f\xb7\xed\xfb\xcb\xff\x7e\x6e\xbf\xfb\x5e\x7f\xf9\x87\xad\xf3\xb7\x9f\xff\xf1\x77\x7f\xef\xbf\xfd\xa7\xad\xf3\xd7\x9f\xff\xd3\xef\xfe\x3e\x7f\xfd\x9d\xfe\xba\xfe\xfe\xf3\xef\xda\xdf\xf3\xf7\xd7\x2f\xcf\xff\x4f\x2f\x3f\xed\xee\xfc\x97\x3f\xfe\xe5\xf9\x7a\xfb\x6f\xea\xf7\xe7\xfd\xfd\xfd\xb5\xaf\x2f\xfe\xba\xe8\xa7\x7d\xdb\xc0\xf6\x0f\xcf\xc7\xff\x7d\xff\xfa\xd3\xcf\xe7\xe3\xfb\x6b\xb4\x9f\x7e\x6e\xeb\xff\xf1\xd3\xcf\xed\xf9\xfd\x35\xea\x4f\x3f\xb7\xd7\xf7\xd7\xbe\x6d\x3f\xfd\xfc\x38\xee\x6d\x35\xb5\x7e\xd4\xf5\xb7\xa6\x9f\xe7\xf7\xd7\xe5\x3f\x5e\xdf\x5f\xa3\xe8\x57\xfb\xfe\x6a\x87\x3f\xe9\xdf\x5f\x57\x75\xcd\xf1\xfd\xb5\x9f\x87\x7e\xde\xdf\x5f\x7b\x75\x85\xb9\x9a\x1a\xfa\xf9\x58\x15\xdc\xc2\x73\xfd\x74\xb3\xab\xff\xb3\xea\xe7\x1a\xca\xa1\xba\x73\xfb\xfe\x6a\xc6\x60\xee\xdf\x5f\xd7\x50\x85\x59\x57\x6f\xa7\x7e\x9e\xeb\x33\xd7\xbd\xbe\xbf\x5a\xeb\xfa\xd9\xbe\xbf\xf6\xdd\x9f\xf5\xef\xaf\xbd\xf8\xb3\x85\xd9\x25\x74\xa6\x30\xf3\x5f\x17\x66\x87\xd0\x99\xea\xf8\xfa\xe9\xe7\x47\xe9\xd7\xfa\x6c\xb5\x5b\x46\x5b\x1d\x9f\xfa\xb9\x1a\xab\x87\x7e\xae\xba\xe7\x6a\xac\xac\x19\xd9\x85\x4e\x99\xaa\xab\x16\xd4\x71\x5d\xe8\xd4\xb5\xac\xa3\x5c\x97\x7e\xef\xfa\xbd\xeb\xf7\xb1\xda\x68\xa7\x0b\x8a\x80\x6b\x08\xa8\x02\x4a\x13\xa0\x31\x36\xf5\x50\x85\xd8\xd9\x4e\x37\xdc\x04\x34\xb7\xd6\x05\xf4\x22\x60\x18\x70\x6b\xf7\xf7\xd7\xb1\x95\xe2\x92\x29\x40\x2b\x54\xfb\xc3\xad\xb9\xda\xd3\xad\xb9\xe4\x65\x74\xdc\xf4\xdb\x25\x6b\xc2\xea\xd8\xd4\xc0\xa1\x6a\x63\x77\x89\x70\x1b\x87\xc6\xa6\xc6\x46\xd1\x6f\x7f\x71\xb9\x7f\x03\xcd\xfd\x0b\x99\x61\x9c\xb5\x28\x75\x18\xe7\xe6\x92\x7b\x7d\x3f\xdc\xee\x5c\x34\x2a\x32\xa8\xc3\x18\x77\xb7\x65\x8c\x87\x3f\x7f\xb9\x17\x7f\xf2\x76\x2f\x02\x6e\x63\xec\xd9\xbc\x77\x97\x68\xd2\xef\xc3\x25\x06\x3c\xe9\xdd\xdf\x78\xd2\x87\xc6\x7f\x7b\x00\xa2\x92\x7a\x6b\xd2\xfb\xee\x6f\xba\x50\x13\x02\x8b\xf2\x47\xdd\x35\x2f\xb7\xd0\xbf\xdc\xe3\xd4\x6f\xff\x1d\x24\x35\x47\x37\x48\xaa\xd6\x04\x49\x2d\xec\x22\xf6\xbd\xaa\x87\x69\x14\x0f\x0d\x78\x16\x03\xae\x04\xbe\xae\x06\xbe\xea\x65\x1a\x5f\x6d\xbd\x3a\x99\x70\x7f\xd3\xdd\x80\xfa\x9f\x9e\x70\xfa\xbf\x3d\xfb\xfe\xc6\x44\x52\xdd\xda\x43\x80\x17\x69\x7a\xca\x3d\x80\x69\x22\xa9\x6e\xc0\xa3\x39\xd6\xf4\x9d\x9d\xd1\x6c\x02\x34\x9a\x5d\x3f\x17\xc9\xab\xfe\x19\x82\x3f\x04\x78\x2c\xed\x12\x70\xba\xf7\x22\x0e\x08\xe7\xfa\xff\xe1\x65\x8f\xb3\x7b\xa0\x97\xdb\xf6\x6e\xb8\x8a\x00\x53\x56\x73\x57\xc3\xd8\xb8\x9a\x77\xc3\xe1\xae\x44\x5a\xc5\xbf\x17\x4b\x2c\xcd\x28\x3f\xb5\x66\x1a\xcb\x22\xf8\xd5\x6e\x15\x00\xc1\x77\x01\x1a\x8d\xfa\x5b\xf4\xbe\xd7\xa1\x9f\x1e\xcb\xe9\x8f\xbd\x2e\x97\xeb\xb3\x2e\x6e\xc9\xeb\xe2\xf1\x67\x23\xf8\x1b\x36\x82\x5b\xf3\xba\x68\x2d\xcf\xb5\x13\x16\xe0\xd6\xd8\x0a\x1a\x62\xb6\x82\x91\x61\x5d\x34\x5e\x73\xaa\x26\x5e\x75\x6a\x2b\x88\x8e\x4f\x6d\x84\x43\x1f\xdf\x66\x44\x97\x01\xaf\x4b\xd7\xc7\xec\x09\x11\xc2\xc9\x9e\x38\x5d\xc2\x9e\xf0\x37\x1e\x4b\x71\x35\xef\x09\x0d\x85\x3d\xe1\x4a\xde\x13\xc2\x9d\x3d\x61\x44\x18\x87\x0b\x18\x87\xa6\x68\xed\x96\x51\x37\xff\x7e\xab\x25\xad\xd4\x64\x45\x0c\x78\x45\xba\xc6\xc7\x6e\x11\xaf\x3c\xd9\x2d\xee\x65\xed\x96\xb5\x0d\x5c\xcd\x14\xe6\x25\x65\xb7\x78\x58\xec\x16\x2f\x84\x76\xcb\xe1\x4a\x5e\x13\x2f\x36\x7b\x45\x3c\xf4\x9c\xac\x89\xab\xc1\x50\x0d\x3c\xd7\xe7\x6e\x69\xed\x7b\xed\xba\x4b\x44\xa3\xd9\xb9\x44\x34\x67\x17\x29\x36\x9f\x06\xfd\xd8\x05\x88\xfe\x34\x0b\xad\x7b\x16\x5c\xe9\xad\xbf\xaf\xa9\x6a\x8b\x2e\x47\xdd\x37\xfd\xde\x55\x47\xdf\x8a\x0d\xd7\xbd\xe8\x77\xd1\xdf\xfd\xbb\xea\xef\xa7\x7e\xb3\xc5\x86\x00\x9f\x29\xc5\xb5\x3c\x01\x62\x3e\x0d\xb2\x14\xe7\x6e\xc3\xbb\xa8\xba\x73\x4f\x41\x71\x6b\xb0\x8b\x26\xc0\x53\xa0\x3d\xd5\x98\x68\xcd\x47\x9b\x92\x35\x34\xc0\xbe\xe6\x79\x54\x7d\x3e\xbc\xc1\xba\xa8\x67\x78\x24\x7b\xd7\x6f\x4f\x89\x9a\x1a\x99\x2c\xd7\xd2\x58\x44\xc8\xc3\x5b\xac\x8b\xda\x87\xc7\xd2\x37\xd7\x32\xab\xa6\x5a\x37\x30\x04\x88\x2e\x0f\x37\x7c\xeb\xb7\xff\x6e\x7e\xe0\xaf\x1f\xee\x7d\x13\xf0\x32\xe0\x4e\xde\xee\x44\x9f\xdc\xc6\x5e\xeb\x3c\xee\xdd\x87\x83\x7a\xf4\xe6\xe9\x1e\xa4\x37\x4f\x17\x7f\x1f\xb7\xb1\xdc\xdd\x80\xb1\x14\x01\x8d\x1b\x2c\x9b\x00\x4d\x72\xef\xe7\x8f\x18\xe1\x60\x0f\x0d\xb7\xfe\x34\x7a\x06\xcc\x0b\x86\xbb\x32\xe2\x5a\xe9\xe1\x5d\xd4\x77\xf5\xcb\x2e\xd2\x81\x3b\xa6\xe7\x5d\xa4\x35\xa6\xe7\x7d\xf3\x37\x1e\x92\xce\x9c\xb1\x16\x77\x54\x1d\xab\x63\x7a\x44\xdd\x80\x07\xa1\x1d\x3d\xbc\x73\xfa\xe6\xc6\x3c\xa2\xea\xc6\xa6\x4b\xfc\x0d\x48\x1b\x1b\x90\x5e\x25\x77\x37\x9e\x92\x65\xee\xce\x04\x9f\x02\x8c\xe7\x66\x40\xa4\x2e\x4e\x75\xfb\x38\xe9\xda\xba\xb7\x8f\x82\xae\xcd\x71\x5b\x30\xea\x3a\x41\xef\x6e\x6c\x8a\xab\x79\x1f\x4b\x7a\xbb\x75\x16\xd4\xe2\x5a\xc6\xac\x18\x19\xd3\xc1\xee\x6e\x3c\x9d\x92\x3f\x6e\xa8\x58\xfb\xf4\xf6\x31\xd1\x8d\x8d\x37\xa4\xe8\xf3\xf6\xe1\xd0\x45\xdf\x37\x94\x2b\xf6\x78\x87\x3e\xdd\x98\xd1\x1c\xfe\xc6\x84\x38\xdc\x98\xb1\xd9\x5d\x02\x02\x6b\x3a\x6f\x68\x4f\x27\xc5\x7d\xb3\x75\x34\x69\xac\xb4\xd8\xc9\xcd\xe2\x6a\xa5\xef\x69\xda\xf3\xa0\xd7\x7a\x88\x82\xee\xc5\xc6\xf4\xb7\xc9\x7c\x6b\x25\xa6\x84\x4f\x4d\xdd\xe4\xb0\x15\x03\x99\xcc\x70\xf5\x17\x23\xe2\xfb\xd4\xfc\x1e\xfe\x74\x7e\x7f\x89\xa9\x4e\xcb\x9c\x5d\xcc\x62\x9a\x87\x89\x1c\x66\xe6\x4c\xed\x87\xf3\x18\x40\x9a\x3d\x04\xac\x46\x8b\xbf\x80\xf5\xaa\xdf\x35\x4b\x1a\xd4\xe4\x2c\x3c\x5d\xc7\x0b\xa6\xb3\xed\xb1\x48\x49\x58\x3c\x44\x2d\xfe\x55\x83\xef\x43\x82\x87\x98\xc2\xa3\x7f\x7a\x79\x88\x30\x8a\xeb\x2e\xdc\x8b\x9b\x7a\xfe\x36\xe6\x07\x84\xa0\xc3\xe5\x61\xd6\xd8\x75\x7c\x3f\x58\x3b\x49\x28\x0f\x18\x82\x8e\xc0\x07\x0c\xe1\x34\xd0\xa2\xa6\x3c\xc4\x01\xc4\xf2\x1e\xd6\xa5\xba\x31\x86\x19\x34\x97\xb8\x59\x09\xee\x0f\x76\xb5\x8e\xc3\x07\x6b\x2d\x29\xfc\xb1\xd6\x5a\x87\xdc\x83\x8d\x2b\x55\xe1\xa1\xcd\xaa\xa9\x7d\xb0\x3b\x25\xdc\x3d\x7c\x7a\xf5\x66\xc0\x03\xd4\xe7\xcf\xd0\xd6\xc2\xe4\x65\xa9\xab\x6a\x61\x5f\x5d\xd2\xa1\x59\xe6\xab\xbf\x0c\x14\x01\x6f\x03\xfa\xc6\x5a\x83\x37\xc1\xeb\xbe\x5d\x62\x60\x1a\x58\xfd\xbc\x26\xd5\xd6\x37\x6f\x6d\xef\xeb\x38\x8e\x1f\xb1\xbf\xb7\x65\xba\x2a\xd2\x7f\x5b\xc3\xa9\xe2\xa7\x6f\x30\xd2\x32\xbd\xb5\x45\x8f\x4d\xfb\xf5\x2d\x72\x3b\xb6\xe1\x92\xd3\x80\xbe\x11\x59\x1d\xdb\x22\x8f\xe7\xa6\x0d\xb0\xad\x25\x78\xee\xfa\x64\x5b\x5b\xe4\xb5\xcd\xb7\x8e\x9a\x63\x5f\x54\xf9\xda\xa7\xf7\x4c\x59\x1b\x45\x90\xce\xba\x75\x42\xbc\xf6\xf9\x9c\x22\xf3\xb5\xb5\x05\xf9\x88\x4b\x99\xb8\xc3\x1a\xbe\x20\x71\xb1\x35\x81\xaf\xa3\x6f\x6b\x06\x8e\x35\x4d\x02\xca\xf7\xd7\x95\x92\x35\x94\x6b\xc9\x8e\x02\x24\x60\xf3\x7b\x4d\xda\x07\x28\x7f\x0d\x54\x56\x5d\xc0\x52\xe8\x2f\x5a\x5e\x23\xb9\x16\xf9\x08\xe8\xe6\x02\xfa\x3d\xcc\x07\xf4\x5b\x9b\x79\x03\x58\x94\xb2\xa5\xd6\xa2\x94\x23\xb8\xbc\x34\x2b\x06\xc4\x85\x34\xd0\x05\xa8\xcb\x00\xea\x92\x06\xa4\xe6\x37\x1a\x58\x5c\x48\x12\x87\x80\x87\x5a\xdb\x69\xcf\x62\x14\x08\x4d\x93\x7d\x75\x8b\x3b\xd4\xd2\x0f\x40\x19\x2f\x2a\xc0\x70\x33\x94\x69\xbe\xae\xa3\xef\x80\xf7\xf7\x57\xeb\x8c\x79\x5f\xa3\x69\x62\x78\x0b\xd2\xca\x95\x16\x48\x5d\x0e\x06\x2e\x53\xc6\x90\x70\xf3\x3a\x7a\xd1\x34\x5c\x52\xce\x04\xae\x89\xd8\xb7\x45\xfe\xaf\xa3\xcb\x08\xb0\xef\xfd\x0c\x58\xbe\xbf\xda\xbe\x01\x9c\x2e\x1b\x80\xe3\xfb\xab\x97\x2d\x35\x6f\x41\x15\xe8\x6d\xda\xf4\x48\xa4\x66\xf7\xed\xa0\xea\x5a\xc7\x76\xa5\xd5\xb5\x67\xfb\x96\x0e\xa5\xea\x82\x5b\xb5\x11\xe7\x53\x24\x5e\x7e\xee\x01\xd7\x02\xb4\x1d\xc0\x0a\x2b\xc4\x61\x35\xf3\xd8\x3a\x98\xae\xb5\xea\x65\xf3\xec\x48\x51\x1a\xd2\xc6\x05\x2d\x2a\xd7\xb1\x2f\xe8\x10\x74\x01\x59\x93\x38\xf8\x70\x4d\x6b\x2f\x9b\x49\xfb\x5a\xc3\x1f\x92\xe7\x17\xb4\x3e\x94\x30\x29\x60\xcd\x5a\x19\x00\x62\xdc\xc7\x66\x4c\xdb\xe2\x4a\xbd\x6c\x03\x68\xba\xb0\x01\x3e\x0c\xba\x9d\x66\x46\x70\x80\x9c\x24\x66\x49\xf3\x02\xea\x02\x8c\x4b\x5b\x13\xd5\xb7\x3d\x50\x13\x44\xc5\xc5\xa8\xfb\xc6\xee\x6a\x8b\x57\xf7\x0d\x42\x95\xdc\xdb\x0b\x35\xfb\x5a\xfb\x06\x99\xf4\xae\xce\x06\xc0\x1a\x10\xeb\xd0\x45\x06\xc7\xde\x53\x11\xe5\xb6\x01\xb6\xb5\xb8\x1b\x40\xff\xfe\x92\x7e\x27\x40\x3c\xbc\xb6\x0b\xd0\x1b\x75\xa4\x74\x2d\x67\x0d\x26\x56\xd2\xd9\x78\x7d\xad\x51\xbb\x20\x9f\xbe\xa6\xe1\x1a\x05\xa0\x78\xcb\xf4\x1f\x30\x5f\xd5\x1d\xd8\xdb\x04\xac\xdd\x74\xa5\xc9\xb5\x99\x32\x82\xb5\x23\xda\x96\xf6\xdf\xea\x9a\x79\xb8\x35\x43\x0c\x60\x4d\xa5\x74\x5c\x01\xab\xb9\x4a\x0b\x4b\xb2\xed\xfb\xa0\xf1\x45\x9b\xed\x3a\x98\xae\x75\xc2\xb5\x2d\xc0\xb9\x8a\x68\x42\x4c\x84\xb5\xee\x53\x18\xb9\xa7\xd1\x3d\x48\xb8\xda\xb0\xa5\xed\x84\x68\x86\xc5\x9a\x93\xdd\x2e\x6d\xa4\xc1\x72\x25\xf5\x5f\xb0\x0c\x49\xfd\x0d\x66\x3a\x2c\x79\x9d\x6c\x5f\xcb\x78\xc7\xde\x3b\x20\x87\xc6\x05\xd8\x0c\x0e\xc0\x6e\xb0\x01\xbe\xcc\x6e\xa8\x2c\x4d\xe3\xd8\x3b\x2d\x2f\x7e\x2a\xe3\xcd\x02\xa6\xa6\xb3\x78\x20\xd3\x32\xcd\xc1\x1c\x3e\x24\xac\x1d\x07\x8c\xf8\x61\x72\xa7\x0c\x41\x0b\xce\xf0\xf2\xd9\x27\xa3\x86\x40\xf3\x5f\x56\xf0\x25\x79\xf3\x37\x10\x84\xea\x05\xa8\x13\x55\x06\x5d\x81\xc7\x7f\x5b\xf9\xfc\x6f\x41\x4f\x04\xbb\x42\x22\xc1\x6f\xa5\x3a\xb6\xf7\xeb\x68\x42\x63\x6c\xb2\x49\x5c\x87\x8f\x88\x51\x56\xe5\x7e\x78\xe1\x47\x11\x53\xde\x4e\x13\xd6\x10\x17\xea\x87\x91\x18\x32\x85\xf4\xc3\x7b\x7b\xc8\xe6\xd1\x0f\xf7\x39\x4e\x37\x73\xf2\xdd\x92\xa2\xfa\x71\x6e\x86\xa6\x5a\xf1\xd9\x32\xc4\x92\xfa\x51\x2b\x90\xbe\xf3\x14\x8d\x6b\xed\xaf\x7e\x78\x83\x8d\x6b\x31\x9a\x7e\x78\x67\x8e\x6b\x09\x89\xfd\xa8\x1b\x90\x70\x29\x69\x53\xfd\xf9\x3c\x1e\x97\x36\xc0\x41\x91\xe8\xe9\x48\xc9\x21\xc6\x72\x02\x69\x9e\x3e\x8d\xdc\x66\x73\xa5\x19\x9c\x3e\xd8\x0a\x95\xa7\x78\x27\xb8\x4c\xf1\x4e\x50\x99\x9e\xfd\x91\x8a\x66\x6c\x29\x7c\xac\x9a\x0c\x4f\xfb\xa5\x78\x74\xad\x7b\xc1\x47\x05\xd4\x09\x63\x96\x3b\xc4\x80\x61\xe9\xa3\x89\x5b\xf9\xa4\x1e\xcd\xd3\x47\xf3\x0d\x03\x9c\x4f\x98\x21\x4e\xdd\x8e\x02\xf0\xf0\x5a\xa6\xbf\xb5\xc3\xcd\x9e\x86\x6c\x1f\x8d\x45\x6f\x4b\x94\xee\x87\x89\x78\xb4\x45\x5b\xfd\x38\xe9\xdb\xa4\x95\x65\x6e\x6b\x61\x65\x4c\x5b\xc0\x64\xc2\xc0\xcc\xf2\x45\x56\x41\x1c\xb8\x59\x92\x19\xdd\xe3\xd9\x01\x5e\x3a\x4c\xfd\x59\x37\x55\x79\x3f\x0d\xb1\xb2\x7e\xf0\xd9\x10\xb3\xf7\x96\x1d\x43\xcc\xde\xac\x60\x88\x67\xf4\xc3\x47\xc4\x18\x3e\x9e\xcd\x35\xc7\x60\x95\x07\x50\x51\xcd\x02\x54\x55\xd6\x81\x34\xd6\xfd\x47\x42\xb1\xaa\x5e\xaa\x5a\x81\xbc\xc8\x60\x26\xbe\xda\x82\xd9\x14\xdd\x98\x47\x0e\x5b\x13\x8e\xfd\x03\x2e\x12\x68\x69\x45\x3b\x73\x1f\xc1\x54\x93\x6b\x44\xc3\xa0\x2c\x9c\x8c\x1b\x5a\x3d\x53\xea\xa9\xf7\x69\x37\x24\x21\x2f\x21\xbb\x01\xbe\x7c\x6a\x19\x9c\x9c\xdf\x50\xe1\xa3\x9b\x97\xf8\x88\x1b\x8f\x01\x3f\xd8\x00\xdd\x11\xbb\xee\x61\x3f\xce\xc1\x6e\x7a\x9a\x68\x91\x7d\xc6\x73\x40\x1d\x94\xc2\x3d\x98\xa4\x97\x39\x04\xcb\xf7\xb2\x4d\x7b\x98\xcc\xee\x4b\x75\xaf\xc3\x9c\xe6\x6e\x3a\x1f\x8e\xc3\x9b\xe3\x36\x16\xfb\x66\xd2\xba\xad\xdf\x1d\xb0\x90\xfb\x01\x51\xfa\x24\xbb\xad\xda\x1d\xb0\x9b\xfb\xe9\x99\x63\x8b\xdc\x56\xb7\x8e\xc3\xf2\xc3\xfd\x34\x27\x85\x72\xee\xd7\x38\x7f\xc3\xf1\x7e\xe5\x08\xd1\xa7\x73\xd8\x5a\x72\x7a\x99\xa7\xac\x22\x7b\x45\x98\x9c\xb7\x4e\xb8\xd2\xcf\x94\x36\x59\xe6\x3f\xa5\x43\x95\x3f\xa5\x53\xa5\x46\x6a\xca\xf4\x51\x0f\xef\xf6\x69\xdb\x47\x45\xe8\x98\xb2\x7e\xd4\xab\x06\x3a\xbe\xbf\x0a\x67\xe5\xbc\xd7\x6a\x55\xc4\xb6\x29\x0b\x48\x65\x3f\x4e\x4c\x20\xc5\xc2\xca\xf4\xf1\x58\xcf\x42\x97\x1a\x5b\xe9\x67\x1a\x92\x4f\xed\xbc\x52\x79\x7c\x7f\x9d\xdb\x99\x96\xe6\x82\x7a\xa0\x45\x4e\xad\x5b\x9a\x99\x32\x94\x94\xcb\x0c\x7c\x8a\x4e\x0b\x54\x3b\x6f\x1d\x2e\xb5\x55\xbe\xb4\x92\x5e\x7c\xb6\xcf\xdb\xde\xbd\xdd\x64\x3a\x6f\x69\xe7\x15\xe9\x74\xde\x5a\xc6\x02\xe3\x9e\xa6\xf8\x32\x06\xf3\x29\x8a\xaf\x63\xa4\x74\x6d\xab\xb1\x67\x70\x32\xd3\xd5\x91\xc9\xd7\xc6\x2a\xe3\x60\xac\x36\xc8\x6d\x1b\x95\x65\xb5\xf9\xad\x29\x19\xe5\xea\x9e\xd1\xca\x8c\x53\xb7\x06\xce\x52\xea\xeb\xf6\xa9\x6c\xab\x45\x65\x08\x52\xec\x4b\xd6\x6a\x8a\x60\x2a\x1b\x7a\xda\xe0\x33\x7c\x68\xcc\x69\x0b\x1b\x2a\xe4\x9c\xa2\xa6\xd2\xbd\xef\xa6\xc4\x8c\xe3\xf2\xee\x98\xb6\x0e\x95\xcb\x0a\xd8\xb4\xf1\xa7\xa0\x56\x4d\xcc\x3e\xd5\x7b\x67\x4e\x9b\x4f\x90\x75\xe7\xb4\x01\xe5\x80\x62\x64\x0a\x2a\x1b\xb3\x3a\x6d\x06\x86\x71\xcc\x69\x13\xef\x6f\x75\x9b\x87\x93\xd2\xbe\x70\xba\x68\x57\x3a\x59\xe9\x0c\xdd\xc6\xa0\x82\xca\x38\xa7\xc4\x99\xd2\x2b\x28\x6a\xe5\xaf\x8c\x75\xad\x74\x29\x2c\xf4\xf4\x42\x1f\x60\x2f\x9b\x05\x1a\xf3\x9c\xb7\xec\xfc\x35\x65\x8b\xd4\xc6\x05\x3a\x5a\xb7\xcb\xa7\xf7\x7c\x98\x15\xb1\xa6\x0f\x1d\x9f\x9c\x83\x53\x2c\xae\x6e\xe3\x47\xb6\x5e\x55\x2d\xaa\xda\x80\xa4\xd7\x9b\x53\x4e\xd9\xb0\xea\xee\x03\x74\x3e\xd6\x9a\x94\xa3\xa5\xfb\xb6\xca\xf6\x74\xbf\x66\xea\x64\x23\x3e\xd6\xde\xaf\x87\x65\xdd\x29\xf3\x57\x39\x2c\xa5\x4e\x59\xc0\x4a\x19\x69\xf3\xb1\x6a\xee\xf9\xee\xb9\xa0\x23\xb8\x88\x47\x7c\x70\x79\x2f\x88\x89\x79\x88\x45\x20\x93\xce\x87\x96\x78\xbf\x52\xb6\x18\xc6\x80\x0b\x88\xbd\xd7\xc3\x52\xc6\x7c\xac\xf5\xae\x28\x99\xf3\x21\xff\x44\xc9\x88\xd6\x6a\x97\x16\xac\x17\x43\xa8\x05\xd6\x27\x7e\x5c\xcb\x91\x36\xa7\xa0\xd4\x7c\xac\xef\x6a\x6a\x2e\x2a\x19\x17\x23\x5a\x44\x52\xeb\x19\x68\x2d\xe7\x0e\x4b\x7c\xd8\x7f\xb6\x81\xd9\xe2\x1c\xa5\xb3\xeb\x64\xdd\x3b\x7a\x07\xcf\xc5\xfe\x8f\x9a\x99\x90\xb7\xec\x33\xbb\xeb\x24\xae\x17\x3b\x5d\x06\xbf\xe3\x62\xc7\xe9\x60\x38\xea\x99\x1e\xee\xbf\x62\xab\x8f\x45\x76\xf5\xca\x0c\x2e\x76\x52\xb3\xfb\x1e\x22\xc2\xbd\xa5\xf7\x35\x86\x96\x99\x90\x81\x70\x64\xa5\x65\x21\x1c\x3b\xdf\x89\xcf\xb4\x12\xc8\xfb\x3d\x35\xff\x9a\x71\xcb\x84\x58\x51\x3a\xe7\x63\x69\x58\x15\xa5\x67\xca\xa2\x58\x5b\x56\x73\xb1\xa3\x8a\xfa\x35\x1f\xf2\x06\x5c\xec\x5e\x1b\x1c\xeb\x99\x65\x99\x6b\x80\x0a\x5a\x10\x34\x05\xa5\xea\x63\x11\x68\xa6\x62\xb1\xad\x3a\x60\x9e\x0f\x89\x0b\xe3\xd3\xca\x3a\xa7\x8b\xc5\xcd\xa9\x03\xff\x38\xd8\x73\xcf\xb5\xcb\xce\x8d\x69\x7a\xae\x5d\x56\x4e\x48\xf9\xb9\x36\x52\x41\xd9\x99\x4f\x6d\xa4\x66\x69\x7d\x3e\xd7\x46\x2a\x98\xc8\xe6\x73\x6d\xa4\x73\xeb\x69\xa5\x69\x7b\x54\xa0\xfe\xfd\x75\xee\x25\x6d\xae\x01\xf6\x2b\xad\xac\x8d\xd4\xf7\xd4\x5c\x07\x42\x3f\xd3\xdf\x1a\xdf\x71\xa4\x87\xe7\xf7\xd7\x59\x60\x4d\xcf\xb5\x91\xce\x72\xe5\xbb\xb7\x20\x7a\x5f\x1b\xa9\xd4\x93\x1e\xb4\x91\x3a\xdb\xe3\x39\x64\xe6\x81\x4f\x3d\xd7\x46\x3a\x4b\xcb\x77\x62\xd7\x5b\xca\x24\x0a\x04\xcf\xb5\xc9\xca\x06\x47\x7b\xae\x4d\x56\x4e\x96\xfa\xb9\x36\xd9\x79\x41\xf4\x4f\x9d\xba\xd7\x96\x9a\x6b\x7c\xd7\x9e\x1e\x96\x2c\x1f\xde\xf7\x94\xf2\x78\xb5\xb4\xb2\x36\x59\xef\xe9\x4f\xeb\xf7\x69\xf3\x2d\x22\x64\x06\x2d\x0c\xc1\xd0\x31\x3d\xa7\xa6\xb5\xeb\xc2\x68\xd7\x06\x3c\xae\x33\xdf\xd5\x35\x13\x1c\x64\xcf\xb5\x01\xcb\x5e\xf2\xdd\x1a\x5f\x6d\x29\xd3\x79\x19\xc6\xff\x5c\x3b\xf0\x0c\x11\x3e\xd7\x0e\x2c\x9f\xc9\x5e\x3b\xb0\xd4\xf3\x47\xb1\x08\xaa\x3a\xb5\x05\x83\xcd\x43\x2b\xcf\x3c\xad\xed\x59\xda\xa7\xff\xd7\x2a\x2b\x29\x5b\xd4\x7b\x21\x49\xc9\x56\x7c\x1c\x59\x17\x47\x82\x8c\x1d\xdc\xb4\x3f\xcb\x15\xa8\x88\x9c\xf2\xe1\x1a\xfe\x08\x71\xc9\xf3\x3a\x32\xf9\x6b\x7f\x96\xcf\xa2\xc9\xc9\x1d\x9e\xfd\xb4\xb7\x0e\xd9\xe8\xb9\xf6\xe7\xb5\x7f\x7a\x58\xa3\x1f\x5b\x5a\xb1\x50\x9e\xef\x16\xff\xd9\xb2\x41\xec\xec\xfe\x40\xaf\xef\xaf\xeb\x40\xb4\x91\x8c\x7d\xe4\xc0\x7e\xc9\x09\x93\x56\x5e\x6b\x7b\x16\x4c\xb1\xf3\x25\x83\xf7\x09\x27\x7e\xad\xed\x79\x1c\xe0\xf2\x92\xb4\x81\xb4\x3d\x5f\x36\x96\x59\xd3\x9d\x76\x49\x5c\x23\x6d\xae\xf1\xa1\x7d\xce\x97\xce\xb9\x10\xfa\xcb\xb1\x20\x9f\xfe\x96\x2e\x1a\x42\x7f\xc9\x49\x55\x8e\xf4\xf0\x50\x50\x5b\x70\x59\xe3\x1b\x30\x00\x39\x3a\xf6\x7e\x06\x92\x9a\x90\xef\x86\x2d\xbd\x7c\xb7\xb6\xe7\x75\x05\x4f\x89\x32\x39\x23\x5e\x0e\x1a\x39\x53\x56\xb5\x25\x68\x53\x1e\xfa\x30\xb8\x97\xb6\xe7\x3e\x52\xd6\xbe\xbf\x2e\x6c\x7a\xf3\xb5\xb6\xe7\xd5\x6a\x5a\x19\x16\xe7\x80\xd6\xf8\x22\x92\xc9\xb8\x73\xf4\x4f\x0f\x8b\xfd\xf4\x23\x35\x9f\x92\x06\x2a\xd0\x6b\xcd\x19\xf4\x22\xb3\xcf\x71\x72\xe6\xca\xea\x73\x0c\x58\x9a\x8d\x3e\xe7\xce\xe6\x91\xd1\xa7\xf4\x34\xa3\x03\x32\x02\xc0\x4b\xfb\xb3\x72\x04\xcb\x1e\x54\x46\x0d\xb4\x84\x3a\x6c\xa4\xf3\xb5\xf6\xe7\x47\xfe\x7b\x49\x12\xeb\x21\x18\x6d\xcf\x13\xee\x27\xbb\x51\xdb\xf7\xf4\x30\x05\x05\x51\x2b\xf7\x69\xe5\xf9\xfd\xd5\xaf\x91\xb2\xb5\x03\x6b\x48\x4b\x32\x1b\xb6\xea\x29\x27\xd4\x5e\x21\xe5\xd7\xda\x81\x6d\x6f\x81\x0e\x41\x7c\xa7\x0d\x58\x38\x20\x5f\xda\x80\x17\x9c\xf8\xb5\x36\x60\x39\x3f\xad\x88\xff\xc0\xcf\x5f\xda\x80\x67\xe6\x45\x61\x26\x25\x24\x32\x1d\x66\x11\x68\x6d\xc0\x08\x77\x2f\xc7\x65\x65\x23\x25\x30\x0b\xe8\x29\xf3\x4b\x20\x59\x4e\x46\xbe\x93\xe9\x04\xce\xf8\x96\x85\xa2\x30\xda\xb7\x04\xfe\x48\xbd\xf8\xdc\x38\x81\xdf\x3a\x1f\x37\x44\x93\xf7\xda\x80\xad\x7e\x6a\xda\x59\xda\x80\x2e\x59\x99\xf3\xdd\x5a\xbf\x68\x45\x6f\xe9\xc9\x25\xc2\xf3\x5b\x07\xe4\x05\xf5\xe2\xba\x3b\xf3\xa1\x8c\xd5\xc8\x3b\xef\xb5\x03\x5b\xad\x69\x66\xb1\xd0\x48\xb6\xb6\x10\x8e\xd2\x7e\xcc\x97\xdf\xda\x9e\x2d\x98\xfa\xf4\x84\x98\xdf\x6b\x0b\x96\xa1\x73\xaf\xe0\x62\x13\x2e\x0b\xa8\x72\x28\x74\x43\xf6\x43\x50\x24\x3f\x84\x04\x85\x62\x5f\xd8\x75\xa5\x44\xe6\xe5\xcf\x47\x76\x86\xb5\xd4\x94\x91\x56\x1a\x74\xe9\x9b\xcc\x41\x16\x4c\x8a\x7d\x60\x4b\xc7\x0f\x28\xc7\x83\xb4\xce\x62\x9f\xd8\x7e\xec\x1b\x68\x4a\xa1\xbb\x6c\x86\x5b\xe0\xd3\xbd\xb8\xdd\x03\x23\xad\x58\x5c\xe9\x0e\xe7\x85\x17\x97\x5e\xa6\x78\x5c\x07\x10\xea\x1b\xc0\xdb\xad\xba\x62\x97\x05\x74\x1f\x0d\xa8\x2c\x48\x14\x5b\x6c\x6b\xef\x0a\xe9\x13\x74\x0a\xea\x40\x97\xa0\x7c\xd7\x64\xab\xa8\x40\x5d\x65\x07\xd0\x90\x41\x7d\x03\xba\x57\xd9\x99\x36\xa7\x6a\x0e\xa0\x87\xa0\xb4\x22\x2f\x40\x49\xd9\x4b\x65\x17\xd0\x5b\x90\xdb\x94\x31\xa4\x2b\x4c\x57\x90\x6d\x3b\x27\xd0\xa1\x9a\x81\x34\x3e\xe6\x65\xe0\x3c\x1c\x80\x43\xa6\xba\x61\xd4\x1c\xe8\xb1\xd5\x16\x70\x15\xee\x57\x20\xb5\xca\x94\xca\xf2\xd1\xf7\xeb\x00\xd2\xac\x9d\x17\xd0\xe9\x3e\x4e\x40\x4d\xdb\x15\xa8\xb9\x30\x5f\x6a\xde\x20\x15\xd9\x3d\xba\x65\xbc\x05\xdd\xaa\xda\x07\xe0\x34\x98\xba\x0f\x37\x54\x01\x9f\xf2\x4b\xa5\xae\xa6\xee\x33\xae\xb7\xc7\x45\xa1\x24\xad\xad\xa6\x54\x56\x92\xad\x0e\x46\x26\x77\x97\xad\xf7\x0b\xf2\xda\x35\x20\xad\xdd\x99\x76\xb4\x76\x17\xd8\xda\x83\x73\x06\x12\x02\x57\x5a\xd1\xda\xb1\xfd\x6e\xd3\xdf\xe9\x19\x98\x96\xf0\xb3\x5b\xa4\x48\xf7\xad\x06\x92\x17\x14\xb2\xb2\x3e\xbc\x2b\x50\x42\xa0\xa8\xb3\x17\xa0\xcb\x85\x0d\x50\x91\xe2\x9d\xbd\x22\x95\x78\x95\x0e\xc0\xe1\xd2\x0a\x78\x1b\x4c\x3f\xd3\x60\xfa\x79\x18\x0c\x4e\x4f\xb9\xf9\x3c\x98\x87\x9d\x8a\xa9\x2a\x03\xde\xc6\xf6\x91\x7e\xdb\x37\xc8\x59\xfa\xed\x92\x1e\x52\x55\x4e\x46\xe8\xf9\x61\x47\x5b\x87\x2e\xa5\xa9\xf6\x8d\x2d\xf3\xb0\x09\x19\x12\x96\x6e\xda\x37\x36\xac\x23\x4f\xf6\xb1\x31\x6c\xd9\x26\xf7\x01\x27\x92\x76\xda\xce\x74\xa9\xb8\xfe\x93\x85\x96\x06\xda\x37\x96\x41\x1a\x68\x3b\xd3\xbf\x2c\x58\xfb\xd8\x19\xe4\xd4\x36\x61\xcf\x5a\x95\x44\x45\x5b\xe0\xc2\xa7\x1c\x3f\xe4\xd7\xab\xaa\xd1\xa1\x4b\x07\xf3\x5b\xf1\x5b\x60\x37\x98\x52\xb9\x5d\xd9\xfd\xd2\x26\x57\x21\xa3\x16\x13\xd9\x60\x45\x8e\x6e\xd9\xc7\x91\xba\x46\xbe\x78\x71\x6d\x25\xde\x07\xd3\x27\xad\x71\x81\x27\xa0\xe6\xb6\x06\x92\x25\x1d\xb6\xf2\x34\xd1\x0c\xa6\x5a\xfa\x5f\x3b\x7b\xaa\xde\x1a\xcb\x00\x12\x51\xf4\xf4\xf1\xd2\x94\x00\xc9\x17\x7b\x0e\x5a\x71\x18\xc7\x48\x1f\x0e\xe4\x18\xec\x37\x69\x72\x0b\xdc\x01\x85\x0f\xec\xd1\x2a\xc3\xde\xe1\x48\x4f\xfb\xe8\xe1\x16\x12\xda\xdb\xf5\x81\x74\x5a\x1d\x07\x90\xfd\xa9\xf9\xee\xad\x41\xba\x51\x89\xbf\xab\x51\x40\x39\xd9\x36\x66\xe7\x05\x05\x37\x20\x61\x73\xa4\xa6\x08\x98\x49\xb7\x7b\x71\xef\x57\x3e\xd4\x8e\x67\x5b\xbc\x7c\x20\x72\x1e\xbc\xec\x54\x85\x62\x5f\x26\x6e\x70\x93\x5c\xd9\xed\x26\x2d\x76\x25\xf6\x9d\x59\x95\xf4\xd6\x37\xc8\xe5\x65\x9a\x3c\x06\x90\x5b\x49\x4d\x07\x4f\xb8\x15\x4b\x3e\x68\x53\x0b\xac\xea\x3e\x90\x18\x30\x5c\x54\x52\x4a\xdf\x4a\x20\x31\x38\xb8\x82\xa4\x94\x76\xed\x46\xf4\x2d\x96\x6f\x11\x6d\x41\x66\x20\x5e\xb6\xa1\xe8\x9e\xbd\xd8\x8b\xbc\x40\x9b\xc2\x3d\xaa\xb1\x89\x53\x35\x3b\x16\xcb\xd8\x1c\x21\x36\x64\xbc\x5b\xe0\xc3\xa5\x17\xe0\x4b\x37\x53\x76\x83\xbb\xad\xd4\x50\xfe\xd8\x65\x96\x6e\x87\xd4\xaa\x32\x8e\x8e\xc2\xe7\x96\x0f\x91\x5a\xb3\xb9\xad\x0c\x5f\xa9\xb9\x9a\x09\x71\x1c\xda\x35\xcd\xc1\x19\x65\x14\xed\x8b\x5e\xcc\x12\x47\x11\xff\x6c\x36\xce\x95\x51\x1c\x90\x67\x31\xb0\x8c\x8a\x7d\xf5\x02\x94\xcd\x06\xfb\x63\x19\x0e\x34\x6f\xc5\x64\x3b\x14\xec\xbd\x40\xcf\xc6\x65\x85\xa0\x80\xf3\xa5\x11\x35\x1b\x4b\xcb\x68\x9a\xab\xe6\xb8\x9c\x32\x1c\x8d\xdc\x8a\x09\x69\x34\x5f\x05\xd9\x2e\x4a\x15\xfb\xd6\x8a\x79\xb1\x9d\x7c\x7b\xab\x9b\x87\xdf\xad\x76\xed\xc5\x2d\x0f\x31\xf9\x56\xcd\x9c\x87\x03\x39\x5b\x6d\x05\xf0\x32\xd8\x00\x87\x41\xb7\x6c\x2b\x76\xe3\xb0\x1d\xb2\x07\xec\xed\x34\x37\x1a\x4f\x2f\xd9\x69\xce\x35\xa4\xa0\x2f\xd0\x38\x7b\x83\x95\xee\x0d\x3f\x2c\x95\xb7\x33\xa0\x0e\xe3\xba\x7b\xdf\x8e\xb7\x67\xe3\x6c\x94\x7a\x80\x27\x48\xbe\xc5\xd9\xda\xe9\x03\xf0\xd6\xad\xb2\x05\x76\x83\x32\x06\x86\x09\xdd\x12\x34\x17\xa8\x79\xbe\x77\x2a\x9b\xfb\xdf\xfb\x30\xce\x1e\xd1\xbd\xdf\xc6\xca\x27\xc5\x7d\xf8\x2e\xcd\xd2\x8d\x7e\xc4\xd4\x6f\xdf\xf5\x1a\xb6\x92\x95\xbb\xcc\xfb\x37\xcf\x4e\xb9\x75\x2b\x68\x27\x12\x65\x81\xb7\x41\xe3\x78\x1a\xe5\xcb\x1c\xf6\xbe\x64\x68\xdd\x1c\x71\x56\xee\xcb\x77\x5a\x98\x9b\x5b\x61\xdb\x0b\x6c\x06\x4d\x56\x6d\xa7\x54\x1a\x5b\xb3\x65\xb4\xdc\xb7\xaf\x9a\x20\x91\xde\x76\x68\x6c\xbb\xf9\xda\x3d\x1d\x49\xb8\x7b\x89\x6e\x3b\x1e\x9a\x1d\xea\x0b\x14\xce\x0e\xa4\x28\xf7\xf4\x26\xb3\x7d\xb4\xdc\xd3\x61\xd3\xd5\x6c\xf0\x96\x61\x7c\x55\x76\x47\xf6\x15\x36\x47\xbc\x2c\xf0\x61\xd0\x38\x3f\x6c\xe4\xb2\xf1\xb8\xdc\xb2\x1d\xed\xad\x5b\x88\xbe\x65\xbd\xd9\x5b\xb3\x64\x7e\xbf\xbc\x05\xbb\x39\xec\xfd\xb2\xb2\x65\x1b\xdc\x02\xfd\x2d\x33\x29\x15\x7c\x6f\xdd\xac\xeb\x96\x56\xba\x5f\x30\x95\x5b\xea\xde\x02\x77\x40\x7f\xeb\x1d\x79\xbf\xa5\xa1\x34\x76\xf3\xfd\xf6\xed\x0a\x04\xf6\xb9\x89\xf6\xaf\x61\xd1\x72\x6e\xde\xbe\xb6\x74\x94\x59\xd4\x72\x1b\x9e\xf6\x59\xcc\x72\x90\x0d\xa6\x6f\x91\x35\xbb\x82\x17\xa8\xb9\x1a\xb2\xc0\x95\xa9\xcb\x50\xab\x23\x83\xa7\x62\x02\x50\xd2\xa6\x2f\xa8\xb4\x61\x02\x9d\x97\xe6\xb5\x6f\xd6\xbf\xa6\xe3\x15\x72\xfa\x4c\x47\x17\x8c\xdd\xf3\x3a\x15\xe9\xb5\x77\xab\xb7\x65\x9a\x2f\x44\x64\x9a\xdd\xea\x50\xb0\x18\xbe\xd1\x84\x2a\x37\x1d\xf5\xdf\xed\x7c\x5c\xe0\x25\xd0\x67\xee\x74\x14\x7f\xb7\xa2\x5e\x70\xc2\xf6\xcd\xbc\x6c\x12\x76\x5e\x4d\xa1\x76\x88\xee\x7d\x33\x13\x99\x8e\x6f\x3e\xab\x37\x8a\x4d\xb1\x7b\x87\xba\x31\x00\x5e\xc3\xfc\xd7\x56\xbe\xbd\xef\x3e\x7a\x6d\xd8\xdb\xa3\x1a\xd9\xc8\xb1\x47\x2e\xb7\x25\x63\xaf\x88\xdb\xe8\xe1\x7d\x67\x80\x6f\x3a\x32\x13\x99\xef\xc1\x5c\xad\xca\xb5\x6f\xd3\x95\xa5\x0d\xd4\xbe\xcb\x13\xdb\x6d\x90\xaa\xfd\xf0\xdd\x0c\xdd\xa3\x7a\xd5\xce\x5d\xc6\x2a\x34\x2a\xe1\x8d\xdd\xb6\xba\xda\x7d\x35\xab\xdb\x13\xbe\xc0\xb7\x40\x71\xba\xda\x7d\x2a\x10\xa3\x53\xfb\x25\xd6\xd6\x7d\x74\x2d\xd0\x95\x65\x63\xad\x0e\xcf\xdb\xfb\x21\xe1\x7e\x81\x2f\x83\x6e\xb9\xd9\x3c\x6a\x33\x7d\x75\x00\xdd\xde\x7d\xce\x2d\xd0\x95\x87\x2b\xfb\xb2\x46\x75\x84\x41\xb5\xe6\xb6\xce\x48\x63\x65\xdf\x66\x2f\x0c\xc1\x9c\xa0\xeb\x92\x8c\x40\x99\xb6\x0b\x43\x70\xb0\x42\xb7\xf1\xbe\x5a\x66\xde\xbb\xcf\xaa\xda\x9f\x26\x86\xd2\x3c\xa2\xb7\x71\xd6\x55\x96\x05\x6a\x93\x75\xdd\x4c\x79\xd5\xb1\x79\xae\x4c\x0c\x0b\xb4\x13\x35\xa5\x5e\x32\xc7\x0e\x2f\xf0\x61\xf0\x34\x28\x2e\xd2\x75\x3f\xe3\x55\xc7\x6e\x63\xa3\xd5\xfb\x05\xea\x70\xda\xa4\xa9\xd6\xb1\x8b\x13\xf4\xfa\x01\x6f\x83\x5a\xee\x71\x68\x83\xf6\x7a\xb9\xa9\xc3\x13\xbb\xce\xb9\x1f\xf0\xfd\x55\xd7\xe3\x1b\x1e\x41\x31\xb1\x57\x49\x17\x75\xf8\xd2\x6a\x3f\x8f\x0a\xf8\x34\x68\x2c\x7c\x09\xb3\x3a\xd2\xa1\x0e\xdf\x18\xec\xa7\xd7\x64\x70\x0b\x2b\xc3\xbd\xb4\x08\xcd\x41\xc9\x75\xe8\x54\xd8\xfb\x49\xbf\x97\xfd\x45\x3b\x95\x15\x30\xb4\x44\xe4\x0e\x28\x76\x6c\x33\x62\x1d\xdd\x24\x79\x31\xaf\x7d\xd8\x61\x66\xea\x1e\xc3\x22\x90\xdd\x70\x75\x70\xb1\x47\x77\x45\x5e\x75\xf8\x16\x46\xb7\x3d\x68\x81\xbe\xd7\x5c\x77\x40\xb7\x6c\x72\x1e\xd6\x19\xfb\x35\x3c\xa2\x87\x6f\xad\xda\xb5\x5a\x87\xfc\x19\x7b\x6f\xbb\x87\xf0\x76\x24\xc2\xc1\x5c\xf9\x94\xef\x0e\x88\xaa\xf7\x66\x92\x74\xe0\xf4\x02\x5f\x36\x49\x0b\x8d\xdb\xd1\xd0\xcd\x16\x9b\x05\x6a\x51\xec\xff\xac\xb7\x45\xbe\x6e\xef\x44\xbd\x2f\x33\x7a\xab\xcc\xf5\x56\xd4\xeb\xde\xad\x74\xd6\xbb\x99\x34\x86\xc4\xa7\x7a\x77\xb5\xdc\xad\x59\xd6\x5b\xb1\x9b\x7b\xf7\x89\x52\x6f\x87\x1e\xf4\x01\x56\x56\xde\x4a\x33\x17\xb9\xa5\x9f\xed\xdd\xe1\x35\xf5\x7e\x66\x8d\xdc\x94\x05\xf2\xee\x60\x8a\x05\xba\xdf\x41\xe9\xa0\xd4\x38\x5b\x22\x3a\xab\xc4\xfe\x3a\xbd\x33\x9a\xed\x4e\x75\xca\xd4\xb6\x0f\xc7\x3e\xd5\xb9\x09\x8d\x61\x6b\x4f\x9d\xa5\xdb\xf0\xee\xad\x3f\x8b\x88\x7d\x6c\x9e\x8d\x59\xb4\xa0\xc3\x3c\xb5\x4e\xdf\xb9\x1e\x8e\xad\xa8\x53\xf7\x05\xf7\x61\x93\x73\x9d\xfd\xaf\x1c\xfc\x0b\x52\x18\xc3\x07\xb2\x9c\xed\xb9\x98\xdd\xce\x8d\x96\x0f\x65\x31\x3d\x53\x26\xd7\xfc\x9e\x0f\x87\xfc\x4a\x29\x93\xcb\x62\x1b\x40\xba\x9c\x52\x53\xd3\x4c\xfb\x03\x3e\xbf\xbf\xca\x69\x6e\x31\xc5\xf0\x8a\x4d\x1d\x0b\x7a\x1b\x1b\xfa\x97\x73\xde\x26\xae\x05\x29\xfe\x48\xe7\xe4\x82\x40\x9c\x76\xb4\x85\x6b\x07\x9d\x71\xea\xc3\x03\x48\x7e\x98\x12\xa8\xc9\x1f\x9f\x46\xe5\x07\xf6\xb6\x99\x8a\x19\x2e\x16\x2c\x17\xf4\xd2\x80\x53\x53\xb1\x45\xc7\xa0\xea\x5a\x81\x32\x32\xfe\xdb\xae\x2c\xba\x50\x10\xb6\xd5\x82\x05\x0d\x63\xda\x00\x6f\xe1\xc6\x30\x1c\x8d\x73\xb0\x72\x5d\xe2\x38\x81\x3d\x0b\xb4\x7f\x87\x99\xb3\xd4\x78\x40\x21\x7d\x9d\x9c\x75\x0b\xb2\x3a\x83\x75\x05\x58\xd0\x12\x21\xf7\x2d\x0b\x29\x4f\xf8\x36\x02\x59\x6b\xcb\xa4\xdb\xd5\x76\x05\x1a\x72\xf1\x30\xad\xb2\xed\x5b\x4f\x5f\x90\x9c\x6b\x23\x65\xef\x4f\xc0\x47\x9d\x83\x48\x91\x0e\x54\xbe\xbf\x8a\x35\xb0\x05\x55\xc7\x7b\x55\x40\x29\x73\x75\x00\x79\x57\x94\x80\xdd\x4a\xc5\x05\xa8\x28\x8f\x6d\xfc\x90\xa9\xcf\x21\xc2\x72\x08\xdd\x82\xbc\x6f\x77\x20\x85\x5a\x31\xe2\x61\xd1\xce\xa1\x79\x0b\x3c\xbf\xbf\xae\xca\x2c\xeb\xb2\x66\xcd\x56\xd2\x6d\xcd\xe3\x34\xb7\x9b\xba\xae\x59\xf7\x2d\x35\xc7\x27\xc6\x65\x41\xf7\x6f\x41\x6d\x0b\x7c\x78\x05\x18\xc7\x40\xfd\x01\x12\x72\x67\xca\xe4\xe8\x39\xe8\x71\x9d\x90\xf5\xca\x30\xe4\x4c\xde\xb7\xc6\x87\x0a\xcb\xd8\x37\x96\x79\x40\x5a\x95\x89\x9d\xa2\x49\xd8\x8d\xb4\x8a\x72\x74\xf0\x91\xac\x34\x6c\x2c\x5f\xa0\x8e\x80\x20\x2b\x09\xa6\xda\xb5\x56\xa7\x2f\x37\x5e\xb0\x0f\x5d\x68\xac\xfb\xb6\x03\xfd\x16\xca\xb3\xa0\x4b\xbb\x20\x65\xf2\x89\xc1\xa3\x14\xb8\x77\x34\xe8\x53\xf2\x65\xdd\xb7\x40\x53\xd1\x49\x81\x1e\x9f\x80\xa0\x05\x3d\x8d\x4c\x03\x7c\xe9\x43\x20\x33\x01\xf6\xab\x0c\xdb\xfb\x80\x74\x2c\xb3\x8e\x92\x32\x9b\x13\xe9\xc2\x31\x7c\x76\x9c\x54\xc7\xf0\x1d\xfb\x06\x41\xc8\x94\x5d\x7f\x83\x86\xa0\x0d\x48\xfa\x96\xcf\x9d\x69\xd3\xf5\x7e\x80\xaa\x57\xd5\x51\x01\x75\xea\x98\x25\xd6\x6c\x41\x9a\x37\x28\xd0\x11\x7c\x9c\x2a\xf3\xc6\xd6\x99\xef\x2e\x05\xfe\x80\xaa\x4e\x8d\xab\xb3\x16\xf2\xd1\x6f\x0d\x64\xe4\x21\x1c\x2d\x3d\xbc\x3d\x0a\xc0\x75\x44\xd6\x7d\x0f\x54\x04\x81\xb7\x38\x80\x43\xe6\x6a\x62\xf1\x0a\xfc\xfa\x9e\xf7\x27\xe8\x6a\x41\xf3\xb7\x70\xcc\x4a\xa0\x5e\x43\x32\x76\x64\xde\x51\xc0\x40\x81\x79\xc7\xc9\x54\x4d\x53\x8a\x25\x05\xe2\xf2\x5a\xd6\x4a\x6a\x6c\xf5\x85\x8c\xea\xb8\xbc\xba\xef\x29\x6b\x8a\xc6\x49\x33\xdd\x1f\xa6\x1d\x39\xe3\xae\x7c\x38\x1d\x91\x08\xf4\x54\x33\x17\x90\x48\x05\xba\x95\xe1\xa3\x9c\xec\x1c\x5d\xea\xdc\x6b\xe1\xf8\x9a\x0a\x3b\xd9\x61\x65\x53\x7e\xed\x2c\x87\x04\xe9\xa3\xd7\x94\x29\x3e\xed\xc8\x77\x5d\xa7\x57\x1a\x1d\xf2\xf0\x83\xa8\xf5\x67\x47\xf9\x2f\x70\x7a\x75\x0a\xe0\xf3\xfb\xeb\x3a\xd3\xa8\x30\x3d\x52\xf3\x2d\x88\x8a\x37\x98\x52\x78\x3b\x20\x8f\x01\xeb\xc6\xd4\xbe\x71\xd0\x4d\xb1\x87\xce\x1e\x57\xac\x60\xdd\x58\xd5\x69\x1a\xbb\xe8\x11\xce\xf1\xa9\x3a\x8d\x2b\xc3\xba\x35\x8f\x47\x3a\x51\x44\x62\x0d\x04\x95\xd1\x90\x05\xb1\x03\x04\x1c\xa9\xe5\xbb\x0c\xd5\x91\x85\xc7\x3a\x59\x7e\xc8\xae\x6d\x8b\x18\x7b\x4d\x43\xa7\x1b\x62\x12\x2c\xfa\x73\x28\xcd\xe9\x35\x48\xd5\x75\x26\x1c\x03\xd4\xe5\x86\x2b\x2d\xdf\x99\x79\xec\xc1\xe7\x65\xdc\x59\x2f\xf8\x1c\x9b\xc2\x0e\x9b\xc2\x19\xfe\xf0\xad\x62\xb8\x90\xf4\xa5\xf5\x65\x07\x94\xa7\xe0\x53\xc8\x64\x0e\xc0\x21\xf4\x52\x28\x83\x2a\xf4\x6a\x87\x4c\x2d\x7b\x3a\x41\x18\x4a\x5d\x19\xa0\x10\x8d\x1e\xc9\x6f\x03\x24\xfa\xbd\xf8\x50\x1e\xe2\xc2\xf9\xfa\xf0\x65\x41\x28\x4d\x81\x8a\xc7\xbe\x31\x23\xf2\xe4\xac\x2e\xe9\xc3\x16\x22\x94\x57\x62\x15\xf7\x48\x55\xf6\xde\x8c\x1d\x6a\xb7\x0d\xa8\x20\x9d\xc8\x04\x54\xed\x38\xac\x8e\x48\x2c\xb6\x49\x56\xc7\xfd\xad\x0f\x19\xe7\xed\xf3\x96\xdd\xae\xe8\xbe\xa2\x3c\x22\x0b\x32\x67\x62\xd7\x38\xba\x6f\xec\xec\x6f\x39\x61\x16\x42\xa9\xab\x80\x0c\x18\xf5\x03\x41\x26\x08\x59\x90\x61\x13\xdb\x0b\xd3\x0e\x36\x95\x04\xf9\xe3\x0c\x42\x72\xc2\x94\x4c\xa6\x58\xdc\x3e\x52\xc6\xa2\x04\x54\xcc\x5b\xd6\xc4\xa1\xc8\xd0\xa5\x63\xfa\xda\xc1\xc9\xed\x30\xbe\x3d\x52\xd7\x13\x2a\x81\x73\x38\x74\x6f\x83\x86\x15\x9e\x77\x0c\x48\xf1\xe9\x38\x57\x66\xcf\xfe\x99\x0b\xed\x86\xf8\xbc\x5a\xe0\x87\x4f\x3b\x36\xae\x40\x2f\x1d\x01\xf9\x52\x4e\x47\xe8\xfd\xe9\x2b\xcc\xb0\x03\xc2\xee\xce\x40\x20\x47\x33\x43\xbc\x82\x25\xb1\xb7\xa6\x16\x98\x35\x81\x77\x35\xad\xea\xda\x22\xac\xf3\x69\x0e\x88\x58\xa1\xc0\xbb\x35\x21\x69\x75\x48\x80\x4f\xa1\x4e\x79\x84\x37\x45\xde\x55\xdd\xcd\x17\x24\x89\xa8\xa6\x7f\x73\x9c\x74\xbf\xf8\xe1\x79\xa5\x7b\x59\xb9\x5a\x1a\x0d\x43\xa4\x55\x44\x22\xb8\xae\x15\xd2\xe6\x40\xec\xea\x40\xb9\x8a\xba\xe6\x40\xb9\xd5\x12\x73\x77\x3b\xf8\x8f\x03\x53\x11\x6f\xc7\x1e\x79\x4e\x21\x6f\x35\x7a\xca\xd3\x34\x8b\x34\x21\xff\xd5\xaa\x4a\x43\x8e\xb1\x61\xd3\x3c\x1d\x55\x13\x22\xf0\x51\x8b\xba\xa1\xd0\xb5\xf5\x61\x40\x4b\x89\x47\x3a\xd1\x0c\x95\xb4\x23\xe6\x80\xe8\xe7\x00\x35\xac\x59\x0e\x49\x5b\xed\x14\x40\xab\x3f\xac\xe6\xcb\xc6\x2d\xe4\xb7\x97\x75\xc7\x1d\xe6\xee\xa8\xb4\x76\x5c\xf9\x54\xf8\x21\xfc\xca\x34\x5b\xf7\x92\x32\xb0\xfd\xb1\x11\xc5\x61\x6a\x31\x19\x39\x4c\xad\x6e\x7b\x5a\x7d\xb8\x9d\x13\xd0\xc1\xe8\x41\x8f\x69\x0f\xa8\x69\x47\x03\xf5\x9d\xfc\x3d\xf2\x9e\x22\xd5\x6a\xf4\x5c\x45\xaa\xf5\x82\xf4\xab\x48\xb5\x55\x35\xa0\x42\x63\x58\x6a\xb9\xff\x6a\xa8\xcd\xf7\x51\x6a\x14\x99\x97\xe5\x78\xd4\x4c\x45\xa7\xad\x76\xd2\x89\xc6\x05\xf1\xd9\x39\x78\xf5\x94\x79\x63\x06\x32\xcf\x3b\xd3\xa5\x16\x6c\x87\x3b\xf9\x22\x22\x66\x14\x42\xd2\x0a\x3c\x46\x31\x61\x35\xbc\xfd\xe5\x38\xcc\x34\x23\x19\xef\xe4\x44\x7d\x39\x4c\x1a\x16\xfc\x9a\x2c\x3b\xcd\x88\x3b\x9e\x30\x52\x87\x73\x0d\x0e\x9e\x17\x46\x80\xb4\x03\x1d\x66\x81\xec\xf6\x2a\x1c\xa9\x8a\xc5\x2a\x17\x10\x46\x0e\xd6\x47\x06\xf8\xa3\x23\xab\xbc\x1d\xd8\xcf\xec\xbc\x43\x5a\xa9\x7a\xb9\x93\x06\xd8\x0d\x76\x40\x71\xe4\x2b\x9d\x2c\x8e\x5c\x46\xaa\x5a\x1e\xb9\x02\x9a\x7e\xe0\x4e\x32\xfa\xf7\xc2\xb6\x7d\x5b\xcc\xab\xe9\xd3\x67\x3a\xa7\xaf\x22\xa9\x6a\x96\xe4\x6d\xf2\x61\x82\xde\xd8\x0c\xe0\xab\x6f\xcc\xa9\x90\x9a\xdc\xa2\x35\xf2\x88\x2c\xcf\x47\x2f\x69\x47\x04\x53\x53\x53\x5c\x8e\xed\xf5\x36\x97\xab\x69\xd4\x98\x1f\x29\x7c\x6a\x62\x83\x80\x39\x0c\xa8\xea\x7a\xe5\xc5\xd2\xbe\xe5\xb7\x3a\xd3\x8c\xe5\xbc\x48\x88\x6f\xc5\x2c\xb6\xcf\x87\x3e\xd1\x33\x93\x62\x63\x25\xe8\x98\x8b\x65\x45\xa6\xb7\x13\x92\xdd\x5b\x47\x6f\x69\x19\x16\xe4\x84\x76\x21\xef\x49\x29\xec\xc4\xb7\xb8\x5a\x1d\x69\x48\xfb\xe9\xca\x87\x5d\x57\x97\x40\xd6\x7e\xb3\xcf\x77\xcc\x40\x01\xb4\x44\x76\xa4\x1d\x2d\x1e\x04\xfc\xf6\x25\x7b\x09\xa5\x27\x99\x25\x36\x1b\x43\x4e\xc7\xba\x2d\x0a\x2e\x80\xd2\x3c\xcf\x14\x1a\x9f\x0e\xd4\xdc\x67\x05\x94\xea\x29\x99\x79\x41\xb7\x0b\xd3\x8b\x05\x97\x14\x5a\x20\x3b\xf3\xe5\x5a\x2f\x33\xf6\x05\xbd\x7c\x5e\x04\x83\xf7\xf7\xd7\x69\x43\xd2\xe9\x6c\x17\x6b\x60\x20\x64\x52\x13\x01\x9f\x8e\xcc\x2b\x1f\x64\x87\x55\x21\x1d\xe1\xa7\x93\x5e\x54\xc7\x5c\x9d\x4e\x74\xb1\x8f\x2b\xad\x32\x92\x14\x5a\x4e\xe8\xa0\x67\x69\xed\x4a\x3b\xa6\xc3\x94\x59\xa8\x29\xdb\x8f\x78\xf7\x49\xaa\x8c\x76\x64\x86\x14\x67\xbb\x5b\x40\x3b\x1d\x21\xd8\xed\xb8\x3e\x1d\x20\x78\x58\x71\x3a\xfb\x76\x7b\x98\x7c\xa8\x08\x88\x12\xec\x44\xa5\x4a\xb9\x29\x68\xa9\x58\xe3\x64\xd6\x6f\xaf\x1e\xeb\xa5\xe0\x9e\xab\xe5\x3b\x73\xe7\xc2\xb0\x6e\x6d\xb6\xcf\x87\x3a\xd0\x2f\x96\xe0\xf6\x90\xd3\xc5\xd4\x0d\x9d\x94\x59\x5a\x4d\xa3\x4b\xc0\xd8\x32\xe5\x8e\x45\x28\x59\xbb\x6c\x0b\xd0\xb1\x94\xb9\x07\x81\xb8\x9f\x81\x7c\x77\x22\x5f\x32\xcb\x9e\x9c\xdd\x2a\x04\x04\xb2\x3b\x6c\xb5\x41\xcf\xca\xfe\xd1\x4b\x1f\x40\x52\xc8\xaf\x40\x74\x79\x00\x4a\xe2\xea\x0d\x48\x12\x57\xdb\x80\x34\x1f\x4c\x96\xd3\x86\xfc\x56\x66\xda\x2e\x41\x00\x6a\x0e\x02\x16\x5e\x5b\x4a\xc5\xe5\x77\x50\x37\xa7\x4c\x59\x48\x94\x5e\x64\x41\xdd\xa1\x8f\xdd\x87\x69\xcb\x87\x2c\x57\xbe\xf4\xc9\x92\x19\x31\x51\x36\x30\xd0\x9d\xa6\xed\xd3\xce\xdb\xe8\x51\xf5\xf6\x2a\x14\x46\x2d\xdf\xd0\xc8\xe2\xee\x37\x18\xd1\x12\xde\x11\xf0\xb3\xdf\xc1\x3c\x67\x81\xde\x35\xa5\x03\x5a\xca\x2a\xf9\x54\x84\xd1\xd2\xae\x89\xbd\xb0\x10\xd3\x2b\xc8\x97\xc8\x79\x95\xe9\x9d\x4e\x50\x92\xaa\xba\x4c\x75\x30\x18\xf1\xc7\x2d\xf3\x67\x9a\xc9\xf4\xe5\xf0\x4d\xab\x5e\xc1\x40\xca\xc9\xc2\x32\x1c\xdd\xcb\x30\x80\xe8\x7f\x07\xd4\x32\xf4\x40\x3e\x5e\x6b\x05\xb4\x24\xce\xb8\x0e\x48\xa1\x9e\x80\x3a\x79\xa0\xcc\x03\x73\xe8\x99\x6e\x7c\x68\x32\xf3\x07\x42\x17\x6c\x0f\xcf\xda\x79\x00\x49\xae\x1a\x1b\x90\x4f\xfc\x1e\x90\x75\xe8\x80\x3a\xf1\x59\xb2\x43\xba\x41\xbd\xd2\x89\x08\xe3\xf3\xe1\x74\x97\x29\x7c\xb8\x1d\xf0\x43\xb2\xba\xa8\x0c\x65\xc0\xf7\x8e\x50\x06\xe8\x12\x49\x94\x59\xba\x6d\x79\x0d\xf4\x94\x7e\x02\x46\x98\x2b\x32\x2b\x53\x06\xab\x0f\xa4\x0d\x0a\xdb\x53\x42\xdf\xea\x08\xaa\x05\x59\x0f\x05\x1f\x85\xca\xd7\x20\x8b\x68\x75\xa6\x19\xd3\x17\x6c\x19\x5f\xe3\xe6\x71\x16\xeb\x8f\xd9\xa0\xc5\x16\xb3\x9e\x42\x9b\x44\xae\x1f\x5e\xa3\x5f\x75\xad\xf6\x80\x6d\x51\x92\x80\x0b\x26\x45\x04\xd4\xf1\x69\xd7\x93\x0b\x51\x17\x1b\xca\x3f\x18\x99\x47\x8c\x14\x2e\x6e\xef\xbb\x61\xe7\x5a\x75\x33\x34\xea\xda\xec\x30\x76\x20\xcb\xdf\xec\x66\x7b\x51\xdb\x31\xc0\x61\x11\x4a\x69\xe9\xc5\x1c\x84\x5d\xa6\x9c\xc5\xbd\x7c\x6a\x3a\x55\xcc\x96\x42\x5d\xef\x61\x5f\x15\x5b\xca\xd8\x81\x05\x11\x1b\x32\xb6\x1b\x8c\x1b\x05\x0b\xb4\xd0\x04\xd5\x94\x5b\xeb\x99\x5e\x74\x1c\xed\xa1\xa1\xe2\xf3\x28\xa3\x86\x9d\xd4\x14\xea\xae\x0e\xc2\x45\xb9\xed\x99\xbb\xd2\x8b\x75\xf5\x9a\x76\xa5\xc8\x66\x4e\x74\xc7\x71\xff\x20\xe4\x6d\x56\x01\x9d\x06\xcd\x09\xb8\x16\x68\x3b\x08\x2c\xad\x38\x8a\xa2\x65\x45\x1d\x14\x74\x64\xca\xa6\x77\x21\xdd\x4c\x63\x0f\x15\x4d\xf3\x85\xac\xfe\xd4\x89\x39\xd2\xac\xd9\x42\xb0\x97\xf1\xec\xca\x5c\xe3\xdd\xbc\xdc\x50\xc5\xf0\xdf\x80\x8a\x11\x1a\x80\x92\xfc\x8f\x14\x5e\x2e\xec\x80\x66\x78\xd7\x05\xd8\x3d\xf0\x0a\x68\x8c\x52\xe8\x23\x14\x46\x55\x91\xa3\x60\x3e\x4a\xd8\x7c\xe4\x7c\xad\x12\x95\x0e\x36\x73\xd5\xa9\x74\xb0\x0b\xab\x69\x0a\x69\x91\x68\xad\x23\x9d\x20\xb1\x17\x20\x6f\xd1\x8c\x53\xac\xe8\xd8\x0e\x20\xf0\x61\x64\xc3\xa2\x42\x65\x64\x22\xb9\xca\xde\x51\xfe\xaa\xea\x64\x0b\x0b\xf2\x0e\x80\x50\x94\x60\xb9\x74\xf6\xb6\x33\x29\xef\x39\x60\x2b\x27\x0b\x27\x84\x52\x28\x37\xe5\xc6\x14\xe4\x9d\xcf\xa9\xae\x2c\xca\xab\x2e\x2d\x25\xfa\x31\xa5\x4d\x38\xa4\xd0\xd4\x89\xa0\x53\x61\x46\xf0\x46\x65\x50\xae\x76\x39\x9f\x4e\x8d\x55\xb3\xf3\x95\x43\x99\x40\x86\x05\xbd\x3f\x77\xad\xcf\xae\x5c\xc9\xe4\x55\x58\x90\xd3\xd2\xa5\xcc\xdb\x8c\x73\x87\x08\x88\x11\xc8\x81\x43\xf9\xf0\x94\xb1\xaa\x02\xe9\x3e\x27\x8b\xe9\xd4\xc8\x17\xdb\x53\x01\x38\x47\x63\x69\x95\x1c\x79\x1f\xd0\xec\x69\x4b\xc3\x08\xe4\x54\x7a\x41\xc6\x17\xbf\xd3\xa6\x34\x69\x68\x40\x51\x59\x7b\x19\x35\xc8\xb0\x20\x7c\xa9\x43\xef\x60\xd5\x95\x0b\xac\x1e\x48\xb9\x27\xac\x8d\x53\xf9\x34\x15\xa2\x32\x38\x51\xd8\xd5\xd8\x8b\xca\x99\xbc\xc0\x94\x5a\xe9\xed\x7f\x83\x18\xae\x3c\xca\x25\xfc\xca\xb9\x93\xeb\xa7\x59\x78\x07\x28\xdc\x36\xbb\x43\x30\xca\x8e\x5c\x9d\x8c\x65\x41\x66\x0e\x4c\xb3\x2e\xb1\xe5\x64\x70\x4e\xe4\x3d\x32\xc4\x49\xc8\xee\x95\x52\x4d\x3b\xbc\x4c\x19\x90\x4b\xf8\xb2\x73\x20\x8f\x2b\xad\x4a\x9e\x66\x07\x29\x30\xb6\x1e\x70\x0a\xa7\x3b\xbe\xd2\xbf\x39\x57\xc9\x5a\x4e\xab\x71\xc8\x80\x27\xc6\x32\xfa\x17\xeb\xea\x88\x0f\x0e\x5c\x68\x88\xc8\xca\x74\x5c\x6c\x03\x58\xd0\x70\xdc\x0d\xe3\x70\x98\xc6\x87\x28\x1c\xd3\x11\xec\x6c\xf6\xcf\xe1\x7d\x99\x98\xf7\x0e\x74\x7c\x52\x05\x2c\x08\x64\x77\x40\x90\x2d\x80\x9a\xca\x33\x5f\x3a\xd5\x68\xaa\x2a\x39\xc1\x91\x3e\xc4\x66\x91\x5d\x2f\x9b\x33\xca\x96\x42\x11\xe9\x91\x0f\x25\x20\x7c\xca\xc0\x35\x3d\x6a\x1b\x1e\x40\xca\xa8\x78\x20\xc7\x5e\x52\x31\x0f\x94\x5c\x25\xa1\x2b\xd7\x48\x99\xd2\x13\x1c\x81\xec\xb6\x4e\x2b\x8e\x53\xde\xf2\xe1\x50\xde\xe7\x0b\x48\xb6\x95\x34\xe3\xc4\xc1\x70\x08\xe5\x7c\xda\xab\x4d\x0b\x0b\xd4\xcc\x95\x40\xcc\x5c\xbe\xac\xdf\x5f\xad\xef\xf9\x52\xa7\x7f\x4f\xd9\x25\xe4\x98\x72\x5d\x9d\x3c\xd1\x7c\x2e\x5d\x49\xce\xb1\x7c\x39\xac\xb4\xc0\x94\x14\xf5\x53\x0f\xc4\x54\x65\x8b\xaa\x07\x32\xff\x65\x26\x89\xce\x76\xe9\x44\x3c\x20\x24\xa5\x92\x2a\x3d\x98\x8a\x61\x6e\x6c\xdf\x2b\x0c\x33\xcd\xdc\x06\x41\x75\x5a\x56\x3a\xd3\xac\x32\x49\x20\xe9\x29\x60\x6b\xc9\x32\x40\xe6\x27\x68\xbf\x0d\xb6\xc8\x98\x1b\xf1\x86\x70\x94\xe6\xb4\x24\x1c\x6b\x0a\x15\xaf\x47\x4d\xd9\xda\x04\x75\x4b\x3b\xe0\x97\xaa\x22\x33\x24\x13\xe5\xa9\x5a\xcc\x26\x75\xa7\x38\xea\x01\xf4\x90\xe4\x14\x04\xe4\xae\xb9\x52\x66\xd5\x0b\xa6\xdd\x1c\x4f\x14\x5e\xd8\x06\xb8\xd3\xa7\xfd\xa1\x91\x4b\x9b\x93\x5d\x20\x13\x3a\xff\xf6\x08\x43\x51\x9e\xed\x7a\xc0\x41\x94\x68\x9b\xe8\xc6\x05\xd9\x3f\x0e\x42\x3c\x86\x00\x5f\x68\x28\x83\x6c\xd2\x76\x6f\x9f\xbc\x1c\x0b\xda\x75\x59\x93\x76\x6e\x8b\x46\x10\xa9\x02\xe5\x16\x7a\x20\x2f\x0e\x57\xf7\x40\x8b\xf4\xc7\x16\xc8\xb3\x97\x0f\x95\x41\x04\x7e\xdb\x74\x09\xac\x70\x70\x35\xf1\xb7\xa3\x5e\x3f\x66\xdb\x0d\x63\x02\x02\x7f\x33\x91\x72\x90\x34\x07\xb4\x1e\xf4\x31\x99\xd8\x01\xc8\x9e\x09\x68\x27\x0c\xaa\x42\x33\x0d\x73\xb2\x35\xe2\xa0\x41\x7d\x5a\xc3\x1d\x69\x77\xed\xa1\x23\xe4\x24\xde\x58\x32\xe6\x69\xcb\x6a\x1a\x95\x45\x2b\xab\x25\xf3\xdb\xc1\xa1\xa2\xc8\xb0\x12\xd1\xd0\xc1\x5f\x27\x35\x15\x43\x57\x0f\xb6\xbe\xe3\x90\x47\xb8\x94\xd2\x90\x95\xb3\xa7\xb0\xe9\x42\xf7\x05\xa4\x78\x22\x68\xd2\x89\x1f\xcf\x2d\x1d\x8a\x58\xce\x74\x21\x64\x98\x46\xc7\x77\x75\x06\x41\x7c\x57\xcc\x4e\xce\xfc\x58\x0b\xfc\xb5\xfb\x40\x46\x43\x55\xb8\x57\x2f\x23\x5f\xfa\x92\x06\x22\x81\xe3\xbd\xb6\x23\x1f\xfa\x74\x1e\x29\x7c\x8a\x74\xc0\x0e\xfd\x81\xf3\xaf\xfb\x6a\x78\x50\x17\x47\xbb\xf6\x94\x5d\x9e\x8f\x0a\x28\x91\xec\x0c\xc4\x0e\x39\x01\x87\xc2\x72\x40\x4f\x16\xac\xe3\x4c\x99\x8d\x91\x99\x3b\x1f\xab\x68\x54\xba\xed\x5a\x3e\xe8\x98\xfb\x65\x06\x26\x0b\x02\x76\xd3\x31\x6e\x29\x14\xb1\x70\x6c\x39\xc0\xab\x5f\x69\x54\x3b\xe2\x53\x66\xbf\x68\x5a\xb1\x68\x15\xc8\xc6\x24\x48\xce\x31\x5d\x1b\x6c\x73\x98\x3c\xae\x94\x79\x47\x72\x1a\x2b\xa6\xeb\xe8\x47\x20\x32\x78\x75\x40\x75\x59\x53\xb8\x56\xa0\x95\x94\xe9\xf4\x43\xbd\x1b\x5e\x65\x04\x10\xa7\xd4\x6f\x85\x43\x4d\x71\x5a\xe5\xea\x29\x44\x08\xbb\x00\x59\xe6\x94\x9a\xc7\xb3\xea\x83\xa7\x01\xe8\xd3\xb6\xd0\xb0\x37\x45\x6a\xb5\x18\x72\x14\xa9\x55\x8f\x2b\x7d\x9a\xe3\xb3\x27\x1d\x6f\x3f\xb2\x40\x23\xa7\x25\xd8\x3b\x68\x1c\xeb\xc7\xb0\xfa\x89\x59\x57\xf1\xb9\xa5\xa4\x59\xb4\xcf\x4c\xa6\x79\xd6\xe7\x43\xd1\xcb\x95\x2e\x41\x36\xa0\xf5\xb7\xcc\xfb\xed\x90\x01\x0a\x65\xe4\x3c\x33\x2e\x85\x0b\xc6\xbe\xe7\x6c\xfa\xf5\x03\x89\xb4\x50\x63\x94\x4f\xbf\x1e\xd0\x8b\x12\xea\x1f\x91\xc9\x86\x25\xb4\xb2\xa7\x50\x4c\x13\xb5\x65\x58\x85\xa0\xea\x8d\xa9\x83\x25\x71\x5e\xfc\x56\x60\xd3\xe4\x80\xe3\xd8\x70\x6e\xfc\x56\x90\x1e\xee\x90\x53\x40\x87\x94\xa7\xa1\xae\x3e\x4f\x20\x6d\xae\xf3\x87\x57\x38\x57\x55\xa8\x20\xed\x40\xde\xe9\xc4\x43\x31\x89\xdc\x16\xb5\x38\x83\x6f\x2b\x07\x08\x85\x37\xbc\xe8\x4a\x55\x4d\x17\xe2\xed\x8d\xac\x05\xff\xd7\x45\xe8\x63\x8f\xd4\xaa\x60\x32\x52\x4a\x9d\xbe\x07\xdd\x0b\x9b\xcf\x57\x9d\x07\x8b\xe7\xb4\x85\xd1\x49\x75\xd1\xb9\x6e\x98\xab\x1d\x4b\xd6\x0a\xa2\xe7\xed\xe3\x30\xea\xac\xa2\xc9\x7a\xe5\x94\xbd\x6d\x19\x8d\xc6\x7a\x3b\x93\x13\x42\x93\xae\x48\x97\x58\xaa\x6e\x27\x3d\x47\xd6\xf1\xc5\xe7\x33\x63\xb6\xc1\x3c\x8a\xe4\xed\xd8\xd3\x3d\x85\x8a\x3b\x82\x6d\xdc\x3e\xc5\x38\xd6\x1d\x6a\x16\x75\xe3\xb6\xca\xc9\x11\xe3\x6c\x8b\x1f\xbd\xd2\xd9\x16\x2b\x52\xb2\x02\xcd\x7a\xdd\x02\x69\x3d\x38\x7e\x14\x5a\x56\x1a\x44\xe8\x0b\x52\x7b\x94\xd5\x29\x99\x7d\x43\xbc\x9c\xb6\x99\x46\xb1\x53\xa4\x19\xb1\x6d\x0b\xb2\x99\xe2\x4a\xdd\x21\x67\xdd\x09\xe4\xfb\x7b\x1f\xd0\xb1\x03\x90\x8b\x23\xcf\x22\xe8\x4c\xab\x96\x51\x43\x09\x36\xdb\xd2\x8d\xe3\x4d\xcb\x11\x50\xe9\x3a\x38\x59\x89\x44\x8b\x72\xa9\x50\xb4\x92\x29\xf1\x9d\x8e\x2b\x66\x02\xc7\xa2\x1d\x9c\x2b\x3c\x47\x90\x91\xc9\xd8\xda\x5a\xca\xa6\x66\x2f\x8d\x3e\xdc\x07\xd3\xe7\x53\xaf\x06\x59\xb1\xb8\x1e\xe4\xe4\x23\x80\x08\xa6\x85\x32\x4e\x80\x49\xd4\x79\xb0\xd1\x71\x79\x95\x40\xe2\x21\x88\x8c\x13\x12\xa5\x51\x28\x14\x56\x34\xad\x0e\xf4\x7c\xd8\x9c\xce\x0f\xa8\xbb\x2a\xe3\xb8\x1d\x9e\x34\x82\x8f\xb7\x53\x56\xfe\x66\x5c\x74\xea\x1c\x29\x61\xab\x8e\x4d\x1b\x31\x17\x39\xeb\x5d\x4e\x88\x69\x96\xc7\x4e\x9c\x93\x45\x00\x25\x93\x30\x7c\x7d\x4e\x48\x08\x1c\x60\x81\x47\xea\x4a\xda\x0a\xfa\x52\x4b\xaf\x16\x7c\x6d\x5f\xbb\x82\x9f\x02\x7d\xe9\xe4\x01\x81\x17\x20\x85\xee\x1c\x29\x3b\x14\x11\x3b\x80\x8a\x07\xb2\x03\x4a\x12\xa9\x29\xd4\x64\x72\x24\x29\x77\xc0\x92\xb1\x53\x55\xbc\x92\x31\x3f\xec\x55\x3f\xe0\x4d\x64\xc9\x1b\xe9\xf2\xad\x8c\x76\x94\x39\x2f\x1e\xc3\x70\xb8\xd9\x08\x87\x79\xd8\x3a\x12\x7d\x56\xf1\x66\xf5\xd3\xa5\x48\x36\x96\x54\x45\x9b\x95\x86\x3a\xf7\xf0\xb1\x1c\x9d\xf9\x61\xab\xdc\xf9\x37\x88\xdc\xe4\xcd\xfb\x20\x30\xdd\x0e\x73\xe7\x9c\x5e\xfd\x83\xbb\x44\x8a\x4c\x9e\xb4\x8e\x3d\x5a\xf3\xc3\x5c\x36\xfc\xd0\xb9\xf3\x72\x0c\x3d\x6e\xdb\x31\x1a\x50\x51\x9f\xa9\x59\xb5\x5c\xcc\x33\x14\x7d\x04\x54\x42\x2e\x76\x8d\x53\x10\x8c\x30\x4b\xc5\xc2\xd5\x68\xdf\x0f\x38\x29\x2c\x58\xc1\x70\x35\x4a\xb4\xf3\x13\x8c\xe3\x03\x1a\x03\x66\xcf\x21\x92\x71\x38\x2b\xdc\x8d\x30\xe9\xd3\x39\x07\x4a\x45\x9f\x73\xce\x81\x86\x40\xe1\x70\xb7\x08\x09\x8e\x76\xdb\x0f\x18\xa4\xc3\xdd\xc6\xf1\xe9\xc4\xba\xcd\x15\x70\x91\x6c\x26\x5a\xd1\x6f\x35\x7a\x86\xd2\x11\x90\xf5\xf0\x74\x36\x82\xbd\x15\x74\x6e\x85\xc2\x1d\x0d\xa2\x50\xde\xba\x1a\x61\x5e\x81\x71\x35\x4a\x90\x02\xe3\x8e\x5a\xd3\x85\x64\xe7\x9a\xef\x9c\x3c\xf1\x00\xd2\x2c\x7f\x5a\xb1\xd9\xf6\x0a\x36\x56\xdc\xd9\x6b\x0a\xa1\xab\x11\x16\x1d\x18\x17\x23\xae\x03\xe3\x3a\xcc\x89\xb8\x38\x44\x45\xc7\xc5\x5d\x23\x65\xca\xa9\xd7\xf2\x5d\xd7\xdd\x08\x7a\x30\xf5\x1e\x25\x5d\x28\x29\xd2\x95\x66\x4c\xa1\x25\xe0\xe3\x93\x12\x72\x41\x2f\xe1\xc6\xc4\x89\x04\x1b\xa4\xfd\x44\x88\x44\x88\x7a\x3a\xc9\x78\xcf\x3c\xca\x09\x3a\x62\xc1\x7d\x72\xc3\x13\x0c\x6e\x33\xa6\x20\x74\xff\x96\x78\x72\x41\x9e\x9e\x0c\x25\x24\x0a\x46\xb7\x31\x4a\xb3\x4a\xd6\x93\x95\x9c\x3c\x50\x02\xc4\x5b\x73\x40\x87\x36\x05\x7d\x4c\x47\x0a\x31\x66\x29\xb7\x57\xd6\x55\x66\xbf\x01\xd5\xeb\x4e\x68\x8d\x90\xe4\x64\x6f\xf1\xd6\x3e\x2d\x31\xfc\xd6\xa1\x8f\xe1\xcc\xa4\x4c\xd8\x65\x4f\xa1\x62\x35\xcb\x95\x4f\x49\xc0\x98\x76\x95\xda\x08\x39\x4d\x21\x73\xa4\xde\x5c\x90\x79\x18\x44\xa0\x90\xb9\xd2\xd1\x9f\x5e\xd6\x58\x72\x42\x11\xb0\x16\x2b\x90\xe2\xce\x7a\x65\x0d\xc8\x90\x96\xa3\xdf\x71\x67\x11\xcd\x14\x68\x56\x06\xb4\xe5\x34\x68\x23\x47\xfd\xcb\x5a\x09\xf4\xeb\xd0\xb2\xab\x6f\x29\xd4\xa5\x3c\x98\xb3\x62\xc9\x08\x5f\x3b\x9d\x85\xe2\xd8\x63\x3e\xe2\xfe\x74\xe6\x4f\x39\xcc\x6a\xc4\x16\xe5\xa1\x20\xce\x6b\x41\x0a\x91\x85\xc1\x29\x6b\xd9\xb1\x45\xe6\x75\xba\xfb\x11\x29\xe1\xe5\xab\x49\xe5\x53\xaa\x84\x4e\x3d\x7d\x8a\x60\x8e\xbf\x81\x75\x13\xc1\x96\xc3\x5f\xa9\x30\x6a\xdc\x48\x2f\x08\x88\x61\xfa\x0e\x27\xa7\xce\x8b\x14\x09\x59\x22\xbb\x60\x63\x09\x53\xb4\x5b\xcd\x29\xfc\xe2\x50\x2e\x01\x7d\xd0\xc0\xd7\x5f\x93\x91\x31\x27\x1c\xd2\x29\xb4\x14\x0a\xa1\xbe\x9d\x6c\x20\x9e\x68\xe7\x3c\x18\x91\x38\xde\x36\xf2\xb5\x40\xe2\xcf\x47\xaa\xf6\x4f\xfe\xd6\x05\x79\x72\x91\x75\x7d\x53\xf0\xc2\x62\xa1\x70\xb7\xd2\xd1\xe5\x1d\xed\xd6\xd8\x9a\x4e\x29\x56\xf7\x7c\xa7\xe0\x2e\x0c\x58\x6f\xe4\x4c\xfc\x6a\x0a\x59\x3b\x12\x3e\xf5\x46\x41\xce\x40\x74\x8d\x21\x2b\xef\x78\xb6\x38\xfc\xdf\xc3\x6a\x00\xd8\x70\x75\xa9\x05\x54\xc2\x4c\x8e\x12\x45\xb0\xf5\x58\x41\xde\x9c\xa6\x35\xed\xbc\x9d\x3d\x03\x64\xad\x10\x47\x52\x7a\x3b\x63\x38\xf6\x1d\x87\xb4\xb5\x96\xaa\xe5\x93\xde\x76\x41\xe4\xbb\x00\x72\x16\x8a\x94\x59\x3b\x6e\x29\xb4\x42\x53\x53\xaa\x53\x10\x1a\x79\x8b\xa2\xc7\x07\x9d\x5b\x10\xf3\xea\x7c\xf2\x23\xdf\x3d\x74\xea\x30\x3b\x32\xfe\x7d\x66\xc7\xc4\xcd\x7e\x52\x40\xdd\x1e\x77\xa0\x03\xea\x3a\xd2\xb2\xe2\xe9\x8e\xa8\x89\x6f\x47\x8b\xc0\xab\x15\x4d\xf7\x91\x3b\x48\x87\xf1\x59\xc8\xe9\x18\xfd\x96\x52\x8d\xf1\xd3\xaa\x84\x38\xb6\xf7\xdb\x0f\x3e\x6e\x81\x24\x08\x99\xce\x87\x1e\x82\x4a\xd4\x84\x73\xb7\x1c\x3b\x36\xbb\xb1\xd9\x7f\xeb\x61\x0c\x47\xd3\x31\x60\xdf\xe1\x3e\x9c\xed\x69\x41\xca\x7e\x57\x52\x76\x2b\xed\x6a\x03\x22\xe9\x3d\x90\xae\x6a\x6d\xe9\x50\xee\x36\xa3\x3d\x1c\x2d\xe7\xcb\x60\x0b\x52\xca\xe9\xa0\xa6\xeb\x0b\x44\xfa\x0c\xbf\x0d\x35\x1a\x78\x0e\xa7\xf7\xdb\xe8\x62\x58\xda\x3d\x52\x6a\x91\xff\xa4\x59\x5f\x11\x1f\x69\x48\xeb\x56\x99\x0d\x67\xd2\xc6\x63\x35\x36\x27\x70\x3d\x19\xbf\xf3\xab\x6f\x94\xc1\x42\xbd\x1f\xc7\x06\x0b\xad\x8c\xc4\x89\x59\x33\x3b\x84\xa7\xb5\x34\x64\x0d\xbf\x82\x82\x8f\xd9\x0f\x64\x4e\x73\xe4\x53\xe5\x9e\xb9\xd2\x8b\xe8\xaa\xa6\x1d\xef\xe5\x93\x61\xa3\xad\x1c\xd4\x75\x84\x39\x22\xdc\xd8\xcc\xed\x82\x1f\xd9\x8b\xf3\xe5\x10\x53\x67\xa6\xe5\xe0\xc7\x8a\x3b\x94\x95\x2f\x7e\xf8\xa1\xa4\x7c\x8a\x03\xf9\x11\xd7\x1e\x9b\x8f\xd2\x9a\x2e\xb4\x07\xd0\x2e\xc7\x6e\x39\x90\xf9\xd9\x7d\xf5\xd3\xbc\x76\xec\x38\xd4\xbc\x3f\xc7\x8e\x72\x6e\x1b\xc3\x50\x9c\x5b\xb9\xa0\xd0\xdd\x61\x9b\x18\x43\x87\x02\xdd\x8a\xaf\x4c\x2e\x48\xa7\xe5\xa7\x59\xa7\x64\xcc\x87\x0f\x4f\x56\x3e\x74\x8c\xe9\xe7\x4b\xcf\x73\x30\x60\x9e\x29\x94\x28\x98\x59\xdf\x7d\x57\xc6\x77\xc6\x16\x68\xf6\x66\xc6\x3c\x14\xaf\x16\x3b\xff\x70\x7c\x5a\x2b\xc1\x01\x8b\x9e\xcd\x9a\x23\x11\x69\x8d\x4f\x61\x53\x27\x48\xe8\xe0\xcd\xfa\xed\xb7\x45\xc7\x2b\x2d\x49\x85\x2c\x69\x88\x73\x37\xa0\x2d\x7e\xd0\xff\xee\xe3\x33\x83\xb1\xf6\x90\xc9\x55\xfc\x6e\x4b\x97\x38\x17\x5a\x40\x89\x05\x9f\x66\x44\x4f\x41\xc0\xe2\x58\x96\xc1\x22\x56\xc6\x85\x15\x38\x5d\x78\xc7\x33\x48\xa7\x23\xe9\x6c\x2a\x87\xb2\x61\xff\x1c\x84\xb2\x61\x3b\x1d\x07\x02\xd7\x95\xba\x55\x08\xec\x40\x3e\xdb\x2d\xc7\x8d\xc3\x0a\xc2\xe7\x4b\x5f\x88\xdc\x52\xc8\xe4\x5d\x80\xf7\x3a\x9f\x2c\x53\x8d\x43\xc1\x01\x44\xc8\x8d\x43\x7e\x57\xa2\x0f\xc7\x01\x95\x58\x84\x19\x87\xa9\xe4\x4c\xa1\x97\x9a\x32\xa9\xbf\xd8\x85\x9c\x69\x62\xf5\xd8\x00\x25\x48\x9e\x81\x7c\xea\xa6\x1d\x02\xe2\xd8\x7f\x8a\x6b\xeb\x1c\xe6\xe3\xb0\xfd\x18\x43\xeb\x70\x16\xcc\x16\xfa\x3a\x10\xfd\x3b\x2d\xc9\xdb\x5a\x32\x25\xba\xdb\xc7\x79\x31\x0e\xcb\x78\x41\x88\xb4\x54\x67\x0a\x9b\x37\x07\x13\xe4\x13\x12\xb6\xac\xa7\xf0\x7b\xdd\xd3\x25\xec\x2a\x0d\x69\xe5\x33\x5f\x3a\x22\x37\xe2\x0b\x87\x93\x25\x55\x62\x5d\xc7\x41\x6a\xac\x33\xf8\xad\xf9\xc3\x5c\x37\x8e\x30\x33\x06\x6a\x2f\x18\xdc\xdf\x99\x3a\x2a\x27\xca\x81\xe4\x06\x45\x1f\xd6\x6a\xb3\xb8\x5c\x54\xed\x8c\x0c\x5d\x20\x53\x2f\x39\x6e\xe0\x57\x76\x56\xb0\x0f\x13\x38\x48\x40\xca\x82\xca\xef\x15\x16\x7e\x70\x0f\xd0\x82\xd3\x28\x4e\xb3\x47\x33\xca\x26\x56\xfc\x56\xc9\x82\xb4\x0a\x16\x3e\x06\x29\x83\xb2\x37\x0a\x44\x9c\x0f\x59\xfa\x7c\xa9\x4d\x05\xbd\x97\xee\x55\xd8\x80\x44\xc3\x5b\xca\x7c\xc4\x7d\xda\x61\xa2\x1b\xa0\x95\x9a\xc2\xa7\xc3\x0d\xfd\xd8\xe0\x3d\x8a\xe3\x6b\x8f\x74\xca\x53\x58\x3b\x90\x06\x16\x64\x17\x91\xb4\xc6\x11\xac\x10\xb7\xd2\x90\x1c\x0a\x44\x52\xf2\xa1\x19\xd2\x95\x56\x75\xa6\xb0\x42\x8e\x7f\x0b\x8d\x38\xfe\xad\x65\x97\x17\xd2\xfa\xb3\xad\x14\xf0\x56\x76\x48\x91\x78\xb7\x6c\x7a\x62\xda\xd0\x4d\x46\xb1\xd8\x93\x05\x33\x4f\xc2\x84\x31\x8a\x8f\xb5\x1e\xc8\x3c\xbc\x05\x7c\x8b\xe0\x8d\x9f\x83\xd8\x08\x13\x18\x4e\x02\x34\x50\xe1\x47\xf5\xe3\x76\x4c\x89\x42\xda\x8e\x13\x8e\xe0\x88\xb6\x81\x42\x3f\x14\xd1\xb6\xb0\x4d\x5d\x5b\x4d\x7a\xda\x15\x33\x81\xd1\x54\xcb\x3e\x10\x82\x23\xda\xc2\x1f\x14\xd1\xb6\x9a\x3d\x01\x95\x09\x94\x9d\x5b\xd9\xc8\x25\x20\xeb\xd0\x00\x7d\x4e\xd8\x03\x38\xaa\x67\x7e\xd0\xae\x93\x47\xc3\x59\x1c\x7b\x56\x91\x51\xfc\x7a\xff\x8e\x07\x65\x54\x1b\x99\x46\x0a\x2d\x98\x0e\x70\x97\x60\x3a\x3e\x13\xe6\xdd\x39\x40\x48\xae\xc4\xd0\xa9\xdf\xe7\xdf\x11\x86\x47\x25\x47\xdf\x95\x52\x6b\x59\x2d\xe0\x5a\xa4\xce\x69\xe4\x68\xb3\xcc\x9e\xa3\xcd\x1a\x86\x9d\xa1\x88\xb2\xa3\xdb\xc0\x39\x4e\x5b\x92\x6c\xcb\x1a\x7e\x6b\xbf\x72\xac\x9e\x24\xfe\x83\xde\x4f\x0e\x8a\x96\x76\xac\xe5\x8c\xf4\x29\x6e\x31\x52\x17\xf4\x06\xa0\x53\x32\x78\xc9\xfc\xd8\xfe\xe5\x0b\x51\x0b\x34\x73\x43\xb4\xf5\x2b\xfb\x1d\x46\x43\xf8\x17\x7a\xf2\x50\x4c\x57\x25\xa2\x6a\x9c\x16\x57\x07\x08\xe9\xe9\xc1\x0b\xe2\x3b\xb9\xe5\x98\xaa\x4e\x63\x87\xad\xcd\x79\x09\x3f\x6b\x4d\x82\xb1\x30\xea\xd3\xce\x68\xec\x01\x43\xa1\x51\x95\x70\x92\xa1\xc8\xa8\x8a\xfe\x36\x4e\xa7\xe1\xcb\x39\xa2\x40\xa9\x8a\x51\x73\x9c\x0e\x68\xc1\xcb\x32\x1c\x36\x85\x23\x69\x5c\xbe\xdb\x40\x20\xf3\xb8\x30\xf7\x41\x44\x0a\xa3\xaa\x98\xe6\x86\xa2\xa8\x8e\xc6\x04\x29\x6c\xaa\xd7\x3d\x35\x9b\x6a\x1e\x40\xf6\xc0\xd8\x42\xe2\x37\xed\xf6\xd1\x52\x78\x0b\x81\x40\x8e\x75\x09\x72\xde\x71\x23\xad\xda\xc8\x80\x48\x7a\xe1\x71\x81\x16\xfd\xbc\xfd\xc0\x1c\x30\x2e\xec\xd7\xf0\xac\x0b\x0b\x0e\xb2\xae\x63\xa7\x76\xbc\x2c\x43\xc1\x53\x15\x13\xd7\xb8\xfc\x9a\x0b\xb2\xb6\x33\xbb\x11\x66\x35\x2e\x1e\x99\xef\x40\xe2\xe2\x99\x1f\xbf\xdf\x92\xc9\x1b\x3e\x2c\x7f\xf8\x7e\xc3\x39\xae\x1b\x5c\xe9\xff\x06\x57\x50\x77\x1a\x24\x76\x8a\x02\xab\x6a\xce\xf6\x4b\x8a\x49\x44\x0f\xbd\xd1\x77\xb4\x96\x32\xe9\xc2\x25\x8d\x6a\xab\x66\xa1\x6f\x0c\x51\x69\xd4\x98\x03\x4d\xdf\x59\xa3\x7b\xcc\xd5\x68\x34\x3c\xe0\x77\xa6\xd0\xcc\x1f\x4e\xd7\x10\x07\xe1\x16\x0d\x9f\x06\x5b\x57\xe1\x51\xb5\xee\x29\x3c\x05\x9d\x40\x90\x77\x0a\x45\x40\xd0\x48\x83\x11\xf7\x80\x66\x42\xb0\x12\x27\xd7\x6b\x39\x8f\x9a\xef\x73\x11\x9d\x3a\x1a\x54\x02\x1d\x34\x42\x4e\x58\xc0\x86\x1e\x5a\x03\x0a\x43\xb4\x52\x25\xf7\xac\x39\x55\x14\x03\xb5\xaa\xa6\x5d\x6d\xb9\x3d\x1f\x7a\xcb\x41\x4f\x0d\x15\x03\x36\xd4\x4c\x0a\x48\x1b\x0d\x15\x23\x93\xa4\xc5\xc7\xed\xe2\xe7\x05\x2b\xc1\x2a\xa3\xdd\x0c\x3c\xa0\x8f\x44\x8e\x2b\x87\x28\x8d\x68\xcd\x0d\x79\x0c\x21\xb5\xc1\xd5\x39\x1e\x14\x5b\x54\xeb\x91\x42\x9f\x74\x2c\xa3\x62\x8b\x6a\x45\x42\x54\x34\x51\xad\xe8\x5d\x8e\x26\xaa\x47\x6a\x9a\x7d\xc0\xc1\x08\x19\x8a\x72\xe7\x97\x63\x07\x12\x61\x87\x55\x7f\xea\xc2\x06\x2e\x40\xc5\x33\x31\x9d\x1d\xf1\x08\x1e\xd1\x9d\x33\x21\xfa\x9c\x13\xa1\xb5\x9c\x08\x9d\x65\xda\x81\x2e\x41\x29\xb3\xa7\x01\x14\xfc\xae\x29\xa7\x69\xc7\x9a\x0f\x3f\xe9\x8a\x6a\xab\x1c\xc4\xdd\x51\x91\x99\xeb\x8e\x05\x80\xb3\xa3\xf3\xde\x1a\xe8\x65\x21\x52\x57\xeb\x9b\x5e\x26\xc8\x52\x57\xe7\x32\x91\x90\x43\x29\x9c\x5a\x0f\xea\x4e\x8b\x70\x64\x4a\xe4\x63\xc7\x71\x3f\x88\xfe\x89\x02\xe9\xfc\x4e\xf5\xd3\x8e\xed\x15\x30\x29\x85\xff\xd4\x5a\xd2\xa5\x6d\xd0\x57\x1a\xf2\xf5\xe6\x3d\x0d\xd9\x37\x34\x82\xae\x49\xf7\x83\x83\x9f\xd7\x83\x51\x0c\x2c\xa5\x54\x1e\x6c\x70\x4e\x37\xbf\x32\x79\xc1\x72\x87\xdd\xf0\x38\x09\xc7\xc8\xf2\xa7\xee\x70\xc3\x29\x9d\x06\xf3\xed\x43\x2f\x71\xa7\xd0\xcb\x7f\xa5\xd0\x24\x98\x86\xc0\xd0\x0b\x3e\xa4\xc6\x55\x04\xfb\xa1\x07\x12\x08\x2a\x1f\x03\xae\xff\x01\xfd\x2c\xde\x05\x64\xe5\x86\x29\x74\xa0\x4f\xfb\x0c\xdc\x1b\x11\xee\x49\xf4\x4e\xfd\xf1\x9d\xf9\x55\xd7\x0f\xdb\xa6\x59\x86\x7d\x02\x8a\xa7\x94\x14\x8a\x02\x4b\xca\xc4\x52\x10\xc3\x86\xa3\x64\x3f\xf3\x75\x33\x6a\x10\x52\x06\x8d\x13\x8e\xe8\xf8\x9d\xbd\xa4\x13\x6d\xfd\x33\xc7\xc2\x70\x1c\x61\x4d\xa1\x1c\x6c\x48\x0e\xb7\xcf\x7f\x8e\xd4\xdb\x86\x1c\x9c\x91\xe3\x66\x77\x5f\xa9\x2b\x0a\x44\x02\xe1\x09\x47\x0e\xd4\xdb\xf7\xd4\xb2\x28\xce\x04\x85\xcb\x75\x38\x13\xd4\x8e\x1b\x73\x38\x28\xa7\xfd\x86\x82\x76\x0f\xe8\x39\xd2\x26\x26\x4c\x27\x78\xfa\x48\x36\xca\xda\xd4\xae\x33\x85\x12\xf6\x22\x90\x90\xa8\x29\x33\xed\x87\x18\xaf\xce\x24\x10\x79\x13\xeb\x83\x42\x6f\xea\x07\x7b\x3d\x1e\x53\x52\x55\x8a\x77\x04\xce\x1b\xc1\xeb\x0a\xd8\x3c\x96\x0e\xc8\xb8\x53\x3a\xdc\x29\x03\xbf\x19\x38\xe8\xfb\x98\xe5\x8c\xf3\x43\x8b\x9f\xa3\xdc\x0f\x2d\xb6\x88\x0f\x7e\x68\xf1\xea\x9f\x52\x4f\x0b\x0d\x99\x17\xc0\xe4\xfc\x08\xe3\x88\xe9\xc2\xf1\x37\x95\x53\xe1\xb6\xa6\x84\x5b\x76\xe4\xd1\x45\xce\x22\x87\xdc\x54\x8e\x0c\xe7\x76\xaa\x67\xaa\x4a\xdc\xe3\xfc\x98\x49\x5e\xdd\x01\xc5\x70\xe0\xfb\x93\xbd\xcd\x51\xa9\xa8\x9a\x86\xaf\xc3\x2f\xaa\x2e\x0c\x76\x40\xf3\xce\x2b\x0d\xb1\x6a\x03\xd0\x6f\xe0\x05\x3d\x16\x8d\x42\x5f\x61\xc4\x55\x3c\x14\x72\x53\x2b\x86\x82\x39\x8c\x2e\xcd\x2a\x8a\xa6\x9e\xf9\x50\x21\x12\x9c\xeb\x13\x17\x5d\xf0\x93\xf1\x39\xe6\x53\x67\x74\x22\x74\x60\x10\x54\x83\x8b\x79\x38\xdf\xea\x47\x68\xe1\x55\xc7\x11\xc8\x49\xb8\x33\xd3\xbc\x49\x0b\xae\x0e\xab\x89\xaa\xeb\x9c\x4e\x03\x12\x73\x20\xcd\x47\x40\x98\xd0\x54\x26\xcc\xe1\xa3\xd1\x75\x27\x5e\x5d\xa4\xbc\x69\x9a\xe2\x90\x50\x74\xcc\xb1\x65\x6e\x91\x08\x38\xb5\x1c\x1c\xb3\x07\x05\x9d\x3d\xdc\xd1\x18\xd3\x12\xc0\x95\x32\x47\xd1\x31\x30\x3f\x98\x7b\xa6\x4c\xdb\x15\x96\xfa\x30\xff\x80\x51\x2b\x88\xa5\x70\x79\x7e\x3c\x2c\xef\xc1\x3d\xfc\xe2\xc5\x88\x46\xea\xa8\x95\xca\xae\x72\x76\xa5\x7a\xa5\x8c\x8d\xdd\x00\xc5\x25\xaf\x40\xa6\x9f\x96\x2f\x25\xac\x30\xe2\x07\x09\x54\xbd\xec\x0f\xdb\xf4\x70\x24\x0f\xa5\x50\xda\x8f\xfe\xe3\x9b\x97\x7e\xe7\xb7\xd6\x4f\x3b\xe6\x42\x08\x7b\x7e\x17\xb2\x32\x8f\x0f\xeb\x0e\x10\x93\xb3\x29\x55\x16\x87\xf7\x1d\xa3\x71\xfe\xf5\x93\x8e\xe7\x70\x58\xca\x8e\x83\x7c\x38\x2e\xa5\x0c\xf6\xe2\xc3\x71\xca\xb8\xb2\xc7\xc3\x6f\xc5\x46\x30\xd4\xc3\x19\x95\xd0\xce\xa1\x87\x33\x72\x29\x78\x3c\x88\xae\x62\xba\x2c\x42\x86\xb6\x1e\x0e\xae\xc2\x63\x38\x1e\x08\x32\x3d\x38\x28\xb5\xeb\x9e\x3e\x2d\x5f\xf6\x80\x3e\x81\x82\xaf\x48\x6d\xb0\xfb\xfc\x80\x22\xa1\x29\x7e\x08\x79\xf5\x62\x8c\x1c\x52\x52\x99\x05\xf2\x29\x41\x24\xcf\xe8\xf3\x40\x7a\xd5\xaf\xe7\xbb\x87\x7b\x2c\x80\x66\x15\x20\xf0\x34\xab\x68\xf9\x52\x64\xc9\x40\x48\x99\x84\xd4\xf2\xc4\x15\x45\x33\x83\xfe\x2f\x40\x1b\x4b\x03\x99\xe3\xa0\x2e\x28\x52\xa3\xd6\x0f\xc4\x97\x34\xeb\x74\xf0\x10\x89\xc2\x36\x7a\x68\x56\x51\x1b\xc7\x38\x52\xe6\x43\x03\x09\xe6\xc9\x06\x47\x18\x77\x10\x47\x65\x9a\xfd\xee\xdf\x76\xa5\xcc\x9b\x3f\x33\xc2\xe6\x47\x53\x24\xb9\x51\xf9\x74\x63\x0e\x94\xf9\x72\xa8\x5c\x44\x77\xd2\x1b\x11\xbc\x33\x9c\xb2\xfb\xe2\x16\xf0\x20\x87\x11\xf9\x19\xc6\x13\x6f\x3a\x4a\x8a\x1f\xe0\x6b\xd1\x10\x9c\xc4\xe8\xea\x30\x88\x27\x67\x4c\x96\xd4\x1c\x02\x94\x49\x6a\x44\xc4\xca\xf0\x43\x7b\x17\x52\xd6\x0b\x0d\x11\x55\xce\x89\x8a\x6a\x4f\x55\xcf\xcb\x05\x34\x9d\x62\x1c\x08\xd2\xa0\x13\xef\x57\xb0\x7d\x39\xdc\x92\x70\x92\xe1\x17\xed\xf6\xf8\x5e\x9c\x27\x68\x70\xe1\x7f\x90\x19\x08\x4f\xf0\x70\xc0\x46\xab\xcc\xd2\x6b\xd0\x0f\x48\xd8\xb8\x8f\x2b\x7a\x38\x64\xa3\x06\xfb\x9b\x91\x82\x85\x2f\xb4\xb3\x47\x5f\xde\xc0\xc1\xc1\xd2\x25\xca\xc5\x0b\xf2\x40\x2a\x7c\x41\x1e\x99\x31\x3b\x92\xb8\xd9\x3d\x5e\x96\x20\x51\x2d\xf5\xd4\x5c\x0f\x67\x7a\xb1\x63\xd3\xae\xfc\x48\x15\xfd\x4b\x81\x17\xb5\x66\xd8\xd2\x00\x3f\x3a\x1f\x01\x12\x71\xf7\xbd\xbd\x63\x11\x2f\x1d\x02\x51\xd1\xbe\xde\x16\x03\x51\x6f\xf4\xe2\x5a\xcf\x9e\xf4\x73\x25\xe1\x52\x8e\x80\x68\x25\x65\x16\xfb\x98\x3b\x07\x3d\x9c\x90\x90\x33\xfc\x5c\x5c\x2d\x1b\xce\xd3\x53\x39\x59\xdf\x18\x50\x19\xf3\xdb\xfc\x77\xfc\x30\x5f\xec\xaa\xda\xdc\x27\xc8\x2a\x44\x2b\xb2\xd0\x7b\x30\x66\x46\x69\x7d\x20\xb2\xb9\xc3\x1e\x08\x24\x1f\x8a\x7a\x28\x27\x1b\xf8\xcd\x4a\x23\xc9\x29\xce\xa1\x9e\xd0\xb4\xe3\x1c\x2e\x42\x40\x93\x3d\xbb\x7e\x3e\x35\xf5\xb1\x28\xef\x2c\x2e\x73\x6b\xff\x4b\xb4\x19\x5e\x3e\x88\xc8\xad\xf8\x82\xe3\x84\x2e\x1c\x41\x10\x63\xab\x22\x08\x56\x55\xda\x55\xa8\xe0\x07\x41\x67\x2c\xef\x69\xc6\x9b\x39\x7d\x5a\x1f\xcc\xb0\xad\x0e\x46\x00\x7f\xb3\xb5\x3f\xa0\xcf\x00\xef\x74\xbf\xf0\x51\x9a\x97\xfb\xde\x1c\xd0\xea\xd9\xbd\x37\xfb\x02\xf1\x84\xdf\x1b\x6f\xdc\x7e\x40\x67\xfe\x4e\x5d\xdd\x10\xb5\x4c\x71\x3b\x6e\x81\xcc\x6b\x0b\xb4\x70\x59\x52\x6a\xfa\xef\x40\x4a\xb2\x65\x25\xe9\xde\x1c\xfc\x4a\xac\xc0\xbd\xa1\x46\x0e\xbe\x14\x1f\x20\xe5\xc5\xad\x34\x3b\x95\x2b\x4c\xf7\xe6\x58\x3e\xcc\x11\xb7\x63\x0e\xce\x2d\x1f\x9a\x32\x82\x10\x4c\xe0\x04\x79\x1b\x75\xa1\xb1\xdb\xc9\x73\x9c\x75\x77\x41\x55\xee\xee\x06\x64\x5d\x62\xa4\xaa\xa9\xb3\xa6\xd4\x96\xc6\x14\x9a\x3a\x4f\x86\xb6\x78\x7b\xe3\xc4\xbf\x79\xb4\xaf\x83\x9f\x72\x02\x5f\xa9\xe9\x6b\x1f\x68\x95\xf7\x66\xa2\xd9\xc1\x7d\x69\x8a\xad\x9d\xf9\xd0\xc2\x41\xe6\xcb\x17\x85\x32\x10\x99\x81\x88\xd9\xbe\x37\x8e\x74\x66\x4f\xd1\x01\x85\x20\xb3\x5b\x39\x71\xea\xc6\x98\xed\xd4\x6f\xe8\x11\xf7\xee\xf7\xd8\xbd\x91\xee\x9d\x05\xcb\x87\xe6\x09\xa0\xbe\x67\xc1\xd2\x90\x0f\xe3\x7c\x8a\xf8\x0f\xf2\x72\xf2\x1f\x0d\xdc\x77\x39\x6c\x09\x94\xbf\xf7\xc5\x3f\x0a\xa9\x00\xee\x9d\x03\xc0\x7a\xe3\xad\xdc\x36\x05\x82\xbf\xf5\xa2\x44\x21\xa9\xc1\xbd\x3b\x9d\x49\x46\xa2\x78\x4f\x2e\x3d\xdc\x04\x0e\x7c\xca\x40\x8e\x91\xe8\xd5\xa8\x96\x81\xc8\xf1\xe6\x5c\x7d\x0b\x82\x23\xd0\x0e\xcb\x9e\xa9\xb4\xbc\x86\x93\xf5\xde\x6d\x69\xda\xc0\x55\xb7\xb5\x9d\x69\x6c\x41\xcc\x0f\x63\x16\x7f\x3f\xb7\x40\xee\x93\x0f\x9d\x36\xae\xd3\xc7\xa4\x0f\x10\x92\xb4\xef\x8c\xd7\x0b\xf2\x19\x57\x52\xa8\x68\xb4\x91\x42\x86\x69\xdc\x8f\x0e\xb1\x37\x40\x3f\xda\x6f\xd6\x77\x1f\x76\x9d\xb2\x1b\x9d\xd8\x06\xcb\xf9\x7d\x38\xfe\xa8\x1f\xa9\xea\xad\x7a\xfe\x98\x8b\xdf\x07\x82\x1f\x33\xa4\x47\x3f\xca\x55\x69\xc8\x29\x49\x50\xfc\x6e\xf9\xe6\x0f\x9e\x97\x5e\xa0\x6e\xa9\xed\xf9\xb2\x1b\x5d\x10\x74\xe2\x22\xb3\xcc\xfb\xc0\x7e\x70\x32\x52\x25\xc8\x42\x96\xba\xe5\xd5\xaf\x67\xda\xb9\xe9\xa4\x02\xfa\x31\x78\x3e\xc4\xe2\x53\x40\xc8\x99\x6b\x6a\x10\x72\x56\x40\xb6\xa3\x1c\xec\xbc\x49\x7e\xde\x64\xae\x41\x0b\xbb\x0f\xc7\x4d\x1e\x74\xa2\xc0\x8f\x93\x2d\x6f\x17\xfa\x99\xc9\x64\x3d\x53\xf3\x16\xc4\x12\x4d\x77\x08\x72\xf6\xaa\x12\x64\x7f\xcb\x65\x7e\x6c\xb0\x61\x7b\xc5\x2f\xc6\x51\x90\xd3\xd9\x19\xb8\xc5\x51\xfc\xee\x82\xa9\x88\x2d\x56\xbc\xd6\x96\x68\x6f\xb9\xc5\x8f\x01\x5f\x2b\xf0\xf3\x2b\xa0\xf9\x41\x20\xbd\xb5\xbe\x07\xf2\x1a\x30\xb1\x76\x8b\xc7\x5c\x76\x3b\x53\x4d\x2c\x50\xb7\x32\xd5\xd4\x93\xf9\x29\x44\x98\x05\x05\x49\x84\x27\xcb\xe7\xbc\x35\xb1\x73\xdd\xca\x5b\x73\x64\xe1\x4b\x48\xa6\x03\x36\x7d\xc9\xc0\x86\x27\x1a\xfc\x7c\x68\x1c\x4c\x09\x06\xa8\x4f\x3b\x0f\x15\x06\x59\xf3\xef\x2b\xa0\x56\x7a\x4f\x1f\x22\xa7\x02\x3a\xce\x22\xd9\x83\x2c\xd2\x45\x56\xc5\xfe\x82\x9a\x99\x96\xe8\x78\x96\x14\x7a\xde\x69\x16\xd2\xab\x69\xc8\xb6\x0c\x26\x48\xa1\x1e\x21\x20\x39\xf1\x0f\xae\x40\xde\x72\xe2\x57\x8c\xd4\xb7\x72\xd8\x1c\x17\xcc\xc2\x1e\x7d\x22\x1e\x6f\x3b\xf4\xc3\x4a\xcb\xd4\x7b\xc9\xa1\x09\x93\x61\x49\x99\xc8\x90\x63\xbb\xca\xb6\x74\xb2\x29\x2a\xd6\xa4\x2b\xa0\x57\xc0\x2a\xf5\x5d\x7d\x47\x0b\x9a\xa8\xdd\xed\x0c\x20\x5d\x7a\x62\x75\x2a\x6a\x80\xc5\x93\xbb\x42\x3e\xcc\x9c\x5c\xf4\x9f\x73\x5a\x2e\xfa\x7a\xd6\x40\x66\x1b\xe9\x52\x57\xb2\x7a\x03\x9f\xc1\x8b\x27\x40\x72\x88\xef\x29\x1b\x8a\xc7\xbd\x80\x6e\xe5\x11\x07\x55\x79\x14\xce\x9a\x36\xf5\x10\x7b\x09\x64\x7a\x60\xc6\xfd\x44\xdd\xe0\xe6\xc9\x5d\xb3\xe6\x8c\x4b\x06\xc9\xd6\xe8\xc4\x71\xb4\x39\x13\x2a\xe6\xa2\x9a\xba\x22\x81\x9a\x86\xc4\xf0\x3a\x08\x71\xb6\x7c\x1a\x1a\x3a\x4d\xc0\xe8\x36\xee\x8c\x4b\x27\x4d\xa8\xb7\x3a\x3d\xf8\x16\xc8\x62\x1f\x02\x50\xf5\xf5\x96\xbf\x25\x3e\xe5\xae\x44\xcf\xd2\x89\xcf\xa8\x4f\x3b\x16\x11\x3f\x85\x32\x63\x34\x66\xdd\x1c\x2e\x33\xeb\x20\xa1\x3d\x34\x81\x94\x9a\xc9\x94\x8f\xea\xcc\x48\x10\x55\xac\x50\xdf\x27\x82\x28\x47\xa1\x93\xd7\xa0\xe0\xdf\x67\xe7\x5d\xbd\x0b\x50\xf7\xd4\x3e\x5f\xca\x70\x7e\xa6\x4c\x54\x79\xa6\x19\x75\xf9\x81\xf4\xd2\x33\xab\x77\x9a\xd2\x90\x05\x1c\x4a\x80\x9e\x7d\x9f\x58\x1f\xd8\x86\xa7\xef\x19\xc0\x50\x94\x83\xa6\xe0\x05\xb9\x95\x83\xa6\x12\x9c\x72\x9f\x96\x5a\x60\xa2\xa7\xd9\xd2\x99\x46\x87\x09\x24\xfd\x6b\xc7\x9c\xe9\xc2\x3b\x26\x1f\x2a\xd4\x1b\x86\x71\x5a\xa4\x29\x99\x0d\x4c\x98\xb6\xd4\xdc\x0a\x57\xa8\x67\xc6\xef\xd0\xb5\x48\xab\xce\x4e\x73\x72\x26\x2b\x76\xa1\xa3\xb7\xdc\xca\x4e\x13\x9b\xf3\xad\x74\x34\xf5\x3c\xf3\x5d\x97\x83\x2e\x35\xc5\x32\xce\x40\x0e\xe6\x4e\x9b\x96\xc9\x7b\x40\xb1\x57\xce\xf9\x13\x4d\xa9\x06\x54\x42\xdd\x9e\x3e\xa0\x00\x30\x27\x34\x2d\xa5\x22\xbb\xe8\x13\x4a\x5d\x53\xf6\x60\x67\xaa\xe3\xb0\x76\x3e\x9a\x81\x3f\xe4\x3e\x27\x08\xd1\xa7\xa3\x5f\x6a\x96\xd2\x97\xac\xa0\x01\x85\x52\xd4\x93\xa3\xfc\xb2\x6a\x04\x02\x0a\xa4\x28\x39\x36\x2e\x5f\x4b\xd9\xf2\x9d\xd2\x57\x8c\x7c\x67\xd7\xdd\x91\x42\x0b\x4d\xd6\xe1\x6f\x25\x99\xa9\x27\xdc\x8e\x24\x33\x78\x2c\xef\x2b\xe7\xe1\x05\x28\x7f\x02\x4c\xec\x42\x22\x4e\x37\xba\x67\x1f\xa6\x71\xd9\x40\x82\xbb\xe6\xbe\xb8\x74\x9a\xaa\x8b\xc5\x5d\x1c\x46\x97\xf5\xa4\x8b\x91\x40\x3e\x50\xd3\x65\xb5\x38\x55\x7d\xb7\x8e\x73\x4b\xb9\x63\x0e\x62\x97\xee\x0b\x03\x08\x32\xa7\x93\xc7\x90\x6b\xe2\x26\x79\x4c\xcd\x87\x66\xa3\x23\x5f\x5a\x35\xeb\xe9\x04\xae\xca\x30\x61\x54\xe8\x5b\x97\xb9\x0f\x02\xcd\x35\xe1\xaa\x4c\xe6\x04\x07\x5a\x9a\x0e\x8f\x63\xd4\x7a\x23\xbc\x7e\x20\xbf\xfa\x90\x76\x20\x83\x80\x6b\x19\xa2\xfc\x10\x11\x11\xed\xc7\x11\x11\x57\x67\x33\x36\x84\xa8\x11\xf0\x12\x7e\x81\xac\xd1\xf7\x80\xca\xe8\xb3\xa5\x21\x44\x8f\x01\xe8\x93\xfe\x04\x32\x77\x84\x4e\x9b\xc4\xa6\x3d\x55\xc9\x0a\xf3\xe3\x5b\x3d\xb7\x83\x25\xea\x67\x2c\x0a\xa9\xe1\xda\xf0\xed\x47\x0c\x49\xa2\x74\x3b\x1c\xe2\xbc\x52\xe6\xcd\x09\x07\x6c\xe8\xcf\x3d\xa5\x5e\x24\xd8\x83\x9f\x44\x23\x6e\xe7\xf6\xcb\x7a\x11\xb4\x1b\xaa\xd2\x48\x55\xef\x4e\xc6\x25\x4b\x69\x83\x12\x9a\xce\x2f\xec\x62\xb7\x43\x25\xca\xc8\xcc\x42\x26\x9f\x52\xf3\x07\xf4\x28\x22\x27\xf0\x50\xdd\xe4\x73\xc1\x31\x7c\x37\xdf\x1b\xc6\x31\x7c\x3b\xae\x02\xf3\xf5\x4d\xca\x16\xbc\xb4\x37\x71\x15\x78\xa8\xee\xc6\xf3\xf9\x60\xa8\x73\x89\x7b\x7d\x77\x77\xea\x04\x1c\xe0\x77\xf7\xbb\xcf\x1c\x68\x4a\xd3\x92\x5c\xbd\x3c\x75\x56\xeb\x99\x42\xf1\xcc\x96\x42\x8b\x40\x30\xe2\xce\xda\x8f\x80\x2f\xf7\x62\x14\xba\x45\x66\x78\x54\xf7\x59\x84\x23\xf6\x76\xfe\x95\x8b\xfb\xc9\x77\xc7\x76\x06\xe9\x2a\x94\xa2\x90\xa4\xf8\xee\x3e\x62\x5a\xaa\x4e\x5f\x64\xd8\x01\x45\x0c\x2d\x1f\x82\x42\x3a\x95\xa8\x99\x81\xca\x09\x92\xa3\xb2\xe3\xe5\xe0\xc4\xe9\x37\x33\x1f\x50\xe7\x21\x14\xd7\x43\x1a\x4c\x83\x25\x9d\x9a\xd9\x5d\xe7\x4a\x23\x7d\xdb\xdd\xed\xf5\xc0\x79\x79\x77\x5c\xeb\x23\xa0\xe8\x11\x19\xb2\x4f\xd6\x65\x00\xea\x0e\x11\x08\x2a\x1c\xa2\xe2\xdb\xbf\x87\xcd\x1e\x6c\x0f\x85\x3f\x14\xcc\xeb\xf7\xc0\x3d\xce\xb9\x32\xac\x03\x11\x12\x77\x0f\x2f\x61\x4f\xab\x7e\x35\x01\x3a\x19\xb6\x73\xe0\x4d\xbd\x07\xde\x27\x0e\x3e\xe5\x39\x39\xc8\x79\x7c\x0f\x26\x97\xfd\xe2\x87\xa5\x4e\x16\x69\x64\x3a\x41\xd7\x57\xae\xea\x08\xa8\xfc\x3e\xc1\xf7\xb6\x3b\xe0\x48\xa1\xd6\xb7\xa7\x59\x2d\x68\x4f\x55\xef\x6e\x0e\xc9\x81\x23\x21\x0d\x39\x7e\x1b\x6b\xe8\x3d\xcc\x2b\xf1\xaf\xdc\x7e\x93\x2a\x8e\xc6\x5b\xd9\x44\x0a\xb9\xb7\x6f\x67\x08\xb9\x22\x31\xdf\x4e\xb0\x16\xe3\xde\x9d\x69\x69\x80\x52\x44\x38\xff\x6f\x87\xfb\x61\x08\xbf\x6f\xab\x74\x18\xa2\xef\xdb\x36\x7e\xac\xd4\xf7\x6d\xe2\x85\x61\x3b\x5f\x07\x56\xf2\xfb\xe6\xe1\xe1\x2d\x20\xf8\x02\x5a\x17\x8b\x75\xef\xf6\xad\xa1\xe8\xc4\xb7\xef\xdf\x46\x7b\xb5\x83\xbf\xc5\x0a\x64\x07\xff\xc0\x97\x7c\xdb\xc1\x1f\x9f\xe7\x7d\xf3\x2a\x33\xf4\x7b\x87\x91\xa4\x29\x26\x95\xe1\x31\xa9\x08\x8a\xf6\xf8\x2f\xe1\xe7\x87\x2c\xfd\xb6\x51\x6f\xe4\x43\x09\xb1\x3d\xad\xfa\x2e\x15\x94\xaf\xd8\x80\x8f\xfd\xd1\xb1\x01\x27\x8c\x78\x66\xa5\x0e\x40\x4f\xf7\x11\xd0\xc4\x8e\x3e\x3b\x7d\x72\xb5\x34\x2b\x1d\xa9\x07\x7a\xf8\xa9\x49\xa0\xb7\x3f\xf4\xa8\xe5\xef\xaf\x17\xbc\x4b\x79\x32\x2a\x0e\x6b\x3f\x82\x5c\xcf\x91\x32\xcf\x0f\x47\xca\x64\x11\x61\xe8\xbc\xb6\x84\xb3\xf9\x96\x2f\xfe\xe0\xee\xe3\xed\x9c\x16\x27\xcb\x3f\xb9\x96\xb8\x07\x74\x9f\xe0\x63\x61\x15\xd6\xea\x77\x97\x07\x57\xbc\x6f\x3f\xa8\xd4\x62\x84\xe1\x09\xa5\x58\xbf\x78\xfa\x28\xe7\x9a\x9f\x3e\x1a\x5c\xdc\xbe\xed\x61\xdf\xa3\xd5\x3e\x30\xb2\x21\x08\x3c\x2c\x43\x44\x49\x78\x58\x2e\x88\x09\x49\xae\xf3\x3d\x86\x3e\xfb\xca\x71\xaf\xdd\xf2\x95\x57\x6e\x8d\xdd\xf6\x5b\x5f\x6c\xa7\x87\xd9\x7b\x2c\x2f\x7e\x23\x28\x8e\xf4\xfb\xe1\x68\xc7\xf2\x29\x7d\x1a\xa4\xf4\xe6\xc0\xa4\x61\xf9\x45\xcf\x4f\xa1\xf9\xd5\x95\xc2\x5b\xbd\x56\x20\x99\xdc\xae\x40\xe6\x24\x48\xb0\x0f\x5b\xb5\x39\xc9\x94\x27\xa1\x5e\x6c\xc4\x07\x4f\x8d\xa7\x93\xe9\xb1\xa4\xaa\x77\xcb\x91\x76\x5e\x2a\xf4\x04\xd9\xfb\x1c\xab\x96\x12\x1a\xec\xf1\xde\xdf\x4a\x61\x50\x2f\x76\x9d\x53\x18\x90\x38\xf7\x7e\x72\xcf\xe8\x48\x21\x44\x45\x43\x4e\x2d\x9a\xba\x3a\x58\x2f\xe8\xef\xe9\x28\xd3\x98\xe7\x9c\x6f\x60\x70\x1e\xea\x19\x9e\x7a\x41\x9b\x7e\x86\x27\x0e\x15\xe5\x22\x38\x08\x47\xbd\x9d\x8b\xa0\xd7\xb4\xa2\x17\x8c\xf6\xb4\x62\x6d\x03\xdc\x38\x06\x8e\x7c\xa8\xd0\xf6\x4c\x80\xf3\x0b\x30\x91\x4f\xae\xe1\xf2\xe1\x6d\x64\x2a\x90\xec\x1e\x57\x6a\x9a\xd0\xe0\x32\x76\x53\x5f\x50\xb0\x1c\xd3\x47\xaf\x29\xa3\x7f\xe6\x86\xa7\xde\xe1\x07\x7e\x66\xe7\x0a\xe6\xba\xcf\x16\xeb\x92\xf2\x09\xd4\xd8\x7a\x94\x41\xa0\x46\x4b\x79\xfa\xc6\x6c\xac\xdf\x4a\x21\x50\xaf\xcc\xbf\xcc\x4b\x57\x90\xc3\x86\xdd\xd2\xa3\xe3\x9b\x31\x45\xbd\x4c\x02\xa0\xf3\xe2\x89\x7b\xd8\x93\x9f\xd9\x29\x99\xe6\x97\x29\xe2\x53\x68\xb2\x3b\xd2\x90\xd4\x16\x78\xd0\x0b\xb6\x57\xf2\x65\xd3\x2d\xda\x13\x48\xb7\x01\x3f\x90\x32\xfa\x73\x86\xbf\x90\xde\x5b\x0a\xa7\xac\x07\x7f\x03\xff\xb6\xdf\x3b\x7b\x9f\x37\x77\x5a\x70\xf5\x22\x70\x7c\xbe\xec\x3d\x81\xcd\xbd\x10\xee\xf0\x0a\xe1\x22\x8f\xd3\x4a\x2e\xf2\x42\x8e\xe3\xfb\xe5\xec\x7a\x31\x73\xbe\x7c\xad\x1c\xbd\xff\x45\x46\xa2\x40\xba\x8c\x0d\xf7\x79\xd9\x5f\xf2\xe9\x52\x29\x49\x6a\x20\xc5\x0c\xb0\x7a\x2f\xbf\x99\x82\xfe\x67\xb7\x3a\x51\x0d\xb7\x1d\xe7\x17\xf2\x98\x1c\xe7\x07\xb7\x96\xfc\x8e\xfc\x41\xbc\xca\xad\x34\x08\xa5\x67\x56\xc5\xac\xaf\x2c\x95\x03\xde\x63\xb9\x7d\x59\x6f\x8c\xe3\xc2\x9e\x72\x22\x09\xef\x97\xf5\x81\x98\xec\x5f\x16\x01\x61\x0a\x2f\xae\xb2\x51\x75\xda\x7c\xc4\x34\xca\xcb\x12\x4f\x8e\x5f\xb5\x2f\x1f\xc8\x6a\x34\x14\xfa\x32\xf5\x86\x1e\xa6\x9f\xd4\x4a\x87\x96\x4f\x6b\xaa\x5a\x1e\xac\x69\x48\x8f\x73\xa0\x07\xbe\x9d\x52\x08\xeb\xc5\x9b\xb3\xa1\x06\x54\x62\x6d\x36\xcc\x1b\x52\xbe\x80\xaa\x0e\x8a\xd4\x54\x0e\x2a\xba\x90\x4f\xbf\x34\x64\x11\xf9\xf4\xeb\x75\xa4\x43\xed\x7b\x58\x8b\xbc\xf8\x25\x96\xeb\xb7\xaf\xd4\xc4\xfe\xfa\x76\x9e\xf9\xc8\x94\x64\x32\x88\xa1\xd2\xcf\xf6\x5c\x29\x14\x8f\x8c\x44\xe3\x77\x7a\x62\x40\xb3\xfb\xff\x82\x9b\xbc\x21\xc7\xf4\x89\x79\x82\xdd\xac\x67\x7b\x7a\xbc\x9d\xca\x6b\xb0\xe7\x94\xb0\x87\x3f\x46\x3a\x39\xf8\x2b\x37\xe0\xef\xb7\xbd\xb8\xc8\xc6\x64\x35\x20\xfb\xc6\xed\xac\x06\xf1\x34\xbe\xfd\x5c\x6b\xa6\x5c\x06\xf8\x2b\xd8\x98\x81\xa6\x7b\x93\x20\xdc\x5c\xbe\xfe\x12\x0f\xa1\xb2\x18\x9c\xc4\x34\xdf\x76\xfc\x9f\x9f\x1e\x74\x6c\xe3\x81\x73\xde\x82\x2d\x4e\x9a\x37\x0f\x82\xa6\x90\x49\x65\x88\xe6\xad\x90\xf5\x1b\x91\x33\x63\x34\x73\x45\x63\x7f\xa3\xc8\xd6\x80\xca\xa1\xb6\xa5\xaa\x31\x4f\xab\x5d\xaa\x3e\x63\x14\x79\x1e\x9f\xef\xfc\xcc\x6d\x86\xec\x5b\x5e\x57\x9a\x11\xad\xba\xc7\xb9\xf9\x9a\xe5\x19\x48\xc9\x21\xdc\xe1\x74\xe6\x82\x76\x1a\xf3\xa9\xf8\x80\x83\xb9\x9a\x7e\x07\x08\x17\xdf\x74\x78\x00\x91\xa8\x73\xe3\x71\x94\x13\xc8\x46\xec\x03\x68\xca\xc7\x91\x2e\xbc\x8f\xce\x34\xf3\x54\xa3\x69\xe6\xa5\x68\x85\x1d\x48\x19\xe0\x4f\x3e\x94\x6b\x19\x95\x7a\x26\x77\x81\x57\x67\x2a\x77\x41\x5d\xec\xe9\x47\xdc\x7a\x6e\x76\x3b\xf9\x65\xa6\x05\x5e\x9a\x80\x34\x6b\xd3\xc1\x09\x06\x7e\x69\x18\x06\x3d\x9d\x12\x01\x4d\x78\xfa\xb5\x9e\x9a\xb9\xc2\x80\x72\x80\xad\xcc\xb4\x57\xe5\x43\x13\x6b\xe5\x43\x54\xc0\x16\x50\xb6\xc6\x83\x09\xb1\x1b\x13\xf6\x35\xfd\x26\x0f\x4f\xfb\xcc\xcd\x81\x83\x78\x6c\x26\x49\x0f\x38\xcf\xa6\x93\x1e\x24\xfa\x6e\x6e\x8e\x23\x24\xa6\x6e\x6e\x56\xb0\x3f\x90\xcf\xa5\xac\x1f\x61\x69\x8d\x86\xe5\x20\x40\x8f\x9b\x9b\x6d\x2f\x9f\x85\x70\x60\xfb\x67\x25\x10\x9b\x0f\x7a\x25\x2d\x1b\xe8\x4b\x29\x3a\x33\xf0\xe9\xf7\x86\x03\x89\x11\xf4\x40\x2f\xbd\x59\x92\x2e\x95\xfe\xca\xac\x78\xee\x9d\x1c\xec\x40\x96\x55\x36\x20\x27\x85\x2f\x40\xda\x31\x2c\xdf\x6e\xa9\xdc\x07\xe1\xdc\x6d\xc5\x2d\x69\x45\xe6\x91\x23\x3d\xe8\xd0\xde\x52\x26\xa6\x74\xe6\xbb\xb7\x20\x0f\xd7\xaf\xf7\x70\x48\x4d\xc5\x3b\xb4\xcb\x4a\xcc\xdc\x4d\x85\xcc\xe9\xee\xf3\x1b\x3a\xdb\x71\x07\xa4\x43\x67\xd7\x08\x2d\xed\x4a\xfd\x82\x5d\x78\xea\xf1\x9e\x55\x17\x74\x24\x48\xa2\xd7\xcd\x9d\xec\x1a\xec\x43\xbd\xe5\xd3\x5a\xf0\x91\x1a\x45\x20\xd3\x54\xc4\x43\xbb\x06\xf8\x84\xec\x68\x55\xa7\x76\x63\xc5\xf5\xca\x4f\x19\x9f\x46\xad\x78\xf4\x80\x0f\x8d\xab\x01\x59\xef\x28\x29\xf4\x64\xa5\x1d\x2d\x1c\x0b\xbe\xa3\x70\xb1\xbd\x79\xe4\x07\xfa\x74\x2a\x04\x3f\xc3\xb6\x20\x9d\x68\x17\x2b\x27\xdd\xfa\xea\x59\x2c\x74\xeb\x33\xa0\x05\xcb\x9e\xca\x3e\xf0\x68\xe9\x70\x72\x0b\xcc\x19\x93\xd7\x7a\x70\x44\xcd\xc3\xd9\x25\xfd\x76\xdf\x02\x35\x34\x1f\x00\xf3\x20\xe2\x8d\x69\x50\x36\x82\x3d\x9c\xeb\xb0\x3a\x61\xbb\xc2\x3c\xb0\xd3\xe5\x4b\x9f\x8e\x57\xaa\x82\x51\xea\xd2\x2c\x18\xf9\x56\x0b\xe7\xcc\x74\xfa\x81\x30\x8e\x03\x6b\xc6\x19\xd0\x22\x22\xbc\xf4\x70\x8e\x51\xf6\xbf\x13\x0e\x34\xfc\x3d\xf3\xe0\x4d\x01\x46\xa6\x35\xc4\x2e\x3b\x1d\xf1\x70\xf5\x9a\x3e\xed\x31\xb8\x80\x94\x25\x2d\xc8\x9b\x51\xe0\x1b\x9a\x0a\x80\x38\x7a\xaa\xc2\x0b\x52\xd7\x72\x58\xc6\xc9\x61\x76\x81\x0f\xfa\x35\xa4\x71\xb0\xde\x81\x24\xcf\x34\x66\x9a\xb7\xf0\x7f\x7c\x31\x73\x1e\x98\xfd\x19\xe5\xf4\x40\x82\xab\x57\x33\x65\xa2\x4c\xab\x1f\xd3\xd1\x10\x97\x75\xcc\xe9\x24\x01\x61\x1b\xc5\xd1\x51\xb8\x98\x66\xe1\x1e\x14\x8c\x83\xc7\x78\xba\x05\xaa\x59\xb0\xc0\x77\xbe\xe5\xc8\x60\x82\x1c\x8d\xc0\x0b\x6b\xb3\xa0\xa3\x17\x7a\x55\xc4\x22\x49\x6a\x26\xaf\xe8\x6c\xf4\x72\xa3\x58\xf1\xa5\x14\x3d\xfc\xa5\xb3\x58\xcf\xe3\x7c\x2d\x56\xdf\xd9\x9d\x4e\x04\x70\xb1\x91\x0b\x8c\x9d\x19\x51\x10\x41\x09\xf3\x52\x10\x41\x09\xf3\x2a\x4e\x54\x82\x6b\x68\xea\x6d\x9b\x4e\x20\xc7\x54\x1e\x80\xc2\xab\x69\xd3\x71\x03\x17\x3b\x57\x6f\xd9\x1c\x58\xea\xa7\xb3\x00\x5c\x70\xf5\x4a\xf4\x11\xdc\xca\xcf\xd5\xb4\x13\x0a\xf1\xdd\x7e\xb4\xce\x59\x6d\x18\x61\x8c\x0e\x14\xb8\x48\x37\x3c\x2b\xae\x33\x77\xe2\xc7\x6a\xda\x09\xdd\x55\xef\x45\x8b\xdf\xb3\xb2\x17\x21\x26\xdf\xf4\xbf\x7a\xbe\xd4\xba\xb3\x96\x89\x22\x38\x81\x44\x05\xac\xa4\x63\x0a\x78\x18\x65\x56\x2f\xe4\x00\x39\x99\x27\xfd\xa8\xe8\x82\x8c\x38\x98\x3a\x48\x09\x1f\xd6\x54\x14\x41\x25\x5e\x7e\x56\x36\x3b\xeb\x51\x2d\x09\xd8\xd2\x36\x79\xc7\x06\xc3\xc7\x4c\x10\xc1\xe7\x53\x47\xa9\xa6\x9b\x5b\x51\xbd\x35\x75\xed\xf9\x4e\x99\xcd\xb2\xec\xbc\x8a\xc8\xc9\x5e\xab\x7e\x09\x84\x70\xef\x69\xbf\x7d\xc3\x31\x34\xed\xb7\x1f\x44\x66\x4f\x3c\xf5\x68\xed\x53\x8f\xce\x74\x94\x89\x79\x92\x3d\x9a\x89\xb7\xa7\x3e\xc1\xd6\x93\x97\x65\x88\xbc\x98\x27\x26\x47\x36\x19\x79\x00\xf0\x38\xcd\xd3\x8b\x6f\xb5\x7d\x3a\x2b\x40\x8e\x2a\x3b\xf2\x49\xc1\x3f\xe5\xba\x2f\x03\x8a\x3a\x7d\x81\x04\x3d\x7d\xfa\xfd\x18\x9e\x40\x99\xb8\xee\x6b\xaa\x5a\x52\x69\x29\xf4\x11\x5c\xf2\xa5\xba\x84\xfa\xed\x49\x6f\x27\x4b\x71\xde\x90\x14\x23\xc3\xeb\xc1\xd9\x29\x0f\xf9\x81\x81\x64\x9e\x8e\x26\x3b\x33\x63\x3e\x2d\x47\x0a\xe5\xdb\x47\x10\xb4\x13\x7c\xcb\xf4\x71\x3c\x06\x3f\x6b\x06\x6c\xab\xd3\xec\x72\xd0\xa3\xd3\x42\x11\xe4\x3e\xc9\x18\x10\x0e\x95\x1c\x01\x9c\x71\x7e\x69\x25\x8c\xc5\x2f\xad\x0c\x42\xe0\xa7\x5c\xdb\x95\x78\xc0\xe9\xac\x00\x5c\x41\x9f\x17\x67\x65\x4b\x55\x0b\x29\xec\x0f\x27\x02\xe0\xad\xa4\xe9\xb7\x55\x2e\x66\x44\x0f\xa6\xd4\xb6\xf5\x1f\x33\xf0\x0b\xfe\xc9\x5e\x22\x29\x40\xb8\xd0\x45\x54\x18\xfb\x0e\xa7\x78\xb6\xc4\x85\x81\xf4\xd3\xab\xe5\x14\xb6\xec\xe5\x80\xe1\x6c\x18\x3b\xc2\xa3\xdb\x5c\x83\x29\x63\x6c\xd8\x9f\xa1\x38\x3f\xb1\x82\x45\x63\x5e\x04\x87\x72\x94\x5e\xf8\x61\x10\x39\xaf\x9b\x6e\x98\x6d\xad\x77\x34\x08\x5f\xdb\x27\xf1\xee\xbc\x58\x61\x58\xb5\xef\xed\x9f\x35\x75\xb1\x9f\xc2\x00\xfd\x5c\x0a\x21\x8b\x53\xee\xed\xba\xed\x60\xaf\x93\xad\xed\x69\xc7\x23\xf3\x50\x5a\x67\x06\x07\xa0\x75\x71\x38\xa7\xdf\x31\x69\xe8\x54\x8d\xe0\x85\x33\xa0\x4c\x57\x70\x55\xf9\xa8\x6b\x43\x76\x6f\x98\xae\x58\x27\x79\xac\x3b\x2a\xee\xe4\x0a\x3f\x96\x8b\x29\xaf\x74\x6d\x20\x2b\xa7\x74\x6d\x7b\xca\x2e\x41\x27\x90\x57\xb0\xa7\xaa\xaf\x3c\x8c\x80\x76\x0a\xb1\xfa\x7e\xe3\x84\x7c\xe3\xb3\x39\xbf\xf0\x16\xc8\x09\x1a\x19\x74\x96\x93\x5e\x24\x07\xd7\xe0\x23\x99\x8a\x57\xf1\x17\x28\xeb\x55\xa6\xeb\x66\x11\x68\xd6\x99\x5e\x5b\x0a\x9d\x99\x86\x41\xfb\x9e\x00\x8b\x29\xc7\xf7\x9e\x93\x9e\xb4\x00\x44\xbb\x4c\x79\xbe\x6b\xdb\x03\x29\xa4\x33\x3d\xf2\xfe\x1c\x8d\x4e\x4f\x5d\x20\xa5\x12\x0b\xa6\x8a\x83\xc1\x5a\x35\xfd\x4c\x09\x91\xfd\x53\x5e\xee\x96\xfd\xd7\xb8\x3a\x02\x3b\x6d\x04\xc9\x94\x94\xda\x02\x93\x56\x9f\x8a\xe8\x01\x37\x3f\xb4\x1f\x6a\x21\xe1\x1c\xeb\xd1\xf1\x7a\xc0\xcc\xba\xac\x05\xdc\x26\x98\x72\x88\x17\x82\x09\xa7\x9f\x26\xc1\x5f\x3a\x3b\x42\x38\x3b\xd3\xef\x8f\xb4\x23\x1f\x8a\xea\xd8\xd3\x1d\x7b\x15\x3b\xd1\xee\xf0\x76\x04\x82\x59\x74\x40\xbf\x64\xc6\x97\x26\x1e\x9c\x91\x53\xa9\x04\x6a\x43\xe1\xb2\x37\x9c\xb8\xad\xe9\xbc\x02\xbc\x6b\x33\xf5\xfc\x48\xd9\x98\xbb\x8e\x46\x05\xd1\xd9\xfd\xbd\x87\x24\xe5\xe1\x3e\xae\xf4\xe1\x27\x46\xb8\xf8\x33\xbb\xa3\x39\xf7\x14\xae\x91\x44\xa6\xed\x7e\xad\x06\xaf\xe5\x94\x47\xfb\xe0\x59\x8a\xe9\x84\x04\x38\xce\x66\xc7\x0d\xc9\xd9\xae\x14\x04\x65\xdb\x52\x78\xba\x90\x76\x64\x06\xc2\xe3\x31\x95\x29\xa0\x44\x10\xea\x5e\x4b\x1c\x67\xd3\x9e\xf1\xe8\xcd\x7a\x47\xa4\x36\x14\x50\xbf\x23\xd2\xd0\xda\xf5\x8e\x48\x59\x42\xca\x0f\xd9\xf7\xf0\x89\xc1\x41\x34\x90\x9c\x59\xbc\x81\x7b\x86\x6d\x28\x27\x7a\xc9\xb2\x3b\x65\x00\x57\x8f\xa6\x1f\x19\x69\x9c\xea\xc3\xaf\x56\x72\x46\x0d\xac\x8b\x69\x66\xb8\xcb\x1d\x88\x55\xa7\x4b\xbc\x62\x35\xa0\xed\x4b\x10\xcc\xe0\xc6\xf9\x99\x6e\xde\x6a\x89\xba\x7a\xec\x88\xd0\xb1\x69\x3f\x7d\x43\x0c\x92\x9f\xbe\x9c\x69\xe6\x36\xb2\xe0\x13\x22\x48\x55\x9b\x61\x38\xe3\x07\xc1\x0a\x9c\xdc\x7e\xf1\x23\xeb\x35\x1c\x31\xfe\x29\xd3\xfe\x86\xb6\x06\xc6\x69\x04\xe0\x61\x07\x1a\x47\xfc\xd0\x8e\x3e\x33\x95\x3a\x1c\x48\xf4\x33\x87\xf3\xb1\x6d\x29\x53\x88\x6b\x4f\x2b\x7a\x87\xf5\x4c\xcd\x97\x76\x5e\xca\x34\x1b\x50\x9d\xd2\x0e\xac\xee\x1b\xe0\x2e\x22\x0c\x24\x21\x02\x76\xef\x9c\x04\xc4\x51\x4c\x65\x1d\x28\x98\xbb\xa7\xd2\x0c\x1c\x44\x46\x4c\xc7\x0b\x8c\x98\x92\x6e\x9f\x29\x04\x22\xcc\xdb\x16\x3e\xa6\x5c\x89\x05\xca\x06\x7b\x55\xb8\x40\xe3\x75\xbf\x79\x3b\xd2\x12\xae\x70\xfb\xdc\xdf\xd2\x8c\x13\x3a\xf7\x34\x63\x6b\x38\x90\x0c\x71\x3c\xb4\x37\x6f\x8b\x75\xe1\x18\xb7\xc5\xba\x6c\xd1\xdb\x8e\xe6\x2b\xcd\x2a\x18\x83\x27\x63\xa7\x93\x0c\x6c\x10\x84\x73\x0c\xe4\x36\xc9\xbc\xfd\xf0\xf1\x99\xd9\xe2\x75\xa1\x01\xf4\x70\xb3\xe9\x54\xcc\x87\x43\xff\xb6\x4d\x24\xd4\x7c\x13\x00\xc7\xb1\xe6\x08\x04\x0c\xe2\x53\x29\x06\x0e\xbc\x1e\x93\x14\x03\x70\x51\x05\x27\x94\xde\x53\x73\xb8\x4b\x06\x86\x88\x8f\x00\xe3\x67\x3c\x22\x07\x4f\xab\x68\xb8\xf4\xa7\xb3\x08\xb4\x9a\xc2\xc5\x53\x37\xb6\x9e\x92\x08\x54\x6e\x9d\x4f\x45\x0d\xec\x27\xc1\x8d\x73\xda\xb2\xcb\x65\x97\x39\xb3\xd4\x69\xc8\xb4\xe6\x09\x72\x14\x01\x29\x9b\xa7\xdf\xe9\x18\x25\xed\x9a\xe7\x13\x29\x30\xe7\x20\x62\x06\x48\xd2\x04\xf4\xe4\xb4\x01\xed\x4a\x9f\x03\x14\xd2\xae\xe4\x99\x8c\x7a\x80\x50\x50\x78\x2f\xfa\x62\x2b\x4c\xbf\x47\xc0\x44\x2b\x1a\xa1\xc6\xa8\x36\xcd\x18\x30\xd7\x38\x36\x21\x56\x16\x5e\xd8\xc0\x65\x32\xa7\x45\x43\xc2\x35\xe6\xb4\x68\xc8\x3e\x51\xf8\x41\x25\xb3\xec\x54\x22\x80\xca\x63\xe7\xd3\xcf\x62\xb4\xf4\xaf\xcc\x12\x84\x6e\x4d\x07\x26\x1c\xc1\xd4\xe1\xfd\xb0\x85\x29\x0f\x56\xfb\x1b\x5e\x2e\x9e\x4a\x27\xb0\x58\x21\xe3\x90\x89\xad\xb7\xb4\x23\x73\x68\x0c\x22\x53\x3c\xa4\x64\x54\xf6\x2e\x5c\x99\x56\xd9\x55\xda\x95\xaa\x36\xd5\x1a\x72\x98\xc4\xd5\x99\x3a\xbf\xae\x81\xd7\x6a\xea\x75\x8d\x55\x78\x02\x6a\xcc\x57\xaa\xea\x31\x1b\x18\xf5\xc3\x6e\x5c\x82\x47\xa6\x13\x15\xe4\x76\xd4\x24\xdc\x82\x10\x81\xe9\x4c\x05\x78\xca\xe6\xc3\xf7\xd5\xb7\x7c\xa9\x83\x1f\x4d\xd8\xc1\x17\xdb\x48\x99\x9e\x10\x66\x58\x0f\x5f\x6c\x21\x3a\x64\x2a\x6d\xc1\x71\xe4\x43\xe9\xa0\x5c\xec\x9c\x0f\xcb\x28\x28\xd0\x0f\xbb\x71\x33\x2a\xc5\x8b\x6f\x5b\xbe\x53\x20\x25\x82\xa8\xa3\x3d\x48\xc2\x31\xfd\x46\x47\xb4\xbf\x87\xef\x41\xb1\xca\x79\xa2\x83\x3d\xe0\x87\x37\xc6\x99\x46\x5f\x1e\x7e\xfa\x7f\x8b\x22\xc0\x7b\xd1\x6e\xc7\xa1\x34\x15\x06\xb2\xe7\x6e\xd3\x7c\x60\x4e\x3c\x03\x9a\xff\x65\x5a\xed\xba\x85\x2f\x3c\x7c\x31\x12\xae\xf5\xe0\x8e\x2c\xa8\xc3\xfe\x90\x21\x95\xd0\xa0\x12\x8e\x3c\x15\x41\x52\x5b\x4b\xa3\xde\x76\x7b\x5a\x15\x1f\x40\xaf\xe6\x51\x8e\x0f\x7a\xf6\x3b\x20\xb3\x29\xbc\xa4\xc7\x53\xf4\xc0\x35\xc6\xb8\x1c\x86\x80\x53\x71\x3e\x9c\xcc\x14\x16\xe6\x17\x3a\xc8\xb9\x36\xfd\x26\xc7\x47\x0a\xf1\xa3\x1c\xb9\x7c\x35\xf5\x2a\x47\x89\x7e\xf9\x20\x46\x81\x1d\xab\xa0\x95\x63\xd4\x74\x62\xef\x24\x83\x7e\x5a\x36\xce\x91\xac\x20\x96\xca\xe5\x9d\xf9\xec\xcc\x6c\x07\xd4\x4b\x79\x2d\x55\xfd\xdc\xea\x1e\xd0\xe8\x9e\x40\xb2\x26\x6c\x69\x47\x1c\x04\xe3\x9a\xb3\x2d\x0c\x6e\xfa\x4c\x67\x5b\x68\x10\xe5\x73\x80\xcf\x0e\x68\x7c\x06\xd0\x62\xf9\x3c\x9b\x37\x79\x6c\x03\x27\xfd\x7c\x22\x51\x21\x39\x3f\x2d\x47\xf7\x40\x66\x69\x7b\x1a\x12\x42\x57\xfa\xd4\x52\x63\xf9\xf2\x8b\x1a\x1f\x21\xc5\x89\x1a\x08\x24\x9c\x4a\xd4\xb0\x73\xeb\x6f\x3a\xfe\xa5\x11\x71\x33\x1d\x00\x93\xab\x61\xd3\xcf\x6d\x94\x31\xd2\xae\x54\x8b\x9e\xba\xb2\x83\x9d\x81\x9c\xd1\x95\x91\xf8\x3d\x18\xd4\x15\xc5\xc3\x94\x2d\xd3\x2c\x2b\xf7\x67\xf5\x4c\xa4\x99\x10\x3b\x70\x3f\x73\x27\xb2\x8c\x43\xc1\x4f\x6f\x70\xe5\x64\x3e\x9d\x13\x88\x07\x09\xa7\x63\x65\x78\x70\x75\xfa\x7d\x8d\x1c\x2a\x4f\xdf\xf0\x24\x50\x65\x3e\x1d\x5f\x80\xa6\xf5\x74\x7c\xc1\x79\x9c\x3f\x66\xdd\x4f\x13\x69\x4d\x3b\x10\x29\x2b\x62\xa1\xff\x82\x6f\x39\xd3\x43\xb4\x5b\x45\xd9\x24\xcf\xcf\x74\xde\x87\xb8\x70\xfd\x30\x07\x2f\x89\x4f\xc7\xd8\x90\x61\x7a\x3a\xc6\xa6\xb3\x2f\x09\xb1\xb9\x52\x53\x83\x44\xe4\x77\x7e\x08\xa2\x7a\x27\x2f\x78\x64\xc8\x0a\xaa\xa9\x3c\xa0\x3d\x15\x53\x53\xc6\x99\xaa\xf2\x72\x71\xae\x3b\x6c\x66\x27\xbe\x65\x3a\x50\xa6\x11\x04\x35\x5f\x0a\xec\x22\xa0\x60\xbe\x4c\xda\x88\x86\x2f\x05\x9d\xee\x35\x50\xd1\xe3\x38\x34\xe3\x98\x53\x02\x4e\xe6\xcb\xcf\xca\x04\x39\x91\x7d\x89\x37\xf5\x65\xb2\x1f\xe9\xe3\xe1\x81\x04\x04\xbd\xd4\xd5\xce\x43\x45\x74\xca\x09\x72\xe3\xcf\x97\x03\xf1\x90\x6d\x1c\x38\xd3\x08\xd1\x9a\xaf\x10\x7a\xea\xfa\x5c\xcb\xa8\x6f\xcf\x25\x9d\xc8\xc4\x1b\xb3\xb2\x72\x4c\x1c\x31\x1d\xbd\x10\x34\xd0\xed\x5e\xf8\x7a\xcf\x94\x8a\xb8\x47\x0a\xed\x5a\x0d\xf4\x76\x97\x74\x22\x85\xe4\xc8\x30\xa5\x90\x6c\x21\x17\x49\x9f\xa5\x64\xdd\xa7\x37\x1e\x13\x3d\x61\x1a\x34\x2b\xe2\xde\xb3\x5e\x32\x57\xf1\x30\xd4\x54\x22\x8b\x16\x17\xe1\xdb\xcf\x9d\xc2\xc3\x1c\x01\x93\xbb\x93\xd3\x21\x30\xb1\xe0\xbd\xc3\x28\x03\x7a\x3f\xa1\x33\xbe\xa1\x35\x84\xd3\xb7\x43\x93\x63\x95\x7d\x63\x64\x08\xf4\x54\xd8\x07\x5f\xea\x1c\xe6\x71\x9f\xe9\x27\x3a\xc8\x0a\x35\x95\x8f\x22\xf9\xac\xa6\xa2\x55\x2a\x51\x7b\xf3\x6d\x97\x3f\x12\x94\xe2\x53\x8e\xe8\x44\x0e\x4f\xa9\x1f\xe4\x58\x77\x38\x8a\x03\x54\x78\x6a\x61\xbe\x6f\x06\x72\x02\x32\x90\x94\x5a\x9f\x84\xe1\xf8\xfd\x0c\x6e\x3e\x4c\xc7\xa1\xec\x67\x49\xe1\xd3\x9f\x32\x9b\x12\x31\x23\x7d\x29\xf2\xa4\x72\x8b\x69\xfa\x95\x8c\x3d\xc1\x1d\x7e\x26\xa3\x11\x9a\x35\x1d\x79\x42\x78\xcb\x7c\x3b\x0b\x74\xb6\x86\x42\x4f\x2a\xe9\xe6\xe7\x1b\xce\x85\xf6\xa9\xd4\x15\xb5\x7f\xbe\xf4\xbe\xc9\xd0\x9c\xa7\x0a\x4e\xaa\x48\x94\xea\x0c\xa7\x57\xdf\x30\x54\xea\xb0\x5d\xa0\x9b\x15\x77\x5a\xa0\xb9\xdc\x15\x70\xed\x38\xdf\xd8\x5b\x90\x1a\x3a\x28\x93\x36\xe1\x04\x6f\x0b\x12\x3f\x38\xe9\xc4\xe6\x65\xdf\xff\x5c\xa0\x4f\xbe\x2b\xe0\xa9\x2f\xc1\x60\x38\xfa\xfe\x04\xf2\xde\xd4\x4c\x2f\xd0\xd9\xf0\xaf\xf4\x32\xf4\xe5\xfe\x23\xee\xbd\xaa\x5a\x39\x2c\xe9\x45\xf3\xb5\xa7\x59\x49\xa4\x7b\xfa\x54\x1c\x82\x58\xf9\x82\x7c\x2a\x55\xba\x14\xbd\x39\x91\xd6\x82\xbc\xb8\x81\x20\x37\x5a\xb5\x51\xd3\x82\xf7\x02\x15\x24\x71\xa6\x50\xd4\xbf\xe7\x4b\xb9\xe4\x32\x3f\x12\xec\x7c\x29\x6e\x41\x1e\x24\xe8\x58\xc9\xdd\x98\xf4\xdb\xc3\x60\x9a\x1d\xca\x67\x4f\xff\x02\xc5\xbe\x37\x46\x65\x3a\xcc\x18\xed\x33\x36\x6d\x2d\xf0\xf4\xbc\xf2\xa5\x2c\x1b\x4e\xc6\x79\xf5\xdd\x17\x72\xce\x5a\x01\xd5\xd0\x51\x80\xd6\xf9\xd5\x4b\xa0\x22\x28\x1f\x6a\x8c\x47\x07\xb2\x01\xff\x4a\x33\xde\x7e\xf5\x04\xb4\xb1\xf4\x4c\x65\x63\xd0\x80\xa6\x14\xe0\x03\xc8\xaa\xfc\x31\x00\xc5\x1d\x02\xd9\x47\xb9\x5d\x40\x56\xec\x6b\x40\x99\xf8\x98\xd8\xdd\xd1\xc7\x7e\xb2\x61\x81\x0a\x59\x2c\xa9\xaa\x59\xff\x40\x46\x07\x04\x7c\x55\xf4\x64\x20\xc3\xdb\x80\x9a\xb7\xb7\xc1\x06\x04\x3f\xa2\x0b\x59\x3e\xb6\xe3\x0a\xe8\xd9\x4a\x5d\x71\xa7\x0c\x52\x3a\xed\x08\x6e\x16\xfc\xcb\x95\xaa\x7a\xc0\xa6\xa5\xea\xf0\x09\x01\x64\x54\x41\xce\x04\xc2\x6e\x72\x0c\x89\x83\x7f\x17\x24\x8d\x72\x63\x36\x6c\x1a\x3d\xa8\xe9\x58\xa4\x46\x9b\xd8\x47\x2a\xd8\x88\x5a\xb2\x61\xfd\x7e\xc6\x6f\x1f\x5a\xd3\x38\xc1\xd4\x79\x71\xc2\x4f\x0e\xd3\x0e\x9b\xf0\x70\x22\x05\x5f\x72\x5a\xa0\xa6\xe3\x53\x55\xd3\xc1\xb6\x53\xca\x8c\xee\x70\xa7\x05\x99\x33\x9e\x29\x34\x29\x9d\x05\x50\xd7\x2a\x7a\x5a\x55\xa8\x02\xdb\x4e\x4f\x64\x54\xfb\xe8\x16\xa4\xa0\xfb\x5e\x81\x44\x48\x25\x65\x0c\x84\x42\x28\x29\x18\xc8\xd7\xd2\xa1\xab\x03\xfe\x96\x4e\xec\x3e\xdb\x40\xc0\x6f\x64\x5c\x2c\xf3\x31\x40\x96\x39\x30\x65\xd5\xd4\x35\x7a\x0c\x84\x57\xd1\xae\xf4\x09\x46\x20\xe8\x60\xb7\x4a\x3b\x8a\x6a\x08\xa3\x3e\x30\xb1\x41\x3e\x0e\x60\x39\xd9\xcf\x07\xe2\x4f\xa6\x16\xeb\xc9\xe7\x53\x19\x3a\x1a\x7d\xea\x8a\x72\xff\x74\x62\x95\xbf\xa4\x21\xe5\x52\xda\xd3\xce\xad\xfb\x7f\x54\x35\x01\x85\x17\x91\xc1\xe3\x2a\x01\x0f\xc9\xd2\x3f\x14\xbb\x57\x55\x51\xc5\x96\x66\x45\x15\x59\x69\x39\x63\x7a\xa6\x52\xd1\x12\x21\xc4\x83\x67\xc0\x39\x64\x9c\x17\xa4\x43\x96\x3c\x9e\x51\x3e\x85\xba\x49\xdb\x02\x89\x0e\xb2\xd2\x48\xf6\x6c\x1a\x92\x7f\x9c\x9c\x40\xca\xf6\xb1\x1a\x0a\xa8\xe4\x32\x1c\x89\xc5\xfc\x0f\xaa\x50\xb4\x4b\x39\x98\xca\x82\xf5\x84\x9d\x49\xb4\x4b\x78\xac\x33\x78\x38\x3b\xd2\x82\x34\x05\x50\x7b\xc9\xe9\x49\xb3\xc3\x3b\xa3\x03\x79\x98\x81\x6c\x99\x2b\xa9\xaa\x1b\x72\x0c\xba\x0c\xba\x04\x03\x99\xed\xae\x96\x42\x48\x2f\x18\x58\xe6\x0a\xa4\x0c\x60\x30\x87\x62\x8e\xc7\x26\x2e\x3e\x11\xe1\x14\x05\x3a\x4c\x33\x38\xfd\x98\x9e\x10\x1e\xc8\x9a\xd4\x4a\xbe\xd4\x36\x69\x29\x63\x11\x68\xc7\xef\x90\xb1\x35\x8b\x4f\xb6\x46\xab\x4e\x0e\x73\x05\x72\x8f\x20\x67\xea\x61\x3f\x95\xc9\xc6\xa4\x0f\x64\x69\xf6\xb4\x72\x76\x1c\x05\x96\xef\xd8\x9b\xcf\x9c\x5b\xda\x82\x8d\x17\x47\xa5\x9f\x1f\xd0\xf6\x01\xce\xd2\x2a\xff\x4f\x4e\xbd\xea\x67\x43\x99\xac\x0a\x31\x81\x7a\x35\x03\x64\xb2\xaa\xa9\xe7\x4a\x55\x93\x73\x0b\xd8\xbf\xbf\x9a\xe5\xbd\x05\x49\xa9\xad\xf9\xd0\xa2\xeb\xa7\x4b\xa3\xd7\x52\xd7\x8b\x47\x5d\x1f\x97\x17\xb3\xae\x90\x9e\x5e\xd3\xa7\x05\x33\xa6\xd2\x51\x3b\xa3\x30\x7b\x75\x80\x10\xc3\x84\xd4\x6a\x2a\xcb\x80\x92\x81\xf9\xc2\x43\x09\x64\xe9\xf4\x0c\xe8\xb5\xad\xe9\xf4\x2d\x5e\x05\xb6\xb7\x1c\xde\xf0\xb1\x6a\xe2\x82\x60\x2a\xc4\xd5\x18\xa7\xe9\x07\xaa\x54\x82\x8f\xda\x61\x63\xbc\x1e\x52\xae\x14\xda\x01\xff\x69\x48\xc7\x22\x64\xa9\x24\x1e\xbd\x66\xf9\x38\xfa\xd2\x90\x29\x08\x7a\xaa\x8e\xc2\x3d\xd3\x27\x51\xb8\x59\x40\xab\x6a\xb0\x86\xea\x3c\x92\x67\x26\x9e\x47\x6a\x6b\x4a\x85\x42\x63\x9c\xe6\x40\x3d\x65\x92\xba\x33\x4c\x8b\xef\x6c\x0c\x9e\x0b\xb9\xe0\x1b\xa7\xa5\xb1\x5e\x80\x8c\x6c\xca\x40\x36\x5f\xda\xe3\xc0\xf6\x57\xd8\x50\xed\x2d\x5f\xea\xd9\x3d\x56\x88\xb7\x44\x4e\xb0\x3b\x2d\x9b\xfd\xf8\x56\xce\xaa\xaa\xcb\x50\x2d\xed\x48\x41\xee\x41\xc0\x6c\x36\x8d\x2a\xeb\x21\x4c\xf7\x34\xc7\x1b\x0d\xc8\x6f\x3e\xef\x40\xfa\x6e\x5c\x40\x8e\xc9\x61\x29\x4f\x0b\x63\x83\x66\x1c\xf7\x75\xb1\xa5\x4f\x27\x8f\x49\x1f\x1c\x8a\x8c\xf8\x86\x91\x83\x8e\x6e\x2f\xf4\x91\x42\xbd\x34\xb1\xa7\x4c\x8c\xe2\x48\xa3\xe2\x05\x83\x21\xa2\x19\xf6\x80\xba\xa1\x10\xe4\x6e\x23\xe7\x65\x75\xe0\x51\x38\xdc\x69\x26\x36\x58\x2b\xd4\x44\xe8\xcc\x41\x49\xbd\x83\xb8\x69\x70\xa4\xcc\x98\xa6\x19\x3d\x8a\xbb\x07\xd2\xa2\x76\x30\xc5\x12\xd6\xd3\xbf\xcf\xc0\x2c\x0e\x3a\xe3\x99\x66\xcd\xc5\x5a\x40\x0d\x64\x0f\xe4\x38\x7b\x58\x8a\x93\x78\x84\x53\x39\x9a\x69\x6c\x81\x6e\x41\x27\x90\x2d\x26\x48\xe0\x97\x1f\x7b\x8a\x1c\xe7\x44\x1d\x51\xca\x1c\xcd\xb4\x21\x31\xe8\x51\x93\x3a\xb6\x94\x55\x41\x29\xbb\x04\x6d\x40\xb6\x57\x9c\x01\x75\x0d\x06\x66\xe8\x27\x4c\xfc\xc8\xea\x82\x8c\x5c\xca\x58\xbb\x0e\xc8\x0c\xa4\x13\x4b\xb2\x88\x1e\x17\x66\xd6\x4e\x4b\xb7\xd3\xce\xd3\x12\x3e\x4c\xe6\xf2\xf2\x75\x17\xe4\xa4\x0b\xb3\xfd\x99\xba\x8b\x71\x46\x8b\xf6\x4b\x25\xfb\x39\x02\x4e\x21\xc8\x74\x89\x4f\x8d\x2d\xed\xd8\x21\x94\xc9\x53\xcc\xd3\x40\xad\x77\x90\x53\xb6\xb3\xdf\x26\x29\xa8\x48\x17\x97\x42\x61\x28\x17\x2e\x29\xe8\xc0\x21\x4f\x23\x8b\x40\x42\xdb\x2b\x9f\xca\x75\x8d\x72\xd1\xba\xfd\x1a\x6c\x28\x85\x40\xd5\xb1\xa7\x50\x8b\xb2\xa7\x4c\x8e\x5b\xf0\x51\x06\x8f\x3a\xf6\x40\x43\xd0\x0e\xe4\xfe\x37\x20\x4d\x00\xaa\x86\x22\xa5\xea\x40\xdd\x76\xa4\xd4\x60\x57\x3a\x99\x47\x85\x24\x1a\x42\x37\x93\xdc\x08\xe6\x87\x8b\xf3\x2a\xc9\x15\xc4\x11\xac\x47\x40\x56\xda\x53\xe0\x30\x26\xc2\x44\x16\xe8\x30\x91\x16\x50\x83\x46\xb4\x26\x70\xa9\xc0\xe4\x15\xb9\x54\x07\x6b\xdb\x9c\xcc\xe5\x1c\x29\x64\x19\x3a\xa0\x99\xec\x08\x28\xb3\xc3\xc5\x36\x52\x80\x52\xd9\x20\x21\x85\x24\xd5\x91\x65\x40\x8e\x09\xbe\xd3\x9d\xa6\xaa\x76\xe3\xe7\xc3\x2e\xb2\xf8\xe1\x15\x9d\x55\x55\xeb\x00\x7b\x6c\x3a\x9f\x06\xfa\xb8\x1f\x42\x19\x47\x3a\x14\xe5\xa1\xe6\x2b\x78\xa9\x0e\xa4\x70\xc5\x2e\xd5\x01\xe5\x75\x5f\xca\xbb\xa0\xe0\xee\x98\xb9\x8b\x35\xeb\xc8\xd2\x2d\x95\xad\xf3\xc2\x4a\xbb\x3d\x8a\x35\x9f\x0a\x9f\x92\x2f\x85\x4f\x49\x99\x82\xd2\x58\x03\x3d\x91\x72\x7c\xbe\x93\x97\xbb\xf4\x40\x22\x60\xf6\x7f\x77\xdc\x2a\xf2\x8d\xdf\x52\x19\x25\x65\xa7\x69\x22\x8d\x2a\xd7\xc9\x99\xaa\xb7\x44\xe7\x34\x2a\x92\x2d\x29\x7b\x78\x8c\x69\xe7\xf9\xfd\x75\x35\x96\x4a\x19\x40\xea\x28\x81\x94\xa3\x1d\x29\x8e\x08\xa8\x0b\xce\xd9\x25\xfa\x8c\x92\x42\x3b\x71\xe1\xce\x1d\x47\x0e\x62\x7f\xbf\x7d\x9d\x2a\x75\x9b\x1b\xa2\x17\xec\x9c\x9f\xba\x5a\xe6\x12\x68\xba\x6e\x3e\x35\x7e\x2c\x88\xec\x49\x17\xd4\xac\xe0\xa9\x3a\x6a\x20\x47\x0f\x70\x60\xe9\xc1\x96\xe3\x83\x9e\xd9\x4f\xcb\xe4\xf1\xc6\x4e\x0a\x6d\xf8\xc9\x92\xe8\x05\xd7\xfe\x29\x34\x0f\x46\xa0\x71\x68\x55\x29\x23\x9d\x2a\xae\x1e\x48\x81\x56\x47\x3d\x02\xed\xdf\x5f\x6d\x70\x48\x0e\x0b\xda\x17\xdc\x71\x38\x82\x3a\xea\xf1\xb0\x9f\xf0\xda\x02\xda\xad\x79\xa5\xa5\xa6\xd9\xcc\xa7\xfd\xfb\xeb\xca\x7c\x29\xf2\xaa\x54\xe4\x0b\x07\x5e\x95\x23\x90\x0f\xd4\x2b\x28\xc8\x38\xf7\xe9\x43\x33\x8b\xd8\x46\x62\x93\x0b\xa6\x37\x86\xad\x46\x48\x8e\xc3\x97\xe6\xaf\x60\xeb\x27\xfb\xa1\xbd\xe1\xfb\xca\x17\xdc\xd3\x21\x5c\x91\x56\x1d\xc2\x55\x4f\x64\xd9\xe1\x6b\xf3\xf0\x1f\xe5\x4b\x59\x34\x94\x5e\x44\xb6\x35\x85\x26\xdb\x3d\x85\x46\x97\x66\x6f\x2f\x3d\x73\xe0\xa0\xed\x2b\xd3\x65\x86\x98\x29\xc1\x06\x9a\x49\x90\x54\x3e\xd0\x0e\x79\xc9\xe5\x0a\x7a\xa4\x2a\x4b\x27\xbe\xaf\xc3\x91\x31\x44\x60\x7b\xd0\xc3\x6e\xce\xa9\xae\x77\x5d\x4a\x8c\xc4\x8a\xd2\x2a\xf5\x53\xd5\xa2\x7f\x4f\x55\x3b\x28\x32\xb7\xe6\x6b\xc8\x0a\xc3\x97\x98\xae\x3d\x7d\x6a\xd4\x67\x20\xc5\x49\x31\x12\x07\x6a\x5d\x47\xa0\x43\x35\x03\x69\x0a\xd8\x61\xc4\x69\xd1\xa1\x9f\x8e\xe1\x46\xf1\x02\x75\xf6\x9d\x29\xbc\x15\x6a\x0a\x34\x1c\x0b\xc6\x84\xdc\x7a\xbb\x77\x71\xf2\x1f\xf2\x6e\xbf\x15\x13\xe3\xa1\x43\xba\xf6\x96\x56\x75\x3c\xc0\x81\x6e\xdf\x19\xee\xa9\xa9\xdb\xad\x6c\xa8\x1b\x95\x2e\xa8\x9a\x40\x58\x0f\x07\x78\xc5\x0e\x7d\xfb\x76\x1c\x67\xd7\xed\x0b\x52\x28\x5b\x37\xe7\x5c\x0f\xa8\xac\x32\x35\x55\x1f\xdf\x5f\xe7\x06\x77\xbe\xc9\xd7\x4c\x99\xb3\x20\x5e\x1c\xfe\xb7\x63\x0f\x32\x1b\x4e\x43\x56\x53\x26\xb1\x29\xbc\x49\x69\x60\xea\xc8\x94\x4f\x3b\x93\x40\xdc\x81\xb7\x90\x83\xb3\xb7\x0c\x18\xd5\xc4\x0f\x76\xa5\x50\x36\x58\xd4\xd6\x69\x81\x86\xd9\x98\x96\x72\x99\x54\xc7\x6b\x0d\x14\x3f\xc7\x6b\x8d\x96\x56\xc4\x61\x5b\x5a\x11\xc1\x21\x4f\xe9\x91\x97\x52\x3e\x6d\xbe\x3c\x8a\x02\xa8\x93\x94\xdd\x31\x91\x6f\xa8\x6a\x71\x18\x62\x74\xb0\xd6\xd5\x52\x26\x06\x81\x8c\x3b\xa1\x05\x50\x43\x2e\x62\x6d\x14\xc8\xb5\x36\x19\xa8\x2a\xc6\x73\xb0\x93\xa7\x83\x61\x46\x20\x5d\xb7\xe8\x69\x87\x5d\x15\x70\x8a\xc6\x83\xaa\xc7\xd8\x81\x34\x46\x36\xa7\x53\xce\x5c\x2d\x90\x93\x8e\x04\x62\x15\xc1\xc6\x59\x83\x38\xc7\xf5\xbc\xcb\x11\xbf\x90\x5f\x77\x19\x9f\x66\x34\x53\x1c\x3e\x0e\xea\x1a\xf9\xce\xaa\xd4\x85\x40\xa2\x18\xaf\x3d\x76\x81\xc9\xa5\x1c\x44\x7e\x25\xa3\xa9\x83\xa3\x68\xda\xff\x96\xd9\xe0\x5d\x7a\x86\x88\xb6\x94\x95\x23\x38\x2b\x43\x76\xa6\xe8\x33\xed\x78\x1d\x3d\x2a\x27\xad\x39\x60\x15\x0f\xe8\x6f\x00\xc1\xd6\x02\x9a\xb7\x73\xa0\x28\xfe\xea\x38\xf6\xb4\x23\x92\x43\x3a\x72\xb2\x9b\xe0\xca\x3b\x31\xe7\x95\x0f\x7d\xaa\x23\xbd\x39\xfe\x6a\x30\x05\x0f\x74\x30\x68\xf7\x81\x41\x08\x72\x55\x90\x55\xd9\xd8\x3b\x0f\xdb\xb9\x2f\x44\xbd\x07\x16\x21\xb8\xc7\x83\x08\x96\x2b\xa5\xd2\x2b\x5a\xda\x95\xb5\x71\x67\xfd\x1e\x0e\xf7\xe6\x50\x55\x5c\x53\x1d\x2d\x50\x97\xb5\x88\x19\xb2\x5c\x1c\x6f\xcf\x03\x4b\x0e\x54\xf9\x90\xc0\xb2\x8d\x14\x9a\x7f\x97\x14\xbe\x65\x53\x60\x16\x88\x19\x81\x81\x3d\x90\x9a\x21\xfd\x07\xb6\x1b\x04\x86\x87\xd3\xaa\xc6\xa6\xa7\xf0\xa5\x63\x3b\x7a\x9a\x7a\xea\x1d\x27\xf0\xf5\x31\xd1\xd3\x90\x32\x9e\x02\x3d\xb1\xcf\xfc\x2d\xc6\x92\xa7\x53\xaa\x5c\x34\xfb\xec\x60\x74\x00\x0e\xf9\x67\x2e\x20\x6f\x15\x26\xe9\x49\x84\x2f\xf6\x8a\xa7\x4d\x7e\x20\xff\xb4\x74\x0c\xe3\x7c\x3a\x15\xc5\xd5\x52\xe8\xad\xe3\x55\x52\xf8\x52\x1d\x88\x5b\x3c\x08\x73\x21\x57\x3f\xfd\x26\x64\xc1\x46\xf1\x44\xf2\x28\xa9\x2c\x23\xcd\x07\x6a\x6b\x86\x6a\xa0\xee\xaa\xf9\xd2\x07\x0b\xfb\x95\xe0\xa6\x98\xc2\x9d\xce\xa7\xb1\x09\x1d\x85\x54\x63\xbd\xf4\xf3\x31\x7b\x2c\xda\x0a\x43\x2a\x91\x8c\x94\x97\xe7\x38\x38\x85\x9c\x96\x67\x8c\x94\xe9\x48\xf8\x94\xd9\x85\x98\x55\x0a\xdd\x30\x0b\x8a\x96\xbb\x38\x86\x9f\x88\xb6\x68\x87\x0a\x3d\x6a\x61\x60\x4f\x5f\xdf\x8c\x15\xf4\xc9\x35\x81\x91\x52\x1d\x19\x59\x41\x71\x90\xe8\x17\xc4\x25\xc5\xfa\xac\x48\xa4\x72\xc0\x24\xf4\xac\x4c\x29\x5b\x5a\xb5\x12\xde\xf2\xa5\x77\x6c\x4b\x5d\x1b\x63\x10\xeb\x9c\xd2\x27\x5c\xdb\x39\x7c\x46\x61\xdc\x8a\x2f\x3a\x1a\xeb\xfb\xe2\xb8\xa3\xdd\x17\xf1\x9d\x0c\x8d\x3c\x3d\x35\x0d\x79\x36\x53\x95\x5d\x38\x00\x95\x0b\x10\xe4\x5f\x96\x6d\x7b\xca\x44\x60\x10\xcd\x8b\xf8\x38\xb8\x82\xc3\x86\x4a\x09\xe4\x0d\xd0\x03\x9e\x9e\x21\x1a\xb2\xe0\x02\xab\x76\xdc\xd0\x67\x24\xa1\x28\xd0\xf3\xc5\xfe\x18\xa3\x9d\x6f\xa7\x5e\x69\xd6\x21\xa6\x2d\x0d\x19\x3f\x06\x2d\x37\xda\x40\xb8\xe6\xe1\x1a\xc4\x72\x45\x11\x1d\x83\x2d\xf7\xb2\x9c\xcb\x8e\x73\xfa\x9d\x3d\x36\xca\x97\xef\xab\x04\x57\x88\x16\x29\xc7\xf1\x46\x51\x4d\x14\x6e\x74\x44\x25\x56\xb8\x11\x2f\xb8\x2e\x48\xef\xd6\x9e\xe9\xdf\x24\x9c\xef\x44\x14\x1f\x6c\x4c\xc1\x6c\xb8\x97\xcd\x3f\x48\xa7\x04\x14\x9d\x81\x74\xc8\x85\x5c\x74\x8d\xb8\x65\xe2\x38\xc7\xd2\xff\xe2\x6c\xe7\x86\x90\xa7\x04\x3b\xe7\x06\xa6\x24\xd8\x89\xe5\x59\x01\x45\x2d\x87\x8a\x02\x8a\xce\x0d\xf6\xfe\xb6\xe5\x39\xa6\x66\xe5\xd4\x39\x37\x88\x9b\x78\xa2\xd8\x68\x15\x4f\x74\x6e\x5b\xaa\x5a\x22\x42\xcc\x53\xde\x9c\x72\xa2\x9d\x2a\x6d\x4e\xd9\x7a\x20\x2b\x4d\xf0\x35\x65\xd1\x39\x37\x94\xde\x37\x07\x17\x52\xe7\xdb\x69\x7d\x91\x0f\xdf\x4a\xce\x14\x0b\x2e\x89\x72\x10\x17\xde\xf8\x2a\xfa\xf6\x63\xfe\xfd\xc6\xda\xcc\x02\x39\x16\x69\x67\x7f\xeb\x29\x9c\x73\xc3\x0c\xf0\x76\x2c\x48\x9c\x15\x8a\x3d\x3a\xb7\x2d\x1f\x6a\x73\xd5\x4c\xb4\xb4\xa4\x92\x8d\xa8\xa4\x37\x1f\x23\xe5\x9b\x43\x8d\xed\xf5\x46\x64\x46\xc1\x7a\x93\x93\x29\x90\x3c\x85\x6c\x03\x45\x17\x9d\x5b\xe6\x52\xb1\xbb\x25\xb6\x69\x45\x17\x15\x4c\xcc\x63\xf3\x82\xed\x81\x7c\x34\xf6\x80\xde\x6b\x26\xd2\xa1\x88\xa1\x03\x0f\xf6\x50\x88\xd0\xb9\xd9\x1c\x3d\x36\x36\xbf\x59\xfb\x70\xfa\x98\x81\x48\x3b\x14\x24\x74\x62\xe2\x1a\x8a\x11\x6a\xbe\x2b\xb6\x20\x23\x3b\x80\x9a\x6a\x5e\x40\xdd\xcd\x04\x94\x74\xd3\x03\xf9\xb4\x1b\xf4\xe1\x6c\x46\x4e\x86\xba\x40\x1b\x30\x3b\xd8\xda\x07\xe0\x6c\xa8\x0b\xb4\x84\x30\x68\xea\xf6\x2c\xa4\x6e\x17\x94\x86\xcc\x7f\x46\x40\x56\x10\x7c\x15\xf4\xea\x8b\x90\x0b\x7a\x4a\x1d\x4b\x3b\x8e\xb1\x1c\xf4\xe9\x58\x6c\x2c\xc7\x43\x6f\xd4\x9c\x0e\x9e\x5d\x90\x4e\x97\xfa\x01\x8d\x10\xcd\xfa\x2a\xc1\xc1\xf4\xd9\x70\x52\xb3\x66\x93\x4c\x33\x40\x8e\x1c\x60\xaa\x77\xbf\x3c\x66\x2a\x19\x3b\xc2\xe2\x99\x42\xb1\x80\x23\x90\xad\x92\x56\x89\x87\x33\xaf\xa0\x84\x0d\xa2\x6b\xea\x9e\x42\xd3\xa2\x4d\xb0\xc3\xd1\x36\xa4\x60\x5d\xa0\x5e\x97\xd9\x02\xd9\x1b\x36\xc0\x01\xd7\xb4\xb9\xd2\xd8\x31\x46\x9c\x01\x9f\xf6\x2d\x6e\x80\x8c\x86\xa6\xec\x31\xb4\x10\x3a\x9c\x8b\x25\x51\x57\x63\xbf\xc1\x09\x8c\x6f\x13\x12\xbd\x2a\x9c\xc1\xc9\x79\x16\xe4\x53\xb6\x07\x7c\x3b\x74\x87\x5e\x6c\x80\xf0\x0d\xee\x05\x9a\x72\x76\x30\xf4\xca\x1c\x29\xd4\xad\xa0\x8d\x29\x8c\xb9\x1d\x14\xa6\x9e\x04\xcd\x9c\x11\x17\xdf\x53\xc8\x48\xfd\xa9\x5f\x91\x21\x78\x65\x1c\x70\xd5\x33\x60\x73\xdd\x02\x28\xfa\x3c\x52\xc8\xba\x79\xa4\xce\xa9\x32\x2a\x3b\xe8\xf0\x3d\xe2\xc6\x62\x90\x55\xa5\xa5\xae\xb6\xa5\xf9\xe1\x50\x30\xcb\xb9\x1d\xa9\x29\x7b\xc5\xe7\x3b\x53\x8e\x95\x90\x71\x38\x4a\xea\x4a\x33\xce\x2a\x05\x76\x16\xff\x89\x4d\x1b\x07\xab\x64\x75\x76\x1c\xac\xd2\xc5\xb0\xe5\x5b\xd9\xf7\xd4\x35\x06\xa0\xce\xd1\x7a\xd1\xae\xa3\x06\xb0\x0b\x8d\xc3\x7c\xd5\x7a\xcf\x38\xfc\x90\xc3\xf9\xc3\xfc\x26\xab\xaa\xc3\xa2\xa1\x0c\x65\x63\x29\xce\x81\xb6\x20\x1f\x4a\x20\xab\x47\xe1\x5b\xa6\x52\x76\xfa\xc6\x0e\x75\x66\x96\x81\x4d\x72\x1c\x56\x2a\xd8\x2e\x8a\x41\x39\xb7\x02\xaa\x53\x86\x90\x83\x0e\x31\x44\x59\x56\x1c\x7e\x7f\x06\xe6\x3c\x14\x82\x72\x6e\x16\x81\x47\x21\xe3\xac\xc5\x99\xa1\x08\x94\x93\x50\xb9\xa1\x98\x93\x13\x1f\xda\x28\xf6\xe3\xa2\xfc\x0f\xde\x9b\xf1\x85\xd7\x05\xea\x66\x77\x4f\xa1\x22\x3e\xac\x06\x8e\x64\x5f\x81\x26\xca\x60\xbd\x1a\xa0\x11\xa2\x1d\x1b\x1c\xd2\x89\x0d\x0e\x68\x7a\xa3\x0c\xa8\x34\x0d\x89\x4a\x0b\xc3\x5c\xe4\x74\x6e\x85\x3e\x95\x38\xc9\x77\xbc\x16\x24\x32\xe4\x5c\x29\x36\x2b\x36\xd8\x5b\x41\x49\x18\xf9\xd2\x44\xc1\x1c\x78\x93\x17\x10\xb0\xd8\x74\xa4\xcc\x6c\xf2\x48\x3b\x3a\xae\x2c\xd2\x0c\x45\x99\xac\x42\xea\x2e\x3d\xe0\xdc\x0a\x63\x9e\x1a\x33\x7b\xb1\x98\x4f\xd7\x94\x79\x67\x66\xf2\xcc\x0d\x2a\x13\xe2\x07\xca\x4f\xce\x56\x05\x96\x9c\x5b\x46\xc9\xfe\xcf\x4a\x2f\x32\x38\x11\xdc\x46\x11\x13\x3f\x83\xab\x93\x12\x37\x98\x78\xb5\x70\xc6\x29\x5c\x11\xce\x6c\xd7\x1a\x15\x41\xdf\xc2\xea\xa8\xa6\x11\x18\xb3\x03\x42\x5a\x83\x7f\x56\xd8\xb6\x25\xb9\xc1\x73\x30\x6d\x0f\x68\x8b\xf2\x48\x65\xad\x1f\x67\x85\x63\x40\xc8\x03\xbc\xc0\xe9\xf9\xa3\xd7\x21\x0a\x3f\x03\x69\x68\x9f\x66\x5f\xee\xa5\x01\x9a\xa5\xc3\x66\x14\xe8\xd1\x88\x2a\x1d\xd5\x94\x00\x47\x57\xba\x96\x73\xe3\x68\xa8\xac\x7c\x4b\xa1\x79\x6d\x67\x56\x6e\xcd\x75\xf0\xb9\xb5\xff\x38\x0a\x2a\x86\xc8\xb4\xf3\x32\x02\x01\x75\x0d\x2d\xc8\x4e\x26\x97\x2f\x2d\x82\x35\x84\x9c\xea\xd5\x86\x3b\x28\x06\xe4\xdc\x60\x89\x7a\xba\xe5\xdc\x20\x4c\x9e\x6e\x41\x6e\xa9\x98\x30\x5b\x9a\xd1\xe4\x8d\x54\x5d\xdc\xf3\xfa\x34\xf3\x96\x4b\xcb\xe3\xe0\x19\x17\xb4\xe9\xe1\x67\x5c\x5a\x83\x75\x9d\x3c\x55\x7e\x00\x41\x7c\x17\xa0\xf1\xa9\x40\xc3\x83\x4e\xa1\x56\x88\x3d\x7e\xc2\x0f\xd2\x89\x04\x71\xd6\xe7\xc4\x7d\x81\x5c\xe7\x77\x5d\x72\xc6\xf2\xae\xcb\x85\x8c\x75\x42\x4f\xb0\xc4\xd3\xe7\x09\xcc\xe2\xb4\x98\x07\xd7\xf3\xc3\x2e\x85\x8d\x7b\x9a\xd4\xae\x1f\x26\x37\x59\x55\x25\x8d\xc1\x63\x4e\x53\x5a\x4b\x87\x92\x67\xae\x94\xf9\x5c\x44\x28\x39\x11\x0f\x39\x30\x14\x2f\xc2\x6d\x98\x05\x69\x9e\xa1\xa5\x53\xd7\xa1\x0e\xf6\xff\xc9\x15\x92\x91\x0f\xa7\x07\xc9\x6c\x89\xe7\x10\x31\x3d\x4e\x3f\x22\x05\xb9\x9c\xe6\x23\x99\x57\xf9\xcd\xd0\xa9\x86\x42\x3b\xca\x0e\x81\x28\x98\xa3\x10\xc0\x3e\x4e\x93\x52\x63\xca\x1d\x4d\xd4\xb2\xcc\x1c\x1f\xc8\x4f\xce\x4c\x53\x71\x2d\x8f\x0b\x0a\x01\x9f\xab\xc3\x3c\x07\xa0\xba\x81\xf0\x94\x8c\xa6\x62\x57\x1f\x97\x0e\x90\x9c\x1f\x57\xa7\xd3\x0a\xe8\xab\x5d\xe9\x44\x87\x64\x3e\x94\xaa\x56\xe1\x72\x8a\xe5\x28\x11\x96\x2e\xc4\x46\x44\x95\xcb\x6f\x9a\xd6\x23\x75\x75\xe7\x1c\x5a\xbf\x30\x24\x71\x48\xf9\x05\x16\x2c\xbd\x43\x99\x67\xce\xad\xa5\x6c\x09\x8d\x65\x0b\x02\x8e\x67\x64\x93\x28\x98\xe3\xdc\xf2\x21\xae\xd6\x1e\xd0\xae\x26\xda\x41\x18\xe9\xa0\xe7\x93\xa7\xd2\xac\xf5\x7c\x64\xf9\x0b\xee\x83\x24\xed\xc7\x5b\xb6\xe3\x03\x1a\xbd\xb4\x23\x99\x36\xd3\x2c\xf5\x7d\x64\x7e\x10\x30\x46\x3a\x31\xf7\x01\xbb\xe9\x87\x21\x02\x99\xf9\xc0\xa8\x2e\xf4\x3f\x0e\x97\x0b\xb1\x94\x13\xf5\xb2\xc9\x33\x12\xee\x65\xde\xc4\x99\xee\xa8\x90\xd6\x8e\x34\xac\xd4\x56\x57\x1a\x92\x0b\x65\x4b\x2f\xbe\x20\xc1\x48\x9c\x15\xa9\x96\x54\xf5\x71\xc2\x72\xea\x9d\x97\x73\x83\x35\x10\x31\x72\xb1\x2a\x8a\x18\x39\xb7\x1e\x48\xac\x1c\x46\xd1\x74\x09\x09\x47\xc9\x68\x56\x41\x59\x3e\xbf\x00\x33\x6a\x49\xab\xc3\x5d\xa6\xae\x4c\x1a\x7b\x20\x31\x76\x76\xb8\xf2\xe9\xac\x2f\xd3\x89\x82\xde\x91\xc1\x1a\x62\xf1\x07\xd4\xd6\x64\x13\x35\x18\x17\x73\xd9\x7c\xa9\xed\x62\x01\x9d\x51\x27\x02\x48\x83\x4c\x39\x6f\x95\x50\xe7\xc4\x50\x31\x9a\xc9\x14\x12\xe6\xcd\x97\x8a\x08\xe4\xe8\x92\x08\x07\x0a\x2e\xd9\x4b\xb4\x0c\x45\x97\x94\x23\x43\xf1\x4b\xda\x99\x03\xa7\x47\x82\xcb\x35\x5b\x42\x33\x05\x32\xa1\xb7\xf4\x2f\xca\xcb\xb1\xd3\x24\x01\xed\xd0\x73\x73\xd4\xf6\x95\x0e\x2d\xf2\x64\x54\x93\xc5\xa3\x47\xa7\x37\x68\x41\xc0\x37\x7c\x91\x22\x9a\x85\xdb\x11\xe8\xe1\xaa\x7f\x83\xe8\xdd\x9d\xc6\x19\xc6\xd6\x6d\xbf\x64\x22\xbb\xe9\xe5\x03\xb1\x22\x15\x50\x69\x82\x90\x5b\x9c\xfb\x06\x1f\xe4\xe8\x8e\xb6\x6e\x25\x85\x7a\xda\xbc\xe5\x43\x89\x05\x23\x3d\xda\x96\xd9\x80\xcc\x49\x61\x8e\x0a\x2d\x29\x0d\x5e\xd0\x45\x3d\x5b\x9a\x91\x79\x3c\x6a\x93\xc2\x47\x8e\xeb\x53\x26\xd3\x0b\x7c\xa2\x9b\x76\xa2\xd6\x75\x0b\x46\xe9\xc2\x97\x1c\xa3\xc7\xf9\x91\x98\x2d\x3a\x96\x62\x44\x0e\x2c\x69\x43\x31\x22\xfb\x01\x2f\xe8\x76\xc4\x37\x14\x83\xc4\x88\xb0\x9f\xba\xf9\x58\x94\xbc\xee\x57\xa7\x5a\x3e\x3d\x95\x4c\x10\x14\x6e\xf0\x4b\x2f\x4d\x69\x61\xc0\x96\xf7\x64\xd2\xc9\x70\xd5\x80\x3e\x12\x4a\x9a\x75\x9c\x6d\x4f\x9f\x0f\x13\x50\x30\x7a\x6a\xa6\x99\xcc\xdb\x02\x46\xfa\xd4\x38\xb3\x5e\xd3\xea\x47\x0f\xb8\x7f\x7f\xf5\x92\xb5\x9d\xbe\x4e\xdf\x03\x8a\x8b\x70\xd6\x75\xdf\x02\x88\xfa\xd1\x27\xe8\x82\x1f\x19\x4e\xe1\x4e\x8a\x3d\x69\x17\xec\xc8\x0f\xdc\x8c\x4f\x9f\xeb\xc4\xd8\x61\x31\x8e\x35\xf9\x88\x18\x0a\x36\x39\x77\xc6\xe5\x60\x93\x03\xa1\xd8\xb1\x26\xd8\xbf\x87\x42\x4d\xce\x9d\xfd\x35\xfc\xda\x63\x43\xc4\x19\xbe\xd6\x12\xed\x51\xa1\x26\x0b\xbb\x06\x38\xf4\x69\x9a\xbd\x5d\x37\x2d\x29\xc7\xef\x99\x86\x98\xe8\x74\x6a\xe9\xba\xa6\x5d\x0d\x05\x1e\x3c\x50\xfe\x0b\x43\x41\xf9\x67\x28\x43\x21\xcc\x2d\x65\x8e\xc9\x47\xe5\x18\x43\xbb\xa8\xa7\x1d\x6b\x93\x50\xd4\x90\xd4\xb5\x43\x42\x8a\x1f\x39\x63\xed\x51\x02\xa0\x73\xcf\xe4\xf9\xf4\x8d\x09\xc4\xe1\x24\xbc\x3c\xb1\xc0\xc5\x84\xf7\x4c\x89\xd3\xe7\xee\x99\xb0\xdb\xb3\x79\x01\x79\x93\xa5\xec\xd2\x7d\xd7\x7c\xa8\x98\x90\x92\x3e\x4c\xa6\x6c\xa3\xe1\x9c\xcd\x44\x07\x0d\xe2\x50\x32\x21\x32\xd0\x71\x9f\x6a\x28\xaf\xd0\xb9\x67\xd6\xa7\x22\xc6\x20\x9f\x81\xf0\x06\x36\x56\x02\xa3\x56\x0d\xa7\x8d\xe1\x38\x1b\xd0\xe1\x9e\xba\x7a\xde\x0f\xf1\x9e\x10\x95\x86\x6c\x39\x7c\xbd\x20\xba\xd1\xc8\x71\x9b\x4f\xdf\x2e\xf5\x50\x1c\x96\xf2\xd1\x9a\x6f\xbb\x1f\x39\xd3\x15\x97\x72\xee\x2c\xdf\x6d\x52\x04\x05\xe5\x0f\xe2\xad\xe5\x05\x75\x95\x15\x20\x51\xde\xfe\xe3\xdb\x3a\xe3\xe6\xc2\x28\x07\x98\x52\x0d\x9d\x3b\x73\xe0\x80\x96\x86\x3f\x63\xdc\x4e\x26\x8e\x90\x7c\x3b\xca\xa9\x9d\x01\x75\xba\x7d\xaa\xea\x05\xcc\x2b\x65\xc6\x8e\x51\x41\x86\xe0\x6a\xba\x43\x36\xb9\x2d\xdf\x47\x10\xbf\x6d\x1b\x84\x1d\x29\x0f\x51\x89\xfd\xf4\xf6\xad\x28\x62\xb0\x86\x62\x58\x6a\xcc\x5e\xb7\xe3\xe2\x38\x78\x6e\xc7\x2d\xb5\x33\xa0\x94\x33\x44\x54\x1e\x37\x6a\x68\xd7\xb7\xaf\xa3\xc0\x45\xc8\x2c\x54\xa1\xad\x5b\x8e\x99\x48\x6b\x37\x14\x83\x10\xaf\x64\x42\xe7\x1e\x0c\xa6\xd6\x00\x79\x5a\x01\x2e\x6b\x9a\x53\xf5\xa1\xc2\x60\xa0\x49\xff\x34\xf3\x16\x02\x5e\xe6\xe9\xfc\x52\x15\x56\x30\xcd\xb8\x90\x13\xfe\x5f\xc6\xce\xe5\xea\x62\x54\x57\xc2\xa9\x9c\x10\xb6\x8d\x79\x4d\x3a\x17\xd8\x8f\xfc\x43\xb8\xcb\x55\x5f\xb9\xef\xec\xef\xa1\x16\x18\x30\x08\x49\x88\x42\xda\xe6\x08\x58\xdd\x21\x89\x0a\xf7\x8a\x73\xfb\xf9\x52\x4d\xe1\xf0\x6c\x1d\x90\x1e\x5d\x28\x73\x2c\x43\x07\xd6\x12\xb3\x73\x0f\xb2\x8a\x51\xd9\xd7\xc8\xe1\x51\x21\x52\xea\x91\xba\x02\x9d\xc4\x03\x23\xd0\x49\x3d\x9e\x9a\xcc\x41\x81\x54\xc4\xad\x87\x92\xc7\x0e\xf5\xbb\xc3\x06\xe6\x0a\x61\x50\xea\xf1\x50\xea\x11\xbb\x6e\x3b\xa0\x20\x40\xfc\xa9\xcc\x46\x15\x2c\xc2\x24\xb2\x50\x0c\x4d\x00\x2a\x80\xe4\xe6\xb6\xd9\x1e\x0b\x71\x5b\x54\xa0\x36\xb7\x0d\xf5\xa7\xac\x48\x71\x33\x02\x9b\xe9\xb8\x4d\x04\x42\xa9\x07\xa2\x4a\xb0\x93\x7a\x60\xe3\x28\xd2\xd0\x99\xf3\xa9\x82\x09\x9d\xb1\x46\xb6\x63\x32\x8f\x94\x6d\xe9\x48\x46\x2a\x98\x5b\x79\xda\x94\xa7\xaf\x66\x64\x4a\x78\xcc\xbe\x13\x58\xe5\x04\x14\x38\xdf\xd6\x73\x28\xb6\xf7\x80\xb5\x27\x64\xf9\xe7\x7f\x17\xaf\xe6\xe6\xdb\xc7\x48\xb0\x73\xd3\x60\x95\xa3\x97\x94\x0a\x78\x8c\x84\x7b\xfb\xbd\x52\x4b\xd5\xad\xa3\x46\xba\xfc\x28\xe0\xc2\x80\x92\x55\x30\x42\x49\x71\x60\x15\xbc\x91\x18\x69\xd4\x21\xaa\x1a\xfb\xf9\x4d\x22\x97\x0e\x25\xf0\xd8\xf3\xa5\x97\xbc\x41\x75\x05\x3d\x62\x34\x76\x1e\xf4\x0c\x47\x49\xd0\x62\xe6\xbf\x7d\x13\x11\x5b\xe8\xed\x10\x86\x47\x5a\xd5\xbe\x2b\xe9\x51\xef\x98\xf2\x21\x4a\x8e\x15\x70\x62\xa8\x23\xa6\xab\x33\x43\x4d\x87\xcc\xbd\x49\x5d\x18\xe4\x47\x9c\xcd\x31\x7f\x29\x27\x76\x74\x83\xb3\x46\x45\x62\x3c\xf0\x17\x28\x0d\xe7\xfa\xfb\x71\xfc\x4c\xc8\x1f\x46\x4e\x3c\xf1\xfc\x96\x84\x54\x0c\x8d\x37\x77\x50\x48\x3b\xc1\x66\xea\xf1\x50\x62\x56\x34\xe0\xdb\x02\xec\x4a\x33\x4b\xf7\x96\xf0\x8e\xc3\xa7\xb0\x01\x1c\xe2\xe7\x88\x79\xfe\xb6\xad\xc5\x6c\x7c\x2c\xa3\xf0\x89\x28\x2f\xd5\x51\xc2\xae\x1f\x5f\x82\xc4\xe6\x15\x66\xa6\x66\xd1\x3f\xbc\x38\x67\x63\x7d\x22\xb3\x52\x57\xce\x0c\x84\xe6\x07\x93\xe9\xc8\xa7\x16\xf1\x2d\x9f\xea\xf9\xcb\x95\x4e\xf5\x84\x2e\x65\xf6\x7e\x21\x4d\x14\xf1\xe7\x1c\x19\xed\xcd\x93\xcf\xed\xe3\x87\x23\x24\x86\xeb\x07\x4f\xc7\x53\xb7\xd9\x5d\xc0\x6f\xeb\xd0\x78\xa0\x00\x05\x8a\x29\xcf\x24\x70\x03\xc6\x21\xe5\x63\xc6\xbb\x32\x02\x3f\xe4\xa6\xcc\xb2\x0e\x7b\x40\xd1\x80\x4e\x1e\xd7\x4d\x45\x03\x2a\x23\xbf\xec\xec\x03\x4f\x99\x30\x9c\x1c\xfd\x14\xd2\xa7\x1e\x35\x35\xd9\x05\x21\xe5\x44\xc7\xa7\xf8\x71\x82\xec\xb8\x23\x15\xd4\xa7\x14\x14\xde\xc7\x32\x11\x25\x22\x64\x4d\x39\x7a\x28\x1d\xb7\x51\x86\x0a\xe9\x53\x5f\x99\x39\x07\xe9\xed\x3d\x85\xba\x3e\xcf\x72\x38\x0c\x55\x3c\x6a\x82\xd9\x94\x72\xe6\x4b\xdb\x76\x47\x06\x20\x4d\x89\xf3\xf8\xe3\x94\xb4\x1c\x9a\x05\xa4\x29\xb9\x14\xfb\x46\x53\x56\x48\x47\x77\x9e\x29\xb5\xd6\xc2\x10\x55\x6c\x9e\x9a\x1b\x87\xaf\x63\x31\xd2\xec\xd7\xba\x11\xf1\xa2\xf0\x3b\xf5\x40\x84\x0a\x38\x53\x09\x93\x31\xc9\x53\x15\x53\xfc\x1b\x45\x49\x97\x7e\xc8\xc0\x01\xe9\xeb\x70\x7d\xb9\x4c\xfa\x22\x0b\xb1\xdb\x93\xd4\x6a\xa6\xd4\x81\x3d\x69\x97\xe3\x27\x36\x80\xe3\xf1\x44\xfb\x7c\x89\xb0\xc1\xf9\xc9\x69\xac\x8e\xce\x54\x3b\x8f\x55\xa4\xd8\x37\x1a\x38\xed\xca\x49\x54\x33\x5c\x39\x89\x30\x58\x1c\x9d\x27\xce\x2f\xe1\x6a\x6a\xcc\x39\xe3\x6a\xb2\x42\x5f\x2e\xe1\xaf\x54\xd5\x8e\x6e\x69\xc6\x73\xc9\x58\x9d\x9f\x94\x1d\xfc\xc5\x77\x91\x1e\x37\x13\x44\xb3\x38\x2f\x30\x51\x14\x71\xa7\x1e\x6c\x20\x01\x64\x6a\x36\xf4\x17\x11\x57\xd3\x90\x93\x57\xa5\xaa\x44\x5c\x4b\x9f\x12\x71\x2d\x7d\x68\x74\x59\x21\x69\xe0\x6b\xa6\x43\x9b\xed\xc8\x2d\x92\x55\x61\xad\x18\x4b\xc3\x43\xf1\xe9\x5c\x55\x47\xff\x3b\x91\xce\x5d\xd7\xf7\xd0\x9c\xba\x84\xbb\x29\x71\xdf\x80\xbb\xc9\x31\xc7\xb8\x9b\xe3\xa9\x6a\x97\x08\x4b\xf2\x1b\x2c\x74\xc6\xa0\x18\x5e\x3d\x94\x04\xcc\x43\x69\x4b\x23\xc5\x8c\xc2\x89\xab\xcb\x28\x9c\x8a\xf0\xf9\x85\x2b\x27\xa4\xd0\x67\xe8\x15\xe5\xb2\x3a\x4b\xfa\x77\xa0\x97\x88\x63\x25\xaf\x2a\xb9\xd6\xf9\xf9\x62\x09\x60\xf0\x04\xb0\xd3\x42\xf9\xb8\xc4\x39\xf4\x87\x8a\xbe\x32\x04\x9d\x07\xb0\x67\x7e\x96\x94\x88\x91\x9f\xaf\x9d\xa3\x4c\x7f\x3e\x6a\xb2\x85\x7e\x3e\x5b\xb2\x89\x7f\xb8\x44\xe0\x26\x25\xb0\xaa\x47\xc6\x6e\xae\x6c\xa1\xb4\xa7\x33\x3d\xd6\xc2\xc8\x38\xe5\xa8\xaa\x47\x46\x1e\x8e\xe5\x2f\xa5\x85\x83\x5c\x21\x52\x50\x0e\x4b\x42\xf6\x94\xe8\x15\x67\xac\x3a\x67\xca\x88\xcf\x0e\xe5\xa1\x86\xd3\x1c\x95\x8f\x27\xf0\xf3\xb7\x99\x4a\x26\x44\xf0\x83\x38\x40\x15\x45\xe8\x7c\x3d\xcd\xea\xaa\x94\x77\x95\x53\xf9\xac\x4a\x24\xc1\xcf\x81\x3d\x2c\x52\xd6\xcb\x37\x0c\xdc\xe3\x2c\x25\xb4\x2a\x5c\x46\x2e\x25\xb4\x2a\xa7\xfb\x58\xca\x67\x75\x9c\x35\x1f\x56\xb9\x5c\xba\x29\x0e\x88\x9d\x66\xe0\x17\x9a\xe1\xa0\x60\xb3\x75\x39\x67\x14\x88\xae\xe5\x38\x41\x8e\x46\x76\x53\xe6\x6d\x9f\xba\xd6\x0b\x21\x66\x11\xbc\x5e\xbe\x0b\xe0\x85\xea\x7a\x99\x27\x46\x7a\xb1\xfb\x7a\x30\x04\xc7\x11\x9b\x8c\xcf\x78\xa1\x49\x9f\x7e\x58\xc5\x49\x6f\x39\x6a\xcf\xbc\x32\x3e\x33\xc5\x08\x25\x44\xf6\xa4\x13\x5d\x05\x1c\x23\xed\xd8\xf4\x38\xd3\xa5\x95\x7b\xe6\xc4\x0f\x01\x79\xb5\xbc\x94\x07\xaa\x1e\xf9\x33\x60\x28\x83\xd9\x14\x5b\x60\xaa\xad\x57\xc2\x91\x43\x4d\x39\x2b\xe9\x04\x1f\x43\x06\x94\x64\x3e\x50\xb2\x23\x9f\x66\xec\x3d\x9a\x21\x19\x8f\x1b\x52\x70\xa0\x7a\xf8\xf4\xbd\x14\x1b\xe8\x20\x16\xc4\x12\xb0\xe8\x20\x20\xc7\x52\x6c\xa0\x82\x74\x5c\xc7\x90\xff\x71\x86\xb2\x23\x8c\xf5\x3b\x2c\xa9\x46\x9a\x11\x1e\xbc\xa5\xcc\xf6\xf9\x4c\x8f\xf6\x83\x59\x3c\x2f\x62\x03\x39\x28\xdc\x4d\x6a\xf7\x8f\x50\x5e\x69\x46\x6e\x66\x2b\xb4\x63\x37\x58\xbe\x9b\x3a\xb5\x67\x38\xd3\x2f\xc5\x07\x94\x00\x17\x85\x0e\xc1\x37\xe4\x47\xc0\x37\xcc\x3f\xb3\xc8\xdf\x75\xed\x4e\xab\x69\xd7\x0c\x33\xa1\x6c\xb7\x9c\x21\x89\x38\x06\xf5\xd1\x56\x0c\xa5\x15\xc9\x6c\xe9\x7a\xfc\x60\x61\x85\x70\x2a\xd7\x43\xb1\xea\xf4\xb8\x58\x59\xfa\x40\x45\x16\x2a\x4b\x29\x9e\x2f\xe6\x60\xfb\x78\x57\xe8\xc5\x4a\xf1\xa1\x24\x0e\x67\x28\x6f\xb7\x2c\x98\x0c\x7f\x72\xff\xdd\xa4\xcf\xd0\x8d\xc1\xfb\x6a\xc0\x51\xea\x6e\xf2\xab\x4e\x19\xa0\x0f\x02\x2c\x83\x82\x07\x15\x5e\x09\x2c\x05\x0f\xba\x3f\x3c\x20\xfd\xdb\x13\xca\xce\x1c\x16\x57\x50\xa9\x52\xae\x14\x36\x6f\xd4\x14\x7a\x19\x2c\x94\x97\xa2\x00\x55\x27\xa3\xbf\xa9\xaf\xe4\x63\x83\xf2\x78\xa8\x69\x06\x02\xd8\xb5\x4e\xfb\xff\xaf\x14\x4a\x7d\x4c\x3e\x74\x2c\x75\x87\x9e\xbb\x49\xdf\x0c\x76\x06\xa4\x1b\xa1\x83\x55\x39\x27\x33\x12\x52\x2c\x8c\x04\x3a\xed\x3a\x85\xf9\x15\xf4\xa7\x9e\x2f\xba\x44\x9d\xd9\x8c\x59\x8e\x01\xc4\x8d\xfd\x22\x87\xd5\xcc\x60\x17\xcb\x99\x4f\x95\xce\xf9\x4a\xa1\x00\xca\x48\x03\x61\xaa\xca\x7c\xca\x58\x5c\x7e\x6c\x79\x74\xe9\xd2\x06\x6c\x63\xb0\xcb\x31\x71\x69\xc7\xda\xee\xc5\x3f\x4b\xd9\x71\x03\xbb\xce\xb0\x1e\xed\xd8\x3a\x1b\x29\x94\xf1\x3f\x90\x47\x0a\xfa\x53\xcf\x4c\xa5\x8d\xff\xfc\xa5\x2c\xb0\x33\x3c\x21\x6c\xcd\xf9\x4a\xa3\xdb\xcd\xf0\x23\xc4\xfc\xf1\x7f\x14\xdb\x51\xc4\x1e\x58\x06\x55\x81\x72\x59\xc5\xd2\x89\x83\xd2\x52\x58\x9f\x7a\x32\x56\x05\xf2\x19\xc4\xfc\x58\x82\x58\x95\x3e\x43\x69\x00\x28\x30\xc7\xf8\x01\x84\xb3\x8a\x25\x15\xa1\x1a\x56\x31\xdb\x3d\x5d\xc8\x69\x07\xf7\x18\x7d\x45\x16\xcc\x9b\x64\x9d\xf9\x52\x18\xfa\x96\xb1\x1a\xbe\xe3\xb0\xc8\x37\xa9\x4d\x9c\x4e\x84\xb6\xc0\x26\x5f\xc5\x58\x9e\x48\x32\x41\xb3\xaa\xe3\x72\xde\x94\x92\x72\x32\x59\x04\x12\x22\x02\xc6\x72\x20\xa1\xf9\xb4\xf3\xd3\x4c\xd2\x8c\x79\x12\x61\xa9\x70\x40\x15\xe4\xcc\x32\x88\xeb\x3c\x43\xa9\xc3\xb4\xe9\xb0\x08\xbc\x87\x58\xc5\x6f\xc1\x1c\xc0\xf8\x26\x8d\x25\x42\xd7\x1a\xc5\xd5\x41\xbb\x2e\xc3\xb8\xc8\xe7\x79\x93\x8e\x25\x12\xea\xa7\x4e\xa1\x64\x56\x01\x28\x5f\x25\xa6\x3e\x23\xc2\x74\xea\x7f\xdf\x53\x2e\xe3\xb8\x3a\xa8\x8e\x55\xcc\x79\x67\xda\x95\xb3\xe3\xe9\x13\xce\x4b\x55\xeb\x7b\x76\x54\xb1\xb6\x75\xd0\xe2\xb6\x1c\x2f\x88\xeb\xe1\x25\x20\x57\x3d\xd9\x34\x17\x5c\x7a\xa6\xaa\x16\x97\x11\x08\xd5\x75\xc4\x8e\xb9\xb8\x4b\x42\xdd\x5e\x83\xd1\x86\xf4\xea\x1e\x50\xde\xd3\x3d\x7d\x2e\x8b\x8a\xb4\x2b\x8f\x13\x86\x8c\xa2\x09\xd5\xf3\x48\x55\x3f\xca\x0b\x75\x5b\x88\x60\xf4\x96\x70\x65\xf5\x7c\x51\x66\x2f\x09\x07\x95\x75\x19\xad\xdf\x52\x57\x57\xed\x27\xcb\x79\xe1\xc9\x43\x94\x5e\x9c\x57\x11\xfc\x97\x9f\xac\x12\xd1\x6d\x5d\x7e\x97\x98\x29\x91\x8b\xf8\x2c\x69\x48\x4a\x74\xa4\x4f\xa7\xd4\x87\x32\x67\x22\x00\x05\x31\xab\xc0\x53\x97\x21\x66\x67\x09\xe5\x5d\x43\x7f\x3a\x90\xf2\x0a\x6f\x5d\xce\x5d\x8b\xca\x34\xc0\xec\x44\x2b\x2a\x90\x50\x05\x22\xb4\xae\xe4\x5d\x64\x29\xb9\x09\xc0\x6e\x51\x5c\xa1\x72\x96\xd4\xb5\x74\xbe\x58\x2d\x39\xd9\x9c\xb1\xee\xa6\xb0\x33\x53\x57\x8c\x97\xb9\xc2\xdd\x71\x31\x58\x01\x08\xcf\x87\x92\x3c\xf6\x59\x7a\x55\x07\x82\x27\xa4\xca\x22\x3c\x10\xc7\xa8\x45\x78\x20\xc2\x2a\x2e\x63\xc3\x1a\xa1\x52\x96\x42\x00\x15\x9c\xe4\xab\xe2\xb7\xc0\x02\x51\xf0\x9e\x52\xd3\x8d\x25\xd0\x95\x32\x05\x31\x66\xec\x95\x43\x1f\xbb\x51\xb8\xad\x7a\x3e\x94\x1f\xbf\x14\x28\x04\x00\xe3\xd1\x9d\x79\xe6\xcb\x10\x2f\xde\x54\x2e\x43\xbc\x08\x5e\xb4\xaa\xd3\xfd\xa1\x20\xaa\x57\x1d\x4b\xa0\x1a\x62\x8a\x20\x75\x40\xa0\x2b\x47\x0a\x47\x04\x6a\x04\x5f\x59\x15\x1f\x6d\x7e\x8b\x03\x21\xdb\x42\x31\x81\x46\x4e\x06\xd5\xcf\x01\x88\xec\xb8\xaa\xd9\x22\x7f\x22\xe3\xff\xbc\x52\x66\x49\x56\x32\x3e\x27\x88\x4d\x3b\xfa\x93\x2b\x1f\x2a\x2d\xd0\x33\x02\x74\x66\xfe\x45\x07\xc4\x92\xbf\xb6\xf1\x06\x03\x55\x03\x7f\xd2\x87\xac\xb5\x13\xb1\x6f\x20\xd9\x59\xd2\x8a\x96\x80\x0d\x0d\xac\x8c\x98\x94\xab\x62\xba\x8d\xb4\xaa\xa8\xa9\x88\x64\x07\x0c\xe2\x0d\xd8\xaa\xb6\xe3\xae\x7c\xa8\xc3\x22\x97\xb1\xab\x39\x68\x3b\x8f\x1c\x56\xb3\x8c\xe3\xdc\xd4\x0c\x11\x42\x90\x36\xc7\x62\x88\x55\x25\xc8\x59\x07\xfe\xb5\x9a\xc1\x19\xfd\x21\xbf\x8a\x5c\x38\xff\x16\xde\x42\xa0\x55\xe2\x70\x2e\x23\xd0\x3a\x41\x4c\x97\x82\x0b\x3d\x76\x42\xb3\xce\xec\xa1\xbc\x2d\x50\xfe\x0e\x2e\x54\x31\x5e\x9d\xfa\x2c\x8c\xdf\xcc\xa2\x30\x5e\xb3\x5a\xec\x94\x61\xaa\x21\x99\x1c\x2f\xa8\x11\xbc\x67\x35\xe7\x1c\x6c\x99\x11\xeb\xc9\x96\xba\xde\xfe\x2d\xed\x7a\x5f\xb4\xd4\xf5\x2a\xc0\x6b\xcd\x0c\x84\x7a\x6b\xf6\x97\xf1\x4c\x7b\x91\x17\x2d\xc6\x6d\x13\xd8\x07\x74\xd1\x12\xb0\xac\x72\xdd\xb7\x9a\xd9\xa9\xe7\x43\x6f\xdb\xa7\x90\x50\x7d\x8c\x3e\x4c\xc3\x78\x85\x04\x3a\x31\x4a\x1b\xe6\x7e\x49\x5d\x8d\x2f\x33\x26\x73\x1f\x38\xcb\xea\x83\xe1\x4d\x48\x73\xc9\x80\x92\x84\xc6\x0a\xed\x91\x5d\xa9\xda\xff\xf9\x5f\x07\x4a\xb2\x3a\xf6\x3d\x67\xa0\x6e\x9b\x8c\x39\x70\x2a\x36\x1e\x89\x2e\x61\xc5\x7a\x87\xd9\xba\x01\xf1\xcf\x77\x1e\xea\x01\xf5\xf3\x8a\xf1\xe1\xd4\xea\xa2\x92\xc8\xcb\x46\x24\xd3\xa5\x4c\x6c\x35\x1e\x0f\x61\xc3\x0a\x77\x12\x4b\xd0\xb0\xc2\xf5\xc5\xea\x96\x63\xec\xa1\x6e\x39\x86\x5d\x20\x64\xd8\xa8\x98\xb6\x46\x86\xf5\x91\xa1\x46\x38\x85\x14\xc7\x20\x9b\xba\x75\x54\xa6\xc3\x98\x68\x22\x02\xad\xbe\x0c\xdb\x40\xce\x77\x0b\x27\x96\x52\xe0\xb0\xca\xab\xe7\x45\xca\x34\x1e\xb0\xae\x6e\x0e\x41\xe8\xf7\xcd\x80\x58\x3c\x6c\x76\x84\x93\x43\x14\x35\x22\x3e\xad\xbe\xd9\xd5\x21\x25\x74\xd0\x3c\x82\x8e\x15\x30\xe5\xcb\x79\xd2\xe2\x7c\x20\x4f\x1a\x61\x3c\x57\x37\xc3\x60\x18\x0c\x40\x39\x1c\x17\x87\x7d\x52\xe0\x90\x97\x90\x64\xf5\xc4\xc6\x21\xf4\x50\xbc\x08\x43\xfe\xfb\x73\x84\x12\x8b\xc0\x4d\x4a\x9b\x16\xf7\xe2\x1a\xb6\x7f\x58\x3e\x21\xc0\x0e\x12\x2f\xb7\x35\x58\x78\x04\xdb\xb0\x55\x03\x03\x0d\xb3\x41\x7a\xb4\x5a\x44\x00\x10\x5e\x88\xf7\x39\x6b\xe8\x7c\x08\x66\x68\x29\xa5\x5a\x89\x6e\x19\x7e\x2a\x45\x34\xd0\xa5\x68\x43\xf5\xec\x69\xe7\xe3\xc2\x74\x22\x0e\x42\x5e\x1b\x3b\x06\xb2\x6e\x11\x5f\x28\x1e\x0f\x81\xc7\x4a\x0e\xa8\xc2\x8e\x55\xf0\x9e\x6b\xd8\x1c\xca\xbc\xfa\xa9\x6b\x3c\x1e\x03\xbb\x9d\x3d\xec\xf0\x42\x23\x4b\x62\xee\x3a\x52\xd5\xc6\x09\x3f\x69\xd9\x84\xf2\x15\xc4\x6b\xd4\xd7\xdf\xd1\x4d\xd6\xf0\x9b\x6b\xb0\xa9\x4b\xa9\xd9\x4e\xb0\x75\x6b\xd8\x56\xe2\x00\x16\xf8\x17\x07\x29\x45\x1e\xaa\x60\xe9\x96\xc1\x60\x3c\x7f\x59\xc6\x82\x71\xd3\xbc\x86\x01\x16\x33\x23\xf7\x83\xff\x92\xc2\xaf\x07\xc0\x84\x18\xf1\x4a\x18\xda\x65\x88\xd7\xc9\xbc\x4e\xae\xc5\x91\x37\x82\x78\x8d\xfa\x4a\xa1\xf6\x29\xd2\x47\x78\xaf\xca\xa3\xef\x45\x52\xb7\x98\x4a\xd3\x2f\xae\x01\x34\xae\xe9\x38\xfb\x9c\x2c\x01\x78\x71\xbd\xbe\x08\x18\x44\x40\xbe\xa5\x10\x41\x47\xe5\xb9\xdf\x9a\x5c\x3b\xa2\x4f\x88\x11\xd4\xd2\xb0\xef\x7f\xf8\x53\x41\xbc\x6a\x79\xa5\x21\xaf\xdf\xf3\xa5\x6f\xb8\x3d\x45\xce\xe3\x96\x53\xf1\x84\x81\x18\x90\x41\xd3\x3c\xb8\x5d\x82\x66\xd5\xf2\x0a\x65\x7b\x1e\x46\x98\x1c\xfc\x66\xc8\xad\x09\x63\x52\x22\x82\x98\x31\x8b\x20\x56\xd7\x68\xac\x0a\xd3\x4e\xdb\x35\x69\x06\xa5\x54\xf3\xe1\x57\x55\xf3\xa1\x76\x31\xba\x59\x10\xaa\x93\x58\x3e\x6b\xf9\x25\x4d\x7c\x64\x4e\xc1\x46\x02\xed\x9b\xbc\xf4\x27\x29\xb4\x6f\xbd\x85\xf4\xb1\x0f\xa1\x2c\x68\x54\x2d\x98\x93\x0b\x20\x32\x55\xa5\x3f\x0a\xe3\x59\x1c\x8e\x32\x20\x3b\x1c\x09\x82\xb7\x84\x85\xaa\x44\x5d\x5e\xcb\x8f\xee\xe2\x84\x52\x58\x9e\x0a\x08\x75\x09\xef\x54\x0b\x66\xc5\x32\x3e\x94\x20\xb6\x6b\x61\x74\x1c\x29\xbd\x85\x1e\x6f\xdc\x96\x93\xa7\xf5\x91\xff\xd4\x9d\x46\x39\xd2\xac\x9d\x74\x0c\x0f\xab\x22\xa3\x95\xef\xa6\xa4\x55\x67\x23\x1f\x2c\x8a\x31\x4d\x25\x7f\x22\xd3\x00\xc8\xf0\x72\x7e\xb4\x4e\xa8\xc1\x65\x68\xd2\x89\xe0\x57\x9c\x9e\x5a\x38\x76\x2a\x77\x5a\x8d\x58\x21\x77\x1a\x01\x0c\x17\xe8\xa3\xf8\xcf\x36\x5e\x3a\xc4\x9e\x02\xe7\xd4\xc2\x59\x4a\xa1\x72\x2e\x1e\x7c\xad\xed\xfb\x79\xc2\x96\x2d\xc3\x8d\xca\x99\x42\x81\x43\x51\x7e\xdb\xef\xc2\xc1\xf7\xae\x8d\xdc\x45\x08\x29\xcb\x59\x2d\xf8\x47\x84\x3e\xaa\x44\x75\x5a\x1b\x3d\xde\xa1\x2e\x51\x8c\xd5\xcf\x48\xb8\xe3\x5d\xc2\x22\x15\x62\xec\xac\xcd\x02\xa5\x8c\x01\x30\x23\x7e\x37\x1c\x1f\x99\x71\x42\xaf\x03\x25\x21\x68\x50\x8d\x8e\xdf\x9e\xf6\x33\x5f\x7a\xba\x8e\x54\xe5\x4f\x5c\xf7\xed\xbb\xc8\xb8\x2e\x1c\xa0\x66\x46\xd8\x2a\x40\x4d\x21\x0a\xdf\x12\x02\xa8\x96\xf3\xef\x50\x27\xeb\x6d\x8f\x43\xdc\x6d\x6f\x2b\xdc\xa7\x4f\xf3\x1e\x96\x85\x60\x3e\xb5\x70\x96\x32\x74\x27\x8e\xe7\xb7\xdd\xed\x60\x7f\x97\x83\xcc\xb4\x38\xa6\x04\xcf\x39\x72\xb4\x71\xc2\x2e\xf2\xa7\xdf\xa4\x56\x25\x63\x17\x92\x3a\x7a\x53\xe9\xbb\xce\xf3\xa1\x64\xda\xa0\x27\xde\xe0\x04\xd1\x70\x4e\xc9\x15\xc6\x7c\x1b\x1c\x1d\x4f\xa1\xa3\xd3\x24\x1c\xeb\x7a\xfb\xed\x21\x91\xef\xd6\xdb\x4f\xbf\x07\x2a\x47\xf1\x69\x4a\x4c\xa4\x37\x2e\x80\xcc\x89\x3d\x53\x71\xc0\x19\x68\x53\x10\xb6\x06\xda\x14\x5c\x19\x0a\x5d\x53\x89\xa9\xb1\x0c\xbb\xe1\x5a\x75\x39\xef\xd6\x04\xf9\xbe\x8c\xc2\xe9\x9c\xd2\xde\x0e\xee\x99\x89\xe6\x91\x38\xbc\xf8\xf1\x96\xc3\xa4\x75\x6c\x1a\xb2\xdf\xdf\xa4\x87\x33\xa1\x34\x00\xe6\x8b\x54\x5a\x63\xa4\xd0\x20\x81\x01\xa5\x13\x1c\xd1\x4f\x97\x63\xd3\x94\x68\xdd\x8f\xa5\x22\xc3\x23\x1a\x0d\x41\x2d\x96\xa3\xd1\xd4\x12\x4a\x82\x98\x8d\xfc\x41\xa7\x8d\x14\x3a\x56\x08\x86\x98\x91\x35\x05\xe3\x53\xd1\x67\x6a\xb9\xd2\x25\x03\x4a\x9f\x62\x12\xfc\x27\x1f\xe7\x37\xe6\x9d\xdb\x12\x98\xa6\x16\x2c\x5e\x81\x69\xce\x38\x69\x94\x5a\xeb\xcc\xd9\x5c\x99\xb5\x4e\xde\xb5\x2d\x12\x6b\x11\x10\x6d\x39\xb1\x16\xe1\x60\xd7\xc7\xef\x38\x66\x06\xe0\x0c\xf3\x25\x85\x4a\xfd\xd8\x43\x99\xbb\x58\x5b\x62\xda\x00\xbd\x5d\x0e\x62\x13\xe0\xf2\x72\x72\xad\xb8\x12\x3e\x88\x0b\x84\x89\xd3\x69\x95\x1c\xec\x3f\x7e\x45\x84\x44\x10\xf6\xe6\xe2\xc1\xf5\x32\xf4\xa6\x83\x3c\x5d\x1f\xc7\x8d\x20\xbe\xcc\xfa\xa0\x66\x67\xba\x51\x66\xde\xfc\x8b\xac\xf5\x78\x28\x84\xaf\xa9\x44\x42\x5f\x86\xd7\xf4\x78\x94\xbe\xbc\x13\xc2\x20\xff\x9a\xf9\x6a\x28\xad\x35\xb2\xcd\x69\xb1\x0e\x02\x23\xad\xaf\x32\x20\xf3\x18\x73\x09\x7b\x73\x12\xd0\x61\x29\x6a\xcd\x59\xce\x50\xc6\xf4\xa6\x47\x69\x67\x56\x41\x80\x99\x0a\x94\x65\x19\x30\xc3\xcb\xbb\xf5\x75\xe0\x73\x00\x56\x4b\x80\x99\x0a\x70\x7a\x19\x12\xd3\x73\xbc\xfb\x5a\x11\x60\x19\x0a\xda\x52\xc3\xfb\x5f\x64\x05\xce\x95\x2f\xe7\x32\x56\xf3\x6b\x8c\x55\x7c\x12\x8a\xef\x72\x97\x32\x3e\xdf\xdc\x81\x46\x5a\x02\xc2\x54\xb2\x19\xac\x2f\xef\x96\x91\x50\x02\xc2\x54\xc2\xd1\x2f\xe1\x60\x2a\xf9\x0a\x96\x61\x30\x44\x8a\x5f\x82\xc1\x1c\xb7\x76\xfe\x53\x80\x0b\x23\x73\xce\xac\x81\xc5\x11\xfc\xfd\xe5\x25\x6b\x1a\xf5\x93\x66\x56\x5d\xf8\x2b\xb0\x23\x8b\x70\x33\x80\x8d\xd6\x17\xbb\x7a\xe4\x4b\xdd\x2b\x30\x3f\x42\xcc\x5c\x15\x53\x4b\xd0\x96\x84\xd2\x5d\x46\xb6\xe4\x0e\x46\x39\xa8\x2a\x11\xc1\x97\x53\x50\x5d\xa0\x23\x96\x73\x50\xc5\xb5\xfc\xf3\x7b\x9e\x12\xea\xe7\x8d\x49\x55\x5d\xac\xc4\x9b\x2b\xf0\x4a\x05\x50\xbb\x04\x5e\x29\xf9\x2b\xc5\x93\x19\xcf\xd8\x26\x5b\xb8\x42\x0e\x41\x69\xd2\x8c\x76\x48\xee\xe1\x04\x5e\x29\x64\xb7\x58\x3f\x8b\x1b\x0c\x19\x92\x59\xf1\x8a\x73\xfd\x78\x7f\x8a\x69\xae\x8c\x54\x95\x10\xdc\xcb\xa0\x93\x92\x4e\xcc\x1e\x44\xdd\x5e\x46\x9d\x00\x86\x5e\x82\x99\xdc\xcd\x36\x48\xfd\x17\x1a\xdd\x68\x91\xc9\x8b\x8f\x65\xb4\xc8\xe4\x8d\xc7\x32\xe8\xa3\x11\xf8\x77\xbf\x7c\x05\x8b\x07\x79\x1b\xd9\x31\x9d\x22\xf0\x26\x6d\x5f\x7a\x9f\xec\x97\x4f\x37\x3d\x75\x69\xf8\x84\x64\x56\x52\xd7\xcf\xf2\xbd\xfd\xf7\x6b\xf0\x3b\x03\x52\xa2\xec\xa4\x90\xcb\xb1\xc1\xa7\x7a\x5b\x0a\x0e\x6e\xbf\xd0\x19\xd6\x4c\xfb\xc5\x2b\x3d\xda\x31\x2c\x04\x37\xcd\x7e\x59\x11\xf4\x54\xf5\xa5\xfa\xc5\xcf\xe8\x08\x5c\xf2\x6b\xde\xc8\x83\x0f\x09\x16\x61\xb6\xdd\x2f\x04\xaf\x35\xca\x26\xd3\x12\xef\x47\xb7\x21\x1a\x3c\x81\xda\x2f\xb4\xfc\xa0\x53\xf9\x45\x3a\x5e\xa5\xfd\xda\xbe\xbc\x0f\xa5\xac\x50\x8d\x4e\x1d\x91\xae\x3c\x55\xad\x0b\x2e\xa6\x57\x58\x9d\xeb\x60\x4e\xf4\x04\xc0\x69\x5c\xdb\x16\x62\xa3\xbc\xe8\xf2\x70\x42\x8a\x1e\x4a\x77\x02\x35\x94\xcf\x9c\x66\xc0\x4d\x64\x18\x5c\x3c\xfb\x30\x44\x96\xb8\xdd\x5b\xe0\x8a\x72\x59\xf0\x6e\x02\xc5\x10\xab\x64\x0b\x6b\x71\xe2\xae\xdb\x09\x14\x33\x42\xc2\x37\xb4\x6b\xd9\xcb\xda\x1b\x50\xe1\x84\x6e\x37\xe5\x13\xd6\xa4\x4f\xbf\x39\x7a\xa5\x9d\xed\x01\xa5\xee\x5b\x7f\x9d\xaa\xca\x3d\xe7\x3d\xb0\x0f\xcb\xe5\x91\x9a\x7a\xc7\xf7\x62\x7e\x9c\x51\xae\xf1\x9d\x0f\xb2\xac\xad\xf3\x30\x75\x42\x82\x6e\xe5\x61\xaa\x44\xe8\xdb\x87\x0d\xf4\xcc\x16\xda\xf9\x62\x2e\x17\xb3\xc5\x6f\x2d\x2f\x09\x94\xf3\x99\xa4\xaa\x22\xcc\xcd\x4c\x96\xf7\xe7\x4c\x4d\x9f\x05\x4f\xe6\x15\xe8\x6b\x46\x60\x4f\xec\xa8\x7f\x47\xab\xda\x47\xb6\x76\x5a\x52\xf8\xa0\xca\x7f\x72\x8d\xf4\xf4\xfa\xd1\xbe\xc9\xf8\x34\x79\xac\x81\x50\x19\x95\x18\x90\xfb\xf4\x39\x8d\x95\x15\x28\xa3\x10\x11\x7e\x1b\x94\xd1\xff\x25\xcd\xfb\x33\xa4\x64\x28\x8b\x77\xfa\xf9\x00\x9e\xb4\x2d\x8c\x46\x21\xe4\xc9\x3e\xed\x1a\xc1\x4c\xdc\xce\xe2\xc4\x9d\xce\x36\x7e\x83\x43\xd3\x3e\x6d\x42\x4e\x6a\xfa\x28\x91\x1e\xa7\x5d\x96\x29\x63\x74\xf9\x90\xd1\xa5\xd4\x11\xf4\x43\x99\x0d\x60\xf6\xd3\x3e\x13\xa2\x9c\xef\x53\x72\xe5\x95\xf9\xf1\x29\x72\xa4\xaa\x84\x8c\x2d\xd1\x7d\x72\x8a\x9c\xfc\x17\x32\xa7\x32\x07\xf2\xa8\xf4\x0c\xc8\xd1\xe7\x60\x52\x27\x5b\xba\x00\x04\xed\x93\x57\x01\x0c\x20\x02\x29\x24\xac\x17\xf2\x5e\x3e\x02\xe5\xef\x13\x4b\x30\x0d\xc9\x58\x20\x22\xfa\x3e\x8d\x41\x0c\x57\x38\x9c\x0d\xf9\xd2\xf6\xc9\xe3\xf2\xfc\x8b\xa2\x1c\x11\x3c\x70\x9f\x4e\xb3\x9a\x01\xe9\xfc\xc9\x93\xe3\x7d\xda\x2a\xac\xcc\xa5\xce\x9f\x9c\x48\xb6\x02\xdf\x54\x1e\xa2\x6e\xe5\x5e\xaa\x04\x08\xdb\xa7\xb4\x0f\xee\xd4\x5d\x6c\x31\xb2\xbd\x0b\xaa\xe8\x4c\xa1\x04\x34\xf3\xea\x98\x38\xe4\xe3\xda\x82\x6f\x1c\x8d\x38\x7e\xdb\x41\x71\x78\xd3\xb8\x8b\x23\x30\xdb\x92\xd8\xc2\x68\x14\x30\xbb\xbb\x70\x58\x61\xe0\x05\x11\x57\xe9\x04\x3d\x34\xf9\xd4\x20\x0d\x9c\x82\xbb\x20\xf2\x60\x8a\x62\x63\x02\x45\xe4\x8c\x4e\x57\x7b\x48\x45\xd2\xb4\xc1\xb6\x83\xd2\x60\x4a\x8c\xd2\x20\xee\xf2\x16\x2e\xa3\x82\xa9\xd9\x82\x65\x8c\xca\xfe\x52\x7e\xa7\x4a\xa8\xb3\x5d\x8c\x2a\xe2\x5c\xb1\x95\xdf\xa9\x12\x62\x6e\x17\x1f\x6c\x7a\x5a\x15\xe3\x11\x44\x69\x2b\x0e\x4f\xc1\x5d\xb0\x8b\x71\x44\x48\x47\x05\xde\x29\xbc\x0f\xda\x65\xb1\x69\xf9\x0f\x19\xb8\x84\x16\xdd\xc5\x77\xa2\xd8\xb7\x5b\xf8\x8e\x4a\x28\xb3\x5d\x60\xd1\x33\x5d\x7e\x3d\x9e\xd4\xfd\x69\xb0\x34\x6b\x61\x89\x86\x77\x54\x9e\x92\x59\x0f\xc3\x32\x21\x7e\x66\x95\xc1\xe2\x8b\x42\x83\x16\x5c\xbc\xc8\xf2\xcb\xd7\x4d\xb1\x6d\x04\xbc\x38\x2a\xc1\xcc\xb6\xa0\x16\xa3\x22\x71\x48\xc6\x84\x83\x75\x1b\x30\x71\xf1\xb4\x7a\x1b\x30\x81\x6d\xbe\x0d\x98\xe0\x95\xe3\xbe\x06\x7f\x96\x86\xcc\x43\x36\xc7\x37\xa8\x88\xfe\xfa\x1b\x3d\xb8\x0d\x99\x20\xb4\xd4\x26\x6a\x0f\x4f\xaa\xb6\x93\x33\xf1\xf6\x74\x5f\xe6\x12\x04\xc9\xe5\xe0\x98\xb8\x25\xb7\x30\x12\xe5\xf9\x6d\xc2\x74\xa5\x4c\x13\xcf\x1e\xbb\xec\xc5\x8d\x41\x27\x58\x44\x79\x5d\x29\xb4\xea\x69\xfc\x98\xe3\x58\xe6\xbf\xe4\xd3\x25\xbe\xe1\x76\xe0\x9d\x2b\x7d\x64\xad\xd3\xea\xcf\x1a\x96\xba\x32\x56\x1b\x51\x0e\xb6\x62\xed\x9c\x1c\x04\xb7\x30\x14\x95\x20\x5d\xfb\xf2\x95\x13\x4f\x46\xb7\x30\x14\x35\xf6\x88\x21\x14\xcf\x6a\xca\x61\xc2\x4b\x8f\xed\x38\x3c\x0d\x37\xd6\x06\x42\xd1\xf3\xa1\xf7\xcd\x33\x00\xed\x9b\xf0\x81\xcc\xac\x92\x09\xc1\x3a\xf6\x69\x62\x57\xc3\x15\xd9\x0c\x0a\xcb\x73\x12\x31\x67\x1b\x6c\xc1\x93\xe7\x0d\x0c\x82\x47\xea\xbb\xa2\x4e\xec\xdd\xd9\x46\x45\x70\x21\xbe\x85\x8a\xa8\x04\x26\xda\x15\x93\xa7\xa4\x21\x87\x60\x99\x50\xcc\x6c\x48\x78\xcd\x7f\x4d\x6e\xa4\x67\xb4\x24\x4c\xc6\x92\x10\x16\xa2\xf2\xf0\x72\x0b\x0a\x51\xaf\x0c\xde\xd8\x41\x2e\x1f\x76\x75\xc2\xc0\x2b\x85\x6c\x0d\x86\x2b\xb8\x20\x31\x43\x77\xb5\xff\xa2\x66\x04\xd2\x7e\xf9\x4d\xbf\xba\xbe\xd2\xa8\xed\x23\x5a\xd9\x8c\x95\xaa\x02\xcb\x44\xfd\x57\xdf\x46\x67\x34\x32\x81\x48\xba\xb0\x0d\x67\x20\xa2\xd1\x76\x8a\xa3\xc9\xab\x8b\x0d\xd2\x20\x2a\xa4\x59\x4b\x94\x50\x5d\x03\x68\x50\x7a\x77\x69\x5f\xd8\x56\x18\x9c\xa3\xe0\x2c\xd8\xc4\xc1\x21\x27\xc4\x76\x1c\x9c\x4c\x73\xc3\x4a\xe6\x04\x22\x8c\x42\x25\xd6\xcd\x6e\x01\x1d\xbf\x20\x2d\xbd\x5a\x4a\xbd\x06\x8c\x96\x5b\x00\x6c\x20\xc3\x12\x88\x92\xb3\x9b\x0f\xa0\x47\x3e\x64\x0d\x52\x38\xdc\x0b\x7f\xa6\x14\x48\x44\x46\xdd\xc2\x2c\x14\xc0\xc3\x5b\x98\x85\x02\xd4\x69\x2b\x19\xd1\xdd\x65\x87\x34\xb3\x5d\x29\xb5\x7d\x4d\x27\x1c\x39\xaf\xd4\xd5\x95\x4a\xfe\x53\xfe\x25\xa0\x10\xbb\xb1\x51\xaf\x14\x7a\xde\x99\x5b\xdf\xd8\xe1\xcc\xdf\xcd\x3b\x35\x53\x8b\xcd\x8a\x01\x27\x30\x41\x21\x78\xfa\x76\x54\x9a\x63\x3c\xbd\xf8\x52\x07\xc5\x2e\x34\x41\x89\xc5\xd6\x31\x17\xb0\x4f\xba\xe1\xc2\xd9\x8f\xdd\x9c\xc0\x01\xce\xa1\x67\x78\xe9\xb0\x85\x2d\xa8\xbc\xbe\xdf\x0e\x44\xd3\xb9\x2c\xda\x1d\x45\x70\xfc\xfd\x72\x67\x77\xe7\x61\x9f\x69\x48\x5a\xe2\xca\x60\x3d\x99\x35\xa4\x36\x03\xa2\xde\x51\x6a\x1e\xf9\x29\xb0\xc1\x19\xfb\xd2\x31\x6b\x78\x52\xb8\xbb\x99\x24\x7f\x39\x81\xca\xf2\x5f\x8e\xc0\xd9\x53\xa8\x9d\xc2\xf2\x75\x82\x39\xcc\x54\x45\x55\xa6\x13\x3b\xa3\x32\x25\x3a\x4c\xf1\x9e\x7b\x3b\xa0\x4d\x27\x6b\xc6\xee\xbe\x66\xe6\xfa\x65\x3b\x99\x52\x84\x4e\xf7\x33\xd8\xe8\xf2\x6e\x31\x03\x5f\x74\xa7\x87\x24\x37\xc1\x56\xb8\x9b\x7a\xc1\x8b\xc6\x34\xf0\x0a\x75\x1b\xd3\x70\x11\x4e\x61\x77\xdb\x16\x28\x02\x41\x1a\x92\x3a\x72\x2b\xfa\x4d\xe5\xfd\xfb\xee\xb6\x85\xb3\x7c\x7e\x6a\x41\x9c\xed\xdd\xf1\xa3\x65\x12\x04\xe0\x23\x29\xcb\x16\xfa\x61\xf0\x92\x72\x0b\xfd\x70\xc6\x0e\xeb\x18\x1a\xd8\xc2\x02\x3f\x94\x9a\x9f\xe4\x8c\x8f\xf0\xe8\x4e\x2b\x80\xb6\x51\x7e\xa6\x41\x88\xbf\x6d\x5c\x04\x51\x8e\x76\xb7\x11\x7d\xa5\x51\xed\xdb\x33\xad\x68\x2f\x22\x2a\x00\x42\x80\x74\xdc\x63\x30\x9c\x01\xa9\x98\x55\xcc\x8e\xb3\x2c\xe1\xef\xd9\xc3\x58\x99\x23\xed\xc8\x7b\xca\x6f\x18\x15\x41\x70\xa4\x3d\x9c\xeb\x06\x17\x88\x63\xdf\xe0\x83\xdd\xc3\x6c\x87\x52\x1a\xd6\x6e\x47\x3a\x34\xa3\x61\x44\x3b\x75\x52\x64\xdc\x30\xc8\x0f\x6d\x31\x6c\xa3\xf6\x7c\xc7\x9e\x48\x1f\x32\x4d\x30\x62\x06\x59\x25\xf8\x43\xd9\xaf\x3c\x3c\xde\x8e\x83\x73\xe5\x1c\x65\x30\x03\x38\xc2\x3d\xcc\x72\x2d\x1f\x0a\x42\x5b\x52\x26\xc5\xc6\x56\x57\x14\x9c\x51\xf3\x8b\xe4\x5c\x4e\x9b\xb2\x68\x50\x3a\x0a\x73\x73\x92\xf6\x7a\x2b\xca\x4d\xe5\x55\xd0\x1e\x30\x5c\x86\x6d\xc7\x03\x7f\xef\x10\x01\xb1\x18\x0c\x73\x28\x5c\x7c\xed\x11\xbe\xe1\xaf\x2c\x18\x11\x76\x82\x32\x8c\x58\x17\xc3\x9c\x82\x06\x1a\xb8\x86\xb2\xc4\xb0\x0a\x23\xf7\x09\x8b\x2e\x15\xb9\xe6\x78\xcc\x1b\x85\xae\xa9\xe0\x7d\xf6\x74\xa0\xd1\x28\x2b\x03\x1b\x26\x18\xf5\x2d\x7c\x42\x01\xf9\xbf\x95\xec\xa8\x02\x34\xdb\xd3\x4a\xef\x29\xb3\x80\x48\x21\x36\x2f\x92\x99\xf8\x33\x84\x6c\xdc\x46\x27\xe4\x5c\x30\x39\x77\xf3\x67\x8e\x47\x43\x0c\xa3\x2d\x74\xc2\x19\x1b\x61\xda\xfb\x73\x86\xb2\x6e\x40\xcd\x29\x1c\xcd\xfd\x2b\x21\xc5\x4b\xf5\x6f\xbf\xf7\x9e\x48\x2c\x3c\x47\x8e\x47\xd3\x67\x7e\x4d\xaf\x6d\x62\x03\x4f\x4c\x62\x3c\x59\x13\x26\xe1\xc7\x60\x84\x94\xc9\xd5\x9d\x9f\x96\x8f\x1e\x80\xf3\x9e\x20\x85\x39\xe2\x4c\x5b\xb2\x88\xa1\xc9\x85\x1e\x47\xc7\x49\xd8\x67\x0e\x8b\x4e\x60\x44\xe0\xb1\xed\x50\x31\xa0\xc2\xb6\x60\x0e\x85\x67\x5c\x5b\x09\x8c\x2a\xd8\xa0\x6d\x20\xc3\x04\xd7\xb8\x97\x2c\x9a\xb8\x4d\x16\xc7\xe0\x11\x52\x93\x17\xca\x21\xd4\xe0\xe8\x35\x99\x9e\x09\xa9\x18\x38\x58\x6a\x8e\xe2\x92\x83\xff\xc2\x19\x8b\x37\xc6\xe9\x85\xc8\x60\xb4\x15\xd4\xe5\x24\x78\xfa\x5e\x5e\x2e\xfe\x6a\xa1\x60\x70\x39\x29\xa8\x4b\xd2\x2a\x6f\x61\x1c\x6a\x1c\x98\x0b\xef\x1d\x12\xc5\x88\x07\xee\xb2\xb7\x11\x0f\x85\xeb\xfe\xbd\x7c\xe6\x64\xd3\x2c\x8e\x21\xe8\xe7\xe5\x05\x82\x9b\xc8\x53\xc4\x0d\xe7\x5e\x98\x37\x3d\xa5\x8a\x35\xcf\xea\x2d\xdd\x94\x44\xa4\x2e\x07\x7f\x46\x32\x2e\x36\xea\x0c\xf9\xf6\x22\xa4\x1d\x4b\xc3\x01\x65\x93\xc0\xd4\x46\xe0\xe3\x5d\xd8\x83\xd1\x16\x48\x8f\xb6\x41\x79\x4d\x58\x6a\xc7\x7c\xc1\xc1\xbf\x95\xf1\xa8\x00\xed\xda\x1b\xdd\x80\x89\xb7\xad\x1c\xb8\xfa\xdb\x8e\xf9\x12\x9b\x78\x63\xfa\x9c\x69\xc8\x3e\x9e\x0b\x4a\x4a\x77\xa6\x1d\x33\xd0\xcc\xf0\x7c\x4c\x39\x33\x78\x2b\x61\xb8\x6d\x5b\x3c\x64\x7c\x36\x89\xd9\xf1\x8a\x0e\x73\x3c\xe7\x38\x81\x30\xce\x67\x78\x4e\x49\x05\x7b\x29\xc8\xcb\xf1\x78\x84\x36\xa6\xec\x53\xea\xf1\x31\x02\x2f\x3d\x2b\xb6\xbd\xd6\x99\x12\x1d\x3d\x8e\x57\xca\xee\xd5\xac\xe8\xab\x6d\x91\x9c\xfe\x1d\x1e\x6f\x66\x7e\x36\x3d\x32\x00\xa3\xa5\x89\xdc\xb1\xb7\xc5\x70\x66\x64\x5b\xb7\x79\xba\xde\x44\x1e\x28\x50\xa7\x52\x20\xbc\xa0\xac\xda\x19\xeb\x5b\x8f\x3e\xce\xa7\x2a\xeb\x35\x20\x75\x14\xab\xa9\xea\x43\x4b\x0f\xe9\x63\x6e\x4f\x5d\x96\x28\x43\xf8\xe9\xdc\x46\x5d\x07\x83\x26\x79\xdd\x56\x8a\xa0\x1a\x67\xa3\xa2\xb0\xd4\x30\xad\x82\xb0\x1c\x80\x78\xb6\x82\xb0\x9c\xe0\x33\xf7\xdb\xcf\x3a\xe2\xd1\x7c\x73\x4a\xe9\x69\x07\x7e\xe2\x5f\x0c\x73\x9a\x69\x57\xa0\x7e\xd2\x79\xee\xb7\x83\x26\xfe\x87\xe8\x82\x5b\x58\x8e\x3e\x30\xd4\x1c\x77\xa5\x93\x44\x69\xbf\xc5\x24\x13\x74\xde\x56\xe6\xa1\x9b\x4c\x2f\x8c\x28\xa5\x72\xb9\x66\x4e\x14\x88\x05\x2c\xfc\x26\x10\x4b\xc4\xa0\x81\x1e\x17\xf1\x90\xf6\xdb\x76\x25\xe8\xb3\xfd\xb6\xcb\x75\x86\x32\xbb\xb1\x0e\xbe\x3c\x22\x74\xd2\x26\x67\x11\x39\xd8\xf6\x1b\x93\x00\x39\x24\x18\xc8\x49\x58\x87\xfd\xde\xcc\x18\xb3\x8d\x1f\x63\x84\xfc\x6a\x99\x52\xd7\x1c\xef\xd1\x3b\xe0\x4a\x2e\x06\x3e\xbe\x69\x45\xa0\x7e\xbc\x3b\x79\x07\xb2\x3f\x4e\x00\x00\x53\x7f\x8c\x3b\x24\x13\xd2\xfe\xd8\x27\xc5\x2d\xe4\x76\xf4\x93\x78\x4f\x3f\xa8\xf2\x11\xf2\xde\x3b\x71\x5d\x3a\x41\x50\x23\xdf\xe0\xfe\x84\x17\x3a\xe4\xd6\xd8\x27\x94\xd2\x05\x1d\x19\x02\x33\x1f\x12\xd9\xc2\xbf\x38\xb3\x2b\xd3\xf7\xc1\x03\x82\x60\x14\x9c\xe3\xee\x34\xa4\xcd\x46\x4e\xd8\x86\x70\xc4\x15\x26\xcc\x46\xcd\x79\x5b\x79\x87\xee\x86\x18\x1f\xa1\x5d\x5f\x21\x3f\xaa\x9b\x2f\xf5\x46\x2a\xc3\x95\xa8\x01\xfe\xb5\x85\xca\x28\x84\x8e\xde\xc2\x5d\xd4\x8a\x10\x57\xba\xa0\x1a\x5e\x14\xce\xa2\x86\x51\x1d\xd4\x24\x97\x49\xa4\x07\x22\xd4\xd4\x56\x8c\x93\xfb\xb7\x3c\x1a\xc3\x2e\x80\x9f\x6d\xc1\x2e\x6a\x38\x51\xa8\x8b\x9a\x2b\x18\xe7\x0a\x3a\x72\xeb\xea\x88\x27\xbc\x47\xde\x82\x59\x54\x60\x99\xdb\x99\x83\xe6\xbf\xad\xfa\x14\x93\xaa\xf6\xa7\xe1\x58\x51\xc8\x93\x7b\x3c\x69\x96\xd1\xa6\x53\xf1\x25\x06\xa8\xb3\x05\x75\x72\xfe\x6c\xc5\x3c\xa9\xf1\xc9\x38\xe4\xc9\xc5\x03\xee\xfd\x0d\xb7\xd1\xab\x7d\xea\x5c\xed\xef\xef\x64\xab\xa4\xd4\xb7\x8a\x29\x1c\x4a\x7e\x32\x42\x9a\xdd\x4a\x06\xf1\xf1\xcf\x65\x10\x36\x5f\x91\x69\xdf\x85\x30\xa4\x61\x61\x82\x72\x80\x53\x8e\xa0\x9a\x83\xbb\xe1\x1f\x39\x32\x7e\x91\x3d\x33\xa4\xa5\xe1\x91\xba\x5a\x60\x24\x86\xe1\x1e\x33\x2c\xff\xc5\x47\x8a\xba\xf8\xfa\x0a\x27\x17\xb1\x5f\x47\xd5\xc9\xb4\xc8\x47\x1a\x2f\x8d\x60\x1b\x03\x88\xd7\xfe\xf2\x76\x96\x63\xfd\xd7\x77\xff\xb9\x27\x76\x34\x93\x9c\x29\xbf\x04\x83\xa8\x29\xf4\x69\x0c\x5b\x45\xe0\x8c\xe7\xae\xd3\xe1\x4c\xb2\xef\x7f\x70\x55\x87\xd2\x33\x25\x78\x95\x08\x25\xb9\xb2\x35\x8e\xe3\x3e\xc6\xfc\x29\xc8\x7f\x8e\xed\x14\xcf\xcb\x8f\x37\x8b\x1c\xb3\x04\xcf\xa8\xe1\xc0\x9f\xce\xa3\x39\xf2\xfc\x2c\x6a\x98\x83\x5f\x16\x3b\x55\x25\x5b\x98\xbc\x1f\xe2\xe3\x4a\x5d\xed\x56\x84\xb1\xd2\xfd\x9c\x60\x47\xf7\xcf\xf0\xe7\x19\x4a\x56\x55\xfa\xf0\x41\x20\x77\xbf\x3f\x6e\x42\x50\xda\x02\x72\x94\xb8\x44\x0c\xe4\x88\x61\xe7\xe8\x21\xb9\xfd\x16\x8e\xe3\x8c\x0e\x74\xf4\x90\x16\x47\x8b\x60\x1d\x15\x3c\xdc\xfe\xb1\xec\x0c\x80\x65\x4f\x59\xfb\xe7\x7f\x9d\x48\x10\xdb\x10\x8f\xe7\x8a\xf4\x67\xc9\x52\x52\x68\xad\x81\x1d\xf0\xb3\x8b\x2d\x37\xb8\x3f\x2b\x11\xcd\x4e\x1f\x2f\xf3\x80\xaf\xd1\x6f\xd2\xe3\x19\x50\x1e\xc1\x09\xd5\xf4\xee\x2e\x35\x75\xb2\xd6\x9c\xdf\x94\xd8\x4e\xd3\x71\x53\xcb\x8d\x1e\x90\x5e\x9e\x0a\xe5\x9d\x79\xa4\x50\xcb\xa3\x95\xbc\x55\xbc\xfb\xef\x50\x55\x8f\x38\x42\x75\xff\x07\xed\x98\x23\xae\x50\x9a\x81\x8b\xa1\x9a\x21\x2e\xba\x90\x4b\xa2\x5e\x0c\xee\x66\x8f\xde\x5b\xca\xd4\xbd\xd4\x47\x1f\x64\x1a\xb2\x30\xbd\xc9\xe2\xff\x08\xa9\x09\x48\xab\xf2\x99\xdb\x1e\xbe\x29\x49\xcf\x4c\x80\x94\x49\xcb\xe4\xd8\x43\xe5\xec\xec\x7d\x28\x5b\x50\xad\x17\x7f\x25\xd3\xa1\x5e\xfc\xbf\x9d\x50\xbe\xcf\xbe\x49\x7e\x99\xf5\x70\x18\x98\x9e\xbf\xdc\x4c\x33\x9d\xfa\x85\xb2\x03\x4c\xdc\xa4\xd7\xd9\x9f\x1e\x83\x5f\xa9\x90\xf4\x33\x21\xbb\x4b\x1b\xa4\x59\xff\x7c\x41\xda\xa4\x3a\x0a\x24\x20\x96\x54\xde\xfe\xb6\x43\xda\x2a\xcf\xa7\xd6\x63\xd5\x43\x3c\xbc\xbc\x95\x42\xa4\x3d\x4b\x78\x38\x73\x9c\x81\xb6\x37\x39\xb4\x4e\x34\x6b\xa1\x5c\x29\x5b\x7c\xc9\xcf\x49\x2a\x0f\x67\x9a\xba\x49\xbd\x66\x71\x02\xa6\x9b\xd4\x19\xb1\x85\x62\x96\x52\xf7\xeb\xba\x69\xd8\x47\x7a\x4f\xf0\xe1\xe0\x07\x29\xe3\x39\x54\x65\xb8\x92\xc3\xe3\x75\xa4\xee\x70\x74\x08\xba\xb9\x17\x83\x2c\x54\x37\xe5\xd8\x2c\xcc\x82\x11\x73\x9d\x69\x38\xfd\xe4\xa9\xf3\x6f\x27\x9b\xae\x42\xd1\x4b\x81\xd4\x35\xc0\x95\x42\xa5\x30\x67\xfd\x4f\xbf\xa4\x9c\x1e\x8f\x51\x13\xb5\xf2\x9d\xc3\xf0\xf8\x22\xf9\x26\x7d\x19\x54\x43\x5a\x8d\x9d\x7f\xda\xe2\x77\x5d\xb3\x0a\xff\x62\x14\xc5\xac\x0f\x29\x39\xf0\xb4\x6b\x6b\xf6\x4c\xe1\xcf\x9f\x7a\x52\x4e\x9e\xea\xd6\x90\x7a\x33\x52\x42\x49\xa2\x3e\x65\x8a\xb4\xff\x94\x89\xb3\xeb\x84\xd2\x0e\x86\xc3\x4e\xcc\x74\x84\x84\x90\x11\x77\x97\x1d\xd2\x5c\x34\xa0\x98\x94\xd4\xf5\xc1\x39\x53\x66\xdb\xad\xe6\xcb\x29\xfd\xcc\x92\x69\xe7\xf9\xfe\xe5\xa6\x1c\xb5\xd3\xcd\x28\xb4\xc4\xe5\x9c\x40\x37\xe5\x3d\xca\x56\x2a\x16\x85\x08\x1f\x81\x11\x0e\x5f\xdc\xf4\x21\xf0\xc1\x5d\x95\x42\x27\x66\xed\x35\xa5\x9a\xd9\x56\xa0\xcc\xc5\x8c\xce\xc0\x00\x7b\xb9\x6f\x4a\x33\x02\xc3\x97\x4c\x33\x55\x9d\xd6\xe2\xc5\xce\xf7\x4d\x7c\x85\xa7\x0b\xf9\x03\x42\x2d\xcf\x0f\x23\xd8\xee\xc4\x85\x17\x02\x05\x8e\xe2\xaa\x1d\xc5\x71\x61\x21\x9c\x1d\xd2\x4c\x7c\x16\x48\x26\x3a\x95\x87\x4b\x2f\x48\xff\x68\x28\x58\x28\x75\x3d\xfa\x33\x83\x90\x43\x05\x75\x71\x71\x6e\xa5\x17\x26\x2c\x65\x4b\x69\xca\x1b\x94\xb8\xab\x85\x42\x48\x79\x4a\x2e\x70\x15\x0f\x69\x6c\x22\xed\xc8\xe2\xb3\x87\xe9\xa6\x7c\xc5\x92\x3f\xe1\x04\x79\xa6\xd4\xed\xb2\x10\xbe\x24\x1f\xaf\x4c\x8a\x52\x50\x35\xb4\x92\xaf\xcc\xaf\x68\x57\xdd\x7c\x9f\x51\x35\x97\x11\x62\xb3\xa4\xd0\xe0\x1b\x77\x5a\xfd\xd6\xc9\x77\xef\x37\x59\xbd\x01\x52\x3a\xf5\x2c\xfa\x05\x65\xbb\xa9\xa5\x2e\x01\x92\x4f\x48\xcd\x4a\x2f\x50\xd2\x93\x69\x67\xda\x4e\x38\x43\xfa\xd8\x95\x86\xec\xff\x9d\x28\xbc\x3a\xe1\x8d\x09\x29\x4b\xae\x85\x92\xb9\xd8\x2f\x28\x6b\xb8\x12\x52\x08\x84\x19\xca\x0c\x88\x2c\xac\xf6\x0e\x97\xb4\x63\xc9\xcd\xa4\x54\x56\x8d\x0d\xa2\x20\x01\xd5\x09\x68\x6f\xea\xd2\x33\x7b\x46\xbb\x3c\x1e\x7e\xc5\xa7\xc2\x9e\x32\x65\x20\x18\x69\xd4\x97\xfa\x2d\xcd\xe8\x4d\x67\x7e\xcb\x22\xaa\x33\x38\x01\x48\x0b\x26\x4f\x45\x53\xc3\xc5\x7a\x66\x8f\xf7\xae\x8f\x86\xcd\xc5\x6c\x29\xb3\x4b\xad\x2c\x67\x03\x80\xdb\x52\x68\x8b\x99\x86\x74\xa5\x5d\x2b\x4a\x86\x3b\xec\x31\xa1\x7c\x82\x2d\x7f\xe2\x50\xee\xba\x12\x11\xdd\x1b\xa0\x71\x28\x63\x6b\xeb\xd2\xba\xd8\x03\x75\x53\x9a\x2d\x38\xde\x4f\xe9\xc7\x0b\x96\xd1\xb5\xf4\xf0\x5b\xd5\x9b\x62\xbd\x3a\xa4\x2d\x03\xd6\x56\xe9\x5b\xce\xc2\xf6\x6c\x8b\x49\xe0\x53\x1d\xdc\xc7\x0b\x11\xaf\xf7\xf2\xb5\xb2\x0c\xcd\x33\x8d\xb8\x6d\x9c\x9c\x90\x35\x7a\x01\x5f\x0a\x06\xac\x2f\xad\x67\x45\xbc\x29\xb5\xca\x01\xd2\xe8\x26\x25\x13\x06\x43\xf0\x2b\x9b\x99\xdf\xb6\xc1\x34\x18\xad\x23\xa6\x4d\xb8\xad\xdb\x59\x3b\x31\x9b\xf5\xae\x7d\x54\x4c\xad\xee\xe3\x11\xb6\x55\xe7\xca\x05\xe9\xa2\xdb\xe6\x72\x8c\x54\xf5\x08\x52\xe6\x53\x36\x42\xaa\xb3\x82\x6c\x7b\x3f\x5e\x77\xd2\xd0\x3e\x74\x83\x5c\x26\x7f\xe2\x2b\xe3\xca\xc4\x77\xc7\x5e\xe9\x2d\x55\xc5\x51\x23\x55\xab\xf6\x54\xaa\xfa\xf8\xc8\x6e\x54\x0a\x94\x5a\x31\x78\x74\x9f\x7c\x8c\x57\xfe\x92\xf5\xbc\x52\x6a\xe1\x9b\xe1\x29\x07\xef\xc5\xfe\xd3\x95\x71\xad\xf0\xa2\xaf\x81\x3b\x6b\xed\xa4\x27\xb1\xaa\xfc\xce\xdd\xd9\x52\x6e\x4a\x6b\x3b\xd3\x8a\x43\xd3\xf0\x1f\xca\x17\x5f\xe0\x1f\xbf\x4e\x9f\x15\x55\xaa\x0b\xda\x5a\x31\x77\x3a\x22\x32\x2b\xe2\x85\x9e\xf9\x52\x5a\x17\x11\xde\xed\x78\xc9\xd8\xfc\xa8\xf4\x4a\x4d\xed\x0b\xe6\x6a\x38\xe4\x45\x67\xbb\x29\x57\x49\x29\x6c\x9a\x81\xcd\xcc\xe4\x28\xe7\x48\xad\x18\x7c\x43\x08\xd6\xca\x62\x0d\xbc\x1c\x57\x0a\xd9\xe2\x29\xf5\x09\x1e\xbd\x3f\x32\xe9\x29\xd5\xd8\xd9\x8c\x7e\x2a\x7e\xf5\x9e\xba\x3f\x7f\xca\x18\xfc\xc8\x7b\x62\x16\x0f\x6f\xa2\x39\xa1\x96\xfc\x54\x8c\xc1\xaf\xba\x7b\xcf\x97\xf7\x9c\x34\xa4\x97\x6f\x3f\x1b\x5b\x6a\x70\x7c\xc1\x62\xd6\x9b\xef\xda\x38\x13\xe9\xfa\xb3\x1a\x19\x7f\x53\x97\xe7\xe4\x82\x54\x82\x12\x6c\x31\xdd\x85\x96\x1c\xca\x86\xe3\x1c\xf6\x9e\x2f\xe1\xbc\xd4\x75\xea\xf6\x99\x86\x14\x4f\x20\x33\xaf\x00\xc0\x67\x0d\xf5\xd3\x08\x4c\x29\xc7\x47\x6d\x1c\x46\x26\xa6\x35\xca\xc6\x37\xa5\xe3\x75\xa5\x6e\xf1\xec\x15\x48\x1b\x2d\x98\xe5\x7a\xf4\x5d\x9d\x5e\xe2\xa6\x94\xb3\xfc\x08\xa5\xd7\x21\x08\x19\x3d\xeb\xae\xed\x15\x4a\xe1\x28\x58\xa1\xe9\x28\x3b\x13\xd5\xa3\x8b\xd2\x12\x73\x74\xb2\x6d\x51\x21\x13\xd3\xfa\xfa\xf3\x4a\xf3\xae\x7b\xaf\x6d\x43\xaf\xeb\xc5\x77\x8f\x20\x73\x52\x8f\x59\xb1\xdb\xfc\x00\xbc\x65\x40\x58\x8e\xa8\x9b\xe9\xa0\x84\xcc\xb3\xae\x58\xef\xd1\x9e\x90\x3f\x99\x3e\x54\xe5\x70\x8c\xfd\xe2\x94\x1f\x05\x45\xa0\x2b\xd6\xeb\x55\x53\xd5\x06\xc0\x15\x52\xb9\x68\x8e\x54\xf5\x91\xe1\x4c\xe1\x14\xd0\x22\x94\x4d\x12\x8c\xf0\xe9\xf8\x4b\x39\x3f\x4e\xc7\x01\xcb\x64\xca\xd7\xda\x8e\x50\x6c\x23\x96\x61\xdb\xaa\xcc\xaf\xc8\xb2\x3d\x33\x76\x79\x5b\x47\x4f\xd5\xaf\xda\x49\x4d\x9b\x69\x8c\xc0\x0f\xcb\x0f\xce\x2c\x7a\x58\x5e\x1b\xa7\x1d\xdf\xbf\xb6\x23\x35\x2d\x9f\x10\x88\xca\xcd\x51\x1b\xcc\xbf\xfc\x76\x36\x56\xf8\xc2\x81\xca\x08\xfc\xae\x7c\xbc\xf8\x4d\x65\xd5\xa8\x2d\x7d\x22\x3d\x98\x5b\xdd\xc7\xd6\x06\x0b\x2d\x40\x3e\x88\xf3\x65\xc7\x26\xa6\xb4\xae\x55\x6b\x98\x56\x17\xa9\xb5\x1d\xa9\x69\x81\x59\x43\x4a\xb6\xa3\x70\x9d\x2b\xe3\xea\x0f\xc9\xf0\x18\x90\x0e\xc9\x17\x72\x78\x6d\x2b\xf2\xfc\xd9\xb6\x66\xe4\xb7\x2d\x1e\x10\x6d\xbe\x64\xbd\xfa\x08\xa9\x17\x7a\x67\xaa\x4e\x55\x4d\xab\x16\xcb\xee\xd1\x09\x30\x4a\xe1\x98\xe2\xab\xd2\x11\x6e\xdb\xc6\x85\xb1\x7e\x7e\x66\xde\xce\x50\xe2\x11\x26\x64\x7b\x4f\xb3\xe1\x73\x53\x3a\x52\xd5\x6e\x0e\x0c\xe9\xcd\x51\x03\x8b\x5c\x17\x9e\xb5\x31\x58\xbf\x4f\x9f\x0f\xe5\xbf\x64\xb0\xbe\x24\xc1\x34\xde\x8e\x17\x1a\x13\xd2\xb9\x31\x3a\x0b\xad\xe7\xe9\xe7\x0b\x5b\x8f\x84\x17\x31\xfd\x9c\xf0\xa2\xb1\x4d\xb6\x30\x58\xaf\xb3\x87\x74\x97\x1d\xca\x46\x3f\x9b\x51\xf9\x2f\xce\xc2\x4e\xd0\x3d\x69\x39\x9f\x32\x41\x1b\xe1\x59\xa7\xb4\x18\xcf\x08\x50\xb1\x25\xa4\x38\x26\x13\x22\x15\x1b\x17\xc2\xf6\x72\xc1\xec\x1b\x57\x14\x66\xea\x0e\x1a\x37\xed\x38\xe6\x14\xe3\xd9\xca\xf2\x51\xd3\x8e\x45\x0e\x5f\xbe\x9d\x3a\x2c\x8e\xb4\x37\x4a\x16\xc9\xe6\x27\xe7\xed\x29\xdc\xae\x9b\x42\x9f\xbe\x52\x77\x5a\xd8\xa3\xf0\xde\xec\xa2\x87\x14\x27\x94\x50\xfe\xd1\x02\xe5\xe7\x7d\x03\x4a\xaa\x31\x9d\xe8\xa4\xdd\xb0\x70\xfd\x3a\x7d\xd6\xa7\x99\x7b\x63\xcc\xbf\xd3\xce\xf7\xe1\xdb\xcf\x99\xa3\xeb\xdb\x11\x05\xae\x50\xb7\x69\xd3\xd0\x94\x6f\x1e\x17\xf7\x90\x56\x9c\x98\x90\xba\xef\xac\x0d\x8b\x4d\xd7\x9d\xe7\x9c\x29\xdb\x72\x6f\x4f\x28\x33\xf4\xd3\x8e\x36\xf5\x08\x25\x2d\x8a\xb5\xfb\xe6\x34\x8a\x05\xf9\x36\x40\x3f\x06\xcb\x1b\xa6\xc1\x76\x78\x5b\x0c\x63\xb3\xbd\x1d\xd6\x7a\xb6\x90\x4e\xda\x9f\x2f\xb5\xe3\x5e\xe8\xe3\x37\x4a\x1f\xfb\xca\x0f\xdb\xc7\x0b\x93\xc0\xb7\x9d\xed\x4a\x2f\x7e\x47\xe2\x3f\x73\x42\x89\xab\x63\x1b\x7f\xe4\xce\x8c\x7c\x72\x7a\x89\x93\x3d\xff\xc1\xdf\xcc\x0c\x7d\xb8\x07\x67\xf0\x1f\xb8\x84\x11\x7d\xf0\x84\x21\x4e\x3f\xe6\x0b\xa4\xd0\x07\x5f\x17\xeb\xe2\xd7\xe2\x65\x84\xf2\x03\x15\x06\xef\x17\xe1\x33\x0e\x69\x5d\x36\xd6\x86\x3e\xfc\x38\x1c\xeb\x4c\xa7\xba\x36\x6a\x2c\xbe\x1e\x88\xdf\x23\xa2\x53\xfc\x95\x18\xd6\xce\xc5\xd0\xae\x50\x16\x84\xc8\x69\xbf\x08\xbf\x50\x8f\x7a\xf4\x5d\xdb\x43\xc9\x5f\xff\x7c\xa8\xf1\xd4\x7c\xc7\x78\x2a\xa4\xc6\x83\x02\xd4\x73\xf0\xda\xd8\xae\x1f\x9c\xcc\xd8\xeb\x5f\x8e\x45\x0c\xf6\x8b\x60\x66\x4e\xbe\xac\xd2\x0c\x29\xe9\x82\xbb\xd2\xf9\x16\x62\x6a\x7c\xfd\x3a\xac\x84\xb2\x38\x19\x21\xe5\xc1\x45\x8f\x91\x70\x61\x62\xce\x3b\xc3\xc2\x31\x11\x8c\xb9\x51\x44\xb3\xfa\x46\x71\xbc\x90\x44\x5f\x1c\x9f\xd8\x3b\x5c\x30\x22\x9b\x79\x23\x3e\x99\x4d\x5f\x30\x8e\xd7\x48\x5d\x6f\x1f\x8e\x5c\x5f\x27\xea\xcb\x1a\x7e\x71\x41\xb3\x2b\xbf\x0e\x06\xd7\x31\xdb\xf5\x6a\xfc\x00\x15\x7e\x93\xba\xbd\x69\x69\xc9\x06\x7f\x26\x0d\xcb\x9c\x5d\xfb\xc5\xa7\x94\xa9\xd8\xb2\xb3\x30\x0d\x7c\x4f\xd8\x50\x8b\x4e\x81\x70\x0d\xec\x76\xdf\x0c\x5e\x03\xa3\xfe\xcb\x66\x63\x4f\x7f\x9d\xf9\x71\xbc\xd2\xae\x57\x39\x85\x6f\x7f\x9a\xc2\xcf\xcd\x3b\x35\xed\xda\x40\x62\xef\xfd\x6c\x71\xd7\x50\x0a\x4a\x80\xf2\xf3\x83\xef\xf1\x82\x79\x7f\x0e\x6f\x3a\x59\x0c\x25\x33\xa8\x0d\x5d\xa8\x5c\x06\x23\x1e\xfe\x9f\x23\x84\x3f\x35\xbd\x27\xe0\xba\x1f\xe7\xe4\x91\x2f\x95\xd0\x07\x51\xea\xb4\x07\x0d\x59\xe0\xd7\xe1\xd7\xe0\x80\xa2\xd7\xe1\x23\xce\xe2\x1f\xbc\xc2\x92\xf2\x20\x1c\x8e\x24\x7d\xc1\x78\xfd\x79\xaf\x79\xd7\x65\x91\xe8\x54\xd8\xea\x96\x49\xd0\x95\x63\x41\x53\xfa\x7d\xf8\x78\xcd\x14\x2a\xfc\x11\x7b\x4d\x37\x90\x07\x8f\x7e\x6e\xd2\x3b\x98\xd9\xe3\xb2\x79\xa4\xd0\xaa\x91\x03\xb0\xef\x27\xaf\x81\x13\xe2\x27\xdc\xcb\x38\x52\xf8\x91\xc5\x96\x3e\x3d\x3c\x06\x24\x0f\x70\x4b\xab\x36\xd1\x06\xc7\x29\xee\x20\x33\x99\x5c\x47\x65\xe5\x2d\x44\x5a\x0a\xcd\x5f\x9c\xab\x7f\x58\x04\x1c\xa5\x7f\x00\x5b\xc2\x09\x86\x3b\x8c\x57\x7a\x95\x1e\xcd\xd8\x71\xbd\x78\xb5\xe7\x0b\x19\xe3\x19\x9b\x2f\x64\x8c\x35\xc1\x54\x9e\x82\xc3\xef\xee\x6e\x8a\xe1\x0f\x48\x4d\xe0\x53\xd8\x14\x13\x3b\x94\x04\xa2\xf7\xce\xd4\x05\x66\xc1\x55\x3b\x7d\x81\x79\x19\x71\xd4\xe7\xcb\xcf\x02\x7d\xeb\x7f\x93\xd6\x7f\x16\x22\xd3\xd9\x06\x78\xb4\x74\x93\x7e\xf2\x49\x5d\xdf\x54\xb1\x10\xf3\xe5\x15\x6d\x74\xba\xcc\x70\x1d\x6a\xb8\x2a\xe3\x5b\xde\x0f\x0c\x61\xe9\x95\x60\x4d\x1f\xb6\xfa\x7b\xda\xf1\x76\x3d\x32\x20\x73\xe3\x4c\x43\x32\xa5\xf3\x6b\xb6\xc8\x1b\x7d\x2a\xfe\xe8\x9c\x34\x6b\x10\x64\x26\x48\x08\x78\xa3\x4b\x6f\x4a\xce\x8f\x33\x35\xcd\x6d\xf9\x67\x6b\x8c\x16\x4a\xb6\x84\xb5\xfa\x3c\xf0\x76\xd2\xc7\xe1\x13\x94\xd5\xe4\xcc\xb5\xa4\x85\xdd\x3c\x58\xbe\x23\x24\x3a\xb5\x41\x5a\xa0\x9d\x69\xd8\x71\x82\xcd\xd5\xd3\x2f\xdb\x2f\x07\x81\xe9\xf3\x00\x82\x78\xd2\x91\xf5\xbc\xf3\x67\xde\x24\xfd\x76\x48\x2f\x0b\xdd\x4e\xfa\xb9\x20\x65\x61\xf5\xb4\xeb\xc3\x75\xda\xd9\x7a\x31\x97\x4e\x64\x2a\xf6\x7c\xf7\x71\x97\x8c\x4f\x67\x6b\x8e\x8e\x53\xaf\xd7\x2b\x87\xf2\x79\x38\xd1\xce\x8b\xb2\xa8\x16\x06\xa7\xab\xcf\xf6\x50\x97\xc2\x64\x86\x6a\x1e\x6a\x85\xf4\x50\x43\x69\x55\x3a\x13\xbf\x98\x2e\x26\x93\xd8\x24\x4f\xa9\x95\xea\x4c\xa9\x86\xd7\x18\x90\x8d\x8e\x2c\xc3\x66\x66\x19\x02\x1e\x57\xb8\x46\x2f\xdf\x4f\xa4\xd2\xd4\x25\x69\x75\x3c\xa4\x9b\x92\xe0\xb1\x7e\x9d\xa7\xbd\x6b\x03\x96\xf2\x35\xe8\x38\xd8\x38\xbc\x42\xb7\x27\x69\x9e\xbe\x23\xf2\x9b\xd5\x9b\xd4\xde\x68\xa9\x2a\xdd\x65\xfd\x39\x4f\xc0\x6e\x2c\xad\xe3\xfd\x5f\xa3\xfc\x19\xa3\xf0\xae\xcb\x3e\x67\x44\xe1\x99\x0a\xd9\x4d\x36\x48\x6f\xd7\xc2\x90\xec\x3a\x35\xc8\xf4\x26\xad\xd4\x61\x6c\xde\x8c\x3b\x65\xcb\x4d\x7a\x22\x18\xff\xd4\x2d\x16\x4c\x74\x2e\x06\x4c\xaf\x8b\x69\x61\x4c\x3e\xf7\xe5\xcf\x1d\xfc\xd8\xc1\x60\x6f\xb2\xba\x2e\x9d\xc6\x24\x0d\x29\x63\x76\xa4\x1b\x86\xcf\x78\x09\x64\x93\xb5\x41\x7d\x1c\x21\xcd\x3b\x25\x83\x90\x03\x0e\xd0\xc8\x3c\x1d\x4b\xae\x66\xad\xe4\x10\xa8\x19\x13\x46\x49\x61\x10\xd6\x12\x4e\x53\x72\x93\xf4\xc3\xa0\x74\x6e\x1c\x07\xd2\xf2\x74\xca\x72\xe4\xa3\x5f\x92\x5f\x8e\xfc\xd1\x67\x71\x62\x38\xc7\xfa\xb8\x49\x7e\x20\xa4\x78\xdf\x16\xc2\xd4\x93\xf0\x93\x37\x1b\x37\x29\xee\xb6\xda\x9f\xc5\x61\x2e\xb2\xfb\x1c\x8b\xff\x04\x29\x31\x1d\x8b\xdf\x71\x57\x6e\xaa\x79\x80\xa9\x6b\xb6\x3c\x52\xd7\x6a\xc3\x46\xff\xd4\x5b\xee\xbb\xa5\x0e\xf9\xd6\x93\xcb\xd4\xfd\xba\x2e\x43\xc2\x93\x9b\x52\x9f\xfd\xad\x68\xa7\x1f\x73\x57\x04\x89\xe3\xf1\x3b\xfa\xc8\x4d\xf9\xc8\x7e\x31\x40\x43\xa6\xf3\x2f\x5e\x72\x14\xa9\x9f\x76\x9f\xaf\x57\x5a\x95\xb0\x98\x69\x75\xb9\x30\xcd\xb2\x12\x69\x56\x0c\xcb\xae\x2e\x86\xc6\x1e\xa8\x94\x62\x95\x82\xba\x29\xf8\x10\x2e\xfe\xda\x5e\x5f\x04\x54\xb1\x47\x61\xa6\x4c\x06\x04\x32\xa7\x84\x17\x18\x9e\x1f\x49\x00\x60\x99\x8a\xbf\x7f\x9e\x00\x35\x66\xe1\xd9\x2e\x5b\xe8\xf2\x7d\x0c\xf2\xea\xb2\x0b\x88\xbd\xe7\x80\xfb\x8d\x4d\xad\xab\xe9\xda\x61\x5d\x07\xdc\x3f\x01\x71\x4c\x3f\xfb\xee\x4c\xb4\xe2\xe4\xd7\x0e\xd3\xe8\x11\x78\xed\x88\x27\x3d\xfa\x3e\x5f\x27\x0c\xa6\x77\xdd\x77\x3b\xd4\x15\x9e\xba\xc3\x42\x97\x80\x2d\xaf\x13\x9d\x7b\xf9\x75\x0c\x47\xb1\x79\x11\x78\x68\xe4\x53\x1d\x15\x4a\xea\xde\xab\xc2\x35\xcf\xbc\x9c\x4f\x10\x09\xae\x6b\xeb\xda\x5f\xa1\x94\x7b\xbb\x32\x3c\xdf\xae\x1d\xa8\xca\xcb\xef\x84\xb1\xe0\xa7\xe2\xe6\x1f\x85\x43\xdc\xbc\x88\x51\xc4\xaf\x88\xa1\xc6\x81\x5a\xbd\x1c\xf7\x0c\x1e\xf6\xf5\xf7\xeb\xcc\x60\x75\x5b\x7a\x02\x06\x99\x97\x53\x60\x66\xde\x75\xca\x3d\x5f\x6c\x8e\x2b\x16\x69\x46\xa8\x14\x9d\x25\x85\x9e\x78\xd6\x48\xef\x88\x2f\x84\xa5\x2e\xca\xcb\xf1\x50\x0a\x79\xdb\xfe\x8c\x17\x7e\x57\x3d\xf5\x00\x85\x2e\xa4\x98\x22\x65\x7d\xc1\x7e\x72\x90\x9a\x97\x2c\x5b\xbc\xce\x53\xf7\xed\xd7\x09\x97\xea\xa5\xf9\x5d\x35\xa4\xee\x51\xe0\x52\xbf\x3b\x2f\x99\xbb\xed\xdf\x60\x02\x1c\x8c\x8f\x23\xcd\xac\x83\x35\xe9\x90\x96\x33\x34\xa4\xa7\xe6\xb5\x23\x70\x15\xc8\xbf\x76\xa6\xae\x0e\xa6\x79\x42\x5a\xea\x9c\xf9\x72\xaa\x6e\x81\x5a\xa2\x4e\x28\x65\xf4\x6f\x29\x73\x54\xad\x94\x89\xbd\x8f\x8c\x0e\x79\x74\x41\x2a\x5b\x26\xdb\x8b\xdb\x7f\x27\x52\xbf\x49\x5d\xb9\xc2\x3e\x15\x35\x59\x42\x2a\xc8\xd6\x99\x2f\x3d\xf4\x33\x85\x36\xb3\xe9\x73\x7a\xac\x0d\x6a\x8b\x62\x00\x42\x88\xcf\x9e\xef\x3e\x02\xd4\xa5\xcc\x6e\xb7\x9a\x3e\x7e\xee\x83\x56\xfd\xcc\x60\x86\x3a\x5c\x48\x5d\x89\x52\x3f\x43\xba\x29\x4f\x3a\x13\xe9\x5c\x9a\x95\xe1\x48\x92\xc6\xca\x11\x2e\xa0\xf6\xac\xc0\xf2\x94\xa7\x4c\x69\xf7\x32\x38\xbd\x18\xeb\xf9\x61\x99\xe6\x84\x3b\xb8\x49\xcd\xf9\x33\x52\x2b\x7e\x56\x59\x7a\x93\x23\xef\xac\x76\xed\x38\x90\xda\x4d\x32\xc9\x7c\x69\x66\x46\x12\x38\x6f\x40\x7f\xa8\x6a\xe9\x9c\xaa\x62\xa5\x33\xcd\x2a\x21\x34\x96\xae\xd3\x08\xf4\xcc\x0d\x46\xfd\x95\xf1\x78\xc3\x96\x7c\x29\x89\x8b\xe0\x6c\xbe\x59\x1b\xa8\x1d\xbd\xca\xaf\x1d\xfe\x68\x76\xc0\x81\xd2\x99\xcd\x0c\x0a\xbb\x36\x33\x28\xf3\xda\xf4\xa0\x1a\x3c\xcd\x6c\xf6\xb9\x1f\x25\xad\x3a\xc9\x71\xa8\x9f\x28\x1a\xc5\xae\x43\xcd\xf8\x51\x7e\x4b\x8f\x52\xda\x1d\x8e\x14\x82\xe1\x1e\x0e\xed\x4c\xfb\xf9\xd9\xec\xcd\x4c\xc8\xc4\xea\x2d\xfd\x5d\x37\xcd\x6a\xbd\x58\x04\x40\x0a\x07\x66\x50\x93\x22\xee\xac\x7b\x43\x11\xd7\x90\xd2\x33\x4c\x9e\x5f\xe1\x9f\x9c\x21\x1c\xc3\x7f\x1c\x58\x32\x8e\xe1\x0f\xaa\x73\x0a\xc1\x50\xae\x1a\xca\x7d\x30\x74\x4e\xe7\x35\x1f\xba\x0f\x86\xb3\x6d\x9f\x62\x10\xf9\x11\x7e\x7f\xfa\x98\x92\x7e\x0c\x6e\x5b\xd9\x67\x49\xa4\x5b\x5f\x07\xe7\x06\xbd\xc9\xaf\x1d\x8b\xad\xf9\xb6\x75\xe4\xcb\x9f\x3b\xf1\xf0\x3a\x32\x0d\x2b\x46\xb0\x88\x7b\x0e\x2a\xa4\xb8\xa2\x84\xf2\xaf\xfc\x7d\xbb\x39\x3b\x57\x69\xac\xbc\x9e\xf6\x97\x8a\x76\xe8\x46\x93\x1d\x48\x2a\xbd\xed\x3f\x2f\xec\x3e\x27\x0a\xe8\x4f\x99\x5f\xe3\x61\x41\x76\x4b\xbc\x67\xb0\x86\x67\x8d\x0c\x8f\x3f\x83\xd4\x9d\x4e\x7f\xa8\xe2\x42\x06\x24\x38\xe5\xc9\x69\xbc\x5b\xbf\xc3\xc3\x9d\xeb\xfc\xa7\xd0\xf0\x8f\xb4\xa3\xad\xf0\x34\xa3\xa0\xf9\xb0\xb0\xe1\x15\x33\x27\xfe\xce\xf1\xf1\x29\x95\xb6\xc7\x1a\xea\x28\x74\x2c\x30\x3d\xc9\x2f\x33\x83\x35\x5f\xe6\x43\x3c\x10\x68\xa1\x6e\xb7\xd1\x51\xf3\xa5\xee\xa3\x66\xbe\xb4\x82\xe0\x78\xd1\x7d\x45\x70\x3c\x9f\x5a\x9f\x21\x58\xf4\xd2\xbe\x02\x97\x9c\x1d\x79\x05\xdf\xfa\x35\xfd\x4c\x43\x48\x96\xa7\x50\x8b\xc4\x4e\x31\x1e\x03\xf8\xeb\x04\x73\x31\x68\x56\xf9\x00\x2a\x40\xd5\x39\xc8\x7e\x83\x35\x3e\xec\x3d\x38\x9e\xba\xe6\x9a\x96\xca\xfc\x69\x85\x34\x96\x0b\xd1\x3f\x2c\x94\x98\xec\x81\xc3\x87\x21\xe9\x9d\x7c\x05\x5d\x39\x07\x5c\xd4\xd2\x8d\xb8\x88\xf5\x1d\xb0\x0d\xac\x3a\x30\x04\x91\x84\x3c\xb1\x3f\xd2\x0d\xe7\x85\x74\x83\x8b\x31\xfd\xf0\x66\xa5\xa5\xd4\x1a\x39\x1d\xc9\x63\x00\x40\x70\xea\x41\xfc\x79\x82\x7e\x9b\x7e\x11\x0f\x80\x6b\x0e\xce\x81\x19\xb0\x34\x19\x59\xf6\x6f\x52\xaa\x8c\x55\x74\x26\x80\x71\xa4\x53\x8c\xb6\x92\x52\x3b\x55\x32\x7e\x2f\x39\x86\xec\xe0\xe4\x9f\x5e\x7d\x2d\xe4\x1c\xaa\x37\xe9\x21\x85\xf2\x31\x30\xc3\x77\x3a\xa4\xfa\x94\x6a\xbe\xf1\x1f\xe9\xb1\xfb\xdd\x90\xdb\x15\xa4\xe3\x1e\xd2\x05\x69\x46\x43\x85\x09\xd3\x51\x72\xec\x33\xa4\xe3\x1a\x2d\xe4\xe5\x4f\xd3\x92\xaf\x49\x19\xbf\x11\x1e\x20\x35\xa6\x43\xf7\x8f\xe3\x21\xed\xe7\x61\x4c\x13\x67\x13\xbc\x25\x90\xc7\x91\xe1\x3b\x92\xff\x95\xf9\x36\xc8\x23\x42\xda\x91\xfb\xc7\x81\xec\xd7\xdb\xf8\x02\x70\x63\x1a\xc6\x01\x08\x66\x0a\xc6\x71\x0f\x97\x66\xe5\x4e\xea\xcf\x87\xec\x3e\xfe\x1b\x58\x2f\x47\xc4\xb9\x98\x5f\x5a\xf2\x1a\xf7\xd4\x55\x43\x9c\xed\x27\x6b\xca\x8a\x4f\x36\x79\x0f\xe9\x53\x76\x26\xdf\x2b\x9e\xe9\xc5\xf5\x93\xff\xd6\xc1\xaf\x8f\xff\xe0\x5a\x99\x68\xae\x4c\xbd\x8d\x12\x6c\x1d\x47\xfd\xef\xa8\x18\x45\xfd\x27\x8a\xc9\x4d\x29\x64\xc6\x95\x1e\xfd\x27\x29\xd3\x4d\x72\x96\xc8\xe1\x33\xf1\xca\x0a\xb7\x51\xb9\x25\x9d\x8b\xc7\xd5\x1c\x9a\x05\xdc\x18\x59\xbe\x65\xc5\x84\x60\x10\x8c\xa3\xc4\xdf\xb2\x30\x65\x4a\x0a\x9d\x03\xa5\x40\x29\x0c\xc8\x2b\xcd\xf8\x2f\xf2\xa1\x58\xfa\xe9\x50\xd2\x1b\x8b\x79\xf9\xca\x8a\xb9\x58\x3e\x2c\x72\xb6\x5e\x61\x97\x0a\xa9\x89\xc2\x98\x15\xda\x63\x84\x05\x96\xf1\xb0\x4f\x33\x76\xe8\x3d\x7d\xd8\xeb\xcb\x68\x30\x91\xb1\x06\x16\xc7\x43\xbc\x88\x0b\x1f\x13\x0e\xbe\x65\xb7\x74\x4f\x5d\xa3\x24\x33\x04\xe7\x8d\xff\xb7\x54\x93\x8e\x04\x76\x56\x81\x71\xc0\x69\xcb\xcc\xc3\x4a\x2e\x0b\x04\x4e\xfb\x02\x7f\xdc\xcd\xf2\xdb\x5b\xd9\x7f\x6a\x28\x3a\xa1\x4f\xb2\xd7\xba\x50\xe8\x8f\xfb\x5f\x0a\xe4\xcd\x84\x5c\x7a\xcd\x6d\x28\xe6\x15\xca\xbb\xa2\x87\x54\x98\x69\x8c\x44\xbd\x8c\x3f\x4e\xb6\xc1\x66\xfb\x8f\x74\xb2\x64\xb0\xa5\x0f\x7b\x72\xae\xd4\xb5\x37\x8f\xe1\xe9\x69\x7c\xe5\x9e\x6d\x6e\xcc\x0a\xa4\xad\xb1\x21\xdc\x3f\xcd\x4d\x3c\x28\x98\x74\x6b\x75\xb9\x66\x9b\x02\x8e\x94\x03\x8f\xec\xc6\x4c\xcd\x5f\xcb\x99\xc4\xa5\xec\x54\x26\x83\x5a\x10\x14\xce\x5c\x30\x5e\x69\x54\xa8\x2d\x38\x4f\x28\x92\x7b\xe8\x54\xd5\x53\x47\x6e\x89\xe6\x5e\x86\xc7\xd2\xa3\x50\xd2\x57\x49\x59\x55\xcd\x7c\xc7\x72\xa5\xb0\xab\xb0\x43\x59\x87\xb0\x81\x9d\xf3\x20\x77\x30\x7e\xb5\x3f\x6b\xa6\x92\xbb\x8a\xfc\x96\xf8\x67\x70\x04\xdc\xbc\xde\x40\x16\x6d\x02\x38\xcc\x94\x4a\xae\x72\xba\xf6\xa3\xfe\x68\x85\xcd\x79\x1e\xa3\xc7\x58\x95\xfe\x7c\xc8\x54\x32\x78\x69\x1b\x30\xf1\x73\x73\xd7\x99\xf1\xc9\xdc\xcd\x19\xf9\x3d\x18\x50\x83\x3c\x64\x6b\xa6\xf0\x52\x3b\x05\x8a\x11\x0c\x48\xcd\xd0\xd3\xce\x10\x75\x40\x09\x47\xde\xf3\x21\x1b\xac\x43\x6e\x43\x96\xa1\x8c\xcb\xaa\x50\x3e\xf8\xb2\x6f\xdf\x18\x1b\x78\x92\xde\x38\xa8\x91\x79\x6f\xde\x63\xe3\xf8\xf2\xdb\xfc\x71\x8c\x7c\xeb\x49\xf8\x0f\x7e\x94\x37\x67\x22\x36\xe7\xdb\xdc\x76\xa4\x97\x9f\x0e\x16\x0c\x50\x67\x6f\xf0\x96\x33\x20\x17\x38\x5a\x20\x97\x3a\x8e\x54\xb5\x09\x80\x8e\x32\x8e\x25\x57\x58\x7a\x8b\x7f\x0f\x36\x5f\xda\xe1\x0c\xf7\xbf\x31\x44\x11\x33\x6f\x74\x4b\x7a\xdd\x96\xa0\x6c\x00\xbf\xb7\xbf\x06\x8b\xff\x86\x17\xd0\x68\x6f\xbc\x39\xa9\x6b\xb5\xce\x14\xd9\xfd\x0c\x2a\x6f\x3a\xd3\xc2\x04\x2b\x3d\x3f\xce\x38\xc3\xf0\x3f\xc3\x4b\x81\xb1\xf9\xc1\xd2\x40\xc1\x7d\x1c\x26\xb7\xe7\x4b\xb1\xc6\x19\xca\x86\x06\x9b\x47\x6f\xf5\x6f\x92\x86\x58\x62\xcc\xcb\x0f\x06\x24\xf2\x43\x6f\xec\x6b\xee\xb8\xfc\xc4\x3e\x17\x3c\x1f\xae\x1c\x7a\x48\x46\x0f\x29\xb7\x48\x43\x0e\xe8\xd9\x7c\x1f\xb0\x95\x80\x2d\xe5\xe4\x70\xf8\xe1\x5c\x3b\x52\x28\xb1\x70\x86\x72\xe0\x7e\x06\x00\xe8\x65\xe4\x4b\x31\x3d\xd7\x68\x1f\x82\xdf\xb6\x74\xe9\xc1\x86\xb2\x89\xcd\x9a\x39\xd3\xc1\x09\x62\x6c\x82\x6b\x19\x99\x6b\x41\xcf\x06\xa6\x2f\xd9\x0b\x78\x6c\x3a\x3f\x18\x8f\x6c\x7d\xde\xd5\x03\x6c\x9c\x7a\x57\x5f\xc7\x99\x86\x7e\xa2\x3c\xdc\xaf\x63\x89\xf2\xda\x73\x82\x56\x01\x99\x3e\x85\x41\xa9\xa3\xa4\x50\xed\x60\x25\xfb\x89\x7b\x6e\x82\x0c\x39\xe9\xb9\x6c\x00\x72\x02\xd0\x6a\x7e\xf1\xfe\xce\x94\x7a\x57\xe2\x33\x75\xea\x81\xdc\xfd\xf8\xd5\xfa\x38\xd1\x6d\x7a\xb5\x5e\x73\x87\x64\x00\xca\x38\xf9\xef\xaf\xdd\xb6\x67\x46\xbf\xf4\x74\x36\x83\x67\x61\x66\x3e\x9d\x5e\x8a\x06\x49\x12\xad\x7c\xaa\xe7\x45\x4f\xa7\x1f\xd9\xd7\x29\xf3\x46\x6c\x69\xc8\xcc\x8a\x56\xd0\x9b\xf6\x9a\xdb\x28\x3d\x69\x3f\x49\xa0\x71\x93\xe2\xaa\x23\x94\xed\xaa\x0c\x41\xf6\x60\x2e\xa3\xf2\xa6\x7d\xa6\xd0\xeb\xcd\x32\x59\x7a\xe3\x80\xf8\xb2\x29\x67\xbe\xd4\x8a\x22\x3c\x7f\xb8\x58\xd9\xcf\x3f\xef\x3b\xec\x86\x1f\x70\x4f\xc4\xe3\xcf\x4a\x1c\x0d\xff\x9b\x3e\x5f\xb3\x2c\x3f\x76\x21\xd6\xd4\x0f\x87\x52\x4b\xa9\xdb\xad\x50\x6a\x37\x8e\xb2\x9f\xb7\x28\xea\xd7\x99\x03\x62\x97\xff\xa4\xc5\xe3\xc2\xfa\x2d\xf8\x8f\x21\xe8\x4c\x9f\xc9\x14\x4e\xa4\x0e\x94\xcb\x2f\x8b\x4d\x97\xcb\x79\x1d\xfe\x7e\xf8\x33\x7f\x5c\x18\x23\x98\x04\x22\x29\xbc\x8d\x9d\xbc\x71\x6f\x29\x5b\xee\x24\x23\x78\x9b\xcc\x68\xfd\x24\x33\x94\xf8\x16\x45\xf4\x73\xa8\x03\x64\xb9\x9f\xbc\x5f\x63\x84\x3c\x3c\x3f\x07\xa4\x72\xae\x20\xa5\x02\x3f\x41\xfa\x09\x61\x72\x9e\x00\x04\xe7\xcf\xd7\x83\x27\x96\x85\xde\xb9\x57\xce\x59\x4b\x79\x0d\x4e\xe0\x27\xcb\x79\x0c\x86\xb3\x78\xdf\x24\xbf\xdd\x20\xa7\x4b\x0f\x48\x37\x14\xea\xe3\xc2\x13\xd2\x2c\xdf\x29\x9d\xe6\xea\x4e\xa9\xcd\xbb\x1a\x4a\xeb\x32\x42\x09\x0a\x69\x2f\xf1\x7a\x4d\xfa\x64\x80\xd3\xca\xa5\x43\x7a\x6f\x5b\xd5\x2c\x41\x4a\x06\x66\xd0\x7a\x39\xa8\xc9\x18\x34\xc4\xd1\xff\x29\x55\x34\xe7\x8c\xc0\x20\x21\x7b\xb4\xd7\xcb\xd0\xd1\x8b\x49\x60\x05\x0f\x3e\x64\x5d\x26\xa5\xb2\xae\x40\xf3\x2c\x41\x41\x48\x30\x79\x53\x96\x61\x93\x39\xf0\xfe\xe4\x0d\xc8\x12\xfa\xa3\xe0\x85\x59\x42\x7f\xc4\x31\xb1\x0c\xf0\xe8\x9c\x91\xd6\xc1\x81\xdc\xca\x78\x1d\xba\x8c\x73\x30\xee\x9b\xea\x1e\x5f\x0a\x59\xfc\x94\xda\x0a\xb1\x92\x5a\x7a\x59\x3e\xea\xd3\x90\x93\x80\x58\x2a\x2c\x83\x3f\x88\xb3\x7c\x93\xde\xbe\xb6\x43\xd6\x61\x47\x1b\x8f\x56\x96\x70\x1a\xa7\xd3\x56\xdc\x14\xcb\xed\x3f\x3f\x98\x6c\x96\xf4\x30\x4e\x37\x43\xe2\x0e\x7d\xa6\xd0\x1b\xe6\x48\xa9\x42\x44\xb4\x14\xca\xc7\xfa\x62\xf4\x0e\xbc\xfa\x2f\x29\x41\x9f\x21\x68\x25\xca\x43\xc9\x6a\xaa\x8c\x7d\x0b\x07\x94\x49\xf0\x0e\x68\xfc\xa6\x65\x21\xef\xc1\xd7\x89\x33\xf6\x80\x92\x84\xb5\x46\x5d\x8a\xd4\x5f\xc0\xd3\xad\x73\x30\xf0\x01\xe9\x56\x4f\x28\x69\xd0\x33\x1f\x6a\xa3\xdb\x63\xb5\x8c\xb5\x38\x41\x57\x2e\xe1\x27\xca\x05\x13\x3b\x52\xbf\x73\x75\xdf\x94\x45\xd6\x41\x3b\xde\x1b\x70\xa6\xa0\x15\x17\x88\xc2\xc5\x9b\x72\x8c\x93\xe5\x58\xfc\xb8\x74\xd6\x69\xb7\xa8\x53\x36\xdd\xa4\x9d\x64\x33\x23\xb0\xc6\x3c\x19\xfb\x42\xd6\x34\x48\x09\xd1\x46\x5d\x84\x28\x4c\x22\x78\x44\xe1\x35\xc9\x3a\xb9\x2b\x1f\x8c\x5e\x6e\x31\x10\x03\xeb\xf4\x01\xa7\x85\x32\x63\x3e\x85\x02\xd8\x13\x7d\x60\xf9\x79\x3a\x1e\x93\x65\x6c\x44\xe7\x0a\x7e\x9d\x91\x85\x4c\xe7\x36\x9f\x8e\xbf\x05\xf9\x72\x58\xff\xd9\x9e\x96\xb4\x93\x1a\xc3\x75\x5a\x4c\x64\x02\xa8\x0a\xe7\x5e\xb9\x49\x2d\x6f\x4f\xa1\xe5\xd0\xc8\x10\xb4\xbe\x08\xbb\x73\xb3\xbe\xee\xa4\xf8\xe4\x0d\x0f\x39\x40\x3f\xe7\xa6\x55\xcc\x5f\x2d\x35\x7d\xed\x37\x52\x95\x8d\x72\x41\xa2\x22\x53\xaa\xe9\xec\x29\x94\x7e\x6f\x29\xb3\x15\x6b\x0b\x63\x15\x6e\x29\x6d\x19\x2c\x41\x37\x8a\xe3\xfa\xde\x94\xcc\x30\x6b\xfb\x55\xd8\xf4\xf0\xb8\x60\x1d\xc7\xc4\xf1\xb6\x0c\xeb\xc0\x31\xb0\x8a\x9d\x2e\x40\xc6\x97\x50\x1e\x27\xc9\x20\x6e\xd2\xe3\x4b\xbb\xf6\x05\xb0\xe9\x0b\x9e\x15\x18\xb0\xe0\x6d\x9f\x54\xe6\x12\xf1\x64\xf8\x3e\x36\x23\x3e\x84\xc7\x28\xdc\x84\xad\x00\x30\x32\x47\xcb\xab\x94\x0f\x75\x1d\x3b\x99\x14\xdb\xc3\x0e\xc2\x76\x93\x96\x51\x99\x23\x0b\x8c\x9e\xba\xfc\x0b\x7d\x1a\x14\xec\x70\x34\x37\xb9\x4d\xf2\x33\xba\xf9\x19\xc8\xc9\x22\x79\x32\x38\x08\xac\x02\x33\xf0\x6b\x84\xde\x07\x90\xb1\x2e\x8e\xc6\x17\x14\xbd\x0e\x48\xfd\xb7\x8d\xf0\xe5\x47\xfc\xb3\x3d\x5f\xfa\x96\x8f\x66\x7d\xd5\x7c\xa2\x3f\x2e\xaf\x29\xe2\xd7\xe1\xf3\x31\xa5\x97\x5f\xf8\x47\x6a\x1a\x2a\x71\x02\x25\x5c\x97\x1f\x1f\x3b\x11\xd4\x4d\xbe\x3d\xda\x34\x24\x29\x0f\x1c\x70\x5d\xf6\xad\xb6\x94\xda\x67\x02\x72\x6f\x19\x02\x31\x78\x41\xb3\x84\x81\xa8\x5c\x50\x2c\x50\x0e\xc0\xd6\xd6\x65\xd1\xe0\x63\xe0\x72\xd0\x7c\xac\x99\x65\x90\xc3\xc8\x14\xc9\x80\x3a\x81\xb4\xad\x0b\x8d\x80\x79\x70\x39\xb3\x2e\x2b\x41\x74\x80\x99\xba\xc6\x69\x02\xbb\x58\x97\x6d\xe9\xe3\x15\x52\x13\x81\x52\xb8\xb2\xc2\x8c\xc1\x4f\x71\xb0\x49\x2e\x9f\x8e\x26\xf2\x51\x91\xf1\xcf\x92\x5f\xd9\x4c\x8a\xbf\x14\x7c\xa1\xc6\x82\x52\xd4\x81\x0e\xe2\x73\x55\xbf\xda\xe1\xc5\xda\x72\xd8\xfc\x13\xe0\xdc\x72\x48\x82\x6b\x22\xe5\xaa\x33\x7f\xbe\x9e\x76\xfb\xdd\x12\x42\xc5\xd8\x06\x8c\xc3\x25\x68\xc3\x99\xdd\x53\x51\x53\x3e\x67\x2d\x47\x2f\x38\xc1\xe3\xad\x6a\x5d\x74\xa4\x17\x89\x86\x6c\xf0\x6a\xab\x0d\xaf\xee\x52\x80\x82\x1a\xbd\x5d\x9d\xca\x88\x27\x75\xcb\xe1\x0a\x62\xeb\x28\x5c\xc1\xc9\x6d\xcf\xaa\x36\xf5\x47\xa8\xe1\x01\x5d\x90\x5a\xfb\x99\x2e\x3f\x7a\x1e\xf2\xb7\x83\x65\x09\xcf\x70\xe2\x8e\x5e\x82\x33\xd4\x81\xe8\xac\x36\x0c\x11\xcf\x86\x2f\xf0\x0a\x66\x09\xb0\x70\x5e\xb0\x57\xf5\xcd\xde\x59\x52\xa8\xd4\x2e\x2c\x66\x0d\x9b\xa6\xd5\xed\x5f\xe6\x47\x8c\x18\x46\x37\x83\x35\x38\x0b\x7d\x0a\x32\x70\x64\xe1\x1d\x21\xf3\x95\xa5\xde\xfe\x67\x96\xc4\x49\x62\x80\x0d\x2e\x42\xf7\xb7\xa7\x5d\x6f\x3a\xf6\x7d\xf5\x59\x0d\x79\xa7\xa0\x08\x95\x18\x49\xcb\xf0\x02\xae\x71\x97\x22\x24\x5c\x1c\xe3\x96\xd1\x05\xdc\xe2\x2e\xc3\x09\xa2\x1f\x9a\xaf\x69\x26\x03\x70\x48\x04\x92\x22\xde\xe4\x47\x8f\x13\x42\x29\xa8\x1f\xeb\x2c\x74\x41\xc1\xb5\xbe\x1a\xfc\xc2\x6e\x6c\xc6\x04\x02\xfb\x5b\x82\x17\x0c\x1c\x41\xab\xa1\x3c\x7c\x3e\x5d\x8e\x90\x70\x4d\xfe\xd2\x71\xfc\xaf\x99\x21\xd8\x83\x3f\xd2\x10\xe3\x63\xf4\x42\x1b\x44\xb9\x35\x7b\xe5\x9d\x09\xf5\x26\xe5\x81\xcd\x97\xd6\x24\xc8\xe2\x66\x6b\xe5\xc8\xec\x39\x00\xd2\x89\x75\xd5\x2c\x93\x66\xda\xf1\xd2\x9f\x29\xbc\x15\x7e\x54\x49\x73\xc2\xc9\x9c\x59\x04\x54\xe8\x3d\x93\xb2\x15\x37\x92\xad\x60\x64\x42\x14\x89\x91\x09\xe3\xbc\x42\xf2\xd7\xcc\x1f\x42\x28\xf3\x47\x06\x53\xfe\x5a\x6a\xa6\xb4\x54\xfd\xc9\xf9\xe4\x2e\x1d\x76\xa1\x60\x51\x76\xdb\x1f\x76\x70\x2d\xa7\x03\x18\x27\x36\x3f\x98\x01\xde\x9a\xae\xce\x61\x02\x36\x21\xe6\x7f\x04\x9f\xc3\x30\xf0\x14\x69\x91\x01\x80\xc8\x62\xab\x3b\x4a\x7a\x0d\xc5\x94\xf8\xb7\x15\xb9\xff\x78\x46\x34\x8d\xcc\x64\xb4\x78\x7e\x8e\x90\x55\x9d\xd0\x8e\xa1\xa3\xe7\xc5\xe8\x9d\x60\x30\x9d\x4c\x46\x90\x42\xeb\x86\xa7\x21\xeb\x06\x96\x4c\x81\x17\x4e\xae\xae\x57\x47\x59\xa5\x50\x0e\xfe\x89\xa0\x73\xac\xfe\xf3\xc8\xa4\x2c\xaf\x59\xbe\xbc\xf4\x52\x9d\x19\x5a\xd6\x22\x98\xce\x8e\xd9\x80\x2b\x74\x39\x66\x43\xf4\x84\x41\x03\xbc\x3e\x58\x0a\xdc\x7f\x4f\x7c\x3e\xdc\x1e\x6c\xba\x7c\xeb\xcb\xb4\x63\xe3\x38\x75\xe5\xe7\xbb\x10\x2d\x8e\xd5\x7f\x1e\xd8\xa9\x0e\xe9\x70\x1e\x18\x65\x0a\xe2\x70\x70\xc7\xb0\xba\xe1\xa0\x07\xaa\xc1\xa8\x81\x9c\xe8\x06\xea\xe8\x0c\x59\x3c\xb9\x1d\x52\x88\xc6\x98\x56\xc3\xa6\x2a\xa8\xca\x25\x98\x40\x8d\x00\x19\x4e\x0e\x3e\x8f\xf1\xb7\x14\x1f\xa8\x27\x0e\x5c\xc2\x10\x94\x98\x89\x60\x08\x78\x88\xbc\x8c\x21\x88\x8c\x18\xb2\x80\x78\x93\xb1\x86\x5f\x2e\x10\x9b\x6d\x0d\xe1\xe9\xb2\x07\x07\xc2\x06\xd3\x5e\xb1\x23\x3a\x2f\x98\x97\x43\x47\xf0\x7e\x78\x0d\x2c\xa0\x1a\x52\xc1\xb9\x47\x28\x19\xd2\x84\x78\x5b\x06\x17\x64\x03\x28\x30\x7f\xcd\x6e\x1d\x8b\x65\x61\x78\x8b\xf9\x1a\x90\x16\xf9\x6c\x58\x00\x03\x04\x71\x5b\xc3\x51\x71\x4a\x28\x6f\x25\x6c\xbb\xe1\xdb\x9e\x96\x35\x14\x0c\xea\x59\x25\x67\x1f\x61\x87\x0e\xe1\x86\x9f\xd1\xfa\x6d\xff\x59\xf3\xa1\x17\x09\xa6\x52\xec\x88\xbb\x59\x16\x54\xfe\x42\x42\xe8\x2d\x63\x0b\x4a\x4b\xb3\x3e\x4c\xa6\x4c\xa2\x30\xf3\x6e\x3f\x06\x1b\xc9\x20\x04\xae\x40\x96\x41\x07\x3c\x79\x5d\x8e\xb8\x9f\x5f\x9e\x91\x43\x1d\xd2\xc6\x0f\xbc\x38\xc9\x74\x7b\x41\x59\x48\xe1\x00\x99\xf6\x78\x80\xb8\x5b\xd3\x42\xea\xf9\xf2\xed\x86\xf2\xa9\x10\x91\x3d\xbd\x28\xf6\x1b\x27\xd2\x99\x94\xa8\xa6\x64\x51\x83\xa9\x5b\xd3\xbe\x4b\xe0\xb4\x6b\x22\x95\xb0\xbe\x15\x82\xa2\x66\x26\x27\x2e\xab\x9a\x86\xec\x3f\x42\xf0\xcc\xc9\x52\xd3\x29\x47\x6f\xec\xce\xe9\x40\x9b\xe5\x08\x69\xc0\x22\xdd\x20\x6b\x0a\x9f\x62\xb9\x70\xc4\x57\x44\x88\x4a\xd8\xb1\x35\xf1\xaa\xa0\xb5\xa7\x9f\x22\xc0\xd4\x33\xec\x46\xbb\x72\x40\x13\x2c\x6c\x19\x73\x10\xef\xd2\xf4\xb5\x10\x6f\x75\xd6\xf4\xfd\x33\x8c\x30\xd1\x57\xcf\x97\x1e\x01\x3f\xea\x1b\x86\x9e\x0f\xb5\x75\xe1\xe1\x89\x4d\x93\xd9\xbd\x99\x86\x50\xcf\x7d\xad\x01\x83\x0f\x48\x45\x1b\xc5\xac\x5a\xa8\x2f\x46\x20\x10\xc2\x09\xc2\x7e\x2d\xc7\x67\xb4\x3f\x75\x09\x84\x70\x4b\xcd\x34\xdb\xdc\x6c\x4a\x25\xb1\xd8\x63\x0b\x29\x04\x2b\x2c\x8c\xe4\x74\xca\xe9\x0a\x53\x73\x61\xe6\xc0\x29\x8a\x3b\x71\xf2\xdc\x6a\x39\xee\x44\x9f\xf9\xd2\x6c\xcd\x7f\x2f\xeb\x36\x38\xd5\x28\x05\xe2\x74\xad\x65\x26\xe2\xb8\xe4\x8c\x01\x04\xf8\x5a\x8b\x83\x17\x46\xcd\x72\x5c\x5e\x84\xba\x61\x09\x57\xe6\x7d\xf9\x75\x4b\xa6\x7a\x99\x2d\x98\x69\xc3\x12\x40\x5b\x2c\xc2\x57\x00\xb1\x5f\x0e\x58\xd1\x32\x07\x8a\x57\x71\x9b\x38\x7f\xca\x70\x23\x16\x66\xe6\x63\x33\x00\xa6\x56\x1c\x34\xdb\x43\xfa\xa7\x19\xac\x1f\xb6\x10\xff\x71\x29\x49\xc0\x91\x23\x23\x78\x86\xf6\x90\x3e\x58\xf7\x34\x24\xe1\x8b\x1d\xb3\xd1\x56\xa1\x2e\x95\x1d\x50\x9a\x75\xec\xba\x6d\xa7\x76\xa6\x56\xe1\x2c\x2a\x2f\xa6\x96\xe3\xfe\xbf\x08\xcd\xb5\xb6\x4f\x52\xc7\xf3\xe9\x52\xdd\x14\xca\x53\xc9\x9e\x22\xf0\x05\xd8\x87\x65\x74\x03\xb1\x8b\x96\xd1\x0d\x1d\x68\xef\x52\xdc\xff\x4a\xac\xa2\xa5\xb0\xff\xa3\xa6\xcb\x9b\x9b\x2e\x9e\x39\x2c\x27\x01\x98\x0f\xe5\x1f\x19\x50\x66\xd2\xfc\xa5\x35\x55\x4b\x33\xea\x1f\xc9\x2b\x70\x43\x07\xa9\xb2\x0c\x6e\x00\xcd\xbd\x84\x66\x38\x2f\x2c\x52\xe1\x17\x4a\x9c\xb1\xc2\x2f\x54\x62\x77\xae\xed\xb4\x30\x23\x65\x56\x27\x38\xa0\x36\x47\xa5\xac\x87\x43\x2a\xa0\x3f\xb6\xa3\x54\x8e\x50\xb6\x42\x30\x32\x15\x5b\xa3\x02\x20\x5f\xdb\x81\x7f\xe1\xa5\x6d\xce\x42\xce\x6e\x4c\x9d\x2c\x16\xd6\x33\x26\xc9\x06\x1b\x43\xab\x7e\x8d\x70\xa4\xaa\x6d\x2f\x7e\xd2\x67\xfd\x87\x62\x1e\xd3\x0c\xc6\x16\xe3\xc1\x3d\x5c\xd2\xec\x4f\x3e\x72\x33\x84\xe2\x6e\x54\x62\xcc\x2c\x23\x1b\xd2\x89\x90\x0d\x15\xd0\xfe\x72\x48\x8e\x2b\x9b\xfd\x0d\x9f\x21\x56\x1d\xa1\x83\x77\xb4\x4b\x58\x86\x1a\x71\xf8\x36\xb3\xa0\x3e\x94\x81\xe0\xbc\x98\x49\x47\xeb\xe8\xe0\xae\x97\x53\x10\x5c\xd9\xec\x8e\xc8\x91\xc3\xab\x01\x08\xe1\x0f\x03\x10\x4e\x10\x62\xeb\x9d\x74\xff\x50\x3e\xb8\xc1\xa0\x0a\xac\x71\x12\x33\x6c\xbd\x9d\xc3\xff\x0a\xc5\x7f\xa5\xaa\xc4\x56\x0b\x05\x4f\xa4\x59\x0b\x59\x1c\x5a\x6f\x8e\x54\x6c\xc4\xb7\x53\x09\xe5\xcf\x62\xf2\x42\xfa\x6a\x3b\xa2\x9d\x48\x1b\xe1\x92\xb7\x0f\x55\xe8\x3a\x01\x1b\xce\x13\xac\xee\x12\xb0\xa1\x12\xc1\x64\xbd\x2d\x7e\xf2\xa3\x0e\xe1\x00\x7f\xbf\x37\x36\x78\x3a\xb1\x99\xd3\x43\x7a\xc6\x30\x54\x0d\x64\x38\x73\x83\xf4\x31\xbe\xf2\x64\x73\x7c\x2c\x72\xe0\x4c\x01\x19\x4a\x16\xed\x13\x56\x98\x90\x43\xf7\x16\xf9\x50\x11\x53\xd9\x9b\x1f\x1d\xcc\x01\x3e\xaf\x8f\x6e\x18\x88\x9d\xb0\x3e\x96\x30\x3d\xfd\xdb\x32\x85\x31\x85\x87\x28\xf7\xa6\xfe\x53\x78\x2b\xb4\x47\x25\x76\xc7\x52\x96\x83\xf3\x69\x55\x07\x35\x30\x21\xeb\xe3\xc0\x5b\x07\x8c\xa9\x24\x07\xe5\xc8\x5f\x61\x62\x3f\xa4\x6e\xd4\x58\x83\x8f\xa5\x11\x5b\xf3\x83\xc2\x42\x70\x7d\xb8\x51\xc0\x03\x64\xa8\x04\xcf\x78\xd7\x07\x57\xf0\x4c\x5d\x49\x6b\x96\xe4\xe3\x1b\xf9\xe8\x80\x8f\x7d\xc1\xb9\x52\xfb\xf8\x0c\x35\x52\x68\x9b\xe7\x4a\xa1\x76\xc3\x08\x25\x85\x9a\xeb\x37\x90\x13\x51\x0a\x1f\x43\x74\x89\x11\xbc\x9c\xac\x80\x27\xc0\x4b\xf1\x42\xee\x9d\xcc\x1a\x71\xc9\xc7\x3e\xff\xa0\xdf\x32\x83\xf2\xfb\xf0\x3c\x67\x7d\xfc\x2a\x20\xca\xe6\x8b\xff\x8f\x43\xb2\xd2\x0e\x94\xf8\x11\x9d\x76\x80\x68\xb9\xeb\x8b\x5e\xaa\x21\x25\x30\x98\xc0\xaf\x19\x03\x16\x72\xdc\x8f\x13\xa4\xf5\xfa\x5a\x9a\xf0\x2b\x5f\x0c\x1b\xfc\x40\x5f\xce\x50\x57\x48\x49\x37\xa6\x5e\x00\x8d\x52\xe0\x13\xe1\x33\x0a\x97\xde\xeb\x6b\xd7\xff\x81\x9c\x26\x24\x48\xfe\xcb\xa6\xcc\x43\xc9\x1e\xc1\x7f\x25\x20\x47\x05\x60\xba\xbe\x9c\xbd\x70\xe5\x28\x76\x48\x05\xab\xbb\xbe\xe6\xa1\x91\x0f\x75\x91\xf9\x7c\xa8\xbf\x62\x0f\x39\x4f\xc1\x24\x4c\xd1\xfa\x26\xd2\x00\x94\x8d\x68\x64\xb6\xc3\x88\x64\x2f\x7e\x0d\xa8\x21\x50\xd1\x12\x8a\xa3\x67\xc3\x19\xb6\x71\x45\xa7\x7f\x39\x87\x21\x83\x9c\x8a\xa0\xc0\x6d\x5f\xdf\x49\x81\x60\x5f\x5f\xb3\xcc\x0c\xe5\xad\x32\xf3\xa5\x27\x0f\xe9\xff\xdd\x8a\xe0\x8d\xe8\x70\x4c\x91\x71\x3e\x9f\xda\xc5\xc1\xbc\x2b\x8a\xc8\x19\x95\xa7\x5c\x04\x15\xdc\xdf\xfa\x19\x5b\x05\x44\x7d\xfd\x86\x1f\x98\x75\x28\x0d\x81\xf8\x9f\x4b\x21\x46\xda\xeb\xa1\xba\x7e\x7b\x42\xf9\x78\x05\xeb\x09\x00\x72\x46\x5c\x38\x17\xc1\x20\x80\xeb\xfa\xc1\x88\xa9\xaa\xf5\x9b\xe9\xd2\x9c\xe7\x9f\xfe\xf9\x62\xb3\x70\x52\xfd\xf9\x40\x45\x30\xd0\xf5\x73\x2c\x81\x58\x48\x04\x15\x89\xe1\xe3\x3c\x06\x83\x50\xea\xeb\x87\x1d\xd4\x42\x6a\xd1\xd2\xab\xfd\x3c\xf0\x90\x10\x20\x25\xb7\x24\x02\x80\xb4\x5c\xb2\x0b\xe3\xd1\x5e\x19\x81\x71\x76\x84\x76\x5a\xc2\x78\x34\x40\x4e\x0b\x8c\x07\xcf\x3b\x97\x40\x1d\x17\x21\xcf\x96\x81\x1b\xa3\x70\x04\xfe\x19\xee\x1f\x34\x81\x80\x1b\x2d\xd7\x3f\x4a\x4f\xd0\xe2\xd3\x57\xa0\x90\x96\xcb\x96\x9f\xc1\xfe\xed\xfa\x0f\x32\xfc\x87\xcb\xf8\xca\xa7\xb6\x59\x2c\xeb\xb6\x42\x81\x34\xce\xe4\xdb\x91\x40\x3a\x6f\x15\xf6\x0b\x36\xe9\x21\x8b\x47\x3f\x21\x2d\x93\xac\x0f\xf6\xcb\x17\x54\x68\x80\xad\x60\x20\xed\xf5\xd4\xf5\xfd\xa4\xa5\xe6\x7e\xe1\x54\xbe\x52\x6a\xa3\xaf\xa7\xf4\xa3\x7f\x0d\x25\xd3\x9e\x63\xef\x7e\x39\xfc\x0c\xe1\x22\xb6\xc0\x23\x0d\x64\xd8\x16\x76\xe4\x22\x30\xcc\x56\x54\x91\xf6\xca\x87\x37\x57\x35\xb0\x40\x5b\xa9\x0f\x1a\x77\x43\xfb\xe5\x67\x02\x40\xc4\xf7\x0b\xae\xb1\x4d\xbc\xc9\x6f\x50\x18\xec\x2d\x4f\x1a\x1e\xc9\xfd\x42\x5f\x55\xa6\x08\x79\xc2\x94\x2c\x0f\x80\x66\x90\x2e\xd6\x5e\xfb\x65\xdc\x10\x66\xf8\x16\xb0\xa4\xe1\x4d\xdd\x2f\x58\xec\x62\x40\x37\x53\x35\x1e\xb6\x6e\xc5\x2a\x69\xb8\x03\xf7\x0b\x8b\xb9\xa7\xd0\x77\x4c\x17\x9d\x62\x0d\x55\x7e\x74\x1b\x3c\x52\xe8\x14\x73\xa8\xf3\x33\x9b\x21\x31\x47\xe6\xb9\x93\xf9\x53\x62\x7b\x67\x53\xbc\x29\xad\xd1\x99\x76\xbe\x56\x74\x0c\x57\x1e\xe7\x0c\xfe\x30\x8b\x59\xba\xec\x03\x4f\xe2\x15\x52\x53\x64\x17\xcc\x3e\x10\x3d\xde\x02\xfb\x80\xa5\x2c\x38\xf7\x81\x40\x39\x42\xbe\xf5\x69\x81\xb2\xf7\x66\x40\x69\x91\x6c\xa7\xef\x63\x7a\x04\x94\xa1\xc9\x2a\xc3\x33\x5f\x9c\xa1\xbc\x48\x83\x56\xa7\x36\x21\xd3\xe5\x30\x26\xa3\x1c\x29\x1c\xfa\x72\x42\x59\x10\xd5\xf4\x69\x83\x63\xf0\x67\x13\x2e\x0e\xa9\xf1\xc1\xa8\x0a\x56\xd2\x80\xae\xec\xc3\xb7\x14\x04\x79\xdd\xe0\x65\xd0\x98\x5b\x78\x99\x96\x1d\x7a\x58\x4c\x15\x06\x84\xc1\x5d\xd3\xd0\x74\x43\x8c\x68\x69\xbe\x0a\x23\xc0\x88\x7e\x48\xdb\x88\x95\x39\x32\x7c\xa6\xc0\x8e\xa4\x6d\xe0\xa0\xb1\x09\x50\x02\x74\x7e\x2b\x40\x49\x01\x12\xb2\x95\xd4\xa1\xf1\x40\x68\x1f\x5c\x6e\x3d\xa4\x36\x3e\x57\xf2\xfb\xc0\xe7\x3c\xd2\x8d\x0f\xf5\x35\xa5\xe6\x2a\xab\xb0\x6d\xf4\x0d\x8f\x43\xf7\x69\x70\x1a\x0f\x40\xf7\x69\x3e\xb2\x5a\xdf\x67\x18\x67\x40\xda\xf0\x62\xc5\x15\xeb\xa4\xd4\xa7\x50\xcf\x00\x5e\xf9\x52\xd1\x5b\x9f\x56\xb1\xfd\x28\x34\x1f\xd9\x02\xd8\x0a\x66\x52\xf0\x0d\xef\x93\x9b\x8a\xa7\xb0\x2a\xb2\xf1\x0b\x4a\x79\xe8\x5b\x28\x59\xf5\xe9\x51\xc2\xa6\xcc\xbf\x45\xf9\x36\x34\x67\x12\x89\x6b\x1b\x9a\x73\x84\x02\xec\x58\xf8\xad\x25\xc1\x88\x24\x52\x90\x93\xc6\x63\x95\x7d\xc2\x43\xa9\xa9\xcc\x66\x56\xd3\xdb\x21\x4e\x46\x39\x43\xfa\x2d\xe8\x84\x12\xc7\xa3\x3b\x4e\xcb\xa1\x2b\x35\x25\x11\x4a\x6a\x7e\x55\xc6\x6c\x70\x44\x4b\x33\xdb\x63\x63\xe0\xdb\x63\x63\x71\xac\x04\x51\x14\x0a\x6e\xd2\x78\x01\xb0\x4f\xfc\xd0\x35\xad\x5a\x4c\x4f\xfe\xca\xcf\x0e\x66\x66\xd9\x12\xea\x4a\x97\xba\x10\xa8\x69\xd6\x4a\xc4\x07\xf0\x5d\x2c\xa1\x50\x29\x65\x68\x3c\xc8\xe5\x32\x6c\x8c\x20\x4a\x04\xd1\x69\xaf\x9a\x0f\x61\xac\x01\xa9\xf1\x3d\x55\x3f\xfe\x32\x85\x02\x65\x5c\x29\xf4\x89\x71\xd2\xd0\x74\x9f\x17\x94\x91\x35\x6c\xb7\xe2\xb7\xb1\xc7\x64\x44\xd3\xbe\xcb\x92\xd2\xfb\x2c\x90\x49\x28\x58\x47\x2d\x2d\x69\xc1\xd8\xa8\x05\x11\x85\x98\x76\x70\x95\x49\xd8\xb2\xad\x68\x2a\x0d\xbc\xfd\x2e\xf8\xa2\x91\xf7\x0a\xae\x52\xb0\xa9\xb7\x21\x3a\xc4\xe2\xdb\xc5\x8e\x69\x54\x7d\x31\xab\xc1\x95\xc0\x75\xb8\xaf\xd8\x82\xeb\x14\x0c\xf5\x5d\xf0\x01\xb0\xc1\x1d\x21\xe5\xc2\x43\xb0\x85\xd0\x69\xaf\xcc\xad\xb9\x24\x53\xb2\xc5\xc1\x19\xb9\x8d\xe6\x82\x18\x2c\xb6\x9c\xb2\xb8\xbe\xf4\x42\xfd\x28\x24\x4a\x7b\x35\xa6\x12\x1c\x57\x1a\xb5\x8f\xd3\x1d\x5e\x5c\x80\x5d\x50\xea\xbe\x85\xb2\x25\x54\x42\x2a\xbc\x3f\x0b\xe2\x54\x1d\x31\x3b\x2e\x9b\xcf\x48\x89\x6b\xb8\xfb\x0e\xa5\xb0\xa8\xf0\x8b\x82\xa3\x94\x68\x88\x2b\x0c\x02\x69\x5c\x16\x33\x75\xe1\x65\xb6\x31\xbd\x2f\xc7\x8b\xe0\xf1\xd2\xbe\x7c\x16\xc7\xd9\xb4\x95\xc4\xe3\xe4\x85\xdd\x56\xe8\x94\x06\x4a\x7c\x5f\x1c\xce\x66\xc8\x2e\xb8\x4a\xaa\xca\x11\x75\xa4\x19\x23\x47\x98\x1d\xf1\x4e\xcb\x8f\xc8\x9b\x04\xb0\x7f\x5f\x66\xa4\x96\xc1\x99\x91\x10\xa9\x17\x8a\x10\x39\x69\x60\x10\x4f\x67\xb7\x33\x83\xb4\x8c\xc6\x49\x86\x6b\xca\xf8\x2b\x06\xb7\x18\x79\xda\xb1\xba\x85\x25\x2f\xdf\xa1\xb1\xb0\x97\xb3\x52\x66\x40\xc0\x84\x66\x0a\x25\xa9\x90\xd4\x0a\x94\x72\x45\x15\x5f\x4e\x8c\x80\x2c\x34\x66\xa8\x47\x8a\x5e\xe6\xc8\xfe\x1f\x04\x77\x22\xa5\x30\x38\x6b\xc8\xfc\x88\xfc\x4c\x57\xe6\xce\x61\xda\x47\x28\xdb\xee\x99\x9e\xad\x1d\xc1\x4c\x12\xfd\x04\x84\xee\xae\x8e\x1f\xc1\x89\x74\x0b\x40\x74\x16\xb6\x61\x75\x60\xf6\x57\xa8\x4b\x93\x9e\x0f\xcd\x11\x03\x4a\xfc\xfa\xb4\x62\x8b\x07\x89\x5f\x9d\xd1\x10\xa1\x25\xb8\x50\x03\xb3\xbf\x1d\x0a\x85\x37\x24\xbb\x3a\x46\x6c\x7b\xfa\xf0\x24\x77\x28\xfd\xc7\xa0\x19\x3b\x1a\x10\xea\xe0\x8a\x78\xa1\xb1\x6b\x78\xb9\x42\xfa\xa6\x19\x8b\xb0\xda\x3c\xc3\x4e\x27\x32\x0a\xef\x37\x76\x45\xda\x3d\xa5\xb6\x1e\xaf\xf4\xa3\xc1\x8f\xb4\x6b\x30\xdb\x95\x4f\xe1\xd9\xd4\x95\x21\x82\xdd\xa9\xf8\x27\x85\x0b\xb2\x2d\xfc\xd0\x81\xab\x6f\x57\x5b\xfc\x19\x9e\x2d\x7e\x5e\x90\x6c\xc7\x3f\x69\x99\xaf\xc5\x68\x99\x5a\xab\xd6\x9e\x42\x06\xcb\xa2\x98\x47\xe1\x8a\xca\x29\x12\xd5\x56\x9d\xe8\x30\x8b\x02\x57\xf2\xa1\xb5\x69\x66\x8f\x38\x26\xac\xad\x7c\x0b\xd9\x6c\x15\x31\xf9\x4a\xa1\x6c\xc7\x11\xca\x60\x8a\xa7\x55\xef\xae\x57\x9a\x95\xa6\xc5\x88\x73\x54\x93\x41\x6a\x98\xdd\x40\x98\xc0\x7a\x0d\xf3\x1f\x79\xd8\x00\xb3\xc3\xc3\x4e\xd5\x32\xb9\x43\xdc\x8d\xeb\x18\x26\xa5\x39\x4a\x4f\xa9\xf9\x56\xb6\xc1\x48\x5d\x18\xae\x42\x9a\xc5\xe8\xd5\x8f\x4f\x80\xe2\xef\xe6\x83\x21\x36\x7e\xb3\x0c\xe4\x19\xc6\x6e\x18\xf9\xe8\x62\xc7\x36\xe1\x5d\xd2\x76\x3e\x16\x5e\x13\xed\x06\x0f\x0d\x28\x39\xa9\x61\xdc\x66\x54\x75\x36\x60\xc3\x74\x6b\xe9\xe4\x1e\x1e\x70\xc8\xad\xcc\x2d\x83\xb7\x44\xbb\x59\x81\x22\xd8\x9a\x39\x6a\xa6\xa6\x91\x7e\xec\xc7\xb6\x18\x6b\xea\x9a\x6b\x50\x99\xcd\xf6\x19\x4a\x42\x29\x5f\xce\x48\x8b\x26\xf3\x3f\x87\x8a\x66\xfe\x42\x06\x35\x2b\x5e\x44\xa9\x10\x4b\x0d\x34\xe6\x16\x62\x29\x51\xb9\xb6\x23\xab\xf0\xee\x73\x37\x00\xd4\x2d\x1f\xea\x39\x69\x06\x63\xa1\x37\xd3\x8c\xcd\x02\xd4\x79\x73\x28\xe5\x99\x56\x87\x7a\x4c\xab\x76\x1d\xb4\x54\x95\x06\x1d\xa1\x94\xec\xfe\x4a\x55\x31\x62\xe6\x51\xea\xfc\x08\xb7\xe8\x4c\x1a\x93\x85\x28\x2b\xa5\xfd\x7d\x83\xb9\x8d\x8a\xea\x31\x49\xbb\x1d\x1b\x8c\xd5\x40\x27\x22\x83\xec\xee\xd8\x3b\xac\x79\x07\x5f\x80\x34\x30\xec\x89\x28\xc4\xbb\x3b\xde\x3d\x31\x3d\xb7\x40\x50\x05\xdf\xeb\x16\x08\xea\xbc\x38\x93\x0a\xf5\xd4\xb8\xcb\xdb\xdd\x31\x75\x67\xca\xcc\x01\x2d\x85\x9e\x3a\x06\x07\xef\xb6\xb4\x7a\x33\x2f\xb1\x89\x76\xb7\x96\x7e\x86\xf3\xd1\x87\xfc\xe3\xcd\xad\x0d\x1c\xe8\x16\x1e\xaa\x3c\x7f\xac\x83\x05\x37\x47\x1b\x38\x14\x2f\x4c\xb6\xe0\x50\x47\x29\xe9\x43\x07\x0d\x50\xab\xbb\x3b\xa6\x3e\x21\x3a\x77\xc7\x34\x6c\x69\xf7\x3e\x15\x01\xa2\xdb\xdd\x01\x9d\xaf\x94\x2d\xf7\x92\x01\xd9\x50\x1c\x29\x7d\x6b\x69\x33\xa2\x8f\xeb\xb2\x24\xc6\x79\x23\x08\x3a\xee\x10\x84\x46\x97\xb0\x04\xc3\xba\x15\x61\xe5\xca\x09\x8e\x08\x2b\xf8\xa6\x77\xdf\x0c\x21\x75\xb7\xbe\x74\xdd\xe1\x0b\x1f\x6e\x14\xb7\x42\xac\x1c\x44\x3b\xdb\x0a\xa2\x52\x4e\x76\x85\xb0\x52\x0d\x3c\xe7\x76\x08\x95\x0b\xef\xf4\x16\x38\xaa\x81\x15\xdc\x82\x3f\x35\xc0\x9d\x5b\xe8\xa7\x06\x68\x6e\x8f\x09\x03\x53\x15\x9f\xc6\x08\xa9\xff\xca\x70\xfc\x5e\x12\x67\xf9\x1e\x61\x99\x90\x5b\x27\xd5\x7c\xf9\xf6\x9f\x4c\x48\x4b\xb1\x16\x52\x17\x06\x33\xed\x4a\x88\xb1\x28\x03\x4f\x18\x3b\x73\x98\x4d\x10\x14\x63\x79\x40\x29\x2b\xa2\x4e\xa8\x26\x58\x6f\x28\x8f\x8e\x7d\xe1\x60\x2a\x3d\xa7\xc3\xe1\x18\x77\xf9\x6b\x63\x14\x0a\x0c\x35\x58\xf9\x33\x9f\x0a\x29\x35\x43\xd9\x2f\x86\x61\x23\x68\x54\x03\x26\xba\x87\xf9\x00\x95\x3e\x8c\xfe\xe7\x41\xcc\x56\xa0\x95\x06\x86\x6e\x2b\xe7\xce\xdd\x4e\xbe\xec\x2a\x64\x0e\x74\x5c\x05\x5f\xb7\x05\x9b\x6a\xc0\xba\xf6\x30\xc7\xb0\x33\x06\xa2\x2a\xdf\xe9\x74\x8a\x9e\x33\x4e\xea\xe4\xc9\xcd\x56\x78\x96\x42\xa4\xf3\x2d\x68\x54\x03\xa5\xb7\x03\x8d\xc2\xc6\x99\xf8\xcf\x7a\xbe\x6c\xaa\xfb\x82\xf2\xd1\x70\x86\x14\xeb\xc5\xd3\xa5\xe8\x2c\x67\x7f\x7a\xd9\x3e\xbb\x42\x09\x78\x8d\x96\x71\x02\x9e\xf3\x4c\x55\x07\xfb\xe4\xa5\xc7\x9e\x8e\x07\xce\x8f\x4d\x9d\x3d\x78\x7a\xbf\x8d\x94\x02\x83\xbc\x05\x94\x6a\xc4\x5f\xdb\x8a\xdb\x72\x06\x99\xbe\xa7\xe5\x11\xd6\xe4\xb4\x3c\xca\x70\x26\xf3\xf3\xf7\xa3\x9e\xad\x9c\x3a\x9d\xf0\x98\x7b\xfa\xdd\x1f\xd7\x56\x1b\xd0\x54\xce\x86\x73\x79\xba\x52\xe8\x95\x65\xe8\x72\xf2\x03\xfa\xd9\x42\x50\x35\x20\x4a\x5b\x00\xaa\x1e\xb1\x26\x00\x55\x21\xbe\xd2\x9e\xf8\xd5\x66\x48\xb8\x90\x76\xfc\x78\x09\xc9\x3a\x01\xc7\x3c\x24\x8b\x19\xd2\x2e\x61\x6c\xb0\x69\x56\xc3\x12\x99\x66\xae\xcc\xf3\x7d\x6c\x68\x60\x90\xb6\xe0\x55\x0d\xf0\xc5\x9e\x46\xca\x14\xf6\x81\xe0\x55\x0d\xd4\xc4\x76\x50\x97\x19\x46\x14\xa0\xea\x8c\xec\x5c\xe6\x3c\x74\xad\x50\x51\x8f\x02\x5f\xf2\xc5\x02\x0a\xd8\xe4\xe2\xe1\x22\x6f\x2b\x54\x4b\x8b\x22\x5e\xba\x7e\x0e\x03\x0b\x3e\xd5\xb8\xbb\xdf\x0b\x31\x36\x53\xa8\x6d\x89\x11\xbc\x26\xab\x15\x52\xab\xc5\x3c\x2f\x40\xe1\xf0\xdd\xc2\xd8\x67\xb2\x1c\xb1\x80\x70\xba\xfb\x6d\xfb\x02\x2d\xfd\xf6\x2e\x85\xb9\x7d\xcf\x3f\xc8\x41\xb1\x1d\xbe\x60\x14\x2c\xef\x37\x0e\xca\x87\xf4\x5c\x22\xba\x40\x01\xf0\x40\x66\x7f\x70\x12\xb0\xc1\x3e\x8e\xc4\xcd\xe5\xd3\xfe\x58\x0f\x60\x1d\x7d\x1c\x3a\xfd\x29\xb3\x7b\x0a\x63\x45\x97\xe9\x8d\x4b\xb6\xfd\xb1\x35\x80\x89\xfc\xb1\xc2\xc7\xb0\x55\xbc\x82\x7b\x7c\x8c\x00\x61\xce\xbe\xf9\x4c\x46\x0f\xe9\xbb\x0a\x9e\xf9\xef\x0f\xda\x39\xc3\xf5\xf9\x9a\xa7\x21\xfb\xe3\xdd\xd0\x53\x57\xb1\x98\xd9\x1b\xe4\xd7\x78\x6a\x5a\x65\x8c\x14\x7e\x75\x27\xc8\x70\xb7\x23\x49\x52\xc6\x63\xbd\x91\x42\x5b\x3d\xfc\x8b\x82\xa5\xc7\x71\xa4\xbb\xf3\x72\xb1\x4a\x1f\xaf\x20\x62\x4e\x17\xe9\x17\x78\xa2\xfd\xe1\x91\x0d\x7a\xfb\x0b\x62\x10\x26\x56\x6e\xff\x96\x4b\xaa\xaf\x59\xba\xa7\xaa\xa2\x55\xa2\xa4\xbe\x16\x9e\xec\x13\xdd\xb1\xb7\xdc\xdd\x28\xb3\x7f\xcb\xfd\x90\x72\x6b\x14\x70\xfb\xe4\xf9\x9f\x84\xff\x77\x9e\xff\x96\xdb\x19\xdd\xbf\xdf\xb3\x9a\x1e\x15\xeb\xe7\xe9\x03\xfe\xa1\x59\x54\x3c\xa2\xc3\x17\xf0\x95\x7b\x46\x27\xf6\x6f\xb9\xb9\xf9\x72\x47\xca\xc6\x71\x5e\xff\x1e\x0f\xab\x6e\xd2\x5b\xae\x51\x48\xbb\x51\x66\x0a\x25\x1e\x60\x99\xaf\x25\x2d\x0c\xfe\xf5\xab\x69\xf8\xd0\xf1\x11\x26\x31\x94\x9d\xd5\xbf\x45\x7f\x10\x2d\xe1\x95\x0f\xe1\x1e\x26\x41\xaf\x29\x3a\x2a\xc2\xc1\x12\xda\xf9\x77\xd8\x42\xe7\xff\xbf\xdb\x49\x97\xe6\xad\x99\x66\x3d\xd8\x50\x12\x65\x30\xd3\xd7\x2a\x3d\x5c\xe0\x8b\x2e\x5e\x7e\x38\xe3\x7f\xcb\xf5\xc0\xd7\xdc\x34\x52\x26\xc1\x1a\x7e\xf1\x0d\x05\x0f\x3f\xb6\xee\xd8\x8f\x28\x0c\xe7\xed\xa8\xb9\x7d\xfc\x61\x05\x62\xa8\xeb\xca\xfd\x28\xb0\xd3\x0f\x69\x30\x43\x5a\xdd\x21\x95\x7f\x36\xf5\x66\x1a\x12\x5c\x0f\xc3\x4a\xe9\x37\xee\x5e\x2e\x48\x9d\xaf\x89\x26\xb1\x1d\x48\x21\x47\xbe\x9f\xb9\x02\x36\xf8\x59\x54\x20\x86\x75\x17\x7e\x33\x45\x87\x64\xf0\xd4\x95\x23\x8e\x77\xb3\x4e\xe3\xdf\xe2\x16\xfc\x39\xf9\x1c\x38\xc0\xfd\xe3\xc2\xe0\x95\x52\x4d\xe6\xcc\x97\xfc\x18\xbf\x62\xbd\x09\x07\xfd\xac\x29\x6b\xaa\xbe\xdd\x0e\xa4\xd3\xf7\x22\x96\x7d\x37\x3e\x2e\xd8\xdd\x77\xe3\xf1\xd9\x29\x33\x46\x8b\x8f\xc8\x89\x31\x6a\x3c\xae\x8a\x69\x50\x62\xc9\xe8\xfa\xbb\x18\x03\x3f\x9c\x9c\xbf\xf8\x71\xe6\x70\x6e\xfe\xcb\x8e\xe2\x9b\x3a\x7d\x37\x35\x21\x15\x76\x5f\x16\xe2\x4d\x5d\xea\xb1\x40\x29\x0d\xa3\x56\x64\x38\x8d\x7f\x3b\x9f\x46\x7d\x27\x30\x43\x0e\xff\x47\xea\x2e\x93\x69\x68\xeb\xd3\x14\x8a\xd9\x9e\xf1\x58\x5c\xcf\x54\x35\x1b\x1c\x29\xb5\xb0\xb8\xf8\x54\x56\x98\x1f\x50\x0f\x27\xfd\xbf\xeb\x32\x06\xe9\x51\xbb\x6b\x6e\xca\xe6\xed\x15\xf2\x72\x5d\xba\x71\xe8\xcd\x23\xcd\x36\x0f\x37\x75\xbb\xce\xfb\x0c\x41\x27\x48\xc7\x8e\xb8\x29\x8b\x36\xc9\x9c\x9b\xb4\xc3\x63\xd2\x90\x18\xea\x7c\x31\xb7\x8b\x3e\x53\xe8\x10\xeb\x99\x6b\xb9\xc2\x1c\x68\x62\x0c\x62\x2c\x5c\x2f\xda\x75\xbc\x94\xf3\xa2\x25\xfb\xc2\xae\x17\xeb\x6b\xd3\xbd\xf1\xdf\xec\xfa\x4a\x4b\xdb\x17\x27\x17\x03\x76\x22\xad\xc2\x7f\x6f\x44\x66\xda\xb5\xd7\x61\x32\xa4\xb0\x18\x83\x90\xb9\x75\x66\x7a\x1d\xe3\xe8\x15\x1e\x13\x0e\xc7\x08\xb6\x9b\xf2\x78\x6b\xc8\x9f\xbe\x34\x75\x20\x31\xea\x09\xc9\x3e\x1b\x90\x0c\xbf\x40\x8a\xcd\x98\x33\x5d\x86\xb7\x93\x55\x3b\xbc\xc2\x4c\xa0\x6e\xad\x4f\x5f\x77\x0e\xa7\xfd\x6f\x27\x43\xd7\xbd\x74\x3b\x19\xeb\xe1\x6b\x9d\x99\x56\x3c\x38\xba\xd7\x81\xae\xbe\x1e\xf2\x90\x7b\x8b\x91\x2f\x77\xf8\xe7\x5b\xcc\xbb\x2a\xbf\xc1\xc0\x17\x2c\x35\x21\x35\xba\xf3\x05\x65\x26\xca\xd0\xed\x8d\x2f\x8c\x40\x9e\x28\x9f\x3b\x6e\x0a\x1e\xa7\x1d\xc9\x7b\x9f\x99\x6e\xaa\x88\x62\xb0\xf6\x44\xa5\x8f\x6d\xf1\xf5\x90\x9a\xd6\x93\xd1\x29\x6c\xb9\x31\xbc\x37\x25\x39\x73\x32\x1a\xdb\x86\xd7\x91\xc2\x8f\x0a\x99\xd7\x7b\x9d\xaf\x57\x4b\xff\x9a\xc9\xd3\xb3\x7c\xe2\x03\xad\x0d\x52\xb2\xe4\x1c\x50\xb7\x90\x36\xee\xe8\xa6\x3c\x9a\x09\xa5\x60\x32\xa3\x42\xf9\x04\x30\xd3\x8c\x12\x70\x8e\x03\x6a\xab\xff\x34\xfa\xd6\x87\x69\x86\xbd\xc8\x70\xe4\xfe\xb4\x55\x78\x53\xca\xbf\x3e\x69\xc6\x8f\xe8\xc6\x05\x35\xfd\xc7\x29\x14\xef\xb0\x63\x74\x71\xdd\x6c\xed\xde\x94\xb7\xe9\x91\x56\x3f\xb2\xb8\x19\xea\xb4\xec\x62\x3d\x08\x22\x91\x09\xb0\x0b\x29\x13\x60\x3b\xe2\x82\xb1\x75\x39\x5d\xae\x9a\xaa\x16\x14\xac\xf2\x69\x5f\xc1\xc5\x96\x70\xc6\x0d\xbf\xa7\xbe\xa9\xa5\xbb\x24\xfe\x59\x36\x6a\x7d\x9d\x69\x56\xa2\xab\xa4\xaa\x56\xb2\xa4\x19\x3d\x53\x62\xbf\x9c\x38\x3c\x69\x46\x5a\xe9\x48\xa3\x92\x2f\x47\x5a\xf1\x1b\xaa\x8b\x4d\x78\x6e\x5e\x5a\xa7\xae\x62\x70\x5e\xee\xbf\x68\xa7\xdb\x72\xb9\x29\x31\x04\x12\xa3\xf8\x10\x7f\x1d\x29\x6c\x12\x27\x27\x94\xd5\x2b\x13\xe2\x1b\xe7\xfe\x42\xc2\x15\x2f\xfb\x53\x97\xcd\x34\x21\x6f\x49\xe4\x47\x7a\x37\x65\x33\x79\xd2\x90\x63\x3b\xf8\xad\xd1\x4d\xda\xaf\x80\x2e\x24\x9a\xc3\x75\xa4\xb2\x98\x34\xff\x32\xb5\x49\x4a\xaa\x8a\x47\x32\x04\x78\x84\x5f\x91\xa9\x79\x5e\xe9\xe3\x2b\x5f\x0e\x6d\x02\x5f\x40\x4e\x16\x58\x84\x46\xc5\x14\x11\x5a\x65\x79\xc7\xe4\x43\xcb\x93\x23\x55\xa5\x35\x9d\x8e\xe2\x26\x2d\x7e\x5b\x9a\xd5\xbe\x44\xf5\x15\xc3\x34\x3b\x32\xad\xc8\x27\x14\x05\x56\x36\x33\xc2\x9f\x80\x9c\xaa\x21\xe5\xd4\xcb\x88\x7c\x54\xbf\xce\x34\x64\xeb\xb7\x31\x41\xc6\xfd\xf6\x57\x3e\x95\x4b\xeb\xc8\x18\xcc\x26\xed\x82\x5c\xae\x9b\x4f\x2d\x72\xce\x7c\x2a\xb6\xad\xe9\xd5\x17\xc6\x69\xe8\xeb\x2f\xdd\xd0\x65\xec\x1e\xbb\xd3\x17\xd6\xb3\xa3\xc7\x2f\x3f\x7f\x3a\xfe\x74\xa0\xdc\x55\xa5\x4b\x58\x25\x85\x9d\xb8\x7c\xe1\x76\x53\x0a\xb7\xd1\x5f\x50\xe2\x83\x2b\xfd\x2f\xc5\x77\x49\x99\x6f\x8c\x5a\xfa\xff\xf8\xb7\x28\x9d\x6c\x6b\x9a\x9d\xcc\x57\xc8\xe1\xd2\x0e\xa9\x9b\x67\x96\xf0\x32\x83\x5d\x29\xb3\xb5\xde\xf2\xe5\xd7\xdd\x50\xd7\x78\x4f\x3f\x69\xba\x49\x89\x41\x14\x3e\x49\x3a\xae\xf4\x82\x68\x41\x46\x29\x26\x45\x3b\xaf\x50\x4a\x51\x31\x91\x51\x17\x16\xca\x99\x96\xc4\x63\x6c\xc9\x2b\x3c\x46\xbb\x12\x27\x13\xe1\xa2\x7b\xe1\x52\x1e\x0a\x2e\x62\x06\x95\x60\x39\x32\xf3\xc2\x02\xc9\x80\x38\x97\x64\x5d\xfc\x1e\xe1\xca\x72\xdf\xbc\xd0\xa2\x71\xb9\x19\x3e\x66\x48\xfb\x51\xda\x84\xd4\x66\xc6\xc8\x20\x31\xc6\xc9\x9a\x3a\x40\x44\x7d\x9d\xa9\xab\xd9\x66\x8f\xfa\xc6\xb7\xbe\x4a\xea\x2a\xe6\x02\x32\xcd\xd1\x22\x2a\x32\x42\xb7\xba\x2d\x0a\xb0\x22\x6c\x3a\xed\x58\x1f\xa1\xf3\x15\x3b\xe2\x8c\xd5\xa1\x0b\xdf\xeb\x85\x22\xab\xe1\x8c\x14\x6a\xa6\xbb\x37\x47\x8d\x04\xa1\x4b\x3f\xb2\xfd\xb7\xd4\xaa\xac\xa4\x54\xa8\xab\x92\x42\x83\xe1\x32\xbe\xe5\xe9\xa3\x53\xfb\xec\x3a\x06\x8b\x6e\x5f\xcf\x17\x02\xb8\x6e\x92\x08\x33\x78\x5f\x81\x75\x4c\x04\xa5\x91\x68\x11\x21\x0a\xfb\x70\x8f\x88\x21\x08\x50\x19\x5d\xa6\x0b\xd7\x52\x33\xef\xdb\xde\xd8\xb4\xfa\xfb\xe7\x7f\xbd\xb3\xf4\x8a\xeb\xd0\xc2\xe3\x8e\xeb\x50\x5f\xac\xbc\xee\x57\x5b\x58\x5c\xd7\xab\x2d\x72\x48\x41\x1f\xee\xaa\x27\xa4\xd9\xad\xa4\x21\x0b\xad\x7e\x41\xca\x2e\x6b\xa1\x24\xd5\xd9\xbe\x8e\x09\x31\xfb\x91\x3e\x2d\x63\x7b\x4a\xad\x3f\x3d\x5d\xce\x2a\x31\x3b\x76\x81\xaf\x5e\x33\x05\x0a\xf4\xd0\xc2\x89\xb9\x88\x45\xba\x38\xce\xc3\xb8\x90\xf3\xba\x7a\x2d\x15\xf1\xd2\x26\x43\x48\x43\xba\x02\x7a\xaa\x2a\x39\xe3\x48\x97\x16\x8c\x58\x09\xba\x6c\x6d\xd9\x38\x8d\xfb\xab\xce\x84\x59\x26\xc0\x98\x4a\x40\xd1\xb2\x17\x9a\x2f\xa8\x66\x3e\x94\x44\xc8\x6c\xa1\x66\x3a\x85\xb6\x54\x33\x21\x1c\x65\xd1\x90\xba\x26\x3d\xfb\x95\x42\x16\x85\x1f\xd1\x65\xc3\x33\x05\xf2\x4c\xfc\xdb\xaa\x16\x21\xbf\xc5\x8b\xa4\xfa\xa7\x1b\xe5\xae\x2b\xc5\xdb\x33\x00\xb1\x77\x7e\x59\x17\xa3\x05\x4d\xd6\xcd\x5c\x88\x6d\x67\x9f\x18\xd7\x15\x52\xcc\x85\xc5\xd9\x39\xad\x5c\x21\x2d\x56\xe8\xc4\x39\x25\x4a\xc9\x97\xfa\x91\x31\xa0\x34\x77\xa3\x40\x61\xc3\xa4\x90\x95\xad\x90\x1a\x3a\x06\x69\x87\xd5\x9e\xf1\xd9\x87\x81\xe5\xd6\x2d\x65\x30\x97\x95\x61\xe2\x1c\xf9\x31\x99\x30\xb3\x23\x6b\x89\x1d\x71\x61\xa7\x74\x1c\x66\x6c\x79\x5f\xa3\x9e\x23\x9f\x7a\xb8\xf9\xd2\xab\x90\x9a\x56\xd0\xc8\x39\xb2\x48\x74\x98\xbf\xfb\x8d\x76\x0b\x65\x15\xc3\xca\xfb\x3a\x34\xc6\xbd\xe2\x41\xb4\x13\xaf\x81\x2f\x43\xe7\xcc\x87\x8e\x3f\x94\x3e\xac\x4b\xb3\x0c\x68\x1f\x54\xa0\xaf\x3f\x4b\x7e\x04\xd9\x85\xa2\xed\x3e\x1e\x23\x00\x92\x51\x82\x01\x38\xe6\xd1\x33\x7b\xbe\xe7\xea\xa8\x1f\x42\x47\x3c\x93\xa0\xe3\x71\x35\xac\xf7\x26\x95\x88\xed\xa1\xac\x8c\xd0\x96\xdd\xec\x36\x53\x68\xf7\x15\x6a\xd7\x61\x26\x66\x47\x0a\x3a\xb0\x44\x7d\x21\x93\x9c\x7f\x62\x5c\x28\x1c\xdf\x9d\x9e\xec\x40\x85\x99\x68\xe7\x4c\x43\xb6\xaa\x3a\xd4\xfc\xe7\x7f\xf5\x55\x52\x76\x2f\x59\xc1\x24\x1c\x30\x18\x47\x01\xc5\x91\x38\x73\x4e\x50\x18\x89\x56\x5e\xe9\xd0\xf7\x9d\x15\xca\x2e\x17\xb8\x58\x57\xb0\xad\x60\xd5\xe9\xca\xf5\x3a\x30\xb0\x86\x2c\xe4\x82\x15\xa7\x1b\xd7\xd2\xd8\x0b\x4e\x59\x51\x5b\x28\xeb\xa5\x9a\xaa\xb6\xff\x30\x85\x74\x39\x7b\xfe\x4b\x39\x8e\x6c\x7a\xb4\x79\x0f\x27\x0e\x1f\xe5\x6b\x06\x70\x8f\xb5\xa4\x13\x5c\xfd\xd8\xe1\xc3\x81\x6e\x2f\xec\x83\x81\xcb\x6e\xa6\xf2\xd4\xd8\x53\x28\x40\xda\x99\xb2\xad\x32\x3a\xd1\xc5\x7b\xec\x15\xdd\xb7\xb6\x02\xeb\x3b\xda\x44\xcd\xd9\x5d\x77\xaa\xad\x60\x05\x8d\x08\xbd\xd4\xbd\x59\x6f\xd4\x14\x2a\x2f\x2a\x32\x78\xd8\x78\x7e\x3e\x1c\x6a\x86\xf9\x90\xed\xdc\xcf\x94\x31\x75\x21\xbd\x2f\xd0\xe9\x0a\x37\xd1\x0a\x96\xc3\x74\x1c\xdb\x93\x53\x2f\xd7\xa8\xd1\xb0\x5c\xa3\xe6\xd4\xa9\x6b\xd4\xa3\xbe\x90\x82\x93\x48\x8f\x17\x14\xeb\xd7\x21\x7d\xce\xbc\xd2\xb0\xe5\x15\xdb\x7a\x22\xaf\x90\x3a\x13\xac\xdb\x2c\x7f\x8b\xf0\x89\x72\x4c\xb7\xbe\xc4\xbf\x5a\x5a\xf2\x65\x2e\xae\x01\x85\x99\x68\x05\x8b\x65\x4a\x62\x95\x23\x55\x3d\x2f\x2d\x0d\x89\xe1\x51\xe5\xba\x5a\x6d\x05\xad\x3a\xb1\xa8\x38\x3c\xe9\xf6\xb4\xe5\xbc\x31\x71\x0a\xb7\x90\x97\x0a\x69\xd5\x07\x75\x64\xd2\x04\xea\x36\x53\x55\x8b\x88\x24\x9e\x1c\xd8\x30\x31\x75\x61\x7a\xbe\x46\xba\x54\xa0\x01\x64\x92\x92\x65\xb4\x02\x2f\x2a\x57\xc6\x59\x33\xd3\x44\x70\xcb\x84\x48\x7c\x45\x54\x4c\x63\x39\x72\x6e\x9f\xe0\xd7\x32\x5b\xc8\xab\x96\xca\xe2\x63\xc4\xc3\x44\x5e\x21\xc3\x17\x4a\x0f\x9b\x60\xc1\x38\x25\x24\x3f\x9a\xca\xd3\xa5\x07\xa4\x7d\xbf\x3d\xa4\x32\x58\xc1\xcb\xcb\x82\x87\xbd\xb4\x70\xf6\xa2\x56\x7c\x2f\x3a\x3b\x82\xdb\x51\x25\x5e\xe1\xaa\x35\x19\x53\xc8\xcb\xfe\x14\xc6\x64\xc6\x89\x48\x5b\xbe\x67\x8f\xd8\x5a\x4a\x1f\x57\x51\x49\xcb\x22\x65\xa6\xaa\x98\x81\xfd\xb4\x7c\x7a\xca\xde\x77\x86\x8b\xfe\x82\x8d\x96\xb3\xa5\x1c\x29\x6c\xff\xfc\xaf\x4f\xf8\x66\x39\x08\xf2\xab\xa5\x21\xef\x53\x2c\x9e\x65\x91\x82\x88\x53\xd8\x89\x56\x60\x06\xa5\xc6\x28\xb1\xd2\x1d\x83\xa2\xbe\xae\x74\xa9\x38\xf9\x59\x09\xce\x59\x98\x02\x4b\xde\xc1\x82\x91\xbc\xb0\xc0\x30\xc8\x96\x1f\xac\x64\x49\x1d\x2a\xe0\xea\xa9\xdb\xdd\x4b\xea\x62\x85\x42\xe9\x57\xd0\x6c\x0e\x49\x31\x2e\x2c\xa9\xb5\xfd\x27\x29\xf4\x3e\xeb\x21\x15\x29\x6d\xa4\x13\x7e\x25\xa4\xdf\x99\xc0\x81\x4e\xb2\x51\xd1\x1e\x3b\xe2\xc7\xbd\x6c\x0c\x6a\x94\xad\x22\x44\x1c\xe1\x38\x45\x88\x68\x85\xa9\x55\x84\x88\x2b\x47\x29\x65\xca\x38\x47\x4f\x33\x76\x86\xb7\x7c\x78\x0b\xb5\xca\xb9\x65\x5b\x7e\x5c\xe9\x62\x79\xe5\x1b\xa4\x4e\xbf\x2d\xed\x68\xc1\xae\xf4\xa8\xbd\xc3\x9e\xdc\x66\x20\x96\x6f\x87\x81\xf8\x50\x37\x02\x31\x10\x37\x2a\x09\xeb\x51\x81\x27\x5a\x61\xe3\xec\x05\x47\xf3\x23\x82\x6d\x44\xd1\x38\x8f\x46\x87\x0f\x15\x87\xe2\x9c\x33\x7d\x78\xf1\x46\x3a\x81\xf3\xf8\x11\x81\x89\xe2\x76\xdb\x76\x3d\x47\x68\x6e\x2c\x27\x54\xa6\x13\x67\xe4\x5c\xb5\xad\xcd\xb2\x04\x3a\xe5\x95\xf2\x67\x5a\xfb\xbb\xaa\xad\x2a\xb4\xe2\x76\x82\xb9\x0b\x69\xa7\x48\x14\xad\xa0\x67\x14\x89\xa2\x95\x0c\xd6\xcc\x85\xc6\x4c\x20\x8a\x9e\xaa\xb0\x93\x9b\x7d\x13\x48\x14\x41\xa3\x1c\x1b\xa3\x21\x0f\x14\x97\xa2\x0c\xd4\xfb\x7b\xf8\x4f\xf2\xe1\xa5\xa5\x0d\x65\xdc\xd8\x84\x92\x49\x83\xea\x52\xc2\x8d\x56\xae\xb4\x62\x5e\x1f\x21\x8d\x8b\x80\xb2\x2d\x94\xb1\x61\x30\xb3\x11\x94\x09\xe3\x38\x98\xc9\xb7\xe1\x66\x17\x86\xf7\xdb\x47\xf8\x28\x15\x27\xbf\xe8\x2f\xe4\xdc\xdb\x3c\x82\xfe\x51\x74\x89\x3e\x5b\xca\x34\x5b\xe8\x7e\x87\x8f\x38\xa3\xb9\x12\x3f\x82\x43\x28\xa9\x30\xa2\x8f\x94\x0a\xa3\x15\xec\xa8\x37\xf7\x4b\xd8\x7c\x6f\x6b\x20\x7c\x3b\x6f\xdd\x39\x14\x4c\xd9\x37\xc6\x35\x26\xe8\xdb\x5c\x71\x85\xaa\xa2\xe8\x43\x0e\xc2\xd9\x53\xd6\xfd\x61\xfa\x18\x4a\x77\x9f\x42\x4d\x34\x6e\xc7\x37\xa9\x19\x38\x76\x02\x4f\xb9\x46\x46\x60\x16\x66\x67\x7c\x6c\xf2\x60\x3c\x93\x4f\x23\xda\xf3\x83\xa5\x7d\xa5\xae\x85\xe0\x4c\xa9\x86\x8b\x81\xa8\x18\x15\xbd\x31\xef\x8e\x51\xd1\x5f\x08\x53\x45\xa5\x38\xc7\x2b\x85\x40\x90\xa1\xee\x4d\x14\x7f\xd1\xc7\x06\x33\x96\xee\x87\x3b\x4a\xe6\xf2\x83\x4e\x4b\x55\xcf\x25\xa2\xe3\xe3\x17\xe1\x17\x76\x80\xe3\x49\xd4\xd7\xd3\x2e\x9b\x8a\x5f\xc1\x34\x9a\x29\x1d\x1a\x5f\x7a\x15\x92\x3d\x97\xb5\x4a\xd3\x31\x1a\xba\x51\x69\x3a\x0e\xde\xd7\x8f\x41\xce\x8c\x58\x02\x1f\x6f\x7a\x36\xd5\xc7\x0b\x9a\x39\xd9\x0e\xc1\xc0\x08\x0c\xd5\xea\x6c\xe4\x8f\x33\xda\xa2\xe1\x94\x4e\xa3\xfd\x5b\x15\x5e\x4c\xe1\x4f\xe3\x71\xab\xdf\xc1\x00\x2e\x48\x56\xb0\x42\x5a\x2a\xd2\xee\x97\x25\x9b\x50\x56\x1a\x35\x2d\x75\x75\xda\xa1\xc4\x53\x3d\xcd\x4a\xce\xb0\xe9\x85\x50\xb9\x3f\x2c\x90\x12\xe8\xe8\x51\x45\x7d\xb8\x0b\xf9\x72\x5a\x78\xd0\xaa\xf7\x79\x4b\x99\xbd\xb6\xec\xa3\xaf\x5f\x0f\xc5\x98\x30\x22\x25\xc7\x13\x62\x3b\x5c\x33\x85\xde\xae\x28\xd2\x2f\x42\x61\x86\x94\xac\xbb\x42\x69\xb7\xb2\xed\x15\xdd\xa1\x15\x36\xf6\xd7\xf6\x6a\x0b\x65\x3b\x08\xd3\xc2\x09\x3c\xfa\x8b\x3d\xf8\xb5\x4d\xda\xeb\xdf\x32\xdc\xf0\x95\x1a\x67\xa1\x20\x2a\xad\x60\xeb\x7c\x97\xd1\xb4\x8c\x0e\xc1\x83\x92\xfb\xa2\x62\xd8\x1d\x0e\x0b\x31\x61\xaf\x2f\x0c\x45\x55\x79\x6c\x0a\x16\xde\xd7\x97\xc8\xd1\x87\xc1\x9d\x70\xe6\x10\xee\xe4\x26\x07\xa4\x64\x14\xb2\x58\xd1\x1c\xce\x06\xcf\x28\x7c\xc3\x68\x6c\x86\x1f\x67\x17\x24\xbc\x03\x36\x34\xf6\x9c\x40\x28\x47\xbf\x52\x26\x3e\xe8\xa1\x6c\xaf\xf0\x9b\x3f\x5e\xf0\xa0\x61\x9c\xea\xa3\xbf\x52\x59\xe6\x69\xf6\x0d\xc1\x1d\xea\x2b\xa4\x6f\x1f\xe9\x53\x7e\x97\x32\x42\xbd\x85\x32\x0b\xf5\xf1\x87\x21\x05\x23\x44\xbc\xfe\xbc\xf0\x23\x94\x07\x80\xda\x37\x5e\x65\xc4\x9e\x02\xa1\x12\x23\x49\x08\x95\xd2\x90\xcc\x0e\xdf\x50\xe3\x08\xfa\x59\x8f\xe4\x3f\x65\x13\x64\x89\x1c\xcc\x61\x96\x50\x42\xe9\xe2\xd3\xfa\x59\x33\xa0\x35\x7e\x56\x05\xec\x71\x05\x76\x18\x0d\x05\xec\xc0\x0e\xf1\x02\xfd\x22\x39\x98\x1d\xbf\xc2\xa9\x4f\x5d\x8d\x66\xa6\xee\xdb\x75\x99\x10\x73\x8c\xff\x79\x26\x92\x83\x2d\x8b\xf9\xb2\x9a\x7f\x28\x5f\x5e\x0d\x28\xbf\x29\xf1\xac\x4f\x07\x6e\xc0\x50\x9d\xc2\xab\x74\xa7\x25\xbb\x29\x0d\xc0\x3f\x39\x05\x57\x29\x7e\xc1\x70\x53\xee\x7f\x42\xe9\xf1\xc5\x48\x17\x66\xd8\x46\x55\x44\x7f\x63\x38\x16\x23\x9d\x3e\x26\xab\x55\x21\xbb\xc9\x94\x5a\x8e\xd8\xb6\x98\x2f\xaf\xfb\xa4\x21\x6f\xf8\x49\x2f\x5a\xd8\x92\x4e\xbc\x4d\x27\xcd\xe8\x98\x01\xd0\x62\xbe\x1c\x45\x13\x53\x6b\xbe\x40\x16\xd0\x8c\xf6\x25\x57\xe0\xf3\x65\x07\xc4\x64\x06\xb2\x3e\xb4\x63\xd1\x3e\x43\x29\xcf\x8f\xa5\xd8\x3c\xec\x1e\x45\x58\x4e\x83\x39\x80\xad\xcc\xc3\xe7\x46\xcc\xb0\xa9\x3c\x1d\xa3\x31\x03\x87\xee\xf9\x1d\xa9\xfc\xa6\xcc\xa0\x96\x78\xd3\x61\x0f\x4e\xec\xc2\xa9\x1c\x1e\xc5\x01\x1c\x6e\xea\xe7\xe1\x51\xc8\x49\xd0\x6a\x69\x2a\x9a\xc1\x39\x19\xed\x31\xe1\x3c\xba\x99\x46\x6a\xd1\x8b\x7d\x06\xf5\xa0\x5d\xc7\x18\x7c\xc1\x07\x07\x86\xfd\x45\x65\xbd\x8f\x73\xa6\xe1\x9b\x3a\x35\x7d\xa9\x5a\xf4\x56\x2d\x94\x35\x58\xfa\x64\x9f\x1e\xf9\xf2\xe6\x4b\x3f\x7b\xb9\x29\x4f\xd1\xc5\x10\xe4\xa4\x02\x14\x34\x0f\x3b\x48\xef\x03\xcb\x5f\xe2\x7b\x2a\x89\x48\xc3\x89\x36\x9d\x44\x04\x6b\x78\x0a\x7e\xd2\x8c\x8c\xbc\xa9\xaf\x6a\xa6\xec\x27\x8a\xb9\x24\xed\xc4\xa0\x50\xbb\xff\xcc\x5c\x72\x57\x3c\x58\xc0\xcd\x6f\xd2\xac\xae\xf9\x8e\x92\x2f\xad\xa8\x1b\x73\x20\x71\x60\xa4\xdd\x4d\x0d\xcf\x08\x6c\x22\x5b\x10\xfc\xc9\x54\xe2\x92\x52\xc3\x08\x9b\x25\xca\x10\xcc\x17\x96\x8f\xd3\xb1\x13\x46\xb5\x65\x38\x15\x3c\xa1\x81\xea\x9a\xc6\xa3\x5c\xf0\xfb\x49\x68\x4c\x04\x80\xc3\x23\x5c\xac\x98\x22\x20\x9c\xd9\x53\xa7\xef\xf1\x30\xed\xa7\xd3\x93\xcc\xce\x12\x9d\xf6\x43\xb4\x50\xe6\xff\x8b\x11\xb0\xad\xcf\xb4\x34\x05\x2c\x3b\xa1\xde\x3a\x8c\xa6\x4f\x07\x48\x1c\xfc\x8a\x34\xfe\x05\x93\x38\xcc\x01\x37\xbc\x93\xe0\x05\xf5\xa4\x9d\x65\x1b\x24\x43\xd0\xea\x02\xbd\x9b\x82\x79\xdc\x85\x7c\x6a\x2c\x32\xd7\x32\xf3\x24\xcc\x17\x75\xef\x15\x1c\x0d\x6e\x13\xd0\xe3\xac\x6c\xec\x93\x45\xa1\x0f\x0c\xf4\x91\x42\x31\x5b\xa6\x7d\x9b\xd9\xd2\x85\x1d\x5f\x57\x5a\xfd\x7a\xec\xe9\xd2\xbf\xe9\xba\x05\x15\x6f\x3b\x6c\x2a\x6d\x48\x03\x15\x30\x15\xb0\xe0\x2e\xec\x90\x72\xeb\xdb\x08\x9a\xc5\x82\xe6\x0c\x65\x59\x72\x41\x2d\xf5\x91\x66\xf4\xaa\xca\xfa\x6c\x16\x63\x11\x39\x02\x4c\x61\x49\x1a\x00\x90\xa9\x2c\x21\x0d\xb8\xc3\x54\x96\x90\xe2\x5c\xc3\x37\x55\xfc\x1f\x8c\x66\xba\x7f\x9a\x99\x9e\xac\x94\xa9\xff\x93\x1e\x95\x7c\x15\x73\x6d\x96\x05\x83\x4c\x48\x9d\x2b\x6a\x46\x77\x6f\xdb\xde\x27\xad\x2e\x61\xaf\x4a\xaa\x5a\xea\x15\x46\xb7\x99\x3a\x86\xe7\xac\xda\xb5\xf0\xd3\x46\x79\x70\xdc\x9b\x8e\x2b\xc0\xad\xff\x2c\x1c\xcc\x10\x65\xc6\x66\x8c\x5a\x18\xe1\xf6\x3d\x02\x5b\xcc\xd8\x0c\xe7\xfa\xbc\x29\x9b\xd1\x8d\x31\x79\x35\x99\x93\xcb\x76\xfd\x08\x25\xbb\x99\x7f\xb9\x50\x05\x36\x40\xe6\xc5\x1d\x3b\x4a\xd6\x99\x3d\xe2\xd7\x9f\x97\xdf\xde\x64\x3f\x5e\x7e\x3e\x01\x94\x73\x2a\x0e\x40\x71\x74\xf9\x9b\xd2\xaf\x21\x76\x1c\x06\x80\xdb\xf0\x69\x4c\x05\xc0\x9c\x49\xa2\x8f\xfa\x54\x35\x27\x20\x68\x2e\xb6\xe3\x4c\x9f\xfa\x33\xa6\xf3\x62\x3b\x36\x28\x4f\x2e\x4b\x2a\xc0\x45\x07\xd6\x31\xf5\x80\xbf\x60\xc3\xce\x0b\xf1\xde\xfe\x76\xa2\x4c\xde\xfa\x73\xf2\x9f\x46\x63\x8c\x5a\xd2\x92\xd7\x81\xe1\xe9\xac\x1f\x53\xe7\x22\x96\xdf\x64\xb4\xdb\x0e\x05\x0c\x86\x8b\x03\x3c\x9b\xec\xe2\x92\xa2\xd3\x92\x2f\x29\xd2\x92\x21\x3e\x9c\xa8\xa6\xf0\x17\xbd\x63\xfc\x08\x7e\xd1\x47\x56\xc5\xcf\x42\x38\x60\x4d\x3d\xdb\x6f\xdc\xba\xcf\xea\x9d\xcc\xcc\xeb\x99\x7e\xb9\xf8\x13\xa7\xf5\x98\x78\x1b\xa7\x1e\xdf\x37\x6e\x91\xa7\x13\x79\x5c\x70\x8d\x70\x1a\xe7\x89\xb8\x32\x4c\x83\xbb\xcd\x59\x1d\x60\xf6\x48\x2b\xec\x0e\xc8\x70\x10\xad\x4e\xef\x0e\x94\x2e\x40\x0d\x2c\xde\x29\xa0\xc6\x68\x18\x2d\xd5\x2c\x84\xf2\xae\x1c\xc2\xaf\x34\x24\x7f\x62\x4b\xa1\x87\x9e\x3e\xa7\x9a\x09\x65\xc3\x2c\xdf\x99\xd9\x7a\x06\x60\x19\x59\x33\x00\xfb\xb9\x3a\x7f\x26\x0f\xd0\x33\x5d\xcb\x37\x00\x99\x84\x5b\xf8\x5f\xd1\xc1\x82\x7f\x94\x23\xd3\x25\x6c\x60\xad\xf9\x70\x6b\x3c\x8c\xc0\x5a\x22\x3d\x46\x98\x50\x68\xf5\x8c\x40\xa8\xc6\x6e\x95\x4e\x1f\xc8\xfe\x74\x62\xec\x16\xbe\xf5\x59\x7d\xcb\x00\x24\x72\x2a\x75\x47\xbb\x32\x04\xdf\x32\x70\x61\x32\x0d\xf1\xb8\x50\xa4\x0d\xe5\x0d\x1f\x08\xc6\x51\xf0\x3c\x4c\x9e\xcc\x3b\xd9\xff\x4d\x5a\x03\xb2\x0c\x6d\x78\xbc\x69\x48\xcb\xc0\x08\xda\x60\xf4\x21\x25\x8c\x9f\x4e\xb6\x0b\x33\x20\xc7\x47\xf0\xd1\x63\x36\xec\x79\x74\x4c\xb3\x3a\x40\xd0\xe8\xb1\x7d\xbb\xf2\x2b\xa8\x03\xe6\xb3\x59\x0a\x65\xb4\xb2\x02\xb8\xa9\x98\x0d\x13\x14\xa3\x53\x2f\xef\x0b\xc8\xbd\xe9\xb7\xf6\xd7\x53\xa6\x4d\x8e\xd4\xe6\xad\x7d\x7d\x5a\xf5\x64\xa6\x2e\xe6\x69\x67\x78\x78\x11\x31\xf2\x8c\xf1\xe0\x4e\x7e\x36\xbf\x08\xe4\x9c\x3b\xf5\xdc\xfe\xe4\x5a\x70\x36\x64\x14\x47\x2c\xe1\x41\xda\x95\x99\xbe\x19\xac\xb7\x91\xaa\x4b\x77\x13\x0c\xc8\x09\x1c\x66\xca\x6e\xeb\x66\x5c\x69\xc5\x8a\x22\xab\xe0\xec\xcd\xcf\x70\x04\xfc\xc1\x1a\x14\xaa\x64\xb4\x23\x94\xad\xca\x11\xd2\x02\x89\x53\x5c\xe3\x16\xa3\xb3\xf2\xbe\xbe\xcf\xc9\xad\xd9\x66\x69\xa9\xab\x95\x47\xa7\x34\x0c\x49\x78\xbc\xfb\x8d\x04\x76\x6e\xc7\x05\x85\xea\x22\x25\x48\x36\x92\x71\x1d\x57\xfd\x1b\x14\x3e\x0d\xfa\x18\x15\x9e\x31\xe8\xa3\xbf\x66\x1a\xd2\xd1\x09\x5d\xda\xb9\x0c\xeb\x21\xa5\x71\xe0\x8b\x6e\xde\x43\xd0\xf8\xa9\x3c\x77\x9b\xb3\x73\x71\xc1\xa2\xf8\xc5\xfb\x85\xc8\xf6\x8b\x77\xae\x2f\x67\x87\x67\xd2\x2a\x3c\x83\x40\x37\xac\x63\xc4\xd6\x16\x90\xa3\x1c\x6c\x06\xe1\x38\xda\x85\xd6\xe0\x55\x7b\x24\x5f\xc7\xd9\x80\x8a\xd1\xb3\xf6\x12\x73\x55\xb8\x8e\xc6\xd5\xff\x4c\x26\x0f\xd8\x24\x58\x0d\xf4\x6c\x77\x1e\x4f\x5e\x5b\x4c\xc3\x33\x46\xcd\x9f\x2a\xd9\x3b\x08\xd3\xd9\x59\xde\x54\x55\x2f\xec\x55\x3d\x5c\x3f\x07\x4a\x98\xa4\x1f\xf8\x99\xa6\xa1\x1a\x5c\x24\xce\xce\xad\x14\xa2\xd9\x50\x8d\x51\x99\xb1\xe1\x33\x04\x9a\x62\xd8\xcc\x84\xdd\x9c\x01\xa4\x33\x07\x86\x5f\x70\x83\x3a\xfd\x8e\x9d\x4b\xd0\xe9\x77\xec\xfd\x60\xe4\x03\xfd\xc3\x64\x0e\xfc\x8d\x48\xa1\x21\x47\x01\x77\xaf\x53\x18\x8b\x8a\x97\x70\x0a\x63\x51\xb9\xb9\x9e\xc6\x58\xf4\x03\x43\x77\xe0\x35\x60\xc5\x86\xed\xce\x9e\x4e\x2c\xea\x66\x48\xdb\xe1\xb0\xc9\xc8\xd2\xd3\x8d\x8f\xb3\xb0\xe2\x58\xe4\x43\xe0\xd7\xb0\x59\x33\x40\x1c\x85\x3d\x9f\x9a\xa9\xe9\xc6\x59\x0c\x51\x3a\x4a\xdc\xd1\xae\xfc\x27\x7b\x79\x86\xe4\x67\xe8\x14\xa7\x03\xab\x34\x1c\x98\x20\x5e\x07\x60\x0f\x95\xe5\x1e\x9c\x03\xb3\x86\xb6\x43\x19\xd1\x64\x45\xf9\x1b\x3d\x34\x3f\xda\xc0\x56\x9f\x0e\xd5\xd2\x61\xcf\x89\x35\x52\x53\xaa\xed\x83\xa0\x74\xb6\x8c\x89\xd1\xe5\xfc\x18\xb8\xd4\xe6\xcc\x22\x52\x15\x85\xd0\x53\x7a\x19\x40\x49\xb3\xc2\x7b\x02\x22\x9e\xe4\xd2\xa8\xcc\x8b\x41\x0f\xfd\x78\xe5\x53\xf9\x2b\x9f\x76\xe5\x65\x8f\x13\x67\x3a\xe4\x3d\x4b\x31\x7d\xb1\x9d\x53\xff\xb4\x0d\xdb\x33\x5c\x4d\x0a\x92\xd3\x6f\xc4\xfb\x81\x95\x63\x98\x43\xc5\x97\x38\xa7\x5d\x16\x39\x3a\xfb\x91\x38\x5e\xbf\x39\x1d\xcf\x2c\x5e\x09\xbd\x0b\x3f\x27\xd2\x67\xf2\xda\x0d\x79\x3d\x39\x7e\xa6\x57\x5d\x2c\x71\x81\x36\xfd\xf4\xbb\x1f\x70\xc7\x34\x3f\xc4\x5b\x34\x37\x6c\x46\xc3\xdb\xef\x40\xd2\x90\xfd\x43\x19\x92\x73\xfc\xa0\x7d\x8d\x74\x20\xf2\xfd\x98\x0b\xf1\xcd\x0c\x2e\xbf\x2d\x88\x74\x32\x7a\x61\xd4\xf1\x67\x8c\x94\xbb\xee\x92\x67\x34\x0d\x59\xa7\xf1\x37\x0b\x77\x1f\xa6\xd8\xf2\x2e\x7e\x28\xa5\x2d\x45\xa1\x00\x56\x88\x63\x6e\x71\x89\x80\x2f\x62\x59\x9e\xc7\x07\xb3\x7c\x3d\x18\x7f\xc8\xb2\x35\x98\xba\xcb\xe9\x76\x53\xe6\x76\xd1\x9d\xc6\x1c\x70\xa3\x30\x97\xdd\xf2\x39\x07\x2f\x3b\x7a\x10\x89\xcb\x3b\x13\xc9\xb1\x38\x3d\x32\xbb\x4e\x67\x41\xf2\xb1\x9b\x94\x10\x44\x62\x2f\x9f\x1e\x73\x84\x5f\xec\xe2\x8c\xd6\xb6\x63\xfc\x18\xcb\x87\x84\x9c\x8c\x37\xb0\x38\x0c\x9c\x8d\x05\x38\x42\xd2\x6d\x83\x94\x09\x83\xdd\xbb\xed\x68\xcc\x51\x7d\x5b\x30\x63\x93\x2a\xa3\x45\x2e\xd2\xe7\xb6\xbe\x9e\x69\xc6\xb1\x74\xd2\x0c\x91\x3f\xa0\x14\xc6\x00\x9b\x65\x23\xa5\x59\xb4\xed\x53\x42\xbc\x1c\xdb\x26\xde\x0c\x65\xa7\x1e\xbb\x60\xe3\xf7\x19\x29\x15\x30\xa7\xa4\x21\xaf\xef\x99\x6e\xee\x55\xc2\xf9\x3d\xb7\x4f\x06\x71\x3a\x18\x69\x10\x27\xad\x91\x06\x78\xf8\x27\x48\x83\xf8\x47\xb6\x91\x4a\x15\x1d\x2c\x34\x41\xc9\x26\x35\x98\xe0\x8c\x83\x64\xa3\xbe\x59\x43\xc3\x09\xce\xb8\x2f\x94\xc8\xa2\x71\x77\x31\x95\xab\xa2\x71\x21\x31\x85\x1f\x28\x71\x91\x6e\xd9\x71\x39\xf1\x08\x4c\xd0\xe2\xd2\xde\x8e\xe2\xcd\xd9\xdb\x97\xfe\xf5\x48\x19\xdb\x97\xf9\x91\xff\xa8\xc2\xb6\x5b\xb2\xbd\x1f\x0f\xe9\x6d\x96\xff\x72\xd6\x37\x16\x45\x18\x80\x16\xd7\xaf\x2f\xfd\xb9\xc1\x9d\x6f\x3f\x6d\x05\xff\x34\xdf\xbe\x48\xcc\xa9\xdd\xd7\xfe\x44\x63\xba\xc9\xa6\x86\xd2\xac\xd7\x0f\x7e\x52\xae\x8a\x16\xff\xb7\x41\x01\xf1\xdb\x29\x71\x45\x8b\x37\xf7\x0d\x30\x8e\x89\x7d\x4b\x7d\x64\xb6\x00\x0c\x54\x76\xd9\xdb\x40\xcb\xb8\x4b\xde\x5c\x2f\x65\xb8\x3a\x5f\x54\x76\xab\xd2\x5c\xb4\xfa\x4a\x99\xa5\xf5\x4c\xa1\xe1\x59\x35\xa5\xba\x59\x6f\xa1\xac\x9e\xf3\x9f\x32\x0a\xe2\x7e\x7b\x1b\x50\xfe\x54\xb5\x05\x9a\xbf\xc6\x58\x44\x3f\xbf\x31\x11\x10\x27\x86\x29\xcc\x5e\x53\x0a\xf7\xb1\x12\xb2\x16\xe3\xf7\x7c\xe3\xa1\xcc\x8f\x9b\xbf\xe0\x5b\x01\x13\xee\x86\xd2\x2e\xb3\x02\x69\x51\x04\xac\x63\xbe\xed\xc8\xe2\x11\xca\x34\xfa\x20\x8e\x63\x21\x0c\x5a\xfd\x0f\xaf\x35\xe7\xdb\x0f\x5f\x7b\x4d\x3b\xcb\xbd\x30\x5e\xf3\xe3\x99\x3e\x99\x16\x66\x49\xc6\x45\x3c\xd0\x1f\x1b\x17\xdc\x65\x4f\xa2\x61\x70\xf5\x38\x3f\x48\xa9\x92\x52\x65\x83\x9e\xf9\xd4\x6f\x19\x53\x55\xdb\x0c\x66\xf8\xf8\xc2\x23\x9e\x2b\xe5\xb6\x68\xf1\xc5\x1a\x53\x90\xbb\xb5\x29\x14\x41\x8b\x1f\x4b\xa8\x81\xce\x33\x8e\x29\x94\x40\x8b\x3f\xf1\xe3\xb7\x06\xb9\x72\xf9\xc8\x4d\x19\x47\x1f\x71\x33\x7a\x4b\x5d\xfd\x26\x5a\x52\x09\x2b\x5a\x45\x40\x7c\x50\x49\xe9\x72\x79\x00\xa9\x2a\x48\x3c\x9b\xf0\xa3\xe3\x63\xbc\x94\x8a\xa8\xd1\x2a\xe2\x56\x41\x33\x5a\x7c\x94\x1f\x16\x3e\xcd\x70\x3d\x05\xf7\x39\x21\xc5\xe3\x4e\xf9\x78\xe1\x61\x83\x8f\xb0\xb4\xbc\x7a\x9c\x0e\x9b\x51\xd9\xe7\x1f\xfc\x97\x1c\x79\x3e\x36\x1c\xe3\x06\xf9\xf8\x59\x00\xbc\xe7\xb0\x19\x3c\x8b\x9d\x4e\x38\xd1\x0f\xb6\xa0\xa2\x61\xdc\x03\x4a\x5d\xd9\x0d\x0d\x31\xe0\x78\x18\xa3\xb1\xd5\xbf\x4e\xdb\xd7\x5b\xbe\xfd\x28\xa9\x6c\x87\x32\xc7\xb3\xf2\x5f\x3b\xa7\xa2\x76\xbe\xb6\x1c\x1b\xa2\xf2\xeb\x1b\x85\x9c\x40\xbe\xd9\xce\x13\x92\xa6\x1a\xa4\x16\x0d\x37\x8e\xb3\x40\x8c\x86\x6c\x32\x50\x20\x2e\x31\xc5\xb5\xb8\xbf\x64\x4c\x36\xea\x5b\x7e\x56\xa6\x43\x1c\x35\x5f\xb6\x68\xcb\xa7\xea\x25\x23\x72\x4a\xa2\x78\xc8\xbe\xc2\x8f\xc4\x33\xe3\x44\x0f\x35\x07\x9f\xaf\x2e\x73\x26\x1b\xeb\xeb\x6d\x56\x53\x26\x59\xf9\x34\xf3\xf5\x78\xd2\x8e\x71\x6a\x1c\x41\x7e\x16\xfb\xd8\xcf\x0e\x41\x31\x1a\xd2\x46\x79\x1e\x5a\xfc\x48\x4e\xec\x10\xa7\x89\x90\x01\x2d\x6e\x1a\xc2\x53\x5c\x4f\x3b\x16\x0a\x3d\xa5\xd6\xd3\x78\x29\x94\xd9\xa1\x55\xdc\x8d\x0e\x57\x31\x1a\x42\x4c\xd8\x80\x16\x27\xd8\xcf\xd2\xba\xa5\x8c\x15\x6c\x90\xcd\x53\x52\x20\x6d\x21\x31\xd5\x3f\x90\xf1\x18\xed\x3f\xcc\x81\xfc\x8c\x45\x72\x83\xd3\x8d\x07\x00\x0c\x3f\x7f\xf6\x43\xc7\x55\x43\x38\x0b\x30\x11\xf3\x87\x49\x9f\x5f\xf7\x4d\x43\x43\xa4\xfc\xfc\x70\x38\x27\xc9\x9f\x2f\x1e\x8e\x7c\xfa\x71\x61\x48\x2d\x3f\x07\xa6\x1f\xcb\x9f\x09\x16\x24\xa0\x72\x7c\xfa\xf9\x74\x1f\x7f\xd6\xcf\xdc\x10\xe3\xe6\x67\x77\xcd\xf5\xb4\x64\xf8\x32\xd3\xe4\x03\xdf\x55\xff\x83\xab\x5c\x88\x81\xe3\xf9\x17\x1d\xef\xe3\x73\xf9\x61\x72\x7a\x92\x96\x11\x03\x95\xc3\xd5\x22\xfc\x05\xa8\xf1\xe5\x88\x17\x2f\x20\xdc\xcb\x98\x81\xea\xc8\x79\x37\x29\x58\x89\xb7\xf8\x7a\xd9\xb1\x88\x97\x74\x39\xe4\x45\x3f\x9e\x52\x26\x74\x42\x8a\xb9\xad\x2c\xd7\xcb\xe2\xdc\x22\x69\x09\x36\xd0\x6a\xda\xc1\x55\x70\x30\x04\x9b\x01\x16\x15\xeb\x85\x0d\x5a\x19\x10\xa2\xe2\xa4\x13\xc7\xb8\xc0\xf6\x5e\x82\x18\x34\x1c\x19\x4b\x31\x2e\x1a\x9e\x94\xf5\xc2\x09\xd9\xf9\x6f\x98\x30\xe3\xc3\x42\xad\x69\xd7\x22\xb4\x67\x10\x6f\x77\xc3\xf0\x1d\x2d\x0f\xc7\xda\x52\xe2\x88\x3e\x0e\xea\x2e\x0f\x9f\x76\x2d\x81\x1a\x7f\xea\x93\xcc\x4c\x99\x76\x66\xa7\x51\x43\x5a\x79\x4c\xb2\x5e\xa0\xe7\x3b\xa3\x5f\xde\x7c\x85\xca\x46\xb0\x5d\x99\xcf\xed\x3e\x99\x23\x14\x47\xe1\x4f\xfd\xfe\x07\xa7\xe0\x52\x74\x8c\x86\x67\x63\xbd\x6c\xa4\x76\x3a\xe5\xa5\x45\x67\x02\x2d\xad\x32\x63\xe8\x11\x2b\xcf\x75\xe0\x63\x18\x50\xde\x13\x2d\x85\xfa\x6d\x06\x7f\xf8\x51\x06\xde\xbb\x75\x58\x5a\xf5\x54\xb5\x9f\xdb\x6e\x83\xe5\xd4\x10\xdc\x49\x2d\x32\x43\x38\xb3\xd2\x4d\xb2\x2c\x1d\xf2\x2d\xde\x4d\xdd\xcf\x3f\xff\xab\x1c\xf6\xd6\x81\xc6\xe9\x8c\x6f\x32\xbe\x90\x1e\x1f\xcd\x0a\x94\x88\x13\x69\x1d\x3c\x28\xf3\x99\x77\x1d\x08\xaf\xb4\xeb\x38\xec\xac\xc3\x81\x79\x51\x18\xbc\xcd\x8b\xfc\x0a\x82\xcd\x1e\x86\x25\xe4\xc5\x71\x3e\x23\xb0\x98\x6b\xe9\xe5\xa3\x5b\x9f\x0c\x41\xbb\x25\xbf\xe9\x80\x3e\x07\x0c\x06\x2a\x03\x6f\xd9\x72\xf8\x0e\x2c\x81\x65\x54\x46\xcd\x5f\x2f\x47\x23\xa0\x8f\xc5\x66\x61\x19\xc8\x7a\x9e\x0f\xad\xdc\x4b\xea\x7a\xe9\x43\x79\x32\x07\x7f\xed\xbb\x93\x76\x41\x6e\x47\x18\xa2\x4f\xa4\x63\x4f\xa1\x06\x34\x98\x12\x61\x6e\x38\x65\x2f\xc7\xe4\x98\x19\x1e\x07\x67\xd8\xed\xf0\x5b\x8e\x2b\x6c\x62\x5d\x39\x18\xbb\x05\x5e\xc6\x63\x7f\xa6\xe5\xfc\x3a\x07\xf3\x73\x41\x6a\x6f\x8c\x14\x7a\x38\x1d\x4a\xcb\xf7\x4a\x4d\x79\x50\x99\xbb\xd3\xf2\xcb\x87\x88\x75\x9a\x61\x18\xaa\x43\x6b\x8c\x42\x2b\xb6\x38\x07\xdf\xd9\xb5\x71\x4b\xb3\xbf\xa4\xf8\x3a\xcd\x2f\x3e\x3a\xad\xd3\xab\x6e\x7f\xcf\x3a\x1d\x0c\x11\x8f\xe4\x3a\xb1\x6c\x2e\x4a\xbd\xce\x33\x94\x76\xd4\xe4\x3f\xec\x9a\xc6\x0d\xba\x4e\x23\xdf\x1c\xce\xf3\x26\x1d\xca\x96\x3f\xb1\x41\x3a\x99\x1d\xf9\x44\x38\xad\x2d\x67\x73\xe0\x30\xb4\x04\x95\x38\x1c\x1d\xfb\xa6\xbc\x90\xa9\xd9\xe5\x8c\x4a\x99\x65\x69\x0f\x69\xb9\x71\x31\x93\x3e\x4c\xf8\x68\xb1\x0a\x87\x09\xdb\x23\x4b\xf8\x07\xd2\x5a\xdf\xd4\xa9\xeb\xff\x17\x94\xee\x69\x7d\x5e\x5d\xc5\x21\xa4\x09\xd4\xb0\x1c\x2f\xa3\x3a\x10\xe9\x4d\x5a\x7a\x32\xbe\xc2\x4d\xe9\x91\x4e\xf5\xf8\xe8\x82\xe2\x6c\xf1\x90\xf2\x6a\x3a\xb8\xe6\x4d\x5a\xe1\x5c\xf4\x23\x1f\x08\x67\xb3\xa5\xf0\x19\x65\xc0\xea\x8a\x89\x71\x7f\x19\x52\x28\xba\x92\x66\x3f\xfa\x90\x3f\x43\x83\x8c\xb4\xa3\x97\xd5\x99\x13\xa7\x32\xeb\x23\xa4\xd0\xa4\x19\x00\x8e\x0b\x58\xbf\xe8\xb0\x91\xbd\x57\x78\xdb\x00\x7b\x3b\xb5\x02\x86\xff\x52\xa0\x8b\xf3\x4a\x27\xdb\x3f\x92\x9a\x55\x7a\x9e\xe9\xc2\xc1\x05\x27\x2a\xae\x45\x99\xf9\x2d\x69\x0c\x4e\x62\xcb\xe0\x08\x00\x34\x4b\xe0\x88\xb3\xd5\x34\xaa\xe0\xa7\xb6\x51\xd6\x85\xc9\x6a\x5b\x6d\x39\xef\x02\xe7\xb2\xa5\x44\x0b\xad\xa1\xc6\x2f\x8c\x10\x9f\xbd\x96\x90\x13\x25\x7a\xd2\x99\x16\xb0\xda\x97\x60\x14\x8d\xab\xb3\x75\x71\x86\x44\xbe\x08\x45\x71\xe4\x37\x94\x4c\xa1\xb4\x9e\xb2\xa2\x0f\x43\x19\xa2\x42\xff\x5e\xab\x93\xb1\x69\x5b\x66\x6e\x88\x35\x81\x37\x72\x5d\x3a\xf5\x73\xde\x58\x82\x3e\x1c\xb3\xb3\x9d\x1c\x6b\xa2\x1e\x99\x01\xf6\x25\xab\xe3\x00\x12\xf5\xc0\x94\xb9\x90\x9b\x88\x11\x20\x0c\x0e\x0b\x7c\x93\x56\x4a\x88\x0a\xa1\x14\x1a\xa6\xf8\xba\xec\x37\x6e\x35\x85\xe2\x09\x36\xd1\xe5\x97\x4d\xd9\x19\x17\x9b\x73\x84\xdc\xaa\x9b\x2f\x75\xee\x3f\xd8\x71\x4e\x44\xd0\xb3\x15\x0c\x69\xe0\x7c\xb2\xaa\x93\x32\x3b\x57\xd0\x4d\x7a\x3e\x2f\x28\xad\xe7\xf3\x61\x75\xd5\x14\xda\x67\x3b\x53\x6a\xcd\x83\xb9\x5a\xbd\xa2\x67\xea\x7e\xfe\xf9\xdf\xff\x1b\x81\x65\x22\xb3\x00\x8a\x01\x8f\xee\x12\x52\xa1\x13\x40\x64\x91\x34\x00\xef\xe9\xaa\x28\xe3\xa7\xae\xb5\x0b\x22\xd3\x69\x02\x66\x7f\x2a\x6b\xc9\xff\x0e\x64\x78\x57\xb5\xee\x61\x44\x3a\x9e\x38\x9f\xfa\x4d\x79\x49\x91\xa7\xce\x28\x30\xb2\x3d\xaa\xf3\x3f\x65\x43\x0a\xe5\xd0\x62\xd8\x2a\xa5\x40\xcb\xde\x11\xac\xa1\xc5\xf8\xab\xce\xa1\xda\x33\x76\xe1\x1a\x62\x37\x56\x3f\x7a\x89\x8d\x29\x98\x43\x8b\x29\x58\x79\x4b\x97\x01\xc9\xb5\x04\x8a\x67\x55\x4e\x2e\x93\x3e\x2d\x20\x4a\x0a\x6d\x44\x4e\x86\x27\xbf\x93\xb3\xb8\xde\x94\x78\x0a\x9f\xed\x32\x3e\xa2\x1e\x19\x2e\x70\xe6\xfc\xa7\x2f\xae\xf0\xb5\x2e\xc3\x25\x62\xe0\x09\x2e\x71\x36\x8c\x4a\xa1\x25\x8e\x32\xb0\x74\x04\x97\x28\x13\x91\xe1\x10\x18\x11\xaf\x82\x47\x94\x98\xaa\xcd\xe1\xb5\xe0\x21\xa3\x23\x1a\xda\xba\x85\xdd\xd2\x87\xa7\x36\x94\x7c\x1a\x23\x55\x19\x6a\x5a\xfd\x29\x71\x0c\x3d\xda\x79\xd9\x50\xa4\x8e\x7f\x11\xf3\xa9\x39\x69\x54\x54\x41\xf3\x79\x38\xb6\x16\xf1\x30\x4a\x28\x0d\xf6\xc8\x97\x1a\xec\xc5\x2f\xfb\x55\x0b\x1b\x07\xfc\x43\x43\x4c\x81\x7f\xa8\x19\x90\x0e\x1e\x31\xca\xda\x42\x60\xf0\x2b\xe6\x27\x74\x70\x73\xb6\x9e\xcc\x88\x9c\x93\xb1\x2c\x82\x70\x08\xa5\xdd\x88\x7a\x76\x02\x81\xec\xb0\xe6\x27\x54\x8d\x43\x48\xb3\xb6\x41\x8d\x3a\x67\x00\x4e\x91\x05\xa6\x01\x67\xf3\x6a\x91\x66\xcc\xba\xaf\xc1\xf0\x36\xaf\x86\x38\xe3\x0c\x60\x14\x43\x14\x70\x0b\x37\xa5\x61\x31\xff\x95\x2f\x3d\x3e\x97\x39\xe4\x45\xc3\x2c\x54\xe8\xfd\x23\x87\xe2\xce\xc1\x91\x8d\x41\x10\x89\xf1\x4a\x5d\x2b\x20\x56\xa8\x5b\x94\xe0\x73\x5f\x1d\xa3\xbf\xa5\x54\xe3\x43\x02\x10\x28\x9f\xbd\xe9\x50\x10\x15\x4c\xf0\x12\x86\xe0\xc4\xa1\xb2\x1c\x19\x22\x52\xb1\xfb\x8e\x91\x97\x9a\xcb\xa1\xf0\x47\x6b\x29\x35\x2b\xa2\xe8\x1c\xee\xbe\xf2\xbc\x6e\x75\x5f\x57\x35\x8e\x99\xdd\x5b\x37\xbf\x2a\x44\x41\xe7\xb9\xc5\xea\xd6\x0e\x35\x55\xe9\x35\x85\x1f\x37\xd4\x21\x61\x38\x4f\x2f\x31\x1d\x5e\xa1\xf4\x12\x17\x1f\xfc\x12\x6c\xa0\xe0\xf0\x5e\xc3\xbb\x13\x51\x27\xd8\xc0\x3d\xdc\x54\x75\xbe\x8f\x14\x2e\x3f\xa0\x7d\x41\x8a\xe3\x1e\xea\x2b\x44\x46\x3e\xf4\x49\x28\x5f\x4e\x2f\xf0\x84\xb2\x81\x81\xb4\x10\xc4\x40\x9e\xc0\x3f\x65\xb8\xe0\x07\x47\x58\x6a\xf8\x21\x4b\xc3\xde\x70\x90\xfd\x7a\x20\x21\x1c\x00\x22\xd2\x63\x18\x6a\xcf\xbe\x36\x38\x21\x36\x95\xe0\x07\x2d\xbb\xc3\x41\x1d\x5e\x39\xfe\x11\x70\x9f\xdb\xa1\xe5\xa8\x0e\x11\xda\x83\x8d\x8d\x55\x01\x52\x21\x96\x8b\x83\x3c\xd4\x03\x51\x33\x72\x0d\x01\xe5\x8d\x76\xa4\x25\x99\x27\x2d\x5f\x7a\x9f\x61\x53\x0c\x07\xd2\xe3\x9c\xe4\x20\xfb\x0d\xd5\x3a\xec\x9a\xe6\x3a\x63\x29\xaa\xfe\x41\xd0\xaf\xa5\x98\x0f\x65\x5c\x29\x73\xd2\x21\x9a\x71\xac\xab\xa7\x55\x1b\x2a\x4f\xa1\xdd\x49\x0c\x6e\x5b\xd2\x30\xb8\x5b\x6b\x74\x9e\xd6\x2d\xa1\x1d\x1e\x5d\x04\xd8\x81\xfb\x93\x35\xf0\x94\x72\x34\x9a\x3e\xf0\x71\xc3\xb3\xa6\xcd\x94\x96\xc2\xe2\xc2\x0b\x92\xe1\x35\x48\x0f\x6f\x40\xd9\xfd\xfd\x34\xa4\x9d\xc2\x09\xdd\xf1\x20\x26\x71\x32\xd7\xf4\x35\x6a\xe3\x90\x63\x9c\x44\x3d\x18\xbe\x63\xe7\x73\xad\xb4\x1c\x0e\x62\xd4\x94\x49\x4e\xb2\xc5\xe6\x64\x7c\x0c\xd7\x39\xbd\x60\x45\x81\x26\x0a\x17\xa5\x8b\x48\x11\xb8\xf9\x97\x41\x13\x93\x07\x9a\x6b\x22\x95\x38\xbe\x4e\xb8\x2f\x75\xdf\xfe\x34\x9d\x7e\xfc\xa3\x69\xd8\xe0\x63\x28\x1d\x3f\xce\xfc\xb6\x9f\x5c\x1d\x19\x9f\xce\x9d\x61\x45\x42\x45\xb0\x35\x88\xba\xcf\x9d\xcd\x9a\xbc\xcb\x63\x04\x8b\xd1\xe6\x4b\x03\x77\xd2\xaa\xee\x85\x46\xca\x24\x01\xd0\x40\xd3\xe6\x0d\xbb\x51\x51\x24\x3a\x61\x6f\x96\xc3\xec\x47\xe9\x0a\x6a\x71\xbd\x32\x36\x03\xfd\x11\xf0\xd3\x89\xba\x5e\xf9\xce\x30\x8c\xcc\xe4\x16\x6e\x95\x6d\xe1\x20\xfb\x11\x23\x0e\xab\x3f\xe3\x23\x70\xd4\x88\xca\xe3\x95\xb5\x60\x3d\x14\xc5\xf2\xa1\x06\xbe\x5c\xb0\x1e\xf3\xba\x6c\x13\xc3\x79\x4b\xaf\x3a\xb3\x4d\x96\x31\x38\xbc\x20\x58\xc6\x6f\x4c\xc6\x2e\xbc\x06\xa9\xb1\x6e\x6a\xbb\xd5\x54\x05\x57\x0b\xf5\xd1\x73\x95\x0c\xc7\x9b\x98\x25\x58\x58\x2c\xec\x62\xa1\x37\x1a\x28\x9b\xe5\xd0\x13\x67\x4d\x43\x62\xcb\x48\x61\x63\x39\x26\x56\xc0\x9a\x0c\x36\xcd\x5a\x3b\xc2\x05\x82\x76\x94\xc1\xea\x2d\xbb\x59\xb9\x9f\x59\xcb\xba\x32\xbf\xe2\xab\x9c\x1a\xca\xa3\x65\x0b\x39\x2c\x45\xfb\x0f\x98\xc3\xb5\x6c\xf9\xc0\xf9\x86\x8b\x34\x98\x49\x70\x91\x63\xd6\x50\x16\x40\x8c\xc6\x87\x67\xb6\xf0\x42\x01\x67\x69\x97\xd5\x52\x66\x6b\x39\x9a\x10\x53\x20\x4c\x40\x2c\xb8\x85\x73\x36\x53\x89\xec\x44\xcd\x0b\x68\x72\x4e\x36\x90\x23\x56\xf0\x92\x75\x2d\xdb\xdc\x5c\x01\xad\xb5\x99\x59\x46\x84\x21\xc4\x59\xdf\x31\x2a\x4a\x8e\x13\xcb\x0e\xb2\x9a\x55\x91\x61\x94\xf3\x83\xe2\x50\x8c\x1c\xc0\x04\x42\x29\x2f\xb6\xfb\x36\x97\x72\x82\xdd\x70\x29\x46\x9d\x31\x27\x6d\xa4\xaa\x45\xce\x95\xba\x52\x77\x35\x85\xc3\x85\x1d\x12\x01\x39\x20\x7d\x28\xb8\x42\x2a\x1b\x2b\xda\x70\xfb\xf5\x03\x12\x51\x90\x94\xd6\x46\x46\xa0\xf0\x1f\xf0\xf0\xe6\x72\x00\xc9\x65\x84\xca\x04\x5e\xb7\xb6\x53\xb5\xe6\x57\x6e\xc6\xbc\x78\x52\xb1\x40\xa4\x84\xd9\x36\xac\x97\x76\x24\x1e\xd1\x2f\x82\xa0\x94\x17\x4b\xb4\x7d\x2d\x3c\x8e\xb4\xa3\x13\xca\xcc\x87\x7a\xc8\x8d\x5e\xdc\x3e\xef\xc1\x15\x8e\x7c\x01\x58\x73\x6d\x8b\x4a\x56\x6b\xfb\x78\x37\xf3\x9d\xae\x6f\x31\x6b\xb6\x0d\x41\xce\xc3\x8a\x5e\xd1\x00\x1c\xaf\xed\xec\xf4\x84\xe6\x5e\x06\xa3\x8c\x1a\xca\x82\x9b\xaa\xbe\x14\xe0\x76\x71\x29\xb2\x45\x23\x5c\xf9\x72\x64\x8b\xc6\xb1\x7f\xfb\x09\xc4\x71\xa5\xd0\xe6\xef\x11\x52\x0f\x59\x51\x83\xdb\x67\xbd\x8c\x55\x37\x58\x3c\x26\x5a\x42\xb5\xf4\xec\xbc\x8d\xa7\x6f\xe4\x43\x65\x88\x78\xe5\x43\xef\x0a\x76\xa2\x60\x2c\x85\x38\xb4\xeb\xed\xc4\x4a\xc8\x46\x81\x5a\x8e\x83\xf9\x10\x8a\xa5\x10\xe2\x67\x01\x62\x09\xf7\xbe\x11\x9c\x47\x5a\xed\x5a\x81\x7c\xe9\xdb\x03\x18\xeb\x8d\xe4\x84\x7d\xdf\x36\x34\x9f\x11\x58\x9f\x8f\x74\x23\x3d\xd3\xd2\xcb\xcf\xbd\xf0\xa5\xec\x4e\x02\xb2\xae\x37\x2c\x89\x29\xf7\xb6\x87\x10\xf6\x75\x8c\x0c\xa2\xbe\xae\xf7\xf4\xf0\x52\xd3\x61\x8d\x07\xd4\x52\xd9\x01\xb5\x65\x2e\xa6\x0b\x26\xf6\xff\x18\x7b\x97\x5c\xd9\x7e\xe4\xdc\xaf\x5f\xa3\xd8\x33\xf0\x5a\x7c\x13\xf8\xe3\x74\xdc\xb6\xe7\x40\x66\xe6\x32\xd4\x90\x54\x28\x4b\xf3\x37\x18\xbf\xef\xcb\x23\x4b\xf7\xe2\x54\x63\x63\x93\xb1\x98\x7c\x33\x18\x8c\xa7\x8b\x86\x2b\xb8\x6f\x35\x90\x92\xd5\x59\xdd\x50\x6a\x72\xd1\x57\x0d\x04\x5e\xe2\x37\x47\xe7\x34\x03\x81\x0d\xe5\xcf\x71\xe1\x68\x43\xfe\x2e\xd7\x0b\xe9\xa8\x27\x72\x69\xae\xf4\x43\xef\x3b\xd5\x1a\x3b\xad\x5f\xff\x04\xf3\xe4\x85\x32\xfb\x2d\x14\x86\x8a\x8a\xcc\x04\xd6\x0b\x15\x66\x4b\x10\x43\x27\xa5\xc9\x35\xe5\x7a\x07\x91\x27\x2f\x91\x4b\x2e\x30\x24\x00\x5d\xef\xa1\xed\xdc\x94\xd5\x03\xc8\x5f\x41\x5b\xa2\x98\x43\x43\xa5\xc9\xbf\xdc\x42\x27\x45\x2e\x25\x97\x74\x52\xe4\xd2\x6d\xa1\x93\xd2\xbf\xd5\x3e\x91\x63\x4e\xac\xa1\xa2\x03\x1e\x5e\x2f\x4e\x17\x54\x2d\x06\x36\x5a\xce\xb7\x1e\x9f\xc5\x1f\x63\x19\x44\x7e\xe0\xd6\xc2\xe4\x57\x28\xac\x9c\xbe\x3b\x1b\x9b\x44\x68\x3d\xa2\xc2\x34\xf9\x24\x5c\x6f\x8c\x2b\x85\xaa\xdf\x68\x3b\xfb\xf8\xa3\xdb\x22\x6f\x7c\xeb\x0d\xeb\xc9\xe2\xd8\xb7\x02\xb6\xa9\x1e\xbc\x3a\x99\x09\xf8\x66\x23\x24\x17\x8d\xf9\x11\x6a\x20\x24\xcc\x1c\xee\xfa\xa2\x11\x8d\x52\xc4\x99\xaa\x21\x2e\xd7\x74\x2e\x5c\x7c\x79\x54\xf1\x5e\x95\x53\xd4\xf5\x46\x03\xde\x27\x08\x0f\x1c\xbe\x73\xe4\x81\x63\x78\xcc\x7a\xbe\x8a\x55\x80\xaa\xcb\x1c\x9e\x9f\x60\x0e\xc8\xc9\xde\x7a\x8b\x92\xf3\x48\x02\x1f\xdd\x32\xa4\x58\xe1\x92\xa3\xc9\xc7\xdc\xfa\x88\x59\x3d\xfd\x31\x87\x2e\xeb\x50\x8e\x37\x96\x5e\x55\x1f\xed\x36\xcd\x6d\x78\xdd\xb0\x4d\xc3\xb2\x92\xcc\x74\x96\xe9\x73\x45\xda\x5e\x6e\x25\xb6\x97\x26\x45\x41\x63\x2c\xcc\xfe\xc8\x40\x57\x45\xd9\x32\x22\x10\x3f\x12\x4f\xeb\xaa\xfd\x88\xba\x17\xff\x4d\x7e\x35\x6e\x71\x45\x42\x61\xe6\x74\x37\x7a\xbf\x2f\x64\x70\x4c\xca\xbe\xd0\x4f\x90\xbc\x7a\xcb\x0c\x5e\xd7\xe4\x0e\xf1\x70\x93\x83\xaa\x7d\xc1\x2b\x10\xb2\xdd\x8a\x87\x20\xc1\xf7\x26\x1e\x82\xbc\x2c\xed\x9b\xe3\x0a\x21\xba\x11\xf9\x0e\x61\xc5\x1d\x22\xdf\x7c\xab\x91\x5b\xbc\x02\x68\x83\x1d\x26\xf3\x4d\x7e\x95\x76\x98\xcc\x9f\xa1\x25\x65\x79\xc1\x56\xe5\x36\x23\x2b\xca\xc6\x5c\xb3\xab\xf7\xcd\xe4\x16\xd7\xfa\xd0\x03\x15\x05\xa1\x43\xf9\x6d\xc9\x8a\x25\x4e\xdf\x37\xd6\xcf\x23\xa9\x15\x1d\xde\xea\xc2\x35\x7e\xaa\x0e\x41\x73\x08\xc3\xef\x7b\x6a\x3a\xd5\x07\x11\xc3\xdd\x85\x4f\xef\x93\x07\x0a\x47\x5a\xa2\xf8\x8d\x40\xd8\x96\x46\x1b\x29\xaf\x98\xa6\x1b\x29\xaf\x4c\xfa\xf7\xad\x67\xbd\xa7\x81\xc8\x7a\x62\x5e\x6d\x09\x76\x75\x03\x6c\x2c\xea\xe5\x04\x6d\x87\x98\xb7\xdc\x5e\x08\x0e\x77\xd1\xa4\x2c\xad\xef\x9f\x11\xf9\xc6\x30\xbe\x12\xb4\xeb\x64\x63\xd1\xdc\x48\x1c\xd2\x4b\x21\x1c\xf6\xcd\x2e\x2a\xea\xcf\xd6\xa2\x39\x1b\x5d\xa8\xea\x82\xf6\x14\xf4\xc5\x46\x78\x2b\xbb\xdc\x4d\x7c\x05\xd9\x25\x12\xfb\xbf\xc9\xa4\x72\xa7\xe0\xea\x4a\x22\xbc\x93\x2e\x7e\xe8\xe8\x4d\x0c\x05\xef\x5b\x2c\xdf\x93\xc4\xae\x04\xff\xbf\x87\x2e\xbe\x8d\xe9\xfb\xd0\x1d\xb9\xc3\xf4\xbd\xc9\x72\x82\x78\xff\x4d\xba\xdc\x5b\x31\x15\x74\x43\x11\xfe\xff\x64\x5d\x96\xdb\x0c\xc2\x7a\x13\x46\x41\x9a\xd5\xc4\xff\xcf\xc2\x19\x0a\xff\x9f\xc5\x74\x25\xfe\x7f\xae\x1e\x75\x6c\x04\x21\x67\xc2\xff\x27\x11\xae\x84\xff\x3f\xab\xa0\x26\x83\xcb\x2b\x16\x0e\x21\xfe\xef\xec\x36\x64\xaf\xd4\x94\x63\xba\x34\x79\x68\x46\x55\xff\x2e\x1e\x3e\x9e\xbb\x78\x8d\x4b\x05\x76\x23\x3d\x96\xca\xdf\x26\xbe\x82\x7c\xdb\xee\x90\x25\x67\xa3\x19\xa4\xc7\x92\x53\xee\x14\x5c\x21\x69\x03\xee\x90\x1e\xe7\xec\x5e\x07\x0a\x1a\xdd\xb5\x70\x64\x86\xba\x8d\x82\xca\x48\x6a\x3f\x22\x02\x49\x0b\x66\x87\xa0\x39\xdf\xdf\x6f\xf4\xd4\xf5\x44\x94\x58\x9d\x9f\x2c\xc1\xc2\x50\x2e\x90\x13\x88\x76\x4b\xe8\xac\xed\x19\xf1\x1c\xb2\x9c\x9d\xee\xb0\xc0\x2f\x5e\xa7\x6c\xc4\xef\x8f\x1c\xc3\xe1\x5f\x62\x54\x38\x95\x8b\xad\x02\xfa\xde\x59\x4f\xa5\xe4\x8f\x04\x1f\xce\xca\x69\xb7\x76\x65\x63\x1c\xc3\x3d\x3f\x27\x42\x6e\x29\x77\xd6\x1d\xe1\x81\x84\xbd\xbe\x7c\x28\xef\x2c\x12\xc4\x65\xc3\x68\x5c\x2c\xb4\xad\xc0\x0f\xa2\x5e\x76\xc6\x1e\x47\x74\xcf\xce\xa8\x5c\xde\xd5\xd9\xd8\x1e\xcd\xad\xec\xb8\x0c\xd5\x77\xe9\xb1\xb8\x11\xb0\xd6\xf7\x63\x78\x8e\xbf\xd4\x66\x6c\x64\x59\xe4\x6f\x02\x41\xd4\xfb\x9b\x8d\x73\xe7\x1f\xc6\x1b\x5e\x9a\x9a\x3b\xa2\x44\x34\x11\xe3\x3b\xe2\x42\x64\xbd\x2b\x77\x46\xa8\x2a\x0d\x86\x9d\x31\x21\x1f\xae\x14\x7a\x20\x6b\xf2\x56\x18\x73\x57\xd7\xc3\xe4\x4d\x7d\xc4\x08\x53\x27\x42\xde\x04\x44\x16\x6e\x79\x13\x90\xbe\xc5\xce\xb8\x8d\x48\xfe\xc8\x3e\xc8\xfe\x08\xa7\xcb\xcb\xb9\xd1\x07\x71\xab\x1b\x9d\x25\xe7\x62\x71\x75\x3f\x64\x89\x5f\xab\xeb\x55\x07\xa9\x08\x01\xfa\x94\xf7\xbd\xad\xc8\x0f\xf2\xc8\xb6\x0b\x2f\x9f\xee\x5c\x1c\xa2\x7f\x42\x2f\x7c\x97\x21\xb4\x35\x95\x8d\xb5\xee\x6e\x24\x50\x81\xee\xa4\xc2\x56\x84\x5f\xb2\x0b\xfa\xa0\x22\x46\x77\x81\x1c\xe6\x09\xb7\x0b\x37\xaa\x10\x77\x81\x17\x9f\x9c\x8b\xc5\xd5\x36\xc5\x7d\x41\x17\xfa\x2d\x10\x36\x43\x43\x16\x8b\x33\xbb\x52\x04\x8b\xd5\xf5\x68\x75\xe9\x4f\x08\x50\x93\x9e\xfb\x0e\xd1\x2e\x9d\x18\x42\xb4\xdb\x7f\x2b\x21\xda\x5b\x1f\xfe\xa6\xdd\xee\x8f\xe1\x2e\x43\xeb\x55\xb1\xee\xba\x79\x02\x6c\x84\xad\x7a\x08\x11\xbe\xfd\xf4\x80\x0e\x11\x41\x40\x0c\x10\xc2\xb7\x37\x69\x71\x28\x60\xbb\x34\x33\x76\x08\x57\xb3\xa4\x63\x04\x6c\xb7\x4e\xe3\x0e\xd9\xea\x2d\xad\x0d\xa2\xae\x9f\x71\xd0\x62\x03\x57\xe9\xc0\x37\xbd\x7b\x78\x9b\x6f\xc5\x01\xb8\x85\x0f\xc3\x82\x3c\x7b\xab\x35\x3d\x7b\x78\x47\xef\x90\x7b\xde\xf2\x15\xaf\x20\xeb\xf5\x16\x26\x6f\xba\x13\x45\x92\x29\xca\xba\x1e\x08\xbb\x49\x22\x22\xf4\x1d\xe6\xdc\x4d\x2e\x12\x88\x87\x7e\x7e\xea\x2c\xd4\xa6\xf0\x83\x44\x96\xd2\x9f\x21\x06\xba\x1d\x76\x29\x06\x7a\xbd\x85\x24\xc3\x0c\x3b\x89\x85\x45\xcc\xf3\x53\x91\xc6\x86\x03\x36\x99\x2f\x10\xd9\xfc\xd0\x3c\xfa\xe9\x06\xf5\x89\x2a\xc3\x31\xbf\xb1\x6d\x43\x94\x2d\xfb\x05\x42\x94\x9f\xac\x3a\xc1\x85\x23\xfd\x16\x45\x25\x97\xd6\x80\xa2\x92\x27\x69\xad\xec\xb6\x15\xd6\xcd\x3f\x8d\xdb\x50\xf8\xa4\x0f\x0d\xb5\x29\x1b\xb4\x8b\xd0\x94\x7c\xea\x4b\x54\xb4\xbb\x14\x5e\x74\x05\xf5\xa1\x2e\x0d\x65\x07\x07\xcd\x15\xe3\x34\x5e\x1b\x24\x2c\xac\x9b\x44\xa9\x84\x26\x6f\x92\xb5\x6f\x19\x58\xdf\xcd\xd9\x38\xa2\xc2\x27\x1d\x6f\x6e\x92\x21\xee\x2e\xaf\x3e\x22\x7c\x2c\x11\x2d\x2e\x1c\xe7\x72\xba\x2c\x82\x12\x9d\x4b\x85\x23\xd7\xeb\x92\x70\xe4\x4d\xea\x09\xbb\xf3\x48\xd5\xb6\x0b\xe3\xec\xdb\xd4\x44\x18\x67\x37\x89\x54\x08\x40\x9e\xc4\x3d\x22\xe2\x78\x93\x74\x83\x80\xe3\x67\x24\xaa\x86\xd3\x2d\xbd\x9f\xdd\x25\x5c\x10\xc5\x14\xb6\xd9\xf7\xcc\xae\x48\x27\x58\x33\x44\xe8\x31\x91\x53\x1d\xde\x85\xd4\x89\x76\x08\x52\xb3\x22\xd2\x10\x37\xfc\x54\xeb\x6c\x44\x39\xd6\x65\x12\x16\xd6\x4d\xf2\x8c\x2d\xc1\xa9\xde\xb0\x3b\x04\xa7\x4d\x1c\x72\x85\x0d\x9f\x43\x57\xd6\xc0\x95\x83\xde\xa5\x44\x03\xcf\x72\x0b\xba\xe5\xc4\x7e\x08\x35\x0c\x1c\xb0\x9e\x07\xf7\x1f\x31\xf9\x20\x00\xaf\x4e\x1e\xc2\x51\x31\x4a\x89\x23\x7e\xc6\xa9\x36\x91\x71\xea\x21\xba\x87\xae\xff\xe4\xc2\xd1\x7b\xed\x04\xe2\x7f\xd7\x5b\x97\x14\xf2\xc6\x2e\x19\x2c\x41\xbe\xef\x29\xe1\x96\xa3\x7c\xeb\x65\xba\x43\xc4\x68\xc3\xe3\x8d\x31\xb4\x78\x75\x44\xea\x3e\xbf\xbc\x95\x25\xc2\x9f\x6e\xdc\x90\x2a\x36\x71\xdc\x14\xaa\x5b\xfc\x49\x85\xea\x1e\x7e\x88\xca\x6e\xda\xaf\xcb\xb1\xf5\xfc\x65\x6c\x61\xed\xdc\xc4\x3f\x25\xae\x76\x96\x89\x0d\x91\xb3\x9b\xf8\x44\x04\xce\x6e\x62\x1e\xec\x90\xf7\x35\x31\x70\x88\xa2\xdd\xc4\xe3\x53\x14\xed\x7a\x77\x17\x8d\xad\x70\xbb\x41\x98\x22\x22\x9e\xe4\x29\xbe\x7d\xab\x05\x21\x8a\xec\x99\xac\x92\x2e\xdf\xa9\x65\xd1\xdc\x86\xf8\xaf\xf9\x69\x84\xef\x77\xb1\x2f\xf6\xe4\xb9\xd8\xbe\x59\xee\xc2\xea\xb2\xa1\x47\xa3\x0b\x2e\x24\x7a\xcd\xa4\x38\x12\xbd\x29\xaf\xfc\x0a\x9d\x3d\xfc\xc2\x9e\x1c\x3b\xed\x63\x9c\xbf\x8b\xb5\x41\xac\xec\xf3\x4b\x17\xe5\x60\xe9\x89\x3a\xf5\x5e\xd4\x2d\x81\x1d\xf4\xf0\x8b\x7b\x4a\xdb\x4d\x6f\xdf\xe9\xc5\x57\xe1\xd0\x1d\x31\x25\x1d\x2e\xdf\xed\x06\x48\xe1\xb2\xa7\xf4\x03\x76\xd8\x4c\x37\xbf\x00\xa6\x88\x2d\x5d\x79\x53\xd8\x5b\x1b\x4e\x36\xd3\x44\x05\x1e\x04\xd3\x3e\x3b\xc3\x8d\xc6\xb2\x69\xd3\x47\x88\xec\x66\x6a\x19\x61\x9d\x69\x38\x84\x75\x26\xf0\x16\xbb\x46\x78\x40\xbe\xe0\x47\xf3\xc7\xd8\x28\xda\x9a\x21\xac\x6b\x26\xd9\x90\xce\xf9\x56\x42\x1c\x37\x87\xae\x51\xc4\x71\x26\x66\x96\xb4\x50\x45\x87\x61\x5a\x6d\x3a\x28\x1c\xc1\x37\x53\x1d\x4b\x98\xba\xb9\x28\xb7\x85\x2e\xca\xc5\xae\xd1\x90\x09\x9f\x3d\x15\x4e\x74\x2f\x6f\x22\x37\xfa\x26\xeb\x8a\x21\xf0\xdc\xdf\x90\x6e\xf8\x02\x5e\x98\xde\x98\x68\x59\xc2\xc0\xba\x69\x96\x76\x8a\xd0\xf5\x02\x0d\x68\x2b\x84\x91\x76\xaa\x1e\x5a\x30\x1d\xbe\x93\x22\x8e\xa2\x90\xb5\x3c\xc3\xdf\x22\x6b\x17\xd7\xbc\x7b\x0f\x3a\xd1\x0d\x15\x16\xdc\x4d\x0e\x56\xf6\x12\x43\x42\xe4\xe8\x42\x2b\xa1\x7f\xcb\x86\xf2\xb0\x04\xce\x7b\x6d\x85\x61\x51\xff\xf0\xef\x63\x3e\x48\x88\xd2\xda\xd0\x83\x30\x0c\xb8\xbb\x34\x2a\xf6\xc6\xec\x41\x9a\x79\x7b\xb3\x4f\x74\x5f\x60\xa1\xed\x4b\x69\xeb\x52\xff\x27\xbc\x89\xef\x0d\x26\xd2\x7d\x81\x24\x4d\x5e\xda\xf7\x66\x4b\xe9\x7e\x40\x90\xe6\x4b\x5b\xb6\xdd\x97\x7b\x13\xa2\x2a\xf7\x0d\x63\xfd\x5b\x14\xdf\x86\xcf\x21\x7a\x64\x8b\xa9\x25\x7a\x1d\xe9\x98\x71\xba\x0c\xb4\xa5\xa3\xb7\x43\x02\x96\x15\x7e\x6b\x87\x94\x2b\x8b\xb7\xbe\x71\xef\x6e\x94\x8e\x97\xf6\x39\x74\x73\x20\xd8\x32\x5e\x94\x5b\x76\x09\xef\xb7\x44\x59\xd2\xe7\xdb\x1b\x4d\x45\xa9\xfe\xed\xbd\x35\xcf\xea\xbc\x68\x36\x9d\x00\x64\x52\xdf\x1e\x11\xc2\xe6\x16\x07\x01\xc3\xeb\x2e\x51\xd7\xc6\xf0\x7a\x88\xd9\xb0\x41\x01\xd5\xdf\x70\x48\xec\x36\x63\xdd\x85\xa8\x71\xbd\x3e\xcc\x60\x7a\x41\x79\x4b\x4f\x6f\x87\xe1\xf5\x2d\x63\xa2\xfd\x62\x1b\x7c\x73\x1c\x0d\xa1\xc9\x97\xa8\x39\x2d\x60\x98\x56\x27\x69\x62\x6c\x4c\xab\x8d\xc5\x91\x50\xf9\xb0\x62\x10\x6d\x8c\xf9\x02\x23\x08\xef\x85\xd0\x29\x7b\x7a\x5e\xdc\x1b\x42\xd3\x2f\xd4\x46\xa4\xfb\xb7\x43\x06\x75\xd7\x5b\xcf\xaf\x17\x66\x51\x92\xd7\xef\x17\xe8\xa2\xf9\x63\x4c\x96\x30\x4b\x48\xa1\x9a\x11\x1d\x2e\xdd\x4d\x81\x61\x48\xdd\xef\x6f\x23\x41\x41\xe8\x94\xbc\x10\x37\x48\x35\x70\xbf\x50\x4d\x1c\xdd\x5f\xe3\x98\x34\x7f\xd4\x6c\xa9\x4d\x9e\xf7\xd2\xfe\xdb\x2f\x5c\xbf\x16\x7f\x5c\x87\x94\xd3\x63\xe2\x85\xc6\x9c\x99\x7e\x2f\xbd\xfd\x85\x3a\xe4\x1b\xfe\xfe\xfe\x94\xed\xe6\xe5\x5c\x44\xd5\x51\x1f\x36\x73\xab\x36\xb7\xdc\x5d\x6a\xe2\x75\x1d\x75\x97\x85\x74\x17\x45\x2b\x97\xef\xcd\x9d\x08\xd5\x79\xef\x2f\x5c\xbe\xfb\x38\xbc\xc4\xcb\xea\x6e\x86\xb9\x56\x87\xd8\x7c\x5e\x95\xe0\x5e\x0d\xa1\x2b\x19\x60\x4b\xe7\x78\xbf\x85\x83\xbe\xd9\xd8\x26\xdd\x39\xb8\x04\x3a\xd8\x78\x83\x2f\xdf\x8a\x62\x9f\xe8\x8c\xbd\x41\x57\x9a\xaf\xb7\x77\xed\x54\x36\xba\xae\x55\x91\x33\x78\x49\xea\x36\x42\x33\xaf\x67\x08\xcd\xb2\x6c\x2d\x36\x32\x33\xcf\xd6\x1b\x86\x55\xf3\x0f\xf5\xb0\xd4\x5e\x7c\x4b\x6b\x56\x38\xfc\xad\x8b\x4d\x53\x8b\x61\xb7\xa7\x4b\x86\xdd\x66\xc5\xbe\xd9\x9b\x1e\x26\xf6\x14\xda\x6f\x6f\x54\x98\xf4\xf4\x7e\xeb\xe9\xa0\xd3\x19\x2e\xca\xbf\xbc\xf3\x0f\xd5\x88\x87\xf0\xd1\x7d\xa8\x83\xf4\xe1\x69\xdb\xfe\x6c\xd8\xb3\xb1\x4a\xf6\x82\x11\x50\x7f\x88\x1a\x53\x40\x7d\xb3\x8d\x3f\x3a\x0d\xc3\x59\xed\x27\x75\xe1\x1c\x87\xa2\x40\x71\x84\xdb\x2f\x7e\xb4\x87\xd7\xf1\xf6\xfb\x87\x11\x33\xbf\xb8\x49\x3a\xc0\x0c\x7c\x50\x41\x11\x31\x8d\xf9\xb2\x14\x3e\x88\xa7\x9f\x15\xa3\x80\x78\xfa\xa7\x73\xfe\x61\xcc\xb9\xa6\xee\x03\x9e\x95\xc2\xe5\xc6\xb4\xd9\x14\x68\x98\x36\x0f\x05\xd2\x50\x78\x7d\x39\x68\xdd\x72\x73\x2e\x75\x22\xc2\xeb\x77\x93\xef\x8a\xae\x2f\xd5\x10\x45\xd7\x1f\x66\x46\x3f\x67\x3b\x77\x63\xfa\x30\x74\xee\x53\xfb\x05\x17\xe8\x66\x36\x3e\x7a\x56\x55\x67\x23\x72\x92\x74\x74\x08\xc4\x7f\x8f\xfe\x6d\x05\xca\x47\xc8\xec\xe1\xe2\xec\xdf\x2c\xf1\x45\xe9\xfd\x33\xd5\x41\xd5\xc4\xbb\xb9\x3a\xc7\x45\xd0\x5c\x16\x79\xc1\xb7\x6c\xe0\x65\xd1\xcf\x8f\x98\xae\xdf\xb2\x81\xec\xc5\xcb\x79\xf4\xcc\xd2\x92\x85\x69\x73\xf3\xfd\xfc\x08\x83\xea\x2a\x78\xf4\x1a\xd6\xba\x84\x1f\xf4\x66\xde\x69\x84\xed\xef\xc6\x98\x8f\xa4\x41\xdf\x6c\xf8\x14\xea\x6e\x33\x7a\x20\x8e\xc5\x23\x17\xf7\xea\xfa\xe2\x18\xfb\x77\xc2\xef\xfe\x61\x6c\x2f\xb1\x45\xc2\x61\xba\xfd\x6c\xed\x47\xac\x53\xf7\x95\x87\x9c\xb8\x01\x8f\x08\xb1\xe6\xb2\xda\xed\xaa\x36\x24\x01\x66\x92\x84\xb1\x74\x9b\x7a\xc1\x3e\xa2\xca\xb4\xc1\xc2\x2b\x7a\xb6\x1c\xeb\xf1\x06\x3b\xd5\xce\x71\xc5\x96\x02\xad\x9c\x1c\x01\xce\xa7\x72\x50\xd6\xc3\xd9\xf3\xe2\x4f\x97\x8b\xf2\xe2\x1f\xae\x27\x26\x36\xb8\x1e\x27\xd7\xc2\xfb\x55\x57\x4e\x13\xeb\x7a\x76\x74\xb6\x28\xc7\xb3\x3d\xb0\xf9\x24\xe2\x7f\x9b\x41\x97\x4d\x02\xfe\x37\x4e\xe3\x24\xde\x7f\x4e\xfe\x16\x7b\x6d\x76\x7d\xe3\x4d\x30\x55\x4b\x70\xf0\xaf\x6f\x2e\xd4\x62\xdc\x3c\x57\xfe\x74\xae\x45\x7b\x59\xb9\xf0\x21\x77\xbb\x05\x0e\x71\xd3\x30\xce\x85\xdf\xb1\x8a\x3e\xb9\x15\xb3\xea\x26\xe0\x45\x0c\x17\x0d\x0d\xe1\xe6\xa2\x31\x8a\xcb\xb9\x27\x44\x18\x9a\xc6\x60\xf3\xf1\x92\x3e\xb9\x3b\x4a\x3a\x97\x02\x4f\x68\x86\x57\x44\x32\x2a\xfe\xd6\xa3\xa4\xe6\x5b\xef\xcb\xe9\x8f\xdc\xe0\xd5\xd9\x88\x7a\x3d\x34\x2a\x2c\xdf\x38\x4c\x73\x84\x41\xb4\x9c\xb8\x9e\x5c\x68\x1b\xf4\x3f\xaa\x82\x9f\xa2\x35\x7a\xe0\x1f\x32\x8f\xea\x2b\xea\x78\x70\xeb\x4f\x76\x44\x98\x2f\x4d\x72\xdc\xed\xe8\xc6\x9f\x1c\xfa\x32\xfe\xc6\x82\xbb\x1a\xee\xc0\xce\x47\x2c\xa7\xaf\xa4\x49\x0e\xcb\x69\x31\xf7\x4e\x0e\x74\xd2\x6f\x65\x39\xf7\xd3\xd9\x50\xcb\x6c\xfe\x65\x30\xe5\x7a\x53\x2e\xfa\x73\x57\xe5\x56\x28\x65\xba\xc9\xb0\x44\x2e\x6e\x03\x42\x69\x38\xfb\x0e\x94\xe5\xa2\xe1\x7b\xa8\xab\x89\xd8\x81\xe9\x56\xc9\xe0\x18\x12\x2c\xf9\xe4\xc2\xfb\xb9\xbb\xc6\x0e\xbc\xfd\xbb\x38\xc9\xf7\x50\xee\x6c\xb9\xe2\x8e\x6a\x93\x69\x95\xc3\x2e\xba\xc3\x1b\x3b\x39\xf0\xb2\xb6\x27\x76\xd1\xd3\xed\x07\xc6\xcc\x3a\x39\x21\x21\xef\xf0\x20\x4f\x0e\xb4\xac\x83\x84\x21\xf4\x70\xe7\x22\xf6\xbc\xd7\x4a\xe2\x73\xb4\x08\x4e\x36\x54\x44\xb3\x7f\x18\x3d\xd7\x4e\xbe\x71\x36\x7b\x3b\xc7\xbb\xc8\x03\x89\x07\xcd\xf8\x7e\xfc\xc4\xa3\x4d\x13\x10\xf8\x12\x2d\x8b\x39\x6e\x3d\x6e\xdc\x9d\x60\x7e\xcc\xa4\x16\xc5\x74\x9c\x1a\x48\x30\x1d\x8b\xd7\x91\x0d\xe9\x41\x06\xb1\x89\xbf\xa9\x93\x1b\x91\xf3\x37\x5e\xe0\xd3\x1f\x57\xac\x8e\x3f\x86\x0f\x3d\x6f\xb9\x10\x42\x4d\x4f\x79\xd0\x9a\x45\xa7\x3c\x8c\xa9\x1b\xb1\x0e\x4e\x2e\x4e\x72\xea\xca\xd1\xef\xaa\x5c\xfe\xf5\x53\xf1\x32\x76\x72\xb1\x53\xab\x6b\x01\xeb\x77\x17\x0d\xaa\x62\xba\x28\x02\xb2\xe9\xb2\xb1\x71\x85\x49\x10\xe4\x13\x2e\xfe\xe4\xb4\x57\x8a\xb2\x60\x59\x2d\x40\x12\xa7\xad\xbb\x7b\x31\xe7\x99\x49\x4e\x28\x3f\x77\x7f\x0c\x51\xe9\xd0\xf6\x48\x92\x68\xb8\x47\x62\x6f\x57\xff\x94\x27\x92\xae\x81\x24\xe1\xa8\x3b\x21\xa1\x94\xbf\x2e\xad\xad\xfa\x84\xed\x06\x82\xb0\x93\xe5\xf2\xf9\x7e\x8d\xf3\x54\xd5\x27\x51\xa6\xdf\xb2\x2d\x94\x5b\x5c\x34\x36\xa2\x56\x37\x04\xf6\x0a\x69\x76\x72\x8c\x54\xbd\xc7\x2c\xab\xeb\xf6\xc3\x8a\x7b\x6a\x3f\x27\x49\x46\xa6\x9a\x24\xa0\xc1\xed\x75\x92\x5a\xe8\xf7\x6b\x20\xc3\xac\x91\x89\xeb\x2a\x8c\x9b\x88\x72\xad\x1b\x47\x3e\xef\x7d\x55\xe1\xf3\xbe\xa3\x89\x30\x47\x48\xd8\xef\x5b\x1f\xb3\x90\xda\x48\xca\x6a\xb6\x9b\xb2\x10\xf6\xc3\x3f\xd5\x3e\xfe\xa3\x28\xf3\x94\x25\xa4\x69\x57\x4e\xc7\x73\x2a\x1b\xbe\xe4\x1b\xf3\x90\x45\xb6\x0d\x67\x99\x7a\xcd\x59\xd6\x1b\xd9\x1d\x8e\x67\xf0\xcc\xaa\x08\x65\x4c\x64\x80\x27\x8b\xe8\x6c\xfa\x6b\x28\x5e\x67\x7f\x84\x09\x2a\x7a\x02\x99\xf7\xd0\x9d\x19\x22\xef\x86\xdf\xd0\x93\x2b\x91\x53\xe7\xb5\x17\x3c\x0b\xf8\x6a\xa8\xea\x8f\x5e\xba\xc2\x1f\x21\xd6\xbe\xcb\xf7\x23\xa2\x30\x6d\x2a\xbc\xe4\x4f\xdf\xbe\x19\xdf\x20\x5d\xc8\x3e\xb3\xe0\xe9\xfb\x15\x7b\x76\x75\xde\x0b\xae\x8a\x37\xeb\xe4\x5f\x06\x79\xa8\xcb\xb8\xe8\x49\x3a\x9d\x8d\x91\x15\xe7\x78\x53\xe8\xc0\x14\xd4\x26\x4c\x0d\x15\x91\xed\x3a\x3f\x48\xae\x53\x1b\xce\xf2\x04\xd3\x04\xca\x2f\x7e\x13\xe6\x0a\xb9\x72\x9b\x45\x35\xe9\xf9\xa8\x89\x08\x4f\xf8\xa3\x65\x17\x45\x09\xb4\x4e\x65\x3b\x03\xf7\x4f\xd9\x74\xd3\xcd\x04\x0e\x2a\x49\x39\xd8\x83\xc3\xf5\xbe\xf8\xa9\xbf\xc2\x25\xd5\x99\x91\x7d\x78\xd3\x04\x97\xa5\xc1\xaa\xb0\x2e\x17\xd5\x84\xc5\x41\xf3\xac\xa1\x9e\x50\xfc\x11\x6c\xa6\x45\x96\x87\xfb\x5b\x78\x39\x8c\xc7\x1b\x16\x19\x27\x77\xd3\xa5\xac\x2c\xd3\xe2\x1c\xd3\xd2\x9c\xe5\xba\x9b\xae\x08\xa2\x46\x5b\xbd\x48\x96\xa2\xdd\x5c\x60\xa0\xa7\xcb\xed\x70\xa4\xa6\xab\x7a\xf3\x95\xb5\xaa\x58\x12\x34\xad\x73\x05\xaf\x27\x51\x4f\x61\xe6\x9d\x93\x3a\x55\xc1\xeb\xc5\xbf\x8c\xa0\x34\xea\x43\x58\x80\x2b\x6c\xdf\xc9\x45\xa8\xd0\x6f\xc9\xd0\x29\xd7\xa4\xc8\x1e\xbc\x69\xef\x60\x0f\x9e\x85\xea\xea\x54\x77\x54\x4f\x50\x2b\x4d\xd7\x73\x85\x3e\x29\xfe\x16\x93\xe0\x83\x89\x57\xfb\x29\x42\xbf\x4a\x4d\x5b\x93\x2b\x43\xf2\xf9\xcd\x6e\x46\xa9\xc2\x4b\x2b\xa1\xa1\x04\x19\x52\xdd\xbf\xe0\x03\xcc\xe2\x6f\x3a\x7b\x53\xd9\x40\xb6\xc5\xb9\x4e\x2b\x1a\x4b\x98\xe8\x4e\x9d\x36\xbc\xdc\xfb\x52\x0c\x0d\x05\x39\xfa\x3f\x39\x0e\x8c\xb6\x63\x65\x2b\x08\xbf\xa3\x84\x30\x75\xaf\x55\xde\xfa\xc3\x6d\x6c\x3c\x41\xa9\x77\x41\x5b\x5c\x42\xe0\x35\x68\x0b\x53\xe2\x75\x6b\x46\x34\xac\xad\x19\x71\x96\xa7\xb5\x56\xb3\x89\x3d\xa5\x1d\xd5\x40\x0d\xf5\x8f\x4c\x94\x53\x94\xcb\x49\x28\x1b\x87\xf8\x63\x68\x3f\x35\xd4\xad\xba\x50\x57\x98\x7c\xcb\xeb\xea\xc9\x31\x5f\xfe\xa5\x3a\xe8\x8f\x81\xce\x35\x34\x8c\xbc\x4d\xfd\x36\x24\xe6\x49\xdb\x04\x23\xef\x59\xab\x72\x37\xf5\x74\x65\x83\x54\xd7\xb9\x42\x2b\x62\x9a\xaa\x94\x55\xb7\x36\x5f\xe3\xd1\xd5\x2f\x97\x8d\x25\x13\x55\xdf\xa6\xda\x54\x16\xaf\x01\x5d\xcb\xd2\xb8\x25\x74\x3b\x86\x57\x7b\x19\x92\x9f\x9c\xe6\x40\xfd\xc3\xe9\x64\xba\x93\xb2\x71\xc6\x84\xf1\x42\x81\xa2\x4d\x5d\x0b\x0d\x85\x7e\x8f\x04\x02\x42\x88\xb3\xf9\xca\xd0\x0f\x77\x10\xd6\x22\x9c\x50\xad\xa8\x49\x04\x29\x66\xde\x63\xb8\xa2\x78\xec\x13\x1f\xf8\xe4\x62\x4b\x37\xcd\x25\xd7\xc9\xf0\x04\x11\x6c\x27\xfb\x63\xf4\x55\xd8\xad\xa1\x14\x3a\xbd\x0a\x1b\x8c\xeb\xc5\x85\xd6\x98\x9e\x2f\xde\x53\x5d\xab\xdb\xf1\x6e\x3d\x35\x09\x5d\xb7\x8d\x5e\x29\xa1\x69\x91\x8b\x36\x39\x8a\x16\xb7\xc6\x12\x7a\x16\x0a\xf3\x79\x72\xb1\x85\x9a\xbf\xc5\xec\x35\xb7\x11\xf4\x73\x71\x2d\x61\x8e\x31\xdc\x42\x38\xfa\x17\x12\xea\xb8\x9a\xd1\xd5\x81\x4f\x7b\x3f\xd8\xa4\x80\xa1\x4d\x8a\x86\xc5\x6c\x2e\x19\x17\x85\x6e\xd0\xb0\x38\xcf\xb7\x2e\xab\x8e\x1a\x71\xd7\xfa\x84\xba\x85\x1c\x37\x9d\x5c\x74\xb4\xbb\x28\xda\x66\xd3\xf5\xbc\xe3\x21\xec\xf6\x83\x54\x29\x2e\x1a\x7b\x40\x68\xa4\xf3\x66\xef\xfa\x5d\xd0\xa9\x97\xfb\x16\x84\x69\xf7\xac\x11\x6f\x71\xb8\x64\x10\x47\xc3\xd3\x8d\x8e\x5d\xf7\x62\x20\x04\x4e\x9e\xe2\x8d\x06\x8a\xe7\x18\x6b\x90\xa4\x67\xa2\x4c\xd3\xbb\xab\xc2\xab\x84\x1f\x9f\xa8\x5f\xcc\xee\x8a\xdf\x94\xd5\x5c\x86\xfa\xc5\x14\xe9\x2c\xb3\x75\x33\x5c\xd0\xc6\x18\xe3\x9b\x0d\xe5\xab\xe2\xb2\xf4\x41\x0f\xbe\x01\xf5\xe9\x67\x74\xa8\x6a\x8c\xa6\x75\x1f\x10\x98\x5d\xa3\x19\xd8\x5e\x56\x17\xc5\xb1\x32\x93\x1b\xca\x18\xc3\xac\xa3\x50\xc6\x68\x53\x53\x16\xba\x18\x6d\x76\x7f\x8b\x33\x23\xa2\x75\x08\x6f\xb8\x3b\xbc\x7f\x45\x9f\xa1\x89\x31\xcd\x57\x18\x3a\xfd\x7a\x64\x86\x93\xfa\x7e\xe9\xca\x88\x88\xfe\x6d\xea\x69\x31\x90\x8e\x26\xbd\x23\x43\xd7\xa2\x5c\x9a\x59\x05\xe6\xd7\x06\xc6\x47\x7d\x4d\xe2\x07\x0c\x4c\x65\xff\x19\xf4\x1d\xe6\xdd\xf2\xf7\x33\x89\xda\x2f\x17\x35\x27\x17\xc4\x4d\xcf\xce\xc6\x7a\xe9\x94\x84\x3d\xf7\x68\xea\x39\xde\xea\xc7\xb8\xfd\x51\x5d\x2f\xca\x06\x17\xec\xfb\x31\x26\x4f\x27\x71\xea\x86\xd0\x9b\x69\x7a\x69\xab\xb2\x71\xc9\x8b\xb0\x44\xdb\x63\x0e\xd7\xba\x68\x73\x2a\x1b\x67\x6a\x38\xc7\x5e\xcb\x6e\x25\x4e\x51\x75\x23\x0f\x8d\xa8\x5a\x0e\xbc\x8e\x5f\xd8\x81\xcb\x0d\xce\x1c\xf2\x81\x6f\x2e\x59\x98\x73\xb7\xa9\x47\xd1\xd4\xc2\x67\x97\x65\xda\xd5\x64\x30\x8e\xa7\xa8\x0a\xf9\xc7\xbf\xfc\xc3\xd8\x22\x7a\xa4\x61\xcb\x5d\x93\x9e\x44\xa8\x7e\x8c\x91\xfc\x35\x58\xff\xa2\xe6\xd0\xf5\x98\x22\xbc\x27\x31\xfb\x86\xb6\x08\xc6\xdc\x55\x77\xd2\x84\x8c\xd5\x9d\x34\xf1\x5c\x38\x92\xeb\xe1\xdc\x8a\xf0\x0e\x4d\x8f\x83\x82\x94\x8b\x77\x4d\xd7\xb9\x20\x9a\xff\x34\x9f\x48\xea\x1b\x5d\x84\xb7\xc2\xf9\x77\xd1\x8c\x61\x8a\x9d\xbb\x07\x8a\x6f\x8a\xa1\xa1\x2d\x7c\x15\xa9\x4b\x98\x5e\x67\x2d\x67\xa8\x6f\x64\x9f\xe9\xf0\x86\x3f\xb2\xae\x1a\x39\xc3\x1f\xba\x11\x16\xca\x75\xbd\xf8\x97\x6f\xbe\x4e\x65\x3f\x74\x57\x85\x43\xa9\xaa\xeb\xad\x27\x0b\xea\x5e\x9c\x0d\x5a\x4b\x93\xbb\x38\xd6\x7a\xb7\x2c\x70\xbd\x48\xf0\x25\xea\x53\x57\x21\x06\xd4\x7e\xdc\x2d\x51\x9f\xd9\xd9\x60\xd0\xba\xb7\x20\x7b\x11\xdc\x2b\x84\x57\xf3\xfb\x43\xe6\x47\xbb\x5f\x51\xfe\xbb\xf0\x9c\x0c\xa1\x45\x0d\x2c\xa4\xac\x5d\x67\x75\xf1\xbe\x1c\xda\xe1\xb8\xd1\xf7\x56\x44\x07\x63\x9a\x09\xa7\x08\xfc\x43\xaf\x58\xf4\x2e\xb2\x8f\xc3\xe2\xb1\xd1\x75\x96\xc3\xa0\xb9\x4d\x51\x86\x4b\x62\x7b\xe1\x84\x05\x07\x55\x84\xab\x74\x32\xfa\xb7\x22\x0e\x9d\x4e\xc0\xd2\xe2\x6b\x8f\xe1\x55\x7f\x0c\xbd\xab\xf0\xaa\x3f\xcd\x26\xdb\x70\xfc\x53\xf2\x57\xd0\xa6\xb6\xeb\x16\x81\x20\x84\x42\x50\xfe\x31\x74\x9d\x4a\x6b\xc3\x97\x74\x28\x66\x9c\xc2\x55\x59\xf5\xca\xd9\x78\x0a\x0e\xdd\xda\x1b\x06\x94\x48\xc0\xcd\x15\x20\x6a\x71\xcb\x19\x99\xfa\x8f\x79\x60\x73\x2e\x1e\xae\xba\x15\x37\x94\x80\x48\xaa\x2d\xbc\x50\x5d\x69\xe0\x05\xed\xe5\x8d\xe9\x67\xd2\x5e\x09\xe3\xe4\x61\x99\xc8\x16\x59\x29\x72\x70\x23\x51\xea\xed\x8f\x41\x20\xa6\xc2\xf4\x17\x4f\xb6\x30\x43\x71\x2b\xf4\x4f\x63\xd6\x4e\x72\x77\x79\xb7\x4c\xb7\x19\x02\xc3\x6f\xf7\xb8\x3e\xdd\x79\x02\xba\x75\xd7\xc3\x05\xe1\xe9\x42\x4d\xb3\xeb\x29\xb0\x43\x66\x59\x45\x55\x84\x69\x73\xf2\x69\x52\xe8\xfd\xa1\x63\x18\xba\x21\x77\x1b\xfe\x38\xe3\xec\x6b\x27\x84\xf5\xf2\x25\xb2\x2a\x34\x43\xe4\x3e\xe6\xe4\x5e\xb8\xc9\x55\x2e\x54\x69\xc4\x3f\x7f\x0d\xf5\xa6\x2a\x1b\xda\xed\xdd\xb9\x08\xb5\x5f\x84\xa6\x5e\x84\x58\xd7\x0d\xf0\x1a\x9a\x9e\xa6\x2c\x0f\xe8\xec\xb2\x4f\xf4\x47\x65\x83\xd7\xd1\x44\xe5\x62\x65\x3c\x86\x50\xa3\x1c\xe0\x9b\x69\xfb\x82\x81\x99\x74\x62\xf1\x87\xdf\x6e\x97\x0d\x4a\x40\xb8\x3b\xec\x8c\xfb\x75\xf9\x87\x5a\x84\xae\xec\x3b\x86\xe2\xa2\x71\xb5\x75\x57\xa3\xdd\xa5\x8f\x81\x50\xaa\x26\x28\x0c\x8b\x47\x13\xf5\x18\x9e\xf2\xfb\xa5\x67\x49\xa8\x7f\xf4\x4b\x4f\x84\x17\x1e\x6a\x2c\x1a\x0b\x65\x10\x79\x18\x3a\xb9\xe0\xd2\x64\x57\xc3\x8d\x9d\x5d\x4f\x30\xc1\x3c\x21\xd8\xb5\x0d\x21\xb4\x17\x86\x1f\xfd\xdb\x83\x1d\xb4\xbc\xab\x7d\x85\x94\xc9\xbf\xfc\x44\x7f\x34\x57\x41\xa2\x9a\x03\x1a\xde\xf6\xcb\xe5\x5a\xb6\x50\x85\xba\x8e\x26\x48\xd7\x16\x09\x4d\x90\x7e\x5d\x2e\xcb\x55\x26\x2c\x23\x45\x10\x4b\x6e\x5e\xda\x6a\xfe\xb8\x4f\x4e\xcf\x9b\x50\xca\xe8\x97\x36\xcc\x5b\x64\x8a\x10\xea\x5b\xb7\xd5\xad\x1c\xf6\x8f\xcd\x1f\x17\x7b\xcd\x15\xed\x08\xac\x56\x95\x83\x43\xa7\x5f\xc2\x39\xb3\x24\xe5\xed\xed\x34\x95\x05\x45\xea\x88\x87\x22\x46\xbe\xaa\x3f\x72\x67\x6b\xf7\x87\xb9\x72\xbf\x44\x12\xbf\x41\x4f\xdd\x3f\x14\x7e\xf4\x2f\xa1\xa3\x84\xfe\xc3\x5e\x39\x99\xe9\x13\x2a\x1b\xfd\xba\xdd\x3f\x0e\xbc\xb6\x5e\x78\xdf\xef\x97\x76\xf0\x7b\x69\x32\xf5\x4b\x51\x18\xa2\xef\xdf\x38\x38\x4d\xda\x35\x6f\xdd\x5e\x1e\x78\xbc\x48\xcc\x5e\xc4\x62\xb9\x26\xa1\xe8\x37\x5b\xe1\x76\xa3\xbc\x56\x3c\x18\x2c\x82\xdc\x0a\x62\xed\xa1\x8d\xf2\xd6\xc3\x57\x17\xd2\xdb\x5b\x63\x28\x0b\x2f\xe5\xfb\x5b\xae\x41\x51\xf5\x6f\xdd\x6d\x7a\x00\x84\xd5\x72\xbf\x6e\xd7\xc4\x9d\x22\x0a\x2e\xac\x96\x53\xd5\x51\x7a\xe3\x14\xde\xd2\x91\x8f\xde\xba\xf9\xfe\x33\x12\xc7\x99\xff\x18\xba\xf2\x3f\xe2\x89\x08\xf5\xc8\x4e\x79\x88\x05\x80\x33\xff\xa2\x49\x93\x9d\x72\x17\x39\xf5\xc1\x78\x76\x68\x7b\x7c\x44\xf7\x88\x70\xfc\xcc\xd8\xcd\xb7\x3f\xb2\x77\x44\x66\x87\xdd\x72\xba\x5c\x6f\x78\x8e\x19\xda\x01\x1f\x5d\x6d\xa2\x91\x3e\x81\xa7\x4c\x4d\x7d\xc4\x66\x2b\x2e\xcb\x4d\xab\x5b\xe7\x23\xba\x56\xb7\xf4\x47\x2a\xea\x3a\xc5\xa1\x70\x33\x2c\x56\xf9\x88\x67\x32\xfc\x11\x7f\xce\x59\x39\xfa\x30\x5d\xef\xa4\x55\x7f\x85\x1e\x15\x85\x15\x1a\x37\xf9\xd2\xb6\x0b\x1d\x9b\x7e\xe9\x31\xf6\xd9\x81\x73\x45\x72\x7e\xc4\x46\x15\xf2\xfe\x88\xbd\xa1\x46\xd1\x78\xa9\x49\x34\xe7\x33\x02\x5d\x0a\xb3\x3f\x3c\x4f\xb5\x73\x1e\xa2\xb4\x0c\x1d\xf1\xd0\x71\xe9\xa6\xad\x1f\xdc\xb3\x9b\x13\x8d\xc6\x4b\x4d\xc5\x65\xd5\xf9\xa1\xec\x8b\x3e\xb8\x51\x96\x58\x37\x75\xa8\xbc\x74\x93\x99\xa1\xf1\x92\x6f\xad\xd3\x03\x5f\x75\x08\xe9\x44\x68\xff\x7e\x89\x22\x92\x6f\xff\x71\xb9\x2c\xec\x00\xe1\xab\x08\xf5\xdf\x2d\xa0\x79\xb8\x5e\x86\xeb\x81\xc1\x2d\xe4\xaa\x50\xff\xc9\x39\xf0\x93\x90\x7d\xe8\xbf\xf4\x2b\xfb\x63\xe0\x61\x11\x70\x0f\x06\x09\x96\x5a\x3d\x4b\x33\xa6\x36\x17\xbd\xd5\xcc\xeb\x4c\x8b\xac\x90\x72\xca\x10\xb2\x7d\x40\xe1\xe6\x0a\x87\x3a\x8a\x9c\xf1\x4c\x45\xf0\x9f\x96\xde\x3c\x5e\x61\x35\xb3\xe5\x47\xd2\x85\x85\x75\x62\x3e\x89\xe1\x7f\x2a\xce\xca\xea\x14\x77\x65\x63\xfd\x59\x18\x42\xfa\x9f\x69\xb9\x95\xed\xf1\xb1\x2a\x37\xa8\xc8\x65\xb9\x12\x9b\x9b\xe1\xc2\x06\xc7\xcf\x8b\x35\xa5\xc3\xc4\xe6\xef\x57\x56\x17\x38\xb4\x20\x03\x22\xf5\x27\xc5\xb3\x3e\xd9\xe0\xd4\x5d\xfe\x61\xf0\xf1\x2f\x17\x8d\x7b\x2d\xab\x77\xb8\x70\x1a\x2e\x1a\x22\x79\x29\x77\xcc\x6b\xc5\xa5\x97\xd5\x39\x4c\xe7\xe6\xf7\xa3\x7e\xa9\x39\xd8\x41\x4e\x0c\x35\xa2\x37\x46\x77\x96\xe3\xfd\xcd\xc2\x47\xaf\xaa\x89\x5b\x39\x6b\xd0\x3b\x2e\x2b\x4f\x6d\xbc\x38\xa6\xa7\x8b\x3b\xb9\xa8\xef\x5e\x32\xcd\x08\x68\x58\xdc\xca\x79\xe1\xf7\x2b\x71\xa9\xcc\x50\xda\xe8\x17\xe7\x79\xca\xbf\xbd\x34\x8c\xe6\xcd\x7d\xce\x71\x9e\xa1\xa4\x21\x9f\x38\x27\xc7\x26\xf2\x37\x74\x93\xbb\x3f\x72\x26\xcb\x9f\xd1\xf9\xbc\x51\xe7\xae\xfa\xe5\x0c\x82\xab\x38\x77\xd6\x56\x67\x70\xde\xa2\x0d\xab\x3a\xab\x13\x0a\xf1\x31\x6f\x16\x90\x17\xcc\x0c\x65\x8c\x8e\x56\xd5\xc9\xbd\x28\xea\x8a\xe2\xb2\xd4\x26\xbe\xb5\xd6\xb7\xaa\xe5\xc2\xe6\x80\x4e\xdc\x15\x24\xb1\x01\xe7\x0d\x3d\xc8\xe1\x98\xb7\xd0\x73\xd7\x24\x80\x73\xc5\x8f\x23\xe4\x7f\xbf\xb4\x69\x6f\x6c\xd1\x93\xc7\x89\x8d\x09\xea\xa4\x93\x40\xfe\xe7\xa7\xea\x2f\x26\x27\xa8\x88\x4e\x42\xf9\xf7\xcb\x4b\x26\x66\x63\x57\x59\xf1\xb1\xab\x5a\x65\xd7\x78\x8e\x22\xea\xe6\xe5\x46\xb9\x9f\xab\xda\x8c\x88\xd0\xd7\xf7\x77\x31\x27\xd5\x2d\x06\x01\xcf\xc5\x48\x6c\xfe\x7e\x71\xa5\xce\xa4\x4d\x02\xab\x83\xd8\xfc\x27\x4b\xad\x21\x6e\xc9\xc2\xe4\xb3\x8a\xe9\xa6\x55\xb1\xbc\x85\x1b\x8c\x08\xc3\x49\x11\xab\x27\x31\x85\xb3\xf8\x20\x33\xe4\x2b\xfd\xe2\x62\x9c\x21\x42\x49\x5d\x67\xbe\xb9\xcd\xa9\x2c\x4f\xdd\xee\x6c\x0c\x1a\xe4\x47\x48\xe1\xb3\x17\x93\xb2\xe7\xd4\x37\x9d\x9c\x10\xa8\xf4\xab\xf9\x5b\x18\xcc\xde\xee\x00\xa2\xff\xee\x36\x9f\xd0\x35\x52\x4e\xbb\xb6\x2a\x17\x0f\xa7\xe1\x5c\x70\xf6\x34\xb1\x0d\x8c\xc4\xfb\x6f\x36\x68\xce\xe6\x6f\xba\x2a\xd4\x22\x5b\xaf\x39\xc7\xe3\x5f\x67\x81\xa8\xc0\x55\x8b\x17\x06\xa7\x77\xd1\x02\x21\x4c\x31\xd6\x0b\x8f\xb9\x7e\xb7\x4d\x19\xa3\xa6\xef\x0f\x99\x1c\xff\x30\x6e\x11\xe1\xd9\x26\x2a\xa1\xba\x03\x9b\x97\xa3\x3b\x40\x6c\xb7\xee\xc2\xb1\x7d\xba\xd6\x27\x36\x65\x16\x63\x6f\x22\x5c\x49\x2e\x6a\xc4\xa6\x46\xe5\xc7\xd5\xcb\x05\x85\xd1\xfd\x4b\xec\xde\x93\x7a\xcf\x03\xa3\x3b\x17\x1b\x58\x57\x48\xd3\x65\xe4\x2d\xc2\x0e\xd6\x61\x6c\x22\x30\x85\xbc\x3a\x77\x91\x26\x1a\x33\xd5\x29\x02\x5e\x41\x82\x25\x57\x9e\xb2\x52\x1d\xc3\xbf\xe4\x7e\xd4\xc2\x77\x76\x4c\xf7\x2f\x31\xc4\xe2\xea\x9f\x21\x4e\xe9\x97\x06\x16\xe2\x94\x7e\x69\x12\xba\xfc\xbf\x71\xed\xce\x8e\xab\xd6\x5b\x37\x43\x67\x97\x7c\x3f\xc6\x21\x76\xad\xec\x99\x6f\xc9\x11\xd7\x96\xba\x23\x24\x98\xd4\xf7\xc9\xed\xdd\x5c\x4f\xf4\x67\xf8\x23\x37\x41\xd2\xc0\x64\xe9\xe0\x71\x0a\x0d\x26\x8d\x0c\xf5\x9f\x59\xfe\xac\xae\x42\xf0\xe1\x7e\xb9\x22\x70\xe4\x50\x07\x71\x5b\x28\x89\x2f\xa1\x88\xfb\x35\xdc\x08\xeb\x20\xcc\x86\xb9\x6b\xf1\xc9\x1d\xf8\x81\xd2\x2f\xc7\xd4\x6a\x27\x65\xc1\x1d\x50\x97\x04\xc1\xed\x17\x24\x37\x31\x70\xcf\x47\x67\xd5\x07\xfd\x94\x4d\x0f\x93\x7e\x86\x65\x67\xba\x45\x3f\x0c\x89\x7d\x5c\x11\xd6\x7d\x12\xb1\xce\x11\xec\x1a\x09\x3f\xe7\x10\x59\x95\xd5\x41\x3c\x3a\x49\x56\x3b\xc3\x0d\xac\x59\x2b\x0e\x7a\x2b\x4d\x39\x82\xde\x9e\xb2\xfe\x7a\x36\x2b\xb6\x47\x93\xa0\xb7\x49\xaf\x12\xc5\xbc\xad\x49\xbb\x73\x82\x16\x55\x0f\x52\x83\x5a\x9d\x8b\xc3\x02\x17\x75\x4e\x36\x23\xdc\x24\xa2\xe1\x26\x93\x49\x13\x06\xcd\x54\x0e\xe1\xb0\x2e\xd2\xc9\x33\x68\xb8\xa8\x18\x34\xc2\x1f\x78\x67\xad\x49\x18\x2c\x78\xf6\xb9\x89\xc0\x9a\xec\xb7\xe9\xa2\xb1\xff\xa7\x46\xc5\xa5\x0b\x4d\x4f\x44\x5b\x05\x6e\x9e\xd3\xec\x7c\xf7\x35\x50\x9d\x04\x64\xc4\xb7\x95\x5f\x8c\xa9\xf0\xb6\x45\xc4\x17\xcc\xfd\x2a\x84\x15\xbc\xfd\x7e\x5f\x2e\xb9\xc2\x4b\x87\x3a\x13\x72\xe2\xfb\x72\x0b\xec\x1e\xdd\x27\xd8\x74\x8a\xaf\x3e\xc3\x86\xb3\x4b\x48\x39\x27\x96\xd4\xc5\xdf\x34\x1b\x6a\x31\xf4\x8c\x24\x50\x21\x0a\x6e\x96\xf2\x0a\x41\x70\x15\x90\xfe\xe4\x22\xf6\x44\x75\x35\xc1\x4f\xf0\xfc\xeb\x19\xa5\x0b\x76\xa2\x9c\x22\x9e\x30\x21\x71\xb3\x84\xd8\x73\xea\xce\xf4\x04\x08\xcd\x69\xb3\x2c\x31\x8c\x85\x12\x97\x44\x4e\xda\x11\x4b\x0c\x63\x9d\xaf\x85\x6a\xa3\xd8\x2c\x33\x84\x0b\xb7\x78\x06\x33\x1c\xb9\xe6\xd9\xfc\xcb\xd0\x11\x9f\xae\x16\x94\xa8\xa3\x88\xa8\x61\x0c\xe7\xf6\xaf\x9f\x66\x22\x6d\x11\xf6\x40\x53\x82\xd8\xa1\xe8\xbe\xc7\xab\x6b\xd3\xf5\x82\x0c\x22\x89\x5f\x3d\xc3\x34\xf4\x2e\x1e\x48\x20\xc4\x5b\xdb\x4c\x7e\x5b\x67\xf3\x2f\x7b\x7c\x6c\xca\x8d\xc8\xa9\xe3\x13\x97\x4d\xdd\x45\xe1\xe3\x4c\x97\x0d\x0f\x30\xc9\xd5\xbe\xe2\x79\xa0\x09\x80\x83\x28\x2c\x21\x9f\xae\xe2\x88\xcf\x85\x6b\xe1\xa4\x89\x44\xf7\xfb\x72\x4e\xd3\xaa\x36\x16\x2e\x7a\x85\xf2\x14\xe7\x57\x4c\xe7\x19\xe2\x8b\x7e\x8b\x38\x5f\x52\xd2\x55\x67\x75\x1d\x8b\x1e\x08\xdb\x53\x45\x7d\x3e\x39\x9e\x1d\x5e\xa0\x15\x7c\x5d\x6d\xc4\x30\x28\x8d\x28\xac\x7f\xc4\xdd\x0a\x10\x2c\x85\xfb\xb9\xce\xfe\x56\xdc\xc4\x49\xb8\xe0\x7e\x7b\x85\xce\x86\x2e\x62\x05\xcc\xa5\x2d\x7c\x39\x8b\x5b\x54\x57\xf3\x0a\x12\x44\x7d\xc5\x1c\x51\x8a\x72\x84\x0e\x96\xad\xee\x54\xe4\xe0\xda\xfd\xad\x84\xe2\x5e\x53\xae\x86\x7b\xa3\xa9\x5c\x44\xd4\x12\xc5\xb1\xe5\x5a\xb8\x2a\x37\xa3\xa7\x43\x39\x88\x08\xd1\x7c\x61\x69\xda\xef\xdb\x0d\xe2\xe8\xc7\x0d\xc6\x06\xbd\xdd\xc4\x27\x72\x6a\x3e\xb6\xa4\x78\x94\x04\x11\x3e\xcb\xa1\x36\xd8\x92\x5a\xab\x4d\x88\xb6\xe2\xa2\x83\x01\x17\x65\xe7\xaf\x9f\x92\xf5\xb6\xdc\x53\x13\xa7\x9e\xc7\x1e\x6c\xc9\x1f\x03\x4d\x7d\x73\x9a\x38\x57\x8b\x7e\x8d\x67\xc0\x7b\x52\xad\x84\x10\x54\x7a\x57\x84\x14\xce\xde\xf7\x18\xb0\xa6\xe4\x6f\x6c\x2c\xcf\x79\xdc\x80\xd2\x3d\x9b\x5b\xbc\x21\x57\x0a\x85\xaa\xdb\x3c\xc4\x17\xb9\xea\xf6\xd9\xd2\xd6\x13\x75\xb6\x21\xfa\x84\xe2\xc2\xf7\x6a\xb9\x3c\x92\x78\x16\x48\xdc\x44\x44\x61\x79\xed\x9e\x44\x14\x3e\xe3\xf0\xc7\x73\xa5\xdc\x5a\x58\x44\x14\x59\x44\xf0\x4b\x12\xb0\xee\xac\x10\x9a\xcb\xc6\xe6\x4d\xce\xf1\xf8\xd7\x9a\x20\xbf\xb8\x93\x73\x3d\x14\x48\x86\x72\x81\x33\xb4\x23\xc3\x92\xf5\x34\x52\x94\x0d\xe3\x4c\x11\xa4\x2f\xc5\x71\x71\x2e\xf6\x8b\xe6\x15\xb1\xc7\xad\x75\x0e\x41\x87\xbc\x4f\x4e\xe2\xfe\x76\x5f\xf1\x48\x3d\x86\x74\xac\x66\x58\xb6\xca\x19\xe0\x24\xec\x6f\x37\x45\xf2\x9a\x9a\x1d\x75\x0e\x2b\x03\x29\xf0\x10\x05\xf8\xfb\x76\x7d\x89\xc2\x2b\xae\x16\x9b\x07\xe5\x64\x3a\xa0\x8b\x24\xc4\x17\x72\x34\x73\x72\x61\xb0\x24\x8a\x93\xa0\xbf\x53\x3a\x34\xf3\x05\xe6\xf1\x8a\x80\x5c\x74\x75\xbe\x44\x21\x69\x4f\x4a\xec\xe0\x0e\xec\x10\x07\x4e\x7f\x6b\xd8\x2e\x68\x7e\xce\x8d\x28\x47\xf3\x93\xa8\xbe\x72\xc6\x31\x89\xe2\x2b\x1f\xa4\x73\xbe\x51\x74\x91\x26\xd4\x0c\xc3\x50\x59\xe8\x4e\xc2\xf6\xca\x3d\xe8\xc9\xc5\xa8\x54\xe9\x9b\x35\x2f\xae\xa6\x53\x8d\x7f\x18\x8b\x5e\xfc\xc3\x68\x5f\x67\xe9\x2d\x04\x52\x5d\x4f\xdc\x05\xd3\x3f\x14\xe1\xdc\x95\x0d\xd4\xab\x3b\xf6\x8d\x6a\x84\x0e\xd3\x5b\x9a\x75\xfe\x56\x79\x50\x39\xdb\xc2\x8b\x82\x6a\x9d\xea\xdd\x1f\xcd\xea\xe7\x94\x6b\x55\x49\x06\x08\x06\x2c\x9b\xba\x93\xe3\x0d\xd0\x9d\xdd\xd4\xeb\x6c\x20\x98\xe2\x5c\x04\x01\xd7\x45\x8a\xac\xe2\xd6\x81\x09\x6b\xd3\x5e\xb4\x7f\xdf\x81\x5d\xc4\x2b\x25\x6c\xf0\x69\xc3\x45\x99\x75\x4d\x08\x64\x98\xf6\xc0\x5b\x0a\xa0\x42\x36\x11\x54\xd8\xc6\x66\x13\x17\xad\xa5\xf9\x1b\x98\xf1\x76\xad\x81\xb6\x3d\xc8\x10\xde\x1b\xf5\xbc\x97\x50\xa1\x9a\xd4\xf3\x53\x18\xe5\x2d\xb5\x20\xed\xfc\x37\x8a\xc3\xc2\x61\x6f\xc9\xb7\x84\xb5\xde\x6c\x3c\x51\xf8\x21\xd1\xb0\xce\x39\x01\x88\xcf\x3c\xbb\xda\x98\x3b\x11\xed\x6f\xd1\xf0\xdd\xbf\x84\x12\x13\xd6\xf8\x20\x5a\x1d\x2a\x1c\x7e\x58\x6d\x1a\x30\xc3\xf1\x6a\xf7\x63\x39\xfc\xae\xf6\xbb\xfa\x87\x31\x7b\xa2\x05\x3f\xb0\xc2\xc7\xf7\x87\x4c\xc9\x54\xee\x1d\xef\x56\xfd\x70\x8a\xd0\xd0\x2f\xa7\x4e\x9b\xca\xe2\xdc\x5e\x52\x93\x19\x32\x8a\xde\x2f\x97\x85\xa0\xd3\x96\xf9\x78\x07\xf9\xa7\x31\x6c\x51\x7b\x92\x58\xc8\x92\x68\xca\x0b\xab\x54\xd4\x14\xb7\xb8\x09\x77\x7d\xc4\xed\x16\x5a\x09\x71\x86\xb5\xe4\xe6\x87\x6d\xe2\xde\xb3\x2f\x9a\x7f\x18\xbe\x96\xdc\x3d\x2c\xe0\xa5\x59\x36\xc3\x5c\x38\x5d\x49\x5b\xe1\x23\x8b\x4e\x51\x09\xb2\xed\x1d\x9e\x40\xb1\xb7\xbb\xb3\x30\x2a\x85\x92\x3e\x22\xb5\x3d\xa1\x5b\x63\x53\x2f\x50\xc8\x94\x70\x46\xb1\x8a\xbb\x2c\xc3\x26\xe2\x8d\x5b\xe4\xc0\xc3\xb2\x09\x63\x3e\x68\x5b\x0c\x0d\x07\xf1\x86\x24\x02\x8a\x55\xdc\x65\x27\xe4\x58\xc5\xe2\xdd\x13\xab\xf8\xcb\x26\x47\xba\x31\xa4\xd4\x31\x31\xef\x9d\xd2\xaa\x23\x92\xf1\xf9\x29\x33\x2a\xfb\x5e\x09\x29\x26\xf6\xbd\xc3\x97\xee\x23\xb6\x94\xfa\xab\x1b\x28\xb9\xac\x3a\xdc\x95\x85\x80\x49\xce\x72\x23\x8a\x91\xf0\x4c\xb8\x1e\xd3\xd9\xd8\x1f\x3a\x4f\x8f\xee\x20\xcf\x8b\x68\x16\x31\x07\x1e\xb1\x15\xb4\x23\x10\x8e\x0c\xc9\x9a\x1d\xe8\x78\x78\x16\x83\xc5\x64\xa6\x72\x58\xee\xe6\x34\xfc\x8d\x7d\x27\x8e\x89\x04\x20\x92\xd7\x12\xca\xf8\xcb\x22\x7d\xd0\xe5\xc9\xfe\x06\x7d\x3e\xfc\x31\x4e\x9f\xf6\xc7\x03\xc5\xab\x9d\xa6\x40\xc6\xe6\xd7\x23\x0c\x91\xb2\x21\xd1\x89\x6f\x9c\x99\x4d\x82\x13\x67\xfc\xa0\x9d\x5c\xc4\x10\xca\x7f\xd6\x49\x71\x18\x63\xd6\x6c\x21\x25\x19\x92\x8b\x3a\xa8\x31\x97\x34\x31\x8d\x93\xf8\x93\x84\x34\x3e\x33\x90\x94\x0d\xe1\xc6\x74\x51\x8e\xf0\x70\xb5\xb1\x44\xc3\xb5\x42\x56\x66\x77\x5d\x4b\xe4\x7a\x83\x8a\x61\x8b\x11\xd3\x38\x8b\x19\x46\x48\xe3\x1b\xbf\xbf\x93\x90\xc6\xb9\xb8\xaf\xd8\x54\x56\x7f\xd3\x40\x9c\x05\x1b\x81\x18\x56\x58\xf2\x26\x7c\x54\x4e\x22\x1a\x67\x29\x17\x3a\xa0\xb1\xe4\x17\x04\x34\xbe\xf5\x5e\x22\x80\xf1\xf9\xe8\xfe\xa8\xeb\x83\x2c\xba\x61\xb2\xfb\x21\x82\x71\xbf\x87\x2a\xd2\x9d\x35\x34\x30\xee\x2c\xcf\x1e\xba\x40\x33\xbb\x22\xee\x88\xef\x4f\x61\xde\xbb\x87\x0b\xbf\xbb\x6e\x25\xd4\x65\x2f\xf5\x48\xef\x32\x4f\x98\xc4\x41\x5d\x23\x0d\xda\x49\x32\xfc\x85\xc0\x27\x79\xe9\xd1\x28\x14\xd3\x7f\x85\x91\xae\xb9\x73\x2b\x04\x3e\x66\x1e\x12\xec\xf8\x2e\x62\xa8\x12\xde\x38\x13\x36\x68\x12\xde\x38\x0b\x63\xac\x10\xff\xf8\xf5\xb9\x2e\x1c\x73\x0a\x75\x12\xc0\x38\x29\x52\xec\x24\x64\xb1\x69\xfd\x75\x8b\x5c\xe2\xd8\x10\xc1\x38\xc9\x9f\xed\x24\x82\xb1\x2f\x1b\x05\x30\x96\xe9\xeb\xba\xd9\x41\xda\x4f\xf2\x42\x2d\x23\xf6\x25\xb7\xd3\x5a\x5d\x64\x3a\x62\x50\x28\x44\x71\xbf\xbf\xd9\x50\xc9\x98\xae\x27\x38\x4f\xdd\xdf\x40\x49\xdf\xa2\x21\x64\xd7\xe6\x0b\xe9\x4f\x16\x59\x4e\x10\xe2\x22\x95\x95\x75\xa3\xa7\x33\x9d\x63\x5f\x16\x75\x0e\x62\x25\x6b\x06\xe4\x83\x55\xb3\x7e\x43\x8f\x68\xff\xdc\x18\x75\x27\xad\x65\x38\x8e\xfe\xdd\x73\x9e\xd1\x20\x48\xe2\xd8\x66\x9c\xd4\x4f\xc2\xd8\x76\x99\x59\x12\xc5\xf6\x74\xc0\x1f\x39\x9a\x50\xa5\x44\xb5\x4d\xe6\xad\xac\xb0\x8f\xec\x32\xba\x5c\xb2\x8f\x94\x80\x80\x28\xb7\x5d\x26\x8f\x8e\x72\x2b\x45\xcd\x95\xc0\x6b\x1a\x35\x61\x6e\x87\xf8\xdf\x2b\x49\x4a\xf3\xad\x17\xdc\xf1\xad\x09\x89\xa1\x7e\x9b\xe1\x29\xc9\x66\x60\x85\x0d\x64\x97\xdd\xdd\xca\x90\xdf\x30\x13\x96\xfc\x0a\x4b\x1d\x9a\x48\xb7\x5d\x96\x6a\x2b\x6b\x7b\x15\x97\x55\x1f\x9c\x65\x5a\xaa\xeb\xe5\xd8\xeb\x3c\x86\x1d\x63\x26\x0c\xf7\x24\x3e\x6d\xfb\xd6\x1b\xaf\xe2\xaa\x49\x21\x04\x6d\x1e\xee\xad\xee\x9b\xaa\xb2\x41\x9f\x48\xbd\x6c\x65\x3d\x90\xaa\xb3\xc1\x5b\xcc\xd7\x3f\x81\xc4\xb3\xb8\x3a\x3a\xad\x79\xc9\xc2\xb0\x2a\x3b\x63\xe0\xae\x17\x2a\xb7\xba\x87\x3b\x3e\x3a\xf7\xfe\xf5\x53\x8c\xa3\xf2\x59\xfe\x9a\xb3\x3b\x1f\x06\xcd\xc2\xda\x18\x40\xca\x7c\x85\x98\xb8\xa7\xd2\xa6\x6c\x10\x98\xba\x37\xf2\x56\xef\x5c\x16\x06\x88\xba\x13\xec\x45\x29\x95\x28\xd4\x6d\xd5\x0f\x8b\x04\xfa\xea\x4e\xd1\x5a\xfb\x63\x0d\x5c\xe6\x6f\x10\x10\x42\x1e\x05\x21\x8a\xf8\xa4\x2b\x7c\xf3\x76\xd9\xd7\x11\xf9\x36\x8b\xdf\x4c\xe4\xdb\x3b\x4b\x4d\x9e\x58\xb7\x5d\xef\xc9\x55\x64\xa9\x34\x9d\x4d\x51\x8f\x1a\x99\x84\x28\xf4\xb7\x12\xdf\xd4\xa2\xac\x98\x84\xe9\xc2\x2e\xb2\xcb\x9a\x6d\x15\x71\x4e\x74\x38\xc2\xd4\xb1\x27\xde\x85\xab\xc4\xad\x21\x6b\xb6\x55\x24\x4a\xd0\x1e\x2e\x71\x6b\xc8\x30\x89\x30\xb9\xc9\x36\x57\x84\xc9\x1d\x5d\x1b\xb1\x60\xc6\x50\xfd\x8d\xa7\x84\x3b\x1b\xec\xe8\x74\x6b\x2a\x43\x7b\xcb\x6b\x59\x44\xcb\x34\xf5\x0e\x8d\xac\xe1\x91\x6c\x0d\x4c\x5d\x40\xd3\x5c\xac\x73\x45\xba\xad\x59\xdb\xa9\xea\xe5\x0c\x35\x49\xa8\xdb\x2e\xbb\x14\xa2\xd9\x76\x71\xbd\x09\x66\x7b\x8a\xba\x22\xd6\x73\xba\x22\x38\x02\xdf\x6c\xac\x27\x6f\x8b\x85\xd5\xa3\xe8\x22\xe2\xde\x76\x59\x27\x10\xf7\xf6\x74\xa8\x28\x0b\x85\x2d\xf4\x5f\x63\xb1\xc5\x47\x5d\x55\xa2\x06\x21\xd1\x3a\xe9\x5f\x53\xee\xdc\x87\x32\x2b\x5a\x61\xd9\x78\x7f\x51\x61\x15\xcd\xf0\xfd\xa5\x26\x5b\x7d\xc0\xd0\x35\x5f\xce\x72\x45\x7f\xbf\x3e\x7c\x55\x55\xc4\x27\xd7\x3b\x4e\x21\x4e\x33\xbc\x8f\xd5\x60\x27\x7f\x73\x6a\xa6\x29\x0b\xe5\x2b\xbc\x19\xd6\x70\x8a\x0d\x31\x09\x79\x7a\x3e\xd2\xff\x26\x5c\x23\x4a\x25\x44\xb6\x5d\xfc\x39\x62\x9c\x9e\x8f\xaa\x17\xb1\x58\x76\xee\x5c\xef\x59\x84\x54\x43\x9f\x58\xec\xdb\x85\x18\xb6\xca\x5b\x03\x91\x4c\x53\x12\x8f\x96\x50\xa6\xc9\x53\x18\x52\xd9\x2c\xee\xf2\x92\x33\x61\xf1\x68\x89\x4e\xda\xa5\xcf\x4b\x70\xd2\xd3\x21\x97\x7d\xc8\x52\x51\xb7\xe3\x0f\x67\x35\xb4\xa9\xec\xd9\xbe\x7a\x43\x2d\xac\xd8\xc4\x5a\x5b\xc8\x61\xa5\x44\xbc\x10\xbc\x4a\x83\x77\x21\x77\xad\x59\x58\xa2\xe3\x4f\x46\xfb\x2f\x2c\xce\xba\xb4\x3c\x15\x11\x55\x8a\xb8\xab\xa3\xd6\x25\x4b\x65\x05\x48\x1d\xe7\xc5\xf1\x47\x34\x8e\xaf\xe0\xac\x93\xd6\xc1\x19\x9a\x77\xf9\x06\xd6\x83\x83\x60\xa9\x49\x11\x33\x4f\x36\x8e\x80\xf0\x26\xd6\x6a\xd6\xcf\x59\x21\x78\xed\xd2\xfe\x5d\x5d\x0f\xe8\xe1\xfe\x3d\xf1\x51\xf5\x48\xe8\xaf\x2d\x85\x2c\x55\xca\x58\xc4\x59\x3d\xd5\xaa\x22\xdd\xff\xba\x74\x22\x1e\x6a\x97\x8a\x1f\xf1\x50\xcf\x47\x97\x8d\xfe\x09\xe7\x77\xa4\x91\xb2\x19\x22\x3a\x6a\x2a\x1a\x4a\x98\x95\x75\x29\xf1\x11\x0d\xf5\x2c\xc3\xad\x2c\x62\x6b\xed\xf1\x01\x01\x29\x96\xda\x1a\x60\x14\x18\x48\x8a\x8e\x5a\x4c\xdf\x12\x1e\x75\x98\x22\x19\xa8\xf1\xc9\x98\x8d\x68\xa9\x67\xe0\xfe\xfa\x89\x9b\xd9\xf5\xc6\x1c\x89\x5c\x19\x88\x2b\x65\x7d\xe1\x70\xa9\xa6\x32\x22\x5c\xaa\x15\x76\x14\x11\xd5\x88\x00\xf7\xc0\x35\x0b\x7d\x8f\x30\x3a\xb8\x3c\x6e\xf1\xe5\x85\xcc\x25\x60\x16\xdf\x8c\x50\xa6\xf7\xf0\x45\x24\x09\xb3\x58\x55\xcb\x16\x6c\x3a\x86\x08\x9c\x6b\x76\x27\x50\xff\xce\x1e\x6a\xe8\x09\x49\x39\x6f\x0d\xee\x7f\x91\x41\xe1\x59\x38\xfb\xa2\x1c\xba\x09\xb4\x21\xe5\x59\x58\x46\x46\x44\x28\x3d\x59\x0d\x7c\x6b\x70\xfe\x7a\xf0\xa5\xb8\xf1\x4b\xd6\x6f\xf9\x5b\x36\x2e\x1c\x98\x53\xc4\x1d\xed\x52\x4d\x22\xec\x68\xba\xa4\xbd\xbf\x10\x38\xfb\x59\x37\x21\x01\xe0\x55\xad\xa9\xd7\xea\xf4\xc7\x58\x7e\x11\x57\x93\x1b\x44\x0c\xa8\x35\xc5\xc9\x98\x6e\x25\xce\x84\xe8\x03\x6c\xcf\x64\x29\xac\x30\xa3\x97\x04\x6a\xc4\x19\xed\x44\x34\x9a\x0a\x2c\x9a\x64\x13\x43\x64\xd1\x2e\xed\x16\x22\x8b\xde\x35\xeb\x4e\x0b\x53\xb4\xee\x67\x92\x02\x8b\xfa\x7a\x09\xe3\xb3\xbb\xeb\xd5\x34\x39\xc0\x70\x47\x88\x2b\x7a\x1a\xf1\xc7\xd8\x7f\xc2\x61\x93\x43\xa9\xf5\x9b\x50\x04\x4d\x25\x41\xe4\x4d\x9d\x83\xf0\x13\x9d\x1a\x02\xe9\xee\xe3\x30\x59\x77\x58\x37\x44\x70\x4c\x52\x44\x22\x64\xe3\x69\xbe\x28\x0b\x3a\x49\x2e\x1b\x53\x27\x3c\xb9\x78\x22\x88\x91\x43\xcc\xc6\x33\x48\x65\xe3\xc1\x29\x99\x15\x31\x1b\x4f\x59\xfd\x74\x6b\x2a\xfd\x15\x8a\x7c\x3a\xcb\xb5\xa3\x3e\xc0\x47\xf3\xae\x50\xcc\x46\xf1\x5b\x88\xd9\xd8\x89\xf5\x35\x89\xd2\x98\x92\x99\x18\x78\x9a\x95\xd4\x6a\x6d\x73\xd1\x86\xb2\x42\x28\x53\x59\x9c\x1b\x54\xe5\x1a\x8d\x26\x65\x07\xf5\xfe\x59\xae\xb9\x30\x61\xfa\x3e\x4c\x36\x18\x44\x74\x10\xb1\x18\xa7\x4f\xfe\xe6\x36\x11\xe5\x83\x9c\x6f\xca\xcc\x64\x6d\x08\x49\xd9\x80\x10\x9a\xf1\xfe\xbe\x62\x36\x7c\x33\xb3\x39\xb0\x6a\x92\x6a\xea\xc2\xa8\xa9\x7f\x7f\xc9\x94\x65\x37\xfa\x8a\x8f\x2a\xba\xd4\x23\x67\x59\x19\x4d\x3e\x96\x4a\x53\x96\x27\x04\x5d\xec\x62\xcf\x12\x74\xf1\x94\x55\x33\x4b\x0b\xa5\xf9\x45\x0b\x62\xfa\x97\xb1\xe9\x74\x87\xc9\x70\xc9\xcf\x5d\x42\x32\x16\xbd\xd3\x37\x34\xa9\x6e\xa9\x90\x03\xf6\xe4\x6f\xf1\xd4\x14\x4f\x8f\x18\x8c\x5d\xcc\x41\x42\x30\x9e\x4a\xd5\x3b\xd0\x90\xae\x21\xb9\xb4\xcd\xc9\x65\xd9\xe7\xc5\xd5\xd2\x3b\x75\x07\xc5\x55\xbf\x8c\x15\x76\xd1\x2f\x63\x99\x2e\xf9\xf1\xfb\x32\xd2\x2a\xca\x26\x56\xc9\x85\x33\xcd\xfa\x6b\xcc\x9f\x2e\x22\xfc\xd8\x7e\x5f\x60\xf8\xb1\xbd\xbc\xde\xc4\x5a\xbc\xbc\x30\x2f\xae\x29\xd9\xca\x10\x40\xf1\x9e\x32\x80\x59\x2f\x6d\x1d\x5d\x96\x2f\xf4\x14\x64\xfc\xb1\x5e\xd0\x13\xba\xa7\x5e\x53\xed\xb8\xa6\x40\x0e\xc3\x39\xf6\x8a\x6e\x52\xc2\x26\x4e\x59\x56\x28\x6c\xe2\xe5\x07\xfa\x0b\xec\xa4\x9b\xe9\x85\xa5\x6c\x16\xb2\x78\x81\x90\x84\x75\x5f\x8a\x1e\x22\x82\x02\x4f\xb3\x53\x66\x23\x04\x47\x3c\xf5\xaa\x87\xf8\xa9\xf3\x65\x14\x92\xbe\x9a\xb5\xd3\x43\xd0\xd7\xb3\x8e\xd7\x0b\x33\x91\xef\x3c\xa0\x19\xe5\xb7\x3d\x1e\x61\xa5\x5b\x4a\x38\xc4\xbb\xb9\x4d\xa4\x28\xb2\xc2\x21\x1c\xe2\x2d\xc5\x01\x85\x43\x94\xe6\xdb\x0a\x49\x5f\x97\x7d\xf0\x42\xd2\x27\xa7\x69\x44\x4a\xcc\xb2\xd6\x53\x64\xc4\xcb\xeb\xf0\x1e\x1a\xa6\x6b\x65\xdb\x57\x57\xf4\x44\x45\xcc\x50\xc8\xef\xba\x1f\x03\xd8\x0f\x75\x21\x48\xc9\xef\xbc\x9e\x21\x85\xeb\xa6\xb5\x11\xbb\x49\x07\x94\x88\x86\xa7\x0d\x67\x85\x8d\x54\x2d\x5a\xc5\x7e\xad\x23\x4d\x9b\x97\x2e\xe7\xb7\x4e\xbb\x2e\x4e\x82\x1a\x7e\x1f\xb6\xef\xa5\xb1\xa9\xbf\xba\x2a\xaa\xbf\x12\x14\x42\x1f\xcf\x22\x0d\x89\x51\x96\xa4\x62\xd9\xa3\xd9\x4c\xa0\x73\x35\x8a\xaa\x1a\x84\x28\xd2\x23\x22\x3a\xe1\xf9\xa5\x7a\xa4\xa3\xa8\xd9\x46\xd4\x75\x79\x17\x7d\x58\x26\x6d\x85\x0f\x6a\xff\x7e\x79\x7f\x10\xca\x4b\x75\x68\x85\xb0\xeb\xfc\xf4\xcf\x66\xf8\xeb\x23\x7a\x42\x37\xad\x24\x63\x52\x80\x21\x5a\xe1\xfd\x7d\xb6\x7f\x44\x5d\xea\x7a\x95\xe1\x8f\xa4\xe6\x04\x28\xbc\x25\x71\x23\x40\xa1\x22\xa3\x4d\xc5\x27\xbc\x64\xff\xb2\x3e\xec\x07\xed\xa4\x30\x11\xca\xb5\xbb\x28\x1b\xd2\x39\x70\xb6\xee\xe5\x8f\x1e\x08\xba\x7a\x71\xc1\x7b\x79\x0f\x7e\xb4\x21\x3c\x4b\xf0\x9b\x65\xfa\xb1\x3e\x22\x18\xb3\xbf\xc6\x46\x73\x8f\x96\x06\xae\x66\x03\xc1\xf7\xe2\xa2\x84\x5b\x1d\xce\x82\x38\x84\x0c\x90\x9c\x7d\xc7\xbd\x08\xc1\xa5\x1e\x6d\x8d\x5b\xfd\x0d\xc3\x85\xee\xfe\xe1\x6d\x4d\x06\x2f\xeb\xc3\xd6\xf1\x58\x74\xda\xbb\xcb\x0e\xca\xba\xa2\x43\x03\x99\x22\xc3\xb9\x6e\xf7\x74\xc2\x89\x32\x7b\x02\xf1\xdb\x94\xf2\xf8\x42\xfc\x76\xf9\x1c\x84\x7b\xdd\x6e\x0a\x56\xb6\x46\x52\xaa\x59\x88\xdf\x72\x72\x4e\xf3\x97\x94\xe5\xc8\xa8\x0f\xc8\xdf\x7c\x62\x42\xfc\xd6\xf3\xb7\x11\xad\x8b\x2b\x0a\xdc\x20\x5a\x53\xf2\x35\xb3\x48\x42\x84\xd6\x7d\x9c\x9e\xd0\xe1\x90\x06\xd6\x7a\xa6\x7a\x90\x95\x65\x4e\xdc\xdb\xc0\x0e\xe6\x16\x3e\x84\x69\xbe\xdc\xdb\xe0\x47\x14\xd3\x2a\x21\x22\xeb\x3e\x7a\x61\x3f\xd4\xb3\x88\xbd\xf0\xa6\xdb\x8d\xea\x31\x26\xca\x5a\xa3\x07\xbd\x33\xb3\xaa\x1e\x6f\x29\xb5\x89\xab\x83\xe2\x5f\x2e\x7a\xa0\xde\x22\xee\x30\xd3\x03\x97\xb9\xf3\xfa\x66\x1f\xb2\xaa\x29\x28\xcc\xef\x40\x83\x32\xf8\x4e\x3c\x97\x84\x47\x8d\x11\xaa\xac\x9d\x16\x46\x4a\x52\xe3\x58\xcf\x56\xff\x34\xb2\xcd\xa5\x7c\xfb\x2b\x7b\xbe\x3b\xbb\x28\xac\xa1\xa2\x08\x6e\x3e\xe9\xa3\x7d\xc3\x66\xd8\xe1\x43\x77\xc8\x73\xcb\xbe\xb8\x52\xa4\xce\xb3\x2f\x6e\x11\x3a\xb1\x2f\x76\x11\xa4\xcb\x0e\x89\x5a\xcf\x9c\xac\x1d\x36\x49\x5d\xfd\xdb\x17\xbb\xa6\xb8\x16\x4d\x98\x7f\xf8\x8a\xa2\x43\xb9\xf0\x6a\xd7\x5d\x14\xdc\x09\x07\x64\x87\x78\xad\xe8\x86\xdb\x17\xa2\x12\x71\x85\x76\xc8\xd7\x7a\x2e\x1a\x07\xd8\x86\x31\x6f\x0c\x9d\xb4\x44\x3b\x0c\x9d\xba\x16\x77\x5f\xa2\x3b\xdc\x9d\x78\xda\xc8\xf1\xd8\x46\x82\x76\xc9\x72\x6c\x5f\xda\x7c\x9e\x01\xbd\x7a\xbb\x86\xc9\xe6\x2b\x1a\xc9\x02\x0b\x14\x35\x83\xf9\x8b\x98\x98\x1b\x81\x5a\x2e\x7f\x8c\xb2\x79\x8a\x46\x77\x8b\x1b\x81\x28\xe9\x1a\x99\x76\xaa\xe7\x1d\xab\x1a\x31\x9b\xf6\x25\xf2\xd6\xa3\xc1\x64\xf6\x3b\x47\x41\xc2\xd6\xdb\x1f\x3f\xd1\x8c\xfb\xf7\x04\x4f\x5c\x8d\xb2\x6d\x8b\xa6\x08\x2d\x26\x19\xf6\xec\x8b\x7d\x5b\x55\xa9\x88\x9b\xa4\x7a\xf4\xce\xf6\xda\xe3\x65\xe6\xf2\x1c\x21\x9a\x1b\xea\x41\xa8\x93\x08\x8f\x6f\x2c\xb3\x92\xfb\x2a\xfa\xb6\xbb\x0b\xd1\x59\x1e\xe1\xc4\x99\x3d\x8d\x38\xcb\xcb\x1f\xb4\xbe\x91\xdb\x5d\x42\xeb\x0a\x43\x3b\x65\x6a\x44\x18\xda\x9e\x21\x6f\x08\x43\xdb\x73\xf5\x2f\xc3\x70\x2c\xb9\x5a\x56\x9b\xf7\xc0\xc6\xf8\x4a\xbe\x03\x15\x2e\xb6\x7a\xfa\x90\xdb\x4d\x19\x58\xed\x1b\x03\x58\x59\x77\x12\x2f\xb6\xe8\xa1\x46\xb8\xd8\x53\xd6\x1f\x63\x16\xaa\x2b\x82\x1a\x03\xff\xee\x5b\xb4\xad\x3b\xa8\xfd\xc8\x43\x7c\xdf\xda\x8f\xc3\x15\x83\x7b\xaa\x46\x1a\x8c\xfb\xec\x2e\x2d\xde\x00\x49\x15\x2f\xf5\xdf\x5f\x85\x0f\xfd\x95\x69\x51\x0f\x45\x54\x25\xb5\x8a\x7b\x27\x6f\xd0\x5b\xb7\x5f\x53\x4d\x70\xe0\x25\xb2\xdf\xe1\xca\xb6\x67\x0f\x47\x78\xac\x38\x1b\x38\xc4\xa3\xc1\xc1\x9c\x2c\x7c\x08\x19\x7b\x06\xc7\x6a\x84\xc0\x29\xeb\x8e\x20\x3a\xe4\x29\x3b\x94\xa5\xbf\x53\xb9\x88\x7a\x7a\xf9\x87\x71\xc0\xa1\x84\x88\x15\xd9\x33\xa4\x1b\xd1\x20\xbb\xcc\xee\x09\xff\x78\x2a\x55\x35\xa1\xdb\x2e\x9b\x5c\x82\x41\x66\x42\xc4\x9d\x5c\x28\xb3\x17\x57\xc3\x1d\x3f\xd4\x86\xf0\xb1\xb6\x79\x11\x93\x50\x67\x00\x39\x51\x6e\xfe\x18\xf3\xa3\xd9\x0a\x39\x51\x96\xac\x80\xf0\x8e\x3d\x43\xd2\x29\x82\x63\xd1\x43\x5c\x31\x1b\xa7\x4c\x8c\x14\xa6\x31\xfb\x97\x08\x86\x2e\x97\x05\x55\x0a\xab\x16\xd0\x61\x57\xb5\xf2\x2b\xe4\x1c\x34\xc7\x50\x7f\xe2\xf1\x24\x0f\x76\xbb\x70\xa1\xba\xc5\x45\xcf\x35\x2a\xd8\xf0\x3c\xba\x76\x09\x66\x8e\x1c\x73\x6f\x49\x77\xbe\xbf\x0b\x89\x56\x72\x9d\x60\xfc\xa1\xa2\xa2\xb3\xb8\xd0\x77\xd1\x8a\x08\xbd\x15\xbd\x88\xa7\x6a\xda\x98\x60\xf9\xa7\x74\x7d\xaa\xe2\x0d\x49\x99\x5d\x36\x10\x48\x77\x59\xc6\xc5\x28\x43\x0e\xd4\xb3\xee\x95\xea\xe5\x9a\xca\x82\xc7\x21\x8f\x76\xe5\x4a\xec\xe9\xcf\x78\xbc\x8a\x9a\xd7\x96\xa9\xac\xb4\x86\x52\x45\x84\x55\x57\x1b\x4b\xdd\xdd\x26\x27\x41\x08\x0d\x39\x90\xdc\x1c\xed\x0a\xcd\xad\x63\x51\xe1\xee\x4b\x48\xb4\x43\xd4\xd3\xb3\x76\x1e\xa2\x1d\x39\x8a\xd9\x55\xe8\x41\xf8\x2c\x44\x39\xbd\xb9\x9e\x83\x1e\x72\xff\x7e\x63\xde\x85\x58\xaa\x90\x45\xf5\xd7\x98\x83\xef\x47\x0d\x53\x6d\xa2\x3e\x6d\x04\x5b\x09\x44\xed\x73\x1b\x51\x37\x15\x80\x76\x12\x75\x33\x37\x0f\x33\xae\x20\x09\x2c\x89\xb2\xa9\xb8\xca\x27\x17\x3b\x58\xdb\xb2\x8a\x56\xf2\x30\xb9\x47\xb4\xf0\x38\xa6\xbc\x44\x30\xee\x8a\x57\x41\x5f\x1d\x15\x1d\x0f\xa3\xdb\xa6\xab\x43\x58\x9d\xd0\x9a\x53\xd6\x4f\x5b\xce\x27\xc5\x76\xdf\x98\x4e\xe6\xef\x47\xa6\xda\xdf\x78\x61\xe9\x00\x2a\xd2\xa6\x91\x6f\xd3\x55\x32\xfd\xd3\x60\x43\xea\x8e\x0c\x97\x92\x29\x8b\xa1\xbb\x9b\x78\x68\xba\x85\x1a\xda\x87\x17\xa4\xf3\x6e\xdc\x16\xda\x53\xb2\x82\xbc\x34\x67\x8d\x85\x99\xfa\x65\xf0\x57\xf3\xd4\x48\xe5\x4b\xfa\x72\x36\xb0\xa2\x6b\xc5\x7a\x51\x62\xc9\xdd\xe4\xd5\xfc\x72\x36\x16\x46\x68\xd1\x52\x34\x5d\x0e\x8d\x95\xd1\xea\x23\x36\xbb\xbe\x45\xb9\x0b\xdc\x5b\xd0\xfd\xf4\x47\x06\xe6\xde\xc6\x22\xca\xc7\x09\x21\x38\x7b\xf6\x7c\x6d\x75\xcf\x4d\x72\x0b\x7a\x64\xe8\x96\xca\xea\x8b\x88\x9c\xa7\x70\x51\x36\x8e\x8b\x96\x30\xdc\x46\x76\x5f\x0d\x5d\x9c\xaf\xea\x8f\x4c\x5f\x53\xae\x45\x51\xd7\xaa\xf3\x3a\x94\x55\xe7\xab\xb2\x9a\x5c\x57\xf4\xc4\x4f\x19\x76\x88\xdc\x7a\xd1\x64\x76\x31\xe1\x75\x57\x85\x07\xc8\x2e\xbf\x84\x84\xd8\xec\x45\x6b\x84\xbd\xe2\xbc\xdc\xa1\xc9\xaa\xf0\xea\x24\xaa\xe6\x5d\x7d\x95\xc9\x24\xf1\xf2\x40\xc5\x35\xd1\x0c\x12\x49\xf3\xd2\x1b\x66\x87\x69\x61\x2f\xee\x2e\x0a\x19\xf2\x9c\xb5\xfb\x82\xf7\x26\x7a\xb9\xeb\xbd\xa3\x4b\xb2\x07\x7f\xbd\x5c\x2e\xab\x3e\xf9\x23\x03\xd7\xd8\x08\x18\x22\x8e\xd0\xee\x68\xbf\x77\x7f\xcc\xb4\xa2\x69\x41\xef\x50\xfe\xda\x36\xe2\xba\x72\x69\xe4\x71\xa1\x0e\x2f\x70\xdc\x02\xd2\x5b\x27\x24\x67\x2f\x9e\x94\xad\xfe\x30\x4e\xe4\x73\x53\xd6\x6a\x1b\xb7\x8f\x96\x24\x13\x92\xf3\x7c\xfd\xb3\xf0\x73\x0f\x74\x4b\x65\x22\xb7\x43\x02\x77\xda\x61\x8e\x06\xc6\xf7\xbe\xaa\x07\x62\x71\x71\x0b\x36\x92\xb4\x0e\x87\x62\x0f\x48\x3a\x59\x7d\x6d\x59\x6e\x9a\x3e\x09\xc1\x5a\x2f\xea\x7f\x58\xd0\xf5\xa2\x56\xc2\x4a\xee\x96\x40\x9d\x20\x88\x5d\x21\x03\x88\x81\x78\xa6\xd3\x1f\x37\x8d\xf8\x97\x87\xea\x91\xfb\x9e\x3d\x35\x65\x2e\xaa\x40\x15\x91\xc3\xc1\xde\x94\xbd\x18\xe1\x12\xbb\x94\x2a\x09\x90\x78\x3e\x3a\xdb\x19\xe6\x54\x36\xd6\x4c\x83\x0e\x8b\xb5\x5e\x84\xc5\xc2\x6b\x5e\x2f\xba\xa5\xc2\x69\x5e\x31\x89\x88\xf9\x5a\x11\xe6\x5c\x9a\xbb\x6f\x16\xb3\x2a\x57\x33\xf8\xe8\xac\x46\xe9\x26\x63\x5c\x3a\xf8\x4b\x4c\x24\x11\x00\x61\xa3\x56\x24\xd4\xd8\x32\x43\x33\x15\x16\x66\x68\xbd\x24\xe7\x0e\x71\x97\x75\x2d\x2d\x34\x55\x4c\xa2\x85\xdd\x59\x2f\xc9\xb9\xc0\x5a\x3a\x39\x0b\xad\x37\xd3\x3d\x88\xa2\x8a\x76\xdb\xd2\x51\x71\xf7\xb0\x1d\xf2\xe5\xbc\x44\xf8\x88\xa2\x0c\xc3\xb3\x53\x58\x3d\x42\x63\x49\x37\x6e\x84\x39\xec\x72\x00\xb3\x17\x47\x25\x39\x17\x87\xb7\x38\x17\x01\x41\x2e\xb7\xb1\x83\x5f\xab\xfe\x9c\x3d\x51\xfa\xb7\x41\xf6\xf7\xed\x6c\xe8\x56\x75\x37\x1f\x61\xf5\x75\x85\x22\x94\xca\x12\x53\xec\x8d\x27\xb4\x6f\x4e\xcb\xd7\x94\xd5\x82\x75\x65\x37\xd9\xa1\xec\x2b\x8c\x28\x6e\xe5\x22\xd4\x9c\x6e\xc5\x10\x3b\x29\x32\xfb\x24\x8e\x61\xf2\xf3\x2a\xe2\x18\xf6\x92\x9d\xe3\xfe\xd4\xb8\x42\xca\x54\x5b\xf1\xc7\xf3\x16\x90\xeb\x08\x22\x1e\x5a\x51\x8e\x88\x87\x5d\xaa\x23\x7b\xb3\x7b\xc4\x97\xd8\x9c\xc3\xec\xe6\x1f\x66\x47\x7d\x0b\xd2\xa9\x88\x83\x80\x38\xea\x92\x87\x91\xbd\xd9\x4b\x9a\xd7\xad\xf7\xba\xc8\xe4\x30\x35\xeb\xe5\x5b\x14\x62\xa4\xb9\xa2\xc0\x9e\x9e\x00\xef\x08\x67\x23\xd6\x8d\xc9\x9a\x30\x27\x3b\x5f\x35\x94\xd8\x20\xe5\x9b\x63\x46\xb2\xb3\x2c\x82\x10\x3a\xf6\x65\x45\x57\xce\xde\x1a\x1a\x65\x5f\xc2\x98\x42\x39\xb2\x21\x93\xcd\xdf\xb6\xf8\xa7\xf8\xeb\x27\x1c\x16\x27\xe5\xe0\x2c\x69\xe6\x91\xfe\x54\x3f\x17\xc2\xe0\xeb\x74\xc2\x5f\xa1\xb2\xf5\xb4\x08\x03\xb0\x5b\xbe\x71\x88\x73\x78\x6a\x52\xab\x20\x08\x6d\xbf\x97\x10\x44\xf6\x47\x26\xf8\x9f\xa1\xc8\x5f\xa8\xc5\xfa\xe9\x83\xf1\x58\xbe\xbe\xad\x42\x38\x16\x67\x1f\xbe\xb2\x72\x38\xc2\x93\xfe\xcd\x7e\x61\xfe\x23\x2a\x32\x1c\xe1\x9d\x5f\xba\x28\xaf\x7f\xbd\x20\x42\x70\xd4\x8b\xf6\x6e\x38\xa2\x3b\x7d\xd0\x4f\x37\x43\x15\xb9\xfc\xd2\x03\x59\x07\xef\x25\xd1\x82\x1e\x2a\x8a\x25\x28\x5b\x4d\x62\x09\xe6\xf2\x2d\x1b\xde\xc6\xbd\x0d\x5f\x3e\xd0\xea\x53\xbc\x7f\x4a\x75\x45\x8c\x4d\x7b\xeb\x2d\x7e\x8a\xee\x87\x10\x17\x9d\xec\x50\xb6\x51\xd3\x54\x16\xac\xaf\x65\x0e\x63\xb0\x5e\xaa\x7f\xba\x7f\xfd\x54\xe9\x71\x29\x2a\xa0\xfc\xa1\x11\x15\xd0\xfe\x60\xf6\x9b\x1b\x41\xf4\xd4\x9b\xf5\xbf\xf5\xca\x7a\x73\xc0\x45\x23\x29\x42\xa0\xec\x3e\xf7\x5b\x1b\x40\xbb\xe3\xed\x0d\xe0\xc2\x83\xc2\x1a\xda\xe4\x5e\xd4\xe6\x79\xc3\x40\x91\x71\xe5\x7e\x8b\xa4\xd2\x92\x87\x19\x57\x31\x86\x0e\xc1\x53\x97\x91\xf5\x7e\xeb\x1a\x18\xce\x4e\x2a\x52\x27\xb8\x07\x9a\xeb\x89\x15\x6f\xfe\xa6\x36\xfd\x51\x6d\x6a\xe4\x8b\x53\xa3\xad\xf4\xc6\x2b\xbb\x4c\x21\xf7\x5b\xc4\xb6\xde\x65\x21\xb2\xea\x45\xf8\xe2\xad\x4b\xa2\x38\xcb\xb2\xe9\x96\x08\x4b\xae\x5e\x74\xfc\xde\x21\x69\x2e\xcd\xd5\xb2\xf3\xab\x3f\xbe\xc9\xd2\x4a\xc8\x83\xb2\xc4\x41\x3b\x04\x40\xe7\x23\xd5\x7e\x74\xac\x85\x43\x3f\x28\xac\xfb\x71\xfa\xe1\xa8\xea\x54\x7f\xb4\x52\xda\xfa\x1f\x02\xee\x48\x6f\x8e\x28\x8c\xdd\xac\xdf\x10\x01\x55\x29\x5f\x28\x08\xe3\xf5\xfd\x25\x08\x57\xe7\x36\xfc\xc0\x9d\x6a\xd5\x41\xec\xa8\xfc\xe8\x0d\x3b\xaa\xf3\x55\x35\x89\xf2\x75\xe1\xa0\x33\x6d\x83\x49\x00\xc3\xbb\xfa\x0a\xfa\xc0\x2b\xf7\x95\x8d\xc8\xa5\x4a\xcb\x63\x5b\xe4\xa2\x49\x7c\x88\xb2\xe9\x97\x19\x81\x09\xcb\xfd\xfd\x1a\x9c\x64\x8c\xda\xd6\xfc\xb0\x38\xd8\x97\xae\xc5\x7e\xaf\x58\x7b\x3e\x0b\xd6\x57\x2d\xb1\x0f\x4f\xf6\x21\x3b\x22\x0b\xe7\x27\xe3\x2f\xf3\x59\x25\xf6\x70\xe6\x0d\xf8\xa0\xae\x7b\xba\x51\xc8\xc2\xac\x83\xa1\x73\xb2\xe8\x64\xc6\xeb\xe3\x59\x11\x16\xe4\xfc\x96\xc2\xb0\x04\x32\x22\xa6\x67\xc5\x9b\xfb\x56\xe0\xd5\x67\x11\x99\xa1\xf0\x1a\x7e\x50\xef\xec\x43\x5d\x8e\x87\xe8\x5d\x78\x6f\x3c\x0b\x07\x3c\x85\x07\xd1\x83\x9a\x63\xc7\xad\xd6\x83\x7a\xe2\xad\x30\x09\x0f\x0a\x80\xb7\x3c\x52\x3f\xab\x13\xa4\x20\xf6\xe2\x23\x1d\xba\x8c\xf4\xf7\x41\xd5\x6d\x1c\xf2\xfe\x0f\xd8\xfd\x41\x0f\x6e\x40\x63\x3e\xe8\xc1\x75\x1c\x21\x3f\x52\x83\x2b\xa8\x01\x3c\xa8\xc1\x8d\x32\x5c\x34\x9f\x9c\x46\x12\x8e\xda\x47\x99\x53\x39\x6c\x8c\x2e\x7f\x6c\xbf\x7e\x46\xd5\xc2\x8c\x30\xc1\xa8\xdd\xd5\xec\x93\x1b\x59\xb9\x57\xe4\xfc\xbb\xf7\xc9\x7d\x9b\xff\x44\xce\x4d\x84\x89\xec\xad\x6f\x71\xcf\xdc\x78\xfc\x39\xd9\xb0\x98\xbd\x9d\x0b\x57\x4a\x29\x29\x17\xc6\xbd\xd9\x3f\x24\xfe\x4e\x73\x96\xb8\x38\xfe\x61\xf8\x17\xcc\x9a\x0d\x39\xf3\x2d\xca\x85\xb3\x32\x8f\x62\x85\xaf\x61\xf7\x7b\xa1\x87\xe3\x06\xdf\x41\x93\xb1\xc6\x43\xbb\x65\xe8\x23\x56\xa6\xd9\xed\x07\xeb\x2e\xc3\x61\x78\xd0\xce\x3b\x59\xff\x36\x88\x46\xa4\x40\x0f\xca\x7a\x77\xe6\xc6\x79\x50\xd6\xeb\x78\x91\x7f\xd0\xd5\x3b\x15\xab\xf3\xf1\x0a\x92\x8e\xef\xc9\x4e\x2a\xd6\x60\xe2\x24\xe5\xec\xfe\xc7\x3b\x28\xf3\x78\x3d\xd9\xd0\xae\xc0\x79\xc8\xc9\x72\x92\x92\x6b\xfe\x90\x75\x2f\x1e\x7e\x4b\x43\x38\x9e\xb9\xe1\xa9\x3e\x28\x02\x9e\x86\x6e\x65\x19\x6e\x2e\xca\x32\xdc\xea\xc2\x0c\xb7\x57\x65\x19\x6e\xea\xca\xb6\x30\x37\xbd\x94\x63\xb8\xd9\x3f\x65\xb8\xc5\x65\xa1\x08\xe6\x50\x36\x2c\x7b\xbe\x65\x19\x6d\x9f\xca\x72\xce\x8a\xcb\x32\xda\xe2\x4e\x30\xda\xec\x2c\xa3\x9d\x1a\x8f\x8e\x6c\x55\x55\x93\xd1\x56\x7f\x65\xb4\x49\xbf\xc5\xd4\x20\x77\x7f\x65\xb4\x45\x13\x37\xb5\xb8\xce\x82\x82\xaa\x7a\x35\x19\xee\x74\x43\xf1\xc6\xf5\x62\x87\x47\xfc\xf3\x5b\x67\x59\xdd\xea\xaa\x42\x78\x78\x7f\x7f\x8b\x03\x15\xcf\xcd\xd4\xfa\x69\xe6\x30\x76\x41\xde\x7a\xb2\x8c\x48\x08\x02\xaf\x3a\x39\x27\x7f\x65\x44\x42\xb9\xa1\xc6\x78\xeb\x49\xf8\xa0\xc7\x78\x6a\xd6\x62\xe3\x44\xac\x08\xe5\x86\xdb\xfc\x53\x95\x0b\xb3\x80\xdd\x85\x19\x51\x76\xaf\x62\x01\x85\x62\x43\xed\xf1\x96\xbe\xc2\xc9\x86\x7f\xd6\xe4\x3d\x16\x84\x44\x6e\xc2\xb1\xa1\xe4\x35\x35\x8f\x9b\xd8\x13\xe8\x32\x3e\xb0\x1c\x3a\xca\xf6\xcf\x8e\x93\xda\xa1\xca\x4e\x2e\x70\x33\xb8\x68\xc7\x2e\xef\x04\xbb\x79\x36\xca\xae\x78\x5e\x78\x76\xe8\x8d\xf1\x20\x7b\x78\x19\x8c\x4b\x05\x5f\xb2\xef\x55\x06\xd7\x12\xca\x60\xb0\xad\x0c\x16\xa3\xca\xf4\xa8\xe1\x8f\x01\x3a\x1f\x22\xa4\xf7\xdb\xdd\x08\xff\xf7\xae\xfe\xf5\xeb\x47\x88\x6c\xbf\x88\xb8\x9a\x95\x39\xd4\x66\x76\x5b\xcf\xaf\x1f\xdc\xb0\x3f\x0a\x69\xce\x2e\x21\xa2\x79\xd3\xcc\xbc\xf0\xbb\x74\x29\x73\x7e\x13\xf4\xf3\x03\xbd\x4f\x18\xb4\x47\x51\xbb\xbb\xba\x13\x31\x49\x58\x7b\xc8\x6c\x64\x44\x8f\xc2\x79\x17\x17\x3b\xb5\x71\xab\x11\xcc\x1b\x2e\xdf\xb3\xdf\xc4\x5b\xd7\x97\xe8\x1b\x7b\x14\xf2\x14\xdf\xa3\x0f\xc4\x29\x7e\x0b\x1e\x02\x05\xe3\x43\xff\x21\x4e\x30\x21\x37\x1e\xa2\x04\x0f\x78\xb5\x0f\x41\x82\xd1\x20\x79\x88\x0a\x1c\x2f\xf3\xe7\x9a\x0f\xe1\xdb\x46\x38\x10\x8b\x3c\xdc\xb1\x2b\xe4\x54\x00\x02\xd3\xde\x41\x00\x1f\x00\xc6\xed\x77\x0a\x75\xf7\xe7\x5a\x17\xf1\x6f\xef\x1c\x7e\x88\x02\x90\x30\xd7\x0e\x0d\x7d\x01\x82\x2e\x08\x9e\x0c\x80\x85\x84\xe2\xec\x69\x01\x50\x7a\x2a\xdf\x9f\xc4\x45\x52\x42\x3b\x29\x00\x59\x32\xe5\x43\xc2\x05\xa0\xa2\x39\x1a\x8e\xe5\x02\x00\xb9\x91\xc7\xb7\x04\xaa\xec\x68\x33\x07\x00\xed\x3d\x54\x34\x03\x00\x29\xdd\xc3\xba\x33\x00\x1f\x74\x6d\x43\xab\x30\x00\x38\x7b\xed\x61\xb4\x78\x00\x76\xdc\x19\xaa\x84\x01\x28\x1a\xed\x9c\x06\xc4\x1d\x51\xc2\xd2\x33\x00\x8d\x38\x18\x21\xba\x09\x00\xfc\x5e\x34\xc9\x02\xf0\x25\x45\x8a\x01\x88\xce\xc2\x7f\x53\x00\xd0\x3c\xbd\xc2\x33\x5d\x00\xe2\xe5\x74\xf7\xd0\xcc\x0f\x80\x74\x76\xe2\x95\x70\x00\x32\x77\x46\x51\x07\x00\xa6\xfc\x81\xcf\x02\x90\x18\x5c\xdc\x39\x01\x90\xc4\xb0\x26\xb5\xb2\x90\x94\xa0\x90\x12\x00\xa4\x21\xe5\xf6\xba\x60\xc3\x73\xa3\xc0\x12\x00\xe1\xc5\x88\x8c\x10\x80\xcd\x32\x04\x76\x0b\xc0\x4b\x3f\xf1\xea\x2f\x5c\x22\xe4\xf0\x8a\x0b\x80\xeb\x3d\x74\x7d\x0f\x00\xb9\xd9\x8d\x34\x17\x80\x56\x7f\xaa\x8e\x8d\x1d\x08\x22\xcc\x00\xd0\x0f\x44\x33\x02\xd0\xac\x97\x01\x26\xe3\x8d\x84\x2d\x00\x6f\xbc\x4b\x66\x6d\x87\x5b\x01\x83\x60\xb6\x02\x80\x3a\x08\x53\xc4\x00\x70\x91\xc1\x72\x05\x80\xeb\x8c\x92\xee\x2f\x60\x53\xa2\x0b\xb0\x79\xf2\xc4\x83\x02\xc0\xd2\x4f\x86\x01\xd1\x0a\xcc\xac\x00\xe0\xc3\xa6\x85\xcb\x50\x00\x78\x84\x2c\xd9\x95\x12\xde\x1f\x56\x55\x00\x1e\x01\x8a\x5a\x91\x03\xd5\x1e\xe1\x5d\x05\xf8\x10\x1f\x41\x3d\x9d\x5d\x1d\xeb\x2e\x01\xd9\xd1\x8b\x66\xec\xc6\xd9\xd5\xa1\x95\xd4\x0a\x3e\x82\xee\x5e\xa6\x7f\xf2\x46\x8f\xb8\x4c\x4d\xd0\x22\x3c\x68\x1b\xd9\x00\x04\x2c\xbd\x26\x0d\x0e\x33\x92\x3e\x9c\xdf\xb2\x69\xae\xc2\x27\xf7\x2e\xf4\xbc\x0a\xe3\xdc\xde\x0d\x11\xc7\x1e\x00\xf8\xa4\x96\x6e\x00\xda\x50\xb5\xfc\xe9\x5e\x89\xd2\x0d\x81\x69\xb8\x0a\x15\xe0\x05\x20\x19\xc0\xee\x0a\xbf\x81\x00\x08\x89\x59\xab\x3b\x89\xac\xa5\xd7\xe6\x12\x50\xb7\xbd\x7a\xbe\xf7\xd0\xe4\x7d\x7b\x8d\xb7\xa1\x5e\xbb\x01\x38\x5a\xe9\x75\xf8\x27\xa8\x6d\xf5\x0a\x36\x5e\x89\x08\x7b\x77\xaf\x42\x36\x89\x30\x51\xf7\x34\xa2\x48\x43\x95\xb6\x2f\xe0\xc3\xec\x35\x21\x9b\x34\x89\x6c\x55\x8b\x70\x6d\x9a\x9b\x9e\x36\x1d\xe1\x84\x35\xf8\x4d\x20\xf9\x00\x60\x73\x8d\xff\x95\x00\x20\xad\xec\xad\xba\x04\xb6\x0f\x3d\x2e\xad\x00\xbc\x65\xa9\xa6\xbd\x93\xa4\xb1\x89\x70\xf9\x00\xa4\x48\x05\x07\x1b\x00\xe7\x20\x22\x7e\x06\x40\x67\x3a\x74\x2a\x03\x30\xd1\x45\xbb\xb9\x8c\x56\x22\x70\x7d\xba\xc2\x67\xd4\x73\xad\xac\x50\x73\xbd\x6b\xaf\xe4\xa1\xed\x16\x81\x85\x04\x60\x19\x84\x17\xf2\xe8\x1b\x37\x7e\x9a\x8f\x3c\x82\xa3\x72\xf7\xae\xa5\xcc\xf2\x98\x5e\xee\xe2\x56\x1e\x5c\x93\x86\x01\x9d\x00\xfa\x49\xf9\x02\x68\xb6\xe5\x2f\x40\xce\x02\x7f\xd7\xb1\x00\xa4\x2f\xe0\x01\xf0\xad\x83\xf9\x88\xc0\x16\x00\xc4\x7b\x48\xfa\x89\x2f\xa3\x3e\x7e\x03\x36\x80\x62\x00\x91\xe6\xba\x66\x3d\x4f\x69\xf5\x74\x0f\x7f\x66\x5a\x19\xb7\x7f\x42\x98\xcb\x3e\x84\xd2\x32\x0e\x79\xef\x3e\x74\x4d\xe4\xa9\x29\x9c\x97\x4b\xf0\xfe\xea\xc3\x53\x38\x79\x81\xf5\x70\x42\x21\x00\x6a\x67\xd3\x25\x84\x5b\x86\xd7\x65\x62\x28\xd0\x87\x67\x0c\x4f\x5d\x77\x0f\x5f\x42\x00\xe2\x62\x25\x7c\x7e\x00\x50\x03\x27\xbc\xba\x00\xf2\x5b\xe4\x9e\x3e\x0a\x51\xd7\xdd\xd3\x87\xbb\xf8\xae\xe9\x0b\x78\x28\xa1\x4a\x97\x76\xe1\xd0\xc6\xcd\x38\x84\x38\x00\xd5\xb1\x16\xa6\xb4\x43\x24\x40\xde\xf0\x66\xfa\xd4\x3e\xcd\x9b\x20\xc8\x25\x79\xb4\x3b\xf3\x8c\x0c\xfb\xc6\x00\x10\x36\xb7\x4f\x61\xbd\x2c\x65\x9d\x91\xa7\x4b\x54\x95\xf0\x04\x6d\x39\xc0\x9d\xc5\x3f\xc1\x62\xb1\x4f\xef\x75\xa4\xa0\x07\xe0\x66\xdf\x04\x63\x9e\x5a\xfd\x42\xfc\xf7\x74\xdd\xda\xb8\x65\x24\x90\x6d\x68\x21\x04\xa0\x60\x8c\x7a\x5d\xfe\x09\x26\xa7\xe3\xd2\x76\x28\xa3\xe3\xf3\x27\x24\x99\x01\x40\x64\x51\x4c\x56\x95\x01\x07\x6d\x5c\xc2\xe0\x45\x41\x05\x7c\x6d\x94\x39\x88\xe0\x72\xe9\x72\x2a\xf2\xf9\x38\x2e\x11\x0d\x45\xee\x69\x08\x43\x78\x00\x8b\x8e\x8e\x70\x48\x1c\x00\x9e\xae\xe3\xd6\x94\x96\xf5\xa6\xc4\x7d\xbb\xc4\x1b\xcb\xae\x5b\x04\x50\x91\x9a\xe7\x30\xfa\x28\x9b\xb8\xc1\x79\x8a\xba\x2b\x7b\x48\x4f\xb0\x8e\x2f\x20\x06\x7b\xff\x06\x60\xf3\x75\x0b\xad\x97\x3d\xf1\x4e\x70\x6b\xcf\x95\xbd\xf0\xc4\x70\xbb\xeb\xfb\x91\x5c\x46\x77\x45\x25\x26\xff\x3d\xc2\x39\x09\x00\x9c\x7a\xdc\x5a\xa7\x3a\xc2\x88\xfe\x00\xfe\xa4\xe6\x1f\xa5\x71\x43\x3d\x6e\x11\x43\x95\xb8\x94\x07\xe0\xfa\x3a\xf3\x7b\xeb\x9e\xae\xc4\x13\x3c\x80\x2a\x80\xac\x0d\x6f\x6d\xea\x2a\x37\xfd\xc3\x14\x78\x9d\x09\x4d\xef\x4b\xa7\xbe\xce\x8c\x81\x6f\xba\xfd\x93\xe2\x12\xfe\x49\x23\x04\x43\x4a\x06\xe0\x7d\xb5\x98\x68\xaf\xf2\x43\xd6\xbd\x99\xea\x24\xf0\xc6\x88\x80\x09\x00\x88\x55\x9b\xb4\x57\xaa\x5c\x85\x34\x4d\x6f\xc5\x5e\xfa\xee\x7a\xa1\x04\x00\x36\xab\x48\xe3\x6a\x8b\xe6\xa4\x5d\x5f\x31\x42\xbb\xf3\x4c\x2e\xb1\xb1\x2e\x4f\xda\x5d\x15\x7b\xb2\x03\x68\x06\x60\x59\x1a\x1e\xd2\x02\x80\x86\xff\xf0\x19\xaf\x1b\xdc\x3b\xc2\xdc\x06\x00\x75\xe4\xcb\x25\x44\x45\x5c\xd9\x80\xc1\x1c\x67\x8f\x7e\x2b\x32\xa0\x69\xf6\xba\xe1\x41\x8c\xec\x9e\x6e\x45\xe7\x0b\x4e\x42\x00\x88\x71\x36\x4c\xc4\xd7\x2d\x5f\x9a\x59\xa8\xa5\x22\x60\x3c\x00\x57\x2a\xc7\x86\x39\xbb\x8e\x37\xc1\x3a\x4c\xc4\xd7\x2d\x67\x57\x39\xfb\x27\xb8\xa1\x1a\x39\xbb\xa7\x8a\x73\x91\x85\x8d\xda\xb8\xd8\x40\x59\xd8\xa8\x8d\x0b\xff\x7c\x59\xa8\xb6\x8d\x5b\x75\x54\xff\x84\xf0\xe5\x23\x24\xee\x01\x18\x3c\xe1\x9a\x08\xf0\x36\x38\x5c\xe5\xd6\x7b\xac\x0d\x1c\x0f\x8f\x3c\xfc\x93\x05\x7a\xca\x22\x1a\xda\xc0\x58\xe9\x0a\x03\x94\x03\x50\x90\x8d\x91\x85\xe2\x1a\x1e\x81\xef\x51\x74\x6d\x34\xbc\xbf\x9e\x47\xcd\x25\x00\x2f\x94\x51\x34\x41\x6d\x65\x01\x3c\x38\xfb\x24\x09\x89\x69\x00\x2a\xdc\xb0\xf6\x1b\x00\xf6\x29\xd5\x75\xa0\xb5\x55\xc2\x81\x64\x00\xba\x2a\xf5\x04\x2d\x1d\xca\xe2\x09\x32\xe7\xab\x08\x73\xb4\xb5\x98\xe4\xa2\x4b\xb2\xd9\x04\x35\xe4\x4a\x01\x40\x76\x8b\xfb\xfc\x03\x90\xfe\x77\x2f\xda\xb8\x6d\xdf\x78\x3e\xa9\x7a\x5c\xb5\x9d\x10\xac\xa4\x2f\x40\xa3\xad\x42\xf9\x0d\x16\xd0\xdd\x2f\x2f\x83\x77\x61\x4d\xae\x14\x99\xcf\x30\x8d\xde\x36\xf6\x08\xa3\x8a\x64\xec\x0a\x38\x8f\x67\xe3\x00\x14\x90\x54\xb0\xca\x01\x60\x81\x5f\x75\x15\x77\x91\x48\xa3\xdd\xf7\x17\xb0\x01\x5c\x06\xb0\x94\x4d\x28\xa8\x13\xea\xe4\x1e\x4d\xc7\xa3\xcf\x9b\xc8\x28\x4d\xd8\xa1\xcf\x41\x4f\x9b\x76\xf2\x01\x54\x00\xae\x43\x46\xe4\xad\xb8\x8e\xa5\x48\x2c\xdf\x56\x16\x46\xf2\x4d\x9b\xbf\xe3\xd6\xf4\x26\x72\x29\x00\x8e\x58\xd3\xda\x76\x1c\x5b\xde\x44\xce\x3c\x80\xa5\xa0\xd6\x4d\xf4\x5f\xc7\xbd\xc4\xa1\x65\x35\x41\x8b\x66\x09\x19\x12\x80\x0f\x2b\xd7\x44\xfd\x77\xd9\xff\xe0\x40\x25\x00\x8a\x12\xd4\x85\x83\xfa\xbe\x08\x66\x97\x3c\x1f\x1b\xd7\x45\x98\xb8\x05\xa0\x4a\xe9\xaa\xb9\x44\xe3\x98\x76\x1d\x8f\x0e\x1b\xf1\x00\xfc\x13\x3d\xcf\x87\x4e\xd4\x10\x83\x67\x74\xe1\xa0\x31\x12\xd8\xa1\xe7\xfc\xe7\xfb\x6b\x8c\xc9\x63\xca\xf4\xf5\x18\x72\xc3\xdd\x35\xbf\x83\x40\x7f\x07\xe0\x06\xf0\xeb\x87\xeb\xcd\x03\x98\x42\x3f\x5d\xd4\xe2\x50\xf0\x93\xd1\xf5\x44\x19\xb3\xe2\x38\xca\x14\xf8\x98\xdc\x02\xc3\xc4\xf2\xc0\xaf\xee\x01\xe8\x27\x76\xf1\x32\x74\x93\x0c\xdc\xb8\x1c\xc0\x6d\x80\x42\x8e\xdd\xfe\x49\x28\x84\xde\x25\x69\xdf\x1f\x80\x62\xa4\xaa\x15\x9f\x72\x13\xcb\x63\x0d\xc7\xb3\x73\x09\x24\x05\x63\xe8\x0e\x1c\x6b\x2a\x5a\x91\x87\xbf\x1c\x1b\x54\x98\x62\xac\xad\x70\xa5\xda\x5e\x63\xc9\x13\xb2\xc9\xe9\xe1\x1b\x6d\x34\x8f\xe5\x51\x34\xe4\xee\x66\x1f\x07\x51\x51\xa5\xe0\x81\xde\x44\xc4\x8f\x5d\xd8\x08\x43\x84\xde\xd8\x55\xfd\x12\xdd\x32\x76\x57\x28\x9d\xe1\x2a\x42\x1c\x76\xa6\xa3\x7d\x01\x34\x32\xbe\x00\x05\x07\x17\xf1\x32\xb6\xe3\xb2\x4e\x57\xba\x35\xc7\xd3\x95\x6e\x64\x41\xdd\x05\x5e\x8a\x12\x24\xda\x65\x18\xf9\x4c\xe1\x1a\xc5\x40\xbd\xc7\xd4\x32\xcd\xb1\xe4\x28\x42\x7b\x7a\xce\xc4\xd8\xa6\x78\x2e\x73\x76\x14\x72\x4d\x5d\xdb\x73\x7c\x1e\x22\x44\xe4\xdb\xf9\x1e\xb3\x1a\xf0\x92\xc7\x13\x4d\xf1\x9c\x6f\x55\x2a\xec\x2c\x8f\x5e\xf7\x30\x41\x3e\xd7\x94\x36\xbb\x4e\xf0\xdc\x15\x6e\x6a\x77\x4f\x77\x97\xf5\x47\x52\x1d\x52\x2c\x9c\xa1\xec\x02\x00\xb5\xf6\x2c\x74\x3d\xf7\x94\x26\xaa\x50\xdc\xdc\x4b\xca\xe3\xd9\x95\x6e\x29\x35\x17\xd7\xb1\x6d\x63\x52\x0c\x90\xd9\x50\x75\xc7\x30\xf4\x9b\x57\xff\x02\x66\xff\xaf\x80\x35\x2e\xe9\xa6\x8a\x88\x5a\xe3\x92\xe1\x9b\x36\xd4\x1a\x69\x48\x87\xbc\x08\x90\xa5\xf0\xab\xf9\x58\x0a\xbb\xdf\x53\x72\x1d\x4b\xc4\xb3\xd0\xe4\x52\x80\xba\x69\x0e\xe4\x9a\xb2\x27\xba\x75\x26\xd7\x24\xb8\xf8\xbc\xc5\xc5\x5c\xd3\x2a\x9f\xa2\x88\xd6\x1c\x68\x80\x64\xa1\xb8\x35\x89\x65\x3b\x6f\x91\x48\x6b\x11\x68\xa3\xdc\xc2\x40\x1b\xcf\xc8\x37\x0e\x9f\x01\x70\xe1\x0f\xad\xed\x01\x80\x48\xf5\xb2\xde\xd3\x7a\x26\xf3\x77\x09\x98\xb8\xda\xa7\x7b\xbe\x51\x44\x48\xe5\x0b\x08\xc7\x63\xd7\xad\x27\xee\x01\xc0\x09\xd5\x91\xdb\xb8\xd4\x4d\x97\xc7\xb2\xe7\x47\x3c\x11\x9d\xd2\x8d\x07\xdc\xbb\x5c\xad\x7c\x01\x3c\xfa\xb4\x71\x0f\x00\x37\xd7\xe9\x5b\x02\xe5\xaa\x5b\x48\x6b\xe3\x40\x36\x5d\x77\x6f\x5f\x40\xe8\x39\xdc\xdf\xe1\xa3\x16\x51\xee\xee\x3a\x88\x41\x77\xdd\xf3\x37\xe0\x81\xac\x70\xc7\x1e\x14\xf6\xd2\xf5\x2d\x11\xe4\x4d\x6e\xf5\x5b\x02\xfd\x36\xcb\x05\x36\x8e\x37\xd3\x65\xf4\xb1\xe5\x07\xf3\x4a\xed\x5b\x02\x9d\x03\xd3\xe5\xef\x59\x91\xab\x0e\x91\x59\x9f\x81\x8a\x6c\xb9\x85\xd5\x3f\x13\x73\x84\x6c\xd4\xf8\xc1\x9f\xfb\x5d\x92\x8e\xd8\x23\xa7\xa2\x35\x8f\xf1\xff\xbb\xbe\x4a\xf9\x9f\xb7\xd7\x23\xf7\x9f\xe6\x9f\x3c\xeb\x92\xd1\xbb\xd8\x47\x0f\xde\x3a\xbb\xaf\x88\x47\x5d\xce\xb3\x7e\x7f\x21\xb2\x77\xfc\x06\x0c\x18\xe2\xdf\x9f\x20\xf5\xf3\xa6\x7f\x16\x91\xd0\x72\xbf\x7f\x03\xc0\x4e\x42\x02\x0f\xbe\x29\x4f\x37\x92\x01\x08\x68\xcd\x93\x79\xd6\x4d\xb3\x7e\xfb\x1f\x00\x6b\x9a\xbe\x25\x68\x65\xe4\x6f\x1d\xa1\x32\xd4\xbf\x3d\x8f\x58\x56\xbd\xe7\x6f\x5e\x3e\x1a\x34\xb5\x07\xc0\x58\x93\xdb\x48\x52\x84\x6b\xdf\x9f\x60\xfb\xd3\x45\x3a\x3d\x2b\xa1\x25\x60\x26\xce\x83\x2b\xc6\xd3\x2d\x8f\x35\x13\xe5\xec\x6e\xdf\xfc\xfe\xaf\xfc\xb9\x07\x07\x87\xbd\x4d\xcf\x05\x5e\x0c\x8b\xe5\x3c\x0f\xae\x0a\x4f\x2f\x7e\x97\x88\x7e\xb6\xfe\x6d\x23\x14\x75\xdb\xef\x02\x5b\x4e\xf7\xdc\x28\x8c\x92\x6c\x1e\xe0\x01\x20\x07\xbb\xee\x2f\x00\x4d\x9a\xef\xec\x15\x4d\xc6\xb7\xe3\xf8\xd1\xb3\xe4\xec\xc1\x93\xde\xa9\xc2\x80\x2a\xad\x80\xda\xbf\x00\x48\xaf\xef\x0a\x54\xed\x8c\xe1\xb1\x37\x44\xeb\x7e\x1f\x5b\xd3\xa6\x5c\xdf\x8e\x76\x29\x52\xb5\xf6\x05\xf0\x2a\x6f\x6e\x56\x9a\xf7\xa9\xfd\xef\x63\x19\xfd\x63\xfd\xdb\xff\xf3\xf9\xdb\x5f\xe9\xfa\xf5\xf3\x57\x3d\x03\xff\xdb\x5f\xf5\xfd\xeb\xe7\xaf\x1e\xc1\x4c\xfe\xf6\xd7\x2b\x9d\xb1\x9c\x7f\x67\x9a\xce\x9c\xbc\x62\x61\xcf\xbf\xd0\x73\xea\x01\x79\x01\xc1\x77\xd5\xdf\xfe\x7a\xe5\xf3\xd2\x38\xff\x6a\xe8\xfd\x06\xa4\x07\x04\x46\xd5\x75\x20\x67\x93\x9d\x7f\x10\xbf\x07\xb2\xf8\x15\x7e\x20\x72\x40\xf8\x95\x5c\x97\x1f\xc8\xe6\x57\xa1\xb0\x75\x56\xe0\x15\x06\x05\xe7\xdf\xc4\xbf\xea\x69\x3f\xde\xdb\xe7\x5f\xf4\x31\x08\x9b\xd7\xa6\xf6\x08\xa3\x7d\xa3\xc8\xf8\x0a\x8d\xde\xf3\x2f\x7e\x1b\x7e\xe5\x5f\x21\x1a\x3f\xff\x08\xe5\x15\x90\x06\x24\x8e\xf3\xe9\x7b\xb8\x34\x39\xff\xf8\xdd\xc1\x9e\xaf\x78\x6d\x9e\x7f\x1f\x60\x29\x60\x4f\xc0\xf0\x4d\x12\x44\xdb\x2b\x54\x3d\xcf\xbf\x4d\xb9\xd3\x42\x78\x8b\x38\xff\xe4\x28\x1f\xd8\x00\x16\xd7\x4f\x88\x95\x5e\xe1\x95\xe1\xaf\x17\xe1\x52\xc3\x34\xe3\x15\x4a\x71\xe7\xdf\xe9\xca\x45\xa9\xf5\x02\x14\x98\x3b\xb4\xa0\x5f\xe1\xd7\xe0\xfc\x3b\x7b\x24\x54\x75\x5f\x0f\x8b\x04\x01\x19\x0a\x83\xaf\xf0\xed\x7d\xfe\x45\x65\xe7\xd5\xf3\x0a\xae\xf9\xf9\x17\x28\x3c\x54\x98\xdf\xf1\x16\x3f\xff\x5e\xc0\x7a\xc0\x3e\xc0\x68\xb4\x8e\x03\x3b\x7b\xf6\xfc\xab\x51\xdd\x0c\x50\x0b\x50\x70\xeb\x63\xef\xbe\xc3\xb0\xf8\xfc\x8b\xae\x9d\x55\x7e\xdf\xd1\xb5\x77\x38\xd4\xbd\x03\x5d\xbe\x03\xef\x9d\x7f\xb4\x79\x6e\x8e\x77\x58\xc9\x9e\x7f\xb4\x19\x4a\x2a\xf7\x0e\x65\x1f\x12\x0f\x5e\x9b\xe7\xdf\xfe\xfa\xa4\x11\x5e\x92\x49\xdc\x07\xdd\x35\xa0\xb1\x9d\x23\x11\xa1\xd2\x86\xa0\xd3\xd0\x15\x5d\x08\x68\xd8\x14\x93\x88\xa0\xe4\x38\xda\x4f\x23\x78\x59\x24\xe6\xaf\x9f\x99\x05\x4e\x43\x0d\x86\x28\x7d\xa2\xc8\x94\x46\x3d\x78\x8f\x44\x89\xd2\x55\xe0\x66\xf0\xfa\xf5\x33\x09\xc7\x7b\x72\xdb\xe0\x4f\x94\xbe\x01\x7b\x30\x71\x0d\x22\x7d\x8a\xdc\x32\x78\xff\xfa\x19\x98\x7d\xa5\x11\xea\x7f\x24\xc2\xf5\x5b\x68\x5c\x9c\x9c\x4b\x87\x7b\x0a\x1c\xe0\x24\xa8\x37\x12\x98\x4f\x0a\xda\x0c\xed\x44\x8d\x2a\x82\x0f\xc3\x27\x70\x2a\x0f\x86\x1e\x89\xfa\xeb\x67\x64\xcd\x61\x68\xaf\x91\x40\xb7\x66\x4c\xc1\xbb\xe1\xa1\x48\x6f\xe8\x36\x94\xbb\x20\xa0\x21\x14\x26\xc1\x81\xf9\xc2\x9b\xe1\x11\x83\xea\x16\x74\x19\xba\xc3\x12\x1e\xa8\xd7\x3d\x02\x5d\xdd\x09\x1d\xe4\x93\x75\x1d\x28\x6c\xd7\x8b\xba\xe3\x31\x4b\x22\x94\x87\xab\xa0\xc5\xd0\xd0\x02\x45\xe7\x35\xc1\xcf\x22\x11\xda\xb9\x59\xd0\x65\xe8\xa6\x34\x53\x18\xa1\x71\x48\x6c\x76\x2c\xb5\x87\xc2\x0d\x09\xe6\x4a\x1b\x2b\x42\xa7\x93\x58\xbf\x7e\x30\x1e\x49\x23\xf4\x6c\x49\x7c\x62\x44\x85\xda\xc1\x10\x91\x28\xb8\xce\x55\x79\xcf\x78\xe0\x8e\x71\xab\xf2\x8f\xa7\x3c\x44\x8e\xe3\x56\x1f\x3f\xde\x42\x1f\x78\xfa\x38\x13\x3c\xd9\x8f\xe1\x21\xd7\xc1\x9d\x5e\x1a\x8f\x37\x3f\x62\xb7\x86\xd3\xbd\x44\x9c\xd1\x48\xc4\x79\xab\x06\xeb\x08\x11\x82\x73\x10\xeb\x30\x4d\x1f\xa1\x99\xd0\x30\x0a\x15\xcc\x93\x1b\x02\x4f\x14\x5f\x12\xe0\x40\x8f\x91\xc0\xa8\x24\x74\x05\x4f\xf6\x25\x78\x78\xfb\xc1\xd8\xe3\xe4\x9a\xc1\x60\xc5\xd0\x09\x4b\x33\xbb\xd1\x3c\x80\x17\xc1\xa7\xe1\x20\x5b\xfc\x1c\x9e\xec\x16\x3c\x2e\xdc\x0b\x3f\x0c\x27\x5b\x0d\x8f\x9b\x11\xc3\xcf\x34\x8b\xeb\xc7\x58\xb9\x74\xaa\xaf\x06\xe3\x57\x16\x57\xce\x69\xd6\xf5\x16\x78\x7d\xce\x21\x2d\x8c\x29\x1e\xed\x24\x72\xa8\x87\x31\x61\x6d\x08\x1c\x0c\x8b\x81\x8d\x54\x42\xf8\x47\xa2\x46\x25\xf4\xb0\x7b\x44\x48\xa5\x1a\x0e\x4a\x13\xb1\x0c\x49\x44\xe5\x5a\xa4\xe1\x1e\x86\x2a\xef\x48\x1a\xe7\x10\x66\x98\xb0\x09\x1a\x4e\x3d\x13\x81\x0c\x49\xbc\x03\x19\x59\xd5\x17\xaa\xe3\x7f\x45\x88\x7c\xd2\x0c\xad\x3a\x12\x81\x4f\x30\x74\x4c\xd3\x07\x96\xc0\x70\x67\x03\xd2\xd7\xb7\x57\x31\xc4\x64\x03\x37\x6a\x09\xf7\xc1\x24\x82\x08\xc1\x73\x5d\x5a\x5d\x38\x0f\xd7\xa0\x07\x1e\xf3\xb9\x7c\xd6\x16\xba\x6c\x06\xbf\x75\x78\xe4\x9d\x2a\xe1\x99\x25\xad\x8f\xd0\x01\x6e\x9f\x0e\xd6\x8b\x5e\xee\x60\xed\x92\x78\x43\x74\x67\xe0\xeb\x16\x1c\x75\x6a\x1c\xe6\x24\xcc\xb1\x48\xa0\x6f\x14\xea\x6b\x09\x43\x19\x12\xf5\xd7\x4f\xc1\xdf\x57\xc2\x3a\x85\x44\xfa\xf5\x53\x6a\xa6\xd5\x47\x1b\x7f\x3f\xb2\xbd\xe8\x02\x17\x83\xeb\x57\x21\x3f\x8f\x8b\x65\x3c\x89\xf4\xeb\x07\x45\xe2\x93\xa9\x86\xf6\x5f\x3f\xa1\x13\x10\x99\x21\xe8\x69\x02\x54\x73\x32\xc5\xd0\xfa\xeb\x87\x08\xfb\x27\xd3\x0c\x8d\x7d\xc0\x58\x4e\xf6\x5b\xc7\x04\xd5\x4e\xe0\x3b\x0b\x1e\x4b\x94\xb0\xf6\xcb\xe3\x66\x0f\xe7\x01\x2e\x28\xb4\x99\xdc\xeb\x74\xf6\x2a\xce\x60\x4f\xa6\x18\xda\x7e\xfd\x74\x62\x09\x9e\xdc\x34\x38\xdc\x93\xa1\x08\x7c\xb2\xdb\xf0\xd7\xaf\x9f\x56\xb2\xa0\x6f\x43\x3f\x67\xe8\x82\x2e\x75\x23\xd0\x03\x5e\x28\xf3\xc8\xee\x46\x10\xa5\x28\xb3\x9f\x4c\x37\x74\xc5\x65\x97\x05\x7e\x1b\x1c\x15\xdf\x01\xd5\xfd\x7a\x12\xa0\xcc\x41\xe9\xbe\x05\x87\x96\x6d\xb8\xe0\x3d\xd9\x65\x38\xe5\x0b\xf3\x3a\x96\xca\xc3\x7a\xbc\x6e\x0d\x72\xac\x65\xf8\x99\x3f\xb4\x66\xf3\x18\x5b\xe3\x09\x05\xee\xde\x6e\xc0\xa1\xf1\x4b\xe2\x10\x01\xd8\x7c\x9d\xdc\xcb\xe0\x40\x82\x38\xc6\xcd\x63\x79\xfc\x30\xf8\x2e\x82\x18\x65\xdf\x6d\x27\x11\xe5\xbd\xd9\x96\x3b\xb9\x20\x5a\xcb\x68\x82\x17\xc3\x47\xf4\x86\x39\x58\xee\x24\xe7\xe1\x22\xe4\x7a\x1e\xdb\x73\xb6\x03\x97\x5e\x45\xe5\x5f\xde\x2b\xd0\xeb\x37\x11\x32\x4e\xf6\x23\x78\x60\xb6\x1b\x5f\xe5\x27\xbb\x0c\x8f\x20\x42\xf8\x88\x3e\xd9\x47\xf0\xe8\xe6\x8d\x0f\xe3\x93\x1d\x86\xcf\x80\xdf\x49\x70\xd7\x1f\xec\xc3\x7b\x6a\x36\x5f\xbb\x18\x1e\x6e\x9e\xf0\x65\x7a\xb2\xdf\xf2\x41\xd3\x4e\xad\x6d\x38\xf7\x23\xd1\x80\x4f\xc1\xb7\xe1\xaf\x80\x6b\xfa\x43\x61\x30\x12\x93\x76\x8b\xea\x99\xd5\x70\xea\xa9\x6c\xd7\x8f\x4f\xf5\x87\x0b\x34\xdf\x02\x0f\x83\xe3\xee\x9f\x49\xe0\x8f\xc1\xe1\x34\x48\x93\xf0\xf1\x5e\x08\xca\xa2\xb7\x4b\x95\x78\x09\xc3\x12\x67\x60\xd8\x9b\x47\x70\x14\x49\x8c\x98\xfa\xa0\xce\xf2\xac\x3a\x65\x13\x47\xe4\x72\xf0\x94\x09\xb8\x45\x02\x05\xae\xd0\xd2\x97\x14\x9f\x44\xe5\xdd\xdf\x80\x83\x92\x4f\x22\xd8\x9f\xd8\x8b\x9f\xec\x23\x38\x82\x40\x9c\x34\x16\xc4\x5e\x24\x6e\xe0\x09\xf8\x56\xfd\x61\x8b\x9d\x6e\xec\xd7\x0b\xe6\xc5\x91\x38\x5b\x17\x7d\xd7\xc8\x6d\x83\x31\x35\xe8\x01\xd6\x42\x9d\xc4\x2b\x6a\x51\x2f\xdf\x60\x84\x93\xc0\xa5\x57\xbb\x04\x7f\x1b\x1e\xfa\x16\xe8\xa5\x97\x1d\x1e\xe2\x48\x84\xb3\x3a\x88\x94\xb2\x1f\xf7\x3e\xde\x69\x07\x5e\x81\x2f\xf5\x3e\xf4\x82\x0b\x44\x5d\x35\x6e\x3f\x09\x06\x1b\x96\x08\xd5\xcf\x9c\x0a\xd2\x4d\x37\x38\xb8\x8e\x9b\x9b\xe3\x24\x52\xc0\xc3\xcc\xa1\x8e\xc4\xbe\x3c\x89\x12\xf0\x42\xfd\x69\xaa\x9e\x24\xb5\xdc\xa0\x1a\x4f\xf6\x11\x7c\xd1\xcd\x22\xf8\x32\x3c\x98\x82\x37\x61\xcd\x4e\x76\x19\x2e\x6d\x5e\xda\xcd\x63\x02\xcf\x11\x7e\xf0\x36\x98\x1d\x78\x12\xcc\x4e\x65\x58\x65\xa8\xfb\xe1\x8a\x47\xb7\xe7\xc9\xbd\x0c\x0e\x76\x77\xa8\x75\x9c\xac\xab\x29\xaa\x26\x8c\x11\xea\x28\x90\xc2\x27\x31\x80\x4f\xc1\x5d\x1e\x0f\x82\x84\xa7\xaa\x3c\xba\x48\x9c\x5e\x42\x08\xd5\xd1\x38\x84\x95\xb7\x12\x9c\xc8\x8f\x14\x3b\x48\xec\x03\xce\x54\xd2\xb6\xfa\x1e\x8e\x36\x0a\x7e\xd2\xeb\xe8\x53\x33\x8f\xbe\xc3\x24\x22\x51\x45\x8b\x95\x44\x50\x10\xb9\xd6\x3f\x93\x53\xd5\x58\xbf\x82\xf5\x0f\x9e\x62\x2a\x26\xfb\x56\x2a\x23\x05\xfa\xb1\xc2\x66\x25\x81\x19\xe4\x64\x01\x96\x87\x16\x66\xfb\xe9\xe6\x52\xa9\x63\x79\x86\x16\x11\x3c\xd4\xd9\x05\x51\x76\x12\x31\xa1\x38\x53\x3d\xd9\x65\xf8\x46\x69\x39\x07\x7c\xbb\xd9\x30\x61\x46\xe5\xea\x53\xc7\x6b\xa8\xf8\x8b\x10\xf5\xd8\x65\xd4\xf1\xf2\x7a\x05\x56\x4e\xb7\x67\xfa\xb5\xb6\xe1\x2f\xe0\x74\xe7\x33\x54\x3e\xf0\x5e\xba\xf1\xa0\x5f\x51\xaf\x25\x11\x3c\x27\xbc\x64\x55\x14\x01\x49\xc4\x69\x81\x5e\xae\xf3\xd2\x68\x67\x38\x5c\x2b\xf8\x42\xab\xf3\x02\x93\x9c\x04\xd5\x30\x2a\x94\x75\x49\x7c\xa2\x1a\x26\x79\x66\xde\xc0\x27\x71\xf6\x09\xfc\x82\xea\x77\xc1\x49\xa0\x05\xcd\x68\xa7\x77\xf3\x0c\x59\x7b\xba\x09\x03\x5a\xa7\x38\x06\x27\xd1\x4f\x35\x2c\x15\x9a\x7f\x24\x08\xf3\x3b\x68\xb5\x83\x97\x2b\xa1\xd4\x0f\x3c\x26\x67\x0e\x90\xfe\x49\x04\x09\x8a\x47\x95\x8a\x3a\x3b\x89\xd8\x39\x38\x2d\xaf\x73\x0a\x35\x10\x85\xfb\x50\x73\xd4\x33\x97\xca\x13\xb9\xfa\x06\xcf\xd6\x39\xb7\xe1\xb1\x03\x0b\xce\x49\xea\xf4\xd6\x99\x0b\x86\x75\xb9\xe9\xe7\xf6\xec\xe0\xe1\xf9\x86\xd0\xaf\x44\x56\x25\x81\x42\xf3\x4d\xfd\x22\x01\x2a\x51\x52\x4f\x79\xea\x7f\x79\x1e\x14\x3b\x94\xa0\x89\x95\x08\xa0\x24\x02\xef\xe3\x5a\xab\x12\xb5\x93\x44\x68\xc7\x63\x6f\x78\xb2\xdd\xf0\xf1\xeb\xa7\x60\x95\x7d\x72\x6f\x83\x03\xc7\xe0\x32\xba\xce\xf7\x50\xf7\xa5\x3b\x8b\xdb\x8c\x4a\x70\x46\x12\x28\x9b\x27\x86\xa5\x67\x7b\x55\x84\x41\x39\x4d\xa8\xd3\x7b\x90\x00\x76\xa5\xc4\xbd\x52\x89\xdb\x46\x22\xf8\xe9\x84\x21\xab\x2b\x69\x8b\xaf\xc4\x16\xc7\xf5\xcd\xc9\x2e\xc3\xd1\x60\x0f\xea\xf6\x64\x1f\xc1\x91\xd5\x61\x40\x5e\x57\x82\x5e\x3b\x09\x66\x93\x3d\x4b\xa4\x1d\x12\xa8\xa4\x83\x3a\x57\xe6\xde\xaa\x04\xd4\x29\x15\x2c\x46\xc4\x1a\x12\x6c\x86\x20\x07\xeb\x32\x46\x5d\x81\x51\x4b\x68\x9a\x9c\x9c\x46\x85\x19\xeb\x29\x1e\x7b\x6a\x55\xc3\xab\x54\xe5\xd9\xcb\x44\xa5\x20\x71\x10\x30\x86\x9a\x75\xf5\xa5\x4e\x12\x7e\xbf\x14\x6e\x45\xac\x10\x49\x9c\x03\x57\x59\x2a\x8c\xf7\x48\x54\x1c\xcf\x30\x97\x4b\x97\xd9\x5a\x52\x07\xbf\x98\xb3\x2d\xec\x85\xc7\xee\x52\x39\x28\xb8\x40\x26\x71\xc0\xc4\x55\xaa\xeb\x0d\xc9\x57\xf1\x1b\x7c\x17\x8c\x9c\x2b\x9e\x76\x49\xc4\x55\x59\x32\xe5\x3f\x90\x9a\x55\x9e\x6e\xef\xa2\xa9\xfc\xe8\xfc\xa0\xab\x76\xe0\xcc\xcd\xe3\x39\x08\x05\x9b\x74\xe3\xf7\xa1\xee\x4b\x3b\x01\x47\x9e\x05\xb3\xa7\xba\x2f\xa1\x58\x5c\x35\x16\x8c\x99\x2a\x0e\x01\x49\x48\xd9\x9e\xe2\x62\xc8\x54\xdc\xfe\xa5\x9b\x37\x65\xdd\x59\xbd\xc1\xa7\x5e\xba\x31\x3c\xaf\xf8\x20\x8b\x04\x66\xae\xa5\xd3\x9b\x0a\x27\xb5\xe2\xcb\x2b\xdd\xf8\x59\xaf\xb8\x8c\x22\x71\x28\x50\x77\x7e\x4c\x35\x8b\x7c\xbc\x60\xad\x5b\xd1\x2f\x20\x71\x70\x1d\x1c\xb2\xba\xa7\xe6\x72\x4f\xcd\x25\xa7\x64\x4f\x5d\x04\x5b\x86\x76\x35\x28\xd9\x8a\xf5\x08\x09\xb4\xf6\x59\x42\x48\x40\x12\x67\x83\xc0\xf3\xac\x7e\x9d\x57\xbf\xce\xeb\xc5\x60\xb7\x50\x0e\x6a\x7b\x05\xfe\x5e\xc5\x7b\x09\x09\x44\x18\x6c\xbf\x2d\xfe\x5e\x45\x3e\x5f\x30\xf6\x92\x46\x1f\x89\x19\x60\xc6\xf4\x12\x91\x82\x3d\xdb\x5d\x2a\xf8\x6f\xfb\x72\xdb\xba\xdc\xea\x4d\xab\x6f\x5d\x03\xf8\x4b\x28\x5d\x13\xfc\xf6\x02\xbe\x59\xc0\x0a\x9a\xdb\x62\xe4\x9d\x44\x4c\x59\x05\x81\xec\xc7\x53\xf9\x4c\xc1\xb3\xe0\xc9\x70\x14\xfb\xc1\x67\xfb\x99\xc3\xf0\x19\xbe\xde\x04\x5e\x9a\x32\xf4\x50\x3a\x26\xcd\x6d\xdc\xf4\xf2\x24\x3a\xce\x98\x7b\xc0\x93\xe1\x29\x7a\x4f\x54\xef\x66\x3a\xb0\x41\x07\xa6\xbb\x06\xdb\xf6\x64\x3f\x86\x3f\xc0\x2b\xf0\xad\x6a\xe2\x25\x5e\x42\xd4\xf2\x69\x68\xa7\x91\xf8\x1c\x70\xe0\x89\x36\x84\x9d\x4e\x22\xf0\x84\x3b\x53\x19\x53\x83\x07\x5f\xc6\xe8\x7f\x26\xb1\xda\x68\xdc\xdb\x27\xc1\xcc\x8d\x2c\x78\x36\xbc\x00\xa7\xaf\xcd\xad\x37\x68\x68\x8e\x62\x1b\xdd\xf5\x74\xd5\x33\x6f\xc1\x3f\x86\x33\xe6\x49\xfd\x1d\x5c\x7a\x12\xf8\xb7\x8e\xb3\xd2\xc6\x18\x1a\x45\xd8\x88\x14\xe2\x51\x34\x08\x40\x12\xe7\x42\x21\xc0\x40\x1b\xcb\x53\xb4\xa8\x1d\x0f\xf5\x6d\x2c\xf7\x12\x9f\x4e\x21\xe7\x3e\x39\x4f\x74\xe8\x2c\x9e\xe2\x43\xf0\x8f\xe1\x54\x93\xa8\xfe\xc5\xfd\x70\x12\x61\x08\xd0\x3a\x93\xf0\x1e\xaa\xfe\x8d\x2f\x82\xda\xe9\xe5\x67\xa9\x9e\x0f\x6a\x27\xf8\x8d\x6b\x43\xbc\xac\x66\x13\x0c\x18\x68\x6d\x3c\x4b\xf5\x3f\x78\xba\xc3\x9a\xb4\x8d\x67\x6b\x12\xb0\xfd\x9b\xd8\xf0\xb6\x99\xb4\xc4\x33\xe1\x7e\x0f\x0f\x58\x6d\x26\xf5\x5f\xcc\xe0\x52\x63\x3f\xb7\x99\xa1\x93\x4f\x22\xea\x27\x72\x45\x9b\x08\x2b\x23\x71\xff\xfa\xa9\xb8\x77\x6a\xb0\x86\x49\x2c\x82\xe8\x53\x4d\xd1\x9a\xcc\xc2\x7e\x0e\x85\xc1\x93\xe5\x94\x9e\x44\x3d\xd5\x54\x15\xdf\x2f\x83\xdf\x14\x8f\xd1\xce\xa6\x59\x9b\xb1\xb7\x2a\xbe\x04\xda\xec\xee\x4c\xa7\x33\xea\x7b\x77\xe5\x1d\x14\x80\x7d\xf1\xc9\x7e\x0c\x67\xad\x26\x73\x20\x8a\xaf\x41\xf1\xa5\x1b\xf3\xd9\x36\x75\x7d\x9e\x44\x3b\xd5\x4f\xa6\x60\x4e\x4d\x4d\xf0\x8a\xee\x12\xd6\x4a\x27\xcb\x95\xd2\x60\xe5\x56\x9c\x8a\x9d\xdc\xcb\xe0\x37\xa6\x3a\xaa\x66\xbb\x78\xbc\x94\x1b\xac\x9a\x36\x97\x67\x1e\x75\xd9\x89\xcb\xa6\x36\x17\xd8\xf4\x24\x02\x0f\x62\x4c\xdc\xe6\xf6\xdc\x84\x1b\xab\xa4\x10\x37\x6d\xbe\x90\x0a\x35\x82\xbd\xd7\x3b\x53\x5c\x9c\xdd\x86\xb9\x49\xe5\x61\xda\x08\x8d\x4c\x22\x66\x3e\x4c\x8e\x3e\x8d\x10\xa6\x24\xe2\x61\xdd\xe2\x61\xdd\xd6\xcd\x03\xb7\xad\x1b\x74\xda\xc3\xae\xbe\x2d\xef\x33\xe9\x4e\xf4\xc1\xe4\x10\x06\x93\xc4\x06\x4e\x79\xbd\x70\xa5\xa4\x9c\xee\xce\x79\x58\x19\x6a\xb5\x29\x2e\x63\x1f\x49\x70\xf7\x27\xab\x3f\x6c\xc0\x55\x0d\xaf\xea\x0f\xc8\x68\x75\xe1\xd9\x85\x7d\x60\x69\x95\xfe\x74\x9d\xb7\xd5\xc1\xd7\xf8\x46\x6f\xcb\xd8\x42\xfe\x1d\xfa\x50\x79\xdd\xb8\x4d\x8e\x03\x0a\xe6\xd2\x6d\x49\xe2\x75\x12\x81\x17\x08\x99\xde\xd6\x82\xbc\x6d\x10\x55\x77\xc1\x1b\x45\x5b\x6b\xa9\xfe\x75\xd6\x41\xf1\xce\x1a\x81\x7b\x48\xdc\x54\x93\x05\xff\x18\xfe\x00\x8f\xcd\x43\x6c\x1c\x12\x1c\x67\x55\xbf\x79\xaf\x36\x02\xd7\x9c\xf2\x4c\xf3\x86\x7c\x39\x09\x86\xd5\xa9\xe7\xe5\xee\xbf\xd4\x7d\xb0\xe0\x7a\x0d\x2d\xef\x0b\x13\x2c\x42\x92\x36\x22\x45\x90\x98\xa7\xfb\xa0\xf0\x25\xee\x4e\x83\xf8\x3b\xdd\xa1\xfa\xcf\x54\x35\x1f\xa8\xa3\x91\x28\xff\xf1\x2c\xe0\xdb\xe6\x1e\xe0\x6a\xa2\x1b\x90\xd8\xa7\x7a\x6d\xaa\x8f\x5b\x8d\xe8\x02\xa7\x38\xbd\x7c\x74\xd3\xac\x87\x9b\x66\xe4\x26\x78\x37\x1c\x4b\x2e\x6e\x88\xf5\xe8\x48\xc8\x3d\x7e\x27\x9c\x5b\xc3\xd7\x3a\x89\x12\x5e\xe2\x3a\x60\x15\x97\x53\x72\xf9\x37\x6d\x5b\x82\xaf\x86\xef\xe5\xbb\x20\x71\x6d\x38\x10\x26\x41\xf5\x8c\x76\xfb\xa2\xdc\x8d\x07\x2e\x4c\xd0\xb6\xa7\x16\x51\x2a\x8f\x7d\x32\xdc\x2d\x1e\xc5\x49\x04\xee\x25\xf2\x46\xdb\xd3\xdd\xc4\x1f\x45\x27\x18\x46\xc3\x2d\x1f\x89\x78\x6f\x13\xe8\xb2\x99\x2e\x6b\xd0\x65\xb5\xb0\x86\x26\xcb\x9a\xd5\x26\xeb\x25\xb8\xab\xd9\xaa\x06\xb4\xb9\x25\x30\x3d\x89\xd0\x45\xeb\xea\xfe\xe3\xee\x6b\x96\x71\x98\xdb\xc7\xcd\xd6\x3f\x89\x60\xf5\x81\xf0\xfa\xc8\x74\xff\x24\x82\xfa\x08\x45\xac\xc8\x56\xc3\x43\xdf\xa5\xde\x94\xaf\xec\xcd\x93\x08\xaf\x34\x71\xd2\xfb\x68\x9c\xdc\x93\x08\x1d\x57\xbc\x9d\x75\x5f\xff\x9d\xeb\x3f\x89\x75\xdc\xc7\xe0\x26\x3e\x89\xd7\xaf\x9f\x0a\x73\xb7\x8f\xc9\x0e\x3f\x7b\x23\x1c\x54\xd5\x24\xb8\x7b\x83\x35\x4b\x41\x61\xa2\x8f\xe9\x66\xa7\x9a\xad\x74\x67\xba\xfa\x70\x49\x99\xc4\x81\xee\x63\xbb\x1e\x9d\x44\x82\xab\xf4\xf1\xe2\xf1\xd5\x91\x72\xdf\xa5\x8f\xf2\x67\x62\xab\x0f\x54\x6f\x22\x81\xf5\x59\x63\xd4\xa8\xd5\x44\x82\xc5\x0c\x34\xdf\xc7\x7b\xa8\xbb\xc1\x39\xaf\x88\x7c\xfa\x78\x7b\x6d\xde\x1c\x48\xa2\x78\x9c\xac\x8b\x6b\x74\x9d\x6a\xc4\x47\x3f\x09\x66\x23\xc8\x8c\x0e\x47\x3c\x12\xf1\x54\x2c\xc4\xb8\xee\xf3\x62\x6f\x9d\x44\x70\xae\x46\xe0\xb7\x3e\x2f\xae\x8b\x3e\x75\x8d\xe0\xbf\xb0\x4f\x3d\xc3\x4e\x22\x8e\x18\xd1\xda\xce\xc9\xa1\x5d\x04\xe0\x77\x19\xc1\xd1\xea\x33\x81\xc7\x4e\x22\x62\x9b\xe1\x63\xb8\x4f\x5d\x0b\x27\x71\x28\x81\xa6\x6a\x0a\x78\xe9\x24\xb0\x18\x4b\x34\x5b\xb5\x68\xb3\xe2\x63\x1b\xff\x9b\x27\xfb\x36\x9c\xf2\x99\x7a\x9a\xb6\xe2\x0c\x05\xf9\xda\x93\xc0\xd0\x8a\x27\x11\xc4\x1c\x71\x87\xfb\xec\x53\xa3\xc5\xae\x7a\xdc\x86\x6f\x95\x0f\x5f\xb1\x95\x97\x4f\x37\x5d\xd2\xa1\x4b\x2a\x4a\x20\x32\xed\x20\xd1\x08\x32\x50\x05\xdf\x86\x63\xf5\xc6\xce\x9a\x92\x8b\x9d\x44\x3a\xd5\xc4\x5b\xa0\x63\xcd\x4a\x22\x9c\x8d\xe3\x70\xb1\x63\xc3\x4a\x62\x44\x71\x5a\x15\x3b\xeb\x24\xa2\x96\x5e\x04\x1e\x06\xaf\x00\xc7\xa9\x98\x92\xfb\x9e\xc4\x9b\xca\x19\xe9\x9a\x6a\x34\xa8\x96\xda\x27\xf3\xab\xdb\xef\x24\xc2\x4d\x35\xbe\xfd\x4e\xb6\x18\x1e\x87\x62\x34\x55\xe3\xed\x81\xcf\x52\x29\x6b\xf4\xb9\xb6\x7a\x13\x8c\xd5\x8a\xe7\xd0\x3e\x25\x3d\x3e\x89\x70\xe1\xad\x33\x0a\xc7\x8b\xc4\x21\xe4\x42\x99\xf5\xe4\xb6\x6a\x0f\x0e\x57\x85\xc4\xe8\xf3\x3d\xb4\x09\xde\x44\xa5\x24\xcc\x63\x9f\x7a\x70\x9e\x44\xa7\xf6\x2e\xb8\x56\xfb\xcd\x59\x20\xa4\x7b\x37\xe7\xeb\x24\x22\x54\xd0\xa5\x75\xfa\x78\xce\x3e\xb8\xe0\xe5\xbd\xd3\x4d\x82\x75\x48\xb0\x3a\xc0\x77\xf3\xd1\x51\x9b\x98\x58\x0f\x22\x97\x75\x02\xd1\x93\x08\x34\x4b\xcc\xe2\xbe\xa4\x69\x72\x12\x11\x5e\x04\xa7\xeb\x7d\x65\xc3\xa5\x4f\x8a\xf7\x9c\xbe\xb2\xf6\xc7\xca\x18\x90\xc0\x54\xee\x4b\xc2\x81\xae\xc8\xc6\x13\x51\x65\x5f\xd2\xcc\xea\x8a\xb3\x5b\xf0\xad\xd3\x57\x73\x3d\xe1\xf8\xba\x12\x90\xb5\x63\xcf\x48\xe2\x8d\x29\x64\x6c\xa8\x35\x84\xd0\x08\xcb\x59\x11\x30\x76\xfc\x68\x91\x88\x25\xbc\x83\x2d\xd8\x97\xb7\x25\x7e\x8d\x2a\xf2\xc5\x4e\x60\x42\x12\x74\x86\xcd\x4d\x2c\x3e\x12\xd1\x19\x36\xc2\xda\xae\x65\x53\x4b\x65\x48\x46\xae\x44\x69\xab\xc4\x9c\xea\x4b\xc2\xce\x93\x60\xe6\x07\x7d\x79\x0b\xd9\xac\xb0\xff\xac\x53\x13\xfc\x11\x2a\x26\xea\x51\x4a\xa1\x13\xfa\xe9\xeb\xf1\x90\x1e\x0d\x09\xd4\x4d\x94\x1b\x12\x0b\x78\xec\xb3\x2d\x25\xbc\x4e\x38\x91\x94\x6e\xea\x27\x5e\x07\x89\xf0\x2d\xc9\xfb\xb9\x13\x61\x83\x44\xec\x27\x5c\xf4\xf4\x2d\x3d\x9f\x93\xc0\x96\x11\x24\xb7\xb3\x2e\xca\x9d\xd1\xb5\x27\x3a\x57\x27\x56\x03\x09\xc1\xa9\xdf\x48\x74\x0b\x89\x12\xaa\xa5\xef\x36\xd4\x6e\xc3\xc3\x80\xe6\x01\x27\xe4\x24\xc2\xdb\x3c\x3a\x22\x27\xfb\x36\x3c\x9c\xc7\x13\xab\xa8\xef\xce\x33\xeb\x24\xe2\xfe\xe7\x8d\xd8\xf7\xd4\x1a\xee\x70\x92\xd5\xc2\xb4\xec\xd3\xb7\x28\xee\x8e\xb7\xe6\x7b\xa0\x48\xd8\xf1\xd6\x4c\x62\x9e\xe2\x45\x60\x51\x1d\x7b\x1d\xe4\xd0\x6e\x4d\xce\xf2\xa4\xc5\x6b\xaa\x11\x24\xab\x6f\x91\xed\x1d\x69\x68\x4a\x48\x52\x3a\x52\x4e\x12\x9f\x28\x2e\x30\xaf\x82\x93\xb8\x0f\x58\x33\xf9\xf6\x4a\xe1\x15\xb1\x08\x83\x6c\x63\x8a\x1d\x98\xa2\x69\x23\x6c\x3d\xc9\x4e\x02\xc3\xd5\x61\xf8\x30\x3c\x46\xa4\xfd\xf1\xf6\x7a\xbc\xb5\x1e\x93\x21\x3d\xba\x33\x71\xdc\xd8\x6e\xd0\x8a\x39\x53\x5d\x9c\xa9\x7a\x69\x39\x1e\x57\x83\x13\x81\x09\x67\x61\x58\x6d\x65\xa0\xb6\xd2\x08\x62\x77\x72\x8f\xc0\x41\x39\x24\xb4\x31\xc6\xc8\x88\x57\x4e\x22\xfc\x89\xe2\x6c\x74\x8c\x0a\xce\x3d\x89\xd3\x1b\xe4\xc0\x27\xd7\x0d\x0e\xbe\x2b\x6e\x42\xc7\xe8\x4c\xfc\x49\xc4\x0b\x02\x17\x5b\x27\xab\x66\xe3\x2a\x6d\xf8\x3b\x1c\xd6\x19\x39\x89\xa0\x03\x90\x42\x0c\xeb\x8c\x9c\x44\xa8\x72\xcf\xfc\x67\xe2\x6a\x58\xc6\x38\x90\x31\x36\x24\xee\x03\x17\x4c\x24\x42\x24\xd9\x35\x34\x69\x56\x0e\x34\x2b\x5b\x56\x57\xf5\xa0\x1f\x08\x13\x1b\x12\xee\x61\xcd\x91\x93\x08\x7c\x4c\x1c\xc7\x31\xf4\x9e\x3f\x89\x40\x17\x38\xb8\x1c\x63\x2d\xb5\x8a\x4b\xef\x4e\x1c\x9a\x93\xed\x86\x63\x57\xdb\x29\xff\x1a\x82\xa3\xa8\x3d\x8a\xa6\x42\x42\xc4\x81\x10\x31\x25\x9e\x9a\x63\xbc\xbc\x60\x81\xf5\x1a\x02\x93\x81\xeb\x15\x12\x0f\xc5\xa9\x46\xb7\xe1\x80\xa2\x4c\xc9\xc3\xfa\x70\xd7\x9e\x44\x98\x2a\x96\xa0\x00\xc7\x94\x64\xfd\x24\x12\x76\xb8\x97\xe0\xd3\xf0\x05\x3c\xea\x9f\x69\x09\x9e\x08\x6d\x48\x00\x91\x31\xb3\x86\x35\x33\x61\x60\x61\x2a\x9f\xec\xc7\xf0\x07\x2b\x5e\xda\x2d\xb0\x41\x4e\x22\x53\xbe\x03\xd7\x70\x67\x89\xe1\xe2\x09\x75\xcc\x02\xc5\x71\x12\x18\x03\x67\xaa\x11\x3f\x7f\x4c\xf8\xf9\x09\x27\x7f\x27\x7b\x1b\xce\xb0\x0a\xdd\x69\x9c\xa2\x93\x60\xda\x42\x72\x3f\x10\x36\x92\xc0\x2e\xb8\xd2\xae\xb4\x3b\x4e\xa2\x62\x51\x7c\x09\xfe\x36\x9c\x69\x9e\xb4\x3b\x5d\xcf\x24\xe6\x7d\x51\xf9\xc9\x6d\x3e\xa0\xd7\x92\xc2\x79\x0f\x73\x8f\x06\x94\x59\x43\xcd\x78\xc0\x33\x22\x81\xdd\x72\x5c\x65\xc3\x04\xd6\x10\x81\x55\xaf\xd1\x05\x9f\x86\xaf\xa8\x46\xe0\xad\xde\x2f\xae\x32\xd4\x91\xc6\x7c\x6d\x55\xff\x22\xca\x15\xd2\xb9\x01\x8f\x89\x04\xf6\xc2\x20\x93\xf9\xe1\x8a\x38\x89\x46\x79\xc1\xbd\x58\x1f\x3c\x03\x85\x4b\x9a\x93\x5d\xaa\x1f\x7f\x40\xd5\xb3\xf6\x08\xc9\xcc\x87\x18\xfa\x2d\x51\xcf\xc3\xd5\x77\x12\xa1\xd4\xc7\xe4\xaf\x9b\x2b\xe2\x24\x98\x4c\x8e\x16\xbc\x2a\x12\xc1\x72\xeb\x1c\x21\xdc\x3f\x91\x08\xeb\x06\xfc\x54\x8f\x95\xd5\xfd\x95\xcf\x6a\xb6\x1a\x94\xd4\xc9\x6d\x83\xe3\x55\x81\xde\xf2\x58\x59\x6b\xb8\xc2\xf6\xa3\xa1\x47\x34\xcc\xca\x1a\x62\x65\x55\x3c\x3c\x0f\xfc\x98\x91\x78\xe8\x0d\xd5\x14\xde\x03\x27\xc1\xa4\xb1\xd5\x56\x71\xf5\x58\xe8\x54\x1e\x39\x63\x15\xa1\xa9\x15\xe1\x8a\x5a\x53\xe7\xdb\x54\x2f\x1b\xa1\x91\x90\x11\x0d\x9c\xd8\x92\x78\x87\x9b\x3e\x7a\xe3\x0d\x4b\xb4\xf7\x94\x10\xbf\x8c\x25\x15\xf5\x81\x47\xd5\x03\x67\x8e\xa5\x48\x7e\x12\x41\x25\xd7\x64\xf8\x32\x3c\xd0\x51\xcd\xcc\xc2\xd2\x12\xae\x08\x52\xd0\xf0\x22\x38\xf0\xbb\x46\x82\x66\x0b\xd5\xbc\x3d\xf5\xf8\x0c\xab\x5c\xf3\x83\x50\x9d\x24\xf2\xaf\x9f\xd6\xd9\x80\xcb\x58\x6a\x09\x4b\x35\x50\xfb\xfa\x08\x1b\x11\xb7\xb3\xf5\xa0\x2d\x06\x41\xc4\x48\x04\xc9\x5e\xbb\xe0\x90\x28\x83\xe8\x5f\x07\x1e\xd5\xec\x04\x2d\x72\x12\x0c\x36\xf8\xd5\x27\xfb\x36\x3c\x1c\x86\x07\x93\x75\x6c\x6c\x88\x22\x11\x9d\xe4\x4e\xdc\x59\x53\xb3\x33\x5e\x19\x3b\xe0\xa2\x99\xdf\x65\x84\xb6\x69\x90\x45\x63\x77\x2d\x2b\x71\x4c\x5a\x9f\x34\xd9\x79\x19\x0f\xa2\x92\xdc\x13\x86\xe6\xb0\x3a\xd9\xd8\x5a\x3f\xe4\x1c\x27\x3b\x0c\x9f\xe1\xbc\x51\x60\xdd\xc3\xc4\xed\x68\x61\xc4\x77\x72\x42\x7f\x1b\x27\x17\x43\xf3\x8b\x58\x92\xc4\xa0\xf6\xd8\xab\x56\x3e\x1b\x52\x3e\x9b\x83\xdd\xb4\xa7\xab\x9f\xd0\x57\x88\xc9\xc6\x96\x99\xc1\x49\x64\xe0\xf4\x7e\x6b\xb9\xb1\xf9\x4d\x29\xdc\x7c\x7d\xc6\x16\x7f\x72\xe0\x94\x3f\x25\xa4\xbd\x03\x27\x97\x24\x6e\xe0\x0c\x4b\x14\xd9\x80\x22\x4b\x09\x65\xd7\xb1\xdf\xee\xcf\x5b\xfd\xa9\xb4\xfb\x5e\x2e\x7f\x36\x42\x1b\x5a\xd7\x8f\xab\xc7\x45\xf7\x84\x2d\x3a\xf6\xc7\xfb\xe3\x43\xb4\xc0\xf0\x85\xf3\x19\x5b\x24\xfe\xc0\x17\x5a\x53\xa4\x93\x71\x41\xd8\x9d\x44\xdc\x79\x48\x4b\xa6\x35\x83\x4f\x82\xd1\xe2\x76\x7c\xdc\x8c\x76\xa2\xad\xd6\x26\x31\x2d\x46\x66\x69\x4f\x82\xbb\x04\x97\xeb\x43\xf8\xe6\x24\x02\xcd\xe1\x7f\x73\xa2\x8d\x4b\x22\xae\x4e\xc5\x7e\xc3\x5f\x0f\x09\xa2\xb3\xe3\x21\xde\x0c\xb8\x09\x03\xee\x1e\xf0\xb6\x27\xf2\x3b\x12\x85\x38\x68\xf7\x9f\xa9\xac\x39\x1a\x0f\xd6\x09\x07\xef\xae\x8a\xf6\x69\xf9\xdf\x44\xfe\xd7\x14\xf1\x77\xe8\x19\x31\xe5\xf3\x6c\xc0\xca\x9e\x56\x14\x9b\x28\x8a\x9d\xd6\x3b\xf0\xa5\xd9\xe8\x38\x8a\x26\xa4\xc3\xe8\xdc\x64\x27\x11\x73\xad\x18\xb7\x08\x0f\x49\x7c\xa2\x38\x73\xa1\xc7\xc8\x49\xb4\xf0\xaa\x4a\x67\x86\xa7\x5a\xa7\x08\x77\xb0\x73\x8c\xa9\xa9\x1b\xec\x2b\x84\x32\x27\xdb\x0c\x67\xea\xbe\xe5\x5f\x86\xc7\x45\xd9\x09\x01\x30\x86\x3b\x3f\x88\x8e\x89\x10\xe7\x64\xb5\x64\xa1\xdc\x79\xe0\xec\xa0\xe1\x6e\x8e\xad\xf2\x4c\xce\x74\xfd\x53\xf5\x13\x9d\xc2\xdc\xcb\x89\x0b\x9a\x03\xa7\x9f\xa2\x59\x27\x34\xeb\x68\xd5\x60\x57\xb3\x71\xc4\x40\xd8\x16\x6b\x2f\x9f\x04\xd3\x40\x9c\x81\xa1\x67\xf8\x49\xc4\x05\x3a\x09\x7b\x30\xf6\x10\x3c\x02\xa3\xdc\x55\x81\x8a\xc6\x76\x37\xb7\xba\x89\x6f\xfb\xf1\x76\xfd\xd0\x0b\x9d\x17\xd2\x1c\x1f\x6f\x91\x0f\x34\x34\x17\xf4\x1c\xa2\x0b\x26\x46\x3b\x5d\xe1\x96\xc7\x67\xab\x9a\x8f\x66\x47\x1b\xfd\xf1\x2a\x3e\x5a\x45\xa2\x5d\x8d\xc7\xab\x15\x3a\xbc\x5d\xa1\x64\xe7\x05\x16\x3f\x89\x78\x93\x4c\x26\x6d\x4a\xe1\xff\x24\x58\x5c\xc2\x17\xcc\xc6\x23\xf1\x24\x98\x35\x42\x2b\x4c\x99\x8a\x9d\xc4\x3c\xd5\x13\xa3\x67\xb6\xf9\x36\x38\x70\x0f\xfc\xa7\x39\x3b\x14\xf4\x49\x04\x92\x51\xf8\xf6\x29\x13\xb2\x93\x68\x94\x1f\x82\x7f\x0c\x7f\xc2\x94\x8f\xde\x0c\x21\x93\x89\xeb\xc6\x01\x7f\x68\x9a\x1f\x38\xcd\x0f\x1c\x84\x0a\x98\xd3\xa3\x9a\xb0\xb7\x10\xb2\xcc\x29\xd5\xf4\x89\x9b\x81\x7e\x73\x0c\xcd\x82\x3b\x89\x19\x0e\x7a\x29\x2d\x4b\x8d\x93\xa0\xf3\xac\xa0\xd5\xc6\x26\x6a\x63\xfd\xd6\x54\x4a\x5d\xf8\x24\xe2\xfe\xe0\x9e\x98\xf3\x23\x8c\x37\x43\x6b\xc8\x18\x69\x7e\xdc\x17\xf9\xaf\x9a\x5a\xa9\x8f\xc7\x4a\xa8\x6a\xf4\x5b\xe7\x14\x5a\x3e\x89\x40\xcb\x30\x70\xe6\xf4\x3e\x98\xda\x07\xa3\x09\xee\xde\x3c\xea\x8d\x62\x5c\x4b\x8b\x78\xca\x70\x7d\x4c\x85\x2d\xbe\xb5\x41\x56\x44\x56\xbd\x8b\xc2\x8f\x8b\x51\x73\x12\x61\x88\x9b\xd8\x7e\x98\xac\x93\x08\x06\x8e\xe2\x69\x5a\x96\x3a\x91\xa5\xf6\x5b\xa1\xfd\x93\x0e\xd5\x4a\x78\xa4\x43\xe7\x7d\x9a\x6e\x9c\xa2\x1b\xc7\x54\x80\xef\xa2\x05\x5c\x85\x6d\xe9\x70\xee\x05\xea\xf6\x24\xa8\x47\x21\xd5\x8b\xf6\xdf\x2a\xa1\xde\xee\xe0\xe4\xc5\x83\x2d\x0a\x20\xaf\x98\xfb\x65\xbb\x1a\x75\x47\xa1\xce\xc5\x1e\x3a\x09\xaa\xa1\x97\x55\xbb\x78\x45\x40\x47\x47\xff\x5b\x0d\x0a\xff\x24\x46\x80\x89\xe9\xec\xbb\x61\xc5\xdd\xe0\x18\x57\xe6\x29\x4e\x78\x8a\xa7\x2f\xb4\x29\x1a\x68\x12\x6a\x21\xa5\xa9\x48\xfb\x46\xea\x88\x77\x7b\x52\x88\x68\xd1\x46\x27\x11\x7d\x51\xf4\x74\xe9\x09\x9c\x04\x11\x1f\x15\xda\xbd\x7b\x44\x04\x5f\x4b\x53\xe1\xc1\x87\x6b\x1f\x0a\x73\x04\x52\xc7\x67\x3d\x09\x22\xbc\x2a\xf2\xf8\xd2\xf6\x5b\x4b\x31\x84\x15\xaf\x7c\xb9\xfe\x90\xee\xa6\x4b\x71\x74\x4d\xf3\x9e\xc4\xd9\xc5\x49\xe1\xaf\x37\x2f\xf3\x93\x78\x02\x4c\xab\xdb\xbb\x29\xdc\xbf\x75\xd4\x3c\xe7\xda\x5e\xbe\x90\xf4\xa6\xa4\x10\x44\x4b\x72\xa7\x89\xc5\x57\x4a\x88\xc7\x4e\xf6\x6d\xb8\x3a\xa3\xf2\xae\xfe\x45\xf5\xc4\xaa\x5b\x52\x41\x3e\x89\x15\x60\xd5\x22\x1c\x04\xab\xb4\x63\x52\x3b\x97\x74\x4b\x4f\x02\x9f\x14\x8a\x64\xfe\xf2\xba\xbe\x14\x00\x95\xb8\x2d\xeb\xed\xce\x04\xb3\xa1\x67\xa2\xbd\xad\xb7\x77\xb6\x38\xef\xf0\x6d\xe7\x7a\x2f\x9d\x90\xb7\x03\xdf\xab\x1a\x2f\x14\xa1\x69\x12\xe6\x51\x73\xc9\x66\xee\x24\xf0\xfe\xa2\x48\xef\x1f\xd7\x1f\xef\x4f\xdc\x52\x47\x4e\xe7\x92\x68\x2d\x28\xe4\xce\xf5\x78\x67\x63\x75\x96\xbf\xa1\xb5\x41\x88\xdb\x9e\x64\x8a\x63\x30\x33\xd6\x7d\xcb\x8f\xcd\x37\x52\xf3\x23\xb8\xbc\xc6\xdc\x8e\x5c\xec\xf2\x0b\xaf\x36\xed\xbf\xd9\x0f\xb6\xf2\x3f\x89\xab\x2d\x9d\xeb\x93\xc0\xd3\x8d\x83\xec\xea\xbc\xed\xa2\x20\xcd\xdf\x28\xb9\x6f\xc3\x15\x02\xdf\x11\x69\xb3\xe0\x90\xa0\x53\xc1\x41\x65\xbd\x7d\x12\xc0\xa7\xc3\xb5\xbe\x0d\x8f\x15\x73\xe8\x53\xcd\xf4\xae\x9a\x69\x05\x3a\x95\xc4\xec\x24\x14\xa7\xd4\x51\x40\xbb\xe1\x84\xf6\xfa\x86\x9a\x64\xd7\xee\xee\x98\xa2\x8e\x40\x08\x0e\xdc\xa8\xec\xe4\x4b\x93\x37\x84\xeb\x76\x08\xc9\x7a\x51\x18\x47\x3d\x2f\x4e\x02\x17\x99\xd9\x01\xff\xb6\xe1\x11\xba\xe7\x1b\xf8\xef\x63\x30\xa1\x82\x14\xc5\x69\x1b\x1e\x66\x59\xbd\x38\x74\x99\xa8\x10\x24\xe8\x29\x3b\x44\xef\xf6\x24\x6c\x62\x15\x15\x87\x2b\xdb\x06\x47\x80\x36\x87\xe7\x1a\x9a\x82\x17\x61\x07\x15\xca\xe8\x25\x54\x87\x1e\x64\xba\x1c\xe2\xe8\x25\x9c\x86\xff\xa8\xd3\xa8\x83\x52\x69\xa1\xe2\x81\x9c\xb2\x03\xaa\x89\xf7\x3c\xf7\x9b\x48\x5f\x8a\x7e\xf9\x5e\xcd\x60\xe2\x29\x39\xec\x91\x6a\xff\x68\x7e\x15\x6e\x4a\x66\x39\x27\x81\x67\xa3\x46\x3c\x09\x09\x9d\xec\x96\xa5\x16\x47\xdc\x61\xbd\x4f\x82\xf8\x39\x8e\x10\x33\x00\xc7\x7a\x8d\xaa\xf8\x1e\xb2\xe0\x7b\x60\x2e\x8c\xf6\x0d\x83\xb1\x01\x4f\xc5\xd9\x21\x50\xc0\x92\x06\xfc\x49\x84\x11\x5c\x12\x34\x1b\x1a\x7e\x06\x08\xf8\xb1\xa5\xe4\xf5\xb0\x63\x3a\x3a\x12\x0f\x2e\xbe\x48\x0c\x2c\x26\x55\x7c\xbb\x78\x5c\x19\x43\xc1\x1a\x44\x77\x3f\x28\xe6\x4a\xb1\xe4\xf1\x33\xf8\xe1\x19\xdc\xa7\x62\x17\x88\xd4\x3a\x89\x15\xe0\x5b\xe0\x6d\xf0\xd9\x75\xf3\x76\xe9\xb7\xc1\x9f\x28\x3d\x15\xc1\x42\x3d\x09\xb5\xed\xae\x08\x4b\x7b\x8e\x6a\xf0\xb9\x5c\x52\xcb\x2e\xde\x0d\xa7\x2b\x8e\x25\xc1\x8c\x13\xf1\xae\x75\x05\x7b\xe0\x18\x3d\x04\x92\xeb\xc3\x61\x23\x96\xa1\xc1\xdf\x56\x2c\x88\xa5\x7e\xbc\x34\x18\xc5\x81\x10\x34\xb4\xc1\xc7\xed\x80\x10\x8f\xa0\x21\x12\x95\x14\xef\xd9\x6f\xd7\x11\xba\xe1\x0a\x17\xb3\x45\xdd\x3f\x3b\x10\xae\xe3\x7f\x3c\xda\x52\xfb\x89\x0d\x7b\x7f\x83\x3e\x44\x9f\x49\x62\x00\x7a\x5d\xc5\xdf\xf6\xef\x6f\xf2\xab\x71\x39\x38\x04\x76\xe6\x4a\xc6\xef\xe4\x50\xed\x00\x7e\xd7\x89\x7f\xa5\xab\xe5\xef\xef\x7e\xd7\x59\x31\x62\xfc\xdd\x97\xf6\xbb\xce\x88\x9e\x7c\xdf\x5d\x7e\x7e\xd2\xc2\x64\x91\x24\x18\xbe\xc9\xd9\x58\xdb\xf0\x27\x95\xec\xf0\x87\xed\xc7\xaf\xc7\x4a\x29\x39\x71\xfa\xf7\x75\xc7\x17\x34\x98\x92\xf8\x95\xcb\xff\x4d\x7d\xe4\x64\xfe\x75\xfd\xfd\x6f\xff\xe7\xff\xb5\xfe\xfe\x7f\xaf\x7f\xfd\xfc\xbc\xfe\xf3\x1f\xff\xf8\xfc\xdb\x7f\xbc\xff\xe5\xf5\x1f\x3f\xff\xc7\x81\xfe\xbc\x3f\xcf\xbf\xfc\xdb\xe7\x1f\x9f\xff\xf7\xdf\xff\xf3\x1f\xaf\xcf\xcf\xdf\xff\xfd\xef\xe7\x57\xf1\xf7\xff\x05\x00\x00\xff\xff\x9d\x99\xe5\xcd\xd0\x44\x03\x00"); -func _bdbfc ()(*asset ,error ){_dggf ,_fcfb :=_dfec ();if _fcfb !=nil {return nil ,_fcfb ;};_baed :=bindataFileInfo {_b :"GBTpc-EUC-H",_ffe :44556,_ag :_ed .FileMode (436),_ac :_c .Unix (1580492236,0)};_fgbb :=&asset {_abe :_dggf ,_ece :_baed };return _fgbb ,nil ; -};func _eegb ()([]byte ,error ){return _g (_fegfe ,"HKdlb-B5-H")};func _befb ()(*asset ,error ){_fgdc ,_abcd :=_dfad ();if _abcd !=nil {return nil ,_abcd ;};_cfba :=bindataFileInfo {_b :"UniGB-UTF32-V",_ffe :839,_ag :_ed .FileMode (436),_ac :_c .Unix (1580492778,0)}; -_gceaf :=&asset {_abe :_fgdc ,_ece :_cfba };return _gceaf ,nil ;};func _ccgc ()([]byte ,error ){return _g (_fgcaa ,"ETen-B5-H")};var _fcbc =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\x98\x41\x6f\x23\xb9\x11\x85\xef\xfe\x15\x7d\xdc\x1c\x36\x26\xab\x48\x91\x04\x16\x03\x04\x33\x87\x78\x81\x4d\x16\x71\x66\x13\x20\xc8\xa1\x25\xb1\x07\x02\x62\x49\x90\xed\xc3\xfc\xfb\xa0\xde\xa7\x38\x08\x90\xc3\xe0\x8d\x3f\x93\xd5\xf5\x1e\xd9\xa4\xe4\xc7\xcf\x4f\x5f\x9e\xce\xa7\xb7\xe5\xf1\xd7\xdb\xe5\xf0\x3c\xdf\x96\xed\x74\x3e\xde\xe6\xeb\xe5\xfd\x76\x98\xcb\x7e\x7e\x3b\x9d\x1f\x1e\xb2\x2d\xc7\xd3\xe1\xed\x3f\x3f\x4a\x0e\x2f\xeb\xf5\xe1\xe1\xf1\xeb\xf9\xf4\xf3\xd3\xf3\x8f\x5f\x3f\x3f\xdb\x8f\x7f\x5c\xde\x5f\xe7\x9d\x7f\x7e\xfa\xf2\xfc\xfd\xf5\x6d\xbe\x3c\x9d\xb7\xcb\xe2\xcc\x3f\xbe\x5f\xef\x35\x96\xe5\xf1\x2f\xf3\xdb\xe9\xf5\xed\xf6\x7d\xf9\xe1\x0f\xc7\xcb\x7e\xfe\x6e\x39\xce\x2d\xf8\x9f\x6f\xc7\x79\x3b\x9d\xbf\x2d\x3f\xfc\xbc\x5e\xd7\x73\xfe\xf8\xc5\xf3\xfb\xf5\xfa\xaf\xf9\x32\xcf\x6f\x4b\x11\x9b\xe7\xa3\xf4\xe1\xf1\xf3\x2f\xeb\xf5\x4f\xeb\xcb\x5c\xee\xfd\xfc\x7a\xbb\xd0\xd2\x6f\x1a\xa0\xdf\xff\x36\x6f\xaf\xa7\xcb\x79\xc9\xbf\x4f\xa9\xfe\x17\xff\xf5\xfb\x75\x2e\xf9\x5e\xe7\xef\x5f\x9f\xbe\x2c\xff\xc8\x4b\x4e\x8b\xd5\xea\xf5\x9f\x77\xfe\xb7\x5f\x2e\xc7\x8f\x51\x39\x25\x5c\x1c\x4e\xc7\xdb\x7a\xfe\x36\x1f\x7e\x4a\x69\x9f\x3e\x2d\x77\xe9\xb6\x1b\x0f\x3f\x59\xca\x81\x90\xd6\x87\x0b\x55\x50\x15\x32\xa1\x1d\x68\x27\x54\x85\x3a\x68\x7c\x5a\xb2\xe5\xc6\xcc\x03\xec\xf8\x69\x69\xa3\xee\x02\x19\xc5\x8c\x62\x5d\x88\x62\x46\xb1\x16\xc8\x4d\x28\xa4\x1b\xb5\xdc\x41\x1e\xa8\x07\xca\x43\xbd\x4a\x9a\x77\x91\x0c\xc9\x41\x76\x22\x06\xb1\x20\x43\xc4\x21\x1e\xa4\x89\x54\x48\x8d\xd6\x2d\x97\x60\x87\x22\x16\xd2\x3d\x67\x21\x86\x85\x74\xcf\x49\x68\x07\xda\x09\x45\x34\x79\x82\x42\x7a\xba\xa3\x06\x6a\x42\x2a\x3f\x3b\xa8\x0b\xa9\xfc\x1c\xa0\x21\x14\x06\x8d\xb0\xec\x1e\x56\xc4\x6c\xae\x48\x25\xad\x8f\xa8\x65\x73\x13\x0a\xb9\xe7\x57\x93\x92\xa9\x29\x72\x28\x3d\x0b\x19\x28\x6c\x97\x36\x84\x0a\xa8\x6a\x54\x15\xda\x81\x9a\x90\x0b\x75\xd0\x10\x62\xe2\x0a\xda\x0b\xf1\xc4\x03\x28\xfa\x2a\x83\x5a\x47\xd0\x51\x88\x51\x13\x34\x85\x76\x42\x1b\x68\x13\x8a\x55\xac\xec\x41\x49\xab\x49\x4d\xe4\x0c\xca\x42\x2a\x9f\x31\x14\xd2\x6a\x2a\x42\x0e\x72\x21\x95\xcf\x78\x0c\x69\x65\x28\x09\xf6\xb3\xa4\x95\x41\x79\x6c\x6b\x3f\x17\x6d\xf1\x9a\x1b\x48\x49\x0c\xca\x93\x44\x48\x2b\x43\x49\xe4\x01\x1a\x7a\x22\xe5\x09\x27\xa4\xd5\x94\x84\xf6\xa0\xbd\x10\xe5\xc9\x2b\xa4\x55\xa3\x09\xf2\xd2\xdb\x52\x4d\x79\x65\xf2\x0a\x69\xd5\xb0\x4d\x5e\x21\xad\x9a\xfa\x32\xf2\x32\xe5\x65\xb2\x6d\xe4\x65\xca\xcb\xd4\xaa\x91\x97\x29\x2f\x53\xd0\x46\x5e\x16\xe1\x54\x57\xab\x6c\x39\x49\xab\xae\x27\xf2\x7e\x4a\x5a\x75\xb5\x6a\x84\x13\xd2\xaa\xcb\x90\x11\x4e\x48\xab\x4e\x5f\x84\x63\x0a\x47\xaf\x5a\x35\xc2\x31\x85\xe3\xb4\x4a\x38\xa6\x70\x9c\xbe\x08\xc7\x14\x4e\xa6\x09\xc2\x31\xd9\xce\xaa\xe5\xd8\x76\xd9\xce\xaa\xe5\xd8\x76\x6d\x00\x93\x21\x67\x03\xb8\x3c\x26\x26\xe2\xd1\xd5\x7d\x52\x38\x4e\xf7\xae\xee\x93\x9a\x70\xba\x77\xf5\xa5\x17\xb9\x3a\x4d\xb8\x9a\x28\x4a\xa2\xd0\x44\x51\x13\x45\x1b\xa0\xd0\x44\x51\xf6\x45\x4d\x14\xb2\x2f\xca\xbe\xa8\x56\x21\xfb\xa2\x56\x8b\xfa\x2a\xb4\x5a\xd4\x6a\x51\x5f\x85\x56\x8b\x96\xa3\xc8\x63\x61\x39\x8a\x96\xa3\xa8\xd5\xc2\x72\x14\x19\xaa\xf4\x85\xa1\x22\x43\x95\x27\x62\xa8\x28\xfb\x1a\x7d\xed\xd8\x85\x92\x6e\x96\x85\x8e\xa0\x63\xa0\x3c\x84\x26\x68\x6a\x94\x09\x6d\xa0\x4d\x28\x6a\x35\x0e\x18\x49\x5c\x00\xd1\x58\x5b\x15\x85\xa4\x5b\x24\xed\x29\xce\xa4\x90\x88\xa2\xc7\xd9\xe1\x49\x27\x8c\x27\xbd\xdc\x23\x09\xe9\x4d\x46\xba\xb5\x24\x54\x40\x55\xa3\xb2\xd0\x01\xf4\x71\x18\xba\xee\x9a\xbb\x70\xe5\x78\x52\xaf\x48\x1b\x55\xe5\x0b\x4d\x68\x89\x46\xee\x42\x3c\x51\xeb\x31\xb2\x5a\x55\xf8\x48\x1b\xa6\x26\x94\x34\xd2\x86\xa9\x09\xc5\x8a\xb4\x11\xe9\x78\xda\x51\x6b\xa7\x5a\xe6\x71\xe7\x7f\x5c\xbb\xff\xef\x26\xf6\xd4\x99\xd1\x99\x21\x27\x9d\xa7\x77\x9e\x5e\x85\x78\x7a\xe7\xe9\x32\xd7\x27\x68\x0a\xc9\xdc\xd8\x0b\x85\x74\x6b\x6a\x68\x10\xd4\xd0\x3a\x37\xb5\xbd\x12\xc1\xaa\x08\x4c\x11\xac\x34\xb1\xd2\x84\x22\x58\x69\x62\x55\x13\xae\x08\x56\x9a\x58\xd5\x84\x53\x8b\x08\x56\x45\xe0\x7a\xe2\x81\x5a\x07\xd5\x8a\x43\xc3\xd3\x04\x4d\x90\x3c\x4e\xca\x4f\xca\xcb\xe3\xa4\xfc\xa4\xbc\x3c\x4e\x3c\x4e\x79\x74\x79\xdc\x98\xb8\xed\x84\xd4\xfd\x86\xc7\x8d\xcd\x10\x7d\xb9\xae\x41\xa4\x7b\xec\x78\x77\xb6\x9f\x6b\x97\xe6\x51\xbb\x98\xc3\x62\xb3\xb9\x83\x0a\xa8\x68\xd8\x8e\xa9\x15\xa6\xfb\x5f\x96\x5c\xd7\x25\x12\xc3\x78\x68\x83\x35\x58\x15\xeb\xb0\x0e\x63\xee\x80\x0d\x18\x8f\x5d\x61\x2b\x6c\x27\xb6\x87\xed\xc5\x1a\xad\x1c\x60\x07\x98\x89\x1d\x61\xec\x7c\x86\x29\x38\x8f\xb7\x28\x86\xe9\xb1\xbc\x46\x92\x36\x8a\x3a\xce\x18\xcb\x32\x56\x34\x33\x63\x2c\xeb\x83\x8d\x83\xf0\x95\xf1\xd5\x61\xf8\x0a\xe9\x1e\x1f\xaf\xdc\x33\xb6\x32\xb6\xba\x5a\xcb\xd8\x8a\x97\x32\x58\x11\xbb\xf7\x36\xb5\x36\xb4\xa6\x17\xd5\xe3\xd2\x8a\x61\x4a\x44\xb7\x16\xd2\x5d\x7b\xd2\x8d\xe5\x32\x2d\x57\x61\x14\xa6\x8c\xe5\x62\xf1\x0d\x57\x21\xc1\xf4\x04\xc3\x96\xae\xb2\x51\x19\x86\x2d\x5d\x65\xa3\x68\xb5\x0c\x57\x86\x85\xa1\x55\x30\x2c\x84\x74\xaf\x20\x16\x46\x17\xd7\xc0\x81\xb1\x06\x86\xd1\x41\xbb\x18\x8d\x6b\x2a\x5b\x4a\x0a\xc4\xd9\x85\x21\xdd\xd9\x84\x8e\x51\x37\x86\xa9\x11\xc7\xa9\xb3\x31\x15\x9b\xe3\xd4\x2b\xc3\x98\x8a\x2b\x97\xab\xb8\x4a\xdc\x1d\x57\x21\xd9\xf4\x99\xd3\xdd\xb1\x15\x12\x4c\x1e\x9c\xd5\x0a\xe9\x5e\xe4\xc1\x71\x1a\x12\xc3\x28\x87\xd5\x90\xee\x45\xb6\x9c\x2d\x18\x12\xc3\xb4\x1d\x1c\xfb\x21\xc1\x68\x0e\xfb\x05\xfb\x3a\x45\x9d\xe3\x57\x12\xe3\x54\xaf\xe0\xbf\x68\xa1\x31\xc1\x91\xec\x71\xd3\xc5\x54\x75\xc7\x01\x2c\xe9\x5e\x19\x86\xaf\x82\x2f\x83\xe1\x8b\x43\x99\x2d\x5d\xf0\xa5\xeb\x6f\x54\x25\x52\xb0\x55\xf0\xa0\x43\xd0\x0b\x1e\x8a\x5e\x23\x12\x29\x77\x0b\xda\xaa\x4e\x7d\xb6\x6a\xc5\x15\x2f\x48\xc5\x55\xd5\x89\xca\xbe\xac\x98\xaa\x2c\x2a\x2b\x58\x71\x15\x12\x8c\x71\xac\x6a\x48\x30\x2d\x7e\x65\xff\x56\xdc\xf3\x72\x55\xdc\x57\xb9\x2f\x2a\xd7\xf0\x10\x92\x2d\xdd\x19\x6b\xd3\xf0\x85\x89\x86\xaf\xc6\xda\x14\x6d\xc3\x86\xb1\x90\x60\x7a\x1f\x1a\xce\x42\xba\xc7\x4d\xb4\x6d\x3a\xbd\xb6\x4d\xdf\x00\x7a\x6c\xea\x6d\xd3\x01\x84\x74\x8b\xb3\x6b\xdb\x74\xd8\x20\xdd\x9a\x26\xea\xbd\x47\xb2\xe5\xb8\xb3\xb7\x4d\x17\x34\xd2\x46\xec\xae\x6d\xd3\xee\x42\xda\x88\xcf\xfb\xdb\xe6\x8c\x72\x8d\x4a\x2a\x16\x9f\xba\xee\xd2\xfa\x48\x81\x2a\x13\x2b\x13\xab\x10\x8d\x55\x6e\x81\x9d\x10\xb5\x2a\xb5\x40\xf4\x1a\xc2\x07\x87\x6d\xd3\xed\x84\xb4\xde\xc7\xff\xdc\xd9\xf1\xff\x97\xf5\xfa\xf0\xf1\x8d\xfd\xf0\x7e\xbb\xcd\xf3\x9b\xfe\x3e\xa0\x2f\xe4\xf1\x25\xfb\x74\x9e\x1f\x7f\x83\xb8\x5e\xae\x31\x4b\xff\xfe\x1d\x00\x00\xff\xff\x08\x57\xa3\x4a\xaf\x10\x00\x00"); -func _bffgb ()(*asset ,error ){_dgfbe ,_eadb :=_gegb ();if _eadb !=nil {return nil ,_eadb ;};_cfdf :=bindataFileInfo {_b :"UniGB-UCS2-V",_ffe :832,_ag :_ed .FileMode (436),_ac :_c .Unix (1580492749,0)};_cccg :=&asset {_abe :_dgfbe ,_ece :_cfdf };return _cccg ,nil ; -};var _bgea =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\x98\x4f\x8b\x24\xb9\x11\xc5\xef\xfd\x29\xf2\xb8\x3e\xac\x3b\xf5\x2f\xa5\x80\x65\xc0\xcc\x60\xdc\x0b\x6b\x2f\x9e\x9d\xb5\xc1\xf8\x20\x65\xaa\x86\x02\x77\x75\x51\xdd\x7d\x98\x6f\x6f\x22\xe2\xbd\x5a\x16\xfb\x30\xd4\xcb\xdf\xa8\x42\x11\x4f\x21\xa5\xba\x1e\x3f\x3e\x7d\x7a\xba\x9c\xdf\x96\xc7\x9f\x6f\x2f\xfb\xe7\xf9\xb6\x9c\xce\x97\xe3\x36\x5f\x5f\xde\x6f\xfb\x5c\xc6\xfc\x7a\xbe\x3c\x3c\x84\xb8\x1c\xe7\xfd\x8d\x8f\xf6\xb1\x3f\xf7\xeb\xc3\xc3\xe3\x97\xcb\xf9\xc7\xa7\xcf\xdf\x7f\xf9\xe5\xcf\xed\xfb\xbf\x2c\xef\xaf\x13\xfc\xe3\xd3\xa7\xcf\xdf\x5e\xdf\xe6\xf3\xd3\xe5\xf4\xb2\x24\xff\xfe\xf1\x7e\x45\x8c\x65\x79\xfc\xfb\xfc\x7a\x7e\x7d\xbb\x7d\x5b\xbe\xfb\xd3\xf1\x32\xe6\x1f\x96\x63\x9e\x94\xff\xed\x76\xcc\xdb\xf9\xf2\x75\xf9\xee\xc7\x7e\xed\x97\x70\xff\x8f\xcf\xef\xd7\xeb\x7f\xe6\xf3\xbc\xbc\x2d\xd9\xd8\xbc\x1c\xf6\xf9\xf0\xf8\xf1\xa7\x7e\xfd\x6b\x7f\x9e\x0b\xf2\xf9\xf9\xf6\xe2\x29\xfd\x6a\x03\xec\xff\x7f\x9d\xb7\xd7\xf3\xcb\x65\x09\x7f\x5c\xd7\xf2\x1b\xfe\xe5\xdb\x75\x2e\x01\x71\xfe\xf9\xe5\xe9\xd3\xf2\xaf\xb0\x84\x75\x89\xa5\xa4\xed\xdf\xe0\xff\xf8\xe9\xe5\xb8\x8f\x0a\xeb\xea\x55\xec\xe7\xe3\xd6\x2f\x5f\xe7\xc3\x0f\x7b\x1c\xeb\x87\x05\x1f\x2d\x6e\xf2\xf0\xc3\x8c\x6d\x15\x85\x14\xb5\x49\x02\x2e\xc4\xc5\x70\x04\xde\x88\x37\xc3\x05\xb8\x11\xcb\x87\x25\xc4\x50\x19\x65\x27\x3f\x3e\x2c\x55\xca\xe6\xb8\x33\x78\xf7\xe0\x0d\x98\xc1\xbb\x07\xaf\x8e\x47\x04\x56\xd1\x22\x63\x8f\x44\x9c\x14\x37\xc7\x1b\xeb\x31\x51\x53\x03\x0d\xa4\x41\xe9\x06\x1a\x49\xa3\x52\x01\x4d\xa4\x49\x69\x05\x2d\xa4\x45\x4b\x8c\x21\x1b\xaf\x2d\x3b\x37\xd1\x52\x08\xc0\x85\xb8\x18\x5e\x81\x37\xe2\xcd\xb0\xdb\x5a\x59\xb9\x89\xb6\xde\x71\x25\xae\x86\x31\x65\x6f\xc4\xcd\x30\xa6\xec\x42\x2c\x86\xdd\x90\x46\xb3\x1b\xcc\xf6\x25\x6b\x03\x4b\x63\xa2\x36\xf1\xd8\xa3\x9f\x1c\x9b\xe0\x1a\x48\x6e\xee\xaa\xe4\xa6\xfe\xe5\x16\x80\x23\xb1\x5a\x95\xab\x00\x67\xe2\x62\xa3\x0b\xf0\x46\x5c\x0d\x27\xe0\x46\x2c\x86\x19\xa4\x13\x0f\xc3\xcc\x64\x27\xd6\xbc\xb3\x30\xf6\x41\x7c\x18\xe6\xe8\x49\x3c\x0d\x6f\xc0\x27\xe2\x93\xe1\xe6\x58\x58\xa5\xf5\x4e\x59\x91\x20\x9a\xc7\x45\x2d\x2b\xa6\x14\x16\x6f\xdd\x53\xd6\x0c\x9c\x88\x93\x61\x4c\x29\xf4\x44\x45\xcd\x02\x07\xd1\x56\x2e\x6a\x16\x4e\x49\xab\x6c\x9f\x65\xdf\x7e\x92\xa5\x12\x9b\x83\xc2\x29\xe9\xa0\x8a\x9a\x05\x0e\x8a\x10\x8b\x65\xc2\x29\x69\xac\x8a\x5a\xd6\x15\x78\x10\x0f\xc3\x9c\x92\x7e\xab\xa8\x25\x32\x41\xfa\x6d\x3b\xbb\x44\xf8\x2d\xf4\x5b\x45\x2d\x91\x56\xd1\x6f\x15\xb5\x44\xe4\xdd\xe9\x77\x37\xbf\x23\xac\xea\xf4\xbb\x9b\xdf\x11\xe5\x74\xfa\xdd\xcd\xef\x88\x45\xeb\xf4\xbb\xab\xb1\x25\xa1\x9c\x4e\x63\xad\xed\x4b\x42\x26\x9d\xc6\xda\x19\x53\x12\xca\xe9\x34\x56\x45\x2d\x09\xc5\x77\x1a\xab\xa2\x96\xc4\xbc\x69\x6c\x37\x63\x13\x8a\xef\x34\xb6\x9b\xb1\x89\xe5\xd0\xd8\x6e\xc6\x26\xe6\x4d\x63\xbb\x19\x1b\x98\x20\x8d\xb5\x0d\x58\x02\x62\x0f\x5a\x35\xcc\xaa\x80\xd8\x83\x56\x0d\x6b\xb6\x88\xe2\x07\x9b\x6d\x98\x27\x2b\x83\xd0\x93\x61\x55\xae\x30\x76\xb0\xca\x61\x55\xae\x48\x70\xb0\xca\x61\x79\x07\x78\x32\x98\xe0\xb0\x04\xb3\x3b\x58\x78\x42\x98\xa8\x25\x07\xe0\x40\x6c\x6b\x99\x57\xe0\x48\x6c\x6b\x99\x23\x70\x22\xb6\x72\x72\x05\xce\xc4\x56\x4e\x16\xe0\x42\x6c\x4b\x9c\x37\xe0\x8d\xd8\x96\x38\x37\xe0\x4a\x6c\xc5\x17\xe6\xdd\x88\xad\xf8\xc2\x4c\x84\xd8\xd6\xb2\x78\xde\x8d\xbb\xc1\x44\x8b\x31\x00\x1f\xc4\x87\xe2\x20\xc0\x93\x78\xda\xe8\x08\x7c\x22\x3e\x19\xf6\xd8\x3b\x3d\x31\xa1\x2f\x51\x4f\x7c\x72\x3b\x98\x68\xd1\x56\x2d\xb5\xd5\x9d\x55\xa1\x16\x36\x3b\x1f\xf5\xa9\x01\xdb\x61\x25\x2b\xb0\x9f\x4a\x10\x2d\xd6\x15\x38\x13\x17\x1b\x1d\x80\x77\xe2\xdf\x5e\x0e\xc9\xdf\xe2\x77\x81\xd7\xb9\x3e\x9d\x88\x4f\x86\x7d\xca\xc0\x04\x4d\x54\x09\x0d\x38\x11\x27\xc3\x02\x5c\x88\x2d\x93\xb8\x02\x57\xe2\x6a\x38\x00\x0b\xb1\x18\x8e\x8e\x3b\x63\x77\x8b\x1d\x93\xde\xbf\xee\x57\xa0\xff\x77\x2b\x9a\x49\xaf\x0e\xfe\xad\xe8\x19\xc5\x0c\x5c\x88\x3d\xa3\x02\x5c\x89\x3d\xa3\x0d\x78\x12\x4f\xc3\x6e\x42\xf4\x53\x15\xa2\xc5\x1a\x81\x77\x62\xeb\xa3\xea\x65\xc5\x0e\xcb\x4c\x54\x89\x0d\x98\x09\xa2\x2c\x01\x66\x82\x76\xc4\x49\x5a\x81\x99\xa0\x9d\x65\x92\x18\x5b\x88\xcd\xb2\xe4\x99\x24\x16\x9f\xbc\x78\x3b\x10\x53\x4b\x9c\x32\xf9\x94\x29\x03\x17\x62\x9f\xb2\x00\x57\x62\x9f\x72\x03\x9e\xc4\xe6\x49\x72\x4f\xd2\x60\x90\xb1\x19\x6e\xc0\x3b\xb1\x37\x9d\xe7\xbd\xfb\xc1\x02\xd1\x52\x59\x81\x03\xb1\xee\x96\x20\xa5\x81\x27\x72\x6d\xf4\x94\x88\x33\x71\xb6\xe1\x1b\xc3\x14\x72\xbb\xa7\xa1\xfc\xdd\xcf\x10\x08\x1d\xce\x64\x2a\x79\x75\x5e\xc0\x1b\x79\x73\xce\x38\x42\x2e\xce\x99\x4e\x27\xef\xce\x37\xf0\x41\x3e\x8c\x57\xa6\xb9\x93\xef\xce\x23\xf8\x41\xee\x3b\x92\xc3\x61\xfc\xae\xbb\x5d\x87\x23\x1d\x6e\x77\x13\x55\x32\xaa\x12\x9a\x20\x66\x42\x46\x14\xa1\x09\x62\x97\xd5\x44\x4c\x0f\xc4\x3d\x68\xe4\xf4\x40\x45\x4b\x49\x80\x69\x81\xb8\x05\x0d\xa9\x0b\x2d\xd0\xc3\x44\x79\x06\xbf\xe7\x3e\x6d\xbd\x99\x3a\x0e\x99\x5d\xb7\x86\x0e\x87\x93\x7e\x2b\x80\x68\x09\x7b\x63\x67\xff\x9a\x68\x29\x73\x34\x0d\xe8\xde\x06\x6c\x32\xf6\xb5\x09\xe5\x98\xb5\xd3\x02\xbb\x2e\x48\xe1\x70\x5a\xe0\xfd\x9e\xd1\x05\x9d\x0e\x74\x2f\x55\xb0\xaa\x9d\xa5\xaa\x68\xa9\x10\x73\xb1\xed\x62\x20\xac\xb4\x73\x4d\xbb\x1b\x23\x2c\x89\xc6\xe8\x15\x20\xc4\x75\x85\x91\x83\x3b\x41\x45\x4b\xdc\x08\x83\xc6\x8c\xe8\xc3\x91\xe4\xa0\x33\xc3\x37\x08\x6c\x1f\x74\x66\x14\x1f\xce\x30\x74\xc0\x37\x6b\xae\xc0\x74\x40\x45\x88\xfe\xb7\x89\x3e\xd2\x02\x15\xca\x51\xeb\x60\x17\xa8\x68\x29\xa3\xd6\x41\x67\x54\xe8\x70\x86\xa7\x35\x2a\x5a\xca\xb0\x80\x47\x84\x09\x1d\x8e\xd6\x1b\xb4\x4c\x85\x72\x26\x7f\xb7\xec\x64\x1c\x6f\x95\x83\x67\x8a\x09\xe5\x11\x3c\x90\x07\x8f\x23\xe0\x91\xdc\x9a\x0c\x26\x1c\x3c\x6b\x0e\x3b\x25\xe2\x1a\x13\x78\x25\xaf\xb6\x22\x1c\xde\x88\xdd\x9b\x48\x2e\xe4\x76\x32\x67\x26\xd9\x89\xbb\xb5\x47\x06\x1e\xc4\xee\x01\x5e\x12\x07\x8f\x82\xc3\x8f\x82\xcc\x5c\x26\xb1\x6d\xa7\xc4\x39\xb1\x9d\x0e\x71\x07\xb0\xb9\x0f\xa1\x03\x7e\x7d\xc0\xbe\x39\x84\x06\x88\x37\x13\xba\xe6\xe0\xb5\xc2\x84\x72\x8e\xcf\xe4\xd9\x79\x01\x2f\xe4\xee\x18\x0e\x89\x83\x67\x8a\x89\x96\x32\xc2\xb3\x0d\x4c\x84\xb8\xde\xf9\x4e\xee\x1e\xb0\x58\xf6\xc1\x81\x3e\xc8\x58\x57\xf6\x81\x09\xe5\x01\x9c\x2e\xa8\x68\xc9\xde\xfc\xa7\x81\xd3\x5c\x85\xd8\x9b\x48\x80\x77\x62\x7b\x69\xdb\x59\xae\x4f\x93\xd8\x6e\x79\x15\x41\xfc\x7c\x83\x08\x31\xd8\xdd\x4a\x1f\x0f\x72\x5b\x27\xeb\xf8\xd3\x40\xc7\x43\x54\xb1\xbf\x3d\xf5\x89\xa3\x87\x8d\x5e\x11\xdc\x13\x87\xa8\x4d\x56\xc3\x87\x20\x88\x89\x2a\xb6\xe5\xf5\x69\x27\xf6\x37\xeb\x06\x7c\x10\x7b\x6c\xe2\x49\x3c\x71\xf9\xfb\xfd\x25\xea\x7f\xae\x50\xa7\x71\xf2\xe3\x16\xa2\xb6\x26\xbf\xfb\x8e\xea\xe7\x7e\x7d\xb8\xff\x04\xb6\xbf\xdf\x6e\xf3\xf2\x66\x3f\xb8\xd9\x2f\x5c\xcb\x31\x4f\xe7\xcb\xbc\xff\xa8\x77\x7d\xb9\xea\xb7\xec\xdf\x7f\x03\x00\x00\xff\xff\x74\x27\x17\x14\x00\x14\x00\x00"); -func _acafb ()(*asset ,error ){_caga ,_agada :=_gdc ();if _agada !=nil {return nil ,_agada ;};_dgdc :=bindataFileInfo {_b :"UniJIS-UTF32-H",_ffe :243137,_ag :_ed .FileMode (436),_ac :_c .Unix (1580492947,0)};_abae :=&asset {_abe :_caga ,_ece :_dgdc };return _abae ,nil ; -};func _gdbc ()([]byte ,error ){return _g (_geca ,"HKdla-B5-H")};var _afgf =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x84\x9c\x4b\xaf\x27\xb9\x79\x9f\xf7\xfd\x29\xce\xd2\x59\x38\xaa\x0b\xc9\x22\x81\x83\x06\x12\xd9\x86\x85\xc0\x4e\x10\xe5\x06\x04\x59\xf0\xaa\x0c\x10\xf5\x0c\x66\x46\x0b\x7d\xfb\x80\xcf\x53\x52\x22\xc1\xc6\x2c\x1a\xff\x26\xab\x48\xbe\x45\xfe\xde\xfb\xcb\xf3\xab\x5f\xff\xe6\xef\x7e\xf3\xed\xbb\x9f\x3f\x7e\xf5\x9f\x7e\xfc\xbe\xff\x76\xfe\xfc\xb1\xbe\xfb\x36\x7e\x9c\x3f\x7d\xff\x87\x1f\xfb\xfc\x68\xf3\x77\xdf\x7d\xfb\xf2\xe5\xbc\x3e\xc6\x77\xfd\xe7\x3f\x35\xf9\xe9\xbf\xaf\x3f\x7c\xf9\xb2\xc7\xff\xf6\x8f\x3f\xfd\x3c\x7f\xff\x9b\x6f\xeb\xfb\x8f\xdb\xf7\xc6\x1f\x7e\x78\xdf\xfd\xf8\xf8\xd5\x7f\x9e\xbf\xfb\xee\xa7\x9f\x7f\xfc\xe3\xc7\xdf\xfc\xbb\xf1\x7d\x9b\xff\xe6\x63\xcc\xb5\xfb\xff\xe3\x8f\x63\xfe\xf8\xdd\xb7\xdf\x7d\xfc\xcd\xaf\xff\xf9\xb7\xe7\x9f\xbb\x7f\xfb\x87\x1f\x7e\xf8\x3f\xf3\xf7\xf3\xdb\xcf\x1f\x89\xbe\xf9\x6d\xf0\xfb\xe5\x57\xbf\xfe\xa7\xfa\xc3\x3f\xd7\xdf\xcf\x8f\x5f\xfd\xe3\x7f\xf8\xa9\xff\xf4\xb7\xff\x3e\xfe\xed\x3f\xf2\x88\x27\xff\x6d\xfe\xf8\xd3\x77\xdf\x7f\xfb\xb8\xfe\xed\x71\x94\xff\xd7\xfd\x5f\xfe\xf8\xc3\xfc\x38\xdf\x19\xfe\xc7\x7f\xfd\xcd\xdf\x7d\xfc\xcf\xf3\xe3\x3c\x3e\xae\x18\xf3\xf1\xbf\xde\xfe\xff\xfe\x4f\xdf\x8f\xf9\x71\xd8\xba\xa4\xbd\x7f\x3f\xe6\x4f\x3f\xd4\x3e\x7f\xac\xdf\x7e\x37\xbf\x7c\x7c\x7c\x1e\xc7\xd7\x8f\x8f\x8f\xcf\x7c\x7c\xdd\xad\xfc\x84\xe3\xeb\xc7\xe7\x3f\xfc\xfd\x3f\xfc\xfd\xd7\x4d\xe4\x5f\xbd\xff\xe5\x74\x9a\x6f\xdf\xff\x3c\xe6\xb2\x8f\x19\x3e\xcf\xf5\xf5\xe3\xdc\x23\xfe\xff\x47\x5f\xce\xe3\x78\xd7\xfd\x6e\xf4\xff\x5d\x7f\xfc\xf2\x99\x4b\xb8\xbf\x7e\x9c\xcf\x73\x66\x1a\x9d\xc6\x75\xd3\x18\xbb\x71\x87\x67\x37\xe2\x49\xe3\x48\xbb\x51\x13\x8d\x33\xd0\x68\x34\x32\x13\x54\x27\x78\x18\x53\x9d\x20\xdb\x98\x3e\xe1\xb5\xbe\x9c\xfa\xd8\x8d\x51\x9c\x9a\x27\xa3\xee\x46\x3e\x23\x0d\xa7\x3e\x7d\xad\xfb\x04\x0a\x86\x53\x9f\xe7\x6e\x4c\x69\x3b\xa1\x7a\x5e\xbc\x76\x31\x66\xde\x3e\x61\xb6\xc5\xd4\xf7\xb5\xc7\xd4\xbd\xaf\xe7\x93\x43\xa4\xc1\x04\x67\xf2\xc9\xf0\xc9\x5e\xa7\x46\xc9\x61\x0f\x6a\x9c\x36\x36\xa1\xf5\x39\x6d\x14\x1a\x6c\xc8\xc5\x86\xd4\xe7\xe1\x49\x3c\x68\x38\x41\x64\xea\xa7\xf9\x9a\x63\xfc\x9e\x78\xd1\x60\xd1\x4b\xda\x1e\xd7\x89\xfb\x7b\x6a\xcd\x36\x98\xba\x25\x1b\x50\xdd\x58\xe7\xf2\x13\xda\xfb\x1a\x54\xb7\xe2\x13\xa8\xee\xef\x3a\x34\xa6\x13\x24\x68\x9b\x4c\x70\x3f\x7b\xd1\xf6\x6e\x48\xbe\x69\x44\x26\x28\x81\x86\x63\x72\xa2\xe1\xa2\x25\xd2\x70\x51\x0e\xb8\x05\x17\x2d\xbe\xe6\x67\x03\x8a\x16\xfc\xec\xe2\x6b\x92\x93\xf7\x1e\xb4\x98\x3d\x7a\x16\x8d\x4c\x90\x9d\xc0\x8d\xbf\x0f\x28\x88\xe2\x80\x8d\x6f\xe9\x3d\x6d\x26\x48\x4e\x70\xed\xd7\x7a\xda\x47\x5f\x8e\x6b\xef\x68\x07\x3b\xe5\x00\xca\x1d\xec\xe4\x92\xf6\x6b\x83\x2f\x2d\x07\x1b\x32\x18\xf3\xdc\x77\xa6\xe1\x6c\x77\xa1\x21\x2c\xcf\x8b\x86\xe4\x84\x93\xc6\xb4\xc1\x13\x8f\xfe\x0e\x37\x8d\xf7\x35\xd6\xf1\xb4\x4b\x66\x8c\xa7\x7d\x73\x58\xa3\x46\x1b\x89\xc6\xbb\x28\xe4\x54\x17\xbd\x78\xcd\xd3\xbe\xc1\xce\xe8\x42\x19\xb8\x0c\xa1\x1c\x8e\xfd\x64\x72\x58\xf9\x78\xf6\x93\xb9\xa9\x0e\x27\x6b\x4e\x88\x0e\x27\x5f\x3d\xd3\x66\xb9\xf3\x61\xfc\x84\xe8\x7c\x3c\x91\x46\xb3\x91\x68\xcc\xaf\x1f\x17\x87\x33\xeb\xfb\xd2\x43\xa3\x7d\xfd\x08\x17\x07\x35\x5b\xf8\xfa\x11\xca\xc1\x4c\xe0\x2e\x1f\xb0\xf5\xec\xc5\x06\xc3\xfb\x86\x74\x62\x5f\xe6\x38\xf6\x08\xf8\x78\x4e\xc9\xcd\x36\x96\x0d\xe8\x5d\x2e\x98\xf7\xc4\x2b\x3e\x5f\x3f\xee\x9b\x07\x0b\x98\x04\xa1\xb5\xa2\x8b\x00\xd4\x15\xdf\xf1\xfb\x13\x57\x7a\x6c\x44\x1a\x8c\xb9\x8f\x42\x63\x8f\x39\x4e\xa8\x5c\xfb\xf8\x72\xe6\xb3\xd6\xf3\x4e\x96\x90\xae\xaf\x54\xfc\x97\xe4\xe4\x6a\x87\x6f\x32\xac\xbf\xdf\xc0\x7c\x3d\xb1\x52\xb2\xf1\xd2\xc0\xb2\xbd\xd2\x28\x07\x8d\xbd\x83\x25\xf8\xff\x8d\x86\x74\x4b\xc3\x78\xdf\xe2\x53\x91\x58\xf9\x28\xec\xc1\xea\x36\xf8\xd4\xb5\xf7\x33\x04\x04\xdb\x5a\xfb\x98\xe2\xde\xd0\x72\x44\x89\xd9\xcc\x5a\x8e\x34\xbe\x7e\xdc\xc7\x16\x78\xe5\x00\xa7\x21\xa4\x44\xc3\x9d\x2a\x79\x37\xc0\x69\x80\x05\xca\xf1\x9e\x73\x29\xbb\xe1\x79\x9e\x07\x33\x6f\xb6\x89\xc7\xc1\x83\x75\x7e\xfd\x88\xcf\x3e\x82\x72\xa6\xe8\x4b\x27\x8d\x69\xe3\xda\x8d\xe7\x6d\xdc\xbb\x51\x37\xa7\x86\x74\xdb\xb8\x7c\xb2\xa9\x3c\xdb\x26\xe6\x0a\x8e\xe9\xef\x92\x9b\xe6\x2b\x84\x3d\xe6\xb9\x36\x99\x57\x0a\x3e\x49\x34\x86\x8d\x4d\xf3\xd5\xce\x0d\xd3\xc0\x7f\xaf\xfd\xdf\xbd\xc6\xc5\x4c\xe9\x86\xf8\x6b\xec\xd5\x8f\x74\xd1\x98\x2f\xc5\x4c\xbb\x5e\x52\xf6\x77\xdd\xc9\xd5\xd9\xca\xbb\x56\x1b\xfb\xc3\xee\xee\x6b\x5b\x00\x94\xfb\x9d\x60\xeb\x98\x72\xcf\x77\x4c\xa0\xd1\x6c\x6c\xf2\x03\xb2\x32\x9f\x5b\x49\x95\xb0\x65\xe5\x13\xee\x3d\x73\x10\x68\xe7\xb9\xa9\x0f\xe0\xe2\x48\xd1\xc6\x3b\x7e\x93\x16\x83\x1f\xb9\x85\x5b\x89\x51\x6a\xf8\x82\x28\xd2\xcf\xad\x21\x4a\xec\x2e\xb3\x25\x5d\x89\x5b\x7f\xa6\x73\x4b\xf1\x92\xd8\xbe\x58\x18\x9f\xd0\xd9\xf9\xdc\x22\xb0\xa4\xf4\x4e\xb6\x69\x4e\xc3\x8d\xdd\x62\xa6\xa4\xb9\xd7\x8c\x61\x33\x47\x49\x40\xee\x3c\xb6\x04\x2b\x39\xbd\x6b\xee\x27\x19\xb5\x16\x1f\x8e\x29\x03\xa0\xf8\x70\x32\xb9\xde\x36\x1e\x1a\xcb\x06\x63\xb6\xa4\xd8\x42\x8b\xd9\x9a\x5b\xf8\x36\x92\xaf\x15\x1a\x8f\x4f\x98\x5a\x4d\x76\x47\xa6\x46\x93\xc5\x87\xd3\xc9\xcd\x4f\x78\x9f\x34\x45\xe0\x45\xa3\xfb\x04\x0a\x38\xb7\xf8\x70\x54\x19\xb1\x99\x51\xed\x25\xf7\xe0\x13\x28\x90\x87\xcf\xc4\x04\x43\x35\xe0\x04\x32\x24\xd2\xa2\xe4\xd7\x06\x71\x82\xa1\xdd\x92\x98\x60\xfa\xd9\x1c\x69\x9e\xee\x0e\xa7\x98\xdd\xd1\x87\x53\xc8\xeb\xa0\xc1\x29\xe6\xe5\x91\x14\xbe\x74\x49\x28\x47\x9a\x97\x84\xc2\x60\x99\x53\x88\x0f\xe7\x9b\x61\xfc\x8c\xec\x2d\x79\xa9\x7b\xd2\x5e\xb4\x84\xcb\x3d\x08\x34\x24\x87\xd3\x2e\xe0\x20\x5f\x9c\x4f\x41\x41\xc4\xe7\xf2\xb5\xe4\x13\x27\xd0\x02\xd8\xa2\xab\x94\xe0\xc9\x01\x8a\x12\x3d\xb9\x54\x68\xa8\xbc\x9e\xe3\x17\xa4\x64\x29\xc9\x61\x5b\x17\x95\x92\x04\xc9\x05\x11\x88\x89\xf8\x5c\xac\xfb\xbc\x14\xb1\xee\x93\x6d\xb0\x14\x32\x23\x5f\x40\xa1\x54\x37\x08\x0e\x2a\xa0\x2c\x5f\x9c\x7e\xa9\xae\x13\x1c\x13\x7d\xc2\xd4\xaf\x6d\x1a\x1d\xe3\xa2\xf7\xde\xe1\xd2\x3c\xe3\x87\x6d\x78\xf1\x77\x43\x68\x93\x50\x04\x55\xe9\xea\xf0\x87\x75\xba\x76\x26\x50\x28\x43\x15\xfc\xb0\xe8\x70\x9d\xcc\xd4\x2f\x2e\x1e\xa8\x9e\x2f\xd5\xac\xa3\x3c\xc7\xb8\x2d\x65\x4a\xb5\x47\xa4\x44\x41\x41\x95\x32\xdf\xd9\x7c\x02\x3b\x60\xf6\x96\x32\x65\x87\xec\xd4\xcb\x03\xa7\xb1\x44\xf3\xbd\x1b\x35\xbc\x9f\x90\x68\x20\x52\xb0\x56\x4a\x0d\x62\x69\xdb\x17\xa5\x46\xf9\x69\x9b\x3b\xa5\x46\xa9\xe6\x48\x6a\x42\xbf\xdd\xb1\xd0\x38\x7d\xcd\xc6\x4b\x9b\x0d\x69\x83\x03\x6a\xf2\xe4\xb6\x4e\x2b\xf5\xb5\x97\x8a\x8d\xea\x6b\xd0\x96\x5e\x56\x65\x9d\x47\x98\x4a\xdb\x03\x4c\xef\xe7\xa6\xa1\x55\x54\x6c\x78\x72\xdb\xc6\x2a\xb5\xba\xf1\x70\x4d\xad\x8e\x41\xf8\xd7\xd7\x92\x2a\x36\x8a\xeb\x40\x41\xf5\x18\xe1\xa7\xda\x3c\x92\xc0\xd4\x4d\x56\x45\xc4\x69\x37\xe7\x1b\xe5\x57\x5f\x69\x13\x58\x47\x69\xf3\xce\x86\xb4\x89\x4f\x70\xb6\xee\x13\x3e\xa1\x89\x10\x4f\xa1\xbf\x53\xf3\xa5\x43\xc6\x0f\xec\x35\xda\x28\x07\x44\x42\x1d\x2f\x39\x34\x5e\xb8\x44\x68\x13\x2e\x01\x58\xd6\xe9\x01\x23\x30\xeb\x74\xaf\x61\x8c\x3a\x5f\x33\x91\xa9\xa7\x22\x01\x2e\xa9\xaf\x4c\x81\x4b\xea\x12\xe4\x30\x46\x5d\x7e\x42\xdc\x63\xb4\xe9\xe3\xc3\x69\xb7\x17\x3b\xdb\x29\x28\x2d\xba\x28\x62\x51\xfb\x3c\x3e\xe9\xa6\x81\x0a\x0b\xf0\x8f\xf6\x79\x7c\x92\x8d\xe6\x93\x48\x43\xbc\x25\x1b\xc3\x27\x9b\x9c\x26\xc4\xc2\xb6\x7a\x4a\xc3\x04\xbd\xd4\xae\xed\xd5\x2d\xe0\xa0\x6d\x79\x10\x0b\x62\xa8\x61\x9b\xde\xc7\xed\x10\x67\x76\xb2\xc7\x99\x8b\x0d\xd1\xe2\xcc\x55\xf0\xc2\xb3\x4d\xb3\x23\x14\x9f\x40\x67\xe4\x48\x5b\x75\x36\x18\xab\xbd\x5a\x2b\x33\x5b\x73\x36\xe0\xd6\x30\x55\x72\x84\x4d\x1b\x7a\xf7\x28\xc9\x06\x5b\x90\x91\xcb\x4d\x2d\x1e\x4f\x1b\xdd\x27\xe1\x97\xe4\x65\x43\xbe\xe4\x88\x46\x6a\xfd\x95\xed\x90\xd7\x5d\x17\xb3\xa2\x01\x98\x1c\x31\x2b\x1a\x62\x28\x66\xd8\xa9\xa9\xc9\xe3\x69\x23\xfa\x84\x2f\xc7\x45\x8e\xd9\x0d\x1e\xf3\xeb\xc7\x73\x66\x1f\x2c\x1f\x40\xea\xe4\x4c\x22\x9a\xa6\xe1\x48\xc7\x2c\x35\xd3\x35\x2f\x5f\x73\x4d\xa9\x51\xd7\x65\xa9\xd1\x16\x8a\x08\x91\x36\xb1\x6b\x33\x32\xa0\x4d\xbf\x0d\x90\xb6\xe5\x04\xce\xb6\x71\x19\x32\x22\xa0\x2d\x04\x4a\x44\x5a\x36\xfc\x9a\x1c\x61\xa6\x8e\x76\x3b\x03\xb2\xaa\xa3\xdd\x72\x7c\x1b\xef\x98\x42\x03\x8c\xe6\x77\x0c\x18\x8d\x48\xa4\x2e\xae\x33\x32\xb1\xc7\xfb\xeb\x47\x92\x2f\x7a\x74\xd3\x10\x07\x3d\xba\x69\x88\x83\x1e\x93\x4f\x6c\x74\x1b\xcc\x1c\xdd\x4e\xf4\x4a\x07\xc9\x11\xaf\xbe\x74\x84\x65\x8e\xf0\x39\x3e\x68\xd4\xca\xea\x49\x9a\x61\xf3\xae\xe0\x8c\xef\xf8\xfc\xf5\x23\x17\xb0\xdb\x93\x24\xbf\x73\x49\x32\x1c\xdb\x91\x9b\x77\x38\x9d\x58\x62\xb6\xff\x56\x7a\x7a\x89\xf1\xc9\xf4\x09\x5f\xb3\x39\x29\x67\x97\x7c\x3c\x1a\xbf\x19\x03\x34\xe6\x64\xc3\x7d\x76\x19\x39\x29\x3a\x99\x9c\x94\x41\x78\xaf\x6e\x0d\xda\xbc\x6b\x1b\x47\x64\x41\x87\x93\x62\x86\xe3\x7b\x95\x34\x64\x41\x6f\x32\x02\x06\x4a\xdf\x92\x32\xe1\x83\x97\xbe\x05\xe5\xa5\xa0\xed\x5d\x92\xb1\x59\x3b\x48\x8f\x05\x3e\xea\x5b\x68\x3e\xf9\xf6\xff\x4e\x05\xbf\xf7\xe9\xc9\xc0\xe2\x7d\x4a\x0b\x2c\xde\x5f\x9c\xa1\x96\x3b\xc6\x52\x2c\xe2\x64\xb9\x0c\x5a\x55\xb7\xff\x51\x6f\x0c\xe5\x5f\x01\x41\x03\xd0\x44\x5c\xb3\x32\x82\x63\x8a\x63\x24\x0d\x38\x8c\x28\xab\x14\x1b\xa7\x4f\x22\x8d\x68\x23\xd1\x90\x50\x1c\xad\xb1\xbd\xd8\x92\x92\x6f\xd5\xed\xd1\xba\xca\x1b\xc4\xe0\xcc\x8c\x41\xc4\x02\x80\x86\xa0\x49\x70\xf7\x48\x9a\xf3\x1c\xe7\x78\xb4\x04\x10\x65\xc3\xe3\x2c\xc0\x69\x78\x68\x05\x08\x19\x42\xc8\x09\x7e\x18\x1c\x5a\x2c\x40\x60\x28\xfe\x12\xfc\x30\xf0\x67\x63\x41\xd8\x8c\x76\xdb\x60\x02\x8c\xf6\x9c\x82\x0d\x3f\x0d\x75\x60\x40\x22\xa7\x60\xe3\xf1\x09\x9f\x80\xc8\xcc\x09\xc5\x67\xa8\x22\x16\xac\xca\xa1\xcd\x8d\x2d\x33\x8c\x0f\x24\x30\x3c\x14\x9f\xe5\xb9\x7e\x49\x48\x0e\xa5\x5f\x42\xf5\x0d\x7d\xe2\x04\xdd\x53\xa9\x90\xa0\x7b\xea\x21\x25\x48\x9d\xef\x36\x42\xdd\xc4\x4e\x49\x07\x8a\x74\xca\x6f\x09\x46\x30\x44\x92\x0e\xa6\x9e\x84\xf4\xd2\xc1\x66\xcd\xc7\x45\x51\x49\x13\xa3\x25\xe9\x2f\x4f\x5d\xb9\xf4\xd8\x70\x02\xc9\x31\x92\x92\x80\xe5\x44\x5b\xa5\x43\xda\xe4\xb1\x04\x46\x89\xb1\xec\x27\x10\xaa\x59\x9b\x32\x13\x78\x76\xb7\x0f\xde\x99\x19\xf2\x1e\x1d\x48\x9e\xd5\xcd\x06\xc9\x04\x63\xce\x44\x28\xa7\x4c\x5d\xac\x94\x21\x4d\xd3\x26\x21\xf4\x27\xa6\x4d\x3a\x24\xad\x49\x9a\xd4\xe8\x4b\x26\x84\xd1\x1b\xb4\x21\x7c\x51\xa6\xfb\xfe\x60\xe7\xcc\xe1\x16\x14\x68\xdb\x76\x68\xb9\x81\xf8\x5c\xef\x5b\x8c\xc7\xc8\xc8\xfa\x6b\x93\xa3\x4a\x0a\xc3\xb9\x19\x33\x9d\xd1\x07\xd3\x07\x7b\xc8\xf2\x0c\x1f\x7c\xee\x85\x30\xcf\x0f\x4a\x6b\x21\x65\xef\x88\x86\x5e\x58\xa1\xc1\xa3\x5e\xcf\xe1\x6b\xfb\x3b\x97\x1f\xad\xeb\xb5\xda\x4b\x40\xa1\x01\x22\x74\xbd\x56\xdf\x63\xd2\xe5\xd4\xfd\xf4\x09\xb3\x6d\xdd\x7d\x97\xc7\xb7\xba\x0f\x78\x4b\xe5\xaa\x4b\xb5\x06\x01\x25\x82\x58\x65\xcd\xf7\xc9\xfe\xb4\xb5\x8a\x8d\xf8\xe5\xb3\x1e\x41\xd2\xf6\xb7\xd5\x43\x45\x85\xd3\x53\xdf\x38\x0d\x4e\x4f\x3d\xc0\x67\x40\x00\xd4\xc3\xd0\x06\x1e\x50\x3d\xb4\x85\x36\x01\xf5\x10\x50\x38\x40\xf5\xc0\xae\x49\xf7\xdb\x70\xd7\xb7\x67\x53\x8f\xea\x32\x37\x63\xf4\x6b\x71\x66\xea\x31\xa4\x66\x6b\xd7\x7a\x68\x1e\x1c\x19\xd2\x06\x47\x18\x18\xaf\xd5\x89\x27\x51\x0f\xad\xce\x23\x40\xcc\x9f\x6c\x4b\x66\x5e\x6f\xac\x74\x8f\x3f\xb7\x0e\xbf\xb6\xc8\xaa\xe7\x56\xe1\x04\x9b\x2b\x12\xf7\x0a\x9b\xaa\x36\xe3\xf5\xf5\x23\xe0\xf9\xf4\x6b\x6f\x71\x24\xbc\xdd\xef\x0d\xc5\x88\xbe\xeb\xf7\x36\xb2\x23\x4a\xb1\x87\x2d\x38\x63\xd8\x56\x57\x27\x40\x81\x46\xea\x69\x3b\x5a\x71\xf3\x57\xcf\x1a\x2b\x84\xe6\x7b\xc6\x06\xce\x84\xe6\xfb\xeb\x57\x13\x9a\xef\x65\xeb\xfd\x74\xf1\xdf\x2d\x97\xd2\xb1\xc5\x7c\xaf\x9b\xcc\x74\xee\xad\x18\x69\x1f\x73\x7e\x36\x6b\x8c\x67\xb3\x70\x26\x20\x3d\xea\xde\x95\x7c\x6e\x01\x37\x90\x34\x05\x56\x98\x8d\xf9\x8f\xb2\x4f\x75\xf6\x6d\x4c\x9d\xe7\xb1\x45\xc3\x9c\x84\x7f\x2e\x3e\x73\x1d\xc8\xfe\x13\xf4\xad\x03\x93\xf0\x24\x72\xb0\x4e\x74\xf9\x95\xb6\xf4\x5f\x17\xf2\xe8\x7a\x36\x37\xaf\x00\x7c\xaf\xb8\xa7\x5e\x09\x58\x5c\xe5\xf8\x4b\x4f\x3b\xc4\xbf\x92\x89\xab\x20\x56\xe5\x8d\x55\x38\xf2\x3b\x6d\xfc\xac\x02\x3f\xdf\x88\xef\x85\x8b\x77\x11\x40\x5b\xf8\x71\x17\x3a\x7f\xe1\xb5\x3c\x99\x57\xf6\xe0\x7b\xcb\xc9\x55\x37\x40\xae\x73\x6b\xbb\x65\x6c\x3f\x1d\xc7\xb5\x1b\x51\x80\xec\x53\x58\x4d\x7b\xe3\xe1\xbb\x5a\x7d\x9f\xf0\xda\x96\x38\x37\x11\xba\xf5\xda\xcd\xb8\x0e\xeb\x35\x73\xf1\x16\x16\xa6\x60\x22\x44\xb6\xda\x52\x2c\x6d\x8b\x73\x69\xaf\x65\x3c\x87\xd5\xb7\xea\xcd\xa0\x61\xf5\x28\xd8\xb7\xc8\x5e\xaf\x55\xf5\x6c\x03\x63\x69\x15\x25\xbc\xe3\xd5\x5f\x36\xda\x7a\x67\xf5\x47\x36\xd8\xe2\x73\xf5\x0d\xb9\x10\x02\x43\x5e\x0e\xdf\x46\xcd\xea\xdb\xc8\xbd\xcf\xad\xec\x57\x7f\xb9\xe0\xb1\xe1\x47\x3e\x10\xc6\xe9\x93\xb6\x59\x1a\x0b\xf9\xd9\xf2\x76\x99\x16\xc8\x78\x24\x0b\x85\x98\xee\xcd\x77\x6b\xb0\x13\x17\x5b\x34\xb6\x48\xba\xaf\xed\xc2\xac\xf1\xa7\x35\x68\xec\x69\xef\x6b\x8b\xe4\x35\x5e\x29\x4a\x03\xce\x79\xc3\x23\x6b\xbe\x5f\xb5\x85\xf5\x9a\xa6\x1e\xd0\x57\x8b\x90\xfe\xfd\xb0\x91\x53\x5b\xef\xd9\x6a\x64\xa1\x3a\xae\xcc\xe8\xed\x05\x3c\x47\xfe\xd7\x23\x37\x6f\xd6\xf0\x3a\xbe\x7e\x7c\xa2\x98\xbe\xfc\x29\xeb\xb8\x4f\xe2\x2b\x69\x93\xb8\xfb\xb6\x01\xfb\xb9\xe9\x20\x7b\x42\x26\x00\xd6\xd9\x3f\x93\x3e\xc2\xe1\xcf\x16\x53\x9f\xf9\xc1\xcb\x28\xc6\xae\xb3\xf3\x65\x24\xe0\x93\x88\xc9\xe7\xcd\x2b\x9f\x39\x1b\x31\xc6\x0d\xcb\xd9\xb1\x99\x94\x48\xce\x9b\x25\x72\xde\x3a\x71\xff\x54\x39\x9c\x9c\xa3\xf3\x15\xf3\x76\x8f\x29\xc1\x90\xec\x2b\xf6\x15\xfa\x26\x7d\x58\x6e\x0f\xd2\x3a\x97\xbd\xb9\x9f\xb9\x98\x64\x43\x34\xe7\xe2\xba\x06\x92\x1e\xa0\x91\x4b\x73\x0d\xa3\x46\x6c\x7f\x2e\x9b\x57\xf7\x0f\x81\x93\x87\x44\x45\xe9\x8e\x35\x3f\xf3\xf0\xbd\x30\xe4\xfe\x71\x8d\x62\xca\xd2\xf9\x86\x39\x33\x13\xa9\x43\xfa\xa6\xb9\xb7\x13\x5a\xb6\xfc\xdd\x3f\x66\xc3\x2e\x33\x9c\xd5\xbe\x37\x1f\xea\x7b\x9d\xbe\xf5\xbe\x47\xdf\x56\xbf\xfb\xe7\x4d\x54\x9a\xcf\xbc\x77\x9f\x61\xa0\xe7\x4c\x24\x15\xdd\x17\xa3\x41\xcf\xf9\x90\x5b\x8c\xcd\x3e\xe2\x19\x67\x36\xe3\xb9\xe8\x33\x49\x76\x92\xa1\xa8\x09\xfa\x2a\x2a\xf8\x21\x5e\x99\xeb\x73\xd9\x17\xcc\x6f\x9a\xf9\xcc\xf6\x99\x16\xe4\x8c\xaa\xfb\x5c\xab\x49\xc4\xcb\x04\x67\xb1\x8f\x78\xcd\x75\xb3\x46\xe5\xdb\x2a\x36\xea\x73\xdd\xe6\x3e\x5d\xa3\x99\x9a\x24\x8f\x42\x58\xe6\x33\x1b\x76\x79\x2e\x73\xb1\xdd\xf9\xba\x49\x47\xbf\xb7\xfb\xbd\xc3\xb1\x64\x6a\xea\x48\xf6\xbd\xd9\x5a\xfb\xa4\xd9\x54\x33\x9c\x99\x51\x09\x9f\xb9\x4e\xc7\x82\x53\x82\x31\x9f\xb9\x12\x81\x7b\xb2\x79\xe3\xe5\x7c\xef\xde\x3f\xa6\x4e\xf9\xde\x66\x9c\xf6\x22\xa9\xd3\x3c\x8f\x16\x1c\x9b\x7d\x6f\xd0\x27\x4e\xaf\x42\x9e\x33\x3a\x16\xd1\xfb\xe0\x52\xe7\x16\xa3\x7d\xd2\x5c\x4c\x9b\xb2\x57\x06\x57\x9e\x6c\x92\x35\x5d\xf6\xf1\x9e\x99\xba\x96\xd8\x17\x43\x25\x4f\x21\xdb\xde\x3c\x0f\x65\xf5\x53\x6e\xd6\xe8\xe0\xb4\xb9\x07\x89\xf3\x68\xe2\xb4\xe1\x5c\x3d\xd8\xde\xb9\xcb\x83\xaf\xf7\x6b\x1e\x1c\xd9\xfc\x99\x75\x22\xb3\xb9\xe4\xee\x1a\xfa\x92\xb9\x90\xb1\xef\x15\x59\xd2\xfb\xdb\xb7\xb1\xd1\x3d\xb7\x57\x3c\x17\x72\xd7\xdd\x73\xeb\x06\xe4\xf1\x6f\x72\x1f\xec\x55\xc7\x4c\x29\x87\x99\xdf\xc9\xde\xeb\xef\x95\xe3\x26\x47\x1a\xd8\x83\x11\x95\x43\xd1\x04\x2f\x34\xbf\xde\x17\xee\x4e\x1e\xd2\x3c\xde\xbd\x02\x2f\x23\x35\xfb\x86\x7d\x8e\x05\x07\xc3\x28\x65\x79\xcc\xea\x3e\xf6\x15\xfb\x78\xef\x19\xf6\xb9\xcf\xc8\x88\xe1\x1e\x0c\xa3\xd6\x85\x33\x1f\x35\xd9\xe7\xba\xc8\x4e\xdc\xb5\xcf\xac\xd3\xf5\x14\xce\x1c\xb5\xf2\x99\x87\xd9\x28\xf4\x71\xc6\xa9\xfa\xcc\x43\xc3\x13\xed\x99\x87\xbc\x3f\xf4\x79\x0f\x68\x9e\x9e\xd1\x34\xa9\x46\x22\x28\x4f\xe5\xa4\x3e\x51\x20\xb7\x93\xa7\xdf\x3b\x8d\x31\x60\xd8\x64\xf4\xce\xfe\x99\x26\x91\xcd\x0e\x3b\x1f\x7b\x10\xce\x44\x9e\xd7\x3d\xd0\x11\x0a\xe7\x9b\x52\xee\xf6\x91\xb2\x3c\x4d\xf5\xba\x07\xb3\x3a\x96\x7d\x99\xe2\x40\x57\x27\x28\x73\xa6\xbc\x3f\x71\x49\xc3\x59\xcc\x32\x47\xfb\x1e\xf2\xc0\xa6\xbd\x1b\x78\x99\xdd\xdc\xf0\xc1\xba\xbd\xda\xd7\xe9\x43\x76\x4e\x31\x34\x89\x32\x84\x8b\xcc\xfa\x1c\xd2\x02\x86\xc2\xe5\x1e\x88\xa1\x89\xe2\x0f\x58\xb6\x79\x2e\xbf\x77\x41\x33\x09\x86\x3c\x97\x34\x2f\xdf\x23\xb9\xbe\xdc\xe7\x85\xf9\x17\xae\xc7\x04\x76\xb5\xcf\xf7\xe0\xcb\x25\xfe\x5e\x5f\xe6\xe6\x2c\x57\xf2\x3d\xb0\x16\xac\x68\x59\x62\x6d\x3d\xe6\xb0\xe1\x8f\xa5\xae\x5d\xe0\x2a\x10\xb4\xcf\xcb\x3d\x5d\x44\x2f\xc3\xb6\xd2\xd5\xf2\xff\x42\xb9\xcf\xab\xe6\xf3\x6a\x0e\xc1\x7e\x0c\x96\x54\xac\x9e\xed\x2b\x26\xb2\xcd\x5d\x73\xfc\x6b\xd8\x87\x38\x5b\x03\x98\x2c\x22\x83\xc1\xba\x9e\xa5\xba\x5a\x38\x7e\xc1\x70\x3b\x3e\xd0\x67\x39\x08\xb3\x85\x80\x2f\x85\x69\xbc\x7f\x78\x2f\x10\x51\x39\x10\x5d\xe5\x88\x42\x96\x78\xeb\x81\xca\x29\x07\x50\x0c\x81\x90\xc6\xf1\x38\x1f\x6c\x16\x02\xa1\x25\x5c\xa3\xfd\x63\x8e\xfb\x31\x93\x7d\xd2\x27\xc4\x02\xa9\x19\x7c\xa3\xcf\x72\x08\x9d\x40\x80\xf7\x00\x3a\xe5\x20\xbe\x14\x22\x81\xa7\x03\xb1\x52\x0e\xb2\x75\xc1\xd0\x22\x0e\xcf\xfe\x61\x0d\x7c\x90\x72\xfa\x6d\x27\x91\x99\x10\x09\x0f\x9c\x29\xd9\xc7\x11\x26\x3c\xc4\x93\x23\x2c\xe7\xf3\xf6\x65\x72\xe0\x37\x7d\x04\x4b\x42\x22\xe4\x79\x76\xe7\x43\x85\x05\xe3\x15\x27\xa2\xb0\x9c\xae\x9b\x08\xbf\x5d\xae\x7b\xe1\x2d\x07\x73\x6a\x57\x88\xf4\xe9\x4b\x9a\xe5\xba\xd2\xdb\xc7\xfe\x19\xb9\xbf\x36\x0f\x7f\x96\xcb\xbd\x7a\x9c\xcf\xbd\xba\xaa\x7d\x38\xfc\x57\x85\xe6\x6b\xab\xdd\x8b\xdd\xbb\x1a\x14\x5f\x52\x67\xa8\xfb\x92\xba\x0b\xd7\x32\x64\xe2\xf4\xd7\x60\xa7\x2e\x19\x2a\xf3\x65\x17\x0c\x55\x2e\x8c\xe7\x40\x35\x53\xb9\x96\xf3\xf9\x65\x99\xb8\xd8\xed\x97\xdd\xc9\x35\x38\xc9\x1b\x65\x55\x6e\x29\x2e\xf8\xf9\xb7\x14\xdf\xc4\x48\x82\xa1\xbb\xbb\x82\x82\x1b\x77\x3e\x18\x41\xbb\x3b\x6b\xdc\xd2\x82\xa0\x2e\xb7\xb4\xdc\x46\xae\x0f\xf2\x67\xf7\x74\x0d\x62\x89\xf1\x20\x68\x7e\x63\x54\x95\x1b\xfa\xe2\xc1\x49\x06\xe9\x0b\x66\x51\x0f\xd2\x94\x61\x7b\x47\x9f\x25\x98\xba\x3c\x88\xa8\x05\x18\xb4\x04\x83\x71\x78\xd9\x25\x48\x73\x80\xb3\x22\x25\x1e\x25\x74\xd6\x08\xae\x81\x3f\x5a\xa2\x6b\x44\x73\x75\x27\x11\x8f\x88\x91\x56\xa2\x29\xbb\x93\x60\x4b\xc4\x48\x2b\x11\x8e\x89\x18\x5a\x25\x26\xc7\x3e\x6f\x1f\x63\x5d\x37\xa2\x60\xe3\x45\x60\x32\x76\x38\x21\x62\x80\x46\x2b\x26\xe2\x80\xe6\x28\x2d\x08\xa4\x92\xa4\x25\x99\x4f\xa6\x18\xaa\x24\x91\x96\x30\x50\x22\xf5\x4d\x25\x61\x48\x97\x44\x3c\x2d\x9a\x3a\x4f\x28\x92\x92\xa4\xe5\xce\xcc\x27\x2d\xc9\xb4\x85\x09\xfb\x34\x9c\x8f\x7c\x41\x0c\x60\x23\x4d\xbe\x37\x99\xa7\xfa\x53\x39\xc2\xb0\x8f\xf9\x02\x41\x59\x9d\x93\xa2\xd3\x61\xbc\xa0\xe8\x74\x94\xc7\xf7\x0c\x65\xeb\x74\x94\xec\x77\x18\x74\xcc\x5b\x13\xee\x1f\x73\xff\x70\x51\x46\x21\x96\x6c\x82\x3a\x39\x56\x89\x93\x1f\x93\x61\x24\x8c\xf2\x13\xed\x7b\x6b\x2f\x48\xee\x63\xe4\x96\xfc\x56\x77\xc0\x81\x59\xc9\xf4\x3a\x36\x27\xa1\x6c\x1d\x9b\x92\xdf\x22\x98\xdb\x4a\x09\x69\xa9\xef\x7b\x56\x42\xb8\x6e\xb3\x18\x20\x5a\xf6\x30\xec\x33\x2b\x45\x9c\x2c\x37\x38\x35\x1b\xc6\x3a\xa5\xb9\xfb\x1d\x6f\x0e\x12\x1c\xe4\x2e\x7d\x66\x1f\x31\xfe\x4b\x1e\xb7\x7d\x16\x5d\x3c\xf6\xbd\xef\x99\x57\x74\xbe\xd1\xed\x93\x3e\x82\x85\x44\x60\xf6\x8f\xdf\xc1\xf9\xe6\xe9\x77\x18\xa0\x17\xbb\x79\x3a\xdf\xb4\x2e\x23\x5b\x15\x31\xed\xb3\xa8\xa4\x58\xce\xe0\xd8\x65\x1a\x37\x59\x16\xe1\x77\x18\x4a\x3c\x8b\x85\x0a\xac\xab\xc3\x97\xaf\xb7\xe0\x21\xdb\x37\xed\x23\xc3\x1e\x7d\xcf\x78\x85\xbc\x50\x30\x9a\x4b\x31\x49\x89\x17\x5f\x4a\x64\x4f\x8b\xb1\x84\xeb\xad\x50\xf0\x3d\xe3\xc3\x97\xc5\x00\xe2\xb9\xe8\x83\x5f\x64\x15\x8a\x92\xbd\x98\xbb\xbe\x08\x93\x97\x27\xd9\xf7\xd8\x67\x91\x43\xb1\x4f\xfa\xde\x52\x05\x78\xd0\xca\xd8\x7c\xb1\xcf\x45\xa9\x5b\x9a\xdf\xc6\x1e\x14\xe5\x6e\x31\xb4\x79\x59\x9f\xd1\x1c\xdb\xa4\xef\x39\x7f\x51\xd9\x97\xd2\x24\xbf\xbf\x43\xd8\xb6\xfe\xf6\x71\x34\x94\xfa\x15\x1c\xd5\xcf\x52\x0c\xf8\x5e\xc5\x9a\x86\x60\x9f\x24\xa0\xd8\xcb\x90\x04\x21\x81\x9f\x52\x8a\x90\xb0\x08\x37\xdf\x56\x9c\x28\x5a\x8b\x41\x14\x6c\x9a\x52\x96\xef\x59\xe7\x82\x0f\x5b\xca\x72\xcb\xb5\x59\xa9\xcc\x2d\xd5\xa3\xae\xc6\x59\xee\xdb\x3e\x8e\xab\x46\x93\xf5\x16\x05\x60\x5f\x15\x8b\x72\xb3\x25\x46\x38\xaa\xfb\xc7\xd2\x8a\x64\x29\x02\x30\xae\xc6\xf3\x6f\xc2\xfe\xd5\xe3\xb2\xea\x36\x5b\x11\xa2\x6f\x5a\xaa\x2c\xaa\xe8\xaa\xd5\xf7\x8c\x47\x58\x83\x51\x55\x39\xd5\xe3\xa2\xec\xb9\x54\x8f\xcb\xf2\xdc\xfc\xd6\x29\x34\xf6\xb4\x1a\x5e\x57\xec\x55\xd9\xb1\x9a\xdb\x0d\xec\x4b\x95\x1d\x71\x3d\xcf\x4c\x79\x5f\xa9\xa3\xd8\xf7\xa6\xec\xed\xf3\x3b\xdc\xe7\x00\x64\x71\x4a\xf7\x0f\xb0\x0b\xb7\x25\x04\xee\x8b\x59\xb1\x60\x41\xc8\x04\x62\xd5\x28\x69\xb0\x5e\x43\x55\x5c\x61\xbd\x1c\x2c\x8d\xc0\xb6\x2d\xd5\x34\x6c\xb0\xda\x61\xb9\xae\x67\x14\xa0\xa5\x79\x46\x96\x09\x67\xc5\x37\x95\xc1\xfb\xc7\x2a\x81\xb7\xb2\x80\xbd\x7a\xc3\x87\xe1\xad\x29\x88\xf6\x49\x33\xea\xb9\xc5\x69\x9f\x59\xf8\x64\xb5\x00\x67\xd9\xac\x41\x53\x1d\x34\xc5\x72\x7b\x6b\x48\x92\x7d\xc1\x3e\x69\x29\xd6\x13\x14\xfb\xfc\x0e\x32\x76\x4d\xe3\xab\x55\x45\x3a\xe2\xac\x55\x69\xb1\x02\x32\x14\x2b\x06\xfc\x0e\x33\x67\xc4\x48\x4b\xab\xc3\x3e\x73\x83\x24\x44\x9a\xa2\xba\x89\x03\x8d\xc8\xd6\xa4\xf9\xad\x23\x21\x0d\xd3\x5a\xb5\xcf\x2c\x25\xa6\x87\x3e\x76\x69\xaa\x67\x8b\x2a\x9b\xea\xb9\xc9\xab\x26\xcc\xda\xf0\xbd\x61\x5e\xde\xb1\xc4\x2d\x4a\x53\x7c\xc7\xd3\x94\x7e\xb6\xef\xad\x48\xe0\xdb\x86\x7b\x6f\xe9\x73\xbc\x4c\xc9\xbb\x57\x6f\x2e\xf5\x32\xcf\xef\x5e\x4d\x33\xba\x16\x12\x28\xaa\xdb\xb4\x52\xe0\x32\x51\x2f\x2d\xeb\x2d\x0b\x60\x0d\xc5\x77\x13\x43\x91\xbc\x55\x5b\xd2\xb2\xcc\x37\x5b\xc6\xb1\xa4\xc5\xb2\xb6\x6c\xad\x80\xaa\xbd\xbd\x39\x5a\x93\xf4\xe2\xaa\x07\xbf\xf7\x32\xbf\x1f\xec\x4b\x26\xf3\xc9\x45\x8b\xab\x1e\xde\x04\x3d\x69\x64\x65\x84\xb1\xe2\x98\x51\xb1\x3d\x3e\xf6\xf9\x6d\x6f\x22\x7f\xda\x67\x7d\x45\x30\x07\xef\x1a\xc9\x35\xcc\xa4\x2b\xe6\xfb\xe3\x7c\xd1\x8c\xfa\x6d\x9f\xf5\x03\xc8\x9c\xae\x59\xd0\x1f\xc7\x9a\x1e\xd7\x04\xe8\x16\xac\x64\x73\xe1\xca\x97\x6e\x4d\x5b\x26\xdb\xd4\xc5\x64\xaf\xef\x7c\x26\xdd\x93\x7d\x9e\x2f\xf9\xae\x5e\xb3\x7d\xee\xe9\x63\x0a\xde\xef\xb5\xc4\x2d\x9b\x24\x57\x95\x74\x6b\x95\x23\xaa\xa4\x37\xd7\xb5\xc6\x2d\x9b\x32\x57\x36\x75\x2b\x25\x2d\xd7\xe8\x9a\xcd\x6f\x4c\x26\xc2\x5b\x5d\x93\xa2\x77\xcb\x0d\x90\x6b\x7d\x38\x9f\xe6\x5c\x39\xec\x73\xff\x5e\x4c\x5a\x2f\x20\x26\x8d\xdd\x44\xe2\x4d\xa5\x2b\xc3\xfa\x34\xa9\x8c\xfc\xeb\xd3\x33\x9a\x26\xb4\x2f\xfb\xdc\x3f\xcd\xc3\x62\x35\x85\x98\xec\xeb\x7d\x8f\xef\x5d\xd5\x3e\x71\x90\x4d\xe0\x43\xdf\x50\x36\xc5\x37\xdd\xff\xd8\x67\x41\x44\x36\xeb\x5f\xed\xb3\xc8\x00\x9d\x37\x42\xb7\xcf\x22\x02\xf3\xdc\x9a\xb9\xe3\xad\x19\x29\xa6\xf2\xb3\x7d\xf2\x2a\x35\x0d\x43\xd3\x7c\x58\xe4\x94\x90\x11\x43\x93\x62\x68\x16\x24\xf6\x60\xe8\x26\x8c\x37\x23\x0c\x2f\x18\x1f\x2a\xc6\x87\x32\x31\xb7\x32\x94\x4d\x5e\x0f\x88\x25\xfe\xb2\x6f\x5f\x46\x95\xfc\x2a\xf9\xd1\xa9\xa7\x7d\x26\xc7\x61\x8b\x21\x24\x46\x33\xc5\x6d\x11\x44\xf3\x93\xcc\x9f\x52\xb6\x5f\x46\x73\xbe\xe6\x7c\xd4\x77\x0c\x2d\xcf\xd1\xdf\xf2\x01\x6a\x09\xba\xf3\x19\xa2\x4a\xd6\x31\x74\xc9\x7f\xb3\xcb\xd6\x29\x28\xe2\x46\xf7\x93\x1e\xfb\xdc\x36\xcd\x91\x64\x41\x04\xb1\x87\x32\x14\x7b\x05\xb8\x0f\xd5\xe4\x30\x87\x49\xa8\xad\x0c\x45\xe1\x18\x6f\x59\x01\xb4\xe8\xd1\x0c\xbd\x08\x2e\x5f\x94\xa1\xa8\x31\x34\x96\x2c\x8e\x37\x34\x56\x26\xa1\xd9\x74\x20\xf6\xa6\xa2\x66\x46\xdf\x03\x8a\x53\xef\x6a\x26\xdf\xc3\x8a\x9b\x8a\x8b\x89\x99\x91\x8e\x68\xc1\x41\xb2\xcf\xa3\x4e\x96\x1a\xf0\x6d\xd3\x6c\x75\x4a\x16\x0c\x38\x56\x2f\x22\x61\x7a\x18\x42\x2b\xe6\x70\x12\xa1\xca\x62\xb8\xac\xcc\xea\xba\xd6\x31\xe8\x31\x78\x31\x23\x1d\xb0\xb7\x21\xb4\x32\xeb\x9b\xec\x87\x66\x71\x30\xab\xc9\xfc\xc7\xd2\x02\xce\x6d\x36\x6b\x1c\x60\xd1\xa9\xba\x32\xd4\x96\x53\xb6\x84\xc0\xef\x20\x5e\x92\xb8\x14\x52\xa6\x2a\x6c\xbe\xd8\xb0\x38\x40\xaf\x64\xbe\x85\x1f\xb0\xcf\x14\x1b\xd3\x4c\xfb\x61\x49\x83\xd8\x98\xd6\x61\x27\xac\xfe\xd9\xfd\x8e\xee\xfe\x61\x6a\x4d\xb1\x41\x04\x6f\xf7\xb1\x2f\x62\x63\xbe\xd8\xc0\x13\x30\x9c\x57\x0c\xe7\xe5\x54\x2c\x54\xf0\x8c\x86\xdf\x86\x38\x9b\x8a\xa4\xa9\xf9\xfa\x60\x7e\x4d\xf1\x32\x87\xdf\x26\x2d\x8a\xa9\x29\x86\x1e\x3c\x8b\x29\x86\x0c\x05\x26\xe3\x52\x86\x02\xcb\xc4\x84\x4a\xd6\xf1\x4f\x4d\x28\xc3\x83\xc9\xa2\xfd\xa9\xf7\x32\x97\xf9\xb8\xc3\xf7\x8a\x7d\xd5\xb2\x07\x6a\x0b\xc4\xdf\x12\x7f\x27\x62\x60\x89\xbf\x45\xd5\x40\x3a\x29\xe8\x5c\xa1\xd8\xe7\x58\xa2\x05\x4b\xf5\xb7\x54\x7f\x16\xba\x2f\xd5\x9f\x17\x62\xd2\x89\x3a\x5d\x89\xbd\x5f\xe2\xd4\xba\x79\x2e\xc9\xec\x9f\xb7\xd0\xc2\xda\x0a\xd7\x48\x8e\x05\x6b\xeb\x71\xac\xb5\x2a\xa7\xc5\x11\x62\x72\x59\x72\x72\x72\x46\x4b\xbc\x2c\xd4\x4b\xd2\x33\x5b\xca\x8d\x05\x36\xd2\x85\x39\xb2\x3a\x58\xf3\x4a\x4c\xba\xa4\x59\x3e\x5f\x96\x96\x5c\x16\x53\x18\x19\x58\x9e\xd1\x75\x5b\x87\x21\x7d\xd3\xf7\xfc\x36\x4d\xdf\xc5\x3e\x27\x3d\xae\xa5\x3a\x58\xf2\xf9\x95\xa8\xba\x40\x1d\xd4\x03\xf3\x21\x11\x9a\xad\x07\x9e\x63\x35\x3e\x99\x48\xf3\x54\xe3\x93\xf5\x90\xcf\x71\x81\xea\x01\x9f\xd7\xe3\x4d\x32\x1f\x94\x47\x10\x4b\xab\x07\xfc\x9b\xb8\x02\x59\x8f\xc7\xf9\xac\x05\xe2\x32\x5a\x3d\x08\x81\x57\xe3\x93\xe9\xb6\x02\x04\x75\x5f\xbd\x70\x93\xee\xb7\x76\xc3\xb1\xc4\x63\xd3\x6d\x09\x46\x97\x16\x30\x9e\xa8\xb5\xae\xc7\xf0\x3b\x86\xef\x3d\xf6\xf9\xde\x70\x8d\xc7\x8a\x8d\x83\x3e\x3c\xf4\x44\xd1\x76\x3d\xd8\xab\x7a\x4c\xd7\x2d\x54\x86\xa0\x76\xeb\xa1\x9b\x40\xdd\x78\x3d\x70\x13\xea\xa1\x9b\x40\xb5\x74\x3d\x96\x34\x6b\xa6\x51\x00\x5d\x8d\x81\xd6\x73\x6b\xc1\xcd\x80\xf5\xdc\x8a\x70\xff\xec\x8d\xba\x1d\x78\xe2\x62\x57\x6f\x04\x51\xf3\xc2\x7d\xa0\xcf\x7a\xca\x2e\x17\x95\x23\xd9\x1e\xaa\x46\xf6\x4c\x86\x39\x2b\xa1\x4a\x4a\xfd\xab\x81\xca\x4a\xc8\x90\x4b\x7f\xd5\x80\x61\x25\x38\x18\x36\x90\xaa\xa1\xc1\x7a\x6f\x01\x45\xad\x71\xbd\x11\x4f\xf5\xde\x12\x09\xdb\xbc\x1a\xc6\xab\x84\xe7\xd0\xe2\xd5\xe0\x5c\x25\x10\x47\xd8\xa7\x1a\x86\xab\x84\xd2\xb8\x29\x57\x0d\xa4\x55\x02\x64\x54\xbf\x56\xc3\x63\x95\x10\x57\xd9\xd0\xae\x06\xb8\x2a\x41\xaa\x02\xc0\x0c\x51\x55\x43\x54\xc7\xd6\x91\xd5\x08\x55\x35\x42\x75\x5e\xe5\x17\xb5\x79\x35\x7e\x55\x8d\x23\x91\x2b\xad\x86\x91\xaa\x97\x40\x2e\xea\x78\x8c\x8c\x54\xa3\x0c\xf7\x16\xb9\xd5\x6c\x76\xd5\xab\xc6\xb1\xab\x3a\xd5\xf5\xad\xaa\xdf\x46\x40\xd5\xdf\xad\xf5\x55\x8a\x7b\xa0\x6e\x5d\x35\x45\x98\xb6\xd7\x54\xcd\x10\x56\xad\x74\x0a\xc9\xab\x46\x7a\x7d\x93\x7c\x71\x83\x58\xdb\xb6\x5a\x7c\x59\xe0\x89\xe1\x5b\xa4\xc1\xae\x63\x8b\xc1\xaa\x95\x53\x51\xc3\x17\x5a\xa9\xaa\x85\xab\xb7\x0e\xb9\xa8\x58\x55\x7c\x95\xfc\xca\x75\xc1\x37\xca\xca\x8a\x2c\xba\x88\x12\x54\x45\x51\x5d\x9b\x45\x2e\x6a\x3a\xeb\x1a\xbe\xf5\x96\x20\x5d\x5f\x3e\x9b\x89\x88\x06\x13\x5e\x61\xf3\x47\x33\x47\xd0\x0e\x2f\xd0\x6d\x0b\xaf\x09\xe7\x06\x52\x2f\xaa\x23\x9b\x50\x6d\x02\x13\x25\xd3\x44\x66\x13\x99\xa4\xf9\x9b\xd0\x6c\x40\xf3\xe2\xea\x6d\x13\x9b\x0d\x6c\x5e\x54\x67\x36\xc1\xd9\x88\x29\xdf\xc7\xc6\x6b\x13\x8b\x0d\x2c\x5a\x2f\xd3\x04\x63\x0b\xc2\x7c\x6f\x4e\x13\x8d\x0d\x34\xde\x24\x9a\x9a\x70\x6c\xc0\xf1\x46\xa8\x34\xf1\xd8\xc0\xe3\x1d\xf6\xe6\x34\x01\xd9\x00\xe4\x1d\xf6\xe6\x34\x11\xd9\x40\xe4\x4d\xdd\x6c\x13\x91\x0d\x44\x5a\x2e\xd4\x84\x5c\x03\x72\x37\xe5\x60\x4d\xc8\x35\x20\x77\x3f\xdb\x43\x6e\x42\xae\x01\xb9\x3b\x6f\x87\xbb\x09\xb9\x06\xe4\xee\x12\xf7\x40\x21\xd7\x80\x5c\xc0\x6e\x6a\x42\xae\x01\xb9\x40\xe5\x7f\x13\x72\x0d\xc8\x05\xae\x2b\x35\x21\xd7\xf0\x87\xc3\x95\xf6\xc0\x46\xdc\xa4\x81\x42\xaf\x74\x36\x51\xd8\x40\x61\x40\x44\x36\x51\xd8\xc8\x02\x87\xc0\xe6\x88\xc2\x06\x0a\x43\x64\x73\x44\x61\x03\x85\x01\xf7\xa0\x89\xc2\x36\xe3\xf9\xf5\x23\x50\xbd\xd9\x66\xbc\xe9\x62\x20\xb5\x91\x4d\x60\x36\x80\x19\xb8\xf3\xd2\x04\x66\x03\x98\x66\x3d\x9a\xc0\x6c\xa0\x30\x90\x8d\xef\xa2\xb0\x83\xc2\x50\xb6\x66\xe9\xa2\xb0\x83\xc2\x48\x5d\x6a\x17\x85\x1d\x14\xc6\x93\x42\x36\x51\xd8\xcf\x5a\xbf\x7e\xc4\x6b\x7b\x4b\xfd\x24\xfa\xd4\x01\x66\xbc\xb6\x25\xd1\x05\x66\x07\x98\x91\xf8\x5b\x17\x98\xfd\xda\xca\x36\x92\xcf\xeb\x17\x59\x87\x0e\x56\x23\x91\xa7\x2e\x56\xfb\xbd\x2d\xdc\x48\x70\xa6\xdf\x58\x0c\x1d\xf8\x46\xee\x56\x74\xe1\xdb\xef\xed\x1f\x44\xaa\xd4\x3a\x72\xf6\xb3\x83\xe8\x48\x45\x7a\x17\xd1\x3d\xc4\xf8\xf5\x23\x72\xe7\xb2\x07\x9c\xef\xae\xc0\xa5\x66\xb8\x0b\xf2\x0e\xc8\x63\xda\x76\x5f\x17\xe4\x1d\x90\x7b\xb5\xa3\x0b\xf2\x0e\xc8\x63\xa6\x76\x4f\x90\xf7\xa4\xf0\xbe\xef\xdd\xe5\x5b\xa9\xb1\x85\x7b\x5c\xc2\xfc\xec\xa9\xb3\x11\x0f\xb5\x83\x0e\x1b\xd7\x26\x34\xd0\x93\xed\x19\x6a\x2a\xde\x9a\xbe\x85\x8c\xbb\xb9\x6e\xd3\xe5\x97\xae\x04\xbf\xa9\x4e\xea\x32\x4c\x57\x84\xdf\xd6\x1a\xca\x31\x5d\x21\x7d\xe3\x31\x76\x59\xa6\x13\xdf\x3f\x03\xc9\xa6\x9e\x31\x75\x3a\xb1\xf7\x53\x76\xe8\x19\x13\xb5\x67\x6f\x92\x25\xbe\x81\xa8\xfc\xfe\xa1\x22\x23\x15\xe6\x9b\xce\xe7\x4d\x30\xca\x71\x7b\x26\xca\xd7\xbd\x5c\xf8\x70\x8d\xb2\x13\x45\xdf\x3f\x56\x5f\x6c\x38\x76\x79\xb5\x53\x15\x15\xb9\x70\xd0\x0b\xd6\x63\x27\xb4\x9d\x0e\x56\x2d\xc4\x48\x3b\x1c\x9d\x8e\x0d\xed\x2e\x47\xf7\xb2\xf5\x68\x3a\x62\xa1\x98\x92\xfd\xa5\xf0\x28\x51\xec\xd5\xcb\xe4\xb3\xe0\xfb\x74\x6e\x81\xd1\xe5\xfb\x0e\xdf\xa7\x73\xfb\x73\x5d\xbe\xef\x54\xc8\x24\x2a\x81\x7a\x45\xf3\x77\x44\x41\x22\xef\xd4\x15\x05\x1d\x51\x90\x60\xf2\xae\x28\xe8\xcd\xb7\xb6\x6a\xed\xf2\x7d\x87\xef\x13\x57\x9b\xbb\x7c\xdf\xbb\x7a\xfc\xda\x03\xe5\xfb\x0e\xdf\xa7\xb4\x75\x67\x97\xef\x3b\x7c\x9f\xd2\xd6\x9d\x5d\xbe\xef\x30\x79\x7a\xfe\x5c\x23\xf7\xaf\xeb\xe4\xae\x0c\xe8\xc8\x80\x94\xb7\x6a\xed\xca\x80\x8e\x0c\x48\x05\xd8\x29\x03\x3a\x32\xe0\x39\xb6\x6a\x1d\xca\x80\x81\x0c\x78\xb8\xaa\x3d\x94\x01\x03\x19\xf0\x70\x75\x75\x28\x03\x06\x32\xe0\xb9\xb6\x6a\x1d\xca\x80\x01\xc3\xfb\x17\x37\x86\x0c\x3f\x60\xf8\x27\x1c\x79\x77\xf9\x16\xdc\xfd\x10\x53\x1d\x72\xf7\xb8\xb5\x65\xb6\xaf\x38\x64\xe5\x01\xdf\x3e\x14\xc8\x0e\xf9\x76\xc0\xa4\x0f\x55\xcf\x43\x26\x1d\x30\xe9\x03\xf2\x87\x4c\x3a\xb4\x8b\xf2\xd6\xa3\x43\x26\x1d\x30\xe9\x03\xee\x87\x4c\x3a\x60\xd2\x4c\x4e\x74\xc8\xa4\x23\x6d\x47\xce\x1b\xe6\x23\xc1\x09\x23\x69\x51\xed\x2d\x1c\x32\xdb\xa0\xb4\xd0\xc4\xd0\x78\x88\xa0\x0d\xf8\x2f\xbb\x13\xb2\xdf\x80\xfd\xbc\x20\x3a\xe4\xbe\x01\xf7\x65\x2e\x83\x0e\x99\x6f\xc0\x04\x39\x6c\x1d\x33\xe4\x81\x01\xba\x33\xa2\x62\x88\xee\x01\x6e\x73\x4c\x94\xfe\xfa\x16\xb8\xf5\xde\xc0\x10\xb7\xa3\x6e\xfb\xda\x8a\xee\x51\xa7\x6f\x31\x90\xac\xf9\x10\xb7\x03\xdc\x66\xfe\xee\xc8\x10\xb7\x83\xb8\xb2\x65\x50\xc3\xb0\xf2\x00\xca\x99\x88\xdb\x10\xca\x03\x28\x67\x22\x1a\x43\x28\x0f\xa0\x5c\x8e\xad\x93\x87\x50\x1e\x40\xb9\xc0\x62\x43\x28\x0f\x62\x1c\x85\xc4\xf0\x30\xc4\x31\x40\x77\x21\xa9\x33\x44\xf7\x00\xdd\x05\x87\x66\x08\xdf\x01\x7c\x0b\x29\x93\x21\x7c\x07\xf0\x2d\x61\xcb\xb4\x21\x7c\x07\xf0\x2d\x71\xab\x8a\x29\x7c\x27\xf0\x2d\x69\x4b\xb4\x29\x7c\x27\xf0\x2d\x29\xe5\x2f\x9f\x53\xf8\x4e\xe0\x5b\x28\x09\x9e\xc2\x77\x02\xdf\x42\x30\x78\x0a\xdf\x09\x7c\x0b\x37\xd5\xa7\xf0\x9d\xc0\xb7\x50\x32\x35\x85\xef\xb4\x02\xe0\x20\x0e\x31\xc5\xef\x34\x3b\x7f\x90\x31\x9d\x02\x78\x9a\x75\x3f\xc8\xda\x4d\x11\x3c\xcd\xb0\x1f\xa4\xae\xa6\x10\x9e\x66\xc9\x0f\x6e\xa9\x4e\x31\x3c\xcd\x7e\x1f\xa4\x31\xa6\x20\x9e\x66\xb0\x8f\xb8\x15\xc4\x14\xc5\x53\x05\x71\x50\xdf\x31\xc5\xec\x7c\x4d\x7c\xe2\x06\x53\x84\x4e\x15\xc4\x41\x85\xf2\x14\xa2\x53\x05\x71\x50\x2a\x38\xc5\xe8\x34\x1b\x7c\x10\xde\x9c\x5c\xa2\xff\x9c\x0a\xef\xa3\x6c\xeb\x65\x0a\xdc\xe9\x6d\xe9\xf3\x60\xab\xcc\x34\x4e\xed\xfd\xf3\xd8\x7e\xe0\x14\xcd\x53\x83\xff\xe4\x2f\x63\x4c\xe1\x3c\xb5\xf8\xcf\xf3\xd9\xf3\x89\xe7\x59\x5f\x1f\x64\xcb\xf9\x29\x7a\xa7\xf7\x39\xcf\x7b\x2b\x8d\xc9\x7d\xce\xcf\xa9\x1f\x70\xde\x1c\xa4\x90\x9e\x64\x01\xce\x93\xab\x1f\x93\x5c\xc0\xfe\xe1\x3d\x52\x34\x53\x50\x4f\xbd\x83\x33\x6c\xd8\x4d\x51\x3d\xa9\xdc\x3b\x4f\x14\xf1\xec\x94\x55\x4e\x4b\xf6\xce\xb4\x5d\xab\x29\xd4\xa7\xa5\x73\x27\x97\x89\xa6\x58\x9f\xde\x6a\x3a\xb9\x58\x32\x2d\x93\x9b\xc6\xf3\x4e\xae\x77\x4c\xd1\x3e\xbd\x5b\x73\x92\x2a\x99\xc2\x7d\x4e\x2a\x3c\xce\x0c\x46\x27\x15\x1e\xd3\xf2\xad\x13\xc1\x35\xe5\x81\x69\xac\xe3\xa4\x2c\x70\xca\x04\xd3\x58\xc2\x45\x99\xe1\x92\x0b\x96\x17\x39\x2e\xfe\x62\xc3\x3a\xb0\x72\x96\x7e\xfe\x75\x52\xdf\x2f\x6b\xac\x83\x58\xc7\x45\xf9\xdb\x3a\xb0\xbf\x96\x7e\xf4\x85\xe5\xb6\xe4\x97\x75\x12\x73\xb8\x2e\x0a\xcf\x4f\xca\x11\xd7\x49\x65\xf9\x85\x1a\x5c\x27\xea\x79\xbd\xae\x34\xa9\xd3\x25\x63\x2d\x6b\x84\x2e\xee\x64\x2c\x39\x6b\x5d\xc4\x20\x2f\xfe\xf0\xc4\xba\x88\xed\x2c\x6b\x7f\xae\xf0\xd0\xe7\xd8\x8b\x78\xed\x45\xca\x6c\x5d\x84\xff\x97\x95\x39\x17\xd7\x39\x97\x3c\xb8\x6e\xd2\x1d\x57\xcc\xf4\x91\xee\x58\xf2\xe5\xe5\x2d\x03\xf9\x72\xc9\x97\x57\xda\xd2\x7a\xc9\x97\x2b\x10\x7b\xba\xb8\x52\xbd\x02\x31\xd2\x25\xaf\x5e\xcf\xb6\xbd\x97\xbc\xba\x02\x31\xa5\x8b\xd4\xd5\x0a\xcd\xf7\x08\xeb\x5f\xa4\x81\x56\x40\xc0\x2d\x79\xfa\x2a\xdb\x08\x5a\xf2\xf4\x92\xa7\xaf\x72\xdc\x7f\xa9\xc0\xd3\xf3\xd7\xfa\x7b\xc9\xf1\x2b\xbe\xb3\x70\xa1\x40\x8e\x5f\x89\x53\xb8\xb9\xc9\xb5\x12\x91\x9f\xa5\x14\xb8\x89\x00\x2e\xa5\xc0\x7a\xcd\x44\xa2\x78\x4b\x29\xb0\x5e\x33\x11\xd3\x66\x29\x05\xd6\x6b\x26\x5e\xd4\xed\x2b\x05\xd6\x6b\x26\x72\xdf\x7d\x29\x05\x96\x1c\x7f\x93\xa8\x5d\x72\xfc\x82\xc9\xcf\x3b\x72\x82\x14\x15\xec\x9f\xe9\x8d\x0f\xde\x73\xac\x45\xe7\x37\x57\x12\x57\xe9\xbe\x47\x14\xf4\x4e\x8e\xa5\x2e\x6b\x99\xc4\xbf\x31\xc2\x17\x7f\xb9\xe0\x73\xbd\xe1\x01\x6e\xbb\x2d\xa5\xc5\x32\x99\x9e\x48\x60\x2f\xfe\x22\xc0\xfe\x21\x5c\x83\x3f\xb5\xb8\xfe\xff\xb9\x94\x2a\x29\x6c\x69\xb1\x94\x2a\xcb\x24\x79\x0a\x31\xd3\x57\xec\xf3\x7e\xc4\xdb\xd7\xe8\xf3\xf2\x59\xe0\x96\x86\x49\xf2\x55\x8d\x7e\x05\x10\x46\xc6\xfc\x73\x55\x23\x5d\xde\x00\xb1\x58\x7b\xbd\xc1\x0a\x74\xd2\x52\x72\x2d\xff\x22\x55\xc2\x0d\x59\x64\x9f\x3f\x57\x23\x09\x98\xa2\x57\x54\x22\x67\xd9\xa8\xe1\x48\x24\xa7\x16\x59\xe5\xcf\xf5\x46\x3a\x48\xe0\x2c\x25\xdc\xf2\xc6\x78\x42\x22\x2d\xb2\xc5\x9f\xab\x19\x0d\xa7\x8a\x6f\x91\xdd\xdd\x3f\x8c\x25\x7b\xb2\x4c\xe8\x2e\x2f\x7e\xa7\x04\xda\xb9\xce\xfd\xb9\x4c\x98\x26\x02\x4c\xcb\x84\xe9\x6a\x46\x2d\xf1\x2b\x17\x97\x9e\xf7\x0f\xf3\x11\xa9\x5e\x4a\xd1\xe5\x75\xe6\x44\x14\x79\x99\xf4\x5c\x3d\xf8\x1e\x52\xa0\x47\xdf\xe3\x36\x6a\xe2\x3a\xdb\xe2\xa6\xf3\xe7\xf2\xaf\x61\x25\x2e\xaf\x2d\x13\x9c\xcb\x1b\xc5\x89\xbf\xeb\xb0\xb8\x37\xfc\xb9\x4c\x66\x26\xfe\x18\xc1\x22\x8b\xb9\x7f\x5c\x03\x6c\x28\xbd\x57\xe7\x3a\x61\x7a\x6f\xe7\x90\x11\x58\x5e\xf6\x4d\xd8\x41\x8b\xcb\xbe\xfb\xe7\xbd\xaf\x72\xd0\xe7\x1a\xdd\xf7\x90\x34\x64\x13\x3f\x57\xa7\x90\x21\x65\xbf\x6d\x4a\x1f\xd1\xc8\x24\xc7\x77\xa2\x91\xab\xa3\x71\x52\x96\x66\x34\xce\x52\x6b\xa4\x0c\x9e\xd5\x1a\xcb\xe4\x5e\xe2\x6f\xa3\x2d\x93\x7b\xcb\xbf\xe1\x95\x32\xf7\x8e\x2c\xea\x5e\x6a\x97\x84\x6b\xbe\xd4\x2e\xcb\x8b\xad\x89\x3a\xc3\x35\x3c\xdf\x61\x44\xbb\x04\xef\xf0\xf0\x6d\xc3\xa8\x2a\xf7\x81\xd7\x90\xe6\x21\x7d\x14\x75\xaf\x41\xb4\x74\xbd\x99\xa6\x52\xb8\x82\x23\x7d\xd3\xbf\xa0\x47\x4d\xe1\x32\xbc\xb0\x2c\xb8\x7e\xa8\x29\x5c\x16\x57\xaf\xe9\x9f\x8f\xe3\xae\xe9\xe2\xae\xe9\xfe\x21\xfc\x46\xc6\x67\xa9\xd5\x96\x77\x45\x9f\x63\x1b\xfb\x6b\xca\x5b\xd3\xa2\xfd\xc3\x5b\x40\x14\xed\xaf\x39\xbc\x88\xc5\x65\xaf\x39\x5d\x63\x7a\x19\xe4\xb6\x6f\xd8\x67\x84\x97\x4b\x69\xd3\xbd\x57\x4b\x3e\x67\x08\x7f\x29\x59\x77\xe3\xf7\xf5\x87\x2f\x7f\xfe\x63\x89\xfd\x0f\x3f\xfe\x38\xbf\xfd\xcc\x1f\x66\xe4\x2f\x22\x7e\x8c\xb9\xbe\xfb\x36\xff\xfc\x47\x1e\x7f\xf8\xfe\x87\x3d\x8a\x7f\xff\x37\x00\x00\xff\xff\x50\x54\xfb\x3f\x10\x52\x00\x00"); -var _cd =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x84\x9b\x5d\xab\x26\xc7\x71\xc7\xef\xcf\xa7\x78\x2e\x9d\x0b\x67\xa7\x5f\xab\x0b\xc4\x01\x23\x45\x44\x0e\x8e\x83\x15\x27\x81\x90\x8b\x79\xa9\x11\x0b\xd1\xd9\x65\x77\x75\xe1\x6f\x1f\xea\xf7\x7f\xa4\xc4\x49\x40\x06\x53\xda\xff\x53\xdd\x53\x5d\x5d\xef\x33\xe7\xdd\xd7\xdf\x7d\xf3\xdd\xdb\xfb\x2f\x8f\x77\xff\xf4\xe9\xc3\xf9\x7d\x7c\x79\xdc\xef\xdf\xae\x4f\xf1\xf9\xc3\x4f\x9f\xce\x78\x1c\xf1\xc3\xfb\xb7\x97\x97\x52\x1f\xd7\xfb\xf3\xcb\xcf\xff\x84\x9c\x3f\xee\x1f\x5f\x5e\x72\xfd\xf7\x7f\xf9\xfc\x25\x7e\xfc\xee\xed\xfe\xf0\x68\xe2\xbb\x7e\xfa\xf8\xe4\x7d\x3c\xde\xfd\x29\x7e\x78\xff\xf9\xcb\xa7\xbf\x3c\x7e\xf3\xbb\xeb\xc3\x11\x7f\xf3\xb8\xe2\x4e\xfc\x8f\x9f\xae\xf8\xf4\xfe\xed\x87\xc7\x6f\x7e\xbf\x7f\xdc\xdf\xca\x2f\x3f\x7c\xff\xd3\xc7\x8f\xff\x19\x3f\xc6\xdb\x97\x47\x01\x8b\xb7\x0b\xfa\xf2\xee\xeb\x3f\xec\x1f\xff\x71\xff\x31\x1e\xef\x7e\x77\x5d\xbf\xfd\xd3\x3f\x7c\xff\xfb\xdf\xfe\x3d\x3f\xf1\xcb\xbf\xc4\xa7\xcf\xef\x3f\xbc\x3d\xca\xf6\xb7\xdb\x36\xff\x1b\xff\xe7\xbf\x7c\x8c\xe7\x56\x2f\xef\xfe\xfc\xdd\x37\x7f\xbc\xef\xcf\xf1\xe5\x51\xfa\x26\x9e\x7f\xfb\xf3\x77\xdf\x3c\xfe\xbd\x3c\xca\xf6\xa8\xa3\xd5\xf9\x1f\x4f\xd6\x7f\xfd\xc3\x87\x2b\x1e\x62\x7a\xe9\x3a\xd1\xf9\xe1\x8a\xcf\x1f\xf7\x33\x3e\xed\x6f\x3f\xc4\xcb\xe3\xf1\xd5\xb6\xbd\x3e\x1e\x8f\xaf\xd6\xf6\x9a\xff\x5a\xa5\x6f\xaf\x8f\xaf\xfc\xdb\x6f\xbf\xe6\xdf\xbf\xd3\xaf\xdf\x7c\xcb\xbf\xfe\x6e\xe3\xd7\x6f\xbf\xce\x5f\xe3\xed\xfa\x5f\xbb\xbd\x14\x3d\xe4\xed\xc3\x97\x2b\x6e\x61\xec\xff\x55\xb9\x5f\x1f\xb5\x95\x5c\xf3\x3f\x7f\x7c\x29\xdb\xf6\x94\xeb\xfd\xf5\xe4\xaf\xc9\x6f\x91\x8f\x7d\x3c\x58\xf4\xb3\x50\xab\x00\xcf\xd6\x12\x5a\x82\xf6\x33\x21\x9f\x09\x1d\x0b\xe8\xb8\x5f\x1f\x0f\xeb\x2c\x3c\x05\x9d\x01\xe4\x09\x5d\x3b\x50\xac\x84\x06\x0b\x6f\xed\x75\x5b\x42\xc6\xc2\xfb\x14\x74\x02\xe5\xc2\xda\xef\x84\xea\x60\xe1\xda\x12\x9a\x2c\xac\xe6\x09\x39\xd0\x2a\x40\xbe\xbf\x3e\x1e\xab\xe4\xf6\xd5\xb5\xf0\x2e\x09\xf5\x9a\xd0\x5d\x05\xf5\xd7\x87\xf9\x58\x2f\x5f\xad\xa6\x33\x36\xce\xe8\x75\x24\xa4\x33\x36\x9f\x09\x2d\xb8\xb4\x57\x3b\xe6\xeb\xa3\x6c\x25\x45\x6d\x87\xa0\x0b\xa8\xe5\xc2\xae\xbd\x7a\x8a\x57\xb6\x91\xd2\x77\x13\x94\xdb\x97\xcd\x53\x88\xae\xed\xbb\x97\xd7\x47\x29\x9b\x25\xa4\xed\x21\xd6\x39\x76\xdf\xc5\x95\xc4\xfa\x2a\x40\x45\x50\x49\xc8\x05\x55\x41\x15\x08\x21\xf6\x26\xa8\xbd\x3e\x6c\x6c\x0d\xa8\x0b\xea\x70\x69\xfb\x21\x68\xc0\x85\x10\xfb\x14\x34\x13\xaa\x5a\x68\x82\x2c\xa1\xa2\xed\x97\xa0\x95\x50\x93\x10\x2e\xc8\x81\xb4\xfd\x2e\x68\x47\xfa\x0d\xe8\x10\x74\x00\xa1\x89\xfd\x14\x74\x22\x57\x07\xba\x04\x5d\x40\x0b\x28\x04\x05\xa2\x4e\x20\xe9\x2b\x89\x8d\x8d\xbd\x0e\xe9\x2b\x89\x8d\xc2\x5e\x87\xf4\x95\xc4\x46\x43\x88\x43\xfa\x4a\x62\xa3\x6a\xa1\xf4\x75\xa0\xaf\xc6\x13\x0f\xe9\x2b\x89\x8d\xa1\xbd\xa4\xaf\x03\x7d\x61\x00\xfd\x90\xbe\x0e\xe9\x0b\xb9\x0e\xe9\xeb\x90\xbe\xd0\x84\xbc\x03\x62\xa3\x69\x2f\xe9\xeb\x40\x5f\x5d\x42\x48\x5f\x49\x6c\x6c\x12\x42\xfa\x4a\x62\xa3\x72\x43\x87\xf4\x95\xc4\x46\xd1\x13\xa5\xaf\x24\x36\x64\x85\x87\xf4\x75\xa0\xaf\x9e\xd0\x92\x7d\x41\x4a\xc1\xc8\x97\xec\x0b\x62\xf2\xed\x25\xfb\x5a\xbb\xb8\xf2\x89\x4b\x5a\x85\x98\xcf\x02\x24\xae\x3c\x50\x29\x9d\x85\x3a\x10\xc4\x26\x67\x5c\x3a\xd0\x8a\x23\xb9\x46\x9e\x71\xc5\x29\xe8\x84\x0b\x21\xe2\x12\x94\xde\x51\xb1\xd5\x15\x12\x35\x89\xf9\x64\xa1\xe2\x04\xa4\x54\x0c\x60\xdd\x12\x22\x89\xcd\x26\xa8\x0a\x72\xb8\x16\x90\x84\x48\x62\xb3\x71\xa0\xfb\x10\x74\x26\x57\x49\xc8\xe5\xb5\xde\x17\x90\x03\xb9\x20\x1d\x68\x01\xb1\x97\x8f\xf4\xda\x5a\xe1\x1a\x55\x50\x45\xd4\x06\xd4\x04\xb5\xe4\xd2\xc2\xd1\x05\x75\xf6\xd2\xc2\x21\xc8\x92\xab\x6f\x40\x4b\xd0\x62\xaf\x0e\x24\x21\xc6\x01\x97\xa0\x53\x10\x2a\xc4\x72\x7c\xa0\x42\x27\xe6\xd4\xce\x13\x67\x11\x84\x72\xb8\x21\x9f\x12\x95\x30\x54\x07\x90\xc2\x90\xaf\x3d\x21\xfc\xd1\xd7\x21\xe8\x60\x21\x4f\x5c\x7a\x62\xc6\x89\x52\x71\x51\x57\x9c\x80\xd8\xc4\xbe\x5c\x71\x02\x52\x5a\x2d\x40\x3a\x10\x71\x62\xf6\x09\xa4\x03\x5d\x17\x5c\x08\x71\x85\xa0\x80\x8b\xeb\xb8\x30\x00\x8f\x9e\x5c\x06\x14\xd2\x57\x12\xf3\xc9\x13\x43\x42\xdc\x3c\x71\x21\xd7\xad\x27\xde\x7a\x22\x9a\xb8\xf5\x44\x6e\xbb\x63\x5f\xbb\x6e\x1b\x52\x3a\x81\x6f\xef\x45\x10\xfa\x1a\x1b\x10\xfa\xda\xd1\x57\xdf\xf2\xd2\x76\xe9\x6b\x47\x5f\xdd\xe0\x92\xbe\x76\xe9\x0b\x23\xdf\xa5\xaf\xdd\x6b\x72\xa1\xd5\xdd\x9b\xa0\x06\x57\x23\x83\xff\x9c\x77\xff\xbf\x54\xbc\x76\xef\x5a\x91\xa6\xdc\xc9\x6f\xbb\xef\x82\x30\x65\x42\xd2\xee\x7a\x7a\xe6\xa1\xd2\x9d\x93\x9c\x92\xf1\xc4\xa9\xc7\x00\xd2\xe1\xce\x14\x5b\x01\x62\x3f\xb5\xf0\x94\xd8\x13\x48\x62\x47\x8a\x3d\xb8\xad\x3d\x24\x76\x48\x6c\xb6\x0f\xc9\x85\x3a\x07\x2a\x38\xa4\xce\x23\x3d\xa5\x0c\x12\xd0\x21\x4f\x81\xd8\x24\xc9\x1e\x9d\x27\x1e\x23\xd5\x39\xf1\xe0\x63\xdc\x82\x6e\xb8\x52\xc3\x87\xd2\xfa\x81\xd2\x27\xf1\xe7\x90\xd2\x8f\xcc\xee\xe5\xb9\xd7\xaa\x82\xe4\x75\xec\xb5\x9a\xa0\x34\x86\x49\x94\x3a\xd6\x12\x24\x7f\xd2\x5e\x18\xc3\x41\x10\x9c\x82\x14\x04\x0f\x05\xc1\xc9\x81\x14\x04\x0f\x4c\x79\x92\x64\x0f\x99\xf2\x21\x53\xd6\xf6\x32\xe5\x03\xdd\x4f\x32\xea\x21\xdd\x43\xcc\x27\xa2\x4a\xf7\x47\x2a\xb7\x18\x06\x7f\x9c\x97\xa0\x8b\xbd\x2a\x10\x3e\x70\x44\xde\x90\x11\xcb\x8e\x90\xbe\x82\x1b\x22\xb2\x1c\x8a\x9e\x47\x46\xbc\x62\x3a\xb6\x22\x1e\xc4\x26\x31\xe3\xb8\xa5\x89\xf4\x81\x62\xc6\x42\xf9\x00\xc4\x26\xce\x73\x28\x2e\x42\x8a\x4a\xaa\x43\x71\x11\x62\xf3\xb9\xfd\xf3\x89\x48\x8f\x29\x9f\xba\xed\x33\xe3\x57\xb1\x95\xdb\x9f\x63\x0a\x22\x1a\x70\xec\x73\x10\x0d\xce\x2c\x7d\xca\xe2\xb6\x4f\x2b\x82\x70\x31\x4a\xbd\xd3\xaa\xa0\xbc\xed\x45\x02\x3a\x75\xdb\xa7\xb3\x10\x2b\x3c\x5d\x0b\x5d\x0b\x3b\x90\x16\x7a\xca\xb5\xa6\xa0\x4b\xd0\x85\xee\x1d\x28\x04\x11\x59\x4c\x7b\x61\x72\x67\x26\xb0\xb2\x88\x2c\xa7\xea\x01\x88\xcd\x27\xd4\x04\x21\x97\x0b\x7a\x2e\xc4\x56\x8d\x33\xea\xb6\x4f\x94\xe3\x25\x55\x78\x49\x39\x17\xae\xe0\x9c\xf1\x92\x2b\x5c\x72\x05\xea\xba\x4b\xae\x70\x71\x6c\x47\xab\x97\x8e\x7d\x65\xe8\xa8\x1b\xe9\xf3\x5a\x97\x20\xcc\xe4\xc9\xc5\x81\xae\x0c\x23\x75\x23\xbc\x5d\x8a\x13\x10\x9b\x5c\xc7\xe5\x43\xd0\x4a\x2e\x22\xc0\xe5\x2e\x08\x03\x20\x54\x5e\x8a\x26\xd7\xb5\x25\x17\x76\x7f\x5d\x45\x10\x8a\x5e\x2c\xbc\x50\xce\x95\x5e\x5f\x0b\xe5\xc6\xa5\x48\x0c\xb1\xb9\x04\x61\x00\x57\x1a\x66\x2d\x98\xef\x25\xc3\xbc\x64\x98\xcb\x80\x9a\xa0\x3c\x63\xa1\x23\x08\xe9\x2b\xfa\x48\x68\x08\x9a\x82\x30\x26\x2a\xef\xe8\x26\x28\x0f\x54\x30\xcc\x50\x76\x0e\x65\xe7\xa5\x85\xbb\xa0\x1d\x2e\x41\x87\x20\x2c\x9a\x20\x1a\x1d\x8b\x8e\xb4\xcf\x5a\xb8\xa1\x50\xde\x85\x98\xdc\x3d\x94\x77\x23\x23\x53\x2d\xe8\x2b\x14\x99\x20\xe6\x04\xbe\x50\x92\x8d\xbc\xc7\x5a\x28\xec\x43\xf7\x18\x67\x1e\xa8\x52\x5c\xc6\xa9\x03\x9d\x1c\xc8\x1b\x90\x0e\x94\xfd\x50\xad\x82\x2e\x89\x7a\x91\xd6\x09\xa2\x71\x61\x00\x81\xbe\x1a\x95\xf7\x2d\x7d\xdd\x79\xec\xda\xc8\x95\xb7\x8e\x7d\xcb\xbe\x5c\x10\x7b\xdd\x59\x6e\xd4\x46\xc4\xbc\x55\x6e\x40\x6c\xba\x20\xe4\xba\x91\xbe\xa1\xaf\x5b\xd2\xdf\x99\xcc\x6a\xc7\xa2\x6f\x25\x33\x88\x29\xca\xdd\x32\xcc\x3b\xfd\xb1\x76\x42\xda\x2d\x7f\xbc\xc9\x6f\xb6\x15\x20\x0c\xf3\xce\xb6\xa4\x76\x2a\xef\x5b\x6d\x09\xc4\x8c\x54\x7c\xab\x2d\xb9\xb3\xb8\xac\x1d\x77\xbf\x55\x5c\x42\xcc\xb6\x0e\xa4\xed\x2f\xf6\xc2\x56\xef\x4b\x7b\x5d\xda\x8b\x85\x97\xf6\x4a\x15\x56\xb5\x12\xb7\x54\x08\x31\x23\xd3\xdf\x2a\x37\xee\x48\xe9\xc7\xd6\x7f\x3d\x15\xdf\xa1\xa7\x27\x31\xa3\xaa\xbc\x95\x18\x6f\xae\x66\x64\x6d\xe0\xea\xcf\x7d\xc3\x48\x49\xb2\xbe\x61\xa4\x22\x66\x4f\xae\x1d\xc8\xd2\xfc\x28\xcc\x7d\xb3\x25\x88\x34\x95\x16\xe9\x9b\x69\x21\x57\x33\xd2\xb0\x7c\x5b\xda\x3e\x89\x59\x81\x8b\x7e\xd7\xb7\x0c\x69\x75\x38\xdb\xef\xe2\xda\xc5\xd5\x80\xc4\x95\x12\xd7\xd9\x58\x48\x0e\x17\x31\x2b\x08\x81\x53\xfb\x96\x55\x78\x9d\xda\x8b\x2a\x5c\xc4\x2c\x5d\xdf\xb7\x5b\xdb\xdf\xf3\xf5\x51\x2d\xed\xc3\xb7\xac\xbe\x9e\xc4\xac\x2c\x20\x1d\xe8\xd6\x81\x90\xfe\xd6\x81\x92\x54\x2b\x6c\x7f\x4b\x13\x64\x1b\x37\x44\x25\xdb\x88\x54\x4b\xe7\xf1\xe7\x4c\xa4\x10\x20\x48\x9f\x5e\x08\x10\x22\x66\x75\x03\x42\x88\x82\x53\x5b\x03\xc2\xa9\x45\xcc\xb2\x1c\xf5\x82\x53\x7b\x99\xe9\x75\x96\xd1\xd3\xcb\x3c\x04\x1d\x70\xf1\xc4\x79\x0a\xba\x92\x2b\x4b\x04\x2f\x33\x04\x05\x5c\x08\x31\x51\x4e\x31\xb8\x8c\x27\x9a\xb8\x4c\x5c\x3d\x21\x5d\x5a\xc9\x0a\xa4\x5a\x86\x4a\x2f\x4b\x42\x2c\x6c\x22\xdb\x30\x2f\x0b\x4d\x94\x6c\x35\xab\x39\x5c\xb4\x9a\x22\xe6\x06\xd7\xa1\x63\x67\x53\x55\x57\xe7\x89\x87\xa4\x3f\x24\xbd\x16\x4a\xfa\x53\x5c\x40\xa7\xb8\x4e\x71\x71\xa0\x53\x5c\x57\x5e\xc7\x9a\x1c\xfb\x92\x10\x49\xcc\x2a\xca\xb9\xb4\x30\xd2\x37\xc9\x95\x5e\xa2\x08\xc2\x37\xb3\x03\xf2\x82\x77\x78\xc9\xda\xa4\xae\xc5\xb1\x69\xe9\x44\xec\x79\x1d\x21\xe5\xdc\xc8\xa5\x33\xde\xda\x1e\x03\xb0\x86\x56\x65\x00\x90\x4a\x46\xf5\x2a\x03\xa8\x18\x80\x63\xf7\x55\x06\x50\x65\x00\x99\x2b\xbd\xca\x00\x20\xd5\xb1\xc2\xda\x97\x20\x0c\x00\x7f\xac\xf2\xc7\x9a\xe1\xb1\x7a\xd5\xf6\xa7\x20\x89\x6a\x40\x88\x5a\x87\xb8\x58\x38\xc4\x45\xcf\x65\xd9\xbf\x79\xa5\xe7\xf2\x8a\x8b\x3a\xd7\x51\x75\xdb\x75\xa5\x3f\xba\x21\x97\x0b\x72\xfc\x51\x5c\x54\x33\x5e\x33\x3c\x56\x77\x0e\x44\xc2\x16\x31\xa6\x67\x5e\x5d\x67\x74\x84\x40\x5f\xd5\x25\x84\x23\x44\x36\x7e\x5e\x5d\x42\xa4\x4d\xb4\x2d\x03\xaa\x57\xd9\x44\x95\x4d\x74\x41\x5a\x98\x39\xa9\x6d\xd2\xd7\xa9\xed\xc9\x49\xd6\x05\x49\x85\x49\xda\x46\x64\xaa\xa7\x54\x78\xa2\xc2\x27\x24\x15\xa6\x01\xb5\xad\xa3\xaf\x53\x42\x50\xce\xda\x13\x92\x0a\x6f\xb8\xb2\x29\x72\xcd\xd8\x44\xda\x46\x80\x69\xf4\x5c\x22\x26\x7f\x6c\xf4\x5c\xde\xf2\xb6\x5b\xc9\x3c\xe2\x4d\xb7\xdd\x74\xdb\x5d\x0b\x4d\xd0\x09\xd7\x04\xba\x04\x21\x44\xf6\x6f\xde\x74\x8f\x2d\xb3\x60\x2b\xc4\xc2\x46\x16\x14\x31\x1b\x6c\x3f\xb4\x7d\x5e\x67\x2b\x55\xd0\x73\x21\x8e\x2c\xe9\xe9\x54\xbc\xcd\x99\x5c\x58\x74\x9b\x12\x62\x12\xf8\x06\xdb\xcf\x25\xc8\xe1\x42\xd4\xb9\x0b\xc2\xad\xb2\x67\xf3\xa6\x98\xd3\x32\x82\xb4\xc2\x3d\x36\x93\x72\x4c\xb5\x05\x07\x32\x29\x87\x6a\x99\x59\xa9\x37\x93\x72\xd2\xe4\x5a\x91\x26\x64\x72\x2d\x9b\x9f\x56\x70\xe4\xb6\xba\x20\x82\x7b\xf6\x6c\xde\x96\x8e\xed\x06\x17\x90\x4b\x54\xe7\x6a\x07\xba\xa7\x46\x74\x66\x9a\xad\x2c\xb8\x4e\x6d\x4f\x3f\x63\x93\x63\x9f\x92\x2b\x6b\xc4\x56\x89\x26\xed\x92\x5c\x17\xf9\x71\xa2\x42\xb2\xb3\xb7\x6b\x25\x17\x96\xd3\x2e\x6d\x7f\x11\xf8\x26\xfa\x52\xcc\x69\x99\x9a\x5a\x1d\xf5\x57\x53\xb1\x37\x65\xae\x46\xed\x49\x07\xe4\x2d\x74\x81\x91\x87\xab\x13\x0d\x87\x0e\x17\x1c\x6e\x72\xb8\xd0\xd3\x6f\x1e\x25\x15\xdc\xda\x8b\x41\xf0\x22\x4d\xb5\x5b\x8a\xc2\x6e\x6b\xd6\xea\xae\x79\xae\xf7\xce\xf6\x68\xa5\x2b\xb2\x74\x45\x96\x29\x2e\x17\xe4\x5c\xa0\xb8\x38\x5c\x1f\x2c\x74\x20\xe5\xa4\xae\x9c\x44\xd2\xe8\xca\x49\xdd\xd2\xe0\x5b\x49\x21\xba\x4d\x41\x18\x3c\xf5\x40\x37\x13\x94\x37\xdf\x30\x19\x4d\x90\xbd\xaf\xb4\xc8\x86\xc1\xf7\x25\xae\x85\x45\x9a\xb8\xf4\xc4\x24\x8d\x4a\xd0\xbb\x12\x50\x57\x02\x22\xef\x76\x25\xa0\x9e\x35\x5e\x6b\x53\x7b\x5d\x82\xf0\x27\x62\x59\xa7\xf9\x70\x46\xcf\xad\xa1\x68\x8d\x9e\x45\xcc\x48\x53\x1a\x3d\x3b\x23\xde\xd6\x96\xa0\x53\x10\x81\x0b\xeb\xd6\x88\x57\xa4\x35\x17\xd7\x73\x7b\xbc\x4e\x2a\x64\xc4\xeb\x0c\x36\x5b\x93\x0a\x0f\x71\x31\xd8\x74\xe3\x40\x87\xb8\xb0\xc8\x8e\x9f\x77\x59\x64\x97\x45\x8a\x4b\x16\xd9\xb3\x1f\x69\x9d\x6c\xd3\xef\x27\x44\x09\xb9\x38\xb6\x6c\xa2\x63\x00\x1d\xfb\x1a\x32\x00\x48\xeb\x9c\x71\x28\x70\x8d\xce\xf6\xab\x00\x35\x41\x17\x5c\x0b\x28\x04\x71\xa0\xec\xcc\x7c\xf0\x1e\xc3\xc7\x60\xaf\xec\x47\x7c\x0c\xed\x35\xf0\x73\xd2\xe7\x60\xa6\xe8\x63\x34\xb8\x58\xc8\x00\x51\xc4\x0c\xad\x0e\xc5\xb2\x91\x51\xaa\x75\x32\xc4\x18\xcf\xed\xa9\xd8\x28\x37\xc6\x94\xf4\x59\xd4\x34\x66\xfc\x3e\xe6\x25\x88\xab\x5d\x82\x24\x2a\xf6\x35\x08\x82\x43\xf6\x35\xd2\xf5\x1b\x23\x71\x1f\x72\x7d\x88\x59\xf6\x5c\x3e\x4e\x89\x9a\xe5\x46\x9b\x1b\xd2\xab\xdc\x18\x2a\x37\x74\x46\x95\x1b\x23\x5b\xcd\x36\x0b\x5c\x97\xf6\xa2\xd5\x74\x3c\x6d\xe8\xd2\xc6\x95\x0e\x33\xc9\xce\xe3\x5a\x82\x70\x18\x72\xe5\x50\x18\x19\x59\x82\x36\x06\x44\x3e\x54\x82\x0e\x95\xa0\x54\xcb\x43\x25\xe8\xe0\x1e\x99\x19\xf9\xd4\x3d\x4e\x1c\x99\x79\x8a\x4f\x39\xf2\x94\x23\x67\xc3\xe0\x53\x8e\x3c\x09\xe1\x13\x1f\x9a\x0a\xe1\x53\x21\x1c\x5b\x9d\x0a\xe1\x13\x7d\xd1\x7c\xf8\x94\xbe\x66\x26\xff\xa6\x5a\x6c\x2a\xf9\x4f\x25\x7f\x17\x54\x04\xa5\x10\xca\xce\x53\x91\x18\x62\x8e\x15\x4e\x45\xe2\x89\x56\x95\xa6\xa6\xb4\x3a\x9f\x5a\x35\x20\xb4\x3a\xaf\xd4\xc4\xda\x10\xf5\x32\x41\xd2\x04\xc7\x96\x0a\x67\x36\x45\x6d\xa1\xfb\x49\x53\x24\x62\x46\x2a\x9e\x34\x45\x3e\xaf\x94\x7e\xa1\xfb\x19\x92\x3e\x89\xad\x4d\x90\xa4\x4f\x45\xb7\x45\x1d\x3c\xa5\x68\x88\x2d\x12\xf6\x54\xad\x0f\x69\x8b\x7a\x60\xaa\xd6\x87\xd8\x53\x54\x55\x7f\x93\x1b\x5a\x24\x33\xd3\x0d\x19\xde\xb1\x38\xb6\xc9\x3b\x20\xb6\xb0\x2f\x93\x77\x58\x9a\x6c\x5b\x44\x5f\x53\x31\x0e\xb1\xb5\xe5\x0d\x99\x32\xaa\x65\xca\x6c\x8b\x33\x9a\x35\x41\x0d\xae\x09\xd4\x05\xe5\x5e\x4e\xfd\x64\xba\x47\x23\x62\x3a\xfa\x32\x45\x4c\x88\x2d\x7c\xc8\x14\x31\x0d\x4d\x38\xb5\xbe\x49\x13\x76\x8b\x8b\x27\xde\x4f\xae\x9d\xab\xe5\x40\x3a\xb6\xe5\xb1\xfb\x46\xbd\xb9\x74\x6c\x88\x2d\x2a\xdc\xa5\x00\xb3\x32\x5c\xf4\x8d\xb2\x71\x0d\x71\x0d\x71\x55\x20\x71\x65\x86\xe9\x1b\x25\xc2\x52\x86\x81\xd8\x22\x16\x2e\x65\x98\x95\x9a\xe8\x1b\x61\x5b\xaf\x82\x7c\x49\x08\x5c\x54\x2f\x40\x44\x7a\x59\xbf\xde\x15\xbb\x4b\x46\x88\x31\xc4\x72\x57\xf5\xc6\xdb\x8a\x5e\x88\x3f\x7a\x5b\x21\x62\x32\x3f\xbd\xad\x70\x4f\x1f\xea\x15\x19\x5d\x3d\x17\xc4\x56\x31\x20\x71\xe5\xd5\x74\xde\xb5\xb8\xde\x56\xb8\x67\x53\xd4\x2b\x86\xe5\x6a\x8a\x20\xe6\xc4\x58\xe7\xfd\x9b\x33\xef\xef\x0d\x5b\xd3\xbc\xdf\xf7\x8c\xc4\xbd\x99\xa0\x5b\x10\x26\x43\xc3\xb0\x4b\xc3\x7b\xea\xae\xb7\x25\xc8\x05\x71\xa7\xb4\xad\xfb\xe0\x4e\xf7\xac\x04\x7b\xc3\xc5\x76\x55\x82\x10\x73\x42\xf8\xae\x4a\x70\xb7\x14\xa2\x73\x5b\xbb\x5d\x82\xd2\xeb\x16\x31\x76\x57\xc7\x08\xe9\x9d\xc2\x5c\x6f\x18\x9c\x37\x0c\xbd\xd3\xb5\xe8\x0d\x83\x88\x2d\x7a\x54\xbd\x61\x10\x31\x5f\xe2\xd2\xf6\x19\x9c\x7b\xa7\x98\xde\x15\x9c\x21\x26\x77\xdd\xcf\x26\xa8\xb1\x70\x02\xe1\x03\x7b\x16\x48\x9d\x77\xc5\xbe\x87\xce\x18\xb2\x5b\x03\x92\x10\x68\x95\xf7\x95\xae\xb1\xbf\x1f\xdc\xf6\xa0\x6a\x38\x74\xdb\x87\x6e\x1b\xb7\x38\x74\xdb\x0c\xf4\xfb\x20\x69\x68\xa0\xef\x4c\xef\xfb\x44\x2e\x4d\xef\x45\x6c\xd1\x73\x1d\xaa\x63\x8f\x0c\x95\x5d\x81\xfe\x50\xa8\x3c\x9e\xa1\x72\x01\xb9\xa0\xf4\x14\x5e\xf8\xb8\x06\xfa\x22\xb6\x88\xc4\x1a\xe8\x3b\xc3\xee\xce\xdb\x0e\xd7\xb0\xdb\x99\x6c\x9b\x23\x97\x26\xdb\xce\x34\xba\xab\x1f\xd1\x34\xda\xcf\x5c\xdf\xe5\x9b\xa7\x6a\x1e\x88\x2d\x1a\xe5\x53\x35\x0f\x83\xe0\xae\xa6\x5b\x83\x60\xbf\xb2\x6b\xe9\xde\x04\x99\x20\xcc\x84\x64\x76\x29\x01\x31\x08\xee\x4e\x1b\xa6\x41\xb0\x88\x2d\xec\xfe\xd2\x9c\xe7\x4a\x03\x18\x1b\x91\xf8\x92\x01\x40\x6c\x35\x41\x28\xfa\x4a\x57\x18\x1b\x26\x77\xc9\x15\x20\xb6\x18\xfd\x5c\x87\x9e\x98\x81\x6b\x30\x1b\xf6\xeb\x7e\x42\x68\x95\xf4\x79\x29\x84\x33\xa9\x1d\x85\x74\xa0\x49\xad\xc7\x6c\x40\x29\x6a\xcc\x2e\x88\x02\x9a\x92\x2a\x26\x45\x09\x13\xd1\x51\x68\x05\x34\x11\xf5\x48\x8b\x1e\x6a\x2b\x42\x16\x1d\xb2\x68\x8c\x3c\x74\xa0\xd0\x13\x89\xd7\x9a\x75\x3a\xf3\xc9\xa1\xd2\x58\xf3\x49\x91\xd1\xa8\xc5\x6e\x29\x07\x62\x4e\xb1\x74\xf3\x76\xc8\xef\x6c\x48\x07\x6f\x0f\xfd\x56\x43\x0a\xb1\xd5\x04\x11\x01\x18\x20\x8e\x4e\x67\xa6\x01\xa2\x88\xb9\x0b\xe2\x40\xf7\x0d\x17\x46\x7e\xab\x46\xbc\xf5\x01\x09\xf5\xc0\x7d\x3f\xb9\x52\xfa\x9e\x2a\xc4\x06\x33\x9b\xf2\xbf\x96\x56\x18\x9a\x10\x06\x53\xbd\x31\xf2\x1e\x43\x53\xbd\xd8\xbc\x26\x94\x45\x49\x6c\xbc\x2a\x14\xb1\x95\x85\x57\x6c\x8c\x52\x63\x4b\x33\x1b\x63\xc1\xb5\x3f\x21\xe9\xde\x81\x06\x50\x66\xfa\x31\xb5\x3d\x99\x5e\xc4\x98\x19\xc5\x46\xa6\x0f\x66\x6c\x83\x57\x7a\xa1\x19\x5b\x94\x2c\x7d\x06\x13\xf7\x28\x34\x2f\x22\xb6\x7a\x01\x3a\x80\x90\x9e\x09\x61\x68\xbc\x15\x8c\x7e\x06\x75\x4a\x68\xf4\x23\x62\x2b\x1b\xbf\xd0\xe8\x27\x18\xea\x8c\x95\x36\x11\x1a\xea\x44\xcd\x28\x39\x56\x76\x04\x51\xb3\xe2\x7a\x12\xc3\x87\xa2\x52\x78\x45\xcd\xcc\x35\x18\xea\x44\x25\x87\x8b\x18\xb5\x45\x54\x72\x78\xd4\x6c\x91\x86\x57\x71\x2d\x41\xb2\x68\xf6\x32\x6d\x8f\xf4\x9e\xb6\x1a\x1a\xd7\x44\xc5\x61\x1c\x15\x56\x1c\x46\xc4\x56\x67\xaf\x43\x7b\x65\x0f\x32\xb8\xed\xa8\xf4\x20\x22\xe6\x8e\x10\xf4\x20\x51\xb3\x40\x9a\x5b\x26\x9d\xa8\xcc\xc5\x44\x8c\x02\x27\x6a\x48\xfa\x8c\xa5\x73\xe3\x6a\x2b\xaf\xf4\x44\x6c\x65\x1b\x17\x55\x2a\x64\x78\x32\xb7\xbe\x7e\x35\x15\x87\x66\x2b\xd1\xb2\x10\x98\xa4\xf8\x68\x14\x02\x22\x46\x2d\x15\x8d\x64\x26\x32\xb7\x8c\x78\xd1\x48\x66\x22\xb6\x46\x05\xe2\x9a\x5b\x3a\xf5\xdc\x9c\x85\x38\xb5\x88\xad\xd1\x80\x26\x50\xaa\x73\x16\xce\xab\x51\x44\xb4\x73\x26\x94\xf1\x3a\x1a\x23\x25\x11\xf3\xcc\x95\xd1\x4e\xc9\xc5\xe1\xf0\xf3\x50\x87\x1d\x34\xb7\xb3\x22\x84\x9a\xdb\xe8\x99\x0e\x26\x6f\x3e\xa2\x93\x0e\x44\x6c\x0d\x41\x43\xd0\x4a\xae\x8c\x52\xa1\xe6\x56\xc4\x56\x06\xfa\x50\x73\x1b\x7c\x6a\x35\x5b\x65\x21\x6f\x2b\x44\x6c\xe1\x03\x5d\x5e\xc7\x27\x3a\xb3\x65\x2a\x0e\x7d\xa2\x23\x62\x6b\x20\xea\xa1\xbd\xb2\x30\x9f\x2d\x7b\xe7\xe8\x14\xe6\x22\xe6\x3a\x10\x85\x79\xd0\x44\xce\x86\x0a\xd5\x44\x06\x0d\xd6\xec\x38\xa2\x1a\xac\x18\x7e\xbd\x3e\x26\x79\x37\x06\xef\x2b\x45\x16\x81\x3e\x06\xa5\x5a\x8c\x14\x62\xf2\xe9\x50\x0c\x09\x31\x8e\x03\x2e\xb6\x67\xc2\x17\x23\xad\x68\x2a\x8c\x0c\x59\xd1\x90\x23\x62\x13\x43\x8e\x48\x53\x34\x67\x16\x5e\xa1\xa6\x28\x66\x96\x3e\x73\xe2\x3c\x93\xaa\x52\xc4\xd6\x1c\x40\xe8\x8b\x76\x67\xf2\x1d\x47\xa8\xdd\x89\x99\x57\x30\x79\x67\x16\x73\x4d\x41\x93\x85\xe2\xc2\x00\x66\x4c\xb8\xd8\x3e\x9e\x10\x2e\x36\x05\x61\x13\xb4\x02\x93\x06\x2b\xd4\x0a\x84\x65\x41\x38\xf9\x94\x2f\x8c\x82\x50\xc4\x96\x6d\x40\x1c\x88\xf2\x7d\x32\xc6\x0e\x95\xef\x61\x7b\x3e\x71\x65\x5f\x19\xc6\x87\x29\x22\xb6\xb8\x34\xe3\x6d\x7e\x58\x6a\x72\x7a\x81\x8b\xb9\xa9\x88\x2d\xeb\x40\x68\x95\x5a\x7d\x2a\x40\xa8\x56\x8f\xc5\x8c\x7f\xcb\x7e\x24\x96\x9e\xb8\x48\x2d\xdb\x4c\x63\x5a\xa4\x16\x11\x93\x10\xeb\x12\x17\xe5\x46\x21\x70\xa9\xe4\x0e\xcf\xc0\x65\xbc\x3d\x0c\x57\xe0\x82\x2c\xe6\xb9\xe1\x0a\x5c\xd4\xc1\x56\x09\x23\xaa\x83\xc3\xf9\xb0\xae\xe2\x0a\xce\x87\x75\x22\xb6\x16\x7b\x31\x75\x09\xc7\x7c\x2b\x86\xe9\xb2\x1c\x88\x2d\xf2\x88\xeb\xd8\x8e\xf9\xb6\xac\xcf\xc3\x65\xbe\x10\x63\xa0\x1f\xce\x88\x37\xa8\xa9\xad\xb5\xdc\x5e\x35\x75\xec\xf4\x5c\x2d\xdb\xd6\xd8\x4d\x10\x53\xcc\x95\x55\x69\xec\x4c\x31\x45\x96\xf4\xb5\x33\xc5\x0c\x8a\x5e\xe3\xbd\x60\xa8\xe8\x8d\x9d\xc9\x76\xcf\xae\x38\x76\x26\xdb\x22\xb6\xb2\x50\x8d\x5d\xde\xb1\xeb\x3b\x47\xee\x71\xa7\xf0\x8a\x3d\xb3\xe0\xaa\x88\xaa\x22\x2e\xce\x6c\x45\xd6\x96\xbd\x60\x9c\x4c\x90\x45\xd6\xb6\x2d\x20\x13\xc4\x67\xa7\x53\xd0\x12\xc4\x37\xa6\x18\xd3\xc9\x30\x40\xe4\xc1\x60\x33\x4e\xe6\xcc\xc1\xe7\x0d\x6b\xcb\x2e\x2f\x4e\x45\xcc\x73\xf0\x9e\x1e\x7f\x3c\x99\x20\x8b\xac\x8d\xc8\x74\x32\x9b\x11\xb1\x99\x4d\x64\x9c\x53\xa2\x4e\x44\xad\x2c\x9c\x4d\x10\xaf\x69\xd1\xd7\xa9\x50\x7b\xa6\xa2\xd7\x56\x81\xa4\x68\x88\x3e\x9a\x0d\x7d\x5c\x21\xb2\x98\xf1\x87\x3e\xae\x10\x79\x30\x0e\x8c\x53\xe9\xf3\xcc\x94\xb9\xf8\x5e\x35\x4e\xd3\xf6\x86\x72\x1a\x72\xc9\x0a\x21\x36\xa8\x07\x4e\x59\x21\xc4\xc6\xd2\xc2\x5d\xd0\xce\x42\x71\x49\x13\xc6\xe7\x8a\x5c\xda\x69\xa7\x20\x34\x81\x0f\xa9\xa6\x16\xb1\xe1\x28\x67\x49\xfa\x85\xf4\x1d\x51\x97\xa4\xe7\x13\x1f\x5e\x81\xc6\xb9\x24\x3d\x4d\xc2\x20\xad\x9f\xca\x0a\x90\xb5\x61\x39\xa7\xb2\x02\xc4\x06\x31\xe7\x54\x64\x82\x18\x1f\x28\xc5\xa9\xc8\x74\x2e\x3c\xad\xa3\x2f\xe5\x0e\x88\xf1\x3a\x35\x4e\xe5\x0e\x3e\x46\x59\x5b\x9f\x7f\x9d\x8a\xdb\xf8\x3f\x99\xf8\x54\xa5\x76\x66\x57\xb2\x36\x52\xe5\xe9\xcf\x3d\x78\x3f\x5f\x38\xae\x4b\x4f\x4e\x04\x27\xb3\xe8\x53\x15\x91\xc5\xd7\x18\x71\x2a\x6e\x9d\x07\x0f\x97\xf5\x1d\x52\xca\x39\x12\xd2\xc5\x2b\xc7\x9e\xbc\xb7\x1b\x04\x83\xf3\xd2\xf6\x17\xdb\x13\x9b\xcf\x4b\xd7\xc0\xdc\x7c\x18\x5c\xa1\xe3\xa6\x4f\x2f\xbe\x4a\x0e\x35\x2d\x71\x65\x85\xb0\x4a\x01\xa2\xc6\x17\xd1\xd7\xd2\x71\xd1\xdb\xc6\x35\xe1\x6a\x82\x76\x41\x9c\x11\x7b\xbf\x18\x91\xc5\x95\xe1\x7a\x95\x2e\x28\x04\xf1\x39\x0e\x51\xf7\x62\x72\x13\x57\xda\xe5\xe2\x43\xd2\xb8\x54\xcf\x41\x6c\x52\xf5\x5d\x36\x04\x2d\xb8\x04\x9d\x82\x52\x5f\x7c\x5b\x1a\xea\x9c\xe2\xca\x3b\x5b\x05\x4d\x5c\x4b\xdb\xa3\x55\x3e\x1c\x09\x75\x15\x71\x33\xb6\x58\xd9\x8e\xc4\xcd\xd8\x42\x64\x55\x82\xc1\xcd\x38\x57\x64\x55\xb2\xc1\xdd\xbb\x20\x45\x24\x07\x0a\x41\x41\xf8\xa9\x40\xb7\xa0\x9b\x85\x29\xc4\x3d\xf4\xc4\x24\xab\x12\x29\x6f\xe5\x58\xc8\xaa\x86\x10\xca\xb1\xf7\xa4\xb2\xc5\xfa\x6e\xe9\xfe\xc6\xe9\x54\xff\xde\x72\xba\x3b\x3d\x6c\xf1\xb2\x23\xf4\x35\x46\xdc\x4e\x30\x68\x9c\xd1\xb5\x7d\x1a\xe3\x2a\xeb\xaf\xdf\xab\xe4\x7f\xff\xb8\x7f\x7c\xf9\xe5\x0f\x22\xce\x9f\x3e\x7d\x8a\xb7\x2f\xfc\xf9\x05\x7f\xf4\xf0\xb8\xe2\x7e\xff\x16\xbf\xfc\x29\xc7\xc7\x0f\x1f\x73\x15\xff\xff\xaf\x00\x00\x00\xff\xff\x9a\x9d\xb4\xf4\xf6\x31\x00\x00"); -var _eac =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x44\x92\x4f\x6f\xdb\x30\x0c\xc5\xef\xfe\x14\x3c\x76\x87\xce\x92\x5d\x47\x09\x50\x14\x58\x93\xa1\x33\x86\x6e\xc3\xb2\x76\x03\x86\x1d\xf4\x87\x0a\x04\xcc\xb2\x20\xdb\x87\x7c\xfb\x41\xa4\xe7\x1e\x82\x97\xfc\xc4\x47\x3d\x85\xac\x8f\xfd\xa9\x8f\x61\x86\xfa\x5b\x1e\xed\x19\x67\xf0\x21\xba\x8c\xd3\xb8\x64\x8b\x60\xf0\x12\x62\x55\xc9\x06\x5c\xb0\xf3\xff\x9f\x24\x76\xd0\xa9\xaa\xea\xa7\xc7\xcf\xe9\xf6\xe3\xcb\xf1\xf6\x13\x2c\x13\xae\xf0\xd8\x9f\xce\xd7\x69\xc6\xa1\x8f\x7e\x84\x96\xcd\x6e\x49\x6b\x03\x80\xfa\x3b\x5e\xc2\x34\xe7\x2b\xdc\x7c\x70\xa3\xc1\x77\xe0\xd0\x17\xfe\x35\x3b\xcc\x21\x5e\xe0\xe6\xe9\x51\x6e\xf4\xbc\xa4\xf4\x17\x07\x8c\x33\x34\xc4\x30\x3a\xd2\xaa\x3e\x3e\xeb\xf4\x45\x0f\x08\x6f\x49\x5e\xe9\x88\x4e\x5e\x31\x4f\x61\x8c\x20\x9b\xf7\x42\x74\x6f\xfc\xc7\x35\x21\xc8\xb5\xc5\xaf\x97\xfe\x04\xbf\x25\x48\x01\x4d\x77\xd7\xed\xfe\xac\xfc\xe7\xf3\xe8\xb6\xaa\x46\x70\x78\x1b\x5c\xd6\xf1\x82\xd5\xbd\x96\xba\x79\x80\x55\xa0\x53\x1d\xa1\x96\x51\x4b\xe8\x8e\x90\x66\xa4\x0b\x3a\xec\x09\x19\x46\xf6\x01\x94\x12\x5c\xe5\x18\x39\xaa\x3a\x14\x64\xb8\xbd\xf1\x05\xed\x9b\x82\x3c\x12\x2a\xa2\x94\xd8\x55\xf7\xba\xd5\xb2\x20\x12\xe8\xd4\x9e\xd0\x9e\xd1\x81\x8c\x82\x90\x65\x64\xa9\xaa\x25\x84\x8c\xb8\x97\x2a\xc8\x50\xd4\xd6\x18\xaa\xa2\xf6\xc6\x31\x72\x54\x45\xed\x4b\xa0\x55\xa0\x53\x25\x6a\xeb\xe8\x41\x24\x4a\x09\x46\x6c\x74\x64\x94\x14\xc2\xb1\xb1\x08\xec\x04\x21\xcf\x46\x4f\x37\x1e\xe8\x46\xcf\x46\xcf\xff\x04\xe5\xe2\x67\xb7\xfc\x6c\x29\xcb\xf8\xb7\x39\x94\xef\x65\xeb\xb6\x45\xb0\x4b\xce\x18\x67\xda\x39\x1a\x76\x19\x60\x88\xb8\x2d\x75\x1a\x53\x71\xd1\xe7\x5f\x00\x00\x00\xff\xff\x2f\x4d\x97\xcf\x00\x03\x00\x00"); -var _aeab =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x4c\xd3\xcf\x6e\xda\x40\x10\x06\xf0\xbb\x9f\x62\x8e\xe9\x21\x65\xff\x78\xbd\xb6\x84\x90\x1a\x90\x52\x0e\x69\xab\x52\xd2\x4a\x55\x0f\xe0\x1d\xa3\x95\xca\xda\x5a\xec\x03\x6f\x5f\xcd\x8c\xe3\xe6\x10\x7d\xe1\x67\x7f\xbb\x63\xbc\xac\xb6\xfb\xdd\x3e\xc5\x11\x56\xdf\x72\xdf\x1e\x70\x84\x2e\xa6\x90\xf1\xd6\x4f\xb9\x45\x38\xe3\x25\xa6\xa2\xd0\x06\x42\x6c\xc7\xb7\x8f\x1c\xed\xf5\x34\x14\xc5\xea\x98\xe2\xf3\xd3\xe3\x71\x7b\x30\x8f\x9f\x61\xba\xe1\xcc\xdb\xfd\xee\x70\xbf\x8d\x78\xdd\xa7\xae\x07\x2b\xf5\x30\x0d\xf3\x12\x00\xab\xef\x78\x89\xb7\x31\xdf\xe1\xe1\x53\xe8\xcf\xf8\x01\x02\x76\xe4\x5f\x73\xc0\x1c\xd3\x05\x1e\x9e\x9f\xf4\xa2\x87\x69\x18\xfe\xe2\x15\xd3\x08\x25\x1b\xa6\xc0\x59\xac\xb6\x2f\xa7\xe1\xcb\xe9\x8a\xf0\x7e\x96\x57\xbe\xc8\xd7\x5e\x31\xdf\x62\x9f\x40\x9b\x8f\x4a\xb9\xff\xfe\xe3\x3e\x20\xe8\x79\x91\x5f\xc7\xfd\x0e\x7e\x6b\xd0\x0a\x8c\xb3\x95\xff\x33\xfb\xcf\x97\x3e\x2c\x77\x99\x52\xc6\x6f\x63\xc8\xa7\x74\xc1\x62\x6d\x94\x2e\x37\x30\x87\x6b\x6a\x12\x53\xb1\x50\xb8\xa6\x29\xd6\xc6\x18\x47\xc2\xe1\xbd\xaa\x8b\xb5\x55\x4a\x6f\x60\x0e\xe7\x1d\x8b\x11\x31\x24\x25\x4b\x2d\xd2\x6d\xc0\xd5\x2c\x5a\xb1\x68\x6a\x35\x22\x56\xc4\xf2\xd2\x15\x53\x29\xe4\xa8\x66\x58\x2a\x11\x4f\x35\x53\xac\xbb\x8e\xb7\x97\x70\xbe\x66\xa9\x45\x1a\x6a\x29\x96\x56\xa4\xa5\x7b\x2c\x0b\x8a\x20\x6f\xe6\x89\xf4\x89\x49\x9f\xe9\xa6\x8a\x25\x88\x84\xb7\x87\xed\x3a\xdd\x09\xd1\x83\xf8\x86\xc4\x9e\x59\x28\xbc\x57\x42\xd2\xb3\xdc\xd3\x3c\x81\x95\x1e\x45\xa5\x58\x9c\xf4\x28\x5c\xc3\xdb\x39\xa9\x51\xb8\x86\x47\x72\x32\xa5\x93\x29\x4b\x22\xb4\x4c\xc8\xdf\x92\xd6\x74\x78\x96\x77\x48\xff\xd3\x99\x5d\x8e\x51\x3b\xe5\x8c\x69\xe4\x13\xcb\x07\x85\x5e\x7e\x4c\xb8\xfc\x28\x86\x7e\xa0\x16\xff\xfd\x0b\x00\x00\xff\xff\x66\xba\x5f\xa0\x40\x03\x00\x00"); -func _dccc ()([]byte ,error ){return _g (_efea ,"UniJIS-UTF16-H")};func _gdg ()([]byte ,error ){return _g (_afdba ,"Roman")};func _cfae ()([]byte ,error ){return _g (_bed ,"Adobe-GB1-2")};func _fe ()([]byte ,error ){return _g (_ee ,"78-RKSJ-H")};func _eead ()(*asset ,error ){_aag ,_bcbd :=_gfbg (); -if _bcbd !=nil {return nil ,_bcbd ;};_dagf :=bindataFileInfo {_b :"KSCpc-EUC-H",_ffe :10306,_ag :_ed .FileMode (436),_ac :_c .Unix (1580492597,0)};_abafc :=&asset {_abe :_aag ,_ece :_dagf };return _abafc ,nil ;};func _ffg ()([]byte ,error ){return _g (_cddd ,"Adobe-KR-UCS2")}; -var _gffc =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\xd5\x4f\x6b\x63\x37\x14\x05\xf0\xbd\x3e\xc5\x5b\x4e\x17\xad\xa5\xfb\x4f\x12\x3c\x02\x25\x19\x68\x16\x93\x29\x4d\xa7\x2d\x94\x2e\x1c\x3f\x39\x18\x1a\xdb\xd8\xce\x22\xdf\xbe\xdc\x7b\x9c\x14\x66\x11\x9c\x1c\x9e\xce\x8b\x7f\x70\xd0\xea\xf6\xfe\xee\x7e\xbf\xbb\x4c\xab\x5f\x4f\x87\xcd\xe3\xb8\x4c\xdb\xdd\x7e\x39\x8d\xf3\xe1\xf5\xb4\x19\xd3\xd3\x78\xde\xed\x53\x2a\x34\x2d\xbb\xcd\xe5\xfd\xcf\xf8\xd8\xbc\xac\x8f\x29\xf9\xf9\xc7\xb7\xf3\x65\xbc\xdc\xef\xb7\x87\x89\xf1\xdc\xf2\x7a\xbc\x3e\x3b\x4d\xab\xdf\xc6\xf3\xee\x7c\x39\xbd\x4d\x9f\x7e\x5e\x0e\x4f\xe3\x87\x69\x19\x5b\xcf\xbf\x9e\x96\x71\xda\xed\x9f\xa7\x4f\xb7\x0f\x8f\xe5\x23\x7e\x7c\x3d\x1e\xff\x1d\x2f\x63\x7f\x99\x72\x64\x63\xbf\xc4\x67\x5a\xdd\x7e\x59\x1f\x1f\xd6\x2f\x63\x5a\xdd\x3e\x3c\xd2\x8f\xbf\x44\x1c\xe9\x1f\xe3\x74\xde\x1d\xf6\x53\xc9\x3f\xe5\x6c\xff\xe7\xbf\xbf\x1d\xc7\x54\xae\xc7\xbf\xdd\xdf\x7d\xdd\x6e\xcf\xe3\x32\xb5\x8c\xea\xd5\x5f\xdf\xee\xef\xa6\xbf\xcb\x54\xf2\x44\xca\xcd\xfe\xb9\x3e\xfa\xe7\x97\xc3\x32\xae\xef\x4f\x05\xdf\x65\x73\x58\xc6\xf9\xb8\xde\x8c\xd3\x7a\xff\x3c\xd2\x34\xcd\x54\xa8\xdc\x4c\x73\xfd\x5c\x3f\xdf\xf8\xbf\xf9\xdd\x13\xa9\xd1\xf5\xe4\x6e\x41\xf2\x7e\x82\x4a\x1d\x37\x93\xf6\x6e\x69\x26\x42\x44\x1e\x59\xee\x39\xcd\xc4\x88\x38\xa2\xd2\x24\xcd\x24\x88\x24\x22\xaa\x2d\xcd\xa4\x88\x34\x22\xae\x94\x66\x32\x44\x16\x91\x98\xd7\x57\x44\x35\x22\x35\xaf\x6f\x88\x5a\x44\xa6\x5e\xdf\x11\xf5\x88\xaa\x78\xfd\x1a\xd1\x3a\xa2\x26\x5e\xff\x84\xe8\x29\xa2\xce\x5e\xbf\x41\xb4\xf1\xa8\x66\xf6\xfa\x05\xd1\x12\x51\x21\xaf\x1f\x88\x46\x44\x54\xbc\x7e\x8b\x68\x1b\x11\x17\x4a\x33\xe7\x88\x38\x47\x24\xd9\xd2\xcc\xf0\xe2\xf0\xaa\x9a\x73\x9a\x19\x5e\x4c\x88\xba\xa4\x99\xe1\xc5\xe1\x55\xad\xb5\x34\x33\xbc\x38\xbc\x6a\x6d\x5e\x0f\x2f\x0e\xaf\xda\xaa\xd7\xc3\x8b\xc3\xab\xf6\xea\xf5\xf0\xe2\xf0\x6a\xd9\xbc\x1e\x5e\x1c\x5e\xad\xa8\xd7\xc3\x8b\xc3\xab\x91\x7a\x3d\xbc\x38\xbc\x1a\x8b\xd7\xc3\x8b\xc3\xab\x89\x78\x3d\xbc\x38\xbc\x9a\xb2\xd7\xc3\x8b\xc3\xab\x19\x79\x3d\xbc\x38\xbc\x5a\x25\xaf\x87\x17\x87\x57\x6b\xc5\xd2\x2c\xf0\x92\xf0\x6a\xbd\xe4\x34\x0b\xbc\x24\xbc\x7a\xce\x92\x66\x81\x97\x10\xa2\xde\xd2\x2c\xf0\x92\xf0\xea\xa5\x53\x9a\x05\x5e\x12\x5e\x9d\x9a\xd7\xc3\x4b\xc2\xab\x73\xf3\x7a\x78\x49\x78\x75\xa9\x5e\x0f\x2f\x09\xaf\xae\xe6\xf5\xf0\x92\xf0\xea\x66\x5e\x0f\x2f\x09\xaf\x5e\xd5\xeb\xe1\x25\xe1\xd5\x9b\x7a\x3d\xbc\x24\xbc\x7a\x17\xaf\x87\x97\x84\x57\xc9\x99\xbd\x1f\x60\xb2\x20\x2b\xec\x2f\x80\x98\x0c\x64\x44\xfe\x06\x90\xc9\x16\x19\x53\x4e\xb3\xc2\x4c\x33\x32\x29\x92\x66\x05\x9a\x16\x64\x9a\x5b\x9a\x15\x6a\x4a\xc8\x2c\x53\x9a\x15\x6c\xca\xd7\xcc\xd7\xab\x70\x53\x41\x56\x7d\xbe\x0a\x38\x55\x64\xcd\xf7\xab\x90\x53\x43\xd6\x7d\xc0\x0a\x3a\x0d\xba\x52\xb2\x2f\x58\x61\xa7\x0d\x59\xf1\x09\x2b\xf0\xb4\x23\x23\xdf\xb0\x42\x4f\xd7\xc8\xd8\x47\xac\xe0\xd3\x27\x64\xe2\x2b\x56\xf8\x29\xfc\x8a\xfa\x8c\x15\x7e\x0a\xbf\x62\xbe\x63\x85\x9f\xc2\xaf\x54\x1f\xb2\xc2\x4f\xe1\x57\x9a\x2f\xd9\xe0\x67\xf0\x2b\xdd\xa7\x6c\xf0\x33\xf8\x51\xf6\x2d\x1b\xfc\x0c\x7e\x54\x7c\xcc\x06\x3f\x83\x1f\x91\xaf\xd9\xe0\x67\x72\xcd\x7c\xce\x06\x3f\x83\x1f\xb1\xef\xd9\xe0\x67\xf0\x23\xf1\x41\x1b\xfc\x0c\x7e\xa4\xbe\x68\x83\x9f\xc1\x8f\xcc\x27\x6d\xf0\x33\xf8\x51\xf5\x4d\x1b\xfc\x0c\x7e\xd4\x7c\xd4\x06\x3f\x83\x1f\x75\x5f\xb5\xc1\xcf\xe0\xc7\xd9\x67\x6d\xf0\x33\xf8\x71\xf1\x5d\x1b\xfc\x0c\x7e\x4c\x3e\x6c\x83\x9f\xc1\x8f\xd9\x97\x5d\xe1\x57\xe1\xc7\xe2\xd3\xae\xd7\x6b\x04\x7e\xac\xbe\xed\x0a\xbf\x4a\x22\x9e\x59\xc9\x71\xc1\xbc\x5f\x24\xfe\xbb\xdf\xbf\x1f\x37\xe2\xe6\xf5\x74\x1a\xfb\x4b\xdc\xbe\x71\xf3\xf9\xd5\xb5\xdb\x8f\x8f\x9b\xfc\x78\x38\xfa\xa9\xf8\xf9\x2f\x00\x00\xff\xff\xb9\xb9\xd4\x19\xf5\x07\x00\x00"); -var _debc =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x44\xd4\x41\x6b\xdb\x4e\x10\x05\xf0\xbb\x3e\xc5\x1e\xf3\x3f\xfc\x6b\x49\xb3\xb3\xbb\x82\x60\x08\xf1\xa1\x2e\xa4\x29\x4d\x93\x16\x4a\x0f\xb2\xb4\x36\x82\x5a\x16\xb2\x7c\xc8\xb7\x2f\xf3\x9e\xeb\x1e\xc2\xc4\xbf\xec\xce\xee\x1b\xe2\x5d\x3d\x6e\x37\xdb\x71\x58\xdc\xea\xcb\x7c\xea\x5e\xf2\xe2\xf6\xc3\xd8\xcf\xf9\x7c\xba\xcc\x5d\x76\xbb\x7c\x18\xc6\xa2\xa8\x6a\xd7\x0f\xdd\xf2\xf7\x23\x4a\x77\x6c\xa7\xa2\x58\x3d\xf4\xfd\xff\x1f\xdd\xe5\x9c\xaf\x9f\x1f\xb7\x9b\x97\xf7\xf3\x92\x8f\xdb\x71\x7f\x72\xc2\x7d\xfd\x65\xba\xee\x75\x6e\xf5\x35\x1f\x86\xf3\x32\xbf\xbb\xbb\x87\xfe\xb4\xcb\xff\xb9\x3e\xef\xcd\x9f\xe7\x3e\xcf\xc3\x78\x70\x77\x9f\xda\xa9\x1d\xab\xdb\x1f\x5e\x2e\xd3\xf4\x3b\x1f\xf3\xb8\xb8\x0a\x96\xc7\x1e\xb5\x58\x3d\x3e\xb5\xd3\xe7\xf6\x98\x1d\xee\xf1\x06\x05\xbe\xe5\xf9\x3c\x9c\x46\x57\x95\x1f\xca\x32\xfc\xf3\x6f\xef\x53\xbe\x76\x29\x56\xaf\xdb\xcd\xf3\x7e\x7f\xce\x8b\x8b\x4d\xc9\x35\x3f\x5e\xb7\x1b\xf7\xb3\x72\x55\xe9\x6a\x95\x3a\xfd\xba\x2e\xfd\xfe\x74\xea\x6f\x1b\x35\x32\x4d\x37\xf4\x73\x3b\x1e\x72\x71\x5f\x57\x75\xbd\x76\x56\x64\xed\x62\x4a\x11\xe4\x49\x7e\xed\x52\x1d\x12\x48\x49\x6a\x14\xbd\x91\x54\x20\xa9\xb1\xb1\x01\x75\xa4\x6c\xd4\x54\x46\x9e\xab\xbc\x82\xb0\xd1\x07\x52\xb0\x5e\xa9\x06\x45\x52\x44\x7b\x05\x25\x52\xc2\xaa\x12\xd4\x90\x1a\xac\xc2\x55\x7d\x0b\xd2\x1d\xda\xdb\x25\x7c\x8d\x13\x51\x62\x53\x25\x90\x90\x04\xc4\x55\x4a\xb2\x7b\x35\x75\x09\x8a\xa4\x08\xaa\x40\x0d\xa9\x01\xd9\x55\xbd\x67\x2f\x8f\x5e\xb5\x18\x05\x52\x20\x79\x10\xdb\x07\xb6\x57\x10\xdb\x07\xb6\x0f\xa0\x4c\xca\x20\x0b\xe4\x23\x37\x46\x0c\x27\x58\x2f\x65\x20\x65\xa0\x3a\x81\x84\xc4\x13\x1b\x90\x92\x70\xa2\x94\xa0\x48\xc2\x89\x52\x81\x1a\x12\x02\x89\x05\x52\x06\x52\x06\x12\x0b\xa4\x0c\xa4\x0c\x24\xb8\x04\x03\x29\x03\x89\x82\xd8\x9e\x81\x24\x80\x32\x09\x81\xc4\x02\x29\x03\xa9\x05\x8a\x8d\xa4\xe2\x3e\x46\xb5\x4b\xb0\xc4\xc6\x0b\xa8\x25\xb5\xa0\x12\xb4\x23\xed\xd6\x2e\x89\x65\x8c\x51\x3b\x52\x87\x55\x15\xa8\x27\xf5\xb6\x4a\xb8\x31\x93\xf6\x20\x6c\x0c\x25\xc8\x4a\x6c\xbc\x82\x2a\x52\x85\x55\xb8\x57\xa8\x49\x35\x56\x45\x90\x90\x30\x09\xc5\x89\xc1\x93\xec\xdb\x21\x9e\x1b\x95\x84\xe1\x28\x02\x85\x40\x42\x6c\xc5\xbd\x30\x2f\x96\x24\xde\x83\x12\x29\x81\x78\x22\x87\x13\x30\x1c\xe5\x2a\x0e\xc7\x4a\x12\xce\x2b\x70\x38\xa1\x03\x31\x23\x27\x11\x30\x09\xe5\xbd\x38\x09\x2b\x49\x94\xed\xf7\x24\x0c\x87\x57\x8d\x1c\x8e\x95\x24\x1a\x40\x0c\x64\x25\x89\xfd\x47\xc7\x3e\x62\x38\x28\x49\x44\xec\x2d\xbb\x3d\x23\xf6\xbb\xbd\xa2\xb7\x57\xad\xbb\xcc\x73\x1e\x17\xbc\xa1\x78\xbe\xec\xfd\x19\xc6\x7c\x7b\x9f\xa7\xd3\x64\xbb\xf0\xf3\x27\x00\x00\xff\xff\x72\xe0\xee\x65\xcb\x05\x00\x00"); -var _fgfe =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x4c\x92\x41\x8b\xdb\x30\x10\x85\xef\xfa\x15\x73\xdc\x1e\xb6\xb6\xe2\xd8\x91\x20\x2c\x94\x84\x52\xb3\x6c\x5b\x9a\xcd\xb6\x50\x7a\x90\xa5\x71\x2a\x68\x64\x23\xdb\x87\xfc\xfb\xa2\xd1\xc4\xed\x21\x48\xdf\x93\x46\x79\xcf\x33\xc5\xa1\x3d\xb6\xc1\xcf\x50\x7c\x8d\x83\x3d\xe1\x0c\xbd\x0f\x2e\xe2\x34\x2c\xd1\x22\x74\x78\xf1\x41\x08\xb9\x01\xe7\xed\x7c\x47\x5a\xec\xd5\x8c\x42\x14\xe7\xe0\x9f\x4f\x8f\xe7\xd7\x8f\xea\xf1\x13\x2c\x13\xb2\x7c\x68\x8f\xa7\xdb\x34\xe3\xb5\x0d\xfd\x00\x55\x2e\x77\xcb\xc8\x4f\x00\x14\xdf\xf0\xe2\xa7\x39\xde\xe0\xe1\x83\x1b\x3a\x7c\x07\x0e\xfb\xa4\x7f\x89\x0e\xa3\x0f\x17\x78\x78\x1e\x22\x1a\xb9\x1e\x9c\x96\x71\xfc\x83\x57\x0c\x33\x48\xd2\x30\x38\x5a\x45\x71\x78\x31\xe3\x67\x73\x45\xf8\xdf\xce\x1b\x1d\xd2\xd9\x1b\xc6\xc9\x0f\x01\xa4\x7c\x5f\x96\xf5\x3f\xfd\xf5\x36\x22\x3f\x26\x8a\x1f\xe7\xf6\x08\x3f\x25\xc8\x12\x36\xf5\x56\xd6\xbf\x58\xff\xfe\x32\xb8\xf5\x96\x94\x39\x81\xf5\xce\xfe\x36\x51\xec\x71\xa3\x4a\xdd\x3c\x81\x2a\x1b\x99\xc9\xd4\x89\x6a\x25\xf6\x58\xa9\x52\x57\x89\x76\xb5\xd8\x63\xdf\x59\x25\x89\x1a\x26\x4b\xa4\x99\x30\x91\x2a\x33\x75\x1d\xd1\x8e\xc9\x11\x29\xa6\x9e\x28\xd7\x39\x4d\x75\xcd\x86\xa8\x37\xf4\x7f\xba\x4a\x5f\xe7\x6e\x52\xec\x56\xd3\xd1\x84\x0b\xb2\xeb\xea\x09\xf2\x66\x4b\x86\x75\x36\x9c\x2c\xe6\xcd\x86\xe4\x86\x65\xc5\xb2\xa6\x08\x4d\xcd\xf1\xb6\x77\x99\x52\x37\x15\x67\xa1\xdb\x69\xa3\x29\x22\xc7\xd0\x86\x65\x9d\x13\x48\x4e\xd0\x65\xd9\x69\x8a\xa9\x4b\x36\x9f\xcd\x12\xa4\xa9\x5a\xbb\x6c\x97\x18\x31\xcc\x34\x53\xd4\xc7\xd4\x1b\x1f\x70\x1d\xdb\x71\x18\x53\x15\xfd\xfe\x06\x00\x00\xff\xff\x62\x85\x62\x69\xe2\x02\x00\x00"); -var _gbdd =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\xd5\x4f\x6b\xeb\x46\x14\x05\xf0\xbd\x3e\xc5\x2c\x5f\x17\xaf\x99\xfb\x67\x46\x23\x10\x81\x47\xc2\x83\x2c\xde\x6b\x69\xfa\x0f\x4a\x17\x8e\x35\x0e\x86\x46\x36\x8e\xb3\xc8\xb7\x2f\xe7\x1e\x3b\x94\x2e\x82\xa3\x13\xe9\x4a\xf9\x1d\x8f\xe6\xe6\xee\xe1\xfe\x61\xdd\x9f\xd3\xcd\xcf\xa7\xc3\xf6\xb1\x9f\xd3\x6e\xbf\x2e\xa7\xfe\x7a\x78\x3b\x6d\x7b\x7a\xea\xcf\xfb\x75\x18\x44\xd3\xb2\xdf\x9e\xaf\x87\xf1\xb1\x7d\xd9\x1c\x87\x01\xd7\x3f\xbe\xbf\x9e\xfb\xcb\xc3\xba\x3b\x24\xe3\x79\xcb\xdb\xf1\x72\x6e\x4a\x37\xbf\xf4\xe7\xfd\xeb\xf9\xf4\x9e\x3e\x7d\x59\x0e\x4f\xfd\x87\xb4\xf4\x1d\xf2\x9f\x4e\x4b\x3f\xed\xd7\xe7\xf4\xe9\xee\xfb\xa3\x7c\xc4\x8f\x6f\xc7\xe3\x3f\xfd\xa5\xaf\xe7\x54\x22\xeb\xeb\x12\x9f\xc3\xcd\xdd\xb7\xcd\xf1\xfb\xe6\xa5\xa7\x9b\x98\xf4\x19\xd7\x7d\xe6\x49\xf1\xb7\xdf\xfb\xe9\x75\x7f\x58\x93\xfc\x98\xf3\x7f\xe2\x5f\xdf\x8f\x3d\xc9\x65\xc6\x9f\xbf\x3d\xdc\xa7\xbf\x24\x49\x4e\x5a\xca\xd4\xfe\xbe\xe4\x7f\x7c\x3b\x2c\x3d\xe5\xeb\x9d\x1e\xee\xef\x0e\x6f\xeb\x39\xc9\x94\x5b\x63\x28\xfc\x97\xb6\x87\xa5\xbf\x1e\x37\xdb\x7e\xda\xac\xcf\x7d\x48\x69\xce\x39\xe7\xdb\x34\xfb\x97\xaf\x5f\x6f\xf1\xb4\xff\x3b\x63\x18\xcb\xe5\xca\xfd\xc2\xe4\x7a\x45\xce\xbb\xdd\x6d\xca\xc3\x9c\x85\xc7\x82\x63\x2d\x75\x98\xb3\x32\x51\x24\x45\x74\x98\xb3\x31\x31\x24\x63\x6d\xc3\x9c\x9d\x89\x23\x91\xac\x3e\xcc\xb9\x30\x2a\x11\x69\xc3\xec\xca\xa8\x46\x54\x0c\xc3\x47\x46\x63\x44\xe3\x84\xe9\x8d\x51\x8b\x27\xc8\x8e\xf1\x13\xa3\x29\x22\xcb\x18\xbf\x61\xb4\xb9\x3c\x27\xc6\x3f\x31\x7a\x8a\xa8\x09\xc6\x6f\x19\x6d\x11\x59\x1e\x31\x7e\x61\xb4\x44\x64\x8a\xf1\x9d\x51\x8f\xa8\x34\x8c\xdf\x31\xda\x45\xd4\x3c\x0f\xb3\x50\x4a\x42\xca\xf3\x54\x87\x59\x88\x25\x81\xe5\x56\x74\x98\x85\x5a\x12\x5a\x5e\x73\x1b\x66\x21\x97\x04\x97\xb7\xea\xc3\x2c\xf4\x12\xbf\x98\x62\x3c\xbd\x24\xbc\x8a\x8d\x18\x4f\x2f\x09\xaf\x52\x0d\xe3\xe9\x25\xe1\x55\x5a\xc3\x78\x7a\x49\x78\x55\x71\x8c\xa7\x97\x84\x57\xf5\x8c\xf1\xf4\x92\xf0\xaa\x15\xc5\x0a\xbd\x24\xbc\xea\x84\x66\x85\x5e\x12\x5e\xa3\xa0\x5a\xa1\x97\x84\xd7\xe8\xa8\x56\xe8\x25\xfd\xd2\x3f\xc6\xd3\x4b\xc2\x6b\x9c\x50\xad\xd2\x4b\xc3\xab\x09\xaa\x55\x7a\x69\x78\x35\x47\xb5\x4a\x2f\x0d\xaf\x36\xa2\x5a\xa5\x97\x86\x57\x9b\x50\xad\xd2\x4b\xc3\x6b\x52\x54\xab\xf4\xd2\xf0\x9a\x1c\xd5\x2a\xbd\x34\xbc\xa6\x11\xd5\x2a\xbd\x34\xbc\xa6\x09\xd5\x2a\xbd\xb4\x5d\xbf\xab\x98\x4f\x30\x9d\x98\x39\xca\x55\x8a\xe9\x86\xd9\x88\x76\x95\x64\x1a\x64\x68\x1f\xb7\xa0\x99\x6e\x99\x29\xfa\x55\xa2\xe9\xc2\xac\xa0\x60\xa5\x9a\x76\x66\x23\x1a\x56\xb2\xe9\x8e\x8b\x24\xa3\x62\xa3\x9b\x65\x66\x8a\x8e\x8d\x70\x26\xcc\x0a\x4a\x36\xca\x99\x5e\x17\x58\x1e\x66\x23\x9d\x05\x9d\x58\x46\xcd\x46\x3b\xe3\xda\x34\x43\xcf\x46\x3c\xe3\xe2\xb4\x82\xa2\x8d\x7a\xc6\xd5\x69\x0d\x4d\x1b\xf9\x8c\xcb\xd3\x33\xaa\x36\xfa\x19\xfd\xdc\xd0\xb5\xd1\xcf\xe8\xe7\x05\x65\x1b\xfd\x8c\x7e\xde\xd0\xb6\xd1\xcf\xe8\x57\x04\x75\x1b\xfd\x6c\x7b\x7d\x2b\xe0\x1e\xf4\x33\xfa\x95\x8a\xc2\x8d\x7e\x46\xbf\xd2\xd0\xb8\xd1\xcf\xe8\x57\x05\x95\xfb\xe5\x1d\x48\xbf\x6a\xe8\xdc\xe9\xe7\xf4\xab\x15\x9d\x3b\xfd\x9c\x7e\xb5\xa1\x73\xa7\x9f\xd3\x6f\x14\x74\xee\xf4\x73\xfa\x8d\x8e\xce\x9d\x7e\x4e\xbf\xb1\xa2\x73\xa7\x9f\xd7\xeb\xab\x0c\xf7\xa0\x9f\xd3\xaf\x09\x3a\x77\xfa\x39\xfd\x9a\xa3\x73\xa7\x9f\xd3\xaf\x55\x74\xee\xf4\xf3\x4d\x8b\x6c\x72\x8f\x37\xfa\xf5\xcd\x8d\xdf\xb1\xef\x7d\xec\x44\xdb\xb7\xd3\xa9\xaf\xe7\xd8\xf5\x62\xb3\xc1\x5e\xb1\x5f\xfb\xc7\x0e\x7a\x3c\x1c\x71\x55\xfc\xfc\x1b\x00\x00\xff\xff\x71\x52\xeb\xb8\x6d\x07\x00\x00"); -func _ged ()([]byte ,error ){return _g (_fcdb ,"Ext-RKSJ-V")};func _fdbf ()([]byte ,error ){return _g (_bdge ,"UniJIS2004-UTF16-V")};var _bed =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\xd6\x4d\x6f\xdb\x46\x18\x04\xe0\x3b\x7f\xc5\x1e\xd3\x43\xea\x7d\x3f\xf6\x83\x00\x61\xa0\x89\x91\x40\x87\x34\x45\xd3\xb4\x05\x8a\x1e\x64\x71\x69\x08\xa8\x29\x41\x92\x0f\xfe\xf7\xc5\xec\x48\x2e\xd0\x43\xa0\x68\xbc\x7c\x29\x3d\xe3\xe5\xfa\xee\xe3\xe6\x61\xb3\xee\x2f\xe1\xee\x97\xd3\x61\xf7\xad\x5d\xc2\xb2\x5f\xe7\x53\x3b\x1f\x5e\x4e\xbb\x16\x1e\xdb\xd3\x7e\x1d\x06\xd1\x30\xef\x77\x97\xdb\xdb\xfe\xb2\x7b\xde\x1e\x87\x01\xd7\x7f\x7b\x3d\x5f\xda\xf3\x66\x5d\x0e\xc1\xb8\x6e\x7e\x39\x5e\xd7\x86\x70\xf7\x6b\x7b\xda\x9f\x2f\xa7\xd7\xf0\xee\xa7\xf9\xf0\xd8\x7e\x08\x73\x5b\x90\x7f\x3d\xcd\xed\xb4\x5f\x9f\xc2\xbb\xcf\x1f\xe4\x2d\xfd\xf6\x72\x3c\xfe\xd3\x9e\xdb\x7a\x09\xda\xb3\xb6\xce\xfd\x75\xb8\xfb\xf8\x65\x7b\xfc\x79\xfb\xdc\xc2\x5d\x1f\xf4\xfe\xf3\x07\x79\xcf\x35\xfd\x47\xbf\xb7\xd3\x79\x7f\x58\x83\xc8\x8f\x31\xe6\xff\xf2\xdf\x5e\x8f\x2d\xc8\x75\xc6\xf7\xcd\xc3\xd7\x65\x39\xb7\x4b\x28\x29\x72\xcd\x9f\xdf\x37\x0f\xe1\x2f\x09\x12\x83\x26\x4f\xfe\xf7\x75\xe9\x1f\x5f\x0e\x73\x0b\xf1\x76\xf3\xcd\xc3\xc7\xc3\x0b\x3e\x95\x8a\x16\x86\xc2\x2f\xb9\x3b\xcc\xed\x7c\xdc\xee\xda\x69\xbb\x3e\xb5\x21\x84\x29\xc6\x18\xef\xc3\x94\xf2\xa7\x4f\xf7\xf8\x02\xff\x5b\x31\xd4\x72\xbd\x72\x3f\x33\xb9\x5d\x11\xe3\xb2\xdc\x87\x38\x4c\x51\xf8\x5e\xf0\x5e\x53\x1e\xa6\xa8\x4c\x14\x49\x12\x1d\xa6\x68\x4c\x0c\x49\xc9\x75\x98\xa2\x33\x71\x24\x12\xd5\x87\x29\x26\x46\xa9\x47\x5a\x31\x3b\x33\xca\x3d\x4a\x86\xe1\x85\x51\xe9\x51\x19\x31\xbd\x32\xaa\xfd\x13\x44\xc7\xf8\x91\xd1\xd8\x23\x8b\x18\xbf\x65\xb4\xbd\x7e\x4e\x8c\x7f\x64\xf4\xd8\xa3\x2a\x18\xbf\x63\xb4\x43\x64\xb1\x60\xfc\xcc\x68\xee\x91\x29\xc6\x37\x46\xad\x47\xa9\x62\xfc\xc2\x68\xe9\x51\xf5\x38\x4c\x42\x29\xe9\x52\x1e\xc7\x3c\x4c\x42\x2c\xe9\x58\x6e\x49\x87\x49\xa8\x25\x5d\xcb\x73\xac\xc3\x24\xe4\x92\xce\xe5\x35\xfb\x30\x09\xbd\xc4\xaf\xa6\x18\x4f\x2f\xe9\x5e\xc9\x0a\xc6\xd3\x4b\xba\x57\xca\x86\xf1\xf4\x92\xee\x95\x6a\xc5\x78\x7a\x49\xf7\xca\xe2\x18\x4f\x2f\xe9\x5e\xd9\x23\xc6\xd3\x4b\xba\x57\xce\x28\x56\xe8\x25\xdd\x2b\x8f\x68\x56\xe8\x25\xdd\xab\x08\xaa\x15\x7a\x49\xf7\x2a\x8e\x6a\x85\x5e\xd2\xae\xfd\x63\x3c\xbd\xa4\x7b\x95\x11\xd5\x2a\xbd\xb4\x7b\x55\x41\xb5\x4a\x2f\xed\x5e\xd5\x51\xad\xd2\x4b\xbb\x57\x2d\xa8\x56\xe9\xa5\xdd\xab\x8e\xa8\x56\xe9\xa5\xdd\x6b\x54\x54\xab\xf4\xd2\xee\x35\x3a\xaa\x55\x7a\x69\xf7\x1a\x0b\xaa\x55\x7a\x69\xf7\x1a\x47\x54\xab\xf4\xd2\x7a\xfb\x5d\xc5\x7c\x82\xe9\xc8\xcc\x51\xae\x52\x4c\xb7\xcc\x0a\xda\x55\x92\x69\x27\x43\xfb\xb8\x05\xcd\x74\xc7\x4c\xd1\xaf\x12\x4d\x67\x66\x09\x05\x2b\xd5\xb4\x31\x2b\x68\x58\xc9\xa6\x0b\x37\x49\x44\xc5\x46\x37\x8b\xcc\x14\x1d\x1b\xe1\x4c\x98\x25\x94\x6c\x94\x33\xbd\x6d\xb0\x38\x4c\x46\x3a\xeb\x74\x62\x11\x35\x1b\xed\x8c\x7b\xd3\x0c\x3d\x1b\xf1\x8c\x9b\xd3\x12\x8a\x36\xea\x19\x77\xa7\x55\x34\x6d\xe4\x33\x6e\x4f\x8f\xa8\xda\xe8\x67\xf4\x73\x43\xd7\x46\x3f\xa3\x9f\x27\x94\x6d\xf4\x33\xfa\x79\x45\xdb\x46\x3f\xa3\x5f\x12\xd4\x6d\xf4\xb3\xdd\xed\xa9\x80\x7b\xd0\xcf\xe8\x97\x32\x0a\x37\xfa\x19\xfd\x52\x45\xe3\x46\x3f\xa3\x5f\x16\x54\xee\xf4\x73\xfa\x65\x43\xe7\x4e\x3f\xa7\x5f\xce\xe8\xdc\xe9\xe7\xf4\xcb\x15\x9d\x3b\xfd\x9c\x7e\x45\xd0\xb9\xd3\xcf\xe9\x57\x1c\x9d\x3b\xfd\x9c\x7e\x25\xa3\x73\xa7\x9f\xe7\xdb\xa3\x0c\xf7\xa0\x9f\xd3\xaf\x0a\x3a\x77\xfa\x39\xfd\xaa\xa3\x73\xa7\x9f\xd3\xaf\x66\x74\xee\xf4\x73\xfa\xd5\x11\x9d\x3b\xfd\x9c\x7e\xa3\xa2\x73\xa7\x9f\xd3\x6f\x74\x74\xee\xf4\x73\xfa\x8d\x05\x9d\x3b\xfd\x9c\x7e\xe3\x88\xce\x9d\x7e\xbe\xf0\x59\xab\xe8\x3c\x5d\xcf\x90\x78\x7b\xfe\xc6\x61\x4a\xf4\x4b\x3c\x15\x62\x41\xe7\x89\x7e\x49\x99\x8d\xe8\x3c\xd1\x2f\x75\x3f\x15\x45\xe7\x89\x7e\xc9\x99\x25\x74\x9e\xe8\x97\x12\xb3\x82\xce\x53\xbe\x9e\x5d\xb9\xdd\x07\xd5\x28\xb9\x9f\x60\xb7\x93\x0a\xff\xc7\xc9\xff\x76\x18\xef\x5e\x4e\xa7\xb6\x5e\xfa\xb9\xdf\xcf\x5b\x9c\x8d\xfb\xb5\xbd\xfd\x0d\x71\x3c\x1c\x71\x55\xff\xf7\x6f\x00\x00\x00\xff\xff\xe0\x07\xe7\xdd\x6f\x08\x00\x00"); -func _edgf ()([]byte ,error ){return _g (_faabb ,"KSC-Johab-H")};var _ggcb =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\xfd\x4f\xeb\x2d\x3f\x92\xa0\x87\xef\xeb\x55\xdc\xe5\xfc\x16\xf3\xab\xcc\x54\xfc\x51\x42\x71\xc1\xcc\xb8\x71\x33\x8c\x6d\xdc\x1e\xdb\x60\xbc\x38\x27\x4f\x66\x53\xe0\xfe\x56\x51\x5d\xb3\x98\x77\x6f\xf4\x3c\xa7\xc6\xc6\x18\x6e\xad\x9e\xfb\xd1\xcd\xa3\x94\x94\x52\x28\x14\x0a\x85\x7e\xff\xef\xfe\xf1\xdf\xff\xe3\x6f\x7f\xfc\xeb\x8f\xdf\xff\x8f\x7f\xf9\xd3\xf5\x4f\xf7\x5f\x7f\x3c\x7f\xfc\xed\xf3\x97\xfb\x5f\xff\xf4\x9f\xff\x72\xdd\x3f\xde\xf7\x3f\xff\xf1\xb7\xdf\xfd\x6e\x3f\x7e\x7c\xfe\x78\xfd\xf5\x6f\x7f\x82\xeb\x5f\x5e\x7f\xfe\xdd\xef\xd6\xef\xff\xe9\xbf\xfc\xeb\x5f\xef\x7f\xf9\xc7\xdf\x9e\x3f\xfd\x18\x3e\xf7\xf9\xcf\x7f\xfe\x3e\xfb\xe3\xc7\xef\xff\xa7\xfb\x9f\xff\xf8\xaf\x7f\xfd\xcb\x7f\xf9\xf1\x6f\xfe\x9b\xcf\x9f\xde\xf7\xff\xef\xc7\xe7\x7e\x56\xfa\xff\xf0\x97\xcf\xfd\x97\x3f\xfe\xf6\xcf\x3f\xfe\xcd\x7f\xf8\xd3\x5f\xee\xd7\xfe\x5f\xff\xe3\x9f\xfe\xf3\x9f\xff\xfc\x7f\xde\xff\x72\xff\xf6\xd7\x1f\x3b\x69\xf7\x6f\x1f\xf8\xbb\xdf\xff\xbb\xff\xf8\xfa\xf3\x7f\xff\xfa\x97\xfb\xc7\xef\xff\xd3\x6f\x7f\xfc\x0f\xff\xf4\x6f\xff\xd3\xbf\xfb\xa7\xe3\xdf\xfe\x77\xfc\x27\xff\xf7\xbf\xdc\x7f\xf9\xd7\x3f\xfe\xe9\xb7\x1f\xfb\xf6\xff\xdf\xb6\xfa\xbf\xd3\xff\xe7\xff\xf2\xe7\xfb\x9b\xd9\xef\x7e\xff\xbf\xfd\xa7\x7f\xfc\xf7\x3f\xfe\xf7\xfd\xc7\xbe\xfd\x38\x32\xb6\xfa\x3f\xbe\xe9\xff\xeb\x7f\xfc\xd3\xe7\xfe\xb1\xf9\xd7\x61\x05\xae\x3f\x7d\xee\x7f\xfd\xf3\xeb\xba\xff\xf2\xfa\xed\x9f\xef\xdf\xfd\xf8\xf1\x87\x6d\xdb\xb6\x9f\x3f\xfe\xf0\xef\xfb\x1f\xfe\xe1\xe7\xfa\xfb\xbf\xf5\xef\x7f\xf8\x87\xf5\xf7\xfd\xdb\xe7\xff\xf5\x8b\xdf\xed\x66\xf4\xdb\x9f\xfe\xfa\xb9\x1f\xd3\xfe\x96\xc7\xb6\xed\xcf\xcf\x1f\xfb\xfa\xd5\xff\xf3\xbf\x7f\xb7\x6f\xdb\xf7\xed\x7f\xfc\xfc\xd7\x5f\x1c\xfe\xa2\xef\xf5\x8b\x3f\x6c\xdb\x6b\xe7\xef\x85\x63\x9b\xa4\x84\x29\xf1\xf3\xc7\xb1\x07\x29\x6d\x4a\xff\xfc\xb1\x67\x92\x32\x4d\x99\x3f\x7f\xec\x5b\x93\xf2\x32\xe5\xf5\xf3\x47\x95\xf9\xbc\x4d\x79\xff\xfc\xb1\x77\xad\x94\xb7\xef\x5e\xd8\x07\xcf\xbc\x7d\xfb\xc2\x3e\x36\x52\x0e\x53\xc6\xcf\x1f\x33\x06\x29\x96\x67\x61\x3f\x4f\x52\xca\x94\xfa\xf9\xe3\x08\x4a\xf8\xb6\x3c\x0b\xc7\xe6\xbb\x4e\x53\xce\x95\xcf\x41\x8a\x25\x5c\xa8\xa6\x16\x6f\x4b\xf8\xa6\x84\xd4\xe2\x7d\x99\x72\xfd\xfc\xd1\x49\xfb\xbc\x3f\xa6\x7c\x7e\xfe\xe8\xb0\xcc\xb7\x29\xf7\x7a\xc6\x9c\x1f\x53\x9e\xf5\x76\x4a\x78\x59\xc2\x85\x2a\xca\xf3\xb1\xee\x0b\x55\xbc\xeb\x63\xab\x2e\xec\x83\x77\x7d\xac\xc5\x42\x35\x75\xff\xf8\xae\x85\xb2\x0d\x3f\xbe\x6b\xa1\x6d\xe7\xdb\x77\x2d\x74\x92\xf3\xe3\xbb\x16\x3a\x29\xcf\xe3\xbb\x1e\xde\x45\x99\x1f\xdf\xb5\xd0\x96\xf0\xf1\x5d\x0b\x5d\xeb\x57\xfb\xce\xd7\x01\x9d\xeb\x5d\xfb\xc1\xbb\x40\xf9\xcc\xd1\xa6\xf4\xfa\xd5\xfa\x82\xfb\xf0\x57\x0b\x5d\x3b\x29\x87\x29\xc7\xaa\x85\xcf\x0c\x53\xc6\x7a\xe6\x20\x65\x9a\x42\x79\x06\x29\x8f\x29\xcf\xfa\x15\xf9\x04\xf5\x02\x5d\x41\x8a\xef\x5a\xa8\x26\x9f\xf0\x5d\x0b\x5d\x49\xca\x69\xca\xf9\xf3\x47\x7f\x9f\x79\x99\x42\x4f\xa0\x5e\xf1\x36\xe5\xbd\x9e\xe1\x5d\x69\x3e\x49\x99\x79\x57\x5a\xe6\xa4\xcc\xab\x9d\xf7\xb2\x35\x16\xaa\x4d\xb1\x35\x16\x9a\x9a\x1e\xf6\x28\x30\x0f\xba\xdd\x71\xf1\x10\x38\xb6\xf5\xb2\xc3\x0f\x0f\x8e\xed\x20\xe5\x34\xe5\x5c\x29\xfc\xea\xf3\x32\xe5\xb5\x52\x82\x94\xb7\x29\xef\x95\xd2\xa4\xf8\xb2\x85\x63\xe3\xf5\x9f\x8f\x29\x9f\x95\xb2\x9a\x75\x9c\x34\xd9\x58\x03\x3e\xa8\xea\x78\x0d\x53\xce\x9f\x3f\x62\xae\xe6\x18\x0e\xcb\x71\xad\x67\xce\xf5\xf6\x71\xf9\xcc\x75\xfe\xfc\x91\xfb\x2a\x61\x6c\x3c\x03\xf6\xed\x58\x3d\x28\x76\xbe\x4f\xec\x49\xd2\x46\x12\x4d\x14\xc3\xa4\x55\xc8\x18\x26\xc5\x92\x59\x1b\x5d\x26\xd2\xbc\x92\xbc\x56\x8f\x3d\xb6\x7d\xbd\xf0\xd8\xf6\x35\xea\x37\x53\xca\x94\xfa\xf9\x63\xdf\x77\x52\xa6\x29\xe7\x4a\x09\x52\xde\xa6\xbc\x57\x6b\x2f\x11\x73\x6c\xfb\x65\xd2\x67\x3d\x54\xa4\x3c\xa6\x3c\x3c\xd4\x2b\x09\xa9\x78\x6c\xc7\x92\x82\x91\xa4\x1c\xa6\x1c\x3f\x7f\xcc\xda\x7c\x28\x4d\x2a\x4a\xb9\x52\x86\x3f\x5b\x38\xcc\x7b\xf8\xb3\xd5\xb1\xf7\x41\xb1\x47\x98\x12\x3f\x7f\xcc\x9c\x07\x49\x66\xb4\x70\x8e\xc3\xdf\x59\xb9\x85\x73\x1c\xd4\x65\x9c\x26\xbd\x56\x09\x76\x7f\x68\xf5\x16\xf6\xf4\x77\xd6\x6e\x61\x32\x6e\x8e\x2d\x2c\xc2\xc2\xcc\x93\x32\xb4\x65\x58\x98\x56\xaf\x5f\xa6\xd8\x50\x3e\x64\x56\x4d\x4f\x0d\xda\xae\x3f\x26\xdd\x2b\x29\x37\x92\x6c\xbc\x85\x19\x14\x61\xee\xa4\x4c\x32\x5f\x0d\xb5\x6f\x7c\x3b\xb0\xc7\x4e\xca\x69\xca\xea\xce\xfb\x2a\xc0\xee\xf7\x05\x79\x6e\xa4\x94\x29\x4b\xaa\x2f\x69\x73\xec\x07\x39\x83\x83\xba\xed\x7e\x15\x70\x14\xbf\x3a\xfc\x15\x12\x29\x7c\xe6\x6d\xca\x6a\xa4\x25\xf9\x0f\x47\xee\xb1\x67\x2c\x19\x7e\x92\xe2\x33\x89\x0c\x1f\xcc\xb7\x7f\x9b\x23\xff\xbf\xa6\xcd\x63\x2f\xbe\xf4\x5e\x6b\x8c\x14\x55\x6a\x53\x7a\xa5\x24\x29\xa7\x29\x6b\x80\xed\x6d\x8a\xc5\x5d\xd8\x9b\xe2\x9e\x16\xe5\x5c\xdd\xba\x29\xee\x99\xa6\xe4\xea\x7a\x34\xdf\x69\x95\x4e\x1a\xc2\x5f\xb5\x29\x4b\x62\xf0\x65\xf6\x73\x9a\xb2\x24\xc6\xf7\xed\x36\xf1\xc2\x61\x25\xdf\x96\x67\x61\xce\xe2\x67\x6f\x5b\x74\x61\xce\xe2\x43\xbc\x2d\xe3\xc2\x9c\x4b\xaa\x1e\xfb\xdb\x42\x32\x07\xcf\x32\xaf\x30\x29\x48\xa2\x98\x48\x36\x31\xe7\xe4\x87\x97\x6f\xbc\x78\xe3\x24\xfb\xcb\x1f\x5e\xb9\x92\xce\x22\xe9\x63\xd2\x67\x25\xed\x26\x3d\x26\x3d\x24\xf1\xc3\x8f\x79\x7d\xc8\x8b\xd1\xbd\x7f\x2c\xfd\x87\xd2\xa7\x49\x96\x7e\x61\x3f\xfd\x9d\x85\xff\x50\xf8\x34\xc9\x32\x7c\xd0\x20\x78\xdf\x6d\xe6\x0b\xe7\x6e\xf7\xbb\xcd\x7c\xe1\xdc\x4f\xfa\xcd\x6d\xe6\x0b\xe7\x7e\xd2\xca\xb7\xb9\x2f\x9c\xfb\xc9\x07\xbc\xfd\x5c\x0b\xe7\x7e\xd2\xcc\xb7\xdf\x6b\xe1\x44\x10\x1f\xfb\xed\x07\x5b\x38\x51\x63\x8e\xfd\xf6\x8b\x2d\x9c\x4c\x04\xc7\x81\x3e\x27\xf6\xb3\x49\x39\x4c\x59\x15\x4c\x9f\x19\xa6\xac\xd1\xc5\xeb\x8e\xad\x4c\xa9\x25\x04\x68\xbd\x63\x6b\x93\x50\xd9\x0e\x52\xa6\x29\x4b\x65\xe3\x6b\x1d\x0e\x4a\x30\x1d\x17\xc7\xf6\x36\x69\x8d\x9d\x69\x46\x97\x29\x08\x18\x7a\xe3\xb1\x3d\x26\x2d\x75\x67\x5f\x4d\x70\xa0\x28\x88\x03\x49\x75\x38\xbc\xc1\x6c\x44\xdc\xb1\xbf\x4c\x7a\xad\xae\x4f\xb9\xf7\x8f\x29\x4b\x34\x4f\xb2\xde\x6f\x53\x96\x76\x3a\xfc\x95\x2f\x43\x58\xf7\x4e\x93\x28\xac\xc1\xce\x68\x38\x14\x0b\x60\xf6\x30\x29\x4d\xb2\x4d\xa8\xdc\x61\x9b\x1c\xab\x05\xf8\xc0\xc7\x61\x0b\x2c\xf8\x7d\x8f\xc3\x42\x2e\xd8\x2f\x0e\xc5\xc9\x71\x5c\xab\x90\xfe\xca\x42\x2e\x1c\x4c\x44\x87\x32\x1e\xec\x4c\x28\x87\x22\x1e\xec\xd3\x67\xfc\x48\x0b\xc7\x4e\xce\xc3\xf2\x2c\xcc\x71\xf8\x90\x2d\xb2\xb0\x37\x85\x0e\x1b\x72\x61\x26\x5d\xe9\x08\xf3\x5e\x98\x71\xfa\x94\x1f\x77\x61\xa6\x5d\x29\x6d\xa5\x85\xd9\x48\xf8\x23\xfd\x4c\x0b\xb3\x0f\xbe\x5c\xda\x72\x49\xf7\xa2\x57\x28\x2c\xc1\xec\x83\x0a\xa7\x8d\xb2\x30\x97\xb8\xfc\xc3\x71\x28\x0f\xc1\x3e\x4c\x31\xf3\x85\xfd\xfb\x8c\x79\x97\x5f\x85\xcc\xcb\x86\xaa\xd5\x2c\xdf\x14\x9b\x65\x69\x4c\xb3\x0f\x93\x6c\xdf\xe2\x93\x33\x5d\x1d\x0a\xdb\xa3\x59\x15\xd8\x9e\xed\x0f\xbb\x49\xa2\x7e\xed\xe7\x6c\x74\x7e\xbf\xa7\xf3\xdc\xc1\x3c\x17\x4d\x5e\xd3\xbc\xd6\xb4\x35\xc3\x46\x9e\x96\x74\xae\x21\x35\xe9\x3e\xd3\x82\x32\xa9\xb5\x9d\x6c\xda\xec\x0b\xb3\x91\xd4\xc7\xb4\x0c\x73\x8d\xb2\x49\x77\x9d\xbe\x6f\x61\xc6\x37\xc9\x0e\x34\x29\x82\xb9\x2b\xf3\x8f\xd3\x4a\x93\xd5\xcb\x66\x7f\xd1\xec\x4c\x5b\xc7\xcb\x32\xbc\xd0\x1c\x36\x9a\xf4\xe5\x0f\x17\x76\x47\xec\xdb\xdc\xdf\x8e\x4f\xea\x7c\xd9\x7e\x08\xd3\x68\x72\xff\x58\xac\x0f\x65\xb0\xef\xdf\x3e\xb5\x30\xc7\x41\xc7\xba\x1d\x6b\xb7\x9a\xd9\xef\xfe\x70\x0c\x25\xcb\x50\xb2\xd0\x3f\xc6\x4e\x5b\x81\x1d\x79\x30\xf6\x30\x85\xb6\x5a\x2b\x99\x23\xec\x1e\xb1\xbe\x64\x8f\xbf\x63\x7e\x8d\xe2\xd5\xc1\x07\x6e\x3e\x5d\xa8\xb4\xc4\xfa\x36\x93\x36\x8a\x39\x4c\x59\x62\x75\xa3\x8d\xe2\x44\x3c\xc5\x7b\x7d\x14\xfa\x7d\xb0\x38\x3c\x82\xda\x0f\x9a\x3b\x9c\x4a\x62\x09\xda\x46\x95\x4b\xe5\x2c\x48\x84\x43\xa2\xce\x8a\x5c\x2b\xd1\x23\x95\xbc\x20\x0f\x53\x86\x29\x4b\x67\xa1\x9e\xa9\x74\x04\x79\x98\xf2\x31\xe5\xf3\xf3\x47\xa2\xc5\xe4\x76\x9b\x72\xaf\x14\xdf\xfe\x98\xf2\xac\x7c\x56\x35\x72\xb7\x3c\x0b\x79\x98\x62\x79\x16\x32\x4d\xb1\x3c\x0b\xc9\x87\x4e\x85\x2c\x48\x06\x61\xfa\x29\x40\x32\x98\x72\x4f\x53\x72\xfd\xaa\x48\x29\x53\x6a\xa5\x24\x29\x6d\x4a\xaf\x7c\x4c\x99\xa6\xcc\x95\x8f\x39\x9f\xa6\xac\x05\x40\x9a\xf3\xcb\x94\xd7\x4a\xf1\x99\xb7\x29\xef\x95\x8f\xcf\xd8\x3e\x3b\xed\x63\xce\xb6\xcf\x42\x86\xe5\xb1\x7d\x96\x84\x4f\x74\xff\x54\xc0\x83\x44\x7f\x4c\x35\xc1\x5c\x02\x3e\xcb\x14\xeb\x7e\x50\x77\xf2\x39\xac\xfb\x41\xdd\x69\x67\xe7\x00\x90\x8c\xe1\x54\x5b\xcc\x35\x13\x24\x1a\x65\x1e\xd6\x74\x21\xc3\x14\x6b\xba\xa6\x80\x44\x45\x4a\xa7\x00\x90\xc3\x7c\xac\xd7\x41\xbd\x7c\xbb\xf5\x5a\x93\x42\x96\x6f\xf7\x2b\x2f\x24\x9d\x35\x5d\x2e\x80\x44\x80\xe4\xb0\x5e\x83\x7a\x51\xf7\x61\xbd\x06\xf5\xf2\x19\xeb\x35\xa8\x17\x6f\x77\x72\xc9\x35\x95\x24\x8a\x66\x3a\x95\x80\x0c\x5a\x7e\x58\xaf\x41\xbd\xcc\xd9\x7a\xad\xf5\x44\xa2\x7a\xa6\xcb\x09\x90\xc3\x67\xac\xd7\xa0\x5e\xa6\x58\xaf\xb1\xea\x85\xfc\xcc\x61\xbd\x06\xf5\x22\x25\xac\xd7\x5a\x85\x27\xf2\x26\x5d\x83\x80\x44\x48\xa4\xf3\x58\x06\x6f\x27\xe7\xf0\xed\x0b\x19\x3c\xa3\xba\x0c\x0e\xc7\xc5\xcb\x9c\x17\x76\xbf\xc5\xcb\x16\x5b\xd8\xd1\x56\x53\xc9\x09\x0e\xcb\xac\xe0\xcc\x25\x25\x0f\xc7\xc5\xcb\xef\xbe\xe0\x8a\x2f\x5f\xb6\xd8\xc2\x61\xff\x79\xd9\x62\x0b\x87\xa3\xe0\x65\x8b\x2d\xb8\x98\x4c\xf5\x67\x30\xdb\x9f\xa9\x3f\x83\xdd\x0f\xaf\xfa\x0c\xf6\xf2\x19\x3f\x18\x52\xaa\xd1\x74\x52\x31\x05\x0e\xa5\xcb\xdb\x12\x2d\x1c\xca\xa4\xb7\xef\xc7\x86\xd5\xcc\x7a\xa9\xd2\x0d\x76\x3b\xcc\xdb\x0f\xb4\xb0\x97\x85\xf4\x03\xbd\x99\x3f\x6d\x6b\x15\x73\x70\xec\x3c\x74\x59\x93\x0b\x95\x8d\x62\x5f\x16\xfb\x42\x04\xa3\xe9\xe4\x65\x21\x17\x76\x87\xcb\x65\x21\x17\xf6\xf2\x19\x9b\x6d\xe1\xb0\x7b\x5e\x16\x7b\xe1\x70\x20\x5e\x8a\x8a\x0b\x05\x62\x9a\xe4\xd7\xbf\x58\xca\x5a\x46\xab\xb6\x30\xcb\xee\xe8\x4c\x06\x76\x87\xbd\x0b\x05\xb0\xb3\x00\x4c\x85\x7b\xae\x45\xc1\xa1\xe0\x56\x21\x07\xb3\xed\xb3\xce\x6c\x60\x16\x5d\xa2\x36\xbe\x09\xd8\x11\xd4\xe5\x64\x07\x76\x04\x75\x29\xba\xc1\x81\x20\x2a\x45\x37\x38\xe8\xb4\xa5\x88\x03\x07\xc3\xbc\x14\x71\xe0\x3c\x0e\x93\xcc\x68\x27\x23\x5e\xaf\x5e\x0b\xce\x03\x11\x5b\x0a\x0c\x30\xab\xe2\xd7\xb3\x66\x39\xf0\xc0\x8e\x40\x29\x07\x1e\xd8\x11\xaf\xe5\x54\x5c\x4b\x2f\xfb\x16\xa6\x86\x29\x0c\x18\x9f\x09\x53\x62\xa5\x50\xcf\xb2\x75\x16\x0e\x26\x92\xc2\xb4\x25\x0e\x44\x79\xd5\x34\x85\x01\x73\x92\x72\x9a\xf2\x5a\xab\x52\xea\x54\xb6\xce\xc2\x91\xfe\xca\xd6\x59\x38\xd2\xf2\x58\x6f\xf4\xbd\x3c\xd7\xcb\xda\x39\x0a\xcc\x62\xaa\x6d\xa7\x1b\x30\x8b\x0f\xdd\xca\x26\x30\x6b\xe3\x87\xe9\x0f\xd3\x1f\xae\x26\x69\x15\xc5\xc6\x62\x81\x59\xf5\x68\xb5\xb4\x5e\x8b\xf1\x39\xd6\x47\x1b\x5a\xd2\xc7\xc6\x3a\x6b\x29\x12\x63\x63\xb6\x17\xfb\x36\x49\x99\xa4\xac\x39\x79\x5f\x63\x76\x6c\xcc\xc9\x62\xf6\x66\x92\x3f\x5b\xd8\x57\xe7\x1b\xd8\xb0\x16\x56\x4f\xdb\xc9\x88\xea\x0d\x0c\x57\x93\xb1\x3e\x36\x7a\xc8\xc0\x28\x75\x8e\x83\x22\x1d\x16\x69\x61\x62\x01\x1d\x9a\x89\xc4\x6c\x8b\x89\x09\x74\x6c\xd4\x25\x49\x79\x99\xf2\x60\x4b\x8a\x95\xf2\xbc\x4d\x59\x83\x6d\x33\xe5\x32\xe5\x5a\xcf\xac\xd6\x1c\xda\x6d\xc7\xbe\xba\xc5\x58\x03\x62\xec\x74\x0b\x61\x9b\xec\x74\x8b\xb1\xcf\xfb\xe7\x8f\xd8\x56\xb9\x5d\xb1\x8e\x63\xc7\x72\x3a\x56\x0a\x03\x42\x1c\x6b\x18\x8d\xc3\x9c\xc1\xec\xa5\x92\x8d\x83\xc9\x48\xcc\x9e\xe4\x54\xe6\xb4\x54\xf5\x6a\x52\xb0\x35\x89\x63\xe9\x2e\x43\xf5\x7a\x1c\x93\x56\xa2\x48\xc7\xe9\xcf\x16\xce\xc1\x27\x38\xce\x30\x29\x96\x9e\x38\x4d\xba\x4d\xba\xb1\x93\xf1\x43\x74\x69\x71\x6e\xe7\xca\x7e\xb0\x34\x18\x63\x69\xfd\xb5\x24\xd7\x18\x73\x9a\x72\xfe\xfc\x81\x0d\x6e\x0c\x8b\x30\xe6\xf5\xf3\x47\x85\xbf\xfa\x98\xf2\xfc\xfc\x51\x74\x94\x61\x99\xc6\x2a\x40\x0d\x53\xd2\x94\x35\x41\x4f\x72\x3e\xcd\x79\x21\x97\xc2\x3b\x06\x16\x9c\x31\x5e\x6b\xd2\x3c\x79\x86\xa9\x6d\x8c\x35\x6d\xe5\x39\x48\x69\x53\xe6\x2a\x4f\x92\xf2\xfd\xd5\x2a\x4f\x9a\x62\x79\x5e\xab\x3c\xf4\x88\xf1\xb6\x3c\x6f\x6a\x41\xce\x6f\x6b\xb1\xe6\x88\x1a\xd4\xeb\xf2\x99\x35\x21\xd4\x52\x21\xc6\xb8\x0e\x53\x30\xb6\x91\xcf\x65\x79\x16\xaa\xfc\x55\x98\xb2\x94\x93\xd3\x14\x6b\xba\x50\x6b\xea\x1f\x83\x59\x44\x54\x51\xc2\xcb\x5a\x60\x01\x5f\xc2\x7f\x8c\xcb\xd6\xb8\xa8\x97\x6f\xb7\x5e\x0b\x55\xd4\xfd\xb2\xcc\x0b\x58\x64\xc7\x60\x12\x11\xb3\x4f\x5f\xf6\x98\xb4\x2a\xb6\x53\xe8\x8f\x15\x73\xe7\x85\x67\x3e\x56\xe3\x43\x35\x7c\xc6\x22\x7e\xb0\x22\x52\xa0\x8f\x05\xc2\x24\x6f\x55\x3f\xbe\x6c\xa1\x92\x22\x62\x6e\x17\x4b\x5e\xaf\x7f\xda\xf4\x0b\xb5\x2a\x16\x37\xe3\x43\x54\xac\xd7\xc7\xcd\x52\x43\x54\xaf\xe1\x18\x37\xb2\x46\xf4\x28\x93\xda\xa4\xfe\xf9\x23\xd8\x35\x89\x1b\xf9\x23\x0a\x05\x3b\x6e\x6c\x38\x22\x59\xc5\xc5\xbd\xbd\x4c\x7a\xb1\x2a\xd8\x49\x7a\x9b\xf4\x66\x4b\xa6\x48\xfa\x98\xb4\xf4\x70\x0c\xec\x71\xef\x96\x8b\xed\x9e\x63\x0d\xd3\xb8\x11\x5d\xa2\xb7\x20\x2f\x16\x14\x22\x31\x6d\xc4\x8d\x38\x13\xc9\xea\x32\xee\xdd\xa2\x2e\x8c\xb9\xba\x6e\xdc\xbb\x45\x65\x05\xf1\xb7\xbc\x6e\x93\x50\x9a\x27\x3f\x3c\x2c\xd7\x42\x9d\x07\x49\xd8\xd4\xc5\x98\x9b\x49\x66\xcf\x6e\xd1\xf4\x87\xc3\xec\x17\x62\xb7\x10\xc3\x6a\x2f\xd4\xac\xed\x97\x13\x6a\xdc\xe1\xab\x16\x6a\x3b\x68\x95\xf0\xd3\x2c\x04\x26\x92\xb8\xc3\x26\x58\x18\xf3\x34\xc9\x57\x2d\xd4\x19\xbc\x3d\xac\xc9\x42\x1e\xd6\x37\xac\xef\x42\xcf\x8d\xaf\x15\x8f\x49\xec\xe7\xed\xe4\x95\x36\xe7\xc2\xc0\x82\x19\x77\x5a\xdf\x85\xac\x49\x73\xa6\xf5\x5d\xa8\x31\xc9\x2b\x7d\xe3\xc2\x98\xa7\x3f\xf4\x8d\x0b\xa3\x76\x7f\xe8\x1b\x17\x72\x16\x45\x2d\x4b\xbf\x30\xd2\x72\x95\x79\x2d\xc4\xb0\x25\xda\x96\x58\xa8\x61\x97\x69\x8b\xba\x90\x9b\x8d\xde\xf6\xdb\x66\x31\xb9\x53\x88\xb6\x10\x4d\x21\x36\x5a\x62\xda\xd0\x0b\x31\x26\x79\x4d\xf3\x5a\x08\x16\xb8\x71\x4f\xab\x3d\x91\x91\x76\xf8\x69\x51\x17\xf2\xb0\xa1\x97\x28\xfe\xa2\xc2\x3a\x4e\xdf\xb8\x50\x18\x52\xe3\x3e\x1d\x88\x0b\x85\xe2\x11\xf7\x69\x87\x5f\x28\x14\xfc\xb8\x4f\xcb\xb5\xd0\xd3\xa2\x9e\x8e\x01\x84\xf9\x16\x14\xf5\xb4\x03\x2c\x54\x6f\xd4\xf1\xb4\xa8\x0b\xb1\xa5\x79\x59\xd4\xd3\xa2\x52\xae\xd3\x72\x9d\xac\xa6\x9a\x1f\xbe\x2c\x04\xfb\x71\x75\x32\x36\x5f\x16\xe2\xc5\x1e\xa6\x43\xff\x65\x21\x16\x06\xb6\xfc\xb8\x5f\x16\x62\xa1\x6b\x9a\x97\x4d\xe8\x7c\x11\x54\xfb\x65\xb9\x16\x9a\xad\xcd\xb8\x5f\x96\xeb\xe5\x66\xa7\xd9\xdb\x84\x0b\xa3\x94\x52\x2f\x3b\xc0\x42\xf5\x66\xb9\x2c\xfd\x42\xc4\x41\xf6\x6f\xdf\xb8\x10\xbb\xe3\xfc\xad\xfc\x61\x9f\x3d\xac\xf6\x65\xdb\x2f\xe4\xb7\x10\x97\xd5\xfe\x4e\x37\x7c\xda\xcb\x3a\x2e\xf4\x57\x70\x5d\x76\xa6\x85\x31\x6d\x9c\xcb\xec\x17\x62\xf3\xa3\x5d\x56\xe8\xa2\xfb\x5a\xfa\xcb\xd2\x2f\x14\x46\xbe\xb8\x3f\x66\xbf\x50\xe1\x18\xfa\xd8\x84\x0b\x79\x58\x88\x8f\x15\x5a\xe8\xef\xb0\xfa\x58\x88\x85\xc2\x3e\x12\xf7\xc7\x56\x5d\xc8\xdd\x26\xfc\x38\x1e\x17\x32\x76\xca\xf5\xb1\x10\x1f\xc6\x90\x15\xfa\x38\xf8\xd8\xbe\xc7\x78\x1d\xf7\xed\xb0\x5a\x08\xf6\x7b\xe2\xbe\x2d\xea\x42\x84\xa3\xe3\xb6\xa8\x0b\x15\xca\x89\xc7\x56\x5d\xc8\x39\xa8\xd0\x63\xcf\x59\xa8\xf3\x30\xc9\x0a\x2d\x8c\x52\x7a\x3e\x56\x68\x61\x60\x4e\x89\xfb\xb1\x09\x17\x2a\xd6\xc2\x32\x1e\xa7\x29\x10\x1b\x72\xe2\x71\xb6\x01\x8d\x46\x1a\x8f\xb3\x0d\xa8\x60\xb8\x3f\xce\x36\x20\xb6\xf4\xa9\x8f\x49\xeb\x73\x6c\xd4\xf1\x61\x6d\x25\x62\x5b\x13\x7c\x3c\x2c\xae\x44\x6e\xbd\xea\xf8\x60\x18\x13\xb9\x31\xd2\x1e\xa7\x29\x30\xbf\x49\x87\x3f\x5c\x88\x93\x99\xeb\xc1\x6a\x22\xe2\xf4\x29\x94\x67\x11\x71\x52\x08\xe7\x11\x90\x3d\x7c\xca\x0a\x61\x26\x61\x2f\x38\x1e\xac\x22\x22\x8f\xa5\xf3\xc5\x33\xac\xd0\xc2\x88\x41\x92\x13\x05\x28\xb6\x22\xe3\x09\xdf\x18\x8e\x0e\x2a\x14\x6d\x12\x9d\xe9\xa4\x71\xc2\x42\x2c\x34\xd6\x9b\x78\x9c\x3b\x40\x1d\xd3\x24\xdb\x6b\xa1\x50\xb5\xe2\x71\xee\x00\x35\xf9\x8e\x4f\xda\x5e\x0b\xc5\x16\x59\x3c\x69\x7b\x2d\x14\x1b\x46\xf1\x64\x9a\x84\xe8\x58\x0a\x61\x3c\x4e\x27\x20\x4f\x5b\x22\x6d\x89\xe4\xd3\x7e\xb3\xf7\xd3\x2e\xe4\x6e\x07\x48\x1b\x27\xd1\x3f\x99\x15\x9e\x32\xaf\x85\x4e\xba\xdc\x53\x16\xb5\x98\x74\xfa\xfc\xf5\x54\xfc\xb4\x35\x59\x88\x93\x31\xf0\x38\x01\x81\x11\x83\x62\x3b\x01\x81\xd8\x0f\x93\x2c\x76\xe3\x89\x64\x73\x3a\x01\x81\x0a\xbb\x72\x5b\xa0\x85\x64\xdf\x35\x9e\x69\x43\x4d\xcc\x58\x7e\xd3\xe9\x1b\x27\x6f\x6c\x93\xec\x58\x13\x95\xc8\x0e\xef\xcc\x05\x22\x50\xc2\x1e\x67\x2e\xd0\xe3\x9b\x97\xe5\x5a\x18\x73\x50\x21\x27\x33\x10\xb9\xf9\x94\x5f\x7e\x21\xcb\xcf\x3c\x2d\xea\xf4\x33\x93\xe4\xcc\x05\x6a\x20\x7f\x9e\xd3\x42\x9c\x4c\x9f\xf6\x35\xe7\x24\xd0\xd8\xcb\xe3\x71\x4e\x02\xa3\x27\x6f\x3c\x7d\xe3\x42\x0d\x7f\xa8\xa0\x07\x81\xa7\x4d\x3c\x2f\x0b\xb1\xd0\x67\xf1\xc3\xb7\xbd\x68\xa1\x47\xd1\x84\x4e\x07\x20\x22\x28\xd7\xdb\x1f\x2e\x74\x22\x17\x1f\x16\x16\x62\x38\x7d\x3e\x97\x0d\xbd\xd0\x2a\x4b\x8f\xd3\x01\xc8\xb6\xed\x2f\x3b\x16\x6b\x82\xaf\x64\x71\x3a\x00\x75\xda\xd7\x2e\x4b\x7f\xe1\x34\x85\x72\xf8\x7c\x6c\xaf\x0f\x63\x40\xc9\xf2\xf1\x8d\x0b\xa3\xec\xdd\xce\x10\xa0\xd9\xb0\x8a\x47\xd9\x0f\x32\xed\x72\x1f\xdf\xb8\x10\xaa\x54\x8f\x82\x1e\xa4\x93\xff\xa3\xa0\x07\xc9\x9e\x7d\x3c\xb7\x3d\x7a\xa1\xf1\xcb\x8a\xe7\xb6\x5c\xb7\x5d\x8e\xec\x6f\x4b\x7f\xb3\x5d\x60\xab\xde\xe6\xb5\x90\xb8\xbe\xc4\xf3\xf8\xc3\x85\x31\x51\x70\x9e\xc7\x0a\x2d\xc4\x89\xd6\xf0\x3c\x7e\xa1\x85\x4e\x9b\xf0\xb1\x4f\x2c\xe4\xc6\x84\xfd\x3c\x56\x68\x21\xcf\x23\x7f\xf7\x87\xc4\x0c\xf2\x45\xd2\x73\x72\xc3\x3a\x26\x22\x8e\x49\xd2\x69\x12\xfb\x2a\xa7\x4f\xbd\x4d\x72\x2a\x36\xe9\x63\xd2\x9a\x05\xcf\x35\xb5\x24\x16\x94\x2f\x62\xae\xd1\x91\x5a\x52\x44\x1c\xdf\xa7\x7c\xe3\x42\xd3\x4d\x12\x8b\xc9\x17\x7d\xae\xc6\xc9\x0d\xbb\x90\xa8\x71\xfa\xd4\x65\xd2\xb5\x26\xd9\xf5\x1d\x53\xf3\x8a\x18\x65\xb9\xb0\xc0\x89\xde\x96\xbc\x4e\xfc\x7f\xbe\x68\x1a\x27\x37\xf6\x19\x44\x9c\xab\x63\xe6\xc6\x46\x83\xe8\x31\x28\xc4\x61\x51\x17\xc6\xb7\x8e\xec\x36\x8b\x9a\xdf\xa7\xa6\x49\x13\x0b\x0b\x45\x3d\x2c\xfd\xc1\x9a\x76\x6c\x24\xd9\x84\x07\x42\xc1\x0a\x1d\x56\x68\xa1\x19\xa2\xb9\x1d\xb6\x2a\xeb\x24\xdc\x07\x53\xef\x20\x91\xb3\x28\x7d\x58\xfa\xc0\xcb\x66\xa7\x10\x61\xb9\x16\x46\x0c\xbe\x63\x58\xae\x85\x81\xdd\x23\xb7\xb0\xa1\x17\xea\xb0\xa8\x61\x7b\x85\x03\x99\x3a\x32\x8f\x88\xae\xc9\x77\x4c\x2b\xc4\xa4\xf1\x2d\x44\x5a\x7a\x66\x08\xf6\xdf\x72\x2b\x7f\xb8\x30\x6a\xe3\xa9\xb6\x55\xdb\x56\xa5\x25\xda\xa7\x5a\x35\x9b\xa2\xb6\x0d\xbd\x50\xb8\x51\xe4\xd6\x96\x7e\xa1\xa3\x28\x2a\x76\x1c\x31\x66\x52\xae\x69\x5e\x93\x65\xeb\x4e\x07\x98\x36\xe1\xa4\x63\xda\xc9\x4f\x3b\xc0\xc2\x60\x35\x96\xdb\x69\xf6\xd8\x69\x86\x45\x3d\x6d\x9c\x13\x67\xb8\xc9\x0f\x5f\xd6\x71\xa1\x0f\xfb\xd7\xcb\xec\x51\xa0\xb1\x04\xa6\xce\xad\xa2\xb6\xe4\xa9\xb7\x5f\xe8\xad\xd6\xe0\x53\x16\x15\xb9\xba\x5b\x88\xb7\x1f\xed\xcd\xa2\x6a\xf8\x43\x7b\xf4\xdb\x1e\x4d\xb9\x2e\x7f\xb8\x10\xdb\x61\x92\x45\x5d\x68\x7c\x5c\x73\xbb\xfc\x42\x0b\x19\xfb\xaf\xa7\xe2\xdc\x2e\xbf\xfc\xc5\x7e\xe5\x20\xdf\x8f\x0d\xf5\x41\xfe\xd8\xe1\x3f\xbe\x1d\x65\x7a\xb3\xbe\x1f\xbf\xd6\xc2\xdc\x86\x49\xbe\x1d\xe9\x99\x36\xc1\xc7\x9a\xe0\xe4\x7a\xd8\x8b\x6e\xf3\x42\xdb\xdd\x83\xce\x70\xdb\x04\x37\x5b\x77\x93\x56\xb9\x6d\xe1\x85\xde\xfc\x0e\x8f\xf5\x5d\x18\x31\x28\xd7\xe3\xb0\x58\x48\xbc\x12\x73\x7b\xac\xd0\xa3\x70\x5e\x4f\xed\xd8\x69\x44\x8d\xb5\xd2\xc8\x1d\x05\x58\xd4\xc9\x97\xdf\xb7\x30\x09\x73\x17\xbd\x68\x57\x2e\x82\x81\x15\x28\xf5\x76\x13\x03\xf5\x6a\xf5\x38\x92\x16\x6a\x2c\x11\x9e\xbb\xf2\x07\xe4\x40\x4a\xe9\xf0\x26\x82\xdd\xc8\xdc\x15\x10\xa0\x70\x25\x4a\xdd\x69\x45\x61\x16\xcc\x9d\xfd\x3f\x11\x81\x94\xda\x87\x3f\x5c\x08\x5c\x34\x72\x47\x8f\x15\x79\x1e\xd4\x31\xac\xf6\x42\x6d\x93\x96\x08\x0b\x81\x4f\xed\x48\x93\x86\x49\x83\xb5\x73\x92\x64\x4b\x04\x73\x65\xd3\x12\x98\x45\x44\x8f\xcd\xec\x6d\x9c\xc0\x43\x76\x52\x08\xe5\x0f\x98\xdb\x6e\xd2\x34\x89\xbd\x4a\xbe\x90\x4e\xbb\x62\xcc\x30\xe9\x6d\x12\xcb\x8a\xdd\xec\xad\xd0\x42\x07\x42\x70\x47\x73\x16\x81\x46\x9f\x3b\x9a\xb3\xe8\xf0\x6b\xa7\x4d\xb8\x90\xcd\xb0\xd8\x95\x52\x20\xc6\x9a\xb0\x73\x2f\x9f\x5a\x88\xcd\x96\x50\x70\x81\x0a\x7f\x58\x56\x68\x21\x76\x1b\xa7\xac\xd0\x42\x61\x24\x4e\x3c\x07\xbf\x88\x38\xcc\xcb\x2f\x54\xcc\x5c\x76\xa6\xb2\x8e\x0b\x8d\x6b\x4f\xee\x65\xb9\x16\x06\x7b\x67\xb9\x97\x75\xc4\x36\xc3\x1a\x22\xf7\xb2\x8e\x38\x5c\xb4\x49\xed\x77\x5c\x18\x58\xdd\x73\x57\xa0\x82\x74\xca\xdb\x15\xa8\x20\x36\xbb\x6f\x5b\xa1\x76\xd1\xed\x0f\xad\x50\x5b\x21\x0a\xd1\x96\xab\x31\x19\x24\x3f\x54\xec\x82\xd8\x90\xc4\xfb\x34\xfb\xa9\x05\x9b\x37\x4e\xab\xbd\xd0\xbb\xbd\x50\x49\x0c\x2a\x9b\xaf\x7d\xda\xf6\x0b\xd1\xe6\x75\x5a\xfa\x85\x40\x3f\x4f\x1d\x23\x45\x71\xc8\x20\xf7\x97\x85\x78\x21\xfb\x99\xa6\xf6\x97\x3f\x7c\xf1\x43\x3f\xed\xcb\x42\x2c\x44\x5b\x2e\x45\x38\x08\x65\xec\xfe\xb6\xf4\x0b\x39\x6d\x1c\x25\x31\x88\x38\x4c\xb2\xf4\x0b\xf1\xed\x13\x97\xa3\x03\x53\x06\x07\x1b\x72\xbf\xcc\x0b\x2b\xf8\xb9\xf1\x43\x85\x33\x88\xf8\x3e\x65\x07\xb8\xd8\x04\x99\x3e\x65\xb9\x16\x02\xbb\x77\xea\x41\x29\x42\x81\xbc\x7f\x7c\xea\xe3\x53\xb4\xc4\xc7\xa7\x3e\x2a\xf6\x64\xaf\xa8\x05\x73\xb3\x09\x6f\xbb\x09\x2a\xe8\xb6\xd1\x5e\x8f\x4d\xc8\xf9\x81\x6f\x51\x1f\x9f\x42\xdf\xc4\x73\x22\xf7\xc7\x0a\x3d\x08\xf7\xdd\xa7\xec\x26\x1c\x2a\x60\x33\x3c\x77\x05\x32\xa8\x5d\xc9\xf4\xd8\xf6\x0b\xed\x8c\xba\x3f\x16\x75\xa1\xd9\xb3\x48\x37\x96\x44\x1c\xf4\x09\x3d\x1f\x45\x05\x73\xa5\xae\x8f\x22\x71\x74\x4c\x5d\x1f\x45\x39\x51\xe8\xfb\x28\x6a\x1b\x66\xff\x32\xe9\xc5\xca\xae\x49\xba\x4d\xba\xd1\x4a\x49\x52\x51\x05\xcd\xf6\x56\x1e\xbb\xd9\xef\x74\x80\x9e\x24\x7d\x4c\x5a\xa5\xe7\xc8\x4c\x1e\xea\x88\xa0\xb1\x35\xa4\x1e\x89\x22\x37\xb3\xc7\xd5\x44\xc4\x52\x37\x7e\x39\x15\xeb\x9f\x28\x72\x6c\xbe\xca\x62\x2f\x8c\x89\xc4\x3b\x86\x6d\x37\x6c\x3b\xea\x3b\x6c\xa8\x81\x24\x46\x96\xe9\x7f\x28\x12\x33\x50\x1e\xc3\x86\x5a\x18\xa7\x8d\x3e\x2c\xe3\xd0\x79\x8a\x62\x3b\xb5\x80\x0a\x5b\x58\xdd\x13\x0c\x95\x30\x3d\x17\x45\x73\x86\x61\xad\xb3\x4d\x6a\x56\x8c\x64\x1f\xe6\x15\x56\x88\x42\x28\xe8\x8f\xaf\xa0\xe7\x8d\x0a\x7a\x10\xe3\x34\xc9\x46\xc7\x44\x52\x0c\xea\x23\x6d\xf4\x74\xd4\xf1\xc6\xb4\xda\x49\xff\x60\xb6\x39\xd2\xec\x93\x25\x0a\x63\xe0\x48\xf3\x5a\x88\x89\x06\xa2\x3b\xa3\xc8\xa0\xc3\x1f\x8a\x70\x50\x31\x29\xbd\x22\x1c\x14\x1b\x47\x89\xdb\xe2\x17\xa9\xf6\x76\x34\xb2\x0c\xf4\xf7\x29\x25\x31\xe8\xed\xf4\x29\x0b\xb1\xd0\x69\x43\xb7\x79\x2d\x34\x7e\xf3\x89\x8f\xe2\x17\x7d\x5a\xed\x69\xab\x2e\xc4\xb6\x9b\xe4\x77\xc4\x70\xbe\x1d\xb4\xea\xb4\xf4\x13\x7f\x75\xb3\x57\xec\x82\x51\xfe\x50\x05\x18\x54\xfb\x85\x94\xc4\x60\x14\x02\xf5\x38\x6d\xc2\x85\x88\xf4\x87\x16\x75\x61\xb0\xa1\x9b\x87\x92\x18\x0c\x8c\x01\xa9\x97\xa3\x08\xcc\xb2\xa9\x97\xa3\x88\x0d\x81\x7a\xbc\x2c\xea\x42\x35\x8b\x8f\x43\x79\x0d\x02\xc7\x97\x3c\x5e\x16\x62\x61\x94\x3f\x54\x27\x06\xdd\x48\x96\xe3\xb2\x42\x17\x1a\xbd\x1d\xf3\xb2\x10\x17\x4b\x3a\xc4\xee\xa1\xe6\x0c\x7a\x38\x14\x2e\x5b\xf5\x72\x6a\xa1\xbd\x94\xd7\x20\xda\x11\xac\x24\x06\x83\x93\x5e\x79\x7c\x6c\xaf\x85\x28\x87\xa8\xaa\x31\x08\x55\xbd\x43\xd5\x18\x14\x6e\x4b\xe9\x29\x20\x31\x72\xa7\x5c\x1f\xdf\xf8\xe1\x68\x0e\x2a\x82\xa7\x7e\x44\x9f\x36\xa1\x82\x1e\x64\xd9\x5e\x0a\x7a\x10\x89\xbe\x79\x7c\xfc\x42\x0b\xd1\x16\xf5\xb6\xa8\x0b\x19\x68\x92\xc7\x6d\xe3\xdc\xee\x8d\x92\xfd\xed\x17\xba\xfd\x42\x64\xff\xf8\xd4\x43\x2f\x74\x28\x3c\xd6\x71\x21\x82\xd5\xd4\xe1\x74\x00\xc6\xa9\x18\x52\xf6\x83\xfa\xd6\x51\xfd\x1c\x84\x13\xd0\xf1\x58\xfa\x07\x91\x76\x9a\x64\xe9\x17\x62\xd2\xef\x07\x1e\x3c\xa2\xf1\x44\xcb\xa1\xa0\x07\x13\xe3\x5c\x0e\xcd\x0f\xa0\xf1\x38\xcc\x81\x9d\x59\x34\x8e\x78\x39\xb0\x33\x8b\xb5\xba\x24\xc9\xec\xbf\x1b\x9d\x83\xa4\x32\xa9\x7e\xfe\x68\x17\xb7\xc3\xe9\x00\x24\x0e\xfa\x39\x34\x52\x80\x2c\x5a\x75\x1c\x66\xbf\x50\xca\x9c\xa1\xae\x0f\xc6\x64\x62\x1c\xda\x1a\xc0\xc0\x09\x35\x87\xf2\x1e\x24\x6e\xfb\x39\x0e\x4b\x7f\x60\x89\xc3\x10\x33\x94\xd1\xa0\xed\x72\x63\xf8\xd4\x42\xe0\xd3\x9c\x43\x5d\x1f\x8c\x93\xa5\xc4\x50\xd7\x1f\x5f\xcf\xbd\x83\x24\x0b\x81\xd8\xc6\xc7\x38\x87\xba\x3e\x28\xa7\xbc\xa1\x24\x07\xe9\xca\x7f\xa8\xc5\x83\xda\x92\x6a\xab\xc5\x83\x3e\x91\x72\x43\x79\x0f\xe2\xdc\xfc\xa1\x5f\x08\x95\x9d\x5d\x85\x1c\x69\xb9\x16\x92\x83\x08\x39\x54\xd9\x41\x4d\xc6\xd0\x48\x8b\xca\x89\x3c\x4d\x3f\xc3\x29\x00\xb4\xf2\x6b\xa4\x45\x4d\xf4\x73\xbb\x89\x46\x0a\x10\x13\x9d\x7a\xa8\xfe\x83\x5c\xd3\xdc\x2f\xa7\xe2\xc1\xd6\xaa\x48\x95\x8a\x51\xb6\x70\xe1\x6a\x80\x41\x6c\x94\x5d\xa6\xdc\xcc\x35\xc9\x86\x2a\x96\x3b\x49\x19\x9d\x34\x40\x4c\x3f\x4d\x9b\x57\xe3\x38\x60\xbf\x55\xa3\x07\x75\x58\x6c\xad\x26\x60\x44\xf9\x94\xfd\xb6\x11\x36\xa7\x79\xd9\x04\x68\xf4\xa7\x9f\xd9\xd9\x06\x94\x6b\xc1\xe1\x6c\x03\x06\x67\x54\x13\x4f\x98\x2f\x72\xda\xbb\x4f\x1b\x7d\x21\x5d\x99\xe9\xca\x22\xa2\x1c\x75\xa7\x2d\xbc\xd0\x67\xd1\x65\x9c\x21\x40\xe1\xce\x93\xc3\x19\x02\xb4\x2a\xf7\x50\x57\x07\x43\xf1\x86\xfb\xcb\x17\xed\x34\xa5\x8b\x8b\x48\x36\x07\x72\xe0\x08\x2f\x46\xda\x23\x15\xf4\xa0\x37\x47\xf0\x65\x51\xf1\x33\xe1\xcc\x4d\xea\x68\x22\x7a\x0b\x3a\x96\x26\x92\xe1\x1e\xa3\x1f\x4d\xc5\x1c\x14\x67\x34\x73\x28\xfb\x41\x9c\x28\xe6\xe3\x63\x7b\x2d\x64\x39\x36\x15\xf4\xc3\x0d\x45\x96\xad\xe3\xe3\xe7\xd0\xa8\x6c\xe3\x28\xd5\x41\x9c\x98\xba\x86\x8a\x39\xa8\xcd\xc6\x51\x5e\x83\x3e\xfc\x1c\xca\x6b\x30\x4e\x2b\xa4\xbc\x06\xa3\x99\x5a\x86\xf6\x14\x30\x4e\x4b\x7f\x5b\xed\x85\xd1\x0a\x9b\xdb\x6a\xdf\xd8\xd2\x59\x1e\x8e\xdb\x72\x2d\x8c\xef\x08\xbe\x1d\x29\x0b\x99\xf6\x55\x0d\x31\xa0\xff\x96\xe4\xd7\x5e\x18\x5a\x24\x86\xcb\x0a\xd0\x61\x85\x5c\x56\x80\x76\x4d\x3f\x1e\xeb\xf8\xe0\x76\xef\xe8\x70\xb6\x01\xc5\x29\xd6\x1c\x4e\x2d\x20\x6d\x89\x70\x75\x00\xa6\xd6\xaf\xd0\x5c\x03\x46\xd0\xa3\xc3\x19\x02\xb4\x66\xb3\xd0\x5c\x03\x62\xe7\xa3\x85\xab\x03\x50\x85\x45\x22\x70\xf5\x17\x31\x50\x2e\xc3\xa9\x05\x04\x07\xa8\x32\x5c\x43\x80\xd6\x10\x1c\xce\x36\x20\x70\xbe\x49\x0f\xca\x8a\x56\x02\x84\x2b\x8d\x70\xa5\xc1\x84\x1d\xb8\xd3\x8b\x71\x22\x50\xc3\x95\x06\x08\x3c\xcb\x32\x34\x23\x81\x1a\x93\x1f\x3a\xdb\x80\xc6\x4f\x28\x43\x03\x35\xc8\x9d\x21\x1a\x2e\x3e\x40\xee\x66\xaf\xe9\x19\x74\xd1\xef\x63\xd8\xaa\x0b\xb5\x61\xdd\x08\x17\x09\x60\x6a\xb3\x0e\x27\x20\xd0\x03\x95\x3d\x5c\x11\x80\x98\x16\x55\xfb\x13\x68\x57\x17\x31\x6c\xaf\x85\xda\xb0\x22\x04\x3e\x38\x22\xf0\x1f\xc8\x70\x6a\x01\xd5\xa8\x08\xe1\x3c\x02\x06\x87\x4e\xd2\x53\xc4\xa2\x83\x31\x14\x8a\x5a\x50\xd3\x0e\xa0\xca\x0e\x6a\x22\x31\x43\xb9\x1a\x5a\x4a\xe8\x98\x1c\x44\xf9\x22\x14\x7c\xa1\x5c\x05\x43\x05\x27\xda\x3a\x2e\x64\x5b\x47\xcd\x22\xa0\x71\x56\xca\x50\xd4\x82\x68\xbf\xb6\x96\x12\x50\x6c\xd6\x65\x68\x29\x01\xcd\x69\x85\x8c\x69\x5e\x93\xbc\xca\xa7\x6c\xaf\x85\xa1\x4d\x32\x4e\xf3\x3a\x39\xcb\x62\xff\x52\xa7\x06\xfd\xed\x13\x2f\x5b\x02\xc7\xc1\x60\x46\x0d\x15\x68\x50\x27\x82\x2f\xb4\x81\x80\x31\xfd\x42\x1a\xa8\x41\x17\x93\x4e\xbc\xcd\xeb\xcd\x18\xb2\xe7\x68\x03\x01\x15\xa8\x54\x71\x59\x2e\x9c\x3e\x54\x70\x42\x65\x1c\x34\xa7\x7e\x33\xb4\x94\x80\x9e\xe6\xa5\x8c\x06\xfd\xf7\xf8\x41\x67\x28\xc2\x41\x71\x22\x22\x43\xe9\x09\x0a\x37\xd4\x0c\x85\x20\x18\xdf\x8e\x75\xfb\xaa\x85\x3e\x6c\x3b\x65\x19\x18\x6d\x97\xb9\x6d\xf4\x9b\x41\x6d\x19\x95\x52\xa0\x71\xbb\xcf\x50\xb5\x05\xcd\x91\x8b\x4c\xe5\x0f\x68\x4e\x70\x65\x6a\xb0\x00\x89\x1b\x52\xa6\x06\x0b\x50\x2a\xd3\x9e\x19\x12\xa1\x05\xd9\x23\x42\x22\x70\xb7\x4e\x4f\xd7\x88\x28\x66\x41\x0f\x9d\x88\x1a\xac\x77\x3d\x63\x22\x7a\x43\x4b\xf2\x00\x89\xc8\xc9\xf2\x30\x1d\x88\xa0\x07\xb6\xf4\x54\xed\x03\xad\x49\x3c\xb5\xe7\x82\x54\x08\xa6\xdb\x42\x20\xa6\xe5\x52\x2f\x03\x03\xd7\xa1\x4c\xd7\xe1\x20\x0e\x2b\xa4\xfe\x04\xb2\xd1\x2a\xb3\xfc\x61\xd1\xd7\x90\x06\xe9\x78\x02\x85\xe3\x6e\xa6\x83\x07\x0c\xce\x92\x64\xaa\xa7\x80\x0c\x2b\xe4\x78\x02\xed\x8a\x31\x5d\x28\x83\x18\x4d\xf6\xae\x8a\x41\xbb\x44\x49\xed\x93\xa0\xf1\xa8\xcd\x54\xc1\x01\xcd\xa1\xb7\x4c\xf7\x80\x40\x9f\xb6\xaa\x3a\x0f\xe8\x89\xba\x91\xa7\xa5\x5f\x98\xda\x7c\x92\xed\x76\x31\x38\xaa\x99\x9e\x45\x11\x7d\x32\x2c\x3c\x7a\x22\x6a\x60\x45\x48\x97\xc0\x20\x71\x29\xc8\x74\x04\x83\x20\xae\x47\xa6\x23\x38\xbf\x23\xd8\xec\x6d\x68\x76\xf3\x77\x8b\xea\x7a\x17\xb4\x0a\xa1\x27\x3b\x44\x0e\x16\xca\xa9\x36\x03\xea\x44\x8c\xa4\xdb\x37\xa0\x36\x94\xb8\xd4\xf2\x08\x62\x2b\x93\xec\x13\x1f\xb7\x56\xc9\x4b\x3d\x05\x24\x67\x03\x32\xd5\x53\x40\x0f\xa4\x67\x6a\x07\x04\x99\x7e\x34\xd7\x82\xa0\xf0\x7c\x4b\x0f\x6a\x88\xc6\x0d\x3d\xcb\x39\x1c\x0c\xdc\xc9\xb2\xf0\x5d\x15\x43\x2b\x66\xb9\x58\x2b\x0f\xba\xf1\x39\x3c\x74\x21\xd2\xcf\x51\xee\xaf\x94\xe1\x4a\xd0\x24\x6b\x98\xd7\xa0\xa8\xa8\xa0\xa5\x41\x0d\x64\x21\xc2\xcb\x7e\x0f\x9a\x33\xc7\xe9\x19\x09\x11\x1b\xd2\xa4\xb4\xf1\x83\x89\x03\x5b\x96\x5a\x3c\x48\x7c\x4c\xd7\x9a\x8a\x24\xba\xef\x69\x92\xaa\x31\xc8\x93\xb6\x2f\xbf\x36\x48\x4e\x91\x64\xf9\xb5\x41\x37\x26\x83\x7a\x9b\xfd\x5b\x27\x6d\x0a\xf1\xf6\x87\x6f\xbc\x76\x50\x37\x4a\xa5\x17\x84\xa6\xd4\x52\xc3\x05\x73\x63\x6c\x97\x1b\x7f\xa0\xf1\xbf\xcc\xb2\x4f\x80\xd4\x7a\x5f\xaa\xb3\x20\x0f\x4b\xaf\x45\x02\xf4\x89\x56\x5a\x38\x44\x88\x0a\xa6\xbc\x52\x47\x04\xa3\x19\xa2\xa5\x05\x19\x04\xa7\x7a\xb3\x14\xb5\x60\x68\xbd\x6f\xb5\x3f\xd0\x1c\x39\xcb\x56\xfa\xb6\x9b\x75\x4c\xc5\xad\xf6\x07\xc6\xd9\xfe\xf0\x6d\x12\x5a\x16\x33\x57\xab\xd7\x81\xc2\x11\x3a\xdb\xfd\x3b\x50\xb8\xac\x67\xef\xbe\x71\x77\x53\xcc\xa7\xca\x24\xa4\x1c\xc3\xaa\x77\xdf\xb8\x10\x04\x1f\xc8\x56\x63\x03\x4d\xe8\x88\x6c\x3d\x03\x40\xa5\x3f\x74\x83\x1f\x0c\x05\x4c\x6b\xd6\x05\x75\x86\x49\x96\x1e\x2d\x6b\x63\x74\xb4\xcb\x7c\x50\x27\x0b\xc7\x56\xa5\x02\x6d\x13\xb6\x0b\x78\x10\x1b\x86\x98\x56\xa5\x6a\x97\xe6\xcc\x8f\xed\xd2\x1c\xc4\xb1\xcf\x5f\x4f\xc5\xed\x66\x1b\x18\x76\xac\x4e\x0b\xf4\xf5\x49\xa3\xd8\xaa\x6a\x60\x24\x92\xa5\x35\xb8\x82\x0e\xbe\x7c\x97\x1f\xb0\x58\xc8\xb0\xa3\xdc\x2e\xa7\x41\x87\xc5\x56\xa1\x03\xcd\xa1\xc5\x6c\x77\xc3\x40\x38\xc9\xb6\xcb\x69\x30\xca\x86\x52\xa1\x03\x03\x17\xc1\x6c\x67\x1b\xd0\xda\x99\x7b\xda\x76\x93\xa3\x8c\x08\xd4\xd6\xba\x0a\xc2\xc5\x47\x4f\xbf\xc3\xc4\xa7\xd6\xd2\xbb\x50\x06\x5d\xf6\x22\xd7\xbb\xa0\x86\xdd\xef\x65\xf6\x0b\x43\x7b\x48\x6b\x24\x05\x45\x94\x93\x6c\x57\xb2\x20\x09\x67\x95\xad\xbc\xee\xaf\x7d\x92\xec\x55\x9c\x40\x7d\x2b\xe4\xb2\x15\x84\x2e\x14\x7d\xd9\x38\x0b\xf9\x6d\x68\xe5\x35\x48\x8d\xca\xed\xd8\x04\xb9\x33\x61\xb7\x63\x13\xb4\x6b\x88\x7e\xfc\x42\x0f\x3e\x5a\xac\x93\xfa\xb1\x5c\x0b\xed\xb2\xb5\x1d\xc1\x20\x9c\x64\xdb\x11\x0c\x62\x43\xd0\xf7\x63\xdb\x3f\xcc\x23\x88\x91\xe9\x1e\x10\x18\x27\xa3\x6e\xea\x99\x04\x82\x13\x78\x39\xb5\x03\x82\xc1\x99\xaf\x9c\xce\x10\xd3\x19\xe2\xfb\xc3\x69\x12\xd6\xd5\xef\x53\xa7\x49\x4c\xb2\x74\xcc\xe9\xc2\x0f\xac\x4f\xb7\x92\x74\x1d\x02\xbd\xa3\x00\x4f\x6d\x77\x20\xdd\x18\x9e\x6e\xf8\x80\x22\xa4\x55\x4e\x3d\x80\x40\x9e\xe9\x0f\xcd\x7e\x61\x10\x47\x29\xa7\x13\x10\x28\xe2\xd5\xe4\x74\x9c\x83\x3c\x99\x6d\xa6\x4a\x1c\x48\x82\x26\xe5\x74\x4e\x02\xf5\xad\x90\x7a\x1d\x88\x83\xfe\x35\xdd\xab\x01\x43\xe7\x9b\xe9\x38\x07\x63\x5a\x2e\xb7\x5c\x40\x6d\x88\xca\xa9\x5e\x07\x46\xb2\xf8\x98\x8e\x5a\x90\xe9\x53\xda\xdb\xa6\xa1\x75\x0e\x9f\xb2\xda\xd8\xdb\x8e\x36\xc9\xb6\x4f\x06\x0c\x4b\x81\xa9\x09\x0e\xb4\x43\x74\xaa\x10\x82\x1c\x36\xa1\x42\x01\x14\xa7\x89\x72\xba\x29\x0f\x6a\xb3\xf4\xca\x09\xd0\xea\x29\xd3\xb1\x0d\xea\x44\x9d\x9d\xed\xd7\x6e\xec\x3c\x98\x52\xa7\xc3\x1d\x94\xdb\x8e\xb3\x2d\x44\x73\x24\x05\x69\x32\xdd\x72\x01\x83\xa8\x67\x39\xf5\x26\x02\xe9\x40\x9e\x6a\x92\xd3\x93\x62\x68\xa5\x53\x09\x00\x82\xc3\x04\x39\x55\x08\x41\x1f\x68\x59\xf3\xf4\x8d\x0b\x75\x0e\x9f\xb2\xed\x17\xda\x61\x35\x5d\xbf\x81\xd0\xfc\x39\xd5\x11\x41\x0c\xd4\x8d\xe9\xe4\x0f\x7a\xa0\x82\x4e\xd7\x6f\x20\x75\x4f\x98\x6f\xdb\xfe\xad\x12\x47\xff\xd2\x7a\x06\x8a\x33\xee\x39\xdd\x4c\x01\x43\xab\xef\x74\xfd\x06\x72\x3b\x68\x55\x35\x49\x50\x1b\xba\xeb\x54\x32\x81\xe0\xf0\x45\x4e\x65\x0e\xe8\xef\xe7\x50\x91\x00\xcd\x79\xce\x9c\x1f\x8b\xfa\x41\xca\xd9\xf6\xee\x9c\x80\x9e\xac\xa0\xa6\xdb\x24\x20\xbe\x1d\xd3\x6d\x12\x30\x14\x8f\x53\x75\x03\x8c\x69\x1d\x95\x72\x20\x34\xc2\x4f\x55\x50\x90\x93\xa5\xd7\xd4\xe2\x05\x52\x5f\x97\xa9\xc5\x0b\x54\x28\x99\x34\x6f\x81\xe2\xec\x7c\x4e\xa5\x1c\x28\x77\x0c\xa7\x52\x0e\xf4\x44\x05\x9d\xee\x76\x80\x74\x0d\x32\x55\x7a\xa7\x4a\x2f\x93\xff\xa9\xcd\x08\xb4\xbb\x30\xa7\xea\x2c\x88\xad\xf7\x5f\x4f\xc5\xa7\x1b\x18\x20\x83\xb6\x3b\x55\x50\x40\xb9\x43\x7a\xba\x5b\x71\xba\x5b\xc1\x77\x38\x75\xa9\x04\x41\x14\x9c\x3c\x5d\x6a\x82\x24\x70\x54\x9e\x04\xdd\x11\xd1\x7c\xe6\x53\x89\x07\x42\x25\xff\xd4\xca\x04\xda\xfd\x91\x53\x21\x08\x3a\x86\x4f\xbd\x4d\xc2\xaf\x1c\x89\x77\xaa\xff\x9c\x3a\x38\x86\x4f\xdd\x26\xdd\x1c\x78\x58\x6d\x77\x2a\x17\x41\x12\xa3\x30\x4f\xb7\xb5\x41\x05\x6b\xfa\xd3\xc5\x2d\x68\x17\x91\xa7\x8b\x5b\x90\xee\xa2\x9c\xaa\x44\xa7\x2a\x91\xdf\x41\xc3\x13\x08\x22\xae\xe5\xe9\x9e\x06\x48\x77\x6e\x4f\x75\x1e\x30\xce\xd3\xa7\xfc\x80\x5f\xd7\x7c\x3e\xa0\x6a\x10\x68\xe2\x65\xe5\xa9\x40\x05\xc3\xd9\xf9\x54\xa0\x82\xfc\xbe\x51\x2f\x4b\xd0\x5a\x6a\x4f\x65\x2c\x68\xcd\xfe\xa7\x02\x15\xb4\xc6\x80\xd3\xed\x88\xd3\xed\x08\x64\xec\xa9\xf4\x04\xa9\x11\xfe\xd4\x7f\x09\x94\x93\xd9\xa9\x4a\x05\x3a\xfc\x1c\xae\x5a\x40\xb9\x75\x7f\xea\x99\x04\x8a\x08\x0e\x79\xea\x99\x04\x32\xe8\xf0\xa7\xba\x18\x48\x8e\xd5\xe7\xa9\x71\x0d\xc4\xee\x1b\x5d\x01\x81\x20\x54\x5a\x9e\xfa\x1c\x81\xe1\x5e\xf1\xa9\x25\x0d\xf4\x44\xc1\x39\x55\xcf\x40\x9e\x0c\xea\x53\x79\x0d\x92\xb0\x3c\x79\x6a\x1f\x00\x51\xf6\x55\x97\xf9\xa0\x08\x84\x98\xa7\xf2\x1a\xc4\x86\x54\x3f\x4f\x07\xcc\xc9\x80\x61\x5d\x79\xea\x73\x04\xc2\x45\xd1\xa9\x31\x00\x84\x46\xbf\xd3\xc5\x1a\xe8\xe1\xd7\x56\x84\x83\xd0\xde\x76\xba\x7e\x03\xad\x81\xfa\x7c\x9b\xd7\x9b\x4d\x66\x16\xb7\xa7\xc2\x19\xb4\xbe\xbe\xa7\xc2\x19\xb4\xdb\x7b\xa7\x3a\x22\x28\x8e\x75\xe5\xa9\xcf\x11\x08\x6d\x59\xa7\xa6\x32\x50\x61\xe3\xa8\x23\x82\x2c\x56\x1a\xe7\xc7\x9e\xf3\xd1\x3e\x69\x92\x7d\xf5\xa3\x91\x94\xd2\x2b\xaf\x41\x12\x5c\x29\x4f\x4d\x06\xa0\x0e\x7b\xa1\xc2\x19\x54\x38\xac\x5c\x31\x82\x72\x4b\xee\xd4\x8a\x00\x86\x13\xd0\xe9\xb6\x36\x28\xcd\x9f\xe7\x6d\x85\x16\x86\x2e\x18\xa7\x26\x3c\x50\x81\xa2\x7a\xba\x8f\x01\x7a\xfb\x26\x99\xfd\x8d\x21\xc6\xbe\xaa\x55\x0f\x74\x59\x2e\x77\x15\x40\x9e\x4a\x13\xe5\xf5\xe9\xc1\x28\xac\x7a\xa7\x5b\xd1\xa0\x02\x85\xf0\xa5\xab\x28\xa8\x03\x89\xf9\x72\x41\x0a\x4a\xdb\xcc\x4b\x1b\x3f\x48\x6d\x92\x2f\x97\x87\x2f\x97\x87\x48\xcc\x97\x66\x7f\x50\xaa\x7a\x2f\xa5\x2f\x08\x1d\xda\x5f\x2e\x22\x41\xaa\x1a\xbf\x34\xfb\x83\x24\xe2\x57\xbe\xf4\x39\x02\x49\x28\x90\x7c\x29\x90\x5f\xfa\x1c\x51\xed\x97\xa6\x0c\xd0\x2a\x12\x2f\x4d\xf5\xa0\x39\x1c\x9f\x2f\xf7\x8a\x41\x10\x18\x27\x5f\x9a\x03\x41\xdb\x01\x5e\x8a\x47\x50\x84\x06\xce\x97\x92\x09\xf4\xa4\xdf\xbf\x14\x43\x20\xd5\xa9\x5f\xae\xec\x40\xee\x16\x42\xcf\x93\x97\x3e\x80\xf4\xe8\x97\x36\x36\x10\x6e\xa7\xbe\x74\x46\x01\xc5\x39\xf5\x7c\x69\xff\x06\x59\x96\x5e\xd5\x05\x0c\x7d\xc7\x5e\x97\xd9\x5f\xae\xec\x68\x7b\xad\xd1\xa0\x74\xe3\x7e\x39\x60\x5e\x6e\x0f\x22\x0b\x5f\x7a\xe4\x81\x5e\x93\xce\x2f\xa7\xe2\x97\xd6\x68\x50\x85\x7d\xf2\x65\x57\x06\x5d\xbe\xdd\x2d\x39\x10\x1c\xad\xce\xb7\x6b\x1b\xd0\xce\xbb\x6f\x57\x2d\x60\x72\x8e\x3a\xdf\xda\x30\x40\x06\x7a\xd9\xdb\xed\x2a\x30\x26\x9f\xf9\xed\xe4\x0f\x9a\x73\x8c\xf9\x76\x2a\x06\x49\x9c\x8f\x7c\x6b\x3e\x00\xa9\x55\xee\xad\x4b\x00\xc8\x69\xb9\x9c\xcc\x40\x11\xd4\x2c\xdf\x4e\x66\xa0\x89\x15\x96\x6f\x27\x33\x30\x38\x9f\x9f\x6f\x27\x33\x50\xf1\xcd\xab\x4d\x62\xc2\x46\x66\xbc\x5d\x30\x80\x9a\x0c\x9e\xb7\xbd\x08\x24\xd1\x37\xf2\xed\x9e\x3d\xa8\xf8\x66\xff\x31\xe9\x83\xd9\x8c\x3a\x72\xde\x59\x04\xc1\xd6\xf2\xad\x9d\x19\x0c\x65\xec\xdb\x35\xc4\x5b\x5b\x83\x8d\xa3\xbf\x17\xe8\x32\x7b\x67\x41\x90\x3a\x93\xbc\x35\x2c\x80\x24\x54\x49\xbe\xdd\x4f\x02\x95\x7e\x0e\xd7\x23\x20\xf7\xc3\xa7\xac\x63\x1b\xf1\xd8\x24\xeb\xd8\x7a\x04\x53\x08\x97\x28\x20\x39\xd1\x99\x6f\x17\x1f\x20\x0e\x26\xff\xb7\x96\x6d\x50\x44\x07\xce\xb7\x46\x0a\x90\xd9\x26\x59\xa1\x85\x9c\x8c\xcd\xb7\x76\x0b\x90\x44\xf1\xca\xb7\xbb\x4e\xa0\x08\x7c\x92\xef\x69\x13\x2e\x0c\x25\xf1\xdb\xb9\x12\xe4\xc6\xea\xe0\xad\x7f\x2e\xe8\xb0\xa1\x9d\x3e\x41\x9f\xac\xdf\xde\x4e\x9f\xa0\xdc\x17\x7c\x6b\x5e\x07\x63\xfa\x69\x9d\x51\x41\xb9\x11\xf5\x76\xe8\x83\x72\x87\xf4\xed\xd0\x07\xb5\xfb\x1d\x5d\x60\x81\xd2\x82\xf3\xd6\xc4\x02\x46\x32\x69\xbc\x35\xb1\x80\x0c\x5b\x55\x99\x01\x52\x07\xc9\xb7\x73\x38\x28\xb7\xee\xdf\xfa\x22\x80\x26\xc2\x69\xbe\x9d\xc3\x41\x72\x46\x30\xdf\x2e\xc3\xc0\x38\x59\x0a\xbc\xdf\x76\x93\x37\x33\x6a\x9b\x64\x21\xdc\x59\xc3\x2a\xf7\xd6\x52\xfb\xd6\x52\x8b\xec\x7f\x7b\x1a\x04\xa4\x7b\x48\x6f\xdd\x92\xc1\xd0\x35\xe4\xed\x96\x1c\xc8\x0e\x7f\x68\x13\x1a\xf4\xc3\x6a\xbf\xfd\x8e\x0b\x59\x0e\x2b\x77\xe9\x40\xbb\x7b\xf8\x56\x2e\x82\x2a\xbb\xaf\xba\x05\xa8\xc3\x0a\x29\x2a\x41\x6c\xf6\x2f\xd7\x82\xa0\xdc\xd6\x7e\xab\x81\x80\x70\x4f\xe4\xed\xf2\x10\x0c\xdd\x26\xde\x0a\x54\x90\xbb\x6f\x54\x03\x01\xf1\xfd\xda\x3a\xd6\x81\x2e\x87\xa8\x1a\x08\x28\x7d\x4c\xdf\x6a\x20\x20\xdb\x91\xa6\xbf\x05\x08\x37\xeb\xde\x2e\x0f\x41\x78\x6a\xe3\xed\xf2\xf0\xed\xa6\x85\x3d\x5a\xb1\x0d\x86\xab\xcf\xb7\x2e\x18\xa0\x87\x79\xb9\x88\x04\xb5\x31\x01\xbd\xdd\x6a\x7c\x7f\xcf\xaf\xd0\xaa\xca\x7b\x90\x7a\x26\xbd\x3d\xd2\x02\x42\x77\xe9\xb7\xda\x0c\x68\xcd\x6e\x6f\x67\x05\x90\x5a\x96\xde\xae\x51\xdf\xdf\x35\xaa\x85\xb0\x09\x6f\xe4\xbd\xd5\x56\xc1\x01\xf1\x1d\xdb\x2e\x5b\x41\x69\x6d\x7c\xeb\xb7\x07\xda\x35\xdb\x5b\xcf\x6e\x90\xdf\x0a\xa9\x19\x81\xe6\xb8\x6c\xbe\x5d\xdc\x82\xd4\x24\x7e\xa9\x06\x81\x74\xab\xf1\xd2\x08\x0f\x52\x63\xe6\xe5\x7e\x27\x28\xe2\xfb\xe5\xa5\x71\x0e\x94\x3b\xca\x97\xd3\x1c\xa8\xe3\xf4\xa9\x97\x49\x6c\xdd\x0f\x9f\x7a\x9b\xc4\x0e\x7c\xfd\x3a\xd2\x64\x5e\x1a\xf7\x41\xb8\x35\x71\xb9\xdb\x0a\x82\x18\xed\x79\xb9\x00\x07\x99\x08\xd4\x4b\xed\xed\x32\x22\x23\x7d\xed\x72\x46\x05\xad\x0d\xf6\x72\x39\x0d\x72\xa0\x84\x5d\x9a\x06\x41\x71\x3b\x41\x5e\xda\xfb\x41\x68\xc9\xbf\x5c\xc9\x82\x26\x92\x4b\x5e\x3a\x5a\x80\x74\xd5\x72\xe9\x68\x01\x4a\x47\xd5\x4b\x0b\x1f\x68\x82\xe6\xe6\xe5\xae\x00\x18\xfd\x4d\xba\x4c\x42\x85\x9c\x26\x59\xed\x81\xbf\xbb\x8d\xae\xd7\xe0\xf5\xf5\x1a\xa4\x10\xea\x03\x97\x5e\x83\xd8\x86\x2f\x0f\xfa\x80\x41\x34\xa3\xbc\xd4\x04\xc1\x50\x55\xbb\x5c\x3b\x83\xa1\x2c\xbb\x34\x33\x5e\x9a\x19\x6d\x2f\x77\x18\x40\x16\xae\x9e\x97\xcb\x69\x90\xc5\xf9\x93\x4b\xdd\x02\xa4\x5b\x26\x97\x8a\x04\x28\xf7\x8a\x2f\x3d\xbb\x41\xea\xc9\x75\xb9\x04\x06\x71\x20\x9c\x2f\x75\x4f\x10\x59\x26\xf9\x85\xca\x9d\x48\x3e\x87\x07\x7d\x40\xe8\x74\x76\xb9\xde\x05\xe9\x12\xe5\xd2\x6f\x0f\x04\x41\xb3\xf2\x72\xf2\x07\x39\xec\x26\x5a\x1e\xc1\xd4\xc5\xf9\xd2\x69\x03\x84\x87\xe5\x2e\x5d\xaf\x41\x11\xc0\x32\xaf\x97\x49\x2f\xb6\x49\xec\x4c\x1a\xfd\x40\x4e\x44\xe5\xe5\x2e\x30\xc8\x34\x2f\xe7\x24\x30\x08\x55\x9a\xd7\xdb\xbc\x16\x42\xbb\xd6\xe5\x04\x04\xb2\x31\x65\x5c\xce\x36\xa0\xa7\x7d\xd5\x13\x2f\x20\x9c\x8a\x2f\x67\x1b\x90\x13\x15\xe1\xd2\xa6\x08\x82\x18\x40\x79\xb9\x46\x05\xa5\x1f\xec\xe5\x6c\x03\x32\xfd\x1c\x2e\x0f\x41\x7f\x07\x8c\x7b\x0f\x20\x07\x93\xd9\xa5\x5c\x04\xd9\x76\x4c\x65\xd9\x45\xf8\x0b\x97\x28\x97\xdb\x11\xa0\x55\xe2\x2e\x65\x19\x88\x03\x37\xee\xcb\x25\x1d\x28\x27\xa0\x4b\x13\x1c\x68\x65\xec\x47\x29\x05\x52\xaf\xd4\x8f\xa2\x03\x84\x5e\x06\x1f\x45\xc7\xc7\x28\x16\x54\xe8\xa3\x9c\x00\xa3\xbf\x49\x61\x52\x60\xf5\x1d\x24\x95\x49\x1c\x2d\x0a\x93\x7c\xe3\x4e\x58\x0e\xaa\xfd\x51\x9a\x80\x48\xea\xf8\xd1\xc6\xf6\x31\x84\x29\x8a\xfd\xc7\x25\xdd\x47\x4f\x2e\x3a\xc0\xc7\x91\x06\x82\x38\x10\xf9\xf1\x0c\x05\x18\x89\x6b\xc8\x47\x2d\x1e\xc4\x60\xf0\x7d\x54\x7a\x41\xba\x2c\xf9\xd8\xef\x41\x29\x60\x3e\xf6\x7b\xd0\x1b\xf3\xdb\x47\x15\x14\x0c\x3d\x18\x3f\x2a\x97\x20\x0e\x86\xfb\x47\xef\x07\x10\x7a\x19\x7c\xdc\x14\xfb\x78\x60\xcb\x37\xaa\xb1\x81\x22\xb0\x61\x7e\xf4\x7e\x00\xa9\x95\xfc\x63\x2f\x04\xb5\x31\x3b\x7f\xec\x85\x9f\x6f\x2f\x34\xc9\xd2\x2f\xe4\xb0\x71\x74\x56\x02\xd9\x4c\x53\x1f\x77\xba\x41\x11\xc2\x3b\x3f\xaa\x1b\x1f\xfd\xf8\x2d\x97\xbe\x9c\x20\xe7\x61\x92\x3f\x5c\x68\x77\xcd\x3f\xea\x16\xa0\x74\xc1\xf8\xa8\x48\x80\x2c\x3f\xad\x8a\x04\x48\x62\x3f\xe4\x47\xad\x01\x0c\x0f\xf1\x7d\xd4\x1a\x40\x79\x92\xf9\xa3\xd6\x00\xc6\x44\xf1\xfa\x38\x3a\xc0\x48\x56\x63\x1f\x55\x04\x10\xd3\xaf\xad\x3e\x00\x7a\xb3\x55\xf5\xbf\x04\xe1\xe1\x9e\x8f\x9e\x4d\xa0\xb4\xfd\x7d\xf4\xbf\x04\xe9\x0a\xfb\xe3\x48\x03\xad\xd2\xfb\x71\xe3\x0f\x74\xf5\xdf\xe1\xb6\xf5\x71\xd4\x7d\x34\x7c\x7f\x0b\x64\x19\x1f\x43\x45\xad\xca\xdd\xee\xf8\x81\x24\xc6\x62\x1a\x2e\x4d\x34\xa1\xa2\xf2\x76\xc7\x0f\xa4\xfb\xd9\xb7\x4b\x60\x30\x0d\x62\x60\x88\x33\xd1\x06\x31\x30\x78\x99\xe8\x9d\xd5\xa7\x91\xca\x44\x6f\xbb\x49\x6f\x93\xf0\xcf\x65\x2d\x78\xeb\x8b\x09\x8a\xab\x37\xf2\xd6\xdc\x02\xd2\x33\x36\xb7\x96\x6d\x90\x5a\x14\x0c\x71\x26\x32\x98\x21\x6e\xbd\x2c\x41\xa5\x45\xd5\x28\x03\x42\x4b\xad\x51\xcf\x44\x0e\x14\xa7\x7b\x98\xd7\xc0\xb7\x10\x75\xf4\x76\x0e\x07\xad\x8f\xc3\xed\x1c\x0e\x4a\x9f\x90\x5b\xfb\x37\xc8\x46\xb2\x18\xd6\x4c\xb4\x3b\xdd\xb7\x26\x71\x10\xfa\x12\xdc\x8a\x11\xd0\x6e\x32\xdf\x4e\xc5\x20\x3c\x63\x63\x90\x31\xd1\x8a\xf0\xdb\xbd\x3c\x10\x5a\xc9\x6f\xa7\x62\x10\x3a\x93\xdc\x2e\xcd\x41\xbb\x49\x73\x7b\x7c\x0a\x0c\x4d\x06\x86\x22\x13\xed\x49\x89\x5b\x0b\xf2\xad\x05\xb9\x4c\xb2\xf4\x84\x22\xd3\x0d\xe9\x76\xd1\x0d\x5a\xd7\xb4\xdb\xd9\x19\x8c\x60\x6f\xea\xd6\xaf\x13\xb4\xe7\xc1\x6e\xd7\xe1\x37\xfe\xf2\x7a\xb8\x1a\xd6\x4c\x84\xda\xcc\xad\x9d\x19\x94\x07\xb8\x6f\xe5\x22\x48\x2d\xb5\xb7\xa6\x67\x90\xc3\x6a\xbb\xc2\x06\x39\x18\x4f\x06\x19\x13\xa5\xec\xbf\x5d\x3b\x83\xd2\xe7\xe8\x76\x55\x0c\x06\xb1\xc2\xf2\x76\x09\x0c\x72\x47\x4a\xdd\xca\x58\x90\xc3\x72\xb9\x92\x05\x71\x60\x1a\xbc\xf5\x43\x03\xe5\xc6\xb0\xb1\xc2\xc4\xf0\xc8\x93\x81\xc1\xf2\x1b\x18\x0c\xc9\x72\xab\x35\x80\x9c\x28\x38\x06\x06\x13\x39\x1c\x0a\x2a\x12\x60\xa8\xf7\xdf\x8a\x70\x50\x5a\xbc\x6e\xb5\x06\x50\x1a\x23\x6f\x17\xa4\x20\x07\x7a\xdd\xad\xab\xc3\xad\x8f\x28\xda\xf2\xad\xa1\xee\xf6\x34\x2d\x4b\x4d\x63\x85\x89\x08\xfb\xbd\xeb\x4a\x30\x4e\x4c\x06\xb7\x8b\x48\x30\xb8\x7c\x24\x8d\x02\x26\x82\x70\xe7\x79\x6b\xb3\x06\xa5\x41\xed\xd6\xcb\x09\x94\x9e\x82\xc6\xf7\x12\xe1\x8a\xf1\x56\x9b\x01\xbd\xa1\xc5\xdf\xca\x7e\xd0\x6e\xdd\x1b\x05\x4c\x0c\xf5\x81\xdb\x25\x1d\x08\x7d\xda\x6e\x25\x31\x68\xb7\x56\x8d\xef\x25\xf2\x44\x38\x1b\xdf\x4b\x54\xef\xfe\xd0\xd2\xe3\x31\x55\x8e\x5a\xd5\x20\xd0\x1e\x83\x33\xe4\x97\x48\x7d\x37\x1e\xd7\x6f\x20\x2c\xaa\x21\xbf\x44\xab\x07\x1b\xb9\x4b\x24\x97\x46\xa4\x61\xba\x44\x12\xaa\x36\x1f\x3d\xa6\xc0\x38\x59\x74\x3f\x6a\x46\xa0\x3c\xdd\xfe\xb8\x6d\x09\x4a\x5d\xff\x51\x33\x7a\x3c\x64\xd5\x66\x3f\x4d\x22\x02\x64\x9a\xd7\xdb\x24\x4c\xf5\xf4\x9c\x47\x2b\x39\xa8\xf6\x8d\x7a\xc2\x83\x76\x6d\xf4\xa8\x52\x81\xd6\x2e\xf6\xa8\x52\x81\x20\xd0\x55\x3e\x2e\xd0\x40\xda\x01\x1e\xfd\x2d\x40\x11\xb9\x2b\x0d\x1f\x26\x86\x92\xdc\xf0\x61\xa2\x6d\x7b\x43\x7e\x89\x0e\xac\x1b\x8f\x5e\x19\x60\x28\x3a\x1e\x45\x2d\x08\x1d\xa7\x8c\x02\x26\x82\x7b\xc9\xf2\xd1\xb5\x16\x04\xf1\xbd\xf2\xd1\xa2\x0a\xba\xcf\xe3\xd7\x53\xb1\xe1\xbf\x44\x9f\x74\x2c\x63\x7d\x89\x32\x2a\xc3\xa3\xbc\x06\xad\x43\xd6\xa3\xd9\x1e\xe4\x69\xa3\xbb\xa1\x08\xea\xb0\x63\xa9\x55\x1a\x11\xcc\xfd\xdd\xc7\x3d\xc6\x47\xb7\xad\x36\xc9\x37\x96\x87\xdf\x4d\xb2\x09\x4a\x07\x47\xdf\xf8\x31\x89\xc3\x26\xc8\x1f\x63\x85\x89\xde\x6c\x02\x97\x61\xa0\x36\x14\x89\xc7\xe9\x00\x84\x9e\x7e\x8f\xb2\x1f\xe4\xc9\xee\xce\xa3\xa0\x07\x9d\xb6\x84\x07\xa3\x8c\x15\xc6\xad\x4d\xf9\xe8\x83\x0c\xca\x20\x06\x86\x0f\x13\xc5\x2d\x3c\xf9\x68\xa9\x7d\xb4\xd4\x22\x50\x1f\xa7\x03\x90\x85\x10\x34\x30\x98\x68\x55\x5b\x03\x83\x89\x28\x74\x9e\x47\xb3\x2c\xe8\xd3\x2f\xef\x22\x12\xe4\xb0\x09\x5d\x44\x3e\x06\xb0\xb1\xdf\xba\x8b\x02\xe2\x60\xe9\xf4\x38\x8f\x80\x18\x0e\x0b\x6d\xb0\x20\xf4\x08\x7e\xb4\xc1\x82\x74\xd5\xf2\xe8\xab\x02\x4a\x67\xef\xc7\xa9\x05\x84\x7b\x0f\x8f\xcb\x56\x90\x1e\x52\x78\xdc\xfb\x04\xad\xe1\xe9\x71\x25\x0b\x72\x6b\xf3\xb2\x25\x50\xf2\xcb\xc1\xa3\x29\xd5\x50\x64\x2a\xc0\xc6\x1d\x13\xad\x03\xed\xe3\xd4\x02\xe2\xc0\x92\xf6\x68\xfe\x04\xed\x8e\xf2\xa3\xde\x0f\xfa\xb4\x9b\x68\xd8\x04\xf9\x15\x10\x5a\x31\x41\x1b\x49\xe1\xd1\x3e\x09\xe2\x5b\x54\x17\x0c\x8f\x01\x26\xd1\xfb\x1f\x27\x0d\xd0\x84\xfc\x4a\xc3\x87\x89\xfa\x76\x39\xdd\x57\x1e\x8e\xf4\x6a\xdd\x30\x30\x98\xe8\xa1\xfc\x51\x7d\x07\x3d\x7c\xa3\x86\x3a\x10\xbb\x9f\x43\x05\x1a\xf4\xc4\xe0\xfa\xb8\x39\x09\x92\xb8\xf6\xb5\x21\x9c\x45\x12\x20\xa0\x8c\xb6\x25\x02\x81\x5a\x46\xdb\x12\x4d\x60\x9e\x32\x8e\x96\x88\x58\xea\x46\x71\x8d\xde\x17\x79\x14\x49\x6c\x3b\x8a\x8e\x61\xd2\x6e\x12\xc1\x3d\xd7\x42\xb9\xbc\x3c\x4f\x04\xa7\x43\xcb\x08\x59\x22\x09\xc1\x50\x46\xc8\x12\xf5\xb7\xec\x5f\x26\xe9\xad\x76\x92\x64\x85\x0e\x0e\x2a\x1e\x54\x28\x7c\x23\x41\x6b\xa2\xc9\x3e\xac\x23\x77\x50\x10\x8f\xb1\x0c\x87\x25\xb2\x37\xea\x18\x56\x28\xe8\x13\x1b\x85\x48\x2b\x94\xf8\x20\x9f\x3c\x95\xe6\x95\x46\x64\xe5\x8d\x69\x85\x52\x17\x30\xca\x85\x10\x15\x49\x54\xe2\xda\xd2\xec\x0d\xc9\xbb\x66\x9b\xda\xca\xbc\x10\xa2\xe7\xe0\xa9\xb2\x5c\x45\x60\x8b\x93\xf6\xc2\x24\x25\x26\xeb\x99\x32\x68\x96\x68\xd4\xff\xda\xca\xf6\x2a\xf7\x90\xcc\xde\x42\x10\xa5\x00\x07\xa3\xda\xca\x26\x2c\x62\x5d\x14\x7d\xa2\xfc\xb4\x85\x39\xd0\x86\x2e\x8b\x5a\x1c\x7c\x39\x69\xaf\xb2\xa1\xcb\x69\x9d\xa4\xb6\x71\x16\x26\xa7\x5e\xcb\xd0\x5a\x22\xcf\x49\xe3\x4c\x0b\x31\xb5\x59\xfb\x94\x6f\x9c\x1e\xe4\xf0\x29\xdf\x38\x89\xfa\x31\x68\xfb\xd3\x6a\x9f\xb8\xf2\x0d\xde\x78\xda\x31\xd9\x43\xc2\x14\x5b\xdb\x69\x85\x4e\x3c\xce\xd3\xa4\xb7\x49\xea\x62\xb4\xc4\x69\xe9\x39\x70\x4a\x00\xd3\xda\x5e\x96\x5e\x07\xdc\x83\x56\x7d\xd9\xf6\x0b\xcd\x59\xe0\xf2\x06\x5c\xd1\x87\xd9\xbf\xec\xab\x2f\xa2\x71\xef\x7c\xed\xb7\x79\xb1\xa3\xc3\x41\xd8\x32\xbe\x97\x48\xd6\x92\x65\x7c\x2f\x11\x47\xfd\x7a\xaf\xb8\xbc\xef\x56\x34\x61\x81\xca\x0b\x6f\x45\x60\x51\x28\x6f\xbc\x15\x83\xfd\x91\xf2\xf2\x5a\x11\xc7\x34\xc9\x16\x46\xe2\xed\xf6\xb5\xcb\xaf\xc5\x26\x4d\xef\x34\xd4\x65\xe5\x70\xd8\xfb\xb6\xca\xc7\xf1\x84\x77\xde\xb4\xaf\x7d\x6c\xf4\x0f\xdb\xf8\x69\x92\x6f\xfc\xb0\xf5\xb5\x91\xd7\xc7\x46\xff\x18\x58\x9e\xa7\x6e\x1b\xca\xb8\x87\x76\xac\xdb\xec\x8d\x7b\x78\xd2\xe8\x8f\x4f\xe1\x5d\x3c\xec\x45\x8f\x4f\x61\x9d\xc0\xbc\x5e\xdb\x63\x73\x62\x8a\x18\xe1\x53\x36\xce\xc3\x1e\xe3\xe6\x53\x76\xbf\x87\x81\x58\x94\xeb\xb1\xf4\xec\x56\xc4\x37\x2f\xbb\x0c\x0a\x30\x51\x74\xca\x90\x5f\x22\x51\x4a\xca\xf8\x5e\xf5\x8d\xef\x45\x1d\x77\x76\x2b\x6a\xd7\x6f\x78\x4d\x79\xb5\x63\x1a\x14\x81\x72\x58\x3b\xa6\x41\xd1\xb9\x56\x8c\xb5\x2b\x89\x41\x8d\x93\xec\xd1\x76\x45\xf6\x37\xe9\x65\x92\x21\xbf\xf8\x21\xaa\xad\x48\x5c\x28\xca\xf0\x61\x62\xe4\x4e\x92\x02\x15\x8c\xb9\x96\xc0\xb5\xe3\x4a\x2c\x9a\xe5\x4e\xed\xf8\x0d\x8b\xde\x4e\x93\xfc\xe1\x30\x20\x70\x92\x74\x99\x74\xb1\xa1\xb8\x93\x64\x85\x06\xae\xfd\xb4\xaa\x77\xf4\x8a\x3a\xfc\xa1\x62\x17\x14\xc1\xf1\xca\x58\x61\x22\x88\xff\x5d\x46\x01\x13\x85\x55\xae\x8c\x02\x26\x0a\x0b\x72\x79\x51\xaf\x18\x2c\xb0\xca\x28\x60\xa2\x63\x98\x64\x51\xb5\x48\x20\x2a\xbd\xf1\x53\x34\x47\xc4\x6a\x57\x5e\x83\xe0\x7e\xe3\xda\xd3\x37\xa6\x1e\xc1\xe4\xa5\xbc\x06\x8d\x57\x58\xed\x69\x1d\xd3\xe3\x1a\x74\x13\x45\xb8\x81\xc1\x9c\x0e\x76\x45\xb8\xb7\x67\x4c\xfb\x84\x22\x1c\x8c\xf0\x8d\x65\xb5\xbd\x1f\x98\x19\xd5\x58\x61\x62\x10\xef\xb3\x8c\x02\x26\xca\xc1\x67\x7c\x2f\x11\xb8\xaf\x94\x17\x90\x8a\x3a\x6c\xaf\xb6\xaf\x36\x7d\xd5\x5e\xd8\xbe\xb1\x5d\x74\xf3\xc6\xb6\x8e\xad\x50\xe0\x8d\x6d\xf6\x04\xc8\x65\x87\x74\xad\xc6\x49\x9a\x1c\xf4\xb1\xed\xa7\xd5\x9e\x1c\x82\xd9\x7c\xca\x2f\x84\x29\x03\x57\xd1\xe2\x72\x90\x2f\xca\xf9\xcd\x9b\x51\x45\x84\xdd\xe4\x34\xfb\x13\x5f\x28\x0b\xa1\xec\x07\x7d\x38\x60\x4e\x1b\xe7\xe4\xa8\xb1\xa5\x47\x2b\x15\x93\x18\x66\xb5\x3b\x1d\x80\x66\x99\x5f\xbb\x22\x1c\x24\x2e\x86\xb5\x2b\xc2\x41\x70\x7e\xae\xf6\x97\x79\xbd\x08\xd4\x77\x50\xa1\x97\x6d\xcf\x91\x3a\xac\xd1\x65\x60\x30\x31\xea\x9b\x64\x1d\xd5\x4a\x1d\x7c\xca\x7e\xd0\xce\x95\x86\x0f\x13\x79\xee\x26\x59\x54\x0c\xd4\xdc\xfc\x52\xfb\xdb\xbc\xde\x9e\x98\xa1\x71\x2e\x3b\x13\x11\x6a\xb8\x5b\xb9\x76\x65\x34\x18\x58\x37\x6a\xbf\x6c\x1c\x6d\x20\x76\x80\xcb\x0a\xe1\xdd\x37\x50\x24\xf6\xcb\x37\x7a\x6b\x46\xf9\x43\xeb\x78\x69\x1b\xe6\x8d\xb7\x45\xbd\x59\x44\x3a\xac\x1e\x2b\xc4\x11\x57\xfc\x1c\xcb\x90\x5f\x22\xbe\xa3\xf6\xb1\x5c\x58\x7d\x09\xd1\x5f\x46\x01\x13\xdd\x7e\x5a\xa5\xaf\x21\xbf\xb6\x69\x92\xad\xba\x30\xbe\xa3\xf6\x71\xa4\x3d\x8a\xc7\xf5\x46\xa3\x80\x89\xc0\xd1\xb5\x8c\xef\x25\x82\xb0\xfa\x65\x7c\x2f\x31\xf0\xb3\x2e\xe3\x7b\x89\xe0\x92\xd9\xf2\x2a\x53\x91\x55\xbf\x0e\xf1\x51\x87\x52\xfd\xf0\x32\xbf\xb6\x40\xb7\x49\x98\xa7\x18\xd4\xc7\x6e\x19\x77\xaf\x75\x33\x69\x37\x89\xf9\x8d\xa9\xf8\x50\xe5\x06\x03\x1b\x6c\x1d\xaa\xdc\x87\xe1\x64\xc2\x24\x8b\xbd\xbb\x99\x3b\x49\x7a\x4c\x7a\x38\xa9\x45\xf6\xea\xd7\x60\xa4\x95\x53\x4d\x06\x45\x0c\xa0\x32\x30\x98\x08\x22\x86\x97\x81\xc1\x44\xd5\x5a\x90\x96\x97\xf3\x88\x89\x91\xb4\xbc\xce\x54\x04\xee\x05\x65\xf8\x30\xd1\xec\xf8\xd5\xe1\x74\x00\x02\x2f\x94\x3a\x9c\x0e\x40\xb0\x57\x5c\x47\xf8\x46\xdc\xc9\x92\xc9\xec\x50\x57\x07\xcd\xcd\x8a\x65\x60\x30\x91\x1c\x23\x29\xaf\x34\x15\x3d\x99\xb9\x0e\x7c\x0b\x45\x72\x5f\x6b\x19\x2b\x4c\x24\xbe\x3d\x65\x60\x30\x51\x38\x3e\x95\x77\x9a\x8a\x1e\x93\xa2\x2a\xfb\x41\x3b\x15\x7b\xef\xa8\x48\x2c\xc8\x75\xb4\x45\x6d\xf6\x47\xd0\x04\xbd\x77\x54\xe4\x6e\x51\xdb\x72\xb5\xe5\xa2\xa1\xdb\xbe\x86\xdb\x16\x7e\x8a\x65\x30\x2f\x91\x1c\xa4\x2f\xaf\x22\x15\xb1\x59\xfa\x69\xdb\x4f\x85\x20\xe5\x52\x99\x06\xa3\x6c\x55\xc5\x2e\x68\x97\x4e\x46\xee\x12\x79\x22\x92\x8c\xdc\x25\x72\x98\x3d\x46\x65\xd1\x2e\x05\xb8\x85\xf4\x8b\xae\xa6\x71\x14\xbb\xa0\xca\xf6\x52\xbf\x06\x8d\x33\x49\x19\x80\x4b\x74\xda\x84\x6f\x0b\xf1\xe6\xd3\xda\x5e\x6f\xdf\xf8\xd6\x8c\x4d\x51\xdf\x56\xe8\xed\x12\x98\x72\xa9\xbb\x82\x9c\xc3\x24\xbf\x23\xba\xeb\xe1\xd0\xbf\xac\x10\x86\xe0\xdd\x4f\xab\x5c\x04\x31\x99\x34\x0e\xe5\x22\x08\x6e\x0d\x2c\x23\x77\x89\x08\x3b\xd3\xe5\x1b\x59\xd3\x9f\xdf\x24\xdf\x78\x19\x06\x8e\x0a\x5d\x7e\xb4\x0b\x87\x08\x26\x8d\xe3\xe3\x47\xc3\x82\x4c\xd4\xfd\x32\xe4\x97\x18\x89\xde\x7f\x7c\xec\x72\x1f\x2c\xb5\xc3\x24\x3f\xed\x87\x2b\x09\x86\x3f\xb4\x33\x7d\x6f\x9b\xa0\xf4\x1f\x2b\x84\xc9\x60\xf7\x6b\x7f\xac\x10\x81\xc1\xce\xdd\x1f\x5a\x21\x9c\xaa\x5d\xd3\x1b\x18\x4c\xb4\x53\xcb\xa1\x7e\x0e\x82\xad\xa0\x3a\x6e\x93\xf4\x13\x42\x38\x1f\xb7\xd5\xbe\xd9\x0e\xb5\x47\xdf\x0e\x05\x5c\x87\xf6\x83\xbc\x6e\x5b\x42\xd7\x21\x04\xfd\xa1\x7e\x0e\x86\xda\x8c\x81\xc1\xc4\x38\xfd\x42\xce\x10\x60\xb4\x22\xed\x31\xfb\xc7\xcb\x32\x4d\x32\xfb\xc7\x86\x5e\xe5\x1a\x2a\xe3\xc3\xf8\xbb\xb4\xc4\x50\xf6\x0f\x43\x25\xc4\x49\xd2\x69\x92\x4e\x8d\x24\x29\x7d\x41\x1c\xa8\xa0\x83\x6d\x38\x51\x1c\x07\x2a\xe3\x68\x89\x3a\x99\x51\x07\xc6\x5b\x51\x5c\x36\x5d\x63\xf8\x43\x82\x6a\xe3\xca\x57\x83\x3d\x37\x11\x0e\x98\xa1\x2c\x1c\xdf\x03\x26\x3c\xa5\xb0\x32\xf6\x15\x81\x53\x6a\xa8\xa8\x82\xe6\xac\x79\x8d\xb0\x10\x44\x4f\xe0\x94\x4b\x0d\xcd\x0f\x20\x4f\x96\xad\x43\xdd\x15\x74\x9a\x97\x9a\x24\x48\x4c\x9e\x65\x5c\x29\x91\x2a\xe3\x43\x91\x06\x06\x01\x37\x6a\xb0\x9b\x26\xc6\xc9\x1c\x6e\x78\x28\xd1\xfb\xf7\x29\x5b\xa2\x39\x02\x84\xe2\x35\xda\x96\x68\x82\x0d\x30\x1e\x8d\x18\x25\x92\x38\x23\x35\x38\x7c\x21\x32\x99\x28\xbc\x43\x4d\x64\x7e\x9f\xb2\x71\x08\x46\x78\xcc\x5f\xbb\x6d\xd5\xd0\x7c\xe0\xb5\x6b\x04\x7b\xab\xa1\x78\x03\x61\x5f\x1b\xda\x0a\x40\xe2\xd2\x54\x06\xa7\x12\x83\xfd\x91\x1a\xca\x32\x30\xbe\x4f\x69\x18\x18\x5f\x2b\x26\xd9\xbf\xec\x45\x0b\x8d\x43\x7a\x71\x35\xdb\x17\x8d\x49\xbc\x8c\x57\x25\xaa\xfd\xa6\x2a\x9a\x60\xe0\x5e\x50\xdc\xd7\xf6\x45\x63\x9f\x2c\xef\x6d\x13\xc9\x79\xf8\x1a\x2f\x1b\xfd\x45\xf7\x43\x8c\x78\x2b\x9b\x18\x84\xda\x2c\xaf\x5c\x13\x35\x0e\x93\xac\xf6\x45\xf8\x79\x64\xac\xf7\xa0\x89\x50\x25\xf2\x22\x34\x51\xed\x07\x54\xfe\x78\xef\x99\xf2\x67\xb8\xcc\x07\x39\x1d\x16\x4a\x16\xd0\xca\x45\x83\x53\x89\x6c\x54\x35\x83\x40\x89\x51\x56\x48\x31\x32\x0c\x9c\xe2\x53\x8f\xa5\x7f\xf4\xb0\xa7\x10\x6a\x95\x20\xa7\x8d\xa3\xcc\x00\x39\x8e\x95\x64\xb0\x25\x91\xc4\xc7\x29\x23\x2b\x89\x98\xb4\x57\xb0\x9f\x24\x92\xdb\x48\x2a\xd4\xb2\xc2\x33\x6f\x61\x52\x9b\x84\x0a\x49\xab\x86\xb6\x4e\x90\x89\xcc\x08\x0e\xb8\x89\x3a\x7d\xea\xf0\xa9\x03\x81\x8a\xd2\x1a\x87\xe5\x3a\x58\x31\xd2\x73\x42\x31\x02\xe6\x86\xc9\xc0\x38\x47\xa2\x89\x9b\x51\xa1\x06\x02\xaa\x58\x30\x78\x6d\xb6\xe8\xc3\xa7\x34\xe7\x81\xa8\x6f\x92\xd5\x2e\x04\x57\x52\x88\x36\xaf\xe6\xd0\x50\x9b\x64\x21\xf0\x25\xd7\xd6\x19\x0e\x44\x10\x9c\x3e\xae\x50\x6b\x00\x4d\xdc\x9e\xb5\xf4\x36\x09\xad\x01\xe5\x32\x70\xf6\x16\xb5\xfb\x46\xd7\x5c\x20\xb8\x9b\xb5\xe2\xb4\x8e\x27\x6e\x94\xc8\x0c\x03\x11\x89\x66\x1b\xad\xc2\x01\x03\xc2\xe5\xa1\x81\x88\x44\x4c\x74\x9e\x78\xd9\xaa\x2f\xd7\xe1\x26\x99\x3d\x67\x5b\x0f\xdf\xa8\x09\x0e\xb4\x16\xbe\x70\x19\x06\x62\x22\xcb\xe2\x6d\xf6\x6f\xdc\x90\xac\xf6\x65\xb5\xb9\x7d\x6a\x43\x93\x34\x10\x91\x08\xb6\x95\x2a\x34\x95\x81\xe6\x70\x4e\x85\xea\x06\x68\xd7\xe1\xe1\x02\x0b\x0c\x0e\x50\x56\xa8\x48\x80\x6a\x0b\x71\x59\xfa\x0b\xc7\x16\x84\x55\xa8\x35\x80\xe0\x4c\x52\x85\x2a\x02\x08\xae\x05\xae\x70\xf2\x07\xb9\xd9\x4d\x1c\xa2\x60\xa4\xa5\x77\x3c\x82\xc0\x19\xb7\xe2\x36\x7b\x3d\x95\x4f\x93\xac\xd0\x4d\x8c\xce\x8d\xec\x5d\xf8\x81\x66\x6b\xa3\xe2\xb6\x8e\x38\x18\xb9\x6e\x08\xb5\x86\xf0\x04\xac\x3f\x74\x79\xf8\x8d\x80\x64\xe9\x1d\xdb\xa0\x27\x5a\xa9\x41\x91\x44\xbb\x36\x0a\x27\x7f\x50\x9c\x08\x2d\xaf\x63\x17\xa1\x82\x63\xe8\x24\xd1\xc4\x06\x29\x2f\x25\x17\xc9\x01\xca\xf2\x36\xf1\xfa\xde\x26\x4e\xff\xf2\x62\x70\x11\x1c\xa9\xab\x74\x6d\x94\x6e\x21\x30\xe5\x79\xa5\xb7\xe8\x49\xff\xf2\x4e\x6f\x11\xb1\x99\xd7\x63\x92\x23\x8d\x24\x17\x42\xde\xbd\x9d\x88\x47\x2f\xdf\x16\x83\x73\x57\xe5\xed\xdb\xa2\x06\x42\xc1\xeb\xb7\xc5\x20\xe8\x5f\x79\xff\xb6\x18\xf8\xe0\x94\x61\x98\x44\xa8\xe0\x78\xdf\xb6\xa8\x66\x74\x24\x9e\x3a\x62\xe0\xed\x5f\xe9\x72\x09\x34\xc1\x61\x2a\x5d\x08\x81\x24\xa4\x53\x65\x98\x3d\x27\x55\x67\xfb\x94\xd9\x1b\xbf\xe9\xef\x70\xdb\xaa\xc4\x19\x57\x0c\x2e\x41\x28\xc3\x3b\x89\x22\x8a\x7c\x65\xda\x2a\xec\x41\xe3\x2e\x5d\x46\x7c\x12\xbd\xd3\x8b\x52\x4b\x1a\x18\x1a\x49\x0d\x02\x25\x92\x6b\x04\x2a\xcb\xec\x0b\xbb\x03\x46\xe5\x74\x03\x03\x0c\x4d\x70\xe9\x06\x06\x48\xce\x66\x54\xaa\xec\x80\xa1\x15\x33\xdb\x8e\xd5\x78\x1c\x30\xad\x67\xdb\x9c\x04\x0b\x20\x92\x70\xa5\x2a\x11\xc8\xdd\x0f\xa8\x8c\x05\x99\x76\x3f\xcd\x66\x20\x95\xfd\xa9\x8d\x0c\x84\x13\x76\xaa\x12\x81\x4e\xfb\x87\x5b\x26\xa0\x09\x0d\x51\x06\xa7\x12\xe1\x76\x42\xaa\xf3\x80\xe4\xa6\xe6\x4a\x2d\x69\x69\xb0\x37\x6c\xe9\xa9\x08\x07\xf1\xfd\x1c\x2e\xe9\xd2\xfd\x5d\x7b\x91\x66\x33\x10\xaa\x90\xa9\x1a\x94\xde\x05\x65\x8f\x3c\x7d\xe3\xe9\xbd\xf6\xbe\xd1\xfe\x41\x2c\x02\xa2\xfd\x95\x77\xb0\x8b\x74\xcd\xe5\x95\xeb\x22\xb6\xc3\x24\xeb\xc8\x09\xd8\xdd\xb6\x57\x33\x02\xb9\x5b\x21\x65\x3f\x28\xe7\x24\x43\x58\x89\xde\x50\x37\xf2\x65\x21\x5e\x5c\xd8\xe1\xa0\x56\xf6\x83\x6c\x8c\x27\xde\xa0\x2e\x82\xcb\x61\xca\x2b\xd4\x45\x38\x57\x7a\x85\xba\x48\xe2\x42\x95\x77\xa8\x8b\x24\x6e\x74\x79\x3f\xba\x88\xef\xd0\x77\x3a\x00\xe1\x5c\xe9\x2d\xe6\x22\xc3\x0a\xb9\xae\x04\x45\xec\x86\xf2\xd2\x72\x51\x13\x33\x63\x2a\xfb\x41\xb8\xd1\x90\x2e\xfc\x40\x6c\xa8\xc9\xe9\xce\x09\x88\x69\x5f\xbd\xed\x4c\xdc\x16\xb8\x39\xa8\x95\xea\xe9\xd5\x80\x0e\x3e\xa5\x3a\x88\xc3\x91\x76\xdb\x7d\x39\x27\x7b\xa6\x3f\xb4\x71\x6e\xe2\x6c\x9f\xbe\xd1\xd2\x13\xdc\x93\xcb\xd3\x2a\xd5\xeb\x40\x1d\x2c\x5b\xd3\x85\x1f\x68\xc2\x50\x56\x2a\xfb\x53\xbd\x0e\xc5\x2b\x95\xfd\xa0\x76\xfb\x84\x5b\x2e\x49\x8c\x97\xaf\x24\x7e\xcc\xfe\xf1\xa2\x51\xca\xe5\x5a\x10\x14\xf7\x48\x94\x21\xbf\xc4\xe0\xc2\x8e\x2a\xd7\x82\xa5\x83\x36\xdd\xc4\x28\x60\x22\xac\x63\x69\x07\x04\x3d\xd1\xd8\x4a\x3b\x20\x68\xee\xb5\x2e\x2f\x7a\x17\xd1\x69\xd2\x63\xd2\x83\x71\x8e\x42\x68\xe8\x03\xa9\xce\x53\x2e\x35\x41\x70\x18\xb3\x0a\x2f\x27\x91\x76\x39\x43\x91\x89\x0c\x8c\x60\xe5\xbe\x0f\x98\x5a\xf5\xbc\x24\x5e\x24\x4e\xd5\xe5\x2d\xf1\x22\x39\xef\x5c\xe5\x76\x3b\x28\xae\x3f\xac\x72\x6f\x1d\x34\x57\x60\x57\xb9\x15\x04\x42\x6b\x63\xb9\xb7\x5e\xc6\x98\x42\xc1\x29\x75\x57\x90\x69\xe3\x38\xe5\x19\x0f\x8d\xcb\x89\xab\x34\x1a\x82\xe6\xf0\x6a\x95\x46\x43\x50\x07\x4a\x9c\x21\xd2\x44\x4c\xcb\xe5\x5c\x09\x7a\xdf\x7c\xca\xcf\xc1\xed\x8a\xf8\x20\x57\x39\x0b\x96\xd7\x56\x61\x62\x29\x2d\x84\xa0\xdc\x81\xf7\x62\x7b\x91\x6d\xf6\xee\xe6\x17\xf1\x09\xd5\x1a\xca\x45\x37\x28\xb7\xa2\x4b\x0b\x61\x79\x33\xef\x34\x7b\xeb\x18\x38\x44\x58\x6d\xb7\xee\x41\xb9\x89\x58\xe9\x0f\xd3\x9b\xcd\x4d\xb2\xbd\x92\x13\xe9\xd8\x53\xca\x39\x0d\xcc\xef\x47\x73\xc3\x08\x24\xfe\xaa\xe5\x05\xfb\xa2\x88\x91\x57\xde\xb0\x2f\x5a\x45\xb5\x9c\xe6\x40\x9f\x23\x7f\x3d\x15\x7b\x29\xbf\xe8\x69\x13\x68\x05\x00\xd9\x58\x14\xbc\x96\x5f\x44\x39\x78\xdc\x62\x2a\x2f\x9a\xb1\xcb\x68\x2b\x00\xa9\x32\xed\xcd\xfc\x62\x68\xe9\xa8\xb6\xd1\x9b\x93\x93\x36\x94\x33\x2a\x68\x1c\xd0\xaa\x34\x92\x82\x6a\xbb\x8c\x33\x6a\x19\x83\xda\xfa\x3a\xa3\x82\xc2\x6b\xb0\xca\x55\x0b\x28\x42\x6d\x56\x69\x11\x05\x7d\x22\xa5\xca\xb9\x12\x0c\x25\x71\xb9\xb6\x01\x7d\x2a\x0d\x34\x32\x80\xb9\x59\x47\xf7\xa6\x40\xb9\x32\x2b\x67\xd4\xf2\x5e\x60\x66\xd4\x72\x46\x05\x49\x14\x9d\x2a\x0d\x0b\x20\xd4\x76\xcb\x49\xb6\xbc\xd2\x9d\xc9\xbf\xb4\x35\x80\x9c\xf6\xb5\xd3\x2e\x73\x1a\xfc\x95\x3a\x6a\x6b\x00\xc3\x99\xab\x34\x2c\x80\xde\x99\x80\xca\x89\xb1\x9c\x18\x99\x34\x0c\xed\x27\x82\x68\xed\x55\x2e\x77\x40\xa5\xdd\x4f\x8f\x03\xd0\x9a\x1f\x0c\x00\x28\x3a\xbf\x3f\xb4\x71\xde\x5c\x57\xcb\xa4\x51\xae\x93\xc0\xf8\x76\x13\xf7\xa6\x40\x0c\x16\x1f\xe5\x3a\xa9\xbc\xf1\x9d\x49\xb6\x34\x3f\x80\x20\xda\x56\x95\xeb\x24\x10\x87\x1d\x40\x1b\x2c\x68\x82\x2b\x54\x69\x7e\x28\xcf\x53\x28\x63\x35\x6c\x82\x24\x6e\x46\x95\x56\x4c\x50\xbb\x4d\xf8\xb1\x55\x3f\xde\x95\x41\xb9\x9c\x2b\xc1\x70\x8b\xbc\x9c\x05\xc1\xfc\x0a\x1b\xbd\x0c\x40\xa9\xd7\x95\x0b\x19\x30\xdc\x18\x2e\xad\x98\xa0\x36\x3c\x03\xca\xf9\x0d\x0c\x4d\x96\xa5\x91\xa2\xbc\x46\x57\xf1\xe6\xd6\x17\x48\x9d\x18\x0c\x5f\x28\x4a\x23\xa9\xe1\x0b\x45\xe9\x10\x51\xee\x86\x81\xf8\x5b\xf6\xb6\xfd\xe3\x3e\xaa\x4f\x39\x1e\x1f\xee\x03\xa1\xfb\xb6\x4b\x27\xd0\x7a\x4c\x19\x0a\x51\x34\x21\x51\xca\xb8\x87\xa2\x74\x0d\x69\xe7\xca\xfe\x3a\x31\xf8\xd4\xdb\x24\x6f\x77\x35\xe9\x63\x12\x37\x5b\x32\x01\xb5\x93\x19\xc8\x41\xb5\xdb\xc9\x0c\xb4\x4e\x41\xad\x89\xa5\xbd\x26\x87\xd9\xa6\x75\x62\x00\xc1\x41\x8e\x6a\xd7\x6f\xed\x19\x0a\xfa\x6a\x3b\x0b\xb6\xdb\x5d\x0c\xbe\xc6\x65\x57\x84\x3e\x12\xed\xfc\x06\x02\x1f\xe4\x32\x86\xa2\x08\xbc\x47\xab\x5d\xf8\x81\xc0\xa1\xbd\xda\x85\x1f\x08\x0e\x5d\x57\xbb\xf0\x03\xb9\x7d\x93\x2c\xd7\xe1\xcd\x72\x14\xd5\xdd\x34\xd0\xdc\xbc\x53\xed\x2c\x08\x8a\x93\x38\xd5\xce\x82\xed\x2c\x68\x5e\xce\x82\x6d\x74\x0d\xcb\xe5\x2c\x08\x86\x96\xa5\xd6\xa8\x0c\x5a\xb3\x6c\x87\x3f\x0c\x83\x9d\x98\xe4\x47\x0b\xaf\xfb\x27\x7b\x97\x74\xad\x47\x30\xfa\x66\x3b\xbf\x81\x26\xe6\x5b\x19\x83\x51\x54\x9a\xbd\xcb\x38\xd0\x5c\x82\x57\xed\x3e\x59\xeb\x36\x61\xb5\x5d\xd9\x81\xe2\x8c\x4e\x75\xda\x5e\xde\x94\x96\x3e\x65\x21\x92\xa3\x10\x16\xd5\x59\x10\xa4\xab\x9e\x76\x81\x06\x5a\x01\xd3\xce\x30\x20\xbe\xd5\xd6\xaf\xe1\x1b\xa9\x71\x37\xc9\xa2\xb2\x0d\x47\xdc\xd6\x6a\xe7\xa1\x36\x40\xb7\x43\xc1\x65\x1c\x28\xf7\xa3\xda\x49\x07\xb4\xfa\x53\x6b\xc6\x6e\xcd\xd8\xf6\x2f\x97\x71\x20\x5d\x1b\xb5\x96\x6d\xd0\xf1\x77\x78\x50\x57\x3b\x27\xb5\xe7\x3c\x18\xe7\xed\x04\xd4\x86\x84\x43\x84\x1b\x27\x52\x84\xf3\x5b\x4f\x5f\x35\xdd\x02\xa0\x26\xce\x49\x20\xdd\xae\x32\x9a\xa4\x88\x81\x86\xda\xee\xe5\x81\x76\x2b\xba\x9d\x93\x40\x94\x5f\x4b\x43\x1d\x88\x76\x20\xba\xca\x03\x43\x55\xad\x9d\xa6\x40\x11\x6e\xb6\xda\x35\x17\x18\x2a\x12\xed\x9a\x0b\x74\x3a\xce\x9d\x6d\x40\x9d\xb6\x9d\x6e\x0f\xfd\x76\x76\xa6\xda\x7a\xab\x81\xa1\x27\x44\x3b\xb5\x80\x6c\x3f\xa0\x53\x0b\xc8\xcd\x1f\xba\x74\x02\xe1\xe4\xdf\x9a\xb1\xdb\xc8\x00\xc8\xfe\xd6\x5b\x0d\x0c\xee\x18\xae\x76\x81\x05\x9a\x83\x86\xd5\x6e\xc9\x81\x54\x03\x69\xed\x6d\xa0\xb4\x33\xb7\xc6\x35\x50\xc3\x8f\xe6\x6c\x03\x5a\xcb\x50\xbb\x74\x02\xc3\xdd\xd6\x76\xe9\x04\x06\x91\x95\xaa\xdd\x33\x6b\x2f\x41\x70\xa4\x38\x01\x81\xd8\x15\x49\xae\xa6\x40\xb9\x28\x6a\x27\x20\x10\x3a\x1e\x18\x6a\xb3\xbe\xa1\x36\x1d\xd4\x8f\x1d\x80\xa3\xfb\x2e\xb0\x5a\x5b\x3a\xc8\x83\x35\x7d\xbb\xe6\x02\x79\xd8\x4d\x9c\x5a\x40\xe9\xab\x32\x75\x4f\x00\xc9\x3d\xa4\x35\x5d\xc8\x80\x2a\x26\xec\xa9\x2d\x1d\xa4\x1b\xe9\x53\x41\x0f\x82\xfb\xe5\xcb\xf0\x98\x62\x68\x07\x9c\xda\xd2\x41\x9c\xa7\x4f\xbd\x4c\xf2\x40\x0d\x79\xb9\xf8\x30\x16\xe6\xc1\x94\x37\xb5\xa4\x81\x76\x3d\x32\xb5\xa4\x81\xd8\xf8\x42\x53\x6f\x35\x30\x88\xa5\x52\x53\x81\x0a\x2a\xcd\x5e\x5f\x04\x30\xb8\x89\xa1\xa6\x2b\x0d\xd0\xce\xbb\xd3\x95\x06\x18\x0e\x98\xe9\x4a\x03\x04\xb7\xe1\xd6\xd4\xde\x06\x52\xcd\x7b\x2a\x89\x41\x73\xd1\x68\x4d\xc5\xee\xf4\x80\x2d\xd3\x94\x41\x34\x45\x0e\x86\xfb\x54\xec\x82\x76\xd2\x30\xae\xa6\x08\x2e\x10\xac\xa9\xf4\x04\x75\xb2\x57\x33\x55\xb3\x41\x07\xa3\x76\x2a\xb8\xc0\x08\x9f\xd2\x93\x0b\x44\xd8\x38\xda\x9f\x40\x70\x42\xa8\xa6\x62\x08\x0c\xb7\x10\x8c\x5f\x29\x2a\xfd\x8e\xfa\x68\x81\xe6\xe8\x5a\x4d\x65\x0e\x18\x45\x5f\x9d\x4a\x13\x50\x1a\x36\x0d\x69\x29\x9a\x78\x55\x35\x35\x23\x81\xda\x59\x86\x4d\xf5\x60\xd0\xda\xbf\xa7\x36\x23\x50\x44\xd0\x2e\x63\x61\x8a\x70\x41\x3a\xdd\x2f\x00\x79\x58\x7a\xe5\x17\xa8\xf6\x87\xca\x2f\x30\xbe\xd5\xd6\x63\x01\x8c\xb6\x03\x28\xd2\x8c\x98\x99\x7e\x5a\x9d\x18\x40\x6e\xdf\x24\xdb\x5e\x9f\x5c\x47\x87\xf2\x6b\x1a\x12\xc5\xb6\xd7\x66\x04\x72\x63\x92\x9d\xea\xc1\xf3\x7b\x8b\x98\x3f\x7c\x9b\x44\x14\x67\x87\x95\x5b\x08\x60\xb4\xad\xaa\x48\x03\xa9\xe3\xa6\xe1\x31\x45\xe9\x41\x34\x35\x23\x81\xd2\xb5\xd6\x88\x99\x22\xbe\x1d\x53\x29\x07\x72\xf7\xd3\xea\xb9\x6b\x78\x4c\x0e\xe2\xd7\x54\xa7\x06\x71\x28\x14\xdc\x1c\x00\x95\x8a\x0e\x2d\x4b\x60\x70\xf0\xa5\xa6\x1b\x7f\x20\x35\xea\x4c\xd5\x6c\x90\x6e\x35\x1a\x31\x53\xc4\x61\xb5\x55\x8d\xc1\xe0\x84\x75\x9d\x6a\xb8\xa0\xf6\xfd\xd7\x81\x2f\xeb\x24\x68\x96\x28\xe5\xf5\xa9\x1e\x0b\xb2\xd1\xfb\x4f\x6d\x3e\xa0\x15\x95\xa7\x42\x10\xb4\xab\x16\x43\x5a\x8a\x68\x26\xec\x53\x7b\x08\xc8\xe9\x0f\x15\x36\x20\x39\xd9\x56\xa7\x66\x7b\xd0\xc3\x42\xe8\xce\x0a\x52\x57\xf3\xd3\xa1\x7f\xaa\x71\x21\x17\x8d\x00\x29\x92\x93\x25\x65\x04\x48\xd1\x83\x8d\x4e\x23\x40\x8a\xc1\xad\xa0\x75\x6a\xc3\x00\x41\x18\xa5\x32\x28\xa4\xe8\xe3\x30\x2f\xab\x8d\xaa\x56\x2c\xe0\x8d\x13\x29\x82\xe3\xf6\x75\x72\x58\xb7\x88\x13\x59\x83\xcd\xdc\x53\xbb\x3c\x08\x0f\x62\x9c\xda\x1a\x40\xe9\x39\x62\x9c\x48\x51\xc4\xd5\x2c\x83\x42\x8a\x74\xc7\xcf\xa0\x90\xa2\xf2\x34\x2f\xdb\x8b\xb3\x06\xdc\x99\x5b\xa7\x0a\x1d\x88\xcd\xcf\xa1\x42\x07\x9a\x98\x12\x65\x9c\x48\xd1\xce\x6f\xa7\x0e\x59\xa0\x36\x1b\x47\x65\x09\x94\x6a\xdf\xa9\xfd\x1b\x94\x26\x83\x53\xcd\x08\x84\x6a\x90\x81\x1c\x45\xab\xba\x9c\x8a\xa4\x53\x33\x36\xab\x96\xd3\xa5\x39\xa8\xcd\x56\x75\xd1\x0d\x42\x65\xda\x40\x8e\xa2\x35\x17\x9f\xda\x99\xc1\x68\x96\xad\x06\x72\x14\xf1\x7d\xa3\x02\x02\x8c\x93\x21\x76\x6a\x67\x06\x1d\x78\xab\x9d\xca\x0c\xd0\x3b\x73\xa5\x81\x1c\xc5\x98\x18\x75\x0c\x98\x28\x86\x9e\x91\x06\x4c\x14\x23\x6d\x42\xb5\x06\x30\x38\x2b\x55\xa7\x96\x5a\x50\xfd\x4d\xf2\xa3\xe1\xb5\xb3\xd1\x4d\x5e\x1c\xd7\x17\xc9\x55\x66\xf5\xd2\x06\x0b\x42\xf7\x04\x43\x21\x8a\xe0\x2e\xa8\x7a\xa9\x6e\x80\xd0\x11\xfa\xa5\x6e\x01\xaa\xcc\x8b\xb3\xf9\xa2\x75\x26\x79\xb9\x62\x04\xad\xec\x37\x3a\xa2\x28\x9d\x05\x5e\x2a\x25\x20\x88\xd0\x5e\x2f\xb7\x0a\x41\xea\xd7\xf0\xe2\x44\xa7\x68\x2e\x54\xa8\x97\x1a\x08\x88\xc9\x10\x7d\xa9\x81\x80\xe4\x22\xff\x7a\xb9\xa4\x03\xed\x91\x83\x97\x42\x01\x94\x1e\x66\x2f\x3d\xe1\xc1\xe0\x0e\xfd\x7a\xa9\x48\x80\x72\x93\xf9\xa5\xc9\x12\x0c\x37\x27\x5f\x1e\x40\x02\xc5\xed\x2f\xf5\x52\x74\x80\x54\xd7\x7f\xe9\x52\x00\x82\xeb\x0f\xeb\xa5\x50\x00\x31\x2c\x97\x2b\x33\x10\xee\xaf\xbc\x1c\xee\x20\x87\x79\x39\x90\x41\xbb\x01\xf2\xd2\x5d\x11\x04\x97\xa7\xd5\x4b\xe3\x1c\x18\xe5\x77\x74\xd5\x03\x4a\x51\xfb\xf2\xa0\x0f\x48\xbb\xef\x4b\x4b\x1c\x08\x82\x33\xd4\x4b\x45\x02\x24\x61\x72\xea\xe5\x78\x04\x7d\xb2\xf0\x7b\xa9\x22\x80\xe1\x7a\xf7\xe5\x11\x1e\x50\xdc\xbc\x53\x2f\xe7\x70\x90\x07\xaa\xf1\xcb\xc1\x07\x5a\x4f\x0a\x23\x40\x8a\xe0\x42\xbd\x7a\x39\xf8\xc0\xd0\x82\xfc\x72\xdd\x00\xc2\x93\x16\x2f\xa7\x4f\x10\x2e\x71\x5e\x3a\xc9\x80\x3a\x7d\xa3\xca\x38\x68\xc5\xe3\xcb\x61\x05\x52\xad\xe1\xed\x4e\x37\x08\x7d\xb6\xdf\x0e\x18\x30\x4e\x74\x57\xe3\x39\x8a\xe2\x7e\x8b\x7a\x3b\x5b\x81\x18\x74\x4c\x43\x3c\x8a\x08\x94\xf1\xb7\xfb\x05\x60\xba\x33\xf7\x76\x28\x80\x76\x9d\xf5\x76\x28\x80\xa9\x8a\xf0\x1e\x66\xcf\x35\x28\x5c\xa0\x53\x6f\x3b\x39\x88\x6d\x9e\xbf\x9e\x8a\xdf\x8e\x01\x30\xd5\xd5\xdf\x6e\x71\x83\x41\xb0\x80\x7a\x6b\xe9\x00\x53\x31\xf2\xd6\x23\x18\x74\x5b\x6c\xdd\xe7\xc0\xe0\x60\x78\xbd\x55\xb9\xdf\x5e\xed\x8e\xa8\x34\x32\xa5\x18\x27\xe2\xcd\x08\x90\x22\xed\x45\x6f\x3b\x3c\x68\x5d\x87\xde\x6e\x45\x83\x72\x07\xdd\x38\x91\xa2\xfa\x30\xc9\xaf\x45\xa8\x28\x15\xba\xb7\x96\x7c\x90\x7a\xd8\xbf\xb5\xe4\x83\x20\x1a\x5b\xbd\x3d\x84\x07\x8a\xfb\xf8\xeb\xed\xee\x34\x48\xcf\x57\xbe\x9d\xdf\x40\x28\xd5\x8d\x13\x29\x86\x4b\xe0\xb7\x36\x0c\x90\xdc\xef\x5c\x6f\xf5\x7e\x10\x5a\xd2\xde\xee\x3b\x83\xd4\xd5\xf3\xed\x70\x05\x75\x5a\xed\x69\x51\xb9\x68\x26\xb0\x16\x1a\x27\x52\xa4\x0e\xc7\x6f\x1d\x8e\x41\x72\xbb\x62\x19\xdb\x51\xe4\xb7\x71\xb4\x7f\x83\x4a\x3f\xad\x4e\x41\xa0\xb8\xaf\xa1\x8c\x8e\x28\x42\xbb\xd6\x5b\x5d\xfd\xed\xfe\xae\xdd\x44\xcb\x36\x48\xcf\x8c\x18\x0a\x51\xc4\x61\xef\x76\xcb\x17\xd4\x70\xa4\x78\xc4\x02\x24\x91\x3a\xea\xed\x96\x2f\x18\x04\x70\x2f\x43\x21\x8a\x2a\xb4\x99\xb7\x53\x31\x68\x02\x94\x94\x11\x0d\xeb\x1b\xd1\xd0\x37\x6a\xec\x7e\xeb\x6b\x67\xf6\xce\xce\x6f\xcf\x53\x1c\x3e\x65\xbf\xc7\x95\x98\x93\xf2\xf5\xd6\x94\x01\x42\x35\xd9\x88\x86\x22\x06\x33\x84\x11\x0d\x45\x0d\x7b\xa1\x46\x0a\x23\x1a\xee\x96\x4b\xc3\xf9\x1b\xa7\x20\xe2\x40\xd4\x5b\xf9\x03\xa2\x6d\x89\xdb\x24\x0e\x11\x73\x7b\x70\x19\x26\x50\x0c\xae\x96\x28\x63\xef\xd5\x37\xf6\x1e\x5d\xce\xe8\x77\x22\x9d\x2b\x8d\x7e\x27\xc2\x35\xfd\xe5\x84\x0d\xa2\xf9\x68\x97\x62\x04\x04\xb7\x01\xd4\xa5\x45\x14\x24\xc1\xe2\xea\xd2\x61\x06\xe4\xc1\x0a\xc8\x50\x77\xa2\xb8\x04\xb8\x0c\x4f\x27\x72\xa3\xf4\xc6\xa2\x13\xa5\x50\xb8\x5c\xc0\x83\xd2\x8d\xf2\x72\x01\x0f\x06\x21\x09\xca\x90\x72\x22\x37\xe4\xc4\xa5\x9c\x00\xc9\x4d\x32\x65\x48\x39\x91\x9c\xc3\xae\x4b\x35\x1b\x74\x31\xef\x5e\xea\xd4\xa0\xb8\x72\xa7\x2e\xf7\x05\x41\x9e\x56\x48\x35\x1b\x34\xb1\x1b\xea\x52\x0c\x81\xa1\x0b\xab\xe1\xe9\x44\xe9\x07\x72\xa9\x53\x83\xd1\xd8\x86\x2f\x45\xc7\xa5\xe8\xb0\x8e\xea\xd4\xa0\x36\xbc\xb1\x2f\xed\xa6\xa0\x83\xe1\x7e\x29\x60\x40\xe8\x83\x7c\x69\x32\x00\xe1\xd9\xb2\xcb\x3d\x37\x30\xb8\x9e\xbc\x2e\x8f\x88\x81\xd0\x24\x7e\x69\x24\x05\xb9\xa3\x49\x5e\x1a\x16\x40\x7a\xa4\xf7\xd2\xfd\x05\xc4\x76\xfa\x94\x7d\x62\xb2\x99\xc2\x4a\xf6\xd2\xfc\x00\x4a\x77\x8e\x4b\x31\x04\xba\xbe\x4f\xd9\xf6\x58\x54\xcf\x6f\xf6\x36\x0e\xbb\x7c\x83\x81\x7c\xe9\x24\x03\x42\x77\x58\x83\xeb\x89\xd0\x8f\xf6\xd2\xa9\xf1\x32\x94\x34\x63\xe8\xd2\xba\x01\xe2\xb0\x09\xb5\x6e\x80\xd0\x93\xeb\x72\xdd\x00\x62\xda\x38\x0a\x3e\xd0\x03\x5d\xff\xd2\xbb\xe6\x32\x54\x02\x1b\x6c\x97\x76\x57\x50\x6e\x77\x5d\x2e\x38\x2e\xcf\x50\x60\xf2\x34\x76\x9f\x08\xcf\x70\x5d\x8a\x47\x50\x9e\x96\x34\x50\x9f\x68\x22\xb2\x96\x21\xf8\x44\x1e\xdb\xf6\xeb\xa9\xf8\x72\xc7\x0f\xd4\x18\xe6\xeb\xdb\x51\x89\x08\x0b\x54\x97\xa2\x12\xa4\xfe\x38\x97\xde\x31\x60\xb4\xfd\x56\xe3\xed\x65\xf8\x79\xbf\x96\x02\x15\xe4\x89\xa2\x79\x29\x50\x2f\x05\x2a\x8a\xd3\xa5\xc6\x05\x5a\x29\x75\x69\x35\x01\xe9\xf9\xca\x4b\x13\x09\x68\xee\x43\xab\x4b\x2f\x4b\x10\xf3\xf4\x29\x8b\x7a\x19\x57\x85\x5e\xa4\xf4\x04\x4d\xb4\x88\xba\x34\x91\x80\xdc\x94\x78\x9a\x48\x40\x72\x4d\x4e\x5d\x4a\x4f\x90\x9b\x45\xd5\xa5\x12\x74\x9a\x97\x2e\x95\xa0\xdd\xd9\xbf\xf4\xc7\x01\xe5\xee\xce\xa5\x3f\x0e\x88\x5d\x89\xe7\x9a\x0b\xd4\x57\x7a\x2a\x9c\x41\x7f\xfb\x9a\x56\x13\x10\xdf\xf6\xd2\x82\x0c\xc2\xa5\xc0\xa5\x05\xf9\xfa\x5e\xa3\x6b\x92\x85\x70\xbf\x12\x59\xf6\x71\x2f\x0f\xa4\x0a\xce\x47\x15\x12\x84\x9b\x21\xc6\x2a\x14\xa9\xdf\x9e\x51\x08\x45\x06\x8a\x84\x51\x08\x45\x12\x5e\xae\x3e\xee\xe5\x81\xd0\xb7\xf0\xe3\x32\x0c\x04\x21\xbf\xea\xa3\x63\x0a\x28\x2d\xee\x86\x2f\x14\xc5\x95\xcf\x65\xf8\x42\x91\x5a\x31\x3f\xda\x86\x41\xbb\x71\xf7\x51\x1d\x05\x65\x4b\x7c\x5c\xac\x81\x54\x70\x7d\xdc\x6c\x03\x93\x0b\x85\xeb\xe3\xd4\x02\x86\x9b\xcc\x1f\xd7\x6f\xa0\x34\xfd\x7c\xf4\x42\x01\xcd\x95\xf3\xf5\x51\x77\xfd\xa8\xbb\x5a\x54\xe7\x24\xd0\x61\xb5\x9d\x80\x3e\x86\xc5\xa7\x4f\x7c\x5c\x73\x81\xf2\xa4\xd7\xc7\x49\x03\x94\x8e\xe3\x1f\xb7\xd1\x40\x1e\x48\xf5\x8f\xfa\x26\xa8\x9d\xc1\xf7\x51\x93\x04\x9d\xb6\x84\xee\x1c\xa0\x09\xed\x57\x1f\x67\x08\x10\x41\xcf\x31\x6a\xa3\x08\x65\xc6\x47\xab\xcb\xc7\x03\x6e\x4c\x9f\x1f\x7d\x37\x40\x11\x25\xa5\x3e\xaa\xa0\x9f\xaf\x89\x85\xbc\x54\x41\x41\x0f\xf4\xcd\x8f\x26\x16\xd0\x6d\xcf\x51\x05\x05\xed\x51\xbf\x8f\x82\xfe\xf3\x0d\x0d\xc1\xe7\x50\xaa\x1b\x27\xb2\xec\x85\x4a\xf5\x8f\x07\x44\xac\x90\x2a\x28\x48\x2e\x8d\xa8\x8f\x82\xfe\x63\x5c\x72\x26\xc6\x8f\xeb\x4a\xd0\x84\x98\xad\x8f\xeb\x4a\x90\x27\x53\xcb\x47\x77\x0e\x90\x69\xc7\x54\xf6\x83\x3c\xed\x00\x0a\x7a\xd0\x9e\xba\xff\xa8\x95\x82\x9c\x98\xa4\x3e\x6a\xa5\x20\xa7\x7d\x55\xad\x14\xb4\x67\x2a\x3f\x9e\xda\x00\xa5\x66\xf4\x71\x5d\xf9\x71\x5d\xd9\x3e\x65\xdb\x5f\xda\xd2\xc9\x4b\x7d\x13\x24\x71\xa1\xea\xa3\xbe\x09\xda\xf3\x2b\x1f\x9d\x2b\x40\x6c\xc8\xc2\x8f\x2a\x28\x08\x55\xf6\x8f\xfa\x26\x68\xcf\x28\x7f\xdc\x27\x03\x59\xac\x41\x3e\xda\x86\x41\x1c\x8e\x6d\x5d\x30\x3e\x9e\x2d\x0b\x9f\xb2\x7f\xb1\xde\xd5\x79\xd9\x28\x97\x22\x15\x8f\x46\xb9\x14\xa1\xb5\xd1\xc8\x94\xa2\xda\x4e\xae\xb1\x09\x84\x07\x02\x0d\x56\x29\xea\x2b\x4d\x94\x85\x06\xab\x54\xa5\x32\x58\xa5\x48\xcf\xaf\x18\x99\x52\x24\xf7\x83\xd5\xc7\x4d\x31\x90\xdc\xc0\x5d\x46\xa6\x14\xfd\xfd\x8e\x3a\x6a\x80\xd6\x55\xf4\xa3\x35\x1a\x24\xf1\xd0\xea\xa3\x35\x1a\x34\x77\x67\xd5\xc7\x05\x3c\x68\x22\x24\xd7\xad\xc4\xbc\xbd\x55\xf4\xf8\x3b\x0e\x33\x19\x60\x52\xb4\x26\xa5\xdb\x83\xbf\xa0\xdc\x46\x33\xe6\xa4\x18\x9e\x93\xbd\xb5\x6b\xdd\xc6\x33\xa3\x8c\xb7\xeb\x7b\x30\x92\xce\x70\xbb\xbe\x07\xc1\x25\x2c\x75\xab\x98\x83\xe4\x52\xb6\xba\x09\x4b\x2d\x42\xff\x12\xe3\x57\x8a\xe4\xc2\xb2\xba\xf5\xbd\x00\xe5\xa6\x83\x21\x2d\x45\x06\xad\x72\xeb\x42\x01\x7a\x0c\xb3\xff\x98\x84\xdb\xe8\x69\x92\xa5\x3f\xb8\xd5\xca\xb6\x53\xaa\x83\xe4\xce\x80\xba\x5d\x30\x80\x41\xc0\xfb\x32\x16\xa6\x28\xb7\x5f\x8c\x85\x29\xca\xe0\x1d\xb7\xd6\x09\x10\x84\x71\xab\xdb\x7d\x41\x10\x46\xc4\x30\x62\xa6\x28\x3d\x6f\x6f\xa5\x3a\xe8\x89\xf5\xeb\x76\xc7\x0f\x84\x16\x18\x23\x66\x8a\xf0\xdc\xe7\xad\x41\x1f\xd4\x44\x0d\xba\x75\xba\xbf\xbd\x31\xd3\xd2\xeb\x42\x01\xda\xe3\xf6\xb7\x86\x3a\x90\x83\xe1\x7a\xeb\x6e\x08\x42\xcb\xe3\xed\x0c\x01\xd2\xe5\xce\xed\xb2\x02\x14\xd7\x9e\x97\xa1\x36\x45\x6b\x5c\xbb\x75\x0b\x04\xb5\x4f\x93\xcc\x1e\x73\x9e\x26\x83\xdb\xe9\x00\x94\x8a\xd7\xad\x11\x1e\x74\x30\x5c\x8d\xbe\x29\x4a\xf3\xba\xd1\x37\x45\x78\x44\xf5\x76\x0d\x01\x52\x97\xdd\x5b\x2d\xfc\xd6\xb1\x8e\xa9\xe5\x56\x73\x06\xa5\xc7\xa6\xc1\x2a\x45\x78\xee\xea\x76\xf7\x10\x8c\xd3\x7e\xef\xee\x21\x08\xee\x16\xa9\x5b\x3b\x20\x28\xed\x03\xb7\xa6\x7a\x90\xfa\x5b\xdc\x1e\xa9\x03\xc3\x68\x37\x86\xb4\x14\xa5\x83\xd1\xad\xa0\x07\xa9\x85\xef\x76\x5f\x10\x94\x56\x17\x43\x5a\x8a\x22\x84\x7a\xdd\xda\x1a\x40\x18\xf0\xc7\x60\x95\x22\x74\x88\xb8\x15\xf4\xa0\xf7\xcd\x24\x8b\x8a\x2f\x79\x23\x92\x8c\x5f\x29\x5a\xc3\xd5\xad\x54\x07\x15\x8e\x6d\x95\x5e\xd0\x5c\x17\x59\xb7\x47\x8b\x40\xeb\x1b\x7d\x2b\xe8\x41\x9f\x18\xce\x8d\x72\x29\x4a\x97\x82\x5b\xc3\xc2\xed\x69\x23\xd4\xb3\x5b\x7d\x13\xb4\x21\x3e\x6e\x1d\x0f\x40\x19\x6d\xeb\x56\x7a\x82\x76\x0b\xe1\xd6\xa5\x00\x8c\x76\x6c\xbb\x39\x00\xc2\x25\x9d\x01\x26\x45\x12\x3c\xb6\x1e\xf7\x0b\x40\xdb\x01\x1e\x9d\xbd\x41\x6b\xb3\x36\xc0\xa4\x08\x77\x28\x0c\x30\x29\x06\xd7\x0e\x97\xd1\x24\x45\x9e\xdf\xa4\x34\x89\xf3\x99\xc8\xaf\x47\x89\x09\xa2\xcc\x5e\xf7\x04\xd0\xc4\x67\xae\x47\x89\xf9\x7c\xcf\x11\x4d\x92\xde\x26\x31\xc9\x4e\x9f\xba\x4c\xba\x58\xe5\x91\xbd\x5e\x61\xc6\x89\xf4\x30\xf8\xa3\x94\x03\xbd\xb3\xf0\x7b\x94\x5f\xa0\xb8\x74\xab\x1e\x77\x0c\x41\x11\xd5\xb8\x1e\x95\x4b\x50\xda\x40\x1e\xfd\x07\x40\x78\x0e\xfb\x71\xc7\x10\x0c\x67\x41\x23\x40\x8a\xd6\x83\xf1\x51\xe6\x80\x50\x4e\x3c\x6a\xa5\x20\xeb\x9b\x97\x75\x4c\xdd\x4e\x29\xbd\x32\x07\x44\x7e\x7f\x68\x51\x75\x71\xb6\x5c\x9a\x4f\x8d\x0d\xa9\x5d\xec\xd1\x56\x0a\x8a\x0b\x3d\xcb\xe0\x8d\x22\xb8\x70\xa8\x1e\xc5\x10\x28\x37\x8c\x8c\xe7\x28\x86\x6a\xe3\xa3\x80\x01\x95\xf4\x42\x23\x35\x8a\x30\x1e\xda\xa3\xdd\x02\xe4\x56\xf5\xeb\xa9\xf8\xd1\xac\x01\x42\x03\x8f\x81\x1c\x45\xea\x01\xf4\x68\x37\x05\xed\x51\xbd\x47\xa5\x15\xb4\x21\xf4\x1e\xd5\x51\x50\xd3\xfe\xa1\x3a\x0a\x5a\xc9\x62\xd4\x46\x51\x87\xc5\xd6\xee\x00\xda\x03\x35\x86\x68\x14\x83\x0b\x96\xea\x71\x9b\x03\x74\xf9\x43\x8f\xdd\x80\x36\x06\xc7\xe3\xe6\x24\x08\xb5\x70\x63\x28\x8a\x3e\xad\xa3\x12\x0f\xb4\x36\xeb\x47\x89\x07\xaa\x98\xdf\x1e\xed\x0e\xa0\x36\x47\x9d\x56\x04\x10\x87\xdf\x41\x63\x00\x88\x03\xf5\xfd\x51\x01\x06\x43\x45\xf3\xd1\x18\x00\x5a\x53\xea\xa3\xa8\x04\xa1\xc7\x94\xf1\x18\x45\x10\xca\xbe\x1e\x57\xfe\x8f\x01\x6c\x08\x75\xf0\xb8\xa6\x07\xa9\x23\xe1\xa3\x86\xfa\x78\x31\xbd\x85\xd0\xa1\x01\x94\xe7\x9b\x8c\xb4\x28\xda\x93\xa6\x8f\x4a\x2b\x28\x55\x97\xe7\xb6\x55\x6f\xe5\x22\x2d\xa1\xbf\x17\x68\x4f\xe2\x18\xa2\x51\x04\xd7\x6b\xd6\xa3\x75\x15\x94\x47\xb1\x1e\x05\x2a\xe8\xef\x53\xea\xb1\x20\x89\x8f\x5a\x8f\xd2\x13\x04\xb7\xcc\xf5\x86\xa8\x14\xc9\xf9\x80\xde\xf0\x6b\x10\x8d\xaf\x4a\x6f\x88\x4a\x11\x63\xf7\xa9\xd3\x24\x6d\x51\x49\xd2\xdb\x24\x6f\x49\x69\x92\x1e\x93\x10\xa8\x6b\x16\xec\x6d\xf7\x8d\x04\x47\x27\x70\x4a\x6f\xbb\x6f\x24\x3a\x19\x67\x7f\x7a\xe3\x14\xa6\x08\x62\xcf\xf4\x86\xee\x2a\x9a\xb0\x9d\xbd\xed\xbe\xd1\x4b\xec\x76\xf3\xba\x4c\xe2\x66\xa6\xa6\xa8\xb8\xff\x8a\x88\x32\xfb\xdb\x24\x15\x1c\xf3\xb2\xa8\xbb\xb3\x33\x15\x42\x38\x8b\x46\x7a\xb6\xd1\x24\x45\xe0\x6f\xda\x46\x93\x14\x41\xec\xab\x36\x74\xa4\xa8\xcd\xbc\x86\x3f\xf4\xbe\xd0\x41\xe3\x0c\x0b\xc1\x29\xcc\x71\xd2\x38\x61\xe9\xc3\xfb\x75\xf8\x21\x16\x64\xd1\xb8\xe8\xf4\x96\x36\xa1\x37\x24\x17\xa5\x4f\x0b\x91\x86\xfa\xa5\x10\x69\xb5\x09\x32\x86\xa3\x46\x1b\x01\x52\x44\x4d\x5a\xa2\x6c\x42\x34\xb6\xe9\x47\x6b\xdf\x88\x89\xf7\x0c\x7e\xd8\x66\xef\xee\xd0\xc1\x0f\xdb\xa2\xb6\x77\xfb\xf3\xc6\xf6\x8d\x44\x2f\xc7\x17\xa1\x8d\xda\x28\xc6\xf7\x8d\xd3\xef\x48\x54\x99\x61\x5e\xd3\x96\x70\x39\x7d\x92\x84\x29\x55\x34\x22\xbc\xb7\xd3\x42\x18\xa6\xcb\x1f\x9e\xf6\x42\x2e\xf0\x62\x6f\xab\x8d\xda\x28\x06\xcb\xb0\xde\x5e\xb6\x17\x2e\x60\x5c\xe4\xdf\x06\x5f\x14\xf9\xed\x5f\x2f\x5b\x82\x40\x33\x6d\xb5\x5f\xd6\xd1\x0b\x4e\xcc\xfe\x65\x1d\x3d\x32\xee\xa7\x7d\xf9\xb5\x91\x72\x6d\xb5\xdf\x36\x34\x1b\xc3\x5b\x9a\x64\x07\x60\x0f\x69\xda\x12\x6f\x2b\xf4\xf6\xac\x14\x79\xbd\xad\x10\xe6\x53\xee\x14\xec\xed\xf2\x29\x02\xcd\x84\x3f\xbc\x2c\xea\xc2\xc4\xf3\xa4\xb7\xcb\x42\x70\xfa\x6f\xb3\xdf\x7f\xfc\xe1\xc7\xe0\xd5\x0c\xe4\x8f\xd9\x13\x16\x76\x38\x1e\x3f\x56\x88\xfb\x2f\xcf\x41\x21\x3e\xe6\xe5\x45\xed\xcd\x1b\x1f\x9b\x90\x20\x2c\x35\xe9\x72\x8f\x79\x3d\xf8\x48\x58\xfa\xc7\xbc\xb8\x6a\x81\xa3\xb7\xbd\xb3\xef\x2c\x9a\xf8\x27\xbd\x2b\x3a\x40\xa2\x79\xf7\x8e\xd1\x50\x14\xce\x28\xbd\xef\x3e\xb5\x7b\x9d\x7b\x93\xf4\x32\x09\x77\xb2\xf2\xa9\xdb\x24\x8f\x8e\xfc\xfa\x30\x53\xef\x2c\x5b\x45\xe0\xfb\xd5\x3b\xab\x4f\xd1\xcc\x36\x6d\x44\x43\x91\x78\x92\xf6\x3e\x7c\x8a\x33\xd9\xc4\x2e\x6e\xe3\x0b\x8a\xb9\xad\x95\x6c\xef\x61\xb1\x83\x18\x40\x6b\x32\x6b\xe3\x0b\x8a\xfe\xe6\xe5\x38\xff\x5b\x30\xc1\x49\x92\x35\x09\x0c\xf2\x0c\xea\xdd\xa1\x0f\x0a\x33\x63\xef\x69\x21\x0c\xc3\x1d\xbc\x31\x7d\x23\xf1\x60\x09\xbf\xd3\x7b\x9a\x3d\x57\x16\xb2\xe9\xd0\x7b\x9a\xbd\xd7\x9e\xfb\xc6\xf2\xd3\x14\xfb\x10\x66\xcf\x26\xb3\x68\xec\xdf\xbd\x97\x6f\xf4\xb8\x58\xfb\x94\xd5\x66\xe1\x37\xad\x76\x59\x08\x0e\x7f\xe1\xc8\xd3\x7b\x59\x08\x82\x6a\xe3\x6f\xda\xc6\x17\x14\x85\xd5\xb7\x0d\x13\x28\x92\xbb\x32\x7a\x9f\x96\x6b\x7a\xb7\x9a\x49\x66\x8f\xb7\x07\x57\x38\xb4\x31\x01\x45\x71\xa3\x58\xef\x38\x97\x8a\xe6\xc0\x43\xef\x8a\x11\xd0\x84\x48\x6b\x03\x00\x8a\xc2\x70\xde\x46\xfb\xeb\xbf\x45\xfb\xe3\x8d\xa7\x79\x9d\x5e\x62\x47\x51\x5f\xe6\xf5\x22\x2e\x94\xd5\x56\x40\x80\xda\x18\x29\xfb\xdb\xfe\xf5\x66\xf1\x61\xf6\x0e\x6a\xc2\xf1\x4d\x76\xf3\xdb\x70\x7c\xa2\x89\x30\xda\xfb\xe5\x0f\x8d\x16\xe1\xe0\x41\x4f\x11\x49\xec\x99\x36\x1c\x9f\x88\x81\xbc\x36\x1c\x9f\x08\xce\xd8\xf4\x7e\x99\xfd\xe5\xa5\x6c\x24\x7d\xec\x4c\x38\xb4\xb3\xf8\xe8\xfd\x63\x85\x70\xf5\xe4\x58\x7c\xef\x1f\x1b\xc7\xe8\x51\x27\x45\xfd\xd8\x27\x50\x83\x38\x3c\xd1\xbb\x02\x02\xd4\xe6\x0f\x6f\x9f\xe2\x78\x30\x97\x13\xb7\xd1\xfe\x44\x63\xf6\xef\xfd\xb6\xe7\x2c\x24\x91\x82\x7a\xbf\xed\x00\x37\x01\xb8\x82\xef\x78\x5b\x7a\xfc\x3a\xc3\x1e\x8d\x41\x4c\x34\x0e\x33\x6d\x68\x3f\x91\xf8\xb4\xf5\xfe\xf8\x43\x14\x9c\xc3\x91\xf6\x58\x54\x4e\xf9\xb2\xc9\xd3\x46\xfb\x13\x8d\x75\xa3\x0f\x15\x1c\xd0\x1c\x5c\x69\xe3\xed\x89\xb0\x71\x0e\xd5\x8d\xc3\xed\x08\xa6\x03\x03\xe2\x89\xe2\x26\x86\x3e\x58\xac\x89\x26\x86\x62\x1f\x58\xa9\x44\xb1\x3b\xdd\xc6\xc8\x13\x85\xa5\xa4\x0f\xd6\x6f\xa2\x0e\x46\xc7\xc1\xde\x83\x28\xa7\x29\x63\xe4\x89\x64\x9b\xb6\x8f\x61\x21\x38\xee\xca\x35\xe0\x7d\x0c\x8b\xca\x46\x03\xe1\x9d\xfa\x18\x16\x02\xef\x51\x8e\xeb\xb7\xc1\xf5\x44\x11\x55\xbd\x8d\xa4\x27\x92\x63\x37\x7d\x84\x6f\x0c\x0e\xe7\xa4\x4f\xb5\x49\x84\x5d\x60\x2a\x36\x92\x9e\x68\xac\x08\x7d\x28\xe5\x8e\x6f\x24\xaa\x35\xac\x8e\xb4\x8e\x84\xb8\x26\xb8\x5e\x1b\x23\x4f\xc4\xd8\x4d\x3a\x4d\x22\xb0\x33\xb3\xcd\x91\x56\x88\x15\xe3\x81\x0a\x7a\xa8\xe0\x80\xe4\x78\x70\x1f\xac\x18\x45\x60\xa4\xe8\x03\x1f\x1c\x11\xaa\xb3\x47\x59\x08\xef\x66\x63\xf0\x1d\x8a\x34\x10\xc4\x52\xe9\x43\x91\x06\x62\xda\x12\xed\x0f\x71\xa5\x19\x36\x74\xfb\x14\x3b\x14\x6c\x21\xf4\xa1\x48\x03\x83\x73\xeb\x6d\x08\x3e\x91\xec\xdf\xf5\x31\x2d\x17\xfe\xf2\x04\xe6\xe9\x43\x01\x03\x82\x98\xcc\x7d\xbc\x2c\xd7\x8b\x19\x26\x69\x1c\x65\xce\x61\xa0\x50\x54\xd0\x43\x0d\x04\xa4\xfa\xe6\x71\xf9\xc6\xcb\xef\xc8\x0f\x2f\xb3\x5f\x18\x18\x20\xfb\xc0\x66\x24\xaa\x10\x1d\x87\xa2\x03\xe4\x74\x74\x28\x3a\x40\x4f\xbf\xf6\xc7\x72\x7d\x38\x67\x6b\xcf\x51\xb7\x30\x58\x5c\x6d\xbf\x36\x50\xf7\x71\xdb\x04\x5e\x7c\x89\x6a\x7b\xdc\x66\xc2\x35\x94\x69\xff\x78\xec\x1f\x8f\x7e\xf8\x8c\x3a\x55\x0f\xd0\xb8\x04\xf4\xa1\x34\x00\xa1\x5e\x76\xa8\x8d\x80\x26\x4a\x53\x0f\x5c\xde\x44\x6d\x63\xd5\x77\xe0\xcc\x26\x9a\xab\xa4\x7b\x38\xce\x87\x47\x08\x19\x62\xc3\x65\x05\x48\xee\xd0\xef\xe1\xb2\x02\xd4\x34\x2f\x2c\xdb\xa2\x88\xab\xd9\x83\x6d\x47\x91\xec\xe5\xf5\x50\x66\x0c\x83\x68\x6e\x41\x92\x6f\xc4\xe6\x33\xcd\xde\x71\x3e\x86\x5b\x98\x49\xd2\x6d\x12\x2b\x6c\x26\xa0\x81\x35\x47\x14\x2e\x01\x3d\xb0\x20\x8b\xe2\x54\xe1\x9a\x60\x4c\x62\x81\xc5\x1c\x6e\xfc\x37\x51\x44\x5a\xec\xe1\xd8\x04\xb5\x99\x17\x06\x1e\x31\x4e\xf3\xc2\x73\x44\xc4\x40\x55\x1b\x65\x85\xb8\x64\xe3\x44\x29\x19\xae\x21\x40\xb1\x1f\xde\x86\x84\x13\x4d\xd0\x99\x1e\x6d\xb9\x70\xbd\xc6\xfc\xd0\xc3\x95\xc6\x30\xfe\x09\x22\xdc\x28\x71\x22\x0e\x56\x1a\x46\x89\x13\x8d\xf7\x67\x0f\xb5\x06\xd0\x6d\x21\xa6\x4d\xb8\x50\x81\x32\x3d\xa6\x15\xc2\xdb\x43\x59\x66\x94\x38\x51\x44\xc4\xe8\x31\xcd\x7e\x72\xe3\xef\xa0\xda\x2e\x51\x40\x71\x31\x7d\x0f\x15\x09\xb0\x34\x32\x92\x7c\xe3\x89\xdb\x16\x83\x7a\x9c\xbe\x91\xdb\x94\x0e\xc4\x9b\xc1\xe2\x44\x6c\xa7\x79\xf9\x1d\x4f\x77\xe0\x69\x1c\x87\x3e\xa8\x81\xb6\x6b\x34\x37\x51\xbb\x6d\xef\x7a\x64\x78\x24\x85\xb5\xcd\x78\xdb\xd0\x04\xa7\x52\xcb\x1a\xae\x47\xc6\x37\x3e\x3c\x15\x52\x29\x01\xcd\xf9\xf0\x36\x0c\x9c\x88\x69\xb9\x94\x19\x60\x84\xed\xa5\xba\x01\x62\xda\x27\x2e\xbf\xd0\x85\x33\x9c\xdd\xf7\x72\xc0\x7c\xdd\x26\x4c\xb2\xa8\xc4\xab\x52\x0f\x36\x7e\x9c\x18\x44\x56\x6a\x83\xc5\x89\x31\xd1\xc5\x86\x92\x05\x0c\x0e\x9b\xf4\x70\xd5\x02\xda\xd5\xc1\xf8\xf8\x85\xb8\x6c\x97\x33\xdd\x3d\x6e\x2b\x74\x13\x3c\xdf\xc1\x77\xdb\x12\xb7\x7b\x79\xbc\xf1\xf6\x3b\xde\x1c\x08\x44\xa5\x1a\x6a\x33\xc3\x60\x27\x7e\x47\xb5\x19\xd0\x6d\xdb\x2b\xac\x40\xf7\x37\x7b\x5b\x02\x1f\x77\xf5\x27\x23\xd6\x89\xc0\xe2\xde\x06\x9e\x13\x81\x73\x6a\x0f\x45\x1a\x48\xb5\x86\xa1\xfc\x1a\x7a\xc2\x2b\x01\x54\x70\x40\x73\x5a\xb2\x43\x0b\x0e\x48\x36\x53\x3a\x38\x9a\x2d\xc6\x49\xf6\xa1\x51\x07\x44\x50\x88\x50\xe7\x01\x81\xc5\xbd\x83\x60\x27\x22\xd9\xe5\xeb\x70\xb1\x06\x82\x78\x44\x1d\xbb\xd9\xef\xfa\x0f\x98\xf4\x36\xc9\x8b\x44\x56\x4b\x04\xf6\x6f\x51\x45\xf7\x0d\x97\x5e\x20\xb9\x47\xa2\x8d\x7e\x27\x3a\x90\x85\xa1\x10\x05\x8d\x9f\x63\x87\x0b\x34\x10\xdc\xf8\xdb\xa1\xd5\x05\x0c\x15\xfb\x50\xae\x82\xe0\xaa\xce\x0e\xe5\x2a\x48\x62\x83\xb4\xc1\xf5\x44\xed\xbb\x79\xdd\x26\x61\x1b\x0e\x0b\xf1\x98\xc4\x5d\xe4\x4c\x8c\xa1\xc6\x16\xdf\x25\x21\x15\x1a\xb6\xc4\xc0\x9e\x82\x48\x0b\xf6\x15\x45\x6c\x7e\x21\x95\x38\x90\x38\xb4\x77\x28\xdc\x41\x87\xad\x3a\xac\x10\x47\x10\xb9\xaf\xaf\x8d\xf0\x27\x92\xe8\x2d\x1d\xca\x7b\xd0\x8e\x8e\x50\x63\x03\x45\xe0\xb9\x8e\xb0\xa1\x43\x9d\xe7\xd7\x1e\xd4\x1d\x61\x4d\x82\xd8\xc5\x36\x94\xf3\x08\xc8\x40\x08\x46\xd8\x9c\x44\x39\x39\x6c\xe1\xb4\x72\x1c\x1a\x52\x8d\x09\x27\x0d\x50\x38\x3e\x75\xa8\xd0\x81\xd8\xbf\x49\x56\x8e\x43\x43\xf3\xfb\x43\xb3\x4f\xcd\x79\xd4\xd7\x95\x2c\x28\xce\x64\x77\xb8\x92\x0d\x57\xb2\xd3\xa7\x6c\x15\x36\x0a\x08\x7b\xd7\x06\x39\x14\xc1\xe1\x89\x0e\xd5\x3e\x50\xdc\x91\xd7\xe1\x12\x18\x14\x5b\xef\x1d\x2e\x81\x41\x6d\x7e\x1a\xa7\x3c\x50\xdf\x2f\xaf\x72\x08\xba\xa7\x49\x56\x08\xef\x18\x3c\x34\xda\x18\x8a\x22\x82\x35\x44\xb4\xa5\xf7\x3a\x3f\x5b\x75\x5a\xae\xaf\x37\x23\x4f\x4d\x3f\xc7\xa4\x63\xd9\xfd\x9c\xb9\x40\x72\xbe\xb2\xc3\x99\x0b\x04\x0e\xc7\x1d\xce\x5c\xa0\x08\x8d\xdc\xe1\x6c\x03\x02\x83\x7e\xc7\x69\xab\x7a\xe0\xc1\x86\x3e\x2d\x17\x61\x15\xa7\x43\xcc\x39\x09\x8c\xb2\x8e\x5a\xd2\x40\x9d\xcc\x10\xf1\xb2\xa8\x2f\x9d\x71\x69\xd5\x97\x4d\xf8\xd2\xe8\xe7\x53\x96\xfe\xe5\xa9\x0b\xb2\x7f\x59\x2e\xa2\x95\xb2\x99\xdb\xf1\xb2\x09\x5f\xae\xa6\xf8\xe1\xdb\xef\xc8\x61\x70\xe7\x24\x83\x2f\x8a\xcc\x6f\x92\x6f\xe4\xe4\x24\x7b\x0f\x1d\xce\x6f\x20\xcb\x9e\x83\x8b\xa1\x48\x67\xd4\x78\x5b\x47\xfc\x09\x39\x21\xd4\x71\x39\x36\x71\x85\xd1\xcc\x68\xf0\xc5\xfe\x06\x5f\xb4\x33\x39\x73\x81\xc0\xdd\xa7\x0d\xab\x28\x8a\xd3\x0d\x6d\x58\x45\x31\xe6\x41\x21\x3e\xe6\xc5\x05\x27\x04\xe9\xe9\xf8\xf8\x39\x3e\x9e\x94\x27\xc9\x99\x2b\xdc\x42\x50\x84\xdf\x56\xdb\xeb\xfc\xfc\x1c\x4e\x66\xa0\x35\x7f\x1a\x69\x51\x94\x26\xb8\x70\x39\x0d\x0a\x6f\xd9\x0e\x27\x20\x50\x41\x97\x4b\xe7\x91\xf4\x56\x3e\x26\x46\xa3\x23\x8a\xa1\xc9\x20\xb5\xde\x83\x22\xea\x47\xa7\xd6\x7b\x50\xf8\x09\xb5\x31\x14\xc5\x70\x79\x98\xda\xee\x40\xb2\x4d\xd2\xe9\xa4\x01\x9a\x6b\x19\x3b\x35\xc2\x83\xd4\x7a\x6f\xa4\x45\x91\x78\xaf\x77\x3a\x43\x80\xc4\x51\xac\xd3\x19\x02\x24\x67\xf3\x3b\x9d\x21\x40\xb1\x6b\xde\xc6\x63\x14\xb9\x59\x08\xa7\x83\x74\x3a\x60\xe1\x97\x0a\xfa\x34\x7c\x3d\x76\x8b\x1c\x56\x7b\xb8\x7d\xc3\x0f\x5d\xad\x83\x91\xf4\x9c\x74\x3a\x00\x89\x0b\x6b\x1b\xb5\x51\x04\x61\x61\xdb\xa8\x8d\xa2\xb8\xc7\xb4\x53\x41\x9f\x46\x84\xb6\x55\x5d\x61\x83\xc0\x19\xa5\xd3\xe5\x34\x18\xc4\x8d\x6e\xc3\x2a\x8a\x22\xfe\x77\x1b\x37\x51\x14\xfb\xce\x9d\x69\xb9\x52\x1f\x64\xde\x98\x7e\x5a\x4e\x7e\x9f\xe6\xa5\x8c\x06\xc1\xe1\x8b\x4e\x05\x32\xa8\xf3\xf4\x87\x16\x62\xa1\x0f\x5b\xd5\x75\x38\x08\x37\x2d\x0c\xb8\x28\xba\xfc\x68\xca\x55\x10\x9c\x4a\x6c\x03\x2e\x8a\xc9\x71\xc6\x4e\x85\x28\x48\x8d\x60\xa9\x10\x4d\x03\xd1\xa2\x6e\xa4\xab\x0b\x50\x04\xf2\x6f\xa3\x2b\x8a\x9e\x7e\xda\x36\x7b\x9c\xd0\x0f\x76\x02\x8c\xae\x28\x02\x3f\xa3\x4e\x57\x17\x60\xe4\xf7\x29\xdf\xc8\x29\x17\xc7\x50\xba\x94\x00\x83\x00\x25\x6d\x28\x45\x51\x84\x30\xee\xd4\x26\x09\x9a\x10\xfd\x9d\x0a\x64\xd0\xb5\xff\xda\x83\xba\xd3\x95\x06\x48\x1c\xb2\x3a\x35\x6c\xfe\x5f\x8c\x9d\xc9\xd5\xf4\x2c\xaf\x45\x53\xb9\x21\x18\xd3\x48\x4c\xfe\x5c\xc0\x4d\xfe\x21\xdc\x55\x7b\xfb\x1d\x3f\xdf\xe8\xac\x62\xb9\x6c\xc0\x58\x1d\xd2\x01\xe8\x14\xf4\x85\x7c\x8c\xc2\x60\xc7\x2f\xfa\xf4\x3d\x4c\xc4\x1b\x21\x12\xd9\x11\x85\xda\xfd\x52\xdc\xe6\x00\xfa\xf4\x3b\x37\x64\xd9\x3f\x3e\x7d\xe6\x4e\x19\x0b\x44\x77\xa2\xf4\x21\x80\xda\xb1\xcb\xba\x62\x17\x18\x6d\xfa\x47\x67\x78\x93\xe9\x87\x79\x25\x3b\xa2\x30\xa8\x78\x09\xd9\x11\x85\x46\x81\x7f\xc8\x8e\x28\x0c\xce\xaf\x8c\x6e\x90\x14\x88\xc3\x27\xea\x8f\xf4\xcf\x1f\x61\xd8\x97\x9d\xb0\xf8\xbd\x7b\x95\xaf\xe6\x82\xc0\x1d\xd9\xdf\x75\x3e\xba\x27\xe9\xb9\x48\x0d\x7f\x02\x3d\x7d\x5b\x8a\x70\x20\xaa\x8b\xc1\xf0\x27\x90\x5f\x27\x94\xea\x40\xab\x3e\x51\x17\x05\xa8\xc3\x8f\xe7\x76\xa2\xe1\xb3\x26\x81\x2d\xba\x22\x1c\x68\x03\x75\xd0\x5f\x97\x32\x4c\x1d\xa7\x9f\xc5\xeb\x55\x2f\x57\xf9\x3a\x5e\xfb\xf5\xda\x2f\xff\xe8\x5a\xe3\xa8\x29\xca\x94\xa2\x1b\x03\x01\x2a\xe9\x3e\x31\x8c\x75\x02\x9d\x13\x11\x63\x50\xa4\x2e\x74\x63\xfc\xc3\xbd\x96\x61\xea\x35\xf2\x5a\x4e\x40\x61\xc0\xb5\x13\x72\x02\x0a\x01\x8b\x7c\x0c\x2d\x7a\x20\x0a\x5f\xf0\xd0\xa2\x1f\x72\x70\x14\x9b\x9a\x4d\xd6\x28\x07\x4d\xc3\x26\xe4\x35\x92\x45\x86\x3e\xa1\x91\x69\x13\xd2\xf1\x09\x8d\xb4\xe4\x18\x0a\x41\xa0\x6b\x98\x0f\x77\x4e\x80\xda\x10\x49\xc3\x50\x06\x30\x60\x19\x88\xe1\xce\x09\xd0\x0f\xff\x68\x68\x10\x08\xf2\xe3\x42\x0a\x3d\x61\x40\xf7\x18\xf2\xda\x09\x8d\xe2\xaf\x18\x6e\x6d\x00\xbd\xe1\x74\x0f\x45\xd2\x30\xe0\x81\x2a\x1e\x06\x3c\x80\x31\xf0\x2b\xe5\xa2\x13\x6a\x38\x39\x86\x32\x80\x56\x87\x4d\xde\x9e\x94\x13\xb7\xe4\x86\x31\xc5\x81\xd9\xa8\x09\x2a\x63\x9d\x30\x5c\x4c\x43\x29\x35\x94\x52\xb8\x61\x92\xd8\x09\xe1\x66\x9b\xf4\x74\x42\xd5\x81\x97\x9e\x4e\xa8\xc1\xfa\x1a\x24\x2f\x0b\xa1\x54\x97\x19\x4e\x08\x0a\xa5\x63\x90\x9a\x26\x84\xf1\xa7\xa1\x49\x05\xb4\x60\xdd\x0f\xbf\x5a\x60\x90\xbb\x11\xc3\xad\x8d\x61\xf9\x39\x61\x59\x09\xde\x84\xce\x69\x81\x31\xdc\xed\x00\x86\xb6\xd8\xd0\x16\x03\x06\x85\x09\x31\xfc\x90\x81\x50\xa3\xca\xf9\x26\x54\xa8\xdb\x62\xf8\x3d\x02\x5d\x9f\x4b\xce\x37\xa1\x9d\xce\xaa\x51\x04\x60\x74\x97\x89\xbb\x1d\x40\x73\xbf\x60\x18\xb9\x04\x06\xb5\xe6\x31\xb4\xc5\x80\x0a\x65\x45\x0c\x03\x0b\x40\xd3\xcc\x1e\x6e\x80\x00\x4d\x3b\x65\x68\x9e\x01\x0d\x7e\xd4\x90\x2c\x4e\x68\x24\xe0\x86\xcc\x70\xc2\x70\x17\x46\x1a\xb8\xf8\x68\xe0\x10\x43\x12\xbc\x09\xed\x7b\xdb\x86\x0c\x86\xa7\x60\x70\x55\x68\xea\x85\x21\x03\xbe\xed\xd0\xd4\x03\x9a\x9b\xdf\xb2\xb9\x09\xc1\xf1\x9a\x21\x9b\x9b\xd0\xa8\xf3\x0f\xd9\xdc\x84\xda\xb0\x9f\xe4\x56\x13\x86\x7b\x81\xa1\xe8\x00\x9a\xc1\xb9\x30\x30\x0a\x84\xdb\x37\xa1\xb1\x04\x54\xd7\x44\x68\x2c\x01\xcd\xbd\x75\x69\xcd\x84\x01\xaf\x54\x04\x09\xb8\x42\xa7\x04\x31\x42\xaf\x18\x88\x03\xd1\x11\x24\xcd\x0a\xf1\x33\xcf\xfe\x54\xc5\xa1\xfd\x03\x0c\xce\x98\x8a\x50\x66\x00\x9d\xf3\xd2\x23\xcc\xaa\x00\x5a\xc5\x40\x09\x2d\x1b\xa0\x41\x2d\x1a\x61\xa2\x05\x10\x70\x2a\x47\xb8\x77\x00\x34\x92\x97\x43\x92\x30\xa1\x06\x22\x49\x92\x30\x61\x1c\x76\x42\xa3\x02\x18\x46\x99\x42\x7b\x00\x68\x41\x30\x32\x74\xe9\x80\xe6\x9e\x7d\x68\x0f\x00\x9d\x43\x6d\x23\xdc\x4e\x00\xfa\x40\xa3\x86\x31\x45\xa0\x69\x0f\xc8\xc9\x25\x54\x6a\x6e\x43\x4e\x2e\xa1\x51\xd6\x15\xb1\xed\xd7\xd6\xa2\xe7\x89\x6a\x7a\xa0\x0e\x57\x91\x02\x02\xa8\x13\xc9\x12\x6e\x27\x00\x71\xba\x18\xfc\x5c\xc3\x4a\x53\xbc\x83\xf0\x73\x05\xda\x41\x14\x33\xd4\xa8\x40\x0f\x0c\xcd\xf0\x43\x04\x86\x21\xa5\x30\x9c\x07\x8c\xf9\xfd\xd1\xb9\x97\x5a\x8b\xef\x3c\x0c\xd4\x01\xed\xfc\xfe\xe8\x14\xe2\x3a\x95\x6a\x93\xbd\x87\x6d\xcb\x3c\x0e\x79\xb4\x84\x4e\x7d\x78\x24\xf9\xa6\x42\x3f\x89\x4f\xca\x7d\x25\x74\x72\xb6\x7f\x62\x95\x26\x2b\x97\xc8\x4c\x4a\x15\x23\x10\x85\x2f\x38\xcd\x39\x02\xa2\x86\x7f\xbc\x6c\xa2\xec\x86\x8f\x3a\xf5\x47\x80\x9f\x11\x4f\x53\xb3\x89\xbc\x3d\xbe\xf3\x74\x27\x00\x68\xda\xd7\xa9\x0f\x01\x74\x37\xf8\x53\x8b\x1e\x08\x8d\x92\x74\xf9\x02\x8d\xea\xac\x48\xb5\x60\x4a\x8e\x8e\x5a\x4f\x6d\x75\xa0\x1b\x96\x4d\x95\x19\xd0\x39\x5e\x33\xa4\x8a\x12\x9a\x1b\xe9\xa9\x9a\x02\x06\x74\x45\x91\xe9\x1f\x29\xb9\x84\x9a\x34\x32\xed\x17\x0c\x0f\xee\x60\xa5\xca\x2c\xb5\x96\xf1\xe9\xd3\x4f\x21\x3d\xf4\x8f\xf7\x28\x7b\x94\x30\x0a\xe1\xcf\x34\x6e\x01\xd4\xee\x55\x06\x29\xf2\x0b\x52\x70\x7b\x23\xee\x40\x37\xaf\x2a\x55\x79\xb9\x25\xf5\x67\xa2\x5d\xe4\x40\x1b\xce\xbd\xbb\xf9\xc0\x68\xd3\x26\xe7\x9e\x6c\x6c\x4a\xff\x23\x55\x66\x40\xd3\xf9\x90\xa5\x49\x08\x53\x87\xd2\x2d\x39\xa0\x42\x26\x1f\xe9\x96\x1c\xd0\x4c\xc8\x92\x20\x49\x68\x54\x58\x47\x3e\xf6\xeb\xf1\x0d\x31\x85\x2e\x5f\xa0\x19\x11\xcd\xd7\x7e\xfd\xa0\x72\x2e\x70\xa4\xdb\xed\x40\x73\x7b\x6f\xaa\x34\x80\x80\xeb\x22\xe4\x36\x8a\x8f\xdb\x88\x37\x34\xdd\x4d\x03\xba\xb9\x63\xd3\xb0\x2c\xd0\xa0\xa7\x8b\xa9\x1f\x0e\xb4\x86\x1e\x99\xae\xe8\xe9\x99\x27\xa8\xcf\xa9\xa0\x07\x7a\xe0\xcf\x4c\x77\xc0\x80\x7e\xb2\x98\xa6\x82\x1e\xe8\x27\xaf\x63\x1a\xfe\x04\x1a\x3c\xb7\x31\x75\xa7\x67\xe3\xb4\x2e\xde\xf6\x34\x53\x67\xca\xe2\x6c\x27\xdc\x14\x03\x86\x3b\x4d\x53\xb3\x11\x18\xc6\x66\x24\x45\x12\x06\x87\x35\x85\x0c\x48\xc2\xa0\x28\x24\xa6\xba\x03\xa8\x5a\xb8\x53\xdf\x19\x08\x6d\xd7\xe9\x97\x36\xfd\xd2\x50\x9f\x52\x27\x09\x5d\x2b\x5e\xea\x24\xa1\x73\xb8\x7a\x4c\xdd\x69\xa0\x57\xc4\xb6\x3c\x49\x42\x18\xaa\x97\x14\x49\x18\xb0\xce\xc6\xd4\xdf\x9d\x9e\xb9\xe4\x80\xd4\x30\x40\x23\x1b\x3b\xa6\x9f\x28\xd0\x38\x12\x33\xa6\x1f\x1f\x10\x66\x19\x4c\x3f\xbe\xf9\x6d\x8a\xd9\xe4\xbd\x70\x55\xdd\x4d\x9b\x7e\x8f\xc0\xd0\x25\x9c\xcb\x59\x5d\x2c\x93\xe3\xef\x43\x12\x43\x36\x24\x21\xf5\xf2\xa6\xd1\x42\xa0\x73\x24\x78\x48\x90\x24\x34\x33\x0e\xa6\xce\x2d\xd0\xcc\xaa\x98\x6a\x2e\xa0\x1b\x53\x9c\xfa\xa8\xc0\x38\x11\x10\x53\x87\x14\x68\x1c\x59\x18\x53\x87\x14\x88\xc4\x45\x99\x2a\x33\xa0\x55\x07\xe7\x36\x1a\xd0\x29\x3d\x0b\xf9\x97\x84\x7e\x3a\x2b\x6e\xa3\x01\xfd\xf0\x05\x2a\x0d\x80\x56\x5c\x91\x4a\x03\x20\x8c\xa5\xcf\xdb\x7b\x41\x43\xf9\xad\x35\x0d\x60\x20\x4e\x5f\xa0\x6e\x2b\xd0\x4f\xac\xa4\xa9\xdb\x0a\xf4\xd3\x37\xaf\x69\x0b\x0c\xf7\x9d\xa7\x46\x2b\x10\x15\x11\x3e\x8d\x29\x4e\x13\x79\x50\x1a\x53\x3b\x16\xe8\x59\xfd\xa3\x03\x62\x37\xec\xf0\x0b\x56\x8c\x00\xc3\x98\xcf\xd2\x21\x05\xd2\x61\x2f\xf7\xa6\x80\xee\x36\xed\xd2\xf6\x04\x2a\xa7\xf4\xc6\xd2\xd0\x04\x86\x16\xea\xd2\x93\x05\x82\x14\xe7\x58\xd4\x66\x08\xa3\xb1\x13\x20\xbd\x93\x10\xd0\xcf\x87\xf4\x4e\xc2\x50\xe5\x2d\xe3\x93\x40\x98\x1d\xb3\xdc\xf3\x07\x9a\x41\x2c\x19\x9f\x84\x30\x3d\x61\x69\xda\x02\x23\xbd\xca\xfd\xa4\xf5\xed\x27\xfd\xe6\x7e\x19\x40\x04\xa2\x22\xb8\x96\x7b\x40\xc0\x30\x2a\xb7\x34\x80\x81\xa1\xfa\x5c\x7a\xc5\x40\x73\xcb\x65\x69\xed\x02\x95\x4a\xe6\x90\x04\x4a\xa8\x1c\x07\x11\xcb\x9d\x22\xa0\x86\x03\x52\x54\x02\x35\x88\x06\x2d\x73\x7b\x80\x06\x49\x74\x2c\xe5\x22\x10\x66\x00\x2d\x2d\x67\x60\x70\x82\x6d\x2c\x9d\x6e\x60\x18\x16\x59\xca\x45\xa0\xc3\x8c\x1b\x32\x3e\xc5\xc7\xf8\x44\x30\x72\x19\x1a\x04\x86\x26\xe8\xd2\xc3\x06\x06\xc4\x84\x21\x2f\x94\x10\x5a\x59\x4b\x0f\x1b\xe8\xee\x50\xac\xf0\x6d\xc3\x09\xaf\xab\xb9\x0c\xfa\x01\x15\x82\xa4\x58\x9a\xd9\x40\x85\xe1\x21\x96\x42\x10\xa8\x61\x57\xf5\xb0\x81\xa1\x8b\xb2\x94\x8b\x40\xc0\xa2\x1a\x4b\xb9\x08\xb4\xea\x92\xd3\x0f\x5f\x56\x6d\x60\x2d\xaf\x74\xf9\xa6\x6c\x5b\x0c\xc8\x44\x44\x20\xa0\x9d\x8a\xa5\x87\x0d\x44\x71\xe5\x4c\x3f\x05\xf8\xe3\xd2\xb5\xea\xf6\xcd\xf2\x64\x39\xdf\xb6\x1b\x33\x40\x55\x73\x2d\xed\x94\xc5\xce\x89\x26\xd5\x52\x16\x02\x75\x3a\xf7\xe6\x09\x01\xe3\x1b\x90\xd6\x0c\xd0\x4c\x61\x5d\x26\x05\x01\xe1\x7e\xf8\xd2\x74\x01\xda\x81\xd5\xb0\x8c\xb1\x2d\x8f\x73\xf7\x43\x56\x7e\x01\x63\x10\x88\x59\xca\xaf\x65\xc5\xb0\x57\x69\xeb\x03\xed\xfb\x60\x8c\x9e\x01\x71\xf8\x47\x37\xf8\x81\x7e\x38\x6c\x85\x15\x50\xbf\xdb\xbb\x4d\x02\x8c\xee\x02\xd0\xfc\x07\x06\x05\x48\xb1\x34\xff\x81\x46\x09\x74\x2c\xf7\xe9\x81\x6e\x7c\x73\x69\xfe\x03\x95\xa3\x84\x62\x69\x2c\x01\x4d\x21\x2a\xdb\x96\x50\x39\x55\x34\x96\x5b\xf7\xc0\xa0\x0c\x2e\x96\xc1\x39\x20\x4e\xe5\x84\x89\x88\x40\x35\x3f\x6e\x5b\x1d\xb1\x3d\xfc\x03\x9d\xb6\xdd\x5f\x01\xba\x41\xd6\xad\xb0\x02\xba\x7b\xeb\xdb\x9d\x13\x60\x70\x08\x5e\x6c\x9d\x6e\x20\x1a\xaa\x58\x4e\x2e\xa1\x0d\xa6\x70\xeb\x5d\x00\xdd\xc4\x96\xad\xe1\x05\x8c\x88\xff\x10\xa0\xde\x66\x33\x02\x4d\x79\xbd\xab\x7d\x84\xaa\xce\xfd\x24\xd9\xb6\x84\x18\x6c\x60\x6c\x25\x0b\xd0\x4c\x9f\xdb\xee\x28\x03\x0d\x4e\xf7\x90\x80\x4b\x18\x83\x80\xd8\x56\xfe\x00\xfd\x1b\x89\x5e\x0b\xd0\x39\x63\x21\xe4\xe4\x12\x2a\x24\x2a\xb1\xdd\x0c\xd9\xb2\x8f\xa3\x47\xb6\xa1\x41\x20\x5a\xf7\x8f\xcd\x26\x2a\x71\xaa\x4d\xf6\xbe\xeb\x86\xd1\x09\x8d\x30\xa0\x51\x25\x17\x5b\x0f\x68\x1b\x07\x44\x70\x6d\x53\x9c\x81\x5e\x59\x1f\xdb\xad\x09\xa0\x1b\xd6\xd8\x0a\x1b\x60\x1c\xa8\xf5\xad\x07\x04\x54\xeb\x62\xb6\x6e\x3e\x30\x86\xf3\xa5\x79\x05\x0c\xdd\xb0\x6d\x1a\x12\xd0\xd2\xd7\xa1\x18\x01\x9a\x39\x6d\x5b\x0f\x08\xe8\x66\x59\x6e\x2b\x25\x80\x70\xc7\x6f\xbb\x85\x00\xd4\xe1\xe4\xb8\xe5\x0b\xd4\x74\x26\x8c\x0f\x00\x63\x60\x06\x6d\xad\x2c\xa0\x57\xdf\xd0\xb6\x5f\x3f\x18\xdd\xb5\xe6\xe6\x00\x30\x86\x2f\x4d\x63\x09\x18\x7e\x4f\x32\x64\xc5\xc7\x90\x85\x6f\xb3\x15\x49\x5b\xce\xee\xe2\x1f\x7d\x43\x3f\x18\x23\xbc\xca\x31\x5e\x66\xa5\xf2\x86\xb4\xb2\x80\x30\xc2\x27\x1d\x96\xd0\xcd\xee\xdb\x8a\x11\xa0\x1b\xbb\xdb\x9a\x41\x40\xab\x3e\x51\x03\x07\xe8\x1c\xf8\x1a\x97\x09\x33\xc0\x48\xee\x75\xe9\xe6\x03\xe1\x1e\xe3\xe5\xb7\x09\x34\x0d\xaf\xcb\xc0\x39\x50\xdd\xb9\xbd\x74\xf3\x81\xd0\xe7\xba\x74\x9d\x80\x01\x13\x7a\x5c\xba\x4e\x40\x37\x10\x73\xa9\xfc\x81\x80\x74\x34\x64\xb5\x12\x1a\xfc\xcc\x71\x69\x0f\x00\xbd\x78\x2f\x93\x3e\x80\x66\xa4\xe4\xf2\xe3\x03\x06\xa7\xdf\xc5\xe5\xc7\x77\xa9\xfc\x79\x8f\x12\x4a\x09\xad\xa3\x2b\x2f\x03\xe7\x40\x14\xff\xe8\xd7\x71\x7d\xdc\x20\xcc\x44\xf8\x44\xf9\xf4\x71\x9d\x24\x6e\x12\x3a\x8c\x18\x71\x99\xd7\x00\x74\x8e\x56\x0e\x99\x95\x84\x36\xba\x4d\xdd\x26\x38\x93\x90\x39\x97\x8b\x1c\x18\xd0\x65\xc7\xa5\xfa\xbc\x3c\x64\xfa\xbb\xca\x99\x20\xb5\xff\xeb\xbd\x71\x31\x60\x98\x59\x79\xe9\x70\x00\xc3\x14\x7a\x39\x93\x84\x66\xd8\xff\x72\xdd\x03\x4d\x1f\xe4\x72\xeb\x0c\x08\x2b\x71\x64\x56\x12\x6a\x77\xe5\xe8\x70\x5c\xa6\x27\x1c\x5e\xe5\xed\x37\xde\x14\x9b\x62\xf2\x11\x09\x61\xfe\xc0\x65\x64\x1b\x68\x67\xb3\xc9\x3f\xde\x92\x66\xd1\x55\x75\xe5\xa5\x61\x8f\xb0\xba\x5c\xe4\x40\x85\xad\x34\x2e\xad\x78\xa0\x35\x4c\xd0\x4b\x93\x1d\xa8\x9c\xa9\x13\x97\x11\x64\xa0\x1d\xb8\xd3\xb7\x56\x3c\xd0\xdc\xf7\xb9\x8d\x78\x01\x83\x73\xf1\xe2\x36\xa8\x0c\x74\x0e\x32\x8a\x5b\x5b\x1f\x08\xe8\x7d\xe3\x36\x0f\x0d\x18\x27\x5b\xd1\xb7\x9f\x15\x90\x66\x8b\xdc\x7a\x04\x40\x68\xfd\xdd\x26\xf3\x42\x3e\xd4\xa0\xa5\x8e\x5b\x8f\x00\x68\x1c\x21\x1a\xb7\x79\xfc\x40\x73\x61\xde\x3a\x09\x40\x77\x31\xc9\x47\x24\xf4\x93\x6f\xe8\x36\x89\x01\xa8\x39\xbc\x6a\xda\x64\xc8\xc0\x7b\xd9\x89\x82\xfd\xc4\x32\x91\xb5\x48\xe8\x05\xfb\xe9\x56\x15\x03\xbd\x3b\x20\x25\x00\xd0\x20\x65\x8b\xdb\xad\x33\xa0\xd7\xf1\x1f\xbc\xe2\x5b\x69\x00\x8c\xce\x2a\xba\xd5\xe7\xc0\xe0\x74\xa0\xb8\xf5\x47\x80\xd0\x27\xbf\xcd\x6f\x03\x9a\x1b\xc3\xb7\x69\x0f\x40\x77\x33\xf7\x36\xa1\xe1\xfe\x12\x1a\xe8\xa3\xc9\x6c\xc0\x80\x0e\x2b\xe4\x39\x12\xba\x5b\x26\xb7\xa1\x1b\xa0\x7e\xe3\x75\x2f\x0f\x18\xd6\xe5\xdd\xca\x1f\x20\xe2\x6b\xf2\xd5\x90\xbc\x0c\xeb\x50\xdc\x86\x2c\x81\xca\x59\x2a\x71\x6b\x5b\x00\xcd\x04\xc7\x5b\xe5\x0f\x54\xf3\x3a\x6f\x03\x29\x40\x35\xfb\xf3\xd6\x1f\x01\x5a\x75\x91\xea\x8f\x00\xf1\x8d\xd1\xe8\x3d\xd0\xdc\x3b\xb8\x8d\xad\x00\xc3\x94\x13\xd9\x90\x84\xa1\x1b\x26\xf5\x91\xd0\xab\x5d\x0d\x9f\x18\x14\x24\x7b\x2f\xf7\x05\x81\x7e\xba\x22\x95\x8b\x40\x85\x5b\x36\x6e\x1d\x19\x60\x7c\xc3\xd6\x91\x01\xaa\x99\x5c\xb2\x21\x09\x15\x22\xec\x90\x9b\x48\x18\xe6\x88\xde\x5a\x0d\x40\x87\xec\x2d\xe4\x26\x12\x2a\x94\x70\x71\x9b\x15\x06\x0c\xa3\xab\xf7\x72\x56\x39\xb0\x5a\x1d\x7e\x5b\xa4\x00\x0c\xe8\xc5\xe3\x76\x0b\xe1\x76\x0b\x01\xef\xe0\xd6\x44\x00\x06\x34\x5d\x71\x2b\x2a\x81\xda\xfd\x36\x15\x95\x40\x0b\xfb\xa5\xd5\x00\x84\x99\x82\x52\x1f\x09\x51\x4e\xaf\xf2\x75\x90\x65\xa0\xab\x79\xeb\xc8\xdc\x92\x64\xe0\x56\xdc\x6e\x47\xdc\x12\x61\xa3\xc3\x6f\x83\x3a\xc0\xb0\xaa\xe7\x56\xec\x02\x6d\x14\xfb\xe5\x7c\xb9\x85\xa9\x64\xd1\xb6\x00\xc2\x7a\x8a\x5b\xe1\x7c\x1b\xae\x71\xdd\xeb\xee\x00\xfd\x54\x2e\x2a\xaf\x81\x5e\x9d\x68\x03\x31\x40\xb8\xc1\x2f\xf5\x91\xd0\x95\xc4\xb7\x1e\x10\x10\x90\x2f\x86\x6c\x48\x42\x53\x57\xde\x4a\x75\x20\x4e\x87\xed\xe6\xa4\x04\x49\xfa\xce\xb7\x4e\x11\xd0\x67\x78\x95\x9d\x78\x88\x16\x62\xf3\xdc\x1a\x38\xc0\x28\x4e\x8e\x11\x64\xa0\x7d\x8b\x49\xa7\x08\x18\x27\x1a\xf5\x76\x73\x12\x68\xa6\x71\xcb\x60\x24\x84\x9b\x93\x8f\xbb\x87\x40\xe8\x6a\x3e\x8a\x70\xa0\xc3\x5f\x19\x8f\xe9\x64\x8f\xe9\x64\xac\x2f\x29\x8a\x84\x96\xbc\xed\xc7\xe2\x0b\x20\x74\x48\x1f\xad\x2c\x20\x34\x54\x25\x32\x12\x06\x07\x43\x87\xac\x45\xc2\x80\x48\x2d\x64\x2d\x12\xc2\x3d\x37\xc9\x87\x84\x6e\x04\xf9\x51\x88\x02\xe1\x66\x9d\x4c\x43\x42\xb7\x3a\xe2\x31\xce\xf3\x78\x58\x93\xf7\x32\xa8\x03\x34\x37\xe5\x65\x07\x12\xe2\x44\x28\xc8\x0e\x24\x0c\xce\x16\x89\xc7\x30\x36\xd0\xbf\xf9\x52\x62\x02\x1d\x46\xc4\x78\x94\x85\x40\x33\xa8\xfc\x18\xec\x06\x46\x61\x7d\x3d\x7a\x3d\xc0\x80\xe8\x2a\x1e\xbd\x1e\x60\xe8\x96\x3c\x26\xf3\x02\x1d\x96\xde\x90\x0a\x48\x18\x05\x85\xfd\x28\x44\x81\x3e\x9c\x1c\x23\x38\x40\xd7\x35\x7f\x14\x8f\xcf\x57\x14\xc2\xb0\x0d\xea\x00\x95\x93\xf8\xe2\x31\x40\x0d\x54\x8b\xfa\x1f\xe3\x3c\xc0\x80\x51\x2c\x1e\x05\x1f\xd0\xa7\x8b\xc9\x6d\x25\xa0\x72\xb8\x4c\x3c\xe6\xd1\x02\x01\x8f\x44\x3c\xee\x21\x01\xbd\x7b\x7b\x65\x21\x30\x86\xaf\x43\x59\x08\x0c\x23\x97\x72\x08\x09\xbd\xfd\x07\x8a\x8f\x78\x34\x34\x81\xb0\x14\xf4\x99\x8e\x77\x92\xda\xc1\xf7\x24\x11\x91\xd0\xcc\xf2\x7e\x8d\x03\xbe\x16\xf4\x91\x48\x28\x6d\x8b\x10\x56\xcd\xbf\x6a\x54\xa0\xba\xe3\xf7\x6a\xab\xbf\xa6\xc2\xf0\x6a\x5e\xb5\xe0\xab\x0b\x7c\xda\xd4\x6c\x62\x67\x9f\x2f\xe5\xf5\x35\xbf\xe6\x6c\xf3\x51\xbf\xbe\x2d\x60\x7c\xf7\xf2\x6d\x01\x15\x12\xba\x90\x44\x45\x08\x63\x3e\x92\xa8\x08\xdd\x52\xf4\x57\xfd\xf6\x5a\x25\x37\xbd\xca\x27\x86\x27\xc1\x78\x55\xd8\xe4\xa1\x59\x83\xa6\x69\x13\x27\x48\xda\x7b\xf9\x03\x80\x66\x34\x5a\x4a\x14\xa1\x71\xa0\x4b\xbc\xe6\xdd\x01\x5d\x17\xf8\xf5\xcd\x03\x15\x9a\x9b\x90\x25\x45\x68\x89\xf5\x26\x25\x8a\x50\x03\x9d\xf4\xea\x15\x03\xcd\x50\xc6\xeb\x46\x3a\xd0\x2d\xd8\x92\x12\x45\xa8\xf0\x2f\xc5\x6b\x3e\x33\xd0\x65\x78\x78\x8d\xca\x01\xe3\x7b\xdb\xaa\x3c\x20\x8d\x6b\xbd\x2a\x33\xa0\xe9\x60\xc9\x7f\x22\x54\x73\x7d\x5f\x35\x17\x30\x4e\x32\x47\x24\x3b\x11\x86\x65\x11\xaf\x81\x3a\xa0\x07\x1e\x90\xcc\x26\xc2\x30\x32\xf4\x5a\x9c\x03\x8c\x86\x76\x7e\xdd\x63\x04\x9a\xd6\xdf\xab\xa3\x0c\x74\x98\x95\xe2\x35\x3f\x0e\xe8\xd5\x61\xbb\xd1\xf0\x9a\x1f\x87\x53\x24\x25\x8a\x30\x86\x2b\x5a\x35\x25\x25\x0a\x47\xb5\x84\x94\x28\x42\x57\x73\xc9\x7f\x22\x84\xce\xad\xfc\x27\xc2\x28\x0e\xdb\x94\x39\x20\x38\x3d\x38\x5e\x43\x70\x40\x35\x17\xf3\x35\x15\x06\x18\xed\x67\x2c\xe5\x81\xd7\x22\x8c\x32\x0e\x9a\x8a\x4d\xf0\x6a\x96\x49\x53\xb5\xa9\xb2\x26\xfc\x63\xb7\x89\x32\xdc\xc3\xa6\x61\x13\x85\xf8\xc5\xa6\x69\x93\x29\x05\xde\xeb\xb2\x89\x4e\xfc\xfc\xb7\x3c\x8a\x9d\xd0\x1f\xf9\x09\xe7\x94\xff\x44\xa8\x1c\x37\x92\x07\xfe\x88\xd0\x28\x2d\x4a\x29\x51\x84\x41\xa1\x74\x1e\x44\xe2\x84\x06\x93\xe7\xef\x0d\xd0\x54\xc9\x7e\x38\xb9\x7d\xb5\xab\x08\x18\x76\xad\xf2\xa8\xfe\x11\x05\x44\xe1\x6f\x1e\xc4\x07\x84\x0a\x21\x67\x1e\xcd\x7b\x79\x20\x95\xbd\x6f\xde\x0b\x6d\xc3\xb6\x76\x1e\xd0\x1b\x08\x8d\xc4\x83\x3c\xba\x57\x91\x6b\x47\xf8\x21\x25\x28\x11\x3a\x47\x4b\xe4\xd1\xfd\x63\x97\x08\x84\x01\xa1\x6d\x84\x46\x25\x4e\x1e\xc3\x7e\x59\x43\x11\x74\x35\x9c\x42\x08\x4a\x4e\xa7\x10\x99\x23\x74\x2a\x09\xf3\x08\x7b\x1f\x94\x29\x4d\xde\x50\x38\xab\xe1\xfe\x0a\x9d\x08\x67\x22\x50\xc5\x07\x93\x13\x76\x82\x5c\x3b\x94\x46\x1e\x61\x27\xc8\xc1\x21\x49\x2f\x0f\xc2\xfe\xc2\x68\xbe\xed\xf4\x3d\xc2\x43\x4a\xe1\x6f\x1e\xe9\x4c\x24\x27\xa5\xfd\x1c\x8e\x3c\xd2\x4e\x98\x37\x5c\x6c\x72\xe5\x50\x82\x58\x3b\xf3\x45\xec\x4f\x68\xa4\xc3\xe6\x91\x2e\x26\x12\x22\xa8\xfe\xcb\x63\x7a\x7b\x48\xa2\x61\xce\xc9\x63\xfa\x47\xe8\x9f\x87\x2b\x67\x3a\x46\xa2\x7a\x14\x04\xa6\x94\x28\x42\xe5\xc0\xd8\x3c\x96\x53\x88\x61\xcf\x36\x49\x1e\xcb\x01\x91\x2e\x44\xd1\x75\x1e\xcb\xae\x2e\x7d\x10\x3a\xb1\x7c\x8f\x8b\x83\x57\x7c\x1d\xcb\xf9\x5a\x1c\xfe\x31\xe8\xd7\xf6\x89\x98\xff\x1c\x5d\x92\xc7\xf6\x89\x1c\x2b\x5b\xfd\xe3\x76\x56\x31\xff\xd9\x5b\xcf\x63\x7b\x7b\x52\x0c\x7b\xfb\x3b\x40\x9d\xc7\xe5\x9b\xff\xc1\x38\x27\xf7\xbd\xbc\x2f\x85\xce\xe9\xe0\x2e\xa7\xf3\x22\xe3\xc0\xc5\x70\xf9\xe6\xe1\xb8\x43\x2e\xe6\x71\xfb\x74\x38\x49\xb1\xf1\xf2\xb8\x9d\xe1\x9b\x9d\xfd\x4a\x1f\x6f\xff\x78\x43\xc0\xa5\x64\x79\x1c\x2f\xc4\xce\xe9\xfa\x78\xec\xc4\x23\x53\x19\xab\xfb\x71\x86\x1f\xb6\xf1\xfd\xea\x5e\xff\x08\xd5\x0a\x75\xe7\x79\xbc\xfe\x11\xfb\x1a\xb6\x88\x3c\x5e\xbf\xa7\x17\x32\x9c\xc2\x92\x79\x7d\xcd\x9c\x71\x0e\x1f\x63\x16\x82\x32\xc2\x60\x0f\x28\x8b\xb2\xac\x48\xef\xf4\x35\x0d\x9b\x60\xc2\xfb\x89\xdd\x2c\x44\x60\x84\x80\xcb\x29\x0b\x11\x18\xa1\x61\xbd\x65\xc1\x7c\x17\xa2\xf0\xb9\x16\xa5\x14\x30\x0a\x02\x55\xda\x16\xa1\xfa\x05\x17\x2c\x7a\xa1\xc2\xac\x94\x05\x2b\x5c\xe8\x84\x9e\xb3\x90\x22\x28\x74\xbf\x81\x72\xfa\xc7\x53\x97\x8e\xdb\x63\x85\x0b\xd1\x59\x6b\xa5\xfa\xc7\x0a\xb3\x37\xeb\xb6\x60\x5f\x0b\x9d\x32\xdc\x2c\xcd\x7b\x35\x4f\x49\xe1\x89\xcd\xab\x9a\xb9\x17\xbf\x95\x23\x09\x4b\x16\xc8\x96\x38\x51\x23\x0b\x26\x95\x50\x29\x22\xce\xd2\x9d\xd5\x4e\xe5\xf7\xc9\x13\x87\x4d\x64\x68\x90\x96\x9c\x72\xa9\x08\x0d\xf3\x3d\xcb\xb0\x13\x9c\x64\xc5\xa6\x45\x16\xc5\x1b\x30\x8a\x03\x22\x8a\x20\x54\xaa\x69\xb3\x84\x13\xcd\xb1\xd6\xe4\x46\x67\x09\x87\x8d\x99\xcc\xa9\xfd\x59\xc2\xb9\x0f\xfd\x4a\xff\xe8\x7c\x79\xe8\xa8\xb7\x4f\x9f\xc8\x91\x3b\xf0\x0b\x66\x49\x6f\xff\x83\x0a\x69\x5f\xca\xb8\x22\x34\xc8\xab\x53\xc6\x15\xa1\x72\x6e\x59\x96\xe9\x55\x13\x92\x9e\xca\x4b\xc3\xe8\x15\xda\x70\x31\x29\x92\x80\x3e\x82\xab\x96\x9d\xe0\xc0\x6a\x42\xcf\x59\x96\x6b\x02\x2e\x3a\xe2\x80\x59\x96\xfd\xa2\x6a\x0c\x46\x8c\x2c\xdb\xab\x48\xe7\xc0\xc0\xc9\xb2\x9d\x7b\x42\x06\x14\xa9\x67\x51\x8c\x00\x03\x3f\x3c\xcb\xb6\x13\x5b\x9a\x40\x26\x67\xbb\x00\xc8\xf0\x98\xcd\x3f\x3a\x46\x82\x01\x9c\x57\x9c\xe5\xb2\xab\x14\x4a\x57\xe7\xeb\xf2\x4b\xbb\x08\xea\xa0\x8a\xcb\xe5\xdb\x26\x9f\x79\xda\xd5\xcb\x27\x52\x85\xc0\x0e\x7c\x96\xdb\x01\x51\x4c\xd0\x5c\xab\xb7\x4f\xbc\xa5\x68\xa4\x5f\x8f\x63\x7c\x8c\xc4\xf1\x44\x45\x87\x8c\x2b\xf8\xa8\x29\xbd\x8a\x30\x54\xc5\xe5\xf1\xf6\x66\x85\x21\x4d\xca\xe3\x4c\x3c\xec\x2a\x1c\x74\xf5\xb1\x5f\x90\xb0\x54\x27\xfa\xf5\x89\xb0\xbd\x4f\x5f\x9a\x62\xa8\x58\x85\xd0\x79\x43\xaf\xf7\x7a\xa9\xcd\x77\x31\xbd\xae\x68\x3c\xff\xc3\x7e\xbd\x2e\x00\x0a\x13\x20\x3d\x4e\xa9\x5a\x84\x01\xad\x62\x9e\x4a\x26\xa0\xce\x6a\x53\xd8\xc4\xe1\x0c\xdf\x55\x69\x13\x82\x8f\x85\x79\x2a\x86\x4e\x0f\x32\xfa\xd9\x9b\x79\x6a\x78\x01\x9d\x5d\xbe\x3c\x89\x0d\x0b\x9d\x73\x00\xf3\x64\xaf\x46\xe8\x15\x31\x24\xc7\x8b\x10\x9a\x67\x67\xf1\x5e\xc5\x0c\xd9\xa0\xe9\xb1\x09\x3b\xe5\xb4\xe9\xb5\x89\x88\x3b\x16\xc8\x49\xac\x41\xa8\x70\x2c\xa4\x7c\x31\x42\x50\x53\x99\xa7\x22\x0d\x68\x24\xa7\xa6\x14\x32\x42\x23\x43\x36\x65\x82\x11\x82\x7d\xc5\x94\x09\x46\x68\xec\x3b\xe7\x59\x9d\xaf\x8a\xd8\x66\x99\x9c\xca\xc2\xd3\xad\x59\x74\x9a\x1c\x2f\x42\x2f\x95\x99\x68\xde\x1e\x86\x08\xbc\xf5\x94\xe3\x45\x18\x24\x68\xa7\xbc\x2c\x42\xfc\x97\x43\x12\xf3\x64\x5b\x48\x18\xed\xe0\x51\x0a\x41\x20\x48\x96\xcc\x73\x38\x9d\x83\x0a\x8e\xe9\x55\x4e\xa7\x66\x9f\x7d\x54\x08\x02\x15\xcf\x2c\x25\x64\xc9\x7f\x84\x2c\x4c\x7a\x78\xfb\xe0\xab\x43\xa3\x9e\x8a\xca\xd3\xb3\xfb\x5c\x1f\xda\x78\x40\x27\x4e\x93\xa7\x16\x17\x30\x4e\x54\xcb\x99\x2e\x99\x34\x5a\xe8\x55\xfe\x31\xcd\xaa\xa0\x13\xd3\x4e\x78\xea\x07\x0b\xfe\x9c\x4e\x14\x27\x75\x94\xea\x55\xbe\x79\xfc\xca\xea\x6b\x56\x08\x9e\x1e\x87\x6c\xef\xa7\xc3\x66\x6f\x4a\x55\x7c\x6a\x84\x9d\x5f\x0d\x17\x8b\x61\x39\xc6\x05\xd7\x33\xdf\xd3\xa9\x5d\x06\xb4\xa3\x31\x5f\xcb\x55\x44\x58\xb6\x78\xfb\xe5\x13\x65\xaf\xc3\x30\x3f\x97\x03\xf2\x4c\x41\xa4\xa7\x74\x32\x42\x27\x6b\x30\x4f\xad\x37\x20\x12\xc1\x75\x2a\x76\x81\x46\xf2\x72\x9e\xdb\x25\xb3\xcd\x8c\xf4\x8f\xce\xfd\xd6\x6b\x61\x40\xdb\xae\x42\xee\x79\xf8\x3a\xb6\x73\xbf\x4d\x73\xf3\x2a\x7b\x4f\x4e\x6d\xf8\xa5\x28\xaf\x81\xfe\xaf\xc9\xae\x72\xc0\x12\xf4\x2a\x79\xde\x76\xf5\x26\xdd\xd0\x7b\xdd\xbe\x21\x3c\xd9\xe9\x77\x7e\xbb\x30\x6f\x39\x4d\xe9\xfd\xed\x44\xdf\x70\xf3\xa3\xe9\xa5\xb9\x11\x1a\xf9\x38\x79\x6a\xfd\x01\x95\xb2\xae\x3c\xb5\xfe\xce\xcf\xfa\xb3\x13\xf6\x8b\x5c\x95\xe9\xbd\x34\x08\x81\xd1\x7c\x69\x8a\x70\xa0\xa7\x5d\x7d\x7c\xb5\x3f\xa8\x70\x50\xe7\xa9\x54\x07\x86\xca\xff\xd4\x46\x04\xc6\xe1\x32\xd1\xfa\x03\x6a\xd8\x2f\x65\x2c\x10\x03\x9d\x54\xf5\x77\x81\xc1\xde\x7a\x56\x6d\x44\xa0\x11\x37\xcd\xaa\x0b\x0c\x74\x8d\xcb\xca\x5e\x9e\x50\x15\xa8\x55\x79\x0d\x34\xce\x10\xca\xaa\x0b\x0c\x34\x3d\xd9\xaa\x27\x5b\xf5\x64\x91\x9e\x95\xca\x5c\x61\xc0\xbd\x9e\x12\xe0\x08\x8d\x03\x98\xb3\x6a\xd7\x01\x1d\x06\xed\xac\xd5\xde\x57\x23\x8f\x74\xa2\xda\x2f\x72\xdc\x27\xeb\xab\x2a\x2a\x81\xe1\x1b\x92\x4c\x47\x68\xfa\x82\xb5\xda\x09\xca\x70\xa9\xd5\xcc\xaa\xa8\x04\xba\xca\xbf\x2a\x2a\x81\x4e\xa8\x3e\xab\x72\xb1\x7a\x66\xdc\x61\x93\x7f\x24\x65\x0e\xbe\xbd\xac\x7a\xc5\x40\x7c\x93\xd3\x1c\x10\xc5\xba\x8d\x0f\xb9\x76\x07\xd4\x5d\x13\xf4\xab\xfb\x3a\xc8\x4f\x21\x11\x3a\xab\x9e\x2c\xd0\xd4\xbb\x55\x4f\xb6\x7a\x7c\xc6\x69\x93\x53\x18\x64\x8b\xb0\xe4\xa4\xb6\x11\xda\xf0\xf6\x1a\x71\xc0\xd0\x53\x91\xda\x46\xe8\x9c\x4f\x98\xf2\xd8\x08\x15\x1a\xca\x94\xb4\x46\xe8\x84\xca\xb2\x4e\xff\xc8\xa9\x6b\xc5\xc5\xa4\x13\x09\x04\x65\xde\x29\x69\x8d\xd0\x21\x45\xca\xaa\xc7\x08\xf4\x6f\x72\x96\xbd\xf7\x88\x22\xff\xe8\xe7\x0e\xb4\xc0\xfc\xaf\x97\xf3\x45\x6a\x08\x54\x1a\x59\x2f\xdf\xf6\x0f\xaa\xb2\x50\x86\x1a\xa1\x75\x87\x7d\xf9\x44\x2a\xf8\x21\x1f\x4a\x19\x6a\x84\x06\x97\x6f\xd6\xdb\x89\xfe\x41\x4d\x5f\xed\xed\x4c\xdc\x24\x02\xf9\x0d\xdd\xfe\xf1\x86\x1c\x1d\x47\x48\x26\x18\xa1\x13\x7a\xce\xfa\x38\xa0\xc7\xcc\x26\x6e\xff\xb8\x00\x60\xe9\x4d\x1c\xa1\xfa\xba\xbe\x5e\x52\x32\xfd\xac\xfc\xb6\x81\x46\xe2\x54\xd6\xd7\x59\x7d\x35\x2e\xb9\x97\xb6\x18\xd0\x7f\x16\xc8\x9f\xaa\x58\x86\x19\x61\x90\xce\x9a\x32\xcc\x08\x1d\x2a\xb1\x94\x3b\x46\x08\x8a\x99\xb2\xf9\xe9\x03\x8d\x0d\x9f\x6c\x5a\x5c\x40\x83\x1f\x27\x9b\x16\x17\xd0\xa0\xd4\xcd\xa6\xc5\x05\x44\xff\x9a\x1e\x9b\x38\xa8\x0f\x1f\xa2\xe9\xe5\x01\x01\x93\x70\xca\xd1\x22\x34\xad\xa4\xe6\xa7\x0f\x04\x05\x90\x29\x63\x8a\x30\x28\x22\xce\x66\x5c\x0b\x68\x9c\x1c\x9f\xcd\x6f\x13\x18\xec\xa2\xa4\x04\x25\xc2\x60\xc7\x2f\xa5\x1e\x11\x2a\x87\x66\x65\x1b\x3e\x91\xea\x50\x2a\x4b\xb2\x0d\x27\xc7\x4a\xaf\xe6\x55\xc3\xa6\xf1\xeb\x04\x46\x58\xd3\xa5\x6b\xe6\xae\xb2\xfc\xda\x70\x40\x03\xb2\xdc\x61\xd3\x6b\x13\xc7\xbe\x38\x6c\xa2\xe4\x42\x3b\x10\x82\x4d\xff\x0d\x18\x5a\xce\x8d\x5a\x4d\xa1\xb3\x03\x9f\x6d\xfa\x86\x26\x8c\x99\x2c\xd2\xa6\x05\x02\xb4\x70\xa2\x75\xc3\x80\x5e\xbd\xca\x30\x10\xd0\xc8\x24\x4d\xd9\x35\x84\xe8\x04\x29\x9a\x3a\x1c\x18\xd3\x65\xa2\xc2\x06\x3a\xc7\xea\x67\x53\x61\x03\x61\x78\x4a\x76\x0d\x21\xd2\x05\xa0\xeb\xd4\x4c\x8e\xe7\x43\x6c\xba\x4e\x40\x0b\x64\x6c\x33\x5c\x03\x04\x49\xfb\x29\x2d\x87\xd0\x21\x78\xcb\xe6\x77\x0e\x8c\xe2\x9a\xb8\xec\x17\x47\x18\x77\xfb\xa5\xcf\x05\xf4\xb0\x5f\x9a\x08\x40\xe7\x38\x9a\x94\x96\x43\xe8\x2a\xd9\xf6\x38\xa0\x07\xfb\xc9\xd7\xf1\xb8\x7c\xa9\xd5\x84\x99\x32\x9b\x1f\x22\xd0\x35\x67\x9b\xee\x0e\xd0\x94\xb1\xf2\x66\x08\x8d\x2c\x83\xec\xd0\x28\x09\x0d\x96\x94\xec\x24\xa6\x08\xfd\xf8\x9a\xc2\x26\x5c\xba\xc3\xa6\xb4\x89\xba\x4f\xbc\x03\xd9\x35\x84\x71\x76\x9f\xf8\xd8\x44\x14\x93\xae\x76\xfd\x91\x6e\xb5\xf6\x69\x93\x9d\x38\x39\xaf\x81\x05\x20\xbb\x86\x10\x27\x03\x92\x24\x43\xe8\x1d\x77\xa7\x1b\x7a\x06\x06\x4c\xc2\xd9\x55\xd8\x40\xb8\x7c\xbb\xdf\x23\x10\xa4\x5a\x65\x37\xce\x0c\x0c\x4e\x2c\xcf\xde\xec\x57\xf3\x44\x1f\x9e\x68\xe8\x19\xe8\xec\xef\x66\xf7\x43\xee\x9f\x92\x65\xd8\x86\x6b\x80\x4a\xce\x51\xca\x75\x21\x0c\x0e\x93\x4f\x89\x2d\x84\xe0\x54\xbe\xec\x7e\xc8\x40\x1f\xbe\xa1\xe1\xac\x72\x22\xe2\x4c\xfa\x35\xfc\x23\x24\x3f\x5a\x6c\xf2\x53\x08\xcd\xa8\x5e\x1f\x8e\x91\x83\xc7\xa9\x53\xcb\x6e\x6c\x18\x68\xd3\x31\x1a\xf5\x05\x9a\x01\x48\x59\x1d\x84\xd1\xf8\x90\x65\x75\x10\x2a\xf4\x3d\xd9\xfd\xb6\x81\xa1\x18\xea\x86\x78\x81\x4e\x4e\x49\x76\x3d\x02\x20\x8a\x2f\xcd\x48\x09\x10\x9c\xc2\x9a\x5d\x55\x0c\xf4\x5a\x6c\x72\x40\xaa\x62\x76\x3b\xba\xe6\x3f\xd0\xab\xf3\x45\xf9\xa7\x10\x1c\x95\x90\xdd\x78\x0a\x30\x02\x65\xd6\xd5\xce\xdd\x53\xc6\xed\x97\x9f\x28\x30\x48\xaa\x4e\x99\x18\x84\xa6\x4b\xd8\x8d\xbb\x02\xdd\x68\x74\xbf\xec\x04\x7c\xd6\x8a\x21\x99\x18\x84\x71\x12\x63\xeb\xaa\x62\xa0\x35\x7b\x7f\x7b\x7b\xf8\xac\x39\x44\x21\xbb\x71\xd7\x6e\x2e\x67\xd8\xe4\xbd\x3e\xcb\x9b\xae\xaa\xc3\xbb\x3a\x1c\xab\xb4\x1b\x29\x01\xba\x2a\xb3\xbf\xbe\xc7\x57\xdd\xc1\x13\x8d\x81\x00\x6d\xb4\xf3\x6f\x55\xdc\x0d\x91\x00\x83\x93\x4d\xb2\xbf\x8e\x97\xf4\x70\x0e\x67\xc8\xa1\x61\x0e\x8c\x83\x8f\x67\x18\xa9\x05\x1a\xdc\x20\x39\x0c\x91\x0c\x39\xdb\x58\x91\x43\xed\x3c\x64\xb9\x44\xbc\x8d\xe2\x1f\xad\xcb\xc3\x5e\x1c\x4a\x16\xa0\x73\x68\x72\x0e\xc5\x08\xd0\x75\x8a\x86\xdf\x39\xd0\x0c\x91\x0c\xbf\x60\xa0\x51\xcb\x92\x52\x30\x08\x91\x18\x3b\xc3\xb8\x29\x10\x6c\x02\xe6\x30\x6e\x3a\x3c\x41\x84\xe9\x1c\xc6\x4d\x81\x28\xdf\x1f\xb7\x4d\x72\x3b\xd2\x09\x0a\xe7\x84\xd6\xbf\x26\x9f\x48\x5e\xc2\xf9\x35\xd9\xaf\xae\xb6\x61\x8c\xc3\x31\x0e\x09\xba\x79\xa2\x41\x52\x20\x38\xac\x29\x87\x36\xf1\x30\xb0\x89\xcc\x18\xee\xb5\x00\xcd\x7d\x08\x09\x11\x84\xa1\x07\x34\x8c\x4f\x02\x55\x25\x3b\x96\x63\x5c\x26\xb0\xf1\x1e\xfd\xea\x80\x60\xd3\x34\xc7\x65\xbf\x2e\xd3\x0d\xf9\xa3\x9a\x0b\x68\xa4\x0e\xe5\xd0\x47\x05\x62\xda\xaf\xdb\x7b\x41\xb2\xaa\x4e\x92\xd7\x40\x18\xe9\xbd\xf4\x3e\x81\x4a\x0e\x60\xca\x45\x20\x04\xb4\x40\x39\x0c\xfa\x01\x01\x23\x46\x4a\x16\x20\xf4\x40\xa0\x86\x9b\xa6\x40\x28\x50\xc3\x85\x09\x74\x4e\x1a\xca\xd0\x6c\x04\xba\x81\x60\xf9\x03\x84\x71\xe0\xdc\x86\x9a\x0b\x18\x9c\x9c\x93\xe1\x92\x03\x3a\x25\x97\x19\xc6\xdb\x80\x66\x20\x38\x5c\x5f\x40\xa5\xae\x2f\xc3\x95\x03\x74\x38\x12\x32\xb4\xeb\x80\x70\x91\x87\x6b\x02\x18\xf0\xda\xa5\xb5\xf9\x42\xc0\x7b\x98\xa1\xec\x07\xfa\xc0\x6a\x08\x4a\x8b\x84\x48\xb4\x4d\x18\x59\x02\x86\x71\x9e\x30\xb2\x04\x8c\x6f\x26\xd2\xc9\x81\xcd\xad\x11\x33\x0a\xc3\x48\xc0\xa0\x82\x23\xc3\x38\x4f\x7c\x47\x4d\xfd\x5e\x5a\xe8\x3a\x85\xae\x93\x73\x6f\x88\xc5\x12\xfb\x93\x28\x55\x28\x76\x81\x56\xd9\x42\x08\x8d\xa5\xf0\x84\x3f\x7b\xff\xf8\xd2\x1e\xcb\x83\x6d\x72\x56\xb1\x66\x1a\xd6\xb2\xa5\xec\xc2\xa0\xde\x30\x43\x4f\x03\x08\xd8\xb6\x32\xf4\x1b\x80\xd0\x17\x0c\xe5\x57\x58\xd7\xe7\xeb\x70\xe5\x00\xbd\x11\x17\x4b\xe3\x03\x40\x27\xb5\x3f\xd3\x20\x29\xd0\x38\x79\x30\x93\xa4\x57\x61\x18\x25\x4f\x8d\x92\xf4\x50\x24\xd4\x41\x6a\xfe\x03\x55\x1b\x31\xf5\xe9\x81\xa1\x77\x91\x14\xcb\x09\x0d\x9e\xb6\x4c\x1d\x78\x20\x74\xb0\xd2\x3d\x6c\x60\xb8\x4c\x92\x54\x1a\x21\xa0\x11\xc8\x24\xed\x5d\xe8\xda\x03\xa9\x6b\x0e\x84\x2e\x70\x6a\x6e\x00\x5d\xb7\x35\x5d\x85\x40\x55\x3b\xa7\x16\x48\x7e\x7c\xd6\x74\x42\x29\x07\x8c\xca\x62\xb2\xea\x5e\x08\xf8\x9b\x32\xf5\x41\x80\xf8\xfe\x38\xec\xc4\xe0\xdc\x69\xa4\x5c\x6a\xcd\x00\xa3\xd9\x7b\x57\x74\x7e\xb5\xc0\xcc\x84\x6e\x09\xd0\xa1\x89\xcf\x74\xa7\x09\xe8\x1d\xa3\x24\x8d\xa8\x02\xad\xa0\x51\xd3\x58\x03\x10\xd5\x97\x66\xf8\x34\xa9\x18\x3e\x30\x67\x2d\xea\x17\x86\x6e\x5c\xfa\x29\x00\x2d\x10\xa2\xe9\xb6\x12\x50\x9b\xef\xd1\xb8\x2b\xd0\x4e\x56\xa1\x75\xfe\x42\x7c\xfd\x32\xc8\x0a\xb4\xd3\x31\x1a\xa4\x00\xba\x6e\x9c\x75\xfe\x42\x1c\xc7\xdf\x14\x1f\x99\xc6\x30\x80\x6a\xa2\x45\x1a\x8a\x00\x82\x6c\xd9\x4c\xb7\xa5\x81\xea\xe7\x6a\x81\xbf\x30\xba\x7f\xd4\x91\xc9\xef\xa4\x21\x9b\x5c\xf0\xd0\x04\xaa\x05\x53\xa9\x9e\xd2\x04\x36\x9b\xfc\x52\xb0\x6c\xa0\xd2\xc8\x54\xd0\x03\x75\xba\x6e\x35\x76\x80\x4e\x61\x41\xa6\xc6\x0e\x30\xbe\x89\x52\xf6\x03\xfd\xf4\xab\x33\xf2\x08\x34\x23\x43\x92\x05\x08\x9d\x9a\xec\x4c\x37\x7c\x80\x5e\x7d\xa2\xbe\x0d\xcc\x00\xed\xfb\x06\xdc\x77\x06\x5a\x65\x3f\x3c\x8d\x22\xa4\x3c\xb5\x78\x1a\x53\xa3\x04\xe8\xb0\x47\xe5\x34\xef\x05\xa8\x9c\x18\x95\xd3\xed\x17\x20\x3a\x3a\x69\xea\x14\x01\x9d\x2c\xba\x9c\x2a\x0d\x60\x54\x54\xde\x24\x0f\x5f\x68\x1c\x2a\x92\x53\xaf\x65\x4a\xbd\x8d\x8c\x95\x78\x40\x08\x58\x06\x72\x2a\x33\x80\xce\xd9\x6a\x39\x8d\x22\x00\x8d\xba\xab\x9c\x8a\x11\xa0\xbb\x48\xa5\x14\x10\x2a\x85\x86\x39\x49\x55\x17\x3a\xf5\x27\x39\xd5\x36\x40\xe3\xa0\x87\x9c\x6e\x80\x00\x4d\x23\x7f\xea\x43\x4c\x89\x42\xd9\xa1\x98\x7e\x75\x40\x27\xe1\x2f\x2d\xca\x17\x7a\xf5\xf6\x7e\x62\xc0\xe0\xfc\x93\x9c\xe9\x7c\xa5\xd4\x7e\x0c\xc8\x94\x13\xa0\x53\x4d\x9b\x53\xe7\x03\x88\xce\x17\x3c\xfd\xea\x80\x4a\x12\x55\x5a\xba\x2f\xb4\x03\x65\x36\xb5\x79\x80\x06\xeb\x75\x4e\xbf\x3a\xa0\x07\x0a\x7b\x1a\x45\x00\x2a\x67\x65\xe4\xd4\xe6\x01\x9a\x29\x18\x96\xeb\x0b\x51\xed\xbd\xb1\x06\xa0\xb9\x97\x37\xd5\x6f\x40\xd5\xc3\xb6\x10\x5f\x68\x6a\x1b\x4b\xec\x85\x6a\x88\xc5\x1a\x78\xa1\x36\xdf\xa3\x9b\xa6\x40\x0c\xa7\xd0\x15\x0d\x74\x33\x6d\xa6\x2b\x1a\x08\x68\x02\xd3\x22\x75\xa1\x1b\x25\x5f\xda\x3c\xc0\x80\xdb\x31\x97\x36\x0f\xd0\x21\x5f\x4c\xeb\xd6\x85\x1a\xa8\x96\xa5\x31\x0e\x74\x03\xfa\xcb\x50\x19\x10\x9c\xf1\x99\xcb\xb8\x18\x10\xaa\xbc\xe5\xa7\x00\x04\x07\x89\xe4\xd2\x8a\x07\x52\x8b\xcd\xea\x76\x21\xf4\xa6\x96\x1f\x0c\xd0\xe0\x67\xce\xe5\xae\x26\x30\xca\x77\xd5\x6d\x93\x9b\x29\xde\xfe\xb5\x89\xc2\x28\x26\x67\xa9\x8a\x81\x4a\xfd\x6e\x2e\xbf\x34\xa0\x41\xf2\x93\xcb\x2f\x0d\x68\xd4\xc5\xe4\xd2\x6f\x00\x7a\x43\x62\x5a\x03\x2f\x84\x09\x24\xcb\xe8\x3d\xd0\xa9\x2f\x48\xcb\xe2\x85\xfa\xef\x8f\xde\xbe\x52\xa8\x68\xef\xfd\x44\x81\xc1\xb9\x65\xb9\x74\x38\x80\x4e\xcd\x6d\x2e\x1d\x0e\x60\x70\x10\x5b\x2e\xcd\x46\x20\x4c\xde\x59\xaa\x62\x60\xb8\x4d\xb2\xf4\x2e\x80\x4e\xdd\x68\xae\xe1\xed\x07\x04\x6f\x98\x8d\x96\xb2\x0b\x7d\xf8\x1e\x55\xc5\xc0\x80\xfe\x39\x97\xf6\x26\xd0\xa3\xf8\xc7\x69\x13\xf6\x00\x36\xcf\x32\x8a\x00\xd4\xef\x6d\xbb\x2b\x0a\x8c\xc1\xa7\x60\x0d\xbc\x90\x07\x62\x68\xb9\x2b\x0a\x44\x7e\x57\xd9\x2f\x98\xf6\x07\x1f\xdf\x72\x0b\x01\xe8\xa6\x5a\x2d\xa3\x8d\x40\x6f\x76\x55\xdf\x08\x08\x33\x88\x96\x39\x6d\xc0\x48\x67\x55\x69\x02\x54\x0a\xb8\x73\xe9\x2e\x01\x83\x13\xa3\x72\xa9\xc3\x81\xf1\x33\x83\xfe\x54\xc5\xd6\xc3\x0b\xbd\xda\xed\xe9\xd3\x39\x2e\x1b\x02\xe5\xb4\x1e\x5e\x18\x14\x73\xe7\x52\x87\x03\x7d\x22\x20\x96\xc9\x24\x40\x6f\xae\x0f\xa5\xd4\x32\xe5\xcd\x17\xa8\xff\x06\x34\xf7\x0e\x96\xfe\x1b\x30\x8e\xf0\x2a\x3b\xc1\x06\x6c\x0c\xaf\xf2\x9d\xc2\x5f\x62\x86\xc6\x32\xdc\xb2\x0c\xb7\x28\x46\x94\x78\x4b\x82\x12\xff\x68\x20\x05\xe8\x86\x0f\x96\x42\x10\xa8\xee\x31\x2e\x77\x48\x81\x7e\xba\x3e\x8c\xae\x02\xa3\x7d\x57\x39\x6c\xea\x05\xc9\x8d\xce\x65\xc0\x15\x18\x1c\x20\x98\x4b\xa3\x04\x08\xce\x93\x4d\x0b\xfc\x85\xce\x51\x53\x69\x35\xbf\xd0\x4c\x24\xb4\x74\x5f\x08\x08\x26\x73\x19\xba\x01\x06\x87\x8e\xe6\xd2\xc0\x01\x82\xa3\x25\x72\x29\x89\x81\x46\x22\x74\x2e\x77\x51\x80\xd6\xd1\x10\x4b\xb7\x15\x18\xe6\xb4\x2d\x0d\x9c\xe5\xc6\x0a\x8a\x71\x69\xba\x00\x3d\x5c\x00\xee\x90\x02\x61\x52\xe2\x72\x87\x14\x88\x81\x1f\x6e\x81\xbf\x30\xc2\xd7\xe1\x8e\x0c\x50\x9b\xeb\x4b\x17\x18\x18\xf5\xbb\xca\x59\x85\xf2\xcb\x9d\x80\xe5\x8e\x0c\x90\x06\x23\xa5\x01\x10\x7a\x60\x8b\x2d\x23\x43\x40\x40\x9e\x9f\x4b\xd5\x02\x8c\x40\x27\xc9\x0c\x20\xf4\xa9\x10\xd4\x75\x02\x9a\x7a\x64\xab\x80\x80\xa6\x2f\xb8\xdd\xb9\xdd\x9e\xd4\x88\x2c\xdb\xea\x24\x60\xd4\xc3\xab\x9a\x4d\x86\xba\x0a\x4d\x8f\x4d\xa6\xbd\xff\x06\xb4\xb5\xc5\x80\x66\xdc\x74\x1b\x7a\x06\x42\x1b\x71\xab\x6d\x80\xde\x9b\x4d\x61\x53\x20\xe8\xfd\xe3\xb4\x89\x84\x50\x94\xc6\xd6\xa7\x07\x86\xae\xa6\x8c\x05\x42\xa5\x9a\x36\xb7\x0a\x08\xe8\x94\x66\xa7\x8c\x05\xc2\x80\x01\x32\xb7\x7b\xc5\x40\xd3\x03\xda\xee\x15\x03\xc3\xd4\x34\x49\x0c\x84\xe6\xc2\xdc\x26\x42\x03\x15\x12\xcd\x94\xa5\x40\x68\x87\x4d\xda\x75\x40\xb8\x03\x2f\x4b\x81\x30\xa0\xb0\xca\x6d\xf8\x01\x48\xc8\x98\x53\xfe\x01\xa1\x71\x8c\x40\x6e\x53\x9c\x81\x0e\x4f\x64\x6e\x53\x9c\x81\x66\xe6\xc9\x36\x96\x05\x74\x4e\x59\xc9\xad\x86\x00\xaa\x76\x8a\xcc\x02\x42\xa7\x28\x36\xb7\x1b\x46\x5b\x6e\x35\x54\xf1\x56\x1d\x6c\x79\x90\xed\x97\x71\x0b\xa0\x0e\x3e\xab\xad\xff\x06\x04\x07\xd5\xa4\xfc\x03\xf9\xf1\x0f\x20\x44\xb7\x39\x80\x40\xab\xae\x2f\xe3\x62\x40\x77\x0b\x73\xbb\xf9\xb4\xdd\x7c\x42\x57\x6e\x3d\xb3\x2d\xb3\x09\xa2\x76\x2b\xc9\x81\x4e\xc1\x56\x6e\xcd\x46\x20\x0e\xf4\x88\xfc\x03\xf9\xf1\x0f\x30\x13\x97\xf9\x4b\x40\x8d\xaf\xe9\xb5\x89\x14\x43\x6c\x9e\xcb\x97\x06\xc4\xe4\x7b\xbc\xf4\xe9\x81\x66\x8c\xed\xe2\x40\x2a\xa1\xc1\xf9\x96\x97\x9b\xf2\x40\xc0\x1c\x9f\x16\xbc\x0b\xc3\xcd\xdc\x4b\x13\xe1\x32\xb2\xc4\x4c\x5c\xbe\x47\xa0\x55\x36\x40\x2e\x5d\xf3\x4b\x6a\x1b\xec\x94\x4b\xc3\x1e\x88\xac\x5e\xb5\x6d\xe2\x48\x03\x5e\xc7\xa5\x92\x05\x02\x9e\xed\xbc\xdc\xe5\x03\x3a\x04\x6f\x79\xe9\x3b\x03\x01\x27\x45\x5e\xbe\x0e\xa0\x51\xf2\x94\x97\x7a\x17\x68\x1a\x71\x97\x49\x45\x40\x74\xde\xd0\xa5\x7e\x04\x46\xb4\xff\xa0\x8a\x2f\xd5\x27\xd0\x0b\xdf\xc0\xa5\xfa\x04\x06\x25\x29\x79\x19\xb1\x02\x2a\x67\x2a\xa7\x55\xf3\x42\x37\x13\xe2\x52\x31\x02\xe1\x46\xe7\xa5\x77\x00\x84\x09\xe9\x97\xba\x12\x08\x77\x94\x2f\xfd\x70\xa0\xba\x7b\x78\x99\xd2\x04\x04\x87\x9f\xe5\xe5\x6e\x05\x30\x06\xdb\x7b\x97\x4a\x16\xe8\x16\x29\x58\x81\x2f\x0c\x4a\xf7\xf3\xd2\xa7\x07\x2a\xc7\xd1\xe4\xb5\x5d\x45\x9b\x63\xe0\x08\x89\x5f\xa6\x34\x01\xed\x5b\x0c\x6e\x87\x5e\x52\x5c\x0f\xef\x65\x57\xd9\x0e\x3d\xbf\xab\xec\xaa\xdb\xa1\x8e\x51\x47\x06\x18\xcd\x01\xa9\xb0\x81\xa6\x23\x73\xe9\xdb\x00\x31\x5c\xf0\xc6\x1a\x80\x5e\x48\x2f\xb8\x54\xeb\x40\x83\x90\x3c\x2f\xd3\xde\x81\xd1\xc2\x3f\x3a\xc6\xcb\x08\xb2\x57\x39\xa0\xcb\x0d\x45\x9b\x1c\xd0\x45\x50\x06\x3b\x45\xe2\x01\x61\xe8\xd2\x5d\x6e\x9a\x02\x71\xf8\x47\xf3\x25\x80\x7e\x7e\x57\xf9\xc7\x5b\x46\x43\x66\x42\xb5\x0e\xf4\xd3\xaf\xce\x8c\x29\x19\x0b\x4c\x86\x93\x9e\x40\x68\x1c\xde\x98\xd7\xe3\x18\x1f\xe3\x6d\x4c\x8e\x2e\x1d\xd0\xbe\x2f\xc5\xc8\x36\x10\xe5\xbb\x97\xef\xf1\xa1\xa4\xae\xf9\x47\xfb\xf5\x20\x6c\xfc\x82\x55\xfe\x97\x7c\x9f\x2e\x13\xdd\x43\xa0\xb9\x3b\x2d\x21\x82\xd0\x39\x0a\x3f\x2f\xf7\x77\xaf\x2f\x9d\x95\x89\x36\x06\x02\x74\x53\xfb\x65\x3f\x10\x06\xe7\x85\xa6\xec\x07\x42\x40\x16\x97\x52\x1d\x08\xa3\x0e\x9b\xd2\x26\xa2\xe4\xf4\x5e\xaa\x03\x21\xe0\x8b\x49\xa9\x0e\x84\xce\xc9\xf1\x79\xeb\x31\x02\xc3\x78\xca\xad\x0e\xbf\x3f\x1d\x4e\xbf\x8c\x48\xdc\x52\x5c\xd3\x7b\x0b\xde\x85\xee\x76\xfb\xad\xe0\x02\xc2\x74\x8e\x5b\x6d\x73\x5b\x98\x39\x6d\xf2\x89\x64\x26\xe9\x99\xdd\x2a\x20\xa0\xc3\x12\x9e\xb7\x0a\x08\x68\xd4\x15\xe7\xad\x5b\x01\xc4\x59\x6d\x72\x8c\x1e\xe8\x89\x5f\x79\x9b\xc4\x00\x0c\x8e\x30\xce\x5b\x93\x1d\x08\xa3\x98\xb7\x02\x06\x08\xb8\x56\xf3\xf6\x73\x07\x86\x86\xbd\xf5\xe1\x42\xb7\x56\xc1\xca\x6f\x61\x4c\x67\xd5\x2c\x03\x20\x34\x5d\xac\xe9\x16\x9a\x6f\xfb\x36\x75\x08\x08\xb7\xce\x6e\xed\xe0\xdb\x93\xac\xf0\x05\x6f\x2d\xdc\x5b\x02\x78\xb6\xe1\xac\xe9\x16\x2a\xec\xc1\x69\xb5\xb6\x30\x86\x33\xe1\x22\xb7\x5a\xbb\xd9\x55\xe3\x75\x40\x85\xd9\x24\xad\xc3\x16\x1a\x6c\x37\x79\x1b\xc2\x03\x9a\xc9\x28\x56\x58\x0b\x43\x9b\xfa\x81\x76\x4a\x68\xce\xfd\xa3\x41\x08\x84\x25\x07\x96\x53\x0b\x15\x16\xc3\x7c\x74\xf3\x1f\x0f\xbb\x24\xfe\xfd\x54\xff\xc8\x59\x19\x10\xd3\xe7\x63\xfa\x1d\x30\x92\xaf\xf6\x81\xfb\x41\x18\x10\xad\xe7\x63\xf4\x0c\x18\x81\x56\xb0\x6c\x59\xa8\xc6\x73\x1f\x75\x38\xd0\x4c\x16\x78\x34\xcf\x80\x80\x08\x32\x1f\xd5\xfa\x63\xae\x9d\x5d\x35\xe2\x0e\x04\xb4\x79\xf9\x18\x9c\x03\x86\xd5\x59\x8f\x3e\x3d\x10\x05\xed\xfc\xb8\x7c\x81\x30\xd9\xe9\x71\xdf\xe7\x91\x52\x8e\x85\xf9\x18\x89\x03\x06\x27\x22\xe6\xa3\x57\x0c\x8c\x41\xd4\xe5\x71\x45\x03\x03\xa6\xfd\x7c\xf4\x8a\x1f\x19\x6c\x23\xff\x56\xc5\x8f\x8a\x11\x68\x16\x5c\x3d\x2a\x46\xa0\x9b\xea\xf9\xa8\x18\x81\x6a\x2a\xf1\xa3\x1e\x01\xea\xf4\x35\x2b\xd5\x81\x80\x7c\x31\x1f\x57\x37\xd0\xf5\x18\x1f\x57\x37\x50\x67\x7a\x2f\xbb\x7d\x11\x9d\xc0\xc8\x7f\xf4\xf2\x80\xd0\x2e\x7b\x0c\x3d\x3f\x9e\x1b\xed\x44\xe9\x73\x01\xc1\x11\x1f\xf9\xe8\x14\x3d\xc6\xdb\xa6\x4d\x5e\x05\xe9\x8c\x91\xda\x47\xa7\xe8\x71\x27\x12\xf9\xf3\x1a\x6f\x03\x2a\xcc\x13\xf9\x2a\x50\x81\x06\x89\x41\xbe\xa6\xa0\x02\x03\x16\xd4\x7c\x8d\x33\x03\x51\x58\x0c\xaf\xa2\xf2\xfd\x92\x6f\x6c\x6a\x36\x91\x7c\x83\x34\x78\x2d\xcc\x7c\xbf\xc2\xcc\xa4\x69\xdb\x04\x75\x6d\xb5\xe9\xb2\xe9\x62\x7f\xd7\x7b\xdd\x36\xdd\x78\x8c\xde\xeb\xb1\x09\x9a\xf7\xc3\xab\x5e\x9b\xe0\x17\xc4\xf9\x78\x21\x68\x13\x5a\xfb\x9a\xc2\x26\x62\xe9\xbc\xed\xd7\x94\x39\xa0\x71\x1a\x6e\xbe\x7e\x9b\x40\x83\xd0\x2e\x5f\xf3\x71\x5e\xf3\x71\xd0\xce\xaf\x4e\x11\x30\x60\x3e\x4d\x6b\xcd\x85\xae\xfd\xf4\xea\x27\x01\xfd\x70\xa2\x8d\xb7\x01\xdd\x94\x82\xd7\x8a\xaa\x57\xc6\x02\xbb\xaa\xad\x0e\x74\x93\x71\x5f\xbf\x73\x20\xac\x3f\x79\xad\x35\x00\x86\x21\x83\xd7\x8f\x1a\x18\x96\x03\xbd\xee\xbf\x01\x51\xbe\x26\x9f\xf8\xa5\xfb\xd0\x09\xf7\xcc\x80\xee\x16\xf9\xeb\x77\x0e\x54\x4e\xb4\xcf\xd7\x40\x1d\xd0\x1a\x16\xdb\x6b\x0e\x0d\xd0\xdd\x17\x7c\xcd\x8f\x03\x6a\x20\x04\x5f\xb5\x0d\xd0\x0c\x49\xbd\x86\x7e\x80\xb0\x56\xc1\xca\x6f\xa1\x1b\xc6\x7e\x4d\xb4\x7f\x3d\x96\xf1\xbb\xca\x7e\x79\x48\xab\xaf\x43\x43\x15\x08\xd3\x13\x5e\x13\xed\x81\x51\x5c\x85\x06\x88\x80\x56\xd0\x6f\xaf\xd6\xdf\xeb\x81\x0a\xc8\x7e\x2b\xbf\xf3\xab\xfc\xee\x5e\xe5\x7c\x5d\x72\x74\xd2\x09\x8d\x38\xa0\x71\x00\x6a\x5a\xd3\x2d\x34\x18\x33\xf3\xd5\x7e\x02\xea\x37\x5f\xda\x4f\xc0\x30\x55\xd4\xd2\x6c\xa1\xe9\x86\xbd\x9a\x54\xef\x97\x52\xc0\x55\x66\xb8\x02\x1d\x12\xbb\x7c\xdd\x64\x06\xaa\x16\xee\x6b\xf0\xe4\xf5\x44\x44\x5f\x9a\xfb\xce\xaf\xf9\xaa\xf8\x20\xaf\x56\x16\x10\xd0\x3f\x4f\x6b\xba\x85\xa0\xab\xd3\x9a\x6e\xa1\x53\x05\x35\x0f\x22\x25\x42\x85\xae\x76\x5a\xe6\x2d\x34\x32\x03\xa6\x65\xde\x42\xcc\xef\xf6\xc3\x26\xf2\x66\x7a\xa3\x29\x6d\x4a\xf6\x64\x83\xa6\x6d\xd3\x66\x23\xcb\xa6\xdb\x26\xb2\xc2\x7e\x86\xfd\x3c\xd0\xbb\x42\x70\x34\xfc\xb4\x18\x5c\x08\x4c\xd0\x79\x14\x7b\xff\x83\x3a\xed\x2a\x92\x49\x68\xec\x15\x4f\x4b\xc6\xe7\xbf\x92\x71\xff\x18\x36\x49\xc8\x39\x68\x9a\x36\x31\x85\x3f\x7b\x73\x1e\xc4\x66\x84\x60\x6f\x6b\x1e\xc5\xae\x12\x88\xa9\xdf\xbd\x1e\x9b\xe4\x51\x3e\x68\xb2\xf7\x6e\x0e\x34\xee\x75\xda\x7b\xa9\x6f\x4f\xa6\xf0\xb4\xf7\xd0\xab\x70\xae\xd4\x3c\x4e\xe7\xfe\x34\x5b\x84\x7e\x9d\xce\xbd\x1b\xfc\xe1\xbd\x7c\xa2\xf4\x2a\x85\xf9\xaa\xde\x4b\x2e\x95\xc9\x55\xd5\x7b\x41\x72\x7f\x14\xfa\x55\x9d\x89\x6a\xd2\x2c\x4f\xac\xbe\x21\x12\x83\xdb\xe0\x89\x70\xe6\x0a\xf1\xcd\x44\xf5\x89\xc8\xaf\xda\xff\xae\x2b\x9e\x47\xb3\x43\xe4\x29\xd6\x41\x1f\x9b\x1d\x6a\x6c\x01\x14\xd6\x47\xf3\x3d\x50\x37\x75\x9e\xbc\xad\xe6\xa4\x37\x6a\x0f\x1b\x33\xdc\x5c\x32\x1e\xa5\xd8\xe8\x63\xf3\x3d\x20\xf1\x20\xcd\x9a\x47\xb3\x8f\x4a\xbc\xc2\x0c\x77\x27\xdd\xbc\xaa\x93\xf1\x76\xfb\xd5\x25\x4c\xe4\x8f\xdd\x19\xee\xae\x6e\xfa\xd5\x5d\x45\xb2\x5c\x16\x9e\xd8\x9d\x3b\xaa\x56\xab\xaf\xa6\xbb\x64\x3a\x09\x46\xc3\x7b\x39\x77\x44\xac\x20\x6e\x9a\x47\xb7\xab\x1c\xf9\x75\xba\x48\xbb\x5d\xed\xbe\x40\xba\x3a\xec\xea\xf0\x8c\x73\xba\x3a\xec\xaa\xc7\x67\x54\xaf\xb2\xab\x83\x2d\x26\x67\x62\xd8\x89\xe1\xa7\xcf\x44\x0f\x9f\x08\x93\x79\x3a\xab\xc3\x27\xc2\x46\x72\xf8\x6d\x0e\x17\x29\x55\x63\x75\x70\xfb\xf0\x0d\x71\x0a\x0f\x67\xe8\xcf\x23\x1c\x76\xc0\xf6\x57\xe8\x7d\xf8\xd2\x88\x91\x95\xef\x8f\xae\x22\x4e\x22\x6e\x2e\xf8\xf0\x3d\x92\x8d\x0d\x09\xd4\x3c\xc2\xc9\x09\x73\x7d\x6d\xb2\xab\xa1\x91\xef\xed\xed\x17\x35\xb7\x43\x61\x93\x4e\x4e\x1a\xeb\x64\xd8\xe9\xe4\x40\x2e\x0c\x8b\xf3\x3c\xd2\xde\x13\x06\x0a\x3f\xc4\x74\xbe\x20\x4c\xfc\x96\x72\xfa\x6a\xa1\x20\x86\xff\x64\xca\x32\x20\x0c\x88\x09\xe7\x91\x0e\x28\x3d\x20\x80\x55\x98\x0e\xe8\x8b\xf0\xf9\x47\xbb\xca\x2e\x70\x4d\x06\x34\xed\x17\x04\xee\x9c\xb8\x39\x8f\xe9\x14\x4e\x0f\xfd\xe3\x8f\xd3\x97\x66\xc6\xb9\x1f\xe2\xb2\xf7\x5f\x4a\x13\x33\xb1\xec\x3d\x1a\xb5\xb8\x72\x96\x32\x76\x51\xc7\xe8\x4c\x2c\xbb\xaa\x4b\xe7\x92\x5b\x76\x95\xcd\x14\x0c\xf3\x29\xcb\x80\x50\x21\x9e\x9b\xc7\x76\x56\xd1\xa8\x6c\x6a\x4d\x89\x07\x84\x4a\xf6\xfa\x3c\xb6\xbd\xe7\xb8\x48\x36\x01\xe7\xb1\x7d\xa2\xd4\xa4\x7e\x1d\x97\x7f\x24\xc3\xe3\x74\x72\x2e\x3b\x41\x19\x49\x3a\x13\xb7\xab\x10\x4e\x2e\x2a\xd2\xa7\xa5\xff\x42\x9d\xca\xd8\xc7\xdb\x93\x6f\x51\x5c\x4c\x8f\xcb\x04\xbe\xe1\x74\x15\xbe\xf6\xeb\x35\xc3\x95\x97\xf6\x7a\x15\x45\xfd\xc4\xf8\xa7\x45\xfd\x42\x4f\x16\x53\x29\x36\x61\xe1\x72\x08\xc2\x2c\x6a\x08\x20\xd8\xa7\x9f\x45\x75\x00\x74\x2a\x1c\x67\xc1\xb8\x14\x1a\xa9\x69\xb3\xb0\x73\x2b\x0c\x6a\xe0\x67\x51\xec\x02\x8d\x2d\x97\x59\x9a\xf7\x6a\x52\x56\xf0\x47\xa5\x1c\x30\x28\x3e\x9d\x96\xd8\x0b\xc1\xc1\x05\xb3\x10\x70\x15\x46\xb7\x13\x0a\x3e\xa0\x91\x5d\x3c\x2d\xc4\x17\x86\x2b\xba\x74\x3b\x01\x85\x15\xf9\x16\xb3\x0c\x9b\x86\x41\x52\xba\xaa\xe8\x00\x1a\x9b\x75\xb3\x0c\xfb\x45\xbe\x45\x4d\xff\x68\x27\x08\xaf\xfb\xb6\x8b\x42\x01\x08\xf6\xb0\x67\x51\x28\x14\x03\xe7\x2c\x26\xab\xee\x85\x4e\x61\xf9\x2c\x7e\x69\x40\xe7\xa0\xe3\x59\xd2\x4e\x24\x19\x9f\xc8\xe8\x92\xce\x04\xe7\x00\xc2\x7f\x32\x4b\x3a\xec\x34\x6f\x86\x4e\x4c\x07\x34\xa1\x31\x99\x85\x26\xbb\x3a\x3d\x70\x91\xa6\xe5\xbd\x16\xe9\x77\x88\xda\xb2\xbc\x6a\x59\x60\xc2\x13\x97\x53\xc8\x69\x5d\x67\x63\x26\xfc\x60\x80\x80\xf6\x7c\x16\xbf\x0e\xa0\xe1\x25\xce\x42\x60\x54\x68\x9c\x9b\x3f\xad\xa7\x17\x2a\x4e\xd5\xb4\x06\x5e\xe8\xb0\x01\xcc\x72\x39\x13\x70\xe4\x95\xd3\xab\x9c\x89\xcb\x65\xc2\xe4\x5c\xf6\x1e\x8f\xb3\x39\xf7\x97\xbd\xa7\x14\x6b\xd4\xf6\xb7\x2a\xb6\x90\x5e\x18\xaa\xbc\x72\x39\x5e\x92\xc8\x29\x51\x9d\xe5\x72\xbc\x97\x45\xc4\xf4\xf1\xb6\xdb\x1c\x9c\x42\x60\x73\x96\xdb\x29\xc0\x26\x86\x19\x77\x96\xdb\x91\xdc\x24\x55\x23\x92\xac\xd3\x17\x06\xc9\x7f\xb3\xdc\x76\x9b\xc0\x66\x69\x5e\x65\xbf\x20\xed\xab\x68\x1b\x4b\xf7\x85\x91\xce\xca\xe3\xed\x1f\xb5\x0d\xb3\xf2\xb8\x48\xb1\xaf\x4f\x07\xa4\x34\x00\xa2\xd0\x64\x0d\xbb\xd0\xc8\xa1\x99\xa7\x26\x24\x50\x07\x46\xd8\xa9\x09\x09\x04\x85\xd2\xd3\x4a\xf7\xf9\x55\xba\xff\x0c\xf3\x79\x6a\x2f\x02\x03\x6e\xfe\x69\x59\xbb\xd0\x0e\x64\xc6\x49\x86\x86\xd0\xa0\x3e\x9a\x27\xe9\x18\xc2\x80\x66\x62\x9e\x38\x7e\xc2\x20\x81\x76\x5a\x64\x2e\xd4\x8e\x02\xb2\xc8\x5c\xa8\xf8\xa8\xf3\x54\x8c\x00\x41\xe6\xff\x3c\xbb\xfd\x22\x7f\x92\x92\xcb\x79\x92\xa1\x21\x74\xf2\xbd\xe6\xa9\xb9\x71\x9a\xff\x6d\x93\xd2\x00\x68\x5a\xce\x96\x9f\x0b\x95\xbd\xbc\x79\x0e\x3b\x01\x2d\x07\xe4\xd5\xd3\x8a\x74\x61\x10\x67\x9e\xa7\xda\x19\x18\xe4\xb8\xcf\x53\xbd\x0b\x04\x67\xe8\xcf\x33\xbd\x97\xec\x64\x8d\x89\x56\x57\x02\xbd\xb1\x26\xce\xe9\x1f\x49\x1c\x1f\xe1\x55\x3e\xf1\x4b\x5d\xb4\x29\x6d\x62\xa3\x13\x43\xe2\xf4\xd3\x07\x62\xf8\xc4\xed\xbd\xb6\xf9\x25\xdc\x7e\x7b\xaf\x4d\x78\x0a\x63\xc9\x3a\x6c\xa1\x7f\x73\xbf\x9d\x68\xf9\x86\xd1\x36\xa7\x5f\x1d\x30\xbe\xb9\xf7\x83\x01\x82\xca\xef\x69\xed\xb4\xd0\xe1\x12\x9f\xe7\xe3\xac\x72\x60\x7e\xc3\x28\x39\x5d\xbe\x40\xf4\xc1\xed\x5f\x07\xf4\xc2\x20\xe2\x55\xaf\x4f\x7c\x25\x65\xfb\xdd\xcb\xba\x62\xa1\x69\x10\x56\x57\x74\xd5\x29\x4a\x9b\xd2\x26\xec\x01\xde\x76\xd5\x91\x01\x46\x9f\x07\x4d\x8f\x4d\xf0\xb4\x21\xc2\xab\x5e\x0b\xd0\xa8\xe9\x9e\x55\xaf\x05\x18\xa4\xaa\xcf\xaa\xd7\x02\x34\x48\xc6\x66\xd5\x6b\x01\xc6\x08\x9b\xec\x2a\xc7\x58\x42\x6d\x33\x2b\xe1\x1a\xa1\x71\x58\xd3\xb4\xb8\x59\x68\x44\x6a\xa7\xc5\xcd\x42\x27\x8b\x65\x56\xdd\x1d\xa0\x06\xf6\xa6\xf5\xce\x42\x1c\xb8\xad\xb5\x79\xaf\xe6\xf1\x87\xfc\x51\x25\x0b\x34\x36\x79\x66\x55\xc9\x02\x15\xce\xdc\x59\xd5\xa8\x40\xd3\xb0\xaf\x9a\xff\x40\x4f\x9c\xc8\xea\x67\x05\x34\x7d\xae\xaa\x4d\x0d\x0c\x4a\x8d\x67\x55\x31\x02\x75\x78\x95\x46\x2f\x10\x15\xff\xad\x86\x7f\x0c\x14\x36\x8b\xa9\xa6\x57\x41\xc1\x37\x1c\xd0\xb4\x13\x14\x33\xb1\x29\x36\x2d\x35\x16\x7a\xf7\xa5\x4d\xc7\xc8\xc6\x30\x04\xb9\xb3\x6a\x36\x02\x11\x18\x5e\x95\xad\x46\xa1\x76\x3e\xab\xaa\x16\x04\x42\x37\xbf\x2e\x67\x02\xc6\x83\xc3\xde\x6b\x23\x02\x83\x54\xf5\x59\x2f\x6f\x7f\xb9\x5f\xc0\x55\x6a\x05\x60\xc0\x4c\x39\xab\xa6\x1e\x30\x88\x23\xce\xaa\xa9\x07\x54\xed\xf3\xea\xd7\x01\xb4\xee\xe4\xbc\x8e\xf1\x65\xf3\x1b\x4b\xd2\xa2\x5a\x21\xa0\xb4\x9c\xcd\x45\x0e\x8c\x64\x61\x36\x72\xed\x84\xde\x10\x30\xcd\xc5\xd4\xcc\x7e\xc0\xd4\x6b\xba\xc0\x40\xc0\x50\x33\xad\x8d\x15\x82\xb4\xd3\xe9\x79\xfe\xc2\x60\x53\x7e\x36\x1d\xc7\xd6\x39\xc3\x9a\xf5\x65\x21\xac\x50\xb3\xff\x4d\xf1\x31\x9b\xee\x0e\x10\xd4\x79\xcc\xa6\xbb\x03\x04\x07\xf5\xcd\xae\x2d\x05\x0c\x05\x44\x57\xc6\x02\x0d\x46\xe8\xd9\x95\xb1\x40\x37\x44\xd2\xb5\xa5\x80\x80\x8d\x6d\x7a\xa6\xb2\x50\x7b\x78\xaf\xd7\x26\x09\xda\x7e\x23\xb1\x96\x6e\x76\xf2\x12\xc8\x84\x98\x5d\x49\x0c\x54\x36\x86\xa7\xe5\x75\x42\x83\x24\x7a\x76\x25\x31\x50\x49\x56\x9a\xdd\xe5\x07\x54\x03\x16\x7d\xf9\xc7\x65\x41\x0d\x4f\x24\x51\x4c\xe8\x04\xbb\xa7\x45\x78\x42\xfb\xd7\x74\xdb\x44\x3a\x2b\xaf\xd9\x03\x98\x85\x4e\xc4\x7d\xf6\xed\x18\xd9\x51\xe6\xd0\xe4\xe9\xa1\xc9\x42\x67\x37\x6c\x7a\xd0\xb1\xd0\xe1\x6e\x98\x5d\x17\x05\x88\xc9\x77\xee\xa9\xc6\x42\x0c\xe7\xfe\xb6\xab\x37\x5c\x3b\xe9\x55\xc3\x26\x02\x9b\x61\x93\x4f\xf4\x60\x7a\xa4\x67\x77\xc1\x03\x41\x8a\xce\xf4\x54\x63\xa1\x13\xf4\x9b\x83\x90\xb8\xd0\x0b\xeb\xd6\xa3\x82\xe7\x77\x54\x30\x81\x85\x41\xcc\x5a\x08\x12\xb2\xe6\x50\x2e\x02\x83\x12\xd5\x39\x74\x3e\x80\x06\xe3\xca\xf4\xa8\x60\x61\x70\x36\xed\xb4\x28\x4d\xe8\xba\x9a\x43\x0b\x04\x08\xd8\xb8\xa7\x07\x0a\x0b\x01\x75\xed\x1c\x7e\x16\x40\x2f\xcd\x3f\x7a\xfb\xe6\x49\xc4\x83\x26\x07\xd4\x48\xb4\xc0\x88\x1b\xca\x58\xa0\x92\x03\x38\xad\x79\x9b\x5f\xcd\x9b\xc3\xf6\x7b\xb2\x9a\x8d\x24\xaa\x69\x35\x9b\x10\xfa\xe1\xc3\x78\x0a\xd0\x1b\x46\x89\x05\x6e\x42\x1f\xf6\xbe\x3b\x46\x0a\xdc\xb4\x37\x87\x36\x0f\x30\x8c\x88\x0e\xe3\x29\x40\x70\x4e\xc9\xf4\x54\x63\x61\x04\xa2\x72\xe8\x14\x01\x8d\x7c\xd3\xe9\x11\xc6\xc2\xa8\x88\xdd\x11\xde\x2b\xbc\x17\xbd\x57\x1d\x00\x6d\x78\x7b\x36\xc8\x84\x56\x0f\xef\x15\x36\x91\x91\x87\x35\xe3\xd9\xc7\x42\x23\x3f\x6e\x7a\xaa\xb1\xd0\x61\x30\x9a\x43\x93\x0a\x18\x1c\x3d\x39\x3d\xd5\x58\x68\xdf\x4b\x33\x6e\x61\xc5\xde\xc9\x2a\x1c\x0a\x05\xa0\x0f\xb4\xf3\xd0\xc1\x02\x62\x7e\xf7\x72\x56\xa1\xef\x09\x24\xde\x50\x02\x00\x95\xfd\xf0\x39\x8c\x6e\x00\xe3\xf4\x3d\x2a\x14\x80\x0e\x4f\xdb\x1c\x06\x3c\x80\xc6\x11\x58\x73\x4c\x3b\x31\x39\xa4\xcc\xd7\xa1\x11\x07\x8c\xee\xdb\x56\x9a\x00\x8d\xdc\xfb\x39\x54\x66\x83\x2d\x84\xc1\xb7\x3d\x0c\x78\x00\x11\x7c\xdb\x43\x39\x01\x0c\x8a\xbf\xe6\xd0\xd4\x03\x1a\xa7\x9b\xcd\xa1\xe8\x18\x9e\xc2\x6a\xef\x75\xd6\x80\xd1\xbd\xbd\xd1\x0d\xa0\x6b\x35\x8c\xcb\x99\x80\x24\xf1\x44\xf9\x8f\xcb\x99\x70\x57\x01\xbd\xeb\x31\xcd\x42\x70\x1e\xed\xb4\x9c\x51\xa8\x14\xfa\xcc\xa1\xe3\x07\x04\x89\xf6\xd3\x0a\x47\x61\x4c\xdf\x90\x26\x28\x30\xa8\xeb\x9b\x43\xcf\x0e\x18\xc7\xf4\x8f\xbe\x34\xf6\x31\xb4\x96\x87\xf2\x0b\x18\xe9\xab\x55\x7e\x01\x5d\x47\xc8\x6a\x49\xa1\x53\x99\x32\xad\x96\x14\x02\x42\xce\xe9\x29\xd0\xc2\x30\x1a\x34\x14\x69\xc3\x83\xda\x5d\x13\xba\x71\x40\x23\x0f\x64\x0e\x83\x3a\x03\xbe\xf4\xd3\xc5\xa4\x1d\x0c\xf4\xe6\xba\x7f\xfc\x6a\xd9\xa7\x4f\x5f\xc7\xeb\xeb\x60\x4f\xa4\xf8\xb9\xbf\x3e\xf1\xe5\x43\x56\x0c\x69\x35\x00\xad\x1f\x7f\xd7\x15\xcf\xf1\xfa\x1e\xd8\x45\x31\x52\x3b\x5e\xa7\xe0\x65\xab\xd0\x8f\xe7\x75\x0a\xa8\xde\xa3\x08\x66\x5a\xe4\x29\xf4\x81\xd8\x0d\x77\x3e\x80\x41\xdd\xc2\x0c\x72\x55\x84\xd0\x3d\x0c\x5d\x4d\x60\xb0\x43\x3a\x83\xad\x55\x61\x50\x1b\x36\xa3\x78\xaf\xc2\x17\x8c\x83\x15\xc6\xa2\x80\x41\x0a\xc5\xb4\xee\x53\xe8\x86\xd7\x3d\x4a\x5a\x88\xe1\x55\x46\xac\x80\x46\x56\xd8\x8c\x6a\xef\x39\xb9\xa2\xda\x2f\x95\x06\xd0\x60\x12\x9e\x51\x7d\xa2\xbb\x9a\x95\x61\x43\x4f\x20\x8c\xe0\x7b\x0a\x35\x04\xd0\x1a\x92\x25\xd4\x10\x61\xa1\x0f\xb3\x1a\x1a\xe6\x40\x83\xc1\x68\x86\xb6\x54\x78\xd4\xd4\xd7\xe4\xb0\xbb\x53\xd8\x69\x72\x8c\x5d\x9f\x6b\xd0\xe4\x18\xad\x35\xe0\xdb\xf4\x90\x69\xa1\x25\x0a\x3b\x14\xf4\x40\x83\x8d\x6d\x86\xa1\x2e\x20\x82\x75\x1b\x46\xc9\x81\xe1\xee\x8e\x85\xac\xf3\x2b\x64\x45\x99\x85\xc2\x19\x18\x94\x58\xcc\x30\xb2\x0d\x34\x08\x39\xa7\x87\x4c\x0b\x41\x71\xf3\xb4\x90\x55\xe8\xe9\x44\x6b\x78\x01\x35\x89\x0f\xc4\xf2\x75\x40\xe4\x38\x9d\x2f\xcd\x20\xa0\x1a\x52\x0a\x83\x58\x40\x9d\xae\x09\x2d\x23\x20\x8c\xe7\x86\xc2\x06\x08\xa3\xe4\xa1\x18\x01\x86\xda\x26\x6e\x97\xdc\x4d\xa1\x0f\x1f\x8f\x67\x45\x0b\xad\x22\x59\x3c\xa6\x59\x18\x1c\xfe\x31\xc3\x4f\x0c\xe8\x9a\x7a\xd6\xb6\x0a\xe3\x44\xd0\xc7\xeb\x18\x5f\xbc\x62\x22\xee\xe9\x07\x03\x44\x12\x59\x4a\xb7\x1d\x81\x60\x03\x76\x7a\x0a\xb4\x30\xfe\x35\x55\x9b\x28\x19\x67\xbe\xac\x93\x15\x02\x22\x90\x99\x7e\x7c\x40\xe7\x44\xfb\x99\x6e\x3b\x02\x1d\xc6\xa7\x99\xe4\xf6\x08\x83\x44\x9e\x99\x94\x16\x09\x1d\xea\x91\x99\xba\xd3\xc0\x38\x98\x9c\xf4\xab\x05\x86\x81\x3a\x4f\xa7\x16\x1a\x07\x89\xcc\xf4\x43\x06\x5a\xfd\x9a\xc2\x26\x49\xdb\x19\xb6\x5e\x0b\xd0\x20\x28\x99\x69\x04\x39\xe5\x0c\x70\xd8\x7e\xa2\x40\x90\x2f\x3f\x53\x17\x05\xa8\x10\xd3\xcf\xf4\x13\x05\xc2\x8f\xcf\x92\x5e\xa1\x1b\x84\xb7\x7e\x57\xa8\xae\x42\xeb\x77\x85\xc1\x31\xf1\xd3\xfa\x5d\xa1\xa7\x9d\x30\xa8\x0c\xf4\xb4\xab\x7a\xc5\xa9\x57\xec\xab\xed\xf6\xab\xc3\x58\x87\x50\xc8\xee\x44\x77\x0f\x36\xe4\xa5\xf9\xd5\x02\xcd\xf0\x43\x1a\x59\x02\x22\x9b\x4d\xce\xd7\x50\x31\xf2\xc4\xe1\x80\x86\xd2\x97\x61\xbb\x6b\x05\x84\x11\x89\xf4\x83\x49\x69\x4e\xf9\x1e\xd3\xe0\x6d\x4a\xcb\x81\xfc\x4a\xed\x01\x20\x48\x14\x9b\xa9\x0e\x07\x82\x03\xe2\x66\xaa\x9d\xd3\x63\xd1\x30\xf5\x52\x2d\x08\x74\xd8\x13\xa6\xd5\xa5\xf3\xab\x2e\x75\x72\x6e\x9f\x48\x3e\x8f\x02\xc6\x52\x52\xa1\x43\xab\x3f\x53\x5d\x09\x34\xa8\x6f\x67\xba\xb5\x91\xd2\x89\x12\xdd\xc8\xc7\xf9\xa2\xac\x02\x66\xa6\xe9\x51\xd4\x42\x83\x2f\x7d\x5a\x70\x2a\x0c\x8e\x41\x99\x69\xcc\x08\xe8\xa4\x0b\x4d\x0b\x4e\x85\xd0\xa4\xca\xd7\xdb\x7f\xe9\x42\xbf\xde\x4f\xbf\xb4\x69\xba\x10\x6f\x68\x92\x1b\x24\x04\x75\x57\x73\xfa\x0d\x01\x1d\xaa\x96\x39\xfd\x86\xa6\xa4\xed\x2c\x39\x8b\x57\x85\x38\xe2\xef\xba\xe2\x69\x21\xab\xd0\xc3\xa7\xfb\xa5\x00\x9d\x0a\xa1\x39\xd5\x6f\xc0\x80\xe8\x6a\x4e\xc3\x53\x40\xe7\x40\xa9\x39\x0d\x29\x01\x35\x1d\x9c\xa1\x54\xa0\x71\xf6\xfa\xf4\x3c\x6b\xa1\x69\x97\x4d\x1d\x19\xa0\x42\x01\x33\xa7\x5f\x0a\x10\x07\xea\x60\xfa\xa5\x00\xbd\x21\x20\xa6\xca\x0c\x68\x30\xbb\xcd\xe9\xf6\x0b\x30\x38\xd5\x6a\x4e\x3f\x1e\x60\x1c\xd3\x3f\x86\x4d\x90\xe3\x61\xaa\x59\x30\x2a\x74\xf8\x16\xe6\xd4\x72\x06\x82\xa4\xea\x39\xa7\x9d\x20\x6d\x9d\x34\xa4\x39\x75\xa7\xa7\xee\xb4\xbd\xf7\xb3\x00\xe2\x9b\x55\x63\x3e\x40\xd3\xd3\x98\xea\x11\xa0\xcf\xc3\x3f\x3a\xd1\x6c\x86\x90\x78\x39\x3d\x18\x5a\x08\x08\x81\xa7\x07\x43\x0b\x41\x95\xdc\x9c\x6e\x86\x00\x1d\xde\x8c\xe9\x59\xd1\xc2\x20\xf3\x76\x7a\xbe\xb3\xd0\x26\x1f\xcf\x74\xa3\x01\x18\xee\x8f\x78\x72\xb3\xd0\xc8\xf7\x9a\x56\xad\x0a\x15\xde\xd5\xe9\xc9\xcd\x42\x55\x08\x4e\xed\x58\xa0\x97\xe6\xbd\x1c\xa3\x1b\x0d\x78\x53\x1e\xe6\x2c\x74\x93\x49\xa6\x1f\x22\x10\x6a\x9b\xf9\xda\x89\xd7\x23\xb0\xe8\xbd\xfa\x0d\x18\x93\x2f\x78\xa9\xcc\x80\xee\xe6\x91\xb5\xad\x42\xe7\x54\xac\x69\xd5\xea\x5c\x64\x92\x52\x3c\x31\x3d\x5a\x59\x08\x43\x4a\xcb\x88\x15\x50\xf5\x18\x97\xea\x00\x68\x15\xc3\xdc\xba\x4f\x21\xa0\xe7\x9d\x1e\x87\x2c\xf4\xce\x87\xe8\x11\xc6\x42\xa3\x88\x6f\x2e\xa8\xa2\x84\xa0\xf6\x67\x2e\xbf\x0e\xa0\x42\xe4\x38\x3d\xc2\x58\x08\x2a\x97\xa6\xa5\xa0\x42\xa5\xb4\x71\x7a\x84\xb1\x10\x9c\x0d\x39\x97\xb2\x1f\xa8\xb0\x7e\x4c\x0b\x46\x85\xce\xe1\x1f\x73\xe9\x9a\x03\xa1\xae\xb4\x3a\x54\x68\x9c\x0f\x36\x97\x1a\x02\x68\xea\x5d\x4b\x41\x85\x70\x57\x73\xe9\x9a\x03\xad\x79\x7b\xd7\x3d\x50\xa9\x07\x9b\xcb\x0d\x6b\x20\x54\x9f\x4b\x33\x08\xe8\xe4\x55\xcd\x65\xe8\x07\x08\x98\x03\xe7\x72\x23\x0b\xa8\xe1\x4c\x3c\xf6\x0b\x36\xa4\x69\x27\x94\xd7\x40\x73\xd7\xdc\xb2\x2e\xa1\x9b\x79\xb2\x35\xc6\x81\x06\x7d\xd8\xdc\x06\x75\xb6\x41\x1d\x34\xfd\x36\x91\x07\x18\x27\x4a\x63\x9b\x8f\x03\x54\xe8\xfc\xa6\xa5\x58\x42\xe5\x6c\xc8\xb9\x35\xc6\x81\xd0\xe9\xde\xbe\x6d\xa0\xb9\xa3\xb3\xb5\xcf\x81\x06\xbb\xeb\xdc\x2e\x00\xa0\xc1\x21\x34\x2d\xd8\x12\x86\x06\xa1\xe7\xbe\x0a\x6d\xd8\x7b\xdf\x36\xd0\x27\xee\xb4\x75\x57\x42\x33\x2d\x67\x1b\x45\x00\x86\xd9\x57\xdb\x68\x23\x10\xdd\x61\x4f\xff\x08\x97\x2f\x2c\x4f\x73\x6b\xf4\x6e\x4b\x5a\x90\x39\x5b\xc9\x04\xf4\xe6\x18\xf5\x9d\x81\x46\x4a\xf8\xdc\x3a\xb7\x40\x9c\x08\x18\x4f\x28\x15\x2a\x6c\xb8\x73\xeb\x90\x02\x15\x16\xd5\x79\xb9\x63\x78\x79\x46\x3a\x8a\xe2\x52\x99\x01\x3d\x49\x29\xf0\xd0\x52\xa1\x53\xc3\x35\x2f\xf3\x07\x80\xe0\x30\x9e\x79\x19\x8d\x06\xc2\x08\xf2\xa5\x9f\x05\x0c\xd5\xc9\xa5\xc5\x76\x7d\x24\x2c\x5c\x65\x4a\x14\x50\xcd\xc8\xbb\xd4\x56\x40\x87\x76\x78\x5e\x7e\x7c\x40\x33\x60\x7b\xb9\x30\x81\x01\xcf\xf6\xf4\xcc\x4a\xa1\x97\xff\x92\xb6\x75\x3d\x3e\xea\x81\x4a\x03\x2b\xe9\xd2\x15\x00\x3a\xe7\x57\x4e\x4b\x3f\x84\xe6\x8e\xcc\xa5\x77\x00\x74\x4a\x52\xe6\xad\x05\x01\xf4\x40\x66\x78\xdc\xa3\x30\xcc\x71\xb8\xdd\x16\x02\xba\xde\xc1\xad\x0e\x07\xba\x6e\xeb\xed\x44\x01\x91\x3c\xf1\x56\xef\x02\xd5\x00\xe2\x6d\x68\x10\xe8\xc1\x92\xb9\xcd\xab\x02\xaa\x61\x0d\x0f\x36\x14\x9a\x91\xda\xdb\x1c\x07\xa0\x17\xfb\x65\x2e\x14\x30\xe0\xd1\x9a\xf7\x72\x40\x4b\x9e\x48\xc6\xa8\xa1\x09\x74\x18\xb2\xa6\xa7\xf2\x09\x41\xc9\xe5\xbc\x35\x34\x81\x6a\x78\xea\x76\xd7\x1c\xa8\x24\xe3\xce\xdb\xb0\xc6\x2d\x9f\x10\xab\xe8\x76\x5f\xf0\xfe\x4e\xae\x60\x40\x06\x29\x80\xa1\x32\xbb\xa9\x93\x15\x9a\xbe\xe0\xa3\xfc\x01\x3a\xb4\x09\xd3\x22\x05\xa1\x41\x55\x37\x1f\xe3\x93\x40\x53\x01\x79\x7c\x98\x10\x7e\xe7\x8f\x91\xc7\xc7\xc8\x23\x4b\xf9\x71\xd3\x02\x68\x86\x81\x1e\xd3\x31\x80\xe6\x0e\xbc\x67\x85\x09\xcd\xad\xd5\x07\xd2\x19\xa1\x41\x0c\x36\x1f\xad\x19\xa0\x53\x88\x31\x1f\xa5\x01\xd0\x4c\x73\x7b\x34\x70\x80\x16\x8e\xd1\x89\x7e\x2c\x4a\x63\x5b\xe8\x31\xf7\x02\x68\x30\x4f\xcc\xc7\x08\x1f\xd0\x4c\x39\x79\xb6\x33\xb1\x29\x51\xe5\xd3\x7f\xdc\xd4\x02\x62\x3a\x13\x06\xd7\x80\xde\xb0\x07\x1e\x83\x6b\x8f\x07\x3f\xa1\xd6\x1f\xed\x14\x20\x0f\xcc\xb3\x47\x3d\x02\x54\x03\x44\x8f\x7a\x04\x68\x30\x64\xcd\x47\xb7\x02\x68\xe7\xb0\xe9\xb2\x89\xad\xc2\xc3\x26\x9f\xc8\x36\x9a\x7b\x66\x8f\x82\x0b\x68\x3a\xdd\x8f\xdf\x23\xd0\x12\x23\xff\x35\xfe\x04\x8c\x83\x30\xf6\xab\x51\xf2\x6a\x94\xa0\x0e\x5e\x8d\x12\x60\x40\x15\x35\xcd\xf6\x17\x2a\x67\x9e\xcc\x57\x33\x1b\xe8\x0d\xf5\x69\x8e\xbb\xd0\x49\xaa\x9e\xaf\xbb\xad\xaf\x29\x4d\x38\x7e\xaf\x36\x35\x30\x60\x56\x9a\xe6\xa5\x0b\x83\x8a\xce\xf9\x6a\x2d\x03\x41\x75\xe8\x34\x2f\x5d\x18\xee\xc0\xbf\x7e\xb5\x40\x83\x1d\x71\xbe\x7a\x8c\x40\xa7\x14\x62\x7a\x36\x9b\x10\x1c\xa6\x33\x5f\xbf\x6d\xa0\x4f\x76\x35\x3d\x4f\x4d\xe8\xc9\x96\xef\x6b\xb8\x06\x68\x50\x47\xce\x77\x3a\xec\x49\x95\x1d\xb6\xeb\x6b\xb0\x1b\xa8\x10\x08\x4e\x33\xe1\x85\x8a\xa7\xb2\x2e\x02\x1e\xeb\xfa\x19\x84\x05\x56\x99\x75\x11\xdd\x58\xd7\xcf\xc1\x9a\xf5\xf7\xc1\xac\x8b\x5d\x4d\xa1\x50\x26\xb0\x2e\xa2\x1b\xeb\x3a\x06\x57\x75\x9a\xc2\xa6\xc5\x55\x93\xa6\x6d\xd3\xcb\x55\xf1\x6b\x2a\x3e\xb1\xc4\xef\xaa\xc9\xed\xf1\xa0\x84\x09\xe3\xef\xba\xb0\x37\xd7\x55\xee\xff\xfd\x5f\x29\xbf\x15\xbd\x3c\x6e\x7b\x5d\x85\x7b\x35\xfe\x78\x7a\xaf\x1f\x14\x72\x90\x97\x27\x70\xaf\xeb\xa4\xf7\x8d\x7e\x9d\xf6\xfe\x07\x85\x54\x87\xa5\xca\x5b\x1c\xb7\x3d\xa9\x5c\x5a\x17\xb5\xe6\xeb\x3a\x7d\xa2\x4d\x3e\xf1\x07\x93\xea\xe3\x75\xb1\x9b\xbf\xae\x9f\xcd\x53\x38\x82\x66\xa9\x2b\x17\xc5\xcd\x93\x04\xed\x75\x55\x07\x54\x27\x57\xd1\x55\xb2\x6b\x16\xea\x73\xe2\x3b\xaf\xab\xfa\xc4\x1f\x14\x6a\xcd\x97\x67\x7e\x2f\xaa\xa2\x27\xf5\x86\xeb\x6a\x8e\xb1\x31\xc6\xc2\xed\x9b\x63\xfc\x2d\xdf\xc9\xae\xe8\xba\x9a\x13\xfd\x83\x42\x2d\xde\xb2\x04\x5a\x98\xf0\x48\x2c\xcf\xfc\x16\x0a\x09\x11\xeb\x6a\x8e\xb1\x33\x5f\x41\x53\x77\xbe\x3a\xf3\x55\xe6\x9f\xaa\x78\x59\x5a\xbd\x50\xf1\x93\x2d\xa6\x75\x75\xa7\xe0\x07\x85\xf0\xc1\xba\xba\xef\xb4\x33\x05\x49\x87\xba\x7d\xec\x4c\xc1\xc9\x6b\xee\xf6\x71\x30\x05\x93\x3f\x86\x53\x10\x4c\xfa\xc9\xdc\x85\x93\x1e\xbf\x6e\xc3\x8d\xb6\xae\xb0\xdb\x41\xb7\x4f\x3a\x11\xf6\x2b\x7e\x8b\x94\x42\xfa\x75\x85\x8b\x34\xec\x17\x93\x1e\xf6\xeb\x07\xb3\xf9\xb6\xc2\xb7\xf5\x83\x52\x4e\xba\x1a\xce\xf0\x4f\x8f\xcc\x56\xb8\x7d\xda\xaf\xb4\x5f\xcc\x5d\xda\xaf\x1f\x4c\xd2\x46\x97\x27\xa1\xaf\x2b\xc7\xef\xaa\xca\x80\xd2\x4e\xe4\x6f\xc1\x37\x27\x27\xed\x44\x32\x13\xd5\xdb\x3b\x13\xc9\x13\x1d\xf6\xf4\x89\x93\xc5\x50\x79\xe2\x74\x31\x4c\x66\xc2\x01\x4d\x67\x62\x32\x13\x95\x4e\x4c\x67\x62\x6e\xae\xf2\x8f\xce\xfd\x64\x31\x34\x3a\x31\x5d\x0c\x3f\x98\xcd\x8f\x7a\xba\xe0\x17\x63\xf4\xdb\x5c\x8e\x71\x05\x57\xb1\x22\x97\x6f\x7b\x31\x5f\x7e\x75\xcb\xf9\x5a\x3c\xf1\xfb\xa3\x4f\x5c\x8c\xd1\xaf\x6e\x39\xc6\xc5\x13\xfd\xa8\x97\x4f\xdc\x8c\xb1\xd1\xfb\xed\x18\x37\x4f\xf4\xf6\xdb\x27\x6e\x3e\xb1\xce\xab\xdd\xbe\xb4\x1f\x4c\xc8\x96\x96\x05\xdc\x8b\xd2\xec\x52\x3a\xb7\xdf\x8e\xf1\x3a\xb8\x8a\xa6\xcb\xdb\x5f\x8c\xd1\x2f\xf8\x72\x8c\x17\xb3\xfa\x35\x39\xab\x17\xb3\xda\x59\x13\x97\xb3\x7a\xd1\xaf\xce\x80\x2e\xfb\x75\xb1\xbe\xbe\x26\x5f\xed\xc5\x4c\x0c\xba\x7a\x39\x13\x17\x33\xd1\x19\xe3\xe5\x4c\xfc\x54\xf1\x6c\x7e\xfa\xb7\xb7\xff\x41\xa1\x04\x7a\x79\x4c\xbc\x30\x39\x74\x6b\x5d\xb7\x8b\xe9\x07\xa5\x78\xfb\xdb\x4e\xdc\xac\x9c\x60\x8c\x8f\x2b\xe7\x61\x8c\xca\x9f\xc7\x31\x3e\x8c\x31\xf9\xe3\xe3\x18\x1f\xc6\x68\x27\x1e\x3b\xf1\xf0\xc4\xf4\x5e\x3e\xf1\x61\x8c\x83\xd7\xf1\x38\xc6\x87\x6f\x28\x6d\xf2\x75\x3c\xac\x09\xa5\xd4\xe3\xeb\x78\x98\x09\xb5\xcd\xe3\x4c\x3c\xcc\xc4\x60\xbe\x1e\x67\xe2\x61\x4d\x28\x27\x1e\xd7\xc4\x6b\xef\x99\xaf\xd7\xde\xbf\x7c\x69\x6a\x9b\xd7\x2f\xed\x07\xa5\x38\x39\xaf\x03\x7a\x99\x55\xa5\xc9\xeb\x80\x5e\xbe\x47\x27\xe7\x75\x40\x2f\xfd\x9a\xcc\xc4\x6b\xbf\x5e\x56\x4e\x30\xa0\xd7\x95\xf3\x32\xab\x3f\xab\x74\x79\x60\xbe\x50\xa8\xe1\x5a\x37\x21\x96\x75\xa3\x3e\xc9\x7e\x58\x96\x8c\x0b\xa5\x84\x4d\xdd\xa6\xfe\xbf\xff\x9b\xe4\x5f\xae\x9b\xcd\x01\xa1\x70\x8a\xd8\xb2\x8a\x7c\x71\x14\xfe\xe4\x48\xa7\x75\x13\xc5\x5c\xd4\x87\x17\xcc\xff\x75\x63\x19\x09\x93\xd2\xff\x75\x53\x93\x24\x14\xc8\xbc\x96\x07\xe6\x0b\x93\x3d\xd9\x75\x17\xbb\x5a\x98\x55\x5e\xed\x8d\xc7\xb8\x38\x30\x7f\xb2\xa3\xb3\x3c\x30\x5f\x28\x9c\xb4\xbf\x3c\x30\x7f\xe1\x1b\xcd\x8e\xe6\xba\x8b\xfd\x2a\xbc\xc7\xb4\xe9\xb6\xe9\xe5\x2a\x9e\xa8\xc2\xbe\x55\xd8\x2c\x00\x0f\xcc\x5f\x78\x50\x13\xe7\x65\xdd\xa7\xb7\x3f\xf9\xb6\x59\x00\x37\xe1\x87\xc5\x89\xf8\x13\x6b\x66\x79\x22\xfe\xba\x55\xd8\xe9\xed\x9d\x89\xfa\x9b\x7b\xaa\xb3\xd6\x5d\x9d\xfb\xca\x37\xc4\x02\xb8\xab\x13\x8d\xc2\xee\x18\x25\xb7\x0a\x1b\x28\x9c\x1a\xb2\x3c\xfe\x7e\xe1\xc6\xcd\x8e\x10\xbd\x55\xd8\xb7\x0a\x1b\xd3\xe5\x56\x61\x73\xd6\xfd\x24\x8d\x69\x79\xd6\xfd\xe2\x60\xfb\x42\x69\xf6\xf2\x60\x7b\x61\xc2\x3f\xb0\xee\xe6\xab\x6d\x7c\xb5\x2e\xa6\x66\x27\x1a\x33\xd1\xe9\x6a\xb3\x13\x8d\x99\x98\x7f\x53\x7c\xac\xbb\x39\x51\x8d\x49\x47\x2e\x7a\x86\xbe\x50\x8a\x2b\xb2\x3b\xe9\x68\x7d\x32\x36\xd7\xad\xd6\xbf\xd5\xfa\x93\x3e\xaa\xd6\x6f\xd4\x3a\xbb\x4e\xeb\x56\xad\x03\x85\x73\x35\xd7\xad\x5a\xc7\x6d\x9d\x98\xa3\x4b\xb7\x55\x28\xa7\xab\x7b\xb8\xb0\x7e\x30\x7b\xd8\x54\x6d\xaa\x5c\xc5\xdc\x0d\x3b\x31\x98\xf4\xb0\xc9\x49\x1f\x37\x57\x79\x7b\x5f\x33\x26\x42\xf7\x1b\xd0\x44\x00\xca\x79\xb0\xfc\xc2\x4e\x04\x4f\xf4\x1b\x08\x9f\xf8\xb3\x07\xca\x89\xbd\x28\x89\xc1\xba\x7f\x9a\x7e\x76\x57\xb7\x9a\xfe\x0e\x9e\x58\xbc\xbd\x4f\x0c\x3e\x31\xd7\x5a\xf8\x89\xfd\xa0\x10\x82\x5b\xb7\xf6\x00\x30\x09\x59\xae\x3b\xed\xc4\xcf\x1e\x28\xf0\x20\xaf\x5b\x7b\xe0\x4e\x66\xd5\x15\x99\xce\xea\xcf\x06\x28\xd4\x70\x2d\x69\x13\xd6\x9d\xcc\xc4\x64\x40\xe9\x4c\x60\x22\x9c\x7e\x4f\x9a\x08\x37\x26\x02\xd5\xfc\xeb\xd6\x44\x00\x0a\xd5\x20\xeb\xd6\x44\xb8\x51\xfe\xc3\x97\xa6\xf2\xbf\x51\xfe\xec\x4e\xaf\x5b\xe5\x0f\x05\xc3\x24\x21\x74\xdd\xcb\xd7\xf1\x83\x82\xeb\xb4\xee\xe5\x9a\xd8\x83\xab\x78\xe2\x76\x0a\x7f\x50\xa8\x8c\x5b\x1e\xe4\xbf\x38\x69\x7f\x92\x8e\xbf\xee\xcb\x7e\xa1\x64\x29\x82\x59\xb7\x4a\xf6\x46\xc9\x52\x03\xbf\x0c\x3f\x08\x85\x3c\xa1\x75\xab\x64\x39\xa2\x7f\x12\x3f\x5a\xb7\x4a\x16\x28\x64\x68\xac\x5b\x25\x0b\x51\xc3\x64\xaf\x78\xdd\xb7\x4f\xbc\x7d\xa2\x4d\x3e\xf1\x07\x73\x60\xd1\xdf\xb7\xaf\xe3\x66\x15\x62\x9e\xdd\xb7\x9d\xb8\x99\x2f\x94\xff\x7d\x3b\x5f\x37\x73\xaf\x64\xb9\x9d\x7b\x94\x2c\x69\xc9\xcb\x53\xfb\x85\x02\x2f\xd4\x92\x07\x62\x41\xfa\x30\xc9\x27\x5c\xb7\x4a\x16\x28\x24\x2f\xaf\x5b\x25\x7b\xbf\x8c\x31\xe8\xc4\xeb\x18\x5f\xd6\x04\x06\xa1\xc1\x93\xc5\xe1\xfb\x73\xb8\xbe\x54\x53\x40\x61\x1f\x75\xdd\xaf\xfd\xfa\x69\xab\x49\x86\xd9\xba\x5f\xd7\xea\xcb\x5a\x45\xe2\x3d\x6a\xae\x07\xc7\x8f\x1a\x9b\xf5\xe8\xf8\x3d\x07\x9d\x40\xbc\x3d\xf8\xe1\x8b\xb3\xfd\x0b\xfb\x05\x4b\xe6\x09\x61\x12\x24\x5d\x8f\x5e\x1e\x50\x4e\x84\xe0\xa3\x9a\x02\x26\xc1\x80\xf5\x10\xb2\x14\x0a\x07\x1d\xaf\x47\xcd\xf5\xfc\x1c\xf8\xc9\x3e\xc6\x7a\x28\x8a\x15\x0a\x07\x8b\xad\x87\x90\xe5\xe2\x3c\xfe\x49\x05\xda\x92\x9f\x62\x71\x1e\x7f\x81\xbd\x7c\x3d\xba\x61\x0f\xb2\x9f\xad\xc2\xf5\x28\xfb\x81\x42\xbe\xd7\x92\xc5\x62\x3d\x3f\x15\x30\x83\xf9\xf2\x20\xff\xf5\x20\xfb\x49\xd1\x59\x8f\xb2\x1f\x98\xe1\xe4\xe8\xbf\x01\x85\xd2\xb5\xf5\x54\x87\x8d\xb3\x16\x68\x88\x47\x67\x8d\xb3\xfd\x0b\x21\xf1\x25\x49\x86\x30\xc3\x01\x11\xec\x16\xca\x89\x09\x2a\x6f\x86\x30\xc3\x01\x35\xbb\xda\x10\x56\xdd\x3f\xda\xd5\x46\xbf\x70\xe0\x25\xc9\x10\xca\xd9\x6d\xb2\x5f\x3f\x98\x14\x6c\xad\x47\x5f\xf0\xf9\x39\x7b\xe5\x44\xde\x3f\x04\xce\x85\x19\x0e\x48\x45\x01\x14\x4a\x21\xd6\xa3\xa2\x78\x50\x14\xe1\x80\x54\x14\x40\xe1\x6c\xc8\xf5\xa8\x28\x80\x19\x76\x95\x24\x19\xa1\x40\xff\xbc\x9e\x6e\xef\xf1\xff\xc8\x9b\x59\x8f\xfe\xdf\xd3\x59\x13\xe8\x8e\xa7\xbb\x26\x7e\x30\xe3\xeb\x84\x5d\x55\x9d\x60\x6f\x3e\xaa\x93\x67\x30\x5f\x76\x62\xd8\x89\x1f\x94\x13\x4b\xf2\x19\x76\x62\x04\x57\xd1\xaf\xe1\x8a\x1e\xac\x68\x2c\xc9\x67\x38\x85\x28\x1d\xc2\x48\xeb\x51\xe9\x00\xe5\x0c\x6f\xef\xf2\x45\xe9\xc4\xf8\x9b\xe2\x63\x3d\xea\xa4\x47\x9d\x84\x32\x7b\xd4\x49\x4f\xd0\x21\xef\x1b\x76\x28\xe8\x10\xe6\xe8\xa3\xf7\x09\x4c\xd2\x0d\xd7\xa3\x4e\x7a\xd4\x49\x98\xa3\x8f\x3a\xe9\x49\x5e\x0d\xf6\xe2\x93\xbe\x9a\x64\x0a\xfc\x63\x3a\x05\xe8\x11\xb6\x98\xd6\xa3\x1e\x79\xd4\x23\xa8\x4f\xf9\x4b\x16\x91\xc7\x49\xfc\x7b\x3d\xdb\xab\x36\x4b\x26\x6d\xf2\x3d\x20\xd5\xd3\xcf\x42\xa9\x0e\x14\x72\xfa\xd7\xa3\x37\x45\x7c\x72\xa6\x9f\x85\x52\xfd\x51\xaa\xdb\x09\xa5\x3a\x04\x25\x33\x95\x19\x3a\x45\x44\x31\x0b\x5b\x85\xcb\x28\xa6\x30\xd3\xa5\x7c\xd9\x09\xa5\x3a\xaa\x58\xce\x92\xf5\xfc\x3c\xa0\x99\x2e\x65\x3d\xa0\xe7\x66\x56\x1d\xd0\xed\xac\x22\xd5\xd3\x2f\x45\xa9\xfe\x28\xd5\x95\x78\x4a\xf5\xe7\xf1\x5e\xdc\xfe\xf1\x5e\xb8\x3b\x10\x5d\xad\x47\x77\xe7\xf9\xf9\x36\x33\x5d\x45\xfa\x36\x40\x81\x6c\x69\x3d\xfa\x36\xc0\x4c\xdf\xf6\xf3\xdd\x9e\x31\x62\xf6\x3d\x8f\x63\x7c\x99\x2f\x97\x89\x5e\x0b\x50\x28\x8a\x5d\x8f\x5e\xcb\x83\x86\x48\x5f\xad\x1a\x02\x28\xa4\x50\xac\xe7\xb5\x5f\x68\x88\xf4\xa5\xa9\x21\x1e\x35\x84\xf2\x5a\x0d\xf1\xe0\xc8\x70\x12\xc3\x7a\x55\x07\x2f\xe1\x3c\x48\x58\x96\x61\xd9\x45\x0c\xb6\x10\xec\x5e\x92\xb0\xac\x17\xa9\x0e\xcf\xc8\x7a\x95\xea\x40\x81\x6f\x61\x19\xa9\x5d\x2f\x41\x3f\xf6\x93\xd6\xab\xf3\x01\x14\xa8\x0e\xd6\xab\xf3\xf1\x62\xd1\x4f\x6f\xaf\x45\xff\x9e\xde\x8b\xdb\x6b\xd1\x43\x76\x32\x09\x76\xaf\x57\xd9\x0f\x14\x8a\x60\xd6\x5b\xbd\xd7\x0f\x26\x29\x27\xeb\x55\x1d\x00\x85\x74\xb2\x25\x4b\x8a\x30\x39\x74\x6b\xbd\x6a\x08\xa0\xb0\x7b\xb8\x5e\x35\x04\xe1\xe2\xc9\x71\xb5\xeb\xd5\xee\x7f\xab\xfd\xf2\xf6\xf6\xeb\x07\x93\xa2\xb4\x25\x4b\x8a\x50\xe0\xd3\x5f\xaf\xea\x00\x98\xec\xb6\xae\xd7\xd8\xdd\x8b\xec\xe7\xb4\xae\x25\x97\xca\x7a\x7f\xc2\x7d\xb2\xf7\xb9\x5e\x5d\x01\x88\x53\x0a\x8c\x62\xcb\x98\xf5\x7a\x91\xd7\x6c\x77\xad\x57\x79\x0d\x94\x8a\x2d\xf6\x2a\xaf\x5f\x64\x2c\x49\x7a\xeb\x55\xc6\xc2\xa5\x52\x60\x80\x5c\xaf\x32\xf6\x1d\xcc\x04\xd2\xf3\xd5\xf2\x7e\x91\x9e\x15\x83\xf0\x55\x7a\xbe\x3f\x01\x35\xc9\xd0\x5f\xaf\xa1\x32\xa0\x54\x0c\xc2\x57\x61\xf5\x12\x17\xa3\xca\x77\xbd\xda\xc1\x40\xa9\x18\x84\xaf\x76\xf0\x8b\xb0\x82\x95\x6f\xbd\x0a\x2b\xa0\x70\x26\xea\x7a\xd3\xb9\xc7\x34\x66\xcb\x77\xbd\x9a\xc6\x40\xe1\x54\xac\xf5\x1a\x2a\x7b\x31\x7a\xa7\xeb\x4b\xa3\xf7\xfd\x19\xba\x05\xfa\xb0\xf5\x4e\x17\x00\x41\xb0\x03\xde\xf3\x65\x4c\x5c\x28\x6c\xe7\xaf\x77\x3a\xc8\x9f\x6d\xfc\xbb\xcc\x36\x67\xec\x07\xa5\xba\x9c\xa6\xcb\x1c\x1b\xf7\x20\x49\x76\xbd\x1a\xb9\x2f\x21\xa8\xea\x7a\x32\x04\xf5\x6e\xef\xd6\x98\x59\x05\x29\x50\x2a\x46\xe1\xbb\xbf\xbb\xbd\x5e\xc6\x0c\x29\x49\x81\x62\xd8\xfd\x55\x92\xbe\xd7\xf0\x32\x86\x75\xf9\x55\x5e\x3e\x94\x7e\x5c\x3e\xf4\x22\xee\x0e\x77\xd6\x7a\xc9\xa6\x14\x8a\x81\xf7\x57\xf1\x0a\xfc\x2e\xf3\x09\x76\xe4\x27\x5f\x4b\x75\x19\x2b\x5f\x5f\xec\xe1\x03\xfe\x85\x25\x97\x8c\x50\xaa\x2b\xd4\xd8\xd4\x7b\x3b\x52\x42\x58\xaf\xe2\x14\x28\xd5\xc1\x2b\x4e\xdf\xc7\x79\x43\xb9\xbe\xca\xd3\xf7\x61\x08\x88\x7e\x69\x68\xd6\xfb\x38\x21\x04\x52\x64\x98\x59\x2f\x31\x9f\xea\x82\x37\xe6\xf3\xbe\xf6\x8d\x88\xc5\xab\xac\x04\x4a\x6d\xe3\x6f\xbd\xfc\x2a\x4a\x21\xa5\xf9\xdd\x85\x95\xa1\x2c\x05\x0a\x25\x9f\x4b\xa2\x9a\xf5\xbe\xf6\xe9\xa7\x69\xb6\xb4\x34\x1b\x0e\x9a\xc2\xbe\xc1\x96\x83\x66\x43\x38\x53\x8e\xe3\xb7\x68\xf7\x41\xc0\x47\x28\xf5\xf7\x15\x6e\x49\x68\x36\x5c\x32\xbf\xcb\x82\xb6\xcb\x36\xe6\xeb\x67\x5c\x6d\xf9\x65\x36\x64\x32\xe5\xe0\x24\xa0\x2d\x9b\x8c\x50\xa8\xc9\xdf\xb2\xc9\xec\xa3\x54\x2f\xe3\x6e\xc5\x87\x16\x1f\x5a\x69\xf2\xa1\x85\x87\xb2\x5d\xb1\x8f\xe2\x43\xd9\x59\xa1\x14\x70\x4b\x0b\xb3\x8f\x33\xbc\x8c\xbb\xb1\xb1\x2d\x14\x76\x35\xf6\x41\x58\x66\x1f\xcd\x87\x9e\x5c\xd6\x7c\x28\xc1\x0e\x72\x42\xf7\x41\xb0\x63\x43\x94\x52\x8e\xe2\x13\x9a\x77\x6b\xde\x6d\xd2\xf4\xdd\x6d\x7a\x19\x4f\x40\xc6\x09\x05\xfe\xc8\x2d\xa1\x8a\xf0\xbb\xcc\x27\x38\x84\xc6\xbc\x0d\xe6\xad\x39\x6f\xec\x6c\x1c\xc4\x5d\xb7\x2c\x2b\x42\x61\xcb\x65\x1f\x18\xbd\xfb\xe8\xa7\x97\xd1\x11\x38\x55\x36\x6c\x29\x85\xe2\xeb\x7d\x74\x87\x80\xf1\x7a\x94\xaf\x2d\x6c\x0b\x2e\xa3\xbb\xdd\x51\x11\x0c\x39\x08\x97\x6e\x89\x56\x84\xc2\xde\xcc\x3e\xba\xa3\x62\x93\xe3\x20\x5e\xba\x65\x5a\x11\x0a\x27\x5c\x6f\x99\x56\xf6\x11\x8e\xd4\xb6\x70\xa4\xe1\x65\x74\x37\xbe\xcb\x5c\x21\x93\xcb\xd2\x15\xa2\xc0\x0d\x26\x24\x5d\x21\xc9\xcb\x22\x52\xb3\xe5\x13\x11\x0a\xac\x10\xfb\x48\x57\x48\x6e\x2f\x63\xa4\xe9\x43\x93\x87\x86\x4d\x3e\xf4\x07\xe5\x38\x5d\x48\xe9\x5c\x26\xfa\x2e\x18\xd5\xb4\x1f\xc4\x1e\x0e\x4a\x4f\xb7\x2c\x23\x42\xe1\x18\xa3\x7d\x4c\x3f\x99\x19\x5e\x46\x47\xa6\x73\x39\x79\xf5\xc1\xbc\x4d\x5f\xbd\xa2\x99\x80\xc7\x3e\xa6\x7d\x53\x34\x27\xfd\x98\x4e\xe5\xfc\xfa\xc6\x24\x4d\xfb\xb6\xd0\xfe\x49\x3f\x96\xaf\x79\xf9\xd0\xd3\x36\x1f\xba\x78\x59\xc9\x10\x96\x2f\x8b\x9d\x8c\x83\x08\xc4\x3e\x96\x1d\x59\x8c\x34\xe9\xdb\x76\xa4\xdb\x91\xfa\x2d\x6c\x47\xba\x19\xe9\x64\x54\xdb\x91\xee\xd3\xcb\x18\xc2\xb6\x23\x9b\xf5\x36\x99\xde\xed\x7a\xdb\x5f\xdf\x18\xc2\xb6\x6f\x9b\x4f\x66\xd2\x8f\xed\xda\x52\xbb\x10\x85\xd8\xc7\x76\x42\xd4\x2e\x8a\x95\xed\x84\x5c\xbe\xfa\xca\xb2\xbc\x7c\xf5\x97\x0f\xa5\x1f\x97\x0f\x55\xbb\x9c\x8d\xbb\x5d\x2e\x72\xb4\x4b\x73\xd1\x5c\x4e\xc8\xf5\x7a\x19\xc3\xba\x1d\x3d\x36\x78\x73\xd1\xdc\x8e\x54\xb5\x71\x2a\x1a\x6f\x1f\x8a\xda\x68\x07\xd3\x7b\xbb\xde\x6e\x47\xaa\x68\xbc\x1d\xe9\x0f\x0a\x67\x5d\xec\xe3\x76\xa4\xb7\x0f\x55\x98\x3d\x3e\x94\xe0\x4a\x53\xe4\x3d\xce\x38\x91\x94\xe3\x54\x60\x3c\x3e\xe1\x07\x85\x63\x45\xf6\xf1\x38\x52\x25\x39\x75\x65\xbb\x28\xc9\xcb\x61\x47\xe6\x41\x5b\xda\xe6\xe8\x27\x4d\xcb\x26\x97\x03\x13\x57\x08\x77\xec\x82\xd8\x66\x57\x71\x17\xc5\x76\x51\x6c\x63\x65\xef\xa2\xd8\x06\x0a\xdb\x8a\xbb\x28\xb6\x81\x72\x60\x2d\x6f\x39\x5e\x76\x41\x94\xb3\xaf\xb8\x8b\x92\xbc\xb8\x45\x8e\xb9\xbc\x4b\xb1\x6f\x85\xbe\x95\x41\x93\x7d\x2b\xcb\xcb\x82\x36\xfb\x86\x74\xe7\x98\xb2\x5d\x94\xee\xe5\x3c\xbd\x8c\x36\x98\xba\x76\x39\x99\x24\xbe\x85\x42\x72\xd3\x2e\x2a\x81\x6a\x7f\x55\x02\x40\x69\x27\x7d\x53\x09\x94\x73\x7b\x59\xa7\xed\xb2\x8d\x09\x39\x6d\x72\x42\x6a\xf5\x32\x1e\x5a\x1d\x56\xf5\xa1\x0c\xa1\xfa\xd0\xca\x1a\xfc\x99\x77\x7f\x69\xef\x5d\x08\xd7\xec\xc2\xde\x3a\x3b\x99\xbb\x54\x27\x02\xcb\xfb\xa8\xde\xb9\x39\xfb\x44\x62\x38\x82\x7b\x97\xe6\x4c\xab\xbf\xb0\xc4\x76\x51\x7f\x01\x05\x02\xe9\x5d\x88\xbb\xec\xa2\xfe\xc2\xc4\xda\x45\xfd\x05\x94\xf6\x35\x39\x11\xcd\x87\x56\x66\xbf\xfb\xd0\xee\x43\x99\x88\xee\x43\xbb\x0f\x6d\xfc\xb5\xfb\x50\x34\x4e\xfb\xfe\xe9\x44\x74\x1f\xda\x18\x82\xea\x05\x28\xd0\x9c\xec\xa2\x76\x29\xdd\xd9\xe7\x2b\x2b\xdd\xd9\x47\xbd\xb4\xc6\x42\x56\xbb\x94\x6e\xdf\xb0\x2c\xca\xb0\x6f\x83\xe5\xd8\x6c\x72\x39\x86\x0f\x45\x53\xcb\x84\xb3\x0b\x16\x3e\xdb\xb6\xbb\x84\xd3\xab\x62\x52\x36\x17\x15\x13\x50\x9a\xa3\x0a\x1f\xaa\x62\xa2\x8c\x71\x17\x15\x13\x50\xd8\xb8\xdd\x45\xc5\x04\x94\xa3\x26\x4f\x48\x27\x89\x28\x79\x73\xf0\xe9\x0a\x4d\xfb\x96\xbc\x99\xb4\x6f\x69\xdf\xe8\x47\xda\xb7\xf4\x1b\xc0\x48\x93\x93\x47\x28\xa4\x5e\xee\xa2\x4a\x03\x7e\x97\xd9\x66\x7f\x51\x73\x0d\x49\x54\x54\x73\x65\xda\x37\x85\x82\xca\xaa\xe0\x47\x34\xa7\x72\xba\x42\xd4\x5f\x75\x32\x7a\xf5\x17\x50\x9a\x53\x39\x7d\x59\xea\x2f\x65\xb3\xb4\x3f\x42\x21\x09\x78\x17\xf5\x57\x51\x31\x29\x74\x8b\x8a\x09\x28\x6c\x3f\xef\xb2\xbc\x1b\x16\xfd\xf1\x89\x9d\xcb\xbb\x5d\xde\x8d\x07\x5c\xde\x4d\x71\xfd\xcd\xa5\xe2\x1a\x28\x6c\x53\x6f\xc9\x71\x76\x51\x5c\x7f\x93\xa4\xb8\x2e\x8a\xeb\x6e\x93\x23\xd5\xca\x67\x4f\x7d\x4b\x8f\xb3\xe1\xc2\x29\xd0\x8a\xef\x72\x3b\x6f\xf7\xe3\x65\xfe\xf5\xb5\xed\xe5\x32\xfe\xa9\x04\x2f\x3a\x03\xdf\x5f\x1f\x47\x8a\x33\x00\xd1\xe3\x96\x33\x67\x97\xc7\x87\x62\x08\x95\xc7\x87\xb2\x4d\xdc\x30\xa1\xca\xe3\x48\xf5\x19\x48\x49\xde\xe5\xf5\x09\x2f\x23\xc5\x48\x2b\xaf\x23\xc5\xb2\x3f\xd8\x0c\xdf\xe5\x75\x2e\x5f\x1f\xca\xbc\xbd\x3e\xf4\x65\x21\xb1\x1b\xbe\xcb\xeb\x42\x7a\x59\x48\xf6\xe3\xb5\x1f\x44\x53\x8e\xe6\xea\x7d\xed\xc8\xeb\x84\x30\xf8\xd7\x09\x51\xe3\xb0\x6b\xbe\x4f\x35\xce\xa9\xa3\xc0\x1e\xf9\x3e\x75\x14\xce\x03\x49\xc0\x10\x4e\xb6\x81\xf7\xa9\x62\x62\x63\x7b\x9f\x2a\x26\xa0\xb0\xeb\xbf\x4f\x42\x31\xfb\x54\x31\xb1\x67\xbd\x4f\x15\xd3\xa9\x62\x0a\x1f\x4a\xdf\x4e\x1d\x85\x86\xb5\x71\xaa\x5e\xce\xe2\x43\xe9\x47\xf1\xa1\x05\x39\x0c\x33\xe4\x96\x48\x48\x28\x8d\xaf\xfe\x54\x09\x01\xbf\xcb\x78\x68\xb1\x23\x2a\xa6\x48\x9a\x96\x4d\xaf\x97\xd1\xdf\xd3\xd1\xb3\xf3\xdb\x10\x0e\x27\x3b\xbf\xfb\x54\x47\xb0\x25\xbd\xe5\x25\x12\x4a\xc3\xbe\x3b\x09\xc8\xec\xb3\xb2\x1c\x48\xfd\xdc\x27\x11\x19\xa1\xf8\xb2\xce\xea\x48\x95\xa0\xa4\x70\xee\x53\x09\x7a\x2a\x41\x79\x59\xa7\x12\xf4\x54\x82\xc2\xec\xb7\x4f\x25\xe8\xa9\x04\xf5\x65\xf5\xef\x6e\x0e\x01\x93\xe1\x54\x82\x9e\x4a\xd0\xb4\xc9\x21\x0c\x1f\xca\x4a\x3a\x87\x0f\x25\xc2\xfc\xbd\xe6\xe1\x84\x84\x23\x0d\xfe\x1a\x8e\x34\x78\x0b\x18\x95\x67\xf8\x16\x14\xb4\xdd\x27\x28\x68\x4f\x05\xad\xab\x41\x41\x7b\x6a\xda\xb3\x83\xb8\x4f\x4d\x7b\x28\x8b\x4a\xfb\x9a\xbc\x5b\xfa\xb2\x10\x3f\x67\x3a\x7a\x25\x28\x26\xea\xa9\x04\x3d\x31\xe3\x8f\xe1\xab\xd7\x8e\x87\xed\xa8\x7c\x8b\x46\x31\x08\xdb\xd1\xef\xb2\x41\x9b\x0f\x55\x34\xce\xff\xa0\xbc\x4f\x25\xe7\xa9\xe4\x1c\xbe\x72\x25\xe7\x89\xe5\x4f\x5a\xc5\x3e\xb5\xfc\xcf\x69\x9f\x90\x75\xe7\xb2\x4f\xcb\x3e\x31\x11\xcb\x3e\x61\xe5\x1f\xf0\xbd\xed\x53\x33\x1f\x28\xdf\x0a\x5d\x76\x93\x5d\xcc\x83\x3d\xcb\x7d\x2e\x3b\xb2\x06\x97\x31\x11\xcb\xf5\x8e\x33\x70\x90\xc9\xb9\x4f\xbd\x01\xa0\x50\x05\xb9\x4f\x9d\x01\xa0\x1c\xe3\xf4\x09\xbe\x24\x12\x9b\x48\xf8\xdc\xe7\xf2\x25\x2d\x87\x70\xf2\x04\x9d\x06\xa0\x74\xa7\x50\x9f\x01\xe2\xa7\xdf\x65\xfc\x75\xdb\xdf\x1f\x14\xf2\x39\xf6\xb9\xed\xee\xe5\xbc\x61\xf5\x9c\x97\xf3\x86\xad\xfe\x7d\x3d\xda\xea\xa7\x3a\x82\x44\xf3\x2d\x1d\x94\x50\x60\x12\xd8\xa7\x3a\xe2\x54\x47\x0c\x84\xff\xa9\x8e\x00\x4a\x77\xc6\xd5\x11\x40\x39\x06\xc2\x5f\xda\x28\xa1\x70\x0c\xc9\x3e\x6f\x67\x5c\x93\x9e\xc3\xe4\xf6\xa9\x49\x7f\x12\x7e\xef\xc5\x26\xfb\x76\x2f\x2f\xa3\xbf\xb7\x73\x89\x7a\x21\x8f\x64\x9f\x6a\x17\xe0\x77\x99\x7d\xb3\xbf\x68\x9c\xee\x6b\x56\xe3\x9c\x8f\x7d\x43\x95\x9c\x8f\x7d\x7b\xec\x1b\x83\x7f\xec\xdb\xe3\xf4\xfa\x19\x3f\x4e\xef\xc3\xab\xf7\x35\x3f\xbe\x7a\x15\x13\x85\xb9\xfb\x54\x31\x01\xa5\xfb\x9a\x1f\xbf\x9e\xc7\x21\xa0\x5e\xce\xc7\x21\xa0\x85\xba\xaf\x59\x25\x74\xbe\x2e\x4b\xf4\xc6\xf9\xda\x91\xb7\x73\x19\x7d\x7b\xfd\x3e\xc9\x43\x3a\x06\x5e\xfb\xf9\xda\x11\x34\x0e\x07\xe7\x6d\xc9\xb5\xf6\xf9\x3e\x5e\xe6\x13\x5e\xdb\x78\x28\x76\x66\x55\xbb\x54\x22\x53\x14\x55\xed\x6a\x64\xaa\xaa\x70\xa0\xdf\xde\xf2\x72\x09\xa5\xd7\xa4\xa9\xdb\xe4\xe0\x11\xf4\x55\x85\x03\x14\x92\x5f\x76\x55\xe1\x54\x5d\x1c\xf8\x05\xb6\x94\x5e\xbb\xe2\xcf\xf4\x66\x93\x0f\x2d\x0e\x1e\xb9\x56\xc9\xd3\xde\x15\x85\x43\x92\xcc\xae\x2a\x9c\x6a\x64\x8a\x72\x92\x5d\x8d\x4c\x01\x05\x2a\xe2\x5d\x49\x21\xda\x55\xeb\x99\x43\x35\xb7\x8c\x57\xbb\x12\x9c\xe9\x18\x38\xd5\xd8\x4c\x55\xf6\xb3\xe5\xb9\xab\xb2\x1f\x28\xfd\x6b\x72\x08\x9d\xf7\xc7\x9e\xe7\x96\x2c\x6b\x57\x64\x7f\xff\x9a\xbe\x87\xde\x5e\x46\x7f\x0d\xce\x54\xf4\x41\xb7\x49\x75\x50\x49\x5f\x39\xa8\xef\xdd\x75\xd8\x37\xa2\xe8\x1c\xf4\xbf\xeb\x70\xa4\x63\x78\x19\x13\x32\xec\x2f\x6a\x83\x63\xb3\x76\x55\x6b\x00\xbf\xcb\x98\x90\x61\x7f\xd1\x24\xfd\xfb\xe7\xb2\xe9\x1b\x02\xc3\x1a\x0e\x61\xb0\x68\xbe\x7f\x3a\x95\xc3\x21\xf0\x79\xc8\x01\x26\x94\xfe\xfd\xf3\xb5\xe9\xf5\x32\x86\x15\x0e\x8b\x64\xdb\xee\x3f\xc3\x77\xaa\xfa\x82\x08\x64\x57\xd5\x17\x50\xfa\xf7\x4f\x17\x92\xee\x04\x25\x68\xbb\xea\x4e\x00\xa5\x7f\xff\x74\x54\xf1\x3d\x94\xfe\xea\x27\xd4\xf4\xa1\xcc\x9b\x3e\x01\x50\x8e\x70\xf5\xea\x14\x54\xb4\x1c\xfc\x8d\xbb\xaa\xe5\xaa\x01\x2c\xe8\x36\xb7\x0c\x65\x42\xa1\x90\x78\x57\x8d\xfd\xaa\x96\xe3\x40\xe0\x5d\xd5\x72\x40\xa1\xb6\x6b\x57\x83\x55\x55\x2d\xc7\x76\xe9\x96\xdc\x4c\x28\x64\x2e\xed\xaa\x1a\xab\xf3\xbb\x1b\x43\x50\x3f\x55\xf4\x13\xa9\x4b\xbb\xaa\x9f\xaa\x96\x3d\x5c\x0b\xbb\x6a\xd9\x03\x45\x4b\xa0\x6a\xd9\x57\x35\x0a\x95\x5b\x5b\xca\x33\xa1\x74\x07\xaf\x46\xa9\x86\x75\x12\x81\x5f\x0d\xeb\x54\xc2\x3a\xdd\xc1\x1b\xd6\xa9\xaa\x0a\x48\xcf\x76\x55\x55\x00\x05\x66\xad\x5d\x2f\x1f\xea\xa6\x41\xd6\xfa\xb7\xf2\xae\x97\xeb\x4c\x4d\x82\x09\x57\xaf\xaf\x4f\xb7\x77\xa1\x9f\x97\xeb\x8c\x3d\x85\x9e\x3e\xdf\x75\xa6\xc2\x49\xa5\x93\x0a\xa7\xaa\x70\x7c\x21\x2a\x9c\xaa\x53\xc2\x49\x5b\xbb\xea\x94\x54\x72\x60\x39\x9f\x6a\xd7\xdb\x11\xde\x7c\x51\xa9\xd8\xb9\xfd\xa2\x50\x42\xdd\xf7\xa6\x0e\x02\x7e\x97\xd1\x11\xe3\x4a\x55\xbd\x94\xf6\xc3\x2f\x4a\xbd\x94\x4a\x27\xf5\x52\x55\x2f\x29\xc3\xd4\x4b\x55\xbd\x04\x6b\xec\xae\xea\xa5\xaa\x5e\x72\x15\xa8\x97\xaa\x81\xab\xc4\x31\xae\xba\x3d\x40\x21\x2d\x6c\xcb\x2f\xb7\xab\x7a\x29\x15\x62\xea\x25\xa0\x68\xd5\x55\x63\x59\x55\xbd\x94\x0a\x31\xf5\x52\x55\x2f\x61\xf7\x57\xf5\x52\x7d\x5d\x40\x4a\x27\xd5\x06\x50\xfa\xb4\xc9\xee\xea\x94\xb0\x1f\xbd\x9b\x6a\xa3\x1d\x5f\xdb\xaf\xbf\x4d\xa9\x0e\x14\x18\x9d\x76\x33\x70\xd5\x8c\x48\x51\x75\xbf\xe5\xb5\x13\x0a\xa7\xae\xed\xa6\x2f\xd0\x94\xea\x94\xbd\xee\xa6\x54\x6f\x4a\x75\xb6\x47\x9a\x52\xbd\xe9\x1f\xb0\xf7\xbb\x9b\xfe\x01\x50\xa8\xe4\xde\x4d\xff\xa0\x19\x91\x82\xe4\x66\x37\x23\x52\x8d\xd4\x50\x6d\xda\x46\x6a\xa8\x50\x0e\x8a\x3b\xb7\x6c\x7a\x42\x81\x92\x74\x37\x83\x54\x4d\x6f\x83\xe2\x9a\xdd\xf4\x36\x80\xa2\xe9\x2b\xe9\xde\x6e\x86\x75\xa0\x33\xda\xcd\xb0\x0e\xb4\x7a\x85\x93\xc3\x77\x33\xac\xd3\x54\x4c\xd4\xd2\xec\xa6\x62\x02\xca\xb0\xbb\xdd\xbb\xa9\x98\x26\xf1\x9a\xa6\x62\x02\xca\xc0\xa6\x6c\x2a\xa6\xa6\xb7\x01\x6b\xca\x6e\xaa\x97\x36\x7c\x28\xf3\x36\x7c\xe8\x38\xbd\x8c\xbb\x91\x44\x29\x94\x81\xb1\xd8\x54\x42\xc0\xef\x32\x86\x30\xec\x08\x8a\x49\xbb\xbb\xa9\x98\x1a\x6a\xe3\x98\x48\xfa\xa6\xde\x00\xca\x38\xfc\xa7\x2f\x4b\x71\x0d\x8f\xf7\x6e\x8a\x6b\xa0\x0c\x67\xdc\xb0\x4e\x33\x5e\xc3\xe1\x25\xbb\x19\xaf\x01\x8a\x56\x7c\xd3\x01\x69\xc4\x3f\x0e\x36\x82\x77\x33\x00\x02\x14\x0a\xc9\x77\x23\x17\x71\x37\xac\xf8\x72\xd8\xa6\x19\x0f\x14\xa8\x04\x76\xd3\x8a\x6f\x08\xd8\x42\x49\xdb\x6e\x0a\x58\xa0\x40\xdd\xbf\x9b\x02\xb6\x21\x60\xcb\x81\x2d\xd7\x14\xb0\x40\x81\x6e\x7d\x37\x05\x6c\xdb\xd6\x09\x11\xee\x6c\x1a\xde\x40\xd1\xc3\x68\x06\xeb\x81\x52\x0e\xc2\x88\x8d\x14\x48\xa1\xe8\x61\x34\xe3\xf7\xc0\xef\x32\xfa\x6b\x00\x1f\x28\x7a\x18\x6d\xbb\x7a\xd9\x0a\x2e\x9c\x32\xb2\xdb\xe5\xf4\x5e\x4e\x2f\x6f\xe1\x72\x7a\x2f\x27\x04\x99\xd7\x14\xfe\x40\x81\x5c\x6c\xb7\xcb\xee\x5e\x4e\x08\x52\xaa\x29\xfc\x81\xa2\xbf\xd2\x14\xfe\xed\xf2\xa1\xae\x5e\xe5\x31\x50\xf4\x57\x9a\xf2\xb8\xdd\x4e\x08\x16\x4e\x33\x22\x04\x14\x2a\x06\x77\x53\x1e\xb7\xdb\xe9\xc5\x4e\x69\x8a\xcb\x86\x68\x1c\x4e\xa5\xa2\xb1\xdd\x3e\x14\x5b\xa0\x29\x1a\x81\x42\x69\xfb\x6e\x8a\xc6\x86\x15\xff\xf3\x00\x68\x73\x91\x3f\x8e\x94\x07\x28\x1a\x81\xdf\x65\xb6\xd9\x11\x2c\x7b\x6a\x9b\x77\xd3\xb2\x6f\x8f\x7d\xc3\xd8\x68\xc6\x92\x1a\x39\x38\x03\x23\xbb\x3d\xf6\xed\x07\xa5\x70\x4a\xd0\x6e\xd4\x1c\x08\x65\xf8\x9a\xb5\xec\x81\xdf\x65\x0c\xcb\xf8\x12\x50\x86\xaf\xf9\xf5\x3b\x7d\x7d\x0b\x68\xef\xf6\xfa\x16\x08\x43\x0d\x5f\xb3\x51\xa8\xf6\x3a\x21\x68\xca\xae\x3c\xee\xc5\xf7\x8c\x4e\xe9\xc6\x6b\x3a\xe6\x33\xc9\xb4\xbb\x6b\x3e\x77\xe4\x31\xd5\x6a\x7f\x6a\xef\xae\xb8\x06\x0a\xd5\xe7\xbb\x2b\xae\x3b\x1b\x08\x56\xb3\xed\xee\x06\x42\x47\x5c\x73\x9c\xd6\xee\x8a\xeb\x7e\x56\x2f\xfb\xcd\x44\x3f\xed\x13\x1b\x08\x9c\xe2\xb2\xbb\x1b\x08\x40\xa1\x6e\xec\xf7\x23\x6c\x5b\x5c\xe6\x3f\x7d\xc0\xc9\xa8\xa9\x0c\xdb\xbd\x3a\x6a\xd2\x39\x29\xa2\xdd\x9d\xfc\x9d\xdd\xab\x0f\xc5\x31\xee\x8a\xeb\xae\xb8\x46\x98\x76\xc5\x75\xaf\x4e\x04\x4b\xa3\x57\x47\x4a\x42\xa7\xde\x6d\xaf\x8e\xb4\xfa\x50\xde\x79\x77\x87\xa0\xb3\x43\xc0\x11\x46\xbb\xbb\x43\x00\xfc\x2e\xe3\x6e\x24\x6b\xee\xce\x0e\xb7\x4e\x70\x77\x87\xbb\x37\xe7\xcd\x49\x72\x9f\xba\xb3\x01\x4d\x66\xf1\xee\xee\x3f\xf7\xe6\x43\xf9\x18\xbb\xaa\x04\x28\x3a\xc1\x9d\x94\x9d\xdd\xbb\x23\xc5\xef\xe9\xaa\x92\xae\x2a\x41\x82\x77\x55\x49\xef\x56\xf8\x39\x7a\x03\x57\x1d\x4f\x45\x27\xb8\xeb\xa8\x00\xa5\x14\x3b\x42\xfe\xe4\xee\xaa\x12\x6c\xf5\xae\x2a\xe9\xd3\xbe\xe1\x82\x74\x2d\xd8\xbe\xbc\x8c\x7f\x6a\xc1\x76\xe5\xb0\x5b\xb0\x32\xa4\x0a\x85\x8c\xe6\x2d\x43\xea\xee\xca\xe1\xd3\x77\xaa\x1c\xee\xca\xe1\xe1\x3f\x7d\x0b\x44\x58\xcc\x14\xdf\xdd\x08\x4b\x47\x36\xc3\x9a\xb9\xbb\xa2\xb9\x13\x3a\x31\x55\x7c\x77\x43\x27\x50\xa9\x16\x7d\xe5\xee\xde\x2a\x50\xcc\xef\xde\xdd\xbd\xd5\xae\xb8\xe6\x33\xee\x8a\xeb\xbe\x2d\xe5\x43\x2a\xc8\xc2\xba\x3b\x65\x61\xf0\x9a\xef\xbe\x9d\x37\xe5\xb0\x9b\xa6\x5d\x39\xdc\x95\xc3\x18\xbc\x5d\x39\xdc\x95\xc3\x24\x5c\xef\xae\x1c\xee\xca\x61\x1c\xe3\xae\x1c\xee\x04\x62\x0a\xe7\x02\xec\x6e\x20\xa6\x63\x2b\x0f\xbf\x76\x4d\x65\xa0\x94\xd3\x85\xaf\xad\xdc\x89\xba\xc0\x1d\xb4\xbb\x41\x97\x6e\x85\x17\x89\xcc\xbb\x6b\xdd\x02\x85\x93\xce\x76\xd7\xb8\xed\xca\x3a\x37\x4d\xbb\xb2\x0e\x28\x7a\xe3\xdd\xb8\x79\x57\xec\x90\x97\xba\x87\x62\x67\x58\x2f\x44\xbe\xe4\x1e\x9a\x81\xa3\xd8\x91\xa4\xe9\xb4\xa9\x5a\xca\x18\xb4\x35\xdb\x18\x3d\x96\xe1\x30\xed\x64\x28\x9d\x48\x98\xdb\x43\xf1\x33\x14\x3f\xdf\x03\xe8\xef\xb0\x2e\x97\x5c\xb8\x3d\x4e\xff\xaa\x5c\x99\x36\x0d\x9b\x18\x16\x89\x62\x7b\x68\xcc\x01\x85\x54\xf5\x3d\xdc\x71\x1c\x0a\x0c\xd2\xb1\xf6\x50\x60\x0c\x05\x06\x26\xea\x50\x60\x0c\xeb\x6e\xdc\xb6\x1b\xee\xee\x01\x05\x96\xbc\x3d\xdc\xdd\x83\x6d\xb5\x7c\xf9\x2f\xd2\xad\x0a\x65\x4c\x9b\xbc\xdb\xf0\x6e\xbc\xad\xa1\x27\x0f\x14\x8e\x7d\xde\x43\x47\x1e\xfe\xd0\xdf\x65\xfc\xd5\x9d\xa0\xa1\xd5\xc3\xc6\xf2\xd0\xea\x19\x7e\x94\x6e\x0c\x0e\x3f\x4a\xa0\x90\x48\xbf\x07\x47\xf6\xee\xe1\x47\xe9\xc6\xe0\xf0\xa3\x04\x0a\x99\xf4\x7b\xf8\x51\x8e\xaf\x26\x13\xe1\x3b\x0c\x5e\x0e\xac\x1e\xd8\x65\xf6\xd0\xea\x19\x5f\xb9\x25\x72\x45\x42\x52\xa1\x40\x38\xb2\x87\x5f\xdb\xb8\x7d\x28\x72\x70\xe8\x9b\x01\x25\x30\x51\x25\xf0\xdc\xb0\x62\xfe\x84\x14\x23\x55\x6b\x02\x85\x23\xf2\xf6\x50\x69\x0e\x2b\xf5\x0c\x10\x8e\xd7\xbb\xbd\xde\x8d\xc1\xbf\xde\x4d\x45\x6a\xe4\x6f\xa8\x48\x81\x12\x58\xb2\x92\x61\xee\xe1\x8a\xe6\xf0\x91\x2d\xf5\xe5\x8e\xc3\x21\xd8\x74\xda\x64\x01\x27\xd6\x46\x18\xfc\x02\x4a\x60\xa2\xca\x90\xb9\x61\xa2\xfc\x5d\xc6\x5f\x75\x3b\x02\xb7\x23\x58\xa9\xa1\xdb\x11\x2e\x4b\x43\x1b\xe1\xb2\x04\x0a\x87\xb3\xec\x70\x59\xc6\xf9\x78\x59\xa7\x8d\x4f\x1c\x62\xcb\x12\xe5\x3f\xc4\xcd\x83\x04\xd7\x1d\xaa\x39\xf7\x19\x42\x35\x07\xf1\x65\x81\x93\x6b\x87\x1b\xe1\x40\xf9\xa2\x0b\x41\x95\x82\x50\xc2\xb9\x71\xf7\x24\x9a\xb3\x8f\x7d\x22\x1b\xa6\x50\x38\xa4\x68\x87\x1b\xe1\xe1\xa7\xa2\xef\x2d\x43\xa6\x50\x60\xe0\xd9\xe1\xa7\x12\x96\x9e\xeb\x54\x47\xfb\x9e\xc0\x44\x60\x4c\x86\x19\x5a\xa1\x9a\xd3\x0d\x0e\xd5\x5c\xb0\x11\xce\xd1\xd7\x5b\x72\xcd\x1d\xdd\x77\xc9\x57\x16\xba\x42\x40\x81\x1d\x6a\x4b\xa5\xb9\xc3\xef\xd3\xed\x88\xf0\xfb\x04\x4a\xf8\x7a\xfd\x3e\xc3\xef\x53\x87\x26\xfc\x3e\x81\x02\x57\xf0\x96\x72\x73\x07\x71\xb0\xcf\x05\x09\xe3\x60\x41\x1c\x0c\x22\x94\x1d\xc6\xc1\x80\xf2\x19\xe6\x41\x49\x99\x50\x02\xa9\x23\x35\xa7\x50\x3e\xc3\x3c\x8c\x8d\x01\x85\x43\xe4\x77\xb8\xdb\x13\xec\xf6\x7c\x86\x79\xb8\xdb\x13\xe4\x7b\x71\x3c\xe6\x0e\xf3\xbd\x22\xec\x9b\xfd\xd5\xff\x02\x0a\xb5\x2e\x3b\xf4\xbf\x22\x9d\x10\x57\xad\x9b\x42\x40\x09\x0c\xc7\x30\xdf\x0b\xf6\xcf\xf2\x59\xb5\x61\xb8\x0c\xfa\xcf\x42\x4d\xcc\x0e\x37\xc2\x81\xdf\x65\xde\xcd\x55\x3b\x4f\x2e\x63\x42\xa6\x83\x9f\x16\x28\x63\x06\xc6\x74\x58\x93\x65\x89\xd4\x89\xe9\xb2\x54\xfc\x51\xe8\xb5\x43\xf1\x07\x14\x4a\x59\x76\xe8\x07\x86\xe2\x8f\x4a\xaf\x2d\xe9\xa8\x50\x02\xcd\x17\x8a\xbf\xd0\xd8\xd0\x0c\x94\x88\x74\xc7\xf2\xa1\x36\xf9\x50\xc5\x9f\x16\x99\xe4\xa4\x1b\x26\xd2\x62\xfc\x37\x96\x23\xdd\xce\x1b\x82\x3e\xdc\x80\x09\xac\x08\x03\xbb\xa1\x15\x11\xdb\x87\x62\x43\x85\x1e\x1e\x50\xc2\x07\xe8\xe0\xc1\x6b\xfa\xbb\x8c\x37\x63\x4e\x15\x50\xc2\x07\xe8\x92\x85\x45\xe2\x1c\x43\xb1\xe3\xfa\xfe\xca\x10\x70\xa2\xc2\xed\x9c\x50\xa1\x6b\x80\x84\x0a\x3d\x1e\x87\xc0\x3f\x75\x5e\x42\x99\x1b\x08\xd3\x50\xe6\x86\x32\x17\xcb\x30\x94\xb9\xf1\x55\x47\xe3\xf2\x86\x32\x37\x94\xb9\x6c\x86\x86\x32\x17\xa2\xd4\xdf\x65\x3c\xc1\x60\x52\xb0\xc3\x6d\x98\x38\xdc\xe1\x06\xca\xbf\x8f\xd2\x6d\x09\xa0\x50\x6e\xb3\x25\x54\xdd\xa9\x18\x46\xfa\xc9\x9e\xba\xf3\xab\x73\xe6\x3b\x4d\x6a\x0d\x76\x92\x79\x15\x88\x37\x59\x50\x77\x1e\xf6\x83\x4f\x46\x1a\x54\xa1\x40\x37\xba\xd3\x0d\xee\xd4\x72\x81\xcd\x72\x4b\x8d\x2a\x14\xaa\x6c\xb6\xd4\xa8\x3b\x35\x49\x5c\xe4\x52\x9c\xee\x64\xe7\x3a\xb0\x83\xd2\x9d\xeb\xd4\x23\x8a\xe6\xdd\xb6\x6d\x08\x50\x64\x6a\x1a\xd3\x4a\x8b\x9d\x29\xea\xda\xa9\x97\x04\x14\xc3\xd5\x69\xe6\x55\xea\x38\x51\xd5\xb5\x53\xc7\x29\x31\x70\x0c\x57\xa7\x06\x4e\xaa\x70\x28\xb2\xda\xa9\xc2\x01\x0a\x25\x40\x3b\xcd\xbc\x4a\x15\x8e\xcb\x32\x55\x38\xa9\xc2\x61\x81\xc8\xd2\xba\x53\x3b\xc8\xf5\x96\xda\x41\x49\xe6\x15\x3c\xaa\x3b\xcd\xbc\x02\x4a\x31\xa6\x9f\xa6\x56\xa5\x1a\x85\x90\x6c\xaa\x51\x52\xc7\xe9\x7b\xa7\x3a\x4e\x40\x31\x46\x9e\xcd\xe9\x55\xa3\x7c\x6f\x46\x8d\x92\x6a\x14\xd4\x42\xaa\x51\xb2\x7f\xe5\xf2\x3c\x54\xf7\x07\x28\x9c\xbb\xb9\xd3\xe0\x1a\x50\xfe\x3d\xc1\x2c\x5d\xa0\x18\x71\x97\xe4\x75\xa7\x1e\xd1\xf7\x04\x3d\xa2\xc4\x23\x82\xd8\x7c\x4b\xe9\xba\x53\x8d\x02\x17\xd6\x4e\x35\x4a\xaa\x51\xb0\x46\x53\x8d\x92\x6a\x94\x40\xf1\xa4\x1a\x25\xd5\x28\x58\xa3\xb2\xc1\x6e\x78\x5e\x7f\x97\xfd\xcd\x8e\xb2\xd3\xa0\x5a\xb2\x19\x13\x18\xab\xe9\x5e\x0c\x50\x0a\xb4\x3e\x5b\xba\x58\xa1\x04\x56\x68\xaa\x83\x80\xdf\x65\x4c\x4e\xd8\x4f\xf5\x92\xdd\x54\x2f\x25\x1b\x2f\xc5\x9d\x81\x74\xe3\x05\x28\x1c\x9e\xbd\xd3\x8d\x97\x54\xe1\xc0\xb0\xbb\x53\x85\x03\x14\x8e\x0e\xdb\x69\x7a\x41\xca\x44\x92\x18\x16\x99\x5f\x9b\x43\x60\x5a\x55\x11\xa9\x18\x4e\x3f\x3c\xc5\x30\x50\x12\x63\x35\xf5\xf9\x52\x67\x2e\x71\x65\x53\x67\x0e\x28\x90\x4b\x6f\x29\x6f\x77\x2a\x86\x93\x28\x63\x2a\x86\x81\xc2\x81\x78\x3b\x0d\xc7\xa5\x62\x98\xc2\xab\x9d\x8a\x61\xa0\x70\x02\xce\x4e\xc5\x70\xea\xcc\xa5\x9f\xb6\xce\x5c\x52\x7f\x0c\x4b\xf0\xce\xcb\x79\xbb\x4e\x2f\xe3\x6e\x97\xeb\x0c\x07\xef\x7b\x31\xfa\x77\x29\xf1\x47\xfa\xf9\xe8\xe0\x01\xff\x5e\x8c\x1b\x2f\xa9\xcf\x47\xf1\xd5\x4e\x7d\x3e\xe0\xdf\x8b\x71\xcb\x24\x8d\xbd\xa5\x0b\xde\xd8\x1b\x50\x12\x2b\x25\x8d\xbd\xa5\xf6\xb6\x11\xf7\xd4\xde\x06\x4a\x16\x9b\xec\xc7\xed\xcb\x72\x71\xb9\x2d\x01\x14\x8e\x2a\xda\x69\xec\x0d\x28\x65\x3a\xe5\x26\x68\x01\x85\x43\x48\x77\x1a\x8e\x03\x7e\x97\xd9\x66\x47\xd8\x69\xe7\x40\x81\x2d\x35\xf0\xce\x47\xee\x02\xa7\xdc\x6d\x89\x24\x8f\xeb\x5b\x5b\xe6\x71\xa5\xea\x6b\x3a\x2c\xd5\x17\x50\x20\x4f\xdc\xb2\x0a\xef\x54\x7d\x19\x98\x4f\xd5\x17\xf0\x6f\x09\xaa\xbe\x52\x5f\x60\xfa\x04\x7d\x81\x7c\x7d\x28\xd3\x6b\x1e\x17\x50\xca\x3c\xbd\x9b\x12\x1c\x95\xc6\x09\x2b\x5b\xfa\x61\xe1\x77\x19\x23\x75\x7f\x04\x28\xf9\xfd\xd3\x79\xd3\xb3\x98\x58\xa8\x53\x95\x06\x01\xf1\xaf\xad\xd3\xd6\x6c\xe3\xcd\x70\xb7\xa9\x67\x31\xd5\x38\x14\xa5\x6d\xa9\x82\x85\x92\xde\x4d\x27\x78\x16\x9f\x80\xe9\x22\x57\xb0\x50\x38\x5a\x6e\x4f\xf7\x42\x66\x75\x2e\x31\x36\xa6\x66\xfc\xac\xf6\xd7\xa6\xc7\x26\xef\x86\x08\x9f\x8a\x6b\xa0\x40\xb6\xb8\xa7\xe2\x7a\x2a\xae\xa1\x40\xdc\x53\x71\x0d\x14\xce\x9c\xd9\xb2\x11\xef\xa9\x65\xcf\x69\x22\x5b\xa2\x61\xa1\xa4\xa3\xd2\xb2\x9f\xcd\xc5\x35\xbd\xdb\x6b\x1b\x8b\x0b\xb3\x78\x1a\xfa\x9a\x1f\x0d\x05\x92\x4b\x42\x62\xa1\xb8\x57\x29\x21\xf1\x86\x6a\xf8\x77\x19\x0f\x75\xcb\x64\x52\x54\x01\xcb\xe2\x9e\x16\x55\x4c\x84\xff\xc9\x59\xec\x7b\x2a\xfc\x81\x02\xa1\xf2\x9e\xee\xe5\x4f\x84\xff\x49\x15\xd8\x9e\x0a\x7f\xa0\xb8\x67\x39\x15\xfe\x13\x3f\xe1\xa4\x0a\x6c\x4f\xfd\x84\x39\x7c\x28\xdd\x75\xf7\x1d\x28\xe7\x51\xfc\xeb\xb6\x8d\xc5\x55\xfd\xa7\xfd\xb0\x7a\xf8\x28\xfe\xd5\x8e\xa0\x04\xa8\x8a\xdd\x53\x25\x30\x43\xfe\x0b\x56\xf9\xd4\x77\x98\xf8\x09\x6e\x6d\x4e\xfd\x84\x19\xf6\xcd\x55\xa3\x74\x07\x8a\x7b\x96\x53\xe9\x3e\xc3\x09\x71\x39\x28\xdd\x81\xe2\x9e\xe5\x54\xba\xcf\xfc\x48\x37\xe8\xaf\x7e\xc2\x4c\x1f\xca\xbc\xb9\xad\x0e\x94\xf3\x70\x92\x60\xad\x12\x8a\x7b\x96\xd3\x1d\x1e\xe0\x77\x99\x6d\x76\x84\x94\x5c\x0e\xc6\xd8\xd3\x8c\xdc\x69\xc5\x31\x24\xd6\x7b\xe6\xd7\x91\x87\xcb\x98\x10\x3d\x8c\xb9\x1c\x82\x93\x64\x30\x10\xd2\xe7\x92\xd8\x46\x92\x3e\xef\xb9\x7c\xa7\x84\x16\xa7\x2a\x65\xaa\x52\xb0\x8d\x24\x82\xde\xb0\x3e\x97\xf3\xc0\x26\x91\xf6\x59\x28\xd9\xff\x3e\x91\x72\x4f\x35\xce\xdc\xf6\x29\xbc\xb3\x7d\xda\xf6\x89\xb9\x31\x7c\x38\xad\x96\x3e\xd2\x87\x39\x1c\xb4\x10\x54\xf5\x7b\xaa\x84\xa6\xe5\xd2\x86\xfc\x25\x99\x16\x0a\x15\xc7\x7b\xaa\x98\xe6\xe5\x2b\xf7\x33\xd6\x67\x98\xf8\x07\xea\xd1\xa9\x7f\x30\x2f\xfb\x96\xfe\xd5\xbe\xa9\x71\x86\x0f\x70\xa6\xad\xab\x86\x06\x76\x4f\x23\x8f\x10\x54\x17\x48\x4a\xf7\x34\x8f\x6b\xde\x3e\x14\xa3\x68\x1a\x65\x84\xa1\xba\x70\x7e\xfb\x9e\xee\x97\x03\xbf\xcb\x78\xe5\xee\x97\x03\x9f\x56\x9e\x6e\x00\x4d\x4b\xab\xad\x77\x93\xdc\x7a\x4f\xb4\x50\xfa\x42\x54\x42\x53\xc6\x0c\xc8\xc6\xf7\x54\xe3\x4c\x35\x0e\xca\x7b\xaa\x71\x80\x72\x16\x2c\x8b\xe9\xa6\xd0\x64\x07\x28\x7d\x31\x6e\x00\x4d\x14\xd3\x09\x6d\xe0\x9e\x2a\x26\xa0\x70\x50\xc6\x9e\xee\x97\x4f\x4b\xb5\x8b\xb2\x43\xc5\x34\x55\x4c\x24\x41\xc9\xb2\xbd\x27\x0e\xd3\x09\xbd\xe0\x9e\x3a\x4c\xf3\xf5\xa1\x74\xd7\x3c\x2e\xa0\x9c\xb0\xfd\xed\x69\x1e\xd7\x44\x0b\x69\x31\x4c\x95\xd0\x94\x83\xa3\xa0\xbf\x96\xaa\x04\x3a\xee\x42\x21\xf6\x5e\x7a\x47\xeb\x70\x08\xc4\x18\xa4\xe8\x16\x4a\x62\xe7\x2e\xb3\xb1\x96\x34\x19\x6e\x8f\x2c\xc3\xae\xc0\x67\x58\x2c\xf7\x89\xa0\xda\x2e\xa7\x1b\x1a\xcb\xb8\xd1\xc2\xca\x4f\x16\xcd\xd2\xca\x5f\xd5\x09\xc1\x63\x5a\x6a\x17\xe0\xb3\x3f\x96\x29\xb6\xab\x3a\x04\xa6\x5c\xe6\x6e\xa1\xc0\xb6\xbd\x97\xda\x65\x49\x82\xc1\xc1\x75\x7b\xb9\xb3\x02\x14\x18\x92\xb7\x04\xdf\x7b\x35\xfb\xc6\x94\x2f\xc3\x4b\x8b\xa2\x40\xad\x99\x65\x4d\xe0\x92\xe0\x02\x2e\xab\xbd\xdc\x6c\x01\x0a\x47\xc8\xef\xa5\x5e\x02\x7e\x97\xf9\x57\xfb\x8b\x62\xe2\xb4\xe1\xbd\xd4\x4b\xab\xbb\x90\x9c\x72\x5d\x0b\x08\xc3\x0b\xf5\xea\x7b\x19\x85\x82\x30\xfc\x77\x99\x6d\xf6\x8d\x7d\x7b\x4d\xa8\xe5\xbe\xfd\x52\x09\x15\x27\x49\x25\x04\x7c\x26\xd4\x52\x09\x2d\x89\x8e\x8a\xc3\xd2\xb5\x80\x33\xfc\x33\xa1\x96\x1b\xf2\x40\x39\x2d\xd9\x5b\x66\x8a\xc1\x23\x5e\x26\xea\x4b\x1e\xf1\xbd\xf0\x13\xce\xd3\x8e\xe8\x28\xfc\x3f\x63\xef\x93\xbb\x3b\x8c\x9b\x6b\xce\xb3\x8a\xda\x41\x7f\xa2\xfe\xd9\x40\x21\x93\x1e\x77\xef\xc1\xa6\x6c\x20\x83\x24\x85\xea\x64\xff\x0d\x3d\x8f\xeb\x5e\xdc\x4c\x4e\x0d\x0e\xde\x03\x43\xdf\x4f\x94\x2c\x93\x14\x45\xbd\xbc\xd8\x14\x9c\x98\xaf\xcb\x4d\xc1\xa5\x75\x09\x5c\xd4\x4b\xeb\x02\x14\x33\x25\x2e\x03\x53\x97\xd6\x25\x70\xd2\x2e\xad\x0b\xf0\x39\x64\x97\xd6\xe5\x92\xc7\xc8\x2b\x7b\x97\xd9\x58\x17\x66\xe3\xfc\x1e\x39\x04\xcd\x06\x8c\x41\xf7\xa5\xd9\x00\xca\x89\xcd\xbc\x34\x1b\x17\x51\xa8\xf0\x20\xe8\x32\x0a\x05\x94\x13\x9b\x79\x69\x22\xae\x4b\xd9\x70\x5d\xa4\x4c\xbf\x2f\x22\x3d\x67\xf1\x91\x13\x42\xa4\x27\x60\x4a\xb9\x2f\x23\x3d\xd7\xe5\x5f\x63\x54\xd7\xf7\xd7\x9c\x37\xd4\xf6\xa5\xd9\x00\x3e\x67\xf1\xd2\x6c\x00\xbb\x19\x73\x69\xf0\x1b\xf8\x9c\xc5\xcb\x93\xa6\xeb\x23\x3d\x42\x1f\xcb\xdd\x7e\x5f\x1c\xef\xeb\x2c\x5e\x1e\xef\x03\x25\xbc\x7a\x76\x79\xfa\x04\x7c\xfe\xe3\xa5\x45\x01\x76\x33\x9f\x29\x2f\x56\x86\x32\x67\xf7\xa5\x95\xb9\xd2\x77\xca\x2e\xe9\x72\x77\x02\x94\xd3\x39\x72\x73\x72\x69\x3e\x3c\xe1\xb9\x34\x1f\x40\xa1\x10\xcc\x7d\x19\x71\xba\xd6\xd7\x8c\x4e\x55\xf8\xd7\x72\x08\x8c\x4a\x85\x7f\xbd\xbe\x2c\x17\xb9\xee\x33\x50\x20\x49\xb8\x2f\xbd\xe7\xeb\xe3\x18\xc2\x6b\xbd\xd5\x6f\x40\x39\xf1\xdb\x6e\xe8\xf1\xee\xfb\x27\xdd\x12\xf2\xde\x7a\xcf\x40\x39\xd9\x49\xde\x7a\xcf\xf7\x4f\x5e\x23\x1c\xc8\xdb\x50\x0f\x50\xce\x7f\xa2\x9c\xf4\x7d\xc3\x44\x21\xec\xbf\x72\xf0\xec\xf5\xd9\xcb\x5f\xd9\x83\xbe\x8d\x17\x01\xbb\xd9\xc9\x33\xe5\xe4\xf4\xeb\xc4\xb1\xb9\x3d\xfd\xba\xf1\xe8\x83\x6b\xf0\xf7\xad\x47\x0f\x14\xea\x6c\xdf\xb7\x1e\xfd\x4d\xbc\x28\xbc\xca\x75\x1b\x30\x02\xca\xa9\x1c\xc6\x8b\xee\xe2\x7c\xe1\x00\xdd\x3a\xfe\x40\x39\x95\x43\xc7\xff\x26\x10\x14\xde\xfe\xbe\x8d\x04\x01\xe5\x54\x0e\x4f\x23\x80\x12\x5e\x9d\xbe\x3d\x69\x07\x0a\x15\x84\xef\xdb\x78\xd1\x5d\x9d\x7d\xdc\x83\xdb\xe0\xd0\x4d\x24\x88\x5a\x15\xf7\x6d\x20\xe8\xd6\x6c\x78\xef\xf8\xd6\x6c\x00\x05\x16\xf0\xfb\xf6\x54\xfd\x96\x13\xa9\x62\xd0\x6f\x8f\x1b\xee\xbd\x11\x29\xe6\x45\xdd\xd5\x19\x97\xee\xc8\x7b\xc7\x92\xfb\xdf\x30\xf9\x17\x78\x2a\xee\xdb\x53\xf5\x5b\xbe\x23\xaf\x99\xdd\x4d\x41\xb0\x11\xa7\x83\xd7\x44\x00\xbb\x19\x73\xe9\x11\x04\x50\x4e\xbc\xbf\x5b\xb3\x71\x6b\x0f\xbc\x8d\x76\x6b\x0f\x80\x72\xa2\x27\x6e\xcf\xe8\x6f\x89\x91\xbc\x8d\x66\x49\x81\xfb\x66\xa3\xe2\x56\xeb\x76\x9f\x72\x77\x87\x80\x75\xb1\xcc\x80\x50\x4e\xdc\xbb\xdb\x33\xfa\x5b\xb3\xe1\x39\xdf\xad\xd9\xb8\x35\x1b\xa8\x93\x5b\xb3\x71\x0f\xd7\x1b\x51\xaa\xdb\x1d\x08\x50\xcc\xd9\xba\x3d\xa3\x07\x4a\x78\x7f\xec\x36\xdd\x0b\x28\xe6\x6c\xdd\x5a\x92\x7b\xb8\xde\xb0\x5f\xb7\x3b\x10\xa0\x9c\xbe\x66\x37\x20\x37\x6a\x38\xbc\x66\x7b\xab\x87\x81\x72\xe2\x05\xde\x7a\xef\xb7\xaa\xd9\x1b\x91\xb7\xaa\xf9\x56\x35\x0f\x1f\x7d\x7f\xed\xb5\x19\x7f\xcd\x7c\x5a\xa0\x50\x6a\xff\xb6\x7c\xc2\x7d\x73\x54\x19\x1e\x55\xde\x1e\x55\x02\x85\x92\x1d\xf7\xed\x51\xe5\xad\xa2\xf7\x86\xda\xad\xa2\x07\x8a\x69\x67\xb7\xb1\xa4\xdb\xfd\x41\x73\x58\xee\x0f\x6e\x15\x3d\x1e\xea\xad\xa2\xbf\x75\xfc\x9b\x82\xe8\xf8\x03\x05\x82\xec\xfb\xd6\xb3\xbf\xc9\xe3\x8a\x86\xd3\x73\x9b\xc7\x05\x94\xd3\x75\xaf\x52\xbf\x6f\x47\x8a\xd3\x73\xeb\xc6\x03\xe5\x74\xdd\xeb\xc5\xdf\xaa\x66\xaf\x24\xdd\xaa\xe6\x5b\xd5\x6c\x07\xaa\xe6\x5b\xd5\xec\x25\xa2\x5b\xd5\x7c\xab\x9a\xfd\x3c\x54\xcd\x77\xda\x29\xbe\xdc\x6d\x90\x08\x28\xa7\x72\x18\x24\xba\xf1\xe2\xa3\xb1\xf3\xbe\x75\xe3\x81\x72\x4e\x1f\x29\xc7\x6b\xa7\x38\x42\xb7\xa1\x93\x9b\xd0\xc9\x89\xee\xbf\x0d\x9d\xdc\x2a\xfa\xae\xba\x56\xd1\xdf\x2a\x7a\xbf\x49\x15\xfd\xfd\xca\x25\xc6\x36\xfb\x36\xf2\x0f\x94\x93\x6f\x52\x66\x71\xa1\x9c\x7c\x7f\xa9\xee\x97\x6c\x3c\xbc\xa4\x20\xdb\xb8\x50\x4e\x3c\x65\x98\xc7\x37\x4c\x9b\x4d\x9e\x1d\x3e\x43\x5c\x66\x37\x3d\x20\x90\x6e\x3c\xbc\x56\x20\xdf\xf8\x9d\x9a\x08\x3e\xd3\xd4\x06\xa4\x36\x80\x52\xad\x77\x6a\x03\x52\x1b\xc0\x67\x2a\x2d\xb9\xb0\x9b\x35\x9e\x29\xaf\x36\x80\x97\x60\x45\x8d\x3b\x8b\xd4\x6d\xa8\xc1\x34\x03\x22\xb5\x01\xf8\x8a\xd2\x97\xdf\x59\x3e\xd9\xfc\xa9\xb2\xa1\xf0\xa9\x8d\x72\xcb\x5f\x7e\x43\x56\xbe\x9b\x31\x49\x1e\x10\xc0\x50\x5e\x60\xb7\xb9\xd3\x03\x02\xa0\x44\xef\xfe\x74\xfa\x6c\xfe\xeb\x5f\xe2\x87\xaf\x98\x9e\x19\xa4\xa6\xc2\xdb\x07\xa9\xa9\x00\xe2\x87\xaf\x98\x9a\x0a\xf8\xce\x77\x33\x86\xe0\xa1\x01\x10\x3f\x9c\x56\xc9\xcf\x6f\x08\xcf\x77\x33\x04\x31\x4f\x0b\xf6\xf3\x2f\xe6\x22\xfb\xf9\x9d\x5a\x14\xef\x0b\xa4\x16\x05\xf8\x62\x2e\x69\xda\x45\x6a\x51\xfa\xf8\x73\xd5\xcb\x5b\x12\x75\x21\x7e\xe8\xab\xd4\xe0\xa4\x1b\x10\x0f\xd3\xe5\x47\xbf\xe1\x44\x8f\x1f\x6e\x6e\xba\xd9\x00\x4a\x98\x8b\x9f\xee\x36\x72\x1b\x9c\xf8\xe1\xe6\xa6\x06\x27\xb5\x24\x9d\x2f\xca\xfa\x25\x42\x98\x77\x9a\x5a\x12\xa9\xd5\xc3\x24\x7b\xb9\xd5\x6f\x88\xd4\x83\x02\xba\xb7\x44\xea\x77\x36\x65\xf3\x1b\x30\xe4\x05\x7c\xe1\xa2\xd4\x92\xc8\x78\x1e\xdd\x05\xef\xfe\x00\xf8\xc2\x45\xe9\xa1\x45\x1a\xa6\x31\x7f\x3b\x0d\xd3\xe4\xc1\x10\x70\x7d\x53\x7f\x3b\x55\xea\xe6\x32\xa6\x4a\x1d\x88\x1f\xae\xaf\xe4\xe2\x77\x12\x92\x09\x4f\x7d\xd3\x98\x0c\x84\xe3\xf1\x0b\x7f\xa9\x1c\xc7\xc7\xc6\xc7\x02\x3a\x3e\x41\x1e\x9a\xf9\x4b\xbf\x1e\x2e\x49\x84\x09\x89\x52\x8e\xdf\xd0\x8c\x7f\x31\xaa\xf4\x20\x18\x28\xe1\xe1\x70\x9e\xae\xda\x93\x55\x1b\xfe\x52\x71\xb9\x38\x1d\x03\x37\x25\xbd\x39\x9d\xe7\x45\x33\x26\xc4\x2b\x81\xd0\x91\xef\x66\x08\xe2\xe1\x30\xdc\xe4\x5f\x28\x4b\x6e\xf2\x3b\x35\x38\xde\x80\x4b\x0d\x0e\x10\x3f\xe7\x48\x83\x93\xd7\x27\x1b\x93\xe4\xfd\x3f\xa8\xcc\xe3\x87\x4f\x9b\x1a\x9c\x74\xcb\x40\x85\xd3\x3b\xdd\x32\x40\x49\x1e\xa6\xf5\xa6\xdb\x03\x60\x37\x43\x10\xf7\x07\x79\x33\x21\xce\x91\x67\xc8\x69\x28\xc9\xac\xbe\xd4\xf1\x87\xa0\x3c\x7e\xd5\x5f\x3a\xe3\x1a\x1c\xf3\xf0\x52\x83\x03\x84\xd9\xbf\x92\x96\xdf\xa9\xc1\x31\x0f\x4f\x8a\x72\x21\x7e\x4e\xa5\x06\x47\xa6\xf1\x80\x5a\xf4\x96\x6a\x5c\x88\x9f\x53\x69\x3c\x08\xd8\xcd\x10\xc4\x4c\xb4\x5c\x8c\x54\xc5\x69\x26\x1a\x24\xe5\xbb\x19\x43\xf0\x08\x02\x08\x73\x89\x65\x29\xbf\xa5\x24\x0f\xaa\x21\xde\x72\x92\x0b\xf1\xf3\xc5\x98\xb0\x96\xcb\x09\xc1\x18\xa6\x71\x23\x20\x28\x6b\x79\xa7\x61\x23\x69\xbd\xc3\x24\x36\x79\xbd\x6f\x48\xbc\xe3\xe7\xfb\x33\xe6\x92\x5a\xb9\xc9\xee\x36\xb5\x72\x40\xc0\x8c\x75\xa7\xc9\x42\xa9\x95\x33\xe5\x47\xb2\x6f\x21\xcc\x73\xce\xf7\xeb\xf4\xb5\xd9\x96\x4d\xb6\xef\x7b\xb9\x77\x31\xe5\x46\x6e\xef\x1b\x22\xef\x80\x2d\xeb\x96\xc8\x5b\x28\x61\x92\x8c\x4c\xde\x42\x50\xfe\xef\x5e\x9a\x34\x60\x37\x0b\x9e\x9d\x3e\x43\xfd\x74\x3b\xb8\x7c\xa4\x20\x7c\x5a\x72\x79\x0b\xf1\x63\xbd\xc9\xe5\x7d\x2f\x0d\x13\x35\xce\xee\xa5\x61\x02\x02\x8a\xae\x7b\x19\x23\x5a\x5a\x1c\x33\x4c\x96\x16\x07\x08\xca\xfa\xdf\x2b\xbe\x66\x4e\x12\x6f\x4b\xbe\x6d\x21\xa8\x57\x72\x2f\xcd\xc6\x52\x1f\x4f\x47\xaf\x3e\x06\xe2\x87\x4f\xb9\x0c\x08\xc9\x75\x1d\x1e\xfb\x4a\x76\x7d\x2f\x15\xed\xf0\x91\x23\x55\xd1\x7a\x4c\xbd\x54\xb4\x40\x98\x0c\xbe\xf4\xe2\x97\x8a\xd6\x63\x6a\x29\xae\x85\x80\x65\xec\x96\xe2\xfa\x5e\xfa\xe2\x1e\x22\xcb\x5e\x7d\xc3\x58\x1d\xe6\x8c\x2f\xcf\x11\x3e\x12\x6a\xcf\x78\x65\xa1\x16\xe2\x87\x17\xb8\x3c\xf6\x5d\x1e\x10\x78\x18\xb9\x3c\x20\x00\xbe\xf8\xf2\x32\x91\xe8\x23\x85\xf6\x2a\x97\xac\xd0\x37\x4c\xd0\xf1\xc3\x0b\x5c\xde\x6d\x5b\x6a\x77\x0f\x5b\x96\xda\x1d\xf8\xe2\xcc\xcb\x64\x9d\x65\x34\xc5\x53\x94\x65\x34\x05\x7a\xe8\x30\x03\x7d\xa9\xc9\x97\xbe\xb8\xc7\x23\xb2\x40\xdf\x30\x3f\xc7\x8f\xcf\x79\x79\x83\x1b\xd8\xcd\x18\xbd\x09\x3c\xc0\x17\xb5\x5e\x6a\x72\x60\x37\xf3\xa7\x0a\xa2\x76\x3f\xca\x9f\x8d\xf7\x52\xf9\x2f\xb5\xba\xe7\x1d\x4b\xad\xbe\xd4\xea\xbe\x37\xb5\x3a\x50\xc2\x83\x0c\xa9\xa9\x85\xf8\xa1\x14\x96\x99\x41\x4b\xad\xee\x41\x86\xdc\xd4\x42\xfc\x7c\xbd\x6a\xf5\xa5\xba\x86\x08\xf4\x5e\xaa\x6b\x20\x28\x70\x73\x2f\x23\x3c\x1f\x5f\xb5\x31\x72\x09\xab\x85\xf8\xa1\x62\x96\x87\xc8\x1f\x31\x34\xe5\x9a\x6f\x99\xa1\xef\xa5\xae\x3b\x7c\xe4\x48\xd5\x75\x06\x23\x97\xba\x6e\xa9\xeb\x88\x98\xac\xf5\xfd\x35\x47\xca\x66\x4e\x52\x69\xe1\x0b\xb8\x4b\x2a\x7d\xaf\x8f\x6b\x14\xbf\x6e\x19\xae\x06\xe2\xe7\x0a\xf5\x68\x75\x71\x66\x1a\xc6\xde\x96\x67\xa6\x40\x50\x58\xe7\x5e\x9e\x99\x2e\x35\xe7\xc9\x01\xe9\x52\x73\x02\xf1\x63\xcb\xb0\x4c\xf9\x59\x6a\x4e\xc3\x60\xd2\x4f\x0b\x21\xab\x9d\xe5\xbc\xee\x8f\x45\xfa\x24\xc2\x23\x8d\xb4\xf0\x1d\x06\x3c\x7a\xf9\xb0\x49\x97\x30\x38\xf4\xe8\xd2\x03\xdf\x61\xc0\xa3\xe2\x04\x76\xb3\xca\xb3\xee\x33\xa6\x17\xdf\xf7\x51\x99\x7e\xdc\xd2\x67\xb5\xd3\xf4\x19\xf6\x8b\x6c\x04\x99\xa4\xef\x47\x2d\x69\x4c\xe4\x51\x4b\x02\xdf\x61\xc0\xa3\x96\x7c\xd4\x92\x06\x3b\x64\x9c\x16\xa2\xfc\x7c\xa4\x1c\x86\x70\x0c\x76\x3c\x86\x70\x9e\xb2\x68\x86\xb8\xe6\xf7\x00\x25\x0c\x4f\x3c\xe5\xf5\xd9\x4b\x33\x7e\xa9\x97\xff\xd1\x3d\x1b\x9e\x90\xef\xf9\x86\xe3\xf9\x3b\x5a\x78\x74\x47\x1f\xb5\x24\x65\x5d\xef\x47\x2d\x09\x04\x45\x89\xee\x47\x0f\xf5\x51\x4b\x9e\xac\x1a\xe9\x9d\x85\x28\x3f\x7f\xb9\x7c\x24\xd1\x2c\xef\xf9\xd1\x45\x05\xc2\xeb\x1e\xb2\x40\xdf\x8f\x81\x0d\x28\x37\x6f\x09\x9e\x6f\xd8\x9c\xa3\x60\x20\x65\x73\x16\x4a\x75\xbb\x21\x9d\xb3\xf0\x1d\x7b\x3c\xea\x57\x60\x37\xf3\xa7\xca\xdb\x6f\x9a\x21\x87\x21\x72\x68\x9d\x77\x33\xe6\xcd\x43\x59\x38\x9e\x43\x0a\x42\x39\x9e\xef\x07\xd5\x5c\xdd\x01\x3c\xaa\x66\xe0\x3b\x1d\x91\xf7\xf9\x86\xe4\x79\x37\x63\x92\x54\xcd\x40\x78\xc7\xe4\x51\x35\x4b\xfc\x5c\x7f\x0e\xcb\x50\x3a\x10\x94\x1f\xba\x1f\x8f\x73\xa1\x79\xde\xcd\x90\xcd\xe8\x3a\xe4\xcd\x41\xfd\xa1\xfb\x31\xba\x0e\xec\x66\xc8\x6b\x2a\x28\x25\xea\xa2\xf8\x79\x78\x76\x0b\x93\xf3\x6e\x86\x6c\xd3\x1e\x26\x0b\x29\xfc\xa5\x2f\x66\xda\x29\x36\xfe\xd1\x6c\x00\xe1\x8d\x95\xc7\x1c\x4f\x18\x9f\x77\x33\x5e\x96\x66\x03\x88\xe2\xc7\xa6\xd9\x80\xf2\x79\x37\xa3\x53\x43\x38\xf0\x3c\x47\xc1\x44\x3c\x7a\xf6\x40\xa9\xba\xa8\x8f\xae\xfd\x83\xd9\x28\x7e\x6c\x9a\x0d\xca\xe0\xed\x66\xbc\x05\x7d\xf6\x67\x2b\xf4\xef\x54\xe9\x31\xc7\xf3\xb9\x6c\xe6\x97\x65\x08\x07\x08\xea\x10\xdd\x8f\x1e\x35\x24\xce\xa5\xea\x08\x3d\x06\x36\x60\x74\x8e\xe2\xa7\xab\x9f\xf9\x2c\x47\xea\xb2\x54\xf7\x02\x51\xec\x40\xd7\xf3\x59\x2e\x4b\xf5\x8a\x37\x81\x21\x80\x0e\x2f\xdd\x3c\xea\xde\x67\xd9\xa9\x0a\xc3\x54\x17\x20\xbc\x74\xf3\x78\xee\xf8\x70\xc8\x58\xbf\x8f\xd2\x43\xc6\xe7\xe1\x9d\x36\x1f\xf9\x4e\x39\x3d\xac\xdf\x47\xe9\xe9\x21\x10\xd4\x2c\xba\x65\x7a\xbe\x21\x59\x2e\xd5\x85\x2f\xcb\xb2\x50\x6a\x41\xe7\xbd\xaa\x4b\x20\x0a\x36\xeb\x35\x26\x02\x01\xf3\x6e\xe6\x4f\x0f\x9f\x31\xe5\xec\x44\x5e\x3d\xc3\xb7\xd8\x8c\x89\x7b\x8d\x47\xbf\xc5\x66\x74\x50\xbe\x66\x97\x5c\xc2\xff\x44\xdc\xfc\x35\x54\xf1\xaa\xeb\x88\x10\xbc\xea\xba\x7f\xb0\x1b\xfb\x4c\x57\x0f\x4a\xe3\x90\x73\xf3\x75\xeb\xfd\x0f\x7a\x63\x94\x98\xfc\xc6\x42\x50\xc6\xe8\x7e\xcd\x2c\x81\xf2\xb8\xd4\x82\x12\x93\xf3\x58\x08\xea\x18\xdd\xaf\xba\x0e\xce\xe3\xdd\x8c\x89\xd0\xd5\x83\xe8\x38\x28\x64\x74\x5b\x95\xef\x7e\xbb\x4c\xc2\xa8\x9d\xd7\x50\xec\xab\x12\x1b\xfe\x92\x17\xf7\xb2\x6f\xad\x54\x5b\xbd\x5f\xbd\x1d\x20\xa4\xe6\x94\x24\xf8\x7e\x65\x7b\xf4\x90\xe5\xd5\x8b\x00\xa2\x7c\x8f\x7c\x6f\x69\xa7\xd8\xdb\xd7\xcd\x16\x10\x94\x3c\xba\x5f\xb3\xc2\xfe\x41\xc4\x5b\x6c\x96\x3e\x63\x7a\x71\x2c\x5e\xf7\x5f\xaf\xdf\x45\x45\xb1\xbd\x7e\x17\x40\x14\xfc\xcb\xd7\x80\x9f\xe4\xbc\xb5\xa2\xb1\x24\xe7\x15\xbe\xb3\x5b\xc9\x79\x6f\xc9\x79\xab\x67\x31\x92\xf3\x0a\x41\x71\xa4\x5b\x72\xde\xfb\x5d\xb2\xff\x56\x7f\xfa\xfa\x0c\xfb\x85\x1b\xfa\xfa\xa9\x00\xbb\x99\xcf\x14\xe4\xe1\x2d\xe0\x86\xbe\x9e\xd1\xcb\x97\x5b\xe1\xcd\x4b\xf9\x72\xf3\x57\x15\x64\xf0\x8c\x83\x65\x21\xa8\xac\x94\x3f\x0e\x96\xf3\x27\x91\x35\x44\x83\xf9\xc3\x7f\x17\x3c\x44\x4e\x68\x5b\x37\x4c\x19\x81\x6d\x76\xf8\x8c\x55\x33\x27\x8f\x4e\x1f\xd1\x29\xcc\x6e\x09\xf9\xea\x07\x41\x09\xa6\x94\x82\x35\x7f\x5a\x21\x2a\x81\xe5\x6f\x28\xef\x70\xca\x4f\x1e\x29\x87\xe6\x05\x2e\xb6\xfc\x0d\x3b\x1d\x7c\x65\x07\x1d\x60\x4a\xf2\x63\x43\x85\xc8\x2c\xa5\x43\xcd\x9f\xda\x74\x3b\xbc\x29\xf5\x69\xfe\x5c\x83\xf0\x13\xe5\x8f\x35\x28\x78\x24\x9d\x3f\xd6\x60\xca\x90\x5a\xfb\xcf\xbf\x66\xa7\x27\x23\x3d\x98\xb7\xd3\x91\x12\x14\xa9\x30\x0a\xe5\xef\xb2\xd3\xcb\x4e\x7d\x64\xa7\xb2\xa1\x72\xdb\x26\xa5\x43\x15\x3c\xe0\xce\xdf\xa5\x1c\x97\x04\xc2\x05\x41\x2e\x05\xb9\x58\xd1\x07\x13\x72\x0d\x1f\xdd\x36\x43\x90\xcb\xe9\xbd\x58\xd1\x27\x13\x42\x96\x8e\x50\x2a\x04\x3a\x09\x83\xea\x5f\xf3\xe7\x67\x74\x32\x21\xb7\xd3\x7b\x2b\x5b\xf8\x4c\xd9\xee\x41\x33\xe4\x20\x30\x9f\x52\x9f\xd6\xee\x0a\xb9\xed\xf4\xb6\x53\x86\x70\xdb\xe9\xfd\x75\x8a\xbc\xb7\x9d\xe6\x9e\x10\x4e\xd5\xf3\x97\x4e\x48\x7e\x54\xc9\x3e\x73\xa4\x7c\xbb\xe1\x8c\xa7\x23\x4d\xdf\x42\xf5\x99\x6f\x21\x4f\x9a\x21\x47\xfa\xea\xfd\xc4\xa1\xe3\xc9\x5f\x2a\xdb\x86\x08\x5f\x4c\xba\xde\xfc\xc4\x09\x6b\xa7\x44\xaa\x82\x67\xf4\x09\xa9\xea\x06\x3b\x6d\xc8\xb6\xec\x74\xd9\x29\x23\x5d\x76\x4a\x1a\x4e\x25\xc2\x9c\x3f\xd2\x70\xf2\xb7\x3f\xeb\x80\xa4\x37\x7f\xcb\x09\x79\x5c\x6f\x8d\x9f\x3e\xbe\x67\x6c\x5a\xb8\x1a\x1e\x47\xfa\xd8\x69\x67\x58\x8f\x9d\x6e\x88\xf0\x35\x3f\xae\x37\x4d\x5f\xf7\x5b\x78\x1c\x29\xa6\x8f\xda\x45\xf9\x7b\x1c\xe9\x6b\xa7\x9d\xb7\xf0\xda\xe9\x6b\xa7\x88\xfb\xda\x29\x89\x33\x15\x3a\x97\xfc\xbd\xbe\xe7\x0d\x01\x97\x6f\xfe\x5e\xe5\x78\x3f\x26\x6a\x7f\xaa\x20\x2f\x13\x12\x8c\xf4\x75\x42\x54\x3f\x7d\x6b\xd5\x94\xe4\x55\x08\x28\x7f\xb3\x60\x6e\xb3\xfc\x94\x6d\x6b\xae\x2c\x6c\x45\x04\x93\x16\xb2\xb0\x13\x49\xe9\x61\x6b\x47\xaf\x48\x0f\x2b\x98\xb4\x90\x50\xc5\x6e\xb0\x53\x34\x81\xbc\xaf\x42\x70\x7b\x35\xe5\x7d\xcd\xf2\x51\x73\x1f\xfc\xb5\x62\x0f\x85\x09\xd9\xbe\x5c\x16\xb2\x75\x12\x0e\xd7\x52\xe1\xf6\xc8\xc2\xb6\x23\x4b\xf8\xd7\xfe\x4c\x6f\x9e\x25\xec\x2c\xfc\xa2\x4e\x3a\x83\xef\x35\x0b\x21\x1e\x88\x83\x13\xee\xd7\x0f\x76\xb3\x93\x67\x0a\xc0\xa1\x02\x95\x89\x52\x0a\xd8\x94\xef\xb5\xc2\x91\x91\xf2\xbd\x26\x1c\xaf\x11\xac\xf7\xc2\x69\x81\xb0\x9b\x31\x6a\xae\xb9\x65\xe1\xb4\x80\xaa\x43\x59\x38\x2d\x48\x29\x60\x2b\xac\x16\x29\x07\xac\x10\xd4\x18\x4a\x39\x5e\x85\xdd\x0c\xd9\xaa\x82\x54\x5e\x79\x63\x08\xa4\x2d\x65\xd1\xba\xc0\x43\x91\x45\xeb\x02\x04\x55\x86\xb2\x68\x5d\xa4\x87\xad\xdc\xee\x4a\xe9\x61\x85\xa0\xcc\x50\x42\x15\xbb\xc1\x4e\x59\xf0\xf2\xbe\x26\x5c\xaf\x41\x9d\xa1\x2c\xcd\x4e\x3f\x8e\x72\x57\x0b\xf9\x48\x59\x38\x0e\xe0\x7e\x6e\x96\xe6\x84\xb0\xb1\xb2\xb4\x72\xca\xfb\x9a\xf0\xbe\x06\xdc\xc7\x29\xef\x6b\x96\x8f\x55\x1c\x85\x25\xef\xab\x10\xd1\xe9\x40\x93\x26\xef\x6b\x1d\xbe\x40\x4d\x1a\x10\xdc\xf6\x4d\x79\x5f\xb3\xb8\x63\x22\x80\x9f\x65\xd8\xe9\xb0\x53\x1f\xd9\x29\x89\x46\x75\x38\x97\xc3\x29\xc7\xa4\x51\x47\x28\x8b\x26\xad\xb8\x15\x22\xe4\x9e\x65\x3a\x6f\x93\x79\xe3\xcb\x2e\xd3\x79\x9b\x76\x8a\x8a\x29\xd3\x4e\x27\xeb\x6d\x30\xd2\xe9\x7a\x9b\x8e\xb4\xd3\xe9\x74\xa4\x93\x91\x0e\x1f\x39\x52\x39\xca\x87\xf2\x1e\xfe\x94\x83\x0f\x6a\x09\x65\x39\x1c\x82\x7b\x1c\xa8\xd8\x52\x92\xd7\x84\xc4\x35\x28\x26\x94\xe5\x70\x09\x6a\x95\x21\x4f\xcb\xa2\x55\x06\xcc\xa1\x49\x08\x5f\x37\x38\x84\xc9\x4f\xb5\xca\x40\x04\x5a\x47\xde\x57\x61\x37\xf3\xa7\x0a\x72\xb2\x7a\xd5\x3a\xa7\x53\x79\x2a\x9b\xba\xe3\x54\xb6\x93\x15\x32\x98\xb7\xd3\x15\x72\xfa\xc9\x1c\xca\xa6\xbc\x1b\x82\xba\x43\x59\xb4\xe7\xc0\x6e\x86\x6c\x97\xf2\x62\xe3\xc3\x51\x69\xe3\x8b\xc6\x9b\x58\x7a\x16\x8d\x37\x10\xe1\xa8\x34\xde\x92\xcd\xd6\xa1\x26\xba\x7c\x0b\x17\xaf\x5e\x8d\x78\xf9\xea\xb5\xf1\x94\x1a\xcb\xa2\x8d\x07\x22\x1c\xfc\xe5\x7a\xd3\x55\x1e\x2a\xac\x5b\x79\xb1\xf1\xe1\xe0\xb5\xf1\x45\x8e\x72\xee\x61\x67\xb9\xfd\x29\xc6\x9b\x52\x45\x59\x34\xde\x85\x13\x8d\xca\x45\xe1\x2c\xe9\x5b\xe0\x44\x23\x70\xc8\x8a\x86\xba\x68\x95\xa7\x9f\xb3\x56\x19\x88\x50\x0d\xa7\x0b\x49\xab\x3c\xfd\x9c\xb5\xca\x45\xab\x7c\x20\xae\x56\x59\x22\xdc\xca\x75\xb7\x94\x08\x57\x88\xf0\xc5\x2c\x3b\x75\xa7\x39\x55\xd7\xcb\xf7\xbc\xec\x94\xe9\x5d\x76\xea\x4e\x93\xcb\xa5\x29\xeb\xad\x10\x14\x3f\xca\xf2\x38\x21\x5a\xe5\xe9\x77\xaa\x55\x06\x82\xea\x47\x59\x1e\x3b\xd5\x2a\x4f\x35\xa8\x56\xb9\x68\x95\x7d\x7f\x5a\x65\x89\x70\xeb\x54\x83\xbe\x76\xfa\xb2\x42\x70\xef\xca\xeb\x0a\x81\x96\xb0\x4e\xb5\xd4\xab\x5d\xd8\x60\x6a\x57\x16\x0d\xb5\xa4\xb7\x75\xfa\x39\xbf\xce\xdb\xcb\xcb\xf2\x35\xbf\xbe\xac\xf7\x63\xff\xdf\xf2\xca\x70\x2b\x04\x3b\xa2\x0c\xcd\xad\xa4\xb7\x95\xfb\x8a\x29\xe9\xad\x10\xd4\x53\xca\xd0\xdc\x42\x60\x5b\x2a\x17\x11\x13\x1a\xdb\x0d\x76\xda\x79\xf4\xf8\xe8\xb1\x99\x7f\xed\xf5\x19\x9f\x0c\xd6\x2e\xb4\xc0\x61\xc1\x8c\xc9\xd7\x16\x9a\x60\x20\xe0\x71\xcf\xe0\x2c\x3f\x25\xb8\xad\x5c\x5a\x4b\x19\x6e\x13\x36\xdb\x80\xc7\x3d\x65\xb3\xcd\xd0\x2a\x73\x65\x2f\x43\xab\x0c\x44\xc5\x8b\x0f\xf2\xb9\x32\x8a\xb2\x4d\x7b\x50\x36\x8c\x77\xfd\xfd\xf9\xd0\x3b\xe5\xc4\xcd\x08\x65\x62\x25\x87\x26\x38\x38\xc3\xa7\x2c\x52\x46\x28\x53\x58\x2d\x81\x65\x10\xa4\x7b\x09\x41\x5d\xa4\x0c\x0d\x35\xb0\x9b\x21\x53\x28\x27\xc6\x1b\x0a\x87\x0c\x8d\x77\x68\xbc\xb9\x35\x97\x11\x9f\xe8\x2f\xcd\xf8\x65\x75\x5a\x2d\xbc\x34\x59\x2d\x51\x95\x77\xdb\xf5\x80\xe9\x21\xe1\xf3\xfd\x60\x37\x63\x72\xaa\xaf\x9c\x8c\x00\x6a\x23\xa5\xb4\xbe\x19\x9a\x5b\x0e\x5e\x32\x34\xb7\x40\x40\x08\x91\x41\x08\x20\xc3\x10\xc0\xe1\x4f\xbb\x82\xb0\x35\x64\x4b\x9d\xe1\xd6\x30\x34\xb7\x5c\x05\xca\xd0\xdc\x02\x01\x53\x7d\x46\xb7\x53\xcd\x2d\x57\x81\x52\x92\x60\x21\x2a\x0e\xac\x24\xc1\x29\xfb\x6f\xe5\xa2\x4e\xca\xfe\x2b\x04\xc5\x96\x52\xf6\xdf\x0c\xae\x07\x56\xce\x67\x32\x86\x3d\x60\x6e\xab\x72\x68\x6e\x83\x04\xad\xca\xbd\x94\x8c\xe1\x9b\x19\xbc\x05\xfc\xdc\x18\xbe\x05\xcd\x2d\x77\x3f\x32\x34\xb7\x40\xb0\xdd\xcf\xd0\xdc\xca\x25\x5c\x39\x32\x49\xb9\x84\x85\xa0\x2c\x53\x86\xe6\x56\x2e\xe1\x7a\xe0\xba\xc8\x25\x9c\xf0\x07\x47\x75\x54\xd3\x4e\x27\xaf\x1e\xea\xb8\x8c\xe9\xab\x9f\xbc\x7a\x54\x5d\x1c\xca\x61\x81\x11\xee\x57\x64\x1c\x0a\xc2\xb9\x16\xa4\xfb\x19\x87\x6f\xe1\x70\x7a\x31\xde\xf0\x0f\x6f\x60\xf5\xa2\x11\xa5\x1c\x4e\x29\x87\xeb\x81\x7b\x20\xe5\xb0\x10\xd4\x5c\xca\xd0\x2a\x4b\x16\x5c\xb9\x13\x98\x92\x05\x0b\xa6\x85\x66\xb8\x09\x96\x3f\xb8\x72\x11\x20\x25\x10\x16\x82\xc0\x46\x86\x16\x38\xbe\xca\x21\xc4\x1d\xe2\xf4\x5b\xc0\x2a\x53\x10\x20\x43\xab\x2c\x7f\x70\x3d\xfc\xda\xdd\x18\xc3\x19\x1c\xc4\x3f\x32\xb4\xa3\xa1\x1d\x3d\xb0\x11\xa1\x1d\x05\xa2\xe2\x16\x43\x26\xbc\xc1\xb7\x80\x55\x96\x2c\x38\x21\x08\x8e\x5a\xed\xc0\x4e\x6f\x3b\xf5\x73\xbe\xed\xf4\xb6\x53\x16\xd2\x6d\xa7\x64\xac\xd5\x43\x05\xeb\xc6\x18\x30\x27\x35\xe3\x56\x0e\x2b\x87\x1c\x2a\xd8\x5b\x41\x6e\xde\x02\x1e\x5f\xdc\xbe\x05\x83\x44\x87\x0a\x76\x29\x1b\x3b\xc8\xea\xda\x72\x07\x19\x9a\xb4\xd3\x37\xa3\x49\x03\x82\x9a\x06\x19\x9a\x34\xc9\x77\xeb\xe9\x94\x3f\x6a\x02\x4c\x5a\x75\x09\x6a\xd2\xa4\xd0\xad\xa7\x73\xf9\xf8\xb2\x1e\x3b\x65\xf0\x8f\x9d\xc2\xc7\x55\xc9\x84\x4d\x28\x76\x3f\x08\x8a\x2a\xa5\x4c\xbb\x42\xa9\xa7\xa3\x7f\x15\x04\xcb\x47\xe9\x83\x0c\x2d\x9f\xe4\xbb\xf5\x74\xf4\x6e\x3e\x01\xd3\x6a\x53\xf2\x5d\x61\x37\x43\x5e\x37\x9f\xc1\x46\xb3\xba\xee\xdd\x68\x02\xbb\x19\x2f\xf0\x75\x08\x24\x10\xd4\xee\x2f\x5d\x5b\x1a\xc8\x93\x61\x49\xd2\x2b\x04\xd5\x92\xb2\x6a\x20\x65\xdf\xad\x64\xc2\xa6\xec\xbb\x09\xe3\x6e\x54\x6c\x66\x25\xd6\x9b\x55\x03\x79\x7e\x3f\x4d\x9f\x31\x6f\xc3\x5f\x32\x6f\xb2\xef\x56\xd2\x48\x53\xf6\xdd\x84\x7d\x37\x28\x83\x94\xb2\xef\x66\xd5\xf2\x91\xaa\x99\x55\xcb\x07\x44\x1d\x9d\x47\xa7\x8f\xec\x94\x0f\x50\x92\x5e\x21\xea\xf7\x88\x91\x56\x72\x0a\x2a\x59\x93\x59\xc9\x29\xc8\x1a\x76\x8a\xb8\x6e\x2e\xab\xa6\xed\xe4\xcb\xaa\x9a\xb6\xaa\x69\xfb\x7e\xe9\x48\xb9\x87\x58\xc9\x25\xcc\x4a\xb8\x58\x08\xea\x1b\x65\x6d\xfe\x35\xc2\x72\x8d\x24\xb3\x94\x43\x37\xe1\xcb\x35\xcf\x38\xe5\xcb\x4d\xb9\x71\x1b\x57\xca\x52\x72\x5c\x21\x2a\xfe\x2e\x44\xb9\x1b\x28\x56\x40\xe6\x4c\x4a\x84\x2b\x44\x9d\x7f\x66\x69\xc9\xaa\x6a\x96\x3a\xb7\xfd\xf8\x2e\xe4\xce\x15\xa2\x3a\xe8\xe9\x0b\x99\x8a\xce\x3a\x93\x27\x37\xe1\xc6\x35\xf7\x39\xeb\x54\xf4\xa9\xe8\xae\x0c\x35\x78\x55\x83\xe3\x0e\x57\x35\x38\xd4\xb8\xbb\x19\xa3\x3e\x9c\x7d\x0e\x85\x28\x7f\x94\xd5\x3d\x54\x3d\xec\xd4\x45\xa5\x6a\x06\xcc\x7d\xce\x7a\xf8\xca\xad\x9d\x41\x96\x47\x4a\xa7\x2b\x98\xfb\x9c\xd2\xe9\x66\xbd\x9d\x2f\x17\x50\x3a\x5f\xe4\x28\xd5\xc3\x47\x4e\x08\xb1\xac\x56\x30\xc1\xd2\xb2\x26\x14\xac\x41\xcd\xa5\x94\x82\x35\xa5\x5b\x6d\xf0\xa9\xa5\x7c\xab\x42\x50\x73\x29\xa5\x5b\x4d\x28\x56\x4b\xe3\xbc\x23\x21\x5a\xfd\x6b\x56\x35\x11\x0e\x8e\xdc\xaa\xc2\x6e\xc6\xb0\x1e\xdf\xc2\xc3\x5b\xc0\x73\xa9\x2a\x27\xb9\x55\x1b\x07\x45\x29\xb7\x6a\xc2\xa7\x1a\x15\xcf\xa5\x3e\xca\x66\xe1\x09\x68\xd7\xb2\x1a\xdf\xaa\x2a\xac\xd3\x5f\xfa\x16\x5e\xab\xf8\xa0\x76\xaa\x9e\x74\x25\xe4\x45\x95\x90\xac\x6a\x9d\xfa\xda\xa9\x9f\xb1\x2a\x06\x08\x0a\x3d\x65\x35\xbc\x25\x53\x6b\xa3\x4c\x59\xca\xd4\x9a\xed\xe7\x4f\xf9\xf2\x9a\x8a\x02\x30\x41\x3c\x9b\x11\x29\x09\x5d\x1b\x91\xf9\x94\xd0\x55\x30\x41\x3c\x25\x74\xcd\x16\xca\xcb\x12\x69\x7e\xb3\x40\x54\x7c\xdf\x66\x90\x48\x1e\xd5\x66\xf0\x54\x22\x55\x21\xda\xf7\x68\xf9\xe8\xb5\x19\x82\xe8\x2d\x02\xd1\x70\x91\x9b\xce\xa2\x14\xac\xcd\x00\xa5\x14\xac\x42\xb4\x5f\xf0\xc8\x4e\xab\x9d\xe2\xdf\x35\xc3\x3a\xad\x2e\x9a\xf9\x88\x29\x6f\x38\x90\xcd\x20\x60\xd3\x81\x04\x82\x8a\x53\xd9\x74\x20\x25\x48\x6d\x14\xf8\x4e\x19\x52\x13\x36\x54\x53\xe1\x53\x36\xd4\x6c\xea\x13\x4a\x24\x67\x53\x9f\x00\x41\x29\xa9\x6c\xe3\xfb\x6b\xca\xe6\x9b\x51\x9f\x00\x41\xd9\xa8\x94\x34\x35\xdb\xb4\x53\x94\x6e\xd3\x49\x6b\x1c\x0f\x37\x07\x3f\xed\x74\x5a\x5f\x09\xfd\xd7\x0c\x80\x00\xd1\x8a\xbf\xbc\x7c\xe4\xf4\xa2\xd8\xa4\x60\x15\xa2\x39\x47\x3a\x64\xed\xb4\x53\x34\x67\x33\x8a\x01\x04\xd5\xa5\xb2\x19\xc5\x68\xa7\x43\x70\xd5\xe8\x1c\x01\xd1\xf8\x4e\x65\x65\x4d\x29\x4d\x9b\xdb\x0e\x39\x4d\x85\xa0\x08\x55\x4a\x69\x9a\x8d\xc0\x7c\xd3\xd5\x6a\x06\xe6\x81\x68\xb8\xca\xcd\xed\x7e\x7b\xac\x65\x84\x0f\xdc\xdc\xb7\x02\x41\xad\xaa\x6c\x7e\x6d\x72\x6e\xb6\xea\x10\x34\xf2\x10\x6c\x46\xc3\x55\x96\x60\x33\x9b\x5f\x9b\xba\xa6\xf9\xb5\x01\x41\x49\xab\x6c\xaf\x23\xf5\x6b\xe3\x3a\x46\xca\xc3\x29\x44\xc3\x55\x96\x87\x53\xd8\xcd\xec\x41\x41\x36\x44\xc3\x55\x6e\xda\xf8\x46\xde\x7b\x53\x89\xc0\xdd\xf9\x41\x78\x6e\x25\x83\x67\x76\xce\x73\x29\x86\x95\x9d\xf3\xdc\xec\x3f\xe7\xe8\xb4\x59\xfa\x8c\x39\xc2\x2d\xee\xdc\x6f\xca\xee\xa7\xdb\x98\xf1\xee\xa7\x0b\x04\xd5\xae\xb2\xfb\xe9\x4a\x11\xda\x28\x84\x96\x52\x84\x0a\xd1\xf0\xd1\xba\xf1\x65\xf8\x3c\x4b\x73\xbd\x75\x8d\x37\x10\xad\xfa\xc8\x4e\xb1\xca\xcd\x97\xd5\xb5\xca\x1d\xab\x4c\xed\xac\xec\x5a\xe5\xae\x22\xf8\x04\x51\x11\x74\x15\x01\xae\x5c\x8f\xef\xaf\x39\x04\x7b\x50\x11\x74\x15\x01\x6f\xbe\xab\x08\x64\xed\x6c\xdf\x4f\x8d\xef\xc2\xd4\x19\xd4\xce\xca\x6e\x7c\x17\x28\x8d\xd2\x56\xd9\xb9\x5f\x24\x04\x14\x79\xd9\xd5\x0d\xbd\x7e\xb5\xa8\x90\xd7\x98\x6f\x57\x5f\xd4\x3f\xf3\xa3\x66\x57\x9d\x40\xf7\xb9\xff\xca\x5e\x19\xbd\x39\xad\xf8\x1d\xdc\x5e\x49\xb9\x3f\xb3\xab\x75\xa0\xcb\xcb\xae\xd6\x81\x0f\x34\xbe\xfe\x8d\x08\x03\xa5\x79\x06\xd9\x9b\x72\x92\x7e\xe3\xe9\x25\xdc\xa0\x7f\xcd\xde\x2d\x7c\x85\xd9\x80\x08\x74\x03\x9d\xe2\x37\x76\xa3\xc4\xc0\x6e\xc6\xe4\x90\x7e\x93\x9d\x5c\xc6\xaf\x83\xee\x7c\x7d\x95\xc0\x88\xc9\x74\x43\xc2\xf0\x81\x86\x87\x9c\xd2\x81\x0a\xbb\x19\xc3\x72\x77\x0b\x45\x68\x7c\x1d\x0c\x57\xad\x8a\x93\x6a\x4d\xd9\x55\x9c\x40\x50\x70\x2a\xbb\x1b\xde\xae\xe2\xa4\xd0\x53\x76\x15\x67\x57\x71\xe2\x6b\x74\x15\x67\xd7\xc3\xa2\x82\x53\x76\x3d\xac\x3e\xed\x14\x39\x74\x97\x80\xd2\x28\x75\x94\x5d\x7f\xa9\xab\x38\x71\x49\xba\x8a\xb3\xeb\x1b\x71\x29\x27\xbb\xbe\x51\xc7\x37\xe2\xd6\x4f\x76\x7d\xa3\xae\xe2\xa4\xea\x50\x76\x15\x67\x57\x71\x62\x46\xbb\x8a\xb3\xeb\x42\x71\x77\x27\xbb\x2e\x14\x10\x94\x88\xca\xae\x0b\xd5\x0f\xdf\x02\x5a\xa7\x1f\xbe\x85\x0d\x41\x89\xa8\xec\x7a\x55\xfd\x2b\x3f\x76\xd8\x83\xb2\x1d\xca\xa6\x1c\xca\x46\xfa\x4d\xa3\x64\x4f\x76\xc3\xd5\x80\x37\x92\xb2\xbb\x2f\x06\x76\x33\x9f\x29\x2f\xe7\xca\xdf\x1c\x79\xae\xdc\x2d\xc5\x43\x65\x9f\xec\x2a\x7a\x20\xbe\x39\x32\x5a\x0d\xec\x66\xbc\x05\xc3\xd5\x9d\x2d\x75\xc3\x61\xe8\x6e\xa9\xfb\xf9\x55\x50\x63\x08\x9a\x88\xae\x89\x98\x3e\x72\x6d\x9d\x4e\x2f\x1e\x83\x24\xb2\x42\x50\x35\x2a\xbb\xd1\xea\xfe\x15\x33\xc3\xc6\x4b\x05\x2b\x04\x55\xa3\x52\x26\xd8\x84\xc2\xb5\xb4\xae\xc2\x72\x13\x0c\x9f\x6b\x7c\xef\xcf\x4d\x70\xd7\x2e\xf5\xb0\x99\x53\xce\xee\xf6\x7b\x7f\xf7\xf7\xd7\x2e\x9b\xd1\xe9\xed\x47\x79\xf3\x2d\xe0\xc8\x76\x0f\x87\xe5\x73\x6d\x1d\x45\x2f\x9f\x6b\xf6\xe4\x73\xc6\xf5\x84\xc8\xf5\x83\xdd\x0c\x79\x0d\x26\x03\xde\xbd\xca\x6e\x30\x59\x8a\xd7\xe6\xf1\xb3\x1c\xaf\x42\x7c\x33\x9e\x5f\xa7\xcc\x9b\xc7\xcf\xdd\x93\x60\x68\x5f\xe3\x9b\xf1\xe5\x3b\x5d\xca\xa6\x1e\x36\x34\x0d\x44\xc3\x95\xeb\x86\xa6\x65\x87\x6d\x9e\x52\xcb\x0e\x2b\xc4\xf7\x62\x0c\x4d\xf7\xf5\x75\x4a\x0f\xee\xe3\x3b\x59\x1c\x54\xfd\xca\xae\xa7\x0c\x94\xc6\x75\xa9\xec\xba\xca\x40\x7c\xef\xcf\x68\x35\xb0\x9b\x31\x7a\xf7\xf6\x40\x98\xb3\xd0\x3d\x57\x96\x92\xb6\x71\x5d\x2a\xa5\xa4\xcd\xbe\x3d\xe6\xe8\x5a\x39\xb7\xf6\x5d\xb3\xdf\x55\x83\x9a\x7d\x20\xba\x56\xce\xad\x7d\xd7\xec\x53\x85\x25\xbb\x66\x1f\x08\xaa\x20\x65\xd7\xec\x03\xbb\x19\x9d\xea\x78\x77\xce\x95\x3b\x3e\x5a\xd7\x13\xe8\x56\x77\xf3\x30\xbb\x1b\xe8\x86\x1b\x37\xa8\x82\x94\x52\xe3\xe6\xc0\x9e\x9b\xed\x30\xb4\xe7\xe3\xe7\xe0\xd1\x8c\xc3\x08\xf6\xc0\x15\xa7\xf8\x50\x0e\x5d\xf1\xa1\xd9\x87\x21\x34\x87\x66\x1f\x08\x93\x22\x86\x66\x5f\xee\xdd\xe6\x31\xb8\xdc\xbb\x42\xb8\x78\x87\x66\x5f\x52\xdd\x46\x55\x93\x94\x54\x37\x21\xd2\x0d\x17\xef\x30\x5a\x0d\x94\xc6\x6d\xa5\x1c\xa4\x73\xe5\x28\x76\xca\x10\x34\xfb\x43\xff\xdf\xf3\xed\xa1\xff\x0f\xf7\x6e\x50\xa3\x28\xe5\xde\xcd\xa1\x77\x40\x45\xb2\x1c\x7a\x07\x40\xb8\xc6\x47\x38\x52\xbd\x03\x28\x40\x53\x8a\xde\x1c\xc1\x6b\x66\x8d\x0f\x63\xca\x43\xef\x00\x0a\xd0\x1c\x7a\x07\x40\xb8\x78\x87\xde\xc1\xa8\x2e\xc1\xf3\xf7\x67\xe3\x3d\x8c\x39\x43\xee\xeb\x95\xc4\x1c\x1e\x2b\x03\xfb\xaf\x30\x87\x9e\x2b\x03\x5e\x2c\xcc\xa1\xdb\x01\xec\x66\x0a\xe0\x70\x70\x45\x28\x92\x94\x43\x57\x64\xe8\x8a\x50\xed\x22\x87\xae\x08\x10\x14\x49\xca\xa1\x2b\x32\xaa\x23\xe4\x6b\x1f\x1e\x35\x0f\xb2\xe4\xcc\xe7\x18\xcd\x05\xa4\xaf\xe1\xd9\xfb\xd0\xd7\x00\xbc\xcd\x98\xc3\xb0\x87\x5c\xc5\x8d\xc2\x13\x29\x57\xb1\xe0\x6d\xc6\x94\xab\x38\x07\x21\xf2\xe6\xd9\xfb\x30\x44\x3e\xba\x9d\xfa\xc8\x4e\xf5\x35\x86\x8b\x5b\x5f\x63\xe0\x6b\x50\x4b\x29\x87\xbe\xc6\xe8\x16\x3d\x64\x03\x32\x3c\x6a\x1e\x5c\x50\xe3\x9a\x62\x0e\x2e\xa8\xe5\xd0\x89\xa0\x96\x41\x0e\x9d\x08\x20\xfc\x8a\x87\x21\xf2\xe1\x7e\x09\x2e\xd4\x1c\xee\x97\x80\xf0\x2b\x1e\xee\x97\x06\x7c\x78\xcd\xf3\xed\x31\x5c\x2d\x83\x6f\x11\xcf\x65\xe8\x30\x00\xbb\x99\xcf\xec\x01\x27\xc2\xcc\x95\xa1\x13\x31\x0c\xb0\x78\x0c\x3e\x0c\xb0\x0c\xb6\x55\xea\x84\xe1\xb6\x6a\xe8\x44\x0c\xdf\x8c\x4e\x04\x10\x94\x5c\xca\x31\x95\x4d\x27\xc2\x63\xf0\xa1\x13\x01\x78\x37\x32\x87\x4e\xc4\x30\xc0\x02\x7b\x69\x0e\x5d\x81\x71\xd8\x29\xf3\x66\xec\x1b\x28\x6d\x38\xfa\xc3\x85\x74\xb0\x90\x70\x70\x86\x0e\x03\xb0\x9b\x31\x52\x83\x2e\x00\x57\x28\xf7\xff\x7d\x0b\x6e\xf9\x3c\x2d\x1f\x6e\xf9\x06\x66\xff\xd3\x3a\x9a\xfd\x71\x2a\x9b\x0a\xcb\x48\x3a\xe0\x55\xca\x1c\x9a\x7d\x69\xaa\xdb\xb0\x07\xcd\x3e\x10\x9f\x72\xd2\xec\xcb\x3f\xdd\x86\x3f\x35\x44\x0e\xe7\x74\x98\xa3\x33\x0c\x91\x03\xa5\x79\xf6\x3e\x2e\x3f\xc0\x8b\x0f\x50\x1d\x66\xd4\x7c\xe8\x1d\x78\xf6\x3e\xf4\x0e\x80\xa0\x32\x53\x0e\xbd\x83\x71\xf9\x16\x70\x53\x86\x47\xcd\xd0\x54\x07\x95\x99\x52\x9a\xea\x1c\x3a\x11\x90\xb1\xe7\xd0\x89\x00\xbc\xe6\x99\xe3\xf6\xcb\xd2\x89\xf0\xec\x7d\xe8\x44\x8c\xed\x31\x44\xff\x3a\xf0\xc5\x18\xe6\x1a\x04\xab\x86\x61\xae\x91\x76\xca\x48\x4d\x27\x03\x4a\x83\x03\x3d\x47\xfa\x65\x25\x36\x13\xcf\x65\xe8\x57\x00\xbb\x19\xf2\x7a\x98\x0d\x78\x1b\x34\x87\x59\x67\x43\x5f\x63\xa8\xb8\xf4\x35\x06\x19\xa3\xd4\x54\xca\xa1\x5f\x31\x74\x22\x20\x10\xcf\xa1\x13\x01\x04\x84\xcd\x39\x4c\x27\x93\xb7\xbb\x41\x20\x9e\xf2\x76\x0b\xf1\x29\x75\x9d\x88\x61\x08\x6e\xfe\xfc\xa9\x9d\x2e\x3b\x65\xf0\x1e\x06\x0c\x9d\x08\xee\xd8\xe5\xd0\x89\x18\x3a\x11\xb8\x4b\x43\x27\x62\x18\x5b\xf3\x88\x7e\x18\x5b\x1b\xec\xf6\x3f\xdd\xef\x6e\x7f\xe8\x1d\x78\xf6\x3e\xf4\x0e\x80\x30\x05\x6a\x18\x6e\x93\x53\xbc\x4d\x75\x88\xde\xc1\xd0\x3b\x70\x8e\xf4\x0e\x24\x0b\x6f\x53\x6b\xa8\x8d\x87\x20\x3c\x3e\xe5\xee\xce\x7e\xbc\x5f\x91\x54\xff\x9a\x3d\x70\xbe\xfd\x69\x6d\xcf\xb7\xe5\x14\x6f\xf0\xca\xa6\x9c\xe2\x39\x7f\xce\x25\x7b\xd4\xe9\x61\x36\x04\xe2\x01\x5d\x75\x4a\x20\x9e\xd3\x48\xdd\xc4\x30\x4c\x23\x75\x53\xf7\x80\x97\x35\x75\x0f\xa6\xee\xc1\x64\xdb\x38\x75\x0f\xa6\xee\xc1\xe9\x2f\x91\x6d\xba\xdd\x87\x6b\x36\xa7\xdb\xfd\x49\x48\xdf\x9c\xac\x69\x48\x1f\x28\x0d\x12\xd9\x9c\x54\x70\x15\x62\xe0\xb7\x4d\x3d\x06\x60\x37\xf3\x99\x82\xe0\x45\x50\xb7\x28\xa7\x5e\xc4\x2c\x8e\x1e\xf5\x33\xc3\xd1\x47\xa1\x19\x72\x44\xf8\x48\xd9\x50\x70\x53\x2f\x02\x88\xf1\xfb\x27\x12\xd6\xa6\x41\x46\x09\xd7\x9b\x87\xff\x12\xae\x0b\x41\x59\xa3\x9c\x3a\x19\x53\xef\x01\x2a\xda\x9c\x7a\x0f\xd0\xa3\x07\x65\x8d\x72\x9a\x62\x36\xf5\x1e\x60\xff\xcd\xa9\x7b\x00\x84\x79\x62\xd3\xb8\xe3\xb4\xd0\x2c\xec\xbf\x39\x0d\x3c\x02\xa1\x81\x9c\x7a\x11\x53\x2f\x82\xab\x8b\x39\xf5\x22\x80\xd0\x40\xca\xc5\x9e\x92\xac\x37\x48\x82\x53\x96\xf5\x9c\x84\x20\xa8\x57\x94\xd3\x18\xc3\xd4\x3d\x30\x47\x60\xea\x1e\x00\x61\xd6\xd9\x34\x13\x4d\x7e\xf6\x66\x12\x80\xfc\xec\x42\x50\x88\x28\xe5\x67\x4f\xf8\xd7\x77\x33\x7a\x30\x3b\x0d\x08\x0a\x11\xe5\x34\x14\x21\x3f\x7b\x33\x09\x40\x7e\xf6\x84\x93\x3d\x34\xde\xd3\x84\x35\x60\x37\xe3\x5d\x1a\x9e\x00\x42\xe3\x3d\x75\x2c\x80\xd2\x4c\x02\x98\xa6\x6a\x4f\x4e\xd0\x21\x32\xcf\xe9\x09\xfa\xd4\x8b\x30\x09\x60\xea\x45\x00\x61\xaa\xdb\x34\x3a\x21\xdb\x7b\x83\x9b\x37\x65\x7b\x17\xbc\xd2\x9e\xb2\xbd\xa7\x34\xee\x0d\x36\xdb\x94\xc6\x5d\x08\x3d\x06\x69\xdc\x73\x42\xcf\xd8\x0e\x97\xe8\x70\xf4\x1b\xbc\xf9\x9e\x53\xff\x43\xca\xf6\x06\xc7\x6b\xca\xd9\x9e\xf0\xb3\x87\x8e\x85\xfc\xec\x39\xf5\x22\xa0\x34\xcd\xa9\x17\x01\x78\xf3\x3d\xa7\xf1\x5a\x69\xdc\xdb\xe1\x9b\x99\x5f\x0f\x0f\xcd\x7c\xe4\x54\x5a\xe2\xfc\x20\x8c\x09\x59\xfb\x06\x3b\xf5\x91\x9d\x1a\x63\x30\xf3\x60\x1a\x63\x98\x5c\xf9\xd4\xff\x98\x7a\x0c\x52\xb6\x37\x28\x42\x53\xce\x76\x21\x28\xa2\x93\x52\xb6\x0b\xbb\x19\xf3\x66\x40\x61\x12\x3c\xe0\x82\x7c\x4e\x83\x07\x53\x2f\x82\xeb\xa8\x39\xf5\x22\x00\x2f\xc8\xe7\x34\x9e\x20\xdb\x7b\x33\xdd\x41\xb6\xf7\x9c\x78\x11\x14\xd1\xc9\xa9\x17\x21\x01\x7c\x3b\x7c\x33\xa7\xcb\x92\xab\x9f\x7a\x33\xd3\x23\x7a\xd9\xde\xdb\xe1\x9b\x31\x78\x00\xc3\x7b\xe8\xcd\x4c\xf3\xda\x80\xdd\x0c\x79\xcd\x5d\x9f\xdb\xb3\x08\x28\xdb\x73\xea\x58\x40\xf0\xbe\x9b\x31\x04\x0f\xda\x61\x7b\x0f\x9d\x1e\xd9\xde\x73\xea\x45\x70\x91\x34\xa7\x5e\x04\x10\x3a\x3d\xd3\x84\x35\x49\xe1\x9b\xc9\x13\x92\xc2\x0b\x31\x86\xbf\x74\x42\x8c\x7d\x1f\xc4\x02\xa7\xb1\xef\x79\xdb\x29\x43\x30\xaf\x0d\x28\x0d\xbe\xc8\x9c\xc6\x1d\x26\x5e\x84\xe9\x8b\x53\x2f\x42\x9e\xf8\x76\x38\x2c\xf3\xda\x20\x85\x0f\xaa\xe3\xa4\xa4\xf0\x39\x75\x0f\x0e\xe5\xd5\x3d\x00\x62\xa8\xf2\x0c\x45\x4c\x43\x11\x87\x82\xe8\x32\x00\xa1\x43\x36\xf3\x93\xc3\x09\xc1\x97\x9b\x7a\x11\x40\xe8\x90\x4d\xbd\x88\x69\x8c\xc1\x54\x8c\x69\x8c\x01\x08\x1d\xb2\x69\x8c\x61\x2e\x8b\x55\x7f\x3f\x55\x10\xbc\x08\x8a\xd0\xe6\xd4\x8b\x98\x8f\xd3\x8b\x0f\x35\x0d\x28\x00\x61\x6a\xe5\x34\x9e\x30\xf5\x22\x0e\xf5\x9b\x5e\x04\x10\xe3\xfb\xa5\x9d\xea\x45\x40\x8f\x98\xb2\xe4\x0b\xb2\x19\xe4\xd4\x8b\x90\x9c\xbe\x1d\xe8\x37\xd9\xe9\x13\x76\x7a\xd9\x0c\x52\x76\xfa\x3c\xb4\xf1\x50\xe9\xe5\xa1\x8d\x07\x82\xca\x3d\x79\xb8\xdd\x3f\xb4\xf1\x50\xe9\xe5\xa1\x8d\x07\x24\x3d\xc8\x43\x1b\x2f\xaf\x7d\x3b\x31\x02\x12\xdb\x0b\x61\x3e\x27\x24\xf7\x1b\x5e\x9b\xed\xb9\x94\xc4\x3e\x21\xae\x97\x1b\x21\x0f\x13\xd6\x80\xdd\x0c\x79\x3d\xdd\x07\x82\x3a\x40\x79\xe8\x1d\x00\xa5\x9d\xa8\xed\xc3\xd3\x80\xa3\xf0\xc9\xe0\xa4\x1d\x7a\x07\xf2\xda\x37\x6e\xfd\xa6\xc4\xf6\x09\x89\x7d\x8c\xe3\xcf\xe4\xe6\x29\xc7\x7d\x1e\x7a\x0a\xd0\xd4\xe5\xa1\xa7\x00\x84\x7e\xee\x61\x5e\x9b\x54\xf8\x0d\xfe\xb9\x94\x0a\x5f\x08\xfd\xdc\x43\x57\x40\x8e\xfb\x66\x16\x89\x1c\xf7\x09\xaf\x7d\x50\xeb\x27\x0f\x13\xd6\x80\xdd\xcc\xbf\xf6\xfa\x0c\x5b\x85\x0f\x77\xe8\x1d\x00\xbb\x19\xf3\x65\x70\xe1\xd0\x63\xc0\x5f\x3b\xf4\x18\x0e\x4f\x23\xcc\x22\x39\x34\xe8\x40\x50\xc4\x27\x0f\xa3\x02\x87\x36\xde\xbc\x8f\x43\x1b\x0f\x84\x3e\xf8\xe1\xc9\x83\x8c\xf9\xed\x44\x73\xca\x98\x2f\xc4\x38\x7d\xa4\x1c\xee\xed\xb9\x3b\x9c\x87\x7b\xfb\x83\x6c\x73\x5d\xf5\x43\x7b\x7e\x68\xbc\x4d\xe8\x38\x34\xde\x07\xc6\x9b\x22\x3e\x79\x68\xbc\x65\xc7\x6f\x10\x7e\xa5\xf4\xf8\x42\x50\xc4\x27\x0f\xd3\xdf\xa4\x98\x6f\xb0\x65\xa5\x1c\xf3\x09\x9f\x7c\x50\xc4\x27\xe5\x93\xcf\x43\x03\xc9\xdd\xe1\x3c\x34\x90\x40\x50\x9d\x27\x0f\x53\xcc\xa4\x9d\x6f\xa7\x73\xa9\x81\x04\x62\xfa\xf5\x68\x20\x81\xdd\x8c\x21\xb8\xf5\x06\x82\xea\x3c\x09\x2d\xfd\x86\x97\x72\xe6\x8e\xde\x6d\xf6\x41\x8a\x99\xbb\x8d\xc3\x14\x33\x60\x37\x43\x5e\xed\x28\x10\xee\x36\x0e\xc3\xf7\xc0\x6e\x86\x6c\xc6\xef\x0f\x62\xf5\xd3\x6f\xd1\x0d\xfa\x71\x58\xdf\xdd\x61\x69\x5b\xe1\xba\x8f\x59\xfc\xa5\xd3\x8b\x81\xec\x3f\x05\xd1\x40\x02\x31\xfd\x16\x35\x90\xc7\x69\x19\x78\x7f\xea\x66\x19\x08\xf7\x2e\xc7\xf9\xfd\xb5\xc7\xda\xf3\x4c\xaf\x89\xdf\x80\x94\x21\x79\x68\x0c\x81\xdd\x8c\x91\x1a\x4a\x07\xa4\x0c\xc9\x43\x03\x29\x0f\x7f\xff\xf9\x01\xba\xa7\x06\xa4\x0c\x49\x79\xf8\xf3\xc0\x56\x75\xaa\x56\xe6\xa1\xad\x3a\x6e\x65\x43\x0e\x6d\x95\xf4\xf7\xfd\xc7\x36\x42\xfe\x7b\x21\xa6\x1d\xb8\x6d\x3d\xd2\x4e\x89\x93\x1c\xda\x2a\x20\x4c\x7d\x3e\xcc\xc1\x96\x12\xbf\x43\x2d\x92\x52\xe2\x0b\x31\x55\x04\xda\x2a\xb9\xee\x3b\x64\x20\x29\xd7\x7d\xc2\x6f\x2f\x9d\x49\x1e\x30\x2d\x08\xa5\x43\xb8\x91\x87\x39\xd8\x40\x4c\xf5\x85\x76\x09\xd8\xcd\x7c\xa6\x20\x24\x9d\x4c\x07\x6f\xd2\x89\xf4\xf7\xfd\x87\x35\x94\xff\x3e\xe1\xba\x0f\xf7\x7c\x72\xdd\xe7\xf1\x28\x1b\xa6\xe4\xd0\x56\x01\xe1\x36\xf0\xd0\x56\x1d\xaf\xeb\x0d\x97\xfd\x78\xbf\x67\x0c\x01\x2f\xf0\x30\x0c\x2d\x13\x7d\xff\xf9\xc9\x18\x73\x86\x76\x3e\x4c\xf2\x96\x76\x3e\xa5\x9d\xef\x70\x12\xa4\xb4\xf3\x42\xb8\xa9\x3c\xcd\x1d\x93\x89\xbe\x17\x3e\x71\x99\xe8\xf3\xdc\x7b\xd0\x30\x17\xfc\x84\x7b\x26\x4f\x36\x9a\xbd\xb0\xc8\x4f\x37\x9a\x27\xb9\x63\xd4\x39\xc9\xd3\xdc\x31\xa0\x74\xca\x3c\xe6\x69\x72\x35\x10\x14\x30\xc9\x53\xbb\x74\x5a\x1d\x98\x7b\xff\x79\x1a\x9b\x06\x82\x62\x3e\x79\x6a\xab\xa4\xbf\xef\x5c\x7f\x4e\xe9\xef\x05\x49\x65\x52\xfa\xfb\x3c\x2d\xd4\xcb\x4d\xfd\x3c\x55\xf8\x40\x98\x80\x7e\x7a\xae\x7c\x56\x47\xea\xe8\xdd\xc1\x01\x41\xcd\xf7\x3c\xdd\xc0\xc9\x3a\xdf\x8b\x82\xb8\x61\x81\x62\x3e\xa8\xf9\x93\x52\xcc\xe7\xd9\xfd\x6b\xb8\x29\xa7\xda\xf2\x54\x5b\xa2\x8e\x4f\xb5\xa5\x4c\xf4\xdd\x9b\xaa\x32\xd1\x0b\xe1\xbe\xf8\x74\xab\x23\xc5\x7c\xf7\x6e\xa9\x14\xf3\x09\xad\xbc\xbc\x38\x79\x7a\x9c\x0a\x94\xee\xfd\xcd\x13\x36\x47\x21\xcc\xa1\x3f\x3d\x61\x95\x4e\xbe\x7b\x7f\x53\x3e\x79\x21\x28\x0d\x94\xd2\xc9\xe7\x39\xec\x14\x15\x7d\xaa\xc9\x81\x98\xfd\x9f\x38\xf3\x3e\x8d\x9d\xca\x40\xdf\x0b\x66\x4e\x06\x7a\x21\xdc\xd2\x9f\x2a\x7a\xa9\xe5\xbb\x59\x40\x52\xcb\x0b\x41\x81\xa1\x94\x5a\x3e\xe5\x87\xef\x66\x01\x49\x10\x9f\x70\xc2\x87\x5b\xfb\xd3\x08\x28\x9c\xf0\xa5\x53\x53\x32\x4f\xc3\x9d\x40\x50\x8c\x26\xe5\x87\x4f\x38\xe1\x4b\x37\xbd\xe7\x74\xef\x02\x84\x11\x80\xd3\xb3\xd0\xf3\xb4\x53\x74\xdd\x69\x68\xf3\x3c\xed\x94\x99\x76\x03\x02\x94\x6e\x16\xd0\xe9\x0e\x04\x08\x8a\x0e\xe5\x69\xb4\xf3\x54\x83\x7b\x51\xee\x54\x83\x9f\x6a\x70\x8e\x78\x4f\x35\xb8\xcc\xee\x3d\xd0\x27\x52\xbb\x27\x34\xee\xe1\x9d\x03\x69\xdc\xf3\x54\x99\x7a\xd5\xe8\x54\x99\x9e\x2a\x53\x94\xd3\xa9\x32\x3d\x29\x1a\xd5\xbd\x43\x04\xf5\xfb\x06\xd6\xd9\xb4\x03\xd7\x19\x04\xf0\x3d\x50\x7f\x32\xc0\x0b\x61\xd8\xe1\xf4\xa8\xf2\x4c\x65\xb3\x07\x3d\xfa\x93\xc3\xc5\xe9\x42\xf6\x70\x51\x02\xf8\xee\x75\x1e\x19\xe0\x85\x98\x38\xd7\xa7\x6a\x18\xd8\xcd\x7c\xa6\xbc\x0b\x15\xe3\x7a\x57\x0d\x9f\xea\xdc\xf8\x9e\x29\xef\x42\x36\x34\xa2\x3c\xf1\x42\xe9\xf1\x3d\x73\xca\xd9\x1f\xc0\xe6\x94\xa7\xfb\x83\x53\xd5\xec\x3d\x9d\x53\xd5\x0c\xc4\xc4\x1d\x96\x27\x5e\xd8\xcd\x78\xf5\xaa\x6b\x40\xd2\xa7\x94\x27\x5e\xd8\xcd\xfc\xa9\xc3\x52\x83\xfb\x91\xa9\xc1\xa1\x90\xdf\xcd\xfc\xa9\xc3\x7a\xb0\x2e\x78\xcd\xd2\xc9\xa7\xdc\xf1\x3d\xbe\x67\x0e\xe1\x71\x08\x0c\xde\x7c\x40\xa0\x74\xaf\xcc\x9c\x9e\x72\x9e\x24\x32\x19\x39\x39\x4d\x64\x82\x2e\x7e\x37\x63\xf4\xc6\x2c\x4f\x62\x96\x94\x0b\xca\xd3\x98\xe5\xa9\xd9\xf0\xf6\xca\xa9\xd9\x00\x82\x72\x41\x79\x1a\xc6\x94\x62\xbe\x57\xbe\x53\x29\xe6\x85\xa0\x5c\x50\x5e\x9a\x0d\x29\xe6\x7b\x25\xe0\x27\xc5\x7c\x42\x2b\x1f\x06\x58\x2e\xf7\x29\x40\xe9\xb5\xf8\xd7\x6e\x9f\x31\x52\x5c\xb9\x4b\xb3\x71\x11\x9f\xec\xde\xed\xb8\xdc\x81\x00\x92\x65\xa5\xe4\xf4\x79\x69\x0f\xbc\x3f\x71\x69\x0f\x80\x38\x94\x43\x7b\x70\xc1\x61\xd9\x2b\x5f\xfd\x15\xdf\xb3\x93\x66\x8d\x47\xca\x86\x5b\xdc\x4d\xa2\x97\x01\x3e\x21\x7d\x97\x7a\x2b\x2f\xdd\xe2\x4b\x7b\x00\x41\x71\x5e\xda\x03\x20\xa8\xdc\x93\x97\xf1\xab\x4b\x7b\x60\xe2\xf0\xa5\x3d\x00\x82\xca\x3d\x79\x69\x0f\x64\x7b\xef\x95\xcf\x48\xb6\xf7\x84\xe1\x3d\xa8\xdc\x93\x97\x27\x63\x40\xe9\xa6\xd5\x5e\xa6\xdc\x5c\xd8\x03\x2f\xb1\x5c\xda\x03\x08\xde\x77\x33\x46\x6f\x4c\x0b\x08\x23\x4e\x97\x31\xad\x8b\x12\x1e\xdd\xe4\xb4\x4b\x45\x0b\xc4\x41\xc8\xf0\x32\xd3\x05\x4a\xf6\xd2\x4d\x42\xbc\xf4\x81\x81\x30\x30\x75\xe9\x02\x5f\x6a\x4b\x13\xfd\x2e\xb5\x25\x10\x87\x2f\xc6\x10\x8e\x0c\xe5\xdd\x9c\x2d\x29\xca\x13\x3a\xf2\xf0\x82\x8d\x74\xe4\x79\xa9\x06\x4d\x6b\xb9\x54\x83\x40\x78\xc1\xe6\x32\x0b\x58\xd6\xf2\x6e\x5a\x8b\xac\xe5\x42\x50\x6b\x27\x65\x2d\xcf\x4b\x67\xd1\x44\x94\x4b\x67\xf1\xe2\xdc\x83\xba\x3a\x79\x19\xc4\x00\x4a\x37\xd9\xe3\x32\x8a\x01\x84\xd1\xb0\x4b\x95\x07\xec\x66\xfc\xd4\x28\x06\x10\x14\xcc\xc9\x4b\x35\x78\xa9\x06\xcd\x09\xb9\x54\x83\x40\x1c\xf8\xbb\x97\x6a\x50\xaa\xf4\x6e\xea\x8f\x54\xe9\x09\x55\x7a\x18\x5b\x93\x2a\x3d\x2f\x15\x57\x43\x13\x5c\x2a\x2e\x20\x28\x98\x93\x97\x8a\xeb\x52\x87\x98\x3a\x72\xa9\x43\x00\xa8\xde\xfe\x68\xbc\x2f\x03\x1a\x17\xd9\x10\xbd\xbb\xe0\xcd\x86\x00\xc2\xd0\xdb\xa5\x17\x2a\x2f\x7b\xef\xb8\x75\xf2\xb2\xe7\xad\x06\x30\x71\xe0\x56\x03\x00\x92\xc8\xe5\x6d\xf4\x42\xaa\xf4\x6e\x02\x8a\x5c\xe9\x42\x50\xf5\x2b\xa5\x4a\xcf\x5b\x0d\xe0\x79\xf9\xad\x06\xb8\xd5\x00\x2c\xa0\x5b\x0d\x20\x7d\x7a\xef\xcd\xbf\x66\xa7\x6a\x00\x3c\x69\xe9\xd3\x53\x5e\xf4\xee\xd1\xb5\xbc\xe8\x09\x17\x7a\x50\x8a\x27\x6f\x8f\x1e\x6e\xea\x4e\x74\x0f\x9b\x6f\xf7\xd4\x80\xcc\x75\x79\xb7\xaf\x99\x9d\xb2\x0c\x64\x10\x4f\xd8\xc2\xa5\xa6\x4b\xd9\xc2\xf3\x56\x9f\xf4\xc3\x9f\xa6\xcf\x78\x23\x8a\x0b\xa9\x56\xde\xea\x93\x8e\x0a\xbf\xd5\x27\xb7\xfa\x84\xe8\xac\x6c\xe1\x29\x0d\x78\xf7\xd8\x49\x1a\xf0\x84\xfa\x5b\x06\xbb\xbc\x4d\xd7\xbb\x49\xd7\xeb\x1e\xe3\xdc\x06\xc4\x6f\xf5\x09\x0e\xf7\xad\x3e\x91\xf2\xbb\x7b\x3e\x23\xe7\xb7\x10\x94\xe2\xc9\xdb\x3c\xbc\x9b\xdd\x78\xf7\xce\xfc\xed\x6e\xfc\x9e\x76\x3a\x79\x64\xa7\x9c\xf1\xf6\xc1\xfe\xeb\xd6\xeb\x01\x82\x52\x3c\x79\xeb\xf4\x48\x84\xdd\x8d\x8a\xca\x84\x2d\xc8\xae\x97\xb7\xd9\xbf\x92\x4d\x77\xef\x09\xcb\x36\x2d\xc4\xe1\x8b\xd1\x63\xb8\x35\xc1\xee\xa9\x6f\x4d\x30\x10\x5e\x3c\xbb\x9f\xaf\x19\x26\xd8\xdd\xdc\xad\x09\x06\xc2\x8b\x67\xb7\x26\x18\xd8\xcd\x7c\xa6\x20\x9c\x2e\x7a\xf1\xec\xf6\x74\x51\x4e\xea\xee\x25\x5b\x49\xa9\x33\xdd\x0a\xe9\x71\xa7\x5b\x21\x38\xa3\xc3\xe8\xac\x9c\xd1\x29\x3f\x74\xd7\xe7\x93\x20\x5a\x08\xaa\xf9\xa4\xfc\xd0\x29\x19\x74\xf7\x02\xa9\x64\xd0\x42\x50\xcd\x27\xd3\x85\x0f\xff\xf3\x6e\x56\x79\x66\xa7\xc5\x4e\x4f\x1e\xd9\x29\xe4\xff\x5d\x87\x29\x0d\x9b\xe5\x5e\xec\x32\x15\x66\x4a\xe5\x20\x19\x74\xf7\xd4\x47\x32\xe8\x94\xe5\xf9\x18\x3e\xba\x7c\x64\xa7\xf8\x29\xe9\xc6\x0a\x08\x83\xb8\x12\x3f\x0b\xbb\x19\x82\xc4\x27\xc8\x43\x33\x7f\xf9\xfa\xc8\x09\x61\xe1\x4b\x06\x2d\x48\x8f\x98\x69\x70\x4d\x96\xe7\xee\xa9\x8f\x34\xce\x09\x75\x73\x50\x1b\x28\xd3\x64\x1a\x60\x37\xf3\xa7\xb7\xcf\xe8\x74\xfa\x4b\x3b\x6d\x4e\x2f\xde\x46\x7a\x0c\x26\x8d\xb3\x97\xf8\xa4\x71\xce\xf4\x13\xd7\x3f\x48\x3f\x71\x20\x0c\x30\xcb\xec\x9c\xd2\x38\x77\x4f\x7d\xa4\x71\x16\x82\x6a\x3e\x99\x7e\xe2\xa9\x2f\xa0\x45\x4f\x7d\x81\xec\x76\xea\x23\x3b\x25\x23\xb7\x6b\x5c\xd3\x8c\xdc\xf4\x13\xc7\x30\xa5\x9f\x78\xba\x37\xd4\xb8\xa6\x7b\x43\x20\xbc\x12\x98\x9e\x6f\xa5\x9f\xb8\xa7\x3e\xe9\x27\x9e\x7e\xe2\xb8\xa3\xe9\x27\x0e\xec\x66\x74\xea\xbd\x05\x20\x0c\x7e\xa7\x54\x0e\xa9\x67\xa1\x65\x4a\x3d\x8b\xd4\xb3\x70\x35\xe8\x59\xa4\x5b\x48\x4f\x7d\xd2\x2d\x24\x10\xd4\x06\xca\x74\x8f\x98\xd4\x8c\xe9\xea\xe8\x74\x43\x08\x84\xa1\xf4\xf4\xb4\x2c\xf5\x2c\xd4\xaa\x52\x3b\x27\x6c\xce\x71\xb8\x68\xdc\x87\xa5\xea\xc7\x13\x82\x54\xfd\xa4\xea\x07\x1f\x38\x55\x3f\xb2\x3d\xf7\xef\x3d\x1b\x0f\x03\xc2\xcb\x8f\x69\x38\x2c\x8d\x7d\x7d\x2f\xd0\xd8\x17\xd4\xcd\xe1\xe5\xc7\x34\x77\x04\x28\xfd\x9b\xcb\xcb\xf5\xc6\xe1\x10\xb5\x81\x32\x3d\x1c\x82\xb9\x79\x37\xe3\x99\xa7\x3e\xd2\x38\x1f\x2e\x41\x13\x50\x53\xd5\xf8\xc9\xab\x6a\x04\xe2\xfc\xfd\x99\x20\x35\x53\xcd\x29\x19\x74\xff\xe4\xd4\xc5\x02\x82\xd2\x41\x99\xde\x9b\x90\xe5\xb9\x43\x1b\x9a\xb2\x3c\x27\xcc\xce\x41\xe9\xa0\x4c\x73\x46\xd2\x2d\xe4\xe9\x37\xe0\x16\x12\x08\x4a\x07\x65\x1a\xa2\x03\x76\x33\x9f\x29\x08\x47\x4c\xa7\x9f\x85\xbb\xca\x74\x0b\xf9\x3d\xd3\x9f\x02\xe2\xc4\x6d\x4e\xdd\xa9\x54\xf9\x43\x42\x9a\xa9\xf2\x07\xc2\xd3\x13\xf9\xa1\x33\x9f\xaf\x19\x9d\xaa\xfc\x81\x38\xfd\xc8\x9e\xaf\x19\x13\x72\xb2\x43\x4f\x9d\x22\x20\x3c\x64\x49\xbd\x9e\x7c\x94\x8d\x70\x59\x9a\x0c\x02\x04\xf5\x8a\x32\x4d\x06\x91\xbe\xb9\x1b\xd3\x97\xbe\x59\x28\x9d\xc2\x1e\xb9\xdc\x0b\x01\xf2\xa8\xe6\xf2\x04\x68\xe9\x1c\x9d\xd8\x08\xb9\x9a\x53\x5e\x66\x8f\x71\xe4\x65\xce\xa5\x29\xa1\x78\x46\x2e\x4d\x09\x10\x8e\x74\x99\xbe\x21\x7d\x73\xf7\xaa\xa5\xf4\xcd\x42\x50\xea\x28\xa5\x6f\xce\xa5\x73\x64\x64\x7e\xe9\x1c\xad\x62\xa7\x3e\xb2\x53\xb2\x3b\x3b\xd5\x1d\x72\x99\xdd\x09\x84\x87\x42\x4b\xeb\x02\xec\x66\x08\x62\xc6\x27\x10\x1e\x0a\x2d\x2d\x8e\x64\xd0\xdd\x1b\x99\x92\x41\x0b\x52\xc1\xa6\x64\xd0\xb9\x42\xd9\xf0\xa1\x96\xf9\x19\x40\x50\x11\x29\x97\xdb\x34\x39\xa3\xfb\xc9\x57\x26\x67\xb4\x10\x54\x44\x4a\x39\xa3\x73\x55\xd7\x20\x3a\x66\x79\xb4\x02\x48\x2c\x9b\x4b\x1b\xb1\xd8\x6c\x0d\x8f\x03\x96\x9b\x2d\x20\x28\x9c\x94\x4b\x7f\x69\xa1\x60\xc7\x0f\x23\xbf\x54\xb0\x40\x78\x22\xb5\x54\xb0\xb2\x3c\x0f\x0a\x10\xa6\x2c\xcf\x42\x50\x38\x29\x65\x79\xce\x35\xec\xd4\x55\x63\xf0\x6d\x0d\xe7\x0d\x71\xbd\xa9\x0f\xec\x66\xfe\xf4\xf5\xd9\xde\x82\xb8\x7a\x97\xca\x14\xd8\xcd\xf8\xa9\xda\x14\x90\x1b\x37\x97\xa7\x2d\x0b\xc7\x6d\xc0\x65\x9e\x4b\xc7\x0d\x08\x0a\x27\xe5\xf2\x18\x05\xfe\xe7\x32\x7e\xae\x5e\xa3\x6b\x80\x14\xba\xb9\xbc\xc0\x09\xa3\x73\x19\x06\xc9\xa5\x74\x4e\xe9\x9b\x4f\xe7\xc8\x73\xfb\x75\xfa\xd7\x30\x56\x4b\x75\x0d\x04\x25\x8f\x52\xca\xe6\x94\x9f\x79\xfc\x70\x36\xe4\x67\x16\xc2\x0f\x50\x7e\xe6\x94\x9f\x79\xc0\xb2\x9c\xf2\x33\x27\x9c\xcc\xe1\x11\xdd\x32\x23\x10\x28\x03\x8a\xe2\x5c\x1e\xdc\x03\xf1\x7d\xa7\x6a\x70\x60\x37\x43\x5e\x8f\x2f\x80\xf0\x06\xf7\x52\xab\xcb\xf6\x3c\xe0\x08\x4d\xd9\x9e\x05\xe9\x7d\x53\xb6\xe7\x5c\x68\xd0\x01\x0d\x70\x2e\x35\x28\x10\x27\xce\xf8\x72\xf7\xb9\xd8\x7d\x0e\x03\xd1\xcb\xdd\x27\x10\x27\x3b\x91\xe5\x51\xc5\x42\x35\x8e\xe2\xaa\x51\x35\x2e\x55\x23\x3e\xfb\x52\x35\x2e\x8e\xae\x47\x71\x39\xe8\xb6\x02\xe1\xf1\xa1\xcc\xce\xb9\x1e\x3b\xc5\xbb\x5d\xea\xbc\xa5\xce\x73\x6d\xa9\xf3\x64\x7b\x1e\x45\x8d\xa4\xce\x93\xed\xf9\x74\x6d\xa9\xf3\xa4\x71\x1e\xde\x1a\x95\xc6\x39\xa1\x6e\x0e\x0f\x23\x97\xc1\x24\xa0\x0c\x2f\x92\x2e\xef\xb6\x01\x71\xe2\xb3\x2f\xe3\x4b\xc0\x6e\x86\x20\x06\x98\x00\xf9\x8e\x73\x79\x54\x21\x29\xf4\x80\xcc\x32\x25\x85\x4e\xd8\x9e\xcb\x80\xb9\x32\xa5\x7b\x16\xe4\x40\x4e\xd9\x9e\xf3\xf9\x29\x2f\xca\xec\x51\xd1\x02\x41\x89\xa6\x7c\xdc\x85\xca\x00\x3d\xa4\x78\x94\x01\x5a\x08\x35\xf9\xa3\xa2\x95\xda\x79\x48\xca\x28\xb5\xb3\x10\x6a\x72\xa9\x9d\xf3\x21\x01\x6e\x14\x3c\xa1\xc7\x2d\xe7\xa3\xa2\xed\xf3\xcf\xd6\xfb\x51\x0f\xc3\xf2\x5c\x06\xfc\xa5\x29\xcd\x73\x3e\x6c\x52\x29\xf4\x94\x8f\x9b\xd4\x27\x94\x09\xeb\xfd\xa8\x60\x1f\x15\x2c\x81\xf3\x47\x05\xfb\x84\x13\x81\x97\xf1\xa8\x60\x1f\x15\xec\xb0\x03\xc5\xc4\x09\x1f\x81\x7f\xf0\xe8\x84\x3f\x1c\x67\x6b\x84\x1e\x8f\xb3\x81\xdd\x8c\xbf\x66\x02\x1c\x10\x1a\xa1\xc7\xe3\x13\xa0\x0c\x2f\xe3\x3e\x9e\x9f\x00\x41\x69\xa6\x7c\x4c\x80\x83\xe5\x79\x37\x43\x10\xf7\xb2\x30\x3b\x87\xb4\x00\x8f\x8e\xee\xa3\xba\x96\x29\x4d\x9a\x67\x21\x4e\x57\x86\xea\xfa\x21\x36\x36\x64\x4a\x7b\x8c\x8d\xc9\xfc\x2c\x7b\x80\xcc\xcf\x29\xa5\xf3\x88\xe6\x33\x3b\xe5\x72\x3f\x55\x92\x52\xfa\x66\xa1\x8c\x70\x19\x98\xef\x05\x84\x06\xf2\x51\x83\x03\xbb\x19\xf2\x7a\x7e\xf2\xa8\xd5\xa7\xbf\x64\x25\xc3\xe2\xbc\x9b\x21\x9b\x87\x21\x52\x3a\x6b\x20\xa5\x74\xce\x47\x75\x2d\xcd\xd8\xa3\xba\x7e\x54\xd7\xb8\xa1\x8f\xea\x1a\xb2\xe7\xdd\x8c\x1e\x3c\x33\x01\x82\x92\x48\xf9\x18\xca\x93\xd2\x79\x18\xfb\x97\xd2\x39\xa1\x71\x8e\xd3\x85\x6c\x5a\x18\x50\x46\x28\xaf\x69\x61\x40\x68\x95\x1f\xed\x01\xb0\x9b\x21\xaf\x06\x01\x08\x4a\x22\xe5\xe3\x09\x0c\x64\xcf\xbb\x19\x23\xf5\x68\x45\xe6\x67\x2a\x42\xa7\xcc\xcf\xf9\x68\x4a\x8c\xaf\x3f\x9a\x12\x20\xa8\x9c\x94\x8f\xa7\xde\x12\x44\x0f\x03\xe7\x12\x44\x0b\x71\xfa\x91\x69\x4a\x9e\xd3\x4e\xb1\xfb\x8f\x2e\xfd\x73\xd9\xa9\x8f\xec\xf4\x72\xf5\xa2\xd5\x1f\xf3\xbd\x1e\x4d\x09\xfb\x88\x47\x53\xf2\x5c\x4e\x2f\xfe\xfb\x63\xbe\xd7\x83\x4b\x4f\x81\xa5\x7c\x74\xe9\x1f\x0a\x75\x8d\xea\x27\x63\x38\x12\x90\xf1\x3c\x1f\x0f\x6a\x20\x7b\x2e\x43\x9e\x9d\x47\x17\x55\xe6\x67\x93\x1b\x64\x7e\xce\x47\xad\x2e\xcd\xc7\xa3\x56\x7f\xd4\xea\x6c\x65\x1f\xb5\xfa\x03\xc7\xc9\x90\xe6\xe3\x91\xe3\x44\x82\x68\x73\x20\x24\x88\xce\xe7\xb5\x53\xd4\xf5\x63\xfc\xee\x79\xfb\xbf\xfe\x45\xfe\xf4\x7c\x3c\x32\x06\xca\x90\x71\xe3\x91\xa9\xe4\xd9\x5a\xbd\x52\x87\x29\x1f\xb5\xba\x74\xd3\x43\xc6\x0d\xe9\xa6\x13\x6a\x69\xf9\xd3\x53\x6a\xe9\x7c\x55\xcd\x95\xfd\xd7\xab\x6a\x06\xe4\x4f\xcf\x57\xd5\x2c\x03\xf5\x30\xd4\x2d\x03\xb5\x50\xa9\xa0\x94\xaf\xaa\xf9\xfd\xd9\x29\x0b\xff\xd5\xb9\x7d\x0b\x9d\xa2\x56\x5e\xcf\x82\x81\x32\xe4\x7c\x78\xcd\x5b\x02\xa4\x59\xcf\x57\x6d\x0d\xec\x66\xc8\xab\xba\x06\x2a\x85\x96\xf2\x35\xd3\x19\x8e\xea\xdd\x8c\x91\xea\xf0\x02\xf5\x47\xe0\xfc\xd5\xdf\x7d\x55\xd1\xb2\x34\xbc\xaa\x68\xa0\x52\x8f\x29\x5f\x23\x2c\xaf\x2a\x5a\xfa\x85\x57\x15\x0d\x54\xd3\x38\x5e\x55\xf4\x1b\x76\xca\x0b\x7c\x75\x6e\xdf\xed\xd0\x4a\x01\x9f\xaf\xa1\x13\xa0\x0c\x99\x05\x5e\x63\x27\x6f\x75\x42\xf8\xa5\x2a\xfa\x25\x4e\x32\xbc\xc2\xfd\x1a\x27\x01\x2a\x85\x96\xf2\xd5\x2d\x7e\x89\x45\x0c\x2f\xf9\xbf\xc6\x22\xe0\xb5\x96\x29\x3e\xe5\xb5\xce\x57\x15\xed\x35\xe9\x57\x15\x0d\xc8\x14\x9f\x6f\xff\xfe\xda\x6d\x33\x7a\x50\x45\x03\xd5\xdc\x91\x57\x15\xfd\xea\x2a\x37\x34\xf9\xab\xab\xfc\x0e\x3b\x45\x5c\xe3\x0e\x40\x19\x0d\x5f\xe0\x35\xf0\x00\xd4\x1f\xa1\xee\x57\xad\x0d\xec\x66\xc8\x6b\xe0\x01\xa8\xd4\x63\xca\x57\x4d\xfe\x12\x8b\x18\x0d\xbb\xff\xea\x3e\xbf\x93\x79\xc3\x55\x7e\x75\x95\x5f\x55\xb4\x57\x92\x5f\x55\x34\x50\x7f\xb5\xfe\xd9\x78\xbf\x46\x2f\x5e\x35\xb8\x37\x96\x5f\x35\x38\x50\xdd\x46\xbc\x6a\xf0\x77\x2a\x13\x1a\xfc\x35\x21\x09\x90\x32\x3f\x5f\xef\xfd\xbc\x64\x1a\x0d\x6f\xe3\xbe\x1e\xb3\x00\x52\xe6\xe7\xab\x06\x7f\x0f\x67\x7f\xfa\xcc\xd9\x3f\x98\x7d\x3c\xe9\xd7\x53\xef\x97\xa4\x9f\xe1\xb1\xc5\x6b\x94\x03\xa8\xd4\x88\xca\x57\x2d\xf9\x12\xf8\x18\x5e\xc9\x7c\x75\x9b\x81\x2a\xd3\xcd\xab\xd7\x2c\x95\xf9\xf0\x76\xa4\x54\xe6\x42\x75\x8b\x23\x95\x79\xbe\xba\xc8\xde\x71\x7c\x75\x91\x81\x2a\x21\x8e\xec\xe6\x09\x35\x78\x19\xde\xb2\x93\x1b\x3c\xe1\x01\x97\xf5\x3f\xe5\x01\xcf\x57\x65\xea\x75\xa6\x57\x65\x0a\x54\x89\x71\x5e\xf7\xfb\xaf\xca\xd4\x7b\x4a\xaf\xca\x14\xa8\x12\xe3\xbc\x2a\xd3\x57\xdf\xd7\x0b\x48\xaf\xbe\xef\xfb\xda\xa9\x8f\xec\x14\x72\xc3\xe1\x25\x9f\x57\x72\x43\xa0\xba\xfd\x7a\xd5\xaf\xc0\x6e\x86\x20\x1e\x90\xbc\xea\x5c\x7c\x8d\x57\x9d\xfb\x72\xde\x3a\xba\xea\x4f\x7f\x18\xa8\xb2\xf1\xbc\xba\xc3\x32\x9e\x0f\xae\xe5\x2c\x19\xcf\x85\x4a\xfe\xd4\xfa\x11\x63\x58\x3f\x75\x2e\xf7\x6d\xd6\x0f\x9d\x2b\x54\x48\x7b\xd6\x0f\x9d\xbb\x7e\x24\xd6\x0c\x2e\xd2\xac\x5f\xf1\xa7\x2a\xd3\xfd\xf5\xac\x1f\xca\x74\xfd\x8a\xf3\xb6\x35\xd1\xfa\x11\x29\x10\x2a\x45\xa8\xd6\x0f\x9f\x76\xfd\xa0\xfe\x1b\x30\xed\xae\x1f\x5b\x6f\xa1\xb2\x83\x5c\x3f\x14\xd6\xfa\x91\x58\x33\x46\xf0\xac\x2a\x5b\x65\x42\xb6\xbb\xb4\x7e\x78\x81\xeb\xa7\xc2\x22\xdb\x7e\xfd\xaa\x9d\xaa\xb0\xb6\xbf\xbb\x7e\xd5\x4e\x49\x91\x1c\xa4\xd1\x2f\xe9\xde\x85\x4a\x11\xaa\x25\xdd\xfb\xfa\x35\x3b\xad\xf4\xd0\xec\xb4\xd1\xe9\xfe\xb2\xd7\xaf\xd9\x29\x05\x61\xc7\x68\xfc\x35\x0a\xc2\x0a\x95\xea\x52\xeb\xd7\x94\x83\x32\x7e\x63\x34\x46\xdf\x14\xa4\xa1\x62\x86\xbf\xbc\x7c\xf4\xda\x8c\x91\x76\x5f\x56\xe7\x65\x0d\x7e\xd9\x9d\x71\x75\xee\xf0\x05\x76\x65\xeb\xbc\xac\xe1\x2f\x7d\x59\xea\xdc\xe1\x94\x77\x05\x51\xe7\x0e\x46\xd5\x95\xc3\xf0\xc4\xe8\xbc\xd3\x61\xa7\xc3\x4e\x7d\x64\xa7\xc6\x1d\x86\x82\x0c\xe7\x6d\xf0\xb2\x06\xd3\x3b\x7c\x59\x6a\x49\x72\xa9\xd7\x6f\xfa\xd7\x26\x7f\x6d\x32\x6f\xd3\xbf\xa6\x96\x24\x49\x7a\xfd\xa6\x43\x50\x4b\x4e\x46\x35\x1d\x82\x1e\x2a\x57\xe5\xd6\x6f\xda\xe9\xa4\xd3\xc9\xf4\x4e\x3b\x85\xfa\x6f\x0c\x97\xe5\x61\x0f\x07\xcb\x72\x22\xee\xe1\xb2\x34\x04\xc0\x1d\xb8\x25\xa1\xfc\x82\x3c\xbe\xfe\x14\xf7\xf2\x9d\xaa\xb8\xc8\x39\x5c\xbf\xcb\x79\x53\x71\x29\xee\xe5\xbc\xe9\xde\x91\x73\xb8\xe4\x98\x17\x2a\x89\x78\x0b\xbe\xf9\xbf\x2e\xf8\xe2\x77\x33\x16\xd7\x6d\xa7\xb7\x9d\xfa\xc8\x4e\xe1\xcd\x1b\xd3\xf5\x76\xbb\x90\x6e\x16\x92\x9f\xee\xad\x1c\xf0\xe6\x0d\x32\xf1\xd6\xef\x56\x90\x9b\x85\x74\x30\x21\xb7\x0b\x89\x53\xef\x31\x2b\x82\xa4\x6f\x21\x99\x90\x83\xf5\x96\x4e\x88\x4a\x75\xba\x2c\x53\xd9\x54\xaa\x07\x13\x92\xbe\x85\x74\x42\x1a\xb2\xa5\x82\xa4\x9d\xfa\xc8\x4e\x8d\x3b\x90\xed\xb6\x24\x8f\x5f\x10\xc6\x57\x8a\x51\xad\xdf\xb2\x53\x8e\xb3\xc7\xf4\x13\xe7\x38\x7b\xfd\x16\x13\xe2\x8b\x59\x4e\xc8\x72\x7a\xfd\xc4\x97\xd3\xbb\x78\xf5\x27\x43\x58\xbe\x7a\x15\xfe\xf4\x6b\x7b\xec\xf4\x61\xbd\x9d\x74\xf0\xb8\x1a\x54\xf8\xd3\xd5\xfb\x38\x52\x15\xfe\x49\x07\x8f\x23\x35\xd8\x31\x5d\xf8\x8f\x9d\x3e\x76\xfa\xe7\x9d\xf7\xfa\x3d\xca\x44\x62\xcd\x98\xae\x3d\x12\x6b\xd6\x4f\x7b\xa0\x46\x7c\x9d\x08\x63\x21\xd3\xb5\xf7\x3a\xad\x1b\x2a\x49\x95\x4b\x1e\xf9\x25\x69\xfc\x98\x2c\x03\x49\xe3\x57\xa1\xf4\xf8\x20\x9d\x67\x15\x82\x0b\x42\xa5\xf8\xd3\x2a\x9c\x11\xae\xe2\x6e\xfc\xf8\xf1\xd3\xea\x4f\x71\xf5\xc8\xc7\x5c\x32\x9e\xaf\xa2\x82\xe5\xf8\x64\x15\x15\x2c\x60\x9d\x99\x05\x23\xfa\x86\x69\xb3\xc9\xb3\xc3\x67\xca\xeb\xa3\xd3\x47\x27\xcd\xb6\xf5\x5e\xb2\xa0\x0b\x96\xa3\x59\x30\xa2\x6f\x50\xb6\x86\x6c\x4d\xd9\x9a\xb2\x9d\x3c\x52\x36\xea\xa4\x0e\x8e\x91\x57\xa1\x4e\xea\x2a\xe8\x61\x8a\x3f\xad\xa2\x1e\x86\xe4\x7c\x37\x43\x10\x4e\xce\x16\x8c\xe7\x16\xb7\x59\x32\x9e\xaf\xa2\x82\xe5\xa8\x76\x15\x15\x2c\x50\x4b\xa1\x03\x15\xac\xc4\xe8\x83\xf3\xd6\x25\x31\xba\x50\x29\xfe\xb4\x8a\x0a\x56\xc6\xf3\xc1\x41\xea\x92\xf1\x7c\xc1\x72\x5e\x4b\xf1\x91\x9d\x1a\x50\xe0\xfe\xca\x2a\x04\x14\x84\x4a\x24\x6f\x15\x75\x2e\xb0\x9b\x21\x88\x4a\x17\xa8\x14\x7f\x5a\x65\x38\x21\xc6\x1d\x38\xfa\x5c\x65\xf8\x16\x06\x6f\x61\xfb\xe5\x0b\x92\xf4\x0d\xca\x36\x19\xa9\xea\x1a\xa8\x25\x7c\xe4\xa2\x99\x5f\x33\x3a\x55\xc1\x02\x95\x1a\x51\xab\x4c\x9b\x19\x02\x38\x4e\x04\x39\x9c\x90\x83\x09\xc1\x2a\x4b\x82\xbe\x8a\xf1\xdf\xe3\x64\xf4\x87\xb2\x1d\xca\x46\x07\x87\xb2\xb9\xcd\x3e\x5d\x96\x97\xa3\xbf\x1c\x29\xa3\xba\x1c\xa9\xea\xfa\x54\x10\xd5\x35\x50\x0b\xca\x54\x06\xf1\x25\x5d\xf8\x38\xed\x41\x75\x0d\x54\x42\x9b\xab\xa8\xae\xe5\x01\x1f\xa7\x3f\xbd\xed\xf4\xa6\x53\x3c\x86\x72\xdb\x29\xb5\x3e\x06\x11\xe6\x55\x6e\xd7\xdb\x06\x2b\x22\xad\xa2\x06\x07\x76\x33\xe4\xbd\x15\x04\xad\x4e\x45\xa4\x55\xd4\xea\xe5\x3e\x6d\xc6\x84\xa8\x9b\x81\x5a\xfc\xd8\x6e\xbf\x05\x0e\xda\x06\x31\xe1\x05\x13\xf9\x07\xb5\x7c\x72\xf8\x16\xd4\xea\xc4\x84\x57\x51\xab\x03\xb5\x28\x47\xba\x68\x96\x13\xe2\x27\xb3\x9c\x90\xe5\x84\x20\xc7\x72\x42\xdc\xdb\x13\xd4\x5a\x12\x6b\x0b\x95\x14\xe6\x55\x5e\x47\xa5\x96\x22\xc8\xb0\x8a\x5a\xaa\xa8\xa5\xfc\xc2\xdf\xef\xaf\x29\x1b\x0a\x4e\xae\xed\x15\x14\x19\x9d\x6c\xee\x57\x90\xe8\x2d\xd4\xc2\x57\x1f\x6c\xda\x85\x32\xd9\x40\xaf\x60\xd7\x2e\x54\xf8\x11\x57\x70\x98\xb5\x20\xd1\xde\xcd\xf6\xfc\xca\xa2\x2d\x54\xf8\x11\x97\x24\xda\x0b\x8a\xe9\x32\x29\x1a\xbc\xe4\x98\x5e\xf0\x49\xd7\x82\x99\x93\x4f\x7a\xc1\x1d\x5d\x26\xe7\x23\x4b\xf2\x68\xa1\x92\x99\xbd\xe4\x8e\x5e\x12\x45\x4f\x3c\xef\x25\x51\xb4\x50\xcb\xf7\xcb\xee\x23\x3b\xc5\x57\x0e\x9d\xca\xa8\x76\x7a\xf0\xc8\x4e\x37\xec\x66\xfe\xb5\xd7\x67\x68\x82\x8e\xb8\xaa\x41\xa0\x4c\x1d\xcd\x68\x0a\xa2\x6a\xc4\xe5\x0b\x55\xa3\xec\xd4\x13\x1e\xcc\x25\x3b\xb5\x50\x8b\x72\xe8\x67\x46\x57\x36\x14\x46\xa8\xa5\x80\x4a\x4c\x7f\x05\x7b\xea\x15\xc3\x91\x62\xd1\x61\x8d\xfe\x80\xaa\x5c\xfb\xff\x8e\x74\x3a\x6f\xd8\x60\x99\x97\x17\x2c\xcb\x96\xdd\x5a\xb2\x2c\xaf\x40\x61\x4c\x15\x5c\xa8\x30\x42\x85\x81\x9f\x19\x2a\x0c\xc9\x98\xa7\x9a\x4b\x32\x66\xa1\x52\xb1\x6b\x85\x0a\x43\x32\xe6\xa9\xae\x91\x8c\x79\x41\xc0\x5c\x8b\x53\x79\xda\x29\x04\x53\x93\x0a\x72\x2b\x4e\x7b\x38\xf9\x28\xc7\x9f\x4f\xbd\x57\x70\xec\xb4\xe0\x65\xde\x7f\xc5\xce\x9c\xaf\x93\xf9\x1a\xfe\x61\xe7\xeb\x54\x26\x57\xb2\x4a\x0c\xa8\x05\x97\x3e\x2e\xdf\xdb\xe5\x44\xb8\xf6\x54\x62\xa1\x12\x1b\x3e\x52\xcc\xcb\x4e\x5d\x54\x3a\x93\x40\xa5\xee\xd7\x0a\x9d\xc9\xb8\x59\x19\xdf\x1b\xb9\xed\x41\x25\x86\xd9\x08\x95\x18\x84\xcb\xbb\x19\x73\xa8\xe7\x08\xbb\x72\x2d\xae\x02\x35\x51\xdc\x76\xaa\x20\xaa\x9d\x50\xed\xa0\x14\xe2\xfe\x3a\x7d\x6c\x66\x0f\xae\x5a\xd5\x0e\x2e\x7d\xa8\x76\x80\xdd\x8c\x4e\x75\x30\x81\x4a\x41\xaf\x15\x90\x4e\xac\x48\x65\xb3\x07\x9d\xc9\xc0\x99\xe4\xae\xc3\x0a\x9d\x49\xa0\x4c\x0e\x5e\x56\x90\x36\x2e\x54\xee\x3a\xac\x48\xc5\x5d\x4e\xaf\xcf\x96\xd3\xbb\x98\x5e\x4c\x5a\x2c\xa7\x77\xd9\x29\xce\x6f\xa8\x12\x43\x95\x88\x4b\x1f\xaa\x44\xe9\xa6\x67\xf1\x1b\x58\x5f\x0f\x4c\x08\x2e\x3d\xd4\xd3\x7f\x5d\x50\x47\xef\x66\x0c\x41\x67\x12\xee\xe8\x4a\x55\xae\x15\x8f\x0b\xe9\x71\x85\xa0\x39\x65\x83\x5e\x30\x3f\x57\x28\x4d\x97\xcc\xcf\x2b\xd0\xc3\x33\xd4\x92\xea\xe1\x50\x0f\x2b\xae\x7a\x58\xe6\xe7\x49\x81\xa5\x25\xf3\xb3\x50\xa9\xca\xb5\x42\x3d\x2c\xa5\xf3\xe4\x2c\x64\x49\xe9\xbc\xa0\x71\xae\xdc\xea\x58\x95\x18\xab\xb0\x9b\x1d\x3c\xab\x3e\xc3\xcc\xb1\x89\xaa\x86\x00\x80\xdd\xec\xe4\x59\xf7\x19\x23\x3d\xfc\xe5\xf0\x11\xf3\xc6\x3d\x88\x25\xf3\xf3\x82\xed\xd9\x22\x7b\xab\x72\x53\x47\xd8\xcd\xf6\x48\xab\x1a\xbc\xaa\xc1\xcf\xe0\x51\xf1\x91\x13\x82\x2f\x50\x8b\x82\x14\x26\x04\xad\x03\x59\xf4\x07\x65\x72\x5d\x62\x49\x1a\x2d\x58\x8b\x6f\x41\x20\xbd\x41\xd9\x30\xf2\x12\x44\x2f\x48\xa1\x6b\x61\x83\x50\xc9\x33\x10\x76\x33\x65\x53\xde\x60\xde\x4e\xe4\x08\xe7\x2d\x9c\x90\xea\x33\x05\xd9\x50\xb9\x79\xb2\xe4\x91\x5e\xf2\x48\x4f\x0a\x06\x2d\x79\xa4\x17\x3c\xd2\x16\x00\x5c\xf2\x48\xaf\xaa\xad\x0a\xcc\x5c\xd5\x56\x01\x95\x1a\x5f\xab\x1a\x13\xa9\xda\x2a\x2a\x01\xad\xaa\xad\x02\xac\x13\xb8\xaa\xb6\xaa\xd6\xaf\x53\x64\xd3\x3f\xaf\xd5\x4e\x19\xa9\xbe\x38\x50\x26\xd5\x76\x56\xd5\x19\xaf\xd8\x2a\x6e\xc5\xac\xaa\xad\xaa\xcd\xb7\x80\x56\xaf\x06\x40\xe0\xb8\xae\x1c\xc7\x2d\x39\xae\x97\x0c\xd0\x93\xfa\x38\x4b\x06\xe8\x05\x03\x74\x8d\xc2\xa8\xdc\xa1\x57\xcd\x06\x85\x0e\x56\xd5\x6c\x00\x35\xb0\xe7\xd5\x4d\xbb\x44\xd1\x93\x0c\xfc\x25\x51\xb4\x50\xe3\xfb\xa5\x33\x4e\xa0\x72\x56\xd7\xdb\x61\xa7\x87\x9d\xf2\xfe\x0e\x3b\x85\xbe\x70\x56\x17\xd2\xe1\x3b\xc5\x6c\x7c\xeb\x5e\xb3\x51\x39\x1c\x9a\x35\x7c\xe6\xbc\x9d\xcc\x1b\x8e\x77\x3d\x9d\x37\xed\x02\xf4\xb0\xab\x6a\x17\x80\xca\xc5\x9e\x55\xb5\x0b\x55\xbb\x50\x5d\x48\xda\x05\xa0\x52\x6e\x6b\x55\xed\x42\xbd\xec\x14\x57\xab\xea\xb5\xd6\xcb\x4e\x19\xe9\x65\xa7\xa4\x85\xcd\xda\xfc\x6b\xbe\xac\x0d\xf5\xfb\x3c\x34\x15\xc0\x6e\xe6\x33\x05\xb9\x98\x10\x47\x75\x39\x21\xb7\xd3\x8b\x4f\x52\xf5\x64\x81\x1a\xb8\xc5\x55\x47\xb6\x6a\x3e\xaa\x2b\x44\xf3\x01\xd4\xef\x63\x33\xee\x50\x35\x1f\x9c\x21\xad\xaa\xf9\x00\xea\xf7\xb1\x69\x3e\x6a\xda\x29\xde\x4c\x35\xc8\x50\x93\x85\x84\xa1\xae\xe9\x42\xd2\x2e\x70\x38\xb4\xaa\x76\xa1\x62\x17\xa2\xfe\xb9\x2a\xe8\xaa\x9a\x8d\x9a\xce\x3e\xd6\xa5\x1a\x83\x00\xea\xf7\x65\x2f\x67\x5f\x7b\xc0\xd9\xd1\x92\xf4\x5b\xa8\xdf\x97\xad\x3d\x80\xb9\xbb\x4c\xae\x49\x2c\xa9\xbb\x85\x1a\x78\xd2\x32\x77\x0b\x65\xc2\xba\xbb\xa4\xee\x16\x6a\xf8\x7a\x35\x11\xf5\x71\xbe\xd8\x44\x55\x83\x0b\xd0\x74\xd7\x4f\x4f\x18\x3d\xa8\x9a\x0d\x8e\x71\x56\xd5\x6c\x00\xf5\xd3\x13\xaf\x72\x68\x36\x9a\xfa\x44\xb3\x01\x54\x0a\x8b\xad\xaa\xd9\xa8\x84\x89\x67\x53\x51\xbc\x76\xfa\xda\xa9\x8f\xec\x14\xe2\xe0\xd9\x34\x1b\xaf\x9f\xca\x86\x1a\x2c\x3d\x09\xbe\x85\xdd\x2c\x78\x56\x7c\xc6\x84\xb0\xf4\x9a\xd6\x45\x1e\xf0\xc9\xa1\xd0\x92\x07\x5c\xa8\xc1\xd2\x93\x07\x7c\x35\x52\xc0\x26\xb4\xc9\xab\x71\x24\x26\x54\x4e\xd5\x57\x53\x35\x37\x22\x05\x13\x8a\xdb\xd5\x74\x91\x81\x4a\x99\xb2\xd5\xf4\x90\x9b\x0a\x0b\x2e\xd1\xd5\x54\x58\x40\x0d\xbc\xe6\x06\x23\xcd\x6a\xba\xc3\x1c\x72\xac\xa6\x3b\x0c\x54\xaa\x99\xad\xa6\x3b\xdc\xba\x9d\xf2\x16\x9a\x3b\x74\xa0\x52\xcd\x6c\x35\x37\xe8\x32\x77\x4f\x0e\x39\x96\xcc\xdd\x42\x55\xbf\x36\xbd\x66\xe8\xb7\x77\xb3\xce\x33\x7b\x20\x78\xaa\x7e\x6d\x06\x4f\x81\x32\xbb\xf3\x46\xd2\x96\x50\x49\x0c\x58\xcd\x78\x6a\xe3\x70\x68\x52\x04\x73\xc1\xcf\xbd\x81\x4f\x85\x6f\x51\x4a\xee\xd5\x54\xcd\x30\x34\xae\xa6\x6a\x06\x2a\xd4\xe0\xab\xb9\xb7\x6f\xd3\x4e\xc3\xbf\x66\xa7\xaa\x66\x3e\x59\x99\xbb\x85\xdd\x0c\x41\xf4\xf2\x81\x0a\x83\xf8\x6a\xdc\x73\x5f\x4d\x8f\x1e\x86\xc6\xd5\xf4\xe8\xdb\x81\x6c\xb8\xc5\xed\x50\x36\x2e\xb5\xcf\x5e\xfd\xe9\xed\x33\xf4\x1a\xfe\x6e\x53\xa9\x03\xbb\x99\x3f\x55\x5e\x15\xfd\x50\x0e\xe7\xed\xf4\x2d\xa0\x9a\x65\x15\x17\x2a\xb5\xd1\x96\xac\xe2\xab\x91\xb4\x35\xa1\x39\x5c\xcd\xb0\x40\x53\xe7\xe2\xb4\x36\x75\x6e\x4b\xe7\xcd\xd1\xeb\x67\x02\x15\x12\xf4\xd5\x52\x39\x54\x35\xd0\x2d\xae\xa6\xaa\x69\xaa\x1a\xdc\xe2\xa6\xaa\x69\x7a\xa8\x94\x3a\x5c\x4d\x0f\x15\xa8\x5c\x7f\x5c\x4d\x0f\xb5\xe9\x7a\x72\xd1\x62\x35\x5d\x4f\xa0\x42\xa9\xbe\x9a\xae\x67\xa3\xbe\xc0\x84\x74\x6a\xb5\xe5\xcb\x5a\xac\x10\xd7\xbd\x11\xd0\xc6\xc1\xd5\xe4\xa2\xc5\x82\xd7\xfc\x83\x4a\x09\xb5\x25\xbb\xf9\x6a\x6a\x24\xa8\x98\x56\x53\x23\x01\x95\x2c\x8e\xd5\x1e\x3b\x55\x23\xc1\xb1\xb4\x64\x3c\x17\x6a\xf8\x15\xa9\x91\xa4\x32\x9f\x94\x13\x5c\x52\x99\x0b\x95\x2c\x8e\x25\x95\xf9\x82\xb6\xbc\x4c\xc8\x93\x96\xbc\xe5\x42\xe5\x6a\xe6\x6a\x2a\x29\x60\x37\x63\xf4\xaf\x82\xa8\xb8\x70\xb2\x9b\x8a\xab\xe9\xef\x7a\x9c\x23\xbd\xf9\xea\x1c\x66\x4d\x28\x90\x56\xd7\x93\x05\x2a\xb7\x3a\x57\xd7\x91\xed\x6a\x29\xb8\x8d\x56\x57\x4b\x75\xb5\x14\xfe\x79\x57\x4b\xc9\x8c\x3e\xe1\x36\x5a\x32\xa3\x0b\x95\xea\x6b\x4b\x66\xf4\x25\xe5\xf9\xf4\xec\x46\xca\xf3\x05\xcd\x79\x25\x39\x65\x75\x3d\x54\xa0\x4c\xb8\x15\x57\xd7\x45\x05\x2a\xc9\x29\xab\x7b\x5a\xd6\x0d\x28\xc0\x46\xb4\xe4\x10\x5f\x5d\x27\x8d\xcd\x89\x84\xe0\xab\xab\x1a\xb9\xdb\xb2\xba\xaa\xb1\xab\x1a\xf1\xcf\xbb\xaa\x51\xde\xf0\x09\xdb\xc9\x92\x37\x5c\xa8\xf1\xfd\xd2\x09\x69\x76\xca\x8a\x96\x10\x7c\x75\x82\xa8\x54\x5f\x5b\xdd\x20\x2a\x50\xe6\xfc\xf9\xd7\x5e\x9f\xb1\x06\x71\xe3\xbb\x71\x55\x60\x37\xfb\x73\x65\xb1\xd5\x8d\xbb\x02\x96\xab\x5e\xd0\x8e\x6f\x98\xfe\x15\x9f\x39\x39\x9d\x6f\x56\x31\xc9\xed\x5a\x5d\xad\x0e\x5b\xc7\xea\x6a\xf5\xae\x56\x67\xfb\x25\xd3\xf8\x92\x56\x7c\x4e\xcc\x9c\xb4\xe2\x42\xa5\xd4\xc0\xea\x6a\x75\x28\xc4\x77\x33\x7a\x50\x85\x03\x95\xeb\xad\xab\x0f\xdf\xe5\x50\xb6\xe2\x33\x65\x1b\xca\x86\x1c\x43\xd9\x48\x01\x9b\xf0\x6b\xac\x4e\x0a\x98\x50\xab\x53\x68\x74\xb6\x6b\x23\xe0\xd7\x58\x5d\x1b\x01\x54\x52\x83\x56\xd7\x46\x40\x38\xbe\x9b\xf1\xcc\x93\x33\xd8\xc7\x6b\x75\x8e\xa6\xb2\x69\x23\xe0\xb0\x58\x5d\x1b\x01\xd4\x8a\x11\xea\xd3\xc5\xad\x8d\x80\x69\x70\x49\x52\x2e\x54\x8a\xb4\xad\xae\x8d\x90\x7d\x7c\x4e\xbf\x32\xfd\x72\x18\xc7\x2b\x45\xda\x16\xb4\xe3\x1f\x94\x09\xb3\xc3\x92\x7d\x7c\x75\x94\x7f\xf5\xc5\xa8\xfc\xbb\xe1\x1c\x58\x05\x97\x1c\xe2\x42\xa5\xac\xda\x92\x42\x7c\xf5\xcb\xb7\x80\x67\xd1\x8d\x93\x00\x56\x2a\x5f\xdd\xe3\xba\xae\xe3\xe8\x99\x4d\xd7\x71\xec\x38\x8e\xd5\xf7\xa7\x67\x28\x3d\xf6\xf4\x2c\x44\x7a\x6c\xa1\x52\x56\x6d\x49\x8f\xbd\xe4\xbd\x9e\x87\x73\xa9\x56\x07\xaa\x9b\x92\xae\x56\x07\x76\x33\x7e\xea\xc1\x16\x50\xab\xab\xc1\x73\x2d\x79\xaf\xe7\xe1\x24\xe9\x67\xc2\x75\x6d\x15\xf5\xd5\x97\xb2\x51\x28\x79\x1e\x8e\x7e\xb9\x42\x16\x2b\xc4\xd5\xa0\x3d\x00\x76\x33\x65\x53\x5e\x8e\xc4\xaa\xab\xc1\x23\xb1\x6e\x78\xe2\x70\xf4\xfa\x9e\xf0\x5e\x57\xca\xaa\x2d\x79\xaf\x57\xd7\x46\x1c\x2e\x4b\x6d\x04\x50\x29\xab\xb6\xba\x36\x42\x7a\xec\x79\xd8\x83\x36\x02\xa8\x94\x55\x5b\x5d\x1b\x21\xef\xf5\x3c\xfc\xa9\xee\x28\x24\xd7\xd5\xed\x97\x1c\xd7\x42\x99\x5c\xe1\x5c\x10\x5e\x7f\x50\x29\xab\xb6\xe4\xbd\x16\x76\x33\xe4\xd5\x6e\x00\xb5\xba\x52\x5f\xe7\x4d\xe5\xcf\x15\xce\x25\x17\xf6\x82\x0b\xdb\x7a\xf1\x4b\x2e\xec\x35\xb4\x07\x9e\x48\x0d\xed\x01\x60\xbd\xf8\x25\x3d\xf6\x1a\xda\x03\xae\x49\xae\xa1\x3d\x00\xac\x17\xbf\xa4\xcc\x5e\x72\x61\x4f\xee\x3f\x2e\xb9\xb0\x17\xfc\xd7\x95\xb2\x6a\x6b\x98\x03\x01\x94\xc9\xe5\xc1\x35\x48\x28\x5b\x03\x7b\x50\xd9\x62\x0c\xed\xc1\x30\x3c\xe1\x89\xd4\x30\x3c\x01\xd4\xaa\xb8\xba\xc5\xa3\xd8\x29\x8e\xdb\x08\x3b\x25\x53\x8c\x7a\x69\x6b\x90\x29\xb6\xa4\xcc\x9e\x10\xaf\x2d\x29\xb3\x85\x5a\x1d\x95\x11\x0b\xe8\xaf\x77\x33\xe4\x35\xc8\x00\xd4\xca\xde\x61\x18\x23\x1f\x06\x14\x3c\x43\x92\x8b\x7a\xc1\x3b\x5d\x29\xab\xb6\xe4\x9d\x5e\x43\x5b\x05\x07\xda\x92\x64\x5a\xa8\x6e\x5b\x87\x19\x15\xf2\x4e\x4f\x6e\x38\x2d\x79\xa7\x85\xea\xb6\x75\x68\xab\xe0\x98\xde\xcd\x0e\x9e\x29\x2f\x71\x07\xb7\xad\xc3\xb8\x83\xbc\xd3\x93\x1b\x4e\x4b\xde\xe9\x05\xd7\x74\xad\xec\x1d\x86\x19\x15\xc0\x6e\x86\xbc\x90\x4d\x0a\x95\xea\x6b\x6b\x68\xe5\x80\xdd\x4c\xd9\x94\x17\xcb\x57\x7d\x7f\x5a\xbe\xa1\x49\xe3\x46\xd6\x1a\xda\x2c\xa0\x56\xdf\x9f\x36\x0b\xe2\xea\xdd\x0c\x41\x3c\x3e\x84\xc5\xba\xba\xa5\x96\xc5\x7a\x0d\x4d\x9b\xc7\x60\x43\xd3\x06\xd4\xda\xed\xc0\xf5\xa6\x69\xe3\x2e\xd5\x92\xec\x5a\xa8\xee\xbc\x87\xa6\x6d\x90\xec\x36\xb9\x10\xb5\x06\xc9\x6e\x42\xa5\x48\xdb\x1a\xda\x27\xa0\x4c\x2e\xf6\xac\xe1\x59\x21\x50\xab\x6b\x4b\x9b\x05\xb1\xf5\x6e\xf6\x4f\x9c\x7a\x4b\x7c\xbd\x20\xb9\xae\x6e\xf3\x25\xb9\x5e\x43\x5b\xc5\xdd\x9a\x35\xb4\x55\x40\xad\xae\x50\xb3\x3c\x06\x7c\x59\x93\x4b\x33\x6b\xb8\x8f\x00\x6a\x65\xcf\x30\x34\x38\x40\x99\x50\xa5\xad\x71\x7c\x3f\x65\x5a\x89\x60\x0f\x8d\xd0\x30\x38\x74\xfa\xf9\xb8\x8f\x80\x96\xba\x56\xd7\xbb\x7b\x86\xa1\x11\xf2\x94\x6c\x68\x84\x86\x46\x08\x4b\x32\x34\x42\xb2\x57\xcf\xd3\xb5\xe7\xd6\x02\xa8\x75\xf8\x48\x39\x20\x65\x99\xa7\x8b\xca\x48\x10\x50\x0d\x45\x8c\xd3\x4e\xa1\xd5\x9a\xa7\x53\x0d\xad\x96\x50\xe1\x7f\x58\xc3\x78\x11\x50\xe6\xe9\x5c\x1a\x30\x02\x2a\xf5\xe5\xd6\xf0\x80\x74\x18\x43\x22\x01\x7f\x49\x55\x2d\x54\x68\x22\x96\x4c\xd5\x6b\x78\xb6\x70\x3a\x2c\x03\x46\x40\xad\x7e\xd9\xc6\x8b\x64\xaf\x9e\xa7\x82\x78\x40\x0a\x54\xca\xd0\xad\xe1\x71\x03\x4c\xd4\xbb\x19\x3f\x35\x12\x04\x54\xa3\x29\xc3\xb3\x05\xa0\xcc\x13\x4f\x5a\xaa\x6a\xa1\x52\x67\x6e\x0d\xe3\x45\xc3\xe0\x10\x19\xe2\x4b\x0e\xea\x05\xdf\x74\xa5\xce\xdc\x92\x6f\x7a\x0d\x6d\x3c\xe9\xd5\x6b\x68\xe3\x81\x4a\x9d\xb9\x35\x52\x39\xb4\xf1\xa7\x4a\x21\xbf\x1e\x18\xe9\xe1\x2f\x1d\xe9\x72\x7a\xfd\xda\x35\xe8\x40\xad\x8a\xab\x3d\x97\x96\x7a\x7a\xa4\x29\x2d\xb5\x50\x0d\x08\x49\x4b\xbd\x06\x94\x5f\xc7\xcf\xcf\x78\xf9\xe1\x2d\x3e\x3c\x35\xa2\x66\x1f\xd8\xcd\x7c\xa6\xbc\xba\x02\xc4\xef\x87\xae\x80\xec\xd5\xc7\x8f\x78\x8d\xec\xd5\x42\xad\x2a\x4e\xa3\x50\x03\x1b\x7f\x90\xc2\xbc\x86\x36\x1e\xa8\xa4\x26\xaf\x61\x3e\x8b\x24\xd7\x87\x47\xab\x92\x5c\x0b\x95\xd4\xe4\x35\xb4\xf1\xb2\x57\x1f\x3f\x95\x82\x1b\x3c\xa0\x56\xd5\xb0\x1b\xbc\x41\x66\xe2\xf1\xf3\x73\x36\xbe\x34\xb4\xf1\x6c\x23\x86\x36\x7e\x10\x72\x3a\x48\xc5\x5d\xc3\xdd\x1c\xec\xd5\xd5\x08\x99\xec\xd5\x4b\xf6\xea\xe3\x87\x09\x96\xbd\x5a\xa8\x95\xf7\x37\x0d\x2f\x49\x68\x7d\x90\xcf\xba\x24\xb4\x16\x2a\x69\xd3\x6b\x6a\xbc\x27\x99\x89\x07\x19\xa8\x6b\x7a\x90\x30\xb5\xca\xe8\xfe\xa9\x55\x86\x6e\xba\x1c\xa4\x48\x2e\xf9\xa6\x17\xdc\xd2\xb5\xb2\x1a\xe4\x96\x5e\xb3\x38\x04\xf4\xf0\xd4\x2a\x4f\xad\x32\xfb\x84\xa9\x55\x96\x82\xfa\x30\xbf\x50\x0a\x6a\xa1\x52\xc8\x6e\x4d\xad\xb2\xe4\xd1\x87\x07\xb5\x92\x47\x2f\x08\xa3\xab\x41\xbe\xe9\x69\x00\xb0\x9b\xf9\xd3\xdb\x67\xfb\x93\x31\xc8\x37\x3d\x20\x00\x76\x33\x7f\xaa\x20\x18\x6f\x2a\xd4\xad\xa9\xf1\x86\x4f\xba\x1c\x66\xdd\x49\x28\xbd\x20\x8f\xae\x54\xa8\x5b\x92\x47\x2f\x88\xa2\x77\x33\x46\xaa\x8d\x07\x2a\x15\xea\xd6\x34\xa9\x47\xf2\xe8\xc3\xcc\x36\xc9\xa3\x85\x4a\x1e\xf9\x9a\xda\x78\x59\xa1\x0f\x53\xd6\x64\x85\x16\x2a\x79\xe4\x4b\x56\xe8\x35\x9b\x9f\x0c\x8b\x6b\x9a\x35\x09\x54\x0a\xd9\xad\xa9\x3d\x07\xca\x61\x5a\xd8\xf4\x34\x1b\xa8\x70\xc8\x2c\xf9\xa4\x17\x0c\xd0\xbb\x19\x9d\xba\xf9\x84\xf5\xb9\x52\x58\x6c\x4d\xad\xf2\xec\xca\xe6\x0b\xd4\x2a\x03\xd5\x70\xe6\x34\xa9\x07\xd8\xcd\xe8\x41\x4b\x0d\x61\x74\x35\x9c\x39\xdd\x70\xca\x0a\x7d\x14\xe2\x35\xb2\x42\x2f\x98\xa0\x2b\x65\xca\xd6\x34\x5b\x07\xd8\xcd\x98\x24\x18\xd5\x84\x6a\xd4\x73\x1a\x32\x04\x76\x33\x7f\xaa\x20\x6c\x38\x5b\xd8\x81\x72\x60\xbc\x0f\xf3\xa8\x24\x94\x16\x2a\x35\xe5\xd6\xd4\x78\xc3\x27\x5d\x8e\x52\xfe\x89\x43\x6f\xf9\xa6\x85\x4a\xc9\xb9\x35\xdd\x7b\xce\xe1\x08\x1d\xb5\x36\x1e\xa8\x94\x9c\x5b\xd3\x4c\x4e\x99\xaa\x0f\xf3\xa7\x64\xaa\x16\x2a\x25\xe7\xd6\xd4\xc6\x4b\x41\x7d\x14\x47\xed\x46\x73\x72\x4e\x44\x19\xba\x35\x3d\x27\x9a\x64\x72\x1e\xa6\x0b\x4d\x23\x8f\x40\xa5\x0c\xdd\x9a\x06\x1e\x61\x9d\xde\xcd\xf8\x6b\x46\x19\xe7\xe1\x44\x30\x37\x6e\x34\x61\xa2\x2e\x87\x47\xf9\x53\x57\x00\xa8\x54\x7f\x5b\xd3\x88\xa2\x14\xd4\x87\x49\x34\x52\x50\x0b\x95\xfa\x72\x6b\xea\x0a\xcc\xd3\x4e\x71\x2c\xa6\xe7\x44\x10\x49\xd7\xc6\x76\x46\x1e\x69\x61\x37\xf3\xaf\xf9\x19\x9f\x7c\xc6\x6c\x23\xa6\x47\x47\xc0\x6e\x86\xbc\x7a\x0c\x40\x6d\x8a\xab\xc7\x00\x9d\xf4\x6e\x76\xfe\xcb\x5f\x5f\x69\x16\x85\xc6\x8c\xbf\xd2\x2c\x0a\x15\x32\xe1\xf7\x64\xd7\x23\x4c\xf2\xb2\x5f\x58\x18\x3f\xa8\x5c\x4d\x78\xe5\x62\x14\xe6\xf9\xf3\x51\xf7\xd1\x5e\x78\x30\x63\xbd\x50\x35\x7e\x50\xcf\xef\xd1\xf4\xd1\xfe\x5e\x71\x9f\xde\x93\xcd\x92\xf0\xbf\x1e\x9d\x3e\xda\xf3\x03\xd7\xea\x7b\x92\xc7\x23\x34\x92\xae\x5e\x68\x1f\x3f\x68\xb8\x19\xaf\xe4\x8f\x42\xe3\x3a\xe9\x0b\x11\xe4\x5f\xdf\x73\x6f\xa2\x1a\x5e\xc6\x7b\x16\xa5\xdf\xd0\x0f\xa5\x2f\x4a\xbf\x35\x7c\xc3\x42\xbf\x72\x3a\xbe\xe7\xd6\xd6\x96\x58\x7c\x4f\xce\x14\xde\x73\x6b\x69\xab\x1d\xbe\x67\x38\x85\x1b\x1a\x1a\xf9\x3d\xc3\x29\xdc\xd0\xd0\x97\xef\x19\x4e\xe1\xde\x4d\x35\x94\xde\x7b\x86\x3d\x6e\x1d\xdd\x50\x49\xaf\xf4\x90\x2f\x94\x90\x8d\x4f\xfc\x3d\xe3\xeb\xf1\xd9\x8f\xc2\x1e\x5f\x1f\xbd\xff\xfa\x97\x46\x25\xa7\xf7\xac\xbe\xda\x5a\x78\x44\x8f\x55\x21\xb6\x86\x6e\x54\x6d\x7a\xcf\xea\x80\xf6\xc6\xab\x75\xff\x56\x75\x0a\xf7\x4e\xca\xe2\x5f\xef\xd9\x1c\xd0\x56\xc6\xad\x57\xe6\xab\x39\x5f\x5b\xff\x36\xe8\x8d\xde\xb3\xf9\x6a\xb7\x92\xb5\xfa\xd5\x7b\x36\x5f\xda\x86\xd6\x3b\xb3\xda\x7c\x69\x8d\x1e\x07\x3d\xb6\xaf\xc7\x87\x47\xcc\x44\x73\x40\x1d\x21\x26\x7f\xbe\x2b\x44\x67\x40\x93\x56\xdd\x01\x6d\x0d\x6b\x29\xa0\xf7\xec\x0a\xb1\x15\x6c\x1b\x4e\x61\xb7\xc7\x0d\x8d\x68\xca\x7b\x76\x7b\xdc\xd0\x48\x89\x7b\xcf\xee\x44\x6f\xf8\xc7\x02\xe8\x2e\x93\x0d\x8d\x1c\xb6\xf7\xec\xce\xfd\x86\x46\x92\xc1\x0b\x15\xe6\x07\x8d\x74\x98\x57\x42\x4c\xa1\x91\xac\xf2\x42\x8e\xf9\x41\xa7\x0c\xd0\x2b\x47\xa6\x30\xbe\xf7\x38\x5c\x13\x1b\x3a\xb9\x59\xaf\x14\x99\x42\x83\x7b\xe0\x3d\x87\xcb\x64\xc3\xec\x0e\x68\x38\xec\x0d\x9d\x3c\xf0\xf7\x1c\x7e\x56\x1b\x7a\x71\x26\x86\x6f\x7b\x83\x21\xff\xf7\x1c\xbe\xa1\x0d\x9d\xdb\x1a\xef\x39\x9c\xaf\x0d\xbd\x7e\x03\x72\xbe\x36\x4c\x32\xbe\x5f\x69\x3a\x85\xce\xee\xeb\x95\xa6\x53\xe8\xed\x60\x01\x0c\xe7\x6b\xc3\xc0\xa3\x7d\x61\xf1\xfc\xa0\x7f\xaa\x63\x3a\x5f\x1b\x64\xcb\x7b\x25\xeb\x14\xe6\x4f\xe9\xa7\xf3\xb5\x61\xb2\xbd\x79\xe1\xf2\xfc\xa0\x7f\xca\x6a\x3a\x5f\x93\x0f\x59\x0d\x30\x9d\xaf\x39\xf9\x60\x90\x6b\x3a\x13\xf3\xe2\x91\x7f\xde\x31\x4e\xbe\x34\x17\xf9\x54\xfa\xc9\x97\xe6\x02\x98\x4a\xbf\xcd\x8a\x75\x33\xdf\xf3\x50\xd4\x0d\x96\x2f\x7e\xcf\x43\x51\x0f\x3e\xf7\x86\x10\x87\xa2\x6e\x68\x14\xba\x7c\xcf\x43\x51\xf7\x96\xb3\x35\x15\xf2\xe1\x7b\xdc\xd0\x9a\xaa\xf6\xf0\x3d\x6e\x33\x63\x35\xcc\x57\xb6\x50\xa1\xb5\xf1\x3f\x6e\x81\x9d\xed\x7f\x1a\xe5\xf7\x3c\x1c\xc8\xc1\xb2\x75\xce\x0f\x07\x72\x32\x90\xc1\x9f\x3d\x1d\xc8\xc9\x40\x06\x2f\xeb\x74\x20\x27\x4a\x6a\x30\xc1\xa7\xb3\xb9\xa1\x15\x5f\xfc\xa9\xd4\x27\x13\xec\xd7\x7a\x3a\xc1\x1b\x5a\xf3\x35\x9c\x2e\xb5\x0d\x56\xb1\x7c\x25\x2a\x7d\x21\x25\x6d\x4d\x45\x7c\xba\xae\x4e\xc6\xe6\x2b\x3d\x95\x7e\xc3\xf8\xa6\xee\x54\xfa\x0b\xe9\x0f\x7a\xbc\x94\x7e\xc3\x3f\xd6\xd5\xa5\xf4\x17\xaf\xc1\x65\x7b\xf9\x1a\x36\x34\x12\xeb\xde\xf3\xf2\x35\x6c\xb0\xd4\xf4\x7b\x5e\x8e\xf1\xe2\xcd\xb8\x92\x2f\xc7\x78\x31\xa0\x03\x21\x2e\x07\x74\x31\xa0\x53\x21\x1c\xd0\x75\xfd\x6f\x65\x70\xb9\xae\x2e\x06\x74\xda\xa3\x03\xda\x30\xe7\x27\xd7\x37\xa0\x97\x56\xfc\xf0\xf6\xab\xb8\x19\xa3\x66\xe4\x76\x8c\xf7\x16\xb5\xfb\x39\xdd\x8a\x7a\xa3\x88\x35\x23\xb7\xa2\xde\x28\x62\x4d\xe5\xad\xa8\x1b\xfa\xfc\xfe\xbc\xa2\xee\x7d\xb3\x55\x08\xdf\xf3\x76\x5d\xdd\x28\xbc\x83\x29\xbc\x15\xf5\x46\x37\xbb\xfa\x6e\x45\xdd\xf0\x0f\x4d\x99\x8a\x9a\xe8\x66\x6d\x6c\x3a\xf7\x89\xcd\xf0\x75\xa4\x13\x9d\x48\xef\xdc\xa7\xd2\x6f\x98\xdc\x89\x7e\x61\x86\xfd\x60\x90\x5b\xfe\xca\x0f\x2b\x58\xbe\xef\x85\x2b\xf6\x83\x56\x9c\xc2\x74\x8c\x89\xb1\x51\x07\xa6\x63\xdc\xdb\xf8\xd6\x5d\x26\xe9\xfa\x4a\x86\xad\xc2\x4b\x87\xbd\xc1\x7a\x7e\xef\x99\x0e\x3b\x19\xf6\x27\x97\xc3\x4e\xf4\xbc\x3f\x5c\x0e\x7b\x31\xc6\x93\x31\x2e\xc7\xb8\xf7\xf0\x96\xc4\x7b\xa5\x8b\x7d\xa1\x86\xb5\xfc\xdd\x2b\x35\xac\xf0\x0f\x6b\xb0\x94\x6b\x43\x1b\x7a\x08\x4b\xb9\x36\xb4\x51\xec\x51\xb9\x36\xb4\xa1\xc3\xb6\x94\x6b\x83\xa5\xe9\x5e\xe9\x63\x85\x7e\x6a\x76\x1f\x57\xce\xb3\x3f\x05\x0e\x5e\x5f\xa9\x62\x85\x56\x5c\xd1\x8f\xd2\x6f\x68\x43\x4d\xf9\xf8\x86\x1e\x6c\x6c\xd8\xca\x37\xb4\xa1\x0d\x95\xe7\xe3\x18\x1f\xcc\x6e\x65\x40\x8f\x73\xbf\xa1\x0d\x6d\xec\xe3\xb0\x1f\x5c\x31\x67\xf5\x71\x8c\x0f\x63\xac\x3e\x72\x8c\xef\x5e\xf7\x14\xaa\x7b\x61\x91\xdd\x80\x10\xea\xd3\x57\x21\x5e\x84\x70\x8c\xaf\x42\xbc\x08\xa1\xf2\x7c\x15\xe2\xc5\x96\xb9\xc8\x5f\x85\xd8\x30\x9a\x0e\xdb\xeb\xdc\x6f\x90\x89\xef\x95\x5d\x56\xe8\x53\x95\xf6\x7e\x72\x69\xfb\x7d\xe4\xdc\x6f\x18\x10\x65\xbe\x52\xd0\x0a\x63\x7c\x8f\x8a\x8f\xf6\xd7\xc1\x61\xf3\x7b\xe9\x52\x03\x53\xd7\xe2\xd2\xa5\x06\x1a\xd9\x2f\xef\xa5\x4b\x0d\x34\x12\x14\xde\x4b\x97\x1a\x68\x44\xf4\xdf\x4b\x97\x1a\x98\x1d\x6f\xe3\xd2\xa5\x06\x3a\xbb\xe2\x57\xce\x5b\xc1\x63\xcd\xf7\xd2\xa5\x06\x2a\x75\xfd\x5e\x69\x70\x85\xea\x44\xcb\x82\x2b\x54\xf8\x57\xdf\xd7\x01\xbd\xd4\x82\xc4\x85\x7b\xd9\xc1\x0b\x90\xa9\xbf\x2f\x1b\xf8\x97\x0b\xd6\x15\xe7\xe6\xd5\x77\x02\xd8\x04\xbe\xde\xa7\x7d\xb9\x4f\x4b\xce\xfd\xeb\x75\x5a\x81\xac\xcb\xf7\x75\x95\x02\xc4\xa7\x5f\xef\xd2\x0a\x05\x37\xf3\x75\x41\x02\x35\xfe\x4f\x73\xb8\xff\xff\xef\xd7\xdf\xfe\xe5\xff\xfe\x7f\xae\xbf\xfd\xbf\xd7\xbf\x3f\x7f\xc9\xff\xfe\xfb\xdf\x9f\xff\xf8\xaf\xf5\x6f\xf9\x5f\x7f\xf9\xbf\xf6\xd3\xbf\xac\xe7\xfd\xb7\xff\x78\xfe\xfe\xfc\x7f\xff\xf9\xdf\x7f\xcf\xe7\x2f\x7f\xfb\xcf\xbf\xed\x5f\xf1\xef\xff\x0f\x00\x00\xff\xff\x0a\xdc\xcd\xda\xad\x7f\x02\x00"); -var _bdfc =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\x53\x4d\x6b\xdb\x40\x10\xbd\xcf\xaf\x98\x63\x7a\x68\xbd\x1f\x96\x76\x05\x83\xa0\xc4\x04\x5c\x48\x13\xea\xa6\x29\x94\x1e\x64\xed\xc8\x08\xe2\x95\x90\xe4\x83\xff\x7d\x99\xb1\xe3\x42\x0e\x1e\xf9\xed\x7b\x6f\xfd\x66\x34\x5e\xdd\x6f\x37\xdb\xdc\x2f\xb8\x7a\x9e\x86\x76\xc7\x0b\x76\x7d\x4e\x13\xcf\xc3\x69\x6a\x19\xf7\x7c\xe8\x33\x80\x75\x98\xfa\x76\x79\x87\xfa\x68\x8f\xcd\x08\x20\xfe\xdd\x79\x5e\xf8\xb8\xcd\xdd\x80\xfe\xa2\x4b\xa7\xf1\xaa\x45\x5c\xfd\xe0\x43\x3f\x2f\xd3\x19\xef\xbe\xa6\x61\xcf\x9f\x30\x71\x27\xe7\x4f\x53\xe2\xa9\xcf\x07\xbc\xfb\xd6\x8c\x4d\xb6\x37\x62\x77\x1a\xc7\x37\x3e\x72\x5e\xd0\xe8\x19\xe7\xa4\x4f\x58\xdd\x3f\x36\xe3\xf7\xe6\xc8\xb8\x7a\x7d\xfe\xbc\x3b\x1f\xf7\xc3\x9b\x32\x4a\xfc\xe2\x69\xee\x87\x8c\xd6\x7c\x31\xa6\xfc\x7f\xfe\xf3\x3c\x32\xda\xeb\x0d\x2f\xdb\xcd\x53\xd7\xcd\xbc\x60\x2c\xe3\x45\xf3\xfb\x65\xbb\xc1\x3f\x16\xad\x41\x57\xf8\xc2\xfd\xbd\x4a\x5f\x1f\x87\xc4\xd7\x08\x60\x2f\x0d\xb5\x43\xe2\x79\x6c\x5a\x9e\x9a\x7c\x60\x40\x24\x63\x6a\xa4\x87\x87\x5a\x52\x7e\x60\xc1\x85\xab\xab\x4f\x97\x13\x32\xb6\x46\x2d\xd1\x14\x25\x90\x71\x02\x9d\xc2\x08\x64\xbc\x40\x5f\x63\xb4\x95\x05\x32\x6b\x81\x6b\x85\x22\x2e\x6a\x24\x1b\x45\x5c\x5a\x20\x5b\xd5\x48\x4e\xbd\x95\x03\x72\xe2\x75\xea\x8d\x25\x90\x13\xaf\x2b\x84\x75\x06\xc8\x95\x02\x4b\x65\x03\x90\x0b\x02\xf5\x2a\x27\x5e\xbd\xaa\x52\x36\x02\xb9\x46\x60\x23\xac\x17\xf1\x5e\x60\x52\xf1\x1a\xc8\xb1\xc0\x4e\xc5\x15\x90\x97\xfe\xbd\xd5\x90\x0e\xc8\x4b\x47\xde\xd7\x18\x62\x25\xac\xc4\x90\x12\x62\xb5\x06\xf2\xd2\x82\x94\x68\x15\x4a\x2a\x29\xd1\xf8\x02\xc8\x4b\x2a\x5f\xe9\x0f\x05\x20\x2f\x31\xa4\x44\x5b\x09\x2b\x31\x0a\x9d\x86\x75\x40\x85\x5c\x55\x24\x65\x03\x50\x21\xa9\xa4\x44\x5b\x58\xa0\x52\xe6\x1c\x24\x95\x33\x25\x50\x90\x54\xe1\x32\xe7\x00\x14\x64\x56\x21\x08\xeb\xbc\xbe\xb8\xf7\x17\x24\xdf\x65\xb1\x6f\x8b\xd6\x9e\xa6\x89\xf3\xa2\x6b\xad\xdb\x24\xeb\xd0\x67\xbe\xfd\x45\xc6\x61\x14\x97\x7e\xfe\x05\x00\x00\xff\xff\x81\xaf\xf4\x15\x4e\x03\x00\x00"); -func _gagg ()([]byte ,error ){return _g (_cebg ,"GB-EUC-V")};func _begfg ()([]byte ,error ){return _g (_gfae ,"UniGB-UTF16-V")};func _fafc ()(*asset ,error ){_gfbb ,_gged :=_bdeb ();if _gged !=nil {return nil ,_gged ;};_fgba :=bindataFileInfo {_b :"Hiragana",_ffe :551,_ag :_ed .FileMode (436),_ac :_c .Unix (1580492288,0)}; -_bggg :=&asset {_abe :_gfbb ,_ece :_fgba };return _bggg ,nil ;};func _ceeb ()(*asset ,error ){_ccf ,_dggec :=_fbfc ();if _dggec !=nil {return nil ,_dggec ;};_bbcf :=bindataFileInfo {_b :"UniJISPro-UCS2-HW-V",_ffe :4376,_ag :_ed .FileMode (436),_ac :_c .Unix (1580492860,0)}; -_fdad :=&asset {_abe :_ccf ,_ece :_bbcf };return _fdad ,nil ;};func AssetInfo (name string )(_ed .FileInfo ,error ){_dffa :=_a .Replace (name ,"\\","/",-1);if _dfgc ,_gcc :=_adgfc [_dffa ];_gcc {_ffcb ,_agab :=_dfgc ();if _agab !=nil {return nil ,_cf .Errorf ("AssetInfo %s can't read by error: %v",name ,_agab ); -};return _ffcb ._ece ,nil ;};return nil ,_cf .Errorf ("AssetInfo %s not found",name );};func _edfa ()(*asset ,error ){_gdda ,_faec :=_cgeb ();if _faec !=nil {return nil ,_faec ;};_efafc :=bindataFileInfo {_b :"KSCms-UHC-HW-H",_ffe :13680,_ag :_ed .FileMode (436),_ac :_c .Unix (1580492566,0)}; -_bddb :=&asset {_abe :_gdda ,_ece :_efafc };return _bddb ,nil ;};func _gddf ()(*asset ,error ){_gee ,_efd :=_fabg ();if _efd !=nil {return nil ,_efd ;};_acf :=bindataFileInfo {_b :"Adobe-Japan1-7",_ffe :2201,_ag :_ed .FileMode (436),_ac :_c .Unix (1580491344,0)}; -_dfga :=&asset {_abe :_gee ,_ece :_acf };return _dfga ,nil ;};func _beaa ()(*asset ,error ){_cbeb ,_agg :=_edce ();if _agg !=nil {return nil ,_agg ;};_ccfbc :=bindataFileInfo {_b :"UniKS-UTF8-V",_ffe :738,_ag :_ed .FileMode (436),_ac :_c .Unix (1580493065,0)}; -_fegfec :=&asset {_abe :_cbeb ,_ece :_ccfbc };return _fegfec ,nil ;};var _gebd =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\xd5\x4d\x6b\xeb\xc6\x1b\x05\xf0\xbd\x3e\xc5\x2c\xef\x7f\x71\xff\x99\xe7\x45\xa3\x11\x88\x40\x49\x08\xa4\x70\xdb\xd2\xf4\x0d\x4a\x17\x8e\x34\x0e\x86\x46\x36\x8a\xb3\xc8\xb7\x2f\xe7\x39\x76\x28\x5d\x04\x47\xc7\xd2\x23\xe5\x77\x32\x9a\x9b\xbb\xc7\xfb\xc7\xf5\x70\x4e\x37\x3f\x6d\xc7\xf9\xa9\x9d\xd3\xfe\xb0\x2e\x5b\x7b\x3b\xbe\x6f\x73\x4b\xcf\xed\xe5\xb0\x76\x9d\x68\x5a\x0e\xf3\xf9\x7a\x18\x1f\xf3\xeb\xee\xd4\x75\xb8\xfe\xe9\xe3\xed\xdc\x5e\x1f\xd7\xfd\x31\x19\xcf\x5b\xde\x4f\x97\x73\x53\xba\xf9\xb9\xbd\x1c\xde\xce\xdb\x47\xfa\xf2\xdd\x72\x7c\x6e\xff\x4b\x4b\xdb\x23\xff\x71\x5b\xda\x76\x58\x5f\xd2\x97\xef\x77\xa7\xdd\x2a\x9f\x5f\x3c\xbd\x9f\x4e\x7f\xb7\xd7\xb6\x9e\x53\x1f\x59\x5b\x97\xf8\xec\x6e\xee\xbe\xed\x4e\x3f\xec\x5e\x5b\xba\x89\x59\x5f\x79\xe5\x57\x9e\x16\xdf\xfe\xd6\xb6\xb7\xc3\x71\x4d\xf2\xff\x9c\xff\x15\xff\xf2\x71\x6a\x49\x2e\x53\xfe\xf8\xf5\xf1\x3e\xfd\x29\x49\x72\xd2\xbe\x88\xfd\x75\xc9\x7f\xff\x76\x5c\x5a\xca\xd7\x7b\x3d\xde\xdf\x1d\xdf\xd7\x73\xd2\x6c\x32\x30\x14\xfe\x59\xf3\x71\x69\x6f\xa7\xdd\xdc\xb6\xdd\xfa\xd2\xba\x94\xa6\x9c\x73\xbe\x4d\x93\x3f\x3c\x3c\xdc\xe2\x79\xff\x73\x46\x57\xf3\xe5\xca\xc3\xc2\xe4\x7a\x45\xce\xfb\xfd\x6d\xca\xdd\x94\x85\xc7\x82\x63\xed\x4b\x37\x65\x65\xa2\x48\x7a\xd1\x6e\xca\xc6\xc4\x90\x0c\xa5\x76\x53\x76\x26\x8e\x44\xb2\x7a\x37\xe5\x9e\x51\x1f\x91\x56\xcc\x2e\x8c\x4a\x44\xbd\x61\xf8\xc0\x68\x88\x68\x18\x31\xbd\x32\xaa\xf1\x04\xd9\x31\x7e\x64\x34\x46\x64\x19\xe3\x77\x8c\x76\x97\xe7\xc4\xf8\x67\x46\xcf\x11\x55\xc1\xf8\x99\xd1\x8c\xc8\xf2\x80\xf1\x0b\xa3\x25\x22\x53\x8c\x6f\x8c\x5a\x44\x7d\xc5\xf8\x3d\xa3\x7d\x44\xd5\x73\x37\x09\xa5\x24\xa4\x3c\x8f\xa5\x9b\x84\x58\x12\x58\x6e\xbd\x76\x93\x50\x4b\x42\xcb\x4b\xae\xdd\x24\xe4\x92\xe0\xf2\x5a\xbc\x9b\x84\x5e\xe2\x17\x53\x8c\xa7\x97\x84\x57\x6f\x03\xc6\xd3\x4b\xc2\xab\x2f\x86\xf1\xf4\x92\xf0\xea\x6b\xc5\x78\x7a\x49\x78\x15\x71\x8c\xa7\x97\x84\x57\xf1\x8c\xf1\xf4\x92\xf0\x2a\x05\xc5\x0a\xbd\x24\xbc\xca\x88\x66\x85\x5e\x12\x5e\x83\xa0\x5a\xa1\x97\x84\xd7\xe0\xa8\x56\xe8\x25\xed\xd2\x3f\xc6\xd3\x4b\xc2\x6b\x18\x51\xad\xd2\x4b\xc3\xab\x0a\xaa\x55\x7a\x69\x78\x55\x47\xb5\x4a\x2f\x0d\xaf\x3a\xa0\x5a\xa5\x97\x86\x57\x1d\x51\xad\xd2\x4b\xc3\x6b\x54\x54\xab\xf4\xd2\xf0\x1a\x1d\xd5\x2a\xbd\x34\xbc\xc6\x01\xd5\x2a\xbd\x34\xbc\xc6\x11\xd5\x2a\xbd\xb4\x5e\xff\x57\x31\x9f\x60\x3a\x32\x73\x94\xab\x14\xd3\x1d\xb3\x01\xed\x2a\xc9\x34\xc8\xd0\x3e\x6e\x41\x33\x9d\x99\x29\xfa\x55\xa2\xe9\xc2\xac\x47\xc1\x4a\x35\x6d\xcc\x06\x34\xac\x64\xd3\x3d\x17\x49\x46\xc5\x46\x37\xcb\xcc\x14\x1d\x1b\xe1\x4c\x98\xf5\x28\xd9\x28\x67\x7a\x5d\x60\xb9\x9b\x8c\x74\x16\x74\x62\x19\x35\x1b\xed\x8c\x6b\xd3\x0c\x3d\x1b\xf1\x8c\x8b\xd3\x7a\x14\x6d\xd4\x33\xae\x4e\xab\x68\xda\xc8\x67\x5c\x9e\x9e\x51\xb5\xd1\xcf\xe8\xe7\x86\xae\x8d\x7e\x46\x3f\xef\x51\xb6\xd1\xcf\xe8\xe7\x15\x6d\x1b\xfd\x8c\x7e\xbd\xa0\x6e\xa3\x9f\xcd\xd7\xb7\x02\xee\x41\x3f\xa3\x5f\x5f\x50\xb8\xd1\xcf\xe8\xd7\x57\x34\x6e\xf4\x33\xfa\x15\x41\xe5\x7e\x79\x07\xd2\xaf\x18\x3a\x77\xfa\x39\xfd\x4a\x41\xe7\x4e\x3f\xa7\x5f\xa9\xe8\xdc\xe9\xe7\xf4\x1b\x04\x9d\x3b\xfd\x9c\x7e\x83\xa3\x73\xa7\x9f\xd3\x6f\x28\xe8\xdc\xe9\xe7\xe5\xfa\x2a\xc3\x3d\xe8\xe7\xf4\xab\x82\xce\x9d\x7e\x4e\xbf\xea\xe8\xdc\xe9\xe7\xf4\xab\x05\x9d\x3b\xfd\x9c\x7e\x75\x44\xe7\x4e\x3f\xa7\xdf\xa8\xe8\xdc\xe9\xe7\xf4\x1b\x1d\x9d\x3b\xfd\x9c\x7e\xe3\x80\xce\x9d\x7e\x4e\xbf\x71\x44\xe7\x4e\x3f\xdf\xf7\x33\xde\xb5\xaa\x1e\xbb\xc6\x75\x77\xc0\xef\xd8\x5f\x3f\xf7\xbb\xf9\x7d\xdb\xda\x7a\x8e\xdd\x35\x36\x34\xec\x47\x87\xb5\x7d\xee\xd4\xa7\xe3\x09\x57\xc5\xcf\x3f\x01\x00\x00\xff\xff\x98\xa1\x0f\xb2\xd5\x07\x00\x00"); -func _dfag ()(*asset ,error ){_afe ,_bfca :=_ecg ();if _bfca !=nil {return nil ,_bfca ;};_fdaf :=bindataFileInfo {_b :"GBT-H",_ffe :44433,_ag :_ed .FileMode (436),_ac :_c .Unix (1580492211,0)};_baef :=&asset {_abe :_afe ,_ece :_fdaf };return _baef ,nil ; -};func _ffaeb ()([]byte ,error ){return _g (_gege ,"UniJIS2004-UTF16-H")};var _ge =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x44\xd3\x41\x8b\xdb\x3e\x10\x05\xf0\xbb\x3f\xc5\x1c\xf7\x7f\xd8\x7f\x2c\x2b\x8a\x2d\x28\x0b\x25\x29\xd4\x85\x6d\x4b\xd3\xdd\x16\x4a\x0f\xb2\x34\x0e\x86\x46\x36\xb2\x7d\xc8\xb7\x2f\x7a\x93\x75\x0f\x61\x92\x9f\x3d\x8f\x77\x98\xec\x8e\xed\xa9\x8d\xc3\x42\xbb\xaf\x69\xf4\x67\x5e\xa8\x1f\x62\x48\x3c\x8f\x6b\xf2\x4c\x1d\x5f\x86\x58\x14\xaa\xa2\x30\xf8\xe5\xed\x27\x86\xbf\xba\xa9\x28\x76\x75\xf3\xf8\xe1\xe5\xf8\xf8\x91\xd6\x99\xef\x74\x6c\x4f\xe7\xdb\xbc\xf0\xb5\x8d\xfd\x48\x5a\x56\xc3\x3a\xdd\xd7\x89\x76\xdf\xf8\x32\xcc\x4b\xba\xd1\xc3\xfb\x30\x76\xfc\x1f\x05\xee\xb3\x7f\x49\x81\xd3\x10\x2f\xf4\xf0\xc9\x4d\x2e\xaa\xed\xc1\x79\x9d\xa6\x3f\x7c\xe5\xb8\x50\x09\xe3\x18\x30\x8b\xdd\xf1\xd9\x4d\x9f\xdd\x95\xe9\xad\xca\x2b\x1e\xc0\x5f\x39\xcd\xc3\x18\x49\x95\xff\x97\xe5\xe1\x9f\x7f\xbf\x4d\x4c\xea\x1e\xf0\xf3\xa5\x3d\xd1\x2f\x45\xaa\xa4\xca\x68\x63\x7e\xdf\xfd\xc7\xf3\x18\xb6\xb7\xaa\x5a\xda\xfb\x21\x24\x17\x2f\x5c\xbc\x73\xca\x55\x4f\x94\x87\x7e\xa2\xba\x69\xea\x4c\x9d\x02\x75\x15\xc8\x82\xbc\x10\x67\xb2\x2a\x93\x97\xb7\xbc\x01\xed\x41\x0e\x14\x3a\x10\x16\x59\xde\xca\xa3\xb6\x2a\xc7\xef\x1d\x08\xa3\xb6\xaa\x01\x69\x21\x0d\xb2\x20\x23\x94\xe3\x6d\x55\x82\x6a\xa1\x1a\xa4\x40\x56\xc8\x82\xaa\x4c\x5e\xb2\x3c\xb2\x2a\x9d\x89\x85\x58\x68\x0f\x92\x78\x96\x78\x03\x92\x78\x96\xf8\x03\x88\x85\x18\x94\xdb\x1b\x69\x6f\xa4\x7d\xd5\x80\xb4\x90\xc4\x5b\x90\x11\x42\xbc\x2e\x41\xb5\x10\xe2\xb5\x02\x59\x21\xb4\xd7\xb9\xbd\x91\xf6\x46\xda\xeb\xdc\xde\x48\x7b\x23\xed\xf5\x1e\x24\xf1\xd2\x5e\x1b\x90\xc4\x4b\x7b\x7d\x00\xb1\x10\xda\x6b\xb4\xef\x65\xb1\x3f\x80\x9a\x7c\x81\xdb\x31\xe4\xef\xf9\xf6\xb7\x5b\xf4\x6b\x4a\x1c\x17\x5c\x3e\x2e\x2e\x5f\xd1\x10\x79\xfb\x63\x4d\xe3\x94\xb7\xf0\xf9\x1b\x00\x00\xff\xff\x09\x64\x4a\x68\x84\x03\x00\x00"); -var _gbbf =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x74\x58\x41\x6f\x1c\x37\x0f\xbd\xef\xaf\x98\x63\xbe\x43\x3e\x4b\xa2\x34\x23\x01\x85\x81\x22\x41\x51\x07\x48\x5b\xd4\x49\x1a\xa0\xe8\x61\x76\x57\x72\x17\xa8\xd7\x8b\xb5\x7d\xc8\xbf\x2f\xf4\xb8\x7a\x74\x8d\xf6\x10\x64\x1e\x49\x51\x7c\x94\x48\xca\x7b\xf5\xee\xe6\xfd\xcd\xf1\xf0\x34\x5d\xfd\x72\x7e\xd8\xdd\xd6\xa7\xa9\x1d\x8e\xfb\x73\x7d\x7c\x78\x3e\xef\xea\xb4\xad\x77\x87\xe3\x66\xe3\xc3\xb4\x3f\xec\x9e\x06\xc4\x7f\xbb\xfb\xf5\xb4\xd9\x5c\x7d\x3e\x1e\x3e\xdc\xdc\x7e\x75\xc1\x4b\x70\x2e\xbe\xfd\xfc\xe9\x07\x09\x6f\x7f\x9c\x9e\x1f\xeb\xc5\xe2\xdd\xcd\xfb\xdb\x6f\x8f\x4f\xf5\xfe\xe6\xd8\x1e\x26\x51\x4f\xfb\xe7\xd3\xc5\xdb\x34\x5d\xfd\x5a\xef\x0e\x8f\x4f\xe7\x6f\xd3\x9b\xef\xf7\x0f\xdb\xfa\xbf\x69\x5f\x5b\x97\xff\x7c\xde\xd7\xf3\xe1\x78\x37\xbd\xf9\xb0\x9e\xd6\xa3\xa7\xe2\xf6\xf9\x74\xfa\xab\xde\xd7\xe3\xd3\xb4\x40\x56\x8f\x7b\xfc\xbf\xb9\x7a\xf7\x71\x3d\xfd\xb4\xde\xd7\xe9\x3f\x22\xfb\x02\x3b\x98\x7d\xa9\xe7\xc7\xc3\xc3\x71\xf2\xff\x77\x6e\x36\xf1\xa7\x6f\xa7\x3a\xf9\x8b\xbb\xaf\x9f\x6f\xde\x4f\xbf\xfb\xc9\xbb\x29\xa4\x59\xe2\x1f\x17\xf9\x6f\x1f\x1f\xf6\xb4\xf2\xce\x29\x99\xdd\x61\xbf\xfb\x73\x3d\x6f\xbe\x73\xce\xb9\xe0\x7c\xba\x9e\x96\x5c\x02\xf1\x0c\x9c\x06\x0e\xaa\xcf\xc4\xaa\x5f\x2e\xd8\x17\x77\x3d\x2d\x92\x09\x7d\x87\x33\x61\xe8\xb0\x10\x4a\x87\x5c\xbb\x8b\xd7\x53\x16\xef\x89\x13\xb0\x23\x9e\x81\x47\x6c\xbe\x76\xec\x5e\xe0\x05\x38\x12\x67\x60\xfa\xab\x05\x58\x2e\x58\xca\xf6\x7a\xf2\xc1\xc7\x4c\xc1\x0e\x82\xd9\x04\x7b\xb5\x58\x28\xa8\x10\x24\x47\x41\x7b\xb5\x64\x75\xba\xa4\x50\xe0\x75\xc9\x4c\x41\x78\xbd\x44\xd4\x22\x51\x10\x55\x60\x16\xe9\xf5\x92\x59\x2d\x18\xd8\xda\xb9\xbf\x34\xc8\xc0\xa6\x2f\xc0\x16\xc4\xfa\xda\xe3\xb6\x1b\x2c\x81\x78\x07\xec\x89\xf7\xc0\x83\x78\x72\xbb\xeb\x69\x89\xbc\x18\xc9\xed\x81\x17\xe2\x0a\x3c\x13\x37\xe0\xb1\x5f\xf2\xfd\xa2\x24\x27\xc4\x1e\x98\xfe\x7c\x00\x8e\xc4\x02\x4c\x7f\x3e\xc2\x9f\x27\x4e\xc0\xe6\x6f\x06\x0e\xc4\x0b\xb0\xf9\xcb\xc0\x85\xb8\xc0\xbf\xf9\x5b\x81\xc9\xd7\x6f\x81\xcd\x5f\xe7\x9f\x82\xed\xb7\x07\x26\x7f\x5f\x81\x8d\x4f\x03\xe6\xfe\x01\xfc\x03\xf9\x04\xf0\x0f\x8c\x27\x80\x7f\x60\xbe\x50\x78\x49\xe8\x0f\x85\x97\x84\xfb\x87\x05\x98\xf1\x85\x0c\x6c\xfb\x81\x1f\x8b\x2d\x05\xf0\x13\xdb\x1f\xfc\xc4\xf6\x03\x3f\xcf\xfd\x04\xf1\x7a\xda\x4b\x44\x3e\xe8\x4f\xb0\x9f\xe3\xfa\x08\xfb\xc8\x7c\x46\xf0\x8b\xcc\x67\x04\xbf\xc8\x78\x23\xce\x97\x95\x96\x22\xfc\xb3\x8c\x52\x04\xff\xc8\xfd\x23\xf8\x47\xdb\x0f\xfc\x13\xf3\x11\x11\x4f\x1a\xfe\xe7\x7e\x5e\x39\x04\x4f\xdc\xef\x73\xf0\x85\xb8\x42\x6f\xf6\x0d\x78\xc4\xbb\x38\xad\xda\x65\x6c\xb8\xf4\xba\xce\xc1\x5d\x1c\x88\xc3\x85\xc8\xe3\x82\x89\xc3\x85\x28\xa3\xec\xc5\xe1\x02\x94\x51\xb1\xe2\x90\x90\xe2\x33\xb1\x00\xd3\x1f\x08\x97\x11\x80\x38\x10\x2c\x83\x80\xb8\x58\x80\xc3\xc0\x33\xd6\x8f\x0b\x29\x2e\x2b\x66\x3c\x59\xfd\x25\x62\xf5\xc7\xf8\x72\x05\x66\x7c\xbd\x3b\xe6\xb0\xd0\x7f\x41\x02\x17\xee\x8f\x46\x37\x8b\x98\x00\x84\x42\xee\x93\x6d\x4c\x95\x4d\xfe\xb7\x31\x23\x6e\xd5\xe0\x48\x76\x45\x70\x42\xb2\x2b\x82\x7b\xe1\x1b\x64\x85\xc1\xec\xb0\x5e\x48\xb6\x2a\x26\xd9\xaa\xfe\x48\xb6\xaa\x3f\x92\xad\x20\x2b\x24\xdb\xf4\xf0\xc6\x7e\xa1\xb5\xeb\x29\x88\x4b\x23\x40\x71\xae\xcf\x9e\xd1\xf7\x45\x9c\x74\x3c\xca\x45\xc4\xf5\x96\xed\xcb\x6c\x06\x18\x5e\x8c\x50\xdc\xac\x06\x9e\x82\x45\x05\x89\x82\xac\x02\x5b\x52\x54\x60\x9b\xac\x2a\x98\x29\xd8\x42\xb0\xd8\xae\x3b\x15\x04\x0a\xf4\x16\xd2\x00\x6d\xb3\x44\x46\xe1\x11\x66\x34\x3d\x66\xac\x18\xd6\x28\xb3\x09\x32\x0c\x98\x18\xaf\x41\x66\xee\x88\x42\x92\x44\x16\xbd\x91\x65\xe1\x51\x4b\x40\xe6\x22\x49\x05\xcd\x1c\x73\x2f\xbd\xd3\x75\x81\x79\x98\xc1\xc1\x0c\x70\x98\x91\x89\xeb\xad\x2c\x0b\x2b\x4d\xd0\xca\xca\x8b\x08\xf6\xea\x90\x21\x88\xc7\x02\x86\x20\xa8\x6d\xe7\xe8\x51\xf4\x74\x23\x31\x22\x18\xcd\x49\x44\x16\x2c\xf0\x66\x90\x55\xc0\x18\xa4\x80\x25\x63\x90\x55\x0d\xcc\xc5\x16\x06\x16\xd3\x4e\x0d\x98\x68\xd9\xab\x80\x51\x46\xaf\x02\x2e\x89\xc8\xac\x45\xd5\x3b\x44\x96\x64\x58\x83\x0a\x26\x40\x15\xd9\x61\xc7\x15\x89\x22\x8b\x88\xcb\x62\x41\x47\x1c\x25\xab\x44\x12\x2a\xdc\x8e\x2e\x69\xde\x2c\x4f\x49\x54\x60\x16\x51\x05\xcc\x6c\x42\x8c\x91\x2b\x16\xbc\xc1\xdc\x0b\x81\xe6\xc1\x82\x58\x34\x0f\x91\x17\x6c\xa9\x2a\xe0\x7d\x58\x1a\x6e\xd8\xc5\x45\x6b\x0e\x9d\x6a\x94\x4d\x6b\x0e\xad\x7d\xa1\xde\xeb\xdb\x67\xcc\xfa\xd6\xb4\x55\x8f\xb3\x69\x4d\x70\x81\xc6\xdb\xa4\x35\x81\xde\xd1\x81\x34\x74\x0b\x37\x70\x52\xfb\x44\xac\xdd\x64\x26\xd6\xf5\x86\xeb\xcb\x51\xd1\x1a\xba\x57\xce\xe5\x1f\x9d\x53\x16\x76\xce\xf3\x7a\xbc\xab\x97\xb9\x23\x5b\x77\x3d\x8d\x4f\x8f\x16\x9c\xec\x51\x46\x5d\x72\xfd\xac\x62\xe6\xfc\xed\xf3\x6b\x7c\xf6\xed\xe2\xc2\xd1\xda\x7b\xd7\xf8\xc4\x2b\x2a\xdb\xab\x6e\x36\x15\x1e\x50\x99\x03\xb6\xb7\xab\xf1\x59\xa0\x32\x87\xab\xa9\xb6\x50\xd9\xb3\x43\xa8\x0a\x98\xf0\xc2\xe0\x7b\x99\x8e\x4f\x3c\x96\xbc\x3d\x2e\x3c\x55\x82\x77\x02\xe7\x72\x92\x64\x2a\x3c\x01\x1c\xc3\xe8\x35\x38\x3e\xf1\xba\xe1\x9f\x0a\x49\x6c\x2f\x1c\x66\x8a\xf6\x70\xb0\x55\xa8\x8f\xc4\xe6\xe9\xdc\x08\x43\x5c\x4f\xe7\x92\x33\x07\x08\xb3\x21\x0e\x2f\xd9\xe2\xa8\xf2\xd1\x54\x18\x4b\x8e\x63\xcd\xcf\xa6\x5a\x70\x96\x36\x12\xfd\x0b\x8f\x05\x17\x96\x4d\xd7\x95\x44\x5d\x99\x71\xd9\x39\xf9\x9a\xa9\x1a\xba\x16\x8b\xd1\xb7\x71\x3b\xc4\xb7\xa2\xc3\x5b\xa8\x5b\x4d\xd7\xa0\xb3\x92\x34\xda\x82\x57\x90\x2f\xd6\x3a\x7b\x6d\x8d\xc6\x2f\x3a\x7b\x58\xb9\x7e\x35\x9d\xb6\xe0\x4c\x9f\xfd\x35\x34\xda\xb3\x57\x9d\x4d\x84\x6c\x3a\x9d\x2e\xc5\x7a\xbb\xed\x27\x4e\xbb\x36\x1b\x83\x44\xd3\x25\xd5\x59\x8b\xb7\x75\x51\xd7\x05\x6b\x83\x62\xba\x59\x75\xd6\x02\xb7\xa6\xd3\xce\x14\xac\x21\x1b\x87\xa4\x3e\x6d\x6e\xa6\x64\x3a\xf5\x39\x4e\xaf\x35\xde\x95\xd6\x50\x39\xb9\x50\x95\x1a\x55\xf3\xe5\x0f\x49\x7f\xe9\x0a\xda\x04\x00\xee\xd7\xd3\x86\x3f\x1a\xec\x9e\xcf\xe7\x7a\x7c\xc2\x4f\x14\xf8\x31\xa0\xff\x81\x7f\x38\x56\xfe\x20\x72\x7a\x38\xf5\x55\xf8\xf7\x77\x00\x00\x00\xff\xff\x51\x4f\x67\x1f\x3c\x11\x00\x00"); -func _dadd ()([]byte ,error ){return _g (_bffc ,"Adobe-Japan1-2")};var _dbgf =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\x58\x4d\x8f\x1c\xc7\x0d\xbd\xcf\xaf\xe8\xa3\x73\x70\xb6\xbe\x49\x02\x8b\x01\x0c\x29\x8b\xc8\x81\xe3\xc0\x8a\x93\x00\x41\x0e\xdd\x5d\x6c\x61\x81\x68\x76\x30\xbb\x0a\xa0\x7f\x1f\xf0\xbd\x95\xe2\x18\x3e\x58\xf4\xbe\x26\x59\x2c\xd6\x63\x91\x35\x77\x6f\xde\xbd\x7d\x77\x79\x7c\x59\xee\xfe\x72\x7b\xda\xdf\xfb\xcb\x72\x3c\x5e\xe6\xcd\x9f\x9f\x3e\xdd\x76\x5f\x36\xff\xf0\x78\x39\x9d\x72\x59\xe6\xe3\xfe\xf2\xe5\x4f\x88\xfd\xe3\x7a\x3d\x9d\xc2\xfe\xfd\xe7\xe7\x17\xff\xf8\xee\x72\x3c\x2d\x95\x7a\xf3\xd3\xf5\x55\x77\x59\xee\x7e\xf2\x0f\x8f\xcf\x2f\xb7\xcf\xcb\x37\xdf\xcd\xa7\xcd\x7f\xb7\x4c\x3f\x02\xff\xf1\x36\xfd\xf6\x78\xf9\xb0\x7c\xf3\xfd\x7a\x5d\x2f\xf9\xeb\x87\xf7\x9f\xae\xd7\x7f\xfb\x47\xbf\xbc\x2c\x19\x98\x5f\x26\xe4\xe9\xee\xcd\x0f\xeb\xf5\xcf\xeb\x47\x5f\xee\x2c\x5d\xff\xf3\xed\x4f\x7f\x7a\xff\xfd\xb7\x7f\xc4\x37\x7c\xfa\x9b\xdf\x9e\x1f\x9f\x2e\x4b\x4e\xbf\x4f\x69\xfc\x0f\xff\xeb\xe7\xab\xbf\xfa\x3a\xdd\xfd\xfc\xee\xed\x8f\xc7\xf1\xec\x2f\x8b\x4a\xa2\xce\x3f\x7e\x7e\xf7\x76\xf9\x67\x5e\x72\x5a\x4a\xaf\x2d\xff\xeb\x55\xf5\xef\x3f\x3c\x4d\x5f\xa8\x74\xea\xdc\xd2\xfe\x34\xfd\xf9\xba\xee\x7e\x5b\x2f\x1f\xfc\xb4\x2c\xf7\x29\x9d\x97\x65\xb9\xd7\x74\x8e\xbf\x34\xb7\x74\x5e\xee\xed\xe1\xe1\x0d\xfe\xfe\x8e\x5f\xdf\x3e\xe0\xaf\x3f\x24\x7c\x7d\x78\xf3\xfa\xf5\xe1\x2d\xbe\x3e\x3c\x9c\x63\x97\xbf\xf2\x7d\xca\x5c\xf2\xf2\xf4\x32\xfd\x20\x86\xd5\xee\xf3\x71\x5e\x72\x58\xfc\xf2\xd3\x29\xa7\xf4\x1a\xe3\xe3\x7c\xd5\x2e\xa1\x2d\x1e\xda\x11\x20\xa2\x5c\x4c\x4e\x5f\xc2\xd4\x1c\x1f\x47\xad\x81\x50\x21\xaf\xfb\x79\x19\x36\x02\xd9\x14\xc8\x76\x9c\x17\x69\xe1\x22\xef\x44\x76\x0f\xc4\x02\x99\x2b\x10\xd7\xf3\x22\x1d\x56\x07\xfd\x1c\x72\x5e\x44\x60\x75\xec\x44\xf6\x40\xc2\xaa\xb4\x23\x90\xd2\xc3\x4a\x53\x20\x03\x56\x45\xec\xbc\x88\x01\xd1\x0c\xc4\xd6\xf3\xa2\x39\x3c\x17\xa3\xd5\x91\xcf\x8b\xb6\x72\xba\xd7\xca\x5d\xd4\xd8\x85\x95\x1e\x08\x77\x51\x6d\x9c\x17\x53\x0d\x84\x56\x75\x1b\xe7\x25\xa7\x1c\x01\xd5\x8d\xd0\x04\x54\xc3\xae\xd1\x53\x8b\x30\x72\xea\x11\x64\x13\x42\xc8\x5f\xb2\x58\xaf\xd1\x7b\xb3\x7c\x5e\x72\x4e\x91\xc8\x46\xf7\x10\xd2\xb0\xbb\xb6\x52\x2b\x84\x34\xcd\x80\x32\xa1\x8c\xc4\x11\x2a\x84\x0a\x20\x04\xb1\x56\x42\x35\x92\x99\x2a\xa0\x46\xa8\x41\x8b\xee\x3b\xa1\x0e\x2d\x04\xb1\x0e\x42\x23\xa0\x42\x43\x21\x14\xc7\xd0\x33\xdd\x2b\x21\x9c\x55\x65\x10\x46\xc8\x00\xd1\xfd\x4a\x68\x45\xf4\x09\xd0\x46\x68\x03\x84\x4c\xac\x3b\xa1\x1d\x71\x35\x40\x93\xd0\x04\xa4\x80\x9c\x90\x23\xd4\x01\x88\xf9\x0a\x21\x3d\xc1\xd7\xc6\x7c\x85\x90\x9e\xe1\x6b\x63\xbe\x42\x48\xaf\x08\x62\x63\xbe\x42\x48\x2f\x34\x64\xbe\x36\xe4\xab\x62\xc5\x8d\xf9\x0a\x21\xbd\xd3\x17\xf3\xb5\x21\x5f\x20\x40\xdb\x98\xaf\x8d\xf9\x42\x5c\x1b\xf3\xb5\x31\x5f\xc8\x04\xf9\x0f\x21\xbd\xd2\x17\xf3\xb5\x21\x5f\x8d\x41\x30\x5f\x21\xa4\x27\x06\xc1\x7c\x85\x90\x5e\x70\x42\x1b\xf3\x15\x42\x7a\xe6\x8a\xcc\x57\x08\xe9\x64\xe1\xc6\x7c\x6d\xc8\x57\x0b\xa8\x93\x98\xbd\x63\x8f\x1d\x50\x87\x56\x97\xa8\x83\x84\x12\xeb\xb2\x13\xf2\xf3\xa2\x45\xc3\x7d\x27\x57\xbb\x76\x40\xb1\xa1\x6e\xc8\x6a\x47\x49\xa5\x01\x43\xd2\xb7\x93\x13\x02\xf7\xe4\x44\x0f\x02\x68\x29\x84\x36\x42\x33\x20\x70\xb5\x33\xf7\x3d\x36\xa4\xac\x8e\xce\x0d\xf5\x3d\x43\x2b\x32\xd1\x27\x0d\x8f\x16\x45\x9c\x43\x6b\x70\x43\x10\x32\x52\x06\x94\x09\x85\x61\x46\xf4\xa3\x15\x42\x05\x5a\x34\xac\x84\x6a\xac\x58\x12\xa0\x46\xa8\x01\xa2\x56\x27\x14\xdb\xae\xa8\xa1\xd1\x06\xa1\x01\x5f\x02\x48\x08\x09\x0c\xa9\xa5\x84\x14\x5a\x84\x8c\x90\x41\x8b\xa1\xae\x84\x56\x68\x35\x40\x1b\xa1\x0d\x2b\x12\xda\x09\x4d\x68\x75\x40\x4e\x28\x4e\x28\x55\x06\x81\xdc\x8f\xde\xe1\x1e\x86\x9d\xa1\x86\xd0\x4a\xc3\xce\x50\x3b\x42\xad\x48\x4e\x67\xa8\x1d\x71\x55\x1a\x32\xae\x8e\xe3\x40\x6d\x8f\x3e\x09\x4d\xf8\x82\xa1\x31\x54\x43\x5c\x19\x29\x34\xc6\x15\x42\x2b\x93\x43\x4e\x40\x68\xca\x71\x8e\x83\x57\xda\x58\x41\x39\xd0\x77\xf0\xfe\x82\xd0\x84\x82\x19\xbc\xbf\x20\xb4\xa0\xd2\x06\xef\x2f\x08\x2d\x19\x59\xe5\xfd\x05\xa1\x85\x9c\xe0\xfd\x05\xa1\x05\x37\xc0\x20\xbf\x20\x34\x75\x04\xc1\xda\x86\xd0\x84\x66\x33\x58\xdb\x10\x5a\x51\x7c\x63\x67\xbe\x76\xd0\x97\x71\xed\xdc\xf6\xce\x3d\x12\xe2\x1e\x77\xee\x11\x2b\x4e\xee\x31\x84\x26\x86\x3a\x49\xcc\xc9\x6d\x17\x74\xe9\x2f\xdd\xf5\xb7\x1a\xae\x8e\xc9\xac\x4c\x66\x05\x29\x98\xdc\xc9\xc4\xe6\x70\x0e\xc2\x1a\x90\x60\xa4\x66\x34\x64\x21\x23\x21\x34\xf7\x04\x48\x09\x29\x0c\x1b\x20\x23\x14\x27\x9f\x71\x41\x08\x19\x09\xa1\x19\x97\xa0\x90\x91\x10\x32\x0a\x7d\xed\x84\x76\xb8\xcf\x80\x26\x21\x92\x81\x86\x4e\xc8\xe1\x9e\xa1\x1e\x84\x0e\x40\x30\xec\x8c\xbe\xa3\x82\x91\x61\xe9\x99\x10\x2a\xb8\x11\x2a\x84\x0a\x20\xec\xb1\x57\x42\x15\x50\x05\xd4\x08\xe1\x82\x68\x08\xa2\x77\x42\x1d\x10\xb6\xcd\xb2\x10\xd4\x40\xae\x74\xcf\xe4\x84\xd0\x8c\x9b\x58\x78\xbd\x89\xc5\x8a\x35\x63\x45\xe3\x8a\x26\x08\x15\x2b\x1a\x0d\x0d\x86\xe8\x10\x62\xcc\xaa\x21\xab\x03\x59\x35\x66\x15\x57\x65\xe5\x1e\x59\x3c\x10\x9a\xc1\x48\x31\x66\xd5\x90\x55\xb4\x75\x31\x66\xd5\x50\x75\xcc\x3d\x4b\x0c\x42\x4b\x61\x10\xcc\x2a\xa6\x86\xae\x58\x91\x25\x06\xa1\x89\xe7\xc8\xa9\x01\x42\xba\x12\x62\x56\x31\x35\x74\x5c\x95\xc2\xaa\x83\xd0\xc4\xe4\xb0\xea\x20\x34\x2b\x56\x64\xd5\x09\x4a\xac\xa2\x27\x09\x47\x04\x08\x4d\x4c\x21\x47\x04\x61\x3b\x30\x42\x4c\x0e\xda\x41\x6a\xd8\x10\xdb\x01\x84\x74\x23\xc4\x4c\x60\x1e\xe8\xc6\x15\x99\x09\xcc\x03\xdd\x18\x17\x33\xb1\xe2\x12\x24\xbf\x38\x0f\x40\x68\xe2\x69\x73\x1e\x10\xce\x03\xe8\x36\xc2\x79\x00\x42\x13\x79\xcf\x79\x00\x42\x13\xc9\xc4\x3b\x43\x38\x0f\x60\x86\x15\xde\x19\xc2\x3b\x83\x2c\xe4\x9d\x21\x9c\x07\xd0\xa6\x84\x9d\x0b\x42\x13\x59\xc8\x56\x2c\x1b\xe2\x62\xc1\xec\x8c\x6b\x67\x10\xd8\x90\xd3\x97\x83\x5f\xe8\x10\xe2\x4c\x61\x08\xad\x3c\xed\x83\x64\x3a\x90\x42\x52\xee\x60\x0a\x63\x26\xd6\x0a\x43\xe5\xa5\xa0\x6c\x8c\x68\x07\xca\xc6\xa8\xec\x82\x25\x56\x54\x16\x8c\x46\x75\xc8\xc0\x8d\xa7\x03\x2b\x42\x88\x75\x42\x2b\x21\xb0\x10\xbc\x57\x52\x4e\x63\xc5\x9c\xd1\xd6\x8d\x2b\x1a\x26\x5c\x5e\x95\xc6\xa9\xc1\xa0\x55\x30\xea\xad\xd4\x5a\xa1\xd5\xd0\x21\x56\x6a\xad\xd0\x6a\x12\x04\xd8\xa8\xb5\x41\x8b\x87\xb6\x51\x6b\x83\xd6\x40\x5c\x3b\xb5\x76\x68\x09\x88\xb9\x53\x6b\x87\x96\x82\x13\x93\x5a\x13\x5a\x86\x01\x67\x52\x6b\x86\x56\x61\xcb\x73\x6a\x79\x68\x95\x8c\x91\xdd\xa9\xe5\xd0\x2a\x98\x07\x0e\x6a\x1d\xd0\xaa\x20\xc0\x41\xad\x03\x5a\x2d\xba\xa0\xf1\x5d\x66\x09\x5a\x98\xc5\x2c\x29\x21\x68\x81\x26\xf6\xfa\xb6\xc3\xa3\xa9\x48\x1c\xad\xf1\xd5\x64\x78\xdb\x14\x89\x7a\xb4\x42\xad\x02\x2d\x8b\x16\x60\x85\x5a\x05\x5a\x26\xed\x74\x6f\x7c\xba\x18\x9e\x2e\x35\x45\x75\x18\xdf\x2e\x56\x43\xab\xe6\x51\x4e\xf7\xc6\x67\x89\xe1\x0d\x52\x8b\x4a\x40\xd4\x6a\xd0\xaa\xd1\x28\x8c\x33\xa2\x61\xfa\xab\x2d\x86\x38\xe3\xf4\x67\x1d\x5a\x18\x8d\x8d\x83\x97\x0d\x68\x8d\x11\xd1\x0f\x6a\x0d\x68\x49\xcc\xc1\xc6\xd6\x64\x02\x2d\x0d\xde\x9b\x50\x0b\x5c\xad\x16\xbd\xd2\xc8\x55\x53\x29\xe7\xa5\xe1\xce\x31\xf2\xcb\xc0\xaf\x96\xe2\x52\x30\xf2\xcb\xc0\xaf\x96\x35\x0c\xc9\x2f\x03\xbf\x5a\x89\xe3\x30\xf2\xcb\xc0\xaf\x56\x25\xb6\x4d\x7e\x19\xf8\xd5\x1a\x8e\x83\xfc\x32\xf0\xab\xf5\x91\xfe\xbf\x15\x8f\xfa\xeb\x4e\x6c\x64\x9f\x81\x7d\x6d\xe0\xb0\xc8\x3e\x03\xfb\x9a\x44\x99\x1b\xd9\x67\x60\x5f\x53\x1c\x16\xd9\x67\x60\x5f\xb3\x18\xb8\x8c\xec\x33\xb0\xaf\x19\x0e\x8b\xec\x33\xb0\xaf\xe7\xa8\x56\x23\xfb\x0c\xec\xeb\x19\x87\x45\xf6\x19\xd8\xd7\x6b\xcc\x3a\x46\xf6\x19\xd8\xd7\x6b\x1c\x16\x2e\xfe\x79\xc4\x09\x8f\xd3\xbd\x93\x8b\x0e\x2e\xf6\x9e\x52\x40\x4a\x08\x36\x3d\x8e\xce\xc9\x45\x07\x17\xfb\x88\xde\xe0\xe4\xa2\x83\x8b\x5d\xe2\xe8\x9c\x5c\x74\x70\xb1\xab\x84\x7b\x72\xd1\xc1\xc5\x6e\x71\x74\x4e\x2e\x3a\xb8\x38\xd2\x68\x01\x51\x0b\x5c\x1c\x39\xda\x85\x93\x8b\x0e\x2e\x8e\xd2\x4b\x40\xd4\x02\x17\x47\x8d\x47\xa6\x93\x8b\x0e\x2e\x8e\x16\xed\xc2\xc9\x45\x07\x17\x07\x9e\xb5\x4e\x2e\x3a\xb8\x38\x46\x89\xe8\xc9\x45\x07\x17\xc7\x88\x5e\xea\xe4\xa2\x83\x8b\x03\xbf\x01\x38\xb9\xe8\xe0\xe2\xd0\x78\x6e\x3b\xb9\xe8\x1a\x5a\x92\x62\x4c\x72\xa5\x16\xb8\x28\x69\x44\xf4\xe4\xa2\x83\x8b\x92\xa3\xb3\x39\xb9\xe8\xe0\xa2\x94\x78\x5a\x39\xb9\xe8\xe0\xa2\xd4\x78\xfc\x3a\xb9\xe8\x2b\xdf\xe9\xd1\x67\x7c\x45\xc7\xf5\x95\x43\x6d\xf0\xda\x37\xdc\xd4\xbe\xe1\xa6\xd6\x38\x7b\xdf\x30\x26\xf9\x16\x33\x91\x68\x3c\xc0\x7c\xeb\x1b\xa1\x68\x89\x8a\x3d\x6e\x83\x5a\xa3\x01\x82\xaf\x61\x80\x64\x05\x04\x43\xa5\xfb\x10\x62\x31\xda\xf8\x8e\x7a\xa3\x10\x8b\xf1\xcd\x77\xcc\x0b\x14\x62\x71\x9f\xfb\xce\x50\x21\xc4\x62\x1c\xf1\x1d\x93\x00\x85\x58\xb4\x1e\xdf\x31\x09\x50\x88\xc5\xbd\xe9\xfb\x4e\x5f\x3b\x7c\x45\xf9\xf8\xee\x84\x9c\x50\x03\x44\xf7\x4e\xf7\x1d\x10\xdd\x3b\xdd\x0f\x40\x3b\xa1\x1d\x50\x44\xcf\x22\xa3\x10\x03\x01\x26\x9e\x7c\x14\x62\xd1\xec\x7c\xe2\x7d\x47\x21\x56\x13\xa0\x41\x68\x00\xca\x80\x94\x10\xfa\x5f\x8d\xe8\xe7\xa0\xaf\x01\x5f\x35\xa2\x9f\x8a\x50\x21\xc4\xa2\x83\xf8\xd4\x4e\x08\xa1\xc6\x35\xe3\x53\x85\x10\x32\x11\xc5\xef\x53\x9d\x90\x03\x42\xf4\x46\x43\x63\x10\x7a\xba\x3f\x62\x80\x88\x7f\x72\x14\xc6\x11\x16\xf1\x4f\x89\x9d\x1d\x71\x50\xf1\x4f\x5c\x13\xbf\xbc\xb6\xe2\xff\x3f\xae\xd7\xd3\xd7\xdf\x35\xf7\x4f\xb7\x9b\x5f\x5e\xf0\x2b\x2a\x7e\xba\x5c\xa6\x1f\x8f\x17\xff\xfa\x8b\xec\xf5\xe9\x1a\x56\xf8\xef\xbf\x01\x00\x00\xff\xff\x89\xe9\xd8\x67\xbd\x15\x00\x00"); -var _fbd =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\x9a\x4f\x8f\x1c\xb7\x11\xc5\xef\xfb\x29\xfa\xe8\x1c\x9c\x25\x8b\x4d\x36\x09\x08\x03\x18\x92\x8c\xe8\x60\x39\x88\xa2\x24\x40\x90\xc3\x34\xff\x08\x0b\x44\xb3\x8b\xdd\xd5\x41\xdf\x3e\x20\x59\xc5\x57\x36\x72\xb0\x05\x43\x54\xd7\x72\xa6\x9a\xaf\x59\xfd\xf8\xab\xbd\x7f\xfb\xe1\xdd\x87\xdb\xc3\xeb\x76\xff\xd7\xe7\xc7\xfc\xa9\xbe\x6e\xed\xe1\x56\x9e\xeb\xcb\xe3\xb7\xe7\x5c\xb7\xb3\x7e\x79\xb8\xdd\xdd\x59\xda\xca\x43\x7e\x95\x7f\x8e\xbf\xf2\xd7\xeb\xd3\xdd\x5d\x9f\xff\xe9\xfb\xcb\x6b\xfd\xfa\xe1\xd6\x1e\x37\x37\x7f\xae\x7c\x7b\xe2\x9f\xdd\xb6\xfb\xbf\xd5\x2f\x0f\x2f\xaf\xcf\xdf\xb7\x1f\x7e\x2a\x8f\x67\xfd\xd3\x56\x6a\xeb\xd7\x7f\x7d\x2e\xf5\xf9\xe1\xf6\x65\xfb\xe1\xed\xc7\x4f\x76\x5d\xfe\xf4\xed\xe9\xe9\xbf\xf5\x6b\xbd\xbd\x6e\x66\x5c\xab\xb7\x32\xfe\xbe\xbb\x7f\xfb\xcb\xf5\xe9\xe3\xf5\x6b\xdd\xee\xdf\x7e\xfc\xf4\xe3\xfb\xcf\x6f\x7f\xfc\xcb\x88\x8c\xc0\x3f\xea\xf3\xcb\xc3\xe3\x6d\xb3\xe6\xcf\xc6\x04\x5c\xff\xfb\xf7\xa7\xba\x59\xfe\x84\xcf\x1f\xde\xfd\xda\xda\x4b\x7d\xdd\x9c\x99\x9f\x7e\xff\xaf\xcf\x1f\xde\x6d\xff\xb6\x9b\x35\x1b\x79\x17\xe3\x7f\xf8\x47\xff\xf9\xcb\x63\xa9\x9c\xc2\x9d\x9f\xb7\x93\x1f\x4b\x7d\x79\xba\xe6\xfa\x7c\xbd\x7d\xa9\x77\xdb\xf6\xc6\x98\xcb\x36\xff\x7b\x13\xcd\xa5\x5f\x89\xef\x7f\xb2\xfd\xcf\x65\x0e\x7f\x7e\xff\xf3\x7b\xb9\x4e\xb8\x4e\xfa\xba\xc3\x75\xb7\xae\xcf\x6b\xe3\x93\xe7\xb5\x7a\x2b\xbf\xfb\xfe\x3b\x3b\xd3\xba\x3d\xbe\x96\xda\xe6\xb5\x91\xd1\x1b\xdb\x2e\x9b\x75\x61\x8f\x7d\x96\x0e\xdf\x59\x63\xf8\x5e\x1e\x0a\xcf\xa0\x3e\xe3\xa8\x32\xe3\x4d\xac\x57\xdb\xff\xf4\x8c\xc6\xb0\xd5\xcb\x96\x12\x07\x08\x01\xea\x01\x9b\x1c\x47\x1c\x22\x2e\xd7\xcb\x46\xf1\xe0\xc8\x8e\xc8\xde\xe7\x38\x27\x73\x3c\x22\xbe\xe6\xcb\xb6\x93\xcc\xf1\xb5\xae\x48\x33\x97\xcd\x1b\x99\x13\x30\x27\x9c\xb5\x47\x02\x47\x0e\x44\xc6\xd0\x27\xbf\x22\x84\xc8\x7e\xd9\xbc\xc3\x1c\x8f\x88\xef\x73\x10\x09\x88\x84\x3e\x27\xad\xc8\x81\xc8\x71\xd9\x82\xa1\x15\x89\x88\xc4\xcb\xe6\x77\xb3\x22\x09\x91\xdc\xe7\xb8\x15\x29\x88\xb4\x3e\xc7\x4a\xe4\x34\x2b\xd2\x87\xc1\x1c\x2b\x82\x3b\x3d\xc7\x9d\xa6\xb8\x42\xb8\xd5\x3e\x0c\x06\x11\x87\x88\xbb\x6c\xc1\xae\xe4\xce\x1d\x91\xbe\x3c\xfb\xbe\x22\x58\x9e\x3e\x0c\x16\xc9\x61\x79\xfa\xd0\xa7\xf5\x8c\x1c\x27\xd6\xa7\x0f\xfd\xbe\x74\x38\xb1\x3e\x67\xea\x1f\xb7\x56\xee\xbc\x22\x72\xed\x73\x96\x0e\xe7\x89\xc8\xd9\x6f\xc8\x20\xef\x8c\x50\xee\x93\xb0\x40\x58\xd4\x3e\x0c\x16\x77\x54\x11\xa9\x97\x2d\xac\x87\xf1\x38\x1b\x22\x6d\x7c\xd1\xca\x3b\x43\x89\x6c\xfb\xa4\xf5\x71\x19\xcb\xdd\x87\x7e\x6d\xa1\x23\x63\xb9\x73\xe8\x73\xd6\x1d\x65\xac\x4f\x1e\xeb\xb3\x56\x2e\x63\x7d\x72\xbf\xd7\x7d\xad\x4f\xc6\xad\xe6\xf1\xfc\xe0\xb1\xcf\xb8\xd7\x3e\x0c\x58\xba\x8c\x7b\xed\x43\xef\xd7\xca\x65\xdc\x6b\xe9\x8f\x16\xd2\x2e\x78\xb4\x4a\x7f\x7e\xfc\x4a\xa1\xe0\x86\x4a\xdf\x2a\x7e\x3d\x0b\x05\xcf\x42\x89\x7d\xce\x5a\x9e\x82\xc7\xbe\x74\x59\x55\x04\xb2\x96\x29\xeb\x12\xaf\xe0\x5e\x4b\xbb\x6c\x07\xad\xb4\x2b\x74\xe8\xc3\x83\x96\x42\x15\x69\xf7\xa1\xf7\x6b\x11\x2a\x14\xaa\xbe\xcf\x41\x04\x69\xf7\xa1\xf7\x2b\x83\x0a\x85\x6a\xb9\x6c\x87\x43\x06\x58\xd2\x3e\x0c\x46\x7d\x1c\xd6\xb4\x51\x9f\xb4\x3e\xae\x61\xe5\xfa\x30\x18\x5a\xcb\xdd\xb0\xf5\x5a\xbc\x6c\x07\x76\x7f\xc3\xd2\xf5\x61\x30\xb4\x1e\x93\x86\xcd\xd2\x7a\x7a\x50\xbc\x21\xbd\x3e\x8c\x6b\xbd\x23\x8a\x63\xec\xe5\x2c\x7a\xbf\x22\x07\x22\xc7\x65\x8b\x81\x56\x24\x22\x12\x7b\x24\xac\x48\x42\x64\xe8\x1a\x57\x64\xe9\x1a\x7b\xfd\x89\x41\x56\x21\xa2\xfe\x8c\x61\x30\xf8\x38\x14\xa0\xd8\x8b\x49\x3c\x56\x72\xa8\x25\xb1\xd7\x05\x6b\xd6\x4e\x8e\xa7\xfa\xa6\xfe\x04\x59\x24\x8e\xc2\x10\xfb\x26\xb7\xc6\xae\xfc\xb0\xcb\x63\xdf\xa1\xd6\xd0\x9a\x95\x91\x45\xdf\x63\x16\x2b\x1e\xb1\xc7\xc6\x30\xd8\xe0\x56\xa8\x22\x54\x47\x68\x7d\x17\x76\x59\xec\x7b\xc9\x9a\xf5\x0e\x89\xd8\x4c\x63\x18\x6c\x40\x08\x69\xf4\xed\x63\x29\xae\x0f\x2c\x57\x84\xae\xbd\xa6\x60\xa1\xb0\x9f\x62\x7f\xe2\x2d\xa5\xb5\x50\x15\xdf\xd5\x87\x3e\x98\x15\xc1\x57\xf5\xa1\x75\x6b\x13\xc6\xea\x11\x3a\x7a\x68\xd5\xea\x58\xf1\x58\xd4\xf3\xb2\xd9\x10\x97\x90\x15\x0b\xdf\x87\x3e\xd8\x15\xc1\x0a\xf6\x17\xba\x0d\xeb\xed\x1c\x1b\x1e\xcd\x76\x5e\x36\x32\xf8\xbc\x86\xcf\xeb\xcf\x33\xa1\x56\x26\x3c\xd0\x63\x78\x1c\xce\xae\x10\x21\x44\x7d\xd6\x2a\x62\xe9\xea\x10\x72\x63\x16\x42\x3b\x42\x7e\xcc\x72\x2b\x14\x10\x3a\x2f\x9b\x33\x3b\xbe\x2b\x23\xd4\xcd\x8d\xb7\x7e\x85\x1a\x42\xed\xb2\x25\xb3\x8a\x52\xc2\xab\x7d\x0c\x13\xb6\x70\xc2\xbb\x3d\xf5\x6d\xe2\xd2\x7a\xd4\x12\xb6\x49\xea\x6f\xe3\xdd\xe1\xbe\xf0\x3a\x1e\xc3\xfd\x58\x2f\xdd\x84\x2d\x94\xfa\xfb\xd7\x9b\x1d\xb3\x12\x42\xe3\x51\x33\x32\x2d\xc3\xe9\x65\xea\xef\x3c\x2f\xbb\x2b\xc3\xcf\xe5\xe1\xe7\xba\xcf\xea\xf6\x54\x2c\xe5\xff\x73\x99\xe3\xa7\x61\xf7\xb2\xef\x13\x43\x64\x31\x33\x4c\x5d\x0e\x3d\x72\x44\xbe\xe7\x0c\x53\x97\x67\x45\x3b\xf8\x09\xcd\xa8\x68\x79\x3c\x1b\xe9\x60\x4d\x32\x1e\x8d\x9c\x86\x49\x35\x41\xee\xea\x8a\xd0\x75\x84\xac\x97\x1c\x4e\x84\xce\x11\x22\xd1\x3f\x67\x84\xf2\x08\x39\x71\x1a\xb9\x20\x54\x46\x68\x97\x47\x23\x57\x84\xea\x08\x79\x27\x69\x34\x84\xda\x08\x05\x29\x35\xc5\xac\x50\x31\x23\x74\x10\xa7\x51\xe0\xca\xcb\x70\xe5\x36\x5a\x4e\xa3\x40\xad\xc2\xbe\x5c\x9c\x5a\x81\x31\x2f\x6e\xec\xa1\xe5\x6b\x0a\x94\x2c\xfb\x0c\x89\x89\x2b\xd0\xaa\x0c\xad\x68\x39\xfd\x02\xb1\xca\x10\x8b\x96\xd5\x2f\x50\xab\x0c\xb5\xc8\x45\x49\x03\x72\x95\xb9\x95\x77\xa9\x5d\x05\x7a\x95\x34\x77\xb9\x14\xc3\x02\xbd\xca\xd0\x8b\x82\xec\x86\x02\xbd\xca\xd0\x8b\x0e\x79\x7f\x17\xe8\x55\x86\x5e\x14\xc5\xab\x14\xe8\x55\x86\x5e\x94\xe4\x89\x2f\xd0\xab\x0c\xbd\xdc\x2a\xd7\x05\x7a\x95\xa1\x97\xb3\x62\x1b\x2b\xf4\xaa\x43\x2f\x47\x72\x88\xa9\xd0\xab\xda\x79\xf0\x21\x4e\xa3\x42\xaf\x3a\xf4\x72\xbb\x94\x8d\x0a\xbd\xea\xd0\xcb\x79\xc3\x69\x54\xe8\x55\xe7\x49\x6a\x1d\x23\x2a\xf4\xaa\x7e\x86\x92\xa4\x01\xbd\xea\xd0\xcb\x1d\x49\xd2\x80\x5e\x75\xe8\xe5\x62\x94\x34\xa0\x57\x1d\x7a\xb9\x74\x48\x1a\xd0\xab\x0e\xbd\x76\x73\x48\x1a\xd0\xab\x0e\xbd\x76\x2b\xef\xff\x0a\xbd\xea\xd0\x6b\x27\x79\x39\x54\xe8\x55\x87\x5e\xbb\x13\x77\x52\xa1\x57\x1d\x7a\xed\xbb\xbc\x01\x2a\xf4\xaa\x43\xaf\xdd\xef\x92\x06\xf4\xaa\x43\xaf\x3d\x88\x19\x6b\xd0\xab\x0d\xbd\xf6\xf5\xde\x68\xd0\xab\x0d\xbd\xf6\x28\xfe\xb2\x41\xaf\x36\xf4\xda\x93\xe5\x34\x1a\xf4\x6a\x43\x2f\x6f\x2c\xa7\xd1\xa0\x57\x9b\x95\xd2\xca\xfb\xb5\x41\xaf\x36\xf4\xf2\x64\x24\x0d\xe8\xd5\xc2\x0c\xc9\xab\xb2\x41\xaf\x36\xf4\xf2\x4e\x4a\x68\x83\x5e\x6d\xe8\xe5\x77\xa9\xa1\x0d\x7a\xb5\xa1\x97\xf7\x52\x44\x1b\xf4\x6a\x43\x2f\x1f\xa4\x8a\x36\xe8\xd5\x86\x5e\xfe\x90\x2a\xda\xa0\x57\x1b\x7a\xf9\x28\x55\xb4\x41\xaf\x56\xfa\x11\xc6\x27\xae\xa2\x04\xa8\x40\x13\x2a\xf8\xc4\x87\x6d\x02\x56\xa0\x89\x15\x82\x49\x86\x43\x0e\xa1\xb1\xbc\xc1\xc6\x9d\x43\x3b\x42\x63\x79\x03\x1d\x91\x43\x1e\xa1\xf9\xaa\x71\x07\x71\x28\x20\x34\x96\x37\xec\x41\xd2\x38\x10\x1a\xcb\x1b\xc4\x2a\x11\xfc\x33\x4d\x27\x12\xe4\x90\x43\x70\x22\x74\x1d\xcb\x1b\x8e\x5d\xd2\xb8\x22\x74\x9d\x6f\xbc\x5d\xd2\x38\x11\x1a\xcb\x1b\x92\x93\x34\x32\x42\x63\x79\x0f\xe3\x24\x8d\x82\xd0\xd8\x0e\x87\x25\x49\xa3\x22\x34\xb6\xc3\x41\x56\xd2\x68\x08\x8d\xed\x70\x88\x99\xa3\x73\x6d\x07\x3a\xc7\x76\x38\x76\x3e\x58\xd2\x09\xbd\xce\xa1\xd7\xe1\xf9\xe4\x4d\x27\xf4\x3a\x69\x86\xd8\x6d\xd2\x09\xbd\xce\xa1\xd7\x11\xd8\xbe\xd2\x09\xbd\xce\xa1\xd7\x71\x44\x49\x03\x7a\x9d\x7e\x1a\x80\x43\xd2\x80\x5e\xe7\xf4\x06\xe9\x90\x34\xa0\xd7\x39\xcd\x81\x09\x92\x06\xf4\x3a\x87\x5e\xd1\x7a\x49\x03\x7a\x9d\x43\xaf\x48\x5e\xd2\x80\x5e\xe7\xd0\x2b\xba\x5d\xd2\x80\x5e\xe7\xd0\x2b\xee\xbb\xa4\x01\xbd\xce\x3c\x4f\x5d\x4e\xd2\x80\x5e\xe7\xd0\x2b\x06\x92\x34\xa0\xd7\x59\xa7\xb3\x21\x49\x03\x7a\x9d\x43\xaf\x18\x2d\xa7\x91\xa1\x57\x1e\x7a\xc5\xc4\x18\x87\x32\xf4\xca\x13\xda\x19\xc3\x69\xc0\xcc\x51\xa6\x19\x62\x60\x44\x19\x7a\xe5\xa1\x57\xb2\x89\xd3\x80\xd1\xa3\x69\xf4\x12\x45\x49\x03\x7a\x4d\x2b\x97\x5c\x94\x34\xa0\xd7\xf4\x72\x69\x3f\x24\x0d\xe8\x35\xcd\x5c\xf2\x41\xd2\x80\x5e\xec\xe6\x42\x90\x34\xa0\xd7\xb4\x73\xe9\xf0\x92\x06\xf4\x9a\x76\x2e\x45\x2f\x69\x40\xaf\x69\xe7\x52\xda\xf7\x3f\x62\x53\x09\x6e\x8f\xd8\xed\x19\xe3\x24\x4d\xe8\xc9\x76\xcf\x58\x27\x79\x42\x50\xf6\x7b\x86\x48\x12\x85\xa2\x6c\xf8\x8c\x63\xaa\x41\x70\x7c\xc4\x8e\xcf\xec\x7c\xc8\x25\x58\x3e\x62\xcb\x67\x3c\x03\x3d\x82\xe7\x23\xf6\x7c\x46\x48\x24\xc1\xf4\xd1\x34\x7d\xd6\x04\x29\xb6\x70\x7d\x34\x5d\x9f\x35\x87\x54\x5b\xd8\x3e\x9a\xb6\xcf\x9a\x28\xe5\x16\xbe\x8f\xa6\xef\xb3\x26\x49\xbd\x85\xf1\xa3\x69\xfc\xac\x35\x52\x70\xe1\xfc\x68\x3a\x3f\x6b\xad\x54\x5c\x58\x3f\x9a\xd6\xcf\x5a\x92\x92\x0b\xef\x47\x85\xbd\xba\x93\x9a\x0b\xf3\x47\xd3\xfc\x59\xbb\x4b\xd1\x85\xfb\xa3\xe9\xfe\xac\xf5\x52\x75\x61\xff\x68\xda\x3f\x6b\x85\xcb\x11\xfc\x1f\x4d\xff\x67\xad\x70\x1f\x82\x01\xa4\x69\x00\xad\x8d\x52\x78\xe1\x00\x69\x3a\x40\x6b\x93\x54\x5e\x58\x40\x9a\x16\xd0\x92\x91\xd2\x0b\x0f\x48\xd3\x03\x5a\xb2\x52\x7b\x61\x02\x69\x9a\x40\x4b\x24\xc5\x17\x2e\x90\xa6\x0b\xb4\x24\x67\x7d\x82\x0d\xa4\x69\x03\x2d\x39\x29\xbf\xf0\x81\x34\x7d\xa0\xa5\x5d\xea\x2f\x8c\x20\x4d\x23\x68\xc9\x4b\x01\x86\x13\xa4\xe9\x04\x2d\x05\xa9\xc0\xb0\x82\x34\xad\xa0\xa5\x43\x4a\x30\xbc\x20\x4d\x2f\x68\x29\x4a\x0d\x86\x19\xa4\xca\x87\xad\x24\x45\x18\x6e\x90\x2a\x9f\xb6\x8c\x54\x61\xd8\x41\x9a\x76\xd0\x3a\x2b\x65\x18\x7e\x90\xa6\x1f\xb4\x8e\xa4\x0e\xc3\x10\xd2\x34\x84\xd6\x39\x29\xc4\x70\x84\x34\x1d\xa1\x75\xbb\x54\x62\x58\x42\x9a\x96\xd0\x3a\x2f\xa5\x18\x9e\x90\x1a\xe5\x41\x4f\x06\x52\x67\x9f\x83\xc6\x09\xbb\x1b\xd5\x30\x61\x53\xa3\x1a\x25\xec\x65\x54\x83\x84\x2d\x8c\x6a\x8c\x70\x53\x44\x35\x44\xd8\xcb\xa8\x46\x08\x5b\x18\xd5\x00\xe1\xe6\x87\x6a\x7c\x70\xd3\x43\x35\x3c\xb8\xd9\xa1\x1a\x1d\xdc\xe4\x50\x0d\x0e\x6e\x6e\xa8\xc6\x06\x37\x35\x54\x43\x83\x9b\x19\xaa\x91\xc1\x4d\x0c\xd5\xc0\xe0\xe6\x85\x6e\x5c\x70\xd3\x42\x35\x2c\xb8\x59\xa1\x1a\x15\xdc\xa4\x50\x0d\x0a\x6e\x4e\xa8\xc6\x04\x37\x25\x74\x43\x82\x9b\x11\xaa\x11\xc1\x4d\x08\xd5\x80\xe0\xe6\x83\x6a\x3c\x70\xd3\x41\x37\x1c\xb8\xd9\xa0\x1a\x0d\xdc\x64\x50\x0d\x06\x6e\x2e\xa8\xc6\x02\x37\x15\x74\x43\x81\x9b\x09\xaa\x91\xc0\x4d\x04\xd5\x40\xe0\xe6\x81\x6a\x1c\x70\xd3\x40\x35\x0c\xb8\x59\xa0\x1a\x05\xdc\x24\xd0\x0d\x02\x6e\x0e\xa8\xc6\x00\x37\x05\x54\x43\x80\x9b\x01\xaa\x11\xc0\x4d\x00\xd5\x00\x60\xf8\xaf\xc0\x3f\x43\x7f\x05\xfc\x19\xf6\x2b\xd0\xcf\x90\x5f\x03\x7e\x86\xfb\x0a\xec\x33\xd4\x57\x40\x9f\x61\xbe\x02\xf9\x0c\xf1\x15\xc0\x67\x78\xaf\xc0\x3d\x43\x7b\x05\xec\x19\xd6\x6b\x50\xcf\x90\x5e\x01\x7a\x86\xf3\x1a\xcc\x33\x94\x57\x40\x9e\x61\xbc\x06\xf1\x0c\xe1\x15\x80\x67\xf8\xae\xc0\x3b\x1f\x1a\x14\x70\x67\xd8\xae\x40\x3b\x43\x76\x05\xd8\x19\xae\x03\xac\xff\xc6\xb4\x24\xff\x7b\xcf\xc2\xc8\x5d\xe1\x76\x46\xed\x1a\xb3\x33\x62\x57\x78\x9d\xd1\xba\xc6\xea\x8c\xd4\x35\x4e\x67\x94\xae\x31\x3a\x23\x74\x8d\xcf\x19\x9d\x6b\x6c\xce\xc8\x5c\xe3\x72\x46\xe5\x1a\x93\x33\x22\xd7\x78\x9c\xd1\xb8\xc6\xe2\x8c\xc4\x35\x0e\x67\x14\xae\x31\x38\x23\x70\x8d\xbf\x19\x7d\x2b\xec\xcd\xc8\x5b\xe3\x6e\x46\xdd\x1a\x73\x33\xe2\xd6\x78\x9b\xd1\xb6\xc2\xda\x8c\xb4\x35\xce\x66\x94\xad\x31\x36\x23\x6c\x8d\xaf\xf9\xc0\xa8\xb1\x35\x23\x6b\x8d\xab\x19\x55\x6b\x4c\xcd\x88\x5a\xe3\x69\x46\xd3\x1a\x4b\x33\x92\xd6\x38\x9a\x51\xb4\xc6\xd0\x8c\xa0\x35\x7e\x66\xf4\xac\xb1\x33\x23\x67\x8d\x9b\x19\x35\x6b\xcc\xcc\x88\x59\xe3\x65\x46\xcb\xbf\xc1\xca\x7c\x0a\x51\x38\x99\x4f\x18\xc0\xc8\x6f\xf8\x60\xa1\xf8\x30\x9f\x27\x14\x17\xe6\x63\x84\xe2\xc1\x7c\x7a\x50\x1c\x98\x0f\x0d\x9a\xff\xf2\x61\x41\x73\x5f\x3e\x24\x68\xde\xcb\xee\x5f\x73\x5e\x36\xfd\x9a\xef\xb2\xd7\xd7\x5c\x97\x2d\xbe\xe6\xb9\xec\xec\x35\xc7\x65\x43\xaf\xf9\x2d\xfb\x78\xcd\x6d\xd9\xbe\x6b\x5e\xcb\xae\x5d\x73\x5a\x36\xeb\x9a\xcf\xb2\x47\xd7\x5c\x96\xad\xb9\xe6\xb1\xec\xc8\x35\x87\x65\x23\xae\xf9\x2b\xfb\x6f\xcd\x5d\xd9\x76\x6b\xde\xca\x6e\x5b\x73\x56\x36\xd9\x9a\xaf\xb2\xb7\xd6\x5c\x95\x2d\xb5\xe6\xa9\xec\xa4\x35\x47\x65\x03\xad\xf9\x29\xfb\x66\xcd\x4d\xd9\x2e\x6b\x5e\xca\x2e\x59\x73\x52\x36\xc7\x9a\x8f\xb2\x27\xd6\x5c\x94\xad\xb0\xe6\xa1\xec\x80\x35\x07\x65\xe3\xab\xf9\x27\xfb\x5d\xcd\x3d\xd9\xe6\x6a\xde\xc9\xee\x56\x73\x4e\x36\xb5\x9a\x6f\xb2\x97\xd5\x5c\x93\x2d\xac\xe6\x99\xec\x5c\x35\xc7\x64\xc3\xaa\xf9\x25\xfb\x54\xcd\x2d\x99\x59\x6a\x5e\xc9\xac\x52\x73\x4a\x66\x94\x9a\x4f\x32\x9b\xd4\x5c\x92\x99\xa4\xe6\x91\xcc\x22\x35\x87\x64\x06\xa9\xf9\x23\xb3\x47\xcd\x1d\x99\x39\x6a\xde\xc8\xac\x51\x73\x46\x66\x8c\x8a\x2f\xea\x37\x64\x1f\x7f\xbd\x3e\xdd\xad\x5f\x17\xcb\xdf\x9e\x9f\xeb\xed\x75\xfc\x6a\xda\xf8\x9d\xb0\xad\xd4\xf6\x70\xab\xeb\xd7\xdc\x9e\x1e\x9f\xfa\xac\xf1\xff\xff\x02\x00\x00\xff\xff\x32\x3f\x1b\xc2\x12\x27\x00\x00"); -var _dccgc =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\x98\xc1\x6e\x23\xb9\xd5\x85\xf7\x7e\x8a\x5a\xce\xbf\xe8\xdf\xe4\xbd\xa4\x48\x02\x0d\x03\x41\xf7\x22\x1e\x60\x92\x20\x4e\xcf\x04\x08\xb2\x28\x49\xac\x86\x80\x58\x16\x64\x7b\xd1\x6f\x1f\xdc\xf3\x29\x0e\x26\x8b\xc1\x99\xfe\x4c\xde\xba\xe7\x90\x45\x96\x7d\xff\xe5\xf1\xeb\xe3\xf9\xf4\xb6\xdc\xff\xe5\xfa\x72\x78\x9a\x6f\xcb\x76\x3a\x1f\xaf\xf3\xf5\xe5\xfd\x7a\x98\xcb\x7e\x7e\x3f\x9d\xef\xee\xb2\x2d\xc7\xd3\xe1\xed\x3f\xff\x94\x1c\x9e\xd7\xcb\xdd\xdd\xfd\xb7\xf3\xe9\xe7\xc7\xa7\x4f\xdf\xbe\x3c\xd9\xa7\x3f\x2e\xef\xaf\xf3\xc6\xbf\x3c\x7e\x7d\xfa\xf1\xfa\x36\x9f\x1f\xcf\xdb\xcb\xe2\xcc\x3f\xbe\x5f\x6e\x35\x96\xe5\xfe\xaf\xf3\xfb\xe9\xf5\xed\xfa\x63\xf9\xe9\x0f\xc7\x97\xfd\xfc\xbf\xe5\x38\xb7\xe0\x7f\xbe\x1e\xe7\xf5\x74\xfe\xbe\xfc\xf4\xf3\x7a\x59\xcf\xf9\xe3\x07\x4f\xef\x97\xcb\xbf\xe6\xf3\x3c\xbf\x2d\x45\x6c\x9e\x8f\xd2\xbb\xfb\x2f\xbf\xac\x97\x3f\xad\xcf\x73\xf9\x7d\x3f\xbf\x7d\xfa\x55\x03\xf4\xf3\x5f\xe7\xf5\xf5\xf4\x72\x5e\xb2\xfd\x7f\x4a\xbb\xff\xf2\xbf\xfd\xb8\xcc\x25\xdf\x0a\xfd\xfd\xdb\xe3\xd7\xe5\x1f\x79\xc9\x69\xb1\x5a\xca\xf8\xe7\x8d\xff\xf6\xcb\xcb\xf1\x63\x54\x4e\x09\x1b\x87\xd3\xf1\xba\x9e\xbf\xcf\xbb\xcf\x29\x59\x7a\x58\x3e\xa7\x54\xf7\x0f\x8b\x79\x0e\x52\x0f\x90\xc3\xc3\xd2\x5b\x1e\x42\x47\xa1\x36\x1f\x16\x1b\x16\x64\xad\x22\x21\x36\x34\x6d\x4f\xa1\x90\x6e\xbb\x71\xf7\xd9\x52\x0e\x84\xb4\x3e\x5c\xa8\x82\xaa\x90\x09\xed\x40\x3b\xa1\x2a\xd4\x41\x23\x6a\xf5\x2c\x74\x00\x1d\x03\x35\x95\x37\x6a\x19\xb5\xba\x10\xb5\x8c\x5a\x2d\x90\x9b\x50\x48\xb7\xa6\x26\xdc\x41\xae\xf2\x81\xf2\x50\xab\x92\xe6\x5d\x24\x43\x72\x90\x9d\x88\x41\x2c\xc8\x10\x71\x88\x07\x69\x22\x15\x52\x1f\x96\x6c\x96\x4b\xb0\x43\x11\x0b\xe9\x9e\xb3\x10\xc3\x42\xba\xe7\x24\xb4\x03\xed\x84\x22\x99\x3c\x41\x21\x3d\xdd\x50\x03\x35\x21\x95\x9f\x1d\xd4\x85\x54\x7e\x0e\xd0\x10\x0a\x83\x46\x58\x76\x0b\x2b\x52\x36\x57\xa4\x92\xd6\x47\xd4\xb2\xb9\x09\x85\xdc\xf2\xab\x49\xc9\xd4\x14\x39\x14\xad\x45\x4d\x06\x0a\xdb\x45\x6b\x51\x53\x01\x55\x8d\xaa\x42\x3b\x50\x13\x72\xa1\x0e\x1a\x42\x4c\x5c\x41\x7b\x21\x9e\x78\x00\x45\x5f\x65\x50\xeb\x08\x3a\x0a\x31\x6a\x82\xa6\xd0\x4e\x68\x03\x6d\x42\xb1\x8a\x95\x2d\x28\x69\x35\xa9\x89\x9c\x41\x59\x48\xe5\x33\x86\x42\x5a\x4d\x45\xc8\x41\x2e\xa4\xf2\x19\x8f\x21\xad\x0c\x25\xc1\x76\x96\xb4\x32\x28\x8f\x6d\x6d\xe7\xa2\x1d\x5e\x73\x03\x29\x89\x41\x79\x92\x08\x69\x65\x28\x89\x3c\x40\x43\x4f\xa4\x3c\xe1\x84\xb4\x9a\x92\xd0\x1e\xb4\x17\xa2\x3c\x79\x85\xb4\x6a\x34\x41\x5e\x21\xad\x9a\xf2\xca\xe4\x15\xd2\xaa\x61\x9b\xbc\x42\x5a\x35\xf5\x65\xe4\x65\xca\xcb\x64\xdb\xc8\xcb\x94\x97\xa9\x55\x23\x2f\x53\x5e\xa6\xa0\x8d\xbc\x2c\xc2\xa9\xae\x56\xd9\x72\x92\x56\x5d\x4f\xe4\xfd\x94\xb4\xea\x6a\xd5\x08\x27\xa4\x55\x97\x21\x23\x9c\x90\x56\x9d\xbe\x08\xc7\x14\x8e\x5e\xb5\x6a\x84\x63\x0a\xc7\x69\x95\x70\x4c\xe1\x38\x7d\x11\x8e\x29\x9c\x4c\x13\x84\x63\xb2\x9d\x55\xcb\xb1\xed\xb2\x9d\x55\xcb\xb1\xed\xda\x00\x26\x43\xce\x06\x70\x79\x4c\x4c\xc4\xa3\xab\xfb\xa4\x70\x9c\xee\x5d\xdd\x27\x35\xe1\x74\xef\xea\x4b\x2f\x72\x75\x9a\x70\x35\x51\x94\x44\xa1\x89\xa2\x26\x8a\x36\x40\xa1\x89\xa2\xec\x8b\x9a\x28\x64\x5f\x94\x7d\x51\xad\x42\xf6\x45\xad\x16\xf5\x55\x68\xb5\xa8\xd5\xa2\xbe\x0a\xad\x16\x2d\x47\x91\xc7\xc2\x72\x14\x2d\x47\x51\xab\x85\xe5\x28\x32\x54\xe9\x0b\x43\x45\x86\x2a\x4f\xc4\x50\x51\xf6\x35\xfa\xda\xb1\x0b\x25\xdd\x2c\x0b\x1d\x41\x3a\xb3\xe3\x26\xb1\x1d\xbb\x50\xd2\xcd\x4c\x68\x03\x6d\x42\x51\xab\x71\xc0\x48\xb2\xe5\x16\x8d\xb5\x55\x51\x48\xba\x45\xd2\x9e\xe2\x4c\x0a\x89\x28\x7a\x9c\x1d\x9e\x74\xc2\x78\xd2\xcb\x3d\x92\x90\xde\x64\xa4\x5b\x4b\x42\x05\x54\x35\x2a\x0b\x1d\x40\x1f\x87\xa1\xeb\xae\xb9\x49\x1b\x75\x27\xb4\x81\x36\x21\x95\x2f\x34\xa1\x25\x1a\xb9\x0b\xf1\x44\xad\xc7\xc8\x23\x2e\xfc\x8f\x2b\xf7\x6e\x8c\xff\xbd\x84\x3d\x69\x69\x90\x36\x4c\x2d\x6a\x1d\x90\x36\x4c\x2d\x2a\x74\xa4\x8d\xc8\xce\xd3\x8e\x27\xed\xf4\xa4\x78\xf5\x3d\x75\x50\x07\xc9\x48\xa7\x7c\xa7\x7c\x15\xa2\x7c\xa7\xbc\xbc\xf5\x09\x9a\x42\xf2\x36\xf6\x42\x21\xdd\x9a\x9e\x38\xc8\x69\x68\x99\x9b\xfa\x5a\x49\x60\x55\x02\xa6\x04\x56\x9a\x58\x69\x42\x8b\xb5\xd2\xc4\xaa\x26\x5c\x1e\x57\x9a\x58\xd5\x84\x53\x0b\x8f\xab\x3c\xba\x9e\x78\xa0\xd6\x41\xb5\x5c\x1e\x27\x68\x82\xe4\x71\x52\x7e\x52\x5e\x1e\x27\xe5\x27\xe5\xe5\x71\xe2\x71\xca\xa3\xcb\xe3\xc6\xc4\x6d\x27\xa4\xee\x37\x3c\x6e\xec\x85\xe8\xcb\x75\x0b\x22\xdd\x63\xc3\xbb\xb3\xfb\x5c\x9b\x34\x8f\xda\xc5\x1c\x16\x7b\xcd\x1d\x54\x40\x45\xc3\x76\x4c\xad\x30\x5d\xff\xb2\xe4\xba\x2d\x91\x18\xc6\x43\x1b\xac\xc1\xaa\x58\x87\x75\x18\x73\x07\x6c\xc0\x78\xec\x0a\x5b\x61\x3b\xb1\x3d\x6c\x2f\xd6\x68\xe5\x00\x3b\xc0\x4c\xec\x08\x63\xe3\x33\x4c\xc1\x79\xbc\x44\x31\x4c\x8f\xe5\x2d\x92\xb4\x51\xd4\x71\xc6\x58\x96\xb1\xa2\x99\x19\x63\x59\xdf\x35\x0e\xc2\x57\xc6\x57\x87\xe1\x2b\xa4\x7b\x7c\x5d\xb9\x67\x6c\x65\x6c\x75\xb5\x96\xb1\x15\xef\x64\xb0\x22\x76\xeb\x6d\x6a\x6d\x68\x4d\xef\xa9\xc7\x9d\x15\xc3\x94\x88\x2e\x2d\xa4\xbb\xf6\xa4\x1b\xcb\x65\x5a\xae\xc2\x28\x4c\x19\xcb\xc5\xe2\x1b\xae\x42\x82\xe9\x09\x86\x2d\xdd\x64\xa3\x32\x0c\x5b\xba\xc9\x46\xd1\x6a\x19\xae\x0c\x0b\x43\xab\x60\x58\x08\xe9\x5e\x41\x2c\x8c\xee\xad\x81\x03\x63\x0d\x0c\xa3\x83\x76\x31\x1a\xb7\x54\xb6\x94\x14\x88\xb3\x0b\x43\xba\xb3\x09\x1d\xa3\x6e\x0c\x53\x23\x8e\x53\x67\x63\x2a\x36\xc7\xa9\x57\x86\x31\x15\x57\x2e\x57\x71\x93\xb8\x3b\xae\x42\xb2\xe9\x93\xd3\xdd\xb1\x15\x12\x4c\x1e\x9c\xd5\x0a\xe9\x5e\xe4\xc1\x71\x1a\x12\xc3\x28\x87\xd5\x90\xee\x45\xb6\x9c\x2d\x18\x12\xc3\xb4\x1d\x1c\xfb\x21\xc1\x68\x0e\xfb\x05\xfb\x3a\x26\x9d\xd3\x57\x12\xe3\x54\xaf\xe0\xbf\x68\xa1\x31\xc1\x89\xec\x71\xd1\xc5\x54\x75\xc7\x09\x2b\xe9\x5e\x19\x86\xaf\x82\x2f\x83\xe1\x8b\x53\x97\x2d\x5d\xf0\xa5\xdb\x6f\x54\x25\x52\xb0\x55\xf0\xa0\x43\xd0\x0b\x1e\x8a\x5e\x23\x12\x29\x37\x0b\xda\xaa\x4e\x7d\xb6\x6a\xc5\x15\x2f\x48\xc5\x55\xd5\x89\xca\xbe\xac\x98\xaa\x2c\x2a\x2b\x58\x71\x15\x12\x8c\x71\xac\x6a\x48\x30\x2d\x7e\x65\xff\x56\xdc\xf3\x72\x55\xdc\x57\xb9\x2f\x2a\xd7\xe8\x24\xa4\x7b\xdc\x1c\xdb\xa6\xd3\x66\xdb\xf4\xc1\xde\x63\x13\x6e\x9b\x0e\x0c\xa4\x5b\x9c\x35\xdb\xa6\xc3\x01\xe9\xd6\x34\x51\x77\x27\xd2\x46\xac\xfc\xb6\x69\xe5\x91\x36\xe2\x53\x7c\xdb\x9c\x51\xae\x51\x49\x13\xe3\x83\xe8\x26\xad\x8f\x14\xa8\x32\xb1\x32\xb1\x0a\xd1\x44\xe5\x84\xde\x09\x51\xab\x52\x0b\x44\x5f\x21\xdc\xe9\xdb\xa6\x9b\x03\x69\xbd\xff\xfe\x6a\x8e\xff\x7f\x5e\x2f\x77\x1f\xbf\x95\x1f\xde\xaf\xd7\x79\x7e\xd3\xdf\x00\xf4\x3b\x77\xfc\x1e\x7d\x3a\xcf\x8f\xbf\x33\x5c\x5e\x2e\x31\x4b\xff\xfd\x3b\x00\x00\xff\xff\x6b\x9e\x52\x81\x93\x10\x00\x00"); -var _gff =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\xd2\x4d\x8b\xdb\x3c\x10\x07\xf0\xbb\x3e\xc5\x1c\xf7\x39\xec\xe3\x91\xfc\x1a\x10\x81\x92\x65\x21\x2c\xdb\x96\xa4\xb4\x67\x47\x1a\x07\x43\x23\x1b\xc5\x39\xe4\xdb\x97\x99\x71\x52\xe8\x21\x28\xfa\x59\xfa\x33\x8c\xa6\xd8\xed\xdf\xf6\x69\x5c\xa0\xf8\x9e\xa7\x70\xa4\x05\x86\x31\xc5\x4c\xd7\xe9\x96\x03\xc1\x89\xce\x63\x32\xc6\x3a\x88\x63\x58\x1e\x5b\x59\xc2\xa5\x9f\x8d\xe1\xfb\xc7\xfb\x75\xa1\xcb\x3e\x0d\x13\x94\x7a\x2e\xde\xe6\xf5\x2c\x40\x71\xa0\xf3\x78\x5d\xf2\x1d\x5e\xbe\xc4\xe9\x44\xff\x41\xa4\x81\xfd\x5b\x8e\x94\xc7\x74\x86\x97\x8f\xc3\x13\x8f\xb7\x79\xfe\x4d\x17\x4a\x0b\x58\x31\x4a\x51\x56\x53\xec\x3e\xfb\xf9\x6b\x7f\x21\x28\x24\xe7\xf5\xe3\xf0\xaa\x47\xe4\xcb\x4f\xca\xd7\x71\x4a\x60\xff\x47\x74\x7f\xf9\xc7\x7d\xa6\x35\xc9\x14\xbf\x3e\xa7\x48\x80\x8f\xbc\xfd\xdb\x6e\xba\xa5\x05\xaa\xa6\x6c\xd5\xac\x56\x1d\xa6\x48\xd7\xb9\x0f\x94\xfb\x74\x26\x03\xe0\x11\x11\xb7\xe0\xad\x7b\x7f\xdf\x72\x49\xff\x9c\x30\x76\xb3\xde\x1c\xa3\xca\xe3\x06\xe2\x30\x6c\x01\x8d\x47\xab\x7b\xcb\x7b\x57\x37\xc6\xa3\x53\x71\x2c\xb5\x75\xc6\x63\xa9\x52\xb2\xb4\x4d\x67\x3c\x56\x2a\x15\x8b\x45\x57\x19\x8f\xb5\x52\x2d\xe4\x3a\xce\x6e\x94\x1a\xa1\xba\xe4\xf0\x56\xa9\x15\x6a\x37\x9c\xde\x29\x75\x52\x01\x56\x1c\xbf\x51\xda\x08\x95\xc8\xf1\xbd\x52\xbf\xd6\xc9\xf1\x27\xa5\x93\x50\x67\x39\x3e\x28\x05\xa6\x12\x5b\x8e\x8f\x4a\x51\xa8\x74\x1c\x4f\x4a\x24\x54\x77\x1c\x3f\x28\x0d\x42\x5d\x85\xc6\xdb\xb5\xb7\xd2\xa9\x0a\x37\x8d\xf1\x56\x9b\x65\xa5\x59\x55\x59\x3b\xe3\xad\x5b\x5f\xc0\x86\x2d\x54\x0d\x76\xf2\x0c\x8f\x76\xf3\x7f\x9e\xc7\xe7\x8c\x84\x5b\xce\x94\x16\x99\x46\x19\x04\x7e\xe0\x31\xd1\x73\xb2\xe7\x69\xe6\x5b\xf2\xfb\x13\x00\x00\xff\xff\x1f\x7c\xbd\x4b\x05\x03\x00\x00"); -func _ffaf ()(*asset ,error ){_abgd ,_edg :=_aaab ();if _edg !=nil {return nil ,_edg ;};_ddcfd :=bindataFileInfo {_b :"KSC-EUC-V",_ffe :711,_ag :_ed .FileMode (436),_ac :_c .Unix (1580492499,0)};_dcgb :=&asset {_abe :_abgd ,_ece :_ddcfd };return _dcgb ,nil ; -};func _bcbe ()([]byte ,error ){return _g (_cbcf ,"HKscs-B5-V")};func _cfc ()(*asset ,error ){_fee ,_dcg :=_cac ();if _dcg !=nil {return nil ,_dcg ;};_be :=bindataFileInfo {_b :"90ms-RKSJ-V",_ffe :1895,_ag :_ed .FileMode (436),_ac :_c .Unix (1580491032,0)}; -_debg :=&asset {_abe :_fee ,_ece :_be };return _debg ,nil ;};func _ffgf ()(*asset ,error ){_fead ,_faeda :=_fdbd ();if _faeda !=nil {return nil ,_faeda ;};_cgfg :=bindataFileInfo {_b :"KSC-V",_ffe :703,_ag :_ed .FileMode (436),_ac :_c .Unix (1580492528,0)}; -_acea :=&asset {_abe :_fead ,_ece :_cgfg };return _acea ,nil ;};var _cfcgg =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\xbd\x4d\xab\x36\x3b\x96\x25\x36\xcf\x5f\x71\x86\xed\x41\x3b\x43\xdf\x12\x98\x03\xa6\x9b\xc4\xd9\xd0\xb6\x71\x75\xd9\x0d\xc6\x83\xf8\x2c\x5f\x70\xde\x4c\x6e\x66\x0d\xea\xdf\x1b\xad\xa5\x67\xad\xb8\x0d\x0d\xe7\x9d\x9c\x57\xf1\x44\x48\x5b\x5b\x5b\x5b\xfb\x5b\x7f\xfc\x0f\x7f\xfe\x8f\x7f\xfe\xf5\x97\x7f\x7c\xfd\xf1\x7f\xff\xed\xaf\xe7\x3f\xdd\xff\xf8\x7a\x7e\xf9\xf5\xfa\xed\xfe\xfb\x5f\xff\xf5\xb7\xf3\xfe\x3a\xee\x7f\xf9\xe5\xd7\x3f\xfc\x21\xc4\xaf\xeb\x97\xf3\x1f\x9f\x26\xfe\x9c\x7f\xd9\xff\xf6\x87\x3f\xcc\xef\xff\xe9\xdf\xfe\xfe\x8f\xfb\x2f\x7f\xfe\xf5\xf9\xeb\x57\xe2\x7b\xd7\xbf\xfe\x6d\xbd\xfb\xf5\xf5\xc7\xff\xe3\xfe\x97\x5f\xfe\xfe\x8f\xdf\xfe\xed\xeb\xdf\xfd\xcf\xd7\x5f\x8f\xfb\x7f\xf8\xba\xee\x67\x3e\xff\xdf\x7e\xbb\xee\xdf\x7e\xf9\xf5\x5f\xbe\xfe\xdd\x7f\xda\xff\xb6\xff\x1a\xf4\xc3\x3f\xfd\xeb\xdf\xfe\xf6\xff\xdd\x7f\xb9\x7f\xfd\xc7\x57\xc3\xb3\xfb\xd7\x0b\x7f\xff\xf0\xc7\xff\xf0\x9f\xf7\xbf\xfd\xaf\xfb\x5f\xee\xaf\x3f\xfe\xf3\xaf\xbf\xfc\xa7\x3f\xff\xd3\x7f\xdd\x62\x48\x71\xdb\xf2\xbf\xff\xe7\xff\xf2\xa7\x14\xff\xfd\xff\x82\xf7\xf0\xda\xff\x79\xff\xf6\xf7\x5f\xfe\xfa\xeb\x57\xf8\x1f\xb7\xb8\xf9\xf1\x7f\xf9\xb7\xbf\xdd\x5f\x61\x75\xf7\x5f\xff\xf9\xcf\xff\xf1\xeb\xff\x0e\x5f\x61\xfb\x8a\xa5\xa6\xf4\xff\xac\xe7\xff\xd7\x7f\xfe\xeb\x75\x7f\xf1\xab\x3f\x04\x4e\xe5\xfc\xeb\x75\xff\xfd\x6f\xfb\x79\xff\xb6\xff\xfa\x2f\xf7\x1f\xbe\xbe\xfe\xa7\x6d\xfd\xfb\x9e\xff\x0d\xdb\x9f\xfe\xf4\xa7\x3f\x7d\x4f\x58\xff\x9b\x37\x3f\x1d\xfc\xfa\xd7\x7f\x5c\xf7\xc3\x67\xbf\xff\x76\xfe\x0b\xcf\xf7\x57\x98\x5f\xbf\x5f\xfb\x43\xd8\xb6\x35\xfa\x2f\xd7\xf9\xff\xee\xbf\x7d\x3e\x2c\xe7\xf7\xd7\x68\x9f\x56\x9b\xad\xa1\xd6\xf5\xfd\x35\xb2\x5a\xf7\xf7\x57\xd8\xb6\x4f\x73\xdf\xe6\x30\x9f\x46\x9e\xbf\xa9\x9b\xbd\x7c\x7f\x55\xff\x58\xbf\xbf\x46\x52\xab\xcd\x57\xab\x9a\xfd\xfb\x2b\xa4\xa8\xe6\xf8\xfe\x0a\xc5\xcd\xfd\xfb\x2b\x64\x8f\x79\xcc\x6f\x05\xdf\x7e\xce\x97\xdd\xf3\x35\x9b\x1e\x76\xc2\x5b\x04\xfe\x3e\xd1\x12\xf5\xed\x31\x21\x8e\x82\xf8\x28\xf3\x65\xff\x5a\xbf\xbf\x42\xe8\x6a\x4e\x98\x83\x5f\x06\xcc\xea\xf9\x98\x30\x57\x01\x79\x00\x66\xff\x3a\x61\x8e\x02\xf2\x00\x18\x9a\xfe\x39\x07\x4a\x1a\xf7\x9a\x3d\x67\x4d\xff\x9a\x2f\x17\xf5\x7c\xcf\x97\x73\xf9\x34\x1f\xbc\xfc\x01\x32\x4c\x12\x18\xa9\x56\xb5\x03\xda\x41\xed\x38\x3b\x6b\xc5\x2f\x24\x3c\xa8\x43\x0f\x32\x1e\xa4\xa6\x07\xc0\x4a\xd3\x90\x61\xab\xec\xc3\x83\x36\x3c\x68\x1e\xa5\xe3\x41\x4f\x7a\x30\xf8\xc0\xa3\xec\xdf\x5f\x71\x4b\xc9\x6f\x1c\x78\xa0\x55\x0f\xdb\xc9\x51\xfc\xc9\xc5\x51\xfc\xc6\x4d\xd0\x3d\xec\xc3\x37\x3e\x68\x0f\x61\x43\xa7\x51\x9f\x84\xc0\x37\x34\x97\x10\x81\x1f\x0d\x12\x12\xda\xee\xa1\x12\x4e\x3f\x68\x84\x53\x80\x07\xce\x55\x4b\x1f\x02\xe7\xda\xfc\xc6\x3e\xfb\x1c\x1e\xf3\x98\x3b\x4a\x1b\x25\x04\xce\xb4\x7b\x0c\xce\x74\xb8\xcb\x9b\x50\xb8\x8b\x87\x50\xe8\x41\xe4\x4c\xbd\x6a\x31\xf0\x0d\x2d\x74\x8c\x7c\xc3\x0f\xb8\xd0\xdd\x7d\x70\xa1\x87\xf0\x19\x39\x79\xd1\x6d\x88\x58\xe8\x1e\xdc\x47\xc7\x54\x04\x68\x1c\xb3\x1d\x84\xef\x88\xa9\x57\x43\x75\xa0\xed\xdf\xd7\xc4\x84\xff\xb8\x26\xa6\x2f\xd2\x9a\x98\x88\x2d\xcd\x25\xcc\x82\x20\x71\x5a\x51\xc8\x4b\x89\x0f\xfc\xc1\x9a\xa7\x3f\x59\xf3\x14\x14\x89\xf3\x14\x8b\x09\x69\x2d\xb2\xfb\xe8\xec\x54\x70\x26\x2e\xf2\x0b\xce\x9d\xab\xee\x3e\x48\xd0\xd9\xa3\x9c\x78\x60\x42\x49\x5c\x66\x4f\x3e\x91\xa0\xb3\x3b\x25\x36\xa2\x96\x28\x2f\x6c\xa8\x8f\x0c\x6c\x68\xc5\xf2\xdc\xde\xfe\x3e\xaf\xcd\x2d\x18\x32\x71\xd1\x84\x8b\x5c\x08\xa5\x96\x38\x13\x17\xde\x54\x99\x9b\xbb\xfa\x0d\x12\x7c\xf3\x28\x83\x40\xe1\xbc\xf9\x9c\x2c\xff\xbd\xb3\x26\x64\xee\xfc\x68\x10\xb0\x1d\x4c\x97\x79\x1e\x3f\xc9\x88\xcc\x17\x68\x46\x38\x28\x1b\x01\xd2\x8a\x97\xb5\xa9\xb5\x5a\x05\x58\x10\xc0\x65\x62\x21\x0b\xcb\x85\x38\xf0\xde\x29\xa4\x87\xea\xef\x17\x3d\x78\x04\xd2\x83\xf1\x58\xd6\xa6\x77\x1f\x6b\xd3\x7b\x14\xd2\x83\x69\xaa\x1c\x7c\xe0\x51\xd6\xb6\x17\x1e\xcb\xda\xf6\x06\x7c\xd1\x83\xd6\xa2\x90\xc1\xe9\x30\x08\x75\xd2\x83\xf7\x67\x9d\x9b\x5e\xe7\x59\xa8\x64\xf6\xde\x7e\x95\xf4\xd0\xd5\x61\x25\x2e\x4c\xa4\x95\xb8\x28\x7e\x63\xf1\x00\xf7\x41\x5c\x24\x7f\x42\x1e\x20\x54\x54\xf2\x00\x7f\x40\x1e\xa0\x79\x57\xf2\x00\x03\xbd\xf0\xe0\x17\x16\x1e\x84\xfe\x7a\x63\x04\xb7\x1f\x8c\x20\x8a\x69\x8b\x22\xfc\x80\x14\xd1\x85\xa7\x46\x2e\xe1\x33\xac\x91\x4b\x18\x8a\x96\xb9\xe5\xfd\x09\x77\x86\xc9\xac\x11\x13\x46\x4d\x5b\x54\xe1\x4e\x27\x97\x30\x27\x6a\xa4\x09\x13\x62\x23\x4d\xf8\x8c\x6b\x8b\x26\xfc\xc9\x3a\xf4\xfc\xe0\x9a\x5d\x7a\x84\xc9\x2f\xcd\x85\xc6\x5c\x60\x63\x7e\x60\x79\xbb\xb7\xd6\x19\xf9\x40\x20\x9f\xd8\x4b\xc6\xec\x49\xcc\xfa\x83\x07\xbf\x6b\x29\xae\x0d\x98\x16\x52\xae\x80\xf7\xd5\xdf\x15\xf1\xbb\x66\x78\x25\xfc\xee\x76\xc6\xef\x82\xf0\x5a\xec\x46\x33\xb8\x28\x4b\x58\x0e\xb8\x88\x54\x33\xf8\x8b\x5b\xcd\x27\xf0\x45\x76\xe3\x8d\x74\x11\xad\x3e\x1d\xaf\xc5\x7a\x45\x82\x17\xd1\x6a\x1e\xf3\x10\x0e\xe3\xf9\x81\x94\x2b\x44\xc5\x79\x02\x8c\xac\x2e\x23\x99\x4e\x17\xd5\xc7\x02\x4c\x48\x3a\x8c\x85\xa8\xd6\x10\xb1\xac\xc5\xf0\x17\xc0\x85\x36\x6b\x24\xdb\xe9\xda\xdd\xb1\x00\x17\x7d\xf3\x17\x3c\x6e\x5f\x9f\x74\x3e\x18\x7a\x80\xbd\x16\x3d\xe8\x8e\xb6\x7f\x27\x6f\x75\x8f\x27\xa1\xdc\xf4\xe0\xe6\x03\x03\xf1\x10\x08\x75\x51\x39\x73\xd1\x60\xac\x81\x42\x80\xa0\x22\x13\xe9\x46\x16\x99\x48\xd7\x99\x1d\x2b\x67\x16\xdc\x29\x67\x26\xc2\x8f\x75\xcd\xac\xe9\x01\x16\xb5\x77\x77\xca\x35\x1c\xee\xf4\x22\xa4\x7e\x40\x76\x39\x3c\x0a\xe7\x92\xd2\x4f\x0e\xa6\x48\x2e\xd2\x83\x60\x5a\x5c\x44\x82\x5b\x6c\x5c\x63\x6d\x87\xd8\xb8\xc6\xa2\xf7\xd8\x88\x0a\xc9\x1a\x71\x72\x91\x91\x25\x96\xc5\x46\x4c\x74\x3f\xe0\xc4\xc5\xfd\x22\xb9\x46\xdf\x3c\x08\x31\x91\x3d\xc8\xc1\x37\xdc\xc7\xc2\x84\x21\x5f\x98\xd0\x1b\x9d\x73\x93\xfc\x1d\xfb\x5a\x44\xcd\xad\x73\x6e\x9b\x1f\x60\x2b\xeb\x64\x88\x9d\x53\x13\x7b\x8b\x9d\x90\x8b\x19\xc4\x4e\xc8\x25\x79\xc5\x4e\xc8\x93\x3f\x21\xbf\x1b\x42\x4f\x3f\x81\x1e\x7f\xc1\x99\x18\x5f\x9d\xf4\x19\x0c\x06\xd7\x54\xb2\x71\x1c\x9c\x9a\x78\x58\x1c\x9c\x9a\x21\x1f\x60\x52\xde\x67\x83\x33\xf1\xde\x1d\xa4\x57\x1d\x59\x71\x2c\x6a\xf4\x20\x9c\xda\x70\x1f\xdc\x48\xc3\x83\x10\xf2\xe0\x37\x16\xa0\x5a\xb6\x7d\xc1\xa5\x4e\xf7\xc5\x32\xb4\x28\x07\xa7\x22\xf6\x1c\x0f\xbe\x61\x0a\x3c\xb8\x6f\x8c\xc0\xa9\x58\x7a\x4b\x1c\x13\x9d\xfa\xed\xe4\x80\xa6\x02\xe8\x99\x5e\x9e\x93\x92\x9d\x98\x71\x3c\x39\xed\xec\x1e\xc6\x5b\x5d\x8e\xe7\xfe\x56\x97\xe3\x79\x7c\x7f\xe9\xf0\x8b\x27\x31\x22\xa6\x1b\x79\x76\x98\x6c\xaf\x35\x7f\x8d\xff\xe1\xec\x7e\xb0\xb4\x44\x21\x15\x9c\x3d\xb9\x87\x75\x5c\x0a\xbe\xc9\xd7\x8d\x9c\x8b\x72\x43\xf1\xfb\x24\x1e\xc9\x3f\x69\x6a\xc7\x82\x38\x4d\xd5\x77\xb8\x95\xdf\x73\x4d\x53\xeb\x8d\x62\xac\x69\xfb\x1d\x24\x69\x6a\xab\x21\xf9\xdb\x39\xf7\xe4\x61\xae\xdf\xe3\x31\x51\x31\xed\x12\x2e\x52\xe0\xce\x90\xb8\x98\xa8\x03\x76\x89\xdd\x89\xda\x59\x97\xd8\x94\xa8\x9d\xf5\xe2\x07\xed\x6d\x80\x48\x11\xf6\x08\x0d\x19\x49\xb1\x9e\x6d\x5c\x43\xfa\x0d\x0e\x29\x05\x3b\x45\x42\x29\x31\x2a\x25\xd2\xa3\xb4\xe3\x34\x95\x2d\x09\x44\x89\x8a\x55\x97\xda\x9f\x12\xec\x18\x02\x30\x2d\x10\x34\xeb\xc4\x11\x9b\x1f\x10\x51\xee\x72\x9d\x2d\x92\xd3\x52\x87\xd0\x95\x45\x74\xa9\x43\x8b\xf2\x91\x96\xfa\xcd\x07\x5a\x9b\xfe\xf0\x81\xfa\x18\x50\x9a\xcc\x00\xd2\xbe\xf3\x0d\x3f\x38\xf8\x40\x70\x1c\xeb\x13\xf5\x01\x49\xaa\x46\x9d\xe6\xe9\x64\x1f\xda\xcd\xe9\x64\x1f\x3a\xd2\xd2\x49\xc0\x4c\x05\x73\x43\x84\xb8\x8d\xed\x27\xc7\x51\xc2\x76\x89\xdb\xf0\xe7\x85\x0f\x34\x00\xb6\x43\xdc\x44\xc2\x79\x0b\xb0\xaa\xa9\x0d\xc5\x68\x13\x7b\x78\x20\x6c\xc5\xf0\xd9\x5f\xe1\x06\xbf\x48\x1f\x06\x11\xee\x03\x52\xd0\xe7\xec\x0f\x4f\xc3\x16\xfe\xb0\xc1\xf0\x34\x0a\x3d\xfe\x1d\x9c\xf5\x83\xb6\xf0\x34\x9c\x19\x9f\xa5\x88\xdb\x36\xc5\xee\x0f\x9a\xe3\x36\x37\x5c\xf5\xaf\x61\xe2\x23\xab\x15\x7e\xd7\x8a\xbf\x6b\xcd\x73\xf6\xd5\xcc\x2f\x3a\x8b\x5b\x28\xdf\x5f\xb5\x6a\x94\x50\x67\xb3\xaa\xd9\xcd\x21\xe3\x16\x86\x39\x64\xdc\xb0\x0d\x3f\xd3\x8b\x1b\x36\xe1\xe6\x77\x27\x75\x7e\x56\x3c\x6e\xe1\x06\xf6\x3e\xcd\x38\x21\xfc\xa0\x22\x6e\x11\x40\xb8\x09\x20\xd4\xd5\xdc\x49\xb2\x5c\xc5\x2d\x1d\xdf\x5f\x92\x68\xe3\x86\x7d\x11\x43\x50\xdf\xe9\x7e\x31\x9f\xb8\x25\x6e\xcc\xac\xde\x33\xa9\xb1\xab\x43\xe8\xf5\x9b\x3a\xcc\x83\x1d\xea\x77\x50\x42\x8d\x5d\x23\x4c\x41\xb1\x75\xe3\x65\xea\x9e\x4d\x47\x45\xdc\xb0\xf2\xa9\xb9\x0d\x10\x86\x91\xb3\x83\x74\x8a\x86\x04\xf3\xad\x32\xbb\xc4\x0d\xcc\x37\x6c\x9f\x6d\x18\x61\x9a\x0c\xa1\x17\x3f\x48\xdf\x5f\xed\x23\x4c\x45\xda\x19\x83\xf8\x51\x84\xd1\xb0\xa7\xcd\xef\xef\x68\x67\xb5\x01\x53\x11\x5d\xc0\x78\xd7\xb7\xa8\x0f\x26\x25\xb4\xea\x11\x62\x98\xbf\x1b\x00\x98\xc4\x04\x31\xcc\x5d\x23\xbd\x7e\x6e\xec\xdf\x0f\xe6\xb2\x7d\xd8\x5d\xfc\x18\xaf\x44\x6a\xcb\xb0\x54\x3e\x92\x71\x84\x0d\xa8\xa7\x8f\xa0\x16\x61\xba\x18\xb2\xeb\x45\x58\x2e\x86\x44\xbd\x08\xc3\xc5\x90\x28\x13\x3f\x96\x89\xa8\x0e\xe6\x32\xf4\xb4\x69\x80\x29\x72\x0d\xe9\xb9\x11\x0a\xa1\xd4\x9c\x08\x85\x50\xf6\xa5\x18\x28\xf8\x14\xd1\x59\x98\x02\x41\x4f\x9b\x5e\x38\xc1\x51\xa2\x01\xc6\xa1\x1e\xa3\x21\x22\x0f\x8b\x06\xf9\x82\x88\x92\x45\x8a\x50\xf9\xe6\x03\xc1\x78\xcf\x41\x36\x23\xe5\x6e\x68\xeb\x83\xbb\xa3\xad\x55\xbc\x07\xda\x02\x72\xea\x6a\x3d\xe9\xfd\x08\x3a\x2a\xf9\x63\x2e\x8d\x91\x36\xed\xfc\x91\xb4\x62\xa4\x4d\x3b\x7f\x74\x87\x18\x69\xc2\xce\x22\xe7\xb8\x2d\x2b\x97\x1f\x34\xf6\xe1\x4e\x21\x9c\xe4\xea\x07\x83\x7d\x54\x3d\xd8\xb9\x25\x36\x3d\x38\xf8\x89\x87\xa5\xf9\x4e\x6c\x20\xd2\xfc\x3c\x3e\x22\x73\x8c\x60\x73\xc5\xcd\xc4\x05\xd2\x5c\x61\x4b\x0e\x82\x92\x62\x43\xfe\x68\x38\x31\xd2\x52\x5c\x5e\x1d\xd2\xdf\x51\xc6\x0f\xce\x98\x18\x03\x19\x8b\xd8\x42\x8c\xc4\xed\xf0\x83\x35\x6b\x3f\x20\x08\x4d\xb3\x8e\x17\xe7\x24\x98\x23\xa5\x2e\x11\x65\xa4\x9c\x90\xab\x1f\x70\x9f\xf8\x13\x30\x40\x23\x32\xad\x59\xe9\x01\xed\x98\x45\x64\x18\xf3\xea\x41\x98\xa1\x51\xb2\x88\x3f\x2d\x7d\x3c\x8b\xd7\x2f\x3d\x36\x17\x3f\x08\x7c\x43\xcb\x45\x73\x59\x11\xc3\x59\x6a\xc0\x78\x3d\xb8\xf9\x40\x7d\xc0\xff\x55\x86\xe1\xd8\x49\x69\x43\x53\x3b\x16\x8a\xf5\xe0\x84\x9c\x19\x3f\x62\x70\x4c\x20\xbd\xb9\xd4\x9f\x07\x93\x28\xe4\x5d\x89\x69\x39\x18\xc4\xa7\xd2\xc0\x2e\x95\x81\x33\xa6\xc1\xf3\x43\xd4\x9c\xa0\x7b\xbc\x1f\x00\xce\x28\xb3\x79\x4c\x50\x46\xa2\x49\x2f\x41\x19\xf9\xdd\x27\xe5\xbf\x7d\x40\xe9\x41\x2c\x1f\x62\xd4\xef\xde\x98\x12\x4f\xa8\xf1\xe3\xf9\x88\x39\x26\x3e\xf8\x4c\x3e\xdf\x93\x85\xcb\x44\x16\xf3\xf3\xc0\x80\x25\x86\x56\x26\x87\xec\x51\x60\x95\x72\xa3\xfd\xe9\xa0\xcc\x45\xeb\x51\x30\x94\x8a\x0e\x8b\xbe\x9f\x2a\x7f\x8f\x1f\x41\x3b\x96\x86\xfe\x74\x72\x96\xc9\x30\x7b\xcc\xfa\xbe\xe3\x7b\xa1\xb2\x4c\x0d\xb5\xc7\xac\xf1\xa6\xb8\xd9\x63\x16\x3c\x53\x41\xed\x31\xab\xff\x0e\xf8\x92\xfb\xc7\xf8\x92\x4d\xca\x44\x7c\x8b\xfa\x79\xa2\xdd\x2b\x59\x26\xd2\xfb\xa6\x03\xa6\x10\xa3\xaf\xee\x76\x32\xe4\x8f\x6a\x11\xcb\xc1\x83\x5c\xa7\x6a\x39\xc0\xf1\x05\xdf\x01\x8e\x2f\xf0\x0e\xae\xd9\xf0\xeb\x64\xbe\x7e\xe1\x9c\xef\x6b\xfa\x53\x00\x6c\x49\xb3\x3f\x49\x36\xe2\x8a\xe5\xc4\x09\xaa\x03\xa3\xcc\x03\xc4\xc7\x53\x99\x1a\x65\x93\xdc\x52\x4e\x20\xdb\x83\x51\x66\x4e\x62\x26\x65\x9e\x37\x2d\x6a\x74\x9c\x36\x9b\xf9\x42\x99\x04\xd5\x74\x9e\x97\xf3\x99\x4d\x01\x73\x67\xac\xb5\xb0\x79\x17\xb4\x05\x0d\x3c\xa5\xf1\x45\x2c\xf7\xfc\xbe\x09\xf8\x67\x21\x57\xf0\x3e\x3c\xed\xb4\x7a\x75\x9e\x1b\x4d\x12\x60\xdd\x30\xdb\xa0\xe6\x0d\x71\xe2\xf3\x79\x0d\xa0\x05\xed\xe3\x1a\x40\x0b\xfe\x3c\x4f\x5a\x10\xef\xa8\x53\x88\x6b\xe2\x2d\xb5\x82\x52\x75\xec\x55\x50\xfa\x26\xde\x5f\x2b\x69\x45\xbd\xd7\x84\xf7\x93\xda\x19\xbf\x0b\xf6\x0a\x6c\xe8\x28\xa9\xb5\xa2\x9d\xd5\x26\x25\x08\x9c\xb9\x93\xe4\x18\x8d\xb5\x1e\x20\x34\xf1\xe0\x5a\xc9\x64\x5e\x0f\x26\xad\x34\xf7\x87\xcd\x1f\xc6\x8f\x4e\x9e\x5a\xb1\x14\x02\x7e\xf1\x27\xb1\xcd\xba\x76\x42\xf1\x1b\x5c\x2c\x49\x67\x75\x92\xea\x54\x7e\x84\xa0\xe3\xa6\x3a\xa4\x07\x4b\x9a\x11\x75\xb7\x8d\x3c\x4e\x47\x78\x0b\x8b\x3f\x6d\x7a\xc0\x61\xb5\xdf\x1b\x44\xef\x28\x93\x7b\x6c\x99\x02\x90\xf6\x70\x2b\x8b\xca\xf4\x46\x23\x4f\x13\xa6\xdb\x0e\x9e\xa5\x85\x6f\xc7\x43\xc8\x3f\x5d\x0c\x9c\x11\x35\x8a\x0b\x0e\x18\x62\x62\xd4\x46\x3c\x00\x57\xd8\x44\xaa\x07\xac\x01\xd1\x8c\xed\x88\x04\xe3\x63\x7e\x89\x07\x4e\xee\x68\x56\x78\x54\x42\x1e\xfc\x20\xf0\x81\x46\xc1\x01\x18\x4d\x83\xc7\x28\xbf\x83\xfc\x18\x8d\x0a\xe4\xa7\x8b\x1b\xd8\x28\x45\x54\x74\x77\xf8\xda\x2c\xb4\xdf\xbd\x40\x57\x2b\x7e\xa3\xc1\x63\xf9\x7a\x63\xe0\x93\xd7\x1b\x07\xde\x10\xa0\xf7\x64\xb2\x39\x8a\xeb\xdc\xb0\x01\x66\x8b\x62\xf7\xd4\xf0\x73\xcd\x6e\xc7\xef\xaf\x24\xb7\x67\xbc\xa7\x1c\x9c\x2d\x08\xdf\x53\x10\xce\xe6\x04\x37\x0d\x80\x49\x62\xcf\x3d\x18\x64\x21\x46\x7a\x63\xe6\xa9\x17\x77\x89\xb8\x8b\x52\xfd\xc9\xf8\xfe\x2a\x5b\x71\x9f\xc7\x6c\x77\xb7\x27\x79\x36\xd9\x03\xe3\x3d\x0f\xe9\x54\x75\x14\xdd\x73\x0f\x24\xef\x89\x7b\x07\x2a\x65\x9e\x8b\x37\xe2\x6b\x8a\xbc\x33\xf1\xc6\x89\x9c\x83\xb6\xc0\x8d\x38\x9a\x6c\x7d\xe0\x46\x24\x4d\xf2\x01\x74\x63\x5f\xa5\xa1\x03\xe1\xc6\xbe\xca\x63\xf8\x8d\xb9\xcf\x47\xf0\xd4\x11\x51\x93\x2d\x05\xdd\x88\xa9\x49\x43\x8c\xed\xc6\xa1\x54\x36\xb1\x86\x1b\x76\xcb\x77\xa7\x07\xe6\x12\x8c\x0d\x18\x32\xf3\xd6\x34\x17\xc4\xcf\xe4\xed\xf5\x09\x6d\x6a\x22\x68\x18\x27\x42\x7a\xad\x32\xec\x9b\x43\x67\xdf\x4d\x6f\x97\xed\x04\xf7\x99\xb0\x68\xda\xde\xf7\x94\xbd\x62\xd5\xc6\xbb\x19\x78\x53\x25\x9c\xdd\xb0\x70\x26\xeb\xc5\x37\xad\x9a\xf2\x68\xc5\xfb\x64\x7c\x51\xf7\x20\x10\xf0\xa2\x89\xed\x0a\xdf\x5f\x69\x33\xca\xa9\x21\x99\x73\xdd\xf4\x79\xbd\xbf\x68\x9c\x99\xdf\xe8\x13\x4e\xe9\x1e\x37\x94\xeb\xd4\x8d\x0b\x28\xd7\xc9\x16\x81\x1b\x41\x42\x49\xc6\xd5\x78\xcf\xc3\x31\x54\xe3\x62\x6a\x59\x29\x99\x32\x6e\x50\x86\xce\xde\xfb\x3e\x30\xa4\x90\x7b\xc3\xf1\x98\xfd\xfb\xa4\xd6\x21\xdd\xe6\x7e\x60\x82\x90\xe8\xf2\x6c\x34\x6e\x6d\x6a\x4f\xa6\xe7\xa3\xfe\x99\xbc\x37\xcb\x56\x15\x9f\xa9\xa3\x65\x33\xeb\x07\xe6\x57\xc5\x03\xc5\x67\x1e\xbd\x39\x48\x14\x78\xe6\xd9\x9b\x62\xf3\xf7\x6d\xfe\x1e\x3c\xde\x44\x59\xd1\x96\x7e\xa6\xba\x96\xa3\xf4\x81\x67\x6a\x6b\x29\xf6\xfa\x93\xd3\xe9\x99\x9a\x5c\x4a\xc3\x83\x9f\xb3\xb3\xe0\xce\xaf\xd9\x8e\x06\x1e\x0c\xea\x05\xfc\x33\xdb\x42\xde\x13\x36\xb4\x05\xcc\xd4\x03\x53\xa8\xfe\x7d\xf2\xab\x21\xf6\xf3\xcc\x73\x29\x47\x89\x5d\x4f\xa8\xdf\x5f\xd9\x76\x84\x07\x41\x48\xc9\xc8\x98\x2a\x42\x6a\x9e\xec\x54\x1b\x73\x12\x57\x7e\xe6\xf1\x91\x53\x74\xff\x07\xda\x7e\xff\x9c\xdf\x67\xbf\x3f\xe9\x6d\xc8\x9a\xf5\x4c\xc9\x26\xe7\xe2\xf6\x24\x86\x20\x8e\xfd\x20\xfa\x28\xca\x32\xf3\x4c\xb9\x3f\x75\x6d\xee\x27\xce\x7d\x27\xa7\x57\x7c\xe6\xe9\x15\x6d\x27\x7c\x10\x68\xf4\x5a\xac\x38\x17\xb7\x8a\xc1\x3c\x11\xfb\x41\x3b\xfd\x99\x67\x5b\xcc\xc5\xe3\xed\xbf\xe3\xff\x4f\x3c\xd0\x76\x7f\x73\xfd\xbc\xef\x9f\xa9\xb3\xc6\xd0\x0c\xcf\x9c\x5f\x33\xbe\x60\x09\x1f\x26\x26\x18\xc2\x87\x64\xab\x07\x31\x48\x72\x5c\xc4\x27\x91\xf3\xf8\xfd\xdf\x9f\x37\x4f\xc2\x79\x23\xa9\xe2\x99\x0a\x70\x56\xe0\x5a\x7c\x52\x45\x5b\xf8\x48\x0d\x6d\xf7\x3f\xf9\x7a\x15\x07\x79\x60\x59\xcf\xc5\x0b\x9a\x26\x02\x14\x6f\x17\x9f\x74\xa0\xed\x0f\xce\xb9\x3b\x8c\xb0\xa9\x61\xe7\x21\x1e\xff\x20\xf2\x68\xbc\xfa\x9b\x22\x8a\x62\x74\xe2\x83\xb8\xa3\xe8\xdd\x9e\x03\x0e\x3b\x01\x38\x65\xd9\x54\xbc\x61\xa6\xc2\x9e\xac\xa1\x3e\xb0\x4f\x2a\x18\x26\x3e\x53\x7f\x4f\xb6\xd9\x3e\xb9\xe2\xb0\x74\x7f\x0d\xbb\x55\xf0\x4e\xf5\xbe\x28\x42\x34\x3e\x30\x70\xca\xb3\x10\x9f\x3c\x77\xb7\x5c\xb7\xf1\xc9\xf3\x54\xeb\xc5\xe3\xcf\xf9\x47\xcf\x2f\x5f\xdf\x5f\x45\x61\x08\xf1\xc9\xf7\x6c\x57\x7f\xff\xa0\x2d\x78\xa6\x5a\x9a\xb2\x64\xa9\xa7\xcc\x0d\xdc\xbd\x21\x0b\x2c\x89\xe2\xa6\x4f\x49\xf3\x7b\x6f\x80\x82\x83\x67\xf3\xef\x90\x8a\x0c\xff\x14\x22\xd3\x26\xee\xfb\x94\x39\xff\x62\x82\x29\x73\xfe\xd5\x1b\xac\x0c\xb4\xfd\xfe\x9c\x7f\x35\x81\x96\xa9\x58\x99\x5b\x3f\xf0\xfb\x57\x73\x63\x84\x1a\xd9\x44\xf3\x20\x0c\x60\xbc\xfa\x7f\x40\xe0\xc2\x37\x65\x47\x1d\x50\x0f\x6d\x27\x7e\x9f\xa6\x13\xa9\xa9\xcf\x54\x4e\x62\x2d\xfe\x3e\x4f\x7c\xe9\x70\x7f\xa6\x72\x92\xe4\xbc\x8a\xcf\x54\x4e\x52\xf6\x86\x43\x7c\x40\xf6\x71\xf6\xd4\x89\x80\x17\x81\xd7\x31\x39\xb4\x17\x68\x6a\x2f\x29\x7b\xc1\xa7\xfa\x12\x43\x33\x00\x27\x08\x44\x08\x9b\xca\x4b\x6a\xaf\x01\xef\xf9\x7b\xf2\xef\x73\x03\x54\x49\x98\xf0\x84\xc4\xe8\x05\x43\x6c\x40\x1e\x52\xbf\xe0\x0a\x09\xa9\xfe\x24\xd4\x20\xc2\x4f\x12\x2c\x13\x3f\x6d\xa2\x67\x18\x7a\xc4\x1e\x0d\x2f\x57\x9b\xe8\x79\x2d\x37\x22\x8f\x5e\xe7\x0f\x83\x08\x24\x4a\x3e\x6d\x7c\x7f\xd5\xd7\xf9\xd2\x26\x76\x6c\x76\x7c\x1a\x35\x23\x7f\x3f\xf9\xe3\xe6\xed\xc8\xa8\xa3\x57\xfb\xfe\xfe\xaa\x51\x12\xe0\x33\x55\x9c\x68\x01\xe6\xe9\xdb\xfc\xdd\xfd\xf5\x80\xed\xab\xef\xfb\xdc\x1e\xc5\xe7\xc9\xd4\x12\x62\x34\x7c\x3d\x23\x8c\xcd\xfd\x41\xbb\x91\x91\xe3\x81\x17\xb0\x5a\x58\x98\x3a\x44\xb4\xa1\xe1\xe9\xf3\x7c\x78\x6d\xa7\x8e\x10\xa1\xd7\xf8\xfb\x1c\xdf\xdb\x69\x6a\x18\x35\xf9\x7c\xe9\xe7\xf7\x57\x7d\x91\x5f\x9f\xf3\x1f\x66\x47\x88\x42\xe8\x66\x77\x74\x31\xfa\xfb\x41\xd7\x86\xbe\x1f\xe1\xfb\xab\x56\xc3\x8f\x38\xad\xd7\xf9\x87\x40\xad\x6c\x7e\x0e\xc3\xbc\x9d\x2b\xcf\xc0\xfa\x9b\x5d\x4d\x75\x24\x85\xe1\xdf\xdb\xf7\x57\x55\xd4\x5e\x7c\xa6\x32\x52\x9b\xb7\x27\xc2\x15\xb2\xcf\xa3\x31\xe7\x6f\x31\xf7\x99\xba\x49\xec\xaf\xf1\x26\x7b\x54\x58\x51\x7c\xc6\x05\x61\x4a\xf4\x34\x75\x97\x98\x4c\x7f\x53\x75\x89\xc5\xf2\xc7\x54\x5d\xe2\x30\xfb\x65\xa8\x43\xf0\x76\xdd\x23\x04\x02\xbf\x30\xcf\x87\x97\x80\x34\x55\x9b\x94\x2d\x90\xec\x93\x3f\x0c\x6f\x7f\x68\x3a\xcd\xe7\xd7\xde\x7e\x27\x63\x3f\x53\xf1\x49\xdd\x04\x38\xf5\x9e\x54\xcc\xaf\xa7\xda\xd3\x82\x77\xeb\xd4\x7a\x5a\xf0\x79\xb6\xd3\xf2\xe3\xfe\xae\xef\xaf\x5e\x2d\xad\x4e\x95\x27\x65\x13\xec\xfe\x80\xff\xab\x7f\x44\x6e\x64\x6f\x98\xa9\x11\xb5\xe0\x0d\x0c\x2b\x5d\x90\x6e\xf7\x40\x1f\x4a\x16\x10\x8e\x8c\x0d\x2e\xf8\x8f\x39\xff\xf2\xea\x0f\xfc\xd1\xe7\xd3\x54\x9f\x62\x31\xfe\x0e\x6c\x00\x13\xdc\xc1\x18\x39\xb7\x27\x03\x78\x49\xd7\x07\x9c\xd5\xde\xc0\xc7\x8a\x4d\x56\xfb\x82\x5d\xcf\x6d\x18\xe2\xa4\xbb\x3e\x50\xbd\xac\x5d\x3c\x74\x8f\x5b\xde\x98\x9a\x57\xda\x2c\xb0\x4d\xc5\xab\xe5\xd7\xfb\x8c\xae\xd0\x7c\x61\x47\xcc\xd1\xdf\xcf\xf5\xb5\xda\xfa\xc0\x20\x92\xac\xae\x3c\x88\x4c\xa9\xde\x01\x34\x2d\x7a\x47\xc1\xb2\x98\x2d\x11\x4e\x3d\xae\x65\x1f\xf8\x53\x8d\x4b\x2f\xf5\x02\xa6\xeb\xe1\x03\x6c\x6a\x75\xb1\x19\xc0\x0b\x02\x80\x29\xfe\x4a\x50\x87\x56\xff\x89\xae\xed\xcf\xf0\x69\x9b\xda\x4c\x4f\x9f\x0d\x96\xe0\xce\x56\x80\x62\x82\x3f\x5b\xd2\x50\x82\xdf\xb9\x56\xff\x3a\x91\x5f\x5f\x1f\xd3\xf1\xdc\x7e\x12\x37\x90\x90\xf9\xd3\xea\xc7\x58\x92\xb6\x29\x9b\x77\x89\x6a\x09\xae\xe8\x10\x63\xf0\x03\xf8\xe7\x3e\x46\x84\x04\xe7\x74\x88\xca\xce\x49\x74\x4f\x57\x59\x81\xd3\x06\xff\x4c\x0c\x4d\x63\x2c\x7f\xc3\x87\xe1\x26\xe6\x05\xf9\xc4\x48\xdb\x03\x8e\xab\x31\x1f\xcc\x58\x08\x80\x1b\xa0\xca\x4c\x9d\xe2\x04\xb2\x87\x0f\xc3\x4f\x71\x0a\xd4\x5d\xf2\x64\x82\x4b\xa9\x2b\xee\x3d\xc1\xa3\xd4\x95\x06\x93\x22\xe6\xa4\x40\xf8\x84\x70\xce\x2e\x05\x25\xc5\x29\x50\x77\xe5\xd8\xa4\x38\x05\xea\x56\x3f\x91\x00\x29\x4e\x79\xba\xcb\x3b\x92\x22\x1c\xb9\x8a\x21\x4f\x70\x58\x75\xe5\xf7\x24\x78\xac\xba\x52\x78\x52\x9c\xf2\x74\x97\xbb\x25\xc5\x29\x4f\x77\xe5\x30\xa5\x98\x31\xbf\xe2\x36\x4d\x84\x9a\xff\x94\xa7\xbb\xb2\x7c\x12\x1c\x60\x5d\x21\x0f\x29\x2e\x7f\xff\xd0\x83\x02\x6b\xf1\x10\xc0\x38\x91\x36\xf9\xed\x12\xa2\xe2\x7a\xa8\x6e\x63\x04\x2d\x41\x1c\x18\xa1\x0a\x23\x03\x18\x2e\x9a\x01\x4c\x64\x5b\xf6\x12\x0d\xa0\xb8\xba\xdd\xf8\x82\x7b\x00\x8e\x45\x78\x88\xa1\xeb\x92\x91\x53\x9c\x87\x52\xd8\x72\x17\xd2\xe0\xd7\xda\x72\xf7\x17\x27\xbb\x14\x9a\xe7\xb9\xd4\x53\xf0\x17\x40\xf3\x6b\xd6\x0f\x67\xad\x17\xe0\xd5\xda\xb2\xdf\x80\x51\x6d\xcb\x43\xf3\x9e\x27\x45\x97\x53\x2b\xc5\x9d\x2b\x2f\xca\xd9\xb1\xf2\xc5\x3d\x62\xe5\xab\x66\x81\x93\x42\xf9\x67\x29\xee\x00\xa9\xba\x3f\xac\xbc\x38\x03\x62\xfc\xba\x92\xdb\x52\x7c\xa0\x69\x79\x7f\x22\x46\xad\x6f\xd9\x6d\x04\x35\x88\x54\x19\xa7\x16\x14\xc7\x95\x10\xa9\xd6\x75\xd6\xa6\xb4\x31\x6d\xed\xa3\xdd\x26\x3a\x18\x83\xbc\xbc\x29\xc1\xb7\x1d\x14\x7d\x96\x12\x7c\xdb\xa1\x7f\xf4\xad\xc4\x70\xb7\x20\xaf\x65\x62\xc0\x5b\x50\x60\x6b\x62\xc8\x5b\x50\xdc\x6a\x42\xd0\x5b\x2b\xa2\x8f\x14\x32\xbc\x98\xfa\x20\x14\xcc\x43\x40\x04\xb0\x1d\x6d\x99\x14\x08\xe5\xf0\x07\x88\x0b\xd0\x9e\x49\xf4\x85\xcb\x36\x97\x52\xa0\xff\x45\x3d\x46\x78\x48\xb4\x49\x52\x24\xe6\x84\x18\x84\xd4\x05\x39\x6b\x13\x43\xea\xc2\x10\xaf\x4c\xb1\x62\x0e\x02\x21\x36\xb4\x05\x42\xdc\x31\xa2\xb0\x82\x80\x90\x62\x88\xe0\x0b\x0f\x23\x08\x09\x09\xdb\x52\x7c\x03\x01\x74\xc1\x8a\xf6\x3c\x92\x27\x45\x47\x81\x94\x08\x81\x46\x48\xc0\x8a\x34\xf5\x94\x60\x0a\x08\x23\xf9\x0d\x84\x4b\x88\xd5\x24\x24\x22\x85\x91\x34\x6d\xf0\xae\x2d\x7b\x88\x93\x30\xf8\x0b\x42\x9d\xb4\xfa\x48\x2a\x0a\x43\xe7\x55\x02\x3b\xda\x72\xf9\xc9\x01\x94\x32\x1c\x4b\xe2\x6d\x29\x13\x62\xaf\xc3\x54\xde\x5b\xe9\xee\x7d\xc7\x9c\x85\xa4\x0c\x4a\x32\x65\x4d\xe5\xbc\xcb\x5a\x95\xd2\xe4\x75\xad\x0c\xf5\x57\x88\x54\x8f\x88\xd0\xfb\x30\xb4\xa9\x53\xe1\xca\x9b\x54\x0a\x60\x14\xff\x4e\x50\xe7\x82\xc2\x2f\x53\x6a\x88\xdc\x11\xb3\x4a\x53\x43\x6a\xf5\xd5\xc6\x19\x1d\xb5\x0a\x53\x43\x6a\xd5\xeb\x8a\x40\x9d\xcd\x10\x20\xb0\x39\x28\xd2\x31\x21\x28\xb1\x6f\x46\xf1\xe0\x76\xd0\x2a\x0d\x40\x18\xfd\x3e\x76\x83\x17\x6d\x70\x43\x56\x77\x00\x46\xe3\xfd\xb6\x63\x00\x1d\x69\xf0\xf8\xb7\x6a\xe2\xa7\xef\xd9\x10\xef\x38\x00\xba\x7f\x07\x7f\xf7\x2a\x1c\x04\x58\xfd\x1d\x20\xed\xa8\x55\x3b\xd8\x9f\xdf\x67\x30\x96\xfa\x83\x88\x68\xa5\x37\x25\xc8\x84\x52\x6a\x53\x3a\x71\x5e\x88\xd9\x23\xa0\xb2\x6f\xa6\xca\x13\x9c\xd7\x2c\xe9\xc4\x12\x04\x4d\xe0\x82\x03\x34\xa9\xbf\x8b\x3c\x4c\x8b\x9e\x37\xaa\xe8\xda\xae\x99\x61\x41\x49\x73\xce\x60\x9d\x4d\xee\xff\x94\x19\x63\x3b\x3e\x66\xe6\x94\x11\x34\xdb\xa2\xb6\x5b\x46\xb4\x4b\x8e\x41\x0f\x90\xc9\x90\xbd\xdf\x32\x32\x19\x5a\xfc\x68\xbf\x29\xf7\xa5\xad\x6b\x14\xa8\x87\x4d\xf6\xde\x94\x91\x88\x5c\x95\x09\x96\x32\x9c\x21\x4d\x81\x5f\x29\x43\x00\xef\x49\x1c\x3b\x23\x98\xbb\xc9\x46\x9c\x32\x83\xa5\x25\x53\xa7\x12\xe8\x22\x10\xc5\x14\x18\xfd\x6c\x43\x4f\x05\xe9\x61\x4d\x79\x6f\xa9\xc0\xa7\xdb\x94\x6a\x93\x0a\xf5\x30\xe5\xcb\xa6\x02\x8f\x53\x93\x9d\x3f\x95\x29\xd9\xcf\x07\x1f\x38\x0a\x96\xa1\x25\x11\x66\xb9\x10\x36\xb7\x55\xbd\xf1\xc0\x38\xa8\x04\xd9\x04\xb7\x7b\x68\xf9\x23\x9d\xa7\x8a\x80\xcf\x11\x3e\xfa\x44\xaa\x19\x9d\x2a\xa4\x37\x55\x04\xfd\xb7\xfc\xd1\xb0\x52\x85\x07\xaf\x29\xe4\x2b\x55\xe8\xc4\x4d\x22\x7c\xaa\x70\xdc\x34\x4b\x17\x0d\x2e\xef\x56\xc4\x39\x1b\x5c\xde\xad\x88\xd7\xb6\x56\xf8\xe0\x33\x97\xd6\xe9\x98\x11\xeb\x69\x58\x97\x56\xfc\xe0\x86\x2b\x4c\xb9\xdf\xa9\xdd\xc0\x58\x69\x7a\x83\xd3\x2f\x02\xbd\x3d\x17\x1f\x7c\x46\xe9\xf0\xad\xb4\xf2\x31\x27\xa6\x0e\xfb\xf4\x8b\x45\xf6\x44\xfd\x58\xb2\x54\xcf\xfc\x44\x47\x57\x2f\x9c\x8b\x66\xdb\x2b\x21\xd5\x61\xd7\x77\x64\x0c\x4b\x69\x4d\x1d\x8e\xbf\x21\xab\x6b\xea\xcf\xfe\x3b\x27\x68\x1a\x38\xb3\x5b\x15\x8d\x0d\xf8\xa9\x5b\x15\x17\x18\x48\xc1\x69\x55\xcc\x7f\xec\xc8\xb3\x53\x58\x6d\x1a\x50\x5d\x37\x23\x68\x2f\x27\x1f\x7c\x56\x6e\x27\x15\xb6\xa0\x37\x60\x3e\x6b\xb2\xd7\xa7\xbd\x23\x9d\x6b\xca\xf3\x3f\x38\xa0\xf6\x93\x20\x88\xf7\xee\x0c\xdd\x56\xf0\x7c\xda\xe1\xa1\x6b\x0a\xab\x49\x3b\x3c\x74\x4d\x41\x59\x69\xbf\x31\x51\x99\xf4\xd3\xfe\x30\xe6\x50\x0c\xfb\xd8\x08\xb5\x90\x45\x1f\x7e\x53\xea\x7d\x3a\x10\x6e\xdc\x94\x43\x9c\x8e\xc8\x98\x35\x11\xe0\x81\x14\xa7\xa6\xc4\x9e\x74\x34\xc2\x21\xc5\xe8\x80\x37\xbd\x29\xe5\x2f\x1d\x60\x2e\x76\xd4\xa5\xa3\xb3\x0f\x2d\xc9\x01\x37\x72\x53\x56\x4e\x3a\x10\x24\x54\xcd\xe4\x0e\xf8\x4d\xeb\x10\x6b\x3d\x4e\xf6\x21\x3e\x70\x3c\x20\x2f\xf3\x92\xe3\x41\x3e\xa5\x35\xa6\x13\xc1\xb9\x75\x48\x56\x3f\x11\xa0\xd0\x64\x04\x4b\x27\x46\x69\x43\xab\x78\xc2\x51\xda\x2c\x1c\x5d\x08\x97\x6c\x0a\xf1\x48\x17\x34\xe1\x36\x3e\x66\xdf\x74\x25\xd2\xac\xd6\xe5\xca\x38\x87\x25\x6e\x5f\xc8\x4d\x6b\x43\x64\x7f\x41\xeb\xe8\x9b\xb4\xeb\x0b\x31\x4e\xaf\x93\xf5\x3a\x97\x03\xfc\xb3\x0a\x17\x22\x5a\xbb\xac\x19\xe9\x06\x7f\x7a\x49\x96\x77\xe2\x64\x05\xd7\xcd\x3c\xed\xa0\x4d\x7e\x57\x8e\x22\x3d\xe2\x46\x4a\x5c\x97\xcd\x35\xdd\x38\x37\xba\x6c\x32\x89\xa1\x14\x7d\x13\xaf\xbd\x99\x4e\xa5\x5c\x88\x84\x30\x86\xd0\x37\xb1\xb4\x9b\x99\x90\x4a\x8e\x48\xf0\x23\x84\xee\xcd\x45\x33\x75\x1d\x3a\x37\x60\x6a\x0e\x5d\xc9\x2b\x09\xb6\xe5\xf0\xd2\x65\x61\xfb\x0a\x2f\x95\x08\xc6\xad\x90\xad\xe3\xd0\x18\xd3\x83\xa6\xff\x5c\xec\x43\x2c\xed\xb9\x16\x4e\xd7\x27\x79\x4b\xfc\xe4\xa3\x98\xe5\x0d\xa9\x8d\x5d\x36\xce\xbc\x31\x99\x55\x79\xe1\x79\x55\xaa\xc8\x1f\xc0\x32\x03\xc6\xbb\xcc\xc4\x99\x99\xe9\x5d\x31\x30\x39\xe4\x07\x0f\x3e\xdc\x38\x33\x01\xda\xf1\x83\x39\xa0\x02\x48\xd7\xe1\x9c\xc3\xc1\x4f\x3e\x9e\x83\x8c\xf0\xe5\xd0\xe3\x47\xbf\xca\xe1\xbe\xf9\x40\xa3\x3c\xec\xf4\x83\xd3\xcc\x60\xe2\xae\xf3\x3c\xc7\x8d\x9f\x7c\xb6\x6d\x66\xca\x64\x56\x24\x52\x8e\x6b\xb6\x1f\x6d\x27\x33\x57\xab\xcb\xa4\x97\xe3\xc5\x07\x59\x9f\x20\x28\xa0\x2b\x63\x39\x27\xc8\x37\x5d\x5e\xac\x0c\xf5\x24\x74\x9d\xc5\x39\x21\x8e\xb6\xa7\x8f\xe2\x97\x13\xe7\xa2\xa4\xd4\x9c\xb0\xb1\xbb\x32\x4a\x73\x86\xae\xd8\x45\x52\x39\xb3\x2e\xc7\xeb\x0d\x1c\x02\x5d\x59\x20\x39\x83\xaf\x75\x25\xe0\xe4\x0c\xbe\xd6\x95\x05\x99\x33\x33\xf2\x65\xef\xc9\x19\xc9\xf1\x6d\xfb\x98\x23\x72\x46\x9e\x64\xcf\xaf\x07\x3b\x1f\x7c\x08\x26\xe3\xc4\xef\xb9\xaa\x53\xd8\x54\xbb\xce\xf3\x9c\x0f\x4e\x6e\x08\x74\x6e\x64\x05\x8a\xe7\xc2\xc9\x95\x0f\xd3\xce\x05\x99\x5b\xbd\x7c\xa4\xe6\x5c\xa0\x22\x66\x85\x40\xe5\x42\x14\x16\x2d\x54\x69\x6b\xcf\x7d\xe6\x52\x90\x09\xd8\x94\x47\x92\xcb\xc1\x51\x04\x47\x01\x60\x23\xf8\x93\x1b\x94\x5c\x43\xff\xc1\xf9\x95\x0b\xcf\x1e\x59\xb3\x73\x05\xaf\xed\x55\x2b\x50\x03\xfd\xd5\xda\x3b\x15\x1a\x5d\x97\x47\x3c\x57\xa6\xe8\x2a\xf3\x32\xd7\x9d\x6f\x7c\x38\x7a\xae\xab\x72\xce\xe7\x84\xcb\x75\xe7\x28\xda\x2a\x0d\x94\xd0\xeb\x47\xc6\xc8\x8d\x55\x49\x14\x27\x91\x1b\xc8\xbc\xb7\x4f\x84\x59\x6e\x2c\x5e\xa3\x00\xe0\x4c\x59\xa7\x2b\xa8\x33\xf7\x80\x85\x57\x72\x4c\xee\xac\x7d\xa2\x1c\xf8\xdc\xe9\x4b\x96\xf1\x2f\xf7\x8c\x75\x56\xf8\x42\xee\x10\x9f\xbb\xbc\x7b\x79\xc0\x3c\xdf\x64\x23\xc9\xe3\x06\xcd\xca\x96\x90\x07\x44\x9b\xae\x28\xf6\xbc\xc3\xcc\xd2\x65\x2c\xc8\x3b\xe2\xe9\xba\x4e\xc9\xbc\x43\x26\xef\x52\x9b\xf3\x01\xd5\x3c\xa9\x7e\x4a\x3e\x60\x49\xed\x0a\xf4\xcb\x47\x5b\x0b\xff\xe9\xf4\x80\x52\xd4\x15\x8e\x95\x8f\x93\x70\x88\x53\x1c\xd7\x7a\xe3\x33\x97\xe3\xa6\xf6\xf0\x51\xc4\xf2\x49\x21\x4c\xc6\xcd\x7c\x22\x88\x7f\x28\xb4\x33\x9f\x00\x6c\xc8\x7c\x98\xcf\x93\xfe\x26\xb1\x9f\x13\xc9\x66\x63\x13\xc6\xce\x3b\xf0\x93\xcf\x83\x0b\x3c\x6d\x28\x3e\x2b\x5f\x38\x27\x86\x7c\x28\xf9\xfe\x7d\x04\x50\xbe\x37\xc4\x41\xbd\xda\xd4\x72\x84\xaf\x7b\x83\x17\xb0\xb9\x03\x18\xfd\x8b\x7f\x47\x48\x4f\x70\x07\x03\x3e\x5d\xff\x0e\xaf\xde\xc7\x7a\x93\x6f\x26\x65\x66\xbf\xcf\x43\xe7\xf5\xe0\xfa\xfe\x4a\x45\x9c\xeb\xde\xe0\xf4\xfd\xd8\xc5\xf2\x8d\x7d\xd4\x7c\xa0\xdc\x88\xdb\x91\x55\x35\xdf\x10\x48\x14\xe7\x93\xef\xb0\xa6\xa4\x1e\xa1\xa8\x28\x35\x25\xdf\xa1\xa0\x83\xa8\x36\x1c\x99\xc9\xed\x86\x40\x1d\x0f\x80\x40\x0f\x6d\xd3\x3b\xc0\x8f\x35\xdc\xdf\x0d\x94\xf8\x7d\x44\x42\x46\xd1\xf1\x1d\x27\xd2\x87\x71\x14\xe9\x39\xd6\x80\xb1\xbf\xc3\xb2\xf2\x0d\xaa\x6e\x0a\x30\xcf\x37\x42\x69\x36\xb1\xc8\x1b\x67\x48\x8e\x5a\xf7\x1b\x1a\xb0\x83\x0e\xf3\x1d\xe9\x2c\x15\x96\xa1\x11\x37\x45\x51\xe7\x7b\x0a\x69\x79\xf3\x24\x60\x04\x53\xb9\x96\x7c\xa7\x29\xbd\x87\xcd\x84\x80\x70\x18\xc5\x8a\xe5\x3b\x51\x0b\xf7\x42\x81\xa0\xe5\x1e\xcb\xf7\x94\x26\xe2\xf0\xc2\xa2\xf6\x8e\xac\x37\xf9\x4e\xf0\x6f\x0f\xff\xfe\xbc\x83\xcf\xf2\x9d\x19\x9c\x26\x88\x10\xbe\x22\x5d\x3a\xdf\x60\x39\x59\xa9\x67\xf9\x46\xfe\x49\xcd\x42\x4a\xe6\x1e\x4c\x7e\xd0\xa9\xf6\x69\xc8\x8c\x90\x32\x13\x6b\x9e\xb4\xa8\xa8\xe1\x7c\x67\xb2\x06\x4d\x29\x23\x3a\xd4\x53\x46\x06\x5f\x53\x64\x72\xbe\x4b\xf9\xfe\xaa\xd9\x68\x2f\x44\x9a\x3a\x44\xcd\x1a\xa5\x12\xe5\x7b\x0a\x58\x39\x78\x3b\xa2\x62\x4d\x32\x2d\xa3\x60\x8d\x23\x77\xf3\x0d\x3d\x2c\x4c\x26\xf1\x83\x43\xe9\x2e\x4b\x69\x55\x1b\xf3\x29\x9a\x7f\x81\xc7\x34\x0a\xbc\x1a\x11\x92\xe5\x76\xe2\x68\xea\x60\xca\xc3\xf3\x81\x16\xa5\x92\x54\xb3\x16\xa1\x81\xd6\xc5\x08\xef\x06\xa7\x72\xd7\x04\x50\x49\x61\xc8\x6b\x94\x6f\x96\x45\xf0\x0c\x11\xa9\x9d\xe5\xd7\xce\x37\xca\x24\x54\xb3\xb4\x1e\x81\x33\xe1\xbc\xff\x2e\x28\x31\xdf\xbd\x62\xb7\xf9\x77\xb8\xa1\xc5\x45\x11\xda\x1c\x9b\x29\x7f\x4a\xf0\x39\x98\x8c\xfa\x81\x20\x4b\xb7\xcf\x77\x90\x63\xbe\xa1\xbb\xe5\x17\x21\x22\x12\x3a\xb8\x0d\x21\x28\x9a\x5f\xc0\x92\x34\x4c\x86\x0c\x2c\xf0\x56\x1c\xb4\x78\x6b\x40\xc6\x39\xcb\x51\x99\x11\xe7\x1c\xc3\x66\xba\x1b\x93\x6c\xde\xed\x81\xb6\x90\x8e\x50\x82\x4d\x27\xeb\x0d\x9f\x4d\xd0\x69\x7d\x53\x1a\x52\xe8\x50\xbe\xa7\xa0\xe1\x90\xdb\x7c\xef\xc0\xb1\x09\x1f\xea\xa9\xcf\xcc\x7b\x27\xc8\xfe\xbe\x22\x56\x51\x53\x80\x05\xaa\x76\xad\xe1\x3e\x37\xd6\xd6\x04\x20\x5c\xf7\xa3\x79\xbc\x87\x33\xd4\x83\x29\x1c\xe4\xe0\x8d\x32\xe5\xc8\x6c\xe9\xea\x9e\xea\x71\x56\x54\x71\x5e\x91\xca\xaf\xad\x7c\xec\xef\xd0\xd3\x7c\xa3\xd8\x9f\x43\xde\x33\x43\x99\x9b\xf5\x92\x7b\xea\x9c\x31\x19\xa6\x73\xaa\xb1\xc5\x48\x3d\x89\x13\xf5\x48\x55\xf9\xb5\xce\xf3\x00\xcf\x4a\x0c\xcc\x08\x64\xce\xaa\x55\x98\x6f\x58\x03\x6b\x71\x87\x9d\x1d\xb8\x47\xf8\xcb\xab\x3b\x38\x18\xd3\xad\xf6\x85\x0e\x35\x85\x13\x84\xe7\x9d\x71\xce\xed\x5c\xbc\x5b\x91\x17\x9a\x93\x0f\xeb\x29\x6b\xc7\x60\x96\x8b\xca\x3f\xaf\x65\x9c\xea\x4c\x54\x89\x84\x8c\x18\xe8\xac\x5c\xec\x8c\x10\xe8\x54\xa2\x07\x18\x08\x01\xd2\x04\x68\x56\x54\xa6\x58\xbe\x51\xf4\x27\xbc\x28\x71\xea\x47\xd5\x8b\x70\x61\x06\xd1\xef\x3f\x68\xeb\xf5\x7b\xcd\x40\x2f\xdc\x8c\x60\x16\x4a\xee\xc8\x01\x44\x08\x77\x42\x54\xab\xa6\x74\xcf\x45\xd9\x4c\x17\x90\xea\x43\x15\x04\x37\x39\xda\xeb\x83\x83\x73\xd0\xa4\x6f\x60\x3d\x7a\x48\x84\x79\x67\xb7\x17\xed\xaa\x4b\xda\x61\x24\x3d\xdf\x0f\x4f\x89\xa2\x2f\x9e\x88\xc3\x59\x93\x82\xae\x3a\x82\xb7\xcf\x53\xf8\x85\xf0\xf0\x54\xea\x22\x6a\x73\x61\xfc\xc1\x3c\xc8\xa2\x84\xfe\xfb\x39\x81\x26\x7f\x4f\x9e\xe5\xfd\xf4\xdc\x04\x5a\x4b\xf9\x90\xed\x6a\x87\x21\x76\xbc\x27\x09\x2d\x88\x1d\x0f\xa5\xfd\xc4\xdd\x94\x11\x58\x3e\xbb\xef\x7a\x00\x97\x9a\x98\x28\x23\xc3\x83\x32\x31\x32\x43\xc3\xcd\xa2\x1e\x3a\x3b\xb5\x17\x10\xfd\x3d\xe1\x33\x3c\x4b\x90\xf4\x17\xb0\x8c\x4a\xb0\x7c\x3e\x95\x28\xd5\xc6\xee\x90\x22\x8e\xf8\xef\xa4\xc4\x8d\x8c\xf8\xef\x50\x45\xbb\x88\xff\x8e\x61\x13\x52\x9f\x50\x08\x82\x46\x0c\xf4\x4c\x14\x77\x49\x46\x3d\xdc\xc7\x3a\xed\x04\x44\x60\xaa\x87\xb0\x3c\xd5\xf2\x2c\x8f\x7f\x46\x90\x77\x92\x4d\x3d\x23\x68\x7a\x76\x20\x3c\x44\x8a\x24\xe2\x3a\x08\x8b\x4e\xaa\x82\x97\x11\x16\x9d\x65\xa8\xcd\x0c\x8b\x1e\x0a\x93\xc8\x88\x83\x9e\x40\xfa\x0b\xc4\x79\xe9\xb8\x79\x96\xe8\x67\x20\x29\xfa\x89\x8d\x20\x12\x7a\xce\x5b\xb3\x42\x25\xc6\x62\x20\xe1\xfe\x4c\x46\x7d\xda\xc1\x67\xfc\xfb\x5a\x4c\x3f\x40\x28\xb0\xd7\x12\xde\x4f\xf9\x3c\x32\x43\xa1\x9b\xd2\x08\x33\x63\x9f\x83\xe5\x57\x04\x3b\xcf\x07\xea\x02\xe2\xe2\xa6\x2d\x84\x68\xe6\x38\xb4\x03\x10\xcd\x9c\x5f\x98\x86\x70\x58\xad\x9f\x32\x9c\x39\x27\xf1\x6f\xc4\x27\x07\x19\xd4\x32\xe2\x93\xd3\xd6\xdc\x03\xa2\x06\xb4\xe9\x10\x9f\x1c\xcd\x9a\x56\x7c\xb2\xa9\xa5\x2c\x90\xd5\x61\x01\xef\xf2\x52\x16\x4a\xb8\x3a\x72\x56\x84\x72\xf6\x08\x28\x15\x20\x86\x0f\xcb\x62\x56\x96\x50\x46\x84\xf2\x44\x9b\x47\x18\x50\xae\xfc\x02\x64\x1f\x09\xc4\x08\x51\xce\xaa\x46\x94\x1f\x8a\x9b\xd9\x10\x91\x17\x1a\xa0\xc9\xbf\x4b\x35\x40\xb0\xb9\x36\x0f\x50\x17\x03\xd7\x08\x4b\xa4\xd4\x99\xf1\xd0\x18\xac\x4c\x9c\x8c\x28\xe2\x6c\x75\x1c\x51\xc4\xb3\x4f\xe1\xb9\x32\x6e\x5a\xc2\x02\xe2\x84\x63\xb0\x18\x8d\x40\xe1\x6c\x1d\x13\x81\xc2\xd9\xaa\x36\x02\x85\xe7\x07\xea\x12\xce\x0b\x9b\xf1\x60\x80\x4d\xc5\xc4\xd4\x70\x94\x4b\x45\x44\x2c\xef\xec\xc0\x0f\x28\xa8\x47\x0f\x09\x4c\x26\xf7\x08\x76\x25\xd1\x9a\xd1\xba\xb6\xac\x22\x3a\x77\xf6\x28\x54\x76\xaa\xb1\xa6\x06\x98\x9e\x95\x6e\x9f\x11\x9f\x1b\x86\xe2\x95\x32\x03\x74\x5b\xf4\x6a\x74\x40\x2d\xed\x04\x11\xb9\x59\x36\xf4\xcc\x88\xdc\x60\xd1\x17\x21\xb9\x2f\x4b\x24\x42\x72\xb3\xaa\x3e\x64\x84\xe4\xce\x0f\x84\x97\xce\x84\x24\xc3\xb4\x56\xc2\x0f\xb0\x12\x32\x2f\x20\x28\x77\xbe\xa0\xd5\x9d\xc2\x72\xb6\x49\x03\x51\xb9\x5d\x41\xfa\x19\x51\xb9\xf3\x03\x3f\x40\x14\x5f\xff\x49\x5d\xd3\x8c\x18\xdd\xfc\xa2\x5f\xc4\x43\x65\x2b\xa1\x08\xd2\xcd\x36\xfa\x21\x48\x77\x0e\x67\x78\x80\x12\x13\x34\x5c\xfc\xd5\xe7\xd6\x20\x53\x70\x9b\xfc\xd9\xc7\x08\xc2\x72\x43\x30\xf7\x64\x18\x9e\x8f\x15\x18\xf9\x92\x79\xdf\x7e\x60\x4f\x09\x65\x90\x9d\x9b\x3b\x84\xec\x5c\x24\x4d\x20\xec\x35\x0c\x1f\x21\xc7\x22\x1c\x75\x78\x14\x70\x67\x81\x88\xb8\xd5\xe1\xa3\xf5\xa0\xd1\xc8\x3d\x1e\x44\x82\xd7\x1d\xb6\xd1\xac\x7a\xbe\xf9\x39\xa0\x08\xbb\x4d\x93\x99\x97\xfd\x04\x27\x93\x5c\x87\x50\xd3\xf0\xc2\xe2\xb9\x48\xd5\x1f\x54\x0e\x29\xa0\xce\xce\x07\x5a\x77\xe4\xad\xdb\x8e\xce\xe0\xd2\xe4\x33\xe5\xa4\xdc\xe6\x69\x9d\x24\x56\x73\xcf\x13\x81\x6a\x66\x1b\x14\x9f\x4d\xbc\x27\x45\x20\xcb\x20\x17\xd8\x86\x31\x7f\x81\x56\x8d\xc8\x6b\x61\x5a\x30\x5e\x74\x18\x98\xba\x2f\xa8\x04\x3e\xc7\x50\x48\xb3\xfb\xd0\xb9\x40\x7e\x3e\x38\x2f\xf0\x63\x6f\xe9\x0b\x5c\xc4\x87\xfd\xc5\x39\x99\xcd\x4c\x79\x3a\x55\x33\x64\x0a\xd0\x26\xa6\x29\x40\xb7\x6a\xe2\xb8\xa1\xd4\xb8\x43\xca\xcf\x96\xc0\x9f\x29\x3f\xa7\xf6\xea\x80\x32\x8e\xf1\x7e\x23\xec\xdc\x20\xde\x18\xd1\x2b\xf9\x70\x87\x4b\x5e\x7e\x20\xfe\xa6\xe6\x49\x3f\x44\x9b\xb4\xc1\xe7\x81\x65\xc7\x4c\x62\x8a\xbf\x49\x55\x42\xf2\xf3\x60\x17\x57\x77\xd0\x91\xa4\xab\x49\xd0\x05\xfe\xfa\x7e\x61\x49\xbb\x7c\x89\xbf\x3e\xe7\x1e\x2c\xbd\xb7\xc8\x83\x12\x3e\x1f\x25\xa0\xb0\x46\xd6\x26\x03\x5b\x41\xec\xf0\xdc\x23\x49\x0f\x60\x75\x28\x7e\x81\x30\x76\xb5\x1b\x61\xc8\x7a\x00\xb3\xc3\x47\x73\x29\x1b\x0c\xa5\x56\xca\xcb\xb6\x51\xd4\xf3\x0b\x14\x70\x8b\x7b\x98\x6b\xad\x43\xaa\x6c\x10\x70\xab\xf2\x6f\xca\x36\x25\xdc\x22\x43\x66\x59\xb5\xbc\x54\x20\xbb\xa0\x9c\x57\x96\x50\x5d\x10\x01\x9d\x5e\x93\x08\x54\x69\x3f\x22\x4d\x41\x51\xaf\xac\x80\xd3\x82\x32\x5e\x61\x54\x8f\xb0\x66\xe9\x17\x28\x45\x75\x01\x4d\x09\xb8\xba\x47\x52\xb8\x7f\xa7\x28\xf8\x91\x59\x0a\xeb\x7d\xb5\x68\x44\x85\x8b\x63\x18\x6a\x84\x9e\x75\x8f\x09\xb9\x2b\xa8\x87\xc8\x59\xaa\x03\x84\x20\x26\x83\x84\x44\xc8\x9a\xd5\x1f\x12\x21\x47\xd1\x42\x44\x2e\xad\x96\x12\x01\x88\xb5\xf9\x7b\x1e\x22\x3f\x2a\xad\x5d\xb6\x88\x2d\xfe\xea\x1d\xe2\x4d\xd5\xa2\x45\x22\xc4\xd0\x1c\x48\x3b\xf5\xef\xd4\x10\x3c\xfa\x14\xc1\x36\x2f\x11\x63\x9d\x92\x57\x3d\xad\x0d\x28\xf8\x29\xcf\x4b\xd4\x2d\xdb\x27\x30\x45\x6d\x26\xee\xb9\x87\xb5\x26\xc2\x30\x22\xa3\x93\x09\x0d\x9e\xab\xda\xbc\x5f\x32\x51\x2c\x42\xca\x30\xd7\x54\xb7\x17\x08\x1a\x22\x43\x72\xed\x9a\x35\xa5\xf1\xa6\x35\xcc\xc0\x9a\x71\x9e\x59\x73\xc9\xbf\x73\xf7\x24\x83\xb4\x76\x8b\x41\xa2\xca\xd0\xfc\x06\xce\xac\xa0\x49\x15\x70\x77\xff\x5e\x16\xf1\x6b\xcc\x02\x3a\x30\x21\xc2\x98\x2b\xf7\x70\xd9\xca\xa2\x03\xf7\xc0\x73\xd3\x78\xa3\x78\xdd\x04\xd3\x14\xa7\xd3\xf6\xea\xf1\x21\xd0\xfa\xa0\x72\xed\x92\xf0\x82\x1c\xbe\xf1\x22\x8f\xba\xa0\x54\x9f\x95\x6e\x4a\x41\x5d\x69\x3d\x4c\x7e\xc0\x3d\x9a\xb4\xdc\x95\xb2\x6a\x72\x17\x20\xb1\xe6\x31\xb8\xe3\x92\x96\xaf\x71\xfd\xd5\xc3\x92\x9f\xb3\x96\xa3\xb1\x68\x9b\x3f\x40\x6e\x71\xd4\x44\x21\x4f\x6f\xc6\x75\x63\x2c\x8f\x60\x5c\x7e\x2b\x93\x64\xe3\xfa\xbb\x8d\x4a\x76\x5e\xbc\xce\xc5\xd3\x80\x4b\x7c\xce\xa2\x71\x5a\x85\xbb\xdb\x14\x30\xb2\x86\xec\xd4\x8d\x3c\xeb\x4e\x92\xca\x42\x4b\xc7\xd9\x6a\xaa\xef\x4b\xb4\xf3\xa0\x14\x18\xbc\x5a\x4b\xba\x35\x8b\xa6\x3f\xbc\x08\x0f\x14\x5e\x87\xf0\x36\x28\x07\x75\x3f\x58\xab\xa7\x89\x0f\xc8\x41\x5e\xee\x29\xa0\xa6\x6c\x16\x3e\x40\x62\xaf\x0e\x0e\x82\xe0\x17\x4e\xf6\x28\xa8\x97\x84\x5a\xf5\xc9\x4e\x1a\x33\x8f\xde\x17\x8d\x69\x1a\x3b\xed\x7a\xc6\xe6\x4e\x37\x84\xdb\x17\xf4\x4a\x41\x79\xd0\xe4\x65\xdc\x1d\x30\x9e\xbe\xda\x60\x10\xe6\xe1\x07\x0e\x9a\x2e\x44\x1d\xb4\x41\x08\x46\xe4\x56\x65\x4f\x62\x89\xa8\x3e\x8f\x0f\xd2\xac\x0f\x16\x06\x1a\x6c\xc2\xc3\xc9\xb5\x31\x83\xa0\x3d\xd7\x2c\xe8\xa4\x15\xce\x6c\xf0\xa4\x66\x6a\x20\xa7\xd4\xda\xea\xeb\x05\xda\x41\x5e\x5d\x10\xd7\xde\x17\xc8\x68\x8a\x2f\x20\xc8\x94\x4c\x00\x48\x69\x52\x8e\x74\xd9\x60\xb2\xad\xcd\x5d\xc2\x09\x5c\x87\x30\x7d\x51\x1f\x32\xcb\xb8\x08\xe5\xf8\x49\x98\x5d\xd9\xae\x82\xa2\x04\xee\x1e\x3c\xcd\x3b\xfb\x82\x2b\x72\x68\x8a\xac\xfe\x2b\xe3\x50\xd9\x2e\x64\xad\x7a\x27\xd3\x82\xeb\x9d\x7f\x51\xdd\xf1\x26\xb9\x49\x0a\x3e\xd0\x96\xc8\x69\xfa\xbb\x41\x0b\x1e\xf3\xce\x7c\x41\x73\xbe\xb1\x97\x8d\x34\x06\x2c\x24\x6f\xf6\x1b\xa9\xa7\x16\xbe\x6e\xfa\xd6\x7d\xc8\xde\xb4\xe5\x64\x8f\x01\x43\x86\xd1\x7a\x63\x1a\x2f\x20\xb9\xb5\xb3\x1e\x3c\xac\x54\xb7\x69\x5e\x0f\xed\x6a\x66\xbc\x2c\xbe\xd1\x4c\x2e\x0f\xb7\x91\x91\xfb\x70\xf7\x6b\xd0\x87\xf3\x12\x45\x3e\xe4\x51\x26\xb0\x07\xb2\xc2\xf0\x10\x64\x51\x9e\x17\xec\xbe\xd5\xab\xf3\xac\xbd\xfd\xe9\x92\xf5\x3d\xeb\x47\xad\x2a\x8c\xd7\xaa\xba\xf3\xa7\xf0\x66\x21\xe5\x3a\x14\xde\x23\x54\x75\xf1\x43\xe1\x3d\x42\x43\x02\x7e\xe1\x3d\x42\x59\xc6\xb9\x12\x68\xba\x1d\x7e\x81\xe2\x83\x18\x69\x58\x72\xa8\xd8\x22\x2e\xf8\x89\x96\x2f\x02\xc4\xcc\x28\x76\x12\xe0\xa1\x57\xd4\x42\x41\xcd\xd0\x1c\x24\x8d\x87\x15\x5d\xe1\x21\x03\xf5\xa8\xa4\x36\xd9\x83\xf1\x00\xb1\x33\x7e\xec\x35\x25\x2c\xb1\x53\x6c\x12\xb7\xf9\xcc\x07\x9a\x37\xa4\x4a\xc5\x7e\x15\xd4\x29\xcd\x2a\x07\x55\x42\xe4\x46\x14\xd1\xe1\x5a\x9d\xa4\x4a\xaa\x85\xb7\xe6\x04\x0b\x18\xb8\x24\x67\x3e\x10\xe2\x52\x44\xe9\x33\xf5\x90\xc8\x81\x24\xe5\xe0\x96\x9c\xf9\x85\xfa\x4c\x2b\x06\xdd\x6f\x34\x40\xe5\x17\x48\xf9\x12\x0f\x71\x27\xce\xec\x42\xa8\x4a\xc4\x84\x81\x38\xd0\x16\x22\xe0\x96\x57\x6c\x55\xe1\x65\x36\x2a\x03\x52\x02\x0d\xad\x96\x16\x78\x9f\x8d\xaa\xd4\x16\x5e\x67\xa3\xbb\x0a\x0a\x6f\xb3\x49\x9e\x75\x46\x59\x05\x2f\x36\xdc\xf4\x55\xdb\x1f\x01\x83\xb1\x79\xf1\x33\x35\x08\xa1\x31\xc3\x22\x33\xdc\x66\x8d\x67\x03\xc8\xba\x30\xee\x1f\xf6\x13\xd3\x4a\x66\xa5\xa4\x6c\x00\xd7\x42\xa9\x07\x18\x6e\xa3\x69\xa3\x44\xf4\x28\x88\x0a\x97\x5e\xd2\x07\x6e\xaf\xc9\xaa\xd9\x55\x58\x22\xb6\x2a\xe8\xa8\xe0\xae\x9a\xf9\xc0\x6f\xd0\xbc\xd1\xdd\xe7\x8e\xea\x33\x6e\x9f\xac\x65\xa0\xf6\x62\x48\x1a\xb3\xd2\xcb\x64\xea\xa9\x84\x52\x78\xa9\xe4\x36\xc2\x3b\xca\x3b\xf8\x34\xe3\x25\x32\xc1\x22\x12\x2e\x91\x09\xce\x9f\x2d\xb8\x44\x26\x2a\xa3\xbd\xe0\x92\x18\x57\xe0\x29\xbc\x24\x66\x54\x8f\x00\xd5\xa4\xfe\xc4\x45\x54\x70\x7f\x4c\x8e\xe6\x4c\x8d\x07\x9d\x3a\x63\x3c\x79\x32\x1d\x34\xaa\xe0\x92\x9e\xc3\x32\xd2\x0a\x5c\xdc\x05\xa3\x0b\x2e\x4a\x60\x5c\xb6\x94\x10\xdc\x04\x93\x64\x0f\x2a\xbc\x0a\xe6\xcd\x76\x1a\x43\x33\x4d\x5a\x8d\xc1\x74\xda\x5d\x8d\xe6\x4d\x89\x29\x01\x62\xa8\xd2\x76\x4b\xe8\xf1\x5d\x93\xa8\x84\xbe\x26\xa1\x21\x96\xd1\xd6\x4c\xa1\x63\x55\x8a\x7b\xe0\x75\x00\xfe\x00\x25\x93\xa2\x47\xc4\x11\x20\x7d\x20\xa0\x2e\x5b\x4b\xe6\x6c\x1d\xe4\x1f\xdd\x01\x04\xa3\xd7\xef\x6b\x0e\x86\x00\x75\x91\xa2\xda\x03\x75\x23\xa4\x1d\x04\x58\x68\x15\x1d\x58\x50\xce\x38\x29\x0d\xbf\xa0\x9e\x71\x56\x28\x60\x09\x83\x31\x2e\xee\x8f\xd9\x28\xe6\x38\xb0\xb1\xbe\x98\x37\x13\x48\xdd\x21\xeb\xb7\x9a\x23\xc1\x40\x9a\x65\x72\x2a\x01\xd1\x09\x31\xb9\xbd\xb0\xec\x1e\xf2\xf7\x57\xeb\xa6\x2d\x54\x2e\xb0\xba\x1a\xf6\x0a\x90\xb5\x4c\xa8\x54\xa0\x94\x92\x12\xa6\x78\x9b\x2c\x80\x04\x24\x5d\xb4\x64\xa6\x88\xf0\x04\x05\x68\x95\x00\x71\x56\x51\x74\x05\x11\xcc\xd1\x1a\x77\x38\x70\xa0\x99\x34\x61\x82\xed\x9e\xc1\x14\x6f\xf3\x66\x06\x72\x2c\x36\xee\x0e\x77\x3e\xd0\x14\x0e\x8a\x9a\xc5\x43\xa0\xfc\x95\x24\xe4\x70\xc0\x4a\x62\x2c\x1f\xe4\x72\x32\x83\xe0\x1e\xa2\xf9\x40\x5d\x9e\xb4\x5e\x9a\xcf\xb1\x32\x9b\x8f\xe9\x13\xb3\xf0\x91\x08\xa3\x6d\xf6\xc2\x9e\x0b\x6a\x7f\x00\xe2\x95\x9c\x16\x4e\xba\x72\xbc\xc9\xcf\x03\x67\x81\xe6\x3d\x05\xe8\x34\x3c\x4b\x56\x04\xa8\xfe\x9d\x0a\xb3\x0f\x1f\xc6\x48\xbe\x78\xf7\xb5\x66\x25\x18\x18\xe3\x60\x39\x1f\xb7\x1b\xd9\x91\x5c\x78\x97\xd1\x78\xf1\x41\x18\x5d\xa3\xd9\xde\x85\x72\xb3\x46\xdc\xc5\xe8\x19\x01\xc9\xdc\xa9\x17\xa7\xba\x08\xa5\xd9\xc4\xbd\xbd\x4b\x8f\x95\x30\x65\xe2\xd4\xbc\xa5\x6e\x8a\x8e\xde\x02\xf7\x02\x5a\xd3\xba\x81\x6a\x33\x1a\x48\xbc\xc3\xa7\xf2\x4d\x4c\xbb\x03\x54\x56\xf3\x71\x72\x23\x20\xc0\x87\x34\xe4\xdf\x68\x89\xec\xa6\xf8\x23\x7d\x2a\x3c\x04\x59\x1f\x40\xdc\xd5\xad\x03\x25\x3c\x0b\xcf\xa2\xb7\x67\x6d\x42\x3f\xa0\xf7\x52\x1a\x19\x6a\x86\xbb\xe0\x5a\x09\x0f\x53\x5c\x04\xf3\x43\x43\x85\x85\x1b\xd8\x79\xa3\xe9\xef\x41\x74\x9c\x27\xfd\xd0\x05\xe0\x01\x60\x20\xfd\x91\x6b\xa8\x04\x98\x80\x15\x7c\x53\x50\xc1\xdc\xe5\xdf\x0a\xea\x95\xc7\x22\xaa\x88\x1b\xce\x78\x31\x21\x96\x2f\x1f\xe6\xa3\x28\x5f\x9e\x14\x2f\x54\x90\x70\x10\x15\x03\x55\x56\xf1\x72\xd1\xfa\x2a\x55\xbe\x19\x00\x90\x5d\xf1\x80\x00\x50\x2b\xc2\x3a\xe5\xaa\x0f\x53\x58\xa6\xbc\xd9\xee\xc9\x42\xe5\x59\xd7\x34\x96\x48\xb1\x5a\xd6\x87\x88\x6c\x6f\x45\x3c\x94\xc8\xf8\x05\x45\xd7\x94\x88\xc8\x57\xa5\x87\x96\x18\x28\xa5\x0c\xbf\x70\x81\x0c\x05\x73\x24\x15\x48\x24\x88\x91\xb1\x04\x7e\x01\x35\xc5\x82\x7f\xaf\xc4\x5a\xd6\x03\x08\xb0\xc5\xed\xb5\x1b\x8b\x1e\x0c\x04\x14\x0a\x68\xd8\x4b\xe5\x2e\x2e\x71\x45\x48\x18\xcf\x91\x78\x53\x3b\x61\x61\x0d\x22\xea\xc0\x45\x63\x29\xad\x85\x14\xcc\x89\xf1\xc0\x7e\x01\x74\xa9\x23\x1a\x75\x2a\x82\x6e\x64\x29\xa8\x53\x91\xe3\xeb\x77\x46\x3b\xb8\x3f\x0a\xa8\x6e\xd3\x54\x29\x3a\x8f\x0c\x55\x10\xb3\x47\x21\x89\xec\xcd\x1b\x97\xf5\x54\x72\x49\xcc\x70\x23\x45\xb7\x57\xb5\x56\x81\x40\xf3\x68\xf6\x0b\x73\xdd\x9a\x91\x98\x71\xe6\x4b\x49\x8f\x14\x60\x25\xc9\xf1\x1a\xb4\xa6\x68\xa0\x82\x6b\xd0\x52\xf5\xb2\x7d\x04\x5a\x21\x61\x09\xb4\xc3\x6f\xf0\xc4\x32\xed\x14\x5e\x00\x27\x18\x98\xfc\x68\x46\x1c\x71\xdd\x85\x8d\x82\xb8\x06\x2d\x47\xef\xc8\xc2\x13\x4c\x0c\x83\xd5\xe3\xc7\x6b\x69\xeb\x92\x14\x34\x2f\xa6\x16\xc9\x5a\x86\x14\x9f\x68\x77\x05\x2e\x45\x4b\xc9\x43\x2c\xe3\xa9\x51\x8f\x60\x84\xf8\xea\x00\xd4\x57\x0d\xc2\x9a\x84\x1f\x50\x03\xf7\x5a\x55\x86\x1d\xe9\x05\x14\x2d\x2b\x9e\x75\x83\x78\xe5\x59\x37\xde\x16\xea\x36\xc8\x55\x6a\x26\x6e\x33\xcb\xd1\xd4\x87\xb2\x64\x96\x72\x23\xa5\x5e\x45\x5c\x14\x5c\x44\x96\xe5\x6d\x2b\xb1\x61\xed\xfd\x41\xa7\x61\xcc\x4b\xd9\x17\x63\xd1\x90\xac\x1f\xac\x03\x91\xb7\x8e\x35\x85\xef\x94\xd8\x17\x81\xfa\x01\xd3\x8f\xdc\x65\x07\x0c\x42\x42\xc7\xa6\xf6\x1e\xec\x8b\x58\xfc\xc1\xda\x23\x7e\x83\xb3\x10\x35\x51\x2a\x95\xa8\x81\xd2\x29\xd9\xd6\x7e\xe6\x6e\x65\x5d\x99\x5a\x50\x3b\x25\xdb\xad\x14\x97\x58\xaa\x13\x0d\xa5\x4f\x62\xb0\x3a\x80\xd2\x27\x2e\x00\x5a\x50\xf9\xa4\x27\xef\xeb\x41\xc7\xbb\x26\x05\xb9\x35\xe5\xf6\x93\xe3\x07\x35\x4f\xb2\x32\xf3\x4b\x64\x02\xa8\xca\x9f\x15\x5c\x5a\x30\xc1\xf1\x83\xfa\xfd\xd5\x75\xad\x6f\x89\x7b\xe3\x0b\x9a\xf2\x8e\x02\x9c\x12\x3a\x51\x35\x25\xd9\x22\x1a\x79\xa1\x92\x24\x44\x56\x41\x29\x46\x19\xee\x57\x0a\x36\x0d\xc4\x03\x39\x02\x66\x02\x30\xd2\xbe\x18\x19\xa5\x5a\x89\x39\xf1\xa0\xa6\xae\x35\x39\xa0\x8a\xf8\x08\xa5\x8d\xd6\xb6\x84\x78\xac\x3c\xfd\x4f\xfb\xdc\x30\x45\xb7\xb1\xc8\x3e\x62\x51\xc1\xaa\x99\xb4\x4f\x6e\x67\x1f\x37\x27\xfc\x0c\x12\xe4\x23\xc3\x0a\xac\xba\xe3\x7a\x35\x47\x01\x17\xde\xae\x96\x15\x3e\x57\x70\xbb\x5a\x52\xf2\x74\xe1\xf5\x6a\x2d\xbd\x1e\x30\xfa\xc8\x94\x89\xa8\x5c\x8b\x87\x11\x26\xdd\x60\x03\x44\x64\x18\xee\xe6\x41\x2f\x56\x2a\x35\x1b\xba\x50\x89\xcc\xb2\x05\xe3\x74\x6d\x50\x88\x30\xdb\xbe\x10\x77\xd1\x4a\xe7\xa3\x1c\x91\xba\xd1\xa7\x26\xaf\x71\xf3\xbc\xaf\x81\xd2\x8a\xfe\xfd\x00\xa6\x3d\xc0\xc9\x11\x85\xea\x0b\x27\x7d\xf6\x24\xc0\x8c\x7d\xca\x5e\xf0\xa6\x99\x98\x28\xe2\xfa\x4c\x5b\xb9\x4a\x86\x10\x66\xdf\x6a\xf6\x0f\xab\xaf\x6d\xe7\xf1\xe6\x06\xd0\x00\x14\x81\xa3\x19\xe5\x0d\xa5\xad\xbb\x83\xc6\xca\xd2\x6a\x77\x7e\xa0\x39\xde\x0c\xbe\xf4\x86\xbd\xb9\xc3\x4d\x3f\xf7\x9a\xb5\x80\x78\x68\xa9\xf4\x81\x40\x2b\xaf\x4d\x91\x91\xc1\x0b\x66\x54\x0f\xab\x02\x0b\x8a\x67\x2d\x9d\xc0\xa4\xd4\xeb\x33\xea\x59\x24\x29\xa8\x1e\x32\x6c\xb3\x02\x8a\xb5\x9e\x18\xae\x44\xa8\xcd\xf3\xa0\x95\xd7\x87\xd2\x83\x34\x0e\x0d\xc9\x6a\x45\x2a\x8f\x5d\x12\x92\xbe\x94\x6c\x5e\x90\x93\x9a\xa2\xcc\x57\xa8\x66\x34\x27\x19\xf4\x00\x52\x5b\xf6\x0b\x40\xbd\x0e\x5e\x14\x2f\x9a\x1a\x8f\x3f\x00\x7f\x17\x56\x50\x88\x28\x86\x28\xe6\x9a\x58\x9c\x79\x18\x84\x07\xc5\x93\xf5\x3b\x8b\x31\x6b\x8a\x29\x2c\xbc\x47\x3d\x48\xec\x51\x43\xc2\x46\xfc\x02\x01\xc2\xac\x7d\x02\x28\x5d\x94\x74\xb3\x43\x49\x94\x65\x6d\x49\x49\xb4\x11\x17\xbf\x80\x7a\xcc\xaf\x11\x0f\x7e\x20\x34\x22\x32\xa1\xf6\x17\xd0\x90\xaa\x8c\x47\x24\x82\x05\x9b\x4a\x12\x32\xc1\x86\x59\x74\x42\x4d\x66\x9f\xa4\x29\xd2\xe8\xd5\xd4\x4e\x80\xc1\xef\x67\xac\xa4\x10\x1f\xb9\x29\xa2\x1f\xa0\xc4\xaa\xb6\x21\x8b\x1d\x8d\xc9\xc3\x7f\x70\x08\xe1\x72\x41\x67\x50\x95\xc4\xd0\x01\x5d\x0e\x57\x50\x2a\xc9\xe9\x47\x85\xa5\x92\x46\x7c\x3d\x20\xc0\x42\x62\xa2\xe0\x28\xd3\x0a\x4a\x23\x39\x59\xa6\xa0\x32\x52\xca\xd2\xd7\x59\x19\x49\x17\xf5\x17\x14\x46\x7a\x89\xba\x28\x8c\x34\x41\x12\xca\xd2\x9a\xa1\x87\xa4\xea\x5a\xfd\x60\x6e\x87\xd7\xba\xe5\x0d\x20\x68\xc8\x1c\xde\x85\xba\x0b\x0a\x29\x85\xe6\x10\x14\x64\x64\xc7\x66\xd2\xca\x20\xb5\xe0\xdf\x59\xf9\x5b\x73\x84\x38\xae\x4b\x35\x0b\x8b\x2b\x0d\x93\x62\x66\xe5\x6f\x4d\x01\x85\x91\xf3\xab\x3f\x3a\x23\xaa\x21\xa4\x71\x47\x3b\x1c\xd5\x97\x1c\x9c\x5f\x50\x6d\x29\xd9\x39\x81\x6a\x4b\x51\x95\x72\x4b\x62\x24\xb1\x84\x71\xd6\x5a\xaa\xde\x9f\x28\x65\x6c\x99\x30\x41\x7a\x1f\x52\xfc\x12\x23\x19\x94\x54\x59\x12\xcc\xd3\x8a\xbe\x2b\xa9\x70\x73\x24\x3f\x38\xdf\xd5\xce\x4b\x82\xf0\x6e\xb9\x38\x21\xb2\xa1\x79\x77\x2d\x51\x5d\x62\x68\x82\xa8\x5e\xbb\xb1\x8e\xc0\x86\x61\xcf\x44\x5a\xd5\x19\x04\x53\x25\xe3\x34\x90\xf5\x77\x15\xd6\x4b\xaa\x44\xa3\xa7\x59\x17\xed\x08\xca\x4a\x28\x3d\x04\x6a\x26\x9a\x12\xda\xba\x1d\x52\xed\x75\xab\xbd\xda\x11\xfb\x53\x23\x36\xc6\x3d\x0a\x2b\xb0\x59\x57\x53\x06\x4c\xd6\xc3\xfb\xab\x21\xd5\xd4\x6c\xb2\xb1\xa4\xa6\xb0\xc6\x6c\xb9\x37\x00\x14\x47\x8c\x77\xc4\x19\x2b\x44\xbc\xa0\x06\x56\x48\xba\xff\xbc\xa4\xb6\xaa\x88\x7b\x0c\xd4\xa2\x94\x60\x9c\x60\xb3\x4e\x66\xac\x9d\x9c\xd6\xc4\xd4\x51\x27\x5a\xfa\x70\xe2\xdd\x20\x3e\x89\x79\xdb\x67\xb0\xed\x31\xa1\x6e\x61\xf6\xca\x31\xe3\xcd\x22\x11\x0a\x6b\x65\x0b\xbb\x28\xa4\x95\x86\xe9\x75\x70\xde\xde\x32\xa8\x10\x32\xbc\x43\x10\x76\x5b\xbb\xe9\x09\xc2\x78\xf7\x01\xb3\x63\xd3\x9b\x09\xa0\x90\x4e\xb0\xf1\x32\x2d\x81\xdb\xb8\xde\xb1\xcb\xcd\x5a\x77\xc2\x28\x98\x76\x24\x39\x98\x57\x43\xdc\xde\xac\x92\xf0\xea\xad\x61\x19\x2a\xf1\x1a\x8f\xf4\x7a\x03\x35\x3a\xbb\x61\x00\xf9\x49\x0e\x4c\x0c\xe5\xb5\xcc\x83\xfa\x5e\xd9\xde\x59\xd6\xf3\xb2\x37\x3e\xb1\xbc\x82\x8f\xcd\x63\x4d\x4a\x3d\x32\x8e\xc2\x26\xd8\x74\xd4\xf7\x2d\x03\x25\x1d\x6b\x13\xf9\x01\xcf\x49\x9f\x51\xc7\x9a\x96\x10\x73\x50\x1e\xf1\x0b\x14\xeb\x4d\xe5\xa8\xde\xd2\x52\xfa\xc9\xad\x43\x25\xf1\xc6\x10\x4b\x65\x89\x86\xe9\xe6\x36\xce\x18\x1f\x29\x67\x7f\x5f\x8c\x50\xd2\xc9\x85\x90\x9e\x91\x68\x66\x96\xdd\x0b\x45\xcb\x52\x97\xb6\x89\xa2\x65\xb1\x99\x2d\xc0\xca\x9c\x4d\x9d\xb8\x24\xd6\xfe\xeb\xb4\x24\x7a\x79\xbc\x51\xd5\x2c\x3a\x5c\x94\xb7\xc0\x36\x47\x0b\x24\x24\xd2\xbd\x68\x07\x71\xbf\x0e\x14\x4a\x17\x55\x35\x41\x78\x31\x24\xcb\x38\xbd\x50\x2b\xde\xc7\xe4\x14\xc7\xbb\xed\x6a\xe9\xe2\x96\xcb\xee\xf1\x61\xdd\x30\x4d\x02\xa9\x73\xc3\x72\x66\x82\x44\x6e\x7b\x62\x82\x40\xde\x4c\x9c\x77\x7a\xdf\x2f\x51\xd2\xbd\xea\x7b\xa9\xcd\x3a\x5b\xfe\x9d\xb6\x92\xe6\x17\xa8\x90\x5a\x6c\xbc\x71\xf6\x9b\x18\x6f\x64\x84\xbf\x40\xdc\xd1\xd6\x3a\x20\xf5\xae\x9a\x9a\x21\x9e\x67\xa3\x1d\x46\xeb\x17\x16\x11\xb4\xf1\xda\xc1\x08\xda\xb0\x0b\x1f\x75\x53\xa2\xca\x63\x96\x34\x85\xf9\x68\x9b\x41\x82\x0d\xfb\x25\xf6\xc2\x84\xfd\x12\xdf\x56\x0d\x34\x13\xc2\xc3\x0c\xb0\xe6\x37\x80\x83\xd7\x08\x10\x8c\xcd\x64\x9e\x8e\x11\xdc\x86\x8c\xa9\xcd\x86\xcb\x81\x5f\xb1\x59\x99\x79\x73\xb6\x32\x67\xc6\x6b\x68\x8a\x19\xe1\x1a\x46\x09\x2a\xc1\x44\x15\xf0\x2c\x19\x45\x43\x55\x74\xa4\x64\xdc\xb0\xa2\x94\xd2\x92\xb7\x75\xfd\x96\xda\x48\x6e\xde\x0c\x00\x9c\xe5\x9a\x50\x46\x8c\xb1\x92\xa9\x4b\x46\x12\xdd\x30\xc0\x48\xa2\x73\xbc\x62\xa6\xdc\xae\xad\x95\x03\x6b\x50\xeb\xd0\xce\x81\xba\x46\xf4\x1b\x54\xca\x64\xf7\xce\x08\xcd\xb0\x7e\x9d\x03\x56\x5d\xab\x9a\x03\xfd\xf7\x92\x45\x72\x60\xe1\x35\xe1\x28\xe2\xce\x26\x49\xb5\x39\x92\xf5\x8b\x1f\xe4\xb8\xd6\x55\xb3\x44\x41\x06\x2b\xbb\x79\x45\xf8\x36\x77\x49\x63\x91\xb6\x5b\x46\x14\xef\xbb\x4d\x26\x19\xdd\x05\x2a\xfd\x55\x8f\x09\x5a\xcd\xee\x91\x3c\x45\xdb\x31\x33\x4f\xcf\xfa\x49\x46\x34\x48\xb2\x68\x9c\x91\x86\xf7\x82\x7a\x5d\x40\xe2\x1e\x06\x0e\x28\xad\xcd\x14\xa5\x93\x3d\x18\x19\x91\x1d\x8e\xdb\xc9\x89\x88\x75\xff\x58\xeb\xec\xfe\xb0\x9d\x6c\x34\xc8\x14\xa4\x8d\x26\x56\x68\xd0\x49\x91\xf3\x2a\x55\x28\x08\x32\x95\x61\x99\xa0\x32\x62\x3f\xaa\xc9\x3b\x93\x65\x78\xed\xa6\xe8\x9c\x54\x03\xa5\x64\x06\x7f\xbc\x86\x60\x49\x71\x77\x70\x12\x6b\xee\x80\xa1\xfe\x3f\x2a\x90\x50\x72\xe6\xaa\x18\xe0\xb5\x2a\x1a\x1f\x82\xf6\x6b\x95\x60\x18\x77\xce\x75\xc9\x85\x8c\x58\x87\x4b\x2e\xd0\xa9\xfc\x45\xa5\x76\x61\x90\x97\x0d\x5a\xc6\xfa\xbc\x8c\xce\x92\x2a\x73\x5d\x58\x11\x58\x08\xc4\x78\xad\x7c\xa5\x78\x6e\xd2\xa8\x30\x19\x98\xaf\xd4\x25\x79\xf8\x01\xed\xd4\xde\x65\x48\x89\x4b\x9e\x28\xcc\xd0\x76\xd6\x65\xd4\x6d\x30\xb7\xcf\x8d\xde\xbc\xe6\x07\x10\x97\x5e\x1d\x82\x3a\x0d\x12\x45\x5b\xaf\x2c\x05\x55\xcf\xba\xad\xfc\x5d\xb5\xc9\x79\x84\x04\xd4\x81\xa8\xdd\xdb\xb8\x13\x62\x01\xc0\x90\x5f\xfb\x07\xf2\x12\x5c\xcd\x18\xa6\xe0\xfa\x32\x01\x67\x9a\xa9\x6d\xbd\xcf\x9d\x30\xbb\x07\x96\x2d\xd8\xfc\xc2\x42\xb4\xd0\x84\x0c\xb9\x2c\xb9\x34\xa3\x58\x84\xa3\x8a\x33\xa2\x2f\x1c\xe1\x9d\x57\xb1\x08\x89\x7c\x19\xc5\x22\x92\x79\x51\x27\xb9\xe8\x77\xdc\x9a\x67\x7b\x24\x2a\x6a\x4d\x08\x84\x17\x18\xba\xed\xe4\xcb\x0c\x21\x7e\xf5\xb8\x42\x88\xbd\xef\x61\xb7\xb6\x78\x93\x99\x91\x66\x97\x42\xde\x29\xaf\x99\x66\x57\xc4\x85\x2c\xbb\x19\x11\x17\x56\x2a\xf2\x0e\xcc\xea\x1c\xcc\x94\x9d\x0d\xe4\x2a\x49\x6a\x72\xda\x1b\xf7\xa9\x10\xb9\x43\x36\xf0\xc1\x82\x92\xdf\x39\x18\x84\xc5\x50\xdd\x25\xe8\xc7\x98\x45\x08\xf2\xe6\xf8\xed\xbc\x2f\x54\xbb\x0b\x16\x4a\x35\x09\x4e\xf1\x3a\xdb\xbc\x9c\x8f\xc5\x72\x85\x88\x03\xc7\xaf\x4f\x33\xde\x90\xe7\xd3\x72\x09\xcb\xde\x35\x07\x66\x61\xf2\x58\x65\x28\x64\x0c\xce\x07\xf5\x35\x2f\x17\x84\xe7\xe1\xd8\x13\x54\x91\xcd\xc9\x1c\xef\x60\x1d\x7f\x11\xc4\x01\x82\x31\x13\x3e\x18\x08\x26\xe1\x33\x43\xda\x0e\xee\x70\xca\xd3\x49\xb7\x3f\x96\x8c\x38\x67\x8b\x69\x99\x75\x2b\x5e\x3b\xf1\xe4\x36\x71\x07\x8b\x80\xdc\x03\xb6\xb2\xf7\xd5\xc9\xb5\x13\x88\x10\xc0\x83\x77\xea\xc9\x23\xfd\xd5\xe3\x5a\x1a\x61\x81\x37\x3b\x58\xd1\xce\x17\xbb\xd4\x0b\x37\x2d\x51\x1e\x83\xd2\xab\x89\xf8\xc6\xac\x0c\xe3\x94\x35\x5b\xb3\x9c\x71\xc3\xe0\x6d\xc1\xe9\x26\x3d\x25\x77\x40\x8e\x68\x86\x45\xe9\xd2\x4b\x47\xe9\xd2\xe4\x74\xf3\xfa\x25\xb3\x13\xd6\x75\x78\xed\xd5\x07\xe9\x54\xa6\xe1\x15\x12\xf1\xa3\xfb\x87\x4a\x5e\x86\x61\x6f\x09\x0a\x8b\x5e\xe8\x87\x67\x5d\xf2\x78\x84\xd8\x6d\x9e\x45\xde\x23\x48\x6b\xd3\x0d\x1f\xa5\x40\x7a\x74\x18\x52\x61\x0c\x83\xcd\x3c\x85\x57\xb0\x0b\xab\x05\x86\x5e\x15\xce\x2d\xac\xcd\x37\x6c\xf6\x29\x90\x37\x9b\x77\x40\xd9\x68\x8d\xeb\x1e\x03\x0c\x4e\x0c\xb0\x50\x62\x14\x31\x15\x04\x29\x98\x5b\x95\xb0\x60\x2a\x7a\x80\xd2\xf9\xe2\x1c\x25\x92\x95\x24\x3f\x58\x4b\xdb\xf4\x80\xa7\x9f\x3c\xfa\x85\xc2\x97\x8c\xf4\x05\x35\x13\x74\x13\x59\x29\x88\xcc\xcd\x92\xe6\x4a\xa2\x18\xae\x4d\x57\x68\xe6\x1c\x7e\x81\x8a\x80\xdc\x1d\x05\x29\x55\xe3\x85\x5a\xda\x3d\x65\x71\x2b\x08\x12\xf0\x0e\x28\x89\x06\xb4\xe6\x17\x16\x3d\xfa\x0d\xaa\xd5\xcd\x0f\xe6\xf2\xaa\x74\x76\x29\x14\xc7\x8c\xe9\xbc\xe8\xd1\x0f\x90\x85\x23\xb3\x7d\xa1\x1d\x53\xb6\xd5\x82\x92\x08\xba\x8f\xa5\x14\x16\xcc\xf2\xc6\x2e\x99\xc7\x5f\x73\x8f\xd4\x53\x8d\x49\x04\xdb\xbe\xf0\x90\x17\xd0\x42\x7d\x66\x89\x29\x2d\x77\xd9\x78\xc4\x6a\xd0\x42\x26\x2c\x95\xa2\x20\x0f\xab\x8b\x01\x16\x46\x16\xd8\x6a\x52\x0a\xc7\x8c\x6a\x63\x1b\xc8\xf4\x83\xeb\xc9\x5b\x35\x51\xaf\x1a\x04\xfe\xa0\x06\xba\x2f\xf4\x45\xc5\xf2\x9a\x5e\x58\x93\xc0\x87\x4d\xa9\x5c\x5e\xc9\xca\x05\xd2\x8c\x43\xdf\x0a\x2e\xeb\xb2\x7e\x5e\x1a\x23\x06\x9b\x5f\xc0\x6d\x8d\x92\x2c\x0a\xf3\xff\xed\xdb\x2c\x10\x6f\xec\xde\x2d\x3d\x10\x51\x5a\xfe\xe5\x96\x37\x51\x4e\x79\x27\xdb\x8c\x5c\x70\x61\x57\x33\x22\x3b\x1c\xc6\xc1\xef\x37\xbc\xaf\x49\x75\xfa\x3e\x65\x75\xc3\x3d\xec\x61\x78\xd6\xa8\x8c\x65\x27\x21\xee\x61\x4f\xdb\x66\x90\xb9\xd7\x4d\x60\x9d\xf6\x2b\x69\x08\x85\x15\xc0\x7d\xba\x15\xd6\xc2\xb2\x75\xa9\x30\xbf\xdf\xee\xd3\xb2\x6c\x85\x52\x43\x0a\xab\x5f\xd9\xb7\x59\x90\xb3\x6f\xa3\x6b\x41\xf5\x2b\xfb\xe5\x0b\x6c\x85\x0e\x40\x2d\xc8\x80\x2a\x26\x62\xd8\x0e\xb3\xf1\x38\xb8\x34\x42\xf4\xa0\x98\xa0\xef\xf7\x05\xa2\x06\xdc\x17\x88\x82\x19\xd2\x4d\xf7\xc6\x83\x70\x63\x61\xa6\x4c\xe1\x26\x5b\x02\xc3\x95\xf2\x51\xb7\x0a\x17\xde\x28\xef\x40\xcb\x82\x9b\xaf\x1c\x02\x5f\xf6\x65\xed\xf4\x00\x04\x59\xed\x83\x69\xde\x02\xe8\x58\x68\xd6\x1c\x79\xe7\x7c\xf9\x91\x5b\xa8\x1c\x3c\xe9\xcc\x93\x4f\x0a\xa1\xe6\x5e\xcc\x95\x72\xfc\x60\x81\x0c\x91\x83\x5f\x28\x68\x6b\xfc\x73\x6d\x20\xbf\x00\x62\x34\xad\x9d\x3c\x48\xba\x1f\x90\x41\x9a\xbd\x9d\x64\x90\xde\x31\x10\x22\xaa\x33\x0d\xca\xf2\xab\x9b\x96\xae\xb5\x65\xd4\xc7\xb5\xe0\xf6\x03\xc0\x2d\x6b\x04\x0a\xe3\xe7\xd7\x89\x79\x51\x5c\xcb\x1e\x03\x1b\x3d\xb8\x03\x6e\x74\x53\xe7\xb2\xcc\x99\x45\x22\x25\x3f\x4b\x1e\x2b\x37\x81\x32\x32\x51\xb2\xca\xae\x4e\x5c\xa1\x9f\x1d\x64\x57\xee\x85\x1a\x3f\xa0\x20\xe0\x63\xf9\xa6\x38\xe5\xa3\x61\xb9\xad\xa5\x14\x94\x87\xf8\xf7\x91\x87\x0a\x52\x39\xfa\x05\x9e\xec\x92\xd8\x0b\x72\x8f\x54\xd7\xba\x14\x08\x1b\xba\xb9\xa0\x14\xc4\x4f\x66\x33\xf6\x87\x0c\x4d\x5c\xb6\x2e\xe1\x42\xe2\x37\x6e\xea\x8f\x43\xd2\x76\xdd\x78\xdc\xbc\xbe\x58\x0c\xa9\xea\x01\x02\x3e\x85\xfc\xca\x9c\x79\xd5\x70\x2e\x95\x35\x9f\xac\xaf\xb3\xc8\x6e\xf3\x19\x87\x5b\x0a\xb2\x43\x4c\x2a\x52\x89\x2c\xd2\xd7\x40\xdf\x9d\x80\x42\x02\xbb\x65\x89\x4a\x2f\xb1\x7d\xdf\x15\xd7\xf4\xaa\xd2\x72\xa9\x28\xec\x5a\xbc\x3a\x75\xd9\x8a\x74\x26\xd6\xc8\xfb\xbe\x05\x74\x5c\xcb\xe7\x2f\x40\x21\x1e\x33\xad\x49\xe8\x0b\xc8\x27\x8e\x4f\xaf\x48\x1c\xea\x9e\x14\x4b\x3a\xd9\xff\x5e\x71\xb7\xad\x43\x81\x2a\x63\x1c\x6d\x30\xa8\xb0\x25\xe5\x57\x8f\xb4\x78\x89\x89\x56\xc8\x2f\xaa\x1f\x5d\x6a\xa2\x47\xa6\xba\x4b\x16\x42\x09\xee\x92\x9e\xda\xe1\x69\x70\x6b\xbc\xa0\xe2\x15\xf1\xe2\x6b\x35\xaf\x89\xea\x93\x4c\x46\xa3\xb3\xbc\xe6\x39\x53\x5d\x29\x57\x2a\x44\x96\x60\xb7\x7f\x5d\x32\xcb\xeb\x8b\xc1\x41\xfc\xc6\xc1\x07\xee\xe3\x9c\xaa\x82\xb1\x97\x49\x44\xd5\x2f\x90\xb4\xdd\xe5\x82\x5b\x44\x83\xd4\xf1\x2c\x95\xab\x4e\x91\xa5\x39\x45\xa9\x16\x1e\x10\xaf\x07\xbc\xd0\x5d\x98\x28\x54\x4d\x8d\x6e\x66\xf3\xbc\x50\x53\xb9\x82\xfa\x82\x46\x22\x4b\x1c\x15\xa5\xe9\x55\xe0\xb0\xd4\xba\xe6\x2d\x42\x45\xa8\xa2\x43\x03\x6a\x05\xe1\x26\xff\x0e\x4e\x26\x89\xb5\xf2\x5e\x83\x17\xe2\xea\x9a\xb6\x60\xc0\x8d\xa8\x45\x2c\xba\x22\xf4\x30\x38\x3c\xa0\x22\xad\xbb\xf8\xa0\xab\x48\xb9\xf1\x31\x54\x71\xe7\xe9\x6b\x12\x14\x7a\xf2\x8f\x22\xb6\x6b\x67\x52\x85\xe1\xe9\x8b\xaa\xdd\x1d\xa8\x5a\x52\x5a\x45\x18\xa2\x1d\xf3\x95\x39\xdf\xaf\x85\xa4\x84\x63\xf2\xa2\x39\xc7\xe1\x0a\x15\x71\x88\xed\x0d\x31\xf6\xaa\x67\x84\xb0\x42\x1b\xe4\x2b\xcc\x31\x2f\x49\x10\x57\x9c\xb4\x5a\xfc\x02\x44\x68\x8b\x6d\x75\x2c\xbc\xbb\x4b\x9e\x6b\xc6\x22\x03\x0d\x6d\xb7\xaa\x3b\xd1\xa6\x69\xe0\x26\x4f\x47\x0c\x55\x98\x63\x2c\xd8\xd7\x9d\xdc\xbf\xfa\x41\xe3\x3c\xb5\xf8\xfb\xc2\x8c\xdf\x18\x04\x42\xa8\xd9\x17\x6a\x34\x31\xca\x20\x3a\xd1\x2b\x6f\x20\xb0\xd4\x53\x59\x88\xc8\x82\x55\x3d\xe8\xe2\x7f\xbd\x41\xe4\xa9\xcb\x83\xeb\x27\xa8\x58\x99\xc8\xc6\xaf\x0a\x63\x49\xd6\x39\x57\x8f\x9b\x79\x36\x42\x26\x8c\x21\xae\x91\x59\x2a\x42\x08\xb3\x0e\xc2\x0a\x6b\x88\x2e\x8d\x2e\x15\xce\x45\xdd\x51\x5c\xea\xb9\xae\xb9\x11\x0c\x30\x76\x64\x9f\x62\x27\xf7\x99\x44\x84\x7a\xee\x08\x5b\x76\x8f\x44\x94\x57\x83\x77\x57\xd8\xde\x56\xcf\xb5\xe2\x9a\xf7\xc9\xab\xdc\x0d\xf4\x5a\x70\xbd\x70\x6d\xec\x53\xd3\xb8\x38\x2d\x21\xe6\xe2\x34\x34\x04\xe2\x01\xb3\x8f\x18\xd8\x57\xec\x75\xa9\x17\xd9\xb9\xa1\xbe\x60\x41\x36\x1d\xa3\x72\xa7\x23\x97\x2a\x03\x04\x1d\x82\x52\x21\xf8\xbc\x44\xbc\x7a\xd1\x2f\xe3\x36\xaf\xf2\xf1\xda\xc0\x23\x69\x9f\x7e\x65\x88\xa0\x0d\x1e\x15\x82\xd0\x30\xd9\xde\x74\x76\x79\x31\x79\x4d\xcf\x8b\xbf\xdc\x14\xcf\x9a\xfb\x24\x2f\x97\x68\x5d\x61\xc5\xc9\x3e\xf8\xe0\x13\xdc\xbc\x16\x4b\x52\xf2\xe9\x8c\x00\x3f\x27\xd0\x56\x5c\xa2\xe2\x2c\xc3\x4a\xb9\xc8\xe7\xe0\xc3\xd0\x65\x4d\x7b\xca\x49\x71\x33\x89\x3e\x60\x18\x3a\x0a\xda\x86\xbd\xab\xc3\xa6\x6d\xa8\x46\x93\xdc\xc6\x9e\x10\x4f\x6b\xcc\xbf\xb6\x2d\xa2\x21\xd6\x2e\x6b\x2f\xb7\x8d\x00\xf9\xf7\xc5\x60\x9a\x1e\x80\xf1\x57\xb7\x49\x8f\xcd\x3d\x40\xb4\x13\x4e\xda\xba\xba\xe0\x43\x3c\x2d\x04\xae\xbd\x1f\x44\xc4\x31\x08\xe6\x00\xea\x7b\x7d\x40\x26\x28\x29\xb9\x51\xea\x12\x52\x1b\xf2\xb5\xb3\xa8\xaf\xa1\x0c\xa6\x2e\x8a\x2a\x2d\xac\x65\x74\x8f\x0f\x62\x99\x05\x72\xe4\x86\x10\x41\x37\x44\xd2\xa5\xa1\x8d\xde\x98\x9a\xe2\xb8\x96\x16\x19\xc5\xee\x59\x44\x02\x25\x4c\xc3\xb0\x14\x7e\x74\xa1\x5e\x69\x91\x56\x09\x21\x95\x35\xdb\x4d\xab\x2d\xee\x1c\xdf\xdd\x13\xed\xdd\x20\xe3\x9a\x85\x60\x00\x29\xc5\x77\x3f\xe0\x01\xec\x49\x22\x3e\xcf\x61\xf3\x0d\xb9\xdb\x0e\xa6\x6b\xe9\xe1\x98\xa2\x05\x98\x88\xb2\xd1\x98\x17\x52\xd4\x5e\x16\x1f\xb5\x71\x65\x7d\xf7\xf7\x27\x21\xd0\xc2\x64\xb2\x2e\x83\x44\x59\xa9\xb9\x07\x90\xbb\x27\xc9\x22\x98\x92\xf0\x1a\xcd\x3d\x5e\xe9\xb2\x20\x12\xde\x0a\x1d\x01\x6e\x93\x17\x4a\xa9\x6b\x15\xac\xef\xd5\x5e\x3d\x68\x08\x38\xd8\x36\x53\x63\x2d\xe8\xd1\xbf\x53\x0f\xf1\xef\x3c\x0c\x25\xef\xb5\x4a\x36\x23\xe5\xa8\x21\xb0\x2c\x7b\x61\x2a\xbd\xea\xfe\x9d\x6c\xc8\x78\x5b\x81\x66\x32\x19\x34\x96\xa8\x4c\xaf\x41\xc9\x1d\x8d\x59\x84\x9a\xbd\x14\xaa\xc6\x22\x3b\x0e\x4b\x6c\xc8\xec\xa8\x2e\x16\xd2\x58\x85\x32\x49\xcc\x6f\x8d\x96\x50\xa9\x96\x0d\x19\xcd\xcd\x5a\x5c\x6b\x8c\x61\x15\xbb\x6a\x4c\x69\x76\xf9\xa8\xd6\xb8\x80\x7a\xa1\x2f\x30\x04\x28\xee\x8d\xaf\x92\x54\x5b\xa7\x4e\x2d\x45\xbd\x21\xd9\x23\x77\x7f\x40\xec\x09\x17\x48\x59\xb6\x14\xd0\xfa\x22\x32\x0d\x89\x8c\xe2\xec\x59\x0c\x0a\x7e\x52\x46\xda\xa0\xe0\x29\xd9\xb5\x0d\x32\x49\x29\x61\x6d\x2c\xd4\xb8\x4f\x5e\x4e\x67\x6c\x8e\x35\xaa\xc0\xa2\x5b\xcc\xe1\x2a\x8d\x52\x96\xe7\xb5\x2f\x4c\x08\x2e\x16\xce\x31\x03\xd9\x99\x73\xe2\x0f\xc0\xca\xa5\x08\xb6\x25\x75\x49\x24\x6f\x4b\xea\x32\x6e\x77\x82\x9d\xfd\x09\x04\x54\x19\x13\xda\x4e\x5f\x9e\x87\x20\xcf\xf0\x18\x88\x18\xd3\xf5\x3a\xa5\x1d\xc4\xa5\x86\x44\x66\xf1\x4b\xaf\x6f\x8c\xde\xb2\x57\xbf\x9d\x9c\xb6\x7a\xa0\x84\x24\x8d\xba\xa1\xac\xb9\x6e\xf4\x29\xed\x6c\x13\x24\x73\x04\x5c\x19\xf9\x62\xb3\x88\xbe\x6a\x46\x3c\xed\x38\x56\x6d\xda\xc9\xfb\x33\xb4\x54\x27\x3d\xbf\xde\xb0\x34\xd2\x48\xb2\x68\x17\xe5\x7e\x63\xe5\x22\x48\x1a\x92\x37\xc3\x59\x7b\x6d\x53\x7a\x49\x16\x13\xdb\xb5\x26\xad\x49\x42\x78\x69\xd6\x96\x1a\xa4\x17\x27\x24\xb5\x29\xbc\xa4\x62\x1e\x71\x93\x18\x24\xfe\x36\xe4\x33\x14\x6f\x0b\x08\x2f\xd5\x51\xf9\xeb\x9a\x9d\xfc\xea\x82\x44\xeb\xb5\xba\xd7\xea\x0b\xd5\x37\x65\xac\xf8\xa3\x40\xba\xc6\xba\xe3\x56\x7f\x70\x89\x61\x2c\xa6\x2e\x44\x27\xd9\xa1\xd0\x1e\x92\x9f\xb1\x30\x65\x9b\xf4\x9a\x13\x64\x1b\xa7\xb4\xb6\x87\xec\xc4\x00\xb2\xd2\xa2\xb1\xc6\x5b\x12\xad\x0e\x35\xba\xa4\xd2\xeb\x01\xcf\x34\xf1\x1b\xdc\xa3\x98\x9a\xc8\xa5\x33\x39\x41\x4b\xd5\x91\x87\xeb\xfa\xa8\xa5\xc3\x89\xd5\xf2\xeb\x01\x6f\x16\xf2\x17\xa8\x03\x21\x89\xab\xb3\xd6\xb8\xc3\x27\xfa\x46\x11\x3e\xf9\x0d\xee\xb2\xae\x36\x4a\xb0\x4a\x13\xee\x4c\x67\x70\x0c\x52\x5f\x76\x27\x6d\x8a\x3e\x25\x9e\xe8\x42\x5f\x3d\x0c\xf4\xe0\x36\x95\x02\xa9\x3a\x1d\x51\x4d\x65\x73\x07\x24\x40\x03\x19\xc8\x8e\xa4\xa9\xf4\xc8\x03\x42\x44\xdd\x51\x91\x46\x37\x67\x94\x8e\xdc\x5b\x5d\xd6\x51\x3a\x73\x6d\x6d\x2d\xeb\x91\xdb\x22\xfb\x0d\x5a\xca\xfd\x02\xb7\x85\x84\x57\xdc\x69\xd9\x2c\x22\x75\xde\x53\x2f\xd6\xde\x13\xee\x8d\xf0\xfb\xc8\x0f\x78\x19\x19\x3a\x2a\xd8\xd8\x19\xdd\x53\x99\xca\x52\x71\x07\x14\x9b\x8c\x59\x26\xcf\x7a\x92\x08\x52\x72\x96\x4f\x5f\x22\x8e\x31\x9d\xb1\x31\x25\x60\xf4\x8c\xa4\x35\x63\x25\x73\x04\xe3\x31\xb3\x04\xbb\x40\xca\x5c\x6c\x77\x40\xfe\xe4\x49\x2d\xfb\xd0\x70\x97\x14\x49\xdc\x45\xa1\x34\xea\x69\x4d\x29\x27\x36\xcf\x0a\x15\x64\x9c\x8e\xd5\x4b\x86\x13\x54\x3d\x16\x1e\x68\xb2\x12\x74\x04\xe8\x7b\x63\xf5\x82\xda\x25\xd5\x23\x22\x8d\xc2\xb3\x44\x7c\xbe\x53\xf3\x3a\xc3\x92\x5e\xbf\x2f\x90\x35\xcb\x29\x45\xb5\xe6\x49\xa2\x7a\x8c\xaa\x4b\x97\x5e\x17\xfb\x52\x8f\x8c\xb6\xb7\x26\xdd\x79\x17\x8c\xc3\x2b\x7a\x65\x7a\xbe\xe6\x80\x72\x31\xaa\x55\x5b\xfa\x12\x8a\xbc\xcd\x10\x83\x54\x36\xb7\x09\x83\x3a\x80\x7d\xc9\xf6\xa6\xde\xd6\x88\x02\xb2\x61\x97\x05\xbf\xc0\x33\x3d\xf9\x05\x44\xf2\x0e\xbf\xb0\xd0\xa0\x59\xf5\xb5\xa9\x84\x17\xb8\xdd\x86\x33\x93\x3a\x4b\xb8\x98\x17\xa0\xb0\xa0\xbd\x4b\xbd\xd3\x50\xe2\x69\xb2\x48\xb6\x03\x95\x3a\x2f\xfb\xb4\x09\xa1\x0f\x16\x20\xd5\x17\x83\x1c\x4d\xda\x7b\x1f\xb4\x72\x56\xbf\x81\x84\xef\xe0\x1e\x3a\xa1\x14\x54\x03\x95\x25\xc5\xc9\xfb\x32\x2a\x19\x08\xdc\xca\x6f\x71\xb3\xc3\xc9\xe5\x43\xb7\xef\x6b\x48\x21\x1f\x35\x51\x9a\x6c\x14\x7d\x5f\x4c\xf3\x27\xd7\xe1\x95\xce\x8a\x81\xd6\xbb\x3b\xab\x5a\x9b\x11\xc0\x7a\x54\xa4\x9d\x75\x56\x0c\xb4\x5e\xdd\x19\xea\x2e\x71\xb8\x4f\x41\x26\x15\xb3\x1e\x84\xde\x14\xa3\xfd\x20\x2d\xf8\xfd\x1d\x6d\x2d\xec\x41\x00\x34\x1f\x14\x50\x19\xce\xf7\xea\xb0\x25\x6d\x3e\x46\x10\x47\x53\x8d\x00\x86\xa5\x3b\xd4\xa1\x33\x90\xc6\xaa\x7d\x67\x3a\xaa\xc3\xa4\x3a\xbc\x60\x45\x7a\x44\x3f\x51\xb5\xc3\xfc\x97\x45\xae\xed\xf3\xef\x27\x79\x93\xdb\x27\xd8\xa7\xdb\x5c\x56\xaf\x12\x7c\x60\x2f\x2b\x6f\x67\xb2\xa9\x85\x80\x0e\x4b\x51\x31\x1e\x2f\x46\xe4\x1a\x28\x98\x8e\x8a\x29\xe3\x5a\x21\xc6\x5a\x09\x54\x50\x79\xd1\xd6\xb5\x48\x45\xe4\x0a\x63\x53\x91\xfc\xde\x2f\x2e\x8d\xa0\xbe\xb0\x34\x92\xb4\x3b\xa3\xdd\xf3\xab\xc7\x13\x2f\x78\x12\x3c\x87\xaa\x1f\x80\x5a\x82\x47\x04\xf5\x4a\xf1\xe9\x37\xa3\x0a\x3c\x89\x25\x9e\x79\x35\xe9\x75\xb3\x99\xa4\xc3\xcb\x56\x92\x5f\xe0\x5a\x69\x08\x96\x0c\xb4\xac\xd3\x6f\x5a\xc4\x84\x48\x44\xa7\xbf\x08\x12\x85\xb1\x5d\xbe\xa0\xdf\x84\x51\x93\x84\xe5\xa9\x9a\x79\x3d\x2c\xac\xa6\x39\x20\x7a\xe8\x75\x04\x4c\x69\x2d\x6d\xa6\x2e\x18\x9e\x8a\x4f\x46\x84\x07\x59\xba\x1b\x1b\xb8\xa7\xb4\x8f\xb1\x2e\xec\xae\x7e\xc0\x75\x93\x15\x66\x6c\xc8\x75\x16\x75\x8d\x8d\x3d\x0e\xb5\x91\x24\xac\x75\x1d\x1b\xd9\xab\x84\xb9\xb1\x91\x1c\x85\xe5\x01\xcb\x91\x65\x96\x81\xb4\x4e\xdd\xcb\x59\x46\x20\xa7\x33\x08\x53\x6e\x4a\x5d\x16\x8c\x11\xd6\x5d\x94\x6a\x23\x8c\x26\xf8\xf7\x81\xcc\x8b\xaa\xf6\x8e\x1b\x8b\x34\x05\x78\xe7\x4a\x76\xff\x27\x72\x97\xdc\x26\x65\x69\x95\x06\x53\x34\x9d\x72\x39\xe2\xa2\x1c\xcd\x3a\x46\xa4\x4e\x6b\x48\xd8\x91\x86\xcf\xb9\x11\xd7\x86\xf1\x17\x20\xa5\xec\x2e\xc1\xbd\xa5\xcf\x0e\xda\x8e\xd2\xab\xcb\x81\x93\x52\x50\x46\xce\x4a\xb3\x46\x4d\x68\xef\x8f\x01\x4b\x91\x4d\xf1\x63\x19\x8a\x24\x3c\x0e\x26\x72\x3a\x9e\x6e\x24\xa6\x3e\xa8\xc7\x04\x62\x79\x7d\x40\x29\xfb\xf5\x02\x8c\x61\x32\xac\x0e\xf8\x03\x8b\x11\x0d\xc1\xcd\xb7\x5d\x95\x91\x16\x2d\x08\x2d\x09\x7b\xd6\x93\x58\x92\x9b\xac\x28\x23\x73\x4c\x9d\xef\x03\x95\x03\x6d\xe9\x19\x79\x5d\x17\x2f\x28\x61\xae\x2a\x3f\x2b\xf0\x33\x10\x4a\x6e\xd7\xf0\xc8\xa0\xf6\xe2\xd1\x00\xdf\xab\xfd\x60\xff\x6a\x15\xe1\xe4\x2b\x92\x90\x06\x2c\x57\xb6\xbe\x8c\x65\xb9\x12\x03\x18\x05\x59\x6f\x62\x73\x03\x42\x9e\xfd\x8c\x03\xf5\xa4\x1d\x4c\x37\x28\xe3\x89\xf9\x0f\x5c\x06\x58\x8a\x07\x18\x24\x34\x43\x84\xfd\x59\x3c\x20\xf7\xa7\x3b\x40\x92\x90\x58\xd8\xa0\x10\xe8\x78\x88\x51\x68\x74\x92\x3d\x70\x54\xce\x51\x20\x33\x2b\xd3\x1a\xc2\xa0\x58\x28\xd1\x65\x54\xce\xd1\x1d\xe0\x46\x1a\x09\xb6\xa3\xe2\x28\x28\xfe\xbe\xc3\xbd\xee\xf7\xc1\xc4\x8a\xdb\x4c\x01\x72\xff\xd4\x93\xba\x1f\xe0\x68\x90\x68\x34\x2a\x55\x62\x93\x55\xc5\x75\x18\xde\x5c\x75\x91\x99\xe6\xd4\xd6\x3a\xe9\x0d\x24\x69\x5a\xfb\x1b\x70\x6b\xba\xa4\xde\x40\xed\xe9\x22\xd1\x65\xb4\xb5\x0e\xee\x71\x01\x29\x18\x1a\x55\x06\x93\x02\xc2\xbf\x5c\xc7\x6c\x74\x1c\xc2\x12\x6e\x46\x87\x92\x6b\x90\xa6\x90\x99\x7c\x20\x0e\xa6\x5c\x7a\xe5\x3b\xca\x79\x0d\x7f\x4f\xe7\xbb\x59\xf3\x12\x3a\x65\xe7\x19\xa8\x97\x52\xcc\x99\x99\xa3\xe9\xa8\x84\x31\x96\x1c\xa0\x59\xa1\x62\x4a\x35\xab\x5d\x46\x36\x0f\x3a\x50\xb4\xce\x40\xd3\xe8\x66\x67\xe9\x18\x2c\x32\xe1\x0f\x26\x33\xd6\xed\xc5\x65\x0c\xc0\x24\xb3\xe9\x18\x24\x47\xd3\x27\x8a\xa2\xb8\x56\xce\xd8\x91\xfe\xae\x33\x7a\xec\xd4\xb2\x85\xe6\x65\x50\x93\x7c\x3f\x20\xb4\xba\xe6\xd6\x60\x21\x3f\x9f\x3f\x3b\xd9\xff\x70\x0f\x54\xbb\x4d\x6f\xfb\x3a\x0f\x84\x06\x56\x45\x71\x30\xc6\x40\x29\xeb\x22\x31\x70\x1c\xeb\x3c\x10\xea\x8f\x05\x95\xfa\x3c\x18\x8b\x2c\xbc\x1c\x48\x22\x78\xb5\x79\x4b\x9e\x7b\x5c\xe4\xe4\x07\x73\xf1\xac\xc2\x0e\xc6\x63\x59\x87\x1d\x27\x3d\xab\x66\x05\x4b\x14\x1d\x7e\x50\x01\xb5\xdb\xb4\xfd\x78\x35\x11\xc4\xed\xb4\xfa\x71\x2e\x21\x4d\xd3\x3a\x29\xff\x68\x56\x4b\x16\xf5\x2e\x80\xe8\x19\xfc\xc1\xaa\xcd\xa7\x1e\x2f\x1a\x07\x3c\x0d\xd4\xb2\x76\x0d\x91\x01\xc9\xd3\xb5\x31\x07\xc5\xc2\xea\xdf\xb9\xf7\xcd\x92\x97\xd5\xce\x54\xcf\xca\x7b\x2f\x7e\x84\xa4\x45\x87\x1b\x0e\x18\xe1\xac\xf6\xf0\xce\xe9\x66\x1b\xed\xb8\xb9\xf9\x35\x29\x14\xd2\x6b\x26\x98\x29\x05\xa6\x3c\x7e\x76\x04\x21\x50\x2b\x0d\xaf\xc2\x4d\x80\xbd\xa7\x78\x79\xa0\xc3\x57\x06\xfd\x91\xf6\x1e\x0f\x16\xda\x73\xa8\xc8\x60\x85\x11\x87\x8a\x0c\xc4\x76\xd9\xa9\x33\x58\x47\xcf\x81\x1c\x83\xb1\x5d\xf6\x1e\x0f\xd8\xf1\x9c\xa8\x3c\x10\xbb\xe5\x4c\xfb\x7d\xdb\xd8\x43\xd4\x83\x80\x95\xc9\x6a\x27\xc4\x64\xfb\x03\x8a\x40\xc5\x2f\x80\xcf\x37\xbf\x40\xd1\x51\x07\xc9\xbe\x44\xc7\xe1\x07\x37\xc7\xfc\x00\xb5\xe3\xb2\x92\x22\x1e\xba\xf3\x3e\x3e\x87\x62\xec\x61\x11\x7d\xd7\x83\xb5\x98\x55\x0f\xa0\xc3\x76\x7f\x81\x03\xb4\xf9\x83\x83\x29\x76\x41\x0f\x40\x71\xcd\x1d\x2c\xa0\x0c\x04\x84\x7a\x23\x02\x7e\x48\x0b\x09\xfb\x72\x32\xea\x44\xdd\xe3\x5a\x2d\x3f\x80\x14\x20\x22\xdf\x97\x51\x4e\x34\xb2\x53\x3a\x74\xd8\x04\x2e\x39\x6f\x2e\x26\xbc\xd3\xb3\xe8\x10\x85\x3d\x2e\x5c\xfa\x01\xb6\x81\xe4\xf4\x3d\xad\xf5\x1c\x7a\x80\xcc\x5a\x83\x0d\x3f\xa1\x83\x89\x76\x1a\xd1\xb4\x53\x77\xe4\xed\xd9\x15\xb5\x67\x06\xd6\xe8\xcc\xdc\x33\x81\x16\x89\xed\xa8\x79\xe1\xe4\xc3\x3d\xf3\x26\x39\xd1\xdc\x4e\x9b\x99\xe3\x28\x76\xa6\xd6\xd9\x0a\xb2\x17\xe4\xfa\xe9\x38\xd9\x29\xce\x38\xe2\x60\xa7\x70\xe2\xe5\xad\x0b\xf9\x9a\x46\xa5\x0a\x34\xfc\x00\x35\x1a\x3d\x8f\x4a\x97\x5a\xf4\x0b\xa0\x90\xee\x21\x40\x10\xdd\x1f\x90\x05\x49\x38\xd8\x97\x53\xce\x5d\xb2\x42\x83\x1d\x01\x3b\xa5\x05\x7b\x34\xf7\x46\x9d\xdd\x54\xd7\x1e\x90\xa9\x50\xd3\x69\x7b\xd3\x01\xb1\xb3\xc8\xaf\x0d\xd2\xfb\x58\xc8\x13\xfe\x51\x94\xd7\x06\xea\x9d\x61\xd5\x76\x14\xed\x34\x29\xd9\x2d\xb3\xd3\x43\x66\xbf\xcd\x3e\x38\x75\x81\x39\xc8\xe9\xb4\xa2\x70\x98\x35\xdb\xb4\xf7\xb1\xe6\xa1\x07\xf0\x87\x35\x5b\xa4\xf7\x9d\x64\x22\x1d\x76\xdf\xc9\x06\x64\xbf\xd8\x69\xf6\xb1\xdd\x71\x67\xe4\xb2\xe3\x4c\x76\xe6\x60\x59\x71\xdf\x0f\xe6\xa1\x7b\x7f\x1c\x8b\xbd\xb9\xd3\xb5\x04\x9a\x3c\x0f\x58\x47\x81\xee\x07\x97\xd5\x5d\x40\x32\xf1\x16\x43\xd2\x55\xe9\xee\x80\x29\xc6\xde\x40\x28\x5a\x60\x43\xf9\x8e\xb0\xa2\xa2\x63\x64\x3f\xd7\x12\x0a\x37\xac\x44\x66\xcd\x76\xa7\xed\xc7\x16\xb9\x9d\x07\xb0\xf7\xe0\x09\x55\xb6\xbb\x8d\x62\xd4\xde\x0e\xac\x4a\x60\x0b\xd9\x8e\xeb\xca\xea\xf6\xa3\x6c\xa3\x1d\x2e\x33\x87\xb5\xec\xb4\xe1\xe8\x9c\xdb\x79\x95\xaf\x4d\xd6\xfb\xc5\xe5\xd7\xc1\xb4\xf3\x6e\x5e\x07\xa2\xec\xb0\xb9\xb8\x66\xc1\x4e\x8f\x98\x09\x68\x15\x10\x30\x8f\xb8\x09\x83\x26\x80\x22\xb6\xc5\x47\x02\x73\xb6\x5c\x44\x66\xe7\xf1\x69\x23\xdf\x4e\x97\x97\xad\xb1\xfb\xb3\xc6\xd0\x27\x0c\x7c\x76\x51\x98\x1d\xf1\x39\xc1\x56\x8d\x63\x5b\xf3\x68\x7a\x10\xf8\x46\xd5\x83\xce\x4e\xfd\x00\xb7\x62\x48\x71\x3d\xe0\x2f\xb2\x4b\xfc\xd8\x40\x5e\x62\x3b\x07\xc2\x5f\xaa\xb6\xef\xc1\x83\xca\x76\xbd\x23\xd0\xd8\x24\xb1\xe3\xc0\xc9\x34\xd2\xeb\x8d\x8b\x0f\xf4\x46\x5c\x82\x82\x06\x41\xc0\x4b\x79\xbd\x40\x7e\x5a\xfd\xc2\x0e\x28\xb2\xda\xb0\x19\x57\xb7\xc9\xdb\xa4\x33\x1c\xf4\xf6\xe8\xcc\x3e\x60\x34\xa8\x62\x00\x47\xca\x9c\x86\x86\x4c\x9c\xa7\x3f\xe0\xce\x8c\xee\xf1\xc6\x0b\x42\x64\x26\xc9\x0a\xc4\x4c\xfd\x53\x44\x7e\xe0\x22\xa9\xaa\xbd\x7e\x20\x85\xc9\x17\x5e\x1c\x79\xed\x6c\xbf\xb0\xc8\x54\x5d\xb2\x98\xbf\xbf\x98\x6a\x7c\xae\xa2\xeb\xa3\x90\x69\x19\x46\x06\xef\x4a\x06\x38\xa0\xb6\x57\xd1\xfd\x81\x4b\x57\xed\xc0\x3c\x70\xa7\xbf\x53\x0a\x0e\xe4\x2b\xf5\xec\xfe\x70\xb7\xad\x89\xa7\x50\x37\x14\xc4\xeb\x58\x8b\xee\x00\x29\x53\x46\x12\x2b\x23\x19\xed\x75\xd5\x90\x57\x9b\x00\x6a\x1d\x19\x2a\x5c\xfd\x3e\xc9\x57\xdc\xef\x80\x12\xae\x1b\xf5\xcb\x01\xa5\xbb\x67\xff\xbe\x20\x12\x0e\x19\xac\x62\x43\xf6\x01\xcf\x8d\xaf\x63\x3a\x90\x3d\x6e\xdb\xe6\x81\xa2\xa5\xb6\x2c\x1e\x8d\x20\x6a\x8a\x08\x14\xf6\xcd\xe2\xe5\x80\xce\x5d\xbd\x6a\x0d\xb4\x6a\x90\x97\x67\xa7\x19\x02\xa6\xc4\xc8\x1c\x7a\x20\x94\xb8\x1a\xc4\xce\x93\x45\xfc\xf5\x40\xfe\x54\x7a\x2d\x0c\xf2\xa7\xea\xeb\x05\x92\x73\x74\x97\x50\x37\xc5\x23\x0f\xde\x21\x65\x7d\xf4\x40\x7c\xb1\x8b\x0f\x1c\x1d\x79\xfa\xaf\x36\x6e\x2d\x93\x44\x73\x74\xea\x54\xcd\x2f\x1c\xb0\x39\x09\x4f\x08\x85\x79\x31\x1a\xde\xaf\xda\x0c\x22\x57\x46\x92\xc1\xc1\x8c\x2b\xf1\xdc\x83\x4a\x7c\x97\x03\xf6\x60\xec\x8c\xbd\xc6\xc7\x54\xeb\x93\xaf\x2d\x39\x06\x2f\x83\x33\xb7\x83\xaf\xc9\x41\x00\xc7\x60\x29\x49\xb7\x51\xc5\xc5\xcc\x6f\xc0\xf5\xf8\x02\x01\x15\xdc\xf2\x8f\xfc\x44\x07\x84\x8a\xd7\xba\x0f\xdc\xb9\x25\x0d\xff\x40\x50\x8e\xe3\xa8\x0e\x88\x18\x55\x92\xed\xb1\xb3\x54\x9b\xde\xdf\x33\xde\xd7\x0a\xa1\xf2\x7f\xf7\x0a\xa0\xa8\x53\xf5\x12\x33\xd3\xca\xbe\x8a\x83\x16\x02\x3b\x04\x0f\x58\x08\x1c\xbf\x7d\xec\x3c\x76\x65\x67\x3f\x68\x20\x30\x8b\x5a\x49\xe3\xfa\xe0\xa0\x55\x53\x2b\x82\x92\x4c\xf6\xa3\x1e\x48\xcd\x4a\xaf\x36\xcd\x2a\xa6\x7d\x78\xba\x5c\x92\xf4\x38\x78\x89\xb3\x01\xa0\x3e\xe0\xfd\x7b\x50\xd6\xce\xee\x12\x37\x24\x4a\xdc\x39\x58\x67\x55\x16\xb0\x83\xf6\x04\xfb\x3a\x0e\xf8\xba\x5e\x7c\xfb\xe4\x56\xd1\x32\x40\xbc\xb1\xef\xe3\x40\xdd\x55\xab\xd9\xc7\x94\x76\x52\x93\xcc\x76\x20\xdb\xab\x1a\xcb\xb8\x18\xa0\x9a\xe5\xa1\xee\xbf\xfd\x39\xc7\xc9\x55\xf0\x3a\xf3\xe2\x2c\x4b\xee\xc7\x92\x7e\x64\x74\x3f\x28\xfd\xf8\x05\x58\x1b\x2c\x03\x1e\x48\xfd\xb2\x79\xf7\x40\x50\x51\x35\x8f\xbb\xb8\x0f\x0c\xc3\xb5\xd6\x41\x93\xc2\xdd\x58\x8e\x6d\x38\x90\x1b\xf6\x3a\xfd\xe0\xb5\xb2\x41\xf9\x80\xd3\xca\xb5\x78\x0e\x5e\x8d\x25\xed\xe4\x60\x85\x26\xd7\x28\x3b\x6e\x0a\x95\x6e\xe3\xbc\xf5\x32\xc1\x65\x55\x0d\x21\x5c\x56\x2e\x0e\x74\x40\x9e\x72\x28\xf1\x71\xa3\xca\x9f\x34\xcb\xe3\xee\xdf\x5f\xc5\x79\x2e\x07\xe2\x8d\xca\x6b\x3c\x88\x31\xf2\x9e\x1f\xf0\x70\x6d\x76\x91\x1e\x53\xfe\x4a\xaf\xa3\xf1\x5e\x8b\x20\x14\x3c\x5c\x04\x8d\xc8\x14\x79\x3b\xad\x0e\x94\x4b\xb5\xc9\xe7\x58\xc6\x8c\xec\x07\xa8\xe0\x6b\x21\xe5\xe1\x9c\x3c\x42\x87\xcd\x48\x38\x40\xb1\xd4\xf8\xfa\xfe\xe2\x88\x42\x0a\x22\x90\x7c\x3f\xe2\x01\x5b\x87\x63\xf0\x4e\x14\x47\xb5\x45\xfa\x44\x09\x26\x57\x0f\x3a\x61\xea\x68\x45\x73\x3a\x37\xb0\x98\xe1\x36\x56\x41\xc7\xca\x09\x37\x9b\x33\x0a\xce\x8d\x57\x57\x16\xb5\xe9\xdc\x89\x6a\x1f\xf0\x23\x7a\x40\xee\xde\xe2\x0e\x2f\x0c\xe0\x0e\x6f\x44\x48\x05\xb5\x71\x53\x95\x38\xd4\x89\x70\x6d\x9b\x5a\xce\x55\x83\x49\xeb\x7a\x22\x5c\xdb\x4c\xf4\x84\x57\x2e\xeb\xca\xde\x72\x4e\x79\x35\xb6\xcd\x3d\xd0\xa2\x24\x75\xe7\x84\xbc\x9a\x7c\xcc\x9c\xf0\xc3\xd9\xec\x71\xe2\x8e\x56\x73\xd1\x73\xb9\xd9\xc4\x15\xcf\x08\x4a\xd1\xf6\x3d\x23\x68\x5d\x0e\xa9\x73\x19\x52\x9a\x1f\xc0\x24\x2e\x96\x74\x46\x1e\xc6\xda\x6e\x27\x2e\x5a\xad\x3f\x2b\xbf\x7d\x32\x5c\xdb\xde\xd2\x93\x45\x04\x7c\x76\x9f\x2c\x22\xe0\xc8\xe6\x93\xf1\xdb\x8e\x54\x3e\x69\x76\x79\xb5\x79\x38\x7b\xe5\x13\x35\x0b\x1d\x8d\x27\xbc\x70\xd6\xd2\x4f\xd6\x19\x78\x2d\x1d\xaf\x6a\x7d\xad\x1d\xeb\x0a\x38\xb8\xf9\x4c\x2c\x0e\xac\x59\xa3\x8e\x80\x1d\x79\x67\x42\x41\x2f\xa3\x0d\x55\x04\xac\xd5\x9f\x53\x02\x4f\x56\x34\x4e\x16\x4b\xd5\x61\x72\xe6\x75\xad\x94\xda\x94\xec\x84\xf6\xcc\xab\xad\x34\x47\xd4\x42\x75\x04\xd8\x89\xda\xa7\xba\x9b\xbf\x9c\x88\x28\x77\x76\xff\x89\x6c\x3c\xc7\x5a\x9f\x28\x18\xe0\x02\x64\x27\xbc\x72\xf6\xd2\x9d\x88\x27\xaf\x46\x08\xbc\x72\x3e\x8e\xcf\x29\xce\xb7\x2a\x25\xf4\x2c\xa0\x6d\xaf\x41\x81\xb8\x63\xd2\x5e\x4e\x35\x03\x50\x78\x7a\x9a\x74\xcb\x81\xe4\x4a\xb7\xd7\xba\x0b\x44\x08\xec\x56\xed\x4f\x7a\xd5\xec\xe5\x3e\xeb\x86\xd8\x2a\xc1\x88\x7a\x03\x8e\xf3\x3c\x2b\x92\x1a\xa5\x6b\x9f\xcb\x6e\x25\xd5\xff\x44\x04\x7b\x33\xdd\xe0\x9a\x82\xf1\x1a\x80\xea\x62\xf7\x83\x13\xb3\x16\x95\x30\xd4\xca\x06\xbb\xb3\x12\xad\xee\x11\xcb\x6e\xb2\x69\x54\xa4\xcd\x64\x18\x7d\x6e\xea\x47\x79\x27\x5d\x24\x5e\x4e\x84\x5e\xb9\x8a\xe8\x09\xb3\x57\xed\x5e\xe8\x65\xf6\x32\x63\x5d\x22\x7c\xf7\x27\x3c\xe4\xdd\x67\x27\x9b\x71\xa7\xcc\xd7\xb3\x0f\xf9\xec\xb4\x4a\x88\xdd\x9f\xa8\xb7\xe4\x2b\x39\xcf\xce\xd8\x61\xa3\x6a\x20\x3d\xd7\xdc\x15\xf7\x06\x54\x59\xa4\xce\xc1\x2d\xe8\x1e\x90\xd0\xe7\x54\xfa\x73\x2c\x28\xfd\xc5\x1a\x42\x50\xb2\x7c\x92\xcf\xd1\x93\x37\xfa\x9b\xd7\x2d\xbb\x98\x09\x62\xa7\x94\xee\x33\x80\xb5\xfd\xcd\x8d\x76\x1a\x08\x4c\xf6\x3b\xaf\x62\xd3\xbc\x11\x8d\x65\x37\xc5\xb9\x13\xfd\x5e\xbf\x9d\xbe\x37\x2d\x30\x3c\x61\xcd\xd3\xe2\x95\x56\xf6\xd4\x9e\x47\xc0\x39\xa9\x0f\x8e\x85\x18\x7d\x41\xb9\xd6\x78\xe0\x1d\x57\x36\xcc\x9d\xcb\x30\x67\x22\x3b\x48\x33\x6e\x43\x0a\x94\x7d\xe1\x84\xe1\xae\xbc\x7a\xa4\x5f\x4c\x93\x3c\x38\x07\x83\xc8\xc5\xf6\xef\x20\x6a\xe9\x84\x27\xc2\xad\xaa\x8c\x07\x27\xa5\x4e\xf3\x2a\xd6\x18\xb0\x67\xf7\x3c\xc9\xe3\xcd\xad\x78\xfd\x6a\xf7\xd1\xb8\x7c\x56\x92\x74\xcf\x6b\xd1\xa8\xf0\x84\xe0\x26\xdf\x0e\x7e\x5e\x6b\xeb\xfd\xc8\x43\x74\x22\xac\xdc\x65\x03\x4f\xde\x96\x2a\x89\xeb\xbc\x97\xa2\xac\xee\x91\x02\xe7\x20\x8a\xf3\xe6\xf0\x5a\x84\x1b\x8a\xb3\x39\x03\xaa\x1a\x55\xb3\x92\x9b\x87\x94\x91\x7a\xa3\x90\xbf\x29\x6d\x8a\x70\xe9\xc5\x60\x79\x8d\x93\x9d\xb4\xe7\x83\x74\x1a\xef\xb0\x29\xa1\x25\xdf\xf5\x7d\x22\x2e\xa9\x9a\x73\x3c\x07\x62\x30\x05\xc1\x43\x88\x3e\x08\xbc\x36\x1a\xb2\xc4\x4f\xaf\x8d\x92\xb8\xe8\xe2\xe2\x4d\x4a\xc1\x5f\x80\x2e\x84\x83\x6b\xa3\x2d\x20\xfb\x85\x15\xf8\xf0\x69\xb3\x2a\x40\x11\x2d\x5f\xf0\x2d\x55\x29\x44\xd7\xf2\x2d\x89\x34\x2f\x94\x0d\xa8\xdd\x3d\x80\xb4\x44\x28\xd7\x8a\x53\x2a\x6a\x83\xd4\x44\x26\x17\xe2\x96\x7c\xa9\xe5\x85\x78\x70\x5f\xe3\x7b\xc1\x13\x55\x87\xc7\xe3\x94\x34\x83\xc0\xed\x59\xfd\x00\xe7\xa0\xb4\xc8\x2b\xae\x29\x69\x0a\x14\xa0\x64\x2e\xbe\x78\x3f\xa9\x4d\x69\xd7\x0a\x53\x7a\x75\xc1\x84\x04\x0f\x1a\x91\xc9\x91\xfd\x05\x23\x66\xfc\x3b\xdd\x10\xda\xf1\x57\xa2\x78\xaf\x1d\x7e\xc1\x22\x38\x9c\x2c\x74\xa5\xb5\xe5\x04\x56\x5a\xdb\x43\x4b\xc1\xb0\x20\x5b\x76\x2e\xdc\x25\x6f\xd5\xef\xca\x3c\x1d\xbd\x58\x79\xc1\xad\x51\x79\x83\xa8\xa3\xc0\xae\xe5\x8d\xd2\xce\xbf\x58\xb7\xc8\x8e\xe2\x0b\x41\xdf\x2e\x88\x7e\xa1\x8e\x91\x8f\xe4\x8b\x62\x88\x4c\xd1\xd7\x14\x3b\xd2\x30\x8d\x16\x6a\xcc\xcd\x2f\x00\xfd\xb2\x65\x5f\x0c\x06\xca\xfe\x80\x92\x5d\xf3\x0b\x14\x44\x92\x7b\x00\x08\xda\x67\x57\x25\x72\xbd\x80\x75\x11\xa9\xe6\xcd\x4a\x92\x96\x1b\x2e\xd4\x85\xb4\xd9\xed\xaa\x3c\x2e\x8d\x5b\xca\x09\xc3\x2f\x20\x62\x48\x52\xf8\x85\xe0\x99\xcd\xa8\x5e\x62\x81\xa1\xa6\x61\x4f\x9b\xf9\xa2\x58\x20\x4b\xf7\xc5\x6a\xe3\x4e\xa2\xba\x58\xe7\xc8\x2c\xf6\x5a\x75\x8d\x74\xa6\x5f\xa8\x3f\x6e\x96\x77\x31\x9f\xcc\x69\x56\x17\xca\x38\x3a\x02\xfb\x42\x1d\x23\x57\xc7\xb9\x96\x94\xd0\xfc\x01\x45\x3a\xef\x46\x14\x2e\xf2\xbd\xba\x17\xa5\x06\xe3\x0d\x45\x17\x5d\xbc\xfe\x1a\xe4\xfa\xde\x9e\xcb\x9d\xe6\xc5\x19\xdc\x4c\xde\xd0\x8c\x96\x79\xed\xae\xc1\x23\xfc\x35\x08\x85\x36\xf3\x04\x5e\xd5\xfe\xda\x7f\x88\x8f\xb1\xea\x79\x8d\x85\x3b\x4d\x6c\xa7\x42\x61\x32\xdd\x89\x3b\xb7\xe9\x76\x92\x9c\x70\xed\xdc\x1a\x65\xfb\xc9\x69\x74\xed\x0b\x22\x21\x62\x4a\x0d\xd9\x8a\xe0\x85\xa8\x6d\x5f\xaa\x71\x1d\xa4\x0f\x1d\x37\x17\xdc\x77\xc5\x0e\xf3\x8b\x15\xc9\xed\x08\xbe\x0e\xae\x9e\x20\x44\x9c\xf6\x26\xeb\xf5\x85\x43\xbe\x05\xf7\x48\xa4\x08\x07\xe7\x5a\x0a\x75\x70\xd2\x4e\x63\x6e\x0f\xe3\x52\x93\x7e\x7c\x9d\x0c\x96\x2a\x7e\x00\x2b\xab\x4f\x03\xdc\xe0\xd3\xa4\x53\x5d\x27\xcf\x48\x2f\xff\x05\x7b\x99\x49\x96\x85\x86\x6c\xff\xba\x2e\xac\x83\x27\x81\x98\xea\x16\xfc\x7b\x45\x5b\x58\x61\x82\x9a\xc5\xd2\xeb\x62\x5a\x9e\xf9\xc7\x45\xf7\xac\x09\x0c\xb7\x52\xfa\xee\xa3\x0b\xd6\xa6\xd7\x52\x5c\x2c\x5a\x2e\xb4\x2c\xf7\x9c\x59\x18\xdc\x73\xf6\xb7\x5f\x88\x88\x4e\x2e\x5f\x78\x21\xfd\xde\x57\x83\x5f\xf7\x5a\x3a\x0d\x01\x07\xde\x30\x45\xdf\xac\x16\x28\xb4\x30\xa1\xcd\xc4\x00\x59\xc5\xa2\xd1\xc5\x42\x46\x76\xbb\x5e\x37\xe7\xe4\x36\x42\xf0\x0d\xc1\xba\x63\x5d\x03\x3c\x44\xb3\xdb\x28\x52\xeb\x19\x4c\x59\x25\xd9\x72\x7a\xe1\xee\x1d\xe7\x96\x5d\x4f\x9b\x8a\x97\x27\xf0\x2c\xac\x6b\x86\xcf\x62\xca\x7e\x83\x36\x3e\x8f\x70\x21\x5e\x51\x10\x3f\x2c\xe4\x62\x88\x58\x33\x59\xeb\x78\x2f\xef\xa2\x58\xee\x0d\xfb\x92\xf3\xdb\x6e\xe4\xff\x3b\x8c\xfb\xc6\x35\x92\x8e\x93\xb8\x37\x0a\x9c\x62\x1b\x37\xa4\x9f\x16\xdd\x01\xa8\x59\x8c\xe7\xde\xa8\xb0\x88\x49\xdc\x10\x76\x5a\x74\x7b\x71\xb7\xae\x07\xbc\x91\x5b\x3d\xa0\x06\xd2\x2b\xff\xed\x86\xf4\xd2\xa4\x44\xdf\x90\x5e\x1c\xd9\x7a\x07\x82\xa4\x49\x4f\xe9\x25\x6d\xc2\xf3\xbd\x2a\x74\x8b\x98\x6f\xa6\xef\x9b\xdc\x6f\x5c\x6c\x63\x0f\xe9\xcd\x6b\x20\x9d\x08\x7b\x47\x44\x9f\x05\xbf\x30\x67\x69\x5d\xe2\x46\x48\xf4\x2b\xe3\xee\x46\x81\x6d\x5f\xfd\x77\xc3\x18\x63\x87\xf7\xcd\xab\x6c\x9c\xf7\x7a\x27\xdc\xc2\xb8\xf9\x85\xc2\x17\xd4\x63\xc2\x05\x10\xa2\xa6\x3b\xc1\x57\xd1\x3d\x02\x6d\xd4\x5e\x29\x78\x37\x6d\x4b\xb9\xe1\xcc\x6c\x32\x3d\xdc\xb8\xe7\xb1\xc9\xb6\x73\x67\x5c\x68\x6d\x90\x33\x58\xa5\xce\xd2\x9b\xa9\x6c\x76\xd2\xdf\xcb\xfb\xa9\x3d\x7e\x67\x68\x79\xa6\x0d\x88\x31\xce\xbd\xbd\x71\xcf\x63\x93\x18\x73\xc3\x3a\xe2\xfc\xff\xbb\x50\xf4\x76\x87\x85\x20\x08\x49\x65\x91\x86\x40\x28\x74\x54\x67\x3f\xa0\xf9\xd2\xd4\x55\x58\xce\xa6\xc4\x9f\x1c\x41\x37\xca\x67\x37\x6f\x87\x29\x05\x25\x87\xda\xde\x88\xf9\x69\x12\x1f\xef\x8a\xed\xe3\xd1\x2a\x67\xa8\x09\xd4\x45\x48\xfe\x80\x86\x3e\xc9\x3c\x77\x5b\xb4\xa8\x65\xc2\x0d\x8c\xaf\x75\x6e\x1c\xc2\x6d\x70\x19\xd3\x6a\xe3\x01\x24\xf5\xe3\xc6\x2d\x2e\xf6\x90\xdd\x08\x20\xb6\x87\xf9\x86\x73\xd3\x85\x1a\x6f\x64\xe9\x8f\xcd\xbf\x23\x69\xa1\xbb\xbf\x0b\x4e\x2c\xbf\x7f\x63\xc7\xfb\x77\xe0\xcc\x94\xdc\xe9\x58\x90\x3c\x7c\x4f\x99\x2b\x6d\x9b\xdb\x10\xb1\x74\x7c\xdd\xa8\xac\xe4\x68\xae\x7b\x4a\x58\xc9\xee\xa0\xbb\xd3\xba\x2b\x24\xf7\xb5\xe8\x7e\x80\x13\xd3\x41\x4f\x77\x87\x4d\xda\xcb\x04\xaf\xe3\xa6\xa3\xe1\x1e\x15\x31\x6d\x42\xd1\x40\x2c\xbc\x79\x14\x85\xa5\xcd\x1d\xf2\x02\x98\xee\x0e\xe9\x31\x52\x1b\xc9\xfa\xbe\xab\xfe\xde\x23\x21\x12\x52\xe0\x19\x7c\xdd\xbf\x7b\xef\x30\x57\x38\x6a\xe3\xde\xa1\xc8\x4a\x13\xbe\x11\x5d\xbc\x99\xb4\xf6\x45\xfb\xc2\x3b\x8c\x2e\xaf\xd4\xd1\x7b\xe7\x5d\xb4\x5a\x28\x7a\x17\x5f\x6c\x6d\x07\x63\x94\x30\x74\xc3\xe8\x12\x5e\xdb\x69\x05\x13\xeb\x18\xbf\x61\x54\xb1\xd3\xe8\x3e\xe0\x5d\x30\xab\xa5\xb7\xd0\xdc\xff\xe8\xa0\x1d\xbf\x3f\x08\x82\xa6\x7d\x50\x01\x93\x45\xf7\xc6\xa5\x8a\xd6\x43\x6e\x94\x6a\x6c\xd5\x30\xa1\x02\x52\xf3\x86\x81\x7c\xb5\x99\x27\x9c\x90\xe0\x8a\xdb\x38\x33\x1d\x6a\x7e\x23\x8b\x2d\x38\xb1\xf3\x3e\x17\xb9\xb8\x4b\x52\xb0\x10\x79\x71\x35\x85\x69\x86\x12\x3b\xde\xea\xa6\x5d\xc6\xd1\x48\xf7\xb5\x62\xff\xd4\x86\xc4\x65\x0a\xbd\x16\x1e\x04\xc3\xb5\x80\xf2\x18\x90\x02\x8d\x97\x6b\x01\x69\xa0\x9e\x49\xb3\xde\x76\xa8\x51\x6d\x03\xe7\x7d\xe3\x9c\x95\xe5\xe4\x86\xfb\xce\xb9\xce\x37\xe2\xa1\x6c\xc3\xbb\x79\xc3\xa1\x5d\x94\x37\x32\xcc\x5e\x57\x42\xdf\x37\x64\x61\xef\x4b\xb8\xd7\x7c\x23\xc4\xfd\x70\x44\x75\x00\xef\x9a\x8b\xf6\xdf\x0f\x98\xa1\xec\xa9\x37\x82\xa1\xec\x4d\xbf\x99\x62\x66\x46\xf5\x60\xa5\xab\xdb\xcc\x6d\xf5\x14\x50\x10\xa0\x37\xbf\x00\x6b\xbe\x4d\x6c\xf7\x83\x42\x0b\x9e\x12\xdd\x71\x8e\xf8\xb9\x51\x36\xb2\x55\x7f\x40\xff\xc3\xa7\xfd\x6c\xb4\xc0\x09\x8b\x0f\xfc\x73\x76\x1d\x3f\x1b\xbd\x59\xda\xa6\xcf\x86\x49\x57\x7f\x80\x5b\x4a\xe5\x41\x78\x98\xf6\x56\xc2\x8f\x54\xa0\x07\xe5\x96\x5e\x39\xc5\x0f\x83\xbf\x1c\x82\xf4\x20\xb4\xd9\xbe\xed\x07\x57\xac\x98\x8d\x3c\x94\xcf\x64\x13\x79\x10\x0c\xb6\x0d\xff\x3e\xe9\xcc\xd1\xfe\x0f\x2b\x66\x3b\x86\xed\x81\x3f\xcf\xe5\xc2\x1e\x54\xcc\x76\xd9\x86\x87\xf2\x9c\x4c\x2a\x0f\xe3\xa0\x8d\x90\x80\x3a\x00\x9b\xbf\x47\x0c\xbc\x04\xff\x07\xd1\x68\x2e\x58\xf6\xe0\xa6\x44\xeb\xf8\x4f\xe0\xf1\x25\x00\xd7\x45\x89\xda\x6b\x0f\x8a\x19\x8c\xe2\x01\x6e\xa2\xc8\x10\x3d\xa0\x2b\xcd\x28\x06\xe8\x4f\xfa\x3d\xae\xdd\xab\x21\x22\x0d\xe2\xc5\x0f\xc8\xad\xbd\x0c\xb8\x48\xdc\x0e\xc7\x87\xc5\x0d\xc4\x59\x9f\x55\x15\x5c\x93\x8a\x64\xd6\x92\xd4\x1f\xdc\xd8\xe2\xe4\x94\x27\x62\xbb\x37\x0f\xc0\xed\x1e\x3c\x02\x78\x92\xac\x2d\x0f\x83\xa8\x5f\x40\xd3\x9b\x27\x29\xf8\x49\xc8\x56\x11\x03\x79\x12\x5d\xd9\x9a\x35\x7c\x79\xaf\x2c\xd6\x07\x39\x76\xd6\xde\x1f\xe4\xd8\xb9\x2c\xf0\x83\xbb\x11\x5f\xe2\xdc\x83\x9a\x9b\xaf\x24\xe6\x07\xde\x3e\x1b\x1d\x9e\x44\x4b\xa8\x38\xc6\x83\x9a\xe1\x23\x7b\x48\xc6\x20\x18\x2d\xf0\xf7\xbd\xf2\xa8\x1f\x38\xfc\x9c\xc6\xfa\xe4\xb5\x12\xea\x22\xe3\x16\x79\x93\x0f\x6b\x48\x39\xa2\xee\xc9\x9c\x86\x80\x82\xf1\xcd\x66\x8d\x07\xb6\x36\x27\x54\x3e\x79\x9d\x48\x7e\x01\x3c\xc2\x04\x5f\x16\x8c\xc2\x74\x21\x8c\x42\x43\x99\x47\x98\x2f\x95\x7f\x78\xdd\xa1\xc3\x7e\x9e\x25\xb6\x4a\x83\x79\x0a\xa8\xa1\xbb\x4d\xd6\x6b\xcc\xc2\x1a\xd7\xaa\x61\x00\xb9\xc8\x1e\xfb\x54\x52\x83\xf1\x86\xb2\x54\x0e\xe2\x7e\x70\xef\x8b\x53\xf6\x1f\x38\xf9\x9a\xe3\x08\x1f\x84\xf1\xbd\x12\xaf\x1f\xe6\xd2\x8d\xe1\x31\xa0\x0a\x76\x7f\x01\xfb\x6c\x71\x9b\xf7\x2e\x68\x96\x28\x4b\x65\x55\xf3\x41\x01\x86\xcd\x0b\x53\x21\x33\x79\xed\x2b\xe6\x64\xb4\x31\x75\xee\x85\x67\x88\xc6\x76\xd0\x3d\x8d\x57\x88\x09\x40\x48\xca\xcd\xd7\xfb\x3f\x30\x0f\x36\xd3\x23\x2e\x81\xf1\x91\xf9\xb0\x82\x83\x43\xec\x9e\x86\x58\x26\xe9\xcf\x4f\xdb\xf9\x82\x7b\x00\x85\x67\x7f\xb0\x28\x5c\x0b\xd5\xc8\x7c\xcc\x3e\x29\x0d\x4b\x02\x7a\x20\x0d\x3b\xa1\xe6\x41\x41\x2b\xc7\x6b\x3c\xb4\x3f\x4a\xc3\x78\x3a\xe7\x20\x2c\x21\x2c\xb0\x7b\xdb\x33\x2a\xd0\xec\x99\xe6\x48\x29\x65\x0f\xca\x5f\x39\x5d\xe3\xe1\x75\x89\x73\xce\x3f\x39\x7f\x50\x91\xb4\xf9\xb4\x80\xe9\x72\x78\xcd\x79\x31\xba\xe4\x9c\x07\x11\x82\xc1\xe1\x7b\x0f\x3c\xa0\xcd\xe1\xa0\x0f\x72\x05\x1c\xb6\xf4\xc0\x03\x6a\xd1\xfb\x41\xea\x40\xc8\x6e\x27\x5c\x8f\xaa\x0e\x99\x39\xe0\x10\xb9\x07\xb2\xba\xaf\x49\x7b\x10\x20\x98\x1c\x4b\xf1\xa0\x20\x7b\x1b\x1e\xf1\x24\x06\xfc\x60\x01\xed\x2f\xb0\xe3\x65\x0e\x78\x28\xcd\x9b\x92\xe1\x51\x75\x65\xc8\x67\x5f\x84\xa7\x1e\xf7\xb5\x99\xfc\x05\xcf\x71\xe3\x65\xe7\xb2\x68\xc8\x7d\x40\xd9\xf6\xef\xd0\x71\x36\xf7\x48\x8e\x20\xed\xfd\xd9\x19\x07\xe0\x73\x76\xc7\xf6\x19\x7e\x81\xa1\x15\x6e\x3f\x04\x41\x43\xa2\x84\x85\xc3\x45\x9f\x03\x07\xb5\x29\x13\xb2\x7e\x72\x61\x85\xe7\xe0\x86\xd7\xd2\x1c\x8b\x8d\x69\x08\x84\x02\x06\xaf\x35\x8c\xa7\xbe\xa1\xf8\x99\xc2\x7e\xb3\xdb\xff\x81\xf1\xd4\x8e\xe8\xe7\x24\xda\x64\x20\x78\x10\xc8\x67\x93\xf4\x73\x2e\xe6\xee\x07\xdc\xc1\x32\x21\x3c\xac\x87\xea\xb8\xb9\x07\xe2\x7f\xb3\x17\xe2\xa1\xb9\xd5\x1b\x0a\xd7\x2d\x3a\x1c\xe2\x81\xa8\xee\x8b\x5f\x1f\xb8\x58\x5d\x27\xf4\x41\xe6\x41\x7a\xb5\x2f\xbc\x2f\x90\x2e\xc4\x1a\x49\x48\x7d\x20\x97\x5b\xbb\x7d\xe0\x53\x7d\x55\x62\x78\x58\x0b\xc2\xd1\xc5\x0f\x02\xeb\x7c\x49\xdd\x73\xaf\x49\x6a\xa5\xee\x35\x49\xbf\x41\x2b\x82\x59\x21\x2a\x91\x3a\x4b\xef\xe1\xd5\xe2\x25\xf9\x85\x8b\x5d\x08\xf7\x10\xe6\x5f\x82\x2e\x84\x79\xe7\xfc\x3e\x4c\xfc\x73\xe0\xd9\xc3\xeb\x64\x1c\xbc\xfa\x20\x56\xce\xe1\x79\x0f\x6f\x90\x79\x6d\x44\xc8\xf3\xbe\x42\xeb\x79\xc8\x5d\x65\x79\x78\xa6\xfc\x9e\xfb\xab\x07\xee\x54\x4f\x9c\xd5\x4c\x7d\x02\xa0\x9a\xa9\x2e\x22\xa8\x1b\xab\x93\xea\x7e\xa3\xba\xb1\x44\xbb\x82\x61\xea\xb6\x9c\xb3\xd5\x0f\xe6\x5e\x57\x1e\x7d\xdd\x70\x41\x8c\x02\xbb\xea\x86\x9a\x11\x2a\x3c\x5c\xb7\x00\xfe\x54\x34\x24\x6f\x02\x57\x8d\x87\xba\x05\x9e\xf6\xd5\x0f\x0a\x7a\x10\x4c\x81\x59\x5f\x45\x6d\xf2\x86\xcf\xda\xd4\x2d\xf0\xde\xaf\xea\x31\x07\x7a\x70\x8f\xd4\xf4\x93\xbb\x04\xe2\x82\x7b\x80\x90\x1f\x3c\x04\xc2\x9a\x3e\x87\x52\xdd\x58\xcd\xab\x64\x8d\x00\x0b\xa8\x6a\xac\xd6\x2d\x72\xf5\xdd\x5e\x34\xaa\x11\x78\x69\xa1\x14\xa1\xba\x21\xbf\x43\xde\xd9\xba\xa1\x9c\xa9\x0a\x36\xd5\x0d\x55\x27\xaa\xd1\x04\x89\x38\xf6\x9f\xc4\xc7\xd5\x2d\x12\x01\x82\x1f\xe1\x71\xca\x39\xad\x5b\xe4\xfc\xb5\x28\xac\x1c\xa6\xf8\xa1\xba\x21\x05\x51\x9e\xa3\xba\xe1\x26\xf1\x6e\x04\xe1\x76\x43\x97\x2b\xa9\x1b\xcc\xad\x55\x65\xdb\xea\x36\xa5\xdf\xac\x22\xf7\x75\xcb\x94\xb8\xb2\x08\x07\x92\xaa\x6a\xbe\xd4\x0d\xd7\x11\xf6\xe4\x76\x42\xdb\x1d\x00\x41\x51\x23\x2e\xb7\x71\x75\x87\xdc\xf6\x59\x40\xf2\xf6\xc1\x64\xda\xcb\x84\x49\x6b\x00\x37\xf2\x96\xb4\xaa\xcc\x3e\x51\x54\x71\xdd\x70\x71\x77\x77\x1b\xa2\xac\xbc\x36\x75\xa3\x1f\x59\xf1\x7b\x75\x43\x3a\xca\xe8\x1a\x81\xd9\x28\xaa\x26\x55\x37\x38\x92\xb3\x69\x17\x92\x6c\x7f\xb5\x09\xa2\x40\x62\x51\x88\xa2\x49\x16\x6e\x37\xbd\x5f\xb9\xdd\xb4\xb2\x75\x71\x4b\x0d\x08\xb7\xf3\x16\x4d\xaa\x95\x78\xf5\x17\xe0\x9e\x46\xc2\x94\x63\xe3\x30\xc4\x95\x3c\xc2\x1c\x00\x45\x21\x74\x49\x5e\xdd\x58\x38\xcc\x53\xa8\x9c\x82\x40\x46\xe5\xfa\xee\xfd\x0b\x2f\xb6\x52\x3f\xea\xc6\xca\xf5\x9b\x70\x06\x39\x56\xc5\x11\xea\xc6\xd2\xaa\x4d\xfd\xb7\x85\x74\x41\xd8\x50\x41\xd0\x0c\x03\x62\xeb\xbb\x03\xea\x86\x45\x33\x68\x3c\xda\xcd\xe5\x50\xe0\xa1\x9b\x3f\x74\x32\xef\x22\xe2\x83\x54\xd9\x5f\x1f\x00\x69\xe6\x07\x1d\x51\x35\x45\x43\x32\xd7\x44\xd1\xe4\x75\xeb\x24\xce\x22\xf2\xc6\xdd\x84\xaa\x16\x5c\x37\x5e\x4d\x68\x7e\xd0\x81\xb5\x2c\xda\xed\x48\xf7\xea\xc2\x1a\x2a\x44\x74\x6f\xc0\x65\xc3\x35\xa5\xf0\xea\xc1\x62\x98\x70\xf5\x60\x37\xad\xd2\x2b\x5e\x3c\x24\xbd\xe2\x9b\x40\xe2\xdd\x84\xd5\xa4\x32\xd6\x24\x84\x27\x24\x9d\x76\x33\xa9\x41\xa0\x35\xc9\x75\xcf\x77\x35\x0c\x0b\x4a\x81\xcd\xe2\xf8\x59\x3d\x4e\xd1\x31\xbd\x8e\x9b\x65\x08\x36\x39\x22\xf8\xae\x98\xaf\x2c\xd1\xd1\x4b\xb1\xd3\x2e\xf7\xea\x02\x66\xb3\x26\x18\x76\x90\xc7\x6b\x48\x9a\x88\xcc\x69\x20\x5b\x26\x1f\x61\x30\x14\x07\x53\xc7\x41\x85\xd6\xd3\x64\x1a\x6c\x35\xef\x3a\x22\xd4\x1e\x0d\x89\x32\xae\xdd\x24\x8e\xca\xf9\xdd\xc4\x70\xe0\xc8\x33\x5e\x0f\xd4\xea\x30\x05\xb3\x26\x45\xf1\x19\x89\xa4\x92\x6e\x8a\xe6\xbd\x84\xe9\xf5\x02\x4a\x67\x34\xb7\x41\x2e\x26\x86\x83\x7a\x97\x77\x21\xeb\xa3\x15\x1f\xa2\x27\x59\xd7\xeb\x01\xea\xf9\xc5\x9f\x18\xe2\xea\x86\x82\x15\xdd\xb4\x75\x42\xeb\x30\xd2\xcf\x85\x74\x01\xc4\x60\xbe\xd7\xf9\x80\xca\x67\xaa\x87\x59\x37\x38\xe5\xbb\x77\xd4\xb5\xe4\x06\x0d\x71\x71\x0f\x8a\xb4\x2e\xe2\xc8\x6d\xda\x90\xcd\xa8\x50\x34\x7f\x33\xce\xae\x05\x82\x60\x82\x91\xb9\x1a\x89\xd7\x22\x67\xc3\x44\xd9\xd5\x6d\x94\x9d\x35\xab\xba\x29\x24\xaa\x03\xd8\x98\xbb\x39\xd7\xbd\x90\xae\x0e\x96\x13\x5f\xeb\xba\x8c\xcc\x55\x93\xb8\x41\xbc\x66\xef\x94\x75\x9b\x7f\x5f\xeb\xaa\x1e\x79\x8b\xb6\xd9\x02\xe5\xd4\xa6\x11\x1e\xc4\x6b\x79\xb7\x3c\x84\x40\x20\xc3\x08\xfd\xda\xc1\xcf\x62\x0a\x1a\x91\x5e\xf8\xd7\x19\xf8\xa0\xc8\x97\x8f\x30\x44\x14\xbe\xd6\x89\x52\xab\x0f\x24\x56\xa1\x2d\xaf\x07\xb4\x28\x49\x96\x08\x28\xba\xef\x93\x3e\x20\xc5\x57\xee\x84\x1a\x78\xef\xb6\xca\xe5\xd4\x00\xa3\xb2\xd7\x29\x6c\xa0\xc6\xea\x0f\xb8\x9f\x9a\x1f\xf4\xef\xaf\x26\x49\xba\x06\xd4\x56\x33\x8f\x08\x1b\x15\x86\x17\x08\x04\xba\xf9\x0b\x2e\xbd\xbe\x60\xd0\xa2\x72\x65\x6a\x08\xb0\xa2\x1a\x06\x8a\xb9\x42\x7c\x08\xcc\x15\x10\xa6\x43\x58\x40\x0a\x0d\x81\x04\x9c\xfd\x09\x4c\x73\x9e\x36\xd2\x8e\x43\x72\x9b\xfa\x40\xf1\x03\x52\x47\x36\x10\x0f\xb8\xa9\x66\x11\x11\x2a\x23\x6e\x1b\x28\xd7\x8a\xfc\x42\x5c\x98\x16\x1e\x22\xe8\x51\x14\x1f\x90\xc6\xd1\xc5\x6c\xc3\x4a\xcc\xa8\x7e\x81\xe1\x3c\xaf\x2e\x21\x0e\x88\xe4\x43\x02\x08\x5e\xfc\xc4\x73\xcc\x5d\xe2\x76\xa4\x2e\x0a\x0d\xcc\xba\x28\x86\x61\x65\x5d\x78\xf9\x13\x14\x71\x71\xb2\x90\x68\x12\xf7\x62\xc1\x54\xeb\x8b\x8a\x6a\xc0\x65\xdb\xbd\x09\x0f\xa8\x63\xdb\xbb\x7f\x87\x16\x64\x34\x24\x88\x65\xda\x86\x81\x97\x39\x2a\x49\xa7\x06\x4a\xb7\x5d\xb3\xca\x9c\x84\x7f\x5f\x93\x70\x0f\xf4\xe3\x89\x19\x85\x4c\x4c\xbb\x07\x5c\x4e\xef\xb5\xcd\x6b\x52\x82\x99\xd2\xae\x27\x89\x70\x03\xef\xfc\xc0\xcb\xb7\xbb\x47\xe4\x11\xe1\xef\x51\xd8\x5b\x47\x46\x40\x6e\x46\x1f\xea\x0f\xd1\x07\x2f\x5a\x82\x8d\x55\xf9\xb6\x35\x14\x06\x13\x7a\xa5\x29\xbb\x0e\x75\xc8\x5b\x93\x94\x35\x54\x43\x45\xad\x3e\x8f\x58\x79\xd6\x6b\xca\x75\x1d\x49\x3f\x29\xa8\x5d\x03\x12\xab\xfb\xf0\xd7\xb8\xe6\x4f\x1a\x56\x40\x6c\x81\xea\x04\xd4\x40\x39\x75\x08\x3f\x95\x5b\xdc\x94\x89\x5a\x65\xc3\xf3\xa9\x9c\x8f\x88\x02\x82\xaa\x79\x71\x40\x5a\x75\x1f\x5a\x63\x96\x32\x2b\xa6\x5c\xd8\x5b\x7b\xd7\x7c\x1b\x88\x62\xf8\x77\xce\xc0\x1d\x56\xcc\xc0\x6d\x90\x44\xd7\x0c\x96\x7d\xd6\x64\xca\xd0\x84\xe4\x35\x6f\x8b\x23\x78\x08\xf2\x5a\x73\xc2\x86\x49\x06\xb7\x99\xfa\x65\x46\x87\xe2\x67\x2f\x5e\x0a\x03\xaa\x5c\x39\x35\xc0\x04\x3a\xa4\x3a\x06\x5e\xca\x24\x03\x52\x0d\xbc\x54\xdb\xb2\x71\x80\xe8\x6a\x6d\x3c\x20\x9e\x73\x93\x34\x15\x60\xf2\x1c\x9b\x7f\xcf\x68\xfb\xf7\x8a\xb6\x26\xc9\xd8\xcd\xea\xad\x31\x90\xfa\x69\xe6\x0d\x0b\x67\x1f\xa2\x84\x41\x90\xfd\xfb\x5a\x79\x21\x7a\x2c\x2c\x79\x48\x6a\x10\x92\xe0\xc2\x4e\xf5\xb6\xab\xcf\x9d\xb7\x6d\xa9\xcf\x15\xaf\x60\xcc\xef\x90\x88\x24\x65\x86\x15\x9f\x50\xfc\xc5\x64\xf7\xb6\xac\x84\x9d\xb6\x19\x13\x28\x92\x44\x86\xa4\xca\x80\x70\xcf\xe1\x43\x8c\x49\x22\xd5\x88\x46\xfc\xe7\x90\xf9\x27\x20\xdc\xf3\xc5\x52\x98\xcb\x2c\x75\x37\xac\xd2\x2c\x66\x73\x07\x3d\xca\xa6\x27\x84\x7f\x0e\x2f\xdd\xc1\x0b\x2a\xaa\xbb\x40\xb0\x8b\x94\xc1\x70\xd2\x77\xe8\x3d\x8e\xdc\x64\x5d\x24\x5f\x03\x04\x47\x95\x14\xac\x01\x45\x77\x37\xc3\x88\x70\x86\x11\xdc\x1e\x68\x0b\xad\x27\x21\x12\x84\xa8\xc3\xa2\x90\xbf\x1a\x4e\x22\x49\x00\x22\x7a\x74\x98\x2b\xb0\x02\xaf\x89\xeb\x5a\xeb\x26\x00\x2f\x1a\x92\x7d\x1e\x5d\x0b\xcd\x7e\x40\x25\xc7\x8c\xee\x5a\xd4\x22\x34\xb1\xbe\x6d\x31\xaf\xbc\x19\xce\xe6\x33\x0c\xd1\x06\x43\x6a\x4e\x60\xf0\x66\x32\x37\x47\xb6\xf0\x30\x75\xdc\x94\x16\xcc\x9e\xef\xb5\x78\x5a\x6d\xde\x4f\x50\xcc\x4e\x98\xff\x5b\xbd\x75\x51\xc3\x76\x33\x49\x42\xf6\x1b\x5e\xbc\x25\xfb\x79\x1e\x0f\x81\xf0\x07\xe0\x05\xaf\x0e\x3a\x08\xcc\x1d\x60\x71\xcc\xd0\x1f\x2c\x86\x0c\x32\x01\xc9\x25\xc3\x2c\x19\xe1\x06\xba\x73\xb2\x06\xd8\x2f\x87\xf4\xa2\x08\xc1\x50\x77\xc1\xd4\xc8\xda\x2f\x0a\x97\xa9\x91\xd7\x0f\x28\x1a\xa6\xc6\x8d\x47\x48\xf3\x27\x34\x6f\x88\xcb\x47\x06\x04\x64\x77\x01\x18\x93\x7b\x00\x8c\xe9\x27\xf1\x70\x35\x22\x95\xc5\xab\x16\x03\xaa\x08\xbb\xf3\x80\x5c\xb3\xee\x36\xb6\x87\x38\x51\x0c\xc8\x43\x90\x4c\x18\x91\xd8\x32\x92\x7f\x2f\xa4\x2c\x0f\x80\x6a\x72\xc5\x1f\xec\x50\x61\x3c\x00\xb6\x43\xf2\xef\x27\x11\xe4\x1e\xaf\xef\xaf\xda\xb4\xc4\x31\x60\x09\x92\xdb\xb8\x5d\x4a\x92\x71\x64\x2c\xa8\xaa\xc6\xd4\x08\x91\x71\x24\xbf\xc0\x88\x0f\x9d\x30\x31\xd2\x10\x2e\xc5\x2c\x46\xe6\x2b\xfb\x8b\xc6\x2e\x35\x66\xa4\xfd\xfe\xf5\x05\xe8\x28\xb9\x7d\xf0\x0b\x77\x41\xa8\xb5\xca\xb0\x67\x56\xed\x96\x98\x40\x38\xd9\x6d\x46\x28\xe9\x68\x8e\xb8\xf9\xe0\x05\x34\x64\xca\xd4\x8c\x68\x16\xc7\x89\x7e\x81\xc6\x46\x2f\x65\x3a\xa0\xc3\xfb\x05\x9e\x21\x12\x01\x23\x02\x4e\x93\x02\xad\x6a\x44\x32\x6f\x75\x1b\x26\xd3\x6c\xa0\xa7\x50\xd9\x86\xc4\x83\xc8\xeb\xa0\x54\x4e\xa7\x46\xe6\xda\xd8\x58\x12\xe9\xfd\x57\x68\x47\x8d\x4c\xbe\xb1\x71\x24\x4e\xa9\x32\xb6\x57\x17\xfd\xfb\xab\xbe\x30\x8b\xb2\xbb\x2a\x4d\x5c\x23\x84\x48\x65\x51\xd7\xc8\x2b\xa6\x6c\x99\x88\xbc\x42\xfc\x35\x22\x56\x42\x82\x70\x64\xe1\x38\xc5\x1b\xd4\x58\x68\xb1\x94\x74\x1e\x59\xd2\xa7\x7a\x16\x53\xf0\x8c\xb6\x5d\xc4\xc2\x59\x89\xe7\x47\x48\xa2\xd6\x10\x62\x59\xb3\x14\xaa\x59\xd4\x47\xbc\x31\x16\xe6\x5b\x7a\x5b\x14\x6c\x0b\x53\x35\xc3\x60\xe5\x1a\xaf\xb1\x70\x1a\x1a\xa2\x92\x80\x84\x27\xa6\xfb\x54\x23\x16\x66\xd6\x61\xc4\xf1\x52\xf2\x6a\x44\x55\x1c\x64\xb2\x05\x44\x9a\x41\xab\x81\x5e\xa5\x71\x3d\x24\x33\x57\x75\x14\x46\xf8\xf3\x83\x81\x6e\xdc\x58\x92\x73\x62\xa3\xe7\x44\x30\x34\x2e\xa6\x3f\xa0\x72\xd6\xfd\x01\x9d\x7f\x5e\x0b\x5c\x8c\x3e\x24\x49\x45\x26\xfd\xca\x5d\x5f\x23\x2e\x46\x1f\xc5\x6d\x44\x8e\x7a\x96\x70\xdf\x57\xef\x02\xb8\xeb\xe5\x10\xaf\x11\x86\xd5\xe1\x9d\xcd\x58\x56\x03\x80\x4b\x42\x5d\x8b\xa4\x46\x5c\x47\xa5\x8b\xe2\x6a\x44\x6d\x5d\x5b\x1b\xe2\x60\xf4\xac\xd1\x36\xa5\xc7\xe4\x33\x29\x52\x7a\x34\x75\xb1\xa2\x8e\x49\x81\xd2\xa4\x19\x20\xeb\xe4\x76\xbf\x8f\x12\x16\xde\xa5\x83\x5a\xb9\x21\x84\x11\x74\x78\x99\x10\xeb\x6a\xe7\x4b\x84\x0d\xd4\x52\x7d\x64\xf6\xb0\x34\xe4\xb8\xf3\xe0\xee\x7e\x80\x52\x7e\xa6\xb5\x29\xe7\x95\x2d\xff\xec\x04\x3a\x78\xc7\x8b\x3e\x3e\x78\x22\x4a\x20\x8a\x07\x63\x7b\x05\x3e\xcb\xdd\x9a\x48\x58\x9f\xe6\xc5\x3b\x91\xd7\x3b\xbc\x44\x07\x1d\xbc\x9a\x2f\xae\xa4\x1a\x26\x2a\x14\xd7\x1b\x66\xa5\xcb\x6b\x6d\x32\x85\x61\x71\xc8\x6c\x11\x29\x02\x1a\xa1\x48\x04\x1e\x5e\x21\x8a\x80\x52\xef\x23\x45\xc0\xe6\xfe\x70\x3a\x34\xf7\x07\x22\x96\x4c\x1a\xe1\xc1\x4e\xaf\xfe\x6f\xce\x50\x33\x40\x3c\xeb\xf0\x4e\x5c\x32\xa1\x3e\x80\x69\x72\x98\xc8\x79\x29\x83\xf9\x0f\x2a\xe3\x5a\xbf\x88\x17\x49\x4e\x00\x2f\x99\xd2\x4b\x8e\xea\x35\xd5\x82\x52\x44\x3d\xbf\x61\x6e\x82\x04\xa3\x61\xa2\x43\x7e\x91\x92\x17\x6a\xbc\xd6\x4e\xf6\x83\x03\xfb\xc8\x53\x20\x0e\x44\x06\x17\x70\x60\xd6\xc0\x2b\x18\x9a\xdb\x2c\xe5\xe6\xf6\xa2\x02\x41\x88\xe2\xb8\xd9\x92\xcd\x8d\x4a\x15\x16\x2c\x70\x73\xe7\x78\x75\x08\x9c\xfa\x80\x85\x1d\x72\xf8\x7b\xfa\xcb\xab\x65\x3b\xf8\xcb\x6d\x49\x8a\x0f\x25\x37\x29\x65\x11\xe9\x41\xc3\x07\x2e\xfd\xe7\xc6\x19\x0a\xe9\x6e\xb2\xd2\xc7\xe5\x1d\xf7\xba\xaf\xe8\x56\x23\x05\xc5\x66\x92\x79\x0b\xc5\x4d\x11\x6a\x82\x78\xa9\x7b\xda\x6b\xda\x48\xd9\x43\xed\xc5\x80\xfd\x80\x27\x95\x8e\xcb\xb4\x31\x38\xc2\x3d\x82\x94\x25\x7c\x26\x56\x9b\xa9\x6e\xd3\x73\x5d\xdd\x01\x25\x1d\x89\xcc\x89\xe2\xa9\xd0\x94\x36\x6a\xd7\xda\x1d\x69\x19\x22\xb5\x1d\x52\x40\x3a\x81\xf6\x6b\xa2\x47\x5e\xe5\x9c\x6a\x5a\x96\x48\xb1\xbc\xb4\x32\x8a\xaa\xdf\x80\x1e\xd8\x3c\x06\x2c\xe7\x41\xab\x9f\x98\x32\x24\xb1\x22\x45\x6e\x61\xb7\x3b\x2c\x95\xc2\x64\x1c\x84\x41\x43\x2e\xbb\xa1\x28\x3e\x41\xc4\xdb\x86\x5f\xe0\x49\x94\xfc\xc2\x03\x73\x95\x30\x95\x28\x46\x88\x0f\xa7\xc4\x5d\xa7\x4d\x96\x96\x9d\x50\x02\x55\xe2\xad\x08\xb6\x44\x27\x94\x6b\xd9\x14\x72\x5d\xd3\x14\xe2\x5a\xf3\x3c\x60\x07\x34\xaf\x4b\x08\xd0\x6c\x6e\x2f\x3b\xa0\x31\x95\x29\x06\xb8\x87\xbc\x80\x88\x7a\x30\xe0\xfe\xd4\x90\x99\x3b\xcf\xb8\xca\x34\xea\xc8\xb0\x95\x58\x9c\xd7\x50\xc3\x90\xa7\xa4\x82\x9a\x32\xad\xbe\xa6\xd3\xcc\xbd\x28\xa0\x50\x95\x45\x21\x37\x35\xf1\x6e\x04\x95\xa2\xaa\xa9\x30\xaf\x41\xa6\xac\xb4\x44\xb0\xf4\x93\x6a\xa5\x35\xd1\x52\x98\xdc\x7f\x9b\x58\xcc\x6e\x77\xf6\xe6\xee\x79\xa6\x8a\x5b\x24\x06\x78\xda\x5d\x94\x20\xa0\x29\x02\xb4\xa6\x4a\x45\xa8\xf9\x01\xb9\x81\x38\x5c\xaa\x0d\x07\xa1\x90\x00\x37\xb6\xae\xb3\xaa\x09\x65\x15\x87\x09\x0c\xe6\xc0\xf1\xfa\x9d\xc1\x01\x5e\xdb\xba\x28\x50\x68\x44\xe1\x45\xd5\x30\xac\xa9\x51\xa9\x90\x1d\x20\x35\x54\x8e\x11\x4f\x4c\x8d\x27\xa1\x49\xb4\x51\xcb\x1f\x7e\x03\x47\xa1\x89\xa3\x35\xb0\x75\xf7\xb8\x30\x27\x28\x71\x45\x7b\x34\xcb\x9a\x12\x5d\xd2\xfd\x28\x35\xad\x1b\x44\xcd\x2f\x1a\xf9\x85\x77\xc5\x32\xf8\x49\x58\x4e\x28\xcd\xe8\xb3\x27\x75\xda\x2a\x8c\x99\x4e\x97\x91\xc6\xe8\x6b\x5a\x1a\x83\x17\xb9\xdb\x42\x9f\x58\x69\x31\xbb\x4b\xe2\xde\x1f\xac\xdd\xaf\xc5\xc0\x05\x09\xb6\xe0\xa5\xce\x7d\xe7\xdf\x41\xd1\xa6\xcf\x41\x17\xad\xf7\x1d\x2b\x2c\x7b\xad\x78\x69\x97\x4f\xd0\xc4\x0c\x70\xfb\x6b\x12\xe5\x40\x1d\x37\x69\xb0\x34\x92\x66\xb9\xe4\x3e\x6f\xb3\xc1\x8d\xea\x59\xa1\x94\x62\x36\x27\x66\xc5\x65\xdb\xf8\xd3\x20\xd4\x42\x0b\x9c\xdf\x43\x8a\x4e\xe2\x95\xa5\x52\x95\x12\x9c\xe1\xc3\x9c\x00\x17\x2e\x0c\x33\x02\x26\x49\xd9\x24\x9f\xe0\x0b\xaf\x9e\x03\xaf\x09\xb3\xfd\x21\x21\xce\xd2\x2a\x65\x42\xa1\x1a\xdb\x4f\x12\x6c\x90\xf1\xd5\xc1\x9c\xa3\xb2\x6c\x6a\xa2\x09\xf2\xf5\x3d\xc8\xeb\x05\x21\xf7\x88\xb7\x3a\x4d\x8e\xd2\x07\x12\x83\x28\x7d\xa4\xc2\x13\x3e\x4c\x7c\xa8\xfd\xdc\x8c\xe4\x83\x67\xb6\x21\x3a\xee\x29\x0c\x4b\xba\x4e\xe7\x86\xb6\x66\xc0\xe2\x88\xf6\xc4\xa4\x33\x4d\x2d\xda\xc4\x39\xc5\xd1\xb2\xf9\xa8\x3a\x49\x08\xd9\x2f\x54\xbc\xa0\x29\x30\x86\xd2\x6e\x8b\x34\xe5\xcf\xa2\x04\xdc\x9a\x96\x3c\x29\x11\x3a\x4d\x79\x32\x29\x15\xa9\xa6\x29\x4f\xa6\xcd\xb4\x77\x51\x05\x36\x83\x9e\x02\x65\x51\x32\x6b\x4d\x17\x8f\x68\xa9\x00\xe9\x42\x80\x80\x64\xf0\x34\xe5\xbf\x64\xdf\x45\x62\x71\x43\x09\x53\xe9\xa2\xec\x63\x41\xe3\xa6\x54\xe0\x95\x83\xc0\x17\xcc\x48\xee\x04\x10\x84\xb6\x9b\x01\x5e\xde\xc3\x37\x67\xed\x0e\xb0\x67\xb3\x31\x8f\x90\xc9\xf4\xda\xe5\x37\x13\x1f\x35\xc4\xc3\x13\xda\xbb\xf6\x59\xd3\x14\x1e\x1e\x16\xdf\x74\x1b\x2e\x7e\xef\xa8\x87\x4b\xf3\xa3\xa0\xb8\x34\xe5\xc1\x90\xec\xaf\x49\x0f\x91\xf6\x99\x41\xde\xd0\x5b\x70\x9b\xe2\x40\xf7\x03\xee\x70\x91\x7f\x46\xb2\xb6\xe3\x5d\xf2\xf6\xa0\x87\xcf\x0c\x73\x20\x1b\xd2\x31\x95\x61\xdf\x1b\x56\x25\x72\x00\x9a\x83\x5f\xc8\xf3\x68\x94\x98\x9d\x03\x67\x38\xd4\x6e\x78\xbf\xaa\xdd\xd9\xa1\x1f\x40\x1e\xec\x6e\xf3\xf0\x17\x6f\xcd\x28\x3d\x33\x74\x41\x41\xcd\x2b\x9d\x47\x9c\x2d\x23\x56\x71\xe8\x86\x82\x9a\x23\x25\x27\x31\xaa\x1c\x89\x29\x7f\xd1\xd1\x76\x97\xe4\x8d\xc3\x0f\x16\x71\x68\x1e\xa8\x5e\xad\x72\x06\x35\x4f\x71\x2e\xe9\xf2\x90\x9a\x19\x80\xa8\x52\x25\x35\x33\x7f\xc7\xfe\x93\x9c\xb0\x6f\xc5\x1c\x33\x13\xbe\xf3\xeb\x01\x81\xd4\x10\x70\xf2\x3a\xb4\x2e\xd3\x20\x97\xbd\xde\x69\x55\x00\x54\x9b\xb1\x49\x5e\x1c\x18\xdc\x54\xa4\xa7\x66\x26\x70\xdb\xc1\x92\x33\x98\x91\x87\xc8\xb4\xb0\xcb\x3c\x92\x51\xef\xce\xca\x75\x66\xbc\x60\x36\x26\x0b\xb7\x80\xdc\x0d\xb9\xf0\x30\xed\x7e\x80\xbb\x44\x37\xb7\xe9\xbb\xd6\x59\x99\x0b\xc3\x58\xc4\x33\xf3\x32\x66\x15\x3f\xb8\x18\x37\x20\x54\x95\x35\x53\x75\x5a\xe9\x84\x17\xf6\x2b\xb9\xa8\xa4\xeb\x5c\x17\x9c\x9a\x49\x25\x61\x0a\x8a\x0a\x33\x42\xf4\x07\x94\x33\x4c\x98\x2c\x56\x63\x51\x25\xd3\x7c\xa5\x4a\x31\x35\x37\xd2\xa1\x7c\x41\xb9\x61\x45\xa3\x5f\x40\xb6\xac\x38\x4e\x6e\xcb\x3d\x25\xa0\xa6\x34\xd4\x9a\xb1\xdb\x16\x6a\xfc\xc2\xc2\x84\xba\x40\x6e\xb5\xc3\xee\x72\xe7\x69\x50\xfc\xa0\xf1\x0b\xf5\xd9\x41\xfb\xd1\x2f\xac\x35\x17\x26\x68\x91\xca\xde\xb3\x23\xb0\x0b\xcd\x9c\x55\xec\x9a\xbf\x00\x53\x10\xf7\xce\x53\x36\x29\x9b\x99\x02\x6a\x36\xa7\xd7\xf7\xa4\x43\xa9\x8d\x79\x20\x6a\xb4\xba\x43\xd6\x1c\x15\xcc\xbc\xba\xc9\xf1\xbd\x99\x92\x86\xad\x93\x79\xe7\xfa\xea\x84\xc9\xf0\x67\x06\xaf\xc5\x4e\x98\x34\xa9\x25\x5a\xc8\xe2\x90\x77\x1e\x93\x5e\xdf\x1d\x07\x86\x34\xd7\x0c\xb3\x96\x5d\xa8\x99\x19\x1a\xd9\x24\x84\x74\x6b\x15\xd8\xad\x79\xe7\xb9\x2a\x18\x0f\x14\x6a\x34\x5e\x11\x75\xd7\xcc\x00\x98\x8d\x6d\x03\x7a\x3e\x58\xc3\x47\x10\x4c\xe1\xa2\x6c\x52\x3b\xf2\x01\xc3\x9a\x94\xd0\xcc\xcb\xd5\x6d\xda\xcb\xb8\x54\xd4\x27\x48\x3e\x71\x4e\x4b\xc7\xc8\xeb\xde\x88\xf6\x93\xea\xd9\x35\x9f\x40\x61\x72\x6f\xd8\x42\x52\x93\xf2\x49\xa5\xb8\xba\xfb\x9d\x27\xaa\x30\x80\x42\xcb\xcd\x7b\xea\x44\x3c\x9a\x54\xfd\xbc\x0a\xe2\x99\xb2\xae\xb5\xce\x42\x01\x25\x0d\x09\x6c\x99\xa6\x2a\x0f\x49\x53\x95\x35\xf9\x7c\x2d\xfa\x77\x97\xa0\x7f\x69\x66\x79\x8a\x22\x65\x93\x5e\x9e\xef\x08\x96\xa7\xf7\x29\x58\xf8\xcc\x64\x9d\x9a\x66\x36\x7c\x53\x95\x1b\xee\x81\xa4\x25\x3c\xdd\xc4\x93\x40\x82\x29\xca\x7a\x57\xbe\xc9\xd8\xcd\x27\x6e\x1c\xcb\x12\x01\xf3\xc3\x1d\xe9\x2f\x9e\x80\x1e\x85\x95\x07\x58\x31\x17\x78\x70\xd6\x98\x70\x1e\x72\x05\x23\x9a\x82\x88\x44\xc2\xfc\x50\xe3\xb1\x6c\xf1\x00\x2b\xc6\xc2\x43\x4e\x64\x52\x7a\xae\xf9\x82\x8f\x37\xd8\xa2\x1c\xe7\x9a\x1f\x6e\x59\x1d\x46\x65\x83\xa0\x2b\x59\xa4\x2c\xdf\xa7\xec\xac\x85\xb7\x3a\xa9\xde\x48\x2d\x1b\xe8\x4d\x47\x4b\xd9\x56\x97\x7a\xb0\x2c\x41\x92\x8d\x4b\x58\x6b\xe3\x07\xf4\xac\x0c\x7f\x82\xd5\xd7\x09\x58\x78\x15\x86\x7d\xdf\x85\x57\x61\xe8\xa2\x94\x5a\x02\x36\x59\x71\x1b\x13\x7f\x0d\x71\x73\xcc\xa6\x07\x3c\x9c\xc4\xfe\xca\x14\x58\x9a\x33\x03\x4a\x04\x45\xe9\x6c\x2a\x11\xab\xa5\xe3\xae\xb0\xd6\xb0\xf5\xee\x12\x79\x4e\x48\x1a\x2e\x11\xab\x63\x18\x23\x18\x83\x0e\xb7\x12\x69\x71\x77\x8f\x37\x41\xf2\x03\x24\x7d\x7b\x12\x69\x2d\x86\x7a\xa0\x35\x4a\xc5\x8f\x6a\xa1\x74\x22\x66\x56\x12\x88\x5a\x2c\xbc\x24\x20\x56\x44\x5f\x68\x9b\x92\x9c\x57\x78\xd3\xba\x0d\x49\x05\xd9\xc5\x36\x15\x14\x94\x0a\xae\xaf\x0e\x1f\xb8\x9e\x35\x47\xde\xdf\x69\x1b\x4b\xc9\x6b\xb1\x87\x1e\x40\xa2\xd2\x2e\x29\x79\x11\xb5\x60\xc8\x84\x51\x0b\xc3\x84\x0b\x87\x54\x95\x8c\xb5\x15\xb7\x29\x99\xfc\xc9\x43\x42\x31\xf2\xca\x2e\xe7\xa0\xe4\xe5\x02\xe7\xa0\xa5\x8c\xb2\x2c\x53\x92\x55\x4b\x21\xd0\xe2\xf1\xa5\x80\xc8\xc5\xc0\x4a\x21\x9e\xb5\x32\xb8\xb6\x53\xe5\xc6\x6a\x29\x9c\x83\xdb\x10\x5d\xc5\xde\x4a\xc1\x14\x9a\xfb\x87\x88\x57\xfd\x3b\x8f\x7b\xc9\x67\xa5\x2e\xe6\x22\x98\x91\x4a\x5c\x8c\x14\x8a\x4e\x26\x3e\xe4\x09\xeb\x06\x92\x5a\xea\x42\xb3\x3b\x38\x38\x47\xa1\x0d\xa6\x28\xa7\xce\x14\x24\xfa\x56\xd3\x56\x03\xfb\x6a\x3f\xa9\x61\x5a\xcb\x94\xb2\xa2\xf5\xe3\xd2\xe0\x0f\x33\xa1\x35\xd4\x17\x10\x6f\x2c\x0d\x08\x93\xa1\xad\xf0\xc6\xac\x66\x32\x59\x3e\x42\xc9\x9f\xa5\x53\xbd\x95\x2c\x5f\xfa\x5a\x34\x4d\xa0\x2f\x96\x2f\xac\xa2\x84\x8d\xb9\x63\xe9\xbc\x44\x41\x38\x43\xf6\x84\x4f\xc6\xd2\x17\x10\x9a\x45\x67\xb2\xb4\x87\x84\xec\xe0\x0e\xa6\x50\x96\x54\xd3\xa0\x16\x78\x09\x2d\x6a\x96\x41\xc1\x5c\x62\x5d\x19\x54\x2f\xa2\xbf\x40\xcd\x1b\xef\x27\x26\x47\xa8\x08\x68\x2d\xb8\x4f\xd3\x1e\x8e\x32\xc0\x54\xcc\x85\x10\x65\xa6\xab\xea\x6b\x59\xc9\x12\xde\x90\x03\xc7\x96\x3b\xd8\xd7\xee\xf0\x03\x3a\x80\xd5\xe3\x12\xda\xa4\x61\x97\x9d\x17\x36\x6b\x08\xda\x83\xa4\x65\x95\x25\xb4\x49\xa3\x29\x2c\x9a\x13\x5f\x0f\x08\xb4\x7b\x84\x2e\xe1\x85\x81\x81\xc7\x5e\xec\xb2\x64\xb4\xe1\x21\xc9\x19\x05\xf3\xc1\x2b\xf7\xdc\x26\x63\x34\x2b\x5d\x0e\x4a\x1d\x9d\xe5\xa0\x1a\x20\x89\xa2\xb0\x52\xb1\x75\x8b\x72\x80\x77\x4a\xca\x29\x88\x5b\x6b\xcd\x5b\x10\x3e\x4d\x4b\xb7\x85\x2e\xcb\xcd\x63\x32\xdf\x4f\xb3\x3c\xc8\xdf\x7d\xc4\xf0\x06\xb1\x66\x72\x38\x21\x31\x98\x51\x31\xae\xad\x7a\x35\x4f\x1c\x4a\xde\xe5\x34\x33\x99\x71\x21\x55\xd7\x4e\xc9\x42\x2b\x93\x17\xff\xa4\x62\x9f\x3c\xc2\x20\x08\xfe\x02\xa6\x31\xb3\xeb\x13\x87\x94\x19\xd1\xb9\x26\xe1\x21\x91\x58\x25\x71\xb7\x5c\xe4\x54\xaf\x07\xe0\x1b\xde\xb8\x17\xf7\xa9\x31\xcf\xbb\xe3\xab\x97\x1f\xd2\xa0\x45\xb5\x72\x71\x13\x58\xe6\xb8\x20\xf4\x9b\x64\x2f\xd0\x93\x37\x09\xaf\xfc\x54\x7e\x7b\x2d\x88\x84\xb3\xe0\x54\xa6\xb8\x18\x92\xb5\xc2\x72\xe3\xb2\x12\x4f\x13\xd2\xe1\x30\x9e\x50\xc6\xd0\xa2\x59\x41\x86\x44\x34\x9a\x10\x06\xd7\x0c\x11\x52\x7d\x5f\x07\x2b\xa4\xc7\xe0\x3d\x03\x61\xd1\xd7\x7f\xd5\x42\x61\xd1\x73\x7e\xd6\xd2\x0b\x82\x87\x2b\x65\x90\x50\x77\x27\x59\xce\x7a\x80\x04\x0b\x51\xf0\x4c\x36\x95\x4d\xab\x75\x83\xfa\x2d\x1e\x5b\x51\x35\xc7\x86\xde\xba\x81\xb8\x5e\xed\xb5\x50\x59\x0f\x50\xdb\x51\x82\x5c\xdd\xe8\x37\xa8\x6a\x73\x87\x24\xbf\x30\x30\xa2\x3b\x80\x44\x34\x0c\x01\x0d\xf0\x4d\x6d\x32\x79\x71\xec\x8a\x6b\x2d\x54\x87\xa1\x56\x94\xc1\xd9\xda\x4f\xca\x26\xd4\x8a\x1a\x38\x56\x80\x6b\xc0\x99\x64\x68\x02\xec\x7e\xe2\x5b\x15\x37\x5c\xb8\xd0\x76\xad\x14\x2a\x0d\x0d\x2f\x8a\xb7\x96\x5e\x71\x15\xe8\x66\x9d\xb9\x06\x8a\x43\x42\x40\xe4\x6d\x69\x9a\x60\xa4\x92\x2e\xdd\xae\xae\x38\x36\xed\xe0\xca\x12\xcd\x56\xe3\x6b\x44\x05\x99\xe6\x2e\x0a\x4a\x67\x0b\xa8\xff\x9f\xb1\x2b\x39\x9b\x18\xd5\x81\xa9\x4c\x08\x6d\x36\xc1\x65\x72\xf1\x9a\x7f\x08\xef\x73\x95\xa6\xca\xef\xf6\x1f\xdd\x6d\x83\x00\x21\x0a\xad\x25\xa9\x76\x9f\x81\xfc\x7d\x1a\x45\xd6\x0e\x75\x97\x8b\x1f\xf8\x07\x1e\x73\xd5\x5d\x30\x9a\x62\x9a\x86\x93\xcc\x68\x2a\x2f\x2c\x9c\xd6\xa5\x10\x82\x99\x06\xcc\x83\x19\xa1\xf2\xca\x38\xfd\xc3\xf6\xef\x3f\xd3\x01\x1c\xa3\x32\xd9\xcf\xf4\x0f\x90\x6c\x3a\xdd\x47\x0d\x52\xed\x1f\x72\x18\xa2\xba\xd2\xfd\x4a\xd2\x73\xbc\xd8\x35\x94\xf6\x7c\x0c\x14\x38\x5d\x1f\x1a\xde\x93\x70\x93\xe8\x1b\x0c\x26\x36\x4a\x1b\xed\xdd\x93\x9b\x47\x0d\x4d\x5d\xd1\xb5\x64\xc0\x33\xce\xf6\xa1\xf1\x62\xdd\xbe\x69\x4f\x8f\xc6\x23\x45\xb0\x70\x34\xae\x95\x94\x09\xa3\x31\xc8\x5c\x72\x63\xbc\x60\xb7\x6f\x66\x41\xda\x69\x7d\x8f\x1d\xd0\x0e\xda\x69\x71\xb4\x5c\x1a\x13\xc1\x9b\x4e\x73\x1f\x18\xa6\xce\x90\xd1\x93\x07\x35\x4c\xc2\x5f\xef\x83\x8e\xc0\x16\xef\x1b\x1a\x52\x7d\x49\x1c\x1d\xdb\xda\x13\xdb\xa9\x41\x30\x8f\x02\xde\x6e\x66\x49\xc0\x5b\x6b\x17\x47\x27\x49\xea\x81\x89\x73\xac\x52\x1b\x0c\x38\xb6\xeb\xe5\x78\xe1\x6e\xb7\xd1\x6a\xb0\x3c\x86\x2d\x0b\x63\x70\xee\xc5\x3f\x83\x9b\xdb\xff\x0f\x64\xbd\x70\x03\xf0\x5a\xb3\x70\x64\x5a\xec\xf0\xd6\x1d\xb4\xb3\x99\xe1\xe8\x39\xe7\x69\x83\xe7\x9c\x23\x92\xc7\x8b\x97\xfb\xe6\x95\x0a\x78\xd9\x9a\x1d\x13\x12\x8b\xc2\xe8\x1c\xb4\x1b\x40\x1a\x3f\x1d\xde\x23\xc8\xe1\x9b\xbf\x40\x61\x7c\x5d\xbe\x06\x1d\xeb\x94\xd0\x6e\x8c\x38\xf9\x85\xa6\x2d\xf2\xb4\x76\x13\x0f\xdf\xd0\x30\xe1\x4a\xf7\xd1\xa4\x0c\xd6\xc8\x13\xca\x19\xb3\x62\x58\x1a\xc6\xc4\x44\x9b\x28\xa8\x2e\x95\x01\x65\x0c\x68\x2e\x37\x2f\xe5\x04\x47\x7f\x3a\x24\x20\xd5\x59\x3c\x26\x98\xc3\xd3\xb0\x48\x91\x97\x0a\x31\xc7\x56\xbc\x8c\x45\x70\xd7\xfd\x03\x0e\xeb\xcf\x07\x01\x7f\x17\xff\x4f\x92\x34\xa4\x45\xfe\x15\x89\x0b\xec\x2a\xa0\x36\x98\x63\xdb\x57\xa3\xb1\xe3\xe4\xb4\x3c\xdc\xe9\xd2\xfe\xb7\x63\x88\xb1\xc4\xf6\x4d\x1d\xa8\x37\x67\x45\xec\x60\x56\x19\x9f\xbb\x8c\xb0\x50\x92\xc0\x31\x90\x44\xc6\x97\xec\xc1\xc8\x60\x65\x15\x1c\xe3\x40\xb8\xa5\x25\x5b\xea\x28\xcd\xab\x30\x88\x1a\xfd\x8e\x83\xbc\xa7\xeb\xd5\x38\x30\x45\xa6\xe9\xc0\xaa\xe9\x66\x33\x0e\x1e\x09\x3e\xba\xa1\xd5\x54\x72\xce\x31\x60\x31\xdd\x3e\x0d\x3e\x20\x49\x6c\x72\x12\x16\x5a\x2c\x01\xeb\x6e\x42\x50\x03\x50\x76\xf3\x76\x42\xca\xc9\x6a\x8f\x81\xc1\x60\x5f\x0f\x1a\x58\xd6\x45\x38\xc7\x38\x49\xb3\x9f\xb9\x1b\x3c\x28\x9a\x50\x0d\xf1\xc7\x99\x35\xb1\xf5\xc9\xd5\xf8\x86\x3a\x7d\xb1\x69\xdf\xfc\x05\x5c\xe4\xac\xe3\x1b\xd0\x4b\x6e\x9f\xf7\x73\x9e\x34\x2f\x17\xf2\xb6\x7e\x9e\xa1\x7e\x36\x08\xb9\x92\xd7\xc4\x7c\x37\xc4\xc8\xe7\x19\x14\x08\x2d\x0f\x26\xd0\x76\x00\xd8\x80\xc9\xd4\x5e\x4f\x83\x19\x23\x0d\xe9\x07\x9d\xea\xec\x76\x3c\x58\xef\xc3\x08\x7c\x3c\xe8\xd3\x90\x81\x36\xd4\xcf\xff\x15\x30\x46\x34\xd1\x6b\x4e\xea\xb8\xf1\x74\x7c\xaf\x41\x3e\x81\x67\x91\x88\x02\x6d\x56\x5e\x8c\x87\x68\xd9\xed\x21\x4d\x81\x4f\xc1\x17\xca\xce\x6a\x49\x88\x88\x8e\xfa\x69\x1f\x1a\x6a\x1f\xc4\x50\x6b\x7e\x04\x02\xea\xb9\xd9\x11\x3b\x58\xbb\x5e\x07\x79\xfc\x72\x03\x2d\xfd\x50\xff\xfd\xa7\x39\xb0\x3d\x7e\x9d\x53\xe6\x2f\x08\x3f\xaa\xdf\x40\x10\x8a\x64\x71\x30\xb6\x77\xf8\x83\x03\x97\x43\x93\x70\x21\xb5\xd4\xd4\x33\x10\xd3\xf4\x33\x8e\x44\x21\xa6\xd8\x28\xe4\xdc\xc1\xc6\x52\x3b\x92\x93\xb1\x65\xa5\x07\x3d\xc3\xe5\xf6\xd3\x02\x19\x67\xe8\x39\x90\x03\x53\x14\x32\xf0\x37\x4c\xe2\x06\x92\x97\x9f\xb9\x7f\xaa\x7f\x40\xa6\xda\xcd\x3d\x60\xcf\x57\x53\x80\xb8\x5f\x37\xc0\x28\x0e\xdf\x40\xa2\x24\xd2\xd0\x18\x0a\xf5\x1f\xcd\x9f\xc0\xf8\xe6\x41\xbe\xd8\xb4\x7e\x66\xe1\x85\xa6\xd5\x27\x5e\x14\x26\xb7\xf6\xf7\xe9\x3e\xa5\x67\x90\xa8\x0d\x1e\x99\x9f\x51\x24\xd7\x9c\x55\x8d\xe9\xc5\x9d\xd5\x78\x2b\xd2\x00\x2c\xe1\x1b\x50\xb1\x6e\x9f\x67\xf0\xba\x8e\xf5\x80\x8a\xd5\xf6\xde\x00\x2c\x75\x08\x5f\x30\x1d\xa3\xf6\x52\xd4\xdc\x8c\xfe\x00\x9c\xe0\x29\x21\x0a\x95\x2a\x2d\x1a\xef\xae\xfd\x4f\x8a\xb8\x60\x08\xb0\x6f\x1c\xd1\x48\xbf\x66\x20\x33\xde\x68\x33\x47\x4b\xb9\xea\x2f\xa0\x16\x93\xa8\x8f\x84\x9c\x9b\x9b\xe0\x81\x35\xdc\x04\xc2\x3d\x3d\xeb\x0d\x61\xec\xfe\x9f\x1a\x59\xc9\xb8\x40\xc6\x9b\xe9\x21\xf6\x8a\x62\x68\x7e\x9f\x37\x51\x5d\x17\xa2\xe7\xaa\xf8\x8b\x41\x15\x93\x66\xad\x43\x2a\x0a\x13\x44\x47\xea\x8a\xcf\x07\x49\xb3\x06\x41\x8c\x6a\xce\xea\x4c\x18\xa3\xff\x07\x64\xa4\x70\x52\xc0\x78\xed\x20\xf7\x40\x98\xb1\xf3\xc5\x04\xeb\xb3\x7d\xfe\x87\x43\xbe\x2e\xf8\x31\x70\x72\x74\xbf\x9f\xbb\xcd\x3f\xc0\xe0\x24\xbd\x78\x0c\x44\xf6\x58\xb5\x1e\xa8\xd7\xa6\xba\x04\x23\x08\x40\x75\x40\x46\x6c\xf0\x7e\xf0\x33\x14\x31\x02\x01\x11\xbc\xef\x6b\x96\x83\xb3\x6c\x29\x08\xc7\x41\x3b\x7e\x05\x2b\x34\x5b\x25\x1c\xd0\xe2\xaa\x3e\xe2\x08\x5a\xc2\x55\xba\x77\x44\x00\x25\xc8\x88\x12\x48\x9a\x63\x53\x62\xbc\x70\xb4\xda\x88\x1d\x33\x51\x82\x5a\xcc\xca\x30\x9e\x85\xc9\x13\x5a\xc0\x3f\x26\xce\x1e\x4b\x31\xe6\x29\x77\x17\xc4\x9f\x16\x7b\xf3\xc0\xb3\x48\x9c\x24\xd1\xed\xe5\x7e\xf4\x0b\x09\x12\x44\x02\x92\x27\xda\x9e\x15\x8b\x89\x08\xbd\xa5\x12\xa0\xea\x46\x15\x59\x81\x79\xf9\x0d\xe6\xd8\x57\x1f\xcc\xa7\xe8\x4b\x5b\x40\x0f\xec\x13\x36\x56\x9e\xfa\x22\x73\xf1\x72\xe0\xc5\x81\xf9\xfe\x23\x6b\x57\x22\x11\xf7\x01\xf5\xa4\xd7\x02\x09\x17\x8b\x20\x5e\x20\xbf\xa2\x95\xb2\xb1\x43\xee\x08\x45\x07\xfc\x04\x3f\x6b\xbb\x53\x83\xea\x1d\xb3\x43\xb2\x58\x56\xef\x9c\x79\x8d\x01\xb9\x0f\x1d\xa7\x19\xcc\x78\x63\xfd\x7b\x1c\x39\x91\xea\xe2\xa0\x12\x4c\x90\x2e\x0e\x5c\x46\xbc\x69\x0f\x80\x46\x0b\x96\x83\x72\xc1\xdb\x3e\x0b\x29\xfb\x03\x48\x6b\x9f\x0f\xc4\xbd\xc3\x3d\x82\x66\xaf\xed\x8b\x7b\x67\xf3\x9e\x49\x1d\xae\xa0\x46\xb0\x6c\xb2\xf0\x5d\xc0\x33\xd0\x29\x6a\x82\x19\x70\xc2\x82\xe7\xa4\x43\x8a\x2e\xcb\x71\x02\x9b\xff\xdc\x22\x25\xb6\xf7\x00\x94\xb8\xdb\xe7\x03\xaa\xd9\xbc\x52\x67\xf2\x82\x3b\x45\xd2\xd7\xf0\x33\x64\xdb\xe7\x19\x92\xc3\xe2\x14\xae\x83\xd6\xaf\x06\x5c\x07\xbb\x65\xdf\x95\x0c\xad\x69\x82\xeb\xe0\x7b\x8b\xfc\xcb\x11\x04\x50\xed\x90\xe1\x80\x7a\xb7\x7d\x0e\x94\x6b\xc2\x5d\x53\x03\x46\x4e\x1d\x57\xe4\x1e\x41\x47\xc4\xe1\x67\x5e\x7c\xa5\x81\x08\x26\x6e\xb7\x0b\x54\x5c\xb8\xd2\x19\x01\x5e\x9c\x01\x4d\x32\x63\xa5\x3f\x40\xe2\x86\x82\xc1\x5b\xf6\x06\x67\x59\x8c\xdc\xb9\x43\x35\x05\xf0\x17\x70\x5e\x86\x20\x0c\x37\xc0\xbb\x21\x57\x3c\xc7\x37\x29\xd0\x18\xe0\x3e\xb0\x79\x4c\xa9\x11\xb6\x30\x7d\x36\xa8\xab\xd4\x00\x63\x59\x7c\x2f\x0e\x54\xba\xf9\x9c\x9a\x0f\x8b\x10\xfb\xff\x2c\x3f\xa5\x67\x0e\xc1\xbc\xfb\xd0\xeb\xc2\x27\xca\x93\x13\xaf\x69\x7b\x81\x79\x58\xb9\x1f\x0f\xe3\x25\xdc\x05\x9c\x24\x9c\x25\x21\x1e\x28\x6c\x2d\x95\xe0\x60\xe0\x8b\xe8\x04\xf2\x6e\xb6\xa4\xce\x1f\xae\xd2\x1a\xd4\x44\xe9\x9b\xa2\x1e\x27\x94\xd0\xa5\xbb\x81\x0e\xa5\xde\x7f\x0b\x3d\x19\x88\xa2\xcc\xd1\x63\x6e\x64\x4d\x35\x48\x98\xec\xcb\xc2\x84\x9a\xd7\x5e\xaf\x13\x99\x1f\x95\xfb\x76\xcc\x8d\xdb\x4b\xb7\xe9\xc9\x5c\xe7\xbe\x8f\x4f\x14\xe2\x1b\xce\x4e\x31\x09\x84\xa7\xfb\xa4\x61\x47\x6b\x37\xa1\xf7\xb5\x03\xf2\xa4\x77\xa4\xa4\xf9\x64\x70\xb2\x6f\xf4\x93\xb5\x6e\x9a\xa9\x2e\x60\xaf\xe9\x67\xc4\xf0\x68\x25\x26\x9c\x0b\xb6\xe9\x16\x09\xd2\x8a\x49\x20\xe0\xf1\xcc\x15\xde\x3c\xb5\xed\x66\xc5\x16\xf0\xb8\x2b\x25\x95\xa0\xeb\x44\xf8\xb2\xb1\xf1\xac\x59\x2a\x49\xcf\x0b\xda\x79\x75\x59\xb9\x4d\x4d\x64\xcd\x72\xaf\x7a\x06\x5a\xff\x34\x48\xdd\xe5\xf2\x0f\x49\xa3\x9a\x6c\xc0\x38\x52\xdd\x4c\x84\xc2\x38\x17\xd6\x6c\xf4\x04\xd7\x18\x1a\xb2\x80\x87\x9f\xa1\x4d\x5f\x7e\xa6\x8a\xd6\xab\x4f\x78\x3c\xdd\x20\x62\x8a\x86\xff\xe7\xad\x69\x99\x02\x6a\x68\x75\xc4\x4c\xe6\x7b\x54\xe2\xe2\x31\xe1\xaf\xa0\x4c\xe4\x63\x36\x72\x8b\xc6\xc4\xfc\x8f\x3a\xb9\x27\x15\xb4\xfe\xbe\x43\xbb\x63\x12\x3b\x13\xd8\x68\x16\x99\xd9\x5c\xc0\x71\xf6\x1c\x93\x06\xd9\xb9\xcf\x97\x7b\xa4\x46\xb7\xbb\x09\x72\x97\x56\x92\xde\x9e\x8e\x9c\x9a\x3d\x53\xd7\xea\xf9\xc2\x3e\xf7\x33\x16\xca\xd3\x36\x70\x50\x7b\xe5\x11\x27\xf3\x61\xd7\xf4\x3e\xf0\x0e\x18\xb9\xf4\xea\x31\x78\xf6\x4b\x09\x31\x5f\x78\xda\x8b\x54\xe3\x33\x78\x47\xff\x53\x51\xd5\x31\x83\xea\x24\x11\x18\x10\xdf\xe6\xb4\x54\xb6\x7a\xa1\xe1\x81\xe0\xca\xf9\x63\xb2\x78\xb1\xca\x54\x8c\x89\xa8\x97\x50\x66\xe5\x31\x5f\x74\xdb\x8b\x34\xc6\x33\x20\xe2\xbd\x70\x28\xb9\xe3\x78\xb5\x89\x98\x97\x98\x96\x23\xd4\xb5\x7a\x0e\x18\xf3\xe2\x18\xa7\x39\x91\xdd\xd7\x3b\x6e\x0e\x8a\x09\xbf\xc0\x95\xd5\xb1\x32\xe7\x05\x9a\xc4\x1c\x2f\xbc\x0d\xa7\x06\x9d\x93\x34\xea\x7d\x6a\x5f\xed\xfe\x3a\x81\x5d\x7d\x71\x9a\x0b\x07\xa3\x79\x69\x0d\x7e\x20\x12\x16\xad\xfd\x02\x0b\x13\x2e\x0a\x9b\x97\x7a\xe5\xbc\xf9\x07\x6c\x10\x4b\xc7\x45\x9a\xd4\xe2\x8b\x4c\x7b\x91\xf9\x60\xd2\xaf\xd4\xf7\xcd\x09\x68\x6a\x0f\xa0\xc9\x5a\xca\x4e\x5a\x33\xf7\xe4\x15\x37\x31\xfe\xfd\xe7\x93\xdf\x71\x32\x64\xc5\x92\x69\x9f\xb8\xc1\xfa\xff\x64\x0f\x0d\x7b\x27\xcd\x26\x81\xd7\x06\x41\xd3\xb9\xb3\xde\x85\x5a\x24\xda\x95\xcd\x63\xa2\xcc\x8f\xfd\x30\x66\x62\x5d\xe9\x01\x26\xb1\xae\xe5\x35\xab\x26\x3a\x01\xf1\x7c\xc1\x6e\x2f\x9e\x78\x60\xdd\xcf\x2c\x00\xcb\x16\x73\xd7\xb1\xe3\xd9\x1d\x1c\x6c\x50\x83\xcc\xf4\x8e\x1a\x23\xa1\xaa\x73\x28\x4d\x78\xa2\xda\x4f\x6f\x9e\x9d\x2f\x88\x46\x40\xd5\xe2\x31\xbc\x50\x75\x3a\x67\xda\x3c\xe1\xbf\xed\x95\x3e\x41\x92\x0f\x6b\x96\x09\xf2\xca\x9f\x64\x15\xdd\x38\xe7\x09\x76\xfe\x74\x08\x35\xb3\xb9\x91\x41\xd5\x0e\xd0\x9b\x57\xf2\x8a\x5a\x78\xb1\x6c\x75\x78\xc8\x64\x14\x8c\x4a\xa7\x8c\x79\x41\xce\xb8\xcb\x0b\xd3\xac\x5b\xca\xbc\x78\x0b\xb6\xbc\x7d\xf1\x6c\x57\xee\xfb\x31\xe1\xbb\xea\x1c\x4c\x93\x29\x22\x9d\x23\x6c\x22\x45\xe4\xfa\xb4\xf8\x60\xde\xd5\x20\x54\xc0\xc5\x02\xfe\x05\xab\xdd\x7e\x80\x13\xce\xae\xc5\x87\x1c\xa0\xa8\x9d\x11\xe6\x4d\x0d\x4e\x75\x03\x3c\xa3\x04\x87\xe7\x4d\xff\x49\xe3\x8d\x9b\x13\x5d\xfc\xc6\xc5\x36\xdc\x28\x13\xb7\xf9\xf9\x01\x11\x7a\x06\x3c\x75\x78\xd2\x7c\xf2\x2a\x26\x2a\x13\x7e\x0a\x62\x4f\xc2\x4f\x7b\x9c\xcd\x07\x0c\x5b\xdc\x04\x54\x67\x9f\x2e\x92\x61\xfd\x01\x41\x8e\xb7\xe9\x43\x0b\xbd\x50\xf6\x42\x2e\x1f\x7b\x86\xac\x1f\xa6\x52\xbb\x70\x31\xb8\xda\x56\xbc\xf5\xc3\xea\x8b\xa6\x05\x4d\xb0\xa1\xdd\xfa\xe5\x28\xba\x7e\xc8\x51\xfc\xe9\x2e\xb4\x7e\xe4\x8d\x4d\xcf\x94\x2b\x61\x02\x77\x8a\x2e\x13\x00\x8d\xa7\x80\xdf\xfa\x9d\x68\xc1\x1f\x30\x44\xde\xcf\x2f\x02\xb7\x27\xf4\x82\x62\xb9\xc8\x30\xba\x36\x2a\x65\xc5\x6d\x6b\xa3\xad\xd5\x5f\x6c\x05\x53\xa0\x1e\x53\xf3\xac\x23\x60\xa5\xa3\x84\x0e\xb2\xb5\x51\x7a\x76\x77\x42\x95\xa1\xbf\xc0\x3e\xaf\x6e\x12\xf8\x62\x9a\x06\xf8\x1e\x9a\xa6\x82\x65\x92\xb8\x5e\x05\x24\x69\xe1\x17\x9c\x73\x4b\xf5\x33\xf7\xa8\xfa\x47\x28\x91\x23\xe2\x17\x42\x89\x8a\xb0\xc4\x2a\xa4\x47\xcb\x50\xb1\xe3\x24\xfe\x17\x3d\x6d\x7d\xe1\x5d\x95\x16\x35\xa1\xbc\x05\x3d\x71\xa9\xfe\x82\x27\x8c\x6e\xed\x0b\x7a\x62\x55\x71\x1f\xab\x26\xa2\xf7\x17\xe0\x76\xcf\x2a\x0b\xf9\xd8\x40\xbc\x2a\x64\xdd\xe7\x19\x27\x8a\xf4\x2b\x0b\x58\x77\x38\x85\xdd\x4a\x5d\xaf\x99\x95\xe9\x1e\x9d\x6a\x7c\x01\xbd\x0e\x27\xa5\x5b\x8d\xd1\x6a\x7e\xe6\x31\x26\x20\xb7\x50\x46\xc7\xa9\x7d\x56\xc7\xfe\x68\xfe\x1f\x95\x4f\x3c\xaa\xce\xcb\xbd\xe4\xc0\xea\x1c\xa6\x9f\x19\xec\xa9\xa5\xeb\x29\x8a\x44\x63\x07\x83\x7b\x66\xe1\x4c\xe0\xfc\x08\x0b\x8a\x5a\xa7\xa8\x5c\x83\xa5\xb0\xf4\xff\x00\xef\x08\x23\xad\x81\x50\x01\x1d\x00\x6b\x24\x3b\xfb\x87\xc6\x49\x11\x89\x83\xa2\xcb\x83\x66\xd8\xf7\x67\x13\x0e\xe4\xfe\x5b\x6e\x82\x22\xde\x0c\x06\xed\x6e\xf1\x28\x5f\xbc\xdb\x4b\xf3\xff\x94\xb7\xe6\x40\x26\xea\x29\x6e\x11\xa3\xf4\xa6\x84\xb7\x41\xfd\xd0\x94\xf8\xd8\xe3\x44\x49\xca\xea\x79\x21\x5e\x36\x43\x02\x2f\xdb\x82\xb5\x80\x80\x8b\x8e\xb1\x15\xdc\x23\x6e\x0f\x0b\x67\xc1\x42\x97\x5c\xe7\x74\x5f\x09\x88\xa7\x7b\x40\xc1\x03\x1d\x2a\x8b\x51\xe0\xc3\xcf\x1c\x93\x1a\x98\x58\xa9\xee\x67\x0c\x49\xf2\x7f\x01\xdd\x36\x63\xcf\x35\x77\x5c\xfe\x45\x12\x0b\xdd\xc4\xe7\x87\x1b\x59\xb9\x35\x86\x85\x1e\x86\x9f\x89\xb8\x2d\x38\x5e\x34\xfb\x81\x40\x0b\x41\x51\x25\xfc\xcc\x1d\x24\x44\xb3\x90\xf5\x51\x45\x2d\xc7\x42\x94\xd4\x67\x7f\x2c\x70\xaf\xb9\x91\xd8\x55\x7a\xa4\x95\xd8\xd5\xa2\x0f\xd0\x74\x38\x7f\xe2\xda\x89\x2f\x3c\x2d\x3b\x16\x6a\xf8\x0b\x4a\x92\xe1\x3e\xb8\x85\xc6\x9f\x72\xf7\xac\x9d\xab\x62\xde\xdc\xb9\xa1\x34\x44\xea\x69\x9d\xe6\x65\xb1\xa2\xb7\x2f\x0d\xeb\xc0\xb4\xea\x46\xbb\x0e\x88\x67\x2f\x3c\xd4\xb2\x25\xdc\x00\x85\xc2\xe7\x85\x4c\x30\xad\x41\x1f\xc9\x5c\x1a\x24\xa2\xa8\x8a\x20\xfe\x3a\x72\xc3\xf8\x0b\x50\xed\x89\x3f\x70\xce\x59\x40\x9f\x49\xb4\xd6\xfe\x24\xb7\xa9\x01\xf8\xd2\x16\x21\xfa\x95\x7a\xd7\xe9\x0f\xe2\xdf\x7f\xc2\x4e\x6d\x8b\x21\xda\x56\x67\x2c\xa2\x57\xcf\xd3\xc9\x60\x09\x37\x70\x22\x48\x49\xa3\x66\x60\xd5\xe7\x7b\x0e\x41\xeb\x08\x77\x84\xe1\x34\x92\xeb\x02\xf3\xf8\x58\x65\x8d\x71\x57\x0c\x58\x17\xc6\x60\xd9\x09\x4d\xaa\x6d\x79\xeb\x02\xde\xf6\xc2\x41\x2d\xea\xe8\xc8\x05\xb5\x68\x31\x5c\xba\x0b\xb8\x5b\x14\xdd\x84\x47\x1e\xc2\x9d\xa2\xd1\x3f\x80\x39\x2d\x19\x6f\x48\x11\x4f\xda\xcd\x13\xc7\x3b\xec\xa6\xb3\x98\xcf\xa4\x1b\x2b\x6d\x56\xb8\x41\xa3\xf7\xf4\x93\x75\x9e\xd4\x24\xe2\xa8\x5c\xe4\x60\x3d\x49\xa4\x96\xfe\xe1\x4d\xc9\xa2\xf1\xe1\x1e\x33\x7e\x78\x52\xb2\xf8\x07\x08\x3b\x9f\x9c\x0f\xca\xa4\x79\x0f\xd2\xe3\x60\xb9\x4f\xa8\x2b\x9c\x2b\x7f\x3d\x60\x3f\x41\xa2\x9d\x2e\x07\x56\x2c\xed\xd4\x7c\x3a\xea\x64\xff\x61\x18\x42\x7e\x3b\xb3\x4a\x5a\xb3\xb4\x23\xb2\x4a\x65\x30\xc7\x0e\xef\x59\x7b\xd1\xef\x2f\x32\xfc\x28\xc1\x77\x22\x43\x2d\xfe\x8e\x48\xac\x66\x53\xf3\xbe\x91\x7d\x74\x94\xee\x44\x7a\x62\xc8\x1d\x71\xe3\xc5\x14\x6c\xd8\xc7\x92\x55\x3b\x13\x43\x3a\x0a\x75\x47\x36\x71\x7b\x40\xee\x1b\xbc\xea\x96\x7b\xe4\xb6\xd6\x3c\xee\x1b\x16\x3b\xdc\xe2\xc5\x17\xdc\x25\x38\x52\x67\xca\x0e\x8f\x5a\x3b\x2d\xef\xe9\x53\xe0\x2e\x0b\xa2\x27\x85\x97\x77\x40\x45\x7b\xe1\xef\x84\x8a\x5e\x07\x56\x91\xb4\x76\x6c\x67\x55\x48\xc7\x34\xed\x08\xe4\x72\xda\xed\xbd\xd0\xd1\xda\x1f\x10\xa8\x69\x12\x0a\xb7\xb1\xde\x47\xae\x71\x15\x15\x1e\x7b\xa5\x16\x47\xfb\x7c\x47\x6e\x71\x3b\x1e\xef\x84\x8a\xba\x15\xef\xe9\xeb\xaa\x5b\xed\x0e\x9f\x02\xbb\x19\xef\x50\xb4\x3a\x62\x73\x87\x8f\x81\x9d\x49\x76\x40\xc9\xe1\x7c\xb7\x3b\x33\x0c\x55\xbf\x70\x93\x24\xd3\xf8\x70\x1d\x44\x03\x7c\x59\x8b\xa7\xb9\x71\xe9\x25\xec\xf6\x17\x5b\xce\x6e\x9a\x1a\x04\xc1\xfa\x53\x16\xed\xbd\x71\x40\x6e\x8c\xf8\xc9\xac\xda\x18\xda\x2f\xe9\xbc\x23\x3f\x91\xd5\xfa\x3b\xdd\x5c\xed\x80\xb3\x33\xc1\xa3\x53\x48\xef\x50\x8b\x76\x07\xda\xef\xe9\x34\xa0\x83\x74\x67\x46\x47\x07\xfc\xec\x28\x09\xe9\x7b\xf3\x0e\xec\xaa\xaa\xde\x63\x4f\xb5\xe8\xa7\x05\x7a\xbc\x68\x9e\x51\x99\xdc\xfa\x8f\x7d\x90\x19\x45\x24\xf3\x35\x3a\xc5\xc6\xfe\x22\xcb\x5e\xcd\x2b\xac\x8b\x63\xcf\xea\x7d\xf0\xea\xee\x2d\xf5\x22\xc9\xd9\x3d\x75\x91\xe2\x51\xec\x18\xdc\xd4\x1a\x14\xfc\x50\xbb\x37\x04\x71\x9e\x1b\x4c\x5c\xe7\x4d\xfd\xc2\xb4\xa9\x22\xc8\x63\x67\x61\x1b\x41\x98\x7d\xa2\x96\x9a\xa5\xc8\x24\xa4\xd1\xb9\xb7\x4f\x22\x6c\x0f\x02\x3e\xa3\xf5\xe7\x17\x68\x67\x32\xcd\x93\x37\x7b\x1d\x2b\x3b\xd4\x96\x55\x90\x7c\x9f\xb4\xbb\xea\x83\xf5\xc3\xff\xa2\x71\x51\xba\x9a\xc8\x45\x50\x2f\x4d\xd1\xbe\x5e\xfe\x74\xfd\x95\x9d\xe1\xed\x56\x74\xee\x40\x6e\x0e\x17\xd8\x77\x76\xa1\x41\xec\x94\x9e\xe6\x96\x44\x6e\x9b\xdf\x78\x05\xb4\x43\xcb\xf7\x3d\x47\xe5\x17\x4e\xd0\xe0\x2e\xa8\x30\x16\xd1\x89\xbc\x3c\x0a\xe8\x00\xab\x7b\x38\x1a\x89\xd6\x62\xc2\x7e\x5d\x3d\x4a\xc0\x26\x07\x85\xec\xcc\x6c\xe3\xd4\xd9\x3b\x51\x90\x0e\xb2\x1d\xc1\xe6\x55\xea\x84\xfd\x64\x8f\xea\x80\x95\xbf\x9d\x9c\x7b\xa7\x57\xa5\xb5\xb7\xfb\x45\xa0\x65\x11\xfd\xa2\x94\xae\x1a\xb8\x63\x47\x8d\x15\x07\x4a\xef\x0c\x00\x72\x1a\xdc\xfd\xe2\xbc\xf9\x05\x38\xee\xeb\xc0\xdf\x99\x67\xc6\x91\x1b\x3b\x93\x63\x3b\x69\xe9\x0e\x1c\x53\xa5\x51\xdb\xaf\x07\xcf\x22\x29\x71\x8d\xa6\xe9\x6e\x78\xd6\x18\x6e\x02\x54\xc1\x96\xfd\x85\x31\xd5\x99\x0f\xf7\x9b\x24\xfa\xff\x24\x49\xf3\x86\x8a\x28\x9b\xb5\xb3\x3b\x7c\x1e\x7f\x9b\x8f\xbe\x87\x4d\x68\x25\x10\xaf\xe3\xa4\xb7\x3b\x2b\x96\xf8\x2e\xb2\x3f\x39\xca\xff\xbe\x38\x58\x91\xc4\xfa\xaf\xe3\x47\xad\x44\xf8\x87\xf6\xef\x3f\xd5\x69\xa5\x0f\x40\x08\xbb\xbb\x1d\x54\x37\x59\xa3\x7b\x10\x53\x7c\xba\x20\xcb\x0a\x5c\x1d\x80\x08\x55\x17\xdb\x03\x5e\x85\xb6\xa3\x1c\xb4\x9e\x3a\x70\xe3\xd8\x78\xf6\x14\x7f\xf1\x0e\xc3\xf7\xca\x63\xe3\xd9\x23\x0c\x70\x6c\x58\x2c\x13\x8d\xa0\x19\x43\x82\xa3\x30\x41\xa2\x9f\x81\xf7\x74\xfa\x1d\x85\xe7\xab\x0e\xec\x03\x75\x9f\x5f\x9e\xfe\xc3\x51\x74\x30\x3c\xc6\x3a\xec\x83\x69\x9f\xad\x73\x3e\x0a\x8d\xdc\xc5\x1d\xf2\xb0\xd4\x79\x7b\xd4\x82\x6c\xb0\xa2\x30\x95\x41\x9e\xd6\x3a\xd8\xa6\x7f\x80\x34\xd2\x41\x71\xf0\x84\x97\xc2\xeb\x80\x72\xc8\x99\xc5\x0e\x06\xb7\x14\xf7\xc0\x2b\x5f\xf8\x03\x30\x8b\xee\xd6\x07\x4e\xf8\xee\x75\xcb\xb4\x33\xe2\xf0\xa3\x61\xa3\xeb\x2a\x71\x30\x89\xb3\xc3\x65\x8e\x46\x12\x45\x32\x42\x53\x0c\x3a\x0e\x96\x70\x9e\xd3\x2f\xd0\xc1\x48\xb3\xc2\xa4\xcd\xae\x35\x70\xe0\xcc\xae\x86\x25\x47\x87\x88\x35\xd1\x8c\x44\x71\x22\xaf\x83\xa6\x4e\x73\x1b\xb4\x4f\x55\xa2\xe4\xc8\x13\xdc\xec\xda\x99\x4f\x4d\x90\xf6\xe0\x11\x2e\xa0\x7f\x74\xec\xba\x66\x12\x92\x48\xd3\x00\x6e\x94\xd6\xed\x18\xb4\x28\xe8\x86\x73\x40\xbf\x54\x75\xdb\x38\x50\x0b\xcf\x8a\xbe\x03\x91\xd8\xd6\xcb\x1c\xef\x99\x5f\x1c\x2b\x7e\xb0\xa4\xb3\x33\xf1\x1e\x08\xd5\x76\x89\x86\x03\x18\x60\xd8\x75\xf0\x40\xac\x8a\x8d\x57\x07\x6a\xe1\xfd\xbc\xf6\x83\x1c\x6b\xee\x48\xed\xd2\x32\x4d\x37\xdf\xf0\x27\x08\xa0\xf5\xb4\x04\xc5\x97\x04\xdc\x01\xf5\x52\xb5\x72\xe7\x08\x5c\x4f\x24\x9d\x0e\x94\x15\x71\xaa\x96\x83\xea\x25\x47\x08\x1c\x11\x74\xe0\x17\x3f\x24\xd0\x58\xee\xf4\xc0\xcc\xe9\x0b\x86\x9e\x58\x1b\x79\x50\x21\xe4\xc0\xfc\x03\x06\xd2\x6a\x51\x40\x60\xd1\xdd\x42\xe7\x30\x44\xd5\x1c\x70\xe7\x15\x0d\x08\xf1\x76\x12\xaa\x63\xee\xf0\x07\xf6\x33\x63\x31\x4c\x01\x70\x88\xd7\x06\xfa\x21\x3b\xd1\x1d\x70\xdc\x73\x1c\xfb\x01\xe3\xe7\x66\xb7\xd1\x03\xb1\x27\x0e\x8f\x39\x16\x05\xec\xf2\x0f\x38\xba\x04\xbc\x8f\x9d\x43\x12\x45\xcc\x78\x63\xb5\xdb\xb1\xf3\x46\xed\xd5\x66\xf4\xb4\x95\x5a\xc7\x4e\xff\x14\xaf\xf6\x4e\xb0\x2c\x4c\x78\xec\x60\x72\x61\xe5\xe3\xa0\xdf\xa5\x45\x28\x34\x3c\x2e\x96\x75\x40\xc3\xe3\xb2\x6d\x07\x81\x89\xf0\xda\x01\xe3\xa4\x71\xc8\x71\xb0\xde\xa3\xdf\x87\x30\xf1\x26\xc8\xfc\xcf\xfe\x9e\x99\x4b\xb4\x6d\x11\x5e\x62\x0f\xb5\x23\x71\x8c\x99\xe9\xe0\x29\x32\xdd\x02\x8c\x68\x9e\xa6\xf3\xf7\xef\x3f\xad\x0b\x73\x1e\xb0\x55\x3a\xff\xc1\x01\x53\xa5\x4d\x93\xc7\x09\xc1\x20\xac\x76\xc0\xf4\xd8\xec\x3e\x75\x20\xc1\xb3\xad\x20\xc7\x09\x57\x27\xef\x4a\x68\x6f\xaa\x53\x09\x1f\xb0\x34\x96\xbf\xf9\x27\x1c\x17\x27\x54\xe4\xbe\x20\xa9\x7e\x26\xe4\xe2\x75\xcb\xff\xa7\x90\xd0\x8c\x42\xf5\x63\xeb\xef\x81\xe4\xcd\x61\x1b\xf8\x71\xa1\x74\x80\x30\xd0\x41\x8c\x24\x60\x77\x30\x39\xb3\x33\x2c\x1c\x37\x53\x4a\xe8\x3a\x74\x40\x53\xe3\xa2\x3d\x07\x5c\xdc\x5c\xe5\xe7\x60\x99\x38\x57\xe9\x39\x6e\x76\xa1\x29\x7a\xb2\x0b\x2d\xeb\x83\x51\x1b\xbf\x3c\xbc\xfe\xf8\xe0\x7c\x98\xfc\xc3\xa7\xd2\x43\x1d\x99\x76\xf8\x89\x28\xe6\xb0\x15\xe4\x64\x31\x0e\x95\xc8\x1f\xe7\x8f\x38\x5d\x7b\xf2\x84\x11\xce\x65\x51\xce\x5f\x76\x52\xf4\x43\xce\x9d\xbf\x60\xf2\x1f\x09\xa2\xf3\x97\x43\x9d\xfa\x01\x02\x55\x9b\xf2\xdc\xf2\xd8\x50\x13\x48\x90\x6c\xeb\xe7\xb9\xf1\xac\xd3\xf9\x7a\x6e\x8c\x7a\x57\x8b\x74\x3b\xb3\xb2\xef\xdc\x38\xfd\xfe\x80\x3e\x37\x3a\x91\x4f\xa8\x3a\x5c\x6e\xe2\x44\xca\x1a\x17\x21\x39\x0b\x73\x61\x69\xcf\x9c\x85\xc7\x82\x4e\xc3\x33\xc3\x21\xc4\xc3\x27\x5c\xbe\x1c\xf8\x7b\x26\xb2\xd1\xa1\x7f\x22\xdd\x71\x58\x67\x79\x56\x7a\xfa\xf8\x19\x25\x86\x75\x4f\x3f\x99\xfd\xb8\x7e\x3e\xe0\xe9\xa5\x13\xf7\x44\x8e\x99\x26\x59\x72\xbe\xd0\x65\x76\x5d\xfd\xcf\xc6\x44\x97\x6a\xa0\x21\xa6\xc3\xf3\x42\xbb\x58\xf7\x33\x75\x09\x62\xec\xb3\x65\x8f\xea\x81\x01\x0c\xae\xf7\x73\x36\x92\xa0\x69\x68\x39\xd5\xfa\x01\x11\x0c\x56\x1e\x9f\x99\x72\x6f\xfa\x87\xe4\x42\xf5\x81\x14\x32\x2e\xd4\x71\xc2\x50\xa6\x02\xe4\xe3\xec\xbc\x13\xeb\xcc\x3e\x19\x55\x6b\xbe\x86\xf2\x21\xac\x49\x3d\xfb\x89\x79\xf1\x07\xa8\xa1\xae\xdd\x76\xc2\x50\xe6\xda\x21\x27\x7c\xb4\x9c\xd4\xf4\x44\xd4\xad\x13\xce\x9f\x54\x56\x98\x3b\x06\x1d\x23\xab\x3f\xc0\xbe\xd1\x09\x7f\xc2\xc8\xe5\xa2\x08\x67\xe2\x10\x41\x9f\x73\xe4\xbc\x6a\xd0\x83\x4b\xa9\x67\xc0\x8e\xcf\x07\xc8\x65\xec\x44\x61\x27\x42\x14\x9c\x94\xfa\x0c\xde\xea\x75\x5e\x9f\x19\x92\x60\x9a\x98\xbb\xd8\x8a\xd9\x33\x72\x73\xfb\x13\x64\x6c\xd4\x91\x7e\x66\xd0\xc2\xa7\x93\x0b\x1b\xd1\x44\x61\x1e\xbd\x30\x30\x5b\x39\x91\xf9\x39\x39\x6f\x22\xfa\x05\x29\xd5\xc5\xa7\x4e\x26\xa6\xf9\xfe\xc0\x4d\xb4\xfc\x03\x84\xbb\x57\x76\x12\x45\x74\x77\x09\x0f\xe9\xea\x2e\x16\x9b\xd4\xd4\x23\x33\x8d\x8d\x9e\x27\x71\x8b\xb9\x8f\xfa\x92\xf5\x27\x27\x85\x73\x61\x40\x26\x6f\x51\xc1\xae\xce\x56\x0e\xc8\xad\xe7\x80\xfc\x06\x6b\x7e\xf9\x99\xac\xe4\x0d\xc5\x78\x06\x17\x59\x3a\x11\xcf\xe0\xe0\x94\x73\x91\xb7\xfc\x01\x84\x9f\x70\xfd\xb9\x78\x01\x17\xa4\x39\x19\xb4\x6b\x55\xf3\xb9\x43\xe0\x9a\x48\xe6\x39\x36\xfb\xa3\x00\x6f\xb3\x4f\xe3\xb9\x33\xb6\x4c\x24\x65\xea\x40\x2f\xf4\x9e\xec\xec\x1f\x5e\xce\x70\x59\xaf\xf3\x20\x8a\x76\x93\x80\x51\xae\xbc\x74\x1e\x14\xfa\x66\x3e\x44\xea\xba\x92\xf7\x99\x69\x69\x3c\xce\x63\xa2\x0a\x8d\x86\x79\xb0\x86\xa8\x3f\xd8\xd1\x83\xff\x07\xa6\x16\xde\x3c\x0f\xa4\xd8\xb0\x50\x38\xc0\x18\x66\xee\x83\x43\xf0\xfb\xef\xf9\x6a\x93\xc0\x79\x02\x93\x5b\xc8\x9c\x3c\x6e\x8b\x5f\xc0\x21\xe3\x75\x40\xfe\x41\xd7\x7b\x3e\xa1\x40\x1a\xce\x2f\x7d\x22\x5a\xc1\xd9\x04\x4e\x04\x2b\x18\x88\x9d\x27\x92\xb8\x9a\xf7\x4f\xde\xd0\x3c\xa4\x33\x57\x5a\x5d\xa6\xd3\x97\xb0\xdd\x49\xa7\x2f\x6b\xb3\xcf\x8b\xe2\xd9\xec\x45\xb8\xe5\xc3\xf6\xa2\x0e\xe1\xf3\x03\xb2\xcb\x0b\x00\x9f\xe9\xf5\xe5\x89\x83\xd7\x97\x0b\xb0\x9c\xc8\x49\x63\xff\xbe\xf3\xc5\x5f\xb3\x7b\xd3\x23\x47\x8d\x13\xe4\x9e\x50\x6a\x85\x6f\x79\x27\x6c\x73\xce\x74\x7c\xde\xac\x50\xee\x1e\x6e\x14\x5d\x11\x66\x3e\x6f\x64\x1f\x37\x12\x82\xb1\xce\x66\x86\xf3\x66\xce\x2d\x0d\xe1\x4e\xa9\xa2\x31\x22\x89\x8d\x33\xf6\x9f\x37\xa5\x8a\x41\x0c\xb4\x5e\x4e\x7e\x7b\xde\xdc\x00\xc5\x24\xdc\xa4\xd1\x5f\x3c\x18\x84\xba\x60\xa1\x60\xa3\x1e\xa4\xb9\x71\x50\xf7\xf9\xe4\x86\xd0\xb4\x31\xd4\xd8\x83\x78\xa8\xf1\x34\x7e\x78\xa8\x5f\xd2\xa9\x74\xfd\x7e\x24\x6a\xe8\x87\x8d\x8a\xff\xaa\x1f\xa0\xed\x93\xb0\xbc\x18\xcc\x6b\x53\xc1\xc5\x82\x18\x4e\xba\x72\xc1\xe9\xca\xf7\xa5\x0b\xa6\x35\xa7\x20\xb8\x7e\x39\x6e\x37\x49\x9e\xd4\x05\xe9\xa2\x57\x95\xb3\xac\x5c\x50\xa4\x39\x6d\xe8\xc5\xb4\x88\x8e\x18\xbe\x60\x4b\x73\x3a\x88\x6b\x03\x43\x49\x7e\x5d\x28\xba\xb6\x59\x47\x7e\x21\x5e\xf7\x33\xee\x8d\xf9\x58\xfd\x3f\xd6\x42\x5b\xf7\x2a\x14\xdb\xc2\xc1\x57\x41\xc4\x70\xf3\x0b\x3c\x3b\x75\x4b\xbb\x60\x09\x2b\x1e\x54\x01\x76\xfb\xf9\x03\xf0\xb4\x7b\x2c\x39\x2d\xee\xe1\x21\x84\xd0\x17\x28\x89\x36\xfe\x58\xe8\xee\xaa\x05\xa5\x53\x34\x45\x2f\x3c\xed\xce\xe5\x7a\x55\x8e\x48\x87\xfd\x55\x21\x7c\x74\xcc\x5c\xb0\xac\x7d\x38\x01\x6a\x36\xc7\x1b\x5e\x95\x77\xe9\xea\x17\x00\x06\xc2\x0d\x70\x97\x0a\xa6\x5d\x70\xca\x72\x4a\xb7\x0b\x60\xd5\x1a\xd6\xab\xf2\x7e\xa2\x6b\xe1\xd5\xe0\xf4\xad\x4d\x77\xa1\x7a\x9a\xb3\x13\x5e\x70\xda\x72\xea\x93\x8b\x0e\x54\x4e\x74\x73\xd1\x28\xe5\xea\x7a\x17\x54\x5a\x76\x93\xb9\x3a\x76\x69\xf1\xff\x04\x8a\x1e\x54\x67\xda\x3a\x4d\x5b\xcf\x65\xf2\x0f\xc9\xbd\x9a\x17\x16\xd1\xfd\x8c\x62\xd0\xca\x24\x9c\x75\xc1\xc1\xdf\x89\x10\x2e\xe4\x5f\x71\x3a\xcd\x8b\xa5\x33\x6c\xb0\xbb\x06\x0a\xe6\x37\xbf\x90\x9b\x50\xc3\x18\x40\x00\x3f\xb7\x08\x2d\x57\x37\x4d\x38\xf1\x3d\x0d\xcc\xc7\xd2\xdc\x01\xb1\xa5\xda\x8b\x1c\x83\x3e\x08\x28\xc7\xbd\x74\x50\x50\x59\xba\x5d\x80\x8e\x2e\x3a\x77\x05\xe7\x59\x04\x04\xf1\x80\x80\xe2\x45\xf5\x94\x0f\xc7\x0b\xb1\xa8\x4e\xf0\x76\xbd\x38\x6e\x76\xb3\x1b\xbc\xf3\xad\x83\xbd\x00\xe3\xaa\xd5\x4b\x17\x33\x0e\xba\x52\xde\x05\x5c\xf7\x59\x98\x49\x09\xac\x5b\xe3\x85\xec\x29\xce\x28\x78\xad\x0c\x1e\xd1\xa8\x98\x06\xda\x46\xa8\x6b\x71\xe5\x34\x8a\xb4\x94\x09\x5c\x5e\xd0\x71\x39\x27\xe1\xb5\x88\x4e\xdd\x40\xae\x9c\x5f\x98\xec\x53\xe3\x46\x29\x5c\x57\x1a\xb8\x5e\xf0\x56\x1d\x1d\x72\xa1\x78\x99\xdd\x35\xaf\x9d\x4e\xaf\x52\xa3\x5d\xb4\x9c\xb9\xd0\xdd\xb5\xf3\xae\xa3\x2e\xa9\xd1\x72\x6d\xbd\x0b\xa6\xb3\xcf\x3c\xc0\x9d\xde\x7e\x58\x17\xbd\xe7\xed\xe1\x7f\x1d\x5c\x2b\xad\xc5\xc1\x51\x49\x1f\x72\xc1\xb4\xd6\xbc\x14\x07\x2f\x12\x82\xc5\x17\xdc\xe5\x5d\xa8\xe9\x62\x62\xe7\xf9\xe9\x93\x86\x53\x41\x9d\xeb\x44\x29\x0e\xcf\x64\x82\x29\xa1\xb9\x8b\x55\xcc\x3e\xd2\x80\x68\x4a\x17\xf4\x0b\x5a\x2b\xc7\xd3\x5d\xc8\xee\xec\xfc\x3e\x17\x63\x43\x6d\x9c\xbd\x4e\x1e\x6d\x96\xd1\x27\x4e\x0d\x1f\x6d\x48\xf0\xe7\x0c\x0c\xd7\xc9\x99\xed\xfe\x01\xfb\xca\x07\x17\xd0\xd6\x57\xea\x03\x6d\x19\xaa\x5f\x48\xf8\xe7\xd8\xfc\xeb\xe2\x18\x44\xf3\x95\x71\x0a\x1a\x14\x54\x57\xb6\xbc\x5e\x84\x52\x5e\xdb\x8b\x2e\x43\xcb\x1f\x24\x06\x70\x97\xd4\x78\x7a\x5e\x60\x10\x74\x62\x97\xeb\xe2\x41\xe4\xa3\xe4\x26\x54\x8f\xbf\x1d\x44\x08\x17\xfd\x88\xc3\x9b\x9b\x2a\xdc\x1c\xc4\x9f\xb9\xeb\xa6\x22\x3a\xfc\x05\x17\x4e\x63\x82\x9f\x94\xd3\x4a\x5c\xc0\x5e\xcd\xc9\x9e\x2e\x62\x2f\x1f\x6d\x37\x8c\xa2\x9f\x06\xb8\x6e\xfe\x1f\x23\xf6\xc2\xb3\x0e\xaf\x6b\xf2\x5c\x99\x9f\xda\xb3\x88\x00\x53\x97\xc8\xbc\x1e\x18\x49\x2d\xd2\x51\x38\xc3\x88\xf6\x4a\x28\xa6\xbb\xc8\xf5\xb0\x42\xa6\xc6\xf0\x50\x17\x64\x71\xc6\x62\x69\x3e\x4d\x1f\x38\x4f\x1a\x46\xc1\xeb\xca\xd9\x28\x2f\x98\x48\x1d\x69\x7f\xc1\x0b\xcb\x39\x81\xae\x07\x52\x40\xa2\xeb\xfe\xe5\x22\x86\x7e\x48\x12\xa7\x7e\x40\x6e\x52\xcd\xe2\xfd\xe3\xe9\xba\xf4\x0c\xc8\xb3\xb9\x45\xd8\x07\x34\xc4\x1b\xf6\x51\x27\xb3\xbc\x51\x29\xcd\x2a\xb5\x1b\xbe\xf1\xb6\x37\xdc\x1b\xa5\x8a\xda\xdb\x78\xc6\x98\x00\xa2\x3a\x5d\x66\x6e\xa0\x3a\x4b\xe3\x9b\x99\xad\x75\x0a\xde\x48\x64\x6d\x8f\x80\x7b\xcb\xed\xe9\x1e\x81\xf2\x84\x0a\xef\xc2\x9a\x7b\x9a\x01\xf8\x47\x39\x1f\xc9\x5d\xf2\xd0\xd2\x9c\x41\x6b\x68\xff\xeb\x1b\x5a\x43\x7b\xa0\xdc\xc8\xd1\xb2\x55\xff\x8f\x83\x5c\x22\xe7\x2e\x38\xe4\x3c\x05\x85\x87\x9a\xdb\x07\x48\xd4\xb1\x7a\x97\x13\x89\x35\xdc\x3e\x46\x28\x79\x73\x17\x32\xb2\x07\x44\xb5\x95\x66\x88\x49\xaf\x8d\xa8\x6e\xa0\xc0\x6a\x1b\xf5\x9d\x3a\x49\x4f\x32\x61\x9f\x04\xf3\xfd\xc2\xbe\x69\x0c\x76\x57\xac\xb2\x4e\xd9\x3b\x55\x92\x66\x93\x4a\xc6\xd3\x98\x2a\x69\x14\x09\x50\x39\x7e\x60\xe1\x0d\xeb\xaa\x7d\x16\xef\xc6\x43\x56\xdb\xf5\x66\x1a\x6c\x47\x2e\xdd\x8d\x99\x6e\xd4\x05\xa2\x46\xed\x84\x7b\x23\x6a\xb4\x7d\xfe\xa7\x44\xf3\x0b\x2c\x79\x6b\x5b\xd7\x9d\xd6\x54\x33\x2b\xac\xa5\xbe\xbd\xdd\x8c\x0b\xb5\xba\xed\xee\xc4\x27\xea\x03\x05\xd2\x8c\xa0\x6e\x6a\x1c\x8b\x9f\x79\xe2\xe9\x60\xbf\x81\x2c\x87\x91\xc0\x0d\x6b\xaa\xc3\x26\xee\x91\x34\x69\xb5\xe1\x8d\x1f\xae\xbb\x79\x23\x52\xd4\x77\x90\x7b\xf0\x52\x22\xc5\xe9\x3d\xc8\x4f\x1a\xd5\xe0\x5a\xf8\x7f\x18\x82\x3c\x6a\xf8\x43\x39\x36\xe5\x0e\x3a\x4d\xe8\x0e\x7a\xa3\x00\x88\xab\xc3\xde\x41\xdb\xba\x74\x01\x77\x50\xfb\xaf\xbb\xff\x8d\xfa\xb4\xce\x3f\x7b\x23\xab\x9e\x9d\x60\xef\xf9\x9e\xf3\x8e\x5a\xbe\xa1\x21\xb4\x13\xe3\x0d\xdc\xb7\xfa\xef\xf7\x97\xc3\xe7\x06\x06\xb4\x3a\xee\x9e\x39\xeb\xfe\x01\x93\xec\x67\xd6\x06\xf1\x8e\x59\x39\xc7\xa2\x1f\x56\x4b\x23\xdf\x7b\x71\x7f\xb8\x01\x9a\x1e\xa4\xf1\xbb\x01\xd8\x5c\xde\xf6\x46\xee\x10\xd7\x71\xba\x17\x29\xd0\x84\x30\xa9\xb4\xbd\x42\xee\x1d\x45\xea\xcc\x49\x28\xf4\x61\x95\xfc\xbd\x93\x15\x2d\xe7\xe0\x4b\x65\xcf\x96\x1b\x88\xb0\xda\x49\xe8\x86\x09\xf3\x23\xc9\x0f\xde\x2c\x05\x64\x6e\x98\x2c\x6d\x06\xba\x99\x02\xda\xfe\x0a\x77\x42\x42\x8b\x85\x03\xf5\xaf\xcc\x18\x30\x5a\x7e\x0e\x83\x03\x85\x5f\x2c\xcb\x0f\x8a\x89\xe5\x1f\x4e\xae\xab\x5b\xa4\xf4\x16\x27\x1d\xc4\x52\x7a\x3e\x39\x4f\xd2\x4b\xdd\x67\x8e\x42\xe3\x3e\x39\x0a\xd1\xc0\x98\x4c\xd7\xad\xbd\xa1\x7f\xb3\x81\xec\x46\x0a\x68\xbb\xb7\xde\x27\x4f\x3c\x41\xe7\x9b\x6e\xec\x36\xd4\xdf\xc8\x9b\xe7\x5b\xc9\x9d\x90\xb1\xb8\x49\xea\x14\x35\xf5\x84\x8c\xde\x0e\xa9\xa1\x5b\x26\x9a\x17\xcc\xe2\x61\x11\x8c\x98\x87\x59\x9c\xcc\x54\x43\x1f\xf7\x91\x3c\x88\x99\xfc\xdc\xd4\xef\x0b\x45\xb1\x4c\xf4\x85\x7a\xc7\x66\xd9\x17\x5f\x6d\x1f\x3d\xe4\x7d\xf3\x0a\xf1\x79\x83\x54\x8b\x26\xaa\xaa\xbc\xda\x70\x2b\x37\x3c\xba\x1f\xd4\xa6\xf9\xf9\xff\x97\x1b\xec\xd6\x7b\x3f\xd8\x34\xa6\x88\x09\x9a\x5d\x03\xee\x7e\x92\x02\x91\x04\x87\xae\xe6\x6c\x65\xf7\x03\xd1\xe5\x79\x7b\x78\x96\xff\x37\xb1\xcf\x8f\xd9\x8f\xaa\x9e\x0b\x4a\xbe\xfd\xf4\x4c\xb8\xa3\x31\x3c\x88\x4e\x2c\x9f\x0f\x72\xad\xa7\x7e\xc0\x25\xbb\xfb\x03\x5e\x38\xc3\x3f\x50\xe1\x11\xfe\x22\x17\xd7\x44\x3d\xb8\x97\xeb\x0b\x58\x3a\x87\x8b\xb1\x3f\x1b\x94\xde\xda\x67\x0f\xbc\xca\xbd\x29\x1e\xd4\xff\xb0\x0b\xe2\xb3\x41\x03\xa2\x89\x7c\x18\x5e\x68\x4d\xfd\xc3\x8c\x1c\xbe\x69\x3d\x5b\x72\xa8\xc6\xb9\xd1\x6d\xc3\x7d\xbc\x28\xa8\x56\xad\xc5\x03\xd4\xd3\x85\xcb\x9e\x17\xf4\xc4\x14\xb6\x7d\x58\x8c\xcc\x35\x73\x1f\xa0\x9c\x65\xff\xe6\xa7\xa4\xcc\x76\x93\x49\x84\xdf\x80\xfd\xc0\x13\x83\xdc\x74\x0e\x87\x7a\x98\x9b\xce\x72\xf9\x29\xbc\x1f\xea\x3c\x7d\x90\x26\x79\xd9\xf5\xf6\xa9\x98\xca\xe5\x67\xf2\xa8\x16\x87\xf6\x5a\x67\xb4\x7c\x58\x8e\xd6\x75\xc2\x9f\xc4\x42\x12\x83\xcf\x8b\x85\x8a\x33\x4d\x3d\x35\xa7\xee\x4f\x17\xa1\x27\xf5\x61\x3a\xea\x1e\x20\xa1\x0f\x4b\x56\xee\x2a\x0d\xba\x91\x19\x44\x31\x70\x8f\x2b\x3a\x3f\xb4\xac\x3a\x22\xf1\x61\x31\x33\x6d\x9a\x87\x7e\xdd\xae\x86\xfb\xb0\x98\x99\xbd\x0c\x1e\x98\x5a\x6d\x1f\x78\x12\xd6\x4c\xff\xf0\xee\x54\xab\xe2\x9f\x4e\xad\x5f\xf3\x0b\xb9\x94\x5a\x3a\x78\x89\xd9\xdb\xe2\x61\x61\xd8\xcd\x44\xe5\x52\xfa\x87\x94\x78\x1a\x67\xe7\xda\x6a\x1d\x52\xa3\x26\x41\xfe\x8c\x94\xf4\xfe\x81\xc0\x5c\x7a\x97\x07\x8e\x63\xd6\xdf\x3e\xf0\x15\xb7\x1e\xe6\x19\xdc\x16\x3a\x75\x1f\xa6\x90\xb3\xdb\xc2\x33\x2e\x7c\xe1\x16\x10\x1b\xec\x61\xbc\x50\xa9\xdb\x0d\xf6\x09\x58\xd6\x05\xd5\x1f\x84\x10\x76\x1d\x46\x0f\x5c\xc7\x3f\x5b\x20\x76\x3c\x6b\x62\x91\xee\xcd\xe6\xdd\x87\x01\x80\x4e\x24\xfa\x44\xe2\x43\x51\xf8\x22\xa5\x6e\xc7\xdc\x07\xb6\xd5\xcf\x06\x00\x72\xb2\x65\xf4\x99\xb9\xf8\x22\x19\xf9\xe0\x9c\xa8\xe4\x99\x98\x24\xef\x31\xa4\x27\x5e\xdf\x1e\x78\x07\xf5\x07\xd4\xf8\x4a\x69\xf7\x4c\xba\x7b\x36\x77\x91\xa3\x30\x11\xe0\x79\x81\xfd\x67\xe5\xda\xea\x0b\x84\x1d\x5a\xef\xf7\x2c\x2e\xad\xc5\xcf\xca\x61\x88\x8a\x45\xc5\x8f\x2e\x9a\xcf\xca\x7d\xeb\x37\xe8\x2f\xe0\x17\x26\x0a\x4f\x7a\x5f\x2c\x32\xb1\xb7\x16\x4a\x7f\xac\xcf\xf2\xb2\x40\x9b\x0b\xab\x3e\x7b\x8a\x6e\x75\x82\x9c\x6f\xbe\xa0\x3f\x3b\x44\xb7\x90\xc0\x03\xe7\x34\xab\x08\x9e\x9d\xe2\xc6\xb2\x9b\xb5\x3f\xd6\xe6\x2f\xc0\x22\x16\x71\x50\xdc\xad\xcf\xd6\xda\x93\x28\xcd\x0d\x8d\xa8\x76\xc6\x78\x0e\xdc\x60\x3d\x79\xf0\x3d\xb3\x2e\xf0\x39\xfa\xbb\xa2\x66\xb2\xcc\x83\x21\xed\xd0\x73\x90\x07\x4c\x14\x32\x63\x58\x8f\xf0\x1c\x5c\xf2\xee\x17\x78\xcb\x16\xb2\x7b\x10\x4d\x68\xb3\xeb\x83\x34\x6f\x1f\x19\x74\x92\x4f\xc5\x65\x27\x82\x71\xbd\x13\x18\x5c\x68\xe7\x8d\x07\x8a\x3c\x5f\x41\x9f\x93\xfe\x5c\xd2\xdf\x3c\x27\x75\xa2\xba\x17\x3f\x17\xe7\x5e\x24\x40\xad\xe6\x3b\xe9\x83\xb4\x13\x9f\x69\xb8\x92\x1f\xfc\x01\x84\x9a\xe7\xf1\xa2\xcc\xf2\x51\x00\x8f\x30\xdf\xe4\x1f\xe8\xc8\xec\xb8\xff\xc0\x00\xe9\x98\xa0\x87\x4a\x2f\xf7\x08\x7b\xe2\x66\x77\x8f\x27\x0d\x8a\xc6\x27\x37\x94\x8f\x66\x62\x60\x32\xe3\xe1\x07\x4a\xac\xfe\x37\xeb\xd0\x03\x0d\xd7\xe7\xcc\x7f\xc8\xcd\xba\x09\x3e\x30\x36\xda\x7b\xf8\x79\xc8\x38\xa2\xf7\x21\xe3\xf8\xff\xf1\xef\x3f\xe1\xfc\x55\x0f\x10\x5d\xb7\xde\xf1\x81\x7e\xca\xb9\x16\x1e\x96\xd8\x70\xc4\xe7\xc3\xfc\x13\x76\xf5\x78\x80\xf0\x64\xa4\x88\x1f\x8c\x95\x53\x4e\x38\xf1\xfb\x91\xc6\xa9\x67\xd2\x54\xf4\x3c\x10\xbd\xee\xf7\xa1\x6d\xf9\x6f\x11\xe3\xf7\x03\x2b\xff\x37\xa3\xf1\x03\xa0\x9b\xb2\xd1\xc5\xef\xc7\x55\xef\x7a\xa6\x54\xd8\xfc\x02\x56\xfd\x3f\x36\x89\xdf\x46\x8a\x42\xcf\x1d\x61\x86\x7e\x0e\x8e\x51\x2d\xa2\x5a\x5b\x6f\x7e\xc6\x2c\x35\x0d\x01\x7e\x6b\xbd\xa9\x43\xa8\xb4\x7a\x13\xc9\xdb\x8d\x21\xfa\x7f\x10\xf4\xdf\xc1\x18\x3f\xd6\x96\xd5\x21\x10\x3f\x04\x00\x4c\x99\x8a\xe2\x57\x30\x49\xee\x01\xe9\xd4\x74\x1f\x89\x5f\x81\xcc\xf7\x24\x41\x05\x35\x3c\x89\x4c\x85\xb6\x36\x75\x89\x7c\x10\xbd\x69\xcc\xc0\x5d\xbd\x69\x8e\xe0\x16\xb7\xc9\x03\x26\x7e\x35\x27\x45\xeb\xc8\xca\x6a\xe1\x59\xa8\xb9\x30\x22\x82\xc9\xd0\x94\x43\x2b\x7e\x84\x52\x4d\x4d\xb4\x1c\xa6\x26\xb6\x65\xaf\x22\x03\xb9\x7b\xa7\x0c\x2d\xf1\x6b\xdc\x81\x45\xec\xc2\xe2\x69\x3a\x92\xe3\xd7\xd2\xfd\xce\x9f\x1c\x6c\x43\x43\x69\xbc\x27\xb9\x09\x9e\xd9\x5d\x84\x77\x30\x48\xd7\x0b\x2c\x26\x1b\x66\x80\x4e\x61\x57\xb4\x1e\x2f\x00\x73\xae\xdd\xf8\xc1\x78\xd8\xbb\xfe\x1f\xd9\x82\x86\x0e\xeb\xe1\x54\x85\xe2\xf8\x21\xc1\xc2\x54\x61\xde\xf8\x21\x81\x58\xf5\xbe\x18\x39\x9b\xfe\xe2\xe6\x17\xee\x84\x7a\x21\x2d\x08\xec\x83\xcd\xff\x33\xdb\xad\xb4\x86\xaf\x20\x60\x0b\xfe\x62\x32\xb3\x95\x3a\x7d\xf1\x8e\x2b\x18\xc7\x8f\x45\xca\x36\xcd\x54\x50\xc2\x7a\xaa\x58\xb4\x2c\x3c\xf2\xc9\xed\xae\x3e\x67\xf6\xa9\xf5\x42\x11\xfb\x9f\xe7\x16\x0e\xeb\xc3\x5c\xc4\x8c\x07\x4b\x34\xc2\x77\x4b\xf5\x4f\xe3\xb7\xc8\x33\xc5\x2f\xd0\x30\xdb\xfd\x03\x8f\xec\xe2\x4f\xc8\x55\x1e\x06\xa0\xc6\xea\x9f\x1f\x20\x74\x3e\x4d\xf0\x0e\x51\xfc\xc2\xc3\x26\x34\x33\x3b\xf5\x9f\xdd\x3f\x20\x8c\xb1\xfa\x19\x27\xc1\xe7\x7f\x94\x00\xfb\xfc\x8f\xcd\xd1\xb5\xbc\x50\xff\x74\x33\xe5\x91\x42\x42\x13\x05\x7d\xd0\xfc\x79\x8b\x12\x36\x74\xf1\xd8\x91\x33\xe3\x2f\xa8\x29\xf1\xdc\xc1\x02\xd8\xfb\x5f\x0a\x81\xc7\x0f\x8e\x59\xca\xd3\x1f\x3f\x64\x34\x90\xcd\x33\x7e\x07\x73\xda\xab\xb7\x73\x22\x7e\x42\x03\x3a\x29\x1f\xbc\x75\xe1\x90\xde\x2d\x16\xe1\x5f\x2e\xa3\x69\xfc\x2e\x0e\xd0\xbb\xec\x9a\xa4\xdf\x6f\x60\x99\x86\xc6\xc3\x38\x3a\xdd\x50\xe3\x07\x97\x23\x59\x80\xe2\x47\x00\xe0\x4d\x75\xe7\xaa\xe9\x03\x84\xbd\xcd\x9f\x25\x10\x8f\x58\xef\x99\x87\x35\xd1\xfc\xbc\x73\x92\x45\xd3\xc3\x2e\xff\x7b\x61\xfb\x51\xc8\x89\x3f\x37\x3a\xeb\xe8\x40\xdc\x7e\x29\x4c\x42\x3f\x70\x8b\x88\x5f\xb7\xb4\xe9\x74\x7f\x32\xf9\x46\xd3\x0f\x9c\x08\x3f\x27\xbf\xfa\x0b\x8e\xab\x98\x2c\x28\xea\x74\x08\x6e\xa9\xb3\x50\x9f\x1b\x5b\xf4\xff\xfb\xbf\xff\x54\xd5\xa1\x8e\x0d\xa5\xa3\xfa\xf0\x73\x0a\xd1\xff\x26\x6e\x2b\xf4\xee\xfa\xfc\x40\xff\x70\xb5\x88\xba\x4e\xd2\x6f\xc6\xc6\xa2\x4c\xcb\xa3\x4c\x75\x42\xf1\x1b\xec\x43\xcb\xb7\x15\xee\x42\x4f\xdd\x7b\xac\x85\x42\x18\x62\xab\x14\x47\xfe\x02\x71\x6a\x3e\x48\xb7\xca\xf3\xa4\xfa\x05\xba\x13\x8a\x08\xf8\x5e\x6f\x72\xf0\x89\x8d\x76\x0d\xdd\x52\x63\x7b\x4f\xa0\x98\x12\xdc\x5b\x23\x2c\x1d\xfe\x22\xcb\x9f\x88\x03\x70\x00\xc9\xac\x18\x5b\x03\x3e\x70\x8b\x9d\x18\xca\xab\xc7\x7a\x9e\xcb\x4d\xd2\xf2\x21\x0f\x98\xd8\x7a\x72\x99\xe6\x0a\xde\xd8\x7d\xf8\x19\x70\x3c\x34\x33\x9d\xe7\x79\xf5\x0f\x70\x85\x5a\x7e\x26\x63\x4b\x72\x6f\xb4\x8d\x54\xb7\xc8\xf3\xc7\x53\xc7\x40\x32\xe5\x8f\x8c\x0d\xfe\xd6\x3d\x34\xee\xf7\x14\xac\x55\x67\xc3\x36\x48\xa3\x86\xc9\xfb\x7f\xf8\x7f\x94\x5f\x9b\xee\x80\x8e\x42\xc3\x0d\x22\x1b\x83\x07\x3d\x38\xb1\x22\x19\x51\x61\x0a\x6f\x8f\x2d\x88\x59\xbc\x4f\xde\xf3\xcc\xba\xe6\xd8\x26\x67\xde\xf3\x8a\xf8\xab\x6e\x76\x98\x3c\x43\x3d\xc6\xc9\x6b\x8d\x9b\x44\x79\xa0\xae\x23\x74\x9b\x19\x14\xa6\x67\xea\x30\x24\xf8\x37\x18\x37\xe4\x00\x1b\x5b\xde\xa5\x2d\x41\xde\x13\xae\x4a\xc5\x19\x1b\xdc\x57\xba\x37\xce\xa2\xbc\x30\x7f\xa1\xfc\x8f\x52\x4c\xc4\xb6\x72\x29\xb5\x4d\x16\x21\x91\x17\x1f\xbe\xc5\xd5\xbb\x7f\xcf\x79\x50\x13\x7b\xe1\x0f\xa2\x72\xc7\x30\xbd\x36\x3c\xde\x74\x1a\x6c\x79\xc9\xb5\x98\xc3\x25\x57\x99\x02\x62\x83\xff\xca\xd2\x2d\x37\xb6\x83\xa1\x90\xeb\x4f\xa7\xd1\xc6\x1b\xee\x14\xc5\x07\x6f\x93\x9e\x35\xf8\xfd\xf6\xa9\x21\xbe\x17\xda\x29\x55\x4f\x6c\xbc\xc0\x0a\x7b\x6e\x2c\x42\xbe\x2c\xd1\x4e\x38\x6d\xb8\x87\x93\x3d\xfa\x7f\xea\x55\x2c\x22\x19\x38\xbe\x2c\x5c\x4e\x92\xa0\x29\x40\x16\x72\x5d\x16\x63\x83\x1f\x49\xf7\x3a\x5d\x54\x76\x7a\x43\xf0\x46\x3c\xfd\x41\xc7\x1e\xf5\x07\x54\x04\x78\x97\xc3\x67\xb7\x0b\x02\x6e\x17\x51\xa5\xae\x67\xdb\x45\x56\x68\x7e\x83\x07\x83\x89\x7e\x8f\xc8\xd6\xbc\xab\x91\xab\xb1\x9b\x7f\x6f\x2a\xb3\x35\x2d\xcc\x1b\xee\x2e\x91\x2f\x47\x95\x28\x63\xe3\x0d\x78\xb9\x3d\xa6\xf3\xd3\x18\xdf\x1b\x71\xab\x66\x45\x96\xde\x91\x4a\x26\x36\xd4\xde\x51\xd1\x95\xd8\x1e\x8a\x6c\xaf\x24\x9c\x2c\xba\x25\x17\xe2\xce\xbb\x0f\x9a\x87\x14\xf8\x7d\xa4\x7f\xf0\x21\x01\xa3\x84\x72\x5c\x44\xf9\x51\x8e\x69\x0b\x97\xf7\x40\xae\x0a\xa7\x8a\xf2\x23\x7e\xd4\x24\x96\x1f\xce\x7c\xc1\xe4\xb2\x61\xce\xb4\xd0\x85\xae\xb0\x52\x85\x46\xd9\x52\x8c\xf8\x0d\x6a\x70\x84\x75\xca\x96\x0b\xe5\x37\x30\x2a\x49\x81\xb2\x51\x69\x17\xfe\xe2\x61\x13\xa2\x8a\x89\x60\xa4\xe7\x8b\x82\x24\x81\x8a\xfb\x88\x82\xda\x33\x4a\x55\x1e\x85\x79\x5f\x94\x45\x33\x0a\x0a\x78\x2b\x73\x7f\x14\x78\x32\xa8\x5a\x6b\x94\xbc\x56\xea\x4e\x52\x70\xad\x54\x4d\xcf\x28\xb8\x56\x2a\xba\x2a\x0a\x3c\x19\xa6\x34\x2e\x51\x90\x29\x46\xd9\x18\xa2\x54\x84\x0a\x8b\x1b\x0b\x33\x70\x2b\xaa\x2c\x4a\x4d\x8e\xf6\x17\xb8\xef\xf9\xe0\x2a\xc8\xb9\x1d\x5e\x2d\xd4\x9f\x51\x8e\xa9\x28\x8d\x98\x40\x47\x61\x61\x4a\xed\x9f\x57\x87\x65\x0f\xa5\x3e\x8b\xc2\xbc\x83\x52\x9f\x45\x41\x12\x6d\x95\xce\x8b\xf2\xde\x53\xab\xea\x86\x44\x69\x88\x55\x94\x6c\x2b\x2f\x04\xe8\xe3\xe7\x67\x24\xce\xf2\xda\x31\x2b\xa1\x94\x63\x51\x3a\x0b\xb0\x69\xf5\x3b\x45\x83\x8e\xb6\xd2\x93\x07\xfd\xc6\xbb\xb8\x2a\xc2\x16\xe5\x3d\xcf\xc3\xf2\xb0\xc0\x04\xb0\xa4\xfc\x8a\x02\x2f\xda\x61\x1a\x3a\xc1\xb3\xce\xba\xc2\x14\xd8\x9e\xd8\x9e\x44\x6a\x75\xfb\x03\x44\xa7\x0f\x58\xc3\x5b\x1a\xbb\x28\x30\x01\x54\x1d\x4c\xe5\x05\x04\xed\xd7\xfd\x01\x51\x8b\x39\x14\xbe\x11\xf2\x27\x8c\x32\x78\x31\x2b\x7e\x61\xc1\x23\xcb\xcf\xc4\x56\xba\xd2\x94\x20\x5e\xd3\xbd\xa9\x04\xd2\xb6\x7a\x66\xa1\xf2\x57\x51\xb5\x28\x91\x3b\x4f\x6b\x13\x04\xd7\xfd\x2f\x3a\xba\x28\x2f\xa4\xa8\xc5\x43\x86\x45\x40\x8e\x35\x51\x10\x5b\x35\x3c\xa2\x20\x64\x35\xc1\x48\x36\xa3\x72\x83\x51\x60\x20\x50\x15\xac\x28\x30\x10\xa8\x50\x57\x94\x49\xf9\x28\x01\x5d\x5e\x04\xd2\x87\xb7\x10\x22\xc0\x37\xdf\x69\x4a\xaa\xf7\x4d\xd3\x24\x72\xf3\x1c\x2d\xf6\x21\x1a\x52\x7b\xef\x85\x5a\xe0\x77\xb3\x23\x6b\xaf\xc8\xe1\x22\x0a\x15\xed\xba\x90\x94\x9d\x2d\xaa\x81\x9d\x44\xfa\x7d\x0a\xf1\xee\x1f\x70\x0e\x09\x4f\x14\x26\xf1\x8b\xcf\x0f\x49\xb4\x88\x44\xfe\x69\xc5\x1b\x44\x39\x88\x59\x3c\xee\x83\x27\xbe\x26\x06\xfe\x12\xc3\x22\xf6\xa0\x52\x66\xfa\x07\xc4\xba\x17\x7f\xb0\xf0\x81\x7b\xe0\xc1\x21\x0a\xa0\x33\xaf\x8a\x7d\x8f\x72\xf2\xc6\xea\x79\xa3\xff\xab\x57\x1f\xc9\x67\x86\x45\x34\x7c\x1b\x3e\xd3\x06\xa5\xf9\xb0\xe0\x49\xdf\x86\xe9\x0f\xa8\xee\xd2\x75\xa4\x9c\x3c\xbf\x75\xc3\x29\x00\x1d\xc3\x83\x60\xb9\xea\xcf\x33\x67\x41\x83\x40\x9c\xb5\x6f\x2b\x85\xb5\xa8\x0d\xb2\x0b\x2a\x02\x86\x99\xe5\x42\x89\x0c\x21\xe0\xc2\x02\x7f\x86\xc4\x05\x88\x61\x78\xcf\xc2\xb7\xf4\x57\xbc\x69\x6f\x92\xa0\x85\x62\xce\x3d\xeb\x84\x0b\x8a\x4d\x57\x6f\xc9\x1b\xee\xd4\x9f\xff\xe1\x24\xee\x3d\xf1\x50\x8e\x98\x84\x04\x11\xd5\x3f\x80\xff\x3c\x6d\x00\x11\x56\x1a\x15\x60\x88\xe1\x4d\xf5\x50\x59\x21\x58\x5f\x9e\x8c\x9b\x70\x8b\xcc\x05\x2a\x1a\x1f\xd4\x3d\xb4\x70\x7c\x28\x2d\xd5\x42\x65\x35\x6a\x2b\x69\x6b\xc2\x08\x89\xe8\x0a\x5f\xcc\xf1\x79\xe1\xe0\x17\x7e\x81\x37\x62\x7f\xb1\xf1\xe8\xd2\x11\x5e\x13\x69\x7c\x7e\x00\x47\x55\x3f\x73\x22\xaa\x9e\x19\x34\x3f\xf5\x8c\x23\xdf\x5d\x42\x97\x2d\xaf\xdc\xa8\x1b\xcd\x5b\x9f\x06\xdf\x6d\x28\xbf\x82\xa8\x25\x87\xa9\x2f\x50\xdf\xd9\xaa\xe6\x8a\x54\xc6\x2a\xba\x15\xb5\xf0\x06\x15\xfe\x81\x67\xbe\x90\x76\x45\x69\x90\xd1\xdc\x05\xd2\x8b\x2f\xff\x7f\xc0\x6c\xb3\xf4\xcc\x3d\xf1\x69\x11\xb2\x63\xfa\xf9\xc1\xa0\xf4\x41\xaa\x09\x04\xb4\x6b\xe5\xfd\x7a\xf8\x07\x72\x98\xa0\x51\x45\xf9\x66\x65\x52\x8b\x5a\x09\x11\x86\x7f\x80\xaf\xd5\xa7\x05\x6c\x65\x25\x35\x89\x9a\x48\x46\x30\xb3\x22\xc3\xcd\xfc\x09\xeb\x54\xe8\xcb\x47\xfb\xd3\x41\x54\x2b\xe3\x1a\x35\x29\x8d\x88\x41\xb7\x8f\x0a\xe5\xba\xe5\x67\x05\xa8\x51\x56\xf7\xa8\x8d\x76\x13\x4f\x73\xa7\xb9\xc9\x63\xee\xe4\x36\x0f\xa1\x53\xb3\xaa\x63\xa0\x76\x70\x97\x24\x64\xed\x3c\xbf\xbd\xd8\xc8\x1d\x53\xbd\x12\x83\xc1\x93\x1e\x33\xf3\xc3\xd9\xb8\x52\x11\x93\xad\x64\xc6\x51\x07\x8f\x37\x13\x81\x20\xed\x61\xfe\x1a\xbc\xdc\x0a\x00\xd6\xd4\x9c\xeb\x0a\x53\x51\x47\x4e\x09\x6c\xa2\x06\xc5\xb6\x79\x98\xa9\x87\x85\x19\x6a\x80\x65\x3f\xcf\xb0\x51\x7d\x1a\x00\x8d\xdd\xdf\x27\x8d\xda\x45\xf0\x23\x50\x46\xda\xa8\x01\x3c\x28\x61\x51\x83\x24\xea\x96\x54\x89\x0a\x96\x07\x31\x93\x46\xd1\xc0\x1c\x74\xca\xd8\x19\x95\xc0\x40\x8a\xf3\x8a\x3a\x71\x46\x6b\x95\x21\xd5\xd5\xcf\x14\x71\xd3\x3f\xc0\xe2\xa0\x33\xbb\xb2\x50\x9c\x5c\xa7\xa2\xae\x24\x4a\x6f\x24\x4e\x10\xb2\xa8\x8b\xf8\x5e\x52\xb2\xa6\x32\x5e\x20\xb2\xd2\xec\xaf\xd3\xa5\x32\xd6\xe6\x23\x3f\x16\xe1\xd7\xf4\x17\xdc\xcd\xba\x26\xd7\x9d\x69\xc1\xcd\x01\x3b\x8d\x29\x16\x18\xcc\x30\xac\x9c\x82\x51\x91\x51\xd8\x31\x41\x51\x91\x63\xc6\x5a\xda\xba\xf3\xba\xe5\xe9\xdd\x29\xef\x2d\x54\x76\xca\x5e\x4f\xd7\x01\x30\x2b\xd0\x54\xa1\x7e\x1f\x02\x03\x15\xa5\xda\x9a\xaa\xa7\x44\xa5\xfa\x5d\xd5\x50\xa2\x1e\x94\x00\x16\x3b\x50\x62\x54\xa5\xec\x8b\x7a\x90\x4f\xfc\xc2\xc9\x26\xfc\xc2\xf5\x72\xa2\x39\xef\x20\xbc\xf4\xae\x3f\xc1\xeb\xdd\xcf\x48\x7b\xa4\xe3\xbe\x9e\x39\x77\x1a\xe7\xc9\x3d\xed\x25\x3c\xc9\xdc\x9a\xed\x13\xbe\xe5\xde\x0c\x27\xc3\x36\xfd\x3e\xf7\x9f\x79\x39\xf5\x22\x5e\x51\x24\x9a\xf9\xf9\x84\x20\x64\xb1\x64\x82\x21\xa0\x29\xe5\x69\xd4\x0b\x81\x1b\x26\x81\x25\x2d\x96\x59\x82\xc9\x63\xcc\xeb\x2c\xb0\x36\xbd\x19\xae\x5c\x3d\xf5\x81\xf8\x99\xe1\x79\x80\x2b\x80\x5c\xec\xa3\xde\xdc\x6f\xde\x5e\x37\xb2\x4c\x7a\x0b\xdf\x99\x7d\x53\xa3\xb8\x29\x24\x34\x91\x77\x4e\xa4\x5f\xe0\x79\x2f\x4d\x46\xbd\x93\x4a\x0d\x03\xa9\x83\x95\x20\x2f\xea\x8b\x73\xaa\xa2\x72\xa3\xde\x24\x5a\x44\xc2\x38\x31\xdc\x03\x60\x4f\x9b\xb2\x7d\x56\x3a\x00\x78\x66\x9f\xdc\x6d\x62\x07\xf8\x78\x0e\xc3\x85\x87\x2c\x29\x65\x49\x4d\x20\x24\xed\x48\x7d\x78\xe3\x9a\x7f\xc9\x83\x1a\x95\x1e\xa1\x4a\xca\x13\x15\x79\x85\x97\x87\xfc\x10\x3d\x8a\x5b\x1a\x43\x5e\xe4\xc3\x13\xed\x97\x2b\x31\xf4\x03\xc3\xc0\xab\x9e\x73\xd4\x53\x3f\x60\x25\x3e\x2f\x0c\xd4\xba\xf1\x33\xc4\xb7\x76\x6a\x43\x69\x63\x9b\x15\x1a\xa3\xa5\xe5\x3c\x19\x6d\xe3\xa5\x52\x2b\xd7\x18\x15\xf3\x93\x58\x6b\x25\x43\xb2\x45\x43\x61\x32\x06\x7d\xc1\x1c\x7e\x5e\xdb\x46\x18\x24\x09\xd4\x0a\x59\x38\xf4\x3c\xf9\x81\xa8\x2e\xdc\x77\x22\xaa\x20\xfe\xbe\xbb\x47\xde\xc9\xc2\x2d\x52\x58\x6c\x26\x92\x9b\x60\xb9\x49\x5c\x68\x3c\x70\xaa\x6b\x84\x59\x5a\x45\xa2\x0f\x89\xd1\xc6\x70\x64\x4f\xe4\x0b\x7a\xaa\xdc\xfe\xa3\x01\xf3\x28\xd9\x58\x34\xfa\x08\x4c\xcf\x0a\xe2\x50\x94\x37\x35\x1a\x9c\x29\x95\xd4\x34\x5a\xe3\x1d\xce\x3d\xc2\xbb\x72\x08\x1e\xb4\x74\x19\x90\x58\x6e\x2d\xe7\xd5\x3f\x24\xa2\x10\xbb\x34\x8a\xdd\xe2\x4e\x58\x9b\x43\xdb\xaa\x35\x32\xa9\x6e\x03\x8d\x91\x26\xca\x37\x17\x8d\xc8\x67\x93\x2c\x6f\x69\x6f\x91\x8a\xaf\x75\x2e\xa7\xc8\xe8\xd9\xab\x26\x1f\x41\xcd\xc3\x73\x95\xfa\x18\xb7\x78\x20\x14\xdd\x5d\x02\x88\x87\xbf\xbf\x48\x82\xa8\x86\x3a\xc6\x8a\x82\xd6\x39\x97\xfa\x7f\xa0\x32\x8c\x44\x60\x1b\x79\x6c\x8a\x64\x38\x29\x8c\xcf\x73\x43\x3a\x78\x3f\x0f\x0e\x41\x0c\x35\x38\x04\x3f\x63\x35\x05\x07\xda\xc8\x89\xd5\xd4\x0f\x46\x2d\x7e\xde\x20\xa4\xf0\x5e\x86\x83\xa6\x52\x3e\x44\x23\x34\xf3\xe2\x45\xae\x84\x88\x0a\x5e\x2f\xcc\x83\x48\xdb\x67\xa1\xda\x10\xec\xa2\xcc\x94\xd1\xa8\x80\x11\xbe\x68\x30\xf1\xb4\x69\x26\x25\xb2\xda\xbc\x55\x99\xde\x46\x3a\xca\x36\x27\x5f\x50\x97\x13\x3b\x71\xf8\x03\x9c\xd2\xc2\x0e\x6d\xa6\x4c\x13\xd1\x8b\x7d\x0a\x7b\xb5\x95\x02\x45\x44\xac\x64\x30\xcd\x2d\x7d\x14\x36\x89\xf2\xb6\x28\x0f\x74\x73\x6b\x6b\xf1\x0d\xf7\x42\x0c\xe3\xbd\xc1\x14\x32\xaa\x6e\x19\x6d\x71\x2e\x4c\x06\x8c\xc0\xe6\xb9\x3d\xe9\x14\x15\x7b\xce\x8d\xe8\xa4\x5e\xc7\x43\x47\x21\xb2\xa6\xca\x09\xd1\x88\xc5\x36\xcb\xce\x3d\xf7\xa3\x7f\xc0\x1d\x61\xba\xd3\x1c\x98\xc6\x91\xf9\xff\xbc\x64\x3b\x8f\xc5\xcd\x3f\x90\xd1\xaa\xc9\x82\x8e\xf7\xf7\xa7\x78\xa3\x68\xcc\x42\x6c\x0b\x40\x83\xea\xc8\x77\xda\x96\xd0\x4d\x17\xc4\x46\xa4\xa6\x42\x8e\xd1\x8e\x24\x49\xa3\x40\x7e\xbf\xb9\x59\xbe\x23\x58\xba\x58\x9e\x33\x56\x5a\xd9\xce\xa2\x9d\x1c\xb7\xee\x46\xed\xcc\x71\xfb\x07\xec\x2f\xe1\xa6\x06\x20\xe5\x48\xc1\x68\x27\x76\x8f\x60\x50\xbb\x7e\x7c\x41\x5f\x00\x28\x15\x7b\x58\x35\x58\x94\x94\x9f\x2e\x1a\x2c\x48\xd3\x1e\x3d\xed\x22\xb3\x6f\xfe\x82\x87\xa1\x2e\x64\x0d\xfa\x9f\x62\x7f\xaa\x06\x13\x92\xea\xb0\x44\xa3\xdb\xe5\xf4\x16\xbd\x72\xbe\xf5\x06\x35\x44\x42\x21\xed\x66\xd8\x87\x06\x8e\xfa\x5f\xca\xc1\x16\xed\xa6\x3a\x47\xf7\xca\xc6\x60\x18\x8f\x13\x46\xa7\x61\x10\x01\x47\xcd\xf2\x33\xdf\xa2\x78\xed\x30\xa8\x40\xc1\xb0\x62\xff\xab\x76\xe7\xfa\xb9\x0b\xec\x15\xcb\x95\x1b\xeb\xb7\xf9\xb0\x44\x38\xcd\xf0\x61\x9a\x3a\x27\x5d\x44\xdb\x03\x5b\x86\xc5\x27\x75\x50\x96\x0a\xc4\x5e\x96\x85\x4f\xf2\x94\x88\x7e\xa8\xff\x69\xfe\x81\x0c\x60\x36\xcc\x64\x81\xda\xd1\xfd\x07\x9d\xa7\xe4\x69\xff\x61\x26\x25\x12\x3a\xaa\x7f\x29\x0b\x50\x74\x40\x25\xa5\xe0\x89\xce\xf8\x1a\xbb\x84\x75\x24\x86\x09\x2d\x4d\x87\xa9\x4b\xf9\x70\xa2\xff\x6e\x3c\xeb\xfd\x8d\xca\x3e\x31\x6d\x47\x1a\xc0\x62\x87\xaf\x8e\x68\x19\x65\x96\x89\x8e\xe8\x98\x9f\xca\xbf\x44\xdf\x18\x99\xa2\xeb\x75\xdf\xa8\x21\x9a\x6e\x02\xd7\xb9\xea\x2f\xde\xd5\xb4\x21\xb5\x6f\xa8\xf3\xa7\x73\xa8\x6f\x24\xd2\xcf\x0f\x6c\x02\x22\x9a\x09\x99\x37\x41\x84\xce\x72\xb6\xbe\x57\xf5\xc2\x6c\xb1\xcb\x3f\x30\xd8\x4e\xc3\x04\xbe\x9b\x9b\x40\x45\x47\xc0\x8d\x12\xbc\x47\x2f\x59\xc0\x5f\x83\x80\x0f\x67\xb1\x17\x5a\x2f\xac\x6d\xa2\x61\xbf\x80\xef\x7d\x41\xc3\x2a\x79\x3d\x30\xdd\x07\xf2\xe6\xfa\x05\x2e\x96\x56\xb7\xa0\x78\xa0\xe4\x7f\xaf\x3f\xb8\x70\xf9\x19\xa5\x25\x04\x5a\x3a\xd4\x5e\x96\x16\xfd\xc5\x7f\xc5\xe7\x43\xaf\xc9\x1d\x9a\x48\x78\x85\xda\xfa\xd2\xeb\xfc\xf7\x9f\xa6\x42\x0f\xd1\x6b\x0e\xc1\x3f\xc0\xe4\x28\x16\xef\x48\x47\x53\x3d\x8d\x95\x23\x30\x45\x14\x1d\xba\x6d\xf6\x96\x4b\xa5\x16\x1b\x45\x9c\x9b\x44\x61\x07\xe5\x65\x89\x0e\x5b\x5d\x78\x16\x5b\xce\xbb\xfa\x68\x14\x79\xc5\x2d\x2c\x7c\xa1\x51\xb5\x1d\xcf\x9a\x76\x58\xf3\xac\x6d\xee\x8d\x99\x54\xfd\x3f\xf6\xc8\xf6\x97\xbc\xa8\xd1\x5b\x4a\x4b\x4d\x01\xe2\x9e\x6d\x50\xef\x3d\x47\x2c\x7a\x3b\x3c\x29\xcc\x8a\x09\x4e\xab\x7f\x40\x6a\x55\xb3\x49\xe7\x88\xcd\xde\x9d\x17\x1e\x4d\x6a\xe7\x00\xb5\xac\x88\x0e\x0a\x73\x26\xa2\x83\x14\xbb\x1a\x1d\xd1\x41\x56\x54\xf7\x4e\xa5\xb0\x37\x14\xf2\xed\x14\xbb\xee\x75\xd4\x30\x53\x8a\xc1\xe8\x63\xe3\x0b\xfa\xe2\x45\xa7\x55\x01\xb6\xd1\x07\x57\x51\x6b\x32\x3a\xb4\x59\x22\x11\xe0\xd4\xb8\xb0\x8f\xc0\xfb\x9a\xa4\xc1\x35\xf4\xff\xa8\x18\x6f\x92\x11\x64\x1d\x9e\x12\x28\x09\x9d\x7a\x29\x3a\x42\x8b\xe2\x33\x02\x62\x25\xb1\x11\xbc\x6b\xad\xf6\xe8\x54\x22\x2a\x3f\x6f\xf4\xc8\x65\x51\x0b\x40\xaa\x36\xc0\x76\x58\x22\xe3\xf3\xdc\x79\xc2\xf8\x03\x70\x6e\x71\x17\xf1\xef\x3f\xb5\x78\xbb\x42\xed\x18\x9e\x43\xba\x37\x29\xdb\x69\x74\x66\x82\x54\x64\x49\x74\x58\x1f\x6d\xc0\xef\x74\xd7\x55\x6a\xd2\xe8\xb0\x36\x86\x79\x0d\xf9\xa6\x8b\xfd\x06\xfb\xc4\xbc\x7a\xaf\x4c\xb0\x8e\xd7\xe1\xc5\xc2\xd5\x5e\x7d\x1d\xc1\x46\x73\xab\xee\xe1\x86\x39\xc9\xcf\x0f\x9e\xd5\x41\x62\x65\x1d\xa3\x1d\x09\x7f\x6c\xd0\xea\xa8\xcf\x1b\xe6\xf6\x95\x24\xaa\xc5\x45\x1b\x99\xa5\x12\x52\x2d\x86\x17\x62\xf1\x18\x35\xd1\xa8\xcf\x6b\xd5\x68\xdf\x73\xe9\x34\x4a\x84\x09\x85\xb9\x67\xe7\x59\xdf\xfd\x03\xce\x51\x4f\x34\x10\xaa\xca\xac\x45\xa7\x71\x72\x13\xfa\xeb\x48\x9c\x68\xef\xf9\x7e\x80\xff\xbd\x83\x0e\xf6\xa8\x41\xd1\x58\x39\x7d\x22\x1d\xec\x51\x24\x1e\xbc\x30\x08\x4e\x76\x38\xf7\xc6\xa7\xc7\x05\x61\x2e\x92\x0f\x42\x20\x2f\x25\x32\x29\xfe\x54\x4b\x3c\xfa\xc1\x69\xd1\x5a\x1e\x40\xd9\x16\xd6\x67\x9e\x92\xfa\x00\x41\x42\xe1\xf3\xe8\xe4\x20\x34\xcf\x67\x4e\x9b\x46\x85\x58\xee\xee\x03\xeb\x24\x1c\xb5\x30\x3c\xe9\x02\xa8\x41\x01\x12\xc7\xe7\x7f\x06\xa4\x77\x77\x01\x9a\x85\x3d\xfb\x49\x9f\x51\x63\x03\x28\x17\xe7\xe6\x4d\x02\x83\x68\x7c\x9e\x2b\x5f\x10\x91\x2f\x66\x2e\xaa\xab\x16\xfd\x02\x60\x31\x8b\x5f\x34\x59\x7c\x5e\xa0\xe7\x98\x5b\xc4\x9e\xf9\x34\x88\xda\x5b\xe6\xf0\x2b\x07\xe1\x16\x79\xd7\xff\xbc\x01\x00\x23\x20\xd8\x6f\xce\xbc\xc0\x68\x07\x82\x5e\x1e\x04\x10\x74\xb4\x3f\xf9\xd2\xf5\x3b\x79\x4b\xb3\x4c\x4d\xe5\x66\x66\x83\x41\x56\x31\xf7\xd1\x59\x1d\x44\x55\xe3\xa3\x23\x4f\xe2\xdc\x3e\x4d\xf0\xe0\xb6\x30\x7b\x5e\xcc\x6f\xdf\xf3\xfe\x50\x5e\x9a\xe3\x91\x7d\xc7\x76\xe7\xfe\x50\x9a\x7d\x5e\xc0\xda\x7b\xcf\xc1\xaf\xcb\xa1\x06\x83\x7e\x5b\x4a\x4e\x1a\x03\xa1\x47\x0e\x04\x18\x3f\x6a\x40\x74\xfb\x19\xf4\xcd\xde\x3e\x5f\x90\x41\x87\x3f\xc9\x99\xe8\xfa\x81\x3e\xa8\x3a\xa8\x06\x5c\xaf\xed\xe6\x3c\x52\x79\x28\x32\x07\xe2\x93\xec\x93\x3e\x7e\x5c\xed\xe1\x4e\xc1\xb2\x62\x9f\xf1\x23\x87\x6a\x97\x8c\x84\xd0\x92\xca\x63\x4b\xba\xfd\x03\x21\x8c\x3b\xdd\x72\xf2\xd4\xeb\x46\xeb\xde\xf0\x1b\xc4\x1d\xee\x16\x51\x49\x76\x95\x1e\x85\xc0\xaa\xfa\x07\x08\x5e\x9d\x80\xa3\xf0\xaa\xef\x81\x20\xa4\xbc\x3a\x2c\x69\x14\x1c\xca\xe2\x81\x51\x48\xa6\x89\x48\x88\x5b\xfd\x06\x55\x71\x1e\x19\x3c\xca\xec\x64\x39\x2a\xf5\x3f\xa6\x82\x96\xd9\x4d\x2a\xec\x51\x49\xa6\x9f\x79\x99\xf7\xc0\x58\xa8\xb6\x7f\xde\xc0\x0a\x49\x2b\x39\x2a\xcf\x2c\xf7\xd1\x78\xaf\x96\xfc\x1f\x8d\xcc\xab\xa3\x78\x34\xec\x3f\xc9\xa9\x41\xeb\xeb\xf4\xd0\x61\x7d\x2d\xf6\xa8\x1d\xe9\x47\xee\x91\x11\xa7\x86\xbf\xa0\xce\xe1\xf3\x03\x35\x86\xa6\x33\x15\x99\xe6\x56\x00\xd1\xcf\xc0\x88\x2d\x3f\x2b\x04\xb7\x32\x1f\x22\xa3\x73\x09\x75\x4e\x8d\x3e\xe0\xc8\xe6\x17\x70\x88\x84\x1b\xc8\x05\x53\x17\x50\x53\xc6\xa7\x81\xdc\xf7\x9a\x99\x2c\x3e\xab\xcb\xfe\x18\xb9\x1e\x6a\x93\xd0\x2d\xfc\x05\x9a\x94\xfa\x67\x0c\xf2\x84\xb9\x86\x91\x4f\x5b\xf8\x07\xea\x56\xbc\x60\x50\x23\xda\xb3\x67\xa4\x1a\xd1\x33\x83\x9c\x39\xf6\xab\x19\x41\x11\xe8\xd5\x20\xf6\x12\xbc\x1b\xc4\x5a\x3a\xfb\x46\x20\xa9\xef\x72\x8f\xc8\xe4\xd5\xdc\x01\x07\xe1\xff\xe1\x1e\xe2\xb5\x0b\x24\x60\x97\x01\x61\x4c\x52\xac\xef\x27\x5d\xfe\xa5\x03\x19\x13\x36\x30\x8f\x00\x95\x42\xec\xb2\x30\x26\xb3\x79\xa8\x83\x44\x6e\xd5\x2f\xb0\x24\xa4\x46\x84\x1c\xdc\x0e\xad\x1b\x93\x23\x74\x03\xd8\x15\x1f\x02\x70\x06\xe9\xda\x31\x68\x0d\xf6\x8c\x21\xed\xa2\xb2\x5c\xc4\x58\xc9\x5b\x9a\x02\x38\x91\xc5\xfa\xd3\xb5\x68\x2c\x84\x4f\x99\x8d\x16\xa2\x0f\x3e\xbd\x51\xb5\xfc\x21\x87\xb6\x0c\x91\xbf\x78\x05\x11\xfe\x19\xf4\x69\x57\x15\xfa\x18\xa9\xdc\x94\xb2\x79\xec\x30\xc1\x84\xbf\xa0\x4f\xb9\x6e\x2d\x63\xa7\x10\xfd\xbc\x81\x55\xf4\xf9\xb1\x53\x74\x9b\x77\x0f\x2c\xab\xd9\x04\x85\x63\x55\xf8\x30\xc6\x41\xed\xa8\x67\xed\x40\x4d\x56\x9f\x59\x47\x76\x29\x1a\x0e\x28\x97\xbd\xe1\x4e\xde\xa4\x84\x78\x06\x40\x98\xcd\xce\x83\x8e\xee\x9e\x87\x93\xfb\xcf\x83\x38\x51\x42\x46\x00\x7b\x9c\x2c\x68\x20\xd6\x3c\x29\x88\xbc\x59\x10\xc9\x55\x2c\x14\x98\x3e\xc7\x5e\xbd\x83\xa5\x45\xa6\x89\x06\x2a\xb3\xe5\x7b\x24\x2a\xf3\x49\x71\x91\x68\x3f\x53\x6a\x78\x7f\x5c\x03\x2f\x88\x86\x17\x74\xd5\x4d\x96\x85\x71\x11\xf4\x7b\x5e\xa0\xa6\xb4\xcb\xc5\xb8\x50\xcb\xc3\x82\x0b\x90\xca\x16\xe2\x71\xc1\x99\xd5\xec\x7e\x53\xe6\x7b\x47\xbf\x98\xab\xdb\x58\x3b\x6e\xc6\x2b\x88\x82\x1b\xb7\x6e\x0b\x78\xd8\x83\x6d\x8b\x1d\x77\x2e\xb5\x5f\x08\xbc\x20\x7e\xbc\x79\x3a\x5a\xc6\x20\x43\xa2\xed\x9a\xe3\xa6\x3e\xd0\x13\x7f\xe7\x3c\x6b\xd0\x2f\x0c\xab\xaa\x7e\x16\x83\x29\x11\x1d\xf6\x33\x1e\x8a\x15\x33\xe0\x83\x13\x41\x0a\x97\x81\xa4\x40\x9f\x93\xee\xa1\xca\x47\x50\x74\xc0\x73\xee\xc3\xc1\x4f\x4e\xbc\x86\x05\xf7\x7b\xc7\x43\x8d\x27\x89\x14\xd5\xf0\x8c\xb3\xba\x24\x7e\x49\xe4\xd0\x0f\x1b\x40\xbf\x5f\x68\x68\xb1\xea\x39\x69\x9a\xfa\x01\x33\xf9\x69\x71\xe2\x79\xd3\x33\xe2\x84\xc2\x0d\xe4\xc6\x0e\xfd\x70\x30\xf6\x44\xcf\xf4\x46\xed\x7a\xa6\x82\x43\xb2\x23\x12\x92\x49\x47\x19\x1b\x81\xa2\x04\x78\x6c\xd4\xe6\x4b\xd5\x1a\x1b\x2f\xe3\xd3\x6d\x70\xa2\xdc\x04\xaf\xa5\xda\xfb\x01\xb5\xa5\x57\x33\xa0\xb6\x34\xf4\x09\xe4\x00\xb2\x23\x7b\xa4\xeb\x9d\x36\x45\x14\x4e\x9c\x3f\x20\xf2\xd1\x51\x1b\xf0\xac\xb3\x85\x38\x0a\x2f\x1e\xd3\x2d\xd0\xb0\xa2\x6d\x14\x85\xe7\xbb\x24\x5c\xb0\xf8\xeb\x34\x15\x95\x72\x5f\x3b\x29\x2a\xed\x88\xe2\x90\xa8\x64\x19\x1d\xcf\x91\x5a\x41\x7f\x41\x1c\xa3\x99\x82\x4b\x7f\xb1\xc3\x72\x54\xae\x87\x59\x04\x08\xcd\x46\xa6\x68\x5c\x1f\xe1\xf6\x48\xb8\xa5\x03\x3d\x58\xde\xf5\x4f\xe9\x51\x23\x50\x2a\xce\x06\xe2\x48\x28\xa6\xad\x1a\x2d\xa7\x45\xfd\xf5\x24\x40\x8b\xd7\xb9\xbb\x25\xd1\x02\x4a\x37\xdb\x98\x03\x4a\x37\x1b\x4f\xa3\xe7\xbe\xf1\x0f\x39\x68\xfd\x00\x25\xda\x90\x44\x8a\x51\xfe\xfd\x27\xa6\x99\x74\x54\xf8\xa6\x6b\x31\x07\x6f\x37\xe6\x40\x04\xe0\x59\x89\x16\x83\xc5\xc4\x44\x52\x3a\xe3\x99\x1d\xe0\x8c\x67\xa3\x76\x0c\x96\x98\x30\x4b\x0e\x0e\xc2\xcf\xbc\xec\x98\x19\x82\x62\xb5\xfb\x87\xc2\x61\xfa\x07\xf0\xa4\xae\x1d\xc1\xaa\x6a\x4e\xf8\x10\x41\x78\x2e\x11\x14\xcc\xc2\x63\xe7\xf1\x80\xcd\x77\x16\x37\xf9\xe0\x59\xc3\x80\x0d\x38\x9c\x5f\x21\xd2\xa9\x5e\x68\x22\x00\x7e\x6c\xb0\x0d\x80\x9f\xa9\x7b\x4a\x20\x01\x8e\x8d\xb1\xc1\x8a\x21\x36\xcd\x05\x1d\xdf\xec\x73\x1a\x8b\x56\x8d\xe5\x37\x28\x0f\xa4\xef\x8f\xc5\x3e\x34\x77\x8c\x31\x57\xf5\xd4\x08\x14\x6c\xb5\x39\x37\xa8\xa6\x2a\x9e\x19\xa8\xa5\x66\xf1\xb8\x76\xa4\xb6\xf0\xb0\x76\x2e\xa8\x99\x10\xb6\xd6\xe6\xdb\x53\xec\x59\x69\xd9\x4d\x20\x20\xf6\x43\xc4\x85\x9b\x8e\xff\xa7\x84\x18\x6e\x92\x5b\x41\xe7\x5c\x1c\x24\x5b\x5d\x1c\x44\x2c\x66\x9a\x03\x7c\x6a\x31\x75\x10\xba\x9a\xa8\x03\x87\xbf\xa0\x6c\x64\xbe\x1b\x73\xc0\x41\x9e\xd1\x02\xc3\x6f\xce\x36\xcb\x38\xb8\x75\x2c\xf0\x51\x4c\xdf\x06\xde\x38\x79\xd9\xb5\xc8\x41\xde\x69\xdb\x30\x23\x1d\xef\x2d\xce\x09\x69\x84\x79\xe2\xa2\x4a\xc6\xcb\x79\x51\x02\x08\x91\xc6\x95\xc3\xf2\x1b\xec\x43\xe3\x26\x86\xb1\x7a\x36\x50\x37\xd6\xda\xd9\x80\xe2\xc8\x37\xa5\x00\xa6\xb1\xaa\x34\xee\xe4\x6b\x11\x05\xb5\xd0\x67\xea\xa1\x16\x9a\x3e\x38\xef\x64\x18\x91\x70\xb3\xac\x9d\x3f\xa0\xec\xb6\xd8\x7c\x41\x4b\x75\x5a\x8a\x60\x06\x9c\xe1\xff\x77\xb6\xe8\x16\x4e\xfe\x60\x22\x99\xf8\xc0\xcf\x60\x7b\x9f\xa4\xd0\x1c\xd9\xf8\x10\x0f\xd5\x3a\x96\xb5\xac\x97\xef\xb0\xb4\x40\x1e\x67\x3b\x8d\x44\xba\xc1\x59\x18\x3f\x34\x07\x0b\xf2\x06\x2c\xab\xb3\x08\x5a\x05\x74\x49\xbe\x18\x4f\x54\xa2\xb5\x1b\xdc\x44\x89\xb5\x59\x36\xbf\x90\x13\x33\xf4\xc3\xe2\x1b\x9b\x7e\x60\x93\x7e\xbe\xf8\x42\xd1\x0f\xdc\x39\x42\xc9\x73\xe3\xc6\xf8\xdb\x99\x34\x51\x6f\xc3\xea\xb1\x89\x08\x7e\x6f\xdc\x09\xbb\xea\x26\x0b\xc8\xdc\x92\x40\x8d\x69\xe3\xa9\x2a\x58\x34\x0b\x36\xaa\x4e\xd9\x59\x60\x4c\x0e\x3f\x53\x54\xeb\xfc\x98\xa9\x22\xfa\xbc\x81\x8a\x2c\xa6\x09\x46\x4f\x5b\xb4\x27\x7d\xfd\x75\x17\x99\xf4\xd4\x57\x49\x8f\x98\x95\x8b\x2d\x89\x35\x51\x79\xd6\x0e\x8a\xb3\x22\x86\x5c\xa2\x7d\xa6\x76\x47\x77\xb4\x09\x3f\xfb\xe5\x18\xc4\x09\x70\x61\x1d\xdf\xac\x0f\x13\xc4\xfc\xf7\x0c\x55\x4d\xf8\x22\x3c\x53\x55\x23\xbc\x32\x1b\x8e\xc9\xee\x17\x82\x54\xfb\x85\xe4\x2f\xbf\x41\x28\xa7\xa3\x78\x36\xdc\x4e\x3f\x4d\xb2\x96\xa2\x24\xd4\xec\x74\x20\x94\x41\x6a\x26\x80\x10\x98\x9b\xc0\x03\xcb\xc1\x94\x13\x56\x38\x95\xec\x8b\xd9\x93\x9f\x34\x37\x83\xcb\x63\x96\x18\x08\xc5\x30\x99\x83\x2e\x28\xcb\x2f\x70\xf7\x6e\x7e\x03\xf9\xac\x86\x5f\x80\x8d\x40\x9b\x79\x42\x15\x13\xdf\x1f\x70\x68\x99\xa8\x40\x0d\x9f\xcf\x33\x20\xa9\xb4\x8e\x33\xe0\xc5\xe8\x89\x82\xde\xc4\xca\xba\x89\x0c\x33\xcb\xf9\x60\xe6\xa4\x9c\xd5\x7a\x23\x1f\x9e\x15\x86\x13\x6e\xef\xf6\x3e\x9e\x33\x87\xa4\x1e\x27\x7b\xd0\x90\x18\x1e\x67\x8e\xe2\x51\x2f\xcd\xe9\x9c\x54\x24\x78\x08\xef\xd9\x5f\x9b\xb7\x09\xb2\x0f\x97\xea\x67\x0a\x55\xc1\xd9\x09\x0b\x95\x6d\x3f\x73\x05\xb2\x2b\x8b\x22\xa6\x9f\x31\x90\x9b\x30\x58\x59\x79\x38\x17\x45\x47\xf1\x0f\x54\xde\x5a\x3e\x25\x56\x10\x42\x9d\x7b\x0a\x49\xad\x24\x4c\x58\xd6\xba\xcd\xc4\x0a\x66\xb8\x9d\x31\xac\xea\x63\x27\x53\x4b\xee\xce\x17\x2b\x14\x7b\x1b\xcd\x9d\x54\xfa\x99\x4c\xff\x79\x01\x61\x5a\xce\x69\x34\x91\xd3\xc6\x5a\xb8\x79\xe4\x79\xa5\x99\x38\x92\x6a\x4d\xfe\xc1\x5d\x60\x31\x8b\x2c\x01\x6b\x7c\x3e\xc1\xe6\x14\xfc\x98\xf0\xcc\xb2\x02\x65\xd2\x31\x4b\x85\x2b\x63\xa2\xf2\xaa\xef\xcc\x93\x8e\x5a\xf6\xc2\x9f\xc8\x1c\x60\xe5\xc5\x3c\x92\x01\xd4\x25\x55\x2e\x66\x39\xd4\xb0\xf0\x05\x77\x22\x8a\x4f\x05\x49\x62\x9e\xb4\xbf\x4f\x7f\x90\xfb\x4e\x44\x9f\x79\xf2\xfb\x0d\xcc\xad\x05\x2b\x72\xe5\xd8\x53\x63\xa6\x86\x45\x20\x6b\x9e\xc9\x11\x9a\x28\x24\x1b\x50\xe1\x8c\x98\x28\x5a\x6f\x05\xe7\x4c\x78\xe2\x8d\x72\x71\x66\xbd\x5a\xf0\x15\x9b\xf1\x27\x9f\xba\x79\xf1\x80\xd4\xd5\x60\x5e\xbc\xa4\x5b\x30\x13\xcc\x78\xa7\xa7\x1f\x99\x85\xcf\xc5\x79\x36\x53\xa7\x5d\x4a\xa8\x6d\xde\x34\xfa\xeb\x7a\x31\xa9\x42\xb1\x40\x43\x55\x7b\x5b\xa3\x67\xba\x79\x79\xa2\x6f\x2e\xbe\x1b\x80\xb3\x85\x40\xdb\x7c\x70\xc4\x29\x35\x6f\xcc\x87\x32\xd4\x13\xfd\x70\x56\xfc\x45\x8e\x53\x34\xa0\xc4\x6b\x53\xda\xbe\x98\x0c\x1d\xb4\x2f\xf8\x44\x8a\xa0\x69\xc9\x0e\x9f\xf8\xe9\x8b\xda\x7c\x72\x26\xfe\x1b\xc7\x62\x09\x30\x3b\x7e\xad\x54\x91\x34\x3d\x27\x15\x53\x3f\x60\x66\x74\x25\x5a\xb4\x3a\x8d\x4f\x0b\xb4\xc3\xab\x0b\x64\x39\x9e\x45\xe7\xe2\x42\x9a\x3c\xe3\x89\x45\xbc\xa1\x0b\xcd\x42\x86\x20\x4b\xfa\xb5\xe5\x5c\x2f\xfd\xc0\x9d\x57\xfd\xc5\xc9\x51\xb8\x49\x9c\x58\x76\xab\x5e\xcc\x61\xe0\x70\xe9\x55\x7e\x7c\x43\x6d\xd0\xe8\xe4\x58\xd0\x55\x28\xff\x45\x06\x4d\x4a\x76\xe7\x5d\x05\x7c\x27\x4d\xc0\x42\xb9\x06\x83\xc3\x05\xa7\x29\xc3\xcb\x05\x2f\xf9\x62\x77\xdf\x55\x78\xc6\x09\x38\xad\x17\xa4\x4c\xab\x59\x16\xc3\x07\x97\xbf\xa0\x9f\xbc\x5d\xbb\x16\xa2\x03\xcb\xf6\xf3\x0f\x98\x2c\x1d\x73\xab\x26\x8f\x88\xaa\x8a\xf0\x52\xa1\xb7\x85\xe0\xc0\xa6\x84\xbc\xb1\x2a\x73\xdb\x68\x98\x35\xa7\x4e\x2d\x34\xa0\x39\x49\xce\xd5\xb6\x7f\xff\x09\xfb\xde\x2f\xa4\x3d\x58\x8e\xfa\x5e\xc4\x3d\xf6\x41\x5e\xd0\x99\x34\xa5\xdb\x8d\x05\xdf\xfa\xf8\x7d\xfa\x88\xb7\x4d\x49\xc2\x05\x57\x2a\x23\xf3\xd5\xb0\x18\xc5\xef\xf3\x30\xd6\xbd\x79\x21\x37\x52\xb1\x9b\xf3\x42\xba\xe4\x62\xaf\xe6\xd5\x5f\x39\x66\x6d\xf5\xea\x1b\x5f\xd0\x38\x3a\x0e\x36\x89\x91\xc5\xc2\xb4\x0e\x56\x5f\x70\xcd\x37\x42\x5c\x88\x5a\xb4\xbd\x75\x75\x6e\x15\x3f\x4f\x12\xa9\xc5\xa2\xa6\x66\x99\x84\x0b\x41\x8c\x1a\x35\x80\x97\x4d\x33\x0b\x9e\xf8\xd3\xff\x0f\xae\x84\x08\x82\xaf\x93\x43\x35\xd7\xe8\xd8\xcc\x9a\xa5\x41\x7c\x59\xfd\x02\x6a\x64\x7a\xad\x47\xf2\xb8\x7b\x38\x38\x66\x8d\x61\x30\x51\x9f\x5e\xa0\x33\x52\xd1\xad\x6b\xc1\x97\xc8\xea\xca\x05\xdf\xa1\xb0\x6b\xdf\x0a\x0e\x5a\x2b\xc5\x5a\xf6\x76\xc2\x5e\x91\x12\xc5\x7d\x70\x37\x5b\xc4\x50\xed\x22\xe1\xbb\x60\xe3\x72\x12\xca\xc5\x72\xf8\xcd\xff\xa3\xe2\xbe\x8e\xa8\x05\x13\x96\x7d\x39\xd6\x24\x49\x7f\xa9\xf1\x1a\x8b\x69\x8f\x97\xe9\x45\xe2\x25\x17\xf8\x8f\x05\xe0\xa7\x92\xef\xb1\x26\x92\x47\x9b\x4f\x5e\xe0\x57\x6d\x82\x5a\x8b\x9c\x67\x39\x80\xf0\xc7\x4f\x3a\xc4\xb5\x80\xaf\x2d\x32\x57\x0a\x2b\x2d\x0b\x94\x40\x6d\x79\x8a\xe8\xd5\xbf\x4c\x14\xed\x5e\x96\x46\x2b\xa9\x16\x73\xc0\x57\xc9\xe7\xfc\xa2\x15\xab\x48\x95\xb1\xe8\x70\xef\x16\xe0\x6f\xef\x43\x74\x11\xd7\xd9\xd3\x79\xed\xbc\x18\x0a\x9f\x2e\x02\x3b\x0b\xf2\x9d\xdc\x55\xfc\xc2\x8b\x90\x7c\x48\xae\x9d\x9b\xd6\x5b\xee\x05\x76\xe1\xbc\x44\xeb\x40\xce\x73\x6f\x39\x78\x37\xf9\x88\x5c\x07\xc1\x68\xf3\x0f\x39\x2f\x9a\xeb\x23\x97\x53\xc3\x62\xc1\x7c\x29\x4f\x16\x54\x3c\x2a\xe8\x1f\x0b\xe5\xf2\x8b\x60\xfd\x42\x25\x0a\x55\xa2\x8b\x45\x10\x27\x75\xeb\x3a\xb9\x43\x74\x23\x5b\x74\x56\x72\xbe\x88\x75\x72\x5b\x9a\x1f\x59\x8b\xec\x23\xa4\x91\x22\xca\x21\xb8\x8b\x85\x26\x9c\x49\x76\xc1\x52\xe6\x84\x11\xeb\xcc\x89\xd3\xc4\x40\x8b\xf4\xa1\xf2\xa2\x67\xbc\x46\x71\xe5\xc9\xe2\x1f\x3a\xba\x54\x8b\x74\xe8\x2f\xd2\x19\x2d\x96\xcd\x77\x97\x57\xd2\xe4\x17\x78\xde\x7d\x9a\xe4\x79\xe7\xe5\xbe\xe8\xa2\xa7\x17\x68\x1a\xb3\xbb\xf4\x82\x69\x6c\x59\x24\xa3\x7a\x58\xb1\x33\xf4\xba\xb9\xde\x6e\xa1\x21\xff\x8d\x66\xf2\xe6\xf9\xa8\xeb\xcb\x42\xf0\xa4\x2d\x00\x0b\x40\xef\x73\xfa\xc1\x21\xc9\xb1\x6e\x0b\x6a\xa7\x35\x3e\x0d\x1c\x1c\x84\x49\x38\xd1\x82\x5b\xe4\xe5\xc4\x5f\xa0\x92\x6b\xb3\x44\x7c\xb8\xdd\x75\x71\x58\xd4\x22\xa9\x5a\x57\x2c\x00\x3b\xdb\xeb\x16\xdd\xf3\x37\x1d\x77\x3b\x60\x9b\x6f\xec\x3b\x53\x40\x38\xbf\xc7\x0e\x07\xa4\xe6\x34\xbb\x3b\xf4\x4c\xd5\x00\x75\x47\x29\xd7\x62\x5f\xf6\x1d\xb6\x2d\x8b\xb5\x1d\x7a\xa7\xe6\xc4\xbc\x3b\x13\x24\x17\xdd\x90\x77\xd4\x7a\x35\xce\xde\x13\x0a\x6a\x1c\x3b\x1c\x90\x2c\x94\x76\x40\x43\x87\x01\xee\x2c\xf5\xea\xb4\xbc\xfb\xd6\x50\xca\xc9\xcf\x94\x73\xba\x74\xed\x5b\x20\xa5\xb2\x9f\x91\xb1\x41\x9b\x73\x4f\x68\xd8\xfd\x03\xea\xef\x4c\x3f\xe3\x3a\xe3\x3c\xbf\x3b\xbc\x93\xbc\x93\xf6\xc2\xb3\x44\x63\x28\xb9\x5a\x22\xba\xe4\xc4\x69\x5e\x0a\x0f\x30\x49\x84\x9d\xbe\x46\xce\xe2\xbb\xc3\xd8\x55\xab\x9f\xb9\x3b\x05\x89\x77\x96\xaf\xb0\x2f\xea\x8e\xf2\x15\xef\xf2\xfd\xe1\x44\xda\xe1\xba\x54\x24\x1d\xf6\x0a\x9e\xf6\x10\x2b\x71\x47\x77\xeb\x5c\x5a\xb1\xe8\x5e\x93\xcb\xc5\x0c\xf0\x5c\xfa\xac\x3d\x0c\x67\x75\xb8\x0b\x2a\x0e\xfc\x3f\x04\xb7\x17\x92\xba\x30\x6d\xdc\x1d\x66\x34\x5b\x20\x77\xb8\x35\x39\xcb\xc5\x8e\xaa\x5f\x9f\x19\x6b\x29\x23\x35\xeb\x09\x19\xcd\xe1\x8d\x26\x25\x51\x94\xba\x33\x29\xd3\x76\xea\xce\xec\xa3\xbc\xc3\xfb\xfe\xdb\xc2\xc9\x26\xdd\x04\xbc\xcf\xc3\x7d\x22\x43\xb0\xf4\x10\x7b\xea\xd6\x44\x34\x1c\xe8\xed\x81\xbc\x77\x0a\x1b\xe1\xbb\xbd\x53\x66\xea\x2e\xb4\x77\xae\x8c\xa6\xa1\xf3\x84\xec\x6e\x92\x7a\x4b\x89\xc4\xbd\x27\x2f\x89\x88\x4e\x85\x8c\x10\xfe\x3e\x30\xb5\xd5\x1b\x77\xd0\x1d\x5c\x9d\x8e\x24\x4b\x4d\x24\x0c\x94\x1a\x68\x1f\x9c\x19\x0d\x24\xb5\x75\x42\x30\x3b\x03\x30\xbd\xab\x46\x52\xa5\x3e\xe0\x17\xe5\xb4\xb0\x7b\xb0\xb2\x88\x5a\x0c\x6e\x64\x6f\x54\xa4\x88\x76\x7c\xe6\x1e\x3c\x97\x3f\x2d\x90\x26\x4d\x04\xad\x75\xe1\x06\x20\x5b\xbc\x85\x12\x24\x7a\x35\x5e\x90\xe8\x7a\x2e\xb1\xcf\xdc\x63\xea\x61\x22\x29\xbf\x90\xeb\x3e\x79\x50\x9b\x26\x94\xcc\x70\xa4\xd6\x8e\x8a\x19\x9b\x0c\x0a\x3b\x72\x76\x86\xf3\xe9\xee\xf0\x84\x5a\xc3\x44\xc3\xf5\xc9\x39\x5e\xf7\xd4\x19\x9a\xa5\x26\x65\x87\x89\x58\xbc\x2d\x0b\xf3\xef\x09\x0e\xcd\x75\x28\x4b\xeb\x30\xe4\x1d\x60\x31\x96\x5b\xe0\xd6\xf1\xcc\x20\xad\xa7\x53\xba\xee\x70\x97\x72\xfe\xd5\x7d\x81\x29\x75\xf1\xdd\x17\x89\xd6\x34\xac\x9c\x59\x8d\x8a\xd5\x30\x74\x3c\xed\x8c\xee\xfc\xac\x15\x83\x37\x3f\x8b\xb3\x63\x31\xbd\x36\x3b\x73\x97\x6a\x4c\x4c\xd2\xe5\x50\xad\x1d\x49\xb9\x1c\xc4\xbe\x23\x27\x97\x81\xe1\x0e\xd3\x9f\x93\x80\xee\x47\xf6\xa8\x99\x46\xa4\xe5\x1a\x9f\x1f\x38\x6a\xd1\xc8\xc8\x4b\xa7\x24\xdf\xa1\xdf\xf3\xfd\x7f\xa7\x83\xd4\xf8\xfc\x40\x6d\x4a\xb8\x49\x1c\x1d\x02\x76\xfb\x49\x22\xfc\xdc\xf0\xbf\xde\x87\x3a\x4f\x95\x0c\x63\x3f\x09\xda\x3d\xd3\xb0\x0d\x3a\x40\x78\x3f\x99\x36\x5d\x17\xb8\xfd\xe4\xfd\xec\xd3\xc4\x8e\x2f\xfc\x02\xd4\xea\xde\xa8\xcc\xe2\x65\x97\xaa\x1d\xd6\x45\x27\x8c\xdc\xcf\xc4\x64\x6e\x81\x83\xd2\x4a\x5c\xb0\xd5\xcc\x3f\xdd\x8d\xf6\x17\x55\x36\x07\xd8\xed\x28\x4e\xb6\x3e\xcf\x9c\x01\x2d\x1b\x55\x75\x8e\x2d\xd8\x2f\x1c\xd7\x5e\x77\xe4\xd9\x76\xae\x99\xfd\x45\x8c\x61\xcf\xba\xfd\x26\xb6\x12\xb5\x37\x2b\xaf\xaa\xbd\x17\xff\x55\x9b\x1d\x76\x14\x93\x75\xa6\xfa\xfd\x46\xc6\x86\xe9\xff\x79\x54\x4a\x3f\xba\xdf\x39\xe3\xa2\x00\x9a\xbf\xcf\xc9\x78\xf3\x5e\xe5\x67\x62\x35\x81\xf9\xfd\xe6\x10\xdc\x05\x8a\x6f\x98\x75\xe1\xbf\xee\xac\x7a\x7b\xc2\x43\x73\xc1\xc3\x3b\x8c\xa1\xdb\x43\x87\x2f\xf5\xf0\x20\x38\xce\x47\xe1\x43\x0c\xab\x49\x40\x2a\xf1\x0f\xdf\x3e\x39\xeb\x6e\x30\x21\xab\x68\x64\x32\x0d\x67\xf3\xda\x11\x0f\xea\x14\x4e\xc7\x0b\x38\xbb\xf3\xf8\x1d\xf0\xa4\x72\x97\xc7\x0f\xf3\x3c\xfc\x4c\xdd\xa5\x84\xce\xf1\x23\x6b\xeb\x40\x38\x90\xa3\xcc\xb9\x32\x0e\x78\xb7\x5b\x7c\x1f\x28\xb6\xe1\xbc\x7e\xc7\x46\x45\xa5\x28\x40\xc6\xb2\x70\xec\xcd\x01\xb3\x65\xb3\xd0\x39\x90\x91\xcc\xba\x8d\x03\x5e\x50\xe6\xb5\x63\x23\x2a\xd3\xde\x38\x98\x69\x5c\x8a\xad\x83\x56\x49\x47\x4f\x1c\xe5\x3d\x59\x9d\x41\xf6\x28\x4c\x32\xea\xe7\x1c\xb5\x3f\x80\x68\x1d\x7e\x4e\xee\x72\x17\x3c\x20\xa4\x5e\x3d\x0a\xaf\xc8\x92\x11\x07\x8b\xc0\x7a\xdc\x25\xd7\x4e\x3f\x54\x5e\xa2\xb4\xe9\x8e\xd4\x22\x56\xbf\x81\x5d\xa9\xd3\xfd\xa8\xd4\xcf\xc9\x48\x7d\x54\x6c\x53\x9d\x41\x47\xe5\x6a\xba\x01\xa4\xa1\xd2\x2e\x3a\x6a\xde\x89\xdc\x25\xe1\xa1\x94\xd9\x07\xfd\xda\x8b\x36\xda\x01\xd3\xa7\xef\x59\x07\xe0\xdc\x67\x39\x5b\x4e\x9d\x5b\x98\xb0\xf7\xb9\x01\x54\x0d\xd0\xce\x3f\xe0\xb3\xee\x58\x98\x03\xb9\xd0\x9d\xcb\xe9\x40\xec\xa4\x73\x8e\x1d\x74\x61\xb7\x34\x3e\x1a\xd2\x3e\x4a\x74\x1c\x1d\xfb\x52\x77\x91\x03\xfa\xc1\x4f\x03\x70\x79\xb7\x37\xda\xc1\x4c\xaa\x9b\x39\x16\xd1\x92\x76\x79\x3b\xe8\x13\x5f\x3e\x3f\xc0\x88\xed\x69\xef\x20\x51\xfb\xfa\x60\xde\x73\x1f\x20\xc7\xa0\x24\x90\xc2\xf0\x18\x9c\x45\x4d\x42\x06\x2f\x2e\x7f\x81\x13\xc5\xeb\x30\x88\xfc\xcd\xa2\x63\xe7\xda\xbb\x53\xcc\xdb\xf4\x0b\x84\x7a\xcd\x2f\x60\xdb\x4c\x3f\x03\x0d\xd8\xee\x7d\xd0\xf1\xca\xc7\xd8\x11\x2c\xf5\xec\x7d\x12\x94\x16\x9a\x88\xc8\x48\x6d\x2d\x1e\x73\xa7\x3a\x00\xf9\x08\x9e\xd6\x7f\x4b\x0e\x74\x40\xc5\xe8\xb0\xd2\x83\xb9\x51\x7d\x8e\x1e\x33\x39\x5e\x24\x4e\x86\x27\xf8\x85\xc0\x7d\xc7\xcf\xdc\xa8\x66\x79\xf8\x71\xd9\x4b\xfc\x98\x58\x3b\xb3\xe3\x24\x68\x92\xd8\x3f\x90\x8d\xdd\xfe\xd8\x47\x02\x3d\xd9\x7f\x8e\xc5\x6d\xda\xfc\x03\x64\xac\xd7\x12\xe9\xda\xab\x19\x72\xa1\x5e\xa9\x25\x28\xca\x91\x94\x4d\x27\xc9\xc1\x14\x68\x1e\x35\x81\xdd\xe7\x19\xa8\x4c\x6a\xd4\x03\xd6\x61\x47\x06\x1c\xcc\xe6\x6e\x7d\xf2\xb1\xc8\x1b\x5a\xb7\xc5\x41\xbb\x01\x38\x23\x7c\x1a\xc0\x98\xbd\x67\x77\x42\x70\x8b\xe4\x3d\xb3\x1b\xe9\x99\x57\x15\x9f\x2b\x48\x9f\xf6\x91\x02\x3b\x55\x0c\x96\xa8\x3b\x13\xed\x8b\x04\x38\x89\x35\x03\x9c\xe3\xc8\x3e\xd5\x24\xf3\xc5\x9b\xc1\x69\x09\x76\xcc\xd3\x01\x57\x7a\x67\x3b\x39\x0e\xee\xdb\xe5\x16\x38\xd1\x3e\xab\x0e\x54\xe9\xb1\x30\x3b\x88\xba\x3e\x4d\x50\x15\xe6\xb5\x82\xd2\xd0\x47\xf8\x71\xe2\xbe\xef\x99\x3e\x49\x94\xee\x22\xc7\xc9\xd0\x6b\x8d\x9b\xe9\xd5\x9c\xf6\xfe\x78\xc1\xe4\xf8\x7d\x9e\x03\x13\x23\x12\x4e\x5e\x87\xcd\xd2\xc0\x92\x1f\xf9\xc6\x32\x2a\x2e\x6a\x70\x9c\x64\x71\x7f\x80\xd5\x5f\x26\x81\x1c\xad\x69\x81\x0a\x71\x56\xe9\x21\x0e\xaa\x0c\x9d\x0a\xff\xb8\x28\xd4\x7d\x80\x5e\x29\x8e\xdc\x46\x12\xa1\x89\x48\x84\x68\xd1\x70\x61\xc1\x4d\x05\x75\x86\xe6\x49\x78\xcb\xdb\xda\x78\xbc\x08\x70\xd8\x09\xe7\xb8\x39\x4f\xa2\xe9\xa6\x8f\x84\x59\xec\x45\x7c\xc3\x2e\x9c\xc7\x9d\x24\xb9\xc7\x0b\xd6\x04\xf5\x00\x3f\xb2\x59\xa5\xec\x38\x1e\x6a\xe3\x7c\xb4\x3c\xf5\x6d\x52\x7a\xb0\xe3\x01\x0d\x96\x36\x4f\xe0\x59\x5d\x3e\xa4\xc9\xfb\xe2\x21\xdb\x5b\x6c\x27\x40\x93\x54\x3e\x7f\x3f\x50\x3d\xf5\xbc\x51\x2a\x6f\xfa\x81\x1c\x15\xfe\xa1\x92\xec\xa5\x1f\x28\x14\x75\xc2\x9d\xb4\xfd\xfa\x44\x3b\x7f\xa0\xf3\xf3\x05\xbd\x0b\x24\xe9\xcf\x1f\x95\xe9\xcd\x6f\x10\x0d\x87\xdf\xb8\x30\x54\x3f\xe3\x52\x65\xed\xc5\xf9\xe3\x06\xd6\xa9\x78\xbe\x40\x6f\xd8\x01\xf6\x7c\x81\x5e\x73\x42\xbd\x73\xe3\xe4\xfa\xb9\xe1\x7d\xf5\xb0\x71\x72\xfd\x3d\x45\xb9\x76\xeb\xb9\x91\xc5\x74\xa9\x38\x59\x56\x4d\x1c\x71\xbe\xc0\x70\x58\x35\x7e\x12\x17\xae\xfe\xa7\x80\xa3\x33\x33\xb8\x69\x56\x0b\xe9\x55\x6f\x85\x32\x4f\x87\xf8\x59\x78\x2d\xec\xfe\x82\x23\xf0\x0b\xc9\x1e\x1a\xc1\x8b\x1a\x87\x33\x55\x9c\x2f\x68\x1c\x56\x51\x9f\x25\x57\xc1\x2f\xd0\xa6\x2b\x29\x79\x26\x46\x14\x0c\x38\x2b\x9d\xd7\x74\xfb\x3d\x13\x24\x4a\xa0\x9c\x35\xc9\xd4\x44\x57\x90\x29\xb5\xe3\x59\x61\x20\x18\xee\x03\x4b\x5f\xdc\xe2\xcd\x53\x5f\xc3\xa8\x2f\x02\xfb\x0c\xab\x81\xa7\x25\xf3\xce\x34\x2c\x37\xff\x80\xa9\x94\x02\xef\x6c\x14\x8a\xda\x68\x67\x23\x07\x4b\xd8\x9f\xb4\x13\xd7\xcd\x3f\x9c\x68\x42\xe3\x4e\x1d\xa0\x66\xaa\x61\xed\x75\x33\x3a\x3b\x69\xd2\xff\x3d\x27\x4e\x44\x77\xb0\x5f\xf1\x33\x97\x57\x78\xe9\xec\xd8\xfc\x9e\x58\x26\xdc\xaf\x66\xd0\x3e\xd1\x82\x26\xba\x53\x48\x76\xd3\x40\xcc\xa6\x73\xf7\xec\xb9\x89\xfc\x03\xa8\xf6\x1e\x19\x94\x0e\x9a\x38\xe4\xcf\x9f\x2e\x8f\x70\xd2\xa3\xcf\x58\xe1\x1c\x18\x86\xc5\xc7\x80\x18\xd5\x85\xf0\x1c\x14\xe5\xdd\x4d\x2e\x36\x29\x2a\x07\x66\x56\x17\x97\x73\xf0\xa2\xf2\xf9\x81\x08\x5c\x87\xfd\x49\x17\xbf\x6a\x46\x8f\xdc\x68\x9a\x0a\x26\x69\x73\xf0\xd5\xf9\x42\xcb\x6a\x67\xb4\x33\x48\xa6\x86\x91\xd6\xe7\xcf\x0f\x90\x50\x76\xdc\x39\x83\x7b\x63\xba\x53\xea\x7d\xcc\xd7\x41\x3e\xd5\x61\x7d\xd2\xbc\xec\x81\xcc\xc2\x3c\xe4\x5a\xd2\x09\xbe\x14\xcc\x39\x67\xb2\xa1\x46\xca\xda\xba\xce\xe9\x7a\x4e\x94\x1f\xf8\xbc\x80\x20\x33\x8f\x6b\xa2\x64\xc2\xa7\x87\x04\xdd\x7a\x61\x61\x85\x85\x8b\xce\x85\xb8\x61\x01\x8e\x33\xe3\x08\x3e\x2f\x74\xd4\x1e\x11\x8b\x00\x2c\x3a\x4a\xfb\x5c\xb8\x6f\x99\x02\x54\xaa\x73\xa2\x95\x73\xf1\x04\x32\x57\x42\x2b\x68\xc0\x7b\xee\x74\x2d\x12\xf0\x3a\x77\x08\x72\x0b\xc2\xbd\xe0\x59\x3d\xee\x64\x39\xbf\x8f\x82\xd7\xc2\x23\xe7\x4e\x38\x61\xb1\xb6\x33\x87\x83\xb8\x63\xc7\xc6\xf1\x99\xb8\x43\x0c\x36\xbf\x0f\x01\x64\xb9\xbe\xdf\xf8\x5f\x53\x72\xf0\xe6\xec\x06\x0f\x52\xac\x21\x1d\xa4\x58\xab\x76\x60\x9d\x7d\xfc\x1d\x80\x0e\x42\x33\xe7\x41\xb3\x8a\x37\xc9\xc1\xa3\x46\xd7\x86\x93\x79\x77\xad\xf6\x38\x0f\xd0\xe8\x03\x14\xa9\x31\x3e\xcc\xc8\x6c\x6f\xd6\xac\x9c\x27\x16\xbe\xff\xc9\x99\xee\x3c\x31\x00\x9f\x2c\x27\x21\x9b\xc5\xdb\x89\xfd\xd3\xdd\x7a\x32\xaa\x86\x04\x94\xb8\x3e\x1f\x5c\x6c\xc1\x2f\xc0\xfd\xcb\x73\x96\x96\x68\x33\xce\x45\x1a\x34\xa2\x74\x0f\xf4\x26\x67\x5a\x8c\x4d\x57\xa5\xf3\xa2\x9e\xdd\x0b\xf7\x02\xcb\xfa\x99\xc5\xc4\x95\xc3\x6d\x82\x13\x2c\x26\x12\x67\xfa\xa8\xb9\xb8\x32\x9e\xf7\x0b\xd2\xca\x1b\xf2\xe2\xb5\xd7\xa7\xd7\x75\x63\x87\x9a\x06\xd8\xae\x85\x7e\x4f\x96\xfc\x35\x36\xba\x39\x4c\x7d\x4f\x17\x43\x1b\x01\x4f\x04\x3c\xf8\xf2\x74\xa6\xa6\xd1\x62\xe6\x26\x98\x92\xb6\xe8\xbc\x21\xd5\xbd\x16\x0f\xbb\x50\x97\x0f\x36\x90\xc7\xf4\xf0\x38\xb4\xd0\x26\xee\x34\xef\xd0\xf0\xec\x03\xf6\x01\x8e\x90\x62\xe8\xcc\x68\x06\x77\x40\xad\xfc\x7f\x04\x5c\x69\x86\x6e\x7a\x06\x41\xc3\xcf\x84\x98\xd5\x3f\xa0\xe2\x98\x16\xf2\x42\x89\x42\x63\xb7\xeb\x47\x02\xab\x9e\x49\x50\xe8\x19\x45\x05\xc4\x7d\xd7\x0f\xc1\xef\x9b\xdb\x4f\x66\xd3\x0f\x1b\x9c\x55\x35\xa7\x17\x23\x21\x36\x5d\x6a\x2e\x16\x3a\x70\xf8\xee\xb5\x51\x89\x2f\x9c\x7c\x6d\x2c\x26\xef\x26\xb0\x45\x86\x3f\xa0\x70\x5f\xfe\x21\xe0\x40\xe7\x0f\xa0\xea\xdc\xdc\x20\x7d\xd7\x34\x8b\x88\xdf\xb4\x55\xfc\x82\x9e\xd2\x21\x63\xd7\x06\xd6\x1c\x26\x99\xac\xa9\xc3\xe0\xda\x78\xfc\x4b\xb6\x5f\x70\x6e\x74\x7a\x8c\x0b\x15\x12\x9d\x10\xf0\x42\x0e\x61\xe7\x54\xb9\x4a\x8e\x59\x24\x97\x1c\x93\x5b\x24\xe4\x10\xbb\x5f\x34\x7a\x8b\x35\xae\x17\x62\xd6\x0f\x91\xe9\xec\xb8\xfc\x02\x84\xad\xce\x9b\xeb\x85\xa0\xcd\x90\xe4\x82\xda\xd2\x9e\x1d\x57\xe5\x05\x46\xc7\xc3\x55\xc1\x5c\x5e\x97\xcc\x21\x27\x8a\x2a\xd6\xc5\x63\x80\x92\xd2\xd5\x78\x2f\xd6\x73\x9a\x7e\xe6\x9d\xca\xb3\x54\xb1\xbd\x3c\xad\xcc\x08\xe7\x50\x8a\x8b\x05\x9e\xac\x6c\xb8\x10\x0c\x5a\xb5\xc7\x2f\xd6\x77\xfa\xf9\xb9\x61\x1d\xdc\x00\x59\x47\x24\x37\xb0\xfb\xa7\x3d\x42\x41\x9d\x60\x57\x43\xf9\x65\xc9\xce\xab\xe1\x44\xd3\x9d\xfd\x82\x09\xdb\x21\x8d\x17\x4b\x2d\x8c\x4f\x8f\x9c\x75\xcd\x32\xe1\xac\x7c\x6d\x2f\xe6\x80\xd3\x01\x75\xd1\x09\xd2\xa1\x81\x57\x4f\xd6\xd0\xc2\x76\x3a\x92\x08\x52\x5f\xc4\xb3\x31\xfe\x72\x00\x5d\xcc\x18\xe7\xc8\xc2\x2b\xc1\xad\x2e\x5f\x57\x27\x42\x6f\x26\x09\x63\x9e\x26\x80\xce\xbe\xcd\x4d\xe4\x7e\xf0\x17\x00\x6c\xc2\xf8\xd7\x8b\x76\xab\x8d\xd5\x17\x12\x16\x3b\x98\xe8\x1a\x38\xc6\x3d\x22\x1a\xcc\x1d\xed\x78\xb1\x98\x84\xa7\x7d\xe4\x28\xb4\x4e\x03\xe7\x4d\xf8\x85\x1c\x84\x56\x7a\x60\x1d\xcc\x7c\x91\xbc\xa5\x2f\x02\xa5\xfa\xbd\xd2\x41\x6e\x57\x03\x01\x1a\xbd\x0c\x99\xd3\x4d\xac\x13\x03\x0a\x25\x4d\x63\x50\xb4\x5b\x36\x53\x83\x3a\xfd\x4c\x77\xad\x4f\x0f\xdc\xd1\x3f\x77\x01\x28\x22\x60\x7c\x51\x8b\xea\x32\x9b\xd7\x4c\x66\x51\xa7\x93\xf0\xdc\xf2\x7b\xf2\x16\xe9\x2d\x34\x69\x96\xf5\x11\xc1\xe4\x21\xd6\x53\x5d\x4c\x8a\x5c\xbb\xdb\x00\xa8\x32\xe1\x33\x79\x5c\x74\x4e\xf2\xb4\xa8\x58\x8c\xf5\xb0\x84\x5e\x5c\x5f\xb5\x48\x45\xa9\x23\x07\x2f\xe6\x44\xb6\x77\xdc\xb5\xf2\x32\xa3\xe7\x57\x76\x38\x82\xf6\x5a\xe4\x49\xcd\x1d\x9c\x29\x9d\x1a\xe3\x62\x5c\xcd\x47\x32\x24\x5a\xb6\x90\x7f\xd1\xf2\xb0\xfb\xf9\xb5\xc3\xf5\xdb\x07\x17\xc1\xb1\x05\xf0\x8e\x31\x98\x3f\x76\x7a\x4c\x5b\x54\xec\x39\x06\x7f\x41\x1e\x14\x5c\xb8\x08\x87\x7d\xf4\x21\xac\xe6\x23\xde\x10\x55\xe3\x2b\xe0\x45\x78\x6c\x01\xba\x63\x9e\x7d\x04\xbc\x70\x79\xd8\x1f\xfe\x42\xf8\xad\x15\x2d\x17\x32\xcf\x39\x5f\xc3\x95\x11\x36\x16\x7f\x07\x52\x42\x98\xc0\x03\xe2\x71\xb9\x41\x42\x26\x01\x9c\xeb\x80\xb5\xd6\xa7\xf9\x31\x41\x81\x7b\xa0\x3e\xca\x1b\xf5\x00\x7e\x98\x7e\x7e\x79\xdc\x36\x9f\x8b\x68\xdb\xb3\x0e\x13\xbf\x8d\x21\x17\x7c\x3d\x0d\xf2\xae\x93\xdb\x56\x10\xeb\x62\x1d\x2e\x5f\x01\xae\x13\x4a\x10\x93\x08\xbc\x1c\x96\x66\x30\xd0\x37\x33\x06\xe3\x6d\x6c\x6f\xb9\x4e\xe2\x4a\x91\xcc\x32\x5b\x4e\x65\x7f\x5d\x90\x66\x9e\x25\xc4\xdb\x34\x29\x1c\xae\x17\x2d\x0f\x9b\xd4\x2f\x96\xb0\xf0\xb2\x5f\x64\x14\x9f\x7b\x17\x67\x51\x24\xb3\xb6\xa7\xfd\x97\x2f\xd4\xf6\x74\x3a\xc8\x8b\x58\xf9\x43\xe2\x85\x06\x34\x07\x2f\x54\x1e\x76\xbd\xbf\x5e\x68\x5c\x3f\x73\x72\x6f\xf8\x5f\xdf\xd3\xab\xd3\x61\x8f\x17\x32\xa0\xd4\xea\x1e\xef\x86\x2f\xfc\x02\xc5\x88\xc1\x40\xa2\xeb\x51\xff\x74\x0a\x21\x9a\xc7\x6e\xc7\x17\x62\x8d\x9d\xfa\xfd\x62\x74\x8f\xdd\x06\xae\x84\xe2\x16\x21\x28\x1c\xf6\x59\x25\xc4\x1e\x97\x22\xd5\xc5\xc5\xf8\x1f\x0b\xa5\x87\xd8\xc1\x62\x0c\xe0\xdd\xd1\x06\xd7\x03\x1f\x75\x63\x38\x66\xa9\xb3\xb5\xe6\x7a\x92\x28\x7f\x71\xa0\x85\xff\xbe\xb8\x51\xe0\xa2\xd8\x0f\xe0\x86\x0e\xd8\x49\x73\x6f\xa0\xef\xa2\xfd\x77\xff\xc0\x29\xda\xa0\xf7\x8f\x3e\x58\x22\xfa\xfe\x2d\xbc\xe0\x06\x76\x3c\x6f\x7a\x06\x05\xa2\xe8\xde\x72\x7b\xe8\x83\x74\xf0\x9c\xfe\x01\xa3\x36\x89\x1b\xdd\xfa\xa6\x9b\x48\xee\xf4\x0f\x07\xf4\x14\x6e\xe1\xe4\x28\x97\x7e\xa0\xac\x1d\xfe\x01\xa6\xb7\xe5\x3e\x20\x6a\xb5\x98\x77\xaa\x6f\x25\x15\xee\x02\x7e\x94\xe0\xba\x0b\x89\xf4\xff\x15\xcf\x45\xcf\x03\x61\x1a\x7e\x26\xcd\xda\xa2\x77\xa1\xff\xb6\x14\x05\x37\xf3\x29\x7b\x5e\x18\x9e\x5c\xc5\xbf\x37\xe1\xb2\x83\x26\x6f\xba\x8c\x2e\x3f\x53\x63\x2b\xac\x78\x57\x12\xad\x2e\x00\x8f\xed\xa6\x7a\x03\x1e\x17\x87\x76\xde\xc0\xc7\xf6\x3a\xbe\x2b\x9d\xd5\xc2\x2d\x04\x5e\xd0\x3c\x55\xac\x7e\x71\x8f\x58\x7d\xdd\x5b\xee\x8a\xd5\xd7\x26\xbd\xa9\xdf\x5d\xfe\x1e\xaa\x0b\x9d\xec\x37\x7c\x42\x8b\x43\x49\xef\x86\x78\x57\x53\x04\x75\xae\xbd\x9c\xef\x74\x02\x15\x36\xbc\x53\xbf\x1b\x6e\x61\xe0\x0b\xcd\x52\x7a\x0d\x78\xda\x10\x37\xd4\xac\x7d\xbd\x1b\x65\x99\x9f\x0f\xea\x2f\xf4\x8c\x10\x1c\x9d\xa2\x37\x0a\xa8\x16\x47\x79\xde\x9d\xbb\xcc\xd3\xd2\x91\x3f\xcd\xc3\xee\x0d\x75\x88\x35\xec\xce\x60\x13\xbf\x0f\x9a\x85\x2d\xee\x4e\xa4\xe6\x61\x77\x88\x53\x81\xfa\xbb\x43\x9c\x9a\xc4\x9e\xf3\xa8\x1e\x07\x02\xb0\xbc\xcf\x07\x0d\xf0\x02\x0b\x77\x02\x5a\x33\xc7\xe0\xbc\xf9\x05\x2e\xbd\x68\x1e\x58\xfa\xea\xf7\xb1\xf4\xd5\x3d\x1e\x6f\x8f\x66\xdf\x01\xf5\xa4\x10\xf5\x9d\xaa\xdd\xe5\x1f\x92\x7d\xd5\x22\x00\xb0\xab\x3d\xdf\xc1\x7b\xc6\xe7\x87\x5c\x6b\xff\x40\xab\x87\x00\xeb\x1d\x24\x52\xf3\x16\xe0\x47\x4f\x7c\x9c\x78\xf6\xfb\x98\x57\xe1\x9d\x3b\x78\x6d\xf6\x96\x0a\x08\x0a\xaf\x14\x23\xc2\x3f\x1c\x0c\x45\xaf\x85\xfa\x0d\x3d\xaf\xbd\xf1\xee\xb9\xff\xfb\x0f\xf0\xca\x1f\x0e\xa1\x7b\x82\x3c\x21\x83\x9b\xe1\xe2\x36\xc7\xdf\x13\xeb\x2e\x30\x72\x23\x6c\xe8\xb3\x3d\xa0\xf2\xb5\x9f\xcf\x9d\x0e\x04\xcb\x2f\x40\x24\xe8\x12\x72\xaf\x64\x03\xff\x00\x36\xf0\xb2\x65\xd0\x90\x79\x99\xa9\x64\xaa\xe6\xfc\x81\xd0\x70\x81\x8b\xa7\x02\x3b\x08\xce\x3c\x94\x11\xda\x3e\x4f\xe5\xf6\xd2\x85\xf3\x61\x0a\xcc\xaa\x9b\xd0\x53\x09\xe7\x3f\x3f\x70\x59\x24\x5e\x9f\x94\x1b\xda\x31\x0f\x6b\xf5\x38\xf6\xff\x61\xad\x1e\x1b\x85\x1f\x5c\xb4\xed\x46\xf0\x34\x02\x47\xff\x4f\x2d\xaa\x80\xdd\x03\xab\x8d\x8d\xe3\x4f\x47\x03\xba\xa6\x3c\xb0\xc9\xd8\x0a\xfd\x74\xba\x65\x79\x5c\x9d\xc7\x92\x76\xe9\xd3\x73\x5c\xfa\x01\x36\x97\xee\x74\x43\xcf\x20\x88\xf1\x30\x06\xef\x25\xd5\x3f\x60\x5b\x86\xbf\x40\x21\x16\x6d\xd3\x87\x15\x09\x3f\xef\xf3\x28\x9c\x7e\xe1\x86\x8d\x5f\xc3\x08\x66\x4b\xd7\xff\x41\x0e\x9f\x7e\x81\x60\x52\xe3\x0c\x58\x09\x3c\xf5\x88\xee\x6b\x5e\xdf\xc0\xbc\x48\x20\x3f\xef\x9e\xfc\xc4\x8c\x3c\x13\x2c\xa8\x4d\xfc\x70\xc7\xe8\xcc\x79\x26\xb2\xaf\xeb\xa8\x7d\x26\x38\x52\x5b\xf2\x99\x9c\x01\xf5\x37\xd9\x9f\xe8\x7b\x77\x5c\x75\xbc\xd7\x33\x73\x5d\xfc\x01\x76\x99\x19\x78\xf2\xa0\xad\xa6\x00\x99\x16\x3f\x3d\x26\xb7\xa9\x0b\x3a\xea\x54\xc9\xb2\x67\xe5\x42\xfa\x07\x30\x8f\xc4\xc4\xb3\x08\x46\xb5\x11\x1f\xdc\x2f\xc3\x86\x84\x67\x61\x9b\x98\x37\x58\x8a\xb0\x2e\xbf\x00\x59\x65\xf6\x5a\x90\x05\xde\x24\x3b\xbc\x72\xcd\xbf\x3b\x6f\xde\xd3\x3f\x60\xa2\xcd\x5b\xcc\xca\xf0\x73\x03\xc9\x6b\x9a\x28\x44\xef\x85\x8e\xb5\x87\xc5\x72\x8a\xff\x27\xfc\xac\xee\x81\xcc\xe6\x4d\xb5\x93\x46\x3f\x43\x9c\x9a\xb7\x60\x3d\xf1\xfd\xf2\x39\x1a\x5b\xd4\xbc\x1d\x58\x7c\x8f\x81\xd7\x3b\x73\x33\xcc\x2b\x16\xbf\xcf\xc1\x3d\x27\xf9\xfb\xc0\x65\xdb\xc7\xdc\x03\x63\x49\xb7\xef\xc0\x73\xf2\xf0\xd6\xe5\xe8\x41\xa6\xf1\x6a\xfe\x3b\x29\x5a\xbc\x43\xe8\x36\xe3\xe8\xbd\xe7\xc4\xd2\x2d\x37\x09\x8f\x65\xa1\xcb\x07\x0e\xd5\xdd\xfe\x07\x0f\xf3\x82\x3b\xd1\xd5\x73\x51\x6b\xa8\x61\x5e\x60\x1f\x73\x0b\x2f\x70\x3a\x07\x9e\x8b\xde\x95\x3a\x29\x9e\x2b\x87\xa5\x2f\x60\x7b\x70\x72\x8b\x87\x17\xac\xf5\x27\x95\xdc\x83\xcb\xd6\xb4\xe3\xe3\x73\xd3\xee\xa6\xfb\xdb\x03\x97\x19\x2b\x83\x9f\x3b\xe7\x44\x73\x00\x97\x19\x2b\x87\x9f\x1b\xf0\xc0\x52\x02\xa9\x9a\xba\x95\xbd\xcf\xf3\xc3\x0b\xea\x01\x1e\x33\xb3\x79\x4b\xc1\x63\xc6\xda\xe3\xe7\xbd\x0d\x0d\xab\x25\x1f\x94\xb4\xe9\xb6\x1c\x3c\x0f\x32\x58\x09\xa6\x3d\x0f\x97\x25\x7b\x9c\xbf\xf7\x72\x54\x95\x2a\x61\xfe\xde\xbb\x51\x93\x29\x64\xfe\x10\x41\xd7\x74\xa9\x9d\xbf\x1f\xca\x7f\xfd\x87\xaf\xe7\xef\xbd\x3c\x0d\xa9\xfc\xe6\x0f\xa6\x0b\x39\x3b\xcd\x1f\x4c\x17\xe5\xd3\x01\x2d\x67\xcb\x3f\x4c\x8e\xd1\x5f\xec\xfc\xc1\x4d\x1e\x68\xc2\x2f\x80\xbf\x3f\x34\xf2\x48\x59\xfe\x80\xbc\xb6\xf9\x0d\x0a\xaf\xa6\x26\xde\x1b\x59\x51\x2a\x95\xf9\xdb\x28\xbb\x36\x51\x85\x0b\x99\x94\x7e\xf3\xb7\xf1\xda\xd0\xfc\x43\xe3\x17\xea\x94\x65\x75\x36\x77\x31\x38\x0c\x7f\x11\xd0\xfb\x88\x28\xd8\x2f\x94\x12\x6b\xfe\x98\x1e\x4a\x91\xa4\xf3\xc7\xd2\xcf\x63\xa9\x49\x5c\xc8\xca\x4f\x6b\x51\x92\x06\xbf\xc0\x32\x4d\x5e\x9d\xf7\xc6\x35\x94\x45\x6b\xfe\x78\xc1\x6a\x3f\xf5\xc1\x7c\x93\xa5\xa9\x4d\x84\xdc\xcd\xf6\x13\x87\xf0\xc2\x34\x34\x33\x74\x78\x29\x5d\x6d\x56\x9a\x21\x9b\x06\xc2\x4a\xcc\x55\x33\x53\x53\xcc\xbb\x0f\xea\xa3\x96\xc8\xac\xc9\xb6\x22\x0b\x77\xa8\xe2\xe5\x60\x82\xca\x9f\xf9\x16\x19\x2a\xe5\x02\x3c\x7f\x95\xe3\xe8\xfe\xe1\x41\x0b\x7a\x66\x4a\x71\x85\x4c\xce\x5f\xcb\xfd\x2d\xb2\x5b\x0e\x4c\x74\xe3\x16\x55\x3c\xbb\xef\x1d\x69\x14\xaf\x78\x07\x8f\x78\xb2\xe1\xb7\x2c\xe7\x85\xf9\xeb\x9c\x7c\x0d\xaa\xf3\x7b\x8d\xa1\xc3\x74\x6a\xb6\xed\x24\x59\x04\xc1\xcf\xb9\xff\x3e\x3f\x6c\x50\xa7\x6a\x4c\x83\x04\x68\x5e\x47\x8e\x40\x14\x8f\xe4\x41\xbf\x01\x92\x8a\xd6\x6e\x90\xe7\x4c\xf3\x80\xf9\xa9\xaa\xcb\x17\x19\x0d\x5d\xf3\xe6\x2f\x72\xa3\xa8\x45\x28\xe4\x75\x79\x9d\x3f\x28\xe4\x75\xbd\x9e\xbf\x80\x32\xd3\x3d\x06\xa5\xe8\xe7\x07\xcc\x72\x11\xcd\x2f\x94\x2a\x0a\xa9\x98\x3f\x5c\x67\x74\x0d\x9c\x3f\x78\xaa\xcc\x66\x9e\xc6\xfd\x45\xd7\xbe\xf9\x7b\xef\x2f\xed\x67\x86\xc5\xf5\x45\xa7\xdf\xfc\xa5\x7a\xbe\xeb\x83\x09\x11\x56\x34\xe6\x17\x7c\x0d\xb9\x4a\xce\xdf\x24\x85\x1a\x32\x32\x5e\xd5\x29\x8a\x26\x6f\x60\xcb\x0d\xae\x7f\xff\xa9\x65\x6a\x0e\x5e\xf4\xd5\x64\xdf\x9a\xbf\x17\x7c\xd5\xfa\x27\xa7\xed\xf9\x9b\x29\x05\x44\x3f\xd4\xf6\x42\xd4\xf3\x07\xb5\x7d\x5b\xea\x0d\x1e\x2a\x4a\x55\x33\x7f\x54\xda\x37\x6f\x05\xa0\xac\xe2\xfd\x09\xad\xbd\xee\x11\xf3\x47\xd4\xd5\xbc\xfb\xa0\xb6\xef\x16\x4c\x8b\xf2\xd5\x8b\xcc\xe4\x57\x9e\xc1\x1d\x9a\x4b\xcf\x20\x51\x56\xf3\xd6\xd9\x51\xc8\xb4\xfb\x03\x0a\x2e\xb3\x11\xd5\xf6\xcd\x9b\x8f\x49\x13\xa6\x68\x78\x71\x57\xfd\xcc\x0a\x72\x26\xf4\x9f\x39\x75\x87\x78\xad\xfe\x00\x6c\x52\xdd\x20\x42\x71\xbd\x3b\x53\x4d\xaf\x06\x0f\x58\xc3\xdc\x01\x60\xd9\xe6\xf6\x0e\x9e\x5b\xde\xfe\x47\xe6\x5e\xf1\x17\x48\x59\xdf\x44\x11\x40\x94\x80\xe0\xfc\x9d\xe0\x3b\xcb\x30\xfa\x2e\x37\x93\x80\xd2\xd0\x0a\x4a\x98\xbf\x04\x5d\x9e\x36\x6a\xd1\x7f\x96\xc5\x40\x5d\xf5\xf3\x45\xee\x6f\xf1\x2e\xdc\x50\x14\xee\x3e\x7f\x27\x15\x10\x4b\x4d\x32\x4d\x95\xe2\x68\xe7\xef\xa2\xb6\xc9\x08\xe0\x4a\x32\xfd\x09\xf6\x87\xc7\x79\x61\xc7\x56\x7f\x00\x7e\x33\x51\x17\xf9\x4d\xc3\x84\x9e\xbc\x78\xc7\xc3\xa5\x64\x78\xbb\x64\x96\x4d\xcb\x76\x56\x63\xf1\x86\x44\xde\xaa\x8f\x60\xbd\xb9\x81\xdd\x00\xc5\xa0\x85\x16\x72\x11\x2c\x95\xe1\x9b\xbf\x9b\xc7\x87\x31\x05\x7c\x4a\x3e\xc7\x3d\x13\x7b\x87\x65\xef\x83\xb3\xd8\x7b\xe2\xc9\x79\xd3\x28\x1f\xda\xf8\x7c\xe0\x20\xd3\xf7\x87\x4a\xba\xa1\x34\xef\x22\x66\xb6\x52\xec\xd7\xfc\x21\xb3\xd5\x0a\x83\x27\x38\x40\x87\x59\xee\x21\xcb\x0d\x31\x35\xf0\xdf\x0a\x63\x27\xba\xaa\x34\x6f\xac\x07\xdb\xc2\x4c\xfa\xd0\x55\xc4\x4d\xde\x6c\xe1\xbf\x26\x37\x3a\x48\x4b\x3a\x6c\x70\x5e\x59\xaa\x27\x38\x37\xa4\x50\x50\x31\xb3\xb9\xc1\x3d\xda\xcb\xb7\xfd\x90\x7d\x2f\xfc\x3f\x72\x86\xfd\xa7\x15\x9e\x1b\xb4\xe9\xc6\x66\xdb\x8b\xff\x8a\x14\x1f\x73\xfb\xd1\x00\x3b\xdc\xe1\xc5\x31\xe9\x8d\x2d\xa5\x87\xba\xd8\x72\xe2\xfc\xc3\xe4\x1b\xa1\x1f\xe0\x5c\xa2\xf5\xdd\x36\xf0\x64\xf3\xff\xbc\x43\x0d\xb7\x70\xb3\x53\x7d\xc1\x4c\x59\x8a\xcd\x9d\x1b\xd4\xe1\x46\x52\x1b\x2b\x14\x36\xf7\x49\x7d\x78\x93\x98\xdc\x0a\x47\xee\x67\x14\xe7\x53\x12\x96\xb9\x25\x5c\x2b\x6e\x13\x6c\xa9\xfd\xbe\xd5\x64\x4b\xf5\x51\x11\x8d\xe5\xc5\x40\x45\xe9\xfa\x79\x4e\xa6\xd3\x6c\xbf\x58\xac\xbe\xa2\xfc\x0f\x67\xd1\x96\x38\xcd\x23\xa8\x39\x4d\xfe\x81\x6b\x63\x76\x79\x81\xd9\x30\x24\xd9\xe8\x2c\xa2\x6b\xdc\xdc\x1a\xb5\x6f\x43\x63\x24\xec\x12\x0c\xdb\x58\x3f\xb0\x98\x61\x5a\x52\xe1\x2f\xb0\x78\x92\x0f\x1b\xcb\xb2\xc8\xcf\x77\x6e\xd0\x56\x2b\x0f\xf7\xdc\x90\xe3\x4a\x86\xad\xb9\x75\x6c\x66\x21\x82\x8d\xb9\x40\x15\x1a\x3a\xb7\x8e\xb5\x15\x4c\xda\xa0\xcc\x36\x32\xdb\x7a\x47\x86\x49\x51\xd4\x93\x01\xfd\x02\x16\xee\x3f\x85\xd0\xdc\x46\xca\x34\x91\xc0\x02\x7d\xdf\x37\x78\x6c\x57\xbf\x01\x4f\xd3\xea\x17\xe8\x38\x6c\xaa\x07\xa7\x5a\x44\x50\xb9\xac\xe2\x8e\x73\x0b\x66\x9b\x10\x51\xc1\xda\xa1\x3a\x0d\xb6\xe0\xde\x16\xb6\xda\x02\x47\x94\x84\xda\x16\xb9\x16\x22\x2a\x26\xd8\xc7\x2f\xc0\x61\xd7\x6b\x15\xb4\x2b\xb8\x87\xe7\xdf\x7f\x22\xcc\x40\x13\xf8\xd2\xdb\x6c\x12\x5f\x9a\x7f\xa0\x29\xfb\xec\x32\x68\xca\x2c\x23\xb7\xc9\x3b\x90\xa7\x65\x92\xc3\xab\x9b\xa4\x58\x0d\x71\x1c\x94\x65\x16\x9a\xdb\xc4\xf9\x64\xf9\x42\x65\x59\x6c\xa6\x81\xa7\x83\xe7\x69\x12\x3b\x68\x62\x17\xb7\xa1\x10\xd3\x46\x8c\xe6\x69\x5a\x38\x91\xcc\xe3\xe9\x6a\x61\xa1\xb8\x88\x26\x74\x66\x6d\x2f\x48\xab\xdd\x52\x71\x25\x51\x6e\x12\xa6\xd6\xcf\x07\x17\x60\x9f\x49\xa0\x20\x17\x82\xda\x76\x4e\xb5\x3e\xd8\x93\xc9\x35\xb5\x3b\x89\xd6\xb0\xe1\x78\xfc\xd9\x77\x3b\xcc\xc3\xcb\x0d\x40\x7c\x79\x5e\xf7\x9c\x26\xbd\x00\x4f\x88\xcf\xb4\x1d\x54\x67\x08\x19\x6c\x07\x72\x34\x58\x0a\x1f\xb9\x98\x1a\x24\x5c\x1f\x3e\xd3\x04\xd5\xd7\xb7\x07\x2c\x9d\x07\x7d\x50\x27\xa4\xe3\x6d\x83\x27\x83\x02\x6e\xe7\x76\x60\x8f\x78\xcc\xf0\x64\x90\x6b\xfd\xdc\xe0\x36\x5c\x7c\xf8\x40\x11\x36\x5b\xf3\x0f\xe0\x47\x61\xfb\x8d\x9a\xb1\xd6\xfc\x03\xe5\x99\xbb\x44\x3a\x83\x6a\x61\x74\x62\x0c\x53\x63\x38\x31\x8d\x53\x63\xfe\x0f\xd4\xf9\x85\x5c\x7a\x4d\xd3\x89\x41\x09\xe1\x6f\x27\x27\xfe\x43\x35\x35\x61\x02\xbb\xdb\x05\x01\xa7\x2b\xcb\x86\x3a\xd5\xd3\xc3\x06\xa6\x5b\x9f\x43\x9c\x31\x6a\x4d\xa0\x6d\xbb\x78\x89\xb7\x74\xb9\x38\x0c\x37\xc1\x61\xb8\x05\x2e\x8d\xdf\x27\x12\xb1\xd0\x25\x8a\x0b\xef\xa2\x9b\x9e\x8b\x7f\xba\x16\x6d\xcc\xa4\xde\xcc\x3b\x37\x1d\xf0\xfc\x1c\x6f\xff\xd2\x33\x6d\x70\x6e\x50\xf8\xe2\xdc\xe8\xcc\x60\x41\x72\x13\x66\x78\x65\x99\x48\xbd\x19\x13\xdc\xb4\x81\xba\x05\xca\x57\xe3\x10\xe6\x2e\xb5\x28\xca\x0a\x7b\x22\xe9\x21\x6b\x98\x46\x64\x2c\x58\x2a\x7a\x3a\xb7\xf4\x3c\xf6\x2c\xc2\xdd\xa1\x2b\x50\x63\x6e\x08\x79\x2b\x9f\x67\x1e\xb8\x06\x11\x0f\x38\x7c\xf9\x05\xea\x59\x85\x4b\x0a\xcb\xbf\xc8\x6f\x65\x16\x20\xba\xae\xa0\x89\x59\x7e\x9c\x5b\x1d\xa8\x05\x1e\x11\x8a\xf4\x9c\xe5\xc7\xb9\x75\x93\xc4\xa5\xa1\xe7\xf5\xef\x3f\x5d\x8e\xe9\xb3\xc0\x41\x42\x41\x99\xb3\xfc\xc8\xd1\xba\xac\x15\xa8\xf4\x7c\x9b\x2b\x08\x87\x53\xcc\xe5\x2c\x4c\xdd\xae\x41\x95\x54\xe8\x69\x13\x95\xed\x87\x0f\x34\x26\x44\xc3\xc9\x33\x66\x96\x17\x22\x0e\x39\x1f\xcf\x02\x65\x9c\x92\xc1\xcc\x42\x80\x38\xfc\xcc\xd3\xb7\xfb\x03\x22\x6b\x61\xcc\x82\xf0\xb8\xef\x33\xeb\x36\x98\x02\x5e\xbd\xb4\x01\xca\x06\x75\x4f\x37\x49\xef\x18\xaa\xbb\x2c\x79\xf4\x69\x12\x0a\xc5\xa5\xb0\x53\x29\xe4\x8e\xe5\x4f\x16\x46\xe5\x17\xe0\xcb\x5b\xfc\xff\x81\xff\xd5\x25\xbc\x91\x0d\xfe\x0a\x9c\x8f\xa5\xe6\x9f\x05\x19\xb3\xba\xd5\x3f\xe5\x85\x8f\x43\x31\x9e\xb3\xd4\x14\xd0\xfe\xe2\x65\x69\x39\xca\xce\x02\xdd\x9f\x1c\x38\x66\x61\x76\xf8\x4f\x03\x13\x0d\x6a\xd6\xe0\x8d\xac\x04\xc2\xb3\xd4\x9c\x66\xff\xc0\x5d\x28\x94\x53\x1a\x57\x5a\x24\xb2\x1e\xb5\x62\xfb\x67\xa1\x7b\x84\x31\x46\xa1\x7b\x84\xb5\x0d\xa5\x65\x35\x7b\xcd\x53\x63\x0e\x73\xcd\x4b\xcb\xd5\x17\x15\x8d\xda\x85\xe6\x4e\x28\x72\x25\x5e\x4a\xa3\xc8\x95\xc0\x2c\xe9\x32\x2c\xf5\x5e\xe9\x3c\xf3\xdd\x0b\x23\xdc\xda\xf0\x27\xf4\xca\x90\x22\xa9\x74\xae\xaf\x66\x1b\x1a\x44\x45\xe9\xcd\xc2\xb4\x58\x6d\xb8\x49\xec\x1b\x21\x97\x02\xd8\xa9\x18\xba\x59\x12\x76\xea\x9e\x5b\xa0\x42\xf4\xf5\xaf\x0c\x1e\x67\xc3\x3f\x34\xbc\xa0\x1e\x06\x2d\xdd\x9a\x99\xf4\xf9\xf5\xd6\x84\x8a\xd1\x37\x8e\x32\x78\xd7\x16\x5a\x2f\x30\xbe\xca\xd7\x7a\x96\x81\x1c\x46\x12\x8a\xe5\x45\xa5\xa3\x9a\x89\x61\x7b\xed\x9e\xfa\x60\xc8\x96\xa7\x0d\x39\xb3\x3e\xd2\x89\x65\x99\xad\xba\x29\xe9\xc2\xeb\x79\x0d\x0a\xcd\xe1\x4f\xb0\x11\x2c\x8f\xe8\xd3\xdb\xfe\x76\x16\x95\xc9\x49\x13\x52\x2a\x2c\x6f\x13\x16\x2f\x33\x67\x49\x93\x30\x17\xdf\xd0\xa8\x98\x02\xab\x79\xe7\x00\x85\x16\xef\x94\x89\xa5\xf5\xde\x9d\x54\xc2\xe9\x3c\x2d\xf4\xef\x55\x55\xe5\x59\x16\xe3\xef\xcc\xa3\x2b\xe9\xf4\x0f\x8d\x7a\x3a\xd1\x49\x5c\xfa\x11\xbc\x6b\xf2\x07\x7f\x02\x80\xaf\x63\xb7\x2c\x88\x39\xef\x3e\x38\xf0\x56\xef\xdf\xfd\xc7\x06\xf4\xc1\xce\x00\x06\xf3\xec\x4e\x97\x6d\xbf\x30\xfe\xfd\x27\x96\x59\x74\x67\xac\xe2\x70\x93\x94\x11\x42\x89\x05\x1e\xbc\xd5\xa2\x18\xaa\xbf\x6a\x8e\x43\x09\x1d\xdf\x9c\xca\x9e\x53\x67\x12\x50\xe8\xcb\xeb\xc7\xe4\x08\x0a\x65\x9c\x05\x79\xf2\xab\xae\x29\x25\x91\xac\xa0\x6d\x41\x49\x1d\x79\xd8\xce\xc2\x04\xab\x2d\xfc\x45\xb0\x4f\x7f\x91\x88\x5f\xcf\x18\xa6\xce\xf1\x72\x24\x43\x68\xd8\x07\x47\xe9\x17\xb8\xf9\xc3\x3f\x20\xbf\xee\x74\x97\x39\x4c\xff\xc0\xe8\x48\xb3\xfd\x49\x65\xbc\x68\x38\x53\x30\xaa\xcf\x2b\x27\x42\x54\x5f\xf4\x9d\xd4\x38\x11\xb5\x56\xbd\x14\x2f\xb0\x6c\xbe\x18\x17\x04\xad\x4d\x0f\x22\x63\xd6\x3c\x51\xa8\x2b\xd8\x75\xe3\x2c\x80\x91\xd5\xd3\x04\x27\xdb\xf2\x39\x31\x80\x23\xab\xb9\x01\x5e\xb7\xd6\xb2\x16\x78\xd9\x56\x8b\x8b\x0b\x0c\xe9\xc5\xbf\x93\x21\xd5\x00\xac\xc2\xc6\xe7\xe5\xce\xb5\x15\x89\x37\x0e\x41\x6f\xd5\x3b\x77\x8d\x06\x89\x6c\xaa\x9f\x63\x14\xfa\xc6\x30\x87\xbf\x50\xb4\x2c\xcb\x23\x66\xd3\x6a\xd3\x5d\x26\x47\x6b\x90\x2f\x18\xad\x56\x0d\x17\xfa\xd1\x7e\x4e\x82\xc4\x9e\x06\x0b\x70\xa4\xf5\x3d\xb9\x3c\x24\x5a\xf3\x88\x20\xb8\x6a\x8e\x4e\xe8\xe9\xa3\xfe\xe1\x69\x64\xb9\xfc\x70\x25\x44\x24\xa2\xe0\xaa\x69\x84\x9f\x6d\x35\x14\xc8\x6c\x59\xde\x45\x4f\xf2\xdf\x7f\x5d\xd4\xcc\xaa\x2f\x19\x57\x7f\xdb\xbf\xff\x4c\xd5\x5f\x9a\xf5\xc7\xe2\x88\x4d\xcf\x1c\x84\x1b\x68\x58\x7b\x3f\xd3\x4d\x76\xe9\x19\x28\x4f\x67\x70\xfd\x71\x08\x6e\x8f\x5b\x66\xfa\x07\x3a\x55\xe9\x99\x30\xd1\x14\x33\x6f\xaa\x92\xd4\xce\x8a\x94\xfa\x72\xae\x9b\x95\x5e\xb6\xca\xb4\x36\x2b\xf3\xa2\xfa\xc0\xac\x85\xae\xf0\x12\xba\x15\x7a\x42\xe5\xd0\x99\xf5\x45\x75\xa1\xb4\x53\xb3\x12\xb4\x09\xf0\x54\x66\x29\x78\xcf\xe8\x3f\x9c\x45\x35\xf3\x5e\x49\xf5\x50\x69\xe1\xf5\x81\x5c\xa1\x43\x54\x4e\xe4\x59\xd3\xe2\x2b\x2c\x5d\xe1\x42\x5b\xa5\x64\xac\x70\xa1\x55\x4c\xce\xac\xb4\x08\xfb\xd2\x5c\x2b\x78\xab\xf9\xb9\xe3\x59\x3d\x56\xd8\x31\xc2\xff\x07\x1b\x70\x8f\xef\x29\x63\x94\x58\xe1\x62\x5b\xa5\x3a\xaf\x95\x57\x62\xa9\x1a\x6a\xa2\xc2\x69\x9a\xb8\x41\xb4\x07\x2b\x61\xa2\xae\x30\x95\x05\x0a\x0d\x2b\x6a\xe3\xad\xc7\xc3\x6a\x14\xd9\xcb\x6f\x60\x18\x82\xdf\xf5\x85\x8d\x31\xbc\x90\x8d\x57\x62\x1d\x02\x15\xd9\xf7\x55\x33\x75\xd6\xcc\xaa\xe0\xff\xdf\x4d\x6b\x3d\x65\xed\xa4\x51\x4b\xc5\x9a\x44\x36\xe7\xd4\xce\x13\xdc\x1f\x70\xe6\x25\xcc\x6a\x27\xcd\x02\x4f\xb5\x53\xa2\x7f\xfa\xc8\x7d\xae\x61\x26\xea\x5c\x7e\x63\x82\x6a\x53\x81\x08\x28\xbb\x6c\xd4\x17\x23\x4e\x15\x19\x98\x15\x18\xd1\x79\x7d\x66\x65\x8d\x41\xc3\xa7\x0a\x23\xb0\x6f\x01\x15\xe9\x07\xaa\x67\x2e\x98\x46\x4a\x34\xd1\x87\x35\x24\x6b\x2a\x8c\xbc\x3e\xd1\x2b\x7c\x56\xbf\x1f\x24\x97\xfb\x85\x07\x34\xaa\x87\x99\x24\x69\xf1\x66\xae\xbf\x88\x66\xae\xab\x4f\x1f\x93\xcb\xad\x3e\x26\x0f\x43\x73\x21\x9c\xee\x7c\xf2\x54\x44\x60\x55\x33\x25\xf4\x88\x1f\xe9\x04\xcf\xd5\x6e\x1d\x6f\x85\xe7\xaa\x51\x44\x5d\xbc\x6e\x99\xc3\x16\xe5\x9d\x7a\x80\x23\xaa\xd2\x0b\xcf\xba\x68\xc6\xf0\xde\x5d\x8b\x83\xf0\x17\xa4\x41\x13\xc9\x5c\x55\x6d\xf9\x05\x4a\x13\xc1\x88\xca\x98\xac\xb6\xfc\x03\xc4\xb6\x65\x20\x11\x9d\xe5\x13\xf4\x88\xd5\x02\x06\x21\x59\x4a\x04\x3f\x2b\x5d\xe8\x0c\xbf\xea\x9e\xfb\x44\x34\x20\x21\x41\x35\xff\xec\x54\x72\x58\xe4\xed\x1c\x85\xf8\x67\x67\xb0\x83\x48\x62\xe5\x23\x9f\xd9\x75\xe7\xf6\xf7\x56\x3b\x18\xdb\x28\xa2\x0e\x72\xa0\x3e\x80\x5e\x50\xce\x8b\xb3\x1e\x94\x92\x3a\xe4\xeb\x09\x21\xe8\x93\x02\x6a\xbd\x61\xf6\x39\x03\x0c\xa7\x0e\x58\xb4\xf9\x73\x16\x41\x8d\x37\xbc\x55\x11\xd1\x14\x16\x37\x27\x98\x21\xfc\x4c\x70\xe6\x41\x5e\x8c\x41\xf5\xe9\x78\x11\x39\xfb\x13\xa4\x08\xf8\x6c\x33\x66\x9a\xea\xde\xa9\x17\x5d\x03\x44\x03\x74\x76\x72\x21\x9e\xf5\xc5\x4e\xce\x02\x3f\x2b\xa2\xfb\x67\xf7\x36\x42\x91\xe6\xcd\x92\xfd\xc6\xda\xcf\xbf\xe4\xdf\x9e\xf5\x26\xbd\x82\x39\x15\x2a\xba\x69\xbc\x59\xe9\x31\x67\xf8\x58\xef\x85\x54\x37\x62\x84\x9b\xa6\x1e\x6f\xca\x1b\x87\xa3\x27\x09\x38\xe8\xb3\xae\xb4\xd3\x9a\x31\x1e\xc4\x52\x48\xb9\x5a\x11\x5e\x54\x7d\xd6\x11\x16\x59\x8e\xbc\xb0\x68\x0e\x23\x10\xa4\xa0\xb2\x56\xb1\x3e\x29\xa9\x34\xc5\x50\xd0\xcd\xfe\xf9\x02\x14\x2e\x7f\x71\xf2\x0b\xcd\xe9\x03\xd6\xd3\xac\xb4\x4c\x49\x25\xe0\xd5\x88\x7a\x3e\xcf\x34\x1c\x4f\x3d\x33\xc6\x51\xcb\xd8\x7e\x24\x72\xe8\x79\xff\xf7\x9f\x50\xa1\xeb\xd9\xe0\x40\x27\xbf\xf0\xd9\x5e\x18\x54\x15\x3a\x37\x1b\xb5\x6d\x3a\x4c\x1b\x50\x91\x1c\x4e\x67\xfb\x51\xb7\x21\xa9\xd2\xd2\x5d\x4e\x1b\xb4\x6d\x14\xf8\xea\x71\xcb\x95\xee\xfa\x21\xf8\x83\xdf\xa0\xe4\x12\xf4\x6a\x05\xac\xa5\x63\xa9\x21\xda\x48\x91\x3e\xb3\x95\x85\x34\x7f\xfe\x1f\x32\x42\x82\xad\xbd\x30\x69\xd8\x9d\xab\x31\x99\xbc\xf1\x6a\xab\xe9\x9f\xac\xe7\x57\x24\xd8\x2d\xa6\x51\x35\x25\x7d\x4d\xab\xb9\xb2\x6a\xb1\xe2\x10\x5a\x7e\x46\x65\x56\x49\xd2\x46\x4b\xa6\xc5\x77\x83\x25\xd3\xae\x74\x8d\x96\x4c\xe3\xd9\x86\x38\xf6\xe1\x59\x42\xf2\x4e\xd5\x35\x9a\x2d\x2d\x9d\x92\xbd\xad\xa5\x9c\xd3\x52\xb5\x1b\x89\x8d\x35\x8b\x80\x18\x53\x05\x2c\x66\xa3\xd6\xc9\x30\xbe\x75\x5e\x46\x44\x43\x4f\x8e\x56\xa7\x9d\x5e\xaa\xea\x93\x4a\xa6\x2e\x44\xdb\x3a\x25\x95\xf9\x69\xf0\xb0\x15\x8b\x37\x44\x96\x77\xc9\xf3\x06\x2d\x93\xdd\x7f\x1a\x0a\x25\x6f\x9e\x6a\x3a\xae\xf9\x12\xd7\x06\xf9\x67\x73\x0b\x2f\xcf\x2b\x7a\x73\x36\xaa\x9d\x0c\xed\x1b\x42\x73\xec\xd8\xd8\x98\xc0\xd3\x17\xc9\x36\x0e\xbc\x60\x1a\x19\x9b\xec\x06\x78\x22\xb8\x81\x1b\xef\xfb\xff\x07\xcf\x9a\x58\x46\xea\x28\x00\x7b\x36\x84\xaa\x5b\x0d\xd5\x82\x0e\x20\x92\x1d\x2d\x72\x94\xea\x02\xbe\x70\x9b\xb7\x40\x10\x71\xe8\x28\x6d\x2f\x4e\x1a\x72\x41\x7e\xef\xfa\x9c\x16\x71\x14\x9c\xe3\xec\x0b\xd7\x02\x56\x43\xf3\x4b\xe4\xda\x99\x28\x32\x90\x24\x7a\x83\xc1\x75\x76\x01\xe7\x06\x83\xab\xdd\x56\x1b\xbc\xe3\x9a\xb7\x4d\x66\x77\xb7\xb4\x41\x4e\xa6\xe6\xc5\x5c\x28\xfc\xe2\x8d\xba\x88\xbc\x04\x28\xda\xa2\x95\xd9\x6b\x47\x35\xd4\xf0\x33\x37\x92\xce\xca\xc6\x40\xf4\x5e\xdc\xe6\x82\x2f\xed\x5f\x0a\xb7\xce\x06\x4b\x69\x37\xf7\x2d\xe6\xf6\xd6\x9d\xad\x01\xe1\x34\x33\x1b\x32\x32\xd9\xd5\xa3\x31\xc3\x52\xd7\x39\xd9\x76\xe2\x30\x53\x0c\xe7\x32\xbb\x2c\xb7\x3d\x25\xa6\x9a\x60\xa1\x45\x9b\x3a\xdb\xc1\x60\x34\x7d\x71\x34\x88\x02\xd1\x70\x4c\x54\x2b\xd0\xa4\x1d\x5c\x69\xf5\x78\xf0\x4a\x64\x21\x0d\xf5\x90\x7d\x9c\xda\x41\xfe\x76\x87\xd4\xc3\x9a\xfb\x98\xb7\xbd\x17\x93\xc0\x69\xd0\x17\x27\xfd\x4f\x85\x57\xdb\xc9\x79\xd1\x34\x9c\xc4\xaf\x42\xc4\xed\x84\xc1\x4b\xd0\xb0\x21\xf9\x66\x73\x0f\x27\xe5\x9b\x06\x81\xa0\x01\x3b\x1a\x36\x58\x3a\x9b\x4e\xef\x76\x12\xe7\x59\xbc\xc1\xf2\x69\xd7\xb3\xf6\x62\xa4\x61\x17\xaa\x86\x20\xf0\x18\xfe\xbf\x72\x8c\xa2\xf0\x22\x45\x6a\xf0\xe2\xb4\xfa\x7f\x50\xa4\x5b\x62\x7b\x11\xd2\x34\xb8\x6d\x77\x72\xa2\xa6\x99\x69\x30\xbb\x69\xbe\x4f\x94\x00\x57\x0f\x37\xdc\x51\x2d\xb1\x6f\x4a\x68\x21\xcd\xf6\xe4\x34\x8b\xe8\x87\x5b\x52\xd0\xb1\xd1\xb7\xcc\x57\xf6\x06\xd4\x62\x47\xa2\xf6\x50\x1a\x5a\xe0\x3e\x49\x95\xe8\x7e\x68\x71\xf3\xbe\x87\x1f\x58\xab\x6e\x92\x97\x15\x5d\xb1\xda\x03\x6e\xd0\xcc\x75\x86\x51\x4f\x3f\xe3\x6e\xa2\x71\xf6\x5f\xd2\xb0\xf4\x03\xbd\x70\x04\x33\x3a\x8d\x78\xbe\x9c\xf4\x8d\xe7\x86\x44\x45\x67\x5c\xb4\x9d\xea\xfb\x8b\x2b\xaa\xea\x58\xbd\x87\x10\xa8\x56\xa7\x48\x3a\x64\x1f\x99\x0e\x2b\x9d\x5d\x09\x3b\xf5\x37\xfd\xf3\x01\x39\x4a\x12\xb2\x6f\x14\x06\xcb\x34\x60\xdc\x9a\xfc\x5e\xc8\xf4\x43\xcf\x5c\x0c\xb1\x44\x2f\xf5\x5d\xf0\x9f\x5f\x18\x48\xdf\xa0\x89\x62\x61\x1c\xdf\xe2\x3a\x93\x06\x59\x03\xd4\x4b\x52\xe9\x4f\xb8\x38\xa2\x09\x4a\x1d\x23\xc0\x5e\x78\x02\x0b\xd8\xf7\x4a\x25\x93\xd0\x52\x4f\x1d\x8d\xf6\x6e\x4f\xcb\x9d\x2e\x0b\x9d\x96\x3b\xb7\x59\x09\x14\xb4\x99\xfb\x0b\x6f\x22\x84\x0a\x7b\xbd\x5f\x54\xe9\xc5\x62\xfc\xa1\xef\xbb\x1d\x2a\x17\x3b\xde\xf4\x86\x99\xf3\x62\xb4\x8a\x0a\xa9\xea\xa0\x51\x35\xd1\xdc\xc0\x44\x03\xea\xb1\x31\x55\x91\x26\x0e\x41\xca\xb6\xa8\x75\xf8\x7d\xd9\x47\xa1\x23\x77\x79\x78\x48\x09\x86\x84\xb7\x7a\x4f\x86\x53\x0f\x9d\x5b\x4d\xb8\xa2\xd3\xf3\xcb\x17\x8a\xde\x2b\xe4\xb2\x88\x46\x04\xa4\xbd\x18\x7a\xea\x57\xda\x9f\x2c\x45\xbd\x43\xdb\x6d\xde\xe9\x1c\xb1\x09\x5c\xe8\xcd\xcf\x04\xb9\xa6\x97\xec\xeb\x55\x64\x38\x65\x74\xd3\x4b\xa5\xab\x74\x2d\x1d\x59\x7c\x3e\xb3\x3e\x68\x3e\xf3\x2c\x8e\x09\xdf\x35\x71\xe3\x40\x06\x79\xcf\xfa\x00\xa6\x30\x3f\xbf\x40\x6a\xaa\x74\xee\xec\x00\x4e\xcd\x14\x8c\x9c\x75\xbd\x40\x14\x23\xe1\xd4\x83\xd0\x5f\xf7\xff\xce\x1a\x36\xb6\xbf\x76\xfa\xf8\xdb\xca\xd4\x69\xb0\xb3\x0b\x7a\x87\xc1\xce\x06\xda\x4e\x83\x9d\xed\x92\x1d\x8e\x65\x4d\x18\xa3\x27\xce\x31\xb3\x4d\xa4\x0d\xf7\x3c\x31\x05\x4f\x48\x73\xd6\x27\x4f\x7d\xa1\x90\x3e\x39\x0e\x37\x89\xc5\x33\x4d\x33\xc7\xe5\x1f\x70\x98\x7c\xba\x3c\xf8\x82\x89\x64\xce\x26\x5d\x16\xfb\x24\x6e\xd0\x09\xda\x11\xcc\x6c\xd3\x75\x5f\xdc\x53\x6a\x81\x26\xbd\xee\xd9\x47\xd0\xa5\x5d\x37\x3a\xa0\x93\x2d\x7c\x9d\xb5\xaf\x15\x93\x3e\x3b\xa0\x94\x3d\x9f\x3b\xa2\x01\xda\xe7\x7f\xc8\x22\x9d\x3d\x9d\xfa\xa2\xfe\xe9\x81\x53\xef\x2f\xd2\xe4\xa7\x4b\x7a\xdf\x53\x3a\x69\x62\xe0\x59\x66\xdf\x9d\xce\xfc\xe6\x56\x86\x74\xe8\x90\x6c\xc2\xef\x3b\x65\xa8\x2e\xcd\x7d\xe7\xdc\xfb\x83\xf5\x5e\x5a\xa6\x3f\xd8\x61\xd1\x13\x91\x08\x0f\x50\xc6\x9a\xd9\xf7\x17\x13\x4e\xcb\xa6\x9d\xc7\x9f\xd7\x6e\xbf\xf1\x82\x49\x84\xe3\xa2\xa0\x78\x3f\x7e\xef\x2e\xd8\xfc\x4c\x70\x3f\xfd\x03\xe5\xa9\x6e\xe9\x3d\x2d\x80\xd2\x17\xf6\x83\xda\x0f\xdd\xa3\x3a\x31\x9e\xcf\x26\x78\xb7\x35\x9f\x97\xb4\xf8\xf9\x5e\xd5\x4f\x44\xeb\xe9\x0a\xd2\x99\x1e\xbd\xfa\x90\x66\x09\xc5\xcf\xe6\x85\xb3\x59\xf3\x21\xcd\xec\xe6\xdd\x0c\x76\xd2\x83\x6e\xf9\x0b\xdc\x72\x05\x14\x7a\x06\x72\x7a\xf7\x9e\x38\x30\xcd\x40\xc4\x64\x96\x71\x88\xdb\xb4\x8f\x42\x4f\x8b\x9e\xd7\x0a\x16\xbc\xe6\x83\x07\xf1\x00\x76\x41\xe8\x17\x19\xcc\x3d\xa4\x09\xcf\x47\xd3\xcd\xcd\xed\x99\x43\xb6\xf3\xcd\xfb\xea\x26\x0d\x9a\x38\x46\x04\x7c\x04\x71\x6a\xa2\x7c\x80\x42\x13\xe5\x3b\x40\xbf\xb1\x16\xdd\x1f\x50\x03\x6d\x8e\x4a\xe7\x2f\x03\x09\xd4\xa7\x69\x0e\xf0\xeb\x4f\x76\xaa\x99\x78\x50\xb5\x4f\x57\xd2\xfe\x70\xfd\xfd\x01\xfa\xb4\x30\x40\x81\x9a\x69\xa4\xc1\xfa\x87\xd6\x62\x76\xf8\x7e\xb5\xf8\xd3\xb5\xa8\x3f\x09\x22\xfe\x9b\xc5\xf1\xa3\xc2\x51\x13\x3f\x90\xb7\xd2\xae\x8d\x03\x90\x4f\x31\xe1\xef\xa9\x88\x3c\x7e\x55\xcf\xe4\x57\x37\x08\x51\xa2\x4d\x38\x90\x07\x27\x94\x1a\xeb\xdd\x3e\xec\x71\xe8\x07\xde\x28\x24\x21\x07\x14\x4b\xf6\xac\x18\xdb\xf8\xf7\x9f\x6e\xed\xf5\xd8\xe2\x7d\x16\x60\x1c\x1b\x3d\xd1\x74\xc5\x18\xa9\x67\x12\x2b\x8c\x8d\x93\xea\x2e\x29\x94\x97\x7f\xe0\xbd\x48\xfc\x38\x4a\x52\xa9\x4e\xa1\x9a\xb2\xf1\x7f\x94\xac\xea\xa6\x81\xd3\xd3\xdf\x0e\x05\xa3\x50\xc3\x1d\x6e\x82\xbb\x4a\x9d\x16\x94\xee\xd5\xa1\x3a\x2a\x36\x91\xe7\x21\xd1\xd9\xf2\x0f\x39\x50\x11\x91\xea\x2a\x1d\x68\x83\x25\xaf\xad\xaf\x1a\x34\x9a\x75\xf1\xd3\x48\xa3\x99\x39\x00\x41\x93\xf6\x28\x18\x2d\xd3\x20\xaa\x13\x78\xef\x8f\xa9\xfb\xd3\x60\xee\xf1\xd0\xbe\x18\x09\xea\xba\xdf\xc0\x6e\x96\x68\x1f\x00\x69\xaa\x48\x36\x07\x52\x2d\x5a\xe5\x3b\x7a\xb2\x80\x3e\xe8\x3c\xe2\xbc\x62\x74\xbe\xb7\xe3\xf1\x80\xf7\xbd\x23\x48\x06\xeb\x0b\x76\xcf\x1e\x6c\x5e\xa1\xd4\x5b\x73\xc0\xc6\x35\x3e\x7d\xc0\xde\x64\x65\xe1\xe8\x88\x93\xf6\x02\xa2\x04\xf5\xc7\xbd\x6f\x00\x67\x85\x79\x1b\x9e\x56\x76\xbf\x1e\x48\x36\x13\x4a\x43\x35\xc7\xa0\xbd\x51\x47\xd8\xa0\xd2\xcb\x9a\x96\x81\xb4\x16\xd6\x55\x0f\x56\x9d\xb6\x4e\x6b\x20\x02\x40\x49\xa1\xe6\x18\xbc\x61\xe9\xcc\x19\x83\xf0\xc1\x54\xc0\x97\xca\xf6\xee\x11\x8c\xd5\x31\x9f\x21\x3f\x62\xb1\x8e\x72\x44\xb2\xae\x3a\x09\x06\x33\xba\x49\xea\x24\x4d\x26\xc0\x9a\xca\xf5\xcc\x01\xac\xe6\xba\x5b\x73\xcc\x6c\x52\x9d\x4e\x08\x5b\x0b\xd7\x31\xc9\xbb\x9e\x1b\x78\x43\xd5\xcf\x17\x3c\x9e\x3d\x90\x4c\x36\x21\xd4\x3a\x60\x3a\x6b\x9f\xe7\x8e\x9c\x34\x1a\xd7\xca\x81\x6a\x5c\x69\x4b\x93\x1e\x6b\x20\x99\x61\xb1\x86\x6f\xec\x30\xe5\x5b\xbb\x36\x76\xf6\xa1\x2f\x76\x40\xc8\xe2\xff\xd9\x87\x40\xc1\x80\x63\x92\x4d\x6b\x83\x66\x2a\x2b\x3c\x06\x72\x41\xd8\x40\x33\xe0\x31\xdf\x2c\xac\x0e\x8a\x1e\x4f\xf6\xc1\xcd\xe0\x89\x40\x72\x08\x5b\x73\xc7\x11\xec\xc2\x4d\x50\x50\x78\x14\x8c\x53\xb4\xba\x6b\x1c\x0f\x7f\xd0\x5c\x9d\xf4\xfa\x11\xe6\x1b\x67\x92\xe1\x1f\x92\x0c\xb5\x81\x58\x46\xab\xb3\x06\xbd\xe0\xad\xa9\x19\x54\x05\xad\xf6\x97\xa3\x69\x9c\x4c\x15\xec\x8f\x71\x30\x5a\x44\x9f\xcc\x57\xe8\xde\x32\xd7\x99\x9e\x91\x67\x49\xe8\x6e\x5c\x49\xbf\x46\xc8\x28\x47\x6b\xcb\xc6\x45\xfa\xfd\x4c\x05\xb4\xf7\x1a\xd3\x03\x2a\xd1\xf5\x1c\xcc\x9d\x5d\xdd\x24\xd9\xc7\xdc\x80\x30\x47\x1b\x86\x06\x8c\x6d\xc5\xca\xaa\x01\x4f\x25\x1b\x24\x06\x3c\x95\x6c\x1d\x1b\x84\x39\xd6\xb7\x0d\xa6\xa4\x50\x0a\xe4\x39\x00\x73\x3e\x02\x82\x65\x9d\xad\x70\x1b\x89\x73\xcc\x1e\x37\xd9\xc3\x02\x1c\x39\x2a\x6c\x32\x1c\xf7\x89\x67\xf7\x79\x41\x79\xea\xf7\x91\x17\x46\x37\xd6\x71\x93\x68\x71\xc6\x83\x9a\x3f\xd2\xc8\x0c\x60\x9a\x6e\x76\xcc\x0c\x15\x9e\x47\xd8\xcb\xba\xf7\x0c\xec\x65\xb1\x7d\x7e\xe0\xde\xf7\xa8\xe1\x57\x64\x90\x1b\xa8\xf1\x62\x93\x47\xc0\x8b\xc8\x7e\x1a\xc1\x94\x15\x76\xff\x0c\x56\x74\xb1\x4e\x27\x7e\x5c\x6d\xb1\x6f\x00\xe9\xd8\x5a\x15\x3f\xae\xbe\x6e\xa8\xf1\x9b\x78\x61\xea\x99\xc3\x74\x03\x3b\x9e\xdd\x03\x1d\x88\xb5\x10\x01\x9b\x9b\xe7\x35\xe8\x89\xa4\x7c\x94\x33\xe8\xe2\x6e\x05\x5c\x30\x8b\x60\xf7\x30\x50\x01\xa6\x4b\x98\x04\x72\x56\xf4\x9f\xff\xe7\x89\xb3\xfc\x02\xdd\x52\xbb\xdf\x80\xdf\xcd\xf0\x33\x61\x8a\xe7\x01\x60\xc9\x2a\xe2\x40\xd9\xe8\xf8\x7c\xc0\xcb\x80\xe7\x65\x23\x56\x17\x4e\x89\x04\x4f\x92\x81\x51\x12\x31\xf8\x8d\xe4\x6a\xad\x5f\xe9\xe8\x54\x53\x55\x28\xa9\x3d\x35\x70\x7b\xb7\x3a\x3e\x0a\x43\x9d\xba\xfb\xc8\xb9\xd3\x0f\xb0\xfd\x7d\x3c\xcd\xa2\x52\x00\x48\x8f\x1b\xf0\x61\xb2\x65\x25\x90\xf5\xcf\x66\x91\x60\xce\x0a\x15\x65\x9f\x01\x9f\xa4\x8f\x5b\x4c\x20\x67\x45\x2f\xee\x22\xe7\x46\x93\x05\x74\x65\x5b\x4c\x10\x5d\xd9\x69\x25\x98\x92\xc2\x4e\x05\x41\x8b\xa2\x95\x91\x01\x8d\x98\x43\xb0\xa2\x31\xb3\x80\x3f\xc0\xee\x35\xcf\xd0\x5e\x68\x05\x69\x20\xf1\xb5\xcd\x0a\xd1\x73\x62\xb4\x80\x88\x74\xb4\xc2\x34\x5e\x6c\x15\x8e\x21\x8c\x8e\x79\x91\xba\x3b\x60\x3e\xfc\xd8\x30\x03\x3e\xeb\xd6\x3c\x47\x6a\xa8\x86\xbf\xc0\x34\xe8\xf0\x0f\x14\x61\xe9\x92\x48\xc1\x48\x48\x2b\x79\x63\x90\x24\x7f\x80\x80\x2a\xef\x6f\x78\x9c\x5b\xa1\x1e\xc8\xca\xd7\x75\x1a\x04\x2c\x79\x56\xa7\xc7\x20\x77\xd4\x3f\x39\xd4\x45\x66\xbc\x30\x47\xa3\xd8\xca\x47\x49\x17\x08\x92\xb4\x49\x20\x02\x0a\x60\x6f\x1a\x24\x03\xeb\x96\x36\x41\x5d\xbc\xee\xb3\x41\x2b\x9d\x55\x6a\x11\x88\x4a\x33\x3f\xc3\x26\xe7\x9c\x18\x31\x89\x67\xbd\xf5\x67\x6e\x11\x7f\x01\x44\x35\x2c\x90\xe0\x4e\x3e\x87\x05\xce\xa4\x5f\xc2\x70\x1b\xaf\xa4\xb7\xab\x6e\x30\xf1\x84\xaf\x77\xb1\x78\x1e\x99\x0c\x2a\x9f\x54\x1e\x70\x06\x0d\x77\xbe\x31\xc6\x4a\x81\xa2\x91\x65\x54\xa2\x25\x08\x6c\x6f\x56\x16\xc6\xce\x4d\x61\xc9\x09\xf7\x22\xeb\x70\x63\xa7\xf5\x50\xd7\xb3\x60\xaa\x88\xe1\xc9\x00\xea\xb2\x2a\x30\xf6\xec\xd3\x4d\xa0\x4f\x53\x79\x90\xe3\x84\x27\x02\x05\x4c\xac\xf9\x0b\x94\xba\xeb\xbe\xb8\x06\x52\x3b\x2c\xef\x75\x18\xdf\xac\x02\x0b\xb8\x17\xf5\x4f\x83\x37\x69\x74\x8b\xf4\xdf\xd5\x95\x31\x10\x78\xe8\x78\xcf\x20\xe4\x1a\x96\x82\x40\x58\xd6\x5f\x06\x00\x95\xd5\x70\x81\x0c\xcb\x56\x04\x06\x93\x45\xb4\x4f\x8b\x94\x60\xe1\x37\x88\x58\xa4\xe3\x8a\x93\x13\xa7\x51\x9c\xa4\xda\x82\xf6\x22\x91\xfa\x00\xde\xdf\x56\xbb\xc4\x95\xeb\xaf\xc5\x43\x18\x61\xdf\x2c\xd1\x2e\x82\x4f\x2f\x0e\x2b\x8e\xf8\x22\x15\x09\x93\x3c\x50\xaa\x7f\x86\xf7\x13\x9c\x90\x1c\x48\x15\xcc\x93\x6c\x65\x60\x10\x27\xd9\x59\x2b\xe8\xb1\x6d\x1d\x75\xd0\x6a\x37\x2c\x07\x91\xc9\xb8\x5b\x6f\x10\x34\xe3\x99\xb5\xa1\xef\xe9\xbe\x6f\x07\x81\x8f\x2e\xbe\xc1\xfa\xc4\xd6\xbc\x06\x5c\x8d\xba\x2e\xc2\x41\x05\x91\x35\xab\x81\x04\x10\xdd\x80\x30\x18\xfd\xd7\x3e\x6d\x32\x92\x45\xd3\xc9\x5c\xc7\xed\xd3\xe6\x81\x6c\x74\x1a\x06\x14\x40\xd6\xe6\xc5\x43\x51\xa7\xb9\x9a\x70\x36\xea\xbe\x09\x4f\x82\x23\xc7\x14\x4d\xd6\x1e\x71\x40\xcf\xfc\xe5\x1a\x4e\xfd\x00\xd7\x37\x49\x92\xf9\xe3\x9a\x76\xb7\xb9\x53\x3c\xf9\x8d\x9c\xdd\xa5\x1f\xb0\x3f\x84\x01\xe6\x0f\x74\x4b\x22\xce\x1f\x27\x57\x2d\xa6\xe6\x48\xcb\x31\x89\x7d\x24\x9b\xe6\x46\x1e\xd0\xc8\xe7\x96\x3c\xa0\x2e\x99\xb0\xcb\xf7\xa0\x09\xdb\xa1\xb5\x5d\x13\xbe\xdf\xd6\xce\xcd\x8d\x9a\x72\x9d\x33\x73\xcb\x71\x8a\xea\x2d\x97\xc3\x7d\x50\xb2\x87\xc9\x3a\xd9\xa9\x06\xc6\x24\xcc\xd6\xe9\xce\x17\x30\xc5\x94\x9c\x9e\x85\x03\xfb\x93\x87\xdd\x2c\xdc\x7f\x9a\x26\xb8\x96\xdb\xd9\x73\xa2\x42\x9e\xb5\xe0\xb3\xf0\xb0\xd6\xe9\x3d\x0b\x0f\x67\xa9\x52\x66\xe1\x96\xd7\x61\x3a\x59\x36\xd9\xea\xdd\x59\x49\xa0\x26\xba\xf2\x38\xd4\xf1\x3a\x2b\x85\xc0\xf0\x0f\x9c\x58\xcd\x12\xbc\xbb\xad\x1c\x9b\x19\xf3\x27\x2d\xd3\x24\x92\xf2\xc4\x53\x71\xa5\xb2\xdb\x73\xa6\x5e\x4a\x34\x34\xee\x3d\xb3\x43\xc3\xc4\x78\x58\x0c\x12\xb4\x12\x7a\x36\x48\x53\x2f\x54\xa3\xf5\x47\x4a\xa6\x89\x12\x79\xb6\x13\x4f\xfa\x72\xab\xf4\xee\x9c\x2d\xd7\x5a\x93\xfd\x62\xaf\xe2\x54\x08\x13\x95\x95\x7d\xd7\x9f\x54\x7c\x85\x34\x2b\xb3\x27\xd5\xfe\x81\x54\xab\x0b\xb8\x7b\x5b\x75\x39\x7b\x12\xa9\x99\xec\xdc\x9a\xee\x03\x8a\x2e\x1b\x8e\x67\xa2\x33\x61\xa1\x49\x74\xe6\x61\x76\xce\xbd\x34\x2f\x13\x9a\xb0\xf2\xa1\x89\xe2\xd8\xab\x07\x4d\x58\xfb\x10\x85\xad\xeb\x69\x80\x77\x58\xdf\xcc\xd1\xf4\x0e\xb3\x0e\x77\x0e\xa6\x9d\xf0\x0b\x1c\xb6\xba\x1c\xcc\x93\xa4\x1e\x47\xee\x5c\x2d\xde\x0b\xf8\xaa\x2f\xca\x93\xa9\x32\x54\xab\x74\xce\x41\x06\xf2\x33\xa7\x5e\x8a\xb2\x49\x1b\xa5\x2a\x89\xce\x19\x4c\x15\x29\x1a\x82\x6b\xe3\xad\x83\x3c\x67\x56\x78\x4c\xb8\xb4\x5b\x31\x33\x91\x19\x63\x99\x68\x1a\x39\x1d\x6b\x37\x19\x84\x68\x6d\xfe\x44\xde\x32\x6b\x72\x26\x4c\x9a\xdd\x34\xc2\xa4\x69\xcb\xee\x9c\x39\x8f\xfa\x60\x62\x27\x7a\xe9\x88\x12\x75\x2f\x9e\x2c\x19\xf2\xf3\xfb\x30\x1f\x78\x9e\x11\x51\xe8\x4b\xef\x5c\xfc\x5e\x43\x80\xca\x6c\x4a\xc3\x31\x17\xa4\x89\x54\x22\x93\x1a\xb4\x8f\x50\x5e\x60\x2e\xdd\x71\xe7\xe2\x88\x34\x05\x8b\xa7\x91\x19\x3c\xc1\x9e\x10\xc7\x24\xd8\x5b\x7e\xc6\x36\xd5\xf5\x72\xee\x3c\x21\xcd\xbf\x88\x05\xec\xca\x62\x3f\xe7\xce\x42\x12\x1a\x04\xb2\xaf\x5a\x65\x32\xa1\x61\xf3\x35\x7b\xa2\x96\x9d\xef\xab\x13\x81\x7b\x2a\x8a\x33\xe7\xc1\x75\xf6\xfb\x01\x6d\xa7\xff\xe7\x19\x60\xfe\xa7\x91\x4e\x25\x68\xe7\x84\x5b\x95\xaf\xed\xf3\xcc\x41\x6b\x50\x2f\xd4\x2b\x9b\xf7\xc3\x59\xe0\x31\x24\x92\xa1\x4b\xb3\x3b\xef\x44\x94\x5e\x73\x26\xa9\x79\xe6\x24\x68\xd0\x27\xc5\xba\xa9\x3e\xe9\x19\xe1\x69\x3a\x11\x74\x2b\xa0\x36\xa9\x21\x1b\x9f\x1f\xa0\x86\xdf\xca\x5f\x0a\xe8\xcd\x49\x3f\x2b\x95\x20\x9d\x13\xfa\x34\xdf\xb7\xe7\x8b\x0c\xeb\xf4\x76\xba\x88\x08\x8a\x7f\x80\x4f\xb2\x05\x15\x8c\x80\xbe\x0a\xcf\x8b\x07\xa7\xb9\x1d\x85\xe6\x7c\xbb\x9e\x37\x95\x96\xde\xa1\x37\x42\x00\x4c\x52\xaa\xbe\xbc\xc1\xee\x89\x2e\xc4\xcf\x19\x53\xe7\x0d\x04\x04\xe7\x6b\xd9\x04\x82\xb3\x1a\x72\x3e\x1c\xa4\xdf\xef\x00\x46\x9a\xf5\x27\x7b\x14\x3b\x3f\xc8\x41\xe1\x41\x43\x39\xe6\xcb\xf7\x84\x53\x96\x9d\x00\xe7\x83\xaa\xab\x66\xb6\x07\xa5\x03\x04\xf7\xd6\x2f\x57\x6d\xe9\x07\x52\xdc\xf5\x0c\x0a\x85\x79\x56\x62\x39\x5d\xb6\xd7\x0f\x0e\x29\x5a\x97\x05\xbd\x95\xef\x52\xeb\x07\x8a\x36\xff\x4f\x85\x82\xe4\xde\x02\x32\xf3\x10\xd7\x46\xe5\x9b\xff\xaf\x68\xc0\xcf\x74\xa8\x13\x45\x1b\xd6\x59\x50\x7d\xbd\x00\x69\x78\x0e\x17\xd3\x6c\x59\xe9\xbe\xa0\x1d\xf2\xfd\x70\x15\x1a\x9c\xb4\xc3\x17\x8c\x6f\x7d\xf3\x2c\x31\x6d\x82\x63\xf4\x16\x22\xde\xba\x12\x86\xcf\x55\x29\xed\x25\xda\x16\xfd\xa9\x54\xc2\x63\xae\xca\xa3\x57\xb2\x6d\x01\xd4\xf8\x6a\xb4\x2a\x6f\xa1\xdd\x2f\x80\xbb\xb4\xab\x17\x14\x48\xe1\x4d\xba\x68\x9f\x73\x0c\xdb\x02\xec\xf1\x8d\x6f\x51\x81\xa4\x8a\x07\x73\x35\xa2\xe0\xe2\x1f\x36\xcc\x85\x5a\x68\xc4\x62\xba\x40\xac\xc6\xd9\xd7\x72\x03\xf6\x8c\x4f\x03\x9d\x1f\xf8\x05\x9a\x30\x3c\x9b\x4c\x85\xe0\xac\xa6\x0b\x2a\xa6\x61\x0e\x7a\x61\xce\xff\xd1\x44\x21\xef\x99\xa2\x4b\x95\x8d\x1c\xab\x23\x8e\x4e\xb7\xc8\xc5\xe2\x67\x36\x1e\xac\x04\x25\x9f\x2f\x78\x76\xea\x1c\x58\x9d\xca\x8b\xcf\x27\x60\x1b\x89\xed\x45\x1f\x75\xaf\x06\x94\x4c\x43\x3a\x98\x95\x4a\x26\x9d\x03\x6b\xe4\xd4\xa9\x05\x96\xfe\xf5\x6e\x5f\x83\x73\xa7\xc9\x1e\xe4\x00\xb1\x08\xd4\x4e\x46\xce\x6b\x10\x20\x9a\x68\x38\x4a\x19\x7c\xaf\x41\x91\xb6\xdc\xe5\x83\x17\x34\xec\xa0\x48\x33\x91\x48\x85\x60\xd7\xc3\x15\x49\xa3\x68\x80\x2a\xca\x40\x79\x05\xb1\xb8\xf4\x2f\x0b\xbe\x58\x43\xba\xb5\x85\xfc\x5c\xc5\x46\x88\x15\x14\xcc\x1e\x46\xe4\x54\x6b\x1e\xe8\x42\x6e\x93\xc1\x02\x70\x31\x32\x5e\x2f\x70\x29\xaa\x8d\x3a\xd7\x0b\x5c\xb6\x3a\x05\x00\xd7\x84\x64\xb6\x94\x42\x4e\x2f\xcb\xfe\x35\x07\x84\x92\xe6\x81\x09\x57\xcb\x9f\x6c\x47\x0b\x5e\x59\x43\xa8\x65\xa5\x26\xec\x43\x0e\xd7\xc9\xcf\xd0\x8c\x59\x3a\xcc\x1c\x9f\xbb\x7f\x50\xce\x53\xe4\x31\xf3\xbd\x2a\xb3\xce\xb5\x48\xbf\x9f\x1b\xf7\xa9\x66\x88\x7a\x31\x23\xd6\x95\x79\x16\xfc\x8c\x11\x7a\x23\x2f\x0c\x42\x9a\xb6\x85\x82\x13\xbe\xf7\x2f\xfa\x5c\x0d\x8b\x51\xfa\x5c\x59\xf9\xbf\xe0\xc3\x6e\x80\xbb\xf6\x14\x60\x1a\xe6\x0e\xf6\x15\x4c\x59\x3b\xea\xae\x7a\xde\x90\xdd\xcb\xd0\x6c\xa5\x47\x95\x9f\x21\x07\x84\x62\x16\x94\x6a\x9f\x5d\x7d\x70\x96\x74\x71\x5c\xc8\x73\x6f\x84\xb1\x60\xca\xb4\x92\x6d\xd1\x83\xca\x46\x97\x75\x24\xc9\x5a\x29\xba\x54\xd9\xea\xb2\x0e\x0a\x5d\xdd\xd2\x16\x3c\xa6\x0c\x43\xd6\x91\xcc\xeb\x4e\xb0\x07\xa5\x5c\x5a\x80\x39\xd6\x8f\xac\x8b\x77\x0d\xef\x41\x66\xc6\x9a\xde\x20\xa9\xd2\xf2\xda\x5d\x41\xaa\xd4\xc7\xc5\x4b\x97\xb7\x29\x9c\xca\x3f\x47\x03\xeb\x78\x59\x30\x30\xb3\xbc\x03\x41\xd6\x3d\x90\xf2\x44\x44\x20\x97\xd5\x47\x4a\xb3\x26\xae\xb3\x26\xac\x9b\xda\xdd\xf1\x3f\xc6\xde\x24\x67\x9b\x5e\x59\x0e\x9b\x7b\x15\xdf\x0e\x5c\xec\xc9\xc9\x3f\xf1\xd8\xde\x43\x75\x34\x34\xd0\xd5\xc5\xb1\xb4\x7f\xa3\x22\xc8\x88\xe7\x18\x92\xf1\x0d\x5e\xe0\x7d\x8a\x55\x6c\x92\xc9\xcc\x64\xb6\x7e\x83\x48\x6c\xc6\x3d\xa9\xf8\xf1\x29\x9d\x14\xd9\xa4\x3c\x18\x94\x66\x0c\x0a\xb8\x2b\x35\x47\x07\x8e\x09\xa4\x2c\xfe\x60\xcd\xc2\x2f\x3c\xec\x52\xe0\x9f\x0b\x4d\x37\xb8\x4f\xe6\x9e\x3a\xfc\x1b\x79\x35\x6c\x91\x3a\x61\xbb\xb3\xa9\xe7\x44\x2c\x9c\xa9\xf2\x79\x90\xb9\x27\x7f\xc0\xba\x88\x7e\xe1\x64\x12\x8c\x43\x0f\x80\xa7\x3f\xbf\x5f\xb8\x86\xb9\x03\xde\x57\xdd\x03\x52\x49\xf9\x74\x9f\x74\x52\x72\xb8\xdc\x19\x10\x0f\x2d\x09\xe4\x84\xaa\xc9\x38\x76\x42\xd3\xd4\x55\x06\xa8\x9f\x61\xed\xaf\x96\x0d\x55\x93\x49\xd2\x89\xd2\xb8\x8e\xfb\x3a\xa1\x7a\xb2\x60\x79\x22\x3b\xa9\x8f\xd2\x89\xdc\x52\x87\x6f\xe9\x27\xd5\x4a\x36\xb3\x9e\x48\x2e\x65\xd6\x72\x52\x8c\xb2\x41\xf2\x8c\x6b\x55\x1a\x33\x52\xe0\x17\x15\x3b\xb7\x5d\x4e\xbf\x79\x3e\x83\xfb\x84\x24\x56\xdd\x03\x8f\xa7\x84\xa6\x33\x22\x47\xb3\x2e\xac\x27\xaa\x79\x55\x49\x06\x27\xcd\x74\xb6\xf4\x9d\x89\xee\x45\x82\x34\xb2\x97\xf6\xec\x76\x16\x8e\x55\x87\xcc\x66\xfa\x33\x02\xa5\xb2\x9f\x17\xa8\xaa\xd4\x94\x13\x89\x98\xa6\xfc\x89\x5c\xcd\x71\xe7\x27\xf2\x99\x9a\x9f\x9e\xf4\x90\xb2\xa9\xf1\x64\x15\x9e\xda\xfe\xca\x76\x74\x32\xe9\xbc\xed\xa7\x27\x05\x36\xe9\x1c\x4f\xea\xa5\x6c\xfc\x3a\x97\x40\xa6\x0b\xee\x99\xb9\x22\xcd\x88\x49\x07\xc2\x4f\x97\x38\x95\xd2\xcf\x9c\x10\xd8\x86\xb3\xc4\x9f\x99\xa7\x52\x37\xd4\x33\x53\xae\xf4\xaa\xe1\x16\x6f\x23\xee\x09\xc5\x54\x2f\x6e\x07\xe5\xd6\xb1\x3e\xcb\x9a\xb5\x96\x01\x8f\x2c\x4b\x19\x67\x29\x50\xd0\xb8\x43\x62\x86\xc4\xaf\x93\xf9\x51\x9d\x2a\xe1\x5c\x8a\x2a\x29\x27\xce\x42\x94\xf7\x17\x37\xbb\xf0\x24\x1e\x02\xc2\x83\x30\xbc\x44\xbf\x91\xeb\xca\x39\x37\x4f\x14\x1a\x6a\xc1\xb3\x86\xde\xe9\xe7\x04\xd4\x55\x3f\x49\xbf\xc9\xb5\xa3\x1f\xac\x10\x09\xfd\x5e\xab\x70\x0f\x74\x36\xf4\x08\x30\xcf\x76\xb7\x83\x16\x89\x87\x9e\x94\x08\x4d\x28\x3e\x89\xb0\x39\xa1\xe0\x09\x01\xd0\x82\xc5\xd9\xe0\xef\xeb\x19\xc3\x14\x69\xf3\xf0\x09\x79\xd0\xc2\xdc\xb9\xdc\xbd\x0c\xf7\x86\xf8\x02\x9f\xd0\xc6\x09\xf9\x83\x97\x2b\x12\x10\x1b\xa9\xa3\x8f\x20\xb5\x50\xb6\xef\x9e\x9d\x50\xd4\x9a\x3b\x91\xc3\xfb\x80\x00\xc2\x1f\x8c\x46\x9e\x85\x9f\x33\x0b\x3f\xfb\xe1\x48\xb5\x13\xd6\xcd\xe1\x55\x21\x9d\xbe\x2a\x2b\xf7\x93\x6e\xf4\x36\x08\x9f\x7d\x45\x45\xe8\xf7\x83\x48\x4c\x4f\x91\x74\xc6\x1b\xb7\x24\x38\x13\x1a\xb8\xd5\xdb\x1f\xf0\x64\xcc\xa2\x23\x72\xce\x4f\xc4\x8b\x3f\x5c\x04\x12\xdd\x90\xf4\x73\x8e\xb5\x08\x0f\x41\xa9\xc0\xd8\x84\xb4\xfc\xdd\x7b\xcf\xd4\x0d\xb6\x7c\x9e\x48\xdd\x50\xbd\x4c\x9a\x4a\x8b\x7f\x73\x15\x3e\xb6\x90\xf9\x7e\x18\x15\x45\x3e\x1f\x21\xb8\xab\x55\x63\x1f\xb2\xf0\x8f\xe2\xdf\x24\x8e\xfe\x1e\x94\xc4\x74\xe2\xe4\x0c\xbd\xf7\x27\x79\xab\xc1\x76\x32\x6d\xa3\xa0\x80\x44\x5b\x16\x6b\xcf\x73\x51\x4b\x0f\xb1\xd6\xa0\x45\x7d\x52\x62\x1c\x3e\x93\x08\x8b\x74\x72\x89\xf3\x22\x36\x65\x3f\x58\x80\xd6\x2c\x97\x0c\x28\xb5\xce\x89\x44\x5a\xc9\x57\xbb\xf3\x22\xbe\x78\xb3\x20\x15\xfa\x26\x77\x5e\xef\x07\x08\x1f\x3b\x24\x85\x3d\x4c\x59\x90\xf3\xb5\x4a\x05\x71\xde\x6b\x52\x1a\x01\xb6\x59\x95\x0b\xeb\xe7\x4d\x7a\x97\xfd\x05\x18\x7c\xf1\x0b\x9d\x2f\x68\x15\xf7\xa2\xda\xda\x3c\x1a\x67\x6d\xef\x3d\xe1\xf3\xf6\x23\x03\x20\x9f\x44\x29\x7f\xa5\x9f\x3b\x11\x37\x59\xbb\x27\x8c\x84\x67\x3e\x21\xcf\xd2\x2c\x68\x3e\xd0\x07\x0e\x3b\x24\x9f\x9f\xa0\x9c\x86\x61\xf0\x89\xc1\xd9\xc1\x7d\xe7\xb3\xb6\x41\x3b\x4b\xa1\xb7\xbb\x47\x10\x74\xb3\x56\x28\xfc\x0e\xef\x3c\x72\x4f\x0c\xd5\x45\xee\x27\xdc\xe3\x9c\x13\xf4\x7c\x90\xe2\xc5\xc2\x02\xcc\xc0\x3f\xc8\x87\x3c\x5e\xf6\xa6\x3f\x5f\xec\x9a\xd1\x00\xc5\x72\x7f\xa4\x8f\x17\x6e\x1a\x16\x04\x29\x64\x4b\xf3\x71\x22\xd5\x84\x43\x4a\x4e\xe4\x83\x1d\x2e\xe0\x73\xc2\x35\xae\x17\xff\x26\x03\xd2\x07\x93\xa4\xd2\x27\x18\x35\x03\x5c\xfa\xe8\x9c\x3c\xa0\x82\xf1\xe4\xe5\xc3\xa7\x63\xf2\xf2\x11\xfc\x00\xe9\x29\xcc\xfc\x27\xe7\xac\x35\xc0\x82\xec\x00\xda\x73\x9e\x48\x59\xe4\x29\x51\x39\x6d\x9a\x00\x8d\xe2\x30\xd9\xa2\xc1\xd8\x66\xed\x0b\x05\xa2\x5c\xfd\xe1\x62\xf1\x5c\x51\xf3\xeb\x60\x99\x8c\x43\xbf\x19\x79\xd1\xf4\x9b\x02\x4d\xf7\x07\x3c\xc0\xc1\x23\x34\xec\x9b\x7b\xa0\xa5\x4d\xc8\x7a\xb1\x00\x80\x2d\xe9\x17\x45\xfa\x9f\x39\x51\xc2\xe9\x1e\x14\x7c\xb4\x7a\xcc\xc9\x31\xd5\x03\x64\x7c\x17\x39\xb8\x02\xd1\x5d\xf2\xf3\x15\x88\x2c\x9a\x24\x24\x76\xd7\x55\xb8\x02\x27\xed\xf7\x59\x9e\xa4\xeb\xf7\x89\xf6\xa0\xdf\x17\x24\x76\x0f\xb8\x36\xc2\x1f\x20\xb9\xf0\x4f\x87\x94\xe8\x8b\x1f\x2c\x4e\xac\x29\x44\xae\x41\x8b\x8c\xd4\xaa\xf8\x37\xa7\x2c\x28\xa1\x16\x94\x73\x94\x5f\xc8\x33\xe6\x5c\xef\x57\x84\xc7\x83\xc1\x1e\x17\x54\xd5\x41\x5a\xf8\xac\x11\x90\x1d\xd6\xc5\x07\xae\xc4\xcb\x99\x08\xed\x45\x9d\xa7\x0e\xc0\xc5\x72\x01\xb6\xfb\x5f\xa8\x0e\xe0\x4c\xeb\x17\xe4\x63\x27\x39\xbf\x98\xb5\xcb\x0e\x0d\x57\x5e\x27\x42\x73\xc8\xeb\x96\xea\x37\x48\x5a\xc5\x16\xaf\x4f\x20\xae\x4e\x4e\x7c\x41\x81\xe9\xbc\xe8\x17\x7d\xe4\x9c\xfb\xf7\xca\x9c\x94\x87\x98\xf8\x2d\xc0\x2c\x9f\x39\x51\x92\x0b\x21\x0b\xc3\xe9\xb4\x2f\x06\x8d\x7a\xb7\xcb\x3a\xd8\x7e\x01\x7b\x23\x39\xec\x62\xb1\x5b\xc9\xaa\x57\xa1\xb2\x38\xfa\x01\xf0\x49\x2c\xea\x2a\xdc\x3c\xb7\x23\xc7\x81\x18\xce\x55\xc8\x79\x45\x6b\x2e\x78\xdd\x39\xe9\xf3\x45\xf5\xa6\x5d\x2e\xae\xba\xaa\x33\xea\x37\xa7\x20\x5a\x72\xc1\xa8\xea\x5c\xd5\x17\x84\xd9\x16\xff\xa6\xb4\x78\xbf\xea\xa2\xee\x5a\x71\xe5\x7c\x04\xa2\x25\xea\x6a\xb4\xc6\x5a\x7d\xfe\x8d\x2c\xb0\x06\x08\x34\x9d\x2e\x2c\x70\x21\x77\x46\xff\x39\xb1\x08\x64\x30\xcb\xbd\x98\x63\xac\x1b\x64\xb4\xd0\xda\x7b\xe9\xa2\xa6\xb3\x1b\xc8\xb0\xd0\x3a\xc5\xf3\xb5\xa4\x63\x83\x00\x9a\xce\xe0\x90\xbe\x0b\x51\xa7\xce\x5e\x7c\xf5\x85\x2a\x7e\x21\x21\x2c\x41\x60\x60\x16\x32\x3b\xb2\x5c\x0c\x43\xed\xde\xa8\x7e\xfe\xf3\xe7\x27\xdc\xee\x5a\x8e\x7c\xc3\x0f\xb8\x0f\xee\x72\xe1\xb3\xc7\x04\x3e\x1b\x74\x4b\x1c\xd6\x2d\xf4\x5a\x19\x3b\xf4\x01\xd2\x8e\x39\x91\xec\x35\xe8\xc5\x22\x59\xe4\x1a\xbc\x7b\x49\x49\x7c\x8d\x75\xa5\xd4\x18\x83\x14\x57\x9c\xea\x46\xce\x3f\x9b\xbe\xee\xc4\x63\x2a\x1a\x7d\x33\x7e\xc9\x02\xc2\x8d\x9a\xb9\x4e\x3d\x7a\xb3\xb4\x88\x19\xc5\xcd\x9a\x6f\x0e\xd4\xba\xe1\x60\xeb\x9c\x98\x37\xa9\x89\xc4\xfe\x9b\x97\x6b\x53\xf1\xfb\x23\x1e\x29\x78\xc8\x4c\x02\xa6\x9b\xef\x8d\xcb\xb5\x93\x64\xde\x79\x1d\x8a\xa8\x07\x54\x71\x68\x92\xf4\x0a\x71\x80\xd4\x4d\x6a\xa3\x63\x75\x93\xb8\x64\x8f\x30\x39\x27\x7d\x80\xa4\x80\x4e\x30\x75\xd3\x4b\xc4\x0e\x37\x37\xe2\xa1\x46\x17\xea\xdf\x8b\xba\x14\x7f\x52\xd0\x85\x26\xc9\x94\x7f\xe6\x56\x77\x59\xc0\xd7\xac\x0a\xcf\x42\xf3\x27\xdf\xba\x5c\x68\xe6\xa6\x05\xc6\x4e\x3b\x37\x03\xa2\x6c\x39\xbc\x61\x51\xb1\x55\xe0\xc6\xed\xda\x69\x85\x6e\x5e\x9e\xed\xdd\x72\x57\x06\xa6\x24\xbf\x31\x38\x4d\xed\x17\x72\xf8\x38\x65\xee\x8d\xeb\xb4\x9d\x09\x6f\x52\x20\xb1\x9b\xbb\x2e\x0c\x11\x02\x20\x05\x4f\x51\x25\xe7\x7e\xc3\x15\xd7\x59\x58\x6e\xd0\x80\xc3\xe5\xeb\xee\x06\xa4\x13\x1d\xbd\xdb\xda\x4f\x3f\xc0\x98\x22\x2b\x77\x23\x12\x4a\xc4\xba\x3b\xd7\xad\x39\x74\x6e\x86\x40\x8d\xac\x81\x4e\x7a\x70\xc3\x1c\x61\x37\x8f\x7b\xdd\x6e\x75\x9f\xb9\x51\x2d\xee\x07\xed\xe9\x86\x6b\xb7\x8a\x1b\x69\x04\xbb\x39\xf9\x4d\xbf\x5c\xb3\xfe\x1b\x41\xe1\x0e\xd2\xbb\x61\x5e\x70\x7c\xcf\xcd\x12\x71\xe6\xc3\x37\xd3\x06\x9a\x11\xdf\x4c\x1b\x68\x6f\x95\x1b\x24\xc0\x01\x34\xf7\x47\x01\x92\xc9\xd4\x0d\x02\x90\x6c\x1f\xb8\x4f\xd6\xdc\x11\x5c\x10\x5d\x65\xf6\x72\x9f\xcc\x75\xa9\x0e\xce\x85\xd5\x9a\x02\x0c\x14\x56\x16\xde\x48\xc2\xe3\x2c\x02\xf7\xc9\x88\xdd\xbf\xa9\xee\xda\xef\x93\x50\xd7\x2e\xb0\x7c\x9c\x8f\x10\x6f\xb6\xde\x04\x24\xf8\x71\xd0\xc2\x0d\xb7\x12\x3b\x4f\xdf\xb8\xd8\xba\xba\xc4\xfd\xdd\x6b\xd3\x0f\xf9\x83\x5b\x89\x7d\x0d\x6e\x84\x6d\xd9\xb7\xfa\xbe\x60\x00\xf2\x62\x11\x1b\xde\x9b\xfb\xe3\x01\x95\x74\x76\x23\xff\xcf\xe8\x62\x35\xf7\x05\xc7\x17\xf1\xf3\xfb\xbb\xe4\xa6\xf0\xd3\xce\x15\xb8\xc7\x09\xb4\xd2\xfb\x37\xad\x74\x9a\x21\x92\xfd\x34\x31\x89\x9b\x5e\x29\x3e\x19\xdf\x25\x38\xb9\x54\xc0\xfd\xdd\x81\xf3\x0f\x02\xdc\x8b\x91\xf9\x05\x12\x80\xee\x1e\x18\xd4\xaf\x19\xa1\x30\x8a\xb5\xbb\xf7\xba\x13\x47\xbf\x70\xc2\x21\x49\x40\xba\xd7\x51\xd1\x1a\x71\xcd\xb5\x9b\xd7\x8d\xc2\x28\x4e\xc3\x7e\xdf\xe4\x7c\x5e\x24\xf2\x05\xb9\x70\xca\xfd\x50\x92\xf3\x17\x4f\x02\xd2\x69\x9f\x19\x17\x66\x61\xf0\x66\xa1\x14\x8b\x93\x37\xe2\xc2\x4a\x30\x85\xc0\x45\xd8\xde\xe7\xf7\x77\x11\x8e\x76\x6f\xbb\x97\xc3\xb3\x87\x24\x65\xfd\x79\x01\xd5\xab\x74\xb1\xbd\x5f\x54\x2b\xf7\xe9\x7d\x69\xda\xf9\x79\x00\x82\xe0\x0e\x90\xc0\xda\x1e\xf3\x37\x6e\xc2\xbe\x1e\xdd\xb8\x09\x5b\xd5\x70\x33\x18\xde\x4e\x53\x37\x6b\xa5\x18\xf9\xd6\x55\x58\xfc\xff\x7e\x91\x2b\xa6\xb8\x47\x02\x5a\x22\xf2\x3d\x91\x2e\xc1\x64\x94\x39\x8e\x2c\x95\xdf\xcc\x71\x64\xd7\xaf\x7b\x22\x21\x96\xf1\x77\xdd\x85\xcd\x7a\x59\x1d\xef\x07\x1d\x26\xfd\xd1\x3c\x8b\x49\x8f\x4c\xff\x06\x7a\x98\xeb\x31\x41\xb5\x9d\xb9\xee\x75\xfb\x95\x10\xf9\x1c\xbc\x17\x4a\x99\xf9\xb0\xfa\x9d\x73\xfa\x3e\xbc\xbd\x36\xff\xc6\xc1\x15\x5d\x7c\x8e\x45\x5a\xfd\x00\xe8\xd0\xdc\x23\x28\x8f\x18\xeb\x03\xd7\x68\xbb\x95\x3e\x0c\x0c\xb3\xe8\xff\xc0\x37\xda\x9e\xaa\x0f\xef\xb2\x62\x40\x0f\xcd\x53\xd1\xbf\xb1\xfb\xc2\xf1\x07\x57\xdb\x26\xf6\xf1\xf0\x6a\x2b\x95\xc0\x13\x16\x5c\x3d\x00\x5d\x02\x8a\x7b\x5c\xdb\xaf\x39\x22\x94\xd9\xba\x9f\x67\x69\xce\x25\xf6\x3e\x64\xfe\x22\x8f\x0f\x42\x9d\x5b\x77\xfb\x3a\x34\x7e\x01\x99\xc0\xb4\x95\x0f\x43\x9d\x83\x2e\x69\x4f\xe5\x51\x17\xdc\xe9\xe2\x69\xed\xfd\x03\x8f\x4e\x2b\xd4\x1e\x5c\x28\xec\x1e\xf6\x34\x82\x45\x6b\x40\xa1\x5a\x9b\xa3\x9f\x46\x55\x8b\x7f\x37\x50\x70\xff\x5e\xb8\xa2\x19\x74\x0e\xd0\xff\x86\xff\x3c\x7d\xa1\xbb\xa6\xc3\x3a\x66\x41\xf4\xfb\xf9\xe4\x86\x64\xe4\x7d\xfa\x3a\x94\x9a\x30\x62\xa4\x5d\xca\xea\x61\x8c\x74\x10\x4f\x7a\x96\xa0\x20\xf1\xf6\x19\x0b\x9b\xb5\x86\x41\xc3\xa4\xd8\xd0\x03\x0f\x4e\xe7\x7c\x7a\x06\xa5\x1b\x6f\xdc\x92\xeb\x45\xad\x1e\x3a\x1e\xd8\xd3\xef\x39\xe1\xb4\xac\x53\xf9\xb0\xb4\x6b\x10\x59\x7f\xe0\xc3\x69\x6d\xeb\x73\x52\xc4\x92\xc4\xfb\x30\xbb\xaf\x23\xeb\x1e\x64\xd3\x6b\xb6\x8f\x3f\x17\xc9\xb4\x24\xdc\x07\x6a\x62\x73\x8a\xe7\x2a\xec\xc2\x2f\x34\x3e\xd0\xb4\xc8\x50\xed\x7b\xf7\xc0\x75\xc0\x3e\x47\x0f\xb5\xc6\xf6\xa5\x7b\xae\x55\x76\xdc\x5d\x40\x06\x10\x8d\x7b\xee\x05\x0a\x6d\x19\xf4\xc6\xf6\x4c\x7b\xee\x35\x2b\x6d\xd9\xbd\x60\xa3\x31\xee\x35\x4d\x6d\xd9\xdd\x79\xfa\x3d\x08\xcb\x56\x19\x0f\x11\xb4\x63\x27\x89\xe7\x86\x80\x6a\xc4\x62\xbe\x96\x50\xfd\x00\xf4\xc3\x34\x8e\x69\x85\xed\x19\xf0\x3c\x4c\xc7\x28\x79\xf2\x59\x3e\x10\xd9\x9f\x80\x64\x18\xf5\x59\x1c\xcc\x56\xf9\xe7\x21\xd5\x13\xdf\x7c\xc8\x04\x4d\x10\x1e\xce\x5a\x90\x80\xf6\xd7\xf2\xd6\x83\x58\x68\x1b\x31\x9f\x8f\xc7\x45\xeb\x2d\x1f\xb0\x34\xdb\x0f\x9f\x77\x1d\x1f\x75\xc8\x50\x68\x7b\x2e\x3e\x2f\xc9\x9a\x04\xd2\x07\x55\x18\x86\x11\xf5\x5d\x24\x46\x90\x7c\x51\x0b\x5b\x12\xeb\x43\x7d\xae\x9d\x23\x9f\x09\x11\x28\xfa\x85\xcc\x21\xfc\xa0\x40\xfe\xd0\x1c\xe0\xdf\x69\x7b\xe1\x43\x87\x09\x6b\x31\x9e\xc9\x65\x6f\x38\xbe\x8b\xff\x88\x35\xbf\x07\xc5\x8d\xe8\x37\x10\x89\x26\x94\x7a\x8f\x75\x9a\x86\x1e\xdc\xfc\x22\xe9\x01\x72\x3a\xeb\x48\xbf\xe0\x1f\xd6\xf4\xbf\x21\x70\x99\x1a\x82\xfe\x0c\xd6\x30\xbc\x61\x4d\xc2\x9f\x60\xda\x42\x98\x37\xd2\xc1\x52\x9c\xf6\x85\x2f\x41\xb3\x93\xc5\x4b\xaf\x4d\xdb\x98\x5f\xa6\x4c\xb1\xd2\xe1\x45\x7e\x5f\x5f\xa4\x5f\x64\x44\xb1\xda\xf8\x4d\x04\x8d\x44\xf6\x77\x15\xaa\x97\x48\xf1\x22\xa4\xd7\x4a\xdf\x17\x09\x7f\xad\x4c\x7f\x13\x97\x21\xc4\x7f\xa9\x82\xb0\xc2\xe0\x4d\x4b\xcf\xa1\x95\x23\xae\xc4\x26\x80\x37\xa3\xba\xb9\xd0\xf8\xcd\x0d\xed\xea\x00\xfa\x03\x6b\x94\x5e\xe8\x22\xad\x28\x7c\x51\x52\xde\x6a\xe7\x97\x75\xa6\x42\xf3\x07\xc0\x98\xe0\x09\x50\x8f\x26\xe9\xf2\x65\x21\xaa\xfa\x33\x04\x29\xb4\xa4\xc1\xb7\x10\x70\x7f\x95\xa0\xee\x65\x41\x01\xeb\x50\x5e\xe8\x12\x7c\xff\x7d\x11\x40\x62\x15\xd8\x4b\xc5\x40\xfd\x79\x40\xe1\xa0\xf8\x0b\xb8\x03\x8a\xd7\xbf\x70\xc5\xf4\xd5\xe8\xad\x6b\x23\x35\x24\x5d\x31\xad\x75\x79\x11\x00\x6c\x85\xc7\x0b\x4f\x4c\xab\xc8\xde\xca\x8b\x42\xf1\x07\x3c\xca\x52\x4e\xbc\x4b\x33\x20\xce\xf7\x32\x00\xc4\x7a\x98\xb7\x11\x65\xa5\x01\x79\xdb\x9a\x96\x3e\x41\x04\x88\xef\x33\x2f\xd2\xf9\x3a\x8b\xe3\xdb\x48\x25\xab\xbb\xac\xf8\x40\xeb\xa2\x46\xd2\x19\x14\x5f\x6a\x20\xad\x27\x7e\x99\x5b\x25\xc8\xfc\xf9\x42\xfd\xd0\xec\x94\xf3\x42\xfd\x60\x46\xf7\x42\xe8\xf0\x7d\xe5\x85\xb1\xdd\x32\xf1\x0b\xed\x83\x85\xe6\x17\x39\xec\x2c\xb8\xbf\xac\x43\xd5\xab\x5f\x00\x46\xfa\x4c\xf4\x0b\xbf\x35\x45\x46\x09\x8b\xf3\xbe\x2c\x7d\xda\x25\x42\xbc\x83\x33\xd2\xaa\x59\xe4\x20\x48\xe0\x7d\xe1\x2d\x69\xf1\xf2\x1d\x9c\xb2\xe0\x3a\x16\x1c\xfd\x01\x79\xa0\x04\x84\x17\x52\x8a\xc5\x98\x77\xf0\x2e\xec\xad\x18\x0b\x29\x3d\x89\x87\x0f\x3c\x08\xa5\x6a\xaf\x03\xc6\x73\x0b\x21\x2f\xab\xa3\x5a\xfe\x7b\xcf\xb5\x7b\x9a\xf7\xb9\x40\xa7\x41\xa0\x53\xb0\x68\xf4\x7e\x82\x4d\x74\x10\xda\x0b\x8f\xc9\x1f\xd0\x9d\x3c\xcb\x62\x38\x2f\xeb\x52\x05\x5d\x26\x5e\x0a\x3e\x5e\x17\x82\x57\xcc\x87\xdf\x8b\x93\x76\x3b\xf5\x5d\xba\x1b\xbc\x17\xaf\xab\x3f\x5f\x20\x76\xc4\x2e\x29\xef\xb5\xca\x60\x6a\xd6\x17\x55\x3f\xe2\x93\x2f\xc4\x9c\xae\x8b\xff\xfb\x89\x39\xcd\x6e\x5f\xef\x4d\x7e\x61\x9c\xba\x81\x73\xe2\x82\x2f\x22\x95\xcd\x78\xdf\x25\xe4\x18\xa7\x70\xf1\xff\x61\x72\x90\x71\x5c\xf2\xe9\x85\x88\xf3\xc3\xd2\x60\xfa\xb6\x7c\xf2\x32\xfd\xcb\xe1\x09\xc0\x52\xec\x09\x3d\xbc\x20\x4b\x54\x7e\x71\xcd\xef\x12\xcc\xde\xe5\xf5\xa9\x3b\xd4\x0b\xf1\xe4\x87\x3b\xf1\x8e\x6e\x1f\xe7\x17\x85\x11\x5c\xad\xf9\xfd\xae\xdc\xc9\x56\xa8\x97\xf2\x89\x99\x13\x85\x8d\x6e\x8e\xf8\x72\x04\xc1\x80\x0e\x9b\xf6\xf5\x79\x69\x4d\xb6\x57\xf4\xcb\xd2\x06\x76\xa3\x7e\xe7\x02\xbc\x96\x35\x17\x60\x35\x0b\x06\x14\x7b\x96\xac\x26\x1a\xa4\x56\x7a\x27\x23\x75\x8d\x93\x93\xd3\xd2\xe6\x52\x62\x29\x6e\x67\xb5\x10\xcf\x01\xc8\x21\x66\x33\x99\x43\xce\xea\xcd\xc9\xf2\xf1\x76\x65\x9e\xb8\x41\xe7\xf2\x57\x01\xae\x13\x85\x47\xcd\x1a\xe6\xc1\x43\x28\xc2\x3e\x8f\x45\x1b\x86\x1e\x0c\x04\x53\x65\xfd\xc6\xa1\x14\x37\x9a\xb0\x1d\x9b\x54\x4c\x24\x4d\x31\x95\x9f\xb8\x2d\x9b\x46\xcf\x4f\xf8\x49\x86\xf1\x0c\x9c\x91\xd6\x17\x2a\xd7\x97\xf4\x80\x36\x04\xdd\xb7\x27\xe3\x88\xed\xf9\x33\x03\xc8\x57\xf5\x0b\x80\xb9\xe8\xdd\x0c\x9c\xa2\xdf\x87\x6c\x1c\x3c\x25\x06\x73\xfd\x0c\x09\xf1\x4b\x27\x72\x46\x4a\x42\x3a\xb2\x33\x92\xa4\x36\xbf\x81\x23\x59\xfd\xc2\x82\xab\xe6\xc0\x98\x19\x7b\x52\x4f\x96\x5f\xc8\x7e\xe1\xfc\x84\x63\x5d\xfb\x26\x73\x18\x5b\x8f\x3d\x23\xe5\x00\x11\xb3\xc9\xca\x54\xe1\xa7\x0b\x62\xb8\x71\x25\xb2\x22\xaa\x66\x95\xb8\x17\x9a\x43\x5a\x79\xe2\xb5\x59\x69\xad\xcb\x5f\xf0\x42\xa5\x7b\xc4\x64\xa9\xa9\xea\x69\x25\xb8\x61\x09\xa1\x67\xe2\x66\xb8\x4b\xf2\x92\xe6\x41\xb9\x3b\x9a\x24\x4c\xd6\x3f\xbb\x99\x26\xbc\xd3\x04\x5a\xc6\x26\x3b\xf4\x64\x32\x38\xb9\xfe\x3c\x00\xca\x19\x87\x33\x75\x4a\xa2\x3e\x13\x95\xa8\xf2\x4f\x97\xc0\x39\x1d\xfc\x09\x9f\xd0\x1f\xc8\xe6\xb5\x7b\x5a\x04\xc5\x4c\xef\x26\x83\x97\x6d\x88\x9f\x14\x2b\x8d\x0f\x9f\x58\x99\x1c\x1e\x38\x33\x17\xe9\xdf\x93\x6b\x50\x07\x85\xd2\x91\xb1\xbc\x30\xe6\x41\xbc\x68\x32\x58\xb9\x7b\x2b\x90\x39\xe6\x07\xb0\x74\xf9\xb4\x55\x62\x16\x4e\x4a\x60\x80\xe0\x68\x8d\xf3\xa4\x03\xa7\x34\x36\x93\x5a\x26\x3b\x87\xcf\x41\x86\xab\x29\x20\x75\xad\x1d\x07\xe7\x92\x02\x7c\x78\xa9\xde\x30\x31\x40\x32\x92\x9f\xbd\x84\x07\x5d\x97\xe8\x3a\x4f\x4a\xc7\x26\x77\xe7\x5a\xa4\x1f\x2c\x04\xd4\x98\x9f\xd8\x90\x5d\xb1\x7c\x9e\x1d\xbf\x35\x67\x18\x16\x7e\x3b\xf8\x20\xff\x73\xb6\x4f\x4e\x49\x40\xa0\xc3\x9c\x2e\x35\x13\xb9\x4b\xec\x8a\x36\xaf\x88\x48\x12\x8d\x77\xad\x29\xbb\x03\x6c\x83\xa1\xc8\x2c\xb4\x76\x23\x9c\xc8\x6d\x62\x81\x7e\x7e\x02\x41\x77\x65\xc1\x09\x3d\x88\x6b\x1f\x4c\x96\x4e\xb2\x6f\xe4\xbc\x90\x2a\x57\xbc\x72\x2e\xbd\x88\x69\x2a\x73\x9b\xd8\xfa\x32\xef\xf8\x89\x14\xc9\xbf\xf3\x3f\x7f\xda\x30\x72\x41\x71\x62\x8d\xf8\xbc\x79\x73\xf3\x9c\xa1\x26\xc9\xf6\x3c\x9c\xcc\x6b\xdb\x7e\xc6\xa4\x48\x68\xaa\x4a\xa1\xa1\xd5\xbf\x4a\x96\x3a\x99\x0a\xc5\xb4\xeb\x59\x6b\xd2\x80\xd4\xa2\x18\x99\x99\x61\xce\xae\xe8\x93\x21\xb2\xed\xe7\x0b\x70\x16\xdd\x62\xe6\x32\x2d\xfc\x7c\x01\xd6\x25\x63\xc5\x7c\x79\x45\x31\x2e\xc0\xc3\xcd\x62\xcc\x7c\x49\xf7\x8d\xcf\x4b\x2b\xe2\xcd\x46\x1e\x5c\x5b\x06\xe6\xcb\x50\x3c\xb7\xd3\x26\xfb\xf3\x00\xd9\x1f\x8d\xbe\x48\x83\xdb\xa5\xf3\x9a\x2f\x2b\x73\x69\x51\x2f\x09\x89\xbf\x5f\xbc\xca\x1d\x00\x9f\xa5\x66\x9b\x50\xaa\x38\xfb\xea\x5c\x86\x01\xaf\x01\x61\x29\x5d\x9a\xa3\x39\x17\x98\xfc\xc5\x3a\x72\x1a\xe2\x13\x83\x92\xd5\x6e\x13\x71\x2b\x43\x0a\x8e\x39\xc9\xaa\x8c\xd1\x9f\x50\x93\x6c\x67\x9e\x73\x61\xf4\x1a\x62\x1c\xa8\x7d\x20\x62\x37\x8e\x03\x0e\xf2\xbb\xc7\x71\x1c\xbc\xe3\x74\x3f\x48\x1f\xd8\x0e\x7f\x40\xcd\x50\x77\x8f\xd8\x88\xad\x41\x1b\x07\xf4\x3a\xda\x88\x71\xac\x8a\xea\xd9\x3d\x5e\x58\x44\xd6\x6f\xaa\x75\x36\x5f\x1a\x07\xec\x06\x63\x0b\xc1\xe3\x40\x4a\x15\x11\x8a\x71\x40\xed\x13\xdd\x8e\xe2\x0b\xa3\xa9\x1d\x19\x55\xfa\x50\x7f\x28\xbd\x70\xfc\xfc\x86\x63\x9f\x27\x44\x41\x68\xf8\x77\xc5\xf8\x49\xbf\x91\xdc\x38\x78\x3c\xd2\x99\xaa\x25\x7e\x62\x50\x53\x7a\x95\x71\x84\x13\xbb\xe0\x01\xa9\xc9\xea\xfe\x00\xe1\x23\xd5\x1f\x60\x85\x87\x7f\x4f\x98\x07\x05\x74\xc4\xbc\x48\xf9\x32\x0e\xa4\x56\x19\xde\x94\x18\x41\xd8\xb4\x27\x11\xb5\x6b\xb3\xdb\x1b\xde\xd7\x1e\x45\x6a\x15\x86\x5f\xa0\x44\x53\xfc\xe0\x05\x9e\x68\xcd\x91\xba\x98\xae\x35\x21\xd0\x38\x19\x06\x48\x43\xa7\x74\x1c\xe3\x80\x8a\x4a\xda\xbc\x71\x24\x02\xd5\xed\xd4\x92\x55\x41\x1d\x69\x80\xa3\xa1\x0e\x71\x46\x01\x56\xe3\x48\x74\xea\x73\x3b\xb1\xc2\x1d\x92\xb1\x37\xbd\x90\x99\x9c\xc3\x50\x87\x0b\x5e\x35\xae\x33\x49\x9d\x12\x36\x8d\x23\x93\xc8\x0c\x3f\x80\x6f\xbc\x17\xc9\x90\x15\x2f\x12\xd2\xc9\x08\x82\x2b\x7c\x68\xfa\xcf\x14\x90\x82\xc4\x98\x96\x29\x49\xfa\x74\x41\x5a\x91\x17\xec\x38\x10\xd0\xa2\xb4\xfa\xe3\x28\x38\x7d\x41\xef\x23\x3c\x65\x04\xbd\x0f\xd1\xe4\x67\xc2\xf0\xc6\x1b\xc1\xdf\x83\x60\x04\x01\xb1\x7c\x98\x9a\xbd\x80\x42\xcc\x34\x22\x14\x40\x39\xfa\x05\xf2\x16\xe3\x76\x21\xd8\x35\x23\xc4\xa6\xa4\x23\xfc\x05\xef\x19\xc7\x27\xf7\x34\xe9\xd2\xc7\x51\xc9\x5a\x7c\x74\x19\xb8\xe2\xf5\x7c\x82\x51\xfa\x41\x02\x5a\xdf\xe4\xa5\x34\x8e\x0a\xcf\xff\xe4\x0e\xb0\x60\x9f\x14\x96\x80\x08\xfe\xcd\xeb\xaf\x21\x50\x1f\x58\x39\xfd\xc2\x8b\x1b\xbb\x20\x08\xef\x3e\x79\x7b\x8d\x83\x91\xcc\x3f\x53\x84\x32\x6d\x44\xcd\xa0\x91\x40\x0e\x2d\x12\x91\xcb\xd9\x48\x02\x65\xda\x30\x10\x90\x6f\x45\x79\x46\xc7\xd1\x3a\x7e\xbb\x9d\xda\x99\xe1\x17\x4e\x6c\xba\x5f\x40\x86\x67\xe3\x39\x9c\xfd\x86\xf7\x10\x39\xf8\xb2\xa9\x0d\x5c\xfb\x54\xed\x6d\x1c\xd0\xbc\x29\x51\xc8\x38\x3a\x57\xa4\x09\xf7\xf4\xcf\x9f\xa2\x1c\xb5\xe3\xa0\x81\xaf\xb8\x3f\xf2\x31\x6f\x0a\x55\x73\x9e\x30\x73\xfa\xfd\xcc\x18\x9e\x43\xc3\xf4\x0d\xaa\xba\x11\x85\x54\x7d\xa1\xa5\x80\xda\xc9\x23\xbc\x6d\x9d\x8c\xcd\x27\xa5\x63\x9f\x92\xb6\x85\x81\x31\xcd\x2f\x8c\x80\xb3\xa9\x2e\x97\xc5\xd0\xb3\x1c\x34\xfd\x14\x77\xc1\xeb\xae\x59\x1b\x73\x00\x06\x4f\x6b\x50\xc9\xed\x37\xce\x85\x1d\x9a\xe7\x49\x21\xa0\x09\xd8\x27\x19\xec\xcf\x1b\x38\xe2\x45\xf3\x64\x05\x89\xfa\xf3\x45\x85\x63\x9e\x3f\x00\x8a\x1b\x3f\x4e\xea\x98\x04\xbc\x93\x90\xd0\xba\x18\xbe\xdc\xcc\xf3\xa1\x6b\x1b\x3e\x33\xcb\x06\x39\x34\x85\x8b\x36\x0e\xef\xf0\xb5\x08\xa3\xdf\x00\x75\x4f\x5a\xf7\x45\x31\xd6\xfc\xe2\x93\xc5\xd3\x61\x9e\xca\x9a\x5d\x3f\x4c\xf9\xa2\x38\x55\x34\x4d\x88\xd2\xc1\x2f\x30\x31\xb3\xac\xfb\xe3\xb8\xd7\xfe\x08\x10\xcb\xa2\x68\x96\xb0\xdc\x6c\x3c\x2a\xd4\x6f\x87\x31\xfb\x5e\xa7\xdf\x2f\xa0\xa4\x55\x15\x28\x96\xac\xdb\xfd\x80\xbb\x61\xe0\x3d\x54\x8a\x78\x9e\x50\xb0\x8d\xa4\x2e\x1f\xa2\x6a\x17\x6c\x1e\x5a\xb3\x3d\xab\x07\x41\x3a\x06\x1e\xd3\x02\x36\x8b\x54\x2c\x02\x61\x71\x00\xd2\xb1\x52\xec\x8f\x03\x5e\x2f\x0a\x70\x1f\xc7\xb2\x10\x1a\x10\x2f\xd2\x4a\x15\xcd\x91\x41\xd5\xcd\x44\x0b\x39\x00\xf3\xcf\x0b\xb4\x4b\x1b\x0b\xa9\xa2\xfb\x11\x31\x26\x4d\x19\x66\x5d\x0c\xf1\xf8\x91\x0c\x27\x13\xe3\x68\x59\x73\xe1\x84\x06\x99\xdc\x40\xf7\x00\x09\x5b\x32\x47\x58\x1a\xb7\xe1\x07\x58\x77\xf6\x6f\xde\x00\x75\xfe\x02\x42\x32\x86\x45\xc5\xb0\x8c\x8a\xe3\x6f\x82\x5a\x47\x38\x28\xc8\x69\xab\x02\x73\xc2\x28\xc4\x63\x04\xd6\xf5\x52\x3c\xc6\x08\x81\x53\xd2\x80\x81\xca\x02\x41\x32\x04\x64\xce\x49\xfe\x80\x5e\xfd\xfb\x82\x37\x02\xb5\x6a\x16\x5f\x43\x20\x1a\x0f\x0f\x0a\xea\xb8\x35\x99\x23\x30\x39\x9f\x22\x2c\x46\x60\x2e\x3e\xd5\xb5\x1e\x81\x85\x1e\x64\x84\x1e\x21\xae\x79\x6b\xd4\xb8\x20\xa5\x4f\x22\x19\xa7\xfa\x8c\xb4\xe0\x18\xf8\x11\x8e\x50\xd9\x2f\x90\xe2\x0a\x87\x02\x4b\x77\xc9\x4b\x63\x04\xd8\x35\x15\x49\x38\x02\xcb\x94\x5a\xa4\x0b\x89\xc0\xf3\x6f\x02\xaf\xfa\x01\xd9\xfb\x70\x97\x94\x12\x75\xda\xc2\x32\x6c\xea\x30\x05\x68\xb9\x4a\x3c\x3c\x2a\xcf\xf8\x70\xa7\x0f\xdf\xd0\x2e\x33\x54\xb9\x1a\x8d\x72\xe7\x1b\xda\x01\x54\x2f\x8d\x9e\x28\x8c\x9b\x23\xbb\x07\x14\x16\xf5\xac\x90\x30\x4f\x85\xe9\x47\x80\x58\x97\x7e\xde\x47\x6c\x92\x41\xb7\x94\x50\xe2\x1b\x01\x99\x65\x54\x42\x76\x84\xb2\xa6\xa8\x1e\x21\xf8\xc9\x50\x30\x02\x05\xbd\xec\x76\x00\xca\x34\x23\x50\xf2\xd3\x35\x2c\x14\x86\xf5\x78\x33\x98\x9a\x66\xfc\x3c\xb8\x08\x05\x7d\x52\xd7\xfe\x69\x99\x10\xd7\x8a\x67\x0d\x6b\xe6\x30\x8a\xd4\x45\x12\xb4\x39\x15\x6c\x22\xfb\x77\xe3\x98\x5a\x27\x6a\x9d\x0e\x93\x80\xca\x6c\xb4\xfe\x00\x80\xad\xfe\xcd\x03\x6a\x44\xa7\xf4\x25\x4e\x15\xe0\x0b\x35\xc4\xc3\x03\xa4\xb1\xde\x3d\x62\x63\x52\x50\xcd\x19\xd2\x97\x2a\x9b\x8f\x00\xe9\xcb\x37\xa3\xd0\x16\xdc\xb4\xe8\xb6\xe0\xe6\x07\xd4\xc7\x18\x1b\x3a\xd5\xa4\xc6\x51\x0a\x54\x45\x5f\x74\xf2\x57\xb1\x9d\x40\x09\xaa\x1b\x01\x3b\x0e\x82\x5c\xa5\x47\xf8\x44\x2a\x57\x3a\x18\x81\x12\x54\x71\x0f\x6b\x56\x7e\x01\x6c\xc9\xeb\x42\x2c\x85\x6f\x1e\x01\x39\x91\x4b\x34\x46\xd1\xfc\xe9\x49\xd2\xc5\xca\x37\xb8\x80\x48\xe2\xea\xc3\x3a\x16\x49\xd1\xba\x99\xfa\xc5\x38\x3b\x68\xb3\x31\x86\xc1\xf5\x5a\x25\xdf\x46\x18\x6b\x0e\x7a\xc0\x3a\x15\xcd\xbb\x75\x12\x72\xea\xf2\xcc\x70\x20\x55\x8f\xe7\x82\x93\x66\xcd\x7a\xa6\x31\x08\x21\x60\xca\x1c\x26\xbf\x27\xe1\xa2\x55\x9d\xb8\xf0\x78\x95\x94\x9e\x4c\xcf\xaf\xc5\x08\xd5\xc1\x85\x3b\x8c\xe4\xca\x00\xe9\xa9\x44\xc9\xf7\x81\x85\x2d\xba\xbb\xbc\xc0\xae\xeb\x5f\x5d\x91\x02\x25\xab\xaa\x6d\xa1\x64\xd5\x0d\x65\x96\x53\x4d\x7e\x01\x0b\x34\x15\x86\xd5\x73\x0c\x6f\xec\x45\x6e\x61\xdc\xa1\x2c\x36\x0c\x76\x96\xcd\x68\x46\x1e\x94\x43\x1d\xc3\x50\xa4\x0b\xb4\x2f\x9e\xe1\xae\x70\x51\xd7\xac\x60\x09\x0d\x06\x02\xc2\x82\x93\x2e\xa2\x01\x75\x2f\x46\x75\x3b\xb6\xa1\x7a\x44\xdc\x61\x4c\x4a\x6e\x04\x11\x76\x8f\x87\x22\x66\x26\x90\xcc\xfa\x67\x96\x88\x7c\xce\xbe\xa9\x87\xa5\xc4\xd4\xfb\xf0\xf3\x1a\xd5\xef\x83\xfd\x59\xb4\x78\x3e\x89\x29\x98\x29\x33\xbb\x73\xf3\xb6\x3f\x27\xf8\xa5\x7f\x63\x01\xc6\xe5\x87\x1e\xba\x26\x1c\x70\x7e\x2e\xc6\x13\x4a\x7d\x96\x1c\xe0\x17\x36\x4c\xda\x10\xf4\xab\x3a\x3d\x23\xbc\xd0\x5a\x79\xc6\x70\x6d\x6e\x86\x30\xbc\xc0\x2c\xd5\x07\x38\x7d\xf5\xee\x2d\xa2\xe7\x72\xf3\x26\xb2\x3c\x6b\xf4\xa6\x4c\xfa\xcb\x79\x57\x26\x65\x13\xe9\x0b\x02\x13\xe3\x34\x77\x3a\xc9\x24\x24\xc4\x05\x98\x55\x47\xf3\x20\x0f\xbf\x10\xe4\xe1\x08\x36\x74\x7d\x89\x4c\x9c\x63\x75\x5e\x64\xea\xbf\xfe\xf3\x00\xfe\xaa\xd9\x5f\x70\x56\xba\xd4\x47\x78\x22\x0f\xeb\x5d\xe2\x81\xcd\x11\xf6\xc4\xe3\xe6\x24\x9a\x1e\x20\x9c\xbf\xf8\x03\x96\x55\xd9\x9b\x11\x03\x9c\xba\xc5\x2d\x23\x54\x88\x52\xdb\x8f\x08\x4f\xe3\xd1\xdc\x8e\x53\xaa\x7b\x44\x0c\xcb\x3c\xed\x0f\xa0\x26\x91\x30\x1c\xe1\x36\x36\xac\xae\x8a\x2c\x05\x11\xa5\x58\x88\x9f\x00\xd6\x0e\xb1\xc2\x18\x09\x58\xad\x29\x25\x7e\x10\xf5\x00\x61\x0a\xda\x89\x98\x98\x6c\x42\x60\x4c\x6b\x84\xa4\x07\x48\x99\x61\x20\x24\x42\xcd\x1d\xdc\x68\xd7\x8c\x18\x95\x26\xa7\xbf\x11\x11\x95\xe6\x43\x17\x33\xa0\xe6\x29\x33\x69\x9f\x7c\xbc\x46\xcc\x6b\xce\x9a\x13\xbc\xcc\xc2\xcf\x0b\x80\xa3\x8e\x79\x64\xd2\x3e\x2b\x3f\x62\x5e\x7b\xaf\x49\xc3\x0f\x4d\xd1\xfb\x23\x52\x05\xd7\x3d\xc2\xc9\x39\x68\x55\x28\xad\xaa\x74\xb6\x23\x32\x48\xd6\xfa\x96\x98\x71\x30\x8b\x87\x9c\x1c\x52\x43\xc0\xed\x6c\xe8\x64\xc7\x12\xf0\x81\x86\x64\x91\x2e\xab\x67\x23\xec\x83\x43\x37\xd7\xc8\x20\xb5\xe6\xad\x61\x71\x54\x31\xe7\x88\x98\xd8\x21\xc1\x2a\xb2\x88\xd7\xe1\x0e\x80\x4d\xba\x5d\xc7\xca\x93\xac\x8b\x6d\xac\x3c\x43\xc6\xa6\x0a\xe3\x99\x84\xe0\x08\x47\xb3\xd1\xff\xea\x5e\x14\x59\xb3\xbe\x1b\xd5\xa0\x76\x53\x16\x9c\x11\xa9\x75\x13\x5b\x8e\x08\x80\xeb\xdd\xa8\xc6\xf4\x31\x72\xbe\x1b\xb1\x51\x19\xab\x5d\x60\x3a\xbf\xe6\x13\x88\xa8\xd7\x61\xd5\x65\xa4\x4b\x99\xfc\x9a\x46\xa4\x9c\x25\x0f\xa0\x11\xdb\x8b\xb8\x1f\xbf\x30\x39\x0b\x75\x81\x74\x7d\xcd\xd3\x44\xc8\x6a\x32\xae\xc0\x31\xfd\x87\xae\xf4\x8e\x8c\x9e\xea\x90\x09\xf7\xe4\x28\x37\x62\x3f\x39\x05\xf7\xf0\xf0\x0d\xad\x8b\xa5\x26\xac\x71\x8d\x9f\x18\x15\x65\x42\x1c\x91\xf9\x58\x14\xb8\x37\x22\x9c\xc8\x86\x77\x6a\xf0\x48\x68\x11\x08\x61\x1d\xba\x12\x45\x56\x90\xb7\x71\x20\x22\x1d\x8b\xef\xf6\x91\x21\x70\xdd\xc7\x76\xc0\x1c\xe1\x55\xa0\x2e\xea\xd0\xf5\x27\xc2\xb8\x3c\x7e\x3a\x20\x1c\x7d\x08\xe9\x19\xdf\x4c\x91\x99\x6f\x45\x42\x54\x64\x32\xe3\x66\x52\x72\x32\x13\xa1\x0f\x19\xea\x85\xfd\x9c\x00\xf8\x83\x0d\xeb\x91\xe3\x45\xda\x21\x25\x47\x84\x18\x95\x7e\xce\x25\x73\xe6\x35\x93\x1b\xd8\x7f\x87\xe4\xee\x48\xfb\x6f\x33\x01\x43\x15\xd2\xa1\xcb\x42\xa4\x87\x58\xfb\xe9\x92\xb4\xc0\x07\xf1\xa6\xd0\x6b\xcc\x67\x61\xf8\x68\xe0\xdd\x24\xe4\x46\xf5\x25\x1a\x99\xc6\xd1\xa4\x2b\xa7\xbe\x11\xe9\x25\x66\x61\x24\x42\x71\x35\xac\x61\x8d\xf7\x9a\x87\x1f\xe0\x42\x2f\xef\xa4\x11\xe1\xea\x3e\x24\x5b\xc7\x07\xa4\x57\xc2\x78\x7c\x98\xac\x56\x4b\x7d\x10\xb7\x5f\xfd\x1b\x6a\x09\x71\xfa\x48\xf9\xa7\x0a\x54\xcf\x82\x9d\x07\x00\x89\xf2\x59\x78\x48\x15\x8d\x55\x2f\x67\xa0\x0f\x5e\xca\xee\x92\xb4\x23\x6d\xb8\x2a\x97\x33\x22\x6a\x57\x64\xd3\x84\x97\x64\xc6\x34\xe0\xe5\xa4\xfc\x01\x27\xe5\x59\xbe\xdc\x50\x0f\x01\x03\xff\xcf\x9c\xc8\xf7\x3d\x6b\xe8\xb9\x62\x73\x8f\x64\x69\x86\x1b\x3d\xe1\x65\xaa\x1e\x71\x46\x54\x09\x53\x0f\xc8\x94\xfc\x73\xfc\x26\x8f\x9f\xcf\x2f\x62\xb5\xaa\x89\xfd\x27\x32\x75\xd5\x12\x1f\x11\x89\x4b\x0e\x49\x96\x71\xa2\xe8\xb4\xa7\xc4\xd0\x2e\xaf\x61\xc2\xe5\x4f\x36\xa4\x74\xac\x19\x16\x3d\x40\x54\x54\xf3\xef\x8c\x2c\x41\xa2\x83\xe9\x80\x29\x5c\xfc\x2a\x1d\x0b\x8c\x55\x0f\xa8\x11\x49\xfe\x62\x62\x8e\xfa\x02\x6a\x2f\xf9\x69\x8d\xc4\xc4\x81\x72\xf8\x1c\x89\xf5\xb7\x6c\x63\x48\x4c\x0c\x28\xb7\x85\x91\x20\x11\x29\xc2\x60\x24\xd8\x48\x0f\xb1\x90\x14\x08\x96\xbf\x89\x71\x1d\x29\xac\x7d\x6d\x7a\xf0\x00\x06\xee\x0d\x3c\xbc\x79\xb4\x85\xad\x7a\x01\x0a\x31\x55\x56\x1a\x29\x82\x87\x4b\xfa\x4e\x31\x62\x3a\x02\x2a\x4a\xe1\x1f\xba\xc3\x25\xa6\x0c\xb4\x91\x3a\x45\x1e\x28\xff\x86\x9e\x2f\xb9\x43\x0a\x2e\xc9\x3d\x42\x27\x6b\x98\x46\x92\x69\x11\xd5\xc4\x62\xfa\xed\x67\x4e\x17\xee\x50\x1e\xe2\x86\x55\xd7\x3d\xbc\x98\xa3\x40\x0e\xa7\x33\x6b\xed\x53\x42\x9c\xab\xfb\x4b\x8b\x74\x69\x51\xf4\x42\x53\x1d\x9d\x91\x52\x41\x8f\xfe\x82\x4c\x59\xd4\x2f\xd1\x09\xcd\x26\xd3\x94\xb8\x8d\x7e\xe1\xfa\x7e\xeb\xf2\x99\x3e\x81\xaf\x1d\xc6\xcd\x25\xcf\x89\xcc\xa7\x4c\x9e\xab\x0e\x57\x5e\x02\x23\x2b\x04\xba\x94\x8d\x9c\x9f\x40\x97\xa2\xcf\x03\x3d\xbe\x44\xf5\x13\x4b\xe3\xdb\x64\x99\xca\xc2\x5e\x2d\x8b\x85\x59\x95\x66\x6d\xa4\x82\xe0\x87\xe2\x17\x28\x9d\xf8\x10\x22\xd1\xf3\xa1\x0b\x47\x2a\xa0\x54\xcd\x1d\x2c\x8a\xee\x1e\x28\x86\x8a\x59\xa5\xc2\x42\x8f\xee\xe1\x46\x8f\x9e\x35\x29\x93\x51\xfa\x93\xf1\xda\xe1\x03\x54\x17\xe8\xd5\xc3\x92\xb1\x74\xb3\x4a\x95\xaa\x50\xe3\x60\x25\x17\x36\x68\x10\x4d\xa0\x68\xa7\x91\x2a\x09\x81\xd8\x4c\x42\xda\xbe\x23\x78\x12\xbc\x43\x7a\xa1\x0d\x54\xdf\x63\x36\xc2\xd6\x48\xd7\xa8\xfd\x10\x4b\x4d\x6d\x21\x99\x50\x64\x69\xe0\x7e\xfa\x20\x63\xd7\x6d\x2a\x31\x95\xb3\xef\xb6\xa9\x11\x58\xee\x93\xfc\x52\x02\x71\x6a\x0c\x2c\xd6\xc2\x1a\xc5\x0b\x09\x49\xa9\x53\xa3\x61\x02\xc0\x92\x12\x72\xc8\x1d\x69\x69\xd0\x4c\x14\x57\x36\x65\xa9\x82\x12\x8c\x90\xd9\xd0\xeb\x6b\x16\x82\x56\xa7\xe0\x64\x3c\x5a\xc2\x9e\x0c\x0c\x69\xe0\x38\x04\xbf\x40\x44\xd3\x75\x26\x21\x9d\xf2\xe1\x31\x90\x7c\xaf\x1b\x4d\x96\x4e\x4d\xe2\x61\xfa\x84\xbb\x66\x71\x32\xd1\x24\x19\x4d\x25\x18\x1f\x20\x27\xdd\x91\xce\xb5\x65\x9a\xf6\xb9\xd4\x91\x9a\xd5\x89\x80\x65\xef\xd8\xd2\xb2\x75\xbf\xc0\xe2\x2c\xda\x8f\x25\xff\x99\xe5\x20\xa2\xa0\x58\x83\x9e\x4e\x0a\xef\x12\x32\x13\xaa\xd2\x1f\xc6\xd5\x8b\xe8\x2e\x40\x5c\xe0\x17\x92\xcd\xd3\x45\xe4\x36\x0b\x5a\x7a\x2e\x4f\xe2\xa6\xba\x5a\xc2\x79\xba\x41\xc3\xcd\xa3\x6e\xe8\x15\x8c\x66\x2c\x29\xdf\x4d\x49\x3e\xb9\xac\x7d\x97\x94\xbf\xe1\x49\x37\x8f\x9f\xa4\xcb\x74\xaf\x19\xba\xbb\xb5\x66\xc1\x11\xde\xfe\xc3\x57\xf4\xb4\xe4\x3e\x09\x34\xe9\x01\x14\x4c\x6f\x11\xd5\x1f\xbc\xfd\x0f\x64\xaa\x6e\x62\xf8\x70\xca\x1a\x93\x7a\x2b\x45\x10\x8c\x44\x73\x64\x37\x3d\x7d\x1e\x7c\xa1\x69\x53\x2f\xe5\xb3\xf6\xd0\xac\x63\xa6\x00\x6b\xa4\x55\x1b\xe9\x25\xf5\x34\xe3\x7a\x81\xd4\x3e\x6b\x2f\xb8\x88\x04\xe2\xf4\x92\x8b\x98\x15\xbe\x0b\xf0\x9a\xc3\xcb\x55\x68\x2b\xe9\x3a\x27\x47\xf2\x91\xe8\x2a\xd7\xcd\x26\x18\x20\x60\x7b\x47\xfa\xc4\x30\xe7\x4e\x1c\x69\x52\x47\x64\x46\x33\xd7\xf6\x68\xd0\xb9\xb2\xa5\xfb\x93\x45\x0d\x37\xf4\x33\x9c\xe3\xa2\x6d\x26\xf9\x58\x54\xa4\xe9\x01\x50\x4c\x1b\x9a\x0f\x5a\xb4\xd4\x67\x3e\x1a\x5e\x28\xfa\xdd\xd9\xa5\xbf\xa0\x18\x50\x3d\x28\x45\x17\x71\xab\x1c\x80\x13\x5a\x48\x0e\x1c\x53\x93\x0a\x04\x7f\xd4\xef\xc2\x21\x34\x26\x44\x31\x25\x54\x1f\x39\xc0\xba\x75\xf8\x03\xf0\x70\x91\xc6\x0c\xef\x33\x57\xe7\x1f\xf9\x13\x96\x9a\xdd\xc9\x72\x04\x93\x97\xed\x30\xb3\x6a\xe9\xf8\x79\x61\xf5\x20\x38\x25\x88\x5b\x12\x92\x33\x4b\x6d\xc9\xf7\x7c\xe4\x44\x1a\xf4\xf3\x80\xb6\x24\x31\xd0\x4c\xd9\x44\x04\x23\x27\xb0\x64\x6f\x05\xd2\x30\xd9\xb4\x94\x29\x99\x88\x0e\xe6\xb4\xb6\x5b\x70\x63\x46\x64\x6b\xd6\x73\x22\xe4\xc5\x2e\x73\xe6\xba\x35\xa7\xbc\x4e\x9f\xe6\x40\xe9\x46\x14\x27\x67\x08\x85\x52\x67\xe5\x4c\xa4\x74\x3b\x83\x54\x3c\x07\x3a\x84\xd9\x9e\x9c\x21\xab\x28\x69\xe1\xc8\x05\x72\x69\xf6\xef\x6f\xf3\x7d\xbc\x73\xa1\xdc\x2d\xfe\x9b\x99\xff\xc8\x0e\x4d\xb9\x00\x0e\xba\x5a\xe6\x82\xcd\xcb\xfe\x7d\xf3\x03\x77\x09\x19\xc0\xa7\xa0\x70\x33\x25\x89\x64\x4a\x26\x3a\xff\x99\x15\x28\xac\x79\xce\x95\x93\xd6\xd6\xd4\xb5\xb9\x82\x43\xe5\x29\x08\x7e\xc0\xcd\x12\x60\x2b\xb9\x98\xe1\xc0\xb0\x47\xf9\xf1\x8f\xcc\x92\x13\x0a\x38\x1d\x99\x71\x90\xf2\xca\x1f\xb9\x61\x9a\xde\xcd\x46\x6d\xb7\x04\xa8\xdc\x48\xc8\xc4\x08\x73\x03\x8a\x19\x96\x0d\x87\xd7\x93\xa0\x18\xa2\x3b\x72\x6e\x20\xa5\x3f\xdf\x03\x72\xc5\x33\xc0\xb5\x4a\xe2\x40\xee\xc0\x27\x09\x14\x99\x09\x86\x15\x44\x3b\x32\x73\xa8\x29\xea\x76\x94\x6f\x06\xe9\x2f\x39\x52\x69\x54\xf8\x6a\xab\xcb\xb2\x5d\x8a\x91\x97\xb6\x80\xa6\x07\x9d\xc9\x7d\x9a\x7e\x63\xe7\x24\x2b\x14\xcc\x50\x61\xc4\xa3\xec\x09\x0e\x3d\xa0\xb2\xa3\xf9\x01\x60\x26\x42\x5d\x3a\x25\x63\x1d\xa2\x82\x1c\xc8\xca\x56\x30\x4a\xc7\xd6\x57\xb7\x23\x5f\x46\xf0\x94\xe8\x28\xd4\x3c\x87\x09\xa7\x4a\xfd\x66\x01\x7d\xaf\x7a\xe0\x7e\xdc\xfd\x1b\x4a\x68\xed\x52\xa1\x0c\x26\x15\x40\x19\x20\x24\xd5\xed\x8b\x01\x6a\x06\x27\x10\xa9\xfa\x37\x95\x44\x3a\x94\x85\x3e\x5d\xc2\x8b\x72\x32\x30\x4c\x30\x81\xd5\xd2\x14\xba\x9c\x05\xc5\xce\xfd\xbb\x72\xe3\xdc\x01\x81\xe8\x0e\xc0\x1f\xc5\x23\xca\x12\xaf\x8a\xa7\x74\x51\x89\xe0\x29\xb1\xf6\xb8\xb7\xfe\x04\xae\x8a\xab\x17\xd4\xe3\x4f\xd6\x41\x17\x28\xe0\xa2\x3f\xb8\x16\x01\xd6\x24\x2e\x7a\xb2\x78\xab\x29\xa2\x35\xf7\xc0\xdc\x3a\x52\x9e\x95\x0b\xa4\xa6\xf9\x37\xce\x8f\x98\x63\xb9\xc8\x70\x8d\x6e\x17\x0e\x90\xe8\x44\x61\x6d\x59\xbb\x94\x14\x8a\x74\xde\x9a\x9b\xa2\x85\xa8\x59\x81\x4c\x67\x8f\x92\x42\x1f\x31\x05\xbe\x8c\x42\x1f\x31\x7b\x4e\x94\x1b\xf8\xd7\xdc\x03\x03\x95\x25\x10\x95\x9b\xb3\xd6\xb2\x6f\x42\x52\x80\x5a\x19\x87\x25\x7a\x94\x87\xe4\x4e\xdc\xae\x3c\xc0\xb8\x9f\x17\x40\x67\x3c\xc2\x03\x0c\xfc\x79\xbf\x83\x41\x6b\x8a\x4b\xa8\x93\x7c\x54\x1e\xca\x32\x3e\x65\x0f\xe6\xd8\xfd\x02\x79\x9b\x64\xb0\xf2\xf0\x14\x19\x0e\x0f\xa9\xba\x24\xc7\xc2\xaa\x63\x76\xd6\x28\x2f\xa8\x95\xbf\x78\x41\x1b\x74\x55\x29\x2f\x75\x40\xe2\xd0\x85\x72\x9f\x0f\xde\x92\xfb\x44\x81\x0b\x62\x32\xb2\x89\x43\x45\x11\x76\x55\xfa\x1d\x35\x2c\x84\x88\x7a\x40\x82\x25\x19\xbe\x52\x14\xd1\xf5\xa7\xc6\xc8\x17\xfc\x60\xcd\x4a\x5d\x44\x9c\x1d\x19\xad\x2a\xd4\x2c\xca\xd5\x37\x6a\xa4\x80\xec\x2e\x99\x8e\xc1\xae\x13\xf5\x13\x56\x92\xdd\x18\x2a\x95\x20\xd6\xc0\xd7\x44\x1a\x27\x12\x53\x3f\x59\xe3\x47\x65\x57\x59\xf6\xd3\x4e\xc3\x35\xd1\x04\x5f\xfc\xc6\x87\xe9\x8a\xba\x1d\x15\xf5\x16\x7c\x93\xac\x99\x97\x1b\x21\x76\xcd\xd8\x0d\xf7\x08\xcb\x9a\xd2\xbe\x8d\x0a\x17\x25\x55\x42\x18\x35\x03\x43\xa4\xc7\xac\x30\x83\x59\x8a\xac\x19\xbc\x4a\x66\x88\x5a\x80\x0e\x12\x23\x2a\x6b\x5f\xf5\xf4\x37\x49\x52\x47\x2d\x6b\x17\xb4\x6f\x85\xbc\x49\x54\xb6\x7e\x62\x48\x52\x4e\x9a\x51\xa9\x0f\x19\xfe\x00\xa7\x4c\x77\xa7\x4a\xa9\x44\xb7\xad\x5a\x38\x5f\x01\x68\x59\xc0\xbc\x40\xe4\x5e\xb0\xa1\xba\x22\x4d\xac\x32\x81\x8d\x5a\xa9\x8d\xd6\x00\x30\x7a\x29\xa1\xef\xa8\xf5\x3b\x94\xe1\xf0\xfb\x27\x72\x95\x69\x82\xf5\x46\xbb\xc7\x23\xaa\x8a\x57\x56\x78\x8a\xdb\xba\x54\x3f\x71\xa3\xd9\xc5\xa0\x36\x18\xf8\xb3\xdb\x17\xcc\x34\x83\x06\xe7\x77\xdd\xba\x2b\xaa\xb1\xdb\x9d\xae\x52\x3c\x91\xae\xa0\x36\xd4\xe4\xf3\x69\x82\xa7\x92\xdd\xb0\x2b\x33\x40\xda\xb7\xa5\x36\x8a\x7e\xc9\x23\x3e\x70\xb7\xf7\x88\x6b\x4d\xfe\x82\x04\xd9\x78\xd9\x79\x58\x44\xc2\x6b\x5f\x19\xdb\xb4\xd1\x9d\x5a\x47\x1f\x7a\xba\x8f\x5b\x81\x57\xe1\xfd\x64\x1d\x53\x45\xd1\xac\x61\x54\x81\x08\x61\xe5\x42\x65\xa6\x07\xbb\xbc\x54\x98\xe5\x14\x1d\x39\x2a\x7c\x9f\x2c\x13\xd7\x8e\xc2\x6e\x06\x1c\x44\x8a\x2c\x29\xa8\x22\x8d\xac\xd2\x21\x8d\x3a\x28\xd0\xea\xae\x51\x51\x06\x2b\x7b\x91\xa3\xa0\x43\xad\x80\x35\x13\x86\x4f\xe7\x68\x78\x41\xb8\x30\x3a\x7e\x6b\x49\x83\xd9\x3a\x9b\x3f\xa0\xbe\xd0\xf8\x8f\x08\x50\x95\xf8\x18\x15\xbe\x53\x2a\x29\x35\xea\x80\x06\xdc\x64\x8d\x35\x15\x6c\x31\xaa\x27\xd1\x4f\x60\x3f\x11\x13\x64\xf4\x3b\xd7\x36\x68\xc4\x93\x25\x36\x44\xbf\x2b\xd5\x3e\xb6\xcf\xd4\x93\xab\xd2\x98\xf4\x44\x17\x5b\xaa\x4b\x2c\x91\xa4\x54\xcf\x13\x1f\xf8\x37\x2f\x8a\xde\xda\x13\xc6\x0e\xa3\x38\xb4\x40\xd6\x77\xd4\xe5\x4b\xe5\x63\xfe\x49\x25\x4d\x65\x82\x47\xbd\x70\x4a\xbd\x75\x57\xfb\x56\xe9\x43\x77\xf1\x0c\xf8\x18\x5f\x2c\x3e\xe0\x0e\x6f\xc8\x62\x9a\x22\x64\x92\x6e\x97\xe2\x8a\x98\xcf\x6a\x06\x43\x35\x53\x73\x7b\x86\xdb\xb3\xc0\x08\x7b\x60\xf2\x92\x90\x2c\x32\x49\xf0\xaa\x37\xdd\x34\x04\xe5\x4f\x20\x71\x7d\xc6\x51\x99\x16\xcb\xb6\x96\xfa\x09\x24\x4d\x81\x88\xa3\xd2\x89\xdd\xbb\x02\x79\x24\x98\xd0\xdd\x2f\x7e\x6b\x42\x0f\xd2\x93\x7a\x9f\x59\x0f\x55\x25\x97\x46\x85\x38\x12\xbc\x8d\xf0\x95\x52\x06\xee\x51\x59\x05\xcc\x57\xeb\xfa\xc9\x23\x39\x49\x61\x50\x9f\x05\x64\xad\x09\x89\x21\xab\x71\x0f\xe2\x49\xf8\xf9\xbd\x80\xec\x21\xe8\x09\x68\x28\x2d\xf1\x44\x92\x5f\x45\x5a\x8a\x4f\x3a\xf9\x1b\xf6\x03\xdf\xa9\x9f\xd3\x05\xc1\x23\x4a\x3b\x5f\x5f\x22\xaa\x37\x11\x69\x21\xed\x8f\x5b\xdf\xe5\x6b\xa0\xdf\xbc\x13\x48\xf8\xa9\x13\x39\x60\xcd\x7e\x59\x94\x4c\x09\x2a\x46\x85\xbf\xbc\xd5\x17\x75\xa2\xca\x84\x41\x80\xd0\x4e\x9b\x80\xeb\x04\x1a\x48\x60\xab\x73\xa1\x81\x5f\xf8\x18\xa6\x72\x9b\x8d\x06\xbb\x60\xd2\x25\xa4\x31\x72\xd3\x8b\x6e\xc7\x22\xbc\xfe\x02\x67\x27\xfa\x37\x15\x45\xda\xe8\x06\xc3\xa1\x6a\xec\x8c\x76\x34\xb8\xb0\x75\xfd\x06\x15\xd3\x51\x68\xc7\x02\x63\xd6\x03\xa4\x52\xd0\x05\xa0\x1d\xac\xa8\xe9\xdf\x40\x4d\xed\x43\x83\xdd\x51\xc9\xb7\x47\x0b\x01\xbf\x0f\xfd\x4e\x78\x5f\x13\x60\xfe\x2e\xbb\x9c\xb6\x80\x19\xeb\x66\xd5\x60\x65\xb4\x70\xd7\xc2\x82\xa2\xa6\xcc\x50\x4c\x3b\x1e\x36\x98\x16\xad\xdc\x68\x81\x92\x73\xf6\x10\x0c\xc9\xd3\x6f\x16\x13\x33\x93\x6c\x11\x60\x95\x0e\xb0\x45\x04\xed\x4a\xba\x6f\x91\xd2\x61\xf5\x07\xa0\x8a\xde\xc9\x04\xa2\x27\xc1\xa1\x2d\x01\x54\x87\xa1\xd1\x90\xe7\x29\x25\x18\xf7\x87\xdb\x2b\xa3\xe6\x04\xc7\x4f\x20\x75\x59\xac\xd1\x12\xc1\x22\x28\x24\xd8\xa0\x85\xbd\x0d\xd2\x65\xb7\xbf\x67\x83\x74\x19\x8c\x5c\x99\x23\xba\x1d\x6b\xf6\x00\x19\xfb\x90\xdd\x61\x63\x87\xee\x00\xa8\x93\xdd\x01\x66\xa4\xe3\xdd\xf2\xca\xcb\xea\x1e\xc1\xdf\x86\x3b\x58\x17\x18\xad\x21\x83\x75\x48\xce\x68\xf4\xca\xd2\x11\x6e\x85\xee\xca\x6e\x2f\xbc\x22\xfb\x41\x45\xfe\x27\x8d\x50\xd6\x9c\xfd\x02\xb5\x54\x92\xa9\x1b\x74\x6b\x76\xa2\x68\x85\xd7\xb0\xe6\x07\x17\xbb\xf0\x03\x10\xbe\xec\xdf\x2f\x42\xf1\x34\x26\x54\x69\xc1\x27\x10\x01\x92\xd9\x07\x00\x6e\x5c\x56\xf7\xb7\x4a\x87\xba\xe6\x0f\xb8\x11\x82\x0a\xa5\x56\xa3\xca\xf2\xb8\x17\xa5\x6b\x95\x1b\x21\x64\x44\xc6\x31\x25\x5b\x1e\xad\x92\x96\x07\x8f\x00\xf6\x63\x20\xc0\x05\xdf\x94\xaf\xd5\x45\xba\x35\x85\x46\xcd\x82\x48\x59\x6b\x6b\xd2\x9a\x14\x24\x5d\x1b\xbd\xda\xf2\xfd\x12\xf1\x6c\x0d\xd8\xa1\x1b\x58\x6b\x38\x31\xc5\x43\x5c\xdc\x19\x0f\x01\x38\xeb\x3a\xd5\x1a\xef\x57\x26\x86\x4b\x70\x35\xa9\x62\xf5\xaf\xee\x4f\xa0\x9c\x73\x74\x59\xfb\xc4\xd4\x66\xfd\x48\xeb\xe0\x92\xe5\x6f\x4a\xb7\x8e\xd6\xb1\x0d\x92\xb4\x5b\xe7\x0d\xfe\xa7\x77\x42\x55\xdb\x00\x47\x32\x47\x04\xb4\xb1\x84\x31\xf5\x30\xd6\x19\xd7\x17\x2c\xcb\x65\x03\x66\x83\x8c\xd9\x4c\x1b\x07\xc5\x64\x63\xe7\x58\xe8\xea\x2e\x00\x35\xc9\xd1\x8d\xa6\x42\x47\xcf\xb6\xb1\xa0\xa6\x69\x9f\xac\x6d\x21\xa0\x50\xf3\x15\x4d\xec\x4e\x50\x6c\x1f\x91\x13\x80\xf0\xba\xa0\xc9\xb2\x7e\xa6\xc1\x1d\xff\x67\xd2\x27\x15\xe2\xc6\xa6\x93\x05\x22\x8d\x6f\xe7\x22\x04\x5a\xc5\xb5\x8e\xa9\xfa\xb8\xd6\xc2\xfd\x80\x6a\x77\x13\x4c\x26\x40\xf5\xf5\xba\x5d\x6b\xe5\x9a\x17\x5d\xe2\x6d\x35\x6d\x37\xb5\xc7\x9e\xc7\xcd\x95\x6a\x90\x9b\x2b\x55\x97\xf4\xfa\xea\x5e\x2a\xac\x8b\xb6\xab\xb5\x9b\x9e\x0e\x26\xaa\x4b\xf2\x33\xb0\x28\xf9\xf9\xec\xc2\x7e\xd8\xed\x6a\xd6\xee\x85\xe6\x1e\x94\x17\x36\xc3\x9f\xd9\x3d\x6c\xfe\x6b\x2c\x8f\x6f\xc1\xa3\x3d\x54\x8f\x6a\x1d\x0f\x79\xac\xa5\x80\x67\x2d\x44\x5b\xb2\xe4\x41\xcb\x01\x4c\x14\x1e\xa5\x7e\x6a\x0f\x75\x68\xa6\xde\x14\x00\x7d\xc0\x97\x7e\xca\xd0\x5b\x02\xa0\xb4\x4d\x6d\xa9\xa3\x8c\x59\xef\x9a\xb8\x3e\x79\xa9\x8b\x36\xc4\x91\xba\xdb\xc6\x95\xf6\xbe\x48\x89\xee\x76\x62\xb3\xf4\x70\x6d\xae\x2e\xf5\xc6\x04\xdb\xf3\x89\x41\x65\xd9\x94\xdc\xce\x3b\x53\xf7\x0b\x20\x0a\xc6\xb4\x09\x24\x30\xf6\x2e\x29\xce\x0b\x87\xd1\xd1\x4e\xdc\x0d\x75\x65\x95\x14\x77\xf4\x23\x40\x2d\xd2\xf4\x1b\x55\x64\xc5\x10\xfa\x27\xd4\xc5\x43\xdb\xd9\x19\x12\x39\x7e\x5e\x20\x9b\xcb\xfa\x5d\x11\x38\xe4\x0e\xc9\x10\x74\x59\xee\xb0\x48\x2a\xc1\xf5\xe8\x07\xa9\x44\xf7\x10\xd8\xbb\xee\x11\x28\xbc\x27\xcf\x79\xed\x9d\xc7\x80\x58\x27\xac\xec\x01\x56\x06\xed\x6d\x0f\xbc\x42\x69\x0a\xa8\xb4\x6f\xae\xd7\x03\x43\xa2\xdd\xbe\x16\xe9\x07\x24\x86\xa2\x43\x1d\x65\x67\x95\x94\x7d\xf4\x00\x55\xc8\x70\x8f\xa4\xbf\xcd\x1f\x80\xcd\x49\x60\xe9\xf4\x30\x73\x78\x78\x0f\x6b\x51\x7b\x6b\x3b\x43\x2a\x1d\xdf\xda\xa1\x8a\x0c\x42\xfa\x1e\xc9\xe6\x84\x6f\x9d\x82\xa1\x21\x8d\x18\xcc\x3e\x92\xbb\x24\xdf\xfb\xe9\x82\x66\x2f\xcf\x3b\xb2\x62\x86\xc7\x44\x1c\x83\x6e\x62\x7d\x59\x5e\xfb\x5f\x71\xa5\xbe\xcc\xb2\x22\xe7\x1d\x92\xa7\xfd\x81\x3a\x8c\xae\x56\x09\xf4\xc4\x1b\x82\xf0\xb9\x27\x68\x00\xbc\x93\x09\x34\x4d\x27\xaa\x23\x3c\x33\xdb\x68\xd0\x3f\x49\x33\xa9\x6c\xec\xe8\x09\x71\x3e\xd1\x1d\xe0\xcc\x76\xcf\x80\x60\x17\x99\xed\x99\xa7\x5c\x47\xac\x53\xd4\x34\x7a\x2e\x51\x53\x87\xb4\x2f\x51\xd2\xe8\x07\x55\xa8\x59\x69\x47\xb4\xa6\x73\x5e\x74\xa8\x3e\x2d\x59\x76\xd6\xa9\x71\x92\x9c\xce\xb2\x34\x46\x9e\xc2\x8d\xd4\x22\x0a\x2d\x23\x3f\x0f\xe0\x1e\x36\xdc\x23\xb4\x9f\x46\xae\x42\x82\xf9\xf3\x01\xbc\x78\x8c\xf1\xd0\x8e\xfa\xa2\xd4\x0b\xe2\xd4\xc5\x26\x7b\x85\xa1\x79\xf8\x37\x0f\x84\x04\xf2\x4e\xb9\x4f\x77\x8a\x5e\x09\x14\xef\x14\xc5\x3a\x23\x2b\x13\xcd\x46\xe3\x42\x03\x7f\xf3\x14\x1b\xb0\x59\x24\xbd\x9f\xf0\x67\x94\xe0\xd8\xa9\xeb\xf1\xf7\x74\x01\xb7\x69\xbb\x9f\xa4\x1b\xba\x03\xf4\x93\xcc\xca\x07\xe4\xc4\x46\x48\x07\xd6\x99\xb9\xc0\x86\xb6\x8e\xd8\x3b\xa7\x21\xe8\x17\x55\xa6\xde\x3a\xaa\x83\x0c\x17\x96\xd4\xb4\x7d\xa8\x5f\xd4\x43\xff\x8c\x41\x72\xf7\xd3\x27\xbd\x00\xdc\xc7\xcd\x14\x9b\xd9\x0f\x3e\xc8\x38\xf0\xbd\xdf\x84\x8c\x40\xb9\x3c\xc2\x8d\x70\x10\x0d\x1c\xf1\xdd\xef\x35\x2b\x7f\xb1\x66\xe5\x07\x04\x5e\xf1\x18\xa4\x4f\x26\x15\x0f\x8b\xa4\x68\x7b\x3e\x0e\x5b\x7f\xc6\x80\x02\xa5\x18\x74\x2f\x8b\xa2\x78\x15\x8b\x9f\x4a\xb0\xef\xf0\xeb\xb1\xc7\x6e\x7f\x79\xd1\x35\x52\xb2\xb8\x7b\xf2\xc2\x5f\x2a\x08\x4d\x0e\xde\x15\xe1\x2f\x70\xbf\x03\x2b\x77\x17\xbc\x5d\x14\x4f\xeb\xc2\x0b\xfe\xfd\xfc\xf3\x27\xff\xd0\xd0\x8f\x87\x97\x64\x92\xf9\x22\x97\x89\x79\x0f\xd5\x2c\xba\x70\xf5\xb9\x26\xad\xfd\x9d\x10\xe3\xcd\x0f\xe7\x9a\xb3\xbf\xa0\x3a\x4d\x53\x44\x56\x02\x3b\xbf\x75\xa4\xd0\x52\x11\xe0\x31\x96\x0f\x90\xa6\x38\x0e\xa2\x83\x5f\x28\x20\xaa\x6e\xa7\xfc\x24\x8a\x35\x98\xe9\xd3\x8a\xfe\x71\x10\x4a\x45\xbf\x11\x05\x2d\xdb\xcb\x40\x86\xac\xe4\x40\xab\x01\x97\x20\x2b\x08\x06\x8b\x3e\x9a\xdf\x8d\x8f\xa3\x36\x5b\x10\x47\x60\x9d\x7e\xb7\x67\xb4\x6b\x06\x81\x28\x2b\xb2\x3b\x3e\x06\xda\x1c\xfa\x3d\x96\x4f\x90\x4e\xda\xf8\xd8\x61\x8b\xba\xe0\x0f\x70\xc3\x78\xfc\x95\x7e\x6e\x2c\xab\x9d\x4e\xc8\x00\xab\x74\xd4\xee\x88\x6b\x97\x04\x44\xa4\x2b\x50\x8d\x9f\x31\x18\x3e\x57\xdc\xce\x1b\xa1\x57\x88\x1a\x90\x51\x97\xf9\x01\x67\x69\x23\xca\x48\x44\x7f\x49\xb5\x83\xce\xd0\xb6\xd1\x8d\xb4\x60\xa2\x49\x25\x0a\x11\x7e\x80\x04\x99\x25\x09\x7b\xc7\xd2\xa3\x48\x62\x1f\xd0\xa3\x38\x9e\x72\xe4\x0f\x37\x6c\x13\x1a\x99\x74\xbb\xb9\x4b\x22\xcb\x70\x97\xd4\x1e\xfd\x3c\x00\xb2\xe8\x1e\x38\xc0\xdd\x2c\x51\x0e\x18\xfa\x1c\x30\x37\x90\x67\xbd\x24\xe3\x67\xe6\x5d\x47\xec\x6c\x14\x6c\xa5\x64\xd0\xb1\x8c\x77\x22\xfd\xa3\x70\xd6\xc2\xa6\x8f\xbd\x35\x07\xd3\x8e\xc2\x14\x6f\xc3\x2f\x2c\x48\xb9\x87\xb5\x3d\x9a\x15\x72\xab\x97\x64\x9c\x2f\x94\x64\x7e\xde\x98\x7c\x43\x9d\x56\x72\x03\x71\xd1\x01\x5f\xd9\x24\x3d\xda\xa0\x51\xe5\xe7\xf7\x1a\x54\x3d\x30\x6b\xa6\x13\xdd\x8c\xef\xc2\xeb\x2a\x7a\x63\x2c\x23\x8a\x68\xff\x38\x49\x4e\x24\xf4\x8d\x93\xa0\x10\xf4\xcf\xb5\x81\x1a\x03\x01\xe8\x39\xf9\xf7\x27\xf0\xa8\x88\xc8\x18\x17\xc5\x48\x93\x07\x38\x62\x14\x67\x9c\x1a\x17\x0e\x87\x4d\x16\x03\x25\x41\x7e\xc0\xfd\x71\xbd\x64\x2b\xcb\x60\x89\x10\x9b\x2c\x06\xfc\x2c\x1c\xde\x31\x96\x4d\xa3\xf9\x8b\xc9\x07\xea\xf2\x5e\xb9\xd2\xfc\x60\x2d\x5c\xd3\xfc\x98\xdc\xcf\x7d\x78\x80\xc9\x59\xf5\x3b\xe0\x89\xe1\x18\x93\x01\x96\xe6\x88\x8d\x81\xdb\x6e\x49\x26\x6a\xb8\x99\xfe\xe0\xf5\x03\x02\x22\x1d\xe5\x80\x99\xc2\x01\x17\x83\xae\xaf\xce\x60\x32\xd6\x45\xb5\xbb\x47\x58\x5e\x7c\x80\xe1\x1b\xeb\x50\x83\xc1\x52\x1e\xbe\xff\x8d\xe7\x64\x97\x9e\x03\xce\x92\x69\x3d\x93\x65\xdb\xf2\x31\xe0\x3c\xeb\xa0\x8e\xf1\xf0\x2c\x75\x4f\x6a\xe2\x05\xf5\xf8\x2e\xca\xac\x49\xc0\x8b\xc2\x5e\xa8\xe3\x6d\x1c\x42\x5d\x4e\xa2\xb9\x98\xea\x98\x58\x86\x38\xf9\x98\x6b\x19\xfe\x02\xb3\x16\x07\x1b\x2c\x8d\xec\x18\xd9\x81\x62\x50\x59\xcb\x3c\x0f\x80\x5a\xca\xd7\x93\xa6\x83\x24\xfd\xf1\x79\xd0\x83\x45\x07\xe5\x3c\x40\x1c\xad\xcf\x3d\xc1\xe4\xec\x84\x75\x1e\x4c\x5b\x5a\xfd\x80\x9c\xbe\xbb\x8b\x8b\x5d\x78\x54\xaa\x7a\x7e\x06\x79\x21\x80\x78\x0c\xc0\x52\xb2\xdb\x19\xa8\x12\xd0\xe9\x3c\x19\x96\x64\x41\xeb\xfc\xd8\xde\x8f\x23\xe2\x19\x96\x34\xf0\x37\x4c\xe9\xc4\xa5\xb2\x24\x31\xa1\xf3\xbb\x34\x76\xc7\xd7\x9c\x61\x2d\x69\xe8\xc1\xcb\x25\x69\x86\x91\x7b\x27\x2e\x74\x92\xd1\x59\x9b\x7a\xae\x38\x70\x1d\xff\x13\xfe\x2a\xc5\x9e\x5b\x27\x03\x87\xac\xa7\x3e\x91\xc0\xda\xae\xcf\x67\xe4\x76\xab\x87\xef\x12\x97\x2c\x3d\x9c\x8b\xb3\xe9\x1c\x9c\x2c\x27\xe2\xd0\xda\x93\xd7\x3a\x07\xa9\x9e\x69\x2d\xdd\x6f\x7c\x14\xde\xd6\xab\x93\xb1\xe4\xe9\xe7\x0b\xb0\x53\x69\x4f\xcf\x0c\x1e\x22\xb9\xee\x64\xf2\x45\x87\x94\x9d\xe4\x84\x12\x26\xcf\x0c\xa9\x49\x1a\xdc\x33\xf3\x34\x0f\xbf\x00\x0c\x93\x78\x7a\x92\x33\x5a\x01\x7a\x66\xa2\xf9\xf0\x98\x38\x9c\x12\xab\xce\x4c\xea\xae\x21\xca\x9a\x93\xba\x84\x73\xad\x6a\xdc\x8e\xb3\x10\xcb\xc5\x4b\x4f\x32\x3e\x09\x93\x67\x21\x9c\xc4\xbf\xcf\x42\x38\x69\x4e\xcc\x04\x6d\xd6\x79\xc2\x44\xa0\x92\x35\xe3\x84\xf7\x6d\x94\xb6\xed\x64\xf1\xd1\xf1\xf3\x02\x90\x5e\x74\xf6\x84\x2f\xad\x3d\xbd\x4e\x28\xfc\xed\x07\x74\x56\x4c\x51\x3a\xdc\xb3\x42\x3c\xd0\xbd\xe0\x84\x67\xed\xcf\xb9\xc4\xbd\xcf\xce\x17\x27\x42\x37\xec\x7e\x79\x9e\xa4\x89\xba\xa1\x9f\xac\x61\x65\x85\xe1\x09\x4f\x42\xb3\x9f\x93\xd7\x38\x2b\x0c\xcf\x93\xdc\x45\x34\xef\x84\x55\xdf\x06\xe7\x73\x71\x38\x03\xfe\x5a\x80\xf7\x1b\xbc\x21\xf9\xa8\x5f\x64\xab\x9a\x15\x75\xbc\x3f\xf8\xc5\x22\x57\xd6\xe5\x9d\x64\x82\xd5\xbf\xc1\xdb\xad\x29\x3b\x51\xfd\xc1\x26\xe7\x73\x6b\x78\x35\xe6\xbd\xa8\xa0\xba\xb8\x99\x84\x49\x90\xa0\xf7\xa1\xa3\xdb\x4e\x64\x3d\x89\x56\x8d\x9d\x88\xe3\xfd\xb9\x2b\x9e\x37\xb6\x57\x02\xe2\x09\xe7\xc1\xf1\x43\x64\xc8\x06\x25\x10\x9e\xac\xe3\xe8\xc0\xc9\x93\x25\xac\x1c\xaa\x78\xa2\x6e\xe3\xcf\xf5\xf2\xa4\xc2\xd6\xea\xb2\x13\xc1\xbd\x8e\x20\x38\x11\xdb\xdb\x7e\x7a\x20\xec\x92\x27\x71\xe3\x05\x7d\xf0\xae\x59\xfa\x01\x37\xcc\xfb\xf1\xae\x59\x69\x4b\x91\x8f\xd9\xb6\x86\x73\xf1\x39\xb1\xce\xf3\x5d\x3b\x28\x70\x23\x98\x37\x99\x1d\xf0\x6a\x28\x6e\x7d\x32\xb8\xd7\x3a\x8d\x13\x19\x9a\xb3\xf8\xff\xf9\x82\x26\x89\x17\x9f\x2f\x60\xed\xf6\x09\xd0\x8a\xb1\x9e\xb8\x1a\x5a\x6b\x7d\x4e\x92\x45\x69\x92\xce\x89\xd3\x2d\x46\x7b\xb2\xe8\x44\xf2\x61\xa5\x7a\xd7\x6a\x97\x93\xac\x58\x9c\xf7\x64\x36\x14\x2b\x41\x4e\xd6\x65\x1c\xf9\x6f\x72\x75\x8f\x8b\xb1\xbf\x56\x80\x5c\xc7\x22\x61\x59\x0f\x22\x37\x3f\xea\x41\xe2\x1c\xfd\x06\x36\x42\x7c\xf8\x62\x3e\x66\x5f\xb9\x2f\xd4\x99\x38\x8c\x50\x17\x38\xf5\xe1\xdd\xbe\xc8\xa9\x1d\x17\x7a\x91\x13\x3b\xcc\xf3\x0a\xc4\x52\x49\x10\x57\xe0\xd1\x10\x33\xbd\x78\xa1\x14\xab\xbe\xc2\x1a\xd5\x7d\x82\x50\x75\xff\x26\x52\x4a\xc4\xb8\x58\xab\xd1\x51\x80\x57\x58\xa6\x21\x2d\x2d\x60\xc3\xc5\x7d\x2f\x16\xef\x4a\x22\x5d\x57\x04\xb1\x14\xc7\xb8\x78\xcd\x74\x96\xb4\x0b\x0a\xd8\xe1\x00\xc8\x2b\xae\xb4\x3e\x9a\x37\x33\x25\x9b\xdd\x5e\x1f\xbb\x2d\x49\x87\xed\x4a\x1f\xc1\xb6\x92\xe4\x02\xb3\x3d\x7e\x60\x45\xf7\x51\x6b\x7f\x2e\xd4\x65\x70\xd8\xc0\x95\x58\x14\x46\x73\xa0\xb3\xa8\xa3\x4f\x2f\x5c\x33\xed\xb3\x74\x21\xb1\xb1\xfd\x87\x2f\xf0\x56\xa7\x0f\xb9\x60\xad\x4f\x22\x10\xd7\xc7\x5a\x93\xc3\xea\xaf\xdc\x39\x45\x3f\x58\x60\xf0\x08\x3c\x7b\xc5\x5d\x4e\x74\x29\x48\x7e\xbc\xb5\xf9\xb2\x76\x21\xa2\x56\x85\xd6\xc6\x55\x16\x14\xd4\xc1\xc7\x29\x9b\x6f\x3d\x17\x18\xa5\xbd\xf6\x2f\xde\x18\xed\x21\x7b\x95\x45\x4a\x35\x04\xc3\x4e\xac\xea\xb9\x60\x1c\x1f\x87\x84\x94\xab\x92\x28\x49\x64\xb8\xea\x22\x95\x1a\xb5\xae\x95\x6b\x1d\xd4\x93\x5a\x37\x83\xea\xfe\xd9\x01\x38\xa8\xde\xdf\x6d\xb0\xbc\xda\x3a\x6f\x7e\x40\x60\xfb\x77\xc1\x07\xea\xb0\x91\x47\x88\xc3\xa3\x7a\xff\xd7\x83\x66\xc9\x7a\x9c\xf6\x98\x44\x2d\xfe\x6f\x96\xc2\x88\x8e\x0d\x36\x4a\xc1\xa5\xf2\x47\x5d\x83\xda\xfb\x5f\x17\x02\x37\x12\xca\x1d\x3f\x38\xd4\x89\x85\x12\x24\x2e\x9a\xa8\xed\x9b\x87\x72\xfd\xa1\x39\x9b\xdf\xc5\x7a\xde\x76\x28\x5a\xf5\xf9\xed\x4c\x83\xfa\xfc\x41\x05\x83\x07\xea\xf3\xbb\x7a\xf7\x60\x79\xfe\xc3\x51\x9e\xd7\x00\xda\x18\xf1\x06\xb2\x2f\x34\x7f\x40\x4c\xf6\x6f\xf2\x1d\x09\x1f\xd7\xe0\x7e\x49\xb6\x40\x41\xff\x6f\x08\xbf\x41\xbc\x31\xb0\x4e\x92\x26\x53\xc8\x93\x12\x77\xf2\x1b\xc0\x4d\xcf\xf2\x5c\xa0\xd1\x34\x3e\x21\x29\xa9\xe4\xda\xb8\x18\x7e\x61\x56\x73\xd1\x8c\xed\xb8\xcc\x0b\x66\xec\x1f\xc8\x9c\xac\xe7\xac\x59\x5e\x0b\x32\x5a\xc7\x15\x3e\xd0\x79\xd6\x4c\xd2\xeb\xb8\xcd\x0b\x9e\x90\x16\xd9\x2f\xd6\x05\xb5\x52\xf0\x82\xc8\x34\x1c\x4c\x7a\x21\x5e\xc3\xc2\xeb\x85\x72\x18\xce\x6b\x7f\xd1\x2a\x3e\xda\x5f\x25\xaa\xbb\x60\x32\x1f\x4e\xe9\x73\x41\xc0\x3a\x7e\x4e\x1b\x04\x2c\xdf\x19\x2e\x7a\x4e\xda\x6f\xf0\x82\x5e\x3c\x45\xff\x5e\x1b\x21\xac\xbd\x79\x3c\x3d\x65\x46\x6f\xf8\x74\x22\x78\x23\xfd\x0c\xb9\x36\xdb\x5d\x82\x4e\x49\xa2\xbf\x68\x0f\xb7\xc2\xed\x42\x6c\xc6\xcf\xf1\x45\x2c\x86\x3d\x52\xaf\x67\xcd\x49\xe7\xe4\x21\x58\xbd\x0a\x48\x4f\x56\x82\x5f\x0f\xc9\xb5\x57\x81\x88\xda\x6c\xa1\xef\x42\x64\xc5\xcf\x81\x87\x4e\x20\x49\x80\xbe\x5e\x60\xbd\x91\xe7\xe5\x1c\xb5\x6a\x08\x5b\x3f\xea\xd2\xeb\x5d\x93\xd4\x1c\xe0\xf0\x68\xe7\xc1\x0b\x7a\xf7\x61\x77\xff\x0b\x19\x81\x8b\x95\x67\xd7\xcb\xed\xfc\x79\x30\xf9\x40\x7d\x4e\x6c\xa7\xbb\x80\x38\xf5\xb3\x59\x30\x9e\xff\xec\xee\x24\x39\xf6\xb1\x42\x10\xaf\x9d\xca\xae\xb9\x66\xad\x75\x4f\x8a\x26\xa6\xc6\x4c\x3f\x67\x55\xe5\xc5\x20\xde\xe4\x73\xc3\x98\x5d\x1b\x08\xae\x49\x2c\x14\x52\xdd\x9f\x0c\xd5\x9d\x05\xef\x46\x19\xaf\xc3\x4e\x8a\x37\xdc\x22\xed\x48\x79\x43\x60\xb2\xd1\xff\x86\xd7\x63\xd2\x61\xbf\xa1\xad\xf7\xac\xef\x03\x38\x98\xdd\xdf\x02\xad\x3b\xb8\xf1\x41\xd7\x6f\x24\x5f\x6e\xfe\x80\xf4\x5e\xba\xb4\xfb\x13\xaf\xb2\xf9\xf9\xcd\x3a\xa6\xd6\x42\xde\x50\xef\x27\x49\x95\x37\xfc\x24\x0d\x95\x1b\xea\x7d\x6f\xee\x1d\x0a\x7e\x7b\x00\x92\x40\x4f\xf1\x13\xb6\x9a\x13\xd6\xde\x30\x87\x1f\x8e\xc8\xbe\x03\x91\xda\x50\x5a\xba\x0f\x29\x3e\x6f\x18\x00\x92\xec\x4b\x77\x24\xc1\x92\x96\xe9\x66\xe5\x54\xab\xe4\xef\x48\xc0\x6b\xd6\x90\xce\x52\x76\x8f\x94\xce\x9a\x5f\x20\xc2\x78\x2b\x58\xdb\xcb\x7a\xcc\x3b\xf2\x52\xe1\x85\x44\x22\x8c\x41\x05\x0b\x7a\x09\x7e\xe1\xc5\xa0\x9e\xd4\x84\xbd\x48\x93\x80\x89\x3c\x49\x58\xbb\xe9\x9c\xe9\xe0\xd6\x9b\xf2\x9e\xf4\x14\xf7\x92\xf7\xc4\x5e\xee\xa5\x5c\x31\x82\x30\x51\x9f\xfd\x39\x6f\x5a\xcd\x25\xfb\xdc\x08\x5d\x36\x3f\xba\x13\xcb\x48\x78\x08\xf2\xdd\xe6\x49\x61\x11\xd2\xbe\xdc\x8c\x16\xfa\xc1\x69\x46\x2e\x5b\x57\x7a\xc3\xac\x7e\x98\x41\xdd\x99\xb2\x92\x17\x0a\x3b\x7b\x92\xc4\x77\xe7\x86\xdf\xee\x01\xf1\xd6\xc6\x10\x96\x6f\xb5\x76\xf5\xa6\x76\x45\x5a\x80\xbb\x50\x52\x32\xa8\x69\x67\x70\x68\xf2\x5d\x28\xa4\x44\x7f\x02\x6f\xfe\xe3\xaf\x2e\x4b\x37\x73\xb0\x38\x3c\xf7\x86\x51\x3d\x15\x8f\x47\xa9\x56\xdc\xe3\x66\x81\x57\xe7\x5c\xbc\x0b\xb1\x5c\xea\x99\xbb\xac\x45\x09\x0a\x85\x54\x51\x1a\x9f\x1b\x1e\x9c\xc9\x6b\xa8\xbc\xa1\x89\x58\xdf\x75\x2d\xdb\x6f\x2c\xea\xed\x37\x08\x59\xcd\x7b\x09\xa5\xe2\x49\x37\x2b\xba\xfe\x9c\x8c\xc6\xb3\x25\x49\xec\x66\xc5\x56\xfb\x05\xdd\x8d\xbb\xa7\x31\xda\x3a\x3a\x7e\x00\xaa\xe6\x95\x32\xad\xb1\xa3\x5c\x6f\xfa\x58\xda\x39\xe5\x7e\x51\xc6\x5d\xf4\xfd\x66\x78\x9f\xa3\x52\xef\x97\xeb\x10\x68\x50\x71\xc9\x6a\xe7\x1b\x17\xfa\x24\x01\xf3\x7e\x41\x17\x25\x08\xdf\x64\x30\x12\x7b\xef\xb9\x56\xa9\x0e\x51\xa5\xda\x09\x3c\xee\x89\x4b\x86\x54\x86\xf7\x44\x80\x94\xc9\x03\x93\x44\x58\x95\x7e\x2f\x7e\xa2\x93\xf6\x2c\xcd\xb7\x8e\xe2\x03\x63\xae\x4a\xe1\x8e\x87\xcc\x40\x70\x7d\x8e\x86\x94\x81\x51\xbf\x01\x46\x49\xd1\xcf\x41\x07\x98\xe6\x17\x88\x74\x12\xcb\x1e\x68\xb9\x2d\x91\x3c\xb4\xdd\x3a\x4a\xf6\x21\x71\x17\x37\x78\x48\xbc\xc5\x03\x9f\xc0\xe4\x90\xfe\x4d\xb1\x4d\x4a\x87\x07\xd7\x60\xa7\x59\x7e\x90\xcb\xca\x11\x28\x4f\xe4\x9a\xb4\x66\xd8\x52\xb3\xae\xd1\x0f\xfc\xd3\x5d\xda\xe7\xa1\x6d\xf5\xe7\x7b\x98\xa3\xa3\xfb\x27\xff\x92\x8a\xe1\x49\x14\x66\x25\xe0\x3c\x89\x3b\x29\x3a\xfd\x24\x8a\xed\xba\xaa\x3f\x89\x01\xcc\xee\x82\x8b\x92\x12\xfb\x49\x94\xeb\x93\xbf\x00\xcd\x6b\xfe\x82\xab\x16\x14\x90\xbc\x21\x89\x67\x3e\x79\x6d\xb5\x26\x95\xc9\x8f\x24\x5c\x3e\xbc\x26\x7b\x23\x32\x2f\x51\xc3\x0f\x00\x38\xaf\x82\xc9\xac\x4c\x13\x1f\x78\xb9\xa7\xe6\x21\x78\xa8\x44\x76\x1f\x98\x5a\x9d\x81\xf2\xe1\xb5\x59\x67\xec\x29\x54\xe7\x18\xb6\x28\xd8\x93\x8c\xb0\x20\x59\xce\xc2\xf7\x2c\x7a\x24\xaa\xfb\x80\x1e\x39\x05\xc5\xf3\xd1\xa3\xd4\x7e\xda\xb9\x15\xa2\x68\xcf\xa2\x4f\xc5\x6f\x00\x0c\x3f\x2f\x2c\x30\x68\x0e\x95\x17\xd6\xe2\x37\x4e\xee\x8d\xbb\xe0\xcd\x42\xcb\xac\xf7\x77\x70\x0d\x86\x8a\xbd\xf2\xee\x37\xca\x68\x9a\x34\x42\x25\x93\x31\xba\x51\x94\x34\x18\xe0\x10\x6e\x53\xdf\xd3\xa8\xb2\x92\x30\xfa\x34\xda\x97\x8b\xbb\x7c\xf9\x40\x73\x62\xf2\x05\x6b\xa9\x9f\x4e\x76\x24\x15\xd5\xc3\x24\xec\x36\x50\x3d\xc8\x6d\x90\x7a\xff\x1b\x76\xf4\x74\xee\x9c\x3f\xe6\x75\xda\x07\xbf\x53\x74\x15\xeb\x78\x58\xd3\xc6\x4a\xef\x87\xf9\xa4\x24\x38\x3c\xc8\x16\x95\x6c\xc0\x78\x06\xf5\x19\x62\xc2\x0f\x7d\xbe\x0f\x5d\x5f\x9e\x41\x40\xa9\x0b\xe6\x2e\x38\x0c\xfa\x13\xbb\x2d\x95\xd8\x73\x62\xda\x32\x60\x3c\xab\xba\xcc\xe1\x07\xa0\xe2\x1e\x81\x99\x06\xec\x70\xf0\x9c\xac\xa0\x74\xf8\x01\x76\x5b\x64\xfc\x59\x16\x6f\x31\xbc\xe7\xc2\x76\x1b\xc1\x60\xe0\x3e\x7e\x3e\x20\x77\xf3\x2a\x2e\x9c\xb3\xe1\x17\xb8\x6c\xaf\xe2\xfa\x96\xed\x9c\x71\x0f\x32\x11\x24\x43\xf6\x5a\x93\xf6\x14\xc8\xf9\xbd\x6e\xa6\x1e\x70\x80\xf5\x73\x1f\xfc\x44\x6f\xdc\x38\xbb\xc6\x0e\x94\x7e\x34\xbb\x7b\xee\x75\xb0\xfc\x02\x41\xad\x31\x71\xfd\xcd\xde\xcd\x75\xfd\x15\x4f\x7e\xee\xb5\x2c\x01\x66\x95\x93\x3e\xdc\xe5\x44\x17\x02\xcc\x93\xf0\x5b\x1f\x3c\x94\x3d\xc5\x93\x9f\xef\x3a\xdb\x9c\x5b\xfb\x79\x50\x10\xcc\xbb\xfb\x90\x62\x79\x92\x0f\x77\x53\x8a\x88\x87\x89\x40\xcd\xb6\x9f\x65\x1c\x30\x20\x5e\x9e\x56\x43\xfb\xa5\x48\xac\xab\xe3\xf3\x72\xe5\xfe\xa2\x11\xb6\xfe\x82\xda\x61\xdd\x58\x9e\x75\x5f\x95\x70\xf0\xc0\xd9\x3b\x1f\xfe\x62\xcd\xd3\x2f\x10\x34\x5a\x39\xcb\x33\x5a\x03\xf9\x4c\x44\x55\x99\x58\x23\xd3\xe7\xe1\x1b\xf0\x43\x6f\x6f\xe7\x03\x7e\x60\x89\xcf\xd2\x40\x3e\x10\x27\xec\x31\xf4\xc0\x1c\xe0\x28\xa8\x67\x62\x8e\x06\xdd\x5c\x73\xdc\x70\x78\xe9\x4b\xe6\x98\xf0\xf7\x58\x80\x18\x7a\x70\xf2\x8d\x43\x0f\x1e\x3e\x88\x7a\xb0\x3a\xdd\xa0\x7a\x99\x8a\xd3\x32\xc9\x8b\xc2\xce\xc9\xba\xa5\x17\x86\xed\x26\xfd\xd6\x4b\xcd\xba\x03\xa4\x5f\xe6\x61\xb0\xa8\xf6\x7e\xb7\xbd\x96\x3d\x71\x64\xca\xc9\x1e\xb3\xd1\xee\xa9\x1e\x11\xc0\xe3\x9a\x67\x6f\x5b\x1c\xc2\x2f\x5c\x1c\xd2\x3d\x7c\xc2\xa0\x33\x2a\xbe\x8d\xb0\xf3\x07\xab\xbc\xdf\xfe\xdd\x57\x7e\x02\xbd\x80\xf8\x1d\x3b\xba\xbf\x88\x2a\x1f\x0e\x3e\x7e\xa1\xf1\x4c\xd6\x4f\xbd\x1d\xdb\x69\xb0\x40\x19\x99\x45\x4c\x51\xef\xbf\x65\xf1\x62\x94\xfb\xcf\x96\xb1\x51\xde\xbf\x65\x11\xf4\x97\xfe\x48\xc7\xcf\x03\x06\x23\xbb\xc3\xce\x17\xfc\x60\x41\xc1\x53\xc0\xaa\x45\x63\xde\xa5\xbc\x94\xd4\xf3\x0e\xa8\xa3\xbd\x53\xe7\xc2\xd1\xbf\x72\x71\x78\x4f\xce\x58\xdb\x82\xd2\x62\x49\x7c\xf9\x65\xf5\x0c\x8b\xbb\x2f\xb8\x41\x8e\xfe\x0d\xba\xaa\x73\xfa\x9e\x64\xb3\xde\x96\x93\x0b\x10\x8c\x17\x33\xf0\x8a\x4e\x06\x3c\x48\x56\x78\x97\xe6\x53\x52\x3b\x4a\xff\x7f\x9f\x68\x96\xd0\x74\x3a\x79\xd8\x7b\xd1\xc1\x52\x63\x82\x1b\xe4\xe8\xdf\x20\x1e\xd9\xbf\x51\x95\xd1\x87\xec\x63\x06\xa9\x79\x8e\x1f\x33\xc8\xed\x67\x02\x3c\x62\xc1\x0f\xe0\x84\xda\x3c\xa1\xf9\x75\x20\xd9\xe2\xbd\x19\x26\xe2\x7d\xbd\x91\x92\xf7\xe7\xf7\xc2\x0c\xc1\xf1\x5e\x98\xa0\x39\x22\x57\xe0\x4f\x92\xee\x17\x59\x67\xec\xe8\xfa\x22\xd4\xa7\x4a\x16\x78\x1f\xea\x87\xd5\x01\x2a\x97\xf9\x2e\xfd\x42\xaf\x99\x93\x7f\x53\x76\xf0\xaa\x9f\xfe\xcf\x9f\x52\xb3\x5f\xf8\x6e\x6b\xce\xa7\xf5\x2e\xb5\xa6\xd6\xf0\x70\x42\x5a\x02\x5c\xa1\x9c\x3f\xe3\x7d\x40\x22\x92\x27\x34\x09\x45\xcd\xf8\xe3\x13\x2d\x4b\xe7\xf4\xbe\x54\x41\x88\x5c\xbe\xc8\x1f\x93\xbd\x0f\x4b\xab\xa9\x8b\xca\x8b\x34\x81\xf9\xe7\x03\xca\x74\xd5\x5d\x82\xe6\x1b\x48\x73\xe1\x96\x1f\xa0\x6a\xa9\xe5\xc4\x77\x52\x1b\x28\x4d\xc9\x0b\xa3\x70\xfe\xf9\x4d\xb8\x25\x3f\xe0\xd6\x89\x35\xbd\x88\xdc\xce\x62\xa9\xef\x5c\x0b\xdf\x5f\xcc\x45\xe5\x45\x2d\x27\x23\xb3\x1d\xa2\x3f\x97\x09\x36\xfb\x8d\x17\xe5\x48\xa2\x7e\x53\xab\xa9\xdd\x9a\x81\x2a\x01\x5d\xca\x66\x58\x2b\xf3\x1b\xbc\xef\xe8\x1a\x38\xe1\x0c\xe5\xdc\x85\x33\x2c\xf8\x6b\x16\xb8\x68\x66\xa1\xf5\x5c\x7c\x23\xf9\x05\x6e\x88\x6e\x48\xa8\xff\xff\x3d\xf0\x27\x14\x50\x7e\x06\xa1\x60\x9e\xfd\x60\xf2\x8d\xbd\xa9\x13\x71\x35\x76\x14\x9c\xd0\x23\x66\xc9\xe9\x33\xae\x1d\xf2\x07\xd4\x12\xe9\x22\x87\xfa\xfc\x2d\x0b\xf5\x51\x7c\xff\x9b\x95\xba\x48\x5c\xa9\x2e\x2c\xa8\xa5\x1f\x7e\x4e\x34\x6a\xe7\x7f\x0f\xb4\x54\x16\xcf\x77\xd6\x05\x14\xcf\x4f\xf9\xe7\x0b\xd4\x32\x32\xf6\xce\xb4\xa8\x86\xe6\x89\x0b\x6a\x2e\xee\x92\x2b\x17\x32\xce\xa5\xa5\x13\xcf\x43\x75\xfc\xef\x81\xba\x80\x7b\xf0\x70\x6e\x07\xd4\xc7\x8f\xe9\x07\x0f\x32\x08\x72\x71\x17\xd7\x3f\x7f\x8a\x1d\x58\x59\xfe\xde\xa9\x75\x27\x63\x5d\x0c\x1a\x28\xe9\x5c\x08\x70\x16\xa2\xa6\x2e\xc5\xa8\x86\xdf\x9c\xcb\x6c\x15\xc3\x77\x2e\x87\x59\x88\x25\x46\xa3\xb2\x80\xfb\x57\xae\xe0\xac\x9d\x3f\x9c\x23\x60\x16\x8a\x0a\x46\x43\x2a\xe5\x9c\x1a\x61\x16\xf2\x14\xe3\x54\x85\x24\xe7\x17\x2a\xa4\x60\x49\xa8\xb3\x92\xad\x75\x3f\x18\xec\x52\x73\x86\x97\x54\x36\x12\x22\xb9\x4f\xae\x6e\x5f\x73\xf0\x0b\x6b\x0e\x02\x5c\xe5\x09\x35\xde\xb2\x50\xac\x93\x17\xcc\xc6\xed\xd6\x55\x7c\xe2\x96\x9b\x45\xbd\x66\x23\xe3\x33\x62\x37\xe2\x83\x38\xdf\x84\x56\x2f\xfb\xd0\x23\x03\x50\xae\x1e\x82\xc7\xaf\xf8\x85\x87\x0f\x34\x66\x47\x86\x1f\x2f\xac\x13\x29\x7d\x34\x06\x09\x8b\xe8\xfe\x1c\x94\x30\xa4\xb3\x98\x14\x7b\x4c\x57\x96\xd8\xe3\xf3\xc7\x42\xaa\xf6\x3f\x9e\x88\x33\xb6\xc1\x63\x7e\x52\x4e\xb1\xfb\xd7\xfc\xa4\x9c\x0f\x76\xea\x01\x19\xf7\xb2\xc9\xca\x49\xe2\xe6\xb3\xc4\xb8\x63\xeb\x45\xe6\x49\xd8\xf9\x20\x9c\xbc\x73\xf8\x13\xc4\x0a\xfd\x64\x51\x98\xac\x8b\x65\x16\x3b\x99\x8e\xce\xc2\xcb\x84\x89\xb3\xd8\xeb\x0c\xd5\xfc\x43\xf6\xf5\x9a\xe5\xfb\xb3\xa3\x80\x27\xe2\x74\x0e\x85\x91\x9f\x0d\x77\xd7\xa2\x74\x11\xe7\x45\x35\xb8\x92\x35\xcc\x0e\xcd\x6b\xc9\x1b\x9d\x67\x47\xac\x7a\xc9\x7b\xa6\x13\xf1\x21\x21\x29\xb9\xfc\x1c\x90\xcf\x93\xae\xf5\x13\xe1\x19\xdf\xc4\xf2\x7e\x10\xe9\xf2\xb5\x05\xc5\x39\x22\x9d\xe3\xf7\xd5\x70\x0e\x98\x25\x92\x6e\xfa\x93\x0e\xf7\x49\xc1\x0b\x73\x00\x83\x93\x14\xf6\x73\x20\x95\x53\x96\x86\x64\xc2\xe3\xbe\x29\x75\xe8\x1c\x88\x30\xcf\xba\x0a\xce\x81\x7d\xca\xba\xc1\x4e\xf8\x95\x37\xe5\x5c\x9d\xf0\x02\x0f\x2e\x1a\x37\xe1\x72\x1d\x5c\xb9\x66\x0e\x68\x89\x55\xf5\x63\xd2\x37\x39\xc9\xed\x63\xc2\x6d\xb8\xeb\x96\x35\xe1\x36\xdc\x25\xb6\x4f\xb8\x0d\x37\x15\x2f\x99\xf4\x1a\xce\x72\x13\x9a\xf0\x1a\xee\xb9\xfb\x83\xf4\xfd\xd6\x22\xce\x8f\x51\xf6\xbc\xb5\x0d\xf3\x0c\x0c\xb1\x3d\xfc\x42\xfd\xe7\x4f\x2f\xda\xaf\xf3\xe3\x93\x5d\x29\x82\xe6\xf9\x31\xc1\x5e\xf6\x91\x9a\xe7\x77\xdf\xea\xa5\xfb\xfb\xe7\xfb\xfd\x33\xa1\x17\xbf\x3d\x20\x52\x5d\x78\x85\x60\x99\x41\x99\x17\xe7\xc9\x6a\x06\xc1\xbf\x91\x02\x73\xd3\xd4\x09\xaf\xe3\x5e\x93\x3b\x60\x21\xd5\xea\x07\xac\x5a\xea\x0e\x90\x2a\x3b\x09\x66\xac\x16\xba\xef\x83\x13\x3e\xc9\xbd\x7a\x85\x11\xd5\x42\xbc\xa2\x48\x07\x42\x4f\xe0\x81\xb4\xba\xd1\x00\x3e\xcb\x21\x89\xb2\x4d\x3a\x2d\xa7\xe4\x19\x41\x65\x9c\xa4\x67\x9a\xf0\x62\xfe\x1e\xb8\x0f\x08\xd9\xb2\xab\x4e\xb8\x35\x87\x24\xf6\x39\xe1\xd6\xdc\x54\xd0\x6a\xc2\xab\xf9\x1b\xe4\x6f\x8a\x4e\x4c\xfa\x3c\x3b\x74\x63\x9e\x10\x12\x92\x28\xe1\x3c\x21\x24\xa4\xe4\x65\xc3\x50\x97\xa4\xa5\x98\x27\x5d\xb9\x94\x61\x6d\x9e\x89\x27\x37\x0a\xb2\x08\x78\x4d\x72\x40\x98\x27\x32\x01\x26\x5d\xdf\x27\x5c\xab\xbf\xdd\x16\xac\x32\x61\x65\x84\xcd\x84\x55\xd2\xc4\x32\x61\x55\xfc\x09\x61\xd5\x04\xbc\x4c\x58\x45\x4d\x0c\xba\x6d\x15\x9c\x9c\x70\xb7\xfe\xfa\x74\x17\x04\x47\xf6\x17\x94\x99\x86\x66\x0e\x59\xa4\xfd\x7c\x41\x68\x34\x6d\x61\xe6\xd9\xf6\x41\xc9\x84\x46\xf6\xb4\x08\x8d\xe4\x07\x84\xc6\xd0\x5a\x0b\x31\xa7\xa8\xd3\x42\x68\x78\x97\x0b\xa1\x11\xd5\x47\x21\x34\x8c\xad\x85\xd0\xc8\x02\x71\x59\x98\xe3\x07\x24\x8e\x45\x33\x2d\x04\x87\xcf\x24\x3d\xbd\x75\x55\x9e\x67\x21\x76\x34\x3f\x20\x76\x14\x77\x0a\xbb\x7f\xf8\xe9\x83\x79\xe8\x0c\xc1\xb2\xf6\x5e\x30\x66\x75\x7d\x39\x55\xcc\xb3\x72\xb5\xa6\x66\x75\xad\xd6\x6f\x70\xb5\x62\x16\xf0\x18\x0f\xbe\xe5\x4f\xb8\x8c\x7f\xa3\x08\x5d\xe0\x16\x57\xa4\xba\x9c\x67\xe5\x6a\xa3\x3f\xe1\xe6\x37\x7f\xc2\xd5\x1a\xb1\x21\x41\xa9\xd8\xf3\x84\x9f\x79\xb0\x8f\xd4\x3c\x11\x60\x9c\xa3\xb1\x16\x32\x55\x52\xc6\x9e\x09\x6f\xd7\x61\x98\xbf\x28\xca\x27\xb7\xf1\x09\xb5\x55\x53\xf4\xd6\x7c\x61\x9a\x97\xac\x3b\xdf\x04\xde\x22\x32\x3a\x8f\xf0\xcf\x1f\xdd\x98\x27\xae\x61\x5d\xba\xd3\x89\x5b\x98\x94\x60\x73\xae\xec\x58\xfa\xc9\x74\x2f\xfa\xc9\xc4\x0e\xfa\xd9\xd0\x97\x3f\x46\xf0\x73\xd7\x4f\x54\xd8\x72\x5f\xf7\x3f\x7f\x4c\x4c\xe7\x81\xfa\xfc\x49\x3f\x3f\x11\x3d\xb9\xeb\xf9\xcf\x1f\x15\x76\x9a\x33\xb0\x38\x97\x7e\xe2\x5b\xbd\x1c\x58\x02\x46\x3f\xbf\x6f\xf7\x95\x64\xe2\x6a\xa5\x7a\xdb\x13\x57\x18\x05\xb6\x4e\xdc\x60\x4c\xd2\x71\x7f\x91\x6d\x75\xe2\xf6\xa2\x8a\x8a\x13\x97\x17\x05\xa0\xce\xf9\xd1\x24\x69\x91\xe7\x2c\x5f\xcf\x42\xb0\x59\xd0\xb3\x26\xf9\xe1\xbd\x32\xf3\x4f\x88\xef\x4a\xa2\x34\x27\x9c\x9f\x74\x7a\xe7\x9b\xbe\x9e\x35\x8d\x37\x03\xd0\x7e\x1b\xdb\xe2\xb7\x91\x29\x97\xc0\x0a\x13\x15\xc4\xfb\xce\x2f\x1b\x66\xc4\xcd\xfb\xd8\xf6\xde\x30\x59\x23\x31\xec\xab\x42\x98\x48\x81\x13\xe2\x8e\x85\x8a\xc7\x01\x7b\x6d\xda\xb9\x1f\xe3\x71\x20\xdb\xa4\x42\xba\xbe\x07\x10\x72\xb6\xd2\x2e\x1e\x2c\xe9\xdf\xb6\xdd\xf9\x7b\x40\x77\xcc\xac\x4f\x10\xc8\x9e\xff\x2a\x3a\x36\x1e\x28\xa4\xfe\x89\xae\x6d\x3d\x40\x2d\xe7\x78\xec\x1c\xc5\xf1\x40\x59\xdc\x90\xba\xde\x88\x81\xb6\xcc\xb2\x67\x8d\xda\x41\x41\xce\xf0\xf1\x60\xa1\x96\xb6\x13\x2b\xc4\x23\x75\x3e\xe8\xfa\x64\x72\xa1\x63\x8f\xb2\xb2\xd5\x6f\xff\xea\x78\x94\x63\xbd\xb1\x3f\x29\xe0\x55\x79\xa7\x56\x88\x07\xb2\x4a\x7f\x20\xda\xa0\x28\x0c\x4e\x48\x02\x56\xdd\xd2\xd7\x06\x78\xa5\xf5\x79\x27\xd3\x8c\x47\x7d\xe9\x7b\xd4\x37\xf4\x90\xe9\x2b\xb4\x1d\x98\x15\x8f\x46\xb7\xc0\x7d\xb5\x8a\x07\x93\x9a\xc8\x0f\x30\x1e\x1d\x9c\x59\xae\x85\xf1\xe8\xb0\x10\xc9\x87\x2e\x1e\x83\x66\xf8\x9d\x99\x22\x1e\x03\x16\x43\xf9\xaf\xc5\x63\xc0\x1e\x98\xc3\xb1\x3b\x45\xf8\x68\x90\xc7\x5b\x3c\x16\x65\xdd\x65\xdb\xe2\x71\x32\xf3\xf3\xa6\x8a\xf1\x80\x8b\x7a\x90\xf3\x58\x3c\x2e\x64\x54\x4a\xbb\xa4\x44\x3c\xe0\xb6\x19\xd2\x8e\xb5\x88\x07\xac\xce\x41\x6e\x14\xf1\x78\xd6\xee\x8f\xdd\xc7\xc3\x82\x1c\x9b\x5b\xc5\xe3\xc5\x3c\x60\x98\xdc\x0f\x38\xac\xb6\xe1\x65\x3a\xa9\xcd\x8a\xe3\x31\x0b\x61\xba\xd1\x21\xb0\x0a\xab\x54\xfa\x31\x44\x4a\x2a\x3b\x54\x3f\x86\x08\x26\x29\xa5\x7e\x0c\x91\x69\xbc\xb6\xa4\xfd\x3d\xb8\xf8\x46\xdb\x0f\xe0\x3c\x29\x75\x70\x0c\x28\x01\x17\xa4\x40\x8e\x21\xc2\x7f\x4f\x7a\xca\x18\x12\xbc\x1b\xea\x4e\x81\x1f\x03\x6b\x50\x49\xb1\x18\x03\x4a\x4a\x05\x69\x1e\x63\x48\x37\x1f\xe4\x3d\x0a\x8b\x05\xb4\xbc\x0c\x37\xdf\x83\x97\x35\xda\xf6\x4c\xcb\x9a\x58\xdb\x6f\xd4\xcc\x07\x1b\x62\x01\x89\x46\x3f\xc9\x6d\x8f\x82\xe4\x88\xa1\xe5\xb1\x3f\x41\x8e\xbc\xef\xc1\x06\x50\xc7\xfd\xb1\xee\xa2\x87\x31\x30\x88\xb6\x95\xb8\x17\x87\x08\xc2\xd6\xf5\xfb\x66\xe2\x90\xb2\x89\x4d\x78\x18\x5d\x50\x36\x39\x0a\x0b\x1b\x4a\xde\x9f\xd0\x7e\xdf\x4a\xde\xe0\x78\x60\x7a\x69\x3b\x5d\x67\x0c\xcf\xe0\x1b\xc5\x0f\x6e\x3e\xd8\x33\xa7\x11\xb8\xed\x64\xd1\x31\x3c\x40\xc2\xb6\xc3\xe9\x63\xa0\x4d\xaf\xed\xec\x1e\x31\xbc\xac\xcf\x51\x04\xd2\x37\x11\x3e\x9a\x18\x58\x51\x68\xa5\xe9\x41\xe3\xe2\x36\x09\x0a\x13\xce\x9b\xad\x2c\x6a\x1c\x63\x20\xbe\xec\x8b\x4e\x8c\x28\xa3\x1b\x86\x68\x41\x4c\xec\xb4\xfa\x01\x92\x88\xb4\xba\xe9\x49\xac\xcc\x41\xb9\x15\xb6\x31\x56\xb8\x9d\xb6\xba\x4f\x69\x44\x2e\x95\xd0\x76\x71\xdf\x18\x99\x99\x44\xa9\xdd\x62\x1c\xb0\xb3\xb7\x5d\xcf\x32\x46\x46\x9b\xb5\xcd\xc2\x62\xbc\x32\xa3\x9b\x37\x7a\x44\x3a\x91\xcb\xcf\x22\x46\x3a\x48\xca\x4a\x11\x23\xbc\x1b\xbf\x07\x6b\x1b\xe2\x3a\xb6\xdb\xa5\x3b\xc6\x97\x61\x1b\x5b\xb1\x15\xe3\x44\xd6\xd1\x63\xe7\xbf\x8c\x89\xc5\xbf\xdb\xae\x37\x1a\x53\x20\x46\xed\xa2\xa8\xdf\x03\x6e\xc3\x3e\xfa\x29\x4c\x26\x53\xde\xf0\x48\x09\xbe\x62\x6d\x47\x7b\xc4\xc4\x2a\x44\x79\x27\x6f\x8c\x29\x31\x81\xfd\x0e\xb5\xfe\x1e\xac\x4f\xb2\x1e\x70\xd8\xfa\x17\xc9\xbf\xbf\xb7\x57\x3e\x67\x0f\x70\xf2\x41\xd4\x83\xc9\x07\x1a\x80\x74\x61\xd7\xbe\x8b\x29\x4d\xaa\x5e\xe2\xfe\x64\x31\xa3\xd6\xfd\xe0\xe2\x83\xdd\x07\x4b\xa7\xb4\xb6\xb7\x24\x65\x3a\xda\x35\xc1\x26\x73\x94\x5d\x76\x24\xa6\xc2\xe8\xcc\x6d\xf4\x88\x09\xb5\x21\x42\xdb\xe9\xe4\x63\x2a\x84\xef\x0e\xcf\x8e\x89\xb9\xde\x5b\x17\x7c\x2b\x6e\x85\x6d\xa7\x92\xfa\x1e\xd0\xe5\x74\xe8\x0d\xd2\x96\xae\x4d\x6b\x88\xa7\x6a\x3b\x35\x5c\x4c\x48\x42\x1a\xda\xce\x67\x18\x53\x03\x63\xad\x43\x33\x65\xe2\xc7\xba\x03\x89\xbf\x07\x2b\x87\xe2\x9e\x69\x5b\xf5\xc0\xf7\xf9\x4b\xc8\x6e\xf6\x09\x0f\x1a\x96\xb9\xc6\xba\xa0\xde\x89\xa2\x3b\xd1\x51\x4c\xc8\xc6\xf4\x3d\xd8\x7d\x9c\x83\xab\xdd\x22\x40\xba\xa1\x9b\x6a\x3b\x37\x49\x4c\x37\x74\x64\x39\x6a\xb5\x37\x76\x2e\xed\x98\xf9\x98\x1e\x14\xfc\x6e\x3b\x80\xf4\x7b\x80\xa0\xf9\xad\x79\x8a\xe9\xc9\x7c\x43\x00\x7a\x88\x6f\x3b\x6d\x4f\x4c\x0f\x65\x93\xa1\x83\xf0\x90\x96\x0c\x6d\xc3\x84\x7f\x4f\xdb\xee\x8a\x31\x1f\x99\x87\x69\x63\x75\x3e\xe8\x2c\xb3\xdd\x6b\x62\x0e\xd0\x24\x29\xc0\x3b\xe6\xc0\xca\xad\x3b\x48\x26\xe6\x80\xb5\xf4\x6d\x39\x8f\x19\xf5\x43\xbf\x4b\xcc\x9a\x69\x4e\x50\x22\xf6\xed\x49\x1d\x33\x2b\x78\x89\x6d\xe4\xca\x32\x8f\x5b\xa9\x1b\x33\xd3\x6c\xf7\xad\xec\x8c\x99\x59\xe8\x54\xf9\x3d\xe6\xce\x54\x8f\xbb\xca\x45\xcc\xbc\x26\xf7\x6d\x2c\x8f\xf9\x62\xc5\xe9\x6d\x9d\x88\xf9\x62\xf1\x9b\x6d\x28\x88\x99\x1e\xde\x5d\xb4\x25\x3f\xc8\xa1\x96\xb6\x17\x57\xcc\xef\xb1\x8c\x22\x5d\x0f\xb0\xd8\xe0\x07\x10\x96\xfb\xce\x0f\x19\xf3\xcb\xdc\xa0\x61\xe3\x5c\x7e\x59\x22\x2f\x68\xea\x73\x99\xd3\x36\x23\x29\x07\xcb\x71\xef\x0c\x61\xb1\x1c\xcc\x9d\xb5\xd3\xa6\xc5\x12\xe0\x27\xde\x77\x0a\xb0\x58\x02\xb2\x88\xf7\x9d\xad\x31\x96\x70\x73\xf9\x43\x9f\xb0\x70\xec\xce\x9c\x18\x0b\xaa\xad\x7f\x0f\x76\x1f\x91\xb1\xe1\x3b\x81\x41\x2c\x2c\x51\xd5\x77\x30\x53\x2c\x99\x65\x65\xf6\xcd\x22\x96\xcc\xec\x10\xdb\x2d\x37\x96\x72\xac\x37\xf6\x27\xa8\xca\x12\xfa\x76\xce\x88\x85\xd9\xf0\xb3\xe4\xf2\xc2\xd4\xa7\x4d\xf8\x52\x1a\xd7\xb2\x4b\x8a\xc5\xd2\x20\x56\xf4\x1d\xbd\x1f\x0b\xd3\x6a\xed\x72\xb0\xb1\x0c\x0a\x33\xfb\x86\xf2\x3d\xa0\x46\x79\x4b\xbf\x65\xe5\xbd\xd8\xf7\xe2\x58\x10\xef\x1b\xd2\x0e\x5b\x8f\xe5\x64\xe6\xa6\x9d\x92\xf5\x7b\xc0\x4f\x96\x6e\x22\x96\x93\x99\x0f\x77\x4a\xd6\x58\x18\x5e\xd4\x75\x8c\xcb\x0d\xf2\xda\x77\x10\x61\x2c\x37\x08\x4e\xdf\x1a\xe5\x58\x96\x14\xb1\x2d\xa3\xb1\xbc\x84\x71\xd2\xea\x5f\xa2\xa9\xc4\xf2\xf2\x42\x78\xe9\x49\x33\x7d\x59\x69\x7c\x2b\x1a\x62\x79\xef\xf5\xc6\x9e\xfa\xcb\x64\x93\x5b\x9b\x13\xcb\xfb\xae\x07\xbb\xd3\xc9\x84\xcc\xdb\x5d\x3e\x16\x5c\x3f\xbf\x07\x7b\x94\x49\x88\xa5\xf4\x37\xd7\xaf\x32\x21\xfb\xf4\xad\x57\x8c\x65\xb2\x50\xdc\xd6\x52\xc5\x7a\x1c\x1c\x60\x53\xa3\x7a\xc0\x30\xda\xb7\xbe\x2d\xd6\x83\xb9\x6a\xb6\x6f\x5f\xac\x07\x0a\x11\xf7\xed\x58\x1c\x6b\x04\xda\xa7\x9d\x83\x39\xd6\x58\x79\xad\xdc\xf7\xb1\x1a\x1b\xfb\xe8\xfa\x84\xb5\x96\xb6\x5b\x64\xac\x29\xaf\xd2\xc1\xbb\x0f\xd6\xa7\xeb\x5b\x25\x17\x2b\x0a\x38\x84\xbe\xdd\x68\x62\xad\xbc\x89\x6e\x7f\xa2\x58\x91\xef\x3a\xf4\x9d\x7c\x31\xd6\xce\xdc\xec\x59\x8b\x5b\x39\xbb\xb6\x81\x3b\xd6\x41\x8d\x5b\xf5\x03\x52\x9f\x5c\x76\x1f\xb0\x0b\x84\xbc\x73\x62\xc7\x3a\x56\xa7\x02\xd0\xc9\x13\x9b\x05\xa0\xa5\x4f\xdb\x86\xc6\x58\x4f\x54\xdb\xec\x3b\x57\x72\xac\x2b\x27\xc0\x36\xca\xc5\x7a\x92\x9f\x1d\x7a\x83\xd1\x1f\x2d\x6f\xac\xae\x37\x8b\x91\xee\xd2\x77\xb1\xde\xb4\x34\x45\x3f\xe0\xc4\x76\x3c\x48\xac\x2f\x79\xd1\xa1\x6d\x58\x28\x5a\xf6\x95\xa5\xd2\x20\xd6\x25\xa3\xd7\x89\xb0\xa5\xbe\x8b\xb6\xc5\x76\x4c\x56\x01\xdc\x47\xa5\x05\xa6\xcc\xdc\x16\x81\xd8\x02\x84\x86\xbe\x33\x02\xc6\x46\x11\xa9\xef\x92\xcb\xdf\x83\x8b\x0f\x8e\xfd\x80\xbc\xa8\x6e\xfa\xd4\x50\x17\x30\xf4\xba\xcf\xce\x77\x01\xe2\x83\xdd\x69\x65\xde\xcc\xba\x31\xb9\x55\xb8\x86\xf5\xad\x6c\x8a\x8d\xb5\x6e\x7a\xdd\xb2\x60\x63\x71\x0e\x55\x1b\x88\xad\xa2\x7a\x56\xdf\x7e\x22\xb1\x35\xb2\x89\xad\x0b\x8a\x6d\x25\x44\xdf\x85\xda\x63\x43\xe6\xed\xef\xc1\x02\x72\x1b\x9d\xc3\x6e\xf9\xaf\x21\x83\xd1\x27\xe8\x6e\x00\x9d\x9d\x33\xdd\xc2\x5c\xbb\x58\xf8\x61\x2b\xbe\xbe\x07\x18\x76\x67\x00\x8b\x8d\xc1\x82\xb2\x31\xc4\x76\x27\x86\x6a\x0b\x1e\x37\xa4\x78\xc5\xea\xc6\x06\x37\xe2\x78\xec\xf2\x66\xb1\x3d\x48\x67\x2c\x4f\xb8\xd8\xde\xb0\x1e\xec\x4f\x26\xaf\xe7\x5b\xc9\x18\x3b\xb5\x3f\x7d\x27\x0d\x89\xfd\x40\x1d\xd2\xde\xf6\x5a\x3e\xb2\x0b\x10\x6e\x98\xf6\xc8\x92\x28\xbb\x46\x6b\xec\x91\x49\xea\xda\xbe\x91\x74\xd4\x01\x0d\xca\x03\x1e\x7b\x26\x85\xd9\x25\xe3\x63\x67\x9d\xbf\xde\xf6\x15\xa5\x17\xd6\xf6\x95\x90\xdd\xeb\x43\x78\x6c\x10\x76\x54\x10\xf8\x1e\xec\x4f\x56\xb2\xb1\x9d\xeb\xfe\x7b\xc0\xfa\x70\x1b\xe9\xfa\x58\x05\x83\x83\x3e\xe9\x8d\xf9\x3c\x93\x1e\xb0\x9e\xd6\xc6\xb1\xbe\x0e\xb2\xe4\xe1\x7e\xee\xba\xd6\x7a\x23\xb3\x86\xc7\xe6\x81\xfd\x5c\x35\x83\xb5\xfc\x73\xf0\x93\x4d\x0c\xfa\x49\x8e\xbf\xd3\x65\xc7\x7e\xf2\x98\x4a\x62\xee\x8b\xa3\xf5\x2d\x9b\x74\x06\x97\x76\x09\xb7\x9d\xf1\x8b\x5d\xf2\x70\xc7\x51\x6f\x5b\x3b\x1a\xfb\xc3\xbd\xde\xe9\x27\x63\x7f\xd6\xbc\xb6\x68\xd2\x9f\x55\x21\x74\x53\xe0\xfe\x86\x05\x8e\xaa\x07\x1c\xa4\xeb\x01\x53\xf1\x6f\x25\x74\xec\x6f\xe7\xda\x36\x63\xed\xef\xcb\x4e\x87\x3a\x45\xce\xe0\x5d\xf0\x3d\xf6\xb9\x6a\x63\x6e\xd9\xa5\x2f\xfa\x32\x8e\xbf\xb9\x7d\x8d\x48\x9c\xde\xd9\x7e\xe2\x88\xd7\x4a\xee\xbf\xe0\x3f\xf2\xe0\x1b\x5b\xe7\x32\xca\xcd\x84\x2d\x7b\xcb\x56\x99\x9f\xb4\x2b\x66\x47\x96\xbb\x08\x7d\xd7\xfd\x89\x2c\xb4\x10\xfa\x0e\x30\x8f\xa3\x15\xbe\xb1\xa9\x33\x93\x5e\x86\x2e\x81\x7c\x9c\x2b\x68\x69\x9f\xe0\xf1\xd0\x3e\xd4\x34\xd3\xe7\x61\xac\x4c\xdc\x7d\xd0\x95\x75\x6c\x0f\xa4\x38\x5e\x46\x81\xa4\x4d\xae\xc7\x9b\xe9\x22\xbd\x49\xdc\x78\xfb\x8a\x74\xdd\x9d\xd2\x17\x6f\x6c\xff\x94\x48\xc7\xb6\x30\xb6\xa7\x46\x1c\xef\xca\x44\xb2\xd5\x21\x63\xde\x8c\x85\x6d\x7a\xf0\xb4\x7f\x7b\x70\x1e\x81\xa3\x6c\x09\xeb\x3c\x22\xdd\xc5\x37\xb6\x9d\x47\x5f\x71\x16\x79\x3f\x98\xcb\x35\x7f\xc1\xe3\x0c\x63\x39\x94\xef\x3e\xe2\x45\xe1\x79\x93\xc9\x93\x05\xa7\x87\x34\x90\x67\x66\xe4\xe0\xae\x8f\x13\xcf\x02\x39\x6e\xec\xda\x2d\xf1\xac\xcb\xd7\x6c\x8b\x4b\x67\x85\x47\xd6\xb1\x83\xd9\xe3\x59\xaf\xf5\xc6\xee\x74\xbc\xf4\x61\xd8\xe4\xe9\x42\x31\x87\xa0\x0a\x16\xf1\x6a\x64\xf8\x3b\x89\xf8\xf7\x80\x84\x74\xdf\xac\xaf\xb6\x9c\x76\x86\xdf\xa0\x12\x77\x23\xf1\xd5\x2a\xab\x7e\x67\x3d\x40\xd5\xef\x63\x7b\xc5\x7d\x0f\xa8\x09\xdd\xe7\xf1\x42\x52\xff\x78\x68\x2d\x57\xeb\x54\x98\xec\x23\x7c\x21\xad\x7e\xc8\xbb\x76\xe3\xf7\x80\x97\xbe\x8d\xb8\x57\xeb\xac\xde\x11\xf5\xc6\x20\xeb\xd9\x14\xed\x42\xc6\xf9\x78\xec\xfa\x92\xdf\x03\x78\xf2\x04\x2f\xff\xa2\xdd\xae\xa9\x0f\x94\x7e\x3e\x76\x6e\xdc\xef\xc1\xa4\x58\xa1\x89\xd1\x1b\x73\x27\x05\xfd\x1e\x74\xa6\xf0\xd4\x1b\x74\x4d\x94\xd1\xe0\x42\x5a\xed\x78\x88\xb6\x5c\xcc\x69\x7d\xec\x54\x50\xdf\x83\x93\xb1\x65\x0b\xea\x4f\xa1\x55\xb7\x6f\x31\xeb\x8d\x8d\xba\xf4\x4d\xf2\xdf\x42\x33\x9d\xe8\xe6\x8b\x42\x37\x21\xef\xc0\x87\x38\x99\x40\xbc\x48\x77\x3c\x99\xbc\x5b\x3a\x92\xd9\xe9\xed\xb0\x8d\x2a\xdf\x83\x8e\x17\x9a\x7e\x9f\x54\x14\xeb\x8b\x25\xda\x76\x3f\xe8\x54\x7a\xeb\x93\x78\xff\x9b\x6a\x7d\x76\x1a\xf7\xb7\xad\xea\x7b\x40\x0a\xb4\x0f\xfa\x44\xda\xe7\x6f\x1a\x71\x3f\xa0\x99\x57\x7a\x97\xd9\x69\x09\xd5\xfd\x7e\xf6\xca\x7d\x8b\x7a\x03\xe2\x60\xea\x49\x7d\xc0\x7f\xaa\x79\xe6\xa8\xf9\xd0\x92\x7e\x33\xa3\xa4\x24\xcc\xd9\x07\xd7\x1a\x35\xc6\xb9\xa6\xa5\x4f\xe0\x11\x9d\xb6\xbf\x4a\x9c\xfd\xe2\x3c\xab\x16\x7f\xf1\xbc\x45\xad\x15\x41\x1b\xd2\x78\x4f\xa4\xf6\xfd\x51\xd0\x4d\xe4\xf6\x6d\xdb\x50\x1a\x27\x53\xf7\x66\xd9\x72\x66\x5f\x01\x16\xd5\x6f\x60\x9e\xdb\x9c\xf7\x3d\x00\xf3\xf3\x0b\x73\xa5\x94\xdd\x83\x0e\xba\xd5\x48\x09\x38\xc7\x32\x84\x6d\x9c\x9e\xe3\xa0\x7f\x90\xa0\x37\xd6\xc6\x6b\xe2\xcc\x09\x2b\xd3\xd9\x44\x4e\xd8\xaf\x8b\x7f\xbf\x77\xf5\xff\x09\xdb\x9a\x63\x39\x24\x6c\x01\x67\x0e\x3a\x20\x48\x27\x36\x07\x0d\xc8\x3a\x97\x73\xc0\xa8\x91\x74\x77\x5e\xce\x44\xf9\xf0\x1a\x1e\x3a\x96\x55\xcd\x90\xa9\x18\x76\x68\x51\x9c\x63\x65\xf4\xaf\xff\xeb\xab\xe1\xbf\xce\xff\xf8\xbf\x5f\xbc\xfe\x7d\x71\xfc\xf3\x67\xfd\x0b\xb5\xf2\x7e\x5e\x1e\x3d\x6f\x28\x3e\xb7\x1b\xbe\x4b\xf2\xfe\xf7\x83\xf0\xa1\x4f\x2e\x77\x75\xb1\x04\x83\x5a\x6e\xb7\x30\x25\xe2\x6e\xb9\xfd\x0d\xf2\x6f\x6e\xeb\xed\x71\x7c\xd2\xf0\xfa\x97\xb6\x8d\x63\xb7\x3c\xc3\x2d\x94\xa1\x77\xcb\xeb\xde\x98\xbe\x2b\xa9\xc5\xbd\x4d\xd6\x0b\xd8\x2d\xd3\xbd\x21\xd3\xc2\xb6\x9f\x1f\xe1\x93\x52\xf6\xbf\x83\xf9\xd2\xf7\xbc\xe3\x77\x34\xf7\xbf\x58\xab\xfc\xca\x8f\xe8\x59\x44\xe0\xb5\xbd\x57\x3f\x02\xe6\x36\xf4\xa9\x62\x3c\x47\x3a\x04\xd9\x74\xb0\x74\xad\x5a\xaa\x5b\x40\x79\x36\x2c\x52\xd0\x1c\x13\x5d\x97\x95\xf0\xff\x48\xe1\x71\xdb\xcb\xb6\xa8\xb6\xa9\x36\xe6\x94\xea\xda\xe1\x94\x4e\xb5\xc1\xfd\xa7\x28\x5d\xfe\x91\x3e\x7a\xb2\xff\x5d\xe5\x87\xdc\xe6\xb9\xa0\x7e\xe1\xa1\xb0\x8a\x23\x0d\xaf\x0d\x5a\x16\x85\x35\x1d\xe9\xc3\xa2\xfd\xef\xb7\x84\xc3\x5f\x9d\xb7\x9b\xc0\x90\xe4\xad\x7f\xa4\xcb\x3d\x42\x52\x96\xa3\xf8\x91\x6e\xf7\x88\x80\x33\x39\x83\x1e\x30\x15\xec\x7f\xc1\x9e\xe4\x5b\x7f\x40\xd7\xb0\xff\xbd\xd9\xd6\xd4\xf6\xba\x8d\x33\xd9\x5e\x1d\x07\xae\xad\xfb\xdf\x82\xe1\x86\x9a\xb4\x71\xa8\xf6\x1e\x14\x6b\x73\xa0\xda\xfb\xfa\x17\xe6\x60\x55\xfe\x3c\x50\x22\x7d\xff\xcb\x89\x6c\x2f\xb2\x03\xb5\xcc\xf7\xbf\x9c\xc8\xf6\x02\x0a\x6f\xda\x6d\xe1\x65\xe5\x77\x85\x84\x44\x9f\xf3\x78\xc0\x1f\x7d\x7b\xf5\xc4\x23\x45\xb5\x7c\x4c\x6b\x28\x8c\x31\x1e\x69\xb8\xe9\x84\x9f\xc1\x6e\xc9\x4d\x2d\x70\xa3\xaa\x2a\x86\x14\x8f\x96\xd5\xd6\xc6\xd7\xa1\x9b\xba\x67\xd1\xd1\xb4\x5d\xcf\x62\x28\x7b\xd3\x62\x28\x19\x5f\x15\x35\x55\x37\x9d\xff\xfc\x19\xad\xbb\xe9\x72\xd3\x8b\xaf\xc2\x6e\xaa\x1a\x2b\x20\x85\x64\x71\x87\xf5\x74\xd3\xf5\xcf\x9f\xae\x58\xcf\x18\x9a\xbf\x6a\xc8\x96\xba\x9d\x5e\x62\x68\xfe\xaa\xe1\xab\x7d\xac\x23\x24\xdf\xfd\x2f\xa3\xb4\xd5\xe2\xb9\xc3\x8b\x38\x2a\xaf\x7a\x0c\xa3\xbb\x6d\xb0\x4d\x83\xdd\x02\x62\xf8\x08\x63\x57\x6e\xac\x18\xe3\xa6\x21\x31\x46\xfa\x39\x6d\x9f\xc2\x18\x63\x73\x5b\x67\x9b\xbf\xbb\xdc\x06\x4f\xe1\xb2\xfd\xa3\x62\xac\x1a\x2e\x52\xae\x55\x0c\x4a\x8c\xb5\xba\x0d\x9e\xf0\xf2\xce\x8f\xd1\x90\x8c\xac\x70\x2f\x2f\xd3\x18\x9b\x10\x2b\x32\xa7\xd8\xf0\x78\xcd\x7d\x32\x91\x43\x39\x34\x5e\xf7\x77\xf0\xcf\x2d\xf2\x07\x8f\xb1\x7b\x9e\xd0\xc1\x14\x39\x61\x47\x68\x13\xf7\xbf\x9c\xe7\x3e\x6d\x31\x76\xcf\xb3\x73\x9e\x9b\x4e\xc6\x38\x0c\xcf\xc1\xef\xba\xbe\x7b\xfc\x1d\x84\x98\xd2\x84\x2a\xe9\xd0\x77\x20\xd0\x5f\x9f\x7b\x9e\x29\xea\xe4\xa4\x78\xfe\xf3\x47\xb1\x5e\x31\x8d\x47\x2d\x88\x85\x8b\xaa\x19\x17\x4d\x0a\x63\x82\xc7\x4d\xdc\xb6\xae\xef\x41\x73\xdb\x87\x98\xc1\x83\x9d\x97\x9b\x1e\x34\xa9\x47\xf1\xe4\x08\x82\x19\xaa\xb2\x01\xc7\x74\xbd\x6a\x83\x05\xb5\x2a\xdb\x6d\xcc\x3e\x3c\x19\x65\x33\x54\x8d\x3e\x66\x1f\xef\xdc\xe1\x34\xa6\x23\x97\xc5\x01\x22\xae\xe4\x5d\x59\x58\x63\x16\x03\x88\x79\x30\xb0\x6b\xb3\xed\x98\xc7\xad\xb6\xeb\xc3\x75\x85\x58\xc5\x7c\x69\x4f\x33\xee\xf4\x87\xdc\x00\x63\x7e\x3c\x47\xf0\x52\x57\x8b\x8f\xf9\x15\x48\x32\x04\xa2\x43\x09\x72\x62\x9e\xc5\x6d\x90\x46\x14\x6e\x1e\xcb\xa1\x3e\x0b\xd2\xd0\xe7\xed\x3f\x16\x4b\xd5\xc6\x95\xfa\x7e\xc7\x7f\x73\x87\x58\x9a\x16\x57\x3e\x68\x75\x65\xb7\x8d\xa5\xbb\xe9\x83\x4e\x57\xe4\x63\x84\x69\x76\xff\x5b\xd0\xe1\x9e\x62\xf1\xd2\x58\x7b\xbd\x2a\x2f\x79\x44\xd5\xf2\xfd\x2f\x06\xd3\xd6\x54\xcf\xbe\x1e\x68\xd2\xa2\xab\x38\x51\xac\xd0\xf9\x54\xa5\xf4\x8e\x28\x5a\xbe\xff\x7d\x40\x0e\xf7\x1c\x6b\xd5\x8e\x56\xdc\xbc\xa2\x82\xa0\x63\xf5\xf9\x46\x99\xe5\x0f\xb7\xf6\x24\x9b\xcf\x77\x6b\x00\x96\x8e\x14\xca\x12\xec\x7f\x21\xf2\x29\xd1\x6b\x1c\x53\xc7\x0d\x39\xc0\xbf\xb6\xb6\xe4\x58\x4a\xad\xff\x2b\x41\x36\x5e\x3e\x8d\x17\x7c\x19\x95\x13\x31\x22\x8d\xe2\xfe\xb7\xb0\x86\xf0\x5e\xfb\x65\x62\x83\x1c\x84\x1f\x0d\xde\x0b\x7c\xbb\xe0\xf2\x22\xb5\x41\xea\x82\xd9\x2b\x31\x38\xbe\x0c\x09\x50\x86\xb5\xf8\xfa\x60\xbd\x37\xad\x13\x22\x8a\x88\x51\xdb\xff\x96\x7f\xfe\x64\x25\xb1\x8c\x88\x13\xdb\xff\xc6\x7f\xfe\xe4\xb2\x1d\xc1\xe3\xbc\xa6\x9a\x98\xe4\x77\x0b\x0b\x71\x3e\xfe\xea\x89\xbf\xa1\x53\x11\x56\xa2\xfd\x6f\xf9\x0d\x58\x49\x87\x30\x25\x1d\x9f\xd8\x23\x47\xf9\x74\x08\x8e\xe9\xf8\xe0\xb8\x7d\x48\xbe\x9f\x5d\x2d\x21\xfc\xd0\xb4\x74\x68\x51\xe9\xf8\x16\x55\xb7\x70\x91\x0e\xa1\x5d\xa2\x49\xa9\x0a\x14\xe9\x08\x3f\xfd\x01\xb7\x54\x1e\x28\x41\x12\xd9\xff\x62\xcb\x14\x52\x9c\x8e\x1c\xd4\x36\x10\xd8\xa0\x79\x0c\xcf\xe3\xe3\xbb\x4d\x95\xc1\xd3\x31\x86\x9b\x90\x98\x53\x1e\xeb\xe9\x18\x97\xdb\xee\x7f\xfe\xd4\x2c\x60\x88\x58\xa7\xe3\x23\xd6\x2a\x9e\x98\x7c\x0d\x4a\xc7\xac\xff\xfc\x51\x36\xe9\x84\xfb\xc5\xfe\xf7\x04\xe7\xd6\x47\xd3\xdd\x4d\x74\xb7\xf6\x3e\x59\x80\x48\x01\x0e\x75\x55\x59\x7c\x53\x98\x6e\xc3\x3d\xa4\xaa\x02\x40\x0a\x3a\x30\x29\x4c\x7e\xb7\xa9\x52\x8a\x12\xf9\x52\x84\x0a\xfb\x50\x78\x58\x8a\xf1\x74\xdb\xfc\x48\xee\x3e\xd6\x29\x26\xad\x2c\x22\x13\x58\x0d\x6a\x92\x60\x9a\xe2\x27\x78\x75\xc5\x73\xa6\x58\x6e\x37\x81\x50\x2b\x1b\x7f\x8a\xdd\x13\x81\x7e\xeb\x50\x75\xce\x64\xc6\x9c\x22\x9c\x96\x0e\x23\x29\x14\xbf\xfb\x5f\x88\xf8\x62\xcc\x29\x9e\xd9\x6d\x1d\xb3\xdc\xf0\x8a\x97\x17\x70\xad\xa9\x68\x05\x8f\xbb\x04\xed\x3f\x94\x02\x20\xf9\xfe\x95\x78\xff\x0a\xba\x4b\xa5\x24\xf9\x3f\x25\x78\xa6\x06\x55\x72\x49\x29\x9c\x6e\x43\xd1\x4b\x55\xba\x48\xbe\x67\xa5\x04\xdd\x41\x50\xe9\x85\x94\x62\x77\xdb\x40\xdb\xe6\x7b\x29\x45\x8f\x87\xc8\x92\xa0\xdc\xf6\x29\x89\x80\xa6\x84\xb3\x11\x94\xdb\x3c\xa5\xe4\xef\x32\xbf\x13\xae\xa4\x9c\xdc\x56\xd9\xa6\x35\xe4\xcb\x6d\x37\xda\xb4\x7d\x29\x7b\x0d\x85\x7d\x66\xf5\x59\x8a\xdb\xd8\xe7\xe6\x46\x09\x17\xc4\xfd\x2f\x04\x85\x7d\x7d\x4e\xbe\x2a\xa6\xd4\x21\xcc\x0c\xad\xbc\x7b\x05\x1d\x99\xeb\x0c\x30\xc9\x09\x09\xa2\x53\xab\x87\x3a\x34\x3a\xa4\xf3\xe3\xa5\xca\x59\x90\xd2\xa3\xf3\x98\xa0\xb3\x0c\x2a\xb0\x98\x8a\xb4\x1c\xa9\x30\x1b\xaf\xf2\xea\x25\x54\xae\xdd\xff\xd2\x01\x71\x5f\x4c\xe9\x6a\xb2\xff\x2d\x54\x5d\xd5\xdd\x16\x93\xda\xe0\x8e\x34\x94\x3f\x23\xbf\x71\xaa\x0d\xdb\x9a\x95\x56\x39\xc3\x4e\xbb\xff\x0d\x6c\x8b\xbb\xad\x79\xbc\x56\x18\x3c\x33\x76\xdb\x78\xd5\xf6\x1d\x18\xf9\x71\x7f\xbf\x2f\x37\x31\x6e\x67\x11\x87\x3c\xb5\xe1\x79\xc2\xe8\x1e\x94\x21\x25\x23\x08\x73\xff\xcb\x04\x96\xfb\xfe\x99\x11\x7f\xb9\xff\x85\xeb\x90\x02\x35\xf2\xbc\xdc\xe7\x85\xec\xb0\x12\xe4\xf2\x94\xa2\x27\x4f\x94\x66\x09\x61\xcb\x26\x19\x2e\xf1\xfb\xdf\x8f\x27\x4a\xea\x2d\xe6\x53\xe5\x38\x08\x94\xad\x15\x29\xbe\xb8\x16\xb0\x8b\x18\xc4\x3f\xca\x51\x82\xda\x50\x36\x39\xa8\x9c\x75\x39\x7a\x52\xdb\x77\x9d\x88\x41\x55\x9c\xcb\x31\xdc\xe7\xa0\x07\xfa\x16\xb3\xcb\x31\xa6\xda\x4e\x2e\x21\xab\xed\x74\x1b\xd2\x3f\x04\xd5\x17\x2e\xc7\x75\xba\x6d\x39\xb1\x6b\x2e\xf7\x50\xdb\x7d\x7e\x4b\x77\xd3\x73\xab\xe9\x21\x34\x37\x2b\x2e\x41\xa4\xaa\x84\x8f\x54\x59\xc0\x28\xe1\xb8\xdd\x04\xab\xcf\xf6\x6e\x3a\x4a\x08\x6e\x0b\xec\x72\xdf\x90\x4a\xd0\xcd\xb1\x04\x84\x5a\x06\x55\x7e\x2d\x21\xfa\xbb\xc8\xef\xb6\xcc\x5f\x42\xd2\xca\xc3\x87\xc1\x59\xf2\x53\xc1\xb5\x7b\xff\xfb\x2d\x4e\xe2\x68\x09\xba\x73\x15\xdc\x90\xa5\xbf\x3f\xe8\x2d\xb5\xff\xbd\xbe\xa6\xa4\xb1\x2e\x2f\xfb\x8a\x68\x52\x87\x8f\x36\x35\x3c\x3c\x75\xfb\x84\x94\x68\x68\x31\x7e\x22\x2b\x45\x55\x31\xb7\x2b\x91\x39\xdd\xa4\x4e\x2c\x51\x67\x84\xee\x57\x59\x62\x7d\x81\x5d\x62\xff\xcb\xd0\xeb\x1d\x76\x5a\x7c\x9f\x2c\xb8\x4f\xc6\x20\xe6\x5a\xa2\x34\x5a\x25\x9e\x28\x0c\xa7\xa0\xf2\xff\x7f\xf9\xb6\x44\xdd\x84\x4a\x44\x7d\xe0\xa0\x8c\xed\x25\x1a\xc3\x22\x31\x4c\x99\x3a\x4a\x9c\x9e\xe9\x27\x3d\xc8\xb1\xf1\x28\xe9\xd0\x67\x09\xba\xf1\xac\x08\xaa\x92\x8c\x0e\x60\x4e\x31\x78\x87\x92\x14\x09\x25\x21\x9b\x7c\x50\x7a\x9f\x02\x4a\xbf\xff\xe5\x34\xb7\x2e\xa4\x24\xe9\x34\x4a\x62\x45\x41\xa5\x8c\x2c\xf0\xd0\xdd\xff\xe2\x30\xeb\x36\x54\xb2\xd1\x2f\x7f\xe8\x97\x95\x79\xb4\x64\xf1\xc2\x42\x05\xdb\xd0\x5d\xae\x64\x5d\xd8\x0a\xdc\xe5\x63\xf0\xfe\x65\xe9\x61\x4b\x7e\x3f\xfc\x93\x8e\xaa\xf8\x0a\x58\x0a\x43\x08\x0c\x95\xe2\xc3\x55\x60\xdd\x0a\x71\x47\xd8\x95\x22\x2d\x55\x29\xc8\xf2\xa9\x40\xe4\x02\xaf\xdc\xfd\xef\x85\xcf\x76\xf0\x50\x29\x62\x4f\xa5\x3c\x04\xd8\x96\x2c\x4a\x95\xd4\x51\x2a\x6c\x15\x59\xc9\xb9\x0a\xc2\x4e\xf6\xbf\x40\x5c\xd5\x89\x29\x55\x9c\xbe\x54\xa4\x45\x0d\xba\x2f\x94\x5a\xfd\x5d\x05\xa0\xc5\x66\x4a\x6d\x6e\x83\x6d\x3b\x2b\xa3\x55\xa9\xc6\xdc\x0a\x97\xf5\x9c\xb7\x0a\xb7\x54\x43\xb3\xa2\x2a\x46\xd0\x4d\xb0\xd4\x29\xb0\xd4\xc9\x90\x84\xcd\x14\x4a\xf3\xc1\x6c\x48\x62\x1c\xa4\x4d\x2e\x4d\x52\x55\x69\x88\xa0\x18\x2a\xc8\x5e\x5a\xd4\xae\xb7\x08\x76\xa8\xec\x93\xa5\xe9\xe6\x50\x1a\x3c\xfa\xb3\x02\xa7\x4b\x4b\xcd\x6d\xfd\x9f\x3f\x59\xd9\x2f\x4a\x4b\x8f\x9b\x40\x36\x55\x76\xa3\xb4\xac\xe5\xd1\x92\xec\x14\x4b\x05\xa5\xe0\xf7\xbf\x0c\x27\xd9\xc2\x58\x69\xc3\x7d\x32\xed\x91\x42\xf3\x4b\x33\xbe\xa3\x5e\x75\xce\x9b\xfd\x96\x36\x3d\xdc\x84\x65\x4d\x85\x84\x4b\xf7\xf1\xea\x3c\x5e\xca\xc6\x56\xba\x44\xe9\xd2\x3b\xe3\x56\xf6\x75\xa5\xf4\x2e\x2a\xdd\x69\xa5\x57\x1a\x8f\xd2\x25\x66\x97\x7e\x72\x17\x74\x4e\x50\x7d\x72\xff\xcb\xa0\x14\x71\x8c\x3e\x2f\xb7\x3d\xb8\xaf\x6e\x68\xa2\x5a\xe3\xfe\x97\x48\xb6\xa5\xfa\x32\x7c\x9a\x07\x4e\xf3\xf6\x3b\x3b\x0a\xf4\x01\xfb\xdf\xca\xcf\x36\xde\x8e\xe6\x36\xc6\x61\x28\xbe\xbd\x0c\x59\x84\x0a\x2a\xa0\x65\x45\xaa\x97\xf1\x6a\x01\xe3\x25\x3a\x48\xb8\x38\x3d\x1c\x02\xab\x73\xd1\x96\x23\xbc\x78\xff\x5b\x98\x03\x6d\xef\xc1\x69\x39\xe0\x3c\x19\x55\xb2\xf5\x9a\xe5\xd4\x7d\xac\xa0\x72\x4a\x2e\x3a\xb0\x97\x89\x00\x4a\x41\x64\x15\x26\x2d\x57\xd3\x39\xbf\xe8\x81\xab\x4c\x11\xe5\xd2\xcd\xb0\xa0\xb6\x40\xfc\x44\xa0\xdd\x76\x8a\xb6\x33\xa3\x7f\x50\x7a\xa4\x72\x99\x57\xc2\x15\xf6\x6b\xdb\xb0\xbc\x0c\xaf\xeb\x61\x86\xb7\x2d\xd1\x97\xfb\x10\x86\x21\x4f\x78\x56\xf4\x65\xb9\x93\x86\x43\x82\xe7\xac\x68\xca\x82\x8c\xbf\xfb\xdf\x15\xbe\xa3\xcf\x24\xbc\x96\x9b\xc2\xab\x54\x14\xe5\x9e\x9a\x25\x92\xe3\xc6\x20\x5d\x6f\x41\x26\xd0\xf5\x6f\x85\x4c\x95\xb7\x5e\xa1\x3c\x4d\x2b\x40\xe6\xcc\x18\xa4\xe7\x2e\xc8\xa5\xb8\xff\xfd\x2e\x17\x5e\xdc\x2b\x45\x45\xa1\x27\x4e\x56\x12\x84\xf2\xca\x20\x53\xe0\x27\x9e\xa5\xe9\x2d\x6f\xd1\x1e\xbc\x85\x7b\xa0\xd3\xfa\x56\x9d\x82\x97\xf6\xdc\xb2\x2f\x2c\xe5\x35\x07\x7a\x2b\x83\x89\x84\x0e\xaf\xf1\xf9\xfd\xf0\x39\xcb\x66\x50\xac\x3f\x2a\x48\xcc\xf5\x75\xb9\x81\xf2\xde\x02\x18\x3c\x8b\xf3\x8e\x8b\x39\xca\xfb\x78\x71\x2c\xa9\xa4\x70\xf9\xf2\x4a\x8f\x5d\xe0\x2d\x94\x15\x9f\x4a\xf7\xe3\xfd\xef\x40\xd3\x5e\xf7\xb4\xbc\x88\x30\xdd\x90\x8b\xe8\xfa\xb4\x10\x30\x29\x04\x94\x7d\x93\x2e\xd3\xac\x10\xb9\x73\x72\xd3\xe6\x4c\x23\xc3\x24\x32\x14\x91\xee\x29\x65\x75\x99\x08\xbb\x0c\x45\x84\x6f\x3e\x6e\x7b\x56\x9b\x86\x33\x2d\xa5\x63\xb4\x55\x16\x65\x3e\xdd\x6d\x03\x39\x5b\xd5\xf4\x0a\xcc\xf3\x65\xbc\xd4\x9e\x4a\x3d\xb4\x82\x7a\x94\xc6\x42\x17\x6d\xb7\x0d\xb7\x21\x1f\xde\xf6\x0c\x3c\xaa\xc5\xf9\x0a\x71\x3e\x86\xb2\xe3\x9e\xeb\x71\xbf\x6e\x9b\x6c\x2b\xbb\x6d\xba\xcb\x89\x2e\xb7\xe2\xbc\xc2\xd3\x76\xff\xfb\x7e\x4d\x9b\xb6\xd5\x20\x2a\x5b\x03\x1c\x63\xb3\x27\x89\x08\xdb\xfd\xef\x47\x12\x55\xe8\xb6\x06\xa9\x63\x6a\xe8\x04\xe5\xd6\x35\xd5\xa0\xbb\x51\x0d\xbc\x1b\xed\xe0\xb6\xa3\x86\xe1\xe1\x78\x37\xd2\xf9\xaf\xe1\x76\x9f\xbc\xde\x95\xa1\x69\x7a\xe1\x61\x2d\x7c\xa4\xbf\x12\x7a\x6b\x78\x6f\x7d\xfa\xb2\xde\xc8\x3e\xaf\x35\x4a\x1d\x59\xe3\xf1\xe1\xad\x0a\xa1\xd5\xa8\x9b\x61\x8d\x9f\x38\x90\x55\xae\xaa\xc6\x2e\x70\x42\xdf\x14\x5d\x96\xa8\x46\x2f\x30\x22\x33\xe2\xf6\x00\x3a\xaa\xa5\xef\x1a\x51\x96\x24\x08\xc5\x6a\xd4\x71\xad\xd0\x37\xc5\x50\xb7\xc4\x51\x61\x40\xdf\xff\x22\x24\xaa\x6e\x91\xa3\xa6\xac\xe1\xa0\x9a\xf9\xc8\xe2\x5e\x41\x3a\xd5\x27\x2c\xdf\x61\x28\xf5\x6b\x4d\x3a\xe7\x75\x05\xa6\x49\xf5\x5c\xd3\xeb\xf1\x5e\x8e\xb7\x35\x2b\x35\xe9\x26\x50\x19\x19\x3d\x94\x1f\xa1\x66\x99\x22\x6b\x66\xc6\x5d\xe5\x9d\xac\xd9\xeb\xcb\x8b\x1c\xed\x33\x54\xf3\xad\xf1\x32\x6c\x48\x4d\x35\xd6\x6a\x96\x1f\x44\xcd\x6f\xf8\xe7\x4f\x51\x46\xc4\x0a\x7b\xcd\xfe\x17\xe7\xa4\x6e\xb2\x5f\x8b\xf7\xb5\x1c\x6c\xdb\xb2\x43\x2d\x12\xf7\x6b\xf9\x98\x77\x51\x62\xfb\x5a\xd2\xed\xa6\x87\x9f\x6d\xa8\x14\x29\xf9\x6b\xf9\x10\xbc\x28\xd1\x4c\x2d\x9e\x64\xe1\x24\xb5\xb6\x32\x3d\x18\x02\xd8\x83\x32\x3b\xd4\x32\x5f\xb7\x71\xcf\x37\x65\xaf\x96\xcc\x2b\x24\xf3\x18\x94\xcf\xa0\x56\x89\x1c\xb5\x7e\xfc\xa6\x48\xeb\x52\xab\x4c\xd9\xb5\x22\xde\x23\xef\x20\xd1\xa3\x56\xb1\xd7\x0a\x8b\x4c\x51\x12\xd0\x5a\xeb\xed\xa6\x87\x91\x92\xea\xb2\xf9\x33\x28\x72\xaa\xb4\x96\xb5\x76\x0f\x47\xaf\x4c\x65\x3a\xac\x75\x9c\x6a\x1b\xa0\xed\xca\x04\x51\xeb\x2d\x58\xd6\x1b\xa2\x9d\x6a\x41\xd6\x16\x75\x4a\xda\x77\x7f\x2c\x61\x5b\x30\x6a\x93\x0d\xa6\x22\xd0\xaf\x48\x3f\x52\x9b\xbc\x83\x6a\xa3\xda\x68\x47\x83\x1e\xb5\x27\x6d\x4f\x87\x67\x7f\xae\x5b\xff\x53\x7b\x9d\x6a\x6b\xa0\x39\x6d\x3b\x5e\xd4\x6e\x7c\xa6\x87\x5b\xeb\x02\x26\xea\xfa\xef\x7f\x2f\xb6\xe9\x3b\x29\x5d\x18\x36\x12\x43\xd3\x99\xec\x52\x53\x55\x16\x8e\x6f\x3d\xaa\x6d\x7a\x9e\x93\xf3\x14\xb2\x0f\xb9\x14\xd4\xb1\xe6\x29\x7a\x3b\x9a\xd6\x30\x90\xff\x35\x2b\x25\x45\x1d\x8f\xa0\x39\xe0\x01\x95\xeb\xe6\xcc\x75\x88\x77\xd5\x41\xde\xa5\xd2\x38\xf5\x34\xf5\x63\x8a\xa1\xd6\xf5\xdd\x29\x49\xa6\x32\xcd\x4c\x56\xbe\x8c\x7a\xca\x7e\x5e\x4f\x64\x96\x0d\x5d\x78\x7b\xea\x2a\x53\x21\xfe\x86\xac\x54\x49\xf5\x3c\x3d\xde\xf9\x9d\x2e\xb9\x2a\xd4\xf3\xf2\x70\xe4\xe8\x5d\x24\xe7\x34\x59\x61\x25\xcb\xd0\x45\x3a\x50\x76\x72\xff\x4b\x72\xe4\xe1\x1e\x1d\x21\x14\x8a\xfc\xbe\xdb\xdb\x77\x4a\x9c\xac\x27\xa3\xa6\xfb\x16\x19\xeb\x25\x27\xaa\x0a\x03\x61\x0c\x5d\x94\xff\x3a\xb4\x0d\x17\xd2\x39\xb4\xed\x44\x7f\xd4\x4b\xaa\x9e\x8a\xc2\x66\xae\xad\x50\x2f\x29\x43\x2b\x44\xf8\x6f\x9a\x1a\xce\x3b\x8b\x6a\x67\x4e\xaa\x5f\xaf\xe1\xa6\x13\x82\x6d\x8f\xea\xd2\xc0\xbc\x90\x01\x2e\x74\xb1\xb5\xcb\x88\x8b\xfa\x5c\xce\x82\x5d\xaf\xcb\x93\x44\xb2\xd8\xb0\x7d\x68\x8f\x7a\xc9\x1d\xaa\x5e\xa8\xf7\x19\x7a\xd2\x2c\xe5\x65\x57\x59\x89\xaa\xa9\x8e\x77\xbd\x5e\x03\x8c\xa1\xb8\xf2\xdf\xa8\xa8\xcf\xb3\xff\xcd\xc8\x25\xbb\x8f\xe5\x6d\x22\xc0\x6a\x36\xce\xf7\x5e\x6f\xb3\x27\xd4\xca\x08\x59\x05\xf0\xeb\xe3\xef\x9e\xc8\xe1\x04\x95\xc7\x22\xcb\xc3\x2c\x1f\x32\x6b\xd4\x37\x6b\xe9\xf4\x9d\x6f\x43\x60\x79\xa5\xc1\xab\x2f\xcc\x1a\x4d\x35\xe8\xea\x2b\x87\xa3\xfa\x22\x7d\x52\x53\xa5\xb8\x8a\xa4\xbf\xfb\x5f\xa8\x8e\x2c\x3e\x59\xcc\xae\x10\xb3\x4b\x16\xaa\x58\xca\xae\xcb\x27\xbf\x1c\x6a\x7b\xdd\xe5\xcb\x2e\xc5\x4d\xa6\x7c\x3b\xea\x64\xb5\xf5\xa6\xe5\x4d\x1f\x85\xc9\x1d\x52\xdd\x82\x66\x27\xcd\x76\x30\xf3\x92\x68\x7f\x3b\xa4\x10\x6d\x07\x84\xe2\xbc\xbd\x82\xbf\x07\xc5\x6d\x48\xc8\x59\xb6\xd7\x63\x0b\x79\x6f\x43\x0b\x19\x59\xdf\x36\x21\x6b\x41\x42\x49\x0b\xac\x88\xab\xb4\xa8\x2d\xc8\x42\xdd\x20\x0b\x46\x1b\x97\x9a\x25\xb5\x06\x49\x2d\xda\xb8\xd4\xa2\x04\xa4\x16\x3f\x0e\x5e\x64\xee\x69\x51\x9a\xe5\x16\xf3\x81\xa6\x3d\xc9\x98\xdd\x04\x93\xd4\x28\x51\x9f\xc9\x24\xd5\x22\x4c\x52\x59\xbe\x6e\x2d\x56\xad\x20\x32\xc4\x4f\x99\x25\x1b\x72\x7d\xec\x7f\xc1\xf4\x64\xca\x6a\xd1\x00\x8b\xa4\x39\xaa\x76\xd8\x92\x6c\x41\x2d\xd1\x16\xb4\x23\x96\x8e\x66\xf7\xcc\x46\xf7\xcc\x7e\xd4\xbf\xf3\x67\x68\xf6\xc2\x6c\xf4\xc2\x1c\x72\x07\x68\x29\x6b\x19\x30\xce\x15\x59\xac\x5b\x32\x4a\x24\x5e\x9a\x55\x3f\xaf\x25\xaf\x3e\xad\xd5\x37\x75\x29\x63\x5d\x4b\x9d\x50\xdb\x82\x63\x4b\xc3\xdf\x41\xe1\x91\x9b\x50\x30\x4b\x4d\xd7\x32\xd4\x74\xb9\x6f\xea\xdf\xb2\xac\x5d\x2d\x93\x79\x2b\x19\x73\xcb\x92\x68\x5a\x46\x75\xa0\xa0\x12\xd3\x2d\x7b\x2e\x99\xe1\x5a\x7d\xeb\x97\x5b\x96\x5a\xa3\x65\x16\x5d\x56\xf1\x88\x96\xc5\x84\x5b\xfe\x18\x41\xa9\xea\xb2\x48\xbd\xd7\x4a\x62\x68\xf5\xbe\xdd\xb7\xe2\x8d\x2f\xd8\xf8\xa8\x7c\xe6\xad\x34\x7f\xc7\xc8\x53\xd9\x91\x5a\x11\xbf\x6c\xe5\x9b\x66\x69\xc2\xc1\xa2\x9b\x44\x2b\xb8\x2a\xe5\x1d\x2c\x76\xb4\xe2\x93\x52\xe0\x1d\xd2\x65\x7e\x6a\xe5\x71\xdb\xbb\xda\xf4\xdd\x74\x9f\x1f\x6f\x2b\xba\xa7\x37\x4b\xa3\x0d\xd2\x68\x69\x3b\xdd\x14\x03\x24\xf7\xbf\x95\x45\xb9\x8a\xda\x2e\xb7\x31\xbc\x5c\x58\x5d\xe5\x3c\xf0\xdd\x8a\xbf\x2e\xf7\x8d\xb4\x55\x79\x85\xb6\xca\xaa\x37\xca\x3e\xdd\xaa\xfc\x42\xbf\xcb\x21\x3e\xd3\x4c\xa4\x78\x6e\xb5\xa2\xc7\x6d\x5d\x6f\xf6\x32\x6a\xb5\x9e\x68\xda\x27\xb6\xca\x07\xa7\x55\x16\xe7\x54\xa2\xe5\x56\x87\x27\x32\xf0\xd9\x36\x6d\xb4\x2a\x36\xda\x2a\xd8\x68\x54\x5e\xe3\x56\x65\x2b\x6e\x4c\x5d\x90\x7b\x55\x97\xa7\xe7\x0f\x4a\x6c\x37\xbb\x56\x2f\xcf\xf2\xe2\x70\x9b\xfa\x35\xe9\x95\x5a\x43\x74\x49\x34\x5d\x69\x72\xd7\x6c\x90\x8f\xcb\x0e\x34\x39\x9a\xf5\xd1\x0d\xfa\xe8\x22\x81\xb2\xb5\x2c\xc4\x6b\x48\x21\x58\x55\x61\xbf\x35\x29\x27\x5a\x83\x72\x22\x2a\x4b\x6c\x6b\x52\x9a\xb5\x86\x90\xed\x2c\xe7\xed\x66\x5d\x75\x6b\x0d\x65\x47\x0f\xed\x77\x33\x9c\x1b\x7c\x9d\x86\x2e\xf0\xcd\x02\x7a\x83\x80\x5e\xba\x58\x42\x7b\x84\x79\x0d\x91\x08\x5d\x65\x98\x5b\x8f\x5a\x42\x47\x20\x7d\xde\x49\x5d\x8e\xd6\xe5\x5f\xd8\x3a\xab\xde\xaa\xa4\x50\xeb\xaf\xdb\x18\x17\x22\xff\xf9\xd6\xe5\xad\xdf\x3a\xa3\x41\x65\x96\x6a\x43\x26\xab\x86\x64\xb1\x61\xc8\x27\xa4\x0d\x5d\xae\xda\xe0\xe5\x6a\x6c\x95\x5a\x1b\x97\xfa\x1c\xd8\xd7\xb1\x99\x76\x1b\x72\x17\x6f\x83\x11\x9c\xf2\x6a\x69\xa7\x69\xfb\xf9\xd1\xf6\x22\xef\x8d\x76\xea\x9a\xda\xa0\x63\x8e\x31\x6c\xc5\x7f\x3b\x7d\x0c\x90\xe9\xb0\xc8\x79\xa3\x9d\xb2\x9f\x37\xd4\x7a\x0f\x59\x15\xcf\xdb\x29\x95\x6d\x3b\x1f\x4c\x52\x08\x76\xbe\xee\xf1\x45\x8f\x5b\xed\xdf\x2e\xcf\xf1\xe2\x1c\xab\x9a\xe4\x61\xd2\xae\xc8\x9d\xdb\xfa\xf4\x76\x99\xf3\x5e\xc8\xd5\x19\x75\x5b\x6b\x97\x6e\x33\xed\xfa\x6e\x33\x45\x25\xf8\xda\x25\x33\x64\xbb\x58\xbc\x5e\x81\x1e\xed\xd2\x65\xba\x5d\xac\x4a\x2e\xb3\x74\xbb\xbc\xa9\x17\xeb\x8f\xcb\xf4\xdc\x6e\x13\x9b\x9b\xc4\x26\x68\xbc\x5b\xee\x48\x8d\xa5\xf8\x86\x14\x52\xed\xf6\x86\xaf\x1a\x78\xba\x58\xb5\x5b\xca\x9c\x76\x33\x04\x5f\xe6\xd2\x76\x4b\xdc\x6a\x37\xc4\xad\xac\x92\xc3\xed\x91\x6a\xbc\xad\xaa\x68\xaa\xd2\xdb\x1e\x33\x98\x87\x0c\x46\x45\x1d\xdb\xa3\xab\x76\x7b\x3a\xf7\x55\x6b\x78\x24\x9c\x37\x54\xcf\x89\xf6\x3f\x6c\xcf\xed\x3e\x6f\x54\x52\x52\x81\xd4\xf6\xc8\x48\xd4\x1e\x18\x89\x86\xb4\x24\xed\x2d\x82\xd9\x5b\xce\x7f\xfe\xd4\x1d\x96\x7e\xb4\xd7\x3c\x0b\xd5\x43\x42\x97\x9b\x7d\x7b\xe5\x94\xd3\x10\xe3\x5b\x77\x00\xe5\xd1\x50\x28\x64\xff\x9b\xbf\x26\x01\xf3\x95\xf3\x5c\x7b\xe1\x3c\xa7\x92\xc0\xed\xd5\xa5\xb1\xc1\x49\x25\x46\xd9\x89\x1b\x9c\x4e\xf6\xbf\x2f\x3e\x53\x93\xee\xa8\x6d\x7e\x77\xd4\x1a\xb4\x03\xd3\x3b\xce\xbc\xee\xd9\x54\x71\x9a\xf2\xcd\x8f\xba\x54\x23\xd8\x94\xf2\xa1\xcd\x95\xf4\xa3\xbb\xad\xbb\x0d\xab\x16\xee\xd9\xd7\xa5\xd1\xd7\xa5\xab\xc0\x57\x9b\xcd\xa3\xb1\x70\x8b\x2a\x7d\xb7\x79\x6b\x6f\x90\x4e\xbb\x06\x91\x52\xeb\x9c\x1b\x75\xce\xe5\xd0\x76\xcf\xe9\xe1\x58\x71\x41\x7a\xbd\x6e\x5f\xc9\x0e\x5f\xc9\xaa\xaa\xe1\xfd\x90\x8b\x59\x47\x90\x47\x8c\x72\x01\xec\x87\x8c\xcb\xfd\x80\xef\x53\x51\x4e\xf9\x1e\xea\x9e\x65\x0f\xf5\x9b\xa5\x9c\x7c\x7a\x90\x70\xd6\x03\xad\x39\xca\x02\xdf\xc3\xf3\xa8\x0d\xd1\x57\x43\x49\x44\x7b\x90\xf8\xd2\xc3\x47\xc4\x6b\x1c\xc7\x5f\x49\xbb\xdd\x3e\x8e\x3d\xc0\x0e\x14\x65\x7e\xed\xf6\x71\xec\x61\x22\x14\x6d\xb3\xf9\x6e\xcf\x8e\x0e\xcf\x8e\x2a\x37\xac\x1e\x75\x43\xed\x11\xca\xf1\x21\xf1\xac\x3b\x6a\xa1\x23\x6a\xa1\xca\xec\xcc\x5c\x07\xfb\xdf\xfe\x35\x6d\x5d\x6e\xb7\x1b\xe3\x47\x2a\x31\xc7\xa1\xcf\x86\x7b\x1c\x20\x7d\x4a\x54\xde\xe3\xe9\x99\x30\x8f\xa6\xca\x5c\xf6\x78\x7a\x38\xca\x1b\xb2\xfc\xf5\x24\x72\xd3\x19\xf5\xd5\x75\xd3\xec\x76\xdd\xe8\x70\xdd\x88\x51\x4a\x97\x9e\x82\xbf\x0b\x58\xc2\x96\x0e\x3a\xe2\xc0\xf6\xbf\x93\x9f\xa9\x4b\x49\x1c\x3d\xb1\xf2\xa9\x97\x9e\xe4\x58\xdb\x13\x62\x14\x7b\xde\x37\x80\x9e\x24\xcf\xf6\x04\x79\xb6\x48\x1a\xe9\x59\x6e\x58\x3d\x33\x87\x46\xd1\x34\xb3\xa8\x54\xcf\xc8\x5a\xd6\x8b\xe6\x92\x4f\xb7\xa1\x5c\x5b\x94\xf6\xa4\x67\xa9\x2c\x7a\x46\xda\xcc\x28\x33\x57\xcf\x32\x35\x74\x86\x0b\xf4\x9d\xaa\xf0\xe8\x45\xe1\x5d\xbd\x1c\x89\xdf\xed\x79\x16\x83\xac\x00\x64\x4a\x99\xdf\x8b\x7c\x0d\xbe\xbe\xd0\x65\x52\x97\x22\x39\xbd\xe0\xb2\x15\x95\x70\xb9\x17\xf1\xf9\x5e\x98\x24\xa8\x6c\x31\xbf\x97\x4b\xa0\xc6\x6d\x20\x46\xc5\x41\xf5\x22\x83\x55\x2f\x4c\xe0\xb4\x93\x18\x1e\xbd\xea\xaa\xd9\x2b\xae\x9a\x4d\x65\xb4\x7a\x95\x9d\xa8\xc3\x6d\x24\x46\x65\x9c\xef\x55\xc6\xa0\x5e\x0b\x0a\x86\x66\x7f\x27\x49\xac\x57\x4a\x62\xb2\x0a\x74\xeb\x88\x3b\xe4\xf0\xaa\x40\xa3\x5e\xe5\x8b\xd9\xeb\x60\x2e\x98\x2d\x3e\x74\x0b\xd1\x9d\x42\x74\x39\x36\xb9\xed\xd5\x3b\x5b\xbf\x9d\xad\xd9\x4d\x97\x57\x77\x41\x44\x90\x6f\x6e\x6f\xd2\xee\xf7\xc6\x5a\xc1\xf2\x89\xe8\x4d\xb1\x4b\xbd\x31\xb5\x8d\x14\x05\xbd\xc9\x9e\xd5\x1b\x8b\x1f\x2a\x82\xb0\xb7\xa1\x69\x36\x64\x85\x1b\x3b\x3f\xe0\xd1\xdb\xe9\xf1\xe0\xed\x52\x0c\xe9\x26\x6f\x97\xde\x90\x69\xa0\xd7\xa8\x3e\x65\xc8\xeb\x6d\xc2\x7b\x5e\x9b\xd7\xa5\xa7\xea\x3d\x73\x13\x44\x06\xba\xc9\x47\x47\x6e\xcb\xd1\x74\xd4\xbb\x91\xa5\xb3\x7c\x83\x6a\xb8\xf4\x2e\xe9\xa1\xf7\xfb\xe3\xcb\x65\x4b\xca\xbd\xcb\x32\xd3\x3b\x12\x6e\x45\x45\x27\xf5\x6e\x1c\xeb\x1f\x8e\x55\x39\xd2\x76\x2b\xb2\x3b\x15\xd9\x45\x85\x4c\xfa\x90\x3b\x52\x67\xe8\xf4\x50\x76\xec\x3e\x74\xcf\xec\x23\x10\xd0\x42\xe9\x61\xe6\xc5\x08\xeb\xa2\xcb\x77\x1f\x72\x44\xef\x23\x7e\xa4\xb8\x6a\x71\x43\x92\x45\x1f\xb0\x42\x44\x59\xd6\xfb\x30\xd1\x19\x1f\xd1\xa9\x4a\xb0\xdc\x87\x54\xf8\x1d\x49\x9a\x6a\x15\x79\x38\x7d\x7e\xce\x03\x18\x26\x9b\x75\x3f\x65\xcf\xee\xc8\xf5\xff\xb5\xed\x2e\x4f\x45\xb3\xf4\xb3\xe1\xc2\x55\xa2\xdb\x4e\xb7\x81\x12\x97\x2d\xeb\xf7\xf3\x14\x50\xce\xf3\x63\xb1\xca\x28\xdd\x4f\xa9\xe7\x3a\x14\xda\x31\x16\xad\xe0\x92\xfb\x56\xbf\x90\x10\xa1\x48\x12\xeb\x97\x34\x0b\xfd\xfa\x84\xb2\xda\x74\x0e\x2e\x13\xe9\x8b\x44\xba\x8a\x1b\x5e\xba\x2a\xf7\xeb\xc3\xb5\xba\xb3\xfb\x1c\xfd\x96\x70\xd4\x91\x11\x2d\xc6\x22\x22\x76\xcb\x49\xa1\xa3\xfe\xf2\xd7\xb6\xbb\xbc\x25\x4a\xf6\xbb\x13\x28\xdb\xe0\xd6\x6f\x59\x59\xfb\xdd\x51\xaf\x67\xdf\x1f\xfa\x7d\x69\x01\xf7\x85\x05\x48\xec\xb8\xcd\xe8\x6f\x30\x7a\xd9\x5e\xfa\xe3\x9d\x7b\x0e\x44\x98\x6c\x69\xb7\x3f\xaf\xbe\x42\x4d\xc5\xda\xb6\x48\xd8\x1f\x99\x03\xfa\xc3\xd2\xcb\xb2\x92\x74\xbb\x70\xf7\x97\xb8\x20\x43\x70\x7f\xa5\xb0\xec\xef\x27\xe8\xd7\x2e\xc4\x7b\x15\x54\xdd\x51\x42\xb0\xee\x1c\x10\x47\x7f\x15\xbf\xd3\x5f\xa6\x00\xf4\xde\xbc\xba\xe9\xf7\x37\x75\x8e\xb6\x8f\x8e\x1d\xbf\x3b\x1d\xbf\x47\x17\xc6\xbe\xc5\xc3\xb1\x72\xb7\x7c\x14\xfa\x2b\xab\x66\x7f\x59\xfa\xb5\xea\x58\xbd\x26\x0c\x48\x17\x13\xe3\x4e\x1f\x7b\xf4\x29\x63\x47\x47\xd1\xad\x18\xe5\xe2\xd3\xa7\xd4\x3e\x1d\xe1\x48\x5f\xdb\x5e\xba\x85\xef\x0e\xe1\x3b\x46\x85\xc3\xf4\xe9\x79\xce\x35\xcf\xad\x66\xea\xb3\xfa\xbb\x0f\xc1\x6a\x17\x9e\xcc\xd3\xc3\x9d\xdc\x20\xd1\xbd\x79\x09\xf7\x26\x12\x4c\x94\x9d\x62\xf1\xe8\x53\x37\xc6\x8e\x1c\xbc\xd5\x85\x1a\x0f\x45\x55\x8c\x23\x42\x74\x90\x69\x79\x38\xaa\x68\x1c\x89\x50\x51\xd1\x9f\x43\x2a\xe5\x01\x8f\xf1\x3a\x54\x2d\xef\x90\xdf\xea\x60\x92\x82\xa6\x3b\xce\x38\x1e\x0f\xf7\x80\xaa\xd7\x1e\xfe\x4a\xe6\x1d\x87\xb4\x76\x03\x99\x07\x42\x77\xe1\x6f\xe4\x90\xdc\xff\xc2\x90\x25\xd5\xdc\xb0\x86\x7e\x40\x43\x1f\xba\xec\x74\x23\xe8\xa2\x36\x02\xf2\xc2\x44\x19\x58\x46\x90\x51\x63\x40\x93\x1f\x8a\xc2\xe0\x86\xfd\x37\x06\xfc\x37\xaa\x14\x05\x23\xdc\xee\xf2\x66\x8e\x2a\x95\x20\xb5\xd7\xf5\x80\xd7\xf5\x37\xdc\xae\x57\x14\x64\x2e\x1d\x48\x6f\xd9\x85\x49\x23\xc8\xfc\x3f\x02\xcc\xff\xb1\x09\xd8\xe1\xf5\x2c\xbf\xcb\x52\x77\x85\xc0\xa0\x3b\xef\x08\x1f\x9f\xad\x43\xf5\x94\xa2\x4e\xf3\x88\x3c\xcd\xaa\x74\x30\xa2\xdc\x64\x06\x2e\x05\x5f\x5b\x57\x5b\x75\x1b\x61\xf9\xf3\xdd\xed\x36\xc8\x1c\x4d\x35\xc2\x62\xf4\x78\xa8\xde\x16\x65\x05\x1f\x51\x9a\x95\x11\x51\x37\x3c\x36\x95\xe5\x8a\xb2\xff\x8f\x98\xd6\x77\x1b\x98\x0e\xa1\x1a\xb1\x70\x3c\xd5\xbe\xb3\xe1\x62\x20\x8b\xe2\xd7\xa6\x35\xe8\xca\x32\x70\x65\xf9\xc4\x3d\x35\xb9\xcb\xc6\x84\x63\x2a\x42\xe9\x08\xaa\x11\x4f\x82\x4c\xf5\xc7\xa2\x34\x51\x23\x42\x13\x35\x86\xea\xa7\x45\xb1\xde\x11\xa9\xbf\x56\x31\x98\x11\x6f\x7f\x07\x77\x90\xe2\xc2\xaf\xf1\xf1\x5c\x1e\x2e\x4f\xb5\xad\x92\x44\xb8\x91\x98\xe3\x58\x97\xf7\x91\x74\xed\x1a\x89\xd7\x2e\xc9\x46\xc3\x09\x22\x06\x22\x9f\xdb\xa1\xf2\x76\xe9\x72\x97\x17\x21\xad\xd3\x65\x47\xf4\x01\x47\xf4\xaf\x6d\x83\x25\xc9\xea\x3e\x10\x39\xd4\x0e\x6d\x7a\x96\x88\x3d\x32\x43\x2b\x86\x36\xc1\x99\x1e\x46\x5e\x88\xa4\x32\x68\x45\xba\xd5\x51\x3a\x77\x41\x85\xdb\x8a\x1c\x15\x46\x41\xed\x29\xdd\x0d\x47\x91\xfa\x64\x14\xaa\x4f\xa4\x1e\x1e\x45\x51\x9f\xa3\x20\xb7\xf5\x18\xda\xbc\x2a\x85\xf3\xa8\xc4\x4d\x99\x97\x47\x35\x6e\xd6\x38\xbf\xe1\x54\xf9\xab\x9a\x38\xd6\xc4\x73\xae\xc2\xe1\x56\xf9\x8f\xa5\xf2\xef\x2a\x32\x56\xa5\x8d\x1e\x95\xda\x68\x99\x9e\x47\x95\xb5\x66\x20\x4b\x57\x0b\x22\x1d\xd6\xa6\x8f\x7a\x0d\x94\xc0\xd8\x5f\x35\x31\xd2\xd1\x22\x17\x27\x6c\xb0\x9f\xf6\x80\x9f\x76\x93\x8b\xc9\x68\x3e\x07\xad\x81\xc7\x8a\x8f\x8e\x26\xff\xe7\xd1\x06\x6a\x88\x88\x9c\x36\xcf\xb1\x31\x67\xec\xd0\x8e\xb7\x2b\xb9\x0d\xd5\x54\x54\x67\xae\x89\x3d\x8d\x46\xf6\x24\xfd\xe9\x68\xc6\xaf\x46\xfc\xea\x2a\xf3\xdc\xa6\x67\x39\x39\x4b\x55\xbf\xeb\xf2\xdc\x18\xcc\x1f\xd5\x65\xe6\x1e\x5d\xd7\xf3\xd1\x61\x10\xd0\xed\x61\xf4\xe2\xcf\x58\x8b\x2d\x0a\xd5\x7b\x75\x1b\x12\xd5\x8c\xa1\x12\x73\x76\xa0\x19\x70\xa0\x69\x41\x45\xd4\xbb\x09\x40\x67\x42\x68\xc5\xfc\x0d\x5f\x11\x06\xaf\x08\x5d\x7e\x72\x63\xf8\x18\x0c\x1e\x03\x19\x4a\xc7\x90\xa9\x70\x0c\x9a\x9b\xcc\x64\x86\xc4\xaa\x31\x50\x01\x26\x8a\x21\x0c\x03\x65\x24\x16\x20\x17\x4b\x1b\xc9\x5d\xa6\xd5\x65\x57\x9b\xbb\x4c\xec\x72\xaf\x60\x48\x2d\x31\x06\xca\x45\xba\xde\xfc\xd0\xa5\x70\x8c\xef\x68\x2a\x9b\xdd\x31\x86\xf9\xe7\x38\xd1\xa1\x8a\x18\xdb\x84\x30\x60\x42\xf8\xe6\xa8\x79\xbc\x9e\x23\x0a\x81\xc4\xa1\x12\xcf\xc3\xcc\x0e\x1e\x3d\x2d\x0a\x9b\xc7\xf4\x1c\x27\xe6\xa8\x32\xb2\x43\xba\xf4\x31\xa8\x4b\x57\x31\xbe\x31\xa6\x7b\x9c\xac\xbe\xaf\x02\xe2\xa7\x0c\x32\xe3\x8c\x2c\x34\x2b\x66\x87\x52\x57\xfb\x5f\x5c\x63\x4c\xf1\x4f\xa3\xfa\x49\x54\x97\x66\x68\x9c\x97\xfb\xbc\x98\x9b\x4a\x35\x5e\x7d\xc7\x19\x27\x8a\xf7\x2a\x58\x66\x9c\xb2\x1b\x8d\xf3\x99\x68\xd2\x4c\x94\xdf\x60\x20\xed\x73\x53\xdc\xc7\x38\xa7\x9b\x50\xdb\x3c\xba\xf8\xeb\x65\x09\xe0\xa2\x04\x20\x27\x83\x71\x99\x70\x5f\xc7\x9a\xa4\xbe\xb3\xa4\x75\x45\x0c\xa7\xea\xe7\x97\x0c\x4a\xe3\xfa\x44\xc9\x16\x55\x4c\xdf\xd6\x93\x01\xeb\x49\x53\x2e\x98\x71\x99\x8e\x5e\x89\xa9\xe8\xc4\xfe\x2f\xd3\xd1\x8b\x74\x54\x66\x9c\x71\xf9\x80\x5f\xdf\x01\x6f\x49\xa5\xc4\x2f\x93\xd8\x8b\x24\x56\x26\x9e\x71\xc9\xff\x7c\x5c\xf0\x3f\x1f\x87\x36\xee\xaa\xee\xb2\x12\x19\x24\x1a\x5c\xcd\x7d\x36\x26\x83\x54\xc5\xd2\x6b\xb8\xed\x3b\x0f\xaa\x54\xf3\xfd\x16\xcd\x80\xef\x52\x4b\x21\xff\xbb\xb8\x5b\xdb\xff\x54\xda\xbd\xcc\xb1\x2e\xe4\x29\x70\x31\xe9\x5b\xfa\x81\x71\xaf\x34\x94\xc2\xf5\x3b\x0b\x62\x77\x66\x9b\x88\xfa\x6d\x91\xfd\x2e\x4c\x3d\x29\x7c\xbe\xab\xbf\xab\x4c\x8f\x29\x42\x74\x1b\x2c\x77\x65\x62\x4c\x11\xa2\x47\x9a\xc0\xf1\xb0\x76\x87\x7c\x45\xc7\x63\x22\xf5\xb0\x8c\x47\x94\x20\xf9\x78\xd7\x1f\x5e\x2d\x86\xb8\xe7\x53\xdc\x56\xd8\x36\xd4\x67\x71\x9f\x05\xbb\x2e\xd1\xe0\xf1\x0e\x3d\x6b\x87\xba\x0a\xf5\x4b\x0d\x30\x9e\xc1\x93\xb0\x6f\xbd\xe3\x31\x09\x7b\x56\x7d\x76\x1d\xc9\x47\xce\x4b\xe3\x59\xf5\xb3\x5d\xaa\x5d\x79\xac\xc6\x0b\xbf\xd5\x74\xb8\x76\xb6\x69\xf7\x1b\x90\x17\x45\x54\xc5\xd7\xd0\xf1\x76\x66\xe0\x77\xc9\x6c\x29\x10\x07\x92\x69\xb4\xfc\x53\xab\xfe\x75\x13\x4b\xb6\x0a\x6f\xdf\xdb\x6d\x0f\x6b\x6c\xef\x05\xbc\xf2\x08\x1f\xf0\xa8\x8a\xe9\x70\x29\x79\x29\xdf\xc6\x3b\x51\x47\x56\x14\xe0\x9d\x9e\xc8\x44\x99\x6f\xd7\xda\x95\x9a\x7d\xcc\x03\xe5\xb8\x5d\x6c\x56\xca\xa9\x81\x70\x87\x78\xfc\x14\xa2\x55\xe0\xe8\x40\x7e\xdb\x6f\x22\xae\x49\xac\x0d\x9f\x88\xbf\x4b\x2e\xc7\x6d\x33\xd5\x98\x15\x85\xa1\x25\x1a\x4c\x25\x5a\x1a\xb3\xb2\x0e\xae\x4b\xd4\x7a\xb4\xc1\xd1\x5c\x4e\xd8\x02\xf9\xbc\x99\x70\x55\x15\xe6\x6c\x67\x5f\xd9\x24\x4b\x76\xf1\x53\xe1\xd0\x1c\x83\x45\x4c\x5d\x9f\x73\x9f\xc8\x89\x0a\x3f\xbd\xb8\xe4\xa1\x60\x32\xa1\x32\xeb\xf5\xa7\xfa\xdf\xa5\xa6\xb2\x0a\x23\xee\xb6\x4b\x96\x9a\x79\x31\xb9\x42\x54\x4b\x72\x0b\x12\x7f\xa9\x12\xe2\x2b\x4f\xea\x09\x8c\x6c\xf2\xc2\x9b\xaf\xce\xe9\x7c\x71\x4e\xeb\xce\x9f\x7f\xcc\x37\xf9\x33\x64\xb0\xe8\x2a\x5c\xf7\xea\xfe\x35\x11\xef\x63\x77\xc7\x69\x15\xcd\x84\x8a\xa6\x0d\xd5\x68\x7b\x45\xb6\xe7\xfb\x91\xed\x36\xb6\x04\x32\x5f\xf9\xaf\xcd\xf7\x93\x40\xda\x08\xfe\xea\x71\xd3\x8b\xaf\x3c\xd6\x54\x53\x3e\xd0\xa4\x85\x65\x4f\xfe\xc3\x9d\xe6\xba\xba\x6f\xf6\xe4\x11\x87\x18\xab\x6a\x22\xbe\xd9\xb3\xcf\x9c\xbd\xcb\xf1\x69\x33\x51\x96\xbd\xaa\xe6\xe1\xd4\x89\x9f\x93\xa5\x08\x5d\x77\xef\x74\x0b\x2c\x64\xaa\x5f\x27\xe1\x7c\xce\x05\x8b\xdd\xe2\x99\xa3\xe4\x75\x77\x25\x42\xe1\xfc\x84\x69\x36\xd8\x1f\x62\xce\xea\xaf\x3e\xde\xe2\x02\x9e\xf3\xf5\xec\x5e\x88\xa7\xaa\x8a\xb7\xe7\x1d\x66\x60\x66\x93\xe3\xd8\xf5\xef\x42\x72\x1b\xdc\x41\x8f\xbd\x59\x61\x86\xe2\x36\x64\x33\x3a\x6a\x52\x5b\x73\x1b\x92\x94\x84\x3d\x5e\x8c\xd7\x66\x34\x31\x5e\x64\x34\x5b\x6f\x14\xeb\xdc\x44\xe7\xfb\xb7\xd1\x5e\xb3\x33\x76\x97\xed\x4c\xf0\xfd\x3b\x98\xdd\x5c\x79\xc7\xb7\xb3\xc4\xf7\x2f\x13\x68\xa7\xff\x0f\x27\xfd\x7e\xfc\xd7\xf3\x3f\xff\xb7\xff\xe3\xff\x3c\xff\xf3\xff\x3a\xff\xeb\xfb\xe7\xfe\x1f\xff\xfa\xd7\xfb\x1f\xff\xfd\xf9\x2f\xf7\x7f\xff\xf3\xbf\x7f\x4f\xff\x3c\xef\xfc\x2f\xff\xf1\xfe\xeb\xfd\x7f\xfe\xdb\xff\xf8\xd7\xfd\xfe\xf9\xcf\xff\xf6\x9f\xdf\x57\xf8\xfb\x7f\x03\x00\x00\xff\xff\x82\x78\xbd\xa1\xf5\xb5\x03\x00"); -var _ccc =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\xd6\x4b\x6f\x1b\xb7\x17\x05\xf0\x3d\x3f\x05\x97\xf9\x2f\xf2\x37\xdf\x0f\x80\x18\x20\xef\x7a\x91\xa6\x68\x9a\xb6\x40\xd1\xc5\x90\xbc\x34\x04\xd4\x92\x20\xcb\x0b\x7f\xfb\xe2\xde\xe3\xb8\x45\x17\x89\xac\xa3\xcb\xa3\x99\xdf\x10\x9a\xb9\x79\x77\xfb\xfe\xf6\x78\xb8\xea\x9b\x9f\x2e\xa7\xf1\x95\xae\x7a\x1d\x8e\xf3\x42\x0f\xa7\xc7\xcb\x20\xdd\xe9\xee\x70\x54\xca\x3a\x3d\x0f\xe3\xfa\xfd\xad\xbc\x8c\xfb\xfd\xac\x14\xaf\xff\xfa\xf4\x70\xa5\xfb\xdb\xe3\x3a\x69\x8f\xb9\xf9\x78\x7e\x9e\xd5\xfa\xe6\x67\xba\x3b\x3c\x5c\x2f\x4f\xfa\xd5\x9b\x79\xea\xf4\x3f\x3d\x69\x71\xfe\xe5\x32\xe9\x72\x38\xde\xe9\x57\x9f\xde\xda\x97\xf4\xeb\xe3\xf9\xfc\x17\xdd\xd3\xf1\xaa\x8d\x64\x74\x9c\xf2\xaa\x6e\xde\x7d\xde\xcf\x3f\xee\xf7\xa4\x6f\x3e\xbd\x7d\xfd\xe1\xdb\xbb\xd7\x3f\xc8\x07\x92\xff\x4a\x97\x87\xc3\xe9\xa8\xeb\xff\x8d\x49\xff\xc4\xbf\x3c\x9d\x49\xdb\xe7\xf5\xdf\x6e\xdf\x7f\x59\xeb\x81\xae\xda\x1a\x74\xdf\xfc\xfe\xed\xf6\xbd\xfe\xc3\x6a\x6b\xb4\x8b\x3e\x99\x3f\x9f\x47\x7f\xfb\x7c\x9a\xf4\x7c\x00\xca\xe1\x5c\xc6\x69\xd2\xc3\x79\x1f\x74\xd9\x8f\x77\xa4\xb4\x6e\xc6\x6c\x5a\xeb\x56\xcc\xc6\xef\xde\xd8\x37\x76\xd3\xed\xe3\x87\x8f\x1f\x36\x3e\xea\xff\xcc\x2b\x8b\x9a\xe3\xe9\x3a\x69\x21\x93\x86\x66\xd7\xa6\x73\xb6\x89\x17\xfd\xfb\x53\x55\xcd\xf3\x37\x1f\xe6\xf3\xbc\xe3\x79\xfe\x4f\xe6\x9b\xe3\x2f\xcc\xb4\xe9\x62\x83\x6a\xbb\xdd\xf9\xfd\x6e\x17\x6d\xba\x26\xd5\x76\xd7\x25\x70\xe4\x36\x6d\xab\xe1\x84\x22\x12\xda\xb4\x0b\x92\x2c\xcc\xac\xb1\x69\x17\x39\xf1\xa8\xf1\x5c\xe3\x92\x53\x6d\x0f\x48\xc2\xf2\x9b\xf6\x91\x9b\x23\x92\xb8\xd2\xa6\x83\xaf\xaa\xed\x09\x49\xea\x65\xd3\xd1\x45\x4e\x06\x92\x15\x37\x1d\x03\xcf\x64\xcc\x64\xfe\x20\x19\x6e\xce\x13\x09\x1f\x44\xf2\xbc\xaa\x60\xa6\x0c\xb3\xe9\x94\x0a\x27\x43\x8e\xb9\xd0\xbe\xe9\x6c\xf8\x08\xeb\x1e\x38\xa9\xc4\x72\x9e\x67\x76\xac\xda\xd7\x0b\x46\x47\xd2\xb9\xa7\x9a\xa2\x5a\x37\x92\x74\x23\x3c\x7c\xee\x1d\x60\x5d\xc0\xac\xf1\x41\xb5\xee\x10\x39\x89\xac\xe3\x75\xf0\xe8\xe2\x61\x9d\x73\xaa\x75\x80\xf4\x20\x91\xe7\x4b\xd1\x21\xd2\xa3\x44\xc1\x72\x3d\x48\x7a\x92\x28\x1a\xae\x87\x40\xcf\x88\x2a\xd7\xe3\x84\x7b\x91\x28\x55\xae\xaf\x88\xaa\x44\xb9\x70\x3d\x4e\xb0\xcb\x09\xda\x52\xb8\x1e\x67\xd8\xbb\x44\x35\x73\xfd\x40\x34\xe4\xd2\x19\xd6\xeb\x13\xd1\x94\xc8\xf2\xe5\xec\x84\x88\x24\x72\x7c\x3d\xfb\x42\xb4\x24\xf2\xbc\x0d\x06\xb8\x86\x70\xb9\x10\x82\x6a\x03\x5e\x43\xbc\x5c\x64\xf8\x01\xaf\xe1\xb0\x59\xbc\x53\x6d\xc0\x6b\x60\xff\x64\x97\x54\x1b\xf0\x1a\xe2\xe5\x8a\xe3\x7a\x78\x0d\xf1\x72\x95\x2f\xd9\x80\xd7\x10\x2f\x6f\xf8\x9a\x0d\x78\x0d\xf1\xf2\x96\xb7\xcc\x80\xd7\x28\x88\x78\x9f\x0f\x78\x0d\xf1\xf2\x8e\x37\xfa\x80\xd7\x10\x2f\xef\x0b\xd7\xc3\x6b\x88\x97\x0f\x99\xeb\xe1\x35\xc4\xcb\xc7\xcc\xf5\xf0\x1a\xe2\xe5\x53\xe2\x7a\x78\x0d\xf1\xf2\x39\x71\x3d\xbc\x86\x78\xf9\x12\x83\x6a\x13\x5e\x53\xbc\x7c\x0d\x45\xb5\x09\xaf\x29\x5e\xc1\x04\xa7\xda\x84\xd7\x14\xaf\x60\x7d\x52\x6d\xc2\x6b\x8a\x57\x70\xde\xa8\x36\xe1\x35\xc5\x2b\x78\xc7\xf5\xf0\x9a\xe2\x15\x82\xe5\x7a\x78\x4d\xf1\x0a\xd1\x72\x3d\xbc\x66\x5e\x75\xd3\x21\x19\xae\x87\xd7\x14\xaf\x90\x6a\x54\x6d\xc2\x6b\x8a\x57\xc8\xa5\xaa\x36\xe1\x35\xc5\x2b\x94\xe2\x55\x9b\xf0\x9a\xe2\x15\x6a\xce\xaa\x4d\x78\x4d\xf1\x8a\x26\x5b\xd5\x26\xbc\xa6\x78\x45\x9b\xb8\x1e\x5e\x53\xbc\xa2\x8b\x5c\x0f\xaf\x29\x5e\xd1\x47\xaf\x1a\xc1\x8b\xc4\x2b\x86\x90\x55\x23\x78\x91\x78\xc5\x18\xac\x6a\x04\x2f\x12\xaf\x28\xbf\x10\x04\x2f\x12\xaf\x98\x5d\x55\x8d\xe0\x45\xe2\x15\x8b\xe3\x7a\x78\x91\x78\xc5\x6a\xb9\x1e\x5e\x24\x5e\xc9\x58\xae\x87\x17\xc9\xfe\x4a\xd6\x70\x3d\xbc\xa8\x20\xaa\x5c\x0f\x2f\x12\xaf\xe4\x2a\xd7\xc3\x8b\xc4\x2b\xf9\xc2\xf5\xf0\x22\xf1\x4a\xa1\x70\x3d\xbc\x48\xbc\x52\xcc\x5c\x0f\x2f\x12\xaf\x94\x12\xd7\xc3\x8b\xc4\x2b\xe5\xc4\xf5\xf0\x22\xf1\x4a\x25\x66\xd5\x16\xbc\x96\x78\xa5\x1a\xad\x6a\x0b\x5e\x4b\xbc\xb2\x09\x51\xb5\x05\xaf\x25\x5e\xd9\xf2\x2f\xf3\x82\xd7\x12\xaf\xec\xbc\x57\x6d\xc1\x6b\x89\x57\xf6\x8e\xeb\xe1\xb5\xc4\x2b\x07\xc7\xf5\xf0\x5a\xe2\x95\xa3\xe5\x7a\x78\x2d\xf1\xca\xc9\x54\xb9\xd1\x7d\xbf\x3d\xf1\xdf\xfc\x54\xf0\x72\xa3\x1e\x8f\x97\x0b\x1d\xaf\xf2\x4c\x20\xf7\x63\xbe\xa1\x1e\x8e\xf4\xf2\x7c\x71\x3e\x9d\x79\x95\xfc\xfb\x3b\x00\x00\xff\xff\xf6\x6c\x4f\x32\x8b\x08\x00\x00"); -func _dcdbe ()([]byte ,error ){return _g (_bbccc ,"UniJISX0213-UTF32-V")};func _ggd ()([]byte ,error ){return _g (_ccgd ,"Adobe-CNS1-7")};func _abaa ()(*asset ,error ){_dada ,_gfed :=_beab ();if _gfed !=nil {return nil ,_gfed ;};_fefd :=bindataFileInfo {_b :"UniCNS-UTF32-V",_ffe :697,_ag :_ed .FileMode (436),_ac :_c .Unix (1580492713,0)}; -_bacdc :=&asset {_abe :_dada ,_ece :_fefd };return _bacdc ,nil ;};func _aed ()([]byte ,error ){return _g (_fga ,"Adobe-Japan1-UCS2")};func _degad ()([]byte ,error ){return _g (_ecff ,"NWP-H")};var _abad =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x4c\xd2\xc1\x8e\x9b\x30\x10\x06\xe0\x3b\x4f\x31\xc7\xf4\x90\x82\x01\xe3\x54\xaa\x2a\xb5\xe4\x10\x54\x25\xad\x4a\x9b\x56\xaa\xf6\x40\xec\x09\xb2\xb4\x18\xcb\xc0\x21\x6f\xbf\x9a\x31\xcb\xee\x21\x9a\xf0\x19\xff\x1a\x8f\x49\xeb\xe6\xd8\x38\x3b\x43\xfa\x33\x8c\xba\xc5\x19\xee\xd6\x99\x80\xd3\xb8\x04\x8d\x70\xc3\xde\xba\x24\x11\x39\x18\xab\xe7\xd7\x47\x2e\x7a\xe8\x7c\x92\xa4\xa7\xef\x43\x21\xca\xfd\x37\xb9\x3f\xc1\x32\xe1\xaa\x75\x73\x6c\x1f\xd3\x8c\x43\xe3\xee\x23\x14\x71\xb7\x59\xfc\x9a\x00\x90\xfe\xc2\xde\x4e\x73\x78\xc0\xee\xab\x19\x6f\xf8\x01\x0c\xde\xc9\x7f\x04\x83\xc1\xba\x1e\x76\xf5\xa5\x15\x1b\xb7\x8b\xf7\xcf\x38\xa0\x9b\x41\xb0\xa1\x33\x5c\x93\xb4\x3e\x77\xfe\xd2\x0d\x08\xef\x7a\xb9\xf2\x1a\x2f\x5d\x31\x4c\x76\x74\x20\xf2\x8f\x59\x26\xdf\xfc\xf7\xc3\xe3\x9a\x95\xa4\xff\xfe\x34\x47\xf8\x2f\x40\x64\x90\x4b\x99\x1f\x9e\x56\xff\x7b\x1e\xcd\xf6\x96\xc8\x63\xfb\xda\x9a\xd0\xb9\x1e\x93\xcf\x9d\x28\x6f\x5f\x60\x2d\xa2\xa8\xca\x8a\x4c\x76\x6c\x54\x44\xa1\xca\x82\x4d\x47\xd3\xd1\x24\x9b\x89\x86\x64\x19\x49\x25\x58\xaa\x9c\xa4\x64\x91\x51\x2a\x92\x03\xcb\xa7\x28\x94\x5e\xe6\x2c\x31\xa7\xa2\x9c\xd8\x81\x8a\x39\x8a\x72\x24\x27\xab\x98\xa3\x28\x47\x72\xb2\x8a\x39\x8a\x72\x24\x27\x63\xc1\x42\x85\xce\xa2\x68\xc6\xdb\x59\xe9\x3f\xdd\xed\x36\x6d\xbd\x84\x80\x6e\xe6\x9b\xe5\x81\xd2\x90\xac\xc3\xed\xdb\xf1\xa3\xa7\x5d\xfc\x7b\x09\x00\x00\xff\xff\x6c\xe3\x0f\x46\x67\x02\x00\x00"); -func _agca ()(*asset ,error ){_dffec ,_bacd :=_ffeg ();if _bacd !=nil {return nil ,_bacd ;};_abbb :=bindataFileInfo {_b :"HKm471-B5-H",_ffe :14260,_ag :_ed .FileMode (436),_ac :_c .Unix (1580492427,0)};_cabg :=&asset {_abe :_dffec ,_ece :_abbb };return _cabg ,nil ; -};func _beaf ()([]byte ,error ){return _g (_eccf ,"GBK-EUC-H")};func _afeb ()(*asset ,error ){_acaf ,_gbgd :=_adaa ();if _gbgd !=nil {return nil ,_gbgd ;};_gcgg :=bindataFileInfo {_b :"HKdla-B5-V",_ffe :613,_ag :_ed .FileMode (436),_ac :_c .Unix (1580492314,0)}; -_bdccg :=&asset {_abe :_acaf ,_ece :_gcgg };return _bdccg ,nil ;};func _af ()([]byte ,error ){return _g (_daa ,"90msp-RKSJ-H")};var _dfe =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\xbd\x4d\xcf\x37\x3b\x92\xa7\xb5\xaf\x4f\xf1\x2c\x87\xc5\xd0\xe9\xcc\x74\x3a\x42\x3a\x3a\x12\x33\xd3\x33\xb4\xd0\x00\xa2\x19\x40\x42\x2c\xd2\x76\x66\xab\x24\xfa\x54\xa9\xaa\x7a\xd1\xdf\x1e\xf9\xba\xb2\x00\x21\xa4\xa7\x56\x3f\xdd\x71\x3b\xff\x7e\x8f\x08\x87\x23\xc2\x7f\xf7\xef\xff\xe1\x3f\xfc\xc3\x6f\xbf\xff\xcb\x8f\xbf\xfb\x1f\xff\xf4\x87\xf1\x8f\xcf\x5f\x7e\xbc\xbf\xff\x6d\xfe\xe9\xf9\xf3\x1f\xfe\xe5\x4f\xe3\xf9\xd1\x9f\x7f\xfa\xfd\x6f\xbf\xfb\x5d\xd9\x7f\xcc\xdf\x8f\xbf\xfc\xf5\x4f\x60\xfc\xf3\xfd\xc7\xdf\xfd\x6e\x7d\xff\x8f\xff\xfa\xe7\xbf\x3c\xff\xfc\x0f\xbf\xbd\x7f\xf8\x71\x58\x6e\xfe\xcb\x1f\xbf\xb2\x3f\x7e\xfc\xdd\xff\xf4\xfc\xd3\xef\xff\xfc\x97\x3f\xfd\xeb\x8f\x7f\xf3\xdf\xcc\x3f\xf4\xe7\xbf\xfa\x31\x9f\x77\xd1\xff\x87\x3f\xcd\xe7\x4f\xbf\xff\xed\x9f\x7e\xfc\x9b\xff\xf4\xef\xca\xff\x4d\xfd\xc7\x7f\xf9\xe3\x1f\xff\xcf\xe7\x9f\x9f\xdf\xfe\xf2\x63\x87\xf6\xfc\x36\xc1\xdf\xfd\xdd\xbf\xff\xcf\xf7\x1f\xff\xfb\xfb\x9f\x9f\x1f\x7f\xf7\x9f\xfe\xdd\x7f\xf7\xc7\x7f\xfb\xf7\xff\xe5\xdf\xff\xdb\xff\x96\x7f\xf1\x9f\xff\xe5\xf9\xd3\x9f\x7f\xff\x87\xdf\x7e\x94\xff\x7a\xdb\xea\xff\x43\xfe\x9f\xff\xf5\x8f\xcf\x8f\xf2\xfd\xc2\xff\xf6\x5f\xfe\xe1\x3f\xfc\xf8\xdf\xcb\x8f\xb2\xfd\xd8\xeb\x59\xeb\xff\xf1\xd1\xff\xd7\xff\xfc\x87\xf9\xfc\xd8\xfc\x6b\xb7\xe9\xe3\x0f\xf3\xf9\xf3\x1f\xef\xf1\xfc\xe9\xfe\xed\x9f\x9e\xdf\xfd\xf8\xf1\xcb\xb6\xfd\xfa\xe3\xc7\x8f\x5f\x62\xfb\x75\xfd\x15\xe5\xdc\x7e\xfd\xf1\xcb\x7f\xfc\xfb\xff\xf8\xf7\xbf\xae\x46\xfe\x7f\xca\xff\xae\xf8\x33\xbf\xfd\xe1\x2f\xf3\x79\xa5\xf1\x0b\xbf\x94\xf7\xd7\x1f\x65\x7d\xf1\xff\xfe\xd7\xef\xca\xb6\x7d\xf5\xfe\x7e\x7e\xa5\xf7\x55\xba\x3d\xab\xf4\x5f\x6b\x8b\xd2\xe2\xd7\x1f\x65\xdb\xda\xbe\x68\x2d\xa5\xe5\xaf\x3f\x62\x0f\x8a\xb5\x5b\xd2\xfa\x6c\x2b\x7b\x2e\x5a\xf8\x69\x54\x68\xc7\x09\xed\x92\x76\xfd\xfa\x23\xae\xb0\x58\x83\xf4\x0c\x8a\x9d\xdb\xa2\x3d\x53\xda\xfc\xf5\xc7\xaa\x1b\xd2\x03\xe9\xe5\xd7\xf6\x93\x86\xbc\xfe\xda\x82\xd8\xa3\x42\xf2\xd7\x5e\x1a\xb2\xd7\xf5\x6b\xbb\x7d\xd8\xeb\x2e\x6d\xfd\xdc\x5e\x0f\x69\xc7\xaf\x3f\x32\xe2\x84\x74\x42\xba\x0a\xc5\x5a\x5b\xb4\x6b\x97\xb6\xaf\xf6\xd2\xad\xfd\xf2\xcb\x76\x50\x2c\x57\xf7\xf7\xe6\xa7\x0b\x22\x37\x2a\x68\x55\x52\xae\x62\xc7\x47\xbb\xa5\xdd\xab\xbd\x85\x4a\x5b\x97\x44\xef\x8f\x72\x40\x9b\xd2\xe6\xaf\x3f\x5a\x6b\x7e\xf9\x48\x7a\x2c\xb6\xba\xba\x3b\xbe\x40\xcb\x8b\x62\x51\x24\xed\x16\xbb\xa0\xd9\xde\x05\x71\x14\xba\x10\x36\x37\x5e\x8b\xf1\x69\xfa\x6b\x0b\x56\x01\x48\xfe\xda\x7d\x52\xec\x60\x2c\x6f\xbb\xb5\x20\x6a\x52\xc1\xcd\x2c\xec\xa3\x51\xcc\x21\x1f\x21\x2d\x56\x17\x58\x22\xfb\x48\x49\x6b\xd5\xc4\x41\x47\x87\xe3\xf1\x6c\x7c\x69\xa5\x8f\x95\x2e\x88\xdc\x68\xee\xe3\x24\x3c\xf4\xea\xdc\x98\x98\xc7\x5e\x2d\x88\xd3\x29\x7d\xec\xd5\x82\xd6\x58\x20\xfb\x63\x6b\x5d\x5b\xa7\x93\xe0\xda\x02\x32\x2a\x23\xe9\xda\xda\x5f\x66\xfe\x74\xd8\x5e\x2b\x5d\x10\xcd\x4e\xbd\xd6\xb9\x96\x5b\xd9\xce\x5d\x5a\x93\xd6\x7e\xfd\xd1\xc2\x21\x7a\xed\xfb\x82\x48\x5b\xfb\xda\xf7\x97\xbe\x17\x9a\xf6\xda\xf7\x05\xeb\xc7\xe8\xfb\xeb\x62\x58\x10\x67\x63\xd4\xde\x21\xe9\xb1\xd8\x6a\xee\xe1\x7a\x06\x16\x2d\xa0\x15\x69\x6b\xd8\xfc\xb5\xe3\xdc\x25\x9d\x16\x4b\x68\x55\xda\x9a\xbe\xa4\xa3\xc7\x79\x49\x62\xfa\xce\x63\x87\x16\xd2\x56\x17\xca\x5e\x20\xa5\xa4\x6e\x31\x6b\x18\xd2\xc6\xfa\x35\xc6\xe3\x38\x19\xdd\xc3\xbd\x76\x1e\xab\xf7\x87\x7b\x0d\x88\x93\xb5\x7b\xb8\xd7\x8e\xea\x50\x9e\x07\xb4\x26\xad\xad\x85\x1a\xb4\xad\xda\x8e\x3a\x2d\x26\xed\x91\xf6\xb0\x02\xad\xe0\x85\x74\xd9\xd3\x4a\x17\x2e\x7b\xba\x20\x0a\x33\x7f\x5c\xf6\x74\x41\xa4\xed\xb8\xac\xb3\x39\xf3\xac\xa3\xa3\x39\x6e\x0b\x62\xbb\x28\xd6\xec\x41\x73\x8c\x2e\x86\xb2\xd9\xb6\x05\xd1\xec\xbc\x8c\xf1\x70\xcf\x9f\x8d\x31\x72\xcf\x03\x91\x85\xa1\x74\xcf\x03\xab\x98\x35\x38\x94\x0b\xa2\xed\x8c\x87\x6c\x00\x58\xc5\xe8\xbc\x7c\x00\x88\x72\x51\x81\x6c\x00\x88\x2d\x68\x87\x6c\xe0\x90\xf3\x9e\x70\xb2\x43\xce\x0b\x44\xb2\xe5\x0f\x39\xef\x11\xf0\xf6\x33\x18\xb6\xb0\x0b\x0b\x22\x8b\x24\x7b\x10\xf6\xc0\x0a\xec\x41\xb8\xaf\xc2\x76\xd8\xdc\x70\x5f\x59\xa7\xad\xcd\xc3\x62\xf4\x20\x9d\xf9\x64\x97\x26\xed\x48\xa7\x2a\xed\x68\x52\x69\x7e\x9f\x3e\x6c\x3f\xc6\x23\x9d\xe5\x9b\x5e\xd5\x8d\xa1\x94\xf7\x00\x2d\x76\x2a\xbd\xed\xd5\x7d\x5b\x8c\x1a\x6e\xdb\xbb\x20\x12\xc6\x7b\xdc\x0e\xf8\x4d\xa5\xd5\x9e\xde\x56\xba\x20\x12\x56\x79\xdc\x5f\xa5\x2f\x24\x2a\xe8\x0e\xf8\x82\x48\x38\xf6\xd1\x1d\xf0\x9e\xfe\x18\x15\x74\x87\x6d\x41\x93\x91\x1d\xdd\x66\x0c\x06\xbc\x3a\xcb\xb2\x45\x20\x76\x37\xa9\x6c\xf1\x50\xd4\xd5\xa3\x21\xe7\xff\x2a\x9f\xff\xff\x44\x76\x1c\x4a\x42\xa0\x45\xd0\x4c\x39\xd3\x21\xe7\xa8\xf0\xe0\x53\xce\x71\x9e\xaf\xb4\x55\xdb\x59\xa5\x2d\x88\xc2\x48\x9f\x95\xee\x9c\x0d\x06\x73\x6d\x6b\x81\x9e\xed\xa3\xc9\x97\x4f\x48\xbb\x24\xa6\xf7\x62\xaf\x9f\x4a\x42\x20\x62\xe3\xd7\x94\x84\x67\xbb\x2c\x46\xa5\xad\x49\x6b\x2c\x16\x49\x21\x89\xf6\x5e\x27\xed\x75\x6d\x9f\x51\xa4\x05\x34\x6b\x5d\xd0\xd2\x4f\x15\x71\x67\x30\x97\x17\xcc\xfa\x74\xed\x01\x2d\x9b\xc5\x98\xcb\x33\xfd\xb5\x8b\x1a\xd2\x5f\x5b\x10\xb9\x5d\x90\xfc\xb5\x05\x4d\x41\x75\xba\x68\xcf\x1c\x7e\x49\xef\x73\x4a\x5b\x3a\xca\x06\x37\x39\x5d\xb4\xe7\xed\xb8\x35\x3e\xbd\x1d\xb7\x05\x51\x4e\x49\xd6\xb9\x20\x76\x98\xda\x79\x5b\xe7\x82\x96\xc9\xef\xdf\xd6\xa9\xf4\xbd\x9a\xc5\x1c\x4a\xa4\x6f\x3a\x2f\xee\x00\x20\x36\x67\xd4\x1d\x70\xde\xe1\x97\xcc\xcb\x9d\xd2\xd6\x32\xdb\x9c\xe5\x9b\x65\x76\x8e\xaf\x02\x3e\x1d\x56\x30\xe0\x9a\x3b\x75\x0e\x2b\x98\x70\xf4\xe6\x10\x4d\x9b\x3b\x19\x22\x14\xaf\x73\xda\xdc\xc9\xaf\x35\x36\xcf\x39\xfd\xb5\x05\x71\xb1\x79\xce\xf9\xfd\x1a\x8b\x41\xb6\x79\x4e\xdb\xbb\x20\x2e\xf4\x9d\x73\xba\x18\x66\x58\x8c\xa9\x9a\x76\x61\x41\x9c\xe1\xaf\xd9\x85\x05\x51\xd2\x76\x74\x49\xc3\x2f\x77\x68\x4e\xd5\x82\x38\xd3\x0a\x9c\xaa\x27\x2d\xc6\x88\x3f\xfe\xda\x03\xa3\xf3\xd7\x1e\x7f\xed\x61\x65\xb5\x83\xce\x3f\xdf\xa7\x8b\x4b\xec\x6c\xec\xf3\x71\x65\xbd\x9b\xc5\xa0\xbd\x4e\xfc\x8b\x44\x76\x73\xa8\x53\x9c\x6e\xc9\xc6\x12\xaf\x6e\xc9\x5a\xfd\xb4\xae\x86\x54\xf7\x1f\x10\x09\xa3\xab\x75\x97\x84\x50\x42\xcf\xa8\x8a\x55\xa0\x6c\xad\x59\xec\x94\xa6\x22\xba\x43\xaa\x92\xec\x42\x93\xf6\x48\x7b\x68\x9b\x5f\xd2\x85\x7a\xc1\x74\x54\xd9\xaa\x02\x13\x88\xab\x5e\x90\x98\xab\xea\x2e\x6d\xb1\xc6\xb2\xba\x4b\x6b\x30\xa7\xaa\x37\x55\xd9\x02\x44\x20\xa5\x6b\x84\xa4\xdb\x62\x09\xad\x4b\xeb\xe8\x89\x74\x2b\x60\xcc\xd5\x5d\x1a\x4c\x60\x75\x97\x02\x71\xf9\x6b\xee\xd2\x9a\xd5\x62\x34\x24\x6d\x6f\x72\x1e\xd8\x24\xd9\x8e\x44\x72\x87\x5d\x4d\x1b\xb2\x20\x22\x2d\xc6\xda\xaa\xb7\x95\xa2\x04\x55\xb7\x29\xd0\x5a\xa3\x6d\x6e\xd3\xda\x2d\xe6\x04\x76\x8b\x2d\x68\x81\xda\x59\xbb\xc5\x9c\xe7\x60\xe0\x2e\xe7\xf9\x3a\x59\x70\x49\x0d\xd7\x79\x4b\xbb\x7f\xfd\x91\x1b\x5a\xc5\x75\x32\x20\x97\x93\x9a\xfc\xdc\xe5\xa4\x02\xd1\x50\x17\x2e\x27\xf5\xba\xe8\x56\xd6\xd5\x90\xeb\x0a\x69\xc1\xaf\x05\x24\xba\x75\x39\x5b\x49\x1f\x2e\x67\xeb\x72\xe0\x12\x69\x7b\x39\x70\x40\x5c\x30\xf7\xcb\x81\xbb\xd6\x20\x95\x75\x2e\x83\xe6\xcf\x2d\x58\x52\x1d\x92\x5d\x80\xe5\x95\x0d\x8d\xf2\x92\xe5\x01\x71\xb1\x44\x2e\xc7\xf2\x5a\x52\xae\x94\x0d\xc9\x77\x29\xe6\x80\x38\x61\xe4\xd7\xb0\xf7\x0b\xca\x92\x15\xd0\x86\xb4\x81\xf6\x48\x3b\xc6\x94\x34\x2d\x26\xed\x91\xb6\xf8\x7d\x20\x02\xae\xc1\x92\xbe\xa6\x6d\x43\x93\xbb\xa6\x6d\x5b\x10\x0d\x81\x72\x4d\xdb\x36\xbf\x4a\x1b\x34\x2b\x9d\x54\xba\x59\xcc\x4a\x61\x22\xc1\xc9\xe7\x92\x89\x5c\x8f\x15\xc0\x68\x2f\xcf\x2f\x40\x1c\xdb\xf1\x73\xd9\x7d\x79\xbc\xb9\x9e\xc6\xaf\xb0\x09\xae\xc7\xb9\x5c\x10\x17\x3c\xe6\x7a\x1c\xfc\xc7\x4e\xa3\x4c\x5d\xcf\xd7\x80\x67\x4d\x39\x7b\xf6\x92\x15\x5d\xeb\xac\x52\xca\xc6\xf1\xf4\x7a\x5d\x40\x0b\x72\x43\x2d\xbd\x5e\x17\x10\x4b\xb4\x6c\x74\xa7\xb9\x44\x81\xc5\x42\x20\x15\x49\xfc\x5a\xd9\x2c\x76\x4a\xe3\xd7\xc2\x62\x55\x52\x58\x2c\xa1\xa5\x34\x16\x0b\xcb\xb1\xb9\xde\x81\x52\x0a\xaa\x53\x73\xc1\x03\xb9\xa1\x83\x36\x8f\x15\x40\x6b\x5f\xd3\xa6\xa4\xc7\x2f\xad\xf4\x95\xf6\xd2\x2b\xea\x54\x97\x69\x1c\x2b\x4a\x61\x35\x36\x8f\x15\x40\x6c\x30\xa7\xe6\xb1\xa2\x55\x56\x63\x61\x35\xb6\x6a\xdb\x2a\x7b\x91\x49\x68\xd5\xa6\x2d\x58\x3b\x0e\x92\x4d\x5b\x90\x2e\xbc\x56\x6d\x1a\xfc\xb5\x94\xdd\x62\x8f\x34\xe6\xa5\xf9\xfb\xb6\x76\xc1\x2a\x46\xd3\x2e\x9b\xbb\x20\x5d\x9f\xed\x72\xc0\x61\xc3\xa5\xa0\xd1\x36\xd9\x30\x90\x71\x52\xa9\x6c\xb8\x35\x7b\x00\x37\x69\x9e\x34\x80\xdc\x10\x07\xcd\x93\x46\xc3\xba\x50\x4a\x95\x66\x7b\x17\xa4\x06\x9d\xe6\xa9\x02\x58\xc5\x68\xaf\x6c\x02\x58\x34\x6a\xf5\x5c\x01\xe4\x86\xa0\x6e\x6a\x63\x40\x6e\xf0\xa6\xa6\x36\xd6\xc2\x2e\x38\x6e\x9e\x3e\x80\xdc\x90\xdd\x4d\x09\x01\xac\x62\xfe\x9a\x13\x13\xb0\x30\x54\x9e\xe6\x81\x04\x58\xc5\x98\x66\x4f\x24\xc0\x3a\x9b\x41\xb2\xa7\x61\x4f\x2f\xe6\xcf\x13\x09\xd0\x22\xfd\xd2\x9e\x2e\x48\x99\x75\x53\x2b\x6c\x4b\xb6\xac\x2f\xa1\x29\x5c\x80\xdc\x60\x9b\x4d\x15\xb0\xa5\xcd\xbd\x68\x9b\x82\x04\x88\x0b\xd9\xd2\x64\x91\x2d\x6d\xc7\xf7\xa9\xed\x48\x47\x9c\xce\xab\x29\xb6\xdb\x4a\xd9\x92\x4d\xe1\x02\xe4\x96\x7c\xa9\x0e\xd8\x6e\xd7\xb3\x6b\x5c\xed\x0e\x08\xad\x2d\xed\xb6\x1d\xdd\x5f\x73\x13\x29\x83\x80\x94\xa9\xb5\xee\xaf\x2d\x28\xa5\xc0\xbf\x5b\x77\xe7\x2e\x88\xfd\xa4\x82\xee\x5c\x75\x77\x29\xca\x68\xf3\xe4\x02\xa4\xe7\x8b\xd6\xdd\x0a\xdd\x45\xe3\xf0\x76\xc7\xb2\xb3\x25\xd1\x0b\xdb\x70\x1d\x2d\x88\xcb\x3a\x87\xcb\x68\x41\x29\x3b\x5a\x4a\x1b\xae\xa3\xc1\x3a\x42\x8d\x6d\xc3\x1e\x28\x33\xf6\xcd\x4f\x9d\xf9\xe1\x2e\x95\x64\xd3\x86\x0c\x84\x79\x51\x64\x00\x71\x55\x7f\xdf\x39\x18\xb4\x76\xe7\x14\xdb\x94\x0f\x40\xa4\x5c\x60\xda\xda\x69\xd3\xe4\x16\xca\x07\x20\x37\x27\x5e\xfd\x17\xc8\x70\xe3\xaa\xff\x02\xeb\x4b\x46\x4d\xfd\x17\xc8\x70\xf6\xd4\x7f\xdb\xb4\x53\xc5\x4f\xed\x14\x5a\xec\x5f\x7f\xcd\x4e\x61\x6a\x2a\x3b\xba\x52\xf3\x40\x07\xa4\x8c\xbd\x69\x6a\x02\x5a\xa2\x17\x35\x4d\x4d\x40\x29\xfb\x29\xcd\x0a\x16\x2c\xc5\x0a\xd2\x57\x81\xe3\x81\x20\x0c\xf9\x3f\x10\x8d\x35\x19\xf2\x7f\x20\x1a\x1b\x32\x34\x2b\x85\x22\x61\x67\x74\x43\x91\x00\x44\xfd\xbe\xac\x92\xaa\xc5\xa4\x5d\xd2\x2e\x8a\xf9\x6b\x74\x2a\x64\x3d\x3b\xcc\x22\x64\x3d\xc1\x69\xba\x1c\xd8\x4c\xc2\xd3\x34\x90\x1b\x4b\x26\x5c\x93\xa1\xb2\x70\xa0\x3e\x85\x33\x0f\xac\x26\x42\x62\xe6\x63\xd2\x5e\xed\x4a\xe1\x64\x01\xa1\xe2\x15\xce\x55\x70\x30\x29\x4b\xb9\xf9\xa9\xe0\x0e\xcf\x2d\x40\x38\xfa\xe1\xb9\x25\xe6\xe3\xaf\xd0\x9d\xf9\x4a\x63\x53\xa0\x5c\xc5\x63\x0f\x1f\x16\xcb\x69\x77\xb4\x55\x02\xb9\x21\x69\xe3\x71\xbc\xb0\x4b\x16\x0d\x9f\xe1\x19\x22\xb4\x4b\x22\x69\x43\xbb\x24\xd0\x3c\xa3\x84\x12\x3f\x30\x21\x94\xb3\x58\xec\xfb\xb5\x0b\xb1\x4a\xd3\x5c\x52\xe1\x2a\x38\x39\x66\xa5\xab\x20\x15\xd2\x9a\x0d\x53\x21\x0d\x44\x41\x2d\x4b\x85\x34\x90\x1b\x67\xbb\x54\x48\x03\xa5\x9c\x58\xf2\xf3\x7c\xa4\x21\x09\x37\xbf\x7c\x25\xbd\x16\xa3\x52\x05\x37\x90\x1b\x07\xdb\xf4\x10\x94\x68\xc2\xe5\x84\x57\xa7\x9a\x30\x10\xb5\x59\xac\x4a\x1a\x16\x93\x66\x43\x16\xc4\x55\x24\xd9\x8e\x6a\x4f\x11\x71\xa9\x48\x06\x72\x63\x74\x53\x89\x9c\x97\xbf\xc6\xaa\xcd\xcb\x5f\xbb\x10\x23\xb6\xed\xf2\xd7\x30\x90\x94\x13\xee\x9a\x1a\x48\x80\x38\x99\xbf\xd4\x40\x92\x18\xfa\xca\x89\x30\x48\x0d\x7d\x40\x0b\xb6\x4a\x2a\x91\xd3\x3d\x70\xa2\x7b\xa4\x7b\x20\xc3\x59\x80\xa5\xa7\x32\x0e\x88\xf8\x48\xfe\x9a\x5a\xfa\x09\x7b\x4d\x45\x10\xd0\xd2\x21\x57\x4b\x4f\x2c\x6c\xa5\xda\x38\x45\x10\xd0\xd2\x69\xd6\xc2\x96\x58\xd8\x4a\x85\x49\xa6\xf6\x05\x20\x4e\xd6\x5b\x2a\x81\x80\x55\x8c\xde\x2b\x82\x80\x28\x55\x92\xed\xb8\x1f\x8b\x05\xb4\xaf\x86\x17\x15\x93\xa9\xd7\x9c\x96\xee\xf6\xca\x49\x3c\xdd\xed\x40\x5c\xc8\x91\x74\xb7\x67\xb7\x0b\x87\xc5\xec\x42\xc7\x1a\x8a\x04\x4a\x25\x10\xb0\x86\x65\x91\x94\x40\x40\x6e\x9c\xa6\x53\x09\x94\xe3\xf0\xc7\x68\xee\x70\x6d\x0d\x78\x82\xad\xd5\x1a\x02\xc4\x6e\x6b\xb5\x86\x00\xb9\x6d\x8c\xd0\x70\x38\x86\xc3\xe1\xb2\xf7\xfe\x03\x58\x33\x01\xc9\xe1\xf0\xd0\x52\x5d\xf6\x1e\x5a\x80\xa6\xd5\x37\x15\x4a\xe9\xa1\xa5\x62\x1d\x4a\x0f\x2d\x40\x04\x7a\x57\x2a\x94\x72\x7e\x95\x4a\xb3\xd2\x05\xb1\x39\x55\xda\x4c\x72\xb2\x8c\xd4\xe9\x53\xd9\x02\x44\xdd\x24\xb9\x8c\x3c\x34\x54\x0e\xac\x29\x0b\x01\xe2\x90\x35\x78\x68\x48\xd9\x45\x65\xa1\xde\xb2\x0b\x60\xa9\x67\xd2\x8a\xb4\x02\x7b\x95\x44\x7b\xef\x1a\x16\x5b\x3f\x77\xd7\x94\x96\x6b\x2c\xab\xa4\x5b\x92\x46\xd3\x1d\x52\x97\xc4\x26\xba\x10\xac\xb7\x6a\x38\x10\x1b\xb3\x7c\xbb\xe7\x6f\xd5\x70\x37\xfd\xed\xa6\x07\x5a\x62\x34\xb9\xdd\xf3\x37\xf7\x99\xe5\xe2\x84\x70\x6b\xb6\x07\x22\xd0\xcf\x6e\x75\xe9\xdb\x2d\x79\xc1\x7c\x6e\xb7\xe4\xfd\x1c\xd2\x28\xe7\x9d\x13\x10\x4a\xaf\x5b\x3e\x7e\x3b\x48\x8d\x62\xdd\x41\xea\xca\xcc\x86\xc6\xda\x95\x99\x40\x4b\xf4\xb8\xae\xcc\xec\x1e\xa3\x5a\xf3\xd3\x94\xb6\x06\x49\x6b\x53\xf7\x18\xd5\x55\xfe\x35\xd5\xf4\xf6\xd1\x96\x7c\x54\x6f\xe9\x2a\xff\xdd\x3e\x04\x3b\xbc\xdb\x87\x1e\x0c\xa6\xc6\xcd\x2e\x0f\x01\x62\x47\x8c\x75\x35\xe7\x2e\xbf\x08\x98\x6a\x97\x5f\x00\xb9\xc3\x2d\xbb\xfc\xa2\xab\x77\x06\xaa\x73\x57\xef\x04\x72\x87\xd3\x74\xf5\xce\xde\xe9\x96\x8c\xab\x77\xbb\xd5\xe9\x16\x27\xc1\xee\xa6\xef\xee\x70\x95\xcc\xee\x0e\x07\x52\x8b\x4e\x77\x87\xf7\x01\x93\x0a\x56\x52\x77\x57\x02\xb9\x94\xbb\x9f\xca\xee\xee\xa6\xed\x6e\x5a\x8d\x40\xdd\x4d\x0b\xa4\x1a\x5c\x77\xd3\x02\x51\x36\x49\x36\x53\x7d\xc2\x63\x45\x57\x9f\x00\x72\x87\x21\x76\xf5\x89\xae\x55\x41\xfb\x7f\x77\x9b\x01\xa9\xee\xd7\xb5\x2a\x74\x35\x01\x6f\xe4\xba\x2b\x08\xc8\xfd\x23\xd9\xc1\x87\x7d\x9c\x30\xc9\xae\x6d\x12\x88\x06\x0f\xeb\x8f\x15\x3c\xaf\xc5\xa8\xf4\x75\xca\x17\x84\x82\xa4\x6b\x9a\xec\x2e\xd1\x64\x15\x0c\x97\xe8\x70\x89\x26\xcb\x76\xb8\x44\x81\xdc\xd1\xc3\x86\x4b\x74\x78\x10\xd7\xf0\x34\x14\xe8\x40\xd4\x63\x0d\xe5\x50\x9e\x0f\x0f\xe2\x89\xa9\x7d\x78\x10\x07\x42\xab\xf4\xf0\x20\x3e\xdc\xdb\xde\x61\x0f\xf7\x36\x10\x3b\x4a\xf3\x70\x6f\x0f\x57\x72\x72\x66\x1d\xae\xe4\x81\x80\xdc\xd5\x97\x86\x02\x12\x08\xb5\x99\xe1\xe2\x06\xca\xae\x9e\x32\x5c\xdd\x40\x9c\x28\x42\xc3\x73\x21\x10\x47\x95\x64\xaf\x16\xc4\xc9\x26\x1b\xde\x91\x03\xeb\xc7\x68\xae\x97\xe4\x40\x5c\xf0\xba\xa1\xb5\x12\x88\x82\x3e\x3f\x3c\x50\x0e\xe4\xf4\xbe\xa1\x8f\x0d\xe5\x34\xd0\xe2\xfb\xb1\x5b\xd2\x8d\x26\xe7\x97\xf6\x09\xcb\xe4\xbe\x61\x5e\x18\x5a\xd3\x80\xd8\x38\xa0\x0d\x0f\x8f\x40\x04\x9a\xc6\xf0\xf0\x08\xc4\x15\x92\x9c\x3d\x04\xfc\xbe\x61\x36\x18\x0a\xf8\xe1\x15\x1a\x1b\x61\x28\xe0\x81\xe6\x81\x64\x28\xdf\xc7\xda\x7c\xeb\x4b\x96\x8c\x82\x75\x28\x58\x39\x08\x0c\x05\xeb\x98\xb6\x16\x3d\x60\x28\xaa\x80\xd8\x9d\x3c\xcf\x4f\x40\x6b\x1c\xe3\x86\x5b\x08\x28\xbb\x46\xaa\xe1\x1e\x02\x72\xdf\x24\xd9\xda\xe9\x40\xa2\x02\x0e\x85\x1c\x10\x6a\x2d\xc3\x23\xd5\x78\xbf\x62\xf4\xca\x93\x11\xd0\xb2\x4a\xfa\x8a\xad\x85\xb5\x6b\xb7\x9a\x6e\x84\xb9\x74\xb7\xb2\x6b\x6a\x9a\xde\xff\x02\xb9\xc1\x22\xa7\x17\x5d\x40\xd9\x9d\xe5\xe9\x4d\x17\xd0\x02\x35\x79\xb6\x4b\xd2\x6d\xb1\x0b\x5a\x97\x86\x5d\x09\xcb\xf5\x54\x2b\x9c\xcd\x86\x60\xbc\x99\xae\xf0\x89\x81\x64\xd7\x46\x30\x35\x90\x00\x59\xd0\xed\xa6\x06\x92\x19\x7e\xca\x06\x9f\xae\x5d\xa0\x25\x7c\x79\xba\x76\x27\x2c\x7d\x2f\x58\x65\xa7\x2c\x1d\xc8\x0d\x4e\x36\x65\xe9\x13\x5e\xbd\x7b\x36\x9f\xf2\x6a\x20\x95\xb6\x53\x5e\x3d\x1f\xe6\x79\xb7\x0f\xda\x31\x81\x2c\xe8\xc9\x53\x2f\x0d\xa0\xec\xfb\x65\x31\x07\x0e\x91\x19\x6c\xc8\x29\xc3\x9b\x8b\xc9\xad\x62\x34\xe4\x69\xd2\x3c\xed\x32\x6e\x1a\x45\xe7\x6b\x31\x07\xc9\x13\x0c\x90\xc5\xe6\xbe\x5f\x31\x7a\xba\x73\xe0\x9b\xaf\x3d\x5d\x90\x05\x1d\xf0\x71\x9e\x1f\x0e\xa8\xfb\x8e\x1d\xfc\xf1\x80\x0a\x64\x41\xbb\x7b\x3c\xa0\x3e\xf5\x2b\xb6\xba\xf0\x54\x8b\x55\x8b\x9d\x90\xbe\x62\x4c\x96\x7e\x3c\x8f\xdc\x0d\x88\xfd\x94\x94\x92\xd2\x62\x7e\x7a\x4b\x5b\xca\x6e\xbb\x24\xb1\x42\x9e\xeb\xfb\xb5\x35\x96\x8f\xe6\x7d\x20\x0a\x63\xf4\x68\xde\x7f\x2e\x7a\x7a\x30\x0b\x8f\x47\x13\x20\x74\x62\x7a\xae\x57\x12\x7b\xf7\x60\xef\x3e\xcd\xde\x2f\x48\xed\xba\x8f\x07\x98\xc7\x35\x78\xa0\x61\x3f\xae\x41\x20\x92\x59\x78\x34\x02\x3e\xc9\x8a\x3e\xd0\x3c\x1f\x99\x14\x10\xd5\xe6\xe6\x90\xe4\xaf\xb1\x7a\x1f\x17\x17\x10\x27\x46\x9e\xe7\xb6\x82\xfb\xb0\xd8\xdf\x70\xd7\xfd\xc8\xd7\x80\x08\x94\xe6\x47\xbe\xf6\x60\x27\xdb\x0f\x98\xf5\x23\x13\x7b\x64\x62\xc8\xb3\x47\x26\xf6\xdc\xdd\x62\x7e\x6a\x3b\x6f\x2c\x06\x87\xc5\xa6\x24\x87\x35\xa4\x39\xac\xb7\x5b\x85\xc5\xe2\x59\xe6\xe9\xc3\x62\x0c\x44\xf7\xd3\x8e\xa9\x0f\xd1\xf2\xa8\xc2\x00\x29\xb3\x7e\x54\x61\x9e\x01\x8b\xf1\xf8\xff\x68\xed\x02\x22\x1c\x55\x4f\x24\xc0\x2a\xc6\xe8\x7b\x24\x01\x5a\xfb\x8a\xb9\x1a\xc7\xb0\x18\xcd\xd5\xe8\x01\xb4\x86\xe6\xfb\x78\xd6\x00\x72\xe3\xa4\xf8\x78\xd6\x78\x26\x6b\xdb\xbb\x95\x47\x06\x0b\xb4\x44\x12\x3e\xda\x39\x80\x50\x4f\x7f\x3c\x6a\x3c\x0f\x23\xa9\xa8\x7d\x54\x3e\x80\xd0\x02\xfb\xe8\x6b\xf5\xc8\x5f\x3d\xea\xbf\xee\xbb\xb7\xc2\x3a\xbc\xf7\x79\xbd\xdd\x04\xe2\xc0\xe8\xfd\x7a\xbb\x09\xb4\x60\x2b\xbe\x9e\xfe\x81\xd4\x9f\xf0\xf5\xf4\x0f\xb4\xc4\xa8\xfe\xba\x39\x81\x96\x9c\x1d\x5f\x37\xe7\x5b\x1d\xa1\xe6\xef\x4f\x69\x4b\x09\xd8\x51\x50\x5e\x8f\x0b\xef\xc5\x5a\x3c\x59\x1e\xef\x65\x9d\x17\x16\x07\x18\xd8\xab\x67\xd1\xeb\x3e\x71\x19\xbf\xee\x93\x17\x9b\xf7\xee\x0e\x78\xb5\x79\x03\xb9\x6f\x92\x6c\x88\x2c\xbd\x32\x6c\xaf\x2c\x1d\x88\xf8\x48\xec\xeb\x37\x4f\x8b\xad\xf5\xf1\xea\x24\x03\x64\xa0\x64\xbd\xde\xda\x01\x65\xf7\x48\xfc\x7a\x6d\x07\x34\x6f\x1e\x5f\xad\xd4\xaf\x1b\xb6\xa2\x55\xbc\x6e\x58\x20\x0e\xf6\xd0\xeb\x86\x05\x56\x31\x6b\x70\x90\xf0\x71\xa8\x61\x05\x0e\x12\x17\x7e\x7b\xe5\xaa\xfb\xf5\xc2\x0f\xc8\x40\x11\x78\x55\x51\x5e\x37\x47\xe5\x00\xf5\xba\x39\x80\x28\xb0\xa1\xd7\xcd\xf1\x72\x10\xdf\x2b\x5c\xed\x75\xd9\x03\xcd\x3b\xd6\xd7\x55\x0f\x94\x5d\xc3\xcf\xeb\xb2\x07\xb2\xb0\xea\x5f\x95\xfa\xd7\x9d\xa0\x81\xf1\x75\x27\x00\x4d\xb5\xf6\x75\x27\xbc\xd3\x59\x40\x62\xbe\x2e\x68\xa0\x05\x2c\xfd\x55\xad\x78\x5d\xbc\x75\xed\xf9\xdc\x58\xbc\xb9\x39\xf7\xd7\xda\x58\xb9\x85\x34\x07\x0e\x13\x77\x6e\x0c\x9c\x90\xf8\xb4\xe6\xc6\xc0\x09\x81\xcf\x65\x6e\xf0\xc3\xdc\x30\x7d\xec\xf8\x2a\xe4\x86\x64\x15\x1a\xde\x83\xb9\x61\xfa\xc8\x4d\xdd\xab\x9d\xb9\x68\xc3\x4a\x31\xab\x1f\x6b\x90\x72\x43\xf7\x12\xb2\x9c\x7c\x89\x55\x3d\x37\x39\x08\xce\x05\xb9\x31\x96\x42\x96\x75\xb4\xcb\x8d\xa1\xcc\x0d\x2b\xc1\xde\x2a\x9f\x4e\x2b\x9d\xdc\xcc\xef\xf4\x80\xe3\x8b\x90\xc5\x66\x4c\xfb\x89\x83\xe5\x8e\xaf\x6a\x6e\xcf\x47\xb3\xef\x34\xed\xb1\xef\x8f\x3d\x48\xda\xf1\xda\x83\x17\x09\x74\x5e\x90\xec\x81\x02\x9e\x9b\xbf\xdc\x10\xf0\x42\x96\x83\x4a\x11\xf0\xb9\x39\x31\xb1\xd8\x67\xea\xa7\xbc\xaa\x93\x96\xd0\x76\x69\x8b\xab\x60\x49\xc9\xb2\x8e\x37\x0b\xe8\x69\xac\x23\x4d\x16\x8c\x9b\x42\xc3\xec\x9d\x05\xe3\xa6\xb0\x8a\xf9\x6b\x53\x9a\x5e\xb9\x07\x24\xba\x55\xf0\xdd\xd8\x83\x41\x2a\x98\x2d\x85\xc4\xdf\x27\x4b\xb5\x1d\x58\x32\x77\x24\x56\x16\x78\x99\xd0\x32\x24\x55\x49\x6b\x62\x4e\x7a\x5a\xe0\x65\x59\xb0\x9a\xec\xb1\x94\xff\x2c\xa8\x10\x42\x96\xb5\x4d\xb3\xa0\x41\x08\x51\x77\x3a\x5a\xed\x94\x2c\x0f\xf7\x88\x2c\xd5\x1e\xc8\xf2\xec\x68\xb5\x07\x97\x3d\x60\x3d\x97\xcb\x1e\x5c\xf6\x80\x2f\x2f\x7b\x70\xed\x16\xa3\xb9\x97\x43\x79\xe1\xd5\xb9\xff\x5c\x70\x67\xb9\xec\xb3\xea\x4a\x1c\x34\xe0\xfa\x1a\xa0\x9f\x9f\x24\x76\x45\x69\x6c\x76\xee\x3b\xb3\x34\x07\xa2\x61\xbb\x76\x54\x71\x21\x4b\xbc\xd0\xcb\x1e\x95\xa9\x6c\x0e\xc4\xe7\x60\xcd\x10\x36\x07\x02\x65\xfb\x08\x3a\xd8\x9c\xdd\xc6\x3a\xae\x92\x1c\x1a\xf7\x75\xd8\x0e\xf7\x75\x09\xa7\xad\x32\xac\x61\x17\x02\xde\xf4\x15\x73\xda\x3c\x61\xc6\xc5\xcf\x85\x3f\xc7\xcd\x63\x1e\x34\x2d\xec\xa8\x67\xc7\xb8\x18\xd6\x74\xa4\x39\x3b\x1e\x3b\xcd\x4d\x47\x3a\x1d\xe9\xc6\xa7\xe9\x48\x73\x1b\x59\x96\x8a\x92\x25\x6d\x87\xac\x3f\x1a\x5b\x20\x1d\x90\xe4\x7c\xed\xb0\xc1\xfa\xb3\xc8\xfa\xa3\xb1\x7e\xd2\x01\x81\xf5\xe3\xf8\x94\x25\x1d\x90\xdb\x65\xc6\x2e\x2e\xb7\xcb\x0c\x87\x31\x6e\x67\xb3\xdc\x8e\xee\x8d\xa2\xea\x02\xbd\xfd\xb1\x05\x6b\xa3\x41\xf2\xc7\x64\x6a\xd8\x67\xb2\xc8\xd4\x80\xfc\xfa\x2e\x53\x03\xf2\x74\x19\xf7\xef\x4b\x26\x01\xf7\xb6\x2c\xdd\xc5\xc0\x8d\x22\x57\x0a\x59\x64\x7d\x45\xed\x09\x6f\xfb\x2c\xc3\x21\x1a\x0c\x91\x7d\x1f\x0e\x91\xc2\x20\xdd\xea\xc3\x79\x19\x9a\xf2\xe9\xc1\x70\x5e\x06\xac\x29\xdd\xc3\xd3\x1a\x26\x2e\x91\x29\xc9\xa9\xc2\x04\x8b\x19\x21\xcb\x74\xaa\x38\xd7\x5e\x32\x84\x69\x33\xb0\x0d\xed\x09\x43\x2f\xd3\x76\x4c\xb5\x16\x56\xd1\x74\xc9\xa8\x77\xa5\x0c\x61\xba\xc2\x17\xc4\x37\x92\xd3\x09\x55\x4e\xa5\x53\x35\x9d\x51\x6c\xbc\xa7\x33\x35\x9d\xa9\xa9\x07\x29\xa3\x36\x1d\xef\xe9\x48\x7e\x34\x47\x72\x3a\x92\x0c\xc7\x63\x3f\x3d\xc5\xa5\xbb\xff\xb1\x57\x9c\xe2\x8e\xc6\x10\x3d\xf6\x0a\x5f\xb9\x1d\xd7\xa5\x2c\x8f\x35\x2c\xc8\x6f\x5b\x3d\xce\xa8\x4c\x3e\x5d\x1f\x32\x79\x20\x3e\x3e\x2a\x93\x07\xca\x9e\xce\xd5\x6b\xa5\xaf\x61\x16\x92\xac\x54\x26\x9f\xc8\x29\x03\x39\xd2\x28\x88\x3d\x91\x53\x46\x41\xe4\xde\xd7\x58\x1e\x1b\xf3\xb7\x73\x83\x2d\xc4\x65\xb1\xce\x58\xee\x58\xdf\x0f\xcc\x0b\xb9\x3b\xf5\x40\xe0\x5f\x9d\x3b\x1a\xb1\x50\x0e\x4e\xfa\xb9\xbb\x1a\x80\xc4\x75\x32\x77\x57\xc3\xce\x3c\x1f\x1c\x89\x73\x77\x9e\x81\x8c\x2a\xa9\x4a\x5a\xed\x3d\x38\x76\xe6\xee\x34\x00\x71\x5e\x90\x9c\x06\x20\xf6\xa5\x8e\xa4\x51\x10\xb9\x73\x86\x3d\x0a\x8b\x97\x18\x80\x0f\x02\x37\x82\x34\x12\x20\x0f\xae\xd2\x0e\xf5\x8c\xa3\x4a\xc3\x9f\xb7\x6d\x07\xa4\x22\x69\x50\x0c\x4e\x76\x28\x0c\x80\xd8\x18\x72\x3d\xeb\xf3\xb8\xfc\x35\xb6\xe9\xd1\xfc\xb5\x86\x4f\x10\x73\x8a\xb3\xfc\x02\x46\xbc\x04\xbf\x26\x7f\x06\x1a\x86\xe0\x3c\xe4\xcf\xb8\xaa\x97\xa3\xc0\x07\xf4\x55\x4f\xdc\xc7\x17\x8d\x9f\xc3\x42\x27\xc4\x59\x2c\x66\xdb\xd0\xa8\x8e\x5d\x5a\x7e\x34\x4e\x56\x76\x41\x8d\xea\xc0\x43\xf6\xd8\x77\x46\x84\x93\xa0\x90\xd8\x9f\x52\x1f\x71\xa1\x1c\x3b\x62\x47\x27\x71\x21\x76\x7f\x8d\xc3\x61\x1e\xfd\xb0\xd8\x5a\x70\x07\x96\x6b\x21\x02\x0d\xe2\xe8\x56\xb0\xd6\x53\x39\xb8\x5f\xcf\xa3\x7f\x9f\x7a\xf9\x45\xaf\xb0\x99\x24\xde\xdf\xe5\x20\x0e\x29\x75\xff\x16\x72\x43\x78\x1c\xb2\x3c\x60\x15\x63\xe0\xba\x3d\xed\x28\x1a\x0e\x6f\xb7\xa7\xe8\xbf\xc7\xce\x1a\x3c\x54\xda\x80\xc0\x4b\x23\x8f\x61\xaf\x70\x72\x38\x38\xd4\xe4\xe1\x8a\x06\xe2\x70\x02\x5d\xd0\xc7\x74\x40\xae\xfc\xb9\xe8\x3e\x64\x45\x40\x6e\x95\xb1\x91\x13\x1d\xd3\x1e\xb2\x7d\x0e\x95\x46\xa0\x85\xbd\x51\x69\x04\x1a\xd6\x8d\x3c\x54\x1a\x0f\xdc\xe6\x0e\x4c\xbc\x79\xb8\xe0\x81\x26\x53\x38\xe4\x44\xc7\xe3\x84\xa0\x23\x1d\x8f\x13\x82\xf1\x88\x80\xa1\x3c\x1e\x27\xc4\x7b\x73\xf6\xdd\xf1\x38\x34\x4f\xf8\x25\xcd\x7d\x9c\x90\x07\x23\xe1\x57\xc1\x2d\xc9\x1e\x84\x9f\xda\x03\x8c\xea\x78\xbe\xe7\xf1\xd8\x03\xce\xb5\x98\x12\xf3\x78\xbe\x1e\x4c\xbc\x08\xed\x80\x53\xf4\x38\xf6\x21\xcd\xb1\x5f\x10\xfb\x45\x07\x64\x88\x40\x39\x76\x64\xcb\x21\x47\x04\x42\x75\xf6\x90\x21\x1e\xaf\x7d\x77\xf3\xbc\xf6\x9d\x0b\xb9\xcd\x99\x7c\xed\xfb\x8b\xc1\xd1\xbe\xbf\xf6\x1d\xff\x8f\x63\x4f\x2b\xb5\xa3\x0b\x5a\xd8\xdc\xd7\x7e\xca\x60\xb8\xf5\xc9\x43\x06\x03\x84\xcc\xc4\x80\x81\x3c\xb9\x15\x38\x8e\x4d\xda\x29\x8d\x76\x54\x49\x55\xd2\xb0\xd8\x09\x6d\x4a\x9b\x9c\x50\x24\x3d\x92\x60\x30\x47\x59\x3d\x35\xfc\x40\x68\xed\x92\x54\x24\xa1\x16\xb1\x39\x4f\x55\x68\xa0\x25\xab\xe8\xc4\x40\x20\x04\xf6\x9d\x3c\x55\xaa\x81\xf5\xfb\x16\xb3\x69\x15\x8f\x76\xa4\xf4\xa9\x56\x7d\x62\xab\x3b\xb0\xae\xe5\x89\xad\x4e\xc8\x8d\x9d\x73\xaa\x68\x9f\xf5\xb6\x98\x35\x74\x69\x9e\x8a\xfc\x72\x48\x1a\x70\x48\x86\x43\xde\x0a\xe4\xf6\xf5\xc9\xae\xe3\x7f\x70\x10\x86\x97\x27\x77\x91\x42\xe0\xe0\x90\xe7\xe5\x68\x5c\x8e\x37\xd2\xec\x54\x6d\x06\x72\x83\xbb\x9c\x97\x9d\xc2\x4b\xf0\x38\xe0\xde\xe7\x65\xaf\x70\xd6\x3e\xe0\x55\x27\x5e\x82\x79\xa2\x70\x1f\x87\xcd\x55\xe1\x3e\xb5\x0f\x56\x2b\xb5\x1d\x04\x41\x1d\x07\xf2\xdd\xd8\x0e\x21\x30\x2a\x27\x71\x1e\x1f\xac\x62\xfc\x5a\xb3\x6d\x8d\xb6\xa1\xfb\x1a\xee\x21\xac\x62\x34\x44\xf1\x70\xaa\xbe\x87\x5f\xda\xb6\xe6\x24\xa0\xd5\x1a\x02\x22\x24\xde\xbf\x79\x36\x27\x01\x2d\xff\x38\xd0\x13\x4f\xb5\x7c\x20\xb0\xe6\xe4\xa9\x96\x6f\xf0\xc8\x21\x9b\x33\x78\x44\x88\xc6\x46\x20\x90\xe4\x83\xd8\xd9\xca\x86\x93\x08\x51\x5d\x46\x61\x47\xf1\x67\x3f\x8e\xd3\x2f\x6d\x2e\xfe\xec\x18\xb7\xf3\x0c\x5b\x8b\xe1\x06\x83\x7a\x9e\x61\x6b\x31\x8e\x1c\x87\xbf\x76\x5b\xe7\x82\xd6\x38\x9c\x19\x00\x92\x27\xf7\xa6\xc7\x81\x92\x7f\x76\x2b\xed\xd8\xbb\x90\xbd\xa7\xd2\x07\x28\xc7\x61\x0d\x8a\x1f\x20\xaa\x2b\x5c\x6d\xe7\xec\xf6\x1d\xce\x73\xaa\x36\x03\xb1\xa3\x87\x9e\xaa\xcd\x40\x6b\x36\x4d\x8b\xc1\x89\x07\xd5\x71\xa0\xc6\x9c\xc3\xe5\xbc\x20\x89\x2d\xcc\x53\xad\x99\xf8\x8c\x72\xe0\x03\x92\x06\x68\x08\x11\x6e\x21\xf5\xd0\x73\xb2\xbb\x4f\xd7\xae\xaa\x0d\xd0\x22\x29\x26\xa7\x37\x08\xe2\x38\x91\xda\x06\x41\x64\x75\x05\x9e\x88\xed\xea\x0a\x04\x02\xcf\x96\xac\xae\x40\x83\x0f\x8e\x8a\x71\xc4\xe0\x83\xac\x84\xbc\x1e\x95\x8d\x55\x9d\x40\x20\x88\x2e\xca\xea\xc1\xad\x72\xfd\x71\x60\x52\xcb\xaa\xfe\x50\x8d\x31\x83\x15\x57\x2d\x32\x40\x2a\x5f\xea\x6d\x05\x4e\x16\x9e\x16\xa9\x83\xbf\xd0\x02\xbd\xae\x3a\x59\x95\x63\xcf\x51\x2f\xda\xe6\xb1\x07\x08\xad\x1e\x55\x1d\xa0\x2a\xa2\x2b\xfc\xa8\x2a\xa2\x81\xc4\x2a\x9d\x55\x11\x0d\x94\xa3\xda\x7b\x95\x4e\x20\x97\x8e\xf5\x53\xa9\x5d\x3d\xa1\x00\x79\xb0\x89\xab\x27\x94\xaa\xe6\x5a\x6d\x93\x9a\x2b\x10\x57\x95\xc4\x32\xab\xcf\x57\xff\x9a\xb8\xea\xc4\x01\x79\x84\x24\x2b\xe0\xe2\xe6\xb8\x9c\x10\x2e\x6e\x84\x28\x8e\x03\x17\x37\x59\x15\x7a\x17\x7c\xbf\x2a\xf4\xaa\xe1\x31\xd7\x05\xc9\x5f\x7b\x59\x67\xd7\xce\xb0\xbe\xdf\xa7\x81\xb3\x0a\x83\xcf\x3d\x5e\x56\x45\xd7\xe5\x02\x52\x74\x55\x75\x63\x56\xad\x01\x17\x49\xa4\x44\x39\x2e\xb8\xda\x25\xe7\x07\xf2\x2c\x92\x68\xee\x85\x8f\xd6\x61\xef\x2f\x0d\x04\x97\x3e\x5a\x21\x69\x4a\x62\xde\x2e\x04\xb2\x91\x14\xa9\x0f\xfd\xa1\xe1\x4f\x1f\xfa\xc4\x57\xbb\x1c\x9a\x84\x74\xd6\x16\xf2\x60\xe9\x35\x2e\x73\xb2\x5d\xd4\xea\x12\x6d\xd7\x90\x86\x20\xb9\x2a\xa4\x29\x89\xae\x72\xa3\x98\x4d\x06\x0e\xa4\x3c\xbd\xc9\xc0\xf5\xdf\x3e\x02\xf1\xa8\xff\x76\x36\xc2\x3c\x8e\xe0\x84\xd6\x30\x18\x0b\x89\xd5\x37\x9b\x46\x03\x20\x1a\x0a\xb9\x5e\xcd\xa9\x0b\xf3\x81\x13\x4e\xea\xc2\x2c\xb4\x40\x27\xd5\x85\x39\x75\x61\x3e\xb4\x54\xea\xc2\x2c\x04\x57\xda\xa9\x0b\x73\xea\x26\x7c\x10\x51\x9a\xba\x09\x0b\x79\x60\x1e\xd1\x4d\x38\x1b\xd1\x0d\x87\x87\xc7\xa6\x4a\x05\x44\xb3\x1d\x6a\x54\xfa\xc5\x1e\x58\xf7\x53\xbf\x58\xa1\x25\xea\xbd\x7e\xb1\xa9\x77\xeb\x91\xcc\x8c\xde\xad\x89\x8f\x6a\x39\x71\xdd\x4a\x9d\x54\x85\xe4\x62\x2c\xf5\x51\xcd\xc0\x07\xe7\xc4\x15\x31\x03\x1f\x1c\x21\x1a\x4c\x37\xf0\xc1\xc9\xc0\x0f\xe2\xdc\x58\x98\x81\x1f\x84\x10\x1b\x1c\x36\xd4\x6e\x02\x47\xc1\x73\x2b\xd4\xe0\xf9\x09\x48\x45\x7c\xc8\xeb\x80\x72\x6e\x08\xef\x90\xd9\x01\x71\xc2\x76\x42\x69\xab\xb3\xec\xf9\xd5\xe0\x3c\x03\xe5\x54\xff\x0d\xc5\x1c\x90\x5c\xe4\x65\x28\xe6\x02\x77\x89\x53\x2d\x22\x70\x97\x10\x5a\x62\x1c\x0a\x0f\x63\xe1\x61\x6c\xb3\x02\xa6\x3e\x16\x4b\x2c\x27\x71\x45\x19\xf2\x44\x60\x1d\x42\x21\x59\xe7\x9d\x14\x0b\x3e\xd5\x60\x04\x84\x87\xe9\xd0\x60\x14\x1c\xd7\x4f\xee\x75\x33\x14\x60\x40\xe0\x12\x99\xe1\x71\x1d\x88\xe2\x97\x1e\xb2\xf4\x0a\x3e\x8b\x6d\x93\xc1\xea\x15\xac\x1a\xa4\x57\x70\xc6\x3a\x16\xad\x62\x74\xd4\x73\x11\x10\xb8\x22\x67\x0c\x7f\x6d\x30\x1e\x84\xb8\x27\x9e\xc4\x1f\xb4\x86\xde\xa9\x3f\x71\x06\xf6\x80\xb3\x58\x83\xbc\x19\x08\x7c\x29\x33\x64\xcd\x41\x8c\xe4\x59\xe0\x3f\x21\xa7\x05\xa2\xb9\x40\x64\xb4\xf1\x58\x0c\x5d\x31\x34\xae\x00\x71\x38\x6c\xcf\x57\x8c\x3b\x27\x76\x8c\xce\xc1\x42\xaa\x7a\xe9\x1c\x9c\xc1\x81\xe3\xd4\x90\x1f\x6e\x0f\x20\x55\xe4\xc2\x03\x87\x3e\xc4\x67\xb1\xf3\x32\x5a\x7d\x88\x4f\x17\xa5\xe6\x16\x3d\x81\x4f\x4d\x04\x7a\x02\x67\x9e\x36\x97\x99\x4f\x0d\xe8\x40\x6c\xcc\x7c\x7a\x1e\x48\x37\x16\xbe\x0b\x99\x6e\x2c\x20\x88\x3d\xce\x74\x63\x25\x3a\xeb\x59\x30\x59\xe6\xf5\xd1\x60\x48\x8c\x47\xca\x2c\xf1\xb6\x2d\x27\x4e\x1f\xa9\xbb\xad\xd0\x02\xe5\x3c\x65\x79\x89\xfb\xc5\xa9\x89\x20\xd5\x3c\x81\x54\xf1\x4c\x15\xcf\x44\x7d\x3c\xf1\xcc\xca\x54\x7d\x04\x02\x0f\x92\x4c\xd5\x47\x20\xb9\xd2\x4e\xfd\x74\x53\xa7\xdc\x73\x67\x81\xe8\x94\x9b\x19\x56\xca\x6a\x48\xcd\xbf\xc0\xda\x71\x90\xac\x94\xb8\xfa\x93\x98\xee\x4c\x35\x43\x20\x97\x76\xfe\x53\xe1\x8d\xeb\xef\x02\x07\x82\xc9\x4c\x8d\xc8\xf9\xb9\x29\x1d\x90\x1c\x08\xec\xca\xe7\x6e\xaf\xb5\x2b\x03\x41\x4c\x55\xa6\x76\x65\x1d\x85\xcf\x1d\x3d\x5a\x47\xe1\xfc\x1c\x85\xd3\x62\x56\x7a\x5b\x8c\x45\xa5\x1f\xaf\x90\x07\xa7\xc7\xbc\xbf\x62\x6c\x8b\x1d\xbd\x5f\x3f\x5e\x21\x3d\xef\x65\xb7\x1d\x5d\x4e\x47\xd3\xba\xed\x40\x9b\x3a\xf7\x4b\x9a\x6b\x0a\x97\x41\x75\xf7\x54\x9b\x02\x92\x20\x97\x4c\x35\x5f\x20\x35\x96\xa7\x8c\x23\xb1\x9e\x9c\x3b\xba\x46\x6a\x3d\x01\x52\x0d\x5c\x37\x61\x21\xf1\x92\x48\xdd\x84\x85\x72\x7a\x17\xa2\x9f\xb0\x90\x87\x13\xae\x82\x0c\xac\x62\x0c\x87\x77\x6a\x40\x7a\x38\x48\xad\xcf\x78\xfb\xae\x62\x74\x6a\x38\x6a\x83\x51\x43\x49\xc9\xe1\xa8\x0d\x67\xd4\x79\xd1\x06\x09\xe4\xe1\x78\xab\x0e\xea\x01\x7c\xe2\xbf\x92\x7a\x00\x0b\xd1\x9c\x64\x95\x3b\x3c\x7c\x57\x31\xba\xa5\xdd\x37\x8d\x87\x76\x31\x6a\x92\xc9\x69\x4f\x61\xb8\xa9\x56\x0e\xc4\xe9\xaf\xa9\xdc\x25\x7e\x88\xe7\x81\x4a\x9b\x32\x9d\x94\xe9\x9c\x92\x1c\x71\x62\x15\xcf\x03\xe9\x98\x6a\x77\x40\x7a\x90\x4b\x8d\x2d\x89\x7b\xc0\x79\x6c\xd2\xdc\x50\x0b\xf2\xe0\xb4\x9b\x9a\x51\x74\x3b\x3e\x8f\xc2\x34\x6b\xe5\x00\xd2\xf3\x9e\x6e\xc7\xa9\xdb\xf1\xe9\x41\x5c\xb7\xe3\xbc\x09\xa7\x3d\x1d\xdf\x5b\x99\x0c\x04\x31\x0f\x79\x7b\xb7\x77\xe3\x87\x78\xda\xb8\x5b\x8d\xef\x36\xcf\x08\x7a\xd6\xed\xe9\xff\xbe\xec\x3d\x6b\xfc\xf6\x8c\x0d\xe4\xf7\x6b\xb2\x2b\xa0\x9c\x07\x07\xfb\x5b\x7e\x05\xc4\xf6\x15\xf3\xd7\x14\xfa\x07\x5a\xdb\xad\xd0\x07\xa2\xda\x0e\x85\xfe\xcd\x41\xf9\x3c\x60\x88\xb7\xfc\x0a\x08\xb9\xda\xed\x41\x19\x68\x19\x7e\xf9\x55\xe0\x80\xb0\xde\xf4\x4e\xce\x3b\x9c\x19\x4e\x11\xb7\x27\x54\xa0\x35\x2b\x90\x0f\xdd\xe1\xcc\xa0\xc7\xde\x0a\x7d\x20\x8f\x6a\x31\x66\xe6\x96\xab\x1c\x1c\x13\x6e\xb9\x0a\x90\x07\xf7\x6d\xb7\x5c\xe5\x4e\x07\x84\x03\xe4\xad\x46\x09\xe4\x51\xfd\xd2\x76\x24\x93\x75\x62\x93\xbe\xe5\x34\x40\xca\xca\x6e\x6f\xa6\x80\xc4\x09\x33\x6f\x6f\xa6\x6e\x8e\x6d\xe7\xb9\x49\x7b\xa4\xa1\xeb\xb3\xe9\x6f\x8f\x6d\x37\x4e\x92\xa7\x7a\xcb\xed\x21\x1b\x88\xd3\x49\x50\x3d\x05\xa2\x58\x81\xea\xe9\xad\xda\x72\xb2\x04\x6f\xb9\x1b\x10\x87\x15\xa8\xb6\xdc\xea\x01\x64\x08\xca\x5b\x3d\x00\x48\x62\x84\xf3\x76\x9b\xde\x5c\xec\x9c\xa7\xbd\xf2\x62\x07\x88\x28\x92\x1c\x22\xb7\x2e\x59\x67\xf2\x76\xeb\x02\xe9\x19\xfb\x76\xeb\xde\x8f\xbd\x42\xee\xdd\x9e\xb8\x80\xf8\xe6\x45\x0d\x42\xbf\xf4\xf3\x44\x4c\xeb\x97\x2e\xc4\x89\xa6\xaf\x5f\xba\x90\x5f\x47\xdd\xcd\xba\xaa\x9f\xa4\xb5\x49\x5d\xd5\x53\xaf\xf1\xf3\xa4\x06\xbd\xc6\xb3\xcb\x91\x2a\xc7\xf3\x6e\x57\x81\x2c\x1c\x2f\xba\x1c\x49\x97\xe7\xf3\x62\xef\xea\xf2\x2c\x24\x01\x8c\xa9\xcb\x73\xea\x7d\x7c\x92\xd4\x23\xf5\x3e\xce\x41\xda\xa0\xf3\x82\x35\x0e\x0d\x7c\x40\xc8\x06\x87\x06\x3e\xdc\x86\xcb\xd9\xe0\x52\x43\x33\x1d\x10\x2e\xf2\xe1\x7d\x38\x90\xe5\xfb\xb2\x4b\xea\x7e\x29\x6d\x48\x53\xd9\x3d\x21\xd1\xb6\xa1\x5a\xd1\x58\x48\x43\xb5\x02\x88\x75\xc6\xfd\xa9\xe8\x1e\xee\xe2\xd1\x6c\x26\x07\x9c\xa1\x21\x0b\x68\xcd\x0e\xaa\x88\xe8\xd6\x7c\x36\xf4\x74\xdd\x9a\x73\xe0\x48\x74\x7a\xc9\x3a\xd4\x27\x80\xd8\x50\xfe\x86\xe6\xa8\xc1\x19\xed\x6c\xc8\x8d\xe1\x19\x6d\xe8\x73\x02\xf3\x1f\x6e\x95\x41\x2e\x9c\xb3\xb1\x94\x87\x4b\x19\x88\xca\x26\x18\x5e\xd9\x0e\x22\x2d\x4f\xd2\x30\xe4\x50\x58\x01\x41\x8a\x8f\x1c\xea\xc7\x03\xdb\xc5\x19\xc5\x62\xaf\x34\x3c\x4d\x91\xa3\xc3\x7d\x31\x9e\x6a\x31\x68\xae\x34\xa0\x35\x96\xc1\xd0\x4e\x00\x84\x52\x79\x28\x49\x86\x62\x23\x10\x4c\x43\xb1\x01\xb4\xb8\xfc\xd2\x8e\x72\x56\x3c\x03\x25\x74\x78\x56\x1c\x46\xc2\x73\x2a\x1e\x2a\xc3\xf8\xf8\xae\x62\x0c\x88\x66\x6f\x20\xb6\x22\xc9\x0a\x5e\x7f\x8d\x3d\x3b\x34\x27\x00\x41\x32\x81\xd4\x2d\x38\x27\x0e\x26\x27\x79\xc3\x72\xea\x60\x02\x04\x59\x90\x72\xaa\x1f\xcf\xd3\xce\xb3\x55\xa6\x9a\x2f\x10\xfb\x65\xb1\x26\x09\xaf\x96\xef\xcb\x90\xc4\x94\xea\x47\x30\xb5\xa1\x4f\x6d\xe8\x34\x77\x6a\x43\x9f\x1e\x3c\x71\xce\xce\xe9\xc1\x13\x08\x6d\xe8\xd3\x83\xe7\xc4\xb1\xe3\x0c\xf4\xac\xa9\x63\x07\x10\xc4\x4b\xe6\xd4\xb1\x63\xe2\x68\x7a\x06\x52\x63\x2a\xbe\x80\x20\x5e\x2a\x27\x8e\xa6\x42\xec\x1c\x59\xe7\x75\x4b\x72\xd8\xc2\x5f\xb3\x6d\xd8\x96\x03\x8d\x64\xaa\xa7\x4f\x65\x61\x70\x12\x9f\xca\x42\x20\x48\xf0\x91\x53\x59\xa8\x37\xf5\xa9\xa1\x50\x6f\x6a\x21\x88\x77\x4d\xbd\xa9\x53\x6f\xea\x13\x67\xf5\xd4\x9b\x5a\x88\xed\xfb\x72\x48\x62\x28\x09\x81\xcb\xa9\x01\x07\xc8\x8b\x85\x8a\xb7\xf5\x07\xab\x18\x34\xf7\x1f\x4e\xd5\x8b\xc6\xcf\xa9\x89\x4f\xc3\xcd\xd9\xba\xd3\xa3\xf3\x0c\x6b\x28\x16\xb3\x06\xc2\x0a\xc8\x3d\x90\x53\x7d\x7d\x2a\x46\x49\x1f\x95\x53\x31\x0a\x64\x41\xa5\x9c\x8a\xd1\xa9\x72\xae\x0f\xc2\x54\x39\x07\x42\x49\x32\x15\x99\xf3\xf6\xd7\xd0\x79\xa6\xc7\x6e\x20\x0b\xdb\x74\x2a\xf8\x80\xf0\x9c\x35\x15\x7c\x93\x2b\xd0\x53\x1b\xc9\xf4\x0a\x14\x48\xef\x0f\xa7\x57\xa0\x13\xff\xd8\x33\x61\xe0\x53\xde\x00\x64\x09\xeb\xb4\xa3\x37\xf1\x13\x2e\xb7\xdb\x8e\x92\x18\xe5\x24\x6d\x49\x4e\x55\x7d\x20\x70\xcd\xce\xa9\xa6\x0f\x44\x41\x17\x9d\x6a\xfa\x93\xa8\x9f\x33\x4f\x69\xdf\xaf\x21\xe1\x5d\x33\x2a\xec\x93\x1b\xd0\x33\x39\x9f\x4e\x6f\x40\xa7\x1e\x80\xae\x40\x4f\xfa\x53\x4d\x3c\x91\xfa\x53\x4d\x7c\x9a\x78\xd0\x59\x96\xb9\xcd\xe1\xf4\xb9\x89\xb4\x72\x03\xe9\x6d\xcc\x54\x39\x9f\xd3\x5e\x21\x59\xa7\x42\x0e\x48\x2f\x46\xa6\x27\xfd\x49\xe8\xc2\x99\x8e\xb8\x06\x54\xa0\x05\x1a\xda\x54\x11\x98\x8f\xd3\xe7\x12\x54\xed\x06\x42\xbb\x9a\x6e\xf4\x42\x1c\x08\x7d\xdd\xe8\x73\xbe\x7e\xe9\x2c\x6b\x3f\x9d\xda\x4f\xdd\x1d\x1e\xeb\xa7\xea\x34\x51\x87\x39\x55\xa7\xa7\x51\x7c\xb2\x23\xd5\x69\xdd\xe8\xeb\xb7\xc1\xb5\xa1\xe9\x46\x1f\x97\xc5\x5c\x0c\x5c\x24\xd6\xcd\x4d\xe4\x45\x22\x10\xde\x60\x4f\x39\xea\x5c\x5c\x74\x15\xb3\x6d\x0e\xe5\x8b\xdb\xe8\x57\xa9\x43\x89\xd0\xaf\x04\xdb\xa6\x1e\xf8\xf9\x60\x38\xa8\xda\xd0\x1e\x0d\x07\x40\x90\xa2\x20\x75\xca\x4f\x1c\xf1\x4b\xd5\x86\xf6\xc8\x2c\x81\xa8\x5f\xb1\x94\x84\x80\x85\x7d\x3e\x1e\x08\x1e\x5c\x8d\xeb\x56\xea\xcf\x45\xf7\xe3\x45\xe3\x63\x9e\x25\xce\xc4\x8f\x7a\x08\x50\x2a\xb9\x6b\xf2\x51\x11\x79\x74\x45\xe6\x22\xe9\xf1\xa2\xd1\x40\x81\xaa\x47\x85\x81\x02\x42\x78\x7c\x34\x50\x20\x9f\xea\x78\xed\xd2\xa6\x34\x24\xb7\xbd\xf1\xbe\x10\x48\x2f\x97\x1e\xaf\x0b\x1f\x58\x7a\xdd\xd0\x2a\x1e\x59\x3a\x10\x64\x34\xcb\x47\x96\x0e\xac\x62\xfc\x9a\xbe\x7a\x40\xea\xd0\xf4\x78\xab\xf8\x5c\xae\x02\x58\xc2\xe3\x59\x06\xc8\x12\x7e\xe9\x40\x63\xa8\xae\x1b\x07\x97\x47\x43\x35\xd0\x1a\xa6\xc4\x47\x43\x35\x51\x07\xa5\x6e\xa7\x0d\xf9\xda\xfb\x32\x46\x7c\xa9\x37\x09\x91\x06\xab\x18\x35\xc8\xfa\x81\x20\x72\x31\x1f\x4d\x9f\xc0\x2a\xc6\x18\x69\xfb\x04\x52\xd6\xf1\x28\x20\x80\x24\xfb\x57\x3e\x0a\x88\x07\x01\x51\x35\xa4\x3e\x0a\x08\x20\x4b\x93\x64\x0f\xf4\x00\x44\x8c\x3c\xca\x07\xa3\x1f\x2a\x5e\xee\x69\xf4\x43\x3e\xe1\x02\x85\x09\x3f\xda\x7b\x1e\xed\x3d\x8d\xa1\x54\x3f\x03\x56\x31\x7e\x4e\x05\x0d\x48\x0d\x98\x8f\xa7\xb1\x27\x9d\x3f\xc7\x4d\x61\x00\x84\x9a\xea\xa3\x30\x78\xd2\x75\x04\xd3\x79\x34\xdc\x03\x49\x24\x50\x3e\x1e\xb3\x80\x2c\x2e\x54\x8f\x59\xcf\xed\xe8\xc2\x87\x1e\x85\xc1\xe3\x29\x88\x1d\xfb\x28\x0c\x88\x99\x28\x55\xf3\xd0\xa3\x8f\x0c\x10\xa4\xda\x48\xe3\x27\x92\x98\x89\x55\x8c\xe1\xd5\x14\x04\x44\x45\x2f\x7a\x3c\x2c\x19\x2c\x51\xb5\xfb\x1a\x2c\x21\xa4\x5e\x3e\x06\x4b\xe4\xd3\x5d\x95\xf0\xab\x47\x69\x00\x44\xb5\x02\xa5\x01\x10\x3b\x8a\xe8\xa3\xdd\xe7\xe9\x8e\xae\xd3\xac\x79\x18\xc8\xf2\xfd\x98\x9d\x7f\x9d\x2b\x47\x5c\x4e\x07\xc4\x85\xfa\xf4\xe8\x1e\x61\x44\x42\xd5\xaf\xd1\x88\x84\x7c\xc9\x5b\x50\xbd\xb2\x7a\x55\xb3\x80\xa8\x4c\xf3\xab\x96\xf5\xba\xc6\x55\xb0\xdf\xeb\xa3\xbd\xd4\xb0\xc6\xed\x75\x8d\x1b\x1e\x50\x77\x69\x2e\xa4\x97\x9c\x66\x95\x70\xa9\x7c\x9d\x67\x20\x76\x8c\x63\xaf\x8e\x9e\x38\xef\x97\x4a\x66\xc0\xd4\x7b\x5f\xc8\x13\x13\xe9\xab\x6a\xf0\x3a\x81\xc4\xa5\xe7\xeb\x04\x02\x49\x64\x62\xbe\x4e\xe0\xeb\x04\xaa\x77\xbe\xf7\xf7\x29\x26\xbf\xaf\xd8\x2d\xa9\x5b\x8c\x4a\x15\xfa\x40\x92\x02\x22\x5f\x85\xfe\x3b\xbe\x5f\xe3\x53\x25\x2b\x10\x0d\x93\xdf\xab\x64\xd5\x05\xbf\x6a\x6e\xd2\x05\x5f\x48\xb2\xcd\xa5\x2e\xf8\xf9\x22\x0b\xeb\xce\x12\x79\x95\x85\x40\x9c\xfe\x9a\xb2\xf0\xc5\x43\xa7\xea\x34\xff\xea\xa1\x03\x34\x6f\x9e\x5f\xcf\x08\x2f\x07\x82\xaa\x31\xe8\x7d\xbe\x1a\x1e\x2a\xdd\x21\x39\x59\xc8\xc7\xaa\x09\xf1\x55\x3e\x02\x4d\x35\xf9\x75\xd5\xbc\x4a\x34\xaf\x4f\x5e\x25\x1a\x10\x27\xb7\xb6\xaf\x12\xcd\xf0\x80\x8a\x41\xeb\x36\x3c\xe0\xde\xb0\x98\x57\x8c\x83\xf7\xc6\x89\x40\x08\x42\xeb\xef\x0d\x8b\xf9\xbd\x71\x48\xa8\xf8\x6a\xdc\x1b\x52\x4e\xc8\xf3\xf0\xcb\x26\x29\x2c\x16\xd0\x52\x9a\x43\x6e\xb1\x5b\x92\xbd\x5f\xbb\xf2\xde\x58\xbe\x42\x23\x65\xdc\xbd\xb1\x7c\xef\x4d\x31\x86\x61\xe6\xde\xaa\x0d\x21\x9f\x06\xd7\x8b\xf7\x86\x18\xbb\x37\x22\xd4\xea\xb1\xb8\xd4\xbd\x55\x6b\xc0\xbf\x7c\xdb\x25\x75\x48\x0a\xa3\xe3\xe2\xd7\x10\x46\x42\x70\x57\x72\x6f\x08\x23\xa1\xd4\xa3\xd1\xb6\xcb\x01\x41\x18\x91\x48\xf8\xde\x2e\xdb\xd1\xfc\xb5\x56\x16\xad\xf9\x6b\x5a\xcc\xf6\xf2\x53\xd9\x7d\x6f\xcd\xca\x14\x1b\xdc\xde\xdf\x5b\xfb\x7e\x19\x86\x72\x31\x49\xcd\x1e\xba\x41\x49\x08\x73\x1b\xc3\x21\x04\xdc\xf4\xde\xc2\xfa\x65\xd7\x47\x52\x2c\x3f\x1a\x6d\xb2\x58\x5a\x29\x39\x6e\x2b\x77\xca\xf7\x96\x56\x9a\x24\xec\xfb\x48\x56\x2a\x57\x27\xd4\xea\xde\xd2\x29\x4f\x22\x95\x0a\x63\x93\x4e\xb9\x7b\x96\x5c\xc9\xf7\x76\x3b\xe5\xd8\xdf\x71\x90\xbc\xb7\xdb\x09\xe1\x52\xb5\x7e\xab\xa5\x3b\xbf\xb8\x7c\x7c\xcd\x1d\xf6\x0a\x83\x73\x3d\x9d\xf2\xe1\xca\x30\x0c\xcc\x49\x1a\x7e\x39\xad\xf4\x62\x9d\x4d\x2b\x9d\x04\x27\x07\x53\x3e\xad\x74\xfa\x6b\xcd\x62\xfe\xda\x82\xb8\x76\xba\x30\xfd\x35\x37\x23\x01\xe7\xb7\xf1\x1f\x42\x90\x08\xe9\x26\x16\xe4\x97\xdb\x20\x8e\x7a\x2e\x7e\x7d\x17\x0e\x33\x37\x3e\xbf\x74\x60\x97\xb0\xdf\xf8\x8d\x53\x66\xef\x92\xb8\x43\x5b\x9a\xcc\x6d\x92\xef\x9b\x24\xde\xfb\x09\xe5\xb5\xcc\xda\xc1\xb8\x5e\xde\x87\x3f\x84\x6b\x9b\xab\x40\xb7\x9c\xfb\x5c\xcc\x00\x1f\xb3\xbb\x4a\xa9\x4b\x42\x10\x7e\x71\x9b\xc8\xf0\xbe\x96\x68\xa9\x4b\x53\xbb\xaf\x21\x65\xb1\x88\x7a\xae\x32\xcd\x32\x24\xb3\xba\xd6\x21\xe7\x26\x79\xd4\x2f\x77\x5b\x8d\xb8\x8e\xf5\x95\x57\xcf\x37\xf7\xb6\xc9\x4d\xf9\xed\xb5\xed\x1d\x84\x73\x91\x98\xf1\xf6\x06\xf5\x8e\x35\x69\x17\x93\x10\x84\xea\xdc\xb1\xd8\x5f\xdb\x56\x19\xaf\xe4\xee\x5c\x4a\x64\x72\x65\x73\x27\xf6\xaf\x3b\x71\x53\xdb\xc8\xc0\x78\x93\x0d\xe7\x83\x45\x5b\x3f\x66\x6a\x9b\xdb\x0b\xad\x0d\x4b\xf5\xed\x85\xd6\x9d\xe6\x82\xc4\x97\xef\x4e\x57\x25\xd0\xf0\x1f\xbe\x13\x23\xe9\x9d\x6b\xca\xda\x3a\x15\xde\x9a\xdf\xef\x1b\x63\x45\xad\x4b\xc8\xdd\x37\xc6\x0a\x21\x08\x8d\xba\x6f\xd9\xd0\x2d\x1b\x5a\x5a\xe1\x7d\xcb\x86\x34\x8e\x57\x82\x55\x6e\x8d\xe3\x42\x10\x7e\x74\x6b\x1c\x17\x4a\xad\x17\xbf\x86\x5a\x28\x24\x3e\xd1\xf7\xed\xf6\xc6\x5e\xbe\x8a\x49\x6b\xd2\x0c\x09\x4e\x48\x21\x29\x2d\x76\x42\xbb\xa5\x19\x76\x6b\xa5\x5d\x12\xf9\x03\xd2\x3a\x87\xa4\xc7\x2f\x69\xae\xa3\xa6\x39\xbb\x12\xb4\x76\x6b\xce\x16\x5a\xf8\x69\xfa\x6b\x89\x60\xc5\x87\xe6\xd6\x9e\x2d\x64\x29\x16\x73\xd8\x34\xdb\xc1\x2c\xb4\x70\x0b\xeb\x4b\x2a\x4d\xc7\x8d\xd8\x59\xb9\xf7\x7d\xdb\x8e\xdb\xa1\x64\x7b\xdc\x2e\xa2\xfb\xf3\xe1\xfc\xdd\x2f\xb7\x06\x5d\x21\xb6\xe3\x82\x54\x24\x39\xb8\x4b\xff\xbd\xbb\x62\x0a\x08\xbc\x9f\x6f\x33\x94\x08\xa5\x5e\x2c\x40\x53\x94\x08\x49\x5a\xf5\xbb\x2b\xb9\xba\x59\xbd\x36\xbf\x6c\x92\x9a\x5f\x16\x68\x21\x8d\x23\x1b\x92\xcb\xdc\x26\x42\x90\xf1\xf9\x36\xb7\x89\x90\xe5\xeb\x40\x97\x34\xfc\xb1\x1d\xda\x94\xe6\xa0\xf9\x63\x0c\x9a\x86\xeb\x4a\x12\xd3\x5b\xc3\xf5\xdd\x1d\xa1\xab\x52\xce\x11\xea\x66\x2d\x58\x1d\xd0\xf8\x7c\x0f\xc5\xf1\x85\x40\x18\x76\x0a\x88\x0b\xae\x32\xec\xd4\x70\xe5\x5e\x6c\xbe\xe1\xca\x1d\xfa\x72\x14\x49\xbb\x24\xa6\x1d\xab\xee\x3d\x5c\x45\x40\x1e\x56\xca\x79\xe3\xd6\xf8\x5b\x51\x9e\x6e\x8d\xbf\xb7\xc9\x2a\x6a\x43\x2f\x30\x59\x85\x10\x64\x0d\xba\x4d\x56\x71\x93\x5f\xa2\x54\x0e\x60\xb7\x09\x26\x84\x70\xa7\x0d\xa5\x10\x10\x04\xae\xdf\x43\x29\x34\x1c\x0f\xbc\xb1\x6f\x0d\x9b\xf7\x54\xcb\x20\xc7\xdb\x3d\x9d\x18\x20\x09\x66\xbf\xa7\x13\x33\xc9\xaf\x53\xf1\xe1\xbc\x27\x87\x54\x21\x8f\xbf\xc1\x32\x7e\x4f\xce\xb0\xb7\x66\xc9\x4a\x32\xad\x5b\xb3\xa4\x90\x38\xed\xde\x9a\x25\x6f\xcd\x92\x35\xe0\x98\x9a\x25\xef\xcf\x2c\x89\xa8\xd1\x2c\x79\x4f\x05\x7e\xd8\x4e\x39\x02\x90\x98\x4c\x6f\x0d\x89\xb7\x76\xbe\x1a\xc8\x3c\xed\x7c\xf7\x24\xb3\x78\x25\x16\xed\x9e\x61\xad\xb8\x82\xe2\xfa\x78\x4f\x3c\x09\xef\xe9\xd1\x0e\x8b\xf4\x4d\x42\x86\x0f\xf2\x80\xbf\x98\x96\xe1\xc6\x42\x58\x2a\x16\xe9\x5b\x13\xa1\x90\x38\x19\xdf\x98\x0b\x7f\xb9\x35\x07\x56\xd2\xd3\xdd\x9a\x03\x85\xe4\xc5\x8e\x5b\x73\xe0\xad\x9d\xaf\x12\x0b\x7e\x6b\x2b\xb9\x3f\x23\x84\xaa\x9a\x46\x08\x21\x09\x7a\xbf\x35\x42\xdc\xd8\x03\x4a\xc5\x9e\x7b\x6b\x10\x10\x5a\x63\xd9\x6a\x0f\xb8\xbf\xc3\x2e\xc9\x6c\x6f\x0f\xbb\x42\xe0\x62\x72\x1b\xea\x7f\x7f\xe7\x5f\x02\x90\x6e\xcf\xbf\x42\x73\x89\x7a\xfe\xbd\x1f\x7b\x9f\x0c\xdc\x63\xef\x81\x20\x7b\xf0\xfd\xd8\xfb\x47\x4d\x89\xac\x33\xf7\xe3\x1a\x05\x1a\xd6\xf2\xfb\x71\x8d\x92\x24\xa0\xd4\x64\x29\x9b\x25\x40\x68\x84\x11\xdd\x1e\xda\x6e\x83\xb5\x6b\xd6\xd5\x2d\x83\xb5\x85\x20\x40\xfc\x36\x58\xfb\x7e\x35\x08\x64\xac\xb6\xbd\xb2\x79\x20\x2f\xba\xf0\xba\x41\x3d\xb4\x5d\x1b\x8c\xd9\x43\xdb\xfd\xb2\x44\x2e\xec\x4e\xf7\xeb\x12\x79\x4d\x3e\x7f\x34\x48\x87\x24\xfd\x7c\xa8\x34\x6c\x07\xae\x1b\x17\xb9\xe1\xef\xd7\x4d\x0b\x24\x29\xea\xef\x17\xd7\x0d\xa1\x91\x9a\xfa\x7e\xd3\x3a\x59\x21\x17\xd6\xa1\xfb\x75\x85\xbc\x46\x09\x32\xf3\x9e\x1d\x6f\xc2\xb7\x57\x31\xba\xa0\x68\x01\xf2\xaa\xfe\xda\x94\x64\xaf\x0e\x8b\x59\x29\x72\x04\xaf\x92\xfb\x75\x74\x0d\xe9\xbe\xb6\x25\xe0\xbb\x27\x19\x61\xd1\x12\x5a\x91\xb6\x33\x6e\x0d\xd2\x21\xe9\xa0\xd8\x5a\xf8\xdd\xd3\x8d\x90\xd7\xe9\x97\x55\x92\x0d\x59\x73\xda\x3d\x8f\x08\x49\xb8\x62\xdf\xaa\x95\x56\x7f\xad\x52\xac\xfa\x6b\x04\xca\xb6\x4a\xdb\xaa\xbf\xc6\xa5\xfe\x45\x34\x4a\xdf\x30\xab\x09\xc1\xf5\x5e\xdf\xb8\xd4\x17\xf2\x5a\x9b\xad\x73\xaa\xf9\x20\xc2\x8e\x72\xb6\x11\xd6\x8f\xd1\x2b\x0e\x37\x42\x5e\xa7\xbf\x3f\x24\x0d\x8b\xf9\xe9\x94\xc6\x95\x42\xb5\x07\x8f\x24\x3b\x5a\xe9\x7c\xb5\xa3\xb8\xf9\x5f\x8d\x5f\xbb\xec\x28\x2c\x8f\x04\xa5\xdd\x93\x92\x10\xcd\xae\x5f\x0e\x2e\x11\xb6\xd5\x81\xbc\x1c\x0d\x62\x01\x2e\x7b\x7e\x39\x1a\x97\x6b\xe1\x62\x0a\x2e\x5b\x8b\x85\x8e\x27\x2a\xfa\x76\xd9\xd8\x66\x07\x2e\xfa\xd9\x3e\x1a\x91\x46\x45\x92\x1d\xf8\x36\x42\xf0\x69\xd8\xda\x74\xbc\x83\x8e\xa6\xe3\x8d\xf9\x89\x07\x11\xfa\x96\x8e\x37\xb7\x18\x17\x0e\x7a\x7d\x4b\x07\x9c\x5b\x8c\x70\xd4\xd2\x01\x77\xb5\xa1\x42\xf4\xed\x76\x65\xa1\xf8\xb3\x88\x8c\xe7\xee\x06\x6a\x5f\x65\x6d\xa1\x6e\xa0\xb6\x10\x28\x37\xdd\x40\x6d\xa1\x5c\x64\x55\xee\x06\x6a\x0b\x41\x3e\xe6\x6e\xa0\xb6\xb0\x8a\x35\x68\xaf\x34\xbc\x35\x97\xbe\xdd\x8b\xeb\x0f\x08\x0e\xab\xdd\x70\x6e\x61\x7d\x69\xb1\x5d\x1a\x96\x1b\xe6\x98\xd8\xee\x5f\xba\xf1\xc3\x17\xef\x5f\x75\xe3\x87\xbb\x31\xba\x17\xa1\x27\xdd\x18\x5d\x21\xb9\xe3\xeb\xc6\xe8\xf6\xf2\x8d\x47\xd2\x05\xc7\xe3\x7b\xc5\x6a\x31\xb2\x6e\xec\xa3\x50\x2e\xd2\x49\xf4\xdd\x0d\x09\xe4\x59\x25\xd1\xb6\x1d\xb3\xee\x45\xfe\xb5\xbe\x63\xd6\x15\x92\x53\x60\xdf\x11\xa6\x7d\x27\xcf\xe5\xb5\x9f\x3f\xcf\x76\xda\x77\x17\x10\x10\xe8\x30\x7d\xe7\xbe\xaf\xfb\x14\xd6\x45\x12\xd9\xee\x53\x58\x42\x22\xa7\xba\x4f\x61\x75\xc3\x36\xaf\xdd\x06\x38\x38\x40\x9e\x95\x66\x86\xbd\xc1\x6d\xee\xc2\x5e\xd5\x77\xdc\x55\x84\xe4\xf6\xb7\xef\xdc\xc6\xf5\x1d\xed\xfb\x22\x9f\x54\xdf\xf3\xa3\x99\x41\x97\x2f\xd1\xbe\xfb\xee\xb0\xe2\x1e\xd5\x3d\x4e\xf6\xfd\x4b\x7a\xbb\x48\x46\x50\x76\xde\x4a\x2a\xd7\x9e\x27\xb4\x43\x1a\xb7\x54\xac\xe3\x43\x9e\x66\x68\xe4\x45\xb8\x54\x37\x34\x52\x48\x64\x68\x37\x34\xb2\x1b\xf3\x78\xe1\x32\xd5\x8d\x79\xec\x3c\xb6\x53\x2e\xdc\x5a\x3a\x4f\xee\x7c\x90\x27\x3b\xdb\x87\x77\xba\xa1\x91\x17\x6c\xbe\x1b\x1a\x29\x24\xa9\x4d\xbb\xa1\x91\xc2\x2a\x46\xad\x88\x16\x21\xae\xa4\x5b\x88\x96\x7e\xd8\x7b\x7c\x58\xba\x67\xe0\xee\x83\x30\xc4\x84\x74\xc3\xbb\xfa\x29\xc3\xc5\xa7\xbf\x1b\x44\x25\x44\x5d\x7a\x56\x37\x86\xaa\x1b\x30\x75\xe1\x85\xd3\x0d\x98\x12\x12\x6b\x5d\x37\x60\xaa\x13\xf6\xb4\x8a\x05\xb4\x47\x1a\x3b\x7b\xc9\xda\x6e\xd8\x53\xff\xc2\x9e\x90\x2c\x86\x3d\x09\xe5\xc2\x23\xb5\x9f\xa8\x85\x42\x60\x21\xec\xa7\x3c\x92\x68\xa3\x55\x8c\x4a\x5d\x5c\x40\x10\x2f\xdf\x8d\x36\xea\x67\xb3\x1d\x07\xbf\x26\x5f\x03\x92\x17\xa2\xba\xf1\x41\x9d\xc8\x9f\x72\x11\x11\xdd\x0d\xfd\x11\xf2\xac\x92\x1c\x0f\x97\xe5\xd7\x53\x27\x0b\x48\x5e\xaf\xea\xa7\xcb\x92\x87\x64\x56\x31\xda\x9b\xfe\x5a\xfa\x6b\x0c\x65\xfa\x6b\x4e\x0c\xae\x3f\x5d\x53\x44\xff\x22\x62\x96\x0a\xd8\x0d\x88\x11\xca\xc5\x53\x60\xbd\xba\xdb\x81\x16\xbb\xc5\x76\x49\xb7\xc5\x76\x68\x5d\x1a\x5e\xcc\x4b\x57\xea\x55\x2e\xc9\x4b\x20\xe5\x22\x97\x5d\xaf\x5c\x4d\x09\x41\x5e\xb2\x5e\x95\xa1\x15\xd3\xdf\xc5\x9d\x62\xaf\x8a\x47\x20\x4f\x64\x7e\x55\x3a\x02\x41\x26\xed\x5e\xeb\x57\x81\xf2\xc6\x1f\x63\xa1\xd6\x6f\x4a\xd9\x58\xd5\x29\x05\x12\x97\xf6\x5e\x9d\x52\x43\x7a\x2e\xde\x66\xe9\x86\xf4\xf4\xaa\x76\x53\xe1\xd6\x35\xad\x21\x09\xc2\x44\x72\x13\xcb\xf3\x41\xe2\xc5\xd8\x8d\xe8\xe9\xd5\xd1\xc5\xb9\xa5\x6b\xd6\xe9\xf5\xf3\x6c\x5e\xcd\x35\x34\xa4\x5f\x32\xf5\xca\x24\x5c\x32\x75\x20\x39\xc0\xf7\x4b\xa6\xce\xbb\x1b\xe5\x22\x9d\x4c\xf7\xe1\x0d\x21\x79\xd5\xa5\x1b\x54\xd2\x2f\x9c\x92\xae\xda\xfc\xb5\x94\x86\xc3\xc4\xe6\x97\xb7\x24\xe6\x0a\x9f\xe8\x7e\x39\x94\x40\x9e\x4b\xe7\xee\x97\x43\x09\x34\x59\xd9\xe5\x50\x1a\x7b\x72\x91\xaf\xa6\x1b\x7b\xd2\x7d\x77\xe3\x22\x8f\x69\xd7\x5c\xd5\xaf\xef\x8e\x75\x7d\x6a\x38\x4a\xe7\xf9\x84\x72\xa9\x8c\x35\x85\x21\x10\xf8\xbb\x74\x9f\x52\xe8\x3c\x9f\x50\xae\x0b\xe6\xd3\x94\x7c\x40\x0b\x36\x73\x73\x8c\x9a\x3d\xbd\xae\x0a\x2d\xa5\xc1\xa1\x59\x20\x3e\xa5\xd0\x1b\xaa\xf9\x75\xb1\x2a\x9b\x8a\x0b\x90\x1c\x3c\x7b\x53\x71\x01\x42\x9d\xd0\x97\x0e\x84\x68\xfe\x98\xc2\xab\x61\xe1\xb9\xf0\x0c\xeb\xad\x7d\xb4\x25\xd0\x2a\xac\xa1\x61\xe1\x11\x62\x63\xc9\xf0\x38\xc2\x02\x86\x4d\xbe\x68\x54\x8c\x10\xd7\x46\x3f\x15\x3b\x4d\x35\xbf\x39\x6c\x61\x47\x79\xd5\xe0\x1b\x22\x39\x43\x73\xc0\x1b\x3c\x50\xdb\x5f\x37\xcc\x04\x33\x4a\xd7\xd4\xd7\x43\x79\x42\x0a\xc7\x1e\xca\x13\x20\xae\xcd\x62\xa7\x24\x98\x2c\x9d\x32\x16\x45\x58\x5f\x5a\xec\x92\x46\xf2\x65\xb4\x0a\x13\xa6\xf7\x50\xe3\x69\xc7\xcf\x83\xb7\x7b\xa8\x10\x01\x49\x3a\x84\x1e\xae\x81\x70\xc2\xf1\x1f\xeb\xe1\x84\x03\xc1\xcb\x05\x3d\x9c\xf0\x90\x23\x90\x6e\xac\x87\xb3\x0b\x34\xb2\xb3\xf4\x70\x19\x03\x71\xa2\x47\x86\xcb\x38\xd4\x97\x09\xa6\xe8\xe1\x3a\x8e\x4f\x5f\x96\xf4\xb5\x83\xb5\xb8\x59\xe7\x2b\xe9\xf5\x4b\x7e\x4d\xf9\x00\xc4\x59\x68\x86\xbc\x24\x5c\x17\x1e\x0c\xc2\x75\x01\x04\x46\xc9\x1e\xae\x0b\x43\x66\x2e\x5c\xdb\xba\xb6\xd7\x1e\xdf\x8c\x07\x35\x38\xe3\x40\x14\xa7\xcd\x19\x8f\x6f\xc6\x83\xd1\x77\xc6\x0d\x93\xc0\x04\xd4\x35\xc9\x76\xd3\x99\x5f\x1c\x4e\xbb\xe9\xcc\x85\xe6\xe8\x9a\xce\xbc\xa7\xfc\x30\xa8\x21\xaf\x8f\xb6\xf8\x21\x06\xde\x9e\xf2\x43\x82\x13\xca\x45\x56\x9b\x6e\x74\x82\x10\xbc\x46\xd1\x8d\x4e\xe8\x1a\x73\x2f\xfc\x4b\xba\xc6\xdc\x9e\xf8\x04\x5e\x58\xd9\x7b\xca\x23\x81\x50\x8b\x36\xef\x77\x27\xd7\x77\xb9\xb0\x80\xf5\xbc\xfd\x94\xf3\x75\xda\x05\x7b\xaa\xd3\x35\x59\x08\xba\x46\xdf\x4e\x5a\xe7\x72\x71\x61\xd1\xcd\xeb\x2c\x04\x61\xab\xfd\x76\xb9\xdf\x9e\x09\x89\xf8\xea\xb7\xeb\x1d\x48\xf7\xd8\xed\x7a\xbf\x15\x4a\x1e\x52\x6e\x59\x29\x90\x17\x1b\x5b\x6f\xed\x6e\xe2\xe8\x8b\x1c\x25\xdd\xc4\xd1\x42\x9c\xb0\x21\x13\x47\xf7\xdb\x55\x43\x8e\x92\x7e\xbb\x6a\x80\x24\x7e\xac\xdf\x8e\xf8\x7d\xa5\xc5\x68\xef\xe5\xa7\x0b\x12\x83\x77\xbf\x2f\x46\xfc\x56\xb1\x25\x6b\x58\xd7\xd4\x2c\xc4\x5e\x25\xd9\x05\x67\x01\xa7\xa4\xae\x71\xb8\xdf\xe1\xa7\x97\x34\x3f\x0d\x7b\x2f\xc9\x4f\xc3\xde\x33\xa9\x77\xd8\x7b\xfd\x3c\x99\x3f\xdc\xb9\x3f\x58\xc5\x0a\xb4\x90\x16\xfc\x1a\x5d\x50\x1f\xc1\x83\x7b\x15\xa3\xab\x6a\x8a\x40\xe2\xc9\xda\x6f\x15\x45\xbd\xa9\xaf\x64\xd5\x68\x6b\x16\xe2\x64\x0d\x6a\x6a\x16\x82\xc8\x97\xae\xa9\x59\x28\x17\x17\x0f\x5d\x53\x73\xd7\x7b\x98\x00\xc3\xae\xad\x59\x08\x1c\x48\xba\xb6\xe6\x6e\x4e\xeb\x8b\x50\xbc\xae\xdd\x57\x68\xa4\xbc\xeb\xda\x7d\x7b\x47\xc5\x6c\x38\x25\xf5\xae\x8a\x09\xa4\x1c\xb7\x3b\xf3\x1d\x21\xda\xb0\xac\xf4\x2e\xf7\x01\xb2\xb1\x2a\xbb\xdc\xa7\x9b\x43\xb8\x4a\x9a\x92\x5e\xbf\x5c\xe3\xd1\x5d\x20\x40\x92\x1d\xa9\x77\x17\x48\x27\x12\xa0\x61\x66\xec\x5d\x41\x05\x64\xb3\x69\x0a\x2a\x20\x79\x85\xa1\x77\x05\x15\xb0\xbe\x3c\xa1\xd9\x03\x6c\x96\xfb\xf7\xa5\x3d\x60\x05\x36\x2c\x3c\xbd\xbb\x02\x81\xd8\x1d\x22\x57\x60\xc7\xbd\xb2\x61\xe1\xe9\xdd\xe3\x16\x90\x24\x56\xea\x1d\xff\x83\xae\xd1\xbb\x71\x35\xdb\x35\x7a\x77\x8d\xde\x0d\xef\x99\xae\xd1\xbb\xeb\x73\x8d\xeb\x59\xd7\xea\xdd\x07\x4a\x50\x23\xaf\x45\x1f\xf2\x7b\x20\x35\x08\xe8\x85\x2d\x34\xf7\x95\x5e\xd8\x1d\x8f\xeb\xd2\x88\xe1\xeb\xba\x5c\x0b\x81\x83\x43\xd7\xe5\xba\x0f\x38\x5e\xc3\x01\xb0\x0f\x87\x17\x48\xcc\x93\x7d\xc8\xf1\x80\x55\x8c\x4f\xb5\x7c\x00\xd9\x98\xe5\xa1\x02\x31\x9c\x18\xae\x75\xfa\x70\x62\x80\x48\xd6\xd1\x70\x62\x80\xd2\xb8\x61\xe9\xc3\x99\x01\xb2\xa1\x2a\x0d\x27\x06\x58\xc5\xfc\x34\xa5\x91\x92\xfc\xb4\x6d\xf6\x8a\x63\x72\xe3\x72\xa6\x0f\xcf\xc1\x40\x90\xcf\xa9\x0f\x27\x06\x58\xc5\x6c\xef\x2b\x0d\xf3\x02\x46\x82\xe1\x81\xd1\x0b\x84\x56\xca\xcf\x83\xc0\xba\xf7\x0b\x42\x12\x8e\xd5\xbd\x5f\x10\xd6\xaf\x30\x49\xcd\xf1\x22\x56\x54\x21\x37\x64\x57\x40\x6c\x8e\xaa\xec\x0a\xc8\x1d\xc9\xad\xa7\x7a\x1f\x68\x52\x38\x9c\xf4\xa1\xc4\x04\x42\x8d\x5f\xdf\x75\x21\x2e\x27\xb2\x39\x32\xc8\xa9\x56\x8a\xbf\xef\x84\x9b\x6a\xed\xf0\xcb\x21\x69\x5a\xcc\x61\x70\xb4\x9a\x41\x6c\x90\x5c\xb2\x03\x89\xdc\x8a\x33\xa9\x44\x06\x12\x27\x97\x3e\x94\xc8\x40\x53\x84\x0e\x59\x2b\x90\xee\xf4\x21\x6b\xd5\x85\xbe\xf1\xba\x57\xd7\x85\x5e\x88\x13\xf5\x53\x17\x7a\x61\x15\x93\x66\xdf\xcd\xc5\xe9\x70\xcb\x5a\x81\xd8\x4e\x5b\x6b\xdf\x83\x14\x8d\xae\xf5\xb0\xeb\x18\xfb\xf7\xaf\x94\x5d\x0f\x17\xc5\xee\x8f\xb9\x28\xcc\xcb\x6c\xcb\xd2\xae\x63\xce\x68\x1a\x25\x4c\x03\x2e\xc4\xe5\x97\x9a\x33\x80\xd4\x84\x32\x3c\x12\x01\x49\x4e\xa0\x6e\x08\x80\x10\xa7\xeb\x40\xfe\xee\x95\x4f\x23\x5f\x60\x1f\x72\x03\xdc\xdb\x77\x4d\x5f\xde\x02\x75\xdd\xdb\x1b\x59\x1b\xbb\xee\xed\xfd\x73\x6f\x87\x69\xe8\xde\x2e\x24\xd9\x43\xfa\x54\xb4\x03\xeb\xcb\x03\x5a\x95\xc6\x4a\x43\x2e\xea\x04\xdf\xf1\x78\x5f\xc5\xfc\xb5\x90\x46\xc2\xfd\x6a\x3b\x52\x12\x9b\x10\x29\xeb\xcd\x93\xb0\xbe\xf4\xd7\xba\x34\x4c\x81\x5f\x3b\x86\x24\xf7\xea\xe9\xa7\x53\x9a\x6f\xf6\x59\xe7\x23\xc9\x69\x39\xad\xf4\x95\xf6\x92\xa2\x63\xcd\x9e\xfe\xf3\x7d\x56\xf9\xc8\x29\xad\x49\x63\xb3\x60\xbc\x9b\x8a\x28\xa0\xb4\x62\x4f\x95\x51\x40\xb8\x3f\xa7\xdc\x71\x5e\x2e\x49\xbb\x25\xa7\x02\x52\x2b\xe2\x94\x51\x01\x21\x53\xf2\xd6\xab\x4f\xc5\x05\x69\x9f\xbb\xae\xf7\x42\xe0\x62\xd5\xa7\xe2\x02\x08\xde\x8a\xed\x53\x1b\xf0\xfc\x98\x52\xf3\xd7\xec\xe8\x65\x5e\x70\x7e\x4c\xa6\x34\x3f\xa6\xe4\x2c\xcb\x75\x74\xd0\xd7\x94\xa1\x83\x7e\x9f\xcd\x8e\x22\x2b\xa7\x6c\x01\x88\x8a\xd2\x31\x65\x0b\x40\x90\x65\xa3\xeb\x9f\x2f\x24\x39\xa9\xba\xfe\xf9\x7d\x7e\x5c\x21\x2c\xe6\xbc\xf8\xb2\xb5\xd3\x22\x57\x00\x56\x31\x9a\xe6\x69\x0d\x08\x82\x9e\xbb\xd7\x76\x9d\x3b\xb8\x55\x4c\x9a\x4d\x0b\x9c\x81\x0f\x2a\x75\xd7\x7a\x47\xd7\xf0\xf1\xe9\xde\xd1\x09\x49\x82\xa6\xee\x1d\x5d\xc7\x8b\x7f\x15\x93\x66\xdb\xb8\xbb\xc1\x7d\xa4\x9b\x61\x5d\x58\xc5\xa8\xd4\xad\x0c\xa4\xf6\x4b\x6f\xf7\x84\xb8\x30\xc3\x79\xbb\xd7\x67\xba\xb2\x9c\x3e\xcd\xc2\x40\xd4\x43\x92\x13\x4f\xea\xc6\xa6\xee\x30\x65\x02\x40\x10\x3e\xde\xa7\x4c\xc0\xbb\xc2\x46\xb8\x74\x37\x26\xa0\xe3\x6b\xbd\xf3\xa0\x5d\xf7\xfa\xb0\x3f\x1c\x4b\x1b\xcf\x88\xf4\xc7\xbd\x0c\x04\x2e\x3e\xfd\x71\x2f\xeb\x91\xdd\x70\xc6\xed\x7a\x64\x0b\xb9\xa3\xa8\xea\x91\xdd\xf1\xbe\x5e\xc5\x0e\x68\x29\x4d\x9d\xce\x2f\x6f\x49\xbc\x49\xd2\x2c\x45\x0f\x9e\x6a\x73\x91\xc5\x8f\x27\x23\x20\xbc\x6d\xd1\x0b\x5b\x48\x12\xbd\x77\xbd\xb0\x85\x20\x6f\x49\xf7\xfe\x53\x28\x4d\x8b\xa6\x17\xa0\x42\x12\xd7\xdb\x75\xc2\x16\x1a\x4f\x51\x74\x9d\xb0\x85\xa8\xd8\x86\x4d\xd6\x2e\x34\xae\xe3\xbb\xc9\xda\x85\x58\xca\xca\x4f\xc5\xb5\xa9\xdc\xbb\xce\xdd\x6d\x87\xc1\xeb\xdc\x2d\xc4\xce\x61\x53\xe7\x6e\x21\xb5\x60\xeb\xdc\x2d\x24\x4e\x98\xfd\x51\x3b\x05\x82\x4c\x22\x5d\x77\x6f\x61\xfd\xbe\xc5\x1c\x2b\xae\x77\xb9\xa1\xee\x5e\xef\x0a\xb9\x73\x3e\xd2\xdd\x5b\x08\xb2\x86\xf4\x47\xed\xe9\x51\x07\x22\x7d\x5e\x37\xa3\xbc\x90\x24\xe2\xef\x8f\xdc\x46\x0f\xf0\xb6\xb3\x97\xf4\x00\x17\x12\xbf\xf6\xae\x07\x78\xd7\x03\xbc\xed\x18\x5d\xf5\x00\x17\x42\xe1\xaf\x07\xb8\x90\x44\x6c\x77\xf3\xce\x77\xdc\xb8\xd7\x97\xfc\x9a\x7a\xc9\x63\x1c\x2c\xfc\xec\xf1\x70\x0f\xc4\xe5\x3a\x54\x55\x79\x64\x4a\xf8\x7e\xf5\x47\xa6\x04\x24\x6e\xaa\xfd\x91\x29\xe1\x00\xbe\x8a\xd1\x03\x59\x90\x1e\xe0\xa4\xc9\xef\x7a\x80\x0b\xb1\xb9\x5c\x65\x4a\x40\x7e\xcd\x90\x29\x3d\xe1\x4e\x42\xdc\x3d\xea\x25\x40\xe0\x74\xde\x1f\xf5\x92\xc7\x44\xb1\x29\xc9\xf1\x56\x2f\xd9\xbf\x62\xf6\x33\xc8\x9b\xe8\x42\x57\x2f\xd1\x73\x9c\xdc\x75\x5d\xcf\x71\x61\x7d\x49\x6b\xe5\x70\x40\x34\x3b\x20\x87\xe3\xce\x7d\x15\xa3\xef\xb2\x33\x20\xf7\xb0\x02\xfb\x29\x87\x53\x67\x7a\xe4\x70\x40\xf3\xf6\xf1\x91\xc3\x01\xb1\xb9\xb9\x64\x70\x78\xab\xaf\x2f\x29\x26\x3b\x03\xe2\x70\x45\x6a\xf6\xe6\x52\x7f\x15\x63\x88\xd2\xce\x27\x09\x21\x30\x95\xe9\xd4\x2e\xac\x62\xf4\x54\x46\xa8\x57\x3b\x29\xff\xba\x5e\xed\x42\x92\x2c\xb0\x3f\xde\x2a\x3e\xea\x4c\xea\x17\x8f\x3a\x13\x10\xdf\x62\x96\x5d\x02\xab\x98\x34\xc7\x43\xa5\x29\xec\x95\xe3\x91\xae\xdc\x6a\xdb\xec\x3c\x79\xa0\x48\x14\xd6\xf5\x41\x10\x4a\x53\xfc\x3f\x72\x5a\xbc\xc9\x77\xdb\xa1\x5f\x82\x90\xaa\x1c\xaf\x47\xe0\x57\xcd\x44\x11\xf8\xaa\x99\x00\xa9\x3d\x5b\x97\x73\x21\x89\x77\xed\xba\x9c\x0b\x49\x16\xc0\xfe\xaa\x98\x00\xb9\x23\x13\x5f\x19\xe8\xfb\xf1\x41\x56\xae\x89\xf1\x85\x74\x6c\x4d\x8c\x2f\x24\xef\x5d\x74\x13\xe3\xf7\xd7\x43\xb1\xdb\xe0\x95\xed\x00\x8d\x07\x7e\xfa\x2b\xdb\x79\x3f\xb6\x63\xd3\x64\x3b\x40\xca\xd6\x5e\xd9\xce\x2b\xdb\x41\xa0\xe8\x91\x21\xa4\x97\x70\x7a\x64\xf4\xd7\x73\xf2\x5f\xbf\x0c\x69\x3c\xa4\x7a\xd2\x34\x39\xd1\xfb\xb1\x1d\x0c\xf2\xaf\x6c\xe7\x35\x43\x52\xf5\xd7\x1c\xc7\xcb\x1e\x20\xae\xf5\xc0\x17\x1a\xa9\x84\xfa\x2b\x8f\x01\x56\x31\x7a\xa0\x4a\x03\xe4\x57\x81\xe7\x28\x20\x78\xc9\xad\xbf\x9e\xa3\xde\x8f\x3b\x71\xf3\xf7\xca\x9d\x80\xf0\x20\xfe\xca\x9d\x5e\x0f\x52\xdf\xef\xdb\xa9\x8f\x3b\xa5\xed\xb0\x57\x70\x27\xcd\x76\xaf\xdc\xe9\xf5\xe5\x2e\x14\x09\x1d\x54\x84\x6c\x9c\xad\x74\x50\x11\xe2\x9b\x62\xf9\xd5\xab\x16\x45\x6e\xc6\xfe\xca\xb0\x5e\x19\x96\xab\x4f\x86\xa5\x1b\x4b\x23\xb3\x43\xd7\x8d\x45\x08\x2f\x3b\x74\x63\x11\x42\xa3\x81\x6e\x2c\xfd\x95\xed\x1c\x58\xc6\x7c\x9a\x40\x48\x9c\xca\xfa\x2b\xdb\x01\xf2\x1b\x20\xf5\x2a\x1f\x30\x68\x5e\x16\xfb\x80\x81\x90\x5f\x33\xe4\x00\x3e\x60\xd0\x0e\x3b\x2a\x07\x00\x82\xa0\xdd\x6e\x08\x84\x10\xbc\xa2\xd8\x0d\x81\xe8\x3e\x56\xd0\x48\xa7\xd8\xf5\x76\x11\x72\x0d\xc7\x4f\xc5\xb5\x6f\x19\x74\x1d\x5f\x1a\x09\xb1\xba\x6f\x19\x74\xdc\xfa\x77\x9c\xe9\x87\xbe\x30\x42\x70\xdb\x37\x74\x85\x19\xfa\xbd\x34\xd8\xde\xd0\xef\x45\x48\x62\x57\x86\x7e\x2f\x63\xf3\xe8\x42\xc4\xc1\xd8\x50\x81\x84\x38\xc3\x2f\x87\x24\x2f\xb7\xac\x60\x4a\x9a\x18\x4a\x2a\xa4\x47\x12\x7c\x0a\x0f\xad\xa1\x13\x8d\x10\x64\x35\x1e\x3a\xd1\x08\x79\xac\xc3\xfa\xd8\xaa\xad\x25\x27\x3d\x49\x3b\xc6\x86\x86\x25\x24\x09\x3b\x07\x6e\x37\x0b\x9c\xb4\x83\x96\x55\x3b\x60\xf6\xcc\x42\x9f\x60\x23\x43\x87\x99\x46\x86\x8e\xa1\xc3\x8c\x10\x3c\x37\x32\x74\x98\x19\x38\xc7\x94\x76\x38\x6a\xd5\x1e\x60\xed\xc7\x87\x66\xe8\x1c\x23\x24\xdb\x77\xe8\x1c\x23\x24\xab\x6e\x18\x59\x30\x36\x55\x15\xd2\xa4\x8c\x0d\x06\x21\x24\xbb\x6b\x6c\xa8\x2a\x42\x69\x24\x95\x18\xf8\xc5\x7c\x90\xc8\xc4\xa1\x77\x8c\xb0\x8a\xd1\xf9\xcb\xf1\xc6\xaa\x73\x2d\x41\x3c\xb6\xcb\xd6\x6a\x6e\xbb\x24\xd9\x5a\xb9\x0d\x77\xf9\x83\xa0\x85\x0f\x1a\x59\x04\x87\xa1\x0b\xc3\x40\x84\x86\x77\xf9\x30\x10\x41\x88\x76\x5a\xcc\xc1\xc5\x1e\x13\x1f\xc9\xc1\x6d\xee\x88\x4a\xaf\x60\x2d\x42\x5c\x07\xad\x85\xb5\x08\xa5\x1d\x97\x9f\x3a\x1e\xb0\x96\x63\xb3\x4e\xc7\x43\xc5\xe7\xb0\x0b\xcd\xce\xc3\x48\x08\x9d\x1a\xba\x01\x0d\x7d\x7e\x1a\xae\x07\x43\x9f\x9f\xb1\x79\xfc\x20\x4b\xca\xd8\xd2\xa1\xc4\x06\xc1\x7d\xda\xe0\xd1\x8b\x0f\x4a\x3b\x92\xd5\x96\xfe\x5c\xba\x74\x25\x39\x94\xdf\x46\x73\x9a\x6f\x07\x89\x8d\xc6\xb5\xfa\xd0\xe9\x67\xe0\x92\xb3\x8a\xad\x3e\xe8\x93\x23\xb4\x2c\x14\x73\x39\xfb\x9e\x42\x23\xe4\x62\xf8\x9e\x82\xd0\xc8\x6a\x3f\x7c\x4f\x61\xf0\xc4\xc1\x2a\x56\xa1\xbd\xd2\x30\x6d\x33\x59\xc5\xe5\x06\x24\xa9\x27\x87\x2f\x20\x08\xa5\x9d\x3b\x5f\x22\xef\x84\xe4\xde\x7e\xf8\x02\xc2\x28\xb8\x23\xb4\x13\x26\x50\x9c\x53\x20\x9b\xcd\x75\x4e\x79\xaf\xa0\xb4\xaf\xa7\x4e\x20\x10\xcd\x0a\x9c\x3f\x5d\x88\x1a\xae\x12\x43\x17\xa2\x51\xe4\xa3\xb8\x2d\x8c\x92\xd6\x80\x26\x75\xed\x92\xac\xc1\xe1\x25\x3c\x69\xe8\x42\x34\x70\x21\xf2\x35\x97\xa1\x0b\xd1\xd8\xb9\x0c\x6e\xe4\x2b\x18\xbb\x4c\x05\x08\xf2\x9a\x8c\x5d\x9e\xb2\x6b\x69\xe5\x4a\x7e\xec\x08\x6d\x21\xaf\x8b\x62\xd8\x2f\x84\xd2\x70\x14\x19\x7a\x1a\x09\xc9\xfd\xf0\xd0\xd3\x68\xec\xf8\x9d\x35\x9e\xbc\x19\xbb\x0b\x0e\x88\x33\xa8\xa0\xd9\x0e\x7b\xcf\x7b\x31\x43\x1f\xa1\xb1\x73\x95\xd2\x70\x19\x1f\x3b\x32\x49\x08\x1c\xcb\xc7\x1e\xb6\x0d\xcf\x8b\x46\x0a\xd7\xb1\xa3\x82\x0a\xc1\x4b\x8b\x63\x4f\xbf\xd4\xd5\x94\xdd\xb6\xe7\xf7\x65\xa5\x1d\x96\xb2\x57\x89\x33\xfb\x2e\xc9\x4e\x11\x95\xd7\x88\x31\x18\x7b\xda\x2b\x94\x52\x82\x35\x06\x0e\x49\x1f\x04\x29\x84\x86\x6e\x49\xe3\x73\x4b\xb2\x4f\xee\xa1\x5d\x9d\xb4\x5e\xd2\x86\x34\x3c\x37\x2f\xdb\xef\x08\x71\x49\xd7\x2a\x5b\x12\x57\xa6\x0f\x82\xa8\x83\xa1\x43\xd3\xd8\x0d\x6b\x39\xd6\x8f\xe9\xd0\x24\x84\xfc\xee\x50\x58\xe9\xe3\xd4\x88\x61\x18\xfa\x38\x09\x51\x11\x39\xfa\x38\x8d\x43\x93\x2e\x6f\x1d\x8d\x03\x4d\x44\x88\xab\x4a\x1a\x92\x98\xa9\x6b\xe7\x53\x67\xea\x70\xa6\x2e\x76\xc2\xe1\x4c\x01\xe9\xee\x3b\x9c\xa9\x43\xa6\x42\x88\xc8\x38\x1c\x10\x20\x62\xff\x79\x88\xf6\x38\x1c\x2e\x7d\x9b\x1a\xde\x93\x43\xdf\xa6\x61\x7c\x0f\x49\x76\x87\xbe\x4d\xe3\xd4\x48\xc1\xb5\xf7\x38\x31\x52\x08\xc1\x03\x4f\xe3\xc4\x48\x31\xce\x93\x09\x71\x69\x9f\xca\x63\x20\xf1\x46\x1a\x66\xb3\x1e\x7a\x4a\x35\x67\x5c\x4f\x29\x21\xb9\xf6\x1e\x7a\x4a\x0d\x3d\xa5\x1a\xce\x9e\x43\x4f\x29\x21\x48\x96\x38\xf4\x94\x1a\xa6\x96\x6e\x57\xf3\xd7\xba\x34\x4d\x9a\x27\x24\xdb\xe1\xd5\x08\x4f\x38\x8e\x53\xa6\x03\x34\x12\x76\x0e\x13\x44\x8f\x53\xa1\x71\x05\x0d\x51\x68\x9c\x66\x8d\x62\xe9\x99\x5d\x79\x98\x4a\xb9\x71\x0d\x39\x4c\xa5\x2c\x04\x0f\x14\x0c\x53\x29\x0f\x53\x29\x37\xee\x17\x87\xae\x52\x42\x69\x44\xb4\x0d\x73\x29\x0b\xa1\x48\x36\x97\xf2\x38\xf3\x2b\xc6\xc0\xa5\xc5\x12\x37\x92\x2a\xe9\x2b\x06\x2b\x85\xe7\xe8\x29\x25\x84\xf2\x4c\x4f\xa9\x71\xba\xed\xda\x4e\x3b\xdc\x76\x40\x60\x5e\x19\xa7\xdb\xee\xf4\x2c\xd8\xd8\x03\xa7\xfb\x0e\x08\x12\x22\x8f\xd3\x65\x76\xba\xef\xda\xe1\xa7\x0e\x6f\x3a\xcd\x56\xe0\x34\xbb\xb6\x08\xde\x18\xba\x67\x0d\xdc\xb3\x7c\xe4\x67\xe8\x9e\x35\xaa\xea\x1f\xbe\x1a\xa3\xba\x7d\x80\x20\xcc\x7c\x54\xd5\x3f\xa0\xb4\xc6\x2c\x54\x6c\x67\x42\xe2\xc2\x36\x2a\x2e\x1d\x43\x2f\x2e\x5f\xb7\x19\x7a\x71\x09\xd1\x96\x52\x3d\xf4\xe2\x12\x82\xb7\xce\x46\x75\x55\x56\xef\xf0\x70\x98\x19\x55\xcd\xae\xea\x9d\x8a\x16\x57\xd5\xec\xaa\x92\xb0\xb1\x63\xaa\x92\x10\x88\xca\xf4\x55\x25\x61\x75\xb9\xe1\xa4\x33\xaa\xcb\x0d\x88\x06\x1f\xaa\x2e\x37\x20\x64\xf2\x55\xf1\x00\x04\x8f\x34\x8d\xaa\x78\x00\x82\x47\x6b\x46\x55\x3a\xd4\x6f\x65\xc1\xe8\xf4\xf5\x1a\x55\xe6\xdd\xd0\x47\xaa\x8b\x01\x68\x98\x36\x46\x75\x31\xe8\x12\xd6\x48\x3d\x34\x74\x09\x13\xb2\x15\xbf\x74\x3c\xb8\xe0\xf6\x4d\xd5\xa1\x4f\x98\x10\x5b\x48\xb2\xef\xce\x32\x2e\x1b\x43\x37\xb1\x81\x9b\xd8\xae\x9e\xa1\x9b\x98\x50\xbc\xa7\x1e\x97\xbc\x14\x48\x37\xc2\xc5\x35\xc9\xb8\x5c\x0c\x98\x3e\xc7\xe5\x62\xb8\xcc\x91\xdf\x24\x55\x49\x97\xc5\xac\xa1\x49\x43\xb5\x43\xdf\xb9\xb8\x13\x19\x97\x93\x80\x9b\xdf\xb8\x9c\x04\x20\x32\xf9\xd2\x49\xb8\x3c\xd0\xba\xaf\xae\x66\x43\x38\xd0\x6e\x76\xa1\xf9\x65\xfb\xbc\x38\xd6\x58\xea\x3a\x36\xae\xaf\xf7\x6d\xf5\x5e\xd7\xb1\x81\xeb\xd8\xc1\x6d\xe1\xd0\x75\x6c\x34\xef\x2c\x70\xe3\x18\xfa\x67\x09\xc1\x85\xf9\xd0\x3f\x6b\x34\xed\x7e\xbc\x63\x3d\xcc\x47\x2c\x04\xde\xd6\xa3\xa9\x25\x37\x8f\xd1\xbc\xbe\x3a\x9a\x8a\x11\x10\xe4\xdc\x1f\x7a\x76\x8d\xa6\x0c\x22\xd1\xff\x68\x32\x24\x20\xc9\xd9\x34\x9a\x32\x48\xd7\xae\x46\x62\x96\xa1\x6b\xd7\xd0\x41\xab\xe1\x2a\x31\x74\xd0\x1a\x38\x68\x1d\xdc\x40\x0f\x1d\xb4\x84\x12\x1b\x27\x9f\x70\x52\xc3\xf7\xca\x61\x5b\xe1\xa4\x9a\xdf\x37\x48\x6b\x32\xcc\xef\x2b\xe4\xc6\x80\x98\xdf\x77\xe0\x33\x55\x7c\x35\x7e\xe8\x34\x25\x04\x79\x2f\x46\xb8\x01\x83\xb1\x34\x78\x69\x84\x63\x09\x44\x85\x69\x87\x63\x19\x5c\xfa\xfb\xc4\xc3\x08\x4f\x21\x40\x7a\x36\x0c\x87\x37\x9a\xc5\xd0\x14\x43\xfd\x09\x08\x6e\xcc\x87\x6e\x4e\x23\x88\x5d\xfa\xc6\x37\xc2\x1a\x30\x2e\x6e\x08\xe0\xc0\xb8\x38\x22\xed\x02\x63\x19\x72\x68\x20\xc9\x34\x32\xc2\x4d\x09\x14\x9f\xc1\x18\xe1\xae\x04\xa2\xe6\xdf\x20\xbb\x43\x8d\x2b\x88\x11\xd0\xc7\x65\x84\x1c\x1c\x48\xee\x21\x46\xc8\xc0\x83\x63\x45\x10\x85\x30\xc2\xbd\x0d\x04\x3e\xf1\x23\xdc\xda\x7a\x68\xc5\xc6\x59\x5a\x0f\xad\x11\x4e\x39\x5b\x4a\x0f\xad\x91\xdf\x5c\x52\x43\x3a\x97\xe9\x5c\xc2\x9e\x74\xda\x12\x92\xb7\x91\x87\x4e\x5b\xc3\x64\xb4\xbe\xff\x3d\x4c\x46\x2b\x34\xc2\xe5\x86\xc9\x68\x85\xe2\xcb\x86\x23\x5d\xf0\x40\xe2\x98\x31\xd2\x63\x21\x39\x69\x8b\xf1\x49\x23\x5d\xf0\xa9\x9c\xae\x92\x42\x12\xcd\xe5\x1d\x8e\xa1\x6f\xd7\x20\xf1\xeb\xa2\xd1\xde\xb0\x56\x0c\xb4\x5c\xa5\x0c\xb2\xc0\x7e\x90\x2e\x64\x73\xc1\x8e\x84\x73\x06\xb7\x41\x23\xe5\x9c\x40\xba\x1a\x75\x14\x1b\xe9\x50\x12\xac\x30\x74\x01\x1b\xb8\x80\xf9\x54\xc9\xd0\x05\x6c\x10\xe3\x5b\xbe\xc5\x6d\x90\xaf\x90\xc1\xa2\x35\xc8\x77\xe8\xdb\xf5\x9d\x32\xf5\xed\x12\x12\x77\xcf\xa1\x6f\xd7\xd0\xb7\x2b\xc8\xc3\x32\xf4\xed\x12\x02\xdf\x92\xa1\x6f\xd7\xb8\xc9\xdd\x17\xfb\x46\x43\x54\x8d\x80\x24\xe8\x79\xf0\xf4\xff\x2f\x03\x77\xaf\x55\x6c\xf5\x54\x7f\x2f\x21\xb8\x07\x1c\xb7\x07\xb9\xdb\x39\xc5\x37\x77\xdc\xce\xe9\xed\x26\xdb\x25\xd9\x05\x18\x6c\xec\xec\x6c\x83\x92\x85\x74\x7b\x1a\x93\x3c\x0c\x40\xd6\x59\x6a\x18\x80\x2c\xe4\xf6\x91\x42\xd2\x6d\xb1\x0a\xad\x4b\x83\xaf\xed\x56\x60\xaf\xb8\x95\xd8\x36\x2b\xb0\x57\x6e\xf6\xfd\x2b\x66\x73\x9b\x3c\x81\x1f\x73\x81\x00\xab\x18\x9f\xaa\xa1\x01\x49\xc0\xf7\xb8\xd5\xd0\xf0\x1d\x2b\xb1\xc3\x00\x74\x1e\x13\x92\x10\xae\x71\x87\x23\x1e\x56\xca\xf6\xd0\x79\x4c\x68\x84\xae\x8c\xdb\x15\x08\xc4\x85\xc0\xb9\x5d\x81\xb7\xdc\x64\x77\x9a\xe5\x26\x40\x10\x99\x36\x6e\xb9\x89\x21\xd4\xbe\x8d\x3c\x0c\xa1\x16\x12\x0b\xe4\x30\x84\x7a\xe8\x76\xa6\x23\xd7\xd0\xed\x6c\xe0\x76\x76\x90\xe4\x61\xe8\x76\x36\x8c\x67\xf6\x39\xa7\x61\x3c\xb3\x90\x5c\x5f\x0c\xe3\x99\x85\x62\xe0\xce\x30\x9e\x59\x08\xde\x30\x1f\xc6\x33\x0b\x25\x30\xf4\x0f\x03\x9a\x85\x54\x3e\x1a\xcf\x3c\x70\x5c\x2b\xbe\x20\x3b\x0c\x55\x16\x32\xbe\x76\x0c\x49\x0e\xe5\x65\x7b\x1f\x69\x1e\xba\xad\x80\xa1\xec\xf5\xab\x94\x4f\xdd\x1e\x40\xca\xf1\x74\x89\x1b\x38\xb6\x15\xdf\x70\x1c\x7a\xb6\x09\xb1\x05\xed\xd0\xd0\x06\x14\x1f\xd1\x1f\xbd\x7e\x35\x10\x76\x81\xe9\x4a\xff\xb7\xa1\x2f\x9a\xe9\x76\x86\xbe\x68\x42\x92\xec\x6a\xe8\x8b\x36\xfa\xb7\x78\x61\x04\xbd\x7d\x34\xae\xa2\xfd\xd2\xc5\xdb\x5d\xbc\x48\xfd\xee\xe2\xd5\x3d\x2d\x34\x4a\xe9\x9e\x36\xba\x62\xe9\x70\x2c\x15\x4b\x40\x34\x27\x4b\xb1\xd4\x5d\x82\xc4\xcf\x8e\xee\x12\x04\x42\x8d\xaf\xbb\x04\xbb\xeb\x8d\xac\xcd\xa3\xbb\xde\xba\xd2\x8b\x93\x78\x77\xbd\x75\xb9\x20\x99\xe2\x47\x97\x0b\x02\xd1\x50\x0c\xbb\x5c\x10\x28\xc1\x83\x00\xa3\x2b\x64\xba\x8f\xa4\x3b\x59\xea\x8f\x7a\xd8\xc5\xe1\xcc\xb8\x2c\xf1\xb0\x3b\x48\x8e\x31\xf4\xb0\x13\x1a\x66\xfc\x31\xd4\x34\x80\x24\x81\xff\x18\x6a\x1a\x83\x73\x6a\x68\x76\x1d\x9e\x53\x81\xdc\x4e\xbf\xbc\x25\x71\xbf\x55\x25\x75\x49\x64\xf2\x84\xb9\x0d\x57\xdb\x50\xd4\x69\x75\x1d\x2e\x2d\x20\x78\xd1\x6f\x0c\x45\x9d\xd9\x50\xe3\x6f\x49\x47\x3e\x4c\x96\x2a\x24\x99\x22\x86\xc9\x52\xc7\xe0\xf6\x28\x0e\xdb\xe4\x92\x02\x52\xd5\x44\x9f\xbf\x81\x33\x5f\x31\xa3\xdd\xd0\x9b\x4f\x48\xdc\x38\x87\xce\x7c\x43\x5f\xbb\x20\xa3\xcc\xd0\xd7\x6e\x7c\xbe\x76\x61\x31\xa6\xc3\xdc\xaa\x41\xd6\xe4\xa1\x7f\x9a\x90\x9b\x9d\xf6\x60\x8b\xff\x59\x09\xd2\x21\x0f\x43\xee\x85\xe0\x7e\x6a\xe8\x8b\x26\xac\x62\xb4\xd7\x05\x3a\xbe\x95\x87\x66\x66\xc8\xbd\xd0\x02\xee\xaa\x2f\xd7\x18\x2a\x44\x27\x67\x67\x43\xee\xc7\x17\x72\xcf\xd1\xc8\x90\x7b\x61\x15\xa3\x06\x8d\x4c\x40\x6c\x08\xaa\xa1\x91\xc9\x84\xae\xbe\xbc\x30\xf4\xe6\x12\x82\xf4\xfb\x43\x6f\xae\xa1\x37\x97\xa9\xfb\x87\xde\x5c\x03\x6f\xae\x03\x37\x9c\xa1\x37\xd7\x30\xe2\xfd\x33\xeb\xe9\x4d\x33\xf4\x58\x89\x93\x75\xa0\xc7\x8a\x90\x17\x1b\x5b\x8f\x95\x81\x2b\x4a\x89\x33\x2b\xb4\x90\x86\xb5\x8b\x01\x31\x3d\xe5\xd0\xef\x24\x2a\x7d\xd0\xef\x64\xe0\x77\x72\x68\x49\xd1\xef\x64\x98\x65\x2e\x2a\xbb\xc7\x2c\x73\x42\x10\x18\x34\xcc\x32\x37\xcc\x0b\x67\xa8\xeb\x30\x2f\x9c\x10\x9a\x94\xcc\x0b\x37\x0c\x5b\x8f\x0a\x03\xf7\x3e\x5e\x28\x51\x51\xfb\x8d\x5b\x17\xe2\x62\xc8\x1f\x05\x9f\x39\xda\x74\x56\x1a\xde\xb4\x0b\x89\x33\xff\xf0\xa6\x7d\xf8\xb8\x7d\x54\xf4\x1b\xaf\x91\x85\xe0\x9a\x6d\x78\x8b\x3c\x1e\xf9\x04\x09\x3a\xc6\xe3\xd4\x3c\xbe\x26\xc4\x59\xdf\x5b\xe4\xf1\x7c\x83\x84\x7e\xe3\x95\xf1\xe0\xca\xf8\x20\x4d\xe1\xf0\xca\x78\x98\x7f\x2c\xc8\xb3\x31\xbc\x0c\x16\xd2\x93\xa1\x97\xc1\xc3\x6b\xde\x4f\xdc\x7a\xcd\x2b\x44\xc0\x73\xbd\xe6\x1d\x5c\xed\x16\x73\xf2\x8c\x57\xb1\xf1\x1a\x0a\x9d\x7e\x99\x92\xba\xc5\x76\x68\x43\x1a\x86\xc8\xf4\xd7\x58\x83\x5e\xc3\xea\x8b\x38\xbc\x86\x15\xf2\x0a\x49\x16\xc3\x29\xd5\x7c\x19\xc3\xcb\x54\xa1\x11\x65\x31\xbc\x4c\x15\x56\x31\xba\xa5\xc5\x1c\x48\x1e\xd6\x19\xde\xaf\x0e\x2e\x53\x57\x31\x3f\xb5\x0b\x8d\x07\xba\x8b\x24\xbb\xd0\x6c\x1b\xab\xc6\x7b\x52\x21\xaf\x90\xf4\xb5\x8d\x55\xa3\xbd\xd0\x4b\x51\xa1\xf8\xe6\xd1\x78\x5d\x35\x40\x34\x24\x89\xf7\xa4\xc3\x1b\xd0\x20\xde\x7a\x78\x03\x2a\x04\xb1\x1d\xc3\x1b\x50\x21\xc9\x1f\x32\xbc\x01\x1d\x04\xea\x97\xb8\x50\xbb\x4d\xef\x26\x24\xcf\x05\x8d\x57\x86\x01\xe4\xc5\x66\xf3\x9e\x74\xbc\xae\x2d\x1c\x5d\x86\x17\x95\x42\xe0\x7c\x37\x8c\xe3\x17\x56\x31\x7a\xaa\x85\x18\xc8\x0b\x89\xe6\x75\xe6\xe0\x3a\xf3\xc0\xaa\x38\xbd\xce\x9c\xdc\x36\x96\xc0\xaa\x38\xbd\x6e\x14\x5a\xae\x65\x3f\xbd\x6e\x9c\xdc\x23\x96\xa0\xb9\xd3\x8b\x44\xa1\xb5\xb5\xd7\xa6\x17\x89\x73\xfb\x56\xe5\x5a\xa9\xd3\x5b\x43\x21\x48\xeb\x3f\xbd\x35\x9c\xdb\xb7\xdc\x32\xa1\x0d\x69\x03\x8b\x67\x85\x64\x3b\x14\x29\xf8\xfc\x4f\xef\x03\x85\xe4\xa9\xe3\xe9\x7d\xe0\xdc\x64\x2b\xd8\x28\xe7\x06\x5b\x11\xa2\x16\xda\x06\x5b\x99\x86\xc6\xfb\x70\xcf\xf4\xf2\x4f\x70\xaf\x4d\xef\xfe\x84\x55\xcc\x5f\xb3\xf7\x3e\x39\x52\xe8\x15\x27\x82\x69\x04\x7d\x10\x59\x39\xbd\x3a\x13\x82\x60\xa8\x69\x04\xbd\x50\x02\x4b\xe3\xf4\x36\x6d\x7a\xff\x15\x98\x15\xa7\xf7\x5f\x93\xfb\xaf\x23\x97\x8c\x9f\xde\x7f\xcd\xe2\x58\x62\x20\x9b\xde\x62\x09\x89\x49\x75\xfa\x2a\xf8\xf4\x55\x70\x34\x97\x9f\x49\xef\xe9\xa3\xe1\x42\xe0\x25\x38\x7d\x34\x7c\xfa\xf4\x77\x60\x79\x9b\x5e\x7c\x09\xad\x5d\xb4\x89\xe3\x92\x10\x78\x2c\x4c\xef\xbd\xa6\xf7\x5e\xd1\x92\x62\xcd\x66\x7a\x97\xb9\x16\xf2\xf4\xde\x6b\x16\xc7\xcb\x31\xf4\x9d\x6d\x21\x79\x50\x75\x16\xc7\xcb\x7b\xaf\xe0\x75\xf4\xe9\xbd\xd7\x2c\x4a\x43\x6c\x65\xb3\xa4\x9f\x7e\xd2\x90\xe6\xa6\x9f\xa6\x39\x35\x12\x12\x93\xe4\x55\x98\xd1\x8d\xd3\xab\xb0\xc9\x55\xd8\xb9\x2d\xce\x3c\xbd\x0a\x13\x92\xdd\x39\x0d\xa6\x9f\xbb\x87\x08\x97\xe3\xce\x21\x42\x08\x9e\x51\x9e\x3b\x87\x88\xb9\xbb\x7b\x48\x59\x32\x77\x77\xcf\x6e\x80\x1d\x4d\xf3\x5e\x6d\xee\xae\x77\x12\x0b\xce\xdd\xf5\x0e\x34\xb4\xdc\xb9\xbb\xde\xf7\xcb\x4a\xd9\x8b\xbb\xc3\x0b\xe4\x75\x49\xb2\xd2\x2f\xed\x43\x40\xaa\x92\x9a\x5f\x52\x81\xeb\x1d\x48\xa2\x38\xe7\xce\x2d\xf9\x34\xd0\x5f\x2f\xcf\x69\x24\xbf\x10\x35\x2c\x66\x73\x2f\x27\x21\xa5\xbd\xd2\x5e\xce\xf5\x74\xbe\x39\x6c\xca\x69\xbc\x9b\xe6\x8e\x9c\x16\x1a\xa9\x7a\x26\x09\x01\x16\x9c\x16\xa3\x6d\x2e\x90\xdd\x2c\xfa\x3b\x63\xe4\x02\xd9\xbf\x99\x67\x1d\x79\xe7\x37\x09\xf8\x2f\x91\xfe\x1c\xec\x55\xd0\xca\x33\x77\xd8\xeb\xdc\xd5\xd1\x48\xac\x3d\xf7\xb0\x0f\xe8\x68\xf9\x15\xb3\x0b\x9e\x0e\x48\xac\x3d\xb9\x27\xfc\xc0\x93\xc0\xf4\xb6\x70\x72\x35\xb8\x8a\xd1\xfb\xb4\xbd\x3a\xac\x6d\x4c\x56\xda\x5e\xdc\x55\xfe\xba\x1c\xd0\xdb\x84\x24\x7c\x6a\x7a\x37\x38\xbd\xbb\xd3\x50\x3f\xbd\xbb\x13\xf2\xf4\xd7\x5c\x95\xdc\xdd\x9d\xc4\x91\x4c\xef\xee\x26\x97\x72\x25\x48\xd3\x3d\xbd\x95\x13\x92\x47\x0a\xe6\xc1\x99\x75\x1e\xb8\xd2\x07\x41\x6c\xf3\xe0\x34\x2a\x04\x6f\x2f\xce\x83\x43\x84\x50\x82\x44\x3a\xf3\xe0\x14\x21\x24\x3a\xeb\x3c\x38\x45\xcc\xc3\x05\xcd\x55\xd1\x3c\x5c\xd0\x40\x12\xef\x3f\x0f\x17\xb4\x4f\x4d\x07\x2f\xf4\x4e\x9f\x9a\x16\x12\xd5\x76\xfa\xd4\xf4\x3c\x64\x61\xa4\xf3\x9e\x87\x2c\xec\x30\x66\x9a\x29\x3d\x64\x61\x87\x4a\x0a\x56\xe3\x79\x54\xbb\xc0\x3d\x59\xf9\xbe\xb4\x0b\xdc\x93\x05\x49\x7e\xe6\x51\x6d\x6f\xf5\xe4\x99\x90\x86\x24\xbb\x50\x6d\x9b\x5d\xa8\x76\xe1\x80\x64\x17\xaa\x0b\x84\xce\x73\x28\x9e\x47\xfb\xda\x41\x4f\x9b\xed\xe0\x15\xd2\x76\xd0\xdc\x66\x3b\x9a\x43\xc9\x36\xe5\x9e\xf4\x83\x6c\x4e\x42\xb3\x69\x2a\x24\x5f\x0d\xcd\xb6\xf9\x96\xe0\x6e\x31\x9b\xe6\xba\xcf\xa0\x57\xae\x7b\x6e\x4b\x17\x8d\x2e\x84\xe3\x16\x86\x37\xd1\x90\x70\xdc\xf4\x17\x65\xeb\x92\x58\xe2\x83\x96\x27\xe3\x11\xf6\x20\x1c\x36\xc7\xc8\x1d\x73\x98\x90\xc9\x8e\x86\x4d\x0b\x87\x2d\x6d\x87\x6d\x23\xdd\xd8\xf5\x55\xe0\xb0\x69\x7b\x24\x82\x6f\x9a\x5f\x42\x88\xdc\xa9\x20\xed\x01\x97\x7f\xde\x52\xcc\x23\x5d\x0d\xe6\xcb\xac\x16\xdb\x25\xed\x16\xa3\x21\xee\x3f\x20\xd2\x31\x4a\x97\xbd\xc7\xa6\x84\x85\x1c\xee\x3f\x20\x2e\x87\xcd\xed\x77\x78\x5a\xc9\xf4\x53\x7b\xcf\x25\x21\x01\xa3\xf3\x48\xe7\xcf\xbb\xf9\xaf\x4e\xa7\x4f\x4d\x9f\x64\xe9\xd3\xbb\x68\x21\x78\x63\x7c\x7a\xd9\x3c\x79\x76\xbc\x24\xaf\x06\x4e\xdf\x1d\x17\x5a\xba\xec\x15\x3b\xc0\x2a\x46\xdb\xdc\xf3\x40\x70\xb8\x9a\x5e\x53\x4f\xae\xa9\xcf\xfd\xf8\xb9\x8b\xda\xf4\x16\x5b\x58\x3f\x7c\x40\x2b\xd2\xcc\x8c\x1a\x90\x76\x49\xa7\xc5\x4e\x68\x55\x1a\x97\x72\x4b\x89\x9e\x27\xa6\x2d\x61\x15\x93\xd6\xa4\x35\x86\xcb\x0a\x42\x52\xb7\x98\x35\x0c\x69\xa4\x78\x40\x78\x79\x27\x3e\x79\xd5\xb9\x78\x21\x32\x79\xdb\xf9\x03\x0f\x99\xd3\x17\x9e\x27\x6f\x37\x17\xef\xa5\xa6\x8f\x37\x0b\x71\x5d\x16\x3b\x25\x55\x8b\xd1\x36\xd9\x04\x10\xf5\xa0\x82\x6a\x73\xe1\x1c\x5a\x35\xa7\x37\xec\x42\x24\x92\xca\x1b\xf6\xc9\x6d\x7a\xd1\xc6\x3d\xbd\x4e\x17\x82\x94\x6f\xd3\x97\x9a\x27\x49\x46\x8a\xe6\xae\x69\x96\x11\xe1\x63\xc2\x5e\xba\x4f\xde\x56\x2e\xda\x6a\xa7\x8f\x2b\x0b\x91\xf0\xef\x53\xf9\xeb\x7b\xcb\x5e\x21\x4c\xdf\x5b\x16\x22\x3f\x92\x63\x74\xb9\x58\x60\x1d\xa7\x92\x15\x08\xee\x37\x27\xef\x31\x7f\x50\x34\x37\x4f\x9f\x65\x16\x22\x3f\x92\x6d\xc3\xd9\x4c\xfb\xed\xf4\x59\x66\x21\x48\x53\x36\xcd\x93\x22\x04\xc9\xe2\xa6\x79\x52\xa6\x4f\x30\x6b\x92\x9f\x3a\x09\x08\x9f\x68\xf1\x09\xe6\x89\x8f\x40\xd1\xbc\x32\x75\x12\x10\x3e\x75\xe1\x94\xd1\x99\x75\x45\xfb\xed\x34\xeb\x8a\xd0\xc2\x5f\x93\xd1\xe1\x36\x50\x34\x81\x4d\xfd\x06\x84\x4f\x18\x98\x88\x45\xf0\x74\x33\x4d\xc4\x22\x04\x3e\x1e\xf3\x94\x43\xfa\x52\xb3\xa6\xbe\xe9\x4b\xcd\x42\x54\x37\x8c\xfc\x90\x74\x2d\x25\xc9\x2b\x36\xcd\xd7\x22\xc4\x09\xef\x3b\x65\x91\xc0\x2a\xe6\xa7\xf6\x2a\xd0\xd9\x60\xcb\xa7\x2c\x12\xf8\x24\xdc\x29\x8b\x3c\x55\x3d\xd2\xdf\x77\x92\xe5\x90\x76\x53\x0e\xa9\x7b\x44\xf2\x7c\xc2\xd4\x3d\x42\x88\x74\x6c\xe5\x90\x40\x70\xb5\x31\x75\x8f\x10\x9a\x62\x50\xf7\x08\x21\x78\x44\x69\x9e\xaa\x2c\x40\xf1\x95\xfe\x79\xca\x33\x81\x48\x27\x45\x9e\xa9\x2b\x44\xca\xe6\x74\x85\x10\x3e\xe1\xae\x2b\xc4\x3c\xd3\xdd\x8d\x56\x7b\xca\xe6\x80\x4f\x55\x38\xe5\x72\x7a\x4c\xf8\x68\xf7\xd4\x63\x62\xe2\x31\x71\xaa\x62\xe9\x31\x31\x49\x58\xb3\x8a\x49\x3b\xa4\xc1\xf6\x59\x7e\x3a\x51\x08\x11\xe8\xe5\x3a\x51\x08\x41\x72\xb0\xa9\x0f\x85\xe0\x95\xd6\xd4\x87\x62\xd6\xd3\x29\xe6\xe8\x54\x55\x76\xaa\xef\xc1\x31\x51\xba\x55\x4c\xfc\x26\x4a\x92\x4b\x61\x56\x35\x9b\x0a\xcb\x4a\x66\xbd\xca\xb2\x80\x55\x4c\x5a\x91\xa6\x23\x4b\x85\xb4\x4b\x72\xeb\x35\x3a\x25\x1b\x03\x82\xb4\x14\xb3\xaa\xff\xd4\x8f\xb3\x71\x86\x32\xfd\x8e\x10\x78\xd9\x4f\xd3\xef\x4c\xd3\xef\xe4\xc6\x21\xdc\xf4\x3b\x42\xb4\xcb\x4a\xed\xc2\xc7\xd9\xd0\x45\xcc\xbf\x23\xe8\x1d\x31\xcd\xbf\x23\x04\xf1\xb9\xb3\xaa\xff\xe8\x06\x92\xdc\x14\x4c\xdd\x40\x84\xe0\x65\xe6\xa9\x1b\x88\x10\x97\x5f\x7a\x2e\x04\x3e\x35\xcc\xc4\x3d\x42\x54\x34\x00\x7d\x45\x84\xf5\xfb\x16\x73\x38\x70\x16\x91\x23\xea\x2c\x32\xf1\x06\x59\xc5\x18\x5c\x39\x27\x10\x3c\xe2\x3d\xab\x27\x97\x7a\x7d\xfd\x64\xd4\x3c\xbc\x57\x03\x00\x10\x11\xd5\xc3\x4c\xfd\x78\x6e\xf8\xa9\x1d\x85\xe7\x12\x94\x39\xab\x3c\xb7\x7e\xcc\x14\x69\xec\x0b\xe3\x42\x10\x18\x36\x7d\x61\x7c\xd6\xa6\x1c\x85\xb1\x55\x39\x27\xd0\xf2\x6f\xf0\x50\x9b\x55\xc6\x5a\x3f\xc6\x8a\xbe\x51\x65\xac\xf5\xf3\xf8\x64\x54\x65\xac\xf5\x63\xac\x49\x77\x64\xac\x40\x8b\x66\x31\x3b\xfd\x31\x56\x34\x95\x2a\x63\x05\x22\x39\x23\xea\x49\x23\x94\xc4\x97\x6b\xd6\x70\xde\xc2\xe7\x65\x58\x9f\xf2\x5a\xde\x46\x5f\xc5\x98\x11\x39\x2b\x10\xd5\x1d\x20\x67\x05\x56\x31\x3f\xb5\x5b\xe1\x9a\xa5\xb9\x32\x5b\x60\x15\xa3\xa7\x72\x5b\x20\xf0\x8a\x9d\x35\xec\xa9\x0c\xb8\x6c\xd2\x5c\xda\x30\x60\xed\x1f\x55\x06\x5c\x65\xc0\x64\x5e\x9b\x55\x06\x0c\x7c\x0a\x7a\x95\x01\x03\xc5\x24\xc4\xb3\xca\x81\x81\x48\xa7\x5c\x0e\x5c\xbd\x1f\x3f\x18\x0f\x39\xb0\xde\x46\xe6\x86\x9e\x7a\x1b\x09\x41\x88\xca\xd4\xdb\x48\x88\xac\x96\x72\x3c\xd2\x8e\xba\x51\x54\x34\xab\x8a\xa6\x5b\x5d\x45\x13\xd0\xb5\x66\x56\x15\x4d\x60\x7d\x49\x0f\x54\x34\x81\x20\x5d\xc7\xd4\x9b\x69\x56\xd9\x2d\xcf\x47\x4d\xfd\x94\x84\x50\xb5\xf7\x35\x7a\x61\x15\x93\xe6\x2c\xc3\x6e\xf1\x63\x9b\xba\x2e\x09\x41\x12\x92\xa9\xe7\x92\x50\xb2\xa0\x11\xe9\xba\x24\x04\x49\x48\xe6\x25\x53\xbe\x4c\x56\x44\xdf\x75\x66\x9a\x7a\x2e\x25\xd1\xf9\x53\xcf\x25\x21\x78\x67\x69\xea\xb9\x24\xac\x62\x27\xb4\x94\x96\x14\x6b\x90\x6e\x49\xcc\x7b\xf3\xc7\xba\xa4\xe1\x97\x15\xda\x94\xa6\xbb\x87\xc5\x1e\x49\x0e\xd1\xee\xaf\xbd\xd2\x18\x22\x14\xc9\x4b\xe6\x6d\x76\xaf\x24\xa2\x7e\x9a\xdd\x4b\x88\x44\x62\x98\xdd\x4b\x68\xca\x95\x4b\xde\x7d\x7d\xcf\x21\x50\xa7\xbc\xdb\x57\xe4\x93\x98\xdb\x69\xc2\x2f\xe1\x33\x65\xfa\x8a\xbc\xb0\x8a\xf9\xa9\xe3\xa1\x56\x7a\xd9\x0c\x87\x43\x16\x5f\x0e\xdb\xe1\x78\x54\x5f\x9b\x64\xd4\x64\xf1\x97\x2c\x1e\x7f\x92\x69\x5e\x30\xc1\x2b\xc7\x69\x5e\x30\x21\x78\xc4\x6a\x5e\xb2\x78\x20\xea\xd7\x34\x47\x08\x93\x6a\x16\xbf\x94\xc5\x03\x51\xed\xa8\x2c\x1e\x08\xae\xae\xe7\x25\x8b\xc7\xd5\x6c\x7d\x49\x05\x32\xef\xcb\xa4\x5d\xe8\xcb\xd7\xe5\x70\x5c\xce\x3b\x5a\xde\x25\xf3\x06\x82\x27\xef\xe7\x75\xd9\xcf\xcb\x7d\x70\x5a\xa9\x1d\xbd\xdc\x07\x4c\xa8\x2c\xfe\xba\x9c\xe4\xd3\x4f\xed\xc2\xe5\x24\xd3\x03\xf5\x65\x60\x15\xa3\x6d\x2a\xcc\x40\xf0\x9e\xf9\xd4\x25\x4e\xd0\xeb\x73\xea\x12\x27\xac\x2f\xe9\xa9\xfa\x32\xe0\x55\xde\xbc\xe4\xfa\x40\x90\x2a\x67\x5e\xb2\xf5\x4b\x7f\x35\x07\xb7\x39\xef\x72\x7a\x0f\x59\x97\x9c\x1e\xd0\xf2\x3f\x2f\x39\xfd\xd5\x9c\x50\x98\xdd\x25\x5b\x07\x82\xb4\x35\xf3\xd2\x30\xa0\xb7\x5e\x16\xb4\x02\xbd\xf5\xe6\x15\xb2\x2c\x98\xf3\xa5\x72\x0c\x44\x36\x49\xf6\xe0\xe3\xd7\xce\x9f\xfc\xfa\x92\x5f\x23\x4b\x2e\xf9\x35\xe0\xfd\xf6\xbc\x64\xd7\x40\x24\x2c\xeb\x92\x5d\x5f\x1f\x83\xad\x7e\xe9\xca\x92\xc1\xba\xc0\x65\xb0\x57\x3a\x92\x32\x01\x59\x27\x10\xc5\x89\x97\x75\x5e\xe9\xfa\x70\x23\xc8\x27\x2f\x0f\xe4\xc5\x62\xae\x8f\x8f\xb3\xc1\x14\x75\x4b\x9c\xb8\x25\x9e\xbc\x84\x3e\x75\x4b\x9c\x4d\x45\x92\x17\x45\x67\x93\x67\x35\x23\xd9\xd9\xca\x4d\x9e\xd5\x4e\x27\x26\xf6\x9f\x4b\xed\x26\xff\x02\x3e\xab\x4c\x93\x7d\x01\xe1\xc9\xa7\xc9\xbe\xc8\x98\x57\x7c\x5c\x74\x36\x39\x0e\xf0\x59\x87\xcc\x9e\x27\x14\xdf\x67\x9a\xa6\xcf\x13\xe2\x4c\xbf\xb4\xe5\x9c\x83\x35\x18\x35\x99\x50\x33\xff\x66\xf5\xc3\x2a\xc9\xc9\x45\x2b\x69\x32\x21\x20\x0e\xc4\x56\x93\x09\x99\x77\xcf\x27\xfd\xa6\x79\xf7\x84\xcf\xac\x64\xde\xbd\xd9\x3c\xcc\xee\x48\x59\xbd\x38\x85\x20\x03\xc6\x6c\xaa\x64\x40\xb4\xdd\x52\x0e\x87\x2a\x19\x59\x04\x66\x73\xbf\x02\xa1\xa9\xb0\xa9\x92\xe9\x12\x9a\xbb\xd3\xe6\x16\xd6\x25\x14\x2f\x8a\xa9\x4b\xe8\x6c\xea\x5a\x3b\x76\x81\xe6\xae\x03\xc2\x0b\x08\xbd\x44\x67\x73\x8b\xed\x48\x3c\xb3\xfd\x09\x8d\x00\xcc\x69\xb6\xbf\xa9\x4b\x68\xe2\x88\x35\x75\x09\x9d\xcd\xbd\xb3\xdb\x07\xf7\x0e\xd0\x1a\xdb\xa9\xb9\x77\x9a\xa7\x48\x9c\xa2\x66\x73\xa3\x00\xd9\x50\x3b\x9a\x1b\xa5\x61\x55\x4b\x22\xdc\x67\x53\x63\x01\x1a\x29\xe2\x66\x53\x61\x01\xe2\x74\x31\xaa\xb0\x34\xf7\x13\x3e\xd9\xb3\xb9\x9f\x80\xe0\x5d\xc5\xd9\xdc\x4f\xcd\x23\x63\x50\xa7\x0a\x4b\x4b\xc7\x88\x93\x7c\x73\x3f\x01\x41\x2e\xa7\xd9\x3c\xe5\x01\x25\x77\x98\x66\xf3\x98\x07\x44\xa2\x65\x37\x15\x16\x5d\x64\x4d\x71\x34\x75\x91\x9d\xed\xcd\x5f\x7f\x9c\xdc\x95\x4f\x5d\x64\xa7\x29\x06\xcd\xf2\x32\xcd\x21\x28\x04\x71\x5e\xd3\x1c\x82\x33\xb4\xeb\xe0\xed\x30\x75\x74\x15\x9a\xc6\xa4\x70\x3d\xc7\x37\x31\x28\x19\xba\xa6\xce\xc0\x17\xc1\x07\x06\x66\xd8\x55\xa0\xf1\xf0\xed\x0c\x0f\xc7\x40\x90\x20\x7d\xea\x99\x2a\x14\x9f\x81\x9f\xba\xa6\x0a\x4d\x4d\x52\xcf\x54\xa1\xb5\xcb\x52\x55\x12\x6a\x3c\xec\x25\x1c\x36\x3c\x4f\x4b\x1e\x4c\xbc\xae\xa7\x42\x1c\xcd\x1f\xeb\x92\x30\x0b\x32\x07\xa1\xb6\x06\x34\xef\x15\xf4\x4f\x15\xa2\x7e\xad\x70\x84\x34\x14\xb2\xf9\x42\x95\x0e\x88\x40\xd2\x84\x2a\x9d\x5e\xac\xa9\x68\xd7\x8b\x75\xe2\xc5\x7a\x72\x2f\x3c\xf5\x62\x15\x56\x31\x69\x45\x1a\x03\x84\x9a\x97\xaa\x74\x40\xe2\xbc\x32\x53\xf6\x08\xac\x2f\x2d\x76\x4a\xe3\xed\x00\x76\x50\x7a\xd0\x06\xf4\xf7\x9e\xe9\x41\x1b\x68\x5a\x7e\x53\xc5\x2f\x65\xac\x64\x79\x9a\x29\xe7\x04\x0c\x2f\x98\x29\xe7\x04\x82\xf8\xd2\x99\x72\x4e\xa0\xf1\xaa\xc1\x4c\x15\xbf\xd4\xd0\x48\x2c\xe9\x4c\x0d\x8d\x40\xca\xd8\xd2\xc5\x97\xde\x4e\xef\x56\xf9\x48\x42\xd1\xf9\x7a\xfe\x4a\x7a\xf9\x70\xcd\xb9\x2e\xbd\xc2\xfa\x7d\x69\x8e\x19\xe9\x46\xf0\x2b\x9b\x29\x63\x4e\x1f\x7d\xdc\x24\x39\x66\x0b\x12\xbf\xa0\x99\x2e\x64\x20\x48\x5d\x31\x53\xc6\x0c\xc4\xfe\xfd\xbc\x43\x06\x5f\xc6\x95\x74\xa6\x7c\xd9\x47\x7b\xdc\x3b\xa9\x6e\x08\x94\x24\x28\x68\xfa\x90\x8f\x10\xe1\xcc\xa9\x1b\xa6\x0f\x6f\x21\x60\x53\xdd\x30\xd5\x0d\x49\x31\x3d\x7d\xee\x47\x88\xf8\xda\xef\x90\x5d\xee\x13\x38\x42\x7a\x3e\x07\x92\xb7\xc3\x67\x2a\x1e\x80\x38\x51\x99\x52\xf1\x00\xb4\x86\x6e\x98\x6a\x78\xa9\xc4\x38\x9c\x3a\x25\x06\x90\x84\x6a\xce\x54\x62\xe4\xf5\x35\x8d\xe1\x50\x3c\x00\xa9\xe5\x3d\xaf\xaf\x69\x70\x43\xa2\x74\xa7\x4e\xd5\x42\x8b\xbf\x21\xa9\xe9\xd4\xe7\x5a\x28\xbe\x33\x3f\xf5\xb9\x16\x82\x6c\xc8\x53\x9f\x6b\xa1\xf8\xa8\xfc\x4c\x95\x42\x40\x0f\xb2\x99\x2a\x85\xe9\xd3\x42\xee\x2d\x75\x42\x20\xae\x8f\xe4\xd0\x68\x43\x85\x57\xa6\xd2\x29\xd5\x09\xc3\x52\x8e\x8c\x02\x8b\xe8\xdf\xa9\x4f\xb7\xd0\xb4\x19\xa6\x02\x2b\x8d\xd7\xe5\xe6\x22\xbd\x52\x4a\xd5\x44\x5e\x6b\x9d\x66\xfa\x14\x22\x1c\x53\xd5\x44\x20\x8f\xb4\x94\xe3\x87\x3d\xc0\xfb\x72\x5d\xc6\x85\x16\xae\x3a\xcd\x01\xa9\xa0\x23\xba\x78\xa6\x82\x0e\x08\xd5\xa9\x54\xd0\x25\xf7\x42\x49\xec\xef\x4c\x45\x18\x10\x81\xca\x99\x4a\x30\x20\x8f\xf4\x4b\x27\xc5\xfc\x66\x28\xcd\xba\xa4\x0b\x71\xda\x25\xd9\x7a\x6a\xf3\xc4\x42\x9b\xb2\xf5\x54\x80\x91\x7a\x7f\xa6\x02\x0c\xc8\x23\x25\xd9\x32\x4e\xdc\x81\xba\x94\x6a\x92\xe9\xf1\xfa\x70\x09\xcb\xb0\xd3\x98\x42\xe7\x49\x86\x6d\x72\xd4\x3c\x9a\xed\xb0\x4f\x70\xec\xe6\xda\x94\x63\x03\x91\x9b\x75\xda\x27\xaf\x76\x94\x08\xe6\x4b\x15\x82\x77\xf3\xa7\xce\xf2\x13\x67\xf9\x53\x4d\x40\x67\x79\x61\x7d\x29\xad\x48\xc3\xc9\x88\x85\x60\x0a\x55\x21\x89\x8d\x9e\xa6\x50\x9d\xf7\xc7\x64\xd1\x28\x6f\x99\xec\xed\xfb\x49\x9b\x3f\x96\x92\xec\x14\xab\xcf\x57\xb8\x84\xa6\x91\x46\x07\x7d\x21\x5a\x5a\x27\x9d\xf2\x79\xad\x8f\x59\xea\xca\x2e\x34\x4d\x28\xe6\x3c\x9d\x7a\xb7\x27\x81\xd0\x53\xef\x76\x21\x88\x4f\x9a\x7a\xb7\x4f\xf3\xa0\x26\x2f\xe7\x4c\x1d\xd2\x27\x39\x4f\x8b\xb9\xad\xa7\x49\x4f\x85\xe0\x2d\xcb\x69\xce\xd3\xa9\xa7\x79\xaa\x2e\xe9\x69\x2e\x64\xdb\x25\xd9\x5e\x65\x24\xa9\xc3\xa7\x8e\xe0\x13\x47\x70\x9f\x2e\x9f\x3a\x82\x4f\x93\x7c\xe6\x89\x58\xd0\xc9\x59\x08\x1e\xaf\x98\x26\xf9\x9c\xdd\x1d\x4a\x84\xf3\xec\xf6\xa1\x6b\x9f\x43\x86\x75\x77\xa8\xde\xcb\x49\xe8\xf2\xd4\x7b\x79\x76\xcd\x67\xe4\x26\x9f\x5d\xfd\xb1\x9b\xde\x95\x41\xea\xf6\xb4\xab\x2b\xe2\x9b\x3b\xbb\xba\x22\x90\x5a\x00\xbb\xba\x62\xd7\xaa\x54\x11\xa6\xdd\x35\x0e\xa4\xae\x42\xdd\x35\xae\xbf\x71\xe2\x1e\x39\xf5\x37\x9e\xf8\x1b\x9f\x1e\x9d\xf5\x37\x9e\xc3\x4b\x40\xde\x5d\x9e\x43\xa1\x0e\xa4\x5a\xbc\x4f\x5b\x4d\x7d\x84\x93\x10\xe4\xa9\x8f\xb0\x90\x84\xcf\x4f\x7d\x84\x85\x46\xd8\xe3\x1c\x8a\x4e\x20\x49\xf3\x30\xcd\x18\x2a\x94\xc4\xfd\x72\x9a\x32\x54\x88\x16\x92\x4e\x49\x36\x0d\x9e\x3b\x14\x9e\x43\xcf\xa6\x43\x92\x4d\x23\x46\xc4\x2b\x9e\xa1\xf0\x04\x92\x08\x8e\x39\x14\x9e\xb8\x22\xaf\x1f\x3b\xa0\x4d\x69\x64\xbb\x45\x2d\x1c\xda\x42\x86\x77\x7b\xe4\x65\x9f\x26\x1b\x15\x52\x7b\x80\xb9\x46\x27\xee\xc7\x25\xc9\xc5\x3d\xcd\x22\x2a\x34\xde\x69\x9a\x26\x11\x9d\x5f\x12\x51\x74\x28\x93\x88\xce\xa1\x45\x83\x07\x6c\xe7\xd0\xa2\x01\x24\xe9\xbf\xe7\x50\x04\xfa\x20\x58\x92\x6d\x6c\x9a\x17\x53\x88\xd3\xbe\xcb\xd5\x75\x45\x4e\xde\x2f\x9b\xba\x22\xcf\x21\xc3\x56\x3b\x37\x6f\xa5\xd0\x02\xee\x69\xda\xca\xf9\xa5\xad\xe4\x40\x67\xda\x4a\xa1\x25\xcc\xd3\xb4\x95\x42\x94\x2a\xc9\xd6\xba\xfb\x78\xbf\x76\xea\xea\x2c\xc4\xe5\x4c\xb9\xfb\x86\xea\x3a\xc9\xe6\xa7\x79\x2b\x05\x84\xdc\x4f\x25\xf6\x90\xed\x0f\x79\xfc\x85\xf5\x5e\xb7\x67\xe1\x13\x78\xc3\xf5\x3f\x64\xe8\xc4\x97\x4f\xb3\x5f\x0a\x71\xda\x74\x19\xfa\x90\x2d\x5f\xae\x15\xd9\x32\x90\x9a\xd2\x74\x8e\x9e\x38\x47\xd7\x8d\xe5\xa9\x73\xf4\x24\x39\x65\x49\xa2\xd0\xa7\xd9\x29\x85\x24\x03\xc6\x9c\x2a\xba\xe6\x93\xcc\x8b\x19\x37\x9f\xa4\x90\x38\xbc\x4f\xf3\x49\xce\xe9\x06\x20\x77\xd1\x9c\x6e\x00\xe0\x73\x11\x9b\x6e\x80\xe9\x5b\x5d\x68\x55\xd3\xf5\x0f\x24\x2f\x79\xcc\xe9\xfa\x07\x3e\xf9\x6c\xd2\x49\x21\x8f\xcb\x9f\x0f\x49\x61\x95\xfe\x7e\x4a\x43\x9b\xb8\x24\xdd\x92\x9c\x5c\x78\xa6\x2f\xb6\x09\xc1\xbb\x79\xd3\x27\xd9\x84\xe2\x63\x44\x73\xca\x33\xa7\x29\x58\x90\xc6\xbe\xd2\x26\xac\x62\x7c\xea\x6e\x02\xf2\x40\x0c\x4e\x77\xd3\xd4\x06\x81\x63\xed\x9c\x2a\x99\x40\xf0\x00\xd9\x9c\x2a\x99\x40\x1e\x9c\xf3\xcd\x87\x39\x49\x5b\x59\x7c\xdb\x68\x4e\x55\x45\x20\x0f\x67\x4f\x4d\xd1\xb4\x96\x9f\xeb\x9e\x69\x2d\xe7\x97\xd6\x12\x5b\xa0\x69\x2d\x85\x38\xb1\x43\x99\xd5\x72\xf2\x1a\x5c\xf9\xdc\xe3\xa6\xea\xdb\x34\xcf\x9c\x4b\x41\xf9\x06\x7c\xfa\xc4\x54\x36\xcc\xef\x71\x01\x49\x8e\x37\xde\x3f\x47\xf3\xb7\xba\xa4\xaf\x65\x74\xca\x0d\x6c\x0a\xcb\x74\x37\x99\xc2\x52\x68\x3a\xc0\x98\xc2\x52\xc8\xe3\x2b\xe5\x40\x2a\x3f\x2f\x6b\x50\xaa\x4c\xdf\x5e\x3b\xac\xc0\x0e\x60\xe3\x23\x61\xda\xf4\x7d\xba\x69\xa2\xcb\xbc\xec\x81\x1b\x7d\xea\xfd\xe3\x52\x50\xf6\x90\xd4\x72\x15\x63\xf6\xdc\xe8\x40\x1e\xe8\x6f\x86\x08\xcc\xa9\x91\x4f\xaf\x9b\xe9\xe9\x7a\x1a\xf7\x09\xbf\x99\x9e\xae\xe7\xb7\xb9\xc3\x4f\x6d\x48\xea\x99\x44\xdb\xdc\xdc\xd3\x13\x37\x2e\xca\x73\x7a\xe2\x9e\x66\xc9\x28\x7e\x69\x73\xd9\xef\xcd\x7d\xe0\x7e\x9f\x3a\xe2\xe8\x4e\x33\xd5\xd6\x80\xf4\xa6\x69\xaa\xad\xcd\x8f\x2d\xb8\xd8\x64\x0b\x53\x47\x1c\x64\xa0\xa1\x0a\x93\x50\x85\x5a\xd0\x70\x0d\x55\x10\xa2\x31\xde\x8f\xca\x1a\xf0\xe9\x8c\x8f\xca\xda\xe3\x59\x5a\xaf\x68\xb3\x66\x0a\xa1\x83\xb2\x49\x33\xe7\xa3\x02\xe7\x01\xfe\x51\x81\x03\x42\x4f\x30\x93\x66\x0a\xe1\xa5\x92\x49\x33\xe7\xa3\x74\x26\xcb\xce\x7c\x94\xce\x8f\x27\x5b\x04\xd9\xa3\x74\x7e\xbc\x49\x20\x6b\xfd\x34\xfb\xa4\x10\x1b\xc2\xe2\xf1\xb4\xf8\x78\x5a\xd4\x7d\xf8\xf1\xb4\xf8\x18\xc9\x13\xfe\xda\x94\xc4\x3e\x73\x38\xe4\x14\x8f\x97\xc5\xfa\x4e\x9b\xa4\x52\x48\xb2\x34\x4c\x93\x54\xce\x47\x19\x48\xe0\xf1\x7c\x94\x81\x80\x89\x1b\xa6\x09\x23\xa7\xd9\x21\x3f\xc9\x6e\x76\x48\xa1\x05\xba\x8f\xd9\x21\x85\xa6\xd5\xcd\xec\x90\x42\x6b\xf0\x13\x23\x43\x84\x90\x25\x1a\x19\x32\x8d\x0c\xf9\xe4\xbf\x91\x21\xd3\x6c\x85\xc9\x9b\x98\xd3\x6c\x85\x42\xf2\xba\xc2\x34\x5b\xe1\x34\xfd\x5f\xba\xd8\x0c\xdc\x98\x5f\xfa\x3f\xee\x48\x4d\xff\x27\x94\xd4\xf7\xdd\x58\x8e\x49\x2c\x47\x25\x9e\x70\x1a\xcb\x21\x44\xc0\x50\x4c\xff\x27\xac\x2f\x77\x68\xbb\x34\x92\x34\x20\x0a\x5f\x75\x7e\xb3\x04\xa6\x0b\xd0\x2c\x81\x42\x90\xc9\x7a\x1a\x18\x32\xdf\x6f\x46\xd9\xf1\xc6\x6d\x08\x41\xa4\xc5\x34\x6e\x43\x28\x49\x02\x89\xf9\xd6\xef\x53\xbd\x54\xfe\x06\xb7\xf1\xd7\x09\x07\x9a\xee\xda\xa6\x07\x14\xa2\xb2\x0d\x4d\x0f\x38\x7d\x8a\x31\xf5\x07\x37\xf1\x9f\x10\x17\x5a\xb7\x89\xff\x84\x92\xda\xbe\x5e\x99\xfe\xab\xa2\xd5\xfc\xb5\x26\xa9\x59\x8c\xe1\x52\xd3\x32\x3f\x60\x6b\x56\x90\x92\x86\xc5\x18\x07\xc5\x05\x10\x27\x27\xd2\x57\x71\xf1\x7a\xdb\xa3\x6e\x64\x14\x8a\xd0\x82\x5d\x67\x10\xca\x7c\x3d\xe8\xf0\x92\xe8\x34\xa5\x9f\x10\x9e\x6f\x0d\x42\x11\xe2\xc2\xf4\x6a\x10\x8a\xb0\xbe\xac\xd0\x6e\x69\x78\x6d\x14\xbf\xec\x92\xba\xc5\x18\x4a\x95\xc0\x2f\xa7\xdf\x61\x9d\xf6\xc0\xbb\xfe\x70\x61\xb4\xaf\x0b\xe4\x4b\xb7\x07\x2e\x6d\x20\x88\x30\x9e\x46\xaf\xcc\x57\x5b\x37\xa9\x2f\xa6\x39\xfd\x84\xdc\x1d\x70\xcf\x2a\xaf\x62\x45\xb5\xfe\x55\xac\xbc\x8a\x95\x2a\xc9\x79\x21\xf0\x25\xe3\xab\xc1\x9e\x12\xf8\x42\x32\xca\x69\xe0\xcb\xfc\x52\xff\x39\x07\x4a\x1a\x73\xea\xa5\xa6\x08\x83\x50\x26\x41\x28\x15\x83\xcf\x63\x10\xca\xb3\x79\x8d\xc2\xd2\x7a\xcc\x5c\x27\x04\x3a\xeb\x63\xc0\xc9\xe3\xb3\x8b\x89\x43\xd0\x63\x8c\x88\x10\x30\x89\xc7\xc4\x72\x8f\xf9\xe1\x32\xd6\xc4\x3c\xe6\x87\x13\x74\x6e\x7d\xcc\x0f\xf7\x18\x0f\x62\x56\xbd\xc7\x78\x90\xe7\x8b\x07\x59\xba\xd4\x63\x3c\xc8\xb3\x79\x31\x81\x25\xee\x31\x57\x9b\x10\xe1\xaf\xa1\x3b\x08\xc5\x98\x87\xc7\x5c\x6d\x42\xf0\xda\xe8\x63\xae\x36\xa1\xf8\x4e\xdc\x63\xae\x36\x21\x9a\xed\x68\xb6\x4d\x0e\xc6\x5b\xe7\x8f\x61\x23\xcf\xa6\xfa\x9f\x1b\xb5\x86\x35\xa8\xfe\x5f\x16\xb3\x06\xed\x35\xb9\x25\x34\xfb\xa0\xbd\xe6\x90\xe4\x20\x29\xf0\x49\x71\xf2\x6c\x08\x7c\xc1\x38\xef\x87\x07\xef\x3f\x68\xb0\xc8\xc7\x67\xef\x85\xf5\x25\xed\x85\x93\x0a\xba\x18\x3f\xbc\x81\xff\xc1\x2a\x46\x4f\x51\x15\x84\xc0\x33\xee\xf1\x29\xfc\xc7\xe7\x24\x13\xdf\xfd\xc7\xe7\x24\x85\x48\x47\x3c\xed\x95\x0b\x89\x47\x69\x1e\x63\x66\x1e\x62\x66\x2a\x6f\x13\x3c\xc6\xcc\x3c\x45\xee\x8a\xf3\xf0\x53\xe0\xae\x82\x0e\xcb\x4f\x81\xbb\x3e\x45\x1e\x85\x57\xf0\x53\xe0\x51\x42\x60\xb2\x79\x0a\x3c\xea\x29\x32\x1f\xfc\x1a\x9e\x02\xf3\x11\x1a\xf1\x29\x4f\x71\x6d\x15\xb9\x0a\xfe\x15\x0f\xe1\x30\x1f\x04\xaf\x4c\x3c\x06\xc5\x08\x51\x36\xea\x74\xd1\x18\xed\x92\x9c\xdb\x1f\xa3\x5d\x9e\xa2\x4d\x81\xc8\x85\xa7\x84\xbf\x86\x4b\xce\x61\x4f\xc3\x5f\xc3\x7a\xc2\x93\x9b\x4f\x09\x7f\xed\x5b\x20\x6c\x99\xe2\x02\x29\xde\x5c\x2d\xcd\xf7\x29\x2e\x90\xe2\x6e\x76\x16\x4a\xd8\x05\xa2\xfe\x89\x76\x7b\x0a\xbb\xf9\x29\xba\xdf\xb8\x65\x0a\x5a\xa2\x10\xd5\x2e\xb8\xb4\x8a\x87\x46\x1c\xbd\x9f\xe2\xda\x2a\x69\x12\x3d\x86\xd2\x45\x03\xe4\x69\x73\x5d\x33\xc5\xcb\x1b\x54\xdf\xa7\xb8\x68\x8a\x6f\xe4\x39\xe0\xae\x99\x62\xa6\xb6\xa0\x4e\xd7\x0c\x90\x27\x6c\xc0\xa4\x77\x4f\xd1\x76\x82\x87\xf8\xe3\x5b\x9a\x42\xc4\x61\x31\xfb\x99\x5f\x6b\x59\x1f\xf9\xb5\x16\x6b\xb3\x73\x80\xc4\x17\xf2\x64\x5b\x11\x43\xf4\xc1\xbe\xe1\x7a\xfd\x18\x4a\xf4\x10\x4a\x54\x79\x8d\xfb\x31\x94\x48\x58\xc5\x4e\x68\x45\x9a\x7d\xbf\x20\xed\x92\x76\x8b\x55\x68\x87\x34\x2c\x6e\x6c\x04\xc3\x8b\x1e\xc2\x87\x56\x31\x3f\x7d\xa5\xd9\xb6\x9f\x1b\xc7\x9f\x5d\x4e\x0a\xec\xdb\xe6\x2f\xcb\x4a\x81\xe4\xd1\xa4\x67\xaf\xb6\xa9\xda\xa6\x25\x33\x9e\xbd\xda\x26\x2e\x3e\x48\xb6\xfa\xec\xd5\x36\x71\xf1\x81\xbd\xf9\xd9\x39\xbb\x3e\xfb\x52\x3f\xd7\x97\x09\xed\x96\x46\x6c\x49\xf8\x65\x97\xc4\xfb\x76\x8d\xce\xa0\xab\x3c\x04\x3e\xed\x1b\xcf\xe4\x3c\xbb\xec\x7b\xf7\x91\xc8\x66\x33\xec\xf3\x52\x2d\x56\x31\x3e\xbd\x6c\xae\x29\x18\x1b\x83\x7f\xd9\x5a\x32\x23\x71\xb3\xf5\x18\x2b\xf5\x90\x97\x70\x7d\x49\xd3\xd0\x29\x84\x96\x9b\x5f\x86\x24\x2c\xf2\x4b\xdb\x7a\x8c\x95\x12\xf6\x0d\x67\xc5\x67\x57\x64\x00\xc9\x05\xc9\xb3\x5f\x76\xea\xb2\x53\x74\x40\x21\x42\x44\xd5\xfa\xd2\x5f\xb3\x53\x5e\x69\x6c\xfe\xd8\xd7\x29\xdf\xf0\xa7\x9f\xcd\x99\x5a\x02\x63\x7d\x49\x05\x4a\x0c\x20\x78\x7a\xe2\xd9\x15\x18\x64\x51\xdc\x37\x3c\x11\x1e\xb3\x28\x0a\x0d\xbf\xd5\xc7\x2c\x8a\xc2\x2a\xc6\x54\xc9\x5d\xbe\x97\x56\x1b\xbf\x16\x2e\x05\x12\x83\x70\x4f\xf2\x7f\x31\x76\x3f\x39\x13\xeb\x3a\x76\xc0\xe7\x59\xc5\xdb\x41\xca\xae\xb2\x25\x01\x99\x65\x9c\xec\xa1\xfe\x90\x40\x0f\xba\xfb\xe1\xa6\x7b\xff\x81\xcf\xcf\x77\x90\xf4\xe0\xde\xc1\x87\xf3\x81\x90\xcb\x96\x2c\x51\x14\xcd\x43\xd6\x3e\x8d\xed\x34\xb6\x2e\x34\xb6\x97\xd6\xb8\x7e\x2c\x8f\x4b\x6b\xa8\xc7\xfa\x32\x15\x68\x8d\xc0\xfe\x48\x54\x73\xa1\x67\x81\xf5\x8a\x02\xde\x29\x92\x30\xb6\xae\x66\xe9\x28\xad\x11\x58\xc9\x47\x59\x18\x5b\x40\xfa\x90\xda\x6d\x48\x21\x71\x5d\x57\xe6\xa6\x34\xc9\x2e\x85\xdc\xcc\x0d\x28\x92\x9d\x22\x99\x5a\x99\x0a\x61\xd7\xc6\xcd\x5b\x68\x5d\x60\xa5\x12\x66\xa1\x75\x55\x28\x5c\xd7\xef\x67\x84\x28\x12\xf9\x1d\x93\xa4\xb7\xe4\x77\x04\x33\x05\xed\x4a\x7e\x47\xb0\x52\x2f\xb3\xe4\x77\x04\x33\x61\xce\x25\xbd\x63\x85\x0f\xb6\x3f\x12\x48\x5d\xf8\x60\x75\xf3\xc1\xcc\x3e\xaa\x25\x7c\xb0\x23\xdf\x9b\x0a\x1f\xac\x92\xbf\xf1\xba\x92\x6c\x27\x4b\xcf\x17\xd1\x93\x28\x3d\x8f\x3e\xc6\x1a\xab\xe7\xcb\x22\x88\x3e\x0b\x5f\xec\x86\x95\xf0\x93\xc2\x1a\xab\xd0\xc1\xf6\x47\xc2\xa1\x0b\x1f\x0c\x8c\x71\x6a\xf6\x25\x32\xad\xf2\xb8\x4f\x4a\xe9\x49\x29\xc5\x84\x41\x07\x03\x57\xb3\x5c\x4a\xeb\x04\x66\x68\x58\xf5\xa4\x75\x9e\x97\x86\xb9\x9a\xe5\xd9\xa8\x98\x27\x15\x13\xd3\x04\x6b\x0c\xcc\x7c\x1f\x2b\xac\xb1\x0a\x6b\xec\xba\x72\x45\xa6\x0b\xea\xd0\x4e\xcd\x16\xd1\x27\xcd\xf2\x92\x51\xc4\xc0\x18\x46\x92\x1d\x19\x0a\xd8\xd5\x2c\x37\x3d\x75\x41\x32\xd8\xb9\x47\xa4\x07\x97\x65\x70\x35\xcb\xe3\x9e\x1e\x44\x45\xe5\x58\x0e\x4f\xfa\x24\xd5\x80\xf7\xc7\x23\x9b\xa7\x72\xc0\x60\x26\xea\xb5\x9e\x43\xe7\x47\x54\x6e\xa2\x74\xeb\x39\xbc\xbf\x7c\x7c\x0c\xd5\xb0\x9e\x8c\x89\xc0\x58\x5e\x1f\x63\xe2\x49\x53\x6c\x77\xb3\xfb\xa6\x57\xe7\x13\x0f\x5d\xa8\x6a\x00\xfb\xb8\x30\xd5\x2a\xb4\xb4\xeb\xca\x74\x7e\x18\x8f\xf0\xe4\x53\xa8\xa5\xd0\xd2\xc0\xd5\xcc\xaf\x15\x59\x3e\xb3\x47\xe5\x62\xaa\x55\xea\x15\x5f\xcd\x32\xe2\x74\x40\x60\xc6\x65\x5b\xf8\x66\x60\x7f\x24\x00\xbd\x10\xce\xc0\x3a\x62\x22\xe1\x9b\x55\xc8\x65\x57\xb3\x0c\x25\x1d\x10\x58\x89\xfa\x2a\xe4\x32\xb0\x3f\x12\x82\x5a\xc8\x65\x60\x3e\x9f\x9a\x19\xdd\x65\x74\x75\x8b\x5e\x08\xac\xc3\x0d\xe8\x85\xc0\xd5\x2c\xcf\x4b\x31\x3c\xa5\xd5\xcd\x4e\x82\x6f\x56\x21\x92\x5d\xcd\x32\x41\x68\x81\xc0\x3a\xbc\x3e\x5a\x20\xac\xb1\xab\x59\xc6\xcd\x9a\x0f\xac\xe3\x6f\xc4\x8c\x57\x18\x66\x37\x5c\xbf\xe2\x39\x8d\xbe\x94\x12\x5e\x2f\x3b\x25\xb0\x92\x4f\xa3\xf0\xcc\xc0\xfe\x48\x88\x6a\x21\x9a\x55\x88\x66\x47\xdc\x21\x85\x49\x06\xd6\x91\xce\x20\x92\x81\x75\x6c\x44\x3b\xd1\x9e\xfe\x3d\x23\x7a\x12\x65\x00\x33\xf4\x2f\xea\x25\xb0\x58\x85\xd8\x66\x15\x1a\xd9\xf5\x14\x9a\x4d\xb2\x4c\xcf\x87\xa7\x58\x44\xba\xf9\x74\xcf\x22\xcb\x17\x87\xc3\x3d\x9b\xa8\x35\xcb\xa5\xd4\x4b\x60\x26\xbd\x48\xbd\x68\x97\xc0\xfe\x48\xaa\xb4\x7a\x51\x2f\x81\x99\xaf\x5b\x85\x6d\x06\xd6\xe1\x9e\x14\xce\x8b\x2a\x49\x34\x6a\xa1\x91\x81\x99\xaa\x33\x85\x46\x06\xae\x66\x47\x64\x6f\xb2\x77\x7e\xcd\xa3\x7d\x88\x4c\x81\x97\x67\xfb\x92\xe5\x60\x19\xc3\x16\xdb\x0c\x5c\xcd\x46\x64\x3a\x1f\xa7\xcc\xb8\x7b\xa0\xf3\xe7\xdd\xab\x6b\xe9\x20\xa5\x81\x95\xd2\xa6\x85\x94\x56\xc9\xfe\xba\x3f\x12\x2d\x5a\x2f\xe7\x97\xc0\x3a\xb2\xd2\x5f\x74\x55\x78\x6a\x57\x33\x97\xea\x29\xe3\xe7\xa9\x99\x9e\xde\x8a\x29\xfb\x33\x6a\x19\x58\x87\x66\x14\x53\x60\x7f\xc4\x73\x5a\xa8\x65\x60\x1d\xba\xe0\x98\x13\x1a\xd9\xd5\x2c\x03\x32\xee\x3b\x58\x3a\xe9\x3c\xcd\x14\x90\x12\xb3\x30\xcb\xc0\x3a\x9e\x7e\xcc\x48\xd2\x55\x5e\x15\x5d\xf5\xba\x75\xd5\x99\x97\x40\x57\x29\xf1\x9d\x94\xc6\x85\x6c\x06\xf6\x47\x6a\xda\x96\xbc\xb5\x75\xe7\xad\xcd\xc6\x85\x7f\x56\x21\x9b\x5d\xcd\x72\x07\x07\x30\x6c\xb3\x97\xc1\x75\x00\x0b\xac\xd4\x57\xae\x97\x03\x58\x60\x85\xa0\x58\xf8\x67\xc0\x97\xdf\xc2\x3f\x03\x2b\x84\xcd\x52\x41\xbc\xc2\x2b\xbb\x6e\xe9\x69\x75\x2a\x15\x3b\x53\x05\xaa\x10\xcb\xc0\xd5\x2c\x83\x46\x3d\x62\x96\xdd\x33\x97\x7a\x7c\xdd\x7a\x2f\x16\x34\xce\x58\xdd\x9c\xb1\x33\x5d\xa7\xf7\x5e\x2c\x9d\x6d\xba\xd4\xb3\xc5\xd2\x39\x4c\x49\x3a\x2e\x64\xb0\xab\x59\x86\x88\x7a\x0a\xac\xa4\xe2\xae\x17\xed\xf4\xa2\x8a\x8c\x10\x55\xf4\xba\x55\x51\x36\x46\x64\xb0\x0a\x19\xec\x70\x7c\x46\x06\xab\x50\xba\xf6\xc7\x96\x63\x2b\x4e\x17\x90\x08\xa1\x70\xba\xc0\xd5\xec\x8c\x6c\x92\x79\xdc\x3d\xa2\x45\xf4\xd6\x6c\x44\xf6\x21\xcb\x2c\xca\x0a\x92\x3e\xb7\x8e\x5b\xf3\xac\x15\x59\x91\x09\x3b\x7a\x45\xd4\x44\x7a\x15\x11\xc5\x13\x58\x49\x74\x5e\xc8\x60\x60\x25\x7b\x6e\x21\x83\x55\x88\x5f\xfb\x23\xde\xb6\xc2\xfc\x02\x2b\xc4\x9a\x42\xfc\x02\x23\xd9\xf1\x0b\xf1\x0b\x5c\x57\xba\xa7\x7e\x46\x17\x25\x61\x40\x1d\x74\xd1\x41\xc9\xec\x0f\x37\xd5\xa9\x28\x99\xed\x7e\xb4\x1f\xd1\x4f\xb3\xf4\x9d\x92\x09\xcc\x84\x5b\x16\xe2\x57\x85\xe5\x75\x35\xcb\x70\x30\x75\xd0\xbc\xce\x8d\x48\xaf\xce\x2c\x8d\x7d\x4b\xaf\x9c\xb0\x02\xa2\x11\x0a\xa7\x0b\x8c\x69\x3c\xe8\x9d\x83\xde\xd9\xdd\x94\xde\x41\xf3\x4a\x71\xa6\x42\xf3\x02\xf3\xa9\x07\xce\x5c\x61\x7e\x5d\x57\xfa\x35\x1d\x4d\x1c\x59\x3e\x16\x14\xe6\x17\xb8\x9a\x91\xe9\x68\x12\x39\x26\x3a\xa3\x30\xbf\xea\xa0\xb1\x92\xc8\xb1\x50\xba\xc0\x3a\xa2\xae\x71\xb6\xc0\x3c\x9f\x7f\x1d\x2f\x5e\x07\x5f\xdf\xc1\x20\xdb\xa3\xbd\xb0\xbc\xc0\x3a\x8e\xf4\x86\xda\x0b\xcb\xeb\x6a\x96\xde\x50\x72\x81\xf5\x32\x0e\x94\xdc\x41\xc9\x1d\x1e\x49\x07\x9d\xe6\x76\xbd\xa1\xd1\x0e\x1a\x2d\x79\x1e\x0b\xcb\x0b\x0c\x8e\x10\x2c\x2f\xb0\x3f\xf2\x61\xb3\x0e\xe7\xb9\x43\xf5\xcc\x1c\xca\x10\xbf\xea\x60\xcb\x85\x23\x55\x78\x59\x60\xa5\xc8\x4e\xe1\x65\xd5\xe1\xec\xc6\x4d\x88\x70\x05\xe6\x34\xcb\x28\xa6\x83\x91\x96\x72\x5c\x75\x30\xd2\x0e\xe9\xbf\x73\x36\x39\x18\x69\xe1\x48\x5d\xcd\x32\xb7\xd9\x50\x81\x95\x44\x01\x85\x23\x05\x56\x4a\xf9\x17\x8e\x54\x85\x23\xb5\x3f\x76\xc3\xbb\xee\x9b\x66\xbd\xbe\x72\x03\x5a\xe8\xa0\x85\x76\xcb\x8e\x16\x0a\x47\xea\xe0\x6a\xc1\x91\x02\x33\x55\x24\x0a\x47\xaa\x42\x7e\xba\xae\x7c\x45\xf6\x22\xcb\x6c\xcf\xe9\x4d\x2a\xe7\x0a\xd3\xe9\x6a\xe6\xd7\x16\x59\xa8\x02\x93\xe8\x4d\xa4\x53\x44\x1f\x22\x23\x79\xff\x5a\x91\x89\xdd\x5b\x11\xa5\x53\x27\xbb\x26\x49\x23\x0b\x85\x09\xac\xe4\x12\x2b\x14\xa6\x0a\x39\xe9\x6a\x96\x3b\xd0\x2f\xc8\x49\xcf\xd8\xd8\xc8\x49\x60\x7f\x24\x02\xbb\x90\x93\x80\x18\xa0\x42\x4e\xaa\x10\x91\xae\x66\x79\x36\x86\x4d\x60\x25\xcc\xb6\x10\x91\xea\xbc\xf5\x4b\x76\x2e\xb4\x23\x20\x07\x7b\xa1\x1d\x55\x58\x41\x57\xb3\xeb\xfd\x61\x05\x81\x49\x79\x63\x05\x81\xfd\x91\x72\x67\x85\x15\x04\x56\xea\x10\x14\x56\x50\x9d\xf7\x22\xce\x81\x1c\x43\x07\xcc\x33\xa6\x30\x86\x0e\x58\x8f\x4c\x06\x0c\x9d\x3a\x59\x22\xa9\xaf\x54\xe8\x38\x40\xcc\x52\x9d\x2c\x91\xc0\x4a\xf6\xa8\x3a\x2d\xd2\xd3\xb1\x29\x85\x8d\x0a\x69\x07\xac\x23\xba\x04\x69\x07\xac\xe3\xf4\x18\x86\xe3\x5e\xb8\xde\x95\x85\x1b\x18\x1c\xcb\xa7\x75\x1b\xb8\x9a\xe5\xcd\x5b\xb8\xa7\xca\x4c\x31\xb9\xb0\x7d\xc0\xfe\x48\x02\xba\x42\xf7\x01\xc2\xa9\xea\x64\x9d\x84\xed\x73\x35\x4b\x17\xd8\x22\x37\xdd\xe7\xd0\xcc\x8b\xe7\xd5\x49\x79\x9d\xc2\xf7\x01\xe2\xa9\xea\xa4\x05\x4e\xc7\xb7\x04\x70\xd7\xe9\xf8\x76\x3a\xbe\x9d\x1e\x57\xe7\x19\x1e\x09\x89\xad\x93\xe1\x71\x3a\x70\x99\x6d\x0c\x8f\x73\x79\x36\x6b\x8d\xcb\x3f\xb0\x8e\xa9\x99\x67\x5b\x6f\xcd\xd2\x7b\x6a\xe0\xa4\x06\x62\xb2\x9c\xd4\x40\x60\xd2\xbb\xe7\xba\x9f\xa3\x5c\x99\x11\xa7\x19\x4e\x9a\xc1\xe2\xa0\x19\x02\x22\xc2\x0a\xc5\xa8\x42\x31\x3a\x93\x5d\xbc\x50\x8c\x6a\x70\xd5\xda\x93\x50\x8c\x80\x20\xb1\x42\x31\xaa\xc1\x3c\x49\xf5\xa8\xc2\x21\x02\x2b\xac\xe8\xc2\x21\x02\xeb\xc8\x52\xc6\x21\xaa\xf1\xfa\xba\x72\x44\xf6\x23\xcb\xce\x15\xdf\xc9\xa0\x05\x06\x53\x24\xde\x0e\x4c\x23\x20\x5b\x7e\x61\x1a\x81\xfd\x11\x12\x43\x61\x1a\x81\x19\x9a\x61\x61\x1a\x81\x75\x64\x39\x62\x1a\x81\xeb\x4a\xbf\x76\x90\x65\x67\xcc\x34\xc5\x34\xaa\x71\x98\x31\xf7\xaf\xe9\x54\xc2\x8d\x46\x54\xdb\x70\x2c\x1a\xfc\x24\xe1\x27\x94\x7c\xf1\x60\x1d\x1b\xd1\x20\x32\x6a\x31\x38\x51\x8d\x80\x38\xba\x42\x35\x02\x57\xb3\x19\xd9\x7d\x87\xac\x51\x9d\xa7\x2a\xc6\xb0\x36\x5e\x7f\xc3\x37\x3e\x9c\x60\x02\xeb\xc8\x8c\xc5\x3a\xaa\x61\xa5\x73\xcc\x4a\x31\x0f\xd6\xe1\xe5\x5a\xe9\xc3\xb2\x4e\x98\x44\xa1\x18\xd5\xb0\x86\x13\x78\x55\xc3\x1a\x0e\xcc\x3d\x56\x25\xd6\x11\xb8\x9a\xe5\x5d\x5a\xc3\xc3\x1a\x8e\x87\x7b\x58\xc3\xc3\x09\x63\xfa\x31\x43\xe8\x84\x11\x4f\x27\x6e\x52\x0d\xbb\x76\xc2\xb3\x6a\x58\xaf\x81\xe9\xab\x1d\x6e\x12\x58\x47\x1c\x52\xb8\x49\x35\x1c\x27\x12\xb6\x54\x58\x47\x60\x1d\xf1\x82\x61\x1d\xd5\xe0\x71\x7d\x9a\x8c\x76\xed\xc0\x3a\x62\xd9\x0f\x0b\x7d\x38\x4e\x24\x2e\xa5\x50\x8c\x6a\xf0\x8f\xc4\x52\x18\xf6\xf6\x61\x6f\x37\x6a\x16\xf5\xe0\x12\x7d\xea\x95\xb5\x19\x90\x6f\xbb\x70\x93\x2a\xe9\xfb\x4f\x7e\x2b\xdc\xa4\x9a\xf7\xda\x8c\xbf\x6f\x5a\x9b\xd3\xda\x8c\x8d\x31\xad\xcd\xa9\x18\xc7\xd2\xea\x20\x32\x3f\x33\x7d\xa6\x43\x47\x60\x52\x11\xd3\xa1\x63\xda\xdb\xc3\xd6\xa8\x69\x09\x07\x56\xe2\x0a\x6a\x5a\xc2\xd3\xa1\xe3\x79\xdf\xf4\x43\x96\x01\x7f\xb8\xe9\x97\xc8\x80\x2f\x5d\x68\xb2\x0c\x38\x91\x65\x3d\xb9\x44\x39\x3b\xf1\xa6\xc0\xf4\xa1\x77\x5a\x9c\x93\x37\xc2\xa9\x60\x5a\x76\x93\x37\x22\x56\xdd\xb4\x69\x4f\x07\x85\x24\xdc\xaa\x69\xd7\x0e\xac\x23\x1f\x2d\xa6\x83\xc2\xe4\x66\x78\x79\x5e\xe6\x7e\x40\xde\xfd\x9a\xdc\x0c\xd3\x09\x20\x29\x67\x6b\x3a\x01\x4c\x27\x80\x58\x9c\xd3\x09\x20\xb5\x09\xae\x66\xb9\x83\x8f\x1b\x81\xf5\x32\x94\x5c\xa2\x93\x9b\x21\x11\xe5\x35\xb9\x19\x26\x37\x43\xf6\xd9\x69\x91\x4e\xfb\xfd\x6b\x27\x73\x07\x46\x7b\x4c\x80\x69\xbf\x9f\x16\x6e\x02\xcf\x6b\x5a\xb8\xd3\xc2\x35\x41\x2c\xdc\x69\xe1\xbe\xb2\x22\x51\xd0\xc0\x1c\x51\xe8\xd3\x7e\x3c\xad\xe5\x57\x0e\xe0\xd3\x5a\x0e\x48\x58\x5a\xd3\x5a\x9e\x36\xda\x57\xe6\xb8\xba\x0a\x60\x3e\xb3\xfc\xd4\x55\x00\xfb\xe3\xf5\x22\x33\x91\x6c\xb4\x39\xf7\x4e\x0b\x77\xda\x68\x5f\x2f\x0f\xa2\x0b\xf9\xe8\xba\x1b\x37\x1b\xed\xf4\x3d\xdf\xa4\x61\x81\x4f\x61\xf2\x87\x47\x33\xb5\xe2\x1a\x18\xa6\x91\xb5\x3c\x19\xc3\xa9\x3e\x56\xd8\x65\x35\xad\xab\xcc\x67\xec\xb2\x0a\x13\x6b\x7f\xbc\x62\x98\x62\x62\x81\x91\x10\xa2\xc2\xc4\xaa\x65\xa2\xfa\x70\x81\x17\x05\xe6\x33\xa6\x35\x5e\x14\xd8\x1f\xbe\x05\x22\x46\x01\xdc\xe6\x42\x8c\x02\xd3\x47\x57\xc4\xa8\x5a\xf7\x14\x9f\x9a\xbd\xc9\xde\xb9\x72\x8f\xe8\x43\xf4\xd5\xcc\x73\xdc\xcf\xf6\x8b\x27\x2d\xbd\x62\x97\x06\xae\x66\x47\x64\x4d\x16\xf7\x89\x5f\xe3\xf5\x0f\xe0\x4e\xd7\x72\x14\x5e\xf7\xe2\x98\x64\x3b\xd9\x9e\x66\xaf\x88\x9e\x44\xcf\x78\x89\xfc\x98\xe1\xe0\x96\xf3\x21\x0a\xa7\x0a\xcc\xf3\x49\x64\x38\x7c\xa6\xf4\xe1\x02\xa7\x0a\xcc\x04\x2b\x17\x4e\x15\x58\xbc\x72\xcb\xd6\xb8\x1c\x8f\x7d\x7d\x40\xb3\x02\x73\x3e\x88\x0c\xc7\xbd\x84\x32\x8b\x10\x98\xc0\xf4\x45\x1b\x81\x09\xec\x0f\xbe\x5c\x0c\xa6\xba\x8b\x52\xc4\xea\x47\x60\x02\x6b\x1a\x5c\x56\x74\x60\x08\x0a\x41\x60\xaa\x65\x3d\x72\x8f\x23\x30\x81\x21\x50\x04\x81\x09\xcc\xe7\xdf\x48\x83\x56\xf8\x4d\xe0\xfa\xe1\x3c\xb9\x15\x1c\x58\x5b\xce\x8c\x08\x4e\x60\x6d\x26\xb1\x05\x1c\x40\x65\xaf\x65\x01\xaf\x79\x77\x39\x2f\xd2\x02\x46\x83\x1a\xe6\x93\x05\xbc\x7c\xd8\xa4\xcf\x97\x3d\x35\x80\xf1\x5e\xcb\x62\x5d\x0e\xc7\x8e\x0e\xa8\x51\x60\x26\xa7\x71\xa1\x46\x81\xab\x59\x2e\xb5\x36\x71\xa3\x12\x24\x5a\xb8\x51\x60\x6d\x96\x84\x9d\x37\xb0\xb8\x52\x97\x9d\x37\xb0\x92\x00\xa9\x16\x13\x3b\xb0\xf8\x65\x97\x4f\x1a\xcb\xfe\xcc\xbf\x8f\x41\x05\x70\xf1\x0b\x83\xaa\x16\xab\xdb\x57\x24\x0c\x2a\xb0\x52\x54\xbc\x30\xa8\xc0\xd5\x2c\xe3\xcd\xec\x0e\xc8\x4d\x50\x18\x54\x60\x7f\xf0\x96\xa1\x50\x81\xb9\x65\xf3\xc1\xa0\x02\x8b\xff\x16\x83\xaa\xc2\xa0\x3a\x53\x0a\xb4\x30\xa8\xc0\xdc\x62\x9b\x20\x50\xd5\xdb\x11\xdd\xe7\x88\xb7\xdd\x3e\xb0\xb8\x6f\xdf\x76\xfb\x37\xe3\xdc\xe7\x0e\x0c\x2a\xb0\x38\x83\x31\xa8\x80\x9c\x03\xf5\xb6\xb3\xbf\xd1\x54\x9f\x44\x1f\x22\xef\x2e\xbb\xd1\xdb\x96\xfd\x56\x97\x32\x1a\xee\xcd\x12\x7f\xb3\xc4\x79\x83\xdf\x2c\xf1\xc0\xe2\xe6\x7d\xb3\xc4\xdf\xcc\x6e\x8e\xea\x37\x85\x19\x18\x43\xdf\xe9\x4b\xf5\x52\xe6\x7d\xe5\x20\x9a\xae\x3c\x22\xd3\x83\x58\xe2\xdb\xe1\xd1\xf4\xe0\x5e\x2c\x51\x37\xe8\x58\x60\x0a\x31\x52\x1e\xa4\xde\x6c\x52\x36\xc1\x9b\x4d\xfa\xe6\xf5\xce\xf4\x40\xda\xaa\xf7\xbd\x5a\x86\x5f\xf3\x20\x59\x2d\xa6\xc7\xdb\x6a\x79\xdf\xcb\x20\xa7\x15\x44\x2e\x30\xb9\x05\x10\xb9\xc0\xfe\x60\xeb\xab\x19\x02\x46\xe8\x7a\xf5\xb6\x0c\x02\x33\x75\xe8\x4b\x15\x91\x7a\xaf\xc3\x95\x9a\x19\xa3\x64\x37\x4b\xb6\xe8\x7a\x3b\x56\xbe\x99\x96\xf6\xd8\xb7\xc9\x16\x18\x42\xeb\x90\xc7\x2a\xe4\xb1\x33\x34\xe9\x42\x1e\x03\xd7\x95\x2b\xb2\x8d\x2c\x5f\x70\xb3\x82\x3e\xbe\x90\xa5\x8a\xc8\xfe\x48\x06\xe9\x52\x45\x04\xcc\x91\x47\x53\x45\xa4\x3e\x26\xe0\x19\x8d\xa5\x64\x08\x98\x02\x19\x3e\x26\xe0\x47\x08\xce\x99\x2e\x7c\x4c\x90\xc0\xf4\x96\x3f\xf6\xd8\x8f\x39\x73\x6e\x64\x6e\x7a\xd8\x54\xf2\xb8\xe6\xcc\x87\x0b\x27\x44\x9d\xfa\xd8\x2a\x3f\x77\x6d\x5e\x57\x7e\x89\xb2\x94\x93\x8c\xb7\x54\x11\x01\x93\xcf\x4c\x15\x91\xfa\xf8\x40\x9e\x14\xf1\x85\x4d\x07\x26\xa7\x2e\x36\x1d\xb8\x9a\x65\x90\x6c\x95\x81\xc5\xd7\xf8\xb1\x55\x7e\xce\xfb\xa6\x79\x10\x7b\xd4\x47\x26\xe2\xa7\x2b\xdd\x94\x1d\x29\x0e\xe2\xc3\x8e\x0c\x4c\xdf\x8d\x3f\xec\xc8\xc0\xd5\x2c\x63\xe9\xdb\xfa\x47\x26\x62\x37\x60\x5a\x06\xe4\xb8\xae\x0f\xd3\xf2\xc3\x6d\x7b\x3e\x67\x64\x5e\x4c\x22\x6e\x12\xef\x5d\xc8\x7f\x60\x3e\xef\x56\x6f\xa2\xac\xab\x50\x7d\x0a\x1f\xb0\xc2\xfd\xbb\x64\x79\x0e\x2b\x26\x30\x93\x33\xb0\x3e\x4e\x71\x1f\x47\xb6\x90\x6c\xea\xc3\xf2\x0b\x8c\x14\x53\x2b\x14\xc1\xfa\x30\xd6\xce\x58\x22\x88\x7e\x15\xa2\xdf\xc9\x20\x42\xf4\xab\xaf\xa3\x4c\xca\x47\x16\x56\x1f\x98\xde\xfc\xd7\x51\xe6\xcb\x0a\x4b\x10\x76\x61\xd8\xd5\xcd\xb0\x8b\x51\x8a\x61\x57\x5f\x26\x57\xf2\x19\xd5\x97\x0a\x09\x2c\x5f\x25\xbf\xe6\xd1\xd7\xa9\x62\x3c\xfe\x86\x87\x5c\xcd\x10\xb0\x52\x12\xa1\xf0\xf4\xea\x6b\x4e\x85\xb7\x50\x6a\x86\x80\xc9\x1f\xac\x66\x48\x7d\xf9\xf6\x53\xab\xb2\x54\xfe\x00\x2b\x09\x22\xea\xcb\xb7\xff\x1d\xe9\x61\x22\xad\xeb\xcb\xa0\xf9\xde\xc5\xd9\x89\xf4\xd0\x8b\x0b\xfb\xa0\x50\xeb\xea\x4b\x9d\x84\x67\x59\xea\x72\x00\x15\xe4\x0a\x41\xad\xbe\xde\x08\x2b\x1b\xa7\xac\xc2\x29\x3b\xb9\x52\x70\xca\xea\xe7\x8d\x88\x9a\xc1\x29\x03\x4b\x94\x21\x4e\x59\xfd\x78\x62\x43\x05\x28\x6c\x2e\xb0\x52\x3d\xb0\x90\xb9\xea\xc7\xc5\x2a\x32\x15\x73\x0b\x08\xc8\x2e\xcc\xad\xfa\xf9\x84\x33\x72\x06\x45\xd3\x02\x77\x20\x34\x96\x56\xfd\x1c\xe0\xc2\xff\x2d\x94\x2c\xb0\x7c\x94\x43\xc9\x02\x57\xb3\x19\x99\x2e\xdc\x35\xea\xf2\x1c\x6c\xd4\x9f\xea\x1d\xf9\xd2\xf3\x63\xa3\xfe\xee\x97\xb5\x34\xf3\xb8\x49\xc1\x97\xb4\xb9\x85\xa5\x55\x3f\xbe\x9a\xa4\x29\xa8\x9f\xc5\x18\x58\xce\x0e\x3f\x36\xea\x8f\x41\x9a\x64\x86\x85\x93\x55\x37\x27\x2b\xaf\x19\x27\x0b\x5c\xcd\x32\x6e\xd6\xec\x0f\xa5\x3e\x2e\x84\x9f\x35\xfb\xf3\xea\x13\xd8\x5f\x48\x59\xf5\xf3\x9d\x62\x6a\x67\xc3\x09\x28\x25\x51\x3f\x1b\xce\x8f\x6f\x93\x2f\xf6\xc7\xf0\x0a\xcc\xe1\xd7\x18\x5e\xbf\x3b\x5a\x35\x2f\x86\xe1\xf5\x53\x57\x78\x77\xa1\x91\xe4\x01\xb5\x65\xe2\x47\x81\x79\xe6\x6b\x06\x7e\x14\x98\xc7\xfd\x64\x3a\x15\x8f\x4a\x52\xe5\x16\xc6\x14\x98\x21\x9a\x15\xc6\x14\xb8\x7e\x3f\x23\xc9\x62\x0b\xac\xa7\x81\x64\xb0\xfd\x44\x99\x24\x23\x6b\x61\x51\x81\xc9\xb8\xc1\xa2\x02\x57\xb3\xdc\xd4\x26\xfa\x53\x5c\x22\xd6\x13\x16\x55\x85\x45\x75\x7a\x34\x2c\x2a\xb0\x52\x47\xbd\xb0\xa8\xc0\x1c\x77\xab\x9d\x28\x31\x1a\xd9\x2f\x8b\x13\x27\x30\x42\x54\x2e\xbc\x2a\x30\x42\xc6\x2f\xbc\xaa\x2a\xbb\x6a\x52\x3d\x15\x5e\x15\x50\xe9\xa7\xf0\xaa\xc0\xdc\x73\xe6\xc5\xab\xaa\xe2\x73\x0d\xa7\xb7\xca\x69\xb6\xe4\xed\x1f\x44\x19\x8c\x62\xc3\xe1\x25\x14\x1b\x2e\x80\xc3\x57\x65\x8b\x2e\xfb\xf1\xcc\xbb\x2b\xfb\x71\x40\x15\x89\x2a\xda\x36\x70\x35\x73\xe9\x20\x4b\xd5\x99\x68\x8f\xa2\x02\xca\x7a\x4f\xd1\x82\xc2\xbf\x02\x93\x4f\x1e\xfd\xaa\xca\x7a\x9f\x39\xf1\x94\xf5\x1e\x98\x8f\x9c\x04\xca\x7a\x2f\x1e\xd6\xa4\xb1\x2b\x05\x76\xc0\x3a\xe3\xd0\x2b\xc7\xc8\xc0\x14\xaf\x53\x1c\xac\xe5\x64\xc9\xe7\x84\xb9\x05\x66\x38\x70\x55\x76\xed\xb2\xde\xa7\x37\x6a\xbd\x07\xd4\xcd\x29\xfc\xae\xaa\x7b\x21\x67\xc6\x94\x85\x1c\x98\x8e\xd0\x65\x21\x97\xd0\xd6\xa4\xbc\xac\x72\x40\x0c\x4c\x5e\xe8\x72\x02\x0c\x8c\x15\xe5\x81\xe0\x05\xd6\xe9\x9e\x6c\xda\xb2\x1d\x4f\x93\xc1\x76\x1c\x58\x36\xcb\xb2\x1d\x07\x66\xea\xe1\x94\x62\x40\x55\x76\x68\xa4\x8f\xb2\x43\x07\xe6\x88\x49\x5b\x76\xe8\xc0\x3a\xb3\xda\xcb\x01\xb0\x84\x72\xcc\x58\x9c\xc5\x5d\x13\x18\xd3\x94\x61\x0c\x17\xcb\x37\x49\xab\xaa\x58\xbe\x01\x85\x0d\xab\x28\xa2\xb0\xd2\xae\x66\xe9\x01\x15\x53\xaa\xc4\x4c\xcd\x74\xea\xd6\x27\x51\xea\x45\x9f\x04\x30\x35\xab\xe8\x93\x12\xc2\x36\xff\x06\xe7\xab\x8a\xbe\x09\x8c\x65\xb8\xe8\x9b\x5a\x77\x0f\x33\x10\x34\x49\x60\xd8\x7b\x54\x40\x02\xeb\x34\xf6\x14\x49\xd9\x3e\x31\x58\xb0\xe6\x2a\xac\xb9\x33\x25\x85\x0b\x6b\x0e\x4c\x26\x19\xd6\x1c\x58\x6c\x17\xa4\xb9\xba\x49\x73\xf9\xd2\x86\x34\x07\xae\xdf\xd7\xec\x45\x96\xd1\xca\x5b\x6b\x6a\x23\x30\x93\x8b\xa2\xda\xee\xdc\x1c\x5e\x26\x54\x73\x78\xb5\x1c\xe7\xd1\xd1\x18\x78\xd5\xf4\xc1\xca\xe9\xbe\xe9\x83\x16\x22\x9f\x13\x6e\xb3\xcf\x9b\x3e\x40\x7d\x51\x9b\x09\x2c\x11\x2d\x6a\x33\x81\xab\xd9\x88\x6c\x90\x8d\x78\x56\xd2\x77\xfa\xa0\x59\x64\x6b\x23\x7b\x93\x25\xd6\x38\x66\x42\xb3\xc8\x9a\x2d\xb5\x3c\x08\x5b\xaa\x05\xb0\x66\x63\x47\xcf\xab\xa6\x0f\x52\xb6\xa2\x10\xea\xc0\xe4\xe0\x47\xa8\x03\xfb\x23\x99\xca\xab\x29\x84\x16\xfd\x1e\xcb\xbe\x7d\x71\x69\x3a\x22\x29\xbe\x4a\x41\x28\x20\x4b\x48\xa1\xe2\x55\x5b\xfc\xc9\xa2\x5e\x08\x75\x60\x2c\xbf\x66\xf1\x87\x3d\xb7\x3f\x92\x78\xba\xb0\xe7\x80\x7c\xa9\x85\x3d\x07\xae\x66\x79\x5e\x7e\x25\x95\x9e\x52\xd9\xa8\xb0\xe7\xaa\x6d\xf6\x49\xba\x5d\xa8\x72\xd5\x9c\xba\x49\xa2\x5a\xca\x3a\x81\xb5\x79\x0b\x7c\x42\xe1\xc5\x49\xab\x5a\x68\x71\x60\x7f\x24\x47\x73\xe1\xc5\x01\x99\x50\xab\x29\x8e\xc0\xd5\x2c\xe3\xe6\x30\x1c\x18\xeb\x6e\x66\x78\x79\x93\x84\xeb\xe3\xca\x01\x55\x81\xaa\x29\x93\xa6\x4c\x92\xef\xb6\x9a\x32\x09\x2c\x41\xad\x4d\x99\xb4\x08\xd6\x24\x6b\x29\x85\xa3\xc0\xf4\xc5\xaa\x59\x1d\x81\x71\xdf\x80\x92\x08\x4c\x1e\xba\xa6\x24\x9a\xed\xe0\xdb\x74\xb3\x1d\x02\x33\x89\x72\xab\xad\xf8\x66\x3b\x08\x4a\x56\x98\x0a\x8c\x7b\x2d\x5b\xf2\x7d\x2f\xf9\x58\x27\x08\x80\x15\x02\xe0\x99\x84\x08\x8d\x00\x08\xf6\x47\x72\xcf\xf6\x23\x6b\x1e\xac\x84\xe5\xf6\x23\x6b\x1e\xcc\xf1\x70\xe5\x93\xc8\x9a\xbf\x6c\x8c\x7e\x64\xcd\x83\x91\x55\xda\x8f\xac\xf9\x7e\x08\x81\x4f\xc2\xb7\x7e\xc4\xfe\x06\x32\xd4\xf6\x23\xd6\x03\x50\x30\xb1\x1f\xb1\x1e\xc0\x58\x8f\x19\xd1\x9b\x48\xdf\x87\x2b\x8b\x2c\xde\x8d\x53\x07\x3a\xa2\xe3\xee\x54\x2e\x3d\x74\xea\xd0\xa9\x23\x22\x9d\xe2\x45\x8f\xf3\xa8\x53\x40\xeb\x86\x99\xfc\xd4\xad\x8c\x56\x3f\x6e\x6d\x31\xd3\x83\x43\x0f\xe2\x32\x3f\x3d\xee\xa1\x07\xac\x87\xa4\x99\x6b\x84\x48\x30\xfe\xbc\xd2\xb3\xdd\x6a\xc0\x1d\x4e\x97\xf2\x2e\x5f\x5a\xab\xd1\x26\xfb\x71\xaf\xef\x4b\xd7\x37\x8e\x24\x58\xdb\xae\xd9\x2f\xa2\x84\xbb\x6f\x29\x78\xd1\x8f\xa1\xa7\x23\x3d\xdd\xd2\xf9\xa1\xa7\xf9\xdc\xb3\x85\xce\xd4\x8f\xe1\xfd\xe5\x4c\xbe\xbf\x32\x20\x43\xe7\x73\x0c\x48\x04\x75\x23\x5c\x76\x98\x94\xd7\x95\x64\x1e\x37\x4e\xe8\x24\xf6\x6d\x4c\x4a\xb0\x6f\x49\x2c\xd9\xa8\x94\x60\x3e\x1f\xe9\x41\x14\x48\xa7\x76\xd7\xd5\x2c\x13\x64\xdc\x5d\xa8\xfc\x5a\x9a\x4d\x93\x92\x4b\xf9\x99\x56\x53\xa7\x12\x2e\xba\x99\x6c\x53\xa7\xa8\x8f\x67\xba\x3e\xf5\x29\x4e\xb2\x2d\x95\x97\x1b\x53\x13\xcc\x94\x9d\x6a\x4c\x4d\x30\xf3\x49\xa8\x1f\x53\x07\xa2\x17\xb6\x50\xb5\xfa\x31\x3d\xed\xe4\x7d\xfd\x6b\xff\x78\x87\xfb\x79\x41\xfb\x95\x74\x66\xe9\x4c\x38\x79\x53\x67\x96\xce\xe4\xc3\xee\xf6\xb0\xc2\x96\xde\xac\xa4\xc8\x9d\x19\xd4\xa5\x37\x39\x1b\x6f\x0f\xeb\x24\xaa\x04\x48\x49\xdc\x48\x9b\x1d\x86\xe6\xd5\x2c\x8f\xfe\x76\x87\xac\xf4\xe8\xcc\xc6\xd0\xec\xed\x70\xd3\xeb\x68\xd2\x9b\x15\x10\x98\x89\x55\xe9\x2d\x26\x35\x98\x23\xfa\x60\xb3\x26\x02\x23\xc5\x28\x5a\x39\xb4\x4e\x09\xb4\x7d\x0b\x8d\xa8\x37\x6b\x22\x30\xe3\x79\xec\xcd\x9a\x08\x5c\xcd\xdc\x73\x91\x25\x37\x77\x5e\x91\x1a\x68\x60\xc6\x9a\xeb\x2d\x9b\x6a\x6f\xe7\x7d\x83\xdc\xf4\x74\x83\xd0\xc7\x52\x96\xad\x91\x42\x3b\xd4\xce\x7d\x7b\x78\xdc\x78\x1e\xc0\x8c\x59\xdc\xdb\x70\x65\x0e\xae\x7b\xc6\x7b\x1b\xf7\x95\x61\x77\xe9\x94\x49\xbc\xdd\x93\x38\x2b\x78\x33\x89\x03\x2b\x9f\xc3\x7b\x33\x89\x03\xf3\x71\x9e\x11\x7d\x89\x7e\xae\xcc\x70\xc4\x52\x06\x2b\xe1\x31\x8d\x61\x0a\xd6\xbe\xe7\x61\xcd\xeb\xc0\x75\x65\x3a\x65\x62\x07\x66\xd8\x5d\xbd\x99\xd8\x81\xab\x59\x9e\x63\x7a\x2d\xd2\xc5\x4f\xbf\xe6\xb5\x4c\xc3\x31\xd3\xf7\x69\x38\xb2\x57\x26\x6f\x6b\xe3\xa6\x82\x7d\xa3\xe5\x90\x53\xc1\x7c\x46\x91\xe0\xa6\x02\x69\x5b\x1b\x37\xb5\x43\x13\xbd\xae\xcc\xab\x5a\x9e\x23\x27\x6f\x9a\x0a\x4f\xb4\x43\x0a\xdd\xb7\xcd\xc4\x5a\x6e\x90\x33\x75\x02\xc0\x1a\x29\xb4\x51\x3b\xb7\x64\xb7\x6f\xd4\xce\x0e\xb5\x73\xa4\x7c\x49\xa3\x76\x76\x38\x99\xfb\x96\xfc\x1c\xbd\xdb\x56\x76\x55\x75\x32\xc1\xf7\x98\x92\xe0\x6a\x36\x22\x1b\x64\xa1\x69\x6f\x9a\x4d\xa2\xb7\x66\x33\xb2\x0f\xd9\xb5\xd2\x13\x7f\xd9\xa9\x2c\xf7\x3f\x1a\x29\x73\x8b\x8d\xd1\x48\x99\x40\x82\xda\x46\xca\xec\x3f\x49\x99\x5a\x79\xb4\x18\x9c\x09\x0d\xed\xfd\xf0\x68\x71\xda\x6d\x54\x26\x06\x26\x58\x09\x4f\x69\x65\xe8\x3a\x04\xcc\x7d\xdb\x6e\x59\x93\x29\x1b\x9c\xf1\x38\x8d\x07\xa5\x9f\x9a\x65\xbd\x53\xfa\x81\x95\x23\x4c\xab\x08\x07\xf6\x2d\x9f\x85\x5a\x49\x38\x20\x77\x6e\xef\x94\x7e\x40\x52\xdc\x56\x24\x0e\x5c\x57\xe6\x39\xac\xaa\xc0\x4c\x7c\x5d\xef\x56\xd5\x3e\xf4\x2a\x4a\x60\xb7\x12\x02\xd2\xff\x36\x82\x24\x98\xaf\xfb\xca\x22\xca\xda\x88\x2a\xc2\x8f\xec\x7d\x7a\xc9\x9a\x99\xce\x81\xb9\xaf\x3c\x86\xd9\xbc\xd3\xf0\xf9\xc0\xd6\xbb\xe9\x1c\x58\x34\xfc\x6e\x36\x07\xd6\xfe\xd4\x6a\x11\x65\x36\x3f\xb5\x7a\x13\x79\xed\x79\x2b\x34\xf8\x2e\x6d\xb0\x01\x9a\x9e\x7f\x19\xee\x2c\xf8\x9d\x06\x0f\xac\x7d\x27\x32\xdc\x96\x46\xbe\x6b\x35\xe6\x23\x58\x89\x39\x6e\xcc\x47\x70\x35\xcb\x73\x50\xea\x81\x95\x80\xdd\x56\xd0\xae\x43\x60\xbc\x9a\xe5\x41\x96\x67\xbb\x8d\x41\xa2\xfb\xd9\x7e\x9a\xa5\x0b\xcb\xe0\xa2\x2b\x99\x0a\xcb\x24\xba\x17\x5a\x74\x33\xa2\x63\x87\xe8\x38\x42\xed\x69\x44\x47\x30\x6d\xc5\x4f\xb6\x60\x60\xed\x97\xd1\xdb\xa8\x8f\xfd\xbc\x97\x63\xd4\xb5\x5a\x78\x60\xa6\x2a\x7d\x3f\x2d\xc7\xf0\x1c\xaf\x66\xaf\xc8\x26\x19\x6a\x8f\x66\x8b\x68\x69\x76\x46\xf6\x26\x8b\xd2\x7d\xb9\xe9\x87\x28\xaf\xea\xe5\x9e\x5f\xa2\x76\xe5\x35\x8b\x70\x1f\xc1\xda\xf7\xbf\x3e\x67\x37\x66\x64\x87\x6a\xb8\x6f\x5b\x56\x30\xae\x21\x18\x21\xe5\xf7\xf3\xd4\xe9\x78\x4d\xb7\x64\xeb\x6e\xec\x40\xb0\xf2\xa1\xa3\xb1\x03\xc1\xbe\xed\xb7\xcc\x40\x24\x1a\x36\x39\x2b\xfa\x69\xe5\x04\x66\x82\x11\x1b\x87\x10\xac\x94\x10\x6e\x1c\x42\xb0\x92\xe2\xb1\x71\x08\x3b\x44\xc0\xeb\xf7\x23\xb3\x72\x50\xfc\x36\xda\x0b\xc5\x0f\xac\x10\x01\x1a\xc5\xaf\x43\x59\xdb\xb7\x64\x9d\x6e\x9c\x35\x30\xf3\x75\xb6\x51\xd6\x3a\x94\xb5\x41\x43\xa0\xac\xf5\xcb\x0b\xdf\xcf\x3d\xb2\x83\x2c\xa7\xea\xe3\x11\xd1\x49\xe4\x06\xd9\x9f\x91\xc5\xc0\x9a\xd9\xb6\x90\xc5\xfa\xc5\x74\xd8\x87\x66\x83\x2c\x87\xef\xac\x4d\x2c\x30\xb0\x6f\x49\xa9\xd5\x68\x60\x60\xfc\xf9\x6b\x6f\xa2\xb7\x66\xaf\xc8\x3e\x64\xa9\x14\xfd\xf2\x6b\x5f\xa2\xaf\x66\x47\x64\x3f\xb2\x9c\xe7\x4e\x57\x66\xe9\xa0\x7c\x6d\x89\x6f\x6e\x94\x2f\xb0\xe8\x25\x94\x2f\xb0\x6f\xa9\xc4\xdf\xe1\x7f\xdd\x30\xf3\xe5\xa1\xb1\xc0\x1a\x49\x6b\x4b\xaa\x96\x46\xd2\x02\x2b\x51\xe6\x8d\xa4\xd5\x2f\x6a\x34\x99\x65\x1a\xd7\x0a\xac\x24\xa9\x6a\x5c\x2b\xb0\x6f\x61\x8f\x34\xae\x15\x98\x49\x12\xdc\xb8\x56\xfd\xa2\x86\xc2\xe1\x6d\x84\x23\x30\x77\xcf\x46\x0d\x85\x6f\xb4\x6f\xc9\x76\xdd\x08\x47\x40\x06\xa6\x7e\x2d\xc3\x4b\x0d\xe5\xfb\x5b\x2b\x52\x05\x56\x4a\x2b\x35\x5a\x52\x23\x1c\x6d\xc9\xa3\xdc\x08\x47\x1d\xc2\xd1\x48\x70\x6d\x23\x1c\xf5\x61\x22\x3d\x5f\xaf\xc8\x0e\xb2\xa4\x9f\xcc\xf0\xe2\x20\x81\xab\xd9\x8a\x6c\x90\x25\x9d\x46\x7a\x8a\x83\xd4\x07\x83\xf6\x99\x39\x88\xfd\x03\xd6\xc8\x4c\x3d\x6c\xda\x81\x7d\x7b\xba\x83\x5d\x3b\xb0\x58\x92\x38\x42\x60\xa4\xdc\x64\xe3\x08\x81\x15\xb2\x72\xe3\x08\x35\x56\xcf\xf6\xf4\x1c\x26\x4d\x60\xc5\xb1\xde\x58\x3d\x8d\xd5\xb3\x25\xb1\x5e\x63\xf5\x80\x35\x72\x74\xc5\xea\x01\x72\x59\xb5\xe2\x4d\x8d\x4d\xb3\x25\xa8\xb4\xb1\x69\xc0\x1a\xb7\xe8\xbe\x41\x12\x85\x66\x77\x38\x86\xc1\x65\x15\xa4\xb4\x5c\x1f\xac\x82\xc0\x1a\x1e\x83\x55\xa0\xda\xd2\xf9\x74\xa5\x7b\x52\x2a\xcf\x1c\x53\x11\x5c\xfa\xb0\x1d\x27\xb0\xb2\x15\x23\x02\x6b\xdc\xcd\x0c\x51\x8c\xcb\x31\xce\x88\x0c\x11\x75\x94\x84\x4d\xad\x7a\x10\x58\xf9\x14\xdb\xaa\x07\x81\x7d\x4b\x45\xd5\x46\x66\x01\x33\xcc\xaa\x46\x66\x01\xd2\x6c\xb5\xea\x41\x7d\x98\xba\x2f\xcd\x4c\xdd\xc3\xd4\x8d\xc9\x8c\xcb\x02\xf6\x2d\x91\x90\x8d\xcc\x02\x56\x02\x04\x1a\x99\xa5\x0f\x6a\xf1\xb5\xe5\xd7\xa8\xc5\xc0\x4a\x46\xe2\x46\x5c\xe9\x10\x57\xc6\x2b\x5b\x02\xe2\x0a\xb8\xae\x5c\x91\x6d\x64\x19\xf0\xe8\x7a\xc5\x7d\xfa\x34\xe9\xe3\xa7\x6c\xcc\x15\xb0\xf2\x61\xb1\x4f\x93\x3e\xb0\x12\x7a\xd2\x8a\xfb\x80\xeb\x4a\xb2\x49\x96\xb4\xb4\xcb\x8f\x2d\x22\x1d\x8d\x16\x47\x70\x01\x2b\x1f\xdc\xfb\xb4\x5d\x06\x26\x13\x54\x71\x1f\x70\x5d\x79\x46\x56\x64\x06\xfc\x1a\x49\x95\x7c\xfa\xb4\x82\x12\x05\xda\x6a\xf4\x80\x15\xbf\x73\xab\xd1\xd3\xf8\x2d\xdb\x2b\xfb\x10\x7e\x0b\x58\xf9\xe6\xd9\xf8\x2d\x7d\x5a\x1b\x89\x02\x6d\x55\x6f\xc0\x1a\xf3\xaf\x79\xda\xad\x28\x0e\xd8\xb7\xc4\x6b\xf6\x69\xed\x04\xd6\x7c\xf8\x61\x8f\x19\x37\xca\xf6\xca\xa6\x87\xc4\x02\x56\x3e\x93\xf6\xc9\x8d\x12\x90\xc4\xac\x4f\x8b\xee\xb4\x9c\xc2\x3c\x6d\x95\x6d\x80\xcc\x69\xad\xb2\x4d\x9f\xec\x82\x57\x4c\x65\x65\x6c\xc0\x9a\x31\xc0\x90\x64\xc0\xd5\x2c\x03\x41\xef\x63\xc9\x24\x33\x49\x63\xc9\x80\xf9\x67\x2b\x23\x68\x71\x26\x73\x77\x23\xb1\xf4\x69\x71\x26\xa9\x4f\xe3\x9d\x80\x95\xaf\xba\xad\xf0\x4c\x9f\x8e\x79\xc9\x8f\xdd\x78\x27\x60\x8d\x1c\x1a\xd1\x4e\xc0\xbe\x25\xa1\x4b\xe3\x9d\x80\x95\x40\xc6\x3e\x79\x43\x42\x3b\xb9\x9a\xe5\x79\x2d\xe2\xc0\x0a\xfb\xac\x15\xa8\x01\x2b\x9f\x8d\x5b\x81\x9a\x3e\xb9\x3b\x92\xaa\xa5\x4f\xd6\xf2\x29\x03\x60\xf6\x3c\x84\x95\x3e\x59\xc6\x49\x7e\xd2\x27\xcb\x38\xb0\x92\x71\xae\x11\x56\xc0\x4a\x98\x52\x23\xac\x80\xe5\x94\xa7\xb2\x0d\xd8\xb7\x97\x8e\xd2\x08\x01\x29\xe2\x1a\xad\x05\x5c\xcd\x5c\x6a\x7e\xd8\xdf\x6e\x91\x7e\x32\xb3\x93\x90\xa2\x4f\x66\x76\x60\xe5\xab\x54\xa3\xba\x80\xab\x59\xe6\x11\x5d\x82\xeb\x32\xa3\x85\x70\x5d\x3a\x5c\x97\x11\x3a\x46\xe3\xba\xf4\x78\x19\xa2\x68\xc8\x41\x71\x04\x56\xbe\xac\x37\xfa\x4b\x87\xd7\x72\x35\x3b\x23\x5b\x64\xb1\x12\x37\xa2\x37\x91\x5e\x2d\x97\x7e\xc9\x62\x51\xc4\x7a\xc0\x75\x01\x23\xec\x91\x1e\x56\x7f\x78\x27\xd7\x95\x79\x0e\xdb\xe0\x10\x01\x17\x35\xa7\xc4\x0d\xd8\xb7\xe4\xca\xe8\x61\xa9\x0f\x01\x14\x39\x56\xa3\xa7\x80\xab\x59\x6e\xca\x60\x0b\xc8\xac\xd7\x83\xbd\x16\x98\x8e\x61\x83\xbd\x36\x84\xac\xe4\xd4\x3b\x98\x6b\x83\xde\x48\xb8\x68\x0f\x7a\x63\xd0\x1b\x2b\x57\x52\x0c\x83\x62\x48\xb8\x68\x0f\x8a\x21\xb0\xd8\x66\x0a\xf2\x74\x48\x2c\x57\xb3\xf4\xea\xf4\x1c\x21\xbc\x25\x27\x5f\x2b\xab\xd3\x83\x16\x38\x8c\x2e\x2d\x30\x6c\xaa\x59\x07\x83\x16\xc0\x5c\xd9\x12\x0d\xd9\x98\x2b\x60\xc5\x27\xdf\x98\x2b\x60\xdf\x42\x4a\xef\xc1\x84\x0b\xac\x91\x49\x8f\xcc\xd2\x83\x35\x95\x00\xc6\xc6\xc1\xe8\x70\x30\xc6\x99\xc7\xc5\xc1\xe8\x69\xce\x84\xd1\xd1\xd3\x9c\x09\xcc\xd0\x75\x1a\x2d\xa3\x11\x2e\xb6\xb0\x2b\x1a\xe1\x02\xac\xc4\xce\x35\xc2\x45\x23\x5c\x6c\xe1\x8b\x35\xc2\x05\x98\xf9\x52\xd4\x08\x17\x3d\x19\xf9\xa1\xbc\x35\xda\x04\x18\x29\x20\xda\x93\x91\x3f\x55\xf7\x78\x12\x79\x34\x0e\x95\xb0\xbe\x5a\x9d\x1a\xb0\xce\x87\x66\x79\x31\xf3\x7e\x7f\x59\x57\xb8\x0f\x60\x25\x86\xaf\x51\x1f\xc0\x3a\x33\x01\x51\x1f\xc0\xbe\x85\x80\xd2\xf3\xd4\xd1\x53\xad\xea\x33\x22\x1d\x1d\x86\x2d\xbb\xfb\xf4\xfe\x02\xf3\x7e\x34\x46\xd1\xe4\xf8\x4e\xce\xef\x9e\x74\xf1\x94\x9c\x3e\x8a\x72\x3a\xa3\x4d\x3e\xc3\x73\x23\x33\x46\xf1\x19\x9e\xd1\x6d\x93\xcf\x10\x43\x62\x4b\x81\xcf\xc6\x90\x00\xeb\x7c\xb8\xe9\x8f\xa8\x34\x4b\x4f\xcd\x86\xc0\x25\xcb\xf3\xf2\x1a\x06\xe4\x28\x6f\x0c\x89\x9e\x3c\x84\x89\x3c\xeb\xc9\x43\x38\x95\xea\x35\xbc\xb6\x89\xc9\x43\x98\xb2\xa2\x3d\xed\x13\xd3\x67\xf8\x6c\xf9\x88\x14\x3d\x29\xfb\x70\xd0\x1b\xf7\x01\xac\x10\x3d\x1b\xf7\x01\xac\xab\x57\x7f\xb9\x6f\xa3\x46\xf4\x64\xbc\x25\xfc\xb0\x27\x5d\x1d\x98\x3e\x31\x28\xff\xd3\x29\xec\xb3\x6f\x09\x3f\x6c\x95\x7d\xc0\x58\xa6\x3b\x1d\x3c\x29\xdc\x7c\xb1\x6e\x75\x7c\x80\x5c\xea\x8d\x55\xd1\x8b\x9d\x73\xe6\x78\xa2\x72\x0d\x98\x5b\x8e\x22\x2a\xd7\x80\x65\x68\x54\xae\x01\xcb\xd8\x2b\x5c\xd3\xcb\xc1\x34\xa9\xb5\x5b\xcd\x18\xb0\xce\x68\x0e\x6c\x09\x30\xf2\x45\xbc\xb1\x25\x1a\x5b\x62\x4b\xce\xec\xc6\x96\x00\x92\xb1\x37\xb6\x04\x58\x89\x0a\x6d\x64\x89\xc6\x52\xd8\x92\x74\xb0\xb1\x14\x80\xfc\xec\x8d\xa5\x00\xf6\x2d\x21\x32\x8d\xa6\x00\xe6\x73\xb8\xd2\xa3\x31\x8a\x12\x70\xd3\x98\x0b\x60\x25\x78\xb4\x31\x17\x3a\xc5\x60\xae\x66\xe9\xfc\x79\x3f\x48\xea\x8a\x67\xbc\x55\x7b\xe9\x75\xcf\xd9\x68\x30\x9c\x80\x5e\x0c\x94\xa4\x7f\xee\x65\xe6\x2d\xf1\x1f\x31\x50\x96\x89\x87\x01\xb0\x9d\xcb\xa5\xba\x35\x75\x4b\x33\xdd\xe2\x80\x4b\x2e\xe6\x16\xa0\x0f\x56\x62\x62\x5b\x80\x7e\x2f\xf6\x83\x8f\x94\x8b\xfd\x10\x90\x9d\xbe\xd5\x33\x01\xfb\x36\xb2\x62\x85\xe3\x83\x95\xd4\xd4\x2d\x1c\xbf\x17\x25\x3c\xb2\x62\xc5\xc1\xf7\x9b\xc6\x4d\x49\x8c\x56\x36\x04\xac\x33\x07\x7a\x65\x43\xfa\x4d\xe3\x26\xf7\x63\xbf\x69\xdc\x37\x8d\xfb\x74\xe5\x20\xfa\x68\x76\x44\xf6\x25\x4b\x52\xe8\x38\x63\x55\x12\xe9\x44\xb8\xef\xdb\x70\xa9\x39\x18\x98\xc9\x75\xd8\x22\xdc\xfb\x6d\x4b\xce\x47\xe6\x7e\xdb\x92\xdf\x77\x4c\x23\xd1\x22\xca\x4c\xcd\xd6\x22\x4e\xbd\xdf\xa6\x65\xa2\x4c\xfb\x7d\xdc\x37\xcd\xb4\xcc\x61\xe1\x6d\x5a\xbe\x39\xa7\x47\x4c\xe9\xb7\x79\x19\x58\x67\xd4\xfc\x9b\x73\xfa\x6d\x9b\x1e\x59\x58\x6f\xdb\xf4\x5b\x74\xd4\x2d\xf2\xb8\x89\x2f\xde\x46\x3c\x54\x6f\x33\x29\xb0\x4e\x3d\xb0\xd7\xbe\x99\xd7\x7c\x12\xaa\xa1\x80\x99\x84\xfd\xfd\x66\x5e\xbf\x99\xd7\xce\xfd\x6f\xe6\x75\x60\x51\xcc\x6a\xa6\x80\x45\xa9\xa8\x99\xd2\x82\xf4\x37\xdb\xb4\x20\xfd\x7e\x27\x6b\xc3\xe6\xc0\xfd\xf6\x01\x26\xb0\xec\xbf\x82\xf4\xc1\x4a\xe8\x73\x0b\xd2\xef\x37\xb5\xe9\x5c\xfe\xa6\x36\xdf\xd4\xa6\x57\x4a\x6d\x8a\xbe\xdf\x98\x98\xa2\xef\xc1\xa2\xc9\x44\xdf\x83\x45\x07\x8b\xbe\xef\xf7\x3d\xc7\x63\x61\x8a\xbe\x07\x2b\x01\xe8\x2d\xfa\x1e\xcc\x71\xff\x98\x8e\x9a\xe2\x2f\xb7\x34\x17\xee\x29\x1e\xc5\x2f\xfa\xbe\x3f\xcc\x00\x67\x5f\xc1\xf1\x60\xd1\x9e\x1f\x66\xc0\x87\xef\xc5\x59\xeb\x63\x06\x7e\xc4\xe7\x65\xc3\x14\x42\xdf\x1f\xbe\x3e\x36\xec\x87\xed\xf8\x11\x78\x17\x07\xc4\xc7\x3c\x0d\xa8\xdd\xd0\x1f\xf3\xf4\xc3\x74\x64\xd6\x7e\x8e\xfb\xa6\xd9\x57\x6f\xd1\x87\x28\x71\x60\x9b\xc7\xc8\x12\xfa\xf0\xba\xb1\x30\x3f\xe6\xc7\x87\xd7\x2d\xea\xf3\x63\x7a\x24\xd6\x7c\xdf\xa6\x9b\xda\xcc\x3f\x1c\xae\xb1\x16\x04\x9b\x83\x35\xa2\x65\x3f\xf6\xf2\x8f\xbd\x9c\x73\xf5\x33\xee\x9b\x7e\x43\x19\x73\xe5\x8f\xe8\x97\xe0\x36\xbf\x5f\x44\xe5\xca\x34\x33\xd9\x3e\xe6\xc2\x7c\xe5\x71\xcd\x85\xcf\x1d\x8f\x46\xb4\x11\xb9\x69\xe6\xe9\xc7\x41\x25\x30\x9f\xd1\xa8\x1f\x7b\xe4\x67\xb9\x43\xd4\xfd\xc7\xa9\x24\xb0\x12\x9c\xdd\x1f\x7b\xa4\x00\xf7\x6d\x8e\xff\xaf\x6c\xc8\xf8\xaf\xfb\xb6\x58\xf7\xfe\x26\xda\x63\x4b\x18\x75\x7f\x45\x7b\x04\x56\x22\x06\x5b\x9d\x9b\xfe\x9a\x3e\x09\xc3\xed\xaf\xe9\xf3\x75\x40\x19\x44\x19\xd5\xef\xfd\x76\xe3\x8e\x15\xeb\x0e\xe6\x8a\xd2\x14\xeb\xde\x5f\xb6\x60\x12\x86\xb6\x3a\x31\x60\x84\x8f\xd3\x5f\xb6\x60\x6a\xc2\x5c\xcd\x56\x64\x93\x2c\xd9\x82\x0f\x22\xcf\x61\x3f\x5b\x9b\x4b\x9b\xac\xe3\x78\xbe\x86\xeb\x4b\x0b\x7d\x99\xfc\x49\x78\xdc\x5f\x6a\xe8\xeb\xe0\x1f\x95\xf3\x65\x32\x7e\x69\xa6\x44\x7d\xf5\x97\x66\xfa\x3a\xf8\x67\x6a\x7f\xcd\xbc\x84\xc1\x5f\xcd\xd2\x2d\x6a\xe8\x1b\x57\x7f\x6a\x1c\xf5\xd7\xcc\x13\x1a\xbf\x31\xb5\x85\xc6\xf7\x97\x1a\x4a\xae\xe4\xfe\x52\x43\x81\x95\x34\xfc\xfd\xa5\x86\xbe\x8e\xef\xcb\x5d\x1d\xdf\xbf\x8e\xef\x2f\x22\x63\xe9\x95\xaf\xa8\x09\xe1\xf2\xfd\xb3\x8a\x53\x7a\xbd\x7f\x56\xf1\x4f\x48\x40\x1c\x4c\xea\xa8\xf4\x5d\x47\x65\xd3\xea\x45\xa4\x5b\xb1\xd2\x95\x48\x01\x8b\x97\x48\x50\x3d\x18\x0e\xbf\x82\xea\xc1\xbe\x89\x89\x51\x22\x05\x2c\x3b\xcb\xcf\xab\xff\xd9\x6d\x52\x37\xb3\x05\xda\x83\x65\xcb\x50\x21\xa5\x7f\x1c\xf6\xc9\x58\xdd\x02\xed\xc1\x1a\x2f\x22\x3d\x08\x19\x74\x0b\xfb\xb1\x05\xda\x83\x65\x9f\x12\x67\x0f\x56\xaa\x82\xb5\x38\x7b\x30\x7d\x9a\x13\x67\x0f\xf6\x2d\x69\x9c\xfb\x67\x6e\x05\xd6\x7c\x11\xe9\x14\x2b\x2b\x69\x9c\xfb\xc7\xca\xfa\x71\x3d\xe5\x78\xa6\xb6\x4a\xff\x6c\x84\x49\xe3\xdc\xaa\xa6\x80\x95\x4c\xf0\xad\x6a\x0a\xb8\x9a\xa5\x57\xa6\x60\x60\x85\x69\xdb\x3f\xa7\x96\x9f\x53\x4b\xd2\x2c\xb7\x10\x7d\x30\xf9\xdb\x44\xe8\xf7\x2f\x71\x38\x7b\x18\xa8\xfd\xa3\xaf\x02\x6b\xc4\xdf\xf5\xa3\xaf\x44\xed\xef\x2c\x73\x51\xfb\x9d\xea\x26\x97\x2c\x77\x60\xa0\x05\xe6\x6e\xc4\x39\x95\x52\xfd\x64\xdf\x1f\x51\xd6\xaa\x9f\x80\x99\x32\x32\xad\xfa\x49\xa7\xfa\xc9\xd5\xcc\xaf\x79\xcd\x77\xf5\xba\xf4\x9e\x42\xfc\xdd\x79\xad\xf3\xb8\x14\x62\x28\x00\xfb\x9e\xe4\xfb\x8d\x03\x00\x46\xd2\xbe\x37\x0e\x40\x27\xf8\xfe\x6a\x96\xde\x53\x92\xa2\xef\x93\x74\xa7\x05\xdf\x83\xed\x74\x28\x14\x7d\x0f\x66\xd2\x81\xb5\xe0\x7b\xb0\x3f\x18\x15\x42\xed\xc1\x8b\x0d\x2b\xd4\xbe\xeb\x1e\xb7\x58\x59\xa2\xa4\x5b\x08\xee\xfe\x58\xaf\xff\x47\xe5\x5e\xff\xff\xeb\xfb\x9f\xff\xed\x7f\xfe\xaf\xf7\x3f\xff\xf7\xfb\x5f\xeb\x1f\xdf\xff\xfc\xe3\x8f\xfa\xb7\xff\xf8\xfd\xcb\xf7\x3f\xfe\xf1\xdf\x2f\xe9\x3f\x7e\xd5\xff\xf2\x6f\xf5\x47\xfd\x9f\x7f\xff\xcf\x3f\xbe\xf5\x8f\x7f\xfe\xfb\x3f\xaf\xab\xf2\xf7\x7f\x03\x00\x00\xff\xff\x9a\x2a\xf8\x63\xc7\x3b\x01\x00"); -var _ggbg =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\x93\x5f\x6b\xdb\x5c\x0c\x87\xef\xcf\xa7\xd0\x65\xdf\x8b\xbe\x91\xce\x3f\x3b\x60\x02\x6b\xbb\x96\x5c\x74\x1d\xeb\xba\x0d\xc6\x2e\x1c\x5b\x0e\x86\xc5\x36\x8e\x73\xd1\x6f\x3f\x24\x25\x19\xec\x22\x38\x79\x22\xfd\xf0\x79\x74\xb4\xba\xdf\x3e\x6c\x87\x7e\x81\xd5\xe7\x79\x6c\x5e\x79\x81\xae\x1f\xda\x99\x8f\xe3\x69\x6e\x18\x76\xbc\xef\x07\xe7\xc8\x43\xdb\x37\xcb\xe5\xa7\x3e\x9a\x43\x3d\x39\x27\xfd\xaf\xef\xc7\x85\x0f\xdb\xa1\x1b\x21\x58\x5d\x7b\x9a\xce\xb5\x00\xab\x2f\xbc\xef\x8f\xcb\xfc\x0e\x37\x1f\xda\x71\xc7\xff\x41\xcb\x9d\xf0\x97\xb9\xe5\xb9\x1f\xf6\x70\xf3\x74\x47\x57\xfa\x7a\x9a\xa6\xdf\x7c\xe0\x61\x01\x54\xc6\x43\xab\x4f\xb7\xba\x7f\xae\xa7\x4f\xf5\x81\x61\xa5\x41\xb7\x4f\x77\x74\x6b\x35\xfa\xd7\x37\x9e\x8f\xfd\x38\xc0\xfa\x7f\xc4\xfc\x17\x7f\x7d\x9f\x18\xe8\x1c\xf1\xb6\x7d\x78\xe9\xba\x23\x2f\x10\xc2\xb9\xf5\xc7\xdb\xf6\x01\x7e\x12\x10\x82\x4f\x21\x97\xbf\xce\xa5\xdf\x9f\xc7\x96\xcf\xef\xa0\xc7\xbc\x1f\x4f\xc3\x02\x45\x41\x85\x31\xb2\x23\x36\x63\xcb\xc7\xa9\x6e\x78\xae\x87\x3d\x3b\x80\x0a\x11\x71\x03\x15\x7d\x7c\x7c\xdc\xc8\xeb\xff\x53\xe1\xc2\xa5\xb3\x6f\x8d\x5c\x3a\x10\xbb\x6e\x03\x00\x80\xae\x42\x32\x44\x8a\x7c\xca\xae\x42\x6f\xc8\x2b\x4a\xe4\x5d\x85\xc1\x50\x50\x54\xe4\xd2\x55\x18\x0d\x45\x41\x84\x3e\xba\x0a\x93\xa1\xa4\xc8\x97\x12\x9f\x0d\x65\x45\x29\x48\x7c\x61\xa8\x50\x54\xac\x25\xbe\x34\x54\x0a\xf2\x18\x25\x7e\x6d\x68\xad\x28\xa0\xc4\xd7\x86\x6a\x45\x29\x4b\xfc\xce\xd0\x4e\x51\x49\x12\xdf\x18\x6a\x04\x05\x2c\x24\xbe\x35\xd4\x2a\x0a\x5e\xe2\xd9\x10\x2b\x4a\xa5\xc4\x77\x86\x3a\x45\x65\x44\x57\xd1\xd9\xb0\xfa\x8a\xb8\xce\xae\x22\xf3\x45\xea\x2b\x86\xe4\x5d\x45\xe6\x8b\xd4\x57\xcc\x58\xba\x8a\xcc\x17\xa9\xaf\x58\xe6\xe8\x2a\x32\x5f\xa4\xbe\x12\x79\x89\x37\x5f\xa4\xbe\x52\x28\x24\xde\x7c\x91\xfa\x4a\x39\x48\xbc\xf9\x22\xf5\x95\xca\x52\xe2\xcd\x17\xa9\xaf\x4c\x51\xe2\xcd\x17\xa9\xaf\x1c\x51\xe2\xcd\x17\xa9\xaf\x9c\x65\xb4\x64\xbe\x48\x7d\xe5\xb5\x8c\x96\xcc\x17\xa9\xaf\x82\x64\xb4\x64\xbe\x48\x7d\x15\x51\x46\x4b\xe6\x8b\xd8\xc7\x8d\xcc\x1f\xf5\xc2\x5d\x2e\x96\x7c\x97\x35\xbd\x6e\x4e\x73\x9a\x67\x1e\x16\x5d\x52\xdd\x0e\xb9\xca\xfd\xc0\xd7\x85\x9f\xc6\x49\xba\xf4\xf3\x27\x00\x00\xff\xff\xd1\xcb\xaf\x2a\x1c\x04\x00\x00"); -func _aebd ()([]byte ,error ){return _g (_fgbea ,"ETenms-B5-H")};var _cfcc =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x84\xbd\x4d\x8f\x3f\x39\x72\x98\x79\xef\x4f\x51\x47\xed\x41\x3b\xc9\x77\x12\x68\x14\xb0\x3b\xb3\x8d\x9d\x83\x64\xc3\x23\xd9\x06\x0c\x1f\xf2\x85\x39\x6e\xc0\xd3\xdd\xe8\x69\x1d\xf4\xed\x0d\x3e\x0f\xff\x23\xc1\x30\x50\x75\x29\x66\xfe\x98\x64\x30\x18\x0c\xc6\x1b\x83\xbf\xfb\xfd\x1f\xff\xf0\xc7\x9f\x7e\xfc\xed\xe3\x77\xff\xf1\xd7\x9f\xef\x3f\xcd\xdf\x3e\xde\x1f\x7f\x7a\x7e\x9d\x7f\xfd\xf9\x5f\x7e\xbd\xe7\xc7\x35\xff\xfc\xe3\x4f\xdf\x7d\x17\xe2\xc7\xf3\xe3\xfd\xdb\xb7\x47\xfe\xdd\x7f\x39\x7f\xf9\xee\xbb\xf5\xfd\x9f\xfe\xf5\xaf\xbf\xcd\xbf\xfc\xf1\xa7\xf7\xe7\x8f\x64\xbd\xe7\x5f\x7e\xd9\x75\x3f\x3e\x7e\xf7\x9f\xe6\x9f\x7f\xfc\xeb\x6f\xbf\xfe\xeb\xc7\xdf\xfd\x3f\xcf\xcf\xd7\xfc\xbf\x3e\x9e\xf9\xae\xf7\xff\xe1\xd7\x67\xfe\xfa\xe3\x4f\x7f\xfe\xf8\xbb\xdf\xff\xe3\x9f\xc2\xdf\x5e\xff\xe9\x5f\x7e\xf9\xe5\x7f\xce\xbf\xcc\x9f\x7e\xfb\x68\xbc\x9b\x3f\x3d\xfc\xff\xee\x77\xbf\xff\x87\xf3\x97\x7f\x3c\xff\x32\x3f\x7e\xf7\xcf\x3f\xfd\xf8\xfb\x7f\xfc\xd3\xdf\xff\xf3\x3f\xfd\x10\xea\xdf\xff\xff\xfc\xcc\xaf\xff\x79\xfe\xfa\xd7\x1f\x7f\xfe\xe9\x23\xfc\xdf\x47\x18\xff\xf6\xfa\x9f\xfe\xf5\x97\xf9\x11\x76\x2b\xff\xf5\x9f\xff\xf8\x87\x8f\xff\x16\x3e\xc2\xf1\x11\x4b\x19\xe1\xbf\xef\xf7\xff\xe5\x1f\x7e\x7e\xe6\xc7\xe1\x53\x12\xfe\xfb\xe7\x67\xfe\xf5\x97\xf3\x9e\xbf\x9e\x3f\xfd\x79\x7e\xf7\xf1\xf1\xfd\x71\x1c\xc7\xe7\xc7\xfa\xfb\xfe\x0f\xed\x87\x1f\x3e\xd7\xbb\x3f\xf4\xe3\xf8\xc3\xef\xd7\xfb\xef\xff\xf0\xff\xfe\xf0\xc3\x1f\x7e\xd8\xef\xff\xbf\x7f\xab\xfb\x03\xef\xe6\x4f\xcf\xff\xd6\xe2\x77\xc1\x8e\x7e\xfa\xf9\xb7\x67\xbe\xbe\xdb\x7d\x7c\x7f\x1c\xe1\xfd\xfc\x08\xeb\xab\x7f\xff\xf3\x77\xe1\x38\x36\x74\x3f\x3e\xf7\xff\x38\x7f\x5d\x1f\x9c\xc7\xaa\xb9\x0a\xe5\xf3\x23\xd6\x83\x62\xfb\xfc\x08\xad\x53\xec\x9f\x1f\x21\xb5\xdc\x78\x18\x9f\x1f\xa3\x52\xba\x3f\x3f\x42\x3e\xf2\xe0\x61\x75\x36\xca\x2a\x5e\xc7\xe7\x47\xec\x34\x72\x85\xcf\x8f\x18\x22\xc5\xd5\x5e\xa0\xc2\xbd\xba\xeb\xad\xd3\xf8\x1d\x7c\xa0\xc9\xbb\xf3\x30\xf8\xe2\x1e\x3e\xd0\xd2\x7d\xae\x87\x7e\x00\xe6\x13\xfd\x85\x6f\x9e\xe4\x43\xe6\xa1\xad\x0e\xf9\x62\x1e\x7e\x41\x97\x33\xf8\x90\x78\xa0\x97\xbe\xab\x0d\x7f\x01\x98\x69\x2f\x89\xfe\xe7\x6d\x35\x1a\x9e\x8f\x0f\xfc\xf2\x46\x1f\xf8\xe6\x4d\x3e\x00\xcc\x4b\xff\x00\xf9\xda\x4b\xa6\x97\xd7\x5e\xa2\x9f\xdb\x4b\xf4\x17\x7b\x89\x0b\xb9\xe1\xd8\x98\x29\x3c\x6c\x98\xd7\x37\x21\x38\xe4\x3e\x78\xb0\xcb\x83\x6f\xc2\xe9\xf8\x03\x0f\x97\xbf\x50\x2d\xfa\x00\x38\x21\xfb\x90\x7d\xb8\xfd\x26\xf1\xb0\x87\x46\xa7\xc5\xa6\x13\x0d\xd4\xdd\x00\x0f\xf7\x23\x04\x74\x7a\x4f\xfb\x59\xb8\x09\x8f\x98\x0e\xb4\xf6\x38\x9f\x90\x42\x78\x36\xa2\xf8\xe6\xc9\x8e\x14\x08\x9e\xea\x83\xdf\x88\xaa\x68\x6b\x1b\x3b\x36\xb0\xb1\xb3\x90\x1b\x8b\xfd\xa4\xc2\xc3\xc6\x8e\xbf\xd8\x74\x6a\x3c\x08\x75\xe2\x97\x6a\xb5\x94\x78\xb0\xe9\xcc\x43\x2b\xfe\xb2\x26\x31\xf6\x3d\xec\xcc\xc3\xae\xb6\x10\x1f\xef\x2a\xf1\x53\xed\x6e\x9f\x1f\x85\x41\xc7\x45\x90\x05\x7a\x8a\xf7\xb5\x8a\x40\x05\x92\x06\x75\x9f\xb1\xde\xae\x36\xd2\x91\xbf\x2d\x8e\x74\xfc\xbb\xb5\x94\x8e\xfb\x5b\x73\x99\xc9\x4e\x03\xa0\x73\xf1\xa1\x8e\xef\xbe\x0f\xf3\x9a\x22\xb4\xf3\xf0\x8a\x0f\x7e\xb9\x37\x85\x1f\x3c\xec\x81\x86\xef\xbe\x8f\xc7\xb1\xf0\x9e\xea\x02\x3a\x1e\x50\x4b\xe4\x7d\x58\x80\x2c\x9c\xc7\x23\xae\x2a\xab\xef\x78\xc4\x85\x89\x40\x85\xb8\x46\xbb\x16\x46\x3c\x62\xfb\x5b\x85\xb4\xea\x36\x3e\x4b\xab\x6e\x8b\x14\x17\x9e\x5b\xa3\x38\xf7\x00\xa3\x5c\xa1\xd5\xb5\x50\x63\x38\xd2\xe2\x27\x95\xe2\xfa\x70\x2d\xd2\x18\x8e\xb1\xde\xae\x0f\x43\xa8\xf0\x90\xc2\xfb\x18\x7c\x28\x3c\xc4\xcf\x8f\x41\x9d\xb1\xf8\x09\x43\x09\x63\xf1\x93\xcc\xef\x23\xae\xa2\x15\x56\x2f\xb9\xc2\x20\x37\x53\xfb\x3f\xb0\xb9\x18\x46\xff\xfc\x88\x25\x52\x5c\x20\x14\x60\x9c\x0d\x64\x2f\x66\x12\x63\x58\x0c\xb0\x34\x8a\xe7\x5a\xca\x89\xe2\xfc\xfc\x88\x6b\xb9\xc6\xb8\x98\x6a\x4c\xbc\x8d\x0b\xae\xc5\x2a\x62\x8c\x0b\x02\x06\x11\x23\x2d\x58\xe1\x5a\x15\x68\x2c\xae\x16\x16\xa9\xc5\x98\xf2\x82\x96\xc6\x16\x32\xe3\x5a\x6a\x31\xa6\x7b\x75\x41\x85\xb2\x46\xc6\x7c\xc5\xba\xba\x08\x54\x58\x84\x1c\x23\xbd\x8d\xf5\x59\xa6\x0b\xc6\x91\xe9\x18\xde\xcd\xf4\xc7\x0b\x20\x79\x3b\xdf\x6f\x13\x9a\x17\x7a\x0b\x33\x50\x16\x9f\x49\xcc\x78\x59\xa4\x92\x16\x5b\x8b\x65\x91\x63\x0a\x54\x08\x54\x28\x14\xf3\x2a\x56\x8a\x7d\x15\x1b\xc5\x55\x77\xb1\x99\x58\xe2\xaa\xb0\xf8\x67\x2c\x91\xb7\x54\x48\xbc\xe5\xb3\xc4\x5b\x1a\x63\x09\xe7\x63\xd0\x75\x71\xbe\x17\x83\x8f\x65\x8d\x3a\xe4\x03\xd2\x2a\x70\xa1\x7c\x74\xab\x65\x1e\x6a\xe2\xa1\x58\x0d\x28\x8b\xd4\xd3\xfd\xa5\x59\xcd\x7e\xba\xd5\x80\xaa\x0c\xab\x01\x57\x39\xad\x06\xe8\xb0\x8a\x7c\x74\x21\x70\x3f\xeb\xfe\xf2\xd8\x80\x10\x4c\x1f\x6c\xfa\xb5\x1a\x10\x54\xc7\x03\x89\x97\xea\x78\x58\x12\xa5\x3a\x9e\xee\x2f\x8e\xa7\x02\x4e\x75\x3c\xac\xa7\x52\x1d\x4f\x67\xd8\xd5\xf1\x54\x9b\x76\x3c\x0d\x70\xaa\xe3\xe9\x36\xe0\x78\x1a\x50\x57\xc7\xd3\xec\x67\x8f\x07\x40\xab\xe3\xa9\x82\xf3\x7e\x7e\x24\x88\xaa\xb4\x35\xb7\x50\x73\x69\x59\x6e\x44\x87\x7d\xac\x69\xb2\x78\xae\x22\x00\xf6\x6b\x15\x01\xaf\x33\x8f\xb4\xd1\x9f\x55\xa4\x8d\xbe\x48\x7b\x00\x65\x5f\x74\x37\x80\x71\x38\x62\x56\x55\x19\x90\x10\xb5\x17\xed\x26\x56\x55\x41\xea\x70\xf2\x4f\x98\x17\x6d\x5c\x6c\x19\x54\xb8\x60\xca\x74\x7d\xad\xb1\x0c\x8b\xb0\x58\xa0\xb8\xdd\x44\x28\x36\xb8\x24\x45\xf8\x3f\xed\xba\x4d\x31\xa4\x1b\xce\xc9\x67\x73\x81\x13\xe9\x6d\x2e\x70\x58\x76\x15\x06\xc5\x74\xd5\x83\x76\x0b\xc5\xbf\x2d\xb0\x9a\xe1\x43\x81\x62\xf8\xb6\x02\x6b\x86\x0f\x2d\xc8\x5a\x7a\xc0\xe6\x92\x9f\xe2\xec\x87\x7c\xb0\xf3\x90\x79\x60\x00\x93\xed\xa5\xd5\xf1\x25\xc3\x9a\xa3\x58\x73\xf0\x00\x63\x6d\x20\x7d\x0e\xf7\xec\xbc\xc0\x9d\x67\xf1\x97\xc0\x43\xf3\x81\xae\xce\xd3\x87\xc4\xc3\x6e\x20\xf3\x30\x7d\x58\x83\x9c\x57\xf5\x81\xd6\xae\x5d\xad\xf1\xb0\xab\x31\x8a\x8d\x6e\x98\xee\xbc\x77\xd3\xc0\x06\x72\x5b\x83\x8d\xcc\xc7\x6f\xe0\x1e\x73\xba\xb1\xc2\xbe\xdf\xc5\x76\x0a\xdb\xc4\xbb\xb6\xc4\x02\x75\xbc\x0b\xf1\x05\x2e\xf8\x2e\xc4\x57\x40\x7f\x8f\xb5\xd5\xc2\x26\xdf\xe3\x5d\x6f\x57\xaf\x6f\xa0\x05\x48\xec\x0d\x61\xbd\xb6\x18\x3f\x3f\x2a\x04\xf6\xae\xdd\xae\x30\x61\xef\xe2\x5c\x15\x2e\xf7\x2e\xbe\x5e\x06\x88\x7c\xd7\x9e\x53\xd8\x44\xde\xb0\xf6\x68\x90\xf8\x2e\x76\x5f\x8f\xc3\x36\xd6\x86\x9e\xed\xf0\x5e\x6d\xd8\xdc\xf3\xf9\x51\x61\xfd\xef\xda\x10\xea\x01\xf2\x5e\x76\xad\x56\xd9\x08\xde\xb5\x6b\x15\x07\x1b\x19\x00\x3d\x2e\xb6\x58\x0f\xd0\xfb\xc6\xd5\x8a\x5d\xae\x4d\xa1\x14\x7a\x5c\x7b\x69\x3d\x1c\xe3\xa2\xb3\x16\x69\x7b\xd1\x59\x29\x54\xce\x0b\xea\x62\x05\x7a\x8f\xbc\x5e\x9c\xb2\x1e\x50\xf0\xbb\xf8\x5c\x3d\x20\xec\x77\xf1\x95\x5e\x81\x69\x71\x95\x0e\x87\x7a\x1b\x28\xdb\xe5\x55\x3b\x58\x65\x2d\xf2\x1a\xe0\xb0\x6f\x67\xc4\xb0\xaa\x77\xed\xb7\x35\xc0\x2b\xdf\xb5\x7b\xd6\x04\x0f\x7c\xd7\x7a\x2d\xd0\xf9\x7b\x22\x6a\x08\xf9\x22\xb7\x52\x41\xf8\xf9\x88\x15\xab\x2f\x8a\xa8\xce\xda\x5a\xbe\xad\xb1\x4f\xbd\x8b\xba\x16\xe7\xa7\xfc\xf2\x9e\xf2\x5a\xc1\xe3\x70\xdc\xf7\xbd\xe4\x00\x11\xb6\xc4\xc9\xdc\x9c\xba\x67\x11\x7d\x3c\xd6\x43\x42\xe3\x59\x93\x9b\x8e\x25\x71\x84\x46\x71\x11\x45\x5c\xd0\x24\x85\xec\xd4\x16\xfa\x52\xb8\x5d\x55\x8b\x3e\x53\x40\xe3\x68\x75\x6d\xac\x29\x40\xc6\x09\x32\x49\x31\x6d\x69\x24\xad\x87\x73\x35\xbb\xc4\xe5\x94\xd6\xd8\xe3\x62\xb7\x29\xdd\x6b\x2b\xa7\xb3\xb4\x38\x4d\x5c\xc8\x49\x69\x49\xc0\x31\x51\x61\x01\x1c\x93\x6f\xd7\xf6\xbc\xb6\x93\x94\x91\xa1\x72\xeb\x3c\xac\xd9\x0e\x25\x2f\xdc\xa7\x9c\x4f\x58\xe2\x1a\x6d\xca\x08\xe9\x0d\xf1\x3d\x65\x37\x8d\xe1\x37\x6d\x41\x53\x10\xb8\x53\x6e\xeb\x9b\x9a\xe9\x25\xb7\xc7\x6f\x7c\x80\xfb\xb1\x3d\xa6\x0c\x43\x6e\x70\xe1\x94\x07\x1b\x0d\x0c\x3c\x65\xd9\x07\x0a\x4c\xca\xe8\x71\x25\x2f\x4e\x9a\xb2\xac\x00\x5d\x2e\xe5\x5b\x3a\x2f\x83\x87\x85\xb6\x52\xfd\xe6\x59\xdf\xd4\x23\x7d\xc5\xd0\x52\x5e\x9c\x37\x94\x51\xf8\x6c\x56\x18\x39\xa8\xcf\xef\xe5\x90\xfa\x77\xdf\xa7\x02\xff\x6d\x71\x2d\x98\x54\x90\x2d\x5b\x5d\x0c\x22\x29\x32\x34\x94\x83\xa4\x94\xd0\x10\x48\x92\x9b\x7c\xef\x8b\x28\x93\x3b\x71\xad\x87\x0f\xe2\x24\xd2\x74\x03\xdd\x61\x89\x7e\xa9\xb4\xe8\x2f\x34\xdd\x1a\xa3\x60\x0e\x4b\x83\x2c\xe2\xda\xa3\x53\x81\x7b\x67\xd4\x86\x54\x46\xa3\x81\xcc\x37\x83\x6a\xe8\x78\xc9\x4d\xac\xc2\x86\x52\xd9\x48\xcd\xf4\xc3\x62\xa8\x61\xe9\x37\xa9\x20\xc2\x37\xb4\x8b\x54\x44\x2a\x0a\x6f\x2a\xf7\xfe\x86\x6a\xb7\xfa\x77\xa4\x53\x98\x6d\x19\xe2\x80\x4d\xad\x1e\x07\x4d\xa3\x61\xd5\xe4\x10\x50\xaa\x2a\x62\x59\x2a\x0f\xdb\x20\xbb\x6a\x2a\x0f\x38\x48\x42\xf0\xb2\xdb\x22\x3f\xa4\x82\x2e\xdb\x06\xd3\x5a\xd0\x65\xab\xc4\x5b\x98\x92\xd6\xab\xdf\x4c\x7f\x59\x0f\x6c\x8a\xa1\x0d\xfa\xa9\x01\xe5\x0d\x86\x9a\x2a\xca\x68\x1b\x10\x70\x0d\xca\x50\x8b\x37\xa4\x1a\x69\xba\xac\xed\x3c\x55\x34\x8e\x71\x04\x1f\x1e\xc7\xc3\x37\xac\x8d\xde\xec\x27\xad\x7e\x6a\x03\x89\x15\x3a\xc8\x1d\xda\xa9\x99\xed\x3e\x2f\x89\x7a\xa9\x39\x50\x33\x18\xad\x99\x6f\xf2\xda\xf2\x52\xcd\xae\x80\xc6\x2f\x08\x6e\xa5\x33\xd2\x0a\x85\x0c\xa4\xb8\x54\x5d\x42\x07\xeb\xbe\x76\x49\x2c\x2d\xec\xd4\x01\xe2\x33\x74\x50\x4f\x25\x84\xc1\x2f\x6c\xad\x25\x14\x9a\x66\x6b\xed\xb5\x03\xce\x05\x89\x15\x96\x5d\xbd\x82\xc3\xa6\xe9\x6b\x35\x50\x90\x90\x52\xbd\x20\xd8\x52\xc1\x0e\x2b\xad\xc8\x93\x2a\x44\x91\x63\xe3\x97\x3b\x49\x55\xb4\x76\x43\x89\x65\xf8\x0b\xe4\x22\xb3\xa8\x90\x4b\xa9\x8d\xf1\x68\x46\xc9\xcc\x5c\xc5\x3e\x92\xc7\xe1\x03\x0b\x30\x0a\x1b\xe4\x52\x2a\x0b\xa3\x42\x21\x79\x1c\x8c\x07\x73\x49\x6e\x2c\xef\x3a\xa3\xe3\x61\x16\x96\xc0\x14\xea\x60\x9d\x56\x56\x70\xad\x90\x4b\x7d\xe1\x6a\x1d\x5c\x37\xd4\xd9\x3c\x58\x80\x6d\xf3\x64\x38\x54\x43\x01\xae\x2e\xe7\x76\x80\xc4\x02\x7a\xdb\x01\x1d\x0c\x30\xda\x02\x08\xe9\xd0\x68\x43\x57\xcd\x0d\x1c\x34\x08\x29\xb7\xe8\x2f\x74\x9a\xa1\xc4\x16\xf9\xa6\xd8\x29\x54\x55\x2a\x1c\xb7\xa5\x6d\x57\xe1\x17\xb4\xd9\xca\x1e\x9c\x5a\xb2\x35\xd6\x76\x4b\x2e\xb3\xb2\x06\xd7\x60\xcc\xb5\x0f\x1f\x92\x4c\x96\x07\x44\xfb\xd2\xfc\xa5\x22\x57\x26\x76\x81\x06\x73\x68\x83\xa5\xd9\x90\x6f\x73\x87\x28\x1a\xb3\xdd\x92\x38\x40\xaa\xca\xb5\xe4\xaf\x18\x66\x63\x8a\x06\x32\x7c\x6a\x2c\xd5\x12\x2b\x6d\x60\x5e\x6a\x81\x55\xd3\x58\xaa\x35\xc0\x09\xfb\x01\x83\x19\xcc\x7e\x0f\xe8\x0a\x8d\x06\x7a\x3c\xfc\xc5\x07\xd0\x5d\x97\xc4\x9b\x7a\x72\x26\x97\x58\x9d\x7a\xea\xc2\xba\x86\xd4\x51\x5d\x3a\x96\xbb\xd4\x9b\xeb\x96\x21\x75\xc6\x57\x91\x00\x53\x87\x4c\xb3\xcc\xaf\xaf\x3d\x3b\x54\x8c\x1f\xa9\x3f\x92\x02\x34\xdb\xa1\xbf\x81\xfa\x96\xfa\xab\x20\x0c\xee\x07\x74\xd1\x06\x13\x3e\xb0\x53\x34\x57\xf4\xc0\x10\x51\x9c\xe3\xe1\xe4\x35\xab\x25\x47\xca\x1c\x0f\xcc\x58\x6d\x40\x7f\x03\xa8\x6b\x63\x08\x03\x66\x3e\x14\x15\x06\x72\x79\xce\x50\xd9\xe8\x32\x32\x76\xf3\xd1\x25\x46\x78\xf1\x18\xd1\x0d\x80\x7e\x86\x48\x5c\xda\x64\x1a\xe3\x72\xf6\x69\x0d\x9e\x5f\x3a\x83\x1b\x27\x8b\xab\xb3\x77\x8e\x6b\x8f\x07\x08\x30\x63\xd5\xc3\x06\x58\x4f\x3d\x40\xc0\x83\xf5\x94\x2b\xfb\xd1\xc0\xe2\xd8\x90\xbd\xd2\x70\x82\x07\x0c\x73\xc8\x8b\xb1\x0a\xa4\x01\x2f\x6e\x11\x4e\x78\xb2\xd2\xaa\x5c\xfa\xdc\x2b\xad\xfb\xe0\x2e\x0a\x76\xce\xc0\xee\xd6\xfc\x25\xb8\xbb\x31\x84\x33\x32\xb8\x01\xae\xcf\xb8\x39\x21\xbf\x24\x66\x01\x13\x4f\x3a\xb1\x1f\xb6\xc1\xd4\x9f\x28\xeb\x55\xc9\xe2\x2c\x36\x3d\xfc\xe5\x76\x3f\xa2\x1f\xf4\xe6\x82\x69\x29\x9d\x28\xb7\x15\xa3\x6d\x3a\x51\x6e\x5b\x84\x4b\x9f\x7b\xd5\x40\x7c\xe7\x09\x29\x17\x36\xb4\xf3\x72\x4e\x11\xbc\x4e\xf4\x8a\x2a\x53\x3a\xb1\xee\x66\xc9\xe5\x7c\x59\xde\x87\x10\xec\x0d\xcd\x7e\x5e\x09\x76\x00\x8e\x32\x06\xf6\x86\x74\x1d\xac\xc1\x02\xae\x2f\x56\x49\x77\xfd\x5c\x71\x37\xc0\x2f\xda\x50\x1b\x04\x7b\xb1\x1f\x75\xec\x46\xe9\xca\x4c\x23\x1a\x43\xba\xb0\x37\xf4\x03\x8a\xbf\x34\x0a\xd4\xc2\x2f\xcd\xcd\x96\x75\x7a\xb5\xfd\x4d\xe1\x41\x3d\x95\xed\xf1\x6a\x28\xeb\x39\x52\xad\xcb\x7a\x2a\x0f\x28\x81\x5d\x1a\xbd\x10\xdc\xca\x01\x33\xbf\x20\xcb\xb2\x21\x50\xfa\xe8\xb0\xd2\x4b\xc1\x2d\x41\xe4\x17\xdc\xa6\x60\xec\x4d\xd7\x2d\xf3\x83\xc8\x2f\xb6\x93\x72\x1c\x8c\xf4\x61\x99\x1d\x90\xe5\xc5\x6e\xd0\x0f\x56\xfd\xa5\x21\x7c\xff\xa2\xed\xfb\x40\x6a\xbb\x94\x17\x3a\x74\x70\xbd\x8a\xa8\x70\xcf\x5b\x66\xee\x5a\xb8\x43\x50\x7c\xa9\x3c\x28\xfd\x22\xe5\xdc\x0a\x0f\x2d\x51\xad\xb8\x7e\x58\xc1\x77\xd7\x8a\x0b\xf5\xde\x5b\xa5\x4f\xf1\x2b\x86\x79\x63\x80\x2d\xee\xb7\x37\xac\xa7\x26\x81\xd8\xbb\xdd\xe1\x03\x64\x9a\x2b\x5d\xcd\xcb\x3d\x8d\x6f\x30\x98\xf5\x03\x88\x1e\xac\xee\xe3\x00\xf0\x07\x3b\x6a\xc6\xcc\x99\x1e\x65\x9b\x0a\x86\x9f\xa4\x71\x1e\xd1\xf1\x49\xb6\x06\x97\x7e\x32\x2a\xb3\x4a\xc4\x93\xdd\x9f\x6c\x20\xab\x13\x01\xc1\xa3\x25\xac\x40\xcd\x0f\x72\x4a\x6d\xac\x80\xc7\xbd\x26\x97\xcc\xc3\xb0\x01\x1f\x4e\x9b\x06\x50\x76\xa1\x52\x11\xa8\x1e\x2d\xdb\x07\x13\xf1\xa0\x11\x94\xcc\xb0\x9f\xae\x74\x85\xb2\xf1\x74\xd9\x22\x24\xf7\x68\xf3\x3e\x50\x97\x9e\x4e\x6b\x1b\x07\x43\x02\xf6\x1b\x44\xa0\x82\x75\x21\x3d\xa7\x44\x02\xc9\x3d\x57\x66\xdd\x42\xf4\x0f\x32\x6e\x8e\x30\x8b\x47\xb3\x41\x75\x08\xb7\xcc\x02\x89\xf9\xd1\xc3\xd3\xc5\x0e\x9b\x46\x69\x91\x4e\x9d\x46\xec\x84\xe9\x51\x82\xc1\x82\x98\x1e\xc4\xda\x9a\x20\xb9\x07\xdb\xad\x1a\x61\x7a\x70\xeb\xd4\xc1\xd4\x3f\xcc\x69\xd9\xe8\xd5\x45\x13\x92\x0f\x6e\x41\x2c\xc8\xe7\x45\x8e\xac\xf0\xa1\x07\x2d\xb1\x0d\x47\xfa\x02\x41\x42\x64\x98\x1a\x84\x1a\xfc\x61\x2a\x18\xd8\xe9\x44\x30\x68\xaa\x99\x33\xab\x0e\x20\xa7\xcc\xa2\x78\x86\x00\x3f\x31\xb4\x55\x39\xd4\x3c\xdd\xba\xe1\xdf\xf3\x94\xf5\x30\x8d\xda\x6b\x6a\x41\x7e\x98\xa0\xb7\xec\xa6\x91\x23\x0b\xa6\xc1\x34\xd9\x5b\xf2\xb0\x69\x70\x5d\xdc\xa0\x27\xcb\xbb\x60\xdd\x4b\xf3\x16\x3b\x6c\x9c\xda\x6b\x7a\xb0\x35\x71\x9d\x90\x71\xe7\xe3\x8e\xe8\x37\xba\x6f\x30\x0b\xa4\xe9\x92\x29\x89\x7e\xe0\x0f\x0d\xeb\x7c\x9a\x38\x69\x4a\x45\x0c\x9c\x6a\x1a\xae\x1f\xad\x3f\x19\x4f\x4a\x9a\xc8\x91\xa5\x20\x61\xce\xbd\xef\xc1\xd5\x26\x33\x57\xdc\x27\xe6\x94\xae\xf7\x03\x36\xcc\x2a\xaa\x60\x3d\xe3\x80\x5d\x4d\xd9\x7c\x40\x7c\x99\xcc\x69\xc1\x8e\x9b\x26\x73\xda\xdd\x38\xe7\xbb\x47\xea\x2f\x7b\xa4\x74\xfa\x4a\xd7\x70\x42\x8c\x51\xa1\xa4\xe6\x03\x5b\x9d\xf4\x86\x15\x6a\x35\xed\x2f\x4d\x09\xcc\x07\xf4\x89\x00\x53\x7a\x75\x95\xe1\x0c\x49\x2f\x1b\x40\xc1\x62\x9d\x30\xc4\xac\x3d\x8c\x87\x2a\xa0\xec\xfd\x2f\x6c\xbe\x07\x98\xf9\xab\x4a\xde\x01\xf4\xc5\x99\xd3\x52\xf1\xc1\xa5\xc9\xde\xff\x8a\xf8\xc4\xcc\xbd\x3a\xc4\x30\x6f\xa6\x17\xe1\xa1\x07\x04\xa8\x17\x0f\x65\x8b\xac\x92\x17\x7f\x63\xeb\x6d\x7c\xc5\x30\x5f\x85\x30\x54\xbe\x7c\x80\x86\xca\x52\xcd\xc7\xe1\xea\x5c\x80\xe7\x03\x7e\xd7\x31\x8a\xe6\xc3\x7d\x10\x73\x6b\x3e\xb2\x40\x74\xaa\xa9\x92\x63\x97\xcc\x47\xd9\xab\x73\xac\x07\x19\x19\x86\xa2\x7c\x60\xf5\xae\x48\x98\xf9\x90\x91\x61\xd2\xcd\x87\xe2\x34\xa6\xde\x7c\xb8\x77\x8e\x0c\x38\xae\x9a\x54\x81\x00\x6e\x33\x82\x4d\x5f\x2a\xaa\x85\x4e\x59\x0e\x35\x1c\x80\xa3\x99\x22\x04\x1e\xf0\x32\x56\xec\x29\xf9\x78\x54\x06\x07\xad\xbd\xa2\xbb\xd2\xc0\xab\x08\xb4\x56\x40\x0e\x87\x1b\x40\x3d\x78\xd0\xde\xb0\xe8\x2f\x07\x51\x85\x3c\x94\x83\xa8\x8a\x6b\x5b\xce\xe1\x50\xea\x49\xab\x9f\x80\x15\x69\x84\x44\x03\xec\x13\x25\x64\x7e\x41\x04\xea\x11\x84\x04\x6d\xf5\x25\x50\xad\xee\x06\xd6\xe0\x42\x73\x05\x34\x7e\x69\x40\x8d\x16\x9e\x43\xdf\x4d\x03\xc1\x70\x6d\x04\xa0\xd6\x86\x1e\xc1\x41\x60\x93\xef\x38\xa5\x73\x80\x0b\x64\x28\x26\x6b\xee\xea\x31\xd0\x1a\x8b\x38\x23\x2d\xe6\x00\x2d\x0d\x3c\x26\x39\xb0\x23\xe6\x90\x79\x80\xb0\x0a\x8b\x38\x47\xf7\x75\x56\x5a\xc6\x07\x16\x7a\x5f\x2b\x20\x47\x78\x64\xc6\xe1\x90\xf1\x62\xad\x7e\xa8\x56\xd5\x9b\x3b\x0f\xad\x3a\xc1\x3e\x40\x07\xf8\xd9\x72\xec\xb7\x0f\x0b\xd0\x38\x1c\x42\x5c\x93\x15\x31\x38\xf6\x91\x79\x40\xa3\xae\xf9\xe0\x1b\x74\xac\x8c\xda\x91\xa3\x1a\x75\x5e\x6c\x24\xc7\x77\xab\xbd\xf4\xa3\x18\x58\xf6\x2f\xb7\x62\xd3\x6a\x20\xa1\x8e\x8e\x40\x03\x29\x8a\x90\xb5\x9e\x72\xaa\x2e\xfc\xc8\x2f\xc3\x99\x4b\xfc\x32\x34\xd9\x31\xc1\xe9\x72\x31\x81\xaa\x74\xef\x8d\x73\x75\x9a\x1e\x16\xa4\xb8\x4e\x12\x9f\x43\x48\x46\x16\x44\x1f\x64\x71\x08\x0f\x39\xa9\xef\x49\xfe\x3a\x88\x7b\x5c\xfb\x6b\xce\x87\x9a\x20\x18\xcd\x46\x03\xc4\xc5\x98\x73\x46\x21\xee\xb8\x30\x73\x8e\x36\xbd\x04\x81\xac\x9d\x30\xef\x6a\xdd\xa9\xaf\x34\x3d\xb4\x74\x1e\x3e\xc8\x23\x1b\x0f\xaa\xb0\x58\xd8\x72\x06\xf1\x15\x47\x77\xce\x97\x73\x5a\x69\x9a\xd8\x8e\x2a\x7a\xf3\xb5\x69\x67\x51\x48\xbe\x65\xb2\x2c\x99\x8c\x8e\x38\x8e\xe8\xc3\x36\x24\x44\x1e\xa0\x78\xb4\xa0\x9c\xb5\x44\xb0\x8b\xe6\xcc\x76\x32\xf0\x68\x65\x0d\x8d\xa5\x8a\x83\x29\xf9\xfb\x0d\x86\xc5\x8c\xbf\x31\x67\xb6\x93\x8a\x9f\x22\x67\x42\x3a\x4a\x74\x08\x4a\x05\x78\x18\x72\x9e\x2a\x65\x85\x07\x85\xd7\x96\xfa\x17\x0c\x33\x17\xb8\x40\xc7\x2f\x97\xcb\x21\x65\x2e\xc9\x2f\x17\xb8\x40\xc1\x80\x91\xcb\x21\xf9\xc0\xc8\x8a\x6e\x6e\xac\x74\xb9\x10\xa3\x31\x70\x13\xe6\xa2\x1c\x89\xc3\x2b\x17\x4d\x1b\x69\x49\x64\xb9\xa0\xf6\xe6\x04\xb6\x4a\x9c\x1a\x4a\xd6\x60\x0b\x36\x8b\x92\xb3\x0f\x5a\x08\x92\x0f\xec\xc4\xb1\xd3\x29\xee\xa8\x5c\x92\x0f\x9b\xdf\x2d\xd4\x95\xbc\xfb\xa1\xd3\xa2\x64\xd1\xe8\x54\xc5\xae\x54\x7f\x71\x8a\x20\x1f\x3d\xaa\xe3\xb0\x53\x5d\xa5\xd2\x5f\xd9\xa6\x34\x1b\xa8\x8a\xc2\xe2\x40\xdf\x64\xca\x74\x5a\xa5\x8b\x46\xd3\xcd\x25\x04\x91\x68\x6c\xed\x84\x3b\xe4\x82\x88\x9a\x91\x39\x72\x39\xe5\x0f\x50\x59\xd1\x7f\x95\xc4\x9b\xbe\x41\xb4\xfd\x5c\x0c\x19\x41\xf2\xcb\xc5\xd9\x0f\xb0\x84\x32\x5d\x9d\x30\xa5\xea\xcc\x61\xfe\xc8\xdb\xc7\x17\x87\xbf\xc0\xe2\x12\xab\xa6\x86\x6d\x53\x4a\x3c\x08\x28\xd3\x58\x75\x17\xbb\x05\x69\x34\xcc\x98\xa2\x73\x45\x63\x2b\x15\x2a\xab\xdb\x9b\xb9\xc4\xf4\x5c\xf1\x7d\x8c\xc0\xfe\x5a\x2f\xa7\xbe\xd2\xe9\x2d\x33\x67\x0d\x56\x84\xb0\x82\xca\x97\x35\xa5\x95\xc8\x2c\xd4\x77\x0b\x20\x0b\x07\x4d\x1d\x04\x8d\x26\x37\x94\xa7\x82\xb1\x3f\xb7\x24\xaa\xc0\x4e\xcb\xd9\x07\xbe\x51\xd3\x70\x0f\x6b\xf9\x15\x55\xfc\xd2\x34\xb2\xc1\xa5\x1b\xb6\xec\x8e\x94\x9d\x1b\x88\xaf\xf8\xc0\x72\xc3\x3d\x58\x31\x35\xe5\x86\xdf\xa5\x05\x9b\x96\x77\xb9\xa9\xb7\x57\x73\xc1\x58\xb3\xd0\x0f\x4d\x4d\x2c\xd5\x7e\x68\xbd\x60\xdb\xea\x09\x8c\x12\x7d\x90\x7b\xd1\x08\x05\x53\xea\x6c\xf7\xa5\x42\x55\x5d\x33\x4b\x5c\xb2\x5a\xee\x6a\x1a\x6e\x27\xfd\x34\x20\x86\x59\xe8\x08\x02\x05\xaf\x74\xee\x22\xb1\xb1\x98\xfa\x63\xd3\x50\x48\x57\x38\x3a\x58\x0b\x5d\xad\xf5\xb0\x81\x57\x9b\x1f\x34\x3a\x94\xfc\xf0\x7c\xe7\x11\xb6\x6d\xbe\xf2\x30\x85\x60\x0d\x61\xc0\x64\x0b\xbe\xb0\x3c\xa2\x9a\xd3\xf0\x17\xc5\xa4\xe8\x2f\xaf\x0e\x8e\x85\xaa\x81\x09\x72\x88\xc4\x81\x95\xbb\x14\x86\x3d\x92\x22\x2a\x4b\x66\x24\x39\x21\x1b\xcd\x50\xb4\x52\x4c\x1a\x06\x3c\xb9\x98\x86\x72\x96\x7b\xcb\x30\x86\x20\x77\x1f\x4e\xab\xd1\x34\xf6\x86\xdc\x3b\xb0\x61\xec\xca\x6e\x5b\x1a\xae\x72\x01\xd7\xe3\x74\x4a\x98\xac\x01\x93\xcd\x45\x40\x95\x30\x53\x01\x21\x53\x3b\x0d\x0f\xa7\x4b\xa6\xa4\xf0\x15\xc3\x3c\x83\x9a\x14\x80\x9f\x31\xdb\xe0\x82\xe8\x4c\xbb\xf5\xd5\xd5\xa9\x69\xa3\xb0\x20\xcf\x53\x02\x66\xf6\x4f\xe6\xb8\x45\xa4\x84\x13\xdd\xa7\x60\xc8\xca\xa7\xb6\x45\xd9\xd5\x39\x77\xd3\x54\x7b\x05\x0f\x32\xbd\x82\x81\x52\xb0\x9e\x6d\xeb\x41\x9c\xce\x57\xf4\x17\x58\xdc\x15\xd5\xff\xd8\x51\x2e\xc8\xb4\x12\x49\x97\x2f\xd5\xeb\x04\x5f\xbd\x70\x21\xf5\xc4\x82\xd4\xa2\x93\x4b\xf7\x41\xc9\x02\x62\xbc\xf0\xbe\xd5\x04\x5d\x5c\x7d\x6b\x45\xb4\x36\xdc\x14\xe1\x29\x97\x81\x12\x2e\x48\xcd\x3b\xb9\x0a\x8e\x9e\xa6\x04\xfd\x5d\x3a\xfc\x13\x72\xca\x75\x89\x51\x84\xd7\x6b\x1b\x93\x61\xbf\x97\xfb\x2d\xb1\x6f\xf9\x56\x44\x25\x8c\x27\xdf\xe8\x31\xd5\x65\x77\x6b\xfc\xaa\xec\xf8\xb7\xd6\x8b\x01\xeb\xb9\xb5\x5e\x28\xcd\xdf\xba\xde\x08\xf9\xcb\x77\x56\x34\x59\x9a\x47\xbe\xf5\xbf\x60\xdd\xcc\x77\xf1\x01\x66\x7e\xc3\x23\x2b\x51\x34\xf9\xae\x1b\x6a\x1a\x68\x32\x32\xc4\x99\xbb\xed\x4d\x90\x6a\xda\x28\x06\x32\xc7\xdd\xe5\x9e\xac\x8d\x5b\x83\xc5\x60\xdb\xba\x25\x0a\xd7\xc6\x0d\x17\x28\x18\xcc\xf2\xad\xcb\x25\xb3\xbf\xde\x48\x23\x65\xc0\xc8\xb4\x07\x35\xc9\xe5\x46\x64\xa8\x41\x84\xa8\x8e\xee\x4e\xe1\x0f\xd5\x05\xf9\x1c\x8e\x87\xf9\x79\xd8\xd4\xab\xe2\xcc\x03\x21\xd5\x0a\xbd\x3d\x98\x47\x73\x65\xa5\x3d\xcd\x6d\x18\xec\x3c\x6d\x63\x67\xe1\xfa\x61\xd9\x0d\xf4\xbf\xac\x31\xa5\xa5\xd1\x78\xd0\x6b\x04\x7f\x98\x7f\x8b\x8d\xc8\xf3\x20\x50\xab\x51\x4c\xab\x68\x05\x47\x0f\x20\x73\x81\xa8\x0b\x30\xcf\xa3\x7f\x7e\xb8\xf3\xcc\x03\x9f\xbe\x8d\x9c\xab\xe8\x97\x7a\xf7\x29\x1a\x89\x10\x29\x3f\x9f\x1f\x95\x5d\x61\x1e\x44\x14\x04\xcb\x44\x5b\xa0\x3b\xcc\x35\x5e\x3c\xbe\x79\x12\x6d\x51\x7c\x9b\x3f\x3f\x1a\x2b\x78\xae\xbd\xb2\xc1\x10\xe6\x92\x71\xdc\xf7\xe7\xda\x98\x1a\xb8\x9c\x6b\xb5\x35\x56\xd4\x34\x50\xb5\x76\xdf\x3b\x76\x96\xfe\x24\x84\xa2\x10\xf3\x90\x27\x1c\xa2\x11\xb7\x9b\x27\xf1\x88\x98\x33\xf2\x8c\xfd\xf3\xa3\x24\x3f\x40\x47\x8b\x8e\x34\x32\x3c\x80\x74\x05\x2b\x47\x4e\x22\x2d\xaa\x45\xc7\x67\xd9\x10\x4a\x91\xba\xb8\x72\x45\xd5\x9b\x89\xd8\x08\xe4\xf8\x99\x0c\x8e\xa4\xf9\x25\x6d\xd5\xd4\xad\x5e\x17\x08\xa0\x1a\xfe\xd0\x6a\x6f\x5f\xf1\xbf\x99\xd6\xfc\x38\x84\xa5\x38\x4b\x3d\x73\x2d\xb4\xe6\xf0\x13\x93\x82\x04\x37\x93\xf4\xea\x70\x96\xd0\x56\xd0\xef\x66\x0e\x7f\x0b\x4d\xc8\x33\x47\xa2\x59\xf8\x38\x43\x21\xbe\x2e\xab\x23\x06\x93\xa5\x0f\x7a\xca\xf4\x6f\x71\x1b\x26\xfc\x72\xe1\x0d\xe9\x63\xe6\x67\x01\xc3\xb8\x96\xb4\xd0\x9c\xf2\x25\x2b\x34\xa7\xbc\x38\x0f\x80\xb8\x24\xc1\x78\x48\x9f\x65\xec\x30\x9e\x3c\x77\x60\x9d\x34\x09\x17\x68\x55\x54\x2d\x69\xb1\x8c\xfd\xc1\x03\x60\x14\xd7\xa4\x38\xe7\x65\xd1\x1c\x7b\xeb\xac\xe3\xf3\xa3\xc3\x68\xa7\xaa\x62\x77\x1a\x88\x79\x48\x8e\xae\xb9\x07\x08\x5a\x33\x88\xc4\x4a\x06\x91\x30\x56\x03\xb0\x08\x10\xce\x53\xa7\xae\x7b\xd0\xec\xf1\xf3\x23\x15\xd7\x46\xff\x16\x7c\x94\x67\x27\xf8\x08\xf0\xbb\xce\x77\xe4\x9a\xd9\x17\xfe\xaa\xcd\x68\x56\x71\x32\xb1\x50\x2b\x44\x4f\x82\x66\x5c\x56\xdd\x11\x32\x98\xce\x10\xf9\x94\x50\x1a\x44\xcf\x39\xe2\x2a\xd2\xe7\x20\x7c\x07\x25\x68\x2e\x2d\xb7\xc2\xe0\x09\xfc\xaa\x6c\x30\x13\xb1\x2c\x37\xe9\x6f\x80\x1c\x7a\x1c\xae\x26\x91\x33\x04\x85\x3e\xc7\xa4\xec\x7b\x8c\x21\x52\xc7\xd2\xe5\x8a\x08\x58\x9b\x7f\x45\xb1\x98\x4b\xa9\xc3\x49\x9a\xe7\xa9\x02\x2f\x0f\x5a\xbc\x56\xb9\x81\xf0\xb2\x2e\xdb\x59\x62\x61\x77\x01\x63\x8e\xc1\xf9\x9c\xe7\x12\xc6\xe3\xe1\x8a\x5a\xc2\xe2\x38\x24\x20\xf5\xc2\xe6\x74\xa3\x9d\xa7\x80\xd0\x34\x2f\xa2\xad\x18\xc8\xb5\x49\xc5\xaf\x6f\xdd\x95\x7e\x6e\xa4\x84\xac\x68\xed\x6c\x95\x1d\x9c\x50\x67\xe5\x3a\xec\x9d\xf5\x08\xbe\x5e\xb8\x84\x9d\xcf\x7b\xa1\x12\x5e\x3c\xef\x4e\x0d\x7a\xbd\x09\x90\x0a\x56\x59\xd3\xc4\xc6\x34\x0d\xa8\x88\xce\xd3\xb3\x78\x97\x5c\x63\xe9\xec\xcd\x59\x78\x84\x97\xea\x8f\xcb\x95\x3e\x1f\x26\x5b\xa6\xb4\x54\xd5\x0d\xf9\x92\xa1\x9a\x78\x9a\xb2\x15\xcb\x8b\x5b\xca\x71\x27\x60\x21\x8f\x62\xfe\xac\x07\xd2\xf1\xf4\x04\x42\xdd\xf5\x35\x6c\x21\x83\xcc\xa9\x1b\xc7\x6a\xef\xf1\xf9\xd1\x9d\xd7\x97\x0e\x1c\xf7\x1b\xd7\x6b\xa0\x59\x42\xee\x10\xf3\x4b\x30\xaf\x87\x93\xb9\x54\x8b\x7a\xb4\xaf\x1c\x29\x79\xbe\x6b\xaa\x5d\xb3\x2f\xcc\xa4\xd9\xac\xe4\x88\xec\x3c\xdf\x6b\xd5\x01\x41\xef\xb3\xba\x03\x6d\xba\x27\x55\x0a\x30\xb9\xe2\x05\xca\x18\x5c\x8d\xaf\xc9\xef\xda\xe2\x88\x35\xc8\xef\xc1\x14\x22\x08\xbc\x87\xde\xf8\xe1\x0f\x82\x9d\x28\x03\x36\x33\xfa\xb2\xdf\xa9\x3e\xbf\x07\x0b\xa2\x53\x3c\x17\x30\xd6\x20\x7e\xcc\x0f\x9f\xf5\xd6\xf6\xd8\x04\xaa\x1d\x2d\xb0\xa0\x74\x63\x07\x35\x30\x10\x3c\x58\x31\xbb\x66\xa3\x07\x55\x57\x09\x1f\xec\x48\xa6\xaf\x0a\xa1\xb8\x7f\x83\xa0\xd0\x69\x00\x14\x5f\x1b\x1b\xc9\x7a\x34\x6c\xd0\xed\x9f\xf0\xc0\xaa\x36\xfa\xc6\x6e\x25\x3a\xd6\x09\xdb\xec\xd9\x70\xc1\x66\xad\x87\xcd\xcd\xf2\x5a\x0f\x2a\x82\x2f\xea\x04\xc6\xf8\xfc\xb2\x5b\xe5\xca\x36\xfc\xb2\x5d\x69\x3f\x7d\x91\x50\x34\x70\xbc\xe8\x87\x1b\x54\xf7\x2e\x0e\xc0\xe4\x17\x6f\xbf\xda\xe1\x6b\xc0\x4d\x44\x8e\x7a\x89\x86\x70\x25\x1b\x9f\x18\xc4\x3f\xfa\x0a\x06\xf1\xfc\xb2\x5d\xe1\x69\xca\xef\x92\x16\xab\x16\xe2\x77\xed\x5c\x95\x80\xb9\x4c\x10\x63\xd5\xe0\xf7\x66\x23\x39\xc4\x3c\x66\x08\x95\xe1\x37\xab\xf2\xa2\x70\x12\xeb\x18\xf0\x75\xe4\x37\x7b\x0c\xc1\xaf\x01\xd5\x29\xc9\x88\x3a\x22\x0c\xdf\x74\x6e\xcd\x87\x85\x3d\x2d\x82\x2f\x31\x01\xc7\x6e\x74\xd2\xa8\x0d\x81\xc9\x0c\xd8\x85\xd8\x51\x49\x94\x68\x4a\x8d\x31\x2f\xde\x48\xcd\xc0\x2f\x96\x10\x4e\x29\xe4\x77\x6d\x85\x35\x48\xaf\x48\xbe\x07\x7a\x13\x1e\x80\x1a\x24\x40\x1c\x00\x7b\x06\xd9\x17\x5d\x9f\x2f\xdb\xe2\xe1\x44\x15\xd1\x58\x29\x03\xa7\xf0\xe3\x34\x3f\x8a\xdf\x82\x46\xe9\x1b\x2b\x2a\x91\x20\xf9\xad\xa0\x14\xd5\xe2\xad\xc2\x4f\xfd\x2a\x46\xc1\x6e\x25\xfa\xb5\x5b\xa7\x51\xa6\x2f\x9c\x88\x29\x5b\xff\x04\x57\xf4\x5b\xd7\x14\xe7\x60\x7d\xe2\x25\x61\x71\x6f\x9d\xbc\xb7\x4d\x02\x24\x11\x58\x5f\xd4\xa0\x94\x2c\xeb\xa5\x74\x90\xee\xd4\x88\x33\x6f\x5b\x40\xa8\xc2\xbc\xb8\x25\x55\x66\xdf\x25\x2e\x57\x15\x98\x77\x49\xcb\x35\xb9\xa0\xd6\xce\x5e\xf3\x61\xfd\x41\xd9\x36\x4f\x80\x66\xf0\xa8\x0e\xc4\x86\x64\xfc\x29\x35\x8d\xe3\x2b\x76\xf6\x36\x82\x77\x5d\x16\x68\x66\x29\xdb\x30\x23\x82\x0f\xbf\x4b\x62\xa8\x49\xa2\x5d\x02\x43\xcd\x08\xa1\xef\x92\x17\x6a\x0e\xd6\x71\x70\x00\xd2\x1d\x1c\x18\x58\x72\x44\x4d\xae\xd3\x8e\xb0\xc4\xa6\xf0\x76\x07\x47\x5f\x38\x5c\x95\x41\xde\x25\x49\x54\xf5\x80\x17\xdf\x6b\x6e\xd2\xb5\x52\x45\xb2\x63\x02\xca\x93\x1f\x00\x28\xdb\xfd\xbb\x14\xc8\x8a\x4b\x37\x13\xa2\x1b\x12\xfb\xf0\x3b\x04\x14\x20\x90\x26\x08\x9a\xc9\x2f\xe2\x44\x66\x97\x7c\x51\x31\x53\xb6\xdc\xa8\x63\x7d\xc2\x7b\x5d\xa5\x43\xb2\xb0\x8e\xf0\x30\x80\xe1\xd2\x62\xc0\x28\xa4\x5a\x34\xdf\x21\x89\x00\xe7\xb9\x57\x38\x8d\x9e\x9b\xc7\x01\x9d\x91\x1d\x19\xb9\xcb\x90\x60\x62\x39\xf2\x4b\xcc\x69\x73\xa2\xd5\xe4\xaa\xcb\xe8\x42\x38\x71\xed\x5f\xec\xee\xc8\xa8\xaf\xde\x9f\xbd\xee\x2e\xfd\xac\x00\x6b\x20\xbb\x08\xb8\x0c\x31\xf1\xfd\xc2\x76\x93\x65\x21\x7a\xb8\xc3\xbf\x4b\xf6\xa8\x4a\xe1\xef\xb5\x43\x67\x99\x66\x45\x0f\xa7\x5f\xc9\x43\x46\xa0\xe8\x21\x47\xc5\xd7\xaa\xa4\xfe\x62\xda\x6e\x62\xe0\xd6\x0e\xc6\x30\xef\xc2\x08\x80\xfa\x6e\x7c\x6b\xfd\xae\xd7\xd7\x86\x80\xce\xd1\x18\x56\xef\x2a\xbc\x85\x0e\x48\x6f\x05\x23\x57\x89\xb2\x8b\x73\x7e\x1b\x0c\x64\x25\xa1\xa6\x67\x6c\x61\x78\xac\xf3\x8b\x99\xa4\x49\x2f\x8f\x52\x92\x75\x90\x38\x65\x47\x4f\x65\x94\x00\xa1\xc7\xd1\x25\xff\xe8\xac\x06\xd0\x47\x40\x7d\xaf\xab\xc3\xfa\x02\x6a\x9b\x37\x65\x06\x60\xd4\xa9\x34\xe8\xa9\x80\x68\x3b\xc0\x29\x3d\x12\xc8\xd3\x5c\xf1\x53\x38\xa9\x63\xa8\x70\x16\xed\x46\x49\x75\x99\xfa\xa4\x07\x77\x87\x25\x14\xc5\xe0\x46\x3b\x5f\xce\x7e\xf2\x81\x7e\x14\x45\xa1\xf7\xe5\x14\xaa\x13\x82\x4f\xc5\xf0\xf6\xfc\x2e\x19\x29\x06\x49\x64\x09\x49\x4d\x0f\xde\xbb\x84\x24\x83\x93\xf2\xbb\x04\x9e\x18\xa4\x84\x57\x0b\x9a\x53\xf8\x72\x3e\xcc\x99\x7a\x0d\xf0\x95\x99\xbf\xc2\xd4\xbe\xfb\xbe\x10\x98\x1e\x31\x38\x94\x1d\x9a\xce\x79\xd2\x72\x2c\x81\xa6\x85\x61\xa5\x4a\x17\x9d\x72\xe3\xbd\x65\x1c\x96\x39\x7e\xc5\xdd\x0a\xae\xda\x18\xd6\x62\x2c\xc7\x12\x7e\x22\xd1\x65\xe5\x58\x22\x4f\xc3\xf7\x51\x8e\x25\xf2\xc4\xb2\xf6\x98\x72\x04\x31\x92\x28\x47\xca\xbe\x4f\xf4\x4e\x3b\x4b\xfe\x89\x61\xad\xd0\x72\xa0\xe6\xb3\x10\xcb\x11\x84\x96\x36\x97\x30\xd4\x38\x6f\x5b\x8e\x00\xa2\xa2\xed\x08\x4f\xa0\x2c\x9e\x2c\x5f\x20\xd6\x3a\x37\xdf\xfa\x7e\xd2\xaf\x7d\x31\x8d\xb6\x19\x39\x0a\x21\x6c\x51\x98\x81\x61\xc9\x51\x2d\x1e\xd6\x61\x12\x0f\xda\xe1\xf0\x1d\x87\x16\x0b\x47\x19\x63\x38\x18\x63\x14\x4e\xcb\xc0\x29\x4e\x22\x70\x1e\xf4\x1b\x81\x33\x5a\x16\x87\xcc\x42\x04\x4e\xc7\xbb\xa4\xb1\x88\x75\xb7\x1c\xb8\x64\x72\x13\xe8\x25\x9a\xb5\xe8\x3c\x27\x80\x16\xa0\x14\x78\x4f\x9d\x25\x99\xe9\x9f\x2f\xc7\xb6\x1d\x39\xe7\x09\x72\x93\x2e\x12\x90\x0a\x51\xda\x47\x76\x19\x32\x07\x04\xc3\x41\x99\x13\x22\xf0\xc2\x72\x2c\xe9\xaa\x11\x8c\x52\x8e\xcc\x31\xc4\x0a\x5a\x32\x53\x56\x2c\x57\xca\x34\xba\xe4\xa9\x58\x8a\xed\x74\xbe\x05\x2d\x99\x13\x91\xd5\xf2\xc9\x7b\xdb\xbf\x28\xdb\xce\x4d\x1d\x46\x86\xc9\x80\x28\xae\x72\x64\x54\xf0\x6a\xfb\x92\x19\x75\x0a\xb0\x59\x7f\x89\x56\x8d\x80\xcc\x72\x14\xce\x48\x56\xda\x2f\x3a\x17\xa4\xcb\x25\x4f\xb5\xe6\x00\x3c\xc2\xd7\xc5\xe3\x12\xa2\x62\xa9\x56\x12\x22\x7a\x2b\x40\x54\x40\x63\x11\x22\xeb\x4f\x7a\xb3\x07\x8c\x02\x85\xf7\x15\xcc\x25\xea\x57\xa0\x4b\xb4\xb3\x84\xa8\x06\x57\x2c\x04\x27\xc4\x52\x19\x19\x41\x8b\xa5\x4b\x2d\xb5\x7f\x7e\xf4\xd4\xfc\x60\xd0\x28\x00\x55\xd0\x95\x98\x82\x0a\x70\x05\x34\xd6\xcd\xb3\xfd\xf8\x01\x2f\xb6\x0a\x74\x42\x5d\xc5\x17\x1f\x34\xa1\xa3\x4e\x13\x22\x3a\x68\xe0\xce\x39\x5b\x12\x55\x2c\xd5\xb2\x90\xd2\xce\x92\xa8\x62\xa9\x00\xd1\x98\xe3\x06\x1a\x1b\x98\x73\xee\x1b\x30\x48\x37\x4b\xd8\x49\x87\x03\xe8\x86\x7b\xcb\x75\x96\xb4\x63\x3c\x73\x39\x96\xb4\xd3\x93\x73\xb3\x24\x9c\x74\x48\x8c\x4b\xaa\xe9\xc4\x46\x95\xa3\x1b\x97\x21\x29\x2f\xe9\x45\x2b\x75\x39\xfa\x4d\x99\x91\x79\x5e\x50\xfc\xf6\xc9\xfb\xaf\x82\x9f\xcb\x31\x0c\x83\x14\xe1\x4b\xce\x49\x87\xb3\x38\x04\x91\xd6\x96\x9c\xa3\x31\xbe\x1c\x4b\xce\xe9\x49\xba\x5a\x72\x4e\x3a\x9c\x88\x25\xdb\x24\xc4\xf7\x72\x0c\x4e\x39\xba\x2e\x06\xc7\x1c\x0b\x38\x1b\x40\x2e\x0d\x0f\x21\xb7\x9d\x87\xb2\x75\x80\x5c\xdc\x2f\x39\x27\x1d\xae\x91\x53\x34\x01\x9b\x9e\x33\x34\xb6\xc2\x61\xe8\x54\xe4\x17\xe7\x83\xd5\xc9\x8f\xe7\x52\x50\x5d\x6c\x4b\xfa\x49\x45\x5e\xb3\xa4\x9f\x71\xd8\xc1\x85\x8a\x2c\xee\x97\xc0\x63\x7c\x4a\x39\x96\xbc\x93\x8a\xfc\x5d\x63\x8b\xc0\x2d\x79\x27\x15\xf9\xd7\xd5\x79\x6f\xf9\xa4\x0c\x3c\x4b\xde\x49\xc5\xad\xe9\xf2\x68\xbd\xd4\x79\xa1\xbe\xbb\xf0\xae\x49\x25\xb0\xb5\xe4\x20\xfd\x95\x85\x4c\x0d\x06\xa2\x94\x63\xc9\x3e\xfa\x24\xcb\x71\x0b\x1c\xf5\x6f\x81\x63\x60\x37\xc0\xb9\x66\x6f\x81\x63\x60\x37\xc0\x39\x4b\x4b\xf4\x31\x1c\xbc\x90\xe2\x61\x1c\x52\xb0\x27\xc0\xa4\x1d\x4c\xf8\x99\xd4\x07\xe5\x58\xe2\x4e\x1a\x8e\x6c\x89\x3b\x69\x58\xc9\x20\xb6\x22\x1f\x5c\xf2\x4e\x1a\xb6\xba\xe4\x9d\xb1\x79\xdf\x92\x77\xc6\x5e\xe5\x4f\xa1\x0e\xd0\x2d\xd9\xc7\xe3\xf6\x85\x0c\x12\x63\x6f\x75\x04\x6d\xd4\xe4\x82\x5c\x02\x4f\x1a\xe2\x71\x09\x3c\x63\xaf\xfe\x25\xe4\x8c\x26\x71\x19\xa2\x9c\x93\x20\x19\x98\x27\x03\x5b\x62\xce\xd8\xac\x50\x37\xc4\x66\x12\x13\xf8\xc4\xfc\x04\x3e\xe9\x91\x93\xa9\x43\x0c\xcf\x0a\x4c\x60\x6c\x36\xde\x33\x9e\xd9\xa9\xef\xb7\x03\xf0\xac\x73\xf2\xde\xf6\x39\x3f\xe7\x9a\x9f\x0f\x75\xac\x0f\x22\x9d\x85\x25\x39\x8d\xcd\x5f\x5e\x00\x95\x37\xbd\xe2\x11\x78\x5e\xf1\xc8\x00\x0c\xa7\x29\x83\x0e\x96\xb0\xa4\xeb\xbc\x1c\x2f\x8a\xfb\x5e\x09\x98\x8a\x8e\xbd\x34\x97\xe8\x94\xd3\x6e\xf6\xa2\xcc\x10\x88\xbf\xc9\x5d\x91\x00\x31\xea\xd8\x8b\x0d\x33\xd2\xb1\x99\x0f\xee\xbc\x03\xcf\x7b\x21\x4b\x46\x4e\xc5\x72\x10\xe3\x99\x87\xc8\x0f\x83\x72\xf2\x8b\xca\x43\xe6\x07\x2b\x01\x2f\x64\x19\x08\xf8\x39\x64\xe9\xe1\x90\xce\x96\xea\x51\x0c\xe2\xaa\x99\xdd\x21\x84\x83\x73\x87\xb4\x8b\x57\x38\x60\xb2\x2d\x64\xe5\xc8\x6e\x45\x26\xe5\x08\xc7\x61\xad\xcc\x0f\x5f\x45\x93\x94\xb0\x24\xab\xec\x14\x06\x4c\x4b\x01\x37\x4c\x09\x4b\x9c\xca\xce\xb9\x29\x3e\x02\xfe\x8b\x12\xf0\x9c\x04\x1c\x34\x25\x2c\x61\xa9\xe0\xa8\x28\x01\x5f\x66\xe0\x84\x55\x21\x97\x42\x39\x84\x8c\x80\xf6\x50\x60\xd7\x01\xf7\x4a\xe0\x34\x4f\x09\x66\x7e\x28\x30\xfb\x60\xee\x07\x5c\xa6\x25\x60\x90\x0a\x1c\x62\x2a\x21\x92\xeb\x82\xbd\xde\xa4\x22\xb9\x89\x57\xad\x50\x72\x5c\x43\xdd\xe2\xee\x33\x45\x3e\xf1\x07\x8e\xe4\x42\x2d\x01\x0b\x53\x24\xb8\xbe\x04\x2c\x4c\x11\xcf\x40\x09\x4b\xda\x29\x98\xd6\x4b\x58\xc2\x4e\x21\xef\x48\x09\x9e\xaa\x26\x28\xa6\x04\xec\x4a\xc8\x77\x61\x09\x41\xf8\xce\x4a\xc0\xc2\xe4\xb8\x97\x08\x54\x1d\x5c\x5e\x12\x7d\xb3\x88\x30\x44\xd3\x59\xae\x44\xb1\x61\xaa\xa6\x28\xc3\xa4\x08\x4b\xb2\x0b\xcc\x35\x52\x07\xc1\xdb\xb2\x5a\x33\xa6\x60\x81\x2c\xa1\xec\x30\x24\x2a\x11\x3e\x93\x24\x14\xec\x47\x09\x66\x13\xb0\x1f\x25\x67\x19\x81\xa7\x25\x41\x28\x2a\xa9\xf4\x56\x96\x04\x26\xe8\x4b\xdc\x69\x31\xf8\xed\x92\x45\x1d\x9c\xd2\x8e\x30\x2c\x69\x27\x76\x3f\x5c\xe2\x97\x33\xb5\x64\x9d\x9e\x6c\x04\x83\x51\xcd\x88\x10\x81\xf4\x11\x9d\x2f\x97\xac\x93\x86\xd3\x5c\x97\xc4\xd8\x01\xa5\x62\x62\xb5\xc6\xd2\x54\x6d\xb0\x82\x18\xeb\x62\x38\x2a\xb6\xed\xa1\x53\x49\x02\xcb\x91\xe3\x59\x22\x4f\xb5\xbd\xc6\x76\x01\x2a\x88\x7e\x6e\x84\x76\x97\x80\x19\xe8\xb0\x7b\xbc\xa6\x44\x17\x94\x80\xd3\x94\x28\x88\x12\x70\xf0\xec\xf5\xda\x3c\xe5\xb0\x1f\x90\x82\x13\x88\xec\xac\x4a\xe1\xe9\x9c\xbb\xb6\x28\x7e\x5d\x2c\x5d\x3f\x18\x50\x74\x73\x28\x08\xe8\x12\x48\x86\x2b\xad\x6b\xab\x64\xe4\xfa\x67\xa5\xb5\x7d\x04\xc8\xf7\xc8\xee\x12\xe7\x40\x53\x94\x38\x87\xf9\x42\xac\xcf\xb9\x72\xe0\xc7\xb0\xd2\x19\xee\xd0\xff\x60\x0d\x43\x4b\x93\x4d\x7a\xce\x5e\x0a\xde\x16\x14\x6a\x11\x74\xb7\x91\x75\xa2\x9c\xb1\x9f\x84\xd3\x03\xaa\x08\xaf\xe1\x54\x3a\x76\x04\xe7\x09\x26\xe8\xfa\xe4\xec\xba\x1f\xdc\x88\x90\x14\xcd\xd7\x23\xa0\x48\x19\xe2\xe7\xf2\x0c\xbd\xaf\x51\x8d\xb3\x94\x7c\x79\xe0\x4d\x86\x6b\x90\xcd\x52\x02\xbe\x62\x67\xdf\xe2\x31\x01\xe5\x52\x7f\x65\x6b\x08\x98\x60\x54\xf1\xc2\x85\x1d\x29\xf8\x9e\xe5\x2d\x33\xbf\xc4\x02\x03\xf4\x40\x59\x17\xcc\x1b\x5d\x4e\x66\xec\x09\x82\x21\x1a\x96\x2c\xd1\xa2\xeb\xe7\xf6\xe4\xa7\xec\xff\x66\x05\x45\xbf\x46\x9b\x43\x19\x08\xb7\x04\x44\x77\x37\xda\x9c\x5b\xc7\x8d\xa6\xec\x64\x63\x46\xa9\x99\x3d\x99\xe4\x46\xad\xb9\x5d\x78\x9e\x24\xb3\x8b\x9b\xdb\xa8\x28\x96\x84\x67\xa3\x0b\xbc\x3f\x88\xa4\x2e\x59\xc4\x89\xcd\x2a\x1e\xb6\xeb\xdd\x94\xae\x1d\xc7\xfa\xdc\x6c\x49\x7e\xfc\x30\x97\x96\xa7\x7c\xdf\x07\x7d\x79\xae\xfe\x79\xec\x94\x08\x25\xe0\x60\x72\xa0\x73\x07\xdf\xd1\xe8\xdc\x8b\x0e\xf8\x8c\x6f\xc8\xec\xc5\x61\x6d\xf1\xb1\x08\xd3\xab\x58\x6d\x39\xc1\x18\xf8\x80\x2d\x5e\x7b\x50\x09\x6f\xf9\x96\x75\xa1\x84\xb5\xc5\x73\xd0\xb5\x84\x17\xf5\xd1\x4f\xf7\x59\x75\xbf\x75\x4a\x99\x2d\xcf\x0d\x13\xa4\x5c\xe2\x61\x4e\x14\x74\xf2\xb8\x36\xe8\x0a\x74\x91\xd4\x1b\x8d\xb4\x20\x25\x1e\x7a\xc3\xfc\x01\xcd\xca\x6f\xb5\x1e\x36\xeb\xe8\x82\xf3\x87\x25\x4b\xa3\x79\x47\xc2\x15\x38\x9d\x58\xe2\x76\xe5\x34\xca\x8b\xe7\xb3\xb8\xe2\xda\x63\x09\x3a\x2d\xd1\xd4\x0e\xc3\x1a\x8f\x22\x19\x65\xfc\x18\xc3\x56\x5e\x1d\x22\x8b\x46\xa2\xc1\x42\x6a\x8c\x31\x6a\x82\x07\x4c\xf6\x54\xdc\x46\x85\xfc\x3f\x01\x17\x4f\x89\xec\xa8\x15\xb3\x78\x89\xd1\x30\xfe\xe0\x03\xb2\x11\xfc\x98\xdc\x40\x41\x81\x24\xb2\xa1\x12\x9b\x54\x48\x40\x50\x33\xb2\x34\x49\x83\x42\x0d\xfb\x41\x73\x2e\x5d\xe3\xd6\x91\x74\x62\x92\x83\xfa\x5e\x0e\xca\x20\xd8\x66\x13\x53\x19\xb1\x29\x28\xad\x91\x73\x68\x81\x07\x14\x06\x18\x20\xc5\xc7\x7d\xa8\x85\x86\x32\x36\xc2\x6a\x9d\x0a\x44\x40\x9a\x1d\x8e\xf5\x35\xaf\x82\x17\x52\x18\x34\x38\x74\xf4\xcc\x20\xdc\x2b\x9a\xcd\x20\xf9\xad\xa7\xd1\x19\x65\xd6\x2e\x08\xa0\x79\x07\xcc\xf1\x71\xc1\xc6\xe3\x0f\x05\x5b\x54\xf6\x3d\xd6\x12\x3f\x2e\xf2\x05\xeb\x34\x47\xc3\xd0\x4c\xf9\xd3\x77\x4b\xf2\x02\x7f\x80\x17\x64\xbf\x96\x17\x30\x4c\xb6\xd3\x90\xbf\xf2\x8b\x16\x83\xd9\xcd\x89\x51\x48\xca\xd4\x70\x1c\x97\x88\x09\x21\x3a\xc0\xea\xd9\x4d\xe4\xb2\x58\xd1\x38\x9d\xd3\x8a\x36\x2e\x45\x6b\x2a\x70\xea\x2a\xac\x5a\x2c\x57\xec\x18\xce\x84\x96\x02\x31\xbb\x2d\x05\x74\xdc\xd0\x3e\x9d\x5e\xfc\x2d\x7b\x03\x8b\x0d\x45\x4b\xec\x34\x85\x1a\x3f\xf0\xfc\xb1\xeb\xa4\xa9\x12\xfa\x35\x6a\xa9\x60\x37\x54\x51\xe7\x8e\x20\x89\x21\x1d\x77\x18\x43\xf7\x3d\xb4\x8e\x99\xb5\x90\x29\x2d\x2b\xe1\xc7\xb5\xa3\x66\x45\xc1\xe8\x01\x32\xe2\x27\x4a\x1c\x06\x62\xc0\xa2\xe2\xda\x60\xb3\xda\x52\x5c\x9b\x6a\x56\xdd\x31\xc4\xbf\x66\x61\xc2\x47\x11\xb3\xcb\x94\x30\xb8\xc4\x29\xc7\x12\x89\x86\x88\xc3\x65\xc7\xf9\xc7\x94\x9c\x58\xf7\xd6\x8d\xff\x71\xed\x7c\x30\x25\x0e\x5c\xf1\x14\x4f\x58\x39\x9f\x9e\xc6\x76\x3a\xd4\xa5\xbe\x0f\x76\xa3\x78\x9a\xea\x41\x58\x4f\x02\x42\xba\x1f\xe8\xc9\x10\xb1\x78\x32\xdc\x35\x23\x51\xc9\xbb\xd2\xde\xfd\xd8\x65\x3d\x8d\x50\xb3\xfd\x11\xe4\xa0\x32\x12\xdd\xfd\x64\x29\x97\x6b\x1f\x14\x6c\x3f\x03\x70\x98\x17\x42\xc2\x26\xc6\xa1\x89\x64\xfd\x0c\xc9\x3a\xf6\xe6\xd8\x4c\x17\x91\x6c\xc8\xb9\xa6\x33\x8f\x62\x1f\x72\xb9\xb5\xe1\xb5\xe8\x7a\x7c\x0c\x65\x43\x56\x8d\x6e\x6c\x01\x09\x39\x92\xb4\x44\x6d\x21\x3e\x58\x9e\xec\x9b\x0c\x26\x6a\x04\xf1\xc1\xa2\x28\xac\xe4\x5c\xfc\x56\x26\xc5\x9a\x9c\xf0\xc1\xa2\x28\x05\x3d\x64\x91\x92\xa6\x1f\x6c\x41\xd2\xfd\xda\xe1\x92\x36\x82\xf8\x48\x7d\xbc\x9f\xca\xae\x76\x66\x36\x82\x2e\xf3\x23\x79\x53\x71\xa0\x4b\x2f\x4e\x45\x1e\xb4\xf4\xdf\xb1\x57\xd0\x44\x3d\x17\xdb\x53\xcd\xd1\xe1\xbc\x68\x8e\xae\x5d\xb2\x60\x1c\x1a\xba\xe2\x2b\x29\xf2\xc5\xbb\x35\x24\x9a\x65\xeb\xd3\x70\x15\x89\xc4\x8e\xd9\x6d\x6a\x6d\x7e\xa5\xca\x48\xde\xb1\x73\x0e\x95\xf8\x9e\x9f\x1f\x55\xb2\x5a\x6a\x2e\x07\x6d\x0b\xa7\x4c\xea\x01\x89\xa5\xc3\x60\xb7\xe4\xc3\x5a\xa2\x08\x01\x89\x7d\x4f\xdb\x78\x3a\x64\x90\x83\x32\x92\x09\x83\x4c\xda\xf0\xd9\x36\x52\x60\x17\x07\xca\xb4\x94\xd2\x9e\x76\x19\xe3\x18\x98\x4b\x4b\xbb\x24\x03\x52\x49\x6b\x0f\xac\xa3\x7c\xc5\xdf\x12\x26\xfd\xfd\xb5\x13\x58\x29\x9f\xdf\x12\x28\x95\xc4\xc6\x79\xc0\x8d\xd3\xda\x38\xdb\xee\x18\xdd\x0c\xc3\x57\x5a\x5b\xe5\x80\xfb\xa6\xb5\x51\x72\x36\xb0\x24\xc3\x1f\x86\xaf\xd1\xcf\x77\xd9\xf4\x8d\x6c\xdc\x29\xee\xc4\x27\x20\x42\xa3\x3c\xe2\x6c\x22\xb8\x4f\x97\x7f\x49\x51\x26\x69\xb3\x12\x0e\x5f\x27\xed\x2c\x20\x37\x61\xbe\xb0\xbe\x79\x03\x70\xca\x96\x94\x94\xd6\xd0\x48\x13\x5b\x6b\x20\x2a\xa8\x24\xb6\xd0\xa8\x49\x3c\xad\x3d\x54\x8b\x52\x22\x70\x6f\xf8\xb1\x69\x0f\x93\xcd\xba\x96\xed\x0e\xaf\x9c\x20\x25\x2c\xe2\x70\x85\x64\xfc\x03\xd5\xf3\x16\xd0\x7c\x4f\x60\x21\xe8\x5a\x9b\xac\x9b\x78\x22\x88\x4f\x3c\x13\xc4\x87\x1c\x92\x88\xe1\x63\x11\xa7\xb5\xd9\x12\x92\x5b\x12\x76\x7a\xe7\x27\x3b\x27\xb6\x46\xc4\xc9\xb0\x47\x43\x78\x59\x55\xc9\xbc\x92\xac\xf2\xa4\xaa\x2a\xa2\x88\x26\x77\x59\x24\xd5\x56\x56\x7c\x52\x3b\x75\xa2\x0b\xb6\x52\xd6\x57\x2a\x48\x4e\x36\x69\x9e\xa7\xfd\x7e\x91\xea\x61\xf5\xd7\xfd\x86\x36\xb1\xba\x8b\x0c\x76\x4c\x27\xba\x22\x00\x22\x0c\x26\xd2\x1b\x75\x75\xd5\x54\x4d\xb9\xc9\x58\xea\xce\xca\x03\x9c\xf5\x5b\xba\xae\x92\xaa\x2b\xca\x86\x0c\xde\x3d\xfc\x61\xc1\x20\x11\xae\x0d\x53\x73\x4e\x5a\xfb\x65\xc5\xbb\x57\x52\x93\xf2\xa8\xe2\xb9\xdc\xc2\x46\x95\xd4\x4c\xc5\x1b\x41\x06\x3a\x13\x12\x41\x06\x9a\x0f\x12\xa1\xca\xbd\x3a\x18\x43\xbc\xcb\xe1\x03\x7e\x2b\xb8\x40\x22\x62\xc0\x2d\x2b\xad\x0d\x93\xdc\x6c\x25\x75\xa2\xc8\x24\x3b\x7d\xf5\x88\x37\x69\x98\x1b\x47\x12\xd4\x71\x8f\xf0\x95\x06\x4e\x59\x4c\x60\x9c\x3a\xab\xda\x33\x12\x4a\xa5\xaa\x5d\x1a\x08\x5f\xcd\x46\x11\xbe\xc4\xe2\x40\xa4\x10\xea\xa1\x74\x03\x82\x86\xfc\x84\x09\x1b\xc2\x4c\xd9\x74\x1e\x05\x31\x39\x9d\x1e\x3d\x0b\xfe\xa2\x3e\x63\x19\x2f\x40\xb5\xd2\x4e\x1a\x02\xa8\xa7\x2e\x01\x7f\xe8\xc6\xfd\x01\xc7\xb9\x63\x26\x01\xd6\x03\xce\x1a\x73\xd2\x4e\xf5\x20\x5b\x3c\xb1\x53\x4a\x77\x98\xca\x87\x4c\xc8\xdc\x61\xc5\x99\xbe\xb6\x28\xc1\xe7\x17\xd6\xbe\xf6\xa5\x52\x9a\x50\x5f\x63\x16\xbd\x57\xdd\xb9\xdd\x4a\xba\x0c\x07\x04\xfc\xb5\x41\x37\xa7\xfe\x36\x65\x0f\xdb\x4d\xd2\xc9\x9f\xec\xfe\xc6\xbf\x26\x45\xb9\xfb\x6a\x26\x4f\x04\x19\xda\x3e\xce\x7c\x99\x03\x3a\xa8\xf4\xbd\x54\xd0\x8d\x8f\x7b\x1f\xf5\xb4\xc5\xc5\xc6\x24\x4b\x2d\xd8\xdd\xc9\x7b\xb6\x7c\xe2\x2f\x4e\x86\x6b\xf8\x31\x65\x23\x18\x78\x5c\x28\x4c\x0c\x3e\x7b\x7d\x16\xe9\xd9\xc2\x8a\x3f\xec\x98\x5f\xfa\xc3\x6b\x6f\x90\x56\x49\xea\xa0\xf2\xba\x47\x4a\xe0\x73\x37\x5f\x85\xc8\x34\xb7\xbd\x93\x2f\x96\x82\x59\x08\x03\x2e\x69\xa6\x9d\x0e\xaf\xa4\xb5\x27\x93\x80\xb9\xa4\x59\x3e\x3f\xba\x0b\x62\xed\xce\xdd\xb1\xcd\xa5\x29\x4a\x27\x6b\x9f\xd6\xd3\x94\xe6\xb9\x2a\xd8\xf0\xb5\x8a\x36\xb6\xe8\x56\x56\xbb\xb4\x56\x4d\x1c\x69\xb2\xac\x05\x8f\x65\x4d\x5d\xc2\x20\xb1\x4e\xa5\xb5\x9d\x2b\x70\x72\x6e\xb2\xcb\x0d\xd6\xbe\x4e\xb4\x59\x49\x2f\x90\x81\xdd\xd7\xd3\x4d\x62\xf7\xf5\x9c\x9d\x0b\x77\xed\xea\xba\x1c\x13\xc1\x8d\xee\x9d\x6b\xfb\xee\xae\x66\xf5\x59\x95\x67\xce\x64\x0e\x10\x9b\x97\x36\x3b\x68\x30\x1f\x79\x15\x0f\x8a\x4b\xf1\x64\xcf\xc9\x46\xec\x0f\x6b\xac\x5d\x1f\xd4\xe5\xb5\xeb\x73\x90\xbf\xe4\xa5\xec\x8e\x68\xe5\x25\xc0\xc0\x02\xf2\x52\x75\x07\x76\x89\xbc\xa4\x82\x01\x69\x65\x94\xde\xe4\xdb\x77\x55\xa0\xdd\xc0\xae\x0b\x68\x4b\x22\x18\xcc\x60\x5e\x02\xc1\x48\xbe\x95\xd1\x08\x51\x30\xc2\x02\x01\x28\x73\x42\x71\x6f\xf0\x99\xb0\x46\xbd\xd9\x39\x20\x96\xb0\x7d\xe5\xe0\x59\xa9\xe6\xc3\x05\x61\x58\xe9\xa6\x12\xc3\x40\x95\x96\xc9\x65\x4e\x4d\x91\x4d\xa6\x64\x54\x69\xfd\xf7\x59\x53\x35\x0b\x86\xb4\xb4\xa1\x76\x7b\x8e\xc6\x48\x38\x86\x25\x16\x54\x8d\x6e\x9c\x6b\xad\x71\x7f\x81\x97\x61\x58\x87\x08\xbc\xfd\xb1\x60\x5b\xc6\x7e\x0d\x11\xe4\x25\x44\xd4\x78\xf8\x1e\xa8\x59\x7c\x19\x81\x22\xec\xf6\x85\xda\xf6\x31\xbb\x30\xf5\x99\x98\xcb\xaa\xff\x34\x73\x5a\xc0\x50\x80\x8c\xb5\xdb\x30\x82\xec\xb9\x6e\xce\x1f\x96\x9c\xf4\x03\x80\xa3\xe4\x31\x26\x08\x2a\x2f\xd9\xa2\x72\x28\xbb\x64\xd4\xf3\x10\xbe\xe4\x5d\x39\x39\x0e\x3f\x12\xe3\xf6\x02\xec\x4e\x11\x82\x87\x41\x06\x39\x89\x71\xcb\xaa\xd3\x28\xfb\xe6\x19\x34\x9c\x23\x67\x4d\x46\x34\x8a\x48\x62\xc8\x44\xce\x82\x0e\xb4\x1e\x26\x10\x09\xd9\xac\xd0\x20\x0a\xa1\x44\xc3\x5a\x26\x1e\xd3\x10\x0b\x53\x17\x1a\x16\x92\xf3\x3e\x03\x64\xa5\x5b\xa5\x1e\xb0\xb3\xb9\xde\x92\x0f\xc2\x2a\x18\x9c\x00\x10\x9d\x85\x79\x67\xdd\xe7\x4a\xa8\x1b\x3b\x57\x26\xea\x31\xb3\x5b\x65\xce\x99\x26\x29\x0b\x41\x22\x23\xa3\x93\x27\xb1\xe6\xe2\xb7\xd8\x49\xec\xab\x62\xba\x80\xb9\x66\xcc\xdb\x39\xfb\xbe\x9b\x6a\x9b\xb2\x27\x47\x9b\x0d\x9d\xda\x3c\x81\xc8\xd8\x48\x97\x0d\x92\x47\xce\xf6\xa0\xe4\x81\x98\x90\x97\xb8\xb1\x4d\xe2\xb9\xa1\xcb\x49\x10\xcd\xa3\x1b\xd4\x41\x0e\x91\x79\x99\xc5\x51\x2f\x76\x26\x4e\x32\xdb\x8e\x71\x92\x2e\x4b\x0d\xe4\xec\x4b\x59\x03\x39\xac\x3b\x6b\x20\x17\xc1\x8d\x68\x3d\x17\xb8\xb1\x91\x5d\x18\x08\xe2\xdc\x30\x60\x92\x13\xd5\x0d\x2b\x6b\xb2\x0c\xcc\xf2\x09\x0e\x4c\xa8\x38\x64\xc3\x1f\xe5\x35\x86\x3f\xca\xdb\xd0\xfe\xdd\xe5\xb3\x67\xb3\xb4\xab\x66\x63\x1e\x11\xec\x32\x46\xf7\x2c\x07\xe4\xf0\x44\x96\x53\x19\xda\xe8\xba\xe5\x7c\x7f\x12\x11\x9c\x98\xc8\xd9\xf2\xf4\x9c\x0b\x65\xd7\x9e\x13\x8e\x15\x21\xb1\xf7\x72\x60\x7d\x7b\x59\x33\x56\x7a\x0e\xc4\x96\x9d\xe3\xb2\x3b\x1c\x2d\x0a\x87\x9c\x91\x24\x4a\x9a\x64\x4d\x7e\xa9\x42\x98\x87\xe2\xa5\xb4\x86\x54\x95\x9d\x71\x24\xa9\x24\x3f\xc0\x52\x5f\xa3\x03\x1a\xa6\x14\x96\xd7\x9d\x4e\x33\xa3\xe6\x50\x45\x63\x63\xce\x9e\xaa\x70\xca\xcf\x0d\x14\x7d\x9f\xca\x9b\xd2\xf3\x49\x70\xa0\x04\x80\x2c\xa5\x1f\x30\x9b\xc2\x17\x65\x39\x6b\x77\xd8\xf5\x87\x27\x25\x28\x23\xe9\x61\x3b\xc9\xa7\x27\x28\xfc\x16\x33\x9b\x44\x78\x7a\xc4\x81\xf1\x2c\x31\xaa\xaa\xd7\x99\xe3\x53\x25\x84\x73\xfc\xd5\x1d\x32\x5f\x66\xf8\x04\x6a\x9c\x01\x39\xb8\xa8\x70\x06\xe8\x69\xc9\x1e\xc6\xec\x22\xff\x42\x3e\x95\x24\x2f\xe4\x53\x51\x6c\xf2\xb3\xfc\x55\xf6\x91\x92\x4d\x8b\xd7\x25\x2e\x23\x33\x9b\xad\x39\x26\x5b\x43\xfe\x76\xea\x8d\xd2\x2c\xd6\x67\x4c\x2e\x0e\x03\x36\x51\x43\x4c\x3a\x60\x48\xd4\xce\x5a\x2a\xfb\x56\x96\xc3\xb4\x9e\x3d\x2c\x22\x11\x18\xb0\x29\x9b\xd4\x8e\x82\x2b\xc5\x24\xa7\x5a\xd3\xb3\x36\x15\xd1\x71\xeb\x02\x15\xf9\xb7\x96\x6f\xa1\x33\x54\xa1\xef\x6a\xa8\x5e\x92\xd3\xfd\x32\x34\x50\x6e\x64\x66\x77\x4d\x18\x76\xe9\x82\xf5\x18\x7b\x53\x1a\x78\x1c\x1c\x3f\x4c\x33\x02\xf3\xc1\x24\x0c\xce\xc9\x9e\x9a\x1c\xe9\x61\x6a\xb3\x95\x83\x22\x90\x45\xb9\xdd\x24\x26\xce\x51\x4f\xec\xa5\x52\xd6\x24\xd2\x4c\x3e\x36\x89\x89\x13\xec\x49\x4c\x9c\xa3\x9e\xa8\xdf\x52\xdc\x24\x76\xcf\xe1\x4c\xf4\x09\x29\xc8\x10\x4c\x67\x6a\x7a\x62\x47\x46\xf9\x62\x1c\x95\xa4\x5f\xfc\x58\x4e\x1b\x32\x59\x94\xd7\x19\x44\xe9\xf4\xbc\x74\x20\xea\x5f\x4c\xb3\xbb\x4c\x67\x68\xaa\xf9\x25\xce\x0e\xf2\x2e\x07\x98\xa0\xfd\x62\x42\x0c\x83\xb6\xc8\xd0\xd0\x48\x81\x51\x48\xd0\xd0\x48\xae\x51\x0a\x31\x97\x1c\x23\x2e\xc5\x98\xcb\xe2\x7b\x2e\xed\x40\xa7\x29\x07\x0e\xa5\x6c\x19\x4c\xb0\x1e\x0a\x9e\x08\x32\xbf\x15\x52\x3b\x34\xb2\x6a\x14\x72\xe6\x37\x57\x40\x31\x80\x80\xfc\x51\xa5\x68\xb6\x29\x36\x84\x70\x8d\x6e\x43\x66\xfd\x18\x04\x22\x80\xa1\xec\x7b\xe7\xd2\xf7\x1e\x50\x07\x45\xc5\x38\x4c\x47\x63\xbc\x65\xf2\x03\x93\x4d\x25\x7f\x00\x3c\x58\x68\x09\x9e\xf7\x67\x66\xcb\x16\xa8\xfc\x24\x7a\x76\xdf\x11\x2d\x29\xca\xbc\x3f\x85\x5c\x13\x31\xb0\x7a\x4a\xdc\xed\x02\x49\xc4\x01\x03\x0b\x29\x51\x75\x6d\x37\x75\x73\x53\x8c\x95\xb0\xc5\x0c\x5b\x9d\xbc\xf7\x83\x97\x32\x73\x42\x50\xa4\xdc\xa1\x2c\xd1\x29\x72\x08\xb0\x94\x44\x98\x1b\x1b\x0a\x79\x2d\xa2\xe6\x2a\xae\x0f\x68\x72\xd3\x42\x7c\x24\xe9\x92\x0b\xe9\x2e\x9a\xeb\xb6\x24\xa0\x76\x4e\x96\x40\x15\x75\x42\x97\x44\x6c\x1e\x1b\x1f\x19\x31\xcc\xaf\x5b\xb8\x87\xa0\xa9\x29\x93\x55\x38\x71\x26\xaa\x98\x1b\xa3\xa9\xd6\x14\x63\x2b\xd9\x98\x0a\x69\xde\x35\xdd\x14\x63\x2b\xd9\x41\x4b\x26\x06\xef\x6b\x63\x5a\x31\xee\xc0\x5e\x32\x01\x7a\x42\x82\xf3\xa4\x96\xe2\x0f\xb8\xd1\x60\x20\x65\x67\xaf\xed\x76\x83\xb3\x80\xbd\xb0\x18\x86\x39\xfc\x00\x7c\x37\xcb\x38\x08\x76\x7d\xf1\x4d\x0f\x85\x61\xc0\x4b\x8b\x61\x98\xec\x33\x24\xf8\x68\xee\x03\xe6\x4f\xee\x32\x59\x92\x7d\x44\x8e\xe4\x15\xee\x55\x88\x1c\x85\x2c\x5c\xab\x10\x35\xf6\x90\xf6\x23\x1a\xb4\xea\x05\x09\x55\xab\x27\x17\x24\x44\xce\x81\x16\xee\x47\x88\x72\x4a\x52\x83\x44\x8e\x32\x97\x62\x88\x25\x2c\x90\xfb\x10\xa2\x06\x7a\xae\x43\x88\x06\x1e\x70\x1b\x82\xe7\xcd\x0b\x97\x21\xc4\xe2\x88\x95\xcc\x38\x22\x5b\x8a\x3e\x14\x67\x88\x0b\x0f\xca\x66\x02\xe6\x8f\x48\x22\xa0\x99\xa2\x52\x6a\xda\x2e\x12\xd9\x43\xc3\x52\x21\xb9\xea\x16\xd9\xfc\xa1\x69\xa4\xa6\xf7\xe6\x4d\x16\xb6\xbb\xd4\xd0\xbc\x9b\x85\x6e\x9c\xac\x25\x3c\xf5\x2c\xe4\x86\x53\xba\xc4\x3b\xd6\x58\x49\x05\x37\x8a\x01\x6e\x05\x37\xca\x21\xed\x2e\x41\x2a\xe9\xf6\x2e\x5d\x75\x54\x86\xb2\x84\xa7\xa4\x6f\xa6\x74\x02\x4e\x87\x95\xf0\x22\x09\xb5\xd7\x33\x34\xcb\x00\x2d\x5a\x89\xb8\xcc\xce\x21\x01\x0e\xc7\xfe\x76\xf2\xde\x36\x89\x10\x71\xaa\xf4\xcc\x6c\xce\x37\xb4\x21\x33\x7a\x02\x2c\xb3\x2b\x74\x10\xdc\xe8\x3c\x70\x91\x83\xc6\x38\x6e\x72\xe8\xd9\x15\x67\x80\xa5\x2b\xcb\x00\x4b\xa7\xc7\x00\x4b\x57\xf7\x10\xa3\x00\x34\x70\x01\xa0\x47\x96\xf1\x52\x87\xfa\x4b\x86\xea\x59\xee\x71\x62\xc7\xb6\x1d\x03\x2c\x5d\x09\x58\xa3\xb2\xc4\xc9\xd1\x54\x45\x5c\x72\xc5\xf4\x2c\xb7\x39\x41\x62\xf5\x3d\x48\x74\x85\x9c\xda\x42\x8a\x3f\x88\x45\x80\x3b\xc1\xa2\x8b\x93\xa0\xcd\x63\x7f\x40\xf4\xa7\xd3\x7d\xca\x32\xa8\x73\x19\x6e\x28\x4f\xba\xf0\xa1\x0b\xc5\xc5\x7c\xbb\x1f\x5c\xce\xb7\x75\x76\x0e\x71\x7a\xbb\x00\xdb\x65\xb1\x25\x20\xbb\xbe\x0c\x10\x91\xad\x12\xac\xa9\x07\xdb\xfb\x2f\x8a\xe6\x88\x62\x50\xa6\x98\xb9\x89\x18\xb5\xef\xdb\x34\x9b\x32\x44\x22\x34\xd5\xeb\xca\xcd\x59\x50\x21\x37\x5a\x53\x3a\x32\x2a\x53\xe2\x27\x2a\x53\x1d\xaf\x2c\x61\x27\x95\xf2\x35\x7f\x33\x64\x53\x10\x0d\xd9\x74\xae\x49\xda\xbf\xb9\xeb\x6d\xa4\x8d\x9d\x13\x5a\xea\x36\x75\x3b\x0a\xea\x3f\x8e\x02\x40\x08\xde\x54\x42\x26\xbb\xb9\xd9\x5b\x4b\x79\x12\xef\x01\xfc\x71\x10\x00\xfb\x14\xca\xc0\xf0\x10\xdc\x25\x9d\x78\x88\xa5\xdb\x99\x16\x31\x0e\x6b\x97\xf2\x0c\x20\xb2\x7c\x32\x54\x5b\x72\x04\xbe\x27\x72\x57\xee\x46\x84\xe7\x26\x08\x42\x32\x7a\x75\x0b\xdd\x1e\x2b\xba\x9b\x80\x2d\xee\xa7\x60\xf3\x01\x71\x9c\x9b\xd3\xeb\xaf\x42\x2c\x2b\x4b\xfc\x8a\x62\x6e\x49\x5f\xa9\xb8\x5f\xe3\xc6\xda\x84\x68\xea\xaa\x21\x8a\xa6\x29\x97\x1c\xf3\xa4\x63\x85\x08\x8e\xba\x98\xb0\xa1\x98\xda\xdd\x83\xff\x85\xd4\xee\x43\x75\xbe\xbc\xa6\x5a\x91\xe5\xbe\xc4\xbb\x8a\xa6\x97\x78\x52\x51\xfc\xe2\x43\x13\x01\x2f\x31\xa4\xf2\x15\xb3\x0f\x0f\x19\xd4\x8b\xa1\xd6\xb5\xfe\x6a\xa8\xf5\x3d\x01\xa5\xce\xf9\x4b\x40\x29\x04\x57\xb9\x6b\x68\x30\xb7\x15\x83\x99\xbb\x7a\x3d\xb8\xe0\x09\x46\x57\x31\x99\xb9\xc3\x7b\x0f\x8b\x39\x2a\x0a\x59\x9a\x12\xe9\x3f\x4a\x5d\xa2\x59\x32\x58\x90\x0c\xf4\x89\x8c\xc1\xa5\x1e\x02\x64\x99\x8e\x61\xb7\x95\x3b\x8c\x8c\x5a\xa9\x44\x6d\x56\x0f\x5f\xd4\x60\xcf\x74\x10\x08\x6b\x85\xa3\x55\x6e\x3a\xd2\x8a\x43\x12\xa8\xa1\xf5\xbc\x06\x81\xf0\x5b\xd0\xd5\xad\x7f\x51\x66\x34\x41\x20\xac\x43\x44\x70\xf7\xdb\xa9\xc9\xcc\x4a\x04\x2c\x33\x9f\x15\x13\x58\xe5\xa6\xa8\x52\xbd\x43\x84\x43\xfb\xa5\x46\xad\x49\xb6\x65\x56\x3d\x8e\xa4\x16\xd3\xe6\x17\x12\x93\x94\x1a\x09\x54\x86\xc7\xd5\x48\x74\xad\xa3\x88\xc6\xb4\x8a\x27\x4c\x5c\x87\xdc\xdb\x44\xfb\xc5\x10\xe6\xba\x04\xb5\xac\x93\xa5\x26\x2d\xe9\x54\x4a\xc6\xcd\xda\x47\x22\x6e\x56\xe0\x49\xd6\x73\x68\x5b\xa8\x4b\x0c\xcb\xea\xd3\xd5\x4c\x39\x1e\xe7\xa8\x9e\x26\x76\x7f\x21\x7f\x7f\xf6\x04\x40\x4d\x1b\x2c\xa6\x23\x11\x01\xec\x0c\x78\x84\x58\x46\x6f\x92\xff\xc3\x2d\xaf\x2e\xb9\x2c\x6b\xde\xe6\xf2\x9d\xf5\x03\xf0\x66\x5d\xb7\xd2\x14\x06\xac\x63\xc3\x82\x05\x6b\x87\x2a\xd5\x2c\x9b\xf5\x07\x23\x93\xbb\x3f\x08\xa4\xf4\x86\xc8\x75\xa4\x2f\x13\x79\x94\x9a\x1d\x82\x13\x6e\x3c\xa8\xe6\x92\xaa\x59\xcb\xc3\x55\x5c\x3a\x90\xb5\xdf\xd4\xac\x09\x43\x14\x78\x7f\xdd\xfe\xa4\x78\xf7\x04\x6b\xaa\x2e\x49\x2c\x6b\x0a\xaa\xc5\xdc\xe7\x98\x40\xeb\x92\xbe\xb2\xb6\x8a\x5a\x36\xd4\x34\x5c\x06\x0e\x6b\x2b\x6d\xd4\x5a\x6b\xdf\x35\xc1\xd8\x8a\x01\x64\xd8\x40\x2a\x91\x2b\x41\x2f\xb4\xf7\x1f\xec\x90\xe8\x5a\x09\x63\x96\x94\xea\x36\x5f\xf2\x7d\x25\x8c\xb9\x5a\x26\x52\x19\x1d\xa1\x56\x0d\x82\x98\x4e\x6b\x25\x52\xb9\xda\x12\x60\x55\xdf\x13\x95\x88\x36\x54\x97\x9c\x96\x55\xa5\x6b\xbd\x79\x6f\xf9\xb1\x21\x10\x57\x77\xb8\x9b\xbf\xbc\xd4\x02\xd8\xb6\x21\x07\xf1\x8d\x08\x92\x6a\x59\xe3\x25\x6c\xbd\xb6\x6d\xbd\x64\x18\x0d\xca\x75\x86\xdb\x22\xd6\xbd\x96\x9b\x31\xd6\xae\xb4\x26\xe4\x74\xde\x44\xa8\x1f\x6f\xdb\x9f\x0f\x1a\x33\x8b\x5f\xe8\x83\x3e\xfc\x05\x78\x8b\x34\xc9\x41\xe2\xa0\x58\x4a\x3a\xb8\xe2\x21\x13\xef\x93\x08\x0a\xb2\xb5\x1b\x8a\x2d\x4d\x72\x96\x38\xe8\x4f\xaa\x7d\x47\x1d\xd0\x32\x59\x49\x3c\x9c\x53\xbb\x61\xd9\x52\x6e\xe7\x02\x42\x99\xc6\x4e\x5e\x2f\xb2\x3d\x43\xac\x1f\xb6\x76\x93\x1f\x67\x3f\x99\x44\x30\xd8\x2e\xe1\xe2\x4e\xfa\x10\x46\x80\x1f\x1e\xda\x75\x7e\x86\x60\xb9\xba\x06\xf9\x51\x9c\x1f\x8c\x65\xf1\xdb\x27\xdd\x68\x6f\xda\x25\x12\x27\x7e\x6b\xf8\xf4\xc1\x6f\x6e\x1f\x00\x92\x33\xc3\x71\x83\x3f\x3c\x3f\x87\x86\x5c\x49\x54\x92\xab\x44\x64\x70\x4e\x74\x2e\x4c\xaa\xef\xa1\x36\x6e\xe0\x28\x59\x54\x9e\x78\xe7\xe5\x14\x58\xc3\xa2\x21\x71\x15\x73\x58\xe4\xc4\x7a\xf1\x66\x8e\x98\xa5\x54\xd2\xc8\x45\xc3\x6c\x49\xcc\x57\x94\x08\xaa\x16\x31\x63\x62\xbd\xb2\xa3\xe9\x7e\xac\xd8\xc1\xa2\x06\xb5\x8a\x1d\x2c\x6a\x8d\xab\x4b\xa2\x2b\x75\xff\x50\xfc\x81\x2e\xf1\x30\x72\xab\x41\xa9\x57\xa3\x0c\x2a\xf6\x85\x1f\xfb\x87\x9b\x1f\xfc\xc0\x74\xa0\xce\xdd\x12\xe8\x8a\xa1\x1f\x5c\x04\x52\x8c\x02\xaa\x4b\x9e\x2b\xfa\xe2\xbd\x13\x24\x91\x6a\xa7\x78\x0d\x48\x0a\x32\x7f\x6f\xab\x0c\x72\xec\x25\xd2\x99\xdd\xaf\xd4\x25\xd2\x15\x43\x68\x2a\x57\x57\x1a\x60\x51\xb1\x65\x25\x6d\xde\xf5\x26\xec\xbe\x7d\x79\x6a\xa1\x62\xe7\x4a\xda\xab\xeb\x43\xba\x2a\x71\x4f\x1c\x6c\xd2\x3a\xee\x65\x23\xa9\xa0\x3b\x7a\xd9\x48\xf7\x50\x5a\x7d\xda\xb7\xfb\xb3\x4a\x5d\x12\x58\xdf\x75\x70\xb9\x01\x17\x32\xd7\x6e\x06\x5f\x97\xcd\x1b\x62\xc2\xe8\x38\x51\x23\x6e\xcc\xb1\x22\x29\x10\x03\xbb\x8f\xf5\x55\x62\x60\x8d\x9a\xe4\xe6\x92\x1d\xc9\x59\xa7\x4e\x0c\xdf\xe3\xb8\x10\x4b\x24\x5c\x09\xbb\x8e\x3c\x5d\xde\x3b\x49\xe4\x23\xca\xe6\xe6\xe9\x40\x84\xf4\xe5\xa9\xd7\xaa\xf0\x65\x7c\x3e\x69\x1b\x6b\x76\xad\xbc\x64\x32\x70\x41\xbc\x3b\x4d\x12\x65\x93\xa0\x29\xea\x98\x70\xbc\x49\x9c\xaf\xe6\xcc\x55\x6e\x87\xee\x58\xa6\xa8\x71\x3e\x58\xf7\x28\x57\xa9\x44\xdd\xce\xcd\x3b\x35\x83\xef\x31\xda\x80\x8e\xc6\x69\x60\x52\x82\x95\x76\xa8\x1e\x0e\xca\x68\x60\xac\xa4\xb6\xe4\x9e\xa1\x27\xaf\x05\x45\x0c\xdc\x90\x6d\x09\x3e\x66\x74\x2a\x24\x9b\xcc\x86\x34\xb4\xb0\x37\x1c\x5a\xda\x7e\x40\xf6\xab\xb6\x0f\xa7\xec\xcf\xb5\x86\x16\xbf\x99\x06\x9e\x26\x1e\xd6\x3c\x62\xf4\x6d\x91\x98\x5d\xd6\x67\x8b\x4b\x07\x61\x7d\xb4\x25\xd1\x0c\x8c\x8d\x2d\x1a\x35\xc1\xf0\x97\x3c\x63\x58\x25\x17\xbc\x90\x1b\xb7\x34\xd3\x7b\x0d\x6b\x2f\x09\x90\x15\xca\xad\x2f\xdc\x6b\x51\xbc\xf3\xa5\xec\x2a\x4b\xc4\x19\xd0\x6e\x4b\x24\x79\x71\x20\xba\xd7\x84\x0a\xa1\xa4\x0f\x41\x47\x28\x21\x9f\x73\x69\xd8\x8a\xba\x31\x0b\x5e\x11\xe3\x49\xef\xa6\x4f\x8d\x7d\xa5\x65\xb3\xa8\xc2\xb2\xf7\xd5\x31\x9a\xa6\xda\x4e\xd1\x65\x59\xb5\x1f\x81\xaa\x61\x11\xd2\x49\xd6\x08\xa7\x35\xf2\xb5\xe9\x56\xdb\xcd\x5e\xbc\xb7\x0e\x1e\xd7\xdd\x35\x9b\xe8\xae\x2f\xac\xc0\x8d\xf0\xe1\xe1\x81\x86\xec\x41\x06\xfc\xd2\x08\x03\xf2\xa4\x73\x23\xfb\x89\xae\x8d\xe6\x2d\xba\x49\x02\x31\xa9\x9f\xfa\x7d\x33\xf1\x29\xa7\xf7\x4b\xf3\x7e\x02\x43\x7b\xda\xbe\xf3\x12\xf8\xc8\x44\xe2\x91\x81\xf6\xed\x92\x4b\xca\xfb\x5a\x4b\xca\x4d\x1f\x1b\xc8\xac\x38\x5c\xa4\xf2\x7d\xa9\x25\xc8\xd8\x77\x5a\x02\xb8\xae\xb7\x62\x1d\x1c\x45\xc5\x0e\xf0\x5c\xb1\x95\x34\xbc\x6d\x99\xdd\xab\x71\xc5\x9d\x67\x0e\x1a\xde\x36\xee\x4e\x28\xad\xe1\x0c\xac\x5f\xa5\xab\x2c\x8d\xd4\x24\x9e\x22\x68\xcd\x3b\x38\x19\x76\xdb\xd6\x79\x1f\x80\xaa\x5a\xde\xf7\x86\x52\xf6\x76\x3f\x7b\x37\x67\x34\x4c\xac\x21\x1e\xe4\x2e\xec\x24\x1a\xf1\x7c\x41\x43\x22\x50\xce\x69\xdd\x4b\x33\xc1\x4d\xf7\x5a\x2d\x31\xe8\xd5\x34\x86\x43\xb6\xae\x6b\x84\xfe\xc8\x3b\x66\x68\x42\xeb\x7b\xb9\x31\x5c\x0e\xb5\x18\x04\xd1\xc6\xbe\xb0\x00\x68\xf5\x91\x21\xeb\xb7\x61\x9a\x2c\xcb\x85\x83\x53\xb4\xe4\xf1\x15\xe1\xc0\x29\x66\x94\x46\x23\xd4\xc8\x20\x8b\x46\x8e\x10\x23\x3d\x1a\xe1\xb6\x86\x6f\x34\x8f\xb5\x18\x15\xd1\xd6\x86\x5f\x0d\xba\xf0\x3a\x24\x85\xcc\x66\x86\x5c\xa3\x8e\xdb\x29\xc7\xa6\x37\x9d\x65\x6c\x12\xed\x24\xf2\xdc\xb5\x89\xab\xcc\x48\x8f\x66\xb6\xd2\xb6\x1f\xcc\x97\x85\xd8\xd5\xf6\xa5\x96\x94\xd9\xab\xc7\x5e\x9c\x97\x69\x9a\x5d\xf3\x17\x6e\x37\x59\xe8\x85\x11\xdc\xfe\x2e\x4c\xff\x02\xb8\xf6\xea\x16\xc5\xd2\x85\x6d\x5d\xb2\xc6\x2d\x55\x72\xb7\x21\x32\x03\x38\x11\x5c\x6b\x18\x9d\x46\x33\x72\xba\x8d\x34\xee\x35\x8c\x8e\xee\xc6\xde\xcf\xfe\xd0\x6e\x3c\x22\xfb\x3d\x29\x0c\xec\xcd\x3b\x59\x8c\xe6\x6e\x37\xe0\xb9\x40\x6e\x6c\xff\xa8\x18\x6d\x5f\xbf\xe7\xe0\x3c\xde\xe2\xa8\x6f\x41\xb2\x55\xb1\xe1\x07\x44\x41\x3b\xbb\x9c\x68\x89\xd6\x7f\xf0\x3a\x20\x76\xb5\x07\x47\x83\xf5\x1f\x5c\x25\xd5\x3a\xde\xbf\x84\x3c\xd8\x9e\x9b\x70\x6a\x3a\xd8\x89\xba\x5d\x83\x1e\x7d\xdd\x1c\x8c\x68\xa2\x2a\x93\x5c\xfb\x74\xf4\x80\x4a\x9b\x44\xff\xed\xf7\xd8\x83\x9d\xde\x99\x78\x4f\x43\x13\x7b\xb0\xcb\x8c\x84\x69\xdd\xdd\xcb\xcb\xc6\x94\xb6\x1b\xce\xab\xbe\x1b\x25\x20\x52\x16\x49\xf0\x50\x77\x1b\x9c\x84\xa6\x4a\xdd\x84\x0f\x29\x5a\xb4\xb9\x73\x9f\x83\x8c\x97\xd0\x44\x79\x21\x0e\x2b\x03\xd5\xb8\x6b\x6b\xe7\xea\x68\x38\xac\x36\xa9\x93\x26\x64\x53\x34\x11\x45\x1e\x63\x6a\x6f\xe5\xbd\x6d\x62\x32\xdf\x6d\x76\xde\x5b\x87\x3d\xda\x49\xc3\xf1\x45\x56\xc6\xc2\xed\x5d\xcd\xe0\xa6\xf6\x3a\x00\xfb\x72\x00\x0c\x6c\xc7\x1d\xf1\x31\xc9\x95\x9b\xeb\xad\x1f\x02\x1d\x29\x73\xe3\x65\xfc\xf2\x64\x7d\x3f\x8c\x03\x1a\xb6\xc0\x90\x58\xb0\xfd\xc0\x0b\x10\x2c\xe3\x05\x60\x67\xee\x88\x1d\x9a\x1f\xfb\xe1\x90\x2a\x65\x5c\x64\x50\x74\x3f\x18\x12\xa0\x93\xf1\xd9\xcc\x7d\xa5\xe3\x22\x53\xf4\xec\x07\x43\xda\xa3\x70\x4e\xa8\x13\x9c\x06\xfa\xe2\xd2\x9d\x22\xfe\x3a\xb9\x46\x8d\x17\xeb\x78\xbc\x86\x9b\x18\x17\x9b\x75\x8f\x08\xf4\x25\x82\xf4\x0c\x35\xf4\x80\x90\xb3\x5b\x7a\xb8\x77\xd8\x3a\xd8\xc0\x21\xb1\xee\xa9\x1e\x9d\x39\x5c\x8a\x96\xb4\x06\xf6\x18\x28\xd3\x90\x66\x18\x25\xb5\x1e\x13\x5f\x33\x4e\xef\xbb\xde\x1f\x4b\x02\x8c\x39\x6e\x02\x05\xee\xd8\xf8\x21\x53\xee\x94\x7d\x2f\xd8\x36\x8a\x01\x7a\xd7\x17\x6c\x1b\xc2\xdf\xe0\x84\x44\xc0\x8e\x76\x8c\xa5\x1c\xce\xd0\x93\x0b\x97\xa1\x25\x80\x93\x04\xbc\x76\x1b\x5a\xea\x5c\x2f\x5e\xfd\x36\x61\x1d\x87\xb6\xc9\xc0\xdd\xb3\x93\x99\x80\xcd\x09\x49\xc0\x26\xde\xbd\x0a\xcf\x03\x12\x3d\x81\xdf\x5d\xc6\x9c\xeb\x88\x13\x0e\x10\x67\xd6\x7b\x4c\xd5\x8d\xba\xf9\xc7\x8d\x68\xee\xd9\x8b\xa5\xd8\x7e\x7a\x16\x17\x8c\x8d\x93\xb6\xc6\x59\xf5\x8c\x1d\x16\xfe\xd9\x33\x59\x0a\x60\xca\x3d\x63\x87\x85\xf9\xf6\x6c\xd7\xbe\xe7\xd4\x97\xf8\x5d\x72\xce\x50\x27\xef\x45\x33\xac\x65\xf2\x7c\x56\xcb\x9c\xf1\x90\x68\x0b\x47\x08\x04\xae\x14\xda\xb1\x8c\x39\x1c\xe6\xd9\x0b\x36\x59\x78\x44\x2f\xc2\xe9\xb7\xc2\xc9\x58\x96\x54\x34\x8c\x25\xeb\x64\x73\xeb\x6d\x7f\x2c\xa0\x00\x5d\x30\x79\x17\x2b\xe9\x68\x74\xb9\x54\xa1\xe3\x87\x0a\x74\x12\x6d\x55\x1a\xf7\xbd\xd0\x81\x95\xaa\x81\xde\xf2\x50\x57\xf0\x01\x74\xc1\xc3\xfb\x4e\x39\xe2\x2c\x54\x8e\xf6\x54\xcb\xe0\xc8\xe5\xc2\xc9\x5c\x35\x9e\x6e\xe6\x36\xcd\x72\xbd\x19\x43\x80\x4b\xb9\x37\x6c\xb2\xc3\x5a\x05\xe1\xdf\xaf\x49\x46\x20\x85\x61\x34\x39\x84\x89\x43\x45\x3a\x4e\xfb\x12\x8f\x86\xdc\xb0\x37\x2c\xa3\xec\x1e\x7d\x89\x47\x59\xf7\x46\x5f\xe2\xd1\x3e\x0b\xd8\x1b\x66\x5b\x0c\x21\x9d\x63\xbd\xda\xf6\x7a\xc7\x5e\x8c\x4d\xa4\x77\xac\xb6\xe3\x4b\xe5\xb4\x2f\x29\xca\xdb\x2c\x4a\xef\x02\xce\xe8\x3a\x80\x77\xcb\x18\x4f\x87\x75\x38\x96\x39\xec\x44\x0b\xb8\xef\x4f\xbe\x05\x7d\x9d\x13\x25\x98\x6d\x7a\x9f\x94\x7d\xff\x32\x50\xde\x0f\x8e\x1e\x60\x1d\xec\x03\xc0\x5d\xaa\xc3\x44\xd3\x8e\x74\x08\x9c\x3f\x64\x3e\x06\xc3\xc3\xcb\x70\x85\x74\x00\x11\x46\xe6\x3e\xb4\xf2\xa0\xe8\xf4\x9d\xf4\xd5\x49\x19\x9c\x1a\x15\x39\xc3\x44\x87\xbb\x2d\x0c\x90\xfb\x73\x6c\xa8\x02\x85\x04\x76\x28\x57\x77\x44\xb0\x43\xb1\xb5\x23\x76\x1d\x4a\xdf\x9d\x3b\xbe\x0e\x65\xf7\x7e\x62\xe8\x75\xe0\x1e\x40\xde\x24\x78\x9a\x9f\xc0\x2f\xb0\xf3\x0a\xd5\xbe\xc2\x4a\x74\x7a\x50\x6a\xf3\x50\x4f\x4a\xa9\x07\x90\xc4\x3f\x6b\xb2\xec\xa7\xd9\x18\x45\x8a\x9e\x35\x43\x3c\xfa\xb5\x81\xa4\xfb\x0b\x23\xa9\xf3\x87\xc1\xa5\x67\x27\xe1\x32\x49\x8f\x0b\xfd\x32\x0e\xd1\x4d\xe2\xf2\x3e\x7c\xd9\xc1\xa5\x6e\x9a\x6c\x79\x1b\x1e\xfd\x65\x62\x20\xf4\x93\xd7\x5a\x0c\xe6\xc6\xd6\xd8\x2c\x6b\x6b\x44\x9d\xea\x37\xc6\x50\x24\xb6\x7e\x6b\x0c\x25\x9e\xa7\x2f\x29\xcd\x54\x7e\xa5\xdf\x86\x47\xca\xc8\x6f\x03\x39\x65\xa2\x46\x10\x75\xb4\x94\x7e\x63\xa0\x93\x43\xdc\xdb\x8a\xc8\x0f\x8f\x19\xd7\x9d\x15\xac\x2c\x1e\xd4\xed\xcf\xb6\x22\xf2\xc9\x93\xf8\x01\x4c\x3c\x1a\x11\x45\xcb\xa3\x11\x11\xb0\x1e\x8d\x88\x12\xe4\x43\x22\x6d\xf7\x85\x67\x50\xb6\x0b\xad\x68\x32\x86\x47\x2b\x9a\xcc\xdd\xeb\xf2\x0c\x2d\xf0\x62\x85\xb8\xf7\x1b\x63\xc5\x8d\x15\xe8\x84\x87\x67\xc1\x9a\xdb\x56\x06\xc0\x53\x5b\x19\x60\x71\x8b\x40\x4a\x62\x9e\x3b\xdb\x52\x12\x45\x93\x64\xd2\x72\xc1\xb9\x54\x0a\x51\x8a\x4c\x27\x71\x4c\x35\x5a\xca\x58\x5e\x76\x8e\xa7\xee\x55\x39\xcd\x6f\xbd\x1a\x2c\xe3\x11\xe8\x24\xbf\xdd\x92\x8b\xd7\xa4\x1a\x91\xd2\xf1\x63\x69\xb9\xe9\x2f\x7c\xc9\x9d\x65\x49\x5a\x63\x0b\x57\xef\xa6\xcc\x05\xeb\x38\xd4\xd4\xa0\xac\x71\x78\xef\x7a\xa0\xec\x49\x6b\x6c\x51\xe3\xd8\xb7\x69\x37\x1e\x2a\xda\xb5\xb5\xbc\x98\x3f\xd9\xd6\xb9\xef\x89\x2f\x83\xb3\xcc\x9e\xcc\x1e\xa4\x64\x57\x4c\x1d\x06\x10\x61\xc9\x1b\x06\x10\xb5\xaf\x2e\xd8\x2e\xfb\xce\x0a\xb3\x93\x0c\x04\xa9\xe8\xa6\xcf\x95\xaa\xc5\x03\x2d\x83\x63\x61\x58\xc8\x46\x58\x72\x41\xb0\x06\x46\xb9\x6c\x59\x9d\x16\x58\x83\x17\xb7\x1c\xfe\x80\xe8\x64\x90\xce\x88\x8a\xf6\x80\xbe\xc4\xa5\xbc\x3b\x5e\x12\x52\xf6\xd8\x3a\x77\x65\xe4\x63\xd7\x27\x19\x26\x98\x59\x72\x10\x59\xff\x0a\x17\x68\xa8\xcd\x8d\xc8\x31\x09\x2b\x98\x51\xdb\xf6\x38\x25\x01\x30\xc8\x43\xec\xac\x5c\xaf\x51\xcd\x7d\x32\x52\x58\xaf\x69\x2e\xa9\x4e\xa2\x76\x0f\xaf\x30\xdd\xc3\xe6\xb0\x96\x2e\xee\xb1\x6d\x3a\x7c\x61\x26\x11\xe7\x15\xc9\x45\x31\x91\xeb\x37\x6a\x86\xad\x0c\xbc\x44\xca\x6d\x83\x63\x57\x5c\xcf\x5c\xc6\x3e\x5f\x05\xf4\xd8\x5b\xf4\x25\x8e\x22\x75\xf2\xad\x97\x96\x3b\x93\xc5\xfc\x24\xb4\x5f\xec\x0b\xbc\x7a\x5b\x20\x92\xc1\x20\xd9\x59\xd8\xdf\x2a\x3c\x53\xae\x4a\xaa\xb4\x53\x89\x94\x90\xb2\xaa\x62\xbf\x75\x8a\xf6\x29\x1a\xad\x08\x34\xcd\x4a\x6c\xd5\x62\x0e\xcf\xcc\xb1\xeb\xb8\x55\x5b\xe6\x08\x2f\x5b\xf8\xa8\xf2\x44\xea\xe3\x7f\x89\xb2\x92\x61\x38\xf3\x06\x0f\xf1\x21\x91\xa2\xb4\x8c\x66\xa6\x7c\x8a\x79\xcd\x07\x98\x68\x5a\x14\x45\x51\x83\xdc\x2c\x92\x93\xd6\xd1\x70\x52\x19\x3d\x72\x2c\x91\x82\x0b\xe2\xcb\x68\x9e\xe2\x05\xb4\xe6\xdc\x31\x47\x4b\x8a\x18\x1b\x18\xce\xea\x1f\x96\xc9\xe3\x21\xf5\x60\x61\x51\x90\x1f\x08\x11\xb0\xd7\x81\x0c\x51\xac\xb1\x44\x2e\x6c\x25\xa3\xaf\x7d\x18\xeb\xec\x20\x8d\xab\xca\x80\xf7\xa5\x14\x7d\x12\x5e\x0e\xec\xf9\x98\x81\xa1\xc5\x93\x5e\xc3\x0c\xef\xd2\x74\x37\x8b\x3d\xb8\x18\xd2\x14\x48\x42\x00\xf0\x94\xfa\xd0\xb9\x02\x27\x1c\x43\xd7\x86\xc4\x80\x00\xe0\x49\xc7\x81\xfd\xc5\xd0\xbc\x31\xcc\xde\x4f\x67\xc8\x02\x01\x41\x7a\x78\x33\x39\x77\xf3\x97\xc1\xf6\x6f\x24\xf6\xc0\xaf\x12\x36\x14\x78\x16\x14\xe2\xc6\x29\x48\xe0\xca\x0c\xf0\xb6\x74\x6a\x02\x04\xbc\x53\xf0\xac\xcf\x66\xe2\xfa\x42\x26\x30\x40\x74\x9c\x32\x35\x20\x3d\x81\x74\xd7\x67\xbb\x73\xc8\xa7\x97\x79\xee\x8f\xb5\x87\xf8\x83\x37\x83\x7e\xe9\x6c\x1d\xfb\x16\x75\x57\x0d\x69\x4a\xb4\xba\x0c\x92\xc2\x9a\x53\x61\x60\xe4\x51\x53\x1a\x17\x21\xf4\xc8\x8d\x03\x13\x4f\x46\x83\x18\xc4\x28\x9b\x16\x60\x5c\xdb\xfa\x08\xec\xde\xa2\xd9\x9d\x5f\xef\x8e\x93\x32\x89\x43\xce\x2e\x1b\x25\x08\x39\x8b\x07\xb7\x25\xe4\x0b\x43\x1f\x5b\xcc\xd8\xf6\x1e\x7b\x7e\x4d\x4d\xcb\x0f\x9c\xe8\xd6\x6a\x37\xc8\x1c\xeb\xd1\xf0\x41\xf0\xb1\x07\x6f\x86\xf6\x1e\xd5\xec\x81\x2f\x47\x45\x6b\x20\x56\xb8\x19\x0f\x52\xc7\xe6\xee\xc7\x18\x4d\x11\x51\x87\x29\x4f\xbe\x7d\xec\x05\x6f\x56\xf2\xf6\x31\x2b\x09\x36\xe0\x19\xa0\x1c\x85\x88\x73\x00\xe2\x82\xf8\xe4\x8c\x04\x34\x3c\x88\x26\xe7\xf5\x82\x1d\xdb\x47\xea\x50\x45\x1d\x5e\xc9\x8a\x08\x31\x1e\xd9\x18\x08\x26\x9c\xd9\x23\xe9\xe3\xd9\xb7\xa1\x52\xde\x80\xfa\x01\xb1\xeb\x08\x72\x83\xd4\xb1\x1a\x04\xbc\x25\xbb\xed\x8f\xdd\x09\xed\x6c\x52\xe6\x5b\x12\x9f\x18\xe1\x3f\x70\xfb\xec\xcd\x6b\xee\x38\x57\xca\x6c\xf9\x0e\x7e\xba\x1d\x83\x14\x2c\x48\x6a\x13\x63\x0a\x9c\x75\x30\x6b\x4a\x45\x53\xd8\x80\xc7\xdb\xe2\x14\x3d\xb8\x9b\x3b\x86\xdd\x10\xc0\xb9\x26\xa7\xc0\xf9\xde\xfb\xe9\x44\x23\xf2\x49\x31\x73\xd3\x78\x05\x95\x2e\x96\xac\x52\xb5\x57\x8d\x97\xed\x40\x9c\x2a\xa9\xb8\xae\x48\xd3\xdf\x25\x04\x33\xae\x38\x67\x78\x95\x34\x57\x79\x41\x78\xd1\xd7\x31\x5e\x11\xec\x26\xc6\x21\x74\xad\x29\xfb\xe6\x70\x39\x00\xc7\xd0\xb5\x15\x8d\x97\x31\x48\x5e\x2f\x63\xd8\xdf\x1a\xc2\xbd\xca\x27\x19\xfb\x65\xe3\xde\x33\xae\x8a\x76\xee\xeb\x07\x59\xdd\xfb\xce\xf1\x6e\x19\x73\xd0\xf0\x63\x76\xc9\xfd\x5e\xb3\xe9\xb0\x25\x30\x09\x44\x27\x21\xd3\xc5\x70\x76\xae\x94\x6a\x26\xb2\x3a\xcd\x50\x0b\x2d\x9c\xc1\x5b\xac\x30\x0e\x9c\x01\x5b\xa9\xcd\x92\x96\x56\x0c\x9f\x41\x4b\xee\xa0\x8c\xa9\x94\xc9\x3d\x4d\x4b\x0b\x15\x9e\x41\xab\x6e\xa7\xec\x9d\x71\x60\xef\x0c\x98\x50\xf7\x07\x4e\xb4\x8d\x22\x83\x75\xeb\x20\x83\x09\x1d\x82\x0f\x39\xe3\xcb\x19\xcd\x4e\xc0\xfa\x3a\x4d\x46\xdb\xbf\x54\x52\xbd\x07\xab\xea\xb0\x3b\x4d\x5b\x2b\x6e\xbd\xed\xbe\xc3\x52\x4f\xf3\xd3\x42\xb1\x5e\xcd\x5e\x0c\xc6\x3f\xa3\x17\x19\x8a\x9f\x68\x0e\x3d\x7f\x31\xcb\xac\xa0\x11\x38\x6d\x34\xfe\x99\xb0\xe6\x41\x51\xa7\x06\x20\xa7\x2f\x61\xcd\x4b\x96\xb1\xa4\xb2\x29\x9e\xe4\x9b\xad\xfb\x5b\x6f\x63\xce\x7e\x8c\xd9\x0e\x06\x77\x66\x04\x40\x3f\x36\x58\x9a\x95\x79\x66\xac\xa7\xd5\x32\xd6\x53\x3b\x23\x25\x9b\xc7\x23\xce\xec\xcd\xf7\xc1\x1f\x84\x8e\x81\x66\x6c\x8d\xc5\x4a\x40\x87\x1b\xee\x24\x43\xad\x14\x7e\x12\x1a\x5d\x05\x28\x23\x22\x15\xdb\xc1\xbe\x88\x24\x71\x12\x02\x6d\xe4\xfb\x49\x08\x74\x47\x0f\xe4\xf2\xfa\xc6\xed\x90\xe5\x2c\x02\x47\x9b\x06\xde\x78\x18\xf3\x2c\xa2\xce\x1f\xb0\xed\x4a\xa3\x64\xa8\xed\xec\xfd\x67\x11\x75\x8c\xb2\x78\x2f\x2a\x82\xcb\x89\x00\x57\x77\xcf\x58\x42\xb3\x3d\x03\x69\xb5\x51\x13\x27\x58\x1f\x94\x26\x1b\xc5\x52\x2f\x26\x3c\x37\xef\x9c\x55\x2f\xc7\x73\x11\x28\xf1\x25\xcb\xfa\x17\x9d\x84\x2a\x82\x19\x02\xc1\xd4\x5d\x1c\x55\xf1\xeb\x7b\x33\x3c\x58\xf6\x3a\x0f\x89\xb7\x3a\xfd\xb6\xea\x10\x00\x89\x20\xeb\x3c\x82\x0f\x8c\x41\xf2\x24\x53\x4d\xdf\x60\x78\x71\x9d\x0b\x90\x44\xb6\x5d\x64\xec\x5b\xfd\x50\x70\x4e\xd2\xd3\x28\xa3\x9d\x0d\x53\xa0\x58\x32\xc9\x9b\x31\x27\x67\x3b\xf9\xc1\x32\xa6\x47\xa9\xad\x61\x23\x75\x40\xc6\x64\x3b\xd1\xcd\xcb\xd5\xaa\x1f\xbc\xf4\x00\x18\x7d\x2f\x4d\xba\xeb\x9a\x95\xad\x45\x62\x5b\x8f\x00\x9e\x9d\x80\x62\x67\x82\x60\x9b\xa2\x70\x73\x76\x2f\x14\x1f\x7e\x01\x50\x52\x4d\x17\x28\x00\x31\xe6\xda\x35\xd3\x5d\x1a\xe0\x86\x38\x6b\xfd\x96\x27\x96\x21\xe5\xb6\x93\x0c\x73\x75\xd8\xf5\x92\x0c\x93\x16\xcd\x93\x38\x6b\x1d\x97\x27\x49\x6d\x3d\xe0\x76\x1a\x67\xed\x94\x0e\x4f\xdc\x8b\x82\xe1\x2a\x06\x7f\xc3\x7c\x47\x2e\x1a\xa2\xae\x35\x25\x9d\xe3\xa2\x07\x40\x1a\x82\xca\x70\x86\xf8\xb3\x0e\x36\x66\xa7\x71\x00\xb6\xf3\x6e\x46\x00\x0f\x5b\x9d\xa7\x57\x79\xcb\x71\x88\xcd\xce\xe9\x4b\x7d\xd4\x7b\xfc\x86\xea\xdf\x79\x3a\x12\xcb\xd8\xa3\x25\x73\xa2\xb5\xb5\x4d\x9e\x27\x36\x68\x51\x78\x7a\x1d\xaf\x40\x9a\x2c\x60\x53\xe4\x29\x25\xf8\x05\xd0\xbb\x22\x4f\xa1\xe7\xbd\x59\xee\x5c\x3c\x97\x16\x4f\x1a\x22\x42\x7b\x8f\x83\x08\x6d\x23\x2b\xb8\x65\xd0\xdb\x94\xcb\x79\x61\x77\x65\x5b\x3e\xc9\xb1\xab\x58\x7b\x5e\x64\x0f\x93\x32\xc9\xb1\xab\x7f\xf1\xbc\xb0\x10\x3b\x32\xf2\xed\xea\x5d\x3f\x2f\x2c\xc4\xce\xe3\x85\x25\x5b\x5a\xbc\xb0\xcc\x36\xeb\x60\x20\x76\x05\x12\xd9\x6d\xa4\xc1\x79\x0b\x3f\x75\x6e\xac\xda\xc8\x15\xe7\x0d\xfc\xae\x33\x93\xe4\x29\x18\x9e\x44\x76\xeb\x75\x3c\x6f\x81\xb6\x6c\xca\x33\x80\x30\xca\x5b\x04\x19\xe5\xdd\x7c\x0f\xd0\x92\x00\x81\xdc\x86\x1c\x9c\xb7\x40\xdb\x0e\x56\x6d\x69\xcf\x0b\x7b\xb5\xbf\x9d\xb7\xbe\x6d\x0c\xcd\x5e\xc9\x38\x54\x2e\x4f\xd3\xe2\x19\xff\x74\x12\xa8\xad\x4f\xe8\x7c\x88\x2c\x41\x42\x39\x9f\x86\x36\xca\x80\x1e\xa2\x4c\x90\x4a\x4e\xc2\xb4\xfb\xae\xb3\xe0\xd3\x7f\x79\x12\xa6\xad\xc4\x75\x2e\x91\x71\xe8\x22\x3b\x09\x19\xea\xbb\x1d\x8c\x38\xc1\xbe\xb0\xd1\x22\xf5\x9c\x04\x0d\x29\x4a\x9e\x4b\x7c\xcc\x06\x15\x9e\x44\x6c\x2b\x4a\x9e\x13\x13\xed\xae\xef\xc5\xd1\x52\xc5\x74\x00\x20\x69\x32\x00\x45\x23\xd2\xf0\x2a\x4a\x9d\x53\x35\xdb\xfa\x00\x2d\x2b\x9a\x02\x6d\xa3\x00\xbd\xbf\x15\x68\xbf\xd5\xf2\x04\x40\x46\x75\xab\x89\x9e\x58\xb7\xb2\x16\xbb\x93\x44\xbc\x5a\x10\x4e\x52\x15\x1d\xba\x72\x4e\x13\xf1\x2a\x63\x99\x88\x57\xdb\xc2\xf9\x7a\x85\xce\xfe\xc4\x7b\xbb\x1c\x36\x52\xe3\xa1\xda\x73\xee\xc8\x24\xb7\x27\x73\xf4\xca\xfa\x4c\xcb\xab\xaf\xed\xc4\x11\x59\x34\x3b\x9f\xdb\x3e\xc6\xbc\x5c\x87\xc6\x5a\x26\xe0\x3a\xbc\x41\x8f\x41\x5e\xe6\xe2\x55\x43\xba\x0e\xcd\xcb\xa0\xeb\x3a\x04\x2d\xda\x40\xa7\x4f\xbf\xd7\xa4\x9c\x29\x0b\x4b\xa5\x8c\xd1\x1b\x13\xe3\x75\xec\x5c\x2c\xf6\x21\x28\x4c\x9b\x17\x7e\x06\x5d\x4e\x97\xb7\x94\x9b\x7d\xf5\xda\x59\x7a\x59\xaa\x57\x30\xf5\x4f\xf6\x17\xaf\x9a\x14\xae\xa0\x4d\x17\xae\x7b\xed\xbc\xbc\x5f\xb3\x3b\xef\x16\x0d\xdc\x13\x56\xae\x9d\xb5\x17\xc9\xe7\xda\x51\x52\x10\xd2\x15\xc8\xf1\xc8\xf2\xbf\x82\x41\xaf\xd9\x4f\x5e\xf3\x03\xd1\x6d\xdc\x83\xa0\x5a\x34\x0d\x07\x6c\xe8\x22\x28\x3c\x68\x8e\xbd\x96\x24\x59\x4c\x2f\x77\x99\xcf\xd7\xa3\x75\x97\xf9\x7c\x3d\x59\x75\x21\x56\x06\x4d\x9f\x57\xd4\x30\x9d\x7d\x20\xb9\x6f\xf5\x13\x2f\xdd\x4d\x76\x79\xfb\x89\xc0\x3c\x1a\x90\xed\x7f\xfa\x0b\x30\x93\x21\x21\x18\xdf\x74\x25\x83\x4a\xa9\x85\x21\x2e\x68\x1a\xbe\x88\x24\xd7\x36\x76\x25\xed\xcf\x7e\xb0\xe3\x43\x79\x58\xe2\x64\xa9\xa2\x22\x7b\xb5\xab\xa0\x70\xc9\x61\x65\xab\xbb\xb4\xd0\x99\xce\xf1\xca\x3b\xf0\xd2\x5f\xd0\xef\x3c\x6c\x75\xe5\x9d\x36\x8e\xd1\x13\xf0\x9d\x34\x61\x5e\x84\x54\x65\x4f\x92\x5c\xd9\xec\xc2\xc9\x87\x7d\x31\x10\x78\xcd\x72\x35\xd6\xd3\x85\xd9\xce\x2f\x96\x98\xd8\xa4\xf8\x25\x24\xca\x70\x2e\x6f\x85\x82\xb9\x5d\xf8\x02\x3d\x93\x76\x15\x6d\x45\xd6\xf1\x96\x69\x5a\x31\x56\x4a\xd2\xad\x5e\xea\x0c\x9e\x8d\x9b\x82\x41\x5f\xe6\x2f\x40\x4f\xbe\x88\xa1\xda\xf7\x01\x5c\xdf\xd2\x0b\xd2\x6a\xd5\x41\xe4\x0f\xe8\x31\xc3\x96\x08\x05\xd9\x5f\x1b\xf9\x5f\xed\x0e\x29\x05\xb3\x07\x77\xd9\xc6\x3d\xb0\x86\xf3\x3b\xf8\x5e\x01\x9e\x86\x5a\xe2\xbd\xe5\x6d\x1e\x65\x6c\x7a\x05\xa3\x3f\x28\x99\x38\xe8\x25\xe5\x8d\xbe\x7f\xc0\x4f\xc4\x16\x7b\x35\x49\x0d\x50\x09\xab\x0e\x1e\x26\xbc\x0c\xab\xae\xc5\x5f\x1e\x26\x9b\xc1\x2d\x69\xae\xa8\xca\x5f\x04\x55\xfb\x9a\xf4\x04\x7b\x65\xf4\x9d\xb6\x96\x6f\x91\xeb\xe4\x26\xdc\xce\xb4\xd7\x55\x5f\x9c\xdb\xd1\xe0\xe1\x73\xf0\x04\x52\x79\x28\xf9\xea\xce\x99\x55\xb0\xe9\xb9\xf6\xbb\x0e\x19\xa8\x88\x38\xaa\xae\x04\x79\x91\xbf\x49\x37\x15\x77\xf8\x56\xee\x5f\x2e\x97\x77\x2d\xa1\xcb\x79\x9d\x6f\x1f\x0e\x78\xec\x3c\x33\x94\xbb\x17\x89\x53\x1e\x5e\xe9\x4d\xd9\x0b\xd3\xed\xc0\xcb\xc6\x6d\x14\x0d\x4f\xb6\x32\xbc\xd7\xda\x46\x8d\x9d\x92\x35\x1a\x3b\xe5\xe4\x9f\xea\x32\x34\x84\xed\x4e\x87\xed\x65\x9a\x01\xd9\xea\xa9\x96\x4c\x07\x27\x51\x5e\x76\xac\x07\xaf\xd5\xf4\x25\xbb\x23\xc1\x30\x57\xa8\x97\xeb\x24\x00\xca\x71\x9f\x1c\x09\x97\x57\x5c\xa8\xca\x42\xc2\x3d\x91\xe6\x00\xbe\x2e\xa2\x8d\x64\xe4\x4b\xdc\x8a\x5e\xe7\x72\x5d\x1c\xcc\x16\xda\xcb\x1b\x83\xdd\x37\x96\xbc\x15\xcd\x8f\x77\x2d\x79\x2b\x7a\xc5\xca\x75\x11\x6b\x24\x2d\xdc\xe8\x1d\xd5\x32\x2a\x9f\x93\x45\xb0\x95\xd1\xd6\xd7\xbd\xcf\x82\xfa\x40\xb0\x91\xb3\x78\x13\x2e\xe1\xb4\x93\x70\x78\x73\xa2\x9b\x70\x1e\x57\xde\x8d\x16\x20\xf9\xdc\x68\x01\x32\x5e\xe4\x24\x43\x04\xae\x1b\xd1\x5a\x86\x7a\x23\x9c\xda\xd7\x83\xf9\x9e\xbd\xf6\x7a\x30\xdf\x4b\x91\x8f\x4a\x80\x75\x5c\x6b\xf4\x4b\x1a\x61\x63\x0c\x2f\x6e\x5d\xaf\xb5\xf8\x03\xc2\x9d\x80\x7a\xca\xcd\x43\x6b\xd7\xb3\xe3\x89\x41\xfc\x83\x7f\xdd\xa5\xb3\x44\xa0\xac\x4f\xf4\x52\x04\xf2\xbd\x22\x90\x9c\x78\xe2\xc0\x71\x65\x73\x29\x81\x26\xaa\x6b\xe2\xcc\x91\x6b\x4d\x44\xb5\xfd\x5e\x51\x8d\xbe\x90\x7a\x74\xd3\x5e\x64\x75\x32\x7e\xf2\x5a\x52\x8f\x37\xe9\x97\x6b\x49\x3d\x59\x0f\xf5\xb5\x24\x9d\xac\x5b\xf8\xd2\xa7\x67\x8a\xc5\x8b\x04\x8d\xba\x4d\x2e\xaf\x69\xf7\xa8\xdd\xf5\x1a\xf9\xef\x0f\x04\xd8\xcb\x6a\x5e\xac\xa1\x74\xcc\x89\x35\x51\xfd\xea\xa5\x82\xf9\xdf\xdb\x72\xd5\x29\x63\x1d\x81\x59\x72\x3d\x76\x34\xff\xdc\xed\xa1\x33\x6d\xfd\x5c\x95\x1d\x6d\xff\x36\xc6\x1a\xae\x73\x1b\x63\x9d\x6d\x08\x0d\x04\x4a\xbb\x0f\xbc\x87\xc9\x86\x70\x9b\x74\xbf\x35\xb9\xca\x2a\x9a\x99\x38\x5a\x5e\x84\x89\xc8\x76\x7b\xf7\xa4\x2d\x86\x3d\x5c\x9a\x0c\x9a\x87\xaa\xbf\xe8\x94\x00\x06\x52\x19\xef\x3a\x30\x0b\x84\x97\x3b\xec\x2c\x14\xd6\x57\x1f\xee\x7e\x80\x4a\xc1\xf2\xb8\xa3\x31\x3a\x70\xb9\x9b\x64\x8c\x50\xfe\x6d\x92\x00\xd5\xca\x3b\xb2\xbf\x81\xa1\x68\xfa\x48\x5f\xe3\x87\x60\x09\xdd\x26\x54\xda\x6d\xca\x38\x29\xaf\xdd\xbf\x1b\xfd\x7a\x93\x7c\xd1\x20\x93\x9b\x80\x6b\x9d\x27\x77\xe2\x04\x0b\x94\x7f\x73\x33\xb2\x4d\x7a\x33\xb2\xc5\x73\x01\x60\x05\x32\xcb\x8b\xfd\x25\x29\xf4\xdd\xde\x96\x3f\x28\x6f\x8f\xf9\x2a\x93\xab\x38\xc3\x8f\xb8\xa1\xbc\x66\x67\x9a\xed\x7f\x29\x9e\x5f\x30\xb4\xdb\xe3\xf7\xdc\x87\x5b\xee\x6c\x46\x59\x76\x93\x9b\x94\x46\x06\x7a\xdc\xc4\x5e\x6b\x56\xbb\x91\x1f\x8c\xe1\xb8\xcb\x01\x41\xf1\xbe\x04\xca\xa0\xb7\xc8\x71\x58\x5a\x37\xe2\x43\x1c\xfe\x20\xdf\x63\xd4\x18\x99\x22\xdc\xfb\xe6\x86\xe5\xb0\xeb\x60\x94\x11\xa7\xc5\x2b\x60\x91\x38\xee\xca\xd6\x8d\xa6\x7c\x57\xd7\x2e\x1f\x54\xd7\x2e\x50\xd4\x2d\x5e\xd3\xea\x92\x1a\x8a\x39\x58\xef\x25\x1c\x14\xa5\x09\x2f\x69\x4f\x5a\x18\x6e\x6e\x7b\x34\xe8\xe5\x26\x7f\x22\xf2\xc0\x6d\x54\x35\x6f\xf1\xf2\x79\x08\xe8\x26\x6d\x91\x87\x7b\x6e\x52\x12\x0d\xc3\x20\x6e\xbc\x78\x02\xad\xe7\x4e\x7a\xd7\x5d\x67\x93\xdd\x25\x87\xfe\x79\x73\xf7\x72\x2c\xfe\x20\xa5\x31\x48\xae\x49\x34\xed\xc6\x4d\xf6\x44\x0f\x4c\xde\x9d\x50\x78\x3b\x76\xeb\x76\x5c\xa4\x12\x32\x49\xc9\xbd\xdd\x71\x2c\x09\x77\x6b\x64\x84\x9b\xdd\xda\x6c\x2a\x37\x2e\x38\x6d\xaa\x37\x3b\xb7\x19\x3b\x6e\x36\xe5\xae\x54\x7c\x9b\x55\x51\x67\xd6\xed\xa5\xed\x0a\x34\x37\xf1\xcd\x26\x9e\xbc\x3d\xcf\x64\x22\x98\x7b\xbc\xfc\x40\x19\xbf\x9b\x07\x95\x6e\xac\x28\x5a\x5e\x6f\xfc\x6e\x45\xfe\xb3\xf6\xee\x5a\x24\xa3\x53\x2a\x66\x3c\xc4\x3d\x1b\x04\x7e\xe3\x77\x2b\xae\x46\xfc\x6e\x45\xca\x61\xef\x36\xea\xe2\xe6\x80\xbb\x56\xaa\x7b\xed\xe3\xb5\x48\x82\x58\x4f\xb4\x15\xdd\x27\xfe\x20\x58\xe9\x7d\x3a\x00\xf0\x42\x8a\x20\x93\xa2\xde\x27\xac\x8b\x5d\x98\xcb\xf5\x77\x92\xcb\xfb\x12\x7e\xcb\x88\xad\xce\x81\x0e\x37\x76\xf6\x1b\x87\x5b\x41\xb0\xf3\x2e\x7e\x8d\x33\xb7\xfe\x36\x89\xc8\x83\xee\xde\x31\x71\xef\x64\xc7\x2e\xa8\x5b\x33\x9d\x0b\xf7\xc6\xf5\xe1\x94\xe3\x03\xd3\x60\x7a\xe3\x03\xd3\x06\x7d\x93\x70\x51\xfb\xf2\x7d\xe3\xf8\x70\xf8\xdc\x9e\xa8\xa1\xf2\xbe\x5d\xb1\x80\x8d\xdb\x4b\x23\xf7\x8d\xdb\x4b\x83\xdd\xfd\xe8\x59\xe2\xdb\x9d\x0f\xd9\x86\xf0\x7b\xe9\x21\xbf\xd9\x87\x87\x3b\xe9\x8d\xb3\x4b\x6b\xf6\xfd\x08\x1d\xc8\x78\x14\xa6\x7c\x2f\x21\x31\x82\x47\xe8\x6c\x48\xe8\x6c\x07\x88\x5c\x7f\x8f\x10\x31\x9a\xb9\x05\x37\x1f\x10\x7f\x5c\x46\x73\xb3\x29\x5a\x22\x47\x4f\xfc\x3a\x95\xdc\x3d\x95\xd6\x6c\xed\x81\xf3\x30\x3e\x62\xa3\xa3\x73\xed\xd9\x26\x13\xe1\xdf\xdc\x13\x60\xea\xbf\xdb\x64\x3e\x12\xd9\xcb\xc6\x19\xac\x83\xd6\xac\xd1\xf8\x5e\x1b\x73\x34\x0d\xe0\xfd\x22\x5d\x4a\x65\xaf\xd3\xc5\xd4\xbd\x8b\x9f\x25\x29\xfd\xbd\x80\xc2\x3a\xb7\xb2\x9e\x95\x04\xcf\xde\xf0\x0a\x41\x5a\x0f\x81\xcf\x89\x65\xf5\x90\xfe\xc7\x8c\x80\x8f\xa1\xca\x60\xed\xd9\xbb\xb7\xef\x31\xbe\x13\xc1\xf1\x18\x86\x0c\xbb\x79\x0c\x43\x6e\xd6\x27\x63\x4d\xb1\x7d\x8c\xef\xac\xed\x27\x18\xd9\x84\x2c\xf2\xe0\x8e\xaa\xb0\x83\x87\x4c\x3d\xbd\x5b\x46\x7e\x44\x46\x7b\x82\xb7\x18\x40\x41\x4f\x10\x22\x5b\x02\x22\x36\xed\x87\x18\xe6\x5a\xf7\xd7\x08\x14\x70\x9f\x87\x0c\x3e\x9d\x9d\xe7\xc1\x1d\xa5\xb0\xf7\x98\x60\xb9\x59\x5f\xcd\xcd\x46\x01\x15\x37\xd5\xc3\x35\x89\xbd\x59\x46\xd4\x65\x3f\x7c\x22\xde\x0d\x7c\x5f\x4f\x14\x52\xd0\x12\xf1\x0c\xa0\x8c\x3f\xa4\x01\xf2\x62\x90\x27\x0a\x28\x68\x89\x38\x37\x9a\xf5\x85\xd3\x76\xcc\x44\x21\xd0\x11\x80\xba\xe5\xd7\x74\x70\xd4\x4a\x42\x04\x14\xc4\xe6\xe8\x2a\x7f\x12\x86\xe3\xee\x7b\x0c\xde\x22\x9b\xb0\x65\x6d\x97\x4f\xc2\x4c\x6c\xcf\x86\x2d\xc3\x53\x1f\xbd\x56\x8e\xde\xb0\x65\xd4\xe7\xc7\xb0\x65\x5c\x07\x4f\x42\xf8\xdc\xfd\x22\xa2\x75\xeb\x23\x93\x8b\x09\xa4\x87\x36\x1c\x8e\x21\xcc\x52\x45\x46\x7c\x41\x7c\x78\x32\x40\x3b\x1d\x59\xa0\x01\x28\x03\xb4\x14\xc5\xf9\x72\x45\x8c\xc7\xc3\x5c\xde\x3c\xf4\x64\x0c\xda\x88\xc9\x4f\x56\x57\x97\x44\xb2\xa0\x82\xec\x8c\xc9\x15\xf6\xf9\x64\x54\x09\x27\x90\x88\x67\xe3\xd2\x9e\x8c\xfa\xe0\xe4\x14\xd4\x07\xb6\xf2\xa7\x08\x1d\x1d\x14\xa1\xa3\x9d\x22\xea\x40\xcb\xbe\x67\x08\x36\xf4\x78\x39\x82\x71\x3a\x4f\x11\x0a\x5b\xc2\xe2\xa3\x07\xfa\x29\x5e\xa5\xc1\x40\x2b\xc9\x23\xa4\x41\xc3\x93\xe1\xfa\x8f\x21\xc9\xb0\xcc\xa7\x62\x59\x76\xe9\x18\x9e\xec\x12\xe4\xc6\x03\x93\xa3\x3c\xd5\xa1\xd1\x71\x25\xe4\x0e\x76\xfe\x54\x52\x58\x48\x15\xc4\x17\x75\xc3\x4b\x1e\xa3\x93\x77\x59\x20\xbe\xbc\x95\xe1\x31\x8f\xb3\x52\xc6\xa3\xf9\x01\x79\xfc\xf9\x26\x95\xd8\x1c\x16\x65\x98\xf4\x43\xb8\xb2\xce\xbb\x07\x5b\x44\x37\x30\xe8\x21\x5e\xb9\xef\x0f\xb0\xce\x8a\x9c\x86\x75\xd6\xd5\x4d\xbc\xb2\x7b\xcb\xd3\xd5\xa7\xa8\x4f\xa8\x91\x5e\xc3\x87\x58\x23\x23\x1b\x9e\xae\x0e\x05\x72\xfa\x3e\x61\x09\x96\x89\x49\xd6\xc3\xf7\x74\x94\x2b\x76\xc1\x87\x98\xe4\xbe\xcb\x40\xbd\x3f\x16\x6a\xbf\xd5\x23\x22\x75\x90\xee\xc7\x1d\xee\xe9\x1e\xc5\x71\x9c\x43\x43\xac\x70\x0c\x0d\xb1\x0e\x68\xc9\x3e\xd9\x30\xdf\x67\x68\x94\x15\x90\xb1\xa5\x46\x7a\x1c\x9a\x88\x05\x17\x49\xe8\xd0\x88\xf1\x0c\xe3\x79\x1d\xed\x92\x84\xb2\xb1\xbd\x0f\x92\xd0\xa1\x19\xe3\x19\xdb\x2e\xcb\x2f\x3b\x02\x59\xac\xef\x08\x64\xe7\xe9\xdc\x60\x82\xc6\x6d\xbd\x90\x11\x9d\x5a\x5f\xd9\xec\x1f\x63\x8c\x0c\x83\x7d\x4e\xad\xad\xd2\xe2\xa9\xb5\x55\x62\x3c\x3d\x00\xef\x38\x4f\xe3\x7e\x25\xdf\xd3\xb8\x5f\xf9\xe3\xa9\xed\x55\xa2\x3d\xd5\x43\xe5\xf1\x97\xb6\x57\x97\xc2\xa5\xed\xd5\xa5\x7a\x19\x06\x2c\x67\xbf\x34\x20\xcb\x4a\x88\x49\xf6\x76\xf7\xf2\x10\x93\x5c\xbd\xd7\xe4\xb9\x34\xbe\x4a\x9d\x97\x62\xb8\x3f\xec\x23\xfc\x00\x7d\x69\x1d\xb3\x7c\x53\x06\xb0\xeb\xa1\xcc\x90\xef\x1d\x89\x07\xf8\xf7\x36\x6c\xfb\x40\xb0\xa7\xe7\xd9\x1f\x6c\x1c\x71\x63\x93\xa3\xdf\x2a\x0a\x8f\xc7\xbd\x95\xef\x9f\xfb\x41\x09\xf0\x8b\xd7\x1f\xe8\xe5\x31\xc4\x4f\x0e\xb1\xc4\x9f\xa2\x3e\xf1\x3c\x99\x32\x60\x3d\x9e\x3b\x77\x05\x2f\x51\xa8\x6c\x7e\x8f\x49\xa2\x56\xf9\xe5\x63\x80\xaf\x44\xb2\x84\x1e\x73\xed\x3c\xc4\xf7\x64\x7b\x5b\x0b\x4b\x7c\x20\xfd\x68\x0a\x79\x88\xf4\x31\x8b\xdf\x43\x12\x6a\xaf\x4c\x7b\x26\x1b\x9c\xe8\x98\x5a\x48\x29\xae\x9d\x42\x2a\x9d\x6b\xa3\x10\x11\x4b\x6a\xd2\xf5\xf3\x78\xb6\x5b\x94\x92\xb3\xd0\x8c\xb9\x0f\x17\x1e\xea\x64\x7c\x38\xdd\x65\xf7\x08\x36\xfb\x40\xef\x83\x07\x45\x37\xd3\xc3\x61\x6e\x05\x9e\x87\xfc\x37\xfa\xfa\x1e\x82\x68\xa4\xd2\x97\xc8\x54\x80\x99\x87\x2a\x52\xa4\x8c\xf2\x3e\x28\x0e\x53\xa4\x5b\x47\xcd\xa6\x53\x36\xe8\xa8\x7c\x79\x88\x6b\x1e\xea\x3d\x95\x32\x26\x4b\x28\x61\x06\x2d\xe7\xbc\x0f\x5e\x77\xcd\x66\x3a\x97\xb0\x52\x0b\xf2\xdc\x44\x58\xd1\x6d\x3d\x71\x76\xe8\x4b\x9f\x04\x01\x17\x28\x75\x22\xab\xe8\x8b\x9d\xa4\x81\x36\x54\x71\x6a\x78\x70\x48\xf8\x35\xf4\x29\xcf\xa0\x2e\x6c\xc7\x48\x03\x48\x70\x93\x23\xde\x46\x83\x4c\x72\x3a\x1b\x02\x31\xf1\x56\xe8\x4f\x9b\x88\x1b\x09\x39\x79\x46\x45\x44\xeb\x20\x22\x06\xdb\x41\x2a\x0c\xd6\x9f\xe6\x9e\xe7\x03\x13\x07\xb2\xc7\x4c\x12\x07\x76\xa4\x81\x69\xcc\x8b\x08\x27\x59\xa0\x9a\xfd\x34\x59\x20\x24\x37\x93\x53\x68\x59\x71\x06\xa4\x64\xb7\x5b\xbe\x55\x18\x18\xbe\xdf\x09\xe1\x81\x2e\x63\xae\x83\x6b\xce\x8c\xb9\x4e\x80\x96\x64\x90\xf4\x0d\x4f\x8d\x0f\x26\xf8\x9a\x6e\xfa\xa2\x22\xe3\x67\xad\x7e\x80\x9f\xb5\x5b\xc6\xcf\x2a\x8a\x3c\xe6\x54\xed\x00\x4b\x8e\x73\xcc\x71\x26\x55\x89\x59\xd8\x5c\xd8\x8c\x66\xc1\x24\x9f\xac\xc3\x7e\xc2\x2e\x30\xd7\x36\x9f\xf5\x4b\xcd\xb2\xf9\xb6\x95\xf4\xed\xed\x5f\xb6\x0a\x6b\x53\x2f\x1c\x9d\x5a\x75\xf3\x6d\xb0\x54\xc3\xfa\x01\x3d\x74\x62\x78\xf0\x10\xc9\xac\xf8\x4d\x77\x1d\xfd\x67\x88\x9b\xb3\xba\x85\xb0\x9b\x4d\xce\x76\x07\x13\x0a\xce\x25\x1c\x14\xf3\xb4\xcd\x2a\x39\x8b\xd8\xba\x99\x31\xd3\x68\xf8\xb1\xbb\xd6\xe4\x4c\xb7\xb4\xda\x30\xf6\x03\xb9\x87\x95\x80\xbb\x69\xb4\xa2\x33\xcf\x2a\x01\x69\x93\x98\xad\xad\x7c\x02\x70\xf8\x24\xa4\xf1\x25\x06\xb4\xfd\x21\xc6\x26\x86\xe2\x8d\x0f\xe2\x81\xec\x7f\x8a\xb8\x13\xd7\x84\x8b\x80\x68\x63\x19\xff\xf4\xea\x07\x17\x56\xdf\xee\x6f\xda\xc1\x1f\xa1\x69\x77\xf6\xed\xcd\xa1\xaf\xee\xee\x60\x25\x6c\x1f\xd2\x84\xb6\x0f\x69\xc5\xf0\x63\x11\xa5\xed\x43\x9a\xe0\xfc\xb7\xc7\x00\xa7\xb6\x0f\x51\xae\xdb\x02\x26\x39\xbf\x9d\x3f\xa2\x33\xbd\x10\x12\x91\x46\x0e\xaf\xbd\x9c\xba\x1e\xe4\x41\x9e\xe7\x96\xb3\xe8\x7a\xb0\xb7\x53\x39\xcd\x32\x51\x8c\x4e\x10\xd6\x0b\x6d\x54\xf3\x74\x81\x03\x85\xa7\xb6\x1d\x19\x9e\x87\x1e\xbe\xb4\xc1\xcd\xb5\xdf\x47\x13\x8c\xcf\x53\xae\x60\x63\x27\x65\x80\x3a\xe5\x0a\x8c\x02\x27\x44\x72\x10\x27\x1c\x22\x0a\xe0\xe4\x3d\x00\x5e\x72\x20\xd0\x7a\x79\x03\x09\xed\x5c\x32\x0b\xbe\xc5\x09\xa1\xe6\x3b\x71\x42\xa8\x5f\x4f\x8e\x82\x7b\x37\xcd\x34\xfb\x70\x72\xad\x5d\x28\x8e\x88\x5f\xf3\x46\x7f\x41\xe2\x99\x37\x12\xb2\x18\x30\x0e\x43\x4c\x1a\x87\x21\x36\x6e\x8e\x17\x0a\x84\x71\x18\x72\xac\x9b\xd0\x1d\x76\xcb\x69\x1c\x86\x58\x25\xa1\x9e\x9b\xd7\xdc\x49\x86\x87\x1f\x23\x95\x4a\x61\x5e\xe9\x64\xe8\xc5\x7c\x10\x45\xa5\x30\xd2\xe8\x69\x2e\x99\x0f\xab\x34\x5b\xe6\x00\x9a\x74\x6b\x74\x06\x9b\xf3\x34\x3a\x23\xfb\x1e\x61\x9a\x9d\x7a\x72\x81\xa1\xa6\x96\x69\x74\x86\x0b\xe7\x39\xe1\x08\xb6\xe9\x91\x2f\x51\x64\x78\x06\x92\xd7\xe4\x62\xc3\xbc\x81\x53\x42\xdc\x50\xc0\x68\x64\x08\x6b\xd3\xcf\x06\x27\xcc\xa9\x7c\x28\x18\x78\x27\x0c\x74\x98\x04\x68\x18\x4d\x30\xa7\x42\x97\x6b\x7c\x6e\xae\x03\x36\xa6\x72\xa3\xf8\x9b\xca\x8d\x2e\xa0\xb9\xef\x06\xb0\x97\x1b\x99\x84\x86\x5f\xc5\x0c\xd9\x19\x41\x17\xc9\xa0\xd0\xf9\xa6\xcf\x8f\xe2\x71\x81\xb9\x84\x84\x22\xd2\x08\xb3\xd0\x8d\x33\x91\x11\xbc\x42\x6b\xbe\x9a\xba\xc4\xda\xbb\xb7\x7a\x1f\x08\x3b\x15\x55\x1e\x47\x6a\xbb\x3b\x5c\xa0\x3a\x96\xa7\xb2\x84\xbd\x61\x84\x5d\xdf\xbe\xc7\xda\x86\xe0\x82\xef\x11\x61\x26\x9d\x32\x42\x28\xcc\xef\x3d\xb0\x61\x42\x27\x2f\x37\x4e\x68\xfc\x78\x8f\xae\x72\x4e\x99\xd3\x1f\xec\x1d\xef\x92\x36\xb4\x9b\xbc\x88\x13\xd9\x3b\x51\xdf\xc3\xfb\x10\xf7\x07\xd3\x5f\xec\x81\xa3\x9a\x0b\xfe\x37\x18\x49\x05\x6c\x5c\xb7\x88\xcc\xf1\x06\xf2\xab\x52\x39\x90\x7b\x93\x16\x97\xd0\x50\x3d\x37\xfc\x06\x4e\x53\xd2\x76\x90\x69\xf9\x21\x4c\xcb\xb6\x4d\x55\xac\x58\xf8\xe2\x7b\xf0\x4c\xcb\xcb\xc5\x0e\x3a\x5e\x5e\x82\x12\xfa\x7e\x8f\x11\x0d\xf4\xbf\x49\x33\x11\x7d\x91\x6c\xd8\xcc\x3d\x2f\xb1\xb1\xde\x54\xff\x7a\x38\x1a\x55\xf9\x25\xa9\xb0\xdb\xde\xbb\xe5\x04\xeb\x60\x03\x19\x7e\xab\x57\x54\x94\x27\x1d\x6d\x8e\x37\xa1\xb0\x7f\x1d\x1d\xf2\x66\x24\x4d\x27\x24\xb3\x81\x8b\xf9\xec\x32\x64\x18\xd9\xa5\xe7\xfb\x0e\x9d\x03\xa2\x59\xea\xb4\xa4\xbe\x99\xcc\x6a\xe8\xd7\x6f\x36\xb0\xc4\xe9\xcf\xa8\x0d\x22\x01\xcf\x44\x89\xbb\xbb\x89\xe0\x6e\x53\xaf\x22\x39\x4d\x95\x63\x11\xb3\x45\xd3\xbf\xb3\x72\xdf\xa2\xac\xc8\x68\x89\x6d\xd0\x34\xf5\x9a\x0e\x18\x41\xff\x2d\x18\x61\x30\x28\xbe\x45\x26\x66\x7d\x0f\x7f\xc0\xaa\xdf\x25\x60\x14\xb3\xd9\xbd\x4b\x72\x28\x8e\x99\xfb\x1b\x94\x4b\x5f\x23\x58\xcd\xac\xf2\x56\xa9\x19\xe2\xf0\x30\x53\xf0\x83\xb6\xe6\x4e\xea\xac\xd8\xa3\x1c\x3f\x81\xaa\x9e\x1d\x7a\x09\x7f\xf0\x22\xe8\xb7\x12\xbf\xdc\xad\x8f\x8c\x97\x84\x01\xd5\xdd\x99\x5b\x82\x45\x36\x8c\xe0\x6d\x4a\x35\x0c\xc0\xdc\xc1\x5e\xcb\xfc\xea\xef\x60\xf5\xbe\xf8\x3b\x3c\xa7\xfd\x92\x27\xc6\xec\x1f\xaf\x59\xe5\xd8\x3b\xde\xe6\x16\x6e\x7d\x38\x4d\xb3\x83\x7d\x81\x29\xd0\x99\x33\xc6\x89\x22\x67\x4c\x61\xc3\x7b\x9b\x4a\x84\xef\xcd\x89\x06\xaa\x91\x2a\x8a\xab\xa7\xeb\xe7\xdf\x3f\x88\x22\x7a\xeb\xce\x13\x1d\x20\x54\x18\x09\xf1\x9a\x4a\x06\xa6\xfa\x72\xa8\x49\x8d\xe8\xc5\x71\xa2\x4b\xed\x1d\xd8\x7a\xd1\x76\xde\xe1\x92\x61\xf4\x4b\x78\x88\x66\xca\x7a\x87\xcb\xc4\xf7\xd0\x41\xf7\x3d\xe2\x34\x9b\xd9\x3b\x9c\x1a\xeb\x60\x7d\x1d\xd6\x71\x3a\x80\x79\xb0\x71\x76\xfb\xc2\x8c\x29\x0d\x9d\x78\xb4\xa4\xa1\x13\x83\xab\xbc\xc5\x4b\x13\xd4\x66\x5f\x83\x48\x87\x3f\x68\x1d\xa4\x63\x0f\x27\x7b\x6d\xf2\xbb\xe4\x86\xa4\x01\xe4\x3d\x31\x40\x0d\x3f\x56\xcc\x06\x8a\x13\x31\x5b\xaa\x26\xb5\xaf\x89\xf8\xde\x13\x31\xdb\xa9\xb9\xbc\xab\xcf\x49\xbe\x34\x51\xb8\x36\x97\xb4\x90\x8d\x5b\x7b\x89\x10\x55\x23\x7c\x97\xaa\x9f\x8d\x81\x7b\x2f\x62\x01\xb3\xef\x75\x26\x3a\xa0\x6b\xaf\x59\x30\xb3\x8f\x25\x3b\x6d\xea\xfa\x02\x75\xe9\xe5\x94\xbd\x71\xae\x28\x6a\xa0\x79\xef\x2d\xd1\x01\xd6\x8d\x4b\xdb\xf7\xd9\x15\x4c\x53\x37\xd9\x2f\x2d\x72\xd1\x95\x0b\x8f\xfb\x0a\xcc\xf7\xf6\x22\x49\x78\xc8\xe2\xc5\x15\xa2\x79\xf1\xc5\x15\x62\xce\x9a\xf7\xe1\xa4\xd8\xd7\xb7\x6c\xbd\x0f\x2e\x36\xa9\xf2\x71\x9d\xd0\xf9\x83\x3c\x2e\x95\x11\xb9\xe0\x32\x79\x5c\x32\x56\x67\x77\x96\x17\x23\x57\xc8\x17\x1e\xe3\xce\x77\x33\xde\xce\x6f\x33\xae\x12\xdf\xe3\xb1\xd8\x4c\x82\xd3\xc8\x7b\x89\x79\x2f\xb2\x6b\x8f\xbb\xaa\x3c\xf8\xf1\x72\x3a\xc8\xd3\x9b\x2f\xf6\x03\x6f\xfa\x7a\x27\xeb\xd6\x39\x31\x27\x9c\x54\xac\xdd\x40\xa6\xc2\xc1\x9f\xb8\xdb\x47\xe5\x16\xd2\x89\xab\x51\x44\x22\x44\x78\xe0\xe4\x7d\xed\x17\xd8\x38\xde\xe3\xa1\x94\x17\xe3\x82\x26\xee\x97\x23\x3d\x71\xd7\x07\x11\xae\x2a\x0e\xf1\x78\xa0\xe5\xe5\x2a\x49\x0f\xba\xbc\xaf\x88\xb0\xce\x6b\x0e\xc5\xef\xbe\xaf\xc7\xe1\x7d\xf8\x89\x32\xda\x7a\xb6\x8c\x1b\x70\x11\x4e\x3d\xdc\xee\xd7\x42\xaa\x07\xe7\x8e\x49\x46\x5c\x0f\xce\x1d\x97\xc5\x20\xeb\xc1\x6e\xcf\x56\x51\x8f\xc3\xf6\xeb\x2a\x13\xc2\x40\xf6\xff\x7a\x84\xc0\xb7\x81\x32\xc4\x18\xe9\x4b\x29\x20\xd3\x17\x21\x0c\xd8\xa2\xeb\xa1\xb5\xa1\xd3\x97\xd6\x86\x6e\x1d\xac\x0d\xc9\x76\x80\x39\xda\x97\x30\xdb\xa6\x67\xe5\x6d\x47\x98\x33\xe5\xc7\x9c\x4e\x94\x21\x88\x44\xd9\x5b\x9a\x23\x38\xd9\x67\x73\x68\x27\xaa\x38\xd2\x7e\x74\xc7\x69\xfe\x80\xc6\x62\x07\x9a\x24\x04\x22\xe2\xc7\xdc\x0d\x35\xd3\x77\x53\x86\x9d\x8a\xc4\xb8\xe3\xee\x29\xa3\x41\x75\x06\x13\x05\xda\x76\x00\x3a\x59\x47\x5e\x6f\x3b\x02\x3d\x28\x8b\x68\xda\xe4\x66\xa9\xda\x9c\x8d\x04\xd4\xce\x46\x02\xbb\x09\x2c\x92\xb8\xae\x44\x3e\x4e\x52\x93\x65\x6f\x9e\x67\x60\xc4\x54\xe0\xc2\xa9\xc7\xbe\xb5\x32\xd3\x10\x07\x9e\xbb\xa3\xc9\x81\x7d\xd5\x32\x3a\x9d\xa3\x21\x6d\x5d\x17\xa5\x59\x0c\x01\x1d\x87\xa2\xbb\x90\xe2\xf4\xe8\x4e\x13\xf1\x16\xdd\x69\x25\x81\x5d\x17\x13\x46\x51\xe0\x0a\xaf\x87\x91\x13\xce\x87\x91\x13\x8e\xc0\xc8\x89\x5d\xf6\x92\xf0\xca\x07\x1e\x97\x76\x68\x88\x24\x5d\x62\x37\x72\x42\xa2\x2e\x78\x17\xbb\x75\x08\x0c\x73\xfe\xb8\xf6\x19\x43\x4d\x3d\x0a\x1a\xad\x04\xc8\xc9\x9b\xf4\xa5\x26\x5a\x8f\xa2\x48\x09\xca\x0a\x7e\x59\x27\x14\xd9\xa5\x3b\x0f\xdc\x64\x10\x9d\x1f\x2f\xb1\x74\x85\x54\x00\x94\x48\xb8\x7b\x8a\xc0\x80\x7a\x6c\x31\x06\x0c\x10\xc6\xd9\xa5\x7e\x44\x9a\xb8\xdb\x44\x47\x70\xfe\x39\x7b\xd3\xa5\x5a\x2c\x24\x5d\x42\xaa\x68\xba\xfb\x5b\xe0\x1c\x96\x5f\xde\xd3\xbe\x6e\x15\x91\x84\xd9\xa4\xbb\x92\x39\x91\x9d\x87\x73\xdb\xf4\x0c\x89\xbe\xb6\x25\x7d\x1f\x08\xac\x13\xec\x8e\x44\x1d\x00\xa9\x4b\x31\xd4\xe9\x48\xd4\x91\xae\x3b\x6e\x61\x5b\xed\x0c\x5f\x46\xd0\x15\x1b\x40\x45\x67\xf8\xae\xa9\x8e\x72\x1f\x00\xa9\x23\x36\x0c\x86\xdf\xf1\x84\x0e\xdf\xdf\xb4\x69\x5f\x0e\x59\x18\x50\xee\x45\xfb\xf0\x76\x51\xcb\x91\x36\xe9\x6b\x08\x8f\xe5\x42\x7d\xda\x1f\x78\xa9\x65\x5e\x43\x78\x80\x79\xe0\x48\x17\xd5\x88\x2e\x49\xa6\xc6\x45\x9a\x49\x9a\x1a\xd0\x4e\x64\x5c\xb8\x39\x2a\x46\x9c\x7a\x0c\xf1\xce\xc0\x94\x63\x06\x1f\x9f\x02\xe4\x7b\xcc\x94\xce\x93\x32\x4d\x72\xad\x9d\x26\x7f\x29\x0c\xf3\x34\x5d\x52\x05\xee\x13\xd1\x6a\x00\xdf\x75\x70\x9d\x29\x7d\x63\xc4\x18\x07\x1f\x70\xa0\x25\xc8\xec\xaf\x7d\xa5\x07\x1f\x13\x62\x59\x45\x24\xd6\x0d\xae\x21\xad\xc7\x92\x57\x52\x90\x8b\x2e\x79\xc5\xc4\xb7\xf5\x20\xc2\x12\x75\xb4\x1e\x4b\x76\xe9\x7b\xd5\x92\x00\x6f\xec\x6f\x2f\xea\xf8\xfe\xa6\x6c\xc7\x0f\x7d\xf9\x2d\x66\xd4\x21\x70\x5c\xd6\x28\xbd\x13\x9d\x39\x9c\xf0\x7b\xe9\xb2\x45\xbc\x20\xc1\x0c\x59\xd0\x12\x61\x3a\x41\x2b\xf5\x30\x20\xd3\x76\x08\xc8\x44\xa5\xa8\x07\x01\x99\x68\xca\xf5\xb8\xb9\x59\x52\x98\x6f\xfc\x9a\xbb\x3e\x30\xbb\xf8\x49\x90\x57\x87\x7d\xdd\xb4\xcf\x58\xb8\x7c\x73\x6c\x18\x26\xef\x85\xd3\x7b\x63\x81\x81\xdb\x08\x82\xc4\xf2\x88\x43\xea\x1b\x77\x39\x64\xb4\x8f\x88\xf3\x03\xee\xb7\x14\xd0\xe7\xe4\x3d\x00\x3d\x5c\x30\x2a\xd0\x8f\x88\x03\xb8\x07\x20\x0e\xa8\xd7\x1c\x7a\x9b\x53\x90\x43\xaf\xf9\xc3\xc4\x18\x9d\xe9\x79\x0a\x11\x1f\xcf\x08\xd4\x96\x93\x19\xbb\xbe\x0a\xdb\xad\x87\xd7\x75\x3a\x0e\x6e\x84\xaa\x2e\x1e\x2c\x26\x85\x60\xfa\x7a\x60\x31\x31\x11\x71\x3d\x0c\x38\x49\x92\xf4\x54\x13\xb6\xda\x0b\x64\x05\x88\x5f\x20\x2b\xa0\xe1\x15\x32\xd0\xf0\x72\xca\x4a\xfc\xbf\x18\xca\x0a\x10\x93\x3f\xaf\x88\x12\xae\x24\xc0\x95\x5c\x8f\x17\x43\x59\xb3\x4e\xa7\x8e\x65\x74\x4c\x61\x7d\x31\x94\x6d\x18\x38\xe3\x56\x98\x23\xae\xea\x2c\xd2\x1b\x92\x52\x8d\x2e\x80\x97\x09\x96\xc8\x96\xd8\xd4\xd1\xb2\x6a\x38\x1c\x40\xa7\xcc\x31\xab\x61\x39\x51\xbf\x52\x86\x28\xe1\x72\xe1\x00\x68\xe6\x34\x70\x3b\x01\x21\xec\x35\x1c\x66\x49\xa4\xe7\xc0\x55\x05\x1c\x96\xa8\x81\xab\x0a\x70\xa4\xd7\xb0\x64\x31\x73\x7a\xd6\xb0\x64\xb1\x8e\x10\x5b\x03\xb6\x17\x93\x59\xd7\x40\x6a\xde\xba\x2b\x61\x70\x2e\xbe\xc7\x63\x0e\x8f\x0c\x4b\x18\xeb\xe8\x83\x35\x60\x86\x91\x79\x84\x20\xd4\x40\x1a\x5c\x4a\x7c\x1b\x70\x48\x64\xeb\x54\xde\x03\x75\x10\xbd\xf4\x15\xbc\xfe\x30\xf8\x03\x79\xce\x86\x0d\x91\x60\x0c\x34\x86\x80\xb1\x23\x5b\x7e\xf8\xd8\xfa\x02\xb7\xd0\x1b\x90\xc0\xf4\x5a\x2c\x25\x80\x00\xa1\x0a\xd8\x11\x7f\x09\x42\x48\x58\x22\x55\xe2\xd8\x48\x0d\x24\xfe\xed\x0e\x81\xcc\xbf\xc8\xc0\x35\x44\x4c\xa0\x6c\xf9\x81\xd4\xbf\xdd\x89\x8a\xb8\x45\x9a\xf5\xd1\xd7\x10\x36\x42\xf2\xd4\x94\x1f\x27\x82\x07\x90\x54\x02\xf1\x25\x55\x5c\x24\x6c\xb2\x6c\xeb\x21\x09\x04\x0d\x25\x8e\x68\x21\x2e\x05\x4e\x3c\xb7\xb1\x1f\x26\x95\x2c\x13\x49\x2d\x22\xb5\xe7\x20\x46\x85\x8c\xb9\xd5\x21\x9b\xfe\x97\xcc\xe6\x35\x78\xb5\x37\x4b\x34\x64\x2c\xc3\xcd\xf7\x40\xd1\xfd\x40\x4f\x0d\x90\x66\x49\x87\x11\x64\xbc\x36\xc5\x3a\x37\xed\x30\xcc\x2c\x85\x58\x47\xe0\xac\x23\x2a\xe8\x8b\x04\x34\x05\x37\x4d\x0d\x05\x0b\x53\xb3\xac\xe6\x0a\x2a\x0a\x9a\xab\xa8\x28\xc4\x73\x0b\x74\x71\xbd\xb3\x5a\x42\xc1\x5e\x28\x0d\x16\x71\x64\x0f\x5a\x2c\xc5\x51\xc1\xba\x1b\x2d\x63\x93\xae\x80\x8a\x17\x09\x77\x48\x0d\x78\x91\x3a\x37\x05\xd4\x50\x41\x98\xb8\x40\x70\xaa\xcd\x2e\x08\x30\x51\x82\x0d\xd5\x63\x6c\x12\x4f\x45\xb5\x8e\x5f\x05\x83\xd4\x50\xd1\xfe\x8b\x2d\x10\x30\x21\x05\x71\x09\x01\x6e\xa4\x1a\x08\x45\xc1\x65\x51\x03\xa9\x6e\x08\x92\xad\xa1\x9a\xdc\x58\xde\x80\x7d\x08\xbb\x43\x0d\xcd\x09\x06\x12\xc2\x52\xf0\x8f\xd4\xd0\x30\xe4\x55\x3e\xc6\x0b\x85\xc5\xb5\x06\x0f\xc7\xb8\xec\xb9\x80\x20\xcb\x3f\x1a\x73\x5d\x2c\x6f\xa3\x9e\x1d\x08\xa9\x3f\x10\x2b\x1f\xfd\xf8\x71\x2e\x7c\x00\x54\x44\xba\x60\xe0\x09\x5b\x7d\xe8\xea\x0c\xae\xa0\x8e\xad\x1c\x81\x25\x74\x23\x3e\x5c\x72\x5d\x1b\x89\x83\xe8\x76\x5e\x7c\xd0\xa2\x08\x9a\xfa\xb6\xe0\xfb\xbd\xd6\x89\xfd\x8b\xce\x42\x67\xb6\x0b\x0a\x93\x39\x40\x14\xd2\x6b\x18\xe4\x4c\x73\x09\xee\xe0\x13\x17\xed\x0e\x3e\x91\x16\x0c\x3e\x49\xfe\x50\x4c\x79\xc0\xa8\xcc\x83\x73\x48\x18\x9e\x93\xe1\xaa\xe4\x1a\x3c\x28\x33\x76\x2f\xb8\x1c\x92\xb5\x04\xd8\x09\xf7\xb2\x4e\x32\xde\xd5\x60\x5e\x9c\x43\x12\xdd\x91\x28\x4e\xc9\x0e\x3e\x71\xc1\xee\xe0\x13\x27\xe5\x14\x32\x6b\x41\x72\xc9\xf7\xba\x10\x24\x25\x32\xde\x35\x97\xfe\x69\x50\x8c\xb8\x3f\xa1\x31\x01\x3e\x99\xc5\xe4\x07\xa2\xce\xe5\x75\x8a\x3a\x3f\xd8\x50\x51\xeb\xd2\xcf\xea\x8a\xdf\xc9\xef\xe4\x35\x5c\x76\xde\x5c\xda\x97\x88\x94\xe6\x76\x08\x8a\x6c\xce\x10\x94\xea\xae\x75\x71\xed\x05\x7a\x6d\xb8\xb6\xb8\xe2\x83\x23\x11\x7a\x43\x50\x52\xb6\x31\x83\x68\x76\x37\xdb\x21\xeb\x37\x9e\x6b\xb0\x17\x9d\xb3\x4e\x31\x11\x29\x79\xb8\x48\x6e\x23\x65\xe4\x6a\xdc\x58\x70\xb8\x90\x6f\x4f\x2c\x22\x6b\x85\x7b\xfb\x6c\x68\x78\x67\xcf\x93\x97\xdf\x1c\x0e\x70\xba\x6e\x0e\x8e\x0d\x9b\x1a\xbc\x07\xac\x5b\x52\xb5\x3e\xfe\x63\x69\xe5\xde\x94\xca\x64\xdd\x9c\xb0\x94\x08\x6e\x2f\x77\x10\x43\xfa\xc8\x9a\x6b\xd4\xe3\xc9\xcd\x85\x4c\x8a\xbc\x78\xc8\x24\x1f\x6f\xb7\x70\xa5\x3c\xba\x46\xdd\xda\x1f\xad\x72\x72\x0b\x8c\x4f\xf1\x70\x26\x30\x3e\x85\xea\xa6\xcc\x35\x04\x55\x4d\x27\x2c\xd1\xac\x24\x51\xe4\x95\x04\x55\x66\xa0\xf7\xaa\xca\x6d\x96\x28\x56\x36\x7d\xcd\x1d\x31\xe4\x27\xdd\x5a\x00\x33\xbd\x6a\xa3\x7d\xa9\xbe\x86\xe9\x3d\x1c\xf2\x38\xac\x58\xf1\x70\xdc\xaf\x51\x44\xb2\x0e\xec\x55\xf1\x10\x09\x4b\x6c\x2b\x0a\x94\x81\x23\x37\x5b\x7e\xe0\xc8\x8d\x62\x79\x58\xe2\x59\x51\x54\x0e\x4b\x3c\x2b\x55\x1e\x82\x9f\x2b\x6e\x2e\xbe\xe4\xb3\x52\x5d\x92\xaf\xa9\x04\x5d\x46\xaf\x27\x0f\x6c\xe9\xd1\xdf\x26\x50\x93\x1f\xfc\xda\x63\x7f\x0b\xbe\xb8\x04\xb4\xa2\x61\x21\x72\x94\x27\x25\x96\x54\x44\xe2\x4a\xe2\x3b\x7a\x6f\x67\xa0\xa8\xb5\xb3\x52\x5e\x02\x17\xab\x31\x72\x65\x3a\xa4\x12\xb9\x27\x1d\x8a\x8b\x41\x6b\x9d\xaf\xf1\x49\xc0\xea\xa2\xb1\x32\xd9\xb2\xd6\x2b\xeb\x6b\xbd\x02\x32\xd2\xc9\x38\xad\x11\xf9\x47\x91\x27\x46\xe5\x02\xbe\x8d\x84\x4e\xb2\x08\x63\xe4\x80\xbe\xed\x44\x44\x01\xdb\xe1\x26\x27\x8d\x1c\x11\xe9\x47\xf3\x4a\x8c\x6e\xbc\x96\xd9\x78\xc5\x42\x34\xc5\xfa\x7e\xd8\x3c\x39\xf3\x00\x63\x81\x91\xc6\xc4\x51\x2a\x24\xb8\x98\x5c\x8a\x40\x91\x24\x46\x7a\x4b\x9c\x1d\xb6\x37\x9c\x60\xd0\x58\x4c\x5e\x40\x3c\x6c\x47\x59\x60\xff\x82\x51\xd2\xa1\x71\xed\x38\x17\xb5\xd5\x98\xb6\xe1\x80\x32\xb6\x2c\x3f\xce\x9b\x3b\x50\x26\xe9\x3b\x5c\x2f\x2e\xe9\xa7\x6d\x20\x32\x0e\xff\x6c\x1d\x34\x29\x56\x5a\xcc\x08\xce\x6c\x36\x31\x23\x38\x47\xdf\x73\xfd\xaa\xc5\x5b\x83\x37\x83\xcf\xc0\xc3\x18\xb9\x15\x13\x61\x24\x16\x63\x33\x78\x4d\xd8\x6c\xb2\xc8\xed\x82\xc0\x5e\x3c\xbe\x4f\x71\x91\x0e\xf1\x3c\x35\x16\x1c\x96\xc9\xf7\x9e\xde\xa7\xc8\x71\x96\xdd\x36\xc7\x59\x58\xe3\x91\x8b\xca\x09\x0d\xa9\x91\x8b\xca\x09\xff\xa9\x91\x83\xbe\xc1\x91\x7a\x34\x87\xd6\xab\x16\x72\x00\xe0\x9c\x6f\x90\x4a\xb1\x15\x05\x69\x0a\xfb\x50\x55\x6a\x8f\xde\x94\x34\xac\x34\x59\xb2\x80\x56\x65\x41\x34\xca\x3d\x08\x44\xf8\xd7\xc8\x89\x9d\x28\xe6\x31\xfe\xa4\x5d\x07\x4e\x8c\x8e\x13\x71\x67\x11\x8b\x5f\x23\x07\x78\x83\x33\x48\x6a\xbe\xb8\xeb\xe0\xc2\x42\xe9\x8a\xdc\x34\xce\xd9\xa5\x1a\x49\xce\x17\x85\x07\x6f\x56\xd8\xfd\x62\x22\x47\xf5\x89\x5e\x90\x84\xe2\x10\xf5\x66\x59\x9f\x9b\xc6\x83\x14\xd2\x85\xf3\x2b\xef\x69\x8d\x9e\xf3\x25\xd6\xa5\xc6\x8e\x61\xdd\x65\xeb\xcd\x49\x2e\x31\x0f\x15\x71\x72\x60\xfd\x2c\x67\xa3\xec\x90\x18\x9e\x41\x36\x0e\xa9\x3b\x3c\x1b\x65\xf7\x73\x78\x06\xd6\xd8\xa8\xd7\x64\x26\xa9\x6c\xc8\x2e\x19\xab\x89\xfd\x1c\x2b\xd2\x0d\x07\xbe\x16\x86\xe8\x80\xf1\x21\xdc\x70\xca\x70\x8d\x12\x48\xad\x0f\x87\x97\x01\xec\xbb\x94\x00\xce\xe3\xbd\x87\xcb\xed\xf4\xac\x3b\x6c\x34\x62\x25\xaa\x1a\xdb\x22\xd2\x88\x9a\x64\x3c\xb1\x9c\xcb\x27\x3c\xf4\x53\xac\x43\x28\xa1\x64\x62\x42\xbe\xfd\xad\x0b\xd7\x6f\x31\x42\x23\x93\x45\x0e\xfd\x14\x19\xa7\x87\x7e\x90\x69\xa2\x5e\xb0\xe0\x7b\x6c\xd0\xf0\xf8\x78\xc9\x23\xe9\x17\xc9\x43\xf5\x3a\x7a\x00\x88\x4d\x21\x5e\xb8\xee\xe5\x8b\xe6\xd8\x13\x5d\x97\x81\x07\xc0\xe0\xe5\x96\x87\xef\x4d\x35\x65\x9b\xc2\xe6\xb7\x92\x0f\xf5\x91\x32\x8c\x23\xaf\x11\x5f\x58\x96\x56\x6f\x4d\x20\x42\x7d\x8b\x3b\xa0\x46\xe2\xf0\xaa\xf5\x1a\x6f\x73\xfc\xd0\x2c\xd7\x7d\x6b\x5e\x88\x5e\xaa\x20\xb9\xdc\x82\xca\x70\x6e\x51\x6a\x6f\xa2\x94\xe1\xdf\x06\x4c\x58\x36\x8f\x99\x75\x38\xa5\xe7\x04\x7a\xc0\xc8\x76\x10\x3d\x34\x77\xc4\x47\x07\x0a\x80\x3e\xde\x4d\xe3\x7b\x01\x95\x47\x20\x84\xa8\x9c\xc7\xc7\xfc\x52\xcc\xdf\x63\x26\x30\x3a\x7e\x04\xc8\xf7\xb7\x57\xb6\x50\x46\x8f\xc9\x8e\x6c\x1f\x24\x92\x81\x91\x59\x57\x33\x62\xe4\x52\xc9\xee\x4c\x71\xdf\x51\x97\xc8\xa7\x97\xdc\x83\x8a\xb9\x6f\xbc\x59\xe5\x25\x38\x54\xad\x6a\x11\xb9\xa1\x3b\x04\x6e\x4b\x48\xf2\xcd\x17\x8b\x38\xf2\x64\x24\x3f\x49\x97\xba\x4c\x69\xe7\x0c\x92\xd2\x4e\x0b\x54\x34\xb6\xd6\x59\xe6\xa0\x90\x96\xb7\x48\x9c\xad\x56\xc7\x88\x2f\x4c\x73\x67\xc4\x17\xa6\xc5\x32\xbe\x8e\xd8\xbe\x84\xdf\xf6\xa7\xf7\x8b\x50\xc6\x32\xcb\x4e\x9e\xf0\x91\x69\x9c\x4b\x87\xf0\xfb\x1e\x23\x45\xf1\x3d\x2e\x07\xa8\x34\x1d\x5e\x82\xd3\x29\x73\x00\x0b\xfc\x24\xa2\x77\x39\xbd\x55\x13\x3e\x35\xcd\xd5\x09\x9f\x1a\x99\xbe\x6b\x32\x97\xef\x97\x97\x44\xd7\x74\x68\xbe\xb7\x93\x97\x06\x68\x98\x3b\x11\xc8\x4c\x51\x53\xf0\xc2\x14\x80\xe5\x38\xb0\x96\xc4\x84\x38\xc2\x41\x84\x9a\xbc\x10\x3c\x39\xa2\x08\xb4\xac\x84\x64\x3c\x2d\x58\x4a\x11\x63\x76\xb2\x8c\x31\x3b\x5b\xc7\x4b\xc3\x87\x3f\x88\x32\x20\xc2\x1b\x95\x87\xb5\xb8\x75\x60\x40\x91\xc9\x60\x1a\xe8\x22\x11\x74\xbb\x7b\xc6\x1b\x55\x35\x09\x26\x84\x0a\x4e\xf6\xd5\x84\x54\x91\xb9\xd4\xa9\x26\x42\x6b\xb8\x7e\xb0\x26\xd2\xce\xa5\x64\x0f\x18\xe1\xf7\x7b\x4c\xa6\xd9\x86\x80\x5b\x8c\x27\x1c\x01\xce\x56\x22\x92\xdb\x36\xb9\xba\x3b\xf9\x5e\xb7\x96\xb3\x95\x89\x61\x10\x20\xb2\xd1\x71\x46\xab\x26\x92\xce\x45\x47\x40\xd2\xb9\xb4\xeb\x08\x9b\x75\xf0\xcb\x40\x49\x89\xbc\xbf\x49\x64\x23\x84\x24\x61\xcb\x38\x29\xaa\xef\x81\xad\xfa\x5e\xd8\x84\x07\x94\xb2\xd2\x92\xde\x2e\x27\x93\xc4\x74\xc9\xf6\x8b\x58\xa4\x5f\x1d\x5c\x62\xbd\x88\x44\xbf\x15\x4e\xbf\x05\x4e\xdb\x2f\xce\x31\x53\xa6\xe3\x6b\xf7\xf5\x68\x8b\x03\x38\xed\x2c\xba\x4d\x12\xe9\xe1\x06\x1a\x46\xaa\x58\xd4\xa3\x95\x10\xc1\x1c\x25\x5e\xa9\xe6\x28\x09\xae\x69\x08\x32\xa9\x6a\xfa\x41\x68\x4a\x64\x81\x1b\xce\x31\xb9\x45\x54\xd1\x13\xc7\x87\x87\x1f\x90\x10\x6e\x4f\xfd\x92\x4c\xa2\xd2\x59\x5a\x92\x49\x24\xe6\xb6\xa6\x06\x40\xc9\xf7\x98\x83\x9b\xf5\x05\x0e\x20\x1a\xe6\x7e\xc9\x60\xdf\xdd\x2d\x2e\x1a\xa6\xf6\xfd\x03\x90\x4a\x4f\x4b\x34\x69\x5c\x13\x57\x53\x03\x50\x47\x89\x38\x52\xdd\x97\xd3\x92\x47\x62\xb3\x12\xde\xad\x21\xe1\x74\xc8\xdd\x9e\x97\xc4\x11\x9b\xa8\xc3\xd3\xd5\x5c\x99\x1d\xa8\x5d\x5c\x78\xb7\x46\xb2\x3e\x68\x14\x13\x78\xb7\x1a\xc2\x5e\xea\x3a\x26\x00\xce\x13\x3c\x24\x02\xaa\xa9\x63\x59\xad\x36\x04\xa4\xce\x2c\xae\x2e\xf5\xeb\xd4\xf1\x09\x48\xbd\xb8\xbd\x86\x40\x0c\x81\x06\x13\x44\xec\x34\xa7\x63\x68\xb8\x66\x30\xb8\xbd\x9a\x6b\x17\xb7\xd7\x10\x20\xa2\x77\x14\xfc\x13\xd1\x3b\x4d\xee\x30\x9c\x6f\xfa\x1d\x62\xd1\xf6\xc5\xe2\xd7\x7c\x6d\x08\xb8\x8d\x41\x0b\x12\x15\xee\x31\xce\x95\xd7\x44\x98\x4f\x73\xce\x4f\x69\x81\x0e\x4f\x0c\xc5\xc8\x7a\xe9\xc4\x5d\xe1\x74\x9e\xb8\x60\xc4\xde\xa9\x1b\x08\xa0\x4e\xb1\x0d\xe6\x4f\xb1\xed\x7b\xc8\x42\x18\x4e\xd8\x89\x33\x78\xe2\x81\x71\x40\xa7\x03\x12\x06\xe9\xd7\x3a\xc0\x2c\x32\x2e\xec\xed\x22\xec\xc2\x75\x65\xfb\x97\x17\xd3\x4b\xe4\x97\x0d\x01\xf4\x85\xbb\x41\x7a\xbc\x71\x31\x54\x3e\x40\x76\xe9\x5c\x26\x5d\xd3\x8d\x93\xc4\x45\x7b\x63\xb9\x77\x3a\x75\x82\x39\x9d\x46\x13\x23\x4b\xa6\x9b\x55\x51\xad\xdf\xa8\x43\xc7\x37\x56\x7c\x17\xfc\xad\xd6\xc4\x08\xc8\x56\x62\x58\x44\x22\x5b\x89\x82\x61\xd2\x09\x26\xb3\xbb\x89\x8d\xab\xb6\x03\xd0\x62\xe8\x56\xa1\xe5\x5b\x33\x97\x60\x7e\x49\x66\x04\x1e\x7e\x6c\xea\x92\x66\x99\x01\xb8\xc4\x1f\x9c\x24\xa2\xf1\x71\x29\xdb\x10\x40\xcb\xdd\x1f\x80\x96\xc6\x1f\xbc\x8d\xae\x64\x6e\xe4\xd6\x88\x9d\x1e\x3c\x3b\xdd\xf6\x01\xda\x85\xf9\xe0\x79\x70\xd1\x3d\xde\xb0\x2c\x56\x1e\x3c\x3b\xd2\xd9\x64\xce\x9c\x63\x9d\x66\xd8\xa2\x92\x37\x44\x72\x23\x75\x4d\x13\x42\x6b\x7e\x00\xff\x95\x0d\x4c\x46\x20\xf5\x4f\xaf\xae\x1c\x56\x5a\xca\x7a\x94\x27\x70\xba\xc8\x20\x8c\x34\xc5\x3b\xc3\x99\x0c\xa1\xf9\x1e\x17\x06\x0a\x46\x9a\x40\x27\x95\xbe\x40\x27\xe3\x7f\x39\xf2\x68\xfb\x3a\xce\x04\xe2\x95\x26\xac\x83\xe3\xac\xf9\x5e\xf4\xd2\xfe\x8b\x37\xc7\xe5\x4e\xf8\x50\xd5\xec\x95\xf0\x96\xe9\x0a\x49\x3b\x09\xf0\xfe\xe1\x96\x66\x6d\xca\x7d\x1f\x98\xb2\xfe\x2c\xa8\x3c\x7b\x5d\x01\x37\x5d\xd7\x7c\xe0\x93\x41\xd4\xcd\xc7\xb9\x10\xc0\xf2\xcd\x4b\xf6\x19\xc4\xe1\xd7\xcc\x35\xdc\x1c\x29\xaf\x59\x17\x16\x2b\x21\x63\x77\x21\x9a\xb0\x66\x5c\x58\x5a\x6c\x32\x46\x18\x15\xda\xcc\x8d\xdc\x6a\x5e\x39\x24\xea\xf0\x2d\x37\x72\x6b\x2b\xcb\xdc\xc8\xad\x92\x94\x97\xa8\x33\x54\x80\x73\x10\x1e\x60\x23\xb0\x38\xee\xfa\x38\x4c\x98\xa8\x1c\x70\x92\x08\x33\x09\x51\x54\x98\xb3\x96\x1a\x64\xb7\x1c\x03\xdf\x7e\xe9\x3e\xcd\x9a\x71\x10\x64\x33\x66\x1c\x8e\x24\xd5\x1c\x2b\x0d\x77\xca\x50\x49\xb0\x0c\xb0\xc1\x0e\x4f\x00\x01\xd8\x6d\xd2\x01\xd8\x08\xb0\xbb\x3e\xc8\x0b\x02\x25\xf2\x18\x28\x8e\x2e\x4e\xd7\xd7\xcc\xd5\x96\x9c\x9c\xaf\xd9\x0b\x0f\x76\x43\xa6\x5a\x41\x98\xcc\xe4\x5c\xd3\xca\x97\x93\x80\xd2\x50\x72\x9a\x6d\x08\x40\x91\xb8\x73\xda\xe4\x03\x74\x4b\x28\x1b\xee\x8f\x79\xc7\x3e\x3b\xe4\x64\x54\x5e\xb1\x96\xb0\xfa\x83\x48\xf6\x8b\x05\xab\x72\x6c\xc6\x4d\x16\x1d\x0f\x6e\x32\xb2\x18\xd4\x9c\x05\x95\x31\x70\x16\x4a\xe5\x20\x73\xfe\xc9\x58\x9d\xcc\xf9\xa7\x2e\x91\x2c\xb1\x69\xa8\xb8\xe4\x42\xe2\x22\x56\x5b\xe6\x9a\x27\x1d\x80\xd9\x73\x51\x0e\xdf\x73\x51\xd5\xf7\x38\xb7\xaa\xdf\x0e\xda\x01\x7e\xae\xce\xde\x32\x54\xd6\xca\xd3\xed\x0c\xff\x90\x94\x51\x04\x08\x1c\xe9\xdb\x72\x25\xe8\xdb\x82\x45\xe6\x8a\x33\xc6\xc1\x70\x37\x83\x51\x70\x19\x6f\x96\x1a\x47\xae\x78\xdb\xfe\x17\x61\x67\x72\x36\x3d\x8b\x03\xc0\x54\x26\x04\xdb\x2c\x82\xcb\x9f\x8b\x0d\x76\xfe\x21\xcc\xd3\x55\xfa\xce\xef\x0d\x77\xb3\x08\x10\x42\x68\xe5\x98\x57\x94\x59\xca\x66\x6b\x37\x24\x23\x67\xbb\x92\xa7\x01\xf7\x89\x5e\xc9\xcd\xe0\x73\xa8\xa2\xb0\xf2\x69\x51\xc9\xd3\xa0\x2c\xb7\x76\x5d\x29\xb8\x5d\x2a\x49\xb3\x71\xab\xe8\x35\xd4\x25\xb8\x46\x21\xd5\x86\x64\x54\xd5\x54\x6e\x73\xa0\x6d\xe3\x7a\xa9\x78\x4b\x69\xe3\x54\xf1\xa1\xd6\x2c\xa1\x86\x8b\xc7\xd0\x21\x78\x96\x91\x4f\x3a\x72\xa0\xaa\x0c\xfb\x41\x2a\x27\x13\x5c\x75\xa1\x1e\x0e\x2c\x56\x30\x37\xdd\xa3\x3d\xf2\x43\xef\x63\x27\xa4\x1b\x74\xb3\x8c\x05\xbc\xbb\xa3\xa4\xe6\x80\x92\xd6\xa1\xce\x25\x6c\xae\xfe\x07\xea\x5e\x87\xde\x6d\x88\xd1\x2b\x0a\xab\x50\x36\x54\x87\x9a\x16\xae\xb1\xaa\xc6\x8a\xdb\xaa\x4e\xe3\x8f\xe4\x07\xca\x33\xe8\x72\x25\x59\x93\xda\x98\x3a\x51\x9b\x72\x7f\xd6\x99\x6a\x49\x1b\xe8\x2d\xed\xd4\xa7\x5b\x39\xfc\x60\xad\x9c\x89\xfa\xaa\x66\x8b\x04\xd1\xbe\xb8\xca\x8a\x40\x29\xbe\x65\x52\xa9\xad\x82\x05\xae\xe9\x37\xed\x51\xbe\x81\xd0\xd5\xcd\xc4\x4d\x70\x90\xf5\x16\xe1\xe9\xea\x06\x5c\xd8\x83\x7a\x8b\x77\xfe\x2e\x4c\x7f\x2a\x51\xab\x8a\xac\x66\xc7\x28\xb2\x9a\xa3\xa3\xe8\xf5\xf4\xab\xc7\xe2\x3a\xaf\xa6\xd0\x3e\xa5\xbd\x8f\xab\x4b\x83\x54\x63\x71\x1b\x56\xd4\x58\x98\x50\xf7\x4a\x3e\x27\x95\x89\x15\x2d\x56\x24\x91\xc0\x77\xba\xce\x6c\xae\x0a\xcf\x53\x83\x16\x6a\x78\x74\x9f\x8f\x32\xb3\x42\x09\x15\x53\x2c\x33\x69\x93\x34\xe3\xc7\x61\xd5\x21\xcd\x50\x07\x75\xe4\x1f\xc4\xa3\x94\x50\x98\xcc\xc9\xf5\x31\x7f\x93\xe7\x38\x53\x36\x79\x38\x48\x9a\xad\x66\xab\x2e\xb2\xd9\x8b\xbb\x68\x9a\x86\x38\x6d\x26\x27\x67\xba\x52\x49\xc6\xc7\xd6\x9d\x1c\xae\xaf\x6e\x61\x02\x8c\x9d\xa1\xa1\x68\xbe\x2b\x7f\xd0\xad\x09\x9b\x0e\x31\x57\x5b\xe9\xc3\x93\x49\xf6\x26\xd5\x5c\x75\x27\x84\xfe\x81\x62\x4c\x1a\xba\xb5\x30\x17\xc4\x9d\xa7\x80\x09\xbe\x44\xe8\xcc\xb2\x5a\x63\x57\x84\xe4\x4d\x39\xe0\xab\xba\x4e\x4e\xe0\x9f\xc6\x0a\xe0\x5f\x05\x54\x76\xac\xc6\x4a\xc2\x88\xc6\xaa\x2a\x34\xa8\xff\x34\x56\x4c\x5e\x77\x2b\x72\x3f\xf4\x6a\x7e\x85\x2b\x7b\xd6\x25\xfb\x72\x4c\x7c\x57\xa4\x4a\x2f\x66\xf0\x2e\x97\xf1\xe1\xba\x0c\xc4\x27\xf4\x00\xfc\x91\x11\xcb\x45\x41\x6f\xa5\xac\xa4\x7e\xb9\xcf\xf4\x84\xb3\x96\x92\xa9\x8a\xe2\x4a\x61\x44\xfd\x14\xb9\x4a\x26\x3e\x83\x90\x4a\x80\x3f\x93\xd4\x4b\x5a\x50\x4a\xf9\xf4\xae\x9f\x92\x76\xe8\x47\x43\x2b\xa5\xb0\xb0\x1d\x8a\x84\xc3\x0f\xe5\xc0\x9c\xdb\x86\x6b\xd6\xa5\x0e\xb4\xfd\xb8\xab\xa6\xe8\xa5\xc1\x5d\x5d\x6a\xcc\x1b\xd2\xa4\x4b\x45\x71\x3b\x0c\x36\x05\x2b\xd0\x0e\xb3\xd7\x17\x7b\x36\xef\x16\xec\x7c\xc3\x4a\xfb\x52\x4d\xdd\x0e\x5c\x51\x21\xd6\xed\xd4\x59\xd6\x61\x0c\x7d\x4b\x98\xe2\xde\x4e\x33\x72\x41\x8f\x1a\xe9\xa0\xf0\xfc\xea\xed\x34\x88\x2a\xe7\xbb\x21\x51\xba\xa2\xd9\x24\xfc\x60\xfc\x53\x5d\x1f\xc3\x9f\xc6\x14\xf0\x77\x63\x0a\xc0\xe0\xb4\x53\xf5\x9e\xad\x8d\x2f\x60\x25\x8d\x25\xc3\x01\x79\x7c\x7b\x73\x36\xac\x85\x8a\x2a\xb8\x76\x65\xe4\x01\xaa\x5d\xe9\x81\x07\x5c\x57\x41\x0d\x78\x52\x36\x0c\x01\x13\xc1\x62\xbb\x28\x3d\x6a\x97\xe9\xef\x41\xe2\x86\x6d\x76\x91\x9f\x6f\x44\xb9\xf5\x6e\x6f\x3f\xc6\xab\xfd\x18\x8c\x3f\x68\x60\xfb\x71\x65\x4d\x81\x41\xbb\x32\x4a\x9a\x30\x9b\xcc\xfc\xf4\x83\x00\x45\x40\x8c\xfd\x51\xc3\xe3\xb8\x37\x62\xdd\x28\x4e\x6f\x25\x71\x12\xc0\xd0\xba\xe5\xef\x4d\x05\x96\xad\x0d\x06\x42\x91\xe4\x48\x6e\x75\x11\x55\x99\x60\x49\xed\x2f\x65\x55\xba\x4c\x4f\x5d\x1c\xb4\xb4\x15\xe5\xcf\xf6\xa3\xf0\x96\xfa\x64\x28\xd7\x14\xb3\xfd\x78\xaf\xae\xc9\x65\xab\xa6\x8c\xa2\x1f\xf5\x72\xa2\x88\xe2\xae\xfc\x5d\x7f\xc0\xe9\x1f\x48\x21\xb8\x5b\x1a\x71\xee\xd4\xda\x36\x92\x29\x48\xb6\x5b\x43\x44\xc2\x93\xb4\x21\xcb\x0a\xae\xce\xd6\x90\x42\xb8\x8a\xf8\x92\x25\xae\x10\xf2\x2e\xb8\x6a\x5b\x53\xea\xc4\x02\x35\x63\xc0\x77\x3b\xe2\x09\xd8\xad\xb4\xa9\xc4\x6c\xc8\xb1\xa9\x21\x56\x33\x3b\xb9\x77\x44\xeb\x3c\xa4\x9d\x4e\xe7\xd1\x64\x47\x9d\x37\xa9\x58\xd6\x7d\x93\x02\x45\xe7\x41\xe7\x32\x76\x1e\xcf\x4e\x3f\x33\x20\xb8\x67\xdd\x87\x85\x0d\xb6\xa3\x31\x34\xae\x65\x97\x98\x10\x44\xe4\xe3\x8a\x6f\x98\x08\x69\xa3\xda\x42\x1a\x4f\x47\x98\x08\x69\xdc\xd4\x42\x96\x42\xfc\x4e\xbb\x20\x51\x21\x64\x75\x86\xd5\x64\x75\x9c\xaa\x6a\xb7\xc3\x4d\x09\xef\x1b\x6e\xb4\xa6\x82\x8d\x64\x1c\xbd\x61\x1b\x74\x92\xfa\xa3\x37\x94\x65\x97\x86\x37\x4d\x6d\x99\x57\x51\xd3\x27\x7d\x72\x0d\x36\x24\x59\x10\xe9\x66\x16\x84\xee\xf6\xc1\x84\x85\xb6\x9f\x6d\x18\x36\xc7\x83\x3f\xdc\x1b\xba\x9a\xc8\x0b\xb8\xfa\xda\xe4\xe5\xed\x19\xfe\xf1\x56\x53\xda\xdf\x66\x92\x46\x2b\x35\x28\x85\x95\x38\xc3\x8a\x56\xdb\x34\xe9\x35\x45\x24\xb1\xd2\x0c\x65\x53\x92\x22\x3c\xcb\x88\x69\xd9\xdb\xe4\x7d\xc9\x4d\xd5\x6e\x9f\x0b\xf4\x7f\xf3\x5c\x90\x72\x63\xec\x73\x92\x06\xae\x37\x64\x4b\x59\x1f\x7f\x29\x8b\x61\x7e\x1b\xca\x2a\xb0\x6c\x8a\x1a\x82\xd7\x5b\x43\xb9\xa6\xc9\x62\x53\x9a\x24\x31\x25\x1d\x01\x49\x57\x7b\xbb\x91\xa1\xc0\x3f\xb4\x1f\x4b\x54\xbc\x11\xdb\x93\xeb\xce\xbc\x1e\xc3\x74\x7b\x15\x3c\x5e\x51\xfe\x31\x24\x32\x74\x6b\x42\x72\x5b\xa3\x3a\x73\xa5\x55\x9d\x89\x72\x8f\xe1\xd0\x1d\x4d\xa1\x48\xf9\xd3\x4a\xa4\x3d\x68\x1c\x60\xbc\xda\xc2\xf1\x0f\x86\xbe\x2d\x54\x3a\x8e\x82\x21\xf6\xe5\x9c\x48\x49\x5e\x1c\x45\x03\x6a\x09\xc1\x8f\xf7\xf9\x77\xb9\x2c\x08\x84\xa7\x65\x23\xe7\x80\x55\x6e\x86\xd5\x1b\x22\xcc\x86\x3c\xc2\xd2\xb6\x1f\x1b\x34\xf5\xa2\x68\xdb\x90\xfb\x6e\x96\x9e\xe8\xdc\xc5\xcd\x3c\x01\xde\xa5\xdb\x78\x08\xde\x72\x3b\x09\xa1\xdd\x7a\x4b\x8a\x3e\x3b\x6f\x49\xa0\xd2\x58\x27\x04\x1d\x36\xc8\x43\x8f\xa3\xd8\xe1\x1a\x22\x1b\xd2\x74\xb1\xc1\x04\x99\x5f\xaa\x37\x32\x91\x7b\x84\x88\x34\x63\x97\x46\xfe\xb7\xa5\xb1\xa5\x28\x62\x16\xe0\xa5\x8d\x67\xd8\xe9\xd5\x8e\xf6\x8c\xb8\x26\xbd\x69\x75\xe3\x4a\x7c\xaa\xe7\xad\x43\x0e\x3d\xe9\xc9\xa7\x7a\x9e\x39\xa2\x3d\x2b\xd2\x8d\xcf\xd4\x6f\x96\x45\x06\xa0\x21\xbd\x53\x73\xfb\x3e\x8d\x21\xec\x47\x03\x28\x78\xb6\x7e\x70\x45\xb1\x70\xdd\x3c\x4e\x50\x89\x8e\xda\x8b\xa4\xcb\xbd\x13\xb3\x46\x1c\xee\x78\x94\x93\x25\xa2\xf7\x03\xcd\x69\xb1\x0e\x67\x04\x4c\xed\x87\x67\x64\x50\x46\x19\xdd\x1d\x0b\x40\x8b\xfd\x00\x68\x38\x96\x58\x3b\x29\x0b\xe8\x45\xd9\xdc\x02\x96\xc9\xa5\xc5\x0d\xd8\x75\x3d\x83\xbf\xea\xba\x9e\xc1\x47\x74\xc2\xe7\x8a\x5b\x1d\xee\x46\x81\x5d\x3f\x13\x85\x28\x37\x83\x24\x51\x1e\xee\xa8\x7f\xa0\xab\xe3\x72\xef\x78\xa1\xcf\x6c\xa0\x29\xcb\xb4\x05\xf7\xa7\x23\xe8\x58\xe6\xcc\x2e\xef\x52\x46\xc3\xb1\x4c\x39\x77\x37\x92\x2e\xfe\xdb\xbd\x93\xe3\x49\xab\xdb\xae\x63\x19\x64\xa4\xe3\x58\xa6\x9c\xb8\xe3\x58\x46\x18\x8d\xde\x75\x2c\x73\x19\x2f\xb4\x9c\x97\xbf\x7b\xb0\x1d\xe0\x87\x5b\xaa\x18\xba\x11\xf7\xdc\xa6\xa2\xa1\x0d\x34\xb7\xa3\xb3\xd3\x0e\xb5\xe3\x40\xa6\xbe\xa1\xe3\x40\xa6\xa4\xbb\xe3\x40\xa6\x5a\xa1\x17\x34\x8a\x88\xca\x7a\x01\x38\x97\x08\x07\x32\x35\x38\x1d\xcb\x1f\x55\x06\x9d\x54\x4f\xb8\x3e\xf6\xae\x72\xcd\x15\xaa\xa8\x7e\x9d\x30\x61\xfa\x4d\x42\xd6\x7b\x85\x80\x88\x44\x6a\xda\x84\xba\xea\x64\x20\xa4\xaa\xda\x9c\xbe\xbc\x87\x6b\x8d\x87\xbb\x09\xd0\x7a\x57\xd7\x16\x7f\xf2\x6e\xbd\x66\xd6\x52\xf6\x57\xed\x9b\xc3\xa8\x71\x13\xe0\x06\xf0\x22\x65\xd3\xad\xda\x7d\x37\x5e\x9e\x22\xd6\x8e\x6e\x4d\x23\x8c\x4e\x6a\x27\xd2\x7c\xf7\x4e\x6a\x27\x12\x47\xf6\x4e\x6a\x27\x02\x44\xf4\x2e\x6b\x02\x9d\xe9\x0d\xb2\xe8\xfe\x92\xda\xa9\x58\xee\xda\xc8\xc3\x8d\xf5\x8e\xfa\x86\x1b\xb6\x77\x74\x4e\xcd\x4a\x45\x54\x64\x84\x0e\x47\x25\x06\xa9\xbb\x83\x5b\xea\xa4\x76\xd2\xa8\xba\x13\xef\xd7\xdc\x72\xbd\xab\xc8\x13\x6d\x64\x66\x3c\x35\xc9\xcc\xc0\x24\xf7\xce\xb5\xed\x96\x75\xd8\xa8\x29\x18\x5e\x5d\x34\x08\xae\x73\xa1\x08\x64\x5b\xee\x64\x40\xc1\x3d\x96\x21\xb1\xf4\x08\x05\xb2\xea\x69\x25\x58\x2d\x69\x8f\xd9\x9f\xe0\x57\x3a\x29\x3f\xf5\xb6\xea\x81\xf8\x5f\x7c\x0a\x64\xe7\xd3\x7e\xd0\x59\xb8\x3d\x21\x7f\x61\x5b\x43\xf2\x38\x1d\x63\xf2\xc0\xf7\xf4\xc1\x65\x23\x31\x19\xc8\x8e\x3d\xf8\x32\x3a\x6a\xf8\x3a\x31\xf7\x74\xcd\xeb\x3f\x7e\xa6\xc8\x27\x75\x62\xeb\xe9\x3a\xd7\xc9\xf7\xad\x3b\x5e\x1f\x08\xb6\x3d\x05\x03\x79\xa7\x54\x6f\x48\x28\x20\xff\x9d\x14\x4f\xfa\xe3\x75\x59\x1e\x1e\xe5\x7d\xaa\x6c\x70\x3e\x24\xfc\xd6\x49\xac\x4f\x04\xb2\x1e\xe4\x89\x40\x56\x5a\x37\xf1\x48\xc8\xdf\x07\x65\x3b\x42\x1e\x9b\x75\x6e\x73\x6d\xd9\x29\xc2\xc0\x2c\x23\x60\x43\xca\xdb\xe5\x7f\x10\xb5\xf6\x1f\xff\x33\x65\xd4\xfa\x2d\x67\x0a\x10\x7a\xa1\xe5\xf6\x93\xd1\xdb\x57\x6c\xbf\x93\x03\x65\xd2\x69\xe0\x2c\x02\x28\x17\xf2\xf8\x62\xd4\x3c\x12\xd3\x15\x06\x89\xdd\x69\xd4\x2c\x06\xa4\x51\x33\x2c\x60\x7f\x08\xb3\xe0\x21\x4f\x87\x7a\xf8\xa3\x8e\x51\x73\xde\x5e\xfd\xc1\x06\xdb\x33\xfa\x28\x1c\x14\x5d\x33\xd5\xb7\x38\xfa\x28\x79\xcb\x8f\x1f\xf4\xc3\xa9\xe3\x78\x4f\xc8\xa6\xde\x35\x69\x3e\xf3\xe3\xf1\xc3\xe1\xb7\x1f\x76\xfc\xfa\x61\x7b\xd3\xa6\xba\x2c\xc8\x96\x4e\x32\xf1\xf4\x8e\xd8\x48\x06\xa6\xff\x38\xa1\x2a\x13\xd7\x11\x1b\x0d\x17\xdb\xb4\xdf\xa7\x94\x67\x09\x0a\x03\x6a\xa1\x7c\x66\xeb\xed\x7c\xfd\x47\x54\x72\xc2\x4a\x8e\xc8\x8c\xdb\xbb\xa9\xbe\x7f\xb8\xf1\x17\xc1\x23\x04\x9f\xe2\xd1\x9e\xe6\xcb\x3c\x20\x3a\x29\xbe\x15\xa0\xf5\xbd\xe0\x2f\x19\xf4\xc7\x29\x35\xcd\xae\x7a\x32\x4a\x88\x9d\xbb\xbc\x91\x30\xbf\xc6\xda\x07\xb0\xd7\x74\x0c\x12\x62\x44\x3c\xff\x28\x21\x99\xbb\x7d\x11\x76\x84\x3a\xa5\x64\x57\x8b\xa7\x36\x58\xfb\xe9\x43\x4a\x11\x46\x90\x7c\x2c\xbd\x63\x24\xa4\x4e\xa0\x63\x18\xd4\x44\x66\x0d\x83\x3c\xfd\x1f\xe6\x2c\x22\xed\xc7\xf3\x50\x0c\xfc\xb1\x3c\x97\x9a\xb9\xc0\x93\x4b\xbb\xdf\x38\x24\x53\x41\x19\xc3\x41\x8d\x3d\xe3\x40\xbb\xc4\x02\xc4\x8f\xcd\x99\x3e\x82\xe3\x40\x4e\x0f\x39\x0e\x6c\x89\x39\xfb\x71\xa8\x2b\xa0\x88\x19\x58\xd8\x12\xab\x2b\x6e\x87\x38\x74\x38\x68\x76\xb3\xcd\x8e\x44\xd9\x68\xed\x02\x71\xe6\xeb\x8a\x26\x04\x04\xbe\xec\xea\xc4\xa2\x41\xa8\xf1\xc0\x1a\xb2\x1b\x41\x10\x60\x3d\x39\xe3\xc7\x9f\x14\x95\x31\x71\xda\x2d\x37\x44\x60\x76\xac\x22\x2c\x2e\x49\x10\x8d\x51\x66\x29\x9e\x8a\x1f\x7f\x32\x7d\xb5\x84\x99\x83\x88\x93\xda\x03\x9e\xa4\xea\x5d\x1b\x97\xd2\x29\xcb\xc1\xa6\x33\xb4\x81\xf9\x18\xf9\x22\xa0\xae\x4d\x89\xa7\xcb\x94\xc9\xc8\x0d\xbb\x1d\x05\x32\x43\x5d\x58\x0d\x7d\x4c\xa3\xb0\xce\xc0\x88\x1a\x6a\xfa\x6b\xf7\x89\x02\xbc\x64\x02\x38\x1d\xbd\x68\x84\xcb\xe8\x70\x1d\xba\x5f\x06\xc9\x00\xce\x1c\x09\x2b\xdc\xea\x50\x9b\xf9\x51\x94\xf3\xb6\x4b\x38\x6f\x74\x21\x21\x33\x52\x9d\x76\x95\x95\xa6\x12\x1e\xec\x2a\x0c\x03\x0f\x76\xa2\x03\xf5\xf8\x31\x26\x5d\xdf\xf1\x20\xf4\x8e\x1a\xdf\xa8\xa4\xa5\xe7\xb5\x14\x38\xb3\x97\xec\x73\x53\x66\x62\x30\x12\x84\x4c\xe9\xd1\x18\x8b\x13\x1f\x04\xe4\x55\x27\x18\xf0\x17\x2a\x45\x03\xa3\x63\xa2\x15\xf5\xc0\xe8\x58\x77\xe1\xc0\xbf\x4a\xdd\x62\x34\xfb\xb7\x4f\xce\xea\x69\x7d\xde\x34\xc2\x09\x4b\xa1\xae\x30\xcc\x16\xa9\x14\x31\xba\x07\xc0\xd5\x4a\x16\xc1\x75\xe9\x5e\x24\x80\xa7\xa7\xb9\xe2\x9b\xe8\x3c\x25\x86\x7f\x80\xd3\xae\x3b\xda\xa6\xa9\x40\x31\xcc\xec\x68\xb7\x61\xd8\x76\x16\x23\xcc\xbf\xcf\x24\x30\x31\x26\x2e\x50\x0f\x33\x81\x8b\xea\x44\xcf\x69\xe3\x4f\x6d\x6b\x84\x7e\x95\x36\xe2\x08\xba\xd5\xd8\x1f\x13\xc3\xaf\x07\x82\x10\xc5\x3c\x61\x34\x9d\x69\x7d\x8e\x8a\x27\x13\xf9\x88\x36\x12\x81\xcd\xb1\x8e\xa4\x81\x59\xf1\xd4\xeb\x31\x30\x2b\xd6\x53\x35\x86\x90\x5b\xc9\x47\x10\x03\x0c\x21\x67\x80\x21\x70\xd6\x31\x85\x25\xab\x31\xcc\x77\x0b\xa0\x58\x12\x37\x69\x08\x21\xfa\x88\x3f\xd3\x83\x2c\x43\x04\x49\xee\x31\x8c\x9d\xed\xfe\x4e\x33\x5f\x03\xc4\x14\x52\x7f\xe7\xb5\x83\x1c\x28\xb0\x36\x56\x38\x15\x58\x1b\xeb\x01\x18\xba\x52\xb9\xb9\x53\xe0\x18\x8c\x2c\xe2\xc4\x98\xeb\x31\x79\xa1\x79\x08\xe5\x24\x20\xef\x31\x75\x42\xf5\x77\xf7\xdc\xfe\x31\x0b\xf6\xfc\xde\x66\x10\xf1\x70\xc2\x3d\x0c\x59\xec\xc0\xc0\xb8\x27\xed\xc2\xaa\x98\x2c\x4b\x3d\x6e\x73\x9a\x01\x06\xac\x80\x9a\xa8\x78\x14\x06\xb8\x83\x24\xf5\x9e\xee\x20\x26\xc6\x4a\x15\x02\xbd\x90\xaa\xca\x20\xc7\x80\x36\x64\x01\x1f\xa0\x9b\x44\xfc\xd8\x80\xae\x4d\x58\x20\x33\x31\x52\x45\x3c\xbc\x5e\x5c\x47\x52\x7a\x6b\xa3\x16\xc8\x4f\x34\x09\x0b\xcd\x8a\xd5\x0f\x04\xe9\xba\x35\x52\x0a\xd2\x75\x6b\xfc\x13\x4b\xe0\x00\x94\xd4\xdd\x0a\x78\x63\x09\x9c\x75\x04\xce\x32\x4f\x28\xcf\x02\x99\x0a\xb4\x9c\x0a\x32\x12\x10\x3b\xad\x07\x19\x09\x48\x49\xd5\x63\xf1\xfa\x74\xb1\xc9\x4e\x90\xd7\x01\x8c\x80\xaa\xd3\xd8\xe9\x3b\x49\x99\xe7\x9d\x0b\x67\x72\x02\xd1\x7d\xeb\xfc\x4f\x9f\xdb\xb7\x27\xe3\xa2\x4b\x6a\x32\xf0\xb1\xf3\xfc\xdb\x02\xe8\x3c\xda\x66\x2a\x10\xd5\x10\xaf\xa8\x09\x0e\x32\x15\x10\xa2\xb8\xc7\x06\x6a\xe9\x2b\x82\x16\x35\xe1\x01\xfb\xa0\x16\x39\x88\xe1\xab\xed\x5a\x28\x4e\x11\xd5\x88\xc1\xe3\x2b\x2a\x88\xc1\xa3\xbd\x5a\xbc\x66\x10\xa0\xcf\xd7\x95\xf3\x77\xb6\x55\xd4\x7c\xbd\x18\x59\xd1\x97\xad\x0c\xcb\xc0\x26\xca\xbe\x99\x98\x83\x32\x2b\xca\x5b\x29\x5e\x57\xd4\xb2\x2b\x4a\x59\x5b\x66\x8f\x90\xb6\xcc\x3c\x40\x02\x69\x8c\x66\x88\x81\x2a\x49\x6e\x33\xcc\x7a\xe0\xfa\x64\xd6\x03\xe6\xab\x2d\x73\xb3\x8e\x30\xff\x15\x2c\xa9\x87\x86\xce\xde\x77\xf8\x4d\x55\x6d\x17\x43\x4b\x67\x4f\xd1\x27\x8e\x38\xca\xab\xe0\xd5\x16\x1e\xa9\x5f\x83\x71\xe8\x9c\xc0\xf8\xe3\xf0\x4c\xe5\x47\xba\xa0\x0d\x3e\x34\x8d\xbf\x6c\x83\xb6\x55\x69\xfb\x80\x65\x09\xe5\x5f\xe3\x34\x80\x12\xb8\x38\x48\x74\x60\x64\x90\x41\xda\x6d\x5d\x48\xc6\x89\x9d\xd4\xb4\x8c\x38\x30\xac\x0f\x5b\x93\xf5\x07\xf5\x01\x84\xd4\x06\x25\x2c\x1b\x05\x6d\xda\x00\xa3\xde\x61\x47\x18\x23\x0f\x7f\x7f\x25\x87\x95\x0f\x5e\xcd\x9c\xb8\x41\xa2\x03\x52\x5c\xf6\x71\x29\x84\x60\xb4\x2b\x6f\x38\x5a\x93\xdd\x80\x74\x91\x7d\x90\xdd\xa0\xb0\x81\x43\x4e\x86\x53\x30\xc8\x68\xa0\x7b\xc7\xb8\x30\x39\x16\xa2\x0b\xb3\xde\x61\x1d\x21\x2a\x94\x89\x37\x32\x2d\x03\x10\xc7\x6f\x14\x84\x09\x02\xa1\x11\xb4\x7d\x92\x79\xbb\x80\xb0\x23\x19\x1d\x6e\x98\x81\x11\x74\x0a\x76\x06\x71\x88\x2f\xe7\x5f\x84\xc8\x5e\x59\xb0\x69\x1d\x20\x0a\xcb\x08\x3f\x9c\x99\x46\xd0\xce\xa6\xa8\x5c\x83\x15\x19\xe4\xe4\xd6\x09\x68\x20\xa8\x51\xe2\x38\x14\xd4\x0c\x7f\x47\x50\xe3\x3a\x56\xc1\xa6\x53\xe5\x34\x30\xa9\x43\xeb\x68\x97\xa2\x2a\xec\x2b\xfe\x21\xd4\x0e\x86\xd9\xb1\x98\x48\xa4\x9f\x71\xc0\xa5\x0e\xed\xa3\xc3\x5e\x05\x9b\x69\x92\xa0\x9b\xbc\x9e\x7d\xe0\xa5\x55\x12\x22\x77\x19\x88\xb4\x8f\xb6\x8e\x79\x94\xdc\xc0\x06\xd4\x6e\x08\xfa\x25\x1d\x80\x46\x6b\x4a\x91\x18\x00\x2e\xab\x6a\x05\x3e\x9a\xea\x19\x48\xf7\x20\x9a\x60\xa8\x87\x1a\x1d\xd9\x8d\xe3\x69\xa8\x0c\x85\x1b\x81\x28\xc6\xc9\x91\x04\x51\xbf\xd1\x11\x18\xa1\x8a\xc3\x1a\x2a\x8b\x91\x81\xf4\xc5\xed\x09\xac\x6a\xa1\x22\x43\x43\x65\xcf\x42\x28\x3f\x62\x2c\x62\x0c\xfb\xa2\x18\xda\x26\xbb\x46\xda\x26\x3b\xe7\xc0\x08\xd5\x95\x27\x08\x8f\x3e\xf6\x83\x20\x3c\xfa\x8f\x8d\x81\xde\x0d\x71\xc8\x18\x18\xce\xda\xa7\x66\xca\x59\x27\xef\x67\x1b\xa3\x84\x13\xbf\x06\x40\xbb\x90\xda\x2c\x43\x06\x47\x06\x0a\x74\x07\x07\x50\x8b\xce\x1a\x2d\x8b\xfe\x83\x19\x8c\x3f\xed\x7f\xc7\x60\x7a\x62\xe8\x60\x89\xb9\x9a\x86\x86\xcb\xdc\xf5\x43\xc3\x65\xb7\x77\xba\xdc\x2c\xe5\x64\x1a\xe2\x15\x71\x7c\xb4\x4a\x1b\x84\x20\x54\xcc\x3e\x08\x41\xa8\x4f\xcf\x98\xfa\xee\x78\xc6\xa6\x10\x3a\x18\x40\x88\x1a\x13\xb9\x9c\x38\x43\xbc\x1e\xfd\x99\xc7\xed\xba\xf2\xbb\x06\xc9\xee\x9b\x06\xc9\xee\xf9\x8d\x6e\x13\xba\x3c\x34\x48\xce\xb6\xe6\xfd\x80\x03\x1f\x5a\x24\x8b\x54\x5a\x24\xbb\x7c\x37\x4b\xe9\x66\x11\xc6\x58\xe7\xd3\xa1\x45\x32\x6c\xd2\xb8\x05\xd4\x4e\x05\xd4\x3e\x41\x06\x18\x85\x71\x8b\x0c\x4c\x86\xbc\x8a\x61\x3f\x0f\x40\x8b\x48\x8f\xab\x48\xdb\xc7\x03\x43\x9f\x3f\x4e\x6a\xc8\x25\x0e\x83\x01\xb9\x1b\x4a\x54\xc8\x08\xd0\x07\xe6\xcc\x4d\x89\xd3\x78\xf2\x62\xa0\x49\xfa\x5c\x09\x87\x29\x14\x55\x35\x8d\xe5\xf6\xb0\x4a\x4b\xf6\xd3\xce\x7e\x6c\xd0\x30\x4a\xc5\xc0\x5a\x59\x13\x90\x81\xb5\xb2\xc6\x98\x03\x6b\x65\xdf\x4a\x63\x61\xf9\xa0\x2d\xcc\xf8\xf1\x4a\xc5\xc7\xd2\xd0\x5c\x59\x6a\x85\xb9\xb2\x8f\x9f\x81\xb9\xb2\x06\x87\x03\x35\x93\xd1\x44\x06\xc9\x15\xb5\x32\x1d\x58\x28\x6b\x1d\x3a\xb4\x50\x76\xc9\x48\xae\xa8\x65\xe9\xd8\x8d\x47\xb4\x75\x30\xa7\x75\xdb\x7e\xac\x52\x51\xc1\x3e\x7e\x9c\x52\x51\xf1\x3e\xb0\x50\xf6\xf1\x36\xb4\x4a\x76\xf6\x9b\xc7\x38\x8f\xbd\x41\xc4\x1e\x7d\x0f\xc7\x8b\x30\x42\x8a\x8c\xbd\xb1\x8f\xba\xf1\xa2\x9d\xf6\xdc\xa2\x54\xea\xf9\x3b\xe3\x3a\x2f\x4c\x8c\x0d\x50\x32\x7e\x5c\xd0\xd0\xaa\x76\x90\x65\xd1\xe7\xcf\x78\x11\x93\x8a\xb3\xaf\xf0\xd8\xf6\xa5\x1f\xeb\x7f\xf4\x43\x99\x8c\x07\xfa\x06\x8d\x0f\xd8\x3c\x5c\x9f\x6b\x05\xcc\x9a\x1e\x4b\x8f\x3e\xd6\xca\xbd\xf8\x58\x2b\x6f\x1a\x4d\x8f\x3d\xbc\x1f\x5a\x74\x51\xed\x13\x66\xfb\x64\x83\xdd\x6c\x62\xf6\x68\x6b\x3a\x88\xd9\xa3\x2a\x78\x10\xb3\xc7\x30\x3a\xe3\xdb\x94\x7f\xeb\x30\x61\x6d\x0c\xdb\xdd\x67\xb2\x36\xf0\x74\x13\xd6\x26\x0c\x24\x33\x0f\x75\x2e\xcd\x7f\x58\x53\xe8\xdf\x3c\xdc\xd7\x49\x99\xf5\xbd\xfc\x1d\x58\xb9\x46\xe7\x81\xc6\x9f\xcb\x7f\xea\xd5\x75\x1c\xe3\x2f\xd2\x36\x71\x2b\x27\x9f\x47\x9f\xc4\xf1\xe9\xa7\x3d\x2b\x4d\xb7\x37\x30\x35\x47\x64\x27\x2e\x21\xc4\x08\x1c\x6a\x33\x0d\xe3\x03\x5d\x9d\x27\x58\x0b\xc7\x34\x09\xe9\xa3\x58\x62\x1a\xd2\x07\x32\x3a\x4f\x0f\x71\xa5\xdc\x98\x91\x6d\x39\x5e\xa7\x75\xd4\xa9\x08\x84\x12\xa5\x99\xff\xdc\xc6\x77\xb2\x39\x5a\x00\x75\x22\xf3\xb2\x2f\xfe\xb8\xc4\x2c\x5a\xe0\x69\xde\xb5\xac\x98\xda\x1f\x73\x7c\x66\x41\x9b\x0d\x93\x3f\x89\xb3\x43\x40\xcd\xdf\x83\x09\xd4\xf2\x77\xa4\xdd\x3c\x83\xa6\xe6\xc7\xdc\xc3\x13\x7e\xc8\x78\xc2\xbf\xb7\x04\x8d\x99\x45\x41\x25\xc0\x6b\x64\x6a\x7e\xec\x06\x13\x98\xe7\xca\xfa\x08\xe3\x87\xe5\x4d\xa7\xd6\x79\x8d\xae\x6b\x63\x20\x75\x9e\x5a\x1f\x8b\x43\x5a\x1f\x43\x63\x67\x05\xea\x6a\xb9\xb8\xf1\x4c\xad\x0a\x76\xa3\x0c\xd8\xd5\xb2\x31\xfb\xc3\x0f\xec\xb8\xb3\xb5\xe0\xb1\x60\x15\xf0\x84\x02\xdb\x65\xe3\xcc\xcd\xea\xda\xd1\xb6\x01\x05\xd4\x7a\x36\xd7\x8e\x7e\x1a\xa2\x49\xd1\xb8\xa1\xbc\x70\x06\xc9\xde\xc0\xad\x4f\x7c\xc1\x7c\x21\xcd\xc6\xda\xf1\x24\x98\x38\xb1\xab\x86\x9b\x18\x38\x5f\x59\x5f\x40\x01\xa2\x3d\x0c\x60\x1d\x01\x75\x00\x94\x1a\xcd\x3e\x31\xe2\x6e\xd6\x07\x68\x98\xbe\xd9\xdd\x70\x96\xb1\xe7\x51\x04\xea\xee\x3a\x02\x75\x77\x06\xcc\xcc\x60\x88\x87\x67\xa4\xbb\xfd\x36\x40\xfd\x52\x2c\x87\xf7\x0d\x20\x11\xb6\xa7\x3b\x9d\xce\x14\x3c\xec\x84\xf0\xd1\x8d\x6e\x76\xa7\xc0\xd4\xb0\x88\xd6\xfd\x6b\x12\xe1\xb9\x8b\x3a\xdd\xc3\xe6\xef\x4c\x81\x1b\x76\x86\x87\x8d\xfe\x89\xe6\xa3\x93\xea\x0c\x3d\x88\x5d\x97\xd4\x63\x35\x6b\x89\x0a\x96\x1b\x23\xd0\x2b\x86\xd2\xda\x43\x4c\x74\x5a\xdd\xf9\xab\xd3\xe2\x5a\x9c\xe4\x98\x30\x00\xc6\x24\xb4\x8f\x8e\x86\x33\xc0\x16\x09\xd4\x30\x5c\xd5\xf4\xe3\xa2\x23\xa0\xf8\x71\x71\xd3\x67\xcb\x34\xc2\xf3\xc1\x75\x30\x07\x9a\x22\xcf\xd1\xf0\x38\x23\xa8\x9e\xe4\x7f\x52\x55\x3b\xc7\x4b\x99\x9e\xd0\x4b\x29\x4c\x99\x13\xf1\xec\xdf\x9e\x5b\x73\x62\xb0\xe4\xea\x4c\xd5\x68\x76\x40\x4c\x23\x61\xff\x71\x62\x53\xf5\xf9\x9c\x18\x8b\x7b\x1a\xa6\x3a\x76\x8f\x03\x4a\x2b\x95\xc6\x73\xde\x54\xb2\x31\xd6\xe2\xdc\x3a\xf3\xc7\xa1\x55\x6d\x2f\xe7\x04\x72\xb7\x7a\x9a\x41\x46\xd2\x95\xca\x2c\xa0\x50\x99\xe5\x4e\x60\xcc\x53\x8d\x97\x30\x6f\x52\x1b\x48\xd7\x6f\x64\xce\xc5\x32\x42\x67\x0f\xd6\x8d\x41\x09\xf7\xda\xbc\x01\x3b\xdb\xaa\xfc\x72\x00\xa0\x46\x26\x34\x6f\xa1\xb6\xbe\x50\x5b\x1f\x73\x7c\xa9\x2f\x26\xd1\x6a\x5e\x26\x5a\x30\xcd\x6b\x27\x91\xa4\x75\x86\x9c\x0f\x13\xf0\x06\x78\xd4\xc6\x01\xdb\xe3\x23\xdd\x83\xf8\xb8\xee\x56\xc2\x98\x9b\x4b\x7d\x3e\x4e\x80\xb5\x26\xd8\xb4\xfa\xf9\x49\xb0\x69\x2d\x60\xe7\x23\xd0\x00\xf7\x08\xa8\x75\x04\xd4\xfe\x41\x12\x84\x51\xf3\x61\xa9\x8b\x7d\x0a\x28\x93\x41\xdd\xd5\xf3\xee\xc1\x94\x5a\x5b\xe3\xb9\x50\x23\x78\xf4\x96\x2b\x4d\x47\xcb\x95\x66\x00\xd2\x5d\x28\xe3\x99\x0b\x80\xe0\x1a\xe6\x62\x15\x45\xa2\x25\x70\xd6\x67\xef\xbd\xff\x96\xab\xe8\x58\x62\xb0\x63\x01\x9c\x14\x6c\x13\xb0\xdd\xf3\xb2\x33\xb6\xaf\x7f\x00\x10\x6c\xcf\xdc\x02\xc4\xec\xb7\xc9\xd6\xdc\x03\xe4\x60\x83\xfc\x18\x7d\x12\x67\x5a\x69\xe2\x7c\x53\x6c\xc2\x42\x22\xb3\x3a\xf4\xf1\x9f\xd8\x3e\x1f\xfa\xd7\xcf\x57\x4d\xe4\xb4\x0d\x06\x7b\x7a\xe7\x4f\x34\x63\x87\xf6\xa0\x93\xc4\xd8\x5a\xf7\x4f\x05\x57\x86\x6a\x9a\x68\xc6\x0e\x83\x30\x4c\xc4\x55\x87\x21\x75\xe6\x8b\x51\xbd\x58\x83\xef\xfd\xa1\xab\xff\x44\x30\x75\x18\x1c\x60\x7e\x42\x26\xab\xf1\x61\x3d\x2f\xc2\x7e\x42\x29\xc6\x7e\x02\xe6\xf1\xff\x12\x30\xc6\xff\x74\x4e\x90\xd9\x31\x2b\x85\xf2\xb2\x89\x45\x91\x09\x52\xfb\xfc\x04\xd3\x9d\xfb\x04\xd3\xad\xf8\x00\xd3\x5b\xec\x13\xcc\xc3\x5a\x9f\x1f\xbf\x61\xee\x43\x7d\x2f\x67\xec\x3e\xd0\xf7\x42\x0d\xee\x03\xe3\x7f\xc8\xc7\xad\x3c\x4a\x85\xdb\x7d\x08\xff\xe5\x07\x56\x91\xe0\xdc\x7d\x68\x15\x09\xa2\xdd\x87\x73\x81\xc6\xdd\x24\xb4\x38\x0c\x4a\x71\xc3\xb8\x1d\x86\x5c\xb8\x49\x6f\xa1\x33\xcd\x7d\x68\x3a\xd2\xe2\x2f\x92\x77\x6b\x92\x64\xb0\xd4\x1b\x91\xd8\x61\x78\xc5\xfb\x70\x6e\x10\xb1\xfb\x64\x3a\xe0\xd9\x7d\xba\x03\x41\xd9\x19\x40\xac\xee\x33\xf1\x84\xe6\xa7\xdb\x01\x9a\xde\x67\x6a\xac\xed\xcb\x29\x70\x34\xef\x13\xbf\x8c\xb0\xac\x56\xa6\x5a\xcb\xdd\x38\xfc\xd0\x70\x8a\x45\xbf\x4f\xa1\x3c\x04\x00\xed\x7b\x08\x18\x5e\x40\x30\x21\x37\x46\x4b\x87\x41\x40\xee\xcb\xcd\xa0\xab\x4b\xef\x0b\x60\x44\x11\x78\x68\x46\x78\x5f\x89\x3f\x8c\x71\xb9\xe6\x87\xd5\x54\x6c\x0b\x30\xd6\xd5\x53\x19\xdd\x4d\xb8\xeb\x46\xe6\x85\x7e\x1b\x9e\x48\xdf\xa6\xfb\xca\xc0\x18\x74\x5d\x34\xbd\x74\xd3\x30\x89\x6e\xd2\xf7\xbb\x54\xff\xf1\xe3\x87\x01\x1a\xb1\xdc\x45\xb5\x3e\xa3\x14\x74\xe9\xee\x4a\xb9\x29\x5b\x47\xad\xbe\x3b\x54\x54\xb2\x73\xfc\xef\x82\x73\x86\x48\x66\xd2\x70\x15\x3d\xb7\x59\xc3\x0d\xd1\x73\x57\xd7\xc8\xce\x88\x52\x74\x7a\xa3\xdc\x35\xe5\xbf\x74\x50\xd1\xfd\x73\x12\xee\xaa\x05\xa7\xb8\x0c\x67\x78\xaa\x8d\xbc\x89\xe5\x68\x58\xf2\x9b\x04\x1e\x23\x07\x99\x0e\xef\x1f\x0f\x7f\xd8\xc0\xe8\x27\x4e\xab\x0a\x17\xf4\xea\x6e\x5a\x1e\x88\x3a\x2d\xe1\xa2\x4d\x33\x64\x88\x70\xa1\x6f\xac\xc6\x16\xb8\x9b\x0b\x59\xfc\xa7\x09\x18\x50\x36\xa1\xe4\x8c\xdf\x4d\x6f\x0d\x48\xc1\xdd\x5c\x63\xcb\xae\x31\x4b\xd9\x34\x9d\x70\x23\x5a\x2e\xb2\xa3\x68\x3a\x21\xcc\xcd\x85\x2d\xb6\xc7\x2b\xc7\xad\xe8\x09\xbf\x1f\x27\x7f\xd0\x9c\xac\x61\x24\x9e\xe8\x37\x36\x4e\x43\xfd\xd0\xdd\x13\x7a\x00\xee\xc9\xf8\xd8\x5c\xe8\x9d\x31\x6c\xe3\x79\xba\x61\x5d\xac\x84\x10\xdf\xdd\x55\x16\xdd\x7a\xc2\x6f\xd7\x2c\x79\xd6\x12\x7c\xb7\xb2\xe7\x92\xb3\x31\xa1\x7b\xb6\x6b\x11\xc9\xc2\xd2\xc6\xf8\x48\xfa\x37\xdd\xd8\x64\xb7\x23\x3f\xde\xff\xfe\xd7\xb4\x27\xbe\xb5\xc2\x96\x89\xbf\x07\xce\x2a\xdc\x6e\xf7\x3f\x23\x6c\xfa\x1a\x66\x94\x76\xf9\x86\xbe\x36\x70\x4f\xf7\x20\x20\x97\xf4\x6e\x18\x1c\xae\xf9\x61\x40\x38\x18\x91\x5b\x57\x38\x99\xb2\x7b\x98\x4a\x5b\x72\x9b\xb9\xd0\xb9\xc9\x6e\xbc\xdf\x4e\x4d\xa0\xee\x61\xdc\x3a\x89\xca\xd0\xb8\x72\xfc\x4d\x17\x7f\xfc\x63\xd3\x2c\xe6\x9e\xce\x01\x3e\xe4\x36\xf6\x91\xaf\x89\x7b\xe6\x1c\x18\x69\x3a\x07\xe0\x99\xce\xa1\x5a\x2b\x2d\x9d\x01\xe1\xc7\x33\x36\x8d\x64\xee\xcc\xb6\xee\x72\x4e\x4d\x7b\x9b\xed\xf5\x10\xaa\xfe\x83\x87\xd0\xb4\x2f\x25\xbb\x52\x9c\x99\x73\x63\xa5\xa7\x5b\x20\xd2\xdf\x82\xcf\x1f\xb7\xe0\xc3\x5e\xdd\x37\xde\x4e\x12\xe2\x1f\xdf\xd8\x34\xa3\xbf\x6f\x9d\x9d\x9a\xad\x85\x5e\xcc\xbe\x85\xbe\xd9\x17\xe7\x47\x23\x82\xdb\xc8\x90\xbe\x5c\x6e\xed\xc2\x35\x92\xb9\x6f\xcc\x6d\x84\xfe\xd6\xaf\xc8\x75\x31\xa4\x92\xca\xc9\x1b\x1e\xb0\xe9\x2f\x7e\x3f\x84\x67\x13\xfa\x47\x1b\x79\x31\xe8\xf1\x38\x48\x59\x48\x22\x6a\x78\x93\xfb\xd1\x27\x64\xd8\x97\x41\xff\x86\x7d\x3d\xd4\xb2\xb9\xc3\xc3\x2c\xde\x9a\x87\xfb\xe0\xbd\x89\xd3\x68\xf0\x96\x7b\x39\x3a\x4b\xb4\x8c\x5c\x05\xa7\x76\x2f\x63\x69\xc1\xfc\xde\x44\x4d\xba\xe4\x78\xef\x25\xc3\xef\xf0\xb8\xcc\x35\x59\xac\x7b\x99\xf3\xe4\xf0\xc3\x20\x80\x62\xc2\xd2\xaf\x49\xf8\x97\x16\xdb\x2e\xec\x32\xcf\x89\x07\x68\xeb\xcb\xe4\x66\xc0\xef\x5d\xfa\x0e\xde\x3f\x7e\xaf\xc9\xd6\xdc\xaa\x3a\x55\x60\xdd\xc6\x4c\x92\x15\xba\xb7\x8e\x55\xe2\xfc\x36\xd1\x9f\x1d\x13\x37\x52\xea\xb7\x13\x16\xd6\x42\x9b\x28\x78\xaf\x3b\x6d\xa2\x44\x44\x8d\xc7\x75\x69\xbc\x5f\xe1\x72\x61\x5f\xbd\xbf\xe0\xb6\xef\x97\x98\x89\x70\x68\xf7\xab\x8f\x97\x8b\xf9\xcf\x5c\xca\x5a\xb7\x1f\xc0\x65\x64\x46\x3d\x4b\x6f\xec\xa5\xc8\xde\xdd\x6f\xa3\x34\x6a\x3b\x7a\x6b\x2f\xae\xc0\xff\xfe\xf4\xe4\xe2\x59\x7b\x7f\x72\xb5\x92\x5c\x58\xbc\x92\xeb\x9f\x01\x19\x79\xa7\xdf\x04\x64\xd4\x21\xe7\xfe\x71\x78\x29\x50\xb8\x61\xf0\x8a\xd7\xf0\x03\xeb\x56\x0e\x08\xeb\x83\x90\xad\xf8\x82\x7f\xe0\xd7\x8a\x37\xce\xf3\xe3\xd7\x9a\x8a\x94\xe7\x68\xee\xb8\x4d\xf0\xb2\x62\xf1\x1f\x78\xaf\xf4\x02\x79\x0e\x73\x4e\xb1\xe1\xcf\x69\x44\x47\x5a\x60\xb6\x5d\x44\x8b\xe7\xc7\x2b\xe5\xa1\x78\x60\x95\x8a\x5c\xe8\x03\x47\x54\x64\xc8\x9e\x33\x8f\xbe\xff\xe0\x89\xa5\x60\xef\x51\x3d\xc8\x18\x18\x40\x41\x47\x1f\x6c\x9e\xf4\xe0\x78\x7e\x9c\x4e\x57\xc8\xf6\x90\x55\x4c\x9d\xc4\x63\x58\xa4\xf9\xa7\xe4\xef\x41\x29\x58\x0f\x87\x43\x67\x05\xdd\x78\x50\x04\x56\x3b\x2e\xea\x63\x2c\xa3\x37\x80\xce\x3c\x28\x08\x2b\xb4\xf4\x31\x4a\xd2\xc8\x4a\x08\x75\x84\xb6\x28\xe4\xb5\x81\x82\x66\x26\x5a\x10\x33\xc2\x4b\x3c\x64\x36\xd7\x97\xe4\x29\x8a\x19\x2d\x2b\xf9\xb0\x0e\x02\x5f\xdb\x2a\xf7\x02\x43\x1f\xe5\x5e\x2e\x3e\x1e\xf8\xea\x1c\x1f\x45\x5d\x70\xb6\x0f\xb1\xa9\x55\xfd\x3d\xe4\x32\xd7\x16\xec\xa9\xc8\x37\x20\x21\x4f\x25\xb9\xd1\xb4\x4f\x9e\x77\xcd\x7e\xf0\x59\x6f\xd6\xf1\x79\x67\x5b\xde\x9e\xee\x6d\x85\x59\x15\x86\x86\xab\xb0\x30\x34\x5f\x3b\x70\x3f\x4f\x33\xde\x1f\xc4\xf7\x49\xb6\xa6\xda\x24\xd9\x1a\xdb\x24\xf3\xc5\x80\xcd\xdc\x09\x97\x1d\xc0\xca\xb8\x02\x2d\x93\xff\xfa\xb1\xb8\x14\x6c\x6e\x28\x45\xd7\xfe\xc7\xbc\x34\x83\x28\x3d\x3d\x69\x0f\x7f\x90\xb8\xcc\xa7\xe6\x83\x81\x76\xf1\x67\x92\xc1\x5b\xe4\xd1\x09\x10\xf0\x2d\xca\x9f\x1e\x53\x79\xb8\x4a\x5d\xd4\x61\x85\x61\x3a\xa2\xbb\x04\x81\xe4\x87\x43\xff\x98\xc8\x5c\x13\x99\x47\xa7\xb0\x84\x3a\x64\x2c\xad\x25\xf9\xb7\x8c\x0a\x96\x91\x61\x4b\xc2\x3b\xfe\x41\xd0\xe4\xc8\x64\x15\x53\x13\xf3\x68\x07\x05\x51\x79\xc8\x5b\xaa\x52\xe0\x19\x72\x3e\x22\x0f\xe9\xc6\xd4\x64\x3e\x43\x1e\x18\x18\xb0\x89\x52\x45\xf7\xe0\x2f\x66\xc4\x83\x87\x54\x1e\xf5\xf0\xf7\x89\xce\xd9\xb6\x37\x65\x06\xc6\x41\xec\xc8\xf2\x47\x99\x53\x94\x2a\x40\xfa\x21\x5e\x91\xc6\xcf\xcf\x44\x26\x0d\x23\xfb\x60\x20\xad\x75\xf5\x33\x91\x75\x67\x19\xad\x4c\xd6\xe7\xe0\x88\x3b\x53\x21\x1b\x30\x1b\xdc\x59\x0f\x90\x47\x7f\x79\xdd\x4a\x1e\x23\x3d\x8b\xce\xb7\x4f\x20\x87\xbb\xf3\xcd\xe6\x3f\x32\x9b\x52\x28\xd3\x87\xe7\x5e\xdd\x32\x7e\x76\x0c\xea\x40\x52\x9f\x27\x51\x87\xe6\xbf\xcb\xbd\xe9\x9e\xf6\x60\xd9\x24\xa5\x7e\xb8\xce\x8d\x66\xf1\x10\x30\x51\x45\xf0\xf3\x04\x4b\x46\xa7\x0f\xce\x06\xe2\xc2\xb3\x98\xaa\x65\x94\x24\x4e\xe2\xc1\xe5\x0d\x29\xfb\x43\xa0\xa1\x8e\xfc\xf1\xc9\x40\x43\xa2\xff\x72\x0e\xed\x4f\x77\xb0\x27\x8d\x97\x9d\xc8\x92\xb3\x10\xad\xb9\xcd\x8b\x7c\xc2\xb3\x54\xef\x53\x5c\x4c\xca\x32\x66\xa1\x56\xe7\xc2\x74\xae\xe4\x13\x33\x82\xf9\x83\xc1\x92\x31\x20\x9e\x8d\xbc\x58\xca\xbc\x35\x43\xa0\xe8\x72\x58\x3d\x6d\x8e\x29\x4b\xb0\xad\x73\xb3\xf6\x76\x0f\x30\x6c\x09\x97\x79\x46\xe0\x7b\xb6\x68\xcf\x32\x91\x4d\x5c\xb5\xeb\xa3\xb8\x27\x61\x78\x7f\xc7\xd9\x30\xf9\xcf\x5b\x40\x63\x2b\x49\xac\x01\xe2\xed\x94\x19\xec\x77\xab\x87\x96\xa4\xcf\x2b\xda\x03\xd0\xab\xf5\x83\xe7\xf3\x45\x13\x28\x32\x11\xe8\x47\x26\xfc\xf9\x10\x6b\x4b\xf4\x95\xb9\x28\xbe\x7f\x48\x24\xde\xbb\x0d\x10\x7e\xb9\x2a\x29\x58\x61\x72\x4b\xc1\x8a\xd6\xc5\xeb\x48\x5a\x19\x7c\x88\xe3\x70\x8d\xeb\xd0\xc6\x17\x94\x5b\x26\x07\x35\xe1\xc6\x42\xb4\xe2\xf5\xbc\x0e\xe9\x26\x44\x7b\x1d\x83\xd5\xb4\x2f\x1f\x17\xdd\x5a\xba\xd6\x4d\xff\x91\x53\x6a\x7e\xe0\x0f\xad\x51\xd9\xfa\x5d\xef\x86\x89\x5b\xa8\xb4\x20\xa1\x0b\x8d\x16\xe7\x66\xe9\x9d\x05\xc3\xb3\x08\xad\x2c\x62\x2e\x62\x19\x1a\xe2\x78\x9d\x08\x0f\x2d\x62\x0e\x0c\xaa\xad\x53\xd9\x82\xdd\x10\x72\x53\x91\xc7\xc2\x69\x4b\x35\xe3\xc2\x4f\xcb\x6d\x5f\x97\xa6\x4a\x8c\x75\xd5\x5f\x99\xdd\x5d\xd8\x05\x19\x11\x73\x5d\x9d\x3a\x2c\x2b\x0a\x2f\xad\x24\x16\xe9\xc6\x83\xdb\x60\x5d\x9e\x38\xfa\x29\x6e\x22\xc0\x99\x9f\xcb\x6b\x76\x15\xcd\x47\x61\xc5\x56\x51\x2c\x4a\xaf\x5e\xf6\x27\xc5\x74\xf2\xb6\x41\x67\xc6\xd6\xd1\x18\xc8\xa1\x8b\xd9\x34\x29\xc2\x45\x2b\x9b\x5b\x25\x89\xba\x63\x3f\xbf\xd6\xe0\xc6\x32\x47\x85\xba\xb0\x55\x0c\xdd\x45\x91\xec\xf3\x50\x84\x55\xcd\x13\x42\x11\x4d\x2f\x2b\x41\x82\x8a\x9c\x00\x9e\xe0\x46\xc6\x59\x95\xe0\xc3\x9c\xdf\x85\xbc\x22\xd3\x9f\xad\x8a\x19\x76\x36\xd6\xae\x1a\x40\x91\x50\xe4\xd2\x35\x02\x1d\x3b\x49\x52\x75\x99\x91\x65\x71\x5b\x1f\x6e\x13\xf7\xb3\x74\x7f\xb5\xa1\x13\xa0\x1f\x48\xf0\x0e\x1b\xdc\xae\x0a\x13\xe6\xe2\x3e\xdc\x70\x43\x2f\xbb\x10\xc4\xe4\x71\xa5\xbd\xc2\xaf\x3f\x79\xb7\x85\xde\x4a\x4b\x87\x45\xcc\x65\x63\x41\x2c\x62\x2e\x93\x0f\xb5\xaf\x8e\x11\x38\x2f\xd1\x85\x64\x41\x7d\xe4\xea\x18\x69\x8b\xb4\x5c\xea\xba\xf1\xac\x8e\x41\x38\x0c\xc7\xea\x18\x69\x7b\xbc\x30\x94\x4e\x33\xe1\xf5\xbb\xed\x33\xec\xe2\x32\x99\xb9\x98\x44\x8c\x66\x33\x4b\x2d\xb4\x50\xaa\x1a\x17\x29\x47\x8d\x72\xbe\x42\x87\x6d\xdb\xfa\x04\x74\x04\x98\x03\xc9\xc7\x22\xe7\xa8\x49\x2b\x16\xce\xe3\x19\x1f\x74\x85\xa0\x3a\x02\xa0\x4a\x30\x22\x63\x49\x50\xf6\x9d\x63\x9d\xcf\x28\x1e\x7c\xc8\x1e\x38\x67\xd8\x03\x6f\xda\x85\xf8\xc2\x98\x98\x0b\xee\x40\x55\xeb\x82\x3b\x30\x69\xd6\x42\x78\x21\x05\x5c\xc6\x61\x76\xdf\x88\xc3\x6c\xa0\x8e\xf5\xe3\x0e\xba\xac\xee\x1a\xae\xa3\xfd\x40\x67\xa4\x79\xc8\x30\xd4\x65\x2e\x2c\xa6\x75\x5e\x59\xc3\x25\x65\x89\xa6\x4b\xca\xc4\xa6\xcb\xc8\x7e\xcc\x02\x81\xa0\x7f\xdd\xcd\xc5\xc8\xe9\xde\x5b\x47\xd8\xfc\x9d\xfd\xf6\x10\x4d\x8d\xfe\x81\x61\x62\x94\x9f\x65\x08\xa2\xb8\x32\x71\x00\x70\x8e\x13\x62\xe4\x16\x23\x81\x48\x61\xec\x82\xfd\x68\x86\x29\x5c\xb7\x97\x84\xd3\x37\x3c\x33\x57\xd2\x32\x3c\xb3\x74\x87\xf0\xcc\x9a\xb5\xac\x9b\x87\xba\x58\x74\xcb\xb9\x39\x1f\xe2\x33\xcb\x02\xac\xcc\x52\x4a\xa7\xea\x93\xf4\xe2\x5a\x8f\x46\x9f\x56\xc2\x4a\xdc\x05\x83\xdf\xd0\x7c\x61\x61\x3d\x6d\x44\xb2\x85\xf5\xb4\xaa\xff\xa5\x29\xd0\xb0\x2d\x1b\xc5\x53\x6c\xe1\x42\xa5\xd1\xc7\xd2\xfb\x5c\x32\xa5\xcf\x94\xa7\x79\x09\x9c\x65\x80\x83\xd1\x5d\x18\x52\x6b\xe4\xb2\x30\xa4\xd6\x48\x67\x61\x48\xad\xd1\xca\xd2\x84\x08\xd6\x6d\x61\x48\xed\xdb\x6e\x2d\xe0\x74\xb1\xe1\x4b\x92\x6c\xc2\x96\x68\xa8\xb2\x56\x1a\x97\x32\xf9\x25\x70\x4c\x06\x0b\x6b\x79\xc3\x85\xaf\x95\x89\x3e\xfb\x22\x3e\xb3\x12\xa9\x05\x97\x62\xdc\xb5\x45\x7c\xe6\xa4\xf7\x24\x36\xd5\xd0\x62\x61\x62\xad\xb9\xcf\x22\xc9\xa9\x46\x17\x4b\x3d\x13\xe2\xe0\xa5\xb9\xb5\x17\x19\xec\x8b\xe6\x44\x6b\x4f\xea\x5b\x07\x33\x5f\x57\xcb\x10\xce\xd3\xfe\xc5\x03\xeb\x8b\x52\x7f\x7a\x7e\x2d\xf9\x1c\xf1\x73\xeb\xba\xe6\x4d\xf8\x1a\x8e\x84\x3f\x5e\x25\x4e\x40\xfb\x8a\x93\x40\x68\xda\xb0\x6e\x59\x4b\x03\xdb\x8a\x17\xac\xab\xb9\xc0\xba\xfd\x30\x0b\x0f\x9b\x99\xc0\xae\xfc\xe3\xe1\xb4\xd9\xd1\xa2\x6c\x25\xa7\xc1\x92\xbd\x72\x64\xd6\x17\x61\x58\xee\x1f\x8f\x74\xe9\x4a\xb3\x3e\x11\x86\x3a\x9f\x4b\x0f\xd0\x9f\xc8\xcc\x92\x61\x7f\xad\x3a\x78\x7d\x02\x04\x82\x69\x18\xad\xaf\xd3\x36\xd8\x33\x6b\xb9\x7f\xdc\x52\x78\xf1\x6c\x83\x3d\x1f\xa0\xd2\xfe\x31\x4b\xe1\xab\x64\xe3\xf6\xae\xc1\xe2\x3e\xcc\xf9\x10\xfe\xa1\x88\x85\xd3\xb6\x8f\xa0\x45\xa7\x3c\x28\x4f\xca\xbf\x77\x98\xd2\x92\x8d\xaf\x98\xd6\x9f\xfb\xc8\x5c\xe1\x94\x17\x70\x0b\x06\xcf\xc1\x53\xf0\x70\xab\xb9\xec\xf3\xa3\x4f\xc6\x22\x04\xb4\xb2\x99\x8d\xe3\xbb\x4f\xcc\x8d\xe3\xbb\x16\x88\x1b\x0b\x6c\x45\x69\x1b\xa1\x89\xea\x8a\x7d\x0a\x1b\xf0\x90\x5b\x55\xfb\xcd\x7d\x8a\x7a\xc0\x03\x6f\xa5\x8e\x76\xeb\x03\x3f\x2d\x03\x4f\x8e\x8b\x3d\x3f\x07\x78\x23\x60\xf1\x36\xde\xd7\x05\x6c\xcc\x05\x4f\xf7\x76\x70\x9f\xec\xcb\x97\x0d\x93\xbf\x72\xe5\x6c\x0d\x74\x60\xc2\x56\xf8\x02\xa9\xd9\xaa\x92\x2e\x1b\x13\xef\x25\x47\x00\xba\xcb\xf2\x62\x64\xa0\x23\x89\xaa\x46\xa0\xfb\x72\xe5\x2c\xc3\x85\x72\x68\x77\x91\x04\x31\x56\xd1\x76\xd1\xb2\xcf\x0f\x56\x51\x77\xf8\xe9\xef\xec\x3d\x24\x68\xc3\xaf\x69\xa2\xbd\x8b\xa9\x19\x81\xa1\xb8\xf3\xc0\x4c\x50\x1e\xf5\xf9\xbb\x08\x3f\x2b\xa1\x9b\x3c\xe4\x68\x9b\x25\xfe\xb4\x8c\x2d\xff\x70\x5c\x57\x94\x3e\xab\x2b\xca\x58\xa8\x9e\xe4\x7b\x36\xa9\x58\x65\x70\x76\xd5\xf6\x9f\x8b\x69\x2b\xe2\xf0\x31\xbf\x89\x00\x5d\x1d\x99\xa8\x39\xa6\xe5\xdc\x78\xa9\x7b\x9b\x6e\x38\xa8\x4c\xca\xbb\xcd\xd9\xa5\x6d\xc3\xfe\x31\x4e\x61\x3e\xac\xdd\x5c\x3b\xe0\xe8\x07\x65\xd6\x05\xd7\xf4\x2a\x86\x20\xf9\x30\x8d\xd5\x26\xbf\x69\xc9\x3a\x30\xd3\x10\xce\x4d\x7e\x53\x13\x54\xed\x0e\x74\xdc\xe3\x9b\x48\xd2\xb2\x3a\x9b\x94\xed\xe5\xfc\xd3\x87\x7f\x93\xc3\xbd\xe4\x80\x1c\x17\x17\xfc\xc7\x5c\x5d\x32\x1a\x1b\xe3\x6d\x93\x77\xed\x10\x70\xcb\x70\xe9\x52\xc5\xad\x89\x8f\xbe\xba\x3b\x78\x13\xb8\xbd\x98\x72\x2b\xd5\xdd\xc1\x41\x72\x1a\xc4\x9c\x36\x8f\xe8\x0e\x5c\x19\x44\x81\x70\x1a\x76\x7a\x53\xdf\xd1\x1e\xfa\xb1\xed\x02\x0a\x16\x1f\xb3\x6e\xa5\x9b\x1b\xb3\x6e\x5d\x6c\x77\x08\x35\xbf\x63\xd6\xad\x98\x78\xa7\x14\x86\x0b\x69\x13\x7e\xba\x66\x99\xa7\x29\xec\xe1\x1e\x3c\x2d\x3c\x6c\xc3\x7d\x60\xbd\x49\xb4\x6a\xba\xb2\x3d\x9c\x80\xf5\x9d\x00\x00\x29\x9d\x71\x19\x95\xce\x64\x7d\x27\x60\x3f\x2e\xbb\xc0\xb9\xec\xf6\x43\x2c\x03\x29\x90\x1a\x24\x1f\x7a\x7b\x3a\x03\x56\x05\x71\x8e\x89\xe0\xf6\xf4\x6d\xed\xef\xbc\xca\x44\x55\x2c\xba\x65\xc0\xf6\x64\x02\xae\x22\xcc\x58\x06\x9c\xd8\x53\x4c\xb2\x92\x98\x04\x44\x33\x23\x42\x01\x52\xba\xa0\x79\xe6\x6f\x45\xd1\xee\x3f\x91\x9f\x7d\xeb\x6e\x52\xc0\x27\xc9\xbe\x11\x43\x49\xb6\x7e\xdc\xd5\xa5\xd7\xf6\xc6\xb6\x5a\x9f\xf1\xfd\xe4\x2e\xf8\x71\xf1\x07\x0d\x7e\x0c\xd5\x48\x2a\x84\x41\x75\xd2\x42\x0c\xaa\x55\x0d\xef\x1f\x43\x95\xe6\x5a\x9b\x8c\xaa\x6a\xaf\xb7\xa1\xa2\xf5\x15\xd9\x0f\x6f\x4e\x8f\xcf\x03\x74\x6e\xa7\x29\x55\xbd\xb3\x90\xf2\xf8\x4e\xde\x84\x93\x56\x41\xb6\x1f\x20\x75\x61\x7e\x9c\xd6\x48\xf2\x41\x34\xe9\x9c\x3d\x46\xd9\x0a\x0b\x37\xd1\x7b\xd4\x7c\x6e\xd2\xa8\x2a\x13\xdd\xa4\x51\xcd\x33\x81\x4d\xf6\x91\x75\x26\xfd\xd8\x27\x70\x8a\x0a\xa4\x51\xd5\x95\x7d\xff\x98\xab\xcb\xe0\x8b\x1b\xa1\xcf\x21\x5e\x2f\x04\x7b\xe2\x3e\x26\xd9\x89\xca\x3f\x7e\xea\xd2\x6f\x7e\x6f\x16\xd4\xb3\x85\x49\x76\x6e\x1f\x26\xd9\x2a\x12\x36\x01\xa4\x0f\xe7\x88\x49\xb6\x66\xe8\x9b\x00\xd2\x87\x68\x4a\xd6\x55\x95\xe8\x7b\xe3\x13\x2e\xb9\x24\xeb\xaa\xda\xe5\xbd\x59\x5b\xd1\x77\xbb\xdb\xf6\x09\x9c\x62\x26\x71\xa2\x55\xf9\xee\x17\x38\xbd\x34\x49\xae\x9a\x97\xef\x0b\x9c\x9e\xd1\x97\xb5\x95\x00\x13\x26\x5a\x79\xf3\x26\x95\xea\xf8\x3b\xff\xea\x7e\x05\x9c\x45\xc5\xa6\x3b\xb9\x86\x57\xc0\x59\xbc\x97\xc5\xce\x8e\x59\x6c\x91\xe5\x15\x29\x04\x9c\x09\x49\x53\x5f\x09\x0a\xe5\xcf\x85\x67\x91\x3e\x26\xe4\x02\x7c\x22\x08\xe3\x92\xa5\xc3\xf8\x97\x1b\xfb\xee\x23\xdb\x8a\x2c\x96\x59\x78\xb1\xf7\x03\x59\xdc\x1c\x1c\xf0\xb5\xaa\xd8\x1f\x30\x8b\x80\x9f\x08\x62\x7d\x54\x14\x9e\x20\x6c\xba\xf3\x34\x99\x99\x43\x39\xc4\x7b\xb8\xf2\x9d\x72\x3a\x10\xfb\xc7\x6f\xb9\x15\x41\xbd\x87\xbc\x05\x38\xf2\x1e\x80\x77\xd8\x42\x25\x3c\x88\xf7\x1e\xf9\x38\xa2\xc9\xe9\x3b\xb9\xfa\x31\xfc\xa0\xda\x89\x39\x3a\xb4\xe3\x3d\x01\x1d\x1c\x78\x49\x71\xea\x2b\xfb\x3d\x01\x1d\xc1\xd8\xab\xe3\x7d\xb7\x2d\x1a\x15\x70\xe0\xbd\x30\xef\x87\xe9\x7a\xaf\x93\x32\x83\xfd\x98\xa2\xd1\xc3\x3a\x98\xfa\x73\x27\xbc\x3f\x06\xa9\xf8\x8c\x7d\x2f\xcc\xd2\x21\xe5\xef\x85\x60\xdb\xb1\x2e\x04\xdb\x61\x7d\x4c\xe8\x11\x7a\xbd\x97\xda\xf1\x1c\x58\x27\x89\x6c\x81\x4e\x08\xba\xfb\x2a\xad\x6a\x96\x81\x9a\x07\xfa\x8b\x7b\xbe\xf2\xe1\xf7\x52\x2c\x49\xaf\x4a\xb4\xe0\x6f\xdf\x82\xe9\x39\xd2\xb9\xb7\x60\x7a\xee\x6a\x15\xb6\x01\x15\xc8\x5b\x9c\x81\x75\x14\xbb\xb3\x23\xea\xab\xc2\xfa\xe8\xab\x9a\xbf\x03\x9b\xf0\xa8\x97\x42\x6a\xf5\xaa\x97\x72\x25\x90\x4e\x69\x42\xf0\x22\x9e\xd2\xb6\xe0\xad\xac\x9c\xdb\x4f\xfe\x54\x6d\xb6\xdf\x8a\x4a\xc0\x5d\xaa\x8c\x0b\xd5\x7c\xb1\xc6\xbe\xb2\xec\xb8\xc0\x59\x5d\x07\xeb\x0b\x83\xbf\x13\x23\x50\x83\xd5\xb7\xe9\x65\xe0\x2a\x36\xa1\xf0\x0f\xf6\x12\x16\xf5\x6d\xac\x04\x2f\xe9\x17\xdb\x6c\xc5\x13\x6f\x03\x22\xde\x7d\x6f\x73\x2f\x99\x41\x4b\xb1\xb5\x0d\x58\xae\x1c\x60\xea\x2f\xe4\x1f\xb8\x11\xc0\x14\xbe\x4d\x0c\x74\x64\x30\xb0\x5b\x07\x59\x7f\x13\x0a\xf7\xd2\x32\x7b\xe9\xba\x77\xd6\xd1\x35\xea\xee\x25\x7b\xd6\x99\x81\x7d\x76\xd7\x94\xb5\x20\x2c\x62\x0f\x7f\x67\x06\x61\x7d\x9c\x24\x60\x82\xdf\x8e\x13\x8a\x48\xd7\xc5\xc6\x3f\x29\xdb\xdb\x39\x5e\xbc\xd1\xde\xce\x46\x64\x99\xc5\x77\x12\x44\x16\xd2\x6c\xfb\x0d\x81\x65\x65\xd0\x82\x5d\x59\x16\xf1\x00\x24\xbc\x67\xfd\xdd\xec\x7b\x87\x7f\x78\x5e\xfc\x03\x08\x91\x44\xbc\x44\x13\xea\xbc\xd1\xdf\x48\x7e\x97\x0f\x35\x56\xde\xb4\xef\xa0\x85\x27\x78\x48\x15\x2c\x3f\x8a\x25\x81\x0f\xab\x6a\xf9\xe8\x17\xab\x6a\x99\xce\x77\x60\x56\xce\x35\xfd\x4e\x95\x2e\x80\x41\x80\x43\xb9\xab\xd7\xa0\x3e\x82\x87\x81\xb4\xdc\xf2\x6b\x50\x1f\x51\x09\xfb\x68\x19\xdc\x77\x1a\xf8\x95\x47\xda\xab\x02\x6b\x5a\x89\x78\x93\xe2\xd8\x44\x4f\xe0\xa2\x62\x2c\xad\x0c\xfb\x9d\x02\x44\x19\x5b\x69\x9d\x3e\x5f\x6c\xa5\x65\xbb\xdf\x1b\x35\xa3\xb3\xbc\x31\x30\x87\x57\x78\x31\x95\x96\x1f\x7e\x6f\xac\xdc\xa5\x0a\x84\x8d\x96\x6d\x7c\x6f\xb4\xc0\xc3\x32\x2e\x05\x62\xc9\x8d\x3d\xbe\xeb\x7e\x03\x4f\x71\x5c\xb5\x52\xf4\x89\xe9\xb3\xb1\x34\x5e\x4c\x9f\x55\x08\xbe\x0f\x8b\x25\xf5\xc7\xf2\x59\x56\xf4\x7d\xb0\x38\x1f\xb6\x4d\x35\x39\x03\x93\xb7\x3e\x89\xe2\xc3\x8a\x72\x6f\xbe\x29\xb6\x12\x3a\xec\xa0\x55\x3f\xbe\x0f\x90\x4a\x51\x1f\xed\x72\x24\xbb\x28\xd3\x12\xe9\x31\x8a\xd6\x92\xe7\xc5\x28\x5a\x56\xff\xc5\x28\x5a\x2e\xf8\x5d\x38\x91\x70\x5b\xbe\xcb\x29\x58\x76\x49\x2d\x33\x85\xd3\xb2\x53\x00\xba\xe5\x92\x32\x7d\xec\xa3\x55\xee\xbd\x8b\x25\xf5\x00\x2f\x14\xeb\x70\xd6\x2f\x76\xd3\xaa\x2c\x5e\xec\xa6\xe5\xee\x5f\x3d\xe2\x50\x11\xbd\xd8\x4d\x9f\x09\x1b\xf0\x9f\xfe\xae\xea\xc8\x32\xf0\x73\x63\xbf\x9b\x2d\x80\x6b\x78\xc9\x68\x9f\x87\x7f\xb3\x05\x5e\xa7\xa9\x8c\xb3\x2c\xfc\xc0\xfc\x63\xc5\x6a\xcb\x3a\x18\x06\x78\x36\x7e\xec\xd7\x94\xa1\x7f\x31\xb4\xe9\x86\x8b\x7a\x0d\x1e\x70\x48\xa6\xb7\x22\x39\x51\x7f\x2f\x40\xb2\x16\xda\x0b\xd3\xfa\xbc\xc6\x09\x38\xbc\x2b\xc9\x98\xe1\xb3\xfc\x7d\x9d\x28\xbb\xf9\x22\xf2\xf7\x1c\xbc\x4c\x54\x1c\xf9\xb1\x3e\x55\xcb\xc0\x97\x4c\x1a\xba\xc7\xbc\x3f\x76\xa7\x6a\x15\xfa\xfe\x58\x9c\xaa\xca\xff\xfd\xb0\xa6\xf7\x1c\x7c\xe8\x9c\xe6\x9f\x76\x70\xef\x8f\xff\x49\x3f\x83\xf7\x1b\x74\x60\x19\x33\x72\x51\x4f\x8d\x9e\x36\x0e\xef\xa7\xfa\x1d\x68\x35\xa2\x56\xfc\xf4\x7e\x6a\x2e\x04\xeb\x05\x2c\xd6\xf9\x73\x1a\xbf\xf2\x97\x9a\x3e\x36\xe3\xc3\x84\x5a\x2b\xcc\x0f\x13\x6a\x23\x48\x7d\x07\xde\x02\x59\xa7\x4a\xe7\x6c\xcd\x04\xa7\x0d\x3a\x0d\x2a\x65\xfc\x1d\xa6\x75\x86\x20\x59\x89\x49\x84\x7f\x60\xcb\x01\xea\x7e\x86\x39\x92\x9d\xff\xd2\x42\xfa\xf4\x9f\x6d\xf3\xc2\x07\x9b\x31\x2d\x33\x0b\x88\xd2\x47\x56\x0f\x75\xae\x1f\xc6\xd2\x1a\xe2\x7d\xa7\x9b\x41\x47\x3f\x56\xad\x6a\x48\xfa\x9d\x3a\x86\xb1\x4c\x1f\xa2\xac\xe1\xf6\x7d\xe4\xfb\x50\x23\xfc\x9d\x38\x34\x4c\x5b\xbc\x82\x01\x80\xe8\x00\x0f\xe5\x33\xdf\x8f\x41\xab\x6a\x34\xbf\x4b\xbd\x0f\x28\xfc\x5d\xae\x20\x83\x63\x03\xad\x45\xf0\x67\xb0\x46\x13\x73\x7f\x97\x28\x62\x6b\x8d\x01\xaa\xdd\xb2\x84\x61\x4f\x93\x21\x58\x41\x52\xb5\x6a\x9c\xfb\xfd\xb8\xb2\xaa\x71\xe9\x77\x81\xbf\x87\x23\x88\xbf\xb6\x65\xc9\xc2\xc1\x58\x32\x2e\x81\x8f\xbc\x1e\x0a\xf6\xbe\xc2\xbe\x73\x80\xbf\x22\xd4\x00\x54\x5c\x4a\xfa\x2f\x09\x35\xc0\x19\x5c\x69\xfa\x87\xca\x54\x7f\x07\x68\x6e\xa8\x0f\x7b\x6a\x2d\xb0\x3f\x7c\xec\x94\xf8\x7d\x68\x19\x0f\xc5\x85\x5f\x11\x77\xfd\x83\xe5\x1e\x36\x4e\x8f\x60\x5b\x8b\xbb\x96\xb1\x38\xb7\x52\x75\x0a\x80\x5a\x55\x52\xc3\x4d\x7e\x58\x1b\x29\x1a\xfb\x0c\xc8\xa4\x5f\xf6\x57\x5d\x0c\x16\xaf\xaa\xf0\x76\x1b\x5a\x1e\x03\x3f\x30\x5e\x17\x7b\x9b\xfa\x6e\x9b\x37\x6d\x3a\x44\x5f\x92\x7e\xe8\x7b\xf0\xa9\x79\x34\x4a\xce\xd7\x94\xca\x37\xff\xd1\xac\xbd\xdb\x64\x40\xe0\x58\x67\x74\x8f\x87\x51\x7c\xbe\x46\xa8\x3b\x6e\xf9\x2f\x05\x67\x09\x8a\x96\xf7\xdd\x26\x9a\x3f\x67\x5f\x1f\x7d\xb1\x10\x3f\xae\xac\xea\x20\xf1\xa9\x7a\x54\x8b\xfd\x75\xa1\x87\x07\xfe\x7a\x42\xef\x3f\x95\x26\x8c\xde\x49\x1a\xef\xa9\xea\xc2\x1b\xb6\xd0\xdb\x01\x0e\xe2\xeb\x02\xec\x21\xeb\xfa\x0a\x74\x87\xd4\x73\x03\x4e\xf8\x23\x63\x88\x8a\x91\xcf\x74\xf7\x73\xfe\x45\xf3\xbe\xee\x64\x80\x2c\x9c\x0c\x93\x8c\x84\x9f\x31\x0d\x6e\x0d\x37\xf0\x45\xee\xaa\x1f\x9e\x1b\xa8\xe1\x17\x39\x01\x20\x23\x9f\x88\x6e\x28\x1f\xda\xca\x26\xa7\xf3\x91\x50\x44\x67\x9b\xcf\x48\xd7\xaa\x54\x3e\xf3\xe1\x8b\xd9\x91\x8b\xef\xe8\x7a\xa1\x54\x47\x14\x77\xb8\xd6\x3f\x8c\xaf\x13\xd1\x53\xaa\x26\x28\x23\xa1\x67\x5a\x43\x74\x61\xc4\x91\xe8\xc2\x1c\x87\xab\x6f\x0b\x81\x87\x57\xfc\x48\x49\xa2\x19\xfc\x67\x0a\x7d\xc3\x24\x7d\xda\x61\x1b\x3a\xe0\x33\x25\x89\xaa\x94\xcf\x94\x24\x46\x62\xfa\xcc\xa1\x6f\xcc\xa8\x8f\x1c\xfa\x7a\xf7\x7c\x53\x64\x97\x26\xcc\x34\xe8\x00\x7c\x13\xe7\x1b\x53\xf7\x9b\x7a\x9a\xb8\xc6\x53\x90\xa5\x47\x33\x17\xdc\x6a\x41\xcf\x96\xb7\xf7\x92\x4d\x12\x5d\x99\xd9\xf4\x21\xe4\x1d\xf2\xe3\x1b\xab\x51\xc2\x3e\x02\x66\x9b\x38\xfb\xcb\x80\xd9\x62\xe8\x9d\xc6\x25\x7e\xe0\x11\x81\xa4\xe8\xd3\x56\xda\x44\x62\x1f\x5e\x76\xc6\x18\xfb\xc8\xa1\x6f\xd6\xe5\x4f\x4b\x69\xb3\x93\x7d\x77\x1a\x9a\x58\x4b\x5b\x7d\x17\xec\xd6\xd7\x40\xa4\xbe\x75\xe8\xf0\x78\x6b\x7f\x75\xba\x93\xb7\x53\xf1\x54\xdc\x9a\xf1\x7b\x71\x3d\x7a\x1e\x88\x95\x8f\x73\xa1\xfd\xe3\x5c\xa4\x8b\x24\x20\x31\xe4\xf7\x87\xbb\x9d\x11\xed\x3e\x73\xd9\xaa\x30\xf8\x1e\xa7\x62\x59\xf0\x5d\x6e\x83\x4c\xf2\xec\xff\x32\xc8\xa4\x7b\xf7\xe4\x0b\xc2\x0f\xa1\xf7\xac\x64\xc4\x49\x37\x12\x1b\xec\x61\xbc\xc2\xcf\x94\xfa\xa7\xa8\xbb\xd8\x08\x1e\x98\xdf\x12\x78\x2a\x99\xcc\x04\x56\xea\x5b\xc2\x4e\x4f\x4b\x1b\x1f\x51\x62\xe5\x75\x65\x4f\x69\xf7\xc5\x14\xd3\xb4\x4b\x12\x66\x6e\x13\xf3\x89\x7d\x4b\xf0\x45\x83\xe5\xe2\x0b\x97\x21\x2b\x7b\xb6\x11\x7c\x8f\xe4\x4a\x3c\xf2\x23\xc1\x07\x1c\x73\x9a\xc8\x1f\x7d\x5b\x7b\x7a\xa7\xfc\x63\x25\x5b\xde\x8c\x5b\x93\x23\x2b\x4d\xc3\xa8\x31\xa4\xd9\x6d\xf5\x32\xfb\x30\xd4\x4e\xa6\x68\x27\x2c\xd6\xd2\x10\x4f\xac\xc8\x9c\xfc\x22\xc2\x7b\xd2\x84\x8e\x5f\x9d\x14\xc4\xaa\x4c\x6a\x22\xe6\xbf\x95\x5a\xfe\xa1\x65\x7f\xff\x9b\x22\x66\x5a\x7e\xa7\x96\x49\x4e\x9c\x34\x11\x30\x93\x8f\x79\x05\xda\xdf\xb1\x35\xf5\xe2\x7e\x85\x59\xec\x7f\x31\x1e\xf4\xd6\xff\x71\xb0\x2d\x6f\x7a\x32\x9c\x24\x7d\x21\xc3\x49\x32\x53\x5f\x4e\x85\x06\x5f\xae\x2a\xe0\x63\x00\xfe\x8f\x6c\xe2\xf0\x77\x25\x87\x68\x3e\x38\x1d\x47\x3f\x0c\xc0\xcd\x1c\xfa\x99\x91\x3f\xd9\x23\xb3\x9f\xfc\x1b\x86\x84\x27\x92\x0a\x13\x9e\xc0\xe1\xc4\x01\x4b\x7a\x71\xdf\xc7\x71\x64\xf4\xf2\x93\x0f\x0c\x44\x31\x1b\x8a\x23\xed\xcd\x7e\x2b\x14\x07\x4a\xd4\x0b\xfe\x36\x0e\xd3\x9f\xfc\xa8\x53\x1c\x47\x3a\x10\x58\x6b\xf2\x87\x7d\xdd\x82\xef\x07\xee\x0b\xcd\xd6\x06\x3d\x3c\x6c\xae\xb1\x65\xfc\xca\xe7\x49\x99\xc1\x4f\x23\x89\xfe\xee\xcf\x38\x4e\x4d\xf1\x27\x65\xad\x3c\x3a\xdd\x9a\xd4\x84\xe8\xb2\x71\x90\xd4\x04\xf7\xc6\x38\x4e\xdd\x05\x1a\x50\x9d\xba\x0b\x58\xe9\xa1\xcc\xd8\xa7\x46\x70\xdd\x7e\x75\x17\xb0\xc1\x2b\xde\xfa\x41\x46\x96\x93\x95\xbb\x34\x07\xed\x8c\x71\x69\xce\xe3\xfa\x5c\x46\x84\x3c\xfc\x10\xac\x46\xc7\x17\x60\x9d\xcc\xea\x12\xac\xee\x87\xae\x03\x83\x29\x5e\xba\x0e\x74\x56\x08\xb7\xbb\x71\xe4\x87\xb1\xee\x03\x90\x7f\x4c\x65\xeb\x4e\xbe\xe8\x47\x10\xcc\xeb\xc7\x55\xb6\x6e\x8b\xa2\x4f\xc1\x60\x14\xd8\x4a\x23\xca\xc4\x51\x4c\x0f\x13\x0c\x59\xcc\x08\x13\xcc\xcc\xcc\x24\x04\xa1\x89\xc3\xd4\x24\x44\xad\x89\xa3\x24\x98\x8e\xf9\xf8\x61\x9b\x65\x1b\xab\xbd\x00\xc0\xca\x14\x41\x1e\x7c\x54\x7d\x1f\x06\xf0\x57\x61\x1e\xc0\xac\xed\x5a\xb8\xcc\x84\x9c\x2a\x87\x1b\x60\x9c\xf0\x99\x1d\x90\x87\x46\x6c\x23\x14\xf8\x18\xb6\x87\xa7\x1c\xe4\x9e\x89\xa3\x69\xd7\x0d\x2c\xcd\x6c\x33\x93\x39\x37\xf9\xea\x0e\xc8\x3f\x06\xb1\x71\x19\xc6\xd1\xd2\x0a\xd6\xbe\x32\xd4\xad\x4d\xb0\x4d\xac\xc2\xd2\xcc\x16\xd3\x80\xe5\xc7\x21\x36\x74\xc5\x71\x10\xb0\xb3\xa0\x71\x8c\x03\x1b\xf3\x52\x45\x7d\x58\xc4\x82\x16\x2d\x0e\x58\xc4\x92\x78\xf9\x63\x11\xdb\x14\xc5\x7f\x1c\xa2\x09\x66\xe2\xc0\xd0\xbc\x34\x21\xc6\x41\xae\x34\x77\x3c\xe3\x2a\x78\x72\xbb\x79\x24\xa6\x1f\xe8\xf9\x00\x05\x06\x31\x7a\x0e\xa8\xc6\xdf\x05\xeb\xba\xde\xf7\xbf\x92\xf2\xc7\x61\x92\xb9\x13\x70\xb0\x66\xcb\x1e\x08\xfb\x49\xbc\xb0\x38\xb0\x5a\xab\x18\x60\xc7\xa1\xd5\x5a\x56\x0a\x75\x01\xc0\x1f\x1a\x5f\xb1\xae\x9a\xb0\x61\xdb\x1a\x07\x41\x3f\x71\x88\x8a\x03\x76\xaf\x4f\xd1\x2a\x12\x4a\x6a\xc9\xe2\x25\x5e\x63\xbe\xde\xdd\x23\x42\x7a\xe6\x24\x31\x50\x43\xe6\x17\x07\x21\x3d\x71\x2c\x8b\x83\x90\x9e\xc8\x92\xe3\x30\xc3\x49\x95\xb4\xc9\xd3\x49\x4f\x4c\xd6\xdb\xc4\xa2\x61\xda\x4c\x2b\x09\xc7\x64\x08\x02\x76\xe2\x08\x17\xc7\xd4\x16\x8b\xc5\xd6\x16\xcd\x85\x37\x60\xa7\x8b\x03\x07\x87\xda\x22\x8e\x29\x18\x2c\x07\x01\x3b\xbb\xb3\x9e\x26\x99\x05\x6c\x6c\xd1\xba\xe8\x43\x52\xdd\x43\xb2\x44\x60\xce\x71\x39\xc0\x8d\xb5\x8b\x98\x08\xc3\x56\x43\xba\x8d\xba\x94\xa8\x08\x71\xa8\x2d\x6d\xce\x1a\x8b\xf7\x81\x7c\x23\x8e\x5b\xb3\x54\x4f\x32\xb1\xab\xd0\x3c\xc6\x71\x6b\x90\x61\x25\x4c\x59\x8a\xbf\x13\x6b\xdf\x03\x02\x53\x36\xdd\x6c\x78\xb2\xe9\xf1\x7a\x34\x65\x61\xf5\x1e\xe1\x03\x0c\x6c\xd4\x30\x48\x88\xe3\xc1\xc0\xe2\xa4\x1f\x78\x2d\xc2\x0a\xc4\xa1\x2d\x5a\x08\x04\xbc\x16\x3a\xe2\x38\x14\xea\xe5\x31\x83\xd5\x0a\x4c\xed\xe3\xc8\xe0\x55\x92\xd6\x1f\xab\x15\x87\xd4\x78\xb9\x50\x17\x80\xac\x4c\x14\xc1\x28\x0b\x35\xb9\x48\xb7\x50\x8d\x3b\x23\x6c\xdd\xab\x28\xbb\x7c\x06\x4a\x97\x48\x7f\x92\xd4\x77\xa1\xdc\x17\x17\x49\x7f\x82\x9d\x62\x1c\xdb\x80\x8a\x62\xca\x46\x37\xee\x85\xb6\xd1\x8d\x7b\xd7\x6c\x94\xfb\x92\x01\xec\xe0\xf3\xa6\xda\xa8\xc0\x3d\x13\x5b\xe8\x18\x18\x6d\x67\x71\x1b\x37\x56\x08\x5e\x0e\x1b\xcb\x03\x57\x63\x03\x9c\x8b\xb1\x01\xce\x9b\x65\xcb\xf2\x8b\xc6\x2f\x8a\x7b\xe9\xef\x0b\x70\x5e\x4c\x1a\xc5\x7b\x30\x5f\x95\xf5\x2c\xde\xab\xea\x99\x3a\x6a\x19\x1d\x4c\x9b\xad\x43\xb4\x24\x74\xd4\xe1\x2c\x55\x2d\xe6\xef\x68\xe5\x2e\x29\xbf\xba\x45\x47\xfe\x54\xea\x32\x1a\xb1\xa3\x0e\x41\x55\xcf\xe8\x94\x3f\x14\xd1\x1e\xdd\x0f\xcd\xc2\xb4\x2d\xea\x7c\x37\xe7\xdb\xd4\x67\x66\xe8\x19\x5b\x17\xaf\x3e\xb4\xbd\x3f\xd6\x27\x4e\x75\x8e\xac\xfb\x79\xa0\x10\xed\x7f\x19\xa2\xc4\x49\x54\x29\x64\x43\x71\xa6\x65\x18\x37\xf0\x49\x58\x29\x78\xf8\x38\x09\x04\x85\xdd\x75\x9c\x04\x82\x3a\xa0\x3a\xe7\xa1\x7e\xdc\xd1\xd1\xe3\x77\xda\x9e\x42\x62\xd9\x35\x0b\xca\x2e\x87\xe5\x5f\x9f\x01\x79\x38\x49\x68\x4b\xfc\xa5\x38\xf1\x81\x6b\x7d\x58\x09\xb5\xd0\x60\x4a\x2a\x29\x27\xbf\x5f\xa8\x85\xac\xa3\x92\x92\x0b\xfd\x54\x49\xc9\x7d\x70\x5e\x68\x5a\x26\x40\x18\x05\xea\xf7\x14\x8f\x53\xc5\x64\x58\x46\x55\x02\xb3\x76\x5e\xbe\xd7\xc3\x06\xde\xb8\xd9\x5a\xb7\x7f\xc8\xdd\xa9\xd6\x71\xb2\x16\x17\x20\x0d\xe0\x26\x6e\x14\x71\x90\xe2\x54\xeb\x38\xa9\x5f\x04\x09\xf0\x4a\x1a\xfa\x31\x69\x38\x91\x86\x93\x4e\x9c\x70\x22\xf5\xcc\xae\x84\x90\xd9\x15\x14\x69\xd3\xdf\x15\x5a\xba\xde\x38\xfd\x2b\x04\x8e\xb3\x1a\x2a\x15\x42\x7a\xe2\x13\xe7\x0d\x75\xe2\x13\xe7\x35\x7e\x22\xa5\xc2\x07\x2c\x4e\x42\x41\xc9\xb2\x9e\x7a\xfc\x4f\x57\xa7\xa2\x89\x70\x45\xaa\xba\x1d\x7f\x27\xe8\x0f\x98\x79\x56\xa5\xc1\xce\x09\xaf\xb8\x22\x3e\x54\x94\x0f\x2e\x3f\x5e\x71\x45\xcc\x44\x43\xd9\x9d\x69\x6a\x28\x9d\x11\x89\x6f\xe5\x83\x4f\x5c\xe4\xcc\x09\x1d\x27\xd1\xa3\xa4\x03\x27\x99\x6f\x8b\xd8\xd4\x80\x9b\x23\x7b\xa2\x95\xcc\xc5\x4c\xad\x64\xf5\x03\xf9\xbd\x68\xd6\x80\x5b\x4c\x69\xe8\x1c\x44\xe9\x26\xa8\x8e\x0c\xa8\xd9\x16\x50\xc5\x32\xa2\x44\xc9\xbe\x9f\x64\xc1\x95\xf2\x9d\x9d\x05\x76\x1b\xba\x0b\x6c\x1d\x55\x4f\xb4\xed\xea\x19\x98\x65\x47\x4f\xe2\x72\x75\xd7\x97\x35\x45\x11\x99\xa8\x64\x88\x28\x57\xa5\x0b\xb3\x63\x01\x73\xb5\xfe\x63\xf8\x6c\x07\x70\x02\xac\x8a\x4a\x48\x18\xc7\x33\x5c\x52\x26\x63\x18\x73\x0c\x5b\xe2\x0c\x21\x65\xc6\xc4\x82\x1a\xf8\x00\xc5\x89\x6c\x6b\xf2\x46\x8e\x33\x23\x99\xbb\x00\xb0\x34\x9d\x80\xb0\x71\xc2\xd3\xd4\xee\x29\x0d\x97\x98\xd1\xb1\xc4\x1f\x71\x59\x4b\xaf\x86\xd3\x0f\x18\xc7\xe2\x2a\xc4\xfe\xef\x7f\x95\x90\x0f\x71\xc2\xed\xd4\x10\x5f\x87\xae\x16\xb0\x5a\xe7\x50\xa2\xcd\x0d\x7a\x2a\xd0\xc2\x50\x25\x4e\x04\x5a\xa7\xe8\xa1\x40\x0b\xe3\x92\x38\x51\x7e\x1e\xbf\x4b\xf0\x2f\x62\x37\xd2\x49\x83\xc9\x65\x48\xd0\x61\xe7\x7a\x69\x1c\x40\x3a\x10\x79\x17\xff\x60\x0a\xc3\x63\x36\x24\xbd\x1e\x72\x93\xee\x7a\xa7\x9f\x8a\xb8\xbc\x94\xcf\x69\x14\x6b\x17\x94\xac\xbb\xa7\x87\x68\x32\x05\x2e\xf8\x33\x2d\xc2\xdc\x7d\x33\xed\xca\x43\x9c\x18\xeb\x0f\x2f\xca\x93\x4c\xbb\x84\x8d\x88\x73\x2a\x11\xf5\x1c\xcd\x94\x22\x3a\xbc\x72\x38\x4f\xde\x54\x0e\xe7\xaa\x4f\xc5\x88\x39\x0c\x62\x4f\x17\xda\xc4\xbb\x98\xaf\xc7\x79\x2b\xc4\x15\x9b\x6e\x33\x85\x5d\xfe\x53\xb4\xba\x67\x31\x6e\x25\x74\x9e\x9a\xf4\x2b\x94\x24\xdc\x0a\x12\xc5\x71\x22\x4e\x35\x17\xc6\x74\x2b\xf2\x96\xa7\xe9\x56\x9a\xd8\x4f\xea\xdd\xe6\x16\xc2\x66\x35\xfc\xd6\xe2\x34\xc5\x4a\x73\x63\x9e\x04\x93\x26\xc8\xbb\x9a\xe8\x60\x8a\x15\x0c\xd6\xe3\x7c\x94\x23\x8a\xb5\x8f\xb2\x5a\x01\x33\xc7\x4a\xf3\x30\x91\x56\x25\xef\xe0\x33\x45\x5e\x42\xa6\xc8\xcb\xa3\x0e\x1b\xa6\x1d\x74\x9c\x29\xe5\x92\x20\xa6\x94\xcb\x59\x9a\xb1\x57\x2a\x90\x42\x2e\x77\x66\xa5\x24\x8e\x7f\x96\xc2\x43\xe1\x5f\x7a\xa6\x79\xca\x53\x82\xe5\x62\x2c\x02\x95\x48\x45\x4d\xac\x22\xcd\x4e\xf9\x95\x1b\x93\xf2\x2b\xf7\x72\x31\xbc\xa4\x33\x85\x54\x6e\xff\x56\xd8\xc9\xb4\x8c\x24\x75\x4a\x9e\xcc\xce\x2b\xfd\x57\x78\x75\xba\x93\xe8\x41\x87\x24\xc3\xec\xbc\xa7\xeb\xb5\x5d\x22\x97\x75\xbb\x44\x40\xf2\x63\xc7\xea\xf0\xfa\xd8\xa6\x7b\xf1\x2c\x6f\xe4\x3d\x92\x02\x92\xad\xe4\x81\x7f\x8d\x50\xe1\xc9\x49\xd9\x95\x5b\x97\x39\x78\x25\x2b\xaf\x62\x34\xc6\x23\x3f\x4b\xde\x6f\x2f\x21\x35\x2e\xc6\xfe\x27\x9c\xb2\x92\xe9\x08\xc4\x75\x25\x52\x1e\x2f\xf2\xec\xca\xf5\x9f\x29\x90\x62\xec\xcf\xfc\x91\x3c\xa5\xcf\x2f\xa1\x62\x8c\x7f\x62\x28\x9a\x90\x5c\x37\x8f\x9d\xdc\xdd\x29\x63\x85\x48\x4a\x4f\xd7\x38\x3f\x9c\x95\x3d\xa8\x86\x24\x38\x25\x7c\x66\xda\x3d\xa5\x62\x0a\x9e\xba\x7d\x29\x78\xe2\x6c\x5c\x87\x39\x03\xa8\x75\xa5\xe0\x09\xe4\xbe\x0e\x7d\x7d\xc2\x6a\xc5\x7f\x1a\x1f\xcd\x7f\x2a\x1f\x1d\x11\xcf\x49\x59\x21\x4b\xd8\x5e\x17\x97\xe3\x2f\xbb\x96\xb8\x14\x4b\x11\xd3\x2b\xae\x74\x83\xe4\x0d\x7e\x1d\x48\x80\x2e\xfb\x7b\x3d\x12\x93\x0f\x9c\x80\x90\x28\xc7\x75\x2a\x81\x01\x50\x8c\xd3\x74\x14\x88\x0b\xc1\x54\x75\xc7\xaf\xd3\xbb\x03\x44\xba\x10\x46\x15\x4c\x17\xe3\x32\xfe\x01\xe6\x44\x71\x9d\x46\x6f\xf0\x8f\xed\x1f\xf4\x6c\xbe\x5c\x79\x97\xeb\x32\xb0\x02\xa8\x7f\x21\x75\xca\xa7\xe2\x65\x2a\x3a\x19\x93\xcb\x8c\xb9\xb9\x3a\x88\xa0\x4a\xcf\x8f\xdf\xb6\x49\x1f\x2e\x53\xe9\xfa\x5a\xbe\x2e\x5e\x1c\x8e\xf8\x20\x42\x68\x56\x72\xfa\x90\xe7\x8b\x7c\x74\x04\x61\x8b\xab\x80\xaf\xdc\x14\x57\xd1\x5b\x81\xe2\x90\x68\x52\xf6\x45\xc3\xca\x61\x45\xe6\x8b\xe9\x2a\xbe\xbd\x28\xca\xdd\x5b\x05\xdd\x63\xf1\x77\xdc\x1d\xc1\xe7\x4b\x0e\xcf\x97\xef\x55\x79\x65\xba\x35\x95\x07\x4d\xb7\x52\xf5\x1a\xb1\x12\xe7\x87\xfb\xf2\x22\x33\x1d\x14\xe5\xaa\xc2\x66\x15\x79\x70\xe0\x81\x77\x23\x7a\x63\x5c\x55\xc6\x07\xf8\x91\x2a\x35\x19\xfe\xeb\xc7\x96\x95\x80\x11\xbe\x54\x4e\x62\x69\x1a\x57\x73\xeb\x5d\xdf\x1f\x63\x56\x15\x2a\x5e\x30\x66\xff\x60\x6d\x8a\x24\x01\x89\xd4\x73\xd5\x21\x6e\xc0\xb0\x0a\xcb\x02\x74\x4d\xb1\x1f\xd7\xd5\xa5\x62\xd2\xd3\xd1\xc8\x85\x23\x9a\x20\x75\x4a\x94\x33\xb0\x01\x07\xed\x42\xe6\x84\xd1\x60\x5c\x5d\xaf\x3e\x3a\xed\x38\x20\xba\xdd\xdd\xb3\x9c\x95\x10\x0d\x88\xe1\xe8\x21\xbb\x03\x77\xc4\x12\xe2\x41\xc7\x55\x43\xc4\xed\xbc\xbc\x2f\x3b\x55\x1a\x40\x5b\x2c\xf5\xa5\x0f\x17\xea\x44\x22\x17\xc6\x15\xb8\xe3\x40\xda\x2e\x39\x2e\x18\xce\x4b\xdb\x7c\x8f\x2d\x61\xd6\xf3\x2c\x12\x66\x3d\x8f\xa2\xb6\xf9\x59\x1f\x64\xc9\xb2\x6f\x2e\x16\x3a\x78\x09\xf2\x4c\xbf\x06\x6f\x11\x2e\xd0\x8b\x70\xea\xc3\x09\xc3\x4f\xfd\x03\x82\x2c\x72\xf8\xd8\xc6\xf5\xe3\xa7\x86\x92\x94\xeb\xc7\x4e\x8d\x40\xc0\x76\x99\x05\xc6\xa7\xf0\x35\xc4\x16\x1b\x63\xef\xe2\xca\x69\x4a\xe6\xf2\x6a\x4a\xd6\x1d\xf9\x33\x7f\x03\xdb\x4d\xb4\x4e\x49\xe5\x45\xb4\x4e\x09\xe2\x95\xec\x11\x23\xab\x0d\x4c\x5c\x99\x1a\xc7\x36\x5b\xc8\xef\x89\x5e\x13\xc3\x0f\x0f\x60\x32\x4e\xd7\x5f\x79\x29\xe2\x9a\xc6\xa4\xe3\x22\xbf\x92\x93\xe2\x22\xbe\x08\xd9\xa9\x44\xfb\x32\x34\x27\x5e\x90\x71\xdd\xc6\xe5\xe1\x6a\xba\x08\xab\xd4\xa4\x53\xb7\xae\xa1\x5c\x15\xd7\x9d\x6e\xac\xc0\xf3\xe3\x83\x1a\xf9\x61\xe3\xba\x95\x21\x4b\x67\xe0\x83\xcc\x10\x18\xd7\x6d\xd0\x17\x27\x4a\x78\x74\x8f\x17\x6c\x50\x74\x29\x1b\x99\x66\x7c\x50\x5f\x37\x91\x95\x29\xe2\x1e\x99\x7b\x9e\x21\x36\x45\xd4\x47\x69\x22\x60\x3c\xf8\xeb\x4a\xc9\x48\x83\x2b\xdf\x7f\x19\x02\xd3\xd3\x42\x1e\x18\x9f\x86\x17\x2c\xcb\xe5\xb6\x2d\x4f\x08\x03\x20\x45\xba\xdc\x35\xf2\xc0\x24\x09\xc6\x7d\xd1\x17\xd0\xb5\xf0\x52\x6b\xd6\xbf\x41\x72\x26\x43\x4e\x98\x9c\x0b\x91\x14\xba\xe8\x82\xae\x2d\x4a\x36\x40\xda\xe8\xb1\xde\x02\x47\xa7\x7a\x29\x8a\x22\x7a\x29\xba\xa6\x7a\x26\x4a\x99\x08\xa6\xd0\x45\x10\x73\xbf\x48\x72\x08\xa6\xd0\x5d\x2d\xcd\xb7\xbc\x6e\xb7\x27\x99\x09\x6c\x01\x72\x2c\x84\x8d\x12\xca\xd7\xd0\x2c\x6e\x39\x41\x13\x0e\x71\x93\xa0\x09\x58\x9e\xc7\x45\xd0\x84\x43\x1a\x4d\xa0\x04\xdc\x1d\xe2\x22\x24\xe6\xf4\xa8\xbd\xac\x84\x78\xf4\x63\x52\xe2\xf0\x96\xf8\x10\x88\x89\x39\x1f\x02\x31\x6f\xc8\x4f\x32\xc0\xc4\xb0\x48\xcf\xd5\x25\x3d\x5c\xee\xc6\x27\x19\xb0\x1f\xae\x2a\xd9\x80\x0f\x9a\x29\xcc\xa4\x8d\x4b\xfa\x86\xd4\x28\xb1\xe0\x43\x50\x06\xa7\x73\x29\x34\x62\xdc\x72\x20\x27\x83\xd1\x28\xb8\x12\x12\xc5\x32\x8a\x29\x56\xa4\x21\x45\x1b\x2c\x05\x3a\x85\x18\xe3\x47\x58\x0b\x99\x16\x50\x14\x22\x87\x1f\xd9\x93\xa4\x62\x52\x5e\xbf\xf2\x65\x7d\x47\xfe\x41\x51\x48\xc8\x32\x94\xaa\x17\x02\x2a\x90\x54\x3c\xca\x79\xd1\x78\x50\x2e\x50\x2f\x40\x3d\xf1\x42\xa8\xd6\x07\x08\x6e\xbd\x72\x0a\x04\x90\x9e\x08\xd6\xaa\x03\x60\xb4\xcf\xf4\xcb\x89\xa3\x41\xb5\x0e\x52\xab\x6e\xff\x50\x50\x96\xbd\x20\x3c\x22\xd5\x48\x14\x84\x47\x24\x19\x8b\xa2\x55\x3b\x1c\x7c\xb9\x20\x8e\xa7\xf5\x83\xb2\xbf\x0f\x28\x6b\xf1\x03\xa3\x5b\x1e\x03\xe5\x32\x94\xf1\x65\x4f\x8f\xf4\x17\xb0\x8d\x40\x8e\x89\x62\x14\xb2\xce\xc5\x69\x59\x6e\x03\xfc\x2a\x18\xb3\xc7\xf9\x27\x7d\x2b\xc8\x9c\x82\x93\x54\x8a\x33\xb1\x03\x67\xc2\x2a\x68\xe9\x3e\xfc\x1d\x92\xcf\xed\x5d\x14\x38\x0d\xeb\x04\x57\xbc\x65\x9f\xc8\xcd\x06\xd3\x73\x0b\x8c\x05\xb1\x44\xb7\x8c\x04\xa8\x5b\x89\x7b\xa1\xdb\xfa\xa5\x27\xeb\x7c\x94\xa9\x53\xbd\x0a\x58\x43\x14\x60\xe3\xb4\x53\x85\x55\x90\xb6\x52\xf3\x2e\xa0\xa7\xea\xd3\x9f\x35\xac\x8d\x9e\xac\x34\xd4\x68\x30\xe9\x8a\x75\xa9\x28\x51\x05\xcf\x06\x9a\x28\x5e\x0e\xa1\x75\xdf\x65\x73\x6c\x54\x5c\x74\xc5\x52\x97\x28\x4b\xe4\x26\xe2\x49\x46\x31\x72\x93\x97\x7e\xd1\x3a\x4b\xed\x48\x69\x18\xa2\x88\x0b\x84\x7c\x38\xd4\x76\x14\x43\x3e\xf4\xec\xeb\xf6\x03\x58\x8c\xf9\xd0\x5d\x13\x59\x1a\x55\x59\x45\x33\x2a\x79\xc6\xa2\x19\x95\x0c\x48\x41\x17\x76\x5e\x76\xd0\x79\x27\x36\x6b\x4d\xff\x60\x2e\x46\x84\xbc\xb2\xc9\xe3\x3f\x00\x80\x32\xec\xbc\xec\x39\x7c\x93\xd1\x44\x3f\x42\x59\xbe\xf2\x63\x55\x0c\x66\x1a\x25\x34\x27\xf0\xec\x6b\xf9\x74\x88\xfe\xd1\x78\xca\xb0\x29\xea\xbb\x4e\xe7\x1f\x64\x77\xef\xb6\x90\xcb\xb3\x2b\x74\xcd\xae\x7d\x3c\x3c\x15\xec\x48\x5d\xe9\xb4\xc1\xf6\x83\x55\x45\x34\x54\x72\xbb\x50\x84\x95\xcb\x65\xc5\xee\x49\xa1\x79\x41\x4c\x54\x14\x73\x95\x91\xaf\x03\xa6\x4b\xd8\x86\xa2\xd4\xae\x0c\x72\x26\xd8\xa2\x41\x84\x81\x96\x2c\x31\x5e\x7d\x05\x77\x42\x9f\xcb\x65\x48\x49\x58\xe9\x41\xe6\x5e\x26\x41\x34\x07\x35\xa6\x05\x6f\xc2\x1c\x76\xf9\x7c\xb3\xba\x3c\xa9\x65\x73\xde\x09\x0f\xb9\xed\x64\x82\x8a\xe1\x19\xf2\x77\x96\xcf\xa5\x9c\x84\x8e\xb0\x57\xf8\x14\x6d\x77\xa2\x20\xd7\xe9\x32\x0a\xc5\x40\x0c\x22\x35\x62\x9d\xda\x3d\xb2\xda\x3a\x09\xc7\x8d\x77\xb0\x07\xf3\xf6\x12\xa5\xf1\xcd\x25\xea\x1c\x6e\x2e\x51\x6e\xf5\x82\x14\xa7\x4b\x9d\x6f\x2e\x54\x37\x48\x4d\x99\x46\x06\x05\x4e\xa6\xbb\xd3\xb7\x37\xaa\x03\x28\x29\x71\x51\x51\xa1\xf5\x6c\xc0\xf5\xea\x11\x37\xe8\x83\x13\x85\x61\x99\x2e\xb6\xea\x31\x27\xfd\x70\xbb\x4a\xe6\x1f\x36\xaa\xfe\x15\x1c\x20\xca\xc3\x35\x2c\x7d\x47\xb2\x33\xbd\x1b\x1e\xae\x64\x18\x8f\xf2\xa0\xe3\x93\xee\x3f\x99\xfa\x8d\x75\x42\xbf\x36\x45\x81\x07\x0e\x4c\xb2\xa8\x42\xcd\x2d\x7a\x60\x0c\x84\x16\xce\x69\xfa\xfb\xc2\x3f\x5c\xf2\xb0\xe0\x11\x9c\xc5\x52\x90\x2a\xcd\x5a\x4e\x83\x45\x5e\x40\x2a\x4a\x2e\x34\x81\xb0\x51\x65\x01\x69\xb5\xf1\x34\xbf\xba\x1f\x68\x02\x5d\x0f\x94\x74\x79\xf7\x2e\x1e\x20\xe2\x06\x7c\xd4\xcc\x8e\x60\xa3\x72\xc1\x91\x06\x25\xdf\x52\x60\xaa\x52\xa4\x52\xd4\xcc\xc1\x90\x16\x35\x73\xb0\xff\x45\xcd\x9c\x87\x91\x78\x0f\x9d\x10\xcf\x51\x36\x5c\x89\x67\x7f\xf3\x60\x93\x28\xa8\x9a\x9b\xfe\x0e\xf7\xe1\xe1\x55\x4d\x37\x6c\x8b\x9a\x0e\xc9\x55\xc1\x41\x51\x39\x7f\x79\x89\x88\xe0\x8a\xbd\x92\xff\xee\xc7\x65\x1e\x4b\x5a\x18\xb0\x0a\xe1\x5c\x79\x7d\xe3\x8b\xb0\x2f\x7e\xcd\x22\x3e\xe6\x4d\xad\xb9\x8b\x86\xaf\xf2\xd6\x35\x7c\xd5\xb4\xb5\x70\xb3\x4e\xf8\x21\x26\x6d\x90\x2b\xcb\xb6\x72\x4a\xd6\x07\x56\x77\x9a\x48\x0e\x5d\x95\x79\x31\x4c\x03\xf1\xae\xa3\xa8\xfe\x73\xc9\x3e\x5c\x25\x5d\x4a\xb5\x7f\xf0\x62\xe5\xf3\xed\xeb\x54\x55\xff\x49\x6c\x91\x15\xb5\x24\x0a\xea\xff\x9c\xe9\xa7\x84\xbf\xd8\x2d\x9a\x36\x01\xd7\xd1\xd0\x8d\xf8\x70\x8e\x74\x31\x65\xe5\x58\xf0\xaa\xfe\x8f\x05\xa8\x64\x09\x26\x6a\xfc\xef\x7a\x34\x0e\x71\xe3\x03\x86\x0a\x90\xaa\xba\x3f\x76\xb4\xea\x7e\x08\x36\xd5\x03\x46\x8b\x55\xaa\x72\x7b\xc3\xb6\x4c\x61\xda\xa9\xbc\xa8\xf5\x71\x37\xac\x02\x81\xaa\x70\xda\x96\x09\x4c\xc7\xe2\xd9\xca\x8c\xeb\x8f\xd9\x3b\x43\x43\x99\x7a\x5e\x26\x60\xab\x7c\x54\x89\x1f\x73\x48\x71\x92\x70\x9c\x30\x5e\x5c\x2a\xf5\x94\x36\x71\x0b\x56\xf3\xc0\x60\x22\x18\xf5\x44\x92\x70\xd9\x1c\xaf\x92\x69\xd9\xe8\x5a\xd9\x02\x5e\x8b\x35\xae\x28\x12\xc3\xc1\x2f\x38\x28\x4e\x4a\xbd\x70\xd9\x12\x74\x79\x41\xb6\xbd\x5e\x95\xb2\xbf\xc3\x17\x3a\x55\x95\x8a\xd3\xb6\x38\xc5\xf1\xd0\xac\x3f\x56\x70\x90\x64\x38\xea\x85\x2f\xdf\xf0\x77\x18\xe4\x3f\x23\xa0\x44\xbd\xe4\x9e\x05\x16\xc0\x2f\x3b\x78\x29\x3b\x38\x7e\x67\x48\x7f\xab\xfc\x22\x67\xa8\xca\x12\xc2\x6d\x56\x59\xc2\x62\x1d\x1c\xe6\x44\x1a\x59\x42\x4e\x72\x2d\xbe\xf6\xc3\xc6\xb8\x1e\x29\xa9\xac\xf2\x7e\x2a\xa3\xab\xbe\x90\x20\x6c\x2d\x86\xf8\x86\x71\xaf\x32\x79\xb6\x90\xc9\x83\xd3\xaf\x3f\x26\xaf\xc8\x9a\x56\x79\x3c\x8e\x41\x85\xc7\xab\x24\xa7\x8c\xaa\x46\x32\xfc\x03\x25\x14\xee\x34\x51\x09\xd9\x49\xc2\xc1\xa8\xd5\x13\xd5\xad\x65\x40\xdc\xea\x3f\x49\x3e\xfd\x30\x18\xc9\xe9\xe8\x88\x27\xc4\x72\xec\xf1\x71\x54\x8f\x4a\xb2\x9a\xe2\xe0\xaa\x1b\x9d\x78\xd3\xc8\x13\xe2\x5b\xd5\x37\x7a\x8e\x9a\x9c\xa7\x8d\x75\xd7\xe3\xe6\xab\x64\xab\x29\x9e\x2f\xf4\x8d\x3e\x0a\x6a\x53\xdc\xc7\x7e\x35\xad\x36\x5c\x68\x94\x8c\xbe\x34\x6a\x73\xd1\x98\x51\x57\xc8\x07\x17\x51\xbb\x31\x33\x2e\xff\x51\x13\x26\x72\x76\xdc\x24\x9c\x2a\x76\xf5\xc4\x41\x8f\x0a\xa7\x98\x96\x3f\x55\xc3\x7a\x5f\x9d\xb5\x9b\x44\x4e\xda\xf0\xe3\x1b\xab\xa6\x7d\xb5\xa3\xea\xaa\x56\x32\xf5\xb7\x38\xd2\x33\xd4\x3d\xf0\x62\x63\x4f\x54\xd2\xa8\x5d\xc7\x14\x51\xba\xcb\xd6\x03\x15\x76\xf4\x84\x8a\x8f\x1a\xc9\x34\xb3\x56\x1a\xd5\xfb\x46\xae\x91\x7c\x3d\xa3\x47\x12\x76\x46\x0c\x65\x3c\x9e\x2d\x98\xcb\xd0\xe4\xaf\x86\xfc\xb4\x2b\x91\x01\xca\x3d\xca\xb0\x91\x87\x4c\x47\xd5\x7c\x5e\xd6\xa4\x06\xbc\xbd\xe7\xc3\xd0\xe5\x97\xeb\x3d\x30\xf7\xf7\x40\xa9\x6c\x54\xe4\x50\x53\x38\x06\x7b\x50\x7f\x5c\x64\xd5\x48\xad\xaa\x6c\x94\xfd\xa9\x2a\x1b\x95\x34\x54\xf5\x89\x3d\x3b\xf6\x09\xe0\xba\x0e\x65\x4a\xc0\x95\x2a\x44\x31\x18\x23\xf9\x7c\x71\xd6\x99\xca\x08\x9a\x18\x76\xfc\x12\x18\xa4\x5f\xe7\xe5\x30\x86\x1a\xbf\x9c\xd8\xd4\x50\x57\x8a\x3c\x79\x0e\x78\x1c\xb0\xa5\xd2\x66\x3d\xea\xcc\xe7\x00\xd3\x44\x55\xa8\xd9\x6e\xd4\xa9\xea\xc6\x21\xb7\x28\x06\x64\x13\x85\x92\x2b\x8e\xa2\x70\x70\xe1\x56\x14\x85\xe7\xe5\xb1\x36\xd2\xf8\xe5\x5a\x90\x95\x86\x84\x42\x51\x91\x82\x75\x22\xb9\x44\xcd\xe8\xe2\xd3\x0f\xe5\xd0\x0c\x78\xfb\x4c\x00\x90\x1b\x33\xe9\xf2\x97\x69\x72\xd4\x1b\x03\x64\xef\x04\x8d\xe9\xd5\xab\x57\x8d\xe9\x55\xee\xd7\x8c\x5f\x2a\xc9\xd6\x64\x5e\xed\x78\x7d\x7c\xf3\x50\xeb\x51\xe3\x23\xd1\x7e\x52\x0f\x45\xcf\x68\x0d\xf3\xd9\x52\x1f\xcd\x7b\xdd\xff\xc7\x87\x8e\x34\xf5\x51\xcd\x22\x39\x41\x85\x78\x9d\x6e\xf9\x63\x42\x32\x31\xcb\x60\xe5\x91\x00\x68\x93\xcc\xa3\xb3\x3e\xaa\x55\x84\x46\xd3\xdf\x6c\x82\xe9\xaf\x67\x61\x69\x92\x2c\xfe\x2c\x35\x43\xee\x92\x92\x3a\x95\x59\x75\x29\x87\x94\x3c\x19\xd4\x5c\x8e\xae\x2e\x83\xfb\x64\x35\x85\x13\xe2\xdc\xf2\x45\x06\xc8\x19\xb9\x5c\x6a\xbc\x92\x94\xfb\xf1\xf1\x56\xa3\xb9\x2c\x24\x1e\x71\x51\xcd\xc4\x7c\x5a\x6b\x1b\x2d\x9b\xbe\xe0\x1b\x4d\xd8\x1f\xf5\xc7\x37\xb6\xf0\x8c\x22\x9a\x33\x39\x5e\x54\x34\x8a\xe5\x82\xa1\xaa\x08\xe7\x4c\xfe\x1f\x95\xb0\xa7\xc3\xbd\xc0\xb5\xb2\x68\xe2\x55\xcd\x43\xe8\xef\x3e\x25\x58\x15\xd8\x48\xdf\x76\xf5\x85\x94\x0f\xcb\x68\x39\x65\x07\x5e\x62\xa9\x4b\x85\x30\x8b\xcf\xd3\x41\x34\xb0\x52\xb3\x31\xb9\xfe\x00\x15\x23\xf8\x9e\x77\xc5\x8b\x18\xd1\x89\xbe\x88\x95\x98\xe7\x0b\x0b\x9e\x4d\x79\x2c\xf0\x48\xac\x28\x16\xbb\x62\xf0\xfa\xe5\xd3\x1a\x28\x3e\xa5\xb4\xf2\x31\x1a\xae\x17\x79\x1f\xcc\xbd\x42\xcc\xfe\xbc\xa6\x80\x83\x38\xa9\xc5\xb5\xf8\xd0\xc5\x70\xdc\x9b\xce\x93\x4a\x99\xda\x21\xe5\xf7\x8f\xe6\x10\x07\x1f\x52\x25\xb0\xaa\xe9\x0d\xa9\xe2\xab\x1d\xca\x05\xc0\xd7\x96\x3a\x3d\x2e\xc3\x76\xe4\x81\xf9\x0d\xdf\x4e\x15\x8e\x97\x1f\x5a\x9e\xc3\x53\xb5\xd3\xf7\xbf\xe5\x8c\x7d\x08\x30\xc6\x34\x3f\xb2\x09\x99\x07\x19\x04\xee\x2c\x08\x3b\x1a\x0d\x5d\x1f\x36\xfb\xd1\x14\xc8\x35\xeb\x3b\x75\x1b\x08\x15\x28\xd9\x30\xf9\x82\xbe\xb4\x1f\x73\x16\x78\x69\x45\xbb\x08\xb3\xe2\x00\x97\xf1\x3b\xad\x03\x3a\x83\xb4\x0d\xe9\x1a\x8e\xef\xd1\xc8\xd4\x42\x96\xac\x68\x97\x5b\xc6\x0c\x30\xdf\x22\xd6\x6f\xb4\xa2\x98\xe3\xf0\x23\xf3\xe9\xd2\xba\x10\x1f\x93\x4d\x6e\xc4\xc0\x2a\xf9\xfb\x63\x00\x43\x5b\xa0\x04\x77\x95\x0b\xa1\xe0\x60\x26\x1a\x36\xdd\xa1\x2a\xad\x91\x4d\xa5\xab\x74\x6f\xd5\xb7\xf3\x9f\x89\x2a\xa2\x61\xfd\xad\x91\x74\x93\xb3\x11\x80\x2a\x4b\x31\xfc\x03\xe3\x54\xa1\x44\x96\x85\x53\x54\x34\xc4\x57\xcd\xfb\xaa\xc9\xda\x28\xbf\x69\xe4\x19\x2e\x59\xcb\xf8\x42\x20\x7e\x33\xdc\x96\x20\x1b\x6e\xcb\xb1\x9b\xa2\x0f\x1b\x20\x66\x76\xb8\xc6\xe3\x49\x98\x08\xb6\xa5\x2d\x40\xeb\x66\xd4\xe7\xf8\xb5\xce\x9e\x71\xa3\x34\x82\x8b\x1f\xe2\x44\xf7\x1d\x65\x03\xb9\x3b\x11\xe1\xc7\x99\x94\xe2\x86\x93\x1b\x8f\x94\xdb\xd1\x3a\x0c\x71\xb1\xd3\x2d\x31\x02\xa4\x9e\x98\xe3\x3f\x6e\x2d\x3d\x05\x94\x82\x8b\xad\xc1\x8b\x0c\xdc\x79\xa2\x05\x06\x64\xdc\x65\x2d\xe0\xe1\xb8\x3d\x5a\x0c\x7e\xb7\x31\x52\x45\x3b\x8d\xcc\xfa\x60\x03\x25\x89\x62\x8f\xce\x7a\x44\x52\x8c\x16\x58\xd9\x58\x1e\x79\x79\xd2\x7e\x98\x17\x08\x3a\xdc\x86\x76\x0f\x3c\x13\xda\x40\x91\x0f\x87\xd4\x7e\x4c\x85\x69\x1e\xa2\x0d\xb3\x0e\xb0\xfc\xa8\xdf\x3c\x7a\x03\xf1\x8a\x93\x18\xb9\x06\xac\xe6\x70\x0d\xa6\x63\x63\xd2\xea\x66\xa7\x7d\x92\x0b\x32\x71\xbf\xe5\xe5\xdb\x26\x6a\x2d\x7f\x96\xe0\xd1\x91\x8e\x75\x92\x90\x99\x9d\xf2\xc7\x8d\xf8\xc2\xf3\x46\xc2\x5f\x99\xf1\xa6\x01\xb5\x48\x83\x41\x34\x6e\xa7\xd1\xb8\x70\xbb\xa2\x9d\xf6\xc8\xef\xf1\x26\x6b\x46\x96\x72\x42\x88\x72\xb4\x05\x6a\x44\x96\x52\x3c\xdc\x1e\x50\xd1\x13\xfd\xbb\x52\x43\xe3\x9f\xf6\x88\x8a\xd6\x01\x15\x3d\xe9\x0f\xa8\xe8\x94\x1f\x65\x0e\x4c\x0d\x49\x8e\x86\x4f\x6d\x09\x1d\x33\x58\x52\x15\x60\xf8\xdd\xac\x57\xd2\x36\xd3\x00\x6b\xcd\xd9\x56\xa5\x12\x1d\x11\x71\x4a\xbd\x67\x23\xca\x94\x6a\xcc\xb6\x94\x94\xbb\xb5\x98\x58\x27\x61\x58\xbc\x7b\xbb\x8d\x51\x36\x38\x7b\xc3\x49\xb9\xfb\x84\x93\xd2\x97\xa8\x91\xe1\x57\xf7\xa3\xb6\x31\xe2\x95\x26\x13\x1e\x4a\x7d\x79\x23\x63\x6f\x71\xf6\xbf\x3b\xb4\xa8\x44\x68\x9b\xd7\x6f\xb5\xad\x47\x86\x55\xc1\xbd\x2c\x72\x29\x36\x8f\xc8\xea\x1f\x2f\x95\xfc\x9d\x13\xe3\x3e\x91\xe2\xb7\xb8\x44\xa4\xf8\xd5\xaf\xa2\xfd\xee\xd6\x52\xa4\x00\xa4\xfb\x2d\x6e\x32\xe9\x7e\xb5\x2f\x68\x5c\xa7\x1a\x51\xb4\x57\xa0\xff\x54\x5e\x34\x02\x20\xd4\xec\x98\x0b\x4f\x22\xf9\xbb\x54\x8b\xba\xa3\xf6\xf1\x8a\xf4\x58\x91\xcf\xd7\x57\x71\xfb\x0a\x65\x56\xe3\xab\x94\x01\x84\x60\x08\xd5\x15\x20\x18\x82\x7a\x82\xf6\x79\xd2\x01\x9c\x78\x07\xe4\xb9\x88\x46\xbc\x83\xe2\x8e\x90\xcf\x57\x8b\xc6\x46\xb8\x03\x45\x40\xed\x43\xbd\xe1\x8e\x7c\xc2\x6c\x3f\x5c\xd8\xee\xec\xc7\x9b\x08\xce\xab\x1f\xc0\xcf\xe9\xef\x87\xf0\x9f\x94\x7d\x6b\xd0\x51\x3f\x4c\x89\x59\x29\x87\x88\x67\x2d\x23\x19\xf0\xb8\xeb\x07\x86\x80\xcd\xb2\x2e\xed\xd5\x26\x38\xe5\x57\xc7\x50\xd7\x51\x6d\xee\xab\x6d\x50\x76\x51\x7f\x8b\xd7\xcf\x03\xc0\xe9\xe9\xf4\xa1\x56\xfd\x83\x77\x25\xf7\x73\x37\xed\x9b\xe7\xb6\x9b\xf6\x4d\x31\x6a\x37\xed\x9b\xe2\xcf\x7e\xe6\xd3\xac\xf3\xa1\xaa\xa3\xd8\xb3\xaa\x8e\x62\x1b\xdf\x69\x70\x9d\xdd\xec\x6e\x44\x14\x8e\x7e\x26\xe5\x74\x1c\x29\x27\x9d\x5d\xbe\xd3\x98\x22\x16\x3f\x07\x11\x0f\xa3\x5f\x78\x92\xdb\xda\xf4\x6e\x3d\x6b\x61\x76\xe2\x18\x17\x41\x2d\xaa\x95\x64\x81\xa0\xae\x9d\xd0\x06\x72\xf9\x3d\xed\xba\xa7\x2d\x78\x3f\x5c\xee\xcf\xe5\x8b\x11\xc4\xeb\x45\x1a\x6e\xc7\xc5\x07\x10\xa8\xd7\xcd\xfa\xa6\xc7\x45\xc7\xb8\xfb\xbc\x84\xa5\xe0\x74\x0b\x31\xe9\xc5\xe7\x9b\xd3\x32\xeb\x5b\xb7\x05\x99\xde\xba\xfd\x1a\x2a\x77\xd8\x5a\x95\x8d\x50\x96\x04\x8c\x2d\xaa\xea\xc8\xc1\xe4\x5e\xd1\xd9\xb8\xd9\x55\x9d\x0d\xa8\xdc\x35\xfd\x11\x6f\x10\x99\x9c\x91\x2d\xb0\x90\x73\x1f\x6b\x5e\x1c\x0c\x0f\xfb\xd0\x08\xe1\x10\x1d\xfe\x21\x4e\x31\xa4\xf9\x14\x71\xf5\xe0\x26\x42\x87\xa0\xde\xc8\xae\xd4\x2d\xcb\x32\xba\xdb\xb8\x98\x75\x4d\xd9\x7a\xc3\x39\xd2\x09\x37\x5d\x38\x91\x1d\xf4\xa6\xf1\x1c\xc3\x37\x8d\xe7\xc4\x9c\xa6\xa7\x24\x5c\x6e\x6f\xba\x70\xba\xf8\x64\x31\x51\x3a\xda\x33\x8b\x09\x8c\x71\x27\x8b\x89\xa6\xe3\xbd\xeb\xfa\xc7\x4c\x7a\x32\xaf\xc0\xd8\x1b\x7f\x00\x49\x9a\xfe\xb8\x12\x9a\xfe\x28\xbd\xeb\x7d\xf2\x74\xb1\x45\x1a\xa7\x31\xf8\x8f\xf1\x68\xea\x65\x3a\x8c\x87\x89\xd5\xa3\xff\x18\x8f\xa6\x28\xa8\xf7\x5c\x3a\x56\x0b\x17\xb2\x52\xda\x9f\x5e\x18\x3d\xe4\x0c\x78\x2f\x74\x93\xb3\xe1\x23\x1e\x1d\xa9\x48\x21\x08\x70\xf4\x80\x4d\xf0\x77\x9c\x88\x60\x6a\x3a\x79\x52\x14\x8f\x77\x8d\xb1\x71\x16\x8f\x1e\x44\xd8\x02\x30\x39\x94\xd3\x01\x88\x73\xcf\xc5\xd5\x87\x9e\x03\x5c\x99\x7d\x60\x12\xc2\x3d\xd1\x0d\x85\xee\xf6\xc0\xab\xe4\x19\x45\x2f\xa6\xb7\x6a\x1f\x5e\xc9\xb6\x7d\xb8\x0d\xad\xef\x85\xd3\xad\x84\xb8\x5a\x34\x21\x3b\x8a\x5e\xac\x1d\x96\x24\xb2\xa7\x89\x78\x52\x22\x36\xb9\x59\xec\x95\x54\x29\xda\x83\x75\xc2\x4e\x15\xb1\x8a\xf0\x52\xe4\xad\x88\x3e\x89\xad\x20\x82\xce\xa4\x3a\xfc\x81\xb0\x22\x70\xff\x8d\x6e\xfa\x33\x15\xdb\x1d\x01\x45\xe0\x4b\x1c\xfd\xf6\x7d\xef\x12\xdf\xf9\x70\xf7\x43\xf7\x4e\x49\xf3\x9d\x7b\x6e\xd7\x3a\xa6\x50\x24\xd0\x36\x92\xce\xfe\xa0\xdb\x70\xae\x04\x7b\x22\xc8\x54\xf4\xc7\xbb\x88\x9d\x40\x82\x10\x3a\x02\xf7\x27\x49\xbc\xad\x9d\x08\x13\x7c\x7c\xaa\x89\xb9\x66\x38\x53\x04\xd2\x15\x1a\x10\xac\x34\xfa\xa3\x53\xcc\xaf\xb8\xb4\xd8\xe0\x67\xf8\x97\x29\x7c\xb0\x2f\x4a\xd2\x3a\x32\x82\x99\xf5\x11\x11\x88\x1d\x4b\x6c\xb2\xed\x64\x53\x81\x5b\x67\x31\xde\xc0\x1d\xf9\x40\xe4\xa9\x36\xd2\xa5\xd7\x14\x91\x2e\xf5\xa5\xee\x9b\x08\x92\x36\xc0\x94\xb8\x2b\x38\xea\xbc\xf5\x07\x59\xa1\xa2\xcb\xa8\x78\x97\x6d\xac\x34\xc2\x5e\x17\x4b\x66\x4f\x5e\xaf\x4c\xe1\x85\x61\xe5\x01\xd7\x5f\x2f\x29\x3a\x7d\xb9\x0a\x3c\xf6\x2f\x46\xcc\x8e\xac\xdb\xfb\x25\x39\x79\x89\xd2\xe0\x9c\xb1\xd0\x39\xb5\x1e\xe8\x2f\x89\x56\xbc\xfa\x5e\xc9\x8c\x87\xf8\x4d\x7d\xb4\x1f\x08\xda\xed\x09\xe3\x5d\x7b\xfa\xd0\xb3\x7a\x46\x3f\xf4\xac\x12\xd2\x2f\x0d\x88\x28\xe3\x19\x19\x96\x3d\x42\xd6\xc1\x41\x93\x27\x6e\xff\xe0\xa7\xdd\x29\x64\x03\xd3\xa5\x40\x45\x34\x5d\x60\x6c\x7d\x14\xcc\x74\x6c\x7d\x8e\x84\x81\xc7\xa0\x98\x87\x57\x18\xf9\x8b\x22\x30\x25\xd6\x93\x36\x60\x28\x88\x2f\x14\x61\x4c\x6f\x8e\x7a\x1c\xf6\x6f\x59\x3e\xde\x3a\xf0\xf1\x3c\x2d\xc2\xb8\x48\x0a\xb3\x83\x80\xdd\x5a\x3b\xc4\x09\xdb\xcc\x55\x19\xe7\xc5\xef\x7f\x8a\xf1\xe2\xc7\x5d\x84\x62\xe7\xf8\x31\x14\xa1\x10\x36\x4e\x78\x79\x84\x9b\xf1\x63\x0d\x42\x53\xbc\x50\x12\xa0\x70\x2d\x08\xc9\xed\xb5\x1d\x17\x1d\x71\x37\x07\xe6\xbf\x5d\x26\x3c\xf0\xf2\x52\xcc\x19\x58\xff\x86\x12\xb4\xf8\x71\x03\x21\x5f\x11\x17\xcf\x8b\xb0\xcc\xf3\xc2\x45\xd0\xe3\xab\xb0\xe2\x81\xa6\x45\xef\xf5\xb8\xa4\x59\x4c\x1c\x63\x1a\x8f\x40\xfc\xae\xf8\xe1\x31\x8e\xe2\xc8\x74\x5a\xd0\x9e\x39\x40\xc1\xb8\xc0\x01\x0a\xb1\x51\xdd\x89\x22\x11\xb5\x0e\xaf\x05\xb0\x27\x08\x2d\xa9\xa5\x77\x14\x24\x24\xee\x68\x01\x9e\xd3\x7e\xa0\xa7\xee\x90\x56\xc1\xca\x29\xc3\x94\xae\x3a\x21\x44\x85\x25\xe7\x98\x04\xc1\x25\x35\xab\x8e\xea\xd1\xb3\x0e\x4f\x81\x66\x4f\xa0\x39\xef\xb7\xf8\xdd\xff\xa5\x38\x1b\x34\x23\xd5\x19\xa3\x0c\xa9\xa2\x40\x93\xa2\xb1\xbc\x0d\xee\x5a\xe8\x30\x84\x09\x85\xa5\x41\xba\x7e\xfd\xc6\x03\xe7\xab\xea\xe6\x10\x11\x52\x2d\x5a\xe0\x88\xe5\x4b\x3d\xd4\x8b\x70\x9e\xa3\x7b\xe6\x19\xac\xc3\xee\xc3\xe8\x04\xd1\x1e\xd5\xd8\x05\x8e\x55\xca\x02\x02\xc7\x2a\xb5\x7a\xf1\xbb\xd0\x67\x75\x02\x38\x56\x91\xc1\x27\xa2\x0b\x0f\x0b\x81\x7c\x41\xd9\x5b\x74\xe1\xb1\x7f\xe1\x71\x5c\x68\x90\x38\x94\x7a\x8f\x66\x25\x7d\x7f\x5c\x5e\x43\x70\xcb\x7a\x85\x9e\xdf\x4a\x21\x22\xd4\xa1\x41\x6e\x82\xb4\xf9\x6a\xe0\xc2\x74\x66\x3e\xda\x23\x14\xcf\x8b\x6d\x91\x1c\xbc\x1f\x70\xf0\x6e\x5c\xe4\xf8\xf6\x45\x60\x2d\x77\x31\xdd\xa7\xa0\x8e\x91\xee\x53\x30\xbe\x91\xee\x53\xd0\xd9\x18\x2a\x5e\xec\x4c\x5f\x2a\xfb\x4a\x5f\x2a\xee\xde\x18\xd8\x34\x09\x64\x2a\x34\x5c\x3a\x1d\xa4\x74\xed\x0e\xb5\x1b\xee\xd9\xc0\x8d\xc7\x75\x34\x02\x50\x77\xf1\x8c\x00\xe4\x46\xe9\x2b\xd5\x6d\x81\xf8\x41\x17\xf8\xc0\xe4\xb7\xaa\xdd\x8b\xd4\x73\x64\x2d\xf8\xd6\xcb\xd1\x75\x89\x3a\xa7\x1f\xda\x3d\x09\x4a\x2a\x3a\xdc\x3b\x73\xaa\x5e\x82\x3f\x65\xa2\x05\x60\xca\x44\x8b\x1e\x86\x03\xf2\xa4\xa7\x42\x43\x9c\xbb\xbd\x43\x68\x81\xaa\xc2\xd7\x53\x18\xdc\x47\x0d\x66\xdc\x5e\x1b\x7f\x7a\x9b\x85\xea\x09\x0d\xe0\xe2\x96\xf3\x66\xd2\x37\xbe\x29\x2e\xf8\x2d\xc3\x28\x65\x53\x53\x01\x33\x10\x6a\x2a\x54\x12\x86\x9a\x0a\x15\x6d\x41\x1e\x55\xb5\x71\xf1\xc8\xd5\xc0\xc8\x04\x5a\x8b\x53\x2b\xbb\x40\x6b\x71\xaa\xae\x8c\x27\x1f\x01\xcc\x46\x9f\x73\xfd\xa4\xe3\x49\x66\xdb\x6a\x3f\xc0\xbc\xee\xc3\x20\x3e\x7a\x1e\x85\xba\x09\x57\x2c\x35\x10\xee\x12\x8c\x46\xd3\x8a\x3c\xb4\x16\xd6\xd4\x22\x96\xf1\x2d\x5d\xd8\xa5\x4c\x0b\x90\x51\x3a\x0c\xfd\x9e\x62\xa5\x1d\x98\x4d\xb8\x77\x89\x51\x1d\xb1\x4d\xd8\x09\x03\x14\x24\x45\x0d\xa9\x3c\xae\x4b\x45\xc1\x65\xec\x94\xe4\x33\xe5\x1d\x44\xa3\xb0\x7c\x13\x4d\xc2\xae\x10\xb3\x5b\xf4\xca\x64\xb8\x6d\xf0\x0c\x01\xd9\xd0\x3f\x47\x78\x79\x20\x4b\x54\x09\x95\xcd\x95\x1c\xaf\x71\x44\xfc\x59\xb3\x29\x80\x83\xdb\xe8\xb2\xc1\xf1\x7a\xa5\xb0\xb6\x2f\xa2\x4a\xf8\xf2\xf8\xf1\x14\xa5\x48\x3b\x5f\xc8\x5c\xb5\x53\x1c\xa6\x3c\xa2\xfa\x26\xa9\x40\x0f\xd3\xa2\x6a\x4b\x13\x70\x15\x46\x25\x8f\xf8\xb4\x47\xa0\x58\xc5\x1e\x2b\x91\xd7\x44\xf2\xff\x21\xcb\x73\x5b\x4c\x23\x32\x6c\x80\x0d\x34\x8f\xa6\xf8\x30\xd0\xe6\xc5\x19\x1f\x12\xc5\x61\xff\x5b\xc3\x54\xca\x18\x16\x69\x4f\x3c\x90\x5a\x10\xf5\x30\x86\xd9\x45\x86\xbf\x63\xea\xc4\x8d\x37\x0e\x4c\x9d\x80\x6e\x20\xbf\x68\x93\x89\x0e\x93\x88\xc0\xf4\x8c\x03\x21\x7c\x76\x84\x91\x15\x3b\x32\x4c\x0a\xc2\xe2\x8d\xd3\x01\x68\x8b\x30\xc2\xf0\x27\xe3\x4c\x52\xd0\xf8\x58\x7e\x30\xf4\x89\xf0\x4f\x90\x0c\x59\xe3\x35\x34\x4e\xa2\x16\x80\xef\xe3\x82\x43\x67\x91\x86\x3a\x05\xa8\xc5\x48\x06\x03\x90\x92\xc1\xb0\x3e\x02\x3f\x16\x69\x60\xfc\x9b\x7d\x5e\x08\xff\x9c\xc2\x8f\xa5\x08\xf9\xf6\x71\xc1\x3d\x17\xfb\xe7\x79\xc4\x41\x19\x17\x5c\x4e\xb1\x9f\x45\xff\xfe\x2e\xd0\xc2\xf0\x52\xc7\xfe\x91\x58\x42\xd6\x46\x01\x66\x97\xa8\x08\x33\xe3\x92\x8d\x55\xbd\xc9\x20\x1b\xab\x44\x75\x14\x24\xfb\x2e\x5d\x81\xd3\x62\x33\x07\xdc\x88\xc6\x0c\x03\x6e\x44\x3b\x8c\x91\x96\xbd\xb0\xff\x03\xd9\x43\x27\x6d\x60\x0c\x64\x0f\xad\xfe\x1d\x2e\x65\x54\xf3\xb6\x43\x95\x46\xc5\xc8\xc8\xce\xab\x6e\xee\xbc\xbb\x06\x9c\x88\x8a\xd0\x51\x0d\x83\x09\x97\x3d\xea\x80\xc1\xb1\x0c\x73\xc4\xad\x3b\x60\x57\x54\x7d\x8e\xaa\xaf\x5f\xf7\x8f\xc5\x1f\xcc\x11\x3e\x46\x26\x68\x54\xb8\x23\x91\xa0\x21\x57\x85\x1e\x0c\xbd\xcb\xf5\xe3\x1c\xc4\xbf\x96\xb3\x1c\x2d\x45\xbd\x0c\xdd\x04\xb6\xfb\xe1\xf1\xb5\xb9\xc7\xd7\x16\x90\x0a\x51\x9c\xf8\xd4\xc1\xe3\x6a\x10\x93\xda\xc0\x44\xa3\x1b\x75\x04\x9e\x60\x10\x64\x5a\x73\xa7\xd1\x31\x08\x82\x18\x8d\x0e\x2f\x06\xef\x3f\xba\xcf\x20\xeb\xfb\x0c\xb2\x0c\x8f\xe6\xd6\x74\x69\x94\xbf\xc3\xa3\x39\xe7\x00\x88\xb0\x8c\xb8\xd6\x09\xa0\xbb\xa8\xe2\x90\xba\x0b\x5f\x69\x83\x04\xaa\x55\xc4\x0f\xf8\x1d\x2e\xa3\x91\x3c\x46\xb7\x05\x72\x4c\xd8\x8a\x31\xa0\x88\x62\x26\x2c\x46\x55\x85\x36\x7e\x5c\xc5\xac\xa2\xd7\x80\x3d\x74\xb9\x07\x1c\x98\xfb\x36\xe4\x82\xf2\x0f\xb8\x20\xae\xd5\x31\x1c\x1a\x58\x61\x1d\xd2\x73\x74\x0c\x09\xa4\xc3\x7d\xf4\xc4\xef\x13\x11\x2a\xc4\x72\x20\x25\x20\x53\x73\x8c\xe9\xc8\xd4\x9f\x30\xa6\xf0\xfa\x63\xc2\x98\x7a\xe8\x94\x18\x78\x48\x27\xbc\xa8\xc8\x33\x73\xce\x36\x96\xaf\x62\x31\x74\x90\xd6\x38\x65\x10\x6d\xba\x4a\x1e\x4c\xbb\xea\x7b\x69\x60\x03\xa1\xf5\xd9\xd0\x3d\xda\xc7\xdc\xd0\x3d\x5a\x03\x9a\x41\xa4\x40\x25\x2e\xe3\xf6\xc9\x9f\x1f\x48\x75\xc5\x1f\xbd\xa3\xb5\x6c\x19\xb7\x7e\xf4\xf9\x8f\x4c\xa1\x58\x70\xab\x78\x4a\x20\x65\x1f\x9c\xd6\x83\xb4\xd9\x23\xf8\x28\xfb\x80\x7d\x1a\x4f\x32\x82\xb4\x7f\x84\x98\x85\x7b\x84\x18\x89\xcf\x80\x63\x68\xc6\x49\x19\x08\x26\xc2\xa8\x43\x43\x8e\xc1\x30\x2b\x43\x29\x85\x37\xc2\xa3\xb8\x45\x0a\xff\xc0\x09\x22\x31\x1e\x38\x47\x1b\x81\x67\x2c\x39\x79\xba\x5d\x84\x5c\x16\xaa\xa5\x20\x44\xac\x5a\xc9\x6c\x5a\x4b\x66\xd3\xcd\x5d\x8e\xc7\x10\x4b\xc6\x13\x38\x96\x32\x65\xa7\xbb\xe4\x3c\x85\x6a\x29\x53\x86\x8f\x1a\x4b\xd6\x53\x50\xf0\x8d\xd6\x5e\x74\x6c\x8d\x7f\x84\x77\x9b\xa8\x5e\xb4\xc1\xc6\x21\xce\xf2\xa7\x75\xde\x80\x17\x39\x8c\xc7\x34\x0c\x27\x2d\x3c\x3b\xe7\xc6\x74\x30\x7a\xe8\xca\xd2\xc6\x46\xe8\xeb\x65\xb9\xe5\x57\xb3\xb9\x2c\xaa\x53\x30\xee\xdf\x25\x70\x86\xf7\xbb\x04\x1b\x63\xd8\x21\x93\x3a\x5e\x39\x66\x27\xa7\xa0\xc3\x6b\xe2\x45\xcc\x1c\x36\x97\x5f\x76\x05\x5f\xf9\x65\xa1\x24\x06\xb5\x4f\xd2\x61\x08\xbf\xcb\xc3\xf5\x62\x5e\x3e\xf3\x1f\x59\x14\x5a\x7c\x9a\x13\x8b\x96\x5a\x39\x18\x98\x6b\xe8\x3e\xad\xae\x66\x60\x2a\x7b\x2a\x39\x18\xfa\x52\xc3\xaf\x8d\xcf\x88\x59\x3c\xc1\xc6\x07\x8b\xed\x2e\x7f\x4a\x66\x3c\x93\x04\xf4\x53\xde\x33\xe0\x46\xce\xc8\x16\xaf\xb5\xec\xeb\xf3\x9f\x1f\x36\xcc\x83\x80\x82\xf0\x81\xf3\x10\x14\xde\x7f\xd3\xb0\x7d\xea\x72\xe6\x21\x87\x0c\x5d\x9a\x87\xd1\x2d\x8a\x6d\x94\x40\xb3\x92\x53\x3f\x68\x0f\xcf\x3c\x70\xdf\x66\x92\xf3\x54\x18\x5e\xfd\xd0\x2e\x87\x6d\x99\xa7\x5c\x31\x1b\x36\x33\x0e\xdf\xb4\xda\x84\xf7\xf5\x0f\x0d\x6e\x90\x82\xcd\x8c\xb7\x07\x87\x3d\x4f\xd3\x56\xf2\xc2\x99\xa7\x79\x2b\xe1\x71\xe6\x25\x23\x88\x42\x6c\xa2\x09\x31\x13\x49\x4c\x23\xee\x91\xe7\x26\x26\xaa\x10\x93\xb7\xc4\xfc\x71\x2a\x4d\x57\x81\x69\x90\x3d\x83\x80\xcc\x1f\x4b\xd2\xb4\xa0\x99\x17\xfe\x18\x5c\x45\xf3\x22\x3b\x3f\x57\xc8\xbc\xf4\xbc\x2e\x7e\x28\x85\x81\xa1\x99\xa8\x45\x8a\x36\x85\x13\x4d\x48\xd1\xac\x6f\xa2\x09\x19\x9a\xf2\x4c\x34\x21\x43\x53\xa0\x59\x64\x51\x39\xb3\xb3\xa4\x91\x10\x10\x93\x80\xac\x6a\x96\x37\x31\x37\x2d\x06\x66\x9a\x30\x24\x45\x71\xcf\x2c\x6a\x35\x29\xa6\x53\xb6\xbf\x2b\x8f\x6c\x8e\x82\xc3\x63\x73\x10\x79\x56\xbb\x45\x38\x0b\x8b\x34\x49\x3c\xa6\xb5\xd8\xac\x08\x45\xb3\x0c\xfb\x0a\x4b\x38\x31\xd1\x20\xe6\x6f\x4c\x18\x94\x99\xbf\x23\x9a\x83\x4d\x9b\x98\x9a\xaa\xa9\x99\x15\xd1\x59\xd6\x47\x34\x97\x75\xb0\x12\xca\x3a\xb0\x72\x1c\xbf\xd9\x60\xe5\xdc\xe5\x06\x2b\x27\xfa\x34\xd8\x4f\xb1\xa7\xc1\xca\x89\x63\x0d\xdd\xb3\x88\xd8\x64\x45\x99\x63\xc3\x83\x45\xd4\x69\xb0\x75\xd3\x7e\xf0\x1e\x51\x75\x3b\xd1\xaa\x64\x10\x84\xa9\x25\x07\xdc\xd6\xd4\x92\x03\x4a\x33\x1b\xcc\xa8\x78\xaf\x25\x87\x68\xd7\x50\x9f\xcf\x3f\x69\xe0\x6c\x70\xd7\xa2\x67\x77\x7a\x74\x4c\xba\x0e\x6f\xa6\x89\xf9\x6a\x9b\x8e\x8e\xf9\x87\xba\x9e\x89\xf9\x87\x64\x77\x92\x78\x6d\x0c\x1b\x04\xbf\x5b\x1f\xc1\x99\x6b\x4c\xea\x0d\x95\x51\xb3\xa3\x5a\x77\x8d\x93\x05\x62\xa6\xfa\x35\x79\x0f\xce\x90\x29\xa3\x23\x72\x6f\x18\xfa\x71\x92\x7b\xc3\x60\x8f\x33\xf9\x24\xd6\x2c\x10\x0b\x41\xac\xe6\x8f\x35\x9a\x55\xd4\x0f\x44\x41\xc5\x01\x54\x96\xc1\x22\xcf\x64\x93\x18\x4c\x65\x8a\x42\x83\x39\x64\x56\x18\x61\x20\x45\x83\x3b\x9f\x5a\x81\x68\x8f\x32\x87\x62\x4a\x37\x1e\x73\xd2\x20\x4a\x7c\x4c\xa5\x2f\x3e\x86\xe6\x40\x10\xc4\xfd\x3f\xd3\x94\x03\x56\x71\x1a\x6a\x46\x45\xd4\x34\xb4\xb2\x6f\xa9\x99\xce\xd4\xce\xd0\xd0\xca\x3a\x6a\xce\x74\xa6\x86\x81\x9d\x86\x56\xd6\x7b\x72\xa6\x37\xb5\x2b\x34\x93\x4f\x71\x9c\x8c\x1d\x68\x07\xea\x79\x3d\x79\xa9\x71\x81\x6b\x99\xc6\xa1\xc9\x03\x8a\xcc\x25\x7c\xdb\x4e\x33\xc7\xfa\x3a\x9d\xb2\x56\xfa\x0c\x4f\x63\xcf\xe8\xaf\x3b\xe5\xad\x74\xf6\x9d\xaa\x6c\xae\xfc\x07\x13\x25\xb5\x82\xd3\x28\xcc\x2e\x81\x82\x9a\x6c\xa1\xa0\x46\x7c\xc2\x53\x29\xce\x6c\xee\x95\x02\x94\x29\x98\x91\xbc\xdc\x49\xeb\x59\xb4\x5b\x45\x4b\xb5\x9a\x84\x9f\x5a\x99\xf8\xde\x43\xf6\xa8\x6d\xb4\x9c\x2f\x73\x40\x41\x32\x63\x20\x87\x09\x6b\x55\x74\xdb\x9b\xb0\x56\xc5\x98\x78\x13\x61\x4c\x31\xf8\xdd\xfc\xf1\x59\x5d\xce\x6e\x3e\x22\x37\xf0\x3e\x1b\xec\xb1\x8e\xb2\x59\x8a\x86\x12\xa5\x8a\x46\xa2\xee\x9c\x36\xa2\xd2\x72\x43\xff\x11\xc3\x3d\xe6\x52\xd7\x00\x48\x4b\x64\xb3\xd3\xa5\x21\xa2\x95\x4c\xe0\xc6\xd2\xea\x7a\xa4\xbf\xe3\x44\x56\x63\x8c\xa2\x99\x01\x02\x5d\x1b\x02\x04\x1e\xd9\x2d\xaf\x79\x09\xc0\xe2\x35\x2f\x7d\x43\x82\x33\x95\x90\xcf\xed\x35\x20\x85\xde\x52\x5c\x56\x03\x17\x23\x1d\x46\x26\x91\x00\x13\xc9\x70\x25\x6a\x6e\x1e\xae\x44\x4d\xac\x22\xe2\x5f\x13\x75\xf6\x47\x7d\xda\x12\xf0\x8f\x48\xe4\x31\xf5\x24\x32\x5c\xe0\x7c\x49\xcf\x37\xfd\x83\x97\x31\x8f\xc0\x49\x52\x33\x6d\x42\xe6\x8f\x75\xba\x34\x89\x98\x48\x70\xea\xdf\xa1\x53\x26\x2e\xde\xcd\x53\xf0\x0a\xa1\x90\x08\x21\x9d\x19\x3e\x30\xd9\x0a\xa4\x35\x69\x0a\x3d\xf1\x07\x52\xe9\x38\x71\x01\x4a\xd4\x36\xd5\x18\xb7\xc8\x8d\xf9\x08\xf9\x6b\xe2\x3e\x24\x64\x93\x32\x84\x8c\x47\xee\x8d\x13\x8f\x51\x73\xef\x1f\x7b\x53\x48\xea\x13\xb7\x99\x5d\x55\x57\xde\x07\x16\x43\x30\x57\x37\x7e\xda\x06\xa3\xbd\x0f\xac\x84\x2e\x1b\xf3\xdc\x1d\xd6\xe1\xb9\x7b\x39\x80\xf1\x53\x79\xee\xdc\xda\x8e\xb0\xca\xf7\xc9\x9b\x88\xbb\xe9\x26\x21\x06\x89\x1b\xe3\x3e\x79\x13\x56\xeb\x63\x90\xc3\x63\xe3\x3e\x79\x99\x41\xea\xee\x93\xf7\x21\x24\xfa\x3e\x25\xb9\xf6\xc9\xcb\x94\xc3\x78\x13\x15\x50\xeb\xe2\xfb\xe4\x45\xd8\xed\x1f\x8a\x0b\xfd\xbc\xc9\x56\xa6\xd8\xee\xbe\x84\x81\x09\x9b\xda\xc2\xcb\xf8\xd6\x00\xc4\xdb\xf8\xbe\xf4\x02\x74\xc1\x2e\x5f\x59\x2e\xc6\x95\x5e\x23\x00\x72\x29\x04\xcb\xde\x08\xca\xe2\x0a\x5c\x8a\xfe\x6d\x5f\xa4\xc5\x2e\x9a\x59\x2d\x60\xba\xee\x4c\x9e\x7f\xfa\x07\x42\x75\x90\xe3\x2e\xf9\xb4\x61\x10\x62\x09\xa7\x69\xfa\x5d\x78\xdb\x34\x5b\xf8\x94\xb2\xab\xcd\xef\x80\x28\x6b\x73\x09\x09\xa9\x29\x9a\xeb\x5c\x7d\xd8\xd0\x6b\xcd\xb8\xa8\xb4\xa8\x49\x43\x99\xbb\x7e\x35\x5a\xdd\xde\x15\x1a\x2a\xe8\x1a\x89\x90\x03\x2d\x6e\x78\x9d\x93\x3c\x56\x71\xc3\xec\x64\xd8\xb6\xbb\xfa\x42\x15\xf1\x7e\xec\x4e\xf5\xfa\xbd\x2b\x0f\x09\xd7\xa4\xc9\x70\xdb\xa2\x29\x85\xe6\xe1\x7c\x37\x29\x35\xb3\x6a\x52\x6a\xb8\x80\x1b\x8b\x8f\x53\xe5\xcd\xdd\x92\x3a\x5b\x6d\xf9\x01\xc4\xcd\xe0\x49\xce\xf2\xc7\x6a\x34\x85\x62\x77\x37\x7a\x22\x07\xe8\xee\xf2\xdb\xfe\x41\x78\x6b\xd7\x17\x05\x8e\x99\x1a\xe3\x36\x32\x8b\xb4\xf6\x96\x17\x60\xee\xd1\x30\x8d\x00\x76\x1d\x9c\xb9\x33\x6f\xd2\xd0\xeb\x5c\x70\x47\xa6\xbb\xa4\x7c\xab\x7f\xa4\x8c\x3c\x75\xda\x76\x0b\x11\x6b\x18\x12\x48\x3b\xc2\x36\x17\x62\x79\x93\x1e\x55\x63\xcd\x1b\xa9\xca\xcc\x72\x26\x37\xa7\xa7\x51\x21\x47\x74\x84\x0f\xb3\xd6\x9a\x37\x29\x51\x9b\x3b\x36\xd0\x6f\x7a\x22\x86\x34\xd4\xdf\x11\x46\xba\xdd\xda\x6a\x38\x33\xcd\x30\x5c\xa2\x89\x90\xec\x6f\x1b\xbd\x1b\x56\x23\xb4\xf0\xb8\x27\xfa\x7f\x6e\xf3\x1b\x4e\x63\x90\xe3\x39\xee\x09\x43\xc7\x15\x78\x4f\x19\x3a\x86\xd7\x78\xc3\x4d\xfd\xb1\x19\xa5\xb8\xa7\x53\xca\x64\x5b\x64\x63\x62\x14\x29\xc0\x8c\xf1\x74\xdf\x1c\x6c\xcf\x0f\xe9\xbd\xa4\xec\x77\x4a\x52\x84\x42\x49\x4a\xf8\x07\x5e\x4d\x70\x2e\xf7\x8d\x24\x42\xfc\xbf\x39\x31\xdc\x29\x37\x37\x7a\x06\x15\xb8\x55\xb6\x18\x3a\xe8\x56\x5a\xd2\xf3\x43\xd3\x33\xd7\x56\x71\x89\x9e\xd3\xb7\xda\x16\x43\x0c\xdd\x6a\x5b\x0c\xf2\x7c\xab\x6d\xb9\xb2\x5a\x9e\x26\xc7\xe1\xf1\x2f\x55\x42\x76\x92\x71\x6c\x6e\xc2\xcc\x0d\x3d\xf6\xef\xc7\x57\xae\xc8\xf9\xf8\xfa\xe6\x0f\xd4\x28\x64\x06\x88\x9b\xfb\xbb\x29\x24\xbb\x75\x1e\x96\xb5\xbd\x97\x9e\x14\xf4\xbb\x50\x7d\x58\x34\xb4\x8d\x24\x89\x78\xbd\x9a\xf4\xde\x66\x35\x20\x81\x60\xdc\x1b\x59\xb6\x84\x76\x7b\x13\xd2\x9a\xdc\x05\xe9\x03\x76\x23\xb7\x18\x5a\x76\xdc\xa8\x54\xaa\xf6\xee\xf7\x16\xef\x25\xf2\xbf\xeb\xb9\x68\x73\x7c\x63\x52\xaa\xb5\xf4\xed\xf5\xec\x63\xfd\xd6\x8e\x54\x3a\xa0\x1d\xa9\xfb\xf9\x7a\x97\x31\x6f\x6d\x4a\x5d\x36\x7c\x34\x6a\xcd\x3f\xa6\xea\x43\xff\x49\x10\x6d\xce\x45\xe2\x56\xbf\x70\xcf\x30\x47\xf7\xab\xb8\x6f\xd8\x1c\x71\x9f\xeb\xf9\xf1\x64\x76\x16\xa6\x1a\x18\xce\x0f\xc9\x84\x01\xc6\x6e\xf3\x60\x39\x23\xd5\x27\x9e\x64\x2d\x31\x72\x3d\x91\x58\xcc\x2c\xab\x87\xe8\x7e\x78\xf6\x7f\x3d\x3d\x07\x0f\x3b\x7e\x7f\xd0\x9f\x90\x41\x27\x9e\x43\xae\x64\x50\x76\x2f\x26\x65\x8e\x32\xa0\x3e\xd8\x6b\x90\x32\x27\x9e\x43\x2c\x6a\x7e\x60\xb0\xe1\x2b\xfc\x41\xc9\x42\xd2\x95\x78\x50\xb2\x90\x3d\x27\x1e\x0d\x39\x90\x4b\x3e\xbf\x2b\xfc\x52\x8b\xff\x68\xc8\xc1\x02\x3c\xda\x6a\x80\x11\xcf\xa9\xe5\x0a\xf7\xcc\x83\x6b\x87\x14\xf8\x31\xd6\xca\xb4\x01\x1c\x4c\x73\x00\x38\x18\x68\xe5\x83\xaf\xad\x22\x9e\xe7\x44\x34\xef\xf4\x4f\x43\x16\x80\x27\x0f\x3a\x99\x01\x3b\xf8\x10\x84\xc5\x3d\x7c\x70\xbc\x15\xf5\x1f\x1c\x6f\x65\xcc\x1f\xed\x3c\x40\xc5\xe7\xc2\xda\x82\x5d\x78\x08\xf2\xd6\x14\xba\x3f\x97\xaf\x46\xcb\x5e\x62\xcd\x5a\x82\xfa\x27\xc1\x7b\xf0\xd1\xf5\xf9\xf0\x5c\x18\x63\x40\xdb\x1f\x8d\x43\x9a\xc3\x3b\x27\xa7\x01\x55\x05\xab\x9f\x22\x55\xb5\xcc\x43\xd8\xc1\x71\xc3\xf5\xb1\xf2\x68\x4c\xc2\x25\xff\x68\x4c\xc2\x61\x7e\x34\x26\x81\xfa\x3f\x85\xf5\x86\xac\x3c\x25\x63\x85\xdb\x18\xe0\x10\x2a\x3c\x24\x1b\xd5\xd7\xec\x51\x0f\xa3\xa3\xf5\x03\x27\xd0\xa6\xfb\xab\x45\x88\x0b\xa2\x45\x88\x60\x13\xf1\xd7\x80\xe0\x4f\xc5\x60\xdb\x9d\x40\x25\x63\xf4\xaa\x87\xe8\xbf\x64\x79\x8c\x47\x0b\x12\xc8\xcb\x53\xe1\x1f\x8b\xf5\xe1\x1f\x5d\x22\xd2\x93\x1a\x09\xf7\xd1\xb2\xc4\x1d\xd2\xb2\x84\xdb\xe1\x69\x30\xb7\xdc\xd9\x4f\xfb\xbd\x95\x0d\x70\xf6\x10\x63\x4e\xa9\xdc\x43\x42\x52\xc3\x00\x3f\xcd\x4b\x5e\x5c\x6a\x02\x4d\xa7\x4d\x40\xe9\xa8\xcb\x0f\x02\x10\x61\x7a\xab\x88\xde\x95\x4f\x21\x45\x7c\x88\xd3\xab\x92\xe7\xe9\xa8\x0e\xdc\xb4\x0e\x83\x0a\xdd\x7f\x3a\xaa\x03\x37\x99\x38\xbd\xea\x57\x1e\x4d\x48\x44\xf4\x2e\xd1\x46\xce\xf8\x68\x2b\xe2\xce\x76\xb9\x55\xa6\x89\xa9\x48\xda\x6a\x3c\x04\xe7\xad\x50\xd7\x27\x04\x8f\x29\x84\x37\x1c\x0d\x42\xe8\x98\x66\x08\x1d\x90\x06\xf9\xe4\xc2\x7e\x80\xce\xf3\x19\x40\x97\xe5\xc1\xef\xcc\x26\x92\x48\xd3\x58\x53\x10\xd5\x3f\x8f\xd6\x1f\x70\x6b\x8f\xd6\x1f\xda\xfa\x3e\x58\x7f\x18\x11\xf7\x49\xf9\x83\xfb\x3f\x64\xfc\xdc\x44\xac\x3f\xb4\x5d\x79\x4c\x00\xa5\x21\xfb\xa3\xf9\x87\x0e\x0e\xcf\x90\xd0\x7a\x18\x07\x84\x16\x36\xfb\x49\xf9\x85\xfb\x35\xb5\x57\x11\x77\x91\x5f\xa4\x36\xe4\x31\x56\x2e\xef\x9d\x67\x3a\x75\x5b\xc8\xd9\x8b\xbb\xe4\x82\xd2\xeb\xe2\x51\x5e\xa1\xe9\xed\x33\x25\xda\x52\x42\x45\x14\xda\x79\x3f\x33\x21\xb6\x9a\x37\x03\x7f\x60\x15\x22\x13\xf5\x90\x24\x4a\xbf\xa2\xe7\x16\x2a\x51\xc4\x70\xb8\x79\x68\xd5\xf7\x68\xde\xf3\xa8\xa3\xd1\xee\xf8\xb9\xe5\xd9\x6d\xe2\xfb\x49\xe4\x36\xb6\xad\x92\xd9\xc7\x70\xb6\x62\x06\x4c\x47\x18\xce\xe3\x21\x65\x93\x7c\xde\x63\x00\x5b\xc5\xb4\xcf\xa3\x6b\x9f\x08\xf4\x90\xaf\x6b\xf8\x87\xcf\x0a\x51\xee\x51\xff\x21\x1a\x2c\x4f\xc4\x9f\x6e\x66\x0f\x6a\x1a\x19\xc4\x67\x09\x00\xeb\xaa\xcd\xa8\xba\xd9\xc7\xd8\xb4\x12\x88\xa5\x18\xc8\x73\xb1\x14\x03\x79\xda\x48\xe2\x29\x13\xf1\xa4\x32\xc6\xd3\xb6\x24\xfb\xd2\x42\x13\x08\xa8\x15\x7b\x0c\x48\xab\x04\xe3\xd9\xb2\x56\xae\xa5\x41\x68\x0d\xf0\xfe\x18\x84\x76\x58\x56\x95\xe1\x5a\x6e\x5e\x23\x62\xab\xe9\x94\xe4\xdc\x9f\x54\xab\xb8\x18\xa9\x56\x71\x93\xb7\x46\xfe\x62\x8f\xc1\x6a\xad\x85\xb9\x69\x12\x7b\x63\xd5\x2a\x71\x79\x52\x11\xe3\xc4\x30\x3e\xcd\x0b\x26\xf5\x30\x4e\xf2\xe5\x61\x25\x4a\xbf\xc9\x0a\x02\x8a\x91\x6b\x35\x20\x7d\x5e\x66\xe2\x89\x4a\xa5\x8c\xb7\xfb\xab\x52\xc8\xf3\xf5\x1a\x63\x08\x5e\xf9\x49\x15\x8b\xe4\x36\x55\x2c\x5e\x31\x66\x4d\x92\x19\x7c\x54\xab\x08\xe4\xe7\x33\x4b\xf6\x40\x1d\x8b\x16\x2c\xcf\x27\xb7\x24\xc8\x9f\x6f\x2e\xef\x1c\x98\x99\xf4\xa9\x7c\x52\xfd\x22\xd5\x25\x92\x6d\x9e\xcf\xd4\xbe\x80\xd6\xeb\xd0\x72\x05\xc2\xbe\x0e\x2d\x97\xaa\x1f\xc2\xcc\x85\xbe\x8e\x84\x79\xf0\xa1\x2e\xa6\xf8\x8f\xef\x44\x10\x63\x1d\x4e\xc0\x9e\xd5\x0b\x71\xf1\xaf\xc3\x77\x62\xb3\x49\xc2\x5c\xf9\xc0\xbc\xaa\x5b\xc6\xbc\x0a\x44\x5e\x87\xac\x74\xb5\x5f\x41\xe6\x5a\x5a\xa7\x20\x73\x46\xd7\xc9\x8e\x0f\xff\xc8\xab\x02\x20\x4f\xa3\xe1\x70\xc8\x96\x59\x94\xc4\xde\x85\x2a\x27\xb4\xf5\x5e\xaa\x72\xe4\xc2\x96\xaa\x1c\x29\xfe\x3a\x11\x22\xf2\xa6\x59\xa7\xef\x57\x2e\x95\x65\xee\x24\xd9\x8b\x75\x91\xea\x09\xb4\x5e\x97\x9a\x24\x96\x7f\xfd\x58\xa0\x26\x7f\xbb\xd4\xf0\xe4\xba\x64\x82\x25\x8e\xe8\xba\x70\xab\x87\x6e\xaf\x4b\x9f\x74\x88\xc7\xba\x12\x62\xc0\x47\xf7\xa3\xf9\xc7\x42\xf7\xa3\xad\xcc\xd2\x55\x56\xdf\xda\x75\x25\xf0\x8c\x58\x84\xd1\xa5\x34\x8d\x92\x81\x81\x56\xe6\x2b\x70\xf6\x05\xeb\x2e\x90\x6f\x15\x82\x7f\x55\x5b\x4c\x3b\xf6\xe3\xf1\xc3\x5a\x39\x24\x53\x29\x78\xc4\xbb\x45\x3f\x56\xa6\xa9\xfb\x58\xb0\x32\x3d\xd7\xf1\xc7\xca\x64\xe4\xf5\x85\x4c\x23\x19\xfa\x55\xd5\x7b\xb9\x5d\x35\x19\x77\x56\x05\x39\x86\x99\xfd\x63\x55\xb5\x60\xa7\x3d\xdf\x7e\xfc\x69\xd6\xb2\xaa\x7a\x31\x5b\x6d\xca\x80\xf3\x63\x5e\x9a\x72\xad\x85\x69\x49\xd7\x31\x61\x61\x4e\x52\x74\xd1\x5e\x88\x42\x8a\xb1\x32\x56\xd3\xfb\x97\xa3\xbc\x9a\x4e\xf1\xa7\x1d\xe8\x07\x7f\x5a\xed\xf6\x03\xa8\x4d\xc3\x64\x18\x88\x85\x2c\xa4\x5c\x39\x8e\xf6\x12\xdd\xde\x7e\x6f\x44\x63\xbc\x2e\xe4\x22\xc6\x87\x5d\xa4\x57\x92\x44\x2d\xd2\x2b\x49\xb9\x17\x9e\x30\x12\xcb\x65\x76\x25\x5d\x79\x17\x9e\x30\x45\x5f\xde\xd5\x53\x0b\xc7\x84\x75\x85\x91\x45\x59\x44\x0a\x29\x5a\x48\x2d\xfc\x62\xf4\xfc\x5c\x3d\xa1\x72\x14\x92\x43\x89\x88\x70\x41\xa5\xb9\x7f\xf8\xc5\x74\x63\xd5\x2d\x02\xcf\xf9\x5a\x5a\x06\x07\x71\xea\x7a\xc1\xa8\x8b\x58\x88\x65\x0c\xe7\xb0\x02\x95\x1b\x97\xf9\x4a\x1e\x07\x41\xe5\xc2\x74\xb6\xc9\x0d\xac\xf0\x11\x66\x6b\x83\x8c\x3a\x2b\x84\x2b\xf9\xe8\x5b\x83\x57\x98\xdb\xab\x70\x05\x1e\x65\x0d\xf7\xca\x49\x0d\x9e\x61\x30\x09\x6b\xf0\x24\x16\x72\x25\x2a\x02\x38\x90\x56\x3b\xf4\x40\x16\x0c\xe7\xb2\xcc\x18\x20\xd7\xb6\x26\x0a\x3f\xd7\x40\x01\x8a\xf0\x29\x33\xf1\x5c\x2b\x33\x71\x76\x13\x7b\x33\xc8\xed\x9a\x58\x92\xc3\x67\xad\xc9\xa3\x40\xe4\x9b\xf2\xa0\x97\x95\x64\xb5\xad\x04\xab\x2d\x4e\xdc\x18\x05\x79\x72\x6f\xe4\xc8\x0e\x7c\xf3\x02\xe1\xa6\x58\xe4\x47\x37\xb8\xe8\xc2\x23\x26\x19\xae\x45\x24\xb8\xaa\x51\xd0\xba\xe5\xb5\x01\xef\x36\x2d\x98\x34\xe0\xce\x89\xfa\x0f\x36\x3b\xdc\x33\xeb\x41\x0d\xe6\x59\x25\x2f\xba\x06\x26\xeb\xc1\x7e\xc7\x6d\x78\x60\x73\xed\xe8\xc1\xa6\x9b\xfb\x76\x21\x3b\x19\xba\xd4\x2d\x42\xf4\x1b\x48\x7f\x61\xb5\x7a\xe8\xd9\xb3\x34\x42\xd1\x9a\x7e\x21\x48\x39\x34\xa6\x5e\x8f\xc1\xa1\x91\x60\x2c\xfd\x63\x0c\x87\xba\x56\xca\xac\xa8\xb6\x92\xc5\x02\x16\xac\x52\x92\xa7\x5c\x69\x95\x22\x34\xcb\x57\xa4\x7b\xa9\x55\x8a\x17\x4e\xf2\x3e\x6e\x6c\x9a\xa5\xb8\x76\xcb\xf3\x90\xed\x7d\x2b\xfe\x8a\x3b\xb9\x0a\x86\xdf\x99\x15\xc6\x8f\xe4\x83\xac\x26\xf7\x20\x4e\x6e\xc2\xa0\xb8\x90\x5b\x39\x04\x97\xff\xda\xde\x7d\x00\xbc\xb9\xfb\x9c\xc9\xf6\xb6\xb6\x5b\xa4\x48\xee\x48\xb2\x3a\x7f\x13\xbf\x17\xff\x42\xb7\xe5\x4d\x94\xa0\xb7\xd7\xfb\x86\x11\xdf\xe4\x30\xfc\xb8\xa5\xeb\xc0\xf5\x26\x91\x67\x25\x5e\xa3\xfe\x26\x04\x29\x8a\xa5\x67\x54\x24\xc5\x77\xca\x82\xc5\x29\xc6\x3e\x5d\x9f\x47\xd5\xe9\x7f\xea\xd3\x78\x6c\xad\x2f\xd3\xe5\xb0\x18\x5f\x06\x7a\x07\x34\x44\x37\xc5\x4c\x10\xeb\xf3\x49\x60\x93\xa9\xed\x80\x1f\x3a\x76\x39\x8a\xc9\xb5\xdc\xa3\x8f\x08\x23\xbc\x4d\x56\xda\xbe\xfe\x80\xdc\x30\x38\x26\xad\xd9\x84\xc9\x15\xdd\xb6\x26\xb1\x8c\xb6\x31\x89\xf5\x35\xb0\x8f\xfa\xdf\xff\x2e\x33\x06\x6d\x18\x1d\x92\x51\xc7\x46\xbc\x63\x28\x95\xfd\x63\x73\x2e\xf2\x52\xc7\x46\xd4\xe3\xf3\x6c\x13\x5a\x8d\x94\xea\xb1\x09\xad\xa6\xd7\xc4\xfe\x31\x3c\x97\x6e\x16\xfb\x80\xde\x4c\xdb\xee\xdf\xef\x97\x63\x21\xf4\x19\xd6\x47\xe8\x03\x95\xdf\x3f\x6e\xe7\xd2\x13\x63\xeb\xbd\x03\x1f\xb0\x15\xfa\x80\x94\x5b\xa1\x0f\xbb\xba\x4f\xa4\xce\xa7\xe5\x46\xd9\x3a\x48\x9d\x61\x54\xf6\x89\xd2\x8c\xeb\x68\x9f\xd0\x48\xf8\x94\x8d\x5c\x48\x6b\xbc\x7d\x02\xff\x25\x0c\xc0\xcf\x61\xde\x84\xff\xd0\x3e\x70\xeb\xf4\x33\xec\x47\xf8\xfd\x1d\xf8\xb9\xb1\xf6\x25\xfc\xf4\x7f\x21\xb4\xe2\xea\xdc\x84\x02\xd1\xd3\x63\x5f\x26\x9c\x63\xf3\x36\x99\x9d\x44\xd7\x4d\x10\x36\x4f\xce\xbe\x90\x58\xc0\x4e\x6e\x62\xab\x79\x28\x36\x82\x9c\xe9\x86\x5d\x1f\x65\x26\x8c\xed\xed\x74\xb3\xcb\x6f\xe0\xe9\x84\xb1\xbd\x9d\x02\xf1\xe3\x8c\xae\x09\x95\xd9\x0a\x6f\xa0\x0b\xbb\x48\xbf\xfd\x5d\x9a\x6d\x3f\x93\xfa\x2c\x10\xd6\x2d\x1e\xd2\xad\x4c\x27\xac\xbf\xa8\x63\x3f\x08\x9c\x78\x9b\xec\x2a\x3c\x96\x11\x2c\x71\xd8\x77\x15\x1e\xe6\x52\x85\xc7\x72\xa5\x4c\xff\x5a\xdf\x72\x9e\x77\x55\x6e\x66\x19\x63\x0b\x0e\xc0\xd6\xe0\x16\x1a\xb7\x6b\xea\xc0\xac\xf4\xbb\x5b\x86\x2b\x5d\xbf\x5f\xd9\x09\x2b\xc6\x81\x63\xdb\x3f\x4e\x68\xc8\x63\x6d\x6c\x6c\x87\x0b\xf4\x63\x8a\x86\xa6\x49\xfb\xc7\x13\x8d\xe1\x22\x36\xef\x1c\xfa\xfc\xb1\x47\x43\xc3\xa6\x8d\x44\x47\x3b\x88\xdd\x4c\x54\x28\xfa\xe9\x38\x14\x96\x17\x95\x2c\x2b\x76\x16\xff\xf0\x22\xfa\xd1\xf9\x3f\xe8\xdb\x6e\x4c\x43\xa4\xea\x48\xa0\x60\xe0\x37\xee\x46\x46\xab\xdc\x5d\xd0\x2d\x23\x74\x82\x99\xde\x18\xa8\x0c\xf7\x01\x17\x23\x89\xf1\xc6\xbe\x57\xc9\xf1\xc6\xbe\x77\x88\x3b\x18\xae\xa8\x7c\xda\xd8\xf4\x6a\x90\xb5\xbb\xc0\x5a\x76\x59\xe9\x3f\x58\x56\x5e\x07\x3b\xc0\xbb\xfc\x1d\xd8\xdc\x92\x40\x74\x0e\x5b\xb3\xf5\x2e\x82\xa2\xed\xc0\xbc\x55\x3c\xd2\xd4\xd7\x15\xd3\x9e\xc5\xc3\xa5\x3d\x8b\x0b\x16\x5e\xd7\x94\xb5\xf4\x15\x17\xb4\x60\xb1\x1f\x0d\x7d\x21\xc5\x5b\x43\x5f\x89\xcc\x40\x66\x26\xbe\x0c\xa4\x52\xe2\xe3\x40\x12\xe5\x99\x1b\x5e\x9c\x52\x16\x92\x4d\x8e\x3c\x69\x43\x88\x2c\x03\x51\xd8\x2b\xda\x1f\x4f\xef\x40\xdd\x6b\x59\x03\x60\x47\x9b\x30\x13\x92\x22\x8d\x81\x6d\xab\x31\xb0\xe4\x0d\x53\x97\x99\xf4\x56\xc9\x91\xc6\x46\x7b\x2a\x2b\x16\x26\x62\xa2\x99\x7c\x6d\x9b\x3d\x49\xe3\xf0\x4d\x4c\x34\xd9\xba\x3d\x65\x26\xb8\x66\x36\xc2\x22\x23\xf9\x6c\x0d\x58\xb4\x74\xda\x37\xf9\x0c\x24\xf6\xb7\xec\xac\xc8\x70\xeb\xd5\xcd\xcd\xb6\xef\x04\x85\x11\xcd\x9d\xa4\x33\xf2\xbe\x0d\x6a\xe8\x39\x33\x79\x92\xca\xd7\xad\x79\xb0\xee\x8d\xfb\x56\xec\x2f\x71\x24\x93\x92\x36\x40\x1b\xc9\xd3\xe5\xea\xde\xe9\xf3\x6d\xc7\x09\x3e\xcd\x1f\xc0\xb7\x35\x52\x28\x5d\x28\xf6\x23\xf4\xf4\xf4\x78\xfb\x7a\x7f\x20\x91\xd2\x67\x67\xff\x38\xb4\x6a\x4c\xe6\xfd\x24\xec\x40\x88\x40\xca\xd8\x5e\x5b\x81\x94\x46\xdf\x1b\xb5\x97\x96\xfe\xfb\x41\x7a\xe8\xba\x27\xb3\x76\xf9\x81\x8c\x50\x8a\xb4\x4c\xbe\xea\x2a\x2c\xd7\xd7\x73\xba\x14\x64\x4a\x3f\x96\x02\x38\xaf\x17\xb9\x38\xe5\x54\x7b\xe5\x02\x03\xcb\x8f\xa5\xab\x06\x20\xdb\x2b\x97\x94\x3d\x59\xc2\x65\x79\xcb\x06\x58\xcb\x95\x93\xe8\xa4\xe2\xcc\xcd\xda\x26\xd9\x74\x4b\xc8\xa8\xa4\xba\x65\xcb\xc5\x29\x3c\xdd\x70\x71\x43\x07\xe4\xbd\x65\x9d\xbc\xac\xb7\x12\x3c\x0f\xd2\x26\x51\x96\x04\x19\xc9\x96\xaf\x8c\x8d\x8d\xb0\xcf\x92\xbd\x93\xb9\x64\x5a\xdb\x27\x4e\xb6\x46\xc8\xe8\x11\xdb\x22\xea\x9f\x4e\x69\x7b\x2b\x80\x14\xd7\x5f\x45\x9e\x2c\xec\xab\x19\x96\xd4\x01\x27\x6b\x75\x41\xfb\xf5\xb5\xed\xde\xbf\x32\x5e\xe2\xf7\x6b\x2c\x44\x09\xc1\xeb\xc4\xa4\x34\x98\x1f\xab\xad\xda\xaf\x13\x63\x2b\xdf\x14\x19\xda\x1c\x29\xa1\xd7\xaf\x6a\x39\x0d\x35\x37\x6a\x39\xf5\x61\xfb\xd3\x54\x4c\x7c\xf9\x12\x46\xfa\xfa\xb1\x8a\xd5\x67\xd6\x86\x53\x3c\xb4\x45\xd9\x1f\xc2\x4b\xaf\xda\x64\x14\xc5\xee\x2f\xe1\x65\xbe\x5f\xc2\xeb\x3f\xc0\xe8\xb2\x7e\xc2\x28\x01\xf9\x30\xca\xf0\x7a\x56\xc9\x97\x77\x35\x72\xb1\xa1\x43\xe1\x56\xcb\x27\xc4\xef\xa1\xc6\x18\x44\x78\x8f\x24\x33\x27\x1f\x18\x65\xb3\x76\x2f\xe1\x5c\xe4\x01\xde\x03\xad\x30\x30\xbe\x19\xa2\x8d\x23\xf8\x1e\x0a\x32\x87\xff\x28\xc8\xcc\xe6\x0a\x32\x39\x9c\xaf\x72\x2d\x43\xdd\xbe\x3f\x4e\xaf\xca\x38\xbc\x8a\xb5\x38\x77\xef\xe9\x93\x83\x69\xbd\xa7\x82\x4c\xb0\xe0\x3d\x7d\x72\x4c\x3f\x94\x64\x42\xd9\xde\x53\xad\x76\x76\x90\x8f\x11\x20\x3b\x95\x58\x4e\x7b\x53\xf6\x6a\x7b\x41\x06\xd9\xdf\x1f\x67\x57\x25\xf5\xef\x8f\xb3\xab\x5e\x62\xef\xa5\xba\x1d\xc4\x79\x2f\x01\x9b\x7e\x14\x6a\x31\x2d\xcc\x9b\xcf\x92\x4d\x9a\x1f\xfe\xc3\x1b\x4d\x33\xe2\xf7\x52\x42\xc8\xb6\xbc\x97\x12\xc2\x6e\x67\x64\xab\x07\x43\xde\x2b\xe5\x98\xd6\xe2\x65\x04\x7a\xbf\x17\x2f\x23\x57\xc2\x48\x2f\x6a\x7a\xde\x82\x45\xb9\x3b\x47\x3a\x71\x39\xb3\xd7\x38\x2f\xca\x7e\xde\x82\x6d\xbb\x13\x31\x19\xd4\xb0\x92\xf2\x4c\x4e\xc0\x8b\x7c\x4c\x9e\xea\x2d\x3e\x97\x78\x73\xbf\x85\x27\x9d\x2b\x5a\x84\x3c\xec\x4a\xd9\x66\x38\x86\x36\x30\x4d\x10\x79\xe0\x0d\x21\x74\x1a\xb6\x70\x1a\x4c\xaf\x3a\x0d\x4e\xc0\x5b\x9d\x06\xe3\x55\x85\xb1\x48\x1a\x5e\x24\x6a\x72\xc8\xaf\x56\x42\xbe\x81\xde\xea\x3c\x00\xdd\x48\x32\xb0\x06\x6f\x46\x92\x11\xcb\x2b\xd1\x3b\xc5\xcc\x9a\x3b\x60\x2d\xa1\x85\xa8\xbd\x19\x3c\xc6\xd9\x36\xed\xe5\xf3\x1f\x82\xc7\x88\x3f\x19\x3c\xc6\xc5\x6a\x0a\x36\xdd\xc1\x0c\x18\xe3\x3a\x34\x25\x9b\x4e\xab\x91\x5a\x5f\xa4\x69\x08\x36\x45\xb9\x26\x7b\xd1\xff\xb4\x5b\x7e\x33\xb2\x4c\x77\x54\xc4\xb4\x1e\xa7\x34\x33\x12\xa1\x0c\x33\xe3\x23\xe1\x25\xcc\x8c\xa6\xce\xaf\x49\xa5\xe4\xee\xdf\xee\x0c\x5c\x81\x6e\xbe\xb8\x62\x13\xc5\x09\xae\x66\x37\x13\xf8\x69\x35\x6c\x93\xaa\xe5\x14\xf3\xb3\x34\x5d\x79\x28\xd3\xc4\x68\x29\xaf\x98\x17\x21\xda\x65\x98\xb4\x17\x21\xda\x65\x1c\xb3\x37\xcc\x70\x05\xa7\xf1\x06\x51\x2f\x61\x65\x5f\xa4\x68\x97\xd1\x3c\x5e\x62\xc9\x5c\x86\x4d\x7b\x33\x5d\x39\xdc\xe9\x8b\xd7\xfa\x65\x80\xb4\x37\xf3\x95\xc3\x9f\xbe\x81\x35\x55\xb5\x89\xaf\x7b\xee\xde\x17\xd1\xdb\x35\x2e\x9b\x20\x26\xf5\xac\x04\x62\x52\x31\x34\x7c\xe8\x5f\xfe\xf1\xa1\x8d\x86\xa7\x7d\x31\x95\xbe\xc6\xe5\xc7\xe9\x07\x1d\x0f\xe2\xf7\xb8\x60\xc8\xe1\x8a\x11\xb0\xde\x61\x34\x1e\x14\x06\x2f\x6c\x64\x31\x0a\xd5\x3b\x48\x89\x2f\x96\x0d\xbd\x17\x10\x7c\xbd\x99\xcc\x5c\xbc\xfe\x31\x92\x4d\xbb\xc1\x77\xa6\xd0\x81\x39\xa2\x77\xcc\xbc\x0f\xef\x44\x66\x2a\x32\x4d\x64\xa6\x22\x29\xac\x64\x31\x14\xe2\xfb\x63\x25\x9b\xca\x9b\x77\x6a\xce\xeb\xa1\x9a\x66\xa4\x77\xef\xa7\x02\xd4\x62\xb5\xcc\xf9\x04\xc0\x53\x01\x6a\x71\x14\x04\xa8\x12\x17\xf3\x4f\x19\xd0\xf8\x85\x65\x0c\x55\x14\xef\x9d\x39\xc0\x19\xdf\x14\x95\x0a\x5d\x5e\xfd\xa8\x92\xb4\x19\xfc\x3f\x89\xc5\xf6\x03\xd0\x3e\x54\x2c\x21\xdd\xfa\x8a\xfc\x51\x50\xb6\x3d\x0b\xf3\xe1\x17\x7a\x70\x7d\x7c\x85\xc8\xf9\x0c\xff\x15\x1f\xf2\x96\x37\x6f\xcd\xdf\xb2\x7c\xc6\x9d\x32\x4e\xe3\x57\xa1\x86\x9c\xa2\xaf\xaa\xde\x81\x74\x7c\x55\x82\x7d\xfa\x0f\x81\x9f\xa6\x7f\xe8\x8b\xce\xe4\xbf\x9a\xf8\xe5\x87\xfa\x02\x58\xc0\x4f\x31\xfc\x70\xc4\xdc\x60\x47\x54\xec\x98\xff\x98\x2d\x84\xc5\xfb\x90\xd0\x6b\x94\xf6\x35\xf2\xf7\x3b\x41\x52\xb8\x84\xb6\xe7\x1f\x94\x27\x34\x5e\xff\x0c\x5b\x05\xae\x7d\x18\x1b\xa8\x73\xfc\x9a\xb2\x19\xeb\xe0\x39\x31\x2d\x2b\x83\xb1\x57\x64\x18\xd3\xfa\xc8\x30\xa6\x03\x60\xa1\x2c\x14\x1d\xc3\x1b\xe7\xdd\x91\xc1\x80\x59\x9f\xfe\x10\x5c\x53\x5f\xe7\xb9\x06\x19\xff\x3a\x8f\x23\x30\xf1\xd3\xba\x80\xbb\xe5\xd3\xba\x80\x03\xf6\x11\x74\x5b\x23\xdf\x4f\xbf\x07\xe9\xe0\xc7\x3b\x31\xc6\x9f\x8f\xe0\x2f\x65\xee\x28\x2c\x3e\x6c\x0c\x14\xbf\x7c\x21\xb7\xe4\x6e\x06\x26\xac\x1c\xca\x2f\x74\x67\x6b\xd6\x92\x8f\x61\x52\xd0\x87\xb3\xe4\x87\x17\x2e\x87\xea\x0b\xd5\x70\x6e\xb3\xe1\xb8\x7d\xc5\x7d\x88\xe3\x2f\xc3\xc2\x7c\xbf\xc7\x64\xd3\x50\xf6\x1b\xd2\x27\x37\x73\xa8\x2e\x81\xd8\x7c\x83\xf4\x8d\x3c\x1a\x3e\x9e\x96\x45\x6b\x89\x4f\x2b\x85\xec\x8a\x70\x2e\x22\xc9\x48\x97\x66\xca\x9b\xcd\xb4\xd7\x17\x5c\x07\xdc\x61\x5a\x6a\x9e\x47\xdf\x54\xc2\x47\x47\x13\x09\x19\xcc\xcd\x87\xa5\x63\x18\x07\xe1\x9b\x88\xc8\x04\x83\x30\x55\xde\xca\xdf\x44\x44\x36\x6d\x9c\x78\x6f\xaf\x37\xc7\x86\xe1\x26\xa2\x1e\xd1\x76\x22\x7a\xb2\x0e\xd2\x79\xe9\xe5\xc7\xf3\xb1\x2a\xf1\xfc\x6e\x0c\xa9\x87\x65\xde\xdc\x22\xcf\xcd\x9b\x5b\x24\xbc\x31\xaa\x16\xf1\x6e\xc2\x9e\xc0\x5a\x7c\x37\xb2\x81\xe1\xef\x8a\xa7\x45\x12\x5d\x49\x7b\xf6\xf4\x3a\x39\xbb\x82\x05\x17\x3e\x53\xf0\x6a\xe9\xf6\x69\x29\x69\xc0\xc9\x8f\xe7\xe2\xcc\x72\x5e\xe2\x8c\xf2\xe4\xfb\xc7\xf6\xea\x2d\xc3\x0f\x42\x98\x35\xfb\xf2\xd6\x71\x57\x1f\x14\x87\x1e\xcb\x87\x4b\xa7\xd9\x40\x5d\x9d\x1b\xf3\x48\xf5\xab\xff\x48\xf5\xfd\xc3\x57\x3b\xbb\x44\x0a\x17\x9f\xd3\xdf\xef\x51\x79\x99\xca\xf7\x23\xf0\x67\x97\x52\x2d\x64\x88\x10\xe3\x8f\x74\x2e\xe6\x74\xfa\x48\xe7\x62\x1a\xa7\x8f\x58\x9f\x95\xf7\xfe\xb7\x10\x91\x0d\xeb\x23\x4e\x74\x05\x17\x62\x3a\xb7\x68\x21\xa6\x73\x8b\x96\x7b\x0a\x72\x10\xea\x33\xa9\xe2\x56\x4c\x47\x9f\x84\xf4\xcc\x89\x6d\x15\x05\x62\xcd\xce\x77\xbb\x1f\x1f\x27\x9c\x91\x5f\x9f\xb8\x28\xb0\xbf\x7c\x7d\xd9\xe4\xd5\x99\xde\x25\x7b\xd5\x5a\x88\xb3\x3e\xbf\xdc\xfc\x7c\x7e\x49\xa6\x5e\x1f\x96\xd2\xa3\x37\xd1\xc2\x9e\x13\x2d\x6c\x23\xdf\x6e\x5f\x9f\x9b\x4f\xad\xb4\x46\x10\xe9\x3f\x98\x49\xd7\x24\x8d\x11\x24\x68\x3c\xc0\x2e\xbd\x04\xbf\x4f\xa6\x8d\xe1\xb5\x3f\x50\x71\xf5\x7d\xa8\xa3\x1d\xfd\x43\x9d\x21\xb6\x99\x2e\x77\xfc\xae\x9d\x71\x1c\xa4\x9a\xfd\xcd\x64\x1c\xd8\x18\x90\x1b\x61\x1c\x06\xd3\xc4\x2a\x77\x1c\xbe\xbe\xae\xf3\x0f\xba\x37\x0e\x24\xf4\x38\xc7\x8f\xc3\xf0\xd9\x3f\xac\x1a\x87\x06\x98\xc5\x9e\x03\x4c\xb2\xce\x10\x5e\x41\x41\x8a\xfc\xbb\x71\xc7\x61\xcc\xcd\xdf\x3c\xc6\x81\x28\x9e\x2c\xe0\xe3\x40\xe4\x4e\x40\xe9\x71\x60\x67\x49\xfa\xdc\x71\xf0\x10\x23\xb1\xd9\x38\x7e\x4f\xaf\x40\xa4\x33\x0e\xc5\xec\xc5\xdf\x3b\x68\x68\x19\x31\x7b\x61\xdc\x13\xe3\xee\xc2\x58\x8a\xd9\x8b\x6d\x21\x27\xd3\xb2\x28\xe9\x58\x5b\xa0\x3b\x1f\x2f\x95\xec\x54\x9c\xa4\xa3\x2b\x45\x1a\x54\xba\xb0\x4a\x9b\x40\x7d\x29\x5e\x29\x74\x65\x6e\xdd\xab\xf8\x0f\xa1\x36\x07\x30\x5d\xbf\x57\x2d\x92\xe7\x71\xf8\x16\x2b\x4e\xf4\xca\xeb\x80\xd5\xb8\x7c\x16\x0c\xd6\x12\xa7\xd2\x41\xa0\x9f\x71\xe0\x50\x51\x09\xaf\x39\x8e\x62\xd4\x97\xca\x4c\x8a\xce\x6d\x8e\x5f\xdc\x58\xff\xa8\xff\xfd\xcf\xa0\x5f\xe3\x28\xaa\x86\x01\x85\xd0\x5b\x87\xa0\x14\xf7\xce\xdf\x27\xcb\x69\x19\x6d\x89\x93\xfd\x3d\xa0\xa2\x1f\xf6\xc9\x4d\xed\xf4\x2a\x37\xf2\xa4\x0e\x82\xf2\x79\x01\xb7\x82\x72\xc7\x32\x62\x85\x0b\x55\xa1\xec\x62\xa3\x32\x70\xd1\x44\x53\xc6\x06\xfc\x4d\x92\x58\xad\x44\xb0\xaa\x41\xe3\x26\xa5\x66\xfa\xbf\x97\x8c\x1e\xb1\xe3\x68\x06\x24\x6b\x56\x52\x52\x56\xfd\x47\x62\x97\x5d\xbd\x34\xa1\x4c\xca\x90\x7a\x89\x43\x3d\xc3\xce\x03\x49\x37\xf2\x77\x65\x14\xa2\x62\x1e\x38\x88\x8c\xc3\x48\x98\x68\x44\xc6\x61\xd2\x10\x32\x02\x8f\xc3\xc4\x71\x25\xbb\xe6\x7d\xe9\x92\x98\x44\xce\x65\x08\x0f\x3e\xad\x23\x09\xbd\x1f\xc4\xfd\x9c\xcc\xdd\xec\x70\x93\xc1\xf3\x75\x21\xfe\x87\x56\x19\xe2\x27\x0f\x87\xe1\x29\x0c\x62\x6a\x56\xf0\x13\x7e\xe1\x70\x45\xf5\xb0\xc4\x1c\x7f\x1c\x83\x74\x56\x6e\x1f\xd9\x6c\xb1\x56\x1d\xc7\x40\xad\x20\x7a\x0c\x57\x1a\x30\x30\x6f\xc4\x7e\x62\x1c\xc6\xb3\x72\xe0\xcc\xef\x06\xd8\x03\x87\x61\xe7\x39\x0f\xd0\x0c\x80\x4c\xe3\xd6\x19\x6b\x1a\x08\x88\xe9\x98\xd2\x4d\xda\x63\x4a\x37\xa7\x3f\x35\x3e\x01\x86\x49\x04\x79\x61\x9e\x79\x9d\x51\xf6\x09\x65\xdb\x45\x1d\x26\x39\x33\xfe\x20\x65\x59\x78\x1b\x20\x69\xee\x6e\x22\x66\x89\xbd\xfe\xa5\xc5\x1d\xc7\x4d\x14\x42\x17\xdf\x6c\x6f\x95\x51\xd4\xeb\x27\x42\x9a\xd5\xad\x59\xbe\x4d\x3a\x47\x59\x36\x0a\x50\x48\xe4\x96\xb8\x41\x72\xda\xee\xb6\x23\x59\xc6\x7f\x73\x1c\x86\xfb\x16\x99\xd2\x35\xd2\xdf\xab\x31\x92\x28\x37\xfa\x61\xac\x27\xe3\xb0\xb2\xde\xa6\xe7\xbf\xc4\x80\x47\x8f\x1b\x46\x86\x07\xe8\x12\x85\x27\xd5\xb5\xcc\x87\x6b\x5f\xeb\x91\x71\x70\x8f\x9f\x9e\x54\xb2\xaf\x9d\x22\x19\xb2\xe0\x76\x79\x3c\x97\x64\x01\x00\x49\xbf\x76\xe6\xef\x93\x32\xc3\x91\xc5\x16\xa9\xf4\x38\xb8\xe0\x51\x21\x8f\x03\xa7\xc7\xd3\xd3\xc5\x05\x7f\x48\x65\x71\x7a\x3c\xbd\x32\xf6\x41\x5b\x16\x0f\x27\x8b\xd3\x3a\x1b\xb5\x97\xfd\x6f\x81\x63\x06\x5b\x92\x05\xd0\x1b\xd8\xbc\x92\xf0\xc3\x38\x1d\x77\x0b\x1b\x93\xdc\x37\xf5\x81\x81\xd0\x99\xf0\xbb\xe3\xc0\x5d\xf2\x14\x9f\x37\xb7\x50\xc2\x00\x9c\xce\x11\x17\xc9\xd3\xfa\x2f\x37\x92\xeb\x40\xae\xb5\x53\xd2\x8a\x87\xe4\xe1\x22\xfe\xd8\x8d\xeb\xf0\xbc\x90\xf3\xf6\xf4\xe6\xc1\xeb\x62\x5c\xee\x07\x9c\x43\x0c\x51\x81\x3c\x6a\xd5\x63\xfb\x42\x50\xdd\xf2\x0f\xf5\xad\xa8\xf6\xc1\x7a\x49\xfb\x3f\x59\x2f\xda\xfe\x58\x88\xab\x8a\x09\x1f\x97\xb3\x88\xf0\xe3\x20\xa2\x7b\xa5\x7c\xbe\x61\x3d\x56\xa4\xc6\xad\x22\xf3\x27\x85\xb7\xd3\x9b\xb2\x1d\xfd\xde\x6b\xdd\xe5\x25\x35\x6e\x15\xc7\x3f\x01\xb5\x3e\x9a\x4d\xb6\xe3\x24\x1d\x2e\xf9\x88\xc7\x89\x9e\x9f\x24\x9c\xe3\x3c\xd0\x33\x73\x13\x9d\x87\xb4\xb4\xf9\xc1\xad\x0d\x5d\x3e\x65\x1d\x58\x96\xf3\xc8\xd3\x65\x4f\x42\x1a\x94\xa7\xd8\x68\x0b\x5e\xd5\xd5\x9e\xb4\xe4\x61\x01\xce\xc3\x1b\xd2\x26\x69\x91\x08\xb4\xe7\x99\xf7\x08\x6d\x7e\x3c\xc3\x40\x0e\x3a\xce\xd3\x8b\xaa\x50\x0e\x43\xbc\x31\x88\x3e\x1b\xd3\xd6\x93\x06\xcc\xe9\x94\x03\xab\xb6\x78\xf8\xc3\x06\x9b\xb2\x23\xbc\x94\x1b\xe5\x8f\x32\xf5\x49\x96\xc6\xc3\x73\x9c\xf8\x6c\x78\x05\x9d\x17\xba\x67\x70\xe9\xbc\xd0\x3d\xbb\xb0\xfa\x6c\x70\x9c\x4f\x12\xe7\xe2\x19\x3d\x4e\x42\x70\xf2\x4c\x1f\x27\x0c\x83\x8f\xc9\x71\x5e\x0f\x7f\xfc\xa5\xd1\x18\x27\x5a\x7c\xb4\x3b\xe3\xbc\x84\x9c\x45\x57\x8b\xcf\x29\x38\xd5\xe2\x73\xa2\x4f\xb8\x8a\x89\x18\x72\x9c\x25\x03\x13\x30\x27\x43\x55\x4c\x57\xc7\x64\x68\x48\x88\xc6\x59\xf0\x7f\xe8\x40\x89\xc6\x9e\x70\xcf\xe3\x44\x33\x4f\x52\x99\x71\x92\xee\x16\xf7\xb8\x71\xea\x85\x71\x39\x38\xdc\xc4\x80\x3c\x9c\x64\x39\x43\x82\x37\x4e\x1d\x2f\xb8\x76\x4e\x38\x0b\x72\x9b\x8e\xd3\xbc\x66\x73\xda\xc0\xd1\x6c\x00\xd7\xc9\x7d\x74\x92\xae\xbf\x38\x89\x2a\x14\x40\x57\x85\x02\x88\x54\xd3\x43\xaf\x4e\x52\xda\x62\x62\x38\x4e\xbd\x2d\xb8\xcb\x4e\xd5\xf4\x9c\xeb\xb3\xa1\x4f\x0e\xc6\xd5\xf3\xa2\xfb\xbb\xf7\x29\x30\x34\xdd\x8a\x9b\x7f\x3c\xbf\xd9\x88\x10\x3f\x0e\x65\x36\x11\xe8\xc7\x93\xcc\x26\x5a\x76\x14\xca\x6e\x3c\x1e\x19\xcd\xd3\xf5\x63\x4f\x66\x73\xdb\x74\xc2\x10\x43\x8d\xe9\x39\xfd\xfd\xb7\x42\xc3\xfd\x20\xa6\x67\x13\x29\x71\xc2\x68\x6e\xb3\xb1\x3b\xa7\x63\xe9\x86\xc5\x55\x74\x76\x2d\x8e\x3c\x35\xca\x4c\xb8\x27\xce\x1f\x2b\x33\x9b\xe8\x8a\x9a\x1d\xe7\x94\x71\x06\xca\xe5\xc9\x0c\x42\xe8\xa8\x8f\x9a\x1d\x8b\xb9\x71\x06\xcb\x12\xd6\xe9\xd4\xa1\xff\x10\x3a\xfb\x84\xa1\x13\xa5\xc2\x43\xdd\x6c\x8c\x4d\xe2\xe9\x02\x13\xc2\x33\xd1\x6b\xb8\x39\xcc\x79\xa0\x53\xe4\xd2\x38\x8d\xd9\x79\x4a\x51\x08\xc2\x1d\xc5\x83\x6f\x1a\xb2\xd3\xb3\x6b\x1a\x32\xbc\x8d\xc6\x39\x50\xc2\x72\x71\x9c\x23\x5d\xd7\x98\xde\x90\xb7\x64\xa1\x86\x26\x73\xae\xcd\x48\xde\xd2\x7f\x92\xb7\xb4\xbd\x30\xd2\x6f\xca\x3e\x20\x9f\xa7\x21\x24\xc2\xf5\x99\xc9\x34\xd2\x19\x19\xc9\x9a\x8b\xa8\x13\x46\x88\x07\x46\xe9\x16\xa9\x8d\xb9\x15\x6e\xbe\x7a\xf5\x10\x8b\x74\xc2\x80\x5d\x3b\x8d\x05\x11\xd2\x18\x75\xe9\xe1\x9e\xdf\xbe\x45\xa4\xc0\xe8\xd2\xcf\x22\x56\xc1\xd4\x9c\xc5\x83\x77\xfb\x32\xb1\x63\xe4\x54\x59\x09\xe9\x69\xe2\xb0\xc1\x20\x8a\x0b\x76\x27\xcb\xcb\x54\x10\x88\x9c\xc5\xf6\x08\x41\xce\xe2\xf2\xa5\x10\xc4\x63\x6c\x6c\x4e\x42\xb1\x8d\x93\xe0\x5a\x33\xff\x50\x7f\xe5\x56\xea\x2d\x5a\x5c\xcb\xe4\x7a\x5c\xcb\x27\x41\xb6\x8d\x0f\xa8\xf3\x2f\xf5\xc5\x38\x7f\x3c\x51\x4b\x4a\x6e\xb0\x70\x99\xc4\xf3\xc9\x97\x16\x73\x20\xa2\x67\x12\xc7\xe7\xa5\xcc\x44\xf1\x2a\x4d\x52\xbe\x0e\xca\x34\x5e\x3e\xb9\x3c\xeb\x3f\x86\xaa\xe5\x9d\xb0\xe4\xf3\x99\xcb\xf2\x81\x3f\x6c\xad\x9c\x77\xd0\xed\x42\x5d\xe4\x41\x5e\xaa\x8b\x78\xe4\x9c\x19\x6d\x42\x0a\xfa\xe3\xb5\x5a\xde\x29\x4b\xb5\xd7\xf0\x23\x41\x07\xdc\x1f\xb7\xd5\xea\xff\x19\x7b\x8f\xb3\x6d\x79\x9e\xe1\xb6\x95\xaf\x04\x9c\xed\xc9\xdb\x0b\x60\xe8\xbf\x84\x7d\xb0\x96\xee\xf3\xf9\x67\xd7\x9e\x11\x1c\xe4\x24\x2b\xcb\x01\x92\x8e\xac\x0a\xc9\x56\x23\x03\x0d\x90\xb6\x2a\x0d\x68\xa3\xb4\x43\x9e\x44\xf5\xad\x3c\xc9\x1f\xc1\x66\x00\x17\x91\x41\xbb\x1d\xee\x50\x62\x00\xe3\x0e\xc1\xb2\x7f\x1e\x25\x8e\x76\xa9\x7d\x35\xed\x62\x14\x39\xc5\x4f\x8f\x3c\x29\x93\x62\x5c\xae\x2c\xc6\x34\x3c\x68\xb3\x10\x86\x4d\xd0\x3b\x89\x10\x5d\x52\xa2\xe9\x99\xcc\x02\x5d\x47\x5c\x72\xf7\xbd\x52\x1a\xef\x8b\x47\x9a\x85\x99\x96\xb8\x72\xd7\x12\x95\x7c\x4a\x8f\x3c\x91\x73\x00\xb8\xdf\xd8\x8d\xd4\x50\x2d\xee\xe5\xf1\x4a\xd8\xf9\xbd\x1b\xd8\xdb\x17\xf0\x82\x03\x45\xdd\xbd\x44\x44\xa8\xbb\x0f\x6f\x06\x4d\x21\x9d\xcc\x57\x6a\xf7\x2b\x93\x0f\xe8\xba\xe6\xb3\xe4\x52\xe1\x19\x31\x17\x13\x93\x09\x50\x21\x5b\x97\x09\x50\x81\x85\xd3\x47\xb5\xd0\x6f\xe6\xd9\x93\xda\x78\x76\x77\x4c\x9e\x4f\xd6\xdd\x32\x2a\x04\x20\x15\xb2\x42\x97\x62\xa3\x98\xa9\x81\x62\xb3\x76\x8e\x00\x9a\x13\x24\x0a\x67\x31\x27\x38\xf1\x41\x43\x1f\x05\x55\xc9\xa7\x31\xb3\x99\x4d\x70\x68\x9d\xd9\xcc\x26\x84\xcc\x9d\x39\x29\xef\xe1\x8c\xe6\xa4\xbd\x6d\xb3\x0e\xc8\xd3\x09\x20\x46\x05\x11\xc4\x67\x26\x8d\x59\x73\x02\xd0\x76\x63\xb8\x3c\x33\x6e\x1f\x98\xb4\xce\x9c\x0f\x78\x1f\xe0\x20\xfc\x68\x8a\xef\x99\xd5\xa1\x7c\x86\xe0\x75\x32\x70\xf3\xe8\x4b\x90\x70\x69\xc5\xf7\x70\x66\x5d\x5a\xbd\x58\x72\x76\x97\x58\x68\x9b\xaf\x1d\xb8\x89\x22\x4a\xf2\xaf\x99\x8b\x54\x1a\x15\x70\x3d\x95\x1a\xc8\xb8\x9e\x8a\xe4\x73\xf9\xa8\xd9\xc5\xd6\xcb\x08\x53\x16\xeb\x9f\x89\x1c\xba\xd8\x48\x19\x4b\x46\xb9\xe8\xac\x25\xa3\xcb\x00\x5d\x94\xa3\xaf\xc7\xb4\x6f\xbe\x40\x86\x70\xa3\x64\xd2\xc2\x36\x81\x20\x15\x6c\x4b\x7f\x79\xa6\x7d\x8c\x06\x05\x81\xb0\x36\x9e\x99\x83\x8f\x68\x2a\xd3\xc9\x24\xfb\x7f\xb3\x77\x22\x53\x28\xa9\xcb\xd5\xab\x26\x7e\x78\xd5\x70\xf5\x67\x74\xd3\x87\x87\x20\x9b\xe5\x7f\xd8\x87\x59\xfe\x87\x43\x6c\x5e\x3c\x6e\xa3\x10\xe2\x74\xeb\x88\xba\x96\x7f\x44\xc1\xcb\xa6\xc5\x63\xcb\x06\x4c\xf2\x38\x7d\x51\xb7\x0c\x61\x9e\x11\xd7\x64\x0c\x97\x3f\xc4\x21\xc9\xc8\xd4\xa8\x4f\x6e\x1e\x20\x93\x98\xe0\x6d\x31\x33\xca\xe5\x96\xe3\x05\x9f\xf5\x69\x15\x5d\x45\x3c\x4f\x10\x42\x45\xd9\x51\x36\x59\x09\x9e\xa6\x33\x1b\xc6\xbc\x58\x45\xe9\x2a\x53\xf3\x11\x3f\x4d\x9a\x3f\x9b\xb0\x15\x0a\x37\x0f\x77\x87\xcf\x8d\x85\xf4\x59\x3a\x10\x42\x33\x23\xdf\x59\x9e\x08\x22\x65\x24\x67\x68\xc8\x28\x3a\xdf\xc6\x3c\x1f\xf1\x07\xfb\x35\xe5\x23\xf9\x23\x92\x3a\x1a\xff\x99\x3f\x1a\xa9\xa3\xe3\x9f\xd9\x70\xa4\x60\xce\x1c\x39\x4b\xe8\xfb\x23\x97\x7a\xb2\xeb\xa9\xfc\x85\x32\xd0\x41\x46\xe9\x98\x19\xa1\x4e\x9c\xf8\x29\x9a\xa7\xd1\x69\x90\x69\x1b\x7a\xa8\xcc\xa0\x11\xfc\x48\x8d\xe7\x10\xfc\x50\x7e\x91\x13\x05\x9a\x2d\x2f\x25\x1a\x74\xfc\xd1\x43\xa6\x0b\x98\x79\x21\xc6\x75\x52\xc9\xa2\x26\xcd\x93\x97\x52\x15\xda\xff\xe8\x9f\x2e\x31\x93\xd7\xc5\x33\x40\x9b\x69\xcd\x43\xfd\xd1\x45\x3d\x76\xa4\x49\xfd\x5d\xb4\x53\xac\xc1\x77\x92\xfa\x0f\x17\x84\xa4\xfe\x43\x4c\xa6\x67\xaa\x63\x21\xc1\x3f\xa1\x18\x67\x56\xe4\xe3\x58\x4e\xf1\xbe\xe7\xf8\x23\x95\x7a\x9c\x85\x13\xa0\x3d\x96\x1f\xa5\xd4\x87\x27\xec\x94\x45\x74\x7a\x4f\xa1\x66\xf4\x10\x4a\xdd\x25\x40\x8b\x44\xb8\x8c\x99\x4f\x47\x60\x07\x8e\x00\x48\x21\x9f\xba\xb3\xa8\x8c\xc8\xe5\x46\x6b\xd4\xdd\xa7\x17\x50\x7b\x04\x43\x46\xc4\x68\x3e\x6a\xa9\x0f\x37\x36\xc4\x52\x77\x55\xf1\x0e\xe9\xc2\x06\xdd\xd4\xdd\x5b\x17\x33\xed\x89\xbf\xb0\x39\x17\xb6\x8f\x30\xea\x71\xaa\x2f\x61\x06\x4e\xdc\x65\xbb\x2b\x89\xc7\xc8\x5c\x22\xfa\xdb\x69\xa7\xa1\x9b\xa9\x86\x96\xcb\x1f\x2d\xd4\x09\x22\x39\x33\xb4\xd0\x98\x22\x01\x88\x99\x99\x9d\xec\xd0\xc4\x3b\x4e\x7d\x5d\xf3\xf8\x4b\x1f\x3b\xf3\x46\x30\x83\x40\x21\xa3\x2d\x8a\x9b\x63\x17\xbe\x03\x18\x59\x56\xb0\x8a\x98\x59\x61\x52\x7c\x47\x48\x23\xa6\xdd\x78\x17\xb8\x27\xb7\x7e\x34\x2e\x85\xd2\x24\x4f\xb7\x12\x24\xd1\xcc\x46\xd2\x55\x7c\x46\x6a\x04\xdf\x90\x09\xb2\xa5\x44\x3e\x2b\x41\x72\xb3\x3e\x5c\x5f\xde\x9c\x78\xc9\x56\x45\x99\x99\x80\x5b\x87\x58\xed\xe1\x64\xb8\xbe\x8a\x93\xbc\x50\x08\xbe\x25\x8d\x93\x09\xbe\xa5\x7c\x37\x93\xb8\x5f\x31\x77\x26\xbe\x56\xf2\x86\x23\x59\xbf\x1c\x4e\x26\x03\xab\xbc\x4b\x26\xee\x56\x72\x1d\xb1\x21\xec\xd5\x63\xf5\x08\x35\x15\x5e\xa1\xf6\x99\xe9\x75\xf4\x48\x9f\x92\x37\xfc\x8b\x0c\xcc\x8d\xf2\x02\xb4\x78\x0e\xe9\x13\x0e\x94\x33\xbf\x4c\xaf\xd4\xce\xab\x84\xc5\x75\xc7\xcf\x64\xc6\xbd\xf9\x3a\xbf\xcc\xcb\xeb\x10\x7c\x66\x08\xee\x2c\x5d\x6c\x25\x42\x33\xa6\x84\x1a\xa6\xcc\xfc\xa2\xbc\x14\xe7\xa1\xfd\x1a\x84\x1e\x9d\x05\xc9\x94\xac\x5c\x39\x1c\xc4\xe4\xd9\x3d\x52\x78\x76\xe6\x3b\xcf\xec\x11\x8e\x7a\x41\x48\x45\x72\xd6\x59\xf4\x40\xa9\x96\x41\xe0\xc8\x3e\x2a\x78\xa0\x90\xae\x6d\x16\x3d\x50\x8a\xfd\x5e\xf2\x2a\xbe\x30\xf5\xcd\x42\x88\x83\x59\xf2\xa2\xbe\x8a\x8d\x5a\xd4\x57\x09\x74\x10\x51\xdc\x7d\x25\x21\xa3\xe3\x08\x95\x90\x3d\x45\x29\x84\x74\xcc\x5e\xf9\x08\xaa\xd1\x1d\x42\x68\xaf\xa6\x35\xd0\xd5\xb0\xa0\x25\x23\xa5\x63\x11\x0b\x81\xdb\xbb\x63\xcb\x95\xef\x54\x96\x8a\xe2\x90\x96\x0c\x78\xd9\xba\x83\x76\x98\x3b\x09\xaa\x61\x5d\xa0\x73\x2e\x08\xdc\xde\x9d\xbb\x2c\x06\xf1\x19\xe0\x9c\xbb\x8f\xce\x1a\x24\x05\x9f\x45\x32\x8b\x25\x2f\x38\x89\x60\x10\x3f\x0b\x4e\x22\x18\xc1\xcf\x42\x80\x76\x92\x93\xcf\x42\x80\x76\xfc\xdd\x66\x81\xe4\xc2\x27\x6e\x16\x48\x2e\x8c\xef\x67\x41\x7f\xd5\x5d\x63\x8c\x72\x08\xeb\x30\x0b\x24\x17\x46\xf6\xb3\x14\xb6\x17\x47\xb3\xe0\x3c\x32\x1d\x57\x01\x4e\xf7\x84\x21\xdc\xbd\x60\x4a\x01\x50\x2e\x8c\x82\x27\x09\x56\xff\xb3\x54\x68\x77\xc8\xcf\x52\x9d\x50\xca\xe3\x49\x82\x1d\xfe\x2c\x84\x4c\x25\xbd\xf9\x2c\x84\x4c\xed\x6e\xc6\xea\x84\xfe\xa9\x71\x2d\x95\x1d\x06\xc2\x28\x95\x51\x80\x90\x0a\xda\x33\xe2\x74\xcc\x42\x0c\x55\xf5\x07\xa5\x3a\xdb\x02\xcb\x6c\xbb\x23\x2b\x3b\x21\xdb\x0e\x42\x66\xee\x95\x42\x6c\x55\x82\x62\xcc\xd2\x1c\x90\xdf\x59\x05\x8e\x57\x21\xb6\xaa\x9a\x84\xd2\x5c\x05\xda\x6f\xee\x10\xcb\xa8\x86\x70\x79\xba\x98\xcd\xda\x6a\xd1\xa6\x73\x86\xe2\xac\x61\xdd\x3a\x4b\x0f\x64\xcf\x1f\xe2\x8c\xca\x60\x14\xe9\x27\xb7\x1e\xf4\x53\x76\x9f\x7f\xf4\xd3\x94\xbb\x28\x03\xea\xda\x41\x7f\xe4\x53\x5e\x6e\xed\x01\x45\x2d\x50\xa4\x72\x53\xb3\x57\x06\x32\x59\xb7\xea\x40\x26\xeb\x96\x9c\x30\x3c\x1e\x85\x09\x0c\x4e\x18\x31\x3e\x2a\x36\xb9\xb3\x4c\xc8\x7a\x3b\x9e\x08\x62\xdd\x33\x13\xb2\xde\xd9\xc6\xcb\x75\x79\xd6\x26\xba\xcd\xf8\x8e\x90\xd8\x7d\x3e\x11\xbb\x7a\xe4\x27\xc0\x79\xd6\x30\xaa\x59\xd1\x31\xc0\x79\x98\x89\x33\xa6\xbc\xab\x60\x7d\x57\x95\xb9\x14\x3c\x61\x97\x7b\x69\x21\x3d\x76\x79\xf0\x8a\xcd\x1e\x42\xec\x6b\x54\x11\x97\x25\x5f\x02\x10\xcb\x01\x58\xde\x99\xb3\x4d\xc4\xdc\x6e\x91\x85\x04\x55\x24\xb2\x1c\x00\x33\x84\xe7\xac\x19\x86\x66\x59\x4e\xaf\x95\x1d\x01\x23\x3b\x11\x1c\x3b\xbd\x27\x80\x7a\x22\x4f\x19\x28\x1a\x3d\x5d\x62\x80\x38\x01\x94\xfb\xab\x9c\x2c\xb1\xcb\x7a\xb2\xc4\xcd\xef\xcc\xb4\x7b\xf3\x04\x50\xb1\xee\xc9\x72\x47\xfb\x48\xbf\xa3\x9d\xdb\xe5\xb3\x03\xd7\xde\x8e\x5d\x7b\x2a\x5f\x4c\xaf\x4b\x06\x31\x64\xa2\xaf\x59\x48\x89\xbb\xdc\x2c\x52\x3a\x52\xf3\x85\xd4\x71\xd3\x63\xf7\x51\x3a\x73\x8a\xd7\x6f\xa4\xc3\xe2\xf5\x1b\xe9\x70\x3c\x23\xc6\x86\xb8\x2e\x37\x3c\x3d\x22\xce\x72\x23\x1d\x46\x5b\x59\x6e\x64\x1d\xdd\x32\x88\xb4\xb9\xe2\xca\x8d\x43\x97\x48\x14\xf3\x99\x38\x43\x37\x49\x9e\x97\xfd\x82\xc0\x44\x96\x37\x6c\xb5\x6b\x86\x63\x46\x0f\x6c\x49\x0a\xdd\x29\xf6\xbb\xe5\x2b\xf9\x4e\xda\x5c\xe2\x82\xcc\xb2\xb5\x9b\x5a\xbe\x20\xb0\x45\x22\x55\x36\xfc\x0b\x62\xab\xb2\x81\x54\x54\xab\x21\x0e\xc2\xe1\xb2\x85\xd4\xf2\xf0\x94\x7f\x46\x8a\x9a\x85\x04\x33\x33\x3a\x01\xf4\xe8\x1c\xc1\xbc\x18\x69\x0b\xb9\x65\xf0\xcd\x46\x98\x56\xcc\xb5\xeb\x77\x72\xed\x4e\xb1\x19\x89\x67\xa6\xed\x3c\x4c\xbd\xeb\x49\x8c\x34\xf2\xe1\xcf\xf2\x30\x20\xb1\x28\xb9\x76\x27\x44\x4e\x79\x18\x44\xb3\x3c\xaa\x0b\x2f\xda\xc7\xa3\x60\x79\x60\x16\xaf\x91\xa8\x46\x1a\xb6\x3c\xde\x17\xae\xa1\x62\x26\xd7\xe7\x01\x68\xaf\x72\xf2\xf2\x16\x1b\x7a\xdd\x2f\x74\x46\x5e\xde\x62\x43\xa4\xa9\x99\x51\x9e\x55\x80\xd3\x2c\x2f\x40\x0b\xd0\xcb\x2a\x78\x37\xbd\x78\xd1\x79\x71\xbe\xec\x11\x91\xd4\x2b\xd0\x96\x77\xa2\x7d\x06\x68\x8f\xef\x4b\xbc\x29\xf7\xa6\xea\x3c\x27\xf7\x75\x8f\x7f\xcf\xf5\x60\x72\xc1\xd0\xf5\x50\xd3\xe1\xb3\x3b\xc4\x67\x05\xcb\x6c\xc2\x7a\x00\x1c\x2c\x6a\x3d\x08\x59\x88\x96\xa1\x1e\x6e\xe0\xce\x33\x1b\x78\xfa\x8c\x7a\x26\xca\xbb\x81\x27\xcf\x00\x37\xac\x8b\x7a\x86\x01\xd4\x03\xe0\xfc\x9e\x3c\x80\x00\x9a\xdc\x05\x3e\xb3\x0b\x20\xbe\x6a\x72\x42\x69\x13\x2d\x60\x73\xb6\x2a\x72\xab\xae\x76\xb2\xa6\xd0\x1e\x59\xc5\xf9\xb2\x8b\x5b\x42\x8e\xb1\x61\xf3\xd3\x54\x9e\x56\xdc\x31\x4c\x09\x31\x2b\x41\xd7\x66\x94\x42\xdc\x31\x9c\xbf\x6c\x4a\x13\x70\x64\xcd\x1c\x8d\xea\x0f\xb4\x40\xce\x59\x36\x66\xab\x65\x90\x87\x09\x3b\x16\x3f\x5d\x84\x56\x33\x0a\x18\xb0\x4d\x2d\x08\x84\xc0\xf2\xf5\x23\x9d\x0a\xfe\x92\xb3\x16\x84\x43\x20\xcf\xfa\x91\x4e\x0b\xef\x9a\x59\x0b\xb2\x20\xae\xa3\x5a\x90\x26\xc2\xe8\xd5\x82\x32\xa6\x5b\x17\x65\x8c\x7d\x15\x76\xd5\xb2\xbc\xe7\xd9\x76\x4e\xca\x08\x03\x03\xe8\xb6\x73\xd3\xa6\xe5\x37\xf0\x30\x47\x48\xb4\x9a\xd4\x4b\x2d\x0c\x00\x0c\x5e\x95\x68\x71\x35\x55\x25\x5a\x9c\xbb\x5a\x01\xda\x09\x56\x80\x35\x2c\x8f\x00\xab\x5a\x1e\xfd\x16\xb7\x48\xad\x00\xed\xf6\xac\xf2\x6b\x87\x15\x16\x85\x7c\x3e\x0d\xef\x6e\x6d\xc0\x76\xa5\x2a\xda\x37\xf7\x4f\x65\xde\xb9\x53\x6a\x45\x13\xc7\x01\xab\x0d\x48\xdd\xf4\x0d\x4d\x5c\xfe\x53\xf6\x56\xc9\xff\xd7\xc0\x06\xb5\x99\xec\x8b\x6b\xb5\x36\xc7\xc4\x58\x0d\xcd\xa6\x5c\xa1\x92\x0d\x90\xe4\x90\xb3\x36\x8e\xcd\xb4\xcb\x08\x4d\x0f\x5c\x64\x06\x24\x29\xc2\xac\x64\x06\x24\x35\xd2\xac\x38\xf8\xe2\x1d\x3c\x6b\x73\xc3\x2e\x5b\x72\x50\x0e\x84\x41\x55\x61\x72\x2f\xd1\x50\x77\x80\x54\xc6\x9f\x17\xdf\xde\x59\xa1\xe1\xc2\xcc\xae\x92\x3f\x10\x3f\xe6\x59\xbb\xe2\x3c\x07\x41\xf4\x37\xc5\xcb\x35\x14\x8f\xf4\xa6\xe2\x11\xaa\xad\xf6\xc9\x6c\xf8\xdd\x75\x61\x37\xa1\x84\xc4\x17\x79\xd6\xee\x0e\x02\xea\xce\x0e\x4a\x96\x07\xea\x21\x10\x40\xed\x81\x23\x26\x5c\xf3\xc8\x0c\x09\x23\x44\x0e\x15\x31\x5c\x53\x8d\x5a\x89\x0a\x47\x24\xdb\x59\x89\x0a\xd7\x3c\x88\x43\x89\xba\xdf\x9d\x79\xc6\x3f\x94\x8d\xda\x10\x50\x57\xcb\x33\xf1\xd0\xa6\x75\x78\x06\x2c\xe3\xfc\xfa\x1d\x48\x3d\xf5\xc3\xb8\xed\xee\x5d\xac\xaf\x4c\xc7\x34\xeb\xcc\xf4\x40\x0d\x74\x93\x2b\xc5\x8b\x60\x50\x7d\xba\x93\x1d\x35\x1e\xbe\xea\x6a\xea\xb4\x0f\x2b\x78\x9c\x28\xb3\x50\x85\xba\xce\x06\x87\xc3\xea\x76\xd6\x7f\xc1\xe1\x18\x45\xa4\x0d\x74\x62\x0d\x6e\x9f\x5c\xf7\xa5\x7c\xd4\xb5\x5e\xa2\xac\x28\xa6\x96\x94\x4b\xa5\x46\xb0\x38\x91\xf5\x47\x2d\x56\xe9\xf2\x6a\x6c\x7b\x85\x8b\xd5\xc0\x71\xc9\x23\x83\x93\xb0\x14\x78\x0d\x27\x61\x37\x02\x4e\xc2\x12\xaa\x35\x9c\x84\x45\x01\x86\xb9\xc7\xca\x7b\xd6\xf0\x12\x16\xeb\xa9\xda\x4c\xe2\xcc\xd3\x63\xd5\xfd\xe3\x60\x3c\xd5\xe1\x19\xec\x4a\x18\xed\x16\x87\xad\x59\xc3\x33\x58\xfc\x1f\x9e\xc1\x22\x30\x13\x07\x29\x73\xa8\x5a\x7b\x4b\xe3\xd6\x53\x39\x83\x3b\x2d\x7c\x83\xc5\x0c\xe1\x1b\xec\x55\x74\x05\xd4\xfc\xb9\x84\xda\x59\xc7\xdc\x5b\x62\xb5\x1a\x0a\x37\xee\x8c\x4b\x6d\xf4\xf4\x05\x05\xb4\x47\x3b\xbc\x80\x45\x1f\x11\xb4\xc5\x0b\x21\x82\xb6\xb8\xaf\x2e\xa7\x16\x90\x35\xe9\xd2\x40\xb3\x9a\x84\x30\x3b\x4c\x1c\x84\x65\x6f\xea\xed\x36\xe1\x7b\xf8\x07\x3b\x7f\xe1\x1f\xec\x20\x6f\x35\x3d\xb4\x7b\x73\xbc\xa3\x50\xe7\xfb\xfc\x13\xfb\xdd\x2e\x80\x08\x82\xd8\x77\x72\x33\x15\xcf\x61\xe9\xfc\x4a\x52\x22\x59\xad\x6a\xf4\x97\xe4\x7e\xbf\x63\x97\x58\x3b\x26\x9c\x79\x31\x29\x91\x3a\x81\xba\x9d\x70\xef\xb7\x8f\x90\x0d\xa3\xbc\xba\x1d\x8b\xd4\xc5\x47\xd5\x56\x59\x97\x6a\xda\xa1\x24\x5e\xdd\xe1\xca\xc3\x28\x75\x2f\xc6\x21\x71\xd6\x88\x12\x23\xf4\xfa\x11\xe3\x9e\x38\x2b\xda\xcd\x5a\x3c\x25\x8f\x3a\x5f\x57\x3f\x24\x79\xae\xab\xae\xbf\x6a\xb0\x2b\x3a\xcd\xa6\x9e\xbd\x3e\xaa\xf6\xbd\x87\x55\x58\x0e\x2f\x53\xcd\xca\x87\x27\x18\x17\x5f\xed\x98\x2b\x86\xe4\x4d\x3a\xeb\x51\x11\xe3\xee\xd3\xc5\x77\xb8\x49\x5f\x4d\x44\xe8\xf1\x55\x0f\xe3\x56\x52\x97\x39\xdc\x24\xaf\x16\xac\x1e\x46\xdd\x7a\x87\x27\x4b\xb7\xde\xe1\x3c\xbd\x81\x7d\xec\x46\x90\x3d\x18\x3a\xf9\x0e\xcf\xfc\x2b\xc8\xde\xe1\xaa\x3d\x87\x2b\x80\x68\xee\x18\xe2\x8c\x57\x55\x92\x57\xfa\x47\x59\x56\x4d\x8a\xdb\x11\x9a\xa4\xc5\x8b\x40\x57\x5f\x0c\xc5\x4e\xcb\xed\x10\x49\x42\xd3\x34\x4d\xce\x7b\xd4\xe9\x34\xd6\x79\xf6\xba\xf1\xfb\x14\xca\xc4\x8b\xf0\x83\xde\xdb\x21\xfc\xd9\xfe\x85\x9f\x7d\xd6\xd4\x8c\x12\x4b\x7d\xb6\x43\xf8\xb3\x7f\x84\x3f\xdb\x5a\xa8\xc2\x80\x2c\x69\x01\xce\x16\x6a\x38\x0d\xe3\xf0\x32\x5b\x8a\xc1\x50\x25\xe1\x14\xbe\xac\x51\x81\x98\x4e\xd4\xa1\x12\xc8\x6f\xb6\xd0\xa1\x72\xa9\xb4\x84\xd7\xd0\xb2\x94\x63\x01\x15\xb4\xe4\x58\xba\xa5\xb4\x0c\xf1\x59\xe8\x39\xe4\x2d\x09\xbd\x13\x96\x84\xbe\x09\x8a\xd0\x73\x65\xb4\xec\xf4\xb3\x65\xdb\x47\xcb\x56\x9c\x39\x66\xc3\x99\x18\x67\x8e\xd9\xb4\x65\x57\xc5\xd1\x72\xe3\x87\xb5\x63\xf7\xf8\xe2\xee\xc9\x96\x12\xe2\xea\x4b\xcc\xbe\x8d\xc5\xee\xb1\x4e\xec\x1e\x26\x2c\xc7\x1e\x61\x92\x4c\x15\xa0\x50\xa8\x95\x80\x92\xc9\x28\xaa\x1b\xb9\x26\x1a\x96\xed\x5d\xc9\x45\x2b\x1e\x39\x47\x56\xdc\xbf\xdc\x52\xad\xd8\x0f\x04\x47\x33\x29\xc0\xb2\xbe\x76\x2a\x9c\xc5\xa6\xef\x6f\x11\xb4\xaa\x9d\x0a\x87\xa1\x19\x4e\x8f\x60\x1b\xb3\x55\xec\x54\xdc\x17\x3a\xff\x16\xb7\x9c\x6e\x7b\xe5\x6f\xdc\xd8\xaa\x76\x37\x9c\xce\xa6\x6f\x70\x71\xa3\x54\xb4\xf9\x4e\x55\xc5\xee\xc6\xe1\x7c\xd4\x6b\x5d\x6e\xb9\xaa\x02\x70\x08\xcd\xad\xe7\x9a\x10\x6c\xdb\xb5\x7a\x8c\x8d\xb9\x69\x0e\x87\xa3\xd9\x9a\x46\x91\xdc\x39\xad\xe9\x85\xe8\x41\x31\x01\x81\x86\xef\xad\x39\x1e\x8f\xa3\xd9\x08\x8a\xbb\x0b\x31\x5f\x92\x50\x6b\xa6\x23\x20\x0a\xf2\x6c\x4d\x5b\x21\xab\x28\xa8\x16\x34\x95\xbc\xc5\xcd\xdd\x84\xd3\x8d\x83\x15\xfe\x8a\x86\xd5\x21\x81\x01\x5b\x77\x3d\xdc\xb6\x3d\xd6\x83\x41\x77\x2d\x35\xa2\x98\x03\xa8\xfe\x89\x05\x61\xd0\xdd\x01\x34\x5f\x1c\x80\xfb\xa6\x3b\xe7\x20\xa7\xd6\x99\x5b\x37\x6e\x17\x4c\x77\x64\x58\xf1\x83\x5d\x5b\xc7\x21\x5f\xac\xd1\x63\x6a\xf9\x31\x62\x6a\xf9\x33\xa4\xae\xc4\x5a\x23\x26\xd0\x17\xfa\x9f\x2e\xe7\x70\x02\xc5\x81\x98\xf5\x27\xd9\x94\x86\xde\x37\x4d\xb7\x97\x5e\x81\x12\xc7\x0d\xbd\x6f\xd2\x02\xa4\x61\x1c\x97\x64\xf8\x1a\x16\xff\x9a\x15\xb4\xa9\x03\xbb\x28\x01\xe7\xe0\x24\x11\xdd\x88\x63\x9c\xa6\x7b\x6b\xea\x89\xef\x29\xf8\x48\xd0\xa6\xb5\x47\x43\xe0\x99\xa6\xa8\x72\x0a\x73\xb2\xb1\x41\x29\xdb\x12\x64\xf1\xe1\x14\x64\x08\xe9\x36\xb1\xad\x8a\x4e\x42\xb1\x0f\xf8\x33\x26\xd3\x86\xb7\x0d\x33\x7e\x3c\x8d\xd3\x0c\xf8\xf5\x70\xe4\xae\x6b\xc4\x3b\x4e\xfa\x38\xb4\x85\x9a\x5d\x58\x20\x62\x97\xf6\xdb\x6d\x09\xbe\x35\x34\xa9\x82\x6d\x6f\x2b\xc0\x67\x90\xd0\xb0\x53\x43\x8c\xb6\x02\x7e\xeb\x08\xbf\xf8\x6d\xc5\x94\x5b\xe7\xa2\x65\x1b\xbb\x79\xf6\x7b\x80\xef\x0f\xc1\x17\x25\x42\xc4\x26\xad\xa2\xda\x19\x6b\x01\x94\x66\xcb\x96\x31\x6a\xa7\x6b\xe1\x39\x81\x88\x4d\xda\x6a\x36\x13\x37\x69\x99\xd1\xce\xce\x64\x02\xb2\xe6\x79\xda\x52\xb6\x13\x03\xa8\xa8\xbe\x30\xf4\xa1\x7b\x52\x35\x69\x34\xd0\x4e\xec\xd4\x1c\x15\xd9\xb1\x55\xef\xb5\xcb\x58\x02\x42\x15\xae\x87\xd3\x97\xea\x0b\x63\x0c\xd7\x43\x38\x88\x76\x19\x59\xc0\x95\xd4\xf7\x50\x0b\xb8\x86\x26\x39\x6b\x02\xd7\x70\x3e\xac\x76\x7f\x69\x7f\x64\x0d\x23\xa3\xae\x3f\xc5\x81\x0d\xaa\x35\x6b\x75\xd7\xcc\xd8\xa4\xdb\x55\xbb\xc3\x76\x8d\x25\xbb\x65\xf6\x44\xd5\x91\x55\x1b\xf2\xac\xdd\x31\x20\x86\x6d\x56\x6d\x7d\xb5\xda\xed\x80\xdc\x1a\xb7\x03\x9a\x36\x60\xa8\x04\xb8\xe5\x76\x1b\x2a\xc1\x79\xbe\x9d\x5b\xab\x5c\xfe\xb0\x8a\x16\x76\x02\xa3\x95\x8a\x5b\x36\xcc\xed\x00\x79\x3b\xeb\xb4\xb4\x35\x58\x11\x4b\x40\x9d\x66\x85\x14\x6d\xeb\xb9\xcb\x44\x41\x90\x4e\x85\xdd\x2d\x6c\xf2\xbc\x82\xb6\xbe\x3f\xde\x12\x1a\xe5\xc9\x72\xb6\xad\xeb\xb7\x28\x6f\x1b\x38\x50\x34\x4b\x44\x43\x85\x36\x0d\xb2\x35\x2b\x76\x6a\xdb\x68\x08\xa2\xcc\x47\x0a\xc6\x89\x7d\x04\xd3\x89\x7d\x0c\x8d\x20\x96\x34\x85\xb7\xe2\xa3\xf6\xe8\x61\x2c\x02\x7c\x04\xcd\xdb\xec\xd1\xff\x14\x60\x3e\xe2\xb6\x29\x41\x69\x8f\x26\x68\x5e\x4d\x11\xde\x50\xfc\x8d\xd4\x34\x2b\x74\x69\x28\xa2\x9b\xae\x0c\xed\x09\x30\x29\xf6\x1a\xb4\xc1\x3f\x6f\x80\xc9\x6c\x98\xe1\x3b\xe8\xbe\x57\x4a\x71\xf8\xa7\xeb\x46\x03\x98\xc4\x76\x96\x8b\x69\x6f\xcc\x26\xd0\xe0\x5a\xd9\x3d\x02\xa4\xcf\xd4\x0c\xa6\xe1\x59\xd9\xdd\x56\x90\xb6\xad\x46\x05\xed\x60\x9c\xbe\xd7\x38\x0d\xce\x58\x38\x5d\x32\x96\x7e\x18\xa7\x81\x85\xe9\x87\x71\x1a\x58\xb2\x0e\xa1\x5b\x4b\xfc\x31\x15\x25\x93\xd1\x0f\x43\xf2\xd2\x4f\x3f\xb0\x51\x62\x5b\x76\x02\x3b\xe3\x6e\x3c\xbb\x09\x37\x35\x61\xec\x87\x10\x57\x9e\x81\x78\xd9\xfb\x6d\x4b\xd6\x56\x11\x30\x2d\xf5\x9a\xc6\x89\x62\xd0\xaf\x4d\x16\xbc\x7f\xf4\x6b\x23\xc0\xd1\xec\xc4\xb9\x59\xf8\xee\xcf\xae\xe7\x04\x8e\xc1\xb3\x43\xa7\xd6\x12\x55\x06\x9e\xc4\x8d\xe7\xa9\x15\x28\xc3\x82\x4e\x2d\x47\xb3\x97\x93\x52\xb6\xa5\x45\x51\xb1\xca\x6d\x29\xdb\x7a\x7c\x61\x26\x92\x09\x33\xd9\xb0\x3d\xeb\xdb\xc8\xb6\xea\xd9\xec\x99\x10\x29\x3d\x87\xa7\x14\x0d\x64\x23\x08\xb3\x61\xbb\x29\x3e\xb5\xc1\xed\xb8\x60\x16\x32\xff\xce\x9e\x23\x34\x06\xfd\x40\xb7\x16\x0d\xdf\x7b\x56\xd0\xe6\xa4\xe5\x18\x01\x50\x67\x23\x68\x54\x5f\x0c\x27\x9c\x05\x67\x33\x36\x9f\x63\x04\xcc\x33\x34\x6c\xd7\x76\xaa\x9b\xf2\x53\xaf\x80\x8e\xeb\x44\x91\x1f\xef\xd0\xb0\x25\xff\xed\xae\xd1\x89\x3c\x51\xd4\xe5\x75\xa2\x45\xab\x79\xe9\x26\xfd\xd4\x6d\xaf\x13\x0d\x27\x3c\x6c\x3b\x94\x6f\x38\x3e\xf4\xa2\x69\x1b\xd4\x7e\x87\xf4\x0d\x57\x86\x4e\x08\x1c\x35\x26\x1d\x32\x38\x5c\x2f\x3b\x94\x6f\x55\x22\xd5\x09\x58\x51\x54\xfb\x76\x13\x62\x69\x13\xdd\x21\x49\x8b\x76\x08\x1d\x92\xb4\xa8\x11\xee\x55\xa3\x34\x80\xa9\x5a\x0b\x51\x1d\x8d\x73\x4c\x27\x19\x3c\xf5\x70\xeb\x6a\x99\x5d\x41\xb5\xcc\xb0\x56\x9d\x0c\x9e\xcb\xdd\xd4\x54\x00\xfb\x8c\x16\x30\xea\x5e\xff\xfb\xbf\xa2\xd9\x73\x6f\x88\x12\xb3\xdf\x1f\x9e\xfd\xfe\xf2\x4c\xdd\xae\xf4\x83\xd3\xde\xbb\xfc\x9a\xeb\x18\x34\xa5\x73\x18\x34\xa5\xb3\xfb\x8f\xa6\x04\xa8\x0e\x49\x14\x8d\x05\x49\x61\x95\xe5\xde\x63\x75\x8c\xff\x2c\xf7\xd7\xbb\x16\xb0\x56\x47\x3b\x29\xb5\xdd\xfb\x8b\x65\x14\xcf\x03\xeb\x29\x48\xc5\xfe\x2f\x25\x27\xcf\x41\xb8\x33\x6b\x43\xb3\x1b\x2b\x60\x76\xe3\xc2\x0c\x2c\x53\xdc\x68\x03\x6b\x14\x37\xfa\xc0\xfd\xcd\x99\x1d\x18\x2f\x79\xb6\x06\x86\x29\xee\x83\xa1\x70\xc3\x13\x4c\x54\x67\x0d\xc3\x3a\x29\xb3\xd4\x6c\x75\x52\x66\x69\x15\xd1\x51\x71\x13\xdb\x70\xf6\x89\x01\x82\xbb\x6b\x62\x56\xcb\x9d\xd2\x89\x1b\xa1\x05\x74\x9f\x18\x20\x20\xba\xea\x0b\x53\x14\xd8\x98\x4e\xd8\x08\x0d\x91\xfb\x8a\x51\xd2\x01\x6a\x6d\x39\xaf\x8e\xad\x60\xec\x9f\x25\x70\x96\x01\x38\x0f\xdd\x12\x38\x46\xb6\xb0\x9a\xe8\x3e\x63\xa3\xe2\x6c\x2d\x6c\x54\x9c\xa1\x25\xa0\xcc\xe8\x02\x50\xae\x8e\xbe\x00\xd4\xb3\x7f\x8a\x23\x45\xca\x27\x90\xba\x4d\x4e\x37\x2e\x0d\x9d\x02\xea\x77\x36\x2e\x74\x54\x3f\x05\x14\xe0\x4e\x80\x13\x0d\x9e\x00\x27\xda\x39\x31\xe9\x10\x3b\x9f\xce\x28\x40\x68\x1e\xa8\xc1\x78\x3f\x71\xca\x12\x6a\x55\xd6\x8e\xf2\x22\xc4\xa5\xd3\x6e\x2a\x0c\x75\x5b\xfd\x42\xd1\x1e\x15\x50\xb4\x3b\xfc\xcb\xa3\xc4\xd4\x5d\x9a\x34\x58\x1e\x8b\x00\xa7\xf1\x42\xd1\xee\xda\x5f\x1c\xb1\xe8\x00\x45\x7b\xd4\x45\x87\xee\x08\x6e\x94\xfd\xae\xf1\x8d\x2d\x85\x6d\xa2\x05\xcf\xf1\x5d\x78\xfe\x64\x8f\xfb\x8d\xf3\x9b\x73\x7f\x63\x15\x10\xcf\x02\xcb\xa8\x6f\xad\x02\x00\xf6\x16\x58\x96\xe7\xc6\xfe\x42\xc0\x6f\x2c\x01\xe2\x3b\x36\x17\x2e\xc3\x47\x97\x15\xa9\xba\x8e\xf6\x5b\xb3\xfd\xbe\x3f\x00\x09\x2c\x37\x3b\xca\x6f\xa9\xea\xbe\x91\xca\xbb\x24\x28\xbc\x75\x86\xe9\x28\xbc\xf5\x79\xeb\x1f\x49\x56\x34\xb7\xef\x1f\x45\x36\xf5\xc5\xeb\x5b\x9c\xe4\xf3\xcd\x77\xe0\x47\xbf\xbd\x02\x86\x87\x32\x4c\x2a\xfa\x6d\xdd\x35\x3a\x7a\xec\x15\xcf\xc2\x06\x3c\x8f\xb0\x31\xc1\xb8\x48\x68\x49\xd3\xd1\x5d\xeb\xb4\xd3\x3f\x3a\x6c\xea\x4d\xd3\x1f\xe1\xb1\xfc\xc5\x33\x7d\xa1\xbb\x36\xfc\x40\xff\xa8\xb0\x22\xdd\xda\x1f\xa3\x36\x4a\x07\xbc\x08\x7f\x3d\x80\xaf\x13\x41\xe5\x17\x61\xdb\xf0\x19\x2d\x89\xfb\xf7\x45\xb7\x03\xff\xda\x5f\xb4\x24\x62\x87\x17\x3d\x8f\x17\xc9\x2b\x42\xfe\xea\x0e\x12\x75\xca\x30\x8d\x03\x09\xe6\xf4\x59\x25\x99\xcf\xc0\x00\x9e\x1e\x07\xfa\x25\x28\xac\x81\x6a\x59\xf6\x70\x90\xa7\x53\x8e\x6e\x1c\x68\x6a\xa6\xdf\x4f\xca\x17\x9e\x55\xb7\xfa\x1d\xb5\x1f\x97\xcb\x38\xd0\xae\x4c\x9f\xd1\xae\x80\xb9\x46\x32\x54\x06\x08\x7e\x44\xf0\x09\xa6\x74\x24\x54\x61\x60\xe8\x91\xcc\xf2\x32\x2c\x85\x08\x1f\x8c\x3b\x14\xd5\xc9\x35\x0d\xcc\xf6\x0e\x39\xe3\xa1\x1f\x84\x0c\xc0\x48\x88\xf0\x21\xac\x87\xa2\x3a\x99\x94\xa1\x74\xce\x2b\x76\xe4\xb8\xac\x68\x39\xa3\x4e\x80\x99\x18\x59\x4f\x37\xa8\xbe\xa1\xac\x4e\xce\x70\x20\xab\xd3\xc0\x69\x28\x91\x93\x97\x1a\x19\x71\x3c\x97\xe6\x50\x20\xa7\xd3\xc8\xc8\x06\xe4\x38\x6c\x6b\xfb\x62\x5b\x01\x18\x8d\x29\x90\x93\x31\x1d\x0a\xe4\xe4\x8c\x47\x71\x92\xd8\xd7\xa3\x04\x64\x16\x43\xa1\x50\xfd\xd1\xac\xc2\xf4\x91\xe2\x53\x73\xae\x81\xd4\xee\x50\xc8\x30\x8a\x90\x71\xd6\x06\x29\x3e\x35\x57\x1a\x45\x28\x93\x55\x1e\x7b\xf4\x0f\x7a\x0e\x08\xf3\x51\xd5\x0d\x40\x21\x8d\x1a\x41\x4f\x00\xb2\xc6\x4a\xfa\x47\x47\x24\x4e\xd9\x40\x30\x77\x78\x6f\x0f\x32\x73\x6a\x76\x38\x54\x0c\x4f\xab\x2b\xa8\x64\xbb\x8f\xf0\x8b\x70\x5e\xc3\x2f\xc2\x62\xe1\x17\x31\xd6\x5f\xf8\x6e\x84\xd3\x84\xfb\xb2\x21\x79\x45\xb4\x30\x9a\x92\x57\x2e\xff\xd1\x5c\x4d\x56\xa3\x29\x79\xed\x96\x1a\xd4\x00\xe6\xa6\xe0\x75\x08\xc1\xe2\x87\xb5\x95\xbb\x72\x5e\x47\x53\x1e\x3a\xac\xa2\xdc\xd8\x55\x32\x3e\x86\x2e\x69\xa3\xc5\x40\x99\xe7\xe6\x40\x3d\x18\xfd\xa0\x65\x7e\xf4\x18\x27\xb0\x04\x15\xe5\x36\xe9\x4a\xb7\xdd\x99\x1d\x41\xbd\xa7\x27\x62\x65\xb8\xcb\x3f\xc2\xa9\xea\xfc\x34\xba\xa2\x62\x37\x79\x17\xe4\x69\x75\x75\x30\xf0\x39\xa3\x0b\xf2\xb4\x58\x80\x6c\xcb\x82\x2c\xaa\xe8\x01\x32\xdd\x10\xf4\xaf\x2d\x07\x03\x51\x35\x8f\xf8\xa3\x7a\xc4\xf3\x3b\x94\xce\xd3\xf2\x08\xf8\x19\xf2\x50\xd1\xc0\xf4\x0f\xe1\x1f\xb6\x25\xfc\xd6\xd6\x07\x11\x12\x62\x8c\x80\xdf\x2a\x4e\xb9\xf0\x0f\xd9\x31\xae\xce\xa1\x90\x4e\x3f\x8c\x81\x0b\xab\x5e\xfd\x63\x2a\x68\xf6\xbb\x34\xa8\xcb\xa7\x8c\x4e\xc3\xa4\x81\x8c\x6e\x4a\xcd\x8c\xa9\x5c\xd3\xa1\x28\xa4\xd3\x2f\x63\x28\xa4\xd3\x06\x69\x4c\x13\xf0\x44\x6b\x4a\x90\xa3\x18\x52\x4e\xb1\xab\xa2\x38\x79\x87\xb1\x14\xb9\x42\xf7\x8c\x25\x79\x0c\x39\x31\x56\x80\xc6\x30\x15\xb9\xe9\x17\x32\x96\xd0\x70\xe9\x0e\x45\x6e\x7a\x83\x0c\xa5\x6c\x5a\xca\x8d\xa5\xcc\xd5\x11\x2c\xc5\x84\x2e\x93\x72\x36\xed\x7f\x06\xba\x62\x0d\xc5\xc7\x7a\x99\x1a\x7a\x21\x6c\xb4\x72\xbd\xa1\x28\x4d\xb5\xdd\x38\x83\x6e\xf7\x4f\x53\x83\x4b\x27\x86\xec\x08\xc0\x4e\x25\x7e\x36\x7c\x22\xf1\x73\xce\xf5\x68\x95\xb3\x1f\xa7\x22\xbf\xe8\x46\x91\x5f\xb1\x98\x22\x3f\x51\x93\xbe\xae\x71\xdd\x5c\x4a\xa9\xc4\xb3\xfa\xba\x6a\x59\x36\xc8\x76\xae\x69\xeb\xd0\xd7\x55\xdf\xa0\xa1\xaf\xab\x32\x83\x61\x66\x54\x0d\x93\x87\xbe\xae\x3a\x03\x0e\x33\xa3\x6a\xe5\x35\x74\x7c\x95\xa1\x1e\xfa\xb6\x3a\x98\xcb\xc1\x30\x4b\x57\x0c\xc6\x5e\x1c\x4c\x00\xe6\x60\xa2\x58\x0c\x86\x17\xbd\x5b\xb9\xca\xc7\x6d\x84\x3c\xd7\xe5\x76\x2c\xb0\xc9\xe3\x56\x7c\x59\xfd\x13\x83\x01\x96\x3b\x06\xc3\x9c\xdf\xca\x32\xe9\xff\x46\x7c\x59\xfe\xb4\x7b\x1e\x77\x0c\x4d\x70\x5c\x28\xef\xb3\x9b\xb1\x45\xd3\x8e\x4d\xb4\x7f\x9b\x7a\xc2\xbd\xb9\x91\x19\x7b\x4d\x6f\x5c\x72\x25\x16\xb0\x73\xcc\x71\xcf\x6c\x05\x05\x22\x7a\x24\x70\x5d\xab\x8b\xa1\x04\x2e\xee\x7f\x25\x70\x71\x81\x2b\x81\x8b\xb9\x31\xc1\xab\xa2\xed\xa1\x5f\x6c\xdc\x9a\x8a\xe3\x94\x20\x0f\x9c\x64\x73\x4c\x81\xe9\xd4\x66\xd4\x79\x2d\x46\x6b\xe4\x18\xa9\x62\xed\x27\x70\x2b\x13\xfd\x84\xd4\x10\xa0\x15\xc7\xc5\x15\xfc\xc4\x08\x18\x33\xca\xe6\x1c\xd7\xa6\x82\xba\xb8\x8f\x9f\x10\xdc\x32\xd0\x27\x86\xe3\xcb\x69\x1d\x5b\x73\x04\x62\xf7\x8f\x46\x6c\x35\x1a\x73\x00\x12\x17\x4f\xb0\x8a\xbe\x20\xf5\xb4\xfa\x9b\x79\x66\x2c\x6f\xcc\x33\x83\x79\x85\xd2\x5d\x4f\x70\xb3\xae\x49\xd3\x40\x02\xa7\x05\xda\x78\x15\x67\x3a\x31\x88\xe0\x34\x75\x19\xaf\x42\x43\xc8\xf9\x41\x3a\x35\xed\xda\x86\x42\x37\x25\x7b\x53\xa1\x9b\xa6\x5d\x53\xa1\x9b\xeb\x3f\x0f\xc5\x84\xdd\x17\xa5\x99\x9c\xc6\x89\x04\xae\x2b\x8c\x98\x07\xe2\xd8\x28\xa5\x98\x13\x8e\x63\x1e\xca\x0c\xbb\x2d\x2b\x81\x85\xc9\x99\x87\x20\x77\x1b\x53\xd0\x09\x8b\x34\x15\xc2\x29\x82\x9d\x24\x57\xd3\x4c\x6d\x22\x83\xab\x6a\xa3\x26\xa2\xb6\x2c\x06\x98\x49\x99\x25\x87\x7e\x26\x93\x72\xb1\xe5\x67\x8a\xe0\x91\x07\x2f\xca\x00\xab\x0d\x18\xdb\xcf\x19\x08\x91\x9a\xfd\x24\x1d\xb3\x05\x3a\x11\xc5\x95\xcd\x34\x43\xa2\x26\xcc\xe4\x50\xf3\x3a\x9b\x1f\x69\xd9\xb4\x5b\x9c\xa4\x50\x23\x3c\xf4\x9c\xd9\x84\x5c\x4e\x8c\xe2\x34\x2d\x7a\xa6\xe2\x34\x45\x88\xd3\x44\xb2\x9a\x60\x4e\x88\xce\x22\x36\x9a\x21\x4e\xeb\xbe\x98\xaa\x8b\xf3\x3b\x73\x80\xcf\x28\xff\xc9\xd6\x6c\x60\xcb\x79\xdb\x4f\x48\xac\x98\x26\x84\x6b\xe6\x5e\x9d\xd3\xd0\x67\x9e\xf9\x49\xf0\x69\x0d\x37\xa7\x82\x36\x6f\xad\xa9\xa0\xcd\x8b\x76\x42\x82\x96\x1a\x7f\x3a\x61\x31\xfd\x11\x31\x69\x6d\x6b\xfa\xc2\xa0\x09\x39\xed\xa5\x33\x3f\x72\xb4\xc9\x8a\x4e\xc5\x6a\xb2\x15\x13\x9f\x91\xa2\xe6\x7c\x2a\x63\xd3\x20\x60\x96\xd7\x3f\x4c\x93\xc4\x29\x38\x73\xe2\x41\xa2\x9d\xd0\x54\xd3\xfc\x21\xa6\x3f\x50\xe3\xac\x32\x7b\x80\x59\x15\x4e\x3a\x33\xca\xe2\x6a\xbc\x40\x29\x55\xfb\x24\xb6\x91\x27\x03\x47\x90\x14\x65\xd8\x8b\xf2\xba\x93\xa0\x26\x5a\xf1\xce\x86\x4b\x81\x83\xff\xa8\xcf\x49\x54\xc6\x39\x91\xbf\x11\xb9\x71\x4e\xcc\x14\x55\xf3\xcc\x06\xeb\x57\x2c\x2f\xf1\xe3\xd0\x3f\x7a\xb3\xea\xff\x32\x3f\x0a\xb3\x6a\xbc\x31\x9b\x38\xc4\x4d\x88\xba\x37\x74\xdc\xf3\x23\x2a\xab\xde\xd1\xb3\x93\xe6\xcc\x4d\xd4\x8d\x56\xcf\xb6\x41\x2e\x17\xa2\x98\xa9\x73\xaf\xd6\xe7\xb3\x2b\x02\xf3\x99\x53\xe3\xe2\x74\xfc\xcb\xdc\xe7\x1d\x07\x20\xf7\x79\x47\x1c\xd6\x6c\x55\x21\x90\xe5\x1f\xb7\x9f\x2f\x38\x00\x41\xdb\xcf\x81\xbf\x0c\xf4\xe7\x1c\x08\x84\x20\x65\xe6\x40\x20\xe4\xe6\x47\x26\xa7\x87\xf1\xc4\x4d\xa5\x4e\xbf\x23\xec\x59\xb6\x83\x9f\x0e\x64\xe8\x1c\xc4\x28\x80\x58\x9e\xa4\xbd\xd7\xc7\x6d\x0e\xfb\xe5\x3b\x69\xef\x09\x10\x3d\xe7\x44\x52\x0a\x17\x32\x0d\x70\xa2\x2b\xe3\x9c\x86\xdf\x11\x83\x90\xd3\x7e\x39\x47\x13\x41\xce\xb0\x25\x64\x23\xae\xb3\xfe\x28\x8e\x66\xe2\xf3\xe0\x14\x4d\x1c\x26\x96\xcf\x2a\x0d\x10\xb8\x4c\xf4\xb2\x33\x96\x67\x21\xee\x81\x96\x9c\x3a\xa4\x38\xf1\x0b\x71\x8f\x63\xd6\x09\x65\x58\x1e\x29\x8e\x13\xaf\x13\x8a\xe3\x24\x35\x9b\x46\x09\x53\x27\x14\xe7\x1a\x27\x14\x4d\xac\xa6\x4e\x28\x8e\x59\x27\x14\x89\xb8\xb9\x8c\x0f\xe3\x71\xd0\x0b\xc5\x13\xbc\x10\x52\x39\x63\xa7\xc9\xf3\x1c\xe8\x29\xd8\x80\x71\xba\xe9\xa9\xa0\x4b\x8a\xcb\x76\x0a\x1e\x13\xa6\xeb\x09\x74\xc1\xd4\xdd\xc4\x3d\xa2\xbb\x89\x27\xe9\x74\x22\x7d\xd6\xfe\xce\x75\x26\x93\x9b\xb7\xe8\xbc\x90\xea\x88\x6c\x2e\x4e\x92\xf7\x13\xe2\x37\xcd\x10\x26\xe2\x37\x23\x27\x4e\xc4\x6f\x9a\x84\x4c\xc4\x6f\x71\x44\x2e\xa4\x37\xdc\xa6\xf3\x42\x9a\x04\x65\x31\x3f\x7a\x6e\x6a\x9f\x32\x21\xe7\x9a\x4c\xe3\xc4\x53\xc5\xa8\x4e\x13\xd2\xac\x06\x2e\x44\xff\xd9\x8f\x28\x45\x77\x9e\x36\x7c\x4c\xa4\xab\xe6\x8d\xec\xc4\xed\x79\x23\x3b\x59\x56\x06\x7b\xa8\xb4\x99\x1b\x83\x5c\x0f\xfd\xc6\xc8\x15\xb2\x78\x22\x4d\x93\xaa\x9d\x1b\xb3\xdb\x3f\x73\x0c\xcd\xa9\xd8\x0d\xbe\x74\x86\xd8\xcd\x86\x91\xf4\x14\x9f\x45\x39\x0c\x7c\x23\x6d\x12\xf1\x6f\xa1\xb5\x43\x54\x01\x45\x00\xb1\x2a\x16\xef\x6e\x24\x3d\x70\x77\x13\xb1\x9b\x24\xf4\x7c\xb0\x7f\x16\x67\x3e\x06\xc0\xf3\xce\x35\x4f\x47\x90\x13\xe4\xe9\x50\x12\x3a\x35\xdc\xcb\x51\x5d\xe9\x84\x68\xd0\xe4\x1c\x71\x9b\x91\x9c\x43\x39\xe5\xd4\x72\x2f\x6e\xd0\x17\x03\x45\xf1\x0f\x29\x38\x94\xc2\xce\x57\xa4\xe6\xee\xd5\x56\x2f\xae\xd9\x37\x40\xb1\xba\xa0\x30\xd8\x57\xd1\x0e\x90\xbc\x21\x72\x62\x46\xde\x80\xd1\x4e\x02\x46\x1b\x26\xef\x8d\x34\xca\x1b\xf0\x32\xac\x57\x39\x20\x3c\xeb\x82\xb0\x0a\x0f\xe9\x85\x43\x88\x57\xe1\x3a\x90\x45\x41\xc9\x2c\xd4\x97\x87\xa6\x0c\x0b\xea\xe9\xd0\x2e\x64\x11\xb2\x44\x9f\xd2\xa5\x39\x9e\xe6\x43\x8b\x0c\x1e\x3a\x98\x2e\xad\xf1\x34\xbe\x58\x5a\xe3\x69\xef\xb2\x34\xc0\xd3\x46\x66\x91\xa7\x43\x0f\xc5\xa5\x88\x4e\x13\x99\x85\x9a\xf2\xd0\x78\x62\x25\x2c\xd5\x58\xac\x95\x02\x94\xc9\x0b\x06\xa8\xcd\x1a\x5a\xf2\x80\x69\x56\x92\xe1\x65\x47\xac\xec\x0d\x44\x0d\xf3\x6c\xe8\x24\xb3\xb2\x3c\x26\x27\x61\xe9\xe6\x91\xa3\x4a\xa3\x0a\x33\x94\x65\x84\x41\x55\x2b\xcb\x08\x4f\x1b\x93\x13\x67\x5f\xaf\x8c\xed\x51\xb1\x14\x11\x64\xd8\xcb\xcb\x98\xaf\x7a\xbb\xac\x1c\x70\x01\xa4\x89\x36\x74\x0c\x58\x45\xd9\x01\x48\x76\x15\x19\x61\x7f\xc8\x94\x35\x5f\xe4\xc3\xd8\x53\x0b\x5a\xc7\xdd\xb9\x8a\x3c\x25\x3b\x72\x15\x99\x32\xa0\x2f\x72\x57\x76\x28\x77\xd5\xfc\x41\x50\x24\x61\x2c\xc1\xc2\xf0\xa2\xbd\x9c\xfe\x48\xcb\x64\x19\x3a\xad\x2d\x33\xe9\xeb\x79\xb4\x08\x73\xef\x41\x59\x55\xde\x84\x1d\xb9\xb0\x82\x1b\x4a\x11\x96\x19\x67\xff\x15\x93\x1d\x71\xb3\x55\x19\xaa\x62\xcb\x52\x87\xcd\x06\xe4\xa1\xd8\xd2\xab\x05\xb3\x4d\x9d\x16\xac\x12\xa0\x21\x52\x6b\x9e\xaf\xd5\x88\xa8\x3d\xac\xa2\xb5\x45\xb7\x94\xb4\x3e\xd7\xe3\x6a\xd2\xfa\xdc\x5e\xcb\xd4\x17\xff\xea\x68\xba\xc0\x8d\xba\xc8\x83\xf1\xaf\xca\x0b\xa9\x4f\xf7\x64\x95\x8d\x76\x23\x6c\x49\xfc\x08\x86\xe4\x4f\xc5\xef\xea\xc1\x20\x58\xad\xa2\xe4\x67\xd6\x23\xa4\x09\x34\xdd\xea\x72\x0e\xe0\xaa\xd5\x83\xda\xb6\x0a\xea\x77\xc1\x34\xd8\xc9\x21\x9c\x24\xa0\x55\x5a\xb8\x7a\xb0\x0a\x02\xaa\x22\xdb\x61\x76\x63\x38\xb1\x01\x86\xd9\x1f\xdc\x3f\x24\xa0\x95\xd9\x5f\x43\xea\xda\x76\xc9\x9d\x11\xf1\xf0\xd6\x30\x4d\xae\xa0\x0c\xf9\x03\x81\x1c\xe6\x72\xa8\xd6\x91\x8c\xae\xfe\x79\x50\x1b\x5b\x05\x31\x1e\xb4\xcd\x0a\x37\x0a\x8f\xd5\xc4\x97\x5f\xcc\x33\xb9\xc2\x3d\x54\x1f\x65\x54\xe4\x40\x17\x49\xd6\x24\xc7\xd7\xec\x70\xa6\x80\x0b\x91\x54\x03\xc2\x19\xcb\x6d\xab\x21\x1c\xb2\x29\xc2\x52\x1c\x9e\xfc\x88\x85\xc2\x04\x4d\xb4\x71\xce\xdc\xd2\x0a\x9c\xdb\x66\xe9\x87\xeb\x5c\x23\x1a\xeb\x0a\x06\x16\x34\x90\x72\xaa\xf5\xd1\x40\x45\x1e\x7f\x41\x03\x49\x4b\x2d\x68\x20\xc5\x6f\xeb\xa3\x75\x96\xec\xc2\x5a\x5c\x61\x4e\xb4\x0e\x14\x71\x50\x0d\x07\xa7\xfd\xff\xd2\x83\x42\x0f\x90\xa5\xd3\x44\x1c\x55\x9d\x26\x34\xb1\x5b\xc6\x83\xd3\xaa\x6f\xe9\x34\xa1\x8d\xdc\x0a\x21\x59\xf7\xa5\x7f\xe8\xc4\xe5\x38\x63\xb6\xac\xe2\x04\x0d\x5b\x16\x81\xd1\xff\x89\x89\x5c\x74\xaf\x88\xa9\xdb\xa3\x98\xa2\x5b\x5d\x11\x93\x9d\x5c\x0a\x0b\x18\x8b\x46\x66\xf2\x51\xeb\xf2\x38\x42\x93\xad\x4b\x66\xd7\x6d\x7e\x69\xf0\x42\x2f\x97\x34\x60\x94\xc2\x10\x43\x18\x2f\x63\x90\x39\x49\x97\xc9\x2d\x44\x27\x08\xb5\x54\x0a\x2e\x84\x5a\xa1\x90\x5d\x77\x24\xf9\xa0\x8a\x16\x5a\xe2\xd5\x8d\xa2\xdd\x8d\x6d\xf8\x10\xb1\x07\x3e\xb1\x71\x3b\xe2\x13\x9b\xbd\x13\x36\xc4\xab\xd8\xfa\xa3\x3d\x96\xe2\xe4\xa5\xca\xcf\x93\xf3\xd1\x1b\x4b\x23\xf0\xf5\x1c\x3c\xd3\xef\x47\x7b\x2c\x6d\xe3\xd7\x93\x79\x06\xb8\x07\x7d\x93\x47\xf0\xa9\x7c\xa7\x9d\xc7\xed\x4d\x5f\x1f\xad\xb2\x94\x50\xaf\x27\x16\xcc\xca\x6a\x55\xaa\xbd\x19\xbd\xd9\x75\x0d\xc2\xc5\x03\x28\xe1\xa2\x55\xe3\x32\x90\xbd\x16\x9a\x4b\x62\x45\x0b\xc9\xf5\x7a\xe7\xb8\xdb\x3f\x6a\xa5\x55\xab\xbc\xb1\x7e\xbe\x28\xb9\x70\xeb\x7f\x04\x4a\x33\x20\xf1\x7a\xe5\x55\x3d\x20\xaf\x91\x97\xca\x9f\xce\x74\x8b\xd0\xf6\x8a\x48\xd6\xab\x20\x20\x9a\x30\x3d\x36\x83\x3b\x95\xfe\x70\x5a\xcf\x03\x9b\x88\xe1\x77\x18\x42\x4e\xeb\x49\x44\x59\xad\x87\x4e\x83\xc8\x02\xd8\x79\x60\x09\x00\x5e\x3d\x3f\x72\x23\x57\x86\x78\x1e\xdf\x49\x37\x52\xe7\x69\x8c\x34\x6e\xfb\x93\xc0\xf4\x46\xe1\x3c\xc9\x05\xab\x09\xd9\x99\x0a\xdf\x13\xcf\x44\xa8\x58\x7e\xef\x7c\x07\x1e\x02\x7d\x18\xf3\xf2\x34\x30\xfd\xb2\x1d\x98\x89\x69\xdd\x5b\xdf\x26\x00\x4a\xb2\x65\x76\x2c\x5b\x66\xa3\xa0\x21\x08\xc4\x93\x40\x68\x0b\x6e\xe5\x34\x96\x2c\x47\xe9\xcc\xe8\xfb\x59\x96\xd3\xf8\xb1\x0e\x0c\x42\x64\x28\x84\x3f\x33\xb1\x0a\x38\x3c\x27\xf2\x98\x66\xf4\xc6\xd3\x18\xb1\x4e\x4b\x16\x0a\xa6\xab\x60\x82\xe0\x54\x98\xdd\x15\x16\xf0\x2c\x28\xa7\xb3\xdf\x41\x73\xd0\x9f\x67\x18\xe4\x0b\x76\x91\xc9\xb0\xa1\x93\x42\x80\x54\xd0\x96\x27\x2b\xdf\x3c\x5b\xc6\x9b\xbe\x5b\x08\xed\x71\xb7\x10\xe7\x08\x54\x76\x56\xf8\x1b\xf6\xf2\x59\x61\xb8\x20\x11\xcf\x2a\x14\x96\x01\xc1\xb2\x8d\xce\x1a\x88\x1e\x88\x08\x16\xbb\xb8\x61\xcf\x0a\x67\xd5\xac\xec\xa1\xb5\x0c\x9c\x55\xb1\xf2\x4b\x19\x3a\x23\x8f\x2b\x59\x7b\xe7\x49\x0c\xfb\x05\xef\x7d\x22\x4b\x31\x02\xc2\xd9\x9c\x16\xcb\x37\x46\x46\x3b\x4d\xe0\x2c\xcf\xac\x70\x32\x4f\x6d\x99\x60\xd6\x4e\xec\x97\xc8\x40\x3c\xcf\x4e\x5f\x9c\xc4\x93\x98\xb0\x6a\xce\x4e\x12\xaf\x4a\xc9\x9d\xfa\x69\xba\xc3\x75\xc7\x74\x2c\xa8\xdd\x7a\x1e\xbe\xc0\x45\x39\xa3\xfa\x63\x3a\x18\xfd\x31\x9d\x21\xfd\x31\xc1\xe1\xa7\xfe\x98\x50\x54\x67\x77\x05\x28\x4f\x18\x58\xcf\xf9\x49\x18\x58\x09\xc2\x13\x4f\x4b\x09\xfe\x73\x80\xa5\x1c\x00\x9e\x96\xaa\x0e\x4f\x42\xbf\xaa\xb9\x3c\xc9\xc2\xea\xad\x70\xe2\x5d\xa9\x01\xd9\x39\x80\x87\xab\xe3\x1c\xc0\xd3\x7c\x36\x20\xc3\xb2\x82\xdb\x80\x0a\x93\x59\x71\xe9\x27\x28\xd4\xd9\x22\x0d\xab\x82\xa7\x93\x34\xac\x2a\x59\x4f\x42\xde\x4b\xb8\x9e\x53\xe0\x00\x7a\x62\x5c\x00\x75\x71\xce\xc0\x93\x40\x3a\xd1\xd7\x3b\x2b\xe8\xcb\xb4\xab\x39\xa7\xd7\xaf\x53\x87\x88\xa4\x96\x3f\xb3\x08\xcd\x73\xe1\xb6\x26\x6e\x5a\x6a\xa6\xdd\x32\x0b\xae\xd0\xf3\xbf\x82\xcf\x00\xfa\x05\x67\x03\xa5\x7b\x9a\x99\x55\x61\xcf\x49\x04\x59\x05\x3c\xe7\x0a\x3c\xcf\x64\x11\x41\x56\xe1\xc5\x19\x72\x13\x71\x86\x0e\x98\xce\xfa\xe9\x4a\xd2\xf7\x09\x50\xee\x8e\x53\x38\xa8\x7c\xc2\x9d\x7a\x64\x4e\x14\xd2\xee\x26\x88\x05\x6d\x84\xce\x13\x85\xbe\xb8\xea\x14\x22\xbf\x13\x77\xd1\x48\x00\x27\x74\x83\x81\x62\xce\x33\x66\x57\x28\x4c\x15\xe9\x7c\x9c\x21\x9a\xa4\x3e\x99\x57\x0d\x5d\x74\xe2\x4f\x69\x98\x9e\xd3\x8c\x39\x45\x6c\x7a\xa1\xa6\xf5\x0c\xa1\x25\x3b\x34\xfc\x3b\xc9\x81\xdf\xc5\x0e\xba\x53\xaa\x98\x3a\x75\xa7\xd4\x72\xe4\xc4\x9d\xd2\x18\x4a\xa7\x89\x71\x66\x74\x22\x03\x2a\x2e\xc3\x9d\xd2\x60\x49\xa7\xf9\x56\x35\x66\x39\x6f\xc1\xa2\xa9\x5b\x32\x0b\x82\xef\xc4\x9d\xd2\xc0\x3b\xa7\xd9\x56\x67\xbc\xc8\x99\xba\x2d\x6f\x99\x64\x9b\x42\xc5\xa7\x95\xd2\x89\xff\xa4\x31\x7c\x4e\x7c\x26\x7b\x34\x6b\xd4\x66\xd1\xd6\x8d\x64\x55\xa4\xaa\x97\xa4\x9e\x1f\xe7\x96\x47\xf6\x3c\x91\x78\xd5\xa0\x4f\xe7\x16\x44\x0f\xe9\x66\xe6\xc4\x74\xfa\x42\x6a\x59\x73\x6e\xa7\xd1\xfd\xb6\xe5\xdd\x05\x45\xc5\x97\xd6\x02\xe7\x06\x2e\xef\xe1\x8f\xec\xa9\x81\xf9\x50\x7b\x25\x4d\xa3\x4e\xd5\x5e\xda\x3a\x9d\xa8\xbd\x92\xc6\x51\xe7\x23\x5f\xeb\xee\x40\xef\x95\x14\x2b\x9f\x4f\x70\xdf\xd4\x41\xd5\x95\x14\x56\x9f\x8f\x24\x2a\xe0\x13\x1f\x36\x30\xbb\x89\xf5\x75\x44\x38\xd1\x6d\xb5\x58\xc6\x07\x1e\xdb\x9d\xf6\xa0\xeb\xf6\x80\x9b\xaa\xc7\x53\x64\xaa\x1e\xa5\x75\x27\xa4\x4f\xd2\xd8\xea\x7c\x91\x09\x78\xa4\x22\x5a\xac\x27\x12\x01\x8e\xd6\x68\xe7\x0b\x50\x62\xdf\x17\xa0\x44\x8e\x48\x69\x8c\x12\x76\xe2\x50\xb9\x0c\x13\x76\x12\x45\xd6\x28\x3e\x27\x04\x51\x92\x77\x39\x5f\x66\xd1\x03\xf9\x0a\xa0\xbd\x05\x80\xdf\xb8\xaf\x83\xa4\xa5\x60\xa6\xeb\x80\xbb\x66\xda\xaf\x43\xa6\x7f\x58\x48\x4d\x32\x67\xfe\x3a\xe4\xfa\x21\x08\xae\x43\x4d\x32\x77\xfa\x85\x2d\xb9\xe7\xf0\x32\x9b\xaa\xf1\x62\xae\x43\x9c\xb1\xac\x2f\x69\xcf\x75\x7f\x1d\xf8\x1e\x15\xab\x4b\xd9\x83\x66\xae\x84\xf2\xb8\xfe\x49\xd9\x5d\x49\xc9\x01\x78\xe4\x32\xd5\xaa\x21\x6e\x2e\x53\xad\x6a\xa8\x7e\xa5\x58\x78\x80\x4b\x31\x38\x46\x6a\xaa\x55\x43\x95\x5c\xd8\xa3\x4b\xdd\x5e\xc9\xb1\x81\xad\xae\x44\x6c\x5c\xf6\xca\x65\x0a\x56\xc3\xd9\x5c\x09\x59\x47\xb5\x13\x65\x1d\xd3\x52\xc8\x3a\x9c\xd9\x14\x1c\x0c\x73\x96\x54\xde\xc1\x6c\x5e\xd9\x71\x32\xe6\x1c\xd0\xd3\x6e\x56\xec\xc0\x81\xba\xc2\x18\x9d\x9d\x70\x65\x35\xb4\xec\xd5\x2b\x2b\x05\x61\x65\xaf\xac\x86\xb6\xf8\x67\x42\x5b\x5b\x5f\x05\x2d\x28\xe7\x22\x39\xab\xb4\xc4\x95\xd1\xcf\x82\xe2\x2e\xe3\xd7\x2a\x42\xbf\xb2\x9e\x34\xcd\x17\x85\x23\xae\x2c\x12\xa4\x1c\x73\x54\x54\x91\xba\x67\x4a\x80\x0c\x2c\x25\xa0\xa4\x81\x22\x94\xcd\x3a\x42\xc9\x69\xb9\x8a\x3e\x3f\x56\x11\x4a\xf6\xfe\x55\x94\xdb\x34\xfb\x54\x6e\xe3\x34\x15\xf5\xc8\xcd\x17\xe1\x74\x9a\x4b\xcc\x2c\x7f\xaa\xaa\x5c\x87\x43\x2e\x56\x25\x2d\x57\x55\x70\x02\xb9\x7d\x55\x53\x4a\xb8\x7d\xaa\x66\xfe\x6e\x9f\xaa\x74\x07\xc8\x6a\x80\x6c\xfd\x60\xf7\xfd\x83\xee\x39\x6a\xa8\xc8\xf5\x98\x44\x16\xc5\xe9\x9f\x5b\x39\x80\xf5\xb7\x50\x32\x67\xe6\x69\xd5\x10\xf2\x32\x4f\xab\x16\x8c\x57\x0b\x30\xe9\x46\x21\x94\x76\x94\x57\x33\x2c\x2d\x52\x8c\xcb\x7c\x89\x5a\x2b\x5e\xa6\x70\xd5\xd0\xec\x0a\x91\x94\xa7\xae\x11\x94\xdb\xb3\x45\x06\xd7\x00\x93\x0c\xae\x32\xcd\x57\xbb\x79\xb6\xb2\x4e\x2a\xae\x05\x8a\xb6\xa6\x5c\xf6\x42\x38\x65\x6c\xce\xcb\x1c\xad\x52\x39\x97\x71\x74\xbd\xca\xae\x90\x39\x41\xcc\x5d\x5d\xb7\x94\xe6\x9f\x4e\x7d\x46\xd2\x83\xcd\x63\x8c\xe6\x68\x95\x82\xb8\x10\x40\x35\x8d\x5f\xae\x6e\xea\x1e\x57\x9c\xec\xad\x06\x43\xbd\x14\x40\x1d\x16\x12\x62\x68\xd8\xab\x0b\x24\x70\x91\x34\xc9\xac\x37\xd7\x47\x56\x36\x2d\xd7\x2e\x62\xe7\x6a\x36\x77\x0d\x7d\x4f\x9c\x9f\xa1\xf0\xcb\x89\x18\x8a\x05\x18\xc7\x08\xb1\x00\xe3\x18\x8a\x05\x3c\x14\xf3\x80\xbf\xe4\x07\x16\x59\x4d\xaf\xfa\x6b\xea\xab\xe1\x69\xc1\x6d\x32\x94\x2b\x17\x4a\xb7\x12\xa7\x65\xaa\x11\x77\x83\x99\x7b\x35\x8e\x0e\xc2\xa5\x88\xce\x74\xe1\x1e\x39\xd7\x9f\xea\xdd\xcb\x24\xad\x4a\x36\xae\xa9\xe3\x86\xe3\x99\xc1\xfd\x32\x52\x68\xce\x65\x24\xec\x2b\x68\x4e\xae\xa4\x6b\xa9\x35\x05\x1e\x12\xb3\x2a\x7a\xba\xc8\xbf\xaa\xb8\xe9\xfa\xc8\xc2\xa6\xac\xea\xc2\x0a\xab\xea\x3d\x71\x45\x5e\x55\x66\x03\x11\x53\x51\x56\x71\x2d\x95\xd8\x36\x75\x46\x46\x29\xfa\xbb\x8c\x5b\x2d\x86\xe4\xca\x1e\x5a\x0e\xdc\xa2\x0b\xb0\xe5\x5d\x94\x8d\x2c\x9e\xaf\xff\xfd\x5f\x90\x6d\x77\x41\x4e\xc2\xbc\xde\x45\x01\x57\xb5\x90\x74\x17\x03\xbc\x71\x53\x89\x1f\x20\x04\x71\xd0\x2d\x42\x50\x03\x72\x57\x4f\x9a\xfd\x89\x10\x94\x83\xdc\x0a\x9c\x39\xc3\xb7\xa1\x17\xa7\x4d\x4d\xb8\x71\xba\x20\xba\xe2\xe2\xfc\xdd\x55\x36\xc4\xef\x48\xe3\x60\x22\x6f\x0d\x43\xab\x65\x82\x48\xb4\xeb\x87\x1f\x16\xf2\x32\xe4\x8c\xdf\x64\x54\x95\x9b\xbb\xc1\x11\x93\xdc\xdc\xf3\xfe\x30\x41\x5b\xe0\x8b\x5b\x44\x00\x43\x73\x37\x03\xf7\x32\xba\x06\xa8\x60\x81\xbb\xc1\xa6\x47\xa3\xb2\xa0\x34\xda\xe5\x77\x19\x4e\xb0\x82\xb4\xd9\xe5\xc2\x7c\x86\x0b\x83\xa6\xbb\x3b\x8c\x8e\xed\x77\x99\x03\xbf\x43\x1f\x35\xcb\x3b\x4c\x86\xaf\xf7\x73\xb3\x7c\x8c\x8c\x97\xa1\xc1\x1b\x58\xf2\xd6\x15\xda\x28\x69\xf7\xf0\x32\x04\xaf\xdd\xe4\x3a\xf3\xfa\xb8\xcd\x75\xa6\xc2\xe9\x8e\x5c\xca\x8e\x3a\x72\x29\xbb\x42\x44\xc3\xf6\x00\xdc\xe8\xcc\x0d\xe7\x73\xe3\xc7\x42\xf2\xe5\x79\x0f\x5c\x4e\x5c\x6a\xc2\x3c\x16\x30\xc6\x3d\x11\x05\x80\x6e\x6e\x42\x3b\x4a\xe6\xdd\x04\xde\x31\x43\xe1\x2d\xaf\xe7\x94\x4d\x99\x4f\x9f\x51\x7a\xba\x75\x65\xf5\x86\xcf\xb0\x7a\xee\x24\x59\x3d\xf5\x8e\xb7\x5e\xca\xf2\xe4\xf7\x92\x12\xa4\x25\x2d\x23\x8d\xfb\x77\xeb\x99\x6c\x30\xc5\x7b\x79\x1d\x75\xff\x68\x89\x15\x75\x54\x7d\x38\xd3\x66\x3c\x33\xbe\xc3\xfd\xef\x80\x32\x21\x4b\x1f\x2b\x47\x6b\xd2\xb3\x28\x45\xf8\xe1\xa8\xae\xf6\x57\x90\x09\xc7\xa8\x03\xdc\x7d\x62\x3a\xe0\x9c\x9f\x98\x29\x38\xe5\x84\x60\x34\x84\xd2\x6d\xd8\x45\x61\x3f\x31\x22\x70\xc1\x4f\x0f\x08\x50\x9c\xee\x46\xdb\x54\x74\x65\x5f\xe4\x51\x74\xe5\xf5\x61\x29\xfd\x4f\x33\xe8\xfb\xc4\xf5\x01\xd4\x72\x5f\x2e\x20\xad\x5d\xec\x67\xf0\xdd\x7d\x21\xda\x07\x7b\xdd\x17\x22\x15\x70\xf9\x7d\x21\x5c\x77\x74\x17\x22\x15\x10\xf6\x7d\x61\x9e\x52\xfc\x3e\xf9\xce\x48\x55\xaa\x3b\x4d\x2a\xd5\xb9\x28\xef\x0b\xb1\x8b\xa7\xf9\x42\x00\x55\x2c\x8f\x7b\x44\x11\x06\xc4\x40\x22\x9b\x0b\x98\x41\xf4\xf7\x8d\x68\xc6\x3d\x41\x24\x48\x33\x4f\xde\xb7\xf0\x53\xfe\x46\x34\xe3\xa6\xbe\x51\x8a\x83\xd4\x6f\x22\x41\x4a\x92\xdf\x6a\xdd\x21\x68\x6e\x34\xed\x32\x0d\xb7\xd1\x1c\x8d\xf6\x7c\xdf\x91\xd9\x8f\xda\x06\xb8\x81\x9e\xb9\x77\x70\xc3\x54\xd9\x1a\xda\x8b\x23\x30\x6d\xac\xb2\x0d\xb7\x1c\x9e\x34\xd8\x1d\x4c\x9d\x53\xb6\x65\x8e\x9d\xa7\xed\xa6\x43\x52\x72\xc3\xd5\xf5\xa8\x22\xde\x13\x09\x6e\xf1\x9e\x85\xe2\x68\x00\xcc\x03\xcb\x0e\x71\x79\x3f\x84\x17\x71\xda\x1e\xd8\x61\x11\xb9\x99\x59\xd5\xcf\xdf\x8f\xec\xbb\xcf\x32\xa1\xa2\x53\x65\xd8\x6a\xe5\xef\xc7\x44\x60\x9e\xcb\x07\x05\xb2\xcb\x87\x3c\xbb\x6b\x20\x72\x3f\xf2\x9a\x10\xd0\x77\xf0\x71\x10\xca\xb7\x22\x6c\x89\xd6\x1b\x46\xee\x1f\xe2\xc0\x60\x31\x49\x5b\xdf\xa8\xe2\x55\x15\xdc\xa8\xe2\x53\x4c\x04\xc2\xed\x5e\x3c\x8a\x08\xb7\x63\x22\x5f\xed\x55\x45\x48\xf8\x12\x4b\x80\xdf\x18\x32\x4a\x18\xdf\x88\xb2\x63\xe5\x5e\x78\x0c\xd7\x47\x4f\x62\x85\x28\x5b\x49\xb6\x52\x97\xad\xe9\xa2\x62\x9a\x6d\x60\x1c\x85\xa4\x5b\xe7\x61\x85\x51\x1b\xd3\x45\xe5\x90\xfb\x80\x5c\x9c\xb6\xa5\x02\x13\xd6\x7a\xc3\xe3\x49\x87\x6e\x78\xbc\x41\xba\xd9\xb9\xe1\xf1\xba\x93\xba\xb1\x55\x34\x14\xff\x3e\x24\xc5\xbe\x85\xdb\x49\xb3\x41\x0b\xc1\xb9\x55\xa7\x71\xc3\xb9\x55\x75\x5a\x3b\x61\x38\x18\xa5\x34\x1c\xb4\x93\x14\x64\x92\xa5\x8c\xb7\xc8\x65\xbb\xf5\x17\x2e\x51\x07\xf3\x3a\x8e\xcf\x86\x27\x0b\xac\xb4\xb1\x67\x0c\x07\xc2\x6d\x76\x07\x44\xd0\xbb\x63\x55\x04\x1a\xdb\x5d\xd4\xc5\xd8\xb9\xd0\x34\xe1\xd9\xc6\xf3\xf0\x1a\xde\xdc\x68\x3a\xf8\x6d\xe3\x79\xc4\xcc\xc5\xf5\x66\x53\x43\x85\x02\x63\xc7\xb8\xcb\xf8\x54\x7b\x10\x2e\xdc\xa5\x1a\xe8\x84\xd8\x26\x7b\xe0\x8a\xb8\x2c\x83\x90\x3f\xfd\x19\xf4\x60\x0f\x5c\x01\x1d\xc7\x77\xd3\xcd\xe2\xc4\xe3\x40\x50\x55\xc8\xec\x21\xb5\x24\x24\x5e\x75\x54\xf0\xaa\x13\x92\x09\xd6\xa9\x7e\xd7\x92\x10\x54\xb9\x3f\x52\x75\xba\x93\x37\xf2\x4e\x53\xed\x6d\x2c\xc2\xf4\x29\xdc\xdc\x7b\x26\x0e\xdc\x53\xb4\x43\x67\x84\x9e\x53\xac\xb4\x17\xaa\x2a\x50\xc3\x5e\xc8\x59\x5d\xa3\x85\x9c\xd5\xba\x48\x27\x3d\x82\x3b\xa4\x93\xcd\x42\x98\xa6\xb8\xda\x86\x87\x93\xde\xde\x4b\xc5\x13\x68\x62\x63\xda\xaf\x77\xe9\x36\x0a\x9c\x7a\xcf\xad\x42\x53\xc9\xf4\x46\x26\xa9\x9b\xe7\x3e\x3d\x9a\xd0\x66\xfb\x34\x27\xeb\xb0\xca\xf0\x8f\x2f\x9e\x53\x3a\x51\x14\x19\x3b\xe1\x8c\x5b\xd6\xc6\xe0\xfa\x54\xbb\xee\x53\x65\xff\x12\x98\xed\x1f\x26\xf1\xd4\xeb\xdf\x69\x3f\x75\x55\x87\x1f\xdb\xd8\xf9\x17\xb5\x60\xdb\xf0\x1a\x1e\xbc\xcb\x6d\x42\x97\x17\x4e\xa1\x6e\xab\xcb\x2d\x43\x1f\x97\xa4\x9e\xe5\xd9\x09\xc9\x46\xb9\x68\xdd\x56\xd8\x7d\x19\xc7\x72\x5f\x58\xba\x71\x91\x6f\xdc\x31\x4d\xac\xb5\x11\x4a\x0e\xa9\x88\x8d\x3f\xa6\xc1\xc7\x36\xfe\x98\x26\x19\xde\x08\x28\xff\x6d\x29\xfc\x2c\xd5\xff\xec\x9b\x0b\x14\x04\xb5\x09\x45\xac\xfd\xe0\xc6\xcf\x52\x76\x61\xdf\x5c\x94\xae\x1f\x21\x87\x4d\x57\xb9\xc9\xe4\xad\xed\xdd\xbe\xd1\x5b\xb8\xac\x44\x1c\xd6\xea\x6f\x6f\x77\x91\xcf\x6c\x59\x08\xc3\xad\xff\xa5\x28\x8f\x6b\xac\xc7\x08\xb6\xc0\x59\x08\x93\x39\xa8\xdb\xad\x55\x18\x37\xe8\xd6\x19\x53\x14\x89\x06\x56\xe3\xc6\xbd\xdd\xd6\x76\x06\xd0\x60\xdb\xad\x33\x66\xb7\x7d\x6e\x77\x77\x96\x96\x60\x62\x2b\x35\xb3\x6e\x3f\xad\xc2\x44\x4f\x6a\x66\x6d\xe7\x41\xad\xe0\xe0\x71\xcc\x94\x16\xde\x0f\x8a\x17\x68\xa0\xfd\xa0\xe7\x70\x42\x1f\xf4\x2e\xee\x95\xef\x1e\x5b\x3a\xbb\xef\x87\x5b\xdf\x63\xf3\xc0\x6c\x78\x6a\x1e\x8e\xa2\x93\xf8\xdd\x68\xcb\xdb\x71\x13\x53\x58\x49\xd5\x7e\x85\x93\xba\x44\x81\xf3\x2e\xde\xaf\x70\xfa\x1d\xca\x43\x44\xf8\xc2\x15\x78\x14\x5e\xfb\x05\x36\x04\x8e\x9a\x63\x6e\xe3\xb7\x49\xa2\xee\x30\x0b\x73\x1b\xbc\x41\x7a\x7c\x60\x3c\x06\x70\xcb\xfd\x4f\x39\xdf\x83\x31\x7e\xf7\x7a\x7b\x0c\xf5\x26\x0f\xf0\x44\xe2\x71\x8e\xc6\x73\xe8\xc1\xd8\x6d\x5d\xfa\x85\xed\xf4\x68\x4f\xe6\x95\xf8\x1c\xd2\x2f\xac\xf7\xa3\x41\x99\x67\xfb\x31\xbe\xdb\xbf\x7e\x1c\x05\x88\xe2\xc1\x88\xac\xb9\x99\x9f\x03\x3c\x63\x63\x1a\x94\x59\x23\x0c\xca\x84\x4c\x9f\x4f\x35\x60\x4f\x52\x5a\x1e\x55\xb4\x9b\x88\x3a\x92\x30\xcd\x3f\x4a\xf4\x05\x26\x49\xc3\xd8\xa5\x71\xdc\xd4\x71\x3d\x3a\x87\x2a\x52\x79\x74\x0e\x95\x67\x7b\x74\x0e\x55\x72\xf3\x18\xd5\x4d\x6d\xe7\x93\xb8\xb3\x02\x1a\x68\x2e\xa7\x29\x39\x16\x3a\xc9\x81\x33\x19\xb1\x21\xdd\x6c\x16\x9f\x51\xdd\xf9\x1f\x7d\x46\x55\x0b\x3e\xfa\x8c\xaa\xc2\x7b\x72\x0c\x85\x71\x65\x3d\x0e\x1c\x31\x4e\xa3\x7a\xd0\x3f\x88\x23\x9b\x48\xfe\xc1\x6e\xcd\xd8\x00\x4f\xa4\xd0\xaa\xf6\x22\xef\xce\xbe\x7f\xb4\x5b\x93\x24\x7e\x0a\x82\x74\x07\x52\x82\xe4\x02\xfa\x22\xc9\x65\x0d\xcc\xe9\x1c\x15\xf2\xc7\x24\x73\xf0\x14\xc5\xfb\x70\xaf\x4f\x21\xe2\x98\x60\x21\x7f\x0c\xdc\xf8\x94\xb8\xd4\x19\x7c\x51\x64\xce\x8d\xf6\xd4\xa0\x05\x99\x22\x0d\xd7\x24\xed\x9f\x8a\x09\x9d\xe3\xad\x82\x42\x8f\x86\x76\x93\x71\x7c\x10\x23\x84\x19\xf9\x63\xf4\x36\x03\x98\x3f\xd5\x2b\xc6\x76\x91\x37\xbb\x8d\x2a\x94\xa0\x33\x54\xa5\x04\x2d\xaf\xb8\x79\x59\x48\xb1\xfa\xb2\x73\xe5\xcd\x60\xf6\xa7\x1a\x48\xc4\x76\x9b\x0c\x37\x77\xc7\x63\xf0\x36\xa3\x80\x3c\x4a\x15\x25\xe0\x9e\x26\x2d\x68\x15\x85\xb7\xdd\x97\x60\x3d\x2d\x85\xf0\x96\x9b\xf3\x69\x0a\x6f\x87\x2f\x0a\x6f\x41\xad\x8f\x36\x6f\x71\x0a\x95\x2b\x2a\x2e\x78\x4c\xd0\xa5\x0e\xf0\x41\xae\x18\xab\xd2\x83\x7c\x65\x64\x5a\xbd\xa9\x11\x7c\x7a\xd0\xb2\xd4\xef\x85\x2a\xfe\xc0\x94\xc4\xe5\x52\xde\xa8\xde\xf0\x41\xde\x18\xfb\x43\x79\xa3\x2a\xce\x07\x79\xe3\xd0\x32\xf0\x89\x90\x1b\xc3\xfa\xa7\x77\xb5\x0d\x23\x15\x9d\xfe\x88\x4b\xdc\xfa\xaf\x2f\xb4\x8c\xec\x62\x68\x09\xfa\x60\xd8\xa6\x7c\xf6\xc1\xb0\x2d\x6b\x6f\xf3\x20\x7e\x54\xa4\xfb\x20\xc7\xe8\x31\x2d\xe4\x6c\x57\x88\xfb\x0c\xf5\xec\xed\x4f\xc3\xbe\xc7\x8c\xee\xb2\xf1\xcf\x90\x32\x67\xfe\x46\x90\x21\x00\x3d\x1c\x80\x85\x10\xb3\x19\xb0\xeb\xd1\x1a\x4e\x95\xe8\x33\x71\xe2\xe1\x6a\x7f\x26\x4e\x3c\xd0\x02\xcf\x34\xbe\x90\x9b\xfa\x23\xfe\x9a\x99\xab\x9e\xa9\xbd\xa0\xa7\x90\xe8\x6e\x0a\xbb\x1f\xcd\xe1\x02\x4f\x7d\x24\x62\x33\xe1\xd6\x33\xb5\x23\xb4\x0b\xa4\xb8\xd3\x2e\x74\x39\x9a\xb6\x04\xeb\x30\xed\x42\x33\x42\x4b\x21\x27\x29\x8a\xef\x1e\xa2\xb9\x05\x9a\x59\x21\x62\xa5\x0f\x64\x95\x81\x8c\x96\x12\x56\x2e\xbf\x67\x05\xeb\x00\x88\x2b\x84\xaa\xb6\xa5\x33\x11\x77\xde\xb3\x4c\xd9\xe6\xce\xfd\x68\xc6\x16\x67\x18\xb3\xb7\x62\xcc\xaa\x07\xb3\xb7\x62\x34\xa9\x07\x02\xb2\x18\x9b\xeb\x81\x80\x2c\xca\xf3\x9f\x53\x57\x0a\xa7\x85\x28\xc2\x45\x21\xe5\x03\x05\x59\x62\x57\x9c\xca\x51\x01\x46\x02\x52\x7c\x80\x1c\xc4\x94\xc5\x0f\xe4\x63\x0d\x14\x82\x9b\xe8\xd0\x88\xf7\x51\xbe\xe1\xfe\xbc\xe4\xd1\xc5\x73\x98\xbd\x4d\xd9\xa0\xe7\x82\xcd\xf5\x0c\x6b\xf6\xa6\x7d\xd2\xa3\x33\xa7\x72\x87\x07\xeb\xb6\xe8\xc4\xb8\x68\x1a\x9f\x3d\xb7\x5c\x23\x92\x84\xe7\x0e\xe0\x69\x18\xb7\x4a\x45\xb2\x0f\x31\xce\xba\x67\xc8\xf4\xed\x6e\x9b\x1b\xd7\x21\x37\x04\x0e\x96\x41\x4f\x3e\x37\xc6\x51\x30\x7d\x0f\x39\xdb\xb5\xf2\x7a\x48\xbf\x65\xba\xe2\x07\xfb\x39\xc5\xf7\x0f\xf6\x73\x26\x7a\x7c\xa0\xde\x4c\x0b\xfb\x40\xbd\x95\xf8\xae\xc2\xd6\x63\x49\x9a\x2d\xb3\xd4\x3f\x90\x6c\xa6\x3e\x79\x30\xa6\x33\x27\xec\x43\x7e\x88\x12\x40\x60\x10\xe5\xcc\x3c\x72\xf6\xb6\x6a\x92\xd1\x28\x45\xf6\x07\xed\xac\x1e\x23\x68\xb8\x78\x46\xcd\x40\xe8\xf5\x18\x29\xc3\x13\x6d\xa4\x0c\x0f\x1d\x96\x71\xff\xba\x26\xcb\x83\xf6\x57\xcf\x03\x89\x2b\x96\x7b\x11\x3a\xba\xa6\x21\x60\x10\xee\x17\x4e\x4c\x04\xf2\x0a\x05\x93\x44\x3a\x07\xc5\x6a\xcf\x2b\x59\x6b\x79\x84\x56\xd2\x02\xaf\x64\x2d\x50\x90\xda\x41\xa3\xae\xe7\x95\xac\x65\x64\xaf\xb4\xb8\x75\x31\xd3\x71\x34\x2f\x16\x32\x5c\x3b\xef\x01\xb9\xc8\x75\xf4\x12\x72\x43\x46\xea\x3d\x20\x17\x59\xf1\xf7\x90\x5c\xb4\x3c\x82\x63\x4e\xd1\x7b\x20\x35\xe5\x5a\x7b\x0f\xa4\xa6\xd3\xba\x90\x91\xeb\x4f\x97\xde\x97\x18\x1c\x92\x11\x6f\x50\x67\x60\xf3\x57\x13\x7f\x71\xfe\x9b\x70\x2a\x60\xfe\x5e\x82\xe7\x6a\x8b\xf9\x9a\x80\x94\x45\x79\x93\x8c\x26\x20\x06\x69\xc5\x45\xf4\x26\xb9\x3b\xae\xf4\x37\x48\xab\x68\x16\x52\x25\x9e\x91\x66\x0d\x9b\x82\xb0\x8a\xda\x10\x56\xc3\xae\x21\xac\x84\x2f\x08\xab\x78\x91\x80\x02\xcb\xbc\x41\x40\x71\x36\x5f\x03\xe4\xb2\x48\x6f\x46\x9a\xc5\x8d\xfa\x4a\x3e\x45\x05\xce\x32\x3b\xe5\xcd\x41\xe0\x59\x21\x90\x84\x7f\x24\x60\x8a\xcd\xe2\xf1\x6e\xa9\x62\x3c\x22\x67\x07\x17\xc7\xa4\x08\xf2\x2d\x48\x9f\x1d\x47\x51\x61\x0e\x57\xf0\xea\x02\xa0\x50\xf4\xfd\x47\x4c\xd9\x98\x3c\x32\x14\xdb\x5b\x08\x3f\xeb\x40\x08\x2a\x96\x94\x97\xbe\x84\xdf\x90\xeb\x7a\x4b\x58\xe8\xd8\x30\xfa\xff\x6e\x21\xd4\x33\x2e\xad\x34\x96\xc1\x71\x5e\x68\xac\x26\xe6\x7c\x2b\x7e\xd8\xdd\xe7\xa0\x5f\xe8\x50\xdf\x00\xb7\xd9\x47\x70\x35\x09\xcf\x17\x4a\x4a\x94\xf8\xd6\x20\x3c\x01\x3d\x3c\x03\x38\x40\x6f\x25\x22\x63\xf1\x19\x53\x7c\x04\x40\xaf\x2a\x59\x0d\xce\xde\x16\x28\x91\xfe\x54\xc9\x6a\x3f\xf7\xa2\x88\x51\xd5\xfa\xaa\x88\x89\x25\x69\x71\x19\x5a\x45\x43\x64\x87\x28\xc1\x14\x7b\xae\x69\x56\x0f\xc9\xf0\x9a\x7e\xc1\xa0\xf0\x6f\xd3\xae\x7e\x5a\x27\x2e\x44\xfb\x44\xb0\x26\xf8\xdd\xcb\xb1\xf9\xe2\xe5\x48\xa1\xee\xe5\x18\x2f\x1a\xd9\x83\xb8\xde\xae\x91\x3d\xc8\xe7\xed\xaa\xdf\xdc\xda\xc4\x67\x88\xec\x51\xef\x12\x32\x4a\x2d\xb1\x03\x70\x2d\x18\x48\xc4\x5c\xaf\x11\xae\x0c\x2a\xfd\x6a\xef\xe5\x54\x70\x35\xd6\xd8\x2a\x5a\x84\x7b\x00\xb8\x19\x23\x07\xd2\x6b\xb6\x70\xfb\x3e\xf1\x72\x8e\x66\xbf\x75\xd0\x1d\xf2\x3d\x1d\x2c\xc3\xb8\x94\x22\x52\x9e\xf0\x55\x66\xa8\x7d\xbd\x09\x97\x65\xbc\xb0\xdc\x7e\x46\x26\xd5\xce\xf3\xbd\xbe\xbd\x21\xf6\xe2\xba\x9c\x66\xd3\x79\x31\x19\x1f\x2a\x48\x5e\x6c\xbf\x22\xe9\xdf\xeb\x45\xaa\xb9\xd8\x8b\xf1\xd7\x54\x85\xf9\x1a\x25\x5f\x5b\xba\xf7\x22\x8f\xa9\xab\x66\x36\x6f\x6f\xa7\x97\x9b\x54\x91\xfa\x7b\x2b\xce\xa4\x93\x5b\x73\x03\xa0\xba\x0d\x2a\xf8\xa7\xbd\xdf\xfb\x5d\xbe\x5d\x75\xf0\x6b\xd6\x4b\x93\x31\xbc\x37\x49\x42\x05\xe5\x56\xe8\x89\x68\xf5\xbd\x49\x17\xe8\xd6\x36\xbc\x81\xe8\xe5\x8e\x68\xc9\xc0\xb8\xa5\x05\xb9\x35\x5f\x2c\xbe\xf4\x13\x7d\xb7\x99\x4e\x69\x69\x93\x7e\xd3\xa1\x2b\x61\x71\x71\x36\x39\x43\x45\x98\x1b\xd5\xa3\x73\xb5\x49\x74\x2a\x3a\x8a\x90\xf8\x56\x36\x9b\xa5\x60\x98\xcd\xd2\x01\x3d\xa4\x54\x14\x4f\x3c\xda\xcd\x53\xf9\x41\xf8\xe5\xd6\x31\x99\xa5\x07\xca\x64\x96\xdd\xba\x18\x66\x8b\x21\x1f\x82\xd5\x79\x02\x1f\xbc\x73\xdd\x5d\x24\xf2\xd6\x2d\xe5\x7d\xf0\x61\x76\xb9\x5e\xb4\x5b\x9e\x4b\xd2\x75\x9b\x45\xe5\x25\x07\xa5\xb6\x0a\x2f\x39\x28\xa5\x64\xdf\x57\xd9\xac\xcf\xa8\x7f\xb3\x75\xbd\x3a\xa0\x51\xdf\x17\x4d\x23\x2a\x83\x97\x14\x94\x1a\x2d\xbc\xdf\x1d\x3b\x14\x8e\xbf\xef\xa6\x0c\x40\x93\x80\x52\x63\x86\x97\x54\xdf\x18\x59\xac\x83\x54\xdf\x04\xe6\x5f\xc7\xe1\x76\xef\x3c\x67\xca\x14\x9e\xb1\x1a\xcf\x99\xe7\xca\x77\xcb\x34\xbe\xdb\x0e\x16\xe4\xdf\x96\x5c\x07\x76\x5b\xfd\x58\x16\x42\x36\xfc\x8d\x78\x1d\x07\x44\x52\x54\xc0\x5e\xfb\xa3\x45\xd7\x71\x7c\xc7\xfd\x38\x78\x4e\x07\xcf\x94\x21\x65\x52\xb1\x63\xc4\x1d\x0d\xcb\xe7\x75\x7c\x57\x6d\x39\x92\x3f\x1a\x15\x1a\xcf\x9d\xef\x96\x19\x7c\xf7\x19\xc5\xe0\x02\xba\xa4\xbc\x92\x11\x7f\x77\x6e\x39\x12\xc0\x25\x81\x63\xc4\xdf\x9d\x5b\x0e\x47\xff\xdd\xb9\xe5\x70\xc4\x49\x40\xe9\x37\x0b\x28\x6d\x66\x01\x05\x86\x9c\xf9\x4e\xfb\xdf\x55\x5c\x8e\x83\xf6\xbf\x9b\x78\x96\x0c\x3c\x19\x49\xe4\xf2\x3b\x92\xc8\xc6\xe0\x33\x64\xda\xa2\x5f\xd2\x26\x91\xe3\x76\x1d\x05\xdd\x70\xa7\xdf\xa2\x68\xd4\x86\xc8\xf2\x8d\x6a\x61\x1d\xe4\x4d\x22\x5d\xf8\x3a\xb4\x6e\xef\x36\x84\xbf\x05\x34\xd8\x3a\x48\x9c\x44\xde\xcb\x75\x98\x14\xc9\x99\x28\x48\xd2\x87\x8d\x7e\x10\x2d\x47\xa6\x11\x7b\xe7\x19\xc3\xf5\xe5\x32\x55\xd1\xa1\xdf\x11\xd9\x75\xbf\x77\x2e\x60\xd7\x9b\x4c\xde\xcb\xe9\x22\x93\x37\x3c\xc2\x3a\xaa\x04\x19\xd3\x55\xb1\xa1\x5e\x00\x57\xbd\x9b\xaa\x2f\x9b\xca\x16\x12\x22\xbf\xbf\x3c\x33\x34\xac\xdb\xd7\xf1\x17\x65\xb7\x8e\x26\xe8\x2c\x62\x93\x94\xf4\x19\x52\xd2\x9d\x8a\x19\xfc\x74\x47\x62\x06\xbf\xdc\x3c\x88\x28\x1a\x06\xa7\xeb\x68\x18\x0d\x3b\xe1\xc4\xb0\xca\x0e\x83\x30\x02\xd9\xb9\x6c\x88\x2a\x5d\x45\x42\x0a\xe4\x68\x14\x83\x66\x3b\x23\x4a\x55\x76\x07\x74\x75\x55\x8d\xc9\xec\x50\x97\x4e\x6c\xf7\xb6\x63\xd8\xdc\xa8\x8d\x70\x0f\xeb\x30\x48\x15\x92\xe0\x75\x18\xa4\x6a\xda\x94\x94\x9c\xdf\x95\xd5\x4d\x06\x81\x7e\xa9\x0d\x8f\x8c\xfa\xa5\xe9\x33\x24\x65\x14\x52\x3f\x3a\x80\x76\x04\x4d\x09\x24\x03\xe1\xd3\x00\xf4\x11\xf4\xa5\x2f\x48\xa2\x06\x50\x0d\x84\x62\x83\x71\x1b\x52\x1e\x7d\xcf\x3a\x06\xb6\xc3\xd3\x1f\xde\xc7\x7e\x0f\x32\xce\x96\x30\x35\x8d\xbe\x35\x35\xad\xf6\x8d\xa9\x69\xc0\x81\x4e\xd2\xed\x88\xb8\x21\xc5\xf6\x1a\xd2\x77\xb4\x84\xbd\x14\xc4\xfa\x3a\x26\x52\x9c\x02\x7c\xc6\x92\x77\x9f\x1a\xa7\x6a\x79\x34\x67\x00\xeb\x9f\x41\x0d\x80\x9d\x98\x39\x16\x80\xfd\x97\x61\xdc\x1a\x5f\x77\xb1\x3f\x16\xe6\x59\x2e\xfd\x32\xfe\x2f\xf0\xad\xfa\xbf\xff\xeb\xc9\xa9\x59\xa2\x4a\xc0\x5b\x8b\xef\xd6\xbd\x78\xa6\x33\xd2\x84\x17\xd7\x71\x79\xdd\x03\x10\x69\xc2\x8b\xb3\x77\x9a\xb6\x9c\xbe\x4e\x6f\x7e\xcb\x40\x7c\x89\xc8\x4e\x72\xa7\xbb\xa2\x4a\x0c\x44\x88\x64\x06\x2f\xae\x3a\xf2\x82\x1a\xd8\xe5\xd4\xed\xc9\x46\x1f\x7f\x00\xf5\x49\xdc\xd7\x42\x0f\x17\x71\x5f\x2b\x15\x4c\xf5\x2d\x44\x17\x57\x78\x61\x64\x97\x57\x38\x0d\x99\xf6\xbb\x30\x13\x44\x8e\x8a\x1d\x0a\x59\x44\x68\x88\x75\x98\xea\x5b\x88\x2e\x1d\x7b\x9c\xd2\x8b\xfc\xcf\x0e\xe1\xe2\x2a\x8d\x0a\x2f\xcf\x34\x74\xe3\x61\xe9\x2e\xbc\x51\x79\xba\x45\x20\x82\x6a\x20\xcb\x9b\x3c\xcf\x42\x7a\xe3\x68\x35\x59\xcc\x9b\x84\xd4\xd3\x0a\xdc\xe7\xae\xd3\x4d\x36\xe7\x69\xa3\x98\xab\xb8\x53\x37\xc8\xbb\xd0\xa6\xa9\xb9\x85\x7a\x7b\x6f\x33\xe2\x8f\x20\x19\xa4\x5e\x59\xc7\x9e\x3c\xd3\xce\xe6\x7a\xf6\x6a\xdc\x5c\xcf\x5e\xb7\xdb\xeb\xd9\xf2\x5c\xc9\x09\x18\xa0\x5f\x86\x6b\xf6\x70\x25\xff\x99\xd0\x6d\x1d\x10\x37\xc4\x42\x5e\x07\xc4\x0d\xf9\xe6\xd7\x41\xa6\xee\xe1\x65\xf1\x40\x70\x24\x06\x84\xaa\xe7\x88\x32\x68\xf3\xdc\xe5\xc4\xe3\x24\x95\xc6\x3a\x88\xbb\x79\x04\x50\x68\xf0\xdc\xc0\x1f\x41\x33\x8b\x80\xbf\x12\x58\xf4\xfb\x7a\xc3\xf9\xcc\x65\xd4\x69\xf3\x23\x5c\x56\xdc\xc4\xb8\xd8\x25\x88\x98\x75\x7c\x84\xcb\x8a\xeb\x91\xbc\x8f\x41\x0f\xbc\x76\x6c\x65\xae\x47\x4f\xfc\xeb\xf5\xf8\x3d\x27\x04\x05\x5e\xd1\x09\x41\x81\xd7\x72\x3a\xbc\x2a\x2b\xcf\x85\xef\x9d\x67\x6f\x4a\x9f\x1b\xdf\x1b\xcf\x08\x37\x96\xe5\x07\xdf\x7d\x46\x67\xc7\xa9\x4e\x08\x13\x88\xc7\xb3\x92\x32\x82\x21\x0c\x5e\x9a\xf6\x8b\xfe\x8b\x13\x9b\x0e\x2e\x4d\x4e\x75\x4a\x08\x34\xc0\x1a\x29\x21\xd0\x60\xa7\xa5\x8f\x9e\x29\x04\x5c\x5d\x29\x71\x81\xb2\x95\x53\x42\x88\xc1\xae\x4b\x90\x30\x04\x41\x5d\x89\xe0\x9d\xf0\x25\x2b\x7d\xe4\x4c\xf5\xa8\xa4\x88\xdd\x39\x6c\x48\x6f\x15\xf6\x66\x52\x3d\x93\xa3\xbb\x10\x67\x00\x1f\x62\x84\xe2\x7c\x99\x73\x27\x3b\xa0\x88\xea\x69\xef\x46\xf5\xc4\x64\x7b\xa5\xac\x52\x4c\x18\x95\x30\x64\x07\x18\x61\x3d\x39\xac\xc9\xb4\x3b\xa8\x16\x57\xca\xa2\x7d\x9f\x35\x24\x9b\x56\x89\x9b\x09\x00\xb2\x0b\x6f\x97\x5e\x4c\x3e\xab\xa1\x99\x02\xe6\xcd\x24\x2c\x05\x95\x18\x18\x21\xa1\xad\xe9\x16\x32\xc0\xe7\xb4\x7a\xa8\x6e\xa0\x17\x93\xaa\x1b\xe7\x48\x0d\x8d\x04\x44\xc2\x42\x3c\xbb\x82\x61\xed\x2d\xbc\x45\xf9\x3b\x27\x38\x69\xed\x8d\x33\xd8\x4a\xd5\x68\xf9\x0e\x5e\x83\xce\x69\x03\x55\x36\xcb\x06\x50\xbe\x14\x6c\x6f\x56\x42\xf9\x32\xe3\x19\x01\x67\xb2\x86\xa8\x07\xb8\xaa\xac\x04\x0b\x54\x11\xce\x16\xcb\x80\x26\x0a\x23\x6f\xa0\x86\xec\xb3\x3a\x4b\x77\x04\xc9\xb0\xc9\x60\xb0\xd2\x47\xd3\x4c\xf2\xfe\xac\x44\x68\x24\x52\xeb\xac\x44\x68\x24\x02\xfb\xaf\x44\x68\xa4\xc3\xd1\x35\xe4\x9b\x60\xea\x84\x10\xa1\x27\x8f\x58\x03\x17\x80\xfe\x53\x88\x0d\x3c\x0f\x48\x0a\x46\x71\xd6\x49\xd5\x28\xbd\x9b\x48\xd5\x28\x3d\x9d\xba\x87\x92\x32\x1f\x51\xb3\xa4\xcb\x13\x1e\x80\x64\x46\x5f\x09\x13\x50\x09\xff\xd4\xc5\x18\x7f\xd9\xe2\xad\xd4\xa5\x67\x3d\x8e\xa4\x6e\x14\x61\x27\x5c\x05\x89\x31\xbc\x52\x3f\x79\x66\x06\x71\x15\x5c\x42\x05\x55\xd3\x89\xd6\xbf\xd2\x70\x53\xbb\x93\x24\x6b\x62\xf9\x21\x6b\x8a\x98\x03\xb2\xa6\xb8\x5f\x20\x6b\x3a\x39\xf7\x57\x82\xac\x29\xa2\x91\xe1\xf1\xb4\x25\x55\xbe\xee\x43\x23\x6d\xc6\xc6\x1f\xda\x31\xb9\x36\x53\x02\x4b\xd4\x43\x40\x4d\xac\x45\x57\x9a\xca\xec\x20\x20\xd3\xf4\x10\x31\x45\x13\xea\x6e\x5a\x5b\xd9\xe1\x62\x4e\x27\xb2\xc3\x78\xbe\x5d\x1c\x6b\x28\x80\x77\xb8\x53\xb7\x44\x47\x65\x04\x4d\x89\xce\xb4\x20\xef\x3c\xc2\x2b\x0e\x0e\xbd\x2f\xc9\x79\x11\x82\xc9\x68\x64\x0c\x92\x61\x32\xa5\xc9\x93\x61\x32\xa5\xaf\x93\xd9\x68\xa2\x0a\xfd\x07\x0a\x5b\xc8\xe3\xc4\x47\x26\xa3\x91\x99\x48\x26\xa3\x89\x15\x32\x19\x4d\x60\x46\x93\xd1\xc8\x05\xa4\x13\x43\x5d\x0f\xde\xa9\x16\xce\x51\x9e\x6a\xde\x9c\x98\x33\x30\x0d\x50\x86\x31\x4d\xf7\x45\x2d\xa2\x93\x1c\x26\x33\xc9\x06\x14\xca\x01\xfe\xa9\x3f\x8a\x93\x79\xc5\xc9\xa7\xfe\x85\x9f\x87\x98\xea\xc2\xd6\xdf\xfd\x65\x3a\x9a\xe9\x88\xa1\x6f\x46\xa0\x17\x23\x05\x4c\x87\x7c\x69\xf9\x2f\x94\x44\x0a\x18\xee\xbc\x7f\xa4\x8f\x2f\xda\xd3\x8b\x1b\xaf\x50\x18\xd9\xf2\xe3\x0b\xc5\x0c\x15\xe0\x61\xbe\xd5\x24\x51\x43\x71\x50\x15\x4f\xdf\xaa\x95\xc4\x2f\xff\xe8\x22\x06\xfc\xd1\x45\x2d\x16\x5c\xe9\x90\xc7\xc6\x70\x4b\xee\xdc\xdb\xe3\x64\x77\x68\xd4\xa2\x0c\x10\xc6\x77\x64\x1e\xd1\x0e\x8c\xb2\x53\x75\x63\x7b\x0a\x8d\x9b\x4c\x35\x23\x1a\x09\xe1\x0f\xd0\x19\xbb\xc0\xe9\xd8\x38\xc4\xbb\x9a\xd0\x57\x64\x18\x58\xc9\x90\x97\x48\x7f\x56\xda\x08\x46\xa0\x53\xd2\x46\x30\x02\x95\x9e\x36\x16\xd8\x22\xb0\x7d\x52\xd9\x0e\xc4\xa2\x3e\x8b\x45\x6d\xc7\xac\xfe\xc8\x15\xd2\x83\xa0\x03\xd6\x3d\x11\xc9\xe0\x80\x58\x4a\x24\xe4\x26\xdb\xc0\x4a\x91\x23\x51\x8c\xf3\x28\x63\x00\xec\x07\x34\x2a\x3e\x26\xc2\x39\x3e\x25\x2b\x91\x9d\xfb\x40\x96\x90\xd0\xcf\x90\xb6\x63\x25\x29\xaa\xe8\x18\xcd\x50\xe3\x19\x95\x4c\xf9\x33\xee\xd4\x4a\x64\xdf\x26\x53\xd9\x4a\x92\x5b\xd5\x06\x10\x82\xb8\x99\x89\x75\x60\x4a\xec\x95\xd0\xd7\x14\x6f\xc1\x17\x08\xab\xdf\xa1\xf9\x60\xb0\x12\x34\x59\x53\x5e\x93\x3e\xda\x6b\x05\xe8\xaf\x31\xf0\xdc\x8b\x68\x69\x84\x3d\x4b\x7c\x31\x51\x59\xe2\x2b\xf9\x1d\x3c\x0f\x76\xcc\x12\x5f\xdc\x99\x99\x80\xe9\x58\x07\xaf\x2c\xf1\x55\x2c\xdf\xf9\x5e\x79\xc6\x1c\x9a\xfb\x2f\x87\x04\xa9\xd9\x10\xd4\xd7\xb0\xd0\x49\xa3\x85\xe7\x9b\xe7\xc5\x33\x56\x52\xec\xfa\x7c\xc8\xc2\x0c\x7b\x00\x6a\x26\x26\x23\x5a\xaa\x50\x3a\x39\x21\x5d\xe1\x64\xe4\x24\xd4\x89\xe7\x90\xae\xd0\x03\xb4\xd8\x51\x7c\x86\x36\x2c\x16\x9a\x46\x74\x63\xfc\x09\xea\xb6\xf8\x2c\x78\x80\x91\x00\x2f\xdb\x33\x44\x2c\xc7\x38\x43\x56\xe9\x4a\xbf\x32\x02\x22\x14\xc2\x2b\x67\x27\x09\x90\x32\x93\xc4\x19\xcb\x19\x28\x38\x57\x39\x03\x05\xdb\x3b\x43\x52\x85\xd4\x29\x6b\xf5\x52\x9c\x25\x83\x24\x60\xfa\xb0\xb2\xa1\xd2\x95\xc0\xe5\x0c\x95\x0a\x6e\xcb\xe4\xe8\x96\x8b\xcb\x1f\x19\xb5\x90\x45\xae\x4c\x8e\x6e\x14\xf4\x2b\x93\xa3\xdb\xf3\x9a\x89\x9e\xb0\xec\x0e\x9d\x4d\x43\x84\xbd\x32\x49\xba\x51\xae\xae\x5c\x24\x59\x2d\x34\x79\x06\xf0\x02\x32\x71\x70\x24\xe9\x96\x7e\xcb\x28\x6c\x3a\xd6\x3e\x2b\x93\x99\x7b\xb9\x58\x0a\xa1\xdc\x62\x05\x91\x8f\x53\x5c\x11\xf9\xb8\xea\x55\xc1\x89\x83\xae\xe2\x37\xc7\x56\x91\xdf\x38\xf9\x55\xf0\x00\xf5\x23\xc4\x96\x9c\x68\xae\x82\xc4\xd8\x74\xa7\x59\x7e\xbf\xf8\x6e\xf9\x9b\x79\xb1\x37\xa0\x73\x73\x93\x80\x1b\x31\xeb\xca\x15\x6a\x9f\x6b\x21\x93\x8c\x1b\x51\xec\xca\xca\x9c\xdc\xdc\xca\x9c\x38\x48\xf9\xa3\xcf\x16\xb2\xde\x95\x49\xb7\xad\x98\x35\xa3\xda\x69\x38\x00\xaf\x4c\xba\x6d\x99\xc0\xdc\x9c\x53\x00\x6d\xb1\xe8\xbe\x40\xe4\xb8\x27\x9b\x50\xfb\x8c\xaa\x0e\x0b\x86\x95\x49\xab\x2d\x01\x91\x09\x94\xae\xf1\xc8\xca\x10\x6b\x18\x7a\xae\xdc\x5d\x7f\xba\xeb\x5a\x4b\xbb\x5b\xbb\xc0\x5a\xc1\x0d\x00\x7c\x3a\xec\x70\xc9\x66\x1d\x76\xa6\xe5\x31\x27\x5c\x7e\xbf\x84\xd5\x17\x6c\x05\x57\xfd\x0b\xc5\xe5\x0e\x53\xb5\xec\xc5\xf4\xec\x8e\xaa\x3b\xcf\x0c\x64\x38\xcf\x7c\x1f\xec\x57\x68\x8f\x3c\xb4\xc3\xe3\x52\xc9\xc6\x73\x52\xc8\x91\x83\x40\x03\x96\x20\xd0\xdc\xb1\x41\xa0\xb9\xf6\xe3\x23\xa4\xbc\x0b\x33\x72\xa7\xe2\xf6\x1d\x1e\x22\x17\x0d\xc1\xd3\x51\x5c\x10\x23\x40\xc9\x98\xe5\x8f\xa4\xab\x4a\x52\xb2\x9e\x7a\xf2\x09\x19\x8b\xe7\x43\x5a\x31\x1b\xed\x41\x18\xa1\xf5\x1a\xf6\x1d\x2b\x4f\x28\x4d\x17\x1d\x99\xd4\x21\x9f\x90\x89\x08\x75\x04\x2c\x98\xc0\x1c\xff\x7a\xc1\xdd\x20\xb0\x86\x34\xa1\x62\xa0\x6c\x5c\x08\xe5\xc4\x19\xa2\xf0\x88\x81\x4d\x79\x41\x77\xec\x74\x30\xae\xb0\x91\x34\x93\x4d\x13\xfc\xa1\x78\x1a\x71\x1d\xf2\xce\xcf\x26\xe6\x56\xbe\x99\xb1\x7c\x39\xa4\x94\xf3\x47\x2d\xd6\x00\xd9\xbc\xdc\x32\xa9\x99\xe0\x0f\x01\x97\xc1\x1f\xfe\xb5\x15\x93\xcf\xc0\x34\xbc\x96\xf2\xca\xcb\xd9\x07\x46\xc3\x4a\x15\x0f\xbd\x86\xd7\x8a\x60\xb3\x86\xd7\x31\x65\x67\x4c\x32\x8d\x19\x49\x4a\x26\x37\x9f\xc1\xa3\x32\x96\x53\xc3\x4d\xf7\xee\xe9\x86\xf1\x14\x9c\x31\xcd\x74\x7a\x0a\xb3\x3f\x02\x66\xeb\x07\xcc\x0c\x20\xe2\x43\xb8\x2b\x4f\x60\x76\x93\x18\x63\x53\x69\x48\xbe\xd4\xd8\x89\x8f\x88\x0f\x11\x67\xfe\x92\xec\xf7\x3b\x40\x06\xd2\x82\xa6\x3c\x02\x7b\x98\x88\x5b\x71\x63\xbe\x60\x08\xec\x1d\x92\xb2\xc6\x3d\x79\x79\x05\x54\x7b\x94\x23\xb0\x13\xac\x09\xdc\xed\x97\x49\xec\x60\x08\x32\xc1\xa7\x66\x11\xb1\x46\xb0\x08\x61\xb9\x61\xab\x5d\x16\x73\x6f\x4b\xc3\xe7\x1b\x13\x02\x27\xdf\xf8\x10\x81\x11\x89\x0f\x11\x27\x92\xf8\x10\x87\x9c\x58\xc6\xa0\xe7\x08\xac\x8e\x52\xf1\x90\x2f\xcb\xb7\x52\x5e\x11\x8d\x29\xb6\x65\x08\xb2\x29\xb6\x03\xe5\x99\x62\x5b\x42\x34\xeb\x5b\xa4\xdc\x36\xef\x00\x99\x06\x8c\x24\x11\x78\x7b\x3b\xc7\x80\x6c\x24\x89\xc0\x5b\xdb\x5b\xc2\x3b\x5d\x17\xa4\xb8\xa1\xf4\x3a\x92\x87\xc9\xc6\x95\x90\xbb\xc9\xe1\x82\xe4\x04\xe2\x75\xd4\x8b\x1b\x46\x4f\x23\x39\xa2\xbc\x85\xd3\x03\xb7\x03\x4e\xfa\x21\x7e\xc4\x11\x97\xd6\x13\x70\x02\xf4\x23\xb9\xf1\x67\xb8\xf9\x95\x75\x4b\xb2\x5b\xe9\x51\x35\x72\xf9\x71\x15\xdc\xb4\xfa\x25\xc5\x35\xf0\xc4\x32\xf8\xe2\x32\x88\x81\xf4\x4b\x72\xde\x1e\xb1\xb4\x04\x19\x71\xb6\xfe\xad\xef\x63\xe0\x5a\xa9\xaa\x27\xf0\x84\x03\x8a\xd1\x31\xa0\xf7\x60\xae\xa9\xf2\x3a\xb8\x78\xc9\xe2\x26\xea\x43\x95\x36\x42\xe2\xae\xfc\x6a\xd8\x01\xdf\x90\x09\x3e\xb1\xa4\x43\x74\x52\x0a\xba\x2c\x64\x85\x12\x6c\x11\x7d\x42\x98\x8d\x3e\xe1\x09\x7e\xb5\x79\x2a\xfe\xd0\x2e\x45\xf8\x23\x16\x05\xb7\x5d\x39\x34\xac\x5d\xbe\x68\x58\x0b\x81\x54\x0e\xad\x54\xb8\x9c\x4b\x78\x30\xc1\xa1\x97\x03\xb1\xd1\xf4\x59\x1d\x41\xb7\x14\x37\x8b\x5a\xae\x62\x98\x0a\xaf\x99\x72\x38\x00\x0e\x5e\x39\x02\x66\x8b\xe9\xe1\xb3\x2c\x26\x5f\x3e\x84\x46\xa0\x87\x75\x04\x1a\xd5\x5d\xc1\xf8\x5b\x3d\x61\x31\xfc\x44\x45\x83\x56\x0c\x3f\x21\xb5\x5c\x22\xfc\x84\x70\x62\x79\xa4\x3c\xb3\x18\x7d\x02\x5b\xbc\x55\x12\x06\xc0\xd3\x76\x31\x4c\x8e\xef\xe8\x5d\x04\x2b\x09\x30\xec\x72\x49\x01\xa3\xa5\x84\xb1\xd9\x47\xc0\x08\x5c\x19\x18\xa7\xcf\xd8\x4e\x3b\xf8\xac\x4c\x81\xda\xc6\x25\x95\xf7\x2c\x39\xc0\xb5\x54\xe0\x39\x8b\x61\xc4\xc1\xe2\x15\xe3\x92\xaa\x17\x2d\x84\x9b\x50\x78\x59\x8c\x51\x4a\xfe\xb6\x55\xb2\x5b\x64\xfa\x07\x43\xa0\x78\xd6\x0c\xd1\x45\xcd\x31\x12\x5f\x88\x56\xb2\xac\x8e\xe5\x92\x4d\x69\xb9\x24\x17\x5f\x08\x3d\xd1\x48\x49\xba\x8a\x96\x4b\x6e\xa3\xb0\x5c\x72\xb8\x61\xb9\xc4\x3e\x2c\x05\xe0\xed\x30\xac\xc0\xbb\x6d\x05\xc0\x0c\xd1\x88\xa5\x0a\xaf\x0a\x72\x45\x13\xeb\xad\x02\x31\x3b\x64\x98\x4a\xf5\xe8\x80\x8c\x4b\x0d\x24\x61\x1d\x4c\x23\x08\xfa\xb2\x8a\x89\x0e\x63\xc8\x66\xee\xae\x88\x9a\x8b\xb6\xdf\xa2\xb6\x42\x50\x89\xa6\xac\xa7\x54\xa5\x38\x20\x8f\xa2\xf5\x37\xe7\xb0\x68\xfd\xed\x00\xb4\xfe\xf6\x2e\x2a\x98\x2f\x29\xfa\x2d\x1a\x7f\x13\x11\x66\x15\xfd\xc8\x09\x1b\xb8\x8a\x71\x4d\xf1\xde\x5f\x05\x93\x25\xc9\xb0\x62\xae\x6e\xdc\xfd\x57\x31\x57\xb7\x98\xbd\x98\xab\x5b\x02\xb6\x98\xab\x5b\x24\x59\x9a\x40\xfe\xcd\x11\x97\xe6\x08\x00\xb4\x39\x02\xdb\x8e\x11\x30\xb4\x26\xd4\x9e\xea\x20\x82\xe1\x7d\x8b\x89\xbc\xc5\xc6\xc5\x44\xde\x44\x54\x5b\x05\x32\x78\xa8\xb6\x28\x26\x5d\x94\x69\x2b\x26\x5d\x14\xe3\x96\x8e\x35\x98\xfb\x81\x28\xa7\x33\x1d\xd6\x77\x70\xd5\x3f\xd3\xbb\x99\x99\xc2\x1c\x3c\xe4\x78\xa5\x2b\x47\xcb\xbe\xe8\xd2\xea\xd1\xc0\x36\x5c\x29\x62\xe9\xca\xd1\x3c\x26\xdd\x34\x22\x42\x46\x00\x0a\x89\x99\x32\x02\x7e\xaa\x98\xee\x3b\x10\xde\x90\xcc\x74\x9a\x06\x20\x83\x63\x8b\x7a\x5a\x2f\x8c\x32\x62\x3d\xe8\x05\xfb\xef\xda\xec\x5f\x4d\xad\x2c\x58\x31\xf5\xb7\x3a\x96\xa2\xaa\x16\x43\x9f\x55\x4c\xfd\xed\x5d\x5f\xa0\x99\x1b\x51\x93\x56\x31\x0f\xb8\x67\x08\xc1\x67\x96\x4e\x2a\x90\xc9\x41\xa9\x14\x6c\xc3\xd5\x45\x14\xd3\x80\x4b\x44\x94\xa9\x85\xac\xbd\xa0\xbb\x1d\x87\x90\x41\x27\x37\x72\x72\xac\x62\x78\xf9\xc3\x83\xae\xa9\xb8\x34\x77\x99\x9a\xe0\x7b\xa0\xb0\x15\xaf\x2e\xe6\xd4\x81\x20\xfa\xdf\x56\x61\x6a\xa0\x8c\x73\x4c\xb3\xe2\x52\x69\x9d\x82\xb5\x78\x53\x61\x53\x50\xf9\x66\x89\xdb\xb2\xf4\x20\x70\xd2\x49\xfe\x1d\x57\x09\x74\x72\x96\xcc\x2e\xc4\xb9\xa8\xee\x8c\x85\xba\x59\x44\xb3\x50\x37\xbb\x31\x75\xb6\x97\xb0\x2e\x4b\x80\x01\x7e\x69\x59\x28\xf2\x36\x60\xda\x70\x29\xf4\xb5\x97\x98\x2e\x2b\xa0\x67\x2a\x90\xb6\x66\x29\xe3\xa2\x41\x9d\xd2\x98\x12\xd2\x56\x08\xb2\x72\x12\xf1\xd4\xb3\x0d\xfd\x9c\xa5\x7f\x0b\xf4\x73\x96\x7d\x28\x8a\x5e\xbb\xd3\x07\xfd\x9c\x25\x0b\x4a\xc8\x61\x21\x94\x8a\x72\x58\xe9\xfc\x02\x01\x9d\xbb\xbb\x5c\x39\xac\x2c\x53\x21\x30\xab\x76\x02\xe5\x8c\xab\x9c\x71\x22\x93\xad\x9e\x18\xe3\xb2\x4a\x02\x16\x13\x86\x23\x99\x2b\x57\x4c\x3e\xb0\xe0\xde\x98\xe5\x3f\x0a\x69\x8c\x30\x1d\x5d\xe5\x0a\xf0\xe9\x44\x69\xad\xfc\x43\xb9\x02\x62\xff\x70\x48\x9b\x6b\x04\x35\x3d\x8a\x63\x51\x42\xdb\x1c\xe5\x25\x77\xed\x91\x33\x8a\x7d\xe0\x59\xf3\x80\x77\xe1\x0f\x13\x77\xf1\xec\x5d\xb0\x0b\x04\x4c\x33\x7f\x77\x4f\xd9\x1d\x28\xc3\x97\x61\x15\x8b\x11\x98\xd4\x49\xd2\x0e\xbe\x8b\x28\x21\x9b\xeb\xff\x0f\x56\xba\x40\x53\xe7\xee\xa6\x25\x2d\x78\x8f\x8e\x1e\xdb\xf3\x87\xaa\x2e\x51\xc0\x76\x08\xf0\x1d\x65\x2b\xf0\x66\x38\x46\x9d\xed\xee\x66\x48\xea\xde\x3d\x27\x3b\xc6\xc3\x40\xb7\x9b\x43\x14\xb4\x49\x12\xed\x7c\x6e\x92\x44\x47\x0d\x87\x46\xef\x3b\x76\x86\x9d\x38\x4e\x48\xf5\x02\xa5\xdd\xb0\x2f\x5f\xc5\x1c\xe1\xdd\xdb\x61\x13\xc2\xda\xa5\x81\xb6\xae\x5a\xb9\x94\x47\x80\x69\xf8\xc9\x74\x42\x6d\x33\x12\x75\x2f\xaa\x87\x20\xd5\x62\x1f\x73\x10\x75\xf1\x9a\x39\x88\xba\xe7\xf2\x01\x46\x37\xd6\x13\xf3\xc8\xdc\x3d\x31\x77\xc0\x88\xeb\x7e\x5f\x92\x45\xaf\x37\xb8\x77\x3b\xde\xfa\xa1\x93\x29\xa4\x17\x9a\x33\x5e\x54\x17\xc4\x8b\x71\x5f\x04\x33\x02\xd3\xba\x35\xcd\x03\x2e\xd7\x51\xde\x98\x25\x8b\x69\xdc\xeb\x30\xdf\x08\xfc\x6c\x6b\xb7\xad\x09\x1b\xce\x2e\x1e\xe0\xc8\x04\x2e\xfe\x35\x29\x91\x44\x7a\x8d\x4c\xe0\xd0\x98\xf5\x90\xec\x19\xfe\xc1\x51\x9e\x43\x53\xf1\x7c\x6c\xe2\xd2\x7a\x04\xcc\x83\x97\x80\xb9\xf0\x32\x5d\x0c\x8b\x69\x90\xcc\xf6\xa9\xe6\x21\x92\x6f\xab\xe6\x21\xd2\xce\xa8\x1e\x01\x73\xe5\x45\x23\x1b\xae\xc6\x7a\x08\xf4\xf2\x8f\xe9\xcb\x21\x4f\x6a\x12\x68\x6e\xfa\x8a\x57\x64\x96\x71\xab\x29\x82\x23\xfb\x12\xda\x59\x5a\x4b\xfa\x1a\x71\xb7\xd6\xe4\x1a\x08\x68\xa4\x35\x5a\xbe\x60\x3c\xac\xbc\xbe\x42\x33\x6b\x96\x51\x23\xab\x11\x57\x68\x4d\x3a\xa3\x24\xa1\x11\x6d\x81\x37\x6b\x0e\xd0\xa8\x0f\xa9\xab\x2f\xf8\xaa\x90\xba\x95\xfc\xf7\xab\x66\x9d\x69\x96\x7f\x86\xb3\xeb\x8b\xeb\x0e\x7a\xa9\x91\x98\xc8\xd9\x8d\x3c\xdf\xcb\x3f\x68\x64\x5c\x36\xf3\x12\x1d\xd1\x58\x40\x63\x95\x07\x35\x13\x23\xcb\xc6\x63\x72\x0d\x4d\x4b\x74\x38\x66\x13\x80\x27\x17\xa7\xe0\x9f\xc5\xee\xac\x85\x2d\xe0\x34\x17\xdc\xb3\x04\xcb\x6c\xdf\x84\x1c\x5b\xd5\xac\x44\xd2\xaa\x95\x48\xfd\xc3\xf5\x2b\x01\xbc\xd5\x55\x78\x59\x48\xb3\x6f\x81\x2f\xb1\xfe\x76\xa8\x41\xba\x4b\x5e\x14\xa1\x38\x61\xa6\x28\x3a\x84\xcb\x3c\xe0\xc9\x3a\x55\x42\x2d\xf9\x52\x7c\xf9\x93\x70\xac\x98\xf4\xe3\xc9\xba\xaa\xa1\x98\xb0\xef\x5f\x55\x35\x3e\x06\xfe\xab\x86\x1a\xbf\xdb\xb8\xf9\x9f\xa2\xce\x56\xba\x68\x1d\xe3\x75\xb9\xd0\x2d\xec\xe5\x19\x77\x93\x72\xa9\xbe\x18\xf2\x89\x63\x58\xa1\x7e\x4b\x71\x76\x9b\x24\x3a\x58\xa9\x36\xc9\x40\x17\x47\x1b\xfd\xe2\x1a\x6a\xa3\xaf\xe6\xbd\x12\xbd\x3f\x8e\xb1\xa6\xf8\x5a\x89\x55\x5c\x17\xe3\xac\xe1\xba\x28\x46\xa8\x91\x88\x88\xfb\xa9\x76\x69\xa5\x62\x75\xbc\xc4\x8a\xcd\x9a\xa4\x69\xf8\x02\x81\xa1\xce\xb8\x1a\x86\x5f\xae\xa8\x1a\x86\xbf\x55\x1b\x33\xd2\x35\x62\xfc\x3a\x0c\x63\xce\x20\x8d\xc9\x4f\xce\xb3\x55\x71\x5d\xc4\x83\x76\x55\x63\xf2\x4b\xb7\x55\x63\xf2\x13\x35\x6e\xd5\xa1\xcb\x9b\x43\x31\x40\x7f\xf3\xd8\x13\x54\x4d\x03\xc3\x6a\x50\xb5\xe6\x39\x83\x3c\x0d\x75\x56\x1d\x9e\x4d\x67\x0f\xff\xc4\x15\x6d\x61\xb4\xe7\x16\x34\x74\x9a\xf7\x5c\x85\xd4\x2c\xde\x60\x55\xea\x52\x8b\x9d\x0a\xe1\x34\x49\x8c\xb6\x2a\xf2\x45\x43\x3a\xad\xaa\x11\x7e\x75\x92\x23\x5c\x81\x07\x70\x6b\x1f\x6f\xb1\x37\xbc\x00\xbe\xf9\x6b\xff\x8e\xe6\x07\x41\x63\x67\x4d\xef\xba\xa6\x5b\x26\xcb\xda\x18\x99\xc9\xc7\x57\x1b\xd8\x60\x34\x0b\x61\x2e\xc5\x25\xd6\x86\xe2\x32\x08\xaa\x36\xd4\x65\x57\x6b\xbc\x56\xa7\x0a\xa4\xb6\xc2\xff\x36\xb1\x7f\x67\xc2\xda\xc4\xa4\xbb\xf8\x5d\x3f\x0a\xd0\x4a\x9b\x18\x89\x60\xa9\xd2\xa6\x1a\xcd\xc6\xb3\x1a\x4d\xbf\xe3\xd3\xc5\x92\x34\xa2\x71\x1c\xd0\x32\x8d\x68\x1c\x47\xb1\x3c\x1a\x2f\x87\x3d\x51\x06\xdb\x31\x51\x3a\x0e\x36\x5a\x5b\xe8\xe0\x58\x9b\xb6\x30\xdb\x62\x93\xb7\x85\x52\x8c\x43\xd2\x16\x81\x94\xd8\x18\x6d\x29\x42\x4a\x56\x16\x67\x72\xbd\xb5\x85\xa6\x89\xf5\x6b\xcb\xe0\x7e\xc9\xea\x17\x6a\x14\x9b\x45\x97\x93\xec\x0e\xfd\x4d\x94\x79\x79\xa6\x32\xb4\x71\x25\xfa\xf9\x6a\xa7\x02\x70\xa6\xf8\xd4\x51\xae\xfa\x82\x34\x3c\x5b\x03\x4b\x11\x27\x86\xa8\xc3\xea\x0e\xdb\x19\x08\x9e\x29\x3e\x03\x58\xe0\x38\xa5\x2c\xd9\x39\x4d\xf9\xb1\x2c\x70\x3b\x5d\xd4\x62\xef\x1b\xb1\x9a\x0d\x2b\x5a\x74\x80\x97\xd2\x44\x08\x90\xf6\x11\xc0\x55\x85\x53\x83\xfe\x5d\x78\x1d\xac\x66\xb6\xce\x8f\x98\xfd\x03\x11\x36\x53\x79\x12\xfd\x7d\xb5\x2b\xb8\x56\xc6\x89\x10\x59\x7b\xbb\x76\x85\xf8\xca\x97\x6d\x15\xbb\x0d\x99\x9b\x55\x5e\xff\x00\xdc\x2d\x73\x0d\x71\xdf\xee\x60\xa1\x69\xc0\xf4\x9b\xcb\x93\x60\xfa\x4d\x70\x7e\xbb\xa3\x7f\x5f\x10\xfb\x2c\xdb\x0a\x89\x00\xeb\x7d\x2b\xd0\x71\x72\xb5\x2f\x00\x91\xb4\x1d\xfc\x00\xb0\x6c\xf8\x2f\x70\x52\xdb\xf8\x9c\x7b\x8e\x20\x4b\x89\x09\xb2\xda\x77\x58\x1b\x51\xb5\x57\x93\xc6\x54\x04\xdd\xcc\x7b\xa9\xd4\xbb\x3d\x11\xbb\x9f\x66\x21\x32\xb5\xe7\x6c\x8f\x97\x25\x7d\x3f\xda\xe0\xba\x62\xb8\x74\x96\xe4\x3c\x20\xaf\x2d\xc9\x19\x7e\xe2\x78\x53\x4c\xc2\x50\xab\x81\x9e\xd4\x85\x2e\x9e\x0d\x26\x14\x2f\xcf\xff\xfe\xaf\xe3\x71\xb2\xfa\x47\x5f\xe8\xbe\xb5\xba\x16\x7a\xcc\x55\xcf\x99\xef\x8d\xe7\xc2\xb3\xe5\xb5\x42\xee\x3c\x13\xb6\x6e\x5a\x06\x62\x22\x59\x46\x8b\x0e\xfa\xfa\x70\x54\xf7\x82\xe9\x66\x35\x4c\xd6\xc5\x22\x99\x03\xdd\x8b\x16\xc9\xf4\x1b\xb4\x03\xe5\x4d\x69\xc8\x2e\xef\xe1\xa6\xc0\xb2\x74\xe4\x61\x5d\xf6\xbd\x7f\x64\x41\x1f\x10\x58\xfd\xa3\x0a\xfa\x70\x04\x50\x05\x8a\x9e\xfb\x47\x14\xf4\x01\x0d\xd3\x0b\x2e\x46\xd5\xef\x84\x1b\x00\xb5\x76\xa5\x67\x10\x04\x1d\xe1\x59\xd7\x98\xa4\x9b\xa8\x90\xfd\xd4\x2b\x26\xc9\xec\xc0\xae\xe8\x8c\xed\xd4\xb9\xf1\x4d\x20\xb7\x7a\x25\xdf\x5e\x54\xc0\xdc\x78\x59\x01\x73\x63\x7b\x6b\x78\xf1\x80\xf4\x7a\xc3\xe8\x55\x48\x1b\x56\x2c\x36\xda\xb0\x62\xb1\xcd\xf0\x1a\x60\xbb\xf7\x86\xb5\x8a\x50\x7c\x97\x7b\x6e\x0e\xa7\x61\x0e\x9c\x2d\x83\x85\x8a\x43\xfe\xae\xf9\x8c\x07\xf8\xea\x0d\xd3\x60\xf8\xa3\xde\x31\x07\x76\xea\x3a\xae\x44\x4e\x1d\x12\xa5\xa9\xc2\xbf\x63\xfa\x26\x7b\xdf\x3b\xde\x37\xcd\xca\xf7\xf7\x1d\xb4\xd1\x3b\x2e\xca\x08\x04\x7b\xc7\xb4\x17\x0a\xa7\x13\x31\x5f\x6d\x62\x1f\x18\xa5\x34\x9f\x41\xcf\xce\xd0\xd0\x4a\x86\xba\x03\x47\x9c\x62\x5d\x6c\x50\x60\x92\xfa\xc0\xbc\x58\xa0\xb9\x8f\x6b\x3b\x7c\xc1\x1a\xa6\x59\x08\xa3\x0d\xa7\x6b\x3c\xdc\x0b\x74\x36\xb9\x23\x9c\x89\xe9\xc2\x72\xd2\x3b\x8a\xd3\xc3\xa9\x9b\x5c\x0c\xae\xd3\xd4\x36\xe3\xaf\xc8\xa5\xab\x1b\x47\xca\xcd\x1d\xb7\x98\x3d\x0a\x89\x3d\x7a\x73\xd9\x21\xdc\xbd\xda\xf6\x4e\x50\x29\xed\xbb\x3b\x57\x51\x6d\x20\x84\xfe\x5d\x45\x4b\xa3\xee\x1e\x37\x11\x2d\x11\x54\x4a\xfb\x8c\xbe\x50\x2c\x3b\x69\xaa\x36\xa3\x51\xd5\x2a\xdc\x25\x3d\xb4\x99\x5c\x20\x5d\x6d\xa6\xc2\xbc\x8e\x34\xa6\xe2\xae\xbf\xba\xda\x4c\xc5\xae\x1d\x69\xcc\x48\x51\x6c\x89\x7d\x69\x1a\xcf\x7f\xe5\x97\xdd\x7c\xd1\xcb\xd3\x68\xca\x1b\x5d\xa9\xba\x59\xa1\x97\x18\x08\x0b\x37\xa5\x21\xdd\xf8\x50\xea\x8f\x3b\xe6\x6e\x24\x31\x58\xfd\x82\xab\xb7\xbc\x08\x9a\xee\xd0\x45\xf6\xa8\xeb\x1e\x67\xb4\x97\x7b\x9c\xd9\x51\x74\xa2\x9b\x58\x37\x28\x94\x0d\x11\x9f\x50\xd2\xa6\x1b\x9f\xd0\x46\x6f\x4c\x73\xdc\xe4\xb7\xab\xef\x77\x57\x9f\xb5\x20\x3e\xa1\x17\x53\xff\x6e\x8c\x75\x78\xd0\x08\x03\x25\x4d\xdb\x6f\xa7\xdc\xf2\xd8\x71\x14\xdb\x81\x0e\x70\x8c\xe8\x0c\x55\xd8\xf6\xd0\x19\x5a\x08\x01\x47\x22\xc4\xe7\xea\x5c\x24\xda\xac\xf7\xed\xc5\xe5\xf7\xe1\x74\xf9\x43\xd9\x97\x4b\xbf\xf1\x11\x76\xcb\x2b\xe0\x88\xe5\xde\xc4\xca\xf6\x10\x72\x0f\x29\xeb\xe8\x26\x63\x8e\x0d\xb2\x11\x83\x79\x82\xbd\x93\x24\x36\xfa\xa3\xf3\xb0\x63\xe5\x1e\xd2\xc5\xab\x3f\xc8\x9a\xa0\x73\xba\x37\x8f\xf4\x53\xe7\xe6\x51\x85\xd8\xb5\x50\x73\x7c\x84\x77\x92\x6e\xeb\x84\x6e\x6a\x0e\xef\xf5\x1c\xd2\x35\xa1\x9b\x0e\x57\xf4\xcd\x94\x61\x0c\x5c\x60\x75\xba\xb1\xde\xc6\x6c\x02\xc5\x47\xf8\x16\x8d\x59\xfa\x8b\x01\x0b\x02\xc3\xfe\x4e\xca\xf8\x1d\x0b\x1c\xcf\xf3\x7b\xf2\xdd\x8e\x59\x39\xd1\x1c\xf6\x68\xda\xea\x75\xa3\x3b\x39\xfe\x41\x70\x79\x75\xd7\xe3\x88\xb3\xb2\x78\x29\x7a\x91\x25\x5e\x2a\xf4\x51\xe7\x59\x5d\x13\x3b\x62\x1c\x2a\x47\x21\x81\xc7\xb1\x28\x65\xf5\xcb\xd5\xf6\xc7\x66\xb5\x1b\xcf\x0f\xcf\x99\xe7\x97\x67\x5a\x42\x18\x91\x1a\x94\xc2\x48\x89\x1f\x85\xe7\x6c\x4b\x34\x4b\xd8\x41\x7d\x11\x46\xea\x3c\x33\x0c\x03\xc1\x13\xe2\xf3\xc3\x21\xbe\xd8\xae\x78\x53\x70\x13\xca\x00\x36\xfc\x50\x31\xb7\x5a\xff\x0b\xdf\x8d\x84\xd4\x7d\x09\x80\x32\x54\xf6\xc8\xc8\x71\xea\x81\x33\x9b\x3f\xdd\xd1\x64\x85\xa8\x1c\x95\x91\x03\x07\xf8\x47\x72\x8a\xc6\x0c\x13\xef\x61\x19\x86\x89\x27\x56\xd8\x1a\x19\x39\x1f\x34\xc0\x50\x94\x41\x34\xb5\x35\xb2\x22\x2c\xce\xef\xc8\x24\xca\x82\xfe\x1e\x85\x10\xda\xe0\xd5\x01\x35\x51\x75\x8a\x19\x21\x89\xa0\x29\xf4\x6e\x61\x4e\x3e\x4a\xd0\x53\xfe\x11\x15\xbb\x11\x8a\x54\x8d\xd3\xac\xc8\x00\xa7\xff\x35\xa0\x16\x82\x9b\x19\x3a\xfd\x4b\x8f\x8c\x6a\x34\x6a\xba\x44\x7c\x10\xbc\xcd\x40\x42\xe0\xb6\x1d\x0a\x05\x64\x62\x86\x42\x01\x39\x97\x81\x6d\x7f\x6c\x3d\x6d\xfb\x9b\xd3\x4a\x3c\x80\xa5\x31\xcd\x30\xf3\xb1\xe2\xd7\xd1\xcc\xed\xc5\x89\x1b\x4d\x6a\x05\x50\x90\x0f\x4c\xe5\x5a\xa3\x79\x82\x98\x23\x64\x05\xb5\x09\x4b\xd3\x00\x28\x5b\x5d\x8b\x8a\xf8\xb3\x95\x46\xd3\x25\xb2\x02\x6d\x4b\x06\x3a\xaf\x2a\x75\x31\xf0\x3d\xd4\xb6\x6c\xe0\xce\xaf\x9b\xc3\xe8\x32\x88\x3e\xb3\x45\xa3\x0c\x23\x74\xbb\x7e\x94\x46\x3e\xb8\x41\x47\x87\x37\x45\x23\x3e\x30\xef\x3a\x5c\xe9\x1e\xc1\x60\xed\x8c\x8b\x9d\xeb\x65\x60\xb5\x75\xb8\x4f\x10\x0c\xcc\x64\x21\x4d\xb8\x5c\xf5\x81\xc5\x99\x83\x83\xbc\x90\x7f\x18\xc3\xe9\x00\x3a\x6d\xb6\x62\x5f\x0e\x0d\x9d\x60\x8e\x86\x46\x5b\xc5\xee\xc2\xf2\xd1\x2a\x71\xd1\xda\x87\x88\xc4\x05\xd0\x0e\x3f\x30\xc9\xf4\x0a\xe6\x26\x1a\x61\xb5\x65\x6b\x53\x83\x22\xb7\xbc\x26\xfa\xa4\xf8\x5e\x43\xb3\x2d\xfb\x47\x03\xd5\x89\x79\xbf\x86\x96\x5a\x22\xc1\x81\x06\xaa\x2a\x2f\x19\x33\x56\xcd\x96\x2f\xd6\xc3\xfa\x70\x7d\xc9\xef\x72\x7d\xd5\x1f\x2f\x3f\x68\xca\xe0\xcd\x2d\x5e\x86\x2f\x94\x42\x83\xa4\x03\xc6\xd0\x5c\xbf\xc5\x8b\x6a\x46\xee\x91\xb1\x34\x38\xf7\x2c\x2c\x49\x03\xe8\xbf\x11\xf6\xfa\xae\xe9\x92\x4e\xe8\x36\x10\x3b\x88\xe1\x7f\x6c\x72\xf8\xea\x8d\xd0\x20\x89\x17\x4e\xb1\x07\xf7\xca\xc0\x5e\x5f\xbb\x88\x11\x1a\x24\xe7\x55\x0d\x52\x1c\xbf\x13\x6e\xcc\x4e\x42\x67\xe4\x54\x86\x9a\xc8\x45\x32\x74\x51\x4c\xb8\xb1\x2f\x63\xc5\x08\xea\x50\x7b\xfe\x13\x19\x1a\x17\x33\x56\xf3\x12\xd1\xb8\x17\x2f\x99\x7b\xd1\xae\x74\x4f\x77\xc7\xa2\x39\xea\xfa\xb7\x8d\x2b\xf0\x1c\x30\xa8\x39\x22\xd0\xe2\x1a\x6a\x8e\x86\x98\xc6\x8c\x80\x2a\x2e\x07\x6a\xa4\xae\xcb\xe2\xb8\x8c\xbf\x24\xda\x83\x16\x9a\xe4\xf4\x5b\x03\x1e\xba\xb6\xe8\xf4\x15\x89\x01\xce\xad\x44\xc2\x7e\xb0\xf4\x9f\xce\xd5\x1d\x40\xb3\xa2\xe8\x97\xa6\x53\x0d\x3b\x1d\x5b\xeb\x0e\x4c\x45\x8f\x98\x65\x05\x8f\x38\x6e\x32\xc6\x0f\x7f\xe0\x7a\x34\x6d\xe9\xe6\x72\x07\x78\xcd\xb0\x62\x9d\x34\xc3\x8a\xa5\x0d\x33\x2c\x4f\xa6\x66\x58\x81\xa9\xd0\x13\xd5\x40\x81\x1f\x19\xd5\x94\x74\x0c\xa9\x28\xc5\x82\x63\xcb\xff\x77\x4b\xa9\x43\x14\x85\x05\x1d\x25\x3a\x0e\x3a\xca\xb1\xa8\x29\xd2\xb1\x69\x04\xdf\x0e\x64\x4f\x4c\x11\x2d\x3f\x21\xcb\xa6\xbe\x2c\xb9\x6e\xc1\xe3\x1f\x2d\x04\xcc\x28\x7e\xcc\xa5\xbe\x86\x91\x1b\x60\x05\xc6\x13\x2b\xc1\x8f\x37\xae\x76\x5a\x36\x32\xf3\x72\x91\xb1\x6d\x32\xe6\xd5\x1a\x2f\xee\xa7\x30\x32\xe3\x55\xca\xef\x52\x90\x6f\x27\x36\x2d\xfa\x9c\xd4\xbc\x19\x5f\x68\x42\x87\xaf\x3a\x47\xf5\xc1\x20\x18\xb3\x5e\x29\xe3\x25\x2c\x09\xf4\xda\x44\x4d\x53\xc8\x72\xb3\x26\x81\x1a\x14\x9f\x4f\xfc\x1a\x49\x53\xbf\xa6\xfe\x8b\x6c\x95\xf9\xd1\x37\x45\x4e\x60\x12\x00\x49\x7a\x7f\x1e\x38\x43\x45\x19\x24\x5f\x60\xb4\xa9\x3f\x22\x1b\x70\x7e\xb4\x4a\x51\x06\x34\x51\x9b\xcc\x01\x6b\x39\x51\x9b\x8c\x0c\xae\x99\x06\x93\x74\xa5\xa6\x9e\x87\xd1\x2e\xe1\x8b\xd4\x3c\x4d\x1d\x0f\x15\xfb\xcc\x14\x18\xcd\x3f\x32\x57\xe0\x9a\xa9\xe7\x61\xf4\x8f\x19\x91\xd2\xb9\x09\x09\xd2\x54\xbc\x4f\x48\x10\xad\xf9\xa7\xae\x86\x8a\x90\x66\xd6\xee\x8d\x5d\x37\xb3\x68\xd7\xf1\x66\xed\xde\x1c\x4c\x16\xd3\x36\x9e\x21\xed\x04\x32\xeb\x19\x55\x05\x45\x11\x16\x7b\x6b\x42\x9c\xe8\xdd\x30\x0d\x67\xd4\xec\xbe\xc8\x91\xb1\x1b\x26\xd4\x49\x6d\xec\xed\xa9\x55\x90\x71\x34\x66\x19\xd4\xb7\x94\xc8\x19\x18\x71\x3c\x3c\xa2\x8f\x8b\x67\x2a\xd7\xd8\x64\x54\x36\x04\x11\xc1\x6b\xd6\xac\x71\x7e\xa8\x62\xd0\xc7\xe5\xaa\x90\x4c\x46\x4d\xff\x84\x34\x69\x1f\x56\xf9\x03\x1d\x4e\x8c\x82\xd2\x70\xfa\xc3\x28\x88\xed\x3c\xab\x77\x05\xf2\xa6\x59\xa5\x42\x03\x20\xb8\x94\x78\x16\xef\x0a\x35\x4c\x4a\x80\x46\xa8\x45\xe7\xa5\x79\x03\xd0\x10\x02\x91\x45\x7e\xd2\x35\x8d\xf4\x48\x9c\xaf\x35\x49\x1f\xa3\xd6\x7b\x1a\xc5\x88\x60\x60\x6b\x62\xcf\xa3\x62\x7a\x1a\xe8\x91\xe8\x5e\x6b\x1a\xe8\x51\xbd\xda\x24\xb9\xb1\x9a\xe1\xd9\x94\xda\xd9\x96\x81\x1e\xd5\xcd\xcf\x1e\x02\x39\x8a\x61\xb4\x33\x20\x8d\x66\x97\x7e\x14\xf8\x4e\xda\x96\xe5\xf3\xd4\x51\xc3\x97\x25\x26\xb1\x8a\x41\xfd\xa2\xca\x05\xea\x65\x1a\xd1\x96\x74\xe2\xdd\xad\xd9\x8d\x11\xc0\x44\xa8\x12\x71\x7f\x0d\xdd\xb5\xfc\x6e\x44\x66\x27\x65\x84\xe6\x81\xda\xe4\x35\x50\xc3\x36\x4f\x5c\x4c\xdc\xdc\x27\x52\xec\xe2\xf7\x17\xf4\xc2\x72\x20\x08\x16\x55\x93\xc6\xff\x3b\x00\xb4\x8a\x89\xb1\xe2\xca\xe9\x75\x46\x5a\x99\x45\x82\xff\xa6\xe5\x06\x09\xfe\x53\x25\xd5\xd0\x22\xc3\xff\x87\x90\x6c\x57\xd5\x8a\x2b\x85\xd7\x9a\x26\x88\xd3\xcb\xac\x8b\x79\x2e\xd0\x31\x5c\x1a\x09\xff\xbf\x1f\xbe\xa8\x2d\x77\x9b\x5c\x5a\x1a\x70\x7f\x91\xf2\x3f\x95\xe4\xd1\x42\x38\xdc\x48\x5f\xbf\xe6\xad\x6f\x1d\xbd\x84\x73\x5a\xb2\x4a\x40\xc9\x58\x6e\xed\x93\xc0\xe0\xd3\xa8\x81\x7a\xe4\x4c\xac\x25\x2a\xf9\x88\xd6\xbc\x4d\xe3\x2a\xcc\x77\xa4\xa6\xf0\xe5\x71\xba\x59\x52\x62\xf9\xa9\x67\x25\x29\x7f\x6a\xc5\x63\xb7\xa3\x14\x55\x88\xe0\xa7\x76\x72\x3e\x32\x14\x8e\xf9\x91\x9c\x98\xbe\xe0\x8c\x2b\x62\xd2\x17\x1f\x4a\x65\x12\xd9\x4f\x0b\x58\x93\xf7\x57\x95\x5c\x24\xef\x2f\xca\x17\x26\x8c\xb9\xcc\xe4\x84\x31\x97\x13\x25\x8f\xff\xbf\xd3\xa3\x95\xae\x6e\x1c\x13\x9f\x32\xc9\xbf\x19\xdc\x3b\xb0\xbe\xda\x9c\xbb\x0c\xb2\xec\xce\xe2\x0b\x51\x6d\x4b\xaf\x08\xdd\xad\xf5\xe2\x73\x52\x7c\x5e\x3c\x5b\x48\x62\x95\x2b\x91\xf4\xfc\x45\x44\x6b\xde\xfd\xc3\x9b\x6b\xc9\x83\x7b\x57\xaf\x03\x0d\x09\x57\x03\x89\xf7\xab\xd7\xf6\x32\x34\xb2\xca\xe9\x15\x2c\x38\x64\x28\x89\xf7\xeb\xbf\xda\x27\x5b\xd6\xda\x10\xf4\xd0\x06\x66\xda\x1f\xa4\x94\x5f\x64\xda\x6f\xba\x7f\x45\xa6\x7d\xf9\xe6\x45\x7c\xbe\x91\xff\x8a\x6d\xbf\x56\xf2\x64\xd8\x82\x32\x35\xf0\xce\x32\x66\xb2\x84\xef\xc2\xf1\x5e\xc1\xc4\x4a\x71\x18\x2a\x2f\xc8\xd7\xb2\xcf\xa0\x70\xf6\xc2\x4a\x3a\xe0\x72\x55\x93\xc4\xbf\x1d\x51\xdb\x8b\x05\xe4\x44\x0e\xff\x26\x8f\x64\xa6\xfe\x64\x14\x26\x32\xf5\x7f\xa8\x9d\xb6\xb4\x82\x6d\xd6\xc7\x0a\xf6\x88\xea\x12\xf7\xf6\xa8\x15\xac\x41\x55\x96\xc6\xae\x3a\xbb\x2f\xf4\xff\x5a\x16\x47\xaa\x7e\x23\xac\x44\xaa\x7e\xcd\x76\x23\x55\xbf\xee\xa0\xcb\x5b\xce\x78\x2b\x91\xab\xdf\xc0\x2f\xe4\xea\x0f\x37\x55\xd3\xf3\xcf\x02\x16\x23\x3d\xff\xc7\x4f\x58\x45\x3e\x67\x5a\x25\x68\x1b\x80\x29\xb2\x1d\xd1\xb2\x34\x7c\x15\x1a\xee\x12\x87\xac\x58\xdf\xe0\x1f\xa6\xee\xcf\x2a\x76\x4d\xdd\x3f\x48\x3b\xb9\x4c\xdd\x9f\x8d\x4c\xb4\x08\xc9\xa7\x2a\xd5\x6c\xfd\xd9\xf8\x3e\xcb\x74\x6a\x5d\x30\x09\xd6\xa7\xca\x77\x55\x23\x86\x25\xab\x48\x97\x67\xdb\xd2\x1e\x21\x5b\x5f\x1b\x46\xe7\xac\xaa\x1f\xb2\x01\x73\xab\xe9\x55\xb0\x1a\x2a\x21\x57\xa9\x21\xb5\x70\x95\x0c\xe3\xa7\x19\xad\xe9\xfd\x8b\x42\xfa\x45\x0c\x64\xc2\xd8\x2e\x52\xfd\x7f\xc8\xcb\x76\xbd\x81\x98\x30\x18\xfd\x92\x04\xd2\x9b\x51\x4b\xd5\x65\x48\x3f\x63\xdc\x90\xf7\xbf\x69\xff\x62\xda\xff\xa9\xab\xaa\x69\xff\x57\x3c\x87\x86\x9e\xea\x18\xba\x16\xad\x9b\xcc\xf5\x3f\x8b\x33\x89\xa1\xeb\x30\x1e\x10\xa9\xe0\xb3\x36\x22\xa6\x82\x8f\xf5\x5e\xca\xac\xc0\x76\x6b\x21\x11\x80\x4a\x25\x2f\xfc\xc7\xd4\x33\x12\x53\x27\xe8\x6f\x1a\x99\xe1\xb5\xe5\x30\x33\x7c\x6a\xce\x5d\xf0\x8f\x20\x33\xf3\xbf\x27\xf5\xf5\xe6\x7f\xef\xe4\xd7\x5a\xe4\x7f\x6f\x1a\xcc\x2f\xd2\x25\x28\x13\x24\xc9\x7b\x6a\x25\x6a\x28\x65\x01\xcf\x2d\x23\xdc\xba\xf5\x4e\x91\xa4\xb5\x1f\x9e\xad\x00\x05\x6c\x0f\x17\x3e\x65\xdc\xa0\xeb\xc2\x77\x4f\x6c\x70\x21\x9c\xe0\x96\x5d\xe4\xf8\x09\x3c\x73\x89\x47\x69\xff\x42\xf2\x29\xbe\xe3\xfa\xac\xb1\x33\x2f\x3d\x87\xdc\xc0\xe6\x76\x8d\xd3\x60\x6e\xd7\x38\x00\x97\x57\x0e\x37\xcb\x32\xb9\xab\x4a\x41\xf2\xc0\xd7\x40\xb1\x7a\xe2\xe8\xcd\xbb\xcc\xe1\xea\x2d\xbd\xb0\x29\x6c\x31\x10\x94\xab\xb3\x70\xe5\xad\x5b\x8c\xdb\xfe\xe4\x8f\x57\x38\xea\x40\xe2\xac\x5b\x7a\xde\x0d\x16\xbe\x39\xa2\x91\xf0\xcd\x71\xeb\x86\x6f\x8e\x63\x0d\xa6\x50\xec\xb8\x11\x32\xb9\xc4\x1b\x7a\xde\x13\xa5\x67\x8e\x27\xe2\xe3\x02\xab\xea\x2f\xb2\xd4\x7f\x95\x01\x3a\x7c\x71\x44\x08\xe1\x8b\xe3\xb9\xd9\x48\x6a\xb3\xa5\xe4\xad\x9d\x34\x52\xbc\x2a\x36\x22\xb3\xfd\xd7\x96\xd5\x91\xa8\xb8\x59\x36\x42\x14\xb7\xa7\xf7\xb7\x82\xbb\xe5\xfd\x9d\xdd\x14\x08\xd3\x55\x64\x91\xdc\xfe\xdb\xaa\x96\x12\x4f\x0b\xf0\x23\x99\x1f\xc5\xd0\xf6\x65\x88\x3d\x13\xdc\x27\xc3\x77\x98\xd3\x3e\x19\xbf\x63\x91\xef\x35\x29\xab\x34\xa7\x7d\x6a\x82\xfc\xc0\x8d\xc4\x73\x1c\x0f\xc0\x0c\x16\xd4\x09\x7b\xbd\x34\xe8\xff\x95\x1f\x98\xbe\xc8\x75\xc2\x12\x9a\xec\x3e\xad\x78\x51\xa1\x3e\xad\xef\xc1\xf5\x6a\xd2\xd7\x46\xf7\x16\x53\xdf\x27\xdd\x35\x4c\x7d\x9f\x74\xc4\x20\xbb\xfd\xf7\x02\x68\xb0\xa4\x1a\x25\x9f\x1f\x17\x1a\x26\x81\xa7\x3e\x34\x7a\x52\x9c\x87\x87\x78\x59\x4a\xc1\x0f\xe4\xc6\x79\x28\xf8\xe1\xfc\x9c\x9a\x11\xaa\x60\x3c\x35\x23\x54\x9a\x71\x6a\x39\xa8\xee\xf8\xd4\x72\x50\x95\xe1\xa9\xe5\xa0\x47\xe3\x34\xf3\x2b\xf1\x3c\xd7\xa9\xe5\xa0\x96\x32\xe4\xc8\x6f\x3a\x96\x9d\x1a\x0e\x7a\x68\x48\x92\xff\x55\x01\x1a\x0d\x07\x15\x83\x9d\x9a\x07\xea\xa2\x7b\x6a\x1e\xa8\x0d\x10\xc9\xf1\x9b\xa6\x97\x67\xf2\x0a\x01\x96\xa4\xb1\xea\xb0\x61\xa9\x61\xbb\x4c\xf2\x2a\xd3\xea\x92\xc3\x1c\x1e\xf2\xe3\x7f\x7f\xac\x63\x0e\x34\x48\xb7\x53\xbb\x41\x89\xff\x33\x2b\x9f\x66\xd1\x4e\x25\xf2\x8a\x2a\x4e\x25\xf2\x92\xa3\xa7\x99\x5b\x35\x25\x38\x73\xc0\x6c\x6b\x6a\x9f\x9d\x4e\x33\xb7\x4a\xe8\x9a\x59\x3f\xab\x56\x3c\x4d\xdd\xaa\xba\xf2\xd4\xa2\x30\xfb\xec\x25\x58\x6c\xcc\x1c\x6e\xc5\xfa\x5e\x82\x45\x68\x64\xe1\xd9\x4f\xa7\x72\x7c\x76\xed\x69\xea\x56\xcd\x5a\x4e\x28\x8a\xac\xad\x12\x39\xf8\xbf\x3f\x56\x81\x0f\x73\x3a\x4d\xe3\xaa\x56\xf3\x84\x6d\xf6\x34\x9b\x9d\x3f\xab\xb6\x39\x4b\x10\xfa\xfe\x51\xda\x9f\xed\x45\x46\x15\x12\x9e\x04\xfd\x69\x4a\xc2\x9b\xa1\xbf\xa4\x64\x37\xdf\xd6\x98\x87\xa5\x14\xb4\xe5\x3f\x71\x23\xf9\xfb\xdb\x84\xc5\x26\x7f\xff\x57\x8b\x11\x54\x4d\x1e\x20\xdd\xce\x8a\x14\x0e\x71\xd7\x59\xe5\x37\x21\x62\x4f\xe8\x13\x52\x9c\xae\xb3\xc6\x6d\xcf\x70\xa0\x4f\x8a\x1e\x0f\x26\xfd\x2f\x3a\x66\x90\xf4\xff\x7b\xb1\xbe\x86\x87\xee\x2e\x18\x6f\xc3\x3b\x90\xf6\xff\xfb\x21\x60\xea\x3b\xdc\x28\x61\x84\xe8\x1e\x6c\x06\xea\x75\xdb\x05\xe9\xc1\x3c\x4b\x7a\x68\xab\x76\x42\x7a\x68\xe4\x72\x36\xb9\x2b\x4e\x3d\xc9\xff\xbf\x52\xf4\xd2\xbc\xaa\xa6\xf5\x8d\x49\x32\xed\x12\x86\x17\xda\xfe\x34\x66\xb0\x2c\xca\xd9\xd1\xb0\x08\x7d\x97\xd3\x83\x88\x3b\x65\xca\xd5\x2b\x9f\x30\xe5\x92\x9a\x67\x8f\x78\xf6\x8c\x5e\xde\x5b\x33\xf6\x53\x4b\x45\x01\xd6\x52\x51\x4b\xfa\x13\xde\x7b\xc8\xbb\x9b\xef\x7e\xc8\xe1\x93\xe8\x3d\x2b\xea\x25\x9f\xfb\x32\x8c\xdd\x79\xa2\x5a\xe4\x02\x38\x2f\xe5\xfe\xa2\x0f\xf8\xe7\x91\x5d\xee\x4b\x55\xb0\x87\xec\xf2\x06\xf0\xf4\x18\xea\x45\xbb\xe1\x13\xb7\x5c\x19\x3d\x92\xbb\x37\xad\x1f\xc8\xed\xfe\xd5\xb0\xe1\x53\xfe\xdb\xb6\x54\x34\x0a\x3d\x0c\xb4\x86\x17\x26\x77\x6f\xa4\x2b\x5d\x26\x77\x4f\x1a\x61\x9d\x61\x5d\xe5\x19\xd1\xdb\x40\xce\xfc\x44\x32\xac\xaf\xde\x19\x9e\x07\x90\x44\x26\x71\xcf\x8a\x83\x4f\x1d\x0c\xbc\xf3\xce\x08\xae\xef\x5c\xdc\x9e\x11\x4f\xff\x77\x91\xb7\x09\xa1\x7f\xee\xd8\x47\xcc\x05\x0e\x01\x3a\x8b\x90\xac\xbd\x91\x3d\x66\x9d\x3b\x44\xab\x00\x89\x56\x5c\x92\xc0\x64\xed\x5d\xbd\xe5\x69\xcc\x16\x71\xf7\x96\xfc\xef\xbe\x60\xe2\x22\xb2\x50\x98\xab\xab\x04\xb9\xd6\x8b\xaa\x09\x53\xad\x57\x1d\x22\xce\x47\xe2\xc7\x5b\x85\xc4\x7c\xd2\x99\xe7\x13\xe4\x8e\x2f\x41\xc4\x00\xe3\x13\x44\x8c\x7f\xb8\x6e\xed\x31\x7c\x56\x3d\x76\xaf\xa2\x13\x8f\xdd\x1b\x4b\xcf\x50\xd4\x74\x77\x31\x87\x57\xac\xba\xd9\xd3\x2b\x56\xe5\x9c\xe9\xd3\x3f\x9c\xc8\x4b\xdc\xf7\xb6\x06\x8f\xe8\x0e\xd1\x50\x5f\x33\x82\xf3\x95\x63\x5b\x56\x89\xf5\xb6\x0a\xe6\x4e\x89\x29\xbb\x30\xce\xcf\x1a\x74\x5c\x5c\xb8\x3d\x41\xfd\x5d\x58\xea\x6b\xb0\x4b\x3a\xf5\xa6\x63\xa8\x09\xd4\xb3\x22\x80\xeb\x30\xb4\x57\xb7\xba\x77\x17\xf7\xb5\xe9\xd4\xb3\x01\x39\x4c\xa7\x9e\xfb\xfc\x33\xe4\x20\xb9\xd6\x9b\xa7\xf2\x3a\xe2\x5e\x13\x1c\xdd\xca\x41\x4a\x97\xa6\xfa\x8a\xbe\xae\x30\xd5\x67\xff\x9b\x4f\x3d\x8b\x2f\x4c\xa1\x5e\x75\xd7\x30\x85\x7a\x91\x8d\x30\x85\x7a\x49\xf6\x63\x26\x3e\xbd\x58\x49\x95\xde\x48\x4c\xb4\x48\x6f\xde\xa2\xe1\x8c\xf9\x33\x74\xac\xc9\xcd\x8b\xfa\x68\x92\x9b\x67\x55\x29\xa4\x33\xaf\x0a\x3b\xcc\x66\xae\x25\xf4\xe5\xfd\x28\xa3\x63\x6a\xf3\x9e\x9a\xa5\xe4\xb9\x9c\x26\xa3\xe1\xab\xcf\x35\x9f\x79\xd1\x55\x8e\x7c\xe6\x43\x01\x1d\x19\xcc\x9b\x74\xd4\x55\x90\x0a\xd9\x94\x6c\xb5\x86\x5c\x57\x89\xa1\x2f\x5e\xa4\x90\x38\x56\x91\xcc\x5c\xf3\x5d\x92\x99\xa7\x9e\xb2\x2f\x71\xf3\xf9\x12\x80\xd1\x7d\x81\xeb\xe1\x60\x98\xa5\xbc\x6a\x0a\x62\x32\xf2\x43\x8e\xff\x22\x81\x90\xec\x02\x89\xc9\xab\xa2\x1e\xf2\x92\x7f\x85\xd8\x24\x32\xcf\x5a\x3c\x44\xfe\x71\xb9\xc4\xc8\x3f\x2e\x87\x61\xfe\xf1\x5c\x9c\x6f\xa5\xc2\xd1\x09\x54\x58\xb4\x85\x54\x98\x33\x66\x5a\xf2\x2a\xd6\x27\x2d\xb9\x09\x35\x96\x59\xc9\x4b\xca\x96\xc2\x3e\xdf\x0d\xa1\xdd\xbc\x5e\x8e\xe6\x21\x2f\xba\x79\x9a\x7a\x5c\x3d\xd4\xe5\x35\xa5\xe9\x16\xb9\xc7\xcb\xe1\x0c\x37\x91\xbe\xcf\xaa\x7e\x3d\x06\x5d\xa9\xcf\xf2\x25\xc6\x4e\x5b\x46\xd8\x95\xc5\x35\x79\xf8\x21\xa5\x6c\xf2\xf0\x49\xc2\xeb\x45\x8e\xf0\xaf\x01\x9a\xee\x70\x17\xe0\x84\xcb\xe8\xb9\x92\xdd\xd7\x10\xc3\xb8\x73\x86\x7d\xba\x85\x87\x92\x26\x07\x36\x02\x00\x06\x36\xdc\x9f\x3e\x8b\x46\xdc\xb8\x3a\x5c\x6a\x5c\x75\xe9\x70\xa9\x65\x21\xd9\xc4\xbf\x62\x76\x23\x13\x21\x82\x40\xdf\x6d\x26\xfc\x45\x3a\xf1\xef\x0f\xad\x4d\x53\x0b\x41\x35\x99\x4f\x3c\x29\xb9\x34\x9f\x78\xd7\x33\xd4\x14\xe2\x49\xfb\x01\x53\x88\x67\xb5\xcc\xd7\x0c\xe4\x47\xa7\x53\x1d\x17\xd8\xd7\x34\xe1\x5d\x99\xec\x85\x67\xe5\x58\xf1\xe7\x71\x03\x30\x04\xae\xea\xae\x92\xd0\x34\xe1\xc9\x3b\xe2\x22\x0f\x8f\x06\x8b\xa4\x0c\xff\x7e\xd0\xd8\x8a\xe3\xc3\x70\x4c\x5e\x1c\x07\x6b\x79\xdf\xb8\xd4\xa6\x28\xd6\x18\xc7\x1c\xe2\x59\x03\x9c\x0b\x69\x44\xcf\xc8\x03\x4c\x22\x9e\x35\xf2\x31\x89\xb8\xe9\xb0\x97\x49\xc4\xb3\x1a\x9b\xeb\x0c\xf4\xfb\xa7\x95\xe1\xa5\x12\x5c\xa5\xd1\xa5\xe2\x5b\x4b\x8a\x4b\xc5\xb7\xc1\x12\x2f\x5d\x27\x35\x69\xb9\xce\x38\x6b\x40\x84\xe5\x5e\x89\x52\x17\xcf\x2c\x09\xaa\xee\x12\x4d\x3d\x7c\xb7\xf2\x6b\x1f\x54\xc6\xa0\xaf\x47\x0d\x9d\x1d\x49\x39\xb9\x2e\xf5\xd7\x0a\xb3\xae\x10\xf2\x73\x37\x5e\xaa\xac\x8d\x19\x7c\x29\xbf\x37\x10\xf1\xa5\xc8\x3e\x76\xbb\x19\x7c\xdc\x9f\xb7\xcc\x13\x64\xd1\x75\x6b\x27\x24\xc6\xd7\xbf\xd1\x20\xc5\xd7\x1d\x7d\xd2\x98\xe4\x47\x81\x63\xba\x30\xee\x56\x1b\x7b\xa1\x8c\xd6\x9e\xe6\xba\xd1\x31\x78\xf0\xee\x58\x0d\x2a\xec\xe8\x84\x21\x87\xd3\xe1\xf2\x85\x51\x1a\x52\xe5\xd2\xe9\xb0\x58\x45\x04\xca\x65\x7a\xa9\x3f\x36\x44\xc9\xa5\x21\x9e\x86\xf3\x17\x86\x78\x7a\x57\x5e\x12\x26\x86\x0e\xb9\xb6\xd2\x34\x07\x19\x2e\x88\x62\x73\x2d\xc2\xb5\x44\xbe\x34\xc5\xd3\x56\xdf\xfc\xf2\x59\x43\xc8\xeb\x09\x30\x81\xec\x09\x30\x6d\x40\x63\x82\x65\x1d\x8c\xa6\xc4\x7b\x3a\x1e\x8a\xd9\x23\x99\xb0\xa3\x0c\x2f\xc4\x65\x29\x6d\x6c\x44\x1c\x6f\x00\xc3\xc2\x84\xdc\xdf\x25\x0f\xfb\x72\x57\x59\xf7\x42\x15\x5a\x97\xee\x85\x2a\x49\xaf\x57\xac\x0d\x2c\xd0\x1c\x55\x7d\xda\x7d\x48\x74\xc1\xc5\xdc\x72\xef\x6a\x5c\xef\x70\x02\x04\xd9\xdc\x72\xef\x6a\x7f\x6f\xa9\x0e\x95\xbc\xb7\xac\xbc\x12\xb3\xfb\x08\x63\x08\xff\x28\x74\x05\x75\xdd\xb2\xf2\xea\x00\x6f\x13\xfc\x66\xbb\x91\xdd\xe4\x74\xdf\xd0\x12\xad\x0a\xcd\x3f\xf2\x01\x38\x4d\xea\x0b\x8d\x70\xa7\x48\xbd\x4b\x2f\x90\x12\x3d\x35\xab\x04\x98\x74\x09\xc7\x3e\x55\x06\xdf\x49\x0b\x78\x6e\xed\x3b\x49\x0b\xb3\x1f\x6e\x98\xf4\x11\xe3\xcc\xea\x7c\x38\x41\x77\x96\x0f\x2c\xbe\x68\xfc\x5f\x2c\x26\xef\xc7\x4d\x70\x67\x79\x3f\x4b\x05\xc7\x60\xa9\xcb\x52\x8c\x39\x4c\xf0\x41\x76\x37\xaa\xe9\x79\x58\xfd\x91\x6c\x03\x32\xf9\xed\x01\x7a\xbc\x8b\xc6\x20\x8c\x5f\xcb\x7b\xe9\xec\xbb\x68\xf5\xc0\xa6\xbb\x8b\x52\x67\xb6\xd0\x6d\xd8\x36\x32\x45\xaf\x5b\x27\x3e\xad\x78\x6e\x9d\xf8\x34\xe5\xbd\x65\xb2\x75\x91\xbe\x21\x35\x9a\xf6\xf7\x37\xaa\x6a\x63\xa0\xdf\x45\xa6\x94\x8d\x7e\xcb\x63\xe7\xf5\x67\xf8\xd6\x5b\x06\x7c\xd8\xab\x1c\x2b\xf7\xef\x6d\x94\x5d\x4d\x00\x6e\x99\x6c\x9d\x42\xee\x1a\x63\xf0\x4f\xc4\xbc\xa0\xdb\xf0\xd5\xe3\x9a\xbd\x91\xfc\x2f\xfd\x1e\xee\xe0\xac\xb9\xb3\x6f\x24\xff\x24\xcd\x59\xb7\x8c\xb5\xbe\x5a\xb7\x66\x79\x7a\x71\xdd\x72\xd9\xf5\xb0\x4f\x43\x6f\x3a\x3b\xb2\xd9\xa4\x6f\x59\x77\x8d\xcb\x94\x62\x2d\xec\x32\x68\x5a\xfa\xc5\xd8\x40\x37\xb2\xff\x56\xdd\x5f\x10\x33\x9a\x04\xdd\x12\x33\x15\x34\x70\x37\x98\xa5\x28\x04\xff\x1d\xed\x9a\x44\xce\x65\x0b\xc2\xe6\xb0\xba\x27\xbf\xfb\x22\x60\x2e\x75\xf0\xdf\xf4\x2e\xff\xad\xc5\xfe\xad\x73\xa0\x51\x71\xee\x1e\x26\x8e\x8c\xbf\x6b\xd6\xe8\xcc\x76\x8d\x85\x5c\x0d\x39\x70\xed\x60\xee\x70\xfc\xf3\x14\x85\xe3\x9f\x47\x3a\xfc\xfb\x5c\x00\xb4\xd9\xdd\x1b\xfb\x0e\x07\xbf\x69\xb1\x70\xf0\xa3\xb5\x7f\x0e\x7e\x40\x30\x64\xee\xa3\xce\xe9\x8b\x75\xf4\xff\x4e\xd6\xb9\xd5\x4b\x30\x84\x07\x4f\x03\x77\xe4\x43\x74\x44\x8f\x34\xb9\x6c\xf5\x26\x21\x0f\x7b\x51\x85\x47\x1a\xf6\x15\x3b\xf8\x81\xe9\x87\x90\x21\xa3\x7a\x55\x32\x68\x42\x75\xa5\xf1\x26\x54\x3f\x34\xaa\xb9\xb5\xe1\x11\xcd\xbc\x52\x85\x2e\xf0\xab\xbc\xdc\x8d\x14\x3a\x52\x17\x42\xf9\xa9\x9c\x1a\x29\xd5\xbf\x3f\xf4\x6e\xe6\x5a\xc3\xf3\xdc\x9a\x33\x2b\x59\x35\xa9\xfa\x21\xdf\xb7\x83\xbb\x63\xee\x48\xaa\x5e\x15\x59\x98\x53\x3d\x49\xd2\x90\x53\xfd\x7b\xc9\xbc\x74\xe8\x45\xab\x07\x98\x56\x9f\x96\x4a\xbc\x20\x3e\x87\x39\x35\xa9\xba\x09\xf9\xd6\x0e\x23\x66\xd8\x1e\xf2\xa5\xb7\xc3\xb6\x0c\x2e\xa4\x3d\x13\x29\xd2\x9b\x66\xfa\x1b\xbe\x2c\x2e\x8d\x9d\xa4\x02\xd9\x13\xe6\x4e\x4f\x8d\xe9\x33\x77\x7a\xd2\x7e\xc4\xdc\xe9\x7a\x79\x98\x2e\x3d\x35\x10\xdb\x36\xbc\x50\x6b\xfe\x51\xca\x01\xab\xb1\x73\x50\x84\x00\xa3\x5c\x94\xa4\x9c\x6b\x67\x49\x42\x04\x59\x1b\x9e\x4f\x1b\xf6\x9d\x83\x22\xa4\xcb\x8c\x21\x6b\xf1\x59\x3e\xcf\x76\x03\x2e\xa6\x45\x09\xa7\x1c\xe0\x2e\x52\x7d\x88\x42\xb6\x82\x4c\x15\xb8\x1b\xc4\x9a\xb5\xe6\xd9\xc5\x40\x3c\x02\x56\x82\x24\xf6\x65\x58\xc7\x17\x09\xbb\xbf\x65\x8c\x5b\xc5\xa9\xd1\x23\x36\x88\xd6\xa0\x22\xbb\x04\x74\x2c\x81\x51\xca\xd5\x01\x6c\xb2\x9a\x19\xf0\x62\xd7\x00\x9b\x29\x54\x6f\xaa\x75\xd3\xd6\xef\x49\x33\xf0\x5d\x25\x41\xe1\xad\x77\x95\x97\x81\xd4\xdb\xc1\xe1\x81\x58\x77\x70\x78\xee\xc0\xe0\xf0\x40\x0c\xbb\x9a\xcd\xcb\x19\xa9\x92\x87\x6e\x82\x66\x6c\xed\xe1\x0b\x02\x29\xeb\x9b\xda\x4c\xf9\xe1\x56\x27\xaa\xc2\x6e\x9b\x17\x56\xf6\x63\x9b\x0b\x56\xf5\xfe\xd6\x42\x48\xc9\xe4\x36\xd1\x59\xf1\xa4\xb4\x20\x56\x99\x27\x13\x9d\x89\x72\x77\x0b\xa0\x7d\x11\xe8\x69\xa7\x12\x38\x56\x31\xd5\x72\xfc\x70\x00\x1c\xc8\xdd\xa5\x6f\xe9\x5f\xc3\x68\xd0\xd2\x36\xb3\xab\xd6\x5a\x1b\xc4\x98\x95\x56\x6d\x33\xbb\xaa\x5d\xda\x88\x26\xb5\xea\x26\xb7\x7f\xca\xda\x30\x90\xdc\xbf\x29\xa6\x24\xb7\x7f\x8a\x68\x4a\x26\xf7\x1f\xd9\x65\x36\xe5\xab\x44\x4c\x24\xf7\x8f\x59\x1e\xd2\x97\x16\xc3\x89\xda\x50\x16\xdb\xfc\xaf\xca\xdc\xc9\xe9\xff\x91\x97\xb4\x6c\xf6\x56\xed\x85\x49\xdc\xff\x15\x03\x18\xd3\xb7\x2a\x5b\xdf\x06\x24\x4f\xd9\x3a\xdb\x3a\x02\x20\x8f\xe6\x76\x1a\x01\x1a\x2f\x86\xef\xd1\x5e\x99\xb4\xfe\x5f\xa7\xd4\x81\x7f\xcc\xca\xf3\xf7\x34\x00\x86\xbb\xd6\x44\xaf\x7a\x58\x90\xe5\xff\x2b\x06\x6c\x32\x93\x1a\xfb\xed\xe9\x10\xa2\x4e\x0c\xc1\x17\x14\x2f\x1e\xd0\x19\xb4\x3b\xc3\x59\x52\x0d\x62\x01\xc3\xef\xa8\xf8\xdb\x70\x89\x23\x36\xcd\x92\x28\x14\xa7\x2c\x69\x57\x38\x94\xbd\x24\x0a\x21\x48\xf6\x92\x76\x15\x75\xad\xa0\x5d\x2d\xa6\xb4\x74\xd8\xb4\xb4\xab\xd8\x72\xa9\x2b\xe9\x82\xa3\xae\x44\xb4\x22\x67\xa9\xc8\x71\x1b\x83\x47\x9d\xf2\x3e\x03\x6a\x66\x4a\xce\x52\x5d\xeb\x96\x79\x54\xd7\xba\xcf\xc8\xd1\x6f\xb1\x18\x02\x80\x9e\x52\x72\x6e\x36\x99\x47\x45\xd4\xdb\x50\x3b\x4a\x30\xb7\x36\xd4\x6a\x55\xf7\x29\x43\x1e\xad\x49\x70\x36\xeb\x48\xf1\x8a\xbe\x4f\xa5\xbf\x54\xb9\xa4\x71\x45\xa5\x97\xe2\x19\xc7\x76\x49\xf0\x3a\x39\xb8\x87\x4d\x57\xea\x52\x78\xd7\x7c\x51\x78\xe7\xe5\x85\x91\x59\x49\xa2\x7f\x64\xe4\xd3\x4d\x74\x49\x09\xd7\x3f\x89\xc7\x7d\x45\xec\x71\x41\x90\x3b\x13\xf9\x18\x1d\x5d\x81\xe8\x96\x6b\x55\x70\xbb\x6f\x13\xda\x7a\xc4\x6f\x07\x04\x2d\xb0\x6f\x44\xd8\x1e\x2b\x63\xa5\x27\x08\x80\x6d\xac\xf4\x38\xfd\x66\xd2\x4b\xd5\xc6\x1c\x43\xf5\x8f\xf6\x19\x10\x1f\x1b\xf5\xf9\x30\xd6\xc6\xbe\x95\xcf\x55\xfb\xbc\x24\xb4\xfd\x13\xf3\x6e\x3f\xce\xbb\x4b\x7a\x3b\x82\x26\x38\xaa\xa6\xe0\x8e\xb6\x32\x78\xd5\xae\x1b\x17\xe7\x22\x7f\xbf\xb7\x14\xa7\x24\x00\xd6\xd6\xe6\xa2\xd8\xc6\xb9\xd4\x22\x6f\x2b\x9e\xd7\x31\x77\x6f\xc9\x7e\x31\x03\x51\x79\x8c\x51\xbb\xb7\x24\xa7\x4b\xb2\x55\xf9\x38\x37\x5b\x92\x19\xc2\x78\xef\x18\x8d\x7f\x8c\x56\xef\xf1\xdf\x46\xaa\xf0\xd2\xd9\x46\xaa\x90\x52\xc1\x71\xad\x28\xd1\xd8\x5a\x68\x4b\x3f\xef\x47\xd2\x34\xf9\x47\xd2\x34\x8a\x55\xff\x00\xce\x83\x6e\xc8\x96\x1f\x69\xd6\x78\x01\xe8\x2a\x2e\x79\x02\x68\xa6\xf3\x91\xb4\x8f\x17\x49\xfb\xec\x8b\xa4\xbd\x58\xf3\x91\x82\x76\x6e\x88\x6b\x59\x8c\xc2\xb1\x5f\x49\x68\x51\xf8\x1b\x70\x32\xd0\x57\x38\x9d\xdc\x57\x38\xc5\xd4\x6f\xcc\x34\x4d\xbf\x01\x28\xb0\xbd\x12\xd7\xce\xd4\x2b\xd4\xce\xee\x1b\x3c\x08\xe3\x79\x55\x5c\xba\x8b\x5e\xc9\x6e\x37\xce\x1b\xa4\xbe\xc5\xb4\xe6\x61\x45\x9e\x23\xc8\xfb\xc6\x8b\xb0\x41\x47\x3e\x87\x64\x37\x4d\x3f\x87\x64\x37\x54\xe9\x73\x04\xe1\xbf\x78\x09\xc2\x7f\xf0\xa2\x0f\x13\x0b\xf7\xc0\xb1\x0f\xa3\xc1\x3c\x70\xec\x45\x22\xed\x39\x54\xb7\x4d\x9b\x16\xd0\x6e\x31\x6f\x0e\x70\xf5\x73\x08\x28\x18\xf9\x49\x2a\x05\x41\x20\x4f\x92\x73\x00\x71\x3f\x49\x3b\x58\xf0\xee\x93\xe4\x1c\x96\xc5\x1c\x82\x10\xa8\x18\xd0\x5d\xe9\x81\xe6\x2c\x4a\x11\x9f\x64\xfc\x14\xae\xb8\x27\x85\xc2\x10\x40\xd1\x12\x28\xbb\x7d\xa0\x3f\x25\xd2\x1f\xbd\xed\x8d\xec\xf2\xc8\xf2\x4b\x7b\x3d\xd8\xec\x49\xa3\x3f\xb2\xff\xea\xd2\x1e\x3d\x9c\xab\xcf\xe4\x1e\xb7\x0b\xd9\x16\x79\x74\xd3\xa3\x0f\x19\xc7\x67\x90\x30\x10\x34\x40\x46\xf4\xa5\x2b\xfa\x13\x6e\xcd\x36\x35\x31\xbd\xb7\xb6\x51\xef\x94\x03\x9a\x1e\xbd\x93\x63\x7c\x91\x1e\x3d\xf5\x94\xfe\x0c\xe8\xf0\x84\x14\x96\x0b\xe9\x31\xf0\x9d\x34\xfb\xe3\xcd\x29\x83\x66\x96\x74\xf1\x80\x59\xd2\xb3\x6c\xec\x33\x83\xde\x14\x52\xbd\x66\xdc\x1b\x4b\xc9\x3d\xe8\xf7\x31\xf0\x9d\x2a\x14\xf2\xa4\x37\x19\x37\xd3\xa4\x1b\x29\xcc\x34\xe9\x59\x75\x88\x69\xd2\xab\x71\x4a\x1e\x2e\xe1\x2e\xb6\x78\x88\x82\x17\xd3\xbf\x74\x53\xe9\xb6\xe5\x6d\x36\xad\xe2\x6d\x06\xc2\x7f\xe2\x0e\x76\x65\x96\x58\xd5\xfd\xb3\x10\x9f\x38\xb0\xe5\x66\x74\xa2\x17\x0c\xb2\x1b\xe6\x74\x2f\x1e\xbe\xc4\x5e\x64\xc4\xa7\x32\x2f\x17\xcd\x64\xec\x01\xf2\xe9\xfa\x5b\x8a\xc0\x2e\x83\x9b\xf1\x89\xc0\xd1\xee\x65\x6e\xe3\x9e\xa3\x18\x0c\x97\x13\xc6\x65\x5c\xf5\x80\x34\x17\x7b\x97\x63\x20\x19\xfb\x77\x45\xf9\x47\xc6\x68\xd8\xa5\x8c\xd1\xb0\x01\x45\x73\xdc\x44\xe6\x69\xcf\x72\x36\x4f\x04\x98\x86\xc0\x7d\x74\xd6\xe6\xce\x7d\x48\x48\x2b\x41\x65\x02\xf7\x62\xac\x86\xc7\xcb\x58\x3a\xf2\xb9\xc8\x83\x29\x60\x44\x8b\xd6\xc2\xe6\xf9\x77\xc3\xb2\x94\xdf\x0d\x5b\xe5\xa2\x1f\xc3\xde\xa9\x9e\x78\x54\x44\xab\x41\x7a\x6e\xe3\x39\xc2\x2f\x3f\x91\x8d\x04\x5a\x93\x34\xef\x45\xff\x97\x87\x0b\x76\xa8\x72\x7c\x8c\x81\x27\x7b\xf1\x70\xc1\x8e\xe1\xb2\xde\x32\x4f\x6e\xab\x1b\x33\xc7\x6e\xc3\xda\xf3\xd9\xbd\x70\x59\x41\x86\x88\x66\xbd\x35\x2b\xd4\x28\x09\xe0\x8b\x3e\x1d\x24\x7d\xff\xce\x18\x90\x10\x24\x44\x3d\x11\x99\xde\xdb\xe1\xc4\xed\x38\x2a\xcc\xe8\xf6\xa8\xf8\x8c\xe0\xdd\x61\x84\x43\xb6\x58\xf4\x81\x7b\x70\x14\x91\xde\x1d\x8e\xc7\xf4\xee\x59\xbd\xce\xa3\x10\x58\xf1\xd5\xa3\x10\x58\x2d\xd1\x63\xf8\x39\x75\x41\x0f\x52\x60\x99\x8c\xc7\x9b\x2c\xb9\xbb\x9e\x20\x19\x6c\x2c\x02\x74\xd8\x18\x74\x9b\x63\xf7\xee\x0a\x88\x43\x22\x2c\xda\x7b\x95\x44\xf9\xc3\x1b\xc1\xb6\xbc\xad\xb4\xa6\x22\xcd\x7b\x0b\x88\x5f\x53\x0e\x88\x0f\xcd\xe5\xe6\xae\x0f\xed\x36\xe4\xed\x63\x1c\x3a\x79\xfb\x47\xf5\xb6\xfa\xc5\x47\x0f\x6e\x37\xd7\x6b\x48\x2f\x8f\xb3\x71\xe8\x9c\xef\xd7\x38\x74\x4a\xe2\x5e\x55\xdd\xe2\xd0\x37\x64\xd0\xf4\xf9\xc6\xbd\x05\xde\x7d\x0f\xa0\x6c\x7f\x06\xcf\x7e\x8d\x4b\xa7\xf3\xc8\x1b\x17\x5c\xf7\xe5\x74\xd4\x85\x17\x72\x4e\x80\x44\xde\x70\xde\x86\x58\x7e\x75\x88\x62\x01\x48\xed\xde\x94\x98\xbd\x46\x8e\x53\x94\xf7\x72\x1f\x55\xbd\x1b\x4c\xfa\x5e\x12\x38\x98\xa4\xef\x6d\xb2\x65\xcc\xf9\x5e\x12\xdb\x98\x9c\xef\xdf\x0b\xa0\x28\x83\x56\x1e\x43\xa6\xf7\x14\xb6\xff\xa4\x77\x2f\x72\x1b\xaf\xd6\x60\x5e\x42\xa6\x7a\xcf\x4a\xc2\x4c\xf5\x9e\xdd\xca\xaf\xd6\x60\x8a\x0c\xc9\xf5\x9e\xba\x56\x42\x2f\xd6\x60\x43\x59\xfd\xab\x87\xb6\x54\xc9\xab\xea\x5b\x42\xe4\xd5\x34\x4c\x91\xe7\x8b\xa8\x3a\x2b\x19\x25\x2b\x7c\x53\x98\x68\x52\xf8\x2c\x1e\x78\xc3\x34\x8c\x13\x40\x52\xf8\x26\xde\x37\x29\x7c\xf6\x0e\x7e\xff\x05\x8c\xa1\x94\x72\x6b\xa3\x26\xbc\xca\xad\x8d\x38\x41\x8a\xf8\x66\xe6\x24\x33\xc4\x17\x03\xd4\x98\x21\xbe\x18\xc1\xdd\x0c\xf1\xa5\x46\x37\x52\x55\xc5\xc6\x94\xa6\xb8\x98\xa4\x88\xd7\x9e\xf0\x2d\x81\x5e\x19\x72\xf1\x30\xd3\x70\x0d\x58\x28\x15\x8e\xe0\xe0\x34\xb2\xbf\x7f\x27\x80\xb9\xa8\x5e\x62\x1c\x9a\x57\xf9\xb3\x1e\x17\xaf\x6e\xe1\xde\xbb\xaf\xf2\x67\x35\x27\xaf\x96\x5d\x5e\x29\xe4\x89\xaf\x5a\x1a\x91\x26\xbe\xc5\x88\x95\xb2\x48\x7c\x92\x32\xfe\x9b\x58\x1b\xf6\x98\x73\x09\xbc\x5a\x79\xc9\xf9\xbd\x88\x5c\xe6\x68\xbe\x60\x5a\x5b\x7d\x46\x7b\x6b\x0c\xba\xb7\xc5\xce\xa0\xfb\x16\x3b\x83\x96\xc3\xa8\xdc\x91\x35\xd5\x33\x4e\x99\xb2\x14\x35\xdb\x24\x8d\x6f\x33\xd9\x98\x1c\xee\xb2\xb1\x58\x72\xab\xb8\xe4\x3c\x87\xef\x95\xbb\x04\x59\x8a\xd8\xc0\x9c\xf1\x53\xdf\x7d\x72\xc6\x37\x2f\x8e\x48\x19\x6f\x2e\xd4\xb7\xcb\x73\xb9\x63\x23\x5e\x72\xbc\x60\xf4\xe1\xb1\xd4\xfe\xcb\x78\x29\x2f\x42\x16\xc3\x77\xbf\x43\xd4\xcf\xbd\xf1\x2a\xa2\xae\xee\x51\x43\xd0\x39\xf9\x86\x93\x73\x57\x44\x38\x39\x8f\xa5\x32\x69\x6f\xe0\x57\xe2\xce\x1b\xf8\x1d\x92\xc0\x6e\x5e\x44\x24\x45\xda\xe2\x45\x44\x32\x8d\x96\xf1\x4e\xcc\x8b\x3c\x96\xa1\xec\x76\x27\x93\x2b\x56\x12\xfc\x95\x7e\x52\x98\xfc\x2e\x79\xeb\x28\xe5\xde\x07\xfa\xe5\xde\xcf\xfe\x30\x1d\x9b\xe7\x10\xc1\xc5\x3a\xa2\xbe\xdb\xcd\xc5\x5f\xb2\xa2\x7f\x2b\x63\x48\xba\xdf\x02\x99\x2c\x35\x5d\x1e\xdf\x50\x7d\xdb\xde\x19\x27\xc3\x97\x20\xc8\x81\x01\x31\x44\xcf\xa2\x70\x49\x22\x63\x81\xfc\x4b\xc2\xef\xce\x38\x75\xa5\x73\xdc\x08\x28\xa6\xb6\xa5\x2f\x34\xd1\xd4\xea\xf3\x85\x26\x9a\xda\x96\xbe\xd0\x44\x53\xc3\x35\x32\xf4\xa7\x19\xa8\x19\xca\xa7\x7a\x7f\xbf\x3a\x72\xab\x45\x7f\x8d\x80\xe6\x25\x64\x96\xfe\x75\x88\xb5\x6f\x75\x43\x10\x03\xef\x6d\xfe\x26\xd7\x07\xbe\x7d\x29\x38\x30\xe9\xfd\x52\x78\x41\xd2\xfb\xef\x85\x7e\x22\x87\xfd\x87\x1d\xf6\xac\xc7\x56\xfd\xa7\x33\xb6\x1f\x90\xcc\x56\xcc\x5c\xfd\x00\x72\xa8\x98\xba\xc6\x07\x24\x8f\x04\x8b\xf2\x03\xb2\xc4\x9a\x3f\x24\xe1\x87\xa9\x5b\xf2\x37\x03\xf1\x61\x48\x28\xfd\x57\xe2\x74\xbc\x3f\x38\x56\x20\xa7\x5f\x15\xc6\x30\xf0\x86\x89\x0f\x97\x1f\x7e\x70\x20\x83\xa8\xe8\x27\xe2\x83\xd1\xc6\x3e\xf2\xc8\x0f\xdb\x08\x15\xe9\xd7\x28\x94\xc6\x1c\xf5\xdf\xe0\xd4\x1e\x0c\x42\x78\xc4\x07\x1d\xe5\xf2\x3f\x48\x55\x03\xf4\x31\xfe\x35\xaa\x00\xcb\x20\x32\xf1\x81\x7d\x9a\x3f\xc4\x10\x1f\xb0\xe1\x1d\xe3\x5f\xb7\x8a\x6b\xfa\xf8\xaf\x17\xe4\x1a\x0d\x8b\x2c\x3f\xc0\x98\xf7\xfc\xeb\x56\x9e\xb7\x43\x2e\xc4\x07\x63\x64\xcf\x7f\xdd\xca\x52\x4e\xe4\x50\x7e\xe0\xae\x30\x48\x85\x1f\x40\x7e\x2d\xfd\xd6\xf6\x19\x3a\xf8\xe6\xff\x3e\x34\x1b\xfd\x07\xba\x8c\x4a\x63\x1b\xc5\x87\xc7\xd4\x75\xbf\x12\x1c\xa9\x8e\xa4\xc1\x0f\x97\x3e\x54\xeb\x07\x98\x54\x35\x2a\x05\x3f\xe8\xfc\x0f\x31\xec\x07\xa8\xc7\x5e\x7f\x53\x28\xfd\x52\xc7\xf8\x37\x16\x2f\xfe\x49\xb0\x38\x3f\x98\x57\x00\x82\x23\x3e\x00\xfa\xfc\xaf\x0d\xf6\x69\xfb\x6f\xd6\xbd\xc8\x7a\xfd\x6d\x5c\x31\x5d\xaf\xf9\x57\x65\x44\xa2\xa0\xdf\x07\x03\x4d\xd6\xdf\xe6\x17\x81\x4c\x38\xca\xf8\x80\x67\x32\xb6\x90\x7e\x40\x50\x38\xff\x9f\x6e\x39\x89\x9d\x3b\x3f\x3e\xc4\x76\xf8\xf5\x02\xc1\x6a\x6c\xa3\xf8\x70\xab\xc4\xb7\xdb\xb4\x31\x04\x48\x75\x8e\xff\x3e\x54\xa7\xf0\xf8\x7d\x78\x1d\x5c\xfe\xf7\xa1\xbb\x94\xe3\x57\xc2\x18\x1e\xc4\x67\x8f\x0f\xea\xe0\x8f\xdf\x07\x50\x77\x9d\x71\x3c\xbe\x0f\xd9\x0f\xed\xdf\x07\x03\x76\xcd\xd8\xb8\x69\xdf\x98\xa2\xcc\x7a\xfc\x7a\x01\xf4\x91\xff\xeb\x05\xda\xb8\x61\x7d\xc5\x87\xed\x32\x40\x76\xf8\x41\x38\x6a\xfd\x37\x38\xa5\xc0\x1d\x37\x6a\x3f\x80\xf3\x3a\x81\xa0\xfc\x60\x64\xd2\xf1\x9b\x0f\x25\x93\x06\xe2\xf5\x03\x88\x6d\x60\x11\x1f\x1f\x9a\x90\xe6\xdf\x07\x2d\xb4\x62\x9f\xa6\xbd\x23\xe6\x76\xfa\x4b\xa7\x15\xa5\x39\x4c\x47\xfb\x37\x59\x4a\x7e\x0c\x31\x1c\x1f\xa2\xc7\xf2\xfb\xc0\x15\x01\x82\x8e\x0f\x40\xdd\xfa\xbf\xc9\x7a\x8a\x8e\x1c\xe3\xf7\xa1\x99\x29\xf2\xbf\x12\x58\xd3\x4d\x68\x56\x3e\xbc\xca\xa5\xe6\x6f\xaf\x48\x89\x8e\xfc\xdb\x09\xde\xfb\xda\x1c\xee\x59\xf3\xd6\x2a\xa3\xe5\x58\xb4\xbc\x55\x6a\xd7\x19\xb7\x40\xde\xb7\x93\x95\x62\x15\xf3\x0e\xb5\x28\x41\x03\xfd\x00\x8d\xde\x09\x69\xed\x87\xa6\xe2\xf0\xbf\x12\x46\xaf\xed\xeb\x5f\xb7\xfb\x09\x1e\xf8\x5f\x89\x98\x31\x82\x15\xfb\x41\x13\xca\xfa\xeb\xf6\x41\x79\x64\x7a\x46\x3f\xcc\x88\x3e\xf4\x0f\x74\xa4\x02\xa9\xb5\xf5\xfb\x60\x00\x11\xe8\xcd\xf8\xb0\xfd\xf0\x0f\xd2\x17\xb1\xde\x3c\x7e\x70\xbc\xda\xea\xb5\xf2\xaf\x0d\x69\x86\x45\x02\x2a\x3f\x98\x58\x7e\xf4\x5f\x09\x71\x3c\x74\x99\x1f\x4c\x3a\x85\x5c\xd6\x0f\xb0\xff\x75\xd6\x5f\xb7\x1c\xfb\x89\xe4\xd7\x0f\x70\xd3\xbd\xfe\x26\xe8\x75\x4b\x21\x55\xf4\xc3\x1b\x55\xea\xef\x83\xa7\xbc\x5a\xa5\x6c\xcd\x8d\xc6\x8c\xd3\xf5\x7d\xd8\xde\x24\xf5\xdf\x87\xec\xae\xce\xbf\x12\x68\x78\x47\x8e\x85\xfa\x3e\x70\xb3\x1e\xe5\xbf\x12\xd1\xed\xaf\x17\xe3\x50\x1e\x01\xfa\xf7\x21\x8b\x7d\xcb\xef\x03\x5a\xa9\xfc\x5f\x2f\x50\xea\xb3\x06\x2e\x29\x81\x8f\x66\x8d\xcb\xb8\xec\xdb\xe0\xc0\xad\xfc\x7a\x81\x58\xd5\x40\x3f\x3e\xdc\x56\xf9\x35\x3a\x5d\xca\xd8\xeb\x65\xdf\x4a\xdb\x8e\xf4\x83\x03\x89\xd9\xec\xf9\x57\x42\x74\x5c\x83\x4a\xf8\x3e\x98\x0e\xe1\x3f\xd0\xd1\x49\xcc\xff\x07\xf4\x48\x03\xb0\xfe\xfb\xa0\xc0\xf2\xbf\xb1\x6c\xa3\x13\xce\x1f\xe8\xdb\xf4\xb8\xe9\xd7\x8b\x26\x76\x35\xff\x26\xf9\x89\x0f\xbf\x29\x7c\xcd\xd7\xd2\xfe\x41\xba\x8d\x42\x82\x3c\xc4\x0f\x59\x89\xe1\x6f\x82\xd4\xda\xd7\x3a\xd3\xef\x83\x41\xb6\x7e\x83\xdb\xdc\x79\x23\xad\xfe\xfb\x30\xdc\xa7\xbf\x2a\x30\x70\x63\x8e\xff\x4a\x78\x4c\xdb\xfc\x7d\xb8\xbd\xf2\x7f\x70\xc0\xb4\xf5\xd6\xfe\x6b\x03\x84\xdd\x7f\x83\x53\xc7\x3b\x6b\xfe\x37\xa7\xaa\x76\x7b\x2a\xbf\x5e\xa0\x34\x3a\x96\xb6\xf1\xe1\x76\x0a\x7f\x1f\x96\x46\x64\xed\x37\xda\xe5\x4d\xf2\xdb\xc9\x9b\xab\xb6\x23\x36\xf3\x83\x01\x8e\xd0\x78\xf8\x01\x0a\x78\x22\x98\xe3\x83\x54\xd3\x44\x58\x16\x1f\xa4\xcd\x7e\x93\xac\x2a\x60\x62\x81\x13\x1f\xb6\x47\x3d\xfd\x3e\x3c\xb6\x31\x7e\x1f\xe4\x28\x8e\x5f\x2f\x28\x00\xc6\x4a\xbf\x46\x41\x6c\x63\xfd\x76\xe1\x03\xfa\xac\x79\xfc\x57\xc5\x6c\x1b\xe5\xd7\x2d\xb3\x3e\xd0\x59\xf9\x01\x8d\xfa\xec\xf5\xd7\xed\xf0\x44\x95\x1f\x60\x10\x6b\x7d\xfe\x86\xff\x44\x1a\xef\xd4\xfe\xbe\xc0\xbe\xd2\x4a\x4c\x8e\xdf\xdc\x18\xa1\x7b\xfd\x8e\x3d\xca\x80\x6f\x18\xc7\xef\xc3\x29\xea\xf8\xef\x03\xe8\x07\x4f\x3b\x3f\x98\xa6\x1b\xff\x19\x3f\xb8\xac\x69\xfe\xa6\x62\xb9\x01\xe7\x6f\x5c\x5a\x2d\xff\x23\xdb\xcb\x56\x52\xdd\x8f\x1f\xa6\x50\xc2\x3c\x66\x9f\xbf\x0f\x62\xbd\xf1\x1b\xb9\x5c\x55\xff\xed\x6a\x85\xc2\x3d\xfd\x70\xc9\x13\x84\xca\xef\x94\x23\x15\x4d\xf3\xf8\x9d\x8c\x67\xbb\xcd\xeb\x0f\xd2\x57\x7c\x34\x7e\x55\x30\x8d\xea\x47\xfb\xef\xc3\xe9\x14\xfe\x7a\x79\x9d\x8f\xe3\x1f\xe8\x2f\xeb\xdc\xda\x6f\x92\x15\x5a\xb5\xf2\x6b\x43\x59\xd3\xfc\x47\x95\x7e\x1f\x1e\x27\xe8\x57\xa2\x48\xca\x8c\x5f\x09\x6f\xf8\xf9\x43\x1d\xaf\x31\x86\xcb\x0f\x83\x2b\x74\x19\xf9\x77\xdc\x14\x43\x8c\xf4\x43\xfa\xaf\x96\xeb\xb8\x99\xf8\x01\x25\xc8\xac\xbf\x3d\xfb\x9e\x96\xf8\x9d\x8c\xf7\xb2\x8d\x59\x7f\x1f\x9a\xab\xff\x5f\x09\xd1\xe0\xef\xd8\xbf\x97\x18\xfc\xbf\x12\x10\x5d\x75\xfc\x07\xfa\xe3\xf9\x6b\x3f\x38\xfe\x3f\xc6\xde\x24\x57\x93\x65\xb9\xd6\xeb\x9f\x51\xe4\x0c\x14\xe1\xb5\x03\x1b\xd9\x51\x5b\x9a\x43\x14\xee\xc2\x6b\x3c\xf2\xe2\x8a\x9c\xbf\x60\xeb\x33\xf7\x38\x24\x44\xe4\x6d\x24\x22\x7f\xdb\x11\x5e\x17\x56\x2e\x23\x71\x5f\xa9\xdf\x1b\xcc\xed\x3e\xf5\x26\x47\x69\xf1\xa3\x23\x2d\x66\x78\x9d\x03\xe9\xc5\x97\xb1\x49\xcd\x05\x21\x7b\x3b\xf6\x27\x3a\xb1\x6a\xcb\x9b\xc0\x66\x3a\xfc\x4c\x33\x02\x8c\x96\x9f\xbe\xc9\xef\xab\x2a\x3d\x80\x13\x7c\xbf\x94\x4d\xd0\xec\x47\x5f\x63\xe9\x7d\x1a\xe7\x51\xdc\x6f\x74\x2f\xb4\x6e\xc2\xcb\x21\xb7\xab\x05\xcb\x26\x97\xfd\x89\x33\x16\x2e\xd6\xa5\xf7\x79\x7c\x39\xec\x32\xc0\xec\x2f\x65\xf7\x05\x63\x43\xe8\xbb\x0c\x9d\x8b\x35\x94\xdd\x30\xac\xfa\xfd\xfc\x3e\x61\x3c\xca\x6e\xc7\x8b\x9b\x89\x2f\xcb\xf4\x3e\x03\x48\xd4\x8f\x20\x0b\x71\x5d\x02\x57\x7a\xdf\x40\x4b\xd3\x7a\xe3\x75\x3e\x22\x9d\x9b\xc0\x92\xaa\xab\x1d\xb8\x6d\xd5\x7a\xee\x32\x92\x8f\xe9\x47\xa0\x61\x75\x8d\x3a\x7e\x3a\xb5\xef\x21\xc4\xbb\xa6\x95\xb6\x26\x1b\x23\x7f\x2b\x75\x75\x6e\x90\x8d\xb9\x1c\x9b\x90\x60\xf8\xf6\x0a\x1a\x95\x98\xeb\x63\x95\x31\x9c\xe1\x0b\x79\x13\x54\x68\x3d\x56\xb5\x18\xaa\xf0\x58\x82\x40\xd2\xcb\x94\x76\xa1\x13\x5c\x97\xb8\x9a\x8e\xca\x3f\xcb\xae\xe2\x04\xf8\xee\xf6\xbd\x21\x6e\x76\xb1\x1e\x46\x40\x32\xde\xe3\x81\x9e\xb8\x2d\x0e\xd0\x08\x17\xba\x84\xfd\x46\x85\xe3\x49\x69\x13\xb0\xe9\xb5\x35\x0d\xe8\xee\xca\x52\x1d\xa4\x17\x35\x1b\x86\x4a\x27\x3c\x70\xd5\x6b\x05\xcd\x07\xf7\xe4\xe3\xd8\x84\xc2\x00\xed\x37\x06\x20\x9d\x61\xf7\x85\x34\xeb\xd5\x77\x65\x76\x21\x36\x67\x67\xc4\x8d\xa0\x43\x5a\xb6\x19\x08\x01\x66\x3e\xfe\x49\xc3\xc7\xdb\x11\xed\x99\x0f\x78\x7e\x71\x54\xce\x8b\xf9\x33\x02\x9b\xa9\xef\x26\x64\x4e\xac\x73\xbf\x81\xde\x29\xa4\x4d\x20\xd4\xa6\xbb\x58\x97\xdf\xe7\xf6\x8e\xd6\x45\x18\x9e\xd3\x64\xb7\x5a\xfe\x0c\x29\xb8\x70\x90\x5f\x5c\xd6\x5a\x4a\xab\x0c\x3c\xc8\x80\xb1\x82\x00\xdf\x2a\xe4\x22\x11\x60\x43\x72\xeb\xeb\x13\xbc\x05\x4a\x3e\xc3\x26\x74\x0a\x5d\x65\x8c\x08\x17\xe6\xd7\x75\x7e\x47\x71\xb4\x87\xfd\x86\xc4\xf7\x52\x9c\x7f\xce\xef\x10\xef\x5b\xca\x57\x86\x22\x77\x5b\x3a\x76\x19\xae\x9a\x09\xbb\x61\x0f\x7a\x96\xb0\xcb\x90\x7c\x95\x73\xd9\x84\x17\xc8\xb8\x76\x6c\x02\xe2\x7b\xdc\x65\x70\xe8\x7f\x23\x86\x81\x30\x9f\x69\x7f\x82\x68\x78\xec\xa9\x1c\x80\x3a\xe7\x63\x13\x74\xd5\xa6\xb6\x07\x99\xab\x36\x2d\x1d\x9a\x11\xb4\x87\x7b\xfd\x08\x68\x2e\x77\x19\x08\x7e\x65\xa9\x22\xf2\x3b\xc1\x4d\x68\x65\x35\xcc\x4d\x4a\xa9\xaf\x01\x62\x77\xe5\x92\xfb\x26\xa8\xda\xbe\x47\x7d\xea\x70\xc9\xeb\xb4\xc9\xef\xcc\xe4\xe7\xae\xab\xa5\x52\xe1\x9f\xad\xee\xc9\x9e\x20\xc9\x2e\x85\xa9\x11\xd0\xa0\x7e\x0d\xd3\xf5\x94\xd6\x71\x9c\x5f\x54\xff\x65\x29\x3c\x8c\x80\x0a\xf1\xeb\x1c\x32\x7c\x28\x65\x13\x50\x11\xed\xe5\x80\x1e\x3a\xad\x43\x3f\xbf\x68\x9c\xf3\x59\x77\x5f\x6e\x04\xf2\xf6\xbd\xc1\x0a\xda\x8b\x1f\xed\x73\x2e\x5f\x2d\xba\xaf\x52\xa8\x1f\x01\x17\xbe\xaf\x73\x8f\x9f\x8b\xbb\x73\x8f\x6f\x8f\xdd\x17\x1d\xd8\x39\xc7\x5d\x86\xac\xd4\x39\xf4\x8f\x70\x53\xed\x2e\xf4\xe5\x48\xdf\x87\x0b\x8c\x45\x3b\xe3\x26\x0c\x38\x8d\xbd\xb4\xd1\xb2\xb5\x75\xc8\x19\xa1\xc0\x7a\xec\x89\x9a\x1c\xfa\x7b\xcf\x4d\x31\x7c\xe9\xfc\x96\xc3\x74\x85\xcd\x6e\x98\x56\x61\x29\xe1\x23\x3c\x9c\xad\xd4\x52\x5c\xfe\xce\x02\x3f\x76\x02\x9b\xd0\x2f\x52\x23\xa0\x20\xf4\x6a\x8d\x70\xb1\x92\xfb\x26\xc0\x23\x3a\x97\x50\x5e\x42\x59\x80\x7c\x74\x02\x9c\x68\xfa\xde\x20\x0e\x28\xec\x76\xc8\x91\x3a\x2f\xad\xb4\x11\x32\x2e\xbb\x9b\xc0\xf1\x99\xeb\x6e\x98\xcc\x60\x29\x7c\xd5\x72\xc2\xb4\xef\x8d\xc2\x27\x7e\x93\x18\x01\xf7\xd8\x73\xf7\xb6\xa0\xd9\x3e\xf6\x27\x1c\x8e\xb5\xec\x4f\x2a\x0c\xdf\x57\x4b\xe3\x9e\xa8\xbb\xe9\x0d\xd6\xe3\xf8\x08\xe8\x36\xcf\x5d\xa8\xb4\xd2\xf5\xa8\xbb\x5a\x02\x1e\x73\xd8\xb5\x90\x02\xa7\x1f\xbb\x16\x39\xc7\xe4\x10\xbf\x37\x38\xa4\xfd\x0c\x2a\xef\x03\x7a\xed\xba\xf2\x8b\xb3\x62\x39\xd7\x4d\x90\x3d\x01\x48\x37\x27\x90\xb6\xf3\xf8\x17\x24\xb0\xe2\xca\xd3\xb2\xd4\x7f\x46\x68\xb4\x69\x4f\xbc\x76\x46\x92\x8d\x1c\x02\xc7\x60\x69\x8b\x40\xb4\x44\x2e\x65\x7d\x42\xc8\x43\x4a\x7b\x06\x5e\x09\xa3\xa5\xa4\xfd\xc9\x49\x16\xde\xbf\xbd\x01\xcc\x4e\xf8\x08\x0f\x19\xb5\xd6\x8a\x24\x28\x21\xd5\x54\x37\xa1\x72\x96\xec\x37\x38\x17\x97\x89\xa7\xbc\xb8\xe7\xb7\x9a\xf6\x1b\xf2\x76\x2f\xad\xef\x32\x0a\x97\x4f\xde\x6f\xc0\x85\x35\xbf\xae\x8b\xf3\x7a\x6d\x31\x7f\x46\x70\x45\xf0\xb9\x09\x8d\x89\x5f\x33\xc0\xcd\x9a\x5a\x5f\xb3\x88\x63\x67\x49\x7b\x16\x71\x73\x4c\x6d\x8f\xd8\x58\xbb\x6b\x7d\x32\xa2\xdb\x5a\x56\xa1\x83\xb4\x2a\x4b\xff\x6c\x84\x9b\x5c\xad\xab\x61\x43\xeb\xbe\xf5\xbe\x3e\xc1\xb8\x5e\xca\x9e\xb9\xf9\x38\x3a\x7a\xdc\x04\x9c\x69\xfc\xde\xac\xbe\xed\x5b\x72\x0d\x48\x7d\x9f\x8a\x48\xe6\xbc\x48\xf5\x25\xda\x8a\x2f\x40\x23\xb8\xa6\xbc\x6f\x02\x82\x4e\x5e\x6f\xa0\x11\x6a\xd5\xa7\xb2\xbe\x04\x2a\xf4\xa3\xf5\x4d\x18\x22\x9c\xab\x1d\xf8\x9e\xe7\xe6\xda\x9c\xfa\xe2\xee\xdc\x96\xc2\xc3\x08\x1c\x50\xc7\xae\x05\xe3\x5c\x3b\x76\x2d\xaf\x7b\x02\x6e\xc2\xe0\xf2\x71\x01\xb4\xbe\x2f\xc2\xf4\xd7\x17\x3c\x17\xeb\x79\x6e\x42\xa0\xa5\x69\xb5\x63\xc8\x2d\xa2\x14\x9f\x6c\x23\x00\x36\x5d\xf7\x1b\xa0\x91\xa7\xba\x6a\xc1\xd1\xad\x2c\xf5\x4e\x75\xc6\x9e\xdc\x46\x10\x5c\x67\x94\x77\xa1\x6e\x28\xc8\x6b\x80\xe6\x01\x5c\x45\xdc\x04\x57\xec\x97\x35\x62\xb2\xde\x9f\xa5\xc6\x55\xed\xd4\x79\xd4\x96\x0e\xad\xbe\x93\xd3\xa6\xc7\x55\xcb\xf4\x7c\x49\xce\x68\x35\x3f\x8e\x5b\x72\x5e\xc4\x08\x0c\x90\xdf\x24\xed\x7d\x64\xae\x6a\x4b\xe5\xde\xde\xa7\xbb\xd1\x63\x7f\xe2\x82\x9f\x1f\xe9\xcd\xad\x31\x65\x71\xa2\xed\x7d\x81\x7e\x58\x86\xa4\xf6\x12\x5c\xd2\x96\xa2\xa4\xbd\x04\x5f\x94\xb2\x6b\x79\x2b\xac\x69\xdd\x6f\x5c\xae\x7e\xd8\x04\x2d\xed\xbe\xf4\x22\xcd\xcd\x33\xc0\xfd\x89\x30\x0e\x04\x50\xbf\x27\x9a\x0b\x5c\x2d\x95\xd5\xd2\x89\xdd\x39\xf4\xb0\x09\xe4\x6f\xcb\x6b\x80\x26\xf8\x31\x25\xee\x4f\x5e\xcf\x33\x7e\x6c\x02\x8c\x45\x59\xbd\xe5\xba\x6e\xc9\xef\x9a\xbe\x94\xd0\xc5\x19\x8b\xfe\x3e\xce\x46\xf9\x34\xf4\xf7\x21\xbc\x7f\xad\xf5\xee\x46\xb1\xd2\x7d\x37\xf4\xf7\xb9\x31\x99\xfb\x8e\x32\xc2\x83\xa9\x7d\x97\xc1\x78\x9c\x69\x7f\xb2\x8c\xf1\x69\x13\xfc\x93\x5d\x0b\x81\xcf\x4b\xb3\xdd\xdf\x17\xfe\x7f\xa9\x32\x8d\x70\x13\xee\xb4\xca\x20\xa0\xab\x2c\xbe\xaa\x2f\x0b\x4c\xd9\xb5\xbc\xd2\xf1\xe4\xa5\xfc\xed\xef\x8b\xa7\x65\x0f\xfb\x8d\xdb\x8d\xfb\xab\x96\x41\x76\x8e\x1e\xff\xe4\x7c\xe6\x6f\xb3\x65\x77\x8d\x23\xf0\xf9\x1e\xce\x51\xb0\x96\xc7\x35\x14\xa8\x10\xdb\xe2\x07\xfa\x52\x10\xb6\xf6\x11\x60\xfd\xf3\xfe\x84\x68\xef\xb2\x67\x11\x07\xbf\x7c\xe6\x8f\x80\x7a\x75\x0f\x27\x6e\x6e\xad\x1f\x7d\x13\x60\x53\x63\xda\x84\x9b\x2b\xae\x6e\x02\x56\xea\x63\xbf\xe1\xc7\x71\x59\xe3\x8b\x60\x5d\xc3\xae\x76\x36\xe2\xf6\xce\xd5\x5b\x77\x64\x39\xc2\xae\x16\x6d\x4e\xdd\x2b\x61\xa9\xcc\xce\xb5\x78\xa6\xac\x53\x65\xdd\x57\xd7\xfb\x48\x27\x50\x97\x4c\x72\xbd\x8a\x7f\x3d\x4b\xf5\xad\x72\xbd\x04\xc1\xa6\xa5\x96\xbd\x7c\x11\xb7\xe4\xb7\xc0\xf5\x3e\xa8\xee\x96\xfd\xea\xf2\x15\x59\x6a\xdd\x85\x4e\x32\x33\xfa\x78\x5c\xef\xeb\xd0\x6a\xae\x24\xb8\x5e\xe2\xf6\x6a\x2b\xab\x61\xaf\x2b\xd5\xea\xaa\x96\xf8\xb1\xb6\x0e\x5b\x23\x78\x68\xeb\xaa\x85\xfb\xbb\xd4\xef\x8d\x8e\x2c\xb0\xdb\x31\x14\xa9\x5b\x43\x5e\x85\x0e\x14\x51\x61\xf7\x76\x1d\xc7\x75\xb5\x03\xe1\xb1\x2e\x33\xd1\xe5\xb2\x62\x4b\x75\x11\xa6\x6b\xec\xeb\x2a\x03\xef\xc2\xb4\x34\x05\xd7\x3b\xa3\xf7\xa5\x2c\x82\xec\x57\xe5\x88\xab\x61\x1c\xe9\x69\x31\xd4\xd7\x8b\x0f\x4d\x0d\x67\xdf\x04\xa2\xdc\x7c\xe6\xee\x97\x30\xf8\xbc\x84\x7a\x23\x88\x49\x8a\xde\xb9\xfb\x7d\xe4\xca\x57\x4f\xaf\xf6\x7e\x89\xcd\x6e\xc9\x2f\xc1\xfb\x7d\xc8\xa1\xb2\x76\xf9\xbd\x34\x16\x4b\x7c\xb8\x9d\xe5\x2e\x8b\x7b\xbb\xb7\x92\xd1\x6f\xc5\xfb\x7d\xba\xef\xe1\xbc\x08\x3a\xb0\x53\xcf\xbb\x50\xac\x97\xa7\x1f\xb6\xf7\xfb\x38\x34\xd8\x57\xc6\xed\x73\xdb\x17\xe1\x71\xf0\xb0\xdd\xb9\x07\xc5\x7e\xd9\x4d\x47\xa7\xd8\xf2\x22\x10\xaf\x9b\x96\x36\xd8\x08\xb4\xb4\xad\x32\xe0\x44\x5b\x6a\xab\x1d\x30\x8d\x35\x9c\xc7\x26\x60\x4f\xc8\xfb\x93\x42\xa1\x79\x7f\x82\x22\x3b\xc4\xd5\xf4\xb7\xb3\x60\xda\xea\x2d\x51\x69\xad\xb4\x5d\xe8\x85\x6e\x25\xc6\x4d\x48\x18\x3a\x76\xa1\xde\xfd\xb6\xdf\x18\x28\xe5\xfb\xea\x0b\x66\xa2\x52\x77\x5f\x46\xc4\x52\xdf\x57\x2d\x23\x79\xe7\xd6\x34\x60\x5f\x49\x3d\xed\x32\x74\xd7\xd4\xb0\xe7\x76\xdc\xbe\x0a\x57\xd3\xe5\xfc\x7c\xb6\x63\xf7\x05\xa1\xbe\xa5\xfd\xc9\x7c\x58\x41\x6d\x8d\xfa\x1c\x48\xe8\xde\xb9\xe7\x05\x37\xa1\x25\xe7\x23\x9e\x17\xdc\x81\x7a\xf8\x2d\x60\x04\xee\x3c\x5f\xa7\xcf\x4b\xfc\x7c\x4b\xce\x03\x3c\xef\x53\xc1\x85\xf2\xa5\xfd\x2c\x5e\x64\x1d\x28\x8f\x3b\x93\xa4\x9e\xf7\x27\x8e\xbd\xee\xbd\x7d\xfc\x9a\x4c\xd9\x65\x88\xe7\x7d\x24\xe5\xb7\x7a\xac\x37\x5e\xd4\xa1\xbd\xae\x96\xba\xbe\xb8\xe7\xf5\x09\xb1\x9c\x29\x7c\x6f\xa0\x59\xeb\x6d\xf5\x16\x57\x91\xd4\xcb\xbf\xa0\x42\x7c\xdc\x60\x58\x5a\x3c\x37\xa1\xa3\xbc\xd9\x04\xd9\x27\xfa\xd1\x57\xbf\x9c\x6f\x5d\x6b\xe5\x71\x73\x60\xea\x6d\x13\xc4\xb9\xe4\xe8\x97\xaa\x11\xc8\xa6\x1f\x56\x23\x87\x0c\x38\xa5\x85\xbe\x09\x01\x29\x79\x7f\x12\x5d\xd0\x39\x36\x21\x51\xcb\x26\x78\xe2\x81\xd0\x36\x61\xe0\x1a\xb1\x9a\x3e\x74\x52\xa4\xc5\x20\x3c\x2f\xe1\x39\x6d\x49\x3e\xcf\x62\x97\x7b\xf9\xde\xb8\x90\x48\xf7\x1b\xae\x33\x2a\xbb\x73\xc4\x74\x9c\x7b\xf1\x10\xd7\x91\x7a\xd9\x0d\x23\x55\x4a\xef\xbb\xb7\xf8\xd5\xf4\xb2\x3f\x01\x96\xb6\xf7\x45\xc0\x4b\x3e\x2f\x49\xfb\x59\xfe\x5f\x4b\x7c\x7f\xfc\x76\x6e\xa9\xaf\x5a\xfc\x66\x5d\xda\xf6\xc7\x37\x42\x5e\x7e\x30\xcf\x3b\x5f\x6e\x81\xbe\xc6\x63\xea\xe2\x28\xcb\x80\xf3\xbc\xd3\x2d\x18\x7b\xf1\xb8\x8a\xa8\xc6\x5d\xcb\xc4\xa9\x73\xaf\x7b\x57\x00\x2d\x1e\xeb\x71\x2d\x77\x5e\x8e\x8b\xef\xfb\x1c\xe4\x26\xf6\xf3\xf9\x75\x35\x75\x0e\xce\x8b\xbc\x2f\xe0\x1a\xa9\x7b\x19\xaf\x1b\xa3\xca\x32\x7d\xbf\x2f\x88\x13\xa9\xbb\xc2\xe3\x7d\x05\x0d\x71\x12\x7c\x24\x02\xf8\x03\xc0\x5d\x42\xc0\x73\x68\xdd\x9b\xef\xab\x48\xf5\xb3\x2f\x6b\xb9\x11\x50\x75\xd7\x5d\x86\xdf\xdf\x7d\x35\x9d\x93\x33\xad\x9b\xd5\x08\xa8\x99\x76\x3b\xb0\xc9\xe7\xc5\x94\x9b\x70\x8d\x33\x69\xda\x6f\x38\x3f\x53\xf6\x1b\x0f\x4a\xa4\xb6\xdb\x01\xfa\xd1\xd9\x77\x2d\x93\x03\xca\x17\xcc\xfb\x8e\xc3\xbd\xee\x36\x81\xec\xf5\x6b\x8b\xbd\xee\x38\xd5\xd2\x2e\xc3\x4d\x3c\x6d\x77\x7f\xa0\xee\x5a\xca\x85\xf7\x1d\xd9\xdd\xf0\xda\x26\x4c\x1c\xb8\xd6\x78\x0c\xd7\x4c\xed\xbe\x10\x24\xd6\xcf\xb8\xfa\x82\xf3\x63\x3f\x7c\x15\xda\xe1\xe0\xc6\x81\x5d\xc6\x85\x90\x92\x56\x6f\x5d\xc3\x5e\xbe\x5a\xa4\xa8\xcc\x25\xed\x42\x49\xcd\x53\xf7\xdc\x62\x15\x2a\x8b\x15\x7b\x5f\xe2\x31\xda\x72\x14\x7a\xdf\x09\x60\xcf\x52\xfe\xbe\x6e\x44\x2e\xeb\xd8\x32\xc2\xc4\x9e\xb0\xfa\x02\xc7\x93\x6a\x5e\x4d\x9f\x24\x08\x09\x61\x13\xe0\x66\xcf\x73\x13\x2e\xf4\x44\xc7\x2e\x94\x13\xbc\xf7\xdd\x52\x31\x05\xa5\xa5\xfd\x89\x98\xb5\x7c\x7c\x65\xa0\x10\x2b\x69\xb7\xf4\x45\x3b\xee\x83\x3c\x5c\x73\x99\x96\xe6\x64\xbc\xaf\x73\x1a\x7e\x06\x8d\x97\x30\xb4\xb6\x94\xf2\xe3\x1d\xa8\x74\x9a\x8f\xc7\x58\x43\xf8\x37\x02\x82\xdf\x19\x57\xa1\xc4\xa7\xf4\xc3\x6f\xc5\xf1\x7a\x54\xc0\x32\x68\x4d\xd7\x5c\xb6\xe5\xc4\x31\xdf\x47\x8b\xbf\x2c\x75\xcc\x5c\xe2\xf6\xba\x37\xe7\x62\xb4\x16\xe7\x35\x97\xb3\xd1\xd1\xf6\x27\xba\x04\xc9\x0d\x0f\x01\xdd\x77\x8d\xfb\x13\x6e\xa0\xe5\x9d\x36\x9d\x8d\x2a\xfd\xfc\x13\x52\x25\x6f\x4f\x77\x7c\xd8\x6d\x9a\xa8\x44\xc2\xee\x17\xb1\x49\xc5\x47\x6f\x2e\xc7\xa3\xda\xd7\x27\x40\x6c\xe4\xa5\x6e\x9e\xae\x13\xc8\xd9\xb7\xdb\x7c\x1d\x35\x21\xe4\xd5\xea\x97\x0c\xb2\x21\xed\x37\x50\x11\x55\x5f\x2b\xd3\x39\xa8\x9c\xf7\x70\xbe\xb7\x9b\xcd\xf2\x26\xe8\x70\x89\xe5\xfb\xe4\xc2\x0a\x52\x37\x81\xf1\x75\x16\xc2\x08\x0f\x63\xf3\x7d\xf2\x42\x58\xe3\x4b\xac\x75\x5a\x5a\xdd\xf9\x12\x93\x9c\x42\x59\x04\x42\x84\xdb\x5a\xc4\xd3\x9d\x75\x5a\xea\xab\x73\x23\x60\xaf\xd9\x2d\x45\x41\x98\xcb\x9e\xa3\x11\xc8\xa6\xf5\xb7\x37\x48\xe0\x9c\x56\x6f\x71\xe4\x2c\x8b\xe5\x9e\x7e\xe5\x83\x47\xe9\x84\xce\x61\xbb\xcb\x80\x8f\x2f\x69\xb7\xa3\xf9\x1b\xbb\x5a\x8c\x95\xdf\xcc\xc1\x40\xa6\xd0\x56\xf7\x07\x69\x6d\xd2\xd7\xb9\x1b\x43\xd2\xb1\x86\x10\x3f\x98\x74\x86\xfd\xc9\x64\x45\x1e\xbb\x50\xdc\x5e\x8e\x3d\xd9\xb8\xbd\xe4\xf2\xd5\xc2\x25\xb8\xbc\xbb\xe6\xb6\xc5\xfd\x8d\xc0\x44\x1d\x6b\x7d\x10\xeb\x94\x8f\x3d\x0d\xf8\x6f\xb7\x63\x0f\x90\xe2\x87\xce\xfc\xf5\x56\xe1\x35\x67\x3f\xf6\x0e\xc5\x3b\x1b\xd0\x1b\x08\xee\x9d\xdd\xf7\x1b\xcd\xb5\x6c\x79\x13\x3c\x67\xf6\xf7\x09\x0c\x75\x5f\x2b\xc8\xf9\x88\x5e\xe3\x26\x54\xc4\xed\xdd\x30\x99\x44\xc9\x69\xe2\x84\x8c\xe3\xf0\x1a\x20\x5c\x56\x4a\x8e\xbb\xb7\x03\xb5\x5b\xff\x08\xbe\x82\xbe\x4f\xc4\x36\xc4\xb8\x0b\x1d\x1c\xd8\x5f\xd3\x27\x2b\x08\x0e\x3b\x1f\xef\x83\x1e\x3f\x72\x2d\x18\x01\xe8\xd4\x5e\x3f\x82\x73\x6f\xfb\x13\x52\x93\x54\xa4\x05\x11\x1e\x86\xb0\x6f\x02\x1b\x08\x0e\xdb\x08\xa4\xe4\x74\xd1\xd0\x08\x04\x68\x77\x16\xae\x08\x4c\x76\xfe\xde\x60\xbf\x7c\xed\x68\x38\xb7\xa5\x4d\x70\x1d\x5a\xd9\xd5\x3e\x2c\x6d\x14\x36\x46\x80\x25\xac\x79\x7f\xa2\x21\x24\x2b\xb6\x08\x60\x44\x65\x77\xc3\x13\xc1\x6f\xb4\xb8\x08\x58\xc8\x33\x0b\xc6\x08\x9e\x56\xbd\xae\xa6\xbf\x9e\x5b\x9d\x03\x5b\x04\x66\xbf\xec\x42\x13\x3a\xd6\xbc\x1a\xf6\x66\xba\x5f\x77\xa1\x19\x31\x66\xcf\x0b\x58\x3b\xf5\xd8\xdd\x7f\x7d\xe1\xf6\x5d\xa8\x7b\xda\x7d\x7d\x41\xa5\xea\xfc\x9d\x11\x24\x91\xb6\xb2\x07\x08\x89\xb4\xf8\x6d\x24\x42\xc6\x65\x65\x37\xec\x82\x15\x6b\xbb\x0c\x37\xbc\xb6\xdd\x52\x67\xc5\xd2\x2e\x43\x0e\xc7\xf5\x6f\x63\x3a\xdd\x76\xbd\x3e\x41\xfd\x97\x63\x5e\x9f\x60\xe8\x68\xe7\xb1\x3e\x41\xec\xc8\x65\x77\x0e\xbe\x2a\x97\xdd\x0e\xbc\x10\xf3\x91\xfe\x7c\x81\xe9\x6d\xfc\x2d\xf6\x7a\x43\x4a\x2e\x65\x8f\x0d\x70\x01\x39\xec\xf1\x55\x20\xbe\xd5\xf8\x11\xe0\x5b\xbf\x37\x80\x91\x29\x7b\x9e\x39\x06\x5b\xff\x3e\xc1\x1a\xe3\xbc\x8d\x08\x88\x42\x6d\xf7\x9c\x88\x82\xb2\xf7\x0e\x4c\x46\xcb\xdf\x27\x6e\x0c\x3e\xd7\xe8\xb9\x63\x79\xde\x83\x05\xd7\x91\x8f\xb4\xca\x50\xf8\xa7\xbd\xb1\xd6\x2c\xf1\x94\xe9\xeb\x0b\x81\x84\xd9\x9d\x27\x44\x40\x59\xd1\xf3\x26\x80\x81\x92\xda\x26\xb0\x44\xfb\x26\x34\xec\x68\x7b\xab\xa0\x97\x6c\xee\xde\x24\x02\xec\x72\xdc\x6f\xb8\x72\xfd\xab\x45\x03\x94\xdd\xff\xc4\x08\x80\x76\xd6\xdd\x7d\x3c\xf7\x72\x0c\xbb\x2f\xc4\x2c\x9d\x67\xdf\x04\xec\xe9\xde\xdb\xf3\x7d\x0e\xef\x7e\x5e\x84\xc8\xaa\xe6\xb0\x15\x01\x86\x1a\x89\xd4\x08\x19\xe7\xf4\xaf\x0c\x98\x13\xb7\x80\x1a\x01\xc7\x87\xea\xa3\xbe\x02\x5d\x48\x17\xeb\x04\x58\x0f\x6e\x45\x23\xc0\x7a\xb8\x19\x40\x04\xdc\x09\x7c\x55\x9f\xef\x23\xa9\x25\x97\xbe\xab\xc5\x1f\xce\xa5\x16\x11\x7c\x4c\x57\x19\x58\x62\x9b\xbb\xae\x19\xc1\x43\xe9\xd2\xfa\x04\xf4\xaa\xe4\xfe\x16\x46\x70\xbf\x3c\xf8\xe7\x7c\xbe\xe0\x7d\x94\xa3\xae\x96\x8e\xc0\x0a\xda\x23\x36\x08\xeb\xe9\xdf\x27\xd5\xc7\x74\x8d\x98\x40\x27\xce\x7c\x1e\xbb\x0c\x40\x73\xdc\x63\x2e\x9f\x2f\xd1\xe6\xad\xec\x51\xc7\xd6\x92\x8f\x1c\x37\x61\x52\xe8\x2a\x83\x7b\x33\x1f\x79\x0d\xf2\x1c\xa0\xa2\x95\xb2\x09\x3a\x06\xa3\x9f\x9c\xe1\x05\xc9\xb4\xad\xed\x11\x5e\xc0\x44\xeb\x11\x37\x01\xe5\xcd\xc9\xdd\x6b\x04\xad\xb1\x5a\xf2\x26\x4c\x3c\x54\x7c\x15\x1a\x81\x9b\xc4\x47\xdd\x08\x04\xde\x22\x5f\x89\xa0\xd3\xe1\xe8\xbb\x1d\x04\x51\xb8\x5a\x56\x04\xd2\x7b\x84\x45\x00\xa4\xb0\xb8\x23\xa7\x08\x98\xcc\x91\x59\x45\x70\xc6\x73\x15\xea\xf1\x30\x39\x85\x4d\x60\xd1\x95\x5d\x28\xb7\x51\xfd\x6a\x41\x24\x0b\x7d\xb5\xf4\x75\x1d\xcf\x19\x37\x21\xb1\x60\x76\x3b\x22\x5a\xb6\xaf\x61\xe8\x12\xda\x47\xe0\x46\x73\xd7\x08\x11\xb0\x49\xd4\xdd\xb0\x44\x94\x89\xef\x7d\x23\xe0\x5e\x91\xf7\x27\x1e\xbb\x7c\xee\x86\x21\x0a\xd5\x63\x13\x2a\x1a\xc3\xef\x0d\xe2\x04\xdd\x78\x2b\x82\x8f\xc7\xae\x05\xaf\x0e\xd7\xd3\x8a\xc0\x65\x1c\x77\x6f\xe1\xcd\x3c\xf6\x52\x84\x06\xf7\x76\x6c\x82\xab\xa7\xf6\x10\xc2\x00\xbb\x51\x4c\x04\x24\x95\xf0\x7d\xe2\xc1\x0b\xdf\x1b\x98\x42\xd2\xee\x6d\x43\x61\xd3\xbe\x6a\xb1\xaf\xe4\x5d\x46\xc7\x71\x2a\xfe\x39\x0e\xcc\xde\xbe\x5c\x11\xb5\x3f\x97\xb8\x9a\x3c\xc4\x40\x04\x0c\xb9\x71\x0f\xd6\x45\xe8\x58\xdb\x6d\xba\xfc\xc0\xde\x6d\x42\x8d\x90\xeb\xee\xc6\xed\x0e\x72\xbb\x8c\x25\x4e\xed\xb1\xb9\x71\xa2\xfa\xe6\x08\x71\xaa\xee\xdd\xe5\xe2\xd4\xba\x15\xc3\x0b\x04\x58\x3e\xfa\x6e\xe9\x8b\xe5\xbf\xee\xe5\xf5\xba\x5b\xd1\xee\x9c\x94\x6a\x39\xed\x1d\xea\x51\x74\x1e\xcb\x69\x04\x24\xb0\x9e\x77\xc3\xd0\x5d\xe5\xaf\x0c\x1c\xba\xcf\x6f\x11\xc3\x1d\xc7\xb8\x3f\x99\x18\xa3\xe2\x6e\x98\x84\x94\x1c\xf6\x59\xe2\x62\x9d\xeb\xf4\x45\x20\x50\xb5\x7e\x9f\xe0\xa2\xb1\x97\x97\x03\x38\xd5\xbe\x5a\x0a\x3a\x53\x73\xf3\xb9\x08\xa8\x00\xf6\x6a\xf2\x08\xbe\xbc\x8f\x9f\x11\x50\xdc\xc6\xb6\x09\xb0\x54\x47\xde\x04\x94\x37\xc7\xf7\x09\x7b\x67\xef\x0c\xd4\xc3\xe4\x10\x73\x42\xc1\x5a\xf7\x11\x98\xec\xe3\xfb\x04\x35\xf5\x9e\xec\x11\x3c\x1b\x61\xdd\x04\xa4\xa7\xb6\xdb\x11\x09\xbb\xdc\x43\x88\x39\x22\xc7\xb0\x1b\x86\xff\x57\xfd\xca\x40\x02\x3b\xca\xee\x3e\x81\xdd\x47\xff\x3e\xc1\xc9\x6e\xaf\x53\x02\xf6\xb2\xeb\x8b\x45\x00\x27\xe7\x1b\x53\x32\xf7\x9d\x7b\xdb\xfb\x05\x16\xbe\xde\x16\x8e\x8e\xbd\x3d\x86\xf4\x92\x39\x7e\x85\xca\xbe\x99\xdd\xe2\x2e\x02\x32\xeb\x3e\x07\x60\x1a\x73\xfc\xdb\x1b\x1d\xa6\xfc\x23\xe8\xe8\x70\xa1\xcd\x08\x44\xaa\x1c\x75\xf7\x16\xdb\x64\xf9\x46\xac\xbb\x37\xf2\xae\xa5\x7b\xd3\xbf\x37\xf0\x63\xdd\x7b\x0e\x77\x93\x7c\xec\x4b\xd0\x39\xd1\xfe\x15\x7a\xe1\x61\x5a\x3e\x42\xe5\x48\xdf\xed\x90\x13\x66\xf1\x68\x06\x11\x98\xb9\x7d\x0c\x62\x26\xca\xf9\x9b\x06\xd7\x9c\xec\x1d\x25\xe4\xa3\xb3\x84\x6f\x39\xa0\xba\x6b\x7b\x13\xe2\xe8\xdb\xf2\xbe\x7c\x40\x28\xca\xee\x7e\x23\x02\x9a\xcb\x6f\x69\xe3\xed\x96\xbf\x51\x47\x95\x79\x94\x4d\x00\x1f\xc8\x7d\x72\x45\x60\x9d\xee\xee\xe3\x4b\xd3\x8f\x7d\x5c\xe0\xfa\xda\xca\x5e\x63\xe8\xe0\x4b\x76\x56\x2c\xbe\x60\xad\x67\xb7\x92\x19\x01\xe7\x9a\xe2\x3b\x3b\x2e\x67\x3f\xf7\x70\x33\x82\x98\xf9\x76\xf8\x56\x8f\xee\x47\x97\x17\x5f\x15\x5f\xe1\x0a\xdb\x11\x7c\x2c\xc2\x09\x73\xe2\xed\x88\x7e\xc0\xd6\xd3\x85\x8a\xe8\x96\xa0\x7a\xb6\x8f\xe0\xc1\x3e\xcd\x09\x23\xba\x3d\x6f\x95\xc1\xf6\xa8\xee\x0e\x61\x04\x2d\x87\x1a\xcb\xb1\x09\x78\xec\x1c\x8b\xe0\xb6\xeb\x25\x08\xc7\x57\x20\x25\xf6\x49\x5a\x84\xc6\x91\xd3\xf7\x27\x0d\x4e\xf4\x5c\xdd\x07\x42\x43\x60\x3e\x7f\xbc\xc0\xec\x6d\x8e\x8e\xb0\x06\xdc\x91\x2c\x4a\x5f\x83\x35\x6f\x42\xa5\xf6\x60\xb9\xeb\xda\xba\x49\x92\x47\x14\xb7\xec\x0b\x30\xb9\x2f\x69\x0d\x5e\xe8\x0e\x74\x39\xbd\x91\xe9\x7d\xe5\x2a\x52\xcf\xb2\x09\x09\xfd\x97\x8f\x4d\x72\x63\x5f\x3d\x77\xa1\xa8\x21\xeb\xda\x4c\xc9\x25\xdc\xe6\x81\x50\x39\xf9\xe5\x53\xdb\x57\xa8\xdb\x7c\xc2\x2e\x63\x38\x77\x1c\x9d\x30\xa4\x4b\xaf\xa7\x9f\x8b\xc9\xcf\xf8\xbc\x44\xde\xe4\xb3\x58\xdc\x2a\x64\x84\x8e\xa2\xe1\x5c\xdd\x77\x74\xaf\x70\xac\xde\x12\x5c\x56\xdd\xdd\x2b\xa7\x15\xa5\xed\x00\x0f\x46\x40\xeb\x58\xfe\x46\xe0\xe2\xf0\x23\x2c\xbf\x8f\xab\x33\xfc\x70\xc9\xef\xc3\xc5\xd1\xfd\x76\x36\x02\x1a\x10\xe7\x6c\xf3\xfb\x60\x04\x8a\x7d\x97\x81\xf7\xdf\xe2\x8f\xf2\xfb\x14\xb4\x17\x7e\x40\x19\x01\xa9\x36\xec\x32\x3a\x9a\xf2\xba\xde\x20\xea\xb4\xd5\x74\x6e\x82\x6e\x45\x77\x05\x10\x01\x69\x21\xac\x6a\x51\x20\xa7\xfe\x95\x81\xd2\xc4\x51\x23\x44\xd0\x95\xef\xfe\x5f\x22\x78\x3b\xe2\x22\xc0\x95\x66\x3f\x06\x8d\x90\xe9\xdc\xf7\x86\x77\x6e\x97\xe1\x16\x8c\xaf\x1d\x38\x0e\x2f\x0d\x59\x76\x5e\x2f\xb9\xb6\xcf\x08\xb7\x3b\x0c\xae\x31\x05\x26\x20\xe7\xbc\xab\x7d\x51\x42\xb7\x35\x84\xc0\x04\xd4\xd3\xef\xab\xfc\x82\x40\x59\xdd\x23\xc3\x08\x0c\x90\x1b\x3d\x8c\xc0\xad\x58\xeb\x2a\x14\x3c\xc4\xbc\x2e\xc1\xec\x57\x4b\xeb\xbb\x2f\x44\x13\xe5\x33\xae\x6a\xf1\x71\xca\xee\xf3\x9c\xb3\x4b\x71\x29\xef\xbe\x10\x6b\x58\xea\x9e\x7d\x77\xa1\xf3\x28\x1e\x23\xb8\x3d\x3d\xad\xa6\x4f\xa0\xed\xbf\xf5\xe1\xbe\xf9\xee\x0a\x9c\x97\x5f\x7d\x8e\x69\x17\x8a\x35\xf7\x0c\xbb\x8c\x81\x98\xeb\x3a\xc5\xe2\x2a\xc4\x7a\xa6\x8f\x80\x5e\xc4\x3f\x29\xdb\xbe\xe9\x0d\x2b\x6e\x05\xc9\xb1\x6d\xc2\xeb\x96\xb6\xb8\x08\x28\x08\x4f\xdf\x1e\xc5\x9d\x05\x5a\xc6\xfe\x6d\x04\x70\x69\x3c\x4a\xd4\x08\x19\x31\xd7\x39\xaf\xb2\xd8\x6c\xd7\x5b\x1b\xe1\x41\xec\xcf\xab\xa5\x43\x2e\x74\xad\xf7\xd5\x52\x9f\x97\xd2\xd3\x26\x20\x60\x7c\x9f\x5c\xbe\x70\x3f\x02\xf6\xcd\xbc\xda\x31\x3c\xdd\x89\xef\x97\xe2\x4e\x1c\xd5\x63\x8c\x8c\xd0\xd8\xea\x3e\xd9\x65\x85\x59\x9c\xf5\x23\x24\xce\x8f\x55\x28\xf1\x57\xd9\xa3\xc5\x8d\x40\x7c\x5e\x3c\xe2\x26\xb8\xb7\x0d\x65\xd4\xf7\x39\x18\x42\x9f\x17\x23\xb0\x81\x9c\xef\xae\x0e\xfe\x53\xc2\xb9\x09\xc9\xad\x97\x61\x11\x70\xa0\x3c\x7c\x25\xd7\x85\x19\x12\xc3\xae\xe5\x62\x08\xc3\x7e\x83\x90\xa2\xc5\x78\x56\x77\x46\x4b\xab\x73\xd5\x4d\x54\xc9\x31\x0b\x72\x7d\x41\xc7\x4f\xd6\xb9\x3f\x5e\x60\xd5\x4d\xdf\xcd\x4d\xce\x46\x48\x9e\x8c\x71\xd5\x88\x1d\xbb\xbb\x07\xaf\x11\x6e\x08\xbb\x91\x08\x07\x39\x1c\x9b\x90\x08\x14\xdf\x1d\x75\xe7\x89\xe2\xc2\xb9\x11\xf0\xd9\x70\x29\xae\xfa\xa6\x4e\x4b\x7a\xaa\xce\xeb\xe5\xb3\xae\x76\xc0\x85\xe5\xc5\x53\xd4\x15\x95\x5c\x77\xc3\x3c\x2a\xb9\xf8\xf9\x5c\x5d\x85\x58\x62\x5a\xed\x10\xb6\xda\x99\x1c\x1b\xc6\x08\xec\xbf\xa3\x84\x4d\x08\x30\xf6\x8c\x6f\xf3\x69\xed\x6e\xf4\x10\xc1\xe3\x5a\xe2\x22\x24\xd7\x3b\xed\x37\x08\xdb\xf0\x18\x1d\x23\x34\x74\x02\xae\x1f\x6d\x1e\x28\x57\xdd\x04\x68\x04\x78\xdf\x75\x2b\x36\x77\x4e\xaf\x2d\xaf\x76\x90\xff\xa1\x2d\x6e\xb0\xb9\x86\x2c\xad\x9d\xd1\x5e\x40\xf0\x9b\xdb\xd3\x45\xc0\x69\xe1\x08\x9b\x80\xc4\xef\x6c\x6a\xf3\xab\x25\x3b\x16\x83\x11\x2e\x2c\xa0\x3e\x51\x46\x20\xba\x2a\xec\x76\xdc\xde\x8e\xfd\x09\xa1\xdf\x6e\x01\xcd\xed\x1d\x19\x55\x44\x59\x2d\x25\xb6\x2e\x9f\xed\x23\x00\x47\x95\xdb\x26\x10\x70\x93\x57\xc3\x00\xea\x4c\xe1\x5c\x4d\xc7\x06\x56\x96\x28\xd4\x7c\x2a\xeb\xe2\x78\x9a\x87\x6d\xb7\x9a\x57\x2d\x33\x7b\x48\xdf\x6a\xe9\xbc\xb1\x1b\xa5\x55\x2d\xec\x72\x5d\xfc\x4c\x73\xa5\x6b\xf6\x98\xa5\xdc\xdf\x67\x8d\x7a\x59\x04\xcf\x16\xec\x1b\xb2\xbb\x65\x29\xbb\x93\x9d\x08\x2c\xed\xbe\x3f\xe1\x1c\x58\x32\x5a\x7f\x9f\xe2\xfe\x27\xc7\x22\x34\xd4\x90\xce\xf1\xf4\xe5\x96\x98\x7d\x69\x1b\xa1\xe3\x70\x10\x37\xe1\xe5\x3c\xda\xed\xe8\xd8\x6a\xd3\xaa\xc5\xfd\x03\x97\xea\xa0\xbf\xca\x12\x70\xd6\xd6\x57\xa1\xf8\xf6\xe5\x70\xc6\x4d\x20\x11\xc1\xb9\xfa\x02\x68\x7a\xcb\x69\x11\x10\xfb\xab\xc7\x92\x19\x21\xe0\x09\xb1\x07\x88\x13\xbc\x95\xef\x93\xdb\xad\x53\x75\x13\x50\x0c\xec\xa6\x83\xab\x5a\xbf\xce\xe1\x94\x9a\xc2\x1e\x0f\x4c\xa2\x6d\x69\xc8\xba\x7b\x75\xd4\x10\x36\x21\xb9\xca\x3d\x2f\x82\xf3\x99\x69\x35\x8c\x6b\xa1\x2d\x55\xf7\xf2\x2f\xce\x5f\xb5\x78\x41\x95\xe8\x87\xc1\xf5\x92\x02\xaa\xae\x89\xba\x16\x4b\xb8\xd4\x5d\x97\x47\x79\x35\x8f\x8a\x34\x82\xb3\x84\x3e\x0d\x97\x4f\x65\x59\x47\xce\xe5\x51\xb3\x65\xe9\x34\xae\xf7\x71\xd9\xd9\xb5\xc1\xd7\xf2\x73\x70\x30\x85\x7c\x2d\x1c\xb5\xf3\x58\xb5\x10\x96\x54\x1d\x6b\x2b\x2f\x0f\xe4\x96\x77\xc3\xf0\x40\x6e\x8e\x3b\x62\x04\x9c\x63\x97\xde\xfa\x7a\xc9\x10\xd0\xdc\xe5\xcd\x08\xd8\xc0\x96\xc0\x75\x39\x8e\x5a\x3d\xdb\x2e\x14\xcf\x90\x9c\xd7\x00\x79\xf4\x8f\xbb\x9b\x8b\x40\x2c\x59\x5c\x4d\x1f\x6e\xb4\xc9\xab\x5a\x57\xa5\x04\x67\xd6\x2e\xe7\xef\xb2\x43\xc8\x88\x10\xd0\x14\xfc\x0b\x36\xb0\xcb\x83\xbc\xd3\x92\xd6\x2f\x77\x7f\x6b\x1e\x5e\x64\x04\x8f\x06\xf8\xde\x40\x33\xd5\xf3\xaa\x11\xcc\xd4\xd6\xfb\x7e\xc3\xc3\x0c\xeb\xea\x39\xa0\x9a\xd5\xc3\x47\x44\x70\x5d\x7a\xdd\x84\x80\x2a\x62\x57\x0b\xdc\xe6\x5a\xe6\x46\x40\x97\x9e\x77\x2d\x15\x57\xfc\xbe\x6b\xe1\x56\x4c\x7b\xf4\xb0\x3d\xa5\x78\x9e\x9b\x80\x7e\xb4\x95\x4d\xf0\x19\xd8\x04\x87\xfb\x3a\x37\x01\x13\x7c\xd9\x03\x3e\xd1\x07\x3a\x18\x41\xbe\xfd\x8a\x4b\xeb\xe4\xbc\x57\xb8\xa3\xfb\x06\x88\xc0\x25\xe8\xcb\xfc\xf6\x8d\xd0\x0f\x57\x33\xdd\xee\xd3\x5a\xf2\xf7\x89\x54\xd6\x69\xf1\x7a\xf7\xfb\x34\xda\xe1\x9c\x86\x11\x30\x14\xf8\x51\x7a\xbb\x49\x23\x97\xaf\x1d\x97\x2f\x9e\xba\x08\x38\xc6\x94\xaf\x1d\x37\x39\xa9\xc3\xae\x16\x5b\x9c\x23\x47\x19\x81\xee\x2f\x13\x8f\x11\xdc\xcb\x65\x7f\xf2\xb2\x00\x7d\xc4\x6e\x0f\xd8\x6b\xd5\xcf\xc5\xdb\xf1\xba\x9a\x87\x2a\x8a\xe0\x0e\xa5\xdf\x27\x98\x11\xc3\x47\xc0\xd4\x9b\xc3\x26\xe0\xd2\x5b\xfb\x26\x80\x1b\xd0\xcf\x4d\xc0\x67\x2a\x7c\x84\x8b\x01\xda\xed\x60\xab\x2c\xb9\xf7\x76\xdb\x42\x5b\xcc\xf0\x72\xd7\x2e\xed\x7b\xe3\xf2\x08\x9c\xba\x09\x40\x27\x97\x63\x13\x18\x8f\x96\x36\xc1\xd9\x97\xdd\xf4\x8b\x2d\xd6\xbf\x42\x0b\x0d\xdb\xe3\x81\x1e\xee\x1b\xd3\xd7\x19\xfb\xbc\xdf\x78\xb9\x9d\xd3\xae\x05\x0b\xe8\x12\x95\x6f\xd7\x08\x95\xfe\x15\x8a\xfd\x2a\xed\x4f\x70\x6d\xcc\x1e\xc5\x2f\x02\x50\xa3\x7b\x08\xc9\x5a\x90\xfb\x9e\x4a\xee\xab\xec\x98\x21\x79\x39\x96\xa7\x78\xec\x4f\xc4\xef\xa6\xb8\x27\x7b\x24\xa4\x85\x3d\x1e\xe8\x7a\x8b\x3b\x85\x1b\xa1\x00\x01\xb1\xe7\x65\x20\x09\xba\xeb\x8c\x08\x04\x2f\x9c\x6b\x08\xdd\x0e\xef\x1e\xb7\x22\x80\x37\xfa\x35\xac\x61\xf3\xf9\xaa\xe5\x02\x3b\xf6\x1a\x1b\x0e\x37\x5a\x77\xd3\x5f\x94\x0b\x5f\xc3\x5e\xac\x42\x7b\xd4\x1d\x5e\xe0\x0c\xbb\x61\x98\x33\x43\xdf\xd5\xbe\x88\xb9\x5f\x4b\x65\x9a\x4d\xe7\xdf\xaa\x55\x5f\xd2\x5e\x52\xc4\xf9\xa7\xa5\xd3\xb8\x57\xf4\xfc\xb7\xc6\x90\xd1\x4a\xdf\x9d\x73\x1c\xd9\x73\x0f\x32\x21\x7d\xa5\xec\xf1\x80\x37\x6b\x7d\x1f\x17\x78\x20\xe7\xc5\xcc\xdf\x4b\x98\x4e\xce\x14\x3c\x2f\x79\x20\x6b\xf5\x33\x79\xb9\xe2\x37\x47\x05\x33\x02\x37\x49\xf5\x76\x3c\x0e\xac\x96\x8b\xdf\xf0\x8f\xdf\xce\x29\xfa\xcc\x3d\x1e\xfd\xd3\x6a\xfa\x08\x6e\x46\x3c\x36\x01\x87\x74\xb7\xa2\x3e\x8e\x94\x9a\xe2\xd7\xb0\x97\x00\xaa\xf6\xe7\x40\x66\x7b\x7b\x22\xe2\xc5\xdd\xea\xe9\x61\x5f\xab\x91\xca\xd0\x76\xb6\xa5\x35\x78\xdc\xa2\x9a\x1c\x8f\x49\x84\x97\xd1\x4b\x8b\x80\x59\xe4\xcc\x79\x13\xdc\x08\xb4\x09\x85\x10\xe3\x73\xd7\xe2\x98\x97\xbe\x9a\x9e\x65\xa7\x5c\xf6\x89\x67\x69\x0c\x73\x59\x43\xe1\x1e\x2f\x61\xb7\x14\xeb\x43\x5b\x0e\x3f\xcf\x3b\x08\x42\xf6\x28\x6d\x11\x60\xfe\xf6\x0c\xf8\xba\x77\x48\x39\x23\x00\x9b\xb0\x94\xc9\x8f\xc3\x51\xb5\x52\x37\x61\xc0\xec\x94\xd5\x5b\xee\xde\xe6\x81\x0c\x46\xe8\x18\x2c\xf6\x2c\x82\xfd\xd7\x97\x49\xe3\x7d\x9f\x00\x1b\xe2\x87\xcb\x72\x2c\x6f\x8e\x4e\x60\x04\xb6\xec\x3a\xb0\x5f\x07\xe2\x2d\x31\xaf\x37\xdc\xb2\xbb\x58\x8f\x77\xc5\xc6\xac\x5b\xf1\x5d\xa8\x98\x4b\x65\x6d\x04\x14\x0d\x65\xb5\x83\x7c\x2e\x69\x39\x3e\x18\x61\x20\x80\x9e\x4e\xe0\x4c\x4b\x87\x5f\x60\xaf\x83\xd7\x56\x0f\x99\x34\x42\x74\xd6\x23\x6d\x02\xf2\x77\x5f\xb5\x8c\xec\x4a\xb5\x8f\x00\x23\x9b\x8e\x4d\xa8\x18\x3c\x57\xd3\x31\xe0\xd4\x65\x50\x7e\xdd\xfa\x90\xe2\xee\x1c\x22\x59\x5d\xc7\xe0\xeb\xf0\x3a\xd9\xc1\x84\x8c\x90\x5c\xa7\xb8\x3f\xc9\xa0\xfa\x1c\xfb\x13\xf7\x4f\xda\x63\x3a\x1b\xc0\x0a\x79\x8d\xa9\xc7\xe8\x38\x64\x4a\x1e\x2f\x69\x30\xdb\x5a\x96\xc3\x23\xbd\x53\x77\xd6\x63\xb8\xba\x3c\x2f\xbf\xbc\xb1\x22\xb4\xca\x57\x06\xbe\x23\x8b\x4b\x18\xeb\x42\x8f\x75\xbd\xe1\xfe\xfd\xeb\xa0\x1c\xee\x76\x96\xd6\xc2\x1d\x7e\xd5\xd6\xc5\xc8\x0e\x17\x84\x9b\xe3\x8f\x1a\x61\x3a\x61\x7d\xe2\x78\x79\x4b\xeb\x38\x5c\x73\x52\xd6\x85\x3e\x96\xe5\x71\x59\xed\xc7\x3b\xe0\x22\x97\x49\x63\xb8\xcb\x58\x8a\x3e\xc8\xc3\xad\x75\xb9\xee\x6a\x3d\x45\x8c\xa3\x25\x1a\xe1\xe6\x80\xaa\x7d\x13\x06\x47\x7a\x59\x04\x05\x73\xe4\xe5\xb4\x30\x5c\x3f\x9a\xbf\x4f\xe6\xc1\x36\xad\xab\x5a\xb2\x19\xe4\xa5\x3f\x1f\x2f\x50\xfb\x29\xb6\xb6\x09\x04\xca\xe5\xef\x0d\x76\x65\x5b\xd5\xe2\xc0\x95\xcf\x8f\xa0\x33\xa8\x3b\x10\x89\x11\x06\xfb\xf6\xd8\x85\xd2\xd2\xe2\x0b\x77\x2e\x71\xbb\xf9\x34\x4c\xd7\xd2\x37\x0f\x96\x37\x02\x89\x50\x96\xde\x7a\xbe\xcf\x03\xff\x5f\xd7\x27\x0e\xbe\xb5\xd6\xc7\xf4\x38\xff\xe4\x80\xa4\x22\x80\x92\xe6\x87\xfe\xdc\xfa\xf3\xaf\x0c\x10\x06\x97\xc8\x30\x5d\x7f\x5e\x97\x9b\xe6\xf2\xfb\x4e\x0e\xa6\x60\x04\x44\x76\x0f\xf9\xcc\xcb\x23\x3b\x2d\xa7\x96\xe9\x5c\x53\xf6\xb0\x93\x3c\xdf\x91\xdc\xd5\x2c\x6d\x02\xe6\xbb\x63\x11\xa6\x27\x07\xde\x2d\x9d\x0e\xbc\xc7\x92\x2a\x87\xeb\x34\x92\x47\x88\x88\x80\xac\x88\xee\xcd\x08\x27\xb6\xeb\x78\xfc\xf1\x02\xb3\xb7\xe1\x8e\x1d\xd9\x43\x84\xc4\x22\x3e\x16\x01\xeb\x94\x83\x92\x18\xa1\xf9\x27\x7d\x11\x00\xd0\x73\x1c\x24\x23\xdc\x68\xdb\x91\xd6\x45\x40\x06\x66\x01\x1a\x01\x28\x29\x57\x67\x88\xe0\x81\x99\xbb\x16\x62\x9f\x73\x5b\x3d\x7f\x03\x5c\x69\x5b\x85\x7a\x58\xae\x63\x99\x19\x21\x63\x36\xdb\x0d\x03\x9d\x33\xbb\x5b\x83\x11\xa4\x89\xa9\xbe\xff\x8c\x70\x79\x19\x9b\x70\xfb\xed\xbc\xc6\x83\x13\xbc\xf6\x73\x35\xcc\x33\x53\xe5\xdd\x74\x0f\xc9\x71\x07\xd5\xb2\x3c\x45\xab\x2b\x19\x8d\x00\xe4\xa7\x47\xe1\x1a\xa1\x63\x2f\xad\xab\x2f\x40\xf5\xd6\x1e\x57\x6f\x31\x28\x17\x77\xaf\x28\xc7\x72\x5d\xcb\x6d\xcd\xb3\xef\x61\x77\x94\x35\x82\xbb\xae\xb5\xd5\x74\xdf\xb2\x21\xac\x42\xd9\xa1\xc9\x51\xf9\x44\x40\x11\xb5\xfb\x32\x2b\x89\xf4\xcb\x6a\xe9\x6c\xde\x39\xba\x7f\xfa\x96\x4d\xce\x94\x1b\xa1\xb0\x3e\xe0\xe4\x44\x40\xf1\x02\x97\x5e\x96\x9f\x62\x76\xb0\x37\x23\xb8\x03\x14\xcb\xbc\x9c\xee\x76\xd6\xdc\x71\xd8\x08\x91\x69\xe0\x26\x11\x81\xdd\x95\x36\xa1\xf8\x1b\xab\x61\x64\x8e\xcb\xb5\xef\x42\xb5\x82\x8a\x8b\xca\xe5\x74\x11\x24\x95\xa3\x6e\x02\x16\xae\xbc\x9a\xee\x1e\x2a\xee\x4d\x61\x04\xc0\x5d\xdc\x5b\xdd\x08\xe4\x37\x70\x51\x59\x04\x5c\xe0\x8f\xd5\x8e\xe1\x39\x0b\xea\xb9\x09\x0f\x9d\x5b\x0d\x43\xd5\x9d\xdc\x17\xd6\x08\xe2\x89\x52\x2a\x8b\xc0\x75\xdd\x1c\xe9\xd0\x08\xc0\xa0\x27\x3f\x07\x82\x3b\x94\x56\x0f\xeb\x31\x02\x56\xe5\x23\xae\x37\x60\x2b\xfb\xe1\x3b\x6a\x79\xdd\x25\x0f\x63\x37\x02\x27\xb8\x83\x5f\x8b\xd0\xd9\x2f\xfb\x13\x38\x0d\xc7\xa9\x33\x82\xa3\x69\x22\x2a\x8b\x80\xb3\x80\xef\x97\xb0\xe6\xc5\xfd\x69\x45\xa0\x1d\x3e\xc8\x61\xc5\xd4\xb8\x8f\x61\x59\xde\x6e\xd9\x19\x3e\x23\x80\x41\xe8\x20\x06\x22\x5c\xe8\x45\xd2\x26\xdc\xf0\xf1\xbb\x0c\x2c\xf5\xb9\xc7\x4d\x90\x3e\xd0\xd5\x5d\x46\xc0\xef\xc3\x55\x77\x46\x78\x3d\x24\x60\x8f\xd8\xcb\xcd\xfa\xbd\x81\x81\xc1\x11\x41\xca\x72\xf1\x6a\xed\x1b\x8f\xc1\x75\x7d\xec\xa6\xe3\x8d\xe5\x90\x78\x22\xe0\x2b\x1d\x76\x2d\x84\x8c\x78\x5c\xbb\x08\x40\x0e\x1e\xab\x50\xe2\x6a\x9b\x63\x0e\x19\xc1\x7d\x2e\xf3\x2a\x63\xad\xd3\x5a\x36\xa1\x23\x76\x6c\x82\xd8\xca\xe6\x20\x06\x22\x10\xa5\xbd\x67\xce\x45\x65\x57\x61\x94\xed\x16\x15\xeb\x6e\x87\xdb\x15\xf7\xcc\x8d\x44\x08\xfa\xf1\x95\xe1\x7a\xeb\xaf\x0c\xa2\x88\x7b\xda\x04\x60\x57\xca\x57\x06\x8e\xf6\x5f\x19\x58\x3e\xce\x7c\x6c\x02\xd1\xd1\xa1\xfc\xf9\x02\x0b\x6e\x9d\xca\x79\x0f\xa7\x5b\xa7\x5c\xa9\x26\x02\x72\x63\xda\xfd\x5a\xe8\x31\x79\x13\xd8\xc3\xe7\x47\xc0\x69\xe8\x5c\x1b\x61\xb8\x22\xaa\xee\x7e\x81\x02\xe9\xf8\x05\x22\xe0\xda\x18\xbe\x4f\x58\x5e\xed\x7b\x03\xc7\xb4\xaf\xa3\x2f\xf0\xff\xdf\x1b\xaf\x87\xc3\xee\x32\x10\x41\xdc\xbb\x44\x04\x07\xc2\xde\xed\x18\x1c\xc7\x5f\x19\xc3\xbd\x80\xf7\x80\x0f\x0e\xfd\xf6\x15\xaa\xf1\x6d\x5f\xf7\x59\x80\xf1\x58\x6f\x4c\x17\x51\xeb\x2a\xc3\x8f\x9f\xba\x57\x13\xa0\x35\xa5\xef\x31\x5d\x40\x13\xf5\x23\x60\x15\x6a\xdf\x27\x04\xec\xed\x25\xea\xf8\xbf\xee\x1a\x21\x82\x5b\xdc\x57\x5f\xa6\x3b\x71\xf4\xfd\x89\xa3\xfb\xee\x2d\x4b\x26\xa5\xbc\xee\x9a\xe0\xba\xde\x1c\xcb\xee\x4b\x71\x97\xb1\x5d\x06\x06\xbe\xb8\x8f\x41\x6e\xc5\x1c\xf7\x78\x10\x20\x5a\x16\xeb\x11\x16\x8e\xa1\x07\x21\x97\x85\x9b\x5f\x8f\xba\x3b\x87\xbe\xc7\x39\x5b\x11\x60\xfe\xf6\xde\x41\xd7\x5b\x1c\xfd\xcd\x08\x58\x62\x8f\x7d\x74\xb8\x6f\x51\xfd\x3a\x87\x97\x6a\xdc\x67\xc9\x7c\xe1\x89\xfa\x2e\x03\xf5\x8e\x87\xf6\x8a\xc0\xf1\x93\x3f\x82\xc3\xa6\xad\x05\x33\x71\x03\x72\xad\xbf\x08\x00\x89\xed\xa3\x94\x78\x87\xe4\x82\x9f\x08\x1e\xfe\xf9\xbd\xe1\x9e\x21\xbb\xe9\x83\x05\xb3\xcf\x12\x4f\xec\xe1\x88\x31\x65\xe1\xf7\x27\x0f\x75\x2e\x71\xa1\xbd\xb8\x0a\xb1\xc4\xcd\xc8\xfa\x7d\x15\xdd\x80\x93\x1d\xe9\x50\x04\xbc\x65\x61\xec\x8d\x10\x58\xeb\x88\xfd\x22\x20\xf9\xa4\x8f\x80\xe7\x6f\xde\xb5\x44\x42\x3e\xc3\x47\xc0\x0f\xc6\x8f\xf4\x95\x03\x20\xbb\xda\xde\x08\xe0\x9f\xc4\x63\x57\x0b\xb3\x16\xfc\x5a\x88\xae\x33\xaa\x61\x37\xdd\xfd\xd9\xe3\xb9\x09\xdd\x85\xfa\xf5\x09\x76\xf8\xb6\x36\xd0\xc6\x56\x2f\x7b\x3c\x38\xb0\x93\x87\x17\x89\xa0\x33\x7e\x31\x27\xd1\x1d\x4a\x73\x0c\x7d\x13\xe8\x7e\xd8\x9f\x80\xe9\xea\x46\xe4\xb2\xe0\xc2\xab\xc3\x6a\x18\x01\xe9\x7a\xdd\xce\xd1\x5d\x2c\x53\xfd\xde\x78\x71\x28\x6d\x6b\x3c\x80\x2c\xcd\xd1\x97\x43\xf4\x75\xda\x16\x47\x9c\xde\xa7\xb2\xb4\x11\xb7\xcb\x82\x83\x4e\xae\x61\x17\x81\x79\xf1\x6d\x9a\xdc\x8e\x96\xa3\xdf\x24\xc9\x35\x75\xc9\xdd\xa2\x8c\x00\x66\xa7\x6b\xea\x44\xc0\x2b\xb3\x6f\x02\x87\xb4\xc3\x73\x95\x85\xdc\x9c\xcb\xb1\x0b\x1d\x8e\xf7\xf7\xbd\xc1\xce\xf6\xb9\x4d\x0b\x8e\xca\x05\xbf\x92\x9c\x8d\xaa\xee\x7f\x62\x84\x13\x4d\xee\x2e\x14\x5e\xb5\x95\x63\xf5\x96\xb4\x01\xa9\xc7\xf6\xe7\x0b\x2c\x6d\x1c\x32\x3f\xf5\xd2\x72\x08\x73\xa9\xd0\x08\x40\xa0\xba\x4d\xde\x08\x1e\xc4\xd4\xd6\x70\xc2\x30\x65\x07\x7c\x2d\xc9\x9d\xb9\x92\xdb\xa0\x4b\x5a\x28\x74\x6e\xd0\x2a\xd9\x37\x53\x72\xe5\x9e\x11\x08\xad\x77\x89\xdf\x08\xf0\x8b\x6e\x06\x28\x0b\x76\x38\x75\xdf\x6e\xd9\x45\xc3\xec\xe8\xda\x46\x00\x98\xcc\x7d\x95\x44\xe0\x2c\x71\x36\x35\x3b\xf4\x49\x8e\x65\x13\x06\x66\xfc\xba\x3f\x19\xa0\x5a\xfb\x79\x94\x5f\xb2\xae\xb7\xea\x73\x94\xdf\xd7\x71\xc8\x8e\xb6\x09\xf8\x8e\x38\xbf\x28\xed\x1e\xb5\xe4\x45\xc0\x13\xa9\xa7\xfd\x06\x08\x18\xee\xf6\x52\xb2\x23\x0b\x54\x97\xd6\x8d\x00\x07\x55\xce\x55\x2d\xa7\x6f\x0d\x5e\x6d\x71\x77\x82\xea\x21\x6c\x65\xf9\x7f\xa5\x25\x0a\x95\xe5\x19\xe2\x18\x57\x65\xe1\x66\x36\x87\x93\x31\xc2\x70\xb4\xa5\xbc\x08\x8a\xf3\xc9\xb1\xef\x37\x26\x6e\x89\x79\xbd\xe1\xfe\x5f\x0e\xad\x55\x16\x12\x66\x5a\x32\x49\x59\x01\x37\x8e\x02\x6f\x04\xb1\x76\xdd\xc3\x58\x44\x20\x9b\x5b\xfb\xde\xc0\x0f\x6d\xb7\x74\x65\xc7\x40\xbf\x61\x84\xec\x17\xd8\xea\xbe\xa3\x58\x7a\xf2\x26\x23\x74\x12\x48\xa4\xdd\x0e\x00\x70\x3d\xa7\x98\x08\xa8\xbb\xfc\x02\x2b\xee\xdf\xdf\x1c\xca\xd9\x08\x89\xed\xb6\xdf\x70\x13\xf1\xda\x5d\x65\xf9\x09\x3b\xd0\xaa\x11\x7c\xad\xfb\xf1\x53\x5d\xde\x6c\xee\xd5\x61\x04\x5c\x23\x16\xdb\x5e\x3d\xbc\x28\xad\x86\x55\xf7\xb6\x69\x9e\x30\xcd\x08\x12\xd9\x8b\x87\x6d\x1b\x01\xa4\x70\x57\x44\x89\x00\x7a\xab\x9f\xf1\xd5\x63\x37\xaa\x03\xe0\x96\xea\x01\xf7\xc5\xbd\x32\x8d\x40\x38\xbd\x1b\x09\x8d\x40\xbe\xb8\xf2\x11\x2e\xaa\xf5\x9b\xb5\x3a\xd8\x7a\xf7\x3c\x2f\x46\x78\x70\xf4\xed\x9b\x40\x3a\x57\xcf\x06\x57\xea\x32\x88\x7f\x85\x92\x46\xa1\x39\xb6\xba\x11\x40\x28\x72\xdb\xa4\x11\xe0\x44\xdd\xb3\xba\x34\x4f\x2c\xd0\x3c\x96\xcc\x08\x0d\xdb\xb5\xdf\x35\x6d\x47\x12\xc6\x4d\x80\x35\x75\x40\x60\x11\xe8\xad\x1f\x06\x6d\x05\xa8\x79\x2e\x02\x11\xd0\x3a\x62\x11\x16\x81\x20\x1b\x3f\x9f\x9b\x23\x69\x35\xc7\xdd\x35\x42\x00\x66\xd7\x2f\x9f\xe6\x52\x6d\xad\xbe\x5f\x9a\xdf\xbd\xc9\xe3\x48\x8d\x80\x17\xf3\x3a\x50\xda\xfb\x92\xdc\xab\x7c\xb5\x74\x0a\x8d\x9b\x00\xf8\x8f\x9b\xdd\x8d\x80\xbb\x49\xfa\x0a\xbd\xd9\x51\x65\xbf\x01\xd4\xb7\x9b\x55\x8d\x00\x0b\xb4\x34\x75\xcd\xfd\xad\x93\xc3\x38\x1a\x21\x7a\xb5\xab\x61\x2b\x10\x63\x37\x4c\x09\xae\x4d\x22\x5d\xdd\x77\xfb\x8a\x83\x4e\x8b\xe0\x31\xb1\xdf\x1b\x85\xeb\x64\xd7\x72\x3b\xbb\xff\xbd\xe1\xba\xa6\x35\x73\x1e\xcd\xe0\xd0\x7c\x46\x98\xa8\x54\xff\x15\x09\x6c\xb9\x6a\xb5\xde\x56\x37\x3c\x45\x94\x07\xef\x19\x61\x00\xa2\xe5\xb2\x78\xf7\x4c\x4c\xc5\x4d\x8a\x46\xf0\x4b\xd0\xcf\xc5\xfe\xbe\x8f\x87\x29\xa4\x4d\x60\xbb\xf9\xc4\xf7\x77\x1c\x00\xc6\x95\x55\x06\x22\x6f\x75\xad\xbf\x11\x90\x3d\x3d\x6a\xc5\x08\xd9\xc3\x14\xda\x22\xb8\xc3\xbf\x33\x5d\xf7\x4b\x1e\xfe\x7e\x7a\x4b\x6f\x37\x8a\x15\xb7\xc6\xd8\x09\x16\x88\x4a\xf0\xbb\xf7\xf5\xd3\xa6\x78\x20\x43\x19\x2b\xe8\x3d\xf8\xb6\x1f\xce\x52\x55\xd7\x94\x97\xe9\xf0\xc7\xd5\x7d\xb7\xea\xe9\x41\x5d\xd5\x21\xcc\x6b\xd8\xf6\x09\xa4\xa7\x5a\x1d\x6c\xbd\xb8\xf1\xa5\x0e\x77\x61\xcd\x2d\x6d\x02\xa1\xac\x0e\x67\x21\x82\x0a\x8d\x4c\x83\x08\xf8\x28\xb4\x4d\x20\x8b\x92\x07\xaa\x8a\xe0\xf9\xaf\xce\x45\x48\xe0\xed\x30\xea\x46\x20\xf5\x87\x6f\x15\x23\x74\x80\x1e\x39\xc1\x8d\x80\x7f\x81\xbb\x8c\x19\xe1\x71\xaf\x8e\xb0\x08\x8e\x62\x93\x56\x2d\xc0\xe3\x95\xbe\xfb\x82\x13\x47\x71\x77\x7e\x11\x10\xb8\xf2\x6a\xba\xeb\xe3\x7d\xf6\x8d\xd0\x1d\x8e\x7d\xf5\x05\x5f\xc7\x65\x9a\x15\x01\x91\xec\xab\xf6\x75\xbb\x40\xdb\x04\xac\xe5\x61\xbd\xe1\xa0\xa0\x32\x39\x8f\xe3\x9c\xbf\x7f\x05\xe9\xe6\xc7\x61\x82\x46\x90\x6f\xcb\x38\x6c\x55\xc9\xe4\x37\x0e\x13\x36\xc5\xdb\x8c\xc3\x96\x45\x10\x40\xe8\x38\x80\x30\x10\x54\xd6\x38\xe0\x5e\x94\x51\x6d\x1c\xac\x6a\xe5\x5c\x1a\x07\xb8\x5d\x95\xda\xec\xb0\x8c\x72\x12\x1b\x07\xae\x5b\x12\xbf\xc7\x09\x96\xa0\x60\x3a\xc6\x19\xc6\xef\x5f\x45\x81\x22\xe3\x64\x53\x1d\xa7\xfe\xe0\x20\xd4\x76\x3e\x8d\xd3\xee\x72\x50\x94\xc6\xe9\x9e\x96\x45\x9f\xe0\x9f\x2e\xa1\x74\x9c\x88\xbd\x92\x83\xc7\x59\x1c\xac\xbc\xe9\x07\x0a\xa9\xd2\xed\x47\x3f\x7f\xff\x4a\xf2\xe3\x18\x27\x3e\x3e\x02\xc3\x1b\xa7\x1d\x34\x51\x5a\xef\x71\xde\xf4\xab\xea\x07\xf9\xe0\x15\x04\x30\x4e\xb1\x00\x02\x93\x1c\xe7\x60\x28\x6c\xfb\x8d\xe0\xf0\x61\x9d\x1f\x78\x47\xd8\x39\x37\x82\x6d\xb9\x22\x1d\xec\x08\x76\x85\xc6\xa0\xf1\x0a\x76\xaf\x45\x21\xde\x8c\x80\x61\x51\xa9\x25\x47\xb0\x9e\x44\x61\xe5\x8d\xe0\x1d\xe1\x47\x23\x94\x20\xe8\xc7\xe5\x75\x74\xfd\x70\x39\x48\xb5\x5f\x36\xf6\x3a\xbf\x46\x00\x57\x5a\x3e\xc5\x23\xd8\x12\xd2\xf1\x31\xc2\x98\xbf\x7f\xd5\x03\x32\xe7\xa5\x74\x1d\x23\x1e\x74\xca\x4e\xae\x11\x01\xb0\x92\xe9\x7a\xc4\x78\xfd\xfe\x95\x14\x46\x35\x22\x8a\x65\x79\xb1\x8f\xa8\x5d\x76\x0a\x58\x64\x44\x58\x33\x09\xc6\x23\x32\x5b\x82\x77\x1f\x31\xd9\x02\x34\xe6\x72\xc4\xec\xde\xe8\x55\x3f\xac\xdc\x70\xa8\x76\x5b\x81\x49\x96\x97\x11\x8b\x97\xf4\x27\x39\x64\xc4\xea\x29\xa1\x54\x36\xac\x4f\x52\x71\x75\x5a\x71\x76\x40\x8c\x48\x62\x5a\xba\x1c\x61\xca\x0f\x3a\x73\x39\xfa\x93\x6a\x35\x69\x30\x46\xfe\x80\x96\x4c\xe9\x0c\x46\xc4\x33\xf2\x60\x94\x1e\x4f\x45\xa8\xfe\xbf\x1f\x7a\xd4\x88\xf8\xb0\xc4\x43\x6d\xd1\x8e\x3c\x4e\xcd\x5e\x7c\x9f\xdf\xbf\x50\x8a\x8f\x38\xbc\x30\x95\x8c\x87\xa9\x54\x6d\x23\x11\x5f\xa4\x18\xe3\x91\xb0\x56\x48\x1d\x34\x12\x51\xae\x0a\x80\x1e\xc9\x67\xc6\x58\x9e\x91\xce\x6a\xdd\x4c\xfc\x5f\x87\x51\x54\x35\x29\xf8\x5b\xa7\x7e\x38\x84\x8e\x75\x33\x61\x16\x53\x9c\xc6\x48\x09\x25\x42\x50\x01\x76\xed\x04\x1d\xaa\x23\x15\x94\xce\xdd\xba\x99\x6c\x94\xe3\x61\x27\xe5\x48\x95\x2f\xb4\x0d\x13\xd0\xc0\x52\xd5\x8f\x04\xc4\xbf\x20\x6c\x47\x5a\xa8\x3d\x6a\x32\x0b\x56\x08\xc2\x23\xd9\x30\xe7\x43\xa3\x94\x4c\xa8\xc2\xf2\x31\x32\xde\x24\xf2\x0c\x1d\x99\x4e\x2a\xa2\x6b\xe4\xe0\x3f\xa2\x7e\xc0\x02\x46\x7e\xb8\x37\xa9\xb5\x32\x4b\x56\x20\x07\xfe\xc8\xa0\xc2\x08\x9e\x71\x64\xfc\x98\xd9\x3d\x99\xab\x93\xe3\x30\xdf\x9e\x04\xdc\xda\x9c\xed\x58\x95\x47\xda\xc8\x36\xb1\xba\xc4\x46\xc6\x43\x4c\x5a\x94\x91\x25\x7d\x1d\xe2\x59\x47\x39\xbc\x76\x2b\xb6\xe0\xde\x29\x0c\x87\x51\x70\xbe\x16\x30\xdb\x28\xe5\xda\x2c\xc2\x28\xcd\x23\xf7\xad\x91\x85\xe5\x27\x6e\x62\x14\xf7\x8c\xd5\x29\x58\x2e\x67\x2b\xac\xf9\xe5\xf1\xd7\x8a\x7e\x94\xdf\xbf\xaa\x72\x8f\x8d\x32\xfd\x13\x6b\x7d\xd5\xc0\x1c\x4a\xcb\x35\xaa\x0f\x8c\xf1\xf8\xa3\x16\x7a\xac\xa3\xab\x92\x5a\x48\xae\xf5\xa3\x12\xf2\x7f\xda\xbd\x31\x2a\x76\x06\x71\xfd\xa3\xbe\xd1\xce\xe7\xaa\x3f\x4c\x3c\x1b\xf4\x7d\xc3\x9b\x40\x68\x54\xa3\xc1\xb1\x2b\x28\x63\xb4\xe2\x85\x59\x9b\x9b\xbb\x9e\x69\xfd\x37\xb1\x87\xa7\x2c\x18\xa3\x3b\x76\x81\x26\xa3\x17\x34\xda\x9a\xa6\x2e\x83\x4b\x96\x75\x6d\xf4\xea\xce\x01\xd6\x9d\xde\x1c\x6d\x52\xdf\x34\x22\x32\xb3\x4a\x23\x92\xf2\xf4\x1f\x75\x3b\x14\x8c\x8e\x37\xbb\x9c\x91\x46\x77\xfb\x69\x56\xd1\x8d\x4a\x35\x3b\x1d\x4f\xa0\xd3\xff\x22\x1e\x89\x25\xd4\x49\x5d\x29\xcc\xea\xd1\x51\xf3\xc8\x3b\x73\x74\x0e\x14\x65\x65\x1e\xbd\xc3\xbe\x68\xde\x3a\xb0\x2d\xa7\x6e\xc2\x7e\x91\x90\x8b\x02\x7c\x46\x35\x20\xfd\xf2\x08\x51\x15\xa0\x7b\x95\x70\xd1\xd1\xe1\xd7\x95\x02\x66\xf4\xdb\xbd\x1d\xf4\x0d\x71\x04\x72\xe9\x1e\x1d\xac\x97\x1a\xfe\x64\x2b\x1f\x1d\xe5\xec\xa9\xdb\xa9\x3b\xca\xbb\xe6\xbb\x3f\xf4\x42\xbb\xaf\xc3\xeb\x54\x4d\x7e\x97\xc2\xbf\x71\x30\x77\xe0\x9d\xa3\xae\xda\x8e\xc2\x50\xd0\x14\xa3\xbf\x5e\x9a\x5e\x43\xc5\x1b\x98\x3c\x42\xf2\x94\x48\x6a\x74\x60\x57\x02\x33\x09\x07\xc9\xb9\xd6\xe1\xdf\x15\x14\x3e\xba\x74\x5e\x55\x9e\x3e\xa3\x0f\x06\xa8\x6a\x8a\x50\x79\xc8\xbe\x33\x3a\x66\x29\x99\x83\x46\x77\xb7\xa5\xa0\xa2\xb9\xcc\xc4\x26\x8d\xeb\xc8\xdf\x85\x79\x1d\x8c\xa3\xc9\x80\xe3\x3a\x59\x4b\xda\x41\x17\x67\xae\x3c\x81\xc6\x45\x98\x41\x4c\xbc\x16\xf9\x4b\xd5\x0f\x5a\x90\xf9\xe6\xa1\x00\xd5\x83\xf6\x25\x8a\x45\xb8\x70\x41\x90\x0f\xdd\xb8\xf0\xb4\x95\x67\xdb\xb8\x80\x91\x96\xdd\x6b\x5c\x04\x1d\xcb\xed\x67\x5c\x64\xc5\x96\xcf\xcb\xb8\xc0\xf9\xe5\x0e\xba\xd0\x28\x44\xdd\xa7\x57\xf6\x56\xab\x1e\x04\x17\xd9\x3d\xc6\x45\xdc\xae\x40\x7d\xc6\x45\x0e\x57\xee\xa0\x2b\x7b\x69\xfc\x45\x87\x88\x74\xd0\xe3\xc2\xd0\x0f\xc7\x74\xe1\x7d\x20\x53\xe0\xb8\x00\x33\x92\x6d\x63\x5c\x95\xfd\x14\xd5\x6a\xae\xda\xc8\xf0\xba\xfb\x8f\x58\x98\xcb\x99\x93\xa8\xe6\xb0\x85\xa4\x64\x1d\x17\x5b\x28\x66\x35\x07\x18\x0f\x45\x4e\x8d\xab\xb3\x37\x1a\x3f\xc8\x1c\xaf\x1d\x70\xf9\x7e\xd2\x9d\x76\x01\x35\x1f\x3b\x3f\x48\x53\x2e\xd6\xf0\x22\x29\xa5\xfc\x5a\xc6\x45\x4c\x49\xa5\x6d\xdc\x36\x51\x2c\xdc\x05\x7b\x24\xf5\xd0\xb8\x30\xbe\x2a\xc1\xc9\xb8\x2e\xbc\xc2\xb4\x31\x2e\xdc\x29\xe4\x5f\x31\x2e\xdf\x90\x9d\x1f\x89\x7a\xd4\x02\xb0\xe0\x95\xe2\x7e\x5c\x38\x7d\x4b\x9d\x35\x2e\x72\x6c\xc9\xd3\x78\x5c\xa8\x8f\x94\x35\x6e\x5c\x0f\x8b\x22\xa9\x1e\x8e\x72\x2f\x0d\x51\x51\x61\x4f\xe3\xf2\x14\x4b\xba\xfe\x2e\x3c\xc5\x22\xb3\xf0\x7a\xd1\xea\xe9\xeb\x5d\xd0\x58\xbf\x9e\x6d\x57\xf5\xbc\xde\x1c\xfd\x40\x85\x21\xa4\xb5\x71\x01\x83\x95\x58\x96\xa0\xd6\xc9\xed\x7e\x5c\x28\x36\xaa\xce\xc8\xcb\xb7\x19\x5b\x66\x72\x60\xb2\x4b\xa6\x97\x66\x0d\xbd\x61\x13\xe5\xd0\x30\xee\x83\x73\x48\xbb\xe4\x46\xb2\x93\x23\xf0\xb8\x7d\x9b\x69\xea\xef\x93\x31\x90\xe8\x70\xe3\xe7\x83\xb4\x70\xe3\x11\x89\x84\x70\x07\xc7\x9a\x4f\xfa\xe1\xdf\xf0\xc3\x21\xe5\x55\x29\xc6\x12\x44\x84\x3b\x38\xec\xb9\xda\xe6\x09\x00\xc4\x02\xdd\x62\x4e\x03\x57\xed\x8d\x53\xa0\xf1\xf5\x7f\x38\x30\xef\x14\x7e\xff\xc2\xce\x32\x6e\xb1\x14\x51\x88\xbc\xe3\xfe\x5b\x76\xfa\x71\x27\x47\x38\xe5\x87\x63\xdb\xea\x35\xb6\xa0\x30\xed\xc6\x9d\xd3\xb6\xd8\x8e\xdb\xbd\x1d\xc5\xfa\xdd\x98\x3c\xaa\x96\xdf\x0d\xc3\x2b\xf0\xa6\x71\xcb\xd1\xfb\x10\xf4\xde\xb8\x2b\x8e\x66\x3a\x8a\x6f\xf4\x83\x42\x80\x18\x37\x17\xa4\xa0\x7f\xc7\x5d\x1d\xf6\x84\x1f\x6c\x1a\x46\x1b\xe0\x0d\x99\x88\xc7\x0d\xbf\x26\xb3\xec\xb8\x2b\xf9\x14\xb4\x83\xee\xea\x70\x00\xfc\x40\xf0\xd5\xf9\x72\xe3\x1b\xd9\x18\x46\xdb\xea\x55\x01\x94\xe3\x6e\x0e\x83\xa1\xd6\x78\xec\x58\xe0\x2d\x42\xcd\x68\x8d\x3b\xe2\x04\x5e\xa3\x4e\x5a\xd3\x3e\x68\xa4\x71\xbb\x2f\x96\xce\x8d\x1b\xd9\xbc\x69\xdb\xdf\x04\xf4\x2a\x6c\x78\xdc\x9d\x02\x28\xcd\x78\x79\x40\x0b\xc7\xdd\x71\x22\xd2\x01\x79\x5f\x5f\xb8\xe0\xb8\xc5\xf0\x9d\x72\xe1\x1e\xb7\xbb\xc1\xf8\x0f\x3c\xb3\x74\x22\xdd\xd7\x07\xe7\x38\x6e\x64\x5d\x85\xb1\x8d\xdb\x73\xac\xe9\x18\xbc\x4d\x58\x2c\xbe\x15\x10\x16\x95\x22\x79\xdc\x48\xe9\xc2\x0e\x1b\xf7\x8d\x13\x26\x3f\x38\x0e\x32\x3b\x86\xe3\x40\x21\x96\xe3\x06\xc1\x43\x0a\xdf\x71\x93\xd6\x46\x51\x5d\xe3\x36\x69\x33\xc3\x58\xdd\xc0\x7a\x28\x32\x6b\xdc\x8f\xc7\x38\xf0\xfd\xfc\xfd\xab\x75\x16\x21\x8e\xfa\x99\xb2\x5e\x8f\x0f\xd4\x68\xea\x00\x89\x4a\xca\x3d\xee\x97\xc6\x48\x64\xbb\x5f\x6f\x0c\x7f\x61\x9c\x75\x66\xdc\x26\xd2\xb7\x46\x95\x24\x6a\xcb\xf4\x79\x60\xab\x2a\xfc\x38\x7f\xaf\x50\x99\x71\x0f\x8f\x9b\x51\x61\xc3\x53\xd0\xa8\x1a\x30\xf1\x33\x9b\x7c\x3a\x62\x91\x46\x63\x52\x80\x36\x39\x38\xdc\x2d\x8b\xd3\x50\xe8\x73\x11\x84\xe7\x90\xef\x60\xe0\x38\x25\x25\x25\xfe\xae\x03\x6d\x2f\xe6\xa3\xf1\x18\x07\x5e\x9b\xee\x5b\xb7\x09\xc9\xb9\x70\x60\x4b\xc5\x55\x70\x3c\xee\x6c\xa6\xcb\x17\x3d\x12\x1e\x81\x83\x0c\xe9\x24\xfc\x19\x64\x47\xc7\x47\x6f\x3c\xeb\x5a\x56\x2b\xc1\xdc\x91\x16\x72\x3c\x78\x46\x22\x80\xe1\xf8\x8f\x2b\xcf\x70\xa7\x7f\xe1\xcb\x0e\xb2\x5a\x36\x65\xb5\x1c\xe4\x87\xc8\xb2\x9c\x8c\x27\xbb\x7d\x47\x0d\xcd\xee\xa3\xa5\x16\xe4\xfb\xf7\xaf\xae\x6c\x54\x43\x01\x7f\x31\x52\x4b\x71\xf6\x57\xb5\x70\x8a\x74\xad\x99\xa7\x7c\x06\xa8\x81\x77\x1b\x86\xa3\x41\x5a\xf6\x1a\x75\x40\x91\x19\x20\x2b\x77\xc0\xf0\xe8\x27\x61\x3f\x0d\x8c\x9b\xad\xc4\x3f\x85\x10\x0c\x00\x44\xb3\x42\x80\x86\xe7\x78\x97\x83\xc4\x78\x3a\x05\xea\xf0\x79\xb8\xcb\xe5\x58\x3c\x3c\x93\xae\x62\x34\x07\xb1\xc8\x59\x28\xf5\x83\x28\x52\x1c\xc5\x07\x20\xce\x00\x30\x8f\xc7\x13\x41\xe8\xee\x7b\x1c\x99\x47\xbc\xe3\xe3\x91\xda\xaa\xe6\xf2\x7c\x74\xfa\x1e\x94\x4d\x39\x74\x0c\x72\xf3\x12\x9c\x3d\x40\x28\x00\xae\x64\x60\x62\x6d\x0a\x0c\x1b\xc0\xc9\x35\xd4\x65\xc0\x96\x92\x9c\x77\x10\x05\x51\x04\x7a\x3b\x5e\xcf\x3c\xae\xb5\xff\xca\x07\xaf\xa0\x78\x21\xec\xb5\x48\xcd\x37\x00\xa6\x21\x9b\xed\x78\x4f\x94\x5b\xda\x22\x2f\x1e\x97\x02\x61\x1b\x9e\x1e\x48\xe0\x4d\x83\xfc\x6d\xe0\xb3\x8c\x17\x58\x88\x83\xb6\x9d\xb4\x5a\x6b\xd4\x83\xc4\x04\xa2\x35\x88\xe5\x12\xfc\xc8\xf0\x30\x2e\x05\x01\x0c\x42\xb8\x48\xb7\x3c\xde\xe0\xb9\x97\xd5\x03\x00\xec\xd0\xd1\x60\x70\x68\xf2\x67\x1b\x6f\xf4\x9c\xbc\x6a\x40\xf4\xe0\x72\x7e\xdc\x1b\xe1\x70\x60\x90\x23\x1d\xd3\x20\xd5\x47\x41\x2f\x41\x98\x18\x78\xd2\xe3\xcd\x5f\x38\xc5\x78\xed\x42\xeb\xc2\x71\x1a\xa4\x99\x27\x83\xc4\xc0\xbb\x9d\x28\x97\x01\xfc\x5c\xe1\xc8\x93\x15\xab\xc8\xb5\x6a\x80\x11\x42\x32\xce\xf1\x22\xef\x29\x80\x64\x60\x60\x8d\x72\x60\x1d\x04\x90\x25\x9f\xd0\x15\x3f\xa3\xae\x79\xc4\x92\xce\xbf\xd7\xe3\xf7\xc5\x33\x81\x14\x02\xf4\xf6\xc0\xad\xae\x04\x8a\x7e\x1d\x94\x5b\xa5\x8d\xfa\xfb\x57\x54\x7c\xc9\xc0\x5b\xb3\x21\x28\x11\x2c\xd6\x90\x80\xb0\xcc\xba\xce\x69\xb8\x32\x4d\xbd\x71\x50\x32\xe4\x1c\x54\xb3\x0d\x01\x66\x78\xd0\x9f\x6e\x3d\x10\xa8\x49\x00\x39\xf0\xc9\x4f\x6c\x73\xdc\xd5\x08\xb2\x1f\x44\xaa\x72\xd3\xae\x88\x0a\xb1\x69\x58\x09\xf0\xc3\x19\x03\x05\x0e\xb2\xc8\xf0\xdc\x1f\x3a\x1b\x01\xa9\x6e\x88\x12\x63\x61\xeb\xa9\x35\xb6\x0f\x3b\x1c\x3e\x9e\x64\x38\x39\x0d\x12\xbe\x67\x21\xb3\x0d\x07\x40\x8a\x94\x4c\x5e\xf7\x68\x7b\x7f\x46\x04\x5e\x0d\xf4\x8c\xc8\xb8\x1a\x9b\x19\x49\x6f\x24\x0f\xa9\x19\x6f\x44\x9e\x43\xdf\xb8\xd8\x67\xbc\xc2\x8c\xc3\xdd\x9c\x55\x00\xe8\x4d\xd2\x8c\xce\x08\x72\x53\x6c\xfc\xa0\xe8\xaa\xd7\x24\xf6\x55\x81\xc4\xcd\x74\x78\x3d\x87\xfd\x38\x69\xa8\xb1\x31\x13\xed\x58\x15\xe7\x31\xd3\x49\x3d\x27\xaf\x91\x09\xcf\xd8\x90\x99\x4e\xea\xb1\xc5\x36\xd3\x89\xe8\x7b\xaa\x68\x24\xbd\x16\xf4\x4d\xa0\x0b\x7f\xcc\xdb\x3f\x93\x4b\x7e\x41\x05\x46\xdc\xc9\x8b\x7e\x24\xea\x4d\xaa\x17\x04\x16\xa5\xe6\x9e\x09\x73\x4f\x4b\x6a\x78\x19\x3b\x6a\x64\x26\x71\x80\x35\x68\xb4\x12\x91\x40\x62\x25\x66\x5a\xb9\xce\x55\x34\xc6\x0e\x29\xab\x27\x1a\x3b\xb2\xa0\x4f\x34\x76\x35\xd0\x1c\xb2\x9f\x2b\x6e\x73\xa6\x86\x7d\x36\xab\xe8\xee\x09\xe3\x34\x5a\x1d\xfb\x54\xe2\x87\xbf\xa6\x56\x13\xae\x13\x68\xf5\xe5\x2d\xd0\x0f\xd0\x7a\x15\xc4\x3e\x13\xf9\x01\x62\x55\xa5\x2f\xe9\xa2\xba\xea\x19\x1e\xe1\xac\xd2\x86\x67\x52\x52\x3d\x20\x1f\x37\x4d\x78\x02\x24\x4a\xea\xd8\x99\x86\xe7\x00\xd1\xe8\xe0\x85\x21\xdb\xd9\x4c\x9e\x67\xaa\xa9\xdb\xc4\x91\xcb\xf0\x34\xd3\x74\xe3\xb3\x0a\x70\x41\xe7\x50\x0b\x40\x63\x88\x8c\xf5\xf4\xd9\xb7\x02\xf2\xe1\x82\xb5\xbd\x96\xab\xe3\x56\x59\xdb\x32\xe1\x64\xf2\x51\x9d\x99\x2b\x8a\x4a\x33\x37\x91\x72\x14\xcc\x0c\x13\xa9\xc4\x74\x33\x73\x13\xc9\x35\x78\x66\x4f\xcf\xa8\x55\x96\xdd\xa3\x4a\x73\x9a\x61\x1c\x15\x99\x35\x33\x51\x48\xca\xd6\x3f\x33\x8c\x9f\xa0\xb4\x66\x86\xd9\x53\xa2\xa6\x99\xb1\x46\xe8\xaa\x9f\x79\x78\x70\xae\xbe\x81\xf1\xd2\x5d\x3a\x4b\x44\x2c\x30\xfe\x66\x96\x08\x47\x60\x5c\xcc\x2c\x80\x0c\x29\x70\x74\x16\xd6\xa8\x4e\x81\x59\x92\xab\x44\xf4\x17\x16\xac\xd2\xad\xce\x92\xfc\xb5\xa4\x1f\x9a\x53\x81\x35\xcf\x42\xd4\xba\xbc\xa2\x67\x61\x5d\xcb\xb1\x6d\x16\x90\x81\x95\x54\x7b\x96\xec\xa9\xf7\xf5\x1a\xde\xd8\x51\xab\xb7\x54\xe7\x70\x54\xe9\xe5\x2a\x39\xfd\xc5\x3a\x27\x06\x73\x16\x9b\x6b\x05\x05\xce\xc6\x75\xc7\x46\x6a\xe4\x4e\x62\x23\x35\xcc\x82\x6c\xa4\x4e\x40\x84\xe0\xa1\xe7\x75\xd8\x05\x63\x27\xed\xbc\xec\xcc\x20\xbb\xe6\x44\x05\x54\x1a\x7f\x08\xee\xdd\x6e\x2d\xbc\xc0\x5b\x11\xce\xd0\xbc\x40\xcb\x12\x10\xc4\x04\x83\x32\x49\x09\x3d\x07\x59\xeb\xa4\xab\x9e\x9c\xfb\x49\xaa\xe6\x89\x2f\x74\x92\x46\x7a\x92\x1a\x3c\x0a\x9a\x66\x72\xee\x6b\x61\x90\x73\xc0\x8e\xf6\x89\x91\x3d\x4a\xbd\x30\x01\x34\x88\x52\x22\x4c\xa2\x6f\x62\xe5\x63\x1b\x39\xb9\x4d\xce\x29\x61\xfc\xe0\xbf\x01\x5d\x7c\xd0\x0f\x2d\xfe\xa4\xff\x26\x7b\xbb\xeb\xbf\xf9\xf7\x2f\x41\x9e\x4e\x42\x34\x8c\x27\x98\xd3\xe3\xfe\x34\x11\x80\x1a\x18\x0f\x3d\x15\x89\x15\xbc\x6c\x9b\x11\xad\x70\xc1\x67\x2b\x4d\xce\xc4\xbb\xe5\xf8\xaf\xe2\x75\x88\xff\xfd\x38\x54\x80\x80\x94\x6a\x13\x9c\x1c\x8d\x0d\xa9\xfd\x34\x32\xd3\x18\x21\xce\x37\xa1\x63\x29\x40\x7e\x4e\x63\x82\x14\x46\x3a\xc9\x2b\x74\xa8\x04\x3b\x92\x95\x3f\x67\x92\xe4\x3b\x56\x06\xc2\x16\xb7\x8f\x89\x96\x76\xac\x74\x59\x4b\x3b\x4a\x79\x32\x49\xaf\xa2\xe9\x04\x23\x41\xbb\x0c\xec\x3e\x9d\xf1\x53\x7a\x31\xbb\x32\xa7\x22\x08\x85\x15\x31\xf1\xc2\xd5\x8d\x00\x6a\x4f\xd2\xad\x38\x49\xe2\xa5\xf3\xc5\x71\x9d\x0e\x9d\xcb\x73\x68\x98\xf9\xaf\xbc\x09\x8e\xfe\x3f\x7b\x27\xfc\xf3\xfa\xb7\xff\x67\xfc\xf5\x73\x1c\xd6\xb3\x9f\xe3\xd0\xbd\x6d\xbf\x4d\xa0\xb5\x47\xb4\xc2\xc2\x5f\x3f\x47\xb4\x13\xfa\xe7\x88\xd7\xf9\xfb\x57\xb2\xd3\xe2\xd0\xed\x6b\x8f\xfe\xfb\x97\x3c\xa8\x0e\x5d\xb4\x3f\x47\x7c\x64\xf8\xb4\x72\xe2\xc3\x3b\x26\x5d\x2a\x02\xe5\x48\xa7\x6a\x4a\x5a\xaa\x51\x81\x97\x87\x4c\x4c\x3f\x47\x8a\x4e\xb3\xd2\x53\x84\xc6\xda\x13\x2f\x14\x0e\xbb\x53\xed\x01\x5a\xae\x28\x0f\x14\x9c\x11\xff\xfa\x09\xa7\xf1\x21\xf6\xe8\xbf\x7f\xe9\xe4\x08\x67\x85\x62\xd7\x92\xbc\x9b\xc3\x69\x92\x81\x3d\xea\xef\x5f\xca\xeb\x1f\xce\x5b\x25\x9f\x3a\x1a\xa3\x36\x5d\x08\xc6\xe2\xda\xe3\xb2\xb9\xb0\xb7\x64\x2e\xb5\x87\x7d\x67\x63\x10\x22\xef\x44\xd2\x71\x5b\xfd\xf1\xbd\x44\x79\xfd\x24\x48\x7f\xfd\x84\x74\xa8\x05\xba\xde\x15\x5a\x19\x12\xad\x4c\xd6\x4a\xe1\x83\x07\x5d\xae\xf6\x78\x4d\x0e\x37\x4a\x2e\xaf\x51\xb2\xdd\xc7\x72\x90\x0d\xd9\x98\x59\x7b\x44\x93\xce\x6c\x44\x72\x83\xd2\x6c\x53\x76\x51\x6c\x91\xd8\x23\xca\xfc\xfb\xd7\x4f\x18\x4d\xad\x26\x16\xbf\x0a\xaf\x3c\x08\xda\xd4\x1e\x2f\x34\xeb\x8b\xfc\xf0\xed\xf1\xc2\x54\x59\x69\x8a\x93\xb7\x47\x85\x66\xdf\x6a\xdb\xdb\x23\xfe\xfe\x25\xc8\xa0\x30\x8f\x06\xe5\x36\x11\x9a\x77\x1e\x28\xe3\xf7\x2f\xe1\xea\x84\x69\xcc\x91\x3d\x9a\x31\xda\x41\x94\x29\x8a\x2d\x3d\xb9\x49\x04\x39\x64\xd9\xa3\x18\x45\x25\x07\x4a\x36\x89\x5a\xe2\x5a\x90\xef\xfb\x4f\x90\xab\x96\x10\x32\xc2\x8c\xb4\xc7\x64\x6b\x89\x64\x61\x46\xca\xb1\xf5\x24\xfd\x44\x50\xd0\xae\x3d\xac\xf6\xac\xba\x62\x87\x72\xd9\x3b\x50\x68\xb3\xed\x53\x71\xe8\x61\x26\x8d\xe5\x34\x19\x44\xfc\x73\x98\x89\x5e\x98\x18\x2e\x26\x38\xcc\x44\x7b\x8c\x49\x96\x7a\x3a\xcc\x9c\xa0\xb4\xdf\xbf\x2a\x7d\xcf\x17\x14\xfb\x2a\xa9\x1c\xdb\xe0\x3f\x41\x9b\xbb\x51\x7b\xa1\x64\x3b\x5e\x75\xe3\x84\x59\x68\xa1\x2d\xdf\x56\x54\x72\xa5\x3d\xb6\x54\xa4\xcf\x08\x02\x57\xb1\x47\x93\xf5\x57\x05\x55\x2a\x93\x08\x7e\x68\xdd\x28\x58\xed\x27\x90\xfb\xe4\x08\x1a\xa2\x46\x51\x52\x96\x29\x1b\x69\x98\x8d\xb7\xa4\x18\x13\xb6\x4d\x98\x9d\xb7\x24\x3c\xcb\x9c\x1f\xe4\xc0\xff\x13\xa6\xb8\x10\x31\x55\x61\x5e\x0c\xb7\xc4\xe5\xc8\xdc\x5e\x8c\x37\xb8\xd6\x4d\x5d\x36\x56\xc5\x1e\xe0\xa4\xab\xf5\x17\x63\x67\xbb\x2e\x1c\xbc\x75\xd3\x7a\xf9\x0f\x48\x03\x15\x04\xed\x62\x8f\x53\x9e\x24\x5a\x5e\x0f\xed\x7a\x4c\x4e\x3a\x18\xe3\x87\x95\xf2\x5c\xbf\x7f\x45\x69\x1f\x83\x12\xa7\xda\x63\x9a\x34\x55\xf4\xe1\x4b\x59\x26\xa1\xa5\xc8\x62\x79\x69\xfd\x6b\x57\xbd\x12\x5f\xc4\x43\x2b\x3c\x1e\xba\xd4\x8c\x11\x88\x87\x5d\x5e\xf6\xa8\x9c\xee\x49\xb4\x06\xad\xfb\xde\x8f\x87\xdd\x5f\xf6\xc0\xeb\x5f\x94\x07\x0a\x90\x53\xa2\x0c\x28\x44\xb4\x1a\x45\x27\x62\x3c\x64\x1a\x32\x41\x22\x1e\x76\xa9\xdb\x43\x03\xca\x3b\x2f\x14\x80\x87\x8c\x12\x68\xa3\x1d\x40\x12\xda\xe2\x11\x69\x8f\xad\x68\x85\xde\xdb\xc8\x88\xd2\xb9\xd9\x8b\x7a\xd2\x6f\x68\x62\x73\xca\xa1\xd2\x3b\xa5\x23\xde\x2a\x0a\x3b\x1e\x17\xdf\xca\x57\x33\x36\x7a\x33\x79\x6f\xfa\xb5\xd6\xff\xfa\x89\x27\x23\x73\x5a\x3b\xc4\xb9\xc4\x53\xf3\x15\x4f\x29\x1e\xab\x7c\x8d\xa3\x3c\x5b\xec\x01\x4b\x64\xab\x32\xca\xc1\xc5\x1e\xb4\xc4\x78\x9b\x78\x6a\xca\xe2\x49\xe2\xd4\x62\xeb\x32\xc6\xa6\x11\x8b\xcd\x6e\x72\x13\xce\x62\xec\x1a\x55\xb9\x56\x28\x34\x34\x0d\x1b\x18\x7b\x4c\xdb\x19\xcd\x28\xb6\x21\xed\x11\x7f\xff\x92\x4b\x5f\x52\x78\x93\x3d\x92\xb1\x5f\xc6\x12\x24\x49\x93\xf6\x78\x74\x1f\x17\x91\x5e\x48\x8c\xb4\x3e\x54\xe3\x93\x20\x5c\xe5\x01\x97\x04\x7c\x6c\x0f\x3b\x96\xb6\xd7\x08\x97\xe9\xff\xdf\xfd\x9a\x84\x48\x62\x8f\xfa\xfb\x97\x0c\x11\x49\xe1\x47\xf6\x48\x46\xb1\x9a\xa7\xd6\x41\x12\xec\xab\xbc\x56\x93\x62\x74\xec\xa1\x7d\x9b\xf5\xd2\x54\x5b\x84\x6e\x84\x87\x75\x66\x8d\xe5\xc3\x79\xa3\x6e\xa4\x12\x45\xb2\xe3\xa5\x6a\xb5\xe6\xe3\x0e\x22\xdd\x76\x2f\x28\xc8\x2e\x9f\xc6\x86\xd9\x43\x86\x7c\x19\x42\xb3\x9c\xa6\xec\xa1\x4b\xdd\xd8\x88\x7c\xda\x72\xb6\x87\x0e\x14\x99\xb9\xf2\x19\x5e\xd1\x14\x6a\x1c\x84\x39\x9f\xe5\x56\x65\x0f\xdc\x22\x4e\x7d\x1b\x2b\x34\x3b\xd5\x64\xd7\xcb\x67\xe1\x53\xbb\xd6\xa4\x24\xca\x67\xeb\xa2\xd8\x59\x24\x0f\xa9\x2c\x77\x29\x7b\x18\x2f\xa3\xe4\x7a\xf9\xbc\x69\xac\x3c\x72\xa5\x1b\xca\x5a\x61\xf6\xd0\xf1\x1c\xf4\xe1\xa4\xa8\xa9\xa2\xf2\x5f\x3f\x59\xde\x52\xf6\x90\x7a\xb7\x89\x52\xa0\xd8\x5d\x60\x5c\x78\x0e\x36\xe4\xf6\x08\xbf\x7f\x29\x51\x58\xe6\xee\xcf\xba\xfb\x4f\x39\xe2\xe4\x10\x35\x80\xc1\xee\x96\x22\x07\x96\x1c\x74\x8a\xe7\x90\x75\x63\x04\x15\xa5\x6b\x3c\x07\x3b\x97\xa3\x82\x45\x72\xa8\x37\xa4\x47\x6c\xbf\x3e\x6c\x34\xca\x0e\xe4\x2e\x5b\x54\x0e\xad\x42\x62\xe0\x93\x48\x7c\xd8\x7c\xe0\x6d\x90\xc3\x45\xc3\x2e\x1a\x06\xe9\x85\x64\x03\x2a\xef\xca\x1c\x06\x6d\x15\x13\xa0\x3b\x3a\x87\x49\x5b\xe7\xfc\xfd\x4b\x3c\x40\x8e\xda\xb9\x39\xda\x70\xc8\x2b\x2f\x47\x9d\x5f\x39\x1e\xdc\xb6\x36\x7c\xd1\x6e\xc3\x9f\x2c\xc7\xab\xa0\x88\xe9\x1c\xc5\x4f\xe5\x68\xcc\x88\x60\xd4\x72\xac\x15\x8a\xb8\x27\xcd\x20\x9b\x36\x6b\xd3\x96\x60\x9c\x76\x16\x7b\x67\x0f\x3b\x51\x64\x25\xcb\xf2\xcd\xb1\x47\xd1\x3e\xb2\x76\xa6\xa9\xb2\xd2\xb4\xdb\x53\xe8\xb7\x39\xeb\x92\xcb\xb9\x5a\x43\x85\x00\x91\x33\x1f\x66\xfb\x30\xca\xb6\x90\xc5\xf1\xd8\x23\x19\x49\x2b\xb2\x1c\x1a\x99\x62\x47\x6e\x54\xfe\xa0\x5c\xc4\x3e\xe4\x62\xec\x43\x92\xa5\x3a\x17\xf1\x42\xb9\x88\x17\x3a\x15\x1f\x99\x8b\xee\xaf\x5c\xa4\x62\x08\xe2\x77\x73\xb9\x29\x4d\x7e\x11\x51\x3e\x8a\xb9\xea\xa6\xc8\xd5\x6e\x8a\x2a\x39\x27\xd7\x23\x42\x4a\x12\x26\x44\x3a\x35\x1d\xf5\xd4\x74\xd8\x3e\xce\x35\x40\x32\x8e\xa7\xe8\xd6\xc9\xb5\xf2\xa1\xad\xa0\xa2\x10\xe7\x5c\xbb\x46\xb1\x76\x1b\x45\x05\x03\xe4\x16\x35\xfa\xcd\x98\x9e\xc8\x6e\x6f\xaf\xde\x6a\xaf\xb1\x97\xb2\x10\xe6\xc6\x3e\x68\x53\x9e\x86\x26\x29\xe6\x7e\x8a\xd4\x4d\x0a\x92\xfe\x3e\x77\x36\x67\xb7\xcd\x29\xed\x7c\xee\x09\x0a\xd1\xaa\xa7\x8d\x74\xcf\x90\x8c\x9b\x09\xa7\xd6\xe0\xc5\xe6\xbf\x6c\xf3\xd7\xa0\x05\x7d\x47\x91\x6e\xc9\x38\x81\xa5\x73\x27\x2d\xdf\x5b\x4a\xdb\x78\xf2\x9e\x4e\xb4\x7c\xdb\x89\x26\x8f\xf8\x7c\x53\xfe\x9d\xd5\x08\x28\x17\x94\x5b\xf3\x61\x8d\xb8\xd9\x1c\x32\xfa\x49\xb9\x9f\x6f\x46\x06\x2b\x5c\x95\xd0\x9a\xef\x57\x67\xd7\xfd\x76\xdb\xc6\x76\x63\xe5\x7b\x68\x9d\xdc\x26\xbc\x27\xc5\xe5\x65\x99\x80\xec\x61\x97\xfb\xa9\xeb\x29\x3f\x2c\xfc\xc7\x16\x7e\x94\xdf\x52\x96\x43\xaf\x3d\x4e\xb5\xa2\x8a\x94\x21\x21\xa6\x07\x91\x06\x24\xf4\x11\xfa\x30\x6b\x39\x09\xd1\x38\x88\x1f\xcd\x82\x4a\xb5\x47\x36\xb9\x48\xb3\x21\x74\x4c\x7b\x5c\x3a\x40\x29\xbf\xd2\x0a\x3b\x2f\x0a\x1b\x44\x88\x11\xf6\x50\x2b\xd4\x73\xa5\x19\xb2\x47\xd2\xf9\x69\x55\xca\x07\xdc\x1e\x5a\xad\x15\x1a\xdd\x54\xe6\x54\xe1\xe0\xe7\x71\x68\xc9\x0d\x5b\x9f\x02\x12\xc9\xc2\x31\xb7\x87\xbd\x23\xa3\x5c\x16\xac\xa9\x3d\x6c\x0c\xe5\x89\x9c\xe5\xd9\x6d\x8f\x26\xa7\xaa\x02\xed\x85\xc6\xf9\xaf\x7b\x42\x40\xc8\xf6\x20\x1c\xcf\xda\x3a\xb8\x74\xe4\xd7\x8d\x9a\x2c\x8f\x9b\xd2\x4c\xe0\x0a\x42\x3b\xca\xca\xb4\x65\x8f\x60\xa3\x6f\x02\x70\x56\x26\x2d\x7b\x68\x3d\x89\x23\xc9\x4a\xd0\x6f\x8f\x2c\x93\xb0\x51\xd8\x44\x33\xd8\x50\xe4\xad\x1b\xfd\x9f\xef\xe1\x2c\xd1\xc2\x1e\x38\xf5\xd9\x4c\x4c\xce\x62\x98\xe3\x64\x7c\x76\x16\x57\x6c\x0f\x5c\xa8\x54\x15\xe7\xee\xbc\xb4\xa1\xa2\x48\x0f\x1f\x4a\xf3\x18\xe4\xfa\x50\x0e\x4d\x4e\x39\x6c\x72\x80\xf5\x28\xf2\x29\xb6\x87\xed\x3b\x25\x32\x2a\xa7\x78\x93\x72\x1a\x6f\xd2\x95\xa0\xb7\x9c\x05\x92\xbc\x52\xa5\x46\x29\xa7\x89\xef\xf6\xf0\x31\xb6\xd7\x82\x0e\x97\x12\x64\x32\x8a\xd2\x82\x97\xa0\xfb\xbf\x04\xa9\x95\x6c\x83\x96\x60\x7b\xdc\x1e\xb7\xf1\x47\xb6\x8d\x4b\xd0\x54\x97\x60\x23\x16\x15\xaa\x55\x82\xa4\x9b\x12\x92\x66\xdf\x4e\xc7\x12\x32\xc5\x9b\x04\xa3\xd4\x2a\x25\xe8\x1c\x2f\x81\x73\xdc\x24\x80\x12\xe8\x63\xc0\x96\x6b\xe2\x5e\x09\x12\x13\x4b\x20\x9a\xcc\x06\xac\xc4\x53\x6f\x45\x9b\x34\x00\x24\x8b\xa4\x64\x7b\x58\xb3\xa4\x93\x29\x31\x25\x91\x24\x61\x45\xd5\x18\xe9\x76\x1c\x12\x7b\xed\x0e\x2f\xe8\x07\x8a\xf4\xeb\x51\x8c\x62\x49\x9a\xfa\x92\x6c\xe9\x76\xdd\x2f\x25\x55\x48\x55\xa3\x6a\x57\x55\x49\xf7\x2d\x92\x49\x13\x49\xae\x0f\x25\x4d\x35\x42\x9a\xd7\x4c\x8d\xd9\x8e\x3b\x7b\x98\x18\x22\x6d\x47\xc9\x4c\x47\x96\x9b\xba\xe2\x11\x4a\xd6\x25\x57\xb2\x89\x5a\x20\x50\x94\xdc\x78\xcb\x18\x4b\xd2\x05\x95\x2c\x56\xba\x64\x3b\x9e\x30\x33\x17\xf9\x7c\xda\xc3\xb8\xf0\x43\xb1\xc0\x25\x4b\x2f\x52\xb2\x71\x30\xb8\xe5\x95\xfc\xdc\x90\x4c\xf2\x91\x83\x4b\xc9\x43\x33\x9b\x6d\x44\x84\xc2\x58\x8a\x0e\xc2\x52\xec\x20\x8c\xca\x76\x52\x8a\x78\xd1\x52\xe4\x20\x7f\xea\xac\x2f\xe5\x85\x26\x25\x44\x90\xef\x71\x29\xba\x1f\x8b\x54\x9a\x67\x10\x13\x5a\x0a\x63\x5d\xb4\xc4\xa2\x5c\x6c\x4a\x99\x6a\x6e\x99\x0c\xa3\x28\x03\x8a\xc9\x51\x62\x30\x4a\x35\xf1\xe5\xa7\x54\x63\x59\x8b\xc0\x58\x0a\x97\x5c\xd1\x25\x87\xbf\x5d\xa9\xda\xb1\xa5\xda\x8e\x0d\x0a\xc5\x29\x95\x35\x50\x6d\x0d\xe8\x78\x29\x55\x47\x68\xa9\x62\x72\x15\xe9\x51\x6a\xa1\xf4\xea\xa0\x96\x46\xaa\x0d\x52\xb7\xad\xde\x55\xba\xe4\x87\x52\xad\xff\x45\x46\xda\xd2\xc4\xa3\x15\xe9\x64\xab\x38\xd5\xd2\x74\x52\x95\x66\x27\x55\xd5\xdd\x51\xda\x0b\x49\x2e\x07\x8a\xa8\x2b\x9d\x25\xd0\x6d\x09\xf4\xa0\xed\x27\x77\x38\x7b\x0c\x8d\xab\x09\x99\x45\x3e\x5c\xf6\xb0\x9b\x56\x3a\xe6\x72\x89\x2f\x2d\x97\xf8\xd2\x20\x2f\xe9\x22\x07\x28\x7b\x70\x7a\x99\xbc\x56\x6e\x31\xd6\xe5\x96\xb4\x18\x85\x86\x5a\x6e\xf1\x9d\xe5\x96\x12\x38\x4a\xe9\x5d\xee\x93\xf7\x50\xd8\x4a\x13\x54\x6e\x5d\xd4\xe5\xb6\x8b\xba\x4a\x39\x55\xe4\xce\x63\x0f\xa0\x42\xad\xa7\xb7\xe4\xf7\x72\xdb\x8e\x6d\x4a\x5b\x58\xb8\x25\xcb\x6d\xc2\x7a\x17\x52\x58\x91\x43\x8a\x3d\x58\x2e\xc6\x08\x94\x9b\xd5\x28\x57\x91\x2e\x4b\x7a\xb9\xc5\x60\x95\xdb\x6e\x16\x40\x13\xca\x3d\xb4\x40\xef\xa1\x05\xda\x55\x25\x6b\xe5\xb6\xb5\x82\x3d\xbe\xdc\x93\xb6\x1a\xff\xd6\x15\x0d\x54\xee\xc9\x87\xd3\x18\x60\xb9\xe5\x17\x65\xae\xb0\x87\xcd\x9d\x94\x5b\x45\x2e\x14\xf6\x30\xd6\x40\x49\xec\xcb\x13\x2a\x24\xbb\x2b\xa2\xce\x90\x27\x0c\x48\x5a\x8b\xda\xbe\x02\x44\xb4\x07\x26\xdc\x20\xd2\x0b\x49\x3a\xe2\x43\xc5\x67\xad\xa9\x47\x66\x4a\x31\x6f\x45\xc1\xd6\xf6\x50\xa0\x85\x16\xb1\x00\x99\xec\x81\xcb\x98\x2d\x0d\x01\xea\xd8\x83\x4c\xdf\x22\x49\xbc\x2a\xc2\x78\xa9\xc2\x5a\x29\x32\xe6\xda\xe3\xb5\xc1\x0f\x36\x38\xca\xf1\x60\x8f\x62\x83\x63\x92\x4e\x51\x0e\x72\x7b\xd8\x5b\x4a\x46\x53\x84\x1d\x62\x8f\x2a\x92\x75\x5b\xd1\x6d\xf6\xb0\xe9\x90\x1f\x78\x11\x56\xb4\x3d\x40\xcb\xb4\xfb\xbc\x4c\xc6\x50\x6a\xed\xae\x0c\xa6\x45\xe8\x91\x3f\x45\x09\x18\x48\xd3\x5d\x91\x0e\x2b\x1a\x08\xc4\xc3\x8a\xee\xa0\x1e\x72\x7f\x0b\x3a\xcb\xea\x61\xd7\x80\x3d\x74\xb3\x28\x53\x45\x3d\xc4\xf0\xd4\x43\x0c\x4f\x3c\x8c\xd7\xaf\x87\x76\x4a\x3d\xe4\xc8\x1f\x15\x28\x5b\x8f\xcc\x7b\xb2\xbd\x10\xd8\x52\x0f\x31\x38\xf5\x10\x83\x13\x8d\xd7\xfb\xd3\xe5\x5c\x8f\x4a\x53\x65\xfa\x12\x36\x5e\x3d\xee\x24\xd2\x6d\xf7\x83\x57\xf6\x50\x99\x31\x3b\xd5\xdb\xfe\x42\x92\xe3\x6f\xe9\x76\xc2\x56\x49\xb0\xf6\xb8\xe4\x58\x2f\xd2\x09\xc9\x06\x2c\x4a\x6f\x50\xd1\x55\xd4\x53\x77\xf8\x79\xda\xda\xac\xa7\x76\x43\x95\x74\x99\x64\x80\xab\xa7\xce\xd3\x7a\xea\x3c\x3d\x75\x04\xd6\x53\xab\xba\x9e\xb6\xaa\x73\x34\xe6\xa9\x06\xdd\x79\x35\x9c\x1c\xb1\x0d\xda\x80\x36\x19\x9b\x6a\xb4\xa0\x8e\x06\x52\xb2\xdb\xe5\x55\x83\xb8\x84\x1a\x8c\x4b\xa8\x5a\x3f\x15\xb9\xb1\x4a\x6e\x6c\x8a\x9f\xac\x41\x2b\xb6\x4a\x48\x24\xb7\x7b\x0d\xba\x70\x6a\x90\xee\xe6\x14\x80\x41\x0d\x97\xc6\x23\xc8\x65\x25\xc8\x89\xb1\x06\x46\x32\xd8\x48\x16\x29\x9e\x6a\x18\xea\x7c\x90\x19\x54\x00\x0b\x35\x4a\xa2\xad\x91\x5d\xa2\x58\xe2\x1a\x75\xd4\x54\x82\x64\x4e\xdd\xb5\x35\x16\x7f\x6f\x8a\x2f\x35\x39\xaa\x46\x2d\xdb\xaa\xe8\x97\x22\xcb\x5a\x55\x54\x8a\x3d\xa4\x0a\xb5\xfb\xb7\x26\xc6\x03\x53\x77\x53\x58\x4f\x45\x32\xac\x92\x0c\xa3\xce\x8c\x2a\x63\xb5\x3d\x6e\xdb\x03\x26\xf3\x55\x99\x02\x7e\x6a\x32\x11\xa2\x4b\x1a\xae\x32\x5c\xdb\xe3\x51\x18\x92\xca\x97\x32\xa1\x26\x14\x9b\xd2\x34\xd7\xf4\x52\xa7\xed\x8e\xaa\x2c\xde\x55\x36\x59\x7b\xd8\xc2\x92\xef\x64\x4d\x52\xad\x54\x09\xa0\x81\x79\x97\x49\xd6\x1e\xba\xba\x8f\x08\xed\x81\xf6\xda\xf2\x50\xfb\xb3\x34\x37\x35\x9f\x88\x14\x5d\xb4\xa0\x3e\x29\x96\x24\x0a\xce\xa2\x2a\x7a\xc4\x1e\x36\x7b\x76\xca\xd6\x1c\xf9\x30\xea\xfc\x0c\xa2\x54\x28\xc6\x6c\x2b\xcc\xb1\x66\x89\xe0\x35\x9b\x40\x52\x84\x8b\x5b\x73\xe2\x2d\xdb\x8b\x55\xc2\x43\xcd\x85\xfa\x6c\xb2\x82\x90\x88\x6a\xee\xea\x63\x36\xbe\x1c\x40\xcf\x9a\xa5\xbd\xad\xb9\x13\xf0\x69\xd3\x96\x2f\xfa\x78\x61\x4f\x52\xb3\x2e\x3e\x94\x42\x57\x00\xe2\x15\x26\xa6\x8a\x89\x09\x62\x58\x2a\x0c\x4b\x15\xc3\x42\xe0\x4d\x55\x44\x8b\x3d\x14\xcd\xa2\xb1\x29\x9c\x35\xc5\xf8\xb5\xa4\x14\x28\xb5\x70\x84\x14\x1d\x21\xe8\xd8\x6a\xa9\xbc\x56\x71\x86\x8d\x22\xdd\x90\x6c\x72\xe5\x3a\x51\x8b\x4c\x19\xb5\x00\x2b\xac\xbd\x5f\xa4\x0b\xac\x45\xeb\xff\x50\x98\x4e\x2d\xd2\x22\xd6\xf2\x0c\x6b\xac\x46\xac\xb0\x04\x8a\x2d\x81\x28\x8f\x97\x8a\xa0\x5e\xeb\xa1\xb3\x45\x8d\xad\x52\xce\xd6\x8a\x72\x56\xb6\xc2\x5a\x39\x35\xaa\x9d\x1a\x55\x5e\xa5\xb5\xca\x72\x51\xab\xcc\x81\x72\xc5\xaf\x55\x46\x88\x5a\x8d\x01\x21\x28\xa7\x56\x9d\xec\xb5\xea\x64\x97\x08\x53\xab\xae\xaa\x5a\xed\xaa\x6a\xb2\x1d\xd6\x9a\x29\xcb\x76\x5c\x97\xd2\xac\x22\xf5\x57\x49\xfd\x49\x1e\x8d\xb5\x32\x49\x55\x93\x74\x2a\x0f\x41\xad\x37\x85\xdd\x3a\x80\x78\xed\xa1\xad\x72\xe0\x0c\x8a\x5f\xad\xf5\xa1\xb4\x07\x66\x44\xf3\x54\x25\x29\xd7\xfa\xc2\x64\xd0\xa9\xa1\x35\x55\x87\xd6\x94\x06\xad\xb1\xd4\x1b\x00\x69\x4d\x24\xb1\x2c\xb5\xd9\x52\xaf\xca\xf1\x52\x9b\xa4\xdb\xda\x6c\x01\x12\x7a\x59\x5b\xd3\x62\x6c\x36\x5d\x5d\x10\x81\xb5\x75\x15\xdf\xba\x71\xae\xb2\x2b\xd7\xc6\x41\xdb\x1e\x62\x9c\xec\x52\xab\x52\x62\xfc\xd4\x26\x17\x83\x33\x68\xd4\xda\xa0\x4e\x99\x3f\xad\x5b\x46\xe3\xf4\x6d\x0a\x68\x3b\xe5\x77\x55\x3b\xc7\x6f\xe7\xf8\x15\xc7\x56\xbb\x58\x88\xda\xe5\xba\x16\x94\x4a\xbf\x76\x89\xf6\xb5\x27\xb2\xa5\xdb\xc0\x75\x6e\x2b\x85\x07\x11\x2a\x54\x15\xb5\x63\x0f\x99\x8a\x95\x04\xb0\x76\x49\x43\xb5\x9b\x34\x44\x48\x62\xed\x37\x5f\x2a\x78\x5c\xa1\xdd\xb5\xbf\x6a\x2f\xb1\x2b\x5d\x77\x4a\x17\xef\x54\x15\x66\x52\xa5\x9c\xaa\x9d\xe3\xa6\xdb\x71\xd3\xa4\xe5\xaf\x97\x78\xbf\x7a\xd9\x8a\xeb\x32\xa0\x56\xb8\xd0\x2a\x2e\x34\x49\x8f\x5d\xaf\xa2\xe2\x15\x39\x91\x15\xe1\x51\x2f\x89\xe8\xf5\x92\x88\x1e\xe4\x17\x5e\xaf\xf2\x40\xd3\x6d\xda\x4e\x95\x26\xd5\x5d\xbd\xe4\x14\x17\x65\x48\xaf\x97\xb4\x8c\x55\x71\x14\x35\xe7\x7f\xe1\x9e\xbe\xba\xe6\x48\x41\x10\x51\xfe\xf2\x55\x91\x0e\xf6\xc0\x54\xaf\x61\xb8\xb8\x5b\x2f\xee\x56\xb9\x7f\x55\x85\x2d\xd8\x03\x17\x86\xa8\x06\x48\x8d\x5b\x15\xaa\x00\x16\x6b\x95\xcf\xbf\x3d\x4e\x5b\x65\xdd\xba\x28\x4e\xd4\x1e\xd5\xce\x11\x9d\x6f\xf2\xec\xb5\x07\x15\x98\x00\x5e\x9f\xa8\x19\x12\x02\x4b\x96\xa3\x75\x55\x24\xb6\x3d\xba\x0a\x83\xa4\x1e\x08\x9b\xbf\xca\xc2\x53\xe1\xfc\xaa\x38\xbf\xa4\x54\x31\x55\x20\x2d\xf6\x50\xf9\x41\xeb\xff\x81\xd5\x50\x6a\xe7\xd4\x74\xd2\x3f\x83\xc2\xac\x35\x59\xae\x96\xf5\xa5\x15\xca\x7a\xd6\xe4\x09\x51\x5f\xca\x7f\x29\xdf\xd8\xff\xfa\x72\x80\x92\x62\xea\x90\x17\x46\x1d\x1c\x2d\x40\x20\x9c\x41\x03\xa9\x94\x53\xf6\xd0\x00\x89\xab\x18\xac\x57\xa5\x98\xc9\xf2\xe0\xae\x43\xa2\x61\xc5\xcc\x4b\x08\x41\x9d\xb4\x43\x26\xcd\xd6\xb4\x49\x26\x8b\x1f\xd0\xe2\x24\x0b\x42\x9d\xdc\x1d\x82\xf3\x6a\x4d\x5c\x16\xe6\xc8\x2a\x73\x64\x4f\x0d\x52\x87\x64\xec\x93\x14\xc6\x75\x72\x44\x63\x6b\x3c\xe5\xfa\x54\x27\x07\xb2\x60\xbc\xda\xc9\x6b\x17\x75\x5e\xa7\x95\xaf\x7e\xca\x4e\x67\x8f\x5b\x6f\xd9\x08\x61\x9b\xab\xb2\xcd\xb5\x53\x3d\x9f\xdc\x27\x02\x2e\x89\xdc\x60\xf3\xa5\x4a\xe3\xb7\x3b\x2c\xc5\x84\x8f\x51\x96\xa3\xa4\xb0\xaf\x2a\x57\x09\x7b\xe8\xe2\x3e\x75\x71\x4f\x96\xcb\xb4\xe5\x92\x3a\xaf\x4d\x7a\xa9\xb8\xc6\x20\x65\x43\x9d\x32\x72\xd5\x29\x23\x57\x90\xa5\xa4\x61\xb4\x6b\x32\xda\x55\x69\xe6\xda\x11\x6f\x91\xc0\xdf\x94\xf4\xd0\x0e\x71\x28\xed\x30\x0e\xa5\x29\xa1\x60\x3b\x74\xaf\xb5\x43\xf7\x9a\x38\xe3\x76\x34\xbe\x44\xad\x6f\x87\x63\x3b\x74\x12\xb6\xc3\x76\x42\x90\x19\xb7\x9d\xd9\x46\xbb\x9d\xb8\x68\x4b\x11\xde\xe4\xc2\x60\x0f\xcd\x80\xf1\x31\xed\x94\x39\xaf\x9d\x36\xda\x49\xba\xeb\x76\xea\xf8\x69\xa7\x8e\x9f\xa0\x00\xc0\xa6\x00\x72\x7b\x68\xe3\xe7\xa8\xd2\xd4\xf9\x26\x93\x49\x53\xda\xcf\x26\x7b\x87\x3d\xee\xdf\xbf\x82\x80\x93\x5b\x90\xc8\xd2\x82\x44\x16\x99\x01\x5b\x10\xbb\xdf\x82\xd8\xfd\x53\xfe\x6a\x4d\x61\xe5\xf6\xe8\x0a\x83\xd6\x97\x05\x92\xa2\x41\x83\x32\x17\xb7\x20\x1b\x5c\x0b\x4d\x3c\xa2\x09\xe8\x2d\x6a\x0d\x35\x05\x53\x07\x29\xa6\x5b\xd2\x55\xd4\x92\x5c\x5f\x0f\x45\x0b\xb5\x2c\x9e\xb9\xe5\xa0\x8e\xda\x91\xd0\x32\x15\xe4\xa2\x3a\x35\x51\x59\x9a\x83\x96\xa5\x39\x68\x0a\xa8\x6d\xb2\x08\xd8\x43\xde\x00\xc6\xe0\xb4\x22\x53\x55\x2b\x38\x9c\x28\x37\x4e\x2b\xba\xae\x9b\x98\x13\x1b\x22\xab\xb4\x48\x79\xd0\x8a\x6c\x55\xf2\x00\x68\x45\xb7\x6e\x2b\x76\xeb\x36\x31\x68\x0d\xc3\x40\x93\x61\xc0\xba\xfb\xd7\x4f\x93\x41\xc0\x1e\xf1\xf7\xaf\x28\x60\xd5\x56\xa5\x7a\x6c\x1e\x36\x2b\x37\x23\xbb\x2d\x45\x93\x8f\xcf\x21\x0c\x81\x56\xa5\xf2\x6d\x15\x95\xaf\xa2\xf1\x5a\x9d\x7c\xab\x9c\x26\x41\xee\x0a\xad\x89\xe9\x6c\xba\x90\xcf\xc0\xcc\x34\x29\x5c\x5a\x3b\xad\xab\xb2\xb1\xb7\x26\xb9\xce\x66\xee\xf7\xaf\x5a\xaa\xde\x92\x58\xd7\x1a\x7a\x6c\x89\x2e\xad\x55\x68\xb2\xb1\xe8\x10\x6b\x4d\xbe\x25\xad\xb5\x20\x2f\x19\xeb\x43\xbb\x29\xff\x06\x55\x53\xbd\x6f\x0f\xaf\x49\x7b\x2b\x06\xa6\x35\xf1\x5f\xad\x19\xe7\xd1\x15\x9e\xd0\xda\xe4\x2d\x69\xdd\x0f\xc1\x89\xb7\x2e\x8d\x51\xd3\xb5\x9d\x94\x20\xa5\x75\x79\x89\x34\xd9\x2a\xce\x43\xb1\x46\xad\xcb\xdc\xd0\xba\x6c\x8d\xa7\xf0\x44\x5a\x97\x1d\xa1\x75\x94\x46\x41\xeb\xb9\xcb\x6e\xd0\xba\xec\x06\x41\x10\xf7\xad\xb3\x63\xba\xbc\x50\xa3\xa2\x70\x5a\x7f\x79\xcf\x0e\x92\xa6\x6c\x16\xad\x4f\x5a\x22\xaf\xcd\x53\xb9\x41\xdb\xc5\x14\x5e\x36\x85\x41\xc6\xd7\xa6\x70\x49\x7b\x18\xa7\xa3\x48\x8b\x76\xc9\x7c\xd1\x2e\x5b\xfe\x80\xd4\xb5\xab\xf2\xa1\xbc\x74\xe4\x0a\xd8\xae\x97\x0f\x15\xf1\x72\x28\x98\xa8\x29\xfc\xcd\x1e\x59\xd1\x42\xc6\x05\x37\x5d\x78\xf6\x30\x66\x59\x26\x99\x76\x4b\x3d\xd6\xee\xa4\x0b\x4d\x13\xa3\xa8\x2a\x7b\xc8\x8b\xec\xa8\xe5\x8f\x57\x76\x53\x80\x93\x3d\xb4\xe0\x93\x16\xda\xdd\x1b\x34\x98\xc0\x64\x8d\xc2\x78\xd1\x64\xbc\x68\x4a\x1f\xd2\x1e\x76\x19\xe9\xbc\x8e\xa0\x46\x29\x6b\x80\x3d\xf2\xef\x5f\xbd\x68\x79\xcb\x44\x61\x0f\x31\x69\x52\x8a\xb4\xe7\x82\x66\xcc\x6b\x10\xf0\x6f\x53\xd6\x27\x7b\x18\x1b\xd8\xaa\x2a\xe0\xbc\x12\x36\x60\x92\x39\xa9\x3d\x3a\xbe\xdb\x33\xb4\x32\x72\x10\x89\x96\x8d\x57\x24\x7b\x4b\x19\x7a\xed\xc1\xae\xd0\x72\x57\xd6\x7d\x7b\xd4\xdf\xbf\xc8\x8f\xd3\x5e\x3a\xf0\x5a\x07\xba\x04\x84\xa6\x0c\xef\xf6\x98\x22\xd9\xa0\x0a\xda\xc8\x1e\xc9\x48\x3a\x0d\x07\x3b\x96\x5c\xdb\x87\x64\xaa\x86\x06\xa7\x49\x83\x73\x9e\x0a\x71\x6c\xb2\x78\xd8\x43\xea\x0f\x46\x68\x88\x87\x6f\x43\x6e\x32\x51\x50\xc2\x6d\x70\x08\x0b\x9a\xb4\x49\xe9\xd5\x06\x27\x9d\xd4\x3b\x64\x76\x68\xf2\x88\xb4\x87\x6c\x5d\x26\x14\x36\x3c\x03\x1a\x09\x61\x0f\x4e\x98\x49\x47\xe5\x56\x75\x1e\x4d\x1b\x7b\x72\x84\x01\x38\x1f\x84\xd0\xd6\xf0\x4f\x6a\xc0\x7d\x06\xe1\xa9\xb5\x99\x79\x2f\xe3\xd6\xa3\x9d\xa2\xcb\xdf\x1e\x78\x7a\x51\x07\x67\xdd\x24\xd2\x4c\x9e\xf5\xfd\xd0\xa9\xd0\x0f\x3b\x15\xb2\x9a\xd2\x0f\x71\xca\x5d\xf7\x5a\xd6\x76\xef\x87\xb8\xfd\x7e\xf4\xb6\xa2\xfa\xfb\x61\xc2\x86\x3d\x64\x9a\x3f\x45\x12\x57\xdc\x0f\x9b\xda\x26\xd8\x92\x7e\x68\x27\x76\x81\xba\x34\xf9\xb8\x75\xb9\x96\xd8\x03\x93\xb7\x0d\x52\x97\x93\x81\x3d\x64\x4b\x4e\x26\x26\xf4\x33\x5e\xd0\xb4\xff\x85\xab\xd0\x85\xee\x62\x0f\xe2\x2a\x8d\xa9\xe8\xa7\x76\x54\x3f\x6d\x60\xaa\xe2\x2a\xba\x9c\x11\xec\xa1\xf5\x60\xe3\xd6\x4f\xfa\x79\x2a\x5e\xe9\x68\x5d\x35\x34\x6a\x55\x4c\xc8\x21\x87\xf0\x7e\xea\xb8\xee\x27\xc7\x75\xca\xaa\x55\xdc\x70\x3f\x8d\x1b\xce\x02\x11\xef\xa7\xe4\xe7\x7e\xca\x08\x10\x94\x00\xb2\x9f\x83\x06\xdb\x28\x34\x39\x84\x77\xa9\x8e\xec\x61\x0c\x4f\xd2\xb8\x05\xf1\x06\x3d\x20\x25\xc9\xa3\xbc\x87\x09\x0d\xe8\x77\x46\x2e\xea\x48\xec\x51\x47\xe2\x29\x11\xba\x0b\x08\xc4\x1e\xaf\x7c\x97\xad\xab\x82\xe3\xb0\x47\xc7\xe5\x05\xda\x05\x0d\xb7\xd4\x6c\xa3\x94\xb2\xfa\x9f\xb2\xcd\xb3\xbc\xef\x7b\x2a\x7c\xaa\x93\x20\x0a\x6a\xa1\xcb\x5f\xd1\x1e\xc3\xe4\x76\xe3\xf6\x7a\x92\x41\xad\x27\x19\xd4\xa2\xa0\xc1\x7a\xbe\xf4\x69\xc6\x57\x34\xd8\xb4\xca\x0d\xdd\x1e\x97\x0c\xac\x87\x68\xe2\x0a\xbb\x54\x0a\x59\xfe\x8c\x3d\xbf\x1a\xb8\xac\x30\xc2\x10\x8d\x87\xed\xf9\xe5\x35\xcc\x1b\x02\x60\xe9\x45\xa2\x75\x2f\x49\x5e\x30\x5a\x24\x45\x46\x9c\x5e\xec\x92\x0d\x92\x05\x7a\xb1\xfb\xcd\x1e\x72\x1c\x33\xa6\xad\x17\x26\x55\xaa\x85\x28\x60\xd6\x2e\xfd\x82\x3d\xec\xc4\x38\xec\x2c\xe8\xa5\x53\x96\x9d\x12\x5d\x80\x37\xbd\xe8\x4c\xed\xc5\xce\xd4\x28\x37\xf9\x2e\x7f\x01\x7b\x34\x3b\xbf\x8d\x41\xeb\xc2\xcf\xb0\x47\x55\xf1\x6a\x84\xa4\xf4\x2e\xc3\x4d\x54\xf8\x5f\xaf\x3a\xca\x7a\xb5\xbd\x9f\x84\x41\xd1\x65\x22\xb1\xc7\x43\x27\xa1\x0d\x68\x92\xe5\xe5\xce\xdf\xab\xdc\xbe\x7a\x8d\x5d\xd0\x26\x51\xa4\x17\xd2\xd0\xdc\xa9\x82\x4c\x69\x76\xbe\x67\x69\xc4\x7b\x95\x41\xab\xcb\xb2\xd2\xc5\xdc\xf4\x2a\x51\xac\x57\x45\x8d\x47\x89\x1a\xbd\xbe\x14\xa6\x30\x8a\x20\xe7\xc9\x2e\x84\x0e\x7b\x0c\xda\x61\x53\xdc\x74\x5f\xf6\x26\x96\x47\xee\x83\xbd\xc9\xc3\xa4\xb7\x43\x5e\x1a\x76\x99\x77\xe9\x12\xec\x61\xac\x81\x3c\x28\x3b\x8c\x4c\x17\x23\x13\x95\x78\xb8\x37\xb1\x01\xbd\x99\x3c\x9c\x64\xa4\xeb\x8d\xe5\xdd\x14\x8c\x14\xe4\xd9\xdb\x1b\x13\xdc\x84\x5c\x1c\x94\x79\xa0\x37\x79\x51\xf4\xa6\x58\x95\xa8\xd8\xc4\xde\x2e\x2a\xbd\x70\x19\xa7\x6d\x62\x5b\xba\xd8\x96\x33\x88\x7b\xec\x8d\x6e\xb5\x29\x7f\x11\x63\x3b\x7b\xd7\x31\xdb\x3b\xc7\xac\x1c\x14\x7a\x67\x66\xba\x66\xe6\x14\xd0\x61\xef\x92\xb4\x7a\x97\xdc\xa9\xe3\xbe\xf7\x8b\x4f\xf1\x21\x11\x82\x6b\x17\x84\x85\x3d\x12\x21\xd7\x7f\x36\x59\xf7\x4e\xa3\x80\x9e\x38\xbb\x26\x58\xb0\x0b\xf6\x50\x27\x43\x85\x76\x41\xb3\x53\x58\xe2\x4d\xbf\x74\xa6\x77\x69\x07\xce\x28\xfc\xc9\x2e\xdb\xd5\x4f\x17\xe6\x40\x62\x18\x2f\x1a\x25\x26\x25\x2b\x9c\xac\x63\xc1\xea\xb2\x60\x25\x05\x78\xf5\xfb\xd0\xda\xb8\x05\x74\x11\x84\xdd\xd5\x6f\xe6\x49\x36\xab\x33\x0a\x89\xa5\x2b\xdc\xfe\xa7\xdf\x92\x60\xa3\x80\x10\xfa\xcd\xe8\xe0\x1e\x72\x48\x90\xeb\x8a\x90\xb7\x47\x50\x43\x44\x92\x57\x74\xbf\x95\x49\xf5\x10\x63\xda\x6f\x0e\x49\x19\x9f\xce\x20\x7f\xad\x2e\x83\x90\x3d\xb0\xa5\x19\x0b\xd7\x1f\x56\xb3\x84\xfd\xac\xfc\x62\x5d\x08\xa1\xf6\x08\xf8\xb7\x59\x2f\x5e\x76\x10\x30\x69\x41\x16\x85\xfe\xca\x10\xde\xc9\x09\x1c\x0e\xf5\x42\x59\x8f\xec\xa1\xde\x56\xde\x93\xe0\xd6\x5f\x09\x6e\x41\xea\xe6\xfe\x32\xc9\xa4\x86\x0b\x32\x5b\xf5\x97\x93\xed\xd5\xc9\x16\x65\x91\xea\x82\xbb\xb7\x87\x09\xec\x2c\x72\x85\xec\xd9\x03\x99\xcc\x98\xad\xae\x04\x18\xf6\x78\xf5\x9a\xd5\x8a\xfb\x76\x97\x78\x7f\x9e\x4a\x08\xd4\x95\xcf\xcc\x1e\x05\xe7\x94\x28\x1a\x9f\xea\xac\x17\x96\x5d\x1f\x5c\xa6\x43\x6c\x6d\x94\x1e\xae\x2b\x20\xe2\xa7\x8b\xa5\x38\xcf\xe3\xb0\xf7\xd0\x09\x74\x74\x02\x41\x5e\xcc\x1d\x1e\xa1\xcb\x8b\xf9\x0c\x42\xc7\xe8\xf0\x08\x5d\x3c\x42\x96\x3a\xa1\x4f\x6e\xce\x29\x43\x40\x54\xcc\x7b\x9f\x8c\xdd\x14\x2c\x40\x54\xc8\x6c\x9f\x6c\xc1\x49\x9c\xa4\x27\x4d\x49\x91\x1c\x07\xeb\xbf\x93\x68\x2a\x21\xe6\xa5\x04\xf2\xee\xfa\x2f\x79\xfd\xc3\xfe\x9b\xb1\xcd\xeb\xbf\x85\xbf\x09\xf2\x2e\x39\xee\xeb\xfa\xaf\x42\x23\x1a\x88\x9e\xe9\x21\xed\xdf\xfa\x6f\x26\xf6\xe6\x5c\x7f\x93\x40\xec\xff\x55\xf4\x8d\xe3\xda\xe7\x83\x04\x0f\xeb\xbf\x95\x54\xc0\x3b\x2f\xc1\xe0\x3b\xfd\xb7\x7d\x81\xd7\x87\x26\x78\xe0\xb4\x5b\x00\xfe\x20\xd0\x62\x1c\x64\x52\xd4\x94\x8c\x43\x3a\xca\x81\x99\xad\x28\x94\x62\x1c\xc9\x69\x04\x62\x2a\xc6\x5d\x36\xb7\x9f\x71\x64\x72\x3c\x28\x2c\xf9\x10\xc3\x3e\x0e\xc1\xa8\x80\x90\x3f\xe4\xf6\xf9\x33\x0e\xf2\xf5\x81\x66\x77\x54\x68\x0a\x5a\x2d\x59\xb1\xad\x87\xd6\xee\x38\x04\x44\x50\x32\xd0\x7a\x0a\xe1\x18\x87\x34\xc8\x45\x49\x9d\xc6\xf1\x50\x07\x29\x90\x05\x1f\x3b\x0e\xe9\x69\x87\xd8\xb5\xb3\xc8\xa1\x77\x1c\x93\x3a\x48\xc5\x23\xf7\xae\x71\x48\x4f\x3b\x0e\x05\x4d\x16\x99\x3c\xc7\xc9\xb8\xe0\x77\x5a\xc4\xcb\x0f\xcc\x75\xe3\xc4\x24\xa6\x9c\xc9\xe3\x94\xaf\xde\x38\x89\x21\x26\x04\x18\xc6\x6f\x9c\x89\x84\x51\x02\x4e\x12\x77\x67\x0f\xcf\x41\x2b\xc0\x3d\xb1\x34\xe3\x14\x4b\x53\x08\xab\x3d\xa5\x4b\x1d\xa7\x42\x6e\x48\x6c\x38\x4e\x19\xbc\xc6\xa9\x20\xf7\x02\x56\xcc\x29\x3e\x67\x9c\x9e\x00\x51\x41\xa8\x04\x91\x0c\x71\x7b\xa7\xc3\x31\x9c\xe2\x09\xc6\xd9\x69\x4b\x03\xf4\x2f\x41\x23\x02\x57\x21\xbc\x84\x9b\x8c\x93\xbc\x69\x4a\xbe\x3f\xe4\xda\xfa\x33\x08\x38\x29\x60\x62\x9c\xb7\xc6\x59\xfe\xac\xb6\x2e\x55\x9e\xe4\xa5\x71\x3e\xac\x47\xda\xf7\xd0\x37\x4f\x82\xa0\x28\x76\x69\x76\x7e\xc6\xc9\x38\xcb\xf4\x32\x82\x6e\xe4\x21\x6d\xce\x59\x9a\x82\xf1\x83\xce\xbf\x11\x74\xfe\x95\x9e\x80\x07\xd4\xb7\xc1\xd7\xb5\x10\x04\xa4\xc8\xf9\x19\x81\x71\xd1\x79\x3a\x50\xe8\x8c\xd0\xa0\x75\x80\x02\xd5\xbe\x00\x0c\xa7\x02\x09\x46\xd0\x1e\x1b\x81\x50\x5d\x22\xd1\x71\x52\x1d\xe1\x86\x26\x94\x81\x70\x43\x1b\xb8\x5a\x3b\x42\xa0\xc6\x39\x80\xd3\x00\x58\x64\x98\xf4\x63\x12\xcc\xaa\x70\xe3\x28\x49\x79\x44\x90\xa5\x41\x8f\x8c\xa7\xd3\x88\x82\xd3\xfc\x46\xdd\x50\x23\x46\x87\xea\x17\x3c\x9e\x64\xb8\x11\x23\xc8\x7a\x0a\x9b\x8f\xba\xa1\x46\x04\xb9\x5b\xc1\x45\x23\x26\xca\x43\x4f\x22\x57\xce\x11\xc5\x3e\x8f\x48\x8a\xf5\xd3\xb1\x07\x5f\x68\xe4\xa8\x07\xf6\x4f\xec\xca\x88\xd9\xd3\x6c\x0a\xf0\x4f\x67\xc8\x88\xe4\x36\x93\x86\x73\x44\xf1\x65\x23\x6a\xff\xa6\xb3\x03\x47\x98\xa0\x81\x09\x78\x9c\x7f\x64\x12\x46\x64\x6a\x22\x19\x39\x65\xa3\x1d\x72\xc7\xb5\x87\xc7\x0e\x6a\xd8\x2a\x4d\x25\xb3\x8c\xd4\x30\x23\x36\x9a\x0a\xb6\x6f\x60\x88\xe4\xcb\x37\x22\x40\xd5\x32\xb9\x8c\x28\xb5\xff\x88\xc4\xbd\x03\x54\x15\x39\x42\xe2\x03\x0d\x90\xc6\x87\xb6\x3c\x68\x46\xb5\xec\xe2\xc3\xf0\x02\x24\x1a\x41\x5d\x7c\x79\xef\x25\x73\x90\x8e\x24\x49\x2a\x3f\x23\x0e\xcf\x08\xac\x69\x18\xbc\x47\x3a\x18\x80\x9e\xe2\xe4\x3d\x92\x25\x48\x76\x1a\x44\x59\x8d\x44\xee\x72\x19\xa0\x47\x92\x3c\x35\x88\x36\x23\xab\xdf\x50\x30\xf6\xcf\x48\x2b\x35\x8c\x10\x07\x39\x82\x53\x20\x08\x1e\x7c\xc4\x48\x79\xe4\x72\x01\x83\x49\x22\xd2\xcf\x48\x19\xb8\x61\xc5\xc4\x27\xd9\x63\x46\x62\xba\x94\x14\x67\xa4\x42\x79\x20\xe1\x09\x1d\x7a\xa4\xa2\x6d\x4b\xe0\x74\x4a\xb4\xaf\x52\x5e\x03\x60\xb5\x00\x65\x58\xa0\x91\x64\x07\x78\xc5\x4e\x5b\xb4\xcd\x92\x0c\x7b\x23\xc9\x26\x38\x12\x63\x2f\x47\xbc\x21\x4f\xea\x9f\x91\x40\x93\x07\x68\x26\xbd\xd4\xc1\x58\x49\x01\x3a\x32\x63\x95\xc9\x5f\xa2\x3c\x19\x23\x4b\xc9\x3d\x32\x63\x25\x1f\xc1\x91\xd9\x3e\x39\x38\x4d\x80\x86\x92\xc7\x47\xf6\xb4\x38\x11\x2c\xc4\x02\x0d\xfc\x62\x41\x59\x64\x69\x1e\x46\x26\xa5\x81\x5c\x3d\x47\x96\xaa\x60\x64\xf2\x16\x81\x1c\x90\x2f\x68\x9e\x41\x9d\x6f\x4d\x4e\xfe\x19\xf9\x85\xc6\xb7\x92\x04\x87\x24\x41\x19\x63\x46\x7e\xa9\x15\x68\x78\x30\x8b\xf0\x99\x1b\x59\x3c\x4f\x92\x9f\xeb\xc8\x62\x16\x46\x66\x04\xe4\xd8\x38\x0a\x23\x50\x88\x3f\x55\x1a\x83\x51\xb8\x84\x0a\x31\xb5\x0a\x53\x1f\x45\x02\xc0\xc0\x58\x9d\xa4\x1a\x1c\xc8\x9a\xa3\x68\x76\xc9\x6a\x39\x4a\x81\x86\x1b\x29\x00\x29\x45\xda\xee\x51\xd8\x31\x5d\x10\x32\x78\x96\x0f\x3c\xcb\xb3\x92\x9a\x8c\x72\x51\xef\x45\xfa\x10\xf0\x1d\x2f\xf5\xa3\x00\xdf\x73\x80\xec\xc8\x65\x50\x48\x6d\x7d\x08\xff\xa4\x4c\xbe\x55\xdf\x1c\x57\xa1\xd2\xb7\x0a\x6e\x15\xc8\x9b\x95\x59\xab\xc0\xb4\x28\xf7\xe0\xa8\xac\xc8\xba\x32\x74\x0b\xbc\x51\x7c\xf4\xa8\xd2\x98\xe6\x70\x02\xdb\xa8\xb6\x54\xe5\xc9\x27\xbb\xea\xa8\x92\x9f\x46\x05\x2c\x0c\xe8\xca\x2a\x35\xe7\xa8\x2b\x4d\x8e\x80\x1d\xe5\x3c\x38\xea\xf4\x94\x35\x42\x6e\xa4\x7d\xed\xf0\x74\x56\x45\x34\x8d\x5f\x03\x9f\x0b\x0c\xc3\x16\x54\x5e\x03\xb4\x31\xea\x10\x6d\x32\x6b\x8e\x46\xae\x22\xe5\xeb\x1d\x98\x9b\x47\x03\x0a\x66\x61\x40\xf2\x2d\xf5\x2a\x9d\xca\xe8\xd4\xdb\x3d\x83\xa7\x90\x43\x70\x82\x1f\x72\x82\x3f\xdb\x09\xcc\x9f\x62\x03\x47\x2f\x9e\x88\x1a\xe4\xc8\x08\xcd\x21\x1f\x05\x14\xc8\xa9\xdb\x1d\xef\x52\x97\x5f\x67\x1d\x74\x32\xe1\x70\x59\x75\x31\xc9\xa3\x03\xa7\x25\x0f\xe7\xd1\xa5\x70\x1f\xbd\xe2\x07\x13\x81\x90\xd4\x98\xf6\x06\x50\x62\x06\x2f\x92\x6f\xc1\xae\x02\x94\xa4\x73\x1a\xf4\x0e\xd4\x22\xed\xeb\xf4\xa3\x3b\x84\xa3\x20\x0e\x3b\xfd\x00\x9d\xea\xd4\xce\xea\x5c\xce\xdd\xd1\x3f\x2b\x34\x7f\x8f\x70\x79\xca\xe3\xc2\xee\x00\xd5\x29\x55\xe0\xe8\x30\x87\xfd\xa6\x1f\x9a\x8f\x7e\xd3\x0f\xf9\x3f\x36\x19\x4e\x07\x36\xf1\xd1\xc1\x16\x00\xbd\xab\xdf\x3a\x0d\xba\x83\x7e\x32\x1f\x0f\xdf\x3e\x8e\x1f\x06\x64\x24\xfd\x00\x8a\x40\xfe\x52\xa3\xbf\xf4\x17\x5c\x95\xe0\x60\x90\x8c\xfd\xeb\xd0\x91\xaa\x63\xf0\x1e\xc9\xc7\x58\xa7\x7d\x50\x87\xe4\xc7\x06\x9c\x72\x1f\xf4\x6d\xf2\x9e\x43\x3b\xf2\x9e\x98\xd7\x16\x98\x23\x98\xd7\x4e\x86\xd3\x00\xde\x20\x6b\xe8\x02\xb4\x27\x00\xed\x27\xed\xcd\xb8\xc0\xe0\x0f\x00\xe7\x71\x96\x5c\x87\x83\x44\x82\xf1\xa8\x3a\x2e\x10\x59\x14\x30\x3e\x2e\x09\x39\xe3\xc2\x1f\x2a\xfc\x0b\x1a\x81\x71\xc9\xa5\x66\x5c\xa0\xd7\x29\xa9\xc8\xb8\x02\x45\x83\x4e\x17\x2a\x58\x91\x34\x21\x3a\x4d\x08\x7c\xd1\x69\x98\x15\x81\x43\x84\x1f\xba\x80\x30\x57\x9e\xf1\x71\x49\x26\x1e\x17\xb0\x54\xe0\x12\x5f\xf0\xd9\x17\x50\xcb\x4a\xe2\x33\xe4\x98\x60\x0f\xf0\x0c\x05\xb3\x83\x4d\x64\x5c\xe2\xb3\x1b\x17\xfb\x05\x9f\x2d\xdf\x05\xa3\x69\x88\xd8\x52\x17\x08\xb1\x42\x2c\x19\x97\x6c\x1b\xe3\x02\xf1\x22\x32\xbc\xf0\x98\x17\xee\xf8\xe0\xb0\x5e\x4d\xcb\xe9\x62\x0b\x00\x3d\x77\xb1\xdc\x2f\x90\xd9\x64\x9d\x1a\xd7\x45\x1d\xc0\xb0\x39\x6c\x26\x47\xeb\x45\x12\x6c\x8e\x95\x8b\xa5\x7d\xb1\xb4\x1d\xa8\xf2\x66\x5a\x49\x4b\x28\x6d\xd8\xb8\x6e\xfa\xf1\xd0\x0f\xc0\x1c\x1f\xea\x65\x79\x02\xe6\x8a\x4e\x65\x5c\x2f\x48\x7d\x8c\xc1\xcb\xb7\x2c\x4f\x30\x90\x2f\x19\x27\xc7\x35\x1c\xca\x10\x1a\xfd\x25\xe5\x4e\xd2\xf2\xbc\xe0\x8b\x2f\xc9\x5b\x2d\x01\xf2\xc9\x92\xbd\x40\xe5\x4d\xa0\x66\x4e\xc6\x0f\xa0\xe7\x04\xa8\x25\x47\xf0\x05\x5e\x69\x02\x3d\x0e\xd9\x00\x6d\x4e\x4b\x09\xa4\xc5\x0a\x8d\xf7\x40\x7c\x83\xa7\xbe\x81\x98\x4a\x8e\xae\x98\xa1\x69\xfc\x12\xb8\x8a\xf2\x5b\x18\x77\x60\x0c\xb4\xfe\x6e\xa9\x69\xc6\x1d\xc0\xee\x04\xc1\x4d\x66\xdc\x71\x8b\x1f\x6f\x1c\xd5\xb7\x14\xf7\x43\x31\x44\xf6\x1e\xb4\x01\x8d\xb6\x74\x30\x15\x35\xa6\x37\x88\xed\x4a\x9d\x37\x6e\xf8\xf1\x3b\x79\x7a\x60\x80\x13\x6f\x68\x98\x2d\x74\x74\xdd\xf0\xe8\x37\x30\xcd\xf2\x01\x1c\x37\x0c\xca\x0d\xbe\x11\xb2\xc6\x9d\xe9\x9b\xe7\x73\x3c\xa0\x51\x07\xf9\xf7\x60\xb4\x08\x52\x1a\xa8\xaa\x72\x15\xc3\x78\x17\xc6\xb4\x80\x6b\x77\x80\xb4\xc8\xb7\x0e\x35\x0c\x72\x5e\xa1\x5e\xa0\xa9\x80\x14\xbb\x2b\xef\x81\x73\xda\xf8\xb6\x32\x06\x5c\x11\x19\x38\x3d\x98\xf5\xbb\x39\x4c\xa3\xfa\x06\x9b\x71\x73\x6d\x64\xad\xab\xbb\x31\xce\x0d\xf4\x3e\x70\xfd\x3a\x73\x09\xb4\x70\x03\x7a\x11\xd9\xf4\x06\x1e\x4d\xba\x90\x81\x61\x70\xdc\xdd\x81\x14\x55\x47\xa7\xbc\x0e\xce\xa0\xb0\x98\xe4\x56\x6e\x0f\xb0\xff\x40\xb0\x64\xbf\xdd\x9e\xcf\x07\x74\x45\x64\xdd\xfb\x62\x4c\x81\x35\xbc\x58\x6b\x97\x67\xd6\x04\x11\x91\x79\xf3\x24\x34\xd4\x71\x33\xa6\xb7\x43\x1a\xaa\x7d\xb2\x42\x8f\xfb\x66\xac\x00\xcb\x64\x5f\xde\xc0\xa2\x36\x87\x3e\xa4\x5e\x50\xf5\x33\x6b\xfc\xa1\x0e\x4f\xb5\xe0\xd8\x83\x8c\x01\x29\xe1\x1a\x6b\xfc\x65\x7e\x5f\x4f\xb6\xaf\xf1\x7b\x19\x03\x80\x4f\x1b\xe8\x82\x83\xf6\x91\x4c\x50\x61\xfa\x83\xa0\xb3\x71\x93\xfe\xab\x81\xab\x89\x10\x73\xe3\xc0\x9d\xa9\x63\xd0\x96\xe1\xb9\xbf\xd5\x37\xae\xa6\x7b\x90\xae\xaf\x82\x60\x48\x1d\x80\xa7\x36\xf0\x40\xd1\xb5\xdc\xd3\x13\xcd\x03\x6e\x48\x3f\x60\x79\x1a\x88\x83\xd2\x85\x8d\xe7\xa0\x2d\x02\xb8\x7c\x14\x8a\x30\x1e\xcf\xd3\x0d\xbc\x1d\xec\xd7\xca\x33\xad\x73\xed\x81\xf5\x7d\x3c\x7f\xee\x01\xad\x43\xa3\xcd\x80\xde\x71\x85\x3d\x27\xd9\x51\x74\x15\x3f\xdc\x51\x4f\x00\xbc\x50\xe7\xdf\xc3\xde\x97\x0b\xff\x99\xa5\x72\x1f\x0f\x42\xd6\x23\x1c\x9a\x2c\xfd\xde\x50\x3e\x2d\x7b\xf8\x7b\x82\xf9\x93\x13\xec\x20\x1c\x8f\x0c\xca\x83\x78\xbc\xf1\x90\x80\x29\x3b\x5a\x22\xfd\xe0\x8e\x52\x82\xa9\x41\x90\xde\x78\x3c\x0d\xb2\xee\xb7\x07\xf9\xfc\xc9\xd4\x0b\x12\x20\xf2\xf9\x4a\xbd\xce\x18\xa0\x5f\x7b\xc8\xff\x80\xee\x8b\x50\x82\xa1\xa8\x3e\xcf\x6f\x36\x88\xe7\x1b\x0f\x00\xe7\x85\x31\x60\xff\x3e\xe0\xc9\x29\x21\xcb\x78\xd8\xab\x64\xd9\x6f\x25\xfe\x0b\xb2\xfd\xc3\xf5\xf7\x80\x22\xde\x01\x1d\x6c\x5e\x34\x43\x2e\x6e\x99\x58\xc1\x41\xac\x60\x93\x55\x7b\x28\x5b\x9c\x3d\x68\x2a\x18\x92\xfd\x82\x06\x4e\x9f\xae\x83\xa7\x53\x5e\xa7\x3c\xe0\x31\x2f\xa6\xf0\x72\x80\x45\x4d\x03\xdb\x9b\x74\x5d\xad\x00\x03\xc9\x56\x7e\xe0\x28\x51\xe7\x3d\x70\x94\x0f\x12\x0d\x48\x76\x0f\x1c\xe5\x83\x0a\xb8\x80\x27\x79\x31\x94\x37\xe0\x95\x5a\xee\x0f\x1c\xe5\x73\x83\xd8\xc8\x32\xbe\x59\xb2\xb7\x03\x2f\xaa\x2d\xa8\xcb\x1e\xb6\xa3\x6c\x8f\xe3\x41\x2d\x29\xc7\x81\xb3\x90\x41\xe0\x61\x3b\x3e\xa8\xc6\x0e\x10\xf6\x50\x1f\x91\x21\xac\x80\x33\xa7\xec\x60\xf6\x28\x78\xe5\x83\xcd\x58\xa1\xd1\xb7\x02\x2a\xa3\xea\x7d\x81\xf2\x2e\x05\x6c\x45\xbe\x3d\x01\x35\x14\x9b\xf1\xca\x9b\x73\xbc\xa7\x23\x3a\x82\xb4\xa8\xf6\xbd\x64\x05\x3d\xc0\x7f\x14\xea\xc9\x78\x51\x09\xa3\x1a\x7b\xe5\x7a\x30\xde\xe0\x20\x89\x6a\xb3\xcc\x4e\xe3\x0d\x80\x20\x82\x0e\x88\x3a\xef\x15\xa2\x53\x21\x7b\xc6\x8b\x3a\xef\xf5\xb4\x6c\x80\x15\xa2\x36\x7d\xc9\x6d\x4b\x96\x8c\x17\x56\xf0\x8d\x0e\xde\xa8\x31\x80\x15\x24\x89\x74\x53\xca\xdb\x81\x33\xe3\x90\x33\xe3\x59\x50\xd3\xbd\xb2\x18\x0c\x59\x4e\xec\x3d\xe1\x11\x72\x3d\xbf\x09\x00\x4a\xb1\x55\x2f\x7a\x01\x72\xa4\x15\x92\x58\xbc\xa8\x66\xdf\xc4\x5c\x8a\xc3\x7f\xb9\x9e\x5f\xae\xe7\xd2\x81\x7e\x64\xac\xc8\x4a\x45\xfe\x09\xa5\xac\xb7\x07\xe9\x54\xc4\x6a\xbd\x5c\xd9\xa4\x60\x2e\x48\xbb\x2f\x2c\xe8\xeb\xc9\x4e\x24\x31\xbc\xa8\x34\x49\xb3\x5c\xd0\xc9\xbc\x5c\xc5\x9e\x38\x90\xc4\x06\xaf\xfc\x77\x86\x2c\x40\x46\x53\x5b\x90\xd6\xc8\x58\xd4\x48\x12\xf0\x72\x65\xbf\xba\xb2\x49\x5e\x36\x5e\xf4\x6b\x6f\xa3\x3c\x1d\x5d\x6f\xa3\x3c\xd4\xa6\x67\x04\x63\x92\xf6\x49\x37\x52\x90\xc6\x95\xdd\xd9\x1e\x0e\x52\xa9\x7e\x34\xe6\x9c\x9c\xa8\xf2\x12\x1e\x2f\x7a\xb8\x17\x75\x32\x89\x04\x5e\xae\xd8\xf7\x72\xb4\x4a\x00\x2a\xa9\xe3\xe2\x5b\xe0\x45\xd9\x6f\xaf\xa7\x1f\x64\x0d\xa1\x57\x79\x89\x9e\x41\xba\x7a\x91\xae\xde\x97\x38\x81\x03\xf0\x4a\xd6\xc1\xe0\x3d\xda\x37\x68\xb3\x22\xdd\x4a\x00\x4b\x73\xb2\xfe\x26\xe9\x9e\x80\x0b\x85\x55\x25\x6b\x54\x91\xff\xfa\x18\xec\x41\x10\xcc\x0a\x52\xd3\xe0\xca\x21\x53\x7c\x09\x05\x9a\xd6\xe4\x60\xcf\x28\x6e\x67\x0c\xf6\xcc\x40\x8d\x4d\x02\x9b\xc1\xba\xc7\x35\xa7\x20\xc6\x0c\xae\x0d\xf2\x31\x97\xa8\x2b\x6c\x60\x46\x19\x19\xf7\x6f\x81\x46\x0f\xd6\x95\x5c\x6c\xcf\x12\x41\xd1\x64\x0d\x91\x65\xb9\xa0\x77\x1c\x5c\x07\x43\xfa\xbf\x12\x1d\xf9\x92\x7a\xc9\x08\x0f\x86\xfa\xa8\xd4\xcb\xfc\x02\x34\x3f\xd0\x7d\x81\xb9\x54\x10\x45\x06\x62\x8c\xa7\x1f\x05\x94\x7f\x20\xc6\x78\xae\x65\x10\xeb\x71\x27\x1a\xa4\x39\x2b\xa0\xcb\x0f\xd8\xaf\xe1\x73\xce\x98\xca\xcf\x62\x78\xf2\x75\xa0\xe2\x07\xe2\xce\x40\x42\x07\xc5\x2d\x8a\x2d\x98\x11\x90\x4a\x05\xc1\xcf\xa8\xab\x7d\x46\xae\x53\x41\x88\xcf\xa8\xbd\x3a\x51\x77\xe3\xfe\x39\xa3\xea\x9d\x42\x02\xf3\xe4\x65\x13\x3d\xf0\x8c\x2b\xa1\x99\xca\x53\xb0\xe4\x8c\xa0\xdb\x0b\x99\x74\x46\xb1\x73\x33\x82\xaf\x28\x18\xd2\xa9\x48\xdf\x9f\x19\x27\xef\x55\x7d\x3b\x69\xdf\x04\x8b\xaa\x09\x4a\x52\x92\xf7\x4c\xa4\x33\xab\xe0\x39\xd2\x8f\x74\x00\xd0\x09\xdc\xa2\xf4\x98\x93\xbc\x35\xb5\x1d\xc0\x6c\x3e\xd0\xc0\xb6\x14\xda\x21\x21\xc4\x53\xaa\xdf\xb3\x36\x10\x2a\x25\xb2\xcc\x14\x1c\xaf\x93\xf7\x34\x06\x29\xfa\x7b\xa2\xe9\xec\x9c\x09\x20\x43\x21\x82\xcf\x94\x68\x9f\xc6\xaf\x6a\xbf\x4d\xf4\xc5\x33\x91\xff\xe0\xac\xe9\xbf\x5e\xf7\xad\xfc\xf7\xdb\x7e\xa6\x4c\x0b\x80\x2e\x3c\x81\xa3\xcc\xb4\x5e\xab\xae\x9e\x5d\xb5\x69\xd5\xcd\x54\x3c\x0d\xa4\x7a\xa9\xd3\x6c\xa6\x0a\xae\x25\x68\xa3\x3a\xb9\x66\x02\xa3\x1d\x74\xbb\x54\x29\xaf\x81\xb3\x19\x80\xe3\x4c\xd0\xc0\xb7\x8c\xaa\x43\xa7\xd4\x4c\x8d\x6c\x70\x42\x82\x4c\x8a\x32\x9d\x52\x48\x9f\x35\x00\x7c\x2a\x21\x62\xa6\xcb\x71\x3b\x05\x87\x79\x51\xde\x45\xbd\x8c\xc6\xc5\xa8\xb1\x22\xa4\xb8\x98\xe9\xa6\x1f\xa4\xd7\x95\xb3\xca\x4c\x37\xb3\x7a\x93\xfd\xad\x42\x63\x16\x1e\xcf\xf7\x26\xcc\xce\x87\xf7\xc8\x18\xd2\x40\x39\x7d\x29\xef\x05\xec\x54\x28\x84\x68\xc0\x67\x7a\x49\x8a\xdd\xb5\x9a\x5e\xfa\xf1\x8e\x6d\x74\x9e\xf8\x1d\xcf\x04\x10\xac\x14\x1c\x33\x0d\xbe\x1d\xcc\x74\x57\x7f\x07\xe3\x3c\xc1\x1c\x05\x09\x76\x32\x06\x93\x7a\xc1\x07\x9d\x8c\x33\x88\xb1\x82\x03\x98\x68\xde\x67\x66\x15\x2b\x43\xfc\xcc\xac\xe2\xcc\x0a\x13\x03\x3d\x15\x01\xf6\x33\x33\x39\x35\x94\xa4\x71\x66\x31\xa8\x33\x83\x57\x29\x5c\xe9\x99\x65\xe5\x99\x19\xc6\x13\x38\xd6\xdc\xa8\xa3\x79\x7a\x4f\x95\xa7\x9b\x64\x66\xf2\x24\x49\x28\x99\xb9\x53\x2f\xdc\xa1\xf2\x45\xcd\xcc\x5c\xe6\xee\x79\x4f\x55\x47\xe7\x5b\x20\x7a\x19\x2b\xc5\x8b\xd9\x83\x6f\x35\xa6\x59\x3a\xbe\x99\xd1\xf1\x75\x50\x4d\xe5\x52\x34\x33\x89\x28\x3a\xe0\xa6\x72\x5f\x98\xf9\xf5\xd4\xce\x6a\xf3\xa0\x5e\x0c\xe8\x5d\xa8\xb0\x52\xec\xdb\x03\x8c\x52\x70\x38\xe5\xba\x3d\x71\xdd\x26\xa0\x7b\x16\xe9\x70\x67\x21\xcf\xc9\x42\x1f\x55\x5b\x0a\xe9\x4e\x14\x1e\x3e\x8b\x38\x94\x89\x2e\xbf\x4a\x1f\x3f\xd1\xe5\xcf\x42\xf2\x13\x71\x9b\xb3\xc8\xf7\x6d\x16\x76\x6d\xd7\xe9\x53\xd8\x97\x25\xf3\x6d\xe3\x3d\xcd\x6f\xc1\x67\xb2\x6b\x6d\xc8\x28\xf0\x33\x4b\x25\x07\x98\xe6\x1c\xaf\xb3\xe9\x49\x96\xe4\xdf\x3f\x8b\xb8\xe1\x59\xc0\x6c\x3d\x68\x1f\x7b\x41\x71\x6b\x42\x05\x9c\xe5\xa1\x17\xb6\x4a\x33\x30\xa6\xd2\x71\xce\x62\x72\xa7\xc4\xd2\x59\x06\x2d\x1b\x20\x4f\x0a\x88\xb4\x4c\xde\x9a\x73\xe3\x95\x4d\xac\x02\xb3\x12\xec\x2f\xd3\xf4\xc4\xd1\x6a\x36\x72\x1c\x83\x2c\xd9\xe4\xc0\x33\x1b\xf8\xc3\x42\x08\x9b\x4d\xe2\xdc\x6c\x9c\x8b\x45\xb3\xdd\xc4\x8f\xce\x46\x36\x49\xe1\x70\xcf\xc6\xec\xb4\x08\x94\xb2\xee\x95\xc6\x4c\x34\x5c\x19\x64\x7d\x99\x43\x3e\x5f\x73\x90\x75\x4c\x41\x39\x93\x78\xe9\x49\x3a\x6f\xe3\x92\xe6\x60\x5e\x87\x74\xf3\x7c\xc7\xb9\x3b\x54\xbe\x80\x65\x87\xe2\x30\xe6\xf0\x38\x0c\x51\x5e\x28\xa4\xae\x15\x45\x2d\x18\x52\x70\x0a\x25\x73\xc8\xb4\x3b\x07\x10\xfc\x2a\x99\xb5\x31\x12\x8a\x0b\x51\xa8\x4b\x28\xb4\xb4\x90\xb5\x32\x4c\xb8\x0c\x20\xae\x26\xea\x32\xbe\x35\x68\x04\x46\xa6\x67\x99\x60\x35\x51\x12\x14\x39\xf0\xa8\x3d\x99\x92\x33\xc9\x64\x45\xa1\x85\x76\xa8\x07\x10\x5b\xa5\x4c\x9a\xca\x54\xce\x09\x4d\xcc\xcf\x1c\xe5\xfe\xfd\x8b\xb3\x13\xdc\xc5\x39\x0f\x22\x2c\x04\x56\xaa\xda\x15\x1a\x1e\x81\x12\x65\xe6\x26\xa8\x70\x82\x2e\xa5\xef\x02\x25\x54\xf6\xe4\x49\x00\xcd\x54\x00\x4d\x28\xe1\xbf\xde\x51\xf6\xe3\x7f\x5f\xff\xf8\xeb\xff\xfc\xbf\xae\x7f\xfc\xdf\xd7\xff\x1e\xbf\x9e\xff\xfc\xe7\x3f\xc7\xbf\xfd\xc7\xfb\xbf\x9e\xff\xf8\xf5\x7f\x18\xf5\xd7\x3b\xe6\xff\xfa\xb7\xf1\xcf\xf1\xff\xfe\xfb\x7f\xfe\xf3\x19\xbf\xfe\xf1\xef\xff\xb0\xaf\xf4\xef\xff\x0b\x00\x00\xff\xff\x64\x34\x19\xf3\x78\xd4\x03\x00"); -func _bbeda ()(*asset ,error ){_fcaa ,_feaf :=_baff ();if _feaf !=nil {return nil ,_feaf ;};_cdg :=bindataFileInfo {_b :"GBKp-EUC-V",_ffe :768,_ag :_ed .FileMode (436),_ac :_c .Unix (1580492107,0)};_fbac :=&asset {_abe :_fcaa ,_ece :_cdg };return _fbac ,nil ; -};func _dece ()([]byte ,error ){return _g (_bbba ,"GBpc-EUC-H")};func _fggb ()([]byte ,error ){return _g (_ccag ,"HKm314-B5-H")};func _fdcd ()(*asset ,error ){_fdde ,_fegf :=_ged ();if _fegf !=nil {return nil ,_fegf ;};_agfa :=bindataFileInfo {_b :"Ext-RKSJ-V",_ffe :1151,_ag :_ed .FileMode (436),_ac :_c .Unix (1580491925,0)}; -_fge :=&asset {_abe :_fdde ,_ece :_agfa };return _fge ,nil ;};func _baff ()([]byte ,error ){return _g (_eac ,"GBKp-EUC-V")};func _gcec ()([]byte ,error ){return _g (_gebd ,"Adobe-Japan1-5")};func _fab ()([]byte ,error ){return _g (_dbgf ,"90pv-RKSJ-H")}; -var _ecff =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x84\x9b\x4b\xeb\x65\x39\x96\xdd\xe7\xf1\x29\xce\xb0\x3d\xb0\xf3\x48\xfb\x25\x41\x10\x60\xba\x1b\x9c\x86\x6e\x37\x2e\xdb\x6d\x30\x1e\xdc\xc7\xb9\x49\x80\x33\x22\x88\xcc\x1c\xd4\xb7\x37\xfb\xb7\x6e\xa5\xab\x0b\x43\x0e\x8a\x95\xb5\x42\x57\x67\x6b\x6b\x3f\x25\xfd\x7f\xf8\xfb\x1f\xff\xe1\xc7\x2f\x9f\x7f\x3d\x7e\xf8\x97\xef\x5f\x1f\x7f\xba\x7e\x3d\x5e\x9f\xbf\x3c\xbf\x5f\xbf\x7c\xfd\xed\xfb\xe3\x3a\xee\xd7\x4f\x9f\xbf\x7c\xf8\x30\xe6\xf1\xfc\xfc\xf8\xf5\x2f\xff\x17\x78\xfc\x7c\xfb\xf6\xe1\x43\xff\xfe\x4f\x7f\xfe\xe5\xd7\xeb\xe7\x1f\xbf\xbc\xbe\x1e\xa6\x71\xcf\xdf\xbe\xbd\xc7\x1e\xc7\x0f\xff\xf5\xfa\xe9\xf3\x2f\xbf\x7e\xff\xf3\xf1\x77\xff\xf1\xf9\xf5\x7e\xfd\xbb\xe3\x79\xbd\x9a\xff\x2f\xdf\x9f\xd7\xf7\xcf\x5f\x7e\x3a\xfe\xee\x3f\xdf\xbe\xdd\xbe\x8c\xdf\xff\xe1\x4f\xbf\x7d\xfb\xf6\x7f\xae\x9f\xaf\x2f\xbf\x1e\x27\xdc\xf5\xe5\x09\x7e\xf8\xe1\xef\xff\xe9\xf6\xed\x9f\x6f\x3f\x5f\xc7\x0f\xff\xfc\xaf\xff\xf2\xef\xff\x13\x2c\xe4\xff\xb8\xbe\xff\xf2\xf9\xeb\x97\x63\x9c\xff\xe1\x3c\xf3\xff\xf1\xff\xed\xcf\xdf\xae\x63\xbc\x7f\xfd\x3f\xff\xfb\x8f\xff\x70\xfc\xaf\x71\x8c\xf3\x98\x61\x96\xff\xfb\xcd\xff\xeb\x3f\x7d\x7d\x5e\xef\x6f\x7d\x18\x92\xfc\xf1\xf5\x79\xfd\xf2\xed\xf6\xb8\xbe\xdf\xbe\xfc\x74\x7d\x38\x8e\x8f\x73\xcc\xf1\xe9\xf8\x58\xff\x58\xff\xf8\xa9\x45\xfa\x9b\x11\x1f\xc6\x79\xbe\x7f\xfa\xf9\x29\xea\x2f\x3f\x99\x23\xd7\xa7\xe3\x48\xb3\xa6\x72\x8b\xda\x9f\x8e\xf2\x5a\x50\x37\xa8\xba\x3e\x1d\x47\x9d\xf9\xe1\xe3\x9c\xfa\xe1\x9c\x50\xb3\x9a\x32\x46\x4d\x1f\x4d\xf9\x68\xca\x45\xc5\x09\xb5\x9b\x8a\x07\x54\x4f\x79\x54\x30\x57\x4d\xa8\xda\x4d\x15\x3f\xec\x4f\xbd\xe1\xa8\xea\x1f\x9a\x9d\x4d\x99\x31\x6a\x9d\x4d\x39\x42\x58\x30\xd7\x86\x4a\x51\xd5\xd4\x1a\x3d\xbd\x4b\x54\x2f\x6b\xca\xe7\x87\x8f\x33\x44\x45\xe5\xa7\xe3\xd8\x33\x3e\x7c\x9c\x29\x2a\x6d\x7d\x3a\xc6\x39\x5a\x88\xd4\xf4\x19\x50\xd6\xa3\x4a\xa3\xaa\xff\x65\x9c\xd1\x72\x55\x88\x2a\xa8\xdd\xd3\x6f\x8d\xda\xf1\xfa\x74\x1c\xd3\xa0\x12\xe9\x81\xc3\x10\x75\x4b\xd4\xcd\x1a\xe7\x6e\x51\x6f\xfa\xe1\x8d\x1f\x1a\x5a\xbd\xe9\x87\x37\x46\xd9\x6e\xb9\xee\x1a\x75\xef\x2f\x1e\x3e\x7b\xfa\xbb\x54\x08\x1c\x73\x07\x94\x89\xea\x1f\xc6\xd9\x5b\xfb\x98\xde\xd4\x23\x5f\x6c\x6d\x4b\xff\xd4\x5c\x4f\xbb\x3e\x1d\x15\xd1\x3f\x7c\x3a\x5f\x7c\x46\x36\xb5\xa0\x24\xc4\x93\x1f\xe6\xd9\x36\xf1\x2c\x51\xc5\xd6\xe6\x84\xd2\x5c\xc8\x55\x39\xa0\xa6\xa8\x09\xc5\x17\x25\xd7\xb3\x77\xbb\x72\x3a\xd4\x4d\x14\xfb\x98\x9a\xfe\x2e\xea\xd1\xa3\xac\xe7\xba\x24\x2a\x70\x24\xfb\x78\xcd\x29\xaa\xa7\xcf\x32\x28\x13\x65\x58\x8e\x28\x17\xe5\x4d\x0d\xfd\x30\x44\x05\x54\x40\xa5\xa8\x84\x2a\xa8\x12\x55\x4c\x2f\x21\x96\xa8\x0d\xe5\x50\x37\x51\x48\x3f\x16\xd4\x5d\xd4\xbd\x47\x6d\x7d\xf1\x21\xea\x81\xa7\x25\xd4\x53\xd4\x93\x51\x12\xf5\x12\x75\x31\x4a\x42\xbc\x44\xb5\x4d\x64\x32\x4a\xae\x70\xfd\x95\x2b\x5c\x72\xbe\xcb\xf8\xa2\x6d\x28\x7d\xd1\xf8\xe2\x16\xa5\x2f\x9a\xbe\xc8\xf4\xa6\x2f\x9a\x7c\x5b\x73\xe9\x8b\xc6\x17\x71\xe4\x4b\x36\x01\x1c\x35\x98\x4b\xde\x71\xfd\x95\xf3\x5d\xa1\x65\x07\x42\x10\x3a\x2e\xb9\x3b\x70\x14\x6e\x75\x85\x84\x08\x84\xc0\x0a\xaf\x90\x10\xc1\xb2\x5d\x3f\x94\x10\xb8\x42\x06\xd3\xcb\x0a\x81\x23\x1d\x15\xca\x87\xae\xbf\x72\xf7\x4b\x96\x03\x1c\x29\xe5\x94\x84\x28\x34\x91\x2c\xbb\x24\x44\x21\xc4\x42\x2e\xc5\x1c\xe0\x48\x82\xd5\x4b\x26\xf7\x92\xc9\x11\x01\x5e\x32\xb9\x17\xf6\x95\x2b\xa1\x5c\x94\x33\xca\xa1\x42\x54\x40\x2d\xa8\x14\x95\x1d\x27\x4e\xfd\xb0\x44\xd5\xef\x61\xe8\x25\xfb\x02\x8e\x4d\x04\x78\xcd\x2d\x6a\x43\x49\xae\x9b\xa8\x5e\xf6\xc6\x3b\x5e\x32\x39\xe0\xd8\x44\xf2\x97\x4c\x0e\x38\xf6\xd6\xa8\xa7\xa8\x27\x94\x46\x5d\xa2\x2e\x28\x09\xf1\x12\xd5\xba\xdf\x44\xb9\x97\x4c\x0e\x38\x32\x4f\x28\x29\xa7\xe1\xd8\x93\x05\x99\x94\xd3\x70\xec\xc9\xb2\xcd\x44\x19\x72\xe9\x87\xd2\x57\xc3\xb1\x09\x8f\x2f\x93\xbe\x8c\x80\x2c\x15\x9a\x94\x63\x28\x07\x57\x78\x99\x94\x63\x28\xc7\x24\x97\x94\x83\x2b\x6c\x6c\xf5\x25\x57\x00\x8e\xed\xac\xd1\xa4\x1c\xbc\x63\x3b\x6b\x94\x77\x00\xc7\x76\x4d\x2f\xe5\xe0\x1d\x5b\x06\x20\xef\x00\x8e\x1d\x9a\x5e\xca\x31\x29\x87\xe9\xe5\x1d\xc0\xb1\x09\xa2\x2f\x79\x07\x70\xec\x28\x12\xf2\x5f\xf2\xee\xff\x37\x15\xbf\x5c\xba\x73\x74\x27\x0d\xbb\x74\xe7\xe8\x8e\x18\xfb\x72\xe9\xce\xd1\x5d\xa2\x28\x97\xee\x9c\xf5\x26\xfb\xe0\x5a\xaf\xb3\xde\xd2\x28\xad\xd7\x59\x6f\xb1\x5e\xd7\x7a\x9d\xf5\x2e\x7d\x51\xeb\x75\xd6\xbb\xb4\x38\xad\x37\x10\x42\x06\x1f\x12\x22\x10\x82\xf0\xf6\x0a\x09\xd1\x70\xec\xcd\x17\x43\x06\x4f\x34\xd8\x5b\x3f\x94\x10\x0d\xe3\x24\x27\xbd\x14\x0d\x80\x71\x9e\xc8\xa5\x68\xf0\x92\xeb\x6b\x03\xe5\xfa\xaf\x24\xc9\x9e\x4c\x9f\xd2\x57\xc3\x38\x4f\x84\x48\xe9\x2b\x1d\x8a\x0d\x4c\xc9\xd5\x30\x4e\x32\xd7\x2b\x25\x57\xca\xd6\x90\x2b\x65\x6b\x29\x5b\xd3\x28\xd9\x1a\x95\xd1\x76\x94\xa3\xca\x08\x38\xb6\xeb\x8b\xb2\xb5\x94\xad\x49\x2e\xe9\x3e\x65\x6b\x9a\x5e\xcb\x4e\xd9\x9a\xa6\xd7\xb2\x13\xdd\x87\xa6\xd7\xb2\x53\xb6\xa6\xe9\xa5\xfb\x94\xad\x31\xbd\xf2\x2e\x70\x6c\xea\xa7\x97\xf2\x2e\x70\xec\x60\x7a\xe5\x5d\xe0\xd8\xa4\xe2\x97\xf2\x2e\x70\x6c\xf2\xc8\xab\xb4\x8f\x25\x63\xc2\x6e\x4b\xfa\x52\x65\x54\x08\x51\x52\x4e\xa1\x89\xd2\x28\x69\x82\xb0\xbb\x4b\x5f\xd4\xb2\x89\xb1\x7b\xe9\x8b\x5a\x63\xc9\x98\xfc\xc3\x47\x3b\x09\xa8\x82\x31\x3a\xe2\xd9\x49\x40\x15\x14\x25\xa8\x9d\xe4\x70\x3b\x3b\x8c\x8c\xd1\x41\xd0\x4e\x7b\x53\xf6\xe9\x28\xeb\x30\x62\x27\x61\xc4\xce\xf6\xf3\x31\x9c\xe9\xf1\x73\x41\x11\x89\xed\xc4\xcf\xed\x6c\x45\x8f\xd1\x5a\xb5\x13\x45\x0b\x8a\xa8\x6e\x27\x8a\xb6\xb3\xf5\x35\xe6\x89\x10\xa5\x2f\x36\x14\x09\xdb\xce\xd2\x17\x7b\xa9\x63\xb6\x31\xd9\x59\x9a\xfe\x5d\xa7\x20\x2a\xcb\xb6\xb3\x97\x3d\x66\x17\x12\xa6\x32\xdb\x46\x87\xf0\x31\x3b\x7d\xda\x20\x84\x0b\x8a\x0c\x61\x83\x10\x6e\xa3\xd7\x35\xe6\x64\x14\x71\x51\x50\xa4\x75\x1b\x1d\x23\x1b\xba\x2a\x9d\x6d\x98\x36\x08\x82\x82\xca\x37\xa5\xe9\x0d\x51\x51\xce\x90\x26\x46\x87\xb7\x22\xad\xdb\x20\xbc\xd9\xa0\x9c\x9d\x8e\x10\x84\x21\x41\xe1\x7c\x36\x08\x43\x46\x17\x30\x66\x40\xa5\x44\x4d\x14\xad\xe9\x53\xd3\x6b\xd9\x1d\x01\x4c\x4d\x82\xcd\xce\x6f\xc3\x86\x41\x2d\x51\x8b\x1f\x06\xd4\x16\xd5\xd2\x5b\xd7\x88\x36\xa5\x9c\x29\xe5\xb4\x0f\xd9\x94\x72\x66\x07\x85\x61\x93\xb9\x08\x0a\x82\xca\x0e\xe1\x36\x53\x5f\x6c\xfb\x1c\x56\x50\xa5\xb9\x4a\x73\x2d\x28\xcd\xd5\x9b\x36\x9c\xdd\x9e\xda\x34\xa0\x48\xfe\xa6\x1e\x44\x30\xbc\x13\xb6\x99\x16\x04\x0c\xef\x60\x65\x26\xf3\x35\x99\x6f\x3b\xb2\x99\xcc\x97\xee\x64\x78\x87\x21\x33\x69\x15\x48\xdf\xfc\xd0\xdf\xa3\x7a\x1f\x9d\xed\x30\xdf\xa2\xf6\xa7\x23\x4e\xd6\x68\x74\x50\x66\x84\x34\x47\x7a\x23\xa4\x09\x2a\x83\x1f\x12\xd2\xcc\xd8\x21\x2f\x44\xd5\x0e\x99\x76\x08\xbb\x37\xed\x90\x61\xe4\xbe\xa0\x64\xe4\x26\x23\x67\x6b\x4d\x46\x6e\x1d\x08\x86\x6f\x16\x54\x9a\xbe\x21\x48\xc5\x66\x04\x05\x33\x14\xed\x5b\x3f\x94\xa8\x52\x74\x07\x2b\x33\x29\xda\xa4\x42\x96\xad\x6e\xcc\x1c\xe5\xc4\xd9\xd2\xbb\x94\xe3\x32\xb9\x4e\x9f\xe6\x52\x0e\x10\x12\xc2\xc9\x7c\xe6\x9d\xc0\x46\xe0\x8f\x4e\x02\x13\x54\x86\x28\x36\xcd\x83\xe9\xb1\x1c\x0f\x4d\xdf\x90\xb9\xd6\x1f\xa6\x62\xf3\xd0\xd7\x51\x7a\xa0\x61\x97\xd2\xfd\xad\x74\x56\x22\xa5\x3b\x8b\x8b\x6a\x19\xd5\x57\x5a\xb4\xdd\x8e\xe8\x5a\xca\x42\x76\x0b\x54\x76\x70\xb6\xa0\x2e\xb3\xe8\x0a\x62\x24\x86\x15\x54\x10\x82\xca\xae\xb8\x2c\x5c\x73\x31\x7d\x12\x04\xd5\xa3\x0a\x46\xae\x0d\x35\x45\xa1\xbb\xae\x1a\x2c\x65\x7e\x49\xb0\xc9\x2e\xfb\x2c\xe5\x4f\x29\x7f\x4a\x51\xc8\x95\x5d\x3c\x0c\xba\x03\x4b\x4f\x51\x49\x7b\xe8\x50\x25\xaa\x85\x28\x09\x41\x3d\x20\xa8\xec\xa2\xc4\x32\x90\x3e\xdb\xbe\x46\xb1\x35\x49\x7e\x13\x14\x5d\x8b\xa5\xc2\x6e\xb6\xad\x8d\x4a\x46\xc9\xd6\x80\xca\xe4\x8b\x24\x20\xcb\xb6\xa2\x41\xff\x66\x29\x2b\x02\x2a\x3b\x4d\x59\x2a\xec\x02\x83\x0e\xc8\x52\x1e\x9c\xf2\xe0\xf7\xf4\xef\x2f\x22\x3d\x06\xaf\x06\xde\x6a\x22\x44\x17\x38\x56\x94\xef\x82\xa2\x3b\xb0\xa2\x7c\xb7\xea\x50\x3b\x6a\x41\x51\x8e\x0a\x2a\xbb\x47\xb5\xa2\x1c\xb5\x6a\xc3\x1c\x8b\x7d\x2c\xd7\x0f\x1d\x33\x21\x96\x95\xb4\x5a\x6d\xa4\x63\xcd\x13\xea\x12\x45\x02\x2a\x51\x68\x95\xc3\x84\xb1\x88\xfd\x25\xbb\x05\x8a\xee\xd3\x4a\x86\x59\xc1\x17\xc9\x95\x15\xfa\x62\xf0\xc5\x62\x8d\xa1\x2f\x76\x67\x36\x16\xdb\x51\x74\x66\x82\x1a\x4b\x73\xa1\xc2\xea\x9a\x69\x70\x2c\x62\x95\xd2\x44\xa2\x09\x74\x5f\xb2\xfb\xea\x72\x63\x2c\x5c\x81\x93\x8e\x37\x14\x2d\xb0\x55\x49\xd4\x2e\x11\xc6\x4a\x51\x5b\x14\x39\xa9\xab\x06\x2b\x05\x88\x2a\x34\x21\x51\xb5\x43\x40\x25\x81\x6b\x69\x87\x96\x21\x17\x21\x7c\x29\xd3\x03\x95\x6f\x0a\xb9\x96\x23\x17\x91\x65\xc9\x61\x80\xa2\xfb\xb4\xa5\xc8\xb2\x30\x80\x3d\x5a\xd1\x3a\x9b\xb1\x8d\x8b\x6e\xb4\xba\xe5\x0a\x5b\x2e\xda\x0d\xa9\x6d\xb9\xe8\xc6\x00\x36\x96\xb3\x65\x00\x5b\x06\x80\xc9\x6d\x19\xc0\x26\x96\x51\xf4\xda\xd6\x17\xb7\x62\x19\x8a\xde\x8a\x65\xbb\x75\x3f\xcf\xb3\x35\xb1\xa5\x7b\x20\x16\x61\x77\x53\x07\xdb\x6e\x1f\x9a\xa7\xf1\xc3\x7c\x53\x58\xb4\x84\x90\x0f\xed\xf6\xa1\x79\x92\x0e\xb6\x7c\x68\xcb\x87\xb0\xe8\x2d\x1f\xda\xbd\x1d\xf3\x24\xa0\x6e\x6d\xc7\xd6\x76\x50\x8b\x6d\x6d\x07\xe7\x4f\xf3\x24\x74\xe8\xfc\xc9\x6e\x6d\x72\xf3\xc4\xd3\x6e\x32\x39\xa0\x72\x89\xe2\x8b\xb7\x8e\x7f\x73\x74\xd3\x6d\x37\x0a\x68\x41\xd1\x15\xdb\x8d\x02\xda\x6e\x88\x3a\xb0\xc2\x9b\x44\xbd\xbd\x45\x2d\xa8\x10\xd5\x42\x0c\xf2\xae\x8e\xb7\xec\x3e\x99\x3e\x44\x95\x28\x4d\xbf\xa0\x96\xa8\xdd\xa3\x70\xf7\xbb\xa2\xdc\x5d\x51\x6e\xe9\x87\x77\x51\x77\x46\x89\x7a\x88\xa2\x62\x23\xb5\xdc\xe9\x8a\xed\xde\xdb\x39\x07\x36\x71\x57\x49\x75\x57\x49\xb5\x45\x69\x7a\x89\x8a\x0a\x1f\x12\xf5\xd1\x36\x31\x55\x19\x3d\x64\x13\x40\x71\xf4\x63\x0f\xcd\xf5\x70\x46\x61\xbe\x0f\xd7\x28\xd7\x28\x7e\xe8\xef\x51\xbb\x4b\x04\xea\x81\x87\x92\xff\xa3\xfd\x79\xaa\xa4\x7a\x44\x89\x42\x13\x6f\x4a\x73\xb5\x31\x4d\xa3\x2a\x7d\xc8\x98\x1e\x81\x5b\x91\x87\x1e\x9c\xa7\xd8\x03\xe9\x6d\x34\xa5\xb3\x3f\x7b\xb6\xbe\xa6\x51\x3f\x3d\xa5\xaf\xa7\x5c\x61\x8b\x42\x5f\xcf\x76\xb8\x69\x24\xb0\xa7\x4a\x50\xa0\x72\x8b\x42\xae\x67\x97\x1b\x53\x45\xdc\x53\xe5\xc6\x53\xe6\xbb\x45\x61\xbe\x9c\x10\x4e\x9f\xfe\xc7\xa9\x58\x07\x88\xc6\xa1\x61\x15\xe5\xc2\x53\x56\xf4\x64\x25\x4e\x2b\xa0\xa3\x41\xe3\x84\x6f\x4a\x77\x3a\xe1\x13\x54\x51\xe3\xe9\x84\xcf\xae\x6e\x2b\xa6\x53\x1b\x5c\x6a\x2b\x80\xaa\xee\x2b\xed\x52\xb0\xe1\x40\x6c\x3a\x6e\xa1\x03\x31\x41\x15\x1e\xac\x03\x31\xbb\x82\x2f\x12\xcb\x2e\x45\x62\xa0\x38\x25\xb7\x4b\x91\x98\x73\xad\xe9\xec\x96\xce\xb5\x04\x55\x94\x90\x3a\xd7\xb2\xab\x23\xf1\x0c\x09\xa1\x48\x0c\x54\xb1\xa7\x97\x22\x31\xc7\x53\x33\xa8\x2a\x75\x3c\x65\x9c\x0c\xcd\xa0\x91\xd1\xc9\x90\xa0\xea\x3d\x8a\x3d\x7d\xb5\x99\xcc\xa0\xe4\x7e\xc5\x16\xd5\xd6\x5d\xc4\xc5\x57\xe8\x87\x2d\xd7\x0c\xec\x56\x4d\xb7\xa0\x38\xbb\xb3\x97\xea\x6b\xba\xe2\x19\xec\xa9\xba\x62\x41\x71\xba\x6a\xea\x8a\x8d\xc6\x6f\x72\x5c\xec\x6a\xfc\x04\x33\x3b\xbf\xb9\x1a\x3f\x41\x55\x77\x07\xae\xc6\xcf\x4f\x67\x54\x07\x41\x3f\x5d\xa3\x5c\xa3\x1c\x4a\xa3\x5a\x21\x93\xda\xc2\x4f\x6a\x31\x41\x71\x9e\xeb\x27\x21\xc9\xcf\xce\x5c\x13\xf3\xf3\xb3\x24\x44\x69\xae\x84\xd2\x5c\x84\x4a\xd6\xe8\x27\xa1\xd2\x4f\xea\x58\xce\x73\x9d\x8e\xaf\xe1\x62\x54\xcf\xa5\x96\xce\x07\x51\xaa\xba\x56\xf7\x41\x94\x12\x54\x75\xa6\xf7\x41\x94\x12\x24\x35\x8f\xd3\x04\x7e\x74\xfa\xb7\x59\xac\x51\xfd\x9b\xa0\x6a\x8a\xba\x41\x79\xfb\x53\x75\xa0\xf7\xc1\x09\x8e\xa0\x6a\x4e\xa8\xa7\x28\xe4\xea\xd2\xc5\x07\x85\x84\xa0\xde\x72\x51\x9e\xf9\xc0\x0a\xab\x90\x2b\x34\x4a\x56\x38\x5b\xab\x23\x35\x8a\xad\xad\x85\xa8\x29\xb9\xb4\xb5\xdd\xad\xbb\xae\x82\x7c\x48\x13\xbb\x47\xa9\xcb\xf3\xd9\xed\xe5\x5c\xdd\xef\xfa\xe4\x24\x4d\x50\x35\x19\x45\xab\xe9\xd3\x19\xe5\x50\x92\x1e\x28\x8a\x4b\x9f\xae\x51\xe4\xca\xd5\xc5\xa5\xeb\xc2\x48\x50\x35\x17\x94\x7e\x98\xed\xc8\x94\x08\x3e\x39\xfa\x11\x54\x61\x5f\x13\x1f\xf2\xd9\x31\x67\xae\x8e\xd7\x3e\x69\xf3\x05\x55\x1d\x3a\x7c\x72\x9e\xe2\xb3\x83\xca\x5c\x5a\x10\x39\xc9\x67\x61\x4c\xec\xd0\xa4\xdd\x71\x3a\xc6\xb9\x3b\x9a\xb8\x3a\x46\x41\x95\x89\x92\xf4\x28\x87\x72\xc3\xd5\x31\xba\x61\x26\x1b\xfb\x32\x99\x89\xc9\x4c\xcc\xa1\x96\xa8\xc5\xa8\x05\xb5\x45\x61\x85\xed\xdb\x6e\x38\xb2\xdb\x44\x88\xa9\xb9\x9e\xa2\x2e\x46\x15\x14\x6b\x34\xd3\x28\x7e\xa8\xed\x30\x6d\x87\x6d\x28\x44\xb5\xd6\xc4\xe4\x78\xcb\x4d\x9a\x00\xaa\xde\x94\xa4\x47\x39\x9c\x20\xbb\x49\x39\x40\x71\xcb\xe7\x6a\x0f\x9d\x66\x6f\x72\xd0\xe7\x46\x7d\x2e\xa8\xea\xe2\xd2\x4d\xfa\xa2\x17\x34\xce\xfe\x5c\xbd\xa0\x7b\x8b\x6a\x54\x46\xee\x12\xd5\x25\xaa\x33\x4a\xa2\x7a\xa7\x4f\x3b\xd1\x97\x93\x3e\x05\x55\x2e\x6a\x8b\xda\x3d\xca\x99\x8b\xf4\x29\xa8\x7a\x53\x77\x51\x7c\xb1\x53\x9e\xab\x89\x14\x54\x61\x98\x6a\x22\x05\x76\x76\x4f\xef\x2e\xb7\x72\xb9\x95\x7e\x28\xb7\xf2\x0e\x9c\x76\x76\x87\xed\x1e\x9a\xbe\xc1\x03\x9b\x70\x99\xaf\x6b\xd9\x5d\x1a\xbb\xba\x44\x81\x9d\x44\xa6\x50\x2c\x0c\xc5\x42\xdc\x3d\x14\x0b\xa3\x2d\xc7\x46\x67\x3e\x0f\x59\x4e\xc8\x72\x5c\x3f\x5c\xa2\x9e\x8c\x4a\xa8\x4b\x14\x36\x81\xf4\x21\x9b\x88\xce\xe1\x36\x08\xb5\x41\x0e\x17\x54\xc5\xf8\xc3\x54\xec\x61\xfa\x7a\x6f\x87\x0d\xcc\x8f\x16\xf6\x0d\x55\xa8\x40\x9d\xac\x07\xbb\x35\x70\xb1\xd0\x6e\x85\x76\x2b\xf8\xba\x76\x2b\x7a\x6b\x6c\x60\x91\xa1\xad\x01\xaa\x02\x45\x29\xe2\x45\x2b\xda\x06\x56\x14\x21\xdd\xd1\x14\x55\x97\xb6\x1e\x21\x45\x05\x8a\x92\x56\x42\xa2\x36\xc4\x7a\x8f\x92\x10\x1d\x20\x6c\x68\x7a\x05\x88\x50\x92\xed\x9e\xde\x83\x24\xeb\x91\xa8\x33\x45\x49\x9d\x0d\x31\x4f\x16\xa4\x30\x12\x9d\x47\x6c\x10\x7f\x42\x79\x04\x08\xd7\xb2\x4b\xd3\x17\x9a\x58\x48\x5f\x12\xa2\xa4\x09\xb6\x59\xd9\x86\x36\xdf\x46\xd7\xc4\xae\x36\xdf\xd3\x10\xa2\x8b\x43\x4f\xf9\x00\x50\xd5\x35\xb1\xa7\x74\xcf\x25\xb5\x4d\x02\x7d\x2a\x57\xa6\x72\x65\x97\x2e\x9e\xca\x95\xd9\x3a\xb2\x49\x8c\x4d\xca\x77\x4f\xd5\x29\x39\xa0\x52\x54\x6f\xc7\xc4\x07\x52\xa6\x9c\x0a\xbb\x24\xd9\x54\xd8\xcd\x4e\x14\x46\xb5\xeb\x99\x12\xb5\xa1\xaa\x1b\x06\xcf\x94\x10\xad\x49\x9b\xac\x31\x95\x9d\x93\xee\x40\x59\x30\xe9\x0e\x3c\x3b\xb5\xd8\xc4\x2d\x52\xa9\x05\x28\x6e\x81\x3d\x53\x42\x14\x73\xb1\x1d\xa9\x60\x03\xe4\x92\x72\x14\x9c\x69\xf3\x6d\x76\xff\xe6\x6a\xf3\xbd\xda\x3b\x6c\xa2\xd5\x52\x40\x05\x8a\xab\x68\x2f\x8a\x25\xa7\x8f\x37\x6e\xe0\xbd\x94\x8a\x4b\xa9\x98\x5c\x59\x4a\xc5\x74\xd5\x66\x5d\xe0\x78\xc9\xbe\x80\xe2\xc5\x82\x97\xec\xab\x92\x51\xd8\x6a\xa9\x02\x29\x2d\xbb\x44\xbd\x47\x75\x3d\x10\xc4\xeb\x52\x92\x2d\x25\xd9\x6e\xba\xbd\xa4\x89\xea\x02\xda\x8c\x7d\x2c\x7a\x41\x41\x55\x37\xdd\x5e\x32\x4c\x7a\x67\x33\x54\xa8\xde\xd9\x57\x87\x0e\xb3\xee\x3e\x7d\x71\xba\x21\xa8\xea\x3e\xdc\x17\xa5\xb1\x2f\x62\x86\x2d\x51\x97\x28\xec\xab\xfb\x70\x5f\x8a\x19\x80\xd9\x66\x14\x97\x80\x82\x2a\xec\x7e\x99\xbe\x88\x7d\xd9\x86\x92\x7d\x01\x55\xdd\x87\xfb\x0a\x7d\xb1\xcd\xc4\x9c\xb8\xb8\x64\x26\x40\xf1\xc2\xc3\x97\x72\xf8\x6a\xbf\x31\x27\xc6\x2e\x65\x9b\xa5\x6c\xd3\x4d\xb7\x2f\x19\x00\x3d\xbd\x39\xc6\xa4\x9e\x5e\x60\xce\x1a\xb7\x02\xea\x9e\xd4\x03\x68\x62\x4b\x13\x7b\xf2\x43\xe4\xda\x5a\x23\x50\x9c\x06\xf9\xd6\x1a\x81\x18\xc8\xb5\xb5\x46\xc0\x9c\x2c\xb8\x4d\xd3\x1b\xd2\x53\x5b\x6c\x5a\x09\xdf\x86\xf4\x5b\x73\x85\x28\x49\x8f\x5c\x0a\xbb\xbb\x9d\xd7\x1c\x93\xdb\x8a\x98\x40\xa9\xf0\xe2\x44\xa1\xa1\x77\x28\xba\x49\xf0\xad\x9c\x04\x14\x47\x52\xbe\x95\x93\x36\xe1\x31\x08\xc8\x5b\xe1\x11\xa8\x5a\xac\x31\x24\x2a\xfa\x0a\x4a\x3d\xb5\xf9\x7e\xeb\x38\x61\x81\x2b\xdc\x14\x27\x80\xaa\x25\xca\x45\xb5\x15\xe6\xc9\x0f\x95\x2b\x6f\xca\x95\xdd\x3b\xfb\x4d\x72\xdd\xba\x95\xb0\xa4\x3e\xbf\xd1\x4a\x08\xaa\xd0\xd7\x4d\xd1\xe4\xd6\x81\xcf\x38\xcc\xf4\x9b\x02\x1f\x50\xd5\x0d\x87\xdf\x4a\x3f\x44\x54\xce\x4a\x5d\x87\x01\x02\x53\xad\x7f\xd7\xd6\xde\x95\x2b\xb7\x28\x13\xc5\xf4\x84\xa1\xbb\xdc\xfd\x2e\x77\xef\xd6\xcb\x75\x3e\xe0\x77\x92\x0e\x47\x65\x7e\x57\xd2\xb9\x2b\xe9\x60\xe4\x77\x25\x9d\x3b\x91\x89\x36\xce\xef\xf2\x47\xa0\x64\x5f\x77\x45\xa6\x7b\x67\x02\x53\xe1\x75\x57\xfd\x74\x57\xfd\xc4\xd6\xde\x55\x3f\xdd\x59\xb6\xaa\x99\xbb\x96\x0d\xf8\x78\x53\x9a\x9e\x65\x77\x16\xfd\xc3\x54\xac\x73\x07\x7f\xb0\x35\xca\x5c\x0f\x6d\xcd\xe3\xbd\x35\xa2\xd8\x1a\xce\x07\x6c\x9d\xbd\xde\x07\x8d\x9f\xa0\xaa\x3b\x77\x7f\x68\xb7\x38\x2b\xb0\xc5\x06\xea\xac\x40\x50\x45\x81\xf2\x50\x77\xf0\xc0\x83\x39\xc5\xf4\x87\x3c\x18\xa8\x75\x8a\x62\x1f\x1e\xac\x77\x91\x93\x1e\x5a\x2f\x90\x1e\xa2\xf4\x45\x1a\xac\x45\x65\xf3\x50\x83\x05\xd8\xc2\xf5\x1f\x2a\x21\x81\x7a\x4b\xaf\x12\x12\xb0\x45\xa6\x7f\xa8\xe4\x06\x6a\x51\x55\xea\x58\xc3\x9f\xb8\x2b\x47\x96\xfe\x94\xbb\x02\xb5\x30\xe5\xa7\xdc\xf5\xd9\x3e\x64\x0b\x1f\x78\xaa\xa0\x03\x6a\x51\x8e\x3e\xe5\x4f\x4f\xc2\xdb\xda\x1a\xe5\xa2\x9c\x51\x09\x15\xa2\xda\x64\xd4\x1d\x3c\xa5\x55\xa0\xb8\x91\xf1\xa7\x7c\xe0\xd9\xb1\xdf\xf6\xc9\x5c\x8a\xfd\x40\x2d\xfc\xfc\x29\x5b\xe3\x74\xc3\x36\xee\xaa\xd3\x0d\xbf\xb0\x5b\x5e\x2f\xf8\x25\xbb\x05\x6a\xd1\x61\x5f\xb2\xdb\xab\x10\x02\xd7\xbf\xa4\x68\x9e\xc2\xd4\xe2\x8b\x7a\x0a\xe3\x9c\x22\xf8\x69\x2d\x97\x4e\x11\x04\xb5\x68\x51\xf4\xc8\xc5\x79\xed\xe1\x27\xad\x80\x5e\x7b\x08\x6a\x91\x05\xf5\xda\xc3\x79\xbb\xe1\x67\x30\x97\xc2\x1b\x90\xdc\xe6\xbb\xde\x71\x38\x8f\x36\xfc\xa4\xdc\xd0\xa3\x0d\x41\x2d\xca\x51\x3d\xda\x70\x5e\x19\x38\x65\x72\xe8\xc8\x20\xce\x60\xfa\x0e\x36\x71\x52\xa7\x08\xac\x8b\xd6\xfe\xef\x82\x62\x41\xdc\x02\x87\x5a\xf3\xe0\xbe\xd3\x39\xa8\x0b\x2e\x3d\xdf\x50\x18\x79\xe8\xee\x33\x86\xe7\xa7\xc3\x67\x0b\x11\x83\xdb\x0e\x41\xad\x11\x50\x4b\xd4\xad\x47\x4d\x8d\xba\x8b\x42\xab\x23\xa1\x1e\xa2\x1e\x8c\x2a\x28\x7d\xd1\xf5\x45\x51\xfa\x22\xa2\x72\xbf\x1b\xea\x9d\x63\x8a\xea\x9c\x14\xea\x18\x83\x36\xce\xad\xa3\x54\xe8\xe9\xa3\xa0\xd6\x60\x94\x69\x54\xab\xd0\x6d\x89\xba\x89\xc2\xad\xc6\x86\x42\x54\x73\xe6\xda\x8c\x0a\xcd\x25\x23\x6f\x47\x0e\x0b\xcd\xd5\xe5\x9d\xfb\x9b\xba\x44\xe1\x56\x9d\x5a\xc2\x08\x0a\xc1\x1d\xa3\x7b\xb7\x61\xa1\x3b\x46\x41\xad\x89\xa8\x1c\xfa\x05\x5d\x9e\x93\xc3\x43\x5d\x5e\x70\x97\xe7\x24\xec\xd0\x5d\x9e\xa0\x88\x13\xe1\xdc\x9c\x84\x77\x04\xf1\x68\x77\x0f\xee\xdf\xde\x60\x67\x32\x2a\x35\x8a\xe9\x03\x21\xd4\x4d\x45\xb0\xdb\xd1\xc5\x52\x84\x76\x3b\xb4\xdb\x93\x51\xda\xed\xe8\x60\xe5\xd1\xf9\x2d\x68\x05\xde\x50\xab\x1b\xe5\x50\x47\x10\x14\xe3\x4e\x9a\x0a\x15\xe3\x02\xe7\x56\x33\x74\xe7\x26\xa8\x35\x13\x8a\xb9\xb2\x34\x0a\xaa\x34\xaa\x34\x8a\xb9\xea\x3d\xaa\xa7\xe7\x9e\x2c\x54\xa8\x46\x89\xea\xc6\x2f\x54\xc4\x05\x45\x9c\x73\x31\x13\x2a\xe2\x04\xb5\xa6\x46\xa1\x09\xca\x20\xe7\x3c\x25\x54\x06\x05\xcf\x4e\x9d\x87\x2d\xa1\x67\xa7\x82\xe2\x5a\x29\xf4\xec\x34\x76\x6f\x5a\x9c\x1d\xb6\x63\x6b\xd3\x80\x5a\x26\x0a\x15\xee\x2e\xad\xe3\x6c\x77\x0f\xae\x13\xde\x30\xb4\xb5\xba\x55\x08\x6a\x8b\x38\x51\xb4\x6a\x8b\xb8\xb5\xbb\xc7\xc9\x5c\x37\xdc\x5d\x50\xcb\x06\x14\xb6\x4a\x6d\x11\xdc\x50\x84\x6a\x0b\x41\x2d\x9b\x50\x6c\xda\x4d\xd3\x77\xde\x0d\xd5\x03\x71\x6f\xcb\x89\xc1\x17\xef\xb2\x1c\xa0\xb8\x14\x8b\x3b\x77\x6e\x71\xe7\x22\x7d\x74\xcc\x09\xb2\xfe\x1b\x6a\x99\x7e\x88\xf9\xde\xe9\x12\xb9\x42\x88\x3b\x55\xbc\xc0\x7c\x9f\x7f\x98\x8a\xe3\x4e\x46\x0d\x6a\x83\x18\x5d\xa1\x86\x6a\x03\x41\x2d\x43\x6c\x69\x18\x88\xd1\x79\x24\xee\xd2\xf0\x5d\xad\x66\xf1\x75\x2a\xfa\xe0\xe5\x6e\xcc\x13\xb1\x69\x22\x05\xc5\x5d\x5e\xdc\x4b\xeb\x2d\x35\xa4\x6d\x0c\xaa\x07\xe2\x21\x8a\x00\xa1\x2c\x18\xe4\x91\xa0\x6b\x09\xe5\x91\xb8\xd8\x1a\x1e\x34\xc4\xa5\xad\x01\x8c\x7b\xc1\xd0\x4b\xd2\xb8\x3a\x66\x84\xb3\x5b\x97\x62\xc6\xa5\x98\xd1\xc5\x4e\x5c\x8a\x19\x57\xcb\x15\x8e\x5b\x5c\x92\x0b\x18\x9c\x46\xc7\x45\xad\x1e\x64\x9b\xa0\x72\x0e\x65\x9b\xe0\x65\x52\x04\xe6\xa7\x97\x49\x82\x5a\xb6\xa0\x5c\x54\xff\x30\xba\x30\x4f\xa5\x83\x3c\xdb\xee\x23\xba\xa0\xcb\x93\x03\x7d\x41\x2d\xdb\x50\x05\xd5\x81\x2b\xb2\xa7\xcf\x93\xc0\x25\xa8\xe5\x50\xb8\x45\x9e\x2d\x6a\x70\x9b\x9f\x67\x69\xae\xd2\xe5\xb7\x28\xcd\x85\x10\xdc\xf8\xa5\x52\x4b\xf2\x6a\x27\xb8\x88\x4a\xbd\xda\x11\xd4\xf2\x01\xf5\x10\xd5\x2a\xe4\xe8\x39\x07\x21\x3c\x87\xd2\x67\x3b\x75\x0e\xd2\x67\x92\x0e\x82\x5b\x85\x54\x3a\x48\xde\xbd\x04\x17\xd6\xa9\x77\x2f\x82\x5a\x9d\xdf\x72\x6a\xfa\xd9\x7d\x65\x50\x00\xe7\xa4\xaf\x14\x4c\xbc\x2e\x27\xb5\x85\x20\x56\xf0\x43\x6a\x0b\x81\x8d\xd0\x0f\x35\x3d\xa7\x1b\xab\x03\x57\xea\x90\x54\x50\xcb\x91\x8b\xd2\x36\x49\x53\xb1\xda\x9f\x52\x69\x2a\xf5\x56\x65\xb5\xf9\xa6\xde\xaa\x08\x8a\x90\x94\x86\x8b\xa5\x75\x5a\x0f\x0e\x36\xd3\xa8\x9f\x04\x45\xa9\x97\x46\xfd\x94\x24\xa0\xe0\xd9\x68\x2a\x01\x09\x86\x77\x77\x90\x4a\x40\x49\x6a\x09\x1e\xe9\xa5\x52\x4b\x3a\x16\xbd\xbb\x5b\x4f\xc7\xa2\x05\xb5\x9c\x51\x58\x74\x92\x61\x82\x17\xae\xe9\x04\x08\x81\x73\xf7\x99\x9c\x2f\x7e\x4c\x12\x50\xf2\x52\x30\x95\x80\x04\x45\xbd\x99\x4a\x40\xe9\xed\xb5\x79\x4a\x08\xbc\x56\x50\x2b\x98\x4b\x2a\x24\x4d\x25\xd7\xb4\xa9\x34\x95\xd1\xa2\x26\x05\x4e\x86\x44\x0d\x89\xda\xd5\x4c\x86\x44\x05\xf2\xec\x34\x95\x41\x0e\x17\xd4\x8a\x09\x85\x01\x44\x2f\x28\xcf\xcd\x0f\xb5\x20\xa0\xb8\x51\xce\xd0\x82\x48\x66\x39\x3a\xa3\xa6\x92\x59\xf2\xe8\x23\x47\x37\x58\xa9\x47\x1f\x82\x92\x99\xe8\xd1\x47\xa6\x7e\xd8\x8d\x4c\x2a\x4d\x25\x8f\x05\x72\x22\x84\x1e\x0b\x08\x8a\x33\xb6\xd4\x63\x81\xd4\xe9\x86\x75\x21\x91\x3a\xdd\x10\x94\xec\x4b\xa7\x1b\xc9\xfb\x81\xb4\xc9\x0f\xc9\x95\x82\x5a\xf8\x63\x11\x14\x92\xc4\x98\xd6\xf1\x3a\x95\x18\x93\x97\x01\x69\xd8\x97\x5e\x06\x08\x6a\xb1\x20\xbd\x0c\xc8\x85\x0a\x2d\x35\xea\x2e\x4a\x2a\xdc\x50\xa8\x70\x15\x73\x55\xeb\x8b\x73\x87\x37\xd4\xc2\x26\x74\xfc\x90\x24\xd9\xe4\x54\x2f\x95\x64\x05\xe9\x2e\x6a\x8a\x9a\x5c\xd3\x1a\x94\x89\x7a\x32\x6a\x42\x5d\xa2\xe8\xb3\x70\x2b\x1d\x3f\xe4\x6e\xb9\x92\x20\x9a\x5b\x72\x01\x25\x4f\xdb\x54\x33\xb9\x83\x0e\x2a\x7b\x8d\x9b\xee\x42\x30\xde\x42\xd0\x5d\xe4\x96\xa8\x5d\xea\xa5\x52\x71\xde\x5a\x96\xa4\x58\xca\x1b\x85\x84\xc0\xb8\xcc\xcd\x1b\x85\x44\xde\x3a\x88\xb6\x79\x42\x95\x28\xea\xe0\x9c\x50\x04\x98\x5b\xcb\x95\x41\x94\xbb\x49\xae\x9b\xaa\xac\x2e\xcf\xf2\x46\x95\x95\xb7\x76\x85\x0c\x51\x72\x85\x9b\xa2\x09\x76\x7f\x53\x34\x21\xad\x67\x76\xe5\x9d\x4a\xeb\x79\xef\xf0\x98\x49\x04\xb8\x2b\x3c\xde\xd5\xb3\x65\xfc\xdb\x54\x1c\xfb\x6f\x33\x71\xde\xe9\xe8\xf2\x1e\x2d\x22\x8f\x06\xf3\xce\x89\xa5\x60\x04\xae\x79\x57\x60\xb9\xb7\xa9\x26\x8f\x04\xf2\xce\xf1\xa4\xa0\x16\x16\x73\xe7\xe8\x2e\x49\xb5\xc9\x0d\x77\xde\x95\x20\x80\x5a\x59\x50\xef\x51\xbd\x10\xee\x26\x53\x99\x38\xe9\xcc\x93\x4b\xba\x54\x67\x2e\x98\x5c\x3a\xa5\x3a\xf3\x7c\xa4\xae\x05\x7b\xae\x87\x1c\xe5\x21\x47\x61\x97\x1f\x72\x94\x07\x36\xca\xe1\x44\x3e\x64\xa3\x8f\xb7\x8d\x6e\xa8\x10\xd5\x42\xd0\x8f\xa6\x72\x7f\x3e\xfb\x8b\x49\x87\x92\x4f\x7d\x11\xa8\x45\xa4\xa4\xf5\xfd\x98\x5c\xd9\xa7\x76\x59\x57\xf6\x82\x5a\x35\xa0\x9e\xa2\x98\x6b\x6b\x94\xe6\x52\xc0\x2b\x51\x9a\x4b\x42\x90\x9c\x55\x6d\x24\x7f\x30\x93\x5c\x86\x25\x7f\x35\xf3\x86\x5a\x38\x9d\xfe\x78\x26\xf9\x23\x95\xdc\xdd\xb4\xa4\xfe\x48\x45\x50\xab\x98\x4b\x76\xc5\x75\x7a\xf2\xf0\x3f\x2f\xfa\x3e\x41\xad\xae\x0d\xf3\xa2\x78\x4b\xaa\x8d\xe4\x39\x73\xaa\xda\x48\x5e\x84\x17\xef\xc6\x53\x2f\xc2\x05\xa5\xc4\xa5\x17\xe1\x49\xb5\x51\x67\xcb\x55\xaa\x36\x8a\x27\xc8\x75\xb6\x01\x94\x9e\x20\x0b\x8a\x5b\xc7\xd2\x13\xe4\x3a\xe9\x63\xc6\x80\xa2\x1a\x15\xd4\x2a\x7e\x48\x88\xad\x93\xf2\x69\x74\x61\x54\x67\x68\x7a\xce\xe9\x56\x6d\xa8\x29\xaa\xed\x6b\x38\x73\xb1\x46\x41\xad\x2e\x40\xea\x64\x8d\xa5\x57\xc9\xa4\xf0\xd2\xab\x64\xc1\xa0\x00\x29\x0a\x9b\x37\xd4\x5a\xa2\x24\x04\x6b\x1c\x5d\x51\xd5\xfb\xef\x05\x87\xa8\xde\xda\x52\x01\x52\x54\x18\x35\x57\x42\x3d\x45\xb1\x1d\x4b\xa3\x2e\x28\xe2\xe9\xec\xfa\xa6\xb8\xfd\x7d\x43\x2d\xa6\xd7\x25\x70\x71\xe3\x5b\xd6\xde\x51\xba\xf1\x15\x0c\x0e\xbf\x4a\x37\xbe\x82\xe2\x96\xb6\x26\x86\x59\xb3\xf4\xd6\x9b\x2f\x6a\x8d\xc0\xb0\xee\x47\x4b\xb7\xb4\x45\x4d\x52\xd6\x16\x5d\xaa\x49\x4a\xbd\xad\xa1\x2f\xf5\xb6\x82\x5a\x2b\xa0\x50\xb4\xee\x26\xbd\x7b\xa2\xd2\xdd\xa4\xa0\x16\xcb\xa6\xcc\x78\x43\x79\xd9\xbf\x09\x3f\xfd\xdf\x3f\xdf\xbe\x7d\xf8\xfd\xcf\x3d\x1f\xbf\x7d\xff\x7e\x7d\xf9\x95\x3f\x2e\xe5\xef\x3a\x8f\xe7\xf5\xfa\xfc\xe5\xfa\xfd\x0f\x55\xbf\x7d\xfd\xd6\xbf\xe2\x7f\xff\x37\x00\x00\xff\xff\x37\xcb\x4a\x23\xd4\x3a\x00\x00"); -func _acae ()(*asset ,error ){_ebd ,_ffde :=_aef ();if _ffde !=nil {return nil ,_ffde ;};_egcc :=bindataFileInfo {_b :"EUC-V",_ffe :913,_ag :_ed .FileMode (436),_ac :_c .Unix (1580491862,0)};_ebce :=&asset {_abe :_ebd ,_ece :_egcc };return _ebce ,nil ; -};func _dcbc ()(*asset ,error ){_efb ,_fbdd :=_degad ();if _fbdd !=nil {return nil ,_fbdd ;};_gffcb :=bindataFileInfo {_b :"NWP-H",_ffe :15060,_ag :_ed .FileMode (436),_ac :_c .Unix (1580492613,0)};_dadc :=&asset {_abe :_efb ,_ece :_gffcb };return _dadc ,nil ; -};func _cfcdd ()(*asset ,error ){_ffgff ,_ffbd :=_dbag ();if _ffbd !=nil {return nil ,_ffbd ;};_caae :=bindataFileInfo {_b :"UniJIS2004-UTF8-H",_ffe :214224,_ag :_ed .FileMode (436),_ac :_c .Unix (1580492828,0)};_baffc :=&asset {_abe :_ffgff ,_ece :_caae }; -return _baffc ,nil ;};func _gcea ()(*asset ,error ){_bdg ,_ddfd :=_bcbe ();if _ddfd !=nil {return nil ,_ddfd ;};_ddaf :=bindataFileInfo {_b :"HKscs-B5-V",_ffe :633,_ag :_ed .FileMode (436),_ac :_c .Unix (1580492464,0)};_cbea :=&asset {_abe :_bdg ,_ece :_ddaf }; -return _cbea ,nil ;};func _ggac ()([]byte ,error ){return _g (_abbdg ,"UniGB-UCS2-H")};var _fgf =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\xd6\x4d\x8b\x1b\x47\x18\x04\xe0\xfb\xfc\x8a\x39\x3a\x07\x67\xbb\xdf\xaf\xee\x86\xc1\x10\xdb\xd8\xec\xc1\x49\x88\xf3\x05\x21\x07\xad\xa6\xb5\x08\xb2\x92\xd0\x6a\x0f\xfe\xf7\xa1\xba\x24\x93\xf8\x60\x64\x95\xa5\x77\xe4\xa7\x7a\xa6\xfb\xee\xdd\xfd\xfb\xfb\xc3\xfe\x32\xdf\xfd\x7c\x3e\x6e\x3f\xf7\xcb\xbc\xdb\x1f\xd6\x73\x7f\x3e\xbe\x9c\xb7\x7d\x7e\xe8\x8f\xfb\xc3\x34\x65\x99\xd7\xfd\xf6\x72\x7b\x3b\x5e\xb6\x4f\x9b\xd3\x34\xe1\xfb\x9f\xbf\x3c\x5f\xfa\xd3\xfd\x61\x77\x9c\x95\x9f\x5b\x5f\x4e\xd7\xcf\xce\xf3\xdd\x2f\xfd\x71\xff\x7c\x39\x7f\x99\x5f\xfd\xb0\x1e\x1f\xfa\x77\xf3\xda\x77\xc8\x7f\x3a\xaf\xfd\xbc\x3f\x3c\xce\xaf\x3e\xbe\xcd\x5f\xd3\xcf\x2f\xa7\xd3\x3f\xfd\xa9\x1f\x2e\xb3\x8f\xac\x1f\xd6\xf1\x3a\xdd\xbd\xfb\xb4\x39\xfd\xb8\x79\xea\xf3\xdd\x18\xf4\xfa\xe3\xdb\xfc\x9a\x9f\x19\xff\xf4\x7b\x3f\x3f\xef\x8f\x87\x39\x7f\x9f\xd2\x7f\xe2\x5f\xbf\x9c\xfa\x9c\xaf\x23\xfe\xfc\xed\xfe\xfd\xfc\x57\x9e\x73\x9a\xc5\x23\xf9\xdf\xd7\xfc\x8f\x4f\xc7\xb5\xcf\xe9\x76\xa1\xfb\xf7\xef\x8e\x2f\x87\xcb\xac\x49\xaa\x31\xcc\xfc\x0f\x6d\x8f\x6b\x7f\x3e\x6d\xb6\xfd\xbc\x39\x3c\xf6\x69\x9e\x97\x94\x52\x7a\x33\x2f\x25\x3e\x7c\x78\x83\x1f\xfb\xcd\x27\xa6\x9c\xd2\xf5\xab\xfb\x95\xd1\xed\x2b\x29\xed\x76\x6f\xe6\x34\x2d\x29\xf3\x7d\xc6\x7b\xf1\x98\x96\x24\x4c\x04\x89\x67\x99\x96\xa4\x4c\x14\x49\x89\x3a\x2d\xc9\x98\x18\x92\x9c\xc4\xa6\x25\x39\x23\x1f\x91\x54\xcc\x0e\x46\x31\x22\x57\x0c\x2f\x8c\xca\x88\x4a\xc3\xf4\xca\xa8\x8e\x5f\x90\x0c\xe3\x1b\xa3\x36\x22\x4d\x18\xbf\x61\xb4\xb9\xfe\x4e\x8c\x7f\x60\xf4\x30\xa2\x9a\x31\x7e\xcb\x68\x8b\x48\x53\xc1\xf8\x95\xd1\x3a\x22\x15\x8c\xef\x8c\xfa\x88\xbc\x62\xfc\x8e\xd1\x6e\x44\xd5\xd2\xb4\x64\x4a\xe5\x21\x65\xa9\xc5\xb4\x64\x62\xe5\x81\x65\xea\x32\x2d\x99\x5a\x79\x68\x59\xa4\x3a\x2d\x99\x5c\x79\x70\x59\x0d\x9b\x96\x4c\xaf\x6c\x57\x53\x8c\xa7\x57\x1e\x5e\xae\x05\xe3\xe9\x95\x87\x97\x87\x62\x3c\xbd\xf2\xf0\xf2\x5a\x31\x9e\x5e\x79\x78\x45\x36\x8c\xa7\x57\x1e\x5e\x61\x09\xe3\xe9\x95\x87\x57\x04\x8a\xcd\xf4\xca\xc3\x2b\x1a\x9a\xcd\xf4\xca\xc3\xab\x64\x54\x9b\xe9\x95\x87\x57\x31\x54\x9b\xe9\x95\xfb\xb5\x7f\x8c\xa7\x57\x1e\x5e\xa5\xa1\x5a\xa1\x97\x0c\xaf\x9a\x51\xad\xd0\x4b\x86\x57\x35\x54\x2b\xf4\x92\xe1\x55\x0b\xaa\x15\x7a\xc9\xf0\xaa\x0d\xd5\x0a\xbd\x64\x78\x35\x41\xb5\x42\x2f\x19\x5e\xcd\x50\xad\xd0\x4b\x86\x57\x2b\xa8\x56\xe8\x25\xc3\xab\x35\x54\x2b\xf4\x92\x7a\x5b\xab\x98\x4f\x30\x69\xcc\x0c\xe5\x0a\xc5\x64\xc3\xac\xa0\x5d\x21\x99\x0c\x32\xb4\x8f\x4b\xd0\x4c\xb6\xcc\x04\xfd\x0a\xd1\x64\x65\xe6\x28\x58\xa8\x26\x9d\x59\x41\xc3\x42\x36\xd9\xf1\x26\x49\xa8\x58\xe9\xa6\x89\x99\xa0\x63\x25\x9c\x66\x66\x8e\x92\x95\x72\x2a\xb7\x1b\x2c\x4d\x8b\x92\x4e\x07\x5d\xd6\x84\x9a\x95\x76\xca\x7b\x53\x15\x3d\x2b\xf1\x94\x37\xa7\x3a\x8a\x56\xea\x29\xef\x4e\xad\x68\x5a\xc9\xa7\xbc\x3d\x2d\xa1\x6a\xa5\x9f\xd2\xcf\x14\x5d\x2b\xfd\x94\x7e\xe6\x28\x5b\xe9\xa7\xf4\xb3\x8a\xb6\x95\x7e\x4a\x3f\xcf\xa8\x5b\xe9\xa7\xdb\xdb\x53\x01\xd7\xa0\x9f\xd2\xcf\x03\x85\x2b\xfd\x94\x7e\x5e\xd1\xb8\xd2\x4f\xe9\x17\x19\x95\x1b\xfd\x8c\x7e\xa1\xe8\xdc\xe8\x67\xf4\x8b\x40\xe7\x46\x3f\xa3\x5f\x54\x74\x6e\xf4\x33\xfa\x95\x8c\xce\x8d\x7e\x46\xbf\x62\xe8\xdc\xe8\x67\xf4\x2b\x81\xce\x8d\x7e\x16\xb7\x47\x19\xae\x41\x3f\xa3\x5f\xcd\xe8\xdc\xe8\x67\xf4\xab\x86\xce\x8d\x7e\x46\xbf\x1a\xe8\xdc\xe8\x67\xf4\xab\x0d\x9d\x1b\xfd\x8c\x7e\x4d\xd0\xb9\xd1\xcf\xe8\xd7\x0c\x9d\x1b\xfd\x8c\x7e\xad\xa0\x73\xa3\x9f\xd1\xaf\x35\x74\x6e\xf4\xb3\x1d\x9f\xb5\x82\xce\x9d\x7e\x9e\x6e\xcf\xdf\x34\x2d\x4e\x3f\xe7\xae\x90\x0a\x3a\x77\xfa\xb9\x30\x6b\xe8\xdc\xe9\xe7\xc3\x4f\xb2\xa0\x73\xa7\x9f\x1b\x33\x47\xe7\x4e\x3f\x77\x66\x05\x9d\x3b\xfd\x7c\xf8\x89\x24\x74\xee\xf4\xf3\xc2\x4c\xd0\xb9\xd3\xcf\xb9\x3f\x88\xa3\x73\xa7\x9f\x73\x83\x90\x82\xce\x9d\x7e\xbe\xb9\x6d\x1a\xb8\x06\xfd\x9c\x5b\x84\x0a\x3a\x77\xfa\xf9\x96\x99\xa3\x73\xa7\x9f\xaf\xcc\x2a\x3a\x77\xfa\xf9\xf0\x13\x4b\xe8\xdc\xe9\xe7\xf4\x33\x45\xe7\x41\xbf\xa0\x9f\x39\x3a\x0f\xfa\x05\xfd\xac\xa2\xf3\xa0\x5f\xd0\xcf\x13\x3a\x0f\xfa\x05\xfd\x5c\xcd\xc6\x36\x7e\xdb\xad\xa7\xdc\xbe\xdd\xbf\x83\xba\x61\xb7\x7d\x10\xbf\x80\xba\x41\x5d\xaf\x58\x11\x41\xdd\xa0\x6e\x64\xac\x88\xa0\x6e\x50\x37\x14\x2b\x22\xa8\x1b\xd4\x8d\xc0\x8a\x08\xea\x06\x75\xa3\x62\x45\x04\x75\x83\xba\x25\x63\x45\x04\x75\x83\xba\x45\xb1\x22\x82\xba\x41\xdd\x12\x58\x11\x41\xdd\xa0\x6e\x69\x58\x11\x41\xdd\xe8\xb7\xcd\x1b\xd7\xa0\x6e\x50\xb7\x1a\x56\x44\xb9\x1e\x71\xa8\x5b\x03\x2b\xa2\x50\xb7\x50\xb7\x36\xac\x88\x42\xdd\x42\xdd\x96\xb1\x22\x0a\x75\x0b\x75\x9b\x61\x45\x14\xfa\x15\xfa\xb5\xc0\x8a\x28\xf4\x2b\xf4\x6b\x0d\x2b\xa2\xc4\xf5\x68\x65\x0f\x38\x49\x48\xaa\xff\x6b\x06\x7f\x1f\x87\xd0\xaf\x07\xc3\xed\xcb\xf9\xdc\x0f\x97\x71\x06\x1d\x87\x3f\x9c\xdd\xf6\x87\xfe\xf5\x3c\x7b\x3a\x9e\xf0\xb5\xf1\xe7\xdf\x00\x00\x00\xff\xff\x1a\x9a\x7e\x09\xfb\x0a\x00\x00"); -func _fae ()(*asset ,error ){_dcgf ,_ecd :=_eaff ();if _ecd !=nil {return nil ,_ecd ;};_dca :=bindataFileInfo {_b :"90msp-RKSJ-V",_ffe :1874,_ag :_ed .FileMode (436),_ac :_c .Unix (1580491002,0)};_cff :=&asset {_abe :_dcgf ,_ece :_dca };return _cff ,nil ; -};func _bdd ()(*asset ,error ){_ae ,_efe :=_eed ();if _efe !=nil {return nil ,_efe ;};_agef :=bindataFileInfo {_b :"Adobe-CNS1-1",_ffe :1761,_ag :_ed .FileMode (436),_ac :_c .Unix (1580491172,0)};_cdf :=&asset {_abe :_ae ,_ece :_agef };return _cdf ,nil ; -};var _ccgd =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\xd5\x4f\x6b\xe4\x46\x14\x04\xf0\xbb\x3e\x45\x1f\x37\x87\x8d\xfb\xfd\x51\xab\x05\x62\x61\xf1\xb2\xe0\xc3\x6e\x42\x1c\x92\xb3\x2c\xf5\x98\x81\x58\x33\xc8\xe3\x83\xbf\x7d\xa8\x57\x33\x0e\xe4\x60\xc6\x53\x96\x9e\xc4\xaf\xdc\xdd\x77\xf7\x0f\xdf\x1e\xb6\xe3\x25\xdd\xfd\xbe\x9f\x96\xc7\x76\x49\x87\xe3\xb6\xee\xed\xf5\xf4\xb6\x2f\x2d\x3d\xb5\xe7\xe3\xd6\x75\xa2\x69\x3d\x2e\x97\xdb\xd7\xf8\x58\x5e\xe6\x73\xd7\xe1\xfe\xc7\xf7\xd7\x4b\x7b\x79\xd8\x0e\xa7\x64\xbc\x6e\x7d\x3b\x5f\xaf\x4d\xe9\xee\x8f\xf6\x7c\x7c\xbd\xec\xef\xe9\xd3\xd7\xf5\xf4\xd4\x7e\x49\x6b\x3b\x20\xff\x6d\x5f\xdb\x7e\xdc\x9e\xd3\xa7\xfb\x9f\x8f\xf2\x11\x3f\xbe\x9d\xcf\xff\xb4\x97\xb6\x5d\xd2\x10\x59\xdb\xd6\xf8\xec\xee\xee\x7f\xcc\xe7\x9f\xf3\x4b\x4b\x77\x31\xe9\x33\xee\xfb\xcc\x8b\xe2\x6f\x7f\xb5\xfd\xf5\x78\xda\x92\xfc\x9a\xb3\xfc\x17\xff\xf9\x7e\x6e\x49\xae\x33\xfe\xfe\x71\x5a\x5b\xca\xb7\x89\x0f\xdf\xee\x4f\x6f\xdb\x25\xc9\x28\xc3\xc8\x50\xf8\xea\xcb\x69\x6d\xaf\xe7\x79\x69\xfb\xbc\x3d\xb7\x2e\xa5\x29\xe7\x9c\xbf\xa4\xc9\xbf\x7e\xff\xfe\x05\x6f\xf5\xbf\x2b\xba\xa1\xbf\xde\x79\x5c\x99\xdc\xee\xc8\xf9\x70\xf8\x92\x72\x37\x65\xe1\x77\xc1\x77\xed\x4b\x37\x65\x65\xa2\x48\x7a\xd1\x6e\xca\xc6\xc4\x90\x0c\xa5\x76\x53\x76\x26\x8e\x44\xb2\x7a\x37\xe5\x9e\x51\x1f\x91\x56\xcc\x2e\x8c\x4a\x44\xbd\x61\xf8\xc0\x68\x88\x68\x18\x31\xbd\x32\xaa\xf1\x06\xd9\x31\x7e\x64\x34\x46\x64\x19\xe3\x67\x46\xf3\xf5\x3d\x31\xfe\x89\xd1\x53\x44\x55\x30\x7e\x61\xb4\x20\xb2\x3c\x60\xfc\xca\x68\x8d\xc8\x14\xe3\x1b\xa3\x16\x51\x5f\x31\xfe\xc0\xe8\x10\x51\xf5\xdc\x4d\x42\x29\x09\x29\xcf\x63\xe9\x26\x21\x96\x04\x96\x5b\xaf\xdd\x24\xd4\x92\xd0\xf2\x92\x6b\x37\x09\xb9\x24\xb8\xbc\x16\xef\x26\xa1\x97\xf8\xd5\x14\xe3\xe9\x25\xe1\xd5\xdb\x80\xf1\xf4\x92\xf0\xea\x8b\x61\x3c\xbd\x24\xbc\xfa\x5a\x31\x9e\x5e\x12\x5e\x45\x1c\xe3\xe9\x25\xe1\x55\x3c\x63\x3c\xbd\x24\xbc\x4a\x41\xb1\x42\x2f\x09\xaf\x32\xa2\x59\xa1\x97\x84\xd7\x20\xa8\x56\xe8\x25\xe1\x35\x38\xaa\x15\x7a\x49\xbb\xf6\x8f\xf1\xf4\x92\xf0\x1a\x46\x54\xab\xf4\xd2\xf0\xaa\x82\x6a\x95\x5e\x1a\x5e\xd5\x51\xad\xd2\x4b\xc3\xab\x0e\xa8\x56\xe9\xa5\xe1\x55\x47\x54\xab\xf4\xd2\xf0\x1a\x15\xd5\x2a\xbd\x34\xbc\x46\x47\xb5\x4a\x2f\x0d\xaf\x71\x40\xb5\x4a\x2f\x0d\xaf\x71\x44\xb5\x4a\x2f\xad\xb7\xff\x55\xcc\x27\x98\x8e\xcc\x1c\xe5\x2a\xc5\x74\x66\x36\xa0\x5d\x25\x99\x06\x19\xda\xc7\x23\x68\xa6\x0b\x33\x45\xbf\x4a\x34\x5d\x99\xf5\x28\x58\xa9\xa6\x8d\xd9\x80\x86\x95\x6c\x7a\xe0\x22\xc9\xa8\xd8\xe8\x66\x99\x99\xa2\x63\x23\x9c\x09\xb3\x1e\x25\x1b\xe5\x4c\x6f\x0b\x2c\x77\x93\x91\xce\x82\x4e\x2c\xa3\x66\xa3\x9d\x71\x6d\x9a\xa1\x67\x23\x9e\x71\x71\x5a\x8f\xa2\x8d\x7a\xc6\xd5\x69\x15\x4d\x1b\xf9\x8c\xcb\xd3\x33\xaa\x36\xfa\x19\xfd\xdc\xd0\xb5\xd1\xcf\xe8\xe7\x3d\xca\x36\xfa\x19\xfd\xbc\xa2\x6d\xa3\x9f\xd1\xaf\x17\xd4\x6d\xf4\xb3\xe5\xb6\x2b\xe0\x19\xf4\x33\xfa\xf5\x05\x85\x1b\xfd\x8c\x7e\x7d\x45\xe3\x46\x3f\xa3\x5f\x11\x54\xee\xd7\x3d\x90\x7e\xc5\xd0\xb9\xd3\xcf\xe9\x57\x0a\x3a\x77\xfa\x39\xfd\x4a\x45\xe7\x4e\x3f\xa7\xdf\x20\xe8\xdc\xe9\xe7\xf4\x1b\x1c\x9d\x3b\xfd\x9c\x7e\x43\x41\xe7\x4e\x3f\x2f\xb7\xad\x0c\xcf\xa0\x9f\xd3\xaf\x0a\x3a\x77\xfa\x39\xfd\xaa\xa3\x73\xa7\x9f\xd3\xaf\x16\x74\xee\xf4\xf3\xb9\xcd\xc8\x46\xf7\xd8\xd1\x6f\x3b\x37\x7e\xc7\xf9\xf6\x71\xe2\x2c\x6f\xfb\xde\xb6\x4b\x9c\x6e\x71\xa8\xe0\xac\x38\x6e\xed\xe3\xa4\x3c\x9f\xce\xb8\x2b\x7e\xfe\x0d\x00\x00\xff\xff\xea\x94\xed\x0a\x55\x07\x00\x00"); -func _dccg ()([]byte ,error ){return _g (_cca ,"GB-V")};func _cggc ()(*asset ,error ){_bgcb ,_bggf :=_ffae ();if _bggf !=nil {return nil ,_bggf ;};_fecb :=bindataFileInfo {_b :"HKm314-B5-V",_ffe :615,_ag :_ed .FileMode (436),_ac :_c .Unix (1580492389,0)}; -_afef :=&asset {_abe :_bgcb ,_ece :_fecb };return _afef ,nil ;};var _cbcf =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x44\x92\xc1\x6e\x9c\x30\x10\x86\xef\x3c\xc5\x1c\xd3\x43\x0a\x06\x6c\x6f\xa4\x28\x52\xcb\x1e\x82\xaa\x6c\xab\xd2\x6e\x2b\x55\x3d\xb0\xf6\x2c\xb2\x54\x8c\x65\xe0\xb0\x6f\x5f\xcd\x98\xb0\x07\xf4\xc3\x67\xfc\x69\x3c\xe3\xbc\x69\x8f\xad\x77\x0b\xe4\xdf\xe2\x64\x3a\x5c\xe0\xea\xbc\x8d\x38\x4f\x6b\x34\x08\x17\x1c\x9c\xcf\x32\x51\x82\x75\x66\x79\xff\xe4\x30\x63\x1f\xb2\x2c\x7f\xfd\x32\x9b\xf9\xf1\xb3\x7c\x7c\x85\x75\xc6\x0d\x36\xed\xb1\xbb\xcd\x0b\x8e\xad\xbf\x4e\x50\xa5\xcd\x76\x0d\x9b\x00\x20\xff\x8e\x83\x9b\x97\x78\x83\x87\x4f\x76\xba\xe0\x07\xb0\x78\x25\xfe\x35\x5a\x8c\xce\x0f\xf0\xd0\x9c\x3a\xb1\xe3\x6e\x0d\xe1\x1f\x8e\xe8\x17\x50\xcc\xd0\x5b\xce\x2c\x6f\xde\xfa\x70\xea\x47\x84\x7b\x29\x67\x5e\xe2\x95\x33\xc6\xd9\x4d\x1e\x44\xf5\xb1\x28\x0e\x77\xfe\xe3\x16\x10\xc4\xa6\xf8\xfd\xb3\x3d\xc2\x1f\x01\xa2\x80\x52\xca\x83\xf8\xbb\xf1\x5f\x6f\x93\xdd\xff\x12\x55\xaa\xde\x38\x1b\x7b\x3f\x60\xf6\xdc\x8b\xfa\xf2\x02\x5b\x88\x4a\xd5\x8a\x98\xec\x99\x51\x88\x4a\xd7\x15\x33\x93\x98\x49\x4c\x32\xb3\x89\x21\xb1\x82\x88\x12\x4c\x54\x49\xa4\x66\x22\x13\x51\x44\x0e\x4c\x9e\x12\x21\x7b\x5d\x32\x49\x1e\x45\x9e\x54\x81\x4e\x1e\x4d\x1e\xc9\x66\x9d\x3c\x9a\x3c\x92\xcd\x3a\x79\x34\x79\x24\x9b\xb1\x62\x42\x41\x67\xd1\xd9\xb3\x51\x58\xbf\x00\x85\x24\x77\xf1\xa4\xa9\xed\xfb\xf9\xe9\x9d\xc6\xbd\x0f\xc0\xac\x31\xa2\x5f\x78\xd8\xdc\x64\x6a\x9c\xf3\xb8\xdf\xa6\x30\x05\xda\xc5\xcf\xff\x00\x00\x00\xff\xff\xb8\x3f\xd2\xbb\x79\x02\x00\x00"); -func _affe ()([]byte ,error ){return _g (_abd ,"B5-H")};var _cddd =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x84\xbd\xcd\xae\x2e\xbb\x8d\xa6\x39\x3f\x57\xb1\x87\xdd\x83\x6c\x87\xfe\x25\xc0\x30\xd0\xc8\x86\x81\x44\x22\xbb\x0a\xe9\xfa\x19\x26\x24\x51\x72\x19\x28\x1f\x1b\xc7\xce\x41\xde\x7d\x61\xf1\x79\x97\xbd\xa2\x50\xd8\x7b\xf4\x41\xf1\x45\x88\x14\x15\x41\x52\x14\x5f\xea\x57\xff\xf8\x4f\xff\xdf\x3f\xfd\xfc\x87\xbf\x7e\xfb\xd5\x7f\xfe\xe5\x4f\xfb\x77\xe7\xaf\xdf\xee\x1f\x7e\xb6\x5f\xce\x5f\xfe\xf4\xef\xbf\xec\xf3\x6d\x9d\xdf\xff\xe1\xe7\x9f\x7e\x0a\xf1\x9b\xfd\x61\xff\xf5\xb3\xe9\x3f\xfb\x8f\xf3\xcf\x3f\xfd\xf4\xf1\xfc\xef\xfe\xe3\x2f\x7f\x3d\x7f\xfc\xa7\x9f\xef\x9f\xbe\x25\xee\xb3\x7f\xff\xb3\xee\xfd\xf6\xed\x57\xff\x7a\x7e\xff\x87\xbf\xfc\xf5\x97\xff\xf8\xf6\x7f\xfd\xbf\xf6\xa7\x75\xfe\xef\x6f\x76\xee\xc7\xf5\xff\xf4\x8b\x9d\x5f\xfe\xf0\xf3\xef\x75\xfd\xdf\xfe\xf9\x5f\xff\xed\xbf\xfe\xe3\xef\xe2\xdf\xfe\xff\xdd\xbf\xff\xf9\xcf\xff\xf3\xfc\xf1\xfc\xfc\xd7\x6f\xc3\xaf\x9d\x9f\xcd\x7f\x7f\xfa\xd5\x3f\xfe\xcb\xfc\xf3\xff\x3f\xff\x78\xbe\xfd\xca\x1f\xfd\x87\x7f\xfe\xd7\x7f\xf8\x78\xd4\xff\xf5\x3f\xff\xdb\xf9\xe5\x2f\x7f\xf8\xd3\xcf\xdf\xc2\xff\xf3\x3c\xe1\xef\x97\xff\xcb\x7f\xfc\xf9\x7c\x8b\xea\xe4\xbf\xff\xcb\x9f\xec\x7c\x7b\x68\x05\xf8\xdd\x7f\xb2\xf3\x97\x3f\xcf\x7d\x7e\x99\x3f\xff\xfe\xfc\xf4\xed\xdb\xaf\x9f\xe7\x79\x7e\xf3\xed\xd7\xbf\xfd\xed\x6f\x7f\xfb\x9b\x0f\x0e\xfe\xb7\x3b\x7e\x0a\xcf\xc3\xa3\xeb\xee\xff\x31\x7f\xf9\xe9\xf3\x81\x7b\xaf\xfd\xe6\xa3\x55\xf3\x6f\x3e\x7a\x99\x83\x56\xa1\x75\x68\x4d\x6f\x59\xa3\xb5\xbc\x75\x69\xf5\x8f\xe7\xe2\x93\x16\xad\xe2\x2d\xf5\xd2\x2b\xad\x4d\xab\x7d\xb4\xc2\x93\x68\x75\x5a\xba\x73\x78\x2b\x46\x6f\x0d\xef\x33\x06\xb5\xbc\xcf\x58\x1f\x5a\xfe\x5c\x99\x81\x96\x3f\x57\x36\xd4\xc7\xf4\xd6\xa9\xb4\x3e\xf8\x8c\x2d\x43\xdd\xee\x6f\xbe\xfd\x7a\xee\x27\x7b\xeb\x46\x6f\x45\xfa\xbc\xdb\x5b\x89\x3b\xaf\x79\x2b\xeb\xbf\x43\x0b\x0a\x97\x5e\xb2\xcb\x2c\xb8\x04\xe7\x2e\x99\x56\xa0\xd5\x69\x41\xa1\x6c\x5a\xc9\x5b\xb5\xd0\xaa\xde\x6a\x7a\x6e\xd0\x9a\xde\x0a\xfc\x37\x1e\x5a\x8d\x16\x77\x46\xe8\x21\xcf\x10\x79\x6e\x5d\x5a\xd3\x5b\x3b\xd0\x5a\xb4\xf4\x1c\xe3\xdb\x70\x16\x19\xdf\x56\x2f\x8c\xcf\xe0\x2c\xc1\xe7\xe1\xb9\x04\x2f\x07\xce\x12\xbc\x1c\x9e\x4b\x50\xb8\x89\x16\xbd\x5c\x9f\xcd\x90\x5d\x12\xf6\x30\x86\x1c\x69\xd1\x67\x4e\xb4\x2a\x2d\xe7\xda\x02\x9c\xe5\x45\x0b\x0a\xd9\xb9\xb6\xa8\x5e\x8c\x56\xa4\x75\x68\x41\xaf\xd0\x67\xa2\x97\x92\x69\xd1\x4b\x71\xae\x2d\x37\x5a\x9d\x96\x9e\x73\x09\x5a\x81\x42\x81\x17\xcd\x66\x81\x17\xcd\x66\x81\x5e\x65\xb4\xe5\xd2\x42\x66\x95\xf1\x35\x7a\xa9\xf4\xd2\x98\x95\xe6\x33\x66\x1d\x5e\x1a\x72\xd1\xdc\x36\xf8\x9c\xd0\x6b\xf0\xa2\x19\x6b\xf4\xa2\x19\x6b\x8c\xdd\xa0\xde\xe0\x45\x33\xd6\xe0\xc5\xa0\xd0\xa1\x77\xa0\xd0\xa1\xa7\xd9\xf4\xaf\x71\xda\xd5\x9d\xde\xcb\x79\x16\xad\x4b\x8b\xf7\x7a\x3c\xb4\x18\xc3\xf0\x5e\x4e\xe0\xcd\xf2\x6f\x73\x1e\xcd\x98\x7f\x9b\xf3\x68\x1e\xfc\xdb\x9c\x27\x41\xcf\xbf\xbf\x79\x12\x6f\xcf\x74\x29\x9d\xac\x96\xf3\x72\x24\xf9\xd9\x68\xf1\xdc\xa4\x97\xc2\x1b\x32\xe1\x53\xb2\x5e\xf0\x52\x19\xc3\xe2\xbf\x49\x2f\x8b\x31\x48\x9e\xdb\xdf\x89\xb3\xf9\x6f\xc3\xb5\xa4\xbb\x5d\xba\x47\xf2\xdc\xf0\x29\x79\x6e\xfa\x94\x3c\x37\x7d\x1e\x46\x6b\xc8\xe5\x20\x33\x83\x97\x83\xcc\x8c\xf1\x5d\x28\x18\xd4\xaf\x9e\x83\xfa\x87\xe4\xcf\xcf\x26\x0d\xfc\x7f\x50\xc9\xc1\x7c\xe8\x57\xd3\x60\xfe\x4a\xdc\xc0\x10\xcc\x3f\x87\x9b\x68\x9d\x48\x8b\x29\x3a\x2e\xce\x9b\x19\xc2\xe1\x39\x14\x5f\x38\x3e\xd8\x2b\x51\x1f\x1f\xd0\xad\x30\x86\x1a\xbc\x9d\xff\x6e\xa2\xc5\x10\x6e\xa6\xa5\x3b\x7d\x8a\xee\x80\xc2\x85\xcf\x01\x85\xeb\x02\xbc\x4b\x2d\xf8\x44\xf0\x11\x15\x79\x51\xd0\xf1\xa1\x4f\xcb\xb4\x0a\xad\x4e\x8b\x31\x20\xf8\xf8\xd0\xe7\xd5\x9d\xf4\x79\x75\xe7\xc7\x18\xd6\x83\x42\x89\xe1\xa1\xc5\x73\x21\x78\x0b\x99\x7d\x58\x10\x6f\xe9\xce\xe2\xad\x48\x2f\xae\x68\xd7\x93\x74\x67\xa3\xa5\x5e\xa6\xb7\xb2\xee\x5c\xb4\x26\xad\x4d\x4b\x77\x1a\x2d\x37\x94\x31\x42\xbd\x34\x5a\x50\x2f\x83\x56\xa2\x65\xb4\xb2\xb7\x30\x6a\x31\xc2\x59\x85\xcf\xd8\xbd\xd5\xf5\xdf\xa0\xc5\x7f\x89\x3e\x91\x7c\x74\xb5\xbb\x9e\xe5\x9f\x66\xcc\xfc\xb7\xe0\x3a\xc3\xa7\x64\x5d\xe0\xec\x24\x5a\xdc\x79\x0a\x2d\x38\x43\xb1\xc7\xea\x72\x09\x92\x52\x75\x0a\x1f\xfa\xfd\xa3\xe5\x0a\x6c\x85\x4c\x9f\xcd\xf9\x0c\xa8\xc8\xe8\x0a\x6c\x05\x0c\x5e\x74\x05\xb6\x82\xc6\xd7\x5c\x82\x1f\xfa\xcf\x5b\xf4\xd9\xb8\xd3\x1d\x88\x15\x3a\x6f\x88\x3b\x10\x2b\x74\xa4\xd4\xe9\x65\x40\xa1\xd3\x8b\xc6\xde\x7d\x7c\x61\x32\x86\x6e\xb4\x74\x27\x14\x16\xd4\x5d\xb9\xad\xc0\xc7\x1f\x87\x8f\xfd\xe3\x5b\xf6\x56\xa2\xa5\xff\x18\xbb\x5d\x5a\xfe\x4e\x84\x03\xd7\x03\x5e\x24\xa5\x01\x2f\x57\xbd\x40\xef\x32\x86\x01\x3d\x1c\xab\xe8\x8a\x6f\xc5\x07\xce\x5c\xb9\xad\x8f\xd7\xcd\x5b\x83\x16\x6f\xc8\x9c\xb4\xf4\x9c\x53\x88\x98\xbf\x38\x7d\xb4\x11\xd5\x1a\xa7\xd1\x82\x17\x57\x91\x2b\x6a\x1e\xe6\xa5\xc5\x7f\xcb\xbf\x0e\x39\x4f\x71\x41\xaf\x43\x6f\xd1\x27\xce\x45\x74\x85\xb9\xe2\xe4\x0d\xd9\xf0\x22\x09\x6e\x78\x59\xba\x93\xe7\xf8\xde\xe3\x86\x17\xdc\x90\xb8\xe1\x05\x37\x24\xba\x8a\x5c\x11\x57\x23\xba\x1a\x5c\xd1\x22\xad\x46\x0b\x99\x19\xf4\x30\x5c\x1f\x17\xbd\xa5\x3b\x19\x11\x4a\x38\x1e\xe8\x49\xba\xd7\x29\x24\xe9\x02\xd7\x67\x2b\x49\xd6\xd7\x47\x9b\x70\x27\xe2\x75\x0a\x49\xf2\x74\x9d\xb5\x52\x0a\x3f\x50\xc9\xd1\x3d\xbe\x95\x10\x6e\x72\x25\xb5\x52\x6d\xb4\x1a\xad\x41\xab\xd3\x5a\xb4\x9c\xcd\x84\x8f\x97\x9e\x43\x8b\x5e\x82\x0b\x22\xe1\x15\x24\xd4\x52\xc2\x2b\x48\xa8\xa5\xc4\xa4\xa4\xc0\x10\xa6\x9e\x63\x08\x53\xcf\x41\x01\x1f\x21\xb9\x6f\xb8\xd2\x3e\xb4\x10\x0b\x2f\x79\x42\xd9\x24\xfc\xf7\x84\xb2\x49\x06\xd7\x11\x7a\x4c\x43\x8a\x8c\xc8\x8c\x16\x23\x3a\xea\x05\x5e\xf0\x26\x52\x84\x97\x23\xea\x88\x13\xdf\x22\xb9\x4f\xb9\x72\xd0\x7f\x97\x16\xff\x25\xe7\x33\x33\x0d\xc9\x3d\xcc\x95\x79\xad\x53\x72\x0a\xb9\xa8\xb5\x69\x4d\x5a\xf4\x82\x07\x96\x32\xbd\xe0\x15\x24\xf7\x37\x57\xc6\x2b\x48\xa8\xc1\x8c\xfa\x4c\xee\x6f\xae\x8c\x19\x4b\xd9\x25\x91\x07\x63\xcf\x85\x16\xa3\xcd\xf0\x82\xff\x90\x72\xa3\xa5\xe7\x3a\x2d\x51\x80\xcf\x25\xea\x3e\x0f\x79\x8b\x1e\x63\xdf\xea\x05\xae\x35\x47\x05\xae\x35\x2b\xa8\xe4\x8c\xdf\x91\x0a\x9c\x49\xd6\x85\xb1\x9f\x4b\x0b\x0a\x37\xd0\x82\xc2\x55\x9f\x50\x90\xe4\xab\x53\x28\x78\xde\xa9\xfa\xd8\x8b\xe6\xa1\x7a\x2f\x25\xf2\x86\xa0\xca\x8b\x24\xdf\x9c\x5e\xc1\x49\x48\x8d\x3b\x35\x0f\x9d\x5e\xba\x5a\x99\x16\x7d\xa2\xae\x8b\xde\x56\xf7\x30\x57\x91\x74\x7d\x4d\xb7\x8a\xe4\x89\x2a\x2f\x92\xe7\xe0\x39\xc9\x0c\xb5\x5b\x24\xb3\x01\x2f\xa6\x3b\xe1\x05\xb5\x9b\xa6\x8f\xaf\x62\xd0\xd3\x0c\xb4\xb8\x73\x3a\x67\x35\xf2\x86\xcc\x42\x0b\xe9\xa2\x76\x2b\xc6\x3e\xa1\x76\xab\xc6\x8e\x6a\xad\x45\x14\x9c\x5e\xad\xfa\xef\xd0\x82\xc2\x82\x1e\xfe\x66\x5a\x91\x16\x77\xae\x44\x8b\x6f\x6c\x55\x5a\xcc\xdf\xf2\x77\xa9\x62\xa6\xd3\x82\x97\xa5\x3e\xe1\xc5\xd4\x8b\x4b\xa9\x5e\x51\x58\xb4\xf4\x1f\x7c\x6a\xde\xb7\xf3\xd2\x70\x7b\x92\xfb\xb7\xab\x45\xb5\x9c\x5e\x4b\x48\x02\x55\xde\x58\xa1\x27\xf7\x68\x57\xc3\xb5\x49\xee\xd1\x2e\xad\x91\x93\xb9\xcc\x9a\xc6\x6e\x95\x96\xee\x74\x3e\x5b\xa3\x4f\xd4\x75\x6b\x48\xd7\x5c\x66\x4d\x5f\xdc\xe1\x3f\xcc\x74\x42\x25\x37\x0c\x49\x72\x17\x73\xb5\x15\x69\x41\x41\x92\xb8\x70\xbd\xcb\x0f\x54\x72\x72\xef\x73\xb5\x8d\xa8\xd1\xf2\x6d\xf3\xd2\xa1\xe5\x9b\x3e\x31\xb4\x7c\x93\x70\x7d\x29\xbf\x9a\x84\x8b\x62\x6f\xd7\x59\xc9\x8f\x3f\xd7\x11\x67\x76\xef\x73\x75\xbc\xc8\x1c\x9c\xe9\x8e\x47\x94\xf1\x06\x7b\xd6\x7f\x9b\x56\xa6\xe5\x82\xe8\x25\xd0\x3a\xb4\x5c\x64\x19\x95\xdc\xb1\xc4\x19\xb5\xdb\xeb\xa5\xe5\x43\xef\xf8\x47\x19\xd5\xda\xf1\x8f\x32\xaa\xb5\xe3\x11\xe5\x08\x3d\x3e\xb8\x1c\xa1\xc7\x47\x95\x51\xbb\x7d\x89\xc2\xa5\xc5\x9d\xa8\xdd\x8e\xa8\x73\x62\x44\x1b\xce\x52\xa6\x55\x68\x15\x5a\x50\x47\x41\x77\xe4\x99\x13\x7c\x9a\xfa\xec\xb4\xe0\x0c\xe5\xdd\xf1\x9d\x72\x62\x0c\xf8\x4e\x39\xc1\xe7\x51\x9f\xf0\xc9\x3c\x64\x94\x77\xc7\x77\xca\x28\xef\x8e\x75\xcf\x28\xef\x81\x75\xcf\x28\xef\x81\x75\xcf\x28\xef\x11\xd4\x72\x3e\x47\x54\x9f\x8d\x96\x9e\x73\x5e\x86\x66\xcc\x83\x0c\x6b\x68\xc6\xf0\x92\x07\x1f\x40\x46\x95\x8f\xcc\x18\x50\xe5\x43\xb3\x89\xba\x1e\xa8\x89\x8c\x07\x3d\x34\x9b\x05\x5e\x30\xfd\xb9\xc0\x4b\x65\x0c\x1e\x64\x58\x03\xd3\x9f\x0b\xbc\x68\x6e\x51\xec\xa3\xfb\x9b\x9c\x2b\xe3\xd3\xdc\x56\xc6\xa0\xd9\xac\x9d\x96\xfe\x83\xb3\xed\x4b\xe4\x8c\x2a\x1f\x9a\xb1\xc6\x73\x9a\x23\xd4\xf5\xc0\x4c\x67\xfc\xe2\x21\xe9\xfa\xc2\x7e\x4d\x49\x17\xbf\x78\x4a\xba\xf8\xc5\x53\x5f\x80\x2f\xfa\xd7\x0c\xbc\x21\xf8\xc5\x13\xef\x33\xfb\xa2\x7f\x4d\x49\xd7\x03\x72\x6b\x66\xbe\xaa\x49\x2f\x38\x4f\x19\x8f\x76\x4a\x4a\xa8\xd6\x89\x83\x94\x17\x14\x24\x89\x55\x68\x41\x01\x65\x3a\x71\x90\x32\x8a\x6f\x2e\x7a\xd9\x70\xbd\x18\x11\x3e\xec\xc4\x90\x64\x94\xe2\xc4\xf8\x66\x94\xe2\x3c\xea\x05\xae\xaf\xee\x84\x6b\x8c\x68\x46\x61\xae\x47\x77\x2e\x5a\xba\xf3\xd0\xe2\x0d\x41\x99\x2e\x42\x23\x19\x65\xba\xf4\x46\xe2\xfb\x2e\xdc\x9e\xec\xe1\x81\xb5\xf4\x7e\x7a\x78\x60\x2d\xc2\x26\x19\xbf\x78\x45\x46\xe4\x31\x80\xb5\x92\x7a\x81\x02\xe1\xab\x0f\xef\xc0\x5b\x3c\x77\xa0\x40\x30\x32\x1f\x7a\xc1\x68\xe7\x53\x68\xd1\x8b\xc7\x07\xd6\xaa\xf0\x89\x82\x5e\xb8\x4b\xf9\x30\xbe\xae\x3b\x37\xad\x49\xcb\x68\xfd\x28\x70\x91\x0f\x62\xd1\x14\x1d\x98\xc6\x0f\xc8\x17\xa6\x07\xc3\xc3\x61\x5f\x58\xcd\x8c\x75\x58\x52\x60\x58\x87\x85\x97\x95\x2f\x03\xd2\x2b\x7f\x19\xd0\x42\x10\x58\x8e\xb5\x44\xc1\xa7\x6f\x69\xda\x31\x01\x4b\xd3\x7e\x19\x02\xb1\x9e\x8c\x09\x58\xf8\x5c\x19\x13\xb0\x08\x39\x94\x07\x3e\x79\x41\xca\x03\x9f\x44\x77\xca\x03\x9f\x78\x60\xe5\x81\x97\xab\xe7\x7c\xc2\xf6\x13\x69\x1d\x5a\x97\x96\x53\xd8\xbc\x20\x05\x1f\x7d\x33\xd1\x05\x83\xb0\x23\x14\xf0\xca\x37\x3e\x49\x41\xb1\x6f\x26\xba\xa0\xbc\x37\xde\x59\x41\x79\xef\x02\x05\x94\xf7\x66\x6a\x0b\x0a\x7a\x33\x99\x05\x25\xbc\xbb\x7b\x7c\x05\x45\xbb\xf1\x76\x0b\xea\x73\x33\x0f\x05\x3f\x75\xe3\x8f\x15\xfc\x54\x45\x8f\x0b\xea\x6c\x23\xc1\x52\xa0\x80\x04\x4b\x61\xec\xf8\x6a\x05\x55\xb7\x25\x4f\x94\xdb\xc6\x5f\x29\xbe\xa3\xb0\xec\x69\xb4\x2a\x2d\xc6\x87\xaa\x33\x94\x4d\x41\xd5\x19\x3e\x5e\xa9\xfe\x42\x1a\x9e\x4d\xc1\x87\x35\x94\x4d\xf1\xe8\xea\x32\x94\x77\x41\x0d\x2a\x9a\x5b\x3c\xba\xba\xac\xe8\x3f\xa8\xe3\xd9\x94\x06\x75\x3c\x9b\x82\xc2\xb4\xa6\xff\x5c\x66\x86\xb7\x5b\x3a\xbc\xe0\xf1\x15\x3c\x5a\x45\x6c\x0b\x1e\xad\x4d\xe4\x49\x70\xc2\x96\xee\x84\xeb\xa5\x3b\xe1\x1a\xe3\x5b\x50\xc2\xc6\x12\xb9\xa0\x84\x4d\x12\x44\x09\x2b\x9a\x5b\x50\xc2\x46\x98\xa6\xa0\x84\xed\x20\x33\x3c\x68\xc3\x88\x16\x3c\x68\x43\x9d\x15\x14\xb4\x49\xf2\x04\x2e\x0e\xfb\x2e\x85\xc0\xc5\x79\xd4\xa7\xf3\x72\x24\x79\xd4\xf5\x09\xbc\x59\xf8\xd3\x27\xc2\xa7\xc7\x68\xd7\x49\xba\xb3\xd3\x62\xec\x28\xf6\x83\x4f\x59\x50\xec\x87\x90\x58\xc1\xdb\x3d\x92\xfc\x76\x3e\x0f\x9e\x62\x41\x25\x1f\xc9\x1a\x65\x7a\xf0\x1b\x0b\xca\xf4\xa0\x19\x0a\x0a\xf3\x60\xd4\x0a\xa1\x83\xa3\x2f\x95\x60\xc1\x39\x7a\xce\x25\x7f\x24\x17\x3c\xd3\xfb\x30\x06\xd4\xe7\xc5\xc9\x2b\xc7\x39\xbb\x38\x02\xc5\x83\xa6\xeb\x6a\x0c\xa8\xc1\x8b\xeb\x56\x50\x83\xb7\x20\x33\x74\xdd\xc5\x4c\x17\xf4\xd9\xc5\x79\x2a\xe8\xac\x8b\xbb\x54\xd0\x4b\x17\x97\xa8\xa0\x97\x2e\x2e\x51\x71\xd7\x74\x3f\x51\x77\x6e\x6f\x61\x52\x8b\xeb\xac\xfd\x14\xdd\x79\x68\xc1\x99\xeb\xac\xfd\x94\x1f\xa9\xe4\xea\xea\x6c\x2b\xc2\x58\x7d\x03\x6a\x3f\xf8\x24\xd5\xc3\x18\xfb\x61\x08\xd5\xc3\x18\xfb\x21\xca\x56\xdd\x13\xde\x0f\x71\xa0\xfa\xc0\x26\x51\xb6\x1a\x60\x0c\x4f\xa3\x46\x9e\xc3\xb7\xa8\x1e\x2c\xd8\x8a\x22\xd6\xc8\x73\x6c\x12\xd6\xc8\xf0\xd8\x1e\xaa\x91\x5e\xae\xbf\x20\xd5\x95\xdb\x0e\xd8\xd7\x9a\x02\x2d\xfa\xf4\x68\xe7\x0e\xbc\x9e\xd5\x15\xdf\x0e\x78\x21\x35\xf3\x5f\xaa\xb4\x0a\x2d\xa8\xbb\x1f\xb7\x03\x02\xac\x05\x0a\x08\xb0\x16\x28\xa0\x18\xaa\xab\xac\x1d\xf8\xf8\xab\x7b\x67\x3b\x34\xdd\x49\x2f\x1d\x7a\x95\xe7\x30\x71\xd5\x7d\xb5\x1d\x06\xd4\x5d\x81\xed\x30\x2e\x2d\x97\x44\x60\x8b\xb2\x56\x28\x48\x82\xae\xce\x76\xc0\xc4\xd5\x0a\x85\xa5\x3e\x0f\x2d\xe6\xa8\xfa\x44\x2b\x6a\x59\x1b\x63\xc0\xa8\xd5\x06\x2f\x9a\x87\x86\x24\x4c\x77\x22\x09\x3e\x8e\xea\xaa\x6e\x87\xa3\xff\xe0\x53\x33\xe6\x5b\x47\x3b\xe2\xe7\x54\xdf\x3a\xda\x51\xf3\xe0\x8b\xfe\x1d\x31\x63\xd5\xbd\xc8\x1d\x31\x63\xd5\x17\xfd\x3b\x06\xc6\xee\x2a\x72\x47\xfc\x9c\xea\xaa\x6e\x47\x4c\x5c\x75\x55\xb7\x23\x26\xae\x76\xe8\x45\xfa\x74\x55\xb7\x15\xd1\xac\x03\x7a\x7c\x7e\xd5\xd5\xd9\x8e\x45\xff\x35\x5a\xfa\x0f\x7a\x7a\xaf\xdd\xdf\xdc\x91\x40\x50\xf5\xd0\xc1\x8e\x4d\xff\xc1\x8b\xe6\x76\x32\x3e\x36\xe6\xaa\x87\x0e\x76\xec\x8c\x68\x32\x3e\xfc\xcd\x3a\x19\x9f\x66\x7a\xc2\x8b\xbe\x8e\x09\x2f\x38\x33\x75\xc2\x0b\x26\xb5\xba\x1a\xdc\x71\xea\x4e\x46\xcb\x52\xb7\x2e\x46\x8b\xfb\x52\x17\xa3\xc5\x7d\xa9\x8b\x5e\x34\x63\x9b\x3b\xd9\x58\xad\x9b\x3b\x2f\xb2\x76\x9f\x72\x27\x3c\xcc\xea\x3e\xe5\x56\x7c\xb3\xfa\x02\x7d\x27\xf6\x80\xaa\xab\xc1\x9d\xaa\xfe\x73\x49\x24\xc9\xc5\x0e\x2d\x38\x3b\x4e\x21\x75\xb5\x2a\x2d\x28\x9c\x46\x8b\x5e\x5c\x61\x6e\x85\x26\xeb\x81\x1e\xa6\xb1\xba\x4f\xb9\xd3\xd4\x7f\x2e\x89\x44\x80\xac\x1e\x78\x59\xea\x05\x5e\x70\x35\xea\x65\x44\x18\xbc\xea\xea\x73\x27\xe2\xbe\xf5\x42\x1d\x17\xac\x5e\x28\x60\xd4\x2a\xea\x53\x01\xc7\x8a\xfa\xcc\xd2\x1a\xa8\xcf\xcc\xd6\x66\x45\x7d\x66\xe9\x10\xd4\x67\x66\x65\xd8\xd0\x91\x19\xe7\xa2\xb9\xcb\xb7\x33\x26\xae\xb9\xcb\xb7\x15\x9a\x6c\xee\xf2\xed\x9c\xf5\x5f\xa5\xd5\x69\x39\x9f\x1f\x8b\xb9\xef\xab\xe4\x86\x6a\xcd\x55\x8f\x2d\x5a\x22\x0e\x9b\x6d\xd0\x82\x4d\xec\x64\x0b\xb0\x39\xd4\x82\x4d\xa6\xa1\x05\xd8\xc4\x6a\x36\x0f\x55\xec\x3c\x75\x67\xa6\xa5\xff\x18\x02\x5e\x48\x0b\x0c\x61\xe9\x3f\x86\x60\xea\xd3\x27\x3a\xe3\x69\xb4\x00\x9f\x57\xff\x21\xea\xab\x5e\x10\xf5\xf5\xe5\x42\x73\x8f\x76\x17\x3c\x8d\xe6\xdb\x5f\xbb\x60\x6d\x9b\x6f\x7f\xed\xc2\x34\x34\x8f\x48\xef\x82\x8f\xd7\xdc\xf7\xdd\x25\xe8\x4e\x97\x52\xd1\x34\x60\x1e\x0a\x1b\x9d\xcd\x97\xf9\xbb\xe0\x4d\x34\x5f\xe6\xef\x22\x79\xba\x0f\xbb\x8b\x64\x86\xd2\x57\xd4\xb2\xa1\xf4\x0b\xcb\xcb\x56\x78\x8e\xcd\xcc\x86\xd2\x2f\x92\xa0\xef\xfb\xef\x22\x09\x7a\x1c\x76\x17\xf2\x59\x1a\x2a\xb9\xa0\x76\x5b\x63\x0c\x92\x19\x6a\x57\x51\xcb\xe6\x5b\x5c\xbb\xe0\x85\x34\x14\x6d\x91\x04\xdd\x37\xdc\x55\x72\x41\xb9\x55\x82\x4b\x0d\xb5\x54\x13\x7c\xfa\xd6\xd1\xae\x09\xea\xee\x9d\xed\x4a\x1c\xaf\xa1\x96\x2a\xde\x4b\x43\x2d\x55\xbd\x90\xa8\xa5\x8a\x07\xd6\xdc\x1f\xdb\x15\xf5\xd9\x16\x14\x50\x9f\xcd\xa3\x8f\xbb\x12\x8e\x68\x1e\x7d\xdc\x55\x12\x44\x11\x55\x14\x5f\x43\x11\x55\x49\x69\x43\x9d\x68\x67\xdb\x50\x97\x94\x36\xbd\xe0\xfb\x36\xe3\x39\xfc\xa3\xe6\x4b\xdd\x5d\x09\xdd\x35\xe3\x39\xbc\xa5\x66\x70\x2d\x79\xba\xaf\xb6\x2b\xee\x44\x3b\x70\x2d\x79\x1e\x7a\x21\x64\xd4\x7c\xa9\xbb\x2b\x41\x8d\x86\x92\x6a\xa8\x82\x86\x92\x52\x94\xb4\xa1\x6c\x9a\x3e\x7e\x5f\x7b\xee\x26\xc9\xfb\xfa\x72\x2b\x66\xda\x7c\x7d\xb9\x5b\x82\x6b\x14\x51\xd3\xac\xa0\x7a\x9a\x54\x01\xea\xa5\x65\xfd\x77\x69\xf9\xf7\xd0\x7d\xdb\x7a\x37\x5c\x8d\xee\x3b\x42\xbb\x21\xf9\xce\xd7\xd8\x70\x35\x7a\x84\x1e\xdf\x74\xe7\x0b\x68\x83\x5e\x70\x7b\x14\x41\xed\xbe\xde\xdb\x0d\xe9\xf6\x04\x05\xde\xc8\x9e\xa0\xc0\x1e\x50\x4f\x70\x66\x7a\x0e\xce\x78\x3f\xbb\xef\x9f\xec\x46\xe8\xae\x67\xe4\x82\x93\xd0\x71\xac\xda\xd1\x9d\x50\x67\x1e\x7a\x86\xfa\x2d\xb4\x5c\xd6\x1d\x97\xa1\xfb\x3a\x71\x77\x3c\xda\xce\x37\xd6\xa3\xfe\x9b\xb4\x2e\x2d\x97\x60\x4f\x81\xd6\xa1\x05\x05\xdf\xcf\xd8\x0a\xaf\x76\xdf\xcf\xd8\x9d\x70\x52\xaf\x50\xc0\x2d\xe8\x38\x56\xbd\xa9\x05\x05\xc9\xb3\x42\xa1\xcd\x1f\xa8\xe4\x8e\xcf\xd5\xbb\x4f\x7b\xe7\x23\xee\x28\xda\x8e\xef\xa4\x58\x6b\xc7\x77\xea\xd8\xfa\xde\x18\x3a\x1e\x5f\x6f\xb0\x82\xc7\xd7\x1b\xac\xcc\x4a\x0b\x56\xf0\x0a\xba\x6f\xb4\xec\x8e\x4a\xee\x9e\xa0\xb3\x3b\x5e\x5d\xef\x91\x96\xfe\x83\x17\x36\xed\x7a\x87\x17\x36\xed\x7a\x87\x9e\x26\xac\x43\x4f\x93\x82\x07\x36\xf0\xea\x3a\x7e\xd5\xc0\x8f\xeb\xbe\x84\xdc\x03\x3f\xae\xfb\x12\x72\x2b\x82\xda\xf1\xb9\x06\xb6\xb0\xa3\x96\x06\xd6\xaf\xfb\x12\x72\x0f\x09\xde\x97\x90\x7b\x14\x3d\xe7\x12\x1c\x6c\xcc\x75\x14\xd8\xc0\xd3\xe8\x28\xb0\xa1\x29\x42\x81\x29\xf6\xd9\xf1\xb9\x06\x1e\x58\x47\x81\x8d\xae\xff\x5c\xba\x43\xf3\xe0\xdb\x35\x7b\x0c\x5e\x02\xdf\xae\xd9\x03\x0f\xac\x4f\x46\xab\x59\x41\xd5\x0d\xbc\x90\x8e\xaa\x1b\x5b\x2d\xe8\x6d\x3e\xaa\xed\x2f\xd6\xc0\xe7\xea\x9b\xff\x0e\xb2\xde\xf4\x89\x6f\xd1\x3d\xe2\xb7\xa7\xe4\x89\x02\x9b\x18\xae\xee\x1b\x26\x7b\x4a\x82\xbe\x61\xb2\xa7\x5e\x79\x94\xdb\x24\xc6\xd7\x51\x6e\x33\xa9\x17\x97\xe0\x2c\x6a\x6d\x5a\x3c\xe7\x99\x3d\x7b\x62\xd4\x3a\xde\xd9\x94\x3c\x51\x7c\xb3\x31\x5a\x14\xdf\xec\x7a\x0e\xea\x43\xcf\xb9\xcc\xe6\xd6\x73\x8c\x61\xf3\x16\xe0\x65\x4d\x7c\xae\x8e\xe2\x53\x5c\xb4\xa3\xf8\xa6\x3e\x77\x14\x9f\xa2\xa4\xdd\xf7\x5d\xf6\x42\xb5\x76\x5f\xdc\xee\x15\xf4\xdc\xa4\xa5\x3b\x17\x2d\xdd\xe9\xd4\x57\x44\xba\xa8\xc8\xc5\x7b\x36\xf0\xc0\x16\x2b\x84\x81\x07\xb6\x52\xa4\xe5\x92\x58\x39\xd0\x2a\xb4\xf4\x9c\xf3\xb9\x90\xe0\x78\xe0\xa5\x2c\x5a\xf0\x52\xd4\x27\xbc\xe0\x32\x0c\xdc\xac\xd5\xf5\x1c\xbc\x0c\x7f\x77\x07\x6e\xd6\xc2\xc4\x0d\xdc\xac\x85\xbb\x34\x70\xb3\xd6\xa6\x4f\x94\xf7\xe2\xfb\x1b\xb8\x52\x8b\xb7\x67\xe0\x4a\x2d\x9c\xa7\xe1\x5b\xf6\x7b\x23\xa5\x11\x2e\x2d\x9f\x87\x81\xd2\xdf\x92\x04\xab\xe9\xcd\xf6\xec\x60\x35\xbd\x79\x5f\x06\xeb\xe0\x8d\x79\x1f\x18\x84\x2d\x49\xf8\xbe\xcb\xde\x55\x77\x42\x4f\xa3\xf5\x24\xcd\xbd\x6b\xa5\xb5\x69\xa9\x17\x7f\xcb\x77\xd3\x73\x87\x96\xeb\x90\x81\x41\xd8\x92\x04\x06\x61\xe3\x12\x8d\x0c\x05\xc9\x25\x43\x61\xe9\x4e\x7a\xc1\xbc\x0f\x9c\xae\x8d\x01\x1a\x85\x5e\x3e\xcc\xfb\x77\x55\xf2\x28\x0c\x8f\x38\xc9\xc0\xaa\x28\xeb\x74\x60\x55\xf6\x55\x97\x2e\x24\x7b\x74\xe7\xa2\xa5\x3b\x7d\xb0\x8a\x29\x0e\xac\x8a\x05\x5e\x10\xac\x8a\x91\x68\x33\x58\xca\x1b\x7e\xc0\xf0\x38\xe5\x56\xbc\x71\x60\x71\x0c\x3f\x60\xb0\xcc\x37\xfc\xb1\xc1\x32\x5f\xb1\xc8\x81\x35\x52\xbc\x71\x60\x8d\x4c\x93\x82\x35\x52\xf4\x71\x60\x72\x8c\xad\xbf\x81\x4f\x69\x6c\xfd\x0d\x96\xf9\x86\x15\x1b\x2c\xf3\xad\xab\x05\x9f\x43\x2d\xf8\xd4\x14\x61\x8e\x0c\x7f\x6c\x60\x8e\x0c\x7f\x6c\x60\x8e\x14\x99\x1c\x98\x23\xe5\x99\x0e\xfc\x54\xd3\x14\xe1\xa7\x1a\x1e\xd8\x20\x20\x60\xf8\x01\x03\x53\x65\x9a\x07\x4c\x95\xa2\x8f\x03\x53\x65\xf8\x63\x03\x53\x65\xf8\x63\x03\x53\x75\x1e\xf5\x32\x69\xa9\x17\xe7\xe5\x04\xd1\xdb\xb4\xe0\x9a\x60\xc1\x41\x99\x0e\x0c\xd7\xc1\x3b\x1b\x18\xae\xa3\x59\xc1\x70\x1d\xfc\x87\x41\x40\xe0\x68\x1e\x30\x32\x47\x2f\x39\x46\xe6\x48\xba\x18\x92\xc3\x9a\x60\x60\x48\x0e\xa9\x51\xc3\xd3\xa6\xf6\xc1\xf4\x0f\x0c\xc9\x91\xe4\x17\xbd\x4c\xb5\x18\x91\xa4\xbb\x18\x11\xb1\xdd\xb1\xa0\x20\x59\x2f\x46\x24\x79\xe2\x33\x1f\x49\x09\x9f\xf9\xe2\x49\x0d\xdf\x72\xda\x57\x32\xc3\x83\xbe\xac\x8e\x06\x06\xe8\xe2\x65\x0d\x0c\xd0\x95\x94\x30\x2b\x37\xe9\x39\x9f\xdb\x8b\x99\x1e\x18\x92\x4b\xe6\xd2\xc0\x90\x5c\x32\x97\x06\xcb\xfc\x8b\x99\x1e\x78\xd0\x57\x52\xc2\x90\x28\x45\x74\xb0\xcc\xbf\xb8\x4b\x83\x65\xfe\x25\x40\x36\x58\xe6\x5f\x4c\xf8\x60\x99\x7f\x71\x89\x06\x06\xe8\x4a\x66\xbe\x3f\xb4\xaf\x64\xe6\xfb\x43\xfb\x4a\x4a\xf8\xe8\x17\x97\x68\x60\xaa\xae\x14\x2d\xa6\xea\x4a\x82\x98\xa3\x4b\xa0\x64\x60\x8e\x2e\x4e\xd0\xf0\x80\x80\x3d\x8f\x28\x18\x2d\xf5\x72\x68\xc1\xa7\x9b\x23\x7b\x70\x89\xa6\x9b\x23\x7b\x30\x5c\xd3\xcd\x91\x3d\x48\x7e\xba\x39\x32\x45\x6c\xa7\x07\x54\xed\xc1\x70\x4d\x37\x47\xf6\x24\x3d\xd7\x68\xe9\xb9\xe9\x2d\x56\x08\xd3\xcd\x91\x3d\xec\xec\xcc\x07\x3e\x8b\xfa\x84\x4f\x1c\x81\xf9\xc0\x67\x51\x9f\xf0\x89\x46\x99\x01\x5e\x9a\x5a\xf0\x42\x40\x67\xfa\xaa\xdf\x1e\x66\x73\x06\x78\xc1\xcd\x9a\xbe\xb2\x37\x25\x93\x4e\xcf\x2e\xb3\xe7\x43\xbf\x7c\x57\x25\xcf\x00\x9b\x4c\xdf\x0c\xb0\x89\x0f\x3b\x7d\xf1\x6e\x0f\xd3\x37\x13\x02\xc4\x9b\x98\x09\x01\x1e\xfd\x07\x2b\x84\x0e\xa6\x67\x0f\x58\x20\xd7\x79\xba\x15\xb3\x10\x74\xa7\xd3\x0b\x49\x2d\xa3\xc5\x73\xbe\xe8\xb7\x20\x91\x65\x7a\x91\xc8\xdc\x1a\x59\x60\x6b\x6c\x66\x7a\x61\x6b\x6c\x66\x7a\xc1\x16\x4e\xb7\x54\x16\xaa\xfa\xbc\xb4\x18\x91\x87\x0e\x2c\x48\xb8\x6e\x8e\x2c\x48\x64\x9e\xa6\x65\x01\x95\x3c\x0b\xbc\x4c\xfd\x07\xbd\x95\x68\x41\x8f\x18\xd8\x2c\xd0\x5b\x93\x16\xf4\xb0\x9a\xb3\x42\x0f\x5f\x6d\x7a\x9c\xd9\x02\x0b\xb5\xe9\xe0\x02\x0b\x78\x60\xb3\xc2\x8b\x24\x58\xe1\x05\xb5\x3b\xdd\x70\x59\x64\x83\x6d\xba\xe1\xb2\xc8\x06\xdb\x74\xc3\x65\x31\x88\x82\xcb\x2c\x92\x1a\x35\xdd\x38\x59\x4c\xfa\x6f\xd3\x12\x3d\xa3\x85\xcc\xdc\x38\x59\x24\x14\x33\xdd\x38\x59\xc4\x3b\x9b\x1e\x83\x36\xc5\x6f\x67\x73\x3e\x95\x83\x3a\xdd\x70\x59\xc4\xfc\xcd\x06\x9f\x0d\x3e\x1b\xbc\x48\xba\x6e\xb8\x2c\x4a\xba\x0d\x5e\x08\xd3\xcc\x06\x2f\x43\x7d\xba\x3c\x23\x3e\xc9\x74\xc3\x65\x51\xf3\xd0\xe1\x53\xef\x67\x87\x4f\x92\xaf\x66\x87\x17\x49\xbe\x23\x97\xcd\x87\xe3\xc6\xc9\x22\xb9\xea\xb3\x23\x17\x3c\xbe\xd9\xe1\xc5\xd4\x0b\xbc\x98\xe8\xc1\x8b\x66\xac\xc3\x0b\xde\xf5\x1c\xd0\xd3\xfc\x0d\xc6\xae\xf9\xf3\x48\xb6\x25\xc2\x65\xd3\x0d\x97\x25\x36\xe6\xa6\xaf\xa3\x2c\x11\x63\x9f\x1e\x59\xb6\x84\x53\x32\x3d\x3b\xc2\x12\xfe\xed\x5c\xf4\x82\x82\x9e\x8b\x5e\x24\x4f\x37\x39\x96\xd8\xa5\x98\x1e\xd0\xb1\x24\x09\x7a\x40\xc7\x14\xbf\x9d\x1e\xd0\xb1\x34\x19\xbb\x1b\x27\x4b\x6c\x6d\x4e\x37\x4e\x96\xf0\xf8\xe6\x86\x17\x49\xd0\xb7\xe9\x4c\x89\xa6\xd3\xe0\x5a\x72\x31\xe8\x49\x2e\x06\x3d\xdc\xba\xe9\x66\xcc\x12\xf9\xe8\xd3\xa0\x77\xd5\x0b\x23\x92\xcc\x0c\x7a\x97\xb7\xce\xd7\x4a\x96\x1f\xf5\x62\xb4\x90\x99\x87\x8c\x2c\xe3\xd6\x4d\x0f\x19\x99\x22\xb6\xd3\x57\x55\x96\x09\x97\x4d\x37\x86\x96\xf5\x7e\xba\x31\xb4\x2c\xd5\xea\xab\x2a\xcb\x7a\x5b\x7d\x55\x65\xb9\xaa\xcf\x46\x0b\x5e\xdc\x18\x5a\x6e\xea\x05\x5e\x88\xa3\xcf\x0b\x2f\x64\xb5\xcf\x0b\x2f\xe4\x70\xcd\x0b\x2f\x38\x17\xf3\xc2\x0b\xce\xda\xbc\xf0\xb2\x7f\xb4\xbd\x37\x2f\x6c\x4a\xf0\x17\x36\x25\xf8\x0b\x9b\x7a\x05\xdd\x4e\x5a\x66\x17\x72\xba\x9d\xb4\x8c\x0d\x9d\x97\x21\x1c\xdd\xe9\xa2\xce\x9a\x06\x6c\xa8\x22\xbd\x13\x1b\x9a\xa5\x6c\xb0\xa1\xf9\x6a\x40\xfe\x9a\x15\xec\xeb\xc2\x86\x16\xbc\x97\x85\x0d\x55\x14\x78\x39\x00\xc4\x0a\xe9\xef\xcb\x97\x74\x56\xf0\xf8\x16\x36\xb4\x60\x5f\x17\x36\xb4\xe0\xe3\x2d\x6c\x68\xc9\xfa\x6f\xd1\x82\x1e\xd6\xaf\x30\x99\x0b\xeb\x57\x98\xcc\x85\x85\x2b\xa4\x1c\xad\x40\x2f\x4c\xe6\x0a\xf4\xd2\x74\x27\x63\xc0\xeb\x59\x11\xea\x4c\xdf\x8a\x3c\xc7\x84\xad\xc8\x73\x6c\x90\x2e\xdf\xda\xb4\xc2\xf6\xde\xf2\xad\x4d\x2b\xa8\x9e\xe5\x09\x79\xa6\x2c\xd7\x85\x31\x54\xf4\x78\xf9\x92\xce\x8a\xe9\x3f\xc6\x40\x6a\xfc\xc2\x50\x16\x72\xb2\x17\x86\xb2\x10\xab\x5b\x89\x3e\x99\xbf\x95\xe0\x9a\xf9\x5b\x18\xc3\xaa\x79\xf0\x2c\x65\xab\x9a\x07\x4c\x5c\xc5\x97\x59\x98\xb8\x2a\x59\xfb\x42\xcd\x2a\x5e\xe4\xf2\x85\x9a\x55\x3c\x9b\xe5\xa9\x6d\x56\x93\x9e\xf3\x39\xaa\x9a\x07\xcc\x5f\x65\xcb\x69\x79\x8c\xcf\x2a\x48\xc9\xe5\xab\x31\xab\x59\xbd\xb8\x94\x2a\x1b\xb2\x0b\xf3\xa7\x88\xf4\xc2\xfc\x29\xff\x76\x61\xfe\x2a\x1b\x7a\x0b\xc3\x55\xf1\x65\x16\x86\xab\xe2\x7d\xae\xca\xf8\xba\xee\x84\x02\x21\xa3\x85\xe1\xaa\x9a\x31\x5f\x71\x59\x25\x48\xb4\x2a\xd4\x09\xdd\x2d\x8c\x5a\xc5\x4f\x5d\x18\xb5\x8a\xa3\xb3\x30\x6a\x55\xb3\x89\x51\xab\x78\xad\x0b\xa3\x56\xd9\xc2\x5b\x18\xb5\x4a\x52\xda\x6a\x48\x89\x8d\xdc\x85\x51\xab\x78\xb4\x0b\x73\x54\x09\xeb\xad\x0e\x05\xc2\x7a\xab\x43\x01\xe7\x69\x61\xaa\x2a\xce\xd3\xea\x50\xd0\xbc\x77\x28\x5c\xdd\x89\x94\xf0\x7d\x17\x66\xac\x3d\xfa\x6f\xd1\x52\x2f\x2e\xa5\x86\xb7\xbb\x30\x55\x4d\xef\x84\xa3\xfe\xac\xe9\x9d\xf0\xc0\xa1\x35\x36\x72\x17\x66\xac\xe9\x9d\xf0\xe0\xa0\x35\x1c\xb2\x85\x19\x6b\x7a\x43\x30\x63\x4d\xdf\xe6\x80\x17\x7c\xdf\x35\xe0\x05\xdf\x77\x79\xe0\xd0\x1a\xae\xdb\x9a\xd0\xc3\xa8\x2d\xdf\xdd\xb0\x46\x50\x71\x4d\xe8\xe9\x9d\x98\xd0\x63\xed\xb2\x26\xf4\x70\xdd\xd6\x84\x9e\xbe\x69\xcc\x66\xd3\xdb\x33\xa1\x87\x27\xbc\x7c\x4d\x67\x8d\xd5\xca\xf2\xed\x59\x6b\x7a\x7b\x30\xa9\x4d\x5f\xb8\x87\xf5\x9e\xa7\xac\x1f\xa8\xe4\xe5\x56\xec\x11\xc2\x6b\xb9\x15\x7b\x9e\x86\x00\x0d\xd0\x34\x5e\xc8\x72\x2b\xf6\x3c\xec\x06\x2f\xb7\x62\x9f\xf0\xea\xe5\xcb\xb6\x4f\x78\xf5\xf2\xc5\x58\x7c\x62\xa5\x35\xbe\x00\xa3\x97\xdb\x9f\x4f\x60\xf4\x72\xfb\xf3\x09\x8c\x5e\xbe\xe0\xfa\x04\x46\x2f\x5f\x70\x7d\x02\xa3\x97\xdb\xa6\x4f\x60\xf4\x72\x43\x32\xb7\x14\xf4\x05\xf2\x0b\xcc\x76\x81\xfa\xdb\x49\x2d\x20\xc6\xf8\x7f\x0b\xd4\xdf\xc6\xff\x5b\x9f\xc0\x68\xef\x65\x0b\x18\x8d\x0d\xdd\x02\x46\x93\x3a\xbe\x05\x8c\x26\xd2\xb4\x05\x8c\x66\xdb\x73\x83\x0f\xdc\x2c\xc9\x37\xf8\xc0\x3d\xf4\x1c\x9c\x4d\x3d\x07\x67\x53\x77\x76\xa0\xd0\x81\x96\x80\xd1\xa2\x0e\xd7\xeb\xd0\x12\x30\x3a\xd2\x12\x30\x5a\x7d\x0a\x18\xbd\x68\x09\x18\xad\x5e\x18\x1f\x1f\xea\x0e\x8c\xef\xa8\xc5\xf8\x80\x85\xee\xc0\xf8\x0e\xf4\x02\xe3\x63\x36\x37\xe0\x6e\xc3\xe3\xdb\x80\xbb\x2d\xa8\x17\xa0\xc9\xc4\x06\x77\x00\x0e\x4c\x50\x6a\x07\xe0\xc0\x51\x14\x80\x26\x27\xb5\x80\x49\x27\xd1\x03\x2a\x9c\xf5\x1c\x50\x61\xd4\xee\x0e\x40\x85\x41\x27\x6e\xc0\xe4\x0a\x35\xed\x08\x54\xb8\x57\x5a\x40\x9a\x3b\xbc\xf8\x0a\x6f\x1a\x11\xf7\x1d\x19\x83\xe6\x21\x32\x86\xa9\x5e\xe0\x05\xa5\xb8\x01\x9a\xdb\x16\x3d\x78\x21\xfe\xbe\xa3\x60\xcb\x48\x37\xc1\x0b\x26\x6e\x27\xc1\x96\xe9\x33\xc1\x0b\x50\x98\x0d\x40\xdd\x48\xc4\xdc\x09\x08\x35\x99\x44\x1b\x80\xfa\x79\xd4\x02\x46\xcc\xb7\xb2\x7d\x7d\x39\x0f\xb9\x43\x3b\x01\x00\x46\xf1\x6d\xa0\xec\x07\xc5\xb7\x81\xb2\x1f\xa2\xd5\x3b\x01\x00\x26\xe4\xb7\x33\x00\x60\x54\xdd\x06\xe6\x7e\x50\x6e\x3b\x0b\xe0\xac\x3b\x01\x00\x63\x0c\x77\x06\x00\x4c\x3a\xd9\xce\xf0\x59\x91\x44\x86\x4f\x7d\x1d\x19\x3e\x1b\xf3\x00\x3c\xfe\xa0\xb2\x36\xf0\xf8\xc3\xea\x68\x03\x8f\x3f\x5d\x14\x5c\xd6\x67\x88\x17\xc6\x30\xc4\x0b\x63\x60\x25\xba\x0b\x7c\xe2\x6a\x6c\xa0\xf3\xc7\xe0\xa5\x00\xcb\xd6\x7b\x0d\x74\x5e\x89\x75\x1b\xe8\xfc\x91\xe4\x81\xce\x9f\xab\x3e\xe1\x13\xe7\x70\xfb\xca\x77\x5e\x9c\xbc\x0d\x74\xfe\x46\xdd\x09\xfe\x98\xad\xbf\x5d\x41\x07\xb3\xbe\xdc\x6e\xfa\xa7\xc2\x57\xbb\x0a\xe1\x4c\x9f\x15\x6c\xb2\x64\x5d\xc1\x11\xe7\xfb\x03\x95\xbc\x2b\xb0\xe5\xa2\x4e\x80\x11\x4b\x9c\x15\x36\xa5\x6c\x40\xea\x5f\x96\x43\xbb\x01\x4d\x26\x79\x67\x37\xa0\xc9\x40\x1c\x77\xa3\x4f\x62\x7c\xbb\x01\x85\x26\x1f\x76\x83\xe2\xbf\x78\x6e\xbb\x41\xef\x88\x02\xf4\xa4\x0a\x00\xc1\x3e\x52\x05\x4d\x90\x66\x7a\xe9\x82\x34\xf3\x39\x74\x41\x9a\xb9\xb3\x0b\xd2\x0c\x2f\x60\xb3\x1e\x72\x34\x37\xc9\xfe\x0f\xcb\xc4\xdd\x81\x34\xeb\x15\x24\x93\xf5\xc9\xea\x13\x50\xb1\xe4\x42\x26\xeb\x53\xd4\x27\x70\xe7\xaa\x3e\xe1\xb3\xea\x4e\xf8\xd4\xcb\x3a\xe0\x53\xaa\x9c\x4c\xd6\xa7\xeb\x3f\xf8\xd4\xeb\x49\x26\xeb\x33\x74\x27\x7c\x4a\xa1\x90\xc9\xfa\xb0\x78\xdf\x64\xb2\x3e\x93\x17\x92\x4c\xd6\x07\x9f\x6b\x03\x35\x78\x34\x2b\x40\x0d\x1e\x76\xbb\x37\x59\xae\x0f\x26\x6e\x93\xe5\xfa\xe8\x45\x06\x51\x16\x58\x34\x6e\x10\x65\xe1\x11\x05\xa0\xbb\x7a\x59\x05\xdd\x0d\xf4\x49\x06\x6c\xc0\xe0\x6d\x10\x65\x21\x33\xbe\x09\x54\x58\xd2\x25\x3b\x36\xe8\x03\x27\x1f\x36\xe0\x08\x6c\x20\xb8\x81\x45\xe3\x5e\x02\x38\x43\x01\x68\x83\x92\x0a\x37\x38\xb1\x20\x29\x91\x39\x1b\x24\x25\x70\x62\x0a\x35\x6d\x70\x62\x41\xe6\x0f\x9c\x58\x60\x09\xb9\xc1\x89\x05\x99\xbf\xc5\x68\x59\xbc\xef\xc5\x68\xc9\xe5\xde\x8b\xd1\xe2\x6f\xee\x0d\x9f\x92\x20\x30\x8b\x20\xb5\x0b\xcc\x42\x01\xa4\x2d\xa8\xb0\xde\x48\x60\x16\x91\xbd\x95\x0f\x5b\xea\x2d\xc6\x47\xbe\x6f\xd4\xfb\x49\xbe\x6f\x64\x9d\xb1\x05\x23\x4e\xea\x45\x90\x66\xc6\x2e\x18\x31\xf9\xc5\x9b\xcc\xe0\xc8\xaa\x63\x0b\x38\x0c\xac\x7e\x03\x97\x88\x7a\x77\x41\xa9\x45\xbd\xad\x02\x15\xb3\xde\xdb\x02\x15\x6b\x1e\xc8\x13\x8e\x32\x7f\xe4\x09\x47\xe9\x02\xf2\x84\x15\x6a\xda\xc0\x2c\x22\xc1\x90\x7d\x90\x04\x41\xbe\x7d\x90\xc4\xd2\x7f\x48\x82\xf5\xde\x06\x82\xa1\x90\xd1\x26\xdb\x38\x1e\x3d\x07\x9f\x57\x77\xc2\x27\x50\xb4\x0d\x20\x43\x29\x7f\x9b\x4c\xe4\x78\xc5\x8b\xc0\xcf\x48\x97\x4c\xe4\xf4\x88\x6b\x90\xca\x72\x27\x40\x5d\x24\x82\x21\x5b\x30\x69\x49\x5e\x30\x69\x99\x38\x90\x15\x89\xdc\x8c\x0d\xb2\x22\x49\x09\x83\xc9\x4b\x32\x78\x00\xef\x92\x74\x88\xe0\xd5\x9a\x07\xc1\xab\x6b\xfd\x91\x4a\x16\xf2\xba\x8a\xc0\xa6\xc5\xc7\x08\x58\x23\x69\xc2\xae\x40\xd3\x62\x93\xe1\xe1\xa1\x18\x60\x8d\x04\x4e\xc5\x00\x6b\x24\xe2\x2b\x06\x58\x23\xe1\xbd\x98\x7b\x98\x2b\xe1\x45\xda\x03\x14\x9a\xad\x1c\x13\x80\x7b\xe8\x4e\x86\xc7\x67\x64\x0f\xc3\x43\xf5\xd8\x03\x9f\x2c\xf0\x4c\xe0\x6e\xa6\xdd\x82\xa0\xd7\xf4\x12\x04\xbd\x86\x1e\x15\x28\x12\xf6\xd5\x40\x12\x2a\xdb\xd1\x04\xf5\x26\x22\x66\x20\x09\x33\xcb\x36\x03\x1c\x92\x99\x4c\xa3\x92\x44\x46\xe9\x1b\x95\x24\x94\xc3\x68\x80\xbb\x33\x1f\x8e\x01\x23\xc9\x4c\x9f\x81\x24\xcc\x58\x4d\x03\x49\x98\xb3\xfa\x84\x5e\x56\x9f\x40\x8c\x8b\xfe\x03\x62\x8c\x79\x30\x01\xb8\x99\x23\x13\x80\x9b\x39\xb2\x04\x9f\x2c\xb8\x4c\x70\x6e\x72\x6c\x0d\x30\x4a\xc6\xdc\x1a\x68\xc1\xcc\x06\x9b\x09\xea\xcd\xf2\xcb\x04\xf5\xd6\xac\x08\xea\x8d\x87\x69\x82\x7a\x13\x99\x34\x41\xbd\x51\x6e\x26\xa8\x37\xa6\xd8\x04\xf5\x36\xb5\x90\x8b\xe6\x41\x50\x6f\x7c\x4a\x13\xd4\x9b\x7c\x74\x13\xd4\x9b\x08\xa3\x81\x16\x2c\x8f\xe8\x2d\x5a\x8c\x16\xb4\x60\x89\x6a\x09\x50\xcd\x73\x45\x80\x6a\xb5\x9c\xb3\x42\x0a\x9e\x51\x61\xa3\x60\x1e\x0c\x08\x4d\x61\xc9\x6a\x40\x68\x14\x86\x32\x20\x34\x85\x0c\x0f\x2b\x02\x4d\x33\x7f\x05\x5e\xa6\x28\xc0\xcb\x56\x9f\xf0\xc2\xfa\xc4\x80\x88\x17\xbd\x67\x40\xc4\x0b\x01\x40\xab\x70\xc6\x6a\xc5\x04\x11\x27\xc7\xd6\x40\x20\x2a\x51\xd1\x80\xec\x14\x02\x80\x06\x64\xa7\xe2\xa2\x18\x90\x9d\xca\xfe\x82\x01\xd9\xa9\xf8\xda\x56\x81\x34\x63\x52\x0d\x00\x4f\xd5\xbb\x0b\x80\xa7\xb2\x6a\x34\x70\x8c\x55\x6f\xa4\x07\x66\x56\x65\x0d\x69\x00\x78\xaa\xde\x41\x00\x3c\x0a\x0b\x19\xee\x52\x65\x81\x6e\xb8\x4b\x95\x7c\x2b\xeb\x02\x69\x33\x22\xdc\xa5\x8a\xef\x6b\xb8\x4b\x95\xd8\xb5\xe1\x2e\x55\xdc\x3a\xc3\x5d\xaa\x44\xab\x0d\xb7\xa7\xe2\xac\x19\x6e\x4f\xc3\x59\x33\xdc\x9e\xa6\x77\x02\xb7\xa7\xb1\x73\x65\xb8\x3d\x0a\xa9\x18\x6e\x4f\xc3\xfc\x19\x6e\x4f\x63\x35\x6d\xb8\x3d\x4a\x2a\x34\xdc\x9e\x46\x28\xcd\x70\x7b\x9a\xbe\x46\xdc\x9e\x56\x75\xa7\x80\xd8\xc8\x05\xb7\xa7\xb1\x26\x30\x9c\x99\xc6\x3a\xd8\x80\xc7\xb7\xfd\xa3\x8c\x0b\xa3\x44\x49\xc3\x36\x19\x28\xa0\x86\x8d\x31\x7c\xa0\x0e\xba\xcd\xf0\x81\x94\xf1\x67\xf8\x40\x9d\x5a\x5e\x86\x0f\xd4\x49\x35\x33\x7c\xa0\xce\xb6\x92\x81\xb1\x57\x8e\x9f\x81\xb1\xef\x49\x14\x80\x03\xeb\x95\x00\x63\xdf\xd9\xde\x33\x30\xf6\x1d\xe4\x8d\x81\xb1\xef\x98\x0e\x03\x32\xda\xb1\xf5\x86\x5f\xa5\x6c\x40\xc3\x77\xea\x5d\xbd\x40\x4f\xea\x05\x3f\xa7\xeb\xa3\xc2\xcf\xe9\x12\x19\x7e\x4e\xd7\xeb\x82\x9f\xd3\x97\xee\x14\x4c\x1a\x0a\x5b\x30\x69\x5e\x82\x2d\x98\x34\x12\xdc\x82\x49\x33\x5a\xa0\xa6\x1d\x4f\xca\x80\x9a\xf6\xab\x3b\x81\x03\x4b\xe9\x03\x35\x1d\x92\x35\xfe\xd1\xd0\x07\x07\x9c\x74\xe8\xa3\x02\x4e\x3a\x64\x1e\x40\x47\x0d\xbd\x66\xc0\x49\x07\xa1\x03\x33\x81\x9f\xa1\x67\x02\x3f\xc3\x35\x3e\xd0\x90\xac\xf1\x81\x06\x9e\x94\x19\x50\x61\xbd\x66\xc0\x50\x87\xd4\x12\xfe\xd1\x90\x74\xf1\x8f\x06\x9e\xbe\xe1\x1f\x8d\x01\x2f\xf8\x47\x43\x92\x3f\x02\x38\x33\xef\x07\xa0\xb2\x3e\x62\xfc\xa3\x21\xa5\x8f\x7f\x34\x96\xfe\x63\x0c\x4b\xcf\x31\x06\xcd\x03\xfe\x91\xd2\xfa\x0c\xff\x48\x69\x7d\x86\x7f\xa4\xb4\x3e\xc3\x3f\x1a\x52\x75\xf8\x47\x43\x6f\x39\xfe\xd1\x24\x2e\x6a\xf8\x47\x13\xff\xd6\xae\xa0\xd0\x8c\xe1\x0a\x0a\xcd\xdc\xe2\x3b\x4d\x16\xa9\x86\xef\x34\x65\x02\xf0\x9d\xa6\xde\xeb\x2b\x98\xb4\xfe\x03\x70\x4c\xe8\xce\xf0\x9d\xa6\x0c\xec\x15\x4c\x5a\x7c\xfa\xf8\x66\xd3\x7f\x3e\x86\x89\x11\x3d\x38\x41\x13\xb7\xe7\x80\x4a\x9d\x38\x33\x87\x4a\x35\x93\x70\xe0\xc1\xd1\x99\xc8\xfa\x50\xec\x60\x62\x44\x0f\xc5\x0e\xe6\xd2\x73\xd0\xdb\xba\xd3\x68\xf9\xac\x1c\x9c\x99\x49\xa0\xf2\xe0\xcc\x4c\xe2\xd3\x87\x9a\x36\x13\x03\x7b\xa8\x69\x33\x09\x16\x1c\x1c\x9d\xc9\x6e\xd1\xa1\xd4\xd6\x42\x99\x9e\x00\xdc\x99\x37\xf9\x50\xef\x66\x61\x2c\x0e\xf5\x6e\x56\x54\x9f\x00\x95\xa3\x7a\x01\xa8\x4c\x75\xb9\x43\xe1\x85\xc5\x0a\xe1\x50\x78\x61\xb1\x36\x3b\x01\x94\x2f\x41\xb0\x03\x06\x77\x11\x04\x3b\xb8\x59\x8b\x79\x38\xb8\x59\x0b\xc9\x1f\xdc\xac\xd5\xf4\x1f\x68\x64\xf4\xcb\xc1\xb1\x5a\x9a\x07\x1c\xab\xc5\x5b\x7e\x70\x9e\x16\x6f\xf2\xc1\x79\x5a\xb8\x2f\x07\xe7\x69\xad\x1f\xd5\xb8\x38\xf8\x55\x4b\xd3\x40\xd5\xaf\x45\x24\xed\x00\x00\x5e\x54\xbc\x38\x00\x80\x17\xdb\x4a\x87\xea\x0d\x0b\x5f\xf4\xe0\x8f\x2d\xd3\x9d\x08\x9e\x28\xdb\xc1\x1f\x53\x0e\xe3\xc1\x1f\x5b\x47\xbd\x30\xbc\xa3\x5e\x18\x1e\xcb\x93\x83\xaf\xb6\x59\x4c\x1f\x2a\x3b\xa8\xac\xe6\x49\x02\x3f\x1f\x5a\x02\x3f\x23\xc0\x2c\xf0\xb3\x5a\x02\x3f\x43\x0f\x3f\x6e\xe3\x49\x1d\xfc\xb8\x9d\x2b\x2d\x00\xce\x6c\x13\x1c\x7c\x35\x65\x2d\x1e\xca\xf2\x6c\x56\x08\x87\xb2\x3c\x1b\x25\x75\xb2\xc0\xcf\xea\x65\xd1\xd2\x7f\x8c\x61\xa8\x17\xc6\x30\xc4\x0b\x63\x98\x8c\x16\xaf\x6e\x6b\x1e\xf0\xea\x54\x48\xf3\xe0\xd5\x6d\xd3\x9d\xf0\x49\x44\xf3\x50\x11\x42\xf1\xe2\x23\x08\x35\x6a\xe9\x08\x26\x8d\x07\x76\xf0\xf1\x36\x6a\xe9\xe0\xe3\x29\x5e\x7c\xf0\xe3\xec\xd1\x7f\x97\x16\x52\xa2\xd4\x8f\xa1\xb2\x8e\xe0\xd5\x98\xdb\x23\x08\x35\x30\x84\x83\x3f\x66\x59\xcf\x01\x5b\xc6\xaf\x3a\x15\xd8\x32\xa1\x8a\x23\xb0\x35\x5e\xd6\x11\xd8\x1a\x3f\xf5\xe0\xab\x59\xd3\x7f\xf0\x22\xc9\x0b\x88\x4d\x14\xff\x08\x88\xcd\x4e\xf8\x69\x40\x9a\x31\x0f\xa7\x01\x69\x26\xfc\x71\x04\xbd\x1e\xfa\x4f\x60\x6b\x64\xdd\x04\xb6\x86\xba\x60\xd9\xf8\xbe\xa7\x09\x6c\xcd\xd8\x9b\xc0\xd6\xa2\x2e\xb0\x35\xcf\x51\xa0\xc8\x08\xc8\x1d\x0a\x14\xa9\x20\xe6\xc1\xe3\x33\xcc\xc3\x11\xd4\x5b\x2a\x4b\x50\x6f\xcd\x03\x01\xb2\x83\x41\x38\xc0\xb9\x4f\x50\x9f\xc0\x9d\xa3\xfe\x03\xc4\x4c\xb4\xf3\xe0\x29\x2a\x96\x7c\xf0\x14\x8f\xde\x79\xbc\xc1\x83\xe9\x38\x78\x7c\x07\xe3\x7b\x86\x40\xd3\x48\x10\x8f\x4f\x31\xe1\x23\x38\xb7\x64\x2d\x38\x37\x41\xb7\x43\xa0\xeb\x48\xb1\x13\xe8\x3a\x84\x7e\x8e\xa0\xde\xac\x36\x0f\x81\xae\x43\xb0\xe7\x50\x56\x49\xa5\x2c\x0f\x4e\xde\x61\x3d\x74\x80\x7a\x5f\xa9\x64\x4a\x27\x5d\x5c\x8d\x43\xc5\x3a\xa5\x1f\x1e\x1c\x39\xc5\x68\x0f\x75\xe8\x2e\x3e\xec\xc1\x91\xbb\x52\xb4\x38\x72\x97\xed\xbd\x83\x23\xa7\x84\xc3\x83\x23\x77\x59\x43\x1e\x1c\xb9\xab\xb7\x80\x40\xd7\x35\x3d\x07\x48\x1b\x78\xfc\xc1\xc9\x53\x72\xe0\x21\xd0\x75\xa5\xc1\x48\xbd\x54\x02\xe0\x21\xf7\x5f\x41\xd3\x03\xb0\xc9\xab\x34\x7e\x5f\x25\x03\x12\x50\x94\xf4\xb8\xff\xb7\x15\x17\x3d\xe0\xa1\x94\x73\x77\xb6\x00\xd5\x08\x62\x03\x8c\x9e\xfa\x4f\x80\x6a\x3d\x07\x30\x9a\x3a\xcb\x87\xdc\xce\x47\x6a\x9e\xdc\xce\x87\xed\xa8\x03\xb8\x40\x05\x1c\x8f\x09\x7a\xad\xff\xa0\xc0\x42\xed\x00\x04\x7d\xae\xfe\x03\xce\xad\xc9\x24\x43\x34\xe8\xf5\x04\x78\xa0\x52\x8f\x07\x90\x68\x88\x28\x0d\xb2\x47\x95\x82\x77\x0c\x30\x32\xcb\xd9\x73\x04\xa8\xe6\xf5\x3c\x02\x54\xc3\x35\xf0\x85\x20\xf5\x02\x44\x21\x10\x2f\x3e\x64\x96\x2a\xbe\x79\xc8\x1e\x0d\xfa\xdc\x8f\x80\xd1\xbc\x90\x57\x00\x67\xee\x04\xa9\x15\x24\x89\x0b\x0c\xdc\xf4\x1f\x40\x6c\x29\xda\x2b\xf0\x33\x53\x7b\x05\x7e\x86\x33\xc0\x0c\x51\x7e\x07\xd9\xa3\x8a\x4c\x1e\xb2\x47\x15\x99\x3c\x80\x19\xa2\x3e\x5b\xc0\x0c\x91\xc4\xfc\x03\xd4\x54\x51\xcb\x03\xd4\x54\x51\xcb\x03\xd0\x21\x12\x7c\x39\x00\x1d\x22\x1f\xf8\x05\xe8\xa0\x92\x8d\xf7\x11\xdc\xb9\xd1\x02\x7e\xcc\x32\xf8\x02\x74\x88\x45\xff\x01\x3f\x26\x1a\x7f\x01\x3a\x44\xe4\x79\x01\x3a\x44\x4c\xdc\x05\xe8\x10\x09\x7b\x5d\xb0\x67\x91\x2d\xa0\x0b\xb4\x41\x51\xcb\x1b\x04\x3f\x3e\xb4\xa0\x8e\x3f\x7d\x81\x36\x44\x4c\xdc\x05\x09\x1a\x4d\xcf\x41\x1d\xc9\x5f\xa0\x0d\xd1\xd4\x0b\xd4\x81\xee\x5e\x50\xa2\x11\xf5\x72\x41\x89\xaa\x80\xe3\x0d\x48\x89\x20\xc3\x05\x33\x9a\x08\xb7\x5c\x30\xa3\x09\x07\xe2\x82\x19\x4d\x98\xb8\x0b\x66\x34\x05\xdd\xe9\x7c\x2a\x86\x79\x81\x52\x28\x86\x79\x81\x52\xa4\x24\x0a\xc0\x8f\x59\x01\x5d\x8a\x0f\x24\x82\x0c\x37\x02\x85\x66\x05\x74\xdd\x57\xdb\x09\x57\xe3\x82\x3c\x4d\xe4\xa5\x5c\x0a\x13\x24\xcd\x03\x80\x0c\x85\x2d\x2f\x80\x8c\x44\x64\xf9\x82\xd0\x4b\xac\x9c\x6e\x82\xcf\xae\x16\x7c\xf2\x05\x5c\xc0\x1a\x89\xbc\x94\x0b\x58\x23\xe1\xb1\x5f\x40\x17\x0a\x31\x5e\x90\x76\x89\xef\xfd\x66\xa0\xd7\x57\x77\x0a\x18\xad\xff\x04\x7e\x46\x2e\x00\x32\x32\x61\x9a\x0b\x42\x36\x4b\x9e\x20\x64\x33\x81\x8b\x0b\xea\x22\x63\xc6\x6e\x01\x39\x8c\xaf\x7d\x0b\xc8\xe1\xa4\xff\x40\x0e\xb3\xca\xb9\x20\x32\x72\x56\x9f\x20\x87\xf5\x26\x53\x5c\x21\x4b\xd6\xe0\xfc\x14\x54\xbc\x20\x32\x32\xfa\xf3\x82\xc8\xc8\xb8\x13\x97\x52\x0b\xb9\x9d\x1f\xa8\xe4\x5b\x01\x3f\x13\x61\xbc\x95\x21\x90\xfb\x78\x81\x6e\xe4\xa1\xff\x60\x93\x28\xf0\x05\xba\x91\x35\x0d\x40\x37\x54\x06\xf2\x52\xa1\x21\x13\x3f\xba\x00\x32\x32\xbe\xc5\x05\x74\x91\x51\x44\x17\x7c\x60\xde\xba\x53\x10\x6a\x28\x00\xc8\x50\x71\xc7\x0b\x20\x23\x13\x5b\xba\x80\x2e\x32\x6a\xe9\x02\xba\xc8\x78\x1a\x17\xd0\x45\x61\xd1\x7f\xbb\x00\xd5\x50\x00\x74\x51\x82\x5a\x02\x54\x33\x0d\x54\x68\x28\xa8\xb3\x0b\x20\x43\x91\xc9\x0b\x20\xa3\x24\xfd\x07\xf8\x99\xa5\xd2\xa5\x7a\x43\xd1\xc7\x01\x58\xa3\xa0\xd8\x2f\x60\x8d\x42\x21\xee\x0b\xae\xb0\x14\xf5\x09\xc0\x99\x98\xd4\x1d\xf0\xd9\xf8\x6c\xa9\xec\x50\xf0\x49\x2e\x08\xc4\x02\x7a\xef\x02\xe4\x50\x2a\xdd\x05\xc8\xa1\x82\x91\x17\x20\x47\x61\x01\x7b\x41\x20\xaa\x60\xe4\xa5\xea\x43\xc1\x6c\x5e\x40\x1e\x65\xc1\x19\xe8\xc4\xb2\xf4\x1c\x00\x6e\x13\x67\x02\x62\x33\xf6\x21\x20\x36\x9c\x51\x11\x42\xf1\xcd\x2b\xe8\x35\x3e\xc2\x15\xf4\x5a\x1f\x8e\xa0\xd7\xac\x5d\x2e\xa0\x92\x8a\xa1\xbc\x54\x8b\xa8\x44\xf5\xae\x60\xd9\x49\xff\x01\xaf\x96\x9a\x9f\x00\xa3\x8b\xfa\x74\x79\x56\xfc\x9c\x2b\x90\x76\x57\x2f\xce\x67\x95\xcc\x00\xa3\x54\xbc\xe4\x2b\x00\xb7\xde\x56\xea\x4a\x28\x45\xed\x52\x57\x42\xf1\xcd\xbb\x04\xb6\x46\x4a\x0b\x3e\x59\x35\xde\x25\xb0\x35\x63\x07\xb6\x52\xf1\x96\x2e\xb0\x95\x7a\xd5\x0b\xa0\x62\xd6\x7b\x77\x01\x2a\x96\xba\xc6\xaf\x6a\x52\xd7\xf8\x55\x0d\x2f\xf9\xe2\x57\x35\x29\x68\x9c\xa7\xc6\x4e\xff\xdd\xc0\xb2\x25\x09\xc0\x2f\x4d\x6f\x16\x0e\x52\xab\xba\x13\x80\x33\xa1\xa6\x0b\x32\xb3\x49\x4a\x20\x33\x9b\xcc\xdf\x86\x17\x29\x5a\x83\x17\x19\x43\xea\x66\x34\x7d\xfd\xd4\xcd\x68\x7a\xeb\x80\xd7\x34\xc2\x81\x17\xe7\xa9\x91\x1f\x74\x71\x9e\xda\x56\x2f\x70\x66\x7a\x0e\xce\x4c\xf4\xe0\x4c\x0a\x1a\xe7\xa9\xc9\xc4\xe1\x3c\x35\x7d\xe1\x38\x4f\x8d\xbd\x87\x8b\xf3\xa4\x10\xea\xc5\x79\xea\x41\xff\x25\x5a\xf4\x09\x64\xa7\x4b\x41\xe3\x58\x29\xbc\x7a\xc1\x7e\x76\xbd\x83\xc0\x79\xba\x64\x8d\xd3\xd5\xa5\xae\x81\xf3\x28\xd8\x7a\x81\xf3\x74\x7d\xfd\x38\x64\x5d\x6f\x2b\x0e\x59\xc7\xe5\xbb\xc0\x79\xbc\xb2\xe5\xf7\x55\x32\x48\x1f\x15\xbd\xbc\x20\x7d\x14\xbf\xbd\x20\x7d\x3a\x79\x9f\x17\x1f\xaf\xcb\xbe\xe2\xc7\x75\x29\x14\xfc\xb8\x4e\x8e\xdf\xc5\x8f\xeb\xb2\x0e\xf8\x6a\x5d\xca\x1b\x5f\xad\x0f\xf5\x22\xb0\x35\x62\xb9\x02\x5b\xab\x17\x78\xf1\xe5\x50\xe0\xf4\x93\xdd\x7d\x43\x2f\x3c\x8f\x80\xd8\x6a\x31\x0d\xa6\x3b\x11\xa7\x2b\x8d\xf0\x3c\x88\xf3\xea\x4e\xa0\xc9\x8f\xfe\x03\x26\xfd\xe8\x39\x60\xd2\x1e\xb1\x0d\x0f\xfe\x18\x11\xdb\xf0\x50\x0b\x60\x78\x14\x31\x3c\x80\x4b\x47\xa4\x4f\xbc\xb3\xe1\xb6\x37\x3c\x78\x67\xc3\x3d\xcc\xf0\xe0\x9d\x8d\x04\x05\xfc\xaa\x51\xa0\x10\x04\xc4\xd6\x9d\x3e\x5a\x22\xb6\xe1\x89\xc0\x9d\x5d\xd9\x84\x07\x9f\x6b\x74\xb5\xa0\xee\x86\x32\x3c\xf8\x5c\x14\xa1\x0c\x0f\x3e\x17\x11\xdb\xf0\xe0\x73\x11\xa3\x0d\x0f\x3e\xd7\x98\xf0\x82\xcf\x35\x26\x23\xa2\x82\xc1\x58\x70\x46\x31\xa8\xb1\x18\x3b\xfe\xd8\xd8\xa2\xce\x18\x3c\x88\x12\x1e\xfc\xb1\x61\x48\x02\x7f\x6c\x18\xd4\x93\x20\xdb\xd0\xc3\x1f\x1b\x17\x0a\xf8\x63\xe3\xd2\x27\xfe\x18\xe5\x2a\xc3\x93\x04\xd9\x9e\xb4\x04\xd9\x86\xcf\x24\xc8\xb6\xee\x14\x64\x5b\x7d\x02\xd9\xd6\x3c\x00\xb3\x9d\x09\xb9\xe0\xb9\xcd\xc2\xbc\x03\xa5\x9d\x05\xae\x81\xd2\xce\xaa\x5e\x2e\x2d\xc6\x4e\xdd\x85\x59\xa1\x0e\xcc\x76\x56\xb8\xa6\xb6\xc9\xec\xcc\x03\xb5\x4d\x66\x87\x33\xfc\xbf\xd9\x19\x3b\x3e\xde\x1c\x50\xc0\xc7\x9b\x03\x0a\x80\x6e\xe7\x84\x4f\x40\xb7\x53\x73\x84\x1f\x37\x17\x5c\xe3\xc7\xcd\x05\x05\xfc\xb8\xb9\x90\x35\x7e\xdc\x74\xd3\x11\x1e\xfc\x38\xe2\xbe\xe1\xa1\x96\xc3\x34\xb8\xa6\x48\xd6\x3c\x8c\x1d\x1f\x6f\x1e\x64\x86\x8f\x37\x2f\x14\xf0\xf1\xe6\x85\x17\x9c\x35\x4a\x67\x06\x4e\x1f\xda\x4b\xdf\x0a\xee\xd9\x72\xe5\x16\x1e\xdc\xb3\x25\xc9\xe3\x9e\xad\x04\x75\x0a\x68\xad\xcc\xdc\x82\xac\x5d\x59\xff\x01\xee\x2e\xbc\x59\x38\x72\x4b\x5f\x07\xc8\xda\x55\xe1\x05\x47\x6e\x35\xa8\xe3\xc8\x2d\xcd\x03\x8e\xdc\xea\x50\x6f\x02\x8c\x33\x3e\x9c\xb5\x35\xe1\x13\xa7\x6b\x4d\xa8\xe3\x74\xad\x45\x2f\x38\x5d\x4b\x5f\x00\x4e\xd7\x5a\xbc\x05\x38\x5d\x6b\xab\x17\xc6\x27\x4d\x84\xd3\xb5\xa4\x89\x06\xf4\x0e\x63\xc0\xe9\x5a\xe7\x07\x35\x2e\x02\xc7\x29\xed\x75\x19\x02\x3e\xd7\xd2\x34\xe0\x57\x6d\x29\x30\x7c\x27\xe2\xb0\xe1\xa1\x9a\xd6\x4e\x0c\x81\x6a\x5a\x3b\x23\x4e\xfc\x2a\x8e\x45\x0a\x0f\x7e\xd5\xd6\x07\x80\x5f\xb5\x0b\xaf\x12\x7e\x15\x05\x2a\xc3\x83\x5f\xb5\x9b\x5a\x40\xbd\x1b\xd4\xf1\xab\x38\x08\x29\x3c\xf8\x55\xbb\x21\x24\xfc\xaa\x2d\x25\x05\x90\x77\x0f\xf8\xa4\x5a\x04\xb9\xc0\xe1\xc1\xe7\xda\x53\xd4\x85\x56\x87\xeb\x29\xb4\xba\xf8\x64\x7c\x5b\xd4\x19\xdf\x46\x2e\xf8\x63\xdb\xa0\x87\xcf\x45\xfc\x36\x3c\xf8\x5c\xfb\xf0\xdc\x12\x5c\x9d\x57\x02\x9f\x6b\x4b\xd6\x4b\x70\x75\xf8\x5c\x82\xab\xab\x05\x48\x5b\x4a\x1f\x18\xb1\xe9\x25\xc7\x1f\xb3\xc4\x88\xf0\xc7\x2c\xeb\x3f\x40\xda\x05\x7a\xf8\x5c\x1c\x4c\x14\x9e\x0d\x48\xbb\xc1\x27\x05\x7c\x88\xca\x86\x07\x7f\xcc\x24\x4f\xfc\x31\xeb\xba\x13\x00\x77\xd7\x9d\x00\xb8\x3b\x9c\x11\xcc\xb2\x2e\x7a\x8c\x61\xe8\x3f\xc6\xa0\x97\x7c\x0b\x68\x0e\x9f\xf8\x63\x26\xe9\xe2\x8f\xd9\xe6\xd5\x25\x98\x45\x29\xcb\xf0\x10\xcc\x22\xc3\x37\x3c\x04\xb3\x8e\x94\x37\xfe\xd8\x91\x62\xc0\x1f\x3b\x52\xd0\xf8\x63\xc4\x53\xc3\x83\x3f\x46\x49\xca\xf0\xe0\x8f\x9d\xcc\xf8\xf0\xc7\x8e\x24\x88\xcf\x75\xa4\x26\xf0\xb9\x4e\x61\x0c\xf8\x5c\xa7\xf1\xbe\xe0\x73\x1d\xa9\x5d\xfc\xaa\x23\xb5\x7b\x04\xfc\x56\x9f\xd0\x5b\xea\x13\x7a\x7a\x97\x70\x82\xce\x86\x4f\x9c\xa0\x23\x07\x02\x27\xe8\x5c\xde\x56\x02\x5d\xf7\x81\xc2\x15\xf0\x9b\xef\x41\x50\xe8\xc0\xf8\x04\x85\x8e\x48\x17\x07\xe9\x26\xe4\x49\xa0\xeb\x26\xd1\x03\x26\x2d\x49\x10\xa2\xba\x55\x7d\x02\xc4\xae\x4e\x9d\xe3\xcc\x36\xe9\xb1\x81\xe3\xcc\xf6\x65\xde\x39\xce\x6c\x5f\xdf\x31\x09\x01\x97\xe8\xf2\xfd\x05\x5c\xa2\xeb\x6e\x56\xe0\x38\xb3\x4d\xc4\x36\x04\xdc\x9e\xcb\x17\x17\x70\x7b\xee\x52\x9f\xf0\xc2\x3b\x11\xa8\xc5\x71\x91\x52\xc0\x25\xba\x98\x9c\x80\x4b\x74\x0d\x0a\x41\xa0\x70\xfd\x87\x24\xbc\x04\x59\xe0\xf8\x34\x23\xad\x36\x04\x81\x9f\x1f\xe8\x09\xfc\x1c\x18\x83\xc0\xcf\x41\x7d\x02\xb6\x4e\xf0\x09\x18\x8c\x02\x9c\x81\x63\xd7\x8c\x84\xd8\x10\x22\x98\x66\xbe\xb8\x10\x01\x62\x63\x56\x42\x04\x88\x5d\x7f\x00\xa8\x0e\x21\x0a\xa3\x5d\x79\x0c\x08\x35\xde\x59\x88\x0c\x81\x8f\x31\x44\xe1\xb7\x11\x4b\x64\x08\x9a\x06\x90\x68\xe4\xd1\x06\x4e\x79\xb3\x07\xdb\xc4\x29\x6f\x46\x9c\x39\x70\xca\x9b\x3d\x58\xf7\x10\x19\xde\x46\x64\x82\x6c\xe3\x8f\x05\x41\xb6\x4d\xff\xc1\x27\x16\x27\x24\xf8\xbc\x70\x9d\xe0\xf3\xc2\xe7\x27\xb8\x1b\x3e\x3f\xc1\xdd\xf0\x99\x80\x65\x3f\xf0\x22\x70\xb7\xef\xa7\x87\x20\x70\x77\x10\x3d\x60\xd2\x28\xbe\x00\xba\x2d\xf0\x5a\x87\x0c\x4c\x1a\x9f\x8b\x33\xe6\x8c\x03\x86\x02\x67\xcc\x59\xa8\xba\x13\x98\x34\x7e\x55\x70\xbf\xca\x02\x9e\x70\x10\x7c\x1c\xbf\x2a\x08\x3e\x2e\xe9\x82\x98\x0b\xf8\xbe\x9c\x4d\x67\x81\xcf\x3d\x08\x5a\x3e\x44\x41\x00\x6e\xfa\x14\x60\x7c\xf3\x9c\x00\xe3\x92\xa7\x00\xe3\x18\x92\x20\xc0\x38\x1e\x11\xa7\xd1\x59\x90\xcc\x40\xcc\x71\x50\x50\x08\x20\xe6\x28\xb9\x19\x02\x60\xf2\x18\x44\x01\xc0\xb1\x24\x08\x62\x2e\xa2\x0a\x38\x8d\xce\x88\x4f\x87\x00\x60\x9c\xc8\x72\x08\x00\xc6\x63\x86\x9e\x40\xe1\x85\x3e\x2b\xe0\x67\x4c\x78\x10\x28\x1c\x23\x13\x04\x0a\xd7\x4b\x2e\x50\x38\xbe\x53\x10\xb8\xbb\x23\x25\x81\xbb\x07\xd4\xc1\xc1\x45\xbd\x91\x0d\x7a\x53\x2d\x80\xdf\x78\x4b\x41\xc0\x6f\xa9\x89\x26\x20\x36\x63\x6f\x02\x62\xc3\xa7\x40\xe1\x06\x2f\x02\x85\x63\x98\x83\x40\xe1\x52\x0c\x02\x85\x63\x64\x82\x40\xe1\xac\x17\x38\x19\xcf\x92\x64\x0d\x0a\x2f\x3d\xbc\x83\xa0\xf0\x92\xe4\x09\x0a\x2f\x45\xde\x79\x50\x78\x29\xc3\x19\x28\xbc\x94\xd5\x0b\x20\x66\x49\x17\x14\x5e\x2a\xa2\x07\x88\xb9\x88\x17\x1f\x43\xd2\xbb\x0b\x98\x3c\x75\xd1\x3b\xb4\xf8\x52\xbb\x00\xdc\x8c\x16\x84\x5e\x92\xda\x1d\x8c\x41\x8a\x76\x30\x06\x1c\x9d\x00\x7a\x2f\xe1\x6f\x72\x66\x9f\x25\x49\x17\x10\x7a\xda\x70\x36\x18\x83\xde\x4f\x90\x7d\x49\x6a\x57\x00\x75\x49\x57\x00\x75\xe9\x02\x90\x7d\xe9\xc0\xe7\x10\x48\x9b\x31\x0c\x81\xb4\x99\xb1\x21\x90\x36\x12\x04\xf5\x97\x1f\x71\xed\xe3\xcb\x52\xc9\x13\x60\x74\x80\x4f\x10\x81\xa4\xb9\x86\x30\x01\x46\x4b\xf2\x13\xf4\xb3\x24\x0f\x22\x30\x4b\x33\x80\x08\xcc\x05\x3e\x41\x04\xfe\xb0\x38\x67\x08\x80\x05\xb3\xf4\xfa\x64\x08\x2c\xd4\xc2\x64\x08\x4d\xc4\x19\x82\x26\x65\x32\x84\x01\x2b\x40\x07\xc9\x4f\x0d\x01\x34\x3e\x25\x37\x43\x58\xf4\x89\x47\x14\x16\x7d\xca\xfa\x2d\xfa\xdc\x7c\x1c\xe0\xf6\xb3\xd1\xda\x60\xc9\x0f\xd4\x37\x58\x72\xbd\xd6\x60\xfa\x39\x28\x28\x70\xe8\xa1\x65\xa9\xe4\x0d\x14\xfa\x81\xc2\x06\x6c\x2d\x25\x0c\xde\xbf\x48\xf0\xe0\xfd\x89\x1e\x87\xb0\x01\x1c\x4b\xf0\x1b\x08\x75\x64\x0c\x1b\xb8\xb3\xd4\xcb\x06\xee\x9c\x69\x51\x0b\x80\x08\x71\xe0\x78\x44\x2b\xb2\x9a\xd4\x02\x28\x92\x2e\xb5\x00\x88\x1e\x07\x8e\x47\xb4\x22\x59\x1b\x7c\xca\x27\x31\xf8\x94\xe4\x4d\xb0\x6c\xe4\x42\x9d\x80\x32\xf4\x1f\x7c\x6a\x1e\x4c\xb0\x6c\x46\x4b\x9d\x80\x22\x95\x6c\x40\xa8\xf5\xca\x1b\x10\x6a\x29\x14\x6a\x08\x90\x39\x1b\x02\x35\x04\xca\xe1\xa3\xa2\x86\x00\x99\xb3\x21\x50\x43\xa0\xe0\xb9\x05\x6a\x08\x54\x3c\xb7\x40\x0d\x81\x8a\xaf\xc6\xe9\x8c\x56\xa3\xfa\x04\x26\x2d\x4f\xe3\x00\x93\x4e\xba\x13\x10\x33\x8b\xdb\x40\x45\x81\xaa\x57\xfe\x00\x62\xc6\x87\xe5\x1c\x47\x23\xb2\x1c\xc2\x15\x84\x9a\x3e\xaf\x20\xd4\xcc\x2d\xd5\x06\x38\xd0\x28\x70\xc6\xa3\xd5\xca\xc7\x78\x05\xa8\xd6\x7f\x00\x95\xa5\xbc\x29\x0d\x40\xc1\xcf\xc0\x19\x8f\x56\xe5\xe3\x51\x1a\xa0\x4a\x79\x53\x1a\xa0\xea\x2d\xa7\x34\x40\xdd\xe2\x05\x3e\x1d\xa4\x13\x38\x0d\xd2\x2a\xc1\x9e\xf8\x08\xee\x1c\x68\x21\xc1\xab\x16\x90\x5f\xfc\x38\xce\x7f\xb4\xe6\x7b\x1d\x81\xf3\x1f\xad\xf1\xd6\x71\xfe\xa3\x91\x39\x1b\x38\xff\xd1\x9a\x27\x38\x06\xce\x7f\xb4\x56\xf4\x9f\x20\xc6\xf4\x42\xa1\x00\x8e\x37\x0a\x9c\xff\x68\xad\xea\x39\x00\xc0\x4d\x14\x80\x18\x37\x3d\x07\xc4\xb8\xab\x05\xc4\x18\x27\x81\xb3\x21\xad\x11\x10\xe0\xfc\xc7\xb9\x31\xd3\x9c\xf1\x38\x37\xdf\x58\xd4\x21\xbc\x11\xb9\x80\x7f\xdc\xb8\x3d\x11\x74\xe2\x26\xa8\x11\xc1\xdd\x6d\x56\x24\xb1\xe8\xb0\xe0\x4a\x0b\x54\x2a\xeb\x93\x58\xc1\xb6\x12\xac\x8b\x95\xff\x26\x77\x02\x6f\xdb\x7c\x0f\x11\x08\xdb\x5e\x50\x00\xc2\xc6\xe1\x0f\x81\x73\x1c\xa7\x56\xc5\x9c\xc7\x38\xb7\xd1\xcb\x10\xee\x15\x29\x71\x30\xec\xbe\x70\x36\x18\x2d\x2b\x5f\xce\x55\x9c\x1c\xfe\x10\x22\x07\xc3\x1a\x9a\x88\xd3\x12\xa7\x3d\x3f\xd8\xde\x0b\x1c\x96\x38\x4d\x22\xe3\x24\x58\x8b\x30\xbd\x00\xc8\xf2\xe1\x44\xce\x7e\xb5\x0c\x9b\x9c\xcc\x6a\x15\xc6\x38\x99\x95\xea\x6b\x21\x1a\xa0\x54\x62\x3d\xf1\x08\x04\x8b\xc8\x8e\x40\xb0\x08\xe2\x00\x2e\xc5\xb3\x89\x97\x3b\xbd\x26\x6b\x48\x80\x98\xcd\x37\xa0\x02\x67\xfd\x4d\xf3\xad\x95\x90\x80\xfc\x1a\x2f\x79\x12\x78\x16\x3b\x99\x04\x9e\x75\xdc\x4f\x48\x02\xc1\x7a\x5e\x64\x48\x00\x5d\x0f\x5e\x48\x02\xe8\x4a\xa5\xb4\x90\x00\xba\x72\x4e\x43\x48\x82\xa1\xe2\x93\x24\xc1\x50\x51\xd0\x49\xb0\x50\xd4\x0b\x27\xce\xcd\x43\xd0\x86\x13\xe7\x26\xe7\x34\x84\x24\x20\x28\xcb\xe0\x54\x38\xc9\x97\x4f\x25\x71\xfa\xf1\x21\x84\xc3\x69\x74\x93\x33\x1c\x02\x27\xce\xcd\x53\xa1\x50\x81\x8c\x22\xcf\x04\xde\xf2\x10\xc2\xe1\xc4\xb9\x49\x85\xb5\x90\x78\xb1\xa8\xa2\x16\xd2\xa0\xc5\x82\x39\x0d\x00\xa4\x78\x7c\x49\x67\x05\xa3\x34\xd2\x14\x44\x15\xea\x3a\x39\x98\x08\x71\x5a\x8c\xef\x40\x6f\x03\x20\xc5\xd3\x48\x9f\x47\xe4\x32\xa2\x03\x80\x94\x4f\x2c\xe9\xc0\xdc\x04\x85\x03\xa2\x93\x25\x72\x3a\x20\x3a\x51\xb4\xe9\xf3\x30\x5d\xfa\x04\x2c\x7f\xfd\x4c\xc2\x90\x81\x65\x5f\xdf\xa6\x0b\x19\xa8\xf0\x65\x55\x95\x99\x23\x2d\x67\x33\xf3\x70\x3d\x1f\x22\x64\x20\x18\xcf\xc3\x73\x00\x1d\x1e\x47\xcc\x85\xdc\x74\x48\xad\xf3\xa2\x83\x97\xa8\x16\x16\x74\xb8\xd2\x53\xe8\x45\x88\x47\xdf\x4d\x09\x59\x88\x47\x71\x46\x22\x98\x9f\x12\xf1\xd1\x32\x5a\x50\x20\x33\x9f\x5c\xa5\x90\x49\xa2\x7a\xf0\x37\x75\x64\x12\x87\x3f\x04\x1d\x53\xf4\x10\x05\xd6\xc1\x44\x5a\x27\xea\xb8\xa1\x07\xd3\xa8\xe3\x86\x28\xf4\x15\x0a\xd0\x29\xad\xe9\x0a\xd9\xc6\x01\xe5\x5d\xc8\x05\xe6\xd8\x86\x50\xc8\xf7\x0d\xbc\x9f\x85\xfc\x5b\xf2\x8a\x82\x4e\xbd\x09\x38\x02\x85\x84\x58\x8a\x72\x85\x42\xf2\xaa\xd6\x74\x85\xb4\xd3\xd0\xa1\x47\xda\xa9\xd6\x74\x85\xb4\xd3\x80\xba\x2e\x59\x87\xc6\x42\xbd\xe9\xb8\x57\x28\xe8\x90\x5a\x56\x0f\x85\xe4\xc0\x40\x58\x41\xe7\xc0\x68\xa5\xa6\xf3\x55\x38\x00\x21\x14\x92\xf5\xb4\x1a\x2b\x43\x47\xba\xf2\x1c\x73\xc4\xe1\x08\x41\x67\xaf\x44\x49\x02\xbc\x44\x4c\x8c\x56\x47\xb3\x66\x78\xd1\x81\xab\x84\x69\x8a\x90\x92\x38\x48\x45\x48\x49\xc9\xe5\x13\xb9\x08\x2f\x64\xed\x53\x40\x2b\x14\x32\xec\x39\xac\x20\x14\xe1\x0a\x27\xf4\x84\x2b\x64\x9f\x40\x67\x93\x78\x46\xd0\x77\x55\x32\xa7\x8a\xac\xc8\xe2\xa1\x82\x98\x8b\x04\x0b\x2a\xd3\x4e\xe5\xab\xc0\x39\x22\x2b\xb2\x4d\xc0\x39\x22\x2b\x62\xeb\x2b\x49\xe6\x5a\xa8\x55\x0e\x49\x8a\x58\xfe\x4a\x9a\x77\x72\x2c\x51\xa8\x3a\x58\x14\x3b\xc9\x39\x22\x2b\xb1\x31\x50\x99\x4c\x2d\xb1\x38\xf3\x63\x25\x3e\x80\x4a\x16\x2f\x35\xb2\x42\x25\x53\x97\xd3\x10\x42\x2d\x42\x12\x42\x01\x04\x14\x09\x3a\x81\x73\x3d\x96\x96\x5f\x9c\xcf\xb1\x12\x16\x95\x13\x32\x56\xc2\x6a\x56\x70\x46\xd4\xc1\x0a\x95\x0c\xd1\x84\xff\xce\x29\x18\x2b\x61\x35\x39\x05\x63\x51\x07\x2b\x54\x5e\x82\x84\xd5\xac\xe4\x4c\xe6\x07\x0a\x40\x53\x32\x26\x8e\xf3\x1d\x56\x46\xf5\x54\x3e\x46\x2d\x79\x2a\xa0\x8b\x8c\x89\xab\x80\x2e\xa8\x59\x15\x38\xb5\x61\x91\x5a\x13\x2a\xf0\x85\x8c\x89\xe3\x1c\x83\x95\x31\x63\x94\xfd\x5f\x19\x33\xd6\x84\x16\xc4\x70\x35\xa1\x05\x51\xbb\x4d\x78\x3d\xcc\x58\x23\x3f\x9c\x42\x51\xa1\x09\x15\x87\xe1\x6a\x42\xc5\x61\xb8\x9a\xb0\x67\x98\xaa\xa6\xe3\x49\xf1\x84\x5b\x15\x62\x2e\xd1\x02\x15\x87\x2a\x68\x3a\xac\x14\xe3\xd4\xc8\x13\x2e\x28\xb0\x06\xa0\x9a\xa2\xfc\xa1\x91\x3d\x5a\x58\xf8\xb6\xad\x83\x45\xb9\x13\x95\x55\x30\x0f\x94\x71\x5f\x35\x40\x0f\x74\x69\x8d\x3c\x07\xb0\x82\x12\x48\xa1\x73\x1e\x63\xe5\x5d\xea\x8c\xb6\xe2\x73\x51\xa0\x7c\x55\x36\x41\x3b\x6f\x4f\x65\xb7\xa1\x57\x21\xca\x5c\x2e\x5d\xf8\x2b\xd4\x7c\x07\x4c\xd4\xd8\x4d\xe9\x9f\x47\x74\x42\x01\x88\x10\x25\x74\x42\x07\xc4\xd2\xf0\xf8\xa8\xdd\xbc\x28\x62\x13\xba\xce\xb0\xe4\xfd\xec\x3a\xc3\x92\xd9\xa4\x96\xf2\x6a\x7c\xee\x54\x41\x5e\x6d\xea\x3f\xfa\x64\xeb\x6f\x04\x9d\x99\x59\x69\x71\x27\xd1\x6a\xaa\x04\xaf\xc6\xd7\x38\xb2\xe0\x5f\x3c\x97\x05\xff\xf2\xb1\x53\xdf\x77\x75\x54\x1d\x25\x76\x17\x59\x07\x61\x60\xe2\x3a\xee\xd9\x40\x4a\xe4\x20\x04\x4a\xde\xae\x8e\x9a\xa7\xe4\xed\xa2\xa8\x7b\xa0\xe8\xec\xea\x28\x37\x8a\xce\xae\x8e\xd2\x1f\xe0\xf5\x7a\x83\x3a\xd9\xd4\x1d\xa5\x4f\xc1\xd6\xd5\x79\x93\x87\xe0\x5f\x1b\x0a\x80\xac\x3a\x6a\x9e\xe2\xaa\xab\x13\xd4\x18\x40\xa0\x3a\x6a\x7e\xa0\x4c\x3b\x6a\x7e\x08\xe6\xf4\x20\x09\xc1\x9c\x24\x09\x01\x8d\x30\x01\x94\x0d\x5d\x03\x55\x4e\x71\xce\x35\x50\xe5\x13\xe0\xc8\x40\x95\x53\x2d\x73\x0d\x34\xd1\x04\xad\x31\x50\xde\x13\xb4\xc6\x40\x79\x53\x2d\x73\x8d\x1f\x9d\xbd\x17\x66\x16\xe2\xca\x85\x3b\x75\x64\x26\x5a\x7e\xea\xc8\x4c\xb4\xfc\x04\x6a\x3a\x08\x39\x4c\x1d\x4c\x89\x2a\x9f\x3a\x98\x92\x65\xdb\x2c\xc2\x58\x19\x2d\x30\x56\x9e\xda\x16\x28\x57\xb9\x06\x4a\x9f\x72\x95\x6b\xe0\xd9\x4c\xc0\x05\xe3\xaa\x45\x2f\x88\x93\xd2\x92\x4b\x7b\xf4\x94\x7a\x5c\x13\x35\x3f\x49\xef\xa7\xac\x7a\x98\xa8\xc8\xc9\xc7\x31\x75\x88\x24\xcb\xa1\x09\x3e\x70\xb2\x80\x9d\xa4\x95\x6b\x3f\x9d\xe2\x87\x6b\xb2\xe1\x45\xf1\xc3\x35\x51\xf3\x73\x0b\x2b\xc5\x73\x3a\x44\x52\xa2\xa6\xbe\xc0\x44\xcd\x53\xd2\x70\x4d\x16\x71\x94\x34\x5c\x53\xf2\x44\x25\x6b\x77\x9d\x92\x86\x6b\xb2\xf1\x48\x49\xc3\x35\xf9\xe0\x28\x69\xb8\xb4\xd7\x4e\x11\xc3\x35\x97\xfe\x03\x63\x85\xe9\xa0\x88\xe1\xd2\xce\xfb\xc4\x2e\x4f\x4c\xc7\x12\xc2\x0b\x45\xbb\x40\x55\x2d\x8c\xc5\xc2\x93\xa2\x00\x7b\x58\x9c\xd5\xbd\x30\x1d\x8b\xb3\xba\x29\xb2\x1e\x96\x50\x47\xf8\xbe\x4b\xd0\x22\xa2\xea\x4b\xd0\x22\x3e\xcd\x25\xc0\x10\x26\x67\x09\x30\x84\xc9\x59\x02\x0c\x31\x0f\x4b\x80\xa1\x2c\x0a\x00\x86\x78\xe5\x57\xd6\x71\x93\x2e\xb3\xc5\x7b\xb6\x30\x40\x54\x7b\x5b\x0b\x73\xbb\xaa\x90\x53\xf4\x09\x74\x63\xf1\x11\x2f\x2a\xa4\x50\x80\x3d\x50\xff\x6c\x2d\x3e\x69\xea\x98\xad\x65\x6a\xf1\x1c\xa6\x6a\x01\x6d\x58\x98\xaa\x05\xb4\x61\x49\x82\x00\x16\xb4\xdd\x4d\x45\xb0\xb5\x31\x5c\x0b\xe0\xc1\xc6\x54\x2d\x2a\x73\x6c\xc9\x93\xca\x1c\x5a\xae\x53\x1f\x6c\x6d\x0c\xd7\x02\x33\xaa\x8d\xf1\x65\x3a\x9d\x91\x3b\x4d\xa7\x33\x42\x1d\x5c\x21\xe5\xad\x02\x85\xb7\xd6\xc6\x33\x5d\x20\x02\xf7\x80\x3a\xfe\xd8\x46\x95\x53\x6a\x6b\x69\x61\xbf\x40\x04\x6e\x7c\x74\x0a\x6f\xad\x8d\x31\xa4\x48\xd6\xd2\x76\xf7\xe6\x7d\xd9\x18\xc3\x8d\x22\xda\x18\xc3\xad\xf3\x26\x1d\xf0\x15\x28\xb2\xb4\x8c\x95\x13\x45\x96\x96\x11\x1d\xa7\xc8\xd2\xa2\xae\x7a\xd8\x49\xe7\x38\xd2\x27\x30\x2e\xc3\x88\x6e\x01\x94\x48\x0a\xd8\x82\x1d\x61\x44\xb7\x40\x3a\x18\xd1\x2d\x90\x4e\x83\x02\x8a\xdd\x88\x80\xab\x36\x0d\xc5\xa7\x82\x6a\xd3\x18\x6b\x2c\x55\x87\x31\xcc\xad\x6a\xb0\x50\x52\x2a\xa8\x5e\x8a\xa1\x89\x54\x2f\x85\x22\x52\x61\x6f\x9d\x7a\x48\x2f\xf8\xd3\x87\xf8\xb4\xea\x89\x1c\x54\xb9\x6a\x86\x1c\x56\x63\xaa\x19\x42\x69\xa8\xa0\x9a\x21\xe7\x63\xb4\xdf\x55\xc9\x2a\x27\x42\xf1\xf2\xb0\x4d\x08\x21\x08\xe0\x86\x1f\x94\x9b\xca\x7b\x50\x51\x2a\xa8\xdc\xc6\x21\x7a\xa5\x6a\x18\x87\xe5\x9e\xaa\x61\x68\x49\xae\x6a\x18\x87\x78\xaa\xea\x58\x68\xd7\xda\x1e\x21\x84\x26\x2d\xe8\x11\xbd\x32\x5e\x89\x83\xff\xa0\xda\x03\x87\x45\x9c\x70\xfb\xda\x8b\x36\x54\xf9\x65\x0b\xcf\x98\x3e\xed\x45\x1b\xd3\x77\x11\x92\xf1\xa1\x52\x92\x3c\x08\x30\x7e\xb1\xee\x02\x8c\x5f\xac\xbb\x09\x3d\xc4\x2b\x21\x58\xe8\xc5\x2e\x0b\x16\x7a\xb1\xcb\xe0\xa8\xf6\x83\xd5\x04\x47\xb5\x1f\xd4\x3c\x48\x9f\xfd\xa0\x92\x3f\xf1\x3b\x6c\x75\x7c\x82\x74\x50\xa6\x9f\x20\x1d\x5e\x90\x43\x46\x82\xb6\x36\x05\x62\xd1\x66\xa6\x40\x2c\x0f\x7e\x80\x40\x1e\x21\xd2\xe7\x15\x30\x66\xd1\x02\x18\x83\x2a\x10\xc8\x23\x60\xf9\x05\xf2\x08\x28\x86\xcb\x0e\x7a\x20\x00\x71\x1f\x9d\x57\xd8\x68\xd1\x0b\xca\xf4\x06\x41\x68\x78\x2e\x08\x42\x53\x69\x71\x26\x21\x06\x4f\x70\x89\xc0\x4c\x0b\xda\x10\x30\x71\x82\x21\x68\xa9\x7b\x49\x58\x0b\x28\x0d\x41\x0d\x02\x46\x4d\x50\x83\x30\xf5\x9c\xa0\x37\x99\x16\xa3\xc5\xa8\x09\x5c\x40\xdd\xea\x70\x39\x54\x21\x60\x9c\xae\xce\x2b\x64\x25\x73\x3f\xcf\x0f\x84\x1e\x99\xeb\x14\x0c\x0a\xca\x40\x8f\x64\x71\xdc\xcf\x73\x00\xe9\x93\xb9\x8d\x98\x2a\x65\x92\x53\x8d\x3a\x5c\x9d\xe0\x87\x39\x52\x56\x74\xc4\xac\x5c\x72\x5d\x22\x66\xe5\xea\xd4\x3c\x42\x77\x97\x9c\x15\x6d\x4a\x2a\xc3\x37\x62\x64\x2e\x20\x2b\x8a\xfb\x04\xe5\xe6\x52\x1d\x3a\x28\x37\x37\x62\x80\x94\x9b\x1b\x31\x40\xca\xbf\x8d\x04\xac\x94\xbc\x1a\x31\x40\x97\xbc\x0d\xea\x41\x07\x25\xa8\x6a\xe5\xab\x04\x55\xad\x7c\x95\xa0\xaa\x95\xef\x15\x60\x08\x53\xa5\x04\x55\xca\x00\x45\x25\xa8\x46\xdf\x2a\x8e\x4a\x50\x65\xfb\x32\x2a\x41\x35\xfa\xdb\x1a\x95\x76\xca\xf6\x65\x54\x6a\x29\xeb\xe7\xf8\x00\xd9\x61\xfb\x32\x2a\x2d\x33\x65\xfe\x23\x2d\x33\x79\xa0\x2b\x3e\x02\x95\xf8\xaa\x31\x3e\x19\xd0\x8c\xef\xbb\x44\xa5\x11\xa6\x06\x05\x52\x05\xd9\xb0\x8c\x4a\xe4\xa3\xc6\x74\x7c\x38\xa4\x82\x6d\xc8\xa8\x44\xb7\xe4\x06\x28\x3e\xcc\x7b\x32\x28\x80\x12\xa0\xfa\x4d\x54\x1e\x5a\x3a\x50\x20\xbf\x3f\xb9\x71\x8a\xca\xe1\x62\x03\x31\x2a\x87\x2b\x6b\xb4\xe4\x15\xe5\xf4\x83\xc0\x45\x54\x9a\x4f\x2e\x3c\x46\x9a\x0f\x05\xa0\xa3\x92\x69\x72\x83\x00\xc9\x34\xd9\x6d\x53\x7c\x98\x30\x4a\xda\x44\x25\xbe\x64\xb7\x46\x91\x14\x92\x9d\xdd\x1a\x45\xb2\x31\x76\x76\x65\x13\xc9\xc6\xd8\x5e\xc8\xf9\xd7\x91\x2c\x87\x9d\xdd\x36\x45\xb2\x1c\x36\xc5\x68\x22\x59\x07\x9b\x4d\xbb\x18\xc8\xe6\x2c\x0f\x14\x74\xa6\x9d\x5b\xaa\xc8\xde\xfe\x2e\x01\x7a\x08\x9e\x7a\xc9\x91\xfd\xfb\x5d\x22\xd4\x1b\xff\x25\xb5\x00\x5d\x24\x9e\x13\x1c\xa4\x41\x41\x20\x0f\x47\x2b\x45\xf6\xa9\x77\xd1\x68\x05\xd6\xe8\x3c\xf7\x09\xd6\x48\xb4\x04\xd6\x60\x44\xa4\xf5\x95\x09\xbd\x29\x78\x46\xa3\xc5\x88\x36\x14\xf8\x88\x8b\xaf\x2c\x62\x20\xd1\x8d\x0d\xb6\xc8\xb6\xe7\x66\x83\x2d\xb2\xed\xb9\xcb\x81\x17\x3e\xf7\xc2\xc7\xc1\xb6\xe7\x2e\x7c\x1c\x41\x67\xcc\x05\xa8\x93\x32\x56\x23\xd4\x49\x19\xab\x11\xe9\x92\x32\x56\x7d\x11\x1e\xd9\x24\xdc\x35\x31\x06\x52\xc6\x6a\x62\x56\x48\x19\xa3\xee\x71\x64\x93\x70\xb3\x31\x17\xc3\x11\xac\x43\x2d\xc1\x3a\xe0\x8c\xcf\xbd\xfa\x02\x36\xb2\xe1\xb5\xab\x47\xc7\x63\x04\xd9\x57\x3d\xc1\x2a\x46\xf2\xc3\xab\x2f\x60\x23\xdb\x58\x9b\xcd\xb7\xc8\xb6\xd2\xa6\xa4\x4d\x64\x5b\x69\x53\x95\x38\x46\xf2\xae\xa9\x35\x1c\x23\x9f\x74\xf5\xec\x88\x18\x79\x07\xa9\x35\x1c\xd9\x56\xda\xd5\xa0\x47\x76\x73\x35\x38\x23\xbf\xb8\xa2\x42\x22\x59\xc3\x94\xb4\x89\x91\xcc\xe0\x16\xa0\x5e\x75\x16\x5e\xa4\xd5\x68\x41\x8f\xb7\xae\x21\x17\xb6\x9c\x76\xcb\x70\x46\xc6\x6d\x73\x6c\x5d\x8c\x9c\x42\x43\x11\x9b\x18\x9b\x40\x1e\x50\xe7\x8d\x64\x83\x2d\x46\x72\x65\x9b\xa4\x84\x0a\x69\x7c\x71\x91\x5c\xd9\xe6\x5b\xef\x31\xa2\x50\xda\xe4\x3f\x0c\x49\x93\x94\x86\x4e\xcd\xa3\x17\x12\x5b\xdb\x62\xec\xa4\x9d\x36\xde\xc1\x38\x05\xeb\x80\x97\x29\x58\x87\xcf\x7b\x14\xc0\xe5\x22\x09\x01\x5c\x2e\x14\x30\x32\x84\x46\x62\xdc\x3a\x0b\x0f\xce\x00\xaa\x74\x94\x70\x44\x49\x11\x28\x89\x91\xb7\xae\x47\x78\xc1\xe4\xf4\x84\x5c\x04\xd6\xc8\xdc\x29\x40\x06\x6f\x56\x24\x91\xaf\x57\x78\x11\x0a\xc2\xb7\x2f\x63\x02\x41\xda\x7d\xe5\x1b\x13\x06\xa1\xbb\x5b\x10\x13\xef\x59\xf7\x4d\xde\x98\x70\x35\xba\x6f\x9a\xc7\x14\x74\x8c\xdd\xa1\x05\xd7\x6e\xfa\x63\xc2\x2d\xe8\x6e\xec\x63\x42\x2f\x75\xbe\xbf\x84\x5e\xea\x97\x3e\x8b\x50\x10\x3c\x57\x74\x00\xdd\x8f\x54\x72\x22\x59\x7c\xb8\x8f\x10\x13\x2f\xcf\x40\x81\x25\xfc\x87\x91\x21\xae\x53\xec\x2a\xc4\x75\x8a\x5d\x85\xb8\x4e\x8e\x6b\x0c\x41\x27\xc7\x75\xfa\x5c\x02\x33\x24\x5a\xdc\x39\xa0\xb0\x74\xc6\x9c\x4f\x74\xda\x02\x2c\x40\x6f\x0b\xb0\x80\x70\xc9\x56\x1d\x1b\xe1\xa2\x42\x86\xe9\x3f\xc0\x0c\x6e\xeb\x63\x42\x85\x0c\x6c\x1a\x5b\x4e\x7b\x1c\x38\x23\x9b\x73\x62\xb7\x12\x1e\xe6\x0c\xf4\x89\x87\x39\x3d\xf1\x25\x66\xd4\xc4\xc4\x66\xe7\x47\x10\x05\xa7\x97\x01\x48\x4c\x5f\x05\xc4\x2c\x70\x01\x76\x99\x4d\xa6\x3d\x51\xc9\x19\xf3\x30\xb1\xc4\x99\x04\x7b\x4a\xbe\xc4\xcc\x81\x54\x94\x7c\x89\xb9\xea\x74\x38\x7f\x75\xd9\x8e\xda\x13\x9b\xcd\x76\xd4\x9e\x5e\xa6\x3e\x66\x50\x86\x13\x2b\x9d\xf9\x54\x56\x84\x02\xf9\xd3\x4b\x5c\x93\x07\xbd\x50\xb4\x19\xec\xd9\x72\xbf\x38\x66\xfc\xf7\x85\x39\xca\x4b\x49\xfb\x50\xd8\x3a\xe5\x0d\x49\xf0\x51\x51\xba\x25\x66\xf0\x5e\x0b\x13\x9e\xb7\xd2\xfb\x7d\xfe\x32\xbe\xda\xc2\x84\x67\x64\xbd\x50\x1a\x45\x27\xc7\x61\xa6\x8b\x4e\x8e\xf3\x18\x6d\x64\x03\x6a\x2f\x8c\x76\xc1\xd7\xa6\x96\x4a\x2c\x98\xf0\x85\xd1\x2e\x00\x55\x16\x46\x9b\x4d\xa6\xbd\x31\xd3\x6c\x32\x6d\xaa\xa0\xc4\xa2\x73\xcf\x30\xd3\x45\xe7\x9e\x61\xa6\x0b\xc0\x8a\xed\xa0\x92\x58\x00\x48\x6c\xcc\x74\xa9\x3a\xe5\x2d\xd1\x22\x03\xbd\x40\xbd\x2a\xc3\x9e\x3b\x39\xf1\x7b\x7b\x26\x43\x2c\xcc\xd1\xf6\xf4\xbc\xc8\xa6\xd6\xde\x28\xda\xd2\x74\xae\x1b\x7c\x02\x5f\xd8\x0d\x3e\xbb\xf2\xed\x5d\xd6\xe5\x33\x6f\x1e\x0a\xca\x86\x5f\xf0\xc2\xb7\xb2\x37\xbc\x90\xf5\xbd\x31\xda\x1c\xb8\xbf\xf7\x65\xb4\x7c\x01\xf6\x30\x5a\x32\x9f\x0d\xc5\x57\xc8\x7c\x36\xdf\x0c\x8b\x3a\x9f\xde\x78\x27\x2a\xfe\xad\x61\x8a\x2b\xfe\xad\x61\x8a\x75\x7a\xbc\x61\x52\x2b\x92\x37\xcc\x66\x45\xf2\xd6\xe9\x13\x59\x1b\x66\x93\x5d\x9f\x4d\x6d\xea\x58\x75\xb0\x9b\x07\x90\x62\xd5\x81\x69\x18\x43\x76\x6f\xb6\x61\x0c\x2b\x4e\x90\x5d\xfa\x04\xe9\x40\x78\x20\x56\x90\x0e\x27\xd0\x27\xce\xcc\xc1\x34\x56\x1d\x1a\x86\x69\xd4\xc9\xdd\x27\x43\x81\x75\xe9\xc1\x18\x56\xd6\x20\x54\x80\x8e\x95\x42\x0f\xc7\xd3\x55\x63\x45\xdb\x1c\x3c\xef\x6a\x3a\xb2\x0c\x29\x29\x3b\xbd\xc3\x8b\xf2\xd1\x3b\xcf\xf1\xce\x1f\x8c\x61\xc5\x89\x3d\x9e\xef\x11\x1b\xe5\x06\xce\x8f\xb6\xf7\x62\xc3\x8e\x1c\x4f\x05\x89\x0d\xfc\xd5\xc1\xfa\xe9\x24\xe6\x83\x90\x5a\x52\xe2\xfa\xa6\x45\x12\xbd\xc7\x76\x63\xc3\xbf\xbd\x58\xbf\x06\xca\xe9\xa2\xdc\xd8\x1e\xda\x17\xeb\xc7\x86\xd0\xbe\xd8\xbb\xc6\x6b\x7d\xb1\x70\xad\xe9\xc4\xb2\x4e\x8b\x94\x73\x84\xd4\x78\x75\x2f\x16\xae\x81\xbc\xb9\x58\x38\x9d\xa8\x7c\xb1\x69\x6d\x28\x39\x9d\x11\x61\xeb\xef\x82\xde\x54\x72\x3a\x63\xc0\xd6\x5f\xec\x5d\xc3\xd6\x5f\xd4\x7c\x03\x32\x7a\xb1\x7e\x3a\xd3\xf8\x62\xfd\x74\x6e\xf1\xbd\x8c\x8f\x94\xaa\x07\x33\xd6\x74\xba\x18\xaf\x75\xd7\xe9\x62\xd8\xfa\xfe\x79\x2e\x98\xfe\xd3\xb9\x60\x4e\xaf\x2b\x1d\x1d\x83\xd7\x95\x8e\x8e\xc1\xeb\xca\x08\xe7\x05\xe9\xca\x08\xe7\x05\xe9\x91\xa4\x76\xdf\x22\x89\x5d\x79\xde\x98\xc6\xae\x3c\x6f\x4c\x23\xa7\xfc\xda\x83\x31\xe4\x94\x5f\x7b\x30\x86\x9d\x33\x3f\x1e\x8c\x21\x67\xf7\xda\x83\xb1\x60\xc3\xcb\x1e\x83\x33\x4e\xe4\x78\x58\xd2\x71\xea\xae\x3d\x98\xbf\xce\xe9\x19\x0f\xe6\x8f\xe3\x73\x8d\x63\x0d\x62\x27\xab\x96\x1a\xcc\x91\xa3\x6e\x2d\x3c\x50\x27\xe7\x35\x60\x1a\x39\xe0\xd5\xc8\x10\x88\x9d\xc4\xc8\x80\xf9\xe3\xd8\x56\x0b\xa8\xba\x4e\xfa\x61\xc0\x18\x72\x38\xaa\x85\x81\x3c\x39\x11\x27\x60\x0c\x39\xc8\xd4\xa8\x90\x1c\x39\xc8\xd4\x82\x46\x4b\xda\x5b\xc0\xbb\x1e\xa4\xa1\x05\x8c\xe1\x78\x78\x0e\x63\xc8\x31\x9c\x16\x59\x96\x0e\xb2\xcc\x23\xc6\x70\x90\x65\x4e\x3d\x91\xc8\xd1\x97\x46\x95\x90\xc8\xa9\x95\x16\x31\x7f\xa3\x90\xf9\x8c\xf9\x1b\x9f\x59\xd8\x3e\x86\xa1\x5c\x67\x8c\xda\xd0\x31\x53\x18\xb5\xa1\x63\xa6\x06\x14\xc8\x9c\x8d\x98\xb8\x41\xe6\x6c\xc4\xc4\x0d\x32\x60\x23\xef\x3c\xe7\x1c\x5a\xf4\xf4\xae\xc8\xc9\x86\x16\x31\x7f\x83\x53\x30\x22\xe6\x6f\x90\x4c\x4a\x0d\x8f\x38\x90\x35\x35\x3c\xe2\x20\x2d\x33\x61\xfe\x86\x8e\x6f\xc2\xfc\x0d\x23\x33\xd8\xa1\xf3\x71\xe8\xf8\xa6\x07\x79\x92\x96\x99\x1c\x02\x15\xd9\x6e\x33\x85\x2a\x38\xaf\xd0\x52\x40\x4a\x24\x54\x26\x8c\xe8\x60\x36\x93\xa4\x4b\x42\x25\xb5\x3f\xe2\x20\xc1\x31\x61\x44\x81\x81\x87\xf0\x3c\x21\x8c\xe3\xa9\xc1\x1f\x57\xfd\xdd\xf8\x72\x75\x71\x35\xbc\xaf\x1e\xae\xc6\xf7\xd5\xcb\xd5\xf4\xba\x8a\x6c\x09\x26\x7d\xb9\x1a\xb8\x5a\xde\x57\x23\x57\xeb\xfb\x6a\xe3\x6a\x7b\x5f\x15\xbf\xfd\x7d\x95\xb1\xf9\xca\xf6\xcb\x55\xe3\xea\x7c\x5d\xdd\xe2\x6c\x7d\xb9\xfa\x03\xb5\x0f\x96\x3d\x84\x27\xbc\xc5\x63\xef\xab\x12\xc4\x79\x5d\xfd\x1c\xc6\x7d\x5f\x65\x18\xe7\x79\x5f\x65\x18\x27\xbc\xaf\x6e\xae\xc6\x2f\x57\xb9\x22\x91\xc7\x17\x57\x27\xbf\xaf\xc2\xd5\x29\xaf\xab\xe2\xea\xd4\xf7\x55\x71\xd5\xde\x57\xc5\x55\x7f\x5f\x45\xb8\x67\xbc\xaf\x8a\xb3\xf9\xe5\x2a\x57\x24\xee\xf4\x7a\xed\xce\x7e\x5f\xd5\x08\xec\x7d\x55\x3d\x9c\xf7\x55\x8d\xeb\xbe\xae\xea\xb5\xbb\xcf\xfb\x2a\x2f\xd8\x0d\xef\xab\xc8\xe0\xc6\xf7\x55\x46\x7b\xd3\xfb\x2a\x73\x70\xf3\x97\xab\x5c\x91\x5c\xf3\x6b\x5c\xb7\xbe\xaf\x32\xae\xdb\xde\x57\xd5\x43\x7f\x5f\x65\x5c\x77\xbc\xae\x7e\x8e\x60\xbe\xaf\x6a\x04\xeb\x7d\x55\x3c\xec\xf7\x55\x8d\xcb\xbe\x5c\xe5\x8a\xe4\x5a\xde\x23\xb8\xef\xab\xce\xd5\x24\x07\x39\xe1\x73\xcf\x47\xe7\xec\xf9\x13\x13\x28\x54\xf2\x4c\xdf\x38\x01\x23\x25\xbc\xe5\x99\xb9\x13\x6f\x59\x67\x52\x92\x27\x14\x75\x9a\x64\xc2\x77\xd6\x79\x8e\x09\xdf\x59\xe7\x39\x26\x4f\x9b\x8b\x6c\x9e\x5b\x22\xe0\xa5\x53\x13\x13\x7e\xb5\x4e\x4d\xa4\x3a\x78\xd4\xa9\x89\x14\xf9\x89\x13\xf3\x99\xf1\xb2\x27\xa0\x94\x8c\x97\x3d\x17\xb0\x09\x42\x08\x3a\x39\x30\x17\xe8\x6d\x9d\x66\x07\x05\xb2\xfe\xa9\xe4\x1d\x75\x5a\x1f\x95\x75\xe2\x24\xb7\x3e\xe3\x73\x4f\x14\x3c\xb5\xbb\x23\x1b\xd6\x96\xf1\xb9\x75\x14\x5c\xc6\xcb\xd6\x51\x70\x99\xe0\x94\x0e\x6a\xcb\xf8\xdc\x3a\xa8\x2d\xfb\x7e\x4f\x5c\x80\xde\x32\xce\xa5\x8e\x5f\xcb\x38\x97\x9f\x07\xa0\xe1\x81\xb3\xf1\x6c\x05\x0f\x7c\x65\xe1\x11\xa0\xc7\x19\x9f\x05\x0f\x5c\xc7\x8c\x51\x83\x3b\xae\xaa\x63\xe2\x1a\x2d\xfa\xc4\xc1\xd2\x51\x62\x05\xc7\x73\x55\x1d\x13\x07\x2f\x38\x35\x05\xc7\x53\xc7\x8c\x29\x78\xba\x98\x87\x82\x3f\xae\x83\xbe\x0a\x52\x5a\x80\x98\x0a\x52\x5a\x80\x98\x14\x4a\x5d\x9d\xe7\xf0\xd5\x57\xe7\xb9\x09\xd7\x53\x78\x04\xfa\x5c\xc2\x23\xd0\x27\x28\x91\x82\x43\xbe\x36\x99\xf6\x98\xcf\x75\x74\x88\x1b\x14\x0e\x99\xfd\x18\x45\xce\x8d\xb2\x9a\xf4\x1f\xd9\xfb\x38\x9e\xeb\x13\x65\xa0\x3b\x85\x32\x70\xae\x39\xf5\xc8\xa8\x4a\x13\x39\x23\xc8\x2a\xdf\x15\x67\x04\x59\xc5\xb1\x66\x93\xd8\x2a\xef\x3c\x9b\xc4\x46\x1d\x9a\xc8\xa9\x39\x56\x3d\x71\x34\xb2\x65\x6c\x95\xf1\x71\x6a\x8e\x79\x1d\x9a\xef\x9a\x28\x0e\xaa\xb1\x8a\x07\xbe\x39\xec\x94\xc2\x33\x91\x13\x59\xac\xe1\x73\x73\x22\x8b\xb5\x08\x71\x90\x5e\xcd\xb3\x1d\x22\xa7\xa0\x58\x63\xe8\xec\x34\x5b\xc3\xe7\xde\x3a\xe3\x0c\xdf\x92\x53\x49\xac\xf1\x82\xb0\xef\x6c\x0d\x0f\x9c\x73\x41\xac\xe1\x57\x73\x2e\x88\x51\xa2\x26\x72\xa2\x87\x91\x92\x15\xcd\x3f\xfe\x48\x69\xf9\x48\x55\xea\x87\x53\x89\xa3\xf9\x0e\xf5\xdf\x5b\xf3\xd5\x5a\xaf\xd6\x7e\xb5\xec\xd5\x3a\xaf\xd6\xfd\xda\xf2\x35\xcc\xdf\x5b\xe1\xd5\x8a\xaf\x56\x7a\xb5\xf2\xab\x55\x5e\xad\xfa\x6a\xb5\x57\xeb\x35\xbe\xfd\x1a\xdf\x7e\x8d\x6f\xbf\xc6\xb7\x5f\xe3\xdb\xaf\xf1\xed\xd7\xf8\xf6\x6b\x7c\xf6\x1a\x9f\xbd\xc6\x67\x5f\xc7\x47\xc9\xd5\x7b\x1d\xb2\x1f\x29\xb9\x7a\xc9\xc6\x8e\xc7\x55\xf2\xbd\xbc\x4b\xc7\xd5\xc4\x05\x66\x1d\x8f\x87\xcd\xee\x25\xc8\x44\x91\xd5\xbf\xf5\x52\x19\x91\x6f\x3c\x47\x0a\xa2\x3e\x24\xc6\x46\x0a\xa2\x3e\x91\x95\x02\x65\x4e\xe3\x83\x02\xa3\xcc\x69\x7c\x92\xfe\x1b\xb4\xa0\xe0\x4a\x23\x3e\x7c\xa8\x94\x39\x8d\x0f\x1b\x74\xc7\x83\x37\x91\x33\x9f\x23\xc5\x44\x63\x08\xf0\xe2\x9b\x69\x31\x88\x82\x87\x4b\x63\x70\xdc\x44\xa4\xd0\x68\x0c\x51\xff\x15\x5a\x6e\xb2\x8f\xab\x97\x18\x58\xcd\x9d\x45\x9f\x06\x3d\x5f\x0d\xf8\x16\x86\xb7\x1a\x2d\x3d\xd7\x69\x5d\x5a\x3a\x96\x0e\x7a\x8b\x63\xe9\x30\x47\x6c\xd6\xc7\x18\xd5\xcb\xa1\xe5\x3e\x3e\xdb\xf3\x91\xca\x8a\x91\xca\x98\x31\x62\xaa\xa8\x8c\x19\xa9\x7b\x18\xa9\x85\x19\xa9\x66\x18\xa9\x85\x19\xe3\xa4\x17\x83\x33\xcc\x26\xb5\x30\xa3\xd6\x14\x54\x1e\x8c\x14\x1f\x8b\x54\x1e\x8c\x05\x95\xc5\x96\x78\xe4\x44\xcc\xc8\x96\x78\xac\xac\x37\xd8\x12\x8f\x9c\x73\x19\xd9\x12\x8f\x95\x35\x28\xd5\xf7\x92\xde\x2c\x36\xc8\x13\x80\xf3\x78\x1d\x25\x9c\x38\xab\x29\xb2\x45\x9d\x38\x0a\x24\xb2\x45\x9d\x48\x0a\x8e\x94\xc7\x4a\x24\x05\x47\x4a\x60\x5d\x4a\x99\x26\xb6\x7e\xff\xee\x9c\xb8\x1b\x94\xd8\x02\xfe\x72\xb5\x73\x35\xbe\xaf\x4e\xae\xa6\x2f\x57\xb9\x92\xff\x76\x65\xc6\xbf\x3f\x5d\xbe\x5c\xe5\x8a\x5c\xbb\xfa\xc5\xb5\x4b\xd4\x40\xfa\x72\x55\x7d\xf6\xf7\xd5\xcb\xd5\xf1\xba\xfa\xe1\xb2\x7e\x4f\xb5\x27\xf6\xaf\xbf\x3c\xa0\xe1\xae\xf7\x55\x0d\x6c\xbf\xaf\x6e\xae\xda\xfb\xaa\x71\xf5\xbc\xaf\x8a\xe9\xfb\xe5\xaa\x5f\x09\x12\x77\xfb\xe2\x21\xa6\x27\x84\xf7\x55\x04\x11\xe2\xfb\xaa\x7a\x48\xef\xab\x08\x22\xe4\xd7\x55\xf7\xdd\x13\x25\x9c\xbe\x5c\x45\xec\xa1\xbe\xaf\x32\xda\xd0\xde\x57\x19\x6d\xe8\x5f\xae\x72\x45\x22\xef\x6f\x5e\xe7\xfb\xaa\xb8\x5a\xaf\xab\x92\x76\xd8\xef\xab\x92\x81\xbd\xaf\x8a\xab\xf3\xbe\x2a\xae\xee\x97\xab\x7e\x25\x4a\xae\xe3\x25\xd7\x18\xde\x57\xe1\x35\xc6\xf7\x55\xf5\x90\xde\x57\x19\x41\xcc\xaf\xab\xbe\xe8\x4e\x14\xa7\xfa\x72\x95\x71\xc5\xfa\xbe\x2a\x1e\xda\xfb\x2a\xe3\x8a\xfd\x7d\x95\x71\xc5\xf1\xe5\x2a\x57\x24\xd7\xf9\xe6\x6a\xbd\xae\x7e\xd2\xdf\x5f\xae\x72\x45\x32\x5d\xef\xf1\x9f\xf7\x55\xf5\x79\x5f\x57\xd5\x67\x7a\xde\x57\x19\x53\x0a\xef\xab\x8c\x29\xc5\xf7\x55\xc6\x94\xd2\xfb\x2a\xdf\x4b\xca\x5f\xae\x72\xa5\xfc\xed\xca\x87\xd2\xd0\x0c\xa6\xfa\xbe\xca\x08\x52\x7b\x5f\x65\x04\xa9\xbf\xae\x7e\x8e\x60\xbc\xaf\xaa\xdf\xf9\xbe\xaa\x11\xac\xf7\x55\x8d\x60\xbf\xaf\x6a\x04\xf6\xba\xba\x79\x33\xd2\xf9\x72\x95\x2b\x92\xeb\x7e\xbd\x99\xf9\x79\x5f\x65\x5c\x39\xbc\xaf\x22\x99\x1c\xdf\x57\x19\x6d\x4e\xaf\xab\x1a\x6d\xce\xef\xab\xa2\x56\xde\x57\x19\x6d\xae\xef\xab\x8c\x36\xb7\xf7\x55\x46\x9b\xfb\x97\xab\x5c\x91\x5c\xed\x3d\x82\xf9\xbe\x2a\x5e\xd7\xeb\xea\x27\x57\xfb\xcb\x55\xae\x48\xa6\xe7\xdd\xe7\x79\x5f\x55\x9f\xf7\x75\x55\xe3\x2f\xcf\xfb\x2a\x94\x4a\x78\x5f\x65\xfc\x25\xbe\xaf\x32\xd2\x92\xbe\x5c\xe5\x8a\x64\x7a\x5f\x33\x58\xca\xfb\x2a\xbc\x96\xfa\xbe\x0a\xaf\xa5\xbd\xae\x7e\xf2\xda\xdf\x57\x91\x7f\x19\x5f\xae\x72\x05\x99\x86\xe7\x4d\x7f\xbd\xaf\x8a\xfe\x7e\x5f\x55\x0f\xf6\xbe\x2a\xae\xce\xeb\xea\xa7\xac\xee\xfb\x2a\xb2\xaa\xcf\xfb\x2a\xbc\xd6\xf0\xe5\x2a\x57\x90\x69\x08\x2f\x5e\x6b\x7a\x5f\x85\xd7\x9a\xdf\x57\xe1\xaa\x96\xd7\xd5\x4f\xfa\xf5\x7d\x55\xf4\xdb\x97\xab\x5c\x41\xa6\x21\xbe\xe9\x8f\xf7\x55\xd1\x9f\xef\xab\xa2\xbf\x5e\x57\x35\x57\x75\xbf\xaf\xaa\x5f\x7b\x5f\xfd\x41\x79\xb4\x44\xd5\xb8\x2f\x0f\x68\x18\xf7\xcb\xd5\x8f\x2b\xcd\x33\xc9\xf3\x71\x4f\x2f\x35\xcf\x3d\xce\xc7\x33\x66\x52\xf3\x24\x84\x7c\xdc\x03\x4e\xcd\x63\xec\x99\x1c\xe2\xd4\x3c\xff\x29\x9f\xa8\x3b\xaf\xb7\x3c\x60\x91\x9a\xfb\xd8\x19\xb4\x6e\x6a\x1e\x9e\xc9\xc7\xa1\xec\xa9\x2d\x28\x64\xfd\x37\xbd\xe5\xa1\xa9\xc4\xee\x54\x06\x83\x9b\x9a\xfb\x99\xf9\x54\x28\x6c\xfa\x6c\xf0\xb9\xe9\xb3\xc1\xcb\xa6\xcf\x0e\xf5\x0d\xd7\x5d\x7d\x76\x5a\x9d\xd6\xa2\xc5\x73\x06\x85\xc1\x7f\x06\x85\x01\x75\x0f\x15\xe5\x23\x29\x79\xa8\x28\x9f\xa9\x3b\x19\xfb\x82\x82\x31\x76\x5e\x9f\x76\xe8\xc5\x83\x43\xa9\x1d\x7a\xf1\xf5\x53\x6a\x07\x3e\x37\x23\x3a\xc8\xd3\xd4\xa2\x4f\x4f\xb9\x48\xed\xd2\x8b\xe7\xf7\xa7\x76\xe9\xe5\x32\xbe\x4b\x2f\x17\x3e\x3d\x3c\x99\xaf\xc3\x79\x12\x7b\x71\xf9\x7a\xa9\xbb\xd4\xdd\xb7\xce\xd7\x03\x47\xa9\xbb\x4f\x9d\x39\x96\x36\x75\xf7\xa5\x33\xc7\xd2\xa6\xee\x7e\x74\xbe\x1e\x58\x49\xfd\xa1\x4f\xdf\xb2\x4f\x3d\xd0\xa7\x63\xa8\x53\x77\x47\x2f\x5f\xaf\x49\x94\xba\x3b\x6d\xf9\x36\xdd\x39\x68\x41\xc1\x1d\xb5\x7c\x1b\x7d\xba\xd3\x95\x29\xc3\x95\x7a\xa4\x4f\xe6\xa8\x47\xf8\x64\x8e\x7a\x84\x17\x2f\x87\x91\x7a\x84\x5e\x67\x44\xee\xf8\xe4\x3b\xd4\x0b\x7c\x0e\xf5\x02\x2f\x43\xbd\xc0\x0b\xb3\xd9\x23\xbc\x0c\xf5\xe9\x33\xc6\xc9\xb7\xa9\x27\x28\xf8\x6e\x58\xea\x09\x0a\x06\x85\x44\x2f\x5e\x39\x26\x01\x99\xcb\xd7\x18\x91\x9b\xf0\x7c\x99\xbf\x9e\x19\xc3\xe5\xb9\x8c\xac\x2f\x72\xc9\xc8\xfa\x22\xc1\xcc\xf8\x2e\x7c\x66\xa8\x5f\xfa\x74\x43\x59\xc0\x50\xa7\xee\x06\xb2\x3c\x0f\xe3\x73\xc3\x58\x9e\x07\xc9\xbb\x51\x2c\xcf\xc3\xf8\xdc\x18\x16\x4a\x82\xa5\xee\xc6\xad\xb0\x32\x4f\xdd\x0d\x55\x79\x7c\x45\x98\xba\x1b\x9d\xc2\x31\x11\xa9\x17\xee\xe4\x4b\xed\xae\xa6\xcb\xa3\x79\x77\x05\x5b\x9e\x8c\x94\x2a\xcf\xe9\x2d\x70\x85\x5a\xc0\x65\xa7\xee\x8a\xb4\x80\xcb\x4e\xbd\x32\x86\xaa\x3b\xe1\xac\x31\x5a\x57\x79\x85\xdd\xda\xd4\x5d\xd5\x95\xa7\xeb\x4e\x78\xd1\xbc\x57\x78\xd1\x4c\x37\x28\x2c\xee\x6c\x50\x40\x61\xb2\x07\x5b\x48\x8e\x4f\xbd\x21\xa5\xad\x3b\xa1\xb7\x19\x43\x83\x9e\xe6\xd6\x23\x0f\xe5\xd1\x6c\x76\xa4\x64\xf4\xe2\xf1\xb5\x42\x85\xb0\xd4\x3b\x92\x38\xd0\xeb\x48\xe2\xc0\x67\x47\x12\x97\x59\xe9\xf0\x79\x7f\x70\xaa\x7e\xea\x1e\xa4\x2b\xe1\xe1\xd3\xf4\x4c\x8d\x12\x34\xd1\x9e\xa9\x51\x82\x26\xda\x41\x41\x25\x04\x5e\x09\x07\x05\x15\x60\xe7\xa9\xfb\xe6\x69\x09\x9a\x4c\xdf\x3c\x2d\x1c\x75\x91\xba\x27\x0e\x16\x72\xf8\x53\xf7\xc0\x4a\x21\x4f\x3f\x75\x0f\xac\x94\xa0\xcf\xdd\x03\x2b\x25\x24\xa6\x6f\x72\x67\xe1\xb9\xc9\x9d\x9a\xda\xc9\x9d\x55\xff\x65\x5a\x08\x69\xc2\x59\x83\x97\xc5\x73\x8d\xe7\x16\xcf\x69\xda\x17\xcf\xe9\xe3\x77\xf3\x50\x80\xb9\xa7\xee\xe6\xa1\x04\xbd\x04\x1e\x9e\x29\x61\x40\xcf\xc3\x33\x85\x83\x36\x52\x5f\x48\x70\x30\xa2\x85\x04\xa7\x28\x20\xc1\xa9\x3b\x91\xe0\x14\x05\xf8\x9c\x70\xb6\x91\x12\x1e\x59\xdf\x8c\x1d\xe5\xdd\x37\x63\xd8\xf0\xb9\x19\xc3\x66\x56\x36\xf4\x0e\xa3\xdd\xf4\x79\xb9\xd3\xe8\xe5\xd2\xa7\x9b\x95\x42\xc0\x29\x75\x37\x2b\x85\xe3\x3a\x52\xf7\x20\x4f\x89\x0f\x9c\x79\x90\xa7\x80\x35\x48\xdd\x4d\x4e\x21\xfc\x94\xba\xef\x4e\x14\xb0\x06\xa9\xfb\x36\x68\x89\x01\x0a\xbe\x1f\x59\x08\x38\xa5\xee\x11\xf3\x02\xd6\x20\xf5\x43\x9f\xfa\xa4\x0f\x7d\x66\x7a\x71\x93\x53\x28\x95\x96\xba\xef\xc9\x95\x88\x29\xee\x97\x3e\x0b\x8a\xe1\xd2\x67\x81\xde\x65\x44\x15\xce\x7c\x2f\xad\x70\x00\x71\xea\x6e\x9c\x4a\x6c\xcc\xd8\x65\x7c\x8d\x79\xb8\xf0\xd2\xd4\x0b\xbc\x34\x3d\xc7\xf8\x3a\x7c\x5e\x38\xd3\x5b\x70\xe1\x0c\x55\x00\x1e\xb8\x90\x30\x90\xc6\x03\x67\xa8\xf9\xf1\xd0\x27\xaa\x00\xac\x70\xa1\xe0\x5a\x1a\x0f\x32\xf3\x14\x81\x34\x3c\xe2\x52\x22\x6a\x02\x1c\x71\x21\xcc\x99\xc6\x03\x75\x66\x7a\x3c\x50\xc7\x68\x8f\x00\x75\x83\x7a\x60\xec\x06\xf5\x40\x9f\x28\xfd\x11\xe8\x13\xa5\x3f\x02\x7d\xa2\xf4\x87\x47\x00\x4a\x7a\xf8\xcf\x0d\x5e\xa1\x6c\x5b\x1a\x6e\xf0\x4a\x42\x95\x0f\x5f\x7f\x17\x8e\x3f\x4e\xc3\xd7\xd3\x85\x22\x6e\x69\xb8\x19\x2b\x89\xef\x7d\xf8\xfa\xb9\x70\x58\x48\x1a\xbe\x6e\x2e\x29\xf1\x5c\xa2\x97\x4c\x9f\x99\x3b\x0b\xa3\xcd\xdc\x89\x2a\x1f\x6e\xb8\x0a\xc7\x83\xa4\x91\xe1\xb3\x20\xcf\x0c\x9f\x0e\xfb\x4b\xa0\xa6\x8b\x1f\x8d\xfc\xd1\xaa\xb4\x18\x83\xaf\xb7\x0a\x67\x1c\xa7\x81\x39\x4a\x4d\xd4\x19\x03\xf3\x3e\x32\x63\xf0\x24\xa7\x34\x30\x55\x9c\x6a\x9c\x40\x62\x17\x4e\x35\x4e\xa4\x9b\x94\x34\xe0\xd3\xd7\x39\x25\x4d\xfa\xf4\xf5\x4d\xa1\x14\x5c\x22\xf9\xa4\x24\xcd\x34\x46\xcd\x6b\x18\x7c\x57\x25\x03\xf5\x2e\xc9\x60\x05\xeb\x97\x34\xb5\x8d\x96\xa6\xcf\xd3\x0f\x0b\x15\xdd\xd2\xc0\x8e\x64\x3e\xc6\x81\xad\xc8\x11\xb1\x60\x2b\x72\x64\x1a\xb0\x15\x39\xf2\x1c\xb6\x82\xf3\x47\xd2\xc0\x04\x38\xe4\xe3\xa3\xe5\x13\x96\x33\xaf\x19\x26\x80\x22\x09\x69\x60\x02\x72\x46\x10\x98\x80\x5c\x78\xc9\x31\x01\x59\xd3\x80\x09\xe0\x88\xe3\x04\xb4\xbc\x50\xee\x2d\x0d\x4c\x40\xc6\x73\x1b\x98\x80\xcc\x87\x3a\x3c\xd7\xac\x64\xd4\xf5\xf0\x5c\xb3\x92\x51\xd7\xc3\x41\x2c\x85\x6d\xd2\x34\x06\x5c\xe3\x4f\x8f\x01\xd7\x43\xcf\xc1\xf5\x44\x9e\x03\xae\xf1\xa0\xc7\x84\xb3\x05\x75\x4c\x0e\x05\xe5\x12\x59\x3f\x25\xa3\x92\xc7\x44\x4a\xa8\xe4\x31\xe1\x05\xb5\x3b\x26\xbc\x60\xa5\xc9\x08\x2a\xe0\x4f\x12\x19\x41\x25\xe3\x33\x8f\x89\x94\xf0\xb2\x86\xaf\x56\x0a\xf8\x93\x44\x7e\x50\x29\xa8\xdd\x81\xa9\xa2\x84\x5c\x1a\x98\xaa\x82\xef\x34\x30\x55\x45\x9f\x18\xa6\x8a\x03\x48\xd2\xc0\x54\x95\x04\x2f\x98\xaa\xa2\xd9\xc4\x54\x95\x2c\x7a\x93\x16\xf2\xc4\x54\x51\x12\x22\x0d\x4c\x15\x47\x2a\xa7\x81\xa9\xe2\xa8\x92\x34\x7c\x97\xa1\x14\x7d\x8c\x8b\x31\x54\xee\xc4\x8c\x15\xcc\xed\xc0\x8c\x15\xcd\x1f\x66\xac\xe8\x13\xdb\x50\x98\x7c\x9a\x98\xaa\xc2\xe2\x7d\x60\xaa\x8a\x94\x22\xa6\xaa\x48\x29\x1a\x92\xd0\xd7\x61\x48\x02\xdf\x89\xbc\xa9\x42\x79\xb9\x44\xde\x54\xe1\x60\xe6\x44\x6e\x54\xa9\xb8\x36\xe4\x46\x15\x0e\x20\x49\xe4\x46\x95\x1a\xd4\xe7\xa5\x05\x3d\x8c\x5a\x95\xac\x31\x6a\x1c\x47\x92\x86\xaf\xb1\x4a\x65\x5d\x33\x7c\x8d\x55\xc0\xbb\x24\x32\xac\x4a\x95\x04\x3d\x81\xa6\x54\x7d\x0f\xbe\xfe\x2a\x95\xf5\xe5\xf0\x84\x99\x52\x9b\x7a\xf1\x19\xab\x7a\xcb\x31\x94\x94\xc3\x48\xc3\x13\x63\x0a\xc7\x91\xa4\xe1\x49\x31\xa5\x4a\x66\x87\xf1\x2d\xf5\xc2\xf8\x96\xee\x64\x7c\x1b\x29\x61\x60\xab\x0c\x09\x06\x16\x14\x4b\x1a\x97\x31\xe0\x7d\x8e\xcb\x18\x0e\xf3\x87\x81\xad\x57\x2d\xe7\xa5\xc9\x58\x78\x12\x49\xe1\xe0\x92\x34\x3c\x79\xa4\x34\x99\x0e\xcc\x26\x78\x97\x44\x31\x87\xd2\x3c\xc1\x20\x4d\xcc\x26\xa5\xe7\xd2\xf4\x95\x61\x69\x51\xff\x25\x5a\x46\xcb\x79\x69\xb8\x13\x24\x8f\x94\xc6\x7a\x61\xfa\xae\x4a\x69\x59\xff\x35\x5a\x91\x56\xa7\xd5\x68\x0d\x5a\x93\x96\xcb\xa5\xd5\x1f\x1c\xbb\x91\x26\xb6\x97\x0d\xea\x34\xb1\xbd\x9c\xa1\x92\x66\x60\x08\x28\x37\xaa\x53\x94\xe6\x59\x1f\x69\x06\x86\xd0\x60\x2c\x30\x04\x94\xdb\xc4\x66\x37\x3e\x95\x19\x18\x02\xa1\x83\x19\x18\x02\x0b\xd1\x19\x18\x42\x67\xb0\x81\x21\x60\x9b\x66\x60\x1a\xa6\x28\xf8\xb4\x37\x2c\xce\x8c\xf0\xb9\x79\x2e\xc2\x27\xcb\x4b\xea\x66\x94\xc6\x64\x52\x37\xa3\x70\xa2\x4a\x9a\x11\x5e\x2e\x22\x8b\xd0\xbb\xf0\xe9\x0b\xd8\xd2\x1f\x3d\xb7\x68\xc1\x35\xb6\xbe\x13\x98\x99\x1e\x1b\x2f\x9d\x35\xc1\xf4\x98\x78\xe9\x11\x0a\x1e\x0b\x2f\x3d\x42\xc1\x17\xbe\xa5\xe3\x3f\x4c\x7c\x84\x9e\xd4\xf2\x29\xea\xa8\xa5\xe9\x91\xe5\xd2\x31\x32\x64\x09\x15\x6a\x9b\x24\x4a\x73\x94\x8e\xff\x40\x69\x8e\xd2\x51\x52\x93\x05\x6c\xd7\xfc\xb1\x80\xed\x9a\x07\x16\xb0\x80\x7b\xd2\x64\x01\xdb\x35\x2b\x19\x5e\x9a\x7a\xf1\xd7\xba\xe3\x1b\x4e\xbc\x89\xde\xd5\x0b\x7c\x76\xf5\x02\x9f\x9a\x23\xbc\x09\x0e\x51\x49\xb3\x30\x5a\x3e\xdb\xe9\xd1\xd3\xd2\x97\xee\x84\x97\xa5\xff\xe0\x05\xbf\x91\xa2\x21\xa5\xa3\x14\x29\x1a\x52\x3a\x4a\x71\xb2\x7c\xee\x9a\x5b\x3c\x8d\x6e\x7a\x0e\x5e\x0c\x0a\x15\x5e\x8c\x5e\x58\x30\xf7\x83\x5c\x2a\x72\x39\xc8\x9a\x45\x71\x67\xf5\x30\x59\x14\x8f\x87\xff\x3c\x79\xbc\x70\xc0\x4a\x22\x97\xaa\x8c\xc8\x5b\xc0\x12\x79\x68\x6e\x59\xf8\x0e\x8c\xd3\x64\xe1\x3b\x92\xfe\xa3\x4f\x8c\xd3\xc4\x99\x19\x18\xa7\xe9\xa9\x24\x85\xc3\x57\xd2\x64\x95\x3a\x34\xb7\xb8\x28\x03\xff\x6f\xe2\xa2\x80\x5e\x4a\x13\x17\x65\x54\x9e\x1b\x70\xc6\xa2\x7f\x0e\x38\xc3\xff\x9b\x38\x10\x83\xf5\xde\xc4\x81\x18\x9a\x31\x9c\x84\x31\x98\xcd\x01\x67\x28\xe1\xe9\x18\x85\xc2\xc1\x2c\x69\xe2\x40\x70\x30\x4b\x9a\x38\x10\x1c\xc5\x92\x26\x0e\xc4\xc0\x1b\xa4\xd0\x4a\x19\x9a\x5b\xd6\xac\x43\x5f\x2a\xce\xc5\x60\x85\x37\x3d\xf8\x59\x40\x44\xa5\xe9\xc1\xcf\x32\xf4\x15\x2f\xe8\x1d\xee\x5c\xd0\xc3\xd5\xa0\x5c\x4b\x19\x87\x11\xe1\x40\x8c\x03\x67\x38\x10\xa0\xa5\x12\x99\x6a\x65\x5c\x3d\x07\xbd\x2b\x0a\xd0\xbb\xcc\x34\x0e\xc4\x24\xac\x47\x09\x98\x32\x59\x35\x4e\x1c\x08\x8e\xf5\x4e\x13\x07\x62\x4a\xb1\xe3\x08\x70\xf4\x4b\xa2\x20\x4c\x99\xb8\x9f\x13\x47\x60\x62\x28\x27\xeb\xd9\xc9\xaa\x7f\x7a\x72\x4c\xf1\x63\xbd\xbf\xaf\x92\x3d\xf2\x5a\x66\x56\x27\x95\x96\x08\xf8\x10\xa6\x5e\x97\xcd\x10\xf4\x82\x6c\x86\x20\xe5\xcd\xf2\x79\x0e\xfd\xe7\xd3\x4e\xfd\x99\x44\xa5\x9a\x32\xb7\x5a\x0c\x41\x93\x82\x87\x32\x37\x4c\xe3\xa1\x4c\xbc\x41\x2a\xd5\x94\xa9\x29\xc2\x43\x99\x47\xcf\x39\x9f\x8b\x05\x17\x55\x6c\xca\x7a\xf4\x9f\xf3\xb2\x64\x27\x59\x5a\x2f\x29\x45\xbc\x97\x25\x0b\x87\xf7\xb2\x58\x4c\x4f\x3c\x8d\xa5\xd1\xe2\x4d\xac\xc2\xf4\xe1\x31\x2c\xa2\xa4\x13\x8f\x61\xe1\x77\x4c\xbc\x82\x25\x35\x88\x57\xb0\xf4\xa9\xe0\x15\x2c\x62\xa6\x93\x65\xf7\x92\x52\x64\xd9\xbd\xa4\xf8\x58\x4c\x2f\xe2\xa2\x93\xc5\xf4\xe2\x33\x5a\x58\xe2\xc5\xc7\xb1\xb0\xc4\x00\xc5\xd2\xc2\x12\x03\x14\x4b\x0b\x13\x07\x34\x2c\x2d\x4c\xdc\x32\xfd\xc7\x68\x89\x7d\x2e\x96\x9e\x1c\xb0\x92\x16\x4b\xcf\x85\x3f\x4d\x25\x9e\xc2\xe1\xd9\x89\x4a\x3c\x05\xd8\x58\xa2\x86\x4e\xd9\x41\xff\x2d\x5a\x95\xd6\xa6\x35\x68\x39\xbd\x1d\xf5\xdc\xa1\x05\x3d\x0c\x10\x87\xb6\xa4\x85\xb1\xd8\xac\x87\x16\xc6\x82\x43\x5b\xd2\xc2\x20\xec\xa2\x3b\x79\x8e\xa8\xe5\xc2\x20\x70\xa0\x4b\x5a\x2c\x2f\xa9\x62\x93\x16\xcb\xcb\xcd\xdb\xba\x30\x16\xbb\x22\x17\x8c\xc5\x26\xc4\xb1\x58\x7a\x72\xd8\x4b\x5a\x2c\x3d\x37\x66\x6c\x61\x2c\xf6\xd4\x7f\x8c\x6f\xea\x3f\x78\x61\x63\x9f\x8a\x41\x05\x28\x5a\x5a\x15\x5e\x88\x6f\x2e\xa2\xab\x14\xb2\x4d\x0b\x63\xb1\x51\x60\x8b\xe8\x2a\x65\x6d\xd3\xaa\xf0\x62\x50\xc0\x90\x70\xa0\x4b\x22\xfd\xb3\x6c\x94\x14\x29\x9e\x85\x42\xb6\x69\x61\x56\x36\x01\xab\x45\xac\x75\xa3\x88\x56\x85\x4f\x0c\xd0\xf2\x9c\xaf\x62\x0f\x6f\x01\x06\xc8\x34\x9b\x18\x20\xc3\x7f\x5f\xc4\x61\x4d\xb3\x49\x1c\xd6\xa2\x9e\x1b\xb4\xf4\x9f\xf3\x62\x05\x3e\x31\x47\x56\xf5\xdf\xa1\x85\xe4\x59\x5b\x9b\x24\x4f\x8c\x96\xda\xb5\x69\x11\xa3\xe5\x40\x97\xb4\x58\x77\x1b\x11\xfe\xc5\xba\xdb\x70\xcf\x16\xeb\x6e\x63\x9b\x9c\x9a\x4b\xc5\x08\x07\x2e\x4f\x2c\x2e\xc6\xda\x73\x75\xc6\x20\xc9\x63\xf0\x6c\xab\x4f\x9f\x5b\x2a\xe0\x26\x6a\x35\x15\x33\x24\x88\x89\xb3\x03\x2f\x83\x3e\x51\xfa\x8b\x55\x31\x87\x6e\x27\x2a\x37\x95\xc3\x7a\x68\x61\xb8\xa8\x87\x9b\x16\x86\x4b\xfb\x6d\x0b\xc3\xe5\x10\xbd\xef\xaa\xe4\x85\x4d\x3b\x12\x3c\x36\x8d\x73\xbc\xd3\xc2\xa6\x1d\x82\x13\x0b\x9b\xc6\x39\xde\x69\xb1\x98\x3e\x51\x77\x0e\x5a\xba\xd3\x87\x7e\x08\x4e\x2c\x07\x98\x95\x93\xc4\xf4\xa6\x85\xc8\x58\x68\x73\x42\x4d\x5a\xd8\xc2\x83\xdb\xbf\xb0\x85\x27\x33\x3c\x6c\xe1\xd1\xc7\x88\x2d\xe4\x6c\xf0\xb4\xb0\x46\x87\x45\xea\xc2\x1a\x1d\x4d\x34\x26\xe7\xe0\x31\x2c\x4c\x0e\xf8\xc0\xb4\x30\x39\x87\x98\xf0\xc2\xe4\x70\x96\x4d\x5a\x98\x9c\x33\xf4\x1c\x23\xc2\x1b\x5c\x9b\x11\xe9\x05\xf1\x74\xcc\x02\xae\x30\x2d\x4f\xc7\x2c\x87\xd8\x12\xc5\xae\xca\xd1\xe7\x87\x59\x39\x9b\x97\x80\x18\xed\x91\xc2\xc4\x90\x1c\x3c\xbe\x85\x21\x39\x7a\x41\x58\xb2\x1e\xbc\x82\xc5\x92\xf5\x10\x29\x24\xab\xb9\x68\x0b\x8f\xac\xe6\x72\xa5\x3e\x31\x24\x97\x08\xf1\xc2\x90\x5c\xbc\x41\x32\x9e\xcb\xd5\xeb\x82\x79\xb8\x9a\x77\x16\x94\x9c\x6f\x9e\x16\x51\xd9\xab\xcf\x8f\xa8\xec\x95\x32\xc5\x90\x50\x50\x38\x51\xb0\xab\x68\x23\x90\x82\x5d\x85\x33\x77\x12\x05\xbb\xca\x95\xda\x65\xb1\x09\xc8\x31\x2d\x47\x28\x94\xab\x99\x26\x7e\x7b\x33\x32\x63\x21\x7a\x09\x63\x6c\x16\xa2\x17\x0f\x73\xb3\x10\xe5\x3c\xf5\xb4\x59\x88\x5e\x14\xf4\x66\x21\x7a\x51\xc9\x9b\x18\xed\x6d\x7a\x0e\x0a\x4d\xcf\x41\x01\x43\xb9\x59\xfd\x5d\x0c\xe5\x66\xf5\x77\x79\x97\x36\x71\x58\x60\x94\x89\xe2\x61\xe5\x4e\xb5\x7c\x6e\x2f\x4a\x78\xb3\x1a\xbb\x6c\x32\xed\x88\xcc\xf0\x30\x77\x44\x66\x84\xa8\x36\x2b\xb5\x8b\x4f\xb9\x59\xa9\x71\xfe\x4f\xda\x18\x43\xea\x3f\x25\x0a\x92\x95\x8b\x9a\xa0\x20\x59\xd1\xb6\x20\xb9\xe6\xe5\xa2\x76\xc9\x35\x2f\x17\x6f\x70\xfb\xa6\x64\x7d\x1e\xb5\x9a\xb7\xd8\x11\xda\x9e\x8b\x54\xb5\xd9\xb7\xdd\x88\xd6\x87\x2f\x9c\x1c\xf5\x0a\x6c\x33\x91\xa3\x5e\x1f\x42\x2a\xdb\xe3\xb7\xf5\x21\x26\xbc\x33\x14\x50\xc9\x3b\x43\x81\x3d\xa0\x9d\xa1\x50\xd4\xe7\xa0\x85\x24\xdc\x14\xd7\x87\x9d\x81\x5d\xe8\x45\x92\x2f\xf4\xc2\xda\x6c\x17\xee\x74\x68\x5f\xda\x6e\x28\xeb\xc3\xd6\xed\xf6\x60\x6b\x7d\x08\x4a\x6d\xdf\x6a\xac\x0f\x2e\xca\xae\xf4\xb2\x74\x27\xbc\xa0\xae\x77\xa5\x17\xc9\xda\x4d\x5c\xe5\xa0\xf9\xb4\x2b\x92\x60\x35\xb6\xdd\xc4\x55\x6d\xf6\x6d\x37\x71\xf5\x21\x60\xb5\x1b\x92\xe0\x6b\xdc\x8d\x31\x60\x1a\xb7\xa7\x2e\xd7\xc0\xb7\xb9\x7d\x55\x55\x7d\x9f\xee\xbb\x2a\x99\xfc\xfc\x1a\x02\x8c\xb9\xfd\xa9\xda\xb4\xdb\x6e\x7f\x6a\xc0\x32\x6e\xb7\x3f\x35\x10\x5f\xd9\x6e\x7f\x2a\xe7\xd3\x27\xf2\xfa\xab\x36\xed\xc8\xeb\xaf\xda\xa6\xdb\x6e\x7f\x2a\x08\xd2\xb4\x3d\x26\x5c\x03\x8b\xb8\xed\xd1\xdc\x4a\xe1\xad\x04\x02\xa0\x06\x4d\xdf\x80\x82\x26\x6c\x40\x01\x25\xbc\x7d\xc1\x55\x03\x7e\xea\xf6\x05\x57\xa5\x52\x75\xda\x6e\xb7\x2a\x95\xaa\xd3\x9e\xf4\x82\x4a\xde\x93\x5e\xba\xee\x44\x48\x9a\xe8\x49\x2f\xf8\xf6\x7b\xd1\x8b\x26\x7a\x21\x25\xfc\xa3\xbd\xe0\x53\x1f\xe3\x42\x4a\x24\x92\x82\x3f\xa8\x41\x2f\xc1\x82\x3a\x56\x9a\x0a\x79\x55\x89\xb0\x54\xc8\xab\x41\x1f\xe3\x82\x3a\x6b\x82\xbd\xa1\x4e\x4c\x78\x6f\xe8\xe1\xc3\xee\x0d\x3d\xc2\x2d\xdb\x8d\x45\xd5\xc6\xdc\xf6\x35\x48\x8d\xfa\xc4\x7c\x0d\x52\xc9\x04\x4f\xdb\xd7\x20\x35\x6a\x6e\xdd\x58\x54\xce\xdf\x4f\xdb\x8d\x45\x8d\xfa\xfc\x7c\x0d\x52\xb5\x4d\xb7\xdd\x74\xd4\xa8\x99\x36\xe8\x61\x60\xf7\x81\x02\x1e\xed\x3e\x50\xd0\x87\x7a\xa0\xa0\xb9\x3d\x50\x28\x7c\x0e\x07\x0a\x9a\x31\x5f\x91\xd4\x88\x9f\xba\xdd\xc8\x54\x50\xb7\x69\x1f\xa8\x4b\x7d\x1e\xa8\x4b\x7d\x7a\x0c\xb3\x46\x4c\xf1\xbe\xf0\x82\x81\xdd\x17\x7a\x6c\xb7\xed\x0b\xbd\xa9\x16\xf4\xf0\x6f\xf7\x85\x9e\x94\xe9\x85\x9e\xd4\xa7\x9b\x8e\x1a\x31\xa2\x16\x90\x2e\x99\x13\x16\xa0\xc7\xc7\x68\x81\xb1\xe3\x3b\x99\x07\xeb\x6a\x7a\x74\x67\xa3\xa5\xff\x3a\xad\x41\xcb\xe9\x71\xc6\x7e\x32\x0f\xd6\xd5\x84\xa3\x63\x9e\x2a\x5c\xb5\x51\x66\x1e\xac\xab\x89\x15\xac\x79\xb0\xae\x72\xda\x51\x32\x37\x0f\x35\xf1\xe5\x58\x84\x1e\xd2\xb5\x08\x3d\x36\x3a\x2d\x42\x0f\xe3\x64\x9e\x1e\x5b\xb5\xc5\x65\x9e\x1a\x5b\x29\x2c\x96\x2c\x41\x8f\xfd\x13\x4b\xd0\x63\x1d\x6c\x6e\x1e\x2a\x45\xc7\x92\xb9\x79\xa8\xda\xfe\xb2\x04\x2f\x48\xde\x50\xfa\x89\xd0\x88\xa1\xf4\x13\x6b\x02\xf3\x95\x53\x4d\xac\x9f\xcd\x57\x4e\x15\xa0\x5e\xb2\x0c\x05\x53\xcb\x67\x93\x62\x65\xc9\x50\xf3\x89\x15\x82\xf9\xaa\xaa\x66\x62\xc9\xe6\x21\xb8\x9a\x31\x40\xe6\x21\xb8\xca\x19\xfb\x09\x34\x50\x05\x9a\x97\xcc\x57\x55\x35\x13\x94\x32\x4f\x68\xac\x19\x77\xc2\x7c\x55\x55\xb5\xc7\x65\x18\x8b\xcc\xbb\x6b\x18\x8b\xcc\x6a\x8c\x12\x8e\x35\xb3\x26\x30\x0f\xcf\xd5\xcc\x2a\xc0\x0a\xd4\x09\xd2\x5a\x85\xde\xf8\x51\x42\x9c\x61\x63\x32\x96\xdf\x2a\xac\xf0\xea\x1a\x56\x25\x63\x71\xa8\x18\x59\x33\xaa\x87\x8a\x91\x35\x2f\xdd\x89\x58\x88\x0d\x1a\x56\x25\x63\x71\x0c\xab\x42\xa9\xb4\x64\x0d\x7a\x2c\x17\xcc\x17\x4e\x95\xba\xe3\xc9\x1a\x62\x31\x86\x80\xfd\xc9\xa6\xe7\xa0\x80\xa7\x48\x85\xca\xaa\x6d\x2c\x2a\x54\xd6\xac\x29\x6a\x50\xbf\x7a\x0e\xea\x97\xf1\xf9\x52\xa9\x16\xe2\xc5\x86\x39\xd2\x86\x97\xf9\x52\xa9\x82\x35\x4c\xe6\x4b\xa5\xca\xf9\xfb\xc9\x30\x55\x85\x1d\x66\xc3\x00\x69\xc3\xcb\x30\x32\x85\xe0\xbf\x0d\x28\x90\xd6\x67\x03\x0a\xf8\x86\xe6\xcb\xa1\x5a\x58\x84\x1b\x46\x46\x1b\x57\xe6\xcb\xa1\x0a\x2a\x31\x19\x26\xa7\xe8\x33\x9a\xf0\x42\xdc\xd7\x7c\xed\x52\x0b\xde\x84\x61\x72\x0a\x7e\x9c\x61\x72\x8a\x3e\x23\x4c\x4e\x19\xfa\x6f\xd3\xe2\xe5\xc1\x00\x71\xfe\x7e\x32\x0c\x50\x61\x81\x6e\x0b\x7a\x98\x23\x80\x6c\x95\x02\x6f\x09\x20\x5b\x2d\xa8\x2c\xc0\x6a\xb5\x68\xde\x17\x92\xc0\xef\x00\x90\x56\x39\x87\x29\x01\x48\xab\x45\xf3\xbe\x91\x35\x41\x14\x00\x69\xb5\xe0\x0d\x02\x48\xab\xe5\x20\xeb\xcd\x18\xa4\x06\x37\xf4\x34\xd3\x18\xa0\x82\x37\x68\x18\x92\xca\xa2\xd1\x7c\x6b\xac\x56\x3c\x3e\xc3\x3c\x54\x56\x71\x86\xd2\xd7\x46\x99\xa1\xf4\xb5\x51\x66\x1e\x6a\xaa\x55\x8a\xef\xd2\x0b\x26\xc7\x50\xfa\x94\x82\x4b\xe6\x6b\x89\xca\x09\xff\xc9\x2e\x14\x8a\xee\xf4\xf9\xd3\x96\x9a\xb9\xa7\x5f\x29\x13\x97\xce\x03\x05\x3e\xdb\xf3\xc0\x35\xa1\xad\xe3\x21\xaa\xca\x19\x4d\xe9\x78\x6e\x46\xad\x38\x10\x07\x83\x50\x59\xca\x1f\x0c\x02\x88\xcc\x74\x30\x08\x95\xa5\xfc\x09\xf0\xc2\x57\x7c\x7c\x67\xa7\x6a\x63\xee\x60\x02\x2a\xf3\x77\x30\x01\x94\x97\x4b\x07\x13\x50\x97\xee\x74\x59\x53\x6c\x2e\x9d\xc0\x18\x08\x38\x1e\xcc\x03\xb8\xce\x74\x30\x0f\xd5\xf4\x1f\xd4\x99\xcd\x13\xa1\x7e\x74\x27\xa3\xbd\xfa\x0f\x29\xe1\x5c\x1c\xd4\x3c\xa7\x40\xa5\xe3\x9e\x7e\xd5\x16\xde\xc1\xd3\xd7\x16\xde\xf1\xf4\xc3\xda\xd8\x12\x3d\x1e\x4a\xab\x8d\x15\xde\xc1\x63\xa7\xf2\x7e\x3a\x78\xec\x14\xb0\x4b\x07\x55\xde\x98\xe9\x83\xc7\x4e\x55\xfe\x74\xf0\xd8\x1b\xeb\xf5\x83\x9a\x07\x3a\x9a\x0e\x6a\xbe\xf1\x4e\x1c\x54\x79\xc3\xd5\x38\x05\xae\x59\xc5\x1d\x4f\x23\xac\x8d\x3c\x91\x83\x2a\xe7\x9c\xa9\x04\x10\xb1\xfa\x39\x53\xdf\x55\xc9\x87\x45\x80\x36\xe6\x4e\x81\x38\x36\xf4\xa0\xe5\x5b\x63\xb0\x1e\x2d\xab\x8d\x8f\xff\xa0\xf3\x1b\x0b\x0b\x90\x8e\x55\xdb\x74\xa0\x19\xab\xb6\xe9\x4e\x85\x31\xbc\x97\xc3\x52\x82\x63\xad\xd2\x41\xe9\x83\x69\x4d\x87\xe5\x02\x47\x09\xa4\xd3\xa0\xa0\x17\x04\x55\xde\xf4\x82\x34\xc4\x89\xba\x06\xdb\x58\x1b\x59\xa0\x60\x1b\x6b\x23\xea\x7c\x50\xde\x0d\x55\x7e\x50\xad\x8d\x28\xdb\x61\x15\xd0\x50\xd7\x07\x6f\x5e\x5b\x71\x07\x45\xdb\x51\xbb\xc7\xa3\x49\xb5\xa3\x5a\x0f\xfe\x7b\x67\x69\x7d\x06\xcf\x49\xf0\x83\xe7\xf0\xf1\x0e\xaa\xb5\x37\xf5\xe2\xaf\x75\x27\xff\xf6\xe0\xcd\x6b\x13\xed\x78\x14\xaa\x76\x42\x2a\xc7\xc3\x49\xb5\x4b\x4a\x1e\x4e\xaa\x5d\x1f\x23\x2a\xb9\x0f\xdd\xe9\xa3\xed\x53\xff\x41\x41\x12\xc4\x9b\xef\xfa\x8c\xf0\xe6\x3b\x9b\x29\x07\x6f\xbe\x13\x57\x03\x83\x59\x3b\x0a\x13\x0c\x66\xd5\x46\xd9\x59\x50\x90\xac\x51\xb4\x9d\xb8\xda\x41\xd1\x52\xbb\x2f\x51\x22\xb9\x0e\x0c\x1e\x18\xcc\x3a\x88\xf7\x1f\x0f\x0b\xd5\x11\x74\xa7\xcf\x9f\x36\xca\x0e\x9e\xfe\x48\x7a\x6e\xd1\x82\x33\x94\xf0\x48\x8c\xd6\x77\x29\xea\x20\xe0\x71\x50\xc9\xda\x28\x3b\xf8\xfd\x03\x13\x77\xf0\xed\x07\x59\x07\x07\xdf\x7e\xa0\x22\x8f\xe7\x3c\xd4\xa1\x77\x1e\x4f\x7f\xe8\xfd\xc4\x9b\xd7\x86\xd7\xc1\x9b\x1f\x18\xa7\x83\x37\x3f\xa4\xdc\x50\xec\x83\xac\x83\x83\x62\xd7\x86\xd7\xc1\x9b\x1f\x98\xaa\x73\x18\x11\xeb\xa1\xe3\xbb\x0d\x75\x10\xb0\x3a\x98\x00\x6d\x63\x1d\x4c\x80\xb6\xb1\x0e\x26\x40\x9b\x53\x07\x13\x30\x08\x4e\x1c\x4c\x80\xb6\xaa\x0e\x6b\x82\xc9\x66\xf4\x61\x4d\x40\x41\xc0\x74\x58\x13\x68\xab\xea\xb0\x26\x98\x01\x5e\x58\x13\x4c\x29\x37\x0f\x35\x55\x4a\x07\x26\x8a\x53\xd7\x19\xf5\xdc\xa1\xa5\xe7\x7c\x0c\x93\x80\xd5\xf5\x20\x51\x9d\xcc\xd8\xf5\x6c\x85\x3a\x59\x07\xdf\x07\xce\xf8\x72\x2e\x06\x68\x62\xe2\x2e\x26\x67\xb2\xf2\xbd\x9e\x0e\x58\x27\x29\x8d\xf7\x81\x7a\xd5\x9d\x50\x27\x9b\xe6\x3e\x50\xc7\x70\x5d\x4f\x49\xa8\x13\x4d\x74\x31\x4e\x93\x2f\xe7\x62\x9c\x26\x01\xc7\xcb\x6a\x85\x93\x13\xd2\x65\xb5\x32\x99\xb1\x8b\x39\x9a\xa6\xff\xa0\x47\x00\xe2\x62\x8e\x26\xf3\x70\x31\x47\x0b\x47\x8e\xb2\xd9\x75\x21\xeb\xeb\x60\xc3\xba\x70\x0b\xae\xa7\x18\xd6\xc5\x3b\x7f\x31\x55\xeb\x87\xb1\xe4\xcb\x22\x67\x21\xea\xcb\x22\x67\x25\x75\x32\x68\x89\x9c\xb3\xc9\x51\x09\xe9\xfa\x86\x50\xe5\xa8\x84\x74\x59\xe4\x2c\xa2\x49\x97\x45\x8e\xb6\xc6\x2e\x4b\x97\x45\xde\x06\xf5\xbc\xeb\xc2\xff\x03\xa0\x5c\x17\x4a\x1f\x80\x72\x5d\x28\xb0\x4b\x2c\x6b\x91\xa0\x73\x33\xc3\x1b\x6a\x31\x3c\x96\x4a\x97\x65\xcd\xc2\xd3\xbf\xd8\xc2\x85\x37\x0f\xcc\xb9\x2e\x96\xa5\xc0\x9c\xeb\xc2\xe3\x03\xe6\x5c\x17\x61\x85\x8b\x2d\x5c\xa4\xf2\x5c\x96\x3c\x6b\x89\x17\xc6\xce\x27\x76\xb1\x93\x0b\xe5\x76\xb1\x93\x0b\xe5\x76\xb1\x93\x0b\xdf\xf0\x62\x19\x97\xe9\x4e\xef\x73\x93\xca\x73\x3d\x7b\xa0\xee\x47\x77\xba\x3c\xb5\x6d\x76\x31\x7f\x9b\x0f\xe7\x62\xfe\xb6\xe6\x08\xf3\xb7\xb1\xfc\x17\xf3\xb7\x59\x62\x5d\x56\x32\x5b\xb3\xc2\x4a\x66\x6b\x56\x58\xc9\x68\x6b\xec\x12\x3b\xdb\xa8\xb3\x8b\x31\xa4\x2e\x63\xba\x98\xbf\x8d\x3a\xbb\xac\x64\xb6\xe6\x8f\x95\xcc\xc6\x00\x5d\x56\x32\x9b\x20\xd1\x25\x92\xb6\x35\xb7\xbe\x3d\x54\x39\xe3\x31\x5d\xdf\x1e\xaa\x1b\x6f\xf0\xb2\x22\xd9\x78\xf3\x97\x15\xc9\x26\x8d\xf0\x62\x1a\x39\xe3\x31\x5d\x4c\xe3\x46\x0d\xde\x8e\xcc\xf4\x51\xb1\xce\xd8\x98\xe9\xcb\x3a\x63\xb3\xb5\x79\x31\x94\x5b\x9f\x18\x86\x72\x63\x64\x2e\x86\x72\xe3\xa3\x5f\x0c\xe5\xd6\x1c\xb1\x22\xd9\xa4\x18\x5e\x4c\xa3\xb6\xd4\x2e\xa6\x71\x1f\xdd\x89\xac\x09\x5c\x5c\xd6\x20\xda\x28\xbb\xbe\x47\x52\x0d\x55\x77\x3d\x19\xb1\x6a\xa3\x8c\xfa\xef\xd5\xf0\xea\x2e\xeb\x13\x23\x97\xe7\x12\x20\x33\x7c\xfb\xeb\x7b\x2b\x55\x5b\x6a\x17\x93\x6a\xfa\x36\x3d\x27\xa0\x5a\x52\x2f\xd0\xcb\x50\xc7\x6c\x1a\xbe\x1a\xf0\xfd\x6a\x24\x0e\x02\xdf\xaf\xc6\x6a\xec\x62\x36\xb5\xf9\x76\x7d\xa7\xa5\x52\xa1\x32\x51\x7d\xbe\x1a\xe9\x72\x17\x43\x69\xfa\x36\x31\x94\x86\x3b\x41\x51\xb1\x6a\xe4\x6b\x53\x4c\xac\x1a\x0e\x19\x45\xc4\xaa\x0d\xdd\x09\x05\xf0\x70\x14\x0d\xab\xa6\x2f\xd5\xb3\xe1\xab\xe9\x4b\xc5\xa4\x1a\x21\x0e\xea\x72\x55\xd3\x17\x77\x18\x9f\xbe\x31\xd6\x43\x46\xdc\x97\x0a\x5a\x95\x8a\x98\x89\xca\x59\xd5\x8e\xfe\x83\x9e\x66\x13\xb3\xa9\x4d\x3b\x2a\x5f\x55\xbb\xba\x93\xf1\x69\x6e\x09\x90\x19\x71\x7b\x6a\x4e\xd5\xe3\x73\x9b\x29\x72\x50\xd9\x45\xcb\x14\x37\xa8\xc7\x1d\xb9\x4c\x51\x83\x0a\x48\x2e\x53\xcc\xa0\x7a\x5d\xcd\xef\xa9\xe4\x4c\x8d\x83\xca\xe6\x5b\xa6\xb6\x41\x65\xf3\x2d\x53\xd7\xa0\x72\xec\x46\xa6\x8c\x40\x3d\x59\x2d\xa3\x25\x56\xfc\xa5\x03\x69\x97\x29\x17\x50\x4f\xa1\x17\x2c\xd5\xa9\x0c\x81\x65\x14\x28\xbc\x0c\xdc\xbe\x72\xec\x46\x06\x66\x5f\x8f\x7f\x9a\x19\x78\x7d\x3d\x83\x3e\xb1\x54\x67\x30\x58\x2c\x15\x85\x3b\x33\xf0\xf8\x7a\xdc\xb3\xc9\x40\xdd\xeb\x99\xba\x13\x7a\x1e\x37\xcc\x40\xdb\x2b\xd8\xba\x0c\xa4\xbd\x82\xad\xcb\x40\xd9\x2b\x9b\x6f\x19\x68\x7a\x3d\xee\x61\x66\xa0\xe6\x95\xd3\x35\x33\x10\xf3\x7a\x8c\x3e\x59\x70\x9d\x03\x3d\xe2\x6a\xc7\x97\xd6\x19\x78\x78\x3d\x17\x49\x60\x8e\x38\x6b\x33\x03\xdd\xae\x6c\xb7\x65\x20\xdb\x95\xed\xb6\x0c\xfc\xba\x72\x3c\x48\x06\xf6\x5c\xaf\x66\x85\xa5\xd9\x4d\x3c\xc7\xd2\xec\x66\x9e\xc3\x1c\xdd\xa2\x16\xf4\x0a\xbc\x10\x49\x63\xc3\x2b\x03\x25\xae\xb7\xea\x3f\xe7\xf3\x36\xe8\x11\x49\xbb\x9a\x15\xe2\x63\x60\xeb\x32\x20\xde\x4a\xdd\xd0\x0c\x78\xb7\x82\xad\xcb\x00\x71\xeb\xd5\xfc\x61\x64\xee\xe0\x4e\x8c\xcc\x1d\xbc\x05\x6c\xc2\xdc\xa9\x16\x23\xd2\x1c\xb1\x8e\xba\xae\x76\x33\x40\xd8\xca\xd6\x58\x06\x00\x5b\xef\x62\x1e\x08\x90\x71\x7a\x68\x06\x7d\x5a\xaf\xf1\x16\x34\xe8\x19\xff\x61\x48\xee\x81\x17\x0c\xc9\x3d\xf4\x89\xb1\xb8\x9a\x3f\xd6\x5f\x20\xed\xf2\xc3\xfa\xeb\x5e\xe8\xf9\xfa\xab\x3d\x8f\xfe\x3b\xb4\xd4\xcb\xa5\xc5\x7b\xed\x01\xb2\xf6\x68\x6e\x3d\x40\xd6\x1e\xcd\xad\x9b\xa3\xf6\x04\xf8\x74\x73\xd4\x9e\x80\x04\x3d\x27\xa0\x3d\x91\xb1\xbb\x39\x6a\x8f\x3e\xf0\x0e\xbd\x84\xcc\x3a\xf4\x12\x9c\x0d\xe8\xb9\xbb\x94\x9f\x41\x9f\xfa\xfe\x7c\x87\xa6\xb1\x89\x96\x1f\x0f\x9e\xb5\xa7\x42\xc1\x57\x7f\xed\xd1\xd7\xe8\xab\xbf\xf6\xe8\x2d\x70\x83\xd7\xc0\xd6\xe5\x67\x30\xf6\x0e\xd7\x6e\xf0\xda\xd3\x91\xee\x80\xcf\x2e\x5e\xe0\x73\xf0\x9e\x4d\x46\x3b\x19\xfb\x84\xb3\xc9\x3c\x4c\xe8\xe9\x4b\x9d\xd0\xd3\xbc\x4f\x28\x6c\xa8\x4f\x28\x6c\xf8\x9c\x50\xd8\x3c\xb7\x90\xae\x31\xbe\x05\x3d\xd3\x7f\xd0\xd3\x6c\x2e\x24\x71\x99\xb1\xf5\xbf\x08\x3b\x97\x64\x5b\x56\x5e\x3b\xd7\xdd\x8a\xdb\x04\x12\x24\x1e\x11\x7f\x67\x78\xba\xe6\x82\xfb\x5f\x70\x2c\x7d\x63\x1d\xc7\xb9\x61\xef\x5d\x64\xce\x4c\x10\x90\x48\x03\x09\x31\x18\x89\xa7\xf7\x62\x24\x48\x99\xb3\x14\xbb\xc6\xf6\x69\x6e\x63\xd7\xd8\xb8\x6b\xd5\x52\xec\x1a\xdb\xf7\xd1\xdb\x70\xdd\x35\x92\xe4\x2c\x85\x69\x6c\xdc\x1b\x64\x29\xce\xd4\x37\xa2\x6f\x96\x22\x5a\xd4\x82\xc5\xf5\xcf\x2a\x39\x2c\x6a\xfb\x8c\x89\x0e\xaf\x5e\xfb\x34\xb5\xb1\x11\x6d\x9f\xd1\x78\x58\xd4\xf6\x39\x0d\x6c\xba\x20\x25\xbc\xe9\x82\xd3\x85\x4d\x17\x5c\xb5\x0c\x4a\xaa\x05\x31\xab\x9e\x44\xcc\xca\x93\x07\x59\x2a\x4f\xc6\xb6\xb4\x41\x21\x6b\x29\x42\x55\xed\x93\x2a\x38\xc8\xd2\x19\xf8\x83\x2c\xfa\x08\x0e\xb2\x48\x15\x1c\x64\x19\xb4\x77\x90\x45\x8a\x3d\xb6\xb3\xed\x93\x62\x3f\x0c\xf5\x94\x2c\x0c\xb5\xd4\xc4\x41\x4e\xa9\x82\x8b\x9c\x9b\xff\x2e\x72\x6e\x3e\xa5\xcb\x98\x49\x79\x5f\xe4\x3c\x8c\xd9\x45\xce\x43\x7b\x17\x59\xf4\xf1\xc4\x46\xb4\x65\xa9\xeb\xd8\x88\x36\xd8\x79\x0c\xc2\x93\x96\x3f\x3e\xc8\xd8\x88\x36\x42\x71\x96\x62\xb3\xd9\xb2\xa6\x3d\xce\x35\x34\x28\x6b\xed\x0b\x2b\xdd\xb8\xba\xd6\xbe\x44\x2d\xcc\x2d\x44\x29\x8d\xcb\x9c\xec\x4b\xd4\x12\x9e\x50\xfb\x12\xb5\xb0\x88\xbf\x30\xc5\x2d\xc7\x9e\xc7\xbe\x30\xb7\x2d\x63\x60\xbf\xd8\x34\xb6\xcc\x6c\x7e\xe1\xed\x6c\x64\xcc\xd9\xf7\xd1\x7a\xd3\x7f\x85\x12\x75\x7e\xc8\x32\xf5\x24\xb2\x4c\xd5\xd9\x29\x21\x67\xf8\x3e\x5b\x66\xd9\x7e\x1f\x72\x6e\x7a\xf4\x21\xe7\x56\x2d\xc8\x19\x98\xd9\xbe\x38\xf2\xd7\x32\xf3\xf0\xc5\x46\xb4\x71\xdd\x97\x7d\x1f\x7d\x38\xb4\x97\xe9\xc3\x41\xce\x4c\x1f\x02\x57\xd9\x97\xe9\xc3\xd5\x7f\x21\x27\x3c\x3e\xf6\x85\x09\x6f\x25\x42\xa9\x06\x9d\x4c\x2b\x81\x6f\xed\x0b\xdf\x67\x2b\xac\x95\xaf\xf0\x9e\xc6\xba\xf0\x9e\xd3\x7a\x98\xe9\x46\xb6\x99\x7d\x61\xa6\x5b\xa9\xb4\x10\x66\xba\x95\xa6\x5a\x68\x41\xa3\x1b\x3b\xca\x56\x9a\xda\xbb\x94\xa8\x25\x4e\x47\x34\x32\xd1\xec\x8b\x1d\x65\x2b\x9d\x3e\x84\x79\x6f\xb0\xe9\xda\x67\xc8\x89\x32\xfd\x0c\x39\x87\xde\xa3\x75\xd6\xca\x67\xb4\xae\x39\x32\x5a\x9f\xaa\x93\xd6\x27\x73\xeb\xb4\x8e\x11\xfd\x62\x0f\xd9\x8a\x66\x2c\xf6\x90\xad\x68\xc6\x9c\x91\x40\xb5\x7e\xce\x48\x1c\xc6\xd3\x19\x09\xcd\x8a\xd3\xde\xa5\x96\x4a\x8f\x2e\xed\x55\x7a\xf4\x90\xac\xd2\x23\xd4\xee\x17\x26\xbc\x19\x46\x14\x0a\x9e\x66\xe1\xad\xb6\x2f\x0c\x7a\xb3\xa4\x27\xe3\x9b\xb0\x8f\xff\xc2\xa0\x37\xd2\xe2\xec\x8b\xdd\x5f\xb3\xcc\xe8\x62\x60\xad\xa8\x94\x29\x31\x63\x11\x65\x6a\x66\xbc\xd7\x69\xdd\x99\x23\xcc\xad\xfd\xcc\xfb\x1f\x55\xf2\x37\xa8\x12\xec\xf4\x61\x19\x89\x18\xda\x37\xa8\xb2\x31\x61\x58\x46\xeb\x74\x1d\xcb\x68\x9a\x68\x2c\xa3\x69\xa2\x07\xdd\x1b\x08\x3d\xe9\xde\x60\x89\x61\x27\x0d\xab\xf9\xc5\xc6\xb0\xd9\x64\x20\x62\x63\xd8\x0c\xb4\xfb\x61\x35\x6d\xd2\xd9\x89\x2c\x8b\x49\x99\x74\x6f\x21\x75\xf8\x53\x9b\x2d\xbd\x87\x9c\xfa\x24\xb0\xaf\x64\xc5\x19\xec\x43\xcd\x16\xfd\x9b\xc8\xb9\xf9\x08\x16\x72\x82\xb9\x3e\x6c\xaf\xe9\x73\xc1\xf6\x12\x86\xb4\x0f\xdb\x4b\x18\xd2\x3e\x6c\x2f\x61\x48\xfb\xb0\xbd\x76\xe8\x2d\xb6\xd7\xf4\x29\x2d\xfa\x70\xd5\x1e\x7d\xb8\x8c\x2e\xb6\xd7\xf4\x61\x61\x7b\x5d\x9f\x12\xb6\x97\x30\xa4\x7d\xd8\x5e\xff\xf4\xdf\xa3\x44\xdf\x31\xb0\x84\x28\xed\xc3\xc0\xfa\x47\x1f\x30\xb0\x84\x28\xed\xc3\x88\xba\x3e\x33\x8c\xa1\xeb\xc3\xc2\x18\x3a\x66\xfa\xc3\x18\xba\x54\xf9\xa1\x4e\xa3\xce\x43\x9d\xa0\xf2\x0f\x63\xe8\x18\x66\xd8\x95\x9a\xeb\xcb\x3a\x48\x2d\x65\x73\xa9\x45\x2a\x04\x33\xe6\x4d\xff\x39\x25\x5a\xb8\x8c\xc4\xa0\x85\xcb\x48\x0c\x66\xf3\x52\xa7\xbe\x97\xcb\x48\x4c\xbe\xc1\x47\x0b\xfa\x26\xc2\x67\xda\x5c\xaa\x00\x33\x46\x18\xd2\x3e\xcc\x18\xf9\x7a\xf6\x3d\xda\xdb\xb4\xf0\x68\x0f\x23\x9a\x31\x71\x1e\x2e\x0e\xcb\x89\x16\xae\xfe\xa3\x0f\x11\xb8\x32\xb8\x9d\x1a\xfc\x54\x96\x31\x86\x04\x25\x2d\x63\x0c\x3d\xc2\xcf\x96\xe3\x94\x79\xf3\x08\x71\x59\x8e\x53\xe6\xad\x26\xd5\x32\x29\x1d\x4a\x21\x67\x0d\xf7\x87\xc1\x10\xd5\xa0\xa8\xb6\x8c\x31\xac\xa0\xb3\x8c\x31\xac\x05\x39\x31\x86\xdc\x57\x68\x39\xf6\xac\x8d\x2b\x5d\x2d\xc7\x9e\xb5\x55\x40\x57\xc6\x50\xc2\x5d\x65\x19\x43\x59\x5d\x75\x86\x9c\x35\x3c\xbd\x96\x31\x94\xb5\xaa\x75\xe4\xac\x92\x0c\x39\xab\x5a\x88\xf1\xac\x98\x95\x8c\xa1\xac\x4d\x2d\x5c\x4a\xf1\x15\xe4\x8c\x9c\x18\x12\x78\xad\x1a\xa1\x4d\xcb\x18\xc3\xca\xfe\x2b\x63\x0c\x61\xc7\xb2\x9c\x91\x65\xea\x49\x64\x61\xe7\x0b\x03\x56\xab\xac\xf7\x9c\x69\x8f\xf5\x9e\x63\xaf\xdb\x60\xc7\x32\xd8\xb1\x1a\x39\x87\x96\x0b\xe3\xa9\x79\x2f\x8c\x27\xc6\x02\xe6\xac\x56\x31\xda\x19\x23\x5a\xe3\x8e\x0b\xcb\x18\xd1\xca\x9a\xce\x18\xd1\xaa\xaf\x00\x23\x5a\xdf\xdf\x1c\x17\x19\xfb\x5a\x9f\x04\x43\x4c\x7d\x20\x86\x98\x6c\xdb\x32\xb6\xb7\xa1\x26\x72\x1c\x52\x69\x0d\x35\x91\xb1\xbd\xc4\x47\x2d\x63\x7b\xdb\xa7\xf7\xa2\x0b\x8d\x4d\x78\x8e\xad\x75\x6b\x99\xe9\xc3\x12\x13\xf5\xb4\x8c\x25\x86\x8b\xdc\x32\x96\x98\xc4\x45\xcb\x58\xe2\x86\xa3\x24\x47\xca\x40\x6b\xa0\xba\x1c\x5b\xf2\xd6\xf4\xb9\x60\xa5\x1b\x5b\xb3\x8c\x95\x26\x1f\xd1\x32\x56\xba\x55\xbd\x17\x9f\x67\x03\xc7\x65\x47\xce\xae\xff\x90\x73\xa8\xce\x41\x89\x1e\x61\xc1\x1b\xaa\x20\x63\xc1\x1b\xc6\x22\x3b\x72\xb2\xfd\xca\x15\x59\xf4\x49\x54\x64\x01\x9d\x41\x67\xd6\xda\xa5\x96\x4a\x7b\xe0\xb1\x5c\x19\x89\xa7\x5a\xa2\x05\x32\x09\x2d\x63\xdd\x21\xf8\xb2\x1c\x7e\xdf\xd6\x33\x63\x16\x7e\xdf\xd6\x8b\xfe\x33\x4a\xcc\x51\x6c\xd7\x5b\x37\xda\xc3\xf2\x93\x3b\x68\x39\xfc\xbe\xad\x83\x8b\x21\x4c\x6b\xbd\xea\xbf\x98\x23\xb2\xfe\x2c\x47\xb8\xb4\x11\xa2\xb4\xdc\x90\x0c\x33\x9d\xc1\x0f\x5d\x63\x06\x7e\x20\x44\x69\x99\x0d\x7a\xc7\xf8\xe6\x8e\x64\x53\xff\x21\x19\x98\x0b\xa2\xb5\x46\x66\x9f\x65\xb0\x05\x99\x7d\x96\xd9\xca\x93\xcb\x67\x99\xad\x7c\x07\xfb\x42\xc9\xd6\xfa\xe5\x4b\x66\x2b\xdf\x2f\x52\x0f\x24\xc3\x39\x91\x81\x21\xfd\x51\x27\xdb\xfc\xfe\x98\x77\xb6\xf9\x43\x5f\x39\xdb\xfc\x20\x14\xfb\x29\xc5\x98\xc1\xbc\x6e\x39\xb2\xe2\xda\xd0\xb7\xcb\xc6\x9e\x7c\x3d\xcb\x11\xac\x6d\x03\x94\x9c\x81\x13\xe4\xe4\x59\x06\x4e\x8c\x4a\xeb\xc0\x09\xc2\x90\x06\x05\x5c\x1b\x95\x79\x00\x4e\x0c\x4c\x55\x06\x4e\x0c\x4c\x55\x06\x4e\x0c\xcd\x03\x20\x61\x68\xe4\x01\x02\x03\x30\x93\xd9\x84\x0f\xa9\x2c\x36\xe1\x63\xe9\x49\x24\xd3\xd7\x0a\x48\x20\x43\xcf\x32\xbb\xe2\x81\x23\x28\xb3\x2b\x86\x7b\xcc\x20\xa0\x6b\x70\x8f\x19\x04\x74\x6d\xe0\x16\xca\x9b\x1e\xe9\x4b\xde\xf4\x48\xa3\x1b\xe1\xd9\x36\x65\x72\xd8\x31\xcf\xa4\x16\x1e\x25\x5a\x00\x24\x4c\x69\x14\x40\xc2\x94\x71\x02\x24\x40\xd9\x6e\x19\x90\x40\x88\xd2\x32\x3b\xe6\xf9\x31\xef\xec\x8a\x67\xa6\xef\xec\x8a\x67\xa1\xef\x97\x5a\x8c\xd9\x04\x24\x90\x24\x67\x99\xfd\xec\x64\x27\x93\xd9\xcf\x4e\x99\x9c\x4b\x2d\xd2\x21\xe1\x83\x6e\x53\x26\x07\x00\x31\x1b\x92\x01\x20\x66\xa3\x85\x47\x8f\xda\x5f\xee\xb8\xb0\xfc\xe8\xac\x26\xfa\x21\xa6\x26\x1a\xa4\x31\x65\xb7\xd8\x5a\xc3\x25\x6f\x99\xed\xf3\x1c\x0c\x67\xc4\x71\xdb\x1c\xfa\x8f\x2e\x0c\xd5\xc9\xc0\xcb\x6e\x3d\x06\x9e\xed\x65\x49\x88\xc9\x82\x2b\x09\x59\xc0\x2b\x70\xfd\xb5\x79\x54\x72\x4a\x83\x12\x43\x86\xff\xa8\x80\x2d\x66\x1c\x9b\x32\x58\x01\xdb\xbc\xaa\x93\x21\x8b\x18\xb6\x15\x36\xe1\xf3\xea\x3d\x86\x8c\x85\x5a\x12\x72\x46\x94\xd5\xe0\x0f\x6c\xf3\xf1\x1f\xb8\x63\x25\x95\x62\x5c\x16\x38\xb5\x80\x3b\x16\xe8\xa5\x80\x3b\x16\x5b\x9e\x02\xee\x58\x18\xa7\x02\xee\x58\x18\x27\x38\x09\x1b\x44\x72\x56\xc0\x16\xb0\xd5\x5b\x01\x5b\xc0\x4f\x6f\xf0\x15\xb6\xc5\xe7\x52\x32\x2d\xe0\x21\x2e\xa0\x89\x05\x96\x29\xa0\x89\xc5\xe2\x2f\xa0\x89\x05\x5e\x29\xa0\x89\x85\x5b\xa8\x80\x26\xc8\x39\xb4\x02\x9a\x58\xb8\x15\x0a\x9b\xf0\x85\xa2\x2d\x99\xd6\x31\x55\x05\xa4\x41\x96\xa1\x15\xd0\xc4\x42\xed\x16\xd0\x04\x2c\xf7\x56\x0a\xa3\x04\xa2\x2d\x85\x51\x62\x77\x54\x0a\x7d\x98\xfa\x8f\x3e\x2c\xfd\x47\x1f\x16\xfd\x63\x9b\x0f\x3b\xbe\x15\x50\xc8\xd2\xd7\x03\x9c\x58\xf8\xfb\x0b\x70\x02\xae\x7c\x2b\xc0\x89\xc5\xfe\xa4\x00\x27\x16\x4a\xa3\x00\x27\x16\x4a\xa3\x44\xe0\xb8\xed\x44\x1f\xd8\xe6\xef\x4f\xb5\x38\x25\xc6\x0c\xa8\xb1\xf1\x1b\x16\xa0\xc6\xce\x7a\x2f\x46\x09\x52\x3b\x2b\x80\x84\xad\x79\x00\x24\x6c\x30\x65\x01\x24\x6c\xcd\x0a\x20\x61\x37\xbd\x47\xeb\x5d\x25\x5a\x67\x27\x5a\x9c\xd6\x71\xcf\x15\x00\xc4\x66\xfd\x15\x40\xc2\x66\xc5\x95\xf0\xf0\xb7\x3d\xf5\xdf\xa6\x84\x9c\x00\x08\xc2\xa5\x56\x80\x0c\x1b\x25\x5c\x80\x0c\xe4\x15\x5a\xa9\x48\x06\x6e\x2c\x38\x0b\x36\x48\xb1\x00\x20\x36\xd8\xb0\xe0\x1e\x20\x5b\xd0\x0a\xee\x01\x88\xf2\xac\x44\x50\xb9\x41\x94\x67\x05\xa8\x71\x00\x17\x05\xc8\x70\x50\xb4\x05\xc8\x70\x70\xd6\x15\x20\x03\x99\x84\x56\x30\xe1\x90\xe8\x59\xc1\x84\x9f\x42\xff\x30\xd3\xe4\x0e\x5a\xc1\x4c\x1f\xdc\xa4\x05\x53\x4c\x30\xd3\x0a\xa6\xf8\x60\xfe\x20\xdb\x6c\x87\x7d\x1b\x64\x9b\xed\x68\x75\xe0\x2d\x80\xc5\xdf\x0a\xde\x82\x03\x74\x2b\x98\x62\x02\x9d\x56\xf0\x16\x10\xcc\xb4\x82\xb7\xe0\xe0\x11\x28\x78\x0b\xc8\x39\xb4\x82\xb7\x20\x72\x0e\xff\xa8\x92\x61\xfa\x6c\x47\x9f\x3c\x76\xf9\x48\x29\xb2\x95\x3f\x9a\x06\xb6\xf2\x07\x3b\x59\xd8\xca\x1f\xb6\xeb\xb0\x80\xb6\x23\xa5\x88\xb5\x3d\x20\x94\xc2\x96\xfc\x48\xf1\xb1\x25\x3f\x6c\xe2\x0a\x5b\xf2\xa3\xc9\x64\xdb\x7d\xd9\x84\x97\x88\x14\xb7\x2b\xe5\x86\xcd\xbe\x5a\x0e\xd8\xec\xcb\x26\xbc\x60\xb3\xc9\x24\x34\x58\x47\xdb\x2d\x7a\x72\x51\xa2\x47\xd8\xe5\x6b\xfa\xef\x51\xa2\x16\x6c\xef\x65\xdb\x56\xf0\x56\x5f\x4d\x2d\xb6\xf7\x82\xc3\x0b\xd6\x96\xab\x41\x0d\xee\xd2\x76\xb1\x93\x70\x97\xb6\xab\xe9\x8b\x94\xed\x76\x41\x98\x85\xcd\x3b\x17\x85\x5a\xc1\x3f\x7d\x3b\xff\xe1\x9f\xbe\x52\x75\xf8\xa7\xaf\x26\x1a\x7b\xae\x40\x27\x0c\xa8\x8d\x6b\x43\xad\x60\xcf\xb9\x56\xd3\x4a\xc4\x94\x9b\x02\x81\x25\x8e\x69\x35\xb2\xe9\xac\x60\xeb\xc9\x91\xb3\x82\xad\x7f\xfa\x90\xd9\xf4\x3f\x7d\x90\xd8\x73\x05\xfb\x0a\x46\xfb\xb1\xd9\x2c\x18\xed\x27\x55\x8e\xd1\x26\x2b\xce\x0a\x46\xfb\xa9\xef\xf8\xc3\xc9\x83\xb3\x82\x3f\x5c\x81\xc0\x82\x41\x7f\x84\x87\x0a\x06\xfd\x69\x24\x30\xe8\xaf\x4b\x16\xe4\xc4\xbf\x59\x70\x32\x3c\x29\x7d\x9c\x0c\x64\xd3\x19\x7c\xaf\xed\x11\x3a\x32\x8c\xfd\xc3\xb5\x65\x38\x19\xc8\x98\x33\xc3\xd8\x3f\x70\x38\xcc\xb0\x8d\x8c\x39\x83\x19\xb6\x29\x64\x68\x38\x19\x5e\x9c\xe2\x30\xc3\xc9\xc0\x55\x9d\x66\x00\x81\x77\xd4\x02\x23\x88\x9a\x37\xdc\x0a\x64\xda\x99\x61\xde\x1f\x4e\x0d\xc3\xbc\xbf\xa7\x27\x91\x8c\x7d\xa9\x85\x09\xef\x10\x1f\x98\x85\x7b\xa0\x2b\x80\x68\xe1\x1e\xe8\x29\xe9\xc9\x15\xa5\x4f\x75\x6e\x4a\xf4\x21\x7c\xe5\x3d\x71\x0a\xc0\xc2\x57\xde\x13\xea\xcc\xc2\x57\xde\x21\x4f\x34\x0b\x5f\x79\x4f\x45\x4f\x16\x4a\x8f\x92\x45\xc9\xf4\x9e\x53\xd2\x7b\xc8\x49\xa8\xdf\x02\x08\xf4\xe4\xfa\xaf\x53\xea\x94\xe8\x83\xeb\x49\xfa\xc0\xaa\xb2\x8c\x9c\x7c\x3d\x56\xa8\x05\x03\x64\x85\x27\xf9\xe6\xad\xd0\xdb\xc1\x78\x16\x7a\x8b\xb1\x87\xaf\xb7\x27\x0c\x90\x19\x3d\x22\xf6\x60\x86\xd4\x98\x77\x33\xa4\x06\x1c\x9a\x21\x99\xe6\xd6\x68\x4f\x73\x1b\x06\xb6\x73\x1d\xa7\x59\xec\xd0\x3b\x14\x8c\x66\xce\x08\x3e\x95\x68\x0f\x7d\x66\xce\x08\xe2\x73\x30\x67\x04\x09\x20\x5a\x18\xd8\xfe\xa5\xbf\xa9\x64\x0b\xfb\xda\xe1\x71\x34\x0b\xfb\xda\xbf\x4f\x55\x86\x28\x1f\x8a\xcf\x22\x82\xde\x3f\x5c\x0e\x16\x11\xf4\x0e\x0b\x89\x59\x58\xdb\xfe\x11\x1b\xb6\xb0\xb6\xfd\x2b\x7a\xb2\x50\xa2\x7b\x61\x6d\xfb\x67\x7a\x0f\x31\x4d\xff\xc5\x50\x93\x93\x67\xd0\x18\xf7\x8f\x45\x0c\x8d\x71\x27\x0b\xcf\x2c\x6c\x68\x57\x78\xcf\x62\xdb\xdd\xbf\xa1\xff\xe8\x11\xb6\xc9\x1a\x3d\x62\xc3\x6c\x8d\x16\xa6\xea\x8c\x81\xff\x96\xfe\xa3\xb7\x78\x1f\xad\xd1\x5b\x4d\x5f\x47\x16\x7c\x91\xd6\x91\x05\x9f\x94\x75\x64\xc1\xfb\x68\x1d\x59\x30\x5c\x16\xee\xfe\xae\x10\x9e\xc5\x96\xbc\x7f\x18\x2e\xeb\xc8\x09\x9a\xb7\x8e\x2c\x57\xed\x21\x0b\x68\xde\x06\xad\x83\x3b\x2c\x36\xd3\x3d\xb3\xdd\xb3\xb0\xe7\x3d\x6b\xfe\x62\xfb\xdc\x33\x18\xcf\xc2\x2e\x77\x32\xf4\xcc\xc2\xf8\xf6\xac\x59\x99\xbc\x87\x5b\xc8\x62\x6b\xdd\x33\x4e\x0d\x8b\xad\x75\xe7\xea\x4c\xb3\x49\x9d\xae\xf7\x62\x04\x33\x88\x0f\xca\xe8\x9e\x41\x21\x16\x66\xba\x93\x77\x67\x16\x9b\xe9\x9e\xf1\x14\x42\x27\xdd\x33\x71\x09\xe8\xa4\x7b\x06\x79\xdb\x42\x16\xf0\x9f\x2d\xda\xd3\x82\x5b\xb4\x07\xfe\xb3\xf0\x9c\xf7\x8c\x8b\xc3\x36\x75\x82\xae\x21\x9e\xee\x59\xb3\xb9\x79\x0f\x97\x91\xc5\xc6\xb7\x2b\xa0\x67\x07\x39\xf1\x09\xdb\xe1\x3d\x2d\xb8\xc3\x48\x68\xc1\x85\x69\xec\x45\x4a\x31\x4c\x63\x2f\x6c\x91\x2d\x4c\x63\x2f\x78\xe3\x2d\xfc\xe1\xbd\x68\x3d\x84\x3f\xbc\x17\xad\x87\x30\x9b\xbd\x14\xd5\x19\x92\x15\x8d\x7c\x6c\x6e\x7b\xd1\x58\x87\x31\xec\x05\x77\x12\x24\xd8\xbd\x80\xa0\xed\xd1\x82\x14\xd8\xa3\x85\x46\x7b\x61\xd4\xba\xc2\x74\x16\x46\xad\x17\xa9\xb3\x30\x6a\x9d\xdc\x3a\xb3\x30\x6a\xbd\x0c\x3d\x89\x2c\x84\x59\x3d\xd1\x3a\x86\xcb\x13\x7d\xc7\x70\x79\xa2\xef\x18\x2e\x08\xb9\x7b\x41\x9d\x41\xc8\xdd\x61\xc9\x31\x0f\x33\xd6\x15\xa6\xf3\x84\x64\x47\x4f\x22\x19\x86\xcb\x13\x92\x61\xb8\x3c\x8c\x5a\x27\x27\xcf\xfc\x43\x16\x0c\x97\x7f\xc8\x82\x72\xf3\xd8\x97\x76\xe3\x9b\xf7\xd8\x6d\x76\xee\x9d\x34\xe8\xc0\xbb\xe1\xc8\x83\x0e\xbc\x1b\x23\xef\x98\x31\x05\xe6\x1c\x33\x66\x45\x75\xc6\x3c\x98\xa9\x96\x58\x7f\x86\xe3\xc2\x31\x71\x86\x9b\xd4\x31\x71\x06\x3c\x73\x4c\x9c\xe1\x26\x75\x4c\x9c\xb1\x1e\x1c\x33\xa6\xc8\x9c\x63\xc6\xe2\xde\xc9\x3f\xaa\x64\xc7\xc2\x19\xfe\x2a\xc7\xc2\x71\xd1\xa4\x39\x16\xce\x40\x28\x8e\x85\x33\xce\x2e\x78\xa6\x7b\x40\x74\xb8\xcf\xbb\x82\x76\x70\x9f\x77\x05\xdf\x3c\xd3\x3d\x70\xb8\xc7\x76\xb6\xc3\xf8\x67\x5e\x18\x5c\x36\xa2\x5e\xe8\x02\xaa\xce\x0b\x5d\x60\x5b\xea\xd8\x50\xe3\x18\x8c\x17\xe4\x44\x0d\x7a\x41\x4e\x0e\xa5\x39\xf6\x55\xe1\x36\xc7\xbe\x92\xf5\x67\x8e\x7d\x55\x48\xcd\x0b\x72\xea\x23\x28\xc8\xf9\xf4\x64\x4c\x83\x82\x68\x1e\xdb\xd9\xee\x1f\x75\x62\x7b\x9d\xed\xac\x63\x7b\x3d\xeb\xc9\x46\x89\x29\x0a\xcf\x79\x77\xe2\xf0\x1e\x9e\xf3\x4e\xd6\x9f\x79\x78\xce\xbb\xeb\x93\xc0\x2e\x7b\xd1\x7f\x21\x8b\x9b\xea\x44\x16\xf0\x8a\xc7\xa6\xb8\xbb\x3e\x1e\x6c\x36\xac\x85\x06\x7b\x7c\xe7\x9a\x4b\x73\x6c\xb6\xc2\x6d\x8e\xcd\x76\x7d\x3c\x8e\x64\x20\x7d\x0f\x5f\x79\xe7\x2a\x4b\x73\xcc\x34\x19\x81\xe6\x98\x69\xc7\xfc\xb9\x23\x35\x5e\x4b\x77\xa4\xd6\x17\x82\x09\x77\xb0\x0c\x6c\xf5\xdd\x27\xb3\x89\xf1\x75\x4c\x9c\x57\xc6\x4c\xcb\xbd\x32\x66\x9a\xe9\x4a\x7b\xf8\x30\xe1\xae\xef\x4e\xd8\x13\xee\xfa\x4e\xbe\x9e\xc1\x5d\xdf\x2b\xdb\x60\x8f\xe3\x6b\xbd\x6a\xa1\x62\x7c\xab\x66\x0c\xe3\x4b\xf6\x9e\xc1\x72\xdf\xab\xc6\x1a\xe3\xab\x10\x97\xc7\xf1\xb5\x5e\xd9\x3d\x38\x06\xb6\x72\xbe\xc4\x31\xb0\x95\x5d\x80\x63\x60\x2b\x20\xc1\x31\xb0\x15\xa4\xef\x71\xa5\x4d\x57\x00\xca\x31\xb0\x75\xea\x3d\xda\x63\x27\xea\x83\xf6\xf4\x5d\xc7\x46\xbb\x57\xc2\xc8\x1e\x1b\xed\x4e\x56\x9c\x79\x6c\xb4\x7b\x3d\x7a\xd2\x28\xd1\x07\xcc\x74\xbd\x7a\x8f\x71\xc1\xa0\xfb\xa0\x0f\x18\x74\xc7\x84\x37\x1c\x09\x8e\x09\xe7\xd2\x4b\xf3\x08\xe0\x77\xae\xb2\x34\x8f\x2d\x79\x6f\x1a\xc1\xd8\x92\xf7\x86\x8f\xd6\x63\x4b\xde\x9b\xc6\x0c\xd3\xdf\x38\x59\xe0\xe1\x47\xef\x4d\xea\x2c\x0e\xc1\xf5\xc6\x79\x1d\x8f\xe0\x7e\x57\x64\xc7\x23\xb8\xdf\x1b\x8e\x04\x8f\xe0\x7e\x6f\xf8\x61\x3d\x12\xa2\x7a\x6b\x7a\xb2\x51\xd2\x93\xf4\x81\xdd\xa6\x03\x27\x5a\xa7\xb7\xc0\x89\x36\xd4\x1e\xfd\x93\xc9\x01\x4e\x28\xce\xe3\xc0\x89\xa6\x2f\x72\xd2\x3f\x69\xa2\x49\xff\x70\x7b\xf9\xa2\x7f\xd2\x21\x8b\xfe\xb1\xeb\x77\x60\x48\x23\x84\xe7\xc0\x90\x26\x43\x02\x0c\x21\x31\xcd\x1c\x18\x12\x89\x69\x7f\x56\xc9\x11\x0a\xe8\x1d\xcc\xe5\xe1\x80\xe8\xfd\x53\x73\xd1\xbd\x2e\x1b\x03\x7a\xe9\x6c\x79\x1c\xf4\xd2\x8b\x9a\x8b\xee\x75\x53\x17\x2e\x25\x9e\x8c\xb8\x7f\xef\x9a\x22\x90\x4d\x97\x9a\x00\xd9\x74\xd9\x9f\x8d\x2c\x04\x99\x7c\xd3\xba\x26\x6c\xd3\x7a\xd5\x93\xb4\xce\xd6\xda\x37\xad\xb3\xb5\xf6\x4d\xeb\xa0\x09\x3f\xb4\x0e\xd6\xf6\x43\xeb\xa0\x33\x07\x1f\x75\x4d\xe6\xa1\x75\xb0\x9a\x83\x96\x3a\x68\xc2\x0f\xb2\x4c\xbd\x87\x2c\x6c\x87\xfc\xd0\x1e\x67\x33\x1c\x5c\xd5\xb5\x8c\xc0\x4e\x5d\x0b\x07\xec\xd4\xc1\x63\x0e\x76\x52\x38\xca\x2f\x2d\x3c\x95\x68\x41\xa8\x00\x5c\x35\xf0\x76\x3a\xb8\x6a\xb0\x65\xf5\x70\x24\xf4\x21\xa5\x0f\xae\x1a\x1c\x90\x73\x70\xd5\xd0\x8c\x81\xab\x86\x30\x42\x38\x12\xfa\xd0\xfc\x85\x23\xa1\x0f\x99\x00\x30\x17\x97\x49\x9a\x83\xb9\x86\x16\x15\x98\x6b\x54\xfd\xb7\x28\xa9\x3d\xe4\xd4\x3c\x3c\xe4\x6c\x7a\x2f\x46\x49\xe1\x28\x8f\x88\x42\x1f\xf8\x4c\x2b\x08\x6c\x30\x2b\x35\xd1\x07\x4c\x40\x4d\xf4\x61\xe8\x49\xfa\x00\xfe\xab\xa0\xb3\x01\x10\xa8\x20\xb0\x01\x10\xa8\x20\xb0\xc1\x82\xab\x09\x39\xc1\x7f\x35\x21\x27\x07\xb3\x6a\x42\xce\xa3\xf7\x90\xf3\xaa\x3d\xe4\xc4\x68\x57\x90\x1b\x17\x3f\x5a\x05\xb9\x29\x54\x55\x41\x6e\x0a\x4e\xd5\x88\x28\x74\xf2\xe7\xac\xe2\x8e\x98\xb8\x1c\x6a\x44\x14\xfa\x24\x64\x58\xc1\x78\x64\xd3\x59\x05\xb9\x4d\x9c\x75\x15\xe4\x36\x3f\xa4\x06\xb9\x4d\xd6\x66\x05\xb9\x91\x4d\x67\x15\xe4\xc6\x85\x91\x56\x41\x6e\x93\xaf\xa0\x82\xdc\x26\xe6\xa8\xe2\x9c\x50\x88\xab\xe2\x9c\x98\x04\x80\x2b\xa8\x8e\xab\x25\xad\x02\xcf\x26\xc6\xa9\x02\xc1\x26\x2b\xb5\x02\xc1\x26\x0e\x88\x0a\x04\x9b\x78\xce\x6b\x41\x16\xd4\x6e\x2d\xc8\x42\x68\xac\x02\xa5\x26\x6e\xaf\x0a\x94\x9a\x4d\xff\xc5\x8c\xcd\xae\xff\x68\x0f\x58\x50\x81\x4b\x53\x5f\x01\x70\x49\x71\xac\x6a\xb4\xc7\x2e\xa0\x1a\xed\xb1\x6e\x2b\x90\x68\x4e\xfd\x47\x7b\x84\x3d\x2b\xae\x8a\x49\x58\xbe\x02\x97\xa6\xbe\x1e\xe0\xd2\xc4\xc7\x5e\x81\x4b\x73\x31\x7f\x40\xa2\x09\xa8\xac\x40\x22\xc5\xc6\x2a\x90\x48\xd1\xb0\x0a\x24\x9a\x98\xdb\x0a\x24\x9a\x7f\xbb\xc2\xde\x2a\x1e\x8e\x89\x42\xa9\xce\xc7\xa3\xcf\xd3\xf9\x78\xd8\x82\x54\xb0\x13\x57\x67\x5a\xc5\x55\x31\x9f\x4a\xd4\xc2\xc1\x9e\x0a\x06\x9a\xd8\xe5\x1a\xee\xfe\x4e\x02\xa2\x55\x30\xd0\xd2\x07\x89\xab\x62\xa1\x5e\x6a\x9c\x2c\xe8\x0b\x97\x7e\x8d\xd3\x03\x7d\xe9\x83\xc4\x8d\xa1\xd0\x58\x05\x2d\x2d\x36\x8d\x35\x0e\xfb\xf7\x85\xb7\xac\x82\x96\x14\x28\xab\xb8\x31\x16\xca\xa6\xe2\xc6\x50\xa0\xac\x82\x96\x96\xab\x96\x47\x89\x3e\x80\x96\x16\x67\xab\x6b\x9c\x25\xe8\x4b\x9f\x59\x9c\x25\xe8\x0a\x9b\x55\xdc\x18\x0b\xeb\x5e\x71\x63\x2c\x0c\x42\x05\x65\x29\x6c\x56\x41\x59\xab\xd3\x07\x50\xd6\xea\x6a\x0f\x39\x87\xfe\x63\x24\xa4\x7a\x40\x59\x0a\x9b\x55\x50\xd6\xc6\x3b\x5e\x41\x59\x1b\xc4\x57\x41\x59\x5b\xbd\x05\x65\x6d\x4c\x63\x05\x65\x71\x05\xa6\x55\x50\xd6\xc6\x1b\x58\x41\x59\x1b\x3f\x73\x05\x65\x91\xe7\x67\x15\x94\xb5\x35\x2e\xa0\xac\x5d\xd5\x42\xc8\xb9\xc1\x2b\x15\x24\xb5\xd5\x23\x90\x14\x19\x7a\x56\x31\xda\x0a\x16\x55\x8c\xf6\x66\x5f\x53\x71\x47\x90\x69\x67\x75\xd3\x23\x76\x39\x75\xd3\x23\x36\xbe\x75\xd3\x23\x7c\x7c\x15\x63\xcf\xe5\x95\x56\x37\x72\x72\xc4\xb0\x6e\xe4\xbc\xaa\x65\x50\x62\x1e\x30\xf6\x5b\x8a\x16\x37\xc6\x91\xfa\xc4\x84\x2b\xe4\x54\x31\xe1\x47\x0a\x13\x13\x7e\x38\x71\x51\x31\xe1\xa7\xaa\x96\x46\x49\xff\x75\x4a\x2c\x46\xcc\xfb\x01\x40\xd4\x88\x36\xf4\xa3\x2f\x24\xa2\x0d\xfd\x48\x11\x61\xde\x8f\x46\x30\xa2\x0d\xfd\xb0\x2f\xad\x11\x6d\xe8\x07\x17\x5c\xc5\xf4\x1f\x29\x1b\x5c\x2a\x67\xe9\x3f\xfa\x20\x73\x04\x2c\x38\x04\xed\x2a\xb0\xe0\xb0\x13\xad\x17\x39\xb5\xfa\x2f\x72\x82\xc3\x2b\x20\xe1\x10\x42\xaf\x80\x84\xa3\xd5\x0f\x48\x50\xec\xa8\x02\x12\xc8\x8a\xb3\x7a\xe9\xc3\x55\x9d\xf4\x81\xb3\x43\x15\xc7\xcc\xd5\x58\x03\x20\xa0\x87\xb3\x0a\x80\xb8\x32\x24\x00\x88\xcb\x79\xfb\x0a\x80\xb8\x04\xf4\x2a\x00\xe2\x72\xac\xaf\x02\x20\x2e\x00\xa2\x02\x04\x2e\x90\xaf\xe1\x8a\xb9\xac\xcd\x86\x2b\xe6\x82\xbc\x1b\x40\xe0\x02\x12\x1a\x40\x80\xfb\x23\xad\x01\x04\xb8\x3f\xd2\x1a\x40\xe0\x02\xdd\x1a\xa6\xff\x62\xd0\x1b\x26\xfc\xa2\x31\x1b\x26\x1c\x4a\x36\x6b\x98\xf0\x8b\x63\xa6\x61\xc2\x23\x6d\xec\x8f\x2a\xb9\x7d\x08\xf6\xf4\x1a\x82\xa1\x4c\x1b\x96\xff\x11\x6c\x68\x58\xfe\x07\x9e\x6e\x58\xfe\x87\x97\xad\x61\x6d\xe1\x75\xb3\x86\xb5\x7d\xa8\xc8\x86\xb5\x7d\xe0\xb1\x86\x45\x7d\x28\xc5\x86\x45\x7d\xe0\xe2\x86\x45\x7d\xe0\xb1\x16\xf1\xfb\xae\x6c\xb3\x86\x53\xe3\xf1\x41\x36\x9c\x1a\x8f\x4d\x71\xc3\xa9\xf1\xf8\x3c\x1b\x96\xf8\x4d\xd5\x49\x7b\x5b\xb5\x5c\x4a\xf4\x01\x6b\xab\x70\x4d\xc3\xda\xc2\xac\x66\x0d\x6b\xfb\xd8\x42\x36\x82\x06\x70\x97\x5b\xc3\x71\xf1\x58\xe0\x0d\xc7\x85\x82\x37\x0d\xc7\xc5\x63\x23\xd3\xb0\xd2\x8f\x6d\x77\xc3\x4a\x2b\xb0\xd3\xb0\xd2\x5c\xa8\x68\x2d\xac\xed\x48\xa0\xac\x16\xd6\x76\x28\x17\xac\x85\xb5\x1d\xb0\xa7\x59\x0b\x27\xc3\x48\x78\x34\x5b\xe5\x3f\x8e\xf9\xb4\x30\x86\x23\xf1\xe9\xb6\x70\x08\x8c\x04\x2e\x6e\x11\x25\x1f\x70\x9e\x5b\xab\xd4\x52\xf4\xde\x8e\x12\x1e\xcd\xd6\xa8\x45\x9f\x75\xe3\x3f\x1c\x1e\x2d\x5c\x00\x23\x81\x7a\x5a\x47\x6a\x70\x71\xeb\x48\x0d\x06\x6a\x61\xaa\x46\xc2\x25\xd6\xc2\x74\x0c\xe5\x7b\xb5\xc1\x7b\x20\xe1\x36\x78\x0f\x67\x48\x1b\xf4\x08\x0c\xd4\xc2\x74\x8c\x84\x5a\x6a\x83\x1e\x69\xde\x07\x3d\xd2\xbc\x0f\x7a\x34\xd5\x02\x72\x2e\xd5\x72\x29\xe9\xc9\x17\x25\xdc\x26\x30\x4c\x8e\x84\xb1\x68\x13\xc9\x50\xfa\x6d\x22\xd9\xd5\x93\x48\x86\xea\x69\x13\xc9\xf4\x15\x4c\x7a\xcb\xc1\x3a\x78\x2a\x87\x02\x3b\xf0\x54\x8e\x0f\x07\x4b\x8b\x6d\xf7\x80\x30\xcd\x5a\x6c\xbb\x07\x37\x31\x5a\x8b\x6d\xf7\xf8\x38\xbd\xd3\x62\xdb\x3d\xb8\x89\xd1\x5a\x6c\xbb\xc7\x97\x55\x67\xf4\x0f\xfa\x34\x6b\xb1\x45\x1e\x90\xa2\x19\x8c\x96\xe3\xd3\xca\x59\xb4\x07\x80\x68\x8b\xf6\x34\x47\x8b\x3a\xa5\x88\x16\x75\x12\x60\x6b\x61\x36\xc7\xc7\xde\xa5\x85\xd9\x1c\x9f\xd4\x52\x98\xcd\xa1\xe4\x2c\x98\x30\xc7\x87\x13\x13\xb6\xcb\xa1\x24\xab\xb6\x69\x4f\x0a\x6c\xd3\x3f\x50\x24\x6c\x97\x03\xca\x32\x6b\x87\x51\x42\xcd\xb7\x83\xd4\x9c\xe9\x80\xdf\x72\x28\xd2\xd2\x0e\xb5\x68\xac\x63\xcf\x3a\xb2\x56\x47\x98\xb1\x91\xb5\x3a\xc2\x8c\x8d\x8c\xd2\x6f\x61\xc6\x06\x77\x1a\x1a\x4c\x98\x23\x13\xfc\x6e\x61\xaa\x86\xa2\x29\x30\x61\x8e\x2c\x2d\x15\x41\xf3\x91\x5d\x75\x76\x4a\x8c\x4b\x98\xb1\x91\x5d\x2d\x84\x64\x59\x23\x1f\xc6\x69\x64\x20\x58\xbb\x48\xd6\xff\x72\xed\x90\xb5\x87\xd0\x58\xe9\xf6\x10\x5a\x8b\xe3\x21\x34\xdb\x05\x88\x37\x47\x06\xb9\xb5\xb0\x69\x23\xb3\x5d\x68\x8f\x0e\x69\x52\x1e\x1d\x5a\x7a\x0f\xa1\xd9\x04\xb4\x87\xd0\x5b\x4f\x32\x9c\x58\xe9\x16\x1b\xdf\x91\x65\x71\xc2\xde\x8d\x8c\x7f\xac\x3d\xba\xa7\x49\x79\x74\x8f\x2d\x24\x44\x9f\x23\xe3\x05\x86\xe8\x73\x14\x50\x39\x44\x9f\xa3\x80\xc3\x21\xfa\x1c\xe5\xd3\x7b\x46\x69\x52\x0a\xc9\x4a\xd6\x7b\x8b\x52\xa5\xb4\x29\xe9\xbd\x43\x29\x26\x05\x4a\xd0\x51\x40\x9f\xfd\xa3\x05\xce\x4f\xf7\x8f\x16\x38\xb0\x06\x5d\xe8\x28\xae\xf7\x62\x94\xb8\x42\xd1\x7a\x6c\x67\x87\xb2\xb1\xa0\x12\x1d\x85\x93\x1a\x50\x89\x8e\xd2\xf4\x24\x72\x76\xfd\x87\x9c\x43\x2d\x20\x27\x73\x04\xcd\xe8\x80\x25\xcc\x7a\x6c\x7c\x47\xc1\xa8\xf5\xd8\xf8\x0e\x65\x63\xf5\xcc\x28\xb1\x89\xeb\x99\x3e\x90\x8f\x08\x05\xe9\x28\x98\x2a\x28\x48\x47\x41\x65\x41\x41\x3a\xb8\x34\xd1\xa0\x20\x1d\x85\x19\x83\x82\x74\x14\x0e\x15\x42\x41\x3a\x4c\xb3\x12\x71\x89\x61\x9a\x87\xd8\x14\x0f\x63\xdb\xdd\x63\x53\x3c\x4c\xa3\x1b\x26\x7c\x58\xd1\x7f\x97\x92\xde\x8b\x3e\x18\xf8\xa8\x87\x09\x1f\x0a\xc2\xf4\x88\x59\x0c\x63\x7f\xd2\x23\x66\x31\x0c\x27\x0a\x24\xa7\xc3\xc1\xa9\x90\x9c\x0e\x08\xa2\xac\x87\x79\x1f\x8e\x4b\xa5\x87\x79\x1f\x8e\x92\x82\x00\x75\x78\x57\x0b\x93\x92\xea\x0c\x59\x9c\xf5\x00\xc9\xe9\xf0\xa9\x92\x51\x42\x16\xa3\x75\x54\x16\x44\xa6\x43\x89\x2a\x10\x99\x0e\xc7\x3c\x40\x5d\x3a\xa0\x92\x32\xa8\x4b\x47\xfd\x54\x8a\xaf\xbc\x12\xc1\xe8\x98\xf0\x0a\xc2\x84\xd6\x74\x54\xcc\x74\x8f\x0d\xf3\x80\x2e\xca\x7a\xec\x8a\x87\xd2\x48\x7a\x44\x14\x86\xd2\x48\x3a\xc6\xbe\x6a\x3c\x23\x4e\x30\xe4\x55\x87\xc8\x74\x54\x5c\x54\x1d\x63\xaf\x04\x90\x8e\xb1\xaf\x84\x21\xa1\x2e\x1d\x55\x23\x1f\xbb\xd4\x51\xf5\xd5\x61\xd0\x2b\x66\xb3\xc7\x2e\x75\x54\x8d\x44\xec\x52\x47\x5d\x8c\x44\xa7\xb7\x0b\x39\x3b\xed\xa1\xbc\x61\xfa\x1c\xf2\xb1\x77\x0c\xb3\x12\x32\x7a\x78\xc7\x47\x7d\xfa\x6f\x53\xa2\x16\xcc\xb4\xfc\xe8\x1d\x53\xdc\x88\x16\xc1\xf4\x39\x1a\xfb\x21\x98\x3e\x07\x74\x51\x06\xd3\xe7\x68\x18\x4a\x98\x3e\x87\xbc\xea\x1d\x53\xac\x1c\x8c\x8e\x29\x6e\x18\xd1\x8e\x29\x86\x2e\xca\x3a\xa6\xf8\x07\x69\xfe\x59\x25\x77\xac\x74\x2b\x6a\x6e\x52\x62\x38\xb1\xd2\x4d\x13\x86\x95\x6e\x9a\x30\xac\x74\x93\x22\x0a\xe7\xf8\x68\xae\xee\x3d\x4a\x74\x68\xd1\x75\x5c\x00\x7d\xd1\x75\xac\x0a\x84\xa4\xa3\x81\xb9\x20\x24\x1d\x5c\x66\x67\x10\x92\x0e\xb9\xfb\x21\x24\x1d\x4d\xcb\x08\xcb\xdf\x40\x60\x10\x92\x0e\x25\x79\x40\x48\x3a\xe4\xee\x87\x90\x74\x34\x2d\x1c\x50\x01\xe4\x51\x06\x21\xe9\x68\x5a\x38\xa0\x82\x36\x55\x0b\x7d\xd0\x32\x02\x15\x34\xb6\x7b\x90\x95\x0e\x68\xa6\x0c\xb2\xd2\xd1\xd8\x76\x43\x56\x3a\x9a\x96\xd1\xa6\x7f\x4f\xff\xd1\x3f\x29\x29\xd0\x84\x9c\xff\x3d\x3c\xe0\xa3\x83\x92\x7b\x1c\xcf\x1b\x9d\x0d\x5e\x8f\x63\xf3\xa3\xe3\x8b\x84\xba\x74\x74\xd0\x12\xd4\xa5\xa3\x6b\xda\x41\x0c\xf2\xf0\xf7\xd8\x22\x0f\xf9\xf4\x21\x2b\x1d\x5d\xe6\x01\xc4\xd0\x71\xda\x74\x10\x03\x54\x52\xd6\x63\xe3\x3b\xba\xe6\x28\x36\xbe\xa3\x93\xda\xd0\x41\x13\x9d\x80\x57\x07\x4d\xc8\xc3\xdf\x41\x13\x4a\x31\x81\x00\x75\x74\x8d\x2e\x68\xa2\x4f\xfd\x17\x73\xd4\xb5\x18\x2f\x52\x6f\x49\x86\xd4\x52\x52\x60\x0b\x79\xe3\xa1\x3c\x1d\x1d\x97\x03\x44\xa6\x63\xb0\x8b\xeb\x18\xf4\xa1\x51\xc2\xa0\xcb\xe3\x0e\xad\xe9\x18\x5a\x70\x18\xf4\x81\x41\x80\xd6\x74\x0c\x16\x15\xb4\xa6\x63\xe0\x20\x1b\x18\xf4\x91\xf5\x64\x8c\xcb\x00\x49\x0d\x0c\xfa\x00\x49\x41\x79\x3a\x06\xa3\x0b\xe5\xe9\xe0\x8e\x3a\x83\xf2\x74\xc8\x03\x0e\xe5\xe9\x80\x6a\xc9\xa0\x3c\x1d\x83\xf3\x25\x50\x9e\x0e\xee\xa1\x33\x28\x4f\x07\xc4\x4b\x36\x30\xef\x4a\xf2\x18\x98\x70\xa5\x75\x0c\x4c\x38\x37\xcf\x19\x74\xa8\x43\x49\x1e\xd0\xa1\x8e\x71\xf4\x24\xed\xe1\x8e\x18\x18\x66\xa5\x7c\x8c\x4c\x7b\xe0\xfe\x91\x19\x09\x5c\x93\x03\xa3\xcd\xcd\x73\x06\x8d\xea\x80\x24\xc9\xa0\x51\x1d\xf2\xa3\x0f\x0c\x33\xf7\xc9\xd9\xc0\x30\x4f\x0c\xec\xc0\x30\x4f\xbe\xd6\x81\xf1\x9d\xa6\xd2\xa1\x54\x28\x5d\x4a\xf4\x01\xe3\x3b\x01\x3a\x10\xae\x8e\x89\x63\x0d\xc2\xd5\xa1\xb4\x8e\x81\xf1\xe5\x76\x39\x1b\x18\x5f\x98\x90\x6c\x60\x7c\x67\xd5\x7b\xc8\xa2\xd1\xc5\xc0\xce\xa5\x12\xb2\x1c\x95\x90\xe5\xea\x3d\x64\xe1\x88\x00\x94\xae\x63\x01\xeb\xa0\x74\x1d\x0b\x95\x0c\xa5\xeb\x80\xd1\xc8\xa0\x74\x1d\xab\xfc\x85\xe8\xc9\x60\x7b\x1d\x8b\xed\xec\x88\xcd\xf4\x58\x1c\xc2\x19\xe1\xf2\x1e\x4a\x4a\x80\xed\x75\xc8\xd7\x0a\xdb\xeb\x58\x55\x4f\x86\xd0\xab\x4b\xcc\x10\x7a\x81\xb5\x61\x7b\x1d\x8b\x18\x28\x6c\xaf\x63\xa1\xf8\x60\x7b\x1d\x90\x16\xd9\xc0\xba\xeb\xe8\xff\xc0\xba\x2f\x3c\xd9\x03\xeb\xae\xc3\xfe\x23\x7c\xde\x63\xb1\x85\x84\x25\x76\x6c\xb6\x2e\xb0\xc4\x8e\xcd\x62\x84\x25\x76\xe8\xe8\xff\x08\x7f\xf8\xd8\x6c\x13\x47\x9c\x25\x18\x3b\xab\x14\xfd\xdb\x45\x4f\x1e\x4a\x92\x33\xfa\xb7\xd9\xd8\x43\x21\x3b\xb6\x16\x63\x1c\x07\x1c\x5b\x9f\x44\xf8\xd8\xc7\xd6\xf4\xc5\x71\xc0\xa1\x23\xf5\x03\x27\xc3\xbe\x7a\x2f\xfa\x00\x39\x8f\x0d\x70\xc7\x49\xfa\x2f\xfa\xc0\x6d\x61\x36\x70\x32\x9c\xac\x27\x27\x25\xfa\x1e\xbe\xf9\x71\x24\x27\x0e\x88\x83\x69\x1c\xe0\x95\x83\x5b\x68\x44\xde\xfe\xe0\xd6\x2f\x1b\x71\xf5\xe9\x38\xb8\x1c\x20\xbe\x1d\x87\x33\x01\x23\xbc\xf8\x83\xfb\xba\x6c\x84\x17\x7f\x1c\x82\x99\x23\xbc\xf8\xe3\x6c\x95\xa2\x0f\x87\xc3\x65\xa3\xd1\x87\xa7\x3a\x43\xb2\xab\x8f\x15\xf7\x87\xfc\x86\x03\xb4\x74\xd9\x13\x40\xb4\x3b\x74\x96\x1b\xa2\xdd\x71\x41\x59\x03\xb4\x74\xc1\xb7\x10\xed\x0e\x98\x5f\x0c\xa2\xdd\x71\xa5\xce\x70\x94\xe8\x62\xaa\x11\x3e\xfd\xa1\xab\xa8\x46\xf8\xed\xc7\x05\x73\x41\xc2\x3b\xe0\x7a\x31\x48\x78\xc7\x65\x4f\x00\xd1\xee\xd0\x95\x52\x10\xed\x8e\x8b\xfb\x0a\xa2\xdd\x71\xb5\x50\x71\xb0\x5c\xf6\x0b\x03\x07\xcb\xd5\x17\x39\x90\xe5\xe9\xbd\x98\xcd\x97\xf4\x64\xc8\xf2\x30\x0f\x50\xeb\x0e\x5d\x30\x05\xb5\xee\x90\x93\x6f\xe0\x6e\x81\x5f\xc5\x06\xee\x96\x87\x73\x02\x6a\xdd\x21\x27\x1f\xd4\xba\xe3\xe1\xe1\x87\x5a\x77\x3c\xcc\xe6\x00\xe3\x3d\xf0\xed\x00\xe3\x3d\x7d\x05\x60\x3c\x9d\x2b\x1f\x60\xbc\x07\x98\x19\x60\x3c\x5d\x22\x05\x25\xef\x78\xb8\x93\xa0\xe4\x1d\x6f\xa8\x96\x9f\x3e\x14\x1b\x6a\x61\x45\x49\xdf\x44\x00\xb9\xa2\x84\x7f\xe8\x7a\x8b\x4e\x27\x41\xd7\x5b\x74\x7e\x06\xba\xde\x52\xa5\x51\xe2\xec\x42\xe1\x9e\x65\x83\xa0\xb7\x34\x82\x99\x10\xf4\x96\x96\xf5\x64\x8d\x12\x0e\x08\x08\x7a\x4b\x23\x14\x07\x41\x6f\x11\x98\x81\xa0\xb7\x74\x99\xe2\x80\x6e\x05\xbe\x49\x83\xa0\x37\x08\xe6\xa3\x14\x52\x77\xad\xdb\x80\x6e\x45\xc1\x76\x08\x7a\x8b\x72\x31\x21\xe8\x2d\xca\xc5\x84\xa0\xb7\x28\x6c\x0d\x41\x6f\xf0\x33\x47\x29\x47\x69\xfe\xed\x10\xdc\x08\x54\x17\xc4\xc3\x51\x8a\xae\x4f\x30\xf3\x08\x54\x57\xe0\xd0\xb3\x11\xa8\x2e\xe8\xeb\xa2\x14\x5d\x57\xae\xdb\x88\x60\x4a\x59\x49\xa2\x44\xd7\x97\x06\x30\xfc\x47\x41\xd7\x15\xa5\xe8\xfa\x7a\xfa\x2f\xba\xbe\x3f\xb5\x10\x5d\x87\xad\xcd\x46\xe0\xc6\xb2\x41\x83\xb0\x0a\x07\xcd\x43\x94\xa2\x7b\x5c\x7e\x68\xb0\x0a\x97\xa3\xcf\x33\x42\x32\x71\xbb\x7a\x94\xa2\x0f\x07\x5f\x32\xac\xc2\x71\xb1\x6f\x94\xa2\x0f\x50\x2d\xd9\x08\xbc\x59\xae\x30\x42\x78\xaf\xe2\xd2\xd8\x28\x45\x1f\x20\x50\xb2\x11\x58\xd4\x74\x43\x17\x6c\xc4\x71\xe9\x5b\x94\x4e\x94\x64\x97\x23\x5c\x63\x49\xaa\x2e\xfc\x5c\x71\x0f\xd3\x4f\x29\x50\xab\xc1\xc4\x62\xb0\x11\x9b\x2e\x3d\x82\x8d\xd8\x74\x16\x18\x36\x62\x2b\x52\x28\x81\x5a\x23\x3f\x26\x4a\x1e\x25\x7d\x3c\x81\x5a\x23\x0f\x24\x4a\x3f\xfd\x33\x63\xeb\x09\x1b\xb1\xb9\x8c\x53\xa0\x56\xd3\x2d\x0c\xb0\x11\x47\xf8\x3f\x4a\xd1\x3f\x6d\x21\x61\x23\xb6\x2a\x05\x16\xa1\x1c\xd3\x31\x2d\xd8\x88\x23\x9a\x15\xa5\x47\x89\x31\x0b\x97\x98\x35\xcd\x5f\xb8\xc4\xc2\x69\x1d\xa5\xe8\x5f\x93\xda\x0d\x97\x98\xe9\xe0\x12\x4c\xc5\xd6\xf1\x5d\xc3\x54\x6c\xbf\x0b\x27\x5c\x62\xd6\x85\x37\x23\xcc\x13\xbb\xc5\x28\x45\xff\x74\xf6\x64\x04\x82\x0e\xad\x16\xa5\xe8\xdf\x2f\xfa\x0c\x77\x99\x41\xc3\x69\x30\x1c\xdb\xd4\xb8\x04\xba\xb6\xf9\x2b\x75\xf4\xef\x17\x3b\x05\xba\xb6\x09\xa6\x84\xfd\xd8\x26\x4a\x18\xf6\x63\xe3\x4e\x5d\x83\xfd\xd8\x16\x87\x11\x61\x3f\xb6\x15\xac\x29\x06\xc3\xb1\xc9\xdc\xc2\x70\x6c\x70\xb7\x19\x0c\xc7\x76\x3f\xb5\x10\x7d\xb8\x59\xff\x4d\x4a\x7a\x2f\xe4\x54\x0a\x14\xec\xc7\xa6\x14\x28\x28\x8e\x4d\x77\x36\x42\x71\x6c\x17\x87\x0e\x34\xc6\xa6\x7b\x19\xa1\x31\xb6\xcb\xac\x40\x55\x6c\x17\x33\x3d\x03\x6b\x9b\x02\x5e\xd0\x11\x9b\x52\x99\xe6\x47\x7b\x20\xfd\xf9\xd1\x1e\x0a\x1a\xaa\x62\x93\x69\x84\xaa\xd8\x2e\xae\x8a\x19\x58\xdb\x2e\x0e\x32\xa8\x8a\xed\x82\xf4\xa1\x2a\xb6\xcb\xa9\x98\x99\x91\x85\x7d\xe9\xcc\x8c\x0b\x2e\x4d\x68\x8c\x4d\xc6\x10\x1a\x63\xbb\x38\xcf\xa0\x31\xb6\x7b\xf5\x1f\x7d\x40\xdb\xcc\x4c\x1f\xf0\x41\xcf\x4c\x1f\x58\xe1\x10\x1e\xdb\x03\x40\x40\x78\x6c\x0f\x34\x0f\xe1\xb1\x3d\xe2\x2e\x10\x1e\xdb\xc3\x77\x00\xe1\xb1\x29\x36\x36\x03\x87\xdb\x23\xeb\x02\xc2\x63\x93\x31\x84\xf0\xd8\x5e\xfb\xdb\x1d\x17\xd3\xa8\x12\x4f\xda\x34\xaa\xc4\x77\x06\xfb\xb1\x29\x8f\x0a\xf6\x63\x93\xd5\x84\xfd\xd8\x1e\x0e\x7e\xd8\x8f\x4d\x39\x56\xb0\x1f\x9b\x2e\x62\x84\xfd\xd8\x94\x71\x05\xfb\xb1\xc9\xbe\xc2\x7e\x6c\xca\xb8\x82\xfd\xd8\x94\x71\x05\xfb\xb1\xe9\x5a\xc6\xe9\x0c\x19\x6a\x69\x3a\x43\xc6\x46\x6d\x3a\x43\x46\xd0\x6e\x3a\x72\x6a\xfa\x1c\x59\x8e\xde\x43\x16\x4d\xa6\x23\x0b\x01\x05\xd8\x8f\x4d\x61\x3a\xd8\x8f\xed\x81\x73\x60\x3f\xb6\x87\x01\x9a\x15\x59\x08\x82\xce\x40\xc2\x9e\xf0\x50\xcd\x40\xc2\x9e\x08\x82\x4e\x88\x30\x13\xc7\xd7\xc4\x9a\xac\x2b\x1b\xc5\x9a\xac\x6b\x19\x27\x64\x97\x29\x23\x75\x20\x61\x87\x05\xcd\x66\x20\x61\x4f\x1c\x86\x17\xbf\xb2\x02\x7a\xe2\x57\x4e\xfa\x78\x20\xc2\x4c\x26\xa9\x1f\x25\x46\x1e\x22\xcc\x04\xe6\x9a\x81\x92\x3d\x49\x69\x34\xfa\x80\xab\x49\x4c\xcc\x09\x1c\x30\x03\x09\xbb\x8c\xcc\x84\x24\x33\x55\x3d\x49\x1f\xf4\xd1\x41\x92\xa9\xcb\x1d\x67\xa3\x0f\x5a\xe0\xf0\x39\xa7\xae\xf6\xe8\x03\xae\x26\xf1\x39\xeb\x3a\x47\xf1\x39\x27\x7d\x4b\x10\x68\x2a\x8b\x6b\x42\x84\x99\x38\x67\x3a\x21\xc2\x4c\xec\xb1\x26\x44\x98\xca\xd4\x9a\x10\x61\x26\x2d\x70\x58\xa1\x13\x89\x23\x62\x85\x4e\x5b\xb5\x20\xe7\xd6\x7b\xc8\x79\x54\x42\x4e\x7d\x3d\x1d\x39\xaf\xde\x43\xce\x2b\xc9\x90\x93\x1d\xd0\x1c\x8c\x35\x27\x59\xe7\x60\xac\xa5\x26\x06\x63\x2d\xc5\x30\xf8\x5e\xf4\x2d\x41\xbc\xf9\xe9\x7b\x89\x60\xa6\x7f\x04\x79\x67\x60\x6d\xff\xd8\xfd\x89\x31\xfa\xd3\xf7\x02\x83\xa6\x02\x81\x62\x85\x56\x1a\x97\x58\xa1\x3f\x8e\xbd\x89\x15\xfa\x23\xf4\x3e\x61\xd0\xfc\xf0\xd4\x4f\x58\x32\xbf\xa2\xf7\x36\x25\xc6\x0c\x96\x4c\xdd\x03\x29\xc6\xe8\x8f\x1d\xb3\x18\xa3\x3f\xf0\xad\x18\xa3\xbf\xa6\xff\x90\x85\x33\x39\x62\x8c\x56\x00\x51\x8c\xd1\x1f\x51\x11\x31\x46\x2b\xfd\x4b\x8c\xd1\x1f\x3b\x6d\x31\x46\x7f\x44\xb5\xc4\x18\xfd\xe1\xb7\x9f\x0b\x39\x31\xbe\x62\x85\xd6\x9d\x8d\x62\x85\xfe\xa4\x19\xe0\xe1\xfc\xf0\xd4\x8b\xfa\x59\xf7\x32\x8a\xfa\xf9\xd3\xbc\xc3\xc3\xf9\xb1\x43\x17\xf5\xf3\xa7\xaf\x00\x1e\xce\x8f\x73\x3e\x13\x1e\xce\x4f\xf3\xbe\x91\x05\x58\x37\xe1\xe1\xcc\xb8\x77\x44\x0b\x9d\xbf\xbf\x85\xf7\xc4\x18\x0d\x5b\x9b\x89\xeb\x39\x6b\x49\x07\x6e\xf4\x6c\xfa\x6f\x50\xa2\x71\xe8\x3b\x33\xfe\x1c\xf1\x40\x2b\x26\x29\x1e\xe8\xac\x09\x3b\x08\x86\x4f\x78\x5e\x04\x63\xab\x34\x2f\xad\x6b\xfa\xa0\xfd\xcc\x9a\x3e\x68\x3f\x15\x5c\x9c\x81\xff\x5c\x17\x38\x8a\x31\x5a\x21\x43\x31\x46\x2b\x64\x28\xc6\xe8\xac\xa5\x02\x63\x74\xd6\x20\xc1\x18\x9d\xc1\x86\x33\x10\x98\xeb\xb2\xc5\x09\xed\x67\x61\x93\x33\xa1\xfd\x2c\xfa\xc8\xa1\xfd\x54\xfe\x95\xf8\xa3\x0b\xe7\x37\x27\xb4\x9f\x85\x90\xd3\x84\xda\xb3\xe0\x03\x9b\x50\x7b\x96\xaa\xf7\x1e\xa5\x68\x6f\x41\xed\x59\x40\x28\x0b\x6a\x4f\x05\xfb\xc4\x42\xad\x80\x9e\x58\xa8\x0b\xc7\x75\x56\xa2\xbd\xae\xff\xa2\xef\x65\xe8\xbf\x4d\xa9\x52\x42\x16\x36\xf6\x0b\x12\xd0\x32\xd5\x3a\xb2\xa0\xce\x56\x9c\xbb\x71\x5d\xa8\xb8\xa0\x04\x2d\xec\x33\x16\x94\xa0\xca\xdb\x5a\x1f\x63\xb6\xf5\x1f\x63\x76\xf4\x1e\x63\x06\x8a\x14\x5b\x76\x61\x1e\xc4\x96\x5d\xc0\x94\xeb\xa3\x0f\x57\xad\x87\x2c\xba\x42\x71\x05\xca\x72\x43\x11\xad\x40\x59\xae\x6c\xac\x15\x28\xcb\x0d\x73\xb4\xc2\xa3\xe9\xca\xcd\x5a\xd0\x93\x1a\xb3\xb2\xa0\x27\x55\x6e\xd6\x82\x9e\xd4\xf0\x5a\x2e\xe8\x49\xcd\xf4\x64\xa7\xa4\x3a\x43\x4e\x73\xbd\x37\x29\xd1\xa3\x40\x60\xae\x5b\x13\x57\x20\x30\x37\x0e\xc1\xad\x40\x60\xae\xbc\x2d\xf1\x7f\x5b\x55\x1f\xe8\x1f\xa6\x4a\xfc\xdf\xc6\x51\x2c\xf1\x7f\x2b\xf0\xb8\xa0\x3c\x35\x52\x76\x16\x94\xa7\xba\x7b\x71\x41\x79\xaa\xdb\x16\x17\x94\xa7\x86\x93\x61\x15\xfa\xd7\x55\x0b\xfd\xd3\x57\x50\xe8\xdf\x54\xeb\xf4\x0f\xa3\x26\xbe\x71\xdd\xbd\x28\xbe\x71\x9b\xaa\x85\xfe\x2d\x3d\x49\x1f\x30\x6a\xcb\x90\x05\x25\xb5\x0c\x59\x34\xd3\x86\x2c\x28\xa9\x65\xc8\x82\x47\x7a\x19\xb2\x80\x4c\x97\x21\xcb\x53\x9d\x21\x8b\x27\xbd\xb7\x28\xe9\xbf\x90\xc5\xd9\x4d\xaf\x80\x75\xae\x1b\x0e\xc5\x61\xee\x59\xb2\x3c\x4a\xcc\x26\x1c\xe6\x8e\x01\x12\x87\xb9\xe3\x03\x10\x87\xb9\xe3\xb2\x5d\x01\xeb\xdc\xf5\x85\x84\xd3\xd4\x1d\x24\x2c\x7e\x73\x07\xda\x88\xdf\xdc\xd1\x75\xe2\x37\x77\x57\x2d\xd1\x3f\x27\xa7\x52\x1c\xe6\x0a\x07\x8b\xc3\x3c\x92\xac\xfe\xa8\x92\x45\x53\xae\xd8\xb0\x68\xca\x9d\x8d\x85\x68\xca\x7d\xe9\x3f\x86\x0c\x9f\xdb\x02\xb9\x29\xe3\x4a\x14\xe6\x8e\x07\x4e\x14\xe6\xba\xc4\x50\x14\xe6\x30\xab\x99\x28\xcc\x75\xa5\xa1\x28\xcc\x1d\x85\xb9\x40\x6e\xca\xd4\x5a\x20\x37\x79\x9a\x44\x6f\x5e\x71\x1d\x88\xde\xbc\x12\x50\x58\xe0\xb1\xfa\xa9\xce\x45\x89\x0f\x04\x3c\x56\x41\x98\x22\x34\xaf\x5a\xe0\xd0\x94\x2b\xfa\x2c\x9a\x72\xe5\x74\x89\x8a\x1c\x0e\x36\x13\x15\x39\x1c\x6c\x26\xf2\xf1\x8a\x39\x5a\x60\x20\xf9\xc0\x16\x18\x48\xd7\x0f\x2e\x30\x50\xd5\xf2\x1b\x48\x4d\x0e\x92\x88\xc9\x61\x5d\x33\x11\x93\x57\x76\x2b\x0b\x7c\xa4\x8b\x0a\x17\xf8\xa8\x6a\x69\x86\x2f\xd2\xab\x96\xdf\xa0\x7f\x53\xff\xd1\x3f\xce\xba\xac\xf0\x45\x7a\xc5\x29\x25\xf6\xf1\x4a\xd0\x47\xec\xe3\xca\xfe\x12\xc3\x78\xe5\x04\xa5\x18\xc6\x75\xc5\xa0\x18\xc6\xab\x66\x05\xec\x54\xb5\xa8\xc0\x4e\x55\x73\x14\x81\x5c\x6f\x60\x3c\x31\x8c\x2b\x32\x2d\x86\xf1\x06\xee\x5f\xe0\xa3\xa6\x79\x00\x1f\x35\x2d\x23\xf0\x51\x2b\x2a\x85\x2c\x8d\x2d\xf9\x02\x1f\x35\xd3\x7b\x9b\x12\xad\x6f\x5a\xd7\x3c\x84\x1f\xcf\x1b\xce\x82\x15\x7e\x3c\x6f\x9c\x09\x10\x6b\x79\xd3\xc2\x01\x2d\x35\xb0\x9a\x58\xcb\xa1\x25\x33\xb1\x96\xeb\x06\x40\xb1\x96\x37\xf6\x74\x62\x2d\x6f\x5a\x1d\xa0\xa5\x06\x2a\x5f\xa0\x25\x85\x83\x57\x38\xe4\xbc\x69\xad\xc0\x68\xde\x38\x65\xb4\x80\x44\x0a\x07\xaf\x83\x9c\x44\x4c\xd6\x61\x04\xa5\xdc\x0e\x72\xb2\x09\x5f\x80\x27\x85\x8a\x17\xe0\x49\xa1\x62\x71\x9f\x37\xcd\x11\x00\xa9\xcb\xc4\x85\x63\xcd\x3b\x2e\xbf\x15\x8e\x35\xef\x9f\x5a\x78\x94\x78\x0f\xf0\xd4\xf1\x72\x2f\xc0\x53\xc7\x19\x29\xce\xf4\x8e\x4b\x45\x9c\xe9\x0a\x38\xaf\x70\xac\xb9\xd2\xc6\x56\x38\xd6\xbc\x6b\x1d\xc1\xa7\xde\x5d\xff\x0d\x4a\xac\x15\x60\x96\x92\xc8\xc4\xa7\xde\xab\x4a\xf4\xa1\xa9\x05\xe4\xe4\x40\xa5\xd8\xd5\x3b\xbb\x77\xb1\xab\x77\xc1\x90\x87\x2c\x24\x13\x2d\x20\x98\x6e\x23\x14\xf3\xba\xd2\xbf\xc4\xae\xde\xa5\xdd\x80\x59\x1d\xcc\x2c\x76\x75\xa8\xce\x4c\x0c\xea\x4a\xf8\x12\x83\x7a\x47\x83\x89\x41\x1d\x1a\x34\x13\x83\xfa\xc0\x29\x25\x06\xf5\x91\xfe\x76\x2e\x59\xe4\xea\x8a\x4c\xef\x88\x22\xfb\xc0\xcf\xb5\xe3\x88\xb4\x2b\x16\xbd\x41\x6e\x83\x65\xb4\x41\x6e\x03\x7f\xea\x06\xb9\x0d\x42\x63\x1b\xe4\xa6\x3c\xb1\x0d\x72\x53\x9e\x98\xe8\xdb\x61\x56\x33\xd1\xb7\x0f\x53\x9d\xd1\xbd\xc1\x66\x7a\x87\x0f\xcc\x07\x67\x02\xf6\x47\xf7\xb0\x46\x1b\x54\x37\x98\x30\x11\xbd\x2b\x6b\x4c\x44\xef\x03\x35\xb8\x41\x67\x8a\x68\xef\x0f\x59\x50\x60\xfb\x43\x16\x50\x81\x28\xe1\x95\xfd\xb5\x41\x67\x83\x05\xb7\x41\x67\x03\x8c\xb0\x41\x67\x8a\x6f\x8b\x3c\x7e\x6c\x3d\xc9\x98\xb1\x39\x12\x79\xfc\x20\xf1\x5b\xe4\xf1\xca\x13\x13\x79\xfc\xc0\x89\xb2\x41\x59\x03\xa5\xb8\x41\x59\x03\x27\xca\x06\x65\x0d\xb0\xfd\x06\x65\x0d\x54\xa4\xc8\xe3\x07\x3e\x76\x08\xe2\x5d\x97\x18\x42\x10\xef\xca\x0c\xdb\x20\x22\xe5\x7b\x6d\x10\xd1\xcc\xaa\x65\x53\xa2\xf5\x88\x37\xbb\xfc\xa9\x3b\x3c\x62\x0e\xcf\x9a\x41\x1e\xef\x93\x40\x27\x74\xf1\xae\xbc\x2d\xe8\xe2\x7d\xe2\x05\x86\x2e\xde\x67\xd5\x93\xb4\xc7\x69\x9a\x0d\xea\x99\x9a\x31\x50\xcf\x6c\x7a\x92\xf6\xc0\x8d\x1b\xd4\xa3\xdb\x08\x37\xa8\x67\x82\x0d\x37\xa8\x67\xb2\x18\x37\xa8\x47\x19\x5e\x1b\xd4\xa3\x0c\x2f\x08\xe9\x7d\x82\x0d\x21\xa4\xf7\xa9\xaf\x00\x64\xa3\x9c\xae\x1d\xe1\x60\x87\x9f\xcd\x20\xab\xf7\xc9\xe9\xe6\x5d\x69\x4f\x33\x8d\xc3\x4a\xb9\x59\x1b\xf8\xa2\xbb\x09\x37\xf0\x65\x02\x43\xa0\x99\xf7\xa9\xb9\x05\x5c\x28\x0a\x03\xcd\xbc\x4f\xd4\xe7\xc6\x2d\xb4\x70\x82\x6d\xdc\x42\x0b\xe0\xb1\x71\x0b\xe9\xc6\x41\x08\xe9\x5d\x37\x0e\x42\x48\xef\x0b\x83\xb7\x81\x21\x4a\xa4\xda\xc0\x90\xa5\xd9\xc4\x2d\xb4\x8a\x5a\x78\x94\x18\x97\x08\xa5\xfa\x22\x2a\xb2\x23\x94\xea\x8b\xfd\x1e\xdc\xf5\xbe\xb4\x52\x01\x2c\xba\x7f\x10\xee\x7a\x5f\x78\xab\xe1\xae\xf7\xc5\xce\x70\x03\x5f\x96\x56\x23\x6e\xa1\xa5\xb9\xc5\xf5\xa3\x64\xa9\x8d\xeb\x47\x37\x07\x6e\x5c\x3f\x3a\x14\xb0\x81\x3d\x0a\xf5\x6f\x60\xcf\x22\x82\x01\xcb\xbd\x43\xa6\x66\xb0\xdc\xfb\x92\x8a\x04\xf6\x2c\xad\x23\x60\xcf\x7a\xaa\x33\xc6\x73\xb3\x2b\xde\x11\x66\x75\x45\xb5\x36\xd0\x66\x6b\x3d\x00\x6d\xb6\x74\x56\x84\x59\x5d\xe9\x58\xf0\xe1\xbb\x02\xff\x1b\x77\x12\xd4\x6a\xb6\x23\xcc\xea\x10\xa6\xd9\x8e\x30\xab\xef\xbf\xd1\xa1\xda\xc6\x0b\x05\x27\x9a\x6d\x90\xd4\xee\xaa\xa4\x52\xd2\x7f\x8d\x12\x5d\xc0\x0b\xb5\xc1\x6a\x1b\x94\xa5\x8b\x03\x37\x28\x6b\xe3\x0d\x84\x9a\xdf\xb7\x86\x1a\x94\xb5\xb1\x54\x90\xf1\xfb\xd6\x72\xc0\x43\xb5\x39\x78\xb6\x41\x59\x5b\x9f\x3c\x28\x6b\x4b\x9d\xe1\xa1\xd2\xd9\x05\x88\xfa\x5d\xb9\x59\x10\xf5\xfb\x66\xab\x04\x51\xbf\x1f\x59\x2a\x10\x98\x2e\x00\xdc\x20\xb0\x43\x34\x78\x83\xc0\x0e\xbe\xdd\x0d\x02\x53\x10\x66\x47\xcc\xd5\x0f\x5b\xa5\x1d\x31\x57\x3f\x59\xb2\x3c\x4a\xf4\x16\xac\xa6\xd3\x11\x1b\xac\x76\xf4\x91\x83\xd5\x8e\xa6\x16\xac\x76\x4c\xff\x55\x4a\x28\x68\xf0\xd8\x01\xe3\x6d\x30\xd7\x91\x5a\x02\x73\x9d\xae\x16\x90\x45\x23\x0f\xe6\x52\xbe\xd7\x06\x73\x1d\xa9\x1e\x30\xd7\x01\x15\xec\x08\x82\xfa\xc1\x71\xb1\x0f\xb2\xb0\x3b\xda\xe0\xb1\xb3\xf4\x5e\xa3\xa4\x27\x19\xcf\xad\x16\x90\x53\x73\x84\x33\x0b\x16\x34\xdb\x38\xb3\x0e\x87\x03\x37\x58\x4d\x37\x07\x6e\xb0\xda\x91\xca\x02\xab\x1d\x82\x92\x1b\x3c\x06\xd3\x99\x6d\x30\xd7\x91\xc9\x01\x73\x5d\x36\xb7\x1b\x67\x96\x6e\x0e\xdc\x11\xcc\x74\x9d\xf0\xd8\xe0\xb1\x0b\xc6\xdb\xe0\xb1\x2b\x25\x05\x1e\x53\x68\x6c\x83\xc7\x74\x1f\xe0\x06\x8f\x5d\xcd\x43\x04\x33\xfd\x72\xe6\x68\xe3\x12\x13\x81\xd9\x06\xab\xe9\xae\xc0\x8d\x4b\xec\x6a\xf9\x81\xc0\x94\x27\xb6\x71\x82\x89\xce\x6c\x83\xc0\x2e\x5e\xf5\x0d\x02\xbb\x6c\x6e\xf7\xa3\xf5\xa1\xf7\x68\x1d\xb7\xc2\x06\x9d\xdd\xa9\x16\x68\x1d\xd3\x71\x40\x67\x0a\x8d\x1d\xd0\xd9\x05\x32\x1c\xd0\xd9\x65\x8e\x0e\x10\xec\x82\xd1\x0f\x10\x4c\xe7\x4b\x0e\x10\xec\xb2\x8f\x3a\x89\x3e\xe0\x94\x3a\x40\x30\x05\xd1\x0e\xe0\xe9\xb2\xc6\x0e\xe0\xe9\xa2\xea\x0e\xe0\x49\x09\x66\x07\x80\xf4\xc0\xe8\x07\xb7\xd7\x63\x3f\x7b\x70\x7b\xbd\xac\x52\xa3\x44\xeb\xb8\xbd\x1e\x86\xe4\x00\xac\x1e\xeb\xe8\xe0\xf6\x7a\xcc\xdf\x89\x93\xf9\xfe\x40\xe5\x07\xd0\xf5\x70\x4a\x1d\x40\x97\xa8\xce\x0e\xa0\xeb\x31\x7f\x07\x77\x99\xd2\xd4\x0e\xa0\xeb\xe1\x34\x3d\x00\x2b\x45\xbc\x0e\xc0\x4a\x69\x6a\x07\x60\x25\x92\xb2\x83\x6b\xeb\x01\xeb\x0e\xae\x2d\x91\x94\x1d\x5c\x5b\x6f\xa9\x16\xda\xdb\x7f\xbb\xe3\xe2\x80\xb9\x1e\xa7\x0e\x0e\x98\x4b\xfc\x65\x07\x94\xf5\x34\x0d\xf8\xa4\xc4\x5f\x76\xf0\x49\x3d\x7c\x83\x07\x5c\x25\xc6\xb2\x03\xae\x7a\x24\x72\x9c\xc0\x55\x35\xe1\xb1\x3d\x71\x56\xaf\x2a\x13\xed\xc0\x2a\xa7\x4c\xb4\x03\xab\x5c\x02\x07\x1c\x58\xe5\x12\x4a\xf1\xc0\x2a\x97\x50\x75\x07\x56\x39\x05\xbc\x0e\x24\xa7\x0a\x71\x1d\x48\x4e\x75\x19\xe1\x81\xe4\x54\x59\x6a\x07\xfe\x39\x05\xbc\x0e\xfc\x73\xba\x38\xf0\xc0\x3f\x27\x1e\xb2\x03\xff\x9c\x32\xd1\x0e\xf4\xdf\x09\x6f\xee\x81\x8d\x2e\xa1\x14\x0f\xac\xde\xca\x44\x3b\x50\x9e\x2a\x54\x75\x60\xa3\x53\x26\xda\x81\x8d\x2e\x11\xf6\x3c\xb0\xd1\x29\x54\x75\xa0\x3c\x4d\x9c\x3a\x3d\x50\x9e\x2a\xf7\xec\xc0\x54\x97\x08\x6d\x9e\x8a\x9c\xa8\xc8\x03\x1d\xaa\x82\x53\x07\x16\xbb\xc4\x86\xf9\xc0\x62\xa7\x13\x1e\x07\x16\x3b\xf1\x97\x1d\x58\xec\xc4\x5f\x76\x20\x4e\x4d\xa8\xcf\x03\x71\x6a\xd2\x57\x00\xa7\x9d\x42\x5c\x07\xaa\x54\x85\xb8\x0e\x54\xa9\xe9\xa9\x84\x64\x84\x44\x0f\x74\xa8\x09\x65\x7a\x60\xb8\xfb\xc0\x7f\x07\x86\xbb\x4f\xcb\x16\x86\xbb\xef\xd3\x7b\x8b\x12\x7d\x80\x61\xfc\xfb\x54\xcb\xa1\x44\xdf\x03\xf1\x55\x85\xb8\x4e\x20\xbe\xfa\xa1\x76\x0f\x14\xab\x9f\x96\x26\xcc\xe4\x1f\xe7\x5a\x0f\xcc\xe4\x1f\x0e\x8f\x13\x18\xaf\x2a\xf3\xed\x04\xc6\xab\x9f\x16\x71\x47\x6a\x7d\x21\x1d\xa9\xd9\xa9\x1d\x68\x5b\xbf\xaa\xff\x90\x0c\x23\x7a\x02\xd5\x55\x85\xb8\x4e\xa0\xba\xfa\x91\xf8\x73\x06\x92\xa1\x92\xcf\x40\x32\x70\xff\x81\xfb\xfc\x43\x25\x1f\xe8\x5e\x75\x6f\xe1\x19\xb4\xae\xc5\x3f\x18\xb3\xa5\xff\x18\x09\xcd\x3b\x04\xaf\x1f\xfe\xfe\x03\x13\xfa\xa7\x99\x86\x09\xfd\xd3\xdc\x4e\x24\xe3\xc0\xda\x81\xee\x55\xf9\x73\x27\x80\x55\x55\xe6\xdb\x81\x09\x3d\x6b\xac\x21\x7f\xcd\x59\xef\x1d\x4a\x7c\x67\x90\xbf\x66\x29\x53\x08\x5e\x33\x7b\xac\x03\xc1\xab\x6e\x23\x3c\x01\xba\x6a\xc6\x18\x1e\xf8\xd4\xb3\xd6\x26\xe4\xaf\x19\xd3\x78\xe0\x4c\x57\xac\xea\xc0\x99\xae\x8c\xb9\xb3\x90\xa5\xaa\x16\x64\xc1\x34\x9e\x85\x2c\x4d\xff\x3d\x4a\xb4\x00\x69\xac\xee\x26\x3c\x90\xc6\x66\xcd\x0a\xa4\xb1\x59\x2b\x7c\x23\xa7\x56\x38\x3c\xec\x19\xc0\x79\x20\x94\x55\x02\xdd\x81\x50\x36\x4f\x95\x1a\x25\x64\x81\xa3\x3d\x08\xcc\xfe\xac\x92\xa1\x6f\xcf\x53\x82\x31\x0d\x6c\xde\xcf\x41\x68\xd9\x50\x28\xda\xb3\x26\x13\x1e\xda\xcc\x86\xeb\xc0\x43\x5b\x92\xde\xab\x94\xf8\x24\xe0\xa1\x55\xfe\xdc\x81\x87\xb6\xc8\x4e\xc2\x43\xab\xac\xb8\x03\xb5\x7b\xe1\x68\xf5\x09\x94\x55\x8b\xa6\x0f\x8e\xda\xa2\x25\x06\xd1\x7b\xc1\xc5\x71\xc2\x97\x55\xc5\x66\x76\x02\x57\xd5\xa2\x65\x04\x63\x6d\xc1\xc5\x71\x60\xac\x2d\x52\xbb\x30\xd6\x16\x2d\x23\x48\xe0\x4b\x53\x0b\x48\x86\x6f\xf7\xc0\x66\x2b\x36\xb3\x03\x9b\x6d\xe9\x6a\x6f\x53\x52\x7b\xc8\x29\xfb\x0a\x25\xbc\xf8\xcb\x0e\x94\xf0\x65\xea\x3f\xfa\x20\xd5\x0a\xef\xad\x32\xe6\x0e\x94\xf0\x45\xca\x14\x4a\xf8\xc2\x0e\xe1\x40\xfb\x5e\xb4\x70\xa0\x7d\xd7\x75\x87\x07\xda\x77\x5d\x77\x78\x1e\x72\x4a\x61\x3e\xe4\x04\x7d\x1e\x28\xe1\x8d\xdd\xc3\x81\x12\x5e\x3c\x64\x07\x4a\x78\x63\x8e\x2e\x1c\xbc\xca\xb4\xbb\x70\xf0\x1a\xe8\xf3\x42\xa6\x2b\x56\xb2\x1b\x48\xaa\x1a\x58\xe6\x86\x33\xab\x2a\xdc\x76\x21\x88\x57\x6e\xdd\x85\x5a\xd7\x58\x54\x17\x6a\x5d\xc3\xc5\x71\xa1\xd6\x35\x5c\x1c\x17\x6a\x5d\x63\x51\x5d\x08\xe2\x0d\x2f\xf0\xfd\x90\x05\x0f\xe3\x0d\x67\x56\x35\xf2\x50\x2f\xe4\xf1\xba\xd3\xf0\x42\xc9\x6b\x43\xff\x39\xa5\x41\xa9\x52\x52\x9d\x8d\x92\xea\xec\x94\x1e\x25\xfa\x37\xf5\x1e\xfd\x03\x03\xdd\x8f\x3e\x6c\xfd\x47\x1f\x8e\x5a\xa7\x0f\xac\x9c\x0b\x95\xaf\xce\xed\x5e\xa8\x7c\x45\x05\x76\x21\x9d\x37\xe6\xf6\x42\x3a\x6f\xec\xfe\x2e\x34\xbf\xc6\xdd\x11\x17\x9a\x5f\x85\xcd\x2e\x34\xbf\xce\xfa\xbb\xd0\xfc\x7a\x52\x0b\x9d\xd2\xa4\x34\x28\xa9\x96\xe8\x83\xc2\x66\x17\x0a\x60\x07\x12\xdd\xc0\x78\xd5\xb3\xea\x3c\x94\xf4\x64\xf4\xcf\x8b\xfe\x7b\x94\x90\x13\xb6\x7a\xdd\x5b\x78\x61\xab\xd7\xbd\x85\x17\xea\x60\xc7\xfc\xdd\x82\x9c\xae\xf7\x90\x13\xd8\x73\xa1\x0e\x16\xa5\xd7\x05\xd6\x39\x26\xe7\x02\xeb\x94\xe3\x78\xe1\xae\xd7\xcd\x81\x17\xee\x7a\x1d\xee\xbc\x40\x3e\x11\x67\x5d\x60\x9d\x88\xb3\x2e\xd0\x4d\xf9\x8f\x17\x0e\xfa\x8a\xab\xe2\x86\xbb\xac\x56\x0c\xc9\x05\xc8\x55\x50\xf9\x05\xc8\x55\x92\xe4\x2e\xfc\xf4\x22\xce\xba\xf0\xd3\xeb\x56\xc1\x0b\x90\xab\xae\xf7\x1a\xa5\xf9\x17\x95\x7c\x41\x75\x4a\x8d\xbc\xa0\x3a\x5d\x3f\x78\x41\x75\x55\x0b\x00\x54\xa7\x44\xc9\x0b\xaa\xab\x78\x85\x2e\xc8\xad\x72\xd0\xed\x82\xdc\x2a\x41\x91\x0b\x72\x53\x4a\xe5\x05\xb9\x55\xd4\xd2\x05\xb9\x29\xa5\xf2\x82\xdc\x2a\xd8\xf0\x82\xdc\x2a\x38\xe0\x82\xdc\xc4\xa9\x75\x41\x6e\x95\x53\x00\x17\x36\x62\xb1\x68\x5d\x90\x9b\xce\xca\x5e\x88\xec\x2b\x1e\xdb\x0b\x72\xab\xfa\xe4\xc1\x63\x95\xa3\x4a\x37\x3c\x69\xb5\xe9\xd3\x8d\xd0\x5f\x6d\x49\xff\xc5\xc0\x8b\xac\xea\x82\xb2\x44\x56\x75\x41\x59\x4a\x9b\xbc\xa0\xac\x06\x46\xbf\xa0\x2c\x85\xaa\x2e\x28\xab\xe1\x9d\xbb\xa0\xac\xa6\x0f\x12\x94\xd5\xaa\x6a\xb9\x94\xf4\xe4\xa3\x84\x64\x03\x39\x39\xa9\x71\xc1\x63\x8d\x93\x1a\x17\x3c\xd6\xf0\xd1\x5e\xf0\x58\x6b\x7a\x32\xe6\xa8\x81\x03\xee\xa0\x0f\x5d\xff\xd1\x87\xa1\xf7\x90\x73\xa9\x14\xf3\xd0\xd8\x06\x5f\xa8\xf9\x9b\x46\x1e\x6a\xfe\xa6\xc5\x01\xe1\x7e\x03\x41\x5f\x08\xf7\x75\x51\xe1\x05\x81\x35\x36\xb7\x37\xdc\x5e\xb5\x6b\x71\x40\xbf\xdf\x31\xda\x17\x04\xd6\x09\xf6\x5d\x28\xf6\x45\x56\x75\xa1\xd8\x57\x76\xe2\x05\x81\x75\xd3\x7f\x99\x12\xcb\x16\x04\xa6\xb0\xd2\x05\x81\x29\xaf\xf0\x82\xc0\x7a\xd3\x7b\x95\x12\x0b\x27\xdc\x5e\xb5\x83\x9d\x2e\xe8\x4c\xa7\xa2\xef\x42\xce\xae\x16\x62\x5c\xba\x54\x39\xc8\xad\x73\xae\xe1\x82\xdc\x14\x48\xba\x20\xb7\xae\x51\x02\xb9\x75\x30\xec\x05\xb9\x89\xac\xea\x82\xdc\x3a\x3e\xd3\x0b\x72\xeb\xfa\x5a\x41\x6e\xa2\xae\xba\xe0\x31\x11\x52\x5d\xf0\xd8\x20\xf8\x7d\xc1\x63\x0a\x2b\x5d\x40\xd7\xc0\x75\x70\x01\x5d\x43\x2a\x39\x82\x92\x75\x7c\xaa\x65\x53\x62\xcc\xc2\x41\x56\x87\x46\x3e\x1c\x64\x55\xb7\x0a\x5e\xe0\xd9\xe0\x44\xc2\x0d\x07\x59\x1d\xec\x3a\x6e\x38\xc8\xea\xd0\x77\x0d\x74\x53\x2a\xc5\x05\xba\xe9\xe6\xc0\x0b\x74\x1b\xfa\x92\x81\x6e\x43\xc6\x17\xe8\x36\xa4\x7b\x80\x67\x83\x53\x46\xf7\x20\x27\xa7\x8c\xee\x41\x4e\x50\xeb\x3d\xc8\xc9\x01\xb9\x0b\x90\x1b\x32\xa9\x11\xb0\xac\x83\xf0\xec\xbd\xf4\x01\x44\x7b\x01\x79\x03\xa7\xe9\x05\xba\x0d\x5c\x77\x17\xe8\xa6\x5b\x05\x2f\xd0\x6d\xc8\x14\x03\xc8\xc6\xd6\x93\xc8\xa2\x99\x06\x90\x0d\xf6\x9e\x17\x40\x36\xce\xdf\x18\xaa\x2f\x58\x6d\x68\x19\x3d\x44\x01\x73\xdd\x87\x28\xb2\xd2\xa0\x33\x05\x99\x2e\xe8\x6c\x68\xc1\x81\xce\x74\x51\xe1\x05\x9d\x89\x53\xeb\x82\xce\xc4\xa2\x75\x41\x67\x3a\x98\x7f\x41\x67\x62\xd1\xba\xa0\x33\x5d\x4d\xf8\x40\x67\x13\xc5\xf7\x40\x67\x0a\x40\xbd\xf0\x8f\xd5\x59\x54\x8a\x8f\x40\xa9\x98\x0f\xe4\xa6\x54\xcc\x17\xfe\xb1\xaa\x70\xd4\x03\xb9\xe9\xc2\xc1\x07\x72\x9b\xe0\xe9\x07\x72\x53\xf2\xe5\x03\xb9\x4d\x8e\x38\x3d\x90\x9b\x2e\x1c\x7c\x20\x37\x05\xa7\x1e\xe8\x6c\xf2\xf1\x3c\xd0\xd9\xc4\x70\x3d\xd0\x99\x42\x55\x0f\x74\x36\x59\xe0\x0f\x74\xa6\xe0\xd4\x03\x9d\x4d\x3e\xac\x07\x3a\x9b\x43\xb5\x20\x27\x3b\x99\xf7\x21\x27\xe7\x28\x1e\xe8\x4c\x17\x07\x3e\xd0\xd9\x24\x0c\xf9\x40\x59\x4a\x66\x78\xa0\x2c\x51\x5e\x3d\x50\xd6\x64\x81\x3f\x50\x96\xee\xf5\x7b\xa0\xac\x49\x00\xf1\x81\xb2\xe6\xd3\x93\x21\x8b\x48\xae\x1e\x48\x6a\xe1\xcd\x7d\x20\x29\xd1\x5a\x3d\x90\xd4\x22\x1c\xfc\xc0\x47\x4b\x33\x16\x0e\xb2\xba\x38\xdd\xf2\xe2\x78\x57\x5d\x9a\x3f\xb0\x93\x72\x46\x5f\xa1\x3d\x4c\xd5\x2b\xb4\x07\x9e\x7e\x85\xf6\xd8\x01\xbd\x42\x7b\x5d\x4f\x3e\x4a\xcc\x51\xa4\xbd\xd6\x85\x7b\xe0\x81\xb9\x94\x5d\xfa\xc0\x5c\x6b\xea\x49\x24\x63\xd9\x3e\x30\x97\x72\x4d\x1f\x98\x4b\xf4\x54\x0f\x37\xdb\xc2\x6f\xf8\x70\xb3\xad\xa5\xff\x62\xcc\x16\x97\xed\x3c\xdc\x6c\xa2\xa7\x7a\xb8\xd9\x16\x5e\xf5\x07\x56\x5b\x60\xdf\x87\x9b\x4d\x89\x54\xcf\xe8\x1f\x0e\xc0\x07\x8e\x53\x70\xea\x81\xe3\x36\x6b\xec\x81\xe3\x94\xb1\xfa\xc0\x71\x5b\xeb\x08\x1c\xa7\x04\xac\x07\x8e\xdb\x40\x86\x87\xb3\x6e\xa3\x68\x1f\xce\x3a\xdd\x2a\xf8\xc0\x78\xa2\xae\x7a\x60\xbc\x6d\xaa\xb3\x53\xd2\x93\x21\xf5\xe6\xac\xc4\x03\xc8\x6d\xad\x15\x80\xdc\xd6\x1c\x01\xe4\x36\xc6\xf0\xe1\x9e\xdb\x5d\x25\x24\xeb\x7a\x12\xc9\x34\x63\x80\xbc\x8d\xa2\x7d\x80\xbc\x0d\xac\x7b\x00\xb9\xad\xf5\x10\xe7\xbb\xea\xe6\xac\xc4\x03\x9e\xe9\xae\xc0\x87\x63\x4d\x51\xa6\xd7\xa8\x53\xe3\x09\x74\x3b\x49\xef\x35\x4a\x7c\x67\x38\xdd\x74\x57\xe0\xc3\xe9\x76\xd0\x60\x0f\xa7\x9b\x08\xa9\x1e\x20\x4f\x31\xa7\x87\xd3\xed\x10\x50\x7f\x38\xdd\x22\xeb\xf6\x8f\x2a\xf9\x81\x0d\x0f\x98\xe4\x81\x0d\x0f\xc9\x89\x0f\x6c\x78\x38\xb9\xf7\xf0\xce\x1d\x53\x29\xba\x77\x88\xab\x3e\xb0\xe1\xd1\x52\x01\x1b\x1e\x30\xc9\x03\x1b\x2a\x75\xf7\x75\xba\xa0\xa5\xd2\xe9\x42\xd7\x93\x74\x41\x6a\x09\xc4\xa7\x44\xde\x07\xaa\x53\x4e\xde\x03\xd5\x1d\xa9\x1e\x3c\x70\x07\x94\xfc\xf0\xc0\x9d\xad\x27\x69\x1d\x14\xf2\x40\x7c\x07\x17\xc0\x03\xf1\x89\xc8\xea\x81\xf8\x74\x19\xe1\x1b\x0c\xa0\x26\x13\xfc\x27\xea\xaa\x07\xfe\x3b\xc4\xcc\x1f\xf8\x4f\x01\xa8\x17\x21\xd1\x7a\xb5\x54\x22\x24\x5a\x2f\x31\xf3\x07\x36\xd4\xd5\x84\x0f\x6c\x78\x39\x72\xf4\xf0\xdc\x5d\xb6\x89\x0f\xcf\x9d\xc2\x51\x0f\xdc\xa8\x70\xd4\xc3\x73\x77\x4d\x92\x5d\x4a\x6a\xef\x51\x62\x36\xc1\x94\x97\xf4\xea\x07\x52\xbc\xf8\xdc\x1e\x48\x51\x29\xcd\x0f\xa4\xa8\xdc\xac\x07\x52\xbc\x43\xff\x21\xb5\x96\x03\x68\xf0\x82\xa0\x1f\x68\xf0\x2e\x3d\x89\x64\x60\x8b\x07\x1a\x54\xc8\xe9\x81\x06\x95\xb6\xfc\x40\x83\x57\x33\x06\x1a\x54\x58\xe9\x81\x06\x15\x56\x7a\xf8\xea\x2e\x40\xe0\x81\x0d\x95\x7f\xf5\xc0\x86\x57\xa6\x03\x6c\x78\x35\x0f\x60\x43\xe5\x5b\x3e\xb0\xa1\xee\x2d\x7c\x60\xc3\x97\xf4\x64\xf4\x41\x09\xce\x2f\x8e\xf7\xd7\x27\x05\x06\xe2\x7b\xb8\xd2\x1e\x88\x4f\x21\xa7\x07\xe2\x53\x86\xd7\x03\xf1\xe9\xf6\xc3\x07\xe2\x7b\x5a\x39\x20\x3e\x65\x7f\x3d\x9c\x75\x4f\xea\x0c\x67\x9d\xd2\xa4\x1f\x68\xf0\x49\xb9\x81\xf8\x94\x26\xfd\x40\x7c\x4f\xf3\x07\xe2\x7b\x52\x7c\x20\xbe\xa7\x15\x07\xe2\x7b\x38\xe4\x1e\x6e\xbd\x27\x35\x88\x5b\xef\x71\x10\xf3\xe1\xd6\x53\x50\xeb\x81\xff\x94\x28\xf6\x70\xcf\x29\x19\xec\x5d\x64\xd1\x57\x80\x7b\xee\x81\x3e\x1f\x68\xf0\x71\xd4\xec\x81\x06\x1f\x41\xc9\x07\xe4\xd3\x2d\x8d\x0f\xf7\xdc\x23\x9c\xff\x70\xcf\x3d\x29\x53\x00\xe0\xc3\xf5\xf3\x00\x80\xba\x89\xf1\x01\x00\xdf\x51\x2d\x8c\x19\xd1\x8d\x07\x00\x54\xfa\xd7\x03\xe4\xbd\xab\x12\x72\x86\x89\x8b\x6c\xae\x28\x19\x25\xe4\x8c\x55\xec\x09\x90\xf7\xe2\x7a\x61\x4f\x10\x83\x91\xe2\xe5\x09\xf2\x2f\xe2\x58\x91\xf7\xf5\x53\x8a\x79\xf7\x04\xf9\x57\x0a\x17\x8e\x27\xc8\xbf\xb8\x7b\xd1\x13\x2c\xa0\xdc\xbd\xe8\x09\x16\xd0\x48\xe3\xfa\x93\x4a\xf6\x04\x41\x28\x9c\x5a\x9e\x20\x08\x25\xc3\xcb\x13\x04\xa1\x64\x78\x45\xd2\x59\x94\xf8\x0f\x76\x31\xb2\xb8\x3c\xc1\x2e\xc6\x95\x8d\x9e\x60\x17\x4b\xf1\x81\x78\x82\x5d\x2c\x35\xbd\x17\xbc\x67\x04\xca\x3c\x41\x1e\x4a\xa0\xcc\x13\xe4\xa1\x04\xc3\x3c\x41\x1e\x0a\xdf\x56\x24\xb9\xfd\x94\xa6\x9e\xa4\xeb\x53\x75\xd2\xf5\xc5\x20\x41\x2c\x0a\xc3\x96\x27\x88\x45\xb9\x7a\xd1\xd3\x47\x1f\x0e\x83\x94\xe9\xc3\x45\xce\x4c\x1f\x34\x29\xe1\xd5\x6b\x04\xa0\x3c\x41\x68\xfe\x25\x5a\x0f\xbc\xd9\x08\x39\x45\x8a\xdd\x4f\x29\xd3\x3a\xa4\xa3\xe4\x4a\x79\x82\x74\xf4\x33\xd5\xb2\x28\xa9\x96\x18\xdd\xcf\xe9\x2d\x14\xe6\x9f\xf3\x11\x40\x61\xfe\xc5\xe6\xcf\x13\xa4\xa3\x5c\xb6\xe8\x09\xd2\xd1\xaf\x32\xed\x90\x8e\x7e\x9d\xd6\x21\x1d\xfd\x3a\x75\x42\x2c\xfa\x69\x04\xa1\x37\xff\x26\x1f\x24\x14\xe6\x04\x8b\x3c\x41\x2c\xfa\x2d\xb5\x80\x2c\x9b\xf7\x20\x16\x25\x3c\xe4\x09\x62\x51\xf2\x9a\x3c\x41\x2c\xfa\x1d\xe6\x1d\x62\x51\xb2\x9c\x22\x85\xf0\xa7\x74\x91\x0c\x62\xd1\xef\x32\x66\x10\x8b\x7e\x4f\xef\x21\xe7\xa3\xb7\x70\x98\x93\xf3\xe4\x29\x10\x66\xcb\x5a\x1c\x90\x8e\xe6\x8f\x3e\xc0\x5a\xce\x45\x8c\x9e\x60\x2d\xcf\x1f\xf3\x07\x21\x69\xfe\x90\x1a\x42\xd2\x9c\x19\x17\x08\x49\x73\x66\x04\x21\x24\xcd\x85\x39\x82\x74\x34\x1b\x23\x01\xe9\x68\x36\x7a\x04\xe9\x68\x76\xfa\x0e\xe9\x28\x09\x51\x9e\x20\x1d\x25\xc8\xe4\x09\xd2\xd1\xac\x15\x00\x6b\x39\xc9\x52\x9e\x1c\x39\x1b\xad\x57\xe4\xec\xb4\x07\x3d\x69\xee\xf4\x08\x7a\xd2\xdc\x19\x17\xe8\x49\xa1\xc3\xf2\x04\x3d\x29\x61\x25\x4f\x81\x22\x1b\x37\x31\x7a\x82\x9e\x34\x6f\x46\x17\x7a\x52\xee\x57\xf4\x04\x3d\x69\xbe\x2a\x21\xf5\x65\x5c\x60\x42\xcf\x57\x92\x21\xb5\x14\x58\x45\xea\x87\x64\xf0\xa2\x43\x80\xe5\x09\x5e\xf4\xf2\xd1\x77\xd8\xce\x8b\xd6\x43\x20\xcc\x56\x32\xed\xc1\x76\x5e\xb4\x3a\x60\x3b\x2f\x85\x16\x60\x3b\x2f\x5a\x2b\x11\xba\x6d\x45\x9a\x28\x42\xb7\xad\x38\x92\x05\x8c\x6c\xc5\xe9\x2d\xbc\xe8\xa5\xd2\x1e\xbc\xe8\xa5\x52\x27\xbc\xe8\x45\x7a\x29\x5c\x8c\xad\x68\x56\x3a\x72\x36\x7a\xd4\x91\xb3\xa9\xce\x18\xc1\x22\x2d\x05\x4b\x7a\xe9\x6a\x9d\x3e\x68\x1e\x3a\x7d\x90\xce\x82\x9a\x15\x1a\x2d\x4f\x50\xb3\x96\x29\xc9\xe8\xc3\xfc\x8b\xe3\x22\xb2\x58\x7f\x1e\x5c\x74\x01\xd6\xd6\xb2\x10\x73\x20\xf4\xa2\x0b\xb0\xb6\x96\xcd\x47\x00\x6b\x6b\xd9\x88\x09\x6b\x6b\xd1\xb4\xc3\xda\x5a\x34\xed\xb0\xb6\x12\x72\xf2\x04\x6b\x2b\x79\x5b\x9e\x60\x6d\x25\xe4\xe4\x09\xaa\xf5\xf2\xa8\x33\xa2\xc1\x8d\xeb\x1c\x3d\x05\x16\x6d\xf6\xf1\x79\x06\x16\x6d\xa6\x05\x07\xa5\xab\x65\x3d\x19\xb2\x98\x16\x15\xe4\xea\x66\x0c\x35\x04\xaf\xa6\x89\x86\xe0\xd5\xa4\xf8\x20\x78\x35\x2d\x2a\xe8\xd4\x09\x1d\x79\x82\xe0\xd5\xa4\xf8\x02\xff\x35\xeb\x2c\xc6\x45\x0b\x9d\x16\xa0\x74\x25\xac\xe4\x09\x4a\x57\x82\x45\x91\xc1\xfb\x53\x9a\x8c\x44\xc4\x71\x9b\x2d\xa6\x3d\xe2\xb8\xcd\x16\xa3\x0b\xf9\x2b\xe4\x58\x9e\x20\x7f\x25\x90\xe4\x09\xf2\x57\xdb\x6a\xa1\x53\x52\x0b\x48\x7d\xf4\x1f\x52\x1f\x7a\x04\x31\xac\x49\x61\x42\xe6\x4e\x8e\x95\x27\x88\x61\x5d\x06\x08\x1a\x76\xd7\x12\x0b\x6c\xd8\x5c\x06\x08\x9a\x58\x48\xae\x3c\x41\x13\xeb\x5a\x70\x81\x0d\x9b\x6b\x1e\x02\x1b\x36\x2f\xb4\x07\x7d\x3b\x44\x56\x9e\x20\x94\x75\x2d\x3f\x48\x63\x5d\xb3\x02\x69\xac\x4b\xd5\x41\x1a\xeb\x5a\x70\x90\xc6\xba\x16\x1c\xa4\xb1\x5e\xf9\x5a\x21\x8d\xf5\x4a\x7b\x90\xc6\xba\x96\xd1\xa5\x0f\x43\xef\x21\xe7\xa4\x75\x48\x63\x7d\x32\x12\x90\xc6\xba\xd6\x03\xa4\xb1\xae\xb1\x86\x20\x9e\x64\xa9\xc8\x96\x8e\x12\x72\x42\x10\xef\x9b\x3e\x5c\xfa\xa0\x91\x87\x6c\xd6\x0f\xff\x41\x28\xeb\x17\xa9\x21\x94\x75\xe1\x38\x08\x65\x5d\xa6\x0a\x42\x59\x92\xa5\x3c\x41\x28\x5b\x65\xaa\xa0\x89\xad\x89\xde\x42\x13\x5b\x3f\xe4\x84\x26\xb6\x7e\xac\x2a\x68\x62\x6b\x9c\x8e\xf0\x0f\x9a\xd8\x8a\x52\xfc\x40\x83\x95\x79\xf8\x40\x7c\xa4\x40\xf9\x07\xe2\xab\xa8\xc1\x0f\xc4\x57\x51\x83\x1f\x88\xaf\x02\x12\x3e\x60\x5d\xad\xbc\x07\x20\xab\x8d\x16\x00\x5d\xb5\xd3\x02\xa0\xab\xc6\x91\x3f\xff\x00\x5d\x15\xe5\xf6\xc1\xc3\x4e\x04\xca\xbf\x70\xc1\xb5\x0a\x80\xf8\x80\x52\x44\xa0\xfc\x03\x4a\x55\xe6\xe8\x03\x4a\x91\x10\x15\x19\xe6\x51\x42\x6a\x38\xda\xb9\xc6\xd3\x3f\xe0\x52\xc5\x00\x7d\xc0\xa5\x1a\x8e\xbc\xc8\x3e\x8f\x92\x5a\xa0\x47\x8f\x3e\xc0\xd1\xce\x85\x9f\xfe\x01\xa5\xb8\xf0\x33\xf2\xd4\xff\xeb\x3f\xad\x25\xfa\x00\x5c\x22\x59\x2a\xb2\xd6\xa3\x44\x0b\xc0\xa5\x88\x4e\xfd\x51\x25\x7f\xd0\xb7\x37\x26\xf3\x83\xa2\xbd\xa1\xea\x3e\x28\xda\x1b\x68\xe2\x0b\x3f\x5e\x6b\xd8\xb4\x0f\x94\xc5\xa5\x9e\xfe\x81\xb2\x5a\x91\x98\x8f\x12\x83\x0b\xca\x6a\x9a\x76\x90\x54\x73\xba\x00\x92\x6a\x2c\xbf\x0f\xb4\xd4\x34\xd1\xa0\xa5\xa6\x89\x06\x2d\xc1\xd3\xe5\x5f\xf8\xe3\x1a\x21\x2e\xff\x0c\x39\xb1\x77\x9f\x21\x27\xca\xf4\x03\x3b\x35\xd0\xc4\x07\x76\x6a\x03\xa9\xc1\x4e\x5c\xd5\xe9\x1f\xd8\x09\x9e\x2e\xff\xc0\x4e\x6d\x22\x19\x64\xee\x0d\x54\xfe\x41\xe6\xde\x96\x6a\xa9\x94\x68\x0f\x5c\xd5\x36\xb2\x38\x7d\xd8\x7a\x92\x3e\x6c\x3d\x89\x9c\x47\x75\x32\x9e\x97\x8f\x00\x5c\xd5\xae\x6a\xa1\x0f\x0f\x39\xc1\x55\x0d\xc3\xf5\x81\x8f\xba\x3e\x82\xf0\xb2\x35\x6e\xbe\xf2\x2f\x42\xa9\xad\x27\x66\x13\xa2\xf7\xfe\xd1\x02\x48\xaa\xa3\x4c\x3f\x90\x14\xf9\x57\xfe\x81\xa4\xb8\xf0\xd3\x3f\x90\x54\xd7\xfc\x81\x96\x3a\x2a\xf2\x03\x2d\xf5\xca\x28\x81\x96\x7a\xa5\x47\x50\xc2\xf7\xc6\x7b\x50\xc2\xf7\xce\xd7\x03\x25\x7c\xef\x48\x06\xae\xea\x43\x4f\x22\xe7\xd0\x7f\xc8\xa9\xa5\xd9\x90\x73\xd2\x77\x70\x55\x5f\x6a\x2f\xc6\xac\x6f\xfd\x87\x9c\x60\xfb\x0f\x5c\xd5\x0f\x7d\x07\x3b\xf5\xc3\x98\x41\x48\x4f\x6e\x96\x7f\x10\xd2\x77\xb0\xfd\x07\xae\xea\x9a\x07\x70\x55\xd7\x22\x06\x57\x71\x51\x68\x5c\xdb\x10\x25\x3d\x89\x9c\x4f\x4f\x86\x9c\x43\xb3\x02\x76\x1a\x9a\x15\x68\xed\x09\xa9\xf9\x07\x40\x1a\x52\x9f\x00\xa4\xa1\x59\x81\xd6\x7e\x48\x99\x86\x23\xaf\x0d\x36\xc5\x1f\x00\x69\x18\xed\x01\x89\x86\x94\x29\x90\x08\xa2\x2e\xff\x80\x44\x43\x6b\x0c\x48\x34\x30\x6a\x1f\x90\x68\x34\x64\x01\x12\x0d\x70\xe3\x37\x91\x05\x50\xf2\x01\x89\x08\xa9\xf9\x07\x24\x1a\xec\xc6\xbe\x70\xcf\x35\x92\xb3\xfc\x9b\x48\xa6\x19\x03\x2e\x8d\xa9\x27\xe3\x3b\x1b\x4b\x75\x6e\x4a\xd4\x09\x78\x1a\x5b\x25\x24\x03\x0e\x7e\x80\xa7\xa1\x95\xb3\x68\x0f\x58\xf7\x01\xa5\x86\x56\x07\x7c\xf8\x53\x4a\x11\x3e\xfc\xa9\x79\x00\x58\xcd\x4f\x4f\x3e\x4a\xd4\x09\xb0\x9a\x5a\x1d\x00\xab\x09\xd4\xf8\x00\x56\x53\x73\x04\xb0\x9a\x5a\x2b\x00\xab\xc9\x8e\xeb\x03\x58\x4d\xe9\x48\x80\xd5\xb4\xbf\xdc\x97\xec\x1f\x98\x8b\x60\x98\x7f\x60\xae\x09\xa6\xfc\xc0\x5c\x53\xea\x13\xcc\x35\xb5\x18\xc1\x5c\x04\xbc\xfc\x03\x73\xc1\xa9\xe5\xdf\xa6\xeb\x4d\xdd\xa3\xeb\x9a\x4c\x10\xd8\x04\x61\x7e\xa0\xac\x29\x15\x09\xca\x9a\x9a\x5a\x50\xd6\x94\xc2\x04\x65\x4d\x90\xcd\x07\xca\x9a\xb2\x9a\xd0\xf6\x93\x71\xe5\x1f\xb4\xfd\x53\x56\x13\x04\x36\xa5\x3e\x41\x60\x73\xd1\x02\x28\x6b\x6a\x11\x83\xb2\xb8\xe9\xce\x3f\x50\xd6\x04\xe9\x7f\xa0\xac\x79\xa9\xf3\x32\xd4\x5a\x8c\xd0\xf6\x4f\x7d\x04\x20\x30\xb2\xb1\xfc\x03\x81\xad\xa4\xf7\x06\x25\x3d\x39\x29\x31\x12\x20\xb0\xa5\xcf\x05\x04\x06\x1d\x56\xdc\x62\xf2\x53\xfa\x24\xcb\xa5\xa4\x5a\xe2\x53\x22\x6f\xcb\x3f\x10\xd8\xca\x2c\x3f\x10\xd8\xd2\x07\x02\x02\x5b\x45\x4f\x46\x1f\x96\xe6\x1d\x04\xb6\x8c\x3a\xa1\xf4\xe7\x1e\x33\xff\xa0\xf4\x5f\x5a\xd2\x20\x30\x42\x6a\xfe\x81\xc0\x96\x10\xd1\x43\x32\x29\xe1\x87\x64\x6c\xbb\x33\xe8\x8c\xeb\x5b\xe3\x26\x96\x9f\x12\xf8\x28\x27\xa4\xe6\x2b\xc8\x20\xb7\xc5\x26\x3c\x43\xf0\xbf\xf8\x0a\x32\x04\xff\x6b\xa9\x16\xc6\x33\xfc\x8d\x9e\xc1\x71\xeb\xa8\x16\xc6\x93\x3d\x41\x06\xc7\xad\x23\x59\x90\x1a\xf3\x97\x71\xcf\x2d\xe6\x36\xe3\x9e\x5b\xa8\xdd\x8c\x7b\x8e\x70\x9b\x67\xdc\x73\x0b\xb5\x9b\x41\x83\xeb\x21\x0b\xee\xb9\x9d\x90\x13\xf7\xdc\x66\x63\x9f\x41\x8a\x1b\x44\x9b\x41\x8a\x1b\x95\x9c\x71\xb3\x91\xef\xe5\x19\x37\xdb\x66\xc5\x65\x70\xe3\x76\xfa\x07\x36\xdc\xcc\x43\x06\x1b\x6e\x00\x4b\x06\x1b\x6e\x54\x6b\xc6\xcd\x46\x48\xcd\x33\x6e\xb6\xdd\xa8\x13\x37\xdb\x66\x6d\xe6\x8c\x2c\x6c\xd0\x73\x84\x75\xdb\xd6\x8c\x81\x30\xf7\xd4\x7b\x83\x92\x64\x99\x94\x18\x33\x10\xe6\x46\xed\x66\x9c\x6e\xfb\x20\x19\x28\x72\x63\xfe\x72\xa1\x3d\x56\x55\xc6\xb1\xc6\x45\xb6\x9e\x81\x83\x1b\x37\x62\x06\xe4\xed\xa7\x3a\x1f\x25\x66\x05\x90\x77\xd8\xd3\x65\x5c\x69\x90\x71\x79\xc6\x95\x46\xfa\x97\x67\x00\xe0\x61\x87\x97\x71\x97\x1d\x3c\xbd\x19\x00\x78\x8c\xbe\x03\x00\x8f\x31\x66\x00\xc0\x63\x8c\x04\x00\x90\x2b\x6f\x3d\xe3\x3c\x3b\xce\x93\x80\xbc\xc3\xde\x3a\x03\xf2\x8e\x46\x1e\x90\x07\xc1\x97\x67\x40\xde\xf9\x1b\x43\xb5\x67\xf0\xdf\x69\x74\x16\xfc\x77\xba\x1a\xa0\x0b\x78\x7a\x33\xf8\xef\x0c\x3a\x04\xfe\x83\x09\xcc\x33\x88\x8f\xfb\x76\x3d\x83\xf8\xc8\x13\xf3\x0c\xe2\x23\x4f\xcc\x33\x88\x8f\x3c\x31\xcf\x20\x3e\x6e\xdf\xf5\x8c\xb7\x0c\x26\x30\xcf\x78\xcb\x8e\x26\x13\x34\x78\x50\x98\x19\x34\x78\xb4\x8c\x40\x83\x84\xdb\x3c\x83\x06\x0f\xdb\x8c\x0c\x1a\xbc\x9a\x3e\x10\xdf\xd5\xe2\x88\x3b\x35\x1a\x19\x5e\x9e\x41\x7c\x04\xd8\x3c\x83\xea\x60\xfb\xf2\x0c\xaa\xbb\xd8\xbb\x0c\xaa\xbb\x45\xb5\xc4\x84\x5d\xd4\x59\xc6\x5b\x76\xb5\xc4\x40\x67\x17\x4c\x92\xf1\x7a\x5d\x7c\x59\x19\xaf\x17\x19\x5e\x9e\x41\x67\x57\x8b\x03\x04\x06\xf7\x97\x67\x10\xd8\xd5\x52\x01\x81\x5d\x10\x4a\xc6\xb3\x45\x26\x93\x67\x30\xd7\x33\x95\x32\x25\xe4\x04\x57\x3d\x3c\xa1\x39\x02\xa4\x8d\x4c\x26\xcf\xb8\xa8\xc8\x64\xf2\x3c\xa8\x53\x9f\x59\x84\x3d\x1b\x81\x24\xcf\x20\xb0\x57\xf5\x5e\xcc\x2d\xc1\x22\xcf\xe0\x2a\x82\x45\x9e\x41\x4b\x0f\xb4\x94\x41\x4b\x84\x80\x3c\x83\x96\x9e\xbe\x10\xd0\x12\x19\x50\x9e\x41\x4b\x04\x7d\x3c\x4f\xda\x5b\xfa\x8f\xf6\x8e\xfe\x7b\x94\xa8\x05\xec\xf4\xf4\x4d\xc4\x21\xb8\xf6\xd8\x88\xe6\x08\x6d\x36\x82\x3e\x9e\x17\x23\x21\x45\x0b\xca\x7a\x52\xad\x81\xb2\x7a\xc2\x5d\x96\xe1\x08\x4c\x9f\x4a\x8f\x12\x2d\xc0\x11\x48\x62\x93\x67\x38\x02\x13\x28\x2b\xc3\x11\x98\x32\xbd\x85\x23\x50\xe1\xa1\x0c\x21\x70\x62\xef\x99\x21\x04\x4e\x19\x39\x21\x04\x56\xe8\x28\xc3\x26\x98\xf4\x65\xc1\x26\x98\xa4\xae\x61\x13\x4c\x38\x19\x32\x6c\x82\xa9\xaa\xbd\xe0\xc9\x4b\x4d\x25\xfa\xc0\x1e\x24\x6f\xfa\xa0\x55\x7c\xe8\xc3\xe0\x3b\x3b\xf4\x41\x8a\x16\x4e\xc2\xa4\x39\x82\x93\x30\x4d\x66\x13\x4e\x42\x52\x99\x3c\xc3\x49\x48\x82\x92\x67\x38\x09\x15\xbd\xc9\xf0\x0e\x26\x19\x4a\x68\x85\x15\xcb\xc9\xd0\x0a\x27\x76\x24\x19\x4e\x42\x45\x76\x32\x9c\x84\x49\xe6\x0f\x4e\xc2\xa4\x39\x82\x93\xf0\x93\xc1\x83\x77\xf0\x03\xc3\x66\x78\x07\xb9\x13\xcf\x33\xbc\x83\x9f\xc6\x13\xde\xc1\xaf\x20\x19\x74\xc4\x9f\x54\x72\x40\xa9\xae\x38\x4f\x86\x93\xf0\x33\x3d\x19\x72\x7e\x55\xb5\x6c\x4a\x6a\xef\x50\x62\x5c\xe0\x1d\xfc\x88\x1a\x64\xd8\x04\x3f\xe9\x4f\xd8\x04\x83\x38\xeb\xcf\x2a\x19\xa2\x41\xae\xb6\xf3\x0c\xd1\xe0\x27\xd5\x0a\xd1\xe0\x27\xf5\x09\x53\xf1\xb7\xd4\x1c\x82\x69\xe0\x21\x21\x54\x08\x28\xc3\x46\xfc\xb1\x4d\xcc\xb0\x11\x2b\x04\x54\x20\x28\xfc\xd8\x26\x16\x08\x0a\x3f\xd0\x4b\x81\xa0\x50\x01\xa1\x02\x41\xa1\x02\x42\x05\x82\xc2\x0f\xb5\x5b\xc2\xeb\xd5\xf3\xa7\x27\x07\x25\xfd\x37\x29\x75\x4a\x31\x9c\x0a\xde\x14\xb8\x89\x73\xd1\x7f\x87\x92\x5a\x0f\xa9\xb3\xa9\x14\x52\x67\x2c\x63\x81\xd8\x30\xa3\xc0\x0a\xc4\x86\x0a\xec\x14\xd8\x0b\x33\xe8\xa5\xc0\x5e\x48\xf6\x90\x17\x18\x0a\x15\xd8\x29\x70\x13\x73\x0b\x9e\x17\xb8\x89\xc9\x17\xf2\xf2\xd1\x87\xae\x3a\xe9\x03\x1e\xe9\xf2\xd1\x87\xa1\x5a\xe8\x03\x8b\xaa\xc0\x7a\x98\x99\xa3\x02\xeb\x61\x06\x45\x96\x4c\xeb\x71\x86\x38\x2e\xb5\xfb\x29\xe1\xdf\x2c\x30\x22\x66\x16\x47\xc9\xb4\xae\x91\xcf\xb4\x7e\xf5\x24\xad\xe3\x75\x2e\x70\x13\x67\x22\x03\x25\xfc\x63\xbd\x80\xfb\x0b\xac\xc2\xa4\xfa\x78\x81\xe7\xb0\xb0\xb5\x2e\xf0\x1c\x2a\x78\x53\xe0\x39\x2c\x18\xae\x02\xcf\x61\xa9\xfa\x2f\xc6\xb3\x00\x12\x4a\xe0\x9c\x5e\x50\xf3\xc5\x68\x8f\xf0\x65\x81\xcb\x90\x9b\xee\xbc\xc0\x2a\x5c\xc0\x6a\x05\x56\x61\xee\x98\xf6\x02\x8f\x70\xd9\xd4\x02\x8f\x30\xd4\x55\x5e\xe0\x11\x2e\x60\xed\x02\x8f\x70\x39\xd4\x12\xc0\xa3\x17\x7d\x75\x4e\x7b\x4f\x75\x46\x7b\xdc\x58\xe7\x25\x60\x48\x87\x90\xca\x4b\xc0\x90\x6e\x98\xf0\x12\x30\xa4\x9b\x46\x22\x60\x48\xe7\x1e\xba\xb8\x24\x30\x4a\xf4\x36\x02\x7a\xdd\xf4\xd5\x05\x44\xe9\xa6\xef\x0c\x92\x61\x52\x68\xbc\x04\xd4\xe8\xa4\xd0\xc4\xe5\x82\x51\xe2\xcb\x82\x72\xd8\x34\x66\x50\x0e\x2b\xf2\x51\xa0\x1c\xb6\xa1\x16\x90\x13\x27\x51\xa9\xc8\xa9\x11\x6c\xc8\x89\x12\x2e\x0d\x39\x31\x9b\xa5\x21\x27\xba\xa0\x40\x4e\x6c\x4b\x4f\x22\xe7\xa6\x85\x80\x2f\xdd\xd0\x13\x05\x72\x62\x45\x37\x0a\xe4\xc4\x86\x81\x2d\x0d\x39\xaf\x6a\x41\xce\xab\xf6\x90\xf3\xa9\x4e\xe4\x04\x33\x17\x88\x8b\xb9\x5d\x2e\xae\x4b\xfc\xaf\xff\x74\x67\xb7\x52\x20\x2e\x76\x76\xa9\x25\x1c\x56\xdd\xd9\x7b\x96\x70\x58\x75\x2e\xd7\xf7\x02\xa9\x31\xb7\xcb\x79\x81\xd4\xd8\xb3\xde\x6b\x94\xd4\x5e\x7c\x13\x5e\xd4\x42\xcc\x83\x6b\x36\x21\x27\x76\x8e\x40\x14\xc8\x89\x1d\x43\x59\x20\x27\x8e\x38\xc8\x1f\x55\x72\x81\xb7\x58\x41\x91\x02\x6f\xb1\x83\x7a\x0a\xbc\xc5\xae\xc5\x01\x6f\xb1\x37\x35\x87\x98\xb8\x23\x0a\xbc\xc5\xde\x25\xd8\xa2\xc4\x27\x18\x28\xab\xfb\xe0\x73\x81\xd3\xd8\xd9\xa4\x16\x38\x8d\x5d\x8b\x6a\xd2\x05\xec\x72\x99\x74\x01\xaf\x6c\x99\xc8\x49\xe0\xaa\x4c\xe4\x04\x09\x97\x89\x9c\x9a\x94\xf0\x73\xf5\xaa\x49\x09\x3f\x57\xe7\x06\x39\x2f\x81\xdc\xba\x82\x22\x25\x90\x5b\xaf\x52\xde\x81\xdc\x7a\xd5\xa4\x04\x72\xeb\x15\xcc\x5c\x02\xb9\x75\x85\x48\x4a\xa0\xb3\x5e\x71\x0f\x94\xf0\x7a\xf5\xaa\x05\x17\x5e\xaf\x5e\xb1\xbd\x25\x90\x5b\x87\xcd\xcc\x4b\x20\xb7\x5e\x71\x08\x94\x85\x9c\x55\xb5\x20\x67\xd3\x7b\xc8\xa9\x79\x58\xc8\x42\x50\xa4\x2c\x64\x01\x33\x17\x98\x9f\x2b\x11\xdf\x02\xaa\xab\x5a\x54\xa0\x3a\x98\xce\xbc\x80\xd5\x14\x14\x29\x60\xb5\x4a\xe0\xaa\x80\xc7\xe0\x36\xf3\x02\x1e\x23\xbd\xc6\x0b\x78\xac\x4a\x41\x83\xc7\xaa\x14\x34\x78\x4c\x41\x91\x02\x1e\x53\xe0\xa3\x80\xc7\x9a\x96\x03\x28\x0b\xa6\x33\x2f\xa0\xac\x46\xb0\xb6\x80\xb2\x5a\xd6\x7f\x95\x12\x3d\x02\x49\x35\x76\x01\x05\x96\x66\x6e\x82\xf3\x02\x4b\x73\x63\x0b\x59\x40\x4b\x24\xdb\x78\x01\x11\x91\x42\x13\x37\x84\xfe\x94\x64\xfe\x40\x44\x4d\xdf\x27\x88\xa8\xc9\xc4\xc1\xd2\xcc\xdd\x6f\x5e\x60\x69\x6e\x53\xef\x21\x0b\x28\xb2\x80\x96\x9a\x54\x16\x68\xa9\x69\x74\x41\x4b\x4d\x06\x01\x96\x66\x45\x1b\x0a\x2c\xcd\x4d\x23\xff\xe8\x83\xbe\x72\x70\x55\x23\x4c\x5e\x00\x48\x4d\x23\x0f\x40\x6a\x4f\x4f\x86\x9c\x24\xdb\x78\x89\x60\x5f\x57\x9c\xa0\x44\xb0\xaf\x77\x29\x1b\xc0\x53\xd7\xe8\x02\x9e\x7a\x51\x0b\x97\x12\x23\x08\x78\x22\xf5\xc6\x0d\xf0\xd4\x31\x16\x06\x78\xea\x84\x60\x0d\xf0\x04\x15\x98\x1b\xe0\x49\x31\x04\x03\x3c\x71\x6b\x9b\x1b\xec\xce\x24\xd4\xb8\xc5\x71\xb2\xce\x3d\x6d\x6e\x71\x9c\xac\x77\x5c\x23\x06\xcc\xea\x53\xed\xd1\x3f\x46\xc9\x80\x59\x1d\x70\x61\xc0\x2c\x52\x6f\xdc\x80\x59\x7d\xab\x4e\xfa\x77\x54\x27\xfd\xc3\xc0\x1a\x30\xab\xa3\xe6\x0d\x98\xd5\x51\xf3\x06\xcc\xea\x68\x14\x03\x66\x75\x50\xb9\x01\xb3\x48\xc4\x71\x83\x24\x7a\xe0\x70\x34\x48\xa2\x15\x27\x30\x20\x18\xa9\x37\x6e\x40\xb0\xc1\x3c\x18\x10\x6c\x7c\x7f\xc9\xde\x73\x03\x9d\x29\xa0\x60\xa0\xb3\x91\x19\xc0\xf0\x65\xf5\x51\xd4\x78\x74\x6f\x80\x22\x2d\x62\xa0\x7d\xb0\x8d\xb2\xf0\x73\xf5\xc1\xa6\xd8\xc2\xcf\xd5\x15\x5e\xb0\xf0\x73\x75\xee\x70\x73\xcb\x74\x4f\x93\x09\xc6\x83\x34\xc5\x0d\x8c\x37\xaa\xde\xa3\x7b\xa0\x02\x03\xe3\x0d\x14\x98\x81\xf1\x06\xe8\xd3\x60\xbd\x1e\x53\xb5\x20\xe7\x54\x2d\xc8\x89\xd7\xd9\x60\xc4\xe6\xee\x37\xb7\x82\x2c\x4b\x25\x64\x01\x2d\x19\xac\xd7\x03\x34\x6f\x85\x71\xc1\xeb\x65\xb0\x5e\x0f\x36\xbe\x06\x1a\x9c\x04\xd8\x0c\x34\x38\xd9\x54\x19\xa8\x4e\x61\x02\x83\xd9\x7a\xa2\xbc\x0d\x66\xeb\x49\x10\xd4\x60\xb6\x9e\xa8\x72\x83\xd9\x7a\x62\x7b\x0d\x34\x38\x71\x40\x18\xcc\xd6\xd3\xf5\x24\xad\x63\x89\x0d\x34\x38\x09\xc9\x18\x68\x90\x44\x15\x37\xd0\xe0\x04\x3b\x19\x68\x90\x1b\xd6\xdc\x1c\xc9\x30\xa9\xe6\x48\x36\x54\x27\x92\xb1\xb9\x35\x70\xe3\xd4\x32\x02\x37\x72\xa7\x9a\x9b\x23\x19\x8a\xdd\xc0\x86\xf3\xd2\x02\xd8\x70\x12\xa2\xb4\x4a\xeb\x0f\x39\xc3\x29\xd5\x97\x46\x10\x34\x28\xaf\xba\x85\x53\xaa\x2f\x7d\xe4\xe1\x94\xea\xeb\xd3\x7f\xd1\x3a\xec\x35\x6e\x20\xc5\x05\xb2\x31\x90\xe2\x2a\xaa\x73\x53\xd2\x7b\x87\x12\x23\x0f\x52\x24\x51\xc5\x0d\xa4\xb8\x34\xf2\x20\x45\xee\x3f\x73\x8b\xf0\x65\x5f\xfa\xca\x23\x7c\xd9\x17\x06\xc1\x40\x83\x0b\x68\x63\x0d\x39\x31\xb0\xd6\x90\x53\xf3\x00\x52\x5c\x98\x07\x03\x29\xae\xae\x5a\x90\xb3\xab\x3d\xe4\xc4\xff\x6e\x20\x45\xf9\xd8\x0d\xa4\xb8\x30\x1d\x06\x52\xe4\x3e\x32\x37\x90\x22\x44\x64\x6e\x20\xc5\x2d\x65\x0a\x52\x94\xef\xda\x40\x8a\x5b\x3d\x02\x29\x6e\xdc\x6c\x06\x52\xdc\x5a\x8d\x20\xc5\x4d\x40\xdd\x40\x8a\x1b\x8c\x6e\x20\xc5\xdd\xf4\x64\xf4\x6f\xab\x7f\xe1\x58\xeb\xf2\x4f\x5b\x84\x36\x3b\x29\x1f\x71\xbd\x73\x94\x18\x17\x10\xe6\xe6\x20\xa6\x01\x15\x37\xce\x10\x03\x2a\x6e\x76\xda\x06\x54\xdc\x38\xac\x0c\xa8\xb8\x89\x0c\x18\x50\x51\xfe\x69\x03\x2a\x6e\x20\x83\x01\x15\xb7\xd6\x2d\x50\xf1\x24\xd5\x12\xb2\x90\xf2\x11\x97\x4b\x47\x89\xff\x80\x8a\x64\x5d\xb8\x01\x07\x0f\x0e\x47\x03\x0e\x1e\x1c\x8e\x06\x1c\x3c\x9a\x31\xe0\xe0\x61\xaf\x6b\xc0\xc1\xf3\xa3\xa5\xfe\xac\x92\x41\x8a\xf2\xfb\x1a\x48\xf1\x68\x58\x40\x8a\x90\x24\xb9\x81\x14\x0f\xc7\x7c\x0c\x6c\x78\x0e\xc3\xb9\x10\x4c\x16\x07\xfc\x77\xb4\xe0\xc0\x7f\x50\xd9\xb8\xc5\x71\xb2\x7e\xd5\x75\xf0\x1f\xe9\x12\x6e\xe0\x3f\x68\x6e\xdc\xc0\x7f\xb7\xe8\xc9\x4b\x49\xb5\x3c\x4a\xa8\x09\xbc\x7a\x17\x07\x84\xe1\xd5\x23\x95\xc2\x0d\xaf\xde\xd5\xa2\x02\x29\x5e\xa3\x05\x90\xe2\xc5\x1f\x67\x78\xf5\xae\x4c\x07\x48\x11\xd2\x1b\x37\x90\xe2\x6d\x8c\x12\x48\xf1\x76\xbd\x47\x1f\xb4\xa8\x36\x7d\x00\xd1\x1a\xde\x39\x08\x71\xdc\xf0\xce\x5d\x2d\x23\x70\xe3\xc5\xbb\x6a\xe0\xc6\x3b\xf5\x24\xb2\x2c\xfd\x57\x29\xf1\x29\x1d\xc6\x73\xa9\x16\xe4\xd4\xa7\x8b\xe7\x0e\x0a\x1c\x37\x3c\x77\xf0\xc1\xb9\xe1\x9d\xbb\x9a\x15\xf0\xe6\xc3\xa3\x69\xe0\x4d\x92\x20\xdc\xc0\x9b\x24\x41\xb8\xe1\x9d\x7b\x1a\x4f\xbc\x73\xd0\xdc\xb8\x81\x45\x9f\x14\x18\x58\xf4\xc9\x4c\x83\x45\xb9\x85\xcb\x0d\xbc\xf9\x64\x8a\xc1\x9b\x4f\x86\x04\x4c\xf9\xb4\x34\xc1\x94\x4f\x4a\x1f\x4c\xf9\x88\x44\x18\x98\x12\x6e\x19\x37\x9c\x6e\x4f\xf8\x08\x4c\xf9\xd8\x14\x1b\x98\x92\x0b\xb4\xdc\xc0\x94\xef\xaa\xce\x4d\x89\xbe\x83\x1b\xe5\x75\x36\x70\xa3\xd2\x09\x0c\xdc\xc8\x05\x5a\xee\xe0\x46\xa5\x13\x38\xb8\xf1\x31\x9e\x0e\x6e\x7c\x1c\x58\x73\x88\x53\x95\x6a\xe0\x10\xa7\xa6\xa4\x27\x9d\xd2\xa5\x54\xa3\x84\xd3\xcd\x03\x37\x0e\x48\xc3\xdc\x03\x37\x8e\x54\xf4\xdf\x88\x12\x8a\xd6\xa1\x5f\x4d\xa6\xf6\x82\xb3\x4f\x7e\x66\x87\x7e\x35\xb9\xa4\x3e\x94\x16\xa5\xe0\xf3\x4b\x55\x2d\x3c\x4a\x3c\x09\xfd\x6a\x42\xed\x7a\xe0\xc6\x91\x50\x3d\x1e\xb8\x71\x28\xbb\xc0\xe1\x61\x4f\xac\x00\x87\x6b\x3d\xa1\x7a\x1c\x3e\xf5\x34\x55\x42\x4e\xbe\x5d\x87\x70\x35\xa1\x43\x1c\x52\x55\xae\xb0\x72\x87\xed\x5c\xbe\x64\x87\xb5\x9c\x0b\xa6\xdc\x21\x40\xfd\x34\x2e\x10\xa0\x7e\xac\x77\x87\x99\xfc\xc3\xe3\xee\x70\x8a\x7f\xac\x5b\x87\xf2\x54\xbe\x5d\x87\xf2\xf4\x53\x8f\x0a\x2d\x70\xbe\xc4\xe3\x3c\xd9\xe0\x32\x28\x77\xe8\x50\x3f\xf5\x08\x3a\x54\x39\x77\x1d\x3a\xd4\x8f\xef\xd3\xa1\x43\xfd\xc0\xf6\x0e\x1d\xaa\xce\xf7\x3b\x74\xa8\x1f\x87\x57\x1d\x3a\xd4\x6f\xff\xe5\x0a\x7b\x77\xe8\x50\x3f\xce\x5a\x3a\x74\xa8\xd0\x96\xb8\x43\x87\x0a\x6d\x89\x3b\x74\xa8\x9f\x3e\x3a\xe8\x50\x75\x84\xdf\xa1\x3c\xcd\xa0\x17\x87\xf2\x54\xc7\xf4\x1d\xca\xd3\x0c\x7a\x71\x28\x4f\x33\x47\x79\x1c\xca\x53\xee\x89\x8a\x8b\xfa\x7f\x4a\xa6\xff\x3a\x25\x86\x13\x5a\x53\x1d\xda\x77\x68\x46\x33\x68\xd0\xa1\x19\xcd\xfa\x5c\x2a\x75\x76\x3d\x19\x0b\x20\xb3\xb1\x77\x88\x45\x33\xdb\x4b\x87\x58\x34\xa3\xce\x1c\x62\x51\x2e\x59\x72\x87\x58\x94\x4b\x96\xdc\x21\x16\xcd\x84\x1a\x3d\x70\xd5\xc8\x98\x23\x0f\x5c\x35\x74\xdc\xde\x21\x1d\x85\xb7\xc4\x1d\xf2\xd0\x82\x13\xc5\x21\x0f\x2d\x18\x27\x87\x3c\xb4\x10\x79\xf7\xc0\x55\xa3\x7c\xaa\x65\x50\x62\x1e\x20\x5e\x2f\xa0\x41\x87\x66\x14\xbe\x13\x77\x68\x46\xe5\xbf\x75\x68\x46\x0b\xc1\x22\x87\x66\xb4\x68\x11\x43\x33\x5a\x40\xd7\x0e\xcd\x28\x57\x35\xb9\x43\xca\x5e\x88\x0d\x7b\x47\x16\xbc\x8f\x0e\x95\x68\x19\x7a\x12\x59\xd8\x88\x3a\xe4\xa1\x85\x38\xbc\x43\x1e\x2a\xff\xad\x43\xf4\x59\x34\x4a\x10\x7d\xea\xac\xba\x43\xe6\x0e\xe3\x88\x3b\x64\xee\x30\x8e\xb8\x43\xf4\x29\x8f\xad\x43\xf4\x69\x84\x67\x1d\xc2\x4e\xd3\xb8\x40\xd8\x69\xea\x3b\x84\x9d\x26\x05\x06\x61\xa7\x15\xfd\x17\xb2\xe8\xac\xba\xc3\xbc\x2e\xff\xad\xc3\xbc\xae\x93\xeb\x0e\xf3\xba\x61\xa6\x1d\xe6\x75\xae\x47\x72\x87\x79\xdd\xd8\xd3\x39\x9c\xe9\xc6\x29\x23\x87\x33\x5d\xde\x5c\x87\x33\xdd\xf4\x7d\xc2\x99\x6e\xfa\x3e\xe1\x4c\xd7\x89\x69\x87\x33\xdd\x35\xd6\x70\xa6\x7b\xd7\x93\xd1\xba\x83\x8b\x1d\x7e\x73\x27\xec\xe9\xf0\x9b\x3b\x27\x89\x3c\x20\xc3\xd0\x89\x69\x0f\xc8\x30\x9c\x93\x44\x0e\xf7\xb9\x13\xe7\x71\xb8\xcf\x75\x62\xda\xe1\x3e\x77\xf6\x82\x1e\x00\x62\xe8\xfc\xb4\x07\x80\x18\x50\x4f\xb8\x07\x80\x18\xae\xaf\x3c\x00\xc4\xa8\x84\xd4\x1c\x96\xf4\x8a\x41\xf7\x80\x05\x43\x6e\x3d\x0f\x58\x30\x2a\x38\xdc\x61\x50\xd7\x59\x67\x87\x41\xbd\x62\x98\x3d\x20\xc3\xa8\x32\x08\x11\xd0\x1b\x55\xaa\x35\x02\x7a\xa3\x4a\xb5\xc2\xb5\x5e\xa5\x4c\xe1\x5a\xaf\x1a\x6b\xb8\xd6\x21\x7f\x70\x87\x6b\xbd\xb2\xdf\x73\xb8\xd6\xab\xbe\x64\xb8\xd6\x75\xf2\xd9\xe1\x5a\xaf\x53\x75\xc6\xdc\x56\x22\x34\x0e\x9f\xba\x4e\x3e\xfb\x45\x4e\x29\xda\x8b\x9c\x1a\xc1\x87\x2c\x32\xda\xe1\x4e\x1a\x0d\xf8\xe9\xe1\x4e\x1a\x41\xe9\xfa\x67\x95\x0c\xd5\x7a\x93\xc2\x84\x6a\xbd\xe9\x23\x87\x6a\xbd\x11\x0c\x73\xa8\xd6\x1b\x88\xa8\x42\xb5\xde\x58\xee\x15\xaa\x75\xf9\xf8\x2a\x54\xeb\x3a\x7b\x5c\x41\x0c\x8d\x8f\xbc\x62\xf9\xb9\x6c\xc7\x2b\x96\x5f\xfe\xbf\x8a\xe5\x6f\x55\x2d\xd0\x05\x2c\x78\xc5\xf2\xc3\x0b\xe1\x15\xcb\xdf\x9a\xea\x44\x4e\x26\xa5\x62\xc1\xe5\x1b\xac\x50\xad\xcb\x1b\x58\xc3\xf3\x33\xe4\x0d\xac\x58\xf7\x36\xf5\x1e\xb2\xa0\xae\x2b\xc4\xeb\x5c\xb6\xe3\x15\xe2\xf5\xc6\x27\x5f\xb1\xf5\x0d\xbf\x76\x85\x5c\xbd\xb1\xa9\xaa\x99\x3e\x70\x4a\xb2\x62\xeb\x1b\x53\x54\x21\x49\x6f\x78\xa8\x2a\x96\xbf\x83\x8f\x2a\x96\xbf\x7f\xfa\x2f\x46\x50\xfe\xbf\x0a\xf5\x39\x1c\x0e\x5e\xa1\x3e\xef\x38\x97\x6a\x38\x58\x06\x97\xf4\x78\x05\x23\xc8\x53\x58\xc1\x08\x9d\xcd\x7b\x05\x23\x74\x36\xef\x15\x8c\xd0\x49\xdd\xa8\x60\x84\x6e\x7a\xef\x51\xa2\x05\x6c\x7d\xd7\xfc\x61\xeb\xe1\x7e\xf0\x8a\x41\xef\xec\x2c\xaa\x21\xa7\xe6\x0f\xf3\xde\xf1\xb5\x56\xcc\x7b\x07\x3f\x54\xcc\x7b\x5f\x7a\xf2\x50\x62\x94\x60\x3b\xef\x4b\x75\x22\x0b\xce\xa5\x8a\xe9\xef\xec\xdb\x2a\xa6\xbf\x63\x52\x2b\xa6\xbf\xe3\x36\xa9\x98\xfe\x4e\x06\x62\xc5\xbc\xcb\x6f\x58\x31\xef\xfd\xe9\xbf\x90\x73\x7c\xaa\xf3\x50\x42\x16\xd8\xc7\x47\x56\xe9\xa3\x84\x64\xc0\x82\xa1\x91\xc7\xf4\x0f\xc2\xc8\x15\xf6\xf1\x81\x8f\xb6\x02\x04\x86\x46\x17\x20\x30\x40\x75\x15\x20\x30\x70\x24\x54\x80\xc0\xd0\x58\x03\x04\xe4\xf2\xab\x00\x01\xb9\xfc\x2a\x0c\xe3\x03\x75\x5d\x61\x18\xe7\x7a\x1d\xaf\x30\x8c\x0f\xf6\x5f\x15\x86\xf1\xa1\x15\x00\x48\x80\xc4\x21\xe8\x6e\xa2\x44\xff\x00\x09\x3a\x27\x5c\x01\x09\x43\x73\x04\x48\xd0\x39\xe1\x0a\x10\x18\x5b\xed\x21\x27\x1e\xdb\x8a\xb1\xd7\xa9\xe1\xda\x91\x13\x53\x5c\x3b\x72\x5e\x3d\x89\x9c\x1c\x38\xac\xf0\x8d\x8f\xab\xf7\x90\xf3\xe9\x49\x64\x21\x5a\x54\xe3\x9c\xf7\xe0\xd6\x1c\xaf\xc0\x02\x68\x1b\x82\x6c\xe7\xa7\x84\xa3\xab\xc2\x29\x3e\xb5\xc6\x22\xdc\x36\x74\x12\xb9\x46\xb8\x6d\x70\xa3\x8e\x57\xf8\xc6\xa1\x6d\xf0\x0a\xdf\x38\xb4\x0d\x5e\xe1\x1b\x9f\x45\xef\x55\x4a\xc8\x09\xdf\xf8\x04\x38\x56\x60\xc8\xc4\xd8\x57\x60\x88\x8e\x14\x57\xf8\xc6\xe3\x48\xf1\x1f\x55\x72\x85\x8a\x7c\x62\xb7\x2a\x08\x85\xcb\x76\xbc\x82\x50\xa6\x26\x0c\x2a\xf2\xa9\x09\x83\x8a\x5c\xe7\x7d\x2b\x54\xe4\x53\xcb\x08\xf4\x32\xb5\x54\x40\x2f\x53\xd3\x07\x7a\x99\x60\xd1\x0a\x42\x81\xf3\xd7\x2b\x08\x65\x5e\xfd\x47\x17\x08\x6e\x54\x10\x8a\x4e\x06\xd7\x85\x9c\xc4\xfd\xeb\x42\x4e\xd0\x7c\x5d\xc8\x89\xd7\xb2\x2e\xe4\x04\xb5\xd6\x85\x9c\x6c\x4b\x2b\xc8\x46\x67\x88\x2b\xc8\x66\x25\x3d\x79\x29\xe9\xbf\x68\x7d\x71\xc2\xa3\x86\xa3\x64\xe8\x9c\x70\x0d\x47\xc9\x58\x9a\xf6\x70\x86\x8c\xc5\x0e\xa1\x86\x53\x63\x2c\xa9\xc8\x70\x6a\x8c\x05\x72\xab\x71\x7a\x7b\xe8\x2c\x70\x05\xcb\x2c\xa9\x41\xf0\xca\x02\xd1\x56\xf0\xca\xd2\x1c\x81\x57\x96\x14\x1f\x78\x65\x81\x1f\x6a\x38\x3c\x06\x57\xef\x78\x0d\x87\xc7\x90\xd7\xb2\x86\xc3\x63\xac\xa1\xff\x26\x25\x96\x26\x08\x65\x69\xa6\x41\x28\x4b\xca\x14\x84\xb2\x34\xd3\x20\x94\x25\x53\x05\x42\x59\x9a\x69\x10\xca\x22\xec\x52\x41\x28\x3a\x35\x5c\x41\x28\x3a\x27\x5c\x41\x28\x4b\x0b\x15\x84\xa2\xf3\xbe\x15\x84\xb2\x39\xc5\x51\x23\xf8\x36\x76\x52\x9d\x83\x12\xdf\x19\xe8\x65\x73\x22\xb5\x86\x33\x64\x70\xbd\x8e\xd7\x70\x7f\x8c\xcd\x6e\xac\x86\xfb\x63\x6c\x2d\xb1\x38\xaf\x3d\xb6\x16\x55\x84\xd4\x06\x57\xe8\x04\x9f\xd5\x4f\x49\x20\xe1\xd1\x3a\x67\x41\xea\xa3\x75\x7c\x8a\x15\x0c\x24\x0f\x6a\x05\x03\x6d\x5c\x5b\x15\xa0\xb3\xf5\xb5\x02\x74\x74\x8e\xb6\x01\x66\x0e\xfd\x6b\x80\x99\x43\x8f\x1a\x60\x86\x2b\x6d\xbc\x01\x66\x74\xc6\xb6\xe1\xe2\xe0\x4a\x9b\x60\xd3\xfa\x29\x65\xd5\xd9\x29\xe9\xc9\x90\xe5\xb0\x5f\x68\x00\x16\xa8\x12\xbc\xe1\x8e\x38\x28\xf6\x86\x3b\xe2\xf0\x2d\x35\xc0\x8c\x4e\xd5\x36\x00\xcb\x01\xf7\xb7\x8f\xf6\xe8\x5f\xfb\x68\xaf\xa9\x96\x18\x17\x28\x16\x82\xd9\xeb\xa7\x34\x54\x27\x7d\x27\x12\xd1\x3e\x64\xc1\x58\xb4\x88\x47\x8d\x03\x4e\x6d\x00\x9d\x03\x40\x6a\x00\x9d\xc3\x31\xbb\x16\x31\xa7\x71\xd8\x7f\xb5\x88\x39\x0d\x6e\xb8\xf1\x96\x91\x85\x00\x69\xcb\xc8\xc2\x2e\xa0\x01\x90\xb8\xc5\xc6\x1b\x00\xe9\x00\x9e\x1a\x00\x49\x07\x69\x1b\x20\xe8\xe0\x67\x6e\x85\x91\x40\x33\xb4\x42\xeb\xf8\x07\x1a\x00\xe9\xe2\x1f\x68\x00\xa4\x9b\xf4\x5f\x8c\xd2\xd5\x8c\x01\x82\xae\x46\x10\x67\xc8\xed\x7f\xf3\x25\x37\xfc\x24\x97\xa0\x4f\x03\x1f\x5d\x0d\x2e\xf8\x88\xcb\x68\xbc\x81\x8f\x2e\x9b\x80\x06\x3e\xe2\x32\x1a\x6f\xe0\x23\x79\x49\x9b\x21\xa6\x86\x3a\x82\x53\xe3\x4e\xd5\x82\x98\x44\x9f\x1b\xd8\xe9\x6a\x70\xc1\x4e\x97\xb8\x6a\x03\x3b\xdd\xcd\x14\x81\x8f\xae\x06\x17\x7c\x74\xd9\x2e\x34\xf0\xd1\xe5\x28\x5d\x03\x1f\x5d\x36\x5c\x0d\xd7\xc8\x65\xc3\xd5\x70\x8d\x70\x89\x8d\x37\x50\xcf\x4b\x2a\x65\x4a\x48\x0d\xea\x79\x28\xe1\x06\xea\x79\x9f\xfe\x6b\x94\x18\xea\x08\x39\x8d\xc7\x66\xba\x81\x88\x60\x4a\xf0\x06\xea\x79\x6c\xe2\x1a\xa8\x07\x6e\x04\x6f\xb8\x38\xb8\x8c\x26\x68\xe1\x7e\x4a\x38\x12\x1a\xc8\xe6\xa1\x18\x1a\xc8\x46\x27\x83\x1b\xc8\xe6\x69\xe1\x80\x6c\x1e\x61\xa5\x06\xb2\x79\x6c\xf7\x1a\xc8\xe6\x35\xbd\x17\x23\x0f\xdf\xb8\x37\x90\x0d\x9c\xe2\xde\x70\x71\xe8\x0c\x71\xc3\xc5\xf1\xf0\x06\x36\x50\x8f\x7c\xbb\x0d\xd4\xc3\xa5\x32\xde\x02\xf5\x9c\x6e\xe9\x28\x19\xa0\x05\xf2\x89\x5f\x0e\x68\xb2\x05\xfa\x39\xdd\xbe\x73\x50\xd6\x2d\x10\xd0\xe9\x96\xcf\xef\x32\x8e\x50\xd2\xe9\x66\xe7\xb8\x6a\x6e\xbf\xbf\xe8\x3c\x76\x0b\xa4\x74\xba\xf9\x39\x92\x3a\x5c\x2a\xf1\xcb\xcb\x6a\x7d\xf2\x4b\x3b\xcf\xd5\xfa\xe2\x97\x71\xf6\x52\x7f\xf6\x3f\xbf\x5c\xd5\x7c\xf8\x65\x9e\x83\x62\x6e\x81\xbc\x4e\xb7\x75\x76\xd5\x2f\xef\xf7\x97\xdf\x2f\x2b\x10\xd8\xe9\xb6\xcf\xd6\xd2\x0d\x14\x16\xbf\x3c\x82\x85\x6d\x68\x7c\xce\xd1\x29\xf6\x36\x34\x3e\xf7\x5c\xa9\x86\xc1\xf8\x78\x3a\xb0\x74\x04\xf1\x9f\x7e\xf9\x9d\x91\xc1\xf8\x78\x3e\xfb\xa9\xf5\xf6\xfb\xcb\x4d\x7a\xab\xff\xf3\x8b\x54\xfa\x60\x7c\xdc\xce\xd6\xa8\x8e\xf9\xfb\xcb\xef\x77\x37\xd6\x3f\xbf\x48\xfd\x8d\xfd\xcf\x2f\x4f\xcf\x30\x3e\x5e\xcf\x2e\xaa\xf9\xfe\xdf\x5f\x98\xd3\xf1\xfe\xf9\x05\x78\xd0\x66\xfa\xfd\xe5\x60\xb6\xda\xfc\x7e\x7f\x81\xbd\xde\xdb\x64\x7c\xbc\x9d\x2b\x93\x31\x19\x1f\xef\x67\x6b\x2d\x4c\x8d\xcf\x38\xbf\xca\x7b\xfa\xef\x2f\x5c\x44\xe4\x6d\x6a\x7c\xf6\xf9\x35\x3d\x53\xe3\x73\xce\xaf\x2a\x9d\xfd\xf7\x97\x2b\xd3\x35\x35\x3e\xf7\x70\x35\x97\xb7\x39\x7f\x7f\xf9\xd5\x0a\x53\xe3\xf3\x8e\x92\x58\xda\xdc\xbf\xbf\x5c\x4e\x95\xb4\x79\x7e\x7f\x79\x60\xee\x36\x19\x9f\x9a\x8e\xae\x35\x6a\x93\xf1\xa9\xdf\xd9\x1c\x3c\x6d\x8b\xf1\xa9\xe5\x1c\xdc\x56\x6d\x7d\xff\xfc\x22\xa3\xb5\x18\x9f\x6a\xe7\xe0\x42\x6d\xab\xfc\xf3\x0b\x60\xb5\x2d\xc6\xa7\xfa\xd9\xec\x4c\xda\xf2\xdf\x5f\x0e\xc7\x0c\xda\x62\x7c\xea\xcf\x7c\x21\xe1\x62\x7c\x6a\x3f\x17\xe8\xd5\x16\xe3\x53\xc7\xd9\xec\xff\xdb\x1a\xbf\xbf\x5c\x40\x7a\x5b\x8c\x4f\x4b\xe7\x17\x28\x2c\xc6\xa7\x7d\x47\x51\x9c\xb6\x18\x9f\xf6\x63\x09\xc7\xbf\xcc\x8f\x8d\xff\x6e\x7d\xe0\x67\x2a\xed\x9d\xf5\xa3\x31\x7e\xa5\x0d\xfe\x95\x36\x5c\xbf\x32\x13\xe2\xd6\xdc\x57\xbf\xd2\x3e\xbc\x4d\x73\x4d\xfd\x8a\x9c\xa2\x20\xf8\x92\x7e\x65\x0e\xa0\x22\xa8\xfe\xfe\xfd\x2b\x17\x4b\x37\xfb\x77\xbd\x5c\x23\xeb\xf7\xdf\xf5\x72\xdd\x5d\x6b\xff\x7e\x96\x8b\x01\xce\xfa\xf7\xaf\xca\x23\xa8\xff\x6e\x8d\x83\xb4\xeb\xe8\x57\xbe\x5f\x9d\x63\xf3\xfd\xef\x1a\x22\xe2\x36\xec\xfb\xb7\x0c\x9b\x23\x15\xe9\xdf\xcf\x1e\x8e\x56\xfc\x37\x19\x70\xb1\xb7\xfd\xef\x1a\xd0\xef\xe3\xf7\x57\xd6\x59\x38\x4d\xdf\x93\x2e\x0b\x97\x66\x4a\xfa\x0e\x03\xf8\xa7\x04\x64\x6f\x01\xfc\x53\x92\x45\x0f\xb7\x65\x4a\x5c\x61\xd0\xc2\x6d\x99\x74\xc3\x54\x0f\xb0\x96\x3e\xf6\xac\x3d\x20\x58\xfa\xd8\x6d\xf6\xf0\x40\x24\x48\xb0\x83\x1e\xf3\xa7\xc4\x3a\x1c\xe1\xd5\x28\xc9\x54\x1a\x94\x0a\xa5\x49\xc9\x29\x2d\x4a\x8d\xd2\xa6\x34\x28\x9d\x28\x55\xbd\x77\xa3\xd4\x55\x7a\x94\xa8\x25\x64\x29\x89\xbb\x85\x46\xe0\x82\x92\xb0\x94\x23\x02\x21\x45\x23\x31\x02\x17\x94\x84\xcf\x61\x04\x2e\x28\x69\xaa\x96\x46\x49\xb5\xd0\x07\x5c\xa1\xa3\xd2\x87\xad\xf7\xe8\xc3\x55\x89\x3e\x5c\xd5\x42\x1f\xae\x6a\xa1\x0f\xf8\x0e\x46\x43\xce\xf7\xff\xbd\x94\xe1\x7f\xcf\xff\xf5\x3f\xef\xff\xf8\x4f\xe2\x52\xb5\xc4\x85\x4a\x29\x45\xea\x55\xe2\x42\xa5\xc4\x6d\x49\x09\xf2\x9c\x94\xa2\x0f\x29\x85\xf0\x89\x8b\xc2\x52\xaa\x4c\x6a\xd5\x6c\x56\x7e\xdc\x51\x0a\x07\x4d\x4e\x89\xd7\xc3\x41\x93\xb8\xe7\x28\xa7\x58\xc1\x29\x35\xbe\x97\x00\x27\x39\x7d\x7a\x92\x3a\x03\x95\xe4\x14\xbe\x8a\x94\x02\x95\x24\x2e\x3f\xca\x29\x22\x5f\x89\xcb\x8f\x12\x37\x1b\xe5\x5f\xe1\x3b\xc2\x77\x5a\x0f\x15\x9e\xb8\xd2\x28\x71\x97\x51\xe6\xf2\xb7\xc4\x9d\x44\x89\xdb\x81\x32\x01\xc1\x94\x06\xdd\x0c\xbb\x99\x73\xe8\xb3\x94\x06\x0d\x85\x81\xcb\x1c\x4d\x48\xdc\x00\x94\xb8\xa6\xa7\xa4\x84\x9c\x13\xe1\x27\xd3\xf8\xf1\xfa\xa4\xa1\x70\xc0\x17\xee\x35\x4b\x5c\x0f\x93\xb8\x17\x66\x92\x3b\x9a\xb8\x09\x26\x71\xb1\xcb\xdc\xb1\xe2\x52\xba\xac\xa3\x38\xba\x39\xb9\xc6\x35\x71\x33\x4b\x4a\xe1\x02\x9f\xfb\x63\x3c\x1f\x33\xf6\x78\x3d\xf6\x61\x89\xfb\x56\x12\x17\xad\xcc\x9d\x19\xba\xc7\x34\xc6\xee\x71\xee\x00\x9e\x89\xdb\x57\x12\xd7\xae\xcc\x1d\xeb\x2f\x7d\x11\xe1\x4e\x5f\x84\xb6\xe7\x8e\x98\x55\xfa\x62\xa7\x97\xb8\x5a\x65\xee\xd8\x4c\x24\x2e\x53\x49\x5f\x84\x9a\xe7\xee\x3c\x19\x7b\xbb\xc4\x85\x29\x93\xfb\x5b\xd3\x17\x5b\xb5\xf4\x7d\xb4\x1e\x2e\xbc\xf4\x7d\x7a\x9d\x6e\x86\x27\x2f\x71\x7d\x4a\xe2\xa6\x94\x49\x96\x69\xe2\x6e\x94\xc4\xa5\x28\x73\x4f\x9e\x8c\x88\x73\xfa\x32\x0d\x2d\x44\x8a\xc0\x73\xe2\xc2\x94\xb9\x63\xab\x96\xbe\x2c\xfd\x82\x9c\x87\x27\x0b\x75\x16\xea\xbc\x08\x5f\xe8\x7b\xa1\xce\xab\x27\x11\x3e\x36\x52\x13\x6b\x9f\xb8\xb3\x24\x71\x59\xc9\xdc\xe1\xfc\x4e\x5c\x4f\x92\xb8\x97\x64\xee\x47\x37\x8d\x3a\x63\x2b\x34\xd9\x63\xa7\xcf\x90\x33\xf6\x40\xf3\x24\xea\x34\x5e\x8f\x2d\xcd\x04\x26\x27\xae\x12\x49\xdc\x21\x32\xe1\x21\x4c\xdc\x13\x92\xb8\x20\x64\x02\x6d\x12\xd7\x7e\x24\xee\xfb\x98\xa7\xd2\x23\x96\xf6\x17\xaa\x6b\x9e\x4a\x9d\x2c\x74\xee\xf4\x98\x27\x22\x0c\x89\x3b\x3d\x12\xd7\x77\x4c\xf6\xd8\x89\x0b\x3b\xd2\x57\xa9\x33\x0e\x2b\xa5\x2f\xfc\xb2\x89\x0b\x3b\xe6\xe9\xcc\x11\xeb\x9d\x9b\x3a\xe6\xd1\x14\x37\xe4\x6c\x34\xa4\x39\x6a\x34\x14\xcb\x7e\x9e\x8d\x9c\x8d\x86\x62\x85\x4f\x6e\x83\x4d\x1f\xab\x98\x5b\x35\x26\x97\xbb\x26\x6e\xd5\x48\x5c\xa7\x31\xcf\xa3\xf5\x4e\x9d\xb1\xc2\x27\xc8\x2e\x7d\x9d\x3a\x03\xc6\x4f\xf6\xca\x89\x8b\x30\x12\x37\x60\xcc\xfb\xd1\x77\x94\xc0\x17\x4a\x60\xde\x42\xeb\x03\x23\x15\xd8\x78\x72\xb9\x6b\xfa\xd0\x0c\x5c\x84\x31\x39\x98\x94\xb8\x08\x23\x71\xcb\xc5\x84\x87\x30\x71\xaf\x45\xfa\x02\x94\x4e\x0e\x2d\x25\x2e\xad\x48\xdc\x56\x31\x39\x9f\x94\xb8\xad\x22\x7d\x93\x3a\x1d\xe1\x27\x1f\x43\xa0\xc1\x09\x2b\x61\xe2\x7e\x8a\xf4\x2d\x84\xaf\x3c\xb9\x18\x90\x45\x43\x4d\x4f\xd2\xa3\x00\x6f\xf3\x6a\x36\x17\xad\x07\x36\x9b\xec\xe6\x13\x37\x59\x24\xae\xb0\x98\xb7\x23\xd2\xe6\xb3\x09\xbc\x34\xef\xd2\x8f\xcc\x66\x80\x9d\xc9\x06\x3c\x71\xa7\x44\xe2\xfa\x88\x09\x2b\x61\xe2\x8a\x88\xc4\xdd\x10\xf3\x1e\x44\x02\x1e\x70\xf1\xc3\x7c\x9a\x8e\x83\x12\x88\xc8\xe5\x7c\xfa\xe6\x51\x95\x5f\x38\xfd\xe6\x43\x7b\x7f\xa8\x4a\xee\x71\x98\xdc\xdc\x9a\xb8\xb9\x21\x71\x49\xc3\x7c\xc6\xf7\x79\x11\x29\xbc\x76\xf3\x19\xad\x5f\x06\x19\xa5\xfa\x34\xf2\x28\x55\x6e\x59\x98\x0f\xe5\xff\x3d\x1a\x42\xd3\x3e\x8d\x27\x4a\x95\xbb\x13\xe6\xc3\x76\x7c\x8f\xf1\x0c\x35\x3a\xdf\xd2\x93\xd4\xf9\x10\x3e\x3c\x42\x89\x3b\x10\x12\xd7\x1d\x4c\x4e\x39\xa5\x8c\x52\xcd\x28\x55\x8e\x30\x25\xee\x39\x48\x5c\x70\x30\x5f\xec\xea\x12\x97\x18\x24\x6e\x2f\x58\x09\xdb\xc1\x2d\x04\x89\xeb\x07\x96\x4c\x64\x46\xd3\xe6\xd0\xb4\x2b\xa1\x19\x72\x78\xbc\x12\x97\x0a\x2c\xee\x26\x4d\x5c\x07\x90\xb8\x07\x60\xa5\xc6\xeb\xe1\xab\x4a\x24\xf9\xaf\xd4\x7f\xf1\x04\xf0\xe1\xff\x05\x28\x72\x78\xb0\x52\xce\x88\x16\x3e\xa1\x94\xd1\xb8\xdc\x07\xb0\x48\x76\x4d\xb9\x20\x6f\x38\xab\x56\x42\xdf\x73\x2d\x40\xe2\x3e\x80\x95\xa6\x9e\x64\x0c\x42\xb9\x2e\x32\x60\x13\xd7\x02\x24\x6e\x00\x58\x1c\x42\x4a\xe4\xfc\xa7\x6c\x8c\x01\xfa\x3e\x87\xaa\x4d\xdc\x00\xb0\x60\xf1\x4b\xdc\x00\x90\x48\xf6\x5f\x49\xd3\x62\x74\xd7\xe8\x2e\x5a\x87\x9c\xff\x94\x8d\x1e\x1d\x3d\x49\xeb\xce\x10\x62\x2e\x48\xde\x4f\x64\xed\xaf\x0f\x44\x40\xd6\x7e\x22\x5d\x7f\x7d\x09\x91\x9c\x69\x09\x15\xbd\x3e\xf4\x3d\x79\xfa\x89\x04\xfd\xf5\x7d\x7a\x9d\x86\x42\x61\xaf\xef\xe3\xf5\xf0\x41\x25\x92\xf0\x17\xdc\x7c\x89\xb4\xfb\x44\xbe\xfd\xfa\xb2\x9e\x64\xe8\x02\x48\x2e\x0e\x59\xa5\x8c\x16\xcf\xa1\xc5\xd7\x87\x26\xcb\x95\x86\x02\x3a\xae\x0f\x4d\x46\x12\x7e\xca\xa1\xc5\xd7\x67\x3c\x09\x6a\x23\x25\x7f\x7d\xae\x27\xe9\x66\xa3\x9b\x4e\x43\x00\xb4\xdc\x68\x88\xa5\x93\x1b\x0d\x75\x7a\x04\x4c\x20\xfb\x3e\xe5\x4e\x43\xd8\x90\xdc\xa9\x33\xfc\x37\xeb\x0b\x8f\x62\xca\xe1\x4f\x49\xa4\xd6\x2f\xf8\xf7\x52\x1e\x88\x34\x10\xe9\xe8\x47\x06\x79\xf0\xba\xd6\x13\x0a\x9b\xbc\xf9\xf5\x61\x2e\xf2\xa4\xce\x50\xd8\x2b\x27\x84\x47\x61\xe7\x50\xd8\x2b\x6b\xe2\x26\x22\x05\xe8\x5b\x5c\xa2\x9a\xf2\x62\x35\x87\x36\x5e\x24\xb6\x26\x32\xde\x13\xa9\xee\x8b\xfc\xd6\x44\xaa\x7b\xca\xa1\x8d\x57\x46\x0d\xe7\xc5\xc4\x85\x6e\x5e\xb9\xeb\x49\x3e\xc5\xd0\xcd\x8b\x34\xd7\x94\x17\x5f\x48\x68\xe3\x95\x07\xd3\xb1\x69\x7d\xd3\xfa\xe4\xc9\xcd\x80\x6c\x1a\x8a\x8d\x47\x22\x81\x3d\x91\xab\xbe\x72\xec\xd2\x12\x19\xe8\x89\xd4\xf3\x95\x37\xc2\x1f\xa6\x23\xc2\x3a\x2b\xa3\xc5\xc9\x2b\x4f\x24\x94\xaf\x7c\xf4\x24\x83\x7c\xa8\xf3\xa0\xc9\x0e\x83\x1c\xd8\x76\xe5\x4b\x8f\x50\xd8\xe4\x80\x2f\xd2\x63\x13\x39\xe0\x89\x74\xef\x95\x1f\xab\xf8\x52\x67\xe8\xe6\xc5\x7d\xa9\x89\x5c\xee\x94\x1f\x72\x62\xd2\x33\x80\x97\xcc\xee\x05\xd7\x5e\x22\xb3\x3b\x91\x9b\xbd\xb8\x52\x35\x91\x8d\x9d\x48\xbc\x5e\x85\xef\x93\x54\xeb\x44\x8e\xf5\x2a\x71\x8c\x32\x91\x63\x9d\x48\xae\x5e\x25\x82\x12\x89\xe4\xea\x54\x02\x05\x2f\xae\x46\x4d\x64\x55\x27\x52\xa6\x57\xa9\x7a\x32\xc6\x93\x7c\xe8\x05\x91\x5e\x22\x1f\x3a\x91\xfa\xbc\x4a\xec\x2d\x13\xc9\xce\x89\x2c\xe7\xc5\x15\xa7\x89\x4c\xe6\x44\x0a\xf3\x2a\x28\xab\x82\xc2\x2e\x81\x82\x57\xd9\xc8\x99\x91\x33\x53\xe7\xe1\x49\xd4\x6f\x89\x4c\x96\x65\x28\x96\x02\xb6\x2d\x81\x6d\x17\xac\x75\xa9\xa0\x7e\x4b\x60\xdb\x65\xa8\x8b\x82\xfa\x2d\xa8\x5f\x63\x69\x97\x40\xba\x89\xdc\xe5\x65\xe1\x6e\x4b\x25\x94\x71\x22\x85\x79\x71\x48\x2b\x15\xf4\x27\x79\xc6\xcb\xc0\x77\xe4\x12\x27\x92\x88\x97\xb1\x36\x0b\x88\x95\x7c\xe1\x05\xf1\x5b\x2a\xce\xeb\x4e\x43\xe0\x3b\xd2\x7f\x13\x79\xbf\x0b\xca\xb6\x54\x2a\xd3\x81\x02\x74\xb4\x22\xe9\xbf\xa9\x84\x1e\x5c\xdc\xd7\x99\x0a\x3b\x54\x52\x7c\x97\x67\x44\x02\xb1\x92\xbf\xbb\xc8\x53\x4d\x64\xec\xa6\x82\xae\x73\xb4\x62\x41\xd7\x91\xbf\xbb\xdc\xf4\x24\x0d\x05\x62\x5d\x5c\xf7\x99\x4a\xe3\x63\x08\xe0\xba\xdc\x10\xa9\xa9\xa1\x98\x38\x07\x65\x90\x8e\x9b\xc8\xbc\x5d\x0e\xbe\x23\x83\x36\x91\x3a\xbb\x5c\x1f\x03\x88\xb5\x74\x84\x67\xc1\x96\xce\xc8\x87\xef\x79\xf9\xd2\x93\x7c\x75\x68\x45\xc7\x1a\x92\x4f\x9b\xc8\x8f\x5d\x8e\x35\x24\x07\x36\x91\xfc\xba\x1c\xfd\x59\xc0\xb6\xe4\xc0\x2e\x0e\xaf\x25\xf2\x5c\x53\x09\x97\xed\xe2\x16\xce\x44\x82\x6b\x22\xb3\x75\xd5\xac\x1f\x19\x10\xb4\x62\x05\xb5\x91\x9a\x9a\xc8\x49\x5d\x15\xdb\x41\x16\x6a\x22\xfd\x74\xd5\xf1\x77\x40\x51\x80\xb3\x25\x34\xe7\xaa\x18\x7f\x12\x48\x13\x99\xa3\xab\x01\x80\xc8\x1c\x4d\x05\xed\xd8\xd0\xe2\x65\x23\x6f\xf8\xf4\x56\xd3\xb7\x0f\x72\x2d\x68\xc7\xc6\xee\x97\x04\xd2\x44\xe6\xe8\xe2\xcc\x57\x22\x57\x34\x95\x00\xb0\xab\xc5\xb1\xe4\x54\x36\xad\x6f\x5a\xd7\xfc\x1f\xbe\xd3\xd0\x9c\xab\x49\xc1\x1c\x16\x59\xf8\xc5\x56\xd3\x2a\x39\xcc\x40\x68\xce\xd5\x9a\x7e\xa4\xa1\x43\x43\xc0\xaf\x72\x98\x81\x00\xbe\xab\x49\x6d\xa0\x47\xc9\x23\x5d\xe4\x83\x26\xf2\x48\x13\x09\xa4\xab\x01\xbb\x48\x20\x4d\x64\x87\x2e\x6e\xa6\x4c\xe4\x83\x26\x12\x41\x57\x1b\x7a\x92\x1e\x5d\x7a\x04\xec\x22\x03\x34\x91\xec\xb9\x9a\x46\xfe\x31\x1d\x8f\x86\x16\xdd\x44\xb9\x92\xa6\xb9\x1a\x0b\x97\x54\xcc\x44\x0e\xe6\x6a\xa8\x76\x72\x30\x13\xc9\x97\xab\x3d\x3d\x69\xfc\xc8\x74\xa0\xda\xc9\xb3\x4c\xa4\x54\x2e\xae\x9d\x4c\xa4\x4d\x26\xf2\x25\x57\x07\x22\x91\x2f\x99\x48\x8d\x5c\x1d\x65\x40\x6a\x64\x22\x27\x72\x75\x94\x01\x59\x90\x89\xf4\xc7\xc5\x01\xb2\x44\xfa\x63\x22\xef\x71\x41\xef\x96\xc8\x7b\x4c\xe4\x31\x2e\x0e\x90\x25\x72\x15\x13\x49\x8a\x8b\x33\x5f\x89\xb4\xc4\x44\x3e\xe2\xea\x95\x6e\x66\x1a\xca\x34\x54\xf5\x24\x75\x66\x7a\x04\x1a\x32\x74\xb3\xa1\x9b\xc9\x1c\x4d\x16\xaa\x36\x59\x38\x15\x56\xbf\x7a\x92\xd6\x8d\xd6\x41\x2e\x24\xf8\x25\x32\xfb\x16\x97\x34\x26\x03\x9c\x1a\xe0\x94\xf4\xc9\x44\xda\x5e\x22\x5f\x6f\x91\x1b\x99\xc8\xc9\x4b\x24\xe3\x2d\xd2\x20\x93\x39\xad\x03\x4e\x47\xd7\x8f\x0c\x72\xc0\xd1\x35\xf0\xe3\x98\x7c\xb3\xe1\x3f\x58\x23\x02\x70\x89\x2c\xbc\x44\xfa\xdd\x22\x61\x32\x91\x62\x97\xc8\xad\x5b\x30\x96\x25\x72\xeb\x12\x69\x74\x8b\xf4\xc9\x44\xe2\x5c\x22\x63\x6e\x0d\xf0\x88\xa1\x9b\xad\x51\x67\xe4\x18\x24\x92\xe3\x12\x59\x71\x8b\xc3\x57\x89\xac\xb8\x44\x92\xdb\x1a\x87\x29\x06\x72\x92\xb3\xb6\x46\x9c\xe5\x49\x64\xa9\x25\xd2\xd3\xd6\x00\x8f\x90\x9e\x96\xc8\x4b\x5b\xe3\xd1\xf7\x8e\xf0\x1d\x39\xc1\x23\x24\x9d\x25\xb2\xcd\x16\xe4\x66\x89\x8c\xb2\x44\x2a\xd9\xe2\xbc\x54\xb2\x81\x48\x28\xd7\x69\xfa\x91\x2f\x19\xe5\x4a\x4a\x66\x22\x5d\x2c\x59\xe8\xd8\x35\xd9\x98\x91\x27\x96\x48\x10\x5b\xd3\xf5\x24\x1f\x2d\x1a\x97\xb3\x51\x89\xcc\xb0\x44\xa6\xd7\x9a\x15\x39\x27\x0d\x85\x37\x61\x4d\xb4\x8d\xa1\x86\xc9\xf4\x5a\x13\xff\x9d\x01\x63\x2d\x80\xeb\x82\x88\x2c\x91\xe2\x95\x0c\x70\x3a\xd1\x0c\x86\xe3\x80\x84\xaf\x35\xd1\x0c\x24\x7c\x25\xb2\xb9\xd6\xc4\x2b\x47\x36\x57\x22\x8d\x6b\x4d\xb6\xc4\xa4\x63\x25\x43\xfd\x4e\x4d\x1c\x3e\x02\x0b\xdd\xba\xc8\xda\x4c\x24\x4b\x25\xf2\xa2\xd6\xd2\xda\x24\x76\x60\xa8\x4a\x48\xc3\x12\x29\x50\xc9\x80\x9c\x8b\x8d\x2e\xd9\x4e\x89\x34\xa7\xb5\x0c\x91\x70\x07\x18\x5a\x71\x69\xc1\xe2\x0f\x25\xb5\x68\x2d\x2d\xc3\x47\x8f\x1e\x0d\xb1\x1d\x24\xff\x27\x91\xf8\xb3\xa0\xdf\x4a\xa4\xfa\x24\x72\x7c\x16\x2c\x5c\x89\xac\x9e\x44\x3a\xcf\xe2\xec\x50\x22\x9d\x27\x91\xb9\xb3\xb8\x16\x30\x91\x9d\x93\x9c\xad\xfb\x06\xe3\x78\x68\xa9\x44\xce\xcd\x82\xaf\x2b\x91\x73\x93\x1c\x78\x28\x0f\xaf\xe3\x24\x75\xe0\xe1\x06\xe3\x38\x7a\xc9\x33\x75\x82\x71\x48\xc4\x49\xce\x26\x7f\x17\x3d\xd9\xf9\x91\x86\x4c\x4f\xd2\x50\xa6\x21\x6c\x9c\xc7\xae\x3e\x79\xa6\x21\x7c\x58\xa4\xec\x24\x72\x75\xd6\x76\xfd\x88\xf0\x6c\xee\x21\xf1\x4a\x24\xf0\x24\x32\x77\xd6\xee\xf4\x08\x5d\x47\x92\xce\xda\x43\x4f\xd2\x23\x74\xdd\x66\xa3\x43\xce\x4d\x22\x87\x66\xc9\x41\xec\x78\x4e\xdd\xe8\xd1\x6c\x7f\x05\x14\x8e\xca\x74\x54\x26\xd1\xfe\x44\x2a\x4e\x22\xeb\x66\x6d\xf0\x13\x59\x37\xc9\xd9\xf9\x6f\x94\x16\xe9\x36\x89\x3c\x9b\xb5\xb7\x7e\xe4\xa3\x60\xe7\xbf\xc1\x4f\x0e\x9c\x75\xf4\xe8\x46\x97\x38\x7a\x94\x94\x9a\xb5\x1f\x63\x80\x03\x96\x5c\x9a\x45\xf8\x2d\x91\x3d\x93\x48\x94\x59\x47\x53\x5d\xf5\x7a\xcc\xc0\x41\x97\x38\xda\xd1\x41\xae\xc7\xf5\x23\xdd\x44\x3b\x1e\xf6\x21\x64\xb3\x24\x52\x55\xd6\xe9\x8c\x2b\xda\x91\x1c\x95\x45\x96\x69\xf2\x4e\x37\x51\x99\x67\xd0\x3a\xbe\x56\x0f\xcd\xb9\x4e\xa4\x3e\x26\x67\x97\x4e\x52\xcb\x92\xa7\x97\xe4\x94\xe4\x68\xc7\xc3\xe6\xc4\xd9\x90\x3b\x1b\xf2\x8b\xca\x24\x39\x25\x91\x95\xb2\x2e\xeb\xde\x07\xaf\x87\x3e\x5c\x57\x0b\x82\xd8\x9f\xa3\x1d\x2f\x0e\x2e\x9f\x7c\x68\xa1\x0f\x17\x04\x5c\x89\x74\x94\x44\x1e\xca\xe2\xc8\x40\x22\xf3\x24\x91\x72\xb2\x2e\x1a\x97\x24\x93\xe4\x28\xc2\x0b\x6a\x73\x14\xa1\x03\x39\x2f\x1b\x1e\xc7\x83\x4a\x1e\xca\xba\x40\x39\x32\x4f\x12\x69\x25\xeb\x56\x3d\xc9\x67\x83\x22\xbc\x4d\x4f\xd2\x50\x6c\xd6\xd7\xc5\xc7\xee\x80\x53\x72\x4d\x96\xbc\xb2\x0e\x0e\x25\xc9\x64\xc9\x01\x4b\x92\x49\x72\x70\x28\x47\xad\x92\x83\x43\x49\x39\x59\x9c\xb1\x4a\xa4\x95\x24\xf2\x49\xd6\x95\xd2\x22\x30\xeb\x6c\xdd\x2f\x3e\x2c\x12\x49\x12\x39\x23\xeb\xb2\x07\x23\x13\x24\x91\x02\xb2\x9e\x94\xd6\xa5\xce\x50\xa7\xeb\x7d\xfa\x91\x8f\x16\xc8\xf9\xa4\x9f\x80\x9c\x64\x74\xac\x27\x5d\x72\x11\x3e\x90\xe7\x7a\xae\x1f\x19\x10\xf6\xf3\x4f\xcb\xf0\x31\x20\xb1\xad\x5f\x4f\x8b\x8b\xfd\xbc\x87\xaf\x75\x3d\x7d\x4b\x28\x6c\x47\x61\x3f\x76\x95\x64\x61\x24\xd2\x2f\x36\xa9\x8f\xa9\x82\x2e\x6b\x6c\xdd\x37\x99\x8c\x89\x2c\x8c\x44\xfa\xc5\x26\xa1\x31\x91\x62\x91\xc8\xad\xd8\x69\xaa\xce\xcb\x8f\x8f\x1f\x63\xe4\x2b\x0a\x9b\x4c\x8b\x2d\xe7\x23\x99\x16\x89\x14\x8b\x9d\x50\x17\xa4\x58\xa4\x1a\x78\x72\xa7\xa5\xd7\x07\x3f\xce\xf8\x31\x0e\xb2\xa5\xca\xce\x9f\xbc\x8b\x9d\x00\x3e\x95\x9d\x7f\xfd\x68\x1d\xc5\x42\xfa\x45\x22\xef\x62\x27\xec\x67\x45\xdf\xd7\xd0\xf7\x3b\x01\x7c\x6a\x00\xd0\x54\x43\xed\xef\x84\x23\xa6\x66\x5a\xcf\xb4\xfe\xf4\x23\x0d\x85\x6a\xdf\x1f\x6b\xb3\x12\xff\x22\xa9\x62\x43\xd6\x94\x48\xaa\x48\x64\x53\xec\x0f\xbd\x44\x36\x45\x22\x8d\x62\x7f\x91\xa8\x91\x2a\x5a\xbc\x86\x8f\x60\x7f\x59\xaf\xc7\xbc\xd7\xf0\xdb\xee\x8f\xbd\x17\x49\x15\x89\x6c\x8a\x4d\xe4\x3f\x55\x54\x7b\x0d\xd5\xbe\xbf\xa2\x27\x99\xb8\xd0\xde\x9b\xcc\xd0\x44\xa6\x45\x22\xa9\x62\x7f\x2c\x6d\xd2\x28\x12\xf9\x13\x5b\x1e\x49\x72\x24\x12\xc9\x11\x9b\x4b\x03\x53\xc5\x6f\x5b\xc3\x53\xbb\x3f\x56\x71\x05\x1a\x93\x38\xb1\x3f\x56\x71\x05\x1a\x57\xff\x3f\x84\xdd\x5d\xf2\x84\x2a\xb2\x04\xf0\x2d\x09\x08\xe2\x72\xf8\x90\xfd\x2f\xe1\xc6\xe1\x47\x4f\x9c\x79\xb8\xf3\x7f\x6c\xa3\x15\x44\x48\xaa\xb2\x8a\x2c\x0d\xd5\x73\x51\x43\xdb\x18\x1e\xc1\x82\x75\x38\xe2\x2a\x45\x43\xf0\xd3\x19\x89\xcb\xe1\x88\x11\xde\xf3\x4f\x9d\xdf\x38\x3f\x02\x0b\xcb\x09\x86\xcb\xd1\x85\x11\x2c\x58\x07\x12\x2e\x27\x11\x46\x10\x0b\x28\x0c\x5e\x07\x12\x46\xe0\x66\x39\x90\x70\x95\xc7\xc8\x73\xb3\x9c\x44\xb8\x1c\x41\x18\xf1\x3a\x17\x0d\xf2\x46\xef\x41\x12\xf0\x2a\x0c\xde\xb2\xc3\x67\xc3\xc9\xd2\xab\x20\x23\xca\x26\x23\x86\xca\x4f\x97\xf3\x05\x97\x83\x05\xc3\x39\xd3\xcb\xe1\x81\xcb\xa9\x81\x11\xad\x77\x27\x03\x2e\x47\x02\x46\xe4\x12\x39\x12\x70\x49\xf8\x1f\x0e\x98\x5e\x92\xfa\x2f\xd9\xfc\x23\xe2\x82\xe5\xe8\x5f\xa5\xe9\x52\xf3\xe1\x40\xba\xac\xfc\x11\xd9\xa1\xf2\xf0\x2f\x09\xf8\xc3\xe1\xd3\x4b\x92\xfd\x55\xba\x2e\xb1\xef\x0a\x48\x2f\xdd\xbb\x1f\x0c\x01\xe9\xa5\xeb\xe7\x97\xfe\x34\x28\x8a\x88\x99\xec\xfc\x71\x88\x4d\xd9\xf9\x97\x44\xfc\x11\x45\x89\x25\xe2\x5f\x65\xe8\x05\xdb\xb1\x0c\xbd\x18\x7a\xc1\x22\x28\x36\x81\xb2\x37\x81\x71\xd8\xce\x62\x13\x90\xc0\x3f\x48\x0a\x5e\x12\xf8\x2f\x99\xfb\x23\x9d\xaf\x3a\x8c\xeb\x26\x75\xc7\xa1\x40\x25\xe9\x5f\xb2\xf3\x47\xe2\x12\xcb\xce\xbf\xa4\xe5\x8f\x74\xbe\x2a\x86\xa2\xec\x0d\x62\x24\xb6\xa3\xec\xfc\xab\x4c\xad\x1f\x70\x9d\x5e\xf3\xd3\x10\x9f\x56\x06\xfe\x25\xf5\x7e\xa4\xf3\x55\x3f\xef\xbe\xb7\x8b\x91\x58\x84\x05\xa9\x2b\x15\x7e\xa4\x83\x64\x36\x01\x19\xf1\xc3\x89\xd6\xab\xd8\x04\xca\xd2\xcf\xef\xfc\xd3\x28\xed\xb8\xdb\x48\x90\x4c\x86\xfa\xf5\x6c\xd8\x1f\x24\x05\x2f\xc9\xe8\xd7\x03\xef\xef\x72\xfe\x39\x5c\xdc\x43\x77\xf3\x7e\x25\x8e\x5f\x0f\x6c\xbe\x2d\x32\x39\xe2\x97\x74\xf0\x71\xfb\x1c\x0f\x63\xfa\xd9\xc6\xf4\xc8\x86\x4e\xe6\xf7\x25\xe5\x7b\x64\x14\x83\x24\xef\x4b\x76\xf7\xc8\xe9\xfc\x73\xba\xb8\x5c\xf4\x4f\xc6\xb4\xcc\xef\x91\x59\x2e\x32\xbf\x2f\xa9\xdb\x23\xc3\xbc\x07\xe2\xca\xe0\x1e\x99\xaf\x28\x4d\xfb\x7a\xb6\xdd\x3c\x32\xcb\xe5\xb9\x3d\x73\x63\xec\x38\x24\xa4\xc4\xec\x4b\x46\xf6\x50\x88\xe8\x7a\x80\xab\x54\xec\x91\x9f\x73\xb1\xb9\xa8\xf3\x2c\x17\x59\xd7\xd7\xb3\x31\x76\x64\x9f\x58\x82\xf5\x25\xb3\x7a\x50\xd2\xbb\x64\x56\x5f\x0f\x70\xcd\x2c\x97\x47\xfc\xeb\xc9\x1a\x62\xdf\x3f\xe2\x5f\x4f\xf6\xcc\x76\x6e\xdf\x13\xec\x01\xae\x0a\x18\x5d\x32\xb2\x2f\x09\xd6\x23\xf3\x2a\x25\x58\x5f\x4f\x71\x3b\xe6\x5c\xf6\xf4\x25\x6d\x7a\xa8\x63\x74\x49\x8d\xbe\xe4\x44\x0f\x47\x6e\x2f\x39\xd1\x97\xf4\xe7\x91\x59\x43\x0f\x7b\x59\x16\xf4\xc8\x88\x2d\x99\xce\x97\x14\xe7\x91\x77\xe2\xe6\x25\xc5\xf9\x92\x8f\x3c\xf2\x3a\xff\xf4\xcc\x8d\x9c\xa3\xec\x64\xbb\x4b\x1a\xf1\x25\x77\x78\x14\x14\xbd\xbc\xe1\x4b\xb2\xf0\x20\xee\x77\x49\x14\xbe\xe4\x02\x8f\xc2\xc2\x92\x07\x7c\x49\xf5\x1d\xce\x04\x5f\x92\x7a\x2f\x19\xb8\xa3\x9c\x59\x07\x5c\x25\xd8\x8e\x92\xbc\x11\x36\x41\x6e\xec\x28\x0c\x34\x19\xae\x97\xb4\xd6\x51\xf2\xb9\xe8\xdd\x9b\x67\x9e\x09\xc6\x5e\x96\x94\x3a\xca\x99\x4b\xd2\x10\xe4\x9c\x0e\x47\x8a\x2f\xf9\xa6\x97\x94\xd2\x41\x30\xf0\x92\x4e\x7a\xc9\x21\x1d\x94\x02\x2f\xb9\xa1\x97\x84\xd0\x51\xea\xb9\x68\x94\x36\x8c\x0e\x2a\x82\x97\xdc\xce\x4b\x32\xe7\x28\x7c\x45\x89\x99\x97\x4c\xcc\xe1\x80\xf1\x25\xab\xf2\x92\x46\x39\x9c\x2c\xbe\x24\x4a\x5e\xb2\x1d\x47\x11\x9e\x90\xe5\x78\x3d\xdb\x5e\x1e\xa4\x05\xaf\x93\xba\xf8\x40\xc5\xc2\x0e\x3d\x39\x8b\xcf\x34\x4a\xf3\x5c\xf4\xcc\x69\x94\x80\xd5\xc3\x88\x7e\xa6\xce\x03\xab\x07\x19\xf1\x7c\x46\x69\x9d\x8b\xa6\xe2\xb6\x97\xc7\xe1\xac\x1f\xf6\xf2\xb3\xed\xe5\xe1\x40\xf3\xf5\x7c\xc0\x6a\x23\xe6\x78\x82\xce\x33\xa2\x1f\xf8\xf9\x60\xe3\x1f\x41\xb1\x67\x33\xb5\xe3\x49\xe7\xa2\x01\xd9\xb9\x09\xe3\x39\xa8\x88\xb7\x7d\x36\x6f\x3b\x0e\x91\x5d\xf1\xb6\x75\xc3\xe8\x70\xa2\xf9\xaa\x8c\xe8\x7a\xe9\xd2\x4e\xbf\xbc\x2a\xd3\xb8\x32\x8d\x9d\x53\xbe\x2a\xd3\xb8\x6e\xe2\x75\x3c\xfb\xc0\xc1\x55\xe5\x26\xd4\xa0\x4b\x90\xb6\x32\x8d\x25\x7f\x8e\xe7\x39\xff\x6c\x2e\xee\xc9\x70\x28\xef\x8a\xe0\xa8\xe0\xf7\xe1\xb6\x56\x59\x60\x35\xea\x27\xb4\xa9\x88\xd7\xba\xed\xde\xf1\x30\xf6\xeb\x46\xe8\xab\xc2\xe4\xc3\x83\x57\x98\x5c\x61\xb2\xd2\x4c\x57\x85\xc9\x35\x69\xa8\x69\x1d\x26\x57\x98\xec\xb0\xf4\x55\x11\x1c\x75\x13\x1c\xe3\xe9\xe7\xa2\x86\x92\x86\x18\xfb\x55\xf8\xac\x26\x43\x37\xea\x9f\x06\x45\x95\xb0\x50\x19\xbe\x95\x2d\x5e\x37\x28\x5f\x75\x03\xef\x38\x7c\x78\x65\xe3\x56\x36\x6e\x15\xa2\xa9\xd9\x17\x00\xc3\xd5\xe6\x5f\xc1\x70\xdd\x0c\xc5\xa8\x4c\xf9\x0a\x86\x2b\x18\xae\xf1\x5c\x1c\x2e\x6a\xc8\x66\x55\x21\x6e\xdd\x56\xed\xa8\xf7\xb9\xe8\xab\x16\xcf\x64\x76\x57\x69\x08\x75\xa3\xf1\xa8\xf6\x90\x2a\x25\xb4\x16\xcf\xac\xe7\xe2\x9e\xbc\x75\xe7\x89\x8e\xba\x53\x6c\xaf\x8a\xcb\xa8\x0c\xdf\x6a\xdd\x57\xe6\x6c\x65\xce\xd6\x33\xd8\x68\x8b\xba\xd1\x78\x54\x78\x5f\xab\x2e\x55\xb7\xcf\x73\x51\x97\xaa\x2e\xc1\xfb\xca\x9c\xad\xcc\xd9\x0a\xb0\x6b\x35\x9e\x60\x98\x76\xe2\x55\xc1\x70\xdd\xd1\xb4\x41\x34\xf1\xaa\x10\xb7\x6e\x2e\x63\x38\xbd\x7c\x55\x5c\x46\x05\xc3\xd4\x08\xaf\x8a\xcb\xa8\x60\xf8\x85\x8e\x15\x6d\x51\x37\x6d\x31\x5e\x98\x57\x45\xcc\xea\x06\xde\xf1\xbe\xe7\xa2\xdb\x21\xee\x0b\x9f\x2a\xc4\xad\x10\xf7\x95\xbd\x52\x25\x17\x54\x88\xfb\xce\xf3\x4f\xef\xce\x9c\x7d\xa7\xc9\xc0\x62\xad\x5d\x3f\xf7\x01\x93\xab\x76\xef\x0e\x71\x5f\xf0\x56\x25\x17\xd4\xa1\xa1\x7d\x36\xf2\xaa\xf8\xdb\x3a\x34\xf4\x9d\x7f\x6a\x68\xdb\xa8\xe3\x65\xf0\x56\x88\x5b\xb7\x8d\x3a\x9c\x65\xbe\x2a\xc4\xad\x8c\xd3\xc6\x8c\xad\x68\x8b\xba\x6d\xd4\xe1\x64\xf3\x55\x21\x6e\x85\xb8\xed\x40\x11\xa6\xb7\x6e\x8c\x1d\x2d\x9f\x8b\x9e\xb9\x2d\xcf\xd1\xc4\x54\x2b\xa6\xb7\xee\x74\x82\xd1\xce\xb4\x01\xae\x15\xb8\xb6\x61\x40\x80\x6b\xdd\x61\xb0\xd1\xc6\xf9\xa7\x67\x2e\xcf\x9c\x30\x8f\x71\x5a\x19\xa7\x87\xbb\xae\x70\xb4\xc2\xd1\x0e\x86\x5f\x76\xe8\xcb\x0e\x75\xa4\xf6\x7a\x45\xb5\xde\x6d\x8e\x0e\xa7\x67\xaf\x97\x1d\xfa\xb2\x43\xbb\x5d\xf1\x05\x99\x2f\xc8\x74\x62\xf5\x7a\x85\xa5\x5e\x90\xe9\xc8\xe9\xf5\x22\x0e\x5e\x90\xe9\xe4\xe9\xf5\x82\xcc\x77\x1b\xae\x63\x58\xef\x2f\xe2\xe0\x45\x1c\x8c\x2d\xae\x70\xbd\x88\x83\x17\x64\x0e\xae\xfb\x8b\x23\x78\x71\x04\x27\x15\xf8\x05\x99\x2f\x8b\xd5\x09\x91\xeb\x4d\x9e\x99\x3c\x93\xc5\xfa\x22\x0e\xde\xe4\x99\xf9\x5c\x2c\x2e\x56\x17\x1f\x17\xf7\x20\xbf\x2c\x56\x82\x7e\xd7\x8b\x0e\x78\xd1\x01\x27\xeb\xf7\x85\x8a\x2f\x54\x1c\x9c\xbd\x97\xc5\xfa\xb2\x58\x07\xf3\xf0\xbd\x8d\x27\xa8\x1c\xe3\x5c\xd4\x50\xd6\xd0\x16\x49\xb8\x5e\xa8\xf8\x42\xc5\x81\x1f\x71\x8e\xe0\x72\x80\x60\x38\x7a\x71\x39\x24\x70\x39\x1d\x30\x26\x03\xcd\x09\x80\xeb\xe5\xe4\x1f\x8a\x56\x62\xfe\x25\x23\x7f\x9c\x14\xdb\x17\xac\xbd\xec\x50\x07\xd3\xae\x97\x1d\xfa\xb2\x43\x9d\x5a\xba\x5e\x39\x53\x2f\x93\x73\x9a\x8a\x2f\x58\x7b\xc1\xda\x49\x72\x7d\xc1\xda\x0b\xd6\x3e\x60\xf5\xb2\x2e\x5f\xd6\xe5\x77\xa6\x22\x2f\xfd\xe5\xa5\x1f\x92\xf4\x95\x1d\xf0\xb2\x2e\x4f\x92\xeb\x2b\x3b\xe0\x7d\x3d\xf3\xcc\x4f\xae\xfb\x0b\xd6\x4e\x42\xea\xcb\xba\x7c\xb9\xee\x27\x21\xf5\x15\xc0\x7a\xb9\xee\x9f\xcd\xff\x85\x75\x2f\xac\xfb\x6c\xfe\xaf\x58\xd5\xbb\x2d\xcf\x71\xa8\xcf\x17\x00\xbe\x00\xf0\x24\xa4\xbe\x4d\x43\x4d\x43\xb6\xf4\x17\x00\xbe\x00\xf0\x6b\xe7\xa2\xaf\x09\x00\x3f\xbb\xf7\xdb\x35\xd4\x35\x64\xf7\x7e\x59\x97\x2f\x97\xfd\x3b\xdf\x9d\x75\xf9\xb2\x2e\x3f\x7e\xfc\x8b\xa2\x7d\x01\xe0\xb7\xce\x3f\x35\x04\x00\x3f\x01\xc1\x97\xc9\xf9\x32\x39\x97\x5d\xfb\xe5\x9d\xbf\xbc\x73\xc7\x44\xaf\x97\x77\xfe\x02\xc0\x75\x16\x2c\x00\x7c\xd9\xa1\x87\x63\x7d\xa7\x19\xb2\xfd\xf1\x71\xd2\x61\x5f\xbc\xed\x0b\x15\xf7\xa1\xd1\x3f\x0c\x8a\x57\x3e\xd6\xcb\x48\x5d\x67\x39\x82\xcc\x97\xeb\xbe\xc4\x15\x5f\xae\xfb\xcb\x75\x3f\x19\xb0\xaf\x24\xad\x77\xdb\xaa\x63\xd9\xd2\x5f\x40\xf8\x02\xc2\xf5\x9d\x8b\xfa\xbb\xf4\x77\x9d\x8b\xbe\xea\x8e\xa6\x0d\xa2\x7a\x57\x63\x50\xb6\xcd\xca\x4e\xaa\x78\x57\xe3\xa5\xb7\xed\xa5\xcf\x93\xad\xda\x18\x94\x6d\x07\xf4\x27\x05\xbb\xab\x09\x8e\xb5\x6d\x42\xce\x93\xad\xda\xd8\x8e\x6d\xe3\xe1\xbc\xda\xb9\xfd\x73\x71\x1f\xac\xbb\x20\x44\x03\x84\x6d\x43\xdf\xbc\x78\x02\xcd\x09\x82\xb6\x4d\xc8\x79\xd9\x69\x1b\x27\xbf\x6d\xb7\x7e\x9e\x3c\xd1\x06\x1d\xdb\x46\xc7\x79\xf2\x44\x1b\x74\x6c\xdb\x84\x9c\x97\x9d\xb6\xa1\x55\x5b\xd4\xba\x4d\xb5\x6d\x4b\xf2\x6a\xdb\xad\x9f\xd7\x77\x2e\x1a\x90\xe4\x8d\xec\x9f\x8d\xed\xd8\xb6\xed\x38\xd5\x4d\xb9\x1a\x27\xbf\x6d\xe4\x9c\xca\xa7\x5c\xed\xf6\x46\xdb\xd7\x9f\x27\x7d\xb3\x89\x98\xb5\x8d\xa3\x53\x09\xfd\xab\xc1\xd1\xb6\xd9\xd5\x19\x6c\xaa\x8d\x75\xd9\xb6\xaf\x3f\x83\x4d\xb5\x09\x75\xb5\xed\xd6\xcf\x60\x8d\x36\x99\x5b\x2d\xbb\xdd\xca\x6b\x0c\xc9\xb6\x91\x73\x86\x66\x94\xc4\xbf\x5a\xd6\x79\x3e\x58\x13\xd5\x6a\x9b\xf4\x9c\xd1\x8c\x6e\xa2\x5a\x6d\x1b\x84\x33\x72\x4e\x1a\x74\x6c\x1b\x1d\x67\x64\x33\x36\x6c\x67\xdb\x7e\xf9\x3c\x69\x91\x8d\xef\xdd\x9c\x29\x8e\xe8\x80\x26\xbc\xdf\x1c\x19\x8e\x6c\xf1\xc6\x21\x6f\x4e\x04\x9f\x64\xc7\x06\x1d\x9b\x63\xb9\x27\x5b\xb1\x41\xc7\xe6\x1c\x6e\x34\x93\x9b\x73\x01\xcd\xa1\x5a\x3a\x73\x57\x83\x8e\xcd\x79\xd8\x43\xc0\xb5\x8d\x95\x57\x73\x00\xf6\x24\x26\x36\x96\x60\x73\xe2\xf5\xb0\x72\x0d\xdb\xd9\x1c\x68\x4d\x36\xea\xc6\x4b\x6f\xce\xab\x26\x04\x6c\xdb\xc1\xfe\xab\x39\xa0\x7a\xf8\xbb\xc6\x75\x6f\x4e\xa4\x1e\xfe\xae\xe1\x45\x9b\x03\xa7\x29\x9e\xdb\x0d\xb2\x13\xa6\xc9\x96\xde\x90\xa5\xcd\x01\xd2\x64\x4b\x6f\x52\x57\x9b\x13\xa3\xe9\x2c\x43\x64\x69\x73\x20\xf4\x90\x7a\x4d\x96\x6a\x73\xba\x33\xd5\x73\x51\xeb\xdd\xbb\x63\x7c\x1a\x70\x6d\x1b\x5c\x67\xb2\xcf\x37\x38\xda\xb6\x3d\x39\xd5\x25\xb9\x1a\x1c\x6d\x1b\x47\x67\x3a\x0b\x16\x8e\xb6\xe1\x8d\xc6\xb9\xe8\x8d\x86\x37\x3a\x5f\x93\xeb\xde\xa6\xa1\x3b\x8b\x8b\x21\xd9\xa6\x51\x3a\x10\xc4\x4b\x6f\x1b\x07\xe7\x6d\x9f\x6f\x72\x4f\xdb\xce\x0e\x98\xf7\x73\x2e\x5a\xda\xdb\x4a\x9c\xf7\xe3\x8d\x70\x97\xed\x73\x3b\x13\xbe\xcb\x6f\xea\xdb\xf6\x9b\x27\x5b\xb1\x83\xb5\x0e\xd6\xb2\xe9\xdd\x19\x7d\x7d\x1b\x7d\x33\xdf\xe7\xe2\x7e\x66\xdf\x90\x37\xb3\x84\x85\x2e\x95\xa9\x6f\x8f\x7a\x66\x7b\x72\x07\x80\x1d\x00\x2a\x1d\x7e\x75\x19\xa5\x7d\x5b\x89\x33\x97\xf3\x4f\x0d\x6d\x1c\x9c\x87\xbf\xeb\x00\xb0\x6f\x4b\x70\x66\x4b\xbb\xb3\x04\x7b\xd4\x79\xdb\x6f\xe7\x51\xf7\xa8\x21\xbe\x77\xc7\x72\xf6\xe8\x8d\x7c\xe2\x2e\xcb\xbf\x27\x9d\xf7\x39\x3a\x58\xeb\x60\x2d\x0b\x64\x74\x21\xa4\xbe\xd1\x6d\x1e\x02\xae\x23\x34\x7b\x32\x20\x08\xb8\x0e\xd6\x3a\x58\xcb\xb6\xdf\x0e\xd6\x3a\x58\xcb\xb6\xdf\x0e\xd6\xfa\x36\x0f\xa7\xea\xe2\x57\xc7\x5d\xf6\x9d\xd0\x3f\x4f\x0a\x63\x67\x1e\xf6\xed\x3b\xcf\x62\x19\x76\x11\xfc\xbe\x0d\xc2\x59\xac\x8e\x0e\xd6\x3a\x58\x2b\xf7\xb9\x38\x5d\x74\xbb\xcd\xb4\x0b\xf7\xf4\xe2\x76\x21\xa4\x2e\xdc\xd3\x77\xb8\x67\x16\xfb\x66\x17\xee\xe9\x45\x97\x2c\x99\xee\x0c\x54\xdf\x1c\xe4\x2c\xa6\x77\x87\x75\x1d\xd6\x1d\x12\xaa\x33\x0f\xfb\x36\x0f\x67\xb1\xf5\x74\x69\xa6\x7d\xbb\xc2\xb3\xd8\x7a\x3a\xac\xeb\xb0\xae\x98\xf3\x9d\x79\xd8\x09\x17\x3c\xac\x8c\xce\xc1\xed\x54\x08\x76\x8e\xe4\x1f\x06\x45\x97\xe7\xd4\xe9\x0d\xa8\xd4\x7d\x75\xde\x6f\x27\x03\xf0\x70\x89\x3b\xcc\xeb\x4e\xf0\x3f\x5b\x98\xf0\xea\xe0\xad\x3b\xa0\x7f\xd2\x22\x3b\xd0\xea\x40\xeb\x64\x40\x76\xde\x6f\x77\x08\xfe\x39\x8b\x0c\x3e\x75\xf8\x44\xe7\xee\xea\xbc\xdf\x0e\x9f\x9e\xd7\x8c\x16\xcc\xe9\xce\x2c\x77\x80\xdd\x39\xba\xbd\xff\xfb\xcc\x6b\x87\x4f\x9d\xbf\xab\x1a\xdc\xd5\x19\x7f\x7d\x38\x56\x89\x56\xed\x40\xab\x9f\xd3\xcd\x5b\xfd\xec\xea\x00\xa6\xcf\x73\x4c\x75\xba\xa8\xf3\x5f\xf8\xd7\xf1\xd6\x8e\x06\xec\x5f\xfa\xd7\xf1\xd6\x2e\x38\xd2\xb7\xa1\xf5\x3b\xde\xda\x71\x83\xfd\x73\x3a\x36\x9e\xdb\xad\x92\x0d\x45\xbf\xf3\xa9\x7d\xf9\x80\xdb\x24\xfb\x9d\x4f\xed\x68\xc0\x7e\x0e\x83\x3a\x86\xdb\xd1\x80\xfd\x9c\xfb\xdc\xda\x43\x57\xe7\xbe\xf6\xe5\x28\xaa\x4c\xdd\x21\x9a\x3d\xce\xc1\xcd\x2d\xe0\x77\x0d\x26\xd2\xd8\x98\xd0\xd4\x9e\xbc\x06\x30\x18\xd1\x49\x41\x8e\xd9\x90\x3f\x34\xb6\x51\xd4\x26\x14\x1f\x48\xb3\x91\x9c\x18\xdb\xda\x43\xd7\x70\x74\x72\x38\x3a\xf9\xd9\xd6\x86\xd5\x3c\x6e\xff\xdc\x4a\xf2\xd7\x40\x6c\x8d\xec\x5c\xdd\x38\x17\xf5\x33\x3b\xee\x86\x80\x1d\xe2\xb4\x23\x3b\xdd\xc5\x35\x1a\x96\xe3\x70\xcc\x51\xa9\xc5\x6b\x88\x1a\x0c\xc7\x1c\xe9\xa3\x5c\xc3\x1a\x1d\xc5\x29\xb4\xe7\xdc\xfe\xb9\xe8\x20\x97\x88\xee\xd8\xe4\xd5\x35\xb6\x7b\xd7\x56\x3b\x17\x8d\xd2\xe6\xb0\xda\xe2\x72\x0c\xab\x79\x3c\x9e\xc9\xca\x18\x8c\x94\x21\x07\xf1\x82\x3a\xa3\x1a\x10\xe9\x86\x17\x2c\x19\x3c\xab\xe1\x88\x4a\x30\x69\x07\xdb\x61\x48\xc6\x0e\x36\x96\xc1\xb3\x1a\x92\x5f\xc2\xd6\x29\xbc\x86\xc5\x35\x24\xbf\x04\x49\x6f\x83\x45\x30\xf6\x1a\xeb\x81\x65\x3d\x24\xbf\x0c\x87\x59\xc2\xe3\xbb\x5b\x71\xc3\x61\x96\xb0\x25\x96\xae\x61\xa3\x1e\xe7\x38\x89\xb4\xb3\x21\x46\x39\x86\x73\x2b\x2c\xd6\x41\x25\x60\x4c\xe7\x6b\xd8\xa1\xc3\x19\x93\x71\xce\x98\xd8\x00\x87\x44\x95\x71\xce\x98\xd8\x00\x87\x8d\x7a\xc8\x49\x51\x00\xee\x1a\x56\xc7\x38\x27\x47\x60\xde\x30\xe7\xc7\x39\x0f\xc2\xba\x9c\xdb\xc7\xb8\xa6\xf4\xe2\xf4\x9e\x8b\xcd\xc5\xdd\xcf\xc4\x66\x9c\xb6\xdf\x79\x9d\x73\x16\x1b\xac\xa6\x85\x30\x25\x0d\xa7\xad\x9d\x71\x4d\x3b\xed\x3c\x67\x37\x98\x87\x53\xe8\x70\x06\xcf\x14\x8a\x9f\x88\x98\x19\x1c\x94\xb8\xce\xc5\x8d\x0c\x53\x26\xf1\xcd\x66\x9c\x5c\x8d\x29\x39\xef\x66\x8b\x4d\x8b\x6b\x4a\xce\xbb\xd9\x62\x93\x03\x31\x93\x23\x15\xb6\xf4\x69\xa7\x9d\xe7\x40\x07\xfc\x9c\x1c\x88\x79\xce\x6e\xd8\xa8\xa7\xbc\x8c\x79\xce\x6e\x80\xca\x89\x49\x99\xd2\xe2\x32\x6b\x68\xe2\x97\x67\x3e\x07\x25\xf6\x5c\x9a\x56\xdc\xdc\x1e\x40\xcf\xe6\xe7\x94\x0a\x3c\x9d\x53\xcb\x42\x1e\xd3\x3a\x9a\x52\xd8\x8a\x43\xea\x53\x48\x6e\xee\x95\xd3\x8b\x4f\x3c\xf1\x23\x53\x0a\x1b\xc5\xda\x6b\xf2\x00\xa6\x33\x65\xc5\xda\x9c\xe2\x74\x53\x5e\x1b\x8d\xda\x6b\x5a\x5c\x73\x6f\x8e\xbd\xc8\x67\x9d\x58\xe3\x29\xd9\xad\x70\x20\xa6\x15\x37\xad\xb8\xe2\x28\xcd\xb4\x55\x4e\x07\xcd\xca\x3c\x17\x3d\xb3\xea\xbc\x05\x3b\xad\xcd\x69\x6d\x9e\xc8\xce\xdc\x39\x0d\xd7\x94\xc2\xf6\x40\x86\x69\xe3\x9b\x52\xd8\x14\x55\xba\xa6\xb5\x39\xad\x4d\xea\xa6\xd7\xb4\xc7\x4d\x39\x68\x15\xfc\x4e\xe6\xf6\x94\x6e\x56\x1f\x53\xd1\x76\x36\xe5\xdd\x56\xbb\xe1\x14\x3e\x9b\x72\xd0\x0e\x63\x3e\xed\x71\x73\xef\x71\xbd\x9e\x4f\x2c\x5f\x6c\xca\x17\x7b\xaf\x73\x51\xeb\xce\x7f\xbd\x2c\xd6\x69\x73\x9b\x96\xe1\x6b\x15\x4f\x59\x01\x73\x9e\x5c\x73\xaf\x89\x1b\x98\xdf\xc9\xf6\xf6\x4f\x67\x5e\xa7\xc3\x56\xed\x3f\xea\x62\xff\xbf\x41\xf1\xc9\xdc\xfa\x2e\x99\xcf\x86\xf0\xc3\xa0\x7e\x52\x6d\x9b\x85\xfb\x31\xa6\x3f\xe7\x02\x9a\x93\x6d\x9f\x85\xfb\x59\xb8\xcd\x57\xfd\x10\x07\xdf\x36\x9f\x7b\xc3\xa0\x7e\x32\xa2\xbe\xbd\xd6\x7a\xb7\x4a\x3e\x01\xa2\xcf\x22\x53\x5f\xe5\xfa\x1c\xa5\xfa\x1c\xa5\xea\xa7\x75\xfb\xd2\xe7\x2c\x29\xd5\xbd\xeb\x43\x2d\x7e\x56\xc9\x80\x25\x9f\xfc\xa1\x4f\x6a\xfd\xf8\xce\x45\xcf\xdc\x26\x64\x9f\x5b\x40\xf0\xfa\xb0\x88\x9f\x94\xd0\x29\xb2\xf7\x89\xad\x7c\x27\x25\x14\xde\x7f\x4e\x38\x7d\x4e\x38\x4d\x5f\xe0\x73\x44\xe9\x93\x1b\x4f\xe2\xee\xfa\x58\x84\x9f\x83\x47\x54\xe9\xae\x4f\xe0\xfa\x73\xf2\x72\x32\xd0\x3f\xce\xf3\x57\x35\x74\x86\x4e\x70\xe4\x73\xf0\xe8\x3b\x5d\xe2\x12\x7f\xdb\x25\xee\x9f\xcd\xea\x63\x09\x7e\x32\xde\xcf\x09\xf6\x4f\xa6\xe6\x77\x32\x35\x01\xe1\xe7\x3c\xe5\xb7\x6d\xbf\xae\x56\xc5\xf5\xc9\x63\xff\xe4\xb1\x2f\xc1\xf0\x4f\xe4\xf9\xb3\x59\xa9\xa5\x7c\x7d\x3c\xd5\x6f\x6f\x4f\xfd\xd0\x55\x9f\x55\xf2\x59\x25\x0b\xe3\xf3\x59\x25\x9f\x55\xb2\xf0\x38\x1f\xc3\xee\x1b\x52\x03\x6d\x41\xdf\xf0\x4f\x31\x0b\x85\x76\xaf\xcf\x2a\xf9\x44\x89\x0f\x37\xf4\x59\x25\x1f\xca\x8e\x6c\xcd\xf5\xa1\xec\x3e\x31\x8b\x8b\x3d\xf2\x49\x8b\xfc\x3e\x99\x5b\xc8\xd2\xcf\x66\xf5\x09\xf3\xaa\x44\x70\x7d\x9f\xd6\x3f\x89\x74\x92\x20\x3e\x27\x71\x3e\x61\xde\x70\xe6\x92\x48\xc4\x27\xcc\x1b\x60\xc9\xb2\x64\x96\x64\x47\xc2\xfd\xd7\x12\x5f\x58\xe2\x0b\xd1\x3e\xbf\x1c\x17\x5f\xe2\xb4\x71\xd7\xdb\xb8\x16\xaf\x72\x89\xd3\x46\x6f\xb4\x84\x64\x57\x38\x19\x51\x97\x8b\xbb\xf5\x25\xfa\x9a\xb6\x10\xcf\xb5\xec\x4b\x4b\x4c\x35\xf9\x46\x8b\xd1\xb7\xa2\x14\x21\x24\xd4\x12\x14\x5d\x82\xa2\x84\xed\xaf\xc5\xe8\x5b\xb2\x57\x52\x3b\x17\x3f\x17\x77\x3f\x13\xc2\x68\xf1\x00\x97\x7c\xc1\x24\xd5\x72\x09\x10\x2c\x01\x82\xc4\x35\x5a\xd6\xe6\x12\x20\x48\x72\x25\xd7\x76\xfd\xae\x25\x7b\xe5\x66\x09\x2e\xc4\xd6\xda\xc4\xd6\xb8\x4d\xef\x85\xae\x5a\xdb\x74\x1c\xb7\x7d\x69\x59\xb0\x4b\x30\xf4\xb6\x2f\x2d\xa7\x0f\x97\xb8\xe7\xcd\x25\x5e\xf6\xba\x25\x8d\xef\x66\x09\xae\x62\xe4\xb7\xcd\x38\x94\x06\xbd\x16\x9b\x71\x3d\x5a\xef\xe7\xa2\x37\x12\xf7\xbc\xad\xcd\x65\x5b\x5b\x8f\x67\xda\x97\x16\x0f\x70\x09\x10\xdc\xf6\xa5\x65\xc1\x2e\xd1\xcc\x9c\x7d\x4d\x49\x25\x4b\x34\x33\x6f\x01\xf7\x6b\xf1\xd2\xd6\x7b\x52\x5a\x5c\x44\x2d\xad\x26\x2f\xc3\x31\xb7\x65\x19\xae\x26\x2f\xe3\xcc\x25\x2b\x6e\xc9\x99\x2b\xbb\x62\xdd\xb5\xac\xb8\xd5\x65\x46\x9c\x2e\x59\x71\xcb\x8a\x7b\xf8\x34\x4b\xe8\x70\x61\xce\xcf\x21\xbb\x25\x74\xb8\xb6\x3d\x39\x9e\xad\xd8\x74\x2d\x96\xe0\x92\x82\xf1\x34\xfd\xb4\x05\x2d\x89\x69\x4f\xd7\x3a\x26\x7a\x61\xa2\x2b\x97\x68\xc9\x0f\x5e\x4b\xcc\xf7\x3d\xff\xf4\x39\x96\x38\xf2\xfe\x1c\xe1\xda\xbb\x4c\xb8\xc4\xe9\xea\x16\x79\x09\xd7\xb6\x19\xc3\xb5\x6d\xc6\x51\xb7\x7d\x17\xae\xbd\xcb\x84\xcb\x3a\x7a\x83\xdb\xf7\x2e\x13\xae\xbd\x9c\xc6\xbb\x1d\xc7\x70\xed\x75\x14\x2e\xeb\xe8\xdd\xa6\x5c\xb8\xb6\xb1\x18\x2e\xc1\xbb\x77\x2f\xd8\x70\x6d\xce\x3a\x5c\x82\x77\xef\xad\xf5\xe8\x9f\x16\xd7\xdb\xfd\x73\xdb\x70\xe1\x92\x62\xdb\xb2\x7f\x6e\x2a\x24\x5c\x72\xbb\xda\xa3\xf5\xbd\x2c\xc2\x25\xb7\xab\x3d\x5a\xdf\x86\x5d\xb8\x6e\xb1\xd4\x7a\x2e\x7a\xa6\xd5\xd1\x5e\x0d\xed\xed\x2c\x5c\x22\x65\xad\x79\xf7\x6c\x94\xb6\xed\x37\x08\x2e\x87\x2b\xbb\x5d\x3a\x6c\xfb\xb4\xbe\xb7\xb3\x70\x49\x15\x68\x4b\x43\xc5\x78\xca\xd8\x52\x69\x2d\x5c\xc5\xbb\x5b\x32\x8a\xaa\x05\x42\x51\x81\x50\xd4\x50\x07\x2d\x10\x8a\x0a\xd7\x3e\x86\x3b\xb6\xb0\xf0\xff\x36\x28\x02\xf9\xa8\x40\x37\x6a\xf4\x6a\xb4\x1e\xfd\x95\x2b\x4b\x75\x38\x5c\x7b\x21\x85\x4b\x72\x41\x3f\x63\x50\xbd\x84\x5c\xd9\xde\xf4\xb7\x1a\x03\x51\xb8\xde\xf4\xb7\x7a\x09\x39\x5e\x7d\x18\x83\x6a\xa6\xec\x05\x38\x08\x0c\x87\xeb\xf5\x66\x02\x6e\xfd\xcc\xa9\xd7\x4c\x79\x45\x35\xaf\x73\x51\xe7\x5f\xd1\xd7\x9d\x37\x16\xae\xe6\xb3\x48\x04\x20\x5b\x14\xae\x6e\x5c\x85\xbc\x48\x0c\x85\xab\x7b\x23\xd1\xad\x99\x75\x7e\x78\x77\xa1\x78\xda\x3b\xe1\x1a\xfe\x69\xaf\xa3\xbd\x13\xae\xe9\xdd\x45\xa2\xe6\xf4\xcc\xe9\xdd\xb7\x61\x38\xd4\x06\x0b\xd7\xd4\x25\x21\x24\x9a\x36\x81\x5c\x55\xb8\x44\x8b\xa8\x72\x86\xeb\x33\xa3\xbf\x13\x85\x7b\x5d\xd4\xa5\xcd\x65\x0c\xaa\x32\x81\x24\x55\xa0\x45\x35\xa8\xb5\x04\x92\x54\xe1\x12\x60\x5f\x3b\xd3\x24\x04\x0b\x97\x40\xd5\xe0\x90\x07\x3a\x55\x21\x58\xb8\x6b\x5b\x6d\x81\x32\x55\x08\xb2\x97\x08\xb3\x04\x3a\x55\x81\x40\xd5\x70\xac\x20\x10\xa1\x0a\xe1\x84\x90\xe2\xf9\xe7\x70\x51\x64\x27\x6a\x7d\x2f\xce\x10\x4e\x0c\xe8\xf5\xcf\xed\x98\x85\xf0\x8b\xec\x44\x17\xfd\x13\xdb\x49\x16\x24\x90\x81\x0a\x64\xa0\x26\x69\x8c\x10\x6e\x0d\x61\x26\x83\x6f\x44\xf1\x29\x84\x13\x85\x19\xde\x28\x7b\xcd\x13\x85\xf9\xce\x45\x0d\x65\xb1\x95\xcb\x1b\xed\x04\xca\x40\xf8\x69\xc6\x6d\x48\x86\x60\x39\x52\x7c\x9a\xdc\xec\x10\x36\x15\x12\x28\x3e\x4d\x95\xdc\x03\x71\xa7\x10\x4e\x68\xc6\x72\x0c\x8f\xa1\x7b\x44\x4c\x1e\x0d\x59\xb8\x14\x9f\x66\x3c\x6f\x54\x3d\x13\x09\x49\x76\x21\x84\xe6\x76\x3a\x9f\x77\xf0\xcf\x6d\x09\x86\x40\x90\x93\xf4\x40\x20\x77\x14\x02\xc5\x4b\x9e\x6a\xa0\x7a\x14\xa8\x1e\xcd\xbb\x79\x66\x37\x9e\x34\x2d\xef\x66\xe8\xba\x67\xe2\x04\xef\x7e\x9e\xe9\x13\x8b\x59\xdc\xe6\x7c\x18\x2e\xee\x45\x32\x29\x02\x84\x30\xbc\xbb\xf8\x42\xde\xda\xa8\x81\x42\x51\xa0\x50\x34\x1d\xd4\x0f\x24\x86\x42\x10\x35\x50\x8c\x25\x84\xa5\x4b\x3b\x73\x79\x72\x4a\x03\xc5\xa0\x10\xf6\xf6\x34\x39\xa5\x81\x1c\x50\x88\xdb\x94\x9b\x32\x0b\x43\x34\x93\xe3\x85\x3d\xde\x46\x74\x20\x0e\x14\xa8\x02\xcd\xe7\x3a\xff\x6c\x2e\x76\x17\x97\x8b\xd3\x45\x4c\xef\xe6\x04\x43\x0c\x9e\x29\x6a\xf0\x94\x73\xd1\x3f\xc3\x51\xa2\xcb\x2e\xee\x69\x13\x23\x7d\xb9\x2d\x39\x1f\xe2\xa6\xff\x42\x44\xff\x8d\x5d\xaa\x23\x10\x0e\x0a\x84\x7f\xda\x88\x6e\xdf\x71\xcf\x40\xf8\xa7\x8d\xa4\xf3\xc9\x6b\x1e\x8d\xb5\xd3\xa5\xe4\x99\xc9\x33\x93\x86\x92\x7e\x26\x34\xe5\xae\x1b\x11\xa2\x0d\x30\x1e\x39\xb5\x5b\xeb\xb7\x67\xee\x0d\xb0\xd1\xaf\x0d\xf4\x7f\x02\xc5\x9f\x36\x36\x05\x16\x28\xfe\x04\x72\x3e\x6d\x64\x0d\xdd\xfa\xb9\x9d\xb5\x36\xb6\x74\x72\x88\xd9\x78\x66\x03\x62\xff\x8c\x7b\x01\x05\x42\x3c\x6d\x54\xad\xef\x4d\x2e\xc4\xa2\xf5\xad\x50\x13\x62\xd1\x7a\x21\x10\xf7\xea\xd2\xce\x0a\x09\xb1\x78\x66\xf3\x46\x8f\xce\x3f\x47\xc8\x4e\x97\x1e\x03\x82\x3d\x54\xc6\x32\x10\xdb\x09\x54\x76\xda\xe8\x9e\xf9\xe8\x27\x4a\x51\x89\xcb\x40\x73\x27\xd0\xdc\x69\xf2\x5c\x42\x7c\xbc\x66\xf5\xcc\xa1\xa1\xea\xc3\x55\xb7\x4f\x9f\xa3\xba\x9d\x48\xda\x80\x60\xb1\x9e\xdb\x7d\xcd\x4f\xeb\xaf\xd7\x7c\x0f\x41\x6c\x40\x6c\x67\x91\x72\xda\xbc\x0c\x88\xed\x8c\xe6\x4e\xa3\x23\x1a\xe2\x6b\x82\x35\x62\x6e\xc1\x0c\x69\x9e\x49\x24\x6d\x06\x5d\x82\x0c\x34\x77\xda\x0c\x3a\xdf\x3c\x93\x48\x9a\xd4\x9b\x10\x6d\x91\x34\x77\xda\x8c\xba\x64\x8b\xa4\xb9\xd3\x08\xd0\x07\x9a\x3b\x81\xe6\x4e\x9b\xe9\xfd\xd3\xa0\x20\xc8\x13\xe2\xde\x54\xdb\x4c\x16\xd9\x30\x29\x86\xfe\xde\xfa\x3b\xf4\x77\xe8\x6f\x36\x84\xc3\xc2\xa5\x8b\x36\xcf\x3c\x85\x3a\xb4\x77\xda\x3c\xf3\xd4\x4e\x4b\x58\xa7\xcd\x33\x25\xa7\xd7\x9d\x04\xed\x8a\x37\x9b\x16\xc4\x24\x92\xf7\x18\xec\xe9\x5b\x11\x4b\x9b\x8f\x67\x7e\xe6\xe9\x67\xb0\x77\x64\x2f\xd0\xde\x09\xf1\x33\x30\x55\xe7\x21\x19\x09\x9e\x36\xed\xde\xf1\xd3\xfa\xe7\x99\x67\x9a\x2f\x93\x97\x04\xda\x7c\x75\x69\xb9\x7d\xb9\xbd\xe9\xbc\x2d\x3d\xd2\x45\x9b\x36\xff\x68\x4b\x8f\x74\xd1\xa6\xb9\x4f\x90\x27\x10\xe4\x69\x6a\x95\x06\x4a\x3c\x21\xd1\x45\x9b\xdb\x53\x0d\xb4\x77\x42\xa2\x8b\xa6\x8e\x69\x48\x1b\x01\x03\x41\x9e\x36\xf7\xb9\xba\x90\x58\xed\x29\x50\x4c\xdc\x04\x47\x48\x9b\xd4\x0d\x89\x02\x25\x2d\xfe\x90\x6c\xfe\x24\x78\xda\xdc\x4c\x6f\xa0\xc4\x13\x48\xf0\xb4\xb9\xb5\x03\x02\x25\x9e\x90\xa0\xe3\xb4\x20\x08\xf2\x84\x74\x82\x23\xdb\xb3\x0a\x69\x53\x4b\x81\x2e\x4f\x9b\x4b\x3f\x37\xa7\x14\x52\xf4\xcc\xe5\x8d\x92\x77\x4f\xa2\x1b\x60\x98\x3c\x4f\x48\x27\x62\x12\xf4\x33\x79\x26\x74\xfc\x82\x86\x92\xce\x6f\xf7\xa0\x29\xbb\x1a\xa8\xf4\x84\xb4\x3d\xea\xf6\x45\x9d\xe7\x33\xa4\x9b\xba\x61\xd4\xfa\xa6\x7f\x43\xa2\x40\xf9\x25\xfd\xbc\x3d\xf3\x26\x10\x98\x74\xe9\xf6\xcc\xdb\x33\x01\x36\x75\x9f\x90\xb6\x7b\xd0\xc8\x64\x87\xb4\xad\x93\x40\xd6\xa7\x39\x47\x1b\x52\x76\x3b\x70\xfd\x4c\xef\x04\x5c\x69\xfd\xb4\xaf\x78\x26\x70\x4d\xc0\xf5\x33\xbd\x29\xff\x04\xca\x3f\x4d\x32\x59\x20\xf2\x13\x12\xc4\xfd\x1e\x1f\xae\x98\x0c\xc5\x80\x54\x6f\xc4\x9c\x49\x82\x38\x0a\xbb\x06\x3a\x40\x81\x9e\x4f\xfb\x40\x7b\x02\xae\xa4\x7b\xda\xf7\x1a\xa5\xea\x9f\x95\x0e\x62\xd3\x25\x6e\x01\xb5\x9d\xf6\x35\xa3\xf4\x9e\x8b\x9e\xd9\xbd\xe6\xab\x4b\x47\x18\xf2\xcc\x4f\x98\x97\x8e\x30\xe4\x99\x8a\xcd\x27\x6e\x6e\x9f\x06\x04\xe6\xd1\xd0\x69\xdf\x99\x8a\xdb\x36\x0a\xe9\x68\x40\x7e\x3a\xcf\x1a\x4a\x47\x03\xf2\xcc\x3a\xd6\x50\xea\xbe\xfb\xd2\x50\x37\x74\xdd\x77\x5f\x06\x04\xd6\x51\xd2\x69\xdf\xd2\xfa\xf0\x39\x86\xa8\xd6\x65\x40\x86\xf9\x49\x03\x72\x5d\x5a\x1f\x3a\x3f\x44\xdf\x82\x7e\x72\x35\xd2\x14\x68\x63\xf4\x25\xc6\x54\x3a\xca\x8e\x51\x97\x3e\x83\x7c\x94\x1d\xa1\x78\xfa\xbc\xd1\x51\x76\x4c\xfa\xf9\xb9\xfd\x13\x53\x03\xbf\x94\x6d\x02\x49\x9b\xb6\x6e\x9d\xff\x7c\x77\xc1\xd0\x75\xe6\x27\x5b\x2c\xd1\xbb\x55\xbf\x36\xd0\xb2\x09\xb4\x6c\xda\x3a\xf3\x73\x9d\xdb\xf5\x73\xd7\x54\x08\x04\x6e\x02\xd9\x9a\xb6\x4c\x5a\xb2\x35\xe1\x3e\x22\x8e\x9b\xb7\x0f\x44\x6c\x02\xa1\x9a\xb6\x76\x4c\x2d\x28\xec\x1f\xc8\xd6\xb4\x65\x7e\x92\xad\x09\x64\x6b\xda\xda\x39\xf1\x41\x29\xff\xa0\xc4\x7e\x5b\x26\xed\xbd\x51\x2a\x10\xa3\x69\xeb\xd5\x50\x74\x7b\xa4\x2b\xf9\xea\xd2\x06\xa4\x40\x8c\xa6\x2d\x93\x56\x55\xfc\x70\xc3\x25\x75\x1a\x82\x02\xf8\x41\x75\xfb\xa6\x30\x6f\xa0\x50\x13\x6e\x22\xb8\x6b\x13\x70\xe1\x4e\x6e\x4f\xc4\x3b\x61\xf2\xbd\x33\x7b\xc3\x0d\x97\x56\xd7\x3a\x5c\x52\xdd\xbe\x2d\x40\x7d\xb3\xda\x94\xb5\x6f\x6b\xf3\x8c\x41\x59\xfb\xa0\x9e\x7d\x5b\x16\x82\x7a\xf6\x81\xce\x4d\x5b\xd3\xbb\xe3\x32\xe8\xdc\xb4\x65\x75\xa8\x59\x1f\x14\x9d\x6f\xeb\xd3\xa5\xec\xf6\xec\x76\x0b\x41\xb5\xf9\xa0\xcc\x7c\x5b\xcb\xbb\xe3\x32\x6e\x10\xb4\x2c\x04\xca\x36\x41\xb9\xf8\x7e\x5d\xba\x54\xdc\x4e\xcb\x46\xb1\xdf\x40\xcb\x26\x28\x10\xdf\xaf\x10\xfe\x34\x28\xc8\xde\x04\xc5\xe0\xfb\x15\xf4\xe2\x31\xae\x54\xc4\xc4\xfc\x83\x6a\xee\xe1\x68\xda\x5c\x51\xd7\x1e\xd3\x07\x99\x7f\x45\x63\xb0\x81\x29\x1c\xf9\x9a\x2b\xf9\xd4\x55\x7f\xab\xfe\x32\xbb\xd5\x53\x0f\x37\xc1\xb0\x0b\x8a\xdf\x18\x0a\x35\xd3\xfb\x75\x7b\xdd\xd7\x67\x21\x18\xa6\x2a\x71\xb8\x77\x62\x5b\x38\xf2\x35\x57\xd1\x4f\x7e\x9d\x32\xe7\xfd\x2a\xde\xa8\x79\xa6\x18\xf5\x75\x96\x0e\xcc\x3b\x4a\x35\x72\x3a\x03\xa5\x9a\x40\x86\xa6\x5f\x67\xe9\x70\xf6\x8e\x28\x8d\x1a\xc5\xe1\x06\x6f\x4a\x93\xf7\xab\x7a\x4d\xf0\x46\x86\xa6\x5f\x67\xe9\xa0\x42\xc8\xd0\xf4\xeb\xd5\x4f\x56\x9b\x6a\xe2\xfd\x3a\x4b\x07\xbc\x29\x23\xde\xaf\xb3\x74\xc0\xdb\x3d\x88\xa2\x9e\x55\xc2\x94\x53\x38\xbc\x13\x3d\x0f\x0a\x87\x07\x15\xc3\xfb\xd5\xbd\xe6\xf0\x46\xb4\x18\xae\xb3\x20\xa6\xce\xd3\xb4\xb9\x86\xcf\xc1\xbe\x53\xd6\xbb\x5f\x53\x3f\xd9\x77\x47\xe8\xe6\x9a\x5a\x9f\xde\x88\xa6\xcd\x75\x16\xc4\xe7\xdd\x05\xc3\x69\xc2\x87\x1b\xe7\x72\x84\x6e\xae\xb3\x20\x40\xa6\xca\xd8\xfd\xfa\x74\x09\xbc\x29\x89\xdd\xc3\x4e\x15\x09\x4a\x62\x07\x7a\x37\x3d\x60\x13\xc8\xde\x04\x85\xae\x7b\xe0\x16\x52\xbf\x09\x6a\x5a\xf7\x10\xce\x3f\xbb\x8b\x24\x4e\x41\x3b\xd9\x9b\xa0\x52\x75\x0f\x66\xb2\x4a\xd5\x81\xde\x4d\x0f\x66\x72\xde\xd4\x69\xc8\x02\xec\x92\x5c\x03\xf5\x9b\x90\x05\xd8\xc3\x26\x8a\x03\x2d\x9c\x40\x04\xa7\x87\xdb\x33\xb7\xb9\x16\x72\x94\x2e\x81\x99\x52\x94\x3a\x1c\x49\x9c\x90\x75\x69\xc3\x62\xa0\x8c\xd3\x83\x4d\x80\x40\x4e\xa0\x8c\xd3\xc3\x2e\x99\x1a\x08\xe4\x84\xa3\x7e\x13\x4c\x6f\xb2\x37\x21\x27\xba\xa7\x8f\xa1\xc3\xf8\x50\xb1\xe9\xc2\x3d\x41\x01\xe9\x40\xc5\xa6\x07\xb3\x4e\xe5\xe8\x70\x34\x6d\xc2\xab\xf3\x80\x50\x41\xe8\x1e\x4c\x45\x62\x34\xe1\xe8\xce\x28\x4a\x1d\xe8\xce\x84\xa3\x3b\x13\xba\x7e\x32\xbb\x54\x74\xee\x81\xaf\xa8\xa2\x73\xa0\x34\xd3\x83\xf9\x49\x70\x26\xe4\xa3\x0e\xcb\x1e\x21\x38\x13\x94\x64\xee\x61\x18\x10\x60\x45\x7e\xa6\x87\xa9\xa1\xe2\xc3\x1d\x21\x58\xf3\x53\xa1\xe5\xa0\x8a\x72\x0f\x1c\x48\x75\x93\x43\x3e\x42\xb0\xa6\x22\x15\x9a\x40\x7e\xa6\xab\x7b\x1d\xa8\xd0\x04\xa2\x32\x3d\x2c\x0d\x41\x30\xf5\x8f\x7b\xe0\x6a\x92\x98\x09\x47\x62\x26\xc2\xe6\xfc\x1a\xe4\x0d\x64\x3d\x5e\x5e\x93\x2d\x96\xe9\x20\x46\x80\x9d\xc1\x5a\x16\xb8\x8c\x8c\x14\x62\x34\xe1\x88\xd1\x44\xf0\x9b\x61\x1d\x4d\x9a\x1e\x11\x1c\xa4\x69\xc2\xd1\x9d\x89\x67\x26\x6f\x73\x2d\x1c\x89\x99\xc8\xd5\x54\xd5\x38\x50\x9a\xe9\x31\x69\x1d\xb1\x45\x69\xa6\xab\xc1\x1d\x32\xac\xcb\x47\x08\xf6\x4c\x6f\xb6\x18\xfd\x98\x1e\x79\x93\x19\x82\x1d\x35\x99\x98\x8d\x27\x04\xcb\x10\x2c\x22\x38\xf2\xf0\x89\x37\x3c\xf5\x78\x66\x32\x62\x2b\x9f\x7c\x9c\x9d\x98\x18\x28\xc6\x84\x7c\xf2\x71\xc0\x2f\xe1\x98\x90\x37\xed\xdb\x23\x6f\x92\x8c\x4c\x50\x50\xb8\xc7\x47\x43\xb8\xe0\xa3\x11\x13\xab\x15\xf7\x19\xf9\xa3\xf9\x0a\x7e\x29\xc6\x04\x52\x31\x5d\xad\xf0\x90\x81\x15\xa9\x98\x1e\xcf\x9c\xff\xcc\x3a\xb2\x84\x71\xe7\x07\x07\xc2\x31\xe1\x08\xc7\x88\x66\x06\xa5\x80\x03\xfd\x98\x1e\xcf\x42\x58\x5a\x5f\x12\x94\xce\x42\xe0\x77\x2a\xe6\xdb\x23\x7b\x84\x70\x4c\x20\x1c\xd3\x23\x4c\x56\xb7\x37\xd0\x8f\xe9\x11\x69\x42\x46\x26\x94\xeb\xa4\x1d\x65\x17\xa7\x8b\xfa\xc9\xf3\xa3\x11\x13\x8a\xf4\x83\x04\x54\xcb\x36\xec\x42\x39\x42\xb0\x9c\x3c\xc2\x31\x81\x1c\x4c\x4f\xd7\xb9\x7d\xb8\xb8\xe7\x52\x0a\x7f\x0a\x5b\x05\x5a\x31\xa1\x1c\x95\x58\xe4\x09\xad\x98\x40\x2b\xa6\x27\x94\x1d\xad\x98\x40\x2b\xa6\x27\x6e\x21\xad\x98\x40\x2b\xa6\x27\xd3\xbc\x00\x42\x5a\x31\x5d\x7a\x79\x28\xcc\x44\x35\x7a\x7b\xe2\x2b\x16\x3c\x9e\x52\xbd\x3d\x31\xd0\x95\xea\x0d\xea\xe2\xf6\xc4\xca\xa0\xeb\x12\x14\xc4\xed\x09\x8f\x47\xa6\x25\xd0\x67\xe9\x69\xa7\x84\x06\xc2\x2c\xa1\x80\xb7\x04\x5c\xc9\xb4\x04\xfa\x2c\x3d\x3d\xfa\xb9\xc1\x2e\x90\x62\xe9\xc9\x3c\xa5\xc8\x12\x48\xb1\xf4\x24\x06\x44\x83\x25\xd0\x60\xe9\x09\x97\x51\x8a\xd7\xdc\x96\x5d\x4f\xa6\x24\x61\x96\xa0\x24\x6d\x4f\xef\x79\xa6\x41\x66\xb5\x25\x3c\x1e\x99\x96\xa0\xb4\x6c\x4f\xb0\x59\x69\xd9\x40\xb4\xa5\x27\x04\x07\xed\x96\x50\x60\x5e\x32\x4f\x29\xb2\x04\x1a\x2c\x3d\x75\x03\x82\x39\x27\xc5\xd2\x13\x1e\x8f\x06\x4b\xa0\xc1\xd2\xd3\x3c\xb7\x1b\x3a\x40\xa8\xe6\x7b\xa0\xc8\x12\x54\x75\xed\x09\x43\x41\x98\x25\x90\x62\xe9\xe9\xcc\x53\x98\xa7\xb0\x6a\x4f\xdc\x42\x1a\x2c\x41\x0d\xd5\x9e\x78\x80\xa5\x19\x3a\x98\xa7\x22\x4f\x50\x58\x35\xa8\x93\xda\xef\x33\xa3\x11\x71\xe4\x56\xfa\x0d\x5c\xc9\xad\x04\x72\x2b\xfd\x3e\xf3\x93\xff\x49\x75\xa5\xdf\x68\x8b\x02\xf3\x08\xab\xf4\xfb\xcc\x4f\xa6\x1c\x61\x95\x7e\x9f\xf9\x39\xbc\x26\x29\xc1\x9b\xaf\x48\x4a\x25\xd0\x50\xe9\x4a\xd4\x07\x52\x2a\x81\x86\x4a\xbf\xcf\xfc\x14\x14\x53\xda\xb4\xdf\x67\x7e\xc2\x3c\xea\x27\x5d\xdd\xfa\x50\x18\x68\x44\x50\xfa\x0d\x86\x69\xa1\x84\x02\x08\x55\xb1\x0f\xea\x96\x06\x92\x28\xfd\xde\x19\x31\x41\xe1\xd1\xa0\xaa\x68\xbf\x79\x95\xea\x88\x06\x05\x44\xfb\x8d\xd4\x53\x40\x34\xa8\x1c\xda\x6f\xac\x47\xe1\xd3\x52\x46\xe9\xf7\x99\xf3\xe2\x0b\xd4\x4f\xfa\xcd\x81\x54\x01\x34\x28\xfd\xd9\x6f\xa4\x9e\xd2\x9f\x41\xcd\xcf\x7e\x23\xf5\x0a\xa3\xaf\x00\xc2\xdb\x42\x50\x08\x34\x10\x4f\xe9\xb7\x98\x9a\x2a\x9f\x41\x09\xcf\x7e\x63\xfa\x88\xa7\x04\xe2\x29\xfd\xc6\xf4\xa9\xeb\x19\x1e\x79\x58\x37\xa6\xef\x01\x84\x6a\x77\xf6\xdb\x42\x50\xad\x33\x28\xc5\xd9\x6f\x0e\x24\x99\x95\xa0\x06\x67\xbf\x61\x33\xd1\x95\xf0\x44\xef\xce\x48\x79\x98\x72\xcf\x49\x8b\xb4\x3a\xe8\xab\x04\x1a\x2a\xfd\xe6\x40\x92\x52\x09\xcf\xc9\x95\x44\xea\xa9\x9e\x19\x9e\x93\x2b\x89\x49\x51\x36\x33\x3c\x47\xfc\xda\xea\x20\xb3\x12\x28\xaa\xf4\x9b\x03\x49\x51\x25\x28\x7c\xd9\x6f\xfc\x1d\x7d\x95\x40\x58\xa5\xdf\x96\x0c\x7d\x95\xa0\x80\x65\xcf\x96\x0c\xd5\x94\x40\x27\xa5\x67\xf6\x08\x9d\x94\xf0\xc0\xba\x8c\xe9\xa3\x9a\x12\xd4\xa3\xec\x19\xd3\x47\x3c\x25\xd0\x49\xe9\xd9\x92\x51\x96\x32\x3c\xec\xbb\x8c\xaa\x7b\xd8\x77\xca\x52\x76\x07\x4f\x02\x9d\x94\xf0\x1c\x45\x6c\x4e\x1e\xd5\x94\xf0\xd0\x15\xcc\xf8\x11\xe2\x29\x81\x5c\x4a\x3f\xf1\x2f\x3a\x29\xe1\x91\x6a\x99\x79\x7e\x04\x52\x82\xfa\x90\x3d\x8b\x2b\xa9\x0f\x19\xe8\xa4\xf4\x8c\x1f\xa1\x93\x12\x88\xa0\xf4\x6c\x7a\xd3\x42\x09\x84\x4e\x7a\xe6\xe4\x11\x3a\x09\x84\x4e\x7a\xe6\xcf\xa9\x67\x18\x94\x08\xec\x19\x15\xa2\x3c\x60\xa0\x69\xd2\x33\xf4\x56\xeb\x2f\x50\x31\xe9\x19\x7f\xa7\x28\x5f\xa0\x69\xd2\x33\xf4\x56\x85\x2f\x90\x36\xe9\x99\x93\xa7\xc8\x5e\xa0\x69\xd2\x89\xd1\x04\x15\xf3\x82\x82\x77\x3d\xf3\xfc\x14\xbb\x0b\x54\x4c\x7a\x86\xde\xc4\x4c\x02\x15\x93\x9e\x87\xd7\xec\x1a\xda\x26\x59\xcf\x67\x26\x8b\x16\xd0\x26\xe9\x99\xe7\xa7\x78\x5b\x50\xad\xad\x67\xa1\x19\xba\x25\x81\x60\x49\xcf\x58\x0f\x05\xd8\xc2\xc3\x9b\x74\x94\x26\x50\x2a\x09\x64\x48\x7a\xc6\x09\x52\x23\x09\x0f\xdd\xe8\xbc\xf2\x9f\x06\x05\xc5\x92\xf0\x7c\x7a\x81\x12\x21\x40\x12\x48\x8e\xf4\xc2\xec\x7e\x98\x5f\x0f\x89\xbe\x82\x1b\x24\x39\x12\x1e\xf8\x54\x10\x1c\x04\x48\x02\xc9\x91\x4e\xd3\x26\x90\x1c\x09\x95\x57\x59\xf8\x8a\x15\xea\xd4\xeb\x88\x8a\x7f\x2e\x56\x17\x37\x0c\x17\x04\x07\x55\x92\x40\x4f\xa4\x17\x73\xbf\x72\x20\x2b\x5f\xb1\x08\x21\x92\x15\x09\xf4\x44\x7a\x01\xed\x15\xea\x28\x3b\xd7\x0b\xc2\x90\xd6\x48\xa8\xac\xa1\x62\x41\x54\x79\x39\x55\x71\x93\x92\xcf\x3f\xf7\xb8\xd2\x0c\xe9\x05\xb4\xd3\x0c\x09\x34\x43\x7a\xc1\x7a\x54\x26\x12\x79\x90\x5e\x2c\x08\xba\x20\xa1\x02\x98\x82\x1b\xac\x00\xa6\x66\xaf\x09\xda\x2b\x86\x8a\x3e\x47\x2f\x60\x98\x4c\x47\xa8\xc0\xa0\x20\xf7\xd4\xcc\x0b\xd4\x3a\x7a\x61\x37\x93\xe9\x08\xf4\x39\x7a\x11\x5b\x21\xd3\x11\x2a\xc3\xa7\x98\xd1\x95\xe1\x43\xb4\xa3\x17\xbe\x22\xed\x8e\x50\x79\x80\x05\x97\x41\xc2\x23\xd4\x93\x8c\x2d\x96\x5e\x31\xe7\x84\x39\x7a\x61\x37\x57\x09\x35\xf4\x39\x7a\x61\x37\x93\xe9\x08\x95\x9e\x68\xc1\x65\x54\x61\x49\xc2\x1c\xbd\xcc\x73\xbb\xd6\x79\x80\xe5\xd3\x4f\x86\x4f\xe5\xd7\x15\x5e\x65\xe5\xd7\xd5\xd7\x6b\x72\x20\xa9\x75\x04\x6a\x1d\xbd\x60\xfc\xea\xab\x9f\x32\xb4\x8b\xe9\x5d\x61\x49\x95\x90\xfa\x98\xde\x95\x5f\x57\xc1\xc6\x03\xb0\x2b\xd8\xa8\xce\x44\x3c\xa6\x37\x0d\x8e\x50\xb9\x70\x0f\x6c\xae\x1b\x2f\x42\x3d\x6a\xf5\xbc\x4a\x3a\x1b\xa1\x1e\xb5\x7a\x51\x18\x72\x1b\xa1\xaa\xe5\xf1\xa0\x42\x2a\x17\xae\x1e\xb5\xfa\x7d\xd8\x2a\x54\xe6\x4c\xfd\x09\xd3\x2f\x17\x8d\xd2\x4f\x98\x5e\xe7\x87\x86\xd8\x38\x0f\x7e\xa4\x72\xf6\xea\xd1\xa0\x3f\x73\x1e\x6c\xd4\x6d\xd5\x74\x67\xb5\x42\x9d\x96\xcc\x91\x9b\xe7\x6a\x56\xc8\x50\x91\x50\x8f\x4d\xa0\xa2\xe8\xeb\xd1\xa0\xc7\x8f\x54\xcc\x54\x3d\x72\xf3\x67\x21\x70\xe1\x88\x68\xf4\x87\xab\x59\x99\x33\xf5\x28\xcb\xdb\x04\x2a\x8a\xbe\x2e\x9f\x03\xd3\x57\x01\x4b\xdd\x50\xd2\x1f\x3b\x43\xe5\xd7\xd5\xa3\x41\x6f\x67\x78\xf9\x75\x2f\xbf\xee\xe1\x55\x12\xe6\x08\xaf\x0c\xf2\xc7\x92\x79\x61\x08\x29\x8e\xfe\xf0\x2a\x5f\xe6\xcc\xcb\x9c\x79\xac\x8e\x97\x39\xf3\xf2\xeb\x1e\xab\xe3\xe5\xd7\xd1\xe7\xe8\x8f\xd5\x41\x98\x23\x50\xdd\xe8\x0f\xaf\x92\xf8\x46\x78\xe9\xc5\x3f\x4c\xf8\x17\x45\x4f\x44\xa3\x3f\x56\xc7\xcb\x72\x79\xc1\xc5\xb3\xb3\x2a\xc3\x8b\x4e\x7f\x1d\xe8\x78\x40\xfb\x2b\xcc\x47\x36\xa3\x3f\xa6\xf7\xcb\xcd\xa2\x97\xd1\x2b\x4c\xa6\x97\x11\xe8\x65\xf4\x8a\xbf\x7b\x85\xf9\x48\x63\xf4\xca\x5a\x7f\xb3\xd6\xe9\xc5\x57\x8e\x23\xa1\x8c\xf0\x3a\xfa\x51\x01\xf5\x8b\x63\x57\x8c\xb3\x57\x54\x08\x11\x8d\xa0\xee\x66\xaf\x66\xb2\xba\x9b\x81\x88\x46\xaf\xd0\x5b\x51\xcd\x40\x4b\xa3\x57\x4c\x9f\x6a\x9a\x41\x19\xcd\x5e\xa1\xb7\x32\x9a\x41\xfd\xcc\x5e\xf1\x23\xea\x67\x86\x17\x2e\x55\xd3\xfb\x95\x58\x41\x60\xa3\x57\x33\x99\xce\x46\x78\x39\x64\x15\xd3\xf7\x72\xc8\x5e\x74\x55\xc5\x8f\xbc\xf2\x04\x69\x70\xf4\x6a\x26\xbf\xe8\xaa\x97\xeb\x56\xcd\xe4\x97\x39\x43\x9f\xa3\x57\x1e\xea\x5b\x8d\x12\x0e\xab\x82\x74\x6a\x1d\xe1\xe5\xcf\x55\xa4\xc9\x2b\x79\x90\x3e\x47\xaf\xa6\x37\x61\x8e\x40\x8a\xa3\x57\xe1\x48\x8a\x1c\x81\x14\x47\xaf\x6c\x9c\x57\x3c\xf1\x7d\x1d\xfd\xe0\xa1\x92\xe9\x08\xe4\x36\x7a\x3d\x73\x9e\x97\xf6\x42\xb0\xca\x30\xa7\xac\x11\x28\x6b\xf4\x6a\x47\x78\x19\x3e\xef\x39\x78\x72\xa6\x37\x04\xa3\x97\xd1\xab\x4c\x93\x17\x82\x91\xcd\xe8\xff\x80\xce\x5f\x06\x05\x69\x8d\x40\x53\xa3\xd7\x33\xf7\x87\xe5\x88\x4e\xaf\x67\xee\x33\x80\x88\x62\xf4\xca\xa7\xa5\x8d\x11\x5e\x0c\x55\x85\xf7\x2f\x6f\xed\xc5\x50\x55\x2c\x22\xdd\x8c\x40\x37\xa3\x57\x9b\x00\xdd\x8c\xf0\x82\xb7\xba\xac\x27\xe9\x12\xc4\x30\x7a\x45\x2d\x92\xbf\x08\x2f\x78\x7b\x6d\x02\x2f\x78\x23\x86\xd1\x5f\x2c\x0d\x4d\x8c\xf0\x82\xb7\xf7\xac\x27\x26\x12\x69\x8c\xfe\x72\x74\x5f\xf0\xf6\x82\xb7\xd7\x26\x40\x2f\x23\xbc\x54\x8c\x5f\x3e\xed\x2b\x5d\xe2\xe5\x98\xbd\xd6\x53\x83\x64\xed\x3a\x27\x72\x8a\x8b\x8f\x8b\x6e\x47\x2d\x52\xcf\x08\x8d\x89\xf4\xa2\x16\x1b\x78\x23\xa2\xd1\x5f\x4b\xa7\x89\x2b\x36\xa0\xf5\xf2\x69\x5b\x70\x3b\x32\xea\x85\xf7\x24\x35\x42\x23\x3b\xff\x32\x7c\x9a\xbc\x31\xb2\x19\xfd\xb5\x74\xe8\x65\x04\x62\x18\xfd\xe5\xd3\x36\x8e\x19\x69\x8c\xfe\xc2\x7b\xd2\x18\x81\x34\x46\x7f\x51\x36\x4d\x12\x44\x03\x84\xaf\x4d\x80\x5e\x46\xa0\x90\xd1\x5f\xab\xa4\x09\x36\x36\xe8\xf8\xa2\x16\xe9\x65\x84\x46\x4c\xfe\xb5\x4a\x1a\x74\x24\x8d\xd1\x5f\xab\x84\x0a\x46\x20\x78\xd1\x5f\xee\x6b\x93\x0e\xdd\xa8\xc0\xbf\x36\x81\x76\x9f\xdb\x9d\x9a\x42\xd9\x34\x74\x15\x31\x8c\xfe\xa2\x16\x69\x62\x84\xc6\x5b\x7b\xb9\xaf\x8d\x81\xd6\x4e\xe1\x0c\xd3\xbb\xf1\xd6\xda\x29\x9c\xc1\xd5\x6c\x30\x8f\x42\x46\x7f\x41\x7b\x63\x76\x51\xc8\xe8\x0d\x8b\x48\x28\x23\x34\x47\xe8\x1a\xce\xa5\xc9\xbf\x6c\xe0\xad\x99\x9f\x84\x32\x42\xe3\xad\x35\x5e\x65\xe3\xad\x35\x48\xd6\x78\x95\x0d\xf1\x4e\xcd\xa2\x37\x96\x0b\x51\x8b\x40\xcd\xa2\xb7\x74\x2e\xfa\x70\xa7\x4a\xc5\x3e\x4a\x13\x28\x56\x04\x8a\x15\xbd\x49\xdf\xa4\x58\x11\x28\x56\xf4\x06\x86\x29\x56\x84\x76\xaa\x54\x48\x7a\x6a\x4d\x3f\x4f\x95\x8a\x33\xc1\xe0\x53\x3b\x55\x2a\xce\x04\xeb\x26\x2d\xb3\xab\x9d\x09\xc6\xec\xa2\x51\xd1\x1b\x18\x26\x55\x11\xda\x29\x5d\x81\x34\xa1\x58\x11\xda\xa9\x52\x21\xb7\xaf\x61\xce\x1b\xe6\xbc\x21\x4d\x88\x53\x04\xe2\x14\xbd\x81\xe1\xc6\x5b\x6b\x02\x82\x0d\x69\x42\xb1\x22\x90\xa3\xe8\xed\xcc\xba\xa9\x4b\x8e\xd0\x35\xac\x47\x03\x41\x74\x28\x7a\x3b\xd3\x06\x04\x35\x84\x51\x63\x44\xb7\xcf\x7a\x47\xa7\x37\x88\xdb\xb0\x48\x0d\x9d\xde\xb0\x1e\x0d\x9d\x4e\xa3\xa2\x37\xe6\x76\xc3\x9c\x37\x84\x51\xe3\x40\x36\x7c\x78\x03\x41\x0d\xeb\xd1\x40\x50\x03\x41\x0d\x51\xd8\x40\x50\x03\x41\xcd\xfc\xec\x20\xa8\x9f\x33\x7a\xa8\x10\x4a\x17\xa1\x9f\xe3\x78\x4c\x8f\x2e\x21\xb5\x23\x8c\x1a\x50\x25\x78\x11\x08\x5e\xf4\x8e\x0a\x21\x78\x11\xba\xca\x17\xdd\x4c\x26\x63\x11\x08\x57\xf4\x1e\x34\x04\x6d\xc8\x58\xf4\x0e\x54\xbb\x3c\x2c\x6a\x16\xbd\x9b\xb4\x44\x2d\x42\x77\x8e\xb6\x63\x0f\x7b\xd4\x25\x68\xd3\x79\x93\x9d\x43\xd6\xd1\x40\x1d\x54\xd2\xa1\x08\x1d\x86\x74\xa8\x48\x95\x22\x74\x47\x66\x3b\x2a\xa4\x27\xad\x63\xb7\xbb\x99\x4c\x80\x22\x10\x99\xe8\x9d\x3b\xd8\x61\x08\xc9\x89\xde\x4d\xda\x0e\x43\xfa\xce\x5b\xe8\x1d\x15\xd2\x99\x5d\x94\x27\x7a\x37\x69\xbb\x84\xd4\x0e\x43\x3a\x77\xb0\x3b\x67\xd1\x61\x48\x47\xea\x11\xa0\x08\x44\x26\x7a\x37\x3f\xbb\xdc\xd3\x0e\x2e\x3a\xc7\xb1\x83\x8b\x8e\xc8\xee\x00\xb0\x23\xb2\x3b\x22\xbb\x33\x13\x3a\x22\x9b\xf2\x44\xef\x66\x72\x47\xee\x74\xc7\x06\x3b\xfe\xae\x73\xdd\x3a\x22\xbb\x23\x38\xe8\x50\x04\x3a\x14\xbd\x8f\xf3\x4f\x6f\xe4\x70\x6d\x37\x69\xa9\x52\x84\xce\x1a\xea\xb3\xfc\x69\x50\x50\xae\x08\x94\x2b\x7a\x37\xcd\xbb\x70\x5f\xe7\x16\x76\x8c\x1f\xc5\x8a\xd0\x19\x55\xdd\xdc\xef\x8c\xaa\xfe\xfa\x2c\xe6\x7e\x6f\x9e\x89\x4d\xea\xf2\xae\x3b\x36\xa9\x73\x0b\x3b\xc6\xaf\x73\x0b\x7b\xf3\x66\x18\xbf\x0e\xc9\xc8\x58\xf4\x93\x4d\x4d\xc6\x22\x90\xb1\xe8\xe3\xcc\x68\x96\x56\x77\xd2\x5e\x09\xef\x40\xdb\x22\xd0\xb6\xe8\xe3\x4c\x5e\xe6\x57\x77\xa2\x91\x6a\x43\xe8\x5d\x43\x62\x80\x03\xa1\x4d\xaa\x22\xd0\xa8\xe8\xa4\x1c\x42\x97\xc5\xd0\x39\x90\x03\xeb\xd1\x91\xe4\x1d\x49\x7e\xb2\xa9\x3b\xaf\xb2\x23\xa3\x06\xd6\xa3\xb3\xc5\xba\x2c\x86\x93\x62\x4d\xfe\x22\xd0\xbd\xe8\x83\x07\x48\xfe\x22\x74\x48\x36\x98\xc8\xe4\x2f\x02\x35\x8b\x3e\xce\x34\x97\x66\x4a\xcd\xa2\x0f\x87\x05\x88\x5a\x04\x6a\x16\x7d\xd8\xfc\xc9\x58\x04\x32\x16\x5d\x01\xf1\xd0\x81\x16\x35\x8b\x7e\xf2\xae\xfb\xb2\xc8\x9c\x3a\x1e\x78\xbc\x81\x5a\x1a\xa8\xa5\x21\x34\x33\xd8\x4d\x83\xdd\x34\xf8\x75\x83\xdd\x34\x4e\xb9\x9e\x7e\xfe\xd9\x5d\x1c\x2e\x7e\x2e\x4e\x17\x35\x84\xdc\x1b\xb2\x18\x06\x0b\x6b\x98\xfb\x83\x5b\x38\x4e\x61\x1f\x80\x3d\x1c\x0e\x1b\x0a\x8e\x0d\x34\xf5\xc0\x87\x8f\x53\xed\xc7\x4c\x1e\xf2\x1d\xc6\xa9\xf6\x83\x0a\x19\x80\x90\x14\x47\x1f\x66\xf2\x60\x76\x91\xdb\xe8\x83\xed\x30\x98\x5d\x83\xd9\x35\x10\x1c\x83\xd9\x35\x58\x58\xd3\x81\x23\x8a\x1c\x61\xc8\x62\x98\xe6\xe7\x60\x61\x0d\x16\xd6\x44\x70\x0c\x16\xd6\x40\x57\x4d\x93\x76\xc8\x28\x1d\x5c\xcd\xc9\x2d\x1c\x5c\xcd\xc1\xc2\x9a\x3c\xc0\xc1\xc2\x1a\xd0\x71\xf2\x00\x07\x74\x1c\xf9\x1c\x6b\xd6\x10\x96\x7b\xf0\x15\x27\x6c\x1e\x7c\xc5\xc1\x57\x9c\x68\x8b\xc1\x98\xa2\xe4\xd1\x67\x3e\xff\xd4\xcf\x53\x28\x87\xb3\x37\x10\xda\x44\x3b\xfa\x49\xad\xa6\xdd\x11\xa8\x75\xf4\x69\xd2\x0e\xf9\xf6\xd4\x3a\xfa\x44\xd5\x0d\x1e\xe0\x38\x35\x71\xf8\x75\x24\x3c\xc2\x91\xf0\x98\xc8\x88\xc1\xd9\x1b\xf2\xb0\xa6\x60\xf8\x10\xbc\x23\xef\xd1\x4f\xc2\x34\x95\x8f\x30\x10\x5b\x13\x19\x31\x10\x5b\x43\x39\xdb\x79\x66\x32\xea\x7b\xc8\xc3\x3a\xb9\xd1\x43\x6a\xfd\x50\x5b\x6c\xf6\xf3\x4f\xdf\x9d\xd5\x76\x12\xa6\x07\xab\x6d\xbc\xe7\x44\xb8\x37\x92\xc5\x30\x60\xdd\xc9\xa2\x1e\xac\x36\x92\x21\x7d\x4a\x00\xa1\x1c\x12\x48\x86\xf4\x93\x30\x4d\x39\x24\x0c\xb0\x36\xf1\x77\x04\x44\xc2\xe0\x40\xce\x33\x69\x99\x5d\x43\xf0\x6e\x72\xdd\x86\x2c\x86\x01\xc1\x4e\x6e\xf4\x60\x8b\x0d\xb6\xd8\x64\x50\x0c\xb6\x18\x71\x91\x3e\xcf\x4c\xc6\x76\x8d\x53\xe9\x86\x97\x46\x4e\x24\xd0\x11\xe9\x1f\xaa\x6e\x00\xab\xa3\x2a\xf2\x21\x38\x06\x5b\x6c\x40\xb0\x93\x45\x4d\x63\x24\x0c\x08\x76\x72\xa3\x07\x04\x1b\xdc\xc1\xef\xcc\x64\xee\xe0\x90\xb0\xf0\x9d\x99\xcc\xec\x1a\xcc\xae\x8f\x43\x46\x94\x24\x1c\x51\x92\x0f\x2b\x37\x96\x2e\x61\xcc\x3f\xb4\xc5\x40\x6c\x0d\x05\xc7\x3e\xa9\x76\x13\x82\x4d\x75\x14\x3f\x64\xc4\xdc\x46\x58\x38\x9a\x26\x84\x36\xc3\x44\x8e\x4f\xb6\xd8\xe7\xc0\xd1\x64\x76\x4d\x66\xd7\xc7\x79\x22\x74\x12\x48\x9b\xf4\xcf\xa4\x9d\x70\xe9\xc8\x97\x7c\x3c\xaa\x89\x31\xa7\x62\xd2\x4f\x1a\x34\x31\x93\x40\x9b\xa4\x7f\x28\x06\x12\x25\xe1\x88\x92\x9c\x23\x7e\x44\x49\xc2\x54\x07\xec\x33\x3f\xa7\xfc\xf5\x79\x7b\x26\x8a\x81\xd4\x48\x98\xdb\x28\xea\x9f\x38\x08\xe1\x91\x30\x99\x48\x1f\xe7\x69\x32\x91\x26\xb8\xf8\x40\xe5\xc4\x37\x4d\xca\x0a\x9f\x0c\xb8\x99\x3d\x93\xdd\xb4\x73\xa3\xff\x30\x28\xc8\x98\x84\x23\x63\xf2\x21\x0e\x26\x80\x99\x00\xe6\x33\x25\x89\x9a\x04\x6a\x26\x7d\x71\xcc\x88\x9a\x04\x6a\x26\xfd\xe4\x48\x13\x35\x09\x13\xc0\x2c\x1c\xc1\x04\x30\x13\xc0\x9c\x1c\xe9\xc9\xa8\x9a\x98\xf3\x85\x23\x98\x98\xf3\xc9\xc6\x59\x38\x82\xc9\xc6\x99\xc0\x60\x21\xcd\x26\x30\x98\x5c\xb8\x85\x34\x23\x4e\x12\x26\x8e\x68\xdd\xe7\xf6\x3d\x4f\xa7\xa4\xcc\x65\xf6\x4d\x36\x0e\x8d\x92\xbe\x78\x6b\xa4\x4a\xc2\x04\x06\x8b\x63\x36\xdb\xb9\x7d\x83\xc1\xe2\x98\x91\x31\x09\x13\xb9\x43\x3a\x34\x4c\xf6\xc8\x64\x65\x2c\x4e\xfe\x64\x65\x4c\x61\xf3\xe5\x0c\xdc\x14\x36\x9f\xa7\x48\x14\x27\x6a\xb2\x08\x26\x8b\x60\x31\x52\xe7\xf2\x39\xac\xa7\xc5\x1e\x9d\xd6\xd3\xe4\xb1\x2c\xe8\xf8\x59\x3a\x47\x55\xe4\x24\x24\x53\x15\x09\x1f\x8b\xe0\x24\x24\x7f\x82\x4d\x1f\x8f\x65\x71\xb7\x3e\x4b\xe7\xb3\x74\x16\x20\x24\x35\x12\x8e\xd4\xc8\xc2\x61\x91\x1a\x09\x9f\x14\xc6\x93\xba\xfc\xd9\xd2\x3f\x4c\xca\xc2\x61\x7d\x98\x94\xcf\x96\xbe\xbe\xf3\xcf\xfd\xee\x9f\x10\xf7\xe2\x6e\x7d\x42\xdc\x9f\xa5\x43\x4b\x35\x7c\x96\xce\xb7\x17\xc4\xb8\x58\x97\x9f\x05\xf1\x39\x47\x7d\x92\x86\x3f\x46\xff\x47\x5d\xfd\x24\xf8\x7e\xf6\xba\x8f\x76\xc0\x65\x32\xd0\x0a\x09\x5f\x25\x63\xc1\xe1\xa1\x07\x12\xbe\xbd\xbb\x8d\x0b\x0d\xf4\xb1\xef\x3f\x45\x2e\x2e\x93\xe1\x63\xdf\x7f\x14\x87\x2f\x93\xe1\x63\x98\x93\x05\x19\x17\x87\xe7\xb3\x83\x91\xf0\x18\x17\xdf\xe6\x93\xf4\xf6\x51\xf2\x3d\x19\xba\x9f\x04\xdf\x4f\xb9\x9e\xeb\x3d\xff\xd4\xba\x3a\x11\x17\x1e\xe7\x13\x53\xfd\x06\x61\x0e\xa1\x2e\x62\x1f\xe1\x27\xf6\x81\xb2\xf9\xb8\xee\x9f\x3a\x3b\x17\x97\xe3\xe3\xba\xff\xc4\x3e\xce\xd7\x14\x53\xfd\x14\xca\xb9\x38\x10\x9f\x3d\xe4\xa3\x47\x70\x9d\x0f\x37\xbd\x11\x3d\x82\xeb\x7c\x38\x61\x94\x4f\xf5\x87\x93\x62\xfb\xa1\x14\xa9\x83\x8c\xcb\x41\x6d\x22\x21\xe1\x53\x13\xe7\xe4\xdd\xd2\x0a\x09\x1f\xd5\xf2\x70\x3e\xb1\x13\x58\x84\x40\x46\x40\xee\xd0\x03\x09\x1f\xe1\x83\x00\x43\x3e\x3c\xe3\xa7\x26\x4e\xc0\xf8\x7c\xa2\xae\x1f\x09\xde\xc0\xab\x58\x16\xc2\x72\x7e\xfa\xa4\xd8\x2e\xf9\x6d\xcb\xf9\xe9\x60\xda\x50\x15\x09\x74\x44\x46\xb8\xcf\xed\x7b\xbd\xaf\x40\x94\xc4\x66\xb5\x50\x8a\x2b\x1c\xf5\x93\xd7\x45\xcf\x0c\x9e\x69\xda\xd0\x18\x09\x8b\x1a\xc2\x49\xb1\x5d\x56\xc7\x91\x1a\x09\xf2\x08\x96\x6c\xb5\xa5\xb2\x59\x30\x6d\x96\x6c\xb5\x23\x35\x12\x00\xcb\x92\x98\xb6\x54\x6a\x08\x75\xbf\xfb\xb2\x05\x2d\x5a\xe4\x81\xaf\xb0\x18\xbc\xeb\x54\x36\x33\x97\xe8\x8f\x84\xa3\x3f\x72\x52\x6c\xe9\x8f\x84\x75\x7b\x26\xb4\xa1\x3f\x12\xd6\xa9\x42\x66\x82\x91\x1a\x09\x2b\x1f\x95\x96\x3d\x6d\x48\x8d\x84\x23\x35\x12\x00\xcb\x92\xb6\xbb\x88\x29\x04\x6e\xc1\x12\x5b\x39\xfa\x23\xc1\xfc\x24\x3c\x12\x16\x31\x85\x60\xaf\x5b\x4e\x25\x90\x21\x19\x27\xc5\x96\x1a\x49\x58\xa7\xb6\x18\x5f\x76\xc9\x6b\x23\x43\x32\x82\xf9\x49\x8d\x24\x1c\xa9\x91\x20\xe1\x6b\xd9\x8f\xd6\xe3\x76\x94\xcd\x12\x31\x59\x0f\x35\x19\x94\xcd\x12\x31\x59\x0f\x35\x19\xf3\x73\x89\x83\x2c\x70\x11\x39\x10\x8b\x15\xbc\x08\x94\x47\x94\xcd\x92\xcb\xbb\x7e\xb5\xc5\xbc\x26\xd3\x78\xfd\x6a\x8b\x9d\xdb\xbd\x3b\x60\x39\x79\xb7\x4b\x70\x64\x11\x51\x38\x29\xb6\x4b\xaa\xc8\x3a\x05\xc7\xb8\xc2\xcb\x51\x54\x7a\x27\x23\x9e\x99\xcc\x0a\x5e\xa7\xb6\x18\x57\x78\xe1\x2e\x97\x9a\x38\x27\xc5\x76\xd9\x0d\x29\xa3\x8c\xc8\xeb\x25\x90\x12\xd6\x29\x38\x96\xff\x3e\x36\xba\x24\xfa\xae\x53\x78\x8c\xcb\x41\x44\x25\x1c\x11\x95\x08\x1d\x97\x4c\x38\x5a\x2a\x23\xf2\x93\x49\xaa\x84\x05\xde\xe2\x99\xfb\x36\xd5\x23\xa2\x12\xd1\x41\xd4\x53\xc2\x3a\x15\xc3\x70\x98\x6b\x9c\xdb\xbb\x8b\xc6\x80\x3f\xbf\xe8\x3b\xc4\xb3\x20\xc0\xdb\x22\x2a\x1e\x39\x27\x4b\x7e\xdb\x9a\x86\xd0\xf6\xbb\x6c\xd4\x4b\xfd\x85\xc8\xce\x5b\xe0\x6d\x81\xb7\x48\xca\x61\x61\x26\x17\x25\x88\x93\x6a\xbb\x78\xfe\x8b\x12\x44\xe4\x27\x2f\x49\x6f\x8b\xc0\x51\x3c\x0b\x82\xdd\x7c\x24\x5c\xa2\x4d\x75\x49\x65\xa3\xe4\x32\xa4\xda\x46\x12\x2e\xf1\x48\xb8\xc4\x4d\xc4\x44\x12\x2e\xf1\x52\xf2\x2b\x6d\xe1\xbd\x78\xed\x0d\x3e\x5e\x7b\x67\x1f\x69\x1f\x95\x8f\x74\x5d\xe2\xd1\x75\x49\x1b\x32\x23\x5d\x97\x78\x74\x5d\x52\xd0\xd0\xf6\xe7\x23\x25\x97\x91\x82\x86\xf6\x06\x1f\x2f\xa5\x16\xd2\xf6\x19\xe2\xb5\x99\xc9\x78\x1d\xd1\xa4\x9d\x23\x1b\xaf\xcd\x4c\x6e\x29\xcf\x7d\x31\xbb\xa8\xf3\x3f\x25\x25\x0d\x6d\xd7\x3d\x5e\xaa\x2a\xa4\x5b\x97\x92\xd6\x13\xd5\xa3\x5b\xeb\xc9\x6b\x26\xaa\x47\xdb\xfb\x8d\xd7\xc6\xb5\x78\xa9\xbc\x98\xb2\x86\x92\x2e\x41\xb2\x94\xdd\x7e\x6b\xfd\xf6\x46\x45\x3f\x6f\x6f\x74\xd3\x71\x2a\xe7\x9f\x73\x5f\x64\x7a\xa4\xc7\x78\x66\xb7\xab\xee\x95\x36\x65\x13\xaf\xac\x75\x65\x65\x52\xd5\xf9\xec\x99\xe0\x2d\x55\xaf\x99\xbd\x26\x78\x4b\x55\x43\x1b\xd7\xe2\x05\xc9\xd2\x6b\x3c\x0b\x15\x54\x65\x65\xd2\xab\xa1\x1d\x2a\x89\x74\x64\x86\x64\xdc\x48\x4e\x26\x5e\xc5\x27\x6e\xde\xbd\xe8\x3c\x55\x99\xd4\xb4\xfe\x18\x3a\x1a\x31\xa9\xeb\xe7\xe3\x76\x1a\x31\x92\x71\x23\x8d\x98\x78\xd5\x23\x2d\x65\x90\xab\xd6\xe1\x53\x9a\x5a\x7f\x4d\x1b\xa5\x16\xd2\xf4\x46\xaf\x51\x22\xf2\x92\x3e\x43\xf7\x1a\x10\xf8\x94\x3e\x0d\xbd\x1a\x7a\x3d\x73\x9d\x67\xfa\x70\x2a\xc8\xc8\xd0\x8d\x57\x33\x97\x9a\xa1\x5b\xde\xa8\x69\x48\x55\x85\x74\x16\x42\x33\xc8\x0a\x28\x10\x9b\x8c\x64\x64\xe2\xc5\x16\xbb\x83\x86\xba\x09\xc6\x16\xbb\x83\xa1\xeb\x3e\x87\x62\x31\xf7\x59\x08\xdd\x92\x19\xe4\xaa\xa2\x7f\x0e\xe3\x09\x97\x24\xe3\xc6\x6b\xf8\x70\xc4\x9d\xee\x64\xe8\x86\xa1\x1b\xba\x74\x16\xc2\xf4\x46\x2c\xac\xfb\xd6\xa5\xe9\x76\x16\x96\x64\xdc\x78\x4d\xb7\x03\xab\xfb\x2c\x84\xe9\xc3\x29\x01\x73\x9f\x85\xf0\xe9\x3c\xb4\xb9\xb3\x2e\x7d\x46\x5e\x09\x18\xc9\xb8\x91\x0a\x4d\xbc\x94\x80\xb9\x8b\xd7\xfc\xbc\xa6\x52\x5a\xf7\x59\x08\x4b\x97\x28\xd4\xdc\x8f\x2e\x2d\xb7\xc3\x25\xc9\xb8\xf1\x5a\xe7\x76\xaf\xb9\xdd\xec\x18\xb6\x53\x12\x8f\x42\xcd\x6d\x21\x84\xed\xba\xc7\x70\x4a\x11\xee\xc3\x41\x31\xc0\xa5\x00\x97\xe4\xdd\x46\xb2\x35\xf1\xc8\xd6\xdc\x9b\x30\x8a\x01\x2e\x05\xb8\x74\x9b\xf3\xb4\x6c\x62\x50\x3b\xf6\xde\x2e\x51\x0c\xd1\xed\x4a\xc0\xc8\xbb\x8d\x21\xba\x5d\x29\xad\x7b\xfb\x49\x31\x6c\x7b\x2b\x12\xb8\x19\xb7\x39\x1f\xb6\x85\x15\x03\x5c\xba\x87\x2e\xc1\x25\xaa\x37\x43\xde\x6d\x0c\xc9\xed\xcc\xae\x7b\x7a\xcd\x6d\x76\xc5\x40\xc3\xea\xb6\x3a\x02\x5c\xa2\x88\x33\xee\x4f\x97\x76\x50\x25\x86\xdb\x28\x59\x08\x61\x13\x8c\x31\x00\xab\x7b\x79\x4d\x60\x15\x54\x7b\xb9\xb7\xde\x54\x0c\xd9\x6b\x2a\xec\x92\x2f\x5d\xca\x5a\xdf\xc4\xc1\x90\x77\x1b\x03\xb0\x22\x9a\x33\x72\xf0\x9a\x1b\xa5\x62\xd8\x34\xc0\xc8\x16\x42\x80\x4b\xf4\x71\x46\x8e\xba\x54\xce\x3f\x09\xaf\x45\x6f\x04\x6d\x28\xe2\x8c\x0c\xfc\x03\xb4\x09\x2c\xac\x7c\x6b\xe8\xf1\x46\x2c\xac\x9d\x8c\xfb\xbf\x0d\x8a\x18\xb6\xf9\x15\xc3\xa9\x53\xb8\x03\xad\x31\x00\xad\x00\xb4\x24\xe5\xc6\xf0\x9c\x5e\x7c\x2e\x7a\x89\xc7\x60\x33\xd4\xb2\x69\x1e\xaa\x5e\x54\x6f\xf6\x18\xad\x6d\x8c\xc5\x50\x09\xc5\x55\xfd\xad\xa6\x24\x61\xab\x7c\x66\x34\xcc\x0b\x6c\xb2\xbc\x65\x49\x63\x78\x3d\x53\x25\x19\xf9\xb7\x31\xbc\x3a\x4f\xd8\x2a\xbf\x46\xeb\xd5\xf9\x66\xb0\xcf\x8c\x86\x64\x81\x22\x5d\x6e\xbe\x55\xf3\xa9\x95\x24\xcc\xc3\xbb\x43\x32\x1a\x41\x43\x02\x6d\xa4\x11\x14\x69\x04\x8d\x3c\xf5\x13\x92\x11\x00\x1a\xf9\x4c\xc9\xee\x35\x89\x65\xe5\xcf\xbb\x0f\xad\xab\x29\x28\xf3\x35\x86\x61\xfa\x70\x20\xcb\xa5\xa1\x61\xfa\x9c\x42\x83\x97\xd7\x1c\xfa\xc9\xec\x2a\x97\xd7\x1c\x1a\x3a\x85\x06\xcf\x44\x9b\xba\x44\x56\xab\x04\xaf\x39\x35\x04\xf3\x4a\xf4\xcf\xcf\x6b\x82\x37\xf9\xac\x31\x7c\x5e\xf3\xd4\x14\xbc\xbd\x26\xcc\x0b\x1c\xc8\x72\xeb\xfc\x67\x90\x69\x6d\x95\xec\x35\x3f\x33\x84\xd8\x64\xc9\x3a\xff\x99\x21\x6c\xb1\x02\x32\xc3\x66\x60\x62\x58\x3a\x5f\x74\x69\x19\x25\xae\x66\x39\x13\x6c\x69\x08\xe6\x95\x1d\x8a\x8f\x04\x8e\x22\x81\xa3\x21\xc9\x35\x46\x56\x5b\x64\xb5\x95\x9d\x11\x15\xc9\x1d\x45\x92\x46\xa3\xec\xa3\x93\x31\x6e\x73\x2d\x46\x40\x58\x76\x28\x3e\xc6\xe0\x99\x04\x2c\x0b\xc8\x8c\xc1\x33\xf9\x9f\x65\xfb\x75\x91\xea\x51\x8c\x4a\xba\x4a\x9c\x8d\x54\x8f\x22\xd5\xa3\x51\x9a\x2e\xb1\xda\xa8\x1e\x8d\xd2\x74\x09\x3a\x12\x3f\x1a\x12\x67\x23\x0d\xa4\x18\x55\xcd\x2a\x9b\xd8\x8c\x71\x87\x9c\x63\x64\xca\xc9\x91\x8d\x84\x91\x62\xdc\xc8\x39\xca\xd0\xd0\x8e\xc2\x44\xfa\x48\xa3\xc0\x51\xfa\x48\x91\x22\xd2\x90\x23\x1b\x09\x23\xc5\xa8\xd0\xa0\x1c\xd9\x18\xd9\x77\xf4\x91\x46\xf9\x74\x69\x87\x66\x22\x99\xa4\x21\x47\x36\xc6\xa4\x75\x42\x9b\x72\x64\x63\x4c\x5a\xe7\xe8\x96\x4f\x3f\xb7\xa3\x1b\x89\x26\x0d\x89\xb3\x31\xde\x1a\xa2\x1a\x58\x96\x7e\x6e\xbb\x30\x46\xaa\x81\x8f\x85\x40\x57\x29\x12\x54\x1a\x12\x67\x63\xbc\x8d\x27\x97\xf8\xb9\x74\x3e\x1b\x4f\xd8\x4c\xae\x2a\x52\x60\x8a\x51\xb9\xed\x27\xe8\xe7\xb6\x20\x23\x3d\xa6\xf1\x58\x1d\x11\x36\x47\xa2\x83\xb2\x69\x63\xcc\x5a\x57\x9e\xeb\x61\x8f\xc4\xac\x75\x3a\x9d\x4f\xd4\x7a\xf1\x46\x50\x9c\x2e\x56\x8c\x50\x9c\x48\xd3\x78\x60\x73\x84\xe2\x24\x9b\xc6\xb3\x95\xe8\x22\xc9\xa6\x48\xb2\x69\x48\x87\x8d\x24\x9b\x22\xc9\xa6\xf1\xb0\xac\x49\x36\xc5\xa8\x5a\xf7\x63\xc9\x50\x67\x8a\x51\xed\xd8\xa7\x78\xa3\x6a\x40\x10\x70\xd2\x61\x23\xad\xa6\x18\x01\xf5\xf3\xe8\x7c\xf5\x89\x99\x9c\x8a\x1c\xc4\xf8\xea\x92\xfa\x84\x52\x57\x23\x75\xa6\x18\x21\xed\x73\xe6\xe7\xab\x75\x86\xe4\x33\x2c\x2e\x86\x64\x64\x48\x3e\x67\x7e\x36\xb7\xab\x08\x2b\x4b\x35\x12\x5b\x8a\xb1\xfb\xe7\xd4\x50\xf7\xee\x1c\xdc\xe7\xd3\x50\xb7\x8a\x39\xb8\x0f\x2f\x8d\xd8\x52\xa4\xa0\x34\x9e\x33\xeb\x86\xd6\x8f\x20\xe8\xd2\x3a\xf3\x30\xd2\x2a\xac\x2c\xd6\x38\x4c\x5a\x36\x63\xdd\xa2\xad\x31\xb2\x19\x23\x50\xad\x67\x86\x4c\x5d\xc2\xdf\x51\xd9\x8e\x71\xfa\x1c\xca\x57\xd7\x33\x43\xa6\x37\x42\xd5\xd5\x64\x40\xd4\x6b\xa0\x99\x34\xea\x99\x21\xea\x35\x44\xb2\xbe\x35\xe9\xbc\x7a\x0d\x34\x93\x46\xdd\x8a\x9e\x91\x58\x52\x8c\x64\x7d\xeb\x6d\x7a\x9f\x7a\x0d\xac\x4b\x09\xa9\x31\xb2\x2e\x23\xa4\xad\xd9\x28\x41\x5a\x42\x4a\xa3\x9e\xb9\xb4\x7c\x77\xa0\x5a\x37\x2f\x16\x89\x25\x45\x62\x49\x43\xee\x69\x4c\x1b\x62\x23\xcd\xa4\x51\x9f\x3f\x4f\x79\xc4\xc4\x4f\x26\xa8\x34\xea\xce\x88\x8a\x24\x94\x22\xed\xa4\x41\x69\x3c\xa6\x8d\xbf\x31\x61\xfc\x24\xa6\x46\xba\x4a\x31\x91\x3a\xad\x60\x98\xae\x52\xa4\x9d\x34\x2a\xc7\x8c\x84\x52\xa4\x9d\x34\x2a\xc4\x4d\xec\x51\x4a\x4a\xa3\x42\x5c\x4a\x4a\x31\xed\xf8\xd2\xa8\x9b\x5e\x8b\x29\x7a\x26\x7b\x54\x62\x6a\x4c\x9b\xff\x8b\xb4\x93\x46\xe5\xad\x91\x50\x8a\x09\x0d\x28\x5b\x35\xa6\x8d\xaa\x31\x71\x9e\xeb\x70\x3b\xe7\x39\x81\xcc\x3a\xb4\xbe\xb1\x32\x92\x49\x1a\x75\xea\x27\x3f\x39\x31\x52\x25\xa4\xc6\xc4\x48\x4d\x20\xb3\x9a\xfb\x74\x95\x62\x3a\x85\x5a\xcd\xfd\xc4\x1e\xa5\x8f\x34\x2a\x17\x2e\x65\xb7\x73\x9e\xe5\x9e\xc6\x04\x08\x13\x20\x7c\x2f\xef\xce\x79\x4e\x30\x4f\xee\x69\x4c\xe0\x8d\x3e\xd2\x78\xb9\x70\xf4\x91\x22\x7d\xa4\x21\xf7\x34\xa6\xed\x4a\xc7\x44\x7d\xf5\x45\x5b\x10\x4d\x8a\x14\x91\xc6\x6b\x95\x90\x42\x8a\x89\xd0\xea\xcb\x85\x4b\x8f\xdb\x9f\xa3\x66\xab\xf3\x8f\xdb\xc1\xdb\x8b\xb6\x20\x9a\x14\xc9\x24\x8d\xd7\x2a\xa1\x96\x14\x13\xe7\xf9\xe5\xc2\xa5\xea\x76\x26\xa7\xdc\xd3\x98\xea\xb9\xbd\xbb\x68\x3c\xd9\xa1\xe9\x94\x5f\xb5\x4a\xd2\x6b\xe8\xc0\xdb\xcb\x85\x23\xaf\x14\x13\x8f\x5a\xee\x69\x4c\x3c\xea\xa4\x4e\xe1\xfb\x78\xcd\xe6\x35\x4f\xf9\xd5\x47\x43\xcd\x04\x43\xee\xbd\x5c\x38\x62\x4b\x31\x9d\xf2\xab\x55\xe7\xbb\x09\x06\x08\x5f\xb4\x05\xcd\xa5\x98\x4e\xf9\xd5\xd7\x33\xbb\x67\x9e\x4a\xab\xef\x72\xd1\x42\x38\x95\x56\x9b\xce\x0f\x5d\x12\xb3\x78\x31\x14\x89\x1d\x9a\x58\x97\xef\x59\x1d\x0c\xc9\xb4\xa1\x6f\xbc\x5c\xb8\x34\x0d\x32\x2d\x72\xb9\xa7\x31\xb1\x2e\x13\xeb\xf2\x1d\xba\xc4\xa3\x26\xbd\x34\xde\x61\xbd\x4f\x5d\x02\x84\xef\x99\xc9\x4c\xce\x04\x08\xdf\x33\x93\x59\x97\x09\xe6\xbd\x3b\x3d\x2a\xa6\xcf\xd7\xe4\x66\xbf\x50\x9c\x3a\x53\xa4\xce\x34\x5e\x64\x04\x75\xa6\x98\x18\x92\xed\x4c\xef\xe5\x99\x0c\xc9\xc6\x31\x4b\x30\x8f\x3a\xd3\x90\xba\x1a\x09\x31\x45\x42\x4c\x43\x96\x6a\x24\xc4\x14\x6f\x86\x64\xdb\xba\xcc\x91\x10\x53\x24\xbd\x34\x1a\x56\xee\xde\x66\x65\xbc\x09\xc1\x36\xd3\xfb\x86\x75\xd4\x99\x46\xc3\x50\x50\x67\x8a\x44\x93\x46\xc3\x50\x10\x4d\x8a\xb7\x8a\xff\xed\x76\xfb\x46\xa9\x78\x33\xfa\x1a\xde\xe1\x8e\x1a\x12\x9e\x68\xf9\xdc\xae\x21\x96\xa0\xcc\xd7\x78\x47\x0d\x31\xfa\x1a\xd7\xed\x66\xf4\xd1\x5c\x1a\x0d\xde\xd3\x5c\x8a\x34\x97\x46\x43\x46\xd0\x5c\x8a\xe4\x95\x46\x33\xbd\x6f\xa6\xdc\x0d\xc1\x1a\x56\xee\x86\x60\x34\x97\x46\x33\xbd\x69\x2e\x45\x9a\x4b\xa3\xa1\xea\x68\x2e\x45\x9a\x4b\xa3\x61\x28\x68\x2e\x45\x9a\x4b\xa3\x99\xf3\x34\x97\x22\xcd\xa5\xd1\x38\x79\x34\x97\x22\xcd\xa5\xd1\x80\x3f\xcd\xa5\x48\x65\x69\x28\xdb\x10\x6f\xf4\xdf\x7d\xa4\xa2\xcd\xf9\xbb\xe8\x12\x52\xaf\x61\xe5\xe8\x2a\x45\x9a\x49\xa3\x21\x23\xee\x62\xe8\x90\x7a\x6d\xd7\x66\x8c\x14\x94\xe2\xcd\xa3\x56\xf5\x21\xde\x9c\xe6\x9b\xd3\x2c\x1d\x36\x12\x59\x8a\xd4\x95\x46\x43\x46\xdc\x9c\xe6\x9b\x2d\x26\x47\x36\xde\x55\x97\xc4\x2c\x1a\xaa\x8e\x82\x52\xbc\xc5\x2c\x1a\x48\xbf\xeb\xb9\xdd\xe7\xe0\x38\xde\x55\x3f\xd5\x8a\x6e\x16\xc2\x8d\xfe\xa3\x99\x34\x3a\x48\x27\x9d\x14\x69\x26\x0d\x99\xaf\x91\x74\x52\xa4\x99\x34\x3a\x32\xe2\x6e\xba\xa4\x54\x6a\x0f\xe7\xf6\xbd\x3a\x28\x28\x8d\xbe\xd5\x1a\x22\x05\xa5\x48\x41\x69\xf4\x33\xe7\x19\x68\xb7\x58\x6a\x3f\xd3\xbb\xeb\x27\x52\xaf\x73\x31\x6f\x5e\x2f\x09\xa4\xd1\xef\xf9\xa7\x41\x41\x18\x29\xde\x6a\x9e\xf6\x2d\x3f\x1d\xef\x69\x4a\x82\xa2\xce\xab\xbc\x39\xba\xa4\x90\x86\x5c\xd9\x78\x4f\x33\x7a\x73\x7c\xa3\x63\x28\x08\x23\xc5\x9b\xd2\x74\x3f\x73\x9f\xf7\x4b\xf5\x68\x74\x5e\x25\xd5\xa3\x48\xf5\x68\xf4\x33\xcd\xbf\x73\xbb\xd1\x42\x5b\xdc\xa0\xe8\x06\x45\xfd\x4c\x73\x50\x74\x83\xa2\xce\x9c\xb9\x41\xd1\x0d\x8a\x24\xd0\xc6\x7b\x9d\xdb\xbd\x26\xda\x82\x92\x52\xa4\xa4\x34\xba\x69\x4e\x49\x29\xe6\x53\x09\x7a\x6b\x13\xc7\x0c\x9f\xe8\x23\x8d\xce\xab\xa4\x8f\x14\xe9\x23\x0d\x59\xb5\x91\x3e\x52\xcc\x18\xbf\xce\xab\xcc\xcc\x2e\xfa\x48\xa3\x5b\x10\x84\x91\x62\x16\x74\xe8\xbc\x4a\x1a\x48\x31\x0b\x3a\x74\xec\x1c\x29\xa4\x48\x0a\x69\x74\x5e\x25\x29\xa4\x98\x81\x56\xb7\x20\x32\x4f\x95\xce\xd1\xe8\xbb\x2a\x6e\xcc\x8c\xa9\xcc\x98\xea\xd8\xb9\xcc\x98\x22\x85\x34\x3a\x76\x2e\xc3\xa7\x0c\x9f\xba\x05\x41\x0a\x29\xd2\x39\x1a\xe3\x32\x20\x1b\x83\x62\x3e\xf5\x9d\x6d\x02\x99\xff\x99\x4f\x7d\x67\xa4\x49\xc6\xf8\xe5\x53\xca\xd9\x82\x20\x85\x14\xf3\x29\xe5\xbc\x05\x61\x23\x29\xa4\x98\x31\x7e\xc3\x26\x40\x0a\x29\x66\xbe\xe2\xc0\xce\xe5\xe2\x1b\x61\xfc\xc6\x2e\x5d\x11\xa9\x25\x45\x32\x49\x63\x88\xc2\x64\xf8\x94\x85\x27\x06\x7a\x25\x0b\x4f\x90\x49\x1a\x03\x23\x9d\x19\x53\x59\x0a\xc6\xd8\x4a\x10\x31\xf3\x15\x33\x5f\x51\xe2\x6c\x24\x9a\x14\xe9\x23\x0d\x89\xb3\x91\x14\x52\xcc\xa0\x68\x70\x0b\x33\x28\xca\x68\xb5\x81\x34\xc9\x68\x35\x42\x45\x63\xbc\x9e\x29\x6a\x40\xa8\x68\x0c\xd8\x9c\x01\x4c\x06\x30\x03\x01\x97\x01\x0c\xf5\xa2\x31\xcc\xe4\x8c\x6b\xcb\xaa\x3f\x8c\x5d\x2b\x21\xd2\x32\x8a\xb4\x8c\x86\xc4\xd9\x48\xcb\x28\xd2\x32\x1a\x83\x61\x4e\xcb\x28\x66\x1e\xe0\x38\x93\x96\x35\x94\x59\x43\x83\xe9\x91\x59\x43\x04\x8e\xc6\xc0\xdf\x11\x38\x8a\x04\x8e\xc6\x40\x85\x10\x38\x8a\x59\x28\x61\x9c\x49\x8b\x6b\xcb\xdc\xc2\x81\xf5\xc8\xd0\x86\xc0\xd1\x90\x0e\x1b\x09\x1c\x45\x92\x46\x63\x20\x38\x28\x1b\xc5\xcc\x2d\x1c\x67\xd2\xb2\x86\xa8\x17\x8d\x89\xe0\x20\x62\x14\xa9\x17\x0d\xb5\x7b\x22\x11\xa3\x98\x41\xd0\xc4\xf4\xd1\x32\x8a\x64\x8b\xc6\x3c\x93\x96\x5f\x97\x97\xdb\x79\xaa\x79\xb9\x9d\xb3\x27\x71\x36\xe6\xe5\x76\x10\x34\xd1\x16\x19\x04\x91\x2d\x1a\xb2\x69\x23\x85\xa2\x58\x54\x7b\x99\x3c\xd5\xb2\x2d\x9e\x58\xd8\x38\x12\x67\x63\x61\xe3\x14\xd9\x16\x13\x51\x48\x70\x28\x92\x08\x1a\x34\x89\x23\xa5\xa0\x48\x22\x68\x48\x9c\x8d\x05\x5c\x10\x0c\x1a\x13\x97\x41\x30\x28\x16\x70\x31\xcb\xb9\x7d\x23\x18\x6d\xa0\x31\x39\xa5\xb4\x81\x62\x01\x17\x12\x67\x23\xa5\xa0\x58\xc0\xc5\x34\x93\x0b\xb8\x28\xe0\x62\x22\x9d\x0b\xb8\xa0\x1b\x34\x26\xbf\xb3\x30\x52\x0a\x23\x45\xd9\xa3\x58\x18\x29\x05\x5d\x35\xd1\x7f\x84\x86\x62\x11\xb8\x9c\xe6\x3c\x69\xa1\x58\xc4\x28\x27\x67\xb4\x70\xb3\x0a\x23\x45\x8a\x6d\x2c\x8c\x94\xa2\x04\x8c\x14\xdb\x48\x68\x28\x16\xc8\x30\xcd\x79\x9a\x42\xb1\xc8\xc3\x9a\xfc\x4e\xf2\x41\xb1\x9c\x72\xf0\x30\x99\x8a\x50\x2c\x8f\x91\x47\xaf\x14\xd4\x52\x39\xe5\xe0\xcd\x79\x82\x41\xb1\x20\xf1\x27\xbf\x93\x7c\x50\x2c\xdc\x2c\xd9\xb4\xb1\x54\xb7\x2b\x59\x31\xd1\x2b\xa5\x1a\x79\x6e\xd6\x34\xe7\xc9\x07\x45\x12\x41\x63\xf2\x3b\xcb\xf6\xaf\x62\x39\xe5\xe0\xf1\x77\x04\x83\x62\x91\xc6\xf5\x31\x52\x0a\x66\xbf\x9c\x72\xf0\xe6\x7c\xe1\x51\x91\x08\x1a\x1f\xbf\x93\x52\x50\x24\x11\x34\x3e\x54\x5d\x69\x3e\xf1\xa9\xfc\x1e\xff\x66\x28\x0a\x28\x2a\xa7\x2c\x7c\x3c\xcf\xf6\x12\xbc\xb5\xef\x2c\x08\x8e\x59\x39\x15\xe0\x79\xaa\x04\x87\x22\xa5\xa1\x21\x29\x37\x12\x1c\x8a\xa5\x7b\xe6\x59\x25\x62\x01\x85\x0f\xf6\x9d\x55\x22\xaa\x49\x38\x68\x7c\x3c\x55\xc2\x41\xb1\x60\xa8\x3e\x34\x60\x19\xe6\xbe\x64\xb2\x0f\x75\x53\x86\x6f\xc5\x31\xfb\x76\x15\x9d\x48\x5b\x28\x12\x15\x1a\x1f\x68\xa7\x2d\x14\x89\x0a\x8d\x0f\xe3\x47\x5b\x28\x16\x3e\xd8\x77\x56\x09\x28\x2a\xbf\x12\x1b\x5a\x87\x3a\xe5\x94\xd8\xb0\x09\x50\x13\x8a\xd4\x84\xc6\xc7\x29\xa5\x26\x14\xa9\x09\x8d\xef\xac\x12\x86\x4f\x81\x4f\x1f\xa7\xb4\x08\x75\x16\x29\x18\x1f\x6a\x91\xe0\x50\x24\x31\x34\x3e\xec\x0c\x89\xa1\x48\x4d\x68\x48\xf4\x8d\xd4\x84\xe2\x83\xf6\x97\xe8\x1b\x1f\x7c\x13\x51\xa1\xa1\x8a\x67\x7c\x58\x43\x0f\x6f\x8d\x32\x72\x7c\x78\x6b\x94\x86\xc6\x37\xce\xed\x7b\x90\x09\x00\x8d\x0f\x65\xf3\x60\xe3\x1f\xde\xda\x67\x13\x78\x78\x6b\x0f\x6f\xed\xe3\xbe\x3e\xbc\xb5\x27\xfa\x46\x56\x09\x71\xa0\x48\x15\x68\xc8\xe5\x8d\xc4\x81\x22\x55\xa0\xb1\x2e\x5d\x4a\xfa\x89\x4e\x5f\x16\xc4\x23\x80\x49\x23\x68\x2c\x9e\x2a\x71\xa0\x48\x15\x68\x2c\x78\x4f\x1c\x28\x52\x05\x1a\x0b\xe7\xf2\x30\x7c\x1e\x74\xba\x04\xdf\x48\x23\x28\xd2\x08\x1a\x8b\x91\x42\x23\x28\xd2\x08\x1a\xb2\x7e\x23\x8d\xa0\x48\x15\x68\x2c\x9c\xcb\xc3\xc6\x79\x36\x45\x34\x96\xe9\xfd\x6c\xe3\x26\x92\x03\x1a\x8b\xfb\xfa\xb0\x5c\xa8\x02\x0d\x59\xbf\xf1\x91\x58\xf1\xf0\xc1\x16\x4f\xf5\x41\x92\x3f\xcc\x19\xa9\xc0\xf1\x79\x74\x49\x54\x53\xfd\xd4\x48\x23\x28\x3e\xb8\xa1\x65\x13\x78\x70\x43\x84\x83\xc6\xc2\xb9\x10\x0e\x8a\x0f\x1b\x47\x7e\x70\x7c\xaa\x37\x42\x03\x2d\x4e\xe9\x03\xb4\x08\x07\x8d\x65\x13\x20\x1c\x14\x1f\xe1\xc8\xf5\x7a\x4d\xe1\x48\xc2\x41\x43\x26\x71\x7c\x98\x48\x0f\x13\x69\x71\x4a\x1f\x26\xd2\xc3\x44\x5a\x36\x01\xda\x42\xf1\x91\x22\x26\xbd\x38\x3e\xf8\xf0\x07\x1f\xbe\xcc\x79\x32\x42\xf1\x41\x03\x2d\xe4\x23\xc5\xa0\xf8\x74\x73\xc9\x26\x40\x38\x28\x3e\xac\xa1\x75\x66\x32\x3e\x9c\x2a\xd0\x58\x67\x26\xe3\xc3\xa9\x02\x8d\xc5\x53\x7d\xe4\x50\x3c\x0c\x1f\x99\xc4\xf1\xe1\x66\x3d\x70\x69\xa1\x6c\xc8\x08\xc5\x87\xe1\xb3\xce\x9c\x47\x03\xd1\x08\x1a\x8b\xa7\x4a\x23\x28\x3e\x68\xa0\x65\x13\x78\xe6\xb9\x7d\xec\xfa\x35\xd8\x99\x07\x49\xfe\x6c\x6b\x68\x5e\x67\x21\x80\xa0\x67\x5b\x43\x93\x08\x72\x7c\x58\x43\xcf\x46\x9b\xa9\xe0\x71\x7c\xa0\x0d\x15\xa1\x79\xd9\x19\xa8\x08\x45\x2a\x42\xf3\xc2\xe3\x50\x11\x8a\x8f\xda\x28\xd7\x59\x1d\xd0\xe6\xd9\x8e\xd5\x54\x6e\x39\x56\xf1\xc4\xaa\x60\xca\x85\x7c\xac\xac\xa1\xaa\x36\x8a\x8c\xe7\x58\x19\x3e\x75\x3b\x4f\xf3\x42\x3e\x56\xce\x53\x0d\xde\x08\xa4\xd7\x1d\x33\x8c\x54\x84\xe6\xc5\x1a\xa2\x22\x14\xeb\x29\xfd\x63\x21\xd0\x06\x8a\x55\xf1\xf4\x8b\xdb\x5a\x71\xd6\x75\x23\xd1\xa4\x73\x1c\x2b\x13\x89\x8a\xd0\x94\x06\x1d\x2b\x6e\x88\x8a\xd0\xbc\xf6\x31\x8d\x48\x30\x28\x12\x0c\x9a\x17\xb7\x95\x60\x50\xac\xc9\x20\x73\x5b\x2b\x1a\xa8\x26\xa3\x04\xfc\x2b\xbb\xa9\xaa\x31\x74\x61\x67\x48\x0b\x45\x62\x42\xf3\xb2\x3a\x2a\x08\xaa\xb7\x51\xe2\xcb\x56\x1e\x55\x55\x27\x5d\x21\xc4\x58\x6f\x43\x77\x7b\x77\xec\x4c\x85\x4b\x55\x9d\xf4\xcb\xea\xa8\x20\xa8\xaa\x93\xae\x3a\x62\x24\x57\x14\xc9\x15\x4d\xd5\x11\x23\xb9\xa2\x48\xae\x68\x5e\x70\xbe\x22\xb2\xc9\x15\xcd\x8b\x5b\x50\x11\xd9\xe4\x8a\xe6\xc5\x6d\xa5\x53\x14\x09\x14\x4d\x99\xd9\x91\x4e\x51\xac\xaa\x11\xed\xcc\xec\x3f\x0c\x8a\xca\x07\xab\x8f\xcf\xc2\x7d\xad\x40\x8b\x96\xd1\xbc\x70\x98\xb4\x8c\x62\x7d\xbc\x04\xea\xa6\x02\x2d\x5a\x46\x33\x58\x25\x64\x8b\x62\xdd\xa0\x35\x83\x05\x41\xc4\x28\x92\x2d\x9a\x81\xa7\x5a\xe1\x53\xdd\x90\x32\x43\xf0\xba\xf8\x9c\xba\x2d\xa6\x19\xe0\x3d\x15\xa2\x48\x7e\x68\x06\x2c\x4d\x45\x53\xd7\x6d\xff\x4c\x45\x9f\x23\x31\xa2\x58\xd5\x44\x0a\x3c\x55\xd2\x44\x91\x26\xd1\x0c\xf0\xbe\x62\x7e\xaa\x9a\x48\x01\x5d\x49\xaf\x28\x52\x28\x9a\xe1\xcc\x7d\x3e\x58\x1d\x9e\xc9\x53\xad\xac\x21\x62\x44\x53\x86\x76\xac\xf0\xa9\x0e\xfd\xc4\xce\x50\x28\x8a\xe4\x87\x66\xc0\x4c\x52\x21\x8a\x75\xba\x1d\x33\x59\x31\xd2\xc4\x88\xa6\xb4\xed\x48\x8c\x28\x12\x23\x9a\x01\x3b\x43\x8c\x28\x92\x1f\x9a\xe1\x4c\x73\xa1\x39\xf2\x43\x33\xc0\x7b\xba\x43\xb1\x82\xa2\xc0\xfb\xa5\x42\x14\x2b\x28\x0a\x36\x81\x0a\x8a\x68\x12\xcd\x80\xb2\xa9\xcb\xbb\x2f\xfd\x3c\x73\x5f\x6a\x43\x5d\x46\x1e\xde\x13\x1c\x8a\x75\xb9\x1d\x11\xf3\x32\x7c\x5e\xb5\x9b\x08\x2b\x47\x82\x43\x91\xa8\xd0\x0c\x1c\x5d\xda\x42\x91\x2a\xd0\x0c\x7c\xda\x17\x96\xbc\xd1\x37\xe2\xbe\xbe\x2c\x97\x77\xf3\xcc\x53\xda\x76\x7c\x61\xc9\x1b\xbd\xe6\x3a\xb7\xef\xd7\xa4\x1f\x34\x83\x49\xfb\xa2\x94\xa9\x09\xcd\xc8\x7d\xa5\x26\x14\xa9\x09\x4d\x69\xdb\xf1\x4d\xe7\xf6\xcf\x45\x9d\x67\xe3\xbc\xea\x95\x45\x7c\x23\x35\xa1\xf8\x42\x88\xc8\x7d\x7d\x21\xc4\xbb\x89\xe2\x19\x01\x36\x6d\xa1\xf8\x6e\x1f\x6c\x46\x1c\xfb\x8b\xb2\xa1\x1f\x34\xe3\xae\x21\x1a\x5f\x3e\xd8\x9b\xdd\x8e\x84\xa4\x11\x14\x69\x04\x4d\x69\xdb\xf1\x2d\x46\x69\x93\x34\x33\xe2\x5c\x08\x07\xc5\xf7\x54\x36\x33\xbd\x29\x06\xc5\xf7\x57\xd9\xcc\x1b\x31\x67\xde\xed\x83\xcd\xc8\xd1\x25\x1c\x14\xdf\x1d\xde\x9f\xd2\xb5\xe3\x0b\x2e\xde\x6d\xea\xcc\x08\xda\x5f\xe1\x7d\x52\x41\x33\x9a\xf3\x14\x83\x22\x55\xa0\x19\x39\xba\xc4\x81\xe2\x5b\xdd\x0e\xda\x69\x04\x45\x1a\x41\x33\x82\x76\x1a\x41\xf1\xad\xc6\xd3\x9c\x27\x0e\x14\xdf\xd7\xc8\x73\x74\xdf\x6d\xdc\x44\x1a\x41\x53\xba\x76\xa4\x11\x14\x69\x04\xcd\x88\xc7\xa1\x11\x14\x5f\xc5\xd6\xa2\xe9\xfd\x32\x67\xde\x66\x40\x38\xba\x6f\x3b\xff\x1c\x2e\x7a\x23\xc0\xf2\x76\xa3\x74\x66\x32\x1b\xe7\x05\x2c\x91\x4f\xfb\x02\x16\xc2\x41\x33\x9e\xe9\x0d\x58\xe8\x07\x4d\x39\xdc\xf1\xed\x3e\x71\xd7\xd0\x99\xf3\xdd\xd0\x75\xdf\x1d\xf9\x48\x5b\x28\x12\x0c\x9a\x11\x1b\xff\x82\xa0\x77\x78\x4d\xde\xef\xcb\xf0\xa1\x1b\x34\x23\x48\x7f\x39\x64\xef\x30\x93\x91\x3b\x2f\x87\x8c\x60\xd0\x8c\x67\xc9\x70\xc8\xde\x0d\x3a\x33\xf1\x7e\x89\x02\x45\x32\x40\x33\xc9\x38\x78\x3f\xdf\x68\x7b\x5b\xf3\x64\x7b\xbf\x62\xfe\xef\xf6\xb6\x66\xe2\x8c\xbe\x52\xae\xde\x6d\xd5\xcc\x74\xe6\xbc\x9c\x29\x32\x40\x33\x71\x46\xc9\x00\xc5\x97\xe1\x93\xce\x9c\x47\x03\x51\x03\x9a\x27\x05\xfc\x45\x03\xbd\x20\x28\x21\x1f\x5f\x10\x44\x30\x68\x9e\xbc\xf0\x06\x82\xda\xa5\xf3\xf2\x04\xc9\x07\x45\x82\x41\x33\x71\x5b\x09\x06\x45\x82\x41\x33\x59\x08\x04\x83\x62\x8b\xfa\x89\xf1\x21\xee\x13\x1b\x5c\x3a\xd9\xde\x0d\x2e\x35\xb8\x94\xea\xf9\xe7\xee\x27\x39\x9f\x99\x4c\x6f\xaa\x3e\xb1\xa9\x8e\x98\x78\xa8\x8d\x9b\xd5\xb6\x55\x33\x4f\xb6\x77\xe3\x66\xd1\xf8\x99\x09\x65\x43\xea\x27\xb6\xe4\x35\x4d\x6f\xaa\x3e\xb1\x6d\xab\x66\x26\x1e\x6a\xe3\x51\xb5\x5b\x3f\xd1\x94\x0d\x37\x44\xb9\x67\x26\xd3\xbb\x09\x60\x51\xee\x99\x49\xf2\x0b\x01\x9f\xd8\xb2\xd6\xff\x99\xc9\x7f\x18\x14\x8d\xbb\xd5\x54\x5e\x4c\xa8\x9b\xc6\x00\x6a\x40\x2b\x99\xe6\x44\x7e\x22\x91\x9f\x99\x78\xaa\xad\x9c\x7f\xfa\xaa\x58\x1a\xca\x3f\xb1\xa9\xa7\x98\x4c\xde\x26\xba\xd5\x36\x47\x34\x6f\x9e\x6a\xc3\x11\xb5\x6d\xab\xcc\x1b\xb4\x53\xfe\x89\xb4\x7e\xe6\x8d\xa5\x69\x9b\x46\x8a\x0d\x14\xd1\x65\x8e\x0d\xea\xb4\x6d\xab\xcc\x9b\xa7\xda\x04\xb2\xda\x29\xc7\xc8\x29\x25\xe4\x13\x29\xf8\xcc\x93\xa1\x4d\xc8\x27\x36\xb0\x71\xdf\xe7\x9f\x6e\x3f\x35\x1a\xcd\x53\xf2\x3c\xb1\x9d\xca\x8b\x5c\xcd\x86\x73\x69\x5d\x3f\xcf\xec\xc3\x09\x37\x60\x70\x9f\xd9\x07\x0c\x48\xf0\xcc\x1b\xdf\xd8\x58\x19\xb4\x77\xe6\xcd\xd5\x6c\x96\x78\xdb\x2c\xf0\x3c\x19\xda\x8d\xe9\xd1\x36\x0b\x3c\x6f\x4c\x4a\xe3\x1a\xd1\xe5\x99\xb7\x74\xc3\xc6\x0b\x22\xc8\x33\x6f\xae\x26\x41\x9e\x48\x90\x67\x9e\x0c\x6d\x82\x3c\x91\x20\xcf\xbc\x31\x29\x04\x79\x22\x41\x9e\x79\x9f\xc9\x2b\xd5\x92\x20\xcf\xbc\xb9\x9a\x04\x79\x62\x5b\x6e\x07\xc3\xe4\x79\x62\x03\x06\x37\x26\x85\x3c\x4f\x6c\xbc\xa0\x1b\x93\x42\x90\x27\x76\x56\xc6\xcd\xd5\xec\x98\x94\x6e\x89\x9f\x0c\x6d\xf2\x3c\x91\x20\xcf\xbc\xf1\x8d\x04\x79\x62\x0f\xba\x64\xd2\x76\xb9\x92\x3d\x98\x4b\x5c\xcd\x2e\xae\x44\x90\x67\x9e\x0c\x6d\x82\x3c\x91\x20\xcf\xbc\x31\x29\x04\x79\x62\x07\x1b\xb7\x99\xdc\x21\x44\x8f\x3e\x31\x57\xb3\x8b\x2b\x11\xe4\x99\x27\x43\xbb\x6f\xbc\x88\x7d\x03\xc5\xcc\xe8\x95\x2e\xbd\xbc\x6f\x03\x66\x66\x33\x99\x66\x4f\xec\xbc\xa0\x93\xb6\xdd\x99\x33\x74\x79\x66\xe6\x6a\x76\xc1\xf0\xce\x0b\x3a\x69\xdb\x1d\x3b\xd3\xc1\x46\x36\xbd\x09\xf9\xc4\xce\x0b\xca\x88\x77\x9a\x3d\xb1\x6f\x5b\x65\x66\x94\x62\x47\xc4\xf4\x4d\xc4\xcc\x0c\xc5\x3b\x2f\xa8\x33\x67\x4e\x82\x37\x21\x9f\xd8\x39\x3c\xd9\xea\xe8\xcc\x99\xce\xe1\xc9\xfc\x4f\xd2\x3d\xb1\x17\xcf\x84\xcd\x1d\xa5\xdc\x79\x41\x19\xe7\xd2\x21\x43\x2f\x9e\x89\x3d\xec\x82\xe1\x9d\x39\xa3\xd8\x77\x24\xf9\x13\x3b\xb8\xc8\xe6\x3c\x21\x9f\xd8\x21\x43\x06\xc3\x1d\x32\xf4\xea\x76\x46\x74\x47\x29\xd3\xf3\x99\xd9\xf4\x26\xdd\x13\x89\xf5\xcc\xcc\x57\xec\x42\xdc\xb4\x73\x66\xe6\x16\xf6\x66\x90\xb9\x2f\x44\x90\x23\xb5\x9c\xd8\x37\x6a\xcc\x0c\x71\x89\xe6\xc4\x0e\x43\xf2\x38\xb7\x7b\xcd\xa6\xa1\xb9\xd7\x26\xd1\x9c\x48\x34\x67\x66\x1e\x20\xd1\x9c\x48\x34\x67\x9e\x1c\xee\x8e\x73\xe9\x1b\x74\xa6\x42\xe7\xb1\xe3\x82\x3b\xb4\xc9\x67\xd2\x8a\x7b\x77\x56\x46\xe6\xf9\x51\xd2\x89\x94\x74\xe6\xc9\xf6\xa6\xa4\x13\x29\xe9\xcc\x82\x0a\xa1\xa4\x13\xfb\x36\x36\x66\x39\x93\x16\x04\xf5\xe9\x76\x9c\x20\xd1\x9c\xd8\x79\x3f\x27\xdb\xbb\xf3\x7e\x28\xe9\xcc\x93\xed\x4d\x49\x27\x52\xd2\x99\xe5\xcc\x4f\xf1\x6e\xda\x39\xb3\xf0\x11\xfb\x77\xfe\xb9\x27\xed\xc9\x0b\xef\x72\xb8\x29\xe9\xcc\xc2\xf3\xeb\xcb\xed\x1b\x74\x66\x39\xb3\x0e\xed\xdb\x4f\x91\x5a\x98\x4c\x5e\x27\xf6\x53\xa4\x16\xeb\x41\x6c\x27\xf6\x6d\x81\xcc\x72\xa6\x22\x97\x88\xf4\xce\x3c\x79\xe1\x14\x78\x62\x67\x8f\x14\x3e\x22\x21\x9e\x38\xd8\x23\x65\x97\x7c\x8a\x63\x87\xc4\x23\x75\x9e\x79\x92\xc5\x07\x23\x85\x48\xcf\x2c\x88\x42\x5a\x3d\x91\xe6\xce\x2c\xa6\xf7\x70\x16\x66\x04\xb7\x73\x1c\xc9\xeb\x44\xf2\x3a\xf3\x24\x8b\x93\xd7\x89\xe4\x75\x66\x41\x85\x90\xd7\x89\x23\x1a\x64\x73\x9e\xae\x4e\x1c\x1b\xb3\x66\xe1\x23\x0e\xb9\x87\x43\xb1\xe7\x93\x2c\x4e\x6c\x27\x52\xd9\x99\x27\x59\x9c\xd8\x4e\x1c\x6c\x9c\x82\x28\x24\xaf\x13\x07\x37\xab\xf4\x3f\x75\x28\xe2\xe0\x83\x8d\x64\x5c\x41\xfb\x90\xb6\x3d\xc0\x5b\xc1\x22\x0e\x69\x3d\x03\x92\x15\x84\xe1\x80\x64\xe3\x36\xd1\xac\x12\xf2\x3c\x91\x2e\xcf\x3c\x49\xe3\x83\x55\x44\x97\x67\x16\x2c\x22\x79\x9e\x38\x94\x9c\x2e\x96\xce\x80\x79\x03\xc9\x53\xf8\x9f\x83\xb7\x36\xb2\xdb\x41\xfb\xc8\xe7\xf6\xdd\xf9\x07\x3f\x42\xc8\x27\x8e\x8d\x72\xf3\xb1\x74\x06\x78\x1b\xdb\xfe\x99\x0f\xff\x73\xe0\x73\x46\x71\x3b\x14\x1f\xe5\xdc\xbe\x5c\x34\xd8\x02\xec\x03\x8f\xf3\x58\x3a\x83\x35\x44\xac\x67\x3e\xfc\xcf\x21\x62\x36\xc0\xdb\x03\xc5\x87\xc4\x44\x62\x3d\xf3\x41\x18\x0e\xf0\x46\xa5\x67\x3e\x5c\x4d\x2a\x3d\x91\x4a\xcf\x7c\xac\x27\x2a\x3d\x71\xbc\x9e\x69\x3d\x0d\xc9\xd8\x63\x87\xd1\xe6\xc9\x0f\x27\xdd\x13\x49\xf7\xcc\x87\x57\x49\xba\x27\x0e\xde\xda\x49\x05\x27\xe4\x13\x29\xf8\xcc\x07\x69\x42\xc8\x27\x8e\xe6\x99\x67\x41\x88\xad\x8d\x66\xe8\x78\x95\x34\x7b\x22\xb1\x9e\xf9\xe0\x06\x69\xf6\x44\x62\x3d\xf3\x41\x9a\xd0\xec\x89\x83\x0b\xf7\x9c\x05\x01\x1d\x47\xd7\x4f\x5e\xe5\x10\x29\xa3\xe0\x33\xc9\x25\xc7\xd1\xf5\x73\xc9\x18\xda\xe5\x5a\x22\xa5\x9a\x48\xc2\x25\x9e\x53\x68\xb4\x5b\xe2\xcc\x87\xfd\x2f\x2e\xee\xdb\xe7\xfe\x54\x29\x5e\x6e\xc7\xb5\xd1\x1f\x49\xc7\x75\x9f\xb6\x8b\xb9\x7b\x96\x14\xf6\x89\x53\x82\xf7\xdc\xe0\x9a\x0e\x4d\x3d\x81\xeb\xdc\xc6\x5b\xba\x20\x2e\x8d\x91\x38\xb7\x49\xb6\xbe\xa0\x21\xdc\xd0\xdc\x4e\xdb\xfa\xd2\xb9\xa8\xf5\x75\x2e\xea\xfc\x3a\x17\xfb\xbe\xb8\xe5\xd4\xe2\x14\xea\x22\x35\xb2\x96\xd6\x49\x8d\xc4\x6f\x6f\xf7\xeb\x44\x8b\x3e\xaf\xf9\x59\x0f\x9f\x78\xcd\x87\x02\xfd\xb6\x5b\x90\xae\x5d\x08\x33\x7e\x16\xc2\xb7\xf7\xf9\xeb\x6a\xdd\xc5\xea\xe2\xbb\x2f\x32\x0f\xa9\x7c\xc4\x6f\xaf\x87\xeb\xea\xfe\x69\x9f\xff\xf6\x42\xb8\xe2\xf4\x4c\xfb\x3c\x79\x8f\x78\xe9\xfc\x27\xa9\x84\xae\x47\xbc\x76\xfd\xd4\x48\xd7\x23\x7e\xe7\xec\xea\xb3\x73\x3d\x68\x77\xc4\xef\x9c\xe3\x92\xc6\xf5\xa1\x18\xbe\x73\x64\x2b\x6b\xdd\xb1\x82\x0f\x85\x19\x4c\x86\xcf\xfc\xfc\xe4\xcf\x86\xc7\x45\x1b\x35\x79\x8f\x7d\x1c\x68\x5f\xcc\x2e\x9e\x93\x3f\xfa\x69\x82\x11\xfb\x88\x64\x02\xe2\x67\xa3\xfe\xc6\x39\x7b\xe3\x9f\x12\xd4\x28\x79\xec\xe3\x32\xfb\xe2\xeb\xe2\x39\x12\x33\x5c\x34\xf2\xe7\x20\x81\x65\xf8\xd9\xa8\x69\x7e\xc4\x68\xb3\xfa\xf8\x0a\xdf\x3c\x07\x33\xf4\xd3\xac\x23\x0b\x12\xa3\xdd\x86\xd8\x47\xfc\xcc\xb3\x6c\x26\x7f\x22\x26\x9f\xd5\x91\x9d\x5f\x58\x66\xc8\x0a\xfe\xb9\x6b\xc4\xc7\xc5\x5e\x5e\x27\xf3\xaa\xed\x41\x5e\xdc\xec\xe5\x34\x51\xf6\xdd\x17\x23\x7a\xc5\x93\x42\x53\x5c\x6c\x2e\xca\xfb\xea\x1a\x42\xff\x11\xc3\x88\xe7\x94\xdc\x62\x6e\x2f\x2e\x78\xb6\xa1\x10\xca\x88\xeb\x24\x6e\xf1\x15\x48\x63\xc4\xc5\x05\x3f\x36\x0e\xa1\x8c\xb8\xd2\xc9\x2d\x39\xff\x3c\xcf\x14\xe1\xf6\xdd\xe9\x65\x44\x7a\x19\xb1\x88\x77\xd3\xcb\x88\xeb\x3e\x09\x12\x8f\x8b\x8f\x8b\xe2\xd6\x2c\x82\x65\xeb\xa1\x43\x91\xc2\x56\x11\x8a\x74\x28\xe2\xda\x2e\x6d\x4a\x55\x43\xa6\xf7\xda\xae\x62\x4a\x8e\x28\x2c\x33\x84\x5e\x42\x4a\xc3\x20\x9b\x2f\xf4\x12\x52\x9a\xdd\x45\xcf\xdc\x13\x65\xad\xcf\x33\xb1\x48\x14\x12\xd2\x09\x36\x2d\xd3\x66\xed\x69\x73\x2e\xa6\x6b\x6f\x3d\xc9\xd1\xde\x10\xf6\x77\x4f\x8e\xf6\xa6\x40\x60\x23\xbc\x2e\xfa\xa7\xe3\x94\xed\x2d\x2e\xee\x0d\x25\x85\x03\xe9\xdd\xc5\xcd\xca\x25\x67\x02\xe7\xb3\xe3\x20\xc9\xd1\xc0\x14\xfe\xab\xa1\xa8\xa1\x53\x3b\x3f\xc4\xfe\x97\x41\x91\x1c\x23\x4b\x4e\x62\xfd\x7a\x11\x37\x36\xa7\x53\x36\xfd\xf7\xec\xee\xd9\xe3\xdf\xfd\x8d\x7b\x0c\x52\xfc\xaf\x5e\x38\x80\x92\x9c\xc1\x08\x61\x9f\x9e\x49\x2a\x5d\x27\xf5\xa4\x7f\xb7\x2b\x2b\x9d\x4e\x55\xe3\xdf\xed\x80\xfe\x14\x14\xfe\xfd\x73\x5b\xd8\x29\xfd\x57\x43\x12\xbc\x93\xb2\xb6\x21\xa4\x3d\x30\xca\xda\x26\xb9\xce\xbf\xdb\x15\x96\x4d\xea\x92\xfe\xe7\xf6\xe6\xf6\xfe\xef\x37\x52\x19\x34\xdd\xa7\x21\x17\x65\x6a\xa6\x53\xe5\x32\xec\xe5\x98\x14\xbb\x4c\x92\x2b\x7f\xdf\x4a\xd5\xc9\x94\x49\x83\x91\xaf\x49\xf2\x05\x53\x16\x42\xfa\xfd\x73\x6f\x6b\x49\x2e\x5a\x08\x5b\xa1\x28\xc9\x45\x4b\xd2\xb9\x7e\x9f\xba\x68\x5d\x15\xba\xf9\x6c\x66\x32\xc9\xf1\x4a\x52\x93\x7e\xb7\xcb\x50\x4a\xca\x81\xfd\xe7\xf6\x3d\xc3\xd2\x29\x35\xf5\xfb\xe7\xa6\x26\x52\xf9\xaf\x86\xe4\x65\xa4\x27\x98\x68\x5b\x2c\x2d\x3d\xdb\x8a\x4e\xea\x02\xfd\x6e\x7f\xb6\x11\x96\x9e\x77\xfe\xfb\xf6\x1d\x44\x4f\xa2\xe7\xf7\x67\x90\x85\xcd\x93\x22\x3c\xf7\x77\x79\xa6\x4f\x2c\x6c\x7e\x7f\xbb\x32\x68\x52\x92\x27\xa9\xc5\x73\x7f\x41\x43\x66\x9d\xb2\x3b\xf7\x97\xce\xc5\xe4\xe2\xbd\x2f\x6e\xdf\x26\x09\xa2\x27\x45\x78\xee\x6f\xb3\x9d\x49\xf5\x9d\xa4\xec\xce\xfd\xcf\x2e\xbc\x2f\xea\x7c\xd7\xcf\xec\x9f\xc3\x33\x87\x67\x6e\x7b\x24\x89\xa5\x27\xb1\xf4\xfb\xab\x5e\x13\x0a\x28\xbb\x73\x7f\x56\xb3\xea\x3b\x49\xd9\x9d\xfb\x7b\xbd\x11\x43\xe4\x99\xde\x7d\x9b\x48\xe9\xd9\x5e\x5e\x7a\x36\xb5\x74\x7f\xed\xfc\xb3\xb9\x38\x5d\xd4\xd0\xe7\xdd\x3f\xef\x3e\x34\xe4\xc3\x09\xb0\xdf\xdf\xf6\x93\xd3\xf3\x79\xf7\xcf\x6b\x4e\xcf\xfc\x74\x69\xb9\x7d\xab\x4b\xa4\x67\xb9\x7d\xb9\x7d\x79\xcd\xe5\x73\x6c\xab\xe6\x96\xbd\x92\x9e\x65\xe8\xf6\x0c\xb9\xc9\xd3\x25\xa5\x78\x92\x1a\x3c\xf7\xda\xfb\x67\x52\x7c\x27\x29\xbe\x73\xaf\xcd\x48\x27\xc5\x77\x52\xbd\xdc\xee\x73\x08\xb7\x27\x21\xf5\x5b\xfe\x48\x12\x59\x4f\x42\xea\xf7\x2a\xcb\x45\xb7\xef\xe5\x74\xaf\x4d\x29\x27\x15\x79\x92\x8a\x3c\xf7\xda\xac\x5c\x12\x60\x4f\x75\x83\xc0\xbd\xb6\x6d\x9b\x6a\x74\x7b\x74\x7b\x73\xfb\xde\xf9\x92\x00\xfb\xbd\x36\x83\x96\xd4\xe7\x49\x02\xec\x37\xd9\xb7\x24\xc0\x9e\x6a\xd2\xcf\xa1\x9f\x7b\xe7\x4b\x42\xea\xf7\x9a\x5a\xdf\x0e\x59\xaa\xc9\x33\xa7\xce\xef\x9d\x2f\xa9\xdd\x73\xaf\x4f\xeb\xb7\x2e\xed\x8d\x2c\xef\x4a\xd0\xff\xfc\xf2\x46\xdb\x34\xce\x57\xd0\x10\xf8\xad\xdb\xcd\xca\x57\x70\xfb\x76\xb3\x52\xdd\xd4\x52\xbe\xa2\xd6\xb3\xa1\xdb\xd6\x65\xbe\xa2\x91\xdf\x9e\x58\x12\x60\xcf\x57\x34\x20\x59\x97\xb6\x75\x99\x19\x7d\x49\x10\x3d\x89\x9e\x67\x46\x5f\x52\xbb\x27\xd5\xbd\x3d\xe5\xeb\xdd\x4b\x46\x10\x3d\xd5\x47\x97\x9a\xef\xfe\x18\xa5\x1d\xff\xca\xec\xd0\x24\x4e\x9e\x04\xc8\xf3\x75\x86\xee\x31\xf2\xdb\xe4\xcc\x2a\x16\x27\x91\xf1\x54\xab\xce\x2f\x43\xf7\x7a\xcd\x1d\xd5\xca\x61\xe7\x5b\xa7\xfa\xfa\xe7\xb6\x27\x73\xb8\xbd\xfb\xeb\x99\x1b\xc4\x73\xb8\xf7\x92\x11\x2e\x4f\x82\xe0\x39\x14\xaf\xd9\x0c\xf2\xc6\x90\x4c\x28\x2c\x89\x69\x27\xe5\x76\x72\xe8\x86\x6e\x68\x7d\x5b\x04\x39\x80\x35\x51\xec\x24\x6e\x9d\xc3\xf4\xee\xc3\xd7\x1c\x1a\x5a\xfa\xc9\x14\xa8\x53\x97\x96\xa1\x03\x02\x42\xdb\x59\x3d\xda\x24\x60\x9d\xea\x5e\xef\x39\x46\x23\x3f\xcf\xed\xcb\x45\x43\xf7\x99\xde\x7b\x85\x67\xc2\x56\xa9\x6e\xa7\x24\x09\x58\x67\x71\xcf\xa4\x6c\x4e\x52\x2f\x27\x0b\x47\x26\xb1\xe9\x24\x1a\x9d\xe3\xae\x75\x99\xd4\xbd\x49\x0a\xde\xe4\xb8\x4f\x9f\xa5\x77\x6f\x6e\xe9\xdd\x2b\x3c\x47\x7b\x9c\x48\x75\x7a\xf7\x0a\xcf\x5b\xd4\xe9\x0f\x83\x42\xfd\x9b\xa4\xf0\x4d\x56\x08\x35\xbd\x3b\xa3\x26\xbd\x41\xd7\xb6\x1f\x92\x5e\xeb\x5e\x6d\x9c\x2c\xb2\x97\xde\xcd\xc4\x24\x25\x72\x72\xdc\x64\x44\x7a\xf7\x82\x4f\x0a\xe6\xe4\xb8\x89\xb8\x24\x34\x9e\xc4\xc4\x73\xdc\x14\x43\x7a\xa3\x67\x6e\x13\x39\xd3\x71\x4a\x22\xe4\x49\x4c\x3c\xa7\xa0\x4b\xec\x91\x77\x63\x42\x4e\x71\x7f\x40\xa1\xf1\x24\x26\x9e\x53\x72\xfb\x36\x83\xd3\xbb\xed\xdf\x9c\xcc\xbe\x17\x18\x08\x94\xe7\x64\x3d\x89\x90\x27\x31\xf1\x4c\x73\x29\x29\xb4\x93\x94\xd6\xc9\x09\xbc\x29\xad\x93\xde\x8d\x09\x39\x59\x79\xe2\xde\x49\x69\x9d\x9c\xce\x67\xc9\x5a\xcf\x5a\x6f\x3a\x9f\xdd\x9e\x75\x7e\x18\xcf\xcd\x1e\x27\xc1\xf0\x9c\x76\x4c\x35\x89\x82\x27\x91\xee\x9c\x3e\x5d\x2a\x06\x64\x6f\xe9\x59\xbd\xcf\xf4\xda\xd2\x45\xba\x73\xfa\xb4\x6e\x89\x0b\x71\xe7\xfb\xf2\xee\x8f\x2e\x6d\xeb\x3b\xdf\x97\xd6\x1f\xcf\xdc\x2b\x3d\x53\x13\x4a\x6f\xd5\xa5\xcd\x17\xe7\x3b\x78\xa6\x75\x2f\xa8\x9d\x6f\x5b\xfa\x5b\xdd\xbe\x13\x92\xf3\xcd\x94\x7b\x81\x81\xa0\x76\xbe\x9f\x73\xf1\x73\x71\x0f\xf2\x6d\xab\x7c\x9b\x7e\x36\xfd\xb4\x55\x2a\x75\x93\xd4\xb8\xc9\xf7\x19\x25\x56\x86\x68\x76\x16\x9e\x48\xc2\xd8\x49\x8d\x9b\x2c\xe8\x90\x14\xa0\x49\xef\xc6\x84\x9c\xeb\xb9\xe8\xdd\x21\x84\x42\x83\xe9\x85\x10\x4a\xd5\xe4\x0c\x32\xc5\xa1\x93\x00\x74\xce\xaf\x01\x61\x2f\xbf\x10\x22\x37\xb7\x4f\xef\x3e\xdd\x6e\xa3\x7e\x59\x04\xaa\xd2\xe4\xbc\xf4\x73\x99\xf3\x9b\xb1\xcd\x48\xbd\x24\x4a\x9c\x44\x89\xb3\x7a\x65\x49\x94\x38\x89\x12\xe7\xe7\x7c\xb8\xa5\xf5\xcd\xc3\x66\xb4\x5a\x12\xdf\x4d\x02\xbb\x59\xc9\xaf\xd4\x76\x0c\x28\xb5\x9d\x54\x9b\x9f\x1d\x25\x4e\xaa\xbd\x24\xd5\x5e\xf2\xd3\xdc\x6e\x4f\x6e\x7b\x89\xe6\x67\x1f\xb6\x4b\xcd\x9e\xac\x04\x4c\x7e\xec\x8a\xc2\xc3\x49\x5c\x38\x1f\x33\x56\x09\x98\xa4\x04\x4c\xae\xdb\xab\x4c\x4a\xc0\x24\x51\xe2\x5c\x4d\x30\x91\xe0\x24\xf6\x9b\x6b\xf4\xcc\xed\x78\x26\xf5\x5d\x72\xdd\x4e\x7e\x52\xe6\x25\xa9\xef\x92\x2b\x74\x14\x10\x4e\x6d\xfb\x9f\xb9\x66\xfd\xdc\x7c\x68\x12\x17\xce\xaa\x3c\x25\xb1\xdf\xd4\x6c\xbf\x75\xb3\x5d\xa9\x59\x9b\xcd\xda\xac\xac\x60\x01\xe1\x24\x20\x9c\x6b\xd7\x10\x02\x47\x29\x97\x5c\x61\x9d\x8a\x2e\x49\x94\x37\xd7\xe9\x99\xc5\x1b\x59\x9b\x75\x1f\xa1\x4a\x22\xc0\x49\xe8\x37\xd7\x33\x4a\xc5\x80\xd8\x93\x5f\xf6\xb2\x32\x2f\x49\x7d\x97\xfc\xb2\x1d\x04\x82\x93\x6a\x2f\x59\x91\xa0\x24\x10\x9c\x04\x82\xf3\x1b\x7d\xe2\x4d\x7d\xa6\x66\x6d\xbe\x10\xac\x55\x1f\x6e\xd3\x40\xf9\xbd\xf5\xd3\x82\x15\x0f\xce\xff\xc0\xd3\xbe\xb8\xe7\x52\x7b\xdd\x5e\xbc\xfb\xeb\xf6\xcd\x72\xe6\x77\x6b\xc1\xa5\x66\xf7\x6e\xaf\x2e\x55\xd3\xe6\x35\x97\x6c\xe9\xef\x0e\x9b\x26\x71\xe4\x24\x8e\x9c\xff\x59\x24\xfb\xa2\xf9\xb9\xd7\x6d\x7e\x99\x5d\xa2\xca\x49\x38\x39\xbf\xd3\x6b\xda\xe7\xdb\x76\x5b\xf3\x6b\xa3\x16\x47\x4e\xe2\xc8\xb9\x05\x83\x6c\xf3\x17\x47\xce\x4e\x06\xa7\x66\x4b\x6f\xb6\x74\x87\x56\x93\x00\x72\x12\x39\xce\x0e\x98\x26\x61\xe1\xd4\x2c\xd8\x7e\x79\xa6\xdd\xbb\xd9\xbd\xfb\x59\x32\x4c\x78\x41\xe2\xdc\xcf\xd0\xd9\xd2\x05\x89\x73\x3f\x53\xf1\x33\x15\x37\x07\x99\x7b\xd6\xf9\x4f\x43\x9f\x86\x8a\x77\xff\xbc\x91\xcd\xbf\x3f\x1a\xb2\xf9\x0b\x12\xe7\x6e\x9f\x57\xc3\x25\x09\x19\xe7\xce\x7d\x69\xcb\x78\x2e\xfd\xdc\xd1\x8d\xd4\x79\x7e\x22\xc7\xb9\x6f\x01\x91\xa4\xa2\x4b\x12\x47\xce\xdd\x7a\x57\xc3\x25\x29\xd7\x92\x7b\x4f\x2e\x7e\x2e\x7a\x66\xdf\x73\xbe\x07\xcf\x0c\x9e\xd9\x97\x8b\x9e\x19\x74\x69\xfc\x99\x43\x91\x84\x9c\x93\x20\x73\xee\x53\x2f\xa0\x8e\xb0\x72\x56\xcb\x23\x29\xf7\x92\xd4\x79\xc9\x6a\x79\xa4\x0e\x8a\x54\x7d\xc9\x7d\x57\xcb\x4b\x22\xcf\xa9\x47\xe3\x6a\xe5\x29\x05\x93\xfa\x76\x1d\x72\xff\xce\x33\x87\x8b\x5e\x77\x19\x2d\x66\x42\x67\x11\x38\xa7\x98\x84\x9c\x53\xdf\x88\x94\x07\x7f\x49\x90\x39\x89\x27\xe7\x61\xaf\x13\x4f\x4e\x2a\xc2\xe4\x91\x34\x74\xeb\x12\x33\x61\xdc\x1a\xba\xb5\xbe\x13\xe9\xb2\xe3\x83\x49\xc8\x39\x89\x35\xe7\x51\xbc\x11\xa3\x5f\x45\x98\x3c\x38\xa5\x7d\xdb\x07\x49\x90\x39\x0f\x5b\xa5\xe8\x72\x52\x1f\x26\x8f\xae\xf3\xc5\xbb\x43\x9d\x61\xf3\x17\x25\x4e\x2a\xc2\xe4\x79\xde\xc8\xe6\xaf\xf8\x4b\x9e\x9b\x4e\x4f\x1d\x97\xd1\x37\x11\x97\x27\x5b\x5c\x81\x97\xa4\xc0\x4b\x9e\x9b\x84\x4c\x1d\x6c\x88\x12\x67\x55\x00\x92\x28\x71\x52\xe0\x25\xcf\xf3\xe1\x5e\xad\x6f\x1b\x20\xcf\xcf\x80\xbc\x06\x79\x07\x47\xb2\x73\x4b\xa9\xbf\x46\x69\x3b\x04\x79\xda\x2a\x15\x6f\x49\x9d\x99\xf0\x5d\xa6\x0d\x84\x50\x76\x25\x7f\xec\x3b\xd5\x57\x92\x08\x72\xfe\x6e\xe3\xb9\x59\xe7\xd4\x77\xc8\x23\x7f\x76\x06\xf5\x56\x92\x0a\x2b\xf9\x7b\x3c\x13\xc0\xf4\x0d\x29\x99\xba\x7e\x12\x3a\x4e\x42\xc7\xf9\x63\xb9\x28\x98\x92\x04\x84\xb3\xa3\x34\xa9\x4f\xad\x6f\x12\x39\x3b\x20\x93\x44\x82\x53\x9f\x5a\x67\xb9\x74\x3e\x43\xe7\x33\xd0\xb7\x4f\x1d\xea\x74\xa8\xf3\xd9\x69\x85\x87\x93\x0a\x2b\xf9\x63\x44\x77\xc4\x41\xdf\x38\x93\x8f\xe7\xaf\xfa\x4a\x12\x3a\xce\x1f\xcb\xba\x7f\xbe\xd1\xe6\x0f\xf2\x0a\x96\xf8\xf2\xcc\x6d\x81\xe4\x15\xbc\x26\x36\x41\x94\x38\x2f\xfe\xa7\xe0\x6d\x12\xbc\xcd\xab\x9c\x8b\xc5\xc5\xe6\xe2\xeb\x62\x77\x71\x2f\xed\x05\xc9\x04\x6f\x93\x12\x29\x79\xed\xa0\x43\x12\xca\x4d\x82\xb7\xf9\x38\xf9\x82\xb7\x49\xb8\x36\xaf\xf7\xdc\xee\x99\x3b\x0b\x25\xaf\xf7\x71\x71\x7f\x0e\x11\xdd\xbc\x9a\x7f\x72\x20\x04\x76\xf3\xb2\xa5\x0b\xde\x26\xc1\xdb\xbc\xc6\x70\x71\x0f\xc8\x60\x8f\x90\x71\x4f\xea\x9f\x24\x85\x4f\xca\x15\xfc\x33\xb9\x7d\x5b\x20\xe5\xe2\x55\x88\xcf\x26\xf1\xd9\x72\x45\x5d\xda\x86\x48\x12\x9f\x2d\xd7\xce\x0a\x49\xc2\xad\x69\x6c\x56\xa0\x5c\x3b\xb5\x3a\x8d\x5b\xe7\xb7\x59\x52\xae\xa2\x9f\xd9\xed\x1b\x0b\xca\x55\xb4\x8e\x23\x18\xdb\x65\x28\x17\x57\x43\xc1\x94\x24\x3e\x5b\xae\x7a\xfe\x39\x5c\x9c\xfb\xa2\xbd\x4e\x28\x36\x8d\xac\x9f\xfc\x0f\xa5\x55\x92\xd2\x2a\xe5\xe2\x16\x8a\xd6\x26\x61\xda\x72\x3c\xff\xc1\x72\x51\x61\xa5\x5c\xd6\xbb\x50\x6c\x52\x4c\xa5\x5c\xe6\xe7\xe0\x55\x28\xad\x52\x2e\xce\xf3\xd8\xee\x44\x12\xa6\x2d\x17\xc3\x67\x3c\xfa\xb9\xbd\x8a\x12\x58\x82\x42\xb8\x49\xd0\xb6\x04\xb8\x24\x68\x9b\x14\x61\x29\x21\x78\xa3\x1d\xb4\x4d\x2a\xac\x94\x00\x69\x45\x6b\x93\x30\x6d\x09\x0c\x1f\xd1\xda\x34\xb6\x01\x53\x02\x9b\x51\xa1\x95\x34\xb6\x01\x53\x02\xf6\x50\x7c\x36\x89\xc8\x96\x70\xbe\x11\x08\x12\x91\x2d\x87\x77\x18\xa8\xcf\xd1\x3c\x13\xa5\x28\x5a\x9b\xc6\xf6\x54\x4a\x78\x74\x1e\x6d\x21\x76\x5b\x42\x35\x19\x9a\x86\xb6\xfd\x53\x4e\xd4\x40\x24\x37\x89\xdd\x96\xc0\xd5\x18\xdd\xbb\x77\xef\x0e\xe7\x05\x66\xd3\xe8\xfe\xc9\x30\x57\x53\x25\xa9\xa2\x52\x24\x8b\xa7\x21\x00\x32\xb6\x17\x53\x02\x22\x66\x0c\xd3\x66\xfb\x34\x45\xf4\x2d\x0d\x26\x92\x0a\x2b\x25\x72\xf2\x06\x13\x69\x6c\x20\x2b\x31\xe8\xe7\xf4\x35\x37\x82\x95\x98\xce\x45\xb7\x6f\xcc\x2a\xf1\x7c\x8e\x69\x7a\x6f\xb0\x2a\xf1\x7c\x8e\xcf\x3f\xb7\xa9\x53\xe2\x01\x81\x4f\x43\x1b\x97\x8a\x34\xe8\x34\xe0\xd2\x58\x6e\x7f\xc3\x9f\x06\x85\xba\x2b\x49\xdd\x95\x12\x0f\x42\xb0\x8a\xc6\xa6\x4b\x4a\x3c\x93\x97\xbf\x24\x9a\x5d\xa2\x21\x14\xcd\x4e\xea\xae\x94\x08\x21\xd4\x5d\x49\x73\x33\x2a\x25\xee\xf8\x52\x9a\x80\x50\x31\x96\x22\xf3\x39\xcd\x9d\xbe\x92\xe6\x06\xc2\x22\xf3\x39\x4d\x40\xa8\x26\x4b\x89\x3b\x12\x95\x94\x66\x49\x33\x18\xd7\x4f\x43\xc1\x33\x37\x1e\x96\xc3\x7a\x28\xc6\x92\x14\x63\x29\x69\xc7\x93\x93\x62\x2c\x69\x6e\xe8\x2b\x69\x67\x31\xa4\xc9\x1a\x9a\x1b\xf3\x4a\xba\xf5\x73\x47\x19\xd3\xdc\xdc\x49\x49\x26\xef\x64\x0d\xcd\x8d\x87\x25\x3d\x9e\xc9\x31\x9b\xd1\x33\x77\x6c\x2d\x4d\xfc\x88\xea\x2d\x25\x01\xd7\x09\x1d\x27\x20\x4c\xcd\x33\x59\x43\x73\xbb\x62\x25\x9d\x51\xda\x31\xc0\x34\x01\x61\xb2\xad\xcd\xed\x91\xa5\x79\x7b\x26\x2f\x7d\x8a\x16\xcd\xcd\x9d\x14\x7a\xc7\x49\x7d\x98\x24\xb9\xa0\xdc\xec\x11\xa5\x60\xd2\x84\x8e\x77\x34\x74\x48\x93\xb9\xa1\xaf\xdc\x8f\xce\xc3\x3c\xf5\x5d\xca\xbd\xf3\x1d\xd2\xe4\xad\xcd\x8d\x72\xe5\x46\xd1\x4f\xde\xda\xdc\xde\x5a\xb9\x9b\x2e\x15\x23\xbf\xb9\x93\x72\x0f\xff\x84\x79\x8a\xbe\x94\x7b\xf8\x27\xc7\x6c\x3e\x6e\x67\xe3\x4c\xa4\x89\x0c\x87\x72\xb3\x71\x66\x35\x9e\xdb\xdd\x2a\x19\x7f\x3b\xab\x77\xdf\xb1\x9c\x22\xdd\x30\x4d\x48\x36\x21\x99\x74\xc3\xa4\x20\x4c\x9a\xdb\x6e\x2a\x99\xcd\x38\xf9\x60\xf3\xf5\xcc\xec\x76\x48\xa6\x2e\x4c\xa1\x0e\x9b\x14\x84\x49\x2a\xc1\x94\x6c\x63\x99\xdb\x8a\x4a\x73\x73\xad\x25\xa3\xab\x26\x78\x9b\xe0\x2d\x33\x7c\xa6\x58\xe5\xdc\x80\x56\x32\x67\x4f\xb2\x46\x52\x33\xa6\x64\x48\xa6\x58\x4c\x52\x2c\xa6\x64\x2e\xc7\xec\x9e\xd9\x3d\xf3\x8c\x7c\xf7\xcc\xee\x99\xed\xfc\xd3\x1b\x75\x6f\xd4\xcc\x25\x98\x37\xb7\x81\x56\xc4\xbd\xd3\xe4\xec\xcd\x6e\x94\x90\xba\x13\x8f\x33\x37\xf4\x95\x7c\x46\x1e\x8f\xa3\x2a\x4d\xc9\x9f\x19\x22\x06\x34\x87\xce\x9f\x65\x88\xc7\x99\x30\x4f\x6a\x60\x9a\x82\x77\xb2\x50\x4a\xc1\x22\x9d\x64\x14\x59\x28\x45\x16\x60\x9a\xd0\x71\x6e\x8e\xa7\x08\x9b\xa7\x93\xa1\xa2\xe0\x4d\x29\xcc\xae\xc9\xbe\x9b\xdb\xa2\x2b\x52\x03\xd3\xe4\x40\xce\x4f\x43\x0c\x0a\xb9\x2c\x69\x6e\x53\xae\x14\xfc\x88\xec\x95\xa4\x7a\x4e\x29\x07\x19\x38\x90\x13\x8e\x16\xa6\x87\x42\x39\x69\x2e\xb7\x0b\x8a\x4d\x2c\xd2\x5c\xba\xc4\xd5\xf8\x36\xf2\x25\xd5\x73\x4a\xe1\xe4\xab\x9e\x93\x54\xcf\x29\xc5\x5e\xf7\x09\x0c\x7d\xb0\xae\x70\x4a\x55\xcf\x49\xaa\xe7\x94\x62\x32\xa8\x9e\x93\xd4\xcb\x29\x44\x5b\xd3\x87\x20\x56\x2f\xa7\x10\x58\x4d\x6a\xe2\xa4\x6f\xa3\x5b\x91\x01\x97\x54\xc8\x49\x4a\xe3\x94\xc2\xf3\xff\xf0\x4d\xdf\x76\xf2\x4a\x59\x6e\x07\x6b\x5f\xd4\xfa\xd2\xa5\x8d\x67\xe9\xdb\x49\x10\x45\xb6\x5a\xfa\xc4\x80\xbe\xcd\x05\x97\x87\xe9\xa1\xce\x4e\xfa\x36\x09\x55\x1e\x44\xcc\xc7\xe8\xfb\x36\xdf\x54\xe4\xa0\xa5\x8f\xd1\xf7\x6d\xc8\x2b\x0f\xd3\xf8\x43\x42\x7d\xdb\x01\x2c\x8a\xfb\xa7\xef\xf6\x46\xd9\x3f\x71\x2e\x1f\x53\xee\x63\xca\x3d\xf9\x5c\xd4\x3a\x53\xee\x61\xdf\x7d\x10\xec\x63\xb5\xa9\x8f\x9f\x3e\x08\xf6\x41\xb0\xa7\xfa\x27\x03\xed\x63\xa0\x3d\x18\x49\x79\x43\x49\x59\xa0\xf2\xb4\xf3\x4f\xcf\x7c\x74\x49\x70\xe4\x63\xb5\x7d\x8f\x77\x87\xde\x4a\x06\xa5\xef\xd1\x3a\xc7\x51\x32\x51\x52\x39\xa8\x3c\xcb\x0c\xc1\x22\x29\x12\x54\x2a\xf2\x51\x91\xa0\xf4\x6d\x74\x2b\x15\x7a\x7f\xac\xb6\x8f\xd5\x46\xa7\x33\xa9\x23\x94\x3e\x58\x57\x79\xd2\x32\x93\x92\xaa\x42\xa5\x0a\x47\x7e\x00\xf0\xdb\xc6\x5b\xa9\x42\x48\x12\x94\xd2\xf7\x6a\x28\x9f\x8b\x1a\x62\xca\xd5\xac\x9f\xcd\xed\xdb\x4e\x2b\xf5\x4d\x7f\x1a\x14\x5f\xf3\x59\x36\x7b\x55\xaa\x30\xef\x07\xf3\x3e\x98\x57\x6d\x80\x1f\xeb\xed\x83\x79\xf5\x0c\x36\xff\x53\xf9\xa3\x52\x79\x80\xca\x1f\x25\x89\x51\xa5\xda\x58\x3e\xfe\xe7\xd7\x3d\x73\x7a\x26\xff\xf3\xdb\x04\x57\xa9\xf3\x3c\xd3\x68\xc1\xbc\x2a\x92\xaf\xee\x51\xfa\x18\x7f\x87\x5a\x94\x26\x95\x94\x3f\x2a\x2a\x95\x27\xa9\x50\x49\xf2\x53\x79\xcf\xc0\x80\x37\xe9\x4e\x85\xe0\x62\x52\xfe\x28\xa9\x74\x54\x4e\x0e\xc5\x07\xc9\xa4\x3b\x95\xb7\x78\x26\x3b\xef\x63\xe7\xbd\xb6\x0b\x75\x8f\x92\x82\x47\xe5\xb5\x09\x7c\xf0\xe9\xdb\xe6\x5e\xa1\x44\x98\xd4\x28\x4a\xdf\x4e\xb2\x2b\x0d\x10\xca\x9d\x4a\x0b\x14\x35\x93\x42\x55\xa2\xb4\x36\xf8\x94\xb6\xf3\x2f\xd3\xda\x27\x1d\xd2\x02\x45\x8d\x29\xbf\xc4\xaa\x56\x70\xfb\xce\x80\x4c\xaa\x12\x25\x55\x89\x0a\x99\xba\xa4\x1c\x51\x5a\xc1\xed\xe3\x5c\x1c\x2e\xee\xd7\xa4\x1e\x97\xa4\x6c\x25\xb9\x5a\xa5\xf3\x00\xe5\x63\x25\xf9\x58\xa5\xb3\xc5\xe4\x63\x25\xf9\x58\xa5\x0b\x9b\x4b\xbd\x4a\xb2\xac\x4a\xc7\x3b\xac\xe4\xf6\xe4\x76\x43\x27\xcb\x2a\xc9\xb2\x2a\x5d\x30\x7c\x01\x18\x59\x56\x85\x76\x59\x92\x5e\x95\xe4\x55\x95\x2e\x18\xbe\x78\x95\xaa\x12\x15\x35\x79\x93\xca\x43\x69\x65\x9d\x67\xb1\x2e\xa8\xb3\xa0\x0e\xa1\xb0\xa4\x1c\x51\x5a\x8c\xa9\xc3\xa0\x29\x40\x94\x14\x20\x2a\x23\xe9\x27\xbb\x69\xed\x98\x53\xa1\xa0\x95\x16\x80\x59\x4c\xa4\x61\xb7\x51\x41\x28\x2d\xd6\x10\x0d\xab\x74\x92\xbb\x16\x0f\x70\x70\x8d\x16\x0f\x70\x55\xb7\x57\x9d\xaf\x3a\x5f\x35\xf4\xea\x3c\xbb\x49\x21\xa1\x32\x5e\x03\x82\x6f\x5a\x1b\x3d\xca\x40\x57\x2e\x7c\x93\x62\x41\x65\x74\x6f\xc4\x6e\x5a\xec\x26\x25\x5d\xd3\x62\x37\x2d\x76\x93\xea\xad\x69\x49\x26\x5a\xac\x21\xe5\x57\x93\x62\x41\x49\x79\xa0\x42\x6f\x2a\x2d\x84\xf6\xda\x84\x76\x99\xd8\xe3\x25\xa5\x65\x6d\x53\xa7\x10\x77\x4a\xea\x01\x25\xf5\x80\x8a\x02\xa8\x49\x3d\xa0\xa4\x1e\x50\x99\x67\xce\xcb\x73\x59\x1b\x0b\xca\x3c\x13\x0c\x08\xc8\x7d\x2b\xd3\x82\x55\x24\x28\xc9\x7d\x2b\xca\x9a\x26\x45\x82\x92\xb2\x40\x65\x9e\x09\xc6\xc6\x59\xc3\xed\x76\xef\x85\xae\x52\x24\xa8\xa8\x60\x9a\x54\x07\x4a\x4a\xff\x94\x39\x4c\x45\x46\xca\xb2\xb4\xa7\x38\xc8\x42\x68\xab\xf2\x53\x28\x14\xa5\xc5\xaf\x5b\xcb\x33\xed\xc9\x0b\xb5\xb4\x36\x85\x5d\x94\xe1\x4c\x6b\x99\x8a\x3b\xaa\x55\x3e\xbc\xfd\xe2\xba\x29\xfd\x53\x3e\x99\x11\x6b\x9d\x67\x2e\x17\xff\x19\xe4\xfb\xda\xc8\x70\x2b\xfd\x53\xbe\xbd\x5d\xdc\x97\xb4\x15\x15\x80\xca\xb7\xc3\xbb\xb7\x2a\x3f\xb7\x2a\x3f\xe5\xcb\x6e\xdf\x38\x71\x5f\x3b\x98\x5d\xbe\xbd\x27\xdf\xd7\xc6\x89\xfb\xda\xcc\x54\xf9\xca\xb9\x58\x5d\xd4\xd0\x26\x0a\xef\x6b\xe3\xc4\xad\x1e\x50\xf9\x5e\xad\x47\xcf\x64\xb9\x7c\xfb\x04\xc1\xad\xe6\xcf\x7d\x6d\xd4\x28\xdf\x06\xff\x5b\xe9\x9f\xfb\x02\x17\xdf\xd0\xa5\xa4\x9f\x2c\x97\x6f\xea\xfc\x76\xc8\xee\x2b\x19\xba\xa5\x4b\xc9\xbb\xb3\x5c\x64\x27\xdf\x57\xf2\x4c\x96\xcb\x0a\x1a\xda\x88\x72\x5f\x2c\x17\xd5\x26\xef\x6b\x03\xcb\xad\x48\x50\x59\x67\x3c\xb7\xeb\x76\x5f\x5c\xb7\x95\x3c\xf3\x36\x9e\x9b\xca\x2a\x6b\x47\x37\xee\xeb\xd6\xd0\xad\xa1\xec\x35\xb7\xeb\x76\x5f\x5c\xb7\x75\xc6\x33\x1b\x10\xae\xdb\xda\x7b\xc7\xad\x8e\xd0\xad\x80\x50\x59\x8f\xa1\xcb\x9e\x89\xc3\x5a\xd5\x3f\x8b\x7e\x16\xfd\x6c\x06\x64\x03\xd2\x7d\xed\x23\x54\x45\x36\xd0\xad\x3a\xd0\xad\x02\x50\x59\x3b\x64\x7c\x5f\x8f\xdb\x1f\xad\xef\xcd\xf4\xbe\x1e\xad\x73\xdd\xd6\xe7\xdd\x1f\xad\x6f\x5c\x7a\xa8\x9f\xdc\x57\xd5\xd0\x06\x9d\x87\xa6\xc9\x7d\x6d\xec\xb9\xaf\xed\xba\x3d\x9b\xfe\xfb\xdf\x06\xc5\xad\x4a\xd0\x7d\x6d\x43\xe6\xb9\xb2\xae\xbd\x26\xc5\x46\x9d\xe7\x3a\x63\x20\xd7\x4e\xd1\x9f\x47\xb2\xce\x7d\x35\xbd\xd8\xe0\xf3\x48\x1a\xbf\xd5\xfe\xb9\xaf\x8d\x3a\xcf\xd5\x7d\x96\xe6\xf6\x6d\x81\x3c\xd7\x74\xbb\x0c\xba\x6b\x5b\x19\x4f\xd8\x2b\xef\xbe\x86\x2e\x6d\x13\xe2\x09\xf7\xb9\x68\x08\x37\x50\x3c\x92\x72\xef\x6b\x9a\x14\xdb\xef\x79\x08\x34\xdc\x97\xc4\xb6\x6b\x23\xc4\x13\xba\x8b\x9f\x4f\xbd\x6d\x80\x27\x0c\xad\x7f\xe6\xe9\x06\x8a\x27\x4c\xcf\xfc\x34\xb4\x0d\x83\x47\x11\xbb\x5b\x49\x9e\x5b\x2d\x9e\x27\x7c\xbe\xff\xe7\x8d\x36\x2b\xf4\x84\xe5\xdd\xa5\xc0\x5d\x4b\x43\x67\x41\x2c\x6b\x74\x63\xc9\x13\xa3\xf1\x5c\xbe\xea\xc6\x92\x27\x26\x0d\x2d\xf3\x74\x63\xc9\x13\xb7\x13\x75\xcb\xe9\xbd\xc3\x76\x86\x1e\x65\xe4\xee\xb0\xbd\xa0\x3b\x6c\x2f\xe8\x89\x7b\x4b\xbf\xd5\xf0\xb9\xc3\xa5\xa1\x6d\x7a\xdc\x2a\xfa\xdc\x4a\xf9\x3c\x71\xef\xf3\x77\x90\x17\x17\x82\xdb\x77\x3e\xf3\xad\xfa\xce\xad\xec\xce\x13\x97\xdb\xb7\x95\x71\x87\x6d\x65\x3c\x71\x97\x8d\xbc\x03\xd8\x08\xdb\xca\x78\xd2\x0e\x75\xde\x2a\xf3\xdc\x61\xbb\x38\x4f\xda\x1b\xcb\x1d\xc0\x86\x72\x3d\x4f\x4a\xfa\x29\x05\x4e\xb9\x9e\xc7\x11\xf4\x5b\xb9\x9e\x5b\xb9\x9e\x27\xed\xe0\xc8\xad\x32\xcf\x1d\x36\x42\x3c\xb8\xa1\x3b\xdc\x6e\xbf\xdd\x5e\x3d\xf3\xf6\xee\x1b\x13\x9e\xf4\x9e\x8b\x6e\xcf\x6e\xdf\x7e\xdd\x1d\xb2\x86\xb2\x86\x86\x7e\x5a\xf7\x2a\xf3\x3c\x69\x78\xcd\x6d\x7a\xdc\x61\x2f\xff\x47\x29\xad\x3b\x6c\x2f\xe8\x56\x99\xe7\x51\x4a\xeb\x0e\x45\x97\x8a\x2e\x7d\x9e\xb9\x09\x9c\x3b\x6c\x7b\xe4\x51\x0b\xeb\x56\xae\xe7\x56\xa0\xe7\xb9\xad\xe6\x00\x0c\xc2\x06\x83\xe7\x8e\x3e\xc7\xa3\x9f\x3b\x0c\xf6\x38\x00\x7d\x2b\xd7\x73\xab\xc1\xf3\xdc\xd1\x80\x6c\x3b\xe6\x56\x7c\xe7\x51\xf6\xea\x56\x7c\xe7\x0e\xdb\x43\x7a\xee\xa4\x9f\xd5\x27\xae\x9e\xb9\xc3\x52\x77\xa8\xde\x7d\xfb\x4b\xcf\x7d\x9f\x7f\xea\xe7\x76\x86\x9e\x3b\x7b\xa3\x6a\x3c\x37\x6a\x3c\x8e\x4a\xdf\xaa\xee\xdc\x61\xd3\x40\xcf\x6d\x6d\x86\xd7\xb4\x79\x3d\xb3\x98\x4b\xaf\x7e\x6e\x2f\xe8\x51\xa2\xea\x56\x75\xe7\x0e\xdb\x9c\x79\xd4\x98\xba\x43\xd3\xa5\xe6\xf6\xed\xd3\xdc\xa1\x7b\xf7\x6d\x96\x3c\x4e\x06\xdf\x01\x5c\x04\x70\xe1\xc4\xed\xad\x6c\xce\xad\x5e\xce\x93\xcf\xd0\x0d\x33\x64\xb3\x2c\x4f\xb6\xb1\x28\x94\x73\x07\xc0\x92\x93\x91\x97\x70\x1b\xb6\x3d\xf2\xe4\xa4\x75\xb9\xb5\x4a\xe3\x3c\x39\x1b\x25\xb9\xb5\x61\x9b\x25\x4f\xb6\x7b\x87\x1d\x3e\xbb\xc3\xf4\xcc\xa2\xf5\x69\xe8\x36\xbd\xf2\xe4\x62\xe4\x25\xdc\x2a\xa2\xf3\xe4\xc7\x3f\x3f\xef\xbe\xe1\xe9\xc9\x67\x7a\x7f\x1a\xfa\x74\xbe\x7a\x4d\x60\xa5\xb2\xce\x93\xab\xa1\x5b\x56\xdc\xf2\xcc\x6e\xbd\x2f\x73\x69\x53\x2f\x4f\xee\x3e\xc7\xd2\xd0\x86\xa7\x07\x87\x75\x07\x10\x24\xdb\xff\xc9\x50\x51\xb6\xff\xad\x88\xce\x93\xa1\xb7\x9a\x38\xb7\x9a\x38\x4f\xd9\x26\xd2\xad\x7e\xcd\xad\x62\xcd\x53\x76\x38\xf2\x56\xaa\xe6\x56\xaa\xe6\x71\x4a\xf2\x56\x95\xe6\x56\x95\xe6\x29\xdb\xd1\xb9\x9d\x27\xb8\x9d\x15\x78\xca\x74\x3b\x2b\x43\x01\x9a\xc7\x59\xc2\x5b\x01\x9a\x5b\x01\x9a\xa7\x58\x86\x91\x99\x10\xb7\x99\xf0\x60\x52\xee\xb8\xc9\xdc\x5b\x05\x99\xe7\xf1\x35\xd5\x7e\xb9\xe3\x5e\xf6\x0f\x2e\xe3\x56\xd8\xe5\x56\xd8\xe5\x79\x76\xee\xe9\xad\x86\xcb\x1d\x37\x6f\xfb\x3c\x5d\x97\x8a\x86\x8a\x86\x4e\x3f\x8b\x67\x16\xcf\x34\x3f\x95\x79\xb9\xd5\x77\x79\xd4\x1c\xb9\x63\xf1\xcc\xbd\xec\x1f\xa5\x40\xee\xf8\x78\x23\x4b\xbb\x16\xcf\xdc\xfe\xc7\xff\x11\x76\xf7\x48\x14\xeb\x38\x76\x80\x73\xaf\xa2\x77\x60\x5d\x09\xe0\x4f\xec\xd8\xde\x83\x7e\xab\x26\x98\x9e\xae\xf6\xcc\xfe\x5d\x0f\x1f\x9f\x83\x0e\xe6\x05\x37\x51\x5d\x89\x14\x45\x90\x00\x88\x73\x4e\xec\xac\x78\x0c\x5d\x62\xb0\x7b\xc5\x1f\x5d\x35\x50\xec\x0c\x76\xb7\xf9\x8f\xdb\xc5\xb2\xbf\xd8\x6b\x47\xef\x73\x5f\x17\x8d\x7c\x25\x5e\xfb\xac\x38\x29\xf6\xa9\xa1\x0a\x2e\xba\x22\x9d\x20\xc9\x12\x7b\x65\x28\xfa\xcc\xbf\x24\xb6\x0a\xb2\x2d\xb1\x57\x1c\xd2\x27\xf7\x0b\xa0\x23\xc8\xb6\x74\x6a\x05\xb1\xab\xa9\x27\xdb\xd2\x69\x10\xc4\x7e\x79\x89\x0a\x24\xfa\xbc\xfc\xf3\x76\x3b\x13\x9f\x16\xec\xfd\xf6\x05\x2a\xba\xe8\xb3\x08\x05\x82\x6c\x4b\xec\x65\xd4\x7d\xbe\x9e\xf9\x68\xa8\xec\xb7\x9f\xbc\x8c\xfd\x31\x30\x65\xbf\xfd\x5c\x93\xf7\xd1\x7a\xd9\x6f\x3f\x8f\x75\xfb\xe3\xe2\xe7\xa2\xcf\xf2\xea\x52\xd9\x6f\x3f\xad\xa3\xa4\x59\x82\x26\x4b\x3f\x43\xe7\x79\x19\x3b\x2f\xe3\xb4\xfd\xd2\x5d\x89\xfd\xf5\xcc\xae\x4b\x2a\xe5\xf7\xb2\xca\x7e\x4e\xd3\x47\xa5\xfc\x5e\x39\x89\x8e\xa0\x3e\x76\xbe\xc3\xce\x77\x38\x79\x99\x74\x57\x82\xee\x4a\x3f\x7d\xff\x43\x1c\x72\x6c\x5a\xe7\x65\x52\x51\x09\x2a\x2a\x1d\x45\x7c\x10\x4c\x89\xa3\xf2\x0e\xfd\xe2\xa4\x10\x4c\x09\x12\x29\xfd\xaa\x6a\x8b\xa0\x94\x12\x07\x37\xe1\x0a\xcf\xdc\x3d\xf3\xf0\xcf\x42\x25\xc4\x71\x78\xe6\xe1\x99\x1c\xdf\x43\x24\x40\xe3\xa4\x5f\x95\x56\x0d\x60\x9d\x80\xd2\xe9\x68\xb2\xe3\xe0\xdf\x1f\xe5\xd1\xf7\x9b\xe3\x73\x70\xe5\x8f\xda\xd9\xfb\x1d\xfa\x99\x6e\x4f\xb7\xd7\x41\x5b\x1c\x36\xea\x83\xe1\xde\x16\x42\xb2\x24\x41\x88\xa4\xdf\xd6\x92\xa3\x36\xe3\x38\x98\xe3\xb3\xe9\x7c\x37\x9e\xf6\x64\x6c\xcb\x41\x81\x24\x8e\x4a\x15\xf4\xe7\xa7\x21\x0e\xfa\x51\xa6\xda\x1f\xbb\xf7\xd1\x0d\x08\xc3\x7d\xec\x36\xc7\x30\x74\xc3\x33\x6d\xd4\x07\x6b\xa6\x4e\xd2\x9f\xc3\xe7\x18\xde\x88\x35\x3f\x05\x3c\x89\xc3\xf6\x7b\x4c\xcf\x34\x97\x08\x91\xc4\x61\xa7\x7d\xfa\xba\x78\xb9\xe8\x76\x3b\xc3\x61\xa7\x3d\xec\xb4\x8f\xe5\xed\x28\xdb\x8e\xa3\xec\xb6\x3f\x6b\x94\x60\x68\xa8\x93\xf4\xe7\x32\x20\xa7\x2e\x95\x7b\xdf\x1f\xab\xce\x01\x58\x73\x9c\x1a\x62\xb0\x04\x4c\x82\x72\x49\x7f\xd6\x54\xbc\x34\x74\x69\x88\x33\x75\x5c\x1a\xba\x34\xf4\x1a\xba\x4b\x43\x97\x86\xea\x70\x24\x48\x96\x04\xc9\x92\x8e\x08\x38\x68\x95\x04\x00\x57\x7f\x7f\x9e\x69\x9f\x27\x59\xd2\xdf\x35\xc8\xb7\x6f\x64\x9f\x7f\xd7\x5c\x82\xa1\xa1\x63\xd2\x5f\x4e\x34\x01\x93\xa0\x5c\xd2\xdf\xf4\xee\x96\x8b\xe3\xf1\xcc\xa6\x75\xf6\x7e\xb0\xf7\x77\xfa\xc4\xaf\x91\x17\x40\x7c\xeb\x76\x01\xc4\x21\x80\xf8\x9a\x01\xb1\xd3\x02\x9a\x75\x55\x21\x11\xb5\xc5\x46\x94\x31\xf7\xef\x5a\x17\x4f\x17\x6b\xd6\x7d\xf6\x64\xa2\x21\x41\x34\xa4\xaf\x00\x32\xf8\xf5\x51\x7e\xfd\xd8\x0a\x18\x15\x01\xef\x12\x95\x2a\x18\x2b\x80\x0c\x39\x82\x28\x0b\x1f\x9b\x99\x4c\x2d\x24\xc8\x84\x0c\x65\x1d\x41\x2d\x24\x62\xf7\x4f\x29\x86\xe0\xd7\x47\x79\xf2\x63\xab\x0c\x5a\x90\x10\x09\x32\x21\xe3\x8f\x10\xb5\x2e\x0e\x17\xa7\x8b\x97\x8b\x9e\x79\x78\x66\x25\xb2\x03\x90\x2e\x20\xe8\x06\xba\xc7\x20\x1a\x12\x44\x43\x06\x25\xfd\xa0\x0f\x12\xf4\x41\xc6\x56\x69\xa0\x88\xd0\xf9\xd0\xf9\x4a\x92\x06\xb5\x90\x88\x8a\x00\xc6\xf6\xea\x12\x67\x9f\x22\xc8\xf8\xad\x01\x11\xe4\x47\x05\xf9\x43\x59\x47\x44\xf3\xcf\x5a\x2e\xc6\x4f\x7c\x1c\xcd\x1b\x35\xb7\xfb\xc4\xd4\x42\x22\x6a\x9f\x1f\x3f\x4e\x1f\xb5\x90\x88\xca\x41\x0e\x10\xe4\x20\x1a\x12\x51\xab\xcd\xf8\x75\x9f\xd8\x6a\x43\x49\x64\xfc\xba\x91\xe7\x11\xd0\x0e\x19\x3f\x79\x9c\x18\x46\x69\xf8\x27\x8b\x23\x05\x12\xa4\x40\xc6\xef\xf5\x35\x2d\x17\x51\xcb\xc5\xf8\x7d\x46\x49\xc4\x1f\xd3\xed\x9f\xd7\x9c\x5e\xb3\xd6\x90\xa1\x04\x23\xa8\x85\x04\x99\x90\xa1\x04\x23\x82\xef\x10\xe5\x3b\x8c\x5d\xe4\x17\x7c\x07\x98\xc7\xb1\x57\xc6\x3c\x28\x89\x04\xed\x90\xb1\x5b\xd2\x49\x88\x44\xd4\xc2\x32\x2a\xea\xfd\x0b\x87\x82\xa2\x48\xc4\xe9\xd9\xb2\x5e\xc1\xa1\x20\x33\x32\x28\x95\x07\x45\x91\x88\xcb\x4b\xf0\x32\x42\x8a\x21\x2e\x2f\x31\xcd\xa9\xcb\x67\xa9\x25\x65\x60\xa4\x8b\xe0\x65\xc4\xad\xbf\x56\x47\xda\x23\x11\xb5\xa4\x8c\x5d\x2e\x83\xbc\x48\x44\x95\xa8\x8c\x9d\x47\x48\x6c\x24\xe2\xf6\x4c\xfe\x48\xdc\xbe\x40\xad\x33\x63\x5f\x86\x6b\x81\x89\x5a\x60\xc6\x6e\x0b\x22\x44\x12\xa4\x47\xc6\x2e\xef\x40\x73\x24\xe2\xd1\x90\x00\x32\x44\x17\x84\x48\xc6\x21\xbd\x46\x81\x24\x68\x8e\x8c\xe3\xd0\x90\xf0\x80\xe6\xc8\x38\x0e\x13\x8d\xeb\x11\xe5\x7a\x0c\xfc\x6d\x11\xd2\x16\x84\x48\x06\x38\x49\x84\xf0\x20\x2a\x13\x3a\xe8\x65\x07\xb1\x91\x00\x5a\x1d\x64\xac\x23\x25\x23\x80\x56\xc7\x8a\xa8\xb3\x56\xab\xa0\x24\x32\xa0\x3c\x82\x68\x48\x64\x25\x36\x07\x94\x47\x64\xad\x56\x91\xb5\x4c\x0d\x80\x8e\xa0\x0f\x12\xf4\x41\x46\xf0\x86\x93\x97\x91\xb5\xf8\x8c\x30\xf2\x59\xb9\x85\xa0\x0f\x32\xe2\xd2\x90\xb5\x84\xce\xc7\xc8\x9f\x86\x24\x0e\xb2\x96\x94\x91\xd6\x3c\xca\x1e\x41\xd2\x63\x24\xc7\x87\x88\x47\x90\xed\x18\x29\x7c\xa5\xd0\x11\x10\xb7\x23\xcf\x75\x51\x3f\x2b\x12\x18\xaa\x03\x22\xad\x10\xd9\x3c\xb3\xea\x32\x22\xeb\xe0\x33\x28\x74\x8c\x7c\x34\x54\x4b\x43\x64\xad\x09\x23\xad\x4f\x64\x3b\x82\x6c\xc7\x40\x1c\x14\x64\x3b\x82\x6c\xc7\x50\x08\x10\x64\x3b\x22\x6b\xa1\x18\x0a\x01\x02\xde\x37\xb2\x9c\x94\x81\xf9\x27\x92\xeb\x91\x55\xbc\x36\x9a\x45\x8b\xb2\x47\x64\x25\x13\x47\x13\xbe\x12\xf8\x88\x2c\xb7\x64\x90\x5f\x8d\x1c\x3a\x5f\x45\xb5\xa3\xc9\x76\x52\xfd\x88\xb4\x42\x90\xe1\x8c\xb4\x7b\x53\xda\x18\x63\x5f\x17\x7d\xb8\xb2\xb1\x31\x78\x6d\xb4\x35\x82\xa8\xc6\x18\xe9\x9f\xb7\x37\xba\xdd\xce\xc7\xa1\xad\x11\x44\x35\xc6\x10\xad\xc1\x33\x07\x20\xf3\x18\xc3\x3f\x6d\xd4\xc9\x8e\x88\x01\x46\x32\x99\x2c\x4f\x7e\x8c\x7b\xfd\xd3\x33\xd9\xd1\x60\x9b\x29\x51\x48\x77\x63\x8c\xf5\x8d\x18\x57\x32\xae\x61\x1d\xa5\xad\x11\xc9\x8e\x68\xdf\x45\x8a\xbd\x29\x6d\x8c\x59\xc0\xe2\x00\xaa\x8e\xb6\xb9\x28\xfa\x6d\x1c\x73\xc2\x19\x83\xd8\x5a\x34\xd6\xd1\x58\xc7\x69\x3c\x29\x66\x44\xab\x6a\xd3\x41\x85\x2c\x5a\xa5\xe3\xa2\x55\xe1\xc1\x38\x25\x0a\x9b\xac\x5c\xab\x64\xfe\x38\x7d\xe2\x06\x83\xda\xca\x72\x06\x75\xaf\x20\x8e\x11\x54\x31\x06\x21\xaf\x20\x8e\x11\xe4\x30\xc6\x69\xb3\x6a\xbc\xf5\x56\xfb\xf5\x38\xc5\x9f\x8d\x1d\x35\x76\x74\x9e\xfe\x19\x6e\x0f\xb7\x9b\x21\x8d\xb7\xde\x42\xeb\x45\x58\x1b\x8d\xb7\x4e\xf9\x62\x9c\x82\x67\x80\xf2\xa0\x75\x31\x4e\xa1\x1b\xc9\x8b\xa0\x75\x31\xce\xd7\x6b\x0a\xc8\x5b\x59\xe3\x38\x45\xd4\x4d\x02\x8e\x1c\xc6\xa0\x85\x15\x4d\x02\xae\xd9\xa8\x2f\xde\x10\xe5\x8b\x68\x2c\xee\x5a\xe3\xc9\xe2\x5a\xed\xc2\x83\x98\x55\x34\xd9\x78\x72\x18\xe3\xe2\xc2\x37\xce\x7e\xab\xec\xda\xb8\xc2\x1b\xb1\xa3\xc6\x8e\x2e\x7e\x13\x6c\x7c\x00\xc5\x8f\x4b\x3c\xd7\x98\x4c\x63\x32\x37\x4f\xb0\xf1\xd6\x5b\xed\xad\xe3\x16\x0e\xd2\xb3\x88\x56\xdb\xe8\x20\x94\x13\x4d\x40\xde\x6a\x1b\x1d\xf7\x1a\x79\xde\x3a\x91\x8a\x71\x4b\x96\xd1\xaa\x08\x22\x15\x83\x7a\x4e\xb4\xd3\x78\xd6\x9e\x3a\xee\xcb\x37\x92\x9a\xa7\x5c\x31\x48\xea\x44\xbb\x34\x74\x69\xc8\x4a\xdb\x78\xeb\xcd\x66\x7a\x5b\x69\x09\x58\x04\xe5\x8a\x71\xdf\x5a\x07\x6e\x6f\xb5\x7d\x8e\x5b\x2a\x84\x64\x45\x10\xa9\x18\xb7\x8c\x39\xad\x8a\x20\x52\x31\x56\xec\xd5\x38\xe6\xad\x2c\x7c\x3c\xfc\x11\xea\x14\x41\x9d\x62\x3c\x5d\xe7\x25\xcb\x5a\x99\xe8\x78\xee\xbf\xe4\xa1\x88\x66\xaf\xa3\x3d\x31\xde\xcd\x4b\x7c\x3e\x4b\x05\xd6\x03\xcd\x4e\x34\x0e\x3a\xe6\x82\xf1\x66\xfd\x93\x6a\x44\x74\x86\xbb\x8e\xd1\xe8\x44\x04\x65\x88\x01\x2a\x1f\x9d\xdb\xdd\x2b\xa2\x1e\x9f\x15\xa2\x97\x19\x47\xaf\x34\xd9\xf8\xf8\x4f\xbd\xe2\xeb\xe8\x15\x58\x0f\xc5\xed\xd1\x9d\xd7\x91\x99\x18\x9f\x74\x3a\x45\x89\xa0\x28\x31\x3e\x5b\x7a\x67\xf7\x9d\xdd\x7f\xd2\xe9\x9d\x2b\xdf\xb9\xf2\x9f\x74\x3a\xd1\x89\xe8\x16\x03\x50\xf9\xa0\x3d\x11\xb4\x27\xc6\x27\x8c\xe9\x42\xf7\x7e\xb8\xdd\xf4\x21\x25\x11\x34\x24\xc6\xc7\x1c\x3b\xb7\x9b\x5c\xc4\x5c\x21\x47\xe7\x76\xf7\x72\xbb\xe7\x0a\x39\x88\x47\x04\xb9\x88\xb9\x19\xf9\x9e\x46\xa9\xd6\x84\xb9\x39\x18\xec\x69\x3c\x6b\x4d\x98\xc0\xea\xd1\x39\xe8\xbd\x2c\x7d\x62\xec\x8f\xee\xc0\xad\x57\x58\x3f\x37\x07\x83\x54\x23\x82\x5c\xc4\x54\xf1\x1e\x88\x24\xa2\x37\xfd\x0c\x9d\xe7\x8b\xf7\xae\x9f\x6b\x40\x64\xe3\x7b\xd7\x10\xa7\xbf\xdb\x7e\x7b\xd7\x90\xf4\x6f\xb7\xfd\x92\x99\x98\x5b\x41\xa9\x82\xcc\x44\xf4\xae\xf5\xb6\x6e\x37\xf2\x43\x43\x56\x5c\xa2\x13\xd1\x6b\xd9\x98\x78\xf8\x83\xf6\x44\xf4\x4a\x07\xcc\x75\xfa\xd6\xa5\x03\x68\x4f\x4c\xfc\x48\x41\x7b\x22\x68\x4f\xcc\x6d\xb8\x5d\x3a\x80\xf6\xc4\xdc\x4e\xb3\x4e\xe2\xbd\xd7\x02\x33\xb7\xf5\x35\x79\xd6\x28\x2e\xe6\x3a\x68\xeb\x9c\x68\x14\x17\xf3\xd7\xd6\x45\xb7\x97\xa5\xcf\xdf\xea\xa7\xd8\x1b\x9b\xc5\x54\x0a\x1e\x8b\xd4\xa2\x57\xfe\x7d\xfe\x64\xa6\x88\x47\x04\xf1\x88\xf9\x93\x4d\xc0\x6d\x11\xbd\x76\xef\x09\x00\x1f\x9d\x6b\x8c\xcd\x62\xfe\x1e\x0d\x49\xbc\x63\xb3\x98\x50\xf1\x41\x20\x22\x7a\x1d\xf3\x4d\xa5\xe0\x41\x20\x22\x10\x57\xcc\x5d\x56\x8e\x16\x44\x50\x7f\x98\xbb\xe3\x09\x0a\x0f\x81\x8e\x62\xee\xd6\x3c\x94\x13\x41\xbe\x61\x1e\xc2\x98\x51\xfe\x6b\x60\x97\x98\x87\x6c\x02\x76\x89\xa0\xe2\x30\x0f\x73\x89\x28\x43\x10\x65\x98\x87\x00\x02\xe9\x43\x10\x57\x98\xc1\xb3\x26\x8b\x10\xa8\x1c\x66\x4e\x17\x79\xac\xa3\xf6\xd6\x89\x88\x29\x46\x15\xd4\xc4\xa8\x4d\x75\xa6\x65\x98\x56\x42\xe0\x77\x98\x2b\x45\x8f\xdf\x21\xf0\x3b\xcc\x7c\x3d\x53\xa0\x3b\xca\xc6\x66\x33\x20\x83\x71\x61\x6d\x98\x4d\x52\x8f\x1e\x42\x50\x40\x98\xcb\x13\x1c\x7c\xdb\xc1\xb8\x1a\xdf\x01\x87\x43\xd0\x3c\x98\xc8\x11\x63\xb4\x75\x7b\xb5\xde\x86\x8b\x36\x55\x8c\x0e\xb3\x39\xb3\x40\xec\x10\x18\x1d\x66\x13\xa5\x21\x76\x88\xc1\xb8\x9a\xec\x21\x71\x84\x18\x5d\xe7\x9d\x38\xd3\x48\x08\xdc\x0f\xb3\x59\xac\x46\x37\x9e\x5d\x97\x6c\x80\x83\xc3\x3b\x86\x37\x92\x7c\xa4\x98\x10\x08\x21\x66\x53\xef\x80\x17\x22\x08\x27\xcc\x66\x2a\x12\x4e\x88\xc1\xe2\x48\xe1\xc7\x10\x51\xd3\x4f\x98\xeb\x78\x62\x88\xa8\xc7\xd4\x90\xbd\x6e\x38\x14\xc3\x2e\x31\x9b\x1c\x16\x76\x89\x18\xd3\x1b\x09\x89\x06\x8f\x60\x94\x89\x4e\xac\x86\x31\x44\xd4\xa3\x22\xea\x49\xcb\x3e\x86\x3d\x99\xc4\xc2\xa4\xe7\x1e\x38\x23\x02\x4b\xc4\xec\x9f\x67\x32\xae\x51\x3b\xed\x84\x75\x0e\xca\x07\x81\x25\x62\x0e\x26\x33\x18\x17\xce\x88\x49\xd3\x3c\x28\x1f\xc4\xa8\x0d\x77\xaa\x80\x0c\x0c\x12\x81\x33\x62\x2e\x17\x1e\x2f\x44\x50\x30\x98\x63\x0d\x08\x2f\x78\xd4\x46\x3b\xc7\x9a\x8a\x9f\xce\x7f\x5a\xe7\xb5\x51\x37\x88\xc1\x0c\x87\xc3\xe5\x21\xe5\x8d\x4f\x62\x92\x9a\x0e\x64\x11\x31\xcb\x6d\x9e\xd3\xa4\x45\x16\x11\x64\x0d\xe6\x64\x5c\x68\x21\x02\x11\xc4\x9c\xcc\x70\x0a\x31\x11\x41\xcc\xc9\xf1\xc1\x00\x11\x18\x20\x26\x10\x70\x4c\xe7\xdd\xe8\x1d\x66\x29\x01\xff\x85\x43\x81\xed\x21\x28\x20\xcc\x75\x6a\x80\xdf\x21\x66\xed\xad\xf3\x74\x0e\x82\xca\x21\x66\x65\xc4\xe6\x69\x71\x25\x7d\x10\x18\x1d\xe6\xa9\xb0\x86\xca\x41\xa0\x72\x98\x97\x1d\x8c\xb2\x40\x4c\xe6\x78\x8b\x43\x26\xcb\x9b\x2c\xef\xb1\xdb\xa0\x48\x88\x59\x3b\xd1\x7c\x9c\xe4\xe3\x46\x08\xd2\x00\x93\x3c\x57\xe0\x46\x08\xa4\x08\xf3\xb5\x36\x4f\x73\x9f\x0a\xc0\xa4\x70\x15\xd3\x34\x9f\xa6\xf9\xeb\x53\x23\x4c\x08\x2a\x00\xf3\xe3\xa8\x4d\x39\xa2\x59\x39\xa2\xf9\x59\x1d\x11\x1f\xc4\x54\x6d\xda\xa4\xec\x30\xe1\x07\x92\x82\x83\x46\x63\x9c\x95\x46\x88\xd3\x17\xbf\x25\x36\x91\x06\x04\xb6\x80\xc0\x98\x18\xa7\x4f\x7d\x0a\x9b\x5e\x4b\xfb\xe9\x53\x9f\xaa\xa5\x56\x99\xd4\xa9\x4c\x0a\xaf\x40\xbc\xea\x08\x90\x06\xc4\xe9\x74\xf2\x35\x29\x4e\x29\x06\x8c\x00\xf1\xb2\x27\x6c\xf0\x71\x2e\x42\x1e\x9b\x3f\x46\x80\xc0\x08\x10\x74\xab\xe2\xf4\x35\x31\x02\x04\x89\xaa\x38\x2d\xed\x88\x01\xe2\x93\xf1\xc3\x0f\x10\x78\xe3\xe3\x73\x52\x0a\xf5\x1f\xa7\xf4\x03\x50\x60\xe0\x86\x0f\x1c\x00\xf1\xdd\xba\x94\x5a\xb7\x98\x7f\x8e\x64\xe1\xfc\x63\xe1\xfc\x37\x59\x0f\xfc\xed\x71\x2e\xf2\x1c\x55\x21\xa7\x2c\xe2\xc2\xe4\x83\xe5\x05\x4c\x7e\x9c\xb5\x48\xe6\x26\xe4\x38\xa7\x2e\x2d\x9e\x1c\x41\xe9\x69\xd1\x82\xad\xcf\xdf\x6a\xc8\x77\x3f\xa1\x63\x7f\xd6\x92\xd3\x4a\x76\x2e\xf2\x1c\x69\xd5\x53\x18\x73\x56\x6e\x30\x7f\xbb\x0f\xa7\x6e\x08\x0a\x3f\x7f\x56\x1d\x48\xfb\x38\x17\xa3\x8e\x98\x16\xc4\x3e\x16\xa8\x9e\x8a\x4a\x20\x67\x8f\x13\x10\xf6\x77\x99\x21\xb2\x72\xb0\xf5\xb9\x52\xa0\x08\xd8\xe3\x04\x84\x25\x1a\x12\x78\xd8\xe3\x5c\xe4\x39\x1c\xc9\xd3\x9a\x07\x70\x9f\x14\x3a\x02\xd7\x7a\x80\xd1\x27\x54\x57\x9c\x72\x04\x0b\x3f\xbf\xb2\x87\xf0\xf3\xb1\xf0\xf3\xbb\xd3\x8d\x53\xfc\x81\x72\x3d\x8f\x6d\x5d\x34\x6d\x3e\x3c\x29\x8e\x27\xa0\xe2\xe3\x42\x9e\x73\x48\xbc\x5f\xac\x03\xc9\x7a\x1e\xe6\x12\x00\x7c\x2c\x00\xfc\xaa\x73\xc1\x99\x1e\x00\xec\x79\x7c\x35\x74\x97\x89\x79\x95\xeb\x91\x2b\x83\x06\x3b\x1e\x08\xca\x33\x1c\xc5\x23\x28\x8f\xab\x7c\xfe\xc4\xed\x1e\xc0\xdf\x71\x25\xae\x10\x69\xff\x8b\x63\xbe\xc0\xdf\x29\x11\x73\x29\x8f\x83\x01\xcf\x9c\x87\x8b\x87\x8b\x88\x4e\xd4\x7a\xe0\x1b\x0f\x44\xe3\xb9\x1c\x1f\xe0\xef\xb8\x6a\x9f\xcf\x26\x27\x88\x22\x3c\x50\x84\x67\x73\x92\x7f\xd9\xd2\xaf\x72\xa2\x13\xc6\x24\x10\x86\xc7\x42\x84\x37\x7e\xfd\x25\x20\xbf\x6a\x75\x4b\x18\x93\x00\x13\x8f\x05\x13\x6f\xd6\x64\x30\xf1\x58\x30\x71\xc4\x90\x01\x0a\x1e\x97\x39\xdf\xa4\x92\xa1\xbe\x03\xd1\x78\x2e\x2f\xe3\x72\xa6\x76\xe1\x88\x69\xca\xcd\xae\x53\x97\xea\x14\x2d\x9b\x04\x07\x98\x78\x2c\x98\x38\xa2\xe2\x80\x0f\x0f\x0c\xe3\xd9\x6d\x80\xc8\xc4\x03\x5a\x3c\xfb\xbe\x2e\xea\x3c\x43\xe8\xcd\x80\x38\x19\xc7\x1b\x9e\xbd\xaf\x8b\xfa\x89\x0e\xa6\x4b\x4f\xe3\x06\x0f\xa4\xe0\xb9\x6a\x13\x10\x7f\xc7\x85\x0e\x66\x48\xd1\x42\x6f\xc7\x42\x6f\xaf\xcd\x1f\x7a\x3b\xae\xda\xfc\x73\x28\x22\x83\xde\x8e\x85\xde\x5e\x05\x0b\x78\xbc\x03\x81\x77\x8e\x6b\xfd\xd3\xb4\x41\x18\xb5\x72\x6d\xd0\xdb\x81\x7a\x3b\xa7\x95\x01\x26\x3b\xf0\x6a\xe7\xf4\x4c\x08\xed\x00\xcd\xce\xc9\x89\x86\xd0\x0e\xd0\xec\x9c\xe6\x12\x4c\x76\x2c\x4c\xf6\x2c\xd8\x43\x20\xd4\x8e\x05\xbf\x9e\xbc\xb6\x5b\x2a\xf9\x3e\x10\x9d\x38\x19\xbf\xe5\xc5\xee\xaa\x42\xc9\x73\x5b\x17\x87\x8b\x35\xc1\x56\x51\x01\xdc\x75\xdc\x65\x4e\xb9\xaa\x02\xc0\xaf\x03\x4b\x76\x9e\xf1\xd7\x19\x0a\x48\xed\x40\xa1\x9d\xa7\xf8\x13\x4d\x76\xdc\xe5\xfb\xe7\xf2\x1d\xc0\xb0\x03\x0c\x3b\x4f\xf6\x84\x0a\x3b\xc0\xa9\xf3\x74\x4e\x7b\xb3\xbc\xbb\xf9\x27\x77\x16\xaa\x3a\xee\xca\x56\xe7\xf9\x78\x66\x5b\xb7\xd7\x57\x3d\xd7\xc0\x70\xe5\x81\xab\x73\xe5\xdc\xa0\xaa\xe3\xee\x9e\x29\x23\x7d\xf3\x32\x80\xa4\xf3\x92\x8c\xb8\x79\xd8\xf7\x58\xec\x22\x5a\xe7\x65\x60\xb6\xce\xcb\xb2\x81\xa8\x3a\x10\x55\xe7\xcd\x73\x85\x80\x0e\xd0\xe7\xbc\x15\x6b\xa0\x98\x0e\x34\xd2\x79\x3b\xc4\x01\x37\x8e\xdb\xdc\x27\x3d\x1c\xe0\xc6\x01\x67\x9c\x8f\xdd\xfb\x56\xf8\x05\x67\x9c\xcf\x6a\x9d\x95\x00\x18\xe7\x23\x0e\x01\x1b\x8e\xfb\x5d\x9c\x11\x66\x9f\x44\xf1\x8d\x59\x65\x79\x58\xa0\xc1\x01\xf6\x9b\xaf\xe4\x1e\xf4\x6f\xdc\x98\x0b\x5e\x69\xd5\x5b\x49\xe8\x8d\x34\xe9\x15\xcf\x03\xec\xc6\x83\x02\xed\x75\x42\x0e\xbe\x1b\x70\xbb\xf9\x3a\x20\x00\xdf\x8d\x67\xc3\x04\xe1\xb8\xef\xe1\x06\x3d\x3f\x2c\x03\x7c\xb1\x47\x50\xfa\x60\x2a\xf9\xac\x79\x40\xb9\xf1\x94\xe3\x93\x5f\x81\x6b\xe3\x29\xa6\x92\x78\x30\x95\x7c\x76\xb0\xc7\xd9\x2f\x34\x6e\x7e\x56\xb2\x87\x95\x3c\xac\xe4\x2b\xec\x46\x3c\xac\xe4\xc1\x54\xf2\xad\xce\xf3\x8d\x60\x73\xf3\x7b\xd7\xc5\x1a\x4f\x10\xdd\xfc\xa4\x01\x61\x73\x63\x61\x73\x57\x1a\xe8\x09\xad\x2b\xdb\xde\x9c\xcf\x43\xdc\xc6\x42\xdc\x6e\xb2\x72\x0f\xdf\xe8\x51\xb6\xbd\x15\x44\x25\xc0\x70\x03\xd5\x77\xa3\x53\x18\x70\xb4\xf1\x34\xc4\x07\x52\x0c\x70\xb4\xb1\x70\xb4\xdb\xea\xbc\x2d\x08\x9c\xb6\x6d\x9f\x7f\xf2\x9b\x9e\x01\x69\x2f\x27\xfc\x0c\x0d\x2d\xf0\x3f\x1f\x1c\x64\x36\x1e\xd0\x8f\x9f\x74\xe5\x23\x3b\xf3\x2c\x9c\x3f\x1f\xfc\x31\xbd\x17\x10\xf6\x67\x4f\x7e\xec\x21\xcf\x42\xef\x3b\x25\x7c\x94\x45\x3e\xe7\xc2\xcf\xeb\xa7\xba\x0c\xd0\xd7\xb6\xaf\xa1\x93\xd4\x7d\x2e\x90\xee\x43\x43\x92\x3b\x0b\xc9\x8a\xdf\x3c\x1e\x27\xa4\x00\xad\x6d\x17\xf9\x3f\x52\xb5\xcf\x82\xdf\x8b\x93\x1f\xa9\xda\xe7\x5e\x20\x75\xe3\xc9\x99\x5a\x50\x54\x0a\x57\x81\xf4\x3c\x40\x4a\x1b\x39\xa9\x80\x2c\x8d\x07\x2c\x8b\x48\x54\x3c\xf6\x90\x07\x02\xeb\x50\xa8\xf2\x08\x0b\x17\x42\xf4\x10\x01\x40\x81\x06\xf8\x67\x0b\x3b\x03\x14\x68\xbc\x80\xef\xab\x1c\xf6\x65\x47\x30\xa1\x2d\x76\xb7\x2f\xd7\xff\x07\x93\xed\x24\x02\xf2\x32\x16\xf2\x32\x79\x97\xaf\x72\xc3\x17\xa8\x21\xf9\xcb\xaf\x99\x0c\x80\xd9\x56\x55\xe5\x7b\xac\x68\x04\x82\x59\x3e\x1c\x1c\x33\x16\x1c\x33\x39\x53\xaf\x3c\xce\x0b\x18\x45\xcb\x23\xde\x58\x04\xb2\x40\xab\x72\xc1\x2f\xfc\x02\xa8\x66\x6b\x85\x31\x09\x18\xcd\x58\x18\xcd\x66\x47\xc0\xf4\x1e\x6f\xba\xbd\xad\x8b\x5e\x13\x5a\x6a\x79\x2e\x6f\x5b\x01\x12\xd0\xaa\x12\x0c\x38\xcc\x00\xc0\x6c\x6d\x75\x5e\xea\xf3\x45\xa2\xd1\x04\xa3\xaf\x75\xfe\xed\x5a\x57\x58\x01\x9c\x59\xa1\xd4\x1f\x17\x25\x38\x10\xbe\x07\xa8\x66\x6b\xaf\x41\xe6\xb5\xfd\x09\xdc\x94\xe1\x87\xd8\x8c\x77\x80\x8d\x3a\x25\x04\xc7\x8c\x05\xc7\xec\x82\x7c\xf4\xef\x01\x56\xd9\xba\x34\xd0\x5b\xb6\x12\x2f\x98\x78\x2f\xa4\x58\xd1\xde\xd6\xc5\xdd\x45\xad\x33\x19\xc8\xc9\xb6\xdc\x99\x77\xd1\x01\x03\x46\x0d\xa9\xe4\xf7\x5c\xcf\x04\x99\x14\x01\x80\x30\xc6\x7b\x83\x78\x5a\xac\x30\xb6\xc7\x9f\xa0\x45\x15\x5b\x78\xd8\xe3\x85\xb4\x9e\x6b\x90\x65\x24\xdf\x8a\x15\xda\xe4\xf8\xbc\xaf\x7f\x82\x4a\xcf\x35\x15\x9d\x27\xbe\xa0\xd2\xf3\x76\xf1\x73\xfb\xe7\x76\x55\x01\xdf\xa2\xc4\xad\x59\xde\xce\xf8\x4b\xa6\xcc\x00\x50\x0c\xc8\xc4\x76\xf2\xde\x3e\x31\x03\x64\x62\x3b\x0b\x69\x1f\xd0\x87\xf1\x27\xfa\xb0\x88\x59\xe2\x5b\x2c\xb8\x3b\xf0\x22\x47\x0d\x0d\x7c\xc0\x1b\xb6\xcb\x8c\xfe\x04\xcf\x38\xde\xdb\xc5\x41\x47\xee\x1e\x58\xdd\xdb\x25\xcf\xfc\xad\x50\x1a\xa7\xcd\xa5\xbc\x1c\xf0\x2f\x20\xfe\xda\xed\x40\xf8\xcb\x15\x4a\xbf\x2e\xd6\xb8\x7e\x4e\xf6\xfe\x84\xfa\x19\xd7\x4f\xda\xff\x6b\x6e\xbf\x8d\x96\x69\xfe\x01\xdf\xdc\xcf\xfa\xa7\x7e\x42\x1d\xdf\x1c\x1f\x10\xc1\xf8\xcc\xfd\x7b\xbd\xa6\xc9\xfb\x99\xbc\xab\x8c\xef\x73\x42\xfe\x55\x16\xb1\x3d\x36\xd5\x4f\x20\xf1\x0d\xd0\x34\x27\xcf\xf0\x7f\x01\xf1\xd7\x88\xfc\xc7\x27\x37\xf8\xe1\x4d\x78\x14\x95\x7c\xe2\xe4\x85\xea\x23\xb3\x1f\x9f\x48\x00\x64\xaf\xbd\x3c\x17\x78\xbc\xf8\x2c\xd8\xaf\x6c\x27\xb0\x5d\x2c\xb0\xdd\xcb\x49\x81\xab\x0b\xbc\xf1\xed\xe3\xa4\xc2\xd5\xc5\xc2\xd5\xad\xc3\xa6\xcf\x82\xfd\x3d\x0b\x35\xe5\x76\x4e\xff\x07\xe7\x4f\x05\x3b\x00\xea\xe2\xab\xda\x92\xf6\x99\xe6\x9f\x40\xf7\x7b\xdd\x3e\x8d\xbc\x7a\xd6\x85\xab\xfb\x04\x90\x1f\xa7\x7f\x41\xe8\x68\x46\xe7\xb6\x49\x4d\x00\xb3\x50\x6d\x4e\x20\xb6\x04\x62\xeb\x5b\x2d\x45\x45\x3c\x5c\x54\xc3\x30\x3b\xc5\x2f\x98\xf0\x6a\x09\xaf\xd6\x7f\xe9\x76\xee\x3a\x68\x5a\xff\xd5\xe1\x48\xc2\xa4\xe5\xa6\x68\xfc\x57\xc7\xa7\xb9\xd5\x9a\x9e\x10\x6a\x1d\xed\x78\xc2\x96\x25\x34\x59\xdf\x0b\x3a\x99\x5b\xae\x14\x0a\xd4\xcc\xe1\x9f\x8b\x12\x39\x17\xe8\x46\x3f\x05\xb3\x1b\xe8\xc7\x7e\xb9\xb8\x88\x8e\x95\x99\x22\x97\x2d\x2e\xe4\xba\x58\xfd\x24\xf1\x98\x9b\xb0\x77\xeb\xc0\x2c\xbb\x8b\x22\xdc\x0d\x76\xe3\x68\xba\x24\x44\x85\xe3\xea\xc7\xe9\x99\x98\xcc\xb6\xe9\x99\xd7\xfa\xa7\xd7\x9c\x0b\xcc\xe2\x99\x32\x30\x70\x5c\x3d\x56\xeb\x42\x54\x38\xae\x1e\xb5\x10\x26\x38\x57\x11\x32\x17\x48\xc4\x87\xc3\x8a\xb8\x9d\x40\x22\x61\x40\x2e\xcf\xbc\x16\x1e\xc4\x37\xba\x7c\x8e\x85\xdd\xe8\x46\x1e\xbd\xd9\x76\xc1\xc2\x54\xbd\x60\xc2\x78\xe5\x76\x7b\xe6\xe7\x6b\xf2\xc8\xb7\x07\xa8\xa1\xd2\x01\xb9\x09\x51\x37\xe5\xda\x19\xde\x5d\x5a\x66\x7b\xc1\x34\x2a\x4a\x4f\x20\xad\x84\xce\xea\x78\x4f\x73\x43\x56\xb8\x60\x59\x6d\xf3\xee\x18\x4b\x17\x02\x0b\xb7\x45\x82\x5e\x55\xee\xeb\x8f\x8b\x05\xa5\xc9\x9f\x49\xfb\xab\x65\xb8\xb7\x72\x4e\x13\xd8\x2a\x17\xd8\x8a\xcc\x44\xfe\x90\x15\xfe\x6a\xa5\xed\xcd\x80\xfc\xb8\xe9\x80\x58\xbd\x55\xf0\x9c\x3f\xc1\xec\xef\xa7\x4b\xd3\x33\xb1\x8e\xfd\xca\x73\xe9\xad\x52\x75\x09\xab\x95\xbf\x05\xa9\xa8\x44\x61\x02\x69\xe5\x6f\xd7\x25\x26\x03\x8f\x95\x80\x58\xbd\x7d\xde\x88\x9b\xfe\xab\xbc\x66\xa7\x70\x94\x3f\xc1\xec\x4f\xb9\x76\x2f\x54\x42\xfe\x24\x85\x60\xae\x7a\x5f\xaf\x19\x8b\x34\x1b\xd2\x21\x3d\x13\x77\xe0\xaf\x0e\xa2\x3a\x95\x9f\xfc\xa1\x09\x84\xa4\xea\xbd\x56\xda\x84\x9d\xca\xdf\x42\x4f\x30\x04\x88\xa8\xfc\x95\x3f\xd2\x47\xad\xf3\x49\xba\x22\x7f\x0b\x28\xb1\xc6\x13\xf9\xdf\x82\x3b\x8d\xd3\xbb\xcb\x64\xfe\xca\x31\xef\xca\x79\x12\x88\x29\x7f\x0b\x13\xf1\xad\x7f\x1a\x10\x55\xd4\xb3\xe8\xd1\xf3\x87\xf9\xf7\x37\xe1\x16\xc2\xed\xc8\xff\x7e\x4c\x06\x39\x41\xd2\xc8\xc8\xdf\x09\xb7\x30\x74\x9e\x21\xfc\xce\x85\x5b\x70\x91\x21\xfc\x18\x82\x14\x43\xfe\x18\x02\x2c\x53\x9f\xef\xfa\xa7\x86\x2e\x55\xfe\x9b\x2e\x61\x02\xfd\x3d\xca\xf4\x87\xdb\x1f\xaf\xc9\x10\xce\xe1\x1b\x3d\xba\xb4\x10\x0e\x6b\xda\x20\xea\x5b\x80\x23\xa5\x37\x09\x1c\x94\x3f\x86\x70\x59\x58\x7e\xa2\xd0\x1f\x8c\x41\x45\xe7\xff\xbd\x43\x51\xdc\xe2\x45\x31\x3e\xd4\xf0\xd7\x4b\xec\x28\xf3\xf6\x9a\xc3\x5d\x94\x9e\xfb\x4f\x42\x14\xac\x00\x50\x3f\x77\x29\x49\x58\xa1\x6e\x4b\x4f\x78\xa0\x5c\x78\xa0\xbb\xd0\x48\xb9\x0b\x3c\x77\x98\x42\x5b\x7a\xee\x02\x4f\x58\xa1\x6e\xf7\x4e\x90\xa1\x84\x15\xea\x76\xef\x84\x0e\xca\xdd\x8c\xbe\x8b\xc4\x31\x77\xeb\xfd\x0e\x80\x70\x57\x5e\x34\x41\x86\x72\xaf\x89\xdd\x1f\x6b\xde\x8e\x34\x7b\xb7\x09\x3c\xa9\xf5\xd0\x25\x00\x84\x67\x75\x3e\x35\x64\x9a\x3f\xa7\x7f\x9a\xe6\x7b\x53\x6f\xcf\x46\xf7\x72\x52\x72\xe1\x81\xa8\x54\xe4\x6e\xee\xef\xe6\x3e\x91\xa8\x04\x12\xca\xbd\x4c\xa0\xbf\xd6\xe6\xbd\x4b\x5a\x77\xd5\xe9\x15\xd7\x25\xe4\x50\x2e\xe4\x10\x5e\xc9\xdc\xbb\xf1\x04\x1b\x7e\xeb\x78\x22\xc1\x89\x72\xef\xaa\xe8\xd3\xd0\xc9\xf7\xef\xc3\x33\x2b\xa9\x9b\x30\x46\xc5\xe3\xfe\xc7\x45\xfb\x27\x70\x51\xee\xe5\xea\x74\x95\x26\xb9\x4b\x9d\xee\xec\xe9\x2b\xf8\x60\xee\x88\x79\x77\xa0\x40\x95\x26\xb9\xcb\xea\xec\x80\xc5\x9f\x65\x63\xc7\x9b\xb9\x03\x16\x43\x5c\x27\xc4\x51\x42\x13\x75\xae\x47\xee\xe7\x22\x8c\xaf\x2e\x7d\xa6\x39\x6c\x51\xee\x97\xdb\x2d\xed\xbb\x2c\xe9\xce\xc8\x3e\x0b\xcc\xce\xc8\x40\x8c\xc6\xb6\x46\xfe\xf2\x46\xb5\x05\x0d\x5a\x09\x49\x79\x26\x49\xce\x8c\xad\xfb\x9a\x8f\xe9\xad\xb2\x90\xb2\x40\xc2\x01\x25\x1c\xd0\xf8\xfd\x74\x69\x1d\x02\x94\x8b\x34\x96\x3f\x02\xeb\x93\xfb\xa7\x18\xbb\xfb\xa7\x2c\xe9\xfe\x29\xc6\x66\xe2\x20\x3f\x09\xf2\x33\x7e\x05\x01\xc8\x03\xc7\x25\x3c\xcf\xd8\xad\x10\x07\x96\xfb\x43\xb5\x3f\xe5\xa8\x3c\xf8\x4d\x87\x0a\x23\x1a\xdc\x09\xc1\x93\xa0\x3b\x63\x2f\x9f\x31\x0f\x84\xf6\xc7\xbe\x2a\x9e\xdd\xfe\x27\x4d\xbd\x3a\xe6\x3a\x31\x49\xe8\x9e\x3c\x0e\xb7\x57\x5e\x34\x0f\x66\x78\x28\x22\xdc\x6d\x2c\x07\xb7\xeb\x50\x44\x08\x19\x9c\x07\xb7\x0b\x0e\x68\x1c\xbb\x67\x1e\xff\xff\xac\xa3\xaa\x93\xeb\xdd\x0f\x1b\xcb\x51\x1b\xcb\x20\xd0\x5c\x9c\xf7\x75\x71\xb8\xa8\x9f\x1c\xb4\x23\x14\x37\x4f\xad\xb3\xcd\x43\xb5\xff\x61\xcd\x3b\x64\x47\x0f\xb5\xbc\xb2\x09\x79\xd8\x97\x8e\x32\xd8\x11\x75\xc0\x9e\x87\x73\x09\x18\xa1\x11\xcd\x6b\x2e\x42\xfb\x72\xe5\xc6\xf2\x5c\xa0\x82\x8a\x4e\xbf\x6a\x8e\xfd\x93\x19\x1e\xca\xf5\xe3\xd6\xd0\xd0\x50\xed\x44\x63\x39\x29\x60\x3d\x09\xcf\x33\xd2\xc2\x72\xd4\x99\x5a\x1e\x4a\x03\x11\xbe\x17\x37\x7f\xb1\xf1\x6f\xca\x8b\xcb\xb4\x0f\xbb\x0d\x98\xcd\x68\xbb\x7f\x5e\x3a\x5f\xfb\xcb\x68\xdc\x43\x18\x9a\x3c\x54\xec\xb5\xae\xf5\xdb\x64\x50\x77\xdb\x4e\xfd\xbc\x8d\x92\x8a\xbd\x66\xa5\x85\x9a\x49\xa8\x99\xd1\x3e\x53\x91\x2f\x76\xa8\xbb\x75\x3c\x91\x00\x32\x79\xb0\x8e\xbe\xaf\x7f\x6a\xfd\x51\x1f\x7c\xe8\xfc\xe3\x99\x8a\x71\xfb\xa1\x4b\x4e\xd8\x8e\xda\xb3\x46\x3f\x74\x49\x72\x15\xcc\x66\xf4\xe6\x76\x8c\xf4\x07\x93\xe9\xb6\x9e\x43\x72\xf5\xa8\x50\x63\xf4\xca\x50\x64\x38\x04\x88\xf2\x9b\xc6\xe4\xca\x85\xf4\x66\xa8\x95\x9b\x95\xfa\x4c\xb0\x97\x5c\xb0\x97\x59\x27\x7a\x19\x87\xd3\x30\x65\xe5\xb3\x4a\x84\x32\x4c\xef\x85\x70\x99\xcf\xba\x38\x5c\x9c\x2e\xde\x2e\x7a\xa6\x02\xba\x59\xcc\xa3\x09\xe1\x92\x0b\xe1\x72\xfe\xd6\xc5\xdd\x45\xd5\xb4\x95\xbf\x4b\x60\x96\x8c\x50\x77\x6b\xf5\x06\x66\xc9\x05\x66\x39\x7d\xe2\x70\x16\x17\xab\x46\xb6\x72\x97\x19\xb6\x9e\x68\x9e\xc9\x89\x86\x38\xc9\x58\x45\xae\xdc\x99\x90\xbd\x8f\x8a\x3f\xc6\x55\x47\x9c\x09\x47\x92\xa1\xda\xfb\x9e\xfe\x89\x80\x3d\xaa\x00\x60\xdc\xe6\x3c\x90\x48\x2e\x90\xc8\xbd\x5e\xd3\x09\x30\x58\xc8\x78\xb6\xef\x2f\x1d\x8a\x70\x7e\xb6\xc0\x22\x0f\x17\x39\x4c\xf3\x05\xfd\x78\xac\xb8\x30\x1f\x19\x0a\x53\xf1\xba\x64\x20\x4f\x06\xf6\x18\xef\xe6\xab\x52\x4e\x88\xca\xfe\x8f\xb7\x79\x09\xd1\xc5\x82\x69\x90\x54\x4a\x30\x8d\x5c\x30\x8d\x77\xbd\xae\xe8\x02\xdc\x62\xbc\xd6\xbc\x30\x4f\xc3\x3c\x95\x63\xcf\x78\xb5\xae\x3e\x1c\x0f\x49\xc6\x6b\x08\x2b\x24\x1e\xdf\x6a\xdd\xe4\x0d\x93\xf7\xbb\x4c\x49\x27\xc1\x51\x73\x78\x7c\xf7\xfa\xe7\xe9\xe2\xa5\xd4\xb2\x26\x45\x5a\xef\xe1\x25\x26\x82\xdd\x04\x9b\xc8\xfc\x29\xa0\x34\x79\x49\x85\x25\x8d\xb0\xb9\x55\x61\x45\xa6\x9d\x21\x7f\xea\x05\x35\x94\x4e\x06\x72\x57\xec\x68\xf2\x42\x5d\x64\xee\x1a\x32\xc8\x89\xd8\x3c\x77\x0d\x7d\xeb\xf6\xe9\x62\x55\x9a\xac\x0d\x30\xb9\x72\x59\x5b\xc9\xfc\x55\x72\x2f\x93\x2b\x07\xc2\x31\x7f\x55\xc1\x91\x59\x9b\x47\xe6\xa1\xe0\xcf\x34\x4f\x46\x96\xc7\xaa\x41\xd4\x90\x9d\x21\x43\x15\xa0\xf5\x29\xed\x0c\x20\x1c\xf3\xb7\x46\xc9\x26\x90\x2a\xe1\xe4\xc3\x13\xa0\x23\x53\xed\xe9\xce\x0f\x4d\x9b\x40\xa6\x7f\x72\x52\xa0\x3c\x32\xcb\x82\xe6\xde\xfd\x73\x1d\x4e\x37\xf5\x82\xa2\x4a\xf8\x8c\x4c\x75\xa2\x6b\x57\x04\xd3\x48\x30\x8d\x09\xb3\x93\xc0\x17\x09\x7c\x31\x8f\x34\xc8\xdc\x2e\xe0\x8b\x79\x58\xde\x80\x2f\x12\xf8\x62\xae\x20\x3f\x85\x31\xc0\x17\x73\xed\x75\x29\xf2\xcf\xa9\xdc\xf0\xd6\xcf\xb9\x8e\xdb\x3d\xd3\xea\x98\x4a\x37\x52\x91\x0e\xb9\x96\xd2\x0e\xa9\x8b\x8a\x1d\xd7\x77\x9f\x86\x4e\xd9\xd9\x61\xbd\x4f\xb6\x99\x65\x9b\x33\x36\xad\x8b\x82\xb2\x5c\xb2\x19\x3f\xdf\x88\x2f\x96\x97\x62\xc7\xe6\xbb\x3b\xc6\x4e\x55\x6b\xc1\x49\x49\x9b\x55\x96\x9f\x36\xd7\xa6\x0a\x24\x92\x40\x22\x33\xd7\x6b\xde\x86\xae\x12\x5b\x93\x8e\x49\x02\x89\x64\xaa\x28\xcd\x35\xbd\x97\xfe\x89\xa2\x37\xec\x9b\x99\xce\xb6\xc1\x42\x26\x02\xcb\x4c\x06\x0b\xd0\x31\x9b\xec\x4c\xbe\x6e\x7f\x15\x11\x72\xbb\xc0\x3b\x12\xae\x63\x36\x8b\x6b\xb2\xe2\xfc\xd4\xe1\x6d\x3e\x1c\x2b\xce\xb2\xe2\x89\x7a\x20\xf3\x33\x6d\x2a\xc0\x9a\x5d\xda\xa2\x49\x1c\x40\x80\xcc\x5e\xe7\x0b\xd9\xe4\x08\x5a\x25\x65\x67\x97\x0e\x68\xea\x39\xc0\x42\x66\x97\x1f\x69\xec\xbd\xb1\x77\x12\x7f\xd9\xe4\x08\x80\x44\x66\xd7\xf9\x26\xcc\x6a\xec\xbd\x8b\x3f\x1a\xa7\xaf\xed\x3a\xef\x8d\x1a\x7b\x6f\xec\xbd\xbf\x9e\x29\x9b\x00\x63\x32\x55\x07\x64\xa3\xa9\x02\x6a\x32\xbb\x88\xaa\xf1\x19\x61\x4c\xe6\xd8\xfc\x93\x69\x43\x95\xcc\xc1\xe9\x83\x23\xc9\xa6\xf2\x75\x54\x9d\x7d\x36\xbb\x62\x0b\xf5\x82\xfc\xe5\x46\x29\x05\x9c\x64\x0e\x33\xa4\x85\xd6\xd9\xfb\xe8\x9e\x29\x2b\xd7\xca\xc2\xe7\xa8\xc2\x8a\x6c\x54\x8c\x9a\xca\xd7\x61\x05\x83\x31\x49\x18\x93\x49\xdc\x24\x81\x4b\x12\xaa\x64\xce\xdd\xed\x34\x0b\xc0\x49\xe6\xb4\x58\x81\x93\x64\xb3\x08\xcc\xc3\x78\x8a\xd2\x00\x48\xe6\xf2\x1d\x1a\xfd\x93\xa6\x04\x7c\xde\x3e\x87\xd8\xab\x75\x0d\x55\x01\x5d\x36\x61\x56\x53\xed\x3d\x45\x2a\x6d\x95\xad\x0c\x25\x81\x9b\x01\x99\x5a\x9f\x8a\x07\xc3\xc8\x3b\x12\x6f\x4a\xed\xce\x42\xa3\x24\x3c\x48\xb6\x53\x09\xa3\x5d\x06\x3a\x24\xc1\x42\xe6\x69\x11\x00\xe8\xc8\xa6\xda\x1b\x13\x40\x82\x77\x24\x5c\xc7\xbc\xea\x08\x3e\xc1\x3b\xb2\x55\x9c\x34\xaf\x4d\x3f\xef\x55\xf5\x52\x73\xe9\xfa\x79\x4d\x8e\x24\xe8\xc7\xbc\x2c\xfe\x8d\xc1\x36\x06\x7b\xed\xeb\x9f\x5e\xb3\x4e\xe2\xe7\xb5\xeb\xbc\xbd\x18\x02\x64\x5e\xd6\xe4\x46\x9e\xa0\x3d\xca\x21\xe7\xbf\x68\x79\xe4\xf1\xaf\xfe\x04\x90\x48\xb6\xda\xbc\xe7\x25\xde\x69\xb6\xe4\xa6\x58\xf5\x96\x3c\x06\x07\x49\x70\x90\x79\x1f\x86\x80\x3f\xd9\xca\x7c\xe7\xbd\x66\xa4\xd4\x20\x38\xc8\x7c\x84\x0c\x9d\x31\xf7\x0a\xcf\xe6\x63\x08\x7a\x1d\xb4\x24\x54\xc8\x7c\x78\x9e\x9d\xf6\x00\x8c\xc8\x54\x9a\x90\x9d\xd9\x77\x66\xaf\x34\x21\xa9\x62\x26\x39\xcc\xf9\x34\xb7\xb3\x70\xf8\x91\xf9\x88\x0e\x60\x44\x12\x46\x64\x3e\xcc\x1e\x46\x24\x61\x44\xe6\x73\x6b\x88\x89\x42\x7e\xcc\xe7\x75\x3b\x99\x81\xae\x38\xfd\xe1\xbc\x75\xde\x2c\x00\xc8\x7c\x45\x70\x9d\x37\x0b\x0e\x32\xd5\x4f\x66\x67\xb7\x9d\xdd\xd2\xac\xcc\x6e\x4b\xee\xa1\xa0\xd4\x7a\x0d\x1c\x92\x50\x21\xf3\x15\x19\x75\x5b\xf2\x82\x83\xbc\x75\x58\x98\x70\x20\x09\x00\x32\xdf\x3a\x4e\x4e\x38\x90\xec\x65\xa9\x93\x76\x44\xf6\x5c\x45\x4f\x9b\x8b\x9e\xc9\x6e\xa1\x42\x26\x7d\xc9\x04\x07\xc9\x05\x07\xc1\x28\x97\x70\x20\x09\x00\x32\x21\x69\x12\xf2\x23\x17\xf2\x03\x78\x3f\x01\x39\xb2\xab\x2e\xff\xa6\xf1\x94\x87\x03\x58\xd8\xb6\xd3\x64\x50\x3c\xd8\x6b\xb3\xd9\xb6\xcb\xed\x8f\xd6\x6b\x9e\x6d\x1b\x6b\xec\xb6\x10\x92\x97\x1b\x3a\xb4\x1c\x05\x14\xcc\x51\x93\x61\xdb\x2c\x64\xa0\x06\x39\x6a\xb9\xdf\x36\x5b\xf2\x30\x19\x48\x57\x6e\xbf\x7d\xfd\xf3\x76\xf1\xad\x8b\x52\x58\x40\x09\x49\xb3\x72\xfb\x09\xac\x86\xe5\x7e\xd4\x44\xd9\x20\x3f\x72\x70\xef\x46\x2d\xf0\xdb\xcf\x52\x32\xb8\x77\xa3\xdc\xbb\x6d\xa5\x32\x48\x5e\x26\xc9\xcb\xed\xd7\xb4\xbe\x74\xb5\x76\xad\xd7\xc1\x73\x69\x67\x95\x5a\x56\xbd\xe6\x61\xe8\x00\x1d\x12\xb4\x61\x3b\xaa\x46\x2b\x21\x1c\x92\x78\xe4\x76\x5c\xfe\x29\x8a\x21\xbc\xb8\x85\x70\x69\x70\x47\x06\x82\x46\xe0\x9e\x1c\xab\xb2\xac\x36\xda\x43\xe5\x6a\x2a\x24\xcf\x51\x83\x7c\x20\x19\xc8\x69\x90\x27\xaa\xd1\xcd\xca\x30\x55\x29\x2e\x09\xbb\xad\xce\xaf\x52\x65\x75\xaa\xac\x3e\xb6\xef\x5f\xd2\xa2\xef\xdf\x9f\xfb\xdf\xcf\x7f\xfc\x8f\xff\xf5\xbf\xcf\x7f\xfc\x9f\xf3\xdf\xdf\xbf\xdd\xff\xf5\xcf\x7f\xbe\x7f\xff\xcf\xe7\xdf\xee\xff\xfc\xdb\xff\xfc\xe3\xea\xdf\x9e\xf7\xfb\xb7\xbf\xbf\xff\x7c\xff\xef\x7f\xfc\xd7\x3f\xef\xf7\x6f\xff\xf8\x8f\x7f\xfc\x71\x57\xfd\xfe\x5f\x00\x00\x00\xff\xff\x9f\x82\x60\xf5\x33\x11\x03\x00"); -var _daa =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x64\x97\x4f\x6f\x23\xb9\x11\xc5\xef\xfa\x14\x3c\x6e\x0e\x1b\xf3\x3f\x59\x80\x20\x60\x31\x93\x41\xbc\xc1\x26\xc1\x38\xff\x80\x20\x07\x76\x77\xd1\x10\x10\x4b\x82\x2c\x1f\xe6\xdb\x07\xf5\x9e\x3c\x4e\xb2\x07\x83\xd6\xaf\x1f\x4b\xc5\xe2\xeb\x22\xf5\xf0\xe9\xf1\xf3\xe3\xe9\x78\x73\x0f\x7f\xbe\x9e\xd7\x27\xbd\xb9\x79\x3c\x6d\x57\x7d\x3d\xbf\x5d\x57\x75\x8b\x3e\x1f\x4f\xbb\x5d\x88\x6e\x3b\xae\xb7\xf7\x8f\x18\xd6\x97\x71\xd9\xed\x6c\xfe\xd3\xb7\xd7\x9b\xbe\x3c\x9e\xe6\xd9\x25\xea\xb6\xb7\xcb\x5d\xeb\xdc\xc3\x57\x7d\x3e\xbe\xde\xae\xdf\xdc\x0f\x3f\x6d\xe7\x45\x7f\xe3\x36\x9d\xc6\xff\x74\xdd\xf4\x7a\x3c\x3d\xbb\x1f\x7e\x1e\x97\x71\x0a\xdf\x1f\x3c\xbd\x5d\x2e\xff\xd6\x17\x3d\xdd\x5c\x04\xd3\xd3\x86\x71\xf7\xf0\xe9\x97\x71\xf9\xe3\x78\x51\xf7\x20\xfe\xe5\xf5\xf2\xe3\xd7\x3f\x3c\xfd\xfc\xe3\xef\xf1\x10\xcf\xfe\xa6\xd7\xd7\xe3\xf9\xe4\x42\xf8\xad\xf7\xf5\x83\xff\xe5\xdb\x45\x5d\xb8\x07\xf9\xc7\x5f\x1f\x3f\xbb\x7f\x06\x17\xbc\x8b\x25\xe7\xf2\xaf\x3b\xff\xfb\x2f\xe7\x4d\x9d\xe7\xa7\xcc\x05\xac\xe7\x4d\x5f\x2f\x63\xd5\xeb\x38\x3d\xeb\xce\xb9\xbd\xf7\x07\xe7\xdc\xbe\xfb\x83\x7d\xea\x21\xfb\x83\xdb\xcb\x97\x2f\x9f\xf0\xf9\x27\x3e\xfd\xfc\x05\x9f\x7e\xe7\xf1\xf4\xcb\x27\x7b\xaa\xa7\xed\xff\xa2\xed\x02\xbf\xe4\x74\xbe\x6d\x3a\xc9\x10\x7f\x1f\xe6\xc1\x05\x9b\xf1\xdf\x8f\x76\xc1\xfb\x7b\x56\xc7\xed\xae\x8e\xa6\x6e\x6a\xea\xf7\x5c\x7a\xb0\xcf\x35\x25\x23\x9d\x64\xac\x07\x57\xa5\x1a\x59\x3a\xc8\x32\x0f\xae\x65\xcc\x5a\x49\x56\x35\x22\x46\xb6\x01\xa2\xfd\xe0\x5a\xc1\xac\xc9\x38\xb3\x1d\x5c\x6b\x98\x35\x57\x92\xd5\x88\xcd\x8a\x79\x1a\x89\xc5\x66\x75\x6f\xa4\x62\x56\x6c\x72\x70\x4d\x40\x7a\x00\x91\x71\x70\x3d\x58\xe4\x28\x9c\x35\xc3\xc1\xf5\x1c\x77\xfb\x9e\xb8\x8a\x64\xab\x90\x58\x8c\x70\x15\x49\xea\xc1\x49\xef\x46\x38\x2b\x2d\xf5\xe0\x82\x0f\x96\x50\x5a\x88\x36\xa0\x64\xf3\x32\x23\x65\x4b\x23\xf8\x62\x49\xe6\x46\x84\x92\x79\xb1\xef\xcb\x8c\x9e\x25\x1c\x5c\x08\xbe\x19\x62\x78\x0c\x2d\x63\x75\x79\x50\x65\x43\xcb\x3d\x00\x05\xa2\x80\xc2\x11\x45\xa2\x08\x84\x24\x46\x22\x4a\x56\x4c\x9f\x80\x32\x51\x86\x8a\xe1\x0b\x51\x81\x0a\x49\x8c\x4a\x54\x0d\x45\x4e\x6c\x44\xb6\x0d\x25\x30\x7c\x27\xc2\x5e\x25\x26\x21\x44\x02\xc4\xf0\x83\x68\x20\x7b\x0f\xb4\x10\x2d\x40\xa8\xc4\x58\x89\x56\xe4\x95\x81\x36\xa2\x0d\xa8\x03\x29\x91\x22\xd5\x0a\xc4\x7a\xd9\xd0\x8a\x47\xac\x85\xf5\xb2\xa1\x95\x80\x58\x0b\xeb\x65\x43\x2b\x09\x49\x2c\xac\x97\x0d\xad\x44\x4e\x64\xbd\x16\xd4\x2b\xe1\x1b\x17\xd6\xcb\x86\x56\x0a\x63\xb1\x5e\x0b\xea\x05\x03\xe4\x85\xf5\x5a\x58\x2f\xe4\xb5\xb0\x5e\x0b\xeb\x85\x4a\xd0\xff\x18\x5a\x49\x8c\xc5\x7a\x2d\xa8\x57\x66\x12\xac\x97\x0d\xad\x78\x26\xc1\x7a\xd9\xd0\x4a\xc4\x0e\x2d\xac\x97\x0d\xad\x04\x7e\x23\xeb\x65\x43\x2b\x74\xe1\xc2\x7a\x2d\xa8\x57\x36\xd4\x68\xcc\x56\xa0\x2a\x40\x05\x25\x6c\x15\xf5\xea\x40\x35\x10\xd9\xab\xe1\x51\x89\x56\x23\x11\xea\xd5\x89\x12\x51\x32\x55\xf6\x40\x99\x08\xf5\x12\xa2\x42\x54\xa0\x8a\x40\x95\x08\xc5\x11\xa2\x4e\xd4\xa1\xca\x40\x42\x84\x4a\x08\xf3\x5a\x88\x16\xa8\x12\xd0\x4a\x84\x05\x09\xf3\x52\x22\x85\xaa\x01\x71\x8d\xcd\x36\xad\x7a\xdb\xb4\xd6\xa8\xb2\xa1\x27\x98\xbc\xf1\x7d\x6c\x3d\x41\x85\x58\x9d\x0b\xb2\xa1\x7b\xd6\xab\x73\x41\xdd\x2c\x57\x03\x26\x0a\x27\xda\xd0\x2a\xd6\x23\xac\xa0\x0d\xad\xe2\xfb\x84\x05\xb4\xa1\x55\x01\x61\xfd\x44\x30\x0b\x6b\x96\x41\x64\x6b\xae\x48\x40\xb8\x64\xb1\x9d\xae\x78\xcb\x3a\x7b\x44\xb7\x06\x18\x02\xfa\x94\x70\x5b\x05\xcd\x25\xc2\x6e\xc2\xc5\x08\x54\x11\x6f\xd9\xa0\x6a\x40\x95\xf1\xaa\x0f\xaa\x06\x54\xb9\xd9\x86\x2d\x54\x2d\x50\xb1\xee\x0b\x55\x0b\x54\xb5\x58\x5e\x2b\x55\x2b\x54\xad\x5b\x15\x56\xaa\x56\xa8\x7a\x36\x53\x6e\x54\x6d\x50\x09\xda\xf7\x46\xd5\x66\xaa\xe8\xf1\x1a\x28\x55\x6a\xaa\x18\xd0\x2d\x95\x2a\x85\x2a\xe2\xf5\x9c\x54\x4d\xa8\x12\xb6\x75\x52\x35\xa1\xca\xc1\xef\xf6\xc2\x73\x4f\x3c\x54\x78\x0d\xc4\x77\x22\xa8\x60\x11\xb9\x9f\x9d\x38\xaf\x62\xb3\xcd\x17\x1e\x58\x82\x63\x25\xb6\x5e\x77\x7b\x89\x54\x45\xa8\xc4\x5e\x75\x89\x54\x45\xa8\xa4\xe5\xdd\x5e\x78\x6a\x08\x4e\x8d\xe4\xad\xa7\x0a\x8f\x0d\x49\xa6\x4a\xc1\x0c\x21\x3c\x11\x04\xed\x3f\xc5\xde\x0c\x51\x95\xa1\x4a\xc5\xe3\x9c\x7e\x3f\x5f\x77\xed\x57\x27\xae\x14\xc6\x28\x88\x91\x9b\xad\xad\x30\x46\x41\x0c\xf4\x2c\xa9\x54\x55\xa8\x6a\xb5\xb5\x55\xaa\x2a\x54\xcd\x1a\x94\xb0\x11\x08\xec\x9f\x7a\xb1\xb5\xd1\xfe\xd2\xa0\x12\x6b\x9c\xd2\xa9\xea\x2d\x1e\x5c\xf6\xd6\xd0\x85\xee\x13\xb8\x2f\x7b\x7b\xc5\x85\xee\x13\xb8\x2f\x87\x6e\x13\xe9\x3e\x81\xfb\x72\xb4\xcd\x12\xba\x4f\xe0\xbe\x9c\x9a\x15\x85\xee\x13\xb8\x2f\x67\x6c\x16\xdd\x27\x70\x5f\x2e\xd5\xc2\xd3\x7d\x02\xf7\xe5\x8a\xcd\xa2\xfb\x04\xee\xcb\x2d\xdb\xb2\xe9\x3e\x81\xfb\x72\xc7\x66\xd1\x7d\x02\xf7\x65\x49\xb6\x6c\xba\x4f\xe0\xbe\x2c\xd8\x2c\xba\x4f\xe0\xbe\x12\xec\x35\x14\xba\x4f\xe0\xbe\x12\xb0\x59\x74\x9f\xc0\x7d\x25\x05\xcb\x9e\xee\x13\xb8\xaf\x24\xdb\x0e\x9c\xd4\xdb\xb4\x1d\xae\xbb\xbd\xd2\x8b\x0a\x2f\x96\xe2\xbd\xa1\x4e\x84\x39\xc5\x36\x47\xe9\x45\x85\x17\x4b\xb5\xce\xaa\xf4\xa2\xc2\x8b\xa5\xd9\xe6\x28\xbd\xa8\xf0\x62\xe9\xcd\xc2\xd3\x8b\x0a\x2f\x16\xb1\xcd\x51\x7a\x51\xe1\xc5\xea\x6b\x36\x44\x15\xbc\x58\x83\x9d\x1e\x4a\x2f\x2a\xbc\x58\x63\x89\x86\xa8\x82\x17\x6b\xb2\xf3\x5d\xe9\x36\x85\xdb\x6a\xb6\xf6\xae\x74\x9b\xc2\x6d\x15\x37\x0a\xa5\xdb\x14\x6e\xab\x35\x5a\xf6\x74\x9b\xc2\x6d\xb5\xda\xed\x44\xe9\x36\x85\xdb\x2a\xae\x5f\x4a\xb7\x29\xdc\x56\xbb\xdd\x74\x94\x6e\xd3\x6e\xaa\xe6\xbd\x65\xdf\xa9\x82\xdb\x9a\xaf\x96\x3d\xdd\xa6\x70\x5b\x0b\x76\x7a\x28\xdd\xa6\x70\x5b\x8b\xd6\xa5\x95\x6e\x53\xb8\xad\x25\xbb\x77\x28\xdd\xa6\x83\x57\x24\x3b\x3d\x74\xe0\x8a\xa4\xc3\xee\x43\x3d\x9a\x73\x95\xa6\xd1\x8d\xe7\x82\x35\x23\xa5\x69\x74\xb3\x8b\x41\xcf\xd6\x8c\x74\xc3\xc5\x80\x43\x10\x49\x40\x05\xc8\x92\xe8\xd9\x5a\x83\xd2\x5a\x0a\x6b\xf5\x62\x1d\x51\x69\x2d\x55\x35\x55\xf5\x16\x5e\x75\x02\x4d\x9c\x7d\x58\x90\x4e\x21\xc2\xc5\x20\x80\x0c\x12\x9b\xe7\x7d\xd9\xed\x27\x97\x38\x47\x96\xf7\x79\x73\xe4\x01\x54\x70\x85\x69\x50\x95\x4c\x94\xef\xa1\xe6\x28\x85\xa4\x7d\x84\xb2\xab\xf3\x7d\x68\x35\x74\x20\x21\xc2\xe9\x64\xbd\x75\x8e\x72\x8f\x3e\xde\x0f\xc3\x39\xca\x42\xb4\xdc\x0f\xac\x39\xca\x0a\xf2\x51\xbf\xc9\xc2\xcf\xb1\x4e\x43\x76\xbb\x9b\x63\x23\xb2\x81\xf5\x9b\x63\x0b\x40\x1f\xf5\x9b\x6c\x06\x73\x61\xfd\x90\x16\x9b\xc1\x44\x33\xe8\xc5\x6e\xc3\x93\xcd\x60\xae\xd9\x6e\x05\xcd\xd7\xff\xe9\xa3\xf6\xbf\xfd\x5e\xfc\xfe\xfb\x6d\x7d\xbb\x5e\xf5\x74\xc3\xaf\x45\xfc\x42\xb3\x5f\x5d\xc7\x93\x7e\xff\xe5\x79\x39\x5f\x6c\x16\xfe\xfe\x13\x00\x00\xff\xff\xa9\x31\x44\x80\xa5\x0e\x00\x00"); -func _bfba ()(*asset ,error ){_ccee ,_ddb :=_aaca ();if _ddb !=nil {return nil ,_ddb ;};_abebe :=bindataFileInfo {_b :"UniKS-UCS2-V",_ffe :737,_ag :_ed .FileMode (436),_ac :_c .Unix (1580493030,0)};_gfgcf :=&asset {_abe :_ccee ,_ece :_abebe };return _gfgcf ,nil ; -};var _beb =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\x94\x4d\x8b\xdb\x3c\x10\xc7\xef\xfa\x14\x3a\xee\x73\xd8\x27\x33\x7a\xb3\x0c\x26\x50\x76\x59\x48\x61\xdb\xd2\xed\x1b\x94\x1e\x1c\x7b\x1c\x0c\x8d\x6c\x1c\xe7\xb0\xdf\xbe\xcc\x8c\xb3\x85\x1e\x82\xa3\x9f\x35\xff\x28\xbf\x91\xb4\x7b\x38\x3c\x1e\xca\xb8\xda\xdd\xa7\x65\xea\x5e\x68\xb5\xc3\x58\xfa\x85\x2e\xd3\x75\xe9\xc8\x1e\xe9\x34\x16\x63\xd0\xd9\x7e\xec\xd6\xdb\x50\x1e\xdd\xb9\x9d\x8d\xe1\xfa\x97\xd7\xcb\x4a\xe7\x43\x19\x26\xeb\x75\x5e\x7f\x9d\xb7\xb9\xd6\xee\x3e\xd3\x69\xbc\xac\xcb\xab\xbd\x7b\xd7\x4f\x47\xfa\xcf\xf6\x34\x30\xff\xb8\xf4\xb4\x8c\xe5\x64\xef\xde\xb7\x73\x5b\xf0\xed\xc5\xcb\x75\x9e\x7f\xd3\x99\xca\xca\x79\x34\x18\x2a\xbd\x3c\xcd\xee\xe1\xb9\x9d\x3f\xb4\x67\xb2\x3b\xc9\xba\xd7\xca\x7b\x9d\x26\x6f\xbf\xd1\x72\x19\xa7\x62\xf1\x7f\x80\xf8\x17\x7f\x79\x9d\xc9\xe2\x96\xf2\xe3\xeb\xe1\xd1\xfe\x44\x8b\x60\x5d\x8c\x3e\xfc\xda\xf8\xf7\xe7\xa9\x27\x0b\xb7\xdf\x3a\x3c\x3e\x4c\xd7\xb2\xda\xda\xc7\xa0\x0c\xf5\x5f\x75\x53\x4f\x97\xb9\xed\x68\x69\xcb\x89\x8c\xb5\x0d\x00\xc0\xde\x36\x2e\x3c\x3d\xed\x79\xb9\xff\xcc\x30\xbe\xda\x2a\xc7\x5e\xc9\xad\x02\x60\x18\xf6\x16\x4c\x03\xa8\x63\xe4\xb1\x8b\xc9\x34\xe0\x94\x38\x26\x11\x9d\x69\xc0\x2b\xf1\x4c\xaa\x94\x4d\x03\x41\x49\x60\x82\xe0\x82\x69\x20\x2a\x8a\x82\x5c\xe6\xec\xa4\x28\x09\x8a\x9e\xc3\x2b\x45\x95\xa0\xaa\xe6\xf4\xac\x28\xcb\x0a\x20\x70\x7c\xad\xa8\x16\xe4\x81\xe3\x5b\x45\xed\xb6\x4e\x8e\x3f\x2a\x3a\x0a\xca\xc8\xf1\x9d\xa2\x8e\x91\x87\x8a\xe3\x7b\x45\xbd\x20\xef\x38\x9e\x14\x91\xa0\x98\x39\x7e\x50\x34\x08\xca\x01\x4c\x83\x6a\x0a\xc5\x54\x80\x3a\x99\x06\x55\x16\x8a\xac\xe0\xa3\x33\x0d\xaa\x2d\x14\x5b\x21\x41\x36\x0d\xaa\x2e\x14\x5d\x21\xa7\x60\x1a\x54\x5f\x18\x36\xa7\x1c\xaf\xbe\x50\x7c\x45\x5f\x71\xbc\xfa\x42\xf1\x15\x93\xe7\x78\xf5\x85\xe2\x2b\xe6\xcc\xf1\xea\x0b\xc5\x57\xc2\xc0\xf1\xea\x0b\xc5\x57\x0a\xc0\xf1\xea\x0b\xc5\x57\x4a\xdc\x58\x54\x5f\x28\xbe\x52\xcd\x9d\x45\xf5\x85\xe2\xab\x42\x6e\x2d\xaa\x2f\x14\x5f\x55\xe0\xd6\xa2\xfa\x42\xda\xfa\xcf\xf1\xea\x0b\xc5\x57\x55\x73\x6b\xdd\xb6\x17\xc5\x57\x46\x6e\xad\x53\x5f\x4e\x7c\xe5\xc0\xad\x75\xea\xcb\x89\xaf\x5c\x71\x6b\x9d\xfa\x72\xe2\x2b\xd7\xdc\x5a\x17\xb6\x7d\x9d\xeb\xbd\xad\x1d\x26\xd9\xdc\xb7\x4d\xcc\xdf\xf9\x16\x78\x3b\x95\xdd\x75\x59\xa8\xac\x72\x07\xc8\xb1\xe3\x63\x33\x16\x7a\xbb\x4f\xe6\x69\xe6\x2a\xf9\xfc\x09\x00\x00\xff\xff\xb3\x7e\x40\xe8\x7b\x04\x00\x00"); -func _adgfb ()(*asset ,error ){_caafe ,_facc :=_ccdg ();if _facc !=nil {return nil ,_facc ;};_afffc :=bindataFileInfo {_b :"UniCNS-UCS2-H",_ffe :324097,_ag :_ed .FileMode (436),_ac :_c .Unix (1580492685,0)};_gdfae :=&asset {_abe :_caafe ,_ece :_afffc }; -return _gdfae ,nil ;};var _egea =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x4c\xd5\x4f\x8f\xdb\x36\x10\x05\xf0\xbb\x3f\x05\x8f\xe9\x21\xb5\xf8\x77\x48\x20\x58\xa0\xd8\x3d\xd4\x29\xd2\x16\xd9\x76\x5b\xa0\xe8\x81\x94\xb8\x0b\x01\xb5\x2c\xc8\xf6\x61\xbf\x7d\x31\xef\xb9\x6e\x0e\xc1\x64\x7f\x26\x47\xc3\x67\xc9\xda\x3f\x1e\x9e\x0e\xcb\x7c\x31\xfb\x5f\xb7\xd3\xf8\xdc\x2f\xe6\x75\x5e\xa6\xad\x9f\x4f\xd7\x6d\xec\xa6\xf5\xb7\x79\xd9\xed\xac\x33\xd3\x3c\x5e\xfe\xfb\x13\x65\x3c\xd6\x75\xb7\xdb\x97\xe1\x78\x5e\x3f\x7e\xfd\xe9\xf9\xf3\xc7\x1f\xcd\xf5\xdc\x6f\xfc\x78\x78\x7a\x7e\x3f\x5f\xfa\xf1\xb0\xbc\x9e\x8c\xe7\xf6\xe9\xba\xde\x5a\x18\xb3\xff\xda\xdf\xe6\xf3\x65\x7b\x37\x1f\x7e\x98\x4e\xad\x7f\x67\xa6\xfe\xaa\xfe\xcb\x36\xf5\x6d\x5e\xde\xcc\x87\xcf\x75\xad\x8b\xbd\x7f\xf0\x7c\x5d\xd7\x7f\xfa\xb1\x2f\x17\xe3\x60\x7d\x99\x50\x77\xfb\xc7\x2f\x75\xfd\xb9\x1e\xbb\xf9\x76\x9c\x17\x7c\x88\xcf\x5e\xfa\x76\x9e\x4f\x8b\xb1\xf6\xfb\x61\x48\xff\xfb\x6f\xef\x6b\x37\xf6\xd6\xe4\xcf\xdf\x0f\x4f\xe6\x2f\x6b\xec\x60\x5c\x0c\x21\xfd\x7d\xf3\x3f\xbe\x9c\xa6\xfb\x2a\xc9\x3c\xc1\x38\x4f\x5b\x5d\xde\xfa\xee\x53\xb6\xc1\x3e\x18\x2d\xee\xc1\x48\xce\x02\xf2\x24\xff\x60\xb2\x4b\x19\x14\x48\x41\x49\x82\x52\x1c\x40\xd1\x62\x63\x01\x35\xd2\xa4\x54\xac\x52\xe2\xaa\x14\x40\xd8\x98\x0a\x48\x2a\x08\x1b\x33\x87\xd0\x22\xc5\x62\x88\x9a\x41\x5a\xc4\x63\x51\xe5\x3e\x2d\xe2\x31\x55\xad\x94\xa6\x92\x20\x23\x65\xc4\x9c\xc3\xee\x53\x76\xe5\x55\x09\x45\x8a\xd5\x7d\xae\xe2\x72\x28\x52\x6c\x01\x79\x92\x57\x72\xd8\x58\x23\x29\x82\x2c\x48\x48\x02\x72\x4a\x23\x7b\x8d\xe8\xe5\xbc\x52\x27\x75\x52\x00\xb1\x7d\x67\xfb\x08\x62\xfb\xce\xf6\x09\x34\x92\x46\x90\xc6\xe0\x03\xf2\x43\x91\xe2\x32\xc8\x91\x1c\xa8\x80\x02\x49\x53\x2e\x7e\x00\x25\x52\x02\x59\x50\x26\x65\x90\x4e\xef\x13\x7b\x25\xf4\xf2\x3a\xbd\xcf\x18\x15\x45\x8a\x0f\xa0\x48\xc2\xa8\x3e\x82\x84\x84\x24\x90\xbd\xcf\x9d\xd4\x41\x98\xbe\x70\x63\xe1\x10\x3a\x7d\xe0\xd7\x81\x22\x21\xeb\x5c\xa1\xe2\x8c\x28\x12\xa4\x80\x2c\x49\x23\x0c\x25\x82\x1c\x49\x47\x8d\x83\x07\x79\x92\xc7\x2a\x6e\x0c\xa4\x00\x62\xfb\x48\xd2\xe9\xa3\xe3\xc6\x44\xd2\xb9\xa2\x65\x7b\x21\xe9\x81\xa2\xe7\xc6\x4c\xca\xb8\xa2\x80\x0a\xa9\x60\x15\xaf\x58\x49\x15\x07\x72\xa0\x46\x6a\xa0\x01\x34\x92\x46\xcc\x85\x24\xea\x44\x9a\xd0\x3e\x81\x3a\xa9\x83\xd8\x8b\x79\x55\xe4\x85\x07\x28\x34\xe6\xa5\x45\x22\xbe\xed\xd0\x98\x97\x16\x89\xb8\x31\x43\x63\x5e\x0d\x79\x31\xfb\xc6\xbc\xb4\x48\xb4\xec\xc5\xbc\xb4\x48\x8c\x24\xe6\xd5\x98\x17\xe6\x6a\xcc\xab\x31\x2f\x1c\xbb\x31\xaf\xc6\xbc\xb8\x91\x79\x35\xe4\x65\x11\x61\x63\x5e\x0d\x79\x05\x04\xdd\x98\x97\x16\x89\xb8\xc9\x43\x63\x5e\x5a\x24\x5a\x5e\x91\x79\x69\x91\xe8\xb9\x91\x79\x35\xe6\xc5\x03\x31\xaf\x86\xbc\x82\x1e\x5b\x22\xf2\x92\x84\x07\x26\x68\x38\x92\x2c\xc9\x3e\x98\xec\xf1\xc0\x08\xef\x7b\xe1\x7d\x1f\x3c\xc8\x93\xf4\x57\xcf\x7b\xae\x0a\x24\x3c\x56\x98\x5e\x52\x24\x45\xac\xca\xa0\x44\xc2\xa3\x10\x04\x94\x49\x59\x57\x85\x00\x2a\x24\x3d\x76\x89\x9c\xab\x91\x1a\x56\xb1\xd7\x48\x9a\xb0\x8a\x73\x75\x52\xc7\x2a\xcc\x95\x71\x03\x08\x7f\x2e\x63\xd2\x77\xc9\xfd\x27\x5d\xff\xaf\x6f\xb1\xfb\x5b\x65\xbc\x6e\x5b\x5f\x2e\x78\x87\xe1\xbd\xa1\xef\x82\x79\xe9\xf7\xd7\xe4\x7a\x5a\x75\x17\xfe\xfd\x1b\x00\x00\xff\xff\x56\x46\xab\xf5\x52\x07\x00\x00"); -func _gacg ()(*asset ,error ){_cedb ,_ceff :=_dcdbe ();if _ceff !=nil {return nil ,_ceff ;};_fddeb :=bindataFileInfo {_b :"UniJISX0213-UTF32-V",_ffe :4404,_ag :_ed .FileMode (436),_ac :_c .Unix (1580493008,0)};_egeb :=&asset {_abe :_cedb ,_ece :_fddeb }; -return _egeb ,nil ;};func _bcdd ()(*asset ,error ){_cbcg ,_dgda :=_dece ();if _dgda !=nil {return nil ,_dgda ;};_gbdg :=bindataFileInfo {_b :"GBpc-EUC-H",_ffe :2211,_ag :_ed .FileMode (436),_ac :_c .Unix (1580492172,0)};_dace :=&asset {_abe :_cbcg ,_ece :_gbdg }; -return _dace ,nil ;};func _ggde ()(*asset ,error ){_bdbd ,_abaf :=_bfgf ();if _abaf !=nil {return nil ,_abaf ;};_dfff :=bindataFileInfo {_b :"HKgccs-B5-H",_ffe :11477,_ag :_ed .FileMode (436),_ac :_c .Unix (1580492364,0)};_aead :=&asset {_abe :_bdbd ,_ece :_dfff }; -return _aead ,nil ;};func _gfgc ()(*asset ,error ){_fdgab ,_bge :=_defc ();if _bge !=nil {return nil ,_bge ;};_ddgeb :=bindataFileInfo {_b :"Hankaku",_ffe :579,_ag :_ed .FileMode (436),_ac :_c .Unix (1580492279,0)};_afec :=&asset {_abe :_fdgab ,_ece :_ddgeb }; -return _afec ,nil ;};func _bcgg ()([]byte ,error ){return _g (_daddf ,"Adobe-Korea1-UCS2")};func _bega ()(*asset ,error ){_fgbe ,_facg :=_affe ();if _facg !=nil {return nil ,_facg ;};_eeb :=bindataFileInfo {_b :"B5-H",_ffe :5259,_ag :_ed .FileMode (436),_ac :_c .Unix (1580491473,0)}; -_ggdf :=&asset {_abe :_fgbe ,_ece :_eeb };return _ggdf ,nil ;};func _abbc ()(*asset ,error ){_bbb ,_fdd :=_aebd ();if _fdd !=nil {return nil ,_fdd ;};_ddge :=bindataFileInfo {_b :"ETenms-B5-H",_ffe :401,_ag :_ed .FileMode (436),_ac :_c .Unix (1580491796,0)}; -_dcf :=&asset {_abe :_bbb ,_ece :_ddge };return _dcf ,nil ;};var _bcdc =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\xbd\x4d\xab\x36\x3b\x96\x25\x36\xcf\x5f\x71\x86\xed\x41\x3b\x43\xdf\x12\x98\x03\xa6\x9b\xc4\xd9\xd0\xb6\x71\x75\xd9\x06\xe3\x41\x7c\x96\x2f\x38\x6f\x26\x37\xb3\x06\xf5\xef\x8d\xd6\xd2\xb3\x56\xdc\x02\xc3\x79\x27\xe7\x55\x3c\x11\xd2\xd6\xd6\xd6\xd6\xfe\xd6\x1f\xff\xd3\x9f\xff\xf3\x9f\x7f\xfd\xe5\x1f\x5f\x7f\xfc\x5f\x7f\xfb\xeb\xf9\x4f\xf7\x3f\xbe\x9e\x5f\x7e\xbd\x7e\xbb\xff\xfe\xd7\x7f\xfd\xed\xbc\xbf\x8e\xfb\x5f\x7e\xf9\xf5\x0f\x7f\x08\xf1\xeb\xfa\xe5\xfc\xc7\xa7\x89\x3f\xe7\x5f\xf6\xbf\xfd\xe1\x0f\xf3\xfb\x7f\xfa\xb7\xbf\xff\xe3\xfe\xcb\x9f\x7f\x7d\xfe\xfa\x95\xf8\xde\xf5\xaf\x7f\x5b\xef\x7e\x7d\xfd\xf1\x7f\xbb\xff\xe5\x97\xbf\xff\xe3\xb7\x7f\xfb\xfa\x0f\xff\xe3\xf5\xd7\xe3\xfe\xef\xbe\xae\xfb\x99\xcf\xff\x97\xdf\xae\xfb\xb7\x5f\x7e\xfd\x97\xaf\xff\xf0\x5f\xf6\xbf\xed\xbf\x06\xfd\xf0\x4f\xff\xfa\xb7\xbf\xfd\xbf\xf7\x5f\xee\x5f\xff\xf1\xd5\xf0\xec\xfe\xf5\xc2\xdf\x3f\xfc\xf1\x3f\xfd\xd7\xfd\x6f\xff\xf3\xfe\x97\xfb\xeb\x8f\xff\xfc\xeb\x2f\xff\xe5\xcf\xff\xf4\x1f\xff\xf9\xbf\xfd\x29\xc5\xff\xf8\x3f\xe1\x67\xfc\xfa\xbf\xdf\xbf\xfd\xfd\x97\xbf\xfe\xfa\x15\xfe\xfb\x2d\x56\x3f\xfe\x6f\xff\xf6\xb7\xfb\x2b\xac\x5e\xfe\xcf\x7f\xfe\xf3\x7f\xfe\xfa\xbf\xc2\x57\xd8\xbe\x62\x29\x69\xfc\xdf\xeb\xf9\xff\xf1\x5f\xff\x7a\xdd\x5f\x1b\x5b\x81\x33\x38\xff\x7a\xdd\x7f\xff\xdb\x7e\xde\xbf\xed\xbf\xfe\xcb\xfd\x87\xaf\xaf\xff\x61\x5b\xff\xbe\xe7\x7f\xc3\xf6\xa7\x3f\xfd\xe9\x4f\xdf\x13\xc4\x7f\xf7\xe6\xa7\x83\x5f\xff\xfa\x8f\xeb\x7e\xf8\xec\xf7\xdf\xce\x7f\xe1\xf9\xfe\x0a\xf3\xeb\xf7\x6b\x7f\x08\xdb\xb6\x46\xff\xe5\x3a\xff\x9f\xfd\xb7\xcf\x87\xe5\xfc\xfe\x1a\xed\xd3\x6a\xb3\x35\xd4\xba\xbe\xbf\x46\x56\xeb\xfe\xfe\x0a\xdb\xf6\x69\xee\xdb\x1c\xe6\xd3\xc8\xf3\x37\x75\xb3\x97\xef\xaf\xea\x1f\xeb\xf7\xd7\x48\x6a\xb5\xef\xaf\x16\xdd\x4d\xff\xfe\xaa\xd9\x5f\x8e\xef\xaf\x50\xa2\x9a\xfb\xf7\x57\xc8\x7e\xf9\x98\xc3\x08\xbe\xfd\x9c\x2f\xbb\xe7\x6b\x36\x3d\xec\x84\xb7\x08\xfc\x7d\xa2\x25\xea\xdb\x63\xfb\xfe\x6a\x86\xf8\x08\xdf\x5f\xd5\x73\x3d\xf2\x84\xaa\xa8\x59\x66\x57\xfe\xb6\x7e\x7f\xb5\xd6\xd5\x6c\xdf\x5f\x21\xb8\xab\xfe\xfd\x15\x92\xbb\x9a\x33\xaa\x9a\xc2\x81\x19\xf9\xd7\x39\xa3\xa8\x29\x1c\x00\xb2\x7e\x9a\x67\x9d\x5d\x69\xdc\xab\x4d\x20\x05\xd5\x35\x07\xca\xc2\xd5\x35\xbf\x2d\x1a\xe8\x9e\xdf\x7a\x0a\x0f\xbe\x55\xcf\x0f\xbe\xfd\x4c\x21\x4c\xf2\x19\xa9\x56\xb5\x03\xda\x41\xed\x38\xfb\x6e\xc5\x2f\x24\x3c\xa8\x43\x0f\x32\x1e\xa4\xa6\x07\xc0\x59\x13\x04\x61\xab\xec\xc3\x83\x36\x3c\x68\x1e\xa5\xe3\x41\x4f\x7a\x30\xf8\xc0\xa3\xec\xdf\x5f\x71\x4b\xc9\x6f\x1c\x78\x20\x8a\x09\xdb\xc9\x51\xfc\xc9\xc5\x51\xfc\xc6\x4d\xd0\x3d\xec\xc3\x37\x3e\x8b\x12\xc2\x86\x4e\xa3\x3e\x09\x81\x6f\x68\x2e\x21\x02\x3f\x1a\x24\x24\xb4\xdd\x43\x25\x9c\x7e\xd0\x08\xa7\x00\x0f\x9c\xab\x08\x23\x04\xce\xb5\xf9\x8d\x7d\xf6\x39\x3c\xe6\x31\x77\xa3\x48\x36\x04\xce\xb4\x7b\x0c\xce\x74\xb8\xcb\x9b\x50\xb8\x8b\x87\x50\xe8\x41\xe4\x4c\xbd\x6a\x31\xf0\x0d\x2d\x74\x8c\x7c\xc3\x0f\xb8\xd0\xdd\x7d\x70\xa1\x87\xf0\x19\x39\x79\x51\x75\x88\x58\xe8\x1e\xdc\x47\xc7\x54\x04\x68\x1c\xb3\x1d\x84\xef\x88\xa9\x57\x43\x75\xa0\xed\xdf\xd7\xc4\x84\xff\xb8\x26\xa6\x2f\xd2\x9a\x98\x88\x2d\xcd\x25\xcc\x82\x20\x71\x5a\x51\xc8\x4b\x89\x0f\xfc\xc1\x9a\xa7\x3f\x59\xf3\x14\x14\x89\xf3\x14\x7b\x0a\x69\x2d\xb2\xfb\xe8\xec\x54\x70\x26\x2e\xf2\x0b\xce\x9d\xab\xee\x3e\x48\xd0\xd9\xa3\x9c\x78\x60\x42\x49\x5c\x66\x4f\x3e\x91\xa0\xb3\x3b\x25\x36\xa2\x96\x28\x2f\x6c\xa8\x8f\x0c\x6c\x68\xc5\xf2\xdc\xde\xfe\x3e\xaf\xcd\x2d\x18\x32\x71\xd1\x84\x8b\x5c\x08\x65\xc2\x29\xb5\x4e\x94\xff\xbf\x33\x26\x64\x22\xca\x3b\x2e\x73\xe7\x57\x51\x48\xe6\x6e\x68\x06\x61\x10\x62\x7f\xc2\x9d\x1f\x0d\x02\xb6\x83\xe9\x32\xcf\xa3\x2b\x19\x91\xf9\x02\xcd\x08\x07\x65\xe3\x98\x5a\xf1\xb2\x36\xb5\x56\xab\x00\x0b\x82\xa9\x4c\x2c\x64\x61\xb9\x10\x07\xde\x3b\x85\xf4\x50\xfd\xfd\xa2\x07\x8f\x40\x7a\x30\x1e\xcb\xda\xf4\xee\x63\x6d\x7a\x8f\x42\x7a\x30\x4d\x95\x83\x0f\x3c\xca\xda\xf6\x42\x55\x59\xdb\xde\x80\x2f\x7a\x10\xee\x0a\x19\x9c\xce\x86\x50\x27\x3d\x78\x7f\xd6\xb9\xe9\xa3\x3a\xac\x64\xf6\xde\x7e\x95\xf4\xd0\xd5\x61\x25\x2e\x4c\xa4\x95\xb8\x28\x7e\x63\xf1\x00\xf7\x41\x5c\x24\x7f\x42\x1e\x20\x54\x54\xf2\x00\x7f\x40\x1e\xa0\x79\x57\xf2\x00\x03\xbd\xf0\xe0\x17\x16\x1e\x84\xfe\x7a\x63\x04\xb7\x1f\x8c\x20\x8a\x69\x8b\x22\xfc\x80\x14\xd1\x85\xa7\x46\x2e\xe1\x33\xac\x91\x4b\x18\x8a\x96\xb9\xe5\xfd\x09\x77\x86\xc9\xac\x11\x13\x46\x4d\x5b\x54\xe1\x4e\x27\x97\x30\x27\x6a\xa4\x09\x13\x62\x23\x4d\xf8\x8c\x6b\x8b\x26\xfc\xc9\x3a\xf4\xfc\xe0\x9a\x5d\x7a\x84\xc9\x2f\xcd\x85\xc6\x5c\x60\x63\x7e\x60\x79\xbb\xb7\xd6\x19\xf9\x40\x20\x9f\xd8\x4b\xc6\xec\x49\xcc\xfa\x83\x07\xbf\x6b\x29\xae\x0d\x98\x16\x52\xae\x80\xf7\xd5\xdf\x15\xf1\xbb\x66\x78\x25\xfc\xee\x76\xc6\xef\x82\xf0\x5a\xec\x46\x33\xb8\x28\x4b\x58\x0e\xb8\x88\x54\x33\xf8\x8b\x5b\xcd\x27\xf0\x45\x8e\xe2\x8d\x74\x11\xad\x3e\x1d\xaf\xc5\x7a\x45\x82\x17\xd1\x6a\x1e\xf3\x10\x0e\xe3\xf9\x81\x84\x2c\x44\xc5\x79\x02\x8c\xac\x2e\x23\x99\x4e\x17\xd5\xc7\x02\x4c\x84\xae\x36\x51\xad\x21\x62\x59\x8b\xe1\x2f\x80\x0b\x6d\xd6\x48\xb6\xd3\xb5\xbb\x63\x01\x2e\xfa\xe6\x2f\x78\xdc\xbe\x3e\xe9\x7c\x30\xf4\x00\x7b\x2d\x7a\xd0\x1d\x6d\xff\x4e\xde\xea\x1e\x4f\x42\xb9\xe9\xc1\xcd\x07\x06\xe2\x21\x10\xea\xa2\x72\xe6\xa2\xc1\x58\x03\x85\x00\x41\x45\x26\xd2\x8d\x2c\x32\x91\xae\x33\x3b\x56\xce\x2c\xb8\x53\xce\x4c\x84\x1f\xeb\x9a\x59\xd3\x03\x2c\x6a\xef\xe5\x27\x07\x53\x5c\x3c\x64\x78\xc4\x8b\xd3\xf0\x03\xf2\xd2\x61\x10\x38\x51\x51\x5e\x24\x17\xe9\x41\x30\x2d\x2e\x22\xc1\x2d\x36\xae\xb1\xb6\x43\x6c\x5c\xe3\xcd\x7d\x10\x15\x92\x35\xe2\xe4\x22\x23\x4b\x2c\x8b\x8d\x98\xe8\x7e\xc0\x89\x8b\xfb\x45\x72\x8d\xbe\x79\x10\x62\x22\x7b\x90\x83\x6f\xb8\x8f\x35\x59\x43\xbe\x26\xab\x37\x3a\xe7\x26\xf9\x3b\xf6\xb5\x88\x9a\x5b\xe7\xdc\x36\x3f\xc0\x56\xd6\xc9\x10\x3b\xa7\x26\xf6\x16\x3b\x21\x17\x33\x88\x9d\x90\x4b\xf2\x8a\x9d\x90\x27\x7f\x42\x7e\x27\xed\x25\xf6\x13\xe8\xf1\x17\x9c\x89\xf1\xd5\x49\x9f\xc1\x60\x70\xd9\x24\x1b\xc7\xc1\xa9\x89\x87\xc5\xc1\xa9\x19\xf2\x01\x26\xe5\x7d\x36\x38\x13\xef\xdd\x41\x7a\xd5\x91\x15\xc7\xa2\x46\x0f\xc2\xa9\x0d\xf7\xc1\x8d\x34\x3c\x08\x21\x0f\x7e\x63\x01\xaa\x65\xdb\x17\x5c\xea\x74\x5f\x2c\x43\x8b\x72\x70\x2a\x62\xcf\xf1\xe0\x1b\xa6\xc0\x83\xfb\xc6\x08\x9c\x6a\xa7\xa9\xfe\x98\xe8\xd4\x6f\x27\x07\x34\x15\x40\x0b\xf5\xf2\x9c\x14\xde\xc4\x8c\xe3\xc9\x69\x67\xf7\x30\xde\xaa\x76\x3c\xe7\x7a\x7a\x8b\x9e\xc7\xf7\x97\x0e\xbf\x78\x12\x23\x62\xba\x91\x67\x87\xc9\xf6\x5a\xf3\xd7\xf8\x1f\xce\xee\x07\x4b\x4b\x14\x52\xc1\xd9\xbd\x43\xaf\x75\x5c\x0a\xbe\xc9\xd7\x8d\x9c\x8b\x72\x43\xf1\xfb\x24\x1e\xc9\x3f\x69\x6a\xc7\x82\x38\x4d\xd5\x77\xb8\x95\xdf\x73\x4d\x53\xeb\x8d\x62\xac\x69\xfb\x1d\x24\x69\x6a\xab\x21\xf9\xdb\x39\xf7\xe4\x61\xae\xdf\xe3\x31\x51\x31\xed\x12\x2e\x52\xe0\xce\x90\xb8\x98\xa8\x03\x76\x49\xd6\x89\xda\x59\x97\xd8\x94\xa8\x9d\xf5\xe2\x07\xed\x6d\x9e\x48\x11\xd6\x0a\x0d\x19\x49\xb1\x9e\x6d\x5c\x43\xfa\x0d\x0e\x29\x05\x3b\x45\x42\x29\x31\x2a\x25\xd2\xa3\xb4\xe3\x34\x95\x2d\x09\x44\x89\x8a\x55\x97\xda\x9f\x12\xac\x1c\x02\x30\x2d\x10\x34\xeb\xc4\x11\x9b\x1f\x10\x51\xee\x72\x9d\x2d\x92\xd3\x52\x87\xd0\x95\x45\x74\xa9\x43\x8b\xf2\x91\x96\xfa\xcd\x07\x5a\x9b\xfe\xf0\x81\xfa\x18\x50\x9a\xcc\x00\xd2\xbe\xf3\x0d\x3f\x38\xf8\x40\x70\x1c\xeb\x13\xf5\x01\x49\xaa\xc6\x18\x7f\x72\x1c\xa5\x93\x03\x68\xab\xa7\x93\x03\xe8\xbc\x4b\x27\xa1\x36\x89\xcc\xdd\x12\xe2\x26\xbe\x96\xb0\x5d\xe2\x36\xfc\x46\xe1\x03\xf5\x81\xed\x10\x37\x91\x70\xde\xe6\x27\x9b\x96\x3c\x43\x31\xda\xc4\x1e\x1e\x08\x5b\x31\x7c\xf6\x57\xb8\xc1\x2f\xd2\x87\x41\x84\xfb\x80\x14\xf4\x39\xfb\xc3\xd3\xb0\x85\x3f\x6c\x30\x3c\x8d\x42\x8f\x7f\x07\x67\xfd\xa0\x2d\x3c\x0d\x67\xc6\x67\x29\xe2\xb6\x4d\xb1\xfb\x83\xe6\xb8\xcd\x0d\x57\xfd\x6b\x98\xbb\xf1\xa3\x53\xc5\x0d\xb6\x99\xac\xd6\x44\xf8\xab\x99\x7e\xdf\xcc\x2f\x4a\x8b\x5b\x28\xb3\x27\x8d\x13\xea\x6c\x56\x35\xbb\x79\x64\xdc\xc2\x30\x8f\x8c\x1b\x36\xe2\x67\x82\x71\xc3\x36\xdc\xfc\xee\xa4\xcf\x68\x08\x6f\xe0\xef\xd3\x8c\x00\x71\xa8\x09\x20\xdc\x04\x10\xea\x6a\xee\x25\xd9\xae\xe2\x96\x8e\xef\x2f\xc9\xb4\x71\xc3\xce\x88\x21\xa8\xef\x74\xbf\xd8\x4f\xdc\x12\xb7\x66\x56\xef\x99\xf4\xd8\xd5\x21\x34\xfb\x4d\x1d\xe6\xc1\x0e\xf5\x3b\x68\xa1\xc6\xae\x11\xa6\xa8\xd8\xba\xf1\x32\xb5\xcf\xa6\xc3\x22\x6e\x58\xfb\xd4\xdc\x06\x08\xc3\xc8\xd9\x41\x3c\x45\x43\x82\xfd\x56\x19\x5e\xe2\x06\xf6\x1b\xb6\xcf\x46\x8c\x30\x4e\x86\xd0\x8b\x1f\xa4\xef\xaf\xf6\x11\xa7\x22\x2d\x8d\x41\x1c\x29\xc2\x6c\xd8\xd3\xe6\xf7\x77\xb4\xb3\xda\x0f\x77\xc0\x67\x96\x30\xdf\xf5\x2d\xea\x83\x49\x09\xad\x7a\x84\x18\xe6\xef\x06\x00\x46\x31\x41\x0c\x83\xd7\x48\xaf\x9f\x71\x42\x96\xe0\x07\x73\xd9\x3e\x0c\x2f\x7e\xcc\x57\x22\x35\x9a\x96\xe2\xd6\x35\x83\xb9\xce\x3d\x7d\x44\xb5\x08\xe3\xc5\x90\x65\x2f\xc2\x76\x31\x24\xec\x45\x98\x2e\x86\x84\x99\xf8\xb1\x4d\x44\x75\x30\x97\xa1\xa7\x8f\xc4\x19\xc3\x14\xba\x86\x34\xdd\x08\x95\x50\x8a\x4e\x84\x4a\x28\x0b\x53\x0c\x10\x7d\x62\xdc\x34\x83\x29\x12\xf4\xb4\xe9\x85\xf3\xe0\x0b\x1a\x0f\xc7\x7a\x8c\x86\x88\x8c\x2a\x1a\xe4\xa9\x03\x4a\xa7\x8d\x50\xf9\x74\x06\xc7\x70\xcf\x01\xb6\xe0\x76\x43\x5b\xaf\xdf\x1d\x6d\x2d\xe9\x3d\xd0\x16\x80\x53\x53\xeb\x49\xef\xc7\x49\x43\xd2\x8f\x63\xdc\x30\xf8\x50\x73\x4e\x57\xeb\x17\x41\x50\x31\x74\xbf\xbe\x0c\x58\x4d\x0f\xda\x24\x90\x4d\xcd\xfe\xfd\x25\x7b\x4b\x8c\x34\x5b\xe7\xcf\x99\x19\xe3\x46\x76\x31\xfc\xc6\x24\x88\x6c\xe8\x68\xb0\xd3\xb6\x8f\x93\xa9\xb5\x2a\x82\x8c\x93\xad\xd5\x8f\x4c\x18\x23\xd8\x5a\x0c\xa1\xff\xe0\x58\x89\x11\x96\xe5\x20\xd8\x27\xef\x92\x09\x2a\xc6\xc9\xac\x9a\x67\x36\x99\x55\xdb\x3c\xd2\x03\x40\x84\xa9\x08\x3c\x6a\x62\x53\x5c\x90\x6d\x2a\xc6\x29\x2c\xc8\x0e\x19\x63\xbc\xbe\xbf\x7a\x18\x1a\x6a\xd2\x7d\xab\x51\x68\x9d\x92\x40\xdb\xdc\x2c\xf3\x67\x75\x06\xe6\x26\x7a\x89\x09\x70\x6a\xe4\x4c\x14\x88\x07\xc7\x0c\x92\x2f\x22\xc1\x48\x9b\x62\x11\xe7\x81\xae\x2d\xa3\x66\x84\x86\x5a\xc5\xc8\xa0\x9f\xca\x29\x10\x23\x8d\x60\x45\x4c\x84\xd2\x7e\x0c\x5d\x1f\x8c\x75\x2c\x0a\xa4\xd1\xf8\x40\xc8\x82\x3e\x10\x43\x17\x48\xe3\x26\x33\xd4\x27\x70\xa2\xc5\xd0\x35\xca\x3e\x71\x50\xf4\xc1\x01\xf4\x27\x4d\xf2\xe4\x46\x14\xc6\x13\x7c\x28\x73\x89\x3f\x0f\x02\x28\x5b\xbf\x2f\x37\x83\x78\x55\x1a\xd8\xa9\x32\x73\xc6\x34\x78\x86\x88\x02\x12\x34\x90\xf7\x83\x05\xe4\x47\xe8\x88\x09\x2a\x49\x94\xab\x2d\x26\xa8\x24\xbf\xfb\xa4\xfc\xfb\x07\x44\x96\x76\x20\x84\xa9\xdf\xbd\x31\x45\x9b\x50\xe3\xc7\xff\x11\x73\x4c\x7c\xf0\x59\xb0\x7c\x4f\x36\x2e\x43\x59\xcc\xcf\x03\x33\x96\x88\xb5\x4c\x2e\xd9\xa3\xc0\x2a\xe5\x46\xfb\xd3\x41\x99\x4b\xdc\xa3\x60\x28\x15\x1d\x8a\xe9\x94\xa9\xdb\xf7\xf8\x11\xb7\x63\x69\xe8\x4f\xa7\x67\x99\x4c\xb3\xc7\xac\xef\x3b\xbe\x17\x2a\xcb\xd4\x53\x7b\xd4\xb6\x2e\x53\xe8\xec\x51\x7c\xa1\x4c\x35\xb5\xc7\xac\xfe\x3b\xe0\x4b\xee\x1f\xe3\x4b\x3e\x29\x13\xf1\x4d\x7b\xaf\x4c\xb4\x7b\x25\xcb\x44\x7a\xdf\x74\xc8\x14\x62\xf4\xd5\xdd\x4e\xa6\xfc\x51\x30\x62\x39\x78\x98\xeb\x64\x2d\x07\xb8\xbe\xe0\x3b\xc0\xf5\x05\xde\xc1\x35\x1b\x7e\x9d\x4c\xd8\x2f\x9c\xf3\x7d\x4d\x7f\x8a\x81\x2d\x69\xf6\x27\xc9\x66\x08\x5d\x27\x4e\x51\x1d\x1a\x65\x1e\x22\x3e\xa2\xca\x09\xc7\x70\x55\x13\xc8\xf6\x60\x14\x8e\x93\x4e\xd1\x32\xcf\x9c\x16\x35\x3a\x4e\x9c\xad\x6c\x1e\x7f\x72\x1b\xb1\xd0\x72\xce\xad\x24\xe2\x29\x77\xc6\x5a\x0b\x9b\x77\x41\x5b\xd0\xc0\x7d\x1a\x5f\xc4\x72\xcf\xef\x9b\x80\x7f\x16\x72\x05\xef\xc3\x13\x4f\xab\x57\xe7\x29\xd2\x24\x05\xd6\x0d\xb3\x0d\x6a\xde\x10\x29\x3e\x9f\xd7\x00\x5a\xd0\x3e\xae\x01\xb4\xe0\xcf\x33\xfc\xd5\x7a\x7d\x0a\x72\x4d\xcc\xa9\x56\x50\xaa\x8e\xbf\x0a\x4a\xdf\xc4\xf3\x6b\x25\xad\xa8\xf7\x9a\xf0\x7e\x52\x3b\xe3\x77\xc1\x5e\x81\x8d\xf0\x13\xb5\x25\xd6\x5a\xf1\x72\x56\x9b\x64\x22\x58\xe7\x36\x93\xef\x34\xd6\x7a\x80\x0a\xc5\xd9\x6b\x25\x07\x7a\x3d\x98\x84\xd4\xdc\x1f\x38\x43\x18\x86\x1e\x4b\x21\xe0\x17\x7f\x92\x38\x57\xd7\x4e\x28\x7e\x83\x8b\xa5\x13\xbe\x4e\x52\x9d\x2a\x90\x10\x74\xdc\x3c\xa1\xf5\x60\x49\x34\xa2\xee\xb6\x91\xc7\xe9\x50\x6f\x61\xf1\xa7\x4d\x0f\x38\xac\xf6\x7b\x83\xf8\x1d\x65\x78\x8f\x2d\x53\x08\xd2\x1e\x6e\x65\x51\x99\xde\x68\xe4\x69\x42\x66\xdb\xc1\xb3\xb4\xf0\xed\x78\x08\xf9\xa7\x8b\x81\x90\x81\x1a\xc5\x05\x07\xcc\x31\x31\x6a\x23\x1e\x80\x2b\x6c\x22\xd5\x03\x36\x81\x68\xc6\x76\x44\x82\xa1\x93\xfb\x80\x19\x20\x9a\x15\x1e\x95\x90\x07\x3f\x08\x7c\xa0\x51\x70\x60\x46\xd3\xe0\x31\xca\xef\x20\x3f\x3e\xc7\xe3\xa7\x8b\x1b\xd8\x28\x45\x84\x72\x77\x78\xdc\x2c\xb8\xdf\xbd\x40\x5f\x2b\x7e\xa3\xc1\x6f\xf9\x7a\x63\xe0\x93\xd7\x1b\x07\xde\x10\xa0\xf7\x64\xb2\x39\x8a\xeb\xdc\xb0\x04\x66\x0b\x67\xf7\xd4\xf3\x73\xcd\x6e\xc7\xef\xaf\x64\x39\xe1\x9e\xb2\x70\xb6\x30\x7c\x4f\x61\x38\x9b\x13\xdc\x34\x03\x26\x09\x77\xf7\x60\xe4\x85\x18\xe9\x8d\x99\xa7\x5e\xdc\x25\xa2\x2f\x4a\xf5\x27\xe3\xfb\xab\x6c\xc5\x7d\x1e\xb3\xdd\xdd\x9e\xe4\xd9\x64\x15\x8c\xf7\x3c\xa4\x53\xd5\x51\x74\xcf\x3d\x90\xbc\x27\xee\x1d\xa8\x94\x91\x2e\xde\x88\xd0\x29\xf2\xd1\xc4\x1b\x27\x72\x0e\xda\x02\xf7\x0e\xa0\xac\x13\xdc\x88\xc5\x49\x3e\x80\x6e\xec\xab\x34\x74\x20\xdc\xd8\x57\x79\x0c\xbf\x31\xb7\xf2\x08\x9e\x3a\x62\x72\xf2\xf0\x82\x21\x2a\x27\x0d\x31\xb6\x1b\x87\x52\xd9\xb4\xfb\x6f\x58\x2f\xdf\x9d\x1e\x98\x8b\xe5\xaa\x1b\xe6\xcc\xbc\x35\xcd\x05\x31\x36\x79\x7b\x7d\x42\xcb\x9a\x08\x1a\x26\x8a\x90\x5e\xab\x0c\x2b\xe7\xd0\xd9\x77\xd3\xe7\x65\x5b\xc1\x7d\x26\x2c\x9a\xb6\xf7\x3d\x65\xaf\x58\xb5\xf1\x6e\x06\xe7\x54\xe9\xd2\x37\xec\x9c\xc9\xba\xf1\x4d\xdb\xa6\xfc\x5a\xf1\x3e\x19\xa1\xd4\x3d\x08\xb4\xe3\x68\x62\xbb\xc2\xf7\x57\xda\x8c\xf2\x0b\x60\x99\x73\xdd\xf4\x7c\xbd\xbf\x68\x9c\x99\xdf\xe8\x13\xce\xaa\x31\xa0\x60\xa7\x6e\x5c\x40\xc1\x4e\xb6\x0a\xdc\x88\x1c\x4a\x32\xb1\xc6\x7b\x1e\x8e\xa1\x1a\x17\x53\xdb\x4a\xc9\x94\x71\x83\x32\x74\xf6\xde\xf7\x81\x21\x85\xdc\x1b\xee\xc7\xec\xdf\x27\xb5\x0e\xe9\x1c\xf7\x03\x33\x84\x44\x97\x67\xa3\x15\x6b\x53\x7b\x32\x3d\x1f\xf5\xcf\xe4\xbd\x59\x16\xab\xf8\x4c\x7d\x2d\x4f\x66\xfd\x83\xe3\xe9\x81\x85\x56\x21\x43\xf1\x99\xe7\x72\x0e\x92\x13\x9e\x79\x30\xa7\xd8\xdc\x79\x9b\xbf\x07\x03\x33\xf1\x59\xb4\xdf\x9f\xa9\xdd\xe5\x28\xb5\xe2\x99\xca\x5d\x8a\x52\x03\x9e\xa9\xdb\xa5\x34\xdc\xff\x39\xdf\x0f\xfe\xfe\x9a\x6d\xc9\x3d\xcf\x06\x06\xf5\x82\xef\x99\x6d\x21\xef\x09\x1b\xda\x1a\x6f\xea\x86\x29\x54\xff\x3e\xf9\xd5\x10\xfb\x79\xe6\xb9\x94\xa3\xc4\xae\x27\xd4\xef\xaf\x6c\x5b\xc2\x83\x50\xa4\xe4\xf9\x4e\x15\x21\x35\xcf\x67\xaa\x8b\x39\x89\x2b\x3f\xf3\xf8\xc8\x29\xba\xff\x03\x6d\xbf\x7f\xce\xef\xb3\xdf\x9f\xf4\x36\x64\xd1\x7a\xa6\x64\x93\x73\x71\x7b\x12\x43\x10\xc7\x7e\x10\x83\x14\xa5\x06\x3e\x53\xee\x4f\x5d\x9b\xfb\x89\x73\xdf\xc9\xf5\x15\x9f\x79\x7a\x45\x5b\x0b\x1f\x84\x1b\xbd\xd6\x23\xce\xf5\xab\x62\x30\x4f\xc4\x7e\xd0\x4e\x7f\xe6\xd9\x16\x73\xf1\x78\xfb\xef\xf8\xff\x13\x0f\xb4\xdd\xdf\x5c\x3f\xef\xfb\x67\x6a\xb5\x31\x34\xc3\x33\xe7\xd7\x8c\x2f\xd8\xc3\x87\xe9\x05\xe6\xf0\x21\xd9\xea\x41\x24\x92\xdc\x17\xf1\x49\xe4\x3c\x7e\xff\xf7\xe7\xcd\x93\x70\xde\x48\xaa\x78\xa6\x9a\x9c\xad\xa9\x3e\xa9\xa2\x2d\x7c\xa4\x86\xb6\xfb\x9f\x7c\xbd\x8a\x83\x3c\xb0\xaf\xe7\xe2\x05\x4d\x13\x01\x8a\xba\x8b\x4f\x3a\xd0\xf6\x07\xe7\xdc\x00\x46\xd8\xd4\xc4\xf3\x10\x8f\x7f\x10\x7f\x34\x5e\xfd\x4d\x11\x45\x91\x3a\xf1\x41\xf4\x51\xf4\x6e\xcf\x01\x87\x9d\x00\x9c\xb2\x6c\x2a\xde\x30\x53\xb5\x4f\xd6\x50\x1f\xd8\x28\x15\x12\x13\x9f\xa9\xe9\x27\xdb\x6d\x9f\x5c\x71\x58\xba\xbf\x86\x0d\x29\x78\x73\xff\xfe\x2a\x21\xb9\xff\x89\x00\xf9\x17\xe2\x93\xe7\x06\x96\x03\x37\x3e\x79\x9e\x6a\xbd\x78\xfc\x39\xff\xe8\xf9\xe5\xeb\xfb\xab\x28\x18\x21\x3e\xf9\x9e\xed\xea\xef\x1f\xb4\x05\xcf\x54\x4b\x53\x96\x2c\xf5\x94\xb9\x81\xbb\x37\x64\x81\x35\x51\xdc\xf4\x29\x69\x7e\xef\x0d\x50\x70\xf0\x6c\xfe\x1d\x52\x91\xe1\x9f\x42\x64\xda\xc4\x7d\x9f\x32\xe7\x5f\x4c\x30\x65\xce\xbf\x7a\x83\x95\x81\xb6\xdf\x9f\xf3\xaf\x26\x50\x84\x1c\x25\xd3\x03\xbc\xff\xd5\xdc\x18\x01\x47\xbd\x7b\x7c\xac\xff\xab\xff\x07\x04\x2e\x7c\x53\x76\xd4\x01\xf5\xd0\x5b\xe3\xf7\x69\x6a\x91\x9a\xfa\x4c\xe5\x24\xd6\xe2\xef\xf3\xc4\x97\x0e\xf7\x67\x2a\x27\x49\x2e\xac\xf8\x4c\xfd\x23\x65\x6f\x38\x44\x09\x64\x1f\x67\x4f\x9d\x08\x78\x11\x78\x1d\x93\x43\x7b\x81\xa6\x82\x92\xb2\x17\x7c\x6a\x28\x31\xb4\x1f\x69\x3f\xcf\xd4\x5e\x52\xf7\xf6\x9f\xca\x4b\x6a\x2f\x68\xee\xf9\x7b\xf2\xef\x73\x77\x54\x89\x9f\x70\x96\xc4\xe8\xd5\x44\xf8\x40\x1e\xd2\xcd\xe0\x2d\x09\xc9\xfb\x1b\xd1\x03\x96\x89\x9f\x36\xd1\x33\x0c\x3d\x22\x90\x86\x97\xab\x4d\xf4\xbc\x96\x1b\xf1\x47\xaf\xf3\x87\xa1\x04\x12\x25\x9f\x36\xbe\xbf\xea\xeb\x7c\x69\x13\x3b\x63\x73\x7f\xd4\x8c\xfc\xfd\xe4\x8f\x9b\xb7\x23\x63\x8f\x5e\xed\xfb\xfb\xab\x46\x49\x80\xcf\x54\x71\xa2\x05\x98\xa7\x6f\xf3\x77\xf7\xd7\x03\xb6\xaf\xbe\xef\x73\x7b\x14\x9f\x27\x53\x4b\x88\xd1\xf0\xf5\x8c\x60\x36\xf7\x07\xed\x46\x46\x8e\x07\xbe\xc0\x3a\xdc\xff\x9c\xbf\x0d\x0d\x4f\x9f\xe7\xc3\x6b\x3b\x75\x04\x0a\xbd\xc6\xdf\xe7\xf8\xde\x4e\x53\xc3\xa8\xc9\xe7\x4b\x3f\x11\xc1\x6e\xf8\xe6\xfc\x87\xd9\x11\x62\x11\xba\xd9\x1d\x1d\x8d\xfe\x7e\xd0\xbd\xa1\xef\x47\xf8\xfe\xaa\xd5\xf0\x23\x5a\xeb\x75\xfe\x21\x5c\x2b\x9b\x9f\xc3\x38\x6f\x07\xcb\x33\xb0\xfe\x66\x57\x53\x1d\x49\x61\xf8\xf7\xf6\xfd\x55\x6d\x7c\x7e\xa6\x32\x52\x9b\xb7\x27\x82\x16\xb2\xcf\xa3\x31\xe7\x6f\x31\xf7\x99\xba\x49\xec\xaf\xf1\x26\x7b\x54\x70\x51\x7c\xc6\x05\x79\x49\xf4\x34\x75\x97\x98\x4c\x7f\x53\x75\x89\xc5\xf2\xc7\x54\x5d\xe2\x30\xfb\x65\xc0\x43\xf0\x76\xdd\x23\x04\x02\xbf\x30\xcf\x87\x97\x80\x34\x55\x9b\x94\x2d\x90\xec\x93\x3f\x0c\x6f\x7f\x68\x3a\x36\xfe\x3f\x7b\xfb\x9d\x8c\xfd\x4c\xc5\x27\x75\x13\xe0\xd4\x7b\x52\x31\xbf\x9e\x6a\x4f\x0b\xde\x90\x53\xeb\x69\xc1\xe7\xd9\x4e\xcb\x8f\xfb\xbb\xbe\xbf\x7a\xb5\xb4\x3a\x55\x9e\x94\x4d\xb0\xfb\x03\xfe\xaf\xfe\x11\xbf\x91\xbd\x61\xa6\x46\xd4\x82\x37\x30\xac\x74\x41\xba\xdd\x03\x7d\x28\x59\x40\x38\x32\x36\xb8\xe0\x3f\xe6\xfc\xcb\xab\x3f\xf0\x47\x9f\x4f\x53\x7d\x8a\xc5\xf8\x3b\xb0\x01\x4c\x70\x07\x23\xe5\xdc\x9e\x0c\xe0\x25\x40\x1f\xf0\x4a\x7b\x03\x1f\x2b\x42\x59\xed\x0b\x76\x3d\xb7\x61\x88\x93\xee\xfa\x40\xf5\xb2\x76\xf1\xd0\x49\x6e\x79\x63\x6a\x5e\x69\xb3\xc0\x36\x15\xaf\x96\x5f\xef\x33\xc6\x42\xf3\x85\x1d\x31\x47\x7f\x3f\xd7\xd7\x6a\xeb\x03\x83\x48\xb2\xba\xf2\x20\x3e\xa5\x7a\x07\xd0\xb4\xe8\x1d\x05\xcb\x62\xb6\x44\x38\xf5\xb8\x96\x7d\xe0\x4f\x35\x2e\xbd\x34\x08\x98\xae\x87\x0f\xb0\xa9\xd5\x45\xfb\x54\x9e\x0b\x02\x80\x29\xfe\x4a\x50\x87\xea\x0f\xce\x97\x44\xef\xf7\x07\xb6\xb4\x4d\x6d\xa6\xa7\xcf\xee\x4b\x70\x78\x2b\x86\x31\xc1\xe1\x2d\x51\x29\xc1\x31\x5d\xab\x7f\x85\x0f\xe5\xf5\x31\x3d\xd3\xcd\xef\xc3\xdf\xf0\x31\x96\xa4\x6d\xca\xe6\x5d\xa2\x5a\x82\x3b\x3a\xc4\x18\xfc\x00\x7e\xba\x8f\x11\x21\xc1\x41\x1d\x62\xf8\xec\xf6\x44\x17\x75\x95\x15\x38\x6d\x08\xde\x88\xa1\x69\x8c\xe5\x6f\xf8\x30\xdc\xc4\xcc\x22\x9f\x18\x69\x7b\xc0\x71\x35\xe6\x83\x49\x09\x66\xb8\x01\xaa\xcc\xd4\x29\x4e\x20\x7b\xf8\x30\xfc\x14\xa7\x40\xdd\x25\x4f\x26\xb8\x9d\xba\xa2\xdf\x13\xfc\x4e\x5d\xc9\x30\x29\x62\x4e\x0a\x87\x4f\x08\xea\xec\x52\x50\x52\x9c\x02\x75\x57\xe2\x4d\x8a\x53\xa0\x6e\xf5\xe3\x89\x4a\x71\xca\xd3\x5d\xde\x91\x14\xe1\xcc\x55\x24\x79\x82\x63\xab\x2b\x07\x28\xc1\xb3\xd5\x95\xe6\x93\xe2\x94\xa7\xbb\xdc\x2d\x29\x4e\x79\xba\x2b\x0b\x2a\xc5\x8c\xf9\x15\xb7\x69\x22\xd4\xfc\xa7\x3c\xdd\x95\xfa\x93\xe0\x2a\xeb\x0a\x7b\x48\x71\xf9\xfc\x87\x1e\x14\x58\x8b\x87\x00\xc6\x89\xb4\xe5\xe6\x07\xf3\x85\x50\xdd\xc6\x08\x5a\x82\x38\x30\x42\x15\x46\x06\x30\x5c\x34\x03\x98\xc8\xb6\xec\x25\x1a\x40\x71\x75\xbb\xf1\x05\xf7\x00\x1c\x8b\xf0\x10\x49\xd7\x25\x23\xa7\x38\x0f\xa5\xb0\xe5\x2e\xa4\xc1\xaf\xb5\xe5\xee\x2f\x4e\x76\x29\x34\xcf\x73\xa9\xa7\xe0\x2f\x80\xe6\xd7\xac\x1f\xce\x5a\x2f\xc0\xab\xb5\x65\xbf\x01\xa3\xda\x96\x87\xe6\x3d\x4f\x8a\x2e\xa7\x56\x8a\x3b\x57\x5e\x94\xb3\x63\xe5\x8b\x7b\xc4\xca\x57\xcd\x02\x27\x85\x32\xd8\x52\xdc\x01\x52\x75\x7f\x58\x79\x6d\x7e\x44\xfa\x75\xa5\xc7\xa5\xf8\x40\xd3\xf2\xfe\x44\xa4\x5a\xdf\xb2\xdb\x08\x6c\x10\xa9\x32\x5a\x2d\x28\x9a\x2b\x21\x5e\xad\xeb\xac\x4d\x09\x49\x5a\xa1\x7f\xb4\xdb\x44\x07\x63\xe8\xda\x9d\x09\x49\x5a\x41\x31\x68\x29\xc1\xdb\x1d\xfa\x47\xdf\x4a\x0c\x7a\x0b\xbd\x7b\xd4\x83\x0f\x3c\xea\xc9\x07\x86\xf3\x82\x3f\xfe\x33\xd1\x14\x10\x0d\xe0\x0f\x42\xc1\x3c\x04\x44\x00\xdb\xd1\x96\x49\x81\x50\x0e\x7f\x80\xf8\x00\xed\x99\x44\x1f\xb8\x6c\x73\x29\x05\xfa\x5f\xd4\x63\x84\x87\x44\x9b\x24\x45\x62\x4e\x88\x41\x60\x5d\x18\x9b\x10\x03\x23\x7a\x18\xe2\x95\x29\x56\xcc\x41\x20\xc4\x86\xb6\x40\x88\x3b\x46\x14\x56\x10\x14\x52\x0c\x51\xbc\xd0\x61\x10\x12\x12\xb6\xa5\xf8\x06\xc2\xe8\x82\x15\xed\x79\x24\x4f\x8a\x8e\x02\x29\x11\x02\x8d\x90\x80\x15\x69\xea\x29\xc1\x14\x10\x46\xfa\x89\x66\x93\x10\x88\xd7\x37\xf1\xa1\x84\x5c\xa5\x30\x92\x70\x02\xc6\xb6\x65\x8f\x7f\x12\x40\x7f\xc1\x29\x25\x91\x06\xf2\x8e\xc2\xd0\x79\x95\xc0\xab\xb6\xec\x36\x7c\x47\xe2\x6d\x29\x13\x62\xaf\xc3\x54\xde\x5b\xe9\xfe\x60\xc7\x9c\x85\xa4\x0c\x4a\x32\x65\x4d\xe5\xbc\xcb\x5a\x95\xd2\xe4\x75\xad\x0c\xf5\x57\x88\x54\x8f\x88\x00\xfc\x30\xb4\xa9\x53\xe1\xca\x9b\x54\x0a\x60\x14\xff\x4e\xd0\xd8\x82\x82\x30\x53\x6a\x88\xde\x11\xb3\x4a\x53\x43\x6a\xf5\xd5\xc6\x31\x1c\xb5\x4e\x8d\x71\x11\xfe\xfe\x01\x12\x34\x00\xc2\x9b\x83\xe2\x1d\x13\x42\x13\xfb\x66\x2c\x0e\x6e\x07\x2d\xc4\x00\x84\xd1\xef\x63\x37\x78\x5d\x06\x37\x64\x75\x07\x60\x34\xde\x6f\x3b\x06\xd0\x91\x06\x8f\x7f\xab\x26\x7e\xfa\x9e\x0d\xf1\x8e\x03\xa0\xfb\x77\xf0\x77\xaf\xc2\x41\x80\xd5\xdf\x01\xd2\x8e\x5a\xb5\x83\xfd\xf9\x7d\x06\x64\xa9\x3f\x88\x88\x56\x7a\x53\x82\x4c\x28\xa5\x36\xa5\x13\xe7\x85\x98\x3d\x22\x27\xfb\x66\xc2\x3b\xc1\x79\xcd\x92\x4e\x2c\x41\xd0\x04\x2e\x38\x40\x93\xfa\xbb\xc8\xc3\xb4\xe8\x79\xa3\x16\xae\xed\x9a\x99\xdf\x9a\x34\xe7\x0c\xd6\xd9\xe4\xfe\x4f\x99\x91\xb6\xe3\x63\x49\x4e\x19\xa1\xb3\x2d\x6a\x47\xe5\x78\x23\x83\x37\xe8\x01\xf2\x19\xb2\xb7\x54\x46\x3e\x43\x8b\x1f\xed\x37\xe5\xbe\xb4\x75\x8d\x02\xf5\xb0\xc9\xde\x9b\x32\x92\x95\xab\xf2\xc1\x52\x86\x33\xa4\x29\xf8\x2b\x65\x08\xe0\x3d\x89\x63\x67\x84\x74\x37\xd9\x88\x53\x66\xc8\xb4\x64\xea\x54\x02\x5d\x04\xa2\x98\x02\xa3\x9f\xcd\xe4\xa9\x20\x49\xac\x29\xfb\x2d\x15\xb8\x6d\x9b\x12\x6e\x52\xa1\x1e\xa6\xac\xd9\x54\xe0\x71\x6a\xb2\xf3\xa7\x32\x25\xfb\xf9\xe0\x03\x47\xc1\x32\xb4\x24\xc2\x2c\x17\x42\xe7\xb6\xaa\x37\x1e\x18\x07\x95\x26\x9b\xe0\x76\x0f\x2d\x7f\xa4\xf3\x54\x11\xf4\x39\xc2\x47\x9f\x48\x35\xa3\x53\x05\xf6\xa6\x8a\xd0\xff\x96\x3f\x1a\x56\xaa\xf0\xe0\xb5\x2c\x38\x2a\x74\xe2\x26\x11\x3e\x55\x38\x6e\x9a\xa5\x8b\x06\xaf\x76\x2b\x62\x8e\x0d\x5e\xed\x56\x3e\x76\x89\xd4\x5a\xe1\x83\xcf\x5c\x5a\xa7\x63\x46\xac\xa7\x61\x5d\x5a\xf1\x83\x1b\xae\x30\xe5\x87\xa7\x76\x03\x63\x45\x02\x7b\xe3\xf4\x8b\x40\x6f\xcf\xc5\x07\x9f\x51\x3a\x7c\x2b\xad\x7c\xcc\x89\xa9\xc3\x3e\xfd\x62\x91\x3d\x51\x3f\x96\x2c\xd5\x33\x3f\xd1\xd1\xd5\x0b\xe7\xa2\xd9\xf6\x4a\x48\x75\xd8\xf5\x1d\x79\xc3\x52\x5a\x53\x87\xe3\x6f\xc8\xea\x9a\xfa\xb3\xff\xce\x09\x9a\x06\xce\x6c\x07\xb9\xa5\x01\x3f\x75\xab\xf1\x27\x51\x6d\x69\x20\x11\xa7\x55\x9d\x0c\x63\x47\x2a\x9e\xe2\x6e\xd3\x80\x5e\xbb\x19\x7b\x7b\x39\xf9\xe0\xb3\xac\x3b\x49\xb4\x05\xbd\x01\xdb\x5a\x93\x31\x3f\xed\x1d\x19\x5f\x16\xf6\xf7\x93\xa3\x88\xf7\xee\x8c\xd1\x56\x08\x7d\xda\xe1\xa1\x6b\x0a\xab\x49\x3b\x3c\x74\x4d\x41\x59\x69\xbf\x31\x51\x99\xf4\xd3\xfe\x24\x6e\xb7\x0f\x7e\x8f\x8d\x80\x09\x59\xf4\xe1\x37\x45\xde\xa5\x03\x21\xc7\x4d\xa1\x62\xe9\x40\x58\x71\x91\x5f\x24\x1d\xc8\x65\x6a\x4a\xef\x49\x47\x23\x1c\x52\x8c\x0e\x78\xd3\x9b\x12\xff\xd2\x01\xe6\x62\x47\x5d\x3a\x3a\xfb\x10\x63\x3e\xe0\x46\x6e\xca\xcd\x49\x07\x82\x84\xaa\x99\xdc\x01\xbf\x69\x1d\x62\xad\xc7\xc9\x3e\xc4\x07\x8e\x07\xe4\x65\x5e\x72\x3c\xc8\xaa\xb4\xc6\x74\x22\x40\xb7\x0e\xc9\xea\x27\x02\x14\x9a\x8c\x60\xe9\xc4\x28\x6d\x68\xa1\x4e\x38\x4a\x9b\x85\xa3\x0b\x71\xe1\x4d\x21\x1e\xe9\x82\xb2\xdb\xc6\xc7\xec\x9b\xae\x44\x9a\xd5\xba\x5c\x19\xe7\xb0\xc4\xed\x0b\x19\x6a\x6d\x88\xec\x2f\x68\x1d\x7d\x93\x02\x7d\x21\xc6\xe9\x75\xb2\x5e\xe7\x72\x80\x7f\x56\xe1\x9a\x07\x4b\xe8\xb2\x66\xa4\x1b\xfc\xe9\x25\x59\xde\x89\x93\x15\x5c\x37\xb3\xb5\xad\x95\xdf\x95\xa3\x48\x8f\xb8\x91\x18\xd7\x65\x73\x4d\x37\xce\x8d\x2e\x9b\x4c\x62\x28\x45\xdf\xc4\x6b\x6f\x26\x55\x29\x23\x22\x21\x8c\x21\xf4\x4d\x2c\xed\x66\x3e\xa4\x52\x24\x12\xfc\x08\xa1\x7b\xff\xd0\x12\x5d\x87\xce\x0d\x98\x9a\x43\x57\x0a\x4b\x82\x6d\x39\xbc\x74\x59\xd8\xbe\xc2\x4b\x25\x82\x71\x2b\x64\xeb\x38\x34\xc6\xf4\xa0\xe9\x3f\x17\xfb\x10\x4b\x7b\xae\x85\xd3\xf5\x49\xde\x12\x3f\xf9\x28\x66\x79\x43\x82\x63\x97\x8d\x33\x6f\x4c\x69\x55\x76\x78\x5e\xf5\x2a\xf2\x07\xb0\xcc\xa0\xf1\x2e\x33\x71\x66\x0a\x7a\x57\x0c\x4c\x0e\xf9\xc1\x83\x0f\x37\xce\x4c\x83\x76\xfc\x60\x0e\x07\x50\xa8\xc3\x39\x87\x83\x9f\x7c\x42\x16\x33\xc2\x98\x43\x8f\x1f\xfd\x2a\x87\xfb\xe6\x03\x8d\xf2\xb0\xd3\x0f\x4e\x33\x42\x8b\x43\xd7\x79\x9e\xe3\xc6\x4f\x3e\xdb\x36\x33\x71\x32\x2b\x12\x29\xc7\x35\xdb\x8f\xb6\x93\x99\xb1\xd5\x65\xd2\xcb\xf1\xe2\x83\xac\x4f\x10\x14\xd0\x95\xb7\x9c\x13\xe4\x9b\x2e\x2f\x56\x86\x7a\x12\xba\xce\xe2\x9c\x10\x71\xdb\xd3\x47\xf1\xcb\x89\x73\x51\x6a\x6a\x4e\xd8\xd8\x5d\x79\xa5\x39\x43\x57\xec\x22\xa9\x9c\x59\x9d\xe3\xf5\x06\x0e\x81\xae\x5c\x90\x9c\xc1\xd7\xba\xd2\x70\x72\x06\x5f\xeb\xca\x85\xcc\x99\x79\xf9\xb2\xf7\xe4\x0c\x7f\x55\xdb\x3e\xe6\x88\x9c\x91\x2d\xd9\xf3\xeb\xc1\xce\x07\x1f\x82\xc9\x38\xf1\x7b\xae\xea\x14\x36\xd5\xae\xf3\x3c\xe7\x83\x93\x1b\x02\x9d\x1b\x39\x7f\xc4\xaa\x5c\x38\xb9\xf2\x61\xda\xb9\x20\x7f\xab\x97\xb8\xfd\xe0\xfc\xca\x05\xfa\x63\x56\x7c\x54\x2e\xc4\x6f\xd1\x2a\x96\xb6\x36\xe4\x67\xa2\x05\xc9\x82\x4d\x89\x26\xb9\x1c\x04\x41\x40\x16\x40\x3d\x82\x3f\xb9\x41\xe6\x72\xee\xe5\xc2\xb3\x47\xd6\xec\x5c\xc1\x6b\x7b\xd5\x0a\xd4\x40\x7f\xb5\xf6\x4e\x85\xd2\xd6\xe5\x11\xcf\x95\x89\xba\xca\xbf\xcc\x75\xe7\x1b\x1f\x8e\x9e\xeb\xaa\xbd\xf3\x39\xe1\x72\xdd\x39\x8a\xb6\x4a\x03\x25\xf4\xfa\x91\x31\x72\x63\x6d\x12\xc5\x49\xe4\x06\x32\xef\xed\x13\x61\x96\x1b\x2b\xda\x28\x00\x38\x53\xd6\xe9\x0a\xea\xcc\x3d\x60\xe1\x95\x20\x93\x3b\x2b\xa0\x28\x13\x3e\x77\xfa\x92\x65\xfc\xcb\x3d\x63\x9d\x15\xbe\x90\x3b\xc4\xe7\x2e\x07\x5e\x1e\x30\xcf\x37\xd9\x48\xf2\xb8\x41\xb3\xb2\x25\xe4\x01\xd1\xa6\x8f\x8f\xc8\x99\x77\x98\x59\xba\x8c\x05\x79\x47\x3c\x5d\xd7\x29\x99\x77\xc8\xe4\x5d\x9a\x71\x3e\xa0\x9a\x27\x55\x51\xc9\x07\x2c\xa9\x5d\x81\x7e\xf9\x68\x6b\x6d\x3f\x9d\x1e\x50\x8a\xba\xc2\xb1\xf2\x71\x12\x0e\x71\x8a\xe3\x5a\x6f\x7c\xe6\x72\xdc\xd4\x1e\x3e\x8a\x58\x3e\x29\x84\xc9\xb8\x99\xcf\x88\xd5\x57\xf4\x66\x3e\x01\xd8\x90\xf9\x30\x9f\x27\xfd\x4d\x62\x3f\x27\x52\xce\xc6\x26\x8c\x9d\x77\xe0\x27\x9f\x07\x17\x78\xda\x50\x7c\x56\xbe\x70\x4e\x0c\xf9\x50\xf2\xfd\xfb\x08\xa0\x7c\x6f\x88\x83\x7a\xb5\xa9\xe5\x08\x5f\xf7\x06\x2f\x60\x73\x07\x30\xfa\x17\xff\x8e\xa8\x9d\xe0\x0e\x06\x7c\xba\xfe\x1d\x5e\xbd\x8f\xf5\x26\xdf\x4c\xcd\xcc\x7e\x9f\x87\xce\xeb\xc1\xf5\xfd\x95\x8a\x38\xd7\xbd\xc1\xaf\xfb\xb1\x8b\xe5\x1b\xfb\xa8\xf9\x40\xb9\x11\xb7\x23\xab\x6a\xbe\x21\x90\x28\xce\x27\xdf\x61\x4d\x49\x3d\x42\x51\xc9\x3a\x09\xee\x50\xd0\x41\x54\x1b\x8e\xcc\xe4\x76\x43\xa0\x8e\x07\x40\xa0\x87\xb6\xe9\x1d\xe0\xc7\x1a\xee\xef\x06\x4a\xfc\x3e\x22\x21\xa3\xe8\xf8\x8e\x13\xe9\xc3\x38\x8a\xf4\x1c\x6b\xc0\xd8\xdf\x61\x59\xf9\x06\x55\x37\x05\x98\xe7\x1b\xa1\x34\x9b\x58\xe4\x8d\x33\x24\x47\xad\xfb\x0d\x0d\xd8\x41\x87\xf9\x8e\x74\x96\x0a\xcb\xd0\x88\x9b\xa2\xa8\xf3\x3d\x85\xb4\xbc\x79\x12\x30\x82\xa9\x68\x4b\xbe\xd3\x14\xd0\xc3\x66\x42\x40\x38\x8c\x62\xc5\xf2\x9d\xa8\x85\x7b\xa1\x40\xd0\x72\x8f\xe5\x7b\x4a\x13\x71\x78\x61\x51\x81\x47\xd6\x9b\x7c\x27\xf8\xb7\x87\x7f\x7f\x56\xf0\xd9\x6a\x67\x06\xa7\x09\x22\x84\xaf\x48\x97\xce\x37\x58\x4e\x56\xfa\x59\xbe\x91\xa9\x52\xb3\x90\x92\xb9\x07\x93\x1f\x74\xaa\x7d\x1a\x32\x23\xa4\xcc\xc4\x9a\x27\x2d\x2a\x6a\x38\xdf\x99\xac\x41\x53\xca\x88\x0e\xf5\x94\x91\xc5\xd7\x62\x0e\x3f\x39\x99\xee\x52\xbe\xbf\x6a\xf6\x9a\x14\x62\x54\xa3\xa1\xac\x4d\x11\x5f\xbe\xa7\xf4\x95\x83\xf7\x2a\x8a\xda\x24\x13\x3a\x6a\xda\x38\xac\x37\xdf\xd0\xc3\x82\x39\xc8\x5d\x96\xd2\xaa\x36\xe6\x53\xfc\x3b\x3c\xa6\x51\x10\xd4\x88\x90\x2c\xb7\x13\x3b\x54\x07\x53\x1e\x9e\x0f\xb4\x28\x95\xa4\x9a\xb5\x08\x0d\xb4\x2e\x46\x78\x37\x38\x95\xbb\x60\x44\x3d\x85\x21\xaf\x51\xbe\x59\x1c\xc1\x93\x40\xa4\x76\x96\x5f\x3b\xdf\x28\x96\x50\xcd\xd2\x7a\x04\x5a\xb4\x08\xfd\x77\x71\x87\xf9\xee\x15\xbb\xcd\xbf\xc3\x0d\x2d\x2e\x8a\xd0\xe6\xd8\x4c\xf9\x53\x82\xcf\xc1\x64\xd4\x0f\x04\x59\xba\x7d\xbe\xe3\x18\xf3\x0d\xdd\x2d\xbf\x08\x11\x91\xd0\xc1\x6d\x08\x41\xd1\xfc\x02\x96\xa4\x61\x32\x64\x60\x81\xb7\xe2\xa0\xc5\x5b\x03\x32\xce\x59\xbe\xc8\x8c\x38\xe7\x18\x36\xd3\xdd\x98\x94\xf1\x6e\x0f\xb4\x85\x74\x84\x12\x6c\x3a\x59\x6f\xf8\x6c\x82\x4e\xeb\x9b\x02\x8f\x42\x87\xf2\x3d\x05\x0d\x87\xdc\xe6\x7b\x07\x8e\x4d\xf8\x50\x4f\x7d\x66\xde\x3b\x41\xf6\xf7\x15\xb1\x8a\x9a\x02\x2c\x50\xb5\x6b\x0d\xf7\xb9\xb1\xb6\x26\x00\xe1\xba\x1f\xcd\xe3\x3d\x9c\xa1\x1e\x4c\xe1\x20\x07\xef\x85\x29\x47\x66\x4b\x57\xf7\x54\x8f\xb3\xa2\x8a\xf3\x8a\x54\x7e\x6d\xe5\x63\x7f\x47\x97\xe6\xfb\x38\x7e\x17\xf2\x9e\x19\xca\xdc\xac\x97\xdc\x53\xe7\x8c\xc9\x30\x9d\x53\x8d\x2d\x46\xea\x49\x9c\xa8\x47\xaa\xca\xaf\x75\x9e\x07\x78\x56\x42\x60\x46\x20\x73\x0e\xc1\xbf\x37\x04\x0c\xba\xc3\xce\x0e\xdc\x23\xfc\xe5\xd5\x1d\x1c\x8c\xe9\x56\xfb\x42\x87\x9a\xc2\x09\xc2\xf3\xce\x38\xe7\x76\x2e\xde\xad\xc8\x0d\xcd\xc9\x87\xf5\x94\xb5\x63\x30\xcb\x45\xfd\x9f\xd7\x32\x4e\x75\x26\xaa\x50\x42\x46\x0c\x74\x56\x2e\x60\x46\x08\x74\x2a\xd1\x03\x0c\x84\x00\x69\x02\x34\x2b\x2a\x53\x2c\xdf\x28\xfd\x13\x5e\x94\x38\xf5\xa3\xea\x45\xb8\x30\x83\xe8\xf7\x1f\xb4\xf5\xfa\xbd\x66\xa0\x17\x6e\x46\x30\x0b\x25\x77\xe4\x00\x22\x84\x3b\x21\xaa\x55\x53\xba\xe7\xa2\x6c\xa6\x0b\x08\xee\xa1\x0a\x82\x9b\x1c\xed\xf5\xc1\xc1\x39\x68\xd2\x37\xb0\x1e\x3d\x24\xc2\xbc\xb3\xdb\x8b\x76\xd5\x25\xed\x30\x92\x9e\xef\x87\xa7\x44\xd1\x17\x4f\xc4\xe1\xac\x49\x41\x57\x1d\xc1\xdb\xe7\x29\xfc\x42\x78\x78\x2a\xd5\x0d\xb5\xb9\x30\xf9\x47\xe7\xce\x33\x4f\xb9\x28\x8d\xe0\x7e\x4e\xe0\xd0\x9d\x93\xa1\x79\xb3\x3d\x37\x67\xa4\x75\x7e\xc8\x93\xb5\xfd\x10\x58\xde\x93\x24\x1a\x04\x96\x07\xc5\x1e\x65\x04\x96\xcf\x1e\xba\x1e\xc0\xa5\xf6\x7a\x61\xa1\x7d\xe8\xc1\xc0\x8c\xfc\x02\x1c\x05\xda\x0b\x88\xfe\x9e\x20\x78\xc8\x25\x48\xfa\x0b\x58\x46\x25\x58\x3e\x9f\x7a\x94\x6a\x63\x77\x48\x11\x47\xfc\x77\x52\xe2\x46\x46\xfc\x77\xa8\xa2\x5d\xc4\x7f\xc7\xa0\x12\x10\xf9\x09\x85\x20\x68\xc4\x40\xcf\x44\x71\x97\x64\xd4\xc3\x7d\xac\xd3\x4e\x40\x04\xa6\x7a\x08\x91\x53\x2d\xcf\xf2\xf8\x67\x04\x79\x27\xd9\xd4\x33\x82\xa6\x67\x07\xc2\x43\xa4\x48\x22\xae\x83\xb0\xe8\xa4\x5a\x78\x19\x61\xd1\x59\xb6\xd8\xcc\xb0\xe8\xa1\x30\x89\x8c\x38\xe8\x09\xa4\xbf\x40\x9c\x97\x8e\x9b\x67\x89\x7e\x06\x92\xa2\x9f\xd8\x08\x22\xa1\xe7\xbc\x35\x2b\xd4\x63\x2c\x06\x12\x1e\xce\x64\xd4\xa7\x1d\x7c\xc6\xbf\xaf\xc5\xf4\x03\x84\x02\x7b\x2d\xe1\xe0\x94\xcf\x23\x33\x14\xba\x29\x8d\x30\x33\xf6\x39\x58\x7e\x45\xb0\xf3\x7c\xa0\x2e\x20\x2e\x6e\xda\x42\x88\x66\x8e\x43\x44\x8e\x68\xe6\xfc\xc2\x34\x84\xc3\x6a\xfd\x94\xe1\xcc\x39\x89\x7f\x23\x3e\x39\xc8\xa0\x96\x11\x9f\x9c\xb6\xe6\x1e\x10\x35\xa0\x7d\x85\xf8\xe4\x68\xd6\xb4\xe2\x93\x4d\x2d\x65\x81\xac\x0e\x0b\x78\x97\x97\xb2\x50\xc2\xd5\x91\xb3\x22\x94\xb3\x47\x40\xb9\x00\x31\x7c\x58\x16\xb3\xb2\x84\x32\x22\x94\x27\xda\x3c\xc2\x80\x72\xe5\x17\x20\xfb\x48\x20\x46\x88\x72\x56\x4d\xa2\xfc\x50\xa2\xcc\x86\x88\xbc\xd0\x00\x4d\xfe\x5d\xaa\x01\x82\xcd\xb5\x79\x80\xba\x18\xb8\x46\x58\x22\xa5\xce\x8c\x87\xc6\x60\x65\xe2\x64\x44\x11\x67\xab\xe3\x88\x22\x9e\x7d\x0a\xcf\x95\x71\xd3\x12\x16\x10\x0a\x1c\x83\x25\x65\xc4\x02\x67\xeb\x98\x88\x05\xce\x56\xb5\x11\x0b\x3c\x3f\x50\x97\xf0\x4f\xd8\x8c\x07\x03\x6c\x2a\x26\xa6\x86\xa3\x5c\x2a\x22\x62\x79\x67\x07\x7e\x40\x59\x3c\x7a\x48\x60\x32\xb9\x47\xb0\x2b\x89\xd6\x8c\xd6\xb5\x65\x15\xd1\xb9\xb3\x47\xa1\xb2\x53\x8d\x35\x35\xc0\xf4\x5c\x24\x17\x23\x3e\x37\x0c\xc5\x2b\x65\x06\xe8\xb6\xe8\xd5\xe8\x80\x5a\x36\x19\x44\xe4\x66\xd9\xd0\x33\x23\x72\x83\x45\x5f\x84\xe4\xbe\x2c\x91\x08\xc9\xcd\xaa\xfe\x90\x11\x92\x3b\x3f\x10\x5e\x3a\x13\x92\x7e\x12\x71\x97\x11\xb0\x3b\xbf\xf6\x0c\xb0\x4c\xb2\x3d\x20\x62\x77\xbe\xa0\xa5\x9f\x92\x74\xb6\xbd\x03\x21\xbb\x5d\x11\xfc\x19\x21\xbb\xf3\x03\x3f\x40\x14\x9f\x49\x65\x10\x03\xc2\x21\xe2\xa1\xb2\x95\x50\x04\xe9\x66\xdb\xf5\x10\xa4\x3b\x7b\xf4\x90\x40\x89\x09\x1a\x2e\xfe\xea\x73\x6b\x90\x29\xb8\x4d\xfe\xec\x63\x04\x61\xb9\x21\x98\x7b\x32\x0c\xcf\xc7\x0a\x8c\x7c\xc9\xbc\x6f\x3f\xb0\xa7\x84\x15\xc8\xce\xcd\x1d\x42\x76\x2e\x92\x26\x10\xf6\x1a\x86\x8f\x90\x63\x11\x8e\x3a\x3c\x0a\xb8\xb3\x40\x44\xdc\xea\xf0\xd1\x7a\xd0\x68\xe4\x1e\x0f\x22\xc1\xeb\x0e\xf3\x67\x56\x55\xdf\xfc\x1c\x50\x84\xdd\xa6\xc9\xcc\x2b\x7b\x82\x93\x49\xae\x43\xa8\x69\x78\x61\xf1\x5c\xa4\xea\x0f\x2a\x87\x14\x50\x67\xe7\x03\x2d\x2d\xf2\xd6\x6d\x47\x67\x70\x69\xf2\x99\x72\x52\x6e\xf3\xb4\x4e\x12\xab\xb9\xe7\x89\x40\x35\xb3\x0d\x8a\xcf\xde\xf4\x27\xa5\x1c\xcb\x20\x17\xd8\x86\x31\x7f\x81\x1c\x8d\xc8\x6b\x61\x5a\x30\x5e\x74\x18\x98\x80\x2f\xa8\x04\x3e\xc7\x50\x4e\xb3\xfb\xd0\xb9\x40\x7e\x3e\x38\x2f\xf0\x63\x6f\xe9\x0b\x5c\xc4\x87\xfd\xc5\x39\x99\xcd\x4c\x79\x3a\x55\x33\x64\x0a\xd0\x26\xa6\x29\x40\xb7\x6a\xe2\xb8\xa1\xd4\xb8\x43\xca\xcf\x96\xc0\x9f\x29\x3f\xa7\xf6\xea\x80\x32\x8e\xf1\x7e\x23\xec\xdc\x20\xde\x18\xd1\x2b\xf9\x70\x13\x4b\x5e\x7e\x20\xfe\xa6\xe6\x49\x3f\x44\x9b\xb4\xc1\xe7\x81\x65\xc7\x7c\x60\x8a\xbf\x29\x0f\x77\x89\x5d\x5c\xdd\x41\x47\x92\xae\x26\x41\x17\xf8\xeb\xfb\x85\x25\xed\xf2\x25\xe1\xfa\x9c\x7b\xb0\xf4\xde\x22\x0f\xca\xf8\x7c\x94\x80\xc2\x4a\x59\x9b\x0c\x6c\x05\xe1\xc1\x73\x8f\x24\x3d\x80\xd5\xa1\xf8\x05\xc2\xd8\xd5\x6e\x84\x21\xeb\x01\xcc\x0e\x1f\xcd\xa5\x6c\x30\x94\x5a\x29\x2f\xdb\x46\x51\xcf\x2f\x50\xc0\x2d\xee\x61\xae\xb5\x0e\xa9\xb2\x41\xc0\xad\xca\xbf\x29\xdb\x94\x70\x8b\x0c\x99\x05\x15\xbd\xe6\xb4\x05\x64\x00\x01\x7f\xb6\x48\x41\x90\x73\x7a\x4d\x22\x50\xa5\xfd\x88\x34\x05\x85\xbd\xb2\x02\x4e\x0b\x4a\x79\x85\x51\x3d\xc2\x9a\xa5\x5f\xa0\x14\xd5\x05\x34\x25\xe0\xea\x1e\x49\xe1\xfe\x9d\xa2\xe0\x47\x66\x29\xac\xf9\xd5\xa2\x11\x15\x2e\x8e\x61\xa8\x11\x7a\xd6\x3d\x26\xe4\xae\xf0\x13\xf7\x50\xd9\x22\x51\xa0\xde\x11\x9f\x98\x0c\x2f\xb2\x24\x75\x71\x42\xd9\x90\x25\x39\x8a\x56\x29\x72\xdd\xb5\xce\x91\x9a\x99\xd6\x20\xf2\x84\x49\x9a\x70\xc4\x16\x7f\x75\x00\xf1\xe6\xf5\x01\x11\xe2\x01\x0f\xa4\x9d\xfa\x77\x6a\x08\x06\x70\x8a\x60\x9b\x97\x88\xb1\x4e\xc9\xab\x9e\xd6\x06\x14\x88\x94\xe7\x83\x41\xfa\x04\xa6\xa8\xcd\xc4\x3d\xf7\xb0\xd6\x44\x18\x46\x64\x74\x32\xa1\xc1\x73\x55\x9b\xf7\x4b\x26\x16\x45\x48\x19\xe6\x9a\xea\xf6\x02\x41\x43\x64\x48\xae\x5d\xb3\xa6\x34\xde\x44\x05\x19\x58\x6b\x9a\x75\x66\xad\x25\xff\xce\xdd\x93\x0c\xd2\xda\x2d\x06\x89\x2a\x43\xf3\x1b\x38\xb3\x82\x26\x55\xc0\xdd\xfd\x7b\x59\xc4\xaf\x31\x0b\x96\xda\x84\x08\x7b\xad\xdc\xc3\x65\x2b\x6b\xa9\xdd\x03\xcf\x4d\xe3\x8d\xe2\x75\x13\x4c\x53\x9c\x4e\xdb\xab\xc7\x87\x40\xeb\x83\xca\xb5\x4b\xc2\x0b\x72\xf8\xc6\x8b\x3c\xea\x82\x52\x7d\x56\x7a\x22\x05\x75\xa5\xf5\x30\xf9\x01\xf7\x68\xd2\x72\x57\xca\xaa\xc9\x5d\x80\xc4\x9a\xc7\xe0\x8e\x4b\x5a\xbe\xc6\xf5\x57\x0f\x4b\x7e\xce\x5a\x8e\xc6\xc2\x6d\xfe\x00\xb9\xc5\x51\x13\x85\x3c\xbd\x19\xd7\x8d\xb1\x3c\x82\x71\xf9\xad\x4c\x92\x8d\xeb\xef\x36\xaa\xd9\x79\xf1\x3a\x17\x4f\x03\x2e\xf1\x39\x8b\xc6\x69\x15\xee\x6e\x53\xc0\xc8\x1a\xb2\x53\x37\xf2\xac\x3b\x49\x2a\x0b\x2d\x1d\x67\xab\xa9\xbe\x2f\xd1\xce\x83\x52\x60\xf0\x6a\x2d\x01\xd6\x2c\x9a\xfe\xf0\x22\x3c\x50\x3e\x1d\xc2\xdb\xa0\x1c\xd4\xfd\x60\xad\x9e\x26\x3e\x20\x07\x79\xb9\xa7\x80\x9a\xb2\x59\xf8\x00\x89\xbd\x3a\x38\x08\x82\x5f\x38\xd9\xa3\xa0\x5e\x12\x6a\xd5\x27\x3b\x69\xcc\x3c\x7a\x5f\x34\xa6\x69\xec\xb4\xeb\x19\x9b\x3b\x3d\x0d\x6e\x5f\xd0\x2b\x05\xe5\x41\x93\x97\x71\x77\xc0\x78\xfa\x6a\x83\x41\x98\x87\x1f\x38\x68\xba\x10\x75\xd0\x06\x21\x18\x91\x5b\x95\x3d\x89\x25\xa2\xfa\x3c\x3e\x48\xb3\x3e\x58\x18\x68\xb0\x09\x0f\x27\xd7\xc6\x0c\x82\xf6\x5c\xb3\xa0\x93\x56\x38\xb3\xc1\x93\x9a\xa9\x81\x5c\x61\x94\xee\x81\x76\x90\x57\x17\xc4\x75\xfe\xd9\x51\x84\x74\xa7\xf8\x82\x90\x1c\xcb\xd4\x81\x7c\x27\x25\x50\x97\x0d\xf6\xdc\xda\x3c\x1e\x3c\xc4\x75\x68\x19\x2e\xea\x43\xe6\x27\x17\xa7\x30\x34\xa7\xab\xa0\x28\x81\x7b\x00\x4f\xf3\xce\xbe\xe0\x8a\x7c\xbd\xcf\x92\x7b\x9b\x5f\x40\xd6\xaa\x77\x32\x2d\xb8\xde\xf9\x17\xd5\x1d\x6f\x92\x9b\xa4\xe0\x03\x6d\x89\x9c\xa6\xbf\x1b\xb4\xe0\x31\xef\xcc\x17\x34\xad\x1b\x7b\xd9\x78\x61\xc0\x42\xf2\x66\xbf\x91\x7a\x6a\xe1\xeb\xa6\x6f\xdd\x87\xec\x4d\x5b\x4e\xf6\x18\x30\x64\x18\x73\x37\xa6\xf1\x02\x92\x5b\x3b\xeb\x01\x8c\xba\x45\xc5\x58\xcb\xf6\xd0\xae\x66\xc6\xcb\xe2\x1b\xcd\xe4\xf2\x70\x1b\x19\xb9\x0f\x77\xbf\x06\x7d\x38\x2f\xd1\xd3\x43\x1e\x65\x0a\x7c\x20\x2b\x0c\x0f\x41\x16\xe5\x79\xc1\xb4\x5b\xbd\x3a\xcf\xda\xdb\x9f\x2e\x59\xe3\xb3\x7e\xd4\xaa\xc2\x78\xad\xaa\x9b\x7f\x0a\xef\x17\x52\xae\x43\xe1\x6d\x42\x55\xd7\x3f\x14\xde\x26\x34\x24\xe0\x17\xde\x26\x94\x65\x9c\x2b\x81\xa6\xdb\xe1\x17\x28\x3e\x88\x91\x86\x25\x87\x8a\x2d\xe2\x9a\x9f\x68\xf9\x22\x40\xcc\x54\x19\xcc\x12\xe0\xa1\x57\xd4\x42\x41\xdd\xd0\xac\x42\x55\x25\xac\xe8\x0a\x0f\x19\xa8\x47\x25\xb5\xc9\x1e\x8c\x07\x88\x9d\xf1\x63\xaf\x29\x61\x89\x9d\x62\x93\xb8\xd3\x67\x3e\xd0\xbc\x21\x55\x2a\xf6\xab\xa0\x56\x69\x56\x39\xa8\x12\x22\xf7\x9a\x88\x0e\x97\xeb\x24\x55\x53\x2d\xbc\x3b\x27\x58\xc0\xc0\x55\x39\xf3\x81\x10\x97\x90\x80\x1b\xfc\x02\x39\x90\xa4\x1c\xdc\x95\x33\xbf\x50\x9f\x69\xc5\xa0\xfb\x8d\x06\xa8\xfc\x02\x29\x5f\xe2\x21\x6e\xc6\x99\x5d\x08\x55\x89\x98\x30\x10\x07\xda\x42\x04\xdc\xf2\x0a\x9f\x2a\xbc\xd2\x46\x65\x40\x4a\xa0\xa1\xd5\xd2\x02\x6f\xb5\x51\xa5\xda\xc2\x4b\x6d\x74\x63\x41\xe1\x9d\x36\xc9\xb3\xce\x28\xab\xe0\xc5\x86\x9b\xbe\x6a\xfb\x23\x60\x30\x36\x2f\x7e\xa6\x06\x21\x2c\x65\x58\x64\x86\xdb\x2c\xe6\x6c\x00\x59\x17\xc6\xfd\xc3\x7e\x62\x5a\x81\xd9\xd6\x42\x1a\xe2\x11\xe7\x84\xd4\x01\xec\xb6\xd1\xa4\x51\x22\x3a\x14\x40\x85\x2b\x2f\xe1\x03\x57\xd8\x64\x95\xec\x2a\xac\x12\x5b\x15\x73\x54\x70\x61\xcd\x7c\xe0\x37\x68\xdd\xe8\xee\x73\x47\xf1\x19\xb7\x4f\x56\x2b\x50\x7b\xf1\x23\x8d\x59\xe9\x64\x1a\x82\xba\x12\x4a\xa1\xa5\x92\xd9\xfc\xc4\x45\x54\x70\xcf\x8c\x6b\xed\x14\x5e\x33\x13\x2c\x3e\xe1\x9a\x99\x80\xdc\xda\xcf\x03\xac\x92\x18\x2a\xae\x91\x71\x75\x9e\xc2\x6b\x64\x86\xb8\x23\x6e\x91\xc9\x9b\x37\x64\x45\x75\x1e\x33\xa6\xc6\xa3\x4c\xef\x33\x62\x3c\x99\x0c\x1a\x35\x70\x09\xcf\x61\xd9\x68\x05\x11\x2e\x84\xd1\x2d\x17\x25\x30\x2c\x5b\x3a\x08\xae\x83\x49\x32\x07\x15\xde\x07\xf3\xe6\x3a\x8d\x91\x99\xa6\xac\xc6\x58\x3a\xc1\xdc\x68\xc0\x94\x94\x12\x20\x85\x2a\x6b\xb7\x84\x1e\xdf\x25\x89\x4a\xe8\x6b\x12\x1a\x62\xd9\x6c\xcd\x13\x3a\x10\x5f\xdc\x03\xef\x04\xf0\x07\x28\x8a\x14\x3d\x22\x4e\x00\xa9\x03\x01\x65\xd9\x5a\x32\x63\xeb\xa0\xfe\xe8\x0e\x20\x17\xbd\x7e\x5f\x73\x30\x04\x28\x8b\x14\xd5\x1e\x28\x1b\x21\x21\x27\xc0\x06\xab\xe0\xc0\x82\x8a\xc6\x49\x59\xf8\x05\x25\x8d\xb3\x22\x01\x4b\x18\x8c\x62\x71\x7f\x4c\x46\x31\xc3\x81\x89\xf5\xc5\xbb\x99\x3f\xea\x0e\x61\x1f\x2d\x66\x48\xb0\x8f\x66\x59\x9c\x4a\x40\x70\x42\x4c\x6e\x2f\x2c\xbb\x07\xec\x47\x29\xc0\x01\x85\x0b\xac\xad\x86\xbd\xe2\x77\x2d\x13\x0a\x15\x28\xa3\xa4\x84\x29\xdd\x26\xcb\x1f\x01\x39\x17\x2d\x99\x27\x22\x3a\x41\xf1\x59\x25\x40\x9a\x55\x10\x5d\x41\x00\x73\xb4\xc2\x1d\x0e\x9c\x67\x26\x4d\x58\x60\xbb\x67\x30\xa5\xdb\xbc\x99\x81\x1c\x8b\x8b\xbb\xc3\x9d\x0f\x34\x85\x83\x92\x66\xf1\x10\xa8\x7e\x25\x01\x39\x1c\x30\x92\x18\xcb\x07\xb9\x9c\x0c\x1d\xb8\x8c\x68\x3e\x50\x97\x27\x8d\x97\xe6\x73\x2c\xcc\x66\x46\x79\x62\x16\x3e\x11\x61\xb3\xcd\x5e\xd8\x73\x41\xed\x0f\x40\xbc\x12\xd3\xc2\x49\x4f\x8e\x37\xf9\x79\xe0\x28\xd0\xbc\xa7\xfc\x9c\x86\x67\xc9\x82\x00\xd5\xbf\x53\x5f\xf6\xd9\xc3\x10\xc9\x17\xef\xbe\xd6\xac\x04\x03\x43\x1c\x2c\xe6\xe3\x8a\x23\xfb\x91\x0b\x2f\x34\x1a\x2f\x56\x07\x9b\x6b\x34\x67\xbb\x50\x6d\xd6\x88\xbb\x18\x3c\x23\x20\x99\x3a\xf5\xe2\x54\x17\xa1\x34\x9b\xb8\xb7\x77\xe5\xb1\x12\xa6\x48\x9c\x9a\xb7\xd4\x4d\xc9\xd1\x5b\xe0\x5e\x40\x6b\x5a\x37\x50\x6d\x46\x03\x81\x77\xf8\x50\xbe\x89\x69\x77\x80\xda\x69\x3e\x4e\x6e\xb8\xfc\x7d\x46\x43\xfc\x8d\x16\xc8\x6e\x4a\x3f\x52\xa7\xc2\x43\x90\xf5\x01\xa4\x5d\x5d\x3d\x50\xc2\xb3\xf0\x2c\x7a\x7b\xd6\x26\xf4\x03\x3a\x2f\xcb\xcf\x0e\xa0\xa7\xbc\x8b\xb1\x95\xf0\x30\xfd\x45\x13\x7a\x68\xc4\xb0\xe0\x03\x1b\x70\x34\x71\x3e\x08\x8e\x33\x46\x1e\xba\x07\x84\xe3\x07\xc6\x53\xaf\x32\x2c\xc0\x8a\xbd\x29\x28\x64\xee\xea\x6f\x05\xa5\xcb\x63\xd1\xfb\x71\x03\x4f\x11\x13\x62\x2d\xf3\x61\x3e\x8a\x5a\xe6\x49\xe1\x42\x05\xf9\x06\x51\x21\x50\x25\xf2\x12\x4e\xd1\x3a\x6b\x97\x2b\x50\xb6\xa0\x74\x79\x56\xe8\x4c\x89\x2c\x5f\xa7\x15\x41\xe9\xf2\xa0\xf2\x30\x25\x32\xcc\x55\xc1\x3d\x85\xc5\xcb\xb3\xee\x6a\x2c\x91\x52\xb5\x8c\x0f\x11\xc9\xde\x0a\x78\x28\x91\xe1\x0b\x0a\xae\x29\x11\x81\xaf\xca\x0e\x2d\x31\x50\x4a\x19\x7e\xe1\x02\x19\x0a\xe6\x48\x2a\xd0\xa9\x1f\x23\x43\x09\xfc\x02\x4a\x8a\x05\xff\x5e\x89\xb5\xac\x07\x90\x5f\x8b\xdb\x6b\x37\x16\x3d\x18\x88\x27\x14\xd0\x30\x97\xca\x5b\x5c\xe2\x0a\x90\x30\x9e\x23\xf1\xa6\x76\xc2\xc2\x1a\x44\x94\x81\x8b\xc6\x52\x5a\x0b\x29\x98\x13\xc3\x81\xfd\x02\x48\x4f\x47\x34\xca\x54\x04\x5d\xcb\x52\x50\xa6\x22\xc7\xd7\xef\x0c\x76\x70\x7f\x94\x4f\xdd\xa6\xa5\x52\xa4\x1c\x19\xa9\x20\x66\x8f\x3a\x12\xd9\x9b\x37\x2e\xe3\xa9\xe4\x92\x98\xe1\x45\x8a\x6e\xaf\x62\xad\x02\x81\xd6\xd1\xec\x17\xe6\xba\x35\x23\x31\xe3\xcc\x97\x8e\x1e\x29\xc0\x4a\x58\xe3\x5d\x68\x4d\xf1\x3e\x05\x77\xa1\xa5\xea\x65\xfb\x08\xb4\x42\xc2\x12\x68\x87\xdf\xe0\x89\x65\xda\x29\xbc\x05\x4e\x30\x30\xf7\xd1\x8c\x38\xe2\xc6\x0b\xdb\x04\x71\x17\x5a\x8e\xde\x91\x85\x27\x98\x78\x02\xaf\x42\x1b\xaf\xa5\xad\x4b\x52\xd0\xbc\x98\x59\x24\x63\x19\x32\x7c\xa2\xbd\x15\xb8\x19\x2d\x25\x0f\xb1\x6c\xa7\x46\x3d\x62\x11\xe2\xab\x03\x50\x5f\x35\x08\x6b\x12\x7e\x40\x05\xdc\x6b\x55\x19\x75\xa4\x17\x50\x96\xac\x78\xd6\x0d\xe2\x95\x67\xdd\x78\x65\xa8\xdb\x20\x57\x69\x99\xb8\xd2\x2c\x47\x53\x1f\xaa\x92\x59\xca\x8d\x94\x7a\x15\x70\x51\x70\x1b\x59\x96\xb3\xad\xc4\x86\xb5\xf7\x07\x9d\x76\x31\x2f\x65\x5f\x8c\x45\x43\xb2\x7c\xb0\x0e\x44\x5e\x3d\xd6\x14\xbd\x53\x62\x5f\x04\xea\x07\xcc\x3e\x72\x97\x1d\x30\x08\x09\x1d\x9b\xda\x7b\xb0\x2f\x62\xf1\x07\x6b\x8f\xf8\x0d\xce\x42\xd4\x44\xa9\x54\xa2\x06\x2a\xa7\x64\x1b\xfb\x99\xba\x95\x53\xfd\x49\x64\x76\x41\x5d\x95\x6c\x97\x53\x5c\x32\xab\x8e\x3b\x94\x45\x89\xc1\xba\x02\xca\xa2\xb8\x38\x68\x41\x55\x94\x9e\xbc\xe9\x07\x9d\xf2\x9a\x31\x84\x5a\x9b\x1b\x50\xf2\x24\x2b\x31\xbf\x44\xe6\x7f\xaa\xfa\x59\xc1\x85\x05\x73\x44\x3f\xa8\xdf\x5f\x5d\x77\xfb\x96\xb8\x37\xbe\xa0\x29\xef\xa8\xbf\x29\xa1\x13\x45\x53\x92\x0d\xa2\x91\xb7\x2a\x49\x42\x64\x11\x94\x62\x94\xe1\x92\xa5\x60\xcb\x40\x3c\x90\x22\x60\x26\x00\x1b\xed\x8b\x91\x51\xaa\x95\x98\x13\x0f\x2a\xea\x5a\x93\x03\xaa\x88\x8f\x50\x9a\x68\x6d\x4a\x88\xc7\x4a\xd3\xff\xb4\xcf\x0d\x53\x74\x1b\x8b\xec\x23\x16\x05\xac\x9a\x49\xfb\xe4\x76\xf6\x71\x73\xc2\xcd\x20\x41\x3e\x32\xaa\xc0\xaa\x3b\xee\x58\x73\x10\x70\xe1\x15\x6b\x59\xd1\x73\x05\x57\xac\x25\xe5\x4e\x17\xde\xb1\xd6\xd2\xeb\x01\x83\x8f\x4c\x99\x08\xca\xb5\x78\x18\x61\xb4\x0d\xb6\x3f\x44\x46\xe1\x6e\x1e\xf4\x62\xa1\x52\xb3\x21\x5c\xd9\x12\x2c\x5b\x30\x4c\xd7\x06\x85\x08\xab\xed\x0b\x71\x17\x8d\x74\x3e\xca\x11\xa8\x1b\x7d\x6a\xf2\x2e\x37\xcf\xfb\x1a\x28\x9e\xe8\xdf\x0f\x60\xda\x03\x9c\x1c\x51\xa8\xbe\x70\xd2\x67\x4f\x02\xcc\xd8\xa7\xec\x05\x67\x9a\x89\x89\x22\xae\xcf\xb4\x95\xaa\x64\x08\x61\xf5\xad\x66\xff\x30\xfa\xda\x74\x1e\x6f\x6e\x00\x0d\x40\x11\x38\x9a\x51\xde\x50\xda\xba\x3b\x68\x2c\x2c\xad\x76\xe7\x07\x9a\xe3\xcd\xd8\x4b\xef\xc9\x9b\x9b\xd8\xf4\x73\xaf\x59\x0b\x88\x87\x86\x4a\x1f\x08\x34\xf2\xda\x12\x19\x19\xbb\x60\x46\xf5\xb0\x28\xb0\xa0\x78\xd6\xd2\x09\x4c\x0a\xb6\x3e\xa3\x9e\x45\x92\x82\xea\x21\xc3\x36\x2b\xa0\xe4\xea\x89\xe1\x46\x84\xda\x3c\x0f\x1a\x79\x7d\x28\x3d\xc8\xe2\xd0\x90\x2c\x56\xa4\xea\xd8\x25\x21\xe7\x4b\xb9\xe6\x05\x29\xa9\x29\xca\x7c\x85\x62\x46\x73\x92\x41\x0f\x20\xb5\x65\xbf\x00\xd4\xeb\xe0\x45\xed\xa2\xa9\xf1\xf8\x03\xf0\x77\x61\x05\x75\x88\x62\x88\xe2\x9f\x89\xb5\x99\x87\x41\x78\x50\x3b\x59\xbf\xb3\x16\xb3\xa6\x98\xc2\xc2\x7b\xd4\x83\xc4\x1e\x35\x24\x4c\xc4\x2f\x10\x20\xcc\xda\x25\x80\xca\x45\x49\x17\x3b\x94\x44\x59\xd6\x96\x94\x44\x13\x71\xf1\x0b\x28\xc7\xfc\x1a\xf1\xe0\x07\x42\x23\x02\x13\x6a\x7f\x01\x0d\xa9\xca\x78\x44\x1e\x58\xb0\xa9\x24\x21\x11\x6c\x4c\x16\xfd\x83\x43\x28\xa1\x5e\xb3\x8f\xd9\x14\x69\x11\x6b\x6a\x27\x00\x28\x78\xa6\xac\xdd\x75\xd1\x73\x41\xe1\xa4\x39\xbc\x1f\xa0\xfc\xaa\xf6\x28\x0b\x21\x0d\x33\x78\xdc\x30\xe8\x04\xaa\x92\x18\x39\xa0\x1b\xe2\x0a\x2a\x25\x39\xc1\xa8\xb0\x52\xd2\x88\xaf\x07\x84\x49\x48\x4c\x14\x1c\x65\x5a\x41\x65\x24\xe7\xca\x14\xd4\x3e\x4a\x59\xfa\x3a\x6b\x1f\xe9\xc6\xa7\x82\xd2\x47\x2f\x51\x17\xa5\x8f\x26\x48\xc2\x4a\x5a\x93\xf0\x90\x54\x5d\xab\x1f\xcc\xed\xf0\x5a\xb7\xbc\x01\x04\x0d\x99\xc3\xbb\x4e\x77\x41\xa9\xa4\xd0\x1c\x81\x82\x84\xec\xd8\x4c\x5a\x19\xa4\x16\xfc\x3b\x0b\x7f\x6b\x8e\x10\xc7\x75\xb3\x66\x61\x6d\xa5\x61\x52\xcc\x2c\xfc\xad\x29\xa0\x2e\x72\x7e\xf5\x47\x5f\x44\x35\x84\x34\xee\x68\x87\xa3\xf8\x92\xc3\xef\x0b\x8a\x2d\x25\xfb\x26\x50\x6c\x29\xaa\x16\x6e\x49\x0c\x24\x96\x30\xce\x52\x4b\xd5\xfb\x13\x95\x8c\x2d\x13\x26\x48\xef\x43\x8a\x5f\x62\x20\x83\x72\x2a\x4b\x82\x79\x5a\xc1\x77\x25\x15\x6e\x8e\xe4\x07\xe7\xbb\xd8\x79\x49\x10\xde\x2d\x17\x27\x04\x36\x34\xef\xae\x25\xaa\x4b\x0c\x4d\x10\xd5\x6b\x37\xd6\x11\xd7\x30\xec\x98\x48\xab\x38\x83\x60\xaa\x64\x9c\x06\xb2\xfe\xae\xc0\x7a\x49\x95\x68\xf4\x34\xeb\xa2\x1d\x41\x59\x09\xa5\x87\x40\xc9\x44\x53\x42\x5b\xb7\x40\xaa\xbd\xae\xb6\x57\x3b\x62\x0b\x6a\xc4\xc6\xb0\x47\x61\x05\x36\xeb\x6a\xca\x80\xc9\x7a\x78\x7f\x35\x64\x9a\x9a\x4d\x36\x56\xd4\x14\xd6\x98\x2c\xf7\x06\x80\xe2\x88\xf1\x8e\x30\x63\x45\x88\x17\x94\xc0\x0a\x49\x97\xa0\x97\xd4\x56\x11\x71\x8f\xc1\xb2\x18\xc2\x01\x6c\xd6\xc9\x8c\xb5\x93\xd3\x9a\x98\x3a\xca\x44\x4b\x1f\x4e\xbc\x1a\xc4\x27\x31\xaf\xfc\x0c\xb6\x3d\x26\x94\x2d\xcc\x5e\x39\x26\xbc\x59\x24\x42\x5d\xad\x6c\x61\x17\x75\xb4\xd2\x30\xbd\x0e\xce\xdb\x5b\x06\x05\x42\x86\x77\x08\xa2\x6e\x6b\x37\x3d\x41\xde\xee\x9e\xd5\x8e\x4d\x6f\x26\x80\x3a\x3a\xc1\xc6\xcb\xb4\x04\x6e\xe3\x7a\xc7\x2e\x37\xf7\xdc\x09\xa3\x60\xda\x91\xe3\x60\x76\x8c\x5b\x3c\x6c\xd4\xe3\xc5\x5b\xc3\x22\x54\xe2\x25\x1e\x4a\xeb\x2d\x09\x66\x64\xc7\x7a\xa4\x1d\xd4\x27\x31\x30\x31\x90\xd7\x22\x0f\xaa\x7b\x65\xfb\x66\x59\xcd\xcb\xbe\xf8\xc4\xe2\x0a\x3e\x35\x8f\x35\x27\xf5\xc8\x28\x8a\x9f\xe5\xa7\x96\x74\xd4\xf7\x05\x04\x25\x1d\x6b\x83\xf9\x01\xcf\x50\x1f\x51\xc7\x9a\xb3\x90\x76\x50\x56\xf1\x0b\x14\xf9\x8d\x25\x14\x76\x69\x8e\x46\x49\xbc\x2f\xc4\x42\x59\xa2\x5d\xba\xb9\x8d\x23\xc6\x27\xca\xd9\xdf\xd7\x22\x94\x74\xb2\xac\xb4\x40\xa0\x91\x59\x56\x2f\x54\x2c\x4b\x5d\xba\x26\x2a\x96\xc5\x66\xa6\x00\x1b\x73\x36\x6d\xe2\x2a\x58\x3b\xaf\xd3\x92\xe7\xe5\xee\x46\x49\xb3\xe8\x58\x51\x5e\x04\xdb\x1c\x2a\x90\x90\x45\xf7\xa2\x1c\x04\xfd\x3a\x4a\x28\x5d\x54\xd4\x04\xe1\xc5\x78\x2c\x63\x6d\x4a\xe7\x29\x9b\xfa\xa7\x30\xde\x6d\x55\x4b\x17\x37\x5c\x76\x8f\x38\xc8\xdd\x23\xd2\xe6\x86\x85\xcc\x04\x71\xdc\xc6\xc4\x04\x69\xbc\x99\x34\xef\xf4\xbe\x5b\xa2\xa4\x7b\xd5\xf6\x52\x9b\x35\xb6\xfc\x3b\x0d\x25\xcd\x2f\x50\x1b\xb5\xcc\x78\xe3\xe0\x37\x29\xde\xc8\x06\x37\x9a\x21\x8c\x0f\xb3\x25\xa4\xdd\x55\xd3\x32\x64\xf3\x6c\xac\xc3\x62\xfd\x42\x22\x02\x36\x5e\xdb\x17\x01\x1b\x76\xdf\xa3\x66\x4a\x54\x69\xcc\x92\xa6\x24\x1f\x6d\x30\x48\x30\x60\xbf\x64\x5e\xd8\xaf\x5f\xb2\xdb\xaa\x7f\x66\x3a\x78\x98\xfd\xd5\xfc\x06\x70\xf0\x1a\x01\x52\xb1\x39\xcc\xd3\x31\x82\xdb\x10\x30\xb5\x9b\x70\x3d\xf0\x2b\x2e\x2b\x33\x67\xce\x26\xe6\xcc\x58\x0d\x4d\x31\x23\x54\xc3\x28\x41\x15\x98\xa8\xe2\x9d\x25\xa3\x60\xa8\x0a\x8e\x94\x8c\x0b\x54\x94\x4e\x5a\xf2\xb6\xae\xde\x52\x1b\x89\xcd\x9b\x01\x80\xa3\x5c\x13\xca\x88\x2f\x56\x22\x75\xc9\x48\xa0\x1b\x06\x18\x09\x74\x8e\x55\xcc\x14\xda\xb5\xb3\x72\x60\xfd\x69\x9d\xd8\x39\x50\xd1\x88\x7e\x83\x1a\x99\x8c\xde\x19\x61\x19\x56\xae\x73\xc0\xaa\x6b\x55\x73\xe0\x2d\x47\x12\x44\x72\x60\xd1\x35\xe1\x28\xe2\xbe\x26\x89\xb4\x39\x92\xef\x8b\x1d\xe4\xb8\xd6\x55\xb3\x44\x31\x06\x6b\xba\x79\x05\xf0\x36\x77\x49\x63\x90\x76\x5b\x46\x04\xef\xbb\x4d\x2e\x18\xdd\x05\xaa\xfc\x55\x8f\x09\x5a\xcd\xee\x91\x2c\x45\xdb\x31\x33\x47\xcf\xca\x49\x46\x24\x48\xb2\x5c\x9c\x91\x82\xf7\x82\x7a\x5d\x3e\xe2\x1e\x06\x4e\x27\xad\xcd\x94\xa3\x93\xdd\x17\x19\x51\x1d\x8e\xd9\xc9\x89\x88\x75\xff\x58\xeb\xec\xfe\xb0\x9d\x6c\x31\xc8\x94\xa2\x8d\x26\x56\x67\xd0\x51\x90\xf3\x2a\x53\x28\x08\x32\x35\xe1\x9f\xf9\x7f\x32\x82\x42\xaa\x69\x3f\x93\x9f\x78\x61\xa7\x50\x9d\x54\xda\xa0\x64\x46\x85\xbc\xc6\x67\xad\x71\x77\x70\x12\xa5\xee\x80\x39\x00\xaf\x1e\xb8\x2a\x06\x78\xad\x8a\x5e\x80\x94\xfd\x5a\x25\x58\xc5\x9d\x6f\x5d\x72\x21\x1f\xd6\xd9\x92\x0b\xf8\xb0\xbf\xa8\x54\x2d\x0c\xd5\x32\x40\xcb\x52\x9f\x97\xc5\x59\x22\x65\xae\x6b\xe2\x02\x0b\x81\x16\xaf\x95\xaf\x94\xcd\x4d\x1a\x15\xf6\x02\xf3\x95\xba\xe4\x0e\x3f\xa0\x91\xda\xbb\x0c\xe9\x70\xc9\x13\x85\x0d\x5a\x57\x47\x97\x8c\x9a\x0d\xe6\xf6\xb9\xd1\x95\xd7\xfc\x00\xb2\xd2\xab\x43\x50\xa7\x41\xa2\x5c\xeb\xc5\xa3\x94\xea\x59\xb7\x95\xbb\xab\x36\x39\x8f\x90\x40\x19\xb5\x7b\x1b\x77\x42\x2c\x00\x18\xee\x6b\xe7\x40\x5e\x52\xab\x19\xc3\x94\x5a\x61\xff\xfd\xb4\x29\x0a\x49\x30\xce\x9d\x30\xbb\x07\x96\x2c\xd8\xfc\xc2\x42\xb4\xd0\x84\xec\x38\x1f\xcb\x19\x85\x22\x1c\x51\x9c\x11\x7a\xe1\xe8\xee\xbc\x0a\x45\x48\xe0\xcb\x28\x14\x91\xcc\x8b\x3a\xc9\x45\xbf\xe3\xc6\x3c\x1b\x23\x51\x4d\x6b\x42\x20\xbc\xc0\xca\x6d\x0f\x5f\x1e\x2b\x20\xd5\x5f\x90\x9c\xbc\xef\x61\x97\xb6\x74\x93\x99\x8d\x66\x7f\x42\xde\x29\x90\x99\x66\x57\xb8\x85\xcc\xba\x19\xe1\x16\xd6\x28\x32\xa2\x2b\x7c\x0e\x66\x0a\xce\x06\x72\x95\x23\x35\x39\xed\x8d\x5b\x51\x88\xdc\x21\x1b\xf8\x60\x41\xb9\xef\x1c\x0c\xc2\x62\xa8\xee\x12\xf4\x63\xcc\xee\xe0\x66\xaf\x49\x2c\x4c\xbb\x07\xd6\x48\x35\x05\x4e\xd9\x3a\xdb\xb4\x9c\x8f\xc5\x71\xd5\xc5\x81\xd3\xd7\x87\x19\x2f\xc7\xf3\x61\xb9\x84\x61\x6f\x9a\x03\x93\x30\x75\xac\x0a\x14\x32\x04\xe7\x83\xba\x9a\x57\x0b\xc2\xf1\x70\xdc\x09\x0a\xc8\xbe\x39\xd2\xc1\x12\xfe\xa2\x87\x03\xf4\x62\x1e\x7c\x30\x08\x4c\xa2\x67\x86\x34\x1d\xdc\xe1\x14\xa6\x93\x2e\x7e\x2c\x19\x21\xce\x96\xd2\x32\x4b\x56\xbc\x36\xe2\xc9\x5d\xe2\x0e\x16\xfd\xb8\x07\xec\x64\x6f\xab\x93\x4b\x27\x10\x21\x7d\x07\x6f\xd4\x93\x27\xfa\xab\xc7\xb5\x34\xc2\x02\x2f\x75\xb0\x92\x9d\x2f\x76\xa9\x17\x6e\x5a\xa1\x3c\x06\x85\x57\xd3\xf0\x8d\x59\x19\x46\x58\x7e\xb3\x8f\xd7\x1b\xc6\x6e\xcb\x4d\x37\xc9\x29\xfd\x48\x0b\xca\x37\xb9\xa5\x99\x19\x25\x4f\xaf\x2b\x25\x4f\xd3\xda\xcd\x6b\x99\xcc\x6a\x58\xef\xe1\xb5\x8f\x1f\xa4\x59\x99\xbe\x57\xac\x84\x79\xcf\x32\x0a\x7b\x47\x50\x56\xf4\x42\x3f\x3c\xcd\x92\xbb\x24\x50\x6e\xf3\x28\xf2\x16\x41\x46\x9b\x2e\xf7\x28\x05\xc2\xa3\x43\x90\x0a\xe3\x17\x6c\xe2\x29\xbc\x8b\x5d\x58\x2d\x30\xf2\xaa\x66\x6e\x61\x59\xbe\x61\x93\x4f\x81\xb8\xd9\xbc\x03\xca\x46\x4b\x5c\xf7\x18\xe0\x6f\xe2\x7f\x85\x02\xa3\x88\xa9\x20\x40\xc1\xcc\xaa\x84\x05\x53\xd1\x03\x54\xcd\x17\xe3\x28\x91\x9c\x24\xf9\xc1\x5a\xda\xa6\x07\x3c\xfc\xe4\xcd\x2f\x94\xbd\x64\xa0\x2f\x28\x97\xa0\x4b\xc8\x4a\x41\x50\x6e\x96\x30\x57\x12\xa5\x70\x6d\xba\x42\x13\xe7\xf0\x0b\xd4\x03\xe4\xea\x28\xc8\xa6\x1a\x2f\xd4\xd2\xe6\x29\x6b\x5b\x41\x80\x80\x77\x40\x49\x34\x9e\x35\xbf\xb0\x48\xce\x6f\x50\x6d\x6e\x7e\x30\x97\x57\x55\xb3\x4b\xa1\x34\x66\x4c\xe7\x45\x72\x7e\x80\x04\x1c\x99\xec\x0b\x6d\x98\xb2\xab\x16\x54\x43\xd0\x55\x2c\xa5\xb0\x56\x96\x37\x76\xc9\x3c\xfd\x9a\x7b\xa4\x96\x6a\x4c\x22\xce\xf6\x85\x87\xbc\x80\x16\xea\x33\xab\x4b\x69\xb9\xcb\xc6\x13\x56\x83\x16\x32\x61\x69\x14\x05\x29\x58\x5d\x0c\xb0\x30\xaa\xc0\x26\x93\x52\x38\x66\x54\x1b\xdb\x40\x66\x1f\xdc\x4c\xde\xaa\x89\x7a\x95\x1f\xf0\x07\x35\xd0\x75\xa1\x2f\x2a\x96\xd7\xf4\xc2\x72\x04\x3e\x6b\x4a\xe5\xf2\x4a\x54\x2e\x10\x66\x1c\xf6\x56\x70\x4f\x97\xb5\xf3\xd2\x18\x2d\xd8\xfc\x02\x2e\x6a\x94\x60\x51\x98\xfa\x6f\xbf\x66\x81\x74\x63\xd7\x6e\xe9\x81\x88\xd2\xf2\x2f\x97\xbc\x89\x72\x8a\x3b\xd9\x26\xe4\x82\xbb\xba\x9a\x11\xd9\xe1\x2c\x0e\x7e\xbf\xe1\x7d\x4d\xaa\xd3\xef\x29\x8b\x1b\xae\x60\x0f\xc3\xb3\x46\x51\x2c\x3b\x08\x71\x05\x7b\xda\x36\x83\xcc\xbd\x6e\x02\xeb\x34\x5e\x49\x41\x28\x2c\xfe\xed\xd3\xad\xb0\x0c\x96\xad\x47\x85\xd9\xfb\x76\x9d\x96\x65\x27\x94\x16\x52\x58\xf8\xca\x7e\xcd\x82\x74\x7d\x1b\x5c\x0b\x0a\x5f\xd9\xed\x5e\x60\x27\x74\xf0\x69\x41\xf2\x53\x31\x11\xc3\x6e\x98\x8d\xc7\xc1\xa5\x11\xa2\x07\xc5\x04\x7d\xbf\x2f\x10\x35\xe0\xbe\x40\x14\xcc\x10\x6e\xba\x37\x1e\x64\x1b\xcb\x32\x65\xca\x36\xd9\x02\x18\x6e\x93\x8f\xad\xfd\xc8\x25\xc4\x9b\xe6\x1d\x81\x59\x70\x23\x96\x43\xe3\xcb\xbe\xcc\xa0\x1e\x9d\xf3\x51\x9b\x35\x36\xbd\xac\xc7\x5a\x03\x21\x80\x77\xd1\x4b\x56\x2b\x07\x0f\x33\xf3\xe4\x93\x32\xa8\xb9\x17\xd3\xa4\x1c\x3b\x58\x20\x43\xe4\xe0\x17\x0a\xda\x1a\xe2\x5c\x1b\xc8\x2f\x80\x18\x0d\xd4\xc9\x83\xa4\xfb\x01\x19\xa4\xd9\xdb\x49\x06\xe9\x1d\x03\x21\xa2\x3a\xc9\xa0\x2c\x9f\xba\x69\xe9\x5a\x5b\x46\x7d\x5c\x0b\x6e\x3f\x00\xdc\x32\x46\xa0\x26\x7e\x7e\x9d\x98\x17\xc5\xb5\xec\x31\xb0\xd1\x83\x3b\xe0\x46\x37\x75\x2e\xbb\x9c\x59\x24\xec\x72\x59\xf2\x58\xb9\x09\x94\x91\x89\x6a\x55\x76\x73\xe2\xf6\xfc\xec\x00\xbb\x72\x2f\xd4\xf8\x01\x05\x01\x1f\xcb\x37\xc5\x29\x1f\x0d\xcb\x65\x2d\x9d\xa0\x3c\xc4\xbf\x8f\x3c\x14\x8f\xca\xd1\x2f\xf0\x64\x37\x11\x20\xed\x48\x25\xad\x4b\x81\xb0\xa1\x4b\x0b\x4a\x41\xec\x64\x36\x63\x7f\xc8\xd0\xc4\x65\xeb\x12\x2e\x24\x7e\xe3\x92\xfe\x38\x24\x6d\xd7\x8d\xc7\xcd\xeb\x8b\xc5\x90\xaa\x1e\x20\x9e\x53\xc8\xaf\x4c\x97\x57\xf9\xe6\x52\x59\xee\xc9\xea\x3a\xeb\xeb\x36\x9f\x71\xb8\xa0\x20\x3b\xbc\xa4\x22\x8b\xc8\x22\x7d\x0d\xf4\xdb\x09\x28\xe4\xae\x5b\x96\xa8\xf4\x10\xdb\xef\x5d\x71\x43\xaf\x8a\x2c\x97\x8a\x9a\xae\xc5\xab\x53\x97\xa9\x48\x67\x62\x8d\xbc\xea\x5b\x40\xc7\xb5\x7c\xfe\x02\x14\xe2\x31\xd3\x9a\x84\xbe\x80\x7c\xe2\xd8\xf4\x3a\xe5\x93\xac\x6a\xf4\xa5\xb2\x9a\x93\x7d\xef\x15\xd7\xda\x3a\x0c\xa8\x32\xbe\xd1\xf6\x82\x0a\x53\x52\x7e\xf5\x48\x83\x97\x98\x68\x85\xfc\xa2\xd2\xd1\xa5\x26\x7a\x63\xaa\xbb\x64\x0d\x94\xe0\x2e\xe9\xa5\x1d\x9e\x06\xb7\xc6\x0b\x2a\xde\x0e\x2f\xd6\x55\xf3\x9a\xa8\x3e\xc9\x64\x34\x3a\xcb\x2b\xfc\xb2\x66\x1b\x15\x22\x4b\xb0\xcb\xbf\x2e\x99\xe5\xf5\xc5\xe0\x20\x7e\xe3\xe0\x03\xcd\x15\x57\xce\xb6\x57\x9f\x24\xa2\xea\x17\x48\xda\xee\x72\xc1\x2d\x7c\x23\x6b\x3c\x4b\xe5\xaa\x53\x64\x69\xce\x4e\xaa\x85\x07\xc4\xeb\x01\xef\x72\x17\x26\x0a\x55\x53\xa3\x9b\x99\x3c\x2f\xd4\x54\xae\xa0\xbe\xa0\x8d\xc8\x12\x47\x45\x55\x7a\xd5\x36\x2c\xb5\xae\x79\x8b\x50\x11\xa6\x68\xcf\x7f\xad\x20\xdc\xe4\xdf\xc1\xc9\x24\xb1\x56\x5e\x69\x30\x11\xf7\x83\x53\xa9\xd6\x85\x13\x01\x88\x9b\x52\x8b\xf8\x77\x45\x4c\x62\x70\xdc\x40\x45\xba\x77\xf1\x29\x58\x91\x8b\xe3\x63\xa8\xe2\x2e\xd4\xd7\x0c\x29\x11\x49\x98\xa8\x9d\x09\x15\x1e\xb2\x2f\xaa\xf6\x17\xa0\x6a\x49\x69\x15\x21\x88\x76\xca\x57\xa6\x7b\xbf\x16\x92\x12\x8e\xa4\x91\x4a\x6b\x8e\x43\x15\x2a\x62\x10\xdb\x1b\x28\xec\x55\x03\x8d\xa8\x41\xdb\xe3\x2b\xac\x31\x2f\x49\x10\xb7\x9b\xb4\x5a\xfc\x02\x44\x68\x8b\x6d\x75\x2c\xbc\xbb\x4b\x9e\x6b\x46\x14\xe3\x08\x6d\xb6\xaa\x3b\x31\xa3\x69\xe0\x12\x4f\x47\x0b\x55\x58\x63\x2c\xd8\xd7\x9d\xdc\xbf\xfa\x41\xe3\x3c\xb5\xf8\xfb\xc2\x8c\xdf\x18\x04\x42\xa8\xd9\x17\x6a\x34\x31\x8a\x19\xde\x46\xbc\x7c\xc0\x52\x4f\x65\x0d\x22\x0b\x56\xf5\xa0\x7b\xff\xf5\x06\x91\xa7\x2e\x0f\xae\x9f\xa0\x62\x51\x22\xdb\xbe\x2a\x8c\x25\x59\xe7\x5c\x3d\x6e\xe6\xd8\x08\x99\x27\x30\x63\x6c\x23\x7a\x30\xeb\x1c\xac\x30\x86\xe8\xba\xe8\x52\xe1\x58\xd4\xed\xc4\xa5\x9e\xeb\x82\x1b\x81\x00\x5b\x47\xf6\x21\x76\x72\x9b\x05\x8f\xb0\x23\x62\xd9\x3d\x12\x4f\x5e\x0c\xde\x5a\x61\x6b\x5b\x3d\xd7\x82\x6b\xda\x27\x2f\x71\x17\xee\xcf\xb5\xde\x7a\xe1\xda\xd8\xa7\xa6\x71\x71\x5a\xc2\xcb\xc5\x69\x68\x08\x84\x02\x66\x9f\x30\x30\xaf\xd8\xe7\x52\x2f\x72\x73\x43\x7d\xc1\x7e\x6c\x32\x46\xcd\x4e\xc7\x95\x56\xc6\x06\x3a\xfa\xa4\x42\xee\x79\x49\x78\xf5\xa2\x57\xc6\x6d\x5e\xe2\xe3\xa5\x81\x3f\xd2\xee\xfc\xca\xe8\x40\xdb\x3b\x2a\xe4\xa0\x61\xaa\xbd\xe9\xea\x0a\x7e\x40\x22\x35\x6a\x6f\x4a\x67\xcd\x7d\x92\x95\xcb\xd8\x55\x61\xa7\xc9\x3e\xf7\xe0\x11\xdc\xbc\x16\x4b\x50\xf2\xe1\x8c\xd8\x3e\xa7\xce\x56\x5c\x9f\xe2\x04\xc3\x4a\xb1\xc8\xc7\xe0\xc3\xa8\x65\x4d\x7b\x8a\x49\x71\x33\x85\x3e\xe0\x17\x3a\x09\xda\x06\x02\xd5\x59\xd3\x36\x94\x9a\x49\x6e\x63\x4b\x88\xa5\x35\x66\x5e\xdb\x14\xd1\x10\x66\x97\xb5\x95\xdb\x46\x80\xfc\xfb\xe2\x2f\x4d\x0f\xc0\xf7\xab\xdb\xa4\xc7\xe6\x1e\x20\xd9\x09\x27\x6d\x5d\x5a\xf0\x21\x9e\x16\x02\xd7\xde\x0f\x70\x28\x8b\xd5\xb7\x00\xea\x7b\x7d\x40\x1e\x28\x21\xb9\x51\xe8\x12\x52\x1b\x32\xb5\xb3\xa8\xaf\xa1\x00\xa6\xae\x88\x2a\x2d\xac\x65\x1c\x3f\x39\x8a\x70\xb9\x41\x72\x10\x5f\x8b\xdc\x2d\xa2\xf6\x86\x20\xba\x34\xc4\x05\x1a\x53\x56\x1c\xef\xd2\x22\xa3\xdb\x3d\xc5\x48\x88\xb5\x0c\x30\x3a\xb9\x2c\x48\x8b\x34\x4a\x08\xa9\xac\xd6\x6e\x5a\x6d\x71\xe7\x10\xee\x81\x68\xef\x86\x0a\x17\x2c\x04\xc3\x40\x21\xbe\xfb\x01\x8f\x58\xcf\x03\xa1\x79\x8e\x98\x6f\xc8\xda\x76\x1c\x5d\x4b\x0f\xc7\x14\x94\xb0\x10\xe9\xd2\xcd\xd2\xf2\x9a\xb7\xda\xcb\xe0\xa3\x36\x2e\xab\xef\xfe\xfe\x24\x04\x5a\x98\x4c\xd6\x65\x90\x28\x2a\x35\xf7\x00\x72\xf7\x24\x59\xfe\x52\x02\x5e\xa3\xb5\xc7\x2b\x5d\x16\x44\xc2\x5b\xa1\x1b\xc0\x6d\xf2\x42\xe9\x74\xad\x82\xf5\xbd\xda\xab\x07\x0d\x01\xf7\xda\x66\x6a\xac\x05\x3d\xfa\x77\xaa\x21\xfe\x9d\x67\xa1\xc4\xbd\x56\xc9\x66\xa4\x1b\x35\xc4\x94\x65\x2f\x4c\xa5\x4f\xdd\xbf\x93\x0d\x19\x6f\x2b\xc6\x4c\x16\x83\xc6\xe2\x94\xe9\x35\x28\xb9\xa3\x31\x8b\x28\xb3\x97\x3e\xd5\x58\x5e\xc7\x11\x89\x0d\x49\x1d\xd5\x95\x40\x1a\xeb\x4f\xba\xca\x54\x6b\x34\x84\x4a\xb3\x6c\x48\x66\x6e\x56\xe2\x5a\x63\xf8\xaa\xd8\x55\x63\x36\xb3\xa3\x46\x5a\xe3\x02\xea\x85\xbe\xc0\x10\xa0\xb8\x31\xbe\x4a\x50\x6d\x9d\x2a\xb5\xf4\xf4\x86\x3c\x8f\xdc\xfd\x01\xb1\x27\x5c\x20\x5b\xd9\x42\x40\xeb\x8b\xc8\x34\x24\x92\x89\xb3\x67\x31\x28\xf7\x49\x17\x69\x83\xa2\xa5\x44\xd7\x36\xc8\x24\xa5\x83\xb5\xb1\x50\xe3\x3e\x79\x2d\x9d\xb1\x39\xd6\xa8\x02\x8b\x4e\x31\x07\xab\x34\x0a\x59\x9e\xd7\xbe\x30\x21\xb8\x58\x32\xc7\x3c\x62\x67\xba\x89\x3f\x00\x2b\x97\x1e\xd8\x96\xd0\x25\x89\xbc\x2d\xa1\xcb\xb8\xdd\x09\x76\xf6\x27\x90\x4f\x65\x4b\x68\x3b\x3d\x79\x1e\x82\x3c\xc3\x63\x20\x5a\x4c\x17\xeb\x94\x76\x10\x97\x1a\x12\x49\xc5\x2f\xb5\xbe\x31\x38\xcb\x3e\xfd\x46\x09\xca\xcc\x9d\x12\x92\x14\xea\x86\x82\xe6\xba\xcb\xa7\xb4\xb3\x4d\x90\xcc\x11\x70\x59\xe4\x8b\x93\x22\xf4\xaa\x19\xf1\x34\xe3\x58\xb3\x69\x27\x6f\xce\xd0\x52\x9d\xf4\xfb\x7a\xc3\xd2\x46\x23\xc9\xa2\x5d\x14\xfb\x8d\x95\x8b\x20\x69\x48\xde\x09\x67\xe5\xb5\x4d\xe9\x25\x59\x4a\x6c\xd7\x9a\xb4\x26\x09\xe1\xa5\x59\x59\x6a\x90\x5e\x9c\x8b\xd4\xa6\xf0\x92\xca\x8f\x6e\xcf\x2b\xed\x26\xa5\x48\x34\x6e\xc8\x73\x28\xde\x33\x90\x6c\xaa\xa3\xf5\xd7\xed\x3b\x56\x39\xdb\x4d\x8a\xf6\x42\xde\x8b\x34\xb4\x0e\x37\x05\x30\xb3\x14\x56\x1c\xb7\xf6\x83\xeb\x0b\x63\x31\x75\x21\x36\xc9\xfe\x84\xf6\x90\xfc\x8c\x85\x29\xdb\xa4\x17\xd8\x90\x6d\x9c\xcd\xda\x1e\xb2\x13\xc3\xc0\x1a\x8b\xc6\x1a\xef\x47\xb4\x36\xd4\xe8\x91\x4a\xaf\x07\x3c\xd3\xc4\x6f\x70\x83\x62\x6a\x22\x97\xce\xbc\x04\x2d\x55\x47\x0a\xae\x2b\xa3\x96\x0e\x1f\x56\xcb\xaf\x07\xbc\x53\xc8\x5f\xa0\x04\x84\x24\xae\xce\x2a\xe3\x0e\x9e\xe8\x1b\x45\xf8\xe4\x37\xb8\xcb\xba\xda\x28\xbe\x2a\x0b\x42\x67\x26\x83\x23\x90\xfa\x32\x3b\x69\x53\xf4\x29\xf1\x44\x97\xf8\xea\x61\xa0\x07\xb7\xa9\x14\x48\xd3\xe9\x88\x69\x2a\x9b\x3b\x20\x01\x1a\xc8\x40\x76\x24\x4d\xa5\x47\x1e\x10\x22\xea\x8e\x5a\x34\xba\x33\xa3\x74\xa4\xdd\xea\x9a\x8e\xd2\x99\x66\x6b\x63\x59\x8f\xdc\x16\xd9\x6f\xd0\x50\xee\x17\xb8\x2d\x24\xbc\xe2\x36\xcb\x66\x29\xa8\xf3\x86\x7a\xb1\xf6\x9e\x70\x63\x84\xdf\x47\x6a\xc0\xcb\xc6\xd0\x51\xbb\xc6\xbe\xe8\x9e\x0a\xa2\xc5\x84\xc8\x44\xb1\xc9\x98\x65\xde\xac\x27\x89\x10\x25\x27\xf8\xf4\x25\xe2\x18\xd3\x19\x1b\x53\x02\x46\xcf\xc8\x57\x33\x56\x32\x47\x30\x1e\x33\x8b\xaf\x0b\xa4\xcc\xc5\x76\x07\xe4\x4f\x9e\xd4\x32\x0f\x0d\x77\x49\x91\xc4\x5d\x14\x0a\x9c\xd2\x22\xfb\x94\x72\x62\xf3\xac\x50\x3c\xc6\x99\x58\xbd\x64\xf8\x40\xd5\x63\xe1\x81\x26\xb5\xb5\x23\x36\xdf\x1b\xab\x17\x94\x2d\xa9\x1e\x11\x19\x14\x9e\x25\x42\xf3\x9d\x95\xd7\x19\x94\xf4\xfa\x7d\x81\xac\x59\x4e\x29\xaa\x35\x4f\x12\x85\x63\x54\x57\xba\xf4\xba\x38\x94\x7a\x64\xa0\xbd\x35\xe9\xce\x5b\x60\x1c\x5d\xd1\x2b\x93\xef\x35\x07\x14\x83\x51\x95\xda\xd2\x97\x50\xe4\x6d\x86\x08\xa4\xb2\xb9\x4d\x18\xd4\x01\x2c\x48\xb6\x28\xf5\xb6\x46\x14\x90\x0d\xbb\x2c\xf8\x05\x9e\xe9\xc9\x2f\x20\x8c\x77\xf8\x85\x85\x06\xcd\xaa\xaf\x4d\x25\xbc\xc0\xeb\x36\x9c\x94\xd4\x59\xbd\xc5\xbc\x00\x25\x05\xed\x5c\xea\x9d\x76\x12\x4f\x93\xe5\xb1\x1d\xa6\xd4\x79\xcd\xa7\x4d\x08\x7d\xb0\xba\xa8\xbe\x18\xe4\x68\xd2\xde\xfb\xa0\x91\xb3\xfa\x0d\xe4\x7a\x07\xf7\xd0\x09\xe5\x8f\x4c\x75\x7d\xa0\xe0\xa4\xd8\x7c\x5f\x06\x27\x43\x88\xcb\xfa\x2d\x8b\x76\x38\xc0\x7c\x22\xf7\x7d\xc1\xa3\x95\x41\xad\x94\x26\x03\x46\xdf\x17\x47\xd5\x0c\x58\x2b\xd0\x7a\x77\x67\x3d\x6b\x33\x02\x18\x8f\x8a\x14\xb0\xce\x5a\x81\xd6\xab\x3b\xc3\xdc\x25\x0e\xf7\x29\xc8\xa4\x62\xd6\x83\xc8\x9b\x62\xb4\x1f\xa4\x05\xbf\xbf\xa3\xad\x85\x3d\x08\x80\x40\x46\xed\x94\xe1\x54\xaf\x0e\x53\xd2\xe6\x63\x04\x61\x34\xd5\x73\x64\x48\xba\x23\x1d\x3a\xe3\x68\xac\xda\x77\x66\xa2\x3a\x48\xaa\xc3\x09\x56\xa4\x47\xf4\x13\x05\x3b\xcc\x7f\x59\xde\xda\x2e\xff\x7e\x92\x37\xb9\x7d\x82\x7d\xba\xcd\x95\xf3\x42\xc0\x05\xf6\x32\xf2\x76\xe6\x99\x5a\x08\xe8\xb0\x14\x15\xe3\xf1\x62\x3c\xae\x81\x82\xe9\xa8\x78\xf1\xaf\x15\x60\xac\x95\x40\xf1\x94\x17\xf9\x5c\x8b\x1a\xb4\xd8\x30\x36\x15\xc9\xef\xfd\xe2\xd2\x08\xea\x0b\x4b\x23\x49\xbb\x33\xd4\x3d\xbf\x7a\x3c\xf1\x82\x27\xc1\x73\xa8\xfa\x01\xa8\x25\x78\x44\x10\xa8\x14\x9f\x7e\x33\xa8\xc0\x93\x58\x12\x98\x57\x93\x4e\x37\x9b\x49\x3a\x9c\x6c\x25\xf9\x05\xae\x95\x86\x60\xb1\x40\xcb\x3a\xfd\xa6\x45\x4c\x88\x44\x6c\xfa\x8b\x20\x51\x12\xdb\x95\x0b\xfa\x4d\x18\x35\x49\x58\x9e\xaa\x99\xd7\xc3\x92\x6a\x9a\x03\xe2\x83\x5e\x47\xc0\x94\xd6\xd2\x66\xea\x82\xe1\xa9\xf8\x64\x44\x74\x90\xa5\xbb\xb1\x81\x7b\x6a\x0b\x8e\x0d\x49\xcc\xa2\x9d\xb1\xf1\xfd\xa1\x36\xb2\x7f\xb5\x6a\x63\x23\xf3\x94\xa8\x36\x36\x12\x9b\x70\x38\x60\x17\xb2\x44\x32\x90\xaf\xa9\x2b\x35\xcb\x08\xe4\x63\x32\xf3\x8c\x29\x15\xa5\x2e\xfb\xc4\x08\xeb\x8e\x49\xb5\x11\x23\x13\xfc\xfb\x40\x52\x45\x55\x7b\xc7\x4d\x44\x9a\x02\x5c\x6f\x25\xbb\xff\x13\x49\x49\x6e\x93\x6e\xb4\x06\x83\xb9\x97\x4e\x97\x1c\x71\xd1\x85\x66\x1d\x23\x72\xa2\x35\x24\x0c\x41\xc3\xa7\xd8\x88\x6b\x3b\xf8\x0b\x10\x4a\x76\x97\xe0\xcd\xd2\x56\x07\x2d\x43\xe9\xd5\xe5\xc0\x39\x28\x28\x23\x67\xa5\x59\xa3\xd6\xb3\xa9\x7f\xc0\x0e\x64\x3b\xfb\x58\x66\x20\x89\x86\x83\x19\x9a\x0e\x96\x1b\x89\x69\x0d\xea\x11\xee\xc1\xf2\xfa\x80\x32\xf4\xeb\x05\x58\xb3\x64\x36\x1d\x70\xf6\x15\x23\x1a\x62\x99\x6f\xb1\x2a\x23\x2d\x5a\x10\x5a\x12\x76\x64\xfe\x91\x3e\x34\x96\xd0\x26\x03\xca\xc8\x04\x48\x47\xfb\x40\xb9\x40\x1b\x79\x46\x5e\x77\xc4\x6b\x0a\xb0\x54\x95\x57\x0f\xf0\x1d\x15\xff\x0e\x6a\x2f\xee\x10\xf0\xbd\xda\x0f\x76\xa7\x56\x11\x1e\xbc\x22\xf9\x67\xc0\x2e\x65\xdb\xca\x58\x76\x29\x6d\xef\x51\x90\xce\x26\x26\x36\x20\xc2\x35\xaf\x2a\xea\x44\x3b\x52\x6e\x50\x82\x13\x6b\x1f\xb8\xc7\xaf\x14\x0f\x30\x48\x68\x86\x08\xfb\xb3\x78\x40\xee\x4f\x77\x80\xfc\x1f\x31\xa8\x41\x11\xcf\xc1\x0e\xa3\xd0\xa4\x24\x6b\xdf\xa8\x9c\xa3\x40\x66\xba\xa5\xe5\xff\x41\xa1\x4f\x82\xc9\xa8\x9c\xa3\x3b\xc0\x4d\x33\x12\x5b\x47\x05\xa3\x2f\xfe\x9e\x31\x97\x7e\x1f\x2c\xaa\xb8\xcd\xf4\x1e\xf7\x4f\x2d\xa8\xfb\x01\x18\xbf\x04\x9f\x51\xa9\xd3\x7a\x6f\x54\x5c\x73\xe1\xcd\x55\x17\x25\x69\x4e\x6d\xad\x93\xde\x40\xf6\xa5\x75\xbb\x01\xb7\xa4\x6b\xe5\x0d\xd4\x94\x2e\x12\x4c\x46\x5b\xeb\xe0\x1e\x17\x90\x82\xa1\x51\x21\x30\x29\x20\xb6\xcb\x05\xca\x46\xc7\x11\x2b\xd1\x65\x74\xa8\xb0\x06\x69\x8a\x90\xc9\xc7\xdd\x60\x2e\xa5\x57\xbe\xa3\x4e\xd7\xf0\xf7\xf4\xac\x9b\x35\x2f\x91\x52\x56\x9c\x81\x42\x28\xc5\x9c\x99\xc9\x97\x0e\x39\x18\x63\x9d\xf2\x9a\x15\x4a\xa1\x54\xb3\xda\x65\x42\xf3\xa0\x03\xd5\xe8\x0c\x34\x4d\x6a\xf6\x84\x8e\xc1\xea\x11\xfe\x60\x32\x63\xdd\x4a\x5c\xc6\x00\x4c\x32\x8a\x8e\x41\x72\x34\x7d\xa2\xda\x89\x8b\xe0\x8c\x1d\xa9\xeb\x3a\x81\xc7\x4e\x1d\x5a\x68\x5e\xe6\x32\x49\xef\x03\x52\xa7\x8b\x69\x0d\x56\xe8\xf3\xf9\xb3\x93\xfd\x0f\xf7\x40\xa5\xda\xf4\xb6\xaf\xf3\x40\x68\x60\xb9\x13\x47\x5a\x0c\x94\xa8\x2e\x12\xf2\xc6\xb1\xce\x03\xa1\xfe\x58\x50\xa9\xcf\x83\x81\xc6\xc2\xcb\x81\x04\x81\x57\x9b\xb7\xdf\xb9\xc7\x45\x4e\x7e\x30\x17\xcf\x0a\xea\x60\xb0\x95\x35\xd4\xc1\x4b\xff\xbb\x59\xc1\x12\x34\x87\x1f\x54\x40\xed\x36\x2d\x3b\x5e\x4d\x44\x68\x3b\x5f\x7e\x9c\x4b\x04\xd3\xb4\x4e\x4a\x37\x9a\xd5\x92\x34\xbd\x0b\x20\x58\x06\x7f\xb0\x8a\xee\xa9\xc7\x8b\xaa\xbf\xa7\x81\x32\xd4\x2e\x0e\x32\x20\x57\xba\xe8\xe5\xa0\xd0\x57\xfd\x3b\xf7\xbe\x59\xf2\xb2\xc9\x99\xea\x59\x52\xef\xc5\x8f\x90\x90\x18\x73\xfc\xd1\x21\x04\x13\x9b\x95\x1a\x5e\x34\xdd\x6c\x9e\x1d\x37\x39\x83\x66\x8c\xf2\x79\xcd\xd4\x74\x23\x21\xd3\x3b\x06\x51\x58\x69\x78\x15\x6e\x02\xfc\x7a\x83\xdc\x4a\x1a\xef\xa0\xb7\xd1\xbe\xe1\xc1\x0a\x7a\x8e\x03\x19\x2c\x1d\xe2\x38\x90\x81\xc0\x2d\xbb\x6c\x06\x6b\xe0\x39\xbc\x65\x30\x70\xcb\xbe\xe1\x01\x2b\x9d\x53\x90\x07\x02\xb3\x9c\x42\xbf\x6f\x1b\x7b\x88\x7a\x10\xb0\x32\x59\xed\x84\x80\x6b\x7f\x40\x11\xa8\xf8\x05\xf0\xf9\xe6\x17\x28\x3a\xea\x20\xd9\x97\xe8\x38\xfc\xe0\xe6\x98\x1f\xa0\x76\x5c\x42\xa2\xbb\x02\xcb\xce\x7b\xf6\x1c\x67\xb1\x87\x45\xf4\x5d\x0f\xd6\x7a\x55\x3d\x80\x12\xda\xfd\x05\x0e\xd0\xe6\x0f\x0e\xa6\xcf\x05\x3d\x00\xc5\x35\x77\xb0\x80\x32\x10\x10\xd9\x8d\x08\x38\x12\x2d\x24\xec\xcb\x4b\xa8\x13\x75\x8f\x6b\xb5\xfc\x00\x52\x80\x88\x7c\x5f\x26\x37\xd1\xc8\x4e\xe9\xd0\x31\x11\xb8\xbc\x3c\xd5\xe8\x1e\x58\xb5\x4d\x2c\x6a\x8f\x0b\x97\x7e\x80\x6d\x20\x39\x7d\x4f\x6b\x3d\x87\x1e\x20\x6b\xd6\x60\xc3\x0b\xe8\x48\xa1\x9d\x26\x32\xed\xd4\x1d\x69\x77\x76\x34\xed\x99\x51\x33\x3a\x33\xf7\x4c\xa0\x45\x62\x3b\x8a\x59\x58\x1a\xdb\x33\x6f\x88\x13\xcd\xed\xb4\x88\x39\x4a\x62\x67\xda\x9c\x6d\x1c\x7b\x41\xaa\x9e\x8e\x93\x9d\xe2\x8c\xe3\x09\x76\x0a\x27\x5e\xde\xba\x90\xaf\x69\x54\x86\x6a\x0c\x3f\x40\xf1\x45\xcf\xa3\xd2\x61\x16\xfd\x02\x28\xa4\x7b\x08\x10\x44\xf7\x07\x64\x41\x12\x0e\xf6\xe5\x72\x73\x97\x2c\xbd\x60\x4b\xfe\x4e\x69\xc1\xfe\xca\xbd\x51\x23\x37\xd5\xb5\x07\x64\x2a\xd4\x74\x5a\xd6\x74\x40\xec\xac\xde\x6b\x73\xf3\x3e\x16\xf2\x84\x7f\x54\xdb\xb5\xf9\x79\x67\xcc\xb4\xdd\x40\x3b\x0d\x46\x76\xba\xec\xf4\x7f\xd9\x2b\xb3\x0f\x4e\x5d\x60\x0e\x32\x33\xad\x28\xdc\x61\xcd\x16\xeb\x7d\xac\x79\xe8\x01\xbc\x5d\xcd\xf6\xe6\x7d\x27\x99\x48\x43\xdd\x77\xb2\x01\x59\x27\x76\x1a\x75\x6c\x55\xdc\x19\x79\xec\x28\x92\x9d\x09\x56\x56\xcb\xf7\x83\x39\xe6\xde\x1f\xc7\x62\x6f\xee\x74\x2d\x81\x26\xcf\x03\xd6\x21\x9e\xb8\xfe\x3f\x5b\x68\xdc\x51\x15\xb7\x0c\xff\x0e\xdd\xa0\xbb\x03\xa6\x0f\x7b\x03\xa1\x1c\x81\xcd\xe0\x3b\x82\x86\x8a\x4e\x8a\xfd\x5c\x4b\x28\xdc\xb0\xc4\x98\x35\xdb\x9d\x96\x9d\x1c\x7f\x14\xe1\xbd\xf3\x74\xf6\x06\x3d\xa1\xe7\x76\xb7\x51\x82\xda\x7b\x85\xd5\x08\x6c\x1c\xdb\x71\x47\x59\x35\x77\x85\x43\xcc\x41\x2b\x3b\x2d\x34\xc3\xbf\x13\x87\x3a\x49\xf7\x8b\xcb\xaf\x83\x69\xe7\x9d\xbb\x0e\x33\xd9\x61\x51\x19\xe6\xae\x74\x69\x99\x80\x56\x71\x00\xf3\x88\x9b\x30\x08\x46\x54\xa7\x2d\x3e\x12\x98\x90\xe5\xea\x30\x3b\x8f\x4f\x9b\xf0\x76\x3a\xb4\x6c\x6b\xdd\x9f\x35\x86\x3e\x61\x54\xb3\xab\xbd\xec\x88\xbe\x09\xb6\x6a\x1c\xdb\x9a\x47\xd3\x83\xc0\x37\xaa\x1e\x74\x76\xea\x07\xb8\xed\x42\xba\xe9\x01\x6f\x90\x1d\xde\xc7\x06\xf2\x12\xdb\x39\x10\xdc\x52\xb5\x7d\x0f\x1e\x54\xb6\xda\x1d\x81\xa6\x24\x49\x16\x07\x4e\xa6\x91\x5e\x6f\x5c\x7c\xa0\x37\xe2\x12\x14\x34\x08\x22\x56\xca\xeb\x05\xf2\xd3\xea\x17\x76\x40\x91\xd5\x86\xd1\xb7\xba\x4d\xde\x26\x9d\xe1\xa0\x2f\x47\x67\xf6\x01\xa3\x41\x15\x03\x38\x52\xe6\x34\x34\x64\xe2\x3c\xfd\x01\x77\x66\x74\x8f\x37\x5e\x10\x22\x33\xa9\x52\x20\x66\xea\x9f\xa2\xe3\x03\x17\x44\x55\xed\xf5\x03\xf9\x49\xbe\xc8\xe2\xc8\x6b\x67\xfb\x85\x45\xa6\xea\x92\x55\xfa\xfd\xc5\x54\xe3\x73\x15\x5d\x1f\x85\x4c\xcb\x30\x32\x32\x57\x32\xc0\x01\xb5\xbd\x8a\xee\x0f\x5c\xa6\x6a\xf7\xe4\x81\xeb\xf8\x9d\x2f\x70\x20\x19\xa9\x67\xf7\x87\x3b\x6b\x4d\x3c\x85\xba\xa1\x20\x5e\xc7\x5a\x74\x07\xc8\x87\x32\x92\x58\xf2\xc8\x68\xaf\xab\x38\xbc\xda\x04\x50\xeb\xc8\x38\xe0\xea\xf7\x49\xbe\xe2\x7e\x07\x94\x70\xdd\x94\x5f\x0e\x28\xdd\x3d\xfb\xf7\x05\x91\x70\xc8\x50\x14\x9b\xa9\x0f\xf8\x65\x7c\xcd\xd2\x81\xcc\x70\x5b\x2e\x0f\x54\x23\xb5\x65\xf1\x68\x04\x51\x53\x44\xa0\xaf\x6f\x0c\x2f\x07\x74\xee\xea\x55\x6b\xa0\x55\x83\xbc\xfc\x36\xcd\x10\x30\xa5\x45\xc6\xce\x03\xa1\xc0\xd5\x20\x76\x9e\x2c\x32\xf8\x1e\x48\x8e\x4a\xaf\x85\x41\x72\x54\x7d\xbd\x40\x72\x8e\xee\x12\xea\xa6\x78\xe4\xc1\xbb\xa1\xac\x8f\x1e\x08\x1e\x76\xed\x80\xa3\x23\x07\xff\xd5\xc6\x6d\x64\x92\x68\x8e\x4e\x9d\xaa\xf9\x85\x03\x36\x27\xe1\x09\x81\x2e\x2f\x46\xc3\x7b\x53\x9b\x41\xe4\xca\x48\x32\x38\x98\x4e\x25\x9e\x7b\x50\x89\xef\x72\xaf\x1e\x8c\x8c\xb1\x4f\xf8\x18\xf0\xaf\x9a\xd3\x0c\x5e\xf2\x16\x7f\x72\x37\x6b\x39\xe0\x66\xb2\xff\xff\x18\x2c\x20\xe9\x36\xca\xb7\x98\x33\x0e\x78\x1d\x5f\xf0\xa1\x6e\x9b\x37\x0b\x84\x8a\xd7\xba\x0f\xdc\xa5\x25\x0d\xff\x40\xc8\x8d\xa3\xa4\x0e\x88\x18\x55\x92\xed\xb1\xb3\x06\x9b\xde\xdf\x33\xde\xd7\x0a\xa1\xa4\x7f\xf7\x0a\xa0\x5a\x53\xf5\x12\x33\x53\xca\x9e\x88\x83\x16\x02\xbb\xfb\x0e\x58\x08\x1c\x9c\x7d\xec\x3c\x59\x65\x45\x3f\x68\x20\x30\x8b\x5a\x19\xe1\xfa\xe0\xa0\xe1\x52\x2b\x82\x62\x4b\xf6\x92\x1e\x48\xad\x4a\xaf\x36\xcd\x2a\xa6\x7d\xf8\xb1\x5c\x6b\xf4\x38\x78\x39\xb3\x01\xa0\x3e\xe0\xfd\x7b\x50\xd6\xce\xee\x12\x37\x1f\x4a\xdc\x39\x58\x40\x55\x16\xb0\x83\xf6\x04\x7b\x32\x0e\x78\xb2\x5e\x7c\xfb\xe4\x56\xd1\x32\x40\xbc\xb1\x67\xe3\x40\x41\x55\xa7\xec\x1d\x53\xda\x49\x4d\x32\xdb\x81\x54\xae\x6a\x2c\xa3\xe2\x7f\x35\xcb\x43\x41\x7f\x7b\x6b\x8e\x93\xab\xe0\x75\xe6\x9d\x57\x96\xdc\x8f\x25\xe0\xc8\xe8\x7e\x50\xc0\xf1\x0b\xb0\x36\x58\x06\x3c\x90\xd7\x65\xf3\xee\x81\x90\xa1\x6a\x1e\x77\x71\x1f\x18\x86\x6b\xad\x83\x26\x85\x3b\xaf\x1c\xb9\x70\x20\xf1\xeb\x75\xfa\xc1\x27\x65\x83\xf2\x01\x97\x94\xeb\xec\x1c\xbc\xf2\x4a\xda\xc9\xc1\xea\x4b\x2e\x3e\x76\xdc\x14\x2a\xdd\xc6\x79\xeb\x65\x82\x43\xaa\x1a\x42\x38\xa4\x5c\xf8\xe7\x80\x3c\xe5\x40\xe1\xe3\x46\xf9\x3e\x69\x96\xc7\xdd\xbf\xbf\x8a\x93\x58\x0e\x04\x0c\x95\xd7\x78\x10\x63\xe4\x1b\x3f\xe0\xbf\xda\xec\x00\x3d\xa6\xfc\x95\x5e\x47\xe3\xbd\x16\x41\x28\x78\xb8\x08\x1a\x91\x29\xee\x76\x49\x1d\xa8\x83\x6a\x93\xcf\xb1\x8c\x19\xd9\x0f\x50\x9a\xd7\x42\xca\xc3\x39\x79\x84\x0e\x9b\x91\x70\x80\x2a\xa8\xf1\xf5\xfd\xc5\x11\x85\x14\xc4\x17\xf9\xde\xc3\x03\xb6\x0e\x47\xd8\x9d\xa8\x7a\x6a\x8b\xf4\x89\xf2\x4a\xae\x0c\x74\xc2\xd4\xd1\x8a\xe6\x74\x6e\x60\x31\xc3\x6d\xac\x82\x8e\x95\x13\xc1\x45\xce\x17\x38\x37\x5e\x49\x59\xd4\xa6\x73\x27\xaa\x7d\xc0\x4b\xe8\x01\xb9\x7b\x8b\x3b\xbc\x30\x80\x3b\xbc\x11\xff\x14\xd4\xc6\x0d\x54\xe2\x50\x27\x82\xb1\x6d\x6a\x39\x57\x7d\x25\xad\xeb\x89\x60\x6c\x33\xd1\x13\x5e\xb9\xac\xab\x78\xcb\x39\xe5\xd5\xd8\x36\xf7\x40\x8b\x92\xd4\x9d\x13\xf2\x6a\xf2\x31\x73\xc2\x0f\x67\xb3\xc7\x89\xbb\x57\xcd\x45\xcf\xe5\x66\x13\x57\x3c\x23\x28\x25\x97\x9f\x9c\x3a\x67\xc4\x46\x90\xb7\xea\x5c\x56\x96\xe6\x07\xb0\x97\x8b\x5f\x9d\x91\x27\xb5\xf6\xe2\x89\xdb\x55\x7d\x5d\xeb\xc9\x60\x6c\xfb\x42\x4f\x56\x08\xf0\xd9\x7d\xb2\x42\x80\xe3\x96\x4f\x46\x67\x3b\x0e\xf9\xa4\xd9\xe5\xd5\xe6\xe1\xec\x95\x4f\xd4\x2c\x74\xfa\x9d\xf0\xc2\x59\x4b\x3f\x59\x44\xe0\xb5\x74\xbc\x82\xf5\xb5\x76\x2c\x1a\xe0\xd0\xe5\x33\xb1\xea\xaf\x26\x86\x22\x01\x76\xe4\x9d\x09\xc5\xba\x8c\x19\x94\x08\xb0\x56\x7f\x4e\x09\x3c\x59\xd1\x38\x59\x05\x55\x87\xc9\x99\xd7\x7d\x51\x6a\x53\xb2\x13\x66\x33\xef\xac\xd2\x1c\x51\xe4\xd4\xf1\x5d\x27\x8a\x9a\xea\xce\xfd\x72\x22\x5e\xdc\xa9\xfb\x27\x52\xed\x1c\x49\x7d\xa2\x1a\x80\x8b\x8b\x9d\xf0\xca\xd9\x4b\x77\x22\x5a\xbc\x1a\x21\xf0\xca\xf9\x38\x3e\xe1\x95\xd3\xa5\xff\xe5\x2c\xa0\x6d\xaf\x41\x81\xb8\x63\xd2\x5e\x4e\x35\x03\x50\x78\x7a\x9a\x74\xcb\xf1\xfd\xd5\xec\x17\x39\xcb\x5a\x77\x81\x08\x81\xdd\xaa\xfd\x49\xaf\x9a\xbd\xdc\x67\x45\xfd\x0a\x9d\xc7\x27\x8a\x09\x38\x50\xf3\xac\xf1\xfb\xab\x55\xe9\xda\xe7\xb2\x5b\x49\xbb\x3f\x11\x9f\xde\x4c\x37\xb8\x7f\x60\xbc\x06\xa0\xba\xd8\xfd\xe0\xc4\xac\x45\x25\x0c\xa4\xb2\xc1\xee\xac\x44\xab\x7b\xc4\xb2\x9b\x6c\x1a\x15\x69\x33\x19\xc6\x96\x9b\xfa\x51\xba\x49\x17\x84\x97\x13\x81\x55\x55\x36\xac\x13\x66\xaf\xda\xbd\xd0\xcb\xec\x65\xc6\xba\x44\x78\x2f\x55\xe3\x21\xef\x3e\x3b\xd9\x8c\x3b\x65\x32\x5e\xf1\x86\xe9\xb4\x4a\x88\xdd\x9f\xa8\xa5\x54\x75\xa4\x9d\x9d\x91\xc1\x46\xd5\x40\xee\xad\xb9\x2b\x2e\x04\xa8\xb2\x48\x9d\x83\x5b\xd0\x3d\x20\x5b\xaf\x56\x7f\xb0\xa0\xf4\x17\x6b\x08\x41\xc9\xd2\x48\x3e\x47\x4f\xde\xd4\x6f\x5e\xb7\xec\x62\x26\xda\x9d\x52\xba\xcf\x00\x16\xed\x37\x37\xda\x69\x20\x30\xd9\xef\xbc\x46\x4d\xf3\x46\x38\x95\x3d\x11\xe7\x4e\xf4\x7b\xfd\x76\xfa\xde\xb4\xc0\xf0\x84\x35\x4f\x8b\x77\x55\xd9\x53\x7b\x1e\x01\xe7\xa4\x3e\x38\x16\x62\xf4\x05\xe5\x5a\xe3\x81\x97\x57\xd9\x30\x77\x2e\xc3\x9c\x89\xec\x20\xcd\xb8\x0d\x29\x50\xf6\x85\x13\x86\xbb\xf2\xea\x91\x7e\x31\x4d\xf2\xe0\x1c\x0c\x22\x17\xdb\xbf\x83\xa8\xa5\x13\x9e\x08\xa6\xaa\x32\x1e\x9c\x94\x3a\xcd\xab\x58\x40\xc0\x9e\xdd\xf3\x24\x8f\xef\x3f\x72\x0f\x9d\xbc\x56\xb5\xfb\xdc\x5c\x0e\x2d\x89\xc1\xe7\xb5\x08\x58\x48\x44\x5c\x53\x6d\xfe\x62\xed\x4b\x81\x88\xa0\x71\x97\x04\x3c\x79\x0b\xaa\x24\xae\xf3\x5e\x8a\xb2\x7a\x40\x82\x9b\xe3\x24\xce\x9b\x23\x68\x11\x6e\x28\xce\xe6\x0c\xa8\x4a\x54\xcd\x4a\x6e\x1e\x52\x46\xea\x8d\x0a\xfd\xa6\xb4\x29\xc2\xa5\x17\x83\xe5\xfd\x4c\x76\xd2\x9e\x0f\x92\x65\xbc\xc3\xa6\x84\x96\x7c\x87\xf7\x89\xa8\xa3\x6a\xce\xf1\x1c\x88\xb0\x14\x04\x0f\x21\xfa\xe0\xe8\xda\x68\xc8\x12\x3f\xbd\x36\x4a\xe2\xa2\x8b\x8b\x57\x24\x05\x7f\x01\xba\x10\x0e\xae\x8d\xb6\x80\xec\x17\x56\xe0\xc3\xa7\xcd\x94\xff\x22\x5a\xbe\xe0\x5b\xaa\x52\x88\xae\xe5\x5b\x12\x69\x5e\xa8\x09\x50\xbb\x7b\x00\x69\xe9\x58\xbb\x56\x9c\x52\x51\x1b\xa4\x26\x4a\xb8\x10\xb7\xe4\xcb\x2a\x2f\x44\x7b\xfb\x06\xde\x0b\x9e\xa8\x3a\x3c\x1e\xa7\xa4\x19\x04\x6e\xcf\xea\x07\x38\x07\xa5\x45\x5e\x71\x4d\x49\x53\xa0\x8c\x24\x8b\xf0\xc5\x7b\x47\x6d\x4a\xbb\x56\x98\xd2\xab\x0b\x66\x14\x78\xd0\x88\x3c\x8d\xec\x2f\x18\x31\xe3\xdf\xe9\x86\xd0\x8e\xbf\x12\xc5\x7b\xed\xf0\x0b\x16\xc1\xe1\x54\xa0\x2b\xad\x2d\x27\xb0\xd2\xda\x01\x5a\x0a\x46\xfe\xd8\xb2\x73\xe1\x8e\x78\xab\x7e\x57\xe6\xe9\xe8\xc5\xca\x0b\x6e\x8d\xca\x9b\x41\x1d\x05\x76\x2d\x6f\x94\x76\xfe\xc5\xa2\x44\x76\x14\x5f\x08\xe9\x76\xa5\xf3\x0b\x45\x8a\x7c\x24\x5f\x14\x43\x64\x8a\xbe\xa6\xd8\x91\x86\x69\xb4\x50\x63\x6e\x7e\x01\xe8\x97\x2d\xfb\x62\x30\x50\xf6\x07\x94\xec\x9a\x5f\xa0\x20\x92\xdc\x03\x40\xd0\x3e\xbb\x2a\x91\xeb\x05\xac\x8b\x48\x35\x6f\x56\x89\xb4\xdc\x70\xa1\xe6\xa3\xcd\x6e\x57\xe5\x71\x69\xdc\x52\x4e\x18\x7e\x01\x11\x43\x52\xa2\x2f\x04\xcf\x6c\x46\xf5\x12\x0b\x0c\x35\x0d\x7b\xda\xcc\x17\xc5\x02\x59\xba\x2f\x96\x11\x77\x8a\xd4\xc5\x22\x46\x4e\x16\xba\x56\xd1\x22\x9d\xe9\x17\x0a\x8b\x9b\xe5\x5d\xcc\x16\x73\x12\xd5\x85\x12\x8d\x8e\xaf\xbe\x50\xa4\xc8\xd5\x6d\xae\x25\x25\x34\x7f\x40\x91\xce\xbb\x11\x55\x89\x7c\x5f\xee\x45\xa9\xc1\x78\x43\x41\x45\x57\xa5\xbf\x06\x19\xbb\xb7\xe7\x72\xa7\x79\x71\x06\x37\x93\x37\x34\xa3\x65\x5e\xbb\x6b\xf0\x08\x7f\x0d\x42\xa1\xcd\x3c\x81\x57\xb0\xbf\xf6\x1f\xe2\x63\xa6\xea\xf9\x83\xd3\xe8\x1a\x0b\xb1\x9a\xf5\x4e\x6d\xc3\x34\xbc\x13\xb1\x6e\xd3\x27\x25\x21\xe2\xda\xb9\x6f\x24\xdc\x5f\xfb\x82\x48\x88\x40\x01\x45\x2b\x82\x17\x62\xb2\x7d\x5b\xc6\xc5\xba\x41\xf6\x8f\x5e\x70\xdf\x15\x3b\xcc\x2f\xd6\x1a\xb7\x23\xf8\x3a\xb8\x7a\x02\x02\x51\xd8\x9b\xac\xd7\x17\x0e\xf9\x16\xdc\x23\x91\xa2\x69\x9e\x6b\x29\xd4\xc1\x49\x3b\x8d\xb9\x3d\x8c\x4b\x4d\xfa\xf1\x75\x32\x58\xaa\xf8\x01\xac\xac\x3e\x0d\x70\x35\x4f\x93\x4e\x75\x9d\x3c\x23\xbd\xfc\x17\xec\x65\x26\x59\x56\x11\xb2\xfd\xeb\xba\x80\x6a\x4f\x02\x11\xd3\x2d\xf8\xf7\x8a\xb6\xb0\xc2\xf4\x33\x8b\xa5\xd7\xc5\xa4\x3b\xf3\x8f\x8b\xee\x59\x13\x18\xae\x9b\xf4\xa5\x46\x17\xac\x4d\xaf\xa5\xb8\x58\x8f\x5c\x68\x59\xee\x39\xb3\x30\xb8\xe7\xec\x6f\xbf\x10\xef\x9c\x5c\x7e\xf0\x42\x72\xbd\xaf\xfc\xbe\xee\xb5\x74\x1a\x02\x0e\xbc\x61\x8a\xbe\x59\x0a\x50\x68\x61\x46\x9a\x89\x01\xb2\x8a\xa5\x9f\x8b\x55\x8a\xec\x76\xbd\x6e\xce\xc9\x6d\x04\xd8\x1b\x82\x75\x77\xba\x06\x78\x88\x66\xb7\x51\x80\xd6\x33\x98\xb2\x4a\xb2\xe5\xf4\xc2\xa5\x3a\xce\x1c\xbb\x1e\x02\xe8\xdf\x17\xd6\x35\xc3\x67\x31\x65\x7f\x41\x1b\x9f\x47\xb8\x10\xaf\x28\x88\x1f\x56\x69\x31\x44\xac\x87\xac\x75\xbc\x97\x77\x51\x2c\xf7\x86\x7d\xc9\xd9\x6b\x37\xb2\xfb\x1d\xa4\x7d\xe3\x7e\x48\xc7\x49\xdc\x1b\x65\x4a\xb1\x8d\x1b\xd2\x4f\x8b\xee\x00\xd4\x2c\xc6\x73\x6f\x54\x58\xc4\x07\x6e\x08\x3b\x2d\xba\xbd\xb8\x5b\xd7\x03\xde\xb4\xad\x1e\x50\xe0\xe8\x95\xdd\x76\x43\x7a\x69\x52\xa2\x6f\x48\x2f\x8e\x6c\xbd\x03\x41\xd2\xa4\xa7\xf4\x92\x36\x11\xca\xbd\xaa\x6f\x8b\x98\x6f\xe6\xdf\x9b\xdc\x6f\x5c\x4a\x63\x0f\xe9\xcd\xfb\x1d\x9d\xe6\x7a\x47\x44\x9f\x05\xbf\x30\x67\x69\x5d\xe2\x46\x48\xf4\x2b\x9f\xee\x46\xf1\x6c\xdf\xe9\x77\xc3\x18\x63\x87\xf7\xcd\x3b\x6a\x9c\xd5\x7a\x27\x5c\xaf\xb8\xf9\x85\xc2\x17\xd4\x63\xc2\xcd\x0e\xa2\xa6\x3b\xc1\x57\xd1\x3d\x02\x6d\xd4\x5e\x29\x78\x37\x6d\x4b\xb9\xe1\xcc\x6c\x32\x3d\xdc\xb8\xc0\xb1\xc9\xb6\x73\x67\xdc\x54\x6d\x90\x33\x58\xa5\xce\xd2\x9b\x89\x6a\x76\xd2\xdf\xcb\xfb\xa9\x3d\x7e\x67\x68\x79\xa6\x0d\x88\x31\xce\xac\xbd\x71\x81\x63\x93\x18\x73\xc3\x3a\xe2\xec\xfe\xbb\x50\xf4\x1e\x3f\x32\xcb\xdd\x85\xf0\x09\x83\x65\xd1\x8d\xe0\x2b\xf4\x62\x67\x3f\xa0\x6d\xd3\xa4\x57\x58\xc8\xa6\x18\xa2\x07\x7d\xea\x8b\x29\x05\x25\x87\xda\xde\x88\xf9\x69\x12\x1f\xef\x8a\xed\xe3\x0e\x2b\x67\x28\x8c\xd4\x45\x48\xfe\x80\x86\x3e\xc9\x3c\x77\x5b\xb4\xa8\x65\xc2\xd5\x8a\xaf\x75\x6e\x1c\xc2\x6d\x70\x19\xd3\x6a\xe3\x01\x24\xf5\xe3\xc6\xf5\x2c\x76\x82\xdd\x08\x20\xb6\x87\xf9\x86\x73\xd3\x55\x18\x6f\xe4\xe0\x8f\xcd\xbf\x23\x69\xa1\xbb\xbf\x0b\x4e\x2c\xbf\x7f\x63\xc7\xfb\x77\xe0\xcc\x94\xdc\xe9\x58\x90\x3c\x7c\x4f\x99\x2b\x6d\x9b\xdb\x10\xb1\x74\x7c\xdd\x28\x9b\xe4\x68\xae\x7b\x4a\x58\xc9\xee\xa0\xbb\xd3\xba\x2b\x24\xf7\xb5\xae\x7e\x80\x13\xd3\x41\x4f\x77\x87\x4d\xda\xcb\x04\xaf\xe3\xa6\xa3\xe1\x1e\xac\xe3\xae\x11\x07\x62\xe1\xcd\xa3\x28\x2c\x6d\xee\x90\x37\xbb\x74\x77\x48\x8f\x91\xda\x48\xc5\xf7\x3d\xf3\xf7\x1e\x09\x91\x90\x02\xcf\xe0\xeb\x62\xdd\x7b\x87\xb9\xc2\x51\x1b\xf7\x0e\x45\x56\x9a\xf0\x8d\xe8\xe2\xcd\xa4\xb5\x2f\xf2\x16\xde\x61\x74\x79\x25\x86\xde\x3b\x2f\x99\xd5\x42\xd1\xbb\xf8\x62\x6b\x3b\x18\xa3\x0e\xa0\x1b\x46\x97\xf0\xda\x31\x2b\x98\x58\xc7\xf8\x0d\xa3\x8a\x9d\x46\xf7\x01\xef\x82\x59\x2d\xbd\x85\xe6\xfe\x47\x07\xed\xf8\xfd\x41\x10\x34\xed\x83\x0a\x98\x84\xbe\x1b\xb7\x25\x5a\x0f\xb9\x51\x87\xb1\x39\x54\xe8\x46\x7d\xa3\xe6\x0d\x03\xf9\x6a\xf3\xb6\x3f\x21\xc1\x15\xb7\x71\x66\x3a\xd4\xfc\x46\x8e\x5a\x70\xda\xe6\x7d\x2e\x72\x71\x97\xa4\x60\x21\xf2\xe2\x6a\x0a\xd3\x0c\x25\x76\xbc\xd5\x4d\xd3\x8b\xa3\x91\xee\x6b\xc5\xfe\xa9\x0d\x89\xcb\x14\x7a\x2d\x3c\x08\x86\x6b\x01\xe5\x31\x20\x05\x1a\x2f\xd7\x02\xd2\x40\xe1\x8a\x56\x7f\x80\x02\xd4\x36\x70\xde\x37\xce\x59\x59\x4e\x6e\xb8\xef\x9a\xcc\x82\x37\xe2\xa1\x6c\xc3\xbb\x79\x75\xa1\x5d\x94\x37\xf2\xc7\x5e\x77\x3d\xdf\x37\x64\x61\xef\x12\xb8\xd7\x7c\xdb\xc3\xfd\x70\x44\x75\x00\xef\x9a\x0b\xf2\xdf\x0f\x98\xa1\xec\xa9\x37\x82\xa1\xec\x4d\xbf\x99\x40\x66\x46\xf5\x60\xa5\xab\xdb\xcc\x5c\xf5\x14\x90\xee\xdf\x9b\x5f\x80\x35\xdf\x5b\xe4\x41\x15\x05\xcf\x88\xde\x38\x07\xfc\xdc\x28\x09\xd9\xaa\x3b\xa4\xfb\xe1\xd3\x7e\x36\xda\xd8\x7e\x76\x1b\xc4\x03\xdf\x9d\xdd\xca\xcf\x46\x4f\x97\xb6\xf0\xb3\x01\x21\x92\xf4\x1f\x94\x4e\xda\x74\xda\x3c\xf0\xd5\xbd\x2e\xc0\x7c\x50\x4b\xe9\x95\x30\xfc\x30\xf6\xcb\x11\x48\x0f\x22\x9b\xed\xda\x7e\x70\x7b\x8a\xb9\xc8\x43\xf1\x4c\x26\x91\x07\xb1\x60\xdb\xf0\xef\x93\xcc\x1c\xec\xff\xb0\x1a\xb6\x43\xd8\x1e\xb8\xf3\x5c\x0b\xec\x41\x35\x6c\xd7\x64\x78\x28\xce\xc9\xa2\xf2\x30\x0c\xda\x73\x0e\x48\xf2\xdf\xfc\x3d\x42\xe0\x25\xf7\x3f\x08\x46\x73\x35\xb2\x07\x37\x20\x5a\xc5\x7f\x02\x4f\x2f\x01\xb8\x2e\x40\xd4\x56\x7b\x50\xa9\x60\x14\x0f\x70\x13\x45\x86\xe8\x01\x59\x69\x46\x31\x40\x7d\xd2\xef\x71\x6d\x5e\x0d\x11\x69\x0f\x2f\x7e\x40\x66\xed\x65\xc0\x05\xe1\xf6\x37\x3e\xac\x5c\x20\xc6\xfa\xac\x8a\xdf\x9a\x54\x24\xaf\x96\xa0\xfe\xe0\x32\x16\xe7\xa6\x3c\x11\xbb\xbd\x79\x00\xee\xf6\xe0\x11\xc0\x92\x64\x6c\x79\x18\x43\xfd\x02\x9a\xce\x3c\x09\xc1\x4f\x42\xb2\x8a\xf8\xc7\x93\xe8\xc9\xd6\xac\xe1\xca\x7b\xa5\xa8\x3e\x48\xb1\xb3\x7e\xfe\x20\xc5\xae\x35\xb7\x91\xea\x6b\x69\xee\x41\x3d\xcd\x57\x86\xf2\x03\x67\x9f\x6d\x0e\x4f\xa2\x21\x54\x0c\xe3\x41\x3d\xf0\x91\x3d\x24\x43\x10\x8c\x16\xb8\xfb\x5e\x49\xd2\x0f\xfc\x7d\xce\x51\x7d\xf2\x5a\x09\x75\x91\x71\x3b\xbc\xc9\x87\x05\xa2\x1c\x50\xf7\x64\x4e\x43\x40\xc1\xf6\x66\x87\xfa\x03\x53\x9b\xf3\x29\x9f\xbc\x0e\x24\xbf\x00\x1e\x61\x82\x2f\x0b\x46\x61\xba\x10\x46\xa1\xa1\xcc\x13\xcc\x97\xc5\x3f\xbc\xc6\xd0\x51\x3f\xcf\x12\x4c\xa5\xc0\x3c\x05\xd4\xd0\xdd\x26\xe7\x35\x66\x61\x8c\x6b\xd5\x30\x80\x5c\x64\x8e\x7d\x2a\xa9\xc1\x78\x43\xcd\x29\xc7\x70\x3f\xb8\xd2\xc5\xf9\xf8\x0f\x7c\x7c\xcd\x61\x84\x0f\xa2\xf8\x5e\x59\xd5\x0f\x53\xe9\xc6\xf0\x18\xd0\x04\xbb\xbf\x80\x79\xb6\xb8\xcd\x3b\x15\x34\x4b\xd4\x9c\xb2\xa6\xf9\xa0\xba\xc2\xe6\x85\xa9\x10\x99\xbc\xf6\x15\x73\x32\xda\x98\x39\xf7\xc2\x33\x24\x63\xfb\xe7\x9e\xc6\xdb\xc1\x04\x20\x04\xe5\xe6\x6b\xfb\x1f\x58\x07\x9b\xe9\x11\xf7\xbb\xf8\xa6\xa8\x87\xe5\x19\x1c\x61\xf7\x34\x84\x32\x49\x7d\x7e\xda\xce\x17\xdc\x03\x28\x3c\xfb\x83\x45\xe1\x5a\xa8\x46\xe6\x63\xf6\x49\x61\x58\x02\xd0\x03\x61\xd8\xf9\x34\x0f\xaa\x55\x39\x5c\xe3\xa1\xf9\x51\x0a\xc6\xd3\x39\x87\xf6\xa3\x03\x08\x21\x83\xdd\x3c\x81\x11\x83\xe6\xdd\x34\x55\x4a\x61\x7b\x50\xf8\xaa\x0d\x03\x33\x48\x04\x9a\x1f\xaa\x8d\x36\x9f\x16\xb0\x5c\x0e\xaf\x39\x2f\x3c\x97\x98\xf3\x20\x40\x30\x38\x73\xfe\x81\x03\xb4\x39\x1a\xf4\x41\xaa\x80\xa3\x96\x1e\x38\x40\x9b\x94\xd4\x07\x99\x03\x21\xbb\x9d\x70\xed\xa9\x3a\x64\xe2\x80\x23\xe4\x1e\x88\xea\xbe\x01\xed\x19\x9c\x93\x3f\xc0\xde\x1a\x1e\xf0\xe4\x1c\xfd\x60\xc1\x2c\x2c\xa1\xba\xba\x6d\x26\x0f\x65\x79\x13\x32\xfc\xa9\xae\xfa\xf8\xec\x8b\xee\xd4\xe3\xbe\xf6\x92\xbf\xe0\x31\x6e\xb4\xec\x04\x52\x43\xee\x03\xaa\xb6\x7f\x87\x86\xb3\xb9\x47\x32\x04\xe9\xee\xcf\xce\x28\x00\x1f\xb3\x3b\x76\xcf\xf0\x0b\x0c\xac\x70\xfb\x21\x08\x1a\x12\xe5\x29\x1c\x2c\xfa\x1c\x38\xa7\x4d\x98\x90\xf4\x93\x8b\x26\x3c\x07\xf7\xbb\x56\xe6\x58\x5c\x4c\x43\x20\x10\x30\x78\xa9\x61\x3a\xf5\xc5\xc3\x0f\x44\x7d\x87\x63\x3f\x30\x9d\xda\x0d\xfd\x9c\x44\x9b\xcc\x03\x0f\xc2\xf8\x6c\x90\x7e\xce\xc5\xdb\xfd\x80\x1b\x58\x06\x84\x87\xb5\x4e\x1d\x35\xf7\x40\xf8\x6f\xf6\x41\x3c\x34\xb6\x76\xb7\x2f\x04\xa5\xa9\x07\x08\xea\xbe\xcf\xf5\x81\x0f\xd5\x35\x40\x1f\xe4\x1d\xa4\x57\xfb\xc2\xfb\x02\xe9\x42\xa4\x91\x44\xd4\x07\x52\xb9\x75\xdb\x07\x1e\xd5\x57\x95\x85\x87\x75\x1e\x1c\x5b\xfc\x20\xac\xce\xd7\xcf\x3d\xf7\x9a\xa4\xf0\x76\xaf\x49\xfa\x0d\xda\x10\xcc\x09\x6f\xca\xc1\x5a\x19\xde\x18\x5e\x92\x5f\xb8\xd8\x85\x70\x0f\x51\xbe\x7b\x2d\x20\xca\x3b\xe3\xf7\x61\xda\x9f\xc3\xce\x1e\x5e\x06\xe3\xd0\xd5\x07\x91\x72\x0e\xce\x7b\x78\x39\x8c\x43\x9a\x1e\x48\xf3\xbe\x1c\xeb\x79\xc8\x5c\x65\x77\x78\xa6\xf4\x9e\xfb\xab\x07\xee\x54\x4f\x9c\x95\x4a\x7d\x00\xa0\x52\xa9\xae\x11\xa8\x1b\x2b\x8f\xea\xea\xa2\xba\xb1\xfa\xba\x42\x61\xea\xb6\x5c\xb3\xd5\x0f\xe6\x5e\x57\x16\x7d\xdd\x70\xf7\x8b\x22\xb7\xea\x86\x8a\x11\xaa\x29\x5c\xb7\x00\xf6\x54\x34\x24\x2f\xf8\x56\x85\x87\xba\x05\x1e\xf6\xd5\x0f\x0a\x7a\x10\x4c\x81\x39\x5f\x45\x6d\xf2\x86\xcf\xda\xd4\x2d\xf0\x46\xaf\xea\x31\x07\x7a\x70\x8f\xd4\xf3\x93\xbb\x04\xe2\x82\x7b\x80\x8c\x1f\x3c\x04\x82\x9a\x3e\x67\x52\xdd\x58\xa9\xab\x64\x8d\x00\xfb\xa7\xea\xa7\xd6\x2d\x72\xf5\xdd\x5e\x34\xfa\x93\xa0\xec\xba\xf1\xae\x42\xe9\x41\x75\x43\xea\x87\x1c\xb7\x75\x43\xa9\x52\x55\x6a\xaa\x1b\x0a\x52\x54\xe3\x10\xd2\xb2\xd2\xd1\xeb\x16\x89\x00\xc1\x8f\xe0\x38\x65\x9c\xd6\x2d\x72\xfe\x5a\x14\x56\x05\x53\xf4\x50\xdd\x90\x80\x28\xbf\x51\xdd\x70\x41\x78\x37\x82\x70\x6f\xa1\x4b\x91\xd4\x0d\xc6\xd6\xaa\x92\x6c\x75\x9b\xc2\x6f\xee\x51\x20\x66\x0a\x5c\x59\x84\x03\x41\x55\xf5\x5c\xea\x86\x8b\x06\x7b\x72\x3b\xa1\xed\x0e\x80\x83\xa8\x11\x97\xd3\xb8\xba\x43\x6e\xfb\x2c\x20\x79\x75\x60\x32\xed\x65\xc2\x24\x34\xc1\x89\xbc\x25\xad\x2a\x73\x4f\x14\x53\x5c\x37\xdc\xc7\xdd\xdd\x86\x24\x2b\x9f\x4d\xdd\xe8\x45\x56\xf4\x5e\xdd\x90\x8c\x32\xbc\x10\xcc\x45\x51\xa5\xa8\xba\xc1\x8d\x9c\x4d\xbb\x10\x64\xfb\xab\x4d\x10\x05\x12\x4b\x42\x14\x4d\xb2\x70\xbb\xe9\xfd\xca\xed\xa6\x95\xad\x8b\x5b\x6a\x40\xc8\xb1\xca\x04\xae\x5b\x25\x5a\xfd\x01\x98\xa7\x71\x30\xa5\xd8\x38\x0c\x70\x25\x8b\x30\x03\x40\x45\x08\xdd\x7e\x57\x37\xd6\x04\xf3\x0c\x2a\x67\x20\x88\x51\x93\xbe\x7b\xfb\xc2\x85\xad\xbc\x8f\xba\xb1\x26\xfd\x26\x94\x41\x8a\x55\x65\x84\xba\xb1\x6a\x6a\x53\xff\x6d\xe1\x5c\x10\x36\x14\x07\x34\xbf\x80\xd0\xfa\xee\x80\x9a\x61\xd1\x0c\x1a\x4f\x76\x33\x39\x54\x77\xe8\x66\x0f\x9d\xbc\xbb\x88\xf6\x20\x53\xf6\xd7\x07\x40\x9a\xd9\x41\x47\x48\x4d\xd1\x90\x4c\x34\x51\x28\x79\xdd\x3a\x69\xb3\x88\xba\x71\xe9\xa0\x0a\x01\xd7\x8d\x77\x0e\x7a\xc7\x77\x60\x2d\x8b\x74\x3b\x72\xbd\xba\xb0\x86\xf2\x10\xdd\xfb\x6f\x19\x70\x4d\x28\xbc\x53\xb0\x18\x26\xdc\x29\xd8\x4d\xaa\x74\x89\x17\x0f\x49\x97\xf8\x26\x90\x78\xe9\x60\x35\xa9\x8c\x35\x09\xe1\x09\x19\xa7\xdd\x6c\x68\x10\x68\x4d\x72\xdd\xde\x5d\x0d\x03\x6d\x25\xaf\x2f\x98\xe8\xac\x1e\xa7\xe4\x98\x5e\xa7\xcd\xb2\x02\x9b\x1c\x11\x79\x57\xcc\x56\x96\xe4\xe8\xa5\xd8\x69\x94\x7b\x75\x01\x9b\x59\x13\x0c\x3b\xc8\xe3\x35\x24\x0d\x44\x66\x34\x10\x2d\x93\x4f\x30\x58\x89\x83\xa9\xe3\xa0\x3a\xeb\x69\x32\x07\xb6\x9a\x75\x1d\x11\x4a\x8f\x86\x44\x85\xd6\x6e\x12\x47\x4d\xfc\x6e\x62\x38\x70\xe2\x19\xaf\x07\x0a\x75\x98\x82\x59\x90\xa2\xf8\x88\x44\x46\x49\x37\x45\xf3\xc6\xc1\xf4\x7a\x01\x75\x33\xda\x4f\x8a\xc7\xd5\x0d\x1e\xfa\x6e\x4a\x39\xa8\x92\x79\x8b\xb2\x2e\x5a\xf1\x01\x7b\x92\xad\xbd\x1e\xa0\x8e\x9f\xa5\x00\x54\xab\xe8\xa6\xad\x13\x3a\x87\x91\x7e\x2e\xa4\x6b\x4c\x46\xf2\xbd\x8e\x07\x14\x35\x53\xa9\xcb\xba\xc1\x23\xdf\xbd\xa3\xae\x25\x36\x68\x88\x8b\x7b\x50\x3b\xe2\x22\x8e\xdc\xa6\x01\xd9\x8c\x0a\xf5\xf0\x37\xe3\xec\x5a\x20\x08\x26\x58\x98\x15\x8e\x58\xb7\x6b\x91\xb3\x61\xa2\xe8\xea\x36\x2a\xca\x9a\x55\xdd\x94\x11\xd5\x01\x0c\xcc\xdd\x9c\xeb\x5e\x78\x55\x07\xcb\x83\x2f\x34\x2e\x0b\x73\xd5\x24\x6e\x10\xaf\xb9\x3b\x45\xdd\xe6\xdf\xd7\xd2\xa9\x47\x5e\x8f\x6d\xb6\x40\x31\xb5\x69\x84\x07\xc1\x5a\xde\x2d\x0f\x21\x10\xc8\xb0\x40\xbf\x76\xf0\xb3\x98\x82\x46\xa4\x0b\xfe\x75\x04\x3e\xa8\xf0\xe5\x13\x0c\xe1\x84\xaf\x75\xa2\xd0\x6a\xd1\x89\x05\x66\xcb\xeb\x01\xed\x49\x12\x25\x02\xea\xe9\xfb\xa0\x0f\xc8\xef\x95\x2f\xa1\x06\x5e\xa8\xad\x5a\x39\x35\xc0\x6a\xec\x75\x0a\x1b\xa8\xb1\xfa\x03\xee\xa7\xe6\x07\x70\xba\x88\xdb\x06\x14\x56\x33\x8f\x08\x1b\xf5\x85\x17\x08\x04\x5a\xa7\x60\xd8\xb8\xf4\xfa\x82\x11\x8b\x4a\x94\xa9\x21\xc0\x86\x6a\x18\x28\xe5\x0a\xf1\x21\x30\x51\x40\x98\x0e\x61\x01\x29\x34\x04\x12\x70\xf6\x27\x30\xcc\x79\xda\xc8\x39\x0e\xc9\x6d\xaa\x03\xc5\x0f\x48\x1d\xd9\x40\x3c\xe0\xa6\x9a\x45\x44\x9c\x8c\xb8\x6d\xa0\x58\x2b\xf2\x0b\x71\x61\x5a\x78\x88\xa0\x47\x51\x7c\x40\x9a\x46\x17\xb3\x0d\x2b\x2b\xa3\xfa\x05\xc6\xf2\xbc\xba\x84\x38\x20\x92\x0f\x09\x20\x78\xf1\x13\xcf\x31\x77\x89\x7b\x8f\xba\x28\x34\x30\xe5\xa2\x18\x86\x95\x72\xe1\xe5\x4f\xd0\xc3\xc5\xac\x42\xa2\x41\xdc\x8b\x05\x43\x6d\xab\xd9\x6f\x00\xa8\x26\x3c\xa0\x44\x6d\xef\xfe\x1d\x4a\x90\xd1\x90\x20\x95\x69\x1b\x06\x5e\xd3\xa8\x0c\x9d\x1a\x28\xdc\x76\xcd\x2a\x73\x12\xfe\x7d\x4d\xc2\x3d\xd0\x89\x27\x66\x14\x32\x31\xed\x1e\x70\xeb\xbc\xd7\x36\xaf\x49\x09\x66\x0a\xbb\x9e\x24\x62\x0d\xbc\xf3\x03\x2f\xce\xee\x1e\x91\xa7\x80\xbf\x47\xcd\x6e\x9d\x0a\x01\x89\x19\x7d\xa8\x3f\x84\x1e\xbc\x68\x09\x16\x56\x25\xdb\xd6\x50\x18\x49\x58\x7f\x52\x3f\xae\x06\xca\xb5\x43\xa3\xf1\xb2\x24\xa5\x0c\xd5\x50\x51\xc5\xcf\xe0\x54\x0a\x02\xc2\x47\x5d\x47\x92\xe0\x47\x56\x75\x1f\x7e\x01\x17\xf8\x05\xff\x0e\xc6\x15\x3d\x00\xf8\xd2\x10\x7e\x2a\xb7\xb8\x29\x13\x85\xca\x86\x29\xb7\x12\x64\x11\x05\x04\x55\xf3\xe2\x80\x9c\xea\x3e\xb4\xc6\xac\x63\x56\x4c\xb9\xb0\xb6\xf6\xae\x29\x35\x10\xc5\xf0\xef\x9c\x81\x3b\xac\x98\x81\xdb\x20\x89\xae\x19\x2c\xeb\xac\xc9\x94\x71\x09\xc9\x6b\xde\x16\x47\xf0\x10\xe4\xb5\xe6\x84\x0d\x93\x0c\x6e\x33\xef\xcb\x8c\x0e\x95\xcf\x5e\xbc\x14\x16\x52\x39\x72\x6a\x80\x01\x74\x48\x73\x0c\xbc\x6e\x49\xf6\xa3\x1a\x78\x5b\xb6\x65\xe3\x00\xd1\xd5\xca\x78\x40\x30\xe7\x26\x69\x2a\xc0\xe0\x39\x36\xff\x9e\xd1\xf6\xef\x15\x6d\x4d\x92\x81\x9b\xd5\x5b\x63\x20\xef\xd3\xcc\x1b\x06\xce\x3e\x44\x09\x83\x20\xfb\xf7\xb5\xf2\x42\xf4\x58\x58\xf2\x90\xd4\x20\x24\xc1\x85\x9d\xda\x6d\x57\x9f\x3b\xaf\xca\x52\x9f\x2b\x58\xc1\x98\xdf\x21\x11\x49\xca\x0c\x2b\x38\xa1\xf8\x8b\xc9\xee\x6d\x58\x09\x3b\x4d\x33\x26\x50\x64\x88\x0c\x49\x95\x01\xb1\x9e\x63\x73\x8f\xf4\xdd\x1a\xd1\x08\xfe\x1c\xb2\xfe\x04\xc4\x7a\xbe\x58\x0a\x13\x99\xa5\xed\x86\x55\x97\xc5\x6c\xee\xa0\x3b\xd9\xf4\x84\xd8\xcf\xe1\xa5\x3b\x78\xf7\x84\x37\x21\x44\x49\x99\xc7\x6b\x38\xe9\x39\xf4\x36\x46\x62\xb2\x6e\x88\xaf\x01\x82\xa3\xea\x09\xd6\x80\x7a\xba\x9b\x61\x44\x2c\xc3\x08\x6e\x0f\xb4\x85\xd6\x93\x10\x09\x42\xd4\x59\x51\xbc\x5f\x0d\x27\x91\x24\x00\x11\x3a\x3a\xcc\x15\x58\x5c\xd7\xc4\x75\xad\x75\x13\x80\x17\xed\xc8\x3e\x8f\xae\x85\x66\x3f\xa0\x2a\x66\x5e\x76\x2d\x6a\x11\x9a\x58\xba\xb6\x98\x57\xde\x8c\x65\xf3\x19\x86\x50\x83\x21\x35\x27\x30\x72\x33\x99\x9b\x23\x55\x78\x98\x3a\x6e\x4a\x0b\x66\xcf\xf7\x5a\x3c\xad\x36\x6f\x17\x28\x66\x27\x4c\xfe\xad\xde\xba\x28\x4f\xbb\x99\x24\x21\xfb\x0d\x2f\xde\x92\xfd\x3c\x8f\x87\x40\xf8\x03\xf0\x82\x57\x07\x1d\x04\xe6\x0e\xb0\x38\xe6\xd9\x0f\x16\x43\xf6\x98\x80\xcc\x92\x61\x96\x8c\x60\x03\xdd\x26\x59\x03\xcc\x97\x43\x7a\x51\x84\x60\xa8\x6b\x5e\x6a\x64\xe1\x17\xc5\xca\xd4\xc8\x9b\x05\xea\xf6\x93\x1a\x3d\x35\x6e\x3c\x42\x9a\xfb\xa3\xed\x43\x47\x40\x64\xac\x40\x76\xff\x98\x80\x58\x55\x44\x6c\x80\xb2\x0c\x6a\x44\x1e\x8b\x57\x2d\x06\x14\x08\xf6\xf7\x01\x89\x66\xdd\x6d\x1a\x6b\xb2\xda\x48\x42\x90\x4c\x18\x91\xd5\x32\x92\x7f\x2f\xa4\x2c\x0f\x80\x52\x72\xc5\x1f\xec\x50\x61\x3c\x00\xb6\x43\xf2\xef\x27\x11\xe4\x1e\xaf\xef\xaf\xda\xb4\xc4\x31\x60\x09\x92\xdb\xb8\x38\x4a\x92\x71\x64\x20\xa8\x7c\x14\x35\x42\x64\x1c\xc9\x2f\x30\xa4\x43\x27\x4c\x8c\xb4\x83\x4b\x31\x8b\x91\xc9\xca\xfe\xa2\xb1\x4b\x8d\x19\x69\xbe\x7f\x7d\x01\x3a\x4a\x6e\x1f\xfc\xc2\x5d\x10\x6a\x2d\x24\xcc\x99\x55\xbb\x25\x26\x10\x4e\x76\x9b\xe1\x49\x3a\x9a\x23\x2e\x35\x78\x01\x0d\x99\x32\x35\x23\x9a\x95\x71\xa2\x5f\xa0\xad\xd1\x4b\x99\x0e\xe8\xf0\x7e\x81\x67\x88\x44\xc0\x88\x68\xd3\xa4\x28\xab\x1a\x91\xc9\x5b\xdd\x86\xc5\x34\x1b\x68\x18\x4c\x87\xcc\x0e\x91\x37\x3d\xa9\x96\x4e\x8d\x4c\xb4\xb1\xb1\x24\xd2\xf7\xaf\xc0\x8e\x1a\x99\x79\x63\xe3\x48\x9c\x52\x65\x6c\xaf\x2e\xfa\xf7\x57\x7d\x61\x16\x35\x77\x55\x97\xb8\x46\x08\x91\x4a\xa1\xae\x91\xb7\x47\xd9\x32\x11\x79\x39\xf8\x6b\x44\xac\x84\x04\xe1\xc8\xaa\x71\x8a\x36\xa8\xb1\xd0\x60\x29\xe9\x3c\xb2\x9e\x4f\xf5\x2c\xa6\xe0\x19\x6d\x9e\x88\x85\xb3\x12\xcf\x8f\x90\x44\xad\x21\xc4\xb2\x66\x29\x4c\xb1\xa2\x8f\x78\x63\x2c\x4c\xb6\xf4\xb6\x28\xd8\x16\xa6\x6a\x86\xb9\xca\x31\x5e\x63\xe1\x34\x34\x44\x25\x01\x09\x4f\xcc\xf5\xa9\x46\x2c\xcc\xac\xc3\x88\xe3\x75\xe3\xd5\x88\xaa\x38\xc8\x64\x0b\x88\x34\x83\x56\x03\xbd\xea\xe2\x7a\x48\xa6\xad\xea\x28\x8c\xf0\xe6\x07\x03\xdd\xb8\xb1\x24\xe7\xc4\x46\xc7\x89\x60\x68\x5c\x4c\x7f\x40\xe5\xac\xfb\x03\xfa\xfe\xbc\x16\xb8\xf2\x7c\x48\x92\x8a\xcc\xf8\x95\xb3\xbe\x46\x5c\x79\x3e\x8a\xdb\x08\x1b\xf5\x2c\xe1\xbc\xaf\xde\x05\x70\xd6\xcb\x1d\x5e\x23\x0c\xab\xc3\x3b\x9b\x81\xac\x06\x00\xd7\x7f\xba\x10\x49\x8d\xb8\x69\x4a\xd7\xbc\xd5\x88\xc2\xba\xb6\x36\xc4\xc1\xd0\x59\xa3\x6d\x4a\x8f\xc9\x67\x52\xa4\xf4\x68\xea\x62\x39\x1d\x93\x02\xa5\x49\x33\x40\x16\xc9\xed\x7e\x1f\xf5\x2b\xbc\x4b\x07\xb5\x72\x43\x08\x23\xe8\xf0\x32\x21\xd0\x35\x6f\xdb\x8f\x8e\xa0\x01\x59\x58\x67\x74\x64\x5e\xb1\xd4\xe7\xb8\xf3\x54\xef\x7e\x80\x22\x7f\x26\xc4\x29\x04\x96\xcd\x27\xcc\xc1\xeb\x5b\xf4\xfb\xc1\x13\x51\x02\x51\x3c\x18\xd8\x2b\xf0\x59\xeb\xd6\x44\xc2\xe2\x34\x2f\xde\x89\xa4\xde\xe1\x25\x3a\xe8\xdf\xd5\x7c\x71\xdb\xd4\x30\x51\xa1\xb2\xde\x30\x2b\x5d\x4e\x6b\x93\x29\x6c\x87\x43\x66\x8b\x48\x11\xd0\x08\x45\x16\xf0\xf0\x0a\x51\x04\x94\x7a\x1f\x29\x02\x36\xf7\x87\xd3\xa1\xb9\x3f\x10\xb1\x64\xd2\x08\x07\x76\x7a\xf5\x7f\x73\x86\x9a\x01\x82\x59\x87\x77\xe2\x92\x09\xf5\x01\x4c\x93\xc3\x44\xce\xfb\x16\xcc\x7f\x50\x16\xd7\xfa\x45\xbc\x48\x72\x02\x78\xc9\x94\x5e\x55\x94\xae\xa9\x16\x94\x22\x8a\xf9\x0d\x73\x13\x64\x17\x0d\x13\x1d\x92\x8b\x94\xb9\x50\xe3\xb5\x76\xb2\x1f\x1c\xd8\x47\x9e\x02\x71\x20\x32\xb8\x80\x03\xb3\x06\xde\xae\xd0\xdc\x66\x1d\x37\xb7\x17\x15\x08\x42\x54\xc6\xcd\x96\x6c\x6e\x94\xa9\xb0\x60\x81\x4b\x39\xc7\xab\x43\xe0\xd4\x07\x2c\xec\x90\xc3\xdf\xd3\x5d\x5e\x2d\xdb\xc1\x5d\x6e\x4b\x52\x7c\x28\x9c\x49\x29\x8b\xc8\x0d\x1a\x3e\x70\xe9\x3e\x37\xce\x50\x45\x77\xf3\x71\xb9\x9c\xe3\x5e\xf7\x15\xdb\x6a\xa4\xa0\xd2\x4c\x32\x6f\xa1\xb8\x29\x42\x4d\x10\x2f\x75\x03\x7b\x4d\x1b\x29\x7b\xa8\xbd\x18\xb0\x1f\xf0\xa4\xd2\x71\x99\x36\xc6\x46\xb8\x47\x90\xb2\xe4\xcb\xc4\x52\x33\xd5\x6d\x3a\xae\xab\x3b\xa0\xa4\x23\x91\x39\x51\x02\x15\x9a\xd2\x46\xed\x5a\xbb\x23\x2d\x43\xa4\xb6\x43\x0a\xc8\x25\xd0\x7e\x4d\x74\xc8\xab\x96\x53\x4d\xcb\x12\x29\x96\x97\x56\x3a\x51\xf5\x1b\xd0\x03\x9b\xc7\x80\xe5\x3c\x68\xf5\x13\xf3\x85\x24\x56\xa4\xc8\x2d\xec\x76\x87\xa5\x52\x98\x8c\x83\x30\x68\xc8\x65\x37\x14\xc5\x27\x88\x78\xdb\xf0\x0b\x3c\x89\x92\x5f\x78\x60\xae\x12\xa6\x12\xc5\x08\xf1\xe1\x94\xb8\xeb\xb4\xc9\xd2\xb2\x13\xca\xde\x92\x78\x25\x82\x2d\xd1\x29\xa1\xf8\x59\x77\x9f\x73\xd7\xa8\x72\x60\x4d\x30\x03\x9a\xd5\x25\x44\x67\x36\xb7\x97\x19\xd0\x88\xca\x94\x02\x8c\x88\xbc\x60\x50\x97\x30\xe3\xd9\xbf\x9b\x32\x37\x9e\x51\x95\x69\xd3\x91\x5d\x2b\xb1\x30\xaf\x81\x86\x1d\x4f\x09\x05\x35\x65\x1a\x7d\x7f\x74\xd1\x6a\x4d\x99\xfb\x54\x10\xa3\x5c\x8b\xa2\x71\x6a\xe2\xa5\x09\xd5\x38\x28\x4c\x78\x90\x99\x2b\x2d\xf1\x2c\xf9\x13\x18\x0a\x5f\x6d\x04\xad\xbf\xda\x9d\x1f\xb8\x07\x1e\xa9\x62\x16\x89\xd1\x9d\xf6\x16\x25\xc8\x67\x0a\xff\xac\xa9\x52\x0f\x6a\x7e\x40\x66\x20\x06\x97\x6a\xc3\x39\x28\x2c\xc1\x8b\xad\x8b\xaa\x6a\x42\x49\xc5\x61\xfa\x82\x35\x70\xbc\x7e\x67\x68\x80\xd7\xb6\x2e\x02\x14\xa6\x50\x74\x51\xf5\x0b\x6b\x6a\xd4\x29\x64\x06\x48\x8d\xe6\x16\x81\xd4\x78\x10\x9a\x42\x1b\x95\xfc\xe1\x37\x70\x12\x9a\x38\x5a\x03\x57\x77\x8f\x0b\x73\x82\x12\xd7\xab\x47\x73\xac\x29\xd0\x25\xdd\x8d\x52\xd3\xba\x1b\xd4\xec\xa2\x91\x5d\x78\x53\x2c\x7b\x9f\x64\xe5\x84\xb2\x8c\x3e\x7a\x52\xa7\xa9\xc2\x98\xe9\xf4\x18\x69\x8c\xbe\xa6\xa5\x31\x78\x43\xbb\x0d\xf4\x89\x55\x16\xb3\xbb\x24\xee\xfd\xc1\xda\xfc\x5a\x0c\x5c\x8e\x60\x03\x5e\xea\xdc\x77\xfe\x1d\x44\x6b\x12\x1c\xf4\xd0\x7a\xdf\xb1\xba\xb2\xd7\x8a\xd7\x71\xf9\x00\x4d\xcc\xfe\xb6\xbb\x26\x51\x0c\xd4\x69\x93\x06\xcb\x22\x69\x96\x4b\xec\xf3\x36\x1b\xdc\xa8\x9e\x15\x2a\x25\x66\x33\xe2\xe5\xfb\xf6\xde\x1f\x84\x5a\x68\x81\xef\x7b\x48\xcf\x49\xbc\x8c\x54\x9a\x52\x82\x2f\x7c\x98\x13\xe0\xb2\x85\x61\x46\xc0\x04\x29\x5b\xe4\x13\x5c\xe1\xd5\x73\xe0\x1d\x5f\x36\x3f\x24\x44\x59\x0e\x33\x40\x14\xa9\xb1\xf9\x24\xc1\x04\x19\x5f\x1d\xcc\x39\x2a\xc3\xa6\x26\x5a\x20\x5f\xdf\x83\xbc\x5e\x10\x72\x8f\xe8\x0c\x4e\xb4\x38\x4a\x1d\x48\x0c\xa1\xf4\x89\x0a\x47\xf8\x30\xf1\xa1\xee\x73\x33\x92\x0f\x1e\xd9\x86\xe8\xb8\xa7\xb8\x2b\xdb\x6f\x3a\x37\xb4\x35\x03\x16\x46\xb4\x23\x26\x21\x84\xd2\x0e\xd4\x34\xa5\xd1\xb2\xf9\xa4\x3a\x49\x08\xd2\xf4\xd2\x94\x46\xcb\xe6\x2d\xc4\x08\x4a\x3b\x26\xd2\x14\x3f\x8b\x92\x6f\x6b\x5a\xe2\xa4\x24\xe8\x74\x32\xed\x48\xed\x29\x4e\xa6\xcd\xb4\x77\x51\x03\xb6\x1c\x31\xe5\xc9\xa2\x44\xd6\x9a\x2e\x9e\xd0\x12\xf2\xd3\x85\xf8\x00\x89\xe0\x69\x8a\x7f\xc9\xae\x8b\xc4\xc2\x86\x92\xa5\xd2\x45\xd1\xc7\x72\xc6\x4d\xa1\xc0\x2b\x07\x79\x2f\x98\x91\xdc\x09\x20\x08\x6d\x37\xc3\xbb\xbc\x87\x6f\xce\xda\x1d\x60\xcf\x3a\xce\x28\x21\x60\x32\xbd\x76\xf9\xcd\xa4\xc7\x1f\xb9\x83\xd2\xc3\xd3\xdb\x5b\xfa\x59\x38\x10\x92\x1e\x56\xe5\x74\x1b\xee\x7f\x6f\xb7\x87\xeb\xe6\x76\x83\xa9\xcd\xcc\xf4\x21\xd2\x3e\x33\xc8\x1b\x3e\x08\x6e\x53\x1a\xe8\x7e\xc0\x1d\x2e\xf2\xcf\x48\xd4\x76\xb8\x4b\xde\x1e\xf4\xf0\x41\x62\x0e\x64\x43\x3a\xa6\x32\xcc\x7b\xc3\x9a\x44\x0e\x40\x73\xf0\x0b\xf9\xfb\xab\x29\x0f\xbb\xe6\xc0\x49\x0c\xb5\x1b\xde\xaf\x6a\x77\x76\xe8\x07\x10\x07\xbb\xdb\x3c\xfc\xc5\x5b\x33\xca\xce\x0c\x5d\x4e\x50\xf3\xca\xe5\x11\x67\xcb\x08\x46\x1c\xba\x9d\xa0\xe6\x48\xc1\x49\x8c\x2a\x47\x62\xca\x5f\x74\xb4\xdd\x25\x79\xe3\xf0\x83\x45\x1c\x9a\x07\x2a\x57\xab\x94\x41\xcd\x53\x9a\x4b\xba\x38\xa4\x66\x86\x1f\xaa\x4c\x49\xcd\x4c\xde\xb1\xfb\x24\x27\xec\x5b\x31\xc7\xcc\x64\xef\xfc\x7a\x40\x20\x35\x04\x7c\xbc\x0e\xac\xcb\xb4\xc7\x65\xaf\x77\x5a\xd5\xff\xd4\x66\x68\x92\x17\x07\xf6\x36\x15\xe8\xa9\x99\xc9\xdb\xf6\xaf\xe4\x0c\x66\xe4\x21\x32\x0d\xec\xb2\x8e\xe4\x82\x1b\x39\xc5\x19\x32\xa3\x05\xb3\x31\x59\x48\xe5\xf2\x36\xe4\xc2\xc3\xb4\xfb\x01\x6e\x09\xdd\xdc\xa6\xeb\x5a\x67\x65\x2e\x8c\x62\x11\xcf\xcc\xcb\x96\x55\xfc\xe0\x62\xd8\x80\x50\x55\xd6\x4c\xd5\x69\xa5\x0f\x5e\xd8\xaf\xe4\xa2\x12\xae\x73\x5d\x70\x6a\x26\x95\x84\x29\x28\x2a\xac\x08\xd1\x1f\x50\xce\x30\x61\x56\xec\x15\x59\x15\x32\x8d\x57\x2a\x12\x53\x73\x23\x19\xca\x13\x94\x1b\x16\x34\xfa\x05\xc4\x6c\x88\xe1\xe4\xb6\x9c\x53\x82\x09\xb9\x28\xd6\x10\x72\x5b\x98\xf1\x0b\x0b\x11\xea\x02\x69\xd5\x0e\x03\xc9\x9d\x87\x41\xf1\x83\xc6\x2f\xb4\x60\x1d\xa4\x1f\xfd\xc2\x5a\x72\x21\x82\xf6\xa8\xec\x2d\x3b\x02\xbb\x10\xb2\x59\xc0\xae\xf9\x0b\xf0\x04\x31\xef\x3c\x45\x93\xb2\x99\x27\xa0\x22\x73\x7a\x7d\x4f\x32\x94\xd2\x98\x07\x42\x46\xab\x3b\x64\xb9\x51\xc1\xcc\x5b\x9b\x1c\xdc\x9b\x29\x68\xd8\x36\x99\x77\x2e\xaf\x0e\x98\x0c\x6f\x66\xf0\x5a\xec\x84\x49\x93\x5a\x92\x85\xec\x0d\x79\xe7\x29\x29\x91\x2d\xef\x38\x2f\xa4\xb7\x66\xd8\xad\xec\x40\xcd\x4c\xcf\xc8\xa6\x20\x64\x5a\xab\xb6\x6e\xcd\x3b\x8f\x55\xc1\x88\xaa\xcd\xcd\x2c\x05\x31\x77\xcd\xfb\x9f\x89\xd8\x36\x9f\xe7\x83\xe5\x7b\x04\xc1\x94\x2d\xca\x96\x7e\x92\xa8\x5a\xf3\x01\xb3\x5a\xf4\x68\x94\x6c\x24\x8a\x67\x5c\x25\xea\xd3\x25\x9f\x38\xc3\xa5\x7f\xe4\x75\x9f\x84\xa4\xbf\x7c\x02\x85\xc9\x1f\x60\x07\x49\x2b\xca\x27\x55\xe2\xea\x1e\x76\x1e\xa8\xc2\x00\x6a\x2c\x37\x6f\xa9\x13\xd1\x68\x52\xf4\xf3\x2a\x77\x67\xca\xba\xd6\x3a\x0b\x05\x14\x34\x24\xaf\x65\x1a\xaa\x3c\x24\x0d\x55\xd6\xe3\xf3\xb5\xe8\xdf\x5d\x82\xfe\xa5\x98\xe5\x29\x89\x94\xcd\x7b\xee\x46\xf4\xbf\x49\x8d\x72\x85\x8f\x4c\x96\xa8\x69\xe6\xc2\x37\x35\xb9\xe1\x1e\x48\x5a\xc2\xd3\x4d\x3c\x09\x24\x18\xa2\xac\x76\xe5\x9b\x7c\xdd\x7c\xe2\x06\xa7\x91\x04\x98\x1f\xee\x48\x7f\xf1\x04\xf4\x28\xac\x3c\xc0\x8a\xb9\xc0\x83\xa3\xc6\x84\xf3\x90\x2b\x18\xd1\x14\x35\x24\x11\xe6\x87\x0a\x8f\x45\x8b\x07\x58\x91\xec\x92\x1f\x72\x22\x53\xcb\x73\xcd\x17\x7c\xba\xc1\x12\xe5\x28\xd7\xfc\x70\xcb\xea\x2c\x2a\x1b\xe4\x5c\x89\x22\x65\x79\x3e\x65\x65\x2d\xbc\xd0\x49\xa5\x46\x6a\xd9\x40\x6f\x3a\x59\xca\xb6\xba\xd4\x83\x65\x07\x92\xde\x56\xc2\x5a\x1b\x3f\xa0\x5f\x65\xf8\x13\xac\xbe\x0e\xc0\xc2\x5b\x30\xec\xf9\x2e\xbc\x05\x43\xd7\x0e\xd7\x12\xb0\x8f\x8a\xdb\x98\xf8\x6b\x88\x9b\x63\x36\x3d\xe0\xd9\x24\xf6\x57\xa6\xbc\xd2\x9c\x16\x50\x22\x28\x4a\x47\x53\x89\x58\x2d\x9d\x76\x85\x95\x84\x6d\xda\x2c\x91\xe7\x84\x84\xe1\x12\xb1\x3a\x86\x31\x82\x31\xe8\x6c\x2b\x91\x26\x75\xf7\x78\x13\x24\x3f\x40\xc2\xb7\x27\x91\xd6\x62\xa8\x07\xda\xa2\x54\xf7\xa8\x16\x0a\x27\x62\x66\x25\x81\xa8\xc5\xc2\x4b\x02\x62\x45\xf4\x85\x96\x29\x89\x79\x85\x57\xa8\xdb\x8e\x54\x90\x59\x6c\x4b\x41\x41\x95\xe0\xfa\xea\xf0\x81\xe3\x59\x73\xe4\xed\x9c\x36\xb1\x94\xbc\x16\x7b\xe8\x01\x04\x2a\xed\x92\x92\x17\x51\x0b\x86\x4c\x18\xb5\x30\xcc\xb6\x70\x40\x55\xc9\x58\x5b\x71\x9b\x92\xc9\x9f\x3c\x24\xf4\x22\xaf\xec\x72\x0d\x4a\x5c\x2e\x70\x0d\x5a\xc8\x28\xcb\xf6\x24\x51\xb5\x14\x02\x2d\x1e\x5f\x0a\x88\x5c\x0c\xac\x14\xe2\x59\x2b\x03\xd3\x93\x2a\x8d\xd5\x52\x38\x07\xb7\x21\xb9\x8a\xbd\x95\x82\x29\x34\xf7\x0f\x09\xaf\xfa\x77\x1e\xf7\x12\xcf\x4a\x5d\xcc\x45\x30\x23\xfd\xa2\x18\x29\x94\x9c\x4c\x7c\xc8\x11\x8e\x3f\xba\x64\xb5\x96\xba\xd6\xc0\xbd\x1f\x44\x80\x70\x0a\x33\x95\x93\x6a\x0a\x32\x80\xab\x09\xaf\x81\xb7\x79\x0d\xa6\x94\x15\xad\x1e\x97\x06\x6f\x98\x09\xad\xa1\xb6\x80\x78\x63\x69\x40\x98\xec\x6c\x85\x97\x65\x35\x93\xc9\xf2\x10\x4a\xfc\x2c\x9d\xda\xad\x44\xf9\xd2\xd7\xa2\x09\xc6\xbe\x58\xbe\xb0\x8a\xea\x35\xe6\x8e\xa5\xf3\xfe\x04\xe1\x0c\xb9\x13\x3e\x19\x4b\x5f\x40\x68\x16\x9d\x89\xd2\x1e\x12\xb2\x83\x3b\x98\x42\x59\x52\x3d\x83\x5a\xe0\x23\xb4\xa8\x59\x06\xe5\x72\x89\x75\x65\x50\xbb\x88\xfe\x02\xe5\x6e\xbc\x9f\x98\x1a\xa1\xfa\x9f\xb5\xe0\x2a\x4d\xfb\x37\xca\x00\x53\x31\x17\x42\x8c\x99\xee\xa0\xaf\x65\xa5\x4a\x78\x43\x0e\x1c\x5b\xee\x60\x5f\xbb\xc3\x0f\xe8\xfe\x55\x8f\x4b\x68\x93\x6d\xa4\xec\xbc\xab\x59\x43\xd0\x1c\x24\x25\xab\x2c\xa1\x4d\x0a\x4d\xd9\xb9\xd8\xee\x80\x30\xbb\x0d\x4d\xc2\xeb\x02\xf3\x8e\x5d\xd8\x65\x89\x68\xc3\x23\x92\x31\x0a\xe4\x83\x97\xed\xb9\x4d\xbe\x68\x4e\xba\xbc\x93\x3a\x39\xcb\x41\x2d\x40\x02\x45\x61\x8d\x62\x6b\x16\xe5\x00\xeb\x94\x90\x53\x10\xb4\xd6\x9a\x77\x20\x1c\x9a\x16\x6e\x0b\xfd\x95\x9b\xc7\x64\xae\x9f\x66\x79\x90\xbd\xfb\x84\xe1\xdd\x61\xcd\xd4\x70\x42\x60\x30\x9f\x62\x50\x5b\xf5\x62\x9e\x38\x93\xbc\xc9\x69\x64\x32\xdf\x42\x9a\xae\x3d\x92\x85\x36\x26\xaf\xfd\x49\xb5\x3e\x79\x84\x41\x10\xfc\x05\x0c\x63\xe6\xd6\x27\xce\x28\xf3\xa1\x73\x4d\xc2\x43\x22\xab\x4a\x36\xf6\x72\x91\x51\xbd\x1e\x80\x33\x78\xdf\x5e\xdc\xa6\xc6\x3c\xef\x84\xaf\x5e\x7e\x08\x83\x96\xd4\xca\xc5\x3d\x60\x91\xe3\x82\xcc\x6f\x8a\xbd\x40\x4f\xde\x23\xbc\xec\x53\xa9\xed\xb5\x20\x0c\xce\x72\x53\x99\xd2\x62\x48\x56\x0a\xcb\x8d\x6b\x4a\x3c\x4d\x08\x87\x8e\xb7\x2a\x28\x60\x68\xc9\xac\x20\x3d\x22\x1a\x4d\x88\x81\x6b\x86\x08\x69\xbe\xaf\x73\x15\xc2\x63\xf0\x96\x81\xac\xe8\x8b\xbf\x6a\xa1\xac\xe8\x39\x3f\x6b\xe9\x05\xc1\xc3\x95\x32\x48\xa8\xb8\x93\x2c\x66\x3d\x40\x82\x65\x28\xb8\x25\x9b\x0a\xa6\xd5\xba\x41\xf9\x16\x8b\xad\xa8\x89\x63\x33\x6f\xdd\x40\x5c\xaf\xf6\x5a\xa8\xac\x07\xa8\xea\x28\x39\xae\x6e\xf4\x1a\x54\xb5\xb9\x43\x92\x5f\x18\x18\xf1\x47\x9a\x50\xdd\x20\x2d\x0d\x83\x47\xdb\x7c\x53\x9b\x07\x80\xb8\x79\xc5\x6d\x17\xaa\xcf\x50\x2b\xca\xe3\x6c\xf2\x38\x54\x94\xbf\xb1\xfe\x5b\x03\x8e\xa4\xd7\xef\x30\xec\x89\x6d\x55\xdc\x6d\xe1\x12\xdb\xb5\x52\xa6\xf4\x80\xbc\x22\xde\x4a\x7a\xc5\x25\xa0\x9b\x55\xe6\x1a\x28\x0d\x09\x01\x91\xf7\xa4\x69\x0e\x91\x3a\xba\xb4\xb7\xba\x82\xd8\xb4\x83\x2b\x8b\x33\x5b\x8b\xaf\x11\xc5\x63\x9a\xbb\x28\xff\x1f\x63\x57\x72\x36\x3d\xab\x2b\x53\x39\x21\xb4\x99\x04\x9b\x3f\x17\x8f\xf9\x87\x70\x1f\x57\xe9\xab\xf2\xdd\xbd\x4b\x77\xdb\x20\x40\x88\x42\x23\x92\x66\x8b\xa8\x92\x54\xbb\xcf\x40\xe6\x3e\x8d\x22\xab\x86\xba\xcb\xc5\x0f\xfc\x03\x4f\xb9\xea\x2e\x18\x4a\x31\x4d\xc3\x49\x66\x34\x95\x17\xd6\x46\x53\x5f\x88\xc0\x4c\x03\xe6\xc1\x8c\x50\x79\x63\x9c\xfe\x61\xfb\xef\x7f\xd3\xd1\x1b\xa3\x32\xcf\xcf\xf4\x0f\x90\x6c\x3a\xdc\x47\x0d\x52\xed\x1f\x72\x18\xa2\xba\xd2\xf7\x4a\xd2\x73\xbc\xd0\x35\x94\xf0\x7c\x0c\x94\x36\x5d\x1f\x1a\xde\x83\x70\x93\xe8\x1b\x0c\x24\x36\x48\x1b\xed\xdd\x93\x9b\x47\x0d\x3d\x5d\xd1\xad\x64\xc0\x2d\xce\xd6\xa1\xf1\x42\xdd\xbe\x69\x4f\x8f\xc6\x23\x45\xe7\xde\x68\x5c\x2b\xe9\x12\x46\x63\x80\xb9\xe4\xc6\x78\xb1\x6e\xdf\xcc\x82\xb4\xd2\xfa\x1a\x3b\xa0\x1b\xb4\xc7\xe2\x68\xb9\x34\x26\x82\x17\x9d\xe6\x3e\x30\x4c\x9d\x21\xa3\x27\x0f\x6a\x98\x44\xbf\xde\x07\x1d\x51\x2d\xde\x37\x34\xa3\xfa\x8e\x38\x3a\xb6\xb5\x27\xb6\x53\x81\x60\x1e\x05\xba\xf5\xe5\x7c\x00\xdd\x5a\xb7\x38\x3a\x49\x52\x0f\xcc\x99\xa3\xac\xb8\x63\x30\xd8\xd8\x7e\x97\xe3\x45\xbb\xdd\x26\xab\xc1\xc2\x18\xb6\x2b\x8c\xc1\xb9\x17\xff\x0c\x6e\x6e\xff\x8f\x2b\xa6\xd9\x07\x7a\x44\x1f\x63\x83\x09\xb1\xc3\x5b\x77\xd0\xca\xf6\xf9\x02\x6e\x73\x9e\x36\xb8\xcd\x39\x1c\x79\xbc\x88\xb8\x6f\x5e\xa9\x80\x8b\xad\xd9\x31\x11\xb1\x28\x8c\xce\x41\xbb\x01\x24\xf0\xd3\xe1\x3d\x82\x1c\xbe\xf9\x0b\x94\xc4\xd7\xdd\x6b\xd0\xab\x4e\xa9\xec\xc6\x88\x93\x5f\x68\xda\x22\x4f\x6b\x37\xf1\xf0\x0d\x0d\x13\x7e\x74\xa1\xdc\x73\x63\xb0\x3a\x9e\x50\xce\x98\x15\xc3\xd2\x30\x26\x26\xda\x44\x41\x73\xa9\xec\x27\x63\x40\x71\xb9\x79\x29\x27\x38\xfa\xd3\x21\xf1\xa8\xce\xe2\x31\xc1\x1c\x9e\x86\x45\x8a\xa4\x82\x18\x08\x38\xb6\xde\x65\x2c\x82\xbb\xee\x1f\x70\x58\x7f\x3e\x08\x38\xbb\xf8\x7f\x92\xf4\x97\xc4\x3d\x63\x2c\x32\xb7\xe8\x5f\xe0\x65\xa1\xb8\xc1\xec\xda\xbe\x19\x8d\x1d\xc7\xaa\x85\xe5\x4e\x67\x77\x3f\x43\x61\x62\xc7\xd4\x81\x4a\x73\xd6\xc3\x0e\x66\x94\xf1\xb9\xcb\xf0\x0a\xa5\x07\x1c\x03\x09\x64\x7c\xc7\x1e\x0c\x0b\x56\x3e\xc1\x31\x0e\xc4\x5a\x5a\xb2\xa5\x8a\xd2\xbc\x0a\x73\xa8\xd1\xef\x48\xb0\xeb\x55\x3b\x30\x45\xa6\xe9\xc0\xaa\xe9\x62\x33\x0e\x1e\x09\x3e\x9d\xa1\xb7\x54\x5a\xce\x31\x60\x2f\x55\x35\x9d\x31\x5e\x6c\x3b\x9b\xe5\xf9\x49\x58\x68\xb1\x04\xac\xbb\x09\x41\x0d\x40\xd9\xcd\xdb\x09\xc9\x26\xab\xfd\x05\x06\x23\x7d\x3d\x68\x60\x59\x97\xdf\x1c\xe3\x24\xcd\x7e\xe6\x6e\xf0\xa0\x68\x40\x35\xc4\x1f\x67\x56\xc3\xd6\x27\x57\xe3\x1b\xea\xf4\xc5\xa6\x7d\xf3\x17\xf0\x8f\xb3\x8a\x6f\x40\x2d\xb9\x7d\xde\xcf\x79\xd2\xbc\x5c\xc8\xd8\xfa\x79\x86\xf6\xd9\x20\xe4\x4a\x76\x12\x7f\xdd\x10\x23\x9f\x67\x50\x20\xb4\x3c\x98\x3a\xdb\xd1\x5f\x03\x06\x53\xbb\x3c\x0d\xe6\x8a\x34\xa4\x1f\xf4\xa8\xb3\xcf\xf1\x60\xa5\x0f\x23\xf0\xf1\xa0\x4f\x43\x06\x1a\x49\x3f\xff\x57\xc0\x18\xd1\x44\x97\x39\x69\xe3\xc6\xd3\xf1\xbd\x06\xf9\x04\x9e\x45\x22\x4a\xb3\x59\x77\x31\x1e\xa2\x65\xb7\x87\x1c\x05\x3e\x05\x5f\x28\x3b\x1d\x71\x37\x10\xce\x51\x3f\xed\x43\x41\xed\x83\x18\x5a\xcd\x8f\x40\x40\x25\x37\x7b\x61\x07\xab\xd6\xeb\x20\x8f\x5f\x6e\xa0\xa5\x1f\xea\x7f\xff\x6b\x9b\xb4\x17\xf1\xeb\x9c\x32\x7f\x41\xf8\x51\xfd\x06\x22\x50\x24\x8b\x83\x81\xbd\xc3\x1f\x1c\xb8\x1c\x9a\x84\x0b\x69\xa5\xa6\x9e\x81\x98\xa6\x9f\x71\x24\x0a\x31\xc5\x46\x21\xe7\x0e\x36\x16\xd9\x91\x5c\x89\x2d\x6b\x3c\xe8\x19\xfe\xb6\x9f\x16\xc8\x38\x43\xcf\x81\x0c\x97\xa2\x90\x51\xbf\x61\x12\x37\x90\xbc\xfc\xcc\xfd\x53\xfd\x03\x72\xd4\x6e\xee\x01\x7b\xbe\x9a\x02\x04\xfd\xba\x01\x86\x70\xf8\x06\x12\x25\x91\x86\xc6\x50\xa8\xfe\x68\xfe\x04\xb6\x37\x0f\xf2\xc5\xa6\xf5\x33\x0b\x2f\x34\xad\x3e\xf1\xa2\x30\xad\xb5\xbf\x4f\xe7\x29\x3d\x83\x44\x6d\xf0\xc8\xd4\x8c\x22\xb9\xe6\xac\x6a\x4c\x2f\xee\xac\xc6\x5b\x91\xe6\x5f\x09\xdf\x80\x86\x75\xfb\x3c\x83\xd7\x75\xac\x07\x34\xac\xb6\xf6\x06\x60\x69\x9f\x7f\x72\x92\x0b\xa6\x69\xd4\x46\x8b\x9a\x3b\xd5\xad\x81\x4d\x3c\x5f\x84\xa8\x52\xb3\x45\xe3\xc5\x56\x5b\x21\x18\xff\xeb\x1b\x47\x34\xd2\xaf\x19\xc8\x6c\x37\xda\xcc\xd1\x52\xae\xfa\x0b\x68\xc5\x24\xea\x23\x21\xe7\xe6\x26\x78\x60\x0d\x37\x81\x58\x4f\xcf\x7a\x43\x0c\xbb\xff\xa7\x42\x56\x32\x2e\x90\xed\x66\x7a\x14\xb0\x56\xdb\xf3\x3b\x52\x1d\xab\xeb\x42\xf4\x5c\x15\x7f\x31\x60\xd7\xf0\x17\x10\x8a\x82\x04\xd1\x91\xb6\xe2\xf3\x7e\x92\xac\x31\x10\xa2\x9a\xb1\x3a\x93\xc5\xe8\xff\x01\x11\x29\x98\x14\xb0\x5c\x3b\xc0\x3d\x10\x45\xec\x5c\x31\xc1\xc2\x6c\x9f\xff\xe1\x6f\xaf\xfb\x7d\x0c\x1c\x1c\xdd\xef\xe7\x66\xf3\x0f\x30\x37\x49\x2b\x1e\x03\x51\x3d\x56\xac\x07\x0a\xb5\xa9\x20\xc1\x08\xe2\x4f\x9d\x8f\x11\x1b\x5c\x1f\xfc\x0c\x3d\x8c\x30\x40\x04\xaf\xfb\x5a\x94\xe0\x24\x5b\x08\xc2\x6b\xd0\x5e\x5f\xc1\xd2\xcc\xd6\xf9\x06\x74\xb8\x2a\x8c\x38\x82\x76\x70\xd5\xec\x1d\x11\x00\x09\x32\xa1\x04\x12\xe6\xd8\x90\x18\x2f\x1a\xad\x36\x61\xc7\x4c\x90\xa0\x16\xb3\x24\x8c\x67\x61\xf2\x80\x16\xee\x8f\x89\xa3\xc7\x42\x8c\x09\xca\xdd\x05\xe1\xa7\xa5\xde\x3c\xf0\x2c\x12\x27\x49\x74\x7b\xb9\xe3\xfc\x42\x62\x04\x91\x80\xb4\x89\xb6\x66\xc5\x62\x0e\x42\xef\xa8\xc4\xa7\xba\x50\x45\x96\x5e\x5e\x7e\x83\xc9\xf5\xd5\x07\x33\x29\xfa\xce\x16\xd0\x02\xfb\x80\x8d\x95\x87\xbe\xc8\x5c\xbc\x1b\x78\x71\x60\xbc\xff\x88\xda\x95\x40\xc4\x7d\x40\x3b\xe9\xb5\x40\xae\xc5\x22\x84\x17\x48\xad\x68\x9d\x6c\xec\x90\x2c\x02\xd1\x01\x27\xc1\xcf\xda\xee\x54\xa0\x7a\xc7\xec\x10\x2c\x16\xd5\x3b\x67\x5e\x63\x40\xda\x43\xc7\x68\x06\xb3\xdd\x58\xfb\x1e\x47\x4e\xa4\xba\x38\xa8\x03\x13\xa2\x8b\x03\x77\x11\x6f\xda\x03\x98\xd1\x72\xe5\xa0\x58\xf0\xb6\xcf\x0a\xca\xfe\x00\xc2\xda\xc7\x03\x61\xef\x70\x8f\xa0\xd9\x6b\xfb\xc2\xde\xd9\xbc\x67\x52\x85\x6b\xf1\xca\x7a\xc9\x82\x77\x01\xb7\x40\xa7\xa7\x09\x26\xb8\x09\x0b\x9e\x93\xee\x28\xba\x2b\xc7\x09\x68\xfe\x73\x8b\x14\xd8\xde\x03\xd0\xe1\x6e\x9f\x0f\xa8\x65\xf3\x4a\x9d\xc9\x0b\xee\x14\xe9\x5e\xc3\xcf\x90\x6d\xf1\xa7\x94\x71\x01\xa7\x42\x6b\x66\x02\x4e\x85\xd6\xbd\x06\x9c\x0a\xbb\x05\xe3\x95\xdc\xae\x39\x84\x53\xa1\x6f\x98\x01\x4c\xed\x70\xe1\x80\x76\xb7\x7d\xce\x93\x6b\xc2\x57\xd3\x1f\x2c\xbe\xa0\x39\xa3\x17\xe2\xf0\x33\xef\xbd\x52\x40\x04\x33\xb6\xdb\xff\x29\x2e\x5c\xda\x0c\x00\x2f\xce\x80\x26\x99\x71\xd2\x1f\x1c\x71\x43\xbf\xe0\x2d\x7b\x83\xb3\x2c\x46\xee\xdc\xa1\x1a\x25\xbc\x05\x9c\x93\x21\x88\xc2\x8d\xef\x6e\xc8\x15\x4f\xe3\x4d\x0a\x34\x06\x38\x0f\x6c\x1e\x53\x2a\x84\x2d\x4c\x9f\x0d\xda\x2a\x35\xc0\x38\x16\x5f\x8b\x03\x25\x6e\x3e\x87\xe6\xc3\xea\xc3\xfe\x3f\xeb\x4e\xe9\x99\x43\x30\xef\x3e\xf4\xb9\xf0\x89\xf2\xe4\xc4\x6b\xda\x5e\x5c\x1e\xd6\xed\xc7\xc3\x58\x09\x77\x01\x17\x09\x67\x48\x88\x07\x2a\x59\x4b\x25\xb8\x17\xf8\x1e\x3a\x01\xbc\x9b\xed\xa8\xf3\x87\xcb\xb2\x06\x35\x51\xf3\xa6\xa8\xc7\x09\x1d\x74\xe9\x6e\xa0\x43\xa7\xf7\x6f\xa1\x27\x83\x50\x94\x33\x7a\xcc\x8d\xdc\xa7\x06\x89\x92\x7d\x57\x98\xd0\xf2\xda\xe5\x75\x22\xe9\xa3\xb2\xde\x8e\xb9\x71\x7b\xe9\x32\x3d\x99\xe5\xdc\xd7\xf1\x89\x0a\x7c\xc3\x99\x29\x26\x71\xf0\x74\x9f\xb4\xeb\x68\xed\x26\xd4\xbe\xf6\x3e\x9e\x74\x8d\x94\x34\x9f\x0c\x4c\xf6\x85\x7e\xb2\xc8\x4d\x33\xd5\x05\xec\x35\xfd\x8c\xf8\x1d\xad\xc4\x84\x6b\xc1\x36\xdd\x22\x31\x5a\x31\x09\x04\x3c\x9e\xb9\xc2\x8b\xa7\xb6\xdd\xac\xd8\x02\x1e\x77\xa5\xa4\x92\x15\x6f\x22\x74\xd9\xd0\x78\xd6\xac\x91\xa4\xe7\x05\xfd\xbb\xba\xac\xdc\xa6\x26\xb2\x66\x9d\x57\x3d\x03\xac\x7f\x1a\xa4\xea\x72\xf9\x87\xa4\x51\x4d\x36\x60\x1c\x29\x67\x26\xe2\x60\x9c\x07\x6b\x36\xba\x81\x6b\x0c\x0d\xf9\xbf\xc3\xcf\x50\xa6\x2f\x3f\x53\x0f\xe2\xd5\x27\x3a\x9e\x6e\x10\xf1\x44\xc3\xff\xf3\xd2\xb4\x4c\x01\x15\xb4\x3a\x62\x26\x53\x3d\x2a\x67\xf1\x98\xf0\x56\x50\x0e\xf2\x31\x1b\xb9\x45\x63\x62\xea\x47\x9d\xdc\x93\xfa\x59\x7f\xdf\xa1\xdc\x31\x89\x9d\xf9\x69\x34\x8b\xcc\x69\x2e\xe0\x38\x7b\x8e\x49\x83\xec\xdc\xe7\xcb\x3d\x52\xa1\xdb\xdd\x04\xb9\x4b\x2b\x49\x57\x4f\x47\x4d\xcd\x9e\x59\x6b\xf5\x7c\x61\x9f\xfb\x19\x0b\xe5\x69\x1b\x38\xa8\xbd\xf2\x08\x92\x79\xd9\xf5\x0f\x27\xd0\x4c\xdf\x03\x6f\x8f\x91\x7c\x21\x72\x82\xc0\x40\x0a\x8a\xf9\x62\xd7\x5e\xa4\x36\x9f\xc1\xfb\xbb\xae\xeb\x33\xa8\x4d\xf2\x33\xc4\xb7\x39\x2d\x75\xad\x5e\x68\xf8\x1f\xb8\x64\xfe\x98\xac\x5a\xac\x02\x15\x63\x22\xe4\x25\x94\x54\x79\xcc\x17\xdd\xf6\x22\x85\xf1\x0c\x88\x78\x2f\x1c\x6a\xed\x38\x56\x6d\x22\xe0\x25\xa6\xe5\x08\x55\xad\x1e\x26\x03\x5e\x1c\xe0\x34\x27\x12\xfb\x7a\xc7\xcd\x41\x31\xe1\x17\xb8\xb2\x3a\x56\xe6\xbc\x40\x93\x98\xe3\x85\xb7\xe1\xac\xa0\x73\x92\x46\xbd\x4f\xe5\xab\x9d\x5f\x27\xb0\xab\x2f\x4e\x73\xe1\x60\x34\x2f\xad\xc1\x0f\x44\x02\xc3\x9a\xbd\x78\xf0\x4f\xd8\x3e\xcf\x39\x6d\xfe\x01\xfb\xc3\xc2\x71\x91\x24\x35\xf8\x02\xd3\x5e\x64\x3c\x98\x74\x2a\xf5\x6d\x73\x02\x99\xda\xfd\x67\xb2\x86\xb2\xf3\xd5\xcc\x3d\xb9\xc1\x4d\x8c\xff\xfe\xf7\x49\xed\x38\x19\xae\x62\xc1\xb4\x4f\xdc\x5f\xfd\x7f\x72\x87\x46\xbd\x93\x66\x93\xc0\x5b\x83\x90\xe9\xdc\x59\xe8\x42\x2d\x12\xec\xca\xe2\x31\x51\xde\xc7\x4e\x18\x33\xa1\xae\x2e\xfa\x93\x50\xd7\xe2\x9a\xd5\x12\x9d\x7a\x78\xbe\x58\xb7\x17\xcf\x3b\xa0\xee\x67\x16\x00\x65\x8b\x99\xeb\xd8\xf1\xec\x0e\x0e\x36\xa8\x41\x66\x66\x47\x8d\x91\x48\xd5\xe9\x93\x26\x3c\x4d\xed\xa4\x37\xcf\xce\x17\x44\x23\x90\x6a\xf1\x18\x5e\xa4\x3a\x9d\x2e\x6d\x9e\xf0\xdd\xf6\x4a\x9f\x20\xc9\x67\x35\xcb\x03\x79\xe5\x4f\xb2\x8a\x2e\x9c\xf3\x04\x37\x7f\x3a\x84\x92\xd9\xcc\xc8\x78\x6a\x07\xe7\xcd\x2b\x79\x45\x2d\xbc\x68\xb5\x3a\xfa\x63\x32\x02\x46\x35\x53\xc6\xbc\x20\x49\xdc\xe5\x85\x69\xd6\x25\x65\x5e\xbc\x04\x5b\xdc\xbe\x70\xb6\x2b\xe9\xfd\x98\x70\x5c\x75\xfa\xa5\xc9\xec\x90\x4e\x0f\x36\x91\x1d\x72\x7d\x5a\x7c\x30\xef\x6a\x10\x0a\xe0\x62\xf9\xfe\x62\xd5\x6e\x27\xc0\x09\x4f\xd7\xe2\x33\x0e\x48\xd4\xae\x08\xf3\xa6\xfe\xa6\xba\x01\x1e\x51\x42\xc3\xf3\xa6\xf3\xa4\xe1\xc6\xcd\x89\x2e\x7e\xe3\x62\x1b\x6e\x94\x39\xdb\xfc\xfc\x80\x08\x3d\x03\x9d\x3a\x34\x69\x3e\x79\x13\x13\x95\x89\x3e\x85\xb0\x27\xd1\xa7\x3d\xca\xe6\x03\x86\x2d\x6e\x02\x8a\xb3\x4f\x17\xc9\xb0\xfe\x80\x18\xc7\xdb\xf4\xa1\x7d\x5e\x20\x7b\x21\x8d\x8f\xfd\x42\xd6\x0f\x53\xf9\xfb\x93\x2e\x6e\x31\xe8\xda\x06\xbe\xf5\x03\x6b\x88\xe0\x05\x25\xb1\x61\xdf\xfa\xe5\x10\xbb\x7e\xc8\x21\xfa\x07\xf2\xc6\xa6\x67\xca\x95\x30\x81\x3b\x45\x97\xfb\x80\xbe\x53\xb8\x6f\xfd\x4e\xb4\xe0\x0f\x18\x1d\xef\xe7\x17\x80\xdb\x0d\x7a\x41\xad\x5c\x64\x16\x5d\x1b\x55\xb2\xe2\xb6\xb5\xd1\xd2\xea\x2f\xb6\x82\x51\xaa\xc7\xd4\x3b\xeb\x04\x58\xe9\x26\xa1\x73\x6c\x6d\x94\x9e\xdd\x9d\x50\x61\xe8\x2f\xb0\xcf\xab\x9b\x04\xbc\x98\xa6\x01\xbe\x85\xa6\xa9\x60\x99\x24\xae\x57\x01\x49\x5a\xf8\x05\xcf\xdc\x52\xfd\xcc\x3d\xaa\xfe\x11\x46\xe4\x60\xf8\x85\x30\xa2\x22\xb4\xb0\x0a\xe9\xd1\x32\x54\xec\x38\x89\xff\x45\x37\x5b\x5f\x69\x57\xa5\x3d\x4d\x20\x6f\x41\x4b\x5c\xaa\xbf\xe0\x09\xa3\x4b\xfb\x82\x96\x58\xd5\xdb\xc7\xaa\x09\xe8\xfd\x05\xb8\xdd\xb3\xca\x0a\x3e\x36\x0f\xaf\x0a\x59\xf7\x79\xc6\x89\x22\xf5\xca\x02\xd4\x1d\xce\x5e\xb7\x52\xd3\x6b\x7e\x64\xa6\x47\x27\x19\x5f\x00\xaf\xc3\xf9\xe8\x56\x63\xa4\x9a\x9f\x79\x8c\x09\xc7\x2d\xd4\xcf\x71\x56\x9f\xd5\xb1\x05\x9a\xff\x47\x55\x13\x8f\xaa\xf3\x6e\x2f\x39\xb0\x3a\x87\xe9\x67\x06\x7a\x6a\xe9\x7a\x8a\x22\xd1\xd8\xc1\xe0\x9e\x59\xb8\x12\x38\x35\xc2\x82\x9e\xd6\xd9\x29\xd7\x60\x0d\x2c\xfd\x3f\xc0\x3b\x82\x48\x0b\x7a\xd9\xa2\x93\x7b\x8d\x64\x67\x75\x80\xfc\x39\xc3\xd9\xee\xd6\xa0\xe8\xf2\xa0\x19\xf2\xfd\xd9\x84\x03\x69\xff\x96\x9b\xa0\x88\x37\x83\x41\xb9\x5b\x3c\xca\x17\xd1\xf6\xd2\xfc\x3f\xe5\xad\x39\x90\x39\x7a\x8a\x5b\xc4\x28\xbd\x29\x91\xba\xdc\xb1\x75\x2b\x01\xb0\x87\x89\x4a\x94\xd5\xd3\x42\x40\x6c\x7e\x04\x20\xb6\xf9\x6a\x01\xff\x96\xea\x06\xb9\x45\xdc\x1e\xd6\xcd\x72\x85\xee\xb8\xce\xe6\xbe\x12\x0e\x4f\xf7\x80\x4a\x07\x3a\x53\x16\x03\xc0\x87\x9f\x39\x24\x35\x30\xb1\x50\xdd\xcf\x18\x92\xc4\xff\x02\xb6\x6d\x46\x9e\x8b\xb5\xbb\x85\x2e\x16\x0b\xdc\xf8\x96\xbd\x5e\x6c\xbb\x15\xef\xda\x85\x1e\x86\x9f\x89\xb7\x2d\x37\x16\x6b\xbe\xa9\x45\x04\x44\x15\x9d\x93\x2b\xb1\xad\xbb\x44\xbe\x47\xd5\xb2\x1c\x0b\x11\x52\x9f\xed\xb1\xc0\xbc\x66\x46\x42\x57\x69\x91\x56\x42\xd7\x3f\x95\x10\x1a\x0b\xb0\x75\x38\xad\xe2\xda\x89\x3d\x3c\x67\x3b\x56\x51\x00\x6b\x31\x89\x8f\xb3\x24\x2d\x96\x9d\x74\xda\xa3\xb5\x73\x55\xcc\x9a\x3b\xf7\x93\x86\x48\x2d\xad\x13\xbc\x2c\x16\xf2\xf6\x95\x61\x1d\x98\x56\xdd\x67\xd7\x01\xe9\xec\x85\x87\x52\xb6\x84\x1b\xa0\x4c\xf8\xbc\x90\xa9\xa5\x35\xae\x23\x99\x4b\xe3\x40\x04\x55\x11\xc2\x5f\x47\xee\x17\x7f\x01\xaa\x3d\xf1\x07\x8e\x39\xcb\xe7\x33\x89\xd6\xda\x9f\xe4\x36\x35\x00\x47\xda\x8f\x58\x48\xad\xeb\xf4\x07\xf1\xdf\xff\xc2\x1e\x6d\x8b\xd1\xd9\x56\x66\x2c\x82\x57\xcf\xd3\xc9\x40\x09\x37\x80\xbc\xfa\x66\x5f\x06\x55\x7d\xbe\xe7\x10\xb4\x54\xf0\x45\x18\x4e\x20\xb9\x2e\x30\x8f\x4f\x55\x96\x16\x77\xad\x80\x75\x61\x0c\x16\x9d\xd0\xa3\xda\x90\xb7\x2e\xc0\x6d\x2f\x1c\x94\xa2\xce\xe1\xb0\xa0\x14\x2d\x46\x4b\x77\x01\x77\x8b\xa2\x9b\x00\xc8\x43\xb8\x53\x32\xfa\x07\xf0\x9f\x05\xe3\x0d\x29\xe2\x49\xbb\x79\xe0\x6c\x7e\x81\x9e\x62\x3e\x92\x6e\xac\xb4\x59\xe1\x06\x8d\xde\xd3\x4f\x16\x78\x52\x93\x88\xa1\x72\x79\x83\xf5\x24\x91\x5a\xfa\x87\x17\x25\x8b\xc6\x87\xdb\xc8\xf0\xe1\x49\xc9\xe2\x1f\x20\xec\x7c\x70\x3e\x28\x8f\xe6\x6d\x46\x77\x83\xe5\x3e\xa1\x8f\x70\x96\xfc\xf5\x80\xfd\x84\x88\x76\xfa\x1b\x58\xad\xb4\x53\xef\xe9\x88\x93\xfd\x87\x61\x08\xf8\xed\xcc\x27\x69\xbd\xd2\x8e\xa8\x2a\x95\xbf\x1c\x3b\xbc\x63\x1d\x95\xbe\x03\x18\x7a\x5e\x76\x02\xc3\xe5\xe7\x87\x3d\x8a\xa6\x8d\xec\xa3\x93\x74\x27\xd0\x13\x43\xee\x08\x19\x2f\xa6\x60\xc3\x3e\x16\x4a\xdb\x99\x12\xd2\x11\xa8\x3b\xf2\x88\xdb\xfd\x71\xdf\xe0\x52\xb7\xdc\x23\xb7\xb5\xe6\x71\xdf\xb0\xd8\xe1\x16\x2f\xbe\xe0\x2e\xc1\x91\x3a\x53\x76\xb8\xd3\xda\x63\x79\x4f\x87\x02\x77\x59\x10\x1c\x29\xb8\xbc\x03\x29\xda\x05\x7f\x27\x52\xf4\x3a\xb0\x7a\xa4\x75\x63\x3b\xab\x41\x3a\x9e\x69\x47\x10\x97\xa3\x29\xf7\x42\x2f\x6b\x7f\x40\x9c\xa6\x49\x28\xdc\xc6\x7a\x1f\x59\xc6\x55\x4b\x78\xec\x95\x3a\x1c\xed\xf3\x1d\x59\xc5\xed\x75\xbc\x13\x29\xea\x52\xbc\xa7\xa3\xab\x2e\xb5\x3b\x1c\x0a\xec\x63\xbc\x43\xcd\xea\x68\xcd\x1d\x0e\x06\xf6\x24\xd9\x81\x24\x87\x33\xdd\xee\x50\xb3\x3a\xdb\xea\x0e\x35\x6b\x1b\xa3\xfc\xe5\x14\xda\x11\xad\x1e\xae\x21\xb1\xc3\xcb\xb5\x78\x0d\x1a\xf9\x42\x92\x70\x7f\x71\xe7\xec\x26\xb8\x41\x4a\x48\x32\xee\x8d\x03\xf2\xfb\x84\x4f\x66\xd5\xc6\xa8\x7e\x49\xe7\x1d\xa9\x89\xac\xd4\xdf\xe9\xe3\x6a\xef\x9b\x9d\xa9\x1d\x9d\x3c\x7a\x87\x52\xb4\x3b\xc6\x7e\x4f\x8f\x01\x9d\x95\x3b\x73\x39\x3a\xd8\x67\x47\x29\x48\x5f\x9b\x77\x40\x57\x15\xf3\x1e\x7b\x2a\x45\x3f\x2d\xd0\xdd\x45\xf3\x8c\x82\xe4\x56\x7f\xec\x83\xcc\x28\x22\x99\xa9\xd1\xd9\x35\xf6\x17\x58\xf6\x6a\x5e\x61\x45\x1c\xbb\x55\xef\x83\x37\x77\x6f\xa9\x17\x48\xce\xee\xa9\x8b\x14\x8f\x9a\xdb\xe0\xa6\xd6\xa0\xe0\x84\xda\xbd\x21\x88\xf3\xdc\x60\xe2\x3a\x6f\xea\x17\xa6\x4d\x95\x32\x1e\x3b\x4b\xda\x08\xc2\xec\x13\x45\xd4\x2c\x45\x26\x21\x8d\x57\x77\x12\x60\x7b\x10\x70\x18\xad\x3f\xbf\x40\x2b\x93\x69\x9e\xbc\xd8\xeb\x58\xd9\xa1\xb4\xac\x42\xbb\xfb\xa4\xd5\x55\x1f\xac\x1f\xfe\x17\x8d\x8b\xd2\xd5\x44\x2e\x62\x7a\x29\x8a\xf6\xf5\xb2\xa0\x2b\xaf\xec\x0c\x6d\xb7\x9a\x73\x07\x72\x73\xac\xc0\xbe\xb3\x0b\x0d\x62\xa7\xf4\x34\xb7\x24\x38\xdb\xfc\xc6\x2b\xa0\x1d\x56\xbe\xef\x39\x2a\xbf\x70\x82\x06\x77\x41\x75\xb1\x88\x4e\xe4\xe5\x51\x40\x05\x58\xdd\xc3\xd1\x48\xb4\x16\x13\xd6\xeb\xea\x51\x02\x36\x39\x22\x64\x67\x52\x1b\x27\xcd\xde\x89\x82\x74\x90\xed\x88\x25\xaf\xd2\x26\xec\x27\x7b\x54\x07\x2c\xf8\xed\xb4\xdc\x3b\x5d\x2a\xad\xbc\xdd\x2f\x02\x2d\x8b\xe8\x17\xa5\x74\xd5\xbe\x1d\x3b\xaa\xab\x18\x06\xed\x8c\xfe\x71\x02\xdc\xfd\xe2\xbc\xf9\x85\xd4\xfe\xeb\x99\x5a\x9e\xf0\x0b\x1c\x95\x25\x28\x70\x4c\x95\x42\x6d\xbf\x1e\x3c\x8b\xa4\xc4\x35\x9a\xa6\xbb\xe1\x59\x63\xb8\x09\x50\x05\x5b\xf6\x17\xc6\x54\xe7\x3c\xdc\x6f\x92\xe8\xff\x93\x24\xcd\x1b\x6a\xa1\x6c\x56\xce\xee\x70\x78\xfc\x6d\x3e\xfa\x1e\x36\xa1\x51\x21\x58\xc7\xe9\x6e\x77\xd6\x2a\xb1\x36\x76\x7f\x72\x94\xff\xbe\x38\x58\x8b\xc4\xea\xaf\xe3\x47\xa5\x44\xf8\x87\xf6\xdf\xff\xaa\x73\x46\x1f\x80\x10\xf6\x75\x3b\xa8\x6d\xb2\x42\xf7\x20\xa6\xf8\x74\x41\x96\x15\xb8\x3a\x00\x11\xaa\xee\xb5\x07\x5c\x0a\x6d\x45\x39\x68\x3b\x75\xd4\xc6\xb1\xf1\xec\x29\xfe\xe2\x1d\x86\xef\x95\xc7\xc6\xb3\x47\x18\xe0\xd8\xb0\x58\xf5\x4f\x79\xb4\x0f\x84\xd3\x18\x2f\x1c\x85\x79\x13\xfd\x0c\x30\xa8\xa3\xf1\x28\x3c\x7c\x75\x9a\x1f\x28\x06\x6d\x86\x3f\x18\x1b\x63\x15\xf6\xc1\x84\xcf\x56\x39\x1f\x85\x26\xee\xe2\x36\x79\x1e\xea\xbc\x3d\x6a\x41\x1e\x58\x11\x91\xba\x20\x4f\x6b\x1d\x6c\xd3\x3f\x40\x1a\xe9\xa0\x38\x78\xc2\x4b\xdf\x75\x40\x37\xe4\xa4\x62\x07\x23\x5b\x8a\x7b\xe0\xad\x2e\xfc\x01\x98\x45\x77\xeb\x03\x27\x7c\xf7\xba\x65\xc6\x19\x71\xf8\xd1\xb0\xd1\x75\x95\x38\x98\xbe\xd9\xb1\x32\x47\x23\x89\x22\x19\x71\x29\x06\x1d\x07\x4b\x37\xcf\xe9\x17\xe8\x5e\xa4\x59\x61\xba\x66\x57\x19\x38\xa0\x5b\xfa\x70\x67\x87\x84\x35\xcd\x8c\x42\x71\x0a\xaf\x83\x76\x4e\x33\x1b\x74\x4f\x55\x92\xe4\xc8\x03\xdc\xdc\xda\x99\x49\x4d\x88\xf6\xe0\x09\xde\xdc\x25\x36\x9d\x94\x22\x47\x4f\x1a\x4d\x03\x98\x51\x3a\xb7\x63\xd0\x9e\xa0\x0b\xce\x01\xed\x52\xd5\x65\xe3\x18\x88\x08\x32\xcd\x08\xc2\xb6\x5a\xe6\x78\x8f\xfc\xe2\x30\xf1\x83\x95\x9c\x9d\x65\xf7\x40\x94\xb6\x6b\x33\x1c\x80\x00\xc3\x7e\x83\x07\xe2\x54\x6c\xba\x3a\x50\x04\xcf\x41\x6e\xc7\x20\xc3\x9a\x39\x52\xb7\xb4\x4c\xd3\xcd\x37\xfc\x09\x82\x67\x3d\x2d\x41\xe9\x25\xf9\x76\x40\xbb\x54\xad\xdb\x39\x02\xb7\x13\x09\xa7\x03\xf5\x44\x9c\xa5\xe5\xa0\x76\xc9\xd1\x01\x47\x04\x9d\xf7\xc5\x0e\x89\x33\x96\x3b\x3d\x30\x73\xfa\x82\x61\x27\xd6\x45\x1e\xd4\x07\x39\x26\xff\x80\x75\xb4\x7a\xb3\x13\x57\x74\xb7\xd0\x39\x0c\x51\x35\x07\x5c\x79\x45\x03\xa2\xbb\x1d\x02\x74\x40\xa1\x54\x8b\x9f\x19\x87\x61\x0a\x00\x43\xbc\x36\x50\x0f\xd9\x83\xee\x80\xd7\x9e\x43\xd8\x8f\x15\x24\xc0\x3f\x60\x5f\x4b\xb7\x72\x2c\xca\xd7\xe5\x1f\x70\x72\x09\x5a\x1f\x3b\x87\x24\x8a\x98\xec\xc6\x5a\xb7\x63\xe7\x85\xda\xab\xcd\xc8\x69\xeb\xb4\x8e\x9d\xce\x29\x5e\xed\x9d\x58\x59\x90\xf0\xd8\xc1\xe4\x82\xca\xc7\x41\xa7\x4b\x0b\x49\x28\x78\x5c\x25\xeb\x80\x82\xc7\x25\xd9\x0e\xe2\x12\xc1\xb5\x03\xa6\x49\xc3\x90\xe3\x60\xa1\x47\xbf\x0f\x59\xe2\x4d\x90\x89\x9f\xfd\x3d\x93\x96\x68\xdb\x22\xb4\xc4\x1e\x68\x47\xc2\x18\x33\xd3\xc1\x43\x64\xba\x05\x98\xd0\x3c\x4d\xe7\xef\xbf\xff\xb5\x2e\xc8\x79\xc0\x52\xe9\xec\x06\x07\x0c\x95\x36\x4c\x1e\x27\x04\xc3\xdf\x0a\x0a\x1d\xb0\x4a\x36\x3b\x56\x1d\x48\xfb\x6c\x03\xc9\x71\xc2\x09\xca\x5b\x16\x9a\x9d\xea\x04\xc3\x07\x8c\x90\xb6\x3f\x1c\x17\x27\x54\xe4\xbe\x18\xa9\x7e\x26\xe4\xe2\x85\xca\xff\xa7\x90\xd0\x8c\x42\xf3\x63\xdb\xef\x81\xac\xcd\x61\x0b\xf8\x71\xa1\x66\x80\x20\xd0\x41\x88\x24\x5c\x77\x30\x2b\xb3\x93\x2b\x1c\x37\xb3\x49\xe8\x36\x74\x40\x51\xe3\x6a\x3d\x07\xfc\xdb\x5c\xde\xe7\x60\x7d\x38\x97\xe7\x39\x6e\x76\xa1\x59\x78\xb2\x0b\x2d\xeb\x83\x51\x1b\xbe\x3c\xbc\xfd\xf8\xdc\x7c\x98\xf7\xc3\x87\xd2\x43\x15\x99\x76\xf8\x89\x08\xe6\xb0\x0d\xe4\x64\xa1\x0d\x55\xc6\x1f\xe7\x8f\x30\x5d\x7b\xf2\x84\x09\xce\xf5\x50\xce\x5f\x76\x52\xf4\x43\xce\x9d\xbf\x60\xde\x1f\x09\xa2\xf3\x97\x43\x9d\xfa\x01\x02\x55\x9b\xf2\xdc\xf2\xd8\x50\x13\xc8\x8c\x6c\xdb\xe7\xb9\xf1\xac\xd3\xf1\x7a\x6e\x8c\x78\x57\x8b\xf4\x39\xb3\xae\xef\xdc\x38\xfd\xfe\x80\x0e\x37\x3a\x90\x4f\x68\x3a\x5c\x67\xe2\x44\xb6\x1a\x17\x18\x39\x0b\xd3\x60\x69\xcf\x9c\x85\xc7\x82\x4e\xc3\x33\x43\x21\xc4\xa6\x27\xfc\xbd\x1c\xf4\x7b\x26\xb0\xd1\x99\x7f\x22\xcf\x71\x58\x65\x79\x56\xba\xf9\xf8\x19\xd5\x83\x75\x4d\x3f\x91\x5d\xe6\x57\x3f\x1f\xf0\xf4\xd2\x89\x7b\x22\xbd\x4c\x93\x2c\x39\x5f\xe4\x32\xbb\x6e\xfe\x67\x63\x8a\x4b\x35\xd0\x10\xcf\xe1\x79\xa1\x55\xac\xfb\x99\xaa\x04\x31\xf6\xd9\xb2\x47\xf5\xc0\xe0\x05\x17\xfa\x39\x1b\x49\xd0\x34\xb4\x9c\x6a\xfd\x80\xe8\x05\xeb\x8e\xcf\x4c\xb6\x37\xfd\x43\x72\xa1\xfa\x40\xf6\x18\x57\xe8\x38\x61\x26\x53\xe1\xf1\x71\x76\x5e\x89\x75\x66\x9f\x8c\xa8\x35\x5f\x43\xf7\x10\x56\xa4\x9e\xfd\xc4\xbc\xf8\x03\xd4\x4e\xd7\x6e\x3b\x61\x26\x73\xd1\x90\x13\x0e\x5a\x4e\x67\x7a\x22\xe2\xd6\x99\xe6\x4f\xea\x2a\xcc\x1d\x83\x5e\x91\xd5\x1f\x60\xdf\xe8\x84\x3f\x61\xe2\x72\x35\x84\x33\x71\x88\xa0\xcf\x39\x72\x5e\x35\xe8\xc1\xa5\xd4\x33\x60\xc7\xe7\x03\xa0\x0e\x6b\xe2\x4e\xc4\x27\x38\x1d\xf5\x19\xbc\xd4\xeb\xbc\x3e\x33\x1e\xc1\x34\x31\x6b\xb1\xf5\xb2\x67\xe4\xe6\xf6\x27\xc8\xd5\xa8\x23\xfd\xcc\x88\x85\x4f\x27\x17\x36\xa2\x89\xc2\x3c\x7a\x61\x60\xb5\x72\x06\xf3\x73\x72\xde\xb4\x50\x2f\x48\xa9\xae\x3a\x75\x32\x27\xcd\xf7\x07\x6e\xa2\xe5\x1f\x20\xdc\xbd\xb2\x93\x28\xa2\xff\xa9\xc2\xea\x39\xe1\x3b\x5d\xdd\xff\x62\x7f\x5a\x17\x64\xac\xb1\x3d\xf4\x24\xa8\x31\x6b\x52\x97\x22\x48\x72\x2e\x0c\xc8\xe4\x2d\xea\xd7\xfd\x7f\x0e\xc8\x0d\xe4\x80\xfc\x06\x8b\x7d\xf9\x99\xac\xe4\x0d\xc5\x60\x06\x57\x57\x3a\x11\xcc\xe0\xc8\x94\x73\x91\xb7\xfc\x01\x84\x9f\x70\xfd\xb9\x78\xff\x16\xa4\x39\x19\x93\x6b\x4d\xf3\xb9\x43\xe0\x9a\x48\x66\x38\x36\xfb\xa3\xf2\x6e\xb3\x43\xe3\xb9\x33\xae\x4c\x24\x65\xd6\x40\x2f\xf4\x9e\xec\xec\x1f\x5e\xce\x70\x3d\xaf\xf3\x20\x8a\x76\x93\x80\x51\x2e\xb9\x74\x1e\x14\xfa\x66\x3e\x44\xe9\xba\x82\xf7\x99\x29\x69\x3c\xce\x63\xa2\xfc\x8c\x86\x79\xb0\x78\xa8\x3f\xd8\xd1\x83\xff\x07\xa6\x16\xde\x3c\x0f\x64\xd0\xb0\x50\x38\xb0\xf6\x66\xee\x83\x43\xf0\xfb\xef\xf9\x6a\x8b\xc0\x79\x02\x93\x5b\xc8\x9c\x3c\x6e\x8b\x5f\xc0\x21\xe3\x75\x40\xea\x41\x17\x7a\x3e\xa1\x3f\x1a\xce\x2c\x7d\x22\x54\xc1\x99\x04\x4e\x44\x2a\x18\x88\x9d\x30\x9a\x39\xbc\xe2\x3c\x79\x43\xf3\x90\xce\x5c\x69\x75\x99\x2e\x5f\xc2\x76\x27\x5d\xbe\xac\xaf\x3e\x2f\x8a\x67\xb3\x17\xe1\x96\x0f\xdb\x8b\x5a\x82\xcf\x0f\xc8\x2b\x2f\x00\x7c\xa6\xcf\x97\x27\x0e\x3e\x5f\xae\x7a\x7f\x22\x1f\x8d\xbd\xfb\xce\x17\x7f\xcd\xee\x4d\x8f\xfc\x34\x36\xdf\x9f\xd0\x69\x85\x6f\x79\x27\x4c\x73\xce\x71\x7c\xde\x2c\x4d\xee\x1e\x6e\x54\x5b\x11\x66\x3e\x91\xfe\xd0\xfa\xa3\x13\xb6\x3a\x5b\x19\xce\x9b\xe9\xb6\x34\x84\x3b\xa5\x8a\xc6\x88\x04\x36\x4e\xc7\x7f\xde\x14\x1c\x06\x31\x50\x7a\x39\xed\xed\x79\x73\x03\x14\x93\x70\x93\x46\x7f\xf1\x60\x10\xea\x82\x15\x82\x8d\x7a\x90\xe2\xc6\x01\xdd\xe7\x93\x1b\x42\xd3\xc6\x30\x63\x0f\xe2\xa1\xc2\xd3\x47\xc2\x43\xf5\x92\x4e\xa5\xeb\xf7\x23\x51\x43\x3f\x6c\xd4\xfb\x57\xfd\x00\x65\x9f\xe4\xe1\xc5\x40\x5e\x5b\x0a\x2e\x56\xc2\x70\xc2\x95\x0b\x96\x35\xdf\x97\x2e\x58\xd6\x9c\x7e\xe0\xfa\xe5\xb8\xdd\x24\x79\x52\x17\xa4\x8b\x3e\x55\xce\xb0\x72\x41\x8f\xe6\x8c\xa1\x17\x33\x22\x3a\x5a\xf8\x82\x29\xcd\xa9\x20\xae\x0d\x0c\x25\xf9\x75\xa1\xda\xda\x66\x15\xf9\x85\x58\xdd\xcf\xb8\x37\xa6\x62\xf5\xff\x58\x0b\x6d\xdd\xab\x50\x6c\x0b\x07\x5f\x05\xd1\xc2\xcd\x2f\xf0\xec\xd4\x2d\xed\x82\x21\xac\xfc\xcd\x48\x74\x15\x00\xbb\x9f\x5b\x03\xc3\x9b\x9c\x92\x73\xe6\xee\x1f\xe2\x0b\x7d\x81\x42\x69\xc3\x19\x97\xae\x5a\x50\x33\x45\x53\xf4\xc2\xd3\xee\x34\xae\x57\xe5\x88\x74\xd8\x5f\x15\xc2\x47\xc7\xcc\x05\xc3\xda\x87\x13\xa0\x65\x73\xb0\xe1\x55\x79\x97\xae\x7e\x01\x60\x20\xdc\x00\x77\xe9\x87\x24\xec\x52\xf3\x12\xc0\xaa\x15\xac\x57\xe5\xfd\x44\x37\xbf\xab\xc1\xe3\x5b\x9b\xee\x42\xd9\x34\x27\x26\xbc\xe0\xb2\xe5\xb4\x27\x17\xdd\xa7\x9c\xe4\xe6\xa2\x4d\xca\x65\xf5\x2e\xa8\xb4\xec\x25\x73\x75\xec\xd2\xe2\xff\x09\x14\x3d\xa8\xce\x8c\x75\x9a\xb6\x9e\x2b\xe1\x1f\x92\x7b\x35\x2f\x2c\x90\xfb\x19\xc5\xa0\x91\x49\x38\xeb\x82\x77\xbf\x93\x20\x5c\xc8\xbd\xe2\x4c\x9a\x17\x8b\x66\xd8\x5e\x77\x21\xf9\x8a\x9d\xdd\xae\x91\x9b\x50\xc3\x18\x40\x00\x3f\xb7\x08\x2d\x57\x37\x4d\x38\xf1\x3d\x0d\xcc\xc5\xd2\xdc\x01\xb1\xa5\xda\x8b\x1c\x83\x3e\x08\xe8\xc6\xbd\x74\x50\x50\x59\xba\x5d\x80\x8e\xae\x36\x77\x05\xe7\x59\x04\x04\xf1\x80\x80\xe2\x45\xf5\x94\x0f\xc7\x0b\x81\xa8\x4e\xee\x76\xbd\x38\x6e\x76\xb3\x1b\x5c\xf3\xad\x82\xbd\x80\xd4\xaa\xd5\x4b\x17\x93\x0d\xba\x44\xde\x05\xe8\xf6\x59\x98\x49\x09\xac\x5b\xe3\x85\xcc\x29\x4e\x26\x78\xad\x8c\x1c\xd1\xa8\x98\x01\xda\x36\xa8\x6b\x71\xe5\x34\x8a\x34\x94\x09\x3f\x5e\xd0\x71\x39\x1d\xe1\xb5\x88\x4e\xdd\x40\xae\x9c\x5f\x98\xec\x53\xe3\x46\x0d\x5c\xd7\x18\xb8\x5e\xf0\x56\x1d\x1a\x72\xa1\x6a\x99\x9d\x35\xaf\x9d\x2e\xaf\x52\xa3\x5d\x34\x9c\xb9\xc2\xdd\xb5\xf3\xae\xa3\x2e\xa9\xd1\x72\x51\xbd\x0b\x96\xb3\xcf\x3c\xc0\x99\xde\x6e\x58\x17\x7d\xe7\xed\xdf\x7f\x1d\x5c\x2b\xad\xc5\xc1\x51\x49\x1f\x72\xc1\xb2\xd6\xbc\x14\x07\x2f\x12\x82\xc5\x17\x9c\xe5\x5d\xa1\xe9\x62\xda\xe6\xf9\xe9\x93\x76\x53\x41\x9d\xeb\x44\x11\x0e\xcf\x64\x82\x29\xa1\xb9\x8b\xe5\xcb\x3e\xd2\x80\x68\x4a\x17\xf4\x0b\x5a\x2b\x07\xd3\x5d\x48\xec\xec\xdc\x3e\x17\x03\x43\x6d\x9b\xbd\x4e\x1e\x6d\x16\xc3\x27\x4e\x0d\x1f\x6d\x48\xee\xe7\xec\x0b\xd7\xc9\x99\xed\xfe\x01\xfb\xca\x07\x17\xd0\xd6\x57\xb0\x03\x6d\x19\xaa\x5f\x48\xf6\xe7\xb8\xfc\xeb\xe2\x18\x44\xf3\x95\x51\x0a\x1a\x14\x54\x57\x36\xbc\x5e\x84\x52\x5e\xdb\x8b\x1e\x43\xab\xff\xe9\x1c\xba\x12\x20\x98\x1e\xaa\x43\x3d\x69\x30\x16\x3a\xe3\xcb\x75\xf1\x20\xf2\x39\x73\x13\xc7\x4b\xd3\x75\x21\x56\xf4\x23\x0e\x6f\x6e\xaa\xf0\x17\x10\x7f\xe6\xae\x9b\x8a\xe8\xf0\x17\x5c\x38\x8d\x09\x6e\x52\x4e\x29\x71\x01\x7b\x35\x27\x7a\xba\x88\xbd\x7c\xb4\xc1\x61\xbf\x7c\xfe\xe7\xba\xf9\x7f\x0c\xca\x0b\xcf\x02\xbc\xae\xc6\x73\x65\x6a\xea\xe5\x1f\x90\xbe\xc0\x90\xe5\x81\x8d\xd4\x22\x1d\x55\x31\x8c\x68\xaf\x84\x62\xba\x8b\x5c\x0f\x4b\x63\x6a\x0c\x0f\x75\x41\x16\x67\xac\x92\xe6\xd3\xf4\x81\xef\xa4\x61\x14\x9c\xae\x9c\x89\xf2\x82\x85\xd4\x61\xf6\x17\x9c\xb0\x9c\x0f\xe8\x7a\x20\x05\x24\xba\xee\x5f\xae\x53\xe8\x87\x24\x71\xea\x07\xa4\x25\xd5\x2c\xde\x3f\x9e\xae\x4b\xcf\x80\x3c\x9b\x5b\x84\x7d\x40\x43\xbc\x61\x1e\x75\x22\xcb\x1b\x25\xd2\xac\x52\xbb\xe1\x19\x6f\x7b\xc3\xbd\x51\xaa\xa8\xbd\x8d\x67\x8c\x09\x20\xaa\xd3\x65\xe6\x06\xaa\xb3\x34\xbe\x99\xd4\x5a\xa7\xe0\x8d\x1c\xd6\x76\x08\xb8\xb7\xdc\x9e\xee\x11\x28\x4f\xa8\xf0\x2e\x2c\xb6\xa7\x19\x80\x7b\x94\x73\x91\xdc\x25\x0f\x2d\xcd\x19\xb4\x86\xf6\xbe\xbe\xa1\x35\xb4\x03\xca\x8d\xfc\x2c\x5b\xf5\xff\x38\xc8\x25\x72\xee\x82\x43\xce\x53\x50\x78\xa8\xb9\x7d\xe0\x40\x1d\xab\x77\x39\x91\x55\xc3\xed\x63\x84\x92\x37\x77\x21\x23\x7b\x40\x54\x5b\x69\x86\x98\xef\xda\x88\xea\x06\x0a\xac\x36\x51\xdf\xa9\x93\xf4\x24\x13\xf6\x49\x30\xdf\x2f\xec\x9b\xc6\x60\x77\xc5\x2a\xeb\x94\xbd\x53\x25\x69\x36\xa9\x64\x3c\x8d\xa9\x92\x46\x91\x00\x95\xe3\x07\x16\xde\x30\xae\xda\x35\xef\x6e\x3c\x64\xb5\x5d\x6f\x66\xc0\x76\xdc\xd2\xdd\x98\xe5\x46\x5d\x20\x64\xd4\x3e\xb8\x37\x42\x46\xdb\xe7\x7f\x0a\x2d\xbf\xc0\x5a\xb7\xb6\x75\xdd\x69\x4d\x35\xb3\xc2\x5a\xea\xdb\xdb\xcd\xa0\x50\xa7\xe4\xbf\x3b\xf1\x89\xfa\x40\x69\x34\x23\xa8\x9b\x1a\xc7\xe2\x67\x9e\x78\x3a\xd8\x6f\x20\xcb\x61\x24\x70\xc3\x9a\xea\xa0\x89\x7b\x24\x4d\x5a\x6d\xf8\xe2\x87\x0b\x6e\xde\x08\x13\xf5\x1d\xe4\x1e\xbc\x94\x48\x71\x7a\x0f\xf2\x93\x46\x35\xb8\x16\xfe\x1f\x86\x20\x8f\x1a\xee\x50\x8e\x4c\xb9\x83\x3e\x13\xba\x83\xde\xa8\xfd\x61\xff\xe8\x3b\x68\x5a\x97\x2e\xe0\x0e\x6a\xff\xd7\x9f\x62\x86\x6e\x54\xad\x75\x62\xda\x1b\xe9\xf6\xec\x20\x7b\xcf\x17\x04\x38\x9e\xf9\x86\xfa\xd0\x0e\x8e\x37\x40\xe1\xb2\x87\xf9\x0d\x0c\x68\x75\xdc\x3d\x73\xd6\xfd\x03\x26\xd9\xcf\x2c\x0b\xe2\x1d\xb3\x72\x8e\xc5\xce\xb0\x5a\x1a\xf9\xde\x8b\xfb\xc3\x0d\xd0\xf4\x20\x8d\xdf\x0d\xc0\xe6\xba\xb6\x37\x12\x87\xb8\x82\xd3\xbd\x48\x81\xc6\xcc\x7c\xd2\x76\x0a\xb9\x77\xc0\x31\x8b\x35\xd4\xf8\xb0\x4a\xfe\xde\xc9\x8a\x96\x73\x70\xa5\xb2\x63\xcb\x0d\x44\x58\xed\x23\x74\xc3\x84\xf9\x91\xe4\x07\x2f\x8f\x02\x32\x37\x4c\x96\x36\x03\xdd\x4c\xff\x6c\x77\x85\x3b\x21\xa1\xc5\xc2\x81\xca\x57\x66\x0c\x18\x2d\x3f\x87\xc1\xb1\xa3\x50\x89\x7b\xa0\x98\x90\xb2\xec\x86\x8f\xfa\xb2\xfb\xf4\x7d\x50\x7a\x8b\x93\x0e\x62\x29\x3d\x9f\x9c\x27\xe9\xa5\xee\x33\x47\xa1\x71\x9f\x1c\x85\x68\x60\x44\xa6\x0b\xd6\xde\xd0\xbf\xd9\x40\x76\x23\xfd\xb3\xbd\x5b\xef\x93\x27\x9e\xa0\xf3\x4d\x2f\x76\x1b\xea\x6f\xe4\xcc\xf3\xad\xe4\x4e\xc8\x58\xdc\x24\x75\x8a\x9a\x7a\x42\xc6\xe5\x16\xc9\x90\xcb\x44\xf3\x82\x59\x3c\x2c\x82\x11\xf3\x30\xcb\x92\x99\x6a\xe8\xe3\x3e\x92\x07\x11\x93\x9f\x9b\xfa\x7d\xa1\x1c\x96\x89\xbe\x50\xcb\xd8\x2c\xfb\xe2\xab\xed\xa3\x87\xbc\x6f\x5e\x21\x3e\x6f\x90\x6a\xd1\x44\x55\x95\x57\x1b\x5e\xe5\x86\x47\xf7\x83\xb2\x34\x3f\xff\xff\x72\x83\xbd\x7a\xef\x07\x9b\xc6\x14\x31\x39\xb3\xab\xa5\xde\x4f\x52\x20\x92\xe0\xcf\xd5\x9c\xa9\xec\x7e\x20\xba\x3c\x6f\x0f\xcf\xf2\x7f\x13\xfb\xfc\x98\xfa\xa8\xea\xb9\xa0\xd8\xdb\x4f\xcf\x84\x3b\x1a\xc3\x83\xf0\xc3\xf2\xf9\x20\xd7\x7a\xea\x07\x5c\xb2\xbb\x3f\xe0\x85\x33\xfc\x03\x15\x1e\xe1\x2f\x72\x71\x4d\xd4\x83\x7b\xb9\xbe\x80\xa5\x73\xb8\x0a\xfb\xb3\x41\xe9\xad\x7d\xf6\xc0\xa9\xdc\x9b\xe2\x41\xe9\x0f\x7b\x20\x3e\x1b\x34\x20\x9a\xc8\x87\xc1\x85\xd6\xd4\x3f\x4c\xc7\xe1\x9b\xd6\xb3\x25\x87\x6a\x9c\x1b\xdd\x36\xdc\xc7\x8b\x82\x6a\xd5\x5a\x3c\x40\x3d\x5d\xb8\xec\x29\x70\x49\x14\xae\x7b\x58\x86\xcc\xc5\x72\x1f\xa0\x9c\x65\x0f\xe6\xa7\xa4\x58\x76\x93\x49\x84\xdf\x80\xfd\xc0\x13\x83\xbc\x74\x8e\x86\x7a\x98\x97\xce\x72\xf9\x29\xbc\x1f\xea\x3c\x7d\x90\x22\x79\xd9\xf3\xf6\xa9\x98\xca\xe5\x67\xf2\xe8\x9f\x9c\x14\x1e\x1a\x73\x9d\xea\xf2\x61\x91\x5a\x57\x0f\x7f\x12\x28\x49\x46\x3e\x2f\x50\x2a\xce\x41\xf5\xd4\x9c\x57\xad\x4d\xea\xc3\xa6\x7f\xb8\xb1\xb8\xfe\x82\xbb\x4a\x83\x6e\x64\x06\xb1\x13\x70\x8f\x4b\x39\x3f\xb4\xac\x3a\x1e\xf1\x61\x19\x33\x6d\x9a\x87\x6e\xdd\xae\x83\xfb\xb0\x8c\x99\xbd\x0c\x1e\x98\x5a\x6d\x1f\x78\x12\xd6\x4c\xff\xf0\xee\x54\xab\xe2\x9f\x4e\xad\x5f\xf3\x0b\xb9\x94\x5a\x3a\x78\x89\xd9\xdb\xe2\x61\x49\xd8\xcd\x44\xe5\x52\xfa\x87\x94\x78\x1a\x67\xe7\xda\x6a\xaa\x53\xa3\x26\x41\xfe\x8c\x94\xf4\xfe\x81\xc0\x5c\x7a\x97\x07\x8e\x63\xd6\xdf\x3e\x70\x15\xb7\x1e\xe6\x19\xdc\x16\x3a\x75\x1f\xe6\x8f\xb3\xdb\xc2\x33\x2e\x7c\xe1\x16\x10\x19\xec\x61\xa0\x4e\x9a\xbd\x60\x9f\x80\x65\x5d\x50\xfd\x41\x04\x61\xd7\x61\xf4\xc0\x73\xfc\xb3\x05\x62\xc7\xb3\x26\x16\xb9\xde\x6c\xde\x7d\x18\xff\xe7\x24\xa2\x4f\x24\x3e\x14\x85\x2f\x18\xea\xf6\xcb\x7d\x60\x5b\xfd\x6c\x00\x80\x23\x5b\x46\x9f\x99\x8b\x2f\x92\x91\x0c\xce\x59\x4a\x9e\x89\x49\xf2\x1e\x43\x6a\xe2\xf5\xed\x81\x77\x50\x7f\x40\x8d\xaf\x94\x76\xcf\xa4\xb7\x67\x73\x17\x39\x0a\x13\x01\x9e\x17\xd8\x7f\x56\xae\xad\xbe\x40\xd4\xa1\xf5\x7e\xcf\xe2\xd2\x5a\xfc\xac\x1c\x86\xa8\x58\x54\xfc\x58\x20\xad\xdc\x9a\x7e\x83\xfe\x02\x7e\x61\xa2\xe4\xa4\xf7\xc5\x22\x13\x7b\x6b\xa1\xea\xc7\xfa\x2c\x2f\x6b\xb3\xb9\xa4\xea\xb3\xa7\xe8\x56\x27\x48\xf8\xe6\x0b\xfa\xb3\x43\x74\x0b\x09\x3c\x70\x4e\xb3\x8a\xe0\xd9\x29\x51\x2c\xbb\x59\xf6\x63\x6d\xfe\x02\x2c\x62\x11\x07\xc5\xdd\xfa\x6c\xad\x3d\x89\xd2\xdc\xd0\x88\x6a\x67\x8c\xe7\xc0\x0d\xd6\x93\x07\xdf\x33\xeb\x02\x9f\xa3\xbf\x2b\x6a\x26\xcb\x2c\x18\x52\x00\x3d\x07\x79\xc0\x44\x21\x2f\x86\xf5\x08\xcf\xc1\x25\xef\x7e\x81\xb7\x6c\x21\xbb\x07\xc1\x84\x36\xbb\x3e\xc8\xf1\xf6\x91\x41\x27\xf9\x54\x5c\x76\x22\x16\xd7\x3b\x81\xb1\x85\x76\xde\x78\xa0\xc8\xf3\x15\xf4\x39\xe9\xcf\x25\xfd\xcd\x73\x52\x27\xaa\x7b\xf1\x73\x71\xee\x45\x02\xd4\x6a\xbe\x93\x3e\x48\x3a\xf1\x99\x86\x2b\xf9\xc1\x1f\x40\xa8\x79\x1e\x2f\xca\x2c\x4b\x7b\x78\x84\xf9\x26\xff\x40\x0d\x66\xbf\xfd\x07\x06\x48\x47\xfd\x3c\x54\x7a\xd5\x3f\x65\xf4\x79\x60\x6c\xdc\xec\x0b\xf2\xa4\xb5\xd1\xe0\xe5\x86\x66\xd2\x1c\x0e\xc0\x66\xb0\xfc\x40\xc3\x65\x8f\x99\x07\x1a\xae\xcf\x99\xff\x90\x9b\x75\x13\x7c\x60\x6c\xb4\xf7\xf0\xf3\x90\x71\x34\xde\x87\x8c\xe3\xff\xc7\x7f\xff\x0b\x27\xaf\x7a\x80\xe8\x3e\x8e\x11\x0f\xf4\x53\xce\xb4\xf0\xb0\xbc\x86\x03\x3e\x1f\x66\x9f\xb0\xab\xc7\x03\x84\x27\x23\x45\xfc\x60\xac\x9c\x72\xc2\x89\xdf\x8f\x34\x4e\x3d\x93\xa6\xa2\xe7\x97\x26\x25\xbf\x8d\xdf\x0f\xda\x96\x7f\x8b\x18\xbf\x1f\x58\xf9\xdf\xa4\xc5\x0f\x80\x6e\xca\x0c\x17\xbf\x1f\x57\xbd\xeb\x99\x52\x61\xf3\x0b\x58\xf5\x7f\x6c\x12\xbf\x8d\x14\x85\x9e\xa1\xe5\x2b\xa2\x00\x76\xca\x4d\x76\x94\xf8\xa1\x50\x5b\x6f\x7e\xc6\x2c\x35\x0d\x01\x7e\x6b\xbd\xa9\x43\xa8\xb4\x7a\x13\xc9\xb4\x5b\x7e\x9e\x41\xd0\xbf\x83\x31\x7e\xac\x2a\xab\x43\x20\x7e\x70\xf1\x9f\x32\x15\xc5\x0f\xf5\x2f\x94\x2a\x33\x7e\xc8\xa5\xa6\xfb\x48\xfc\x0a\x64\xbe\x27\x09\x2a\xa8\xe1\x49\x64\x1e\xb4\xb5\xa9\x4b\x64\x83\xe8\x4d\x73\x00\xdc\xd5\x9b\xe6\x08\x6e\x71\x9b\x3c\x60\xe2\x57\x73\x52\xb4\x8e\x2c\xaa\x16\x9e\x85\x9a\x0b\x23\x22\x98\x09\x4d\x09\xb4\xe2\x47\x28\xd5\xd4\x44\xcb\x61\x6a\x58\x2d\x7b\x15\x19\xc8\xdb\x3b\x65\x68\x89\x5f\xe3\x26\xf3\x62\xb1\x6e\x9a\x8e\xe4\xf8\xb5\x74\xbf\xf3\x27\x07\xdb\xd0\x50\x1a\xef\x49\x6e\x82\x67\x76\x17\xe1\x1d\x0c\xd2\xf5\x02\xcb\xc8\x86\x19\xa0\x53\xd8\x15\xad\x38\xea\xca\x2a\x4e\x3a\x7e\x30\x1e\xf6\xae\xff\x47\xb6\xa0\xa1\xc3\x7a\x38\x55\x9b\x38\x7e\x48\xaf\x30\x55\x92\x37\x7e\x48\x10\x56\xbd\x2f\x46\xce\xa6\xbf\xb8\xf9\x85\x3b\xa1\x5e\x48\x0b\x02\xfb\x60\xf3\xff\x4c\x75\x2b\xad\xe1\x2b\x08\xd8\x82\xbf\x80\x25\x76\xf8\x19\x65\xb6\x36\x4d\x0c\xcb\x93\x7d\x9e\x29\x60\x3d\x53\x2c\x57\x16\x1e\xf8\xe4\x6e\x57\x97\x33\xbb\xd4\x4c\xa1\x7a\xfd\xcf\x53\x0b\x7f\xf5\x61\x26\x62\xbe\x83\x25\x92\xe0\xba\xa5\xca\xa7\xf1\x5b\x64\x99\xe2\x17\x68\x97\xed\xfe\x81\x27\x76\xf1\x27\x64\x2a\x0f\x03\x48\x63\xf5\xcf\x0f\x90\x39\x9f\x26\x78\x4b\x28\x7e\xe1\x61\x13\x62\xb2\x9d\xea\xcf\xee\x1f\x10\xc4\x58\xfd\x0c\x59\xff\xf9\x1f\xf1\xaa\x9f\xff\xb1\x37\xba\x56\x17\xda\x9f\x6e\x9e\x3c\x52\x46\xfc\xc5\x44\x14\x3f\xe8\x8a\xe6\xcf\xdb\x97\x90\xa2\x8b\xff\x8e\x9c\x36\xcd\x3b\x13\x18\x84\x27\x16\xd6\x41\x55\x1b\x8b\x1f\xfc\xb2\x94\xa2\x3f\x7e\xc8\x67\x20\x93\x67\xfc\x0e\xa6\xb3\x57\x83\xe7\x44\xf8\x84\x06\x74\x52\x3c\x78\xe7\xc2\x1f\x5d\xd6\xe8\xf8\xc1\x83\x5c\x36\xd3\xf8\x5d\x1c\x83\x37\xd9\x35\x49\xa2\xdf\xc0\x32\x79\xd7\x31\x8a\x2e\x4c\x33\x3c\x8e\xba\xf9\x99\xe7\xbf\xf7\xd4\x9d\xab\xa6\x0f\x10\xf4\x36\x7f\x16\x40\x3c\x61\xbd\x65\x1e\x96\x43\xf3\xf3\xce\x79\x14\x4d\x0f\xbb\xfc\xf7\xc2\xf6\xa3\x8c\x13\x7f\x6e\xf4\xd5\xd1\x79\xb8\xfd\x52\x96\x84\x7e\xe0\x16\x11\xbf\x6e\x69\xd2\xe9\xfe\x64\xf2\x8d\xa6\x1f\x38\x11\x7e\x4e\x7e\xf5\x17\x1c\x57\x31\x59\xd0\xd3\xe9\x0c\xdc\x52\x65\xa1\x3e\x37\xb6\xe8\xff\xf7\xf7\x8c\xfc\x77\xb9\x8b\x0d\x55\xa3\xfa\xf0\x73\xca\xd0\x7f\x13\xb7\x15\x3a\x77\x7d\x7e\xa0\x7b\xb8\x5a\xc4\x91\x26\xf5\x66\x6c\xac\xc7\xb4\x3c\xca\xd4\x26\x14\xbf\xc1\x3e\xb4\x7c\x5b\xe1\x2e\xf4\xd4\xbd\xa7\x5a\x28\x48\x21\xb6\x4a\x71\xe4\x2f\x10\xa5\xa6\xd8\xb9\xd8\x2a\x8f\x93\xea\x17\xe8\x4d\x28\x22\xe0\x7a\xbd\xc9\x85\x27\x36\x9a\x35\x74\x49\x8d\xad\x41\x80\x49\xc2\x6d\x8d\xa8\x74\xf8\x8b\xac\x7c\x22\x0e\xc0\xf9\x23\xab\x62\x6c\x08\x1a\x93\xbd\x2a\xb6\x4e\x08\xe5\xd5\x63\x25\xcf\xe5\x26\x3b\xaf\x5b\x62\xec\xad\x27\x97\x69\xae\xe0\x8c\xdd\x87\x9f\x81\xc6\x43\x33\xd3\x79\x9c\x57\xff\x00\x4f\xa8\xe5\x67\x32\xb6\xc7\x45\xd3\x48\x75\x8b\x3c\x7e\x3c\x75\x8c\x23\x53\xee\xc8\xd8\xe0\x6e\xdd\x43\x44\xbe\x87\x60\xad\x3a\x1b\xb6\x41\x1a\x35\x4c\x5e\xff\xc3\xff\xa3\xf2\xda\x74\x07\xf4\x13\xf2\xa8\x59\xde\xc8\x83\x1e\x9c\x58\x91\x8c\xa0\x30\x05\xb7\xc7\x16\x84\x2c\xde\x27\x38\xcf\xc2\x6b\x39\x39\xf3\xc2\x4d\x1b\xc2\xaf\xba\xd9\x61\xf2\x08\xf5\x18\x27\x6f\x35\x6e\x12\x95\x81\x7a\x88\xe8\x99\x31\x61\x7a\xa6\x0a\x43\x82\x7f\x83\x6d\x43\xfe\xaf\xb1\xe5\x55\xda\x12\xe4\x3d\xe1\xaa\x34\x9c\xb1\xc1\x7b\xa5\x7b\xe3\x2c\xca\x0b\xf3\x17\x8a\xfb\x28\xc1\x44\x6c\x2b\x97\x52\x0c\xb6\x88\x88\xbc\xf8\x70\x2d\xae\xde\xfd\x7b\xce\x83\x9a\x80\x75\x63\xfe\x4c\xf5\x8e\x61\xce\xbf\xdc\x8c\x62\xe3\xd9\xa7\xa3\x62\xcb\x0b\xb0\x65\x20\x2e\xc0\x4a\x22\x10\x1b\x7c\x5b\x96\x6e\xc0\xb1\x1d\x0c\x93\x5c\x1a\x02\x2f\xb8\x53\x14\x1f\xbc\x4c\x7a\xd6\xe0\xf6\xab\xca\xff\xb1\xbd\xf7\xd9\x29\x4d\x4f\x6c\xbc\xbf\x0a\x7a\x6e\xac\x30\xbe\x2c\xd1\x4e\xf8\x6c\xb8\x87\x93\x3d\xfa\x7f\xaa\x55\x2c\x22\x19\x36\xbe\x2c\x5c\x4e\x92\xa0\x51\x22\xc9\xf8\xf2\x18\xe0\x46\xd2\xbd\x4e\x17\xd5\x99\xde\x10\xbc\x10\x4f\x7f\xd0\xb1\x47\xfd\x01\xf5\x00\xde\xe5\x70\xd9\xed\x42\x80\xdb\x45\x50\xa9\xdb\xd9\x76\x91\x15\x9a\xdf\xe0\xc1\x60\xa2\xdf\x23\xb2\x35\xef\x6a\x24\x6a\xec\xe6\xdf\x9b\xba\x6c\x4d\x0b\x73\x86\xbb\x4b\x64\xcb\x51\x11\xca\xd8\x78\xc7\x5d\x6e\x8f\xb9\xfc\x34\xc6\xf7\xce\xdb\xaa\x59\x91\x55\x77\x7c\x1b\xdb\x50\x76\x47\xf5\x56\x62\x7b\x28\xb2\xbd\x92\xf0\xb1\xe8\x96\x5c\x88\x3a\xef\x3e\x68\x1e\x52\xe0\xf7\x91\xfc\xc1\x87\x04\x6c\x12\xca\x70\x11\xe5\x47\x39\xa6\x2d\x5c\xde\x03\xb9\x2a\x9a\x2a\xca\x8f\xf8\x51\x93\x58\x7e\x38\xf3\x97\x5e\xd8\x30\x67\x5a\xe8\x42\x4f\x58\x69\x42\xa3\x6c\x29\x46\xfc\x06\x15\x38\xc2\x3a\x65\xcb\x85\xf2\x1b\x18\x95\xa4\x40\xd9\xa8\xb3\x0b\x7f\xf1\xb0\x09\x51\xc5\x34\x30\x52\xf3\x45\x41\x86\x40\x85\x7d\x44\x41\xd9\x19\xa5\x29\x8f\xc2\xac\x2f\x4a\xa1\x19\x05\xa5\xbb\x95\xb5\x3f\x0a\x1c\x19\x54\xa8\x35\x4a\xde\x2a\x75\x25\x29\xb8\x55\xaa\x9c\x67\x14\xdc\x2a\x15\x5c\x15\x05\x8e\x0c\x53\x0a\x97\x28\xc8\x13\xa3\x5c\x0c\x51\x2a\x22\x85\xc5\x8d\x85\xd9\xb7\x15\x54\x16\xa5\x26\x47\xfb\x0b\x64\xf7\xab\xee\x12\x22\xdd\x8b\x85\xe2\x32\x4a\x30\x15\xa5\x11\x12\xe8\x24\x2c\xcc\xa6\xfd\xf3\xe2\xb0\xe0\xa1\x94\x67\x51\x98\x73\x50\xca\xb3\x28\xc8\x9f\xad\xa2\x79\x51\xde\x5b\x6a\x55\xc9\x90\x28\x0d\x91\x8a\x92\x5e\xe5\x45\x00\x7d\xfc\xfc\x0c\x7b\xb7\x47\xc9\x8c\x84\x52\x8d\x45\xe9\xac\xae\xa6\xc5\xef\x94\x0c\x3a\xd9\x4a\x4f\x16\xf4\x1b\xef\xda\xaa\xfc\x5a\x14\x1c\xe7\x0a\xc6\x8a\x02\x03\xc0\x92\xea\x2b\x0a\x7c\x68\x87\xd9\xa7\x13\x3b\xeb\xa8\x2b\xcc\x7e\xad\x6d\x55\x7a\x12\xa9\x99\xee\x0f\x00\x9d\x3e\x60\xf1\x6e\xe9\xeb\xa2\xc0\x00\x50\xbd\x34\x2f\x1e\x68\xbf\xee\x0f\x08\x5a\xcc\xa0\xf0\x8c\x90\x37\x61\x94\xc1\x7b\x59\xf1\x0b\x0b\xfe\x58\x7e\x26\xb4\xea\x7f\x49\xac\x10\x25\x88\xe5\x74\xa7\x2a\x81\x7c\xae\x9e\x76\x58\x03\x54\x6b\x2d\x4a\xe4\xae\xd4\xc2\x05\x81\xb7\xe7\xe0\x45\x14\xb5\x78\xc8\xb0\x07\xc8\xad\x26\x0a\x22\xab\x86\x47\x14\x44\xac\xba\x65\x15\x64\x9a\x51\xa1\xc1\x28\x30\x0f\xa8\xfe\x55\x14\x98\x07\x54\xa2\x2b\xca\xa4\x78\x94\x7c\x2e\x2f\x00\xe9\xc3\x3b\x08\xf1\xdf\x9b\xaf\x34\x25\x95\xfb\xa6\x69\x12\xb8\x79\x1a\x16\xfb\x10\x0d\xa9\xbb\xf7\x42\x2d\xf0\xbb\xd9\x91\x65\x57\xe4\x6e\x11\x85\x6a\x76\xdd\x47\xca\xce\x16\xd5\xc0\x4e\x22\xfd\x3e\x65\x78\xf7\x0f\x38\x86\x04\xf5\x0a\x33\xf8\xc5\xe7\x87\x24\x5a\x44\x22\xf7\xb4\xa2\x0d\xa2\x1c\x84\x2c\x1e\xf7\xc1\x03\x5f\x13\x03\x6f\x89\x61\x09\x7b\x50\x25\x33\xfd\x03\xab\x2b\xf9\x83\x85\x0f\xdc\x03\xcf\x0d\x51\x00\x8d\x79\x55\xe4\x7b\x94\x93\x17\x56\xcf\x1b\xbd\x5f\xbd\xfa\xc8\x3c\x33\x2c\xa1\xe1\xd9\xf0\x99\x36\xa8\xcc\x87\x05\x4f\x7a\x36\x4c\x7f\x40\x65\x97\x6e\x23\xe5\xe4\xf1\xad\x0b\x4e\x01\xe6\x18\x1e\x04\x0b\x55\x7f\x9e\x39\x0b\x1a\x04\xa2\xac\x7d\x59\x29\xac\x42\x6d\x8c\x5d\x50\x0b\x30\xcc\x2c\x17\xaa\x63\x08\x00\x17\x96\xf6\x33\x22\x2e\x37\x7b\xd0\x3a\x30\x9f\x9e\x15\xbe\x05\x55\xa4\xab\x37\xd5\x0d\x5f\xe9\xcf\xff\xf0\x00\x37\xcb\x3f\x14\x13\xee\x21\x21\x42\xf5\x0f\x60\x2f\xcf\x0a\x20\x82\x55\x42\x05\x08\x61\x78\xcf\x3c\x54\x45\x08\xb4\x97\x27\x83\x22\xdc\x22\xf3\x7c\x8a\xc6\x07\x05\x0d\xbd\xef\x1f\x0a\x43\xb5\x50\x59\x66\xda\x1a\xd8\x9a\x20\x41\x80\xb4\xc2\xd1\x72\x7c\x5e\x38\xf8\x85\x5f\xe0\x7d\xd7\x5f\x6c\x3c\x99\x74\x40\xd7\xc4\x11\x9f\x1f\xc0\x30\xd5\xcf\x9c\x88\xaa\x67\x46\xc4\x4f\x3d\xe3\x40\x77\x97\x50\x54\x2b\xcd\x77\xd4\x8d\xb6\xab\x4f\x83\xef\x2e\x93\xd3\x40\xd4\x92\xc3\xd4\x17\x28\xdc\x6c\x3d\x72\x45\x96\x62\x95\xd3\x8a\x5a\x78\x3f\x0a\xff\xc0\x13\x5d\x38\xba\xa2\xe8\xc7\x68\xee\x02\x99\xc3\x97\xff\x3f\x60\x93\x59\x7a\x26\xcb\x7f\x5a\x84\x68\x98\x7e\x7e\x30\x28\x7d\x90\x4a\x00\xc1\xe8\x8a\xa0\x9b\xcd\xe8\xab\x56\x72\x98\x80\x4f\x45\x5d\x66\x65\x49\x8b\x5a\x89\x00\x86\x7f\x20\x0c\x11\x46\xac\x48\x4e\x33\x7f\xf1\xa7\x93\xa8\x42\x11\xae\x9c\xde\x51\x2b\x63\x12\x35\xe6\xc6\xf3\x5e\x57\x87\x0a\xc5\xb8\xa5\x5f\x05\x24\x51\x3e\xf6\xa8\x8d\x36\x0f\xcf\x62\xa7\xa9\xc8\x43\xea\x64\x26\xe1\x9e\xda\xa9\x16\x95\x10\xaf\x1d\xcc\x23\xf9\x56\x3b\x4f\x5f\xaf\x25\xf2\xbe\x54\x4f\xf4\x60\xe0\xa3\xc0\x59\x65\x6a\x37\x1b\x46\x2a\xe2\xa9\x95\x86\x38\xea\xe0\xe1\x64\x22\x10\x60\x3d\xcc\x3e\x83\x37\x53\xc1\xb7\x9a\x5a\x6f\xdd\x3f\x2a\x0a\xc0\x29\xf9\x4c\xd4\xa0\xd0\x35\x8b\x32\x6b\xb0\x0e\xf5\x1a\xe0\xc8\xcf\x33\xec\x4b\x9f\x06\x40\x63\xf7\xf7\x49\xa3\x36\x09\x7c\x00\x94\x4c\x36\x6a\x00\xcd\x49\x16\xd4\x20\x89\xba\xe2\x54\x9e\xe9\xcb\x83\x98\x49\xa3\x68\x60\xfa\x38\x25\xdb\x8c\xca\x63\x5d\x5a\xef\x8a\x02\x6f\xc6\x5a\x95\x11\xcf\xd5\xcf\x94\x60\xd3\x3f\xc0\x5a\xa0\x13\xb7\xb2\xc2\x9b\xdc\x9e\xa2\xae\x24\x4a\x6f\xe4\x29\x2f\x5c\x50\x17\xc1\xb9\x84\x60\x4d\x4d\xba\x20\x60\xa5\xc9\x5e\x67\x43\x65\x9c\xcc\x47\x3c\x2c\xe2\xa3\xe9\x2f\xb8\x59\x75\xc7\xad\x3b\x13\x7a\x9b\x03\x76\x1a\x42\x2c\x0f\x98\xff\x57\xe9\x00\xa3\x22\xdf\xaf\xe3\x79\xa2\x22\x3f\x8c\x55\xac\x75\xe7\x5d\xc9\xd3\xbb\x53\x9c\x5b\x66\xec\x14\xad\x9e\xae\x03\x50\x54\x90\xa7\x42\x3d\x3e\x74\x94\x57\xd4\x58\x6b\x2a\x7b\x12\x95\xea\x71\x95\x31\x89\x7a\x50\x02\x58\xaa\x40\x03\x51\x95\x6d\x2f\xea\x41\x3e\xf1\x0b\x27\x9b\xf0\x0b\xd7\xcb\x89\xe6\xbc\x83\xe0\xd0\xbb\xfe\x04\xaf\x77\x3f\x23\x65\x91\x0e\xeb\x7a\xe6\xdc\x69\x9c\x27\xf7\xb4\x97\xf0\x24\x73\x6b\xb6\x4f\xf8\x85\x7b\x33\x9c\x0c\xb9\xf4\xfb\xdc\x7f\xe6\xe5\x54\x6a\x78\x45\x91\x07\xe6\xe7\x03\x80\x80\xc3\x92\x09\x5a\xfc\xa6\x6c\xa5\x51\x2f\x04\x5d\x98\x04\x16\xa3\x58\x66\x09\x26\x7e\x31\xaf\xb3\x32\xda\xf4\x66\xb8\x72\xf5\xd4\x07\xc2\x5b\x86\xe7\x01\x66\x7c\xb9\xc7\x47\xbd\xb9\xdf\xbc\xbd\x6e\x24\x88\xf4\x16\xbe\x33\x71\xa6\x46\x71\x53\x48\x68\x22\xef\x9c\x48\xbf\xc0\xe3\x5c\x6a\x88\x7a\x27\x95\x1a\x06\xb2\xfe\x2a\xb7\x5d\xd4\x17\xc6\x54\x45\xd4\x46\xbd\x49\xb4\x88\x84\x65\x61\xb8\x07\xa0\x9a\x36\x65\xb7\xac\x34\xde\x7b\x66\x9f\xdc\x6d\x62\x07\xf8\x67\x0e\xa3\x81\x87\x2c\x29\x4d\x47\x4d\x9c\xf3\xa7\xb0\xa2\xa8\x0f\x2f\x53\xe6\x26\x7a\x73\x2a\xa1\x4e\x54\xa4\x04\x5e\x1e\xf2\x43\xec\x27\x6e\x69\x0c\x57\x91\xff\x4d\xb4\x5f\xae\xc4\xd0\x0f\x0c\xe1\xae\x7a\xce\x51\x4f\xfd\x80\x95\xf8\xbc\x30\x50\xa5\xc6\xcf\x10\xdf\xda\xa9\x0d\x25\x89\x6d\x13\x68\x8c\x74\x9e\xba\x6c\xb7\x8d\xb7\x3e\xad\x5c\x63\x44\xcb\x4f\x62\xad\x95\x0c\xa7\x16\x0d\x85\x89\x14\xf4\x05\x33\xec\x79\x6d\x1b\x51\x8e\x24\x50\x2b\x64\xe1\xd0\xf3\xe4\x07\xa2\xba\x70\xdf\x89\xa8\x82\xd8\xf9\xee\x1e\x79\xa3\x0a\xb7\x48\x61\xb1\x99\x48\x6e\x82\xe5\x26\x71\x1d\xf1\xc0\xa9\x6b\x11\xa8\x69\x15\x49\x3a\x24\x46\x1b\x43\x89\x3d\x91\x2f\xa6\xa9\xf2\xca\x8f\x06\xd5\x8b\x12\x85\x45\xa3\x7d\x7f\x7a\x56\x10\x43\xa2\x94\xa7\xd1\xe0\x08\xa9\x7c\xa4\xd1\x1a\x6f\x60\xee\x11\x9e\x91\x43\xf0\xa0\xa5\xb9\x5f\x62\xb9\xb5\x9c\x57\xff\x90\x88\x42\xec\xd2\x28\x76\x8b\x3b\x61\x55\x0d\x6d\xab\xd6\xc8\xa4\x02\xfb\x8d\x51\x22\xca\x15\x17\x8d\xc8\x67\x93\x2c\x6f\x69\x2c\x91\x7e\xae\x75\x2e\xa7\xc8\xe8\xd9\xab\x26\x1f\x01\xc9\xc3\x73\x95\xda\x14\xb7\x88\xd0\x35\x33\x2d\xea\x3b\x28\x9b\x67\x34\x14\xe2\x9d\x9b\x4e\x8f\x06\x65\x8a\xaf\xf9\xad\x73\x2e\xf5\xff\x40\x4d\x17\x89\xc0\x36\xf2\xd8\x14\xc9\x70\x30\x18\x9f\xe7\x86\x4c\xee\x7e\x1e\x1c\x82\x18\x6a\x70\x08\x7e\xc6\x6a\x0a\x0e\xb4\x91\x13\xab\xa9\x1f\x0c\x2a\xfc\xbc\x41\x48\xe1\xbd\x0c\xe7\x4a\xa5\x6b\x88\x46\x68\xe6\xc5\x8b\x5c\x09\x11\x15\xbc\x3d\x98\x07\x91\x72\xcf\x42\xb5\x21\x50\x45\x49\x25\xa3\x51\x7d\x22\x7c\xd1\x60\x9f\x69\xd3\x4c\x4a\x64\xb5\x79\xab\x32\x35\x8d\x14\x8c\x6d\x4e\xbe\xa0\x2e\x27\x76\xe2\xf0\x07\x38\xa5\x85\x1d\xda\x4c\x99\x26\xa2\x17\xfb\x14\xf6\x6a\x2b\x05\x8a\x88\x58\xc9\x60\x9a\x5b\x3a\x18\x6c\x12\xe5\x6d\x51\x1e\xe8\x62\xd6\xd6\xe2\x1b\xee\x85\x18\xc6\x7b\x83\xe9\x5f\x54\x96\x32\xda\xe2\x5c\x98\x0c\x58\x70\xcd\x73\x7b\xd2\x29\x2a\xf6\x9c\x1b\xd1\x49\xad\x8c\x87\x8e\x12\x62\x4d\x45\x0f\xa2\x11\x8b\x6d\x96\x9d\x7b\xee\x47\xff\x80\x3b\xc2\x74\xa7\x39\x30\x8d\x23\x73\xf7\x79\xc9\x76\x1e\x8b\x9b\x7f\x20\xa3\xd5\xbf\xb8\x78\x47\x43\xcd\x31\xe7\x74\x8a\xc6\x04\xc2\x56\xdf\x37\x28\x7e\x7c\x65\x6d\x09\xdd\x74\xff\x6b\x44\x6a\xaa\xc0\x18\xed\x48\x92\x34\x0a\xe4\xe6\x9b\x9b\xe5\x3b\x02\x9d\x8b\xe5\x39\xe3\x9c\x95\xa9\x2c\xda\xc9\x71\xeb\x6e\xd4\xce\x1c\xb7\x7f\xc0\xfe\x12\x6e\x6a\x00\x52\x8e\xf2\x8b\x76\x62\xf7\x08\x06\xb5\xeb\xc7\x17\xf4\x05\x80\x52\xb1\x77\x54\x83\x39\x48\xb9\xe5\xa2\xc1\xfc\x33\xed\x8e\xd3\x2e\x32\xfb\xe6\x2f\x78\x18\xea\x42\xd6\xa0\xbd\x29\xf6\x85\x6a\xb0\xff\xa8\x84\x4a\x34\xba\x4c\x4e\x6f\xd1\x2b\xe7\x5b\x6f\xc0\x20\xa4\x04\x6a\xd1\x6e\x86\x6c\x68\xe0\xa8\xdc\xa5\xfc\x69\xd1\x6e\x6a\x6b\x74\xaf\x6c\x0c\x64\xf1\x38\x61\x31\x1a\x06\x11\xf0\xa3\x2c\x3f\xf3\x2d\xaa\xce\x0e\x83\x0a\x94\xfa\x2a\xf6\x9d\x6a\x77\xae\x9f\xbb\xc0\x5e\xb1\x5c\xb9\xb1\x7e\x9b\x0f\x4b\x84\xc2\x0c\x1f\xa6\xa9\x52\xd2\x45\xb4\x3d\x30\x44\x58\x7c\x52\xc5\x64\xa9\x40\xec\x65\x59\xf8\x24\x4f\x89\xe8\x87\xea\x9d\xe6\x1f\xc8\x00\x66\xc3\x4c\xf4\xa7\x1d\xdd\x7f\xd0\x58\x4a\x9e\xf6\x1f\x66\x52\x22\xa1\xa3\x34\x97\x32\xf8\x44\x07\x54\x52\xfa\x9c\xe8\x8c\x8d\xb1\x3b\x57\x47\x52\x97\xd0\xd2\x74\xd8\xa9\x94\xcb\x26\xfa\xef\xc6\xb3\xde\x07\x54\xb2\xd6\xab\x23\x83\x5f\xb1\xb3\x56\x47\xa0\x8b\x92\xc2\x44\xdf\x48\x81\x28\xde\x18\x53\xd2\xdc\x02\xd5\x3f\xd3\x2d\xe0\x32\x27\x79\xd1\x61\xe7\xb2\x0d\xb4\x6f\xa8\xcf\xa7\x53\xa8\x6f\x24\xd1\xcf\x0f\x54\xf6\x22\x99\xc9\x92\x37\x01\x84\xce\x2a\xb4\xbe\x55\xf5\xc2\x3c\xaf\xcb\x3f\x30\x4c\x4e\x44\x03\xdd\xcd\x4d\x90\xa2\x23\x54\x46\x99\xd9\xa3\xa3\xd2\x56\x7c\x9e\x83\xd3\xe2\x16\x58\x93\x44\xa3\x7e\xd1\xde\xfb\x82\x46\x55\xf2\x6e\x60\xb2\x0f\x24\xbc\xf5\x0b\x5c\x29\x2d\x6d\x41\xcd\x3f\x09\xff\x5e\x7f\x70\xbe\xf2\x33\x4a\x42\x08\xb1\x74\xa8\xb4\x2c\x2a\xfa\x0b\xfe\x8a\x0f\x87\x5e\x93\x35\x34\x8f\x70\xe7\x94\x27\x71\xf4\x3a\xff\xfb\x5f\x53\x81\x86\xe8\x35\x87\xe0\x1f\x60\x2c\x14\x7f\x77\xe4\x91\xa9\x9e\xc5\xca\x11\x98\x22\xca\x0d\x5d\x35\x7b\xcb\x95\x52\x8b\x8d\xf2\xcd\x4d\xa2\xe6\x82\x12\xaa\x44\x87\x99\x2d\x3c\x8b\x2d\xe7\x5d\x7d\x34\xca\xbb\xe2\x16\x16\xbe\xd0\xa8\xda\x8e\x67\x4d\x3b\x0c\x71\xd6\x24\xf7\xc6\x2c\xa7\x7f\x49\xff\x13\x1d\xf1\xca\xca\x85\x12\xbd\xa5\xa8\xd4\x14\x20\x60\xd9\xa6\xf0\xde\x73\xc4\xa2\xb7\xc3\xcd\xc1\x9c\x98\xc8\xb4\xfa\x07\xe4\x44\x35\x9b\x74\x8e\xd8\xdc\xdd\x79\xdb\x11\x0d\x9d\x03\xd4\xb2\x22\xac\x27\xcc\x99\x08\xeb\x51\xd0\x69\x74\x84\xf5\x58\x09\xdd\x3b\x15\xbe\xde\x4f\x48\x94\x53\xec\x74\xd7\x51\x7a\x4c\xb9\x01\xa3\x8f\x8d\x2f\xe8\x0b\xd4\x1e\x53\x64\x6c\xf4\xc1\x55\xd4\x9a\x8c\x0e\x55\x96\x48\x04\x32\x35\x28\xec\x23\xf0\xbe\x26\x69\x70\x0d\xfd\x3f\xea\xbc\x9b\x64\x44\x47\x87\xa7\x04\x1a\x42\xe7\x4c\x8a\x8e\x98\xa0\xf8\x8c\x80\x40\x49\x6c\x04\xb7\x58\xeb\x3c\x3a\x35\x88\x4a\xac\x1b\x3d\x72\x59\xd4\x02\x60\xaa\x6d\xa7\x1d\x76\xc2\xf8\x3c\x77\x1e\x2f\xfe\x00\x9c\x5b\xdc\x45\xc0\x3d\x58\x24\x42\xe7\x18\x9e\x43\x3a\x26\x29\x4d\x69\x74\xa6\x70\x54\x48\x48\x74\x18\x0e\x6d\x7a\xef\x74\xb4\x55\x4e\xd1\xe8\x30\x14\x86\x79\x0d\x89\xa2\x8b\x3d\xfe\xfa\xc4\xbc\x7a\xaf\x4c\xb0\x8e\xd7\x61\xa2\xd6\x4e\xb8\x81\x93\x24\xb8\x07\xb8\xa9\x79\x21\x81\x94\x55\x5a\x3b\x7a\x02\x65\x9d\xa1\x1d\x99\x7a\x6c\x8b\xea\xa8\xaa\x1b\xe6\xf6\x95\x24\xaa\xc5\x45\xf3\x96\xa5\x12\x72\x24\x86\x17\x62\xf1\x0c\x35\xd1\x28\xab\x6b\xbd\x68\xdf\x73\xe9\x34\x4a\xc4\xf7\x84\xb9\x67\xe7\x41\xdf\xfd\x03\x8e\x30\x4f\x34\xe0\xa9\xca\xa3\x45\xa7\x5d\x71\x13\xf4\xeb\xc8\x78\x68\xb7\xf7\x7e\x80\xff\xbd\x83\x0e\xf6\xa8\x41\xd1\xce\x38\x7d\x20\x1d\xec\x51\x24\x1e\xbc\x2d\x08\x4b\x76\x78\xde\xc6\xa7\xc7\x05\x61\x2e\x92\x0f\xe2\x1f\x2f\x25\x72\x49\xc7\xa7\x01\xce\x8a\x96\xf2\x00\x88\xb6\xac\x3e\xf3\x8c\xd4\xca\x20\xb8\x27\x7c\x1c\x9d\x1c\x83\xa6\xf9\xcc\x59\xd3\xa0\x10\x83\xdd\x7d\x5e\x9d\x84\xa2\x96\x85\x27\x7d\xf7\x44\x12\xe0\x70\x7c\xfe\x67\x20\x79\x77\x17\xa0\x59\xb8\xb3\x9f\x74\xf6\x34\x32\x80\x62\x71\x6e\xde\x23\x30\x65\xc6\xe7\xb9\xf2\x05\x11\xf9\xe2\xe5\xa2\x72\x68\xd1\xaf\x8e\x64\x2d\x9a\x96\x8b\xe6\x8a\xcf\x0b\x74\xf9\x72\x8b\xd8\x32\x9f\x06\x51\x32\xcb\x0c\x7e\xe5\x20\xdc\x22\xef\xf9\x9f\x37\x00\x5f\x04\x02\xfb\xcd\x99\x17\x10\xed\x40\xcf\xab\xfd\x49\x43\xd7\x01\xad\xc3\xad\xdf\xc9\x5a\x9a\x65\x6a\x29\x37\xf3\x1a\x6c\xad\x8a\x95\x8f\xce\xa2\x1e\x2a\xf5\x1e\x1d\xf9\x0d\xe7\xf6\x69\x82\xe7\xb6\x65\xd9\xf3\xe2\x7d\xfb\x85\xf7\x87\xe2\xd2\x0c\x8f\xac\x39\xb6\x18\xf7\x87\xc2\xec\xf3\x02\xd6\xde\x5b\x0e\x0e\x59\x8e\x11\x18\x74\xb8\x52\x52\xd1\x18\x08\x19\xb2\x07\xff\xf8\x51\xfb\xa1\x9b\xcf\xa0\x53\xf5\xf6\xf9\x82\x0c\x3a\xfc\x49\xce\x44\xd7\x0f\x74\x1e\xd5\x39\x35\xe0\x33\x6d\xff\xe4\x91\x8a\x43\x91\x39\x10\x57\x64\x67\xf2\xf1\xe3\x6a\x0f\x77\x0a\x96\x15\xfb\x8c\x1f\x39\x54\xbb\x64\x24\x7e\x96\x50\x1e\x5b\xd2\xed\x1f\x88\x60\xdc\xe9\x96\x93\xa7\x5e\x37\x5a\xf6\x86\xdf\x20\xec\x70\xb7\x88\x26\xb2\x8f\xf3\x28\xc4\x55\xd5\x3f\x40\xee\xea\x00\x1c\x85\xd7\x7c\x0f\x04\xa1\xe0\xd5\xe1\x44\xa3\xe0\x4c\x16\x0f\x8c\x42\x32\x4d\x44\x22\xdc\xea\x37\xa8\x86\xf3\xc8\xe0\x0a\x66\xef\xc8\x51\xa9\xfb\x31\x15\x34\xba\x6e\x52\x5f\x8f\x4a\x32\xfd\xcc\x8b\xbc\x07\xc6\xf2\xb2\xfd\xf3\x06\x56\x48\x1a\xc9\x51\x79\x64\xb9\x8f\xc6\x3b\xb5\xc4\xff\x68\x64\x5e\x9d\xc4\xa3\x61\xff\x49\x4e\x0d\x5a\x5e\xa7\x87\x0e\xcb\x6b\xb1\x2b\xec\x48\x07\x70\x8f\x8c\x30\x35\xfc\x05\xf5\x0d\x9f\x1f\xa8\x2d\x34\x9d\xa9\xc4\x34\xb7\x02\x87\x7e\x06\x46\x68\xf9\x59\x21\x38\x84\xf9\x0c\x19\x9d\x4b\xa8\x63\x6a\xf4\x01\x17\x34\xbf\x80\x33\x24\xdc\x40\x2e\x98\xba\x80\x8a\x32\x3e\x0d\xe4\xbe\xd7\xcc\x64\xc9\x58\x5d\xf4\xc7\xc8\xf5\x50\x9b\x44\x6e\xe1\x2f\xd0\xa4\x54\x3f\x63\x90\x27\xcc\x35\x8c\x58\xda\xc2\x3f\x50\xaf\xe2\x05\x83\x0a\xd1\x3e\x39\x23\x55\x88\x9e\x19\xe4\xba\xb1\x47\xcc\x08\x8a\x40\xaf\x06\xa1\x97\xd0\xdd\x20\xd4\xd2\xd9\x37\x02\xc9\x78\x97\x7b\x44\x06\xae\xe6\x0e\x38\x08\xff\x0f\xcf\x0f\xaf\x5d\x20\x71\xba\x8c\x07\x63\x92\x62\x7d\x3f\xe9\xab\x2f\xfd\xc7\x98\xb0\x7f\x79\x04\xa8\xf0\x61\x6f\x84\x31\x99\x85\x43\x1d\x24\x70\xab\x7e\x81\x95\x1c\x35\x22\xe4\xce\x76\x48\xdc\x98\x1c\xa1\x1b\xc0\xae\xf8\x10\x80\x33\x48\xb7\x8e\x41\x4b\xb0\x67\x0c\xe9\x12\x95\x9d\x22\xc6\x4a\xde\xfa\xd3\x99\x34\xe0\x1b\x66\x4b\xf6\x58\x88\x7b\x32\x1b\x2d\x84\x0d\x7c\x7a\xa3\x5a\xf9\x43\x0e\xed\x18\x22\x7f\xf1\x06\x22\xf8\x33\xe8\x8c\xae\xda\xf1\x31\x52\xb1\x29\x45\xf3\xd8\x61\x7e\x09\x7f\x41\x67\x70\x13\xb5\x53\x88\x7e\xde\xc0\x2a\xfa\xfc\xd8\x29\xba\xcd\xbb\x07\x96\xd5\x6c\x82\x7a\xaf\xaa\x57\x18\xe3\xa0\x66\xd4\xb3\x76\xa0\x94\xaa\xcf\xac\x23\xbb\x14\x0d\x07\x14\xcb\xde\x70\x27\x2f\x52\x42\x3c\x03\x20\xcc\x26\xe7\x41\x0f\x75\xcf\xc3\xc9\xfd\xe7\x41\x9c\x28\xfd\x22\x7c\x3d\x4e\x16\x22\x10\x6b\x9e\x14\x44\xde\x2c\x08\xc1\x2a\x16\x0a\x4c\x7b\x63\x77\xdc\xc1\xaa\x1f\xd3\x44\x03\x95\xd9\xea\x3d\x12\x95\xf9\xa4\xb8\x48\xb4\x9f\x29\x35\xbc\x3f\xae\x81\x17\x44\xc3\x0b\xba\xea\x26\xab\xc2\xb8\x88\xf9\x3d\x2f\x50\x51\xda\xdd\x62\x5c\xa8\xc1\x61\xc1\x05\x48\x65\xeb\xf0\xb8\xe0\x86\x6a\x76\xbf\x29\xf3\xbd\xa3\x5f\xcc\xd5\x6d\xa8\x1d\x37\x63\x09\x44\xc1\x8d\x4b\xb7\x05\x3c\x6c\xc1\xb6\xc3\x8e\x3b\x97\xda\x2f\x04\x5e\x10\x3f\xde\x3c\x1d\x2d\x63\x90\xd9\xd0\x36\xcd\x71\x53\x17\xe8\x89\xbf\x73\x9e\x35\xe8\x17\x86\x55\x15\x2d\x8b\xc1\x54\x86\x8e\xd7\x19\x0f\xc5\x8a\x19\xf0\xc1\x89\x20\x7d\xcb\x40\x32\x9f\xcf\x49\xf7\x50\xe3\x23\xb0\x38\xe0\x14\xf7\xe1\xe0\x27\x27\x5e\xc3\x82\xdf\xfc\xf4\x11\xf2\x24\x91\xa2\x1a\x4e\x6f\xaa\x36\x19\xf1\x4b\x22\x87\x7e\xd8\x00\xfa\xfd\x42\x43\x8b\x55\xcf\x49\xd3\xd4\x0f\x98\xc9\x4f\x8b\x13\xcf\x9b\x9e\x11\xe0\x13\x6e\x20\x37\x76\xe8\x87\x83\x71\x21\x7a\xa6\x1f\x69\xd7\x33\xf5\x1b\x92\x1d\x91\x90\x4c\x1a\xca\xd8\x08\x14\x25\xc0\x63\xa3\x26\x5f\x6a\xd6\xd8\x78\x17\x9f\x6e\x83\x13\xe5\x26\x78\x2b\xd5\xde\x0f\x28\x2d\xbd\x9a\x01\xa5\xa5\xa1\x4f\x20\x77\x8f\x5d\xd0\x23\xbd\xea\xb4\x29\xa2\x70\xe2\xfc\x01\x91\x8f\x8e\xda\x80\xd3\x9c\xad\xc3\x51\x78\xf1\x98\x6e\x81\x76\x13\x6d\xa3\x28\x3c\xdf\x25\xe1\x82\x35\x5b\xa7\xa9\xa8\x94\xfb\xda\x49\x51\x69\x43\x14\x87\x44\x25\xcb\xe8\x78\x8e\x54\x0a\xfa\x0b\xe2\x18\xcd\x14\x9c\xf1\x8b\x5d\x8d\xa3\x72\x3d\xcc\x22\x40\x68\x36\x30\x45\xe3\xfa\x08\xb7\x47\xc2\xad\xf9\x27\xc7\xba\x60\x55\xd6\x70\xf3\x60\xb0\xe2\x67\x42\x31\x6d\xd5\x68\x39\x2d\xea\xaf\x27\x01\x5a\xbc\xce\xdd\x2d\x89\x16\xd0\xb9\xd9\xbe\x1c\xd0\xb9\xd9\x70\x1a\x3d\xf7\x8d\x7f\xc8\x41\xeb\x07\xe8\xd0\x86\x24\x52\x8c\xf2\xdf\xff\x62\x9a\x49\x47\x85\x57\xb9\x16\x73\xf0\x76\x63\x0e\x44\xe4\x9c\x75\x68\x31\x58\x04\x4c\x24\xa5\x23\x9e\xd9\x01\x8e\x78\x36\x68\xc7\x60\x69\x08\xb3\xe4\xe0\x20\xfc\xcc\xcb\x8e\x99\x21\x28\x56\xbb\x7f\x28\x1c\xa6\x7f\x00\x4f\xea\xda\x11\xac\x86\xe6\x44\x0d\x11\x84\xe7\x12\x41\xc1\xec\x39\x76\xfb\x0e\xd8\x7b\x67\x71\x93\x0f\x9e\x35\x0c\xd8\x7f\xc3\x79\x11\x22\xdd\xe1\x85\x26\x02\xe0\xc7\xc6\xda\x00\xf8\x99\xba\xa7\x04\x12\xd7\xd8\x10\x1b\xac\xf4\x61\xb3\x5c\xd0\xe9\xcd\xee\xa4\xb1\x68\xd3\x58\x7e\x83\xf2\x40\xea\xfe\x58\xec\x43\x73\xc7\xe0\x70\x15\x3d\x8d\x40\x9d\x55\x9b\x72\x83\x5a\xaa\xe2\x99\x81\x56\x6a\x16\x8f\x6b\x47\x71\x06\x2f\xe8\xce\x05\x35\x13\xc2\xce\xda\x7c\x7b\x8a\x3d\x0b\x24\xbb\x09\x44\xb2\x7e\x88\xb8\x70\xd3\xf1\xff\x94\x10\xc3\x4d\x72\x2b\xe8\x9c\x8b\x83\x64\xab\x8b\x83\x88\xc5\x4c\x73\x80\x4f\x2d\xa6\x0e\x42\x57\x13\x75\xe0\xf0\x17\x94\x8d\xcc\x53\x63\x0e\x38\xc8\x33\x5a\x60\xf8\xcc\xd9\x5e\x19\x07\xb7\x8e\x05\x3e\x6a\xe0\xdb\xb8\x1b\x27\x2f\xbb\x16\x39\xc8\x17\x6d\xfb\x65\xa4\xcb\xbc\xc5\x39\x21\x8d\x30\x4f\x5c\x54\xc9\x78\x39\x2f\x4a\x00\x21\xd2\xb8\x72\x58\x7e\x83\x7d\x68\xdc\xc4\x30\xd6\xce\x06\xca\xbd\x5a\x39\x1b\x50\x1c\xf9\xa6\x14\xc0\x34\xd6\x94\xc6\x9d\x7c\x2d\xa2\xa0\x16\xfa\x4c\x3d\x34\x3f\xd3\x07\xe7\x9d\x0c\x23\x12\x6e\x96\xa3\xf3\x07\x94\xdd\xba\x07\xc5\x0b\x5a\xaa\xd3\x49\x04\x93\xd3\x0c\xff\xbf\xb3\x45\xb7\x70\xf2\x07\x13\xc9\x8c\x05\x7e\x06\xdb\xfb\x24\x85\xe6\xc8\xb6\x87\x78\xa8\xd6\xb1\xac\x65\x99\x7b\xc7\x93\x05\xf2\x2f\xdb\x61\x24\xd2\x05\xce\xc2\xf8\xa1\x29\x58\x90\x37\x60\x55\x9d\x45\xd0\x2a\xa0\x4b\xf2\xc5\x78\xa2\x80\xac\x5d\xe0\x26\x4a\xa3\xcd\xb2\xf9\x85\x9c\x98\xa1\x1f\x16\xdf\xd8\xf4\x03\x9b\xf4\xf3\xc5\x17\x8a\x7e\xe0\xce\x89\xbf\x14\x2f\x8a\xb9\x71\xd7\xe8\x4c\x9a\xa8\x93\x61\xf5\xd8\x44\xe8\xbd\x37\xee\x44\xb6\xc0\x4d\x06\x90\xb9\x25\x81\x1a\xd3\xc6\x53\x55\xb0\x68\x16\x6c\x54\x9d\xb2\xb3\xc0\x90\x1c\x7e\xa6\xa8\xd6\xf9\x31\x53\x45\xf4\x79\x03\x95\x54\x4c\x13\x82\xf3\x6d\xcd\x9e\x74\xe3\xd7\x5d\x64\xd2\x09\x5f\xa5\x38\x62\x56\x2e\xb6\x04\xf1\x44\xc1\x58\x3b\x27\xce\x8a\xe0\x6f\x89\xf6\x99\xda\x1d\xdd\xd1\x66\x0d\x72\x87\x68\x00\xb8\xb0\x8e\x6f\xd6\x87\x89\x5d\xfe\x3d\x43\x55\x13\xbe\x08\xcf\x54\xd5\x08\xaf\xcc\x86\x63\xb2\xfb\x85\x20\xd5\x7e\x21\xf9\xcb\x6f\x10\xca\xe9\x28\x9e\x0d\xb7\xd3\x4f\x93\x2c\x73\x28\x09\x35\x3b\x9d\x07\x65\x8f\x9a\x09\x20\x04\xe6\x26\xf0\xc0\x72\x14\xe4\x84\x11\x4e\xa5\xf6\x62\xf6\xe4\x27\xcd\xcd\xe0\xf2\x98\x25\x06\xa2\x2c\x4c\xe6\xa0\xfb\xc9\xf2\x0b\xdc\xbd\x9b\xdf\x40\xaa\xa9\xe1\x17\x4e\x28\x0d\x34\x2e\xa8\x62\xe2\xfb\x03\x0e\x2d\x13\x15\xa8\xbd\xf3\x79\x06\x24\x95\xd6\x71\x06\x3c\x18\x3d\x51\xd0\x9b\x58\x59\x37\x91\x1a\x66\x39\x91\xcb\x9c\x94\xb3\x5a\x6f\xe4\xb1\xb3\xc2\x70\xc2\xe5\xdd\x9e\xc7\x73\xe6\x90\xd4\xe3\x64\x0f\x1a\x12\x03\xdb\xcc\x51\x3c\xea\xa5\x39\x9d\x93\x8a\x04\x0f\xe1\x3d\xfb\x6b\xf3\x36\x41\xd6\xe0\x52\xfd\x4c\xa1\x2a\x38\x3b\x61\xa0\xb2\xe9\x67\xae\x40\xe2\x63\x51\xc4\xbc\x31\x06\x72\x13\xf6\x2a\x2b\x0f\xe7\xa2\xe8\x28\xfe\x81\xca\x5b\xcb\xa7\xc4\x0a\x42\xa8\x73\x4f\x21\xa9\x95\x84\x05\xcb\x5a\xb7\x99\x58\xc1\x0c\xb7\x33\xfa\x54\x7d\xec\x64\x6a\xc9\xdd\xf9\x62\x85\x62\x4f\xa3\xb9\x93\x4a\x3f\x93\xe9\x3f\x2f\x20\x02\xcb\xb9\x88\x26\x92\xd1\x58\x0b\x37\x8f\x3c\xaf\x34\x13\x47\x52\xad\xc9\x3f\xb8\x0b\x2c\x66\x11\xc1\xbf\xc6\xe7\x13\x6c\x4e\xc1\x8f\x09\xaf\x2c\x2b\x50\x26\x9d\xb2\x54\x70\x32\x26\xac\x5c\xbe\x33\x4f\x3a\x69\xd9\x03\x7f\x22\xe4\xdf\xca\x8b\x79\x24\x03\xa8\x4b\xaa\x5c\xcc\x72\xa8\x3d\xe1\x0b\xee\x44\xfc\x9d\x0a\x89\xc4\x3c\x69\x7e\x9f\xfe\x20\xf7\x9d\x88\x3e\xf3\xe4\xf7\x1b\x98\x5b\x0b\x56\x24\xb9\xb1\xa3\xc6\x4c\x0d\x8b\x40\xd6\x3c\x93\x23\x34\x51\xc8\x12\xa0\x82\x17\x31\x51\x6b\xde\x0a\xce\x99\xf0\xc4\x1b\xe5\xe2\xcc\x6e\x7f\xca\xc5\x30\xe1\x44\x66\x25\xd2\xbc\x78\x40\xea\x6a\x30\x2f\x5e\xd2\x2d\x98\x09\x66\xbc\xd3\xd3\x87\xcc\xc2\xe7\xe2\x3c\x9b\xa9\xd3\x2e\x25\xd4\x36\x6f\xda\xfc\x75\xbd\x98\x54\xa1\x58\xa0\xa1\x18\xbd\x8d\xd1\x33\x5d\xbc\x3c\xd1\x37\x17\xdf\x0d\xc0\xd7\x42\xa0\x6d\x3e\x38\xe2\x94\x52\x37\xe6\x43\x19\xea\x89\x7e\x38\x70\x7f\x91\xe3\x14\x0d\x28\xcd\xda\x94\x6e\x2f\x26\xa3\x02\xed\x07\x3e\x91\xdb\x67\x5a\xb2\xc3\x1f\x7e\xfa\xa2\x36\x9f\x9c\x89\x7f\xe3\x58\x2c\xdd\x65\xa7\xaf\x95\x2a\x92\xa6\xe7\xa4\x62\xea\x07\xcc\x8c\xae\x44\x8b\x56\xa7\xf1\x69\x81\x66\x78\x75\x81\xec\xc4\xb3\xe8\x5c\x5c\x48\x6f\x67\x3c\xb1\x88\x37\x74\xa1\x59\x48\xed\x63\x49\xbf\xb6\x9c\xeb\xa5\x1f\xb8\xf3\xaa\xbf\x38\x39\x0a\x37\x89\x13\xcb\x2e\xd5\x8b\xc9\x07\x1c\xe8\xbc\xca\x8f\x6f\xa8\x0d\x1a\x9d\x1c\xe6\xb9\x0a\xe5\xbf\xc8\xa0\x49\xc9\xae\xbc\xab\x80\xef\xa4\x09\x58\x28\xb3\x60\x70\xb8\xe0\x33\x65\x78\xb9\xe0\x21\x5f\xec\xea\xbb\x0a\xcf\x38\x01\xa7\xf5\x82\x94\x69\x35\xcb\x62\x64\xe0\xf2\x17\xf4\x91\xb7\x67\xd7\x42\xe0\x5f\xd9\x7e\xfe\x01\x93\xa5\x63\x6e\xd5\xe4\x11\x51\x55\x11\x39\x2a\xf4\xb6\x10\x18\xd8\x94\x48\x37\x56\x65\x52\x1a\x0d\xb3\xe6\xd4\xa9\x85\x06\x34\x27\xc9\xb9\x5a\x86\x15\xeb\xb9\xf0\x03\xbf\xd0\x48\xa4\xdf\xe8\xec\x53\x44\xc0\xaf\x3e\x7e\x9f\x3e\x80\xe7\x8a\x9b\x80\x75\xd4\xab\xd5\xb0\x18\xc5\xef\xf3\x30\xd6\xbd\x79\x21\xa9\x51\xb1\x8b\xf3\x42\x9a\xe3\x62\x8f\xe6\xd5\x5f\x39\x66\x41\xb3\xfa\xc6\x17\x34\xfb\x1d\x07\x9b\xc4\xc8\x62\x41\x59\x87\x99\x2f\xb8\xe5\x1b\x21\x2e\x44\x2c\xda\xde\xba\x3a\xb7\x8a\x9f\x27\x89\xd4\x62\x51\x53\xb3\x4c\xc2\x85\x00\x46\x31\x3a\x80\x97\x4d\x33\x0b\x5e\xf8\xd3\xff\x0f\xae\x84\x08\x82\xab\x93\xc3\x34\xd7\xe8\xd8\xcc\x9a\xa5\x41\x7c\x59\xfd\x02\x6a\x5b\x7a\xad\x47\xf2\xb8\x7b\x38\x38\x66\x8d\x61\x30\xc3\x9e\x5e\xa0\x2f\x52\xd1\xad\x6b\xc1\x95\xc8\xea\xca\x05\xd7\xa1\xb0\x67\xdf\x0a\x0e\x5a\x2b\xc5\x1a\xf4\x76\xc0\x5e\x91\x12\xc5\x7d\x70\x37\x5b\xc4\x50\xed\x22\xe1\xbb\x60\xe3\x72\xf2\xc8\xc5\x32\xf6\xcd\xff\xa3\x52\xbe\x8e\xa8\x05\x13\x56\xb4\x3f\xa9\xec\xd6\x24\xbd\x9a\x44\xa6\x2b\x5e\xa6\x17\x19\x93\x5c\x98\x3f\x16\x80\x9f\x4a\xb5\xc7\x9a\x48\xfa\x6c\x3e\x79\x81\x5f\xb5\x09\x6a\x2d\x72\x9e\xe5\x00\x42\x1f\x3f\x79\x0c\xd7\x02\xbe\xb6\xc8\x5c\x29\xac\xb4\x2c\x50\x02\xb5\xe5\x29\xa2\x47\xff\x32\x51\xb4\x7b\x59\x1a\xad\xa4\x5a\xe3\x82\xab\x92\xcf\xf9\x45\x2b\x56\x91\x2a\x63\xd1\xd9\xde\x2d\xc0\xd7\xde\x87\xe8\x22\xae\xb3\x97\xf3\xda\x79\x31\x14\x3e\x5d\x04\x76\x16\xe4\x3b\xb9\xab\xf8\x85\x17\x21\xf9\x90\x5c\x3b\x37\xad\xb7\xdc\x0b\xec\xaa\x33\x0c\xad\x03\xb9\xca\xbd\xe5\xe0\xdc\xe4\x23\x72\x1d\x04\xa3\xcd\x3f\xe4\xbc\x68\xae\x8f\x5c\x4e\x0d\x8b\x85\xee\x9b\xbb\xb8\xb1\x9a\xfe\xe0\x81\xf2\x53\x83\x40\x05\x09\x55\x90\x8b\x45\x10\x67\xd1\x75\x72\x87\xe8\x46\xb6\xe8\xac\xe4\x4c\x0f\xeb\xe4\xb6\x94\x4e\x68\xb1\x86\xd8\x47\x48\x23\xb7\x93\xc3\x6f\x17\x0b\x44\x38\x03\xec\x82\xa5\xcc\xa9\x1e\xd6\x99\x13\xa7\x89\x81\x16\xe9\x43\xe5\x45\xaf\x78\x8d\xe2\xca\x93\xc5\x3f\x74\x74\xa9\x16\xe9\xcc\x5f\xa4\x33\x5a\x2c\x77\xef\x2e\xaf\xa4\xc9\x2f\xf0\xbc\xfb\x34\xc9\xf3\xce\xcb\x7d\xd1\x43\x4f\x2f\xd0\x34\x66\x67\xe9\x05\xd3\xd8\xb2\x48\x46\xd5\xaf\x62\x57\xe8\x75\x73\xbd\xdd\x02\x53\xb8\xf9\x99\xe7\xa3\xae\x2f\x0b\x81\x93\xb6\x00\x2c\x00\xbd\xcf\xe9\x07\x87\x24\xc7\xb9\x2d\xa8\x9d\xd6\xf8\x34\x70\x70\x10\x26\xe1\x44\x0b\x6e\x91\x97\x13\x7f\x81\x0a\xac\xcd\x12\xf1\xe1\x76\xd7\xc5\x61\x51\x8b\xa4\x2a\x5b\xb1\x00\xec\x6c\xaf\x5b\x74\xcd\xdf\x74\xdc\xed\x80\x6d\xbe\xb1\xef\xcc\xee\xe0\xcc\x1c\x3b\x1c\x90\x9a\xd3\xe3\xee\xd0\x33\x55\x03\xd4\x1d\x25\x58\x8b\x3d\xd9\x77\xd8\xb6\x2c\xd6\x76\xe8\x9d\x9a\x13\xea\xee\x4c\x6c\x5c\x74\x43\xde\x51\xa3\xd5\x38\x7b\x4f\x28\xa8\x71\xec\x70\x40\xb2\x50\xda\x01\x0d\x1d\x02\xb8\xb3\x44\xab\xd3\xe9\xee\x5b\x43\x09\x26\x3f\x53\xce\xe9\xd2\xb5\x6f\xa8\x6d\x1f\x6e\x01\xc9\x18\xb4\x39\xf7\x84\x86\xdd\x3f\xa0\x6e\xce\xf4\x33\xae\x33\xce\xcf\xbb\xc3\x3b\xc9\x3b\x69\x2f\x3c\x4b\x34\x86\x92\xab\xa5\x2e\x4b\x4e\x9c\xe6\xa5\xf0\x00\x93\x44\xd8\xe9\x6b\xe4\xec\xbb\x3b\x8c\x5d\xb5\xfa\x99\xbb\x53\x90\x78\x67\xd9\x89\x51\xfe\xe4\xd2\xb0\xa3\x26\xc5\x67\x6d\x2b\x4b\xfb\x88\xe4\x0a\x9e\xf6\x10\x2b\x71\x87\xb6\xea\xce\xd0\x49\x27\x20\xd9\x6b\x72\xb9\x98\x01\x9e\x4b\x9f\xb5\x87\xe1\xac\x0e\x77\x41\xc5\x81\xff\x87\xe0\xf6\x42\x52\x17\xa6\x8d\xbb\xc3\x8c\x66\x0b\xe4\x0e\xb7\x26\x27\xb0\xd8\x51\xad\xeb\x33\x63\x2d\x65\xa4\xc6\x98\x90\xd1\x1c\xde\x68\x52\x12\x45\xa9\x3b\x93\x32\x6d\xa7\xee\xcc\x2e\xca\x3b\x9c\xef\xbf\x2d\x9c\x6c\xd2\x4d\xc0\xf9\xdc\xcc\x05\x2f\xa7\x22\x3d\xc4\x9e\xba\x35\x11\x0d\xff\x79\x3b\x20\xef\x9d\xc2\x46\xf8\x6e\xef\x94\x99\xba\x0b\xed\x9d\x2b\xa3\x69\xe8\x3c\x21\xbb\x9b\xa4\xde\x52\x02\x6c\xef\xc9\x4b\x22\xa2\x53\x21\x23\x84\xbf\x0f\x4c\x6d\xf5\xc6\x1d\xf4\x06\x57\xa7\x23\xc9\x52\x13\x09\x03\xa5\x06\xda\x07\x67\x46\x03\x49\x6d\x9d\x10\xcc\xce\xe0\x4b\xef\xaa\x91\x54\xa9\x0f\xf8\x45\x39\x9f\xeb\x1e\xac\x08\xa2\x16\x83\x1b\xd9\x1b\x15\xa9\x9d\x1d\x9b\xb9\x07\xcf\xe5\x4f\x0b\xa4\x49\x13\x41\x6b\x5d\xb8\x01\xc8\x16\x6f\xa1\x04\x89\x5e\x0d\x54\xfd\xb2\x1f\xfe\x3e\x73\x8f\xa9\x87\x89\x64\xfa\x42\xae\xfb\xe4\x41\x6d\x9a\x50\xea\xc2\x51\x5a\x3b\x2a\x5d\x6c\x32\x28\xec\x48\xb6\x19\x4e\x84\xbb\xc3\x13\x6a\x0d\x13\x0d\xd7\x27\x27\x67\xdd\x53\x67\x68\x96\x9a\x94\x1d\x26\x62\xf1\xb6\x2c\xcc\xbf\x27\x38\x34\xd7\xa1\x9c\xac\x43\x90\x77\x80\xc5\x58\x6e\x81\x5b\xc7\x33\x83\x7c\x9c\xcb\xfb\x00\x1e\x51\x4e\x9c\xba\x2f\x30\xa5\x2e\xbe\xfb\x22\xd1\x9a\x86\x95\x33\xab\x51\xb1\x8a\x85\x8e\xa7\x9d\x91\x9d\x9f\xb5\x62\xe0\xe6\x67\x71\x76\x2c\xa6\xd7\x66\x67\xd2\x51\x8d\x89\xe9\xb5\x8a\x4f\x06\xa4\xd3\x72\x00\xfb\x8e\x6c\x5a\x06\x86\x3b\x4c\x7f\x4e\xd0\xb9\x1f\xd9\xa3\x66\x1a\x51\x96\x6b\x7c\x7e\xe0\xa8\x45\x23\xa3\x2e\x4b\xb8\x49\x38\x1f\x79\x1a\xe8\x20\x35\x3e\x3f\x50\x9b\x12\x6e\x12\x47\x87\x80\xdd\x7e\x92\x08\x3f\x37\xfc\xaf\xf7\xa1\xce\x53\x05\xc2\xd8\x4f\x82\x76\xcf\x34\x6c\x83\x0e\x0e\xde\x4f\xae\x84\x66\xe5\xe4\xf5\xec\xd3\xc2\x8e\x0f\x34\x4d\x2c\x2d\xeb\x7d\xca\xf4\x5b\xf6\xa8\xda\x61\x5c\x74\xa2\xc7\xfd\x4c\x48\xe6\x16\x38\xa6\xf8\xd3\x41\x74\xc1\x8e\xa3\xfb\xe5\xfe\x82\xca\xe6\xe8\xba\x1d\x35\xc5\xd6\xe7\x99\x13\xa0\x55\xa3\xa6\xce\x91\x05\xfb\x85\xd3\xda\xcb\x8e\xfc\xd8\x4e\x33\xb3\xbf\x80\x31\xec\x58\xb7\xdf\x84\x56\x9a\xa0\x9b\x05\x53\xd5\xde\x0b\xff\xaa\xad\x0e\x3b\x6a\xc0\x3a\xc1\xfc\x7e\x23\x59\xc3\xf4\xff\x3c\x29\xa5\x1e\xdd\xef\x9c\x71\x51\x00\xc5\xdf\xe7\x60\xbc\x79\xad\xf2\x33\xa1\x9a\xb0\xfc\x7e\x73\x08\xee\x02\x35\x33\xcc\xb9\x70\x5f\x77\x3a\xbc\x3d\xd1\xa1\x99\xe0\xe1\x15\xc6\xc8\xed\xa1\xbf\x97\x7a\x78\x10\x1a\xe7\x93\xf0\x21\x84\xd5\x24\x20\x05\xf8\x87\x6d\x9f\x9c\x75\x37\x98\x88\x55\x34\x32\x8f\x86\xf3\x74\xed\x08\x05\x75\xf6\xa6\xe3\xc5\x9b\xdd\x09\xf8\x0e\x38\x52\xb9\xcb\xe3\x87\x79\x1e\x7e\xa6\xea\x52\x32\xe7\xa0\xb7\xbb\xa4\xdc\x81\xe4\x63\xce\x92\x71\xc0\xb7\xdd\x99\x9b\x0e\x94\xc8\x70\x3e\xbe\x63\xa3\x9a\x52\x04\x20\x15\x59\x38\xf0\xe6\x80\xd1\xb2\x59\xe4\x1c\x48\x35\x66\xcd\xc6\x01\x1f\x28\xb3\xda\xb1\x11\x93\x69\x6b\x1c\x4c\x10\x2e\x65\xfb\x41\x9b\xa4\x63\x27\x8e\xf2\x9e\xab\x4e\xfc\x7a\x14\xe6\x06\xf5\x73\x0e\xda\x1f\x60\x3b\x0f\x3f\x27\x73\xb9\x0b\x1e\x0f\x52\xae\x1e\x85\x17\x64\x49\x88\x83\xa5\x5b\x3d\xee\x92\x4b\xa7\x1f\x2a\xaf\x50\xda\x73\x47\xea\x10\xab\xdf\xc0\xa6\xd4\xd9\x7e\x54\x6a\xe7\x64\xa2\x3e\x50\xc2\xdf\x49\xdc\x8e\xca\xc5\x74\x03\x48\x40\xa5\x4d\x74\xd4\xbc\x11\xb9\x4b\x82\x43\xa9\xb2\x0f\x6a\x08\x8b\xf6\xd9\x01\xc3\xa7\x6f\x59\x07\xc0\xdc\x67\x39\x5b\x4e\x9d\x5b\x98\xb0\xf6\xb9\x01\x24\xfb\xd7\xc6\x3f\xe0\xb1\xee\x48\x98\x03\x29\xcc\x9d\xc5\xe9\x40\x6c\xa4\xb3\x8d\x1d\x74\x60\xb7\x2c\x3e\x1a\xd2\x35\x4a\x72\x1c\x1d\xdb\x52\x37\x91\x03\xda\xc1\x4f\x03\x70\x78\xb7\x2f\xda\xc1\x0c\xa8\x9b\x39\x16\xa1\x92\x76\x78\x3b\xe8\x11\x5f\x3e\x3f\xc0\x84\xed\x69\xef\x20\x51\xdb\xfa\x60\xba\x72\x1f\x1f\xc7\xa0\x20\x90\xba\xf0\x18\x9c\x45\x4d\x42\x46\x2e\x2e\x7f\x81\xf3\xc4\xeb\x30\x88\xfb\xcd\xa2\x63\xe7\xda\xbb\x53\xcc\xdb\xf4\x0b\x04\x7a\xcd\x2f\x60\xdb\x4c\x3f\x03\x0b\xd8\xea\x7d\xd0\xed\xca\x87\xd8\x11\x2c\xd0\xec\x7d\x12\x14\x16\x9a\x88\xe0\x30\xb4\x76\xcc\x6a\x3a\xea\x9f\x2e\x43\x47\xf0\x1c\xf7\x4a\x40\xbf\xe8\x90\xd2\x83\x29\x4d\x9d\x6e\xfc\x98\xc9\xf0\xa2\x70\x32\x36\xc1\x2f\x04\x2e\x3b\x7e\xe6\x3e\x35\xc7\xc3\x89\xcb\x2e\xe2\xc7\xc4\xd2\x99\x1b\x27\x11\x93\x84\xfe\x81\x1c\xea\x76\xc6\x3e\x12\xe5\x49\x8f\x75\x2c\xee\xd2\xe6\x1f\x20\x61\xbd\x94\x48\xb2\x5e\xcd\x8f\x0b\x45\x46\x85\xa7\x0f\x14\x11\x29\x9b\xce\x91\x83\xb9\xcf\x3c\x6a\xa2\xba\xcf\x33\x20\x99\x74\xa8\x07\x4c\xc3\x0e\x0b\x38\x98\x83\xdd\xca\xe4\x63\x91\x35\xb4\x6c\x8b\x83\x76\x03\xf0\x44\xf8\x34\x80\x31\x7b\xcb\xee\xc4\xdf\x96\xc8\x7b\xa6\x35\xd2\x33\xef\x29\x3e\x55\x90\x37\xed\x23\x04\x76\xea\x17\x2c\x50\x91\x36\xcd\x91\xb4\x07\x3c\xc4\x9a\xe1\xcd\x71\x64\x9f\x6a\x92\x89\xdc\xcd\xdf\x34\x03\x3b\xe0\xe9\x80\x1f\xbd\xd3\x9c\x1c\x07\xb7\xed\x72\x0b\x9c\x68\x1f\x55\x07\x45\x93\xe6\xe1\x20\xe6\xfa\x34\x41\x3d\x98\xd7\x0a\x1a\x43\x1f\xe0\xc7\x89\xfb\xbc\x67\xfa\x24\x51\xba\x88\x1c\x27\xc3\xae\x35\x6e\xe6\x55\x73\x3e\xfa\xe3\x45\x92\xe3\xf7\x79\xa6\xc9\x5d\x24\x9c\xbc\x0b\x9b\xa5\x81\x24\x3f\xe2\x8d\xc5\x4f\x5c\x8a\xe0\x38\xc9\xe2\xfe\x00\xab\xbf\x4c\x02\x39\x5a\xd3\x02\xfd\xe1\xac\x52\x42\x1c\xd4\x17\x3a\x81\xfd\x71\x51\xa6\xfb\xfc\xbc\x52\x1a\xb9\x8d\x24\x42\x13\x91\xf8\xd0\x47\xd1\x8b\x07\x87\x3d\x36\x0f\x2a\x0c\xcd\x93\x50\xff\xd9\xd4\x78\xbc\xf8\x6f\xd8\x03\xe7\xb8\x39\x4f\xa2\xe9\xa6\x83\x84\x59\xec\xc5\x7b\xc3\xfe\x9b\xc7\x9d\x24\x89\xe8\x17\xce\x35\xe7\xb3\x3d\xe0\x44\x36\xab\x34\x1d\xc7\x43\x55\x9c\x4f\x96\xa7\xbe\x4d\x4a\x09\x76\x3c\xa0\xc1\xd2\xe6\x09\x3c\xab\xcb\x87\x34\x79\x5f\x3c\x64\x7b\x4b\xed\x84\x67\x12\xca\xe7\xef\x07\xaa\xa7\x9e\x37\x0a\xe5\x4d\x3f\x90\xa3\xc2\x3f\x54\x92\xbd\xf4\x03\x85\xa2\x0e\xb8\x93\x86\x5f\x1f\x68\xe7\x0f\x74\x7e\xbe\xa0\x6b\x81\x04\xfd\xf9\xa3\x26\xbd\xf9\x0d\x62\xe1\xf0\x1b\x58\xbe\xcd\xcf\xb8\x51\x59\x75\x71\xfe\xb8\x81\x75\x28\x9e\x2f\xce\x1b\xf6\x7e\x3d\x5f\x9c\xd7\x9c\x49\xef\xdc\x38\xb9\x7e\x6e\x78\x5f\x3d\x6c\x9c\x5c\x7f\x4f\x51\x2e\xe4\x71\x6e\x64\x31\x9d\x3e\xe7\x8b\x0b\xc3\xb1\xc9\xe7\x8b\x0b\xc7\x6f\xfb\x4b\xe5\xf1\x38\x89\x19\xed\x44\x74\x66\xea\x36\xcd\x6a\x21\xbd\xea\xad\x50\xe6\xe9\x0c\x3f\x0b\xef\x84\xdd\x5f\x70\x04\x7e\x21\xd9\x43\x23\x78\x41\xe3\x70\x96\x8a\xf3\xc5\x8c\xc3\xfa\xe9\xb3\xe4\x2a\xf8\x05\x1a\x74\x25\x25\xcf\x84\x88\x42\x01\x67\xa5\xe7\x9a\xae\xbe\x67\x62\x44\x21\x89\xb3\x26\x99\x9a\xe8\x0a\x32\xa5\x6d\x39\x2b\xac\x03\xc3\x7d\x60\xe9\x8b\x5b\x44\x8d\xf6\xea\xff\x5f\xfc\xf5\x19\x55\x03\x4b\x4b\xe4\x9d\x69\x54\x6e\xfe\x01\x33\x29\xe5\xdd\xd9\x28\x13\xb5\xcf\xce\x46\x06\x96\xac\x3f\x69\x23\xae\x9b\x7f\x38\xd1\x84\x86\x9d\xfa\x3f\x4d\x54\xc3\xd2\xeb\x5a\x74\x76\xd2\xa4\xff\x7b\xce\x9b\x88\xee\xe0\xbe\xe2\x67\xae\xae\xd0\xd2\xd9\xb1\xf7\x3d\xaf\x4c\x93\x5f\xcd\x9f\x7d\xa2\x05\xcd\x73\xa7\x8c\xec\xa6\x81\x88\x4d\xc7\xcd\xd9\x73\x0f\xf9\x07\x50\xed\x2d\x32\x28\x1c\x34\x71\xc8\x7a\x3f\x5d\xd3\xe0\xa4\x37\x9f\xa1\xc2\x39\x30\x0c\x4b\x8f\x01\x29\xaa\xdb\xe0\x39\x28\xc9\xbb\x9b\x5c\x6c\x52\x54\x0e\xcc\xac\xae\x2d\xe7\xe0\x35\xe5\xf3\x03\xf1\xb7\xce\xfa\x93\xee\x7d\xd5\x7c\x1e\xb9\x95\x34\x15\x4c\xce\xe6\xc0\xab\xf3\x05\x96\xd5\x8e\x68\x67\x90\x4c\x0d\x23\x2d\xcf\x9f\x1f\x20\xa0\xec\xb4\x73\x06\xb7\xc6\x74\xa7\xd4\xf9\x98\xad\x11\x4d\xe9\xf8\x8c\x93\x96\x65\x8f\x63\xb2\x36\xb2\xa6\x6a\x82\x2b\xcd\xd6\x33\x99\x50\xe3\x64\x35\x5c\x67\x72\x3d\x27\x4a\x06\x7c\x5e\x40\x78\x99\x47\x35\x51\xe6\xc0\x72\x79\x26\xe0\xd6\x0b\x0b\xeb\x2b\x50\x74\x2e\x44\x0c\x0b\x6d\x9c\x19\x41\xf0\x79\xa1\xa3\x5c\x88\x18\x04\x48\xd1\xf1\xd9\xe7\x02\xa0\x31\x05\x28\x2e\xe7\x0c\x2b\xe7\xe2\xf1\x63\x9e\x84\x3e\xd0\x68\xf7\xdc\xe9\x54\x24\xd4\x75\xee\x90\xe2\x96\x82\x7b\xc1\xb3\x7a\xdc\xc9\x70\x7e\x1f\x25\xaa\x75\xcc\x9f\x3b\xb1\x84\x65\xda\xce\xec\x0d\xe2\x8d\x1d\xdb\xc6\x07\xe2\x0e\x19\xd8\xfc\x3e\xa4\x8f\x85\xfa\x7e\xe3\x7f\x4d\xc9\xc1\x5b\xb3\x1b\x3c\x48\xb1\x86\x74\x90\x62\xad\xda\x81\x75\xf6\xd9\x77\x00\x37\x08\xca\x9c\x07\x0d\x2a\xde\x22\x07\xcf\x19\xdd\x19\x4e\x66\xdb\xb5\xca\xe3\x3c\x40\xa3\x4f\x4f\x24\xc5\xf8\xb0\x22\x73\xbc\xad\xf1\x27\xaf\xee\xf3\x04\x57\xf8\x20\x3d\x31\x00\x1f\x2b\x27\xf1\x9a\x85\xdb\x89\xdd\xe3\x93\xeb\x4c\x46\xd5\x90\x00\x11\xd7\xe7\x83\x8b\x2d\xf8\x05\x38\x7e\x79\xce\xd2\x06\x6d\xc6\xb9\x48\x83\x46\x94\x8e\x81\xde\xe2\x4c\x88\xb1\xe9\x9e\x74\x5e\xd4\xb0\x7b\xe1\x5e\x54\x59\x3f\xb3\x98\xa0\x72\xb8\x4d\x70\x82\x85\x44\x82\x4c\x21\xdf\xf3\xe2\xca\x78\xde\x2f\xc8\x2a\x6f\xc8\x8b\x57\x5e\x1f\x5d\xd7\x8d\x1d\x6a\x1a\x60\x58\x10\xf4\x3d\x59\xa4\xd7\xc0\xe8\xe6\x30\xf5\x3d\x9d\x0b\x6d\xfe\x3b\x11\xea\xe0\x9b\xd3\x99\x4a\x46\x5d\x08\xce\x9b\x48\x4a\x9a\xa2\xf3\x86\x4c\xf7\x5a\x3c\xec\x42\x5d\x3e\xd8\x40\x1e\xd3\xc3\xc3\xd0\x22\x9b\xa0\x53\x0a\xb9\x93\x26\x67\x1f\xaf\x0f\x40\x84\x94\x42\x67\xc6\x31\xb8\x03\xea\xe3\xff\x11\x70\xa5\x01\xba\xe9\x19\x04\x0d\x3f\x13\x5f\x56\xff\x80\x22\x61\x5a\xc8\x0b\x55\x05\x0d\xdc\xae\x1f\x09\xac\x7a\x26\x41\xa1\x67\x54\x0a\x10\xf7\x5d\x3f\x84\xbd\x6f\x6e\x3f\x99\x4d\x3f\x6c\x70\x53\xd5\x9c\x5e\x0c\x73\xd8\x74\xa3\xb9\x58\xbd\xc0\x81\xbb\xd7\x46\xf5\xbd\x40\xf2\xb5\xb1\xfc\xbb\x9b\xc0\x16\x19\xfe\x80\xc2\x7d\xf9\x87\x80\xeb\x9c\x3f\x98\x18\xa4\x1b\xa4\xd7\x9a\x66\x11\x91\x9b\xb6\x87\x5f\xd0\x51\x3a\x58\xec\xda\xc0\x9a\xc3\x24\x93\x35\x75\x18\x5c\x1b\x0f\x7f\xc9\xf6\x0b\x6e\x8d\x4e\x8c\x71\xa1\xa8\xa1\xd3\x00\x5e\xc8\x1c\xec\x6c\x2a\x57\xc9\x31\x8b\xe4\x92\x63\x72\x8b\x04\x1c\x62\xf7\x8b\xe6\x6e\xb1\xc6\xf5\xe2\xcb\xfa\x21\x32\xdd\x1c\x97\x5f\x80\xb0\xd5\x79\x73\xbd\xf8\xb3\x19\x90\x5c\x50\x59\xda\xa7\xe3\xaa\xbc\xbd\xe8\x78\xb8\x2a\x98\xcb\xeb\x92\xc9\xe3\x44\x51\xc5\xba\x78\x0c\x50\x50\xba\x7e\xee\x05\x9f\x48\x67\xe0\xbf\x2a\x2f\x54\x9e\xa5\x8a\xed\xe5\x69\x65\x2a\x38\x07\x51\x5c\x2c\xca\x64\x7d\xe2\x85\x30\xd0\xaa\x3d\x7e\xb1\x26\xd3\xcf\xcf\x0d\xeb\xe0\x06\xc8\x3a\x22\xb9\x81\xdd\x3f\xed\x11\x08\xea\x04\xbb\x1a\x0a\x26\x4b\x76\x5e\x0d\x27\x9a\x2e\xec\x17\x8c\xd7\x0e\x66\xbc\x58\x60\x61\x7c\x7a\xe4\xac\x6b\x96\x09\x66\xe5\x65\x7b\x31\xf9\x9b\x0e\xa8\x8b\xee\x8f\x0e\x0a\xbc\x7a\xb2\x86\x16\xb6\xd3\x85\x64\xfe\x29\x1b\xdd\x45\xa8\xab\x7b\xd5\xc5\x54\x71\x8e\x29\xbc\x12\xda\x7e\xde\x20\x3e\x6f\x26\x09\x63\x9e\x26\x80\x6e\xbe\xcd\x4d\xe4\x7e\xf0\x17\x37\x36\x9c\x26\xe1\xc5\xba\xd5\x66\xea\x0b\x69\x8a\x1d\x46\x74\x0d\x1c\xe3\xd3\xcf\x2c\x5b\xf1\xf3\x0f\x34\x53\x6b\xda\x47\x8e\x42\xeb\x34\x70\xde\x84\x5f\xc8\x41\x68\xa5\x07\xd6\xc1\xcc\x17\xc9\x5b\xfa\x22\x50\x5c\xdf\x2b\x1d\xe4\x76\x35\x10\xa0\xd1\xcb\x90\xc9\xdc\xc4\x3a\x31\xa0\x4d\xd2\x34\x06\x45\xbb\x65\x33\x35\xa4\xd3\xcf\x74\xd4\xfa\xf4\xc0\x1d\xfd\x73\x17\x80\x22\x82\xc5\x17\x55\xa8\xae\x8c\x79\xcd\x64\x16\x75\x3a\x09\xce\x2d\xbf\x27\xaf\x90\xde\x42\x93\x06\x59\x1f\x11\x4c\x1b\x62\xed\xf4\xc5\x54\xc8\xb5\xbb\x0d\x80\x2a\x13\x3e\x93\xc7\x45\xe7\x24\x4f\x8b\x8a\xc5\x28\x0f\x4b\xe8\xc5\xf5\x55\x8b\xd4\x92\x3a\x66\xf0\x62\x26\x64\xfb\xc5\x5d\x2b\xaf\x32\x7a\x7e\x65\x87\x63\x67\xaf\x45\x9e\xd4\xdc\xc1\x8d\xd2\x49\x31\x2e\x46\xd4\x7c\x24\x43\xa2\x65\x0b\xf9\x17\x2d\x0f\x3b\x9e\x5f\x3b\x9c\xbe\x7d\x70\x11\x1c\x5b\x00\xef\x18\x83\xf9\x63\xa7\xaf\xb4\x45\xc5\x9e\x63\xf0\x17\xe4\x41\xc1\x85\x8b\x70\xd8\x47\x1f\x02\x6a\x3e\xe2\x0d\xf1\x34\xbe\x00\x5e\x84\xc7\x16\xa0\x3b\xe6\xd9\x47\xc0\x0b\x97\x87\x3d\xe1\x2f\x04\xde\x5a\xcb\x72\x21\xe5\x9c\x33\x35\x5c\x19\x5b\x63\xf1\x77\x20\x19\x84\x09\x3c\x20\x1e\x97\x1b\x24\x64\x12\xc0\xb9\x0e\x18\x6a\x7d\x9a\x1f\x13\x14\xb8\x07\x2a\xa3\xbc\x51\x0f\xe0\x87\xe9\xe7\x97\xc7\x6d\xef\xb9\x88\xb6\x3d\xeb\x30\xee\xdb\x10\x72\xc1\xcb\xd3\x20\xef\x3a\xb9\x6d\x05\xb1\x2e\xd6\xce\xf2\x15\xe0\x3a\xa1\x01\x31\x89\xc0\xcb\x4e\x86\x76\xc1\x36\xdf\xcc\x18\x8c\xb4\xb1\xad\xe5\x3a\x89\x2b\x45\x32\x4b\x63\x39\x81\xfd\x75\x41\x9a\x79\x96\x10\x69\xd3\xa4\x6e\xb8\x5e\xb4\x3c\x6c\x4d\xbf\x58\xb8\xc2\xcb\x7e\x91\x51\x7c\xee\x5d\x9c\x45\x91\xcc\x72\x9c\xf6\x5c\xbe\x50\x8e\xd3\x79\x20\x2f\x62\xe5\x0f\x89\x17\x1a\xd0\x1c\xbc\x50\x79\xd8\xe9\xfe\x7a\xa1\x71\xfd\xcc\xc9\xbd\xe1\x7f\x7d\x4f\x7f\x4e\x07\x3c\x5e\xc8\x7d\x52\xab\x7b\xbc\x1b\xbe\xf0\x0b\x14\x23\x7f\x8b\x6d\xbd\x12\x7a\x5b\x2c\x21\x8e\xc7\x0e\xc7\x17\xa2\x8c\x9d\xf0\xfd\x62\x5c\x8f\x3d\x06\xae\x84\xe2\x16\x21\xa8\x06\xf6\x59\x25\x44\x1d\x97\x22\xc5\xc5\xc5\xc8\x1f\x0b\xa5\x87\xd8\xc1\x62\x0c\xe0\xdd\x71\x06\xd7\x03\xef\x74\x63\x38\xe6\xa7\xb3\xa9\xe6\x7a\x92\x28\x7f\x71\xa0\x85\x7f\x5f\xdc\x28\x6b\x51\xec\x02\x70\x43\x01\xec\x6c\xb9\x37\xd0\x77\xd1\xfe\xbb\x7f\xe0\x14\x6d\xd0\xfb\x47\xef\x2b\x11\x7d\xff\x16\x5e\x70\x03\x3b\x9e\x37\x3d\x83\x02\x51\x74\x6f\xb9\x3d\xf4\x41\xba\x76\x4e\xff\x80\x51\x9b\xc4\x8d\x0e\x7d\xd3\x4d\x24\x77\xfa\x87\x03\x7a\x0a\xb7\x70\x72\x94\x4b\x3f\x50\xd6\x0e\xff\x00\xbb\xdb\x72\x1f\x10\xb5\x5a\xcc\x3b\xd5\xb3\x92\x0a\x77\x01\x3f\x4a\x70\xdd\x85\x44\xfa\xff\x8a\xe7\xa2\xe7\x81\x00\x0d\x3f\x93\x66\x6d\xd1\xbb\xd0\x73\x5b\x8a\x82\x9b\x89\x94\x3d\x2f\x0c\x4c\xae\x02\xb3\x37\xe1\xb2\xc3\x25\x6f\x3a\x8b\x2e\x3f\x53\x5d\x2b\xac\x78\x57\x12\xad\x2e\x00\x8f\xed\xa0\x7a\x03\x1e\x17\x07\x75\xde\xc0\xc7\xf6\x37\xbe\x2b\xdd\xd4\xc2\x2d\x04\x5e\xd0\x3c\x55\xac\x7e\x71\x8f\x58\x7d\xdd\x5b\xee\x8a\xd5\xd7\x26\xbd\xa9\xdc\x5d\xfe\x1e\xaa\x0b\x9d\xec\x37\xbc\x41\x8b\x83\x48\xef\x86\x48\x57\x53\x04\x65\xae\xfd\x9b\xef\x74\xff\x14\x36\xbc\x53\xbb\x1b\x6e\x61\xe0\x0b\xcd\x52\x7a\x0c\x78\xda\x10\x31\xd4\xac\x7b\xbd\x1b\x65\x99\x9f\x0f\xea\x2f\xf4\x8c\xe0\x1b\x9d\xa2\x37\x8a\x9e\x16\xc7\x77\xde\x9d\xbb\xcc\xd3\xd2\x91\x39\xcd\xc3\xee\x0d\xa5\x83\x35\xec\xce\x30\x13\xbf\x0f\x9a\x85\x2d\xee\x4e\xa4\xe6\x61\x77\x88\x53\x81\xfa\xbb\x43\x9c\x9a\xc4\x9e\xf3\xa8\x1e\x5f\x7c\x1b\xce\xfa\x7e\x0f\x1a\xdf\x05\x16\xee\x04\xb4\x66\x8e\xc1\x79\xf3\x0b\x5c\x7a\xd1\x3c\xb0\xf4\xd5\xef\x63\xe9\xab\x7b\x3c\xde\x1e\xcd\xbe\x03\xea\x49\x21\xea\x3b\x15\xbb\xcb\x3f\x24\xfb\xaa\x45\x00\x60\x17\x68\xbe\x83\xf7\x8c\xcf\x0f\xb9\xd6\xfe\x81\x26\x0f\x01\xd6\x3b\x48\xa4\xe6\x2d\xc0\x8f\x9e\xf8\x38\xf1\xec\xf7\x31\xaf\xc2\x3b\x77\xf0\xda\xec\x2d\x15\x10\x14\x5e\x29\xc6\x82\x7f\x38\x78\xe2\xde\x6c\xf9\x08\x3d\xef\xd6\xfe\x14\xd2\x7a\xcf\xfd\xbf\xff\x7d\xc0\xcc\x3d\x41\x9e\x90\xc1\xcd\x40\x71\xdb\xe2\xef\x89\x75\x17\x18\xb9\x11\x30\xf4\xd9\x1e\x50\xf9\xda\xc7\xe7\x4e\xef\x81\xe5\x17\x20\x12\x74\x09\xb9\x57\xb2\x81\x7f\x00\x1b\x78\xd9\x32\x5c\xc8\xbc\xcc\x24\x32\x55\x73\xfe\x40\x68\xb8\xac\xc5\x53\x81\x1d\x04\x67\x1e\xca\x08\x6d\x9f\xa7\x72\x7b\xe9\xc2\xf9\x30\xf9\x65\xd5\x4d\xe8\xa9\x84\xf3\x9f\x1f\xb8\x2c\x12\xaf\x4f\xca\x0d\xed\x98\x87\x15\x7a\x1c\xf5\xff\xb0\x42\x8f\xed\xd2\x0f\x2e\xda\xf6\x21\x78\x1a\x81\xa3\xff\xa7\x16\x55\xc0\xee\x81\xcd\xc6\x96\xf1\xa7\xa3\x01\x5d\x53\x1e\x58\x64\x6c\x82\x7e\x3a\x5d\xb2\x3c\xae\xce\x63\x49\xbb\xf4\xe9\x39\x2e\xfd\x00\x8b\x4b\xb7\xd9\xfa\x19\x04\x31\x1e\xc6\xe0\xbd\xa4\xfa\x07\x6c\xcb\xf0\x17\x28\xbf\xa2\x6d\xfa\xb0\x0e\xe1\xe7\x7d\x1e\x85\xd3\x2f\xdc\x30\xf0\x6b\x18\xc1\x34\xe9\xfa\x3f\xc8\xe1\xd3\x2f\x10\x4c\x6a\x9c\x01\x2b\x81\xa7\x1e\x71\x7d\xcd\xeb\x1b\x98\x17\x09\xe4\xe7\xdd\x93\x9f\x68\x91\x67\x82\x05\xb5\x89\x1f\xee\x18\x9d\x39\xcf\x44\xda\x75\x1d\xb5\xcf\x04\x47\x6a\x4b\x3e\x93\x33\xa0\xfe\x26\xfb\x13\x7d\xef\xa6\xaa\x8e\xf4\x7a\x66\xae\x8b\x3f\xc0\x2e\x33\x03\x4f\x1e\xb4\xd5\x14\x20\xc7\xe2\xa7\xc7\xe4\x36\x75\x41\x2f\x9d\x2a\x59\xf6\xac\x5c\x48\xff\x00\xe6\x91\x98\x78\x16\xf1\xa6\x36\xe2\x83\xfb\x65\xd8\x90\xf0\x2c\x6c\x13\xf3\x06\x0b\x10\xd6\xe5\x17\x20\xab\xcc\x5e\x0b\xb2\xc0\x9b\x64\x87\xcf\xad\xf9\x77\xe7\xcd\x7b\xfa\x07\x4c\xb4\x79\x8b\xf9\x18\x7e\x6e\x20\x79\x4d\x13\x85\xb8\xbd\xd0\xb1\xf6\xb0\x44\x4e\xf1\xff\x84\x9f\xd5\x3d\x90\xd9\xbc\xa9\x76\xd2\xe8\x67\x88\x53\xf3\x16\xac\x27\xbe\x5f\x3e\x47\x63\x8b\x9a\xb7\x03\x8b\xef\x31\xf0\x7a\x67\x6e\x86\x79\xc5\xe2\xf7\x39\xb8\xe7\x74\x9d\x7b\xe0\xac\xed\x63\xee\x81\xb1\xa4\xdb\x71\xe0\x39\x79\x78\xeb\x72\xf4\x20\xc7\x78\x35\xff\x9d\x14\x2d\xde\x21\xf4\x99\x71\xdc\xde\x73\x62\xe9\x96\x9b\x84\xb3\xb2\xd0\xe5\x03\x5f\xea\x6e\xe7\x83\x87\x19\xc1\x9d\xe2\xea\xb9\xa8\x35\xd4\x30\x2f\xb0\x8f\xb9\x85\x17\x38\x9d\x03\xcf\x45\xcf\x4a\x9d\x14\xcf\x95\xc3\xd2\x17\xb0\x3d\x8c\xdf\x9f\xdc\xb5\x1f\xde\xbe\xcc\x6a\xb8\x6c\x4d\x3b\x3d\x3e\x37\xed\x6e\x3f\xbf\x81\x75\xf1\x42\xdf\x39\x27\x9a\x03\xf8\xcb\x58\x39\xfc\xe0\xba\xe4\xd0\xd6\x07\x49\x9a\xba\x95\xbd\x0f\xfc\x65\x5c\xad\xe7\x81\xbb\xcc\x6c\xde\x52\x70\x97\xb1\xf6\xf8\x79\x6f\x43\xc3\x6a\xc9\x07\x85\x6c\xba\x2d\x07\xcf\x83\xdc\x55\x82\x69\xcf\xc3\x65\xc9\x1e\xe7\xef\xbd\x1c\x55\x25\x49\x98\xbf\xf7\x6e\xd4\x64\x0a\x99\x3f\xc4\xce\x35\x5d\x6a\xe7\xef\x87\xa2\x5f\xff\xf0\xf5\xfc\xbd\x97\xa7\x21\x95\xdf\xfc\xc1\x74\x21\x4f\xa7\xf9\x83\xe9\xa2\x7c\x3a\xa0\xe5\x6c\xf9\x87\xc9\x31\xfa\x8b\x9d\x3f\xb8\xc9\x03\x4d\xf8\x05\xf0\xf7\x87\x46\x1e\x29\xcb\x1f\x90\xd7\x36\xbf\x41\xe1\xd5\xd4\xc4\x7b\x23\x2b\x4a\xa2\x32\x7f\x1b\x65\xd7\x26\xaa\x70\x21\x93\xd2\x6f\xfe\x36\x5e\x1b\x9a\x7f\x68\xfc\x42\x9d\x6e\xb4\xd9\xb8\x8b\xc1\x61\xf8\x8b\x80\xde\x47\x44\xc1\x7e\xa1\x64\x58\xf3\xc7\xc4\x50\x8a\x21\x9d\x3f\xd6\x73\x1e\x4b\x4d\xe2\x42\x56\x7e\x5a\x8b\x92\x34\xf8\x05\x16\x67\xf2\xea\xbc\x37\xae\xa1\xfc\x59\xf3\xc7\x0b\x56\xfb\xa9\x0f\x66\x9a\x2c\x4d\x6d\x22\xd8\x6e\xb6\x9f\x38\x84\x17\xa6\xa1\x99\xa1\xb7\x4b\xe9\x6a\xb3\xd2\x0c\xd9\x34\x10\xd4\x22\xd4\xf1\x3b\x7f\x35\xc5\xbc\xfb\xa0\x3e\x6a\x89\xcc\x9a\x6c\x2b\xb2\x70\x87\x2a\x5e\x0e\xa6\xa6\xfc\x99\x6f\x91\x9b\x52\xee\xbf\xf3\x57\x39\x8e\xee\x1f\x1e\xb4\xa0\x67\x26\x13\x57\xb0\xe4\xfc\xb5\xdc\xdf\x22\xbb\xe5\xc0\x44\x37\x6e\x51\xc5\xb3\xfb\xde\x91\x46\xf1\x8a\x77\xf0\x88\x27\x1b\x3e\xcb\x72\x5e\x98\xbf\xce\xc9\xd7\xa0\x3a\xbf\xd7\x18\x3a\x4c\xa7\x66\xdb\x4e\x92\x45\x10\x7c\x9c\xfb\xef\xf3\xc3\x06\x75\xaa\xc6\x34\x48\x80\xe6\x75\xe4\x08\x44\xf1\x48\x1e\xf4\x1b\x20\xa9\x68\xed\x06\x79\xce\x34\x0f\x98\x9f\xaa\xba\x7c\x91\xd1\xd0\x35\x6f\xfe\x22\x37\x8a\x5a\x84\x42\x5e\x97\xd7\xf9\x83\x42\x5e\xd7\xeb\xf9\x0b\x28\x33\xdd\x63\x50\x8a\x7e\x7e\xc0\x2c\x17\xd1\xfc\x42\xa9\xa2\x68\x8a\xf9\xc3\x75\x46\xd7\xc0\xf9\x83\x9f\xca\x6c\xe6\x69\xdc\x5f\x74\xed\x9b\xbf\x80\xf3\x94\x19\x16\xd7\x17\x9d\x7e\xf3\x97\xea\xf9\xae\x0f\x26\x44\x58\xd1\x98\x5f\xf0\x35\xe4\x27\x39\x7f\x93\x14\x6a\xc8\xc8\x75\x55\xa7\x28\x9a\xbc\x81\x2d\x37\xb8\xfe\xfb\x5f\x2d\x53\x73\xf0\xa2\xaf\xf6\x1b\x7f\xa9\x99\x37\x7f\x2f\x32\xab\xc2\xaa\xf3\x37\x53\x0a\x88\x7e\xa8\xed\x85\xa8\xe7\x0f\x6a\xfb\xb6\xd4\x1b\x3c\x54\x94\xa4\x66\xfe\xa8\xb4\x6f\xde\x0a\x40\x59\xc5\xfb\x13\x5a\x7b\xdd\x23\xe6\x8f\xa8\xab\x79\xf7\x41\x6d\xdf\x2d\x98\x16\xe5\xab\x17\x99\x69\xaf\x3c\x83\x3b\x34\x97\x9e\x41\xa2\xac\xe6\xad\x83\x0c\x99\xad\xfb\x03\x0a\x2e\xb3\x11\xd5\xf6\xcd\x9b\x8f\xe9\x12\xa6\x68\x78\x71\x57\xfd\xcc\x0a\xb2\x25\xf4\x9f\x39\x75\x87\x78\xad\xfe\x00\x6c\x52\xdd\x20\x82\x70\xbd\x3b\x53\x4d\xaf\x06\x0f\x58\xc3\xdc\x01\x60\xd9\xe6\xf6\x0e\x9e\x5b\xde\xfe\x47\x66\x5d\xf1\x17\x48\x56\xdf\x44\x11\x40\x94\x80\xe0\xfc\x9d\xe0\x3b\xcb\x30\x3a\x2e\x37\x93\x80\x82\xd0\x0a\x48\x98\xbf\x04\x5d\x9e\x36\x6a\xd1\x7f\x96\xc5\x40\x5d\xf5\xf3\x45\xee\x6f\x71\x13\xdc\x50\x14\xe8\x3e\x7f\x27\x15\x10\x4b\x4d\x32\x41\x95\x22\x68\xe7\xef\xa2\xb6\xc9\x08\xe0\x4a\x32\xfd\x09\xf6\x87\xc7\x79\x61\xc7\x56\x7f\x00\x7e\x33\x51\x17\xf9\x4d\xc3\x84\x9e\xbc\x78\xc7\xc3\xa5\x44\xf6\x90\xf9\xcb\xfc\x9a\x96\xed\xac\xc3\xe2\x0d\x89\x8c\x55\x1f\xc1\x7a\x73\x03\xbb\x01\x8a\x41\x0b\x2d\x64\x21\x58\x2a\xbe\x37\x7f\x37\x8f\x0f\x63\x0a\xf8\x94\x7c\x8e\x7b\xa6\xf4\x0e\xcb\xde\x07\x67\xb1\xf7\xc4\x93\xf3\xa6\x51\x3e\xb4\xf1\xf9\xc0\x41\x8e\xef\x0f\x95\x74\x43\x69\xde\x45\xcc\x69\xa5\x30\xe0\xf9\x43\x4e\xab\x15\x06\x4f\xf0\x7e\x0e\xb3\xdc\x43\x96\x1b\x62\x6a\xe0\xbf\x15\xc6\x4e\x74\x55\x69\xde\x58\x0f\xb6\x85\x99\xf4\xa1\xab\x88\x9b\xbc\xd9\xc2\xbf\x26\x37\x7a\x47\x4b\x3a\x6c\x70\x5e\x59\x2a\x23\x38\x37\x24\x4f\x50\x15\xb3\xb9\xc1\x37\xda\xcb\xb7\xfd\x90\x77\x2f\xfc\x3f\xb2\x85\xfd\xd3\x0a\xcf\x0d\xda\x74\x63\xb3\xed\xc5\x7f\x45\x8a\x8f\xb9\xfd\x68\x80\x1d\xee\xf0\xe2\x98\xf4\xc6\x96\xd2\x43\x5d\x6c\x39\x71\xfe\x61\xf2\x8d\xd0\x0f\x70\x2e\xd1\xfa\x6e\x1b\x78\xb2\xf9\x7f\xde\xa1\x86\x5b\xb8\xd9\xa9\xbe\x60\x8e\x2c\x45\xe5\xce\x0d\xea\x70\x23\xa9\x8d\x95\x09\x9b\xfb\xa4\x3e\xbc\x49\x4c\x6e\x85\x23\xf7\x33\xaa\xf2\x29\xfd\xca\xdc\x12\xae\x15\xb7\x09\xb6\xd4\x7e\xdf\x6a\xb2\xa5\xfa\xa8\x88\xc4\xf2\x62\xa0\x8e\x74\xfd\x3c\x27\xd3\xb5\xbf\x9c\x45\xdb\x0b\xd4\xaa\xe5\xfc\x96\x38\xcd\x23\xa8\x39\x4d\xfe\x81\x6b\x63\x76\x79\x81\xd9\x30\x24\xd9\xe8\x2c\xa2\x6b\xdc\xdc\x1a\xb5\x6f\x43\x63\x24\xec\x12\x0c\xdb\x58\x38\xb0\x98\x61\x5a\x52\xe1\x2f\xb0\x78\x92\x0f\x1b\x0b\xb2\xc8\xcb\x77\x6e\xd0\x56\x2b\x03\xf7\xdc\x90\xdd\x4a\x86\xad\xb9\x75\x6c\x66\x21\x82\x8d\x59\x40\x15\x15\x3a\xb7\x8e\xb5\x15\x4c\xda\xa0\xcc\x36\x32\xdb\x7a\x47\x6e\x49\x51\xd4\x93\x01\xfd\x02\x16\xee\x9f\x42\x68\x6e\x23\x65\x9a\x48\x60\x65\xbe\xef\x1b\x3c\xb6\xab\xdf\x80\xa7\x69\xf5\x0b\x74\x1b\x36\xd5\x83\x53\x2d\x22\xa8\x5c\x56\x55\xc7\xb9\x05\xf3\x4c\x88\xa8\xe0\xb0\xfd\xcc\xad\x2d\x68\xb5\x05\x4e\x28\xc9\xb4\x2d\x72\x29\x44\x53\x4c\x30\x88\x5f\x80\xbf\xae\x97\x2a\x68\x56\xd0\xbc\x21\xed\xc0\xb4\x2c\x98\x80\x97\xde\x65\x93\xf0\xd2\xec\x03\x45\xd9\x67\x93\x41\x51\x66\x11\xb9\x4d\x5e\x81\x3c\x2b\x93\x0c\x5e\xdd\x24\xa5\x6a\x88\xe1\xa0\x2b\xb3\xcc\xdc\x26\x8e\x27\x8b\x17\xea\xca\x54\x2a\x72\x6e\x0c\x58\x53\x8c\xf1\xdc\x26\xa1\x83\xe6\x75\x71\x17\x0a\x30\x6d\x84\x68\x9e\xa6\x85\x03\xc9\x2c\x9e\x9e\x16\x9e\x87\x45\x30\xa1\x23\x6b\x7b\x31\x5a\xed\x16\x8a\x2b\x89\x72\x93\xb0\xb4\x7e\x3e\xb8\x80\xfa\x4c\x02\xe5\xb8\x00\xd4\xb6\x73\xaa\xf5\xc1\x9e\x3c\xae\xa9\xdd\x49\xb4\x86\x0d\xbf\xe3\xcf\xb6\xdb\x61\x1d\x5e\x6e\x00\xd2\xcb\xf3\xba\xe7\x34\xe9\x05\x38\x42\x7c\xa6\xed\xa0\x36\x43\xc0\x60\x3b\x90\x9c\xc1\x42\xf8\xc8\xc5\xd4\x20\xe1\xf9\xf0\x99\x26\x68\xbe\xbe\x3d\x60\xe9\x3c\xe8\x83\x2a\x21\x9d\x6e\x1b\x1c\x19\x14\x6b\x3b\xb7\x03\x5b\xc4\x63\x86\x23\x83\xfc\xea\xe7\x06\xc7\xe0\xe2\xb3\x07\x7a\xb0\xd9\x9a\x7f\x00\x3f\x0a\xda\x6f\x54\x8c\xb5\xe6\x1f\x28\xce\xdc\x25\xf2\x18\x54\xcb\xa2\x13\x63\x98\x1a\xc3\x89\x69\x9c\x1a\xf3\x3f\x4c\xe7\x17\x72\xe9\x35\x4d\x27\x06\x25\x80\xbf\x9d\x9c\xf8\x0f\xd5\x54\x84\x09\xeb\x6e\x17\x36\xba\x6e\x2c\x1b\x8a\x53\x4f\x0f\x1b\x90\x6e\x7d\xce\x70\xc6\xa7\x35\x61\xb6\xed\xe2\x1d\xde\xc2\xe5\xe2\x30\xdc\x04\x87\xe1\x16\xb8\x34\x7e\x9f\x40\xc4\x32\x97\x20\x2e\xfe\x14\x3b\x34\xb7\x9b\x5e\x8d\x6a\x8e\x29\xd4\x9b\x79\xe7\xa6\xff\x9d\x9f\xe3\xed\x5f\x6a\xa6\x0d\xbe\x0d\x0a\x5d\x9c\x1b\x7d\x19\x2c\x48\x6e\xa2\x0c\xaf\x2c\x33\xa8\x37\x43\x82\x9b\x26\x50\xb7\x40\xf1\x6a\x18\xc2\xa4\xa5\x16\x45\x59\x5a\x4f\x24\x3d\x64\x0d\xd3\x88\x5c\x05\x2b\x7c\xbe\xa6\xe3\xb1\x67\x11\xde\x0e\x5d\x51\x1a\x73\x43\xb8\x5b\xf9\x3c\xf3\xbc\x35\x86\x78\xc0\xe1\xcb\x2f\x50\xcd\x2a\x58\x52\x58\xf7\x45\x6e\x2b\xb3\x00\xd0\x75\xc5\x4c\xcc\xf2\xe3\xdc\xea\x3c\x2d\x70\x88\x50\x94\xe7\x2c\x3f\xce\xad\x9b\x24\x2c\x0d\x3d\xaf\xff\xfe\xd7\xe5\x97\x3e\x0b\xfc\x23\x14\x90\x39\xcb\x8f\x1c\xad\xbb\x5a\x81\x46\xcf\x97\xb9\x82\x50\x38\xc5\x5b\xce\xc2\x9c\xed\x1a\x54\x49\x7d\x9e\x36\x51\xd9\x7e\xf8\x40\x63\x42\x24\x9c\x1c\x63\x66\x79\x11\xe2\x90\xef\xf1\x2c\xd0\xc5\x29\x0b\xcc\x2c\xc4\x87\xc3\xcf\x3c\x7c\xbb\x3f\x20\xb0\x16\xc4\x2c\x08\x8d\xfb\x3e\xb3\x60\x83\x29\xe0\xcd\x4b\x1b\xa0\x6c\xd0\xf6\x74\x93\xf4\x8e\xa1\xba\xcb\x92\x47\x9f\x26\xa1\x50\x5c\x0a\x3a\x95\x42\xee\x58\xfe\x64\x61\x54\x7e\x01\xae\xbc\xc5\xff\x1f\xf8\x5f\x5d\xc2\x19\xb9\x15\xbf\xff\xf2\x8a\xb4\xfc\xb3\x20\x55\x56\xb7\xf6\xa7\xbc\xe8\x71\x28\xbe\x73\x96\x9a\x02\xda\x5f\xbc\x2c\x2d\x3f\xd9\x59\xa0\xfa\x93\xff\xc6\x2c\x4c\x0b\xff\x69\x60\xa2\x41\xcd\x1a\x9c\x91\x95\x39\x78\x96\x9a\xd3\xec\x1f\xb8\x0b\x05\x72\x4a\xe3\x4a\x8b\x44\xd6\xa1\x56\x58\xff\x2c\xf4\x8e\x50\xa9\xdc\x59\xe8\x1d\x61\x65\x43\x69\x59\xc2\x5e\xf3\xd4\x98\xbc\x5c\xf3\xd2\x72\xf5\x45\x45\xa3\x72\xa1\xb9\x13\x8a\x5c\x89\x97\xd2\x28\x72\x25\x30\x4b\x7a\x0c\x4b\xbb\x57\x3a\xcf\x7c\xf7\xc2\xf0\xb6\x36\xfc\x09\x26\x47\xe8\xab\x74\x2e\xaf\x26\x1b\xfa\x43\x45\xe8\xcd\xc2\x74\x58\x6d\xb8\x45\x6c\x1b\x01\x97\x02\xd0\xa9\xf8\xb9\x59\x12\x74\xea\x96\x5b\xa0\x40\xf4\xe5\xaf\x0c\x9e\x66\xc3\x3f\x34\xbc\xa0\x1e\x06\xed\xdc\x9a\x98\xf4\xf8\xf5\xce\x1c\x1c\x83\x96\x6b\xf0\xa6\x2d\xac\x5e\x60\x7a\x95\xa7\xf5\x2c\x03\xb9\x8b\x24\x13\x0b\x30\x69\x35\x0f\xc3\xf2\xda\x3d\xf3\xc1\x80\x2d\xcf\x1a\x72\x65\x7d\x84\x13\xab\x31\x5b\x71\x53\xd2\x81\x57\xea\xb9\x12\x94\x99\xc3\x9f\x60\x1f\x94\xbf\x64\x3c\x9d\x85\xee\xbe\x4d\x47\x51\x99\x9c\x34\x01\xa5\xc2\xb2\x36\x61\xe9\x32\x73\x96\xfc\xc9\xe2\x1b\x1a\x15\x53\x5f\x35\x6f\x1c\x80\xd0\xe2\x8d\x32\xb1\xb4\xde\xba\x93\x2a\x38\x1d\xa7\x85\xde\xbd\x2a\xa6\x3c\x0b\xbc\x1c\xaa\xa0\x77\x59\x49\xa6\x5f\x68\x54\xd2\x89\x4c\xa2\xd2\x8f\xd8\x5d\x93\x3f\xf8\x13\xc0\xfb\xe6\x36\x21\xe4\xbc\xf7\xe0\xbd\x5b\xbd\x7b\xf7\x1f\x1b\xd0\x07\x3b\xa3\x17\xcc\xb2\x3b\xfd\xb5\xfd\xc2\xbb\x9a\x9b\xb7\xd1\xce\x30\xc5\xe1\x26\x29\x21\x84\x11\x0b\xdc\x77\xab\x05\x31\xf4\x7e\xd5\x0c\x87\xca\x39\xbe\x36\x95\x3d\x67\xce\x24\xa0\xbe\x97\x97\x8f\x69\x11\x14\xc6\x38\x0b\xd2\xe3\x57\x5d\x52\x4a\xe2\x58\x01\xdb\x82\x4a\x3a\xc3\x1c\xc1\xbc\xaa\x2d\xfc\x45\xb0\x4f\x7f\x91\x78\x5f\xcf\x18\xa6\x4e\xf1\x72\x24\x3f\x68\xd8\x07\x47\xe9\x17\xb8\xf7\xc3\x3f\x20\xad\xee\x74\x97\x39\x4c\xff\xc0\xd0\x48\x73\xfd\x49\x4d\xbc\x68\x38\x53\x2c\xaa\xcf\x2b\x27\x42\x54\x5f\x74\x9c\xd4\x38\x11\xb2\x56\xbd\x14\x2f\xac\x6c\xbe\x15\x17\x44\xac\x4d\x0f\x22\x03\xd6\x3c\x51\x28\x27\xd8\x2d\xf1\x00\x22\xab\xa7\x09\x1e\xb6\xe5\x73\x5e\x00\x45\x56\x73\x03\x5c\x6e\xad\x62\x2d\x70\xb1\xad\x96\x16\x17\x18\xd2\x8b\x7f\x27\x43\xaa\x01\x58\x7d\x8d\xce\xcb\x9d\x6b\x2b\x12\x6f\x1c\x81\xde\xa9\x77\xee\x1a\x0d\x12\x49\x54\x3f\x87\x28\x94\x8d\x61\x0e\x7f\x81\x68\x59\x16\x47\xcc\xa2\xd5\xa6\xbb\x4c\x8e\xd6\x20\x5f\x28\x5a\xad\x17\x2e\x74\xa2\xfd\x1c\x04\x89\x3c\x0d\x15\xe0\x45\xeb\x5b\x72\x79\x48\xb4\xe6\x11\x11\x70\xd5\x1c\x9d\xc0\xd3\x07\xfd\xc3\xb3\xc8\x62\xf9\xe1\x4a\x88\x48\x84\xc0\x55\xd3\x08\x27\xdb\x6a\x20\x90\x59\xb2\xbc\x8b\x9e\xe4\xbf\x7f\x5d\xd4\x4c\xa6\x2f\x11\x57\x7f\xdb\x7f\xff\x9b\x2a\xbb\x34\xeb\x8f\x35\x11\x9b\x9e\x39\x08\x37\xd0\xb0\xf6\x7e\xa6\x8f\xec\xd2\x33\x30\x9e\x44\x47\xfd\x71\x08\x6e\x8f\x5b\x66\xfa\x07\x7a\x54\xe9\x99\x20\xd1\x14\x33\x5d\xaa\x72\xd3\xce\x8a\x4c\xfa\xf2\xac\x9b\x95\x2e\xb6\xca\xb0\x36\x2b\xd3\xa1\xfa\xbc\xac\x85\x7e\xf0\x12\xba\x15\x4a\x42\x65\xcf\x99\x15\x2e\xb1\xb6\x33\x57\x42\xb6\x3e\xfe\x72\x14\x55\x26\x2f\xf0\xf9\x5d\x33\xe1\x95\x14\x0f\x95\xe6\x5d\x9f\xc7\x15\x0a\x44\xa5\x42\x9e\x35\xcd\xbd\x42\xd2\x15\xfe\xb3\x55\x1a\xc6\x0a\xff\x59\x05\xe4\xcc\x4a\x73\xb0\xaf\xcc\xb5\x82\xb7\x9a\x9f\x3b\x9e\xd5\x63\x85\x11\x23\xfc\x7f\xb0\x01\xf7\xf8\x9e\x32\xc6\x88\x15\xfe\xb5\x55\x7a\xf3\x5a\x79\x21\x96\xa2\xa1\x26\x26\x9c\xa6\x89\x1b\x44\x7b\xb0\x12\x24\xea\x02\x53\x59\x97\xd0\xa8\xa2\x36\xde\x79\x3c\xac\x46\x91\xbd\xfc\x06\x86\x21\xf0\x5d\x5f\xd0\x18\xc3\x0b\xd9\x78\x21\xd6\x21\x50\x91\x74\x5f\xa5\x52\x67\xcd\x84\x0a\xfe\xff\xdd\xb4\x56\x52\xd6\x4e\x1a\xb5\x54\x2c\x45\x64\x5b\x4e\x85\x12\xd2\xca\xd7\xda\x39\xf3\x12\x66\xb5\x93\x66\x61\xa7\xda\x29\xd1\x3f\x7d\xe4\x3e\xd7\x30\x13\x73\x2e\xbf\x31\x41\xb5\xa9\x40\xf8\x93\xfd\x35\xea\x0b\x11\xa7\x6a\x0b\xcc\x0a\x88\x18\xe1\x71\xb3\xb4\x60\xd5\x65\xae\xc2\x02\xec\x3b\x40\x45\xe6\x81\xea\x99\x0b\x26\x90\x12\x4d\x74\x60\x0d\xc9\x9a\x0a\x0b\xaf\x4f\xf4\x0a\x87\xd5\xef\x07\xc9\xe5\x7e\xe1\x01\x8d\xea\x61\x26\x49\x5a\xbc\x99\xeb\x2f\xa2\x99\xe5\xea\xd3\xc7\xe4\x72\xab\x8f\xc9\xc3\xd0\x5c\x08\x8f\x3b\x9f\x3c\x15\xe1\x57\xd5\x4c\x09\x2d\xe2\x47\x3a\xc1\x6d\xb5\x5b\xc1\x5b\xe1\xb6\x6a\x14\x51\x17\x2f\x5b\xe6\xb0\x45\x79\xa7\x1e\xe0\x85\xaa\xac\xc2\xb3\x2e\xda\x30\xbc\x77\xd7\xe2\x20\xfc\x05\x69\xd0\x44\x32\x4b\x55\x5b\x7e\x81\x02\x43\x30\xa2\x32\x20\xab\x2d\xff\x00\xb1\x6d\x19\x48\x44\x27\xb4\x5d\xa1\x45\xac\x16\x30\x88\xc7\x52\x08\xc9\xac\xf4\x9f\x33\xfc\xaa\x7b\xee\x13\xd1\x80\x6c\x04\xd5\xfc\xb3\x53\xc5\xa1\x1b\x5e\xdd\x39\x0a\xf1\xcf\xce\x48\x07\x91\xc4\x82\x47\x3e\xb3\xeb\xce\xed\xef\xad\x76\x30\xb0\x51\x44\x1d\xe4\x40\x7d\x00\xad\xa0\x3c\x17\x67\x3d\x28\x25\x75\xc8\xd7\x13\x42\xd0\x27\x05\x94\x7a\xc3\xec\x73\x06\x18\x4e\x1d\xb0\x56\xf3\xe7\x2c\x82\x12\x6f\x78\xab\x22\x9c\x29\x2c\x6e\x4e\x30\x43\xf8\x99\xe0\xcc\x83\xbc\x18\x80\xea\xd3\xf1\x22\x72\xf6\x27\xc8\x0f\xf0\xd9\x66\xcc\x31\xd5\xbd\x53\x2f\xfa\x05\x88\x06\x68\xec\xe4\x3f\x3c\xeb\x8b\x9d\x9c\xfc\x7d\x56\x84\xf6\xcf\xee\x6d\x84\xda\xcc\xdb\x9f\xb2\x9d\xce\x7a\x83\x31\x7c\x14\xde\xa4\x57\x30\xa7\x42\x41\x37\x8d\x37\x2b\xdd\xe5\x0c\x1f\xeb\xbd\x90\xe5\x46\x8c\x70\xd3\xce\xe3\x4d\x79\xe3\x70\xf4\x24\x01\x07\x7d\xd6\x95\x46\x5a\x33\xc6\x83\x40\x0a\xa9\x56\x2b\x62\x8b\xaa\xcf\x3a\xc2\x22\xcb\x91\x17\x16\xcd\x61\x04\x82\xe4\x53\xd6\x29\xd6\x27\x25\x95\xa6\x18\xea\xb9\xd9\x3f\x5f\x80\xc2\xe5\x2f\x4e\x7e\xa1\x39\x7d\xc0\x7a\x9a\x95\x96\xc9\xa8\x04\xbc\x1a\x51\xcf\xe7\x99\x56\xe3\xa9\x67\x06\x38\x6a\x19\xdb\x8f\x44\x0e\x3d\xef\xff\xfd\x2f\x54\xdf\x7a\x36\x78\xcf\xc9\x29\x7c\xb6\x17\x06\x55\xc5\xcd\xcd\x46\x5d\x9b\x0e\xd3\x06\x54\x24\x6f\xd3\xd9\x7e\xd4\x6c\x48\xaa\xb4\xf4\x95\xd3\x06\x6d\x1b\x05\xbe\x7a\xdc\x72\xa5\xbb\x7e\x08\xfe\xe0\x37\x28\xb9\x04\xbd\x5a\x01\xf7\xe8\x58\x6a\x08\x35\x52\x98\xcf\x6c\x65\x21\xc1\x9f\xff\x87\x8c\x90\x60\x6b\x2f\x12\x1a\xf6\xe5\x6a\xcc\x21\x6f\xbc\xda\x6a\x3a\x27\xeb\xf9\x15\x09\xf6\x89\x69\x54\x4c\x49\x5b\xd3\x6a\xae\xac\x5a\xac\x38\x84\x96\x9f\x51\x90\x55\x92\xb4\xd1\x8c\x69\xf1\xdd\x60\xc6\xb4\x1f\x5d\xa3\x19\xd3\x78\xb6\x21\x88\x7d\x78\x96\x90\xb5\x53\xe5\x8c\x66\x4b\x33\xa7\x64\x6f\x6b\x29\xe7\xb4\x54\xed\x46\x42\x63\xcd\x22\x20\xc6\x54\xdd\x8a\xd9\xa8\x73\x32\x8c\x6f\x9d\x97\x11\xd1\xd0\x93\xa3\xd5\x29\x1c\xf8\x7d\x0f\x68\xd4\x31\x75\x21\xda\xd6\x29\xa9\xcc\x4f\x83\x87\xad\x58\xbc\x21\xac\xbc\x4b\x9e\x37\x28\x99\xec\xfb\xd3\x50\x1f\x79\xf3\x54\xd3\x6b\xcd\x97\xb8\x36\xc8\x3f\x9b\x5b\xa0\x52\x40\x44\x51\xeb\x64\x68\xdf\x10\x97\x63\xaf\xc6\xc6\xcc\x9d\xbe\x48\xb6\x71\xe0\x05\xd3\xc8\xc0\x64\x37\xc0\x13\xc1\x0d\xdc\x78\xdf\xff\x3f\x78\xd6\xc4\x32\x4c\x47\xd1\xd7\xb3\x21\x4e\xdd\x5a\xa8\x16\xf4\xfe\x90\xec\x68\x91\xa3\x54\x17\x70\x84\xdb\xbc\x05\x82\x88\x43\x47\x69\x7b\x71\xd2\x90\xff\xf1\x7b\xd7\xe7\xb4\x88\xa3\xe0\x19\x67\x47\xb8\x16\xb0\x19\x9a\x5f\x22\xd7\xce\x44\x91\x81\x84\xd5\x1b\xcc\xad\xb3\x0b\x38\x37\x98\x5b\xed\xb3\xda\xe0\x1a\xd7\xbc\x6d\x32\xa9\xbb\xa5\x0d\x12\x32\x35\x2f\xe6\x42\xbd\x17\x6f\xd4\x45\xe4\x25\x40\xd1\x16\x6d\xcc\x5e\x3b\xaa\xa1\x86\x9f\xb9\x91\x74\x56\x36\x46\xa1\xf7\xf2\x97\xa0\xd6\xf7\x0c\x86\x97\xad\x26\x01\x76\xd2\x6e\xee\x5b\xcc\xe9\xad\x83\xaa\x01\xe1\x34\x33\x1b\xd2\x31\xd9\xcf\xa3\x31\xbd\x52\xd7\x39\xd9\x76\xe2\x30\x53\x0c\xcf\x32\xfb\x2b\xb7\x3d\x25\xa6\x9a\x60\x7d\x45\x1b\x3a\xdb\xc1\x48\x34\x7d\x71\x34\x88\x02\xd1\x70\x4c\x14\x29\xd0\xa4\x1d\x5c\x69\xf5\x78\xf0\x4a\x64\x21\x0d\xf5\x90\x1d\x9c\xda\x41\xfe\x76\x87\x54\xc3\x9a\xfb\x98\xae\xbd\x17\x93\xc0\x69\xd0\x17\x27\x9d\x4f\x85\x57\xdb\xc9\x79\xd1\x34\x9c\xc4\xaf\x42\xc4\xed\x84\xb9\x4b\xd0\xb0\x21\xed\x66\x73\x0f\x27\xe5\x9b\x06\x81\x88\x01\x7b\x19\x36\xd8\x39\x9b\x4e\xef\x76\x12\xe7\x59\xbc\xc1\xee\x69\xbf\xb3\xf6\x62\xa4\x61\xff\xa9\x86\x08\xf0\x18\xfe\xbf\x72\x8c\xa2\xf0\x22\x45\x6a\xf0\xe2\xb4\xfa\x7f\x50\xa4\x5b\x62\x7b\x11\x92\xe3\xa3\x67\xbb\x93\x13\x35\xcd\x4c\x80\xd9\x4d\xf3\xcd\xc3\x55\x24\xdd\x4c\xe4\xe7\x0f\x28\xa1\x85\x34\xdb\x93\xd3\x2c\xa2\x1f\x6e\x49\x41\xc7\x46\xc7\x32\x5f\xd9\x1b\x50\x8b\xbd\x88\xda\x43\x69\x68\x81\xfb\x24\x55\xa2\xfb\xa1\xbd\xcd\xfb\x1e\x4e\x60\xad\xba\x49\x5e\x56\x74\xc5\x6a\x0f\xb8\x41\x33\xd7\x19\x43\x3d\xfd\x8c\xbb\x89\x6c\x19\xfd\x97\x34\x2c\xfd\x40\x17\x1c\xc1\x8c\x4e\x13\x9e\x2f\x27\x7d\xe3\xb9\x21\x51\xd1\x37\x64\xe3\x11\x93\xf7\x17\x56\x54\x55\xaf\x7a\xcf\x20\x10\xed\xff\x71\x84\x6b\x94\x1d\x26\x3a\xbb\x11\x76\xaa\x6f\xfa\xe7\x03\x32\x94\x04\x64\xdf\x28\x0b\x96\x49\xc0\xb0\x35\xf7\xbd\x90\xe7\x87\x9e\xb9\x16\xe2\x88\x5e\xea\x7f\xff\x0b\xfb\x99\x75\x64\x39\xb7\xff\x41\x67\x39\x1c\x5f\xe2\x3a\x13\x06\x59\x01\xd4\x4b\x52\xe9\x4f\xb8\x36\xa2\x09\x3a\x1d\x03\xc0\x5e\x78\x00\x0b\xd7\xf7\x4a\x1d\x93\xc0\x52\x4f\x15\x8d\xb6\x6e\x4f\xb3\x9d\xd8\xb2\xd3\x6c\xe7\x36\x2b\x71\x82\xf6\x72\x07\xba\xf1\x05\xa7\xd7\xfb\x05\x95\x5e\x2b\xc6\x1e\xfa\xba\xdb\xa1\x71\xb1\xd7\x4d\x6f\x98\x39\x2f\x46\xab\xa8\x8b\xaa\x0e\x1a\x35\x13\xcd\x0d\x4c\x34\x20\x06\x6a\x4c\x53\xa4\x89\x43\x80\xb2\xcd\x69\x1d\x3e\x5f\x76\x50\xe8\xc8\x59\x1e\x1e\x52\x62\x21\xc1\xad\xde\x93\xdf\xd4\x43\xe7\x4e\x13\xac\xe8\xf4\xfa\xf2\x7d\xa2\xf7\x0a\xb1\x2c\xa2\x11\xfd\xd8\xfe\x54\x19\x6f\xf6\xd4\xbd\x34\xf7\x07\x65\xb7\x79\xa7\x73\xc4\x26\x70\xa1\x37\x3f\x13\xe3\xfa\x7b\xb2\xaf\x57\x91\xa1\x94\xd1\x4d\x2f\x75\xae\x52\xb5\x74\x64\xf0\xf9\xcc\xfa\xa0\xf1\xcc\xb3\x38\x26\xfc\xd6\xc4\x8d\x03\x99\xe3\x3d\xeb\x03\x90\xc2\xfc\xfc\xe2\xa8\xa9\x82\xb9\xb3\x03\x37\x35\x53\x30\x72\xd6\xf5\x02\x41\x8c\x64\x53\x0f\x22\x7f\x5d\xff\x3b\x2b\xd7\xd8\xf8\xda\xe9\xdf\x6f\x23\x53\xa7\xb9\xce\xee\xe7\x1d\xe6\x3a\x5b\x67\x3b\x2d\x72\xb6\x4a\x76\x78\x95\x35\x41\x8c\x9e\x30\xc7\xcc\x36\x91\x2f\xdc\xf3\xc4\xf4\x3b\x21\xc5\x59\x9f\x3c\xf4\xbd\x78\x93\xe3\x70\x93\x58\x3c\xd3\x34\x73\x5c\xfe\x01\x67\xc9\xa7\xcb\x83\x2f\x98\x48\xe6\x6b\xd2\x5d\xb1\x4f\xc2\x06\x1d\xa0\x1d\x81\xcc\xb6\x5b\xf7\xc5\x3d\xa5\x16\x68\xd1\xeb\x9e\x7d\x04\x5c\xda\x6f\xa3\x03\x39\xd9\xc0\xd7\x59\xf1\x5a\xf1\xe8\xb3\x03\x2c\xd9\xeb\xb9\x23\x12\xa0\x7d\xfe\x87\x2c\xd2\xd1\xd3\xa9\x2e\xea\x9f\x1e\x38\xf5\xfe\x22\x2d\x7e\xba\xa3\xf7\x3d\xa5\x93\x26\x06\x6e\x65\x76\xdc\xe9\x4c\x6c\x6e\x5d\x48\x87\x0a\xc9\xf6\xfb\xbe\x53\x86\xea\xce\xdc\x77\xce\xbd\x3f\x40\xc9\x05\x8b\x54\x84\x64\x76\xef\x13\x84\x06\x28\x5b\xcd\xec\xfb\x7b\x48\x4f\xcb\xa6\x9d\xa7\x9f\xd7\x6e\x47\x5e\xd3\x0f\x89\x0f\xa2\x7f\xd5\xc0\xf1\x7b\x77\x81\x2e\x8f\x9d\x11\x9b\xbe\xb4\x77\xa6\x41\xb7\xae\xa5\xa7\x01\x50\xea\xc2\x7e\x50\xf9\xa1\x6b\x54\x27\xc4\xf3\xd9\x04\xd7\xb6\xe6\xe3\x92\x06\x3f\x5f\xab\xfa\x89\x48\x3d\xdd\x40\x3a\xf3\xa2\x5b\x03\xd3\x59\x38\xf1\xb3\x79\xe1\x69\xd6\x7c\x46\x33\xad\x79\x37\x83\x9d\x74\x9f\x5b\xfe\x02\x97\x5c\xe1\x84\x9e\x41\x9c\xde\xbd\x27\x0e\x4c\x33\x10\x21\x99\x65\x1c\x62\x36\xed\xa1\xd0\xd3\xa0\x27\xe0\xda\x61\xc0\x6b\x3e\x78\x10\x0b\x60\x07\x84\x7e\x91\xc1\xdc\x43\x5a\xf0\xa4\xaf\xe8\x37\x37\xb7\x67\x0e\x69\xce\x37\xef\xab\x9b\x34\x68\xe2\x18\x0d\xf0\x11\xc4\xa9\x88\xf2\x01\x0a\x45\x94\xaf\x00\xfd\xc6\x5a\x74\x7f\x40\x05\xb4\x39\x2a\x3d\xbf\x0c\x24\x50\x96\xa6\x39\xb8\xaf\x3f\xd9\xa9\x66\x02\xa8\xcd\x9e\xdd\xfd\xe1\xfa\xfb\x03\xf4\x69\x61\x80\xba\x34\xd3\x48\x83\x55\x0f\xeb\xfa\x4b\xbe\xb9\xd9\xe1\x15\x66\xdb\x7f\x7f\x12\x44\xfc\xeb\x7e\xfc\xa8\x6f\xd4\xc4\x0f\xe4\xac\xb4\x5f\xe3\x00\xe2\x53\x3c\xf8\x7b\x2a\x22\x87\x5f\xd5\x33\xf9\xd5\x0d\x42\x94\x68\x13\x0e\xe4\xc0\x09\xa5\xc5\x7a\xb7\x0f\x7b\x1c\xfa\x81\x17\x0a\x49\xc8\x01\xbd\x92\xfd\x2a\xc6\x36\xfe\xfb\x5f\xb7\xf2\x7a\x6c\xf1\x3e\xeb\x6a\x37\x36\xba\xa1\xe9\x86\x31\x52\xcd\x24\x56\x18\x1b\x27\xd5\x5d\x52\x28\x2f\xff\xc0\x6b\x91\xf8\x71\x94\xa4\x52\x9d\x42\x33\x65\xdb\xff\x28\x59\xcb\x4d\x03\xa7\x97\xbf\xfd\x09\x46\xa1\x82\x3b\xdc\x04\x77\x95\x3a\x2d\x28\xd8\xab\x43\x75\x54\x6c\x22\xcf\x43\xa2\xb3\xe5\x1f\x72\xa0\x22\x22\xb5\x55\x5a\xdf\xc1\x42\xd7\x56\x57\x0d\xda\xcc\xba\xf8\x69\xa4\xcd\xcc\x1c\x80\x80\x49\x3b\x14\x8c\x96\x29\x10\xd5\x09\x3c\xf7\xc7\xd4\xf5\x69\x30\xeb\x78\x68\x5f\x8c\x04\x75\xdd\x6f\x60\x37\x4b\xb4\x0f\x80\x34\xd5\x21\x9b\x03\x69\x16\xad\xf1\x1d\x3d\x59\x40\x1f\x74\x1e\x71\x5e\x31\x24\xa4\xb0\x7e\x6a\xc0\xf1\xde\xc1\x23\x83\x45\x05\xbb\x27\x0f\x16\xaf\x50\xd6\xad\x39\x60\xe1\x1a\x9f\x2e\x60\x6d\xb2\xaa\x70\x74\x84\x48\x7b\xfd\x50\x77\xfa\xe3\xda\x37\x00\xb3\xc2\xac\x0d\x37\x2b\xbb\x5e\x0f\xe4\x99\x09\x65\xa0\x9a\x63\xd0\xda\xa8\x13\x6c\x50\xe5\x65\x3d\xcb\x40\x46\x0b\x6b\xaa\x07\x4b\x4d\x5b\xa3\x35\xe0\xfc\xaf\x7c\x50\x73\x0c\xde\xaf\x3c\x11\x83\xe8\xc1\x54\xc0\x91\xca\xd6\xee\x11\x0c\xd3\x31\x9b\x21\x35\x62\xb1\x86\x72\x44\x72\xae\x3a\x09\xc6\x31\xba\x49\x6a\x24\x4d\x26\xb0\x9a\xaa\xf4\xcc\x01\xa8\xe6\x6a\x5b\x73\xcc\x6c\x52\x9d\x4e\xc8\x5a\xcb\xd6\x31\xc9\xba\x9e\x1b\xb8\x42\xd5\xcf\x17\x3c\x9d\x3d\x90\xcc\x33\x21\xd0\x3a\x60\x38\x6b\x9f\xe7\x8e\x74\x34\x1a\xd7\xca\x81\x6a\x5c\x69\x49\x93\x16\x6b\x20\x8f\x61\xb1\x7e\x6f\xec\x30\xe4\x5b\xb7\x36\x76\xf6\xa1\x2f\x76\x20\xc8\xe2\xff\xd9\x87\x30\xc1\x80\x5b\x92\x0d\x6b\x83\x46\x2a\xab\x3b\x06\xd2\x40\xd8\x3c\x33\xe0\x2d\xdf\x2c\xab\x0e\x4a\x1e\x4f\xf6\xc1\xbd\xe0\x89\x40\x5e\x08\xdb\x72\xc7\x11\xec\xc2\x4d\x50\x4e\x78\x14\x0c\x51\xb4\xb2\x6b\x1c\x0f\x7f\xd0\x5c\x9d\xf4\xf9\x11\xe4\x1b\x67\x92\xe1\x1f\x92\x0c\xb5\x81\x30\x46\x2b\xb3\x06\x3d\xe0\xdb\xf6\xa7\x70\xd7\x41\x2d\x91\xe0\xff\x38\x99\x25\x58\xf3\x46\xd0\x62\x09\x7d\x32\x55\xa1\x7b\xcb\x34\x67\x7a\x46\x8a\x25\x81\xbb\x71\x25\xfd\x1a\x21\x03\x1c\xad\x2b\x1b\x17\xe9\xf7\x33\xd5\xcf\xde\x6b\xcc\x0c\xa8\x1c\xd7\x73\x30\x6d\x76\x75\x93\x64\x1f\x73\x03\x22\x1c\x6d\x16\x1a\x30\xb5\x15\xab\xaa\x06\xfc\x94\x6c\x8e\x18\xf0\x53\xb2\x6d\x6c\x10\xe5\x58\xdb\x36\x98\x8d\x42\xd9\x8f\xe7\x00\xca\xf9\x08\x08\xd6\x72\xb6\xba\x6d\x24\xcc\x31\x7b\xdc\x64\x0f\xcb\x6f\xa4\xa7\xb0\xc1\x70\xdc\x27\x9e\xdd\xe7\x05\xd5\xa9\xdf\x47\x4a\x18\x5d\x58\xc7\x4d\xa2\xc5\x19\x0f\x1d\x39\x34\x4d\x80\x34\xdd\xec\x98\xc9\x29\x3c\x8f\xb0\x96\x75\xef\x19\x58\xcb\x62\xfb\xfc\xc0\xbd\xef\x51\xc3\xab\xc8\x18\x37\x50\xdb\xc5\x06\x8f\x80\x0f\x91\xbd\x34\x02\xd6\x34\x3b\x98\x05\x0b\xb9\x58\xa3\x13\x3f\x2e\xb6\xb8\x37\x80\x73\x6c\xaa\x8a\x1f\x17\x5f\x0c\x1a\xbf\x89\x17\xa6\x9e\x39\x4a\x37\xb0\xe3\xd9\x3d\xd0\x77\x58\xeb\x10\x30\xb8\x79\x5a\x83\x6e\x48\xca\x44\x39\x83\xde\xed\xd6\xbe\x05\xf3\x07\x2a\x97\xda\x0c\x14\x7e\xe9\x92\x25\x81\x6c\x15\xfd\xe7\xff\x79\xe0\x2c\xbf\x40\x97\xd4\xee\x37\xb0\x56\xc3\xcf\x04\x29\x9e\x07\x40\x25\xeb\x87\x03\xa5\xa2\xe3\xf3\x01\xaf\x02\x9e\x97\x8d\x48\x5d\x28\x25\x12\x3a\x49\x04\x46\x49\xbc\xe0\x37\x92\xa9\xb5\x7c\xa5\xa3\x53\x4d\x55\xa1\xa0\xf6\xd4\xc0\xe3\xdd\xba\xf8\x28\x8c\x72\xea\xee\x23\xe7\x4e\x3f\xc0\xf0\xf7\x71\x33\x8b\xca\xfd\x2f\xe4\x1d\x70\x60\xb2\x59\x25\x90\xef\xcf\x36\x91\x60\xb6\x0a\x15\x62\x9f\x01\x87\xa4\x8f\x4f\x4c\x20\x5b\x45\x2f\xee\x22\xe7\x46\x93\x05\x6c\x65\x43\x4c\x10\x5b\xd9\x63\x25\x98\x8c\xc2\x0a\xb7\xa0\x39\xd1\xaa\xc8\x80\x3e\xcc\xd1\x57\xd1\x98\x53\xc0\x1f\x60\xf3\x9a\x67\x68\x2c\xb4\x7a\x34\x90\xf2\xda\x36\x85\xe8\x39\x31\x5a\x40\xc4\x38\x5a\x5d\x1a\x48\xd0\xe7\x10\xb4\xe8\x98\x17\xe9\xba\x03\xb6\xc3\x8f\x01\x33\xe0\xaf\x6e\xb5\x73\xa4\x7e\x6a\xf8\x0b\x4c\x83\xce\xfe\x40\xf1\x95\x2e\x81\x14\x8c\x81\xb4\x8a\x37\x06\x49\xf2\x07\x88\xa5\xf2\xf6\x86\xb7\xb9\xb5\xe9\x81\x7c\x7c\x5d\x87\x41\xc0\x8c\xd7\xeb\x9f\xee\x48\x31\xc8\x3a\xee\x2d\x73\x5d\x98\xa3\x51\x64\xe5\xa3\xa2\x0b\xc4\x47\xda\x1e\x10\x01\xf5\xaf\x37\x0d\xd2\x80\x75\x4b\x9b\xa0\x22\x5e\xb7\xd9\xa0\x89\xce\x0a\xb5\x08\x04\xa4\x99\x9f\x61\x90\x73\x36\x8c\x98\x84\xb3\xde\xfa\x33\xb7\x88\xbf\x00\xa0\x1a\x16\x48\x70\x25\x9f\x56\xac\xc7\xa4\x53\xc2\x70\x1b\xaf\xa0\xb7\x9f\x6e\x30\xe5\x84\x2f\x77\xb1\x78\x1c\x99\x0c\xaa\x9e\x54\x15\x70\x06\xad\x76\xbe\x2f\xc6\x4a\x81\xa2\x91\x65\x40\xa2\x25\x08\x0c\x6f\x56\x15\xc6\xce\x4d\x61\xc9\x09\xdf\x22\x6b\x70\x63\xa7\xe9\x50\x97\xb3\x60\x92\x88\xe1\xc9\x00\xe8\xb2\x22\x30\xf6\xec\xd3\x4d\xa0\x4f\x53\x79\x90\xe3\x04\x27\x02\xa5\x4b\xac\xf7\x0b\x54\xb8\xeb\xbe\xb6\x06\x92\x3a\x2c\xef\x75\x58\xde\xac\x00\x0b\xf8\x16\xf5\x4f\x83\x37\x69\x74\x8b\x74\xde\xd5\x85\x31\x10\x73\xf8\xd9\x67\x44\x5c\xc3\x52\x10\x00\xcb\xda\xcb\x00\x64\xb2\x12\x2e\x90\x5b\xd9\x6a\xc0\x60\x9a\x88\xf6\x69\x91\x12\x2c\xfc\x06\x01\x8b\x34\x5c\x71\x72\xe2\x34\x8a\x93\x54\x5b\xd0\x5e\x24\x52\x1f\xc0\xf5\xdb\x4a\x97\xb8\x72\xfd\xb5\x78\x88\x20\xec\x9b\x25\xda\x45\xec\xe9\xc5\x61\xad\x11\xdf\xa3\x22\x51\x92\x07\x4a\xe5\xcf\xf0\x7e\x82\x93\x91\x63\xa8\x82\x19\x92\xad\x0a\x0c\xc2\x24\x7b\x6a\x05\xdd\xb5\xad\xa1\x0e\x9a\xec\x86\xe5\x20\x93\x72\x59\x6b\x10\x2f\x0c\x0a\x87\x5b\x06\xb4\x3d\xdd\xb7\xed\x20\xee\xd1\xb5\x37\x58\x94\xd8\x7a\xd7\x80\x9f\x51\xd7\x35\x38\xa8\x1e\xb2\x5e\x35\x90\xfa\xa1\x1b\x0f\x06\x03\xff\xda\xa7\x4d\x46\xb1\x68\x3a\x99\xe5\xb8\x7d\xda\x3c\x90\x87\x4e\xc3\x80\x86\xc7\xba\xbc\x78\x28\xcd\x34\x57\x13\x9e\x46\xdd\x17\xe1\xc9\x4c\x5e\x8e\x27\x9a\x08\xf3\xb3\x25\x6a\xfe\x72\x09\xa7\x7e\x80\xdb\x9b\x04\xc9\xfc\x71\x49\xbb\x9b\xdc\x29\x9d\xfc\x46\x4e\xee\xd2\x0f\xd8\x1e\xdd\x7d\x80\x6c\x09\xc4\xf9\xe3\xdc\xaa\xc5\x54\x1b\x69\x35\x26\xa1\x8f\x44\xd3\xdc\xc8\x02\x1a\xf8\xdc\x92\x05\xd4\x25\x33\x75\xf9\x16\x34\x61\x38\xb4\xaa\x6b\xc2\xef\xdb\xaa\xb9\xb9\x51\x4d\xae\x63\x66\x6e\x39\x4e\x51\xbd\xe5\x6a\xb8\x0f\x0a\xf6\x30\x59\x27\x3b\xd5\xc0\x98\x7d\xd9\x0a\xdd\xf9\xe2\xa5\x98\xdb\x9f\x8c\x49\xb3\x70\xd4\x22\xa0\x70\xfb\x69\x9a\xe0\x56\x6e\x47\xcf\x89\xba\x78\x56\x81\xcf\xc2\xb3\x5a\x87\xf7\x2c\x3c\x9b\xa5\xcf\x9b\x85\x3b\x5e\x67\xe9\x64\xad\x64\xeb\x76\x67\x25\x0d\x9a\xe8\xca\xd3\x50\x10\x65\x56\xca\x80\xe1\x1f\x38\xb1\x9a\x25\x78\x76\x5b\x33\x36\x33\xda\x4f\x2a\xa6\x49\x20\xe5\x89\xa7\xd6\x4a\xa5\xb6\xe7\x4c\xa5\x94\x68\x68\xdc\x7a\x66\x87\x86\x89\xf1\xb0\x18\x1e\x68\x0d\xf4\x6c\x10\xa6\x5e\xa8\x46\xd3\x8f\x34\x4c\x13\x95\xf1\x6c\x24\x9e\xf4\xe3\x1e\x82\x05\xb3\xe5\x5a\x6b\xb2\x5f\xe8\x55\x9c\x04\x61\xa2\x9c\xb2\x6f\xfa\x93\x5a\xaf\x90\x5e\x65\xf6\xa4\xda\x3f\x90\x6a\x75\x01\x57\x6f\xeb\x2d\x67\x4f\x22\x35\x93\x9d\x5b\xd3\x7d\x40\xcd\x65\xab\xf1\x4c\x70\x26\x28\x34\x09\xce\x3c\xcc\xce\xb9\x97\xde\x65\x42\x0f\x56\x3e\x34\x51\x1a\x7b\xf5\xa0\x07\x6b\x1f\xa2\xb0\x75\x3d\x0d\xf0\x0c\xeb\xca\x17\x3e\x27\x3d\xc3\xac\xc0\x9d\xc0\x77\x86\x47\x73\x70\xd8\xea\x72\x30\x41\x92\x7a\x1c\xb9\x73\xb5\x78\x2f\xde\xab\xbe\x26\x4f\xe6\xc8\x50\x85\xd2\x39\x07\x19\xc8\xcf\x9c\x7a\xa9\xc9\x26\x0d\x94\xaa\x1f\x3a\x67\x30\x47\xa4\x68\x08\xae\x8d\xb7\x0e\x12\x9c\x59\xdd\x31\xe1\xce\x6e\xb5\xcc\x44\x4e\x8c\x65\xa2\x69\xe1\xb4\xae\x7d\x32\xfe\xd0\xaa\xfc\x89\x84\x65\xd6\xe3\x4c\xd8\x33\xbb\x69\x84\x3d\xd3\x66\xdd\x39\x73\x1e\xf5\xc1\xc4\x4e\xf4\xd2\x11\x24\xea\x56\x3c\x59\x2b\xe4\xe7\xf7\x61\x3b\xf0\x3c\x23\x98\xd0\x77\xde\xb9\xf8\xbd\x86\x00\x85\xd9\xf4\x41\xb0\x20\x4d\xa4\x10\x99\xd4\x9f\x7d\x84\xf2\x02\x73\xe9\x8a\x3b\x17\x47\xa4\x29\x58\x3c\x8c\xcc\xe0\x89\xf5\x04\x38\x26\xb1\xde\xf2\x33\xb6\xa9\x6e\x97\x73\xe7\x01\x69\xfe\x45\x1c\x60\x57\xfa\xfa\x39\x77\x56\x90\xd0\x20\x90\x76\xd5\x0a\x93\x09\xfd\x9a\x6f\xd9\x13\x45\xec\x7c\x5d\x9d\x08\xda\x53\x35\x9c\x39\x0f\xae\xb3\xdf\x0f\xe8\x3a\xfd\x3f\xcf\x00\xf3\x3f\x2d\x74\x2a\x3c\x3b\x27\x5c\xaa\x7c\x6b\x9f\x67\x0e\x5a\x83\x7a\x91\x5e\xd9\xbc\x1f\xce\x02\x6f\x21\x91\x0c\x4d\x9a\x5d\x79\x27\x22\xf4\x9a\x53\x48\xcd\x33\x27\x41\x83\x3e\x29\xd6\x4d\xf5\x49\xb7\x08\x4f\xd3\x89\x78\x5b\xe1\xb4\x49\xfd\xd8\x68\x7f\x8a\x38\x9a\x17\x14\xf4\xca\x2c\x3f\x27\x7d\xac\x54\x79\x74\x4e\x68\xd3\x7c\xdd\x9e\x2f\x30\xac\xd3\xdb\xe9\x22\x22\x28\xfe\x01\x2e\x53\x16\x54\xb0\x00\xfa\x26\x3c\x2f\x1e\x9c\xe6\x76\x54\x98\xf3\xe5\x7a\xde\x54\x59\x7a\x87\xde\x70\xff\x37\x49\xa9\xf8\xf2\x06\xbb\x27\xba\x10\x3f\x67\x3c\x9d\x37\x10\x00\x9c\x6f\x65\x13\x00\xce\x4a\xc8\xf9\x70\x90\x7e\xbf\x03\x18\x69\xd6\x9f\xec\x51\xec\xfc\x20\xfb\x84\x07\x0d\xd5\x98\xef\xde\x13\x0e\x59\x76\x00\x9c\x0f\x8a\xad\x9a\xd9\x1e\xd4\x0c\x10\xda\x5b\xbf\x5c\xb5\xa5\x1f\x48\x71\xd7\x33\x28\x14\xe6\x59\x89\xe5\x74\xd7\x5e\x3f\x78\xa3\x68\x5d\x16\xd4\x56\xbe\x4a\xad\x1f\x28\xda\xfc\x3f\xf5\x09\x92\x7b\x0b\xc8\xcc\x43\x5c\x1b\x55\x6f\xfe\xbf\xa2\x01\x3f\xd3\x99\x4e\x14\x6d\x58\x67\x21\xf5\xf5\x02\xa4\xe1\x39\x5c\xcc\xaf\x65\x95\xfb\x82\x72\xc8\xd7\xc3\x55\x68\x6d\xd2\x0e\x5f\xb0\xbc\xf5\xcd\xb3\xc4\x84\x09\x8e\xcf\x5b\x88\x76\xeb\xca\x14\x3e\x57\xa5\xb4\x97\x68\x5b\x74\xa6\x52\xed\x8e\xb9\x2a\x8f\x5e\xc9\xb6\x05\x50\xe3\x9b\xd1\xaa\xbc\x84\x76\xbf\x00\xee\xd2\xae\x5e\xd0\x1f\x85\x37\xe9\xa2\x71\xce\xf1\x6b\x0b\xb0\xc7\x17\xbe\x45\xfd\x91\x4a\x1d\xcc\xd5\x88\x82\x8b\x7f\xd8\x30\x17\x6a\xa1\x11\x8b\xe9\xfe\xb0\x1a\x67\x5f\xcb\x0d\xd8\x33\x3e\x0d\x74\x7e\xe0\x17\x68\xc0\xf0\x6c\x32\x09\x82\xd3\x99\x2e\x68\x98\x86\x39\xe8\x85\x39\xff\x8f\x26\x0a\x79\xcf\x14\xfd\xa9\x6c\xe2\x58\x40\x2d\x36\x9a\x2c\x56\x3d\xb3\xe9\x60\x25\x28\xf9\x7c\xc1\xb3\x53\xe7\xc0\xea\xd4\x5d\x7c\x3e\x01\xdb\x48\x6c\x2f\xfa\xa7\x7b\x35\xa0\x63\x1a\x52\xc1\xac\xd4\x31\xe9\x1c\x58\x23\xa7\x4e\x2d\xb0\xe2\xaf\x77\xfb\x1a\x9c\x3b\x4d\xf6\x20\x07\x88\x45\xa0\x75\x32\x72\x5e\x83\x00\xd1\x44\xc3\x4b\xca\xe0\x7b\x0d\x8a\xb4\xe5\x2e\x1f\xbc\xa0\x61\x07\x45\x9a\x89\x44\x16\x04\xfb\x1d\xae\x48\x1a\x45\x03\x34\x51\x06\xca\x2b\x88\xc5\xa5\x7e\x59\x70\xc4\x1a\x52\xad\x2d\x64\xe6\x2a\x36\x41\xac\xa0\x60\xf6\x30\x22\xa7\x5a\xf3\x40\xf7\x71\x1b\x0c\x16\x80\x8b\x91\xf1\x42\x76\x2f\x15\x45\x9d\xeb\x05\x2e\x5b\x9d\x02\x80\x6b\x42\x32\x5b\x4a\x21\x9b\x97\x65\xff\x9a\x03\x42\xe9\x4f\xfa\xba\xc5\x34\xac\xe6\x47\xb8\x64\x0d\xa1\x96\x95\x8a\xb0\x0f\x39\x5c\x27\x3f\x43\x31\x66\xe9\x30\x73\x7c\x5a\x06\x78\x64\x59\x2a\x2f\xa6\xbc\x57\x49\xd6\xb9\x16\xe9\xf7\x73\xe3\x3e\xd5\x0c\x51\x2d\x66\xc4\xba\x32\xc7\x82\x9f\x31\x08\x6f\xe4\x85\x41\x48\xd1\xb6\x50\x69\xc2\xd7\xfe\x45\x87\xab\x61\x31\x4a\x87\x2b\xeb\xfe\x17\xfc\xd7\x0d\x70\xd7\x9e\x02\x4c\xc3\xdc\xc1\xbe\x82\x29\x6b\x47\xc1\x55\xcf\x1b\xf2\x7a\x19\x9a\xad\x74\xa7\xf2\x33\xe4\x80\x50\xcc\x82\x4e\xcd\xa9\x14\xd7\xc1\x59\xd2\xc5\x71\x21\xc1\xbd\xad\xfc\x0b\x86\x4c\xeb\xd8\x16\xdd\xa7\x6c\x73\x59\x47\x92\xac\x95\xa2\x3f\x95\x8d\x2e\xeb\xa0\xd0\xd5\x2d\x6d\xc1\x5d\xca\x30\x64\x1d\xc9\xbc\xee\x04\x7b\x50\xba\xa5\x05\x24\x63\xf5\xc8\xba\x78\xd7\xf0\x1e\x64\x4e\xac\xe9\x0d\x92\x1a\x2d\xaf\xdd\x15\xa4\x4a\x7d\x5c\xbc\x74\x79\x9b\xc2\xa1\xfc\x73\x34\xb0\x80\x97\x05\x03\x53\xca\x3b\x08\x64\xdd\x03\x3a\x77\x11\x81\x2c\x56\x1f\x29\xcd\x62\xb8\x36\x68\xad\x9b\xca\xdd\xe1\x37\xc8\xc4\x3e\xb8\x1f\xea\x7d\xbc\x4b\x1f\x42\x36\x29\x0f\x16\xd1\x8c\xa7\x02\xbe\x4a\xe1\xc8\xc0\xf5\x80\x29\xbb\x3f\x48\x2a\xfc\xc2\xc5\x26\x35\xfd\x4f\xb2\xe9\xbf\xe9\xde\x99\x75\xea\xe7\x67\xe4\xd4\xb0\x41\x6a\x87\xe5\xce\x96\x9e\x1d\x96\x3b\x4b\xe5\xfd\xc7\xc3\xbd\xfa\x03\x16\x44\xf4\x0b\x60\xd3\xf9\x7f\x8c\xbd\x49\xce\x36\xbd\xb2\x1c\x36\xf7\x2a\xbe\x1d\xb8\xd8\x93\x93\x7f\xe2\xb1\xbd\x87\xea\x68\x68\xa0\xab\x8b\x63\x69\xff\x46\x45\x90\x11\xcf\x11\x24\xe0\x1b\xbc\xc0\xfb\x14\xab\xd8\x24\x93\x99\xc9\x6c\x3d\x02\xd0\x54\x07\xe5\x3c\x5e\xb8\x85\xf9\x7b\x5e\x57\xdd\x01\x72\x48\xf9\x70\x9f\x74\x50\x72\xa4\xdc\x19\x10\x0a\x2d\x01\xe4\x84\xa6\xc9\x28\x76\x42\xd1\xd4\xed\xfd\x7f\x86\xb5\xbd\x9a\x13\x34\x4d\xa6\x48\x27\x4a\xe2\x3a\xe4\xeb\x84\xe6\xc9\x72\xe5\x89\xac\xa4\x3e\x49\x27\x65\x26\x61\xfd\x49\xa5\x92\x4d\xac\x27\x92\x4a\x99\xb1\x9c\x14\xa2\x6c\x8d\x3c\xe3\x5a\x94\x86\x8c\x94\xe8\x45\xc3\xce\x6d\x94\xd3\x6f\x9e\xce\xe0\x3e\x21\x87\x55\xf7\xc0\xc3\x29\x91\xe9\x8c\x48\xcd\xac\xeb\xea\x89\x22\x5e\x55\x72\xc1\x49\x1b\x9d\xcd\x7c\x67\xa2\x67\x91\x00\x8d\xa4\xa5\x3d\xbb\x9d\xf5\x62\xd5\x21\x93\x98\xfe\x8c\x40\x99\xec\xe7\x05\x2a\x2a\x35\xe5\x44\x12\xa6\x29\x27\x38\x11\x0c\x0f\x88\xe4\x5d\xa2\x37\x27\x9d\xa3\x4a\xfc\x2b\x46\x74\xb2\x32\x8f\x2a\x86\xf5\x93\xb9\xe6\x6d\x3c\x3d\x29\xae\x55\xbf\x90\xf8\x82\x26\xbc\xc4\x31\x5d\x6f\xcf\xcc\x15\x69\x46\x4c\x37\x10\x7e\xba\xc4\x99\x94\x76\xe6\x84\xb8\x36\x9c\x1c\xfe\xcc\x3c\x93\xba\x9f\x9e\x99\x52\xa5\x78\xcb\x09\x8f\x78\x5b\x70\x4f\xa8\xa5\x7a\x71\x3b\xe8\xb6\x0e\xf5\x59\xd6\xac\xb5\x0c\x64\x41\xb5\x8c\x71\x96\x02\xf5\x8c\x3b\x24\x66\x48\xf8\x3a\x99\x16\xd5\x49\x12\xce\xa5\xa6\x92\x6a\xe2\x2c\xc4\x78\x7f\x71\xb3\x0b\x4f\xe2\x21\x20\x3c\x08\x03\x4b\xf4\x1b\x49\xae\x9c\x6b\xf3\x44\x7d\xa1\x16\x3c\x6b\x68\x9d\x7e\x4e\x40\x5d\x65\x93\xf4\x9b\x3c\x3b\xfa\xc1\x8a\x8e\xd0\xef\xb5\x0a\xf7\x40\x3f\x43\x8f\x00\xdb\x6c\x77\x3b\x48\x91\x38\xe8\x49\x79\xd0\x74\x02\xf2\xa0\x73\x64\x9d\x10\xff\x2c\x56\x9c\x0d\xae\xbe\x9e\x31\xec\x90\xb6\x0d\x9f\x90\x06\x2d\xca\x9d\xcb\xd5\xcb\x70\x6f\x08\x2d\xf0\x09\x6d\x9c\x90\x3f\x78\xb9\x22\x01\xb1\x91\x38\xfa\x08\x52\x07\x65\xe3\xee\xd9\x09\x45\xad\xb9\x13\x39\xbc\x0f\x08\x1d\xfc\xc1\x68\x64\x58\xf8\x39\xb3\x70\xb1\x1f\x8e\x51\x3b\x61\xda\x1c\x5e\x15\xb2\xe8\xf7\xee\xdf\x17\x47\xf0\x07\x2b\x20\x42\xbf\x1f\xc4\x60\x7a\x8a\xa4\x33\xde\xb8\x25\xbf\x99\xd0\xc0\xa3\xde\xbe\x80\x27\xa3\x15\x6d\x02\x39\x3f\x01\x2f\xfe\x30\x11\xc8\x73\x43\xb2\xcf\x39\xd6\x22\x3c\x04\x65\x02\x63\x13\xb2\xf1\x77\xef\x3d\x93\x36\xd8\xec\x79\x22\x69\x43\xf5\x32\x69\x27\x2d\xfe\xcd\x55\xf8\xd8\x42\xe2\xfb\xe1\x53\x14\xf8\x7c\x84\xe0\xaa\x56\x8d\x7d\x48\xbe\x3f\x8a\x7f\x93\x38\xfa\x7b\x50\x12\xd3\x89\x93\x33\xf4\xde\x43\xd5\x96\xba\xc1\x76\x32\x5d\xa3\xa0\x80\x14\x5b\x16\x6a\xcf\x73\x11\x44\x0f\xb1\xd6\xa0\x45\x7d\x32\x62\x1c\x3e\x93\x08\x88\x74\x5a\x89\xf3\x22\x36\x65\x3f\x58\x80\xd6\x2c\x97\x04\x28\xa5\xce\x79\xc1\x69\xdb\x5b\x75\x11\x5d\xbc\x57\x10\x09\x7d\x8d\x3b\xaf\xf7\x83\x43\xf4\x07\x13\xc6\x7b\xbd\x8f\x54\xaf\x55\xfa\x87\xf3\x5e\x73\xd2\xa4\x61\x97\x55\x91\xb0\x7e\xde\x24\x77\xd9\x5f\x80\xbd\x17\xbf\xd0\xf9\x82\x16\x71\x2f\xa2\xad\xbd\xa3\x61\xd6\xb6\xde\x13\xee\x6e\x9f\x04\xf0\x37\x8c\x08\x59\x26\x6c\x08\x3e\x11\x30\x59\xbb\x27\x8c\x4c\x67\x3e\x20\xcf\x52\x2b\x68\x3e\x50\x06\x0e\xbb\x22\x9f\x9f\x94\x9c\x86\x61\xf0\xc9\xc0\xd9\x51\x7d\xe7\xb3\x76\x41\x1b\x4b\x89\xb7\xbb\x47\xd0\x73\x73\x56\x68\xfb\x0e\x6f\x3c\x92\x4e\x0c\x55\x43\xee\x27\x3c\xe3\x9c\x0a\xf4\x7c\x90\xdb\xc5\xb2\x02\x4c\xc0\x3f\xb8\x87\x04\x5e\x4e\x91\x7f\xbe\xd8\x35\xcb\x91\x28\x91\xfb\x23\x7c\xbc\x70\xd1\xb0\x18\x48\x09\xdb\xa2\x00\x72\x4c\x54\x8b\x91\x48\x03\x3b\x5c\xb6\xe7\x84\x57\x5c\x2f\xfe\x4d\xfe\xa3\x0f\x26\x29\xa5\x0f\x30\x2a\x05\xb8\xe0\xd1\x39\x79\x3e\x05\xe3\xc9\x9b\x87\x0f\xc7\xe4\xcd\x23\xf8\x01\xf2\x52\x98\xf7\x4f\xce\x59\x6b\x80\xf5\xd8\x91\xb3\x27\xab\x00\x78\x17\x27\x35\xd3\x26\x09\x50\x27\x0e\x53\x2d\x1a\x8b\x6d\xd2\xbe\x50\x16\xca\x35\x1f\x2e\x96\xcc\x15\x31\xbf\x0e\x16\xc7\x38\xf4\x9b\x31\x17\x4d\xbf\x29\xcf\x74\x7f\xc0\xf3\x1b\x3c\x42\xc3\xbe\xb9\x07\x9a\xd9\x84\xac\x17\xd3\xfe\xdb\x8a\x7e\x51\xa0\xff\x99\x13\x05\x9c\xee\x41\x5f\x44\x33\x45\xfd\x9e\x1c\x53\x3d\x40\xc2\x77\x69\x83\x2b\x10\xdd\x25\x3e\x5f\x81\xc8\xa2\x49\x42\x5e\x77\x35\x85\x2b\x70\xd2\x7e\x9f\x45\x49\xba\x7e\x9f\x68\x0f\xfa\x7d\xc1\xe0\xe5\x01\xd7\x46\xf8\x03\xe4\x14\xfe\xe9\x90\x02\x7d\xf1\x83\xc5\x88\x35\x85\xc8\x35\x08\xb0\x91\x2a\x15\xff\xe6\x94\x05\x25\x54\x80\x72\x6a\xf2\x0b\x09\xc6\x9c\xe2\xfd\x62\x4e\x58\x9d\x97\x2b\x2e\xa8\xaa\x83\xb4\xf0\x59\x23\x20\x29\xac\x4b\x0e\x5c\x89\x37\x33\x11\xda\x8b\x0a\x4f\x1d\x80\x8b\x45\x02\x6c\xf4\xbf\x50\x13\xc0\x09\xd6\x2f\x88\xc7\xce\x6d\x7e\x31\x5d\x97\x9d\x19\xae\xbc\x4e\x84\xe6\x90\xd7\x15\xd5\x6f\x90\xb4\x8a\x2b\x5e\x9f\x3c\x5c\x9d\x93\xf8\x82\xf6\xd2\xe9\xd0\x2f\xfa\xc7\x39\xe5\xef\x95\x39\x29\x0f\x31\xf1\x5b\x80\x59\xfe\x72\xa2\x24\x17\x82\x15\x86\xb3\x68\x5f\x0c\x17\xf5\x6e\x97\x75\xb0\xfd\x02\xf6\x46\x62\xd8\xc5\x12\xb7\x12\x55\xaf\x42\x4d\x71\xf4\x03\xe0\x93\x58\xd4\x55\xb8\x79\x6e\x47\x72\x03\x31\x9c\xab\x90\xf1\x8a\xd6\x5c\xf0\xb8\x73\xae\xe7\x8b\xba\x4d\xfb\x5b\x5c\x75\xd5\x64\xd4\x6f\x4e\x41\xb4\xe4\x82\x45\xb5\xfd\x5d\xf2\x85\x0b\x82\xae\xf3\x3a\x5f\x75\x51\x77\xad\xb8\x72\x3e\x02\xd1\x92\x74\x35\x5a\x63\x11\x3e\xff\x46\xf6\x57\x03\x04\x6a\x4e\xd7\x13\xb8\x90\x34\xa3\xff\x9c\x58\xc4\x30\x98\xe5\x5e\x4c\x2e\xd6\x0d\x32\x9a\x67\xed\xb9\x74\x51\xcd\xd9\x0d\x64\x98\x67\x9d\xd9\xf9\x5a\xc2\xb1\x58\xd0\xc5\x74\x63\x9e\x04\xc2\x4d\x9d\xb3\xf8\xea\x0b\x53\x34\x09\xc8\xc6\x4e\xa9\x73\x31\xfb\x98\x9d\x58\x2e\xc6\x9f\x76\xef\x53\x3f\xff\xf9\xf3\x13\x67\x77\x2d\x1f\x3e\x1f\xd3\x4e\x48\xbb\xcb\x85\xce\x1e\x13\xe8\x6c\xc8\x2d\x61\x58\x77\xd0\x6b\x65\xea\xd0\x07\x48\x37\xe6\xfc\xb1\xd7\xa0\x07\x8b\x44\x91\x6b\xf0\xe6\x25\x05\xf1\x35\xd6\x85\x52\x63\x0c\x12\x5c\xed\xff\x8d\x5c\x7f\x36\x7b\xdd\x89\xa7\x54\xd7\xbb\x9b\x81\x4b\x96\x0f\x6e\x14\xca\x75\xca\xd1\x9b\xf5\x44\xcc\x27\x6e\x16\x7a\xb3\x2b\xcc\x0d\xdf\x5a\xe7\xc2\xbc\x49\x4c\x24\xf4\xdf\xbc\x5a\x9b\x88\xdf\x1f\xed\x48\xc1\x43\x66\xd2\x2f\x89\x4d\x37\xae\xd6\x4e\x8e\x79\xe7\x75\x26\xa2\x1e\x50\xc1\xa1\x49\xd2\x23\xc4\x91\x51\x37\x89\x8d\x4e\xd5\x4d\xda\x92\x3d\xc2\xe4\x9c\xf4\x01\x92\x01\x3a\xb1\xd4\x4d\x0f\x11\x3b\xdb\xdc\x08\x84\x1a\x5d\x48\x77\x2f\xe2\x52\xfc\x49\x41\x17\x9a\x24\x53\xfd\x99\x59\xdd\x65\x01\x5f\xb3\x2a\x3c\x0a\xcd\x9f\x7c\xeb\x72\x75\x99\x9b\xd6\x17\x3b\xec\xdc\x0c\x85\xb2\xd5\xf0\x86\x35\xc5\x16\x81\x1b\x77\x6b\xa7\x13\xba\x79\x75\xb6\x67\xcb\x5d\x19\x92\x92\xfc\xc6\xe0\x34\xb5\x5f\xc8\xdd\xe3\x54\xb9\x37\x2e\xd3\xf6\x23\xbc\x49\x63\xc4\x6d\xee\xba\x30\x44\x08\x80\xd4\x3b\x45\xe5\x9b\xfb\x0d\x2f\x5c\x67\x5f\xb9\x59\xa4\xc4\x80\x69\xc0\x39\x51\xd1\xbb\xad\xed\xf4\x03\x0c\x29\xa2\x72\x37\xe2\xa0\xae\x5c\x77\xe7\xb2\x35\x85\xce\xbd\x10\xa4\x91\x2c\xd0\xc9\x0e\x6e\x58\x22\xec\xe1\x71\xaf\xab\xad\x2e\x33\x37\x8a\xc0\xfd\x60\x3d\x1d\x70\xed\x51\x71\x23\x7b\x60\x37\x1f\xbf\xe9\x91\x6b\xc6\x7f\x23\x18\xdc\xc1\x79\x37\x2c\x0b\x0e\xec\xb9\x59\x16\xce\x5c\xf8\x66\xb6\x40\xb3\xe1\x9b\xd9\x02\xed\xa8\x72\x83\x02\x38\x72\xe6\xfe\x08\x40\x32\x95\xba\x71\xfe\x93\x4d\x03\xf7\xc9\x3a\x3b\x82\x0b\xc2\xaa\xcc\x5c\xee\x93\x29\x2e\xd5\xc1\xb9\x90\x5a\x53\x80\x6d\xc2\x9a\xc2\x1b\xb9\x77\x52\x2b\x7f\xc3\x8d\xee\x93\x61\xbc\xda\xc6\x93\x50\xd7\x2e\xb0\x64\x9c\x4f\x10\xaf\xb5\xde\x04\xe4\xf5\x71\xb8\xc2\x0d\x8f\x12\xbb\x4d\xdf\xb8\xd5\xba\xa4\xc4\xfd\x5d\x6a\xd3\x0f\xf5\x83\x47\x89\xdd\x0c\x6e\xc4\x6b\xd9\xab\xfa\xbe\x60\xfb\xf1\x62\x11\x13\xde\x9b\xfb\xe3\xf9\x94\x48\x7c\x23\xed\xcf\xe8\xe2\x34\xf7\x05\x9f\x17\x71\xf3\xfb\xbb\xe2\xa6\xf0\xd3\xce\x15\xb8\xc7\x09\xb4\xd2\xfb\x37\x0d\x74\x9a\x21\x72\xfc\x34\xf1\x88\x9b\x0e\x29\x3e\x19\xdf\x15\x38\xb9\x3e\xc0\xfd\xdd\x80\xf3\x0f\x02\xdc\x8b\x8f\xf9\x05\x9e\xff\xee\x1e\x18\xcc\xaf\x19\xa1\x1a\x8a\x55\xbb\xf7\xba\x11\x47\xbf\x70\xc2\x17\x49\x40\xba\xd7\x51\xd1\x1a\x71\xc9\xb5\x87\xd7\x8d\x6a\x28\x4e\xbe\x7e\xdf\x64\x7c\x5e\x24\xd2\x04\xb9\x5a\xca\xfd\x50\x8e\xf3\x17\x4f\x02\xd2\x69\x9f\x19\x10\x66\x51\xf0\x66\x75\x14\x0b\x93\x37\x02\xc2\x4a\x30\x85\xc0\x35\xd8\x7e\xe7\xf7\x77\x0d\x8e\xf6\x6c\xbb\x97\xab\xb3\x87\x24\x61\xfd\x79\x01\x15\xab\x74\xad\xbd\x5f\x54\x28\xf7\xe9\x7d\x69\xd5\xf9\x79\x00\x82\xe0\x0e\x90\xb7\xda\xbe\xf2\x37\xee\xc1\xf6\xbe\xbf\x71\x0f\xb6\xa2\xe1\x66\x10\xbc\xfd\xa5\x6e\x16\x48\x31\xf2\xad\x8b\xb0\xd8\xff\x8d\x8b\x70\xf8\xe9\x81\x80\x96\x80\x7c\x4f\xa4\x49\xf0\xf9\x63\x6a\x23\xcb\xe4\x37\x53\x1b\xd9\xeb\xeb\x9e\xc8\x83\x65\xfc\x5d\x37\x61\x73\x5e\x56\xc4\xfb\x41\x87\x49\x57\xb4\xe2\x41\xe8\x8c\xe9\xdf\x40\x0f\x33\x3d\xe6\xa5\xb6\x1f\xd7\xbd\xee\xbe\x12\x21\x9f\x83\xb7\x42\x69\x32\x1f\x56\xbc\x73\x2a\xdf\x87\x77\xd7\xe6\xdf\x38\xb8\xa2\x8b\xcf\xb1\x48\xab\x1f\x00\x1d\x9a\x7b\x04\xe5\x11\x5f\x7d\xe0\x15\x6d\x8f\xd2\x87\x21\x61\x16\xfc\x1f\xb8\x45\xdb\x49\xf5\xe1\x4d\x56\x0c\xe8\xa1\x69\x2a\xfa\x37\x76\x5f\x38\xfe\xe0\x62\xdb\xc4\x3e\x1e\x5e\x6c\xa5\x10\x78\xc2\x82\xab\x07\xa0\x37\x40\x71\x8f\x6b\xfb\x35\x47\xc4\x30\x5b\xf3\xf3\x2c\xb5\xb9\xa4\xde\x87\xbc\x5f\xe4\xf1\x41\x8c\x73\xeb\x6e\x5f\x87\xc6\x2f\x20\x01\x98\xb6\xf2\x61\x8c\x73\xd0\x15\xed\xa9\x3c\xea\x82\x3b\xbd\x3b\xad\xba\x7f\xe0\xcc\x69\x75\xda\x83\xeb\x84\x3d\xc3\x9e\x46\xb0\x68\x0d\x28\x4e\x6b\x4b\xf4\xd3\xa8\x68\xf1\xef\x06\x0a\xee\xdf\x0b\x57\xfe\x8a\xff\x3c\x9d\xa3\x6b\x36\x7d\xa1\xbb\xa6\xc3\xe2\x65\x41\xf4\xfb\x41\xd9\x7f\x23\xef\xd3\xd7\xa1\xd4\x84\x11\x1c\xed\xfa\x55\x0f\x83\xa3\x83\x78\xd2\xb3\x04\x05\x49\xb7\xcf\x58\xd8\xac\x35\x0c\x1a\x25\xc5\x86\x1e\x38\x6f\xb6\xee\x17\x28\xdd\x78\xe3\x96\x58\x2f\x6a\xf5\xd0\xe7\xc0\x4e\x7e\xcf\x09\x7f\x65\x9d\xca\x87\xe5\x5c\x83\xc8\xfa\x03\xf7\x4d\xeb\x5a\x9f\x93\x22\x96\x04\xde\x87\x49\x7d\x1d\x53\xf7\x20\x89\x5e\xb3\x69\xfc\xb9\x48\xa6\x25\xe0\x3e\xd0\x11\x9b\x53\x3c\x57\x61\x17\x7e\xa1\xf1\x81\xa6\x45\x86\x6a\xb7\xbb\x07\x5e\x03\x76\x37\x7a\xa8\x33\xb6\x1b\xdd\x73\xad\x52\xe3\xee\x02\x32\x80\x68\xdc\x73\x2f\x50\x68\xcb\xa0\x35\xb6\x53\xda\x73\xaf\x59\x69\xcb\xee\x05\x1b\x8d\x71\xaf\x69\x6a\xcb\xee\xce\xd3\xef\x41\x58\xab\xca\x78\x88\x70\x1d\xfb\x47\x3c\x37\x04\x54\x23\x16\xf3\xb4\x84\xea\x07\xa0\x1f\xa6\x71\xcc\x26\x6c\xa7\x80\xe7\x61\x16\x46\xc9\x93\xcf\x72\x7f\xc8\xfe\x04\x24\x63\xf8\x0b\x5a\x24\x4d\x32\x1e\x52\x3d\xf1\xcd\x87\x4c\xd0\x04\xe1\xe1\xac\x05\x09\xe8\x7e\x2d\x6f\x3d\x08\x82\xb6\x05\xf3\xf9\x78\x5c\xb4\xd6\xf2\x01\x4b\xb3\xf1\xf0\x79\xd7\xf1\x51\x87\x8c\x81\xb6\xd3\xe2\xf3\x92\xac\x49\x20\x7d\x50\x7c\x61\x18\x51\xdf\x45\x62\x04\xc9\x17\xf5\xaf\x25\xb1\x3e\xd4\xe6\xda\x2f\xf2\x99\x10\x81\xa2\x5f\xc8\x1c\xc2\x0f\x0a\xe4\x0f\xcd\x01\xae\x9d\x36\x16\x3e\xf4\x95\xb0\x0e\xe3\x99\x5c\xf6\x86\xe3\xbb\xf8\x8f\x18\xeb\x7b\x50\xdc\x88\x7e\x03\x31\x68\x42\xa9\xf7\x58\xa7\x69\xe8\xc1\xcd\x2f\x92\x1e\x20\x95\xb3\x8e\xf4\x0b\xfe\x61\x3d\xff\x1b\x02\x97\xa9\x21\xe8\xcb\x60\x05\xc3\x1b\xd6\x24\xfc\x09\xa6\x2d\x84\x79\x23\x7d\x2b\xc5\x69\x5f\x38\x12\x34\x3b\x58\xbc\x74\xd8\xb4\x81\xf9\x65\xaa\x14\xeb\x1c\x5e\xa4\xf5\xf5\x3d\xfa\x45\x26\x14\x2b\x8d\xdf\x44\xd0\x48\x64\x7f\x57\x71\x7a\x89\x14\x2f\x82\x79\xad\xf2\x7d\x91\xe7\xd7\xaa\xf4\x37\x71\x19\x42\xfc\x97\x1a\x08\xeb\x0b\xde\xb4\xd4\x1c\x5a\x39\x42\x4a\x6c\x00\x78\x33\x2a\x9a\x0b\x8d\xdf\xdc\xd0\xae\x0e\xa0\x3e\xb0\x3e\xe9\x85\x26\xd2\x6a\xc2\x17\x65\xe4\xad\x74\x7e\x59\x5c\x2a\x34\x7f\x00\x8c\x09\x9e\x00\xb5\x68\x92\x2e\x5f\x56\x9f\xaa\x3f\x43\x90\x42\x97\xbf\xe2\x4b\x6f\x21\x54\xb5\x51\xac\x23\x60\x15\xca\x0b\x55\x82\xef\xbf\x2f\x62\x47\xac\x00\x7b\xa9\x17\xa8\x3f\x0f\x28\x1c\x14\x7f\x01\x4f\x40\xf1\xfa\x17\x5e\x98\xbe\x1a\xbd\x75\x6d\xa4\x86\xa4\x17\xa6\x95\x2e\x2f\x42\x7f\xad\xef\x78\xe1\x84\x69\x0d\xd9\x5b\x79\x51\x28\xfe\x80\x47\x59\xba\x89\x77\x29\x06\xc4\xf9\x5e\xc6\x7e\x58\x0d\xf3\x36\xa2\xac\x14\x20\x6f\x5b\xd3\xd2\x27\x08\xfe\xf0\x7d\xe6\x45\x16\x5f\x67\x6f\x7c\x1b\xa9\x64\x75\x97\x15\x1f\x68\x5d\xd4\x47\x3a\x73\xe2\x4b\xfd\xa3\xb5\xc4\x2f\x93\xaa\x04\xd9\x3e\x5f\xa8\x1f\x9a\x3d\x72\x5e\xa8\x1f\xcc\xe8\x5e\xc8\x15\xbe\xaf\xbc\xb0\xb4\x5b\x26\x7e\xa1\x7d\xb0\xd0\xfc\x22\x77\x9d\x05\xf7\x97\xd5\xa7\x7a\xf5\x0b\xc0\x48\x9f\x89\x7e\xe1\xb7\xa6\xc8\xf8\x60\x71\xde\x97\xf5\x4e\xbb\x44\x88\x77\x70\x46\x5a\x35\x6b\x1b\x04\x09\xbc\x2f\x1c\x25\x2d\x5e\xbe\x83\x53\x16\x5c\xc7\x82\xa3\x3f\x20\x0f\x94\x80\xf0\x42\x4a\xb1\x18\xf3\x0e\xde\x85\xbd\x15\x63\x21\xa5\x27\xf1\xf0\x81\x07\xa1\x54\xed\x75\xc0\x72\x6e\x21\xe4\x65\x49\x54\xcb\x7f\xef\xb9\x76\x4f\xf3\x3e\x17\xe8\x34\x08\x74\x0a\x16\x8d\xde\x4f\xb0\x89\x8e\x3f\x7b\xe1\x2c\xf9\x03\xba\x93\x67\x59\x0c\xe7\x65\x39\xaa\xa0\xcb\xc4\x4b\xc1\xc7\xeb\x42\xdc\x8a\xf9\xf0\x7b\x71\xd2\x6e\xa7\xba\x4b\x77\x83\xf7\xe2\x75\xf5\xe7\x0b\x84\x8d\xd8\x1f\xe5\xbd\x56\xed\x4b\xcd\xfa\xa2\xea\x47\x7c\xf2\x85\x98\xd3\x75\xf1\x7f\x3f\x31\xa7\xd9\xe7\xeb\xbd\xc9\x2f\x8c\x53\x37\x70\x4e\x5c\xf0\x45\x8c\xb2\x19\xef\xbb\x84\x1c\xe3\x14\x2e\xfe\x3f\x4c\x0e\x32\x8e\x2b\x3d\xbd\x10\x71\x7e\x58\x1a\x6c\xdb\x96\x4f\x5e\xe6\x7d\x39\x3c\x01\x28\xe5\x3d\xa1\x87\x17\x64\x89\xca\x2f\xae\xf9\x5d\x82\xd9\xbb\x1c\x3e\x75\x87\x7a\x21\x9e\xfc\x70\x27\xde\xd1\xed\xde\xfc\xa2\x1e\x82\x2b\x34\xbf\xdf\x95\x3b\xd9\x06\xf5\x52\x3e\x31\x73\xa2\xb0\xd1\xcd\x11\x5f\x8e\x20\x18\xd0\x57\xd3\x8e\x3e\x2f\x6d\xc9\x76\x88\x7e\x59\xd1\xc0\x1e\xd4\xef\x5c\x80\xd7\xb2\xe6\x02\xac\x66\xc1\x50\x62\xcf\x92\x25\x44\x83\xd4\x4a\xef\x64\x90\xae\x71\x72\x72\x5a\xda\x5c\x4a\x2c\xc5\xed\x2c\x12\xe2\x39\x00\x39\xa4\x7a\x98\xcc\x1d\x67\xf5\xe6\x64\xc9\xf8\x9a\x8f\xbf\x61\x47\x13\xd7\x6b\x07\xd7\x4e\x84\x21\xf7\x9f\xdf\x3c\x84\x22\xec\xf3\x58\xb4\x61\xe8\x01\x12\x40\x8a\xa4\x4e\x5c\xb7\xcd\x8d\x26\x2c\xc7\x26\x15\x13\xe9\x52\x4c\xe5\x27\x6e\xcb\xa6\xd1\xf3\x13\x7e\x92\x61\x3c\x03\x67\xa4\xf5\x85\xca\xf5\x25\x3d\xa0\x09\x41\xf7\xed\xc9\x10\x62\xbb\xfd\xcc\x00\xf2\x55\xfd\x02\x60\x2e\x7a\x37\x03\xa7\xe8\xf7\x21\x1b\x07\x4f\x89\x71\x5c\x3f\x43\x42\xfc\xd2\x89\x9c\x91\x92\x90\x8e\xec\x8c\x24\xa9\xcd\x6f\xe0\x48\x56\xbf\xb0\xe0\xaa\x39\x30\x5c\xc6\x4e\xd4\x93\x55\x17\xb2\x5f\x38\x3f\xe1\x58\xd7\xbe\xc9\xdc\xc5\xd6\x63\xcf\x48\x39\x40\xc4\x6c\xb2\x20\x55\xf8\xe9\x82\x18\x6e\x5c\x89\x2c\x83\xaa\x59\x25\xee\x85\xe6\x90\x56\x7a\x78\x6d\x56\x5a\xeb\xf2\x17\xbc\x50\xe9\x1e\x31\x59\x61\xaa\x7a\x5a\x09\x3e\x58\x42\xe8\x99\xb8\x19\xee\x92\xbc\xa4\x79\x50\xee\x8e\x26\x09\x83\xf5\xcf\x6e\xa6\x09\xd7\x34\x81\x96\x61\xc9\x8e\x3a\x99\x8c\x4b\xae\x3f\x0f\x80\x72\xc6\xe1\x4c\x9d\x92\xa8\xcf\x44\x01\xaa\xfc\xd3\x25\x70\x4e\x07\x7f\xc2\x21\xf4\x07\xb2\x79\xed\x9e\x16\x41\x31\xd3\xbb\xc9\xb8\x65\x9b\xe1\x27\xc5\x4a\xe3\x43\x86\xfe\x4e\x72\xeb\xcc\x5c\xa4\x7f\x4f\xae\x41\x1d\x14\x4a\x47\xc6\xf2\xc2\x70\x07\xf1\xa2\xc9\x38\xe5\xee\xad\x40\xce\x98\x1f\xc0\xd2\xdf\xd3\x56\x89\x59\x38\x29\x81\x01\x82\xa3\x35\xce\x93\xde\x9b\xd2\xd8\x4c\x6a\x99\xec\x17\x3e\x07\x19\xae\xa6\x80\x94\xb5\xf6\x1a\x9c\x4b\x0a\xf0\xe1\xa5\x7a\xc3\xc4\x00\x69\x48\x7e\xf6\x12\xee\x73\x5d\xa2\xeb\x3c\x29\x1d\x9b\xdc\x9d\x6b\x91\x7e\xb0\x10\x50\x63\x7e\x62\x43\x76\x99\xf2\x79\x76\xfc\xd6\x9c\x61\x58\xf8\xed\xe0\x83\xfc\xcf\xd9\x3e\x39\x25\x01\x81\xde\x72\xba\xd4\x4c\x64\x2d\xb1\x23\xda\xbc\x22\x82\x48\x34\xde\xb5\xa6\xec\x0e\xb0\x0d\x86\x22\xb3\xcf\xda\x87\x70\x22\xab\x89\x05\xfa\x09\xc3\xc2\xf1\xd3\x01\xb4\xaa\x26\x57\xac\x98\x64\xc7\xc8\x89\x44\x72\x43\x77\x8a\xb9\xf4\x22\xa6\xa9\xcc\x6a\x62\xeb\xcb\x44\xfd\x80\x18\xfd\x3b\x23\xdd\xbb\x7a\x84\xe2\xc4\x1a\xf1\x79\xf3\xe6\xe6\x39\x43\x4d\x92\xed\x76\x38\x99\xcf\xb6\xfd\x8c\x49\x91\xb0\xfe\x95\x1b\xf7\xa4\x44\x61\xfb\xce\x64\x12\x14\xd3\xae\x67\xad\x49\x03\x52\x8b\x62\x64\x66\x6a\x39\xfb\xa1\x4f\x46\xc7\xb6\x9f\x2f\xc0\x59\x74\x8b\x99\xcb\xb4\xf0\xf3\x05\x58\x97\x74\x86\xf3\xe5\x15\xc5\xb8\x00\xff\x36\x8b\x31\xf3\x25\xdd\x37\x3e\x2f\xad\x88\x37\x1b\xf9\x6f\x6d\x19\x98\x2f\x93\x28\xb9\x47\x9a\x64\x4d\xf6\x91\xfe\xf6\x07\x7d\x91\xfe\xb6\x4b\xe7\x35\x5f\x16\xe4\xd2\xa2\x68\x08\x08\xfe\x7e\xf1\x2a\x77\x00\x7c\x96\x9a\x6d\x42\xa9\xe2\xac\xab\x73\x19\x06\xbc\x06\x44\xa4\x74\x69\x8e\xe6\x5c\x60\xf2\x17\xeb\xc8\x69\x88\x4f\x0c\x4a\x56\xbb\x4d\x84\xac\xd8\x05\x6e\x4e\xb2\x2a\xf3\x95\x4f\xa8\x49\x36\x33\xcf\xb9\x30\x7a\x0d\x31\x0e\x94\x3c\x10\xb1\x1b\xc7\x01\xef\xf8\xdd\xe3\x38\x0e\xde\x71\xba\x1f\xa4\x0f\x6c\x87\x3f\xa0\x66\xa8\xbb\x47\x6c\xc4\xd6\xa0\x8d\x03\x7a\x1d\xb1\xdb\x71\xac\x32\xea\xd9\x3d\x5e\x58\x44\xd6\x6f\xaa\x75\x36\x5f\x1a\x07\xec\x06\x63\x0b\xc1\xe3\x40\x36\x15\x11\x8a\x71\x40\xed\x13\xdd\x8e\x9a\x0b\xa3\xa9\x1d\xc9\x54\xfa\x50\x7f\x28\xb9\x70\xfc\xfc\x86\x5b\x9f\x27\x44\x41\x68\xf8\x77\xc5\xf8\x49\xbf\x1b\x1c\x4c\xfd\x3d\xe9\x4c\xd5\x12\x03\x24\x8a\xe2\xdf\x27\x76\xc1\x1f\x50\x93\xd5\xfd\x02\x62\x47\xf6\x99\x1c\x07\xa2\x84\xc7\xe1\xdf\x13\xe6\x41\x01\x1d\x01\x2f\x52\xbe\x8c\x03\x89\x53\x86\x37\x05\xe1\x2e\x72\x3f\x18\x47\x44\xc9\xda\xec\xf6\x86\xf7\xb5\x47\x91\x5a\x85\xe1\x17\x28\xd1\x14\x3f\x78\x81\x27\x82\x71\xa4\x2e\xa6\x6b\x4d\x88\x31\x4e\x86\x01\x12\xd0\x29\x13\xc7\x38\xa0\xa2\x92\x36\x6f\x1c\x89\x40\x75\x3b\xb5\x64\x55\x50\x4f\xac\x19\xaa\x35\x40\x9c\x51\x6c\xd5\x38\x12\x5c\xfa\x8c\x98\x89\x58\xe1\x0e\xc9\xd8\x9b\x3a\xc8\xb0\x88\x16\x2d\x01\xfe\x77\xd5\xa8\xce\xec\x74\xca\xd4\x34\x8e\x4c\x1a\x33\xfc\x00\x7e\xf1\x5e\x23\xc3\x55\xbc\x46\x08\x27\x23\x08\xac\xf0\xa0\xe9\x3f\x33\x40\xf2\x11\x23\x5a\xa6\x20\xe9\x35\x40\x58\x91\x0b\xec\x38\x10\xcc\xa2\x6c\xfa\xe3\x28\x38\x7c\x41\xef\x23\x34\x65\x04\xbd\x0f\xc9\xe4\x67\xc2\x70\xc5\x1b\xc1\xdf\x83\x5e\x04\xc1\xb0\x8c\x7f\xfe\xb4\xec\x05\x14\x22\xa6\xf1\x00\x81\x29\xba\x86\x8f\xa3\x90\x7b\x34\x61\x66\x21\xd4\xc7\x5f\xf0\x9e\x71\x20\x68\x25\xf9\xa0\xc2\xaf\xa6\x99\x18\x55\x72\x16\x9f\x5c\x06\xad\x78\x3d\x9f\x5c\x94\x7e\x70\x80\xc6\x37\xf9\x28\x8d\xa3\xc2\xeb\x3f\xb9\x03\x2c\xd8\x07\x85\x95\x1f\x82\x7f\xf3\xf6\x6b\x08\xd4\x07\x46\x4e\xbf\xf0\xe2\xc2\x2e\x08\xc2\xb5\x4f\xbe\x5e\xe3\x60\x0c\xf3\xcf\x14\xa1\x4b\x1b\x51\x33\x68\xa4\x8f\x43\x10\x43\xcc\x72\x36\x92\x40\x97\x36\xa2\xdb\x91\x72\xdc\x67\xb7\x75\xfc\x76\x3b\x95\x33\xc3\x2f\x9c\xd8\x74\xbf\x80\xcc\xce\x26\x2e\xf0\xf4\x1b\x51\x4b\x44\xf2\xbd\x6c\x62\x03\xc7\x3e\xd5\x78\x1b\x07\x14\x6f\x4a\x11\x32\x8e\xce\x15\x69\xc2\x3d\xfd\xf3\xa7\x28\x37\xed\x38\x68\xdf\x2b\xee\x8f\x6c\xcc\x9b\x42\xcd\x9c\x27\xcc\x64\x7e\x3f\x33\x86\xe3\xd0\x30\x79\x83\xa6\x6e\x44\xa1\x79\x5f\x68\x29\xa0\x76\xb2\x08\x6f\x5b\x27\x5f\xf3\x49\xe9\xd8\xa7\xa4\x6d\x61\x50\x4c\xf3\x0b\x23\xe0\x6c\xaa\xcb\x65\x30\xf4\x2c\x07\x2d\x3f\xa6\x17\xac\x2b\xf1\xc3\xd9\x98\xfc\x2f\x78\x5a\x83\x3a\x6e\xbf\x71\x2e\xec\xd0\x3c\x4f\xca\x00\x4d\xc0\x3e\xc9\x5f\x7f\xde\xc0\x11\x37\xef\x60\xe1\x88\xfa\xf3\x45\x85\x5b\x9e\x3f\x00\x8a\x1b\x3f\x4e\xaa\x98\x04\xbc\x93\x90\xd0\xba\x18\xb8\xdc\xcc\xf2\xa1\x6a\x1b\x3e\x33\xcb\x04\x39\x34\x85\x8b\x26\x0e\xef\xf0\xb5\x08\xa3\xdf\x00\x71\x4f\x5a\xf7\x45\x29\xd6\xec\xe2\x13\xc5\xd3\x61\x96\xca\x4a\x5d\x3f\x3c\xf9\xa2\x34\x55\x34\x4d\x48\xd2\xc1\x2f\x30\x21\xb3\x8c\xfb\xe3\xb8\xd7\xfe\x08\x10\xcb\xa0\xd8\xdd\xc5\x3a\x29\x1a\x15\xda\xb7\xc3\x98\x7d\xaf\xd3\xef\x17\x50\xc8\xaa\x0a\x14\x4b\xd4\xed\x7e\xc0\xdd\x30\xf0\x1e\xea\x44\x3c\x4f\xe8\xd7\x46\x52\x97\x0f\x51\xb5\x0b\x36\x0f\x8d\xd9\x9e\xd5\x83\x08\x1d\x03\x8f\xf9\x00\x9b\x25\x2a\xd6\x7e\xb0\x34\x00\xe1\x58\x99\xf5\xc7\x01\xa7\x17\x85\xb6\x8f\x63\x19\x08\x0d\x88\x17\x09\xa5\x8a\xe6\xc8\x70\xea\x66\xa2\x85\xe4\x7f\xf9\xe7\x05\x9a\xa5\x8d\x85\xd4\xd0\xfd\x48\x18\x93\x96\x0c\xb3\x2e\xc6\x77\xfc\x08\x86\x93\x29\x71\xb4\xac\xb9\x70\x42\x83\x4c\x6e\xa0\x7b\x80\x80\x2d\x91\x23\x2c\x85\xdb\xf0\x03\xac\x3b\xfb\x37\x2f\x80\x3a\x7f\x01\xf1\x18\xe3\x93\x14\xff\x82\x1b\x85\x65\x70\xd4\x69\x0d\x07\xe5\xb8\xee\x07\xbc\x55\x6b\x27\x02\xab\x79\x29\x18\x63\x84\xc0\x29\x05\xfd\xa6\xae\x40\x90\x0c\x01\x39\x73\x92\x3f\xa0\x4b\xff\xbe\xdf\x8d\x40\xa5\x9a\xa5\xd7\x10\x88\xc6\xc3\x83\x82\x3a\x6e\x45\xe6\x08\x4c\xcb\xa7\xf0\x8a\x11\x98\x85\x4f\xd5\xac\x47\x60\x7d\x07\xd9\xa0\x47\x88\x6b\xde\x1a\x35\x2e\x48\xe9\x93\x48\xc6\xa9\x3e\x23\x0d\x38\x06\x3e\xca\x39\x84\xc3\xbf\x49\x71\x85\x43\x81\x15\xbb\xe4\xa4\x31\x02\xcc\x9a\x8a\x22\x1c\x81\xc5\x49\x2d\xd1\x85\x44\xe0\xf9\x37\x81\x57\xfd\x80\xec\x7d\xb8\x4b\x0a\x89\x3a\x6d\x61\xd9\x35\x75\x98\x02\x94\x5c\x25\x1e\x1e\x95\x67\x7c\xb8\xd3\x87\x6f\x68\x97\x19\xa6\x5c\x8d\x46\xb9\xf3\x0d\xed\x00\x6a\x96\x46\x4f\x14\xb6\xcd\x91\xdd\xc3\x05\xd9\x57\xb3\x42\xaa\x3c\x95\xa3\x1f\x01\x62\x5d\xfa\x79\x1f\x81\x49\x06\xdd\xd2\x41\x19\x13\x91\x53\x46\x85\x63\x47\x28\x6b\x8a\xea\x11\x82\x9f\xec\x04\x23\x50\xd0\xcb\x6e\x07\xa0\x4c\x33\x02\x25\x3f\xdd\xc2\x42\x61\x4c\x8f\x37\x83\x49\x69\xc6\xcf\x83\x8b\x50\xd0\x27\x75\xed\x9f\x96\x09\x71\xad\x78\xd6\x30\x66\x8e\xec\xf6\x45\x12\xb4\x39\x15\x6c\x22\xfb\x77\xe3\x98\x5a\x27\x2a\x9c\x0e\x93\x80\xca\x34\xb4\xfe\x00\x80\xad\xfe\xcd\x03\x6a\x44\xa7\xf4\x25\x4e\x15\xe0\x0a\x35\xc4\xc3\x03\xa4\xb1\xde\x3d\x22\xa4\xb1\x43\xc2\x4f\x80\xf4\xa5\x7a\xe6\x23\x40\xfa\xf2\xc5\x28\xb4\x05\x37\x2d\xba\x2d\xb8\xf9\x01\xd5\x31\xc6\xd1\x4e\x2d\xa9\x71\x94\x02\x55\xd1\x17\x9d\xfc\x55\x6c\x27\x50\x82\xea\x46\xc0\x8e\x83\xd0\x7c\xfa\x3a\xea\xea\x18\xc3\x28\x41\x15\xf7\xb0\x66\xe5\x17\xc0\x96\xbc\x2e\x44\x52\xf8\xe6\x11\x90\x0c\xb9\x44\x63\x14\xad\x9f\x9e\x24\x3d\xac\x7c\x81\x0b\x88\x22\xae\x3e\xac\x63\x91\x14\xad\x9b\x49\x5f\x8c\xb3\x83\x26\x1b\x63\x18\x3c\xaf\x55\xe9\x6d\x84\xb1\xe6\xa0\x07\xac\x4f\xd1\xbc\x5b\x27\x21\xa7\x2e\xcf\x0c\xff\x51\xf5\x78\x2e\x38\x69\xd6\xac\x62\x1a\x83\x10\x02\x96\xcc\x61\xf2\x7b\x12\x2e\x5a\xd5\x89\xb4\xb8\x5e\x25\xa5\x27\xd3\xf3\x6b\x31\x42\x75\xf0\x49\x4f\xcd\x72\x65\x80\xf4\x54\xa2\xe4\xfb\xc0\x82\x16\xfd\xf8\x9b\x02\xe3\x23\x5c\xe0\xe5\x55\x20\xa0\x64\x55\xb5\x2d\x94\xac\xba\xa1\xcc\x22\xaa\xc9\x2f\x60\x81\xa6\xc2\x30\x7a\x8e\xe1\x8d\xbd\xc8\x2d\x8c\x3b\x94\xc5\x86\xc1\xce\x72\x19\xcd\xc8\x03\x25\xe6\x18\x86\x22\x3d\xa0\x7d\xf1\x0c\x77\x85\x13\xba\x66\x05\x43\x68\x30\x10\x10\x13\x9c\x74\x11\x0d\xa8\x77\x31\xaa\xdb\xb1\x0d\xd5\x23\xe2\x0e\x63\x52\x72\x23\x82\xb0\x7b\x3c\xd4\x2e\x33\x81\x64\xbe\x3f\xb3\x44\x24\x72\xf6\x4d\x3d\x2c\x1d\xa6\xde\x87\x9b\xd7\x30\xc5\x7e\xc0\xfe\x2c\x5a\x3c\x1d\xdc\x4e\x20\x61\x5a\xe7\xe6\x6d\x7f\x4e\xf0\x4b\xff\xc6\x02\x8c\xcb\x10\xfb\xb2\x79\x0a\x5c\x9f\x8b\xd1\x84\x42\x9f\x05\x07\x78\x85\x0d\x53\x36\x04\xfc\xaa\x3c\xcf\x08\x2f\x74\x56\x9e\x30\x1c\x9b\x9b\x01\x0c\x1f\x30\x0b\xf5\x01\x2e\x5f\xbd\x7b\x87\xe8\xb7\xdc\xbc\x87\xac\xc9\x1a\xbd\x27\x93\xde\x72\xde\x94\x49\xd1\x44\xea\x82\xc0\x8c\x38\xcd\x9d\x4e\xf2\x08\xc9\x70\x01\x46\xd5\xd1\x3c\xc8\xc3\x2f\x04\x07\xb8\x81\x0d\xdd\x5e\x22\x33\xe6\x58\x99\x17\x99\xf3\xaf\xff\x3c\x80\xb7\x6a\xf6\x17\x9c\x95\xee\xf4\x11\x7e\xc8\xc3\x6a\x97\x78\x60\x6f\x84\x3c\xf1\xb8\x39\x89\xa6\x07\x88\xe4\x2f\xfe\x80\xd5\x54\xf6\x66\xc4\x00\x97\x6e\x31\xcb\x08\x05\xe2\x10\x70\x23\xfc\x8c\x47\x73\x3b\x0e\xa9\xae\x11\x31\x2c\xe3\xb4\x3f\x80\x96\x44\xb2\x70\x84\xd3\xd8\xb0\xb2\x2a\xb2\x04\x44\x94\x5e\x21\x7e\xf2\x57\x3b\xc4\x09\x63\x24\x60\xb5\xa6\x94\xf8\x41\xd4\x03\x04\x29\x68\x27\x62\x62\x9e\x09\x81\x31\xad\x11\x92\x1e\x20\x5b\x86\x81\x90\x08\x35\x77\x70\xa3\x5d\x33\x62\x48\x9a\x5c\xfe\x46\x44\x48\x9a\xcf\x5c\xcc\x80\x9a\xa7\xcc\x6c\x7d\xf2\xf0\x1a\x31\xaf\x39\x6b\x4e\xf0\x31\x0b\x3f\x2f\x00\x8e\x3a\xe5\x91\xd9\xfa\xac\xfb\x88\x79\xed\xbd\x26\x0d\x2f\x34\x45\xee\x8f\x48\x0d\x5c\xf7\x08\x27\xe7\xa0\x55\xa1\xa0\xaa\xf2\xd8\x8e\xc8\x00\x59\xab\x5b\x62\xc6\xc1\x2c\x1e\x72\x72\x48\x0d\x01\xbf\x32\x65\xd5\x19\xb1\x04\x7c\xa0\x21\x59\x9b\xcb\xca\xd9\x08\xeb\xe0\xd0\xc5\x35\x32\x42\xad\x79\x6b\x58\x12\x55\xbc\x39\x22\x1e\x76\x48\xae\x8a\xac\xdd\x75\xb8\x03\x60\x93\x2e\xd7\xb1\xf2\x24\xeb\x5e\x1b\x2b\xcf\x90\xb1\xa9\xc2\x74\x36\xfe\x26\x0b\xf7\x88\xf0\x41\x1b\xba\x05\x45\x16\xaa\xef\x46\x35\x68\xdd\x94\x00\x67\x44\x2a\xdd\xc4\x95\x23\xa2\xdf\x7a\x37\xaa\x31\x73\x8c\x5c\xef\x46\x6c\x4c\x91\xac\x5d\x60\x1e\xbf\xe6\x13\x88\x88\xd7\x61\xcd\x65\xa4\x43\x99\xbc\x9a\x46\xa4\x98\x25\xff\x9f\x11\xdb\x8b\xa8\x1f\xbf\x30\x39\x0b\x75\x81\x3c\x7d\xcd\xd3\x44\xbc\x6a\x32\xae\xc0\x2d\xfd\x87\xae\xf4\x8e\x54\x9e\xea\x90\x99\xf6\xe4\x26\x37\x62\x3f\x39\x05\xf7\xf0\xf0\x0d\xad\x8b\x25\x26\xac\x70\x8d\x03\x1a\x4f\xdd\xf5\x23\x53\xb1\x28\x6a\x6f\x44\xb8\x90\x0d\xdd\x56\xe2\xe0\x91\xd0\x22\x10\xbf\x3a\x74\x23\x8a\x2c\x1b\x6f\xd3\x40\x44\x26\x16\x5f\xed\x23\x03\xe0\xba\x8f\xed\x80\x31\xc2\xab\x40\x35\xd4\x21\x4e\x15\x61\x5a\x1e\x3f\x1d\x10\x8e\x3e\x84\xf4\x8b\x6f\xa6\xc8\x4c\xb5\x22\x19\x2a\x32\x8b\x71\x33\x29\x39\x99\x82\xd0\x87\x0c\x65\xc2\x7e\x4e\x00\xbc\xc1\xc6\xf0\x31\xbd\x48\x3b\xa4\xe3\x88\x90\xa2\xd2\xcf\xb9\x64\xb2\xbc\x66\x72\x03\xeb\xef\x90\xd8\x1d\x69\xfd\x6d\x26\x60\xa8\x3d\x3a\x74\x57\x88\xf4\x0f\x6b\x3f\x5d\x92\x16\xf8\x20\xde\x94\x79\x8d\xf9\xac\x06\x1f\x0d\xbc\x9b\x84\xdc\xa8\xbe\x24\x23\xd3\x38\x1a\x74\xe5\xd2\x37\x22\x7d\xc4\x2c\x8b\x44\xe8\xad\x86\x15\xac\xf1\x5e\xf3\xf0\x03\xdc\xe7\xe5\x9b\x34\x22\x1c\xdd\x87\x44\xeb\xf8\x80\xf4\x4a\x16\x8f\x0f\xb3\xd4\x6a\xa9\x0f\x62\xf6\xab\x7f\x43\x2b\x21\x4e\x1f\x29\xfe\x48\xea\x8c\xcf\x82\x9d\x07\x00\x89\xf2\x59\x78\x48\x15\x8d\x55\x2f\x67\xa0\x0f\x5e\x8a\xee\x12\xb4\x23\x2d\xb8\x2a\x93\x33\x22\x6a\x56\x64\xd3\x84\x97\x64\xc6\x34\xe0\xe5\xa4\xfc\x01\x27\xe5\x59\xbe\xdc\x50\x0f\x01\xf3\xfe\xcf\x9c\xc8\xf7\x3d\x6b\xa8\xb9\x62\x73\x8f\x64\x69\x86\x1b\xfd\xe0\x65\xa8\x1e\x71\x46\x14\x07\x53\x0f\x48\x91\xfc\x73\xfc\x26\x8f\x9f\xcf\x2f\x22\xb5\xaa\x89\xfd\x27\x32\x75\xab\x06\xe2\x3c\x3f\xbe\x2e\xc1\x32\x4e\x94\x9a\xf6\x94\x18\xd8\xe5\x35\x4c\x38\xfc\xc9\x84\x94\x8e\x35\xc3\xa2\x07\x88\x89\x6a\xfe\xfd\xdd\x70\x93\xea\x38\x8e\xf4\xc9\x4f\x51\x7e\xd7\x23\x1d\x0b\x8c\x55\x0f\xa8\x10\x49\xfe\x62\x62\x8e\xfa\x02\x5a\x2f\x79\x69\x8d\xc4\x94\x81\x72\xf7\x1c\x89\x75\xb7\x6c\x62\x48\x4c\x09\x28\xa7\x85\x91\x20\x11\x29\xbe\x60\xa4\x00\xf1\xe6\xc8\x7f\xc3\x90\x52\x20\xcc\xdc\xfb\xda\xd7\xa6\x07\x0f\x60\x90\xf5\x1b\x3c\xbc\x79\xb4\x85\xad\x7a\x01\xfa\x30\x55\x54\x1a\x29\x82\x87\x4b\xfa\x4e\x31\x62\x44\x01\x15\x05\xf0\x0f\xdd\x0a\x13\xb3\x05\xda\x44\x9d\x22\x0f\x94\x7f\x43\xcd\x97\xdc\x21\x05\x97\xe4\x1e\xa1\x92\x35\x4c\x23\xc9\xb4\x88\x6a\x62\x09\xfd\xf6\x33\x27\x28\x99\x82\x87\xb8\x61\xd3\x75\x0f\x2f\xe6\x28\x90\xc3\xe5\xcc\x4a\xfb\x94\x10\xe5\xea\xfe\xd2\x22\x5d\x5a\x14\x7d\xd0\x9a\x31\x25\x15\xf4\xe8\x2f\xc8\x94\x45\xfd\x12\x5d\xd0\x6c\x31\x4d\x89\x3b\xe5\x17\xae\xef\xb7\xee\x9e\xe9\x13\xf8\xda\x61\xdc\x5c\xf2\x9c\xc8\x7c\xca\xe4\xb9\xea\x70\x25\x25\x30\xb2\x42\xa0\x4b\xd9\xc8\xf9\x09\x74\x29\xfa\x3c\xd0\xdf\x4b\x54\x3f\xb1\x20\xbe\x2d\x96\xa9\x2c\xec\xd5\xb2\x58\x8e\x55\x19\xd6\x46\x2a\x08\x7d\x28\x7e\x81\xd2\x89\x0f\xe1\x27\xe2\xb5\x43\x17\x8e\x54\x40\xa9\x9a\x3b\x58\x14\xdd\x3d\x50\x0c\x15\xb3\x4a\x85\xf5\x1d\xdd\xc3\x8d\x1e\x3d\x6b\x52\x26\xa3\xf4\x27\xe3\xb5\xc3\x07\xa8\x2e\xd0\xab\x87\x25\x63\xe9\x66\x95\x2a\x35\xa1\xc6\xc1\x4a\x2e\x6c\xd0\x20\x96\xc0\xfa\xef\x54\x49\x08\xc4\x66\x52\x05\x4a\x05\x4f\x82\x77\x48\x2f\xb4\x81\xea\x7b\xcc\x46\xd8\x1a\xe9\x1a\x95\x1f\x62\xa9\xa9\x2d\x24\x13\x8a\x20\xb6\xc0\xe6\xd1\xc4\x7a\xad\x2a\x02\x32\x12\x53\x38\xfb\x6a\x9b\x1a\x61\xe5\x2e\xc9\x2e\x25\x0f\xa7\xc6\xa8\x62\xad\xab\x51\xba\x90\x8c\x94\x3a\xf5\x19\x3e\xff\x2c\x25\x21\x6f\xdc\x91\x96\xfe\xcc\x34\x71\x65\x51\x96\x22\x28\x75\x5e\xf0\x35\x48\x5f\xb3\x10\xb0\x3a\xe5\x26\xa3\xd1\x92\xf5\x24\x58\xa7\x81\xd3\x10\xfc\x02\xf1\x4c\xb7\x99\x84\x34\xca\x87\xc7\x40\xda\xbd\x6e\x2c\x59\x1a\x35\x49\x87\x89\xb2\x9d\x89\x08\x0d\x92\xd1\x44\x82\xc1\x01\xf2\xd0\x1d\xe9\x5c\x3b\xa6\x69\x9f\x4b\x19\xa9\x59\x9d\x88\x56\xf6\x86\x2d\x1d\x5b\xf7\x0b\x2c\xca\xa2\xfd\x58\xe2\xdf\xf0\x18\x83\xb3\xf0\x1b\x94\xdd\x25\x63\x26\x94\xa2\x3f\x8c\xaa\x17\xb1\x5d\xeb\xb8\xc0\x2e\x24\x9a\xa7\x8b\xb8\x6d\x0e\xb4\xb4\x5c\x9e\xc4\x4d\x65\xb5\x64\xf3\x74\x83\x84\x9b\x45\xdd\x50\x2b\x18\xcd\x58\x47\xbe\xd7\xbf\x09\x2e\x1a\xe9\x93\xd9\x9a\x2f\x30\xe9\xe6\xe9\x93\x70\x99\xee\x35\x43\xed\xdd\xbd\xd6\x2c\x38\xc2\xd5\x7f\xf8\x86\x9e\x96\xd8\x27\x79\x26\x3d\x80\x82\xc9\x2d\x42\xfa\x83\xb7\xff\x81\x48\xd5\x4d\x0b\x1f\xce\x4a\x63\x52\x6b\xa5\xf0\x81\x91\x68\x8c\xec\x26\xa7\xcf\x83\x2f\x34\x6d\xaa\xa5\x7c\xd6\x1e\x1a\x75\xcc\x13\x60\x8b\xb4\x66\x23\xbd\x24\x9e\x46\xb9\x17\x48\xed\xb3\xf6\x82\x89\x48\x1e\x4e\x2f\x99\x88\x39\xe1\xbb\x00\xaf\x39\xbc\x5c\x85\xb6\x92\x7e\x73\xf2\x22\x1f\x89\x7e\x72\xdd\x5c\x82\xd1\x01\xb6\x76\xa4\x4f\x0a\x73\xd6\xc4\x91\x26\x55\x44\xe6\x33\x73\x6d\x8f\x06\x9d\x2b\x4b\xba\x3f\x59\xc4\x70\x43\x3f\xc3\x33\x2e\xda\x62\x92\x8f\x45\x45\x9a\x1e\x00\xc5\xb4\xa1\xf9\xa0\x3d\x4b\x7d\xe6\xa3\xe1\x85\xa2\xdf\x9d\x5d\xfa\x0b\x4a\x01\xd5\x83\x52\x72\x11\xb3\xca\x01\x38\xa1\x85\xe4\xc0\x31\x35\xa9\x40\xf0\x47\xfd\x2e\x1c\x42\x63\x42\x12\x53\x22\xf5\x91\xe1\xab\x66\xdb\x61\xa6\xb0\x25\xd2\x98\xe1\x7a\xe6\x92\xfc\x23\x7f\xb2\x52\xb3\x2f\x59\x8e\xe0\xf1\xb2\x1c\x66\x16\x2b\x1d\x3f\x2f\xac\x1e\x04\xa7\x04\x69\x4b\x32\x72\x66\x89\x2d\x39\x9e\x8f\x9c\x48\x83\x7e\x1e\xd0\x92\x24\xfe\x99\x29\x9a\x88\x60\xe4\x04\x8e\xec\xad\x48\x2c\xd2\x2b\xc0\x52\x30\x11\x1d\xcc\x69\x6d\xb7\xe0\xc6\x5c\xc8\xd6\xab\xe7\x44\xc8\x8b\x5b\xe6\xcc\x75\x6b\x4e\x79\x9d\x3e\xcd\x81\xc2\x8d\x28\x4e\xce\x90\x09\xa5\xcd\xca\x99\x48\xe9\x76\x46\xa8\x78\x0e\x74\x07\xb3\x35\x39\x43\x54\x51\xbe\xc2\x91\x0b\xc4\xd2\xec\xdf\xcc\x20\xad\xad\x29\x14\xbb\xc5\x7e\x33\x73\x1f\xd9\x9d\x29\x17\xc0\x41\x37\xcb\x5c\xb0\x79\xd9\xbf\x6f\x7e\xe0\x29\x40\x04\xf0\x29\x28\xdc\x4c\x09\x22\x99\x82\x89\xe7\xc0\xca\x13\x56\x3c\xe7\xca\x49\x6b\x6b\xea\xda\x5c\xc1\xa1\xf2\x14\x04\x3f\xe0\x66\x09\xb0\x95\x5c\xcc\x70\x60\xcc\xa3\x9c\xf8\x47\x66\xa9\x09\x45\x9b\x8e\xcc\x20\x48\xb9\xe4\x8f\xdc\x30\x4d\xef\x66\xa3\xb2\x5b\xf2\x53\x6e\x24\x64\x62\x84\xb9\x01\xc5\x0c\xcb\x86\xc3\xeb\x49\x50\x0c\xd1\x15\x39\x37\x90\xd2\x9f\xef\x01\xb9\xe2\x19\xe0\x56\x25\x71\x20\x77\xe0\x93\x04\x8a\xcc\xd4\xc2\x8a\xa0\x1d\x99\xf9\xd3\x7a\xf8\x9b\x9a\x45\xa3\x7c\xd3\x4b\xe6\x48\xa5\x51\xdf\xab\xad\x2e\xcb\x72\x29\x46\x5e\xda\x02\x9a\x1e\x74\x66\xf6\x69\xfa\x8d\x9d\x93\xac\x50\x30\x43\xc5\x10\x8f\xb2\x27\xa8\x31\x3b\x75\x1d\xcd\x0f\x00\x33\x11\xea\xd2\x29\x18\xeb\x10\x15\x64\x3f\x56\xaa\x82\x51\x3a\xb6\xbe\xba\x1d\xc9\x32\x82\xa7\x44\x37\xa1\xe6\x39\x4c\xb8\x54\xea\x37\xcb\xe6\x7b\xd5\x03\xd7\xe3\xee\xdf\xd0\x41\x6b\x97\x0a\x65\x30\x69\x00\xca\x00\x21\xa9\x6e\x5f\x0c\x50\x33\x38\x81\x48\xd5\xbf\xa9\x23\xd2\xa1\x2c\xf4\xe8\x12\x5e\x94\x93\x81\x5f\x82\x09\x6c\x96\xa6\xd0\xe5\x2c\x28\x71\xee\xdf\x95\x1b\xe7\x0e\x08\x44\x77\x00\xfe\x28\x1e\x51\x96\x78\x55\x3c\xa5\x8b\x3a\x04\x4f\x89\x15\xc7\xbd\xf5\x27\x70\x55\x5c\xbd\xa0\x0a\x7f\xb2\x0a\xba\x40\xff\x16\xfd\xc1\xb5\x08\xb0\x26\x71\xd1\x8f\xc5\x5b\x4d\x11\xad\xb9\x07\x26\xd6\x91\xee\xac\x5c\x20\x35\xcd\xbf\x71\x7e\xc4\x1c\xcb\x45\x86\x6b\x74\xbb\x70\x80\x44\x27\x0a\x4b\xca\xda\xa1\xa4\x50\xa4\xf3\xd6\xdc\x14\x2d\x44\xcd\x0a\x64\x3a\xfb\x93\x14\x7a\x88\x29\xea\x65\x14\x7a\x88\xd9\x6f\xa2\xdc\xc0\xbf\xe6\x1e\x18\xa5\x2c\x81\xa8\xdc\x9c\xb5\x96\x7d\x13\x92\x02\xd4\x4a\x36\x2c\xd1\xa3\x3c\x24\x77\xe2\x76\xe5\x01\xc6\xfd\xbc\x00\x3a\xe3\x11\x1e\x60\xe0\xcf\xfb\x1d\x0c\x5a\x53\x5c\x42\x9d\xe4\xa3\xf2\x50\x96\xf1\x29\x7b\x30\xc7\xee\x17\xc8\xdb\x24\x83\x95\x87\xa7\xc8\x70\x78\x48\xd5\x25\x39\x16\x56\x1b\xb3\xab\x46\x79\x41\xad\xfc\xc5\x0b\xda\xa0\xab\x4a\x79\xa9\x02\x12\x87\x2e\x94\xfb\x7c\xf0\x96\xdc\x27\x0a\x5c\x10\x90\x91\x4d\x1c\x2a\x6a\xaf\x2b\xaf\xf3\xa8\x61\x21\x44\xd4\x03\x12\x2c\xc9\xf0\x95\xa2\x88\xae\x3f\x35\x46\xbe\xe0\x07\x6b\x56\xea\x22\xe2\xec\xc8\x66\x55\xa1\x65\xb1\xa3\x7c\x8d\x14\x90\xdd\x25\x73\x31\xd8\x71\xa2\x7e\xc2\x4a\xb2\x13\x43\xa5\x0e\xc4\x0a\xf8\x9a\x48\xe3\x44\x62\x2a\xca\x30\x58\x63\x57\x59\xee\xd3\x2e\xc3\x35\xd1\x00\x5f\xfc\xc6\x87\xe9\x0a\xb9\x1d\x15\x95\x16\x7c\x93\xac\x99\x97\x1b\x21\x76\xcd\xd8\x0d\xf7\x08\xc3\x9a\x72\xbe\x8d\x9a\x71\xf6\xa4\xe3\xaf\x19\x18\xa2\x4b\x77\x85\x15\xcc\x52\x64\xcd\xe0\x55\xb2\x42\xd4\x02\x74\x08\x7f\x13\xe9\x3a\x2a\x0b\x62\x59\xdb\x5f\xcb\xda\x05\xed\x5b\x21\x6f\x12\x95\xad\x9f\x18\x92\x94\x90\x66\x54\xaa\x43\x86\x3f\xc0\x29\xd3\xdd\xa9\x52\x2a\xd1\x6d\xab\x16\xce\x57\x00\x5a\x06\x30\x2f\x10\x89\x17\x6c\xa7\xae\xc8\x10\xab\x34\x60\xa3\x56\x2a\xa3\x35\x00\x6c\x5e\xca\xe5\x3b\x6a\xfd\x0e\xa5\xbd\xdf\x2a\x1c\x93\x92\x57\x54\x6f\xb4\x7b\x3c\xa2\xaa\x78\x65\x85\x9f\xb8\x8d\x4b\xf5\x13\x37\x9a\x1d\x0c\x6a\x83\x7d\x3f\xbb\x7d\xc1\x4c\x33\x68\x70\x7d\xd7\xad\xbb\xa2\x08\xbb\x9d\xe9\x2a\xc5\x13\xe9\x0a\x6a\x43\x2d\x3e\x9f\x26\xf8\x29\xd9\x09\xbb\x32\xfd\xa3\x3d\x5b\x6a\xa3\xe8\x97\x3c\xe2\x03\x67\x7b\x8f\xb8\xd6\xe4\x2f\x48\x90\x8d\x97\x9d\x87\x45\x24\xbc\xf6\x95\xae\x4d\x1b\xdd\xa9\x74\xf4\xa1\xa7\xf3\xb8\xf5\x77\x15\xbe\x4f\x56\x31\x55\x14\xcb\x1a\x46\x15\x88\x10\x56\x2e\x54\xa6\x79\xb0\xc3\x4b\x85\x55\x4e\xa1\x91\xa3\xc2\xf3\xc9\x32\x71\xed\x28\xe8\x66\xc0\x41\xa4\xc8\x92\x82\x2a\x52\xc8\x2a\x17\xd2\xa8\x83\x02\xad\xee\x1a\x15\xe5\xaf\xb2\x17\x39\x0a\x3a\xd4\x0a\x58\x2d\x61\xf8\x74\x8e\x86\x17\x84\x0b\xa3\xe3\xb7\x96\x44\x13\x9d\xb7\x6a\x50\x5b\x68\xf4\x47\xf4\xa7\x6a\x7b\x8c\x0a\xc7\x29\x55\x92\x1a\x75\x40\xff\x6d\xaa\xc6\x62\x0a\xb6\x17\xd5\x93\xd8\x27\xa8\x9f\x88\x07\x32\xf6\x9d\x6b\x17\x34\xe2\xc9\xda\x1a\x22\xdf\x95\x5a\x1f\x5b\x67\xea\xc9\x45\x69\x4c\xba\xa1\x8b\x2b\xd5\x25\x95\x48\x50\xaa\xe7\x89\x0f\xfc\x9b\xf7\x44\xef\xec\x09\x53\x87\x31\x1c\x4a\x20\xab\x3b\xea\x72\xa4\xf2\x29\xff\x84\x92\xa6\xea\xc0\xa3\x5e\x38\xa4\xde\xb9\xab\x7d\xab\xf4\x99\xbb\x78\x04\x7c\x8a\x2f\x96\x1d\x70\x87\x08\x29\xf2\x14\x21\x92\x74\x47\x9e\x55\xc4\x7b\x56\xf3\x17\x6a\x99\x9a\xdb\x33\x7c\x9e\x05\x46\x58\x03\x93\x97\x84\x44\x91\x49\x72\x57\xbd\xe9\xa4\x21\x28\x7f\xf2\x88\xcb\x32\x8e\xca\x94\x58\xb6\xb4\xd4\x4f\x1e\x69\x0a\x42\x1c\x95\x1e\xec\xde\x15\x88\x23\xc1\x74\xee\x7e\xf1\x5b\x13\x7a\x90\x9a\xd4\xfb\xcc\x4a\xa7\xaa\x87\x3c\x2a\xa4\x91\xe0\x6d\x84\xa3\x94\x72\x6f\x8f\xca\xe2\x5f\xbe\x59\xd7\x4f\x1c\xc9\x49\xfa\x82\xfa\x2c\x20\x6b\x4d\x48\x0a\x59\x8d\x7b\x90\x4e\xc2\xcf\xef\x05\x64\x0f\x41\x37\x40\x43\x69\x49\x27\xf9\xaf\xac\x45\x15\xf9\x2a\x2c\xb9\x54\x78\x4e\x45\x09\xa6\x15\x72\x47\x8c\x6e\x27\xa2\x7a\x13\x91\x12\xd2\xce\xb8\xf5\x5d\x9e\x06\xfa\xcd\x2b\x81\x64\x9f\x3a\x91\xff\xd5\xdc\x97\xb5\xc8\x94\x9c\x62\x54\x38\xcb\x5b\x7b\x51\x27\xea\x4b\x18\x04\x08\xeb\xb4\x01\xb8\x4e\xa0\x81\xe4\xb5\x3a\x17\x1a\xf8\x85\x8f\x5f\x2a\xaf\xd9\x68\xb0\x0a\x26\xdd\x41\x1a\xa3\x36\xbd\xe8\x76\x2c\xba\xeb\x2f\x70\x76\xa2\x7f\x53\x4f\xa4\x8d\x6e\x07\x0e\x53\xf4\x6f\x04\x3d\x4a\xd0\x6d\x07\x88\x98\x8e\x42\x3b\x16\x18\xb3\x1e\x20\x8d\x82\xe4\xff\x76\xb0\x90\xa6\x7f\x03\x35\xb5\x0f\x0d\x56\x47\xe5\xdd\x1e\x2d\x04\xfc\x3e\xf4\x3b\xe1\x7d\x4d\x80\xb9\xbb\xec\x6f\xda\x02\x66\xac\x8b\x55\x83\x8d\xd1\xb2\x5d\x0b\x0b\x8a\x9a\x32\xc3\x30\xed\x75\xd8\x60\x58\xb4\x6e\xa3\x05\x0a\xce\xd9\x43\x30\x1e\x4f\xbf\x59\x45\xcc\x3c\xb2\x45\x80\x55\x2a\xc0\x16\x11\xb0\x2b\xe1\xbe\x45\x0a\x87\xd5\x1f\x80\x2a\x7a\x27\x13\x88\x9e\xe4\x86\xb6\xe4\x4f\x1d\x86\x46\x33\x9e\xa7\x94\x60\xda\x1f\x6e\xaf\x0c\x99\x13\x1c\x3f\x79\xd4\xf5\xb0\x46\x4b\x04\x8b\xa0\x90\x60\x81\x16\xf6\x36\x08\x97\xdd\xce\x9e\x0d\xc2\x65\x30\x72\x65\x8e\xe8\x76\xac\xd9\x03\x64\xec\x43\x76\x87\x8d\x1d\xba\x03\xa0\x4e\x76\x07\x98\x91\xee\x75\x2d\xaf\x9c\xac\xee\x11\xfc\x6d\xb8\x83\x75\x7f\xd1\x1a\x32\x58\x87\xc4\x8c\x46\x9f\x2c\x1d\xe1\x56\xe8\xab\xec\xf6\xc2\x1b\xb2\x1f\x54\x68\xd2\x34\x42\x59\x73\xf6\x0b\x54\x52\x49\xa4\x6e\x50\xad\xd9\x85\xa2\x15\xde\xc2\x9a\x1f\x5c\xec\xc2\x0f\x40\xf8\xb2\x7f\xbf\x88\xc3\xd3\x98\xd0\xa4\x05\x9f\xc0\x4f\x88\x6d\xd9\x07\x00\x4e\x5c\xd6\xf6\xb7\x4a\x77\xba\xe6\x0f\xb8\x11\x82\x0a\x85\x56\xa3\xca\x72\xb7\x17\xa5\x6b\x95\x1b\x21\x64\x44\xb6\x31\x25\x5a\x1e\xad\x92\x96\x07\x8f\x00\xf6\x63\x20\xc0\xff\xde\x94\xaf\xd5\x45\xba\x35\x85\x86\x43\x2c\xe1\xab\xb5\x35\x67\xcd\x09\x72\xae\x4d\x5e\x6d\x39\x7e\x35\x7f\x01\xe4\xd0\xfd\xab\x35\x1c\x98\xe2\x11\x2e\x6e\x8c\x76\x0a\x7a\x39\xa5\x0c\x1e\xad\xf1\x76\x65\x5a\xb8\xc4\x56\x53\x2a\x56\xfd\xea\xfe\xa4\x73\xd6\x9a\x54\x67\xd6\x92\xbf\x0a\x72\x6d\x1d\x1c\xd4\xf3\xe9\xd8\x05\xc9\xd9\xad\xf3\xfe\xfe\xd3\x3b\x81\xaa\x5d\x80\x17\x99\xa3\x01\xda\x58\xb2\x98\x7a\x18\xeb\x88\xeb\x0b\x96\xe3\xb2\xf9\xb2\x0d\x2a\xf9\xfd\x05\x85\x64\x23\xe7\x58\xd8\xea\x2e\x00\x35\x49\xd1\x8d\x86\x42\x47\xce\xb6\xb1\xa0\xa6\x69\x9f\x2c\x6a\x21\xb0\x52\xef\x15\x4d\xeb\x4e\x10\x6c\x9f\x90\x13\x80\xf0\xba\xa0\xc7\xb2\x76\xa6\xc1\x15\xbf\x79\xd2\x27\xd5\xe1\x46\xa6\x93\xd1\xd1\x7e\x61\x91\x01\x2d\xe2\x5a\x87\x54\x6f\x5c\x6b\xdd\x7e\x40\x9d\xbb\xc9\x25\x53\x9f\xfa\x6e\xdd\xae\xb5\x70\x4d\x8b\xde\xf0\x36\x99\xb6\x9b\xaa\x63\x63\xfd\xcd\x85\x6a\x90\x9b\x0b\x55\x97\xf4\xf8\xea\x5e\x29\xac\x87\x36\xaa\xb5\x9b\x5e\x0e\x26\xa9\x4b\xee\x33\xac\x28\xf7\xf9\xe4\xc2\x78\xd8\xed\x66\xd6\xee\x85\xe5\x1e\x94\xb7\x35\x83\x9f\x79\x3d\x6c\xfb\x6b\xac\x89\x6f\xb1\xa3\x3d\xd4\x8d\x6a\x1d\x0f\x39\xac\x65\x80\x67\x2d\x44\x3b\xb2\xa4\x41\x4b\x01\x4c\x11\x1e\xa5\x7b\x6a\x0f\x15\x68\xa6\xdd\x14\xff\x7c\xbe\x97\x72\xca\xd0\x5b\xe2\x9f\x54\x4d\x6d\xe9\xa2\x8c\x58\xef\x9a\xb8\x3e\x79\xa9\x88\x36\xc4\x5f\xc8\x1a\x3e\xf2\x2f\x6a\x26\x19\x51\x58\x0a\xdf\x2e\xb4\x6d\xae\x2e\xf5\xc6\x04\xd3\xf3\x81\x41\x39\xd9\x94\xdc\xce\x1b\x53\xf7\x0b\x38\xf6\xc6\xb4\x09\x24\x30\xf2\x2e\x19\xce\x0b\x87\xc5\xd1\x0e\xdc\x0d\xc5\x64\x95\x0e\x77\xf4\x23\x40\x27\xd2\xf4\x1b\xa5\x63\xc5\x0e\xfa\x27\xd2\xc5\x43\xdb\xd9\x19\x0d\x39\x7e\x5e\x20\x93\xcb\xfa\x5d\x11\x33\xe4\x0e\xc9\x0e\x74\x53\xee\x30\x47\x2a\xb5\xf5\xe8\x07\x89\x44\xf7\x10\xd8\xbb\xee\x11\x28\xba\x27\xcf\x79\xed\x9d\xc7\x80\x50\x27\xac\xec\x01\x26\x06\xed\x6d\x0f\xbc\x40\x69\x0a\x28\xaf\x6f\x9e\xd7\x03\xa3\xa1\xdd\xbe\x16\xe9\x07\xa4\x85\x22\x43\x1d\xc9\x39\x94\x8e\x7d\xf4\x00\x3d\xc8\x70\x8f\x24\xbf\xcd\x1f\x80\xc9\x49\x5c\xe9\xf4\x2e\x73\x64\x78\x0f\x6b\x51\x7b\x6b\x3b\xa3\x29\x1d\xda\xda\xa1\x87\x0c\x42\xfa\x1e\xc9\xe5\x84\x6f\x9d\x62\xa1\x21\x1d\xe9\xf4\x92\xdc\x25\xd9\xde\x4f\x17\xb4\x79\x79\xde\x91\xb5\x32\x3c\x26\x62\x18\xfe\xce\x83\xae\x2f\x9b\xac\xe1\xbe\x6c\xb2\xa2\xe6\x1d\x72\xa7\x7d\x81\x3a\x2c\xae\x56\x08\xf4\xc4\xfb\x81\xf0\xb9\x27\xdc\xff\xdd\x63\x02\x4d\xd3\x89\xea\x88\xcc\xcc\xb6\x18\xf4\x4f\xce\x4c\xaa\x16\x3b\x3a\xf2\x77\x98\x82\xf5\x84\x33\xdb\x3d\x03\x82\x5d\x64\xb6\x67\x9e\x72\x1d\xb1\x4e\x41\xd3\xe8\xb9\x04\x4d\x1d\xd2\xbe\x04\x49\xa3\x1f\xf4\xa0\xe6\xa4\x1d\x81\x9a\x4e\x77\xd1\xa1\xf7\xb4\x5c\xd9\x59\xa0\xc6\xe9\x71\x3a\xeb\xd1\x18\x79\x0a\x37\x52\x8b\x28\x34\x8b\xfc\x3c\x80\x6b\xd8\x70\x8f\x50\x7d\x1a\xb9\x0a\x09\xe6\xcf\x07\x9f\x7c\x63\xa7\xe4\x0e\xd5\xa8\xaf\x49\xbd\x20\x44\x5d\x5c\xb2\x57\x58\x99\x87\x7f\xf3\x40\x48\x1c\xef\x94\xfa\x74\xa3\xe8\x95\x40\xf1\x4e\x51\xa8\x33\xb2\x32\xc5\x6c\x34\x2e\x34\xf0\x37\x4f\xb1\x01\x9b\x45\xd2\xfb\x09\x5f\x46\x89\x8d\x9d\x9a\x1e\x7f\x4f\xf7\x6f\xdb\xb5\xfb\x49\xba\xa1\x1b\x40\x3f\xc9\xac\x7c\x40\x4e\x6c\x84\x34\x60\x9d\x49\x0b\x6c\x65\xeb\x08\xbb\x73\x06\x82\x7e\x51\x5f\xea\xad\xa3\x32\xc8\x70\x61\x25\x4d\x1b\x87\xfa\x45\x25\xf4\xcf\x18\x24\x77\x3f\x7d\xd2\x05\xc0\x7d\xdc\x4c\xae\x99\xfd\xe0\x83\x8c\x63\xde\xfb\x4d\xc8\x08\x94\xcb\x1b\xdc\x08\x07\xd1\xc0\xc1\xde\xfd\x5e\xb3\xf2\x17\x6b\x56\x7e\x40\xe0\x15\x8f\x41\xfa\x64\x52\xf1\xb0\x3c\x8a\xb6\xe7\xe3\xb0\xf5\x67\x0c\xa8\x4f\x8a\x41\xf7\xb2\x1c\x8a\x57\xb1\xf8\xa9\xc4\xfa\x0e\xa7\x1e\x7b\xeb\xf6\x97\xd7\x5c\x23\x25\x2b\xba\x27\x2f\xfc\xa5\x7a\xd0\xe4\xe0\x5d\xc1\xfd\x02\xf7\x3b\xb0\x72\x77\xc1\xbb\x45\xf1\xb4\x2e\xbc\xe0\xdf\xcf\x3f\x7f\xf2\x0f\x0d\xfd\x78\x78\x49\x26\x99\x2f\xd2\x98\x98\xf7\x50\xc9\xa2\xeb\x56\x9f\x6b\xd2\xda\x5f\xb0\x6c\x5f\x5e\xfa\x5c\x73\xf6\x17\x54\xa6\x69\x8a\x48\x48\x60\xcf\xb7\x8e\xe4\x59\xaa\xfd\x3b\xc6\x72\x00\xd2\x14\xc7\x41\x74\xf0\x0b\x48\x81\x10\xdc\x4e\xf9\x49\x14\x6b\x30\xc7\xa7\xb5\xfc\xe3\x20\x94\x8a\x7e\x23\x00\x5a\xfe\x1b\x03\xb9\xb1\xcc\x0f\x07\x5c\xb3\x2d\x8a\x0e\xd6\x7a\x34\xbb\x1b\x1f\x43\x6d\xb6\x1e\x8e\xc0\xda\xfc\x6e\xcf\x68\xd7\x04\x02\x31\xf6\xa7\xc7\x8e\x17\xba\x7e\x93\x73\xe8\xa0\x8d\x8f\x1b\xb6\x18\xfe\x2a\xb6\x68\x80\x53\x3a\x22\x7c\x2c\x8b\x9d\x0e\xc8\x00\xa7\x74\xbc\xee\x88\x6b\x93\xfc\xc5\x47\x50\x55\xdc\x67\x0c\x46\xce\x15\xb7\xf3\x3e\xe8\x15\x7e\x8c\xb3\x45\xdd\xe4\x07\xfc\xa4\x8d\x27\x23\x11\xfb\x25\xd4\x0e\xfa\x41\xdb\x3e\x37\xd2\x82\x89\x26\x95\x28\x43\xf8\x01\x32\x63\x96\x24\xe4\x1d\x4b\x89\x22\x81\x7d\x40\x89\xe2\x50\xca\x91\x3f\x71\xd1\xf6\xa0\x91\x49\xb6\x9b\xbb\x24\xae\x0c\x77\x49\xd5\xd1\xcf\x03\xe0\x8a\xb1\x0b\xcc\xcd\x02\xe5\x80\x91\xcf\xb1\x72\x03\x09\xd6\x4b\x32\x7a\x66\x5e\x75\xc4\xcd\x46\xc1\x56\x4a\x04\x1d\xcb\x70\x27\xca\x3f\x0a\x67\x2d\x6c\x82\x9a\xa4\x79\xc8\xc2\xdc\x6e\xc3\x2f\x2c\x48\xb9\x87\xb5\x3d\x9a\x15\x92\xaa\x97\x64\x94\x2f\x94\x55\x7e\xde\x98\x7c\x43\x9d\x56\x32\x03\x31\xd1\x01\x3f\xd9\x24\x25\xda\x40\xf5\xe9\xe3\xe7\xf7\x1a\x54\x3d\x30\x5d\xa6\x53\xdc\x8c\xef\xba\xeb\xea\x79\x63\x2c\x0b\x8a\x48\xff\x38\x49\x4d\x24\xf3\x8d\x93\xa0\x10\xf4\xcf\xb5\x81\x1a\x03\xa1\xe7\x39\xf9\xf7\x27\xef\xa8\x7a\xc8\x18\x17\xa5\x48\x51\xfa\x01\x27\x8c\xe2\x5c\x53\xe3\xc2\xe1\xb0\xbd\x62\xa0\x16\x88\xa3\x96\xc7\xc7\xf4\x92\x4d\x2c\x83\xb5\x41\x6c\xaf\x18\xf0\xb1\x70\x64\xc7\x58\x06\x8d\xe6\x2f\x26\x1f\xa8\xcb\xef\x72\x9b\x92\x24\xa6\x71\xaf\x75\xfb\xc1\x77\x3a\x7c\x1b\x1e\x60\x71\x56\xfb\x0e\x38\x61\x38\xba\x64\x80\xa1\x39\x56\x63\xe0\xae\x5b\x92\x49\x1a\xee\xa5\x3f\x68\xfd\x80\x44\x48\x3f\x39\x60\xa2\x70\xa8\xc5\xa0\xd7\xab\x53\x97\x8c\x75\x4d\xed\xee\x11\x56\x17\x9f\x5f\xb8\xc5\x3a\xc8\x60\xb0\x84\x87\x6f\x7f\xe3\x39\xd9\xa5\xe7\x80\xa3\x64\x4a\xcf\x24\xd9\xb6\x7a\x0c\xf8\xcd\x3a\x9c\x63\x3c\x3c\x4a\xdd\x93\x9a\x78\x41\x3d\xbe\x8b\x30\x6b\x12\x70\xa0\xb0\x03\xea\x78\x1b\x87\x50\x97\x93\x58\x2e\x96\x3a\x26\x96\x21\x3e\x3e\xe6\x5a\x86\xbf\xc0\xac\xc5\xbf\x06\x0b\x22\x3b\x3a\x76\xa0\x08\x54\xd6\x32\xcf\x03\xa0\x96\xe2\xf5\xa4\xd9\x20\x49\x77\x7c\x1e\x74\x5e\xd1\x39\x39\x0f\xd0\x46\xeb\x72\xcf\x03\xc7\x40\x4a\xcb\xf3\x60\xba\xd2\xea\x07\xe4\xf3\xdd\x5d\x5c\xec\xc2\xa3\x52\xcf\xf3\x33\xc8\x0b\xf1\xc3\x63\x00\x96\x92\xdc\xce\x40\x85\x80\x0e\xe7\xc9\x80\x24\x8b\x59\xe7\xc7\xf5\xe0\x83\xf8\x17\x3c\xe9\x0c\x4b\x50\xd0\xef\x4a\x28\x44\x3d\x00\xa1\xcd\xee\x7d\x2d\x69\xe8\xc1\xcb\x25\xa9\x8b\xc8\xbd\x13\x13\x3a\xc9\xe7\xac\x49\x3d\x57\x04\xb8\x4e\xff\x09\x57\x95\x62\xa7\xad\x93\x21\x43\xd6\x51\x9f\x48\x5c\x6d\xaf\xe7\x33\x72\xbb\xd5\xc3\x77\x85\x4b\x96\x1d\xce\xc5\xd8\x74\x0e\x4e\x96\x11\x71\x50\xed\xc9\x4b\x9d\xc3\x53\xcf\xb4\x96\xee\x37\xbe\x5b\x9e\x2d\x57\x27\xa3\xc8\xd3\xcf\x17\xe0\xa6\x52\x9d\x9e\x19\x2c\x44\x52\xdd\x89\x14\xd1\x87\x83\xc9\x4e\x32\x42\x49\x30\x67\x86\xcc\x24\x75\xe9\x99\x79\x9a\x87\x5f\x00\x86\x49\x6c\x3b\xc9\x18\xad\xfd\x3c\xe1\x47\x5b\xd2\xcf\x03\x62\x58\xf4\x27\x3c\x08\xc3\xb3\xc2\xf1\x95\xd8\x75\x66\x92\x7f\x4d\xa2\xac\x59\xab\x07\x78\xde\xaa\xf8\xed\x38\x0b\xcf\x81\x38\xdf\x49\xce\x28\x61\xf3\x2c\x84\xa4\x18\xfc\x59\x08\x49\x4d\x92\x39\xa2\xcd\x5b\x4f\x18\x10\x54\xcc\x66\x9c\x70\xcd\x8d\xd2\xc6\x9d\xac\x4a\x3a\x7e\x5e\xc0\xb1\x10\x25\x3e\xe1\x68\x6b\x37\xb0\x13\xe6\x00\x3b\x09\x9d\x15\x53\x94\x8a\xf7\xac\x40\x6b\xdd\x1b\x4e\xb8\xdd\xfe\x9c\x5c\xdc\x0b\xed\x99\x71\x22\xae\xc3\xbe\x99\xe7\x49\xaa\xa9\x1b\xfc\xc9\xea\x56\x56\x28\x9e\x70\x33\x34\x7f\x3a\x79\xcd\xb3\x42\xf1\x3c\xc9\x7e\x44\x15\x4f\xd8\xfc\x6d\x8e\x3e\x17\x0b\x34\xe0\xaf\x05\x78\xbf\xc1\x1b\x94\x89\xc1\x45\xbe\xab\x59\x51\x07\xfc\x83\x81\xd7\x42\x0f\x6d\x05\xb9\x64\xf5\x6f\x30\x7f\x6b\xd2\x4e\xd4\x85\xb0\x41\xfa\xdc\x1a\x60\x8d\x79\x2f\x3a\xa9\x2e\x6e\xe6\x67\x12\x24\xe8\x9a\xe8\xc8\xb7\x13\x09\x51\xa2\x55\x67\x27\x62\x7c\x7f\xee\x92\xe7\x8d\xed\x95\x04\x79\xc2\xb3\x70\x38\xc0\xef\x24\xa3\x94\xc4\x78\xb2\xc2\xe3\x61\x2c\x66\x71\x2b\x87\x31\x9e\xa8\xe8\xf8\x73\xfd\x3c\xa9\xd0\xb5\x3a\xed\x44\xe0\xaf\xc3\x0b\x4e\xc4\xfd\xb6\x9f\x1e\x08\xbb\xe4\x49\xdc\x78\x41\x1f\xbc\x6b\x96\x7e\xc0\x0d\xf3\x7e\xbc\x6b\x56\xda\xd2\x17\x77\x62\x49\x18\xe7\xe2\x84\x62\xae\xe7\xbb\x76\x50\xe0\x46\xa0\x6f\x32\xc3\xe0\xd5\x51\xfc\xfc\x64\xe0\xaf\x75\x1e\x27\x72\x37\x67\x49\x08\xe7\x0b\xaa\x25\x6e\x7d\xbe\x80\xb5\xdb\x27\x40\x2b\xd6\x7b\x4e\x1c\x25\x5d\xb9\xcf\x49\xc2\x29\x4d\xd3\x39\x71\xba\xc5\x8a\x4f\x96\xa3\x48\x3e\xac\x54\xff\x8e\xbf\x2a\x16\x31\x4e\x72\x72\x31\xee\x93\x69\x54\xac\x41\x39\x59\xce\xd1\x1a\x94\x8b\x71\xc1\x56\x90\x5c\xc7\x22\x61\x59\x0f\x22\x37\xdf\x9f\x24\xce\xd1\x6f\x60\x23\xc4\xa9\x2f\x66\x6a\xf6\x95\xfc\x42\x05\x8a\xc3\x08\x75\x81\x97\x1f\xde\xed\x8b\xbc\xdc\x31\xa3\x17\x79\xb5\x43\x40\xaf\x40\x2c\x95\x8c\x71\x05\x1e\x0d\xb1\xdb\x8b\x37\x4e\x31\xf3\x2b\xac\x51\xdd\x27\x08\x55\xf7\x6f\x22\xa5\x84\x90\x8b\x55\x1c\x1d\x22\x78\xc1\x90\x7f\x58\xb5\x73\x05\x6c\xb8\xf8\xf3\xc5\xb2\x5e\x49\xa4\xeb\x8a\x20\x96\xe2\x18\x17\xef\xa1\x4e\xa0\x76\x41\x41\x3b\x1c\x1c\x79\x45\x96\xe4\x14\x51\xb8\x98\x43\xd9\x0c\xf9\xfa\x18\x72\x49\x3a\x6c\x57\xfa\x08\xb6\x95\x28\x17\xd8\xf1\xf1\x03\x2b\xfa\x96\x5a\x3b\x74\xa1\x62\x83\x63\x0a\xae\xc4\x72\x31\x9a\x03\x3d\x49\x1d\x99\x7a\xe1\x1e\x6a\x8f\xa6\x0b\x39\x8f\xed\x5c\x7c\x81\xfb\x3a\xb5\xc8\x05\x5b\xbe\x33\xf4\x5e\x1f\xf3\x4d\x0e\xb9\xbf\x72\xe7\x14\xfd\x60\x81\xc1\x23\xf0\xec\x15\x77\x39\xd1\xa5\x20\xf9\xf1\xd6\xe6\xdb\xdc\x85\x68\x5b\x95\x60\x1b\x57\x59\x50\x50\x07\x1f\xa7\x6c\xbe\x16\x5d\x60\x94\x76\xe9\xbf\x78\xa5\xb4\xfb\xec\x55\x16\x29\xd5\x10\x8c\x49\xb1\x2a\xe8\x82\xe9\x7c\x1c\x12\x63\xae\x4a\xa2\x24\x19\xe2\xaa\x8b\x54\x6a\xd4\xba\x56\xae\x75\x50\x8f\x6a\xdd\x0d\xaa\xfe\x67\x47\xe7\xa0\xaa\x7f\xb7\x3d\xf3\x6a\xeb\xbc\xf9\x01\x81\xed\xdf\x05\x1f\xa8\xc3\x46\x1e\x21\x0e\x8f\xaa\xfe\x5f\x0f\x9a\x25\x2b\x75\xda\x9d\x12\x45\xfa\xbf\x59\x0a\x23\x3a\x36\xd8\x28\x05\x53\xf6\x8f\x3e\x07\x45\xf9\xbf\x2e\x04\x6e\xe4\x9a\x3b\x7e\x70\xa8\x13\x0b\x25\x48\x5c\xb4\x60\xdb\x73\x0f\x75\xfc\xc3\x8f\x5a\xe7\x62\xa5\x6f\xbb\x1b\xad\xc2\xfd\x76\xb5\x41\xe1\xfe\x60\x2b\x39\x0a\xf7\xbb\xae\xf7\x60\xdd\xfe\xc3\x21\xa0\xd7\x00\xda\x18\xf1\x06\x32\x33\x34\x7f\x40\x4c\xf6\x6f\xf2\x1d\x09\x1f\xd7\xe0\x7e\x49\xb6\x40\xa5\xff\x6f\x08\xbf\x41\xbc\x31\xb0\x4e\x92\x26\x53\xc8\x93\x32\x79\xf2\x1b\xc0\x4d\xcf\xf2\x5c\xa0\xd1\x34\x3e\x21\x29\xa9\x18\xdb\xb8\x10\x9b\x61\x43\xee\x45\x23\xb7\x63\x36\x2f\xa4\x46\xf9\x01\xcc\xc9\x42\xcf\x9a\xe4\xb5\x00\xa3\x65\x5c\xe1\x83\x9c\x27\xcd\xf4\xbd\x8e\xe9\xbc\xe0\x26\x69\x99\xfe\x62\xc1\x50\xbb\x14\x5d\x90\x98\xc6\x11\xfb\xdf\xf0\xa6\x0b\x81\x1e\x16\x6c\xaf\x4f\x9c\x72\x81\xf5\x71\xd1\xa2\x6e\xd5\xd7\x05\x8b\xfa\x70\x68\xd2\x05\xf9\xea\xf8\x39\x6c\x90\xaf\x7c\xa9\xb8\xe8\x56\x69\xa7\xc2\x0b\x6a\xf3\x14\xfd\x7b\xed\x83\x90\xf6\xe6\xe9\xf4\xac\x18\xd9\xe1\xc3\x89\xc0\x8e\xf4\x33\xe4\xda\x6b\x77\x09\x32\x25\x81\xfe\xa2\xb9\xdc\x0a\xb9\x0b\x71\x1b\x3f\xa7\xf7\x41\x5e\x0d\xa3\xd3\xb3\xe6\xa4\x63\xf2\x10\xac\x5e\x05\x84\x27\xeb\xc8\xaf\x87\xd4\xda\xab\x40\xb4\x6d\xb6\xcc\x77\x21\xea\xe2\xe7\xbc\x43\x69\x90\x24\x3f\x5f\x2f\x90\xde\xc8\xf3\x72\x8e\x5a\x35\x64\xad\x1f\x75\xea\xf5\xae\x49\x6a\x0e\xf0\x86\xb4\x67\xe1\x05\xb5\xfc\x70\x28\xc0\x85\x5c\xc1\xc5\xca\xb5\xeb\xe5\x76\xfe\x3c\x98\x7c\xa0\x3e\x27\xb6\xd3\x5d\x40\x9a\xfa\xd9\x2c\xd8\xd6\x7f\x76\x77\x92\x1a\xfb\x54\x21\xc0\xd7\x1e\x67\xd7\x5c\xb3\xd6\xba\x27\x25\x13\x13\x63\x66\xa6\xb3\x2a\xf3\x62\x80\x6f\xf2\xb9\x61\x3c\xaf\xed\x07\xd7\x24\x16\x0a\xa9\xee\x4f\x84\xea\x4e\x90\x77\xa3\xbe\xd7\x61\x0f\xc6\x1b\x3e\x93\xf6\xb2\xbc\x21\x2f\xd9\x27\xe0\x86\x4b\x64\xd2\x59\xbf\xa1\xcc\xf7\xac\xef\x03\x38\x98\xdd\xdf\x02\xad\x3b\xb8\xf1\x41\xd7\x6f\xa4\x65\x6e\xfe\x80\xe4\x5e\xca\xb6\xfb\x93\xae\xb2\xd9\xf9\xcd\x02\xa7\xd6\x52\xde\x50\xff\x27\xc9\x8d\x37\x9c\x28\x0d\x95\x1b\xea\x7f\x6f\xee\x1d\x0a\x7e\x7b\x00\x52\x40\x4f\xf1\x93\xb5\x9a\x53\xd9\xde\xb0\x96\x1f\x8e\xd6\xbe\x03\x91\xda\x50\x5a\xca\x11\x29\x46\x6f\xd8\x00\x92\xd4\x29\x77\x24\xc1\x92\x1a\xea\x66\x49\x55\xab\xec\xef\x48\xc0\x6b\xd6\x10\xce\x52\x76\x8f\x14\xce\x9a\x5f\x20\xc2\x78\x2b\x58\xf4\xcb\x7a\xce\x3b\xf2\x4e\xe1\x85\x44\x22\x8c\x41\x05\x03\x7b\x09\x7e\xe1\xc5\xa0\x9e\x14\x22\x0f\xc5\xad\x6f\x58\xd0\x93\x64\xb5\x9b\x9e\x9b\x0e\x7c\xbd\x29\xee\x49\x91\x71\x2f\x71\x4f\xdc\xe5\x5e\xda\x17\x23\x08\x73\xf8\xd9\xd9\xf3\xa6\x51\x5d\xa2\xcf\x8d\xb0\x66\xb3\xa3\x3b\xb1\xc0\x84\x87\x20\xdb\x6d\x9e\x14\x16\x21\xf5\xcc\xcd\x48\xa2\x1f\x9c\x66\x54\xb3\x95\xa9\x37\xac\xee\x87\x19\xd4\x9d\x29\x2a\x79\xa1\x30\xc3\x27\x09\x7c\x77\x6e\xf8\xed\x1e\x10\x8b\x6d\x0c\x61\x5d\x57\xab\x5f\xef\x82\x90\x2a\x2f\xbb\x50\x50\xfa\x3b\x7f\xef\x9b\x46\x0a\xc7\x34\xdf\x85\x02\x8c\xa8\xe4\x5d\x10\x07\x70\xb8\x7f\x12\xe6\xe2\x17\x00\x46\xf1\xdc\x9b\x65\x30\x2c\x67\xdf\xac\xfc\xea\x74\x8c\x77\x21\x96\x4b\x3b\x73\x97\xb5\x28\x0f\x42\xaa\x28\x85\xcf\x0d\xf7\xce\xe4\x69\x56\x5e\xd0\x44\xac\xef\xba\x96\xed\x37\x16\xf5\xf6\x1b\x84\xac\xe6\xbd\x64\x52\xf1\xa4\x9b\xa5\x5e\x7f\x4e\x46\xe3\xd9\x92\x20\x76\xb3\x94\xab\xdd\x86\xee\xc6\xdd\xd3\x18\x6d\x1d\x1d\x3f\x00\x55\xf3\x4a\x99\xf0\xd8\x11\xb0\x37\x3d\x30\xed\xbb\x72\xbf\xa8\xef\x2e\xfa\x7e\x33\xf4\xcf\x11\xab\xf7\xcb\x75\x08\x34\x28\xc5\x64\xbd\xf4\x8d\xfb\x7c\x92\x7c\x79\xbf\xa0\x8b\x92\x83\x6f\x32\x18\x49\xbd\xf7\x5c\xab\x54\x87\x28\x5f\xed\xe4\x1e\xf7\xc4\x1d\x43\x3a\xc5\x7b\x22\x78\xca\xe4\x81\x09\x24\xac\x6b\xbf\x17\x3f\xd1\x49\x7b\x96\x6a\x5c\x47\xf1\x81\xad\x57\x35\x72\xc7\x43\x66\x20\xb8\x3e\x47\x43\x36\xc1\xa8\xdf\x00\xa3\x84\xe8\x87\xcc\xa1\xba\x9d\x38\x27\xa9\xec\x81\x16\xdc\x02\xc9\x43\xd3\xae\x03\x68\x1f\xd2\x76\x31\x83\x87\xb4\x5b\x2c\xf0\x09\x4c\x1b\xe9\xdf\x14\xcc\xa4\x55\x78\x70\x09\x76\xfe\xe5\x07\x59\xae\x1c\x9d\xf2\x44\x2e\x49\x4b\x86\xa9\x35\xeb\x12\xfd\xc0\x77\xdd\x25\x7f\x1e\x9a\x5e\x7f\xbe\xbf\xb1\x02\xf7\x4f\xf6\x25\x05\xc3\x93\x28\xcb\x4a\xbe\x79\x12\x37\x52\x64\xfa\x49\x14\xda\x75\x51\x7f\x12\x63\x9b\xdd\x05\x17\x25\x25\xf7\x93\x28\xd5\x27\x7f\x01\x92\xd7\xfc\x05\x57\x2d\x28\x20\xaf\x43\x12\xcb\x7c\xf2\xda\x69\x4d\x2a\x93\x1d\x49\xb6\x7c\x78\x49\xf6\x46\x64\x5e\xa1\x86\x1f\x00\x70\x5e\x05\xd3\x5c\x99\x24\x3e\xf0\x80\xb7\x95\xed\xc9\x3c\x53\xa2\xba\x0f\x2c\xb1\xce\x4d\xf9\xf0\xd2\xac\x23\xf6\x14\x2a\x73\x0c\x5b\x54\xf2\x49\xc6\x57\x50\x2c\xe7\xe7\x7b\x16\x39\x12\xd1\x7d\x2a\x60\x2f\x9a\xf7\x7c\xe4\x28\xb5\x9f\x76\x6e\x85\x08\xda\xb3\xc8\x53\xf1\x1b\x00\xc3\xcf\x0b\x0b\x0c\x9a\x43\xe5\x75\xb5\xf8\x8d\x93\x7b\xe3\x2e\x78\x77\xf0\x24\xee\xef\xdc\x1a\x0c\x15\x7b\xe5\xdd\x6f\x14\xd1\x04\x06\x44\x51\x26\x63\x74\xa3\x24\x69\x30\xc0\x5b\xdc\xa6\xc0\xa7\x51\x61\x25\x59\xf4\x69\x34\x3f\x17\x77\xf9\xf2\x81\xe6\xc4\xbc\x0c\x63\xfc\x55\x1a\x86\xa7\x93\x1b\x49\x7b\xf5\x30\x75\xbb\xad\x5b\x0f\x72\x22\xa4\x9f\x17\xb8\x73\x6e\xe7\x65\xda\x07\xbf\x53\x72\x15\xe7\x78\x58\xec\xc6\x2a\xef\x87\xa9\xa6\xc4\x40\x1f\x24\x92\x4a\x36\x5f\x3c\x83\xda\x0c\xf1\xe0\x87\x0e\xe1\x87\x74\x68\xcf\x20\xa0\xd4\x05\xd3\x1a\x1c\x06\xfd\x89\xdd\x96\x42\xec\x39\x31\x6d\x99\x2f\x9e\x55\x76\xe6\xf0\x03\x10\x71\x8f\xc0\x24\x04\xf6\x47\x78\x4e\x96\x56\x3a\xfc\x00\xbb\x2d\x2a\xfe\x2c\x83\xb8\xf8\xdd\x73\x61\xbb\x8d\x60\xb0\x7f\x1f\x3f\x1f\x90\xb9\x79\x15\x17\xce\xd9\xf0\x0b\x5c\xb6\x57\x71\x7d\xcb\x76\x36\xb9\x07\x49\x0a\x92\x21\x7b\xad\x49\x7b\x0a\x64\xfc\x5e\x37\xb3\x12\x38\xf6\xfa\xb9\x0f\x7e\xa2\x37\x6e\x9c\x5d\x23\xc0\x1d\x31\xa6\xe6\x70\xaf\x83\xe5\x17\x08\x6a\x8d\x89\xdb\x6f\xf6\x6e\xae\xdb\xaf\x58\xf2\x73\xaf\x65\x09\x30\xab\xcc\xf4\xe1\x2e\x27\xba\x10\x60\x9e\x84\xdf\xfa\xe0\xa1\xe8\x29\x96\xfc\x7c\xb7\xd9\xe6\xac\xdb\xcf\x83\x4a\x61\xde\xdd\x87\x14\xcb\x93\x7c\xb8\x9b\xd2\x43\x3c\x4c\x11\x6a\xae\xfd\x2c\xd3\x80\x01\xf1\xf2\xb4\x1a\xda\x2f\x25\x62\xdd\x1c\x9f\x97\x2b\xf7\x17\xcb\xdf\xc4\x5f\x50\x37\xac\x0b\xcb\xb3\xae\xab\x92\x0d\x1e\xb8\x82\xe7\xc3\x5f\xac\x79\xfa\x05\x82\x46\x2b\x67\xd9\x46\xeb\x1f\x9f\x89\x88\x2b\x13\x6b\xe4\x00\x3d\x7c\x01\x7e\xe8\x0b\xfe\xc3\xcb\x61\xa9\xcf\xd2\x3f\x3e\x90\x26\xec\x50\xf4\xc0\x18\xe0\x08\xa9\x67\x62\x8e\x06\xdd\x5c\x73\xdc\x70\x78\xe9\x69\xe6\x70\xf1\xf7\x58\x80\x18\x7a\x70\xf2\x8d\x43\x0f\x1e\x3e\x88\x7a\xb0\x3a\xdd\xa0\x7a\x99\xa4\xd3\x22\xc9\x8b\x82\xcf\xc9\xaa\xa5\x37\xc0\xfa\x23\xed\xd6\x4b\xbd\xba\x63\xa7\x5f\xa6\x68\xb0\xa4\xf6\x7e\x97\xbd\x96\x3d\x71\x24\xd1\xc9\x1e\xb3\xd1\xea\xa9\x1e\x11\xdd\xe3\x62\x68\x6f\x5b\x1c\xc2\x2f\x5c\x1c\xd2\x3d\x7c\xb2\xa0\x73\x2d\xbe\x8d\xb0\xf3\x07\xab\xec\xdf\xfe\xdd\x57\xea\x02\xbd\x80\xe0\x1e\xbb\xc1\xbf\x08\x38\x1f\x0e\x4c\x7e\xa1\xef\x4c\x56\x4f\xbd\x1d\xdb\x69\xb0\x40\x15\x99\x45\x4c\xdf\x81\x03\x2d\x5e\xfc\x0e\x44\x57\x4b\x14\x44\xd9\xff\x96\x45\xd0\x5f\xba\x2b\x1d\x3f\x0f\x18\xa8\xec\x0e\x3b\x5f\xf0\x83\x05\x05\x4f\x01\xab\x8e\x7f\x75\x43\x7a\x97\x5e\x53\x22\xd1\x3b\xa0\xa9\xf6\x36\x9e\x0b\x81\xb5\x0d\x27\x67\xec\xdf\x9f\xbc\x9c\xc4\x97\x5f\x96\xd5\xb0\xb4\xfb\x82\x1b\xe4\xe8\xdf\xa0\xab\x3a\xa7\xef\x49\x36\xeb\x6d\x39\xb9\x00\xc1\x78\x31\x03\x51\xcd\xf7\x64\x38\x84\x64\x85\x77\x29\x3e\x25\xb4\xbf\xf0\x86\x4a\xbe\x99\xbe\x50\x74\x3a\xaf\xd8\xfb\xb1\x83\xe6\x9c\x7c\x2f\xb8\x41\x8e\xfe\x0d\xe2\x91\xfd\x1b\xe5\x1a\x7d\xc8\x50\x1e\xb8\x79\x8e\x1f\x33\xc8\xed\x67\x02\x3c\x62\xc1\x0f\xe0\xa2\xda\x3c\xa1\x89\x62\xbf\x82\xf3\xcd\x20\x12\xef\xeb\x8d\x64\xbd\x3f\xbf\x17\x66\x08\x8e\xf7\xc2\x04\xcd\x11\x69\x04\x7f\xd2\x77\xbf\x48\x48\x63\x37\xd8\x17\x81\x40\x55\xb2\xc0\xfb\x50\x3d\xac\x0e\x50\xd2\xcc\xb7\xe5\x17\x6a\xcd\x9c\xfc\x9b\xb2\x83\x57\xfd\xf4\x7f\xfe\x94\x9a\xfd\xc2\x80\x53\xab\x7f\x53\xab\xa9\x35\x3c\x9c\x90\x96\x00\x57\x29\xa7\xd6\x78\x1f\x90\x88\xe4\x09\x4d\x42\x51\x33\xfe\xf8\x44\xcb\x52\x39\xbd\x2f\x35\x10\x22\x97\x2f\x52\xcb\x64\xef\xc3\x52\x6a\xea\xa2\xf2\x22\x83\x60\xfe\xf9\x80\x32\x5d\x75\x97\xa0\xf9\x06\xd2\x5c\xb8\xe5\x07\xa8\x66\x6a\x39\xf1\x9d\x54\x06\x4a\x51\xf2\xc2\x24\x9c\x7f\x7e\x13\x6e\xc9\x0f\xb8\x75\x62\x4d\x2f\xa2\xba\xb3\x58\xea\x3b\xd7\xc2\xf7\x17\x73\x51\x79\x51\xcb\xc9\xa8\x6d\x87\xef\xcf\x65\x80\xcd\x7e\xe3\x45\x9d\x92\xa8\xdf\x54\x6a\x6a\xb7\x66\xa0\x46\x40\x97\xb2\x19\xd6\xca\xfc\x06\xef\x3b\xba\x06\x4e\xf8\x43\x39\xad\xe1\x0c\x0b\xfe\x9a\x05\x2e\x9a\x59\x68\x3d\x17\xdf\x48\x7e\x81\x1b\xa2\x1b\xd2\x0c\xbc\x09\x34\x7f\x42\x01\xe5\x67\x10\x0a\xe6\xd9\x0f\x26\xdf\xd8\x9b\x3a\x11\x75\x63\x47\xc2\x09\x35\x62\x96\x9c\x3e\xe3\xda\x21\x7f\x40\x3d\x90\x2e\x72\xa8\xdb\xdf\xb2\x50\x1f\x45\xf9\xbf\x59\xa9\x8b\xc4\x95\xea\xc2\x82\x1a\xfb\xe1\xe7\x44\xa3\xa6\xfe\xf7\x40\x4b\x65\x51\x7d\x67\x64\x40\x51\xfd\x94\x7f\xbe\x40\x91\x23\x63\xef\x4c\x8b\x6a\x68\x9e\xb8\xa0\xe6\xe2\x2e\xb9\x72\x21\xe3\x5c\x4a\x3a\xf1\x3c\x54\xcd\xff\x1e\xa8\x0b\x78\x0f\x0f\xe7\x7d\x40\xdd\xfc\x98\x7e\xf0\x20\x83\x20\x17\x77\x71\xfd\xf3\xa7\xd8\xbf\x95\x65\xf1\x9d\x75\x77\x32\x12\xc6\xa0\x81\x03\x94\x2b\x04\xce\x42\xd4\xd4\xa5\x18\x55\xf2\x5b\x2e\x7f\x15\x23\xbb\x2a\xe8\x3b\x09\xc4\x2c\x44\x21\xe3\x58\x59\x90\xd7\x84\xa8\xb4\x73\xfe\x80\x59\x28\x2a\x18\x0d\xa9\x93\x73\xda\x84\x59\xc8\x53\x8c\x53\x15\x92\x9c\x5f\xa8\x90\x82\x25\xa1\xce\x4a\xb6\xd6\xfd\x60\xb0\x4b\x4d\x0b\x3e\x52\xd9\x48\x88\xbc\x3f\xb9\xba\x7d\xcd\xc1\x2f\xac\x39\x08\x70\x95\x27\xd4\x78\xcb\x0a\xb2\x4e\x6c\x30\x1b\xb7\x5b\x57\xf1\x89\x5b\x6e\x16\xf5\x9a\x8d\x8c\xcf\x88\xdd\x88\x0f\xe2\x7c\x13\x4a\xbd\xec\x43\x8f\xe4\x40\xb9\x7a\x08\x1e\xbf\xe2\x17\x1e\x3e\xd0\x98\x1d\xc9\x7f\xbc\xb0\x4e\xa4\xf4\xd1\x18\x24\x2c\xa2\xfb\x73\x50\x88\x90\xce\x62\x52\xec\x31\x5d\x59\x62\x8f\xcf\x1f\x2b\xac\xda\x3d\x79\x22\x08\xd9\xf6\x8e\xf9\x49\x39\xc5\xce\x5f\xf3\x13\x64\x3e\xd8\xa9\x07\x24\xe3\xcb\x26\x2b\x27\x89\x9b\xcf\x12\x83\x92\xad\x17\x99\x27\x61\xe7\x83\x70\xf2\xce\xe1\x4f\x10\x49\xf4\x93\x61\x61\xb2\x60\x96\x59\xec\x64\xa6\x3a\x0b\x2f\x13\x16\xce\x62\x9f\x33\x54\xf9\x0f\xd9\xd7\x6b\x96\xf5\xcf\xb6\x16\x4e\x44\xf1\x1c\x8a\x31\x3f\x1b\xee\xae\x45\xa9\x24\xce\x8b\x5a\x70\x25\x72\x98\x1d\x8a\xd7\x92\x37\x3a\xcf\x8e\x40\xf6\x92\xf7\x4c\x27\xa2\x47\x42\x52\xda\xf9\x39\x20\x9f\x27\x5d\xeb\x27\xa2\x37\xbe\x89\xe5\xfd\x20\xd2\xe1\x6b\xcb\x82\x73\x44\xfa\xce\xef\xab\xe1\x1c\xb0\x4a\x24\xdd\xf4\x27\xfd\xf1\x93\x0c\xbc\x73\x00\x83\x93\x4c\x23\x73\x20\xcb\x53\x96\x12\x64\xc2\x21\xbf\x29\xab\xe8\x1c\x08\x3f\xcf\xba\x0a\xce\x81\x7d\xca\xba\xc1\x4e\xf8\x9d\x37\xa5\x63\x9d\xf0\x12\x0f\xae\x26\x37\xe1\x92\x1d\x92\x14\x12\x73\x40\x49\xac\x7a\x20\x93\xbe\xcb\x49\x4e\x1f\x13\x6e\xc5\x5d\xb7\xac\x09\xb7\xe2\x2e\xb1\x7d\xc2\xad\xb8\xa9\xac\xc9\xa4\x57\x71\x96\x93\xd0\x84\x57\x71\xcf\xdd\x1f\xa4\xef\xb7\x16\x71\x7e\x8c\xb2\xe7\xad\x6d\x98\x67\x60\x00\xee\xe1\x17\xea\x3f\x7f\x7a\xd1\x7e\x9d\x1f\x9f\xec\x4a\x1f\x34\xcf\x8f\x09\xf6\xb2\x8f\xd4\x3c\xbf\xfb\x56\x2f\xdd\xdf\x3f\xdf\xef\x9f\x09\xbd\xf8\xed\x01\x91\x06\xc3\x2b\x8c\x48\x7e\xb9\x49\xe6\x84\xd3\x71\xaf\xc9\xed\x2c\xa0\x5a\xfd\x80\xd5\x4a\x35\x81\x88\x24\xd9\x49\x20\x61\x95\xd0\x7d\xdd\x9b\x70\x49\xee\xd5\x0b\x88\x28\x13\xe2\x09\x47\x7a\x07\x7a\x02\x0f\x84\xd1\xbd\xcb\x70\x59\x0e\x49\x84\x6b\xd2\x67\x39\x25\xcf\x08\x1a\xe1\x24\x35\xd2\x84\x13\xf3\xf7\xc0\x7d\x40\x86\x96\xd5\x74\xc2\xab\x39\x24\x71\xc7\x09\xaf\xe6\x56\xcb\xdf\x54\x85\x9d\xf0\x78\xfe\x66\xa0\x35\xc3\xe5\xd9\x81\x1b\xf3\x84\x0c\x90\x44\xe8\xe6\x09\x19\x20\x25\x2f\x1b\x66\xb8\x24\x25\xc4\x3c\xe9\xa7\xa5\xdc\x6a\xf3\x4c\x3c\x98\xd1\xa3\xbc\x7c\xe0\x49\x4f\xf6\xa1\x61\x33\x61\x55\x05\x89\x4c\x58\x19\x1f\x33\x61\x95\x34\xb1\x4c\x58\x15\x81\x37\x13\x56\x4d\xc0\xcb\x84\x55\xd4\xc4\xa0\xba\x56\xa1\xc9\x09\x6f\xeb\xaf\x4f\x77\x41\x70\x64\x7f\x41\x91\x68\x68\xe6\x10\x35\xda\xcf\x17\x84\x46\xf3\xc4\x79\x74\x7d\x0e\x32\xa1\x91\x3d\x2d\x42\x23\xf9\x01\xa1\x31\xb4\xd6\x42\x68\x14\x75\x5a\x08\x8d\xe2\x37\x08\x8d\xa8\x3e\x0a\xa1\x61\x6c\x2d\x84\x46\x16\x88\xcb\xc2\x1c\x3f\x20\xed\x2b\x9a\x69\x21\x38\x7c\xe4\xe8\xc6\xfd\x83\x2e\x85\xd8\xd1\xfc\x80\xd8\x51\xdc\x29\xac\xfa\xe1\xa7\x0f\x66\xa0\x33\x04\xcb\xda\x7b\xc1\x98\x85\xf3\xe5\x32\x31\xcf\xca\xd5\x9a\x58\xd5\xb5\x5a\xbf\xc1\xd5\x8a\x17\xc0\x1d\x3c\xf8\x12\x3f\xe1\x0f\xfe\x8d\x22\x74\x81\xcf\x5b\x91\x66\x72\x9e\x95\xab\x8d\xfe\x84\x9b\xdf\xfc\x09\x57\x6b\xc4\x86\x80\xa4\x22\xcf\x13\x4e\xe4\xc1\x0e\x50\xf3\x44\x74\x71\x8e\xc6\x5a\x88\x4c\x49\xc9\x7a\x26\x5c\x59\x87\x61\xfe\xa2\x1a\x9f\x7c\xc2\x27\xb4\x52\x4d\xb1\x5b\xf3\x85\xe1\x5d\xa2\xec\x7c\x13\x58\x87\xa8\xe4\x3c\xc2\x3f\x7f\x74\x21\x9e\xb8\x65\x75\xa9\x46\x27\x2e\x59\xd2\x71\xcd\xb9\x12\x63\xe9\x27\xb3\xb9\xe8\x27\xb3\x3a\xe8\x67\x43\x5f\xfe\x18\x91\xcf\x5d\x3f\x51\x5a\xcb\x7d\xdd\xff\xfc\x31\x31\x9d\x07\xea\xf2\x27\xfd\xfc\x24\xf0\xe4\xae\xe7\x3f\x7f\x54\xd1\x69\xce\xc0\xaa\x5c\xfa\x89\x6f\xf5\x72\x60\xed\x17\xfd\xfc\xbe\xdd\x37\x8e\x89\x9b\x93\xea\x6c\x4f\xdc\x50\x14\xd5\x3a\x71\x41\x31\x49\xc7\xf5\x44\x96\xd3\x89\xcb\x89\x4a\x29\x4e\xdc\x4d\x54\xe2\x6f\xce\x8f\x26\x49\x49\x3c\x67\xf9\x7a\x16\x82\xcd\x82\x9e\x35\xc9\x0f\xef\x95\x93\x7f\x42\x3a\x57\xfe\xa4\x39\xe1\xda\xa4\xd3\x3b\xdf\xf4\xf5\xac\x69\xbc\x19\x80\xf6\xdb\xd8\x16\xbf\x8d\x1c\xb9\x04\x56\x98\xa8\x1c\xde\x77\x66\xd9\x30\x23\x2e\xd6\xc7\xb6\xe6\x86\xc9\xe2\x88\x61\xdf\x04\xc2\x44\xfa\x9b\x10\x77\x28\x54\x3c\x0e\x98\x63\xd3\xce\xfa\x18\x8f\x03\x79\x26\x15\xd1\xf5\x3d\x80\x0c\xb3\x75\x72\xf1\x60\x29\xff\xb6\xad\xca\xdf\x03\xfa\x5a\xe6\xbf\x08\x43\x8a\x07\xeb\xf2\xe7\xed\x44\x19\x0f\x14\x50\xff\x24\xd3\xb6\x1e\xa0\x86\x73\x3c\x76\x76\xe2\x78\xa0\x1c\x6e\x48\x5d\x6f\xc4\x40\x53\x65\xd9\x7d\xa0\x68\x50\x90\xa7\x7b\x3c\x58\xa1\xa5\xed\xac\x0a\xf1\x48\x9d\x0f\xba\x3e\x99\x5c\xe8\xd8\xa3\xac\x3c\xf5\xdb\x79\x3a\x1e\xe5\x58\x6f\xec\x4f\x0a\x78\x55\xde\x79\x15\xe2\x81\x7c\xd2\x1f\x88\x36\x28\x0a\x23\x0f\x92\x80\x55\xb7\x70\xb5\x01\x5e\x69\x5c\xde\x69\x34\xe3\x51\x5f\x7a\x16\xf5\x0d\x70\x24\xf9\x0a\x6d\xc7\x65\xc5\xa3\xd1\xe9\x6f\xdf\x9c\xe2\xc1\x8c\x26\xf2\xf2\x8b\x47\x07\x67\x96\xe3\x60\x3c\x3a\x0c\x40\xf2\x90\x8b\xc7\xa0\x95\x7d\xa7\xa5\x88\xc7\x80\x41\x50\xde\x69\xf1\x18\x4c\xfe\x14\xb4\x2f\x08\x1e\x0d\xf2\x67\x8b\xc7\xa2\xac\xbb\x5e\x5b\x3c\x4e\xe6\x7c\xde\x54\x31\x1e\xf0\x3f\x0f\x72\x0d\x8b\xc7\x85\x6c\x4a\x69\x17\x93\x88\x07\x9c\x32\x43\xda\x81\x14\xf1\x80\x51\x39\xc8\x49\x22\x1e\xcf\xda\xfd\xb1\xfb\x78\x58\x8a\x63\x73\xab\x78\xbc\x98\x87\x4c\x8b\xdf\x03\x0e\xab\x6d\x78\x99\x4a\x6a\xb3\xe2\x78\xcc\x42\x98\x6e\x74\x08\x2c\xbf\x2a\x8d\x7d\x0c\x91\x92\xca\x8e\xd3\x8f\x21\x82\x49\x4a\x67\x1f\x43\x64\x0a\xaf\x2d\x48\x7f\x0f\x2e\xbe\xd1\xf6\x03\xb8\x46\x4a\xdb\x1b\x03\x6a\xbf\x05\xe9\x87\x63\x88\xf0\xce\x93\x1a\x32\x86\x04\xe7\x85\xda\x17\x5d\x8e\x81\xc5\xa7\xa4\x37\x8c\x01\xb5\xa4\x82\x14\x8b\x31\xa4\x9b\x0f\xf2\x1e\x85\x65\x02\x5a\x5e\x76\x99\xef\xc1\xcb\xe2\x6c\x7b\xa6\x65\x4d\xac\xed\x37\x6a\xe6\x83\x0d\xb1\x80\x1c\xa3\x9f\xe4\xb6\x47\x41\x5e\xc4\xd0\xf2\xd8\x9f\x20\x3d\xde\xf7\x60\x03\xa8\xe3\x7a\x58\x77\xfe\xe3\x18\x18\x43\xdb\x4a\xdc\x8b\x43\x00\x61\xeb\xfa\x7d\x33\x6b\x48\xd9\xc4\x26\x3c\x0c\x1d\x28\x9b\x1c\x85\x85\x0d\x25\xef\x4f\x68\x9e\x6f\x25\x6f\x70\x3c\xb0\xac\xb4\x9d\xa9\x33\x86\x67\xf0\x8d\xe2\x07\x37\x1f\xec\x99\xd3\xc6\xdb\x76\x9a\xe8\x18\x1e\x20\x61\xdb\xc1\xf4\x31\xd0\x64\xd7\x76\x6a\x8f\x18\x5e\x56\xe6\x28\x02\xe9\x9b\x08\x1f\x4d\x0c\xac\x28\xb4\xd2\xf4\xa0\x71\x71\x9b\x04\x85\x09\xd7\xcc\x56\x16\x35\x8e\x31\x10\x5f\xf6\x3d\x26\x46\xd4\xcf\x0d\x43\xb4\x20\x26\x76\x5a\xfd\x00\x19\x44\x5a\xdd\xf4\x24\x56\xa6\x9f\xdc\xfa\xd8\x18\x2b\x9c\x4a\x5b\xdd\xa7\x34\x22\x91\x4a\x68\xbb\xaa\x6f\x8c\x4c\x4b\xd2\x76\xd2\xfb\x18\x07\xcc\xe8\x6d\x17\xb2\x8c\x91\xa1\x64\x6d\xb3\xb0\x18\xaf\xcc\xe0\xe6\x8d\x1e\x91\x1e\xe2\x6d\x17\xf9\x88\x91\xee\x8f\x32\x42\xc4\x08\xdf\xc5\xef\xc1\xda\x86\xb8\x8e\xed\x76\xd8\x8e\xf1\x65\x4c\xc6\xd6\x5b\xc5\x38\x91\x70\xf4\xd8\xa9\x2f\x63\x62\xd1\xef\xb6\x0b\x8d\xc6\x14\x88\x51\xdb\x65\xee\x7b\xc0\x6d\xd8\x47\x3f\x85\xc9\x34\xca\x1b\x1e\x29\xc1\x13\xac\xed\x50\x8e\x98\x58\x7f\x28\xef\xbc\x8d\x31\x25\xa6\xae\xdf\x91\xd6\xdf\x83\xf5\xc9\x5f\x58\x99\xbe\xb7\x39\xa7\xaa\x11\x9f\x95\xc9\xd9\x03\x9c\x7c\x10\xf5\x60\xf2\xc1\x5e\x57\x22\x5d\xd8\x45\xef\x62\x4a\x93\x9a\x95\xb8\x3f\x59\xcc\xa8\x75\x3f\xb8\xf8\x60\xf7\xc1\xa2\x29\xad\xed\x2d\x49\x99\x6e\x74\x4d\xb0\xc9\x1c\x65\x17\x1c\x89\xa9\x30\xf4\x72\xdb\x34\x62\x42\x55\x88\xd0\x76\x22\xf9\x98\x0a\xe1\xbb\xa3\xb3\x63\x62\x96\xf7\xd6\x05\xdf\x8a\x5b\x61\xdb\x79\xa4\xbe\x07\x74\x28\x1d\x7a\x83\xb4\xa5\x6b\xd3\x1a\x82\xa5\x5a\x17\xc4\x90\x7f\x34\xb4\x9d\xcb\x30\xa6\x06\xc6\x5a\x87\x66\xca\x9c\x8f\x75\xc7\x11\x7f\x0f\x56\xfe\xc4\x3d\xd3\xb6\x0a\x81\xef\xf3\x97\x90\xda\xec\x13\x1e\x34\x2c\x13\x8d\x75\x41\xbd\x13\x45\x77\x96\xa3\x98\x90\x8a\xe9\x7b\xb0\xfb\x38\x07\x57\xbb\x45\x80\x74\x43\xf5\xd4\x76\x62\x92\x98\x6e\xa8\xc0\x72\xd4\x6a\x6f\xec\x5c\xda\x21\xf3\x31\x3d\xa8\xf4\xdd\x76\x74\xe8\xf7\x00\x31\xf3\x5b\xb1\x14\xd3\x93\xf9\x86\x00\xf4\x10\xa5\x76\xce\x9e\x98\x1e\xca\x26\x43\x07\xe1\x21\x2d\x19\xda\x86\x09\xf7\x9d\xb6\x9d\x11\x63\x3e\x32\x0f\xd3\xc6\xea\x7c\xd0\x17\x66\x7b\xcf\xc4\x1c\xa0\x28\xea\xdb\x1c\x1a\x73\x60\xc9\xd6\x1d\x01\x13\x73\xc0\x5a\xfa\x36\x8c\xc7\x8c\xc2\xa1\xdf\x25\x66\xcd\x34\x27\xe8\x08\xfb\xf6\x93\x8e\x99\xb5\xbb\xc4\x36\x72\x65\x7d\xc7\xad\xb3\x8d\x99\x19\xb6\xfb\xd6\x65\xc6\xcc\x14\x74\x2a\xf9\x1e\x73\x67\x9a\xc7\x5d\xdf\x22\x66\x5e\x93\xfb\xb6\x85\xc7\x7c\xb1\xd4\xf4\x36\x3e\xc4\x7c\xb1\xec\xcd\xb6\x03\xc4\x4c\xff\xed\x2e\xda\x92\x1f\x24\x50\x4b\xdb\x49\x2b\xe6\xf7\x58\x36\x8f\xae\x07\x58\x6c\xf0\x03\x08\xcb\x7d\xe7\x86\x8c\xf9\x65\x5a\xd0\xb0\x71\x2e\xbf\x2c\x8e\x17\x34\xf5\xb9\xac\x65\x9b\x91\x94\x83\x75\xb8\x77\x7a\xb0\x58\x0e\x26\xce\xda\x39\xd3\x62\x09\xf0\x02\xef\x3b\xff\x57\x2c\x01\x09\xc4\xfb\x4e\xd5\x18\x4b\xb8\xb9\xfc\xa1\x4f\x58\x31\x76\xa7\x4d\x8c\x05\x65\xd6\xbf\x07\xbb\x8f\xc8\xc0\xef\x9d\xbf\x20\x16\x16\xa7\xea\x12\xb2\x4b\x66\x41\x99\x7d\xb3\x88\x25\x33\x39\xc4\x76\xba\x8d\xa5\x1c\xeb\x8d\xfd\x09\xea\xb1\x84\xbe\x7d\x2f\x62\x61\x1e\xfc\x2c\xb9\xbc\x34\x0a\xd9\xc2\x97\xd2\xb8\x96\x9d\x42\x20\x96\x06\xb1\xa2\xef\xe0\xfd\x58\x98\x53\x6b\xd7\x81\x8d\x65\x50\x98\xd9\x37\x94\xef\x01\x15\xc6\x5b\xfa\x2d\x2b\xed\xc5\xbe\x17\xc7\x82\x60\xde\x90\x76\x4c\x7a\x2c\x27\xd3\x36\xed\x6c\xac\xdf\x03\x7e\xb2\x74\x13\xb1\x9c\x4c\x7b\xb8\xd3\xb1\xc6\xc2\xe0\xa1\xae\x63\x5c\x6e\x90\xd7\xbe\x23\x04\x63\xb9\x41\x70\xfa\x56\x18\xc7\xb2\xa4\x88\x6d\xf8\x8c\xe5\x25\x8c\x93\x56\xff\x12\x4d\x25\x96\x97\x17\xc2\x4b\x4f\x9a\xe9\xcb\x12\xe3\x5b\xd1\x10\xcb\x7b\xaf\x37\xf6\xd4\x5f\x66\x9a\xdc\xda\x9c\x58\xde\x77\x3d\xd8\x9d\x4e\xe6\x62\xde\xce\xf0\xb1\xe0\xfa\xf9\x3d\x88\x7f\xc1\xbe\xca\x24\x38\xb7\xbe\x24\x96\x09\xd9\xa7\x6f\xbd\x62\x2c\x93\x25\xe2\xb6\x96\x2a\xd6\xe3\xe0\x00\x9b\x1a\xd5\x03\x76\xcf\xbe\xf5\x6d\xb1\x1e\xcc\x54\xb3\x5d\xf7\x62\x3d\x50\x81\xb8\x6f\x4f\x8b\x58\x23\xd0\x3e\xed\xf4\xcb\xb1\xc6\xca\x6b\xe5\xbe\x8f\xd5\xd8\xd8\x47\xd7\x27\xac\xb2\xb4\xbd\x1e\x63\x4d\x79\xd5\x0c\xde\x7d\xb0\x32\x5d\xdf\x2a\xb9\x58\x51\xba\x21\xf4\xed\x25\x13\x6b\xe5\x65\x73\xbb\x0b\xc5\x8a\x54\xd7\xa1\xef\xcc\x8b\xb1\x76\xa6\x65\xcf\x5a\xdc\x4a\xd8\xb5\xed\xd7\xb1\x0e\x6a\xdc\xaa\x1f\x90\xfa\xe4\xb2\xfb\x80\xda\x3f\xe4\x9d\x0e\x3b\xd6\xb1\x3a\x15\x80\x4e\x9e\xd8\x2c\x00\x2d\x7d\xda\x2e\x97\x14\xeb\x89\x3a\x9b\x7d\xa7\x49\x8e\x75\x05\xfc\x6f\x9b\x5b\xac\x27\xf9\xd9\xa1\x37\x18\xdb\xd1\xf2\xc6\xea\x7a\xb3\x0a\xe9\x2e\x7a\x17\xeb\x4d\x43\x52\xf4\x03\x4e\x6c\x47\x7b\xc4\xfa\x92\x17\x1d\xda\x86\x85\xa2\x65\x5f\x59\x2a\xed\x5d\x5d\x32\x7a\x9d\x08\x4a\xea\xbb\x5c\x5b\x6c\xc7\x64\xfd\xbf\x7d\x54\x5a\x60\xbe\xcc\xad\xf0\x8f\x2d\x24\x56\x7e\xd8\xac\xb8\x51\x44\xea\xbb\xd6\xf2\xf7\xe0\xe2\x83\x63\x3f\x20\x2f\xaa\x9b\x3e\x35\x54\x04\x0c\xbd\xee\xb3\xf3\x5d\x80\xf8\x60\x77\x5a\x99\x34\xb3\x6e\x4c\x6e\x15\x9e\x5f\x7d\x2b\x9b\x62\x63\x95\x9b\x5e\xb7\x2c\xd8\x58\x96\x43\x85\x06\x62\xab\xa8\x9b\xd5\xb7\x1b\x48\x6c\x8d\x6c\x62\xeb\x82\x62\x5b\xb9\xd0\x77\x85\xf6\xd8\x90\x74\xfb\x7b\xb0\x80\xdc\x46\xe7\xb0\x5b\xfe\x6b\xc8\x5f\xf4\x09\xba\x1b\x40\x67\xe7\x4c\xb7\x30\xd7\x2e\xd6\x7c\xd8\x8a\xaf\xef\x01\x86\xdd\xf9\xbf\x62\x63\x28\xa0\x6c\x0c\xb1\xdd\x89\x71\xd8\x82\xc7\x0d\x29\x5e\x81\xb8\xb1\xc1\x4b\x38\x1e\xbb\xb0\x59\x6c\x0f\x52\x19\xcb\xd1\x2d\xb6\x37\xac\x07\xfb\x93\xc9\xeb\xf9\x56\x32\xc6\x4e\xed\x4f\xdf\x19\x41\x62\x3f\x50\x81\xb4\xb7\xbd\x96\x8f\xec\x02\x84\x1b\xa6\x3d\xb2\x18\xca\xae\xf5\x1f\x7b\x64\x86\xba\xb6\x6f\x24\x1d\x15\x40\x83\x52\x80\xc7\x9e\x49\x61\x76\xad\xf8\xd8\x59\xe1\xaf\xb7\x7d\x45\xe9\x85\x45\x7d\x25\x64\xf7\xfa\x10\x1e\x1b\x84\x1d\xc5\x03\xbe\x07\xfb\x93\x95\x6a\x6c\xa7\xb9\xff\x1e\xb0\x32\xdc\x46\xba\x3e\x56\xa5\xe0\xa0\x4f\x7a\x63\x32\xcf\xa4\x07\xac\xa4\xb5\x71\xac\xaf\x83\x2c\x79\xb8\x9f\xbb\xa0\xb5\xde\xc8\x2c\xdf\xb1\x79\x60\x3f\x57\xb1\x60\x2d\xff\x64\x1d\x94\x9d\x87\x3b\xf6\x93\x1c\x7f\xa7\xca\x8e\xfd\xe4\x31\x95\xc4\xdc\x17\x47\xeb\x5b\x36\xe9\x0c\x1d\xed\x12\x6e\x3b\xa3\x13\xbb\xe4\xe1\x8e\xa3\xde\xb6\x76\x34\xf6\x87\x7b\xbd\x73\x4f\xc6\xfe\xac\x79\x6d\xd1\xa4\x3f\xab\x36\xe8\xa6\xc0\xfd\x0d\x0b\x1c\x55\x0f\x38\x48\xd7\x03\x66\xe1\xdf\x4a\xe8\xd8\xdf\xce\xb5\x6d\xc6\xda\xdf\x97\x9d\x0e\x75\x8a\x84\xc1\xbb\xd2\x7b\xec\x73\x55\xc5\x1c\xed\x2f\xd8\x57\x5f\xc4\x67\xa7\xb0\x8a\x23\x12\xa7\x77\xb2\x9f\x38\xe2\xb5\xf2\xfa\x2f\xf8\x8f\x3c\xf8\xc6\xd6\xb9\x8c\x72\x33\x1b\xcb\xde\xb2\x55\xe0\x27\xed\x52\xd9\x91\x95\x2e\x42\xdf\x15\x7f\x22\x6b\x2c\x84\xbe\xa3\xc7\xe3\x68\x85\x6f\x6c\xea\xcc\x8c\x97\xa1\x4b\x20\x1f\xe7\x0a\x49\xda\x27\x78\x3c\xb4\x0f\x35\xcd\xf4\x79\x18\x0a\x13\x77\x1f\xf4\x54\x1d\xdb\xc1\x28\x8e\x97\x41\x1e\x69\x93\xeb\xf1\x66\x7a\x40\x6f\x12\x37\xde\xbe\xe2\x58\x77\xa7\x74\xb5\x1b\xdb\xc3\x24\xd2\x6f\x2d\x8c\xed\x88\x11\xc7\xbb\xd2\x8c\x6c\x75\xc8\x98\x37\x23\x5d\x9b\x1e\x3c\xed\xdf\x1e\x9c\x47\xe0\x28\x5b\xc2\x3a\x8f\x48\x6f\xf0\x8d\x6d\xe7\xd1\x57\x18\x45\xde\x0f\xe6\xf2\xbc\x5f\xf0\x38\xc3\x58\xfe\xe2\xbb\x8f\x78\x51\x78\xde\x64\xf2\x64\xa9\xe9\x21\x0d\xe4\x99\x19\x17\xb8\x4b\xe3\xc4\xb3\x40\x8e\x1b\xbb\x6c\x4b\x3c\xeb\x72\x25\xdb\xe2\xd2\x59\xe1\x70\x75\xec\x48\xf5\x78\xd6\x6b\xbd\xb1\x3b\x1d\x2f\x5d\x14\x36\x79\xba\x50\xc7\x21\xa8\x78\x45\xbc\x1a\x19\xfe\xce\x20\xfe\x3d\x20\x21\xdd\x37\xeb\xab\x2d\x9f\x9c\xe1\x37\xa8\xc4\xdd\x02\xf8\xd5\x10\x24\x72\xec\xbc\x67\xf1\x42\xc2\xff\x4f\xae\xcd\x7a\x40\x4d\xe8\x3e\x8f\x17\x12\xfa\xc7\x43\x6b\xb9\x5a\xa7\xc2\x64\x1f\xe1\x0b\x29\xf5\x43\xde\x55\x1b\xbf\x07\xbc\xf4\x6d\xc4\xbd\x5a\x67\xe1\x8e\xa8\x37\x06\x59\xcf\xa6\x68\x17\xb2\xcd\xc7\x63\x57\x96\xfc\x1e\xc0\x51\x27\x78\xf9\x17\xed\x76\x4d\x7d\xa0\xe8\xf3\xb1\x13\xe3\x7e\x0f\x26\xc5\x0a\x4d\x8c\xce\x96\x3b\x23\xe8\xf7\xa0\xb3\xd0\xa2\xde\xa0\xe7\xa1\x8c\x06\x17\x72\x6a\xc7\x43\xb4\xe5\x62\x42\xeb\x63\xe7\x79\xfa\x1e\x9c\x8c\x12\x5f\x50\x7f\x0a\xad\xba\x7d\x8b\x59\x6f\x6c\xd4\xa5\x6f\x92\xff\x16\x9a\xe9\x44\x37\x5f\xd4\xb8\x09\x79\xc7\x35\xc4\xc9\xec\xe1\x45\xba\xe3\xc9\xcc\xdd\xd2\x91\xcc\x4e\x67\x86\x6d\x54\xf9\x1e\x74\xbc\xd0\xf4\xfb\xa4\xa2\x58\x5f\x2c\xd1\xb6\xfb\x41\xa7\xd2\x5b\x9f\xc4\xfb\xdf\x54\xeb\xb3\xd3\xb8\xbf\x6d\x55\xdf\x03\x52\xa0\x7d\xd0\x27\x72\x3e\x7f\xd3\x88\xfb\x01\xcd\xbc\xd2\xbb\xcc\x4e\x4b\xa8\xee\xf7\xb3\x57\xee\x5b\xd4\x1b\x10\x07\x53\x4f\xea\x03\xee\x51\xcd\x33\xff\xc4\x90\xd6\x92\x7e\x33\x9f\xa4\x24\xcc\xd9\x07\xd7\x1a\x35\xc6\xb9\xa6\xa5\x4f\xe0\xf0\x9c\xb6\x3b\x4a\x9c\xfd\xe2\x3c\xab\x16\x7f\xf1\xbc\x45\xad\x15\x31\x19\xd2\x78\x4f\xe4\xf5\xfd\x51\xd0\x4d\x24\xf6\x6d\xdb\x50\x1a\x27\xf3\xf6\x66\xd9\x72\x66\x5f\xf1\x13\xd5\x6f\x60\x9e\xdb\x9c\xf7\x3d\x00\xf3\xf3\x0b\x48\x11\x98\x24\xa3\xcd\x41\xaf\x19\x29\x01\xe7\x58\x86\xb0\x8d\xd3\x73\x1c\x74\xff\x11\xf4\xc6\xda\x78\x4d\x9c\x19\x61\x7b\xfa\x77\x57\xc0\xf1\xbf\x60\x5b\x13\xf9\x60\xbf\xde\xf7\x04\xc7\x72\x48\xd8\x02\xce\x1c\x74\x40\x90\x4e\x6c\x0e\x1a\x90\x75\x2e\xe7\x80\x51\x23\xe9\xee\xbc\x7c\x85\xf2\xe1\x35\x3c\xf4\x1b\xab\x9a\x21\x13\x2d\xec\xc8\xa1\x38\xc7\x4a\xe7\x5f\xff\xf7\xee\x8b\xff\x3a\xff\xe3\xff\x7d\xf1\xfa\xf7\xc5\xf1\xcf\x9f\xf5\x2f\xd4\xca\xfb\x79\x79\xf4\xbc\xa1\xec\xdc\x6e\xf8\x2e\xc9\xfb\xdf\x0f\xc2\x87\x3e\xf9\xf0\x62\xff\x0b\x8f\xaf\xa6\x96\xdb\x2d\xcc\x88\xb8\x5b\x6e\x0f\x8f\xf4\x9b\xdb\x7a\x7b\x1c\x9f\x34\xbc\xfe\xa5\xc9\xed\xd8\x2d\xcf\x70\x0b\x65\xe8\xdd\xf2\xba\x37\xe6\xe6\x4a\x6a\x71\x6f\x93\x09\xea\x77\xcb\x74\x6f\xc8\xa3\xb0\xed\xe7\x47\xf8\x04\x91\xfd\xef\x60\xb2\xf4\x3d\xef\x58\xb5\xd6\xc8\x68\x42\xb9\x8d\x1f\xd1\xb3\x88\xc0\x6b\x3b\xa7\x7e\x04\xcc\x6d\xe8\x53\x75\x78\x8e\x74\x08\xb2\xe9\x60\xd1\x5a\xb5\x54\xb7\x80\xf2\x6c\x58\xa4\xa0\x39\x26\x7a\x26\x2b\xdb\xff\x91\xc2\xe3\xb6\x97\x6d\x51\x6d\x53\x6d\x4c\x18\xd5\xb5\xc3\x29\x9d\x6a\x83\xfb\x4f\x51\xae\xfc\x23\x7d\xf4\x64\xff\xbb\x2a\x0f\xb9\xcd\x73\x41\xe5\xc2\x43\x51\x13\x47\x1a\x5e\x1b\xb4\x2c\x8a\x5a\x3a\xd2\x87\x45\xfb\xdf\x6f\x09\x87\xbf\x3a\x6f\x37\x81\x21\xc9\x19\xff\x48\x97\x7b\x84\xa4\x2c\x3f\xf0\x23\xdd\xee\x11\xf1\x64\xf2\xf5\x3c\x60\x2a\xd8\xff\x82\x3d\xc9\x75\xfe\x80\xae\x61\xff\x7b\xb3\xad\xa9\xed\x75\x1b\x67\xb2\xbd\x3a\x0e\x5c\x5b\xf7\xbf\x05\xc3\x0d\x35\x69\xe3\x50\xe7\x3d\x28\x94\xe6\x40\x9d\xf7\xf5\x2f\xcc\xc1\xaa\xf9\x79\xa0\x38\xfa\xfe\x97\x13\xd9\x5e\x64\x07\xaa\x98\xef\x7f\x39\x91\xed\x05\x14\xde\xb4\xdb\xc2\xcb\x9a\xef\x8a\xf8\x88\x3e\xe7\xf1\x80\xbb\xf9\xf6\xea\x89\x47\x8a\x6a\x81\xbf\xc9\xf6\x54\x8c\x47\x1a\x6e\x39\xe1\x66\xb0\x5b\x72\x53\x0b\xbc\xa8\xaa\xea\x20\xc5\xa3\x65\xb5\xb5\xf1\xcf\x9f\x91\xdc\xd4\x3d\x89\x8e\xa6\xed\x79\x16\x43\xd9\x7b\x16\x43\xc9\xf8\xaa\xa8\xa9\xba\xe9\xfc\xe7\xcf\x68\xdd\x4d\x97\x9b\x5e\x7c\x15\x76\x53\xd5\x58\x01\xe9\x21\x8b\x3b\xac\xa7\x9b\xae\x7f\xfe\x74\x45\x72\xc6\xd0\xfc\xd5\x37\xf9\xae\x08\xcc\x18\x9a\xbf\x6a\xf8\x6a\x9f\xea\x08\xc1\x77\xff\xcb\x18\x6c\xb5\x78\xee\xf0\x11\x8e\xca\xa9\x1e\xc3\xe8\x6e\x1b\x6c\xd3\x60\xb7\x80\x18\x3e\xba\xd8\x95\xf7\x2a\xc6\xb8\x49\x48\x8c\x91\x6e\x4e\xdb\xa5\x30\xc6\xd8\xdc\x86\xc8\x11\xb7\x5c\x6e\x21\xf3\xdd\x2d\x55\x43\x45\x8a\xb4\xe9\xa7\xad\xba\x0d\x55\x59\x83\x5a\x4e\xb7\x5c\x5f\x7f\x69\xb7\x34\xe1\x53\x84\x78\x12\xe5\x1c\x1f\x63\x73\x7f\xcc\xce\x50\x0e\x8d\xd5\xfd\x1d\x52\x7d\x6d\x1f\xba\x18\xbb\x67\x08\xc5\x4b\x91\x63\x75\x84\x0a\x71\xff\x0b\xd7\x70\xcd\xa3\x7b\x86\xd0\xea\x97\xbc\x49\x63\x8c\x8f\xdb\x20\x9b\x94\x26\x14\x48\x87\xe0\x0b\xba\xfb\x7d\xb7\x37\x3a\x45\x9d\x88\x14\xcf\x7f\xfe\x28\x42\x2b\xa6\xf1\xa8\x05\x41\x6a\x51\x55\xe0\xa2\x29\x5c\x4c\x70\xa4\x89\x2a\x23\x16\xd3\xd9\xdc\xf6\x21\x5c\xf0\x60\xe7\xe5\xa6\x07\x4d\xea\xf1\x12\xc2\x81\x0e\x86\xaa\x1c\xbf\x31\x5d\xaf\xda\x60\x18\xad\xca\x61\x1b\xb3\x0f\x45\x46\x29\x0c\x95\x97\x8f\xd9\xc7\x36\x77\xf8\x82\xe9\x28\x65\x11\xf6\x88\x9b\x76\x57\xe6\xd4\x98\x45\xd7\x63\x1e\x0c\xc7\xda\xdc\x38\xe6\x71\xab\xed\xfa\x70\x58\x81\x51\x31\x5f\xda\xb5\x8c\xab\xfa\x21\xef\xbe\x98\x1f\xcf\x11\x2c\xd2\xe5\xdf\x63\x7e\x05\x92\x0c\x39\xe7\x50\x56\x9b\x98\x67\x71\x1b\x84\x0c\x05\x89\xc7\x72\xa8\xcf\x82\xdc\xf2\x79\xbb\x85\xc5\x52\xb5\x71\xa5\xbe\xdf\xb1\xde\x44\x3f\x96\xa6\xc5\x95\x0f\x5a\x5d\x19\x69\x63\xe9\x6e\xfa\xa0\xd3\x15\x92\x18\x61\x71\xdd\xff\x16\x74\xb8\xa7\x58\xbc\x34\x16\x53\xaf\xca\x36\x1e\x51\x86\x7c\xff\x8b\xc1\xb4\x35\xd5\xb3\xaf\x07\x9a\xb4\xe8\x2a\x06\x13\x2b\x54\x39\x55\x89\xba\x23\xaa\x90\xef\x7f\x1f\x90\xb9\x3d\xc7\x5a\xb5\xa3\x15\x17\xaa\xa8\xd0\xe5\x58\x7d\x7e\x51\x37\xf9\xc3\xad\x3d\xc9\xe6\xf3\xdb\x1a\x80\xb5\x13\x16\x44\xd4\x1a\xd8\xff\x42\x92\x53\x72\xd6\x38\xa6\x8e\x1b\x32\x7b\x7f\x6d\x1b\xc8\x97\x8f\xdb\x05\x1f\xc4\xaf\x89\x92\x2b\xe5\xd4\xff\x9d\xe8\x1a\x91\xfa\x70\xff\x5b\x58\x15\x78\xaf\xfd\x32\x31\x41\xde\xc0\x8f\xb6\xee\x05\xbe\x5d\x70\x79\x91\x90\x20\xa9\xc0\x77\x7c\x25\xdd\xc6\x97\x8e\xfc\xaa\xe2\x1b\x5f\x1f\xac\xf7\xa6\xd1\x61\xbb\x2d\x46\x44\x96\xed\x7f\xcb\x3f\x7f\xb2\x12\x4f\x46\x44\x77\xed\x7f\xe3\x3f\x7f\x72\xd9\xfe\xdd\x71\x5e\x53\x4d\x4c\xcc\xbb\x65\x80\x38\x1f\x7f\xf5\xc4\xdf\x80\xa7\x08\xfb\xce\xfe\xb7\xfc\x86\x99\xa4\x43\x98\x92\x8e\x4f\x9a\x91\xff\x7b\x3a\x04\xe6\x74\x7c\x60\xde\xae\x21\xdf\xcf\xae\x96\x10\x7e\x68\x5a\x3a\xb4\xa8\x74\x7c\x8b\xaa\x5b\x66\x48\x87\xd0\x2e\xd1\x52\x54\x05\x8a\x74\x84\x9f\xfe\x06\xe9\xff\xd8\x6d\x29\xa9\x0d\x48\x12\x15\x08\x9c\x8e\x1c\xd4\x36\x10\x8e\xa0\x79\x0c\xcf\xe3\xe3\xa7\x4d\xa5\xbe\xd3\x31\x86\x9b\x90\x4c\x53\x8e\xe8\xe9\x18\x97\xdb\xee\x7f\xfe\xd4\x2c\x60\x88\x58\xa7\xe3\x23\xd6\xdb\x71\xe6\x48\xbe\xdd\x24\xdc\x13\x94\x01\x3a\x1d\xb3\xb9\xe5\x04\x47\xd6\x47\xd3\xdd\x4d\x74\xb7\xf6\x3e\x59\x30\x48\x01\x7e\x72\x55\x99\x77\x53\x98\x6e\xc3\xf5\xa2\x2a\xaf\x7f\x0a\x3a\x30\x29\x4c\x7e\xb7\xa9\x52\x8a\x92\xe4\x52\x84\x66\xfa\x50\x50\x57\x8a\xf1\x74\xdb\xfc\x48\xee\x3e\xd6\x29\x26\xad\x2c\x22\x7d\x57\x0d\x6a\x92\xbc\x99\xe2\x27\x50\x75\x45\x61\xa6\x58\x6e\x37\x81\x50\x2b\xc7\x7e\x8a\xdd\x13\x81\xda\xea\x50\xbd\xcd\x64\xe6\x9b\x22\x7c\x91\x0e\x23\x29\xf4\xb9\xfb\x5f\x48\xee\xb9\x6b\x01\x67\x76\x5b\xc7\x2c\x37\xbc\xe2\xe5\x05\x5c\x6b\x2a\x5a\xc1\xe3\x2e\x41\xfb\x0f\x05\xee\x27\x5f\xab\x12\xaf\x55\x41\x57\xa4\x94\x24\xd6\xa7\x04\x87\xd3\xa0\xf2\x2c\x29\x85\xd3\x6d\xa8\x63\xa9\xf2\x15\xc9\xd7\xa7\x94\x70\xef\x0f\x2a\xa8\x90\x52\xec\x6e\x1b\x68\xdb\x7c\x2f\xa5\xe8\xf1\x10\x30\x12\x94\xb1\x3e\x25\x11\xd0\x94\x70\x36\x82\xf2\x91\xa7\x94\xfc\x5d\xe6\x77\xc2\x95\x94\x93\xdb\x2a\xdb\xb4\x86\x7c\xb9\xed\x46\x9b\xb6\x2f\x65\xaf\xa1\xb0\xcf\xac\x3e\x4b\x71\x1b\xfb\xdc\xdc\x28\xe1\xde\xb7\xff\x85\xa0\xb0\x6f\xc5\xc9\x37\xc0\x94\x3a\x84\x99\xa1\x95\x77\xaf\xe0\x43\x88\x56\x0d\x30\xc9\x09\x09\xa2\x53\xab\x87\x3a\x34\x3a\xa4\xf3\xe3\xa5\xca\x34\x90\xd2\xa3\xf3\x98\xa0\x8a\x0c\x2a\x9a\x98\x8a\x94\x17\xa9\x30\x83\xae\x92\xe1\x25\xd4\xa2\xdd\xff\xd2\xaf\x70\xdf\x37\xe9\x41\xb2\xff\x2d\xd4\x48\xd5\xdd\x16\x93\xda\xe0\x65\x34\x94\xf5\x22\xbf\x71\xaa\x0d\xdb\x9a\x95\x0a\x39\xc3\xfc\xba\xff\x0d\x6c\x8b\xbb\xad\x79\xbc\xf6\x89\xde\x41\xb9\x39\x32\x52\x1d\xac\x7f\xbf\x03\x23\xf7\xec\xef\xf7\xe5\x26\x86\xe3\x2c\xe2\x90\xa7\x36\x3c\x4f\xd8\xd2\x83\xf2\x9a\x64\x84\x4e\xee\x7f\x99\x75\x72\x5f\x2b\x33\xa2\x26\xf7\xbf\xf0\x08\x52\xfc\x45\x9e\x97\xfb\xbc\x90\xd2\x55\x82\x5c\x9e\xd2\xdf\xe4\x79\x07\xb6\x95\xdd\xf6\x6a\x75\x70\x72\xcf\x92\x7a\x8b\xf9\x54\x39\x0e\x02\x65\x2b\x3b\x8a\xef\xa3\x05\xec\x22\x06\xf1\x8f\x72\x94\xa0\x36\x14\x42\x0e\x2a\x50\x5d\x8e\x9e\xd4\xf6\x5d\x18\x62\x50\x5d\xe6\x72\x0c\xf7\x39\xe8\x58\xbe\xc5\xec\x72\x8c\xa9\xb6\x93\x4b\xc8\x6a\x3b\xdd\x86\xa4\x0d\x2e\xba\x55\x8e\xeb\x74\xdb\xf2\x4d\xd7\x5c\xee\xa1\xb6\xfb\xfc\x96\xee\xa6\xe7\x56\xd3\x43\x68\x6e\x56\x5c\x82\x48\x55\x09\x1f\xa9\xb2\x80\x51\xc2\x71\xbb\x09\xc6\x9c\xed\xb4\x74\x94\x10\xdc\x16\xd8\xe5\x56\x33\x94\xa0\x1b\x61\x09\x08\x90\x0c\xaa\xe6\x5a\x42\xf4\x77\x91\xdf\x6d\x99\xbf\x84\xa4\x95\x87\x0f\x83\xb3\xe4\xa7\x82\xeb\xf4\xfe\xf7\x5b\x9c\xc4\xd1\x12\x46\x51\xd3\xc7\xa9\xa5\x96\x3f\xe8\x04\xb5\xff\xbd\xbe\xa6\xa4\xb1\x2e\x2f\xfb\x8a\x68\x52\x87\x8f\x36\x35\x3c\x3c\x75\xfb\x84\x94\x68\x68\x31\x2c\x22\x2b\xb1\x54\x31\xb7\x2b\x91\x99\xd8\xa4\x25\x2c\x51\x67\x84\x5e\x55\x59\x62\x7d\x81\xb9\x61\xff\xcb\x80\xe9\x1d\x2c\x5a\xa2\xd7\x16\x51\xa5\x38\x88\xb9\x96\x28\x45\x55\x89\x27\x8a\xbd\x79\x96\xba\xea\x94\x88\xa2\xbe\x21\x1e\xe5\xaf\x04\xdc\x12\x8d\x61\x91\x18\xa6\xfc\x1a\x25\x4e\xcf\xf4\x93\x1e\xe4\xaf\x78\x94\x74\xe8\xb3\x04\x95\x77\x56\x60\x54\x49\x46\x07\x30\xa7\x18\xbc\x43\x49\x2a\x82\x92\x90\x01\x3e\x28\x29\x4f\x01\xa5\xdf\xff\x72\x15\x5b\xc7\x51\x92\x74\x15\x25\xb1\x4a\xa0\xf2\x3c\x16\x38\xde\xee\x7f\x71\x98\x75\x1b\x2a\xd9\xe8\x97\x3f\xf4\xcb\x4a\x17\x5a\xb2\x78\x61\xa1\xde\x6c\xe8\x2e\x57\xb2\x2e\x6c\x05\x5e\xf0\x31\x78\xff\xb2\xd4\xab\x25\xbf\x1f\xfe\x49\xf7\x54\x7c\x05\x2c\x85\x91\x01\x86\x4a\xf1\xe1\x2a\x30\x5a\x85\xb8\x03\xe7\x4a\x91\xf6\xa9\x14\x64\xdf\x54\xf8\x70\x81\xb3\xed\xfe\x17\xc9\xb0\x15\x0b\x56\x8a\xd8\x53\x29\x0f\x01\xb6\x25\x8b\x52\x25\x75\x94\x0a\x13\x44\x56\x4a\xad\x82\x68\x92\xfd\x2f\x10\x57\xb5\x5d\x4a\x15\xa7\x2f\x15\xb9\x4c\x83\xee\x0b\xa5\x56\x7f\x57\x01\x68\xb1\x99\x52\x9b\xdb\x60\xb2\xce\xca\x43\x55\xaa\x31\xb7\xc2\x13\x3d\xe7\xad\x99\x2d\xd5\xd0\xac\xa8\x64\x11\x74\x13\x2c\x75\x0a\x2c\x75\x32\xd2\x60\x33\x85\xd2\x7c\x30\x1b\x32\x0f\x07\x29\x89\x4b\x93\x54\x55\x1a\x02\x23\x86\x4a\xac\x97\x16\xb5\xeb\x2d\x82\x1d\x2a\x67\x64\x69\xba\x39\x94\x06\x47\xfd\xac\x70\xe7\xd2\x52\x73\x5b\xff\xe7\x4f\x56\xce\x8a\xd2\xd2\xe3\x26\x90\x4d\x95\xca\x28\x2d\x6b\x79\x34\x10\x3b\x31\x52\x41\x75\xf7\xfd\x2f\xa3\x44\xb6\x30\x56\xda\x70\x9f\xcc\x47\xa4\x80\xfa\xd2\x8c\xef\xa8\x41\x9d\xf3\x66\xbf\xa5\x4d\x0f\x07\x13\x44\x56\x71\xe0\xd2\x7d\xbc\x3a\x8f\x97\x72\xa8\x95\x2e\x51\xba\xf4\xce\x70\x94\x7d\x5d\x29\xbd\x8b\x4a\x77\x1a\xdf\x95\x7c\xa3\x74\x89\xd9\xa5\x9f\xdc\x05\x9d\x13\x54\x94\xdc\xff\x32\xd6\x44\x1c\xa3\xcf\xcb\x6d\x0f\xee\xab\x1b\x9a\x43\x97\xc8\x32\x56\xf0\xc8\x8e\x65\x2c\x28\xcf\xb8\xff\x25\x02\x6e\x89\xbf\x0c\x9f\xf4\x81\x93\xbe\x5d\xcd\x8e\x02\x5d\xc1\xfe\xb7\xf2\xb3\x8d\xd3\xa3\xb9\x8d\xa1\x17\x8a\x58\x2f\x43\x46\xa0\x82\x9a\x67\x59\xb1\xe7\x65\xbc\x5a\xdc\x78\x89\x2a\x12\x3c\x4e\x0f\x87\x58\xea\x5c\x84\x0e\x88\x28\xde\xff\x16\x66\x35\xdb\xfb\x73\x5a\x46\x38\x4f\x06\x92\xec\xd0\xd2\x72\xea\xae\x56\x50\xec\x24\x17\x1d\xe6\xcb\x04\x02\xa5\x1d\xb2\x0a\x91\x96\xab\x89\x06\x5c\x74\xba\x55\xee\x87\x72\xe9\xd6\x58\x50\x2b\x20\x7e\xe2\xd1\x6e\x3b\x45\xf7\x99\xa1\x3f\x28\xe1\x51\xb9\xcc\x47\xe1\xfd\xfa\xb5\x6d\x58\x5e\x86\xd7\xf5\x30\x67\xdb\x96\xf6\xcb\x7d\x08\xfb\x90\xf8\x3b\x2b\xe0\xb2\xdc\x49\xc3\x21\x63\x73\x56\x00\x65\x41\x0a\xdf\xfd\xef\x8a\xd8\xd1\x67\x12\x6c\xcb\x4d\xc1\x56\xea\x8b\x72\x4f\xcd\x12\xd9\x6e\x63\x30\x12\x21\xb7\xe7\xfa\x17\x59\x3d\x43\xde\x3a\x87\xf2\x34\xad\x00\xb9\x30\x63\x50\x15\x9c\x82\xec\x88\xfb\xdf\xef\xe2\xe1\xc5\xbd\x52\x62\x14\x3a\xdf\x64\xa5\x35\x28\xaf\x6c\x30\x05\xae\xe1\x59\x5a\xe0\xf2\x16\xed\xc1\x5b\xb8\x07\x3a\xc9\x6f\xd5\x09\x79\x69\xc2\x2d\xfb\x32\x53\x5e\x73\xa7\xb7\x32\x7e\x48\xe8\xf0\x1a\x9f\xdf\x0f\x9f\xb3\xec\x04\xc5\xba\xa5\x82\x54\x5b\x5f\x97\x1b\x28\xef\x2d\x80\xc1\x99\x38\x4b\xc7\x5d\xde\xc7\x8b\x63\x89\x24\x45\xc8\x97\x57\x3a\xee\x02\x07\xa1\xac\x90\x54\x7a\x1c\xef\x7f\x07\x9a\xf6\xba\xa7\x65\x49\x44\xe6\x86\x5c\x44\xf3\xa7\x05\x84\x49\x01\xa1\xec\x5b\x76\x99\x66\x93\x48\x78\x93\x9b\x36\x67\x1a\x19\x26\x91\xa1\x88\xac\x4f\x29\xb2\xcb\x44\xa4\x65\x28\x22\x8a\xf3\x71\xdb\xb3\xda\x34\x9c\xe9\x2c\xdd\x9d\xad\xce\x28\xf3\xe9\x6e\x1b\xc8\xc2\xaa\xa6\x57\x60\x9e\x2f\x43\xa4\xf6\x54\xea\xa1\x15\xd4\xa3\x34\x56\xae\x68\xbb\x6d\xb8\x0d\x19\xee\xb6\x33\xe0\x51\x2d\xea\x57\x88\xfa\x31\x94\x6d\x0a\xa9\xc7\xfd\xba\x6d\xb2\xad\xec\xb6\xe9\x2e\x27\xba\xdc\x4a\xf5\x0a\xe7\xda\xfd\xef\xfb\x35\x6d\xda\x56\x83\xa8\x6c\x0d\xf0\x85\xcd\x9e\x24\x82\x6a\xf7\xbf\x1f\x49\x54\x65\xdb\x1a\xa4\xaa\xa9\xa1\x13\x94\x5b\x0f\x55\x83\xee\x4d\x35\xf0\xde\xb4\xe3\xd9\x8e\x1a\x86\x87\xe3\xbd\x49\xe7\xbf\x86\xdb\x7d\xf2\xea\x57\x86\xa6\xe9\x85\x87\xb5\xf0\x91\xfe\x4a\xe8\xad\xe1\xbd\xf5\xe9\xcb\x02\x22\xfb\xbc\xd6\x28\x55\x65\x8d\xc7\x87\xb7\x2a\x6c\x56\xa3\x6e\x8d\x35\x7e\xa2\x42\x56\x85\xa9\x1a\xbb\xc0\x09\x5d\x54\x74\x99\xa1\x1a\xbd\xc0\x88\x5c\x87\xdb\xe9\xe7\xa8\x16\xdc\x6b\x44\x9d\x91\x20\x14\xab\x51\xc7\xb5\x42\x17\x15\x43\xdd\xd2\x48\x85\xcd\x7c\xff\x8b\x28\xa8\xba\xc5\x91\x9a\xb2\x86\x83\xda\xe6\x23\x8b\x7b\x05\xe9\x54\x9f\x30\x76\x87\xa1\x64\xae\x35\xe9\x9c\xd7\x15\x8b\x26\xb5\x74\x4d\xaf\xc7\x7b\x39\xde\xd6\xba\xd4\xa4\x5b\x42\x65\x30\xf4\x50\x4a\x84\x9a\x65\x7e\xac\x99\x39\x74\x95\x49\xb2\x66\xaf\x2f\x2f\x72\xb4\xcf\x50\xcd\xb7\xc6\xcb\xb0\x2f\x35\xd5\x4c\xab\x59\xae\x0f\x35\xbf\xe1\x9f\x3f\x45\x39\x0e\x2b\x6c\x39\xfb\x5f\x9c\x93\xba\xc9\x7e\x2d\xde\xd7\x72\xb0\x6d\xcb\x0e\xb5\xe8\x2a\x50\xcb\xc7\xbc\x8b\x32\xd5\xd7\x92\x6e\x37\x3d\xfc\x6c\x43\xa5\xc8\x00\x50\xcb\x87\xe0\xe5\xd8\xec\xb5\x16\x4f\xb2\x70\x92\x5a\x5b\x99\x1e\x0c\x31\xeb\x41\xc9\x1c\x6a\x99\xaf\xdb\xb8\xe7\x9b\xb2\x57\x4b\xed\x15\x52\x7b\x0c\x4a\x61\x50\xab\x44\x8e\x5a\x3f\x7e\x53\xa4\x91\xa9\x55\xe6\xeb\x5a\x11\xe2\x91\x77\x5c\xe8\x51\xab\xd8\x6b\x85\xb5\xa6\x28\xad\x67\xad\xf5\x76\xd3\xc3\xe0\x48\x75\xd9\xfc\x19\x94\x3c\x55\x1a\xcd\x5a\xbb\x87\xa3\x23\xa6\x72\x17\xd6\x3a\x4e\xb5\x8d\x9b\x85\x7d\x36\x54\xea\x2d\x58\xd6\x1b\xa2\x9d\x6a\x3b\xd6\x16\x75\x4a\xda\x77\xb7\x2c\x61\x5b\x37\x6a\x93\x7d\xa6\x22\xb6\xaf\x48\x77\x52\x9b\x1c\x82\x6a\xa3\x4a\x49\x35\x13\x6a\x4f\xda\x9e\x0e\x67\xfe\x5c\xb7\x6e\xa8\xf6\x3a\xd5\xd6\x40\x73\xda\xf6\xb5\xa8\xdd\xf8\x4c\xa7\xb6\xd6\x05\x4c\xd4\xf1\xdf\xff\x5e\x6c\xd3\x77\x52\xc8\x30\x52\x24\x86\xa6\x33\xd9\xa5\xc2\xaa\x2c\x14\xdf\x7a\x54\xdb\xf4\x3c\x27\xe7\x29\x64\x1f\x72\x23\xa8\x63\xcd\x53\xf4\x76\x34\xad\x61\x20\xa3\x6b\x56\x16\x8a\x3a\x1e\x41\x73\xc0\x43\x37\xd7\xcd\x99\xeb\x10\xef\xaa\x83\xbc\x4b\xb5\x6e\xea\x69\xea\xc7\xac\x42\xad\xeb\xbb\x53\x92\x4c\x65\x66\x99\xac\x14\x19\xf5\x94\xf5\xbc\x9e\xc8\x15\x1b\xba\xf0\xf6\xd4\x35\xa7\x42\xfc\x0d\x59\xd9\x91\xea\x79\x7a\xbc\xf3\x3b\x5d\x72\x4f\xa8\xe7\xe5\xe1\xc8\xd1\xbb\x48\xce\x69\xb2\xc2\xca\x94\xa1\x8b\x74\xa0\x8c\xe4\xfe\x97\xe4\xc8\xc3\x3d\x3a\x42\x27\x6b\x15\x79\xfb\x4e\x89\x93\xf5\x64\xa0\x74\xdf\x22\x63\xbd\xe4\x37\x55\x61\x5b\x8c\xa1\x8b\xf2\x5f\x87\xb6\xe1\x42\x06\x87\xb6\xfd\xe6\x8f\x7a\x49\x0d\x54\x51\xa8\xcc\xc5\x12\xea\x25\x45\x69\x85\x08\xff\x4d\x53\xc3\x79\x67\x51\xbd\xcc\x69\xf2\xeb\x35\xdc\x74\x42\xb0\xed\x51\x5d\x1a\x98\x17\x72\xba\x85\x2e\xb6\x76\x19\x71\x51\x6f\xcb\x79\xad\xeb\x75\x79\x92\x48\xff\x1a\xb6\xdb\xec\x51\x2f\x79\x40\xd5\x0b\xf5\x3b\x43\x4f\x9a\xa5\x1c\xeb\x2a\x4b\x4b\x35\x15\xee\xae\xd7\x6b\x80\x31\xfa\x56\x95\xa4\x2b\x0a\xee\xec\x7f\x33\xb2\xc3\xee\x63\x79\x9b\x08\xb0\x3c\x8d\x33\xb8\xd7\xdb\xec\x09\xc5\x2f\x42\x96\x13\x49\x7d\xfc\xdd\x13\x39\x9c\xa0\xf2\x58\x64\x79\x98\xd8\x43\x26\x8f\xfa\x66\x2d\x9d\xee\xf2\x6d\x08\x2c\xaf\xb4\x7b\xf5\x85\xc9\xa3\xa9\xa6\x5c\x7d\xe5\x64\x54\x5f\x64\x4c\x6a\xaa\xfc\x56\x91\xc6\x77\xff\x0b\xb5\x92\xc5\x27\x8b\xd9\x15\x62\x76\xc9\x42\x15\x4b\xd9\x75\xb9\xe1\x97\x43\x6d\xaf\xbb\x7c\xd9\xa5\xb8\xc9\x94\xdf\x47\x9d\x2c\xaf\xde\xb4\xbc\xe9\xa3\x30\xb9\x43\xaa\x44\xd0\xec\x97\xd9\x0e\x26\x5b\x12\xed\x6f\x87\x94\xa5\xed\x80\x50\x9c\xb7\x23\xf0\xf7\xa0\xb8\x0d\x0e\x90\x65\x3b\x3a\xb6\x90\xf7\x36\xb4\x90\x91\xc7\x6d\x13\xb2\x16\x24\x94\xb4\xc0\x0a\xb7\x4a\x74\xda\x82\xac\xd7\x0d\xb2\x60\xb4\xe1\xa9\x59\x52\x6b\x90\xd4\xa2\x0d\x4f\x2d\x4a\x40\x6a\xf1\xe3\xe0\x45\xa6\xa0\x16\xa5\x75\x6e\x31\x1f\x68\xda\x93\x8c\xd9\x4d\x30\x57\x8d\x12\xf5\x99\xcc\x55\x2d\xc2\x5c\x95\xe5\xde\xd6\x62\xd5\x0a\x22\xa3\xfa\x94\x2b\xb2\x21\xbd\xc7\xfe\x17\x4c\x4f\x66\xae\x16\x0d\xb0\x48\x9a\xa3\xea\x85\xcd\x1e\x9e\x0d\x1e\x9e\xa5\x6e\xb4\x6d\x49\x26\xa4\x96\x68\x42\x6a\x3d\xff\x95\xe4\xdb\xec\xcb\xd9\xe8\xcb\xd9\x55\x99\xa6\x25\xdd\x54\x5b\xfa\x6e\xaa\xf2\xbe\xfe\x7e\x9f\x6e\x22\x06\x26\xcd\x26\x6b\xf1\x30\xf7\x15\xd9\xc0\x5b\x32\x22\x25\x5e\xb5\x55\x46\xaf\x25\xc3\x2c\x2d\x98\x35\x75\x29\xf3\x5f\x4b\x9d\xb0\xde\xe2\x66\x4b\xc3\xdf\x41\x4d\x92\x9b\x10\x37\x4b\xf1\xd7\x32\x14\x7f\xb9\x6f\x9e\xd1\xb2\xec\x67\x2d\x93\xe5\x2b\x29\x73\xcb\x92\x83\x5a\x46\x91\xa0\xa0\x42\xd3\x2d\x7b\x2e\x99\x71\x5d\x7d\x6b\xac\x5b\x96\x32\xa4\x65\x96\x5e\x56\x11\x89\x96\xc5\xba\x5b\x9e\xd8\x3f\x75\x59\xa4\x30\x6c\x25\x31\x06\x7b\xeb\x04\x5a\x31\xba\x14\xa0\x4b\x54\x5e\xf3\x56\x9a\xbf\x63\x88\xaa\x2c\x53\xad\x88\xcb\xb6\xf2\x4d\xb3\x34\x61\x6e\xd1\xfd\xa3\x15\x5c\xb0\xf2\x8e\x2a\x3b\x5a\xf1\xf9\x2a\xf0\x37\xe9\x32\x68\xb5\xf2\xb8\xed\x5d\x6d\xfa\x6e\xba\xcf\x8f\x23\x16\xdd\xee\x9b\x65\xd8\x06\x19\xb6\xc8\x41\x90\x91\x94\xfb\xdf\xca\xda\x5c\x45\x6d\x97\xdb\x18\x87\xae\xb3\x50\xe5\x8e\xf0\xdd\xa5\xbf\x2e\xf7\x3d\xb6\x55\xf9\x8f\xb6\xca\xea\x37\xca\x42\xdd\xaa\x3c\x48\xbf\x2b\x25\x3e\xd3\x4c\xa4\xca\x6e\xb5\xa2\xc7\x6d\xaf\x6f\xf6\x5b\x6a\xb5\x9e\x68\xda\xe7\xbc\xca\xab\xa7\x55\x96\xe8\x54\xc2\xe5\x56\x87\x27\x32\xf0\xd9\x36\x96\xb4\x2a\xe6\xdb\x2a\x98\x6f\x54\x7e\xe3\x56\x65\x7d\x6e\xcc\x71\x90\x7b\x55\x97\xa7\xe7\x0f\xfa\x6d\xc7\xbd\x56\x2f\xcf\xf2\xe2\x70\xfb\xb0\x36\x69\xa3\x5a\x43\x18\x4a\x34\x35\x6a\x72\xec\x6c\x90\xaa\xcb\x8e\x48\x39\x9a\x35\xdc\x0d\x1a\xee\x22\x31\xb4\xb5\x2c\xc4\x6b\xc8\x35\x58\x55\x89\xbf\x35\xa9\x34\x5a\x83\x4a\x23\x2a\x5b\x6c\x6b\x52\xb5\xb5\x86\xd8\xee\x2c\x2f\xef\x66\xed\x77\x6b\x0d\xc5\x47\x0f\xed\x77\x33\x9c\x1b\xbc\xa7\x86\xae\xfd\xcd\x62\x7d\x83\x58\x5f\xba\x18\x49\x7b\x84\x79\x0d\x21\x0b\x5d\xc5\x98\x5b\x8f\x5a\x42\x47\xc4\x7d\xde\xd9\x5f\x8e\xd6\xe5\xb1\xd8\x3a\x6b\xdf\xaa\xb4\x50\xeb\x26\xc3\x2b\x80\x44\x8e\xf6\xad\xcb\xad\xbf\x75\x86\x8d\xca\xd0\xd5\x86\x8c\x60\x0d\x49\x63\xc3\x90\x97\x49\x1b\xba\x92\xb5\xc1\x2b\xd9\xd8\x8a\xb8\x36\x2e\xf5\x39\xb0\xaf\x63\xb3\xfa\x36\xe4\x57\xde\x06\x43\x3d\xe5\x27\xd3\x4e\xd3\xf5\xf3\xa3\xeb\x45\xfe\x20\xed\xd4\xe5\xb6\x41\x33\x1d\x63\xd8\xa6\x84\x76\xfa\x18\x20\x25\x62\x91\x3b\x48\x3b\x65\x91\x6f\xa8\xf8\x1e\xb2\xea\x9e\xb7\x53\x8a\xde\x76\x3e\x98\xa4\x10\xec\x7c\xdd\xe3\x8b\x1e\xb7\x21\xa1\x5d\x9e\xe3\xc5\x39\x56\x35\xc9\x67\xa5\x5d\x91\x3b\xb7\xb5\xf0\xed\x32\xbf\xbe\x32\xaa\x8c\xea\x8e\xd7\x2e\xdd\x81\xda\xf5\xdd\x81\x8a\x2a\xf1\xb5\x4b\x86\xcd\x76\xb1\x84\xbd\x22\x42\xda\xa5\x2b\x78\xbb\x58\x9b\x5c\x86\xee\x76\x79\x53\x2f\x56\x21\x97\x31\xbb\xdd\x26\x36\x37\x89\x4d\xd0\x78\xb7\x1c\x9c\x1a\x2b\xf2\x0d\xa9\xb1\xda\xed\x0d\x5f\xa5\xf0\x74\x1d\x6b\xb7\x54\x40\xed\x66\xac\xbe\x0c\xb0\xed\x96\x90\xd6\x6e\x08\x69\x59\x85\x87\xdb\x23\x85\x7a\x43\x71\xb4\xaf\x6d\x8f\xf7\x98\xc1\x3c\x64\x30\xaa\xed\xd8\x1e\x5d\xd0\xdb\xd3\xb9\xaf\x5a\xc3\x23\x91\xbe\xa1\x8a\x4e\xb4\x47\x63\x7b\x6e\xf7\x79\xa3\xa2\x92\xea\xa4\xb6\x47\x66\xa7\xf6\x30\xf2\x45\xba\x95\xf6\x16\xc1\xec\x2d\xe7\x3f\x7f\xea\x8e\x5f\x3f\xda\x6b\x9e\x85\x2a\x22\xa1\xcb\x21\xbf\xbd\x72\xf3\x69\x08\x06\xae\x3b\xd2\xf2\x68\x28\x18\xb2\xff\xcd\x5f\x93\x80\xf9\xca\x1d\xaf\xbd\x70\xc7\x53\x65\xe0\xf6\xea\xaa\xd9\xe0\xf6\x12\xa3\x2c\xcf\x0d\x6e\x2c\xfb\xdf\x17\x9f\xa9\x49\x37\xdb\x36\xbf\x9b\x6d\x0d\xda\x81\xe9\x1d\x67\x7e\xf7\x6c\xaa\x38\x4d\xf9\xe6\x47\x5d\xaa\x11\x6c\x4a\x65\xd1\xe6\xca\x0e\xd2\xdd\xd6\xdd\x86\x55\x0b\xf7\xec\x3d\xd3\xe8\x3d\xd3\x55\xe8\xab\xcd\xe6\xd1\x58\xc0\x45\xf5\xbe\xdb\xbc\xb5\x37\x48\xab\x5d\x83\x48\xa9\x35\xd5\x8d\x9a\xea\x72\x68\xbb\xe7\xf4\x70\xac\xbc\x20\x6d\x60\xb7\xf7\x65\x87\xf7\x65\x55\xed\xf0\x7e\xc8\x69\xad\x23\x1a\x24\x46\x39\x15\xf6\x43\xe6\xea\x7e\xc0\x9b\xaa\x28\xb7\x7c\x0f\x75\xcf\xb2\x87\xfa\xcd\x52\x6e\x43\x3d\x48\x38\xeb\x81\x36\xa0\xa3\xfc\x9d\xb4\xdb\xc3\xf3\xe8\x53\x44\x71\x0d\x25\x23\xed\x41\xd2\x4d\x0f\x1f\x8d\xaf\xca\x5c\xdd\xed\x35\xd9\x03\xac\x47\x51\x06\xdd\x6e\xaf\xc9\x1e\x26\x62\xd6\x36\x9b\xef\xf6\x15\xe9\xf0\x15\xa9\x72\xec\xea\x51\xf7\xda\x1e\xa1\x52\x1f\x12\xcf\xba\xa3\x1c\x3a\xa2\x1c\xaa\x0c\xd9\x4c\x8a\xb0\xff\xed\x5f\xd3\xd6\x00\x77\x3b\x46\x7e\xa4\x12\x73\x1c\xfa\x6c\xb8\xc7\x01\xd2\xa7\x84\xe5\x3d\x9e\x9e\x09\x13\x6e\xaa\xda\x65\x8f\xa7\x87\xa3\xbc\x21\x7b\x61\x4f\x22\x37\x9d\xe1\x61\x5d\xf7\xd3\x6e\x67\x90\x0e\x67\x90\x18\xa5\xaa\xe9\x29\xf8\xbb\x80\x25\x6c\xe9\xa0\x23\x60\x6c\xff\x3b\xf9\x99\xba\x94\xc4\xd1\x13\x0b\xa0\x7a\xe9\x49\xae\xba\x3d\x21\x98\xb1\xe7\x7d\x03\xe8\x49\xf2\x6c\x4f\x90\x67\x8b\xa4\x91\x9e\xe5\xd8\xd5\x33\x93\x6d\x14\x4d\x33\x8b\x4a\xf5\x8c\xf4\x66\xbd\x68\x2e\xf9\x74\x1b\xca\xb6\x45\xe9\x5c\x7a\x96\xa2\xa3\x67\xe4\xd7\x8c\x32\x8e\xf5\x2c\x03\x45\x67\x00\x42\xdf\x39\x0d\x8f\x5e\x14\x07\xd6\xcb\x91\xf8\xdd\x9e\x67\x31\xc8\x0a\x40\xa6\xd4\xf9\xbd\xc8\x7b\xe1\xeb\x0b\x5d\x26\x75\x29\x92\xd3\x0b\x2e\x5b\x51\x99\x99\x7b\x11\x9f\xef\x85\xd9\x84\xca\x16\xf3\x7b\xb9\x04\x6a\xdc\x06\x62\x54\xc4\x54\x2f\x32\x73\xf5\xc2\x4c\x4f\x3b\xdb\xe1\xd1\xab\x6e\xa1\xbd\xe2\x16\xda\x54\x4e\xab\x57\x59\x97\x3a\x1c\x51\x62\x54\xe6\xf9\x5e\x65\x42\xea\xb5\xa0\x6e\x68\xf6\x77\x92\xc4\x7a\xa5\x24\x26\x5b\x42\xb7\x66\xb9\x43\x0e\xaf\x0a\x49\xea\x55\xde\x9d\xbd\x0e\x26\x8d\xd9\xe2\x43\xb7\x10\xdd\x29\x44\x97\x63\x93\xdb\x5e\xbd\xb3\xf5\xdb\xd9\x9a\xdd\x74\x79\x75\x17\x44\x04\x79\xfb\xf6\x26\x9b\x40\x6f\x2c\x19\x2c\x2f\x8b\xde\x14\xe9\xd4\x1b\x73\xe0\x48\xbd\xd0\x9b\xac\x60\xbd\xb1\xce\xa1\x42\x0d\x7b\x1b\x9a\x66\x43\xfa\xb8\xd1\xb6\xda\xa8\xb7\xd3\xe3\xc1\x7f\xa6\x18\xd2\x4d\xfe\x33\xbd\x21\x25\x41\xaf\x51\x7d\xca\xfc\xd7\xdb\x84\x3f\xbe\x36\xaf\x4b\xbb\xd5\x7b\xe6\x26\x88\x0c\x74\x93\x8f\x8e\x24\x98\xa3\xe9\xa8\x77\x23\x4b\x67\x19\x07\xd5\x72\xe9\x5d\xd2\x43\xef\xf7\xc7\x97\xcb\x96\x94\x7b\x97\x3d\xa7\x77\x64\xe6\x8a\x8a\x77\xea\xdd\x38\xd6\x3f\x1c\xab\x72\xcd\xed\x56\x7f\x77\xaa\xbf\x8b\x0a\x9a\xf4\x21\x07\xa7\xce\x18\xeb\xa1\x34\xda\x7d\xe8\x9e\xd9\x47\x20\xa0\x85\xd2\xc3\xcc\x8b\xa1\xd8\x45\x97\xef\x3e\xe4\xda\xde\x47\xfc\x48\x71\xd5\xe2\x86\x24\x8b\x3e\x60\xbb\x88\xb2\xc7\xf7\x61\xa2\x33\x3e\xa2\x53\x95\x89\xb9\x0f\x29\xfe\x3b\xb2\x39\xd5\x2a\xf2\x70\xfa\xfc\x9c\x07\x30\x4c\x96\xee\x7e\xca\x0a\xde\x51\x14\xe0\x6b\xdb\x5d\x9e\x8a\x8f\xe9\x67\xc3\x85\xab\x44\xb7\x9d\x6e\x03\x25\x2e\x5b\xd6\xef\xe7\x29\xa0\x9c\xe7\xc7\x62\x95\x7a\xba\x9f\x52\xea\x75\xa8\xc1\x63\x2c\x5a\xc1\x25\x87\xb0\x7e\x21\x73\x42\x91\x24\xd6\x2f\x69\x16\xfa\xf5\x09\x65\xb5\xe9\x1c\x5c\x26\xd2\x17\x89\x74\x15\x37\xbc\x74\x55\xee\xd7\x87\x6b\x75\xa7\x01\x3a\xfa\x2d\xe1\xa8\x23\x75\x5a\x8c\x45\x44\xec\x96\x6b\x43\x47\x19\xe6\xaf\x6d\x77\x79\x4b\x94\xec\x77\x27\x50\xb6\x99\xae\xdf\xb2\xcd\xf6\xbb\xa3\x6e\xcf\xbe\x3f\xf4\x5b\xe1\xe4\xfd\xbe\xb0\x00\x89\x1d\xb7\x19\xfd\x0d\x46\x2f\x8b\x4d\x7f\xbc\x73\xcf\x81\x98\x95\x2d\xed\xf6\xe7\xd5\x57\xa8\xad\x58\xdb\x16\x09\xfb\x23\x23\x42\x7f\x58\x81\x59\xb6\x95\x6e\xa7\xf0\xfe\x12\x17\x64\x3e\xee\xaf\xd4\x9c\xfd\xfd\x04\xfd\xda\x85\x78\xaf\xa2\xaf\x3b\x4a\x09\xd6\x9d\x2c\xe2\xe8\xaf\x22\x82\xfa\xcb\x5c\x81\xde\x9b\x57\x37\xfd\xfe\xa6\xce\xd1\xf6\xd1\xb1\x2b\x79\xa7\x2b\xf9\xe8\xc2\xd8\xb7\x78\x38\x16\xf0\x96\x67\x43\x7f\x65\x0b\xed\x2f\x4b\xc0\x56\x1d\xab\xd7\x84\x01\x79\x65\x62\xdc\x79\x66\x8f\x3e\x65\x22\xe9\x28\xbe\x15\xa3\x1c\x83\xfa\x94\xda\xa7\x23\xc0\xe9\x6b\xdb\x4b\xb7\xf0\xdd\x21\x7c\xc7\xa8\x00\x9b\x3e\x3d\xcf\xb9\xe6\xb9\xd5\x4c\x7d\x56\x7f\xf7\x21\x58\xed\xc2\x93\x79\x7a\xb8\x93\x1b\x24\xba\x37\x2f\xe1\xde\x44\x26\x8a\xb2\x73\x31\x1e\x7d\xea\xc6\xd8\x91\xac\xb7\xba\x60\xe3\xa1\x38\x8d\x71\x44\x88\x0e\x32\x48\x0f\xc7\x29\x8d\x23\x11\x2a\x2a\xfe\x73\x48\x11\x3d\xe0\x83\x5e\x47\x38\xfe\x4a\xe4\x1d\x87\x1c\x65\x07\x93\x1d\x34\x5d\x81\xc6\xf1\x78\x36\x0f\x88\xbe\xf2\xcb\x8f\x43\x5a\xbb\x81\x14\x05\xa1\xbb\xfe\x37\x92\x4d\xee\x7f\x61\xfe\x92\x6a\x6e\x58\xaf\x3f\xa0\xd7\x0f\x5d\xd6\xbd\x11\x74\x51\x1b\x01\x09\x64\xa2\xcc\x32\x23\xc8\x14\x32\xa0\xff\x0f\x45\x81\x75\xc3\x5e\x1f\x03\x5e\x1f\x55\x8a\x82\x11\x6e\x77\x79\x33\x99\x95\x4a\x91\xda\x8f\x7b\xc0\x8f\xfb\x1b\x6e\xd7\x2d\x0a\x32\xb2\x0e\xe4\xc1\xec\xc2\xa4\x11\xe4\x34\x30\x02\x9c\x06\x62\x53\x89\xc2\xf0\x7a\x96\xdf\x65\xa9\xbb\x52\x60\xd0\x9d\x77\x84\x8f\xcf\xd6\xa1\xba\x4a\x51\xa7\x79\x44\x9e\x66\x95\x44\x18\x51\xce\x35\x03\x97\x82\xaf\xad\xab\xad\xba\x8d\xb0\xfc\xf9\xee\x76\x1b\x64\x8e\xa6\x72\x60\x31\x7a\x3c\x54\x71\x8b\xb2\x9d\x8f\x28\xcd\xca\x88\xa8\x1f\x1e\x9b\xca\x73\x45\x79\x0d\x8c\x98\xd6\x77\x1b\x98\x0e\xca\x1a\xb1\x70\x3c\xd5\xc0\xb3\xb9\x63\x20\xdd\xe2\xd7\xa6\x35\xe8\xca\x32\x70\x65\xf9\xc4\x3d\x35\xb9\xcb\xc6\xcc\x64\x2a\x46\xe9\x98\xac\x11\x4f\x82\x4c\x75\xc8\xa2\x34\x51\x23\x42\x13\x35\x86\xea\xa8\x45\xb1\xde\x11\xa9\xbf\x56\xd5\x98\x11\x6f\x7f\x07\x27\x92\xe2\x02\xb0\xf1\xf1\x5c\x1e\x2e\x4f\x35\xae\x92\x44\xb8\x91\x98\x0c\x59\x97\xf7\x91\x74\xed\x1a\x89\xd7\x2e\xc9\x46\xc3\x99\x24\x06\x62\xa9\xdb\xa1\x32\x77\xe9\x72\x97\x17\x21\xad\xd3\x65\xd7\xf6\x01\xd7\xf6\xaf\x6d\x83\x25\xc9\x56\x3f\x10\x8b\xd4\x0e\x6d\x7a\x96\x88\x3d\x32\x83\x35\x86\x36\xc1\x29\x21\x46\x5e\x88\xa4\x72\x68\x45\xba\xd5\x51\x3a\x77\x41\x05\xdc\x8a\xdc\x1b\x46\x41\x0d\x2a\xdd\x0d\x47\x91\xfa\x64\x14\xaa\x4f\xa4\x1e\x1e\x45\x71\xa4\xa3\x20\x09\xf6\x18\xda\xbc\x2a\x85\xf3\xa8\xc4\x4d\x19\xa5\x47\x35\x6e\xd6\x38\x91\x15\x62\xcf\xb2\x9a\x38\xd6\xc4\x73\xae\x12\xe0\x56\xf9\x8f\xa5\xf2\xef\x2a\x36\x56\xa5\x8d\x1e\x95\xda\x68\x19\xac\x47\x95\xb5\x66\x20\x9d\x57\x0b\x22\x1d\xd6\xa6\x8f\x7a\x0d\xd4\xca\xd8\x5f\x35\x31\xd2\xd1\x22\x17\x27\x6c\xb0\xe7\xf7\x80\xe7\x77\x93\x63\xca\x68\x3e\x07\xad\x81\xc7\x8a\x8f\x8e\x26\x8f\xea\xd1\x06\x8a\x8d\x88\x9c\x36\xcf\xb1\x31\xb9\xec\xd0\x8e\xb7\x2b\xb9\x0d\x65\x57\x54\x6f\xae\x89\x3d\x8d\x46\xf6\x24\xfd\xe9\x68\xc6\xaf\x46\xfc\xea\x2a\xf7\xdc\xa6\x67\x39\x39\x4b\x55\xc1\xeb\xf2\xf7\x18\x4c\x34\xd5\x65\x1c\x1f\x5d\xd7\xf3\xd1\x61\x10\xd0\xed\x61\xf4\xe2\xcf\x58\x93\x2d\x0a\xd5\x7b\x75\x1b\x32\xda\x8c\xa1\x52\x73\x76\xbb\x19\x70\xbb\x69\x41\xc5\xd4\xbb\x09\x40\x67\xe6\x68\x45\x11\x0e\x5f\x11\x06\xaf\x08\x5d\xde\x75\x63\xf8\x18\x0c\x1e\x03\x99\x57\xc7\x90\xa9\x70\x0c\x9a\x9b\xcc\x64\x86\xc4\xaa\x31\x50\x2a\x26\x8a\x21\x0c\x03\x65\x24\x16\x22\x17\x4b\x1b\xc9\x5d\xa6\xd5\x65\x57\x9b\xbb\x4c\xec\x72\xaf\x60\x48\x2d\x31\x06\xca\x46\xba\xee\xfc\xd0\xa5\x70\x8c\xef\x68\x2a\xed\xdd\x31\x86\xf9\xe7\x38\xd1\xa1\xea\x15\xdb\x84\x30\x60\x42\xf8\xe6\xa8\x79\xbc\x9e\x23\x2a\x86\xc4\xa1\x52\xcf\xc3\xcc\x0e\x7e\x40\x2d\x0a\x9b\xc7\xf4\x1c\x27\xe6\xa8\x72\xb2\x43\xba\xf4\x31\xa8\x4b\x57\x51\xbe\x31\xa6\x7b\x9c\xac\xc2\xaf\x42\xe2\xa7\x0c\x32\xe3\x8c\x2c\x38\x2b\x66\x77\x1a\x9d\x4f\xa2\xb3\xb4\x3f\xe3\xbc\xfc\xdd\xc5\x44\x55\xaa\xe7\xea\x7b\xcc\x38\x51\xa8\x57\x21\x36\xe3\x94\x6d\x68\x9c\xcf\x44\x93\x46\x53\x56\x84\x81\x1c\xd0\x4d\xd1\x22\xe3\x9c\x6e\x42\x1d\xf3\xe8\x42\xaf\x97\xb9\xfc\x45\x2e\x2f\xf7\x83\x71\x99\x38\x5f\xc7\x9a\xa4\xbe\xb3\x34\x75\x45\x0c\xa7\x4a\xe7\x97\x8c\x46\xe3\xfa\xc4\xc5\x16\x55\x38\xdf\x16\x92\x01\x0b\x49\x53\x66\x98\x71\x99\x56\x5e\x89\x79\xe9\xc4\xe2\x2f\xd3\xca\x8b\xb4\x52\xa6\x9a\x71\xf9\x10\x5f\xdf\x21\x6e\x49\x65\xc3\x2f\x93\xd1\x8b\x64\x54\x66\x9c\x71\xc9\x33\x7d\x5c\xf0\x4c\x1f\x87\x38\xc1\x55\xdd\x65\xe5\x86\x8b\xfd\x5f\xcd\x7d\x36\x66\x86\x54\x75\xd2\x6b\xb8\xed\xc3\x79\x94\xad\xf9\x37\x79\xb7\x8e\xff\xa5\xb8\x6b\x9f\xa7\x01\x9f\xa7\xa6\xe8\xa1\x71\x99\x2b\x5d\xc8\x6e\xe0\xc2\xd1\xb7\x74\x00\xe3\x5e\x39\x29\x85\xcf\x77\x16\xc4\xee\xcc\x36\x11\xee\xdb\x62\xf9\x5d\x98\x87\x52\x38\x7b\x57\x7f\x57\x99\x2b\x53\xc4\xe6\x36\x58\xee\xca\x2c\x99\x22\x36\x8f\xb4\x7d\xe3\x61\x21\x0f\x79\x91\x8e\xc7\x84\xe8\x61\x4d\x8f\x28\x61\xf1\xf1\xae\x3f\xbc\x3e\x0c\x71\xc8\xa7\xb8\xad\xb0\x6d\xa8\xcf\xe2\x3e\x0b\x76\x5d\xec\xff\xf1\x0e\x3d\x6b\x87\xba\x8a\xf2\xeb\xaa\x3f\x9e\xc1\x93\xb0\x6f\xb6\xe3\x31\x99\x7a\x56\x2d\x76\x1d\xc9\x47\x6e\x4d\xe3\x59\xb5\xb2\x5d\x96\x5d\x49\xad\xc6\x0b\x8f\xd6\x74\xb8\x4e\xb6\xe9\xf3\x1b\x90\x4d\x45\x94\xc3\x57\xcd\xf1\x76\xa6\xe3\x77\x79\x6c\x29\x09\x07\x52\x70\xb4\xfc\x53\x97\xfe\x75\x13\xcb\xb3\x0a\x6f\xdf\xdb\x6d\x0f\xeb\x69\xef\x05\xbc\xf2\x15\x1f\xf0\xb5\x8a\xe9\x70\x65\x78\x29\xd8\xc6\x3b\x91\x18\x48\x14\xe0\x9d\x9e\xc8\x44\x49\x6f\xd7\xd5\x95\x2a\x7d\xcc\x03\x09\x94\x5c\x58\x56\x0a\xa8\x81\x40\x88\x78\xfc\x14\x9d\x55\xb8\xe9\x40\xb2\xdb\x6f\x22\x2a\x98\x2a\x25\xcd\x98\x88\xda\x4b\x2e\xbd\x6d\x53\xd4\x98\x15\x45\xa0\xc5\xfe\xa7\x52\x2f\x8d\x59\x59\xf3\xd6\xe5\x68\x3d\xda\xe0\x68\x2e\x1d\x6c\xa1\x7b\xde\xcc\xbe\xaa\x72\x73\xb6\xa5\xaf\xd4\x92\x25\xbb\xd0\xa9\x70\x68\x8e\xc1\x82\xa5\xae\xc5\xb9\x4f\xe4\x44\xb9\x9f\x5e\x5c\xff\x50\x5a\x80\x79\x7e\xb2\x58\x57\x80\xd3\x3c\x05\xae\x09\x8d\x59\xaf\x3f\x55\x02\x2f\x35\x95\x55\x40\x71\xb7\x5d\x32\xd4\xcc\x8b\xd9\x1a\xa2\x5a\x92\x5b\x90\x21\x4c\x15\x13\x5f\xb9\x5f\x4f\x20\x6b\x93\xeb\xde\x7c\x75\x84\xe7\x8b\x23\x5c\x77\x9e\xfd\x63\xbe\xc9\x9f\x21\x25\x46\x57\x81\xbb\x57\xd7\xaf\x89\x20\x21\xfb\x48\x4e\x6b\x68\x26\x34\x34\x6d\xa8\x96\xdb\x2b\x8a\x3e\xdf\x8f\xa2\xb7\xb1\x05\x90\xf9\xca\xe9\x6d\xbe\x9f\x00\xd2\x46\xf0\x57\x8f\x9b\x5e\x7c\xe5\xb1\xa6\x9a\xf2\x81\x26\x2d\x2c\x7b\xf2\x1f\x5a\x35\x97\xd7\x7d\xb3\x27\x8f\xc0\xc6\x58\x55\x3b\xf1\xcd\x9e\x7d\xe6\xec\x5d\xb6\x4f\xfb\x8c\xea\xec\x55\xb5\x11\xa7\x88\xc1\x9c\x2c\x59\xe8\xfa\x7c\xa7\x5b\x60\x20\x53\x9d\x3b\xc9\xe6\x73\x2e\x58\xec\x16\xcf\x1c\x95\xaf\xbb\x2b\x16\xea\x38\x4c\x58\x66\x83\xdd\x21\xe6\xac\xfe\xea\x63\x2c\x2e\xf4\x39\x5f\xcf\xee\x85\x74\xaa\xea\x79\x7b\xde\x61\x06\xa6\x4a\x39\x8e\x5d\x27\x2f\x24\xb7\xc1\x87\xf4\xd8\x9b\x15\x66\x28\x6e\x43\x7a\xa4\xa3\x26\xb5\x35\xb7\x21\xeb\x49\xd8\xe3\xc5\x78\x6d\x1e\x14\xe3\x45\x1e\xb4\xd5\x46\xb1\xce\x4d\x8f\xbe\x7f\x1b\xcd\x35\x3b\xb3\x77\xd9\xbe\x04\xdf\xbf\x83\x59\xd0\x95\x9f\x7c\xfb\x4a\x7c\xff\x32\xd1\x76\xfa\x9f\x4c\xac\xdf\x8f\xff\x7a\xfe\xe7\xff\xf1\x7f\xfd\xdf\xe7\x7f\xfe\x3f\xe7\x7f\x7d\xff\xdc\xff\xe3\x5f\xff\x7a\xff\xe3\xbf\x3f\xff\xe5\xfe\xef\x7f\xfe\xcf\xef\xe9\x9f\xe7\x9d\xff\xe5\x3f\xde\x7f\xbd\xff\xdf\x7f\xfb\x1f\xff\xba\xdf\x3f\xff\xf9\xdf\xfe\xf3\xfb\x0a\x7f\xff\x7f\x00\x00\x00\xff\xff\x0e\xf7\x18\x67\xc1\xb5\x03\x00"); -var _aadee =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x54\x92\xcf\x8e\x9b\x30\x10\xc6\xef\x7e\x8a\x39\x6e\x0f\x5b\x6c\xc0\xf9\x23\x45\x48\x15\x51\x55\x0e\x9b\x56\x65\xb3\xad\x54\xf5\x40\xec\x71\x6a\xa9\x31\x96\x81\x43\xde\xbe\x9a\x81\x50\xed\x01\xcd\xcc\x6f\xf0\x37\x1f\x63\xb2\xba\x39\x36\xc1\x8f\x90\x7d\x4b\xbd\x69\x71\x04\xe7\x83\x4d\x38\xf4\x53\x32\x08\x17\xbc\xfa\x20\x84\xca\xc1\x7a\x33\x3e\x4a\x0e\xe6\xd6\x45\x21\xb2\x73\xf0\xf5\xa9\x7d\x3e\xbf\x7e\x56\x9b\xe7\x2f\x30\x0d\xb8\x34\xea\xe6\xd8\xde\x87\x11\x6f\x4d\x70\x3d\x14\xb3\x80\x9d\xe2\x22\x02\x90\x7d\xc7\xab\x1f\xc6\x74\x87\xa7\x4f\xb6\xbf\xe0\x07\xb0\xe8\x88\x7f\x4d\x16\x93\x0f\x57\x78\xaa\x4f\xad\x5a\x71\x3b\xc5\xf8\x17\x6f\x18\x46\xd8\x32\xc3\x60\x39\x8a\xac\x7e\xe9\xe2\xa9\xbb\x21\xbc\xb7\xf3\xc6\x6d\xee\xbe\x61\x1a\x7c\x1f\x40\x7d\x94\x72\xff\x1f\xbf\xde\x23\x82\x5a\x54\x7e\x9e\x9b\x23\xfc\x52\xa0\x24\xe4\x5a\xef\xf3\xdf\x0b\xff\xf1\xd2\xdb\xf5\xad\xcd\xec\xdf\x78\x6b\xfe\x74\x49\x1c\x72\xa9\x8a\x0a\x54\x2e\x39\x2d\x29\xcd\x29\xcd\x75\x05\x4a\xee\xc5\xc1\x61\xe9\x2a\x50\xc5\xb6\xd4\xe2\xe0\x9c\xbe\x50\x51\x72\x6a\x29\xd5\xf4\x1d\x0f\x39\xb1\x5d\xe5\x53\x17\xae\x28\x0e\x85\x94\xbb\x0a\x28\xec\x2b\x50\x5a\x32\xe9\x66\x42\x52\xe5\x86\x89\x99\x09\x29\xea\x92\x09\xce\x84\x66\xeb\x1d\x11\x25\x99\x28\x45\xa7\x72\x26\xe5\x4c\xc8\x6a\xb1\x23\x4b\x3c\xcb\x39\x9e\x55\xc8\xc5\xd9\xec\x84\x0b\xba\xda\x75\xd9\x66\x4a\x09\xc3\xc8\x17\xcb\xdb\xa4\x0d\xf9\x80\xeb\xdf\x13\xfb\x48\xa7\xf8\xf9\x17\x00\x00\xff\xff\x60\x3a\x39\x2b\x69\x02\x00\x00"); -func _bdf ()(*asset ,error ){_dgb ,_bdbf :=_dgf ();if _bdbf !=nil {return nil ,_bdbf ;};_eafa :=bindataFileInfo {_b :"Adobe-CNS1-6",_ffe :1901,_ag :_ed .FileMode (436),_ac :_c .Unix (1580491216,0)};_ade :=&asset {_abe :_dgb ,_ece :_eafa };return _ade ,nil ; -};func _acc ()(*asset ,error ){_fac ,_edd :=_gab ();if _edd !=nil {return nil ,_edd ;};_acb :=bindataFileInfo {_b :"78-V",_ffe :892,_ag :_ed .FileMode (436),_ac :_c .Unix (1580490959,0)};_deb :=&asset {_abe :_fac ,_ece :_acb };return _deb ,nil ;};func _cdbd ()([]byte ,error ){return _g (_cbeg ,"V")}; -var _abbdg =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\xfd\xcd\xce\x35\x3b\x72\xa6\x07\xcf\xeb\x28\xde\x61\x7f\x83\xfe\x94\x24\x23\xf8\x03\x08\x2f\xe0\xee\xb6\xda\x1a\xb4\x6d\x58\x96\x6d\xc0\xf0\x20\x33\x57\x2e\xa1\x00\x6b\x57\xa1\x54\x1a\xe8\xec\x0d\x5e\x57\xee\xb6\x61\x18\xd8\x7b\x74\xe3\x89\x87\x2b\x93\x0c\xfe\xc5\x1d\x11\x64\xfe\xcd\x7f\xfc\xfb\xff\xf4\xf7\xbf\xfc\xf1\xaf\x3f\xfe\xe6\x7f\xfc\xcb\x9f\xee\x7f\x78\xfe\xfa\xe3\xfb\xc7\x5f\x3e\x7f\x79\xfe\xe5\x4f\xff\xfa\x97\xfb\xf9\x71\x3d\xff\xf4\xc7\x5f\xfe\xf0\x87\x52\x7f\x7c\xfe\x78\xff\xf5\xd7\x3f\x81\xfb\x9f\xcf\x3f\xff\xe1\x0f\xfb\xf7\xff\xf0\x6f\xff\xf2\xd7\xe7\x9f\xff\xfe\x97\xef\x9f\x7e\x34\xcb\x7d\xfe\xf5\xcf\x6f\xd9\x1f\x3f\xfe\xe6\x7f\x7a\xfe\xe9\x8f\xff\xf2\xd7\xbf\xfc\xdb\x8f\x7f\xf7\xdf\x7c\xfe\x74\x3d\xff\xbf\x1f\x9f\xe7\xbb\xe5\xff\xc3\x5f\x3e\xcf\x5f\xfe\xf8\xcb\x3f\xfd\xf8\x77\xff\xf9\x3f\x94\xff\x2a\xfd\x87\x7f\xfd\xf3\x9f\xff\xcf\xe7\x9f\x9f\x5f\xfe\xfa\x23\x90\x3d\xbf\x7c\xc0\x3f\xfc\xcd\x7f\xfc\x2f\xe7\x9f\xff\xfb\xf3\x9f\x9f\x1f\x7f\xf3\x8f\xbf\xfc\xf1\x3f\xff\x87\x7f\xff\x8f\xff\xf1\x1f\xea\xbf\xff\xef\xf8\x27\xff\xfb\x5f\x9e\xbf\xfc\xcb\x1f\xff\xf4\xcb\x8f\x52\xff\xff\xc7\xd1\xff\x6f\xf9\xff\xfc\x6f\x7f\x7e\x7e\x94\xf7\x21\xff\xdb\x3f\xfe\xfd\x7f\xfa\xf1\xbf\x97\x1f\xe5\xf8\x51\xb3\xf5\xfe\x7f\xbc\xf2\xff\xf5\xbf\xfc\xe9\xf3\xfc\x38\xfc\xab\x5a\xfb\xfb\x4f\x9f\xe7\x5f\xfe\x7c\xde\xcf\x5f\xce\x5f\xfe\xe9\xf9\xc3\x8f\x1f\x7f\x7b\x1c\xc7\xf1\xf3\xc7\xdf\xfe\xa7\xf1\x77\x7f\xf7\x73\xff\xfd\xdf\xfa\xf7\xdf\xfd\xdd\xfe\xfb\xf9\xe5\xf3\xff\xfa\xc5\x1f\x8a\x0f\xfa\xe5\x4f\x7f\xfd\x3c\x5f\x65\xbf\x3e\xe3\x38\xca\xf7\xe7\x8f\xb2\x7f\xf5\xff\xfc\xf7\x1f\xca\x71\xbc\x6f\xff\xe3\xe7\xbf\xfe\xa2\xfa\x8b\xf1\xec\x5f\xfc\xed\x71\x9c\xc1\xdf\x1b\x4a\x1f\x48\x52\x49\xfe\xfc\x51\x6b\xcb\x40\x36\x94\x8d\x9f\x3f\xca\xf0\x77\x53\xc9\xfc\xf9\xa3\x1c\x75\x4b\x2e\x9f\xbc\xa1\x74\x25\x45\x49\xf9\xf9\xa3\x54\x9e\xfd\xf1\x39\x1b\x4a\x9d\x5b\xf2\xf8\xab\x0d\xdd\x27\x3f\xfe\x6a\x43\xef\x0b\x89\xef\xda\xd0\x47\x22\x59\x4a\xd6\x96\x34\x24\xa7\x92\xf3\xe7\x8f\xbe\x94\xdc\x4a\xee\x5d\xc6\xe7\x7c\x94\x7c\xb6\x84\xfa\x7c\x2b\x92\x0d\x7d\xf2\xab\x6f\x53\xd2\xb6\x84\xfa\x7c\xad\xf3\x97\x3a\xf3\x9c\xaf\x6f\xdf\xd0\xa7\xcf\xf1\xed\x1b\xfa\xa4\x86\x5f\xdf\xbe\xa1\xaf\xad\x8d\x72\xd0\x2e\xa0\xf7\xdd\xf6\x52\x78\x17\xd0\x07\x65\xca\xa5\xe4\xda\x92\xad\xf9\x52\x95\x54\x24\x7d\x4b\x82\x56\x00\x7d\x1e\x5b\xd2\x2d\xb3\xa1\x4f\x7e\x75\x3f\x48\x36\xf4\x41\x99\x0f\x7a\x06\xfa\xe0\xed\x9f\xaa\x84\xb6\xf3\xf6\x4f\x28\x89\x2d\xe1\x5d\x9f\xae\xa4\x6f\x89\xbf\x9a\x4a\x76\x5f\xcc\x85\xe4\x54\x82\xe6\x7d\xd7\xad\x84\xb6\x6f\x1d\x16\x35\x06\xf4\xb5\x9f\x53\x6f\xb4\x0a\x94\xa3\x20\x59\x4a\xd6\x96\x1c\x48\x4e\x25\xd7\xcf\x1f\x6b\x1d\x5b\xd1\xf5\x63\xa1\x0d\x6b\x1d\xfb\xfd\x6d\xa1\xd7\x76\x96\x9f\x3f\xb2\x6e\xdd\xb7\xb3\x29\x59\x3f\x7f\x64\xec\x96\x35\x47\x62\xbb\x77\x99\xe0\x57\xb7\x65\xf6\xdb\xb2\xef\xb6\x86\xfd\x03\xf4\x63\xd7\x31\x0a\x3a\x8b\x92\x5b\x52\x91\xa0\x8f\x68\x48\xf6\x73\xa2\x29\x89\xef\xcf\x1f\x9d\x77\x45\xfa\x9c\x0d\x3d\xca\x1f\xfe\xb6\x3c\xed\xfb\xf3\xc7\x0b\x7d\xe5\x1f\xfe\xb6\x1e\x3c\x59\x28\xc7\x51\x26\xb2\xa6\xac\xed\xa6\x95\x03\x51\x28\xda\x93\xf3\xf0\x87\xa9\x24\x29\x54\x10\x75\x45\x7d\x17\x1a\x48\xa6\x12\x34\xb9\x90\xdc\x4a\x3e\x3f\x7f\x14\x7f\x55\x7d\x50\xf5\x41\x15\x91\x0f\xaa\x3c\x88\x2a\x35\xab\xb9\xa1\x0c\x6a\xd4\xaa\x92\xb6\x27\x79\x43\xe2\x83\x9a\x0f\x52\x74\x29\xba\x7e\xfe\x28\x7b\x3c\xd6\xe3\xf4\xfd\x1b\xf6\x9a\xb2\x4b\x95\x83\xf6\x02\xa5\x27\x92\x54\xe2\xa3\x02\xd1\x52\x44\x7f\x17\x4a\xd9\x5e\xa0\xec\x59\x53\x4b\x2d\x48\x36\x6c\x6d\xf6\x2d\xeb\x54\x9d\x39\x51\x73\x57\xbd\x0c\x25\x63\x3f\x6a\xae\xad\xa8\xb2\x14\xed\x11\x54\x26\x3f\x5b\x55\x49\xdd\x12\x5e\xb7\xac\xe6\x86\xb2\xa7\x40\x2d\xcb\x0a\x2c\xeb\xb4\x7f\x56\x0f\x34\x0e\x94\x36\x90\x7c\x95\xec\x95\xb9\xed\xa6\xd4\x42\x2d\x81\xd2\x1a\x92\x54\x42\x7b\xeb\x81\xe8\x54\x74\xee\x42\x0b\xc9\x47\xc9\xee\xba\x2c\x48\x1e\x25\x7b\x09\x4f\x5e\x56\x7c\xd9\x86\xb5\x2a\x85\x58\xe7\x85\xb2\xc7\x65\xad\xb5\x29\x61\x7c\x55\x45\x56\x60\x43\x09\x7f\x36\x94\xd0\x10\x25\x4b\xc9\x1e\x4c\x8d\xc6\x56\xeb\x58\xa9\x63\x22\xb9\x94\xec\x0e\x0f\x25\xd6\x71\x43\x09\x7e\xd5\x18\xcb\x40\x49\x5a\xe6\xc8\x01\x4a\x4e\x24\x5d\xc9\xee\xda\x86\x3e\x9a\xf5\xd9\x50\x9a\x65\xd4\x47\x43\x1f\x94\x09\x95\xbf\xa1\x04\x4f\x8e\x5b\xc9\xbd\x25\xfc\x2a\xe9\x57\x60\xad\x8a\xf6\x1d\x21\x40\xc9\xca\x9e\xfb\xeb\x3e\xf9\xff\xb5\x75\xd6\xda\xed\xc0\x0d\x25\xd0\x7b\xb7\x4d\x9d\x16\xd0\xee\x6e\x0b\xfa\xe0\x3d\xf4\x7b\x57\x15\x7d\x8f\x04\x46\x7e\x5d\x36\x7c\xd1\xef\x8c\xa9\xba\xd4\xf2\x86\x12\xfc\xec\xb4\xd0\x49\xdf\xd0\xce\xcb\x5e\xbe\xec\x65\x94\xfa\x28\xda\xe0\x94\x6d\x85\x86\x02\x25\xf6\xdb\xc2\x76\x46\x5f\x3f\x7f\x54\x94\x1a\x83\x6a\xc7\x1c\x3f\x7f\x54\x16\x9a\x98\xa8\x30\xd6\xee\xc0\xbd\x86\xd7\xc4\xb2\xa8\x19\xd7\xcf\x1f\x03\xc5\x67\x2a\x19\x8e\x9f\xdd\xfe\x9c\x68\x24\x27\x35\x62\x39\x48\xa7\x4b\xda\xb6\xc1\x0f\x4f\x7f\xb8\xa1\xec\x2d\xb5\xe6\xe9\xef\x4e\xe6\x1d\xaf\xbb\xa8\x36\x50\x26\x0f\xba\x7c\xd0\xc5\xbc\xab\x48\x6e\x25\x1f\xd4\xc6\x83\x6e\xd4\x0d\x94\xbd\xc7\xd7\x64\x5f\x11\x8a\xaf\xbf\x2f\x25\xbb\x6d\xdb\x7a\xa8\xc9\xee\x28\x94\x41\x43\xee\xaf\x92\xad\xc7\xbd\xcb\xd6\x7c\xac\xd0\x63\x1f\xed\x1a\x75\x97\x27\xa0\xec\xcd\xb9\xf6\xa3\x2b\xe1\xf5\x96\x59\x4a\x58\x1b\xb6\x6d\x50\x7b\xd0\x7c\xa0\xf4\x82\xa4\x2a\xd9\x8d\xed\xbb\xf9\xcf\xa4\x0c\x50\x6b\x6c\xcb\xa8\x3e\x2a\x17\xa8\xf5\x60\xc0\x3d\xb3\x2a\x6b\x96\x5b\xc8\x42\x59\x50\x8e\x25\xe2\x99\xa9\x6c\x50\xae\x29\x9b\xca\xa6\xe5\x02\xd9\x52\x76\x5a\x4e\xd9\xa5\xec\xb2\x5c\x22\xbb\x95\xb1\x7e\x1f\x6f\x9d\x99\x88\xcf\x5e\x0d\xf7\x6f\xb7\xd6\x9e\x35\x94\x0d\xcb\xf1\xde\xe5\x7b\xf7\xd0\xae\x35\xc2\x72\xbe\xe3\xf4\xb7\x4c\xd1\xe7\xf4\xb7\xa7\xbf\x45\xc1\xcf\xe9\x6f\x4f\x7f\xeb\x7b\xcf\x53\xd9\x69\x39\xf4\x72\xbe\xcf\xfb\x58\xae\x22\x7b\x94\x3d\x94\x9b\xfe\x96\x7e\x7e\xf6\x30\xdb\xe5\x68\x9b\x03\x0d\xd8\xe5\xf8\xed\xa5\x4e\xaf\xb4\x1c\x7a\xbe\xba\x32\xeb\xc7\x90\x78\x2e\xeb\x77\xa9\xbf\x41\x7b\x2f\xeb\x72\xa9\x3f\xa6\xf7\xe3\xd0\x7d\x6e\xdb\x61\xdb\x6e\xdb\x71\xdb\x8e\x45\x39\xc7\xea\xf3\xb5\x7f\xf9\xed\xd7\x99\x08\x04\x86\x75\xfd\x62\xaa\x08\x31\xd8\xf3\xbf\x47\x55\x54\xb7\xa8\x5a\xaa\x29\x6a\x94\x5a\x88\x42\x51\xec\x67\xb1\xbf\x7d\x1d\xd5\x40\x39\x5c\xf3\xbf\x8e\x6b\xa0\xe4\xf2\xf9\x43\xd1\xf8\xf9\x23\x66\x57\x34\x15\xcd\x9f\x3f\x5a\x6d\xd6\x75\x29\x5a\xfc\xd0\x5a\x9c\x8a\xce\x5d\x0a\x23\xe2\x7b\x5c\x8a\xb6\x5d\x37\x2d\x74\x2b\xb9\x77\x55\xbb\xf5\xfa\x28\xfa\xec\x17\x62\x45\x7c\x8f\x47\xd1\xb3\x45\xc3\x06\x7d\x15\x7d\x7f\xfe\xa8\xc7\xa2\xf2\xda\x56\x40\x1e\x85\x9a\xba\xf5\x02\xc5\xd9\xf0\x75\x9d\x04\x6a\xb2\x50\x7e\x35\xc0\x80\x98\x8c\xb5\xaf\x06\x18\x10\xa3\x28\x52\x5f\x1b\x62\x84\x22\xd5\xf5\x5a\x60\xac\x3a\xdf\xa2\xbe\x36\xb4\xa6\x0a\x35\xcb\x80\xe2\xd6\xf5\x2d\xea\x6b\x43\x2c\xa6\xc6\x57\x0b\x00\x28\xb5\xfa\x2c\xf5\xb5\x21\x8f\xea\x0f\x55\xd8\x86\xa8\xd3\xea\xab\xb0\x0d\x35\x1c\x14\x5a\x0a\x40\x66\xb5\x94\x0a\xdb\xd0\x30\xc5\xeb\x57\x53\x01\x68\x81\xd9\xf5\xd5\xa2\x02\xb2\xab\x8a\xaa\xc2\x36\x94\x92\xf6\x91\x26\x05\xd0\x26\x9b\xfa\xb7\xaa\xb1\x0d\xa5\xbd\xcf\x57\x63\x1b\xaa\x1b\xc7\x57\x53\x13\x88\x9e\xb4\x5b\xcb\x03\xc8\xd5\xe2\xb7\xf7\xe3\x6f\x55\x9f\xda\x2a\xd3\x87\xa8\xcf\x0d\x6d\x85\x6f\x57\x9f\x1b\xb2\x1d\x8c\x36\xcd\x15\xa0\xb5\x65\x4b\xd4\xe7\x86\x7e\x1c\xea\x40\x7d\x6e\x68\xad\xf8\x2c\xf5\xb9\xa1\x97\x57\x05\xea\xb3\xb2\x73\x4c\x54\xa0\xd5\x0c\xd4\x63\xa1\xf5\xa6\x3e\x1b\x6b\xb9\x53\x45\x4b\x1a\x28\xa3\x51\xaf\xa6\x3a\x37\x74\xad\xeb\xaf\x56\x13\x50\x66\x5a\x4a\x75\x6e\x48\x8d\xdd\xaf\x76\x13\x90\xf5\x7d\xa3\xea\xdc\x90\xad\x5b\x4a\x7d\x6d\x28\xc3\xae\x69\xea\x6b\x43\x2e\x55\xd8\xd4\xd7\x86\xec\x8e\x06\xed\x79\x20\xfb\xc1\x68\x68\xea\x6b\x43\x73\x7b\xfc\x6a\x98\x01\xe5\x9d\xc3\x4d\x7d\x6d\x28\xf5\x1d\xdf\x4d\x85\x6d\x68\x81\xad\xfc\x75\x87\x04\x22\xd5\x74\xa8\xb0\x80\x44\xb9\x76\xb9\x6b\x02\x6d\xd8\x6b\xa1\xc2\x36\x94\xc4\x22\xfa\x86\x0a\x0b\x76\x43\xa7\x67\xa8\xb0\x0d\xa5\xbf\xa5\x54\xd8\x86\x36\x31\x98\xbf\xa1\xc2\x36\xb4\xea\xd0\xd1\xb0\x04\xa2\x39\x61\x43\x85\x6d\x88\x96\xd6\x5e\x85\x6d\xa8\x33\xac\xaa\x0a\xdb\xd0\x0a\x56\xe0\x57\x93\x14\x88\x6c\x56\x42\x85\x6d\x28\xa1\x5a\x43\x85\x6d\xe8\xe9\x68\x0a\xf5\xb5\xa1\x4d\x6b\xaf\x25\x06\x94\x03\xbb\xe3\x9b\xea\x6b\x43\x1d\x3e\x5e\x93\x17\x68\x81\xe1\xf7\x4d\xf5\xb5\xa1\x1d\xaa\x30\xd5\xd7\x86\x16\x2e\xa0\xa9\xbe\x36\xd4\x23\x7d\xbc\xfa\x4a\xe6\x6b\xb1\x94\xfa\x4a\x5d\x42\x3e\x4b\x7d\x6d\x88\x51\xfc\xa1\xfa\xda\x90\xef\xf4\x48\xf5\xb5\xa1\x1d\x45\x91\xfa\xda\x10\xbf\x36\x48\x7d\x6d\xa8\x92\xac\x6f\xaa\xaf\x0d\xad\x3a\x26\x52\x7d\x6d\x88\x23\xac\x97\xfa\xda\x10\xcd\x25\x5b\x0b\x18\x28\xd3\xa9\xa6\x2d\x0f\xb4\xe1\x2a\xdb\xd5\x57\x77\x42\x52\x89\xae\xbe\x36\xb4\xe6\x86\xa3\xc9\x0f\x44\xed\x74\x6d\x57\x5f\x1b\x5a\x77\x98\x48\x03\x80\x51\xde\x4a\xa8\xaf\x0d\xe3\x38\x7c\xa3\xfa\xda\x50\xfa\xe1\x84\xef\x2a\xac\x63\x40\xfa\x78\xf5\xd5\xd5\x17\x6d\xec\xea\x0b\x72\x3b\xdf\x67\xa9\xaf\x0d\x75\xbe\x95\x50\x5f\x1b\xea\x70\xa6\xc9\x45\x80\xf6\xee\x11\x5d\x7d\x6d\x68\xef\x82\x2d\x53\x06\x5a\xd8\x8f\x43\x7d\x6d\x28\x3d\x31\x6c\xbf\x43\x85\x6d\x28\x72\xaa\xef\x50\x61\x1b\xe2\x70\x2e\x48\x36\x80\x9a\x4d\x91\x0a\xdb\x10\xaf\x95\x30\x54\xd8\x86\x3a\xb0\xd5\xbe\x43\x85\x6d\x18\x6d\xf9\x43\x15\xb6\x61\x54\x4d\xa1\xa1\xbe\x36\xb4\xe1\x60\x1d\x2a\x6c\x43\x94\xb7\x5e\x2a\x6c\x43\x34\x87\xce\x50\x61\x1b\x6a\x2c\xdf\xa8\xc2\x06\xd4\xd2\xb9\x30\x54\xd8\x86\x51\x1c\xe5\x43\x85\x0d\xf8\x9c\x8b\xad\xe6\x3b\xd0\xbb\xcb\xa8\xd6\x3b\xd0\x2a\x86\xf0\x57\xe3\x1d\x28\x55\xe5\x4c\xf5\xb5\x21\xba\xcb\x89\xe6\x3c\x10\x09\x15\xfc\x6a\xcd\x03\xb5\x6a\x4b\x4c\xf5\xb5\xa1\xe9\x4f\xf9\x4e\xf5\xb5\x21\xdf\x3d\x55\x93\x1f\x88\xd4\xf6\xd2\xe2\x07\x46\xd3\xc0\x9c\xea\x6b\x43\x6b\xae\x43\x72\x00\xa0\x8c\xbd\xea\xfc\xf6\x6e\x2c\x45\x00\x46\x71\xa7\x92\x21\x00\xa5\xaa\xcf\xa9\x3e\x27\x13\x36\x15\xa9\xcf\x0d\x6d\xb9\x28\xe9\x97\x01\xa2\x60\x7d\x7f\x97\xfa\xd4\x55\xb3\x1c\xf3\x3a\x6b\x80\x79\xa8\x76\xe9\x27\x50\xab\x6d\x59\x2a\x74\x43\xbc\xdb\xb1\x04\x1c\x28\xb3\xfa\x4a\x15\xba\x30\x79\x5d\x10\x24\x33\xc0\x88\xb0\x94\x0a\xdd\x30\x52\x33\x41\xe6\x0e\x8c\xe1\xf8\x5e\x2a\x74\x61\xc2\x69\x65\x4b\x78\x80\xc0\xfb\x5b\xbf\x4b\x85\x6d\x08\xdc\xbf\xf5\xbb\x54\xd8\xc2\xe4\x70\xd3\x5e\x2a\x6c\xc3\x98\x87\xb5\x57\x61\x0b\x85\x39\x57\xa4\xd8\x40\xd1\xdd\xf5\x95\x63\x03\x65\x0d\x8d\xde\x53\x85\x6d\x88\x62\x87\x9c\x2a\x6c\x43\x54\xa8\xef\xf7\x54\x61\x84\x04\xd6\x72\x7e\xea\x8d\x00\x6a\x4a\x2f\x4e\x35\xf6\x72\x38\x1f\xa6\xc6\x36\x8c\xe1\x40\x95\xc1\x01\xb3\x69\x8d\x9f\x6a\x6c\x43\x19\x5a\x18\x72\x3a\xa0\xe2\xb2\xad\x5f\x29\x1d\x30\x52\xed\xeb\x45\x04\xa2\xa9\x8b\x53\x8d\x41\xfc\x8e\x5f\x1f\xa6\xca\x36\x94\xee\x5e\x28\xef\x03\xea\x6b\x3b\x5c\xaa\x8c\x70\xc5\x70\x6e\x5c\xaa\x6c\xc3\x7c\x77\x5f\xfd\x12\x5f\x09\xe3\x2b\x52\x63\x17\x1a\x73\xff\x92\x2e\x02\xf3\xdd\xf8\x2e\x15\xb6\x61\x2c\x2b\x21\x81\x04\x86\xbe\xa1\xef\xa5\xc2\x36\xb4\xd0\x38\x95\x52\x02\x2d\x34\x15\x2f\x15\x76\x61\xd5\x6a\xff\x5f\x2a\x6c\xc3\x6c\x07\xca\x97\x77\x02\x65\xbe\x8f\x57\x61\x1b\xca\x48\x45\x2a\x6c\xc3\x78\x2d\xfb\x4b\x7d\x5d\x0c\x31\x97\x04\x5d\x4d\x40\xbe\x7b\xf4\xad\xbe\x36\xc4\x70\xe8\xdf\xea\xeb\xd6\x7d\x4a\xed\x6f\xf5\xb5\x61\x0e\x97\xbd\x5b\x7d\x6d\x98\x4d\xc3\xea\x56\x5f\x1b\xd6\x74\x13\xbd\xd5\xd7\x86\xfa\xae\x5e\x3a\x77\x80\xd9\x70\x7f\x7f\xf5\xee\x00\xf5\xd7\x4a\xa8\xaf\x0d\xb5\x4c\xb7\xcc\x5b\x85\x6d\x68\xb2\xfc\xaf\x6c\x1b\x28\xcb\xcd\x50\xb2\x0d\xf4\xe1\x00\xbe\x55\xd8\x86\x35\x5c\xc4\x6e\x15\x76\xeb\x6f\x54\x15\x2a\x0c\xff\xd1\x6b\x3d\xea\x40\x02\x5a\x38\x73\x3f\x2a\xec\xa3\x95\xc6\xb3\x3e\x2a\x6c\xc3\x6c\xee\x39\x1f\x15\xb6\x61\x4c\xc7\xef\x47\x85\x6d\x98\x15\xbf\xcf\xf7\xa3\xc2\x36\x0c\x3d\x86\xdf\x8f\x0a\xdb\x10\xd3\x95\xf4\xeb\x1b\xbf\x17\x7e\xf0\xdd\xb9\xcd\x08\x61\x3b\x8e\xfa\xf3\xc7\xea\x08\x9a\x82\x6d\x33\xef\x39\xd4\x0e\x3c\x00\x42\xd9\x3a\x6d\x07\xfc\x5f\x28\xc7\x51\x95\x0d\x65\xcc\xed\xf7\x87\x53\xd1\x17\x4a\xb8\x25\xc5\xb7\x41\xb4\xab\x92\xaa\x04\xc7\xeb\x9e\x40\xcd\x40\x87\x50\x5e\x49\x28\xd9\x35\x28\x3c\xba\x58\x83\x42\xd0\x4d\xc9\x47\xc9\xb3\x1f\xb4\x68\x1b\x2c\xb5\x1d\x15\x5b\x69\xaf\x53\x8d\xc0\xc4\x06\x83\x97\x8b\x2a\x34\xab\xd9\x4e\x65\x13\xd9\xa3\xec\xa1\x85\x49\x2d\x60\x26\x42\xad\x18\xf7\xed\x08\x5f\xb1\xf7\x93\x96\xe8\x6f\x59\xd7\x05\xc1\x68\x83\x37\xb0\xba\xb7\x63\x2f\xe5\x5b\x5f\x54\x6e\x59\xdf\xe5\x1b\x54\xc6\xe9\xd3\xbe\xdb\x8c\x6e\xbc\xf3\xab\x56\xbf\x6f\xdd\xf8\xe5\xd7\xa7\x7d\x09\x7b\x21\xb8\x15\xf8\xf8\xb2\x7e\x73\x37\x6e\xc7\xd7\xb7\x7f\xdf\xb7\x6f\xdd\x18\x5e\x69\x65\xab\x6b\xec\xad\xb1\x15\xb8\x71\x2b\xf5\x96\x2c\x95\x2d\x63\x2b\x69\x45\x37\x57\x30\x1e\x0c\x26\x34\x62\x00\x70\xaa\x56\x21\xb4\xc2\xae\xd2\xd6\x55\x65\x2b\x11\xca\x71\xf0\xb4\xc6\x7e\xdf\xda\xfc\x2a\xdb\xf5\x68\x6c\x7c\xad\xbd\x9a\xe1\x0d\x4d\xcd\x00\x5b\xb6\x9f\xd7\x58\x25\x84\x2d\x9b\xc8\x7c\xde\xfd\xfe\x76\xab\xa7\x7d\xfc\xed\x9e\x42\xbb\x2e\x07\xb2\x54\x96\xca\xf6\x7b\xc3\xa9\x10\xc1\x86\x95\x75\xff\x36\x60\x7d\x42\x95\xec\xb4\x80\xf6\xb5\x18\xac\xf9\xf0\xdd\x16\x18\xb6\xc2\x2e\xc7\xf3\xb0\x6c\x5b\x7c\x19\x2f\x3d\xf6\x6f\x75\x9b\xb7\x5c\x38\x22\xc7\x44\xc6\x16\x2e\xec\xdf\x0e\x64\x8c\xb5\xf4\xb7\x6b\x2f\x3e\xad\xfb\xdb\x7e\x7c\x70\xd4\xef\xa5\xbf\x75\x5c\x5e\xc2\xfe\xed\x42\xc6\x6f\x7b\xd1\xa1\x4f\x5d\x3a\x5e\x23\x61\x97\xe3\xb7\xb8\x8d\x5a\xe7\x1d\x0d\x7a\xd1\x86\xef\x18\xca\x2a\x73\x66\x2a\x9b\xca\x72\xaf\xd0\x6d\x29\x5b\x7b\xfe\xd5\x36\xe9\xa3\x85\xff\x4a\xa8\xd5\xe7\x2d\x1c\x58\x6d\xc1\x31\xda\xac\xfc\x16\x92\x21\xec\x72\x15\x19\x75\x5e\xbb\xdf\x6a\x23\x4c\xd8\xd6\xfd\xca\xbe\x96\xdb\x33\x64\x7d\x7c\xef\xe7\x50\xc6\xf3\xec\xdf\xf5\x79\x18\x7d\xf4\xf9\xfa\xf8\xdb\xcf\xfb\xdb\x3d\x33\xd7\xe3\x6f\x69\x47\x1c\xac\x1a\xa7\xed\x38\xe9\xcb\xc0\x99\xdd\x4e\xfb\xf2\x7c\xfb\xb2\x0f\x64\xf4\xe5\xe9\x6f\x89\x75\xb6\xcb\xdf\x5e\x81\x43\x0d\x2a\xd9\x2e\x08\xba\x50\xb7\xc1\x81\x8c\xba\x5c\xfe\x16\x9b\xba\xdd\xfe\xf6\x46\x2f\x81\xb7\xac\xdd\xea\xe5\x7e\xf5\xb2\x77\x84\x76\xab\x97\x9b\x76\x04\xc9\x0d\xed\xb6\x1d\xc0\x2e\xd7\x90\xa1\x83\xdb\x77\x0c\xde\xf1\xf1\x1d\x1f\x65\x73\xef\xd2\xed\x51\xf6\x20\xcb\x83\xe7\xe9\x40\x6e\x5f\x65\x6d\x5b\x82\xe1\xb6\xb0\x15\xb2\x65\xf0\xb9\x38\x20\xf9\xc2\x7e\xef\x44\x36\x90\xf9\x5b\x52\x2d\xa2\xf8\xdb\xb2\x49\x77\xcd\xb9\xad\xb5\x28\xb0\x6e\x61\xff\x76\x6d\x59\xb7\x9c\xbf\x65\xcf\x8d\xea\x6f\x2b\xb2\x7e\x6c\x13\x31\x9a\xb2\xd6\xf6\x7b\x3b\x64\x26\x1a\xee\x2b\xa1\xd6\x63\x16\x64\x13\xd9\xb6\x08\x6b\x8f\xbd\x1e\x44\xc3\x24\x14\x76\x39\x9e\x87\x4d\x18\x6d\x5b\x76\xb5\xe7\xde\xbd\xc2\x04\x00\x61\x97\xeb\xc8\x2a\xb2\xcf\x6d\x39\x9e\xf7\xf1\xb7\x9f\x8f\xe5\x16\xb2\x07\x99\x75\xce\xdd\xe7\xe1\x5a\x12\xf1\xc1\x5c\xe9\xdb\x38\x89\x20\x59\x42\xa8\xf5\xd8\x6b\x79\x04\x09\x2f\xe1\x1a\xd1\xe9\xa3\x70\x8d\x88\x7c\x65\x7b\x9b\x0e\xe7\x7e\xf4\xd8\x6d\x1b\xa5\xec\xfa\x75\x5c\x46\xc2\x7e\x5e\x45\x46\xfd\xfa\x56\x6d\x1d\x45\x19\xbe\x0c\xa1\xea\x04\x8f\x8e\x33\x23\x9c\xfb\xa3\xee\xf5\x2f\x9c\xfb\x31\x6a\xd5\x1f\xb0\xdf\x3b\xf0\xe0\x0a\xfb\xb7\x81\x2c\x94\xed\x79\x3e\x82\xb6\x0d\x1c\xab\xc2\x2e\xa7\xec\x44\x36\xa8\x73\x14\x9e\x07\xab\x16\x76\xb9\x8e\x8c\x3a\x0f\x82\x47\x23\xa8\xf3\x98\xaf\x4c\x3d\x33\x0e\x06\x7b\x45\xb8\x36\x8d\xa4\x7f\x5d\x9b\xc2\xb5\x69\xf4\xbd\x8f\x85\x6b\x53\xac\xd0\x57\xc0\x38\x5d\xac\xe3\xc2\x7e\xde\x42\xc6\x78\x59\x63\x61\xf4\x07\x32\x7c\x03\x42\xad\xa4\x99\xc4\xc2\x39\x10\x8b\x3a\x8f\xe5\x6f\xad\x33\xb0\xcb\x15\x64\xd4\x6f\x11\x90\x9b\x87\x32\x38\x7d\x2c\x03\x72\x24\x42\xc5\x82\xc1\x0b\xbb\x5c\x22\x4b\x65\xdd\x72\x81\xcc\x3a\xaf\xd3\x72\x5b\x57\x6b\x59\x97\x75\x59\x6e\xfc\xe6\x56\x1f\x8b\xed\x34\x16\xdb\xcb\x3c\xaa\x8f\xf9\x2a\xfb\xfa\x18\x64\xa7\x6a\x23\xa6\x35\x8f\x4a\x33\xa1\x24\xc2\x2e\xa7\xcc\x6a\x69\x00\x10\x55\x8e\x75\xa9\x4a\xba\x61\xc2\xdb\xc3\xa5\x35\x5c\x32\x27\x46\x5a\xb8\x64\x86\x4b\xe1\xc4\x63\x16\x2e\x85\x71\xe3\xda\x99\xbd\x6d\x75\xdc\xf8\x76\x84\x5a\x1d\xee\x37\xce\x9d\xb8\x6d\x07\x6c\x25\x6e\xdb\x71\x9f\xc5\x72\xfb\x1d\x37\x24\x56\xd8\xb2\x81\xac\x29\xb3\x1b\x18\xee\x37\x34\x36\x5c\x32\xe7\xd8\xc4\x3f\x5c\x32\xe3\x43\xd4\x67\xce\x4d\xcd\xe3\x83\x39\x1a\x1f\xb6\xd3\x5a\xca\x44\xc6\x30\xf9\x40\x2b\xe7\xa2\xbb\x3e\xd0\x4a\xa1\x56\xac\xdb\xf8\xc0\x2b\xe3\x83\x4e\x17\x5b\x71\xb8\x04\x0b\xc6\xeb\xe2\x21\x5e\x27\x14\xdc\x06\xf1\x10\xaf\x13\xca\xc1\x66\x10\x0f\xa6\xb9\xd0\x0e\xe6\xe7\x43\xc0\x2e\x9e\xd7\x12\x67\xfd\x7d\xb0\xc4\x85\x36\x36\x3f\x88\x07\x4b\x5c\x88\xd8\xbb\x7f\x3c\x84\xe2\x84\x56\xa7\xa2\x53\x11\x8e\x9e\xcd\x49\xe3\x21\x14\x27\xb4\x39\x7d\xd6\xad\x08\xbf\xc4\xb2\xd4\x47\x11\xe9\x43\x69\xfd\x1f\x45\x0f\x5c\x5c\xd1\x57\x91\xb6\xde\xe0\x97\x45\x65\x6c\x08\xc2\x4d\xf1\x14\x95\x61\x1e\x8c\xbf\x2c\x2a\xa3\xbc\xca\xa0\x1a\x76\x0b\x10\x9d\x9e\x7f\x8a\xca\xd8\xd0\xc8\x85\x89\x87\x68\x9c\x10\xe3\x50\xd4\x15\x75\xbc\x97\x89\x48\x8d\xc1\x26\x0e\x77\xb6\xa7\xa8\xb2\x0d\x8d\xb4\x84\x78\x8a\x2a\x23\x6f\x0a\xb7\x7d\x3c\x0e\x04\x20\x4a\xda\x24\x55\xb6\xa1\xb4\x6e\x5d\x55\xd9\x86\x92\xc5\x1f\xaa\xb2\x0d\xcd\xb5\xec\x29\xaa\x6c\x43\xc0\xa0\xe2\x29\xaa\xec\xcd\x5c\x62\xbe\x3c\x55\x65\x10\x68\x4b\x1b\xee\x2a\x0d\x94\x83\x10\x75\x3c\xae\xd2\x40\x25\x83\x2d\x9e\xaa\x32\x36\xc4\x61\x97\x57\x95\x61\x4e\x17\x41\xeb\x78\xaa\xda\xa8\x44\x3a\x58\xf2\x9f\xaa\x32\xea\xfc\x35\xa0\x1c\x8f\x2b\x3e\xb0\x7f\x69\x31\xb5\x41\xe6\xcf\xb0\x9b\xaa\xda\xa8\xba\xee\x51\x63\x55\x1b\x1b\x72\xbc\xd5\x50\x1b\x1b\x22\xd3\x66\xaa\x8d\xea\x68\x61\x2a\x3e\xcd\xd1\x42\xbe\x59\x77\xea\x34\x47\xcb\x4b\x34\x1c\xa1\x4d\x0d\x11\x3a\x6b\x2c\x64\x4f\x53\x43\xed\xd5\x10\x2f\x6d\x6a\xa8\xa1\x21\xdb\xd9\xd4\x50\x93\x16\x4c\x7f\xaa\x8a\x36\x18\x39\x8f\x47\xeb\x03\x28\x87\x3b\xf9\xa3\xf5\x01\x34\xbc\xe9\xf1\x34\x55\xd4\x48\xda\xb1\xa7\x9a\x1a\xda\xd0\x46\xf7\xf9\x6a\x68\x43\xa4\x53\xa0\xa9\xa1\x26\xa1\x63\xc7\x7e\x9a\x2a\xda\x20\x39\x89\xa7\xa9\xa2\x86\xd1\x5c\xac\x99\x03\x66\x83\x31\xfd\x78\x42\xa5\x85\x93\x87\xed\xf5\x09\xd5\xb1\xa1\x4e\x15\x19\x6a\x23\x64\x53\xec\xe0\x4f\xa8\x8e\xd0\xb1\x4c\x33\x43\x6d\x84\x03\xc6\xe9\xef\xe6\x0a\xc4\x28\xd4\xd6\xbd\x15\xa8\x23\x7c\x98\xda\x20\x34\x56\x9d\xd7\xa1\x36\x36\xec\x87\xa1\xb4\x50\x1d\x81\x3a\xaa\xbf\x54\x1d\x1b\xda\x2c\x96\x52\x1b\x1b\x22\x9c\x8a\xa1\x36\x36\x94\xd5\x15\xa9\x8d\x0d\xa5\x3b\xa3\x52\x6d\x6c\xa8\xe1\x1b\xd3\x21\x94\x0e\x21\x7b\x20\x1d\x42\x04\xc7\x8e\x86\x82\x52\x9d\x6d\xa8\x24\x33\xc5\x93\xea\x8c\xe0\x18\x49\x58\xf1\xa4\x2a\x4b\x47\x10\xc6\xc2\xa3\xe1\x0c\x94\xd9\x7e\xc7\x9e\xfd\x68\x56\x03\xe5\xd0\x0c\x79\x52\x95\x6e\x28\xd5\xf6\xa5\x2a\xdd\x60\xba\x46\x3c\xa9\x4a\xf3\xf2\x97\x74\x46\xaa\xbf\x24\x7b\x42\x95\xa6\xfa\x4b\xec\x17\xc7\x44\xaa\xbf\x0d\xed\x1d\xfa\x5a\xed\x40\x90\x9b\x16\x8f\x46\x3b\xd0\xa6\x03\x58\xfb\x12\x68\xcb\xbe\xd0\xbc\x7c\xba\x49\x23\x6a\xbe\xab\x85\xce\xba\xeb\x52\xd9\x6d\x26\x01\xae\xa3\xb8\xae\x74\xdb\xb4\x21\x46\xb5\x98\x6d\x22\x43\xee\xd0\x0a\x79\x86\xf5\x18\x1a\xba\xbc\x60\x58\x8f\x0d\xb5\xbb\x62\x0f\xeb\x41\x08\xea\x28\x2e\xf6\xc3\x7e\xdc\xd0\x6a\xa7\xb7\x87\xfd\x48\x60\xe7\xd0\xdc\x78\xb4\xe6\x80\x56\xde\x17\xa8\x8e\xc9\x40\x29\xd6\x4d\x03\x0f\x98\xd5\x97\x4e\x5f\x30\x6d\xbc\x53\x75\xda\x78\xec\xbb\x9c\xf4\xa7\xe6\x1d\x50\x8e\xe2\x18\x9b\xf6\x31\x01\x99\x66\xe7\x4d\xf5\xb1\x21\xf2\xf0\x9d\xea\x63\x9e\xfe\x92\xba\x4d\xa7\xcd\x86\x16\xce\x91\x69\xb7\xcf\xfb\xd7\x2c\x9d\x30\x27\x4b\x88\xee\x1c\xd7\xaa\x06\xa2\xba\x7e\xce\xb7\x9d\x12\x56\x5e\xb9\x54\xf7\x3a\x7c\x25\x9d\xbc\xd4\xf7\x86\x68\x9d\xca\x2e\xb5\x41\x7a\xec\x72\x1f\x5d\x6a\x63\x91\x65\x54\x79\xfe\x52\xdd\x1b\xf4\x09\xc4\xb3\x9c\x36\x8b\x95\xc6\x61\xb5\x54\xd9\x7a\xf5\x43\x65\x97\xfa\x59\xee\x43\xa8\x6c\xa9\x1f\x32\x23\x8f\xe2\xc2\xbb\x54\xd0\x86\x38\xd4\xb6\x86\x33\xd0\x96\xa3\x4f\xc3\xf8\x59\xf6\x7a\xb3\x1e\x6a\x63\xc3\xec\x4e\x02\x6d\x4c\x60\x13\xa1\x2d\xd2\x54\x06\x4c\x76\x8a\xe7\x54\x19\x27\x01\x63\x6d\x0f\x0d\x51\x40\x47\x60\x3c\xda\xa1\x8f\x2e\xb0\x77\xc5\xd0\x0e\x05\x6a\x71\x67\x3a\xd5\x06\xb9\x9d\xd3\xad\xf5\x54\x1b\x1b\xa2\xb8\xac\x9c\x0e\x20\x0e\x5d\x54\xbb\xfc\x54\x3f\x9c\xba\x58\x61\x5d\xd5\x0f\x29\x72\x33\xac\x98\xea\x39\x1d\x3f\xaf\x4c\xfd\x9c\xe8\xa7\x59\x31\xf5\x23\x77\x76\xc1\x91\x3a\x03\xad\xdb\x4d\x9a\xbd\xa6\xd1\xa5\x46\xa9\x56\xef\x73\x39\x4f\x70\x00\x3c\x92\x69\xa0\xbd\x86\xd2\xa5\x32\x2e\xf3\xa9\x78\xd8\xa5\x2e\xae\xf0\x97\xe8\xec\x52\x19\x17\x8e\x6c\x0d\x61\x69\xc9\x73\xd9\xe7\xe1\xd3\x6c\xd4\x75\xfe\x9a\x6d\x16\x66\xda\x09\x31\xec\xa6\xcb\x36\x5d\xf8\x07\x49\xb2\x8a\xe7\x7a\xab\xcb\x2a\x07\x0f\x78\x6e\x3b\xf8\x26\xc2\xed\x3c\xbc\xed\xe0\x9b\x80\xad\xc3\xec\xb6\x4d\x37\x39\x75\x36\xfd\xb6\x4d\x37\xa3\xdd\xc5\xe5\xb6\x4d\x37\x39\x62\x4e\xf3\xdb\x26\xdd\xa6\x0f\xfa\x2c\x9b\xb4\xa1\xbd\x44\xe1\xb6\x7f\x49\x55\x7d\x17\x83\xdb\xfe\xbd\x5d\x30\x5d\x91\x6f\x3b\xf8\x66\xc1\x54\x8d\xb7\xba\x30\x75\x50\xfd\xdf\xea\xe2\x86\x38\x3a\x7f\x6f\x75\x71\xdf\x3e\x4c\x99\x1d\x7c\x93\x43\xf1\xd6\xcc\x0e\xc6\xa5\xda\x34\x24\x6f\x35\x66\xe8\x82\xcc\xe6\x78\x3e\xea\xe7\xe3\xea\xcb\x2f\x3f\xea\x47\xc7\x2b\xa9\xe8\xf1\x7c\x54\xd0\x86\xf2\x9a\xd5\x1f\x15\xb4\x21\xba\x6d\xfa\xa8\xa0\x0d\x2d\x5c\x68\xf5\x9e\x00\x2d\xd5\xac\xce\x13\x20\xc2\x05\xe8\xa3\x82\x3e\xe4\x30\xb9\x6a\x7f\xd4\xcf\x86\x36\x35\xf3\x3e\xea\xe7\xf3\xb6\xdc\x87\xd9\xf2\x0f\xf9\x84\xf1\xdb\x11\xed\x78\xf4\xfb\x00\x31\x86\x0f\x7e\x15\xf3\x65\xd3\xa0\x46\x8f\x43\xe9\x51\x57\xd6\xf2\x51\x57\x0f\xf9\x99\x0e\xe9\x47\x5d\x3d\xea\x4a\x93\xec\x51\x57\x1b\x8a\x7e\x96\xe7\x51\x57\x1b\x6a\x77\x3f\x7b\xd4\xd5\x86\x28\x2a\xfe\x51\x57\x8f\x4b\xa7\xb6\xca\xa3\x66\x1e\x96\x4e\x0d\xf1\x47\xcd\x3c\x4e\xa3\xee\xd3\x54\xcd\x03\xa1\xb1\x51\x8f\x43\xe7\x61\x1a\x49\x31\x1f\x87\xce\x83\x4b\xc4\xa5\xe1\x51\x7f\xa6\x9a\x17\xc7\xc9\xd7\xb6\x7f\xa1\xba\xae\xfd\x5f\x9b\xfe\x75\x6d\x70\xb8\x7e\x6d\xfb\x86\x78\xbb\xf6\x6b\xd3\xbf\xcc\x23\xa9\xe2\xd7\xa6\x7f\x5d\x1b\x9c\x6e\x5f\xdb\xfe\x85\xde\x49\x8f\xbe\xb6\x7d\x43\x7d\xd5\xfd\x75\x9c\x7c\xc9\x67\x77\x34\x7d\xd5\xc6\xd7\x25\x50\x75\x7c\x6d\xe7\x86\x56\x5d\x15\xbf\xb6\xd3\xc8\xca\xab\x8e\xaf\x0d\xdd\x50\xba\x63\xe7\xeb\x48\x30\x9a\x52\x5c\xea\xbf\x0e\x85\x2f\xb6\x27\x4e\x55\x1d\xad\xc2\x2e\xd6\x91\x15\x65\x85\x94\xab\x03\x51\x55\xe4\x24\x87\x46\x99\x38\x2b\xc4\x80\xe0\x99\x38\x2b\x44\x41\x6b\x26\xce\x06\x69\xb2\xe5\xe0\x68\x4d\x98\x27\x2b\x34\x92\x9b\xc2\x3c\x59\xc1\xc4\xe2\x30\x4f\x56\x28\xee\x7b\xe6\xc9\x0a\x85\xe3\x4d\x61\x9e\xac\x10\x04\x5c\xc2\x3c\xd9\x78\x73\x5b\x39\x24\x13\xe6\xb6\x0a\x91\xdd\x87\x4d\x45\x93\xb4\x28\x4b\xd9\x24\xfc\x2a\xae\x78\xe6\xb6\x0a\x95\x00\x47\x98\xdb\x2a\xc4\x40\xb3\xe6\xb6\x06\x89\xac\xe5\x20\x4d\x21\xcc\x64\x15\x9a\x4c\xc5\x4c\x56\xa1\xbd\xbf\xac\x36\x89\x43\x2f\x8d\x81\x60\x26\xab\xb0\x1f\xd6\x90\xd9\xa6\xea\xba\x8e\xfe\x65\xd8\x5f\x19\x76\x61\x15\x31\x95\x55\x68\x4d\xcd\xca\xb0\x81\x20\x4d\x29\x4c\x65\x15\x6a\x57\x3f\x12\x6c\x20\x06\x6b\xa0\xb9\xaa\xf1\x95\x4d\x97\x65\x6d\xd5\x46\x85\x2b\x3a\x5a\x64\xd3\x40\x10\x3d\x0a\x33\x53\x83\x9c\xd3\xfd\x4b\x6b\x6b\xd3\xe1\xce\xee\xef\x26\x9d\x0a\x45\x0e\x65\xd2\xa9\x50\x0e\x92\x61\xc2\xac\x53\x21\x86\xaa\x95\x3a\x7f\xa5\xce\xf5\x50\x66\xd3\x9b\x73\x91\xa6\x4b\x9d\xbf\x52\xe7\xea\x78\x91\x3a\x7f\xf5\xdc\x1f\xbe\xd4\xb6\x4b\x9d\x2b\xcc\xc0\xc4\x53\xa1\x35\x96\x21\x13\x4f\x85\x5d\x0c\x7d\xcb\x9d\x81\xa6\x17\xc5\xcc\x53\x61\x17\xf3\xa7\x2a\x84\xd4\xd3\x2c\x8a\x9c\x03\x1b\x62\x2c\xab\xe6\x80\x91\x15\x57\xec\x6a\xd3\x45\x85\x12\xf6\x8b\xac\xd8\xdc\xd0\xa3\x16\x65\xb6\x0a\x0a\x1c\x15\xb5\xc9\x80\xc9\xde\xdc\xc5\x68\x95\x14\x15\x68\xc3\x8e\x8f\xf7\xa5\x9c\x7a\x62\xc3\x35\x7d\x53\x88\x6e\x35\xa4\xa8\x40\xbc\x73\x51\x8a\x0a\x44\x75\x5c\xc9\x50\x81\xfd\x4a\x8b\xd9\x00\xf2\x37\x7b\x58\xcc\x06\x24\x3d\x55\xad\xad\x1c\x15\x28\x0b\x3e\x68\x02\xa7\xb0\x8b\xd1\x4e\x49\x28\x10\xc3\x39\x25\x07\x35\x83\x73\x06\x13\x54\x0e\x0a\x44\x75\xfe\xc8\x41\x81\x18\xec\x48\x66\x70\x0a\xa5\x3b\xa5\x64\xa5\x40\x74\x3b\x45\x56\x0a\x18\xc4\x0a\x33\x38\x85\x18\xae\x68\xb2\x52\x33\x38\xc7\xfc\xed\x68\x77\x98\xe0\x29\xd4\x69\x57\x48\x5a\xcd\xe6\x3c\x2a\x6e\x1d\xd3\x39\x85\xa8\xd8\xf0\xa6\x73\x0a\x41\xe6\x7e\x98\xce\x29\x04\xf9\xbc\x61\x3a\xa7\xb0\x1f\x46\x2d\xe5\xb6\x40\x0c\xb8\xb9\xf9\x9c\xc2\x2e\xa6\x4c\xf5\x71\xfa\x6a\xb9\xb0\x4b\x77\xc9\xde\xdc\xc5\xac\xae\xca\xea\x66\x23\x5a\x35\x95\xd5\x1f\x8b\x59\x37\x55\xd3\x31\x65\xed\x45\x89\x32\xb0\x5c\xeb\xe5\xc9\xe6\x65\x1e\x1c\xf9\x0a\x13\x33\x85\xd7\xdf\x6e\x62\xa6\x10\xc3\x15\x6f\xd8\xf4\xe1\x6c\x70\xc9\x1b\xb6\x7d\xe0\x1e\xb3\xff\xf5\xde\x93\x60\xb9\x8b\x29\x73\x00\x90\x61\x39\x5d\x6b\x8c\x05\x01\x31\x5d\x30\x0c\xab\x98\x61\x79\x68\x65\x9b\x62\x29\xc4\x80\xf9\x98\x62\x29\x34\x03\x7d\xa6\x58\x86\xc9\x93\x87\xf6\xbf\xd9\x93\x42\x0c\x57\x46\x63\x2f\x6f\xf6\xa4\x35\x33\xf4\xf2\x95\xae\xbb\xef\x9b\x3e\x29\xcc\x62\xb7\x4b\xd7\xbf\xd2\x75\x8d\x6a\xf3\x27\x85\x52\x5d\x8e\xa5\xeb\x40\x0c\xdc\x63\xe6\x4f\x0a\xfb\x97\x16\x53\x1d\x1c\xa2\x22\xdd\x3b\x4c\x90\x14\x76\x31\x14\x2e\x5f\x07\x5a\x54\x5b\xa0\x3a\xa6\xdd\x0e\x45\x32\x45\x52\x88\x61\x27\x4b\xd8\xbf\x12\xf6\x0a\x45\x32\x47\x52\x88\xe1\x1e\x23\x61\x27\x1f\x72\x17\xe3\x0d\xd2\x73\x13\x22\xa7\x4b\xaf\xf4\xdc\x84\xc8\xa3\x3a\xe8\xe5\xe7\xc0\xac\x0e\xf0\xa5\x8e\xa0\xec\xe9\x5a\x23\x63\x37\xd7\xf1\x20\xf5\x30\x4c\x76\x14\xca\x3b\xb2\xe4\xe2\x5f\x33\x64\x2a\x24\xc0\x6c\x47\x21\xb8\x7b\x20\xcc\x76\x0c\x52\x1b\x77\x31\x7e\x2a\x19\x07\x9a\x21\x1b\x73\x1b\x83\x3c\xc6\x5d\x8c\xc6\x4b\xbd\x81\xda\xdd\x64\x64\xde\x26\x32\x1e\x15\x53\xce\x44\x46\xa1\xbe\xbb\xa9\xd4\x1b\x88\x70\x84\x4b\xbd\x81\xf2\x5a\x20\x52\x6f\xa0\xbd\x7b\xae\xd4\x1b\xa8\x3a\x29\x4d\x64\x14\x62\xba\x97\xca\xbc\x81\x5d\x0b\x74\x2b\xf5\x36\x93\x71\xba\x49\x4a\xbd\x81\x72\x54\xa2\xc2\x66\x32\x0a\x6d\x3a\x9a\xe5\xde\x40\x59\x50\x2e\x33\x19\xe3\x2b\xa9\x26\xd7\x38\x4c\x3f\x14\x9a\x04\xce\xf4\xc3\xf8\x4a\x8d\x5f\x1b\x4d\x6a\x0c\x14\xdd\x90\xe6\xf9\x85\x49\x7d\x47\xd5\xae\x92\x08\x03\x4b\x7f\x85\x59\x7d\x42\x69\x50\x1c\xb3\xfa\x84\xa2\x0f\xcc\xac\x3e\x21\xa6\x13\x59\x22\xfc\xf5\x98\x7f\x75\xab\x90\xcf\x02\xb5\x39\x86\xe4\xb3\xa6\xdd\x1d\x3a\xde\xcc\xbb\x13\x62\xbe\xc5\x6c\x00\x79\x77\xc5\xe1\xfd\xb1\x01\xa4\x90\xa4\x4b\x8c\xdc\x15\x88\xa9\x39\x23\x77\xfd\x7e\x5c\xd2\x6d\x93\x7c\x13\x68\xe9\xea\x27\xdf\x04\x4a\x77\x8f\x94\x6f\x02\xfb\x97\xf4\xa7\x84\x13\x88\x79\x28\xb2\x01\x1f\xbb\xfd\xfd\xa9\xdd\xfe\xa1\xdb\x35\x36\xa4\xa5\x40\x39\x5c\x28\xe4\x9d\x40\x18\x9f\xf9\xca\x3b\x81\x98\x9a\x1f\xf2\x4e\x60\x76\x9c\x90\x5f\x69\x27\xd0\x96\x4d\x92\x76\x7e\xa5\x9d\xd5\x91\x2c\xed\x04\x62\x12\xb6\xff\x4a\x3b\xbf\x8f\xf3\xdf\xcd\x5a\x92\x09\xc4\xd4\xf4\x7a\x54\x90\xbc\xf3\xad\x9a\xbc\x13\x88\x79\xfc\x0e\x5e\xfd\x95\x96\x02\x35\x5d\xb9\x64\xa5\x40\x4c\x0d\x49\x59\xe9\xf7\x71\xc5\x70\x35\x93\x83\x02\x55\xe7\xce\xf7\x51\x59\x0f\x09\xe5\x6a\xfe\x51\x59\x30\xd5\xe1\xa0\x96\xa8\x02\xfb\x61\xbc\x40\xa6\x0a\xd4\xa6\x81\x20\x51\x05\x76\x31\xc6\xab\x4c\x15\x88\xd7\xb0\x96\xa9\x7e\xbf\xaf\x1a\x78\xa9\x84\x13\x88\xa9\xf1\xfa\xb5\x9d\x5f\x06\x4a\x73\x96\x7f\x6d\xe8\x86\xe5\x82\x24\x2b\xfd\x7e\x1d\x00\x2e\xc7\xf2\x4d\x20\xe6\x5b\x35\x1b\x05\xdd\x3c\xda\x56\x51\x9a\xc4\x23\x98\x12\x9f\x07\x74\x33\xdf\x5c\xce\xf6\xca\xba\x32\x16\xf2\x5d\xb5\x34\x99\x33\x0f\x29\x68\xdb\x03\x2a\x0f\x28\xa8\x30\x30\x85\xf2\x80\x82\x0a\xbb\x58\x22\xbb\x94\x5d\x3f\x7f\x8c\xd5\x2d\x76\x2b\x62\x58\x57\x5f\xf0\x51\x44\xab\xd2\x1f\x3e\x8a\x1e\x1f\xd6\x91\x7d\x95\x39\xae\xd7\x16\x15\x1b\xe5\xd5\x18\x64\x8c\x27\xf9\xa4\x2f\xcc\xf6\x16\xab\x8a\x3c\xe7\xce\x3b\x89\x18\x0b\xfb\x97\x54\x8d\x90\xb1\x50\x5b\x53\x94\x8a\x86\xc5\x7c\xda\x54\xb6\x17\x77\xce\x37\x25\xb7\x67\xbc\x50\x56\x57\xa4\x3a\x0c\x06\x4f\x94\x56\xd4\x06\xc1\xe0\x83\x51\x94\x5e\xb6\x21\xc4\xac\x16\x53\x1d\xc5\xb6\xbf\x32\xdb\x5e\x4c\x37\x45\x54\x6d\x7b\xb5\xed\x15\xb5\x55\xdb\x0e\x81\xc5\x24\xcb\xa3\xda\x76\xce\x58\x1e\xf0\xdc\xf4\x3e\x0f\x21\xe6\xfb\x4b\xfb\x1d\x66\xda\xb6\x19\x98\x47\xb5\xdf\xab\x6d\xaf\xb4\xbd\xda\x76\x62\xbf\xf3\x7d\x98\x6d\xdf\x10\xd3\x6e\xaf\xb6\xbd\x92\xac\x32\xad\x86\x6d\xdf\x30\x59\x41\xf3\xa8\x36\xbd\xba\xc0\xa1\xee\x6a\xd3\x09\xfd\x92\x2c\x9d\x47\x75\x24\x54\x87\xb7\x15\x53\x19\xf2\xc1\xb7\xb2\xcd\x57\x6e\x08\x4e\xed\xa6\x37\x8b\x08\xe5\x68\xa1\xcc\x77\x36\x4f\xd6\x51\xb3\xe6\x3b\x9b\x73\x2a\x94\xf9\xd2\x46\xbc\xc7\x71\xdb\x7c\xa9\x1c\xb1\x05\x5d\x10\x0e\xa2\x60\xba\x57\x8a\x85\x63\xc8\x90\x68\x0b\x46\x64\xa8\xc8\xd0\xe5\x44\xdb\x43\x3d\x72\x5a\x70\xda\x82\x50\x8f\x1b\x66\x2e\x54\x1b\x36\x2a\x6c\x41\x5a\xcc\x16\x84\x5a\xb3\x98\x2d\x08\x5b\x90\xb4\x20\x6c\x41\xa0\x36\xf5\x11\x6f\x0b\xbe\x9c\x0d\xa3\xb6\xe9\x18\x92\x10\x92\x4d\x97\xa4\xf9\xbd\x10\xd3\x5e\x4f\x07\x47\xaa\xf0\xf4\xa7\xd6\x0d\x5e\xc7\xc5\x3d\x79\xa4\x0a\x37\xdc\xd8\x3a\xf5\x48\xab\xbb\xa1\x75\x35\x99\x56\xb7\xfb\xd2\xce\x4b\xbb\x2f\xed\x58\x5a\xfe\xb2\xfb\x52\x99\x4f\x1b\xbc\xa1\xfb\xb4\x4e\xe3\xed\xbe\xee\xd3\x86\x13\x79\xa0\xf0\x61\x27\x6c\x18\xf8\x54\xf2\x18\xbe\x60\xc3\x9c\x4e\xa0\xe1\x0b\xc8\x35\x5a\x0e\x8f\x61\x4f\x6d\x68\xf8\x67\xf2\x18\xf6\x94\xfc\xa5\x39\x72\x87\x0d\x95\xbf\xbc\x0f\xb3\x66\x92\x95\x36\xad\x86\x7d\x30\x1c\xba\x8a\xec\x03\xce\x83\x55\xe7\xcf\xb4\x0f\xb8\xce\x21\x1c\x57\xd3\x69\x3c\xd5\xd0\xa4\x0f\xa6\x0d\x80\x99\x8c\x42\xd3\xa7\x0d\x90\x85\xb4\xe5\x4f\xad\x2e\x17\x37\x64\x63\x36\x4e\x07\x96\x5c\x82\x34\xf7\x3c\xa6\x5a\x9b\x5a\x4c\x54\x6d\x5a\x5b\xcd\x7a\xce\xd0\xe5\xb1\x7c\x03\x66\xfd\x3a\x7e\x9b\x5d\xe7\xb1\xd4\xa0\x81\xba\x70\xeb\x59\xd6\x69\xc3\x0c\x47\xcf\xb2\x4e\x1e\x84\x72\xce\x2d\x07\x94\x59\xdd\xe1\x6e\x74\xba\x78\x9d\xd8\x92\xee\x0c\xa7\x73\xee\xd4\x0f\x4e\xaf\x9d\x76\xb7\xa6\x7b\x38\x27\x4e\xd5\x75\x32\x8a\x5d\xf2\x4f\x1b\x73\x76\x8b\x51\xb5\xd3\xea\x9e\xdc\x54\xa0\xba\x4e\x6b\x7b\x7a\xab\x8d\xa5\xac\xed\xc9\x12\xd7\x7c\xfe\x5b\xdb\xcb\x87\x59\x5b\xc7\xc0\x86\xd2\xdc\x14\x4f\xf5\xbc\x61\x0e\x27\xf0\xa9\x9e\x0d\x88\x85\x2b\xda\x65\x3b\x37\xac\x81\x36\x2e\x9b\xb9\x61\xbc\x0b\xc4\x65\x33\x39\x38\xb4\xd4\xec\x65\x2b\x2f\x46\xb5\x83\xe2\xb2\x95\x97\xad\x74\xb5\xb9\x6c\xe5\x86\x19\xce\xa4\xcb\x56\x1a\x35\x0b\xf7\x80\xcb\x36\x5d\x18\x56\xcd\x17\x38\xd2\x2f\x4e\xbf\x17\xab\x61\x2b\xaf\x8f\xbf\xb4\xd8\xdb\xa6\x67\xbf\xe0\x7d\xa7\x23\xfd\x7e\x9b\xc9\x70\xba\x6d\x26\x07\x7e\x96\xfd\x74\xdb\x4e\xf3\xf6\xc3\x29\x7d\xdb\xaa\x0d\xb3\xb8\x0b\xdc\xb6\xca\x58\xd7\xbb\x85\xdf\xf6\xca\x86\xb9\xd4\xe3\x6d\x0b\xcc\xf8\x0f\x9b\x70\xbf\x15\xe1\x04\x9c\xbf\xfc\x38\xe5\x0c\x59\x85\xc3\xef\xe3\x9c\xe3\xb8\x4d\xb8\x8d\x7d\xac\xee\xc7\xba\x39\x35\x3f\xd6\x6d\xc3\x6c\xae\x10\x1f\xeb\xf6\xc1\xf6\xd5\x6c\xf8\xa8\x70\xcd\x7e\xae\x31\xc9\xe3\x63\xdd\x3e\x1c\x5b\x1b\xd6\x43\xed\x6a\xcf\x47\xa0\xa3\x8f\xaa\xdc\x30\x09\xd4\xe7\xf1\xb1\x05\x8f\xf5\x70\x7d\x7f\xac\xc7\x83\x8e\x9c\x2c\x8f\xf5\xd0\x06\xb7\x51\x8f\xf5\x78\xb8\x58\xe2\xa0\x01\x8f\x1d\xbf\x61\x2e\xdb\xf9\xa8\xc8\xc7\xb1\xec\x04\x7d\xec\xe5\x87\x95\xd6\xc5\xf1\x71\x2c\x3f\x06\xc5\xd0\xf7\x63\x65\x31\xa8\xa7\x0a\x7a\xac\xac\x66\x71\x68\x0b\x7d\xed\xe4\x2f\x07\x63\x9c\x3f\x5f\x07\xb3\x01\x1c\x8e\x5d\xe5\xf1\xb5\x4d\x5f\x36\x81\xc1\x0b\xbe\xb6\xe9\x6b\xbf\x77\x7f\x6a\x75\x37\xcc\xe3\xfd\xa5\xba\x35\x82\xc3\x15\x2c\xe9\xc9\x18\xa1\x1d\x5a\xb2\x5f\x1b\xa5\x5d\x1c\xbc\xc1\x04\x75\x61\x8e\xaa\xa8\x28\x72\xe8\xd2\x55\x85\x38\x8c\x30\xb9\x4b\x2d\xbd\x93\x4c\xd8\xc5\x12\x59\x28\xe3\x70\x1f\xa6\x9b\x27\x69\x84\x5d\xac\x23\xeb\xca\x1c\x32\x0b\xd1\x50\xc4\x4a\x14\xbe\x73\x2a\xda\x5d\x55\xba\xa2\xa5\x88\xb6\x4f\x6b\x7b\x2a\xb2\xed\x6c\x80\x45\xbb\x1b\x88\x19\xd6\xec\x56\xf4\xb6\x7d\x77\x72\xd1\x7c\x06\xe6\x2a\x8a\x6c\x7b\xb1\xed\xd8\x6e\x45\xf3\x19\x68\xd5\x7a\x68\x3e\x17\xcd\xe7\xc0\xbc\x2d\x9a\xcf\xc0\xe4\x96\xb8\x2c\x9a\xcf\xc0\xe4\x9a\xba\xf4\x46\xb6\x2c\x5a\xd4\x31\x7d\x9a\x0d\xdd\xb0\x66\xd2\x02\x2d\xea\xa2\x11\x1c\x4c\xb4\xa2\x11\x0c\x0c\x3c\x5b\x59\x34\x82\x8b\x46\x30\xe9\xe2\xe9\x0d\x6f\x42\x4d\x06\x7d\xd1\x08\x2e\x46\x54\x70\xdb\xa4\xe7\x99\x84\xc9\x61\xf0\xf4\xfe\xc4\x2c\x06\x41\x92\xcd\xa5\x34\x7f\xda\x38\x73\xc7\x6a\x57\x9a\x8d\xe7\xe6\xb1\x83\x7c\xcd\x2c\xcd\xee\xdb\x30\xb9\x8e\x2e\x4b\xb3\x55\x9a\xa9\xa9\x42\x34\x53\x81\xb9\xa0\x13\xa5\xbd\x2f\xbd\x10\xf9\x02\xfb\x6a\xc3\xe4\xfc\x4b\x16\xad\xd4\xe2\x19\xb4\x7c\x5f\xa0\x3e\xda\xf7\xd7\x0b\x74\xb2\x84\xfa\x08\x53\x68\x7f\x3b\xbb\x2c\x4b\xa8\xad\x30\x71\x87\xa1\x12\x36\x59\x53\x37\x59\xa7\x8b\xa6\x2e\x10\x0d\x93\xa7\x68\xea\x02\x71\xa8\xac\xb0\xbf\x89\x90\xe0\xed\xc8\x12\xf6\x77\xe0\x30\x1b\x56\x52\x5d\xc5\xf0\xf9\x34\x59\x83\x18\x68\xd3\x0e\xd2\x20\x06\x0a\x87\x16\xb3\x68\x10\x17\x73\x04\xd3\x11\x1b\xea\x8f\xd3\x10\xed\xd5\x82\xfa\x33\x02\x93\xaa\x59\x23\x19\xa8\x04\xb3\xb2\x68\x23\x17\xaf\xc6\x48\xe7\x7e\xaa\x0e\xf2\xff\xd2\x51\x91\xaa\x63\xc3\xe0\x1a\xc9\x2c\xa9\x36\xb2\xf9\x4b\x8b\xa9\x0e\xf2\xff\xf0\x24\x64\xd1\x94\x2e\x9a\xd2\x2c\x5e\x45\x53\x1a\x88\x89\x3d\x5c\x52\x75\x68\x5d\x73\x04\x25\x8b\xd6\x35\x50\xb8\xe2\x2b\x8b\xd6\x75\xd1\xba\x4e\x47\xa2\xd6\x35\x50\x7e\xfd\xa5\xed\xec\x8e\x61\x7f\xda\x6d\x41\x27\x0b\x3e\x69\x41\xb7\x05\x1a\xe1\x69\x87\x6a\x84\x03\xde\xbe\x94\x45\x23\xbc\x74\xbb\x0a\x03\xa9\x74\xbb\xaa\x73\x95\xd3\x41\xab\xba\x5d\xb5\x61\xd6\xea\x0b\x6c\x41\xb7\xab\xd8\x8a\xbd\x7b\x54\x58\x2e\x2d\x1a\xf4\x40\xc1\x43\x9e\xa5\xbf\x0d\xd8\x1d\xc5\x0d\x2c\x59\xba\x1d\xd5\xf5\xe5\xd1\xcc\xee\xd8\x37\x0d\x30\xd9\x75\xbd\xb4\x51\xf0\x7e\xad\x2c\xc3\xee\x1c\x5e\x1e\x47\x2b\x87\xca\x30\xe2\x91\x2e\xbe\x43\x6d\x40\x22\xdc\xed\x8a\x1c\x02\x68\x1c\x21\xcd\x22\x87\x00\x8a\x76\x49\x91\x43\x00\xed\x70\x0b\x90\x43\x00\x55\xc7\x42\x91\x43\x00\xe5\x5d\xa1\x87\x1a\xdb\x10\xdd\x15\x7a\xa8\x31\x99\x46\x86\xaf\x54\x63\x30\x8d\xa2\x62\x65\x1a\x40\x2d\xea\x75\xa8\xb2\x41\x64\xe0\x7d\x98\x2a\x1b\xea\xc7\x26\xc9\x34\x00\x8f\xdb\x64\x91\x69\x00\x31\xd9\xf9\xcb\x54\x3f\xb3\xfe\x7a\xbd\x56\x96\xa9\x7a\xe4\x23\x5c\x80\x95\x45\x3e\x02\xd4\x69\x9b\xe4\x23\x45\x3e\x92\xd6\x43\x3e\x02\x94\xf1\xfe\xd2\xa6\x4f\x0e\x1b\x38\x68\xa7\x4d\x9f\x8e\xed\xf0\x69\xb6\x13\xda\x52\x9c\xd7\xb2\x16\x20\x9a\xbb\x9f\xac\xc5\x5b\x39\x0f\xae\x6b\x4d\xef\xe5\x14\xea\xb0\xe9\xcb\x16\x2c\x5b\xe0\xbc\x5e\xb6\x80\x34\xc3\x61\x0f\xcb\x77\x00\xef\x11\xcb\x22\xa1\x01\x5a\x55\x43\xf2\x19\x60\x3f\x8c\x76\x4a\x68\x80\xb6\x3a\x0d\x90\xd0\x14\xa3\x1d\x99\xe8\x7b\xd9\x9f\x1c\xd9\xd1\x3b\x50\x96\xed\x5c\x5c\x5e\x83\x53\xa8\x2c\xdb\x69\x64\x23\xdd\x10\x4f\x3b\xcf\x8b\x11\x55\xe4\x69\xe7\xc9\x98\xb2\xd3\x02\x19\x13\x10\x04\x40\xb2\xc8\x98\x8a\x79\x86\x89\x45\x56\xa4\x4c\x40\x90\xae\x90\x45\xc6\x54\x64\x4c\x6e\xb8\x32\xa6\x62\x6e\x60\x76\x8b\xd9\x82\xf3\xfa\xf5\x5e\xb5\x2c\xf2\x1e\xa0\x10\x64\xcf\x22\xef\x29\xa7\xdb\x95\xfa\x38\x9d\xb2\x44\x23\xba\x3b\xc1\x65\xa3\xb8\x57\xa1\xd8\xf6\xcb\x46\x5d\x8c\x48\xfb\x58\x76\x04\x94\x6a\x47\x49\x8f\x80\xaa\x6b\xa7\x48\x8f\x8a\x91\x0d\x32\x4d\xb2\xc8\x8f\x80\x1a\xae\x5e\xf2\x23\x20\xb8\x7a\x24\x8b\xf4\xc8\x53\xcc\xa9\x6d\x27\x3d\x2a\x97\x2d\x77\x2d\x94\x0b\x01\x25\xdf\xca\xda\xf2\x0b\x2b\xd9\x15\xed\xb2\xe5\x97\x57\xd1\xf9\x30\xc7\xe8\x65\x77\x0e\xfa\xee\xb6\xe5\x37\xe7\x36\xe7\x6f\xdf\x28\x9a\xe5\x56\x31\xb7\xdd\xe8\x5a\x73\xdb\xe6\x0d\xed\x70\xc5\x93\x3c\x01\xbb\x18\x03\x56\xf6\x04\x44\x77\xad\xbf\x6d\xf3\x8d\xb9\xa9\xfd\x76\xdb\x66\x39\x56\xda\xb5\x72\x2c\xa0\xbe\x03\x40\x8e\x05\x94\x23\xed\xa1\x5b\xd5\x70\x6d\x66\xb8\xb9\xde\xaa\xe6\xbe\x3d\xbc\x89\x48\xd5\x6c\x18\x9c\x1f\x4a\xef\x9e\x16\xf6\xc3\xfc\xa5\xe3\x84\xa3\xbe\x6f\x0f\x49\xd8\x8a\x84\x2d\x55\xb4\x84\x0d\x28\xcd\x9d\x54\xc2\xc6\xed\xd2\xbb\x18\xad\x92\x63\x01\x35\x35\x1a\x3f\x56\xcd\x8c\xbf\xd7\x70\xfa\x58\x37\xce\x72\xbe\xc6\xab\x4c\xac\x7c\xec\x36\x6d\x92\xc7\x8a\x3c\xc7\xaf\x57\x08\x66\x79\xac\xc7\xc3\x6d\x47\x8e\xfe\xc7\x7a\x3c\x76\xd5\x52\x66\x57\x3d\xde\x9d\xce\xf4\x92\xc3\x95\xc7\xea\xc2\xf5\xca\x63\x75\xc9\xaf\x9b\xda\xda\x52\xb1\x62\x70\xa3\xbb\x89\xc9\xc5\x80\x76\xb8\x09\xc8\xc5\x80\x5d\xcc\x9f\xaa\xca\x87\xd3\xda\x76\xdf\xd7\x16\x7c\x69\x81\xb6\xdd\xd7\x16\x6c\x98\xc5\xb5\xf1\x6b\x0b\x64\x71\x1c\x59\xcd\x22\x8b\x03\x4a\x68\x8f\xc9\xe2\x8a\x2c\xae\x6b\x0b\xc8\xe2\x00\xaf\x54\xcc\x22\x8b\x03\x82\x73\xfd\x59\xbe\x8e\x3f\xc3\x22\xa4\x03\x65\xf9\x3a\x00\xbf\x38\xd6\x9d\xe7\x72\x3d\xe0\x5d\x55\xa5\x7a\x40\x69\xef\xef\xd4\xd9\x06\xef\x1b\xcd\x22\xd3\x03\x52\x5f\x67\xf9\xaa\x32\x62\x27\xa4\x7e\x66\xf9\xaa\xb2\xef\xab\x32\x8b\xa9\xb2\x2f\x57\x82\xd1\xc3\x9e\x43\x16\xbc\x11\x32\xab\x14\x11\x28\xd2\x8e\x2a\x43\xac\x5e\xaa\x19\x13\x51\x53\xc4\xe9\x02\xd6\xec\x2a\x41\xac\xb2\x41\xe7\x45\x95\x0d\x02\xa5\xa7\xcf\x1f\x8a\x06\xa1\x4a\x4b\x4d\x45\xe4\x6c\xbe\xa2\xa5\x08\xcb\xd1\x50\x44\x95\x0e\x02\xb5\x31\x80\xaa\x6c\xb0\x9a\x09\xd8\x8b\xb5\xfd\x28\xfb\x6c\x05\x1d\x56\xed\x51\x44\x6e\x05\xbe\x2a\x2f\xa6\xce\x6a\x7c\x85\x0b\xfe\xd2\xab\xa9\x85\xb6\x54\x90\x04\x11\x28\x5c\x64\x9b\x55\x82\xc8\x75\xd5\xfb\x97\x1d\x99\xed\xdc\xd0\x13\x36\x58\x8b\xed\xe4\xea\x80\x64\xbb\xaa\x92\x41\xa0\x72\x88\x37\xab\x64\x10\x08\x72\x5f\xd3\xbb\xaf\x85\x32\xc2\x8a\xd9\x4c\xcf\xda\x35\x4b\xdd\x8a\xde\x96\xa3\x34\xc3\x2b\xde\x91\xdd\x0e\x2b\x66\xcb\xf9\x32\xc2\xd1\x21\x02\x5e\x63\x21\x34\x03\x3f\x55\x62\x59\xcd\xfb\x7b\xab\x56\xed\x4f\x4e\xd6\x19\xf9\xf1\xa2\xec\xac\xc6\x4d\x3a\xae\xb5\x6a\xdc\x04\xa8\x6b\xf8\x02\x1b\xc5\x29\xe9\xc4\x2f\xe5\x65\xd9\xc2\xfe\x25\x63\x48\x4e\xea\x75\xd9\x1c\x3d\xc9\x6a\xe0\x04\xd8\xc5\xac\x9b\xad\x22\x72\x32\x1c\x43\x46\x4e\xbc\x56\xdb\x10\x40\x35\x72\x52\x3d\x47\xd7\x71\x2b\xd6\x66\x43\x9b\xa3\x9b\x77\x36\x1b\xda\x9c\xfd\xfe\x54\xd2\x0b\x04\xb7\xdd\xa4\xb7\x74\xa7\x77\x72\x1f\xee\x2b\xde\xca\x2d\x84\xe6\x98\xd7\x72\x0b\x2d\x86\x22\xd5\x41\x92\x5f\x75\x24\x34\xd5\xb1\xa1\x39\xaf\xab\x64\x19\x28\x2d\xfd\xa1\xda\x68\x92\x3d\xdf\xa8\x36\x3c\x1f\xd7\xed\x77\xd9\xb2\xf7\x7e\x73\x9a\x20\xab\x21\x9d\x2a\x81\xe6\xa6\xa7\xac\x12\xe8\x0a\x5b\xd6\x05\x50\xa5\xc3\x40\xd1\x4b\x57\xa5\xc3\x00\xa7\xc0\x7f\x73\xab\xae\x92\x65\xa0\x69\xdc\x57\xc9\x32\xe0\x19\xe1\xac\x92\xe5\x6a\xa8\xa8\xb3\x88\x57\xa9\x31\x30\xe5\x2b\xde\x58\x9e\x35\x9c\xe4\xf0\x95\x2a\x0f\x06\xda\x82\x29\x54\x69\x30\xb0\xa6\xca\x92\x06\x03\x31\xd2\x6a\xa8\x18\xf2\x10\x39\x0e\x9d\x55\x16\x5c\xc3\x31\x81\x2d\x55\x8d\x0b\x01\xc5\x00\x47\x95\x18\x03\x55\x67\x94\xf7\xa4\x67\x95\x05\x77\xd7\x37\x59\x30\xd0\xde\x21\x21\x0b\xae\x9e\x82\x7b\xd5\x21\x0d\x06\xda\xe1\x30\x91\x06\xd7\x74\xf0\xe3\x33\xad\x72\x5e\x60\x2c\x1b\x25\xe5\xad\x9e\x5f\xc3\x1e\xaf\x52\x5e\xa0\x1c\xdd\x95\x2b\x6d\x95\xa9\x82\xe9\xc3\xec\xed\xee\x62\xe6\x1c\xe9\xb6\xaa\x93\x05\x85\xa1\x5d\x25\xcb\x55\x66\xdc\x1d\x15\x32\x63\xef\x6e\x3f\x6c\x95\xcc\xb8\x9a\xe6\xd7\x7d\x43\xb7\x09\x1d\xea\x57\x15\xd9\x7b\xa6\xf9\xf5\xf7\x0d\x0e\xf5\xce\x50\x9f\x16\xb3\x43\x37\xd4\xf2\x56\xcd\xb6\xf7\xb7\x55\xb4\x54\x22\x0c\x8c\xe5\x54\xea\x6f\xab\x4c\x60\xa0\x94\x3c\xb8\x42\x7a\x8f\xee\xa2\x24\xeb\x05\xca\x70\x46\x48\x7a\xab\x91\xb3\x4e\x1c\xae\xca\x7a\x81\xb9\x5c\x1c\x65\xbd\xc0\x78\xc7\x82\xac\xb7\x0e\xa7\x9c\x83\x41\x0e\x0a\xc4\x60\x13\xae\x72\x50\xa0\x1c\x7c\xb0\x25\xab\x01\x30\xa0\x56\xe7\x81\xb4\x14\xd8\xc5\x58\x5a\xe4\xa5\x40\x8c\xae\xc8\x16\xbc\xbc\x94\x87\xc9\x4b\x81\x79\x60\x7a\xd5\x69\x03\xa6\xdd\x82\xad\x5d\xa7\xdd\xb2\x61\x16\x87\xa9\xb4\x14\x68\x87\x3b\x8a\xb4\x14\x98\xd5\xe1\x27\x2d\x05\x06\x17\x6c\x66\x9d\xf6\x8a\x4c\x55\x3b\xae\xca\x54\x81\xb9\xde\x87\xa9\x8d\x0d\x93\xf3\x93\x59\x65\xaa\xd5\xdb\x8d\x48\x7b\xcd\xba\x6c\x3a\x77\x17\x0e\x7b\x60\xd9\xf2\x0d\xf3\x70\xf4\xc9\x67\x81\xfd\x4b\x9e\x26\xa1\xad\x9e\xa4\xb3\x07\x96\x4d\x97\x6f\xf2\xb5\x97\xac\xf2\x4d\xc0\x9b\xab\xb3\xca\x37\xab\xd9\x75\xdd\xdd\x5a\xc2\x09\xb4\xaa\x1d\xb1\xac\xee\x7a\x0f\x47\x21\xb2\xef\xa0\xa5\xba\xd0\xaa\xac\x14\xf0\x3a\x84\xac\xb2\x52\xa0\x19\x26\xa8\x92\x52\x20\x5f\x6d\x4b\x4a\x81\x9a\xd3\x1f\x5a\xff\xd3\x7d\xf3\x95\xd9\x4f\x04\xe3\xf2\x7d\xbe\xfd\x44\x30\xae\x1f\xd6\xc2\x7e\xe2\x46\xc0\xe5\x86\x2b\x4d\x05\x6a\x7d\x7f\x68\xc3\x4f\x4d\x1e\x7a\xce\x58\x5c\xbd\x1c\x7a\xda\x71\x12\x50\xa0\xa6\x7b\x9f\x04\xb4\x7a\xb1\x9f\x73\x58\x02\x0a\x78\xf7\x7a\x56\x09\x68\x35\x30\xc6\x81\xca\xac\xd7\xfb\x82\x87\x77\x5a\x4c\x2d\x5e\xe4\xab\xe2\x45\xaa\x92\x41\xa0\x1c\x43\x05\x49\xf7\x80\x59\x5c\x4b\x0c\x9f\x01\xbb\x98\x32\xeb\x01\x2b\xd4\x1b\x54\x25\x85\xf5\xf6\x86\x71\xb7\x52\xe9\x1e\x10\xd5\x81\x26\xdd\xab\xd2\xbd\xe1\x26\x2c\xdd\x03\xea\x50\x1d\xd2\xbd\x2a\xdd\x1b\x8e\x0d\xe9\x1e\x10\x87\xb6\x80\x74\xaf\xf2\x51\x84\xc3\xf8\x74\x95\xb5\x01\x79\xf8\x02\x49\x1b\xb0\x8b\xd1\x04\x59\x1b\x50\x63\x29\xb2\x55\x46\xde\x86\xfb\x94\x91\x37\x60\xe8\xd9\xa8\x46\xde\x80\x3c\xac\x9a\x91\x37\x60\xff\xf2\x77\x84\xac\xeb\x47\x45\x6c\xa8\x9c\x69\x4b\xbf\x1c\x24\xcc\xfe\xbe\x5e\x3d\xc8\x2d\x0d\x14\x55\xb9\x25\x30\xf9\x50\x52\x56\xb9\x65\x95\x5b\x0e\xbb\x57\x6e\x09\xcc\x70\xc2\xc9\x2d\x81\x59\x1c\x2a\x46\xf9\x80\x3a\x71\x0d\x55\xd9\x66\x7d\xd4\x96\x06\xa7\xdc\x12\x98\x01\x9f\xad\x8f\xda\x92\x6e\x0e\x3c\x6a\x55\xba\x09\xb4\xe2\xce\x29\xdd\x7c\xbf\xff\x31\x9c\x26\xb2\x41\x20\x0f\x7b\x4d\x36\x08\xcc\x65\xd5\x64\x83\x55\x9a\x37\xb4\x9d\xa4\x79\xc0\xac\xf2\x18\x69\x5e\x95\xd3\x0d\x2d\x15\x39\x1d\x30\x0d\xc8\x56\x39\x1d\xe0\xd5\xf9\x59\x25\x75\x40\x6b\x5a\xf3\x92\xba\x6a\xaa\x9b\x5e\xbc\x2a\x5f\x03\xca\x74\x9a\x48\xd7\x80\x66\x24\xcd\x2b\xa2\x84\x30\xbd\xa4\x49\xd7\xda\x61\x03\x78\x41\x33\x2e\xd7\xde\xec\xb7\x82\xa8\x2b\xe2\x93\x32\xb8\x3e\x9b\x44\x0c\xd8\xbf\x9c\xc8\xa6\xb2\x09\x9d\xf5\x61\x4b\x91\xdd\x1e\xd6\xe3\xa3\x0c\x4f\x50\xf7\x05\x8f\x22\x16\x55\x2d\xce\x26\xc7\x02\x92\x93\x9d\xd9\x8c\xcb\x01\x31\x6d\x81\xac\xab\xf9\x75\x27\x2e\xbc\xc9\x66\x74\xad\x79\x9f\x09\xf3\xab\x49\xb1\x80\xc2\xdd\x8f\xd9\xa4\x58\xcd\x80\x5b\x5a\xca\x06\x14\xa7\x7e\x5a\xcc\x16\x90\xc2\xc6\xdd\xae\xd9\xe4\x58\x80\x5f\x2f\xc8\x26\xc7\x6a\x12\xaa\xc1\xb8\x6a\x12\x2a\x20\xc8\xee\xcd\x26\xa1\x6a\x12\x2a\x37\xeb\x26\xa1\x02\x2a\x1f\x72\xc9\x26\xa1\x02\xfc\x90\x49\x36\x23\x75\xc0\xfe\x25\x6d\xe7\xbc\x95\xd0\xe6\xfb\xcb\x50\x94\x16\x43\x1d\xa6\xb0\x01\x61\x4e\x49\x33\x85\xad\x19\xf7\x1b\xcc\xed\x26\xc9\x02\x4a\xb7\x55\x72\xac\x26\xa1\xd2\x3a\x6a\x12\x2a\x60\x2e\xbb\x45\x42\x05\x84\xbe\xec\x26\xa1\x02\xe6\x01\x9f\x6a\xf2\x29\xa0\x1c\x1c\xae\xcc\x26\xa1\x02\xe6\xc2\x01\xd2\x8c\x2b\x72\x4f\xd9\x2e\xa6\xcc\x3e\x80\x03\x39\x1b\x9b\x1c\x08\x68\x5c\x80\x99\x4d\x0e\x04\x84\x96\x78\x93\x03\x35\x73\xd8\x38\xfb\x98\x4d\xc2\x03\xc4\x3b\xe4\xe5\x3b\x40\xd5\x01\xd7\x0c\x18\x02\x53\xdf\x46\x93\x02\x01\x7e\x8d\x22\x9b\x14\xa8\x19\x11\x34\xa3\xaa\x49\x72\x80\x66\x06\x42\x93\xe4\x34\xaf\x0d\xe1\x64\x62\x36\x59\x0e\x10\x86\xc5\x9a\x21\xc1\x26\xf1\xe1\xe4\x5a\x36\x89\x0f\xd0\xda\xfb\x4b\x47\xa9\x21\x41\x75\x6b\x48\x10\xa8\xda\xe1\x4d\x2a\xd4\xe2\x3d\xbf\x8e\x48\x05\x99\x0f\xc7\x39\xa1\x6c\xb2\x9c\xe6\x85\x20\xef\x2b\xd5\x06\xf9\x70\x8b\x75\xa8\xc9\x7b\xda\x7b\x59\xbe\x1a\x92\xf8\x34\x6f\x04\x71\x66\x4b\x7c\x80\xd0\xc6\x6c\x46\x04\x81\x90\x5d\x36\xa9\x10\x30\x25\x08\x4d\x2a\x04\x94\xb0\xb2\x32\x21\xa0\x72\x35\x7e\x36\x99\x10\x50\x0d\x1b\xb6\x54\x17\xc6\x08\x87\x13\xdb\x18\x21\x50\xca\xfb\x4a\x5b\x6e\x8c\xd0\x98\x46\x93\x30\x01\x7e\x49\x24\x9b\x84\xa9\x49\x98\xb4\xe4\x9a\x84\x09\x28\xc5\x21\x2a\x61\x02\x92\x2b\xe0\xb2\x75\x15\xb4\x21\x8c\x34\x35\x29\x14\xe0\x45\xa8\xd9\xa4\x50\x80\x77\x5d\x66\x33\xde\x08\x04\xf7\x50\x65\xeb\xea\xa7\x73\x7c\x39\xe6\x6f\xef\xd4\x4d\x1a\xd6\xa4\x61\xda\x27\x4d\x1e\x06\xc4\xc0\x6c\x6f\xd2\x30\xa0\x91\x39\x9f\x4d\x1a\xd6\xa4\x61\x9c\x4c\xca\x26\x0d\x03\xfc\x9e\x4a\x36\x69\x58\x33\x68\xc9\x69\x94\x6c\xf2\x30\xa0\xbd\xba\x32\x6a\xd9\xfa\xab\x3f\xd5\xa0\xfe\x88\x51\x0e\xbb\x56\x6a\x06\x54\xb7\xc3\x26\x35\x03\xa2\x3a\xa6\x0d\x51\x02\x4d\xaa\xd3\x24\x6b\xcd\x10\xe5\x70\x0a\xca\xd6\x00\xef\x2e\xcc\x26\x59\x03\x5a\x75\xe8\x48\xd6\x80\x2a\x05\x68\x92\x35\x60\x3f\x8c\xa1\x63\x8c\xb2\x19\xa3\x6c\xbe\x53\x0d\x6d\x68\xcb\x25\xd0\x18\x25\xb0\x7f\xa9\x4c\x0d\x71\x5f\xfe\xb2\x1f\x8d\x51\x36\x69\xde\x74\x8a\x4b\xf3\x80\x56\x7c\x9a\x34\xaf\x79\x61\xca\x74\xdb\x94\xd3\x35\x6f\xb9\x77\x03\x90\xd3\x01\xbb\x18\xdd\x22\xa9\x03\x8a\x5e\xc2\x66\xf8\x11\x68\x72\xd7\x66\xf8\xb1\x79\xad\x8a\x8b\x83\xcc\xaf\x11\x7d\x3c\x38\x2b\x90\x4d\x9e\x07\xd4\xb4\x0b\xe4\x79\xcd\x43\x59\x1c\xc9\xc8\x26\xd1\x03\xe2\x70\x12\xca\xf3\x80\x28\x6f\xcd\x9c\x49\x44\x24\xc7\xfb\x4e\x07\x82\xa1\xc6\xe9\xb6\x6c\xa8\x11\x28\xef\x2a\x6e\xa8\xb1\x99\x28\xc9\x59\x81\x6c\x06\x16\x81\x6a\xc2\x48\x33\xae\x08\xcc\xe9\x48\x30\xae\x08\x94\x77\xdd\x92\xe6\x35\x39\x9d\xb9\xf1\x4d\x4e\x07\xc4\xc0\xbf\xd8\xd6\x5b\x35\x7b\x0a\xe3\xb4\x49\xea\x80\x68\xae\x22\x92\x3a\x60\x0c\x07\x91\xa4\xee\xbd\x72\x97\x53\x06\xd9\x64\x75\x40\x33\x7b\xc8\x8f\x69\x0a\x31\x70\xc5\x35\x59\x5d\x33\x39\xd3\x0c\xf7\x66\xa8\x11\x88\xf1\xbe\x53\x75\x9c\x7c\x64\xc5\xf5\xcd\xdc\xcc\x26\x1f\xf4\xa8\x40\x93\x0f\x36\x93\x33\xed\x28\xf9\x60\xf3\xb3\x5f\x4e\x59\xf9\x20\x17\x7d\xee\x5f\x5a\x0f\xd5\x41\x26\x66\x57\x91\xb2\x3f\x20\xb8\xa5\x2b\x9b\x31\xca\x76\xbd\xed\xa4\x1e\xb2\x3f\x60\x56\x37\x3a\xd9\x1f\x50\x0e\x7d\xab\x4d\xfa\x07\xcc\xe9\x34\x33\xfc\x08\xec\x62\x68\xcd\xf8\x23\xe0\xf7\x99\xb2\x19\x7f\x6c\x06\x1b\x75\xb1\x34\x83\x8d\x40\xab\xce\x29\x83\x8d\xcd\x33\x59\xe6\x67\xb6\xeb\xad\x2f\x7b\x98\xfa\x90\x4c\x36\xc9\xa4\x04\xbc\x49\x26\x9b\xf7\x95\x38\xfe\x24\x93\x40\x29\xee\x61\x72\x49\x60\x0c\xd7\x7b\xb9\x64\xf3\xcb\xab\x66\x46\x34\x89\x23\xe0\xe7\xa4\xb2\xc9\x1b\x81\x52\x54\xae\xbc\x11\xf0\x03\x68\xd9\xa4\x8d\x40\x54\xe8\x52\x93\x36\x02\x4d\x1a\xdd\x8c\x12\x02\x45\xee\xe5\x45\xce\xd9\x3e\x6f\x93\xe8\x4f\x99\x24\x50\xd2\xb5\x49\x22\xd9\x3e\xf6\x8a\xb6\xfa\xc7\x06\x7c\xf8\x64\x0d\x54\xd5\xeb\x9e\xf3\xbd\xee\x79\xba\x23\xca\x24\x81\x56\xe0\xa0\x4d\x26\x09\x34\x93\x3f\x9b\x4c\x11\x28\x45\x9b\x50\xa6\x08\x84\x89\xd4\x4d\xa6\xd8\x64\x8a\x26\x2e\x35\x99\x22\x50\x97\x8b\xbc\x4c\x91\x0b\x63\x77\x31\x65\x76\xe7\xc7\xab\xf4\x79\xa7\x1c\x10\x28\x66\xb3\x35\x23\x8e\x4d\x5a\x68\x5a\x74\x93\x16\x02\xc3\xe4\xcf\x26\x2d\x04\xfc\xc6\x57\x36\x59\x21\x50\xde\x59\x2c\x2b\x04\xaa\x87\x4d\x9a\x89\xa4\x40\x35\xe8\xd3\x4c\x24\x6d\x1e\xe6\x9a\xf9\xdb\x27\xb7\xb2\x99\x68\x0a\xec\x3d\x0a\x91\xca\xda\xb0\x77\x32\x44\x2a\x8b\xc3\x5c\xa6\xf1\x34\x43\xa0\x40\x95\x59\x36\x43\xa0\x40\xc4\xfb\x2c\x87\xc9\x06\x3d\xa1\xcd\x00\x28\x50\xd2\xe5\xd9\xf8\x67\x33\xfe\xa9\x39\x24\xe3\x05\x9a\x41\xee\x26\xe3\x05\xd2\x83\x06\x4d\xc6\x0b\xb4\xf0\x59\x86\x3f\x81\xa8\xef\x0f\x55\xa7\xbc\xd8\xc4\xc5\x26\x2f\x6e\xde\x42\xe2\x84\x91\x17\x03\x51\xde\x52\xea\x13\xaa\x6c\x26\x74\x93\x29\x03\x2d\xed\x2e\x99\x32\xd0\x74\x75\x35\x99\x72\xfb\xbe\x83\x0b\x85\x49\x95\x81\xe4\x6e\xa9\x6c\xc6\x3f\x81\x12\x4e\x78\xe3\x9f\x40\xbe\x34\x4d\x3e\xdd\xcc\x87\x35\x68\xe0\x65\xc5\x42\x39\xa4\xad\x7e\xed\x58\x88\xc6\x80\x08\xa3\x9d\xe1\x95\xa4\xdc\x1a\x98\x61\xb8\x13\x28\x95\xee\x0d\xc3\x9d\x40\xf1\x9c\x58\xc8\xbb\x43\xde\x2d\xbb\x0d\x89\x37\x90\xed\x2d\x36\x14\x39\xe2\xba\x2f\x9d\xca\xb8\xd1\x0a\x9f\x58\x48\xbc\x01\xbf\xef\x98\x61\x04\x14\x28\xb1\xfc\xe1\xa5\xe8\xf2\x61\x89\xec\x56\xc6\xc9\x94\xf7\x97\x1f\x45\xdc\xe4\x5a\x7c\xfe\xa3\xc8\x8b\x04\x6d\xe6\x57\x11\x57\x55\x33\xe5\xfd\xf8\xb3\xd0\x3a\x8b\x51\x48\xd8\xc3\x30\x29\x5b\x61\x18\x26\x05\xb6\x3d\x86\x48\x95\x15\xa8\x2d\x03\x34\x4c\xa3\x0d\x99\xbe\xe6\x7f\xc8\xf4\x81\xaa\xb5\xe3\xd7\xa5\x85\xf4\xd8\x4b\xc8\xf4\x81\xaa\xa7\x2e\x64\xfa\x51\x1c\x2e\xdd\x62\x2a\xa3\x98\x83\x84\xb2\x8d\x93\x86\xb4\x7e\x0e\xeb\xa1\x32\xf8\x44\x20\x17\xdb\x67\x48\xeb\x81\xc6\x85\x92\x19\xe6\xe4\x02\xc1\xcd\x09\x19\x12\x7d\xa0\xf0\x99\xeb\x0c\x89\x3e\xb0\x6d\x36\x44\x2a\x43\xa2\x3f\x99\x75\x21\xd1\x07\x92\xbb\xd1\x33\x24\xfa\x21\xd1\xe7\xc6\xaf\x0c\x89\x3e\x50\x74\xbb\x85\x44\x1f\xe0\x2b\x37\x19\x46\x5c\x81\x62\x0a\x55\x18\x71\x05\x4a\x87\xc9\x85\xce\x80\x30\xe2\x3a\x59\x59\x42\x6f\x00\x50\xe6\xb2\x62\xea\xa7\x7a\x8a\xc9\x52\xaa\xa7\xfa\x05\x45\x4b\xa9\x9e\xca\x07\xb3\x1c\x78\xfa\x07\x80\x66\xbe\x48\xe8\x1f\x08\xfd\x03\x93\xe9\x1a\xfa\x07\x80\x30\x5f\x35\xf4\x0f\x00\xe9\x11\xa0\x30\x04\x1b\x5e\xbe\x32\x1d\x40\xc6\x60\x81\xa6\xa5\xc3\x07\xc7\x5f\x28\x7c\x81\x21\xfd\xf0\x78\x86\x17\xad\x98\xad\x17\xc6\x60\x81\xe6\x2e\x15\xfa\x1f\x80\xa2\x2d\x18\xfa\x1f\x80\xfd\x4b\xeb\xa1\x82\x9a\x8c\x08\xfd\xeb\x80\x00\x8a\x81\xba\x30\x06\x1b\xfa\x24\x74\xdb\x84\x3e\x09\xa0\x69\xd1\x85\x3e\x09\x60\x17\xa3\x1e\x3a\x25\x80\x38\x1c\x8d\x3a\x25\x42\x0f\x84\xa9\x56\xa1\x07\x02\x48\x4f\x66\x85\x1e\x88\xf0\x8a\x96\xf9\xca\x6c\x3c\xee\x06\xcf\x35\xf9\x25\x07\x61\x17\xa3\xa5\xba\x1b\x80\xa2\x8b\x3c\x74\x37\x84\xa1\x57\x1d\x26\xa1\xbf\x01\x28\x7a\xb6\x42\x7f\x03\x90\x4d\x15\x19\x7a\x8d\x78\x5b\x85\x8e\x74\x2e\x00\x75\xe2\x0f\xf0\xf3\xef\x42\x39\x26\x84\x36\x74\x2e\x44\x06\xad\xa2\xf1\xba\x0d\x80\x6a\xb8\x37\x74\x1b\x00\x9b\x2c\x21\xb2\x51\xc9\x57\x1c\xe7\xef\xd8\xa2\x43\xaf\x02\x10\xed\x7d\xae\x4d\xe6\x1b\x7c\x1e\x63\x0b\xfd\x0c\x61\x60\xd6\xdc\xec\xd0\xd1\x00\xb4\xe2\x1a\xa8\x9f\x01\x68\x9e\x03\x0d\xfd\x0c\xd1\xdf\xe6\xd1\x1b\xfa\x06\x80\xfa\x8e\x7e\x7d\x03\xc0\x2e\x86\x02\x75\x0e\x00\x9b\x4b\x21\x52\x0b\xb2\xff\xe5\x8a\x24\xfb\x07\xf2\xed\x5b\xd9\x7f\x98\xb2\xac\xe7\x2e\xa4\xff\x40\xa4\x6b\x8d\xec\x3f\xc6\x61\x31\x54\x2f\x15\x07\xd2\xec\x82\x90\x8a\x03\xc9\xb5\xf5\xe9\xe7\x3d\x84\xa6\x2f\xcc\xaf\x7b\x08\xe5\x58\x6f\x31\xab\x4b\xb6\xb0\xf4\x28\xa4\xe2\x40\x36\x27\x8e\x4c\x1c\x48\xb3\xd7\x43\x26\x0e\xd4\xa5\x86\xc6\x5b\xd9\xd3\xe7\xfb\x4e\xbb\x60\x70\x34\xcb\x35\xc9\xd4\x60\xa0\x2c\x87\xb0\x61\x59\xa0\xca\x32\xc3\xb0\x6c\x98\x1a\xec\xf1\x82\x90\x9c\x03\xd5\x73\x5e\x61\x08\x36\xe4\xeb\x9e\x14\x0a\xf9\x3a\x90\xda\x53\x21\x5f\x0f\xf9\xba\xa6\x4c\xc8\xd7\x81\xd4\x83\x18\xf2\xf5\xf0\x62\x15\x8f\x39\x84\x84\x1d\xa8\xba\x1c\x42\xc2\x1e\xf3\x6d\x28\x2a\x92\x89\x03\x11\xd5\xea\xda\x50\x72\x83\x97\xeb\x88\x4c\x3c\x3c\xd1\x68\x1e\x6d\x48\xc5\x81\x5a\x1d\x1d\xd3\xe5\x86\xdb\x51\x4c\xe7\x0d\x83\xb0\x40\xf1\xcc\x4e\x18\x84\x0d\xb3\x8a\xd7\x2b\xb3\xed\x8b\x8b\xe9\x9c\xe5\x06\x61\xc3\x0b\x53\xde\x7a\x18\x85\x05\xd2\xfc\xb1\x90\xfd\x87\x5f\x90\x53\x91\xb2\x7f\xa0\x36\xd7\x02\x13\x8d\xc3\xac\x62\xa3\x98\x21\xfb\x07\xaa\x89\x3e\x21\xfb\xe7\xeb\xeb\xe9\x61\xce\x30\xa2\x1b\xb2\xff\xe5\x6c\x94\xfd\x03\x19\xce\x15\xd9\x7f\x78\x11\xca\x82\xdb\x86\x84\x1d\xd8\xb6\x0a\x22\x1b\xb0\x21\x8d\x4f\x86\x7c\x1d\x28\xc7\x82\xa0\x86\x84\x1d\x48\xd9\x45\x48\xd8\x81\xd4\x68\x0e\xf9\x3a\x10\xe6\x74\x84\x7c\x3d\x36\x47\xcf\x70\xaf\x33\x58\x0b\xa4\x29\x65\x61\xb0\x16\x88\xa2\x11\x21\x83\x07\x32\x9c\xb0\xe7\xdb\xa4\xc7\x8a\xd1\x01\x52\x78\xa0\x7a\x56\x39\x4c\x33\x0e\xc3\xbc\xaf\x31\x66\x98\x17\x08\x1d\xce\x21\xd1\x07\x76\x31\x6a\x2b\xd3\x0f\x13\x8d\xdd\x86\x25\xfa\x40\xf2\xcd\xa3\x0c\x89\x7e\x5c\xae\x39\x50\xf3\x30\x85\x18\x68\x7a\x6e\xe2\xb2\xe9\x12\xfd\x77\x21\x97\xe8\x03\x19\x4e\x46\x89\x3e\xb0\x0e\xe7\x85\x59\xc5\x40\xc8\xa6\xc3\xd0\x72\xe8\x0e\x58\xaa\x48\x77\x00\x90\xfa\x97\x43\x77\x00\xa0\x93\x33\x74\x06\x00\xcd\x98\x45\xe8\x0c\x00\xb6\xfd\x8e\xc8\x86\x9b\x6e\xcc\xf5\xb1\x19\x7a\x03\x80\xb2\xb4\x1c\x4d\x37\x0e\xd3\x8d\x57\xf8\x4a\x87\x06\x01\xe8\xd4\x80\x35\xfe\x0c\x34\x23\x94\xa1\x1b\x01\x28\xaf\x61\xa1\x1b\x01\x88\xd7\x40\xd6\x8d\x10\x64\x16\x1f\x0b\xea\x1f\x3a\x0d\x80\xf4\xa8\x66\xe8\x34\x00\xda\x72\xa2\xe8\x34\x00\x7e\xad\x97\xda\xb9\xd1\x8e\x93\xda\x10\x35\x90\xaf\x15\xa7\x63\x01\x88\xc3\x7a\xe9\x58\x00\xd2\xfc\xc3\x30\x42\x1d\x1f\x07\x01\xaa\xd0\xaf\x00\x6c\x23\x1f\x91\x9a\xf0\xe2\x18\xdd\xa5\x7e\xe5\x45\x28\xeb\xf7\x64\x7e\x87\x6e\x07\x60\x3f\xc5\x97\xa9\xaa\x8f\xb3\x08\x55\xe9\x63\x88\xcf\xab\x2a\x6b\xae\xaa\x3e\xaa\xca\x5f\xaa\xaa\x0f\xd3\xc8\x75\xd2\x68\x34\x90\x1e\xdf\x0d\x3d\x11\x40\x54\x9f\xa5\x27\x22\xbc\xbc\x74\xe1\x37\x09\x5d\x11\xc0\x1c\xee\x55\x7a\x22\xc2\xd3\xaa\x4b\xc3\x52\x27\x03\x50\xf4\x71\x87\x4e\x06\xa0\xbe\x53\x52\x27\x03\x90\x21\xbd\xd3\x89\x00\x34\xcf\x4b\x84\x4e\x84\x78\x6f\x84\xf1\x87\x0e\x92\x87\xfb\x26\x52\x91\xca\x30\x69\x7a\x11\x2f\x0d\x5d\x06\x40\x7d\x17\x3b\x7d\x06\x40\xf3\x0e\x80\xd0\x67\x10\x5e\x4a\xba\x5c\x9b\x75\x07\x00\xe1\x01\x9e\xd0\x1d\x00\x64\x38\x8b\x74\x07\x84\x77\xb8\xbc\x56\xb0\x7c\x1d\x28\x26\x76\x85\x74\x3d\xfc\xf2\xde\x92\x8c\xca\xd7\x81\xf2\xce\x65\xf9\x3a\x90\x06\x47\x43\xbe\x1e\xe6\x2b\x2f\x67\xd6\xf7\xad\x2e\x2e\x23\x38\x99\xdf\x0c\x12\x76\xb1\x81\xac\x28\x2b\xf8\xae\x2d\x56\x15\x39\xc3\xc9\xa0\x4f\xf9\x3a\xb0\x8e\x57\x94\x8a\x9c\xe1\x58\xe3\x29\x5f\x07\x9a\x27\x4a\x52\xbe\x0e\x14\x43\xf8\x29\x5d\x4f\x2f\x8e\x59\xc3\x62\x4b\xd9\xda\xb3\x32\x91\x9c\x4a\x6c\x14\x0c\x2f\xa5\xd8\xc0\xe6\x3b\x5b\x24\xc5\x4e\x29\xb6\x0d\x90\x62\x03\xe9\x99\xf0\x94\x62\xa7\xe7\x52\x17\x3d\x95\x12\x6a\x20\x3d\x88\x9e\xf2\xe9\x94\x16\xeb\x3e\x4a\x69\x31\x90\x1e\x88\x4f\x69\x71\x1a\xc6\x5e\xf0\xd6\x94\xdd\x02\xe9\xe9\xf7\x94\xdd\xa6\xd7\x86\xf2\xdd\xc2\x4c\xe9\x6d\x56\x87\x07\x4d\x97\xca\x02\xd5\x2c\xf8\x34\x55\x38\xfd\xe2\x86\xa7\xcc\x52\x2a\x0b\xa4\x67\x56\x52\x2e\x9b\x86\xb1\xf9\x78\x61\xa6\xcc\x15\x48\xee\x65\xcf\x94\xb8\x02\xbb\x18\x0a\x91\xb9\x02\x65\x0d\x8b\x7d\x14\x69\x29\x2d\xdf\xf0\x28\x83\xba\x86\x2f\xb0\x0f\xa0\xae\xc3\x41\x24\x75\x05\x32\xc8\x5e\x48\x99\x2b\x50\xaa\xed\x94\xb9\xa6\xd9\xc3\x0b\x67\x6a\x4a\x5d\x81\xd4\x0d\x9b\x32\xd7\x6c\x6f\xdb\x7d\x81\x6d\xe7\x43\xf4\x11\x8a\x6c\x3b\xb7\xb8\x94\x03\x4b\x26\x65\x9b\x40\x7a\xba\x3e\x65\x9b\xc0\x2e\x46\xdb\x65\x9b\x40\x33\x7b\x26\x65\x9b\xc0\x26\x8b\x5b\x24\xd9\x04\xf6\x2f\x51\x87\x6c\x13\xc8\x57\x1d\x86\xc0\x81\x5d\x8c\x97\x4a\x40\x81\xaa\x9d\x9b\x12\x50\x20\x4c\xa6\x4d\x23\xe0\xc0\xfe\xa5\xc5\x9c\x40\x7c\x53\xde\xe3\xb4\x29\x27\xcd\xd0\xb9\xcc\x96\x92\x12\x50\x60\xd3\x61\x44\xf6\xfb\x86\xf5\x4a\xec\xf6\x30\x72\x5b\x94\xd9\xce\x0d\xd3\xb3\x20\x29\xfd\x04\xd2\xd0\x6d\x4a\x3f\x33\x6d\x53\xb1\x98\x6d\x4a\xbe\xc0\x0a\x07\x4a\x03\xd9\xc0\x2e\x46\xd3\xa5\xa4\x40\xea\x1d\x4f\x29\x29\xb0\x69\x34\x22\xdb\x94\x76\x1e\x56\x7f\xca\x13\x81\xe4\xde\xd3\x4c\x79\x22\x50\xca\x61\x4f\x19\x8f\x06\xa6\xc9\x80\x69\x3c\x3a\xbb\x3d\xc5\x06\x9e\x46\x9f\x81\x62\x0e\x75\xca\x30\x13\x3a\x59\x0e\x67\xb2\x74\x12\x68\xaf\x6e\xa5\x93\x40\x6b\xec\x06\x29\x9b\x04\xaa\x57\x17\xa4\x6c\x12\xc8\xf8\x1d\x9f\xeb\xc8\x94\x6b\x66\x5f\xbe\xde\x2a\xd9\x69\xa4\xf7\x6a\x4b\xa5\x61\x65\x60\x17\x63\xd1\x30\xae\x0c\xc4\x60\x4f\x49\x4f\xc3\x02\x19\x8e\x27\x23\xcd\x40\x35\xdd\x34\x8d\x34\xe7\xb0\x87\xfc\xa5\xfc\x33\x87\x73\x89\xe7\xcb\x2c\xd3\x18\xaf\xb3\x50\x66\x99\x30\x4b\xef\x94\xcb\x94\x59\x02\xe9\x9d\x0b\x29\xb3\x04\x9a\x39\xe8\x29\xb3\x04\xf6\x2f\xd1\xa9\xd4\x12\xd8\x7c\x1e\xd1\x5b\x35\x6f\x0d\xf4\xa7\xb2\xcd\x94\x6d\xb2\x5f\xa7\x6c\x13\xc8\x57\xf5\x92\x4d\xa0\x99\xc5\x91\x92\x4d\x20\x03\xa7\x5e\xca\x35\x81\xd6\xd4\xb6\x5c\x33\xc9\x01\x2e\x87\x93\x44\x62\x09\xd4\x5f\x7f\xa9\x36\x36\x64\x74\x4b\xa9\x8d\xc9\x3d\x5e\x6c\xfd\x69\x6c\x18\x28\xd3\xc5\x52\x42\x0a\x64\xbc\xd5\x57\x3f\xd3\x39\xe8\x8a\x21\xd5\x04\xd2\x83\x15\x29\xd5\x04\x76\x31\x7e\x2a\xd7\x04\xd2\x8b\x30\x52\xaa\x99\xcb\x11\xec\x02\x27\xaf\x04\xd2\xab\x2b\x52\x5e\x99\x84\x90\xcb\xe1\x8c\x33\x84\x0c\x94\x56\x15\xd9\xa8\xc5\x22\xe2\x2e\x2c\x89\xcc\xe5\xe0\x4b\x65\x36\x61\xe1\xbf\x79\x8b\xd9\xc5\x7c\x14\xc3\xdb\x0a\xfc\x3e\xa9\xb0\x7f\x49\x17\x1b\x42\x06\x32\xb0\xee\xd2\x10\x72\x9e\x76\x81\xb3\x5c\x7a\x08\x84\x67\xd6\x52\x7a\x98\xa7\x73\xc5\x6e\x37\x78\x0b\xcc\xc0\x88\x4a\xf9\x21\xb0\x8b\xf1\x52\x09\x22\x30\xa5\x3a\x29\x41\x04\x76\x31\x65\xd6\xf7\xe4\x7b\xd5\xd8\xac\x29\x41\x4c\x0f\x9d\x7a\x81\x48\xca\x06\x81\xf4\x06\x94\x94\x0d\x02\xd3\xc4\xbf\x94\x0c\x02\xf1\xbe\x53\x32\x08\xec\x87\xd1\x2a\xd9\x20\x90\xe1\x88\x37\xea\x0b\xec\x62\x3e\x4d\x7d\x70\xec\x74\x39\xbe\xe5\x8c\xc0\x2e\xe6\x4f\xed\xbe\x8b\xee\x53\x1f\x5e\xd4\x03\x94\xa2\x83\x34\xe5\x91\x40\x78\x61\x5e\xca\x23\x81\x5d\x0c\xed\x4a\x24\xf3\x72\x86\x5a\x0f\xf5\x61\x0a\xf1\xa1\x01\x26\xd3\x03\xd2\x5b\x40\x52\xa6\x07\x84\xc9\x69\x29\xd1\x03\xa6\x24\x28\x25\x7a\xc0\x9c\xee\xfd\x12\x3d\x60\x3f\x1f\x15\xc9\xf4\x80\x34\xa0\x97\x32\xbd\xbc\xed\xe4\xe1\xd3\x6c\xc1\xcd\xea\x37\xfd\xa5\x1d\xba\x61\x7a\xa5\x4d\xca\xeb\xf2\x63\x87\xe2\x32\x4d\x59\x1c\x90\x5e\xba\x92\xb2\xb8\x94\xc5\x39\xb9\x65\x71\x40\xab\x6e\x76\x06\x8c\x53\x62\xa7\x65\x28\xb1\x03\xf6\xf3\x69\xba\xcc\x0e\xc8\x70\xa8\x49\xec\xf2\xe3\x60\x9e\x3e\xcd\x46\x6d\x98\xaf\xd5\x2a\x4d\x03\x76\x31\xeb\x61\x3b\x3f\x84\xc1\xdd\xd8\xa4\x69\x29\x4d\xc3\xcb\x98\xd2\x34\x60\xff\x12\x75\x7c\xde\xb6\x3b\xf7\x10\xc9\xd3\x80\x5d\x0c\x45\xca\xd3\x80\x36\xb5\x3d\xe5\x69\xc0\x2e\x46\xdd\x0c\x19\x03\xcd\x04\x94\x34\x64\x0c\xa4\x47\x7b\x53\x36\x07\xa4\x37\xb8\xa4\x6c\x0e\xc8\xb0\x07\x64\x73\x40\x29\x87\xb6\xad\x74\x0e\xc8\x78\x5f\xe9\x48\xd8\xb0\x0e\xdb\x29\x9d\x03\xd2\x2b\x43\x52\x3a\x97\x0f\x46\x83\x43\x48\x36\x97\x8f\xda\x78\x6b\xa6\x36\x1e\xb4\x31\xdb\xef\xd8\xad\x0d\x07\x27\x6c\xaf\x1c\x0e\x01\xd9\x5e\x4a\xed\xb4\xfa\xa5\x76\xc0\x2e\xa6\x4c\x35\x70\xd0\x35\x6c\x9f\x91\x5e\x60\x1d\x0e\x6b\x23\xbd\x40\xc6\xf0\xf9\x6a\xe1\xeb\xbc\x74\x92\xc8\xf6\x80\x96\x5a\x03\xb2\x3d\x20\x63\x29\xb2\x7d\x04\x6c\xdf\x0c\x04\xbf\x06\x2b\x6c\xce\x87\xa8\x28\x62\xf0\xf3\xfc\x2e\xd9\xeb\xb0\xb8\x37\xbf\xaf\xcb\xe2\x80\x99\xac\xd1\x5d\x16\x07\xec\x62\xfe\x74\x2a\xa3\xd3\x96\xc5\x96\xa2\xc5\xb1\x8f\x86\xe8\x54\xe4\x39\x45\xac\xdc\x6e\x88\x15\xc8\x40\x69\xdd\x10\x2b\xb0\xf8\x50\x60\xfa\xd9\x6a\xa1\x98\x96\xee\x57\xab\x85\x18\xb0\x8a\x2e\xff\xeb\x30\xbb\x22\x83\xed\x32\x3b\x60\x7a\x04\xbc\xcb\xec\xba\x5f\x87\x7f\xab\x66\xa8\x14\x58\x4e\xdf\x6e\xa8\x14\x18\xde\x3b\xd2\x0d\x95\x02\x71\x54\xdf\x69\x33\xa1\x89\xa5\xb0\xe0\xfb\xa1\x6c\xa1\x9a\x74\xdd\xa5\x89\xc0\xd2\x63\xd4\x0d\x9e\x02\xfb\x97\xbe\xc0\x76\x16\xfb\xd3\x9a\xd9\xce\xc2\x78\xc5\x7d\xd2\xe5\x97\x9d\xb8\x68\xf1\x88\x5e\x37\x2e\xda\x25\x93\xc4\x0d\xba\x64\x12\x48\x3e\x5d\x97\x5d\x32\xd9\x21\x93\xa5\x90\x5a\xd4\x25\x93\x40\x7a\xa1\x51\x97\x4c\x02\xe5\xbd\x74\xa1\x1b\x19\x05\xa6\x6b\x7b\x97\x5f\xf6\xf7\xdc\x29\x6b\x52\x97\x4c\x02\x69\x86\x45\x97\x4c\x02\x99\x0e\x2b\xb9\x24\xb0\x5c\x8d\xbb\x5c\x12\x98\x1d\x8b\xa9\xcb\x25\x81\xe5\x5e\xdd\xe5\x92\xdd\x28\xa8\x6d\x92\x4b\x02\x85\x2b\xe0\xb3\x4b\x25\x81\x5d\x31\x1f\xa6\x36\x1a\xac\x8b\x45\xa4\x1b\x05\x05\x16\xdf\x42\xcd\x6e\x14\x14\x68\x7c\x59\x35\xbb\x84\x13\xd8\x0f\xa3\x49\x32\x4e\x60\x69\x1e\x74\x03\xa3\x40\xfe\xfa\x4b\xf5\xd3\x1c\x1b\xd5\xaa\x39\x36\x08\x8c\x6a\x6c\x74\xa9\x6a\xe7\xd8\x69\x29\x18\x64\x5d\x12\x0a\x14\xdd\xcc\x5d\x12\xda\x25\xa1\xc5\x11\x2f\x09\x05\x96\x37\x82\x75\x49\x28\x5f\x7e\xde\xc5\x50\xb7\xa1\x46\x20\xbd\xbd\xc2\x0f\x3f\x0b\x69\x2a\x49\x37\xff\x19\x88\x82\x35\xd3\xe5\x88\x3d\x55\x24\x36\x6b\x97\xea\x01\xe9\x06\xd0\x65\x7a\x3d\x1d\x56\x90\xf2\x2e\xaf\x03\x32\xa1\x20\xdd\x58\x22\x90\xe6\x29\x75\x63\x89\x40\xa6\x33\xd6\x58\x62\x97\x10\x7a\xb0\xbd\x4b\x08\x81\xf4\x58\x78\x97\x10\x02\x4b\xc3\xa5\xcb\x07\x7b\xba\xf4\x61\xb2\x76\xb3\x91\x81\xa5\xe1\xe2\xf7\xad\x85\x5d\x8c\x7a\x48\x08\x81\xf4\xba\xae\x6e\xc8\xb1\xcb\x11\x8b\x6b\x9f\x1c\x11\x48\x6f\xd8\xea\x72\x44\x60\x69\x92\x74\x39\x22\xb0\xbc\xf1\xa7\xcb\x11\x81\xfd\x30\x65\xaa\x83\x4b\x92\x0e\x17\x4d\x23\x8e\xdd\x8f\x19\x3a\x7b\xe4\x85\x40\x18\x10\xec\xf2\x42\x20\xbd\x7b\xab\x4b\x0b\x81\xa6\x7b\xb6\x4b\x0b\x7b\x77\x58\xa5\xc5\xec\xcf\x0d\x4b\xeb\xa0\x9b\x6e\x0c\xec\x62\xbc\xc0\x20\x27\x90\xde\xd6\xd2\x0d\x72\x02\x8b\x6f\xf1\x66\x37\xc8\x09\xec\x5f\xd2\x51\x46\x39\x81\x69\xfa\x56\x97\x64\x76\xaf\x44\x2a\x90\xa8\x6e\x94\x13\x28\xfa\xfa\xbb\x51\x4e\x60\x17\xa3\xf3\x24\xa3\xc0\x98\xeb\x77\x1c\xd4\xea\x72\x55\x60\x99\xe3\xd6\x4d\x47\xee\xd2\x57\x2f\x8e\xed\xd2\xd7\x3e\x1c\x4f\xea\x41\x75\x49\x42\xf9\x06\x56\x76\x49\x28\xb0\xb4\xa1\xbb\x24\xb4\x93\x67\x5c\xf8\x6c\x55\x76\xc9\x24\x90\xa6\x66\x74\xe3\x96\x40\xa6\x5b\x8c\xf4\x12\x98\x1e\x98\xef\xd2\xcb\x3e\x1d\xea\xef\x0b\xec\xc9\xe9\x4e\x41\xd5\x8c\x5b\x02\xbb\x18\xea\x32\x6e\x09\x14\xa3\xc9\x5d\x32\x09\x34\x93\x6a\xba\x64\xb2\x2f\x77\x0a\x87\xa2\x11\x49\x20\xbd\xd1\xac\x4b\x1c\x81\x5d\x8c\x31\x20\x73\x04\x96\xa6\x59\x37\x22\xd9\x97\xdb\x82\xbb\x98\xcc\x11\x98\x5e\x3f\xdc\x65\x8e\xfd\xf4\xa5\x6e\xa6\x06\x11\x81\xa6\xf3\xba\x1b\x44\xec\xa7\xe3\x02\xe3\xac\x1b\x31\x04\x96\x4c\xa9\x4b\x09\xbb\x9f\x4e\x28\xee\x89\x72\x42\x60\x1a\x79\xe8\x86\x0c\xbb\xc4\xae\x38\x9b\x24\x76\xc0\x32\x35\xa3\x4b\xec\x80\x4c\x77\x70\x23\x7f\xfd\xb2\xba\x18\x51\x5d\x16\x07\x2c\xbe\x25\x9c\x5d\x16\x07\xcc\x6e\x35\x24\x71\xc0\xde\x4c\x69\x95\x2c\x0e\x58\x5a\xcc\x5d\x12\x07\x34\x6f\x3e\xeb\x92\xb8\xce\x3d\x41\xa5\xba\x14\x4a\xc5\x80\xfa\xb6\x53\x26\xd6\xfd\x9c\x42\x75\x95\x36\x58\x07\x2c\x19\x44\x37\x5a\x07\x2c\xd9\x42\x37\x5a\x07\xcc\x8e\x1b\xa7\x1b\xad\xeb\x44\xe6\x8a\x37\x2a\x74\x09\x1b\x30\x8d\x61\x77\x09\x5b\x27\x9d\xb7\x54\xd7\x77\xe9\x19\xb0\x4c\x74\xef\xb2\x33\x60\x99\x2d\xd7\x65\x67\x40\xf5\x46\x85\x6e\x3a\x6f\x97\xb0\x79\x57\x7c\x97\xb0\x01\xcb\xa0\x5e\x37\x34\xd7\x65\x67\x1e\x53\xe8\xb2\x33\x60\xbe\x2f\x90\x9d\x75\xbf\x05\x58\x9d\x68\x72\x31\x20\xbd\x71\xa9\xcb\xc5\x3a\x11\xb5\x52\xed\x64\x89\x17\x90\x5e\xc6\xd7\x0d\x99\x75\xb9\x58\x7d\x65\x36\xe1\xe3\x51\x2a\x5f\x6a\x13\x36\xb4\x77\x26\x4b\xc5\x80\xfd\x4b\x8b\xbd\x4d\x60\x3f\x75\x45\x93\x8b\x01\x55\xef\x5d\x97\x8a\x01\xe1\xd1\xd6\x2e\x15\x03\xa2\xba\x14\xc9\xc4\x80\x4c\x1f\x2f\x13\x03\xda\x70\xa4\x49\xc4\x80\xf2\x5e\x14\xdd\x65\x62\x40\x31\xe8\xd2\x65\x62\x9d\x1b\x84\x4a\xd5\x08\x91\x2a\x01\x99\xaf\xc8\x36\x3d\xb6\x09\x77\x73\x97\x3e\x01\xd1\x70\x52\x74\x83\x61\xfd\x71\x44\x12\x50\xe9\xf2\x23\xa0\x86\x4b\x80\xe9\xb2\x40\x31\xf1\xa4\xcb\x98\xfa\xd7\xea\x6a\xd2\x48\x99\x80\xe6\xd1\xbb\x2e\x63\x02\x32\x6d\x94\x8c\xa9\x73\xc1\x6b\xe1\x53\x3d\xd9\x4d\x7b\x05\xd2\x1b\x0c\xbb\x61\x34\xa0\x78\x29\x79\x37\x8c\xd6\x65\x51\x7c\xaa\x27\xbb\x2c\xaa\x7b\xc7\x8f\x2b\xa2\x2c\x0a\x68\xef\xd4\x96\x45\x01\x29\xd7\x1a\x92\xa8\x41\x3a\x6b\xf1\xaa\x9e\x61\x3a\xeb\xf0\x0b\xfb\x69\xb1\x50\xc4\x80\xc4\xcd\x3a\x0c\x8f\x0d\x89\x95\xf7\x06\x0c\x89\x15\x10\xde\x4e\x36\x24\x56\xc0\x92\xac\x0e\x79\x15\xd0\xf8\x94\x5a\x0e\x79\x15\x90\x5e\x4f\x3f\xe4\x55\x40\x7a\x1c\x7d\x98\xcd\x3a\xfc\xaa\x02\x76\xf2\x90\x69\x01\xbb\x16\xca\x3e\xca\x3e\xdc\x24\xec\x2f\x51\xc6\xe0\x76\xd7\x52\x31\x03\x87\x21\x33\x60\xf2\xe5\xca\x1c\x66\xa5\x02\x93\x8f\xcd\xe5\x90\x6a\x0d\x79\x55\xcd\xdf\x11\xb6\x1e\xd2\x2e\x60\xe6\xfb\x60\xb5\x50\x5c\x7f\x52\x99\x6a\xd8\x30\xf3\x7d\x99\x6a\x28\xae\x2c\x18\x54\x43\x92\x05\xa4\xa7\x7b\x86\x24\x6b\x70\x47\x6c\x31\x99\x67\xc8\xa8\x80\xd6\xb1\xa8\x86\x8c\x6a\xc8\xa8\xf8\x58\x4e\x0e\x19\x15\xd0\xcc\x34\x1d\x32\xaa\x51\xad\x1b\x36\xc2\x90\x2b\x01\xd1\xe0\x15\x43\xaa\x04\xa4\xc7\x86\x87\x54\x09\x48\x4f\x25\x0e\x43\x71\x43\xf6\x54\xd9\xec\x86\xec\x09\xc8\xc3\xce\x95\x3d\x01\xc5\x94\xc0\x21\x7b\x1a\x95\x78\x2e\x33\x69\x48\x95\x86\x37\xf4\xb0\x5a\x0e\xa9\xd2\x68\x6f\x9b\x68\x80\xc4\x08\xc8\x83\xd9\x3b\xe4\x45\xa3\x39\xbb\xb0\x41\x86\x5c\x06\xc8\xa3\xf9\x34\x1b\x00\x97\x31\x89\x77\x48\x65\x80\xd4\x6b\x3f\xa4\x32\xc3\x10\x1b\x1f\xfb\xc9\x61\x88\x0d\xa8\xfa\x6f\x87\xec\x06\xd8\xc5\x68\xba\xf4\x06\x08\xef\x3a\x1a\xb2\x1b\x60\x17\xa3\x05\xd2\x1b\x20\xf5\xdb\x0f\x43\x6c\x23\x5c\xef\xd9\x51\x86\x91\x32\xa0\x1a\x6a\x1e\x26\x6f\x8e\x70\xbd\x67\xe7\x1c\x46\xca\x80\xd2\xab\xc5\x6c\x95\xfc\x89\xef\x54\xe5\x90\x3f\x01\x79\xbc\xc5\xec\x16\x6e\xc9\xc9\xb7\x94\x0d\x0d\x3e\xaf\x6f\x7f\xca\x9f\x80\x62\xb4\x75\x18\x63\x1b\x7e\xad\x8f\xc5\x66\x18\x63\x03\xaa\x89\x58\xc3\x0c\xcf\x21\xa3\xaa\xec\xe9\x43\x46\x05\x54\xb3\x32\x86\x8c\x6a\xa4\x6d\x72\x02\xcb\x9f\x80\x2a\xff\x1b\xa6\x62\x02\x2d\x97\x2f\xb0\x49\xe9\x48\x43\xb5\x32\x2a\x60\xbd\x85\x6c\x51\xfa\xbd\x28\xab\x6f\x8b\xe0\x58\xde\x7c\x33\xa4\x58\x40\x78\x61\xd4\x90\x62\x01\xed\x70\x75\x93\x61\x0d\xe9\x94\x8e\xd4\x21\x9d\x02\xaa\xb1\xdc\x21\x9d\x02\x76\x31\x14\x2b\x9f\x02\x9a\x9f\xbd\x18\xf2\xa9\x21\x9f\xaa\xaf\x4c\x65\x6c\xc8\xe3\x7d\x9a\x03\xb9\x33\x90\xdf\x7a\xa8\x9e\x0d\xed\x9d\x89\xf2\x29\x20\x0f\x17\x76\xf9\x14\xb0\x9f\xef\xc3\xd4\x0f\x71\x36\x43\x29\xc3\x38\xdb\x90\x63\x55\xd7\x12\x39\x16\xd0\x0c\x46\x0f\x39\xd6\x18\x4e\x45\x4c\xcc\x21\x7b\x02\xd2\x33\xf7\x43\xf2\x34\x64\x4a\x8d\x5d\x7e\xc8\x94\x80\xf4\x68\xf1\x90\x29\x0d\x4f\x66\xba\xe2\x48\x94\x86\x1c\x87\x8f\xfe\xe4\x90\xe3\x00\x69\x80\x68\x18\xa2\x03\xd2\xd0\xd2\x90\xf6\x0c\x52\x38\xdf\xcb\xf2\x86\x51\x35\xa0\x98\xf3\x3b\x8c\xaa\x01\xd5\x78\xd6\x30\xaa\x06\x54\xaf\x71\x1a\x12\x21\x20\x8d\x70\x0d\x89\x10\x90\x87\x13\x51\x22\x34\xa6\x95\x2d\x16\xb3\xb2\x7c\x8e\xde\xec\x85\x21\x11\x02\xd2\x28\xd2\x90\x08\x8d\x65\x65\xb1\x9f\x86\x81\x30\xa0\xea\x77\x19\x32\x1c\x20\x0f\xd7\x7c\x19\xce\x58\xbe\x13\x9b\x70\x78\x22\x12\x28\x5e\x06\x3a\x0c\x70\x0d\xae\xaf\x79\x63\x63\xc3\x38\x15\x90\xef\x1e\xef\x51\x47\x20\x0f\x8c\x94\xe1\x49\x47\xa0\x78\x3c\x74\xc8\x79\x80\x68\xce\x1e\x39\x0f\x90\xde\x8a\x32\x4c\x9c\x1c\xd2\x20\x0f\xda\x0e\x69\x10\x50\xe5\xfc\x43\x1a\x04\xe4\xe1\x36\x20\x0b\x02\xf6\x2f\xd1\x90\x34\x08\x48\xe3\xda\xc3\x60\x19\xb0\x8b\x59\x0f\x9b\x4e\xb4\x2c\xc6\xef\x20\xd6\xc3\x58\x1a\x50\xde\xab\xf3\x86\xc1\xb4\xe1\x6d\x39\xb8\x5b\x86\x94\x0b\xa8\x26\x93\x0d\x29\xd7\xb8\xec\x34\xb7\x2b\x03\x67\x40\x1a\xfa\x1b\x52\x2e\x60\x17\x43\x83\x72\x2e\x20\x0f\x22\xb2\x43\xce\x35\x48\xa3\xfc\x75\x70\xca\xa6\x80\xd4\x1b\x37\x8c\x88\x8d\xdb\x97\x3a\xa7\xe5\x44\x40\x19\x2e\xa9\x72\x22\x40\x56\x3a\x8c\x6a\x8d\x5b\x6d\xd9\x45\xb2\x18\xa0\x7a\x6f\xcd\x90\xc4\x0c\x4e\x20\xbe\x17\xcf\x0d\xc3\x4e\xc0\xaf\x36\x84\x61\x27\x20\xfd\x6c\xd5\x30\x9d\x70\x7c\xac\x99\xfb\xa1\xc4\x06\x48\x1d\x9d\xc3\xb0\xd3\x90\xeb\x78\x45\xc9\x90\xeb\x00\xed\x55\x87\x5c\x07\x48\xef\xb5\x1c\x86\x9d\xc6\x47\x0d\xbd\x4f\x53\x43\x1f\x35\xe4\x3b\xd5\xd0\x87\x91\xf2\x3e\xdf\x91\x42\xc2\xe0\x81\xa3\x64\xc8\x7e\x86\x54\xc7\x9b\x6f\x86\x54\x07\x48\xbd\x22\x43\xaa\x33\x0c\x3b\xe9\x66\x1f\x72\x1d\x20\x4c\x9e\x18\x72\x9d\x61\xd8\xc9\x29\x2d\xd7\x01\x96\x19\x4f\x43\xae\x33\x9e\xb7\xe9\xe8\x56\x62\x03\xe4\xf1\x8a\x6c\xba\x8c\xc5\x33\x79\x43\xc6\x02\xa4\xc1\x95\x21\x63\x19\xc6\x80\x3c\x7a\x31\x8c\x01\x01\xa9\x9b\x61\x48\x62\x86\xf4\xc4\x33\x15\x43\x7a\x02\xa4\xb4\x77\x48\x4f\xc6\xb7\x5b\x8c\x37\x18\xbe\x01\xa6\xd7\x2e\x0f\xc3\x37\x40\x1a\xca\x1d\x32\x16\xa0\x9a\x75\x36\x64\x2c\x40\x7d\xf5\x2d\x63\x19\x32\x16\x2f\x7e\x1b\x32\x16\x20\x75\x53\x0f\x19\xcb\x30\xc8\xa3\x71\x3a\xe5\x27\x40\xea\x75\x9c\x06\x79\x80\x52\x4c\xc6\x9f\x46\x79\x80\xe6\x75\xac\x53\x16\x33\x39\x81\x57\x4c\x48\x9f\x72\x16\x60\xaa\xf0\x29\x65\x01\x4a\x32\x33\xa6\x94\x05\x48\xcf\xc4\x4e\x29\xcb\xe4\xc2\xd1\x62\x76\xd0\x94\xa0\x00\x53\x36\x32\x25\x28\x40\xea\xbe\x9d\x12\x94\x29\x41\x31\x6f\x7d\x4a\x50\xa6\x77\x90\x0e\xdf\x49\xdb\x27\x17\x8e\x96\xe6\x4b\x4d\xf3\x03\x9a\xf1\x8a\x29\x67\x99\xe5\x6d\x14\x2d\x30\xf2\x03\x14\x79\xc4\x94\x81\x4c\x03\x3f\x6c\x1f\x53\x06\x32\xb9\xfa\xa6\x98\x45\x3e\xa5\x1b\x40\xea\x95\x9b\x5e\x7d\x33\x39\x10\x57\xe2\xfd\xa9\xd5\x2d\x38\xa5\x55\x6e\x79\xab\xcb\xf5\x5e\xef\x3b\xbf\x8a\xfc\xdc\x36\x7b\xee\x94\x81\x00\x69\x80\x68\x9a\x33\x38\xcd\x19\x6c\x96\xb2\x51\x5c\x2f\x5a\x0c\xa7\x4f\x49\x09\x50\xcc\xb8\x9b\x86\x79\x26\xc9\x80\xc5\x23\x29\x53\x06\x02\x54\x2f\x2e\x9a\x32\x90\xc9\xed\x9f\xc5\x2c\xe9\x69\x18\x06\x98\x9e\xdf\x9b\x72\x0b\x20\x8a\xed\x94\x5b\x00\xc3\xd3\xf9\xd3\x30\xcc\x34\xe6\x62\xd2\xfe\x94\x5b\x00\xc3\x3b\x30\xa6\x31\x17\xa0\x78\xe5\xff\x34\xe6\x32\xc3\x5f\xb2\x37\x4f\x73\xe4\x80\xd4\xab\x3e\xcd\x91\x9b\xda\xef\x66\x3d\x4e\xed\x77\x60\xea\xb3\x9d\xda\xef\xc0\x32\x9d\x6c\x6a\xbe\x03\xcd\x8b\xc6\xa7\xe6\x3b\xd0\xf3\xfd\xa1\x1d\x65\x8e\x9c\x99\x74\x53\xfb\x1d\x58\x5e\x81\x3b\xb5\xdf\x81\x5d\x8c\xda\x6a\xc0\x03\xed\x6d\x94\x06\x3c\xb0\xcc\x18\x9c\xa6\xcd\x4d\x83\x29\xa6\x0c\x4e\x83\x29\x40\xf3\xd4\xd1\x34\x98\x32\x35\xfd\xcd\x9b\x9b\x9a\xfe\xc0\xcc\x91\xbf\xbd\x5f\x4f\x99\x01\xd0\xcc\xee\x9b\xc6\x5a\xa6\x29\x74\xa6\xf7\x4d\x2d\x7c\xa0\x49\x33\xa6\x16\xfe\x34\x3c\xa2\x3f\x67\x6a\xbc\x03\xd3\x0b\xac\xa7\xe1\x91\xa9\x3d\xff\x8e\x3b\xed\x79\x60\x99\xc5\x38\xb5\xe7\x81\x34\xd2\x37\x35\xe7\x27\x37\xa8\xf8\x59\xf3\x9c\x9a\xe0\x40\xf3\xdc\xe5\xd4\x04\x07\xd2\xa8\xff\xd4\x02\x9f\xe6\xb0\x99\xe8\x32\x0d\x2f\x4c\xef\x9e\x54\xd1\xda\xcc\x73\x38\x81\xed\x70\x03\x03\xc0\xf4\xe0\xc9\x34\x30\x30\xcd\x4e\x33\x5f\x6a\x9a\x9d\x06\xa4\x89\x79\xd3\xec\xb4\x69\x60\xc0\x44\x94\x69\x60\x00\x48\xfd\xc3\xd3\xc0\x00\x90\x46\x90\xa7\x76\x34\xb0\x7f\x69\x31\xd5\x86\x21\x5d\xdf\x87\xa9\x35\x43\x0a\x26\xa2\x4c\x2d\x69\xa0\xfd\xfa\x4e\x5b\x35\x6d\x95\x6b\x90\xc9\x68\x40\xea\x0c\x9e\x26\xa3\x01\x63\xbe\xbf\x54\xb9\x9a\xcd\xa6\x5e\x4c\xcd\x66\xa0\x35\x7c\x14\x53\xb3\x19\xa8\x06\x13\xa7\x66\xf3\xd4\xe3\x6f\x76\xcd\xd4\xe3\x0f\xb4\xd2\x7c\x98\xef\x5c\x18\x0e\xd3\x5f\xbe\xef\x84\x46\x7b\xfd\xf5\xd4\xba\x06\xa6\xe7\x33\xa7\xe9\x63\xc0\x2e\x46\x0b\xcc\x1f\x03\x22\x5c\x82\x4c\x1f\x03\xe2\x9d\xd4\x9a\xe5\xd3\xb8\x80\x39\x07\x53\x8b\x18\xa8\x5e\x07\x35\x35\x88\x81\xe2\x07\x16\xa6\x06\xf1\x34\x54\x60\x40\x7a\x6a\xb7\x02\x63\x39\xd1\xb5\x5b\xa7\x71\x01\x43\xd9\x53\x23\x15\x18\x9e\x21\x99\xda\xa8\xf3\x7a\xb3\xf7\x79\xa9\x89\x56\xc0\x7c\x5b\xa0\x77\x1f\xc8\x03\x62\x31\xf5\xee\x03\xfb\x97\xb4\xca\x13\x3b\xc0\xf4\x1e\x80\x69\xee\xd5\xbc\x35\x9a\xb0\xa9\xa7\x1e\xff\x79\xbf\x07\xef\x10\xd9\xa1\xba\xf7\x8d\xeb\x4c\xdd\xfb\x40\xea\x81\x9e\xba\xf7\x81\x5d\x8c\x96\x9a\x90\x05\xcc\x4c\x9f\xa6\x26\xf5\xc8\xeb\xcf\x9e\x7a\xe4\x81\x34\x81\x74\x6a\xb8\x02\xdb\xa0\xe3\x69\x5a\xae\xc0\xec\xce\x0d\x0d\x57\x60\x17\xf3\x69\xd6\x8d\x8c\x29\xaf\x25\x99\x5a\xae\x53\xcb\xd5\x2f\xc9\xcc\xcf\x5b\x11\x3e\x70\xe5\x2e\xae\xe5\x0a\x4c\x3e\x51\x9f\x53\xcb\x15\x58\x7e\x67\x68\x6a\xb9\xce\x8f\xda\x75\x51\xd6\x4c\x05\xa6\x57\xbe\x4f\xad\x54\x60\x56\xdb\xae\x95\x0a\x2c\x09\xfc\xd4\x4a\x05\x4a\xf1\xbb\x2b\x53\x33\x15\x98\xcb\x9a\xe9\x92\x9f\x5a\xae\x7e\x51\x65\x6a\xb9\x02\x4d\xf7\xfb\xd4\x72\x9d\xcf\xb4\x18\x03\xd0\x1c\x27\x60\x78\xc2\x70\x9a\xe3\x34\xf5\xdc\xf3\x61\xe3\x9c\x7a\xee\x81\x66\x7a\xe1\xd4\x73\x0f\x34\xfd\xea\x53\x33\x18\xd8\xbf\xf4\xa5\xb6\x9d\xef\xb0\xe9\xea\x9a\x9a\xc1\xc0\x9c\x6e\xb2\x9a\xc1\x40\x6b\xaf\xc8\xb6\x7f\xed\xe3\x50\x66\x43\xbf\x1e\x79\x53\x64\x3b\xbf\xf0\xd8\x74\xdb\xd0\x73\x0f\x14\x0f\x99\x4c\x8d\xe5\xa9\x33\xff\xb5\x22\x35\x8d\x81\x78\x77\x71\x4d\x63\x60\x7a\x64\x65\x6a\x1a\x4f\x4d\x63\x73\x91\xa6\xa6\x31\x30\x25\xff\x53\xd3\x78\x6a\x1a\x3b\xe3\x97\xa6\xf1\xd2\x0e\x4e\x3c\x02\x4b\x3b\x18\xc8\x0e\x73\x5a\xda\xc1\x40\x29\xf9\xca\x42\x59\x90\x2c\x5b\x10\xa5\x22\xa7\x50\x57\x36\x94\x79\x83\xe2\x40\x34\x15\x59\xdf\xfe\x3b\x32\xcd\x96\xd6\x2e\x50\xbc\x9d\x61\x69\xed\x02\xfb\x29\x56\xfd\xab\x8c\x0b\x2d\x89\x31\x2e\x53\x9f\x56\x79\xab\xae\xcc\xaa\x17\xbe\xcb\x9f\x8a\xac\xfa\x86\xf6\xab\xa8\x2b\xea\x3f\x7f\x34\xf3\xa8\x96\x06\xf0\xd2\x00\xf6\x63\x24\x4b\x03\x18\x08\xc3\x71\x4b\x03\x18\x28\x9a\x55\xcb\xcc\xa7\xa5\x57\xde\x0f\x90\x2c\xbd\xf2\x40\x18\xfe\x5f\x9a\xc9\x4b\xaf\xbc\x86\xf8\xd2\x28\x06\x8a\xdf\xa9\x5c\xda\xc4\xab\xda\x6d\x8c\xc6\xa5\x05\x0c\xcc\xb7\x3f\x74\xd4\x2f\x8d\x62\xbf\x36\xb2\x34\x8a\x81\xec\x36\x54\xa3\x18\x48\x6f\xd9\x5e\xde\x12\xb1\x4c\x87\xf2\xd3\x22\xcb\x74\x28\xa0\xe8\x7b\x59\xba\xf8\x97\xe9\x50\x7e\x5a\x64\xe9\xe3\x07\x5a\x0f\x9f\xa6\x3e\x36\xb4\x5f\x4b\xa9\x0f\x7c\xfc\xde\xca\xbc\x74\xf1\x03\xfb\x61\x28\x57\x1f\xff\xf2\x66\xfe\xb7\xed\xf6\x3b\x17\x49\x9a\x1c\xb6\x34\xcd\x81\xe2\xc5\xdb\x4b\xd3\x1c\xd8\x0f\x0b\x64\x45\x99\x77\x33\xa2\x0d\x6d\xf3\xd5\x5e\x0d\xd1\x2d\xda\xe6\x40\xf3\xf0\xc4\xd2\x36\x5f\xed\x55\x07\x8d\x32\xfb\x09\x88\x82\x81\xba\x4c\x7e\x02\xaa\xdf\x48\x5d\x06\x0c\x80\x5a\x8a\xcf\x57\x1b\xcd\xd1\xe1\xf3\xd5\x86\xe7\x74\xd2\x81\x6b\xc4\x00\x48\xdd\xbd\xcb\x73\x3a\xcb\x20\x42\xbe\x2d\x50\x1d\x8d\x95\xdb\x41\x64\x10\x61\x99\x0f\x65\xf0\x6a\x19\x31\x00\x52\xaf\xf0\x32\x60\xb0\x0c\x18\xb0\x44\x2c\x03\x06\x4b\xc2\xe1\x57\x5b\x96\x84\x63\xf9\xa5\x3a\xbb\x5d\xc2\xb1\x8c\x2b\xe4\xf2\xa7\xaa\x83\x3b\x28\xe5\x81\xcb\xb8\x02\x50\xdf\x99\xe1\x99\x1c\xa0\x74\x67\x81\x4c\x05\xd8\x0f\xb3\x6a\xea\x83\x50\xc3\x3b\x22\xa5\x2a\x2b\xde\xb6\x2b\xb3\xed\xc4\x15\x24\x1c\x2b\xde\xb6\x6f\x7b\xa8\x3b\xdb\xe5\x25\x2b\x5f\x75\x28\x53\x1d\xf0\x92\x03\x1b\x6c\xc9\x4b\x96\x24\xc4\x3b\x5b\x96\x24\x64\xf9\x89\x67\xd7\x33\x49\x08\x90\xfa\xb5\x97\x67\x77\x80\x6a\x8e\xc8\x92\x96\x00\xcd\xef\xb0\x2d\x79\x07\x90\xed\x7d\xbc\xda\x30\x48\xd1\x0f\xab\xa1\x3a\x36\x64\x7d\x2b\xab\x36\xcc\xde\xf2\x1b\x36\xcb\xd0\x02\x50\x4c\xb3\x5d\x86\x16\x96\xf4\xc4\x0f\xb2\x2c\xe9\x09\xd0\x4c\x42\x59\xd2\x93\xc5\x15\xfd\xc5\xb4\xea\x25\x17\x01\x96\xab\x9a\x54\x64\x71\xe7\x63\xf1\xeb\x28\xcb\x98\x01\xb0\xf4\x6a\x2e\x63\x06\xc0\xf0\x1e\x88\x25\x61\x59\x9e\xcd\xf1\x06\xac\x25\x63\x01\xe6\x3b\x86\x64\x2c\x40\x79\x3f\xfd\xb3\x0c\x1a\x2c\x6f\xe8\x6f\xd6\xd6\xfe\x34\x40\xe0\xa7\x50\x96\x01\x02\xa0\x7a\x62\x7f\x19\x20\x00\xaa\x77\x09\x2c\xe9\xcf\x32\x66\xe0\x77\x49\x96\xfc\x07\xa8\xde\x9e\xb4\x8c\x19\x2c\xb3\xab\xba\xeb\xa6\x41\x03\xa0\x96\xf0\x97\xb6\x7d\x43\xf3\x93\x56\x4b\x96\xb4\xb8\x30\xa2\xf8\x45\x93\x65\xd0\x00\x28\x7e\xc9\x72\x49\x9c\x16\x37\xf4\x17\xbf\x68\xb2\xa4\x44\x40\x97\x03\x2f\x29\x11\xd0\x2a\x2e\xb5\x25\x23\x02\xba\x3e\x93\x25\x23\x02\x9a\x77\x0f\x2f\x09\x11\xb0\x9f\xaf\xcc\x76\x4e\xbe\x59\x65\xcd\x8c\x2d\x00\xc5\xab\xb5\x97\x49\x56\x40\x1d\x0e\x2b\x69\x13\xb0\x1f\xc6\xe0\x90\x37\x01\xad\x46\xfc\x8e\xdd\x5a\x5a\xb5\xfc\xfa\x9c\x81\xaf\x65\x84\x02\xe8\x32\xe0\x65\xa6\xd6\x92\x7d\x75\x1c\xfc\x4b\xf6\x05\x14\x0f\x28\x2f\xd9\x17\x50\x0b\x34\x62\xc9\xbe\x96\x57\x42\x7a\x63\xec\x32\x07\x0b\x88\x82\x25\xbd\xbc\x15\x02\xe8\x5e\x71\xbe\x3c\xe2\xb3\xe4\x6d\x9d\xf0\xde\x92\xb7\x01\xd5\xef\x86\x2c\x79\xdb\x5a\x6f\x0b\xd0\x83\x8c\x0c\x98\x5e\x03\xb4\xd6\xdb\x82\x87\x17\xf8\x4e\x07\xac\x39\x5e\x26\x9b\x2d\xe3\x1d\x40\xf7\x8c\xe1\x32\xde\x01\x74\xbf\x10\xb0\x8c\x77\x00\xcd\x3b\xd2\x97\xe1\x8e\x25\x95\xf3\x0a\x88\x25\x95\x03\x7e\xd5\xad\x54\x6e\x6d\xfa\xd6\x3d\xa0\xb7\x8c\x63\x00\xdd\xcb\xf0\x96\x81\x8a\x25\xbb\xeb\x61\x31\x1b\x40\x54\xc2\x6b\x86\xd6\xf9\x36\xe0\xcb\x2f\x29\x65\x22\xd8\x32\x50\xe1\x37\x42\x96\x81\x0a\xa0\x4b\x3c\x97\x1c\x70\x79\x00\xc7\xdc\xaa\x65\xb8\x01\xa8\x7e\xd9\x62\x79\x00\x67\xc9\x0b\xfd\x36\xc7\x92\x17\x02\x4d\xa7\xea\x92\x17\x2e\x49\xe0\x6b\xa9\x48\x02\x81\xee\xfd\x8f\x4b\x12\xb8\x6e\x87\x82\x6b\xb4\x54\x0e\xa8\xe6\x3a\x2e\x99\xdc\xf2\x92\x45\xbf\xa5\xbf\x4c\xcb\x02\xba\x89\xdb\xcb\x80\x06\xd0\x3c\xe5\xbe\x0c\x68\xac\xdb\xd5\xd7\x8d\xde\x50\x05\x50\xbd\x7a\x75\xc9\x01\x81\x32\xad\x9a\x1c\x10\xe8\x9e\xfc\x5c\x52\x40\x20\x64\x50\x4b\x0a\x08\x34\x53\x48\x96\x0c\x70\x99\xa7\xf5\x6e\x93\xe6\x69\x01\xfd\xc0\x89\xb8\x64\x80\x40\x37\xd8\xb6\x64\x80\xcb\xd4\x2d\x2f\x66\x5b\x52\x40\x20\x8a\xbb\xa4\x14\x70\x79\x8c\xc6\x5b\xc0\x96\xb9\x5b\x40\x7d\xed\x19\xe3\x19\x40\xf7\xc8\xe8\x92\x28\x2e\x0f\xbe\xbc\x86\x9b\xe4\x0e\xe8\x86\xd6\x96\xdc\x0e\x28\xa5\x6b\x7e\x49\xee\x80\xaa\xdf\x63\x79\xf2\x65\x79\xcc\x45\x4a\xbc\x3c\xe6\x02\x44\x79\x5f\x60\xab\x1e\xab\xab\xf9\x25\xb9\x03\xaa\x01\x8d\x25\xb9\x5b\x32\x28\xbf\x81\xb6\x64\x50\x40\xd7\x6d\xb5\x64\x50\xcb\x5b\x05\x4c\x19\x5b\x52\x28\x20\x4c\x8c\x5b\xde\x2a\xb0\xb8\x2f\xa0\xbc\xcb\xa3\xc9\x4f\x40\x38\x83\x4e\x19\x14\xb0\x8b\x75\x64\x45\x19\xb7\x12\x33\x72\x4f\x49\xd5\x69\x8e\x94\xdf\x95\x38\x65\x55\x40\x1b\x55\x51\x28\x32\x74\xac\x28\x15\x75\x5a\x50\x10\x0d\x45\x83\x84\xc8\x8a\x68\x2a\x72\x2c\x04\xa2\xa5\xc8\xa6\x5b\x8b\x53\xd1\x65\x2d\x6c\xc0\xad\xec\xa6\x98\x22\x14\x79\x1a\x48\xf0\x9c\xc6\x69\x20\x01\xe8\x26\xe0\x9c\x06\x12\x80\x5d\x8c\x97\x9a\xfd\x04\x74\xf3\x68\x4e\xd9\xd6\x69\xde\x92\xb7\x74\x9f\xe6\x2d\x01\xd5\xfb\x5e\x4f\x79\xd4\x29\x43\x1a\x8c\xf0\x53\x86\x04\x54\x59\xd9\x59\xde\xba\xd9\x2d\xd5\x8a\x7c\x95\x71\x6b\x8d\x2d\x95\x21\x9d\x7e\x81\x8c\xe9\x7e\x1a\x35\x38\x4d\x65\x32\xb7\xfa\x94\x21\x01\xdd\x9c\x87\x53\x82\x04\xec\x62\x74\xa8\x0c\x09\x78\x99\xc9\x29\x43\x3a\xa5\x3e\x6f\xef\x49\x7d\x80\xea\x3d\xd9\xa7\xd4\xe7\x94\x87\x78\x2c\xf9\x94\x87\x00\x61\x32\xc3\x29\x0f\x01\xfa\xf1\x96\xb2\x6a\x52\x13\x6f\xd8\x3d\xa5\x26\x40\x37\x7f\xea\x94\x9a\x00\xbb\x18\x2d\x35\x6e\x00\xb4\xf2\x7b\x3e\x64\x7d\x4a\x66\x4e\x09\x88\xd7\x6d\x9f\x12\x10\xa0\x1f\xaf\x48\xe5\x9b\x9e\xe4\xbd\xf8\xa7\xe9\x49\x40\x37\x25\xea\x94\x6c\x00\xd3\x0c\xb4\x53\xb2\x71\x7a\x8e\xdf\x3b\xcc\x4f\xcf\xf1\x03\xed\x78\x1f\x66\x3d\x3c\xc7\xef\xa7\xd8\x4e\x39\x03\xd0\xbc\xa4\xfc\x94\x33\x00\xdd\x00\xd0\x29\x65\x38\x3d\x67\xef\xd7\x21\x4e\x6d\x75\xa0\x9b\xca\x73\x6a\xab\x9f\x9a\xdc\x7e\x22\xe1\xd4\xe4\x06\xaa\xf9\x20\xa7\x26\xf7\xa9\x2d\xed\x05\x0e\xa7\xb6\x34\xd0\x4d\xb0\x3a\xb5\xa5\x4f\x73\x72\x5c\xbc\x4f\x2d\x67\x60\x78\xd1\xcb\x69\x4e\x0e\xd0\x4d\x4b\x3b\x4d\xc9\x39\x3d\xe8\x3e\x86\x2f\xb0\x1e\x1c\x74\xf7\xe8\xf8\xd9\xdf\x7a\xdc\x16\xa3\x13\xb4\x9c\x81\xe5\x15\xaf\xa7\x86\xf3\xe9\x81\x03\xaf\x55\x3b\x35\x89\x81\x30\x6d\xf5\xd4\x24\x06\xba\x49\x3f\xa7\x16\x31\xd0\x3c\x96\x70\x6a\x11\x03\xdd\x5c\x98\x53\x83\xf8\x1c\xd6\x96\x05\xf8\xd4\xfc\x05\xfa\xab\x35\x13\x6b\xce\xe1\xdc\x84\xc6\x9e\x06\x09\x80\x78\x67\x98\x31\x82\x53\xbb\xef\x9d\x27\xda\x7d\xa7\x9f\x1d\xc6\x85\x75\x6a\xf7\x9d\x8b\x97\x7a\x15\xfd\xa9\x5d\x06\x54\x2f\x10\x3c\xf5\xa7\x03\xfd\x1d\x45\xba\xd3\x4f\x0f\x50\x4f\x6c\x98\xd3\x34\x11\x60\x99\xbc\x7d\x6a\x49\x9d\x1e\xa0\x36\x31\xf6\xd4\x05\x7e\x6a\x4a\x11\x62\x3a\x35\xa5\x4e\xad\x1f\xef\xab\x3e\xb5\x7e\x4e\xad\x1f\xa2\x32\xa7\xd6\x0f\xd0\xbc\x05\xf4\xd4\x03\x7e\x7a\xbe\x79\x3a\x00\x4d\xd3\x00\x7a\x92\x83\x70\x9a\x19\x7f\x9a\xb9\xe1\x77\x58\x4e\x33\x37\x80\x6e\x3e\xcc\xa9\x29\x75\x7a\x22\xd9\xeb\xa4\x4f\x3d\xe5\xc0\x34\x19\xeb\xd4\x46\x3a\xb5\x91\x9c\x68\xda\x48\xa7\x8e\x72\xaf\x80\x3e\x75\x94\x03\xd5\x8f\x63\x9f\x3a\xca\x81\x26\xb5\x3d\x4d\x03\x39\x3d\x7e\xec\x87\x75\x4e\x13\xdc\x81\xea\x09\xd9\x53\x4b\xea\x34\x9b\x7d\x3a\xf9\xb4\x9b\x80\xe6\x47\xfb\x4e\xb3\xd9\x4f\x33\x3c\xbc\x6b\xe8\xd4\x48\x3a\x35\x92\x9c\x2e\x1a\x49\xa7\x19\x1e\x7e\xe4\xe6\xd4\x4a\x02\xba\xdc\xf3\xd4\x4a\x3a\x3d\x59\xec\x65\xbb\xa7\x8e\x72\xa0\x9b\x0c\x74\x6a\x38\x01\xcb\x93\x02\xa7\x86\xd3\xa9\xe1\x84\x01\x7a\x6a\x38\x9d\x5a\x44\x5e\xc9\x7b\x6a\x11\x01\xdd\xfc\xa6\xf3\xf3\xb6\xe0\x6b\x31\x5a\xa0\x57\x1c\xe8\xa6\x63\x9d\x7a\xc5\x81\xe2\xa1\xfe\x53\xa7\xf8\xa9\xe1\xe4\xc7\xeb\x4f\x0d\xa7\x53\xc3\xc9\x41\xaf\xe1\x74\x3e\x6f\xa3\x78\xa9\x56\x12\xd0\x75\xa1\x9e\x9e\x0f\x3e\x75\x94\x7b\xe1\xc0\xa9\x95\x04\x54\x9d\xd6\xa7\x8e\xf2\x53\x47\xf9\x74\x7a\xeb\x28\x07\xba\xc9\x7a\xa7\xb6\xd4\xf9\x75\x7c\xb8\x8c\xe9\xdc\x06\xba\x09\x3a\xa7\x89\xea\xa7\xe7\x78\x3d\xa0\x70\x9a\xf6\x01\x2c\xbf\x67\x7f\xea\xdb\x3e\xb5\xaf\x8c\x66\x9d\xda\x57\xc0\xaa\xd0\x91\xf3\xfb\xbe\x54\x55\xb2\xa6\x5c\x1a\x53\xc0\xf2\xb6\xf8\x4b\x5b\xea\xf2\x50\xad\x37\xca\x5e\x1a\x3b\xc0\xf2\xbc\xc6\xa5\xb1\x73\x69\xec\x74\x45\xa7\x22\xeb\xb1\x7c\xda\xa5\xcc\x7a\x04\xa2\x5b\xd1\xfd\xf3\xc7\x34\x88\x7f\x69\xff\x5c\xe5\xfd\xe2\xc0\x6e\xe8\xa5\x37\x18\xe8\xa6\xa4\x5c\x7a\x83\x81\xae\x77\xe8\xd2\xae\xb9\x74\x10\x2f\x5b\xa0\x61\x03\x2c\xcf\x31\x5c\x3a\x88\x2f\x6e\xf9\x7d\x63\x3c\x97\xe6\x09\xb0\x6a\xf9\x1d\x91\xec\x4b\x8f\xef\x65\x32\x83\xb7\x47\x5e\xf5\x7d\xf2\xc9\x53\x14\xd9\x66\xbc\xa3\xef\x85\x8f\x97\xee\x51\x60\x6a\x5b\x5c\x5a\x25\xc0\x2e\x46\x9d\x34\x4b\x2e\xcd\x12\x36\xcb\x4b\xb3\xe4\xd2\x2c\xd1\x49\x73\x69\x96\x00\xe1\xd5\xba\x97\x66\xc9\xa5\xc7\x74\xb1\x68\x5e\x1a\x19\x40\x37\x99\xeb\xd2\x63\x0a\x4c\xaf\x4a\xb8\xf4\x98\x5e\xda\x18\xde\x97\x78\x69\x63\x5c\xda\x18\xcc\xba\x4b\x1b\xe3\x32\x1b\xd9\xcb\x7c\x2e\x7d\x84\xc0\xf2\x4b\x7c\x97\xe9\x0c\x57\xf8\x34\x16\x8e\x4b\x87\xe0\x65\xa2\x31\x8b\xc4\xa5\x3f\x10\xe8\x26\xdd\x5c\xfa\x03\x2f\xef\xf7\xf1\x12\xb4\xcb\x44\x05\xa0\x9b\x74\x73\xe9\x22\x04\xaa\xb9\x2e\x97\x66\x07\x10\xed\x7d\x98\xa3\xc7\xd4\x85\xc5\x74\xba\xf4\x11\x02\x21\xbf\xbd\xf4\x11\x02\xc5\xab\x9e\x2f\x7d\x84\x40\xcb\xb7\xb2\xf6\x71\xb2\x47\xb1\x92\x5c\xda\x2b\x40\x0c\xfb\xce\x3c\x66\x20\xfa\xdb\x70\x95\x91\x5c\xf4\x17\x96\x7a\x14\x3d\x56\xcc\xe7\x7f\x95\xf1\xe9\x15\x5b\xa9\xbb\xf1\xd2\x1e\x5a\xac\x41\x97\xf6\xd0\xa5\x3d\xc4\xda\x72\x69\x0f\x01\xf5\x58\x96\x52\x3f\xb8\x1b\xfd\xb8\xc6\xa5\xb7\x11\xe8\x92\xfd\x4b\xa3\x09\x08\x17\xa5\x4b\xa3\xe9\xd2\x03\xe9\x85\x70\x97\x1e\x48\xa0\x78\xdd\xf1\xa5\xd1\x04\x54\x99\xec\xa5\xd1\x04\x4c\xaf\xc5\xbf\x74\x40\x5e\x5e\x0e\x84\xc3\xed\xd2\x8c\xba\xba\x23\xc3\xe9\x6b\x3a\x32\xd0\xbc\xc9\xe4\xf2\xc4\x27\x90\x26\xaa\x5f\x9e\xf8\xbc\xf4\x49\x2e\x07\xb2\x3e\x49\xa0\x9b\xfa\x77\x69\x80\x5d\xe6\x64\x78\x55\xdd\xa5\x05\x06\x94\xee\x78\xd7\x02\xbb\x74\x40\x7a\x2f\xdd\xa5\xbd\x05\x4c\x59\xfc\xa5\x03\xf2\xd2\x04\xf3\xc2\xb9\x4b\x13\x0c\x68\xf5\x7d\x81\x6d\xd7\x29\xe9\xbd\xb0\x97\x4e\x49\xa0\xba\x13\x5f\x3a\x25\x2f\x2d\x35\x6f\x97\xbb\xb4\xd4\x80\xe9\x61\x81\x4b\x4b\x0d\x48\x6f\x08\xbd\x74\x5d\x02\xd5\xfb\x6f\x2f\x5d\x97\x97\xd9\x1c\x5e\x42\x77\xe9\xbb\x04\x9a\x51\xb7\x4b\xdf\x25\x90\x5e\x5a\x78\xe9\xbb\x04\xc2\xdb\xe5\x2e\x5d\x97\x97\xf7\x0f\xe9\x8c\xbe\xf4\x5d\x02\x61\x26\xf6\xa5\xef\x12\x68\x5e\x13\x73\xe9\xbb\x04\xde\x11\xaa\xe7\xf2\x32\x9f\x7a\x0d\xeb\xaf\x82\xc8\xa7\x36\xca\x7f\x99\x4f\x0d\xb4\xf1\x3e\x4b\x95\xcd\x57\x3f\x56\x56\xfd\xf0\x0d\xd2\xc5\x3e\x7f\x79\x8a\xf4\x5a\x6f\xcb\x79\xa9\x66\x2b\x90\xde\x66\x7a\xe9\xae\xbc\x3c\x45\xea\x15\xeb\x97\xa7\x48\x81\xf4\x1c\xfb\xa5\x07\x13\xd8\xc5\xe8\x14\x5d\x98\x40\x78\x79\xfd\xa5\x0b\x13\x28\x7a\xb7\x2e\x3d\x98\x40\xe4\xfb\x43\xdb\x4e\x5e\xb7\x27\xdb\x2f\x2d\x65\xa0\x0d\xac\xc0\x4b\x4b\x19\x08\x43\x17\x97\x6e\x4e\xe0\xbd\x72\xea\xd2\xcd\x09\xb4\x77\x8d\xd3\xcd\x79\x99\x0f\xbe\x1c\xc9\x26\x9e\x00\xef\x39\x86\xcb\x7c\x70\xa0\xf9\xdd\x84\xcb\x7c\x70\xa0\x7a\x39\xf5\xa5\x7f\x14\x08\x79\xda\xa5\x7f\x14\x68\x5e\x62\x78\xe9\x1f\x05\x72\xbd\xa5\xd4\x18\xe9\xe0\x3a\x95\x2f\xed\xfc\x4b\xa3\xde\x8f\x95\x5d\x1a\xf5\x40\x7b\xc7\xac\x46\x3d\x50\xfc\x48\xd4\xa5\x7f\xf4\x3a\xdf\x26\xd1\x25\x7a\x3e\x81\x30\xea\x7f\x79\xdb\xd1\x65\xf6\xcb\x5a\xbf\xe3\x93\xd6\x97\xd4\x00\x28\x7e\x7d\xf3\x92\x1a\x00\x51\xa0\x23\x97\xcc\x00\x68\x5e\xef\x78\xc9\x0c\x80\xea\x75\x16\x97\x67\x66\x2f\xc9\x82\x07\x02\x2e\xc9\x02\x90\xcb\x2e\x93\x2c\x00\xad\xba\xac\xeb\x77\xbd\xe4\x0f\xcb\xfe\x91\x3f\x00\xd5\x5b\x43\x2f\xf9\x03\x50\x8a\x0b\xb6\xfc\x01\x68\xe9\xf3\x3d\x6c\x7b\x99\x46\xee\x3d\x85\x97\xfc\x01\xa8\xaf\x25\x25\x7f\xb8\xbc\x1e\xc9\x94\x94\xcb\x44\x72\xa0\x16\xfc\x6a\x97\xe9\x38\x40\x78\x6c\xf4\xd2\x87\x0b\xd4\xa1\xce\xf4\xe1\x02\xd5\xe4\xa1\xcb\x6c\x9c\x4b\xe2\x61\xae\xc9\x25\xf1\x00\xca\x28\xbe\xd2\x66\xe2\xc3\xad\xa6\x2b\x5e\xfa\x70\x81\xaa\x93\xee\xd2\x87\x0b\xec\x62\x34\x4a\x7e\x02\x14\xef\x6f\xbf\xe4\x27\x40\x34\x6b\x2b\x3d\xb9\xc8\x06\xff\x75\x24\xca\x15\x80\x66\xf2\xc6\xa5\xf7\x14\xa8\x1e\x1b\xba\x4c\xb3\x01\xde\xf3\xce\x97\x84\x02\x28\x55\xc7\xf1\x25\xa3\x00\xca\xfb\x4b\x19\xc5\xe5\xc7\x4c\x71\x0c\x5e\x12\x0a\x60\xff\x92\x6a\xc8\x28\x80\xf4\xfa\xbc\x4b\x4f\x2c\x50\xd3\x55\x4b\x8e\x01\x4c\x6f\x9b\xb9\xe4\x18\xc0\xf4\xa2\xb9\x4b\xdf\x2c\x10\x81\x13\xf0\x92\x75\x00\xd3\xab\x96\x2e\x59\x07\xb0\x6b\x41\x0f\xc8\x3a\x80\x69\x52\xc9\x25\xeb\x00\x66\x71\xf7\xd2\x83\x0b\xec\x5f\xd2\x29\xa6\xe7\x00\xe9\x5d\xc4\x97\xe9\x39\x40\xa9\xc6\x01\x2e\xf3\x73\x80\xf4\xae\xe6\x4b\x0a\x73\xc1\x57\xaa\xae\xd3\x4b\xbe\x02\x0c\x3d\x03\x97\x7c\x05\x18\x7e\x77\xeb\x32\x17\x07\xd8\xbf\x54\x66\xdb\xbf\xda\x66\xbe\xc0\xb6\x7f\x4d\xa1\xb3\x94\x6d\xe7\x63\xac\xef\xb2\x2b\xf7\x01\x42\xfa\x76\xc9\x7d\x2e\xbf\x30\xe3\x1e\x61\xc2\xce\x85\xbb\xb9\xea\xcd\xbf\x74\x37\x03\xcd\xbc\xdb\x5b\x86\x04\xec\x62\x13\x59\x51\xc6\x35\x8e\x0c\xb4\x5b\x77\xf3\xed\xd7\x64\x74\xfe\xde\xfa\x96\x81\xe6\xb7\x06\x6f\x7d\xcb\xc0\x1e\x7c\x05\x59\x57\x66\x34\xbb\x22\x1a\x8a\x06\xe1\xdb\x40\x34\x15\x4d\x82\x61\x56\x6d\x29\xc2\x4f\x37\x7d\xe5\xa9\xe8\xe4\x6a\x99\x44\x74\x29\x62\x20\x4c\x7f\x78\x2b\x72\xf2\x34\x5f\xf9\x51\xf6\xe1\x82\x0b\x9b\xf9\x28\xe2\x36\xba\xee\xc3\xbe\x8a\xf8\x82\x17\x66\xe3\x6d\xbe\x0f\x50\xde\xcf\x5c\xde\xfa\xae\x81\xd6\x18\x1b\xb7\xbe\xeb\xbb\xa8\x20\x26\xd4\xad\xa3\x1a\x78\xb3\x1a\x6e\xd3\x82\x80\xee\x41\x87\x5b\x22\x08\xd4\xf2\x3e\x5f\xfd\x14\x87\x4b\xb3\x98\x0a\x82\x09\x9a\x3e\x77\x4b\x04\x6f\xbf\x12\xab\xdb\xf2\x96\x09\x02\xad\xbd\x22\x35\x84\x23\xbc\xba\x1d\xde\x3a\xc2\x81\xee\xb9\x8c\x5b\x47\x38\xf0\x1e\xd2\xbf\xcd\xa8\xbf\xab\xeb\x17\x0b\xf5\x2d\x49\x04\x52\x67\xf3\xad\xd3\x1b\x28\x55\x27\xd7\xad\xd7\x1b\x88\xda\xfd\xa5\x6d\x27\x2d\xc8\xcb\xe2\x6e\x9d\xde\xc0\xfe\x25\x2a\x32\x2d\x08\x08\x3f\xa2\x7d\x9b\x16\x74\x57\x5b\xc0\x56\x76\x9b\xdd\x03\xa4\xe7\xf0\x6e\x93\x7b\xee\x66\x57\xc1\x47\x6e\x59\x28\x50\xcd\x92\xb8\x25\xa1\x77\xb3\xba\x18\x5e\xb7\x8c\x13\xc8\x86\x3d\x7f\xcb\x38\xef\x66\xdd\x52\x99\x75\x6b\x1c\x1c\xff\x3d\xe7\xae\x6f\x09\x29\xd0\x3c\x69\x71\x4b\x48\x81\x30\x4f\xf1\x36\x85\xe7\xf6\xcc\x2f\xd1\xad\xdb\x14\x1e\x20\x3d\x24\x7a\xeb\x40\x07\xea\x7c\x4b\xbd\x4d\xfe\xf0\x31\x74\x06\x8a\x09\x3c\xb7\x17\xed\x0e\x1f\xef\xb0\xe6\x53\xb3\x7e\x84\xe3\x96\x01\x03\xd5\x6f\xf7\xdd\x32\x60\xa0\x19\x42\xbe\xf5\xb2\xdf\xde\xb3\xeb\x08\x36\xa5\xe7\x0e\x17\x41\xa7\xbd\xf9\x3b\x40\x6d\x6c\x73\xb7\xbe\xf8\x3b\x1c\xc2\xe9\x0b\xd4\x05\xdf\x90\xf5\xde\x8d\x5b\x5f\x3c\xd0\x8c\x47\xdf\xfa\xe2\x81\xea\x2d\x53\xb7\xbe\x78\xa0\x19\x0b\xbd\xa5\xe6\x77\xb8\xb2\x77\xdb\x64\xcb\x43\xb3\xd2\x57\xda\x72\x3e\x2b\xab\x8f\xfd\x96\xad\x03\xa9\xbd\x73\xcb\xd6\x81\xa6\x71\x7e\xcb\xd6\xef\xb4\x99\x2e\x82\xf2\x70\x20\x3c\x55\x70\xcb\xc3\x6f\x08\x76\x7d\x27\xb4\x0c\x1b\x48\xcd\xa2\x5b\x86\x7d\xe7\x5b\x5b\xaa\x26\x53\x06\x9a\xa9\xf3\xb7\x44\x19\x28\x55\x0a\x7c\xcb\x94\x81\xe6\xa7\x12\x6f\x13\x73\x80\x6a\xe8\xf9\x96\x3b\x03\xb3\xba\xc8\xca\x9d\x81\xf4\x62\xe9\x5b\xee\x0c\x0c\x3f\xf5\x7b\xcb\x9d\x81\xda\xad\x85\xdc\x19\x48\x2d\xb1\x5b\xee\x0c\x94\x37\x3a\x7a\x1b\x71\x00\x56\x75\x02\x4a\xa7\xef\xee\x3c\x55\x91\x32\x65\x60\x9a\xb4\x7d\xcb\x94\x81\x5d\xcc\x06\xa8\x8d\x8e\x97\xf9\x7d\x9a\xda\xe0\x78\xaf\x41\xc3\x5b\x3e\x0d\xec\x5f\xa2\x47\x09\x35\xd0\x1a\x3b\xf0\x2d\xa1\xbe\x87\xbd\xe2\xa6\x20\xdf\x05\xc2\x18\xe7\x2d\xdd\x05\xd2\x74\xdb\x5b\xba\x7b\x0f\x77\x4d\x9c\x88\xb7\x3c\x16\x88\x77\x6d\x90\xc7\x02\xa5\x9a\x16\x7e\x4b\x64\x81\x66\x6e\xf7\x2d\x91\x05\x9a\x9e\xed\x5b\x1e\x7b\x4f\x35\x69\x3d\xe4\x9e\x40\x9a\xa8\x7b\xcb\x3d\xef\xa9\x26\xed\x76\x69\x25\x90\xa6\x1a\xdf\xd2\x4a\x20\xd3\x05\xcf\x24\x98\x1b\x56\x59\x8b\x2b\x9e\xb4\x12\x48\x13\x86\x6f\x2f\xba\x05\x52\x53\xe3\x36\x64\x72\x73\xd1\x6d\xf5\x56\xc2\x5b\xa6\x09\x94\xb7\x93\x25\x9a\x40\x79\xcd\xf2\x5b\xa6\x09\xe4\xdb\x76\x89\x26\x50\xfc\x06\xfb\x2d\xd1\xbc\xb9\xfb\x36\x5d\x77\x65\x95\x40\xea\x8d\xba\x65\x95\xc0\x7b\xf8\xe8\x96\x55\x02\xe9\xe7\xc3\x6e\x59\xe5\x2d\x37\x2c\xf6\x8a\xe4\x10\x18\x0b\x6f\xcb\x2d\x39\x04\x32\x5d\x85\x24\x87\x40\x1a\x30\xb9\x25\x87\x37\x29\x30\xd5\xeb\x0c\x6f\x73\x60\x80\x78\x7b\x58\xda\x07\x94\xea\x0d\x84\xb7\xbc\x0f\xc8\xc4\x8d\x7b\xcb\xfb\x80\x34\x69\xf9\x3e\xdf\xda\xf2\xf9\xb6\x62\x29\xfb\xe9\xb2\x01\x2e\xb7\x52\x41\x20\x3d\x2b\x75\x1b\x18\x02\x76\x31\x1a\x25\xfd\x03\x42\x43\xfa\x96\xfe\x01\xbb\x18\x2d\x90\xff\x01\x69\x2a\xf6\x2d\xff\x03\x4a\xf5\x56\xc2\x5b\x02\x08\xa4\x1f\x08\xb9\xe5\x7f\x80\x8e\xac\x5b\xfa\x77\xc3\xf5\x6a\xa9\xca\x6c\xd4\xc5\xe0\xeb\x3e\xeb\x6d\xd4\x63\xb1\xff\x8b\xb1\x3b\xc9\x81\x15\x56\xb2\x30\x3c\xaf\x55\xd4\x12\x12\x77\x18\xa9\xf4\xf6\x92\x49\xb3\xff\x25\x94\x38\x9f\xef\x9b\xde\x3b\xfa\x25\x44\x26\xee\x30\x71\x1c\xe1\xb0\xa2\x79\x7d\x5e\x14\x99\x97\x4f\x62\x2f\x78\x6f\xcb\x33\xf9\x8f\x82\xde\x59\x63\xf4\xdf\x79\x1a\x90\xbe\x94\xc4\x5e\xd0\x85\x42\x9f\xc4\xde\x79\xea\x16\xb6\xa9\xb8\x9b\xa0\xf7\xfd\x1f\x34\xf5\x49\xe5\x9d\xb4\xda\x66\xdc\xd1\x6a\x41\x17\x59\x7b\xd2\x6a\xe7\x65\xa8\xc4\x69\x76\xf2\xf5\x04\x6d\xcd\x23\x62\x64\x4e\x92\x4b\x9e\xbe\x93\xe4\x3a\xa5\x7d\xf5\xf9\x26\xb9\x4e\xfa\x4a\xe6\xbb\x93\xbe\x0a\xba\x95\xae\x93\xbe\x0a\xba\xbd\x6b\x27\x7d\x75\x3a\x16\x34\x4b\xe4\x27\x7d\x15\xbc\x7f\xe6\x9a\x9e\x8c\x5f\x47\x5c\xf7\x49\x60\x05\xef\x6d\x8a\xb6\x8a\x9b\xd4\x77\x9b\x4b\x5a\xf0\xd6\xe3\x86\x0f\x39\x15\xd4\xcd\xd7\x9a\x9a\x3a\x49\x27\x41\xe7\x27\xe9\x14\x6c\xc3\x88\x22\x9d\xce\x47\x45\xbd\x27\xf6\x31\x04\xc7\x9a\xe2\xa8\xa9\xe0\xbd\x2d\x9d\x40\x4e\x05\xbb\x18\xcb\x93\x9c\x3a\x1f\x3d\xbe\x9e\xa0\xbc\x8f\x83\x14\xd3\x6c\x54\x51\xb0\x15\x49\xdf\x4e\xb2\x28\x98\x82\x1b\x4f\xfb\x18\xce\x47\x15\xd2\xbc\x17\x59\x74\x7d\x8c\x86\x7c\x89\x2f\x1a\xe8\xfa\x64\xe2\xc8\x37\xf6\x22\x81\x2e\x7a\x47\xd6\xb7\x8b\xde\x09\xba\xa3\xa9\x2e\x7a\x27\xd8\xca\xe1\x97\xd3\xa5\x55\xb6\x3d\xd7\x2e\xd7\xae\xff\xfc\xef\x61\x21\xe3\xa2\x51\x82\xea\x43\x76\xd1\x28\x17\xa5\x21\xe9\xdb\x45\x69\x04\x9b\xf3\x27\x2f\x4a\x23\x78\x6f\x73\x4d\xd1\xb6\xac\x8a\x2b\x2d\xa9\x11\xec\x8e\xd4\xbc\x28\x8d\x6b\xd3\xba\xf9\x6c\x5d\x34\x44\xd0\x05\xfe\x5f\x24\xc4\x45\x2f\xc8\x2a\x77\x11\x0c\x41\x37\xdc\x2e\xb1\x34\x17\x71\xc0\xea\xbb\x88\x83\xa0\x5b\x2f\xb8\x88\x83\xe0\xbd\x2d\x3f\xa5\x0e\x82\x6e\x8b\xc3\x45\x1c\x5c\x52\xa8\xc6\x0e\xb9\x88\x83\xe0\xfd\x65\x1a\x5c\xe0\xcc\xe5\x8c\x8e\xe1\x97\x5f\x97\xf2\x45\x75\x88\xf3\x45\x43\x04\xc7\x67\xfd\x52\x1f\x64\x83\x80\x10\xf0\xcb\x06\x81\xa0\xdb\x42\x71\xd9\x20\x70\x91\x10\xf2\xd1\x5d\x24\x44\xd0\xc5\xf4\x5c\x24\xc4\x95\x83\x18\x0b\x5f\xf1\xc5\x62\x0f\xba\x7d\x04\x17\x8b\x3d\xe8\xb6\x33\x5c\x2c\xf6\x2b\x11\xf1\x45\x9e\xb6\x4b\x2c\x4b\x30\xac\x48\x5c\x2c\xea\x2b\xe1\xef\x85\x68\xbb\xd8\xcf\x41\x17\xac\x7f\xb1\x9f\x83\x2e\xcc\xff\x62\x3f\x07\x75\x5b\x3f\x54\xb2\xb8\xb6\x8a\x55\xb3\x8b\xb1\x1c\x1c\x02\xad\x2f\xc6\xf2\xd5\x77\xb7\xb9\xa6\x1c\xf2\x8d\x66\xd1\xe6\x62\x05\x5f\x5d\x1a\xa3\xea\xdf\x94\xa3\x1b\x45\xa9\x01\xaf\x52\xb0\x2d\x73\xff\xe2\x56\x0a\x7a\x37\xfe\x18\xcb\x57\x9c\x37\x45\x66\xb2\x8b\xb5\x19\xf4\xee\xad\xe2\xbc\x09\xb6\x22\x5f\xe1\xc5\x7b\x73\xc9\xe1\x39\x5d\xf2\xd0\x6c\x78\xb5\x49\xe3\x62\x93\x5e\xc9\x2f\x53\x4a\x6c\xa4\x8b\x01\x1a\x74\x9b\x34\x2e\x06\xe8\xb5\xeb\xf8\xd8\x6a\x17\xbf\x4c\xd0\xed\x71\xb8\xb8\x65\x2e\xf6\x21\x5d\x76\xb1\x0f\x83\x83\xc1\x72\xb1\x0f\x83\x6e\x81\xe0\x62\x1f\x06\x5b\x91\x4b\xea\xe2\xe8\x08\xa6\x63\x03\xaf\xb9\x1e\x60\x7c\xe4\x2b\x71\xf1\x6a\x04\x87\x44\xd6\x17\xcb\xf2\x3a\xdc\x66\x6a\x63\x98\x05\x07\x2b\xef\x3a\xd6\x6d\x5a\x57\xc7\x70\x01\x5c\x8c\xb5\xc8\x87\x8b\xb1\x76\x1d\xfa\x4a\x83\xb0\xc3\x82\x6e\xb3\xc5\x65\x75\xff\x3a\x8c\x23\xc3\xcd\x52\x7e\x70\x48\x95\x7d\xb1\xd6\xae\xaf\xb2\xe9\x3f\x8b\xed\xc1\xf1\xda\xae\x7f\xfd\x6c\x5f\x62\x6e\xae\xdf\xfa\x97\xb4\x17\x8b\xe6\x62\xd1\xac\x4b\xeb\xb6\x99\x3f\x4e\x4b\x33\x69\x82\xad\xd4\xac\xe2\x5f\x96\xb4\x83\x29\xf1\xdc\x25\x92\x38\x78\x6f\xf3\x53\xe3\xe7\xc5\xdc\x87\x4b\xda\x21\x9b\x42\x4b\xf5\xc2\x32\x4c\x82\x6e\x9f\xc8\x65\x15\xfa\x62\xab\x38\xe1\xfb\x62\xab\x04\x73\xd3\x95\x8c\x91\xe0\xbd\x2d\x55\x38\xd7\x13\xae\xa4\xf0\x4b\xab\xca\x83\x72\xb1\x59\x04\x2a\x5e\x6c\x96\x60\x4a\xf8\x75\xb1\x59\x82\xad\x48\x5f\x73\x59\x60\x0e\x0e\xa9\xc5\x2f\xf1\x2f\xd7\xa5\x6c\x59\xc2\xba\x04\xf6\x06\xc3\xf7\xf8\x12\xc5\x72\x59\x9a\x96\x17\xe6\xb2\x34\x1d\x6c\xab\x56\xd7\x2a\xdb\x9d\x13\x1a\xd3\xbb\x96\xa6\x2f\x46\x91\x54\x7c\x17\xa3\x28\x68\x96\x09\x2e\x46\x51\xb0\x95\xea\x92\x1a\xdc\x5a\x57\xc7\x30\x8a\x2e\xc7\x98\x79\xaf\x19\x45\x41\xb3\xd3\xea\x62\x14\x05\x55\x5a\xe5\x8b\x4d\x14\x14\xc6\xce\xc5\x26\x0a\xb6\x5d\x4f\x31\x89\x2e\x8b\xce\x35\x6b\x4e\x17\x9b\x28\xa8\xd3\x50\xb0\xe8\x7c\x59\x61\xb6\x16\x78\xb1\x89\x82\xad\x78\xd3\xef\x55\xf5\xe4\x41\xd1\x40\xac\xa4\x60\x92\xd9\x17\x2b\x29\x28\xd2\xdf\x5f\x62\x64\x82\xb6\xf9\x5c\xd8\x12\x1a\x54\x9b\x99\x2f\xa6\x54\x70\xac\x9b\xb4\x4e\x36\x84\xae\x83\xa5\x2f\x66\x53\x50\x8f\x2c\x8b\x5e\x16\xa1\x2f\x26\x92\x0d\x3d\x17\x13\x29\x68\x82\xaa\x2e\x26\x52\xf0\x67\xf6\xb5\x96\x7c\xb1\x9a\xa8\x90\x9b\xd5\x74\x5b\x4c\x76\x92\xe6\x6d\x31\x39\x58\xe7\x30\xdc\x0c\xa9\xa0\x3a\x8e\xeb\x16\xba\x7c\xaf\x0d\xa1\xfe\xac\xb9\xa4\xcf\x63\xa7\xde\xd6\x97\x83\xea\xb0\x83\x9b\xb9\x15\xac\x4d\x4a\x37\x73\xeb\x66\x6e\x39\x75\xf2\x66\x6f\x05\xd5\xd1\x91\xb7\xf5\xe5\xfb\xe3\xcd\xee\xae\x9d\xae\xe5\xdc\x95\x55\x81\xcb\xa5\xf4\x66\x8d\x89\x74\xb3\xc1\x82\x6e\x97\xf5\x6d\x9d\x38\x68\x12\x26\xdc\x96\x89\x83\x6e\x5f\xf4\x6d\x99\xf8\x66\xbc\x49\x19\x74\x33\xde\x82\xde\xb3\xd8\x7b\x33\xde\x82\xe2\x53\x7f\xb3\xdd\x82\x3a\x94\x82\xed\x76\x5b\x26\x96\x32\xe8\x66\xbc\x05\xc5\xd6\xdd\xdb\x32\x71\xd0\xed\xf5\xbe\xad\x12\x07\x8d\x9d\x76\xb3\xf0\x6e\xe1\xd2\xcd\xff\x6b\x8c\xec\x27\xb5\xe0\x70\x5b\x24\x0e\x36\x27\x96\xdc\x6c\xbe\xbb\xe8\xa7\x48\xb2\x9b\x35\x17\x4c\x69\xad\x6f\xc6\x5c\xb0\x39\xd5\xf2\x66\xcc\x05\x4d\x7e\xf3\x9b\x31\x77\x17\x6f\x5d\x0c\xbc\x5b\xbc\x51\x30\x9d\x53\x71\x33\xdc\x82\xf7\x36\xcf\x54\xb4\x17\x55\x3c\xdc\x5d\x56\xd1\x72\x9a\xdd\xe6\x92\x9e\xb3\x46\xcc\x03\x7b\x5b\x23\x0e\xba\xf8\x8e\xdb\x1a\xf1\xbd\x52\xdd\xc7\xe0\xbd\x45\x2a\x05\x73\xe6\x1d\xbe\xd9\x7c\xb7\xd3\xbd\x65\x88\xbb\x05\x4b\x07\xbb\x08\xc7\xdb\xb2\x71\xd0\x6d\x56\xbf\xad\x0b\x07\xaf\xa5\x92\x4b\xfa\xc9\x22\xb0\x63\xa4\x6f\xab\xc0\x77\x95\x68\x33\x75\x67\x40\x06\x65\xd7\x51\x0c\xc8\xbb\x7a\x17\x63\xd0\xdc\x16\x78\x83\x39\x0d\x3e\x0b\xbc\xc1\x7b\x9b\x6b\x2a\xda\x12\x27\x9b\x2f\xff\x6d\x85\x37\x38\xac\x50\xdd\xf6\x6c\x06\xdd\x36\xfa\xdb\x9a\x6f\xb0\x8d\x7f\x39\xe0\xfa\xb6\x24\x7c\x37\xef\x5b\xa6\xe7\x9b\x19\x1a\x2c\xc7\xdb\xcd\x0c\xbd\xbb\x57\x24\x56\xd1\x2d\x28\xea\x96\x09\x3f\xd3\xff\x6d\x31\x36\x28\xd3\x2b\x62\x31\x36\xd8\xd6\x31\xf0\xb7\xa0\xa8\xe0\x70\x54\xc8\xcd\x58\x0d\x8e\xcf\xfa\x7f\x4d\xcf\x58\x95\x88\xe8\x66\xac\xde\x8c\xd5\xe6\x36\xa5\xb5\x8c\x2b\x70\xe1\x66\x99\x06\xdd\x06\xb3\xdb\x32\x6e\x30\x67\xa6\xde\xdb\x2a\x6e\xf0\xfe\x32\xc5\xb5\x8c\x1b\x74\x49\x07\x6e\xcb\xb8\xc1\xca\x50\x77\x5b\xc6\x0d\xf6\x7d\xfd\x99\xd6\x18\xab\xb4\xe9\x47\x56\x6e\xb0\xdb\x16\x70\xb3\x72\x83\xc3\xd7\xe4\x66\xe5\xde\x7b\x46\x80\xac\x06\xb7\xc5\xd2\x60\xdb\x3d\x53\xf0\x51\x50\xb9\x9f\x6e\x46\x6e\x50\xb8\xad\x6f\x46\x6e\xf0\xfe\x59\x06\xa7\xe0\xa3\x60\xb3\x14\x73\x0b\xff\x0e\xb6\xd2\xf4\xb1\x78\xa4\xdb\xd9\x67\x91\xfe\xb7\xf5\xd9\x60\x17\xd0\x76\x5b\x9f\x0d\x06\x87\xf7\x6d\x7d\x36\x28\x76\xa6\xdd\x52\x2d\x06\x8d\xef\xe4\xde\x57\x35\xaf\x38\x9f\xfc\x97\x6e\xda\xb3\xad\x39\x2b\x94\xb7\x75\xdd\x60\x9b\x31\xe5\x6f\xeb\xba\x41\x77\x74\xc5\xcd\x6c\xbf\x19\xe4\xdc\xe2\x37\x83\x3c\x68\x76\x82\xde\x0c\xf2\xe0\xbd\x2d\xc5\x10\x7a\x14\x54\x12\xff\x66\xa3\x07\x9b\xfc\x2d\x37\x1b\xfd\xce\x16\xc9\xe2\xac\xcb\x5b\xa0\x51\xb0\xf2\x0d\xde\xe2\x8c\x82\x3e\x4c\x0e\x16\x84\xef\x04\x15\x15\xc7\x5f\xde\x82\x8a\x82\xc6\x4f\x7b\x5b\xfd\x0d\xca\x30\x42\xad\xfe\x06\x5d\xd8\xd8\x6d\xf5\x37\xd8\x8a\x33\x54\x6f\xa1\x47\x41\x91\xb5\xea\xb6\x20\x1c\x34\xaa\xee\xb6\x20\x1c\x6c\x4e\x5f\xba\xad\x07\x07\xdd\x6e\xad\x9b\xec\x08\xb6\xa6\xfc\x64\xc7\x4d\x76\x2c\x43\x80\xec\xb8\xd7\xde\x49\x25\xd3\x18\x89\x3c\xda\xd7\x9f\x69\x8c\xac\x11\x17\x81\x03\xb7\x45\xe2\x60\x13\x92\x77\x13\x27\xc1\x7b\x9b\x87\x1a\x08\x47\x0e\xec\x5b\xa5\xd5\x66\x11\x2c\xc3\x9b\x4e\xaf\x04\x7d\x98\x16\xe9\x95\xfb\xdb\xfc\x99\xdb\x54\x3d\x21\x44\xfc\xd1\xb7\x10\xa2\x60\x5b\x53\x15\x55\x13\xb4\x61\xc2\x21\x5b\x6e\x4b\xc9\x56\x45\x6f\x4b\xc9\xc1\xb4\x92\x76\x5b\x4a\x0e\xb6\xb5\x23\xfd\xb6\x96\x1c\xd4\xb1\xbb\x4d\x9d\x2c\x12\xf3\x4c\xdd\x16\x89\x83\x6e\xef\xda\x6d\x91\xf8\xb6\x48\x2c\x0b\xec\x6d\x91\x38\xe8\x4c\xe6\xdb\x22\x71\x50\xe5\x52\xba\x29\xaa\xa0\x54\xcf\xa4\xa8\x82\x26\x79\xf4\x4d\x51\x05\xdd\xae\xba\x9b\xa0\xba\x7f\x7a\xc0\xf4\xf5\x5b\xa5\xbd\x73\x5b\x86\xa8\x35\xe2\xfb\x34\x12\xbc\x8b\xb6\x05\x04\x85\x4f\xe1\xb6\x2d\x20\x28\x6b\x0c\x11\x4f\xf7\x65\x62\x65\x17\x09\xbb\x09\xba\xc4\xbf\x37\x55\x14\xf4\xe1\x9b\x46\x15\x05\x45\x56\xad\x9b\x28\xba\x2f\x2f\x31\x1b\xc2\x0e\x80\xa0\x58\xd6\xb9\xed\x00\xb8\x09\x25\xe9\xac\xee\x6b\x95\x23\xaf\xa7\x3e\x26\x94\xee\xcb\xeb\xc9\x96\x21\x81\x82\xe9\x80\xc4\x5b\x74\x4e\xb0\xcf\xac\x4b\xdd\x44\x51\x70\xd8\x7a\x7c\x13\x45\xc1\x7e\x64\xc5\xfc\x26\x8a\x82\xdd\x79\xb8\xb7\xb5\xe3\xdb\x12\xb0\xcc\x55\x37\xb9\x13\xf4\x71\xfc\x43\x1c\xf8\x4d\x0d\xdd\x56\x88\xc5\xe0\xdc\xe4\x50\xd0\xc7\xe1\xf9\xaa\x7c\x7b\x09\xcd\x22\xe4\x50\x30\xcb\xf0\x4b\xe3\xf5\x31\x38\xb5\x20\x09\x13\x4c\x0b\xeb\x37\x09\x73\x4b\x01\x99\x18\xa5\x9b\x86\xb9\xad\x06\x2f\xcb\xcf\x6a\x70\xd0\x96\x71\x42\xd6\x04\x95\x0b\xf3\x26\x6b\xee\x47\x0d\x8c\x7e\x91\x34\x41\x21\xb3\x6f\x6b\xc6\xf7\x63\x74\xae\x7f\x33\x3a\x73\xd0\x97\xa0\xc3\x9b\xd4\xb9\xed\xd2\x8c\x3a\x7c\x28\x9d\x60\x49\x87\x87\xd0\x09\xba\xe0\xa0\x87\xd0\x09\x9a\xf8\xf1\x87\xd0\x79\xe4\xb1\xcf\x97\xef\x21\x74\x82\xe2\x68\x88\x87\xce\x79\x28\x18\xe1\x53\x0f\x05\x13\xf4\x92\x11\xf6\x50\x30\xc1\x7b\xdb\xcc\xb5\xaf\x6b\x39\x4d\x79\xba\xf4\x73\xe9\x1d\x9b\x64\xc2\x43\xe7\x3c\x44\x4d\x5b\x75\x7a\x5c\x4b\x74\x50\xcc\xf1\x87\xa8\x79\x04\xbf\x48\xe0\xf5\x50\x35\x41\x97\x33\xf4\xa1\x6a\x82\xf7\xb6\x54\xc1\xc6\xcd\x60\xdb\x15\x8d\xd0\x09\xb6\x95\x41\xf8\xa1\x74\x82\x66\x31\xf1\xa1\x74\x82\xf7\xb6\x54\x9e\xd4\x09\x36\xc3\xef\xa1\x74\x82\x15\x4e\xff\x50\x3a\x8f\x95\x6b\x89\xc4\x1e\xba\xe6\x11\xfd\xb2\x2b\xae\xca\x67\xcb\x67\x71\x06\xd1\x63\x99\x3a\xd8\x9a\x5a\xd9\xf2\x19\x34\xc9\xf3\x1e\x7b\x2a\x1e\x5a\x47\x38\xd6\x43\xeb\x04\xc5\x8e\xba\x87\xd6\x09\xaa\x1c\x67\x0f\xad\x13\xac\xc8\xe1\x87\xd6\x79\xca\x8a\xe8\x49\x3d\x2d\x5c\x07\x5d\xf8\xe1\x63\xe1\x3a\xe8\x22\x1e\x1f\x8a\xe8\x21\x7f\x9c\x4b\xf4\x90\x3f\xc1\xb0\x13\xfc\x21\x7f\x82\xf7\x36\x3f\x55\x4f\x07\x49\xe7\x8b\xf8\xd8\xbb\xf1\x90\x44\x4e\xd5\x79\x48\xa2\xa0\x96\xc8\x9f\x87\x24\x7a\x48\x22\x69\xcf\x1e\x92\x28\x38\xac\x74\x3c\x24\x51\xf0\xde\x96\x26\xb2\x0e\x1e\xcc\xb9\x2e\x69\x22\xfa\xc7\x71\x22\x0f\x01\x14\x6c\x4c\xa8\x47\x60\x4c\x50\xa5\x58\x7f\x48\xa2\xe0\xfd\xa5\x87\xea\x51\x5b\x4b\x0d\x53\x32\xe9\xa1\x89\x9c\x6f\xf1\xd0\x44\xc1\xb0\x0e\xfe\xd0\x44\x4f\x64\x4c\x71\xfe\xc4\x43\xa8\x04\x87\x5d\x76\x8f\xb5\xf7\x47\x38\x0b\xc5\xff\x58\x7c\x0f\x76\x6b\x05\x8f\x70\x96\x87\xc4\xa1\xb5\x1f\x12\x27\x98\xd6\xc6\x1e\x12\xe7\x11\xbc\xd2\xd7\x13\x74\xd6\x8b\xc9\x2f\xf0\x08\x5e\x79\x2c\xc8\x53\x7f\x8f\x05\xf9\x47\xf4\x4a\x0c\x93\xc7\x82\x7c\xb0\x15\x29\xd3\x1e\xe1\x2b\xc1\x36\xb3\x02\xf2\xd8\x6b\x12\x6c\x42\x73\x1f\xb2\xea\x11\xe4\x42\x98\x3e\x74\x55\x50\xec\x22\x79\xe8\xaa\xa0\x1f\xa6\x14\xb2\x2a\xe8\x47\x3e\xf5\x0f\x59\x15\x74\xe7\xae\x3f\x64\x55\x70\xb0\xb0\x1f\x91\x30\x8f\xf5\x7e\x52\xf2\xb1\xde\x1f\xb4\xcd\x60\xa3\xaa\x1e\x7a\x89\xac\x7a\xe8\xa5\xa0\xcb\x03\xf3\xd0\x4b\x41\x15\x6a\xf3\xd0\x4b\xc1\xfb\xcb\x94\x96\x60\x0a\xaa\x1c\x03\x8f\xb8\x97\xe0\xbd\xcd\x35\xf5\xcc\xa6\x11\x89\x41\x1e\x81\x2f\x0f\xbf\x83\xd0\x89\x87\xdf\xe1\xb1\xd5\xd6\x54\xc1\xef\xf0\x48\xb4\x69\x42\x21\xc8\x1e\xb1\x30\xa2\x3a\x1e\x8a\xec\xb1\xfb\xd6\x0b\x4f\x91\x05\x45\x98\xd7\x33\x56\xdd\x75\x7b\xff\x87\x74\x66\x0f\xb7\x44\xd0\x98\x4f\x8f\xb0\x98\xa0\x15\x0d\x48\xe9\x05\xef\x1f\xbb\xa6\xb9\x92\x1c\x5f\x92\xa2\x87\xd4\x7b\x76\xf3\xaf\x81\x4d\xc4\x05\x7d\x44\x59\x3f\x34\xdc\xb3\xaf\xa6\x49\x3b\x10\x71\xcf\x0a\xb2\x49\x17\x11\x71\xc1\x56\x84\x09\x3c\x54\x5c\xb0\x4e\x69\x79\xa8\xb8\x60\x93\xbc\xf7\xa1\xe2\x9e\x5d\x3b\xc4\x98\x78\x08\xb4\xa0\xda\xd6\xfb\x10\x68\x41\x5b\x1f\x15\x7e\x95\xa0\x4b\x83\xf4\xf0\xab\x3c\x64\x9c\xb0\x8f\x87\x8c\x0b\x8a\xa5\xf2\x87\x8c\x0b\x56\xd6\xdf\x87\x8a\x7b\xb8\x5a\x44\x26\x3c\x64\x5c\xd0\x25\x50\x7a\xc8\xb8\x60\x13\x33\xff\x08\xe2\x09\xfa\x58\x25\xd3\x1a\x11\x76\xc7\xa1\x4a\x1a\xe3\x45\x19\xbb\xc2\x6a\x8c\x44\xfa\x0c\xd3\xaa\x48\x9f\x67\xae\xc6\x48\x03\x11\x76\x41\xb3\xa8\xfc\x10\x76\xc1\x14\x4c\xfa\x10\x76\x41\x65\x99\x3e\x74\xdd\x23\xaa\x47\x8c\xc1\x43\xc5\x05\x5d\xb6\xea\x87\x8a\x7b\x78\x8f\xc4\x1d\x3c\x64\xdc\x43\xc6\x35\xff\xa6\xe6\x2f\x8a\x83\xcc\x1f\x2a\x2e\xe8\x23\x0b\x14\x0f\x15\xf7\x90\x6c\x1c\x02\x0f\xc9\x16\x74\x6b\xb7\x0f\xc9\xf6\x90\x6c\x3c\xbc\x0f\xc9\x16\xec\xf6\x29\x3f\x24\xdb\xc3\xc7\xc4\x37\xfc\xd0\x6c\xcf\xf2\x31\xe5\xa1\x34\x5b\xd0\xc4\x86\x3d\x22\x82\x9e\xaf\x99\xdc\x48\xa3\xc6\x82\x2e\x83\xd5\x23\xfc\x27\xd8\x8f\xe6\xcf\xd4\xe0\x45\xb3\xbb\xf6\x21\xd9\x1e\xfa\x8c\xeb\xf6\xa1\xcf\x82\x3e\xcc\x22\xf4\x59\x50\xed\x32\x7f\x64\xc5\x79\x68\xb1\x35\xdf\xd3\x62\x0f\x2d\xc6\xb8\xa0\xc5\x1e\xee\xad\xf5\xc9\x22\xc6\x82\x95\xb5\xf8\x21\xc6\x82\xf7\x36\x3f\x55\x83\x17\xfb\x34\xfa\xa8\xb1\x87\x2f\x8b\xcb\xf4\xe1\xcb\x0a\xba\xd0\xa4\x87\x2f\x2b\x58\x91\xe3\x0f\xcd\xf6\x9c\xa6\x0e\xa3\xc8\x5e\x8c\xa0\xda\x18\xf3\x88\xce\x09\xba\x03\x7f\x1e\x4e\xb0\x60\x1d\x6c\xfc\x70\x82\x05\xcd\x16\x85\xc7\x56\x8c\xe7\x5c\x15\x70\x9b\x0a\xe4\x58\xea\x65\x76\x13\x80\x4f\xb6\x67\x94\x35\x0f\xf1\x95\x05\x65\xcd\xbd\x5c\x65\x41\xe5\x41\x7a\xce\x55\x81\x75\x64\x80\x87\xea\x83\x9c\x19\xb0\xfb\x33\x9b\x38\x82\x21\xb4\xf2\xa1\x26\x83\x41\x5e\x3c\xd4\x64\xd0\xeb\xba\xa4\x31\x48\xc7\xf5\xb2\x93\x8e\x41\xdf\xcd\xad\xa4\x63\xd0\xd6\x07\xd7\xe6\xf1\xa0\xee\xdd\x9f\xa9\xf9\x95\xbc\x1f\xd5\x5d\x6a\xce\xeb\xb6\x5e\x29\x5e\xb7\xa0\x4b\x3d\xf1\xf0\xba\x3d\x76\x7f\xac\xd1\x47\x60\x06\x6d\x4d\xa3\x04\x66\xd0\xad\x95\x3c\x04\xe6\x23\x14\x69\x0d\x04\x72\x32\xe8\x52\xd1\x3c\xbc\x6e\xcf\x3d\xdc\x96\x7a\xf2\xb1\x05\x8d\xcb\xfa\x21\x3a\x1f\x12\x52\x9a\xb5\x87\x84\x0c\xfa\xbe\x8a\xe6\xfd\x79\xb1\x96\xbe\x1e\x0a\xf2\x11\x77\x34\xbc\xb3\x24\x64\xd0\x65\xeb\x7c\xf8\xd8\x82\x2e\x99\xce\xc3\xc7\xf6\x24\xec\xa8\x0c\x76\x2c\x8f\x5a\xf0\x9a\x50\xb9\xa4\xa2\x76\x71\x48\xd0\xf6\x50\x9a\x41\x99\x54\x19\xa1\xf9\xd8\xb2\x21\x8d\xeb\x43\x56\x06\x5d\xf6\xc8\xc7\x96\x8d\x47\x28\xd2\x28\xff\xb0\x0e\xfe\x50\x9d\x41\xb5\xd3\xed\x11\xa9\xf4\x70\xc3\x09\x4b\x7a\xb8\xe1\x82\xb5\xdb\xf3\xa1\x4d\x83\x2e\xe7\xcf\xf3\xac\x4a\x3b\x25\xe8\xf8\x9f\xff\x7b\x8d\xff\xff\xfc\xef\x82\x0d\x5d\xe3\x13\x6d\x0a\x35\x8b\x18\xaf\x95\xec\x52\xc9\xbe\xc5\x4f\x2e\x55\x97\x6a\xfe\xde\x0f\x9b\x4b\x46\x40\xcb\xa5\xee\x92\x51\x3d\x73\x69\x77\x49\x6f\x17\xa5\xf8\xba\x96\xde\x7e\x5b\x79\x7c\xa2\x43\xc7\x47\xcc\x53\xf2\xb3\x8d\x4f\xbc\x6b\xd0\xb3\xb9\x6a\x7c\x12\xf3\x04\xad\xad\x07\x3c\x2e\xe5\x4d\xdd\xf6\xf7\xd2\xa6\x96\x39\x3d\xad\x8c\x9a\xa2\x6d\xea\xf4\xa2\x64\x91\x64\x7c\x36\x75\xe2\x70\x4b\x66\xb7\xf1\xd9\x54\x2a\xe9\x5a\x73\x22\xef\xf8\x6c\x2a\xb5\x1c\x6e\x2e\x0d\x97\x56\x52\xca\x5c\x52\x4f\x7b\x30\x92\x4e\x69\x7c\xa2\x39\xa1\xef\x5b\x9a\x76\x53\x75\x32\x34\xc9\xde\xc6\x67\x53\xf7\x04\x50\xe5\x3c\xc2\xf1\x89\x0c\x05\x06\xe2\xf8\x6c\x5a\x63\xcb\x59\x57\xef\x7b\x39\x3e\x9b\xd6\xd8\xbc\xd1\x2d\x1d\x55\xd4\x3d\xdb\xfd\x73\xe8\xc0\xf8\x14\x3d\x5c\xf2\x46\x97\x14\xa3\x68\x0d\x62\x35\x99\xe3\xc6\xa7\xa8\x67\xc4\x6a\xd6\x9f\xc7\xa7\xa8\x67\xa2\xac\x92\x4d\x69\x7c\x8a\x7a\x96\x38\x8a\x8f\x94\x3f\x62\x15\x5a\xdc\xc9\xe3\x53\xd4\xbc\xa8\xb9\xbb\xd4\x3c\xee\xbb\xa9\xe2\x45\xc5\x4b\x2a\x6e\x9c\x15\x15\xa7\x4b\xb3\x22\x3d\x3e\x45\x0f\x47\x97\x6e\x1a\xa3\xaa\x65\x5d\xe5\xcf\x33\xab\xf2\xbf\xe8\xc9\x10\x35\x3e\x55\xf9\xb9\xcd\x72\x50\xd6\xf8\x54\x0f\x7d\xd1\xc6\xc8\x03\xaa\x87\x46\x22\x26\x91\xe7\xf8\x54\xad\x5d\x95\xa3\x7b\x80\x72\xd4\x8c\xb4\x92\x72\x34\xe5\x68\xe6\x95\x91\x2a\x34\xcd\xdd\xf2\x51\xd8\xf3\xcc\xa6\xb9\x93\xfe\x74\x2f\xf9\xb3\x66\xf0\xbd\xa8\xcd\x78\x6f\xc6\x5e\x53\xda\x91\xf7\xa2\x29\xed\x8b\xd2\x15\xa3\x29\x6d\xf3\xaa\x0c\xd7\x14\xb7\xf9\x2c\xfb\xa5\xc1\x41\x21\xae\x5a\x75\xc5\xed\x39\x24\xf2\x93\xa2\x75\xa5\xa5\x10\x93\x72\x6e\x7c\xba\xe2\x46\x21\xc6\xc5\x3c\x3e\x5d\x71\xc9\xc1\x98\xa2\xe3\xd3\x35\x78\x97\x1e\x3f\xe5\xe8\x1a\xdc\x9e\x87\xb1\xa7\x13\xba\xb1\xf0\x62\xfc\xb9\x64\x2c\x24\xab\xc0\x9f\x67\xaa\x28\xf1\x97\x7d\xe8\xe3\xd3\xd5\xea\xc5\xc8\x72\xf6\xf8\x74\xb5\x1a\xab\xb8\xa9\xd5\x50\xdc\x17\x25\x79\xd7\xc6\x67\x28\xee\x8b\x91\xa4\x76\xe3\x33\xb4\xee\x48\x6e\xd9\x9a\x67\x0e\x15\x18\x3e\x58\xe6\xbe\x61\x7c\x27\x7f\xd2\xaa\xe7\x30\xbe\x23\xf4\x8e\xe6\x97\xea\x14\x9d\x17\xd3\x6b\x7c\x86\x3a\x0d\x93\x9a\x82\xa9\x53\x74\x5e\xd7\x2b\x43\xe7\xe5\x88\xe8\x61\x2c\x0f\xb5\xcc\x96\x87\xdd\x9c\x3c\x56\x2d\x8d\xbe\xa9\xfc\x46\x5f\xb6\x3c\x24\xf4\x62\x7c\x76\xdd\x99\x14\x02\x9b\x49\x79\xd7\x9d\x74\x5c\xbc\x13\xe3\xb3\x6b\x8c\xe4\x30\xad\x5e\xd9\x5d\x63\xf0\xcf\x65\x6d\x7f\x7c\x76\x7d\x17\x6d\xd7\xbd\xff\xbb\xc6\xe0\x9f\x1b\xea\xb9\x6b\x8d\x3d\xaf\x76\x71\x9b\xaa\xef\xaa\x9e\x0e\xd8\x55\x7d\xf7\x6a\x2b\x86\xaa\xef\xd9\xa2\xa4\x65\x77\x55\xdf\x33\xc3\x57\x7f\xaf\xea\x76\x59\x8c\x23\x8d\xb6\xab\x7a\x76\x59\x94\x91\x5f\x4e\x55\x9f\xea\xa9\xd5\xa6\x7a\xce\x7c\xa3\x6a\x5a\x68\xaa\x67\x72\x98\x6e\x26\xe5\xa9\xd3\xa7\x21\x7a\xb8\x4d\x77\xbe\xa8\xb3\xff\x3d\x89\xd9\xf8\x4c\x55\xb6\x09\x63\x68\xd4\xa9\x82\x91\x66\xfb\x7a\x98\x0a\xe6\xd0\xe8\x43\x0f\x4d\x15\x4c\x46\xaa\x12\xd3\x72\x7c\x0e\x23\xf8\xc8\xfc\xe0\x43\x74\xa8\x8c\x1d\x17\xbb\xf9\xfe\x50\x9b\x17\x65\x0d\xe1\x43\x6d\xec\xb8\x88\x1d\x36\x3e\x87\x8e\x8c\x87\x6d\x5f\xb7\xe9\xc8\xe4\xb7\x2a\xbb\xef\xda\xa1\x0a\xd9\x5f\xb1\x9b\x81\x0e\xbd\x76\xa4\xd7\x6a\x46\xc5\xa1\x52\x02\xfb\x76\x1f\x94\x43\xad\x0e\xdd\x96\x21\x70\xac\x5a\xdd\x6e\xf3\x50\xdd\x76\x64\xc4\x7a\x6f\xbe\xba\xed\x9b\x73\x76\x47\x8a\xf1\x35\x62\x93\xc4\xd4\xc1\x5e\xe3\xf3\x55\xf9\x6f\x72\x7b\x68\xa2\xaf\xba\x7f\x55\xd4\xf4\xfe\x55\xd1\x6f\x8e\x6f\x35\x39\x7e\x55\x94\x84\x5b\x1f\xd3\xaf\x11\x9b\x03\x29\x92\x00\x67\x7c\xbe\x3a\x9c\x8f\x6d\x59\x0d\x5f\x95\x4f\x1a\xd3\x84\xcd\x8f\xcf\x57\xe5\x5f\xb4\x8f\x6f\xd6\x57\xdd\xbf\xea\x9e\x29\xe3\xab\xee\xdf\x55\x77\xb7\xa9\xfb\x8b\x32\xb5\xda\x4f\xdd\xed\xea\x58\x9f\xbb\x9f\xca\x67\x57\xc7\xae\x89\x7e\xc6\x42\x1c\x76\x1f\x5f\xb6\x9f\xe6\xf8\x19\x0b\x26\x92\x9f\xf6\xc8\xa9\x6c\xbb\x39\xfa\x67\x2c\xbc\x38\x36\xd6\xc0\x4f\x0b\xbd\x98\x95\x09\xf5\xd3\x42\x3f\x2d\xe4\x33\xf6\xd3\x42\xbf\x24\x21\xd6\xde\x3f\x2d\xf4\xd3\x42\xac\x86\x9f\x16\xfa\x65\x78\xac\x07\x68\xa1\x6c\xfe\x68\xeb\x92\x16\x12\xee\xb8\x97\x8c\xdc\x53\xd1\x5e\xd4\xcd\x37\xe0\x54\xb4\x33\xa3\xb4\xb9\xa4\x68\xa7\x51\xaa\x71\x4f\xa3\x34\x7e\xbd\xe2\x73\x7d\x2a\xc6\x29\xb7\x84\x5f\x2a\x06\x57\xdf\x7a\x83\x2e\x6d\x7b\x25\x62\xae\xbb\xa4\x6d\x2f\x45\xd3\xde\x97\xa2\xbd\xa8\xa3\xe5\x99\x97\xa2\x5d\x9a\xc8\x13\x2e\x4d\x94\xc3\xdb\xf6\x75\x9b\x26\xba\x14\x57\x1f\x5c\x8a\x9b\xd3\xdb\x76\xe6\xcb\xa5\xb8\x17\x2f\x03\x03\xf2\x5a\xe5\x4d\x2c\x19\xb3\xe1\xd2\x6c\x14\x1b\x8b\xec\x32\xb0\x78\x09\x77\x63\xe1\x32\xb0\xae\x2c\xd2\xfb\xf8\xdf\x06\xd6\x0b\xdb\x8b\xc7\xe7\x56\xf7\x3b\xdb\x9d\xbc\xee\xb7\xba\xdf\x5e\xa0\x96\x51\x7a\xab\x68\x14\x5b\x33\xe5\xdf\xfa\xe0\x8e\x3b\xd7\xf4\x7e\xab\xba\x04\x60\xbe\xcc\xb7\xaa\x2f\x0d\x97\x9a\xdf\x6a\x2e\x28\x72\x67\x6b\xdd\xaa\x1e\x37\xe0\xc7\x0b\x7a\xab\xf9\x6d\x92\x54\x0a\x35\x77\x50\x86\x17\xef\x56\xf3\x84\x49\x36\x03\xfe\x56\xf1\xec\x26\x99\xda\xe2\x51\xf1\xa8\xba\xee\x2b\xff\xa8\xf8\x8b\x59\x75\xf0\xa3\xe2\x2f\x8e\x4d\xf3\x3f\x5e\xa8\x84\x49\x1e\xec\xb1\xc7\xfb\x14\x1f\x63\x92\x41\x8e\xcf\x63\x64\xf0\x31\x66\x45\x71\x7c\x1e\x2d\xf6\x24\x0b\x88\x79\xe3\xd1\x62\xd9\xac\x5f\x76\x5f\xe6\x47\xfb\x3c\x49\x89\xa1\x4b\x1e\xed\x93\xdd\xfa\x59\x03\x1f\x9f\x47\xf3\x24\x53\xd9\x66\xb0\x3c\x9a\x47\xe8\x64\x24\xff\xd8\x88\xb6\xa0\xef\xb1\x19\x36\xa2\x6d\xb3\x07\x25\x5f\x9f\x8d\x68\xdb\xec\x37\xc9\x4a\xd2\xd8\x12\x00\x09\x83\x4d\xb5\xd1\x63\x1b\xf7\xe1\x9e\x17\x6a\x8b\xfb\x10\x5a\xdd\xfc\xdb\xe1\x52\x36\x22\x1f\x7e\xf9\x75\xc9\x97\x20\x9d\xbe\x91\x68\xc1\x48\x46\xa4\xb1\x91\x68\x41\x37\x0c\x36\x12\x2d\x68\x39\x40\x7b\x6c\x24\xda\xc6\xdf\xb7\xc7\x3a\xdd\x08\xad\xa0\x1b\xa0\x1b\xa1\xb5\xd9\xc6\x9e\xa4\x97\x63\x23\xa1\x82\x56\x8e\xed\xef\x1f\xeb\x8d\xc0\x0a\x76\x13\xef\x46\x60\x05\xc7\xb6\x9e\xa5\x2e\x5c\x7f\xbb\xca\x6c\x4a\x1e\x85\x65\xb4\x6e\x04\x56\xd0\xbd\xcd\x1b\x81\xb5\x15\x9f\xb0\x99\x07\x64\xe3\x3b\xf4\xbd\xbb\xd4\x5c\x6a\xd9\xfb\xe4\x92\x2a\xdb\xda\xb2\xcf\xf4\x2d\xd1\xb5\x11\x5d\x19\xe8\x1b\xd1\x15\x94\x9c\x19\x36\x36\xa2\x6b\x13\x0d\x99\x0d\xbb\x63\xa3\xa7\x36\x7a\x2a\xe3\x75\xa3\xa7\x36\xbb\x51\x12\xc4\x37\xb6\xaa\x1c\x35\xf1\xdd\x79\x47\x36\xda\x69\xb3\xa1\x7d\x3f\xf2\xd3\xea\xa1\xd9\xd0\x9e\x1d\x5d\x63\xab\x1e\x9a\x43\x21\xca\x7e\xb8\xa6\xbf\x5f\x1c\x9b\x26\x22\x94\x82\x56\x35\x11\xa1\xb4\x71\x92\x25\x78\x67\x6c\xcd\xbf\x25\x01\x6b\xa2\x84\xc7\xd6\x0c\x3b\x9b\x56\x7c\x37\xb7\xa6\xbf\xb3\x69\x65\x5f\xb7\xa9\x68\x4b\xd6\x2d\x45\xa3\x8a\x36\xd1\x82\xeb\x87\x3a\x94\x2b\x2d\x49\x3d\xc7\x46\x15\x05\xb5\xee\x7e\xa9\xb4\x39\xb3\xa1\xe4\xd0\x93\xb1\x51\x45\x41\x65\x59\x6c\x44\xd1\x46\x01\x25\xc2\x7b\x6c\x14\xd0\xb6\x02\x0d\xdd\xa6\xf7\x6c\x81\xc9\x8e\x8c\xb1\x75\x15\x7d\xb1\xaf\x41\x4c\x14\x05\xef\x6d\x69\x36\xaa\x28\xd8\xf7\x08\xc7\x8d\x2a\xda\xa8\xa2\x69\xe8\x52\x45\xdb\x52\x45\x7e\xa9\x56\xc9\xac\x56\x66\x51\x85\x55\xad\x27\xdd\x97\x7f\x1b\x3a\x81\x78\x4a\x98\xea\xd8\x88\xa7\xa0\x30\xe7\x37\xe2\x29\xd8\x0f\x23\x8b\x78\x0a\x8e\xa6\x93\x89\xa7\x8d\x78\x9a\xf9\xcc\x6f\xc4\x53\x20\xb9\xc6\xd8\x88\xa7\xa0\xe4\x04\xd5\xb1\x11\x4f\xc1\xfb\xcb\x34\x11\xf5\x14\x1c\x5b\x2c\xcf\x8d\x7a\xda\xa4\x56\x8b\x84\xd8\xa8\xa7\xcd\xee\xf0\x59\xdc\xa6\xee\x2f\x66\xd1\xb8\xa4\xd2\xc6\x4b\x96\x23\xc8\xc6\x46\x2b\x05\x75\x3f\x5c\xd2\xc9\xb4\x52\x92\xad\x8e\x8d\x56\x0a\x8e\x4d\x8f\xd2\x4a\xc1\x7b\x5b\xaa\xb0\xab\xfc\x9e\xa9\x2a\xb6\xc5\x46\x3e\x05\xb3\xa9\x14\xf9\xb4\x39\x23\x7a\xf7\xff\x9a\x63\xea\x82\x7c\x19\xb6\xa9\x0b\x66\x0e\xf6\xf7\xda\x92\x32\x9b\xc0\xbf\x1c\x03\x37\x36\x92\x23\xd8\x59\x20\xdb\xd4\x44\x51\x21\x9b\x91\x4b\x84\x6c\x53\x13\xe5\x43\xb6\x91\x1c\x41\xb3\x26\xb4\x4d\x4d\xc4\x67\x34\x4d\xd3\x87\x26\x7a\x31\x8b\x21\x79\x68\xa2\xf8\x8c\xaa\x89\x8d\x56\x09\x8e\xcd\xc4\x46\xab\x6c\xb4\xca\x54\x03\x5a\x25\xe8\xbb\x37\x88\x56\xd9\x88\x10\x12\x76\x23\x42\x82\xfd\xcf\x2f\x55\x8a\xe2\x60\x1c\x6d\x14\x47\x30\x12\x7c\x39\x36\x8a\x63\xfb\x7a\x68\x54\xe1\x46\x24\x04\xfb\xa1\x43\xbf\x1e\x6a\x2b\x51\x62\xbf\xc7\x46\x24\x04\x3d\xe9\x98\xc6\x46\x23\x04\xdb\x9c\xee\x32\x4c\xbf\x59\xb7\x50\xf7\xaf\xd2\x92\x0d\x49\x45\x33\x36\xb2\x21\x98\xd9\x67\x33\x36\xb2\x21\xe8\xeb\x1b\x4e\x36\x04\xef\x2f\x15\x6d\xd5\xc0\xcc\xe9\x36\xdd\xf2\x33\x3c\x22\x92\x37\x82\x20\x98\xc3\x50\x20\x08\xb6\x5f\x77\x5b\x5a\x92\xa9\x1f\xcc\xf5\x22\x33\xf5\x83\xbe\x6b\x48\x96\xfe\xf6\x5b\xe5\x48\x45\x7f\xca\x91\x9d\xd9\x87\xcf\xf3\x4f\x39\x4e\xe5\x88\x65\xb8\x9d\xca\x11\x3f\x4f\x37\xb1\x9d\xca\x71\x6a\xdc\xe9\x9a\x87\xe6\x1c\xbb\x4d\xc7\x9f\x1e\x7a\x26\xa4\x77\xff\x97\x2f\xf6\xa9\xed\x5f\xcc\xf5\xdd\x25\x04\x82\xc3\x6b\x4e\x07\x04\x63\xf8\x76\xd2\x01\xc1\x91\x9d\x0a\x63\x3b\xb5\x3c\x69\x90\xa4\xae\x63\x23\x0d\x36\x7e\x1b\x33\x1c\x69\x10\x94\xe6\xc3\x70\xa9\x9d\xbd\x51\x33\x2b\x05\xdb\x65\x84\x5d\x19\xd6\x8c\x2c\x02\x62\xbb\x34\xa9\x8f\x22\xcb\x3d\x38\xd6\xa0\x63\xb8\x07\x47\x33\xc3\x31\xdc\x37\xbb\x99\x8e\x68\xfc\xed\xf6\xd0\x3b\x87\x61\x47\x50\x6d\xb7\x67\xb2\xdc\x93\xe8\x75\x6c\x2c\xf7\xa0\x1c\x66\x5a\x96\xfb\x26\xc0\xef\xf0\x9a\x33\xdd\x83\x63\x33\x76\x98\xee\x1b\xb7\xc7\xe1\xab\xc8\x44\x0e\xf6\x9c\x9b\x3e\x36\x26\xf2\xc6\x15\x72\xf8\xf2\x30\x88\x83\xbe\x7b\xe3\xd8\xc3\xc1\xdc\x4c\xab\xec\xe1\x60\x32\x91\xb7\x47\x31\x1e\x39\x26\xd3\xde\xcf\x2a\xc6\xe1\xff\xfd\x99\x2e\x7e\x7c\x04\xd2\x90\x4c\xe4\x60\x13\x01\x37\x36\x36\x72\x30\x57\x27\x3f\x3a\x59\xb4\xde\x61\xf4\x3f\xfa\xe0\xc5\xb4\x3c\xb9\x3d\xfa\xe0\xc9\x56\xab\xbc\xe5\x85\x71\x1d\xcc\x6c\x6c\x1d\x85\x71\x5d\x58\xd2\xc7\xba\x36\x5c\x8b\x25\x9d\xf7\xa1\xb0\xa4\x83\x23\xf1\xb7\xa3\x30\xa4\x83\x8d\x6d\x5d\x18\xd2\x85\xff\x23\x39\x6c\x47\x61\x49\x07\x75\x56\xb7\xfd\x5c\x7a\xc7\x72\xce\x6b\x1e\x25\x71\x78\xd0\xb2\x43\x65\x14\xe6\x76\x50\x5b\x66\x87\xc2\xdc\x0e\x6a\x76\xb5\x8e\xc2\xdc\x2e\x4e\xa6\xcb\x50\x2e\xcc\xed\x22\x58\x2f\x3d\x57\x36\xb5\x4c\xa2\x2a\x7d\x5e\xf8\x48\x82\x52\x8a\x4b\xd5\xa5\xaa\xf8\xa9\x25\x1f\x49\x70\xe4\x2c\xef\x51\x98\xee\x85\xe9\x9e\x61\x50\x98\xee\x81\x14\x49\xa3\xf0\x91\x04\x23\xbb\x37\x46\xd9\xb4\xd8\x96\x2c\x6f\x4d\x59\xb5\xd8\xb6\x5a\x4c\x61\xb5\x58\x52\x57\x25\x0d\xed\x28\x8c\xfa\x60\x24\x7b\xd2\x28\x8c\xfa\xc2\x82\x4f\x3a\xdf\x51\x58\xf0\xc1\xc8\x39\xd5\xa3\xb0\xe0\x83\xf7\x36\xd7\xb4\xc6\x8b\x91\x03\xe7\x46\xe1\x23\x09\x46\x8d\x04\x2a\x8c\xfa\x52\x56\x6b\xb8\xa6\x35\x5e\x8c\xf6\x49\xd5\x59\xf5\xc1\xb0\xe0\x5a\x18\xf5\x45\x36\xab\x64\x94\x1c\x85\x55\x1f\x1c\x3e\xae\x85\x55\x5f\xca\xaa\xbb\x9f\xaa\x7b\xce\x8c\x4e\x4e\xe7\x51\x18\xfa\xc5\x86\x75\x4b\xd2\x85\xa5\x1f\x8c\x6c\x70\x19\xa5\x18\x2e\xc5\x5b\x91\x37\xa5\x14\xe3\xe5\xc5\xf2\x31\x14\xfe\x95\xe0\xbd\x2d\xcd\xc6\xc1\x12\x4c\xe6\x69\xa9\x9a\xa8\x9a\x38\x32\x99\x94\xaa\x8d\x6a\xbe\x4d\xc5\x25\x6d\x14\xc5\xc1\x1b\x54\x08\x8e\xc0\x51\xde\xa3\x10\x1c\x85\xe0\x48\x06\xca\x51\x08\x8e\x40\xe6\xd2\x51\x08\x8e\x62\x97\x3c\xe7\x5b\xe1\x9a\x09\xc6\x58\xc5\x50\xa9\x17\x63\xac\x0a\xa8\x54\x62\xfc\xe2\x35\x1d\x85\x06\x09\x6a\xc2\x64\x46\xe1\xab\x09\xb6\x8f\x9e\xe2\xab\x09\x36\x31\x2b\xa3\x70\xd6\x04\x83\x53\xaa\x70\xd6\x14\xbb\xf0\x93\xa2\x75\x94\xa6\x02\x39\x97\x8e\x29\x50\x68\x9c\xd2\x62\x44\x18\xdf\xf4\x4c\xe1\xe6\x49\x1a\xe4\x51\x08\x9a\xa0\x36\xe3\x8a\xa0\x09\x7a\x12\x67\x8d\x42\xd0\x94\xb6\x4e\x55\xca\x25\x35\x6f\x4c\x3b\xa5\x50\x73\x7a\x26\xd9\x69\x47\xa1\x67\x8a\x33\xe8\x62\xb4\x15\x7a\x26\x38\x32\x3b\x16\x3e\x9e\x60\xab\xff\x70\x94\xc7\x28\x5d\x23\xe4\xe0\xec\xa2\x76\x24\x51\xa1\x7f\x92\x4a\x79\x14\xfa\x27\xa8\xfc\xa0\x85\xfe\x29\x76\x55\x1d\x66\x24\x62\x27\x28\x39\x1f\x62\x94\xae\x11\x86\xce\x50\x65\xf2\x24\x28\x7c\xc0\x85\x3c\x29\x22\xf6\x92\x62\x78\x94\xe1\x8d\x1b\xd9\x61\x93\x6f\x6b\x21\x4f\x82\xd6\xcd\x65\xe4\x49\x11\xc4\x77\x78\x28\x7d\x12\xd8\x70\x30\x0a\x79\x12\xf4\x64\x05\x1e\x85\x3c\x09\xaa\x15\x92\x32\x56\x69\x93\xe1\x36\x9f\xcc\xc2\xb9\x53\xc4\xf0\x79\x79\x09\x96\x60\xa3\x54\x0b\xc1\x52\x08\x16\xe3\x97\x5e\x09\x6a\x31\x09\xd2\x2b\x85\x5e\x61\x03\x15\x7a\x25\xd8\x3e\x6a\x49\xaf\x94\x7d\x35\x46\x7a\x85\x38\x09\x36\x06\x4f\x21\x4e\xca\xbe\x6a\x9e\x76\xdc\xd5\x3c\x27\xcf\x25\x75\xe9\x28\x7c\x3b\x45\x3c\xde\x7a\x2b\x79\x72\x82\x2d\xb9\x1a\x46\xe1\xc9\x09\xde\xdb\x94\x57\x45\xf7\x8c\xcd\x2c\xf6\x17\x9e\x9c\x22\x6e\x2f\xab\x3e\x85\x27\x27\x28\x1f\xf3\xf8\x54\x51\x01\x79\x14\x68\xe1\xc9\x09\x36\x2b\x6a\x85\x27\xa7\xf0\xe4\x1c\xca\xc1\x93\x13\x94\x6a\x6a\xa7\x9b\x82\xc3\x37\x9f\x6c\x2a\x87\x37\xc4\xe7\x8a\xd2\x09\xda\x96\xe5\xb9\x42\xe9\x04\xb5\x79\x69\x28\x9d\xa0\x0d\x7d\x47\xe8\x14\x01\x73\x87\x2f\x0c\xa5\x13\xd4\xec\x76\x19\x85\x53\x26\xd8\x3a\x9b\x82\x53\x26\xb0\x9f\x75\x94\xc3\x70\x3c\xf2\x39\xd4\x75\x87\x1a\x51\x4d\x87\x81\x46\x35\x05\xdb\xf0\xb5\x3a\x56\x9d\x7e\xd9\xbb\xe4\x92\x6e\xe2\x93\x39\xd6\x6d\x3a\xe0\x45\xaf\x5e\x1e\x3e\x99\xc0\xf6\xc3\x51\xf8\x64\x82\xb2\xac\x9d\xaf\xc6\x78\x51\x37\x9f\x56\x5e\x9a\x60\xab\xdc\x34\x85\x02\x0b\x24\xa9\x1e\x85\x02\x0b\xb6\x8f\x6f\x15\xc7\x4d\x89\x97\xa6\x7e\x7c\x11\x28\xb0\xc2\x4b\xa3\xcd\x28\xb0\x12\xb9\x55\x93\xf9\x6d\x14\x72\x2b\xf8\xef\x25\xf5\x7c\x51\xbb\x81\x4c\x6e\x95\xf8\x5a\xea\x47\xa5\xf8\x5a\x82\x2d\xf9\xfe\x46\x21\xad\x4a\x22\xed\xea\x7a\x17\x79\x51\x82\xad\x65\xc1\xa2\x90\x56\x25\x21\x74\xf5\x63\x02\xe3\x1f\x09\xd6\x1a\x46\xf9\xe9\x95\x9f\xe2\x6e\x1e\xaa\xb8\x71\x99\x54\x56\x16\x97\x49\xd0\x3e\x5e\x8b\xdf\x2a\xee\xfa\x50\xe7\x92\x97\x27\xa2\xac\x32\xa3\x0b\x55\x16\x94\x69\x16\x3a\x75\x5e\x84\x5a\x5d\x56\x22\xa1\x16\x6c\xab\xf7\x08\xb5\x60\xab\x1f\x53\xd3\xa9\xab\xce\x84\xba\x78\xf1\xb8\x69\x82\x2d\xdb\x3c\x46\xe1\xa6\x29\x24\xde\x7a\xa6\x71\x9b\xdc\xc8\x22\x39\x0a\x85\x17\x94\x79\xf8\xa1\x06\x3a\xcd\xa2\x69\x0c\x12\x2e\xe8\x55\x6b\xd3\x70\xc1\x5b\xb0\x8c\x0e\x22\x2e\xd8\x72\x94\xe2\x28\x44\x5c\x50\x0e\x56\xee\xa9\x81\xce\x18\x32\x06\xdf\xa9\x7d\x92\x7a\xb9\x7e\xa2\x29\xca\xa5\x81\x22\xff\x26\xbb\x8b\xfa\x0b\xde\xdb\xd2\x9d\xe4\x5f\x20\x45\xc7\x28\xe4\x5f\x50\x39\xdd\x0a\xf5\x17\x64\x57\xd5\x28\xc4\x5f\xf0\xfe\x57\x1a\x9b\xfb\x28\xa8\x1c\x9a\xe5\xd2\x64\x2f\x7a\x5d\x97\x34\xd9\x95\x85\x31\x73\x2d\x87\x52\xd0\x06\x5d\xc0\x9f\x14\xf4\xaa\x2d\xf8\x93\x82\xd6\xc6\xdf\x37\x6d\x8d\xc2\xdb\x14\x6c\x1f\x26\x2a\x6f\x53\xb9\x0c\x2f\xf3\x11\x85\x1a\x94\xa9\x7a\x14\x6a\xb9\x57\x53\xa5\xfb\x39\x92\x82\x15\x5c\x55\x88\xd6\x40\x46\xb3\x51\x88\xd6\xe0\xfd\x65\xba\xec\xd6\x58\x77\x36\xf4\x98\x50\xe9\xd8\xc0\xae\xba\x51\xe8\xd8\xa0\xe4\x5c\xd3\x51\xc8\xd8\xc2\x03\x65\xf2\x21\x63\x83\xd6\xcc\x03\x3c\x50\xe5\x36\x96\x48\x2d\xee\xa6\xa0\xb4\xac\x86\x15\xee\xa6\xa0\x36\x6f\x0c\x77\x53\xd0\xab\xf7\x9b\xbb\x29\x68\xdd\x8b\xcb\xdd\x14\xbc\xff\x9f\x5e\xe4\x6f\x0a\xb6\x69\x14\x12\xd3\xc1\x7b\x5b\xfe\x8d\x9a\x0e\x6a\x31\xed\x72\x38\x05\xb5\xf9\x78\xd1\xd7\xc1\xfb\xcb\x54\x8a\xc0\x0e\xfa\x1a\x98\x04\x76\x20\x4d\xc1\x28\x04\x76\x79\x56\xd5\xdd\xa6\xea\x2f\xfe\x74\x1d\x99\x1c\xb4\x61\x18\x52\xc9\x41\x5d\x5a\x85\x4a\x0e\xd6\x6a\x5e\xa5\x92\x83\xf7\xff\x8f\x5c\xdb\x5c\x13\xc8\xd0\x73\xa9\xb8\x94\xad\x25\xd5\xa5\xea\xd2\xc8\x2f\x33\xed\x56\xca\x39\x68\x7d\xdd\x36\x5d\x9a\xaf\x7a\x49\x9d\x2a\xe5\x1c\xb0\x23\x2b\xdd\x5c\x73\x32\xbb\x53\xdc\x46\xa5\x7f\x03\x1b\xcd\x47\xa5\x7f\xeb\xa6\xb0\x91\x20\x95\xda\x0d\xea\x88\x1a\xad\xd4\x6e\xdd\xb4\x76\x86\x63\x25\x5a\xab\x73\xd8\x33\x33\x54\xa2\xb5\x46\x8e\xd6\x8f\xe6\x20\x47\xab\x1c\x19\xd1\x55\x95\x1c\x0d\x56\xf8\x52\x25\x47\x83\xf7\x97\xae\x5d\xae\x25\x13\xc5\x47\x39\xd4\xe0\x45\xcd\x39\xef\xa3\x6e\xab\x06\xc9\x35\x1d\x91\x56\x89\xd6\x60\xad\x3c\x56\x9a\x35\xd8\xac\x38\x57\x9a\xb5\xca\xc0\x9c\x77\xa7\xd2\xac\x41\xcb\x36\xbd\x51\x49\xd6\xa0\x7c\x0e\xff\xd5\x5d\x4a\xf0\x5f\xf1\x43\x6d\xe1\x0c\x76\xde\xdb\x4a\x9f\x06\x84\x62\x15\xe9\x17\x6c\x35\xa7\x21\x8d\x4a\xb1\x06\x6b\xcd\xa0\x52\xac\xc1\x56\x0f\x97\x34\x4f\x31\x05\xad\x5a\xaa\xf8\x8b\x96\x4d\x8b\xa3\x52\xa2\xb5\x9a\x82\x22\x01\x2a\xd9\x19\x8c\x96\x15\x88\x4a\x76\xd6\xea\x1b\x1d\x75\x57\xab\xb2\xbd\xe8\x75\x73\x49\xd1\xb2\x69\x4c\xe4\x59\x15\x10\x58\xab\x6e\xca\xaa\x4a\xa5\x31\x83\x2a\x4e\xa0\xd2\x98\xc1\x1c\x3a\x93\xc6\xac\x4d\xd1\x62\xc1\x55\xf2\x31\xa8\x39\xe7\x6d\x54\xea\x31\xe8\x82\x30\x2a\xf5\x18\x6c\x8e\x30\x1f\xb5\xe9\x82\xc6\x68\x4c\x31\x9a\x2e\x68\x99\x1d\x9b\x3f\x33\x1c\x39\xcd\x3e\xde\x14\x5e\xb3\xa0\x99\x91\x2b\x91\x19\x6c\xb2\x03\x8e\x4a\x64\x06\x3d\xc9\x8d\x46\x25\x32\x83\x63\x95\x42\xcd\xa3\x31\x73\x1c\xd5\xa8\x34\x66\xe5\x33\xf3\x06\xb7\x55\x73\x59\xa3\x53\x56\xb1\x85\x41\xa9\x46\x23\xd5\x59\xbb\x5a\x66\xd9\xbe\xd2\x87\xc1\xc6\xf1\x5a\xb9\xcc\x6a\xf7\x5a\xe7\xc3\x53\x79\xb4\x82\xd2\xa6\x7f\xf3\xcc\x9e\x93\x21\x74\x00\x87\x56\xb0\xd5\xe4\xb1\x18\x75\x78\x68\x32\x20\xf3\xe0\x54\x3e\xae\x2a\x40\x30\xdf\xbf\x4a\x44\x06\x9b\xf0\xcb\x4a\x44\xd6\x61\xa6\x8a\x15\x56\x29\xc6\x60\x59\xd0\x95\x62\x0c\x26\x13\xbd\x12\x8c\x41\x4f\x46\xae\x51\x09\xc6\x60\xcb\x66\xde\xbf\x7e\xa5\x2b\x41\x19\x1c\x49\x3d\x3e\x2a\x41\x19\xbc\xff\xe2\x9f\x75\xd0\x8b\x9e\x13\x21\x46\xa5\x28\x83\xb2\xc6\x39\x45\x59\xf7\xd5\x32\x69\x67\xfa\x31\xe8\x35\x06\x4d\xdd\xb5\xcc\x8b\x63\x7a\xc5\x29\xca\x1a\xf9\x58\x05\x03\x55\xf2\x31\xd8\x6a\x75\x9b\x96\x89\x6f\xab\xc4\xd4\xaa\x7c\x5b\x35\xc7\x06\xd5\x64\x52\x1b\x95\x7c\x0c\x7a\x5d\xb7\xa9\x67\xf2\x74\x58\x2e\xaf\x04\x65\x8d\x2c\xac\x49\x39\x36\x2a\x5d\x18\x54\xcb\xf6\x95\x2e\x0c\xb6\x9a\x5d\x78\xa3\x72\x9e\x05\x5b\x33\x7b\x72\x9e\x05\xb3\x99\x57\xa8\xc7\x60\x16\xef\x16\xf5\x58\xb3\x77\xab\x6e\x9b\xdb\x54\x2a\x29\x38\xb2\x9d\x6b\xd4\xa9\x52\x0e\xff\x31\x13\xd0\x98\xc1\xd6\x0c\x3a\x1a\x33\xe8\x6b\xf0\x13\x99\xc1\xfb\xff\x6e\x53\xcf\x17\xad\xf9\x0a\x89\x10\x0c\xde\xdb\xd2\x68\xfc\x75\x41\xaf\xbe\x42\xfc\x75\x41\x1d\xba\x98\xbb\x2e\xf8\xd3\x4f\x44\x6c\xf0\xfe\x59\x1e\x40\xc5\x06\xe5\xf0\x95\xa3\x62\xeb\xa1\x8b\xd7\xbf\xe9\x62\x47\x9a\x2b\x1a\x7d\x1a\xbc\xb7\x65\x0c\x11\xa8\x41\xc9\x19\x02\xa3\x12\xa8\xf5\xd0\x79\xd1\x16\x95\xa6\x0c\xca\x9a\xcb\x68\xca\xe0\xbd\x2d\x3f\x25\x2a\x83\x3a\xbc\x98\x44\x65\xe5\xd6\xcb\x52\x5b\xa5\x29\x83\xf7\x97\x19\x7e\x44\x65\x50\x72\xc4\xe6\xa8\x44\x65\xf0\xde\x96\xe2\xf2\xf4\x05\xa5\xf9\xdc\xd2\x99\x41\xcd\xee\x90\x51\xe9\xcc\xba\xf2\x39\xfb\xa1\x0e\x25\x3d\x7d\x22\x29\xcf\x60\xab\x5b\x75\x4d\x87\xc6\xd3\x57\xe3\xa3\xae\xa4\x67\xd0\x05\xd3\x54\x8e\xbe\xa0\xd7\x55\x30\xfd\xf9\xd5\x68\xbe\x91\x02\x04\x83\xd1\x4c\xd9\x34\x6b\x4d\x30\xa0\x4d\xce\xa3\x72\xfe\x05\x65\xc4\xd8\xae\x82\x01\x83\x2e\x68\xab\x92\xb1\xf5\xa7\x35\x7c\x14\xf8\x03\x83\xd6\x7d\xbe\xf9\x03\x83\xad\x19\x09\x94\x6d\xf0\xfe\xd2\x35\xcd\xf1\x5b\xe9\xad\x73\x49\x73\xfc\x56\x73\x28\x87\xe6\xc8\x86\xb1\xaa\x85\x48\xdb\xe0\xbd\x2d\x9d\x47\xdb\x06\x7d\x7d\x50\x48\xdb\xe0\xbd\x2d\x6d\x44\xdb\x06\x73\x7d\x23\x4f\xed\x41\xc7\x8a\x71\xac\x74\x6c\xd0\x2b\x6b\x92\x8e\x0d\xde\xdb\x52\x53\x42\x36\xe8\x75\x3d\x40\x7b\x64\x67\x59\xe5\x1e\xab\x64\x6b\x50\x0b\xb3\x93\x6c\xad\xd1\xa3\x72\x1b\x8f\x4a\x90\x06\x4d\x68\x7a\x25\x48\x83\xbe\x5e\x0d\x82\x34\x28\x39\xf9\x69\x54\x7a\x34\xa8\xf6\x9c\x54\x7a\xb4\xd2\xa3\xeb\x9b\x48\x8f\x06\xdb\x66\x92\xa4\x47\x2b\xa9\xc9\xf3\x5e\x49\xcd\xa0\x6d\x26\x2c\x52\xb3\x5e\xba\xcf\x77\x84\x8a\x0c\xe6\x1a\xf3\x54\x64\x95\x96\x31\x19\xa1\x47\xe5\xb5\x0c\x7a\x5d\x65\x53\x83\x4b\xbf\x68\x0f\xa2\x30\xe8\xc9\x40\x34\xaa\x78\xc3\x2a\x7f\xb5\xd7\x91\x4c\x0c\xb6\xba\x31\x0c\xe9\xc4\x60\x5b\x5f\x03\x3a\xb1\xde\xfa\xc0\x6c\x4d\xdb\x05\xa5\xae\x5f\xaa\xc1\x1d\x27\x08\x13\x41\x70\x61\xbd\x75\x0b\x8b\x8f\xb6\x0b\xca\x1a\xa7\xb4\x5d\x30\x97\x65\x4b\xdb\xd5\x47\x83\x47\x75\x56\xaa\x2d\xe8\xb5\xfe\x83\x8f\xba\xd2\x74\xc1\x56\x37\xb6\x24\x51\x17\xb4\x35\x06\x88\xba\x4a\xd4\x6d\xcc\x4b\xa2\xae\x12\x75\x66\x4c\xa2\x2e\x78\x6f\x4b\xab\x52\x75\x41\xaf\x5e\x7e\x6e\xd3\xfa\xa8\x34\x93\x93\xaa\x0b\xe4\x92\x19\x95\xaa\x0b\xde\xdb\xd4\x70\xd5\x3a\x4b\x7f\x99\x10\x1a\x59\xd7\x3e\x2b\x53\x7e\x2e\x6d\x2e\x6d\x71\x61\xba\xab\xb8\x44\xf0\xcf\x5c\xaa\x2e\x99\x92\x63\x81\x37\x9b\xbf\x82\x92\x0d\xde\xa3\xf1\x9a\xb6\x24\x1c\xa9\x5b\x0c\xc0\xc6\xd3\xd9\x64\x1c\xc9\xab\xd9\x78\x3a\x83\x9e\x3c\x99\xa3\xf1\x74\x06\x33\xe9\x0d\x46\xa3\xf4\x82\xf7\xcf\xdc\xf6\xb8\x96\x73\xd4\x14\x8d\xab\xb3\x51\x7f\x99\x7f\x1b\xf1\xd7\x36\x43\x31\xd6\x64\xe3\xd8\x0c\xb6\x24\x7d\x1c\x8d\x5f\x33\xa8\x25\x0b\x62\x8d\x5f\xb3\x6d\x66\xd1\x75\xdb\xee\xda\x9e\xa4\xe3\x25\x97\xa6\x4b\xea\x19\x63\xa5\x11\x84\x41\xaf\x99\x5b\x1a\x41\x18\x54\x11\x4d\x8d\x1e\x0c\xde\x5f\xba\x4d\x45\xe3\xc6\x14\x3a\xd3\x08\xc2\xe0\xbd\x2d\x65\xa3\x08\x83\x9e\x24\xa4\xa3\x51\x84\x41\xe7\x7b\x6b\x14\x61\x2b\x86\x5f\x66\x92\x46\xd9\x05\x5d\x7c\x5e\xe3\x8b\x6c\x64\x5c\x52\x60\x8f\x46\xc6\x05\x35\x5b\xcd\x47\x23\xe3\x1a\x19\x97\xfd\xb9\xa3\xd1\x71\xc1\x66\x45\xb6\x71\x3c\x06\x1b\x6f\x76\xe3\x77\x6c\xdc\x82\xc5\x6d\xfc\x82\x41\xe7\x9e\x6c\xfc\x82\xc1\x56\xd7\x90\xb4\x8b\x2b\x98\x2d\x2f\x75\xe3\x2a\x6c\x55\x71\xd7\x35\xc5\x8d\xb4\xe3\x51\x6a\xa4\x5d\x23\xed\x72\x06\xef\x68\xa4\x5d\x13\xc3\xf8\x71\xdb\x2a\xdb\xed\xb6\xb4\x11\x6d\x17\x8c\x66\xe4\xf2\x1f\x06\xef\x6d\x69\x37\x0e\xc4\xa0\x57\x55\xa0\x00\x5b\x53\xd3\xe8\xbd\x46\xef\x05\x35\xc9\x4f\x47\x23\xf7\x82\x2e\x52\xb9\x91\x7b\x81\x85\xfe\x46\xed\x05\xcd\xa7\xb8\xf1\x28\x36\xc7\xd6\x67\xee\x68\xf4\x5f\xf0\x4e\xab\xae\x69\x8d\x96\xc3\xc1\xbc\x2c\xf4\x5f\xeb\xca\x1f\x01\xd0\x48\xb4\xe0\x10\x24\xdf\x38\x06\x83\xce\xd8\x6f\x3c\x83\xad\xaf\x79\x3b\x45\xe3\xfb\x0b\xea\x6a\x20\xda\xae\xc5\xf7\x57\x93\xb1\x67\x34\xbe\xbf\xa0\xb5\xf5\x4b\xc5\xed\x06\x51\xf5\x53\x83\xa8\x27\x21\x61\x77\x9b\x8e\xea\x2b\x71\x70\x3a\x8f\x2c\x0c\x7a\x32\xf9\x8f\x46\x16\x06\xb3\xa8\x01\x59\xd8\x28\xb9\x64\xa2\x1b\x8d\x92\x0b\x36\x81\x9f\x8d\x92\x0b\xb6\x5a\x74\x1e\x29\x17\xac\xa0\xc6\x46\xca\x35\x22\x8c\x77\xae\x11\x61\x8d\x08\xcb\xb2\x62\x23\xc2\x82\x6d\x39\x43\x1b\x15\x16\xcc\xe9\x12\xbf\x5e\x8b\x13\xaf\x16\x2f\x1f\xc9\x15\x4c\xdf\xd8\xc6\x89\xd7\xa8\x30\x6b\xa5\x8d\x0a\x0b\x0e\x0b\x51\x8d\x0a\x0b\xde\xdb\x52\x05\x32\xac\xed\xa9\x82\x09\x90\x0a\x6b\x54\x58\x4c\x82\x46\x85\x05\xbb\xb8\xe0\x46\x85\x35\xf2\xaa\xb8\x8d\xbc\x0a\x4a\xd7\xcb\xe4\x55\xb0\x2d\x13\xa9\xd1\x57\x41\xaf\x4a\x4b\x5f\x05\x65\x7d\x6e\xa6\x0a\x90\x5c\x65\xb8\x4d\x0d\x5e\xac\x75\xe8\x46\x72\x05\x73\x4d\x89\x24\x57\x3b\x0c\xdd\x58\x09\x8d\xd8\x69\x36\x52\xf5\xf9\xf7\x2f\x76\x23\x85\x82\x5a\x54\x86\x14\x0a\x26\xab\xb0\x71\xe8\x05\xef\xb3\x5c\x53\x99\x38\xf4\xba\x69\x8f\x60\x0a\x7a\xd5\xf2\x04\x53\x3b\x0c\xa8\x58\x85\xed\x58\x25\xcf\xda\x80\xe1\xc9\x7b\xd7\x0e\x03\x7b\xf7\x53\xa3\xe7\x45\x1b\xc5\x03\x0c\x9e\x17\x87\x00\x9a\x46\x56\xb5\xaf\xc1\x63\x14\x13\x4c\xc1\x3e\x95\x83\x60\x6a\x2b\x1d\x61\x1a\x90\x5e\x0a\xf6\xf5\x59\xa7\x97\xda\x77\x95\x36\xf5\xa4\x84\x02\x89\x38\x46\xa3\x84\x1a\x25\x44\x3b\x37\x52\x28\xd8\x8f\xf5\x00\x83\x27\x4e\xb8\x6d\x5d\xf2\x92\x24\xe6\x91\x76\x69\x94\x50\xb0\x25\xcd\xeb\x68\x94\x50\xa3\x84\x4a\x9c\xbd\x8d\x12\x0a\x1a\xb5\xdb\x28\xa1\xe0\xbd\x2d\x0f\xe0\xbe\x0b\x66\x5d\x97\xb4\xc6\x2f\x09\x6a\x7d\x3b\x89\xa3\xc6\xc9\xc7\x76\x6c\xd4\x51\xb0\x22\xfb\x1a\x27\x5f\x23\x98\x8a\x37\x82\x60\x6a\x39\xec\xb4\x7a\xe3\xa8\xa3\x46\x1d\x15\xb6\x04\x75\x14\xf4\x6a\xf2\xa2\x8e\x82\xd9\x35\x07\x71\x14\x38\x22\x7e\x34\xe2\xa8\x11\x47\x45\x7b\x10\x47\xc1\x5c\x5f\x5d\xe2\x28\x98\x96\xfc\x1a\x6d\x14\x74\x01\xea\x8d\x36\x0a\xa6\xed\x13\x8d\x27\x30\x90\x2d\x6d\x34\x9e\xc0\x46\x41\x15\x16\x0d\x05\x15\xcc\x12\x97\x67\xa3\xa0\x82\x4a\x51\x36\x02\x2a\xd8\x6a\x72\xf7\x8f\x46\x41\x05\x53\x54\x7f\xe3\x0a\x6c\xa7\x06\x62\x0b\x51\x50\xc1\xe4\x3d\x68\x1c\x7f\xc1\x3e\x57\x05\x34\x10\x9d\x55\x98\x0d\x74\x56\xb0\x6d\xba\x98\xce\x0a\x96\xd9\xdd\xe8\xac\xc6\xf1\xc7\x81\xda\x08\xad\xa0\x57\xb3\x14\xa1\xd5\x08\xad\x65\xe1\x11\x5a\xc1\x92\x1f\x8d\xd0\x0a\xde\xdb\x32\x12\x78\xfe\x82\x7d\x6a\x5c\xae\xbf\x76\xad\xf6\x48\xb7\x13\x5f\x8d\x9f\xcf\x04\xc7\xcf\x17\x8c\xe6\xf5\xe1\xe7\x6b\xd7\x6a\x22\xff\xa6\x89\x22\xd1\x08\xdb\x46\xa2\x35\x12\xad\xb2\xc9\x48\xb4\xa0\x76\x5f\x58\x12\xad\x91\x68\x3c\x89\x8d\x44\x0b\x26\xd7\x46\x23\xd1\x1a\x57\x5e\x65\x80\xd1\x68\x41\xaf\x4c\x26\x12\xad\x91\x68\xd5\x98\xa1\xd1\x82\x5e\xb5\x11\x57\x5e\xf0\xde\x96\x36\xe2\xcb\x0b\x36\x82\xaf\xf1\xe5\x35\x2e\x39\x81\x33\x8d\x4b\x2e\x98\xcb\x30\x26\xdb\x5a\xb6\x7b\x55\xfe\xd1\x46\xa4\x05\xbb\x60\xd3\xc6\x01\x17\xcc\x35\x97\xf2\xbf\x05\xbb\xf8\xa0\x46\xc9\x05\x73\xfa\xc0\x92\x6a\x8d\x54\xe3\x17\x69\xa4\x5a\x30\xe9\xad\x46\xaa\xb5\xc7\x32\x67\x96\xcf\x1a\x5d\x16\x1c\x9c\x14\x8d\x2c\x6b\x09\x5d\xad\x16\xd2\x9b\xd0\xd5\x60\xb7\xe7\xb1\x09\x5d\x0d\x66\xcf\x62\x48\xe3\x92\x0b\x8e\xcf\xaa\x93\xaa\x3f\x3a\xd9\xe7\x9a\x7a\x6b\x22\x57\xd9\x25\xc4\x5b\xb0\x55\x92\xb1\x53\x6f\x41\x49\x5a\xe4\xd1\xa9\xb7\xfe\x51\xd1\x98\x78\x5d\x9e\x8e\xe0\xc8\x31\x0a\xa3\x93\x6a\xc1\xb6\x5e\xef\x4e\xab\x05\x93\x08\xeb\xfc\x74\x3d\xe1\xac\xd5\x5a\x73\xe7\x95\x0b\xba\xfd\x1c\x9d\x5b\xae\x13\x66\x56\x3f\x3b\x61\x16\x4c\x76\x49\x27\xcc\xfa\x66\x00\xd6\xbf\x9f\x90\x39\x3a\x17\x5d\xd0\x92\xf5\x7c\x74\xba\xad\xd3\x6d\xec\x8a\x4e\xb8\x05\x33\xa7\x1e\x8d\x4e\xb8\x75\xce\x3d\xab\x42\x9d\x73\x2f\x38\x78\xaa\x3a\x2d\x17\xbc\xb7\xa5\xd6\xc4\x5c\xb0\x8c\xd8\x2e\x24\x35\xd8\x73\x40\xf4\xe8\x5c\x80\x7d\x5b\x69\x98\x53\x69\x92\x2f\x38\x3e\xda\x86\xe4\xeb\x7c\x80\xac\xe9\x4e\xf3\x05\x33\x89\x58\x47\x27\xf9\x7a\x59\x6d\x93\x4e\xa2\xdc\x82\xb9\x67\x36\xec\x7c\x79\xc1\x2c\xf9\x10\x74\xbe\xbc\x60\x26\x11\xff\xe8\x7c\x79\xdd\x61\xaa\x79\x27\x3a\xc5\xd7\xc9\x3b\xaa\xbb\x93\x77\xc1\x14\x20\xd7\xc9\xbb\xa0\xac\x46\xa3\xee\x82\x99\x03\x9f\x46\xa7\xee\x3a\x75\x57\xd7\x33\x57\x05\x62\x98\x0f\xbf\x34\x04\xe2\xcb\x4b\x86\xc9\xd1\xf9\xf2\x3a\x11\x48\xa0\x76\x22\x30\x18\x39\x99\x73\x74\x22\x30\x18\x5c\x96\x9d\x06\x0c\x6a\xd3\x4f\x34\x60\xb0\x55\x16\x58\x17\x2f\x1a\x34\x56\x6d\xe7\x04\x0c\x36\xc9\x09\x3a\xa5\x18\xbc\xbf\x4c\x6b\x90\x8a\xc1\x26\x82\xb9\x4b\x0b\xd2\xab\x7a\xe6\xf3\xdf\x49\xc5\x60\xe3\x6a\xeb\x94\x62\xd0\x92\xf7\x73\x74\x4a\xb1\x73\xef\x99\xa9\x3a\xbd\x17\x6c\x02\x86\x3a\xbd\xd7\x9b\x1a\x0c\x3f\x55\x83\x1c\x84\x7a\x78\x26\x79\x17\xec\xb6\x11\x75\xea\xae\x37\xf3\xaa\xa1\xd6\x14\xb7\x65\x2b\x76\xf7\x00\x3d\xd5\xbc\x99\xba\x85\xeb\x2e\x28\xe2\xbe\x3b\xd7\x5d\x27\x0c\x93\xb4\x6a\x74\xc2\x30\x28\x3e\x95\x9d\x30\xec\xdc\x79\x35\xcb\x66\x9d\xe4\x0b\x06\xc3\xb8\x73\xe7\x05\xc7\xba\x49\x4f\xbd\xd8\x25\x83\xe8\x64\x61\xb0\xd5\x55\x29\xba\x30\x28\xc5\x80\xb4\x25\x2e\xd8\x1c\xea\x3f\xba\x30\xd1\x40\xa6\xc2\xd1\xa9\xc7\xe0\xbd\x4d\x31\xd4\x3d\xf2\x31\xa7\x75\x8e\x4e\x3d\x76\xdb\xe4\x8a\xaa\x6b\x8d\xe1\xc5\xcb\xe2\x59\xe7\x2e\x0c\x36\xce\xdf\xce\x5d\x18\x2c\x9b\xa6\x73\x17\xf6\x61\x86\xf1\x1a\x8b\x39\x0d\xb6\x6e\xaa\xa5\x3b\xfb\x58\x35\x70\x4d\x0d\x5e\x8c\xa4\x25\x1c\x9d\xa7\x2f\x28\x82\x29\x3a\x8d\xd9\x87\x29\xdf\xec\x47\x3d\x06\x95\xf3\xb1\xf3\xea\x05\xef\x6d\xae\xa9\xc1\x2e\x58\xcf\x25\x35\xd8\xbd\x7a\xda\x83\xc8\x0c\x5a\x72\xdd\x8e\x6e\x63\x5b\xb0\xdb\xb8\xd2\xc9\xce\xfe\xc7\xf9\xe7\x9a\x5a\x45\x77\xda\x1b\xd5\xc9\xce\x60\xf6\x7c\x62\xbb\x70\xd2\x3e\x57\xd1\x52\x77\x82\x32\x98\xfc\x86\x9d\xa0\x0c\x76\x3b\x6a\x3b\x3d\xd9\x29\x45\xf1\xf8\x9d\x52\x0c\xea\x6e\x44\x52\x8a\x5d\x2e\x7c\x41\xef\x9d\xdf\x2d\x68\xcd\xf4\xcd\xed\x16\x6c\xdc\x5d\x9d\xdb\xad\x67\xff\x5b\x15\x3f\xd4\x39\xd4\x82\xd1\x4d\xb8\x34\x66\xb0\x89\x53\xec\x44\x64\xf0\xfe\x32\xc5\xa5\x22\x83\x21\x94\xae\x53\x91\x9d\x8a\x14\xa6\xdc\xa9\xc8\xe0\x58\x45\xa3\x22\x83\xad\xae\xe9\x8f\x8c\x0c\x36\xcb\x84\x9d\xdb\xad\x53\x96\xb6\xf0\x75\xca\x32\x90\x25\x70\x74\xca\x32\x78\x6f\x4b\x7b\x08\x0c\x0d\xf6\xbe\x7e\xa9\x3d\x5e\x54\x46\x53\xb7\xc1\xae\x27\x56\x54\x86\xe7\xd1\x09\xd0\xa0\xb5\x7f\x38\xc6\x63\x74\xfa\x34\x78\xff\x25\xff\xcc\xef\x17\x54\x3b\x7a\x3b\xb7\x5f\x17\x38\x9a\xc3\x03\x46\xa7\x59\x83\x52\x9a\xdb\x34\xd7\x77\xed\x72\xcb\x25\xcd\xc5\xc7\xd7\x36\xd7\x34\x57\x82\x49\xa5\x26\xeb\x7c\x7c\xfd\xbb\x9a\x2b\x2d\x4d\xda\x06\xcd\x16\xd6\x4e\xda\xf6\xef\x6a\x2e\xd7\x34\x97\x2c\x20\x87\x07\x68\xae\x17\x73\xae\xd2\x6a\xae\x48\xdb\xa4\x7e\x1d\x9d\xb4\xed\xa4\x6d\x63\xa1\xd1\xb6\x41\x5d\x1f\x32\xd2\x36\xa8\x47\xd6\x20\x3a\x69\xdb\x29\x4f\xd9\x0e\x3a\xe5\x19\xec\x04\x6a\xe7\xaa\xeb\xa2\x50\x2d\xa5\x75\x6a\x34\xd8\x86\xa1\x42\x8c\x76\x7e\xb9\x35\xca\x48\xcf\x60\xe4\x24\xb6\xd1\x49\xcf\xa0\xd6\x43\xd1\xd4\xe0\xd4\x7b\xb1\x58\x3b\x51\x19\x94\xc3\x07\x84\xa8\x0c\xde\xdb\xf2\x9e\x50\x95\xc1\x48\x8a\xc6\xd1\x89\xca\x60\x74\x6f\x30\x51\x19\x94\x1c\xfe\x39\x3a\x51\x19\xbc\x23\x3e\x97\x54\xfd\xd4\x2b\xbe\xb1\xd4\x62\xd0\x04\x91\x75\x6a\x31\x18\x7c\xc7\x9d\x58\x0c\xde\x5f\x7a\xe6\xaa\x54\xb6\x86\x98\x21\xa8\xc5\xa0\x49\x48\xd5\x89\xc5\x4e\x19\xae\xd1\x41\x19\x06\x63\xe8\x3c\xca\xb0\x73\xc1\x89\x06\xe8\x5c\x70\xc1\x18\xbe\x80\x54\x60\x50\x3f\x26\x6e\x2a\xb0\x13\x69\x49\x8e\x3a\x3a\x91\x16\xd4\xa9\xdb\x89\xb4\x4e\xa4\xd9\x7b\xd0\x89\xb4\xa0\x6c\xe6\x1b\x22\xad\x0b\xae\x6c\x0c\x18\x8a\x2c\xa8\x85\x69\x45\x90\x75\xe9\x3d\xbc\x05\x04\x59\x50\x48\xdb\x2e\xb8\x32\x68\x5c\x2d\x9d\x03\x2e\x68\x36\x6a\x75\x0e\xb8\x4e\xc9\x89\x5d\xe8\x94\x5c\xd0\x3e\xeb\x92\x2e\x78\xd1\x3e\x06\x1f\x07\x5c\x7f\xe2\xd6\x36\x01\x50\x6d\xc1\x76\xe8\x3b\xaa\xad\x73\x93\x2d\xf3\x85\x9b\x2c\xa8\x6d\xdd\xa6\xfc\x89\x7d\x5c\x63\x83\x1c\xeb\xe4\x98\x78\x8f\x4e\x8e\x05\x55\xce\x80\x4e\x8e\x75\x0a\x4a\x60\xf7\xa0\xa0\x82\xa1\x81\x06\x05\x15\xbc\xb7\xb9\x56\x5c\x2b\xaf\x45\xd3\x73\xa5\xba\x52\xf3\xc3\x91\x4b\xcd\x25\x15\xc8\xb2\xe1\xa0\xa9\x02\x27\x5c\x8c\x41\x53\x8d\x8f\xd2\xc6\xf0\x19\x04\x54\x30\x6c\xe2\x19\xbc\x64\xc1\x7b\x5b\xcb\xb5\xd3\xb5\x75\x64\x68\x2e\x5d\x2e\x19\xf1\xbb\xb2\xdd\xae\xdd\x59\xff\x2d\xb9\xf4\xb8\xf4\xda\x7c\x9f\xb8\x8a\x06\x35\x36\xf8\xc4\x98\x12\x83\xb6\x0a\x9a\xcd\x9c\x83\xb4\x0a\xea\x8c\x6e\x18\xa4\x55\x30\x4c\xc1\x83\xb2\x1a\x9b\xa9\x29\x46\xce\xa0\x99\x82\xe1\x53\x30\x68\xa6\x41\x0c\x59\x0b\x19\xc4\x50\x30\xcc\x7d\x83\x18\x0a\xde\xdb\x14\x57\x0d\x44\x44\xc6\xc8\x19\xfc\x5f\x41\x33\xe0\x07\xff\xd7\x28\xde\x8b\x75\x9b\xe2\x72\x80\xe5\x95\x1d\xd4\x50\xb0\xd5\xa6\xa2\x1c\x60\x41\xe1\x74\x1b\x82\x1d\x83\x66\x17\xc7\x10\xed\x38\x8a\x1a\x1c\xfe\x4d\x0d\x1c\x0b\x3b\x3c\x53\x0d\x84\x36\xe6\x8c\x86\x31\xc8\xa1\xa0\xb6\x18\x3e\x83\x1c\x0a\xde\xdb\xf2\x53\xbb\xec\x82\xd1\xb2\x10\x3c\x44\x3b\x8e\xb5\xa3\x2e\x93\xe4\xa0\x9a\x06\xd5\xb4\xfe\x4d\x45\xa3\x9a\x5a\xf9\x87\xb8\xf0\x41\x54\x05\x23\x49\xf5\xc7\x20\xaa\x46\x35\xee\x32\x93\x0f\x3a\x28\x68\x5d\xaf\x71\xa2\x0d\xd2\x88\x09\x3b\x48\xa3\xa0\xda\xcc\x3c\x48\xa3\xc1\x63\x66\x01\x72\xf0\x98\x05\xa3\xc5\x08\x1f\x3c\x66\xc1\x14\x50\x35\xc4\x4c\x06\xe5\xb3\xb9\x4b\x95\x85\x34\xca\xcd\x39\xb8\xb4\x82\x52\xe2\x87\x19\x64\x50\xb0\x84\xff\x20\x83\x06\x19\xc4\x36\x1d\x6d\x15\x2d\xfe\xbd\x7c\xeb\x06\x19\x34\x92\x0a\xb1\x76\x6f\x35\xcd\x13\xac\x85\xa3\xc1\x19\x16\x54\x5b\x12\x07\x5f\x58\x30\x7c\x72\x07\x61\x14\xb4\x6a\x36\x20\x8c\x82\x91\x23\x8d\xc6\xa0\x8c\x82\xe1\x53\x3a\x28\xa3\x91\xcc\x20\x95\x6e\x1e\x64\x50\x50\xe5\x86\x1a\x54\xd0\x20\x79\x24\x69\x1d\x24\x4f\x30\x67\xf7\x4c\x9d\xd2\x55\xdd\x40\xa1\x79\x82\xc1\x8e\x18\x3c\x66\x43\x20\x65\x37\xec\x04\x52\x06\x43\x88\xe4\xa0\x8c\x46\xa2\x26\x6b\x37\x62\xe8\xa0\xa0\xe6\x30\xb9\x31\xa4\x06\x19\xa4\x11\x0b\x76\x90\x46\x41\x11\xa0\x3e\x48\xa3\xc1\x25\xd7\x57\x41\xd4\x7e\x25\xd5\xf7\x50\xef\xdc\x30\xd6\xb4\x2e\x67\x5b\xb0\x82\x8e\x07\x5f\x5b\xe0\x38\xdb\x31\xa8\xa5\xa0\x5a\xb4\x1d\xd4\xd2\x20\x83\xba\x16\x27\x83\x82\x15\xa0\x31\xc8\xa0\xc1\xfd\x96\x83\x17\xc7\xa0\x83\x82\x62\x0f\xf5\x20\x83\x82\xe1\x6b\x34\xc8\xa0\x21\x08\xb2\x6b\x0f\xee\xb7\xa0\xb1\x16\x07\xf7\xdb\xd8\x55\xaa\x2a\x9b\x4a\xbd\x90\x79\x7d\x0c\xfb\xe5\x06\x05\x25\xd2\x7c\x50\x50\x41\xe3\xf5\x18\x14\xd4\xe0\x92\xeb\x26\x78\x12\x2a\x18\x4d\x83\x73\xc9\x0d\xaa\x4a\xde\x9c\x41\x55\x05\x75\xc6\x56\x19\x54\x55\x30\x2d\x85\x0c\xfe\xb7\xe0\xf8\xf3\x4c\x95\x12\xdf\xd8\xcd\xbf\x84\x56\x30\xac\xd2\x0c\x42\x6b\xf0\xdc\xad\xca\x53\x55\xc1\xfa\x60\x0f\xaa\x6a\x08\x49\xcc\xe1\x94\x63\xd0\x46\x41\x91\xa5\x6b\x90\x46\xc1\xa1\xdb\x29\xa3\x71\x78\x0f\x4c\xdc\xc7\x7a\x66\xbe\x29\xd5\x25\x6d\x2b\xfa\xb0\xfb\xfa\x93\x21\xc1\x6e\xef\xc6\xe0\x4c\x1b\xf4\x45\xcf\x4a\xc8\xa0\x2f\x82\x61\x6f\xee\xa0\x2f\x82\x9d\xae\x1d\xe4\xc5\xa0\x25\xba\xf1\x47\x4b\x04\x53\x52\xa5\x41\x4b\x8c\xaf\x7e\xdf\x95\x63\x95\x2d\x1f\x6c\x9d\x47\x38\x8c\x9f\x0e\xf5\x5d\xe7\xc7\x0a\xb6\x8f\xa1\xc0\x8d\x35\x48\x82\x9c\xbd\x3e\x06\x49\x10\xf4\xc3\xa7\x98\x24\x18\xdc\x4c\xa4\xe2\x60\xec\x07\x83\xc1\x3b\xb8\x99\x06\xd7\x50\x0e\xd7\x1e\x83\x15\x1f\x1c\xd6\x20\x06\x2b\x7e\x08\xae\xa3\x93\x07\x33\x3e\x38\xc4\xc4\x0c\x66\x7c\x70\x54\x5f\x0d\xae\xa1\x21\xde\xae\x6b\x10\xf1\x76\xc1\x1c\xfa\x9d\xb7\x68\x5c\xeb\x01\xa9\x3c\x2b\x3b\x38\x2a\x93\x80\x95\x3d\xae\xfc\xdb\xf0\x3d\xe0\x59\x09\x6a\x53\x8e\x6b\xfd\xdb\xd7\x6d\xa9\x29\xcf\xca\xb8\x32\x4e\x23\x27\x86\x0d\x51\x41\xb5\x76\x3b\xf8\x5a\x06\x9b\xdd\x6e\xcf\xc1\x66\x0f\xe6\x66\x7c\xb0\xd9\x07\x57\x88\x5d\x35\x83\xe5\x1d\x0c\x2b\xf8\x83\xe5\x3d\x04\xba\x0d\x76\x13\x3b\x3b\x18\xad\xfd\xfd\x34\x8f\x31\x98\xe1\x83\x19\x3e\x7c\x18\x99\xe1\xc1\x5c\x06\x08\x33\x7c\xdc\x8a\xce\xac\xe2\x3d\x09\x1a\x1f\xfd\x60\x87\x0f\x81\x70\xf6\xef\x0f\x86\x78\xb0\x42\x99\x06\xf7\x49\xd0\xa4\x74\x19\xbc\x27\xc1\x26\xfb\xd8\xe0\x3d\x19\xbc\x27\x23\xde\x82\xc1\x5c\x0f\x06\x4d\x3c\x98\xeb\xc1\xb4\xe8\x34\x04\xb5\x05\x9b\xf0\xac\xc1\x80\x1f\x36\x34\x0d\xdf\x06\xde\x93\x60\x65\xa4\x1c\xbc\x27\x83\xf7\x44\x76\xf1\xc1\x7b\x12\x34\x6b\x20\x83\xf7\x24\xa8\x23\x36\xe0\xce\xf4\x0f\x9a\x1d\xd1\x3b\xd3\x7f\xcf\xee\xa5\x3a\x62\x13\xec\x0c\xfd\x60\xd2\x33\x3b\x43\x7f\x4f\x06\xbd\x2a\x55\xf9\x6e\xfb\xd2\x2e\x83\x5e\xc4\xcb\xce\x51\xb2\xcb\xa0\xb7\xbb\xf4\x75\xe9\xb5\xf3\x73\xa8\xd3\xd8\xd9\xf9\xc1\xda\x3c\xbc\x33\xf3\x83\x6d\x85\x88\xee\xec\xfc\x60\x93\x14\x77\x67\xe6\xef\x1f\x5d\x9c\x79\x69\x67\xd4\x07\xa3\x2b\x99\xd8\xb7\x9d\xbf\x44\xc2\xf1\x9d\x51\x1f\xd4\x1e\x5d\xb5\x33\xea\x83\xe1\x3b\xb3\x33\xea\x77\xb1\x6f\x63\x5d\xdb\x5d\x8b\xfc\xca\x6b\xb8\x73\x97\xec\x1c\x21\x92\x2f\xec\x1c\x21\x41\x95\x1e\x6b\xe7\x08\xd9\xd9\xfe\x32\x21\xec\x6c\xff\x60\x2b\x2a\xca\xf6\xdf\xd9\xfe\xa2\x9b\x77\xb6\x7f\x50\x3f\xd1\x5f\x3b\xdb\x7f\x67\xd4\xcb\xff\xbd\xb3\xea\x83\x21\x76\x61\x67\xd4\x07\x87\x45\xad\x9d\x51\x1f\x14\x36\xc1\xce\xa8\xdf\x39\x47\xcc\x41\x3b\xe7\x48\x50\x73\x72\xd7\xd8\x39\x47\x82\x95\x7b\x6c\xe7\x1c\xd9\x85\xbe\x65\xd2\xd8\xa9\x81\x9d\x1a\x88\x0d\xb9\x53\x03\x3b\x35\x60\xf3\xd9\x4e\x0d\xec\xd4\x40\x54\xe6\x4e\x0d\xec\xd4\xc0\xd0\x6a\xd4\x40\xd0\x7a\xde\x8c\x9d\x1a\xd8\xa9\x01\x1b\x91\x76\x6a\x20\x58\x3b\xb5\x76\x6a\x20\xd8\x7c\x8e\x76\xe6\xfe\x5e\x57\x3d\x53\x29\xae\x90\xa0\xac\x1a\xf0\x84\xec\x82\xe6\xc6\xba\xa6\x56\x35\xb2\x7e\xf3\x6f\x6a\x55\x8d\x3f\xdd\xc2\xef\x11\x2c\xa7\xf0\xce\xdc\xdf\xed\x91\xca\x19\x19\x63\x67\xef\x07\xcd\x9a\xfb\xce\xde\x0f\x56\x5c\xe1\xce\xde\xdf\x9b\x3e\xd6\x46\x3c\x26\xc1\x26\xf3\xf0\x2e\x44\x6e\xe7\x44\x11\x8a\xbd\x73\xa2\x04\x83\x0b\x6f\xe7\x44\x09\x96\xcf\x76\xe7\x44\xd9\x39\x51\x6c\x06\xdb\xa9\x87\x60\x48\x07\xb4\x53\x0f\xc1\x7b\x9b\xb2\xa9\x7c\x8b\xa9\x56\xfc\x52\x8f\xb6\x28\xd4\xac\x77\xed\x04\x45\xb0\x6d\x1a\x92\x5b\x65\xa7\x31\xf2\x25\xde\x49\x8c\xe0\xfd\x7f\xd7\x34\xc7\x8b\x51\x62\x40\xef\x34\xc6\xde\x35\x47\x4c\x82\x9d\xa2\x08\x9a\x35\x93\x9d\xa2\xd8\xfb\xaa\x94\x6b\x2a\x15\xad\x90\x43\xc0\xc6\x4e\x2a\xec\x82\xeb\xec\xd0\xd8\x69\x85\x60\x08\xf2\xdb\x49\x85\x60\x2d\x56\xec\xa4\x42\xb0\x49\x94\xba\x53\x0a\xc1\x9f\x81\x4b\x29\xec\xa3\xf9\xff\xd4\x9d\x2c\x08\x8a\x05\x98\x9d\x2a\xd8\x49\x00\xe9\xca\x77\x12\x20\x68\x76\x9d\xec\x24\x40\x30\x38\x6e\x76\x51\x79\xc1\x90\x1f\x63\xe7\x56\xd9\x05\xea\x49\x6a\xbe\x73\xa2\x04\x9b\x44\xb8\x3b\xed\xb0\x0b\xd4\x93\xd4\x7c\x27\x1e\x82\xed\x63\x72\x22\x1e\x82\x22\x58\x72\x27\x1e\x82\x7d\xce\xf6\xf7\xcf\xf5\xce\x11\x13\x0c\x0b\xdd\x3b\x47\x4c\x30\x4a\x04\xc8\x4e\x80\x04\x6f\x89\x3c\x4b\x63\xbd\x18\x6b\x6e\x24\x40\x76\x8e\x18\x39\xcf\x77\x0a\x24\x18\xc5\x97\x8d\x02\xd9\x77\x23\xe0\xf0\x04\x23\x60\xcf\xb0\x36\x95\xcb\xd8\xb1\x53\x20\x56\xba\x77\x0a\x24\x58\xd2\x73\xa7\x40\x82\x2d\xa7\x2a\x8f\xdd\xce\xac\xe0\xfd\xa5\x6b\x9a\x66\x26\xd9\xf2\xee\x92\xba\x13\x25\x52\xa4\xef\x44\x49\xb0\x71\x06\xec\x44\xc9\x4e\x94\xc8\x87\xbe\x13\x25\xc1\x10\x20\xba\x13\x25\xc1\xb6\xf6\xed\xec\x54\x49\x50\x25\xc6\xdd\xa9\x92\x9d\x47\xc8\xa9\x24\x3b\x8f\x50\x30\xb8\x16\x76\x42\x65\xe7\xfe\x91\x5d\x7d\xe7\xfe\x09\x2a\x33\x7c\x27\x54\x76\x4e\x9c\x3d\xb6\xe3\xce\x89\x13\xb4\x16\x1b\x76\x27\x54\x76\x4e\x1c\x09\x6e\x76\x4a\x25\x70\xea\xd2\xd8\x49\x95\x60\x88\x67\xdd\xf9\x70\x82\xf7\x97\xae\xa9\xc2\x8b\x95\x2e\x7a\xe7\xc3\x09\xde\xdb\x94\x4d\x15\x22\x7c\x64\xf9\xda\xe9\x9e\xa0\xc9\xd0\xb7\xd3\x3d\xc1\x28\x91\x42\x3b\xb7\xce\x4e\x0a\x49\x91\xbe\x93\x42\x41\x6d\x9e\x49\x0a\x05\x4d\x0c\xf7\xce\x47\xb3\xdb\x88\x25\xd1\xf9\xce\x49\x13\x8c\xc2\x66\xe2\xa4\xd9\x89\x28\xf9\x76\x77\x22\x2a\x18\x22\x72\x77\x22\x2a\x18\x85\xfd\x42\x44\x05\xdb\xca\xb9\xb0\x73\xd2\x04\x75\x33\x15\xd2\x55\xc1\x36\xe2\xbf\xda\xe9\xaa\xe0\xfd\x65\xc6\x02\x27\x4d\x30\x0a\xcb\x87\xd4\xda\x39\x69\xd8\x90\xfb\x77\xb5\xc7\x93\x1d\xe4\x29\x2d\x27\x4d\x30\x2c\x2d\xee\x9c\x34\xbb\x9d\x58\xf2\x2b\xee\x82\x0d\x83\x21\x5e\x76\x27\xd2\x76\xc1\x86\x7c\xdd\x3b\x95\x16\x0c\x8b\x54\xbb\x60\xc3\xa0\xd8\x0b\xb7\xf3\xf8\x04\xc5\x3e\xc0\x9d\xc7\x27\x18\xc5\xf4\x4e\xdd\xed\x7c\x34\xc2\x19\x76\x3e\x9a\x60\x88\xaa\xdd\xf9\x68\x76\x3e\x1a\x67\x21\xec\x7c\x34\xc1\x10\x28\xbd\x53\x77\xc1\xb6\x69\x0d\xea\x6e\x3f\xb5\x90\x89\x87\xc3\x24\x38\x22\xc7\x76\xfe\x92\xa0\xc8\xaa\xb1\x0b\xae\x0b\xb6\xf5\x44\x1e\x94\xa0\x7e\x7c\x38\x79\x50\x82\xba\xbe\xaf\x42\xeb\x82\x15\x14\xbc\x0b\xad\xdb\x2f\xc1\xda\xe6\x63\x1e\x94\x60\xd8\x18\xb8\x53\x7b\xc1\x10\x23\xbd\x53\x7b\xc1\xb0\x7e\xb4\x13\x7b\xc1\xfb\x67\x19\x07\x32\x62\x04\xdb\x1c\xfe\xdf\x68\xb9\x32\x5a\x18\x81\x04\x60\xd0\xd6\x87\x42\xb0\xdd\x4e\x13\xca\xeb\xbc\xd3\x84\xc1\xca\xbb\xb8\xd3\x84\x3b\x3f\xce\xfa\x4a\xf2\xe3\x04\xa3\x30\xd2\xf8\x71\x76\x7e\x9c\x35\x83\xf1\xe3\xec\xb2\x3d\x32\xce\xa9\xc9\x9d\x74\x94\x21\x76\x27\x1d\x83\x21\x8c\x7c\xa7\x0d\x77\xda\x50\xde\xd1\x9d\x36\x0c\x8a\xb0\xdc\x9d\x36\xdc\x05\xdb\x49\x7f\xba\x0b\xb6\x0b\x0a\x99\xbf\x93\x8b\xc1\x10\xf5\xbe\x93\x8b\x41\xe3\x72\xdb\xa9\xc5\x5d\xb2\x0b\x09\x31\x77\x72\x31\x28\x74\xe0\x4e\x2e\xee\xb2\x49\xfa\x8a\x90\x8b\xbb\x9d\x4c\x02\xfc\x76\x72\x2e\x18\x65\xfd\x99\x3e\xb0\x93\x69\x67\xde\x91\x73\x41\x65\x63\x4f\x72\x2e\x18\x25\x26\xf6\x24\xe7\xa6\x3d\x4a\xfb\xbf\xa4\x1d\x9d\xe2\xe2\x82\xc6\x19\x31\xb9\x70\xa6\xfc\x15\xfb\xee\x9f\x77\xd7\xf6\x1c\xe9\xb9\xe7\xd2\x74\x49\x1e\xc3\x96\x4b\x87\x4b\x7a\xc8\xa5\xaf\x4b\x19\x9d\x4d\xc1\x7f\x2e\xe5\x8c\x98\x4c\xa9\x93\x00\x0c\x86\x94\x8e\x93\xfe\x9b\xfc\x3c\xfb\xee\x97\xb7\x6b\x99\xda\xbb\xdb\x1e\x97\x32\x95\xc5\xd6\x9e\x24\xe1\xb4\x1d\x6a\xdf\x5d\xd3\x32\x49\x86\x91\x33\xca\xc7\x14\x69\x37\xb9\x83\x24\x3f\x9f\xdc\x41\xc1\x72\xc3\x4c\xca\x71\x0a\xab\xa3\x8b\x26\x9d\x18\xd4\xcf\x7a\xa8\x06\x8a\x4c\xb4\x62\x3b\xc9\xc4\x49\xff\xed\x71\x7c\x4f\xfa\x2f\x18\x96\x6c\x27\xfd\x37\x8b\xe2\xc6\x20\x9c\xbc\x3a\x41\xb5\x83\x79\x8a\x8d\x9b\xc5\x1b\x91\x15\xb8\x49\xc6\x05\x23\xe7\x12\x8f\x49\xc5\x05\xad\xab\x01\x15\x37\xa5\x93\x90\xc2\x7c\x92\x54\xb3\x66\x66\xcc\x48\x9c\x14\xd5\x4c\x7e\xc2\x3a\x63\x6e\x4c\xbe\x91\xa0\xd9\xff\x3b\xc5\x9b\x05\x9b\x24\xa6\x53\xbc\xd9\x14\x6f\xa6\x18\x44\xd6\xe4\x54\x99\x1f\xcf\xd4\xc9\x51\x59\xfb\xee\x97\x9a\x23\x22\xab\x1a\x69\x44\x56\x30\x2c\x22\x4c\x3e\x95\x49\x77\xcd\xbc\x4b\x93\xee\x0a\x86\x6d\x01\x93\xee\x0a\x86\xb4\xd8\x93\xec\x0a\xb6\x19\xc1\x36\xc9\xae\x60\x2d\x13\x4d\xb2\x2b\x18\x39\xb1\x6f\x4c\xa1\x6b\x41\xdd\xd7\x0f\x75\xba\xcc\x14\xd5\x0f\x35\x0f\x21\x26\xb2\x6c\x12\x62\xc1\x11\x8b\x7f\xd2\x61\xc1\xb0\xe9\x60\xd2\x61\xc1\x10\xd5\x38\xf9\x75\x26\x69\xc6\x50\x9c\xa4\x59\xd0\xac\x77\x4c\xd2\x6c\x92\x66\x32\xbc\x4f\xd2\x2c\x18\x8e\xa6\x98\xa4\x59\xb0\xad\xed\xa9\x93\x36\x0b\x96\xe8\x9a\xb4\x59\x50\xcb\xe1\x2e\x4d\x46\x9b\xcd\x58\x76\x93\x36\x0b\x36\xdb\xb4\x26\x6d\x16\x14\x9e\xd9\xc9\xff\x13\x0c\x7b\x3c\x26\xb5\x36\xfb\x2a\x46\x9e\x49\x4d\xcd\xe1\xdb\xed\x92\x67\x8e\x7c\x27\xbc\x4f\xc2\xcf\xe6\xca\x56\x91\xff\xe7\x76\x09\x86\x4d\x2a\x93\xbe\x0a\xd6\x4e\xeb\x49\x5f\x05\xa3\xe4\x0b\x3c\x79\x5d\x82\x21\xd2\x6c\x52\x5c\x41\x71\xc0\xc7\xa4\xb8\x82\x66\x99\x71\x52\x5c\x53\x24\xdb\x2c\xca\xaa\x9f\x12\xc9\x66\xcf\xc4\x14\xc9\x36\x79\x58\x6c\xa1\x9a\x04\x4e\x30\x6c\xf1\x98\xf4\xcd\xe4\x61\x91\x55\x7d\x12\x38\x41\x95\xe5\x7b\xd2\x37\x93\xbe\x89\x5e\x9e\xf4\xcd\x24\x3f\xa4\x50\x9f\xe4\x47\x50\xac\xee\x4f\xf2\x23\xd8\x96\xeb\x7a\xf2\x93\x04\xc3\xfe\x9c\x49\x91\x04\xef\x6d\xfe\x4d\xd9\xb2\x75\xc9\x09\x0c\xd3\xd6\xa5\x60\xe3\x8f\x9c\x44\xca\x9c\xf6\xb2\xc4\x22\x99\xd2\x34\x04\xc3\x5e\x99\x49\x56\x4c\xf1\x62\x32\xad\x4f\xf1\x62\xc1\xb0\x23\x65\x8a\x17\x9b\x34\x44\x8e\x0c\x1f\x93\x86\x08\xb6\x3d\x7a\x76\xd2\x10\xc1\x61\x07\xf5\xa4\x21\x26\x0f\x08\xb7\xdf\xa4\x04\x82\x29\x91\xc5\xa4\x04\xa6\x08\xaf\xa9\x8d\x48\x81\xe0\x10\xdf\x3d\x85\x70\x4d\xea\x60\x1a\x91\xd4\x41\xb0\x82\x93\x27\x75\x30\xbf\xba\xcf\x6b\xc6\xee\x0f\xca\x6e\x3a\x67\xf6\x07\xd5\x81\x03\x93\xd9\x1f\x94\xee\x8d\x62\xf6\x4f\xc6\xfb\x1c\xc7\x3f\x7c\xa9\xd9\xf6\x41\xcd\xc9\xd1\x63\xb2\xed\xe7\xda\x5b\x64\xb0\xb3\xed\x83\xb5\x54\x3b\xd9\xf6\x53\x00\x96\xf9\x8d\x6d\x3f\xd9\xf6\xd3\x64\xc0\xb6\x0f\xaa\xd0\x8d\xc9\xb6\x9f\x6c\x7b\x92\x6b\xb2\xed\x27\xdb\xde\x90\x65\xdb\x4f\xa9\x0c\xa6\xd7\xc9\x76\x9d\xa0\xc8\x47\x30\x59\xed\x53\xe6\x3e\xb9\xd3\x27\xb3\x3d\x18\x65\x5d\x52\x0e\x3e\x13\x99\xe9\x27\x9f\x49\x50\xf6\x75\x9b\x97\x53\xd0\xd4\x8c\x2c\x9d\x82\xa6\x82\xfa\x51\x5c\x41\x53\xd3\x16\x1b\x71\x65\x53\xd4\x54\xb0\x49\x39\x3f\x05\x4d\x4d\xe1\x50\x72\xb4\x4c\xc6\x7c\xb0\x49\x9a\x37\x19\xf3\x33\xc7\x29\x55\x71\x3c\x93\xe9\x1e\x34\xf9\x85\x27\xdf\xcd\xe4\xbb\x59\xbf\x34\x2e\x5e\xcc\x3d\x4b\x03\x93\x7d\x1f\x94\x8f\x0f\x03\xfb\x7e\xda\x27\x23\xcd\xd0\x64\xe0\x07\xc5\x09\xa6\x93\x81\x3f\xe5\xb2\x3b\x7c\xab\xd9\xe9\xc1\x3e\x4d\x4c\xcc\xf4\x60\xb9\x8b\x26\x33\x7d\xca\x51\x70\xac\x6b\x2a\x75\xe7\xdd\xcc\xe2\xc6\xb4\xff\x65\x26\x8e\xaa\x3a\x41\x6c\x72\xe7\x04\x73\x6e\x6e\x53\x83\xdb\xae\x67\x9f\x19\xc1\x4f\x41\xad\x6a\xc0\xd6\x9e\x7c\x33\x87\x9f\x32\xb6\x27\x63\x5b\xef\x31\xb6\x83\x22\x01\xdd\x64\x6c\xcf\x47\x7b\x9b\x85\x98\xd1\x41\xb1\xa0\x38\x85\x4d\xcd\x1c\x48\x54\x97\x55\xc2\xc5\x12\x8c\xf5\x6d\xe3\x62\x09\xb6\x99\x65\x91\x29\x46\x6a\xf2\xba\xc8\x7c\x3e\x79\x5d\x82\x61\xbf\xd8\x64\xa6\x4f\xa1\x54\x0e\x53\x3d\x18\xe0\x87\x0c\x71\x47\xd6\xe8\x0e\x16\x78\x30\x04\x9b\x1d\x42\xa9\x0e\x46\xb9\x74\xe8\x07\xab\x3b\x68\x92\x04\x1c\xac\xee\x43\xe2\x00\x99\xbc\x0f\x96\x72\x30\x44\xa4\x1f\x2c\xe5\x83\xab\x44\x56\xed\x83\xa9\x1c\xb4\xbe\xca\x71\xbb\x64\x73\xa5\x72\x3c\x2e\x65\xe6\x8b\xfd\x72\xb0\x94\x83\x61\x53\xd6\xc1\x50\x3e\x6c\x59\x91\x8e\xfb\x60\x29\x07\xc5\x8e\xb4\x83\xa1\x7c\x70\x5a\x1c\x69\xca\x83\xd3\xe2\x28\xfe\x2d\x97\xd8\xb1\x47\x91\x5f\x39\x6a\xef\xb0\x7d\x23\x18\xb6\xbc\x1d\x02\x96\x0e\x31\x46\xf6\xf5\x1c\xbc\x0a\xc1\x5a\x78\x39\x78\x15\x8e\xa2\x13\x32\x9f\x1f\x5c\x08\x41\x93\x87\xf1\xe0\x41\x38\xb8\x0b\x44\xaf\x1d\x8c\xdb\x60\xc8\xc3\x79\x70\x17\x1c\xd2\xa7\x99\x16\x0f\x96\x6c\x30\x6a\x16\xe6\x0e\x96\xec\xc1\x37\x70\x64\xb2\x38\x98\xad\x87\x58\xa0\xe2\x01\xca\x66\x43\xfd\xb1\xbb\xa6\x41\xd8\xad\x59\x82\x3c\x98\xad\x07\xdf\x80\x4c\xc5\x07\x23\x35\x18\x36\xb3\x1d\x8c\xd4\xc3\xf6\x76\x99\x8a\x0f\x36\x63\x30\x05\xfd\x1e\x6c\xc6\x83\xad\x26\x3d\xe7\xc1\x56\x0b\xf6\x23\xa6\xc2\xc1\x56\x0b\xfe\xb4\x2e\x5b\xed\xe8\xde\x6f\xbd\x60\x1d\x3d\x18\x36\xf7\x1d\x22\x73\x0e\x91\x39\x16\x42\x0e\x91\x39\x87\x0d\x0a\x9b\x4b\xab\x1c\xda\x68\xfd\x54\x1b\xe5\xcc\x1e\x7b\xef\x0e\xab\xed\x41\x11\x97\x7d\x58\x6d\x3f\x18\x88\x0e\xd7\x3d\x18\x88\xc1\x30\x81\x1c\x96\xdb\x8f\xec\x4f\x68\xf2\x99\x1d\x2c\xc4\x60\x70\x6f\x1c\x2c\xc4\x23\x51\x38\xed\xb3\x7e\xea\xbd\x8a\x3d\x28\x53\xd8\xc1\x1e\x0c\xde\xdb\x52\x36\x06\x61\x70\xc8\xf0\x72\x30\x08\x8f\x58\x7f\x4d\xa6\xe9\x83\xf5\x17\x8c\xfa\xf9\x87\x00\xf1\x83\x71\x18\xbc\xff\xa2\x9c\xda\xe6\xc5\xb4\x04\x7a\x58\xa2\x0f\x86\x6d\xb1\x87\x15\xfa\x23\x09\xcd\x9a\x85\xe8\xc3\x7a\x7c\x30\xec\x8f\x3c\x2c\xb8\x1f\xbb\x54\xf3\x9a\x95\xa9\x19\xcc\x8f\xb7\x82\xa5\x19\xbc\xb7\xa5\x86\x4c\xcd\xc3\x69\x3d\xf9\x72\x1d\x4c\xcd\x60\xc8\xde\x7b\xd8\xd3\x10\x0c\xc9\xfc\x0e\xe1\x3d\x47\x16\xdc\xdb\x47\x0d\x2c\xb8\x07\xeb\x68\xe9\xc3\x82\xfb\x91\x95\xf4\x26\x3d\xf0\x61\x29\x3d\x18\xb6\x47\x1e\x4c\xd9\xe0\xbd\x2d\x0f\x65\xcb\x06\x9b\xf3\x83\x0f\xa6\x6c\xb0\x35\x19\x7d\x0f\xb6\x6c\x30\x6c\xdd\x3c\x98\xb2\xc1\x7b\x5b\x6a\xc5\x96\x0d\x9a\x19\xfd\x60\xcb\x1e\x33\x15\xcd\x97\xeb\xb0\xb8\x1e\x8c\x35\xb2\x2d\xae\x1f\x53\xef\x15\xb7\xa9\xd5\xcc\xc8\x36\x91\x4a\x5f\x76\x1c\xab\x68\xf9\x29\xf3\x36\x28\xb2\x45\x1c\x16\xd2\x83\x21\x2b\xd6\x61\x21\xfd\x38\x8c\x45\xff\xc6\xe2\x0d\x86\x8c\xd5\x07\x8b\xf7\x38\x8c\x45\xe3\xd3\x12\x79\x30\x6c\xa3\x3c\xac\x90\x07\xdb\x6a\x21\x76\xf1\xf1\xd5\xef\x59\xa5\x3c\xd8\xa8\xc1\xb0\xb3\xf2\x60\xa3\x06\x4d\x74\xe5\xc1\x46\x0d\xb6\x26\x86\xf6\xb0\x34\x1d\x1c\x7f\x7e\xa9\x18\xd9\x3e\x50\xd7\x2f\x15\xe3\xab\xd5\xb2\xea\x73\x7c\x57\x39\xd2\x6a\x31\x89\x0e\xe6\x6b\x30\x19\x9c\x07\xeb\xf5\xf8\x19\xf3\x46\x2e\x5b\x35\x18\x6b\xb6\xb5\x0d\xfe\xf8\x69\xef\x2c\x18\x1d\x6c\xd5\xc0\x49\xf9\xe3\x60\xaa\x1e\x3f\x75\xcf\x9a\xe4\x61\xd1\x39\x58\x19\x4d\x0e\x8b\xce\xc7\x4f\xe3\x46\xaf\x1c\x76\xb3\x07\xc3\xae\xd2\xc3\x96\x82\x23\xf9\xa9\x9b\xcc\x21\xc7\x6f\x95\xd7\x47\x35\xef\x01\xc3\x37\x78\x6f\x4b\xd9\x58\xbe\xc1\x90\x34\xed\x60\xf8\x1e\xa7\xd6\x8d\x3d\x7f\x30\x69\x83\x61\x57\xe9\xc1\xa2\x0d\xf6\xf5\x59\x61\xd1\x06\x43\x82\xe4\x83\x41\x1b\x4c\x1b\x74\x0e\x06\x6d\x30\x84\x71\x1e\x16\xb5\x83\xf7\x91\x69\x22\xcb\xda\xc1\x26\x2f\xfc\x61\x59\xfb\xb8\x34\x6e\x84\xf6\x61\xc5\x3a\x18\x76\xcf\x1e\xcc\xde\xe3\xd2\x6a\x3e\x8c\xec\xd2\xa0\x6c\xdd\x6d\x4a\x7b\x69\x35\x9f\x32\xa6\x6a\x30\x64\x8f\x3c\x98\xaa\xc1\x90\x47\xed\x60\xaa\x1e\x62\xf9\xe5\xd2\x3c\xd8\xa0\xc1\x21\x8f\xda\xc1\x06\x3d\x6e\x83\x2d\xda\xe0\xb0\xe0\x1b\x8c\xd5\x2d\xcc\xd2\xe3\x31\xc9\xc4\x1e\x3c\x58\x97\xc1\xb0\x53\xf5\xb0\x92\x1b\xcc\x8f\x2f\x99\x95\xdc\xe3\xf1\x00\x46\x1d\x7b\x30\xd8\x24\x66\x3a\x9e\xf5\x80\xdb\x31\xf4\xe9\x2a\xcb\xb6\xc1\x90\xce\xea\xcb\x6a\x0c\xde\xdb\x46\xae\x6d\xae\x6d\xaf\x65\x1d\x31\xf6\x65\x35\x06\x73\x4b\x39\xbe\x02\x73\xbe\x31\x24\x9b\x45\xd8\x2f\x43\x32\x38\xf4\xcb\x97\x21\xf9\x4d\xb8\x7d\xdb\x32\x85\x7f\xad\xc2\x06\xdb\xc8\x90\xf9\xb2\x2d\xbf\x59\xfe\x6c\x92\x35\x7e\x59\x75\xc1\xe4\x10\xf8\x5a\xfe\xfc\x6e\x36\x54\xe4\x45\xf8\x5a\xeb\xfc\x6e\x99\x9f\x32\xa3\x7c\x85\xbe\x7f\x6d\x17\xce\xab\xf1\x15\xfa\xfe\x4d\xa8\x4b\xdb\x94\xcd\x5a\x67\x30\xbb\xba\xb3\x1a\x83\xe6\xc8\x81\xaf\x50\x97\xef\x3a\xd0\x3f\xe3\xe3\xcb\x92\x0c\xd6\x71\x7f\x5f\x2b\xa2\xc1\x7b\x5b\x2a\x6a\xbb\x70\x30\xf7\x8f\x5f\xaa\x41\x92\xfa\x66\x11\xf3\xaf\xdf\xec\xaf\x88\x99\x60\xd8\xb3\xfb\xb5\xd4\x1a\xbc\xff\x92\xda\x58\x6b\x0d\x36\x39\x41\xbe\xd6\x5a\xbf\xc5\x20\xd0\x36\x02\x5f\x82\xc1\xb4\xf8\xb2\x5a\x83\xf7\xb6\x14\x9d\xd9\x1a\x34\xee\xfd\xaf\x55\xda\xaf\x53\x64\xa4\x48\xf8\x32\x5b\x83\x21\x97\xc0\x57\x94\xcb\xb7\xaa\x61\xf3\x04\x55\x78\x31\xed\x7d\xfc\x32\x6e\x83\xd9\x37\x0f\x50\x83\x9a\xe9\x5c\x69\xc5\xc2\x7c\x63\xef\x36\x47\xb4\x7e\xd9\xbb\xc1\xb0\xfb\xf9\xcb\xde\x0d\x46\x5d\x25\x53\xcf\x64\x81\x5a\xb6\xf8\xd7\xd2\x6a\x30\xac\xa3\x7c\x2d\xad\x7e\x9b\x11\x15\x4d\xf0\xb5\x90\x1a\xac\xcc\x8d\x5f\xeb\xa8\xc1\xb1\x5e\x1d\x0b\xa9\xdf\x84\xc3\x37\xd3\xcb\x97\x09\x1c\x4c\x1b\x49\xbe\x56\x4d\xbf\x59\xfb\x6c\xf2\xfc\x7d\xad\x7d\x06\x83\x29\xfe\xb5\xf6\xf9\xed\x5a\x2d\x13\xf0\x97\xbd\x1b\x0c\xc9\x96\xbe\xb6\xe8\x7e\x1d\x5b\x19\x1b\xe9\xcb\x02\x0e\xde\x5f\xa6\xa2\x4c\xe0\x60\xd8\x6d\xfe\x15\x83\xf2\xed\xc6\x42\xa6\xdb\x2f\x7b\x37\x98\x76\x75\x7d\x99\xbb\xc1\xd6\x64\xf7\xf8\xb2\x77\x83\xa5\x05\xbf\xd6\x48\x83\x29\x2d\xd1\x97\x05\xfc\x1d\x86\x47\x66\xe0\xaf\x15\xd1\x60\xd8\xa3\xff\x65\x01\x7f\xf7\xf5\x80\x34\x1b\x3b\xf2\x6b\x0b\xad\xf7\x84\x1d\xf9\xdd\xe5\xc5\x8c\x98\xf8\x32\xfd\xbe\x4c\xbf\x7c\xc7\xbf\x4c\xbf\x2f\xd3\x6f\xcb\x3c\xfa\x65\xfa\x05\x43\x9c\xe5\x97\xe9\xf7\x65\xfa\x49\x69\xf4\x65\xfa\x05\x55\x80\xc0\x97\xe9\xf7\x65\xd3\xad\x79\x8e\x4d\x17\xac\x75\xb6\x2f\x9b\xee\x9b\x50\x88\xc6\x45\xf8\x65\xad\x7d\x05\x68\x57\x97\x94\x2d\x99\x65\x9b\x8c\x6b\x5f\xa6\x59\x30\xe4\x8c\xfb\x5a\xb2\x0c\xde\xdb\x52\x7b\x6b\x96\xc1\xb0\xb3\xfe\x2b\x14\x22\x18\x32\x5e\x7d\xc5\x6c\x7f\xd9\x79\xc5\xdc\xca\xce\x0b\xf6\x69\x80\xb0\xf3\xbe\x59\xd9\x6c\x72\xb5\x7d\xad\x6c\x06\xc3\xce\xfa\x2f\x3b\xef\x9b\x18\x87\x56\x0c\x5e\x16\x5c\x70\xc8\xce\xf0\x65\xc1\x7d\x0f\xc5\x8d\xc9\xf2\xb5\x66\x19\x0c\x5b\x7c\xbe\x76\x9d\x06\x5b\xb3\x24\xff\xb5\x8c\x19\xcc\x4f\xac\x87\xaf\x65\xcc\xe0\x58\x73\x9b\x20\x87\xef\x57\xeb\x9a\xe3\x19\x7f\xc1\x90\x2f\xe0\xcb\xf6\x0b\xde\xdb\x52\x36\xc6\xdf\x97\xf1\xd7\x3d\x40\x0d\xbe\x89\x59\xf5\x72\xb0\xfd\xbe\x5f\x67\x5b\x17\xd7\x74\xc2\x8b\x63\x1a\xcf\xd6\x29\xbf\x59\x94\x6c\x82\x9e\xbe\x16\x25\x83\x63\x8d\x40\x86\xde\x37\xc7\xb9\xff\x99\x29\x99\x70\xc1\x5c\xc5\x15\x37\xf0\x65\xd5\x89\x27\xfa\xb2\xea\x82\xf9\x99\x7e\xa9\xb8\xa7\x87\xc6\x08\xf8\x5a\x81\x0c\x76\x2b\x6e\x5f\x71\x03\xdf\xcb\x6d\xc6\x91\xc5\xc0\xe0\x58\xb3\xc5\xb5\x6e\xcb\x67\x82\x6b\xff\x6b\xfd\x2e\x38\xd6\x8c\xcd\x4e\x0a\x0e\xf6\xe0\x97\x9d\x14\xbc\xbf\x74\x4d\xbb\xbd\x38\xd6\xec\xc9\x41\x1f\x1c\xeb\x55\x63\x4d\x05\x07\x55\xf1\x65\x4d\x7d\x99\x4e\x3c\x2a\x5f\xa6\xd3\x77\x99\x4e\x2e\x69\xb5\xdb\xd2\x7a\xaa\xce\xc9\x1e\x6c\x8d\x17\xed\xcb\xcb\x1e\x1c\x6c\xe1\xaf\x4c\xa4\xc1\x7b\x5b\x9a\x83\xe3\x3d\x38\xd6\x14\xc8\x0e\xfb\x3e\x5a\x2d\xcb\x1d\x5f\x16\x56\x70\x30\x72\xbf\x2c\xac\xef\xa3\x47\xf5\x8b\xa0\xe9\xe0\x78\xdf\xdb\xbf\x7f\xb5\x2d\xf8\x7d\x1f\x1d\x3e\x3d\x4c\x39\x93\x91\x46\x68\xc7\xd7\xea\xde\xf7\xf1\x3a\x45\x6a\xff\x18\x65\xbf\x8f\xf7\x3a\x3d\xfe\x13\xf4\x1c\x4c\x6b\x74\x3f\xd6\xd6\x8f\x69\x65\x79\xef\xc7\xb4\x0a\xa6\x0d\x20\x3f\xa6\xd5\x2f\xd9\x61\x9a\x65\xa4\x9f\xd5\xb7\x9f\xd5\xb7\xbc\xb0\x3f\xab\x6f\xbf\x2c\xb5\x35\xe2\xf5\x67\xa9\x2d\x38\x4c\xdf\x3f\x46\xd9\x2f\x0e\xe8\x46\x31\xff\x38\xa0\x83\xc3\xe7\xec\xc7\x28\xfb\x31\xb7\x2c\x71\xfd\x98\x5b\xc1\xc1\xbe\xfd\x31\xb7\x82\xf7\xb6\xfc\x1b\x7b\x2b\xa8\x0c\xb5\x1f\x73\xeb\x27\x3b\x4b\x26\xb5\x1f\x73\x2b\xd8\x2c\x05\xfd\x58\x5b\x41\xb5\xf1\xe2\xc7\xda\x0a\x46\xdf\xfd\xbd\x56\xcb\xde\xc3\x66\x01\xe1\x27\x4c\x39\x58\xe7\x11\xfe\x18\x5d\xbf\xaa\x39\x32\x7f\xfd\x18\x40\xc1\x7f\x2f\x79\x66\xf5\x6f\xd5\x35\xff\xf6\x62\x38\x0e\xe9\x57\xd7\xbf\x4d\xb7\xa5\x52\x0c\xa0\x60\x74\xc5\x65\x00\x05\xeb\x08\x85\x1f\x03\xe8\xc7\x00\x62\x14\xfd\x18\x40\xc1\xb4\x6b\xfe\xc7\x00\x0a\x8a\x2d\x65\x3f\x06\xd0\x2f\xde\xe6\x95\x0b\xf7\x67\x25\x2f\x18\xb6\xab\xfc\xd8\x44\xbf\xa6\x43\x8d\x05\xce\xe5\x60\xf8\xba\xff\xd8\x44\x41\x75\xa6\xdd\x8f\x4d\x14\xbc\xbf\xac\xb9\xa6\x52\x89\xf2\xdd\xa2\x8e\x7f\x56\x0a\x7f\x71\x25\x37\x33\xce\x8f\x51\x14\x6c\xfb\xf0\x4b\x95\x62\x27\x99\x5b\x7f\xec\xa4\x60\xca\x9e\xf2\x63\x27\xfd\xfa\x7a\x68\x2a\xcf\x28\x0a\x86\xfd\x91\x3f\x46\xd1\x8f\xb5\x63\x43\xc0\x8f\xb5\x13\x1c\xab\xd9\x58\x3b\x3f\xd6\x8e\x04\x5c\x3f\xd6\x4e\x30\x3f\xeb\x36\x1d\xff\xa2\xd9\x8c\xf6\x63\xed\x04\xcd\xea\xe1\xcf\x7a\xdf\x4f\xc8\x6d\xe2\x8b\x7e\xec\x9f\x60\x63\xfb\xfd\xd8\x3f\x41\x95\x86\xe6\x67\x05\x30\x58\x27\x4a\xfc\x2c\x00\xfe\x72\x44\x77\x93\x5f\xe6\xc7\xff\x1b\xd4\xdd\x50\xb3\x00\xf8\xdb\x8d\x52\x2d\xc4\x72\x0a\xa6\xfd\x6f\x3f\x21\xaf\x3f\xab\x6d\xb2\xb8\xfc\xac\xb6\x05\x93\x51\xf0\xb3\xda\x16\xec\x4e\x00\xfb\x31\xb9\x82\xcd\x0e\xf0\x1f\x93\x2b\x78\xff\x2c\x95\xda\x57\x39\x7e\xd9\xd0\x90\x36\x63\x85\x05\x45\xb0\xc6\x8f\x15\xf6\x9b\x5a\xdb\xeb\xc8\xe4\xfa\xcd\x88\x5e\x8d\x66\x65\x2d\x68\x72\xe8\xff\x18\x61\x3f\x0b\x6b\x26\x00\x46\xd8\xcf\xc2\x5a\x35\x48\x2d\xac\x05\x9b\x9c\x22\x3f\x0b\x6b\xc1\x90\x10\xee\x27\x92\xf5\xc7\x7c\xb3\x33\xea\xc7\x7c\x0b\xd6\xf2\xc7\x8f\xf9\x16\x54\x67\x7f\xfc\x04\xb2\xfe\x1c\xf7\xbd\x2b\x99\x6a\x5a\x92\x13\xb9\xf5\x9b\xab\x9e\x11\x28\x43\x31\xbc\x9f\x87\x8e\x8a\xd7\xe2\xc7\x7c\xfb\xc5\x09\xbd\xc6\x1e\xeb\xed\x77\xac\x4a\xa5\x39\xac\xc9\x05\x4d\x1a\xb3\x1f\xeb\xed\x67\x99\x4e\x76\xfc\x1f\xf3\x2d\xd8\xc5\xb3\xfc\x2c\xd3\x05\xef\x6d\x69\x22\xc1\xad\x3f\xcb\x74\x06\x0c\x23\xef\x77\x98\xab\x7d\x6e\x8e\x55\x5e\x1f\x76\x97\xbc\x3e\x5f\xbd\x17\x1b\xfa\xc7\xca\x0b\x86\xbc\x45\x3f\x46\xde\xef\x2b\x54\xc2\x57\x89\x49\x17\x1c\x6c\xd7\x9f\xb0\xd5\xdf\x77\x95\x2d\x35\x65\xd2\x05\x43\x7a\xa3\x1f\x8b\x2e\x38\xd8\xa9\x3f\x16\xdd\x2f\x3b\xf8\x5a\x8b\x87\xe2\x67\xed\x2e\x38\x18\x5c\xbf\xef\x2a\x6e\x3e\x71\xfd\x1f\xbe\xd8\x3f\x06\xdf\x2f\x19\x2e\x9b\xc3\x0a\x7e\x96\xf6\x82\x29\xb6\xea\xc7\x06\x0c\x46\xcf\xea\xed\x8f\x0d\x18\xac\xb3\x65\x7f\x16\xfb\x82\xad\x1b\x3d\xfc\xd2\x3f\xeb\x7f\xd6\xc5\x7e\xd6\xff\x82\x26\x55\xf1\x8f\xf1\xf8\x4b\x4a\x91\x26\x71\xcd\xcf\x06\xc2\x60\x8a\xdc\xff\x31\x1e\x83\xe9\xbc\x88\x1f\xe3\xf1\x67\x49\x50\x24\xed\xcf\x92\x60\xb0\x39\xc7\xe5\x67\x49\xf0\x67\x49\x90\x4a\xfd\x59\x12\x0c\x8a\x93\xbb\x7e\x96\x04\x83\x41\x1f\xfd\x58\xa2\xbf\x84\xab\x36\x39\x05\x7e\xe2\x55\x83\x26\x9d\xf3\xcf\x66\xc4\x60\xae\x51\x61\x33\xe2\x2f\xee\xf1\xb5\x2d\xe7\x67\x31\x31\xa8\xb3\xb8\xa4\x06\x71\x8f\x37\xfb\xd5\x7e\x56\x13\x83\x22\x8c\xe4\x67\x35\x31\xd8\x56\x9c\xe0\xcf\x72\xe2\x4f\xaa\x7f\x53\xad\xd5\xc4\xdf\xa5\x43\xb3\x4c\xf3\xe3\x45\x0f\x36\xdb\x8f\x7f\x0c\xe7\xa0\xf1\xed\xfd\x18\xce\xc1\x26\x70\xf6\x67\x81\x31\xd8\x9c\xe7\xf3\xe3\x57\x0f\x36\xf6\xfb\x8f\x5f\xfd\x27\xf3\x88\x2e\xe6\x57\x0f\xde\x52\xa4\xd1\x38\xd6\x83\xcd\x5a\xe2\x8f\x5d\xfe\xb3\x80\xd9\x7c\x3a\x19\xe6\x41\x61\x2f\xfe\x18\xe6\xbf\x5b\xe7\x69\x35\x4b\x93\x41\xb3\x0b\xfa\x27\xd6\xf5\xc7\x70\x16\x1f\xf6\x63\x38\x07\xa3\x99\x82\x18\xce\xc1\xc6\x61\xfe\xbb\xd7\x03\xb4\x6d\xcc\xfc\x1f\x8f\x79\x50\x25\x89\xf9\x71\x98\xff\xd8\xd2\x76\x58\xfe\xd8\xd2\xc1\x10\xaf\xf8\x63\x4b\x07\xef\x6d\xae\x69\xc9\x27\x79\x12\x0c\x49\x1e\xf3\xdf\xa3\x8d\x7c\xfc\x19\xd0\xc1\x68\xa6\x42\x1e\xf3\x9f\xb5\xcf\x35\x27\x5b\xfb\x0c\x86\x8c\x13\x3f\x6b\x9f\x3f\x6b\x9f\x92\xb8\xfc\xac\x7d\x06\x87\x97\xea\x64\x66\x9f\x56\x30\x25\x71\x39\xd9\xd4\xc1\x68\x79\xb9\x4f\x2b\x98\xc1\x90\x71\xe2\x14\x7f\x1a\x0c\xe9\x2b\x4e\xf1\xa7\xc1\x14\xa7\x76\x8a\x3f\x3d\x13\x59\xda\x5a\xf7\xcc\xd3\xb5\x33\xc5\xf0\xff\x97\x4b\xa9\x40\x66\xdf\x93\xbf\xfc\x64\xb2\xdb\xa0\x7d\x32\xd9\x83\x95\x1b\xe8\x64\xb2\x07\xcd\xa6\x84\x93\xc3\x3c\x28\x02\x1d\x4f\x46\xfc\x69\x69\xd5\x9e\xdc\x93\x15\x1f\x94\x7d\xfd\x59\x73\x29\x5b\xd8\x0e\x7f\xa6\x31\x24\x1a\x89\x57\xf6\x64\xea\x07\xc5\xf2\xc2\xc9\xd4\x0f\xde\xff\x77\x9b\xd6\xd8\x32\xd4\xf2\xa9\x38\x6d\x49\x0c\xb6\xd1\x3d\x52\x63\x6c\xab\x9a\x6e\x53\xcd\x28\x02\x39\x3f\x4e\x82\xe0\xb4\x00\x2b\xaa\xf6\xa4\x08\x82\x21\x23\xc7\x49\x11\x04\x75\x5b\x77\xa9\x66\xd6\x5f\x7d\xb1\x4e\x8a\xe0\x74\x5a\x78\x3c\xbc\x27\x45\x10\xbc\xff\x9f\x7e\xb2\x97\x31\xd8\xec\xca\x3f\x89\x84\xa0\xd9\x07\x71\x12\x09\x81\x73\xa4\x4f\x0b\xb3\xc1\x70\x7e\xda\x69\x5d\x36\x18\x36\x7b\x9e\xd6\x65\x83\x29\xc7\xc8\x69\x27\x63\x70\x98\xba\x4f\x31\x07\xc1\x5b\x2e\x65\x35\x32\xd6\x8a\xae\x4b\x5a\xec\x45\xb1\x89\xee\xb4\xa0\x1b\xac\xa3\x2c\x4e\xeb\xb9\x27\x3d\x23\xe6\xf8\xa4\x67\x82\xd1\x3f\x7e\xa9\xc5\x12\xad\xd0\xda\xfa\x37\x4d\x96\xcd\x8d\xeb\x05\xb0\xec\x1b\xf4\x7d\x5d\xd2\x62\x96\x7d\x9d\x8d\x7f\x92\x3d\x41\xb3\x5a\x79\x52\x3d\x27\x3d\x23\xaf\xce\x49\xcf\x04\x6d\xb6\x7f\x38\xaa\xeb\x24\x77\xce\xc4\x32\x34\xc7\x15\x9e\x82\x19\x82\x2a\xb9\xd5\x29\x06\x37\x68\xb2\x65\x9c\xc2\x1b\x82\x2a\x7a\xe4\x24\x8a\x4e\x0a\xc8\xb9\x3f\x27\x05\x14\x34\x49\xbd\x4f\x0a\x28\x28\x16\x4b\x4f\x0a\xe8\xa4\x80\x9a\x61\x42\x01\x05\x9b\x2c\x2c\x27\x05\x14\x74\x69\x08\x4e\x0b\xc5\x27\xb5\x63\x32\x3e\xa9\x9d\x60\x05\xfe\x9d\xd4\xce\xd9\x75\x87\xf9\x48\xfc\x44\xd0\x77\xf3\x85\xf8\x89\xa0\x5a\x39\x39\xc5\xba\x06\x5b\x5b\xd3\x8a\x90\x8a\x60\x3b\x3e\x1e\xa0\x06\x16\x8f\xd7\x3b\x6e\xf1\x38\x68\x32\xee\x9e\x16\x8f\x83\xbe\xaf\xbb\x74\xda\x8b\x95\xa4\xfd\x14\x51\x11\x6c\xd3\x48\xa7\xb9\x82\x62\xb1\xf7\xa4\xb9\x82\x4d\x48\xf5\x49\x72\x05\x55\x2c\xd7\x49\x72\x9d\x22\x6e\xa5\xe6\x39\x09\xac\xa0\xca\xf4\x75\x12\x58\xa7\xe0\x89\xf5\xc2\xd1\x4e\x67\x4e\x83\x5b\xc5\x20\x9d\x4e\xd2\x29\xdf\x8d\x93\x74\x3a\xb3\xe3\xb0\xad\xd1\x6f\xcb\x61\xb0\xd2\x34\x9c\x96\xa6\x4f\x0a\x8b\x93\xe8\xa4\xb0\x82\xf2\x99\x2e\x19\x43\x09\xba\x6d\x72\xe3\x9c\x82\x6e\x83\x2e\x37\xf7\x29\x12\x22\xd8\x56\xc6\xc7\x53\x28\x44\xd0\x05\xba\x9f\xb4\xd9\x69\xf1\x9b\x9e\x3a\x29\xb1\x60\x85\x7f\x9c\x94\xd8\xb9\x4b\x38\xba\xa9\x82\x6e\xd9\x93\x46\x41\x7b\xd8\x54\x18\x6c\x76\x3f\x9f\x36\x15\x9e\x94\x98\x84\x3c\x27\x25\x16\x54\x87\xdb\x9f\xc2\x1e\x82\x26\x2e\xf9\x24\xce\x82\x15\x8f\x7d\x12\x67\xc1\xfb\x67\x69\x0f\xea\x2c\xe8\x82\xfc\x4f\xe2\x2c\xe8\xd3\xe8\x23\xce\x82\x6d\x6d\x98\x3b\xa9\xb3\x60\xe5\x25\x3d\x89\xb3\x60\xe3\x08\x3c\x89\xb3\x33\x4a\x6c\x25\xb7\x3d\x49\xb1\xa0\x8b\x69\x3c\x29\xb1\x33\x21\xc2\x4d\x92\x9e\x73\xae\xba\x67\x37\xbb\x21\x69\xb9\x3d\xe8\x8e\x89\x3a\x2d\xb7\x9f\x89\x1a\x6e\xf2\xf6\x9c\xa2\x86\x83\xb1\xbe\x4d\x04\x5b\xd0\x77\xcd\x6d\xb9\xfd\x3c\x74\x9e\x59\x87\x12\x0b\x2a\x07\xc7\x49\x88\x9d\x62\x28\xec\xd1\x38\xc5\x50\x9c\xce\x10\x37\x9d\x10\x67\xe7\xb1\x6a\x90\x5a\x51\x62\xc1\xb6\x3e\xf2\x56\xe0\x4f\xe2\x4c\xe6\x81\x93\x38\x0b\x8a\xbd\x4d\x27\x71\x16\xbc\xb7\xe5\x09\x96\xe0\x83\x2e\xad\xe7\x49\xaf\x05\xc5\xb9\x30\x27\xbd\x16\x94\x9e\x55\xa2\x53\xb8\x71\x50\xec\xf6\x3d\x85\x72\x04\x9b\x44\xd0\xa7\x50\x8e\xd3\x72\x7e\x8f\x75\x7a\x5a\xce\x0f\xba\x43\x58\x4f\xda\x2f\xd8\x2c\xde\x9d\xb4\x5f\x50\xe6\xaa\x92\xd6\x10\xca\xe1\xe4\xda\xd3\x72\x7e\xd0\x6d\xc7\x38\xc9\xc1\xa0\x38\x4e\xf8\x24\x07\xcf\xdf\x6a\xa0\x34\x9a\x50\x8e\xa0\x3b\xa8\xe3\xa4\xf7\x82\xbe\x86\x37\xbd\x17\x6c\x02\x26\x4f\x7a\xef\xb4\xe6\xdf\x23\xf8\x4e\xb2\x2d\xd8\x46\x0c\xdd\xd3\x9a\x7f\xb0\x16\xaf\x4f\x42\xee\xe4\x06\x90\xe7\xe1\xa4\xe4\x82\xe6\x5c\xcd\x93\x92\x0b\xfe\x58\x24\xf2\x45\x06\xdb\x9a\x23\xa5\x90\x09\x9a\xc4\x38\xe7\x6f\x55\xf3\xc9\x49\x7a\xb9\x44\xee\x9d\xa7\xa9\x29\x02\xea\xe4\x3f\x08\x56\x14\xe1\x49\xc7\x05\xeb\x88\xa6\x93\x8e\x3b\x4f\x5d\xd7\x5c\x53\x27\xc7\xb3\x7d\xfe\x41\x56\x9f\xc2\x48\x82\x6d\x5b\x7f\xa2\xc6\xa7\xb7\x97\x31\x48\xfa\x05\x45\x42\x93\x93\xf2\x3b\x45\x88\xf4\xac\x1b\x9c\x34\x5d\xd0\xd7\xd8\x17\x21\x72\x72\x86\x48\x5d\x74\xd2\x74\x41\x9f\xde\x7b\x9a\x2e\xe8\x0e\x6f\x3f\x69\xba\x60\x73\xd4\xc3\x49\xd3\x05\x5d\xae\xd1\x93\xa6\x0b\xba\xcd\x2b\x27\x4d\x77\x12\x6b\x9d\xe9\x47\xac\x05\x9b\x13\x44\x4e\x62\xed\xcc\x01\x02\x4d\x3e\xe2\x93\xcb\x24\x28\xc7\x7a\x80\x4e\xbb\xd4\xd3\x17\x97\xcf\x24\xe8\xb6\xaa\x9c\x64\x5e\x50\x0e\xc3\x89\xcc\x0b\x36\xfe\xfd\x53\xf8\x74\xb0\xce\x1d\x3d\x85\x4f\x07\xef\xff\xa7\x06\x76\x39\x06\x65\x19\xb8\x76\x39\x9e\xb7\x51\xcd\x90\xe7\x93\x09\x9a\x98\xed\x93\x4f\xe6\x24\x2d\xed\x6d\x38\x49\xcb\xa0\xac\xcf\x1a\x69\x19\xf4\x69\x6a\x27\x2d\xcf\x5b\x73\x30\xd1\x04\xc2\x04\x7d\x0d\x6b\x6a\x33\xe8\xd2\x72\x9e\xd4\x66\xb0\xd2\x2c\x9d\xc2\xb3\x83\x6e\xe7\xd1\x29\x80\xe6\xa4\x49\xbb\xd7\x86\x26\x0d\x9a\x4d\x7a\x27\x4d\x7a\x3e\xab\x39\x5c\xd3\x1c\xc9\x7e\xf9\x59\xbf\xd4\x1c\x4f\xf2\x8a\x9a\xde\x64\xd3\x39\x73\x1e\x9c\x0d\x56\x27\x95\x1a\x6c\xad\xb3\xab\xc9\xd4\xa0\x4f\xdf\x43\x9e\x9f\xa0\x1e\x2c\x72\x9e\x9f\xd3\xf1\xe0\x66\x02\x5a\x36\x68\xcd\xe0\xa6\x65\x83\x2e\xd2\xe4\x24\x65\x4f\x2e\x23\xa9\x45\x2e\x5a\xf6\x12\xc7\x23\xf9\xca\x25\x8e\x27\x28\xb6\xfa\x5e\xe2\x78\x2e\x9e\x25\xd9\xaf\x2e\x9e\xa5\xa0\x3b\x30\xf9\xa2\x82\xaf\xec\xb9\x6c\xb2\x5f\x5d\x34\x6f\xd0\x65\x5f\xb9\x68\xde\xeb\xe3\x2d\x88\x7d\x70\xf1\x36\x05\x2b\xcc\xe6\xa2\x79\x83\x3e\x57\x39\x2e\x97\x8c\x84\x74\xe8\x45\xf4\x06\x7d\x56\xb5\x4a\x4d\x2f\x3e\x29\x8e\x88\x8b\x9c\x0d\xd6\x69\x38\x17\x35\x7b\x89\x0a\x62\xb7\x5d\x54\x69\xb0\xf6\xa2\x5c\x44\x69\xf0\xde\x96\x2a\x88\x14\x0a\xfa\xcc\xe4\x7e\x89\x14\x0a\xfa\xcc\x87\xe2\xa2\x5d\x83\xb2\x7f\xdc\xa5\x52\xdb\xaa\x41\x9a\x8d\x83\x2b\xd8\xe4\xf0\xbb\xc8\xd9\xab\x18\x6b\x51\x4a\x17\xbd\x19\x14\x1b\x7b\x2f\x72\xf3\xe2\x94\xb2\xc2\x72\xd1\x9b\x41\xb7\xdb\xeb\xa2\x37\x2f\x61\x3f\x72\xfa\x5e\xe4\xe5\x25\xec\x27\x5f\xf9\x8b\xbc\x0c\xba\x0f\xe7\x45\x5e\x5e\xb4\xa4\xad\xc3\x17\x2d\x19\x74\xdb\xb8\x2e\x5a\xf2\x12\x09\x24\xe7\xee\x45\x39\x06\x9b\xdc\xc5\x17\xe1\x18\xfc\x19\x45\x84\x63\xd0\x6d\x66\xb8\xe8\xc6\x4b\xbc\xd0\x88\xc5\x77\x11\x8e\x41\x77\x40\xfd\x45\x38\x5e\x7c\x63\x66\xe1\x8b\x4a\x0c\xba\x6d\x4b\x17\xdf\x58\xf0\xde\x96\xba\x73\x8e\x05\x45\x40\xe5\x65\x5b\x67\xb0\xb6\xff\x5f\xe4\x65\x50\xb7\x8f\x3f\x53\xf5\xb8\xcb\x24\xf9\xbf\xb8\xcb\xae\xb6\xaa\x9e\x0e\xa5\x1f\x83\x22\x3b\xd7\x45\x3f\x5e\xbc\x6a\x82\xd7\x2e\x02\x32\xe8\x16\x32\x2f\x5e\xb5\x60\x5b\x27\xfd\x5f\x42\x8d\x82\x75\x4c\xef\x45\x66\x06\x85\x50\xbf\xc8\xcc\xa0\xc8\x01\x7b\x91\x99\x41\xe7\x32\xba\xa8\xcc\xe0\xfd\x7f\xbf\xd4\x42\x2f\xda\x68\x4a\xab\x81\xe2\x7b\xdb\x8e\x7f\xc8\x6f\x76\xf1\xcc\x05\xef\x1f\xfb\x17\x0d\xd8\x62\x61\x55\xcf\xd2\x80\xc9\xbf\xb3\x19\x27\x6d\x35\x60\xa6\xed\x58\x23\x17\x45\x1b\xbc\x7f\x96\xae\x25\x69\x83\xf2\x49\xc4\xc7\x65\x93\x67\xd0\x25\x33\xb8\xec\x1b\x08\xca\x91\x6f\xc0\x45\xf7\x06\x7d\x66\x5d\xf2\xa2\x7b\x2f\xce\x40\xe7\x54\x5d\x9c\x81\xc1\x12\xd6\x17\x67\x60\x50\x38\x33\x2e\x1a\x37\xd8\xda\xd0\x19\x44\x6e\xd0\xe7\x2a\x99\x9a\x77\xaf\xcd\x2a\x87\xaa\xe7\x08\x3c\xbb\x0e\x2f\x2a\x37\x78\x6f\xcb\x13\xc8\xdc\xa0\xcb\x73\x75\x91\xb9\x97\x7d\x03\x4c\x84\x8b\x1f\x31\xe8\xd3\x10\x26\x73\x2f\xfb\x06\xec\xdf\xbf\x78\x0d\x83\x75\x54\xff\xc5\x6b\x78\x0d\x95\x37\x2c\x6c\x12\x08\xb6\x63\x73\x49\xe5\x5f\x14\xeb\xa3\x17\xe9\x7b\x8d\x55\x2b\x65\x53\xab\x24\xe5\x91\xda\xe6\x12\xf1\x1f\xf4\x99\x0f\xd4\x45\x20\x5f\x64\xae\xfd\x7c\x17\x99\x1b\x34\x41\x9f\x17\x99\x7b\xf1\x37\x8a\xbe\xbf\x68\xda\x60\x9b\xe6\x6d\xfe\xc6\xa0\xc8\x19\x70\x51\xb9\xc1\xb1\xf9\x2e\x50\xb9\x97\x10\x2f\xc7\x9f\x5e\x9c\x8b\x41\x9f\xdd\x6d\xba\x4a\xd8\xfe\x30\x03\xd1\xaf\x41\x1d\xa6\x2e\xfa\xf5\x22\x56\xd9\xe9\x17\xb1\x1a\x94\xc3\xcc\x42\xac\x5e\x3c\x89\xd2\xa0\x5d\xd4\x6a\x70\x38\x72\xf5\x22\x56\x83\x2a\xe6\xf2\x22\x56\x83\xea\xd8\xab\x8b\x58\xbd\x88\x55\xc9\xd2\x2e\x62\x35\x58\x91\x39\xd7\x5c\x35\xd0\x2d\x6a\xc5\x6f\x18\xac\x0d\x78\x17\xfd\x7a\x1d\x5e\x2a\x43\x86\x5a\x0d\xfa\x6c\x2e\xa9\x3b\x01\x3b\xb2\xba\x7d\x11\xb0\x57\xd4\xaa\xe3\x10\x2f\x6a\x35\xa8\x6b\xd2\xe0\x70\xbc\x28\x53\xe9\xd8\x2e\xca\x34\x58\xb9\x13\x2f\xca\x34\x78\x6f\x4b\x4d\x05\x87\x05\x45\xda\xe5\x8b\x27\x31\xe8\xdc\x37\xd7\xb1\x6a\xf0\xe4\x00\x91\x5c\xa2\x5f\x83\x6e\x13\xf0\x45\xbe\x5e\xce\x2d\x88\xe9\x79\x91\xaf\x17\xf9\x3a\xb4\x1a\xf9\x1a\x94\x4f\x6c\xa6\x8b\x7c\x0d\xde\xa9\x3c\x97\x54\xf3\xeb\x9d\xf2\x02\xd1\xaf\x41\xb5\xed\xfd\xa2\x5f\x83\x22\x46\xf2\xa2\x5f\x2f\x5b\x11\xba\xff\xd7\xc5\x5f\x6a\xde\x7f\xe9\xe2\xc8\x57\x29\x9f\x2e\xf2\x35\xe8\x96\xf3\x2e\xf2\xf5\xe2\xba\x1c\x31\xc4\x2f\x5a\x35\xe8\xe2\x0b\x2f\x5a\x35\x68\xce\xdd\xbe\xf8\x26\x2f\xbe\x49\x29\x77\x2e\x5a\x35\x68\x4e\x4e\xbb\x68\xd5\xeb\xa7\xe6\xfe\x8d\x27\x32\xd8\xa6\x37\x9b\x27\xf2\xa2\x5f\x65\x76\xbb\xe8\xd7\x60\x3b\x98\x5f\xf4\xeb\xc5\x9f\x28\xb3\xdb\x45\x60\x06\x7d\x46\xac\x5e\x04\xe6\xc5\x9f\x68\x86\xe1\x4e\xbc\x68\xce\xb1\xbb\xa6\x57\x5e\xfc\x19\xdd\x34\x67\xd0\xa7\x81\x46\x73\x06\xf5\x30\x44\xf9\x0e\x83\x6e\xff\xf6\x25\x91\xe9\xc5\x9d\x38\xbc\x8b\x44\x65\x50\x96\x09\x45\x53\x06\x75\x7d\x24\x69\xca\xeb\xf2\xf6\x98\x87\x08\xc8\xa0\x36\xc5\xe0\x26\xbc\x2e\xe3\x45\xa5\x48\xc3\xa0\x88\x8b\xbf\x48\xc3\x60\x5b\x19\x6a\x2e\xda\x30\xa8\x6b\x92\xe7\xee\x0b\xba\xec\xac\x17\x77\xdf\x25\xc0\x4e\xca\xb1\xeb\x5a\x65\xcb\x77\x76\xfc\x43\xbe\x94\x8b\x98\x0c\xfa\x34\x83\x12\x93\x17\x31\x39\xb2\xda\x7c\x11\x93\x17\x31\x19\x47\xd4\x45\x4c\x06\x1b\xd7\xe8\x45\x4c\x5e\xb7\x4e\xf3\xf6\x92\x8e\xc1\x0a\x62\xbb\x28\xc7\xe0\xbd\x2d\x0d\x4d\x3a\x06\x7d\x7a\xe3\x04\xf8\x5d\x64\xa2\x24\x65\x17\x99\x18\xcc\x3f\xff\xa6\xd7\x5e\xb4\xe2\xeb\x41\x26\x5e\xce\x15\xd7\x43\x22\xf7\x2e\xca\x51\x8e\xb2\x8b\x72\x0c\x36\x7b\x06\x2f\xca\xf1\x7a\x3e\x6e\xcb\x4f\xe9\xc4\x60\x1d\xad\x74\xd1\x89\x17\x9d\x28\x47\xd9\x45\x27\x5e\x4e\xa8\xf3\x59\xa0\x13\x2f\x3a\x51\x8e\xb2\x8b\x4e\x0c\xa6\x28\x8b\x8b\x4e\x0c\x0e\x9b\x2f\x2e\x3a\x31\x28\xf6\x03\x5d\x02\x08\x2f\x1e\xce\xdd\x3c\x45\x3b\x06\xed\xb3\x7e\xa9\x85\x9e\x38\xfa\x57\xc9\xb4\x50\xa4\xe3\xfa\x78\x90\x8e\xc1\x18\xb4\x07\xe9\x78\x11\x85\x7b\xa6\xcb\x9b\x28\xbc\x39\x38\xf7\x38\x95\x6e\xd2\x2e\xa8\xdb\xee\xd2\x70\xe9\x70\x5b\xcf\xb5\xaf\x6b\xdf\x9c\xa3\xbe\xe5\xd2\xcf\xa5\x9f\xdb\x8e\x5c\x3b\x5d\xcb\x77\x78\xf8\xe5\xe5\x52\x0e\xe6\xcf\x58\xbb\x29\xbb\x9b\xb2\xcb\x14\x7a\x53\x76\xc1\xd6\xa4\x28\xbb\xb9\x33\x83\xe2\x38\xf9\x9b\x3b\x33\xe8\x32\x2b\xdc\xf4\xdf\x9d\x7c\xaa\x4d\x8a\xb2\x9b\xef\x32\x68\x76\x0e\xdf\x7c\x97\xb7\x38\x45\x89\xc6\x6e\xce\xcb\xa0\x4b\xc0\x70\x93\x89\xc1\x3a\x43\xea\x26\x13\xef\x4d\x73\x64\x48\xde\x34\xe1\x4d\x13\xc6\x82\xbc\x69\xc2\x3b\xf9\x74\x1a\xa5\x71\xcb\xa7\x13\x34\x5b\xd7\x6f\x9a\xf0\xde\x56\x45\x73\x8d\x43\xf3\x16\xe1\x98\xf7\xec\xe6\xcf\x0c\x36\xc7\x95\xde\xfc\x99\xb7\x0d\x25\x9c\xb4\x37\x87\x66\xd0\xa4\x33\xbc\x39\x34\x83\x6d\xcb\x84\x79\x13\x98\x41\x97\xff\xe0\x26\x30\x83\x69\x1d\xe7\xa6\x2f\xef\x62\x44\xea\x63\xee\xcb\xa0\xf2\xf3\xdc\xf4\x65\xf0\xde\xe6\x9a\xba\x13\x98\xc3\xbf\x19\x09\x2f\xf6\x3d\x2f\xed\xcd\x7f\x79\xdb\x33\x3d\xdd\xa5\x35\xb8\x2f\xe5\x0f\xbd\x69\xce\x60\x93\xd0\xeb\xe6\xbf\xbc\x39\x2b\xe5\x32\xbb\x69\xce\xa0\xcb\xfd\x70\xd3\x9c\x37\x67\xe5\x1e\xc9\x71\x13\x9d\x41\x11\xf2\x74\xd3\x9c\x37\xcf\xe4\x1e\x03\xf2\xe6\x99\xbc\x79\x26\x77\x0f\x50\xf7\xaa\xdf\x9b\x9f\xaa\x7c\xb2\xb3\xca\x50\x7e\xd3\x9c\x77\x35\x15\xc5\x2c\xbe\xc9\xc9\x60\x7e\x56\x71\xd5\x8a\x4e\xdc\x33\xa1\xdc\x74\x62\x50\x8e\x7c\xc8\x6e\x3a\x31\xe8\x33\x36\xc8\x4d\x26\xde\x14\x18\x67\xd5\x4d\x81\x05\x2b\x45\xe3\x4d\x81\x05\x7d\x0e\x77\x79\x66\xf7\xcc\x7c\x9c\x6f\x42\xea\xa6\x9a\xf2\xd1\xba\xa9\xa6\x60\x6b\x52\x86\xdd\xdc\x85\xc1\x66\x7d\xea\xe6\x2d\xbc\xed\x48\x91\x1f\xec\xe6\x2e\x0c\xea\xe1\xa5\xa2\xb7\x6e\x1e\x44\xb1\x9c\x37\x75\x15\x34\x5b\x29\x6f\xe2\xea\xa6\xa4\xe4\x30\xba\x29\xa9\xe0\x10\xd3\x7c\xf7\x55\x85\x98\x17\x99\x5f\x6f\x42\xea\x1e\xeb\x01\xa9\x15\x05\x13\xf4\x69\x16\xb3\xb3\xf9\x26\x6a\x24\xd0\xba\x89\x9a\xa0\x3b\x4c\xed\x26\x6a\x82\xe9\xf0\xba\x9b\xa8\xb9\x77\xbf\x8c\xe8\xb8\xf9\xcc\x82\xba\xc6\x29\x9f\x59\x50\xe5\x63\xbc\x6d\x21\xb9\xa7\x06\x3f\xfe\x21\x21\xe9\x4d\x7f\x04\x45\xa0\xcb\xcd\x7f\x76\x93\x24\xdc\x4f\x37\x49\x12\x14\xc1\x0c\x37\x49\x72\xf3\x9f\xe9\x22\x8a\xe4\x16\xc9\xc8\xfd\x74\xd3\x1f\xc1\xb6\xde\x6a\xfa\xe3\xe6\x05\xe3\x11\xbd\xa9\x88\xa0\x4f\xb5\xe1\x05\x0b\x56\x38\xef\x4d\x57\xdc\xe2\x11\x79\x6a\x6e\xf2\x20\x98\x73\xba\xa4\x1c\xe2\x11\x65\x8b\xba\xc5\x23\x06\xdd\x8e\x8a\x9b\x17\xec\xb6\xc3\xc4\x9a\xed\x4d\x45\x04\x85\x82\xbf\x89\x88\x60\xb7\xce\x7d\x13\x11\x37\x2f\x98\xe5\xf0\x9b\x8a\x08\xba\x4c\x2a\x37\x15\x71\xdb\x74\x62\xf5\xfe\xa6\x19\x82\x56\xf2\xdd\xbd\x49\x86\x9b\x3e\xb0\x36\x7d\x13\x08\x41\x5f\xb5\xa2\x0f\x6e\x7b\x95\xf9\x87\x6e\x02\x21\xe8\xd2\x9a\xdc\x04\xc2\x2d\x92\x91\xaf\xe1\x26\x07\x82\x95\xea\xe7\x26\x07\x6e\xbb\x4e\xac\xe4\xde\x0c\xfd\xdb\xf1\x64\x26\x26\x86\xfe\xcd\x4f\x65\x31\xe9\xe6\xa7\xba\xf9\xa9\x8c\x4f\xb6\xff\xcd\x4f\x95\x25\xe0\x9b\xed\x7f\xdb\x85\x6c\x99\xe8\xe6\xa8\x0a\xfa\x34\x1b\x92\x03\xc1\x7b\x9b\x87\xaa\xe9\x2f\x4a\xc8\x4b\x21\x30\x31\xe8\x33\x26\xc6\x4d\x21\xdc\xbf\x55\x51\xd7\x54\xf4\x97\x09\xf2\x50\x34\x15\xfd\xe5\xdd\x9c\xfe\x5f\x27\xe7\xe4\xed\x66\x6d\xf7\xe6\xcf\x0a\xba\xec\x3b\x37\x7f\xd6\xbd\x84\x44\x56\x17\x6e\x4a\xe2\x96\xa5\x27\x26\xfc\x2d\x30\x31\xe8\x32\xed\xdc\x02\x13\x6f\x7a\xc3\xba\xe2\x4d\x6f\x04\xbb\x4c\x79\x37\xbd\x11\x4c\x71\x12\x37\xbd\x11\xbc\xbf\x4c\x7b\x13\x1c\xc1\x26\x44\xe5\x26\x38\x6e\x82\xc3\xea\xd6\x4d\x70\x04\x6d\x98\xa7\x09\x8e\x60\x5f\x93\x32\xc1\x11\x6c\xcd\xca\xe8\x7d\xae\x8a\xbe\x13\x9f\xfd\xf9\xb7\xf0\xc5\xa0\x53\x69\x37\x57\xd7\x4d\xaa\x50\xf5\x37\xa9\x12\x6c\x52\x6c\xdc\xa4\xca\xcd\xfd\x65\x9d\xe6\xe6\xfe\x0a\x1a\x97\xff\xcd\xfd\x15\x54\x1b\xd2\x6f\xee\xaf\x60\x70\x97\xdc\x34\x4e\xf0\xfe\x59\xda\x9b\xc8\xb9\xf9\xbf\xf4\x31\x8d\x73\xdb\x58\x44\xaf\xdf\x14\x4d\xb0\xad\x21\xc9\x25\x76\x5f\xab\xee\x69\x5c\x92\x25\x58\x9e\xb3\x9b\x64\x09\xfa\xd4\x53\x14\xcb\x4d\xb1\x30\x27\x28\x96\xa0\x2c\xbb\x8f\x62\x09\xfa\xcc\x5a\xdf\xcd\xfd\x75\x13\x31\xd6\xdd\x6e\x22\x26\x28\x52\xcd\xdd\x44\x4c\x50\xda\x7a\xa4\xaa\xdf\x71\x67\xaf\x4b\x6a\xce\x23\x66\x9d\xe9\xe6\x11\x0b\xb6\x4d\x3b\xf2\x88\x05\x95\x2b\xe0\xa6\x74\x6e\x3b\x92\xac\xeb\xdd\x74\x4d\x30\xe5\x70\xbf\xe9\x9a\x5b\xb0\x25\x6d\x7b\x13\x31\xc1\x5c\xcf\xe4\xfe\xba\xed\x16\xa7\xf3\x6e\x22\x26\x98\xd6\x39\x6f\x1a\x26\x78\x6f\xcb\x20\x25\x62\xee\xe5\xec\xf2\x4b\x75\x7f\xf4\x31\x13\x9d\x62\x09\xa6\x34\x78\x37\xc5\x12\x1c\xdb\x7a\x80\x8a\x3e\x39\xda\x84\x19\x42\xb0\xdc\x62\x2d\x49\xbf\x9b\x83\x2a\x98\x52\x02\x3c\xa4\xc8\xf3\x59\x6b\x04\x3d\xd7\x36\xd7\x72\x5e\x7e\xec\x8b\x87\x7f\x2a\xa8\xf2\x5b\x3c\xf6\x99\x3f\x1f\xf3\x55\x64\xc1\x43\xb1\x04\xd5\x5e\xff\x87\x7b\xea\xc9\x51\xd9\xcd\xab\xf7\x08\xc0\x0c\xba\xe4\x52\x0f\x5d\xf3\x88\xac\x9c\xff\x92\x93\xf4\x21\x55\x82\x62\x5d\xf1\xa1\x54\x1e\x21\x95\x8c\xd1\x87\x13\x2a\x28\xf2\x88\x3e\x64\x49\xd0\x2c\x92\x3f\x64\x49\xd0\x25\xec\x7a\xa8\x92\x87\xde\x30\xfc\x1f\x7a\x23\x98\x0e\xaf\x7a\xe8\x8d\x87\x90\xe0\xb1\x7d\x08\x89\xa0\x58\x98\x7f\x08\x89\xe0\xbd\x6d\xe6\x9a\x56\xcd\x41\xd6\x9f\x74\xdb\x43\x48\x3c\x0e\xb2\xce\x37\xeb\x21\x24\x82\x3e\x23\xa2\x1e\x42\xe2\x21\x11\x7c\x05\x1e\x12\x21\xe8\x16\x4b\x1f\x12\x21\xe8\x47\x3e\xb1\x0f\x85\x10\x14\xc7\xb1\x3f\x14\x42\x30\xff\x14\xec\x72\xc9\x37\x40\xf9\x6f\x97\x74\xd0\xe1\x9a\x1e\x78\xd1\x2d\x82\x3e\x14\xc2\xc3\x51\xe5\x23\xf0\x70\x54\x05\xd5\xb1\xde\x0f\xd1\x10\x4c\xdf\xdc\x87\x68\x08\x56\xd0\xef\x43\x33\x3c\xd5\x10\x8b\x29\xf1\xf0\x4a\x05\x5d\x4a\xb3\xc7\xbe\xae\x87\x8e\x98\x87\x07\x4c\xd7\x66\x12\x34\xa4\x69\xe9\x88\x87\x40\x98\x31\xca\x1e\x02\x21\x68\x5b\x75\x9b\x4a\xd5\xec\xbd\xf6\x4c\x11\x8c\x0f\x17\xd4\x7a\x28\x17\x54\x70\x98\xbb\x1e\x2e\xa8\x47\xbc\xa2\x38\xbe\x87\x23\xe9\x69\xe6\xe8\x14\x8d\xd7\xe8\xb1\x3f\x7d\xf5\x14\x7f\x50\xd0\xff\xfc\x52\xb7\x90\x1b\x87\xb7\x95\xdc\x78\xc8\x8d\x98\xd7\x0f\xb9\xf1\x70\xe5\x08\x15\x7f\xb8\x72\x82\x69\xa1\xe6\xe1\xca\x79\x04\x2c\x0a\x6f\x78\x38\x6e\x82\xe9\xf4\xdf\x87\x04\x79\x68\x0b\x8e\x8a\x87\xb6\x08\x8a\x68\xda\x87\xb6\x08\x0e\xfb\x6d\x1e\xbe\x9c\x87\xe3\xe6\x30\x72\x69\x8b\xa0\x9a\x92\x1f\x8e\x9b\x87\xdc\x90\x82\xed\xe9\xab\x0a\xf7\xfb\x22\x77\xcf\xd4\x09\x39\x7d\xba\x11\x34\x8f\xc8\xc3\xa0\x4b\xbd\xf7\x70\xd2\x3c\x82\x11\xe5\x5b\x7b\x78\x69\x82\xb9\xc6\x91\x60\xc4\x87\xe3\xe6\x88\x05\xf6\x70\xdc\x04\xc5\x2e\xbf\x87\xe3\xe6\x91\x83\xc9\xb9\x5a\x8f\x1c\x4c\xc1\x3a\xd2\xe9\x21\x5e\x82\xcd\x4e\xe0\x67\xac\xe2\x3e\x99\x92\xd3\x1e\xc4\x4b\x30\x6d\xba\x7f\x84\x2c\x3e\x42\x16\x25\xdd\x7a\x84\x2c\x06\xfd\x88\x19\xf5\x08\x59\x7c\xf8\x72\x8e\xea\xdf\x54\x2a\x21\x8b\x82\x57\x1f\xbe\x9c\x87\x2f\xc7\xe6\xc8\x87\x2f\x27\x38\xec\xa6\x7f\xf8\x72\x82\xbe\x86\x07\x5f\xce\x63\xef\x98\x6d\x31\x0f\x67\x4e\xd0\xd7\xf0\xb0\x77\xec\xe1\xdf\x91\xe3\xed\xe1\xdf\x09\xfa\xb1\x79\x80\x16\x4a\x14\x63\x93\xe3\xed\x21\xc9\x82\x43\xcc\xd2\x43\x92\x05\x53\xb0\xfb\x23\xb0\xf1\xb1\xab\x5f\x38\xdb\x43\x73\x05\x9b\x1d\xc9\x0f\xc9\xf5\xd8\x50\x76\x44\xb1\x3f\x34\x57\x30\xd7\x0c\x4e\x73\x05\x73\x33\x3c\x78\x81\x82\x4d\x2a\xf0\x87\x0a\x0b\xba\x84\x85\x0f\x15\xf6\xf0\x02\x59\xda\x7e\x78\x81\x82\xbe\xde\x3d\x5e\xa0\xa0\x4b\x66\xfe\x70\x02\x05\xe5\x30\x0b\x93\x6f\x8f\x3d\xfd\x47\x24\xf6\x43\x85\x05\xf3\x63\x0c\x11\x61\x0f\xc5\xb5\x5e\x2a\x8a\x2b\x28\xe2\xb4\x1f\x8a\xeb\xb1\xa7\xdf\xb9\x6e\x0f\x2d\x15\x1c\x9b\x87\xf2\xc8\x04\xad\x9a\xb2\xa8\xab\xc7\x6e\x2f\x49\xf0\x1e\xee\x97\x60\x0a\xf4\x7c\xa8\xab\x87\x94\x92\x04\xef\x21\xa5\x82\x2e\x0b\xe3\x43\x4a\x3d\x62\x05\x0f\xdd\xc2\xd9\x12\x1c\xad\x95\x7f\xf8\x60\x13\x5f\x0f\x2f\x8b\x54\x7a\x0f\x2f\x4b\x70\x08\x4c\x7c\x88\xaf\x87\xd2\x12\x04\xf7\x50\x5a\xc1\xbe\xbe\xeb\x94\xd6\x23\x0d\x00\x39\xfa\x90\x5a\x81\x2c\x48\x0f\xa1\xf5\x50\x55\x7f\xae\x19\x3c\xbf\x7c\x42\xcc\x54\x54\xd5\xf3\x53\x41\xdf\x28\x5e\x96\xc7\x79\x71\x0c\x07\xaa\xea\xb1\x69\x4b\x34\xe4\xc3\xcb\x12\x94\x4f\xcc\xeb\x87\x36\x0a\x26\x31\xfa\xd0\x46\x41\xe7\x37\x7f\x68\xa3\x60\xda\x3b\xf9\x90\x46\x8f\xc0\x3e\x32\xe2\x11\xd8\x17\xf4\x35\x23\x8b\xdc\x7b\x08\x10\xe9\x98\x1e\x02\x24\xe8\x87\xc9\x9c\x00\x09\xb6\xcd\x2f\xe9\x8f\x27\xfb\xa7\x9a\x14\x7c\x0f\xb5\x11\x4c\xdb\x08\x1e\x6a\xe3\xe1\x3e\x91\x6f\xef\x21\x2d\x82\x69\xe3\xee\xc3\x7d\xf2\x44\x59\xf4\x65\xc0\x90\x16\xc1\x61\x09\xf2\x11\x6d\xf7\x44\x6d\xf4\x8f\xcf\x27\xb5\x11\xf4\x23\x6b\xb9\x0f\xb5\x11\xcc\x4f\xbc\x3d\x0f\xb5\x11\x74\x59\x37\x1f\x6a\x23\xe8\xeb\xfb\x41\x6d\x3c\x91\x16\x5d\x08\xf6\x43\x5a\x04\x53\xec\xe6\x43\x5a\x3c\xf7\x2a\xad\x6b\x4a\x7b\x67\xb3\x9e\x57\x93\x1a\x78\x6e\xa5\x35\x25\x73\x69\x04\x7d\x7d\x8d\xa8\x81\xa0\xaf\x2f\x0f\x35\x10\xcc\xf5\xad\xe0\xe4\x08\xf6\xdd\xfb\x4b\x1f\x3c\x09\x4c\xeb\x1f\x53\x2d\x63\x3d\x98\x92\x4e\x3d\xbc\x0b\xc1\xd6\xa5\x95\x7d\xb8\x17\x82\x63\xcb\x4a\xda\xc3\xbd\x10\xbc\xb7\xa5\xd5\x84\xa6\x05\xd3\x1a\xea\xc3\xf2\x0f\xde\xdb\xfa\xff\xfc\xdf\xfe\x89\xe9\xbf\x7f\xe2\x85\xe8\x9f\xb7\x0a\xfb\x27\x5e\x08\x38\xd2\x1e\xfb\x27\x36\x3d\x1c\xdb\x6b\x1e\xee\x9f\xd8\xf4\xfb\x27\x36\x7d\x4f\x36\xba\xfd\x13\x9b\x1e\x66\xfc\xb8\xfb\x27\x36\x3d\xbc\xb7\xf9\xb7\x9f\x6b\xbf\x3c\xe0\x93\x4b\xa7\x4b\xb7\xdb\x5a\xae\x3d\xae\xf9\x80\xe4\x97\x9b\xe2\x26\x5f\x7f\xff\xbc\x4a\x7f\xff\xc4\x0d\x01\xf5\x33\xf2\xcb\xb8\x21\xf6\xcf\xa6\x56\x35\xe5\xdd\xd4\xea\xc5\x9e\x73\x1d\xf6\xcf\xa6\x56\xd9\x1c\xd5\x3f\x2d\xe5\x8d\x83\x01\x8e\x44\xd5\xef\x9f\x4d\xad\x36\x9d\xd5\x14\x44\xb5\xe2\x73\x88\x31\xb1\x7f\x36\xb5\xda\x62\xbe\x15\x0f\x50\xab\xb8\x21\xfa\xa7\x29\xdb\xe5\xda\x95\xad\xdd\x25\x97\x6e\x97\x54\xbe\xa5\x63\x36\x95\xdf\x52\xf9\x23\xfd\x52\x54\xbe\x64\xd2\x3f\x72\x57\x51\xf7\xb8\x21\x7a\xb2\xe7\xed\x9f\xa8\x07\xe8\x31\x60\xf6\x4f\xd4\xc3\xfe\x49\x04\x5b\x4f\x5c\xcf\xfe\x29\xfa\xaf\x08\x98\xf0\x4b\x75\xcf\x8e\xa9\xed\x70\x97\xba\x17\x63\xa6\xa7\x89\xaa\x72\xbc\x38\xb2\xbe\xbb\x7f\xaa\x72\x08\x43\xcb\x19\x6b\xfb\xa7\xea\x84\x17\x47\xd2\xf5\xec\x9f\xaa\x68\x55\xbf\xe8\x84\xaa\x5f\x12\x74\x76\x18\x46\x55\xbf\x54\x43\xcb\x38\xaa\x0a\x92\xa0\xb3\x04\x7a\xef\x9f\xaa\x0f\xaa\x61\xaf\xe7\xab\xa6\xcc\x62\x7f\xfc\x7d\xfb\xa7\x6a\xc9\xa6\x8d\x46\xca\xd6\x14\xe4\xc5\x91\x9d\x2f\xfb\xa7\x69\xa3\x17\x47\x72\x15\xed\x9f\xa6\x68\xcd\xeb\xb7\xbb\xa6\x4b\x63\x91\x67\x05\x63\xff\x34\x3d\xda\x74\xdf\xee\xda\x7a\x68\x66\x86\x9a\x5f\x76\xcd\xd6\x8d\xdd\x99\x5a\x75\xed\x16\x23\x3d\xce\xed\xfd\xd3\x35\x5b\xd7\x46\xd3\x4f\x15\xe4\xc5\xcc\xf9\x6f\xfb\xa7\x6b\xa3\x6e\xec\xce\x8c\x86\xae\xff\x7a\x0e\x8f\xec\x69\xa3\xae\xd9\x1c\x6e\x96\x8c\x77\xfb\xa7\x2b\xef\x8b\x63\x3b\xfe\x9e\x4f\x7c\xff\x74\xad\x9a\xa8\xaa\xc3\x3b\xdc\x55\x70\x68\xd5\x23\xb5\x19\x5a\xf5\xc5\xec\x8a\x34\xb4\x6a\x0c\xf1\x1c\x3b\xb1\x7f\x86\xca\x0c\x83\xd1\x38\x1e\x06\xe3\x60\xb3\xfa\x33\x95\x19\x26\x0e\xe3\x67\x78\xc5\x86\x90\xc2\x94\x63\xe8\x8f\x11\x6f\x6b\x4d\xdb\x0f\xf5\x1b\xd9\x93\xfc\xf1\xff\x2a\x10\x73\xbd\x6f\x1f\xe5\x58\x35\x58\xdb\xd4\xde\x4b\xbb\x2e\xca\xa9\x66\x99\x6e\xf7\xcf\xae\x87\x92\x32\xb5\x6f\x9f\x14\x6d\x57\x83\x17\x25\x27\x9f\xee\x9f\x5d\x77\xec\x39\x6b\x6e\xdd\xa5\x4e\x89\xa9\xea\x9b\x72\xec\x2a\x25\xa8\x4a\x3d\x77\x3d\xb4\x3b\xe2\xe4\x93\x21\xbb\xab\xd4\x9e\xc3\x1c\x4c\x38\xbb\x4a\xc5\x0f\xd2\x93\xaa\x6f\xff\xec\x6a\xf5\x42\xc6\x86\xfd\xb3\xab\x54\x72\x69\xe5\xeb\xb0\x7f\xa6\x4a\x25\x8b\x6a\x02\x3d\xf7\xcf\x54\xa9\xa9\x52\x6a\x30\x55\x6a\x3a\xb8\x3e\xff\x3f\x55\x2a\xa6\x73\xcf\xa9\x4b\xfb\x67\x2a\xee\x8b\x32\x4c\x38\xd3\x7b\xe8\x54\x31\x73\xf2\xd4\x51\x53\x69\x37\xd7\x94\xf6\x85\xd4\x88\xfb\x67\x2a\x6d\x12\x2f\xf4\x44\x5d\xee\x9f\xc3\xf8\x4f\x68\x54\x31\x27\x1f\xc6\x55\x52\x69\xf5\x4d\xbf\x1c\x06\xd6\x91\x73\x91\x36\x97\xd4\xe0\x48\xb2\x6f\x33\xda\xa1\x06\x47\xc2\xc4\xb5\xed\xa1\x5b\x0e\x95\x2a\xa9\xd4\xa1\x52\x2f\xec\x51\xd8\x3f\x87\x4a\x1d\xba\xc5\x87\xf1\xd0\x2d\x47\xc6\x9a\x0e\x3d\x74\x4b\x0e\x53\x8e\xeb\x76\xff\x1c\xea\x99\x68\xa3\xbe\x99\x80\xbf\xda\x23\xb9\xaf\x12\x97\xba\x7f\xbe\xfe\xec\xff\x19\x3b\x93\x1b\x6b\x7a\x18\xd9\xee\x9f\x15\xcf\x84\xab\x91\x14\xd0\x68\x5f\x72\xf4\xdf\x84\x46\x9e\xa3\x6f\xfd\xd7\x2a\x50\x42\x66\x5d\x4d\x29\x45\x90\x14\x45\xee\xab\xe6\x66\x7c\xf8\xcf\x48\xdb\x4f\x7c\x6f\xfc\x8e\xfd\xcf\x50\x17\xe1\x8b\x76\x1a\x37\x72\x55\xb7\xc5\xd3\x21\x86\x2d\x8f\x62\xa7\x9d\x8e\x31\xa9\x50\xa7\xfb\xcc\x69\xd7\xc2\x96\x47\xe9\x96\xd9\xb7\x38\x26\x8a\x1b\xd9\x69\xd7\x92\x0a\x61\x14\xa7\xdf\x69\xaf\x7d\x30\xf7\x94\x3f\x9d\xcb\xa7\x69\x60\x69\xc0\x69\x3f\xea\x84\x70\x04\x4e\xfb\xf1\xb4\x37\x9c\x30\xa7\xbd\x41\xc2\x54\x82\x85\xe3\x77\xda\x1b\x1f\xd4\xe1\xc6\x70\xda\x1b\x9c\xa9\xa9\x72\x8e\xd3\xde\x80\x7a\x8f\xe2\x37\x7b\xd9\xf6\xcb\xe9\xcd\x9b\x97\x4d\xff\xa0\x0d\x3f\xc6\xcb\xa6\x7f\x50\xbb\xdf\xc5\x65\xcb\x2f\x6e\x77\x99\xd4\xff\xb2\xe5\x97\x9f\xac\xab\xfb\x65\x33\x2f\x6e\x64\x70\x01\xbd\x6c\x26\xf9\x58\x47\x71\x1d\xba\x6c\x27\xf9\x58\xa7\x9f\xca\x65\x33\x2f\x17\x1d\xa7\xd5\xe5\xe0\x7d\x90\x7b\x22\xdc\x36\xe0\xf6\x47\xdd\x3b\x6f\x7f\x94\xb4\x04\xcb\x7a\xdc\xfe\xe8\x07\x95\x53\xdb\xf1\xbb\xfd\x4d\xa9\x37\x41\x19\xf1\xbb\xfd\xd1\x9b\xf3\x4a\x92\xb7\xdb\xbe\xbd\xad\xc7\xa4\x09\xb7\xf5\xb8\x89\x62\x73\xa9\x7e\xac\x87\x0c\xba\xb8\xaf\x3f\x76\x08\xc6\xf9\xe6\xce\xf6\xf8\x95\x11\x61\x34\xf6\xde\xf9\xf8\x99\x91\x43\x0c\x3f\x61\xfc\x1e\x27\xcc\x43\xec\x86\x53\xed\xb1\x51\x1f\xcc\xe9\x27\xfb\xd8\xa8\x0f\xea\xcf\xd5\xfb\xb1\x51\x32\x74\xec\x4a\xf1\x7b\x6c\xd4\x63\x80\xa3\x45\x36\x8a\xab\xbb\xaa\x7d\xfb\x38\x61\x1e\x0e\xbd\x36\x9f\x72\xc2\x3c\x36\xdd\x19\xf9\xd8\x74\xf2\x25\x10\xef\x15\xbf\xd7\xa6\xbf\xbb\xe9\xf4\xd0\x6b\xd3\x5f\xc4\x83\xbd\xf1\xda\xf4\xd7\x0f\xc3\x1d\xfc\xb5\x9d\x1f\xb4\x90\x69\xbe\xb6\xf3\x75\x85\xf1\x0b\x7d\x6d\xe8\x07\x75\x39\x99\x5f\x1b\x4a\xbe\x84\x81\x0d\x3f\x7e\xaf\x4d\x80\xc9\xcf\xfd\xa3\x36\x41\xd6\x5e\xf2\xbf\x0f\x60\x47\x91\xd4\x97\xdf\xae\xc0\xa2\x6c\x59\x66\x38\x53\xa5\xe8\xb0\x88\xc3\x09\xb0\x8a\x22\x33\x2f\x3f\x7f\x0c\x0a\x58\xe4\xdc\xc0\xb4\xf3\x8b\x94\xbb\x60\x62\x1f\x12\x92\x82\x89\x5d\x98\xce\x81\x82\x89\x5d\xf8\x1e\xf3\xd5\x61\xd9\x20\x22\xd4\xa2\x69\x11\x8b\x34\x7b\x45\x21\xf2\x47\xf8\xde\xf4\xbf\xa5\x65\x4c\x9f\xfe\xa3\xc8\x46\xc1\xcc\xa5\x93\x45\x62\x0e\x14\xc2\x63\xa3\x48\xcc\x0b\x29\x0a\x46\x65\x91\x2e\x12\x67\x20\x9d\x8b\x05\x43\x7c\x14\x32\x0d\x8c\xba\xcb\xac\x5a\xe5\x08\x00\x74\xb2\xc8\x9b\x4b\xf5\x1c\x89\xd5\xc5\x06\x2e\x4c\xdc\x77\x51\x24\xc9\xc5\xcb\x06\xf8\xd0\x8b\x24\x19\x98\xdc\x1a\x14\x45\x8e\x5c\xbc\x87\x98\x63\x40\x51\x64\xbf\x40\xab\x95\x91\x6a\xfe\x66\xb7\x23\xd1\x16\x45\x72\x0a\x4c\x22\x19\xa3\x74\xdf\xe4\xc4\xfb\xe0\xf0\x4a\x94\x6e\x17\x7d\x90\x24\x62\x8c\xd2\xed\x22\x6e\x94\x9a\xfe\x66\xb7\x8b\x64\xba\xdc\xbd\x16\x45\xa6\x0b\xd4\x9f\x8d\x92\xe9\x02\xdf\x63\xb4\x1d\xdb\xb3\x50\x4b\xf3\x4d\xbb\x83\x6b\x7c\x07\x37\x44\x46\x91\xd6\x02\x8b\x0c\x19\x51\x86\x33\x66\xf8\xa3\x68\x8b\x32\xfc\xd1\xc1\x16\x5b\x2d\xf2\x47\x87\x3f\x3a\x7d\xd5\x1f\x1d\x5c\x1c\xc2\xe6\x56\x24\xa4\x65\xfa\xa3\x88\x86\x32\xfd\xd1\x0f\xd6\x6e\x82\x1c\x15\xf8\x1e\x63\x82\x48\x52\x81\x1a\xd6\x43\x92\x0a\x7c\x8f\xd1\x49\xd3\xee\xe5\x7a\x00\xee\x49\x8f\x22\x6f\x05\xcc\xdb\x10\x45\xde\x0a\xcc\xe9\xf0\x4d\xc7\xe0\x83\x58\xbb\x1a\x8e\xc1\xb4\xed\x2c\xdd\x45\x2a\x0b\xac\xee\x20\x4b\x65\x81\xef\x31\x5f\xb5\xed\x13\x1f\xed\xb2\x01\xb6\x3d\x76\xdb\x79\x35\x6c\x3b\x97\xeb\x72\x3c\x26\x4a\xd8\x76\x2e\xd7\xe5\x58\x45\x94\xb0\xe9\x92\x54\x6e\xe2\x8a\x22\x49\x05\xe6\x74\xca\x48\x52\x81\xef\x31\xcb\x6c\x42\x38\x8d\x98\x0b\xe1\x34\xe2\xcc\xfb\x20\x7d\x40\x14\x89\x2b\xd0\xda\xfe\x51\x5b\x90\x8e\x01\xdb\x4a\x49\x2b\xb2\x33\xb9\xd2\xb9\x32\xd2\x92\xfe\x28\x9b\x54\x91\x6b\x02\xde\x90\x10\x45\xae\x59\xd2\x0f\x12\x73\x42\x91\x58\x02\x66\x69\x8f\xb2\xfc\x20\xe5\x9a\xd5\x7e\x93\x6b\x02\x19\xdd\x22\xfb\x48\xae\x49\xde\xc6\x28\x72\xcd\x22\xd7\x74\x4d\x91\x6b\x16\x4c\xbc\x83\x1b\x30\xa2\xc8\x2c\x81\x45\x56\x9f\x28\xcb\xae\x5c\x76\x25\xc3\x27\xd7\x04\xbc\x51\x2b\x8a\x5c\xb3\xac\xdd\x02\xfa\x63\xd9\x82\x45\x46\x19\x97\xb6\xc3\x16\x90\xc8\x95\xe3\x1d\x51\x0e\x97\x14\x8e\x74\x0f\xae\xce\x88\x72\xf8\x9b\xdc\x1c\x3b\xad\xc6\xe1\x6f\x72\x25\xec\x68\xae\x46\xf2\x4f\x60\x39\x63\xa4\x9f\x45\x16\x49\x1e\xf8\x28\xb2\x48\x20\xbb\xb5\x95\x45\x16\x59\x64\x73\x3a\xcb\x22\x81\x39\x9d\xba\xb2\x48\xe0\x7b\xcc\x32\x7b\x8d\xfb\xa0\xa6\x8b\xc0\xe9\x47\x85\xd1\x75\xec\xf9\x21\x8d\x04\x26\x57\xeb\x47\x91\x46\x16\xc8\xe0\x68\x2e\x77\xb2\x41\x20\xd2\x8d\xe9\xb4\xd7\x2e\x9b\xe0\xa4\x94\x0d\x02\xab\xdb\x6d\xb2\x41\xe0\x7b\x8c\xba\x49\x07\x81\x56\xfd\x01\xe9\x60\x91\x0e\x36\xeb\x2b\x1d\x04\x22\xfd\x6e\xa5\x83\xe5\xb2\x6e\xd8\xae\xca\x65\xdd\x2e\xee\x2f\x89\xff\xbe\xfc\x23\x8a\xcc\xb0\x10\x3c\x32\xc8\xe0\x1a\xe5\xb6\x9e\x37\x61\x04\x41\x9d\x6e\xab\x49\xc6\xfd\x21\xb1\x2a\xb7\xf5\x24\xe3\xfe\xf4\xf7\x6f\x7b\x9a\x8b\xa6\xd4\x9e\xe5\xb6\xa7\x6f\x7b\xda\xdd\x41\x52\x09\x24\xf1\x1e\x51\x24\x95\xe5\x76\xae\xb8\x15\xc8\x20\x81\xd5\x9b\x6f\x3a\x59\x24\x95\xcd\x35\xfe\xde\x4d\x78\xf9\x9c\x78\x4c\x52\x09\xcc\xe9\x9b\x8f\xe3\xf1\x38\x31\x30\x53\x14\x49\x25\xd0\x3b\xca\xa7\xc8\x29\x81\xe0\x66\xd1\x28\x72\x4a\x60\xce\x66\x91\xc3\x41\x38\xfa\x68\x7e\x9b\xf2\x40\x20\x89\xef\x8a\x22\x0f\x04\xc6\xcf\x99\x2d\x0d\x2c\x72\xbe\xe6\x17\x26\xe7\x03\xf2\xe7\xb4\x90\xf3\x15\xc9\x5c\x73\xbf\x90\xcc\x01\x73\xba\xe5\x49\xe6\x8a\x96\xda\xe6\x42\xfd\xda\x6b\x1f\xa4\x42\xb3\xc8\xef\x8a\x96\xda\xe6\x86\x21\xc1\x03\x56\x77\xf4\xde\x5d\xb7\xd7\xc7\xbe\xef\xb5\x4a\xea\x2a\xa1\x16\x83\x34\x91\x51\x35\xcb\x02\x45\xbb\x61\xd5\x2c\x5b\x7f\x76\x08\x4a\xa7\x12\xf5\x2d\x24\xf7\xf1\x47\x25\xea\x3b\xaa\x44\x8f\x94\x87\x51\x25\x7a\x40\x72\xd1\x67\x54\x89\x5e\x85\x4d\x8d\x06\x01\xaa\xd2\x29\x20\x35\x94\x55\xed\x9c\x55\x3b\x27\x69\x05\xa3\x6a\xe7\x04\x26\x17\x52\x46\xd5\xce\x59\xab\xdf\x13\x8b\x66\xd5\xe6\x08\x4c\xce\x8f\x45\xd5\xe6\x08\x94\x41\x2a\xbe\xa8\x44\x31\x08\x1e\xec\x8c\x5a\xad\x47\x3d\x7d\xcc\x57\xad\xc8\x07\x75\xd9\x21\xd5\x7a\x68\xc1\x24\xab\x57\x54\xc9\x19\x30\x87\x6f\x4a\xce\x00\xa2\x7f\xa3\xca\xcd\x80\x1c\xb6\x53\xfb\x65\xd5\x7e\xd9\x8b\x65\xc3\x32\xac\x0e\xcd\x7f\xef\xb0\x90\x77\x96\x90\xfd\xa8\x32\xb8\xea\xed\xa8\xcc\xf9\xda\x6c\xf9\x07\x9c\x90\x88\xaa\x8d\xb3\x1a\xe4\xbc\xac\x96\xed\x6e\xdc\xe4\xb4\x7f\xd0\x76\x7f\xd0\xb9\x4e\x3d\x6a\xb3\xd9\xe4\x6d\x1a\xa4\xfe\x8b\xda\x6c\x37\x07\x6b\x49\x4e\x14\x55\xe3\x28\x10\x78\x2f\xa3\x6a\x1c\x05\x46\xf8\x54\xb7\x73\x48\xba\x3f\xba\xd5\xef\x56\x9f\x04\xb3\xa4\x5d\x8d\xda\xad\x3e\x64\xf3\x67\xb7\xca\x35\xab\x2c\x92\x73\x2b\x51\x65\x91\x40\x5d\x70\xab\x2a\x8b\x04\xe6\xf8\xf9\xff\xad\x99\x8c\x51\x63\x42\x95\x31\x02\x93\xdc\x3e\x51\x65\x8c\x75\x98\xb7\x91\x0f\xb4\x6a\x08\x05\xe6\x70\xb2\x0c\x6b\xab\x6d\xd4\x25\xbf\x6a\x1b\x05\x56\x77\x02\x69\x1b\x05\x3a\x79\x04\xa3\x0e\xbb\x9b\x78\xe9\xe1\x4a\x57\x87\xfd\x3d\xc8\xfb\x52\xac\x87\x8d\xd2\xaa\xea\x37\x5b\xa5\xa9\xc0\x24\x2b\x48\xd4\xb1\x5b\xf5\xf8\x98\xad\xb2\xc3\xc9\xb9\x94\x7e\x16\xd3\x0e\x27\xe7\xd2\x20\x2f\x74\xd4\xe9\x74\x9c\xa4\x8a\x43\xec\x54\xc9\x2c\x50\xf7\x80\x4a\x66\xab\x2c\xb5\xef\xff\x66\x7f\xc0\x52\xc9\x4b\x16\x55\x96\x0a\x54\x0e\x48\x44\x95\xa5\x02\x65\xf4\xfd\x03\xf6\xc7\x84\x99\xf8\x29\x4a\x53\xab\xfc\xb3\xc3\x79\xab\xfc\x13\x98\x7d\x5a\x5b\x1b\xf5\xc1\x94\x06\x57\x4d\xa9\x35\xf6\x99\x09\xda\x2e\x25\x05\x1a\x49\x61\xa3\x4a\x49\xab\xe6\x55\xad\xb0\x55\xf3\x2a\xd0\x0a\x9c\xa6\x6a\x5e\xad\xb1\xab\x4b\xab\xe4\xa4\x40\x93\x7f\x56\x29\x29\xe0\x65\xa2\x51\xa5\xa4\x55\x4a\xda\x6d\xbc\x94\x14\xc8\xbd\x5a\x49\x49\x6b\xd8\x82\xff\x8e\x3c\x8b\xaa\x59\x15\x68\xc4\xcc\x45\xd5\xac\x5a\xbd\x67\xd5\xaf\x30\x6d\xb2\x54\x57\x0b\x7f\x95\xea\x02\xd3\x5d\xbd\x4a\x75\xab\x54\x97\x83\x8c\x51\xa5\xba\x40\x19\xce\x31\xa9\x2e\x30\x89\x7d\x8d\x9a\x4e\xc5\xb4\x7d\x10\xe7\x9a\xb6\x8f\x14\xb7\x3d\xac\x9a\xed\x93\x24\x77\x17\x77\x49\x32\x30\xb5\xd6\x55\x49\x72\x95\x24\x93\x2e\x30\xaa\x24\x19\x98\x44\x6e\x45\x95\x24\xd7\xe5\xbc\xb3\xf1\x9a\x5a\x81\x85\x0f\x32\xaa\x84\xb8\xae\xfd\xa3\xcc\x28\x79\x2d\x30\x49\x17\x18\x55\x5e\x5b\x0f\x7f\xd4\x8a\x1c\xfe\xe8\x07\x91\x4e\xf6\xc3\x1f\x3d\x5c\x97\xdc\xd9\x0e\x7f\xe1\x83\x54\xd1\x54\xe9\x6f\x95\xeb\x76\x2c\x1d\x55\xae\x0b\xb4\xea\x5a\x25\xd9\x05\x86\x56\x8d\xaa\xad\x15\xf8\xde\xb4\x1e\x56\xf7\x20\xe3\xa1\x5b\xa7\xc6\x56\x60\x68\xe8\xa8\xb2\xe4\x7a\x3a\xca\x18\x09\xab\xfc\x17\x18\x5a\x35\xaa\xf4\xb7\xfe\x4b\x3b\x4b\x75\xe5\xbf\x80\xc7\xc9\xa3\x6a\x6b\xad\x1f\x25\x1e\x5a\x13\xaa\x8c\xb8\xee\x64\x45\x0c\x8b\x8c\xb8\x6a\x0b\xc5\x65\x1f\x55\x5b\x28\x90\x04\x2b\x46\x95\xfd\x02\x63\x37\x40\xf6\x5b\xb5\x85\xc2\x6a\xab\xe4\x17\x18\xbb\x1f\x25\xbf\xf5\xda\xc9\x31\x28\xb2\xfe\xf2\xe1\xee\xfe\x2d\x1f\x06\xca\xcf\x89\x2b\x1f\xae\xe4\x89\x1d\x24\x55\x8c\x7a\xd9\xdd\x17\xdd\x0d\xbb\xae\x52\x64\x60\x28\x94\xab\x1c\x18\xf8\xde\x64\x12\x69\x1e\xad\xde\x3a\x25\x15\xba\x6d\x93\x54\x79\xef\x20\x52\x65\x60\x28\x77\xab\x54\xb9\x12\x2e\x3d\xf6\x0e\x72\xdb\xb7\x18\x5b\xd3\x9d\x5f\x5b\x6b\x95\x17\x0f\xb7\x45\x79\x31\x50\xdb\xae\x87\xfd\x6d\x00\xc3\x70\x07\xb9\x6d\xc2\x4e\x17\x64\x91\x4d\xb8\x6d\x82\x13\x4b\x12\x0c\x94\xe5\x5a\x2b\x09\x06\x6a\x41\xf1\xd5\xc7\x16\x10\xcf\x3c\x86\x13\x4b\x7a\x0b\x8c\x3d\x3b\x34\x99\x02\x63\x2f\x7b\x9a\x4c\x2b\xf1\xcc\x63\xd8\x95\xda\x47\xeb\x3f\x62\x4c\x91\x63\x80\x7d\x34\x9d\xde\xf2\xe2\xea\x05\xac\xce\x21\x79\x31\x30\x54\xff\x55\xf3\x28\xd0\x77\x77\xbf\xd6\xff\x25\xda\xc8\x69\xf5\x5a\xff\xd7\x11\xa0\x6b\x5f\x47\xe0\x65\x5a\xb9\x0f\x4b\xb1\x81\xa1\x52\xac\x52\xec\xaa\x59\x75\x38\x76\x9a\x55\x81\xa1\x52\xac\x9a\x55\x81\x3a\xfc\xa0\x24\xe2\x40\xfe\x7b\xca\xbe\xf8\x88\xf8\x50\x0b\x55\x79\x38\x50\xf7\x82\x20\x0f\x07\x22\xdc\xd6\xa4\xe1\x55\xce\x3d\x68\x78\x93\x73\x03\x5f\x59\x52\x56\x2c\xe3\x83\x42\x5e\x37\x02\xa3\x85\xef\xb1\x45\x59\xb3\xcc\xa6\x37\x8a\xba\x45\x2c\xf2\x24\x0b\x8f\xa6\x0d\x16\x18\xba\x2f\x9b\x36\xd8\xf6\x73\xa2\x35\x2b\xf2\x58\x86\x9c\x4c\x1f\x63\x9c\x9a\x36\xd8\xe1\xab\xda\x60\x81\x21\xe7\x6e\xda\x60\x9b\x36\x58\x12\x8c\x45\xd3\x06\x0b\x0c\xf5\x75\xd3\x06\x0b\x14\xae\x75\x89\xa6\x0d\x16\x18\xaa\x9c\xa6\x09\xb6\x29\x07\x38\x09\x19\x4d\x39\xd0\x4c\xbf\xc3\xde\xdf\x94\x03\x40\xe1\xec\x7b\x34\xd5\x00\x30\xb4\x9d\x35\xd5\x00\x30\xb4\xe7\x36\x83\x1e\x9a\x96\x5a\x72\x9a\x45\xd3\x52\x0b\x0c\x05\x42\xd3\x52\x0b\x8c\xd9\xff\x3b\x71\x4a\x34\x63\x22\x5a\xdd\xbd\x40\x67\x55\x7b\xa1\xda\x0b\x83\x22\x7b\xa1\xba\x14\xc0\x56\x9b\x6a\x04\x68\x5a\xee\x9b\x62\x04\x30\x55\x51\x34\xc5\x48\x33\xa4\xda\xe1\x56\x8b\x00\x43\x4f\x69\x53\x8b\x00\xdf\xff\xa7\xff\xaa\xdd\x50\x4d\x22\xe1\x3f\xb3\x1b\x9a\xdd\x30\xa8\x9a\xfa\x04\x18\x1c\x34\x8e\xa6\x40\x69\x9c\xb0\x1c\xc4\x37\x45\x6b\x0e\x37\x0a\x65\x0d\x1f\xb3\x9d\xda\x98\xf5\xad\x35\x15\x0a\x90\xb1\xdf\x74\xb8\x9b\x97\x0e\x51\x5d\x15\x0a\x30\xa6\xa3\xa1\x44\x01\xc6\x74\x02\x28\x51\x80\x32\xb8\x6d\x3c\x9a\x1a\x05\x58\x5a\xbf\x9b\x1a\xa5\x19\xad\x31\x9c\x15\x0a\x12\xa0\xac\xf4\xbf\xed\xb6\xbf\x9c\x73\x63\x6e\x2a\x48\x80\xef\x4d\x3a\xb7\xdb\x1d\x44\x5e\xeb\x0d\x6f\xdd\xee\xe8\x76\x07\x4a\xbd\x19\xd4\x01\x24\xa7\x13\xa3\x69\x37\x07\xd2\x3d\xb8\x69\x37\x6f\xdd\x0d\x0b\x4a\xdb\x14\x29\xc0\x20\x21\x42\x34\x45\x4a\xeb\xae\x10\xec\xc2\xcd\xa0\x0e\x60\x4c\xe7\x95\x31\x1d\x4d\x2d\x43\x7e\xae\x68\x6a\x19\x60\x36\xfb\x5b\x2d\xd3\x86\xab\x1e\xac\xa7\x29\x5c\x80\x31\x9d\x7e\xea\x96\x36\xfc\x51\x22\x28\x9a\x82\x01\x18\x13\x4a\xdb\xd4\x0b\x6d\xba\x79\x38\x27\xe5\xf8\x40\xa4\x2d\x95\xe2\x03\x65\x0c\x62\x2f\x9a\x1c\x1f\x58\xc6\x02\x34\xe3\x2c\x80\x55\x8a\x3f\xe0\xf0\x4d\x66\x33\xd4\xba\x69\x9c\x6e\x86\x45\x87\x4f\xd9\x45\xc6\x59\x90\x8f\x2a\x9a\xe2\x00\x18\x7a\x64\x9a\xe2\x00\xc8\xb6\x8b\x6c\x80\x7a\x81\x0c\x11\xd1\xd4\x0b\x40\xfe\x5c\x81\xd4\x0b\x4d\xbd\x40\x92\xad\x68\xea\x05\x20\xf5\xfb\x35\xf5\x02\x50\x06\x19\xb5\xa2\x19\x8f\xd1\x8c\x8b\xf6\x43\xd3\xd2\x0d\xa4\x1b\x5b\x53\x55\x34\x2d\xdd\x13\xe7\x71\x53\x56\x00\xb9\x97\x50\x65\x05\x90\x7b\x3d\x33\x68\x03\x58\x06\x4b\x34\x85\x46\x33\x68\x43\x8f\x7e\x53\x69\x00\x63\xfa\x6d\x1b\xb4\x01\x7c\x8f\xf1\x03\xca\x0b\x60\x71\xe5\x62\x34\xe5\x45\x53\x4b\x18\xc9\xd1\xd4\x12\x40\x37\x82\xad\xa9\x25\x5a\xee\xb6\xd3\x93\x69\xdb\x3f\xa8\xd3\x99\x9b\xb6\xdd\xe0\x0e\x1d\xe7\xcd\xe0\x0e\xc0\x7b\x81\xa2\xa9\x42\x9a\x2a\x64\xee\x32\x1b\xff\x41\x0b\xbf\x0d\x65\x48\x33\xe0\x43\x03\x4d\x53\x73\x00\x93\x7c\x2d\xd1\x94\x1c\x8d\xf4\x38\x43\xbf\x5b\x5b\x36\x8b\xbb\xd3\x0a\x82\xb5\x29\x39\x9a\xfa\x42\x76\xde\xd4\x17\x40\x35\x1c\xa0\xa9\x2f\xda\xda\x75\xf3\x55\xeb\xb6\xcc\x06\xe7\x9b\xd6\x4d\x19\x22\xf9\x6c\x6b\x57\xe4\x93\x21\xc5\xb9\xab\x0c\x69\xca\x10\x99\x4f\x53\x86\x00\x93\xfb\xf6\xa2\x29\x43\xda\x61\xbf\xc9\x09\xb4\xaf\x03\x2d\x9c\x81\x87\xfd\x66\x14\x88\x44\xa4\x19\x05\x02\xd4\x70\x47\x50\x99\xb4\xc3\x7e\xdb\xaf\xda\x6f\x07\xfd\xe6\x8e\xaa\x0c\x01\xca\xf2\xb3\x52\x86\x00\x5e\xce\x1f\x4d\x19\x02\x94\x7f\xfb\xbf\xd6\x7a\xa0\xee\x19\xa8\xb1\x1e\x98\x3a\xbb\x9b\x62\xa5\x19\xf2\xb1\x77\x59\x65\x08\x30\x75\x9d\x37\x43\x3e\xda\xe9\xc7\xe1\x74\x53\x87\x00\xd3\xd0\xd0\x66\x7c\x07\x50\x8a\x3c\xc7\xf8\x8e\xa6\x5a\xf9\xdb\x9e\xad\x98\x01\xa6\xa1\x4c\x4d\x31\x03\x94\x7f\x3b\x92\x6a\x06\x98\x86\x23\x34\xd5\x4c\x53\xa7\xec\xcd\x52\x9d\x02\xcc\xe2\x32\xaa\x4e\x01\x26\x29\xa3\xa2\x19\xc5\x01\xb4\xe6\xbc\x33\x8a\xa3\xa9\x66\xf6\xca\xa7\x9a\x01\x3a\x77\x29\x44\x53\xcd\x34\x83\x3d\xf6\x77\xad\x9c\x01\x66\xf1\xab\x53\xcd\x00\xc5\x80\xa4\xa6\x9a\x01\xa6\xf1\x0e\x4d\x31\xd3\x94\x24\xd3\xcd\x58\x49\x02\x4c\x82\xe4\xa3\x29\x49\x9a\x92\x64\xba\x31\x2a\x49\x80\xc9\xa9\x8b\x68\x4a\x92\xa6\x24\x99\xee\x82\x4a\x12\xc0\xa4\x8c\xd1\x94\x24\x4d\xbb\xfc\xf4\x7b\xd5\x2e\x0f\x4c\x03\x1e\x9a\x76\x79\xa0\x8c\xe9\xa7\xa3\x61\x1e\x98\xba\xc9\x9b\xca\x05\xf8\x1e\xa3\x6e\x4a\x17\x60\x16\xbb\x4d\xe9\xd2\x94\x29\xd3\xe1\x53\xa7\x00\xe5\xe7\x6a\xa8\x4e\x69\xaf\x03\xef\x9c\x55\x6f\x00\xd3\x20\x87\xa6\xde\x68\x9a\xd7\xa7\xf5\x7d\xf7\xab\x0f\x2b\x35\x03\xaf\x79\xbd\x49\xf5\xc9\xa7\x16\x5d\xaa\xdf\xe5\xf0\x24\x89\x8a\x2e\x87\x07\x9a\x71\x1c\x5d\x0e\xdf\x8d\x97\x26\x6b\x59\x74\xe3\xa5\x81\x4a\x86\xfa\xe8\x1a\xe6\x81\x4a\x66\xeb\xe8\x1a\xe6\xbb\x41\x19\x64\xe6\x89\x6e\x50\x06\x50\xb5\x11\x74\x05\x01\x30\x0d\x0a\xe9\x0a\x82\x6e\x6c\xf4\x44\x2c\x76\xd9\x3f\x30\x0d\xa1\xee\x9a\xef\x81\x26\x4b\xea\x9a\xef\xbb\x91\xcb\xf1\xb3\xcc\x1f\xe0\xf6\x07\xae\xc7\x8c\x2e\x85\x07\xa6\x62\xb4\x4b\xe1\xbb\x29\x4f\x34\x3c\x77\x69\x37\x60\xaa\xb7\xe8\xf2\xea\x2e\xaf\x8e\x62\x99\xdd\x51\x99\x33\xf8\x59\xbb\xbc\x1a\x98\x46\x94\x77\xc3\x28\xba\xbe\x80\xb0\x8b\xf4\x05\x00\xd3\x00\xe7\x2e\xfb\xee\xfa\x02\x38\x58\x1c\x5d\xfa\x0d\x4c\x83\x45\xbb\xf4\xbb\xeb\x0b\x88\x6a\x75\x77\x13\x2e\x1e\xb3\x6a\xb7\x45\xb7\x8f\x59\x91\xc7\x32\x3e\x18\x87\x45\xfe\xdd\x75\x19\x90\x64\x26\xba\x2e\x03\x60\x1a\x8f\xdd\xa5\xe4\xbd\x55\x1f\xa3\xbe\x7a\x08\x80\x3a\x1c\x17\x29\x39\xd0\x0c\xef\xea\x52\x72\xa0\x91\x16\x2d\xba\x8c\x1c\xa8\x1c\x19\x8a\x2e\x23\xef\x6d\x37\x8a\xaa\xc9\xa2\x81\xe6\xa2\xd8\x35\xf4\x77\x48\xf4\x08\x54\x76\x97\x45\x03\xcb\xf8\x88\x2e\x8b\xee\xb2\x68\xb2\x66\x44\x97\x45\x03\xb3\xc2\x75\xba\x2c\xba\x73\x30\x71\xb8\x97\x75\xa3\x43\x80\x45\x82\xf4\xe8\x9a\xf5\xbb\x51\xca\xba\xce\xbb\x51\xca\xc0\xe4\x46\xd5\xe8\x1a\xe7\xbb\x24\x37\x58\x3c\xbb\x24\x17\x98\xc6\x0e\x75\x49\x2e\xf0\x3d\xe6\xab\x8e\x3c\xf7\xc6\x19\x3b\xd4\xb5\xce\x03\x65\x41\xd3\xbb\xc6\x79\x60\xea\x8c\xea\x63\x57\xed\xe2\x45\x8b\xec\x22\x43\x48\x62\xf8\xcf\x1c\x77\x42\x48\x38\x20\x11\x5d\xdb\x3c\xd0\x74\xc3\x77\xa9\x76\x37\xcc\x99\x9b\x8b\xa2\x6b\x75\xef\x86\x39\xb3\x09\x76\x23\x48\xfa\xdc\x0d\xf0\x55\x1b\xf0\x41\xc6\x7e\xcc\x06\x4c\x52\x6c\x39\x25\xa5\xda\x9d\xf3\x86\x23\x50\x2d\x5d\x62\x0d\x4c\xe3\x95\xba\xc4\xba\x4f\xa7\xa4\x6d\x97\x45\x03\x25\xed\x34\x59\x74\xe7\x0a\x83\x11\xac\xe1\x5d\x2e\x0c\x78\xcd\x74\x74\xa9\x30\x30\x8d\xae\xea\x52\xe1\x2e\x55\x0d\xd6\xeb\x2e\x55\x05\x66\xfd\xe5\x7f\xef\xd9\x5d\x26\xdb\x65\xb2\xe4\x75\x88\x2e\x93\xed\xc9\x24\x83\x19\x76\xad\xe2\x40\x19\xe1\x92\x99\xf6\x2a\xb9\x57\x34\x2d\x74\xc9\x6d\x97\xc9\x46\xfa\xaa\x55\xe7\xca\x38\x83\xb4\xba\x4c\xb6\xcb\x64\xc3\x35\x53\x26\xdb\xbd\xf1\x77\x3f\x66\xe7\xcb\x64\x83\xed\xa7\xcb\x64\x81\x59\x8b\x6f\x3a\x7d\x64\xb2\xc1\x66\xd6\x65\xb2\xc0\xac\xc5\xea\xda\xd2\xb4\xa5\xf0\x9e\xae\xf5\x1c\x98\xd5\xc5\x50\x72\xdb\x0d\x23\xd6\xc1\xd6\xe5\xa3\xc0\xd4\x1a\xdd\x0d\x23\x06\x8a\xd7\x62\x44\x37\x8e\x18\x98\x15\x2e\xd2\x65\xad\x9d\x14\x8b\x23\xfd\x60\xe5\xa3\xdd\x4b\x7a\x9d\x2c\x87\xfd\x46\x3e\x45\x53\xf8\x47\x3f\x9c\x05\x07\xd7\x80\xda\x52\x8d\xe7\xc0\xac\xb0\xe7\xae\xf1\xbc\x73\x95\x6f\xc5\x04\xd9\x25\xb2\x1d\xea\x69\x6a\xf6\xe8\x72\x4f\x20\x7f\xae\xdd\x72\xcf\x2e\x35\x4c\x7b\x5c\x6a\x08\x4c\x8d\x4a\x5d\x6a\xd8\x49\x36\x62\xca\xec\xe8\x06\xfa\x02\xcb\xe0\x94\x6e\x68\x47\x37\xc2\x36\x5d\x81\xe5\x66\x40\x76\x78\x77\x97\x9b\x75\x49\x17\xf9\x41\xa2\x4b\xba\x80\xd5\xec\x5d\x49\x57\xd7\x5e\xac\x37\xad\x4b\xb1\x80\x59\x6d\x82\xf6\xe2\x6e\x68\x05\xb9\x3a\xa2\x1b\x5a\x01\x2c\x09\x61\x37\xb4\xa2\xdf\xd6\x0d\x39\xd8\x65\x62\xdd\x7b\x7b\xed\x37\x03\x71\xbb\x71\x14\xe9\x8a\x6e\x1c\x05\x50\xd2\x95\xda\x38\x8a\x2e\x87\xf3\x40\x49\x97\xc3\x01\x73\x4d\x1f\xb3\x55\x72\x38\x12\x4f\x44\x97\xc3\x01\x73\xb9\xe1\xcb\xe1\x80\x62\xc6\xda\xe8\xda\x95\x81\xe6\xa1\x86\xfe\xd8\x52\x42\x7d\x7f\x8e\x95\x91\xbe\x40\x33\x4e\xb0\x4b\xfe\xba\x91\xbe\xfa\x0d\xbb\xec\x0f\x68\xe1\x20\x48\xfe\xba\x67\xe5\xf4\xba\x75\xf9\x1a\xd0\xd2\xad\x40\xbb\x32\x30\xbb\xcb\xbe\x76\xe5\x6e\x08\x06\xe9\x29\xa2\x6b\x1f\x06\x66\xf7\x4d\xed\xc3\x40\x31\x59\x67\xf4\xd7\x7a\xbc\x24\x99\x90\x8b\x68\x32\x06\x8a\x06\xac\xae\xc9\xb8\xbf\xce\x0f\xfc\x54\x5d\xf2\x07\x4c\xee\x11\x8c\x21\xf7\x1b\x3f\xeb\x01\xa5\x1d\x12\x3d\xa0\x73\xc1\x59\x0c\x79\xde\xf8\x39\xa2\x28\xa2\xe1\xb9\x35\x60\xe9\xd2\x1c\x46\x5b\x00\xa3\xd2\x1d\x43\xf3\xed\x90\xc1\x91\x4b\x21\x86\x0c\x0e\x98\xa4\x93\x8f\x21\x83\x1b\x9e\x6e\x23\x65\x4a\x0c\x29\x1c\x30\x8d\x85\x18\x9e\x6e\x1b\x5a\x7e\x49\x87\x14\x43\xcb\x2f\x30\x8d\x85\x18\x5a\x7e\x87\x31\xb4\xda\xfb\x87\x06\x5c\xa0\x68\xa6\x1c\xc6\xd0\x02\x3b\x70\x65\x48\x11\x81\xd6\xc2\x6a\x9c\x16\xd9\x76\x88\xcd\x90\x23\x02\x4d\x6b\xd5\xd0\xcc\x3b\x3c\xc9\x46\x4e\xa3\x18\x1a\x75\x81\x66\x0c\xf9\xf0\x24\xdb\xf0\xd8\x1a\x79\x24\x62\x48\x25\x81\xe0\xe6\xa4\x18\x1e\x5b\x1b\xb2\x4b\x4e\xfb\xc7\x90\x5d\x02\xad\xb1\x73\x0c\xd9\xe5\x90\x4a\x92\x5f\x21\x86\x54\x12\xe8\x46\x79\x0e\xa9\x24\xd0\xba\x63\x20\x93\x04\x8a\x69\x35\x62\x48\x25\x81\x32\xf7\x3f\xb3\xa1\x30\xc9\xb5\xff\x99\x0d\x85\x49\x72\xf5\x64\x0c\x89\xe4\x30\x30\x98\xf4\x21\x31\x64\x92\xc3\xe4\x18\x2c\x3c\x43\x22\x09\x34\x0d\x8b\x43\x22\x09\xf4\x1a\x16\x39\xc6\x1f\xd4\xc2\x32\x39\xa4\x96\x40\xe3\xd2\xd9\x18\x52\xcb\x61\x3c\x0a\x39\x5f\x62\xc8\x2d\xc7\xce\x97\xf1\xfb\xef\x4d\x7b\x48\x3d\x81\x62\x0a\x8f\x18\x72\x4f\xa0\xa6\xed\xd3\x1a\x3c\x4c\x05\x9f\x3e\x65\x97\x12\xb0\x62\x22\x8e\x18\x9a\x83\x81\x19\x7e\x24\x5a\x83\x81\xb2\x9c\x88\xf2\xd8\xa1\x35\x98\x64\x17\x31\xb4\x06\x03\xd3\xd3\x0c\x43\x1e\x0b\x14\xb3\x97\xc4\x90\xc8\x02\x33\x90\x82\x43\x1e\x3b\xfa\xee\x07\xcb\xec\x07\x12\x71\x54\x8c\x10\x43\x3b\xef\xe8\x4c\x14\xfd\x75\xc3\x30\x16\x60\xca\x44\x86\x61\x2c\x43\x0a\x4c\x3e\x86\x18\x52\x60\x60\xca\x6b\x86\x14\x18\xa8\x5c\x2d\x1f\x43\xa3\xf1\x30\x3e\x9a\x0c\x0a\x31\xb4\x1a\x03\x93\xcc\x77\x31\x8c\x8f\x06\x5a\xd8\x93\xda\x91\x07\xa9\x39\x3c\xba\x1d\x63\x38\xba\x83\x8b\x7e\x58\x1d\x87\x14\x7b\x48\x94\x39\xb6\x1e\x43\xa2\x0c\x54\x3d\xbc\x43\xa2\x0c\x8c\x9f\xb3\x47\xa2\x0c\x4c\xa9\xd4\x90\x28\x03\xfd\x67\x0f\x49\x94\x81\xe4\x3e\xeb\x18\xf2\xe4\x61\x5c\x35\xa7\xb4\x63\x18\x8a\x02\x84\x86\xac\x21\x29\x1e\xd3\x21\x60\x67\x18\x06\x51\x03\x75\xfa\xc5\x19\x9d\x32\x4c\x95\x6e\x3f\x1a\x9d\x32\xb4\x49\x7b\xb4\x73\x48\x94\x81\xa2\x6d\x72\x48\x94\x81\x34\x84\x6f\x68\x93\x1e\xda\x8c\x3d\x97\x38\xb4\x19\x03\x73\xf7\xad\x36\x63\xe0\x7b\x8c\xff\x66\xdc\x33\x50\x8c\xf2\x1d\x9a\x91\x87\xdc\x79\x7f\xac\x72\x67\x20\xc8\xd9\x14\x43\xee\x3c\x8c\x98\x5e\xf0\xfa\x21\x79\x06\xaa\x07\x51\x87\x76\x64\x60\x86\x6d\xd7\x8c\x3c\xc2\x05\xa2\x5b\x37\xa7\x02\x71\x27\xc5\x37\xe5\xcb\x43\x72\xbc\x30\x72\x0d\xc9\x31\x30\x65\xb8\x43\x72\x3c\xd2\xea\xba\x90\x78\x60\x0f\xa8\x9a\x92\x86\x7c\x19\x08\xd2\xe4\xc5\x90\x2f\x0f\x89\x30\xb7\x52\xc4\x90\x08\x03\xa1\x13\x60\x48\x84\x87\x21\x23\x6b\xf8\xdf\xac\x6e\x1a\x95\x4c\x91\xa4\x77\x68\xd2\xd5\xe5\x34\x64\xbd\x40\xd7\x74\x38\x34\xe9\x02\xf1\x73\x83\x32\x8a\x64\x18\x6a\xbd\x10\x4d\xc3\x50\x6b\x20\x8c\x2a\x1b\x86\x5a\x0f\x8d\xc1\xfb\x3b\xd0\x18\x0c\xc4\xcf\xea\x6a\x0c\x06\xaa\x5e\x97\x61\xf4\xf5\xf0\xa8\xdf\xc2\xe5\x34\x0c\xbf\x06\x8a\x02\x69\x18\x7e\x0d\xd4\xe6\x22\xaa\x15\x79\x90\x3e\x7d\x48\xc1\x86\x1c\x1d\x88\x5f\xb1\xc8\x6f\x43\xcb\xf2\xde\x19\xe4\xe8\x40\xdd\xb3\x59\xcb\x32\x10\x3f\x97\x1d\x03\xb7\x81\xbe\xd7\x77\x6d\xcd\x43\x72\x4f\x1a\x8e\x18\x92\x7b\x20\xf6\xa4\x97\xdc\x03\xcb\x79\x75\xd8\x41\xdc\xfe\xa5\xff\x63\xc8\xf6\x87\xd6\x67\xa5\xf2\xd0\xfa\x0c\x74\xed\x21\x43\xeb\x33\x10\xf2\xc0\x61\x5c\xcc\xd0\x20\x6d\xbc\xc5\xd0\x20\x0d\x94\xb6\x9b\x64\x2b\x8d\x8b\xc1\x68\x3f\x14\x05\x40\x28\x0a\x86\xa2\x00\x08\xc3\x06\x87\xf6\x68\xa0\xed\x91\xd3\x1e\x3d\x4e\xc6\xdc\x45\xd3\x48\x19\xa0\x18\x22\x3c\x0c\x94\x19\xa7\xdf\x9d\x24\x4d\x7b\x34\x10\x3f\xec\x67\xc3\x48\x19\xa0\x93\xe4\x3e\x86\x32\x64\x60\x8e\x1e\x4b\x3e\xa3\x3d\x1a\x68\x46\x0e\x0c\x65\x08\x50\x9b\xc4\x50\x19\x02\x54\x4f\xc9\x0d\x23\xcc\x87\x26\xe8\xe5\xdc\xd6\x04\x0d\xc4\x5e\x6e\x35\x41\x03\xf1\x73\x51\x36\xa0\x06\x08\x0f\xa3\x0c\x03\x6a\x80\x52\xea\x1f\x04\xf6\xb8\xec\x85\xcb\xbd\xda\x05\xf4\x72\xe6\x7f\xd0\x87\xa3\xa8\xb5\x1b\xe8\x9b\x83\x6a\xed\x06\x6a\x75\x1f\x52\x51\x01\x4d\x3b\xc3\x50\x51\x0d\xad\xdd\xcb\xfd\x50\x6b\x37\x10\x46\x76\x0d\xad\xdd\x43\x45\xb5\x5c\x66\x55\x54\x40\xf7\xd8\xeb\x50\x51\x0d\x15\xd5\xde\xf9\x55\x54\x40\xd7\xb7\x3d\x54\x54\x40\x21\x15\x51\x0c\x83\xd5\x81\x50\xb4\x0c\x43\x77\x86\xe7\x24\xb9\x01\x3f\x86\xb1\x3b\x63\xc7\xb4\x53\x5b\xed\xe4\x40\x16\xcc\x5c\x43\x75\x36\x3c\x27\xa9\x0f\x7f\x28\xcf\x80\x36\x1d\x5a\xd5\xd9\x50\x8a\x91\xca\x27\xc6\xbd\x1b\xfa\x30\x5d\xad\x87\x33\x40\x8d\xb5\xe4\xb8\x6a\x2c\xa0\x0e\x5b\xa0\xc6\x02\xc2\x64\x1b\x43\x8d\x05\xc4\xcf\x1e\x52\x63\x0d\x35\xd6\xc2\x5a\x3a\xd4\x58\x40\xfc\x30\xfb\x0d\x35\x16\x10\x7b\xab\xd6\xc0\x0e\x84\x89\x3b\x86\xf6\x75\xe0\xfb\x67\xfe\xa6\x6d\xe7\xf2\x2f\x8d\xe9\xc3\xd3\x94\x40\x18\xe5\x3e\x8c\x16\x1a\x8f\x3c\xcb\xfd\x50\x75\x36\xbc\xd6\x4b\x42\x6e\xd4\x0f\x10\x3f\x29\x8f\x56\xf8\x81\x86\x9b\x3f\x59\xaf\x1a\x0e\x28\xd5\xef\x4d\x0d\x37\x08\xa3\x9f\x3f\x39\xa6\xd1\x3b\x40\xd9\x5f\x97\xd1\x3b\x83\x30\xfa\xa9\x65\x74\x18\xbe\x03\x84\x09\x44\x86\xe1\x3b\x03\x5d\x37\xf7\x6e\xa2\xae\x03\xc2\x04\x22\x53\x5d\x07\x84\xfe\xe3\x69\xf4\x0e\x50\x94\x0f\xd3\xe8\x1d\x60\x19\xa7\x31\x35\xfc\x03\x61\x6a\x93\xa9\x1e\x04\xca\x74\xe1\x9a\x0a\x42\x20\x4c\x46\x32\x35\xfc\x4f\x62\x7c\xa6\x6b\xfd\xd4\xa4\x0f\x04\x77\xd3\xc6\xd4\xa4\x0f\xc4\xda\x6f\x5e\x16\xd9\xcc\xa4\xe8\xb6\xe8\x63\x63\x64\xc2\x8f\xa9\x92\x9c\xc4\xed\x4f\x17\xcb\xa9\x6c\x04\x82\x04\xd7\x31\x55\x8d\xb3\xec\xda\xf2\x03\x46\xfd\x00\x61\x16\x93\x69\xd4\x0f\x50\xa6\xcb\xd4\x34\xec\x07\x08\x8f\xe4\x4e\x55\x23\x10\x5c\x86\x16\x53\xd5\x08\x84\x89\x4d\xa6\xaa\x71\x7a\xf2\xd2\x65\x70\x2a\x1b\x81\xf0\x80\xc2\x54\x35\x4e\xee\xe6\x9a\x7e\xda\xd3\x50\x20\x60\xa9\x89\xa6\xaa\x11\x68\xca\xc1\xa9\x6a\x04\xc2\x24\x26\xd3\xe0\x20\x20\xd2\x81\xd2\x4b\x01\xc4\x0f\xf6\x34\x95\x96\xc0\xf7\x93\x54\x43\x6d\x09\x54\x7d\xc2\x53\x69\x09\x84\xbe\xf4\xa9\xb4\x04\x9a\xc7\x9f\xa6\x8e\x0b\x20\x95\x61\x53\xb1\x09\x7c\xff\x9f\x29\xa4\xda\x04\x8a\x31\xc6\x53\xb5\x09\x14\x03\x04\xa6\x62\x13\x68\x46\x6d\x4c\xc5\x26\xf0\xfd\x33\x1b\xe0\x44\xa8\xac\xc0\xf6\x8f\x6a\x73\x56\x27\x02\x8b\xc9\x54\x5a\x02\x61\xae\x96\xa9\xb4\x9c\xf8\x28\xa6\x2b\xc7\x54\x48\x02\x61\xc8\xe6\x54\x48\x02\xde\x12\x1e\x53\x1d\x09\x84\x47\xe8\xa6\x42\x71\x92\x63\x71\xfa\xfd\x4f\x55\x21\xd0\xb4\xa0\x4e\x55\xe1\x6c\x4e\x04\x3f\x45\x25\x20\xb0\xe6\xae\x9a\x0d\x6d\x4c\x78\xbf\x3b\x5d\x19\xc0\xf7\xa6\x65\x36\x94\x43\x0b\x3f\xf6\x8b\xa9\x2a\x04\xe2\x07\x7f\x9d\x8a\x42\x20\xb8\xd4\x21\xa6\xa2\x10\xf8\xfe\x19\x1d\xa9\x77\x03\x48\x35\xdb\x34\x15\x0c\x10\x64\x9c\x8a\x69\xd4\xd0\xec\xde\x3c\xe9\xb7\xa8\x76\x9c\x9f\x76\x5c\xf3\x0f\xd7\x60\xc7\x54\x59\x02\x65\xee\xef\x5e\x69\x09\xac\xb9\xab\xe9\xac\xe8\x2e\x79\x4e\x3b\xa5\x25\xa0\x2f\x68\xaa\x2c\x81\xf8\x0d\xdb\x62\xc7\x0c\x67\xb5\x1f\xb4\x92\x11\x08\x0f\x44\x4f\x25\x23\xf0\x3d\x66\x99\x8d\x19\xec\x30\xf0\xe2\xa9\x57\x06\x28\x73\xcf\x31\xdd\x32\xc0\x32\xd8\x6b\x2a\x36\xe7\xb0\xb6\x0e\xa4\x3a\x12\x88\xdf\xf4\x4d\xab\x3b\x1c\x48\x7b\x75\xec\xfa\x3a\x90\xb4\x4a\x87\x0b\x10\x61\x91\x0e\x97\x39\x1d\x35\xc7\x5b\xb9\x09\x24\xb7\x73\xc4\x54\x6e\x02\x7d\xb7\x5d\x1f\x0c\xb0\xe6\x2e\xb2\xed\x1f\xa4\x27\x1a\xa6\x02\x14\xf8\xfe\x3f\x3d\xa9\x02\x05\x96\x91\x80\xd3\xd8\x29\xe0\x7b\xcc\x57\x6d\xfb\x64\xf0\x6c\x93\x3a\x75\x6e\x9d\x6a\x87\x2b\x54\x81\xf8\x21\x1d\xa6\x42\x15\xc8\x19\xfe\x80\x3d\x34\x5d\xf2\x7c\xca\xde\x98\x4c\x6b\x3f\x42\x5d\x3c\x40\x7a\x32\x79\xea\xe2\x01\xd2\x48\xc6\xa9\xe6\x05\x96\xa1\x07\x53\xcd\x3b\xc3\xe1\x74\x50\x54\xa9\x40\xd1\x8c\x3a\x55\xa9\x33\xac\xff\xf4\x55\xeb\x6f\xca\x47\x67\x9f\xa1\x4d\x40\x68\x10\x99\x86\x36\x01\xd2\x96\xa9\xb7\x08\x90\x41\x4c\xc5\xed\x4c\xc7\x12\x2b\xd2\xd4\xf5\x03\xf4\x0e\x5d\x98\x8a\x5b\xa0\xcc\x5f\x58\xe6\x60\x9a\x76\xdf\x21\x31\xae\x09\xf8\x1e\xa3\x33\x14\xbc\x40\xd5\x1b\x34\x15\xbc\x40\xdd\x1b\xa4\x82\x17\x98\xcb\x21\xd7\x3f\x34\xd3\x86\xa3\x26\xa6\x1a\x18\x28\xfa\x2a\xa7\x1a\x78\xa6\xf3\x18\x2a\x33\x75\x06\x01\x53\xbd\x3b\x95\xc5\x73\x19\xd5\x81\x28\x98\x6a\x60\x40\x11\x3f\x95\xc0\xc0\xf7\x14\x6f\xaa\x81\x81\xa9\x04\x9e\x4a\xe0\xb9\x76\x3b\x2d\xb3\x9d\x0b\xb3\xbb\x73\x5b\xbd\x3b\x97\x33\x14\x8b\xce\x54\xdc\x02\x53\xa5\x3c\x15\xb7\x40\x84\x44\x40\x71\x3b\x0f\xfb\x1b\x0d\x39\x55\x95\xc0\x54\x29\x4f\x65\xe5\x3c\x6c\xbb\x5b\xb0\x4a\x10\x68\x9b\xdd\xa8\x04\x27\xa7\x86\xa7\x09\x92\xa6\xba\x0f\xf0\x02\xd1\x98\xea\x3e\x20\x0c\x29\x9c\xea\x3e\xe0\x7b\x93\x7a\x18\x88\x04\x84\x61\x6f\x53\x2d\x38\x11\x7e\xd3\xf3\x40\x53\xe1\x07\xac\xe9\x54\x56\xf8\x01\xdf\x63\xb4\x54\xe5\x07\x64\x3a\x54\x3a\xa0\x26\xd7\x66\x4d\xc3\x00\xe7\xb9\x9b\xc0\x99\x2c\x8b\x0c\x3e\x9a\xc8\xbc\xb9\xeb\xab\xcc\x03\xba\x11\x68\x53\x99\x37\x39\x24\x31\xf7\x9e\xae\xa8\x03\xba\xe1\xb0\x53\xd5\x06\x54\x32\x3a\xc6\x54\xb4\x01\xdf\x9b\x4c\x19\x55\xdb\x54\xb5\xb9\xde\xaa\xda\x80\xef\x31\x5a\xa5\x6c\x03\xba\x9e\xf1\xa9\x6c\x9b\xc8\xb6\x49\x96\xdd\x98\xca\x36\x60\x72\x75\x78\x4c\x65\x1b\xa0\x51\x60\xea\x2d\x03\x7a\x77\x85\xd4\x5b\x06\x74\x33\x86\x4d\x43\x94\x80\x5a\xa4\x59\xaa\x3d\xa0\x98\x00\x6f\xaa\xf6\x80\x32\xcd\xe6\x34\x55\x7b\x40\xf5\x80\xda\x54\xed\x4d\xef\x75\x2e\x92\x4e\xe5\x1e\x50\x42\x96\xa2\xdc\x9b\xa6\x9f\x94\x74\xaa\xf6\x80\xba\xbf\x63\xd5\xde\x44\xda\x4d\x0d\x29\x53\x69\x07\xb4\x96\xff\x7d\x0b\x76\x4c\x95\xdf\x44\xf9\x4d\x8f\xea\x4e\x95\x1f\x90\xe9\xc8\xaa\xfc\x80\xaa\xed\x68\xea\x83\x03\xbe\x37\xe9\x53\x9d\x70\x40\x16\xd9\xa6\xfa\x10\xf8\x1e\xa3\xea\x0a\x44\x20\x7f\xfb\xbf\xd9\x5b\x24\xac\xf4\x74\xf0\x54\x20\x02\x33\x5c\x56\xd5\x87\x73\x67\xdb\x91\xfa\x29\x10\x81\xac\xae\x23\x0a\xc4\xf9\xec\x46\x59\x66\xa3\x3e\xa8\x7a\x11\xa7\x7e\xb9\xf9\xec\x0c\x7f\x5f\x91\xca\x0f\x28\xd3\x90\x81\xa9\xf4\x03\xa6\xf1\x1e\x53\xe9\x07\xd4\xf0\xff\x1b\x80\x35\x55\x83\x66\x03\x99\xaa\x41\xc0\xab\xf4\x63\xaa\x06\xe7\xeb\xe4\x77\x5a\xe8\xab\x03\xda\x72\xa2\x2b\x10\x81\x19\xae\xa1\x0a\xc4\xa9\x40\x2c\x92\x2a\x05\x22\x50\xf7\x1a\xaa\x40\x9c\xe6\xd1\x31\xd3\xd5\x34\x10\x6c\xea\x0c\x74\x7b\x55\x33\x02\xdf\x63\x5f\x59\x28\x1a\x81\xaf\xac\x53\x56\x2c\xe3\x9a\xb2\xb4\xa8\x5a\x64\x4b\xd9\xa1\x42\x8d\x08\xcc\xd8\x45\xc3\x22\xc7\x8a\x36\x84\x91\x60\xf1\xc3\xe5\xc0\x06\x1b\x06\x82\x01\xd5\xad\x27\x54\x8d\xc0\xf7\xe6\xa2\xec\xb4\xec\xfc\xdf\xff\x5f\xc9\x3c\x1f\xa1\x6c\x04\xca\xf4\x64\x71\xa8\x1b\x81\xa9\x79\x3e\xd4\x8d\x81\xe3\x6f\x16\x98\x44\xa8\xe1\x80\x19\x50\x90\x50\xc3\x01\xd3\xc8\xde\x50\xc2\x45\x71\xc1\x9c\x3e\xf6\x5a\xc6\xaa\xc1\x12\x11\x8a\x33\xa0\x1a\x0e\x11\x8a\x33\xa0\x6c\x87\x4e\xa8\xce\x80\x29\xa1\x09\xd5\x59\x54\xd7\x83\xe9\x7f\x9b\x96\x4d\x1e\xa3\xc3\xd5\x5d\x40\xd9\x61\xb1\xa1\xf0\x02\x7a\xaf\x16\xd9\xa8\xca\xa1\x5e\x47\x4f\xdd\x15\x2a\x2a\xa3\x78\x43\x45\x05\xcc\xdd\xe1\x2a\x2a\xa0\xec\x48\xd2\xd0\x7f\x07\x54\x83\x62\x42\x91\x15\xcd\x25\x1f\x32\x17\x6a\x25\x60\x1a\x5e\x14\x6a\x25\xa0\x7a\x90\x38\xf4\xa9\x01\x95\x6b\xdb\x22\x54\x4f\xc0\x34\xba\x28\x54\x4f\x40\xd9\x91\xaa\xa1\x4f\x0d\x68\x5c\xdb\x16\xa1\xa0\x02\xca\x0e\xcd\x0c\x15\x15\xd0\x4d\x72\x18\x2a\xaa\x68\xce\x70\x0c\x75\xa1\x56\x02\xba\xc7\x7f\x42\xad\x04\xf4\xc1\x4e\x1c\x4a\x25\xa0\xec\x68\xcd\x50\x2b\x01\x93\x4c\xb6\x11\x6a\xa5\xe8\x4e\x70\x4c\x7c\xe1\x69\x71\x60\x1a\x0c\x15\x8a\xa1\xe8\x76\x6e\x5a\x66\xe7\x7e\xb0\xf4\xfe\x87\x6e\xb0\x18\xac\x32\xac\xf0\xe1\xd1\x89\x18\xf6\x07\x2b\x60\xe8\xdf\x02\x26\x77\x64\x45\xe8\xdf\x02\x6a\xdd\x45\x76\x87\x22\xc4\x80\xb4\x50\x84\x00\x4b\x07\x46\x28\x42\x82\xe3\xd7\x3b\x1a\x2a\x3c\x4e\x01\xb4\x0e\xf5\x09\x45\x08\x30\xb9\x49\x2b\x42\x11\x12\xe6\x12\x6a\x3e\x65\x77\xe0\x06\x23\x66\xea\xfb\xc3\xd9\x31\x99\x1d\x90\x95\x50\x85\x00\xd5\x30\x8d\x50\x84\x00\x65\x87\x05\x85\x2a\x04\x98\xe1\xa7\xa7\x08\x09\x15\x87\xb1\x48\xa1\xe2\x00\xaa\xa9\x4b\x42\xc5\x01\x94\xfd\xe9\xa9\x38\x02\xfa\x3f\xcd\x3c\x1b\xf2\xff\xf0\xb4\x03\xdb\x7f\xe8\xa5\x0a\x0e\x4c\x4f\x2e\x7d\x8c\x88\xfd\x2a\x5f\x8b\x5f\xa8\x6c\x1f\xf0\x8a\xc0\x08\xe9\x3e\x30\xb9\x44\x2c\x42\x5f\x16\x30\xdd\x31\xc3\x53\x0c\x21\xdb\xaf\x6c\x85\x21\xdb\x07\x6a\xac\x3f\xd8\xc1\x43\x31\x00\x94\xe6\x84\x55\x0b\x04\xf4\x7d\xea\xf1\x0d\xf9\x3b\x30\xc3\x05\xd3\xc3\xd1\xc0\x34\x90\x2e\x64\xf4\x40\xe3\x9e\xb7\x08\x19\x7d\xc8\xe8\x2b\x1b\x59\xc8\xe8\x81\xe9\x49\xb7\x90\xd2\x03\xd5\xf0\xd7\x90\xd1\xc7\x72\x1c\xed\x53\x1d\x51\xc0\xf2\x10\x78\x48\xd5\x63\x39\x39\xdd\x7a\x74\x27\x01\x69\x9c\x65\xe8\x4d\x8a\x43\x67\x37\x13\x45\xd7\x11\xf0\xbd\xc9\x63\xfa\x8e\x80\x9d\xff\x29\x74\x1d\xc5\xe1\x4c\x74\xff\x90\xd2\x03\x4d\x3b\x55\xe8\x29\x02\xca\x34\x09\x57\x18\x18\x06\xb4\xd2\x7c\xd3\x16\x1c\x4e\x1e\x37\x0b\x4f\x3d\x00\xdd\xb3\x3e\x61\xb0\x18\x50\xba\xfb\x87\x6e\x27\xe0\x7b\x93\x86\xea\x77\x02\x9a\x4e\x9a\xd0\xef\x04\x2c\x93\xb6\x84\x62\x23\xf6\xd9\x6b\xbb\x4d\x27\x13\x30\xf7\x82\xac\xd8\x08\xf2\x11\xcd\xea\x22\xaa\xb4\x00\x1a\x37\xdc\x46\xa8\x2c\x80\xef\x31\xba\x4d\x69\x01\xcc\x70\xc5\xd7\xcd\x14\xa7\xdf\x97\x8b\x97\x9a\x01\xe8\x7b\x2d\xd7\x7f\x04\xac\xbe\x7f\xd3\x16\x9c\x4c\x2c\xf7\x05\xfd\x47\xa1\xd8\x30\x0c\x25\x14\x1b\x40\x98\xa4\x37\x14\x1b\x71\x39\x06\x7e\x39\xea\x03\x60\xa5\x23\xaa\x3c\x08\x49\xbe\xb9\xba\x42\x92\x0f\x98\x47\x3c\x42\x92\x1f\xb7\xff\x8d\x00\x89\x90\x4c\x03\xc5\x94\x4d\x21\x99\x0e\xc2\xd8\x66\x75\xe1\xd6\x51\x02\xa4\x16\x82\x90\x4c\x03\x95\x5b\x1c\x23\x64\xcb\x40\xa8\x79\xc2\x28\xb6\x78\x9c\x93\x6e\xff\x72\x5e\xa0\x19\xb9\x14\x52\x5e\xa0\xef\xbd\x42\xca\x0b\x94\x59\x09\x05\x0a\x39\x2f\xd0\xcd\x57\x13\x72\xde\x90\xf3\x9a\xbd\x2b\xe4\xbc\xc0\xd4\x6d\x14\x72\x5e\xe0\x7b\x8c\xfe\xd0\x2b\x02\x54\xc3\x0b\x43\xa7\x08\xf0\x3d\x66\x45\x6c\xe8\x07\x75\x6f\x33\x7a\x45\x80\x69\xdc\x40\x3c\xbb\xa1\x26\xc4\xb0\x51\xf6\xf7\x07\xba\xe1\x43\x4a\x0d\xa4\x4a\x34\xa4\xd4\xf1\x3a\x49\x97\x65\xf6\xc6\x4b\x40\x0f\x0e\xd9\x90\x2b\x07\xa1\x6e\xb3\xb9\x85\x1b\xea\x06\x4c\x6e\x31\x8e\x30\xd4\x2d\xe4\xcf\x0d\x6f\x4a\xc8\x9f\x81\xc9\x95\xc5\x11\xf2\xe7\x20\xc3\xe4\xdc\xab\xa4\xcc\x18\x68\x46\x25\x86\xc4\x38\xf4\xa6\xb8\x2f\x48\x8c\x81\x6a\x02\x95\x94\x17\x03\xd3\x33\x13\x29\x2d\x06\xaa\x76\xb9\x94\x16\x03\x4d\x27\x6a\xea\x4c\x49\x0e\x3e\x4c\x23\x54\x53\xbe\x0b\x4c\x0f\x5b\xa4\x7c\x37\x89\xae\x9b\x86\xec\xa6\xe4\x16\x68\xbf\xfd\xd8\x6d\x11\x5e\x5a\x76\x94\x94\xdb\x26\x61\x73\xd3\x20\xcd\xd4\x01\x02\x4c\x8f\x69\xa4\x61\x73\x40\xe3\x9e\x82\x48\xa3\xe6\x80\xef\x4d\xfe\x9b\x61\x73\x40\xff\x41\x54\x52\xcf\x09\xf0\x3d\x66\xd9\xb4\x8c\xbc\x0d\x7c\x04\xa9\xe7\x24\x4d\x50\xb9\x2c\xb2\x9d\x1c\xc0\x98\x66\x37\x4b\x39\x36\xd0\x9d\x1d\x29\xc7\x06\xbe\xc7\xac\x9b\x6d\x37\x7f\xd2\xf2\x37\x77\x43\x1f\x1f\x63\x0c\xa4\xe2\xc0\xd4\x47\x94\x52\xf1\x24\xba\x6e\x9a\x2b\x2d\x25\xd9\xc0\x0c\xb6\x96\xd4\x03\x02\x7c\x8f\xd1\x47\xba\x40\x80\xb9\x47\x54\x2a\x9e\x52\x71\x1b\x2a\x15\x07\x7a\xcf\x3f\x24\x10\x4f\x89\x7a\xea\x21\x31\x2f\x5b\xca\xd4\x81\x19\xf0\x9d\x94\xa9\x67\xdd\xfd\x60\x35\xed\x07\x82\xef\xc2\xee\x92\xbc\x03\x93\xcb\xab\x23\x25\xef\xa9\x3b\xc4\x18\x85\x94\xa9\x03\x55\xe7\x73\xea\x0e\xc9\xe6\x80\x3b\xb1\xf5\x7d\x00\x4d\x1f\x55\xca\xe7\x93\x88\xb8\x69\x1c\x54\xca\xde\x81\xd6\xa6\x6f\xda\x2a\xee\xa9\x6d\x6c\x46\x29\x7b\xcf\x46\x98\x95\x93\x4c\x56\x0e\x4c\x4f\x24\xa6\xac\x3c\xf5\x73\x98\x32\x3b\xf5\x73\x00\x75\xec\x9a\x39\xb6\x6d\x37\x8a\x86\x4a\xde\x81\x62\xa4\x71\x4a\xde\x53\xa6\x6e\x0a\xaa\x94\xa9\x03\xcb\xc8\xc9\x94\xa9\x03\x65\x36\x1c\x0d\x69\x90\x1c\x50\x8c\x6f\x4a\x1d\x1d\x29\xa1\xf7\x04\x76\x4a\xe8\x53\x42\xbf\x7f\xd4\xb6\xeb\xb6\x30\x9b\x5c\xea\xb6\x00\xa6\xb6\xc6\xd4\x6f\x01\x7c\x8f\x59\x66\x4b\x8d\x88\x83\xc1\xa6\x52\x00\xf8\x1e\xa3\xa5\x6a\x01\x60\x9a\x45\x2b\x3d\x5a\x0d\x7c\x8f\xd1\x52\xf5\x01\xd0\xd2\x1f\xf0\x68\x75\x0e\x5b\xca\x9a\x9c\xba\x41\x80\xd6\xfd\x9c\xf4\x82\xe4\xb0\x55\x34\x54\x8f\x47\x0e\x57\xcc\x61\x99\x4d\xf8\xa0\xb9\xcd\xa4\x2a\x22\xa7\xd3\xc8\x7e\x93\xf9\x03\xcb\x0c\x45\x29\xf1\x4f\x29\xbd\xbe\xc2\x94\xd2\x03\x4b\xc3\x76\x4a\xe9\x81\xef\x31\xba\x57\xc7\x02\x30\x25\x96\x29\xcb\x07\xaa\x87\x5d\x53\x96\x0f\x74\xd3\xb1\xa6\x2c\x1f\x98\xc1\x6e\x97\x73\xd7\x96\x93\x2e\xfb\x7f\xd9\xdf\x5c\xb4\xbb\xbf\x20\x5d\x0d\x19\x8e\x3b\x24\x3f\x8d\x75\x03\xaa\xb9\xbb\x53\x27\x42\x86\xe3\x0e\x67\x4a\xdd\x03\x40\x35\x95\x59\xaa\x18\x32\xfd\x6f\x70\xea\xd4\x32\x0f\x4c\xcf\x68\xa5\x96\x79\xa0\xcc\x96\x3e\x66\x77\xa4\x57\xee\x59\x64\x6f\x48\xed\x9b\x8b\xb2\xd4\x1e\xa8\x3a\x50\x32\xf7\x8f\x7e\x1c\x72\x97\xd8\x74\x98\xbd\x64\x2b\x65\xf6\x29\xb3\x37\xe7\x49\xca\xec\x81\xa2\xcf\x38\x65\xf6\xa9\xb1\xbe\xd9\x28\xa9\x3d\x30\xd5\x3c\xa9\xb1\x3e\x97\xed\x74\xd1\xd7\x32\x0f\xb4\xe8\x3e\x66\x3b\x97\x77\x01\x33\xea\x0a\x00\xe0\x7b\xd3\x1f\xb5\x9d\x8b\x51\x77\x1b\xd0\x58\x0f\xcc\x70\xd4\x3d\x3f\x02\x4c\x0f\xb1\xa5\xb1\x69\xb9\xdc\x19\x1c\xd0\xb5\x1b\xea\x3d\x45\xbc\x69\x20\x1a\x50\xa6\xde\x97\x54\x4e\x00\xd3\xb3\x6e\xa9\x9a\x00\xbe\xc7\xa8\x87\x72\x02\x98\x9e\x75\x4b\x7d\x06\xa9\xc2\x30\x6b\x63\xaa\x30\x80\xe9\xf9\x80\x54\x61\xa4\x0a\xc3\xc8\xff\x54\x61\x00\xe5\x07\x45\x4d\x15\x46\xaa\x30\x8c\xfc\x4f\x15\x06\x90\x1e\xa3\x4c\x15\x46\x1e\x97\x8f\x59\x11\x5b\x8f\x76\xd0\x4b\x9f\x6a\x87\x54\x3b\x18\x10\x9f\x6a\x07\xa0\x2e\x3b\x44\xed\x00\x54\x8d\x78\xa9\xa3\x02\x98\xe1\xae\xa8\x9a\x00\xda\xd8\x2f\xda\x76\xd4\x84\x27\xe7\x52\x31\x91\xfa\x29\xba\xeb\x9a\x7e\x0a\x60\x75\x3f\x20\xfd\x14\xc0\xf4\x50\x5f\xea\xa6\x00\xb2\xbb\x7e\x2b\x39\x80\xef\x9f\xd1\x69\x6a\x0e\x20\xeb\xae\x86\x2d\x27\x2d\xea\x34\xf1\x5f\x2a\x3a\x80\x9a\xce\x48\x35\x47\x5e\x8e\x7b\xf9\x83\x49\x3c\x3d\x6a\x9d\x5e\xed\xeb\xc7\xa4\xff\x23\x75\x76\x74\xd7\x77\x9d\x1d\x40\x31\x36\x2c\x75\x76\xe4\xe5\x40\x3a\x6a\xba\x31\x80\xc9\xbd\xd7\x91\x7a\x31\x80\x6a\x92\xfe\xd4\x8b\x01\x94\x96\xfe\x7f\xdb\x7c\x39\x8e\x4e\x76\x1d\x14\x40\xd5\x01\x97\x3a\x28\x52\xd7\x43\xb7\x57\x75\x3d\x00\x53\xf3\x74\xea\x7a\x00\x6a\xc3\xa4\x95\x7a\x1e\xf2\xb6\xb6\x12\x07\x9d\x0a\xc0\x8c\x5d\x64\x6d\x55\x46\xe8\xf0\x54\x19\xa5\x36\x7d\x65\x61\x2a\x70\x80\x65\xb2\xb9\x54\xe0\xa4\xca\xc5\x14\x7a\xa9\x72\x01\x56\x1f\x16\x39\x53\x3e\xa8\x1e\x78\x4a\x85\x4b\x3e\xce\x01\xe7\xb5\x92\x04\x98\x9e\xf5\x4c\x25\x49\x92\xe3\x7e\x9a\x42\x2f\x55\x20\xc0\xea\x6e\xce\x2a\x90\xe4\x08\xf5\xdc\x1b\x94\x16\x7c\x60\x7a\x1c\x24\x15\x25\xa9\x05\x7f\xd7\x4d\x55\x02\x4c\x8f\x84\xa6\x16\xfc\x7c\x6d\x95\x2d\x55\x95\x00\xd5\x80\xb1\x54\x94\x24\x21\x5e\x53\xcb\x47\x6a\xc2\x07\xaa\x71\xb4\xf9\xda\x95\x0a\x15\xe5\x74\x2a\x54\x80\xa5\x29\x21\x15\x2a\xa9\xb9\xbe\x33\xf2\x4b\x59\xb2\x34\xd7\x77\xac\x88\x4b\x5d\x02\x54\x2d\x97\x4b\x5d\xb2\x0c\xdf\x32\x4d\xde\xd2\x36\x0f\x4c\x0f\xc4\x2e\xc3\xb7\xd6\xcf\xef\x69\x5a\xf6\x58\x46\x9a\x61\x16\x84\xe5\xd9\x9d\x55\x1c\x7a\x94\xf8\x52\x4b\x00\x33\x30\x18\x2d\xa5\xc4\xd2\xe8\x6e\x62\xbb\xa5\x22\x00\xc2\xf5\x7c\x29\x08\x96\x11\x51\x1d\x53\xee\x92\xea\x03\xd3\x6b\x05\x96\x4c\x7f\x19\xc5\x64\xd6\x81\x25\x87\x07\xa6\xea\x7c\x49\xe1\x97\xe6\x74\x13\xdc\x2c\x39\x3c\x90\x5a\x03\x97\x1c\x7e\x55\x47\x86\x6d\x70\x49\xbf\x81\xe5\x44\x5a\x06\x28\x01\xa9\xb5\x71\x49\xc8\x81\xf0\xa4\xc2\x92\x90\xaf\xe6\x20\xb0\xe6\x2c\xa9\x36\xb0\x0c\x23\x58\x1e\x6a\x59\xb2\x6f\x13\x9c\x2e\xd9\x37\x30\x83\xb5\x6f\xc9\xbe\x97\x16\x70\xf3\xc7\x2d\x2d\xe0\x40\x73\x39\x5c\x5a\xc0\x81\x39\xf7\x0f\x58\xb5\xc6\x2d\x22\xd5\x6a\xec\xaa\xdd\xfe\x33\x7a\x4d\xaa\x0d\xb4\xe6\x94\x91\x6a\x2f\xa9\xb6\xb9\xe2\x96\x54\x1b\x98\x06\xeb\x2c\xa9\x36\xd0\x0c\x59\x5c\xda\xc9\x97\xc1\x42\x26\x20\x5d\x72\x68\x60\x1a\xcf\xb6\xa4\xd0\x40\x99\xa6\x8f\x5b\x72\x68\xa0\xfd\x70\x2b\x2d\x03\x84\x80\x69\x9c\xd4\x32\x40\x68\x8d\xea\x9b\x4c\x36\x19\x2e\x30\x0d\x45\x59\x86\xfe\x2c\xe3\x7c\xb4\x9a\x2c\x19\x2e\xd0\x8d\x3b\x59\xc6\xf9\x00\x93\x7b\x56\x63\x49\x7a\x97\x16\xf6\xc1\x1a\xbb\xc6\xfe\x51\x92\xbb\x0f\xdf\xb4\xbf\x4d\xcd\x3f\xac\x86\x9d\xfb\x41\xf7\x22\x97\x25\x35\x5e\x66\xe6\xc7\x48\xba\x34\xb0\x03\xcd\x88\xdf\x65\x94\x0f\x30\x75\x68\x2c\x4d\xee\xcb\xc0\x9f\x51\x7d\xcc\xbe\xc5\xe6\x6e\x1a\x8c\xa5\xcd\x7d\x69\x60\x37\x4d\xdb\x92\x67\x03\x6d\xed\x22\x5b\x6e\x98\x8f\x5e\xc7\xa5\x85\x1d\x98\xd3\x61\x97\x8d\x03\xcd\xed\x6b\xc9\xc6\x17\x96\xf3\x69\x32\xb7\x25\xa9\x06\xea\x6f\x59\x64\x3b\xc9\x74\x34\x07\x6b\xe7\x92\x55\x03\x73\x62\x3a\x5c\xb2\xea\x25\xab\x36\x8b\xe7\x92\x55\x03\xc5\x74\xaf\x4b\x56\xbd\x3c\x40\xb2\xdf\xb4\x1e\xe1\xa8\xf4\x3f\xa4\x24\x5d\x9a\xee\x97\x19\xf9\x5d\xe3\x0c\xe6\x59\xe1\xbc\x46\xcd\x2d\x8d\xf2\x40\x4f\x67\x85\x46\x79\xa0\x6a\xdd\x5d\x06\xea\x2c\xed\xf4\x9a\xba\x96\x76\x7a\xa0\xee\x61\xd3\x10\x0f\xcc\x39\x7d\xd3\xbe\xcf\x5d\x73\x5a\x23\x83\x07\xa6\x99\x4a\x96\xe1\x36\x2b\xed\xe8\x61\x99\x1d\xfd\x41\x1a\x78\xb7\xa4\xf0\xc0\xda\xbd\x25\x85\x07\x8a\x86\x96\xe5\x29\x94\x25\x9b\xde\x93\x4c\x36\x0d\x4c\x83\x44\x96\x6c\x7a\x1d\x7e\x24\x58\x5a\x97\xfc\x14\x58\x9e\x6c\x5c\xd2\x53\x60\xce\xfd\x94\x23\x74\xf8\x03\xae\xe5\x72\x51\x60\x19\xdc\xb0\x8e\xfd\x03\x2e\x37\xe8\x9e\x25\x17\x05\x52\xff\xd2\x32\x68\x66\x49\x4f\x87\x4b\xbe\xf4\x14\x58\x26\x0b\x5e\xd2\xd3\xe5\x8d\xa7\xb6\x40\x7a\xba\xb4\x76\x0f\x1c\x7a\x4b\x7e\xba\xcc\xbe\xef\xf2\x2e\x3f\x5d\xa4\xd5\x9f\x83\x18\x9f\x25\xf3\x04\x7a\xb3\x1e\x32\x4f\xa0\x6b\x16\x5a\x32\x4f\xa0\x8e\x62\x91\xcb\xea\xe9\x48\xa5\x65\x8e\xd4\x07\x4d\xaf\xf0\x92\x78\x02\x65\xb9\x8c\x48\x3c\x81\xef\x4d\xa6\x82\xd6\x6e\xa0\x7b\xa6\x65\x49\x36\xd7\xbe\xb0\x89\x9a\x49\x36\x81\x32\xcd\xa4\xb1\x8c\xb6\x59\xde\xd8\xe4\x96\xe5\xa1\x8a\x75\x39\xa0\xbb\xcc\x01\xc5\x9c\xae\xfe\x5a\x5a\xd3\x97\x9c\xd4\x6b\x91\x96\x9c\x14\x28\x86\x69\x2c\x39\x29\xf0\x3d\x66\x99\xfd\xf1\x41\xd3\x1d\xbb\x24\xa5\x4b\x43\xbc\x9e\x8f\xa5\x21\x1e\xe8\x7b\x62\x69\x88\x5f\xe6\xfa\x31\xa5\xd9\x92\xa8\x02\x55\x8a\xbb\x8c\xa4\x01\xaa\x47\xff\x97\x91\x34\x8b\x1b\x5a\xe7\xdc\x65\x7e\x68\x1f\x4c\x8f\x9d\x2d\xb9\xeb\xc2\xaa\x3f\x4d\xee\xb4\x34\xeb\x03\xd5\x73\x7e\x4b\x3a\xbb\x48\xd5\xbf\x6f\x80\x5b\x86\xb2\x00\x7d\xc2\x67\x97\xa1\x2c\x4b\x3e\x6b\xa6\xaf\x25\x9f\x05\xe6\x82\x47\x2e\xf9\x2c\x50\x74\x42\x2c\xed\xf5\x40\xd9\x37\x3b\x2d\x0d\xf6\x40\x2b\xee\x33\xb2\x5e\xa0\x1b\xa3\xb4\x64\xbd\x4b\x7b\xbd\x66\xd4\x25\xed\x05\xba\x39\x18\x97\xf6\xfa\xa5\xbd\xde\x7c\x60\x4b\x7b\x3d\x30\x57\xf7\x4d\xc7\x85\x64\x42\xfb\x0e\xa2\x25\x3b\x06\xa6\x67\xee\x96\x06\xfb\x25\x61\x36\xed\xce\x92\x30\x03\xf5\xe7\x27\x24\x61\x06\x8a\x8e\xa0\x65\x10\xcc\xd2\xee\x6e\x6a\xde\x25\xc5\x05\xaa\x01\xd0\x4b\xbb\xfb\x7a\xad\xae\x53\x4b\x8a\x0b\x74\x73\x41\x2d\xe3\x56\x96\xac\xd7\x54\xae\x4b\xd6\x0b\x54\x63\x96\x97\xac\x77\xc9\x7a\x4d\x38\x76\xc8\x7a\x81\x66\xea\x8f\x43\xd2\x0b\x94\x7d\xb9\xc6\x21\xeb\x05\xa6\x81\xc4\x87\xd6\x78\x60\x1a\x97\x78\x18\xb6\x72\xfc\x1c\x3e\xd4\xd9\x21\x11\x06\xa6\x89\xf4\x0f\xc3\x56\x0e\x03\x52\x4c\x69\x7a\x18\x90\x02\x14\x1d\x57\x87\x36\xfb\xc3\x80\x14\x93\x90\x1d\x1a\xed\x81\xa6\xe5\xf1\x90\x55\x03\xad\x2f\xff\x19\x63\x70\x68\x8d\x37\xc1\xd0\x21\x85\x06\xa6\xde\x95\x43\x6b\xfc\xe1\xa1\x05\x03\x7d\x0f\x4d\xef\x40\xd1\xb6\x7f\x78\x68\xe1\xd0\xf4\x6e\x54\xef\x21\xd3\x06\xfa\x60\x9b\x3b\x34\xbd\x1f\x92\x6f\x53\x8a\x1d\x92\x6f\x60\x7a\xfb\xda\x51\x76\xdd\x1c\x04\x2b\xa2\x9d\x1d\x28\x66\x73\x39\x0c\x79\x39\x34\xbd\x7f\xfc\xed\x3f\x37\xed\x43\xcb\x3c\x10\x03\xb3\xdb\x21\xab\x3f\xaa\x75\x62\x67\x3c\x34\x70\x03\x99\xbb\xc8\x3a\xc9\xba\xdd\x54\x0f\x59\x37\x10\x86\x32\x1e\xb2\xee\xc3\x23\x00\xee\x66\x87\x47\x00\x80\x16\x10\x9a\x43\x22\x7e\x68\xf3\x76\x17\x39\xb4\x79\x03\x53\x8b\xda\xa1\xcd\x1b\xf8\x1e\xf3\xd5\x65\x19\x61\xa7\x7c\xb1\x87\x7c\xfd\xf0\x0c\x80\x37\x99\x1d\x12\x76\xa0\x68\xe6\x38\x24\xec\x40\x75\x0d\x3e\x24\xec\x40\xfd\xed\xda\xda\xf6\xe6\x07\x1b\xfe\xc0\x6e\xfc\xcb\x39\x4e\xfe\xbf\x7c\x1d\x58\x5a\x82\x0f\xf9\xfa\x21\x39\x37\x59\xd9\x21\x39\x07\xea\xee\x49\xc9\xf9\xa1\x31\xdb\xf4\x62\x87\xc6\x6c\x60\x19\xb5\x71\x68\xcc\x06\xd2\x48\xfd\x43\x5b\x36\x90\xb1\x7f\xd3\x9a\x0d\x87\x85\x1d\xfa\xd0\x70\x0d\x4c\xaf\x97\x38\xb4\x5b\x1f\xc3\xfe\x86\xfd\x1f\x92\x73\xa0\xed\xf9\x29\x39\x3f\xe6\xfe\x6f\xf4\x9a\x54\x19\x58\xda\xa3\x0e\x99\x32\x90\x1e\x1a\x39\x64\xca\x87\x21\xec\x1a\x79\x0f\xc9\x2d\x90\x26\x9a\x3c\xb4\x34\x1f\x06\x94\xe8\x41\x3a\x34\x35\x03\x6b\x77\x91\xa6\xe6\x83\x04\x44\xdb\x8d\x71\x48\x6e\x81\xc9\xfd\xf5\x71\x18\x9d\x7e\x70\xd6\x7a\x7b\x75\x0e\xcf\x5a\x03\xdd\x03\x08\x87\x67\xad\x81\xb2\x6d\xef\x87\x67\xad\x81\xaa\x3f\xfa\x90\x29\x03\xcd\x0c\x7d\x87\x4c\xf9\x08\x0e\x1e\x39\x4b\xa5\xbd\x40\xd5\x0c\x79\x48\x7b\x0f\x8e\x5a\x4f\x2f\xc9\x38\x0c\x4f\x01\x4a\x83\xeb\x1f\x32\x61\x20\x0c\xc1\x3c\x64\xc2\x40\xd3\xcd\x79\xc8\x84\x81\xb2\xfd\x1a\x87\x31\xeb\x40\xf3\x06\xc8\x43\x72\x0c\x74\x0d\x49\x87\xe4\xf8\xc8\xdd\x4c\x7f\xc0\x66\xa6\x67\x2f\x68\x93\x86\x71\xa0\x6c\x23\xef\xa1\x65\x1c\x08\x63\xe2\x0f\x0d\xe3\x87\x84\x59\xfb\xf3\x21\x61\x06\x5a\x71\x85\x97\x30\x1f\x1a\xb8\xb5\xe8\x1e\x1a\xb8\x0f\x0f\x64\xfb\xe9\x69\xe0\x06\xfa\x80\xcb\x1f\xda\xb7\x8f\xd5\x7d\x93\x86\x7a\xfa\x1a\x08\x83\xee\x0f\x83\xd1\x0f\x33\x71\xc2\x13\x0e\x4d\xde\x40\x31\xb4\xed\xd0\xe4\x0d\xd4\xea\xf4\xd6\xe4\x7d\x90\x0c\x69\x9b\xe4\x0e\x8d\xd9\x40\x69\x88\x91\x43\x63\x36\xd0\xf6\x1a\xb6\x76\x9b\x1c\x4f\xec\x5e\x87\xf6\x6d\xa0\x7a\x17\xcb\xa1\x7d\xfb\xf0\xa0\x35\x9b\xec\xa1\x79\xfb\xd0\x48\xad\x8d\xeb\xd0\x48\x0d\xd4\xbd\x10\x29\x02\x80\xf0\x38\xc0\xa1\x08\x00\xca\x36\xae\x1c\xaa\x00\x20\x7e\xd6\x56\x1b\x35\x90\x6a\xe0\x43\x5d\x00\xa4\x14\xfd\x50\x17\x1c\x46\xc1\x68\xd0\x39\x8c\x82\x39\x3c\x7d\x8d\x27\xe5\xd0\x92\x0d\x84\xe7\x08\x0e\xd5\x03\x90\x5e\x79\x72\xa8\x1e\x0e\x35\x80\x46\x93\x43\x0d\x00\x84\x16\xf5\x43\x0d\x70\x9c\xce\x3e\x37\x4a\xc3\x5b\x80\xa5\xfc\x3f\xcc\xf3\x79\x18\x38\x6f\xd8\xea\xa1\x2e\x00\xd2\x58\xcb\x43\x5d\x70\x18\xcb\x62\xd8\xea\x71\xee\x8a\x7c\x43\xb0\x89\x83\xec\xfe\xb8\x5c\x00\x5c\xc3\x24\xe9\x40\x78\xe5\xd9\xa1\xdd\x18\x48\x4d\xc9\x87\xb4\xfd\x30\x0a\xc6\x60\xc8\x43\xde\x0e\xac\xb9\x8b\x1c\x82\x0f\x52\xba\x7c\xc8\xe4\x0f\x83\xe4\x0d\x1b\x3c\xa4\xf2\x87\xd9\xa2\xfc\xf2\x64\xf2\x40\x35\x61\xfa\x21\x93\x3f\x8c\x45\x8f\xf1\x87\xc8\xb3\x43\xd2\x0d\x34\x6f\xef\x38\x8c\xae\x39\xb4\x21\x1b\xe6\x76\x48\xba\x81\xae\x2d\xed\xd0\x86\x7c\x18\x65\x6e\x00\xd9\x61\x94\x39\x50\x2b\x74\xfd\x90\x9a\x03\xd5\x2b\xb3\x0f\xa9\x39\xd0\xb5\xc9\x1e\x06\x99\x1f\xb2\x75\x63\x97\x0e\xd9\x3a\x50\xdb\x7e\xcc\xae\x37\xbc\xc6\x74\x2c\x87\x74\x1d\x68\x73\xff\x80\x8d\xf2\xc8\xb1\x9b\xae\x6c\xfd\x78\xec\x54\x67\x94\x3c\x1c\x48\x4f\x9a\x1f\xd2\xf0\x43\xce\x1d\xfb\xbf\x39\x8b\x3f\xa8\x46\x10\x1e\x72\xee\x43\xce\x6d\x5e\x8e\x43\xce\x7d\x18\x79\x8e\x73\xe4\x90\x73\x1f\xc6\xbf\x98\x36\xe3\x30\xfe\x05\x48\x83\xd1\x0f\x2d\xcd\x87\xa7\x89\xcd\xaa\x76\x48\xba\x81\xae\xf5\xf9\xd0\xd2\x0c\x44\x95\x5a\x49\xc3\x0f\x39\x77\xa0\x17\x0f\x39\x37\x10\xde\xb1\x78\xc8\xb9\x0f\x43\x62\x42\x7a\x6a\x4c\x0c\x50\x34\xf0\x9e\xd2\xf0\xf3\xe7\x20\x60\x89\x38\x25\xd8\xe7\x47\xaa\xc3\x64\x3e\xa7\x86\xe6\x53\x82\x1d\x08\xc1\x53\x82\x0d\x2c\xc6\xfd\x94\x5f\x03\xdf\x53\x49\x59\x5a\x96\x54\x6d\x51\xb4\x2c\x72\x5c\x96\x65\x87\x65\x34\x94\x39\x79\xca\xcc\x81\xe6\xf2\x7e\xca\xcc\x4f\xb2\x50\x4d\x3f\x9d\x53\xce\x0d\x84\x59\x10\x4f\x8f\x13\x9f\x86\xd3\x24\x24\xe1\x34\x9c\x06\x68\xf2\x97\xd3\x70\x9a\x53\xb6\x6e\x8e\xaf\x53\xb6\x0e\x94\xdf\xfe\x6f\xb6\x9d\x53\xc7\xca\xc5\xd3\xd0\x99\x53\xb3\x78\x22\xf7\x4f\xcd\xe2\x40\x78\x23\xe4\x29\x59\x3f\x3d\x4f\x9c\x3f\xcb\x6c\x15\x81\x32\x3a\x00\x4e\xe3\x64\x4e\x09\x7c\xb2\x1d\x9d\x12\x78\x20\x2a\x2a\xfb\x94\xc0\x9f\x12\xf8\x64\xbb\x38\x25\xf0\x40\xd4\xb4\xc8\x86\x6a\x64\x37\x8d\xdd\x29\x1d\x07\xc2\x9d\xec\xd4\xc8\x0e\x84\x77\x70\x9f\xda\xd8\x81\x32\xb1\x91\x9c\xda\xd8\x4f\x43\xd6\x13\x3d\x7a\x1a\x09\x03\x14\x53\xc5\x9c\x06\xc2\x9c\x9a\xe2\x93\xc5\xf0\xd4\x14\x0f\x84\xd9\x1a\x4e\x4d\xf1\x40\x78\xaa\xfe\xd4\x14\x0f\x14\x2f\xd3\x39\x35\xc5\x9f\x75\x77\x87\x6f\xda\x1d\xd5\xee\xa0\x87\xd4\x0e\xa7\xda\xc1\xbc\x30\xa7\xda\x01\x08\xd7\xa2\x53\xed\x70\xaa\x1d\xb2\x5a\xe6\x04\xe7\xf8\xb0\xb7\x72\x9e\x6a\x87\xd3\x83\xc1\x66\xf5\x3b\x15\x0a\x40\x18\x85\x78\xaa\x13\x4e\x0d\xfb\xba\x52\x4e\x85\x02\x50\x4d\xd7\x70\xaa\x13\x4e\x43\xdb\xb3\xfa\xaa\x2d\x45\x28\x28\x6e\x4f\x85\xc2\xa9\x65\x3f\xd1\xc5\xa7\x4a\x01\x08\x39\xe4\xa9\x50\x38\x0d\x7b\x49\x36\xd0\xd3\xb0\x17\x20\xbc\x31\xf4\x54\x15\x00\xe1\x26\x78\xaa\x0a\x80\xf0\xce\xd3\x53\x8b\xfd\xe9\x99\xde\x6c\x3e\x66\xab\x3a\xf1\x0a\xdd\xff\x6f\xa3\xba\x53\xd7\xb5\xc2\x0c\x52\x40\xad\xcd\xc7\x6c\xd4\x07\x51\x59\xb2\x4e\x25\xc6\x69\x9c\xbc\xf7\x83\x9d\x7d\xb7\x60\x9f\xf9\xff\x8a\x8c\x8d\x01\xaa\xa4\xe0\x54\x62\x00\xdd\xcb\xe9\x4f\x25\x06\xd0\xcc\xbf\x74\xea\x38\x38\x3d\x34\x9c\x56\x43\xcf\x01\x50\xda\xf2\x4d\x3b\x48\x67\x82\x19\x13\x4f\x9d\x09\x40\x31\xe5\xf0\xa9\x5e\x39\x3d\x34\x9c\xdd\xaa\xd9\x45\x83\x71\xf7\x3b\xf0\xd0\xf0\xa9\x83\xc1\xc4\x8a\xa7\x0e\x06\x20\x6a\x5a\x0f\x7b\x68\x70\x6e\xcb\x4f\xcf\x10\xfe\xd3\x78\x1c\x73\x2d\x9e\x3a\x1d\x80\xa8\xeb\x0f\x99\xc4\x4f\x7d\x12\xe7\xf0\xdb\x87\x80\x9c\x7a\x20\x80\x30\x9e\xf4\x54\x56\x9d\x7a\x20\x92\x0d\xe9\x54\x57\x01\x61\xd8\xe6\xa9\xae\x3a\x75\x2d\xa8\x33\x4f\x5d\x0b\xc0\x0a\x57\x56\x5d\x0b\xe7\x74\x7a\xb2\x1b\x9f\x3a\x0d\x80\x30\x3a\xf5\xd4\x67\x70\x86\x1f\x22\xdc\xe5\x54\x44\x01\xa1\xa3\xff\xf4\x88\x2f\x10\xda\x1a\x4e\x8f\xf8\x9e\xe1\xc4\x1e\x3e\xe6\xb8\x85\x13\x9b\xdf\x54\x56\x9d\x7a\x20\xbc\x59\xf7\x54\x57\x01\x55\xa7\xfa\xa9\xae\x3a\x3d\x1d\xe0\xb5\xe8\xa7\x2e\x08\xa0\x18\x8c\x7a\xaa\xb5\x4e\x0f\x0c\x1b\xa7\x7d\x2a\xb6\x80\x30\x98\xf6\x34\x22\xe8\x0c\x1b\xef\x32\xe7\x89\x01\xa0\x99\x62\xea\x8c\xdd\x78\x07\x06\x35\x77\xaa\xc9\x80\xea\xb1\xa7\x53\x4d\x76\xa6\x2d\x75\x9d\x53\x5a\x01\x61\x50\xe9\xa9\xb2\x3a\x3d\xd3\xab\x93\xfe\xd4\xc9\x00\xa4\x32\xea\x34\x70\xe8\x54\x46\x99\xc6\xf1\x54\x46\x01\x65\x2f\xd4\xca\xa8\x53\x27\x43\xba\x80\xe9\x65\x00\x62\x77\x88\xca\xea\x5c\x7e\x50\xee\x5c\x06\x05\x01\xc5\x33\x6a\xa7\x32\x0a\xa8\x9e\x84\x3e\x95\x51\xe7\xda\x1b\x06\x3d\xae\x8e\x02\x9a\x49\x70\x4f\x75\xd4\xa9\x68\x32\x77\xe4\xa9\x68\x02\xc2\x1c\xa7\xa7\xa2\x09\x08\x03\x6f\x4f\x45\xd3\x69\xb4\x4f\xba\x0d\x2a\x87\x80\x92\x2e\x73\x46\xfb\x00\xe1\xa5\x0f\xa7\xc1\x3e\xa7\x6e\x12\x7d\x22\xa7\x0a\xe9\xfc\xe4\x50\x98\x25\xeb\x54\x0d\x01\xa1\x43\xe1\x54\x0d\x01\xd5\xb8\xdb\x53\x35\x04\x84\xa7\x1a\x4e\xd5\x10\x10\x86\x64\x9f\x8a\x21\x20\xbc\x71\xeb\x54\x0c\x01\xb5\x4c\x2b\x61\x93\x3c\x6c\x6c\xe2\xc8\x53\x27\x09\xd0\x96\x5b\x94\x4e\x92\xd3\x93\xc5\x86\x3f\x9e\xaa\x21\x20\x4c\x89\x7d\x1a\xb1\x73\x1a\xb1\x93\x7e\x55\x46\xec\x00\x61\xc8\xf4\xa9\xdf\xe4\xd4\x89\x61\x96\xc5\x53\x99\x03\x64\xc1\x20\x7d\xea\xc4\x00\xc2\x0c\xbb\xa7\x4e\x8c\x53\x31\xe4\xe5\x3e\xa7\x62\x08\x88\xe5\xc6\xab\x18\x3a\x75\x62\x78\x31\xe7\xa9\x1a\x02\xba\x96\xe6\x53\x31\x04\x34\x73\xba\x9c\x8a\xa1\x53\xbf\x86\x19\x0d\x4f\xd5\x10\x90\x39\x7d\xd3\x21\xd0\xaf\xb1\x6c\xbc\x6a\x08\x58\x9a\x7d\x4e\xd5\x10\x10\x6d\x37\xca\x31\xd0\x87\xe1\xd1\xff\x53\x1f\x06\x10\x7b\x9d\xd6\x87\x01\x7c\x8f\x51\x37\x9d\x18\x40\xf5\x6a\xab\xd3\x90\x9c\xf3\xde\xd5\xa5\x6e\x0a\x25\xa0\xa8\x17\x4f\x85\x12\x10\x6d\xff\x33\x6b\x4b\xe6\xdc\xa9\x73\xe9\xbc\x77\xdd\x98\xf2\x7e\xb4\xca\xa9\xd3\xe3\xb8\x0b\x83\xe2\xa9\x52\x02\x8a\x01\x8b\xa7\x47\x13\xce\xc7\x71\x91\x3a\xa8\x94\x80\x65\xbc\xf5\xa9\x50\x3a\x51\x45\x46\x87\x9f\xaa\xa2\x53\x87\x85\xe9\xdd\x4e\x1d\x16\x40\x7a\x19\xe2\xa9\x50\x02\xc2\xb0\xef\x53\xa1\x74\x7a\x1c\x77\x61\xc2\x38\x9f\x5d\xdd\x4f\xfd\x79\x57\xe7\xa9\x28\x3a\x3d\x7b\xbb\x64\x18\xba\x1d\x80\xea\xc5\x70\xa7\x91\x3b\xa7\xe7\x09\xcc\x20\x74\x1a\xba\x03\xac\xc0\x0e\x76\x1a\xb9\x73\x1a\xa6\x63\xf0\xea\xa9\x78\x02\xaa\xa9\x1b\x4e\x7d\x18\xa7\xa7\x6a\x75\x2e\x9d\x7a\x27\x80\x30\x88\xfc\x54\x28\x9d\x9e\xaa\xd5\x2b\x70\xaa\x94\x80\x30\x24\xfd\x7c\x77\x13\xb6\x7b\xf6\xab\xef\xa5\x52\x02\x56\xfc\xfe\xb0\x69\x5f\xfa\x33\x2e\x4f\xce\xea\xa9\xb8\x94\x48\x40\xf1\x5a\xe4\x4b\x85\x74\xe9\x95\x50\x9a\x5c\x6a\x1f\x20\x0c\x6c\xbf\xd4\x3e\x40\x18\x60\x7f\xe9\x94\x00\xb2\x0e\xff\xff\x63\xd1\xe3\x3f\xf3\xcd\xd7\xb2\x97\x37\xbf\xee\xba\x54\x48\x97\xe7\x01\x3c\x88\x7e\x29\x6a\x80\x68\x4c\xbc\x4b\xa7\xc4\xa5\x32\x31\x41\xf3\xa5\x32\x01\x96\x01\xf6\x97\xca\x04\x08\x43\xe3\x2f\x85\x09\x50\xe6\x62\xdb\xba\x54\x26\x40\x9a\x15\xe2\xf2\x30\xed\xa5\xb7\xc1\x5c\x7d\x97\xee\x04\x60\xe9\xd1\xbd\xd4\x2f\x97\x11\x41\x66\xce\xbb\x54\x2b\x40\x78\x01\xfa\xa5\x5a\x01\xaa\x7e\xd9\x4b\xb1\x72\xa9\x4c\xcc\x9c\x77\xa9\x4c\x80\x30\x44\xff\x52\x99\x00\xcb\x10\xfd\x4b\x65\x72\xa9\x08\x4c\x93\x77\xa9\x08\x80\x30\x44\xff\x52\x11\x5c\xcd\xcf\x1a\xb6\x78\xc9\xeb\x81\x34\x46\xf5\x92\xd6\x03\x69\x22\xf1\x4b\x5a\x0f\x14\xfd\x8b\x97\xf6\x7f\x20\x8c\xed\xbf\xb4\xff\x03\xa1\x5d\xf2\x32\x5e\xe7\x32\x5a\x7e\x2d\x1f\xb3\xd3\x3e\x48\x2f\xfa\xb8\x8c\x96\xbf\x74\x09\x18\xd4\x7c\xc9\xd7\x81\x50\x0c\x5d\xf2\x75\xa0\x9a\x84\xe3\xd2\x25\x70\x91\x22\x27\x74\x46\x5d\xf2\x58\x60\x69\x3c\xbf\xa4\xb1\x17\x97\x03\xef\xb4\x87\x97\x91\x32\xc0\x32\x32\xfe\x92\xa7\x02\x59\x87\x45\x36\x8a\xe8\xf3\x9d\xf6\xf0\x32\xfa\x1c\x58\xc6\x74\x5c\x46\xc5\x5c\xd8\xff\x77\x42\xc6\x4b\xfb\x3f\xb0\x3c\x9e\x70\x69\xff\x07\x96\x06\xfb\x4b\xf3\x3f\x50\x76\xc6\xbf\x4b\xfb\x3f\x90\x75\xbf\x69\x0b\x60\xb8\x3b\xc5\xdd\x25\xc3\x05\xd2\xd3\x5c\x97\x0c\xf7\x22\x4b\xeb\xce\x54\x77\x49\x67\x81\x65\x9a\xe8\x4b\x3a\x0b\x54\xed\x48\x97\x8e\x03\xa0\xeb\x86\xb8\x24\xb8\x17\xfc\x73\x27\xaf\xbb\xe4\x9f\x40\x35\x00\xeb\x92\x7f\x02\x61\x14\xd2\x65\x44\x3a\xd0\x0d\x99\xba\x64\xa4\x57\xda\x43\xac\xb5\x97\x46\xf6\x6b\x07\xaf\x50\x59\x63\x57\x2e\x0c\xea\x3b\x53\xd5\x25\xed\x03\xc2\xcb\xd8\x2f\x0d\xea\x40\x1d\xb0\xbe\x4b\x83\xfa\x05\x11\xdc\x49\xb4\x2e\x99\x20\xd0\xcc\x62\x76\xc9\x04\x81\xb2\x73\x5c\x5d\x32\xc1\x4b\x8b\x3a\x5b\xc3\x25\x13\x04\xba\x91\x30\x97\x16\xf5\x6b\x39\x52\x56\x57\x72\x78\x49\x0e\xfd\x66\x25\x87\x97\xe4\x30\xac\x86\x6d\x5f\xac\xdb\x4e\x18\x0d\xea\x40\xf3\xca\xd0\x4b\x83\xfa\x75\x38\x76\x68\x8c\x4b\xbe\x78\xc9\x17\xfd\xb2\xe5\x8b\x40\xd9\x09\xa5\x2e\xa3\xc3\x81\x6e\x3a\xf6\x4b\xbb\x3b\xd0\x4d\xd1\x7a\xc9\x2a\x2f\xc2\x6a\x76\xb6\xa4\x4b\xc2\x08\x94\xb9\xff\x99\x43\x7c\x38\xd5\xa6\xff\xcd\x16\x1c\x1c\x98\xd9\x8f\xd9\x82\xd3\x91\xb2\xd7\xa4\x87\x40\xf5\x56\xc0\x4b\x7a\x08\x44\x83\xd9\x5f\x9a\xcf\x81\xaa\xa9\xf0\x92\x30\x5e\xa7\xb3\xc3\xd5\x55\x2a\x08\x14\xd3\xbd\x5f\x9a\xca\xaf\xd3\x21\xb0\x3f\x0c\x98\xb9\x4e\xfb\x9b\x31\x36\x38\x06\xa8\xd5\x06\x68\x3d\xbf\x2e\x6b\xeb\x63\x92\xc8\x4b\x12\xe9\x57\x20\x89\xbc\x2e\x27\xd1\x2e\xb3\x27\x2f\xd4\x0f\x36\x98\x4b\xc2\x78\x19\xf5\x62\x56\x9f\x4b\xc6\x08\xc4\xae\xae\x8c\x11\x08\x53\x59\x5c\x12\x46\xe0\x7b\xd3\x32\x5b\x05\x63\xfc\xb6\x8c\xff\xde\xaf\xe5\x93\xc0\xf7\x5f\xac\x93\xfd\x40\xe6\xd0\x86\xc2\xb9\x0c\x8a\xb9\xee\xdd\x1a\x3a\xc2\xd0\x16\xa0\x68\xbe\xbf\xb4\xb2\x03\xcd\x58\x94\x4b\x2b\x3b\x10\x6d\xbf\x68\x63\x6e\x87\xc8\xe5\x46\x3e\x09\x14\x83\x7f\x2f\xf9\xe4\x75\x5b\x35\x28\xcf\xe5\x21\x56\xa0\x6a\x17\xbf\xe4\x93\xc0\xd2\xcd\x77\xdd\xbb\xb6\xdc\x98\xef\x96\xa2\x79\x1e\xe8\x0d\x69\x74\x69\x9e\x07\xea\x5e\x0c\x24\x9d\xd7\xe3\x68\xa0\x40\x2e\xb9\xe3\x65\x8e\x16\x77\x4e\xe3\x5f\x80\x30\x1c\xe8\x92\x4d\x5e\x58\xca\xa3\xfc\xfc\x6f\xfe\xe6\x63\x4e\x61\x9a\xa9\xa5\x1c\x58\xaa\xc2\x4b\x9a\x08\x7c\x6f\xf2\x03\xf2\x44\x60\x79\x88\xea\x92\x26\x02\xdf\x63\x7c\x24\xf2\x44\x20\xd5\x50\x97\x11\xde\x40\xd9\x29\xa1\x2f\x4d\xf1\xc0\xf2\x1c\xd8\x25\x9b\x04\xbe\xc7\x7c\xd5\x56\xbd\xb4\x6a\xf9\x03\xb6\xea\x83\xe5\x69\xf7\x4b\xeb\x3c\x50\x76\x4a\xa8\x4b\xf3\x3c\xd0\xd2\xb5\x4b\x1e\x7a\x41\x3a\x77\x4a\xa8\x4b\xd2\x09\xa4\x59\x66\x2e\x49\xe7\xa5\x75\x5e\x45\x76\x4b\x3a\x81\x74\xf1\xba\x65\x95\xc0\xf7\xd8\xa4\xac\x5a\x56\xa9\x9b\x6f\x36\x8b\xec\x23\xe6\xc2\x6d\x98\x0c\x90\x6e\x50\xb7\x86\x7d\x20\x4d\x43\x7a\x6b\xd7\x07\x96\x39\x9c\x6e\x59\xeb\xfd\x31\xd5\x55\xbb\x3f\xb9\x2c\x42\x32\x74\xff\xfd\x61\x11\x77\xd7\xff\xfc\xf7\xa7\x45\x5c\x32\xc9\x4c\xb8\xe5\xb1\xc0\x57\x31\x7f\xf2\xb6\xcc\xa4\xed\xfe\xb3\xc7\xa2\xdd\x1b\x34\x5d\xd6\x0a\x64\xb3\x37\x34\xeb\xdf\xc4\xb1\x87\xa9\x98\x6e\xe3\xd8\x81\x65\x3e\x80\x5b\xb3\x3e\x10\x1a\x3d\x6f\xcd\xfa\xc0\x92\x96\xdc\x32\x60\xe0\xfb\x67\x8d\x32\x9b\xfe\x41\x1a\x4e\x7f\x1b\x97\x73\x7b\x05\x85\xb9\x96\x6e\xad\xff\x40\x6a\x95\xb8\xb5\xfe\x03\x69\xd0\xc0\xad\xf1\x1f\x08\x45\xdb\xad\xf1\x1f\x58\x75\x3f\x65\x6f\x14\x9b\x0e\x2b\xb9\xe5\xd3\x40\x33\x56\xf7\x96\x4e\x03\xa1\x9e\xbc\xa5\xd3\x40\x73\xa7\xb8\x65\xd3\x77\xdd\x6d\xe2\x37\xe5\xc9\x40\xdd\xd3\x45\x9e\x7c\x57\xa7\x32\xeb\xc4\x2d\x29\x06\xba\xe1\xd2\xb7\xa4\xf8\xae\x7e\xda\x76\xa4\x86\x78\xa0\x0e\xc7\xd8\x73\xab\x40\x1a\x3d\x76\x6b\x9a\x07\x96\x99\x10\x6e\x4d\xf3\xc0\x32\xad\xc2\xad\x65\x1e\x48\x2f\xa2\xbb\xb5\xcc\xdf\xcd\xde\x46\x00\xde\x92\x6e\x20\x7b\xf8\xcf\xec\xed\x0f\x96\xf1\xbf\xb7\x56\x78\xa0\x84\xb9\x91\x6e\xad\xf0\xc0\x32\xd3\xc2\x2d\x5b\xbf\x9b\x6d\x72\xc2\xcb\xcd\x81\x65\xa6\x85\x5b\x6e\x0e\x2c\xc5\xd6\x2d\x37\x07\xbe\x37\xf9\x6f\x92\x73\x20\xbd\x71\xe6\x96\x9b\x03\xdf\x63\xbe\x6a\xab\xb8\xd6\xd7\x23\x4e\xb7\x26\x7d\xe0\x7b\xcc\x1f\x75\x46\x6a\xd3\x87\x2b\xde\xda\xf4\xef\xee\x6a\xe2\x8c\x91\xb0\x03\xab\x62\x67\xba\x35\xb9\x03\x25\x8a\x2d\xd5\xe6\x0e\xe4\x5e\x12\xb4\xb9\xdf\xc3\xaf\xd1\x66\xc9\xeb\x81\x65\xd8\xe0\xad\xfd\x19\x48\x97\xc8\x5b\xa6\x7f\x13\xd6\x13\xde\x7a\x7a\xcb\xeb\x81\xd4\x8e\x7a\x6b\x7e\x06\xd2\x3c\x16\xb7\xe6\xe7\x7b\xda\x50\x68\xc9\x6d\xb4\x3b\x10\x6b\xfe\xe1\x40\xf6\xad\xc1\x1a\xf8\xfe\x0b\x5d\xa8\xc5\x1a\x48\x1d\x19\xb7\x7a\xe1\x96\xe2\x9b\xec\xe8\x96\xe2\x03\xdd\x24\xb0\xb7\x14\xff\x0e\x5b\xe3\xcc\xd3\x88\x7d\x9b\xa7\x92\x4d\xf1\x96\xf5\x03\xe9\x35\xf5\xb7\xac\x1f\x58\xa6\xed\xb9\x65\xfd\x77\xd8\xc0\xf4\x31\x1b\x18\xf8\x80\x1d\x5c\x6d\xd8\x40\x28\x13\x6f\x6d\xd8\xc0\xf7\x26\x8d\xd2\x86\x0d\xa4\x27\xfc\x6e\x6d\xd8\x77\xee\xda\x52\xa6\x89\x19\x08\x0f\xa8\xdd\x86\xfd\x00\x25\xbc\x5b\xee\x36\xec\x07\x58\x15\x45\x7f\x1b\xf6\x73\xa7\xd5\x5d\x96\x59\xdd\x64\x13\x98\xbe\x69\x75\xd3\x0e\x5f\xfe\xa8\xf5\x4d\x36\x06\x17\x1c\xe5\x07\x90\x5e\xd5\x79\xe7\xae\xae\x5f\x98\xf3\xc2\x08\x78\x20\xbd\x22\xfe\xd6\x36\x7d\x73\x60\x35\x54\x68\xb7\xfa\x03\x48\x2f\x62\xbd\xb5\x4d\xdf\x2a\x06\x93\x22\xdd\x2a\x06\x20\x13\x5f\xcc\xad\x62\x00\x4a\x98\x2c\xe8\x56\x32\x00\x4b\xcf\xf6\xad\x64\xb8\xd5\x07\x26\xe0\xbc\xd5\x07\x40\xe8\x0b\xbc\xd5\x07\xc0\xd2\x3f\x7d\x2b\x0f\x6e\x4c\xcc\xe1\x55\x63\xb7\x62\x00\x08\x8f\x9d\xde\x06\xe1\xdc\x68\x81\xf0\xf0\xf2\xad\x18\x00\xd2\xc0\xce\x5b\xeb\x31\xb0\xaa\xdf\x84\xd6\x63\x20\x87\x6b\x84\x8a\x01\x08\x03\xc5\xee\x63\x37\x80\x0f\xbd\x5a\x5b\x03\xf1\x81\xa5\xa3\xf5\x56\x44\x00\x61\x7a\xcc\x5b\x11\x01\xa4\x31\xf1\xb7\x22\x02\x08\x73\xe4\xdd\x8a\x08\x20\xa5\x69\xb7\x56\xe7\x1b\xab\x73\x98\xae\xe9\xd6\xea\x0c\xa4\x0e\xeb\x5b\xa9\x01\x2c\x1d\xe7\xb7\x52\x03\x58\x6a\x88\xdb\xa8\x1c\x20\x13\x8d\x7f\x2b\x3e\x80\xef\xff\xfb\x98\x9d\x81\x20\xd1\x1f\x79\x2b\x48\x80\x65\xe8\xee\xad\x20\x01\x52\x1b\xd6\xad\x9d\xfb\xc6\x82\x1d\x66\x6b\xba\xb5\x60\x03\xcb\xa0\x84\x5b\x3d\x72\x2b\x3e\xaa\xdf\x8f\xe2\x03\x58\x86\x16\xdc\x8a\x8f\x5b\xa5\x51\xdd\x88\x55\x1a\x40\x6e\xa6\xa2\x94\x00\x96\x62\xec\x56\x49\xdc\xd8\xa1\xc3\x4b\x2e\x6e\xed\xd0\x40\xea\x9f\xbd\xb5\x43\x03\x69\xd4\xe9\xad\x19\x1a\x28\x51\xbb\x65\xb6\xe0\xb6\x05\x8c\x9d\x1a\xe4\x36\x03\x65\xc5\x04\x7a\xab\x38\x80\xa5\x0b\xfb\x56\x71\x00\x69\x84\xd9\xad\xe0\x00\xd6\xbf\x6a\xd8\xa6\xdb\x21\x70\xef\x54\x5d\x00\xa9\x11\xe1\x56\x5d\x00\xa1\x97\xe2\x56\x5d\x00\xdf\x9b\x94\x29\x2f\x80\xd0\xad\x75\x2b\x2f\x80\xa5\x0f\xfe\xd6\xa6\x0d\x7c\x6f\x52\x5b\x03\x82\x80\x34\x84\xe7\xd6\xcc\x7d\x3f\x7e\x77\x2e\xa5\x46\xff\x00\x4b\xc7\xff\xad\x56\x01\x4a\x6c\x82\xa7\x58\x01\xc2\xdc\x7d\xb7\x62\x05\x48\x53\xbe\xdf\x9a\xbe\xef\xc7\x05\x66\x3f\xe6\xe8\x7d\x90\x1a\x64\x6f\x63\x84\x6e\x65\xce\xe6\x2f\xca\x1c\x20\xbd\xdb\xfd\x56\xe6\x00\xdf\x63\xb4\x54\x9d\x03\x2c\x83\x2f\x6e\x65\x0e\xb0\x0c\x1f\xb9\x95\x39\xb7\x32\x67\x93\x15\x65\x0e\x90\x7b\x32\x2b\x73\x6e\x65\xce\x66\x26\xca\x1c\x60\x19\x17\x72\x2b\x73\x6e\x22\x8e\x62\x73\x1a\x35\xcd\xad\xa6\x09\x8b\x6c\xbc\x9a\x66\x73\x09\x35\x0d\xb0\x36\x59\x51\xd3\xdc\x8a\x95\x6f\xdb\xfb\xcf\x0d\xfb\x51\xcb\x3c\x3f\x07\x84\xef\xf5\xd1\xf6\x0d\x2c\x4f\x4b\x3d\x0a\x0b\x60\x19\x00\xf1\x28\x2c\x80\xa5\x4f\xf8\x51\x58\x00\xcb\x88\x96\x47\x61\xf1\xa8\x18\x5c\xa3\x1f\x15\x03\xb0\xec\xfb\x47\xc5\x00\x2c\x43\x16\x1e\x03\x81\x9e\x62\x9b\x99\x65\x8f\x54\xfd\x91\xaa\x33\x07\x1e\xa9\x3a\x50\x76\x6c\xc6\x23\x57\x07\x96\xcb\xde\xa3\x81\x1c\x58\xc6\x05\x3c\x1a\xc8\x81\x65\x44\xc1\x23\xa1\x7f\xaa\x93\xdd\x37\xe5\xea\x40\x9a\xd6\xf0\xd1\xf2\xfd\x48\xdf\x0d\xf4\x78\xa4\xef\x40\x1a\x18\xf5\x48\xdf\x1f\xe9\xbb\x56\xcb\x47\xfa\x0e\x84\xb9\x9f\x1e\xe9\x3b\x50\xb6\xa3\xfb\x31\xdc\x06\x58\xff\x7e\xc0\x16\x10\xa9\xaf\x1d\xf0\x91\xe4\x3f\xcd\x59\x4c\x18\xc1\x23\xa5\x07\x52\x13\xe8\x23\xa5\x7f\xa4\xf4\xfe\x7f\x29\x3d\x50\x76\x2c\xc0\x23\xa7\x07\x96\xfe\xeb\xc7\x23\xb3\xc0\x32\xb0\xe0\x31\x01\x25\xb0\x0c\x3d\x7e\x0c\xe7\x07\x72\x0f\xb1\x36\xf9\x47\x7d\xa0\x4b\xfb\x51\x1f\x00\xcb\xd0\x88\x47\x7d\x00\x94\xed\xfd\x7d\x14\x08\x40\x78\xb8\xf4\x51\x1f\x00\xdf\x63\x8c\x81\x02\x01\x48\x5d\xc9\x8f\xe6\x7c\x20\xcd\xb8\xf3\x28\x19\x1e\xd2\xda\x6c\xbf\xeb\xa3\x40\x78\x4c\xe0\x8f\x43\xe2\x51\x1f\x3c\x04\xf3\x6c\x37\xf7\x23\xf3\x07\x96\xa1\x11\x8f\xc4\x1f\x58\xbb\xbb\x25\xfe\x40\xf4\xfd\xff\x6d\x3b\xd9\x64\xb6\x67\xfa\x31\x64\x06\x58\xbb\x9d\x86\xcc\x00\x65\xbb\x01\x1f\x43\x66\x80\x34\xee\xe5\x31\x64\x06\xc8\xce\xd6\xf3\x18\x31\xf3\x10\xf7\x12\xe6\x8d\x7a\x8c\x7b\x01\xd6\xee\x6f\xe3\x5e\x1e\xf2\x54\x6e\x57\xdb\xa3\x64\x00\xd2\x03\xfc\x8f\x92\xe1\x99\x56\x97\x55\xf4\x51\x1f\x00\xcb\xc8\xae\x47\x7d\xf0\x68\xf6\xd7\xb5\xf3\x48\xe3\x81\xec\x7e\x7a\x9a\xfd\x81\xf4\x56\x95\x47\xb3\xff\x63\xd4\x3f\x9b\xca\xa3\xd5\x1f\x28\x61\x22\xa4\x47\xb3\x3f\x90\x86\x2d\x3f\x4a\x02\x60\xed\x61\x9f\xbb\xb6\x5e\xc3\xca\x8b\x1e\x17\x00\x96\x2e\xfe\x47\x91\xf0\x44\xf5\xff\x53\x33\x25\x01\x90\xda\x9d\x1e\x25\xc1\x13\xfb\xda\x4a\x86\x40\x62\x0f\xa4\x49\x1a\x1e\x89\xfd\x43\x6e\x9a\x30\x27\xd1\xa3\x27\x00\x48\xf3\xf8\x3f\x7a\x02\x80\xb5\xbf\x76\x3d\x01\xc0\xda\xb3\xcf\xd8\x94\x27\xed\x6e\x67\xa9\x92\x00\xe8\x46\xce\x3e\x2a\x82\x47\x5e\x6f\xe6\xa2\x47\x5e\xff\xc8\xeb\xfd\x66\xe5\xf5\x40\x89\xc6\x76\xf7\x48\xec\x81\x55\xf7\x9b\x0e\x81\x29\xe8\x1b\x42\xff\x31\x5e\x05\x48\x0f\xbf\x3c\x86\xab\x00\xcb\x90\x9e\xc7\x70\x95\x47\x95\xd0\x5c\xac\x73\x37\x81\xeb\x15\xfc\xf4\x54\x09\x8f\x2a\x41\xb3\xfc\xa3\x4a\x00\xd2\xf3\x92\x8f\x2a\x01\x58\xb9\x8b\x9c\xdf\xa4\xa5\x0f\xed\x47\x8f\x8e\x0b\x20\x27\xc1\x7b\x8f\x7e\x0b\xa0\x84\x87\xeb\x1f\x1d\x17\xc0\x32\x4e\xe4\xd1\x71\xf1\x2c\x17\x14\x9b\xe0\xe1\x5c\x20\x4c\x00\xf3\xa8\x4c\x80\xf4\xaa\xf7\x47\x65\xf2\x2c\x1b\x8a\x06\x7b\x94\x21\xc0\xf4\x7c\xf6\xa3\xe7\x02\xa8\x7b\x83\x30\xf6\x05\x98\xa6\xc7\x7d\xd4\x2a\x40\xf1\x8a\xbb\x47\xad\x02\xec\x74\xf6\x8f\x5a\x05\x68\x1f\x4f\xfb\xef\xdd\x5a\x4f\x07\x30\xb5\xe1\x3e\x8a\x1b\xa0\x1b\x9c\xfd\x28\x6e\x80\x6a\xaa\xb9\xc7\x90\x9a\x87\x0b\x98\x4d\x89\xff\xe8\x0e\x01\xaa\x66\xd2\x47\x05\x04\x34\x4d\x50\x8f\x0a\x08\x68\x5e\x33\xf9\xa8\x80\x80\x59\xfc\x04\x55\x40\xc0\xd7\x79\x96\xd9\x79\x48\xa0\x06\xe3\x7c\x54\x40\xc0\x2c\x0e\x98\x0a\x08\x68\x86\x1c\x3d\x2a\x20\xa0\x78\x20\xe0\x51\x01\x01\xd5\x94\xbe\x8f\x0a\x08\xf8\x7e\xd2\x7f\x66\xf7\x7c\xd0\xe7\x2e\xb2\x7b\x3e\xa8\x1e\x73\x7a\x3c\x98\xf0\x18\x9e\x83\x31\xe8\x51\x27\x01\x7d\xef\xad\xea\x24\xa0\x19\x5b\xfd\xa8\x93\x1e\x73\x78\xba\xb6\xa9\x93\x1e\x45\x91\xd9\xad\x1e\x45\x11\x50\x8d\xc4\x79\x14\x45\xc0\xbe\x43\xe0\x51\x14\x01\xcd\x74\x17\x8f\xa2\xe8\xb9\x2a\x4f\xd1\x70\x8f\x26\x03\xd5\xa4\xff\x8f\x32\x09\xe8\xd3\x11\x51\x26\x01\x4d\xa7\xde\xa3\xdb\x06\x68\x46\x99\x3d\x0a\xa7\xc7\xfb\xdc\x5c\xe7\x15\x4e\x40\xd7\x34\xf9\xe8\xb5\x01\xa6\x46\xa5\x47\x29\x05\x94\xdf\xae\xaa\xed\xfe\xe4\xd3\xbe\xc6\xe0\x31\xa4\x07\x68\xe6\x50\x7b\x74\xca\x00\xdd\x33\xac\x8f\x17\x03\x00\x55\x89\xf4\x98\x77\x07\xd8\x77\x1d\x3c\x4a\x30\xa0\xc8\xff\x1f\x25\x18\xd0\xe4\xd3\x8f\x12\x0c\xa8\x0a\xd2\x47\x05\x06\x4c\xad\xf5\x8f\x0a\x0c\x68\x6a\xc3\x47\x2f\xd0\xb3\xaf\x05\xb0\xc3\x14\x65\xc0\xbe\x37\xe1\x51\x94\x01\xd5\xcb\x60\x1e\x45\xd9\x63\x54\x51\xf8\xa2\xbd\xf3\x41\xdf\xac\xc3\xa8\x22\x60\x5f\xae\xf0\xe8\x17\x7a\xf4\x0b\xf9\xe5\xaa\xdc\x80\xba\x77\x15\x95\xdb\xe3\xb1\x0d\x3f\x53\x95\x1b\xd0\x3c\xce\xf7\x28\xdc\x9e\x87\x05\x47\xe2\xa0\x4a\x03\x6a\xb3\x91\x8a\x34\xa0\xef\x51\x53\xa4\x01\x65\xfb\xaf\x1f\x83\x91\x80\x36\xfc\xda\xd4\x6d\x40\x33\x23\xdc\xa3\x6e\x03\xea\x9e\x15\xca\x36\x60\xdf\xca\xf0\x28\xdb\x80\x6a\x9c\xfe\xa3\x6c\x03\xba\x77\x36\x3d\x46\x2c\x01\xfb\x9e\x86\x47\x21\x07\x7c\x15\xb3\xcc\xee\xf9\xa0\xeb\x44\x7f\x8c\x6b\x7a\xb8\xeb\xdb\x4b\x19\x1e\x85\x1c\x50\xf6\xac\x53\xc7\x3d\x64\x1f\xd2\x11\xf0\x28\xda\x1e\x53\xa2\x22\xed\x1e\x35\x1b\xd0\xcc\x80\xfc\xa8\xd9\x80\xea\xe9\x8f\x47\xc9\x06\xec\xfb\x15\x1e\x25\x1b\x50\x74\x19\x3f\x3a\xa6\x80\xb2\x79\x8a\x22\x0e\x28\xdb\x93\xff\xa8\xe2\x9e\xd7\x86\xd3\xd5\x2a\x36\xa0\x9b\x4b\xe2\x31\x1a\x0a\xe8\x7d\xb7\xc8\x76\xbf\x2c\x1f\x72\x12\xfd\x52\x40\x95\x25\xbf\x4a\x39\xa0\x7b\x6a\xea\xd5\x2d\xf5\x72\x2a\xbb\xec\xa2\x6e\x51\x27\x0e\xd6\xa2\x61\x11\xed\x86\x98\xbf\xba\x9b\x80\xda\x59\x3e\x5e\xdd\x4d\x2f\xd7\x0b\x18\x51\xff\xaa\x0a\x81\xaa\x8b\xfa\x55\x15\x02\x65\xc7\x04\xbc\xca\xc2\xf7\xc7\x62\xd1\x7c\xec\xb6\x88\x3d\xa4\x5a\xf4\x58\xc4\x3d\x0a\xc3\x8a\xbd\x16\x31\xde\xd0\xb3\x57\xed\x08\x94\x1d\x86\xf0\x2a\x1e\xdf\xc2\x80\xa3\xa9\x5e\xbd\x4d\x40\x31\x27\xdb\xab\xb7\x09\x28\x9d\x01\x7f\xf5\x36\x01\xd5\x33\xc7\xaf\xde\x26\xa0\xfc\xd6\x1f\xee\xe3\x7a\xf5\x45\x01\x73\x77\xa8\xbe\x28\xa0\xb7\x6e\x1d\xed\x2a\x2e\x45\xf0\xe2\x88\x57\x57\xd4\xbb\x05\xae\x45\xf6\x54\x61\x86\xec\x17\x2f\x8b\xe8\x3c\x56\x89\x57\x79\xfb\x1a\x00\x66\x17\x2b\x6f\x81\xb2\xe3\x2e\x5e\xf5\x2d\xb0\x6f\x92\x78\xd5\xb7\xaf\x47\xcb\x8b\x45\x76\x5e\xb5\xfa\x8c\x84\xba\xf5\xf5\x92\x73\xc7\xcb\xb3\x24\x40\x1b\x58\x9e\x5f\x03\xb6\x5e\xb2\xa5\x7a\x54\xf5\x55\xa2\x02\xcd\x48\xac\x57\x89\xfa\x36\x66\x20\xcb\xf6\xab\xce\x04\x6a\xe5\x6b\x79\xd5\x99\xc0\xbe\x0b\xe2\x55\x67\x02\x51\x77\x91\x3d\xdd\xe4\x80\xce\x37\x85\xe6\xab\xd0\xb4\xfa\xea\x4c\xa0\xec\x38\x8c\x57\xa1\x09\x34\xcd\xce\xaf\x3a\xf3\xd5\x4f\x64\x34\xc5\xab\x0e\x04\x42\x3b\xfc\xab\x9f\xe8\xd5\x4f\x64\x4c\xc4\xab\x9f\xe8\xf5\x9c\x07\x5f\xed\xab\x34\x7c\xbb\x0c\x1b\x2d\xf4\x1a\xd7\x05\x2c\x0f\x4a\xbf\xc6\x75\xbd\xfa\x89\x1a\x86\x8e\x57\x3f\x11\xb0\x8c\xd7\x7e\xf5\x13\xbd\xfa\x89\xcc\x12\xf9\xea\x27\x02\x8a\xc7\x03\x5e\xfd\x44\x40\xf3\xb6\x89\x57\xa1\xf9\x6e\x55\xe9\xc7\xac\xaa\x04\xba\xa9\xe9\x5f\x55\x25\x50\x34\x11\xbe\xaa\x4a\xe0\x7b\xd3\x32\x7b\xfc\x83\x3a\x77\x35\xec\xf0\xe1\xc5\xe6\x74\x87\xe7\x30\xde\xad\x47\x97\x55\xb3\xc3\x87\x17\x61\x31\x15\xd4\xa3\xaf\x91\x69\x26\x93\x7c\x15\x9f\xc0\x0c\xe8\xf4\x6b\x64\xda\xab\x0b\x4b\x73\xfa\xab\x0b\x0b\x98\x61\xe7\x2a\x51\x01\xa3\xed\x5e\x15\xea\xab\xef\x49\x2d\xfe\xea\x7b\x7a\xbd\xe9\x80\x25\xfd\x55\xb4\x02\x7d\xaf\x03\x8a\x56\xa0\xbb\xc7\xbe\x8a\xd6\x57\x0f\x95\x89\x1e\x5f\xe5\x28\xd0\x3d\x58\xf8\x2a\x47\x81\x12\x9d\x8d\xf1\x55\x8f\x02\xb1\xe0\x33\xaf\x7a\x14\xd8\xa7\x03\x5f\x9d\x56\x40\xf3\x6a\xc4\x57\x85\x0a\x7c\xff\x8c\x46\x29\x51\x81\xa9\xd6\x7a\x8d\x55\x7b\xc3\x3c\x34\xc5\x57\x1d\x28\xbc\x56\x9e\xcd\x7e\xf5\x5a\xbd\x8a\xdb\xee\xc7\xae\xb8\x7d\xbd\x3d\xdc\x5e\x53\xdc\xbe\x61\x43\xe1\x09\xaf\xb2\x15\xd8\xc7\x0f\x5f\x65\xeb\xab\x73\xcb\xec\x8b\xaf\xce\x2d\x60\x1f\x66\x7c\x55\xb2\x2f\x47\x2a\xa2\xbb\xa8\x79\xa4\x02\x48\x6d\x59\xaf\x8e\x2c\x60\x75\x57\x05\x1d\x59\xaf\x82\xb7\xe3\x25\x78\x15\xbc\xc0\xf2\x58\xde\xab\xe0\x7d\x15\xbc\xdd\x9d\x43\xc1\x0b\x74\x03\x04\x5e\x05\xef\xab\xe0\x35\x71\xe3\xab\xe0\x05\x9a\xf7\x16\xbd\x0a\x5e\xe0\x7b\xcc\x5f\xb0\xf1\x1f\xd4\xd8\x75\xb3\xf1\xcb\x81\xf1\x55\xa5\xec\x6b\x0c\x1e\x82\xf7\x55\xca\xbe\xde\x01\xde\xdd\x22\x4d\x16\x05\x54\x8f\x71\xbf\xea\xd1\x97\xa3\xe9\xe1\x39\xf1\x57\xf5\xf9\x1a\x49\xe7\x8a\xa2\x5b\x0c\xe8\x5e\x0c\xfb\xae\x5d\x0f\x42\x7a\x51\x59\xaf\x7a\x14\x28\x61\x1a\xc8\x57\x41\x0a\x34\xa3\xf2\x5f\x05\xe9\x6b\x24\x9d\xd7\x5e\xbd\xca\x4f\xa0\x19\xfd\xfa\xaa\x2f\x81\x65\x52\xee\x57\x7d\x09\x7c\x6f\x5a\xe6\x58\x79\x66\xc3\x05\x45\x81\x09\x7c\x8f\x59\x37\xc7\x8a\x23\xec\xe6\x76\x7d\x15\x9d\xaf\x42\xd1\xcc\xa5\xaf\x42\xf1\xe5\x82\x6f\x25\xd4\xab\x2a\x04\x4a\x78\x32\xf9\x55\x16\xbe\x46\xd7\xb9\x59\x2b\x0b\x5f\x5d\x5e\x7d\xfc\x21\x9c\xec\x55\xe9\x01\xdd\x3b\x39\x5e\x95\x1e\x50\xf6\x8a\xa6\xd2\x7b\x0d\xbe\xdb\x13\x54\xff\x17\x30\x96\x8b\x9c\x4a\x0f\xe8\x8a\xd7\x57\xa5\x07\x7c\x6f\x5a\xb6\x1b\xc8\xb0\xf9\x01\x28\xf5\x5e\x63\xf4\x4c\x2f\xf9\x1a\xa3\x07\x34\xcf\xc7\xbe\xc6\xe8\xbd\xc6\xe8\x99\x5e\xf2\x55\xec\x01\x45\x7b\xf7\xab\xd8\x7b\xf5\x7f\x19\x0f\xf3\x2a\xda\x80\xf8\xed\x22\x27\x9e\xa1\x74\x1d\xf1\xf5\xea\x00\x03\xba\x8e\xd6\x57\x21\x07\x7c\x8f\xd1\x04\x95\x1c\x10\x26\x37\x7e\x55\x72\xef\xed\x18\x21\x26\x5e\x45\xda\xab\x9f\xcc\xaf\x5f\x91\xf6\xea\x27\xf3\x60\xfb\xab\x4a\x03\x9a\xa7\x29\x5e\x55\x1a\xf0\x6f\x5f\x54\xa5\xbd\xb7\xa3\x2b\xd5\x53\x92\x01\x6d\x73\x1a\x25\xd9\x7b\xdb\xe3\xb2\x82\x7b\xd7\x8d\x1c\xc5\x76\x9b\xa2\x09\x28\x4a\x80\x57\x6f\x17\xf0\x6f\xab\x54\x47\xbd\x2a\xa4\xee\x66\xac\x42\x02\xfe\xed\xc5\x2a\xa4\xd7\x13\x1c\xd8\xc5\x5f\x15\xd2\xfb\xf8\x01\x38\x8d\xd4\x43\xc0\xbf\x1d\x55\x3d\xf4\x3e\x76\xae\x3b\x9e\xb2\x06\xf8\xb7\x7d\xea\xb2\x02\x4a\x98\x46\xf3\x55\xea\x00\x25\x7d\x4c\xa9\x03\x18\xce\xff\xea\xb1\x02\xbe\x17\x69\x80\xea\x07\xf8\xb7\xef\xaa\x7e\x5e\xfd\x4e\xe6\x49\x7a\x95\x2c\x40\xee\x8d\x40\xc5\xf2\xea\x77\xea\xfb\x55\x67\xd1\xbe\x2a\xcd\x1f\x75\x12\xbd\x4e\x22\x7f\xd3\x49\xf4\xee\x06\xac\xff\xf7\x3f\xf9\x43\xa0\x08\x1d\xaa\x99\x3f\x04\x8a\x50\x49\x2a\x9a\x3f\xc2\xe6\x84\x12\x84\x2e\xe5\x8f\xb8\x39\xa1\xc2\xe8\xf2\x87\x8e\x11\x66\xff\xc6\x33\x7f\xe8\x18\xa1\x13\xa7\x94\x3f\x74\x8c\x30\xd9\x2d\xf2\x87\x8e\xc9\x9f\x0a\x85\x4b\xa9\xf2\x87\x42\x11\x02\x99\x97\x3f\x1c\x57\x42\x21\x01\x5c\xfe\x10\x2d\x42\xfb\xf7\xff\x1f\x8b\x5e\xff\x19\x6f\x16\x9b\xf9\x41\xe5\x8c\x62\xfe\x8a\xcd\x2c\xc5\xc7\xe8\x8d\x62\x3b\x8b\x37\x57\x0e\x8a\x6c\x26\xaa\x25\x46\xe1\x17\x8a\xed\x2c\xde\x5c\x49\x0b\x8a\xed\xe4\x9c\x08\x39\x0f\xf2\x57\x6c\x27\xc7\x44\xb0\x38\xe4\xaf\xd8\x4e\x72\x57\xad\xfd\xff\xd3\x22\x74\xc9\xf4\xdf\x2f\x8b\x16\x5e\x44\x4a\x0e\x4b\xbc\xae\xb4\xd0\xf2\x62\x67\x14\xaf\x66\x49\x8a\xec\x0c\xe3\xe1\x48\xda\x90\xbf\x6a\xcb\x39\xf8\x8e\xcf\x3d\x7f\xd5\x96\x57\x5b\x6e\xfd\xab\x2d\xe7\x2a\x6d\x2c\x07\xf9\xab\xb6\xbc\xba\x9b\xda\x80\x6a\x33\x3f\x65\x62\x10\x61\xfe\xaa\x0d\xf8\xc0\x18\xbc\xfc\x55\x1b\xf0\x81\x61\x7f\xf9\xab\xb6\xe0\x83\xca\x7d\x94\xf9\xab\x0e\x70\xdd\x8d\xb2\x6a\x36\xaa\x42\xcf\xf7\x63\x36\x8a\x53\xee\x31\x76\xd5\x1c\xe2\xea\xe5\x96\xfe\xe6\x4b\x91\x7e\xb7\x61\xd5\x9a\x0d\xe5\x94\x7b\x71\xa6\x35\xdb\xd9\x9c\xc9\x95\x2e\x6a\x36\x14\xc7\x1b\x09\x03\xf3\xd7\x1c\xe1\x66\xdb\x6d\x42\xb3\xed\xdc\x92\x8d\xa9\x20\x7f\xcd\x21\xfe\xa0\x13\x61\x96\xbf\xe6\x10\x7f\x30\xf0\x47\xe5\xaf\xd9\x43\xdc\x9b\xbd\xdb\xd9\xec\x21\x9d\x6c\xc3\x5e\x6b\xf6\x07\x51\x78\xb8\xe6\xf3\xd7\xec\x0e\x9d\x6c\xc3\x8f\xa0\xd9\x1f\x9c\x85\xef\x4e\x85\x66\x77\x18\x98\x37\x76\xd5\x76\x7f\x30\x17\x92\x37\xbb\x53\x41\x75\x45\xba\xd3\xfc\x75\xfb\xe3\x83\xba\xfe\x70\x58\x2b\x7f\xdd\xde\xe2\x12\xed\xb2\xff\x89\xbd\x65\x40\xde\x68\xd4\xa9\xdb\x35\x04\xe4\x61\x1f\xc9\x5f\xb7\x6b\xba\xc7\xff\x1a\x1d\xdd\x9d\x17\x9d\xd4\xe0\x61\x91\xfd\xc0\xe9\xf9\x69\x63\xba\xfd\xf0\x41\xdf\xdd\xd0\xed\x06\x6e\xc9\x2e\xfb\x27\xed\x06\x9d\x7c\x84\x4a\xe5\x6f\xd8\xbe\xc1\xbc\x6e\x7c\x97\xc3\x06\x28\xc7\xb0\x2c\xe7\x6f\xd8\x82\x0f\x2a\x09\x50\xf3\x37\x1c\xee\x61\xa3\x3a\xbf\x30\x6c\xd4\x07\xc9\x7d\x05\xf9\x1b\x36\x8a\x73\xf1\x41\xd6\xd5\xfc\x0d\x07\x7c\x90\x6a\xd6\xba\x0d\x07\x5c\x3d\x36\x3a\x0d\x1d\xb6\xfd\x83\xca\x29\xd2\xfc\x0d\xdb\xae\x7f\x90\x53\xc1\xf9\x1b\xbb\x59\x0f\xa1\xc1\xfe\x37\x07\x57\xc7\xdf\xae\xef\xf4\x17\x26\x1f\x9d\x9d\x3b\xfd\x01\xf2\x7d\x71\x8f\x49\xfe\xa6\x3f\x30\x9d\x2a\xc3\x37\xf7\x7f\x7b\x49\xfc\xcc\x5c\x0c\xa7\x0a\x7a\x29\xed\xa2\xf0\x63\xe2\xa4\x3a\xb6\xa6\xfc\x85\x9d\x4b\x90\x1f\xdb\x6b\xfe\xc2\xce\xc5\xa3\xb7\xe7\x75\xd8\xb7\xb1\x59\x39\x0d\x08\x3b\xf7\x83\x35\x27\x1d\x19\xf6\x2d\x71\x7f\xcd\x6f\x29\xec\xdb\x0f\x32\xed\xda\xb0\x6b\x55\x50\xc3\x36\x85\x2d\x0f\x2e\xeb\x9e\x34\x29\x6c\x79\xf8\xe1\x4c\x7a\x23\x9c\x31\x41\x94\xd8\xf4\x07\xec\xda\xe0\x08\x53\xb7\x1a\x76\x06\x37\xdb\xcd\x64\x0e\xa5\x9d\xc1\xcd\x76\xd3\x66\xa6\x9d\x61\xc0\xe0\x70\xa1\x4a\x9b\x4e\x9e\xb0\x3d\x5f\xd2\xa6\x93\x27\xac\xb8\x18\xa4\x2d\x47\x79\xed\x6f\x20\x6d\xf9\x07\x6d\xef\x30\x69\xcb\x93\x6b\x77\xfc\x2c\xd2\x96\xe7\x6e\x39\x95\x4d\x5b\xfe\x41\xab\xf6\x6c\xda\xf2\x74\x65\xb1\x99\xe9\xa0\xa7\xa7\xa6\xac\xac\x5f\x14\x57\x6a\xfc\xf6\x3f\xb3\x7f\xf4\x17\x8e\xa0\x1e\xcb\x36\x71\x0d\xc6\xde\x50\x96\x6d\x5a\xfb\x04\x07\xff\x6d\xd9\x02\xee\xac\x26\x06\x24\x7f\xcb\x16\xe8\x1c\x24\x3b\x6e\xfe\x96\x4d\xe0\x54\xd3\x90\x32\x2c\x5b\xa0\x3e\x1b\x41\x75\x97\x4d\xc0\x61\xb8\xbf\xa8\x65\x0b\x0c\x65\x74\xbe\x2f\x5b\xc0\xd5\x18\xa4\xca\xce\xdf\xda\x2d\xd0\x92\xe3\x53\x8e\xb0\x2e\xc4\x21\x41\x58\x0e\x31\x2e\xc4\xbd\x99\x1e\x0e\x31\x92\xad\xba\xc0\x1c\x0e\xb1\xc7\xe7\xdd\x3c\x0e\xe7\xfb\x41\x1e\xb5\xca\x4f\x1e\x76\x90\x22\x6e\xb8\x6a\x1f\xf6\x90\x79\xc8\x76\x91\xa3\xee\x29\xfb\x46\x2b\x0f\xfb\x4c\x75\x36\xa4\x0c\x87\xbd\xc1\x91\x7a\x8c\xab\xf9\x3b\xec\x0c\x4f\x48\xed\x9a\xd9\x19\x1f\xcc\xe1\xce\x7f\xd8\x19\x87\xf3\xdd\x39\x7a\xd8\x1b\xf8\x04\xf7\xb6\x73\xd8\x1b\x07\xfb\x26\x9f\xf0\x61\x5f\x7c\x50\xa1\xc3\xf9\x3b\xed\x0b\x4f\x56\x0d\x3f\x81\xd3\xce\xf8\x60\x6e\x2a\x70\xda\x19\x1f\xf4\x66\x67\x9c\x76\xc6\xb9\x3b\xc3\xc7\xec\x8c\x0f\xe6\xde\xbd\x4f\x3b\xe3\x9c\x3e\x46\x03\x4e\xa7\xcb\x07\x73\xef\xde\xa7\xb3\x45\x0d\x38\x24\xa2\xa7\xbd\xa1\xbb\xcf\x55\xf4\xb4\x37\xd4\x85\x64\x83\xca\xdf\x69\x77\x9c\xce\x0d\x1a\x7a\xda\x1b\xa7\xbd\x61\xa3\xec\x8d\xd3\xfc\xe5\xf4\xd9\x69\x77\x7c\xd0\xf7\x67\x7d\xd9\x1d\xe4\x30\xee\x2e\x38\x97\xbd\x81\x2a\x5c\xd2\x8f\xcb\xde\xc0\x4f\xb8\x77\xa8\xcb\xde\x20\x85\x71\xc8\x86\x2f\x3b\xe3\xb2\x33\x68\xf8\x65\x67\x5c\x7e\x4e\xb2\x8f\xcb\xa9\x41\x88\x65\xb7\xb7\x2f\xfb\xe7\xda\xad\xec\x7f\xd8\xa8\x2f\x3b\x81\xd4\xc5\xbf\x61\xc5\xed\x04\xee\x09\x1f\x6e\xca\x97\x9d\x70\x71\x6d\x8e\x5f\xf3\x65\x27\xec\x33\x5a\xea\x84\xdb\x2a\xdd\x5c\x6b\xee\x1a\x7b\x5b\x25\xbc\x73\x7b\xd3\xbf\x1d\x32\x0f\x69\x4d\x57\x9a\xdb\x39\xcd\x0d\x1b\x9b\x74\xdc\x8e\xe2\x0d\x19\xf4\x37\x6f\x47\x11\xf7\xdc\xf0\x6b\xbb\xad\xff\x07\xad\x39\x99\x6e\xeb\x7f\x5b\x7f\xfa\xea\xb6\xfe\x48\xcd\x9f\x4d\xba\xad\x3f\xb2\x32\xa6\x02\xe0\x71\xc8\xc8\x0c\xb0\x5c\x15\x1f\x87\x8c\xcc\x00\x31\x15\x00\x8f\x03\xf4\x60\x96\xb5\xe7\x1f\x07\x08\xa9\x59\x5c\x2d\x1e\x3b\xc3\x13\x5f\x73\x97\xd9\x1b\x9f\x96\x9c\x7b\x6d\x78\x6c\x13\x4e\xb5\xe1\x8e\xf9\xd8\x26\xee\xf4\xf8\xb9\xb4\x3d\xb6\xe9\xb1\x4d\xfe\xa4\x6d\x32\x60\x72\xba\xb6\x3d\xbb\x51\xa4\x40\xf4\x03\x79\x9d\x99\x2f\xda\xcd\xf9\xfb\xda\x4c\xae\xee\xe6\x5c\x67\xfe\x5e\x9b\x89\xeb\x6d\xb3\x9d\xd7\x99\x69\xbc\xa4\x83\xf9\xda\x70\xee\xfd\xd8\xd4\xe9\xb5\xe1\x86\x4b\x4e\x17\xff\xd7\x96\x7f\x50\x8b\x63\xf2\xda\x70\x4f\x85\x4d\x3f\xb6\xd7\x79\xf0\x41\xff\x29\xe7\x5e\xa7\x81\xce\xb7\x29\xcb\x78\x9d\x07\x1f\x2c\xbf\xac\xd7\x2e\x43\xc8\xc6\xf4\x33\x7d\xed\xb3\x97\x8f\xd9\x7d\xf5\xb5\xcf\x48\x9d\x9c\x6e\x1a\xaf\x7d\xa6\xb8\x25\xd3\x73\x16\xc5\x6d\xf1\x04\x18\x5e\xd3\x2c\x4a\x59\xa0\xcb\xff\x8b\x4a\xb6\x70\x61\x48\x4c\xfa\xb6\xa8\x5b\x81\x24\xfd\x7d\x16\x75\x2b\x50\x5a\xf8\xcf\xc2\x22\xe7\xfb\xfe\x6f\xcb\x32\xee\xf7\xde\xf5\x38\x2c\xe2\x1a\x14\x56\xa8\xa2\xba\x2d\x1e\xee\xe2\xe4\x4f\x16\xb5\x6c\xf9\xf4\xeb\xe4\x86\xde\x2c\x78\xdb\x84\xee\x37\x50\x94\xb2\x40\xe3\x18\x7a\x16\xa5\x2c\x50\x89\x1a\xce\xa2\x92\x05\xa6\x74\xb3\xa8\x64\x81\xba\x58\x89\x8b\x42\x16\xe8\x19\x3e\x65\xc3\x15\xb2\x6e\x38\x45\x25\x0b\x14\x5c\x60\x59\x54\xb2\xc0\xf7\x18\x95\x55\xca\x02\x13\xb7\x75\x16\xa5\x2c\xf0\x3d\x46\xa7\x29\x66\x81\x5a\x96\x8f\xd9\x1b\x1f\x2c\xcc\xe2\x59\x94\xb7\x05\x87\x5a\x90\x06\x2c\x0b\x1e\x35\x61\x62\xec\xcf\x52\xec\x20\x45\xe4\x84\xe0\x17\x45\x24\xe0\x6d\x06\x59\x14\x91\xc5\xe3\x58\x1c\x24\xc8\x52\xf7\xab\xcc\x18\x26\x69\x69\xf6\xad\x22\x72\xfa\xaa\x22\x12\x68\xd8\x5f\xb3\x28\x22\x01\x2f\x3d\xc8\xa2\x86\x2c\xcd\x6e\xb3\xf1\xaa\x43\x60\x0e\x7f\x53\x75\x58\x74\x97\x71\xe9\x47\x16\xe5\x21\x50\xc7\xa0\x55\xca\x43\x20\xd3\xc9\xd1\xec\xb5\x66\x7f\xb0\x9c\x17\x75\x1f\xd0\x7e\x3f\xeb\x61\xa3\x94\x62\xd3\xff\xa6\x14\x03\x1a\xc7\xe1\xb3\x28\xc5\x80\x12\xe4\x93\xce\xd2\xad\x47\x67\xf8\x06\x1d\xde\xad\x87\x8a\x0d\x5f\x78\x16\x15\x1b\x50\x31\xa6\x66\x51\xb1\x01\xbd\xec\x22\xc7\x80\xfb\x01\x87\xed\x54\xb1\x15\xfd\x6c\xaa\xf6\xa2\x64\x03\x52\x8b\x51\xe9\xbb\x05\x7e\xc8\xec\xc1\x65\x38\x2e\x63\x1f\xf6\xa6\xc8\x61\x51\xec\xfd\xa8\x99\x5a\x0f\xf8\xde\x64\xf4\x14\x7b\xc0\x1c\xf6\x9a\x5a\x0f\x68\xea\xf8\xa2\xd6\x03\x5a\x38\x78\x4a\x3d\x60\xe1\xd0\xc9\xa2\xd4\x2b\xc3\xaf\x7d\xfa\x98\x3d\xc4\xe5\x29\xc3\xbe\x55\xc3\x95\x61\x03\xe2\xf7\xdf\x5b\x75\x99\xb6\x8f\x3b\x52\x14\x65\x65\xda\x3e\x12\x3f\xcb\x01\xca\xb4\x7d\xd3\x75\x8a\x05\xbf\x4c\x6b\xee\x7d\x28\x2e\x10\xd3\x9a\x4f\x85\x14\xe3\x38\xad\x39\xd7\xa1\x28\x9a\xca\x74\xb4\x95\x90\xc4\x2c\x65\x51\x42\x02\x73\xb8\xe8\x29\x21\x81\xef\x31\xc6\x56\x0d\x09\x64\xda\xe6\xe9\x70\x1b\x3c\x4a\xb8\x64\x96\xe9\x78\x73\x3d\xa1\xb2\xaf\x4c\x87\xdb\xeb\x09\xd3\x37\x1d\x6e\xbd\x75\xb2\xe5\xa2\xfa\x04\xba\x52\xb6\xa8\x3e\x81\xb9\x3f\x12\xd5\x67\xd1\x35\x47\xf2\xed\x2c\x6a\x4d\xc0\x7b\x46\xb2\x28\x35\x4b\x38\xd5\xfd\x51\x55\x24\x10\xe4\xd5\xcc\xa2\x88\x04\x0a\xe7\x9d\xb3\x28\x22\x81\x46\xaa\xa6\x2c\x61\xd3\xc9\x3f\x91\x30\xd7\x12\x36\x9d\x0b\xd3\x87\x93\x5f\x59\x09\xb4\xbd\xe8\x29\x2b\x81\x46\x56\x90\x2c\xca\x4a\xa0\xfc\xdc\x75\x94\x95\xc5\x40\xd4\xe9\x70\xa6\xcd\x4c\x16\x1b\x3f\x07\x95\x66\xc9\xdd\x24\xaa\xa1\x3c\x04\xbc\xed\x24\x8b\xea\xb0\xe8\x97\xc3\x55\x9c\x45\x79\x08\x94\xe2\x9a\xa4\x3a\x2c\x86\x93\x72\xc7\x4a\x96\xb4\xba\xa9\x25\x91\xc7\x96\xd5\x35\x35\xc6\x74\xdd\x5e\xd6\x97\x6b\xd2\x87\x1f\xdc\xb2\xba\xea\xbe\x69\xdf\xaa\xfb\x80\x52\x5c\xa7\xd4\x7d\x45\xdd\xb7\x3b\x44\xdd\x07\x04\xf7\x37\x64\x51\xf7\x01\x0d\x57\x5d\x16\x75\x1f\x50\xd3\x2d\x57\xdd\x57\xcc\x22\xed\xbc\x55\xf7\x15\x6e\x44\x8c\xbd\x64\x28\xf2\x80\x24\xdc\x33\x8b\x22\xaf\x10\x14\x1a\xe1\x0f\x28\xe9\x80\xa9\x80\x2e\x2a\xba\xe2\x09\xb6\x70\x2a\xa8\xdf\x00\x2f\x89\xc9\x72\xf8\x99\x91\x46\x3a\x48\x75\x9e\xe5\xb0\xed\x1f\xd4\xb5\x68\xa7\x2a\x0f\xc8\xe6\x18\xa8\xf2\x80\xa9\xf4\x2e\xaa\xbc\x62\xc8\x65\xb8\x02\x29\xb0\x80\x46\x58\x78\x16\xf5\x55\x51\x25\x85\xd3\x48\x95\x04\x8c\x89\xd9\xa1\x9c\xfb\xbf\xc1\x45\x83\x31\x56\x24\x15\xe3\x24\xc3\x9d\x5e\x95\x54\x3c\x3c\xe6\xf7\xa3\x4a\x02\x56\xf7\xc3\x50\x25\x15\x0f\x8f\x61\xb3\x2e\xaa\x24\xa0\x71\x17\x69\x16\x55\x12\x30\x87\xab\x95\x2a\x09\x28\x9b\x08\xa9\x92\x80\x5e\x5d\xa0\x55\x49\x45\x49\x14\xae\xd0\x4a\x22\xa0\x17\xbb\x51\x49\x54\x48\x88\x16\x21\x43\xb8\xec\x5a\x12\xa2\x55\x27\xc7\x65\x67\x5c\x76\xad\x45\x76\x86\x62\x2a\x24\x0d\xaa\x25\x60\x0e\x39\x94\x6a\x09\x48\x6e\x22\xcd\xa2\x5a\x02\xbe\x37\xfd\x6f\xf6\xc6\xc5\x05\x7c\xc8\xf1\x72\xdb\x1b\xba\xc9\xb8\x6f\x2e\x8b\xda\x08\xc8\xe2\x7c\x51\x1a\x95\x1d\xb9\xe8\x8c\x57\x1b\x01\xab\x4b\x37\xd4\x46\x45\x6f\x5a\x48\xe6\xd4\x38\x40\x86\x43\xfc\xf8\xa3\x1f\xe4\x72\x72\xa8\x7a\x8a\x07\xc5\xb4\x9b\x94\xc7\x0e\x47\xf6\x54\xc9\x8b\xaa\xa7\xa8\x67\x62\x97\xd9\xbb\xdc\xb8\x4e\xc4\x47\x96\xc7\x16\x3c\x9c\x5c\x6c\xfe\x80\x2d\x78\x6c\x81\xc3\xf7\xd8\x02\xc2\x0b\xa7\x9b\x99\x4a\xa8\x78\x50\x2c\x9c\x57\x4a\x21\x20\x48\x65\x90\x45\x29\x04\x94\xe6\x9a\xa0\x14\x2a\xfa\xce\xc2\xcd\x46\xf9\x52\x3e\xad\xd2\xb5\x91\x16\xb5\x4a\x79\x77\x3d\x68\x81\xea\x02\xc8\x4d\xbf\x94\x17\x40\xd7\xb5\x55\x54\x17\x40\xad\x7f\x08\x2e\xcb\xa2\xf8\x28\x66\xa9\x08\x49\xd1\xbb\xab\x89\xbb\xd0\x69\xf1\x3a\x42\x0a\x92\x60\x45\xae\x0a\x92\xba\xbd\x6d\x8d\xa2\x62\x11\x2e\x74\x66\x4a\x55\x8f\x54\x33\x52\x10\x1c\x94\x55\xd7\x1a\xe0\xe1\x89\xac\x4a\x14\xa0\x72\x18\x26\xab\x12\x05\xe8\x1c\xd9\xca\xaa\x44\x01\x32\xa6\x3f\x99\x16\x25\x07\x8f\xad\xd8\xb2\x88\xa3\xd3\xd8\xa7\xaa\xa2\x05\xf8\x08\x2b\x45\xa7\x45\x0e\xe3\xb4\xec\xb2\x8c\x10\xe3\xe1\xff\x7f\x2c\xda\x2d\xa7\x66\xaa\x16\x20\xaa\x4d\x52\xb5\x54\x1d\x70\xe4\x48\xcf\xaa\x6c\x01\x5a\xf7\xbf\x29\x5b\xaa\x0e\x38\xa2\x42\xb3\xaa\x5b\x80\x36\xf7\x63\xf6\x86\x91\x7b\x11\xb4\x5d\x59\x01\x0c\xb9\x70\x55\x56\x00\xad\xf3\xdd\x54\xbd\x66\x55\xa5\x41\x3c\x7d\x56\x95\x06\xd0\xb2\xf9\x9b\xaf\x45\x98\x86\xac\xad\xbe\x35\xe0\x7b\x93\x6e\xd3\xb9\x56\xb9\xe3\xa5\xd9\x93\xd5\xda\x56\x57\x83\xf4\x55\xc7\x00\xaf\x19\xe1\x88\x59\xf5\x9a\x01\xdf\x63\x96\x39\x08\x1c\x57\x23\xa9\x64\x56\xdd\x66\x80\x67\x55\xb2\x2a\x78\x80\xf2\x63\xaf\xab\x0a\x1e\x20\xb8\xd9\x3b\xab\x4e\xb3\xaa\x06\x22\xa8\x22\xab\x1a\x08\xf0\x14\x4d\x56\x35\x10\x50\x8b\x13\x46\x09\x04\x94\x62\xfd\x95\x40\x55\x3f\x1a\xe1\x5f\x59\xd5\x40\xb5\x31\x47\x61\xd1\x55\x9f\x19\x50\x5c\x7c\xab\xaa\x08\x28\xfb\x1b\x50\x15\x01\x6d\xfd\xfc\xff\xf6\x8f\x09\xe4\xba\xff\xde\xfe\x21\x86\x90\xe4\x79\x59\x15\x45\x55\x37\x9a\x5e\xae\xaa\x1b\x0d\x08\x6e\x21\xcf\xaa\x1b\xad\xaa\x9d\x22\xad\x99\xbd\x41\xfa\x68\xee\x0d\xcf\xaa\x76\xaa\x86\x15\x12\xd8\x95\x55\xd7\x16\x10\x1c\xe5\xc8\xda\x6d\x53\x77\xb5\x64\x2f\xaa\xea\x29\xa0\x4d\x27\x9f\x72\x0a\xf8\x1e\xa3\x22\xea\x29\x20\xb8\x69\x37\xab\x72\x0a\xf8\x1e\xa3\x6e\xea\x29\x20\xf6\x37\xa5\x9e\xaa\xdd\xc1\x83\x56\xd5\xbe\xeb\xcb\xe0\xb1\x34\x56\x85\x52\xd5\x1b\x95\x2c\xdb\x55\x6f\x14\xd0\x34\x4d\x56\x55\x0b\x10\x1c\x16\xce\xaa\x33\x0a\xf0\x4c\x51\x56\x85\x4c\x35\x38\x90\x74\xeb\x59\xf5\x3c\x01\x9e\x29\xca\xaa\x78\xa9\xe6\xa8\x4b\xb6\xac\x3a\xed\x36\x72\xd4\x49\x07\xaa\x4a\xa5\x9a\xcc\x82\x6c\xe5\x59\x95\x2a\x40\xfe\x1c\x17\xa5\x4a\x35\x62\x90\x6c\xe5\x59\xd5\x2a\x40\x70\x05\x7b\x56\xa5\x4a\x55\x97\x70\x1a\x3e\xab\xba\x04\x58\xb2\xaf\xaa\x2e\xa9\x86\x0c\x92\xa1\x20\xab\x22\x04\x88\xb6\x7f\xd4\x56\x4d\x32\xb3\xb8\x22\xaa\x41\x80\xba\x57\x44\x35\x08\x90\x3f\x07\x59\x0d\x02\xb4\xe6\xcc\xd5\x03\x06\x74\x8e\xf5\x64\x55\x95\x00\x93\x2c\x81\x59\x55\x25\xd5\x80\x41\x2e\x01\xce\xaa\xbb\x0b\x48\x12\xea\x66\x55\xa8\x54\xdd\x5d\x7a\x21\xaa\x4a\x05\x18\x1c\x25\xca\xaa\x52\x01\x7a\xb1\x49\x2a\x95\xaa\x07\x2c\x1d\x76\x3d\x60\xc0\xf8\x39\xbf\x95\x2a\x80\x8e\x9b\xaa\x52\x01\xc6\x8f\x20\x8b\xaa\x52\xa9\xca\x12\xf2\xaa\x67\x55\x96\x00\xb5\x3a\x4c\xca\x12\xa0\xc4\x5e\x35\xf5\x80\x01\xe3\xe7\xb7\xa2\x07\xac\xaa\x5e\x12\xf6\x55\x55\x2f\x40\x97\xf1\x55\xd5\x4b\x55\xbd\x90\x8a\x28\xab\xea\x05\x18\xbf\x3f\xe4\x03\xcf\xaa\xb8\x01\x7a\x73\x4e\xe8\xfa\x02\x8a\x19\x12\xb2\xea\xfb\x02\xda\x5e\x07\xd3\x9e\xf9\x60\xfc\x1c\x0d\x55\x11\x30\xa4\xaf\x55\x55\x54\x55\x45\xe9\x36\xa9\x2a\x02\xc6\xcf\x0f\x5f\x55\x04\x54\xa9\x76\xd5\xb5\x56\xcd\x04\x98\x98\xfb\xaa\x4e\x33\x60\xfc\x5c\x0b\xd4\x4e\xc0\xe0\x98\x52\x56\xb5\x13\x30\x7e\x2e\x05\x4a\xa7\xaa\x7f\x4c\x57\x69\x55\x28\x01\x6d\x4f\x7d\x85\x12\xd0\x75\x82\x54\x85\x52\xd5\x41\x96\xee\x44\x3a\xc8\x80\x61\xe4\x4a\x55\x3b\x55\x63\x1a\xd3\x6d\x47\xf1\x04\x0c\xa3\x65\xaa\x1e\xb2\xaa\x3b\x2c\x5d\xb7\x15\x4f\xc0\x30\xb4\xa4\xea\x0e\x03\x6a\x75\xa2\x28\xa7\x80\x3a\x6d\x80\x72\xaa\x2a\xa7\xd2\x0d\x45\x39\x05\x0c\xd2\xbb\x65\x55\x4e\x01\x83\xa4\x61\x59\x95\x53\xc0\x30\x40\xa7\x2a\xa7\x80\x51\xfc\x52\x75\x9a\xd5\x7d\xbf\xbc\xcd\xb4\x83\xb8\x5e\x3e\x7c\xcf\xfe\xf9\x60\xa8\x5d\xab\x3e\x33\xa0\x2d\x57\x4f\x7d\x66\xc0\xd8\x1f\xbd\x2e\x33\xa0\x70\xed\x47\x56\x5d\x66\x55\x49\x97\xf0\xec\xaa\xa4\xab\xe6\xaf\xc6\xd4\x57\x95\x74\xc0\x28\xae\xa7\xba\xcc\xaa\x2e\xb3\x74\xbb\xd2\x65\x06\x8c\x22\x37\xd0\x65\x06\x0c\x15\x6e\x3d\xed\x1d\xce\xcc\x91\x59\x3b\xab\xf2\x10\xf8\xfe\x19\x7d\xad\x3e\x04\x72\xd9\xaf\xea\xc3\xaa\x3e\x54\x0c\x56\xf5\x21\xd0\xf7\x12\xa8\x3e\x04\x46\x71\xc7\x51\x1f\x56\x23\x29\xb5\x10\x55\xd5\x20\x30\x8a\x1f\xa2\x6a\xb0\x9a\x70\x24\xdd\x4c\xd4\x7e\xc0\x30\xaa\xa9\xea\x21\xab\xd7\x6e\xbb\x65\xb6\x9d\xfc\xd8\x9b\xec\x5d\xb6\xfd\xb2\xed\xfe\xa6\x6d\x37\x06\x33\x6d\xbc\x72\x10\x18\x9c\x94\xcc\xaa\x1c\xac\x9f\xf4\x1b\xc5\x6d\x4e\xe9\x07\x94\x22\xb1\x53\xfa\x01\xc3\x40\xaa\x7a\xed\x76\x9a\x45\x93\x17\x55\x7e\xd5\xe4\x25\x9c\xd7\xcd\x7a\xdb\xf4\x0f\xfa\xe6\x32\xb7\x4d\xff\x60\x18\x44\x53\x6f\x27\xc2\x07\x43\xa3\x57\xbd\xed\x0c\x62\x32\xf5\x97\xd7\xdb\xce\xf8\x60\x90\x6f\x3e\xab\xae\xb9\xea\xc9\x39\xd2\xf9\x67\xd5\x37\x07\xd4\x70\xf1\x52\x7f\x02\xa3\xec\xca\xda\x3f\xb7\x13\x41\xae\xa7\xd8\x04\x2a\x79\x1c\xb3\xea\x88\x03\x86\x91\x78\x55\x47\x1c\xf0\xbd\x49\x37\xea\x89\xab\x7a\xe2\x76\x9b\xec\x20\x62\x3e\xd3\xc5\x4b\x95\x0a\x8c\xbd\xaf\xaa\x52\x81\x61\x50\x59\xd5\x37\x57\x15\xae\xa9\x5e\x50\xb8\x02\xa3\xc8\x72\x15\xae\xc0\x30\xd0\xac\xea\xae\x03\x5a\x75\xe4\x74\xd7\x01\x55\x53\x6e\x55\xdd\x02\xeb\xe7\x27\xa6\xba\xad\xcf\xee\x0c\x2b\x6b\x67\x3c\x5e\x53\xe1\x4f\xda\x19\xfa\xe6\x52\x1d\xa0\x6f\x0e\x28\x3f\x07\x40\xdf\x5c\x35\x99\x89\xae\x95\xaa\x73\x0e\xe8\x7b\xd5\xd3\x39\x57\xf5\xc4\x91\x05\x31\xab\xae\x38\x60\x68\x9f\xae\xca\xdb\xfa\x3a\xc4\x2e\x4c\xfa\xdd\x80\x41\x84\x7d\x56\xdd\x6e\xd5\x08\xd2\x54\xc9\xe8\x77\x03\xda\x4f\x7d\xa9\x30\xae\x46\x90\xea\x3e\xab\x2a\x63\x60\x18\x27\x55\x55\xc6\x55\x01\x9b\xd0\xfe\xa6\x80\x05\xbe\xb2\x4e\x59\xb1\x8c\xdb\x48\x18\xd1\xa6\x93\x0d\xa8\xd1\xff\x60\x01\x6f\x6a\x5e\xa0\xe8\xa9\x6b\x4a\x5e\xa0\x95\xe1\xcf\x0f\x8b\x38\x15\xd7\xfc\xf5\x69\xd1\xa4\xe2\x93\xa2\xb0\xc8\x9e\xb1\x28\x2d\x62\xf2\xb3\x7b\x35\x25\x2f\x30\x38\xb8\x98\x4d\xc9\xdb\xd4\xb7\xa4\x45\xc8\xa6\xbe\x05\x86\x71\x66\x4d\x3f\x1d\xf0\x3d\x16\x94\x3d\x96\x99\xf3\xd5\xca\xbe\x16\xb1\x8b\xb2\xb2\x37\x55\x70\x2b\xbb\xfb\x92\x32\xbb\xaf\x30\xfb\x6d\x93\x2a\xb8\x29\x79\xc9\xd2\x95\x4d\xc9\xdb\x0a\x1f\x3e\x3c\xa3\xe9\x96\x6b\x66\x61\x24\xaf\x48\x36\xfd\x72\xc0\x28\xc3\x1f\xb0\xed\xfa\xe0\x12\xda\xd2\xf4\xc1\x01\x83\xec\x84\xd9\x14\xcb\xc0\x28\x7c\x71\x4d\xb1\x0c\x0c\x8e\xd1\x65\x53\x2c\xb7\xba\x7f\x93\xea\x56\x7f\x93\x2c\x89\x9c\xa3\xcb\xa6\xbc\x05\x8a\xb2\xa9\x29\x6f\x9b\x99\x57\xd6\xcf\x37\xfd\xcd\x0f\xaa\xb4\xaf\xa9\x65\x81\xa2\x77\xb0\xd5\xfd\x9b\x37\x35\xa3\x6f\xd5\xb2\x4d\x2d\xbb\x58\x0c\x9a\x5a\x16\x18\x85\x5d\xad\xa9\x65\x9b\xfe\xbc\xc5\x02\xd4\x14\xb3\xc0\x30\x66\xb3\x29\x66\x9b\x62\x56\x99\xdd\x14\xb3\xc0\xe0\xf8\x5b\x36\x83\x42\x81\x41\x66\xba\x6c\xea\x5b\xa0\x1b\x3a\xd7\xd4\xb7\x4d\x7d\xbb\xfc\xff\x76\x90\x5e\xbf\xf5\xb3\xcc\x1e\x22\x28\xb4\x3a\xbb\x15\xb8\x40\xab\xfb\x27\x1d\xa7\xc6\x38\xb1\x9b\x34\xf5\x6d\x33\x59\xa3\x6e\x89\xa6\xc0\x05\x06\x79\x13\xb3\x19\x26\xda\x8c\xff\xe4\xba\x88\x6c\x06\x80\x02\x83\x83\x7f\xd9\xba\xbd\xd1\x6d\x3a\x2b\x61\x33\xc2\x13\x18\x05\x29\xd8\x94\xc1\x4d\xb7\x22\x47\xe3\xb3\xe9\x56\x04\x6a\x75\xaa\x29\x83\x81\x51\x86\xff\xcc\x76\x2a\x83\xb9\x07\x22\x9b\x32\x18\x28\xca\x95\xa6\x0c\x6e\xea\xdb\xe5\x02\xa0\xbe\x05\x06\xa7\x19\xb3\xa9\x6f\x81\xfa\xaf\xc8\x16\x0c\xc7\x93\x5e\xd3\x11\x08\x54\xfd\xa2\x4d\x3f\x60\x33\xe8\x73\xb1\x55\x34\x1d\x81\xcd\xa0\x4f\xd7\x09\x1d\x81\xcd\x30\xcd\xe5\x47\xab\x32\x06\xaa\x1b\x7f\x53\x19\xb7\x61\x7f\x5b\x0d\xfb\xdb\xc8\x4d\x6e\x8b\xc8\x66\xe4\x26\x30\x8a\x5f\x81\xfa\x19\x18\x24\x9b\xcc\xa6\x7e\x06\x86\xde\xd3\xa6\xf3\x0f\x28\x9c\x6d\xca\xa6\xf3\x0f\xf8\xfe\x3f\xff\x6c\xda\xa8\x0f\x9a\xb6\xf3\xa6\xf0\x06\xea\x0f\x36\xdf\x14\xde\xc0\x28\xd3\x22\x87\x6e\xb2\x68\xb2\xef\x37\x75\x37\xd0\x49\x9d\x96\x4d\xd9\x0d\x8c\xc2\x1e\xdf\x94\xdd\xc0\x28\xec\x91\x4d\x0f\x21\x30\xc8\x6e\x99\x4d\x21\x0e\xf4\xea\x64\x51\x88\x03\xa3\x60\x12\x6c\xfa\x07\xdb\xa4\x77\xc2\x5f\xb4\x77\x3e\xe8\x06\x1a\x34\x75\x78\x53\x28\x93\x97\x39\x9b\x42\x19\x28\x46\x32\x34\x85\x32\x30\xb8\x73\x3b\x9b\x3a\xb9\x99\x3f\x7e\xb9\x31\xa9\x8a\x81\x51\xb0\x5a\x35\xfd\x77\xc0\x28\xf0\xf4\xa6\x4e\x06\x46\x71\x93\x53\x27\x37\x0f\xd1\x2d\xd7\x42\x85\x2c\x30\x34\x8b\x35\x43\x39\x81\xf6\x73\x7e\x1a\xca\xd9\x8c\xdb\x5c\x2e\x1b\x6a\x5b\xa0\x1a\x25\xdb\x94\xb6\x40\x92\xd5\x3f\x9b\xda\xb5\x79\x12\x6e\xb9\x46\xe4\xae\x07\x31\x6b\x2e\xa2\xaa\xd2\xb6\x8a\x8f\xf1\xa3\xea\x4d\x60\x78\xac\xa3\xa9\x37\x81\x51\xe0\x06\xcd\x50\xce\x66\x28\xe7\x1a\xff\x9d\xed\x24\x9b\x91\x9e\x40\xca\x05\x9b\xa2\xb5\xe9\xf1\x5b\x2e\x04\xaa\xd6\xa6\x6a\x75\x87\x54\xb5\x36\xd3\xc0\x2c\xe7\xb9\xee\x3d\x60\xec\x2d\x5e\xd5\x0a\x0c\x99\x77\x53\xb5\x36\xc3\x3a\x97\xab\xa0\xb2\x15\x18\x7b\x09\x59\xbb\x1f\x5c\xf1\x5c\x3f\x95\xad\xc0\xd0\xe9\xd2\x54\xad\xcd\x3c\x96\xcb\xc9\xaf\x6c\x05\xf2\xe7\x0f\xe8\x05\x6c\x9e\xb1\x33\x58\xb2\x29\x48\x81\xf5\x73\x49\x55\x8f\x02\xa3\xb8\x53\xab\x47\x9b\x7a\x34\xfd\xff\x0e\xae\x7a\x14\x22\xdf\xd4\xa3\x40\xd5\xa4\xd2\xd4\xa3\xed\xd8\x0d\xa0\x51\x0a\xcb\xa6\xb0\x44\xe8\x34\x85\x25\x50\x0d\x48\x6c\x0a\x4b\xa0\x1a\x79\xd3\xd4\x95\x4d\x11\x09\xb1\x6c\x8a\x48\xa0\xc4\xda\xff\xcc\xf1\x3c\x59\x09\xd2\x22\x5b\x79\x92\xaa\xc6\x45\x5c\x5d\xd9\xd4\x95\xf2\x22\x75\x25\xd0\xab\x7c\x44\x5d\x09\x0c\x6e\x8d\xcb\xa6\xac\x6c\x06\x67\x2e\xbf\x4b\x75\x25\x30\x8a\xac\x45\x59\x09\x54\xfd\x71\x4d\x59\xd9\x4e\x3b\xc3\x06\xe8\x64\x04\x46\x75\xaf\x52\x56\x36\x65\xa5\xdc\x46\x59\xd9\x3c\xa0\xa7\x8a\x6f\x6a\x48\x60\x70\xa4\x2e\x9b\x1e\xc5\xa6\xac\x5c\xce\x34\x65\x25\x50\x72\xff\x80\x4d\x57\x43\x2e\xbf\x72\x35\x24\x50\x9b\x74\x41\x0d\xd9\x74\x29\x2e\x3b\x52\x97\x22\x50\xb5\xd4\x37\x75\x65\xd3\x7f\xb8\x9c\x1c\xaa\x48\xa0\x90\x90\x3d\x9b\x2a\xb2\x79\x40\x6f\xd9\xe1\x8a\x41\x60\x54\x19\x8f\x62\xb0\x19\xa8\xe9\x51\xa1\xa6\x1a\x04\x06\xa9\x61\xb3\x29\x06\x9b\xde\xc8\xe5\xc0\xa8\x06\x9b\x6a\x70\xf9\x03\x8e\xa8\xa9\xf3\x97\x03\xa3\xf4\x03\xca\x5e\xa3\x95\x7e\xc0\xd8\xfc\x46\xe5\xd7\x74\x50\x6a\x3d\x68\x4a\x3f\x60\x54\x99\x97\xd2\x0f\x28\x9b\x4a\x2b\xfd\x80\x51\x8b\x4f\x39\x7c\x1e\xf7\xd3\x63\xde\x14\x75\xc0\x28\xfe\x7f\x45\x5d\xf3\x6c\xdf\x92\x28\xea\x8d\x04\xda\x4f\xe2\xa2\x33\x12\x18\x1c\x83\xcb\xa6\xa8\x6b\x28\xb8\xd4\x1c\xdb\x54\x70\x40\xfe\x9c\x1f\x2a\x38\x60\xec\x4d\x4c\x01\x07\x54\xae\x54\xcf\xa6\x80\x6b\x5e\xce\x24\x91\xd6\x3d\xd9\x08\x88\xcc\xdf\xcf\x32\xbb\xfb\x53\x61\xa3\xca\xd9\x54\x61\x8d\xeb\x69\xf3\xb7\xcb\xec\xdb\x0f\x46\xfd\x59\x64\xdf\xbe\x4a\x68\xaa\xd6\x55\x61\xc0\x57\x36\x28\x2b\x96\xf9\x21\xf8\x58\xb5\xa8\xfa\xd8\xa4\xac\x59\xd6\xf8\x85\x45\x51\xb7\x08\x67\x1a\xbb\x69\x57\x67\x01\xdf\x9b\x41\xd9\xb4\xcc\x89\xe5\x6f\x86\x45\xae\x87\x95\xa2\xb4\x68\xf9\x66\x52\x76\x58\xe6\x0d\xd3\xfe\xb3\xd3\x22\x16\xfe\xe5\x53\x97\x45\x64\xe3\x99\xfe\xff\xdb\xa2\x1b\xed\x6a\xd1\x63\xd1\x83\xe1\xc7\x66\xbe\x16\x39\xd3\xf8\x5f\xea\x2c\xa0\xe4\xcf\x36\xa9\xb3\x80\x41\x32\xe4\xec\xea\xac\x5e\x1c\x29\x3e\xbd\xae\x5a\x02\x86\x47\x36\xba\x41\x8c\x9d\xd3\x77\xde\xb8\x9f\x5d\x69\x04\x0c\x12\x66\x64\x57\x1a\x01\x75\x2e\xff\x99\xb5\xe5\x8a\xd9\x34\x3a\xb9\xeb\x0d\xec\x15\xc9\x80\xd9\xb7\x57\xbb\xb6\xd2\xb5\x0e\xa7\x9a\x0a\x68\xdc\xf9\x95\x5d\x4d\x05\xb4\x9a\x7f\x30\x7e\x77\x25\x57\xaf\x56\x1c\x71\xdc\xd5\x57\x40\x1a\xa2\xdf\xd5\x57\xbd\xd9\x5b\x10\xa5\xae\x4a\x02\x46\x45\x95\x76\x55\x52\xe7\x4c\x5c\x92\x7b\x29\xbb\xfa\x07\x58\xa4\x16\xcc\xae\xfe\xe9\xcd\x4e\x85\x7b\x74\xc5\x0e\x30\xc8\xa1\x94\x5d\xb1\xd3\x9b\x75\x63\xcf\xea\xca\x18\x60\x70\x6b\x46\xf6\xb6\xeb\x66\xa7\x5a\x35\x3b\xb5\x3b\x39\xa1\xd5\x5d\x2d\x02\x8c\xca\x6e\xda\xd5\x22\x1d\xe1\xe1\x95\x10\xd9\x15\x1e\x40\x86\x1d\xad\xf0\xe8\xa6\xf0\x70\xef\xef\x4a\x0a\x60\xe8\xdb\xe8\x4a\x0a\x60\xed\x81\x54\x52\x74\x92\x73\xa4\x67\x68\xba\x21\x82\x40\x37\x72\xbe\xeb\x7e\x03\xca\x76\x1b\x75\xfd\x6f\xc0\xa8\xce\xbb\xb1\xeb\xc1\x42\xe5\x8c\x55\x65\x74\x6f\x97\x0a\x9f\xb2\x87\x10\x1e\xd5\xaf\x4b\xe1\xd1\xa7\x0d\xf0\x93\x50\x3f\x00\xcd\x2d\xbc\xab\x1f\x80\xef\x31\x06\x5e\xfd\x00\x14\xdd\x01\x5d\xfd\x00\x2c\x8f\xae\x75\xf5\x03\xf0\xbd\xc9\x8f\x2a\x20\x80\x1c\xac\xd1\x5d\x01\xd1\xe7\x6e\x27\x6d\x57\x2e\x00\xa3\xda\x6b\xca\x05\xa0\xa4\xf1\xcb\x5d\xbd\x00\x14\x79\x4f\x57\x2f\x00\x5d\x27\x5d\x9f\xbb\xa1\x2c\x8e\xae\x06\xba\xf2\x80\xef\x9f\xd1\xb7\x6a\x08\x60\x69\x3b\xe9\x6a\x08\xe0\x7b\x8c\x2e\xfa\x3f\xc6\xce\xe4\x68\x7a\x96\x59\xa2\xae\x5c\x13\x9a\xb1\xa8\xcd\xef\x8b\x46\xff\x4d\xb8\xa1\x73\x78\xd7\xdf\xb3\xca\x08\x42\xdd\x02\x84\x50\x66\x4d\xe8\xcc\x03\x0a\xa5\x05\x57\xd7\x99\x07\x7c\x97\x31\x6d\x7a\xf3\x80\x41\xcd\xf0\xd5\xf5\xe6\x01\xdf\x65\x74\x44\x77\x1e\x50\x3b\xea\xa9\x9b\xcf\x06\x0c\xad\x7d\x5d\xdd\x02\x2c\x6d\x71\x5d\xdd\x02\x0c\x13\x8f\xba\xba\x05\xf8\xfe\x9f\xc7\xa2\x83\x0f\x18\xb5\x7a\x4b\x27\x0d\xa7\xdc\xfa\xf9\x26\xeb\x94\x03\x4a\xc7\x86\xd3\x75\xca\xf5\xe5\x2a\xe5\xdb\xd9\x95\x24\x7d\x79\x53\xc6\xae\x22\x01\x06\x75\xdb\x56\x57\x91\x00\xdf\x2f\x79\x06\x6b\xdf\xf4\x63\xad\xf2\xe9\xae\x3b\x0d\x18\x15\xee\xd6\xf5\xa6\x75\x8f\x58\xd5\x43\xd5\x15\x2e\xc0\xa8\xee\x14\x0a\x97\x4e\xc2\xd9\xd2\x27\xd3\x55\x29\x40\xfe\xdc\xf7\x54\x29\x40\xfe\xbc\x41\x3a\xdd\xf8\xce\x96\xc6\xfe\xae\x0c\x01\x86\x71\x4d\x5d\x15\x02\x7c\x97\xd1\x5d\x65\x08\x50\x8d\xad\xe9\x3a\xcf\x3a\xce\xb3\xa5\x8f\xad\x2b\x43\x80\x66\xfc\x7c\x57\x86\x74\x5c\x60\x4b\x57\x50\x57\x4c\x00\xa3\xba\xd7\xa9\x25\x3a\xe5\x34\x96\xfe\xa8\xae\xc7\x08\xe8\x46\x27\x75\x89\x7d\xc7\x3d\xb4\xb4\x52\x76\x69\x3c\xd0\x38\xe1\x6b\x75\x69\x3c\xf0\x5d\xc6\x43\xd0\x3f\x04\x0c\xb3\x16\xbb\xd4\xbe\x9f\x12\x57\x37\x40\x49\x7b\xb7\x80\x22\x34\xa7\x4b\xda\x81\x41\xdd\xf0\xd5\x25\xed\xc0\xe0\x10\x9b\xd5\x25\xed\x40\x59\x1a\x83\xbb\xa4\x1d\x88\xf0\xc1\x4b\xda\x81\xa1\xc5\xa0\x4b\xda\x81\xef\x97\x8c\x5d\x67\x10\x30\xaa\x33\x29\x8f\x07\x52\x4f\x41\x97\xc7\x03\xc3\xd8\xb2\x2e\x8f\xef\x97\x43\xf7\x75\xd1\x3d\x04\xf4\x9f\xef\x81\xd4\xbe\x5f\x3e\xe4\xfd\x53\xc7\x79\x61\x49\xf3\x0b\x21\x67\x07\x46\xc5\x4c\xd4\xe5\xec\x40\xa4\xbb\xa4\x94\x1d\xf8\x04\x00\x83\x92\xb3\x03\x43\xa5\xd3\xf5\x05\x75\x28\xfb\xd2\x32\xda\xe5\xec\xc0\xd8\xdf\x75\x1d\x3f\x40\x1b\xe3\xbf\xcf\xea\x58\x5d\xbf\x10\xf0\xfd\x31\xb3\xa5\x63\x08\x18\x75\xdf\xcb\x69\x80\xf8\x2f\x0d\x25\x5d\xe2\x0f\x94\xbd\x4b\x4b\xfc\xfb\xbd\x47\xc3\xd4\x48\xdf\x81\xda\xa5\x59\xd2\x77\xa0\x2c\x2d\xa7\x5d\xfa\x0e\xd4\xbd\x6b\x48\xdf\x81\x41\x25\xd2\xd5\xa5\xef\xfd\xb1\xbb\x98\x1e\xba\x6e\x1a\x60\xec\xb9\xd7\x4d\x03\x7c\x97\xf9\x53\x1f\x1b\x94\x5e\xfb\x67\x97\xd2\x03\xa3\x4a\x43\xf4\xd3\xf4\xc7\xa5\xe8\x2b\xa1\x07\x06\xa8\xca\x94\x6e\xe0\x20\x50\x96\x76\xd2\x6e\xe4\x20\xb0\xe4\xef\x5d\x96\x0f\xe4\xa6\xd2\xb2\xfc\x2e\xcb\xb7\x67\xb2\xfc\xfe\x7a\x4f\x04\x76\xd7\x17\x02\x8c\xba\x9b\xbc\xe7\x07\xb9\x29\xa6\x5c\x1d\x28\x4b\x2b\x54\x37\x0c\x10\x18\xa6\xe8\x0e\xe9\xfb\xf8\x79\x03\xa4\xed\x90\xfd\x02\x43\x53\xde\x90\xfd\x0e\x49\xac\xc6\xaa\x21\x89\x1d\x66\xfa\xb0\xef\x0d\x49\x2c\x50\x96\xb2\x7b\x18\x33\x07\x54\xca\xd8\xad\xa1\xff\x00\x48\x0e\x83\x5f\xc3\x90\xb9\x51\xdc\x45\x99\xc9\xa1\xff\x00\xe8\xd4\x5a\x59\x43\x46\x3c\xf0\x1f\x2c\xa5\xc5\xd0\x7f\x00\x34\x23\xda\x86\xfe\x83\x51\x7c\x06\x70\x82\x21\xff\x05\xf2\xd7\xbd\xc1\x6b\x13\xf3\x81\x0d\x7a\x18\x46\x07\x7c\xbf\x5c\xb4\x39\x50\x6a\x54\x70\xf2\xcd\x1a\x96\xa8\x00\xbe\xcb\x18\x82\x35\x2a\x80\x65\x90\xc6\x90\x5f\x0f\x8e\x40\x5d\x8a\xa8\x21\xc1\x06\x52\x21\x34\x24\xd8\x03\x77\xc4\x92\xc1\x0f\xdd\x11\x40\xd5\x9f\x32\xa4\xcb\x40\xa3\x36\xd2\x1a\xd2\x65\x60\x71\x7e\xcc\x1a\xba\x23\x06\x36\xff\xa5\x38\x1f\x1a\xfd\x81\xa6\xda\x1d\xd2\xe0\x21\x0d\x66\xc3\x19\xd2\x60\x60\x70\x72\xc1\x1a\xda\xfc\x81\xa1\x5d\x7d\x68\xf3\x07\x86\xde\xa5\x21\x57\x06\x92\xaf\xdd\x90\x2a\x03\x45\xfe\x35\xa4\xca\x83\x52\xeb\x3b\xb5\x7f\x68\xf1\x07\x92\x23\x3a\xd7\xb0\x08\x04\xf0\x5d\xc6\x2d\x75\x02\x00\x83\x13\x60\xd6\xd0\x09\x30\x24\xde\xf2\xe2\x21\xf1\x06\x52\xe9\x30\x24\xde\x40\xf1\x08\xd7\x35\xf4\x02\x00\x83\xea\x7c\x6b\xc8\xc5\x81\xaa\x99\x6c\xc8\xc5\x81\x56\x7d\x2f\x0c\x85\x1b\x24\x0d\x2d\x09\xd8\xe8\x7b\x54\xac\xaa\xfd\xff\xae\xaa\x61\xb2\x36\x1f\x86\x21\x65\x1f\x52\x76\xbe\x9c\x43\xca\x0e\xa4\x8e\x81\xa1\x13\x00\x28\x1e\xd5\xb7\x86\x5e\x00\x20\xd5\x9d\xc3\x74\x20\x60\x70\xd4\xd3\x1a\x72\x7d\xe0\xfb\xa5\x6d\x8e\x73\x70\x4c\x83\x33\x24\xd7\x1f\x72\x7d\x88\xe6\x90\xeb\x8f\xe1\xa0\xe0\xc5\x43\x5f\x01\x30\x38\x08\x65\x0d\x7d\x05\x63\x3a\x28\x3e\x80\x43\x1a\x0f\xe4\x8f\xef\xd3\x90\xc5\x03\xdf\x65\xfc\x54\x1a\x0f\x0c\xc3\x6d\x87\x34\x7e\x4c\xbb\xcb\x07\x6a\x68\xe1\x07\x06\x07\x4d\xac\x21\x65\x07\x76\xc8\xc4\x90\xb2\x03\xcb\x04\xcf\x21\x63\x1f\xe4\xfb\x2c\x3f\x4a\x43\x7e\x0e\x2c\x53\xdb\x86\xfc\x7c\x84\x23\xe0\x73\x36\x64\xd9\xc0\xa8\xbe\xd9\x92\x6c\xe0\xbb\x8c\x11\xc8\xb2\x81\xde\x9c\x0f\x49\xf6\x08\xdf\x32\x88\xcf\x90\x52\x03\x49\xa5\xdf\x35\xa4\xd4\x40\xf1\x1c\xdd\x35\xe4\xd4\xc0\xe0\xdc\x8a\x35\xa4\xd4\x43\x4a\x3d\xfd\x33\x47\x85\x77\xa0\xfe\xe1\x24\xcc\x35\x74\x1e\x8c\xf0\x49\x3a\xe8\xd8\x83\xe6\xb0\x52\xf7\x1f\x63\xea\xc6\x72\x80\x7c\x27\x87\x91\x71\x40\x51\x0c\x0c\x1d\x0a\xc0\xa8\xee\xaa\x3a\x14\x86\xf4\x7d\xef\x06\xd2\x77\x60\x70\xda\xce\x1a\xc6\xcf\x01\xf9\xf3\x2d\x91\xd1\x03\xdf\x2f\x59\x8b\x52\x7a\x60\x99\x12\x3e\x64\xf4\x40\x59\x7b\x6f\x91\xd2\x03\xc9\x59\x87\x6b\x48\xe9\x07\x49\x42\x6b\x7f\xc7\xd6\x1e\x15\x5b\x39\x9c\x70\x18\x0e\x07\x7c\x97\x31\x50\xc3\xe1\x80\x34\xca\x67\xe8\x9e\x18\xe9\x7c\xb8\x1f\x48\xf3\x81\xd5\x31\x87\x0d\x69\xfe\x48\xf7\x68\x97\xb1\x2e\x03\xa0\xff\x5c\x2a\x72\x75\x60\x18\xf2\x31\xe4\xea\x23\xed\x2e\xa2\x7b\xe8\x1f\x00\x72\x4f\xb8\xee\x81\x71\xd8\x0f\x77\x1c\xc3\xd5\x80\xc1\xc9\x19\x6b\x18\xae\x06\x7c\x97\x31\x21\xc6\xab\x01\x5b\xc6\x0e\xdd\x03\xc0\x77\x19\x1d\xd1\x3f\x00\x8c\x7f\x37\xf0\xc1\x90\xfe\xd3\xa1\x1c\x43\xff\x00\xd0\xb4\x58\x0f\xfd\x03\xe3\x70\x65\xb9\x18\x8c\x45\x03\xc6\xbf\x6e\x38\x28\x62\xd1\xba\x4f\x4f\x65\x01\x8c\xea\xc6\xaa\xcb\x60\x9c\xae\xa2\xdd\x66\x6f\x09\x1f\xab\x7e\xe9\x55\x0c\xc0\x77\x19\x03\x50\x32\x0c\x25\x83\xe3\x54\x32\x00\xf9\xab\xfe\x99\xbd\xbd\x7c\xee\x92\x10\x29\xfd\x90\xd2\x23\x93\x87\x94\x7e\xc8\xd5\xab\xdf\x6b\xb9\x3a\x50\xf7\x5e\x28\x57\x1f\xb2\x70\xce\x68\x58\x43\x16\x0e\x2c\x9d\x6d\x43\x16\x0e\xa4\x66\xb9\xa1\x2d\x1d\x28\xfb\xa3\x22\x2f\x07\xaa\x81\xd3\x43\x5e\x3e\x64\xd9\xcd\xcf\xb5\x2c\x7b\xc8\xb2\xd1\xfe\x43\x96\x0d\x7c\x97\x31\xdf\x9a\xdc\x81\xaa\x4f\x71\x48\xbc\x07\x76\xf3\xd5\xfc\xaa\x68\x37\x07\x46\x95\xba\x49\xbc\x81\xb5\x39\x99\xc4\x7b\x90\x8a\xb3\x9a\x9f\x67\xb9\x32\xd0\xcc\xab\x1e\x52\x65\x60\x19\x4c\x3d\xa4\xca\x03\xeb\xf7\x6a\x7e\x03\xb5\x7e\x03\xc5\xaa\x07\x43\xeb\x37\x90\x3f\x59\x82\xd6\xef\xf1\x7a\x4f\x1c\xe1\xc3\x88\x23\x60\x19\x1e\x3f\x8c\x38\x02\xca\x32\xa3\x65\x98\xfc\x0f\xa4\x06\xeb\x61\x10\xd2\x78\xed\x87\x2f\x95\x11\x47\x40\x84\x64\x42\x5b\x37\x90\xfb\xa5\x7d\x77\x3f\x08\xcc\xc5\x71\x33\x24\xd9\x43\xfa\x6c\x92\xcb\x90\x3e\x0f\xe9\x33\x46\x8e\x29\x7d\x9e\x3f\x47\xc0\x33\x98\xda\xb0\x81\xd4\x98\x38\xb5\x61\x03\xc3\xb5\x3c\x35\x61\x03\x7b\x2f\x9d\x9a\xb0\x81\x65\x11\x8b\xa9\x09\x7b\x52\x8c\x6e\x19\x0c\x3c\xb5\x57\x03\xcb\xdc\xff\x29\x63\x9f\xd2\x73\xc3\xfa\xa6\xf4\x7c\x4a\xcf\x79\x2a\x53\x7a\x3e\x8b\x13\x39\x6c\xb3\x1f\x05\x32\x91\x36\xd9\x0f\x49\xb6\xf1\xf7\x53\x92\x0d\xe4\x8f\xef\xd8\x94\x64\x4f\x49\x76\x73\x08\x92\xec\xb9\x49\xb6\xfd\x60\xd6\x26\xec\x79\x71\xe4\xc6\x9a\xd2\x67\x20\xf5\x19\x4c\xd9\xf3\x24\x98\x67\x51\xe2\x74\x4d\x79\x31\x30\x38\x81\x69\x4d\x0d\xcf\xc0\x77\x99\x6d\x69\x1b\xdb\x02\xef\xfb\x34\x57\x65\x56\xdf\x5a\x22\x01\xa6\x5c\x19\x58\x3a\x0e\xa7\x5c\x79\x6a\x1f\xa6\x0a\xfb\x9a\x12\x63\xa0\x77\x67\x5c\x62\x0c\x94\x65\x20\xe2\x94\x19\x03\xf9\xdb\x97\x39\x21\x9a\x91\xdb\x5f\xac\xe2\x53\xe6\x3c\xb5\x32\xa7\x7f\x6c\x37\x9b\x2b\x8f\xb7\x7f\x9a\x0d\x02\xec\xbd\x70\x1a\x3f\x33\xbb\x23\xe4\xb5\x9e\x66\xb5\x4f\xeb\x90\xf1\x49\x9d\xf2\x53\xa0\x24\xdf\xe7\x29\x3f\x05\xea\xe4\x45\x9c\x86\xb2\x00\x35\xab\x4d\x2e\x9f\x81\x7f\x09\xce\x3d\x25\xb1\x73\xb8\xd8\xd3\xcb\x5c\xec\x83\xf2\x83\x90\x89\x29\x63\x05\x76\x80\xfe\x94\xb1\x4e\x42\x59\x16\x47\x2c\xae\x29\xf1\x04\xba\x9a\x75\x6a\x64\x06\xbe\xcb\xe8\xad\x56\x66\x60\x49\x0b\xa7\x56\xe6\x29\x65\xed\x6c\x99\x53\xca\x0a\xf4\xbd\x06\xa4\xac\xc0\xfa\x21\xaa\xa6\xe1\x2d\x53\x16\xdb\xd9\x97\xa6\x2c\x16\x98\x96\x5e\x9c\xb2\xd8\x39\xa7\x97\xd9\xe6\x5a\xfc\x60\x19\x34\x32\x65\xac\x53\xf3\xb1\xc1\x9c\x53\x32\x0a\x94\xfd\x3a\x69\x3e\x06\xc2\x40\xa4\x29\x3d\x05\x8a\xb5\x34\xd7\x94\x9f\x02\xa1\x5d\x62\x6a\x3e\x9e\xda\x8a\x4d\xbc\x9f\xda\x8a\x81\x66\x91\xa4\x29\x8b\x9d\x92\xcc\x0e\xd3\x9f\x92\x4c\xa0\x18\xae\x31\x25\x99\x80\x87\xc6\xae\x29\xc9\x04\xc2\x70\x9f\x29\x8b\x04\xc2\xa0\xbd\x69\x08\x0a\xd0\x4c\x5e\x9c\xf2\x4a\xa0\x19\xb5\x39\x63\x77\xf6\xe5\x87\x74\xcc\x5c\x0d\xa0\x51\x70\x7b\x4d\xb3\xca\x81\xae\x8f\x7f\x6a\x28\x06\x6a\xf8\x4c\x34\x14\x4f\xf9\xa2\x75\x39\xa7\x7c\x11\x68\x14\x9d\x5e\x53\xbe\x08\x84\xc6\x91\x29\x5d\x04\x8a\x46\xb9\x29\x5d\x04\x42\x7b\xcc\xd4\x00\x3c\xb5\xf6\x76\xbe\x28\x53\x6b\x2f\x10\xfb\x01\x4b\x03\x81\xef\x32\xdb\x5c\xdd\xc4\xa9\x68\x2f\x99\xc6\xa1\x4c\x6d\xb6\xdd\x8f\x80\x3c\x10\xe8\xbf\x7d\x99\xfd\x48\xfb\x61\x93\xfd\x38\xec\x87\x53\x6b\xb0\x07\x10\xc6\x3e\x4e\x69\x20\xd0\xf7\x33\x97\x06\xce\xc3\x25\xea\x03\x96\xf3\x01\x61\x8c\xd4\x94\xf2\x01\x61\xb8\xe2\x94\xf2\x01\x9e\x00\xbc\xa6\x94\x0f\x08\x23\xa9\xa6\x94\x0f\xf8\xfe\x9f\xb9\x35\x26\x04\x08\x23\xb5\xa6\x39\x0a\x53\x03\xb3\x49\x92\x53\x1a\x08\x84\x2e\xd6\x29\x0d\x04\x62\x4f\x9a\x34\x10\x08\xad\xf7\x53\x93\xf3\xd4\xbe\x2c\x1b\x9d\xda\x97\x01\x4f\xf8\x5d\x53\xfb\x32\x10\x86\xa1\x4c\x23\x47\x80\x30\x34\x60\x4a\x29\xe7\xe9\x12\x72\xb9\x4b\x16\x01\x4f\x15\x5e\x53\xb2\x38\x09\xed\x58\x92\xd6\xa9\x49\x18\xe8\xd3\x8d\x43\xfe\x38\xb5\xff\x6a\xaa\x9c\xda\x7f\x01\x0f\x44\x5e\x53\xfb\x2f\xf0\x5d\xc6\x82\x31\xb6\x03\x68\x9a\xc4\xa6\xa1\x1d\x40\x33\xf5\x6e\x1a\xda\x31\x65\xa3\xdd\xc7\x22\x1b\x05\xc2\x28\xa9\x29\x1b\x05\x8a\x05\x07\xa6\x96\x63\xa0\x74\x57\xbc\x96\xe3\x79\xb9\xbd\x38\x1f\x12\x54\x20\x34\x07\x4e\x09\x2a\x10\x86\x37\x4d\x09\x2a\x10\x9a\xf9\xa6\x04\x15\xf0\x38\xe2\x35\xb5\x0c\xcf\xdb\xd9\xf0\x11\x48\x50\x81\xaa\x85\x63\xca\x4f\x27\xb1\x1e\x9e\xf8\xbd\xa6\xb1\x1e\x40\x68\xe6\x9b\xc6\x7a\x00\x2d\x1c\x80\x89\xe7\xc0\xf7\x4b\x1e\x9e\xc9\x00\x40\x1f\xbb\x6b\x8e\xf3\xde\xe3\xf4\xa6\x8e\x93\xc3\x4d\x0d\xc6\x9a\xda\x8f\x81\xd8\x4f\x40\xfb\xf1\x94\xed\xf6\xf5\x87\xa8\xf0\x29\x19\x9e\xc6\x82\x38\x81\x92\xe1\x29\xf3\xed\x7e\xaa\x65\xbe\x40\x18\xc2\x37\x65\xbe\x93\xd3\x6b\x76\xa9\xce\xa9\x95\x18\xf0\xc8\xe8\x35\x35\x12\x03\x35\xfc\x20\x6a\x24\x06\xca\xea\x4e\x97\x56\x62\xa0\xef\x31\x6b\x25\x9e\x2f\x85\x45\xdd\x54\x0d\xfc\x00\x62\x93\x1d\x99\x35\x10\x86\x87\x4d\x99\xf5\x34\x3c\xa4\xfb\x70\x0d\x0f\x01\x3c\x30\x7a\x4d\x59\x34\xd0\xb5\x93\x4e\x59\xf4\xb4\x5c\x96\x73\x2a\x8b\x9e\xaf\x4f\x63\xff\xd2\x31\x41\xa3\xcd\x1a\x99\xb2\xe8\xf9\xee\x31\x7d\x03\x08\x69\x34\xd0\xa8\x4f\xbe\xc2\x18\x12\xe0\xbb\x2c\x69\xab\xb6\x11\xe0\xc2\x4b\x18\xc6\x90\x00\x9e\x82\xbd\x42\xfe\x1d\x06\x8c\x68\xf4\x08\xd9\x36\x90\xd6\x32\x09\xd9\x36\x10\xc6\xf1\x84\x6c\x1b\xf0\xc4\xeb\x15\x46\xe6\x03\x51\x76\x2f\x0e\x9b\xd8\x45\xd2\xff\x3a\x6d\xba\xbc\x65\xa5\xed\xb6\x8d\x27\xbc\x87\xc9\x6c\x04\x59\xe6\x6b\x60\x32\x0f\x39\x39\xd0\xcd\x83\x0c\x2d\xe6\x40\x18\xb0\x18\x5a\xcc\x81\xef\x97\xfc\x9b\x26\x73\xa0\x59\x55\x24\x24\xf3\xa1\x15\x5d\x32\x13\xb2\x79\xa0\xad\x7d\x99\xe3\xa4\xce\xb3\x75\x10\xc3\xb8\x92\x90\xf3\x5b\xf8\x33\xe4\xfc\x40\x18\x65\x13\x72\xfe\x30\xfc\xc4\x7a\x95\x61\xf8\x09\x50\x4d\x15\x0f\xc3\x4f\x42\x69\x60\x41\xcc\x28\x7b\xf0\x0f\xff\x66\x13\x4b\x21\x34\xb6\x5b\xd2\x33\x34\xb6\x03\x95\x33\x1d\x3e\x81\x6a\x13\xa7\xae\x60\xf3\x0b\xd5\x02\x10\xda\xd5\x43\x5b\x3b\xf0\xfd\x19\xdd\xb5\x44\x34\x10\xc6\x7a\x84\xe6\xf7\x50\x40\x18\x68\x10\x0a\x08\x20\x8c\x88\x0a\x05\x44\xd4\x3d\x02\x66\x52\xb5\x00\x78\x84\xf9\x0a\xe3\xfc\xc3\x70\x15\x4b\xb8\x85\xe1\x2a\x40\x18\xd6\x14\x86\xab\x04\x55\x9d\x77\x29\xda\x30\x82\x1f\x08\x43\x85\xc2\x08\x96\xd0\x74\x6f\x7a\x74\x68\xba\x07\xa2\x3a\xe1\x2a\x94\x20\xd3\x7c\x59\xc6\x30\xd4\x1e\x80\xa7\xb0\xaf\x50\x5b\x44\x73\x08\xb8\x4e\x43\x23\x3c\x10\xfa\x06\xa2\xed\x21\xbc\xdc\x80\xab\xd4\x16\xd1\xed\x07\x4a\x3a\xb4\xa4\x03\x5d\x23\x6b\x68\x48\x07\xc2\xb0\xba\xd0\x90\x0e\x94\x7f\x7f\xe6\x4c\x76\x97\xcc\xfe\xa5\x5d\xfb\x20\x0c\x30\x09\xb5\x4b\x68\x5c\xd7\xcb\x1d\x8a\x17\xa0\x19\xcc\x1b\x8a\x97\xa0\xae\xd6\xb2\xe0\x46\x68\x49\x07\x3c\xd8\x7c\x85\xb2\x24\xb4\xa4\x1b\x85\x1a\xea\x92\xf0\xa4\x54\x5f\x78\x75\x49\x18\x36\x63\xf5\xb4\xd0\x94\x0e\x54\x1d\x73\xa1\x25\x3d\x0c\x9b\xb1\x1c\x59\x68\x4a\x07\x3c\xa0\x7c\x85\x8a\x26\x28\xb6\xb5\x2c\x34\x16\x2a\x0e\xc0\x73\xe4\x57\x18\x10\x13\x46\xbf\x58\x61\x2b\x54\x1c\x40\x54\x0c\x21\xa1\xd9\x1c\xf0\x38\xf5\x15\x9a\xcd\x81\xd0\x3d\x10\x06\xbf\x00\x9f\x78\xa6\xc9\x01\x28\x2e\xac\x02\x15\x8a\x0b\x20\x74\x83\x84\xe2\x02\x28\xcb\x62\x4e\x61\x70\x0a\x10\x3a\x55\x42\xbd\x11\xda\xc3\xad\xab\x14\xda\xc3\x81\xc2\xb9\x02\x2b\xb4\x87\x03\x65\x8d\xdd\x66\xdf\xb0\x91\xef\x7d\x58\x13\x39\xf0\x5d\x46\x47\xb4\x91\x03\xcb\x3a\x9d\xa1\x7a\x89\x70\x85\x43\x30\x42\xad\x02\x44\x2d\x7f\x28\x8e\x12\x4a\x19\x20\xf4\xc3\x84\x52\x26\x82\x79\x70\x8f\x50\xb7\x84\xb1\x2b\x96\x23\x0a\x25\x09\x10\x86\xe8\x86\x92\x04\x08\x3d\x16\xa1\xd5\x1c\xc8\xc9\xc7\x33\xb4\x9a\x03\x1e\x17\xbf\x42\xab\x79\xac\x3d\x64\x26\x50\x13\x39\x10\x3a\x53\x42\x13\x79\xac\x3d\x64\xe6\x5e\x7d\x03\x84\xfe\xa6\x50\xdf\x00\x65\x59\xe3\x37\x14\x38\x40\xd3\xa0\x1f\x0a\x9c\x50\xe0\x58\xd0\x37\x14\x38\x40\xe8\x22\x0a\x05\x4e\x18\xbb\x62\x04\x5e\x18\xbb\x02\x84\x1e\x9c\x30\x76\x25\xd2\x15\xe5\x47\x2a\xf7\x1d\x9e\xff\xfd\xdf\xb2\xda\x40\x68\xd4\x06\xea\x72\xd6\x34\x6a\x87\x85\x8b\x87\x9f\x54\x83\x52\x80\x65\xa1\xa1\x50\xf3\x84\xd6\xea\xe1\xc7\x52\xe9\x02\x78\xb4\xff\x0a\xa5\x4b\x50\x7f\x78\x19\xf4\x1a\x0a\x15\x20\x74\xd4\x87\x3a\x05\x88\xbd\x55\xa9\x53\x80\x30\xa4\x23\x34\x60\x87\xd2\x65\xfa\x79\x53\xba\x00\xa1\xfd\x37\x94\x2e\x41\x9e\xf4\xbf\xe5\x69\x20\x0c\xe0\x31\xfb\x2b\xd4\x29\xc0\x77\x19\xfd\x50\xa8\x00\x61\x98\x47\x28\x54\x42\x55\x32\xfd\xd4\xa8\x4a\x80\xba\x97\x91\xaa\x04\x48\xab\x2f\x84\x41\x2f\x40\xd9\x9e\xaf\x30\xea\x05\xf0\xd0\xfe\x15\x46\xbd\x84\x7a\xc6\xd2\xa6\xa1\x9e\x01\x3c\x7a\x7f\x85\x7a\x26\xd4\x33\x56\x28\x0d\xf5\x0c\xb0\x2c\xd2\x10\xea\x99\x50\xcf\x18\x8f\x1b\xea\x19\x20\x0c\x9e\x0a\xf5\x4c\x18\xaa\x6e\xd1\xd2\x50\xd0\x00\x69\x21\xb7\x50\xcf\x00\xc5\xe3\x5f\x56\x28\x68\x80\x30\x52\x2a\x14\x34\x40\x18\x05\x14\x0a\x9a\x50\xd0\x58\xdb\x34\x14\x34\x40\x5a\x58\x2c\x14\x34\x41\xc2\xf3\x32\x81\x3d\x94\x2f\x40\xe8\xce\x0b\xe5\x0b\x10\x46\x89\x85\x16\x77\x20\x8c\x27\x09\x05\x4d\xa8\x41\x2c\x3e\x1a\x6a\x10\x20\xf4\xe6\x85\x1a\x24\x4c\x2b\x9e\xbe\xcb\xaa\x0b\x20\x0c\xa0\x08\xa3\x53\xc2\xe8\x94\xe9\xfe\x61\x74\x0a\x90\xd6\x72\x0f\x45\x46\x18\x9d\x32\xf1\xa9\x86\x2a\x03\x88\xba\x9b\x7c\x06\x8f\x33\xe9\x12\x57\x65\x00\xa1\xf7\x2f\xb4\xaf\x87\x11\x2b\x56\x1a\x0d\x23\x56\x80\x5d\xa5\x26\xd4\x22\x61\xc4\xca\x74\x1d\x29\x46\x80\xd8\x7b\x8a\x62\x04\x48\x63\x8a\x43\x2d\x12\x6f\xf1\x97\xfc\x9b\x51\xe8\x40\x2c\x57\x96\x62\x24\x34\xe0\x6b\x72\x0c\x0d\xf8\x40\x72\xf0\xee\x0a\x0d\xf8\xa1\x01\xdf\xb2\xa2\xa1\xf4\x00\xda\xfe\xd4\x28\x3d\x80\xef\x32\x66\x5c\xed\x01\x2c\x0b\xcf\x85\x16\xfc\x50\x8e\x4c\xac\x09\xa1\x1c\x01\xc2\x08\x87\x50\x8e\x84\x72\xc4\x12\x61\x4b\x39\xb2\x0c\x56\xb7\xe2\xee\x52\x68\x00\x9d\x03\x73\xd7\x52\x68\x00\x65\x4d\x2c\x4b\x4b\x4b\x3f\xb0\x82\x19\x5f\x6a\x8f\xb5\xb5\xc7\xa4\x29\x6c\xf2\xf9\x61\xb9\x5a\xca\x0a\x20\xea\xee\xc7\x69\x93\x7d\x43\xf0\x2c\xc3\xc9\x81\xb4\x8e\xe2\xd2\xd2\x0f\xe4\x4c\xaf\xaa\x36\x39\x02\xe6\x6d\x29\x2b\x80\x30\xbc\x68\x29\x2b\x96\xb2\x82\x43\xbe\xd7\x52\x56\x00\x4d\xaf\xe9\x52\x56\x00\x61\xac\xc8\x52\x55\xac\xe2\x43\xe0\x0b\xbd\x14\x07\x40\xe8\xd2\x58\x6a\x83\x55\xdc\x64\xe3\x0f\x59\x5d\x4b\x51\x00\x2c\x8d\x34\xcb\xa0\x9c\xa5\x4e\xb0\xf0\xe7\x52\x27\x00\xa1\x47\x79\xa9\x13\x80\x62\xb5\xa5\xa5\x4e\x00\xd2\xe2\x94\x4b\x9d\xb0\xa4\xec\x96\x07\x5d\x52\x76\x20\xac\xa2\xb1\xa4\xec\xc0\xb4\x62\xd2\x32\x0d\x77\x35\x97\xb1\x73\x6f\x84\x39\xb0\x0b\x82\x2d\x19\xfb\x6a\x2e\x63\x76\xef\xa5\x07\x01\x08\x1d\xdb\x4b\x07\xc2\x92\xc5\x5b\xc3\x72\xc9\xe2\x81\xd5\x8a\x97\x39\x83\x8d\x8f\x99\x6b\x4c\x0f\xc1\x6a\x2e\x0b\x44\xe9\x92\xb2\x03\xdd\x38\xf4\x65\x70\xcd\xa2\x84\xd4\xe2\x4c\xe1\xb5\x0c\x9b\x59\x96\x90\x62\x17\x5a\x96\x90\x02\x9a\xe9\x3d\xcb\x40\x1a\x60\x2d\x57\x8a\xf4\x7f\x41\xec\x97\x35\x32\x97\xcc\x1e\xc8\xe5\x12\x30\x44\x66\x49\xf6\xad\x61\xb9\x24\xfb\x40\x33\x87\x66\x49\xf6\x81\x6e\x6d\x90\x25\xd7\x5f\x12\xfb\xe0\x03\xba\x24\xf6\xc0\x16\x9b\x4b\x62\x0f\xb4\xe5\xd0\xe5\xf5\x4b\x12\x6f\x55\xe4\x25\x89\x07\xaa\x3c\x6f\x49\xe2\x97\x24\xde\xaa\xaa\x4b\x12\x0f\x74\x0e\xa8\x5d\x4b\x12\x0f\x7c\x97\xf1\xe0\xf5\x4b\x00\x8b\xc3\x2a\xd7\xd2\x2d\x01\x7c\x97\x31\x50\xfd\x12\x40\xac\x7d\x03\x47\x65\x40\x7c\xc0\xa8\x97\xfc\x1f\x28\xe9\x16\xa1\x0f\x02\x18\x56\x37\x5f\x2a\x02\xa0\x6b\xa6\x5d\x2a\x02\x20\x8c\xaa\x5c\x2a\x02\xa0\xe8\xf1\x59\x2a\x82\x65\x6c\x8d\xce\xdd\xa5\xa7\x02\x28\x56\x15\x59\xc6\xd6\x00\x61\x84\xd6\x32\xb6\x66\xe9\xcf\xe0\x94\xc8\xb5\xf4\x67\x00\x4d\xdf\xee\xd2\x9f\x01\x94\xbd\x51\xe9\xcf\x58\x4a\x0e\x6d\x78\x6b\xee\xa1\x3f\x6c\x98\xde\xd3\x57\x5b\xc9\x11\xa8\x95\xa5\xe4\x00\x9a\x41\x7e\x4b\xc9\xb1\x8c\xd4\xb1\x42\xd1\xd2\xc7\x01\xc4\xcf\x97\xd6\x48\x9d\x65\x08\x8e\x19\xfb\x4b\x7d\x01\x74\x8f\x5a\x59\xca\x8b\xa5\x77\xc4\x84\xbe\xa5\xbe\x00\x96\x75\x86\x96\xde\x91\x15\x3e\xd0\xe6\x4f\x1d\xd6\x07\x61\x5c\xc5\xd2\xf1\x01\x84\x3e\xcf\xa5\x80\x00\xc2\xb8\xff\xa5\xe3\x03\xf8\xfe\x8c\x81\xea\xf9\x00\x7a\x43\x1a\x2c\x65\x06\x10\xa6\x02\x2c\x65\xc6\x32\x3a\xc7\x73\x43\x96\x3a\x03\x48\xb7\x18\x65\x06\x10\xcd\xcd\x4f\x99\xb1\x94\x19\xe1\xab\xad\xcc\x00\xc2\xda\xa8\x4b\x99\xb1\x94\x19\xd1\x6d\xf3\x19\x13\x76\xa3\x53\x6c\x29\x33\x96\x32\x43\x92\xbe\x94\x19\x40\x35\x63\x73\x29\x33\x56\xfa\xa4\x60\xc2\xcb\x78\x1a\xa0\x49\xe5\x97\xca\x63\xe1\x33\x59\x96\xfe\x5c\x3a\x4d\x80\xae\x0b\x78\xa9\x3c\x96\x7e\x94\x80\x5e\x2d\xfd\x28\x40\x0b\x44\xcb\xd2\x8f\xb2\xd4\x14\x16\x04\x5e\x6a\x0a\x20\xcc\x96\x58\x6a\x8a\x65\x3c\x4d\x38\x7a\x1d\x29\x40\xb7\x38\xfd\xd2\x91\xb2\xd4\x14\xe1\x06\xab\xa6\x00\xca\x6f\xff\xd2\x7e\x1c\x4e\x08\x32\x78\x1d\xbb\x23\x94\xfa\xdd\x4d\x4e\xc8\xe9\x83\xc7\x01\xb0\xf4\x74\x00\x65\x7f\x9e\xf5\x74\x2c\x63\x60\xf6\x67\x43\x87\x05\x10\x66\x5a\x2c\x63\x60\x96\xc1\xef\x46\xba\x2f\x75\x00\x10\x66\x5a\x2c\x65\xc0\x32\xe0\xc5\x08\xd8\x25\xc1\x07\x8a\xae\xb1\x65\xc0\x0b\x50\x35\xa0\x2f\x0b\xde\x2e\xd2\x53\x97\xb6\xbb\x25\xe7\x07\xfa\xc7\xe5\xff\xfb\x8b\xad\x22\x00\xc2\x1c\x94\xa5\x22\x58\xba\x33\x62\xdf\xcc\xa5\x87\x3b\xc3\x02\x7b\x4b\xf6\x0f\xa4\x65\x85\x97\xec\x7f\x49\xf5\x63\x5f\xe6\xac\xe2\xbb\xd0\x46\xba\xa4\xfa\xc0\xd2\x16\xb7\xf4\x5d\xac\xdb\x75\x01\x41\x5d\x52\x7d\xa0\x5b\xd2\x66\x49\xf5\x97\xce\x8b\xf0\x2b\x2e\xd7\x07\xba\xe6\xc4\xa5\xf3\x02\xe8\x96\x37\x5e\x06\xd7\x2c\xfd\x19\xba\x20\x97\xfe\x0c\x20\x0c\x6e\x58\xfa\x33\x80\xa6\x71\x6b\xe9\xcf\x58\x86\xe5\x58\x03\x69\x29\x1c\x80\x5d\x98\x74\x19\x96\x03\x2c\x2b\xeb\x2c\xdd\x19\xcb\x78\x78\x4b\x32\x2e\xfd\x19\x40\x78\x94\xd6\x52\x71\xac\x67\x8f\x9d\xf7\xc4\xe4\x55\x20\xac\xcd\xb7\x54\x1c\x40\x58\x4f\x6f\xa9\x38\x80\xaa\x27\x7a\x29\x38\x80\xb0\xb4\xdc\x52\x70\xac\x87\xa1\x2f\xbf\xd8\x16\x29\x02\xc2\x78\xe7\xa5\xf3\x63\xe9\xaf\xe0\x8c\xd2\xb5\xd4\x08\x40\x98\xb9\xb3\xf4\x57\x00\xf1\xf3\x09\xa8\x1a\x80\xb2\xac\xef\xb8\x94\x0d\xcb\x53\xf9\xdd\xd1\xf4\x61\x00\x35\xfd\x04\xea\xc3\x58\xfa\x30\x96\x2c\x41\x1f\x06\x50\x37\xb5\x52\x48\x00\x65\xf3\x77\x85\xc4\x32\xb8\xde\x14\xeb\xa5\x6a\x00\xc2\x1a\x81\xcb\xe0\x7a\x20\xd7\x6e\xf2\xa9\xbc\x2e\x48\xff\xcc\x87\xa2\x8e\xf0\xeb\x9f\xea\x88\xd4\x87\xa1\x16\x4a\x7d\x18\xa9\xb6\x68\x5e\xd6\x6c\x9a\x5e\x96\xb4\x85\x6d\xf1\xdd\xb4\x7b\xd9\xb2\x89\x11\xe8\xfc\x4b\x45\x43\xea\x8b\xf8\xd9\x74\xda\x64\x47\xf8\x16\xa7\xa2\x01\x28\xc9\xb7\x2d\x15\x0d\xa9\x2f\x62\x61\xeb\x48\x55\x03\x50\xcc\x6e\x4a\x45\x43\xea\x8b\xe0\xb9\xa7\xa2\x21\xcb\xf2\x97\xb6\xa5\x6d\xb8\x49\x7e\xfe\x99\x5d\xc3\x7b\x60\xd6\x46\x2a\x10\x80\xb0\x3c\x5b\x2a\x10\x52\x6a\xbf\xe7\x43\x6a\x0f\x84\x19\x5b\x29\xb5\x4f\x8d\xfb\x0b\xc1\x9b\x1a\xf7\x81\x66\xf0\x6e\x6a\xdc\xcf\xea\x14\xf1\x61\x4f\x2d\xf9\x40\x33\xbc\x20\x8d\xad\x07\xc2\xba\x6b\x59\x77\x3f\x9c\x35\x8c\x24\x69\xc5\x1e\x60\x48\xd4\x52\xa1\x00\x94\x65\xb9\xba\x54\x29\x00\x3b\xdf\x23\x55\x0a\x40\x4e\xbe\xcf\xa9\xb9\x1f\x08\xb3\xc4\x52\x73\x7f\xaa\x27\x2c\x6a\x97\xea\x09\x20\xcc\x12\x4b\xf5\x44\x1a\xa4\x64\x05\xbb\xd4\x05\x00\xa4\xfa\x31\x95\x18\xa9\x9e\x90\xb5\xa7\x7a\x02\x58\x56\x90\x49\xf5\x44\x1a\x86\xbf\xa0\x6f\xa9\x52\x00\xc2\x9c\xb3\x34\x0c\x3f\x15\x0f\x16\x72\x4b\xc5\x03\xd0\xb2\xda\xe4\x10\xf4\x14\x78\x98\x69\x2a\x15\x80\x54\x15\xa7\x9e\x82\xf4\x38\x79\x4b\xa8\xa5\xb6\x77\x20\xa4\xa9\x29\x6b\x4f\x49\xb5\x55\xbe\x52\x52\x0d\xe4\x9c\x36\x3d\x36\xc1\xc1\x20\x79\x69\xac\x0f\x50\xb5\x19\xa5\x96\x77\x20\xd5\xf0\x29\xf3\x4e\xa3\xd3\x17\x5f\xa5\x94\x54\x03\xe9\xe1\x23\x29\xa9\x4e\x93\x4c\x4d\xdb\x4c\x59\x35\x10\x16\x38\x4c\xed\xec\x39\x5d\x6c\x7c\x96\x52\x0a\x0d\xac\xb1\xfc\x37\x9f\xc1\x74\x97\x49\xdb\x7c\x08\x1f\xa4\xe5\x44\x53\x0a\x9d\xa6\x8f\x5a\xcc\x2a\xe5\xcb\x40\x58\xb2\x2e\xa5\xcb\x29\x37\xe6\x64\xfe\x95\x72\x63\x60\xfd\xe9\x8b\x9d\x52\xe7\xd4\xbe\xbe\xd8\x20\x53\xfb\x7a\x1a\x0b\x84\xfe\x4a\x0d\xe8\x19\xf4\xc9\xca\x56\x29\xdb\x05\xda\xde\x98\x64\xbb\x29\xdb\xb5\xa4\x54\xca\x76\xd3\x38\x1f\xdf\x1d\xd9\x2e\x50\x96\xc5\xa2\x52\xba\x0b\x84\xb5\xbf\x52\xb6\x9b\x6b\x78\x19\xeb\x47\x72\x0b\x94\xd8\x37\x70\xf6\x25\xb2\x09\x77\x48\x89\x2c\xb0\x93\x55\x53\x22\x9b\xc6\x8a\xa7\x5b\xb0\xb1\xe2\x40\xa4\x97\x19\x2b\x9e\xda\xcb\x2d\xe3\x93\xb2\x56\x60\x07\xa7\xa6\xf6\xf2\x94\xc8\xa6\x5b\xb0\x44\x16\xd8\xae\xdf\x94\xc8\x02\xe5\xdf\x7b\xa7\x0d\x1d\xc8\xee\x0e\x69\xfa\x67\x9a\xc4\x69\x95\xfc\x34\x89\x13\x48\x4b\xdd\xa7\xdc\x36\x8d\xf8\x4e\x2c\x8c\x69\xc4\x37\x90\xdd\xdd\xc4\xe8\x9f\x3c\xd2\xcb\x78\xa6\x06\xf6\x00\xab\x3b\x2a\xb9\x6d\x1a\xd8\x63\xf1\xa0\x94\xdc\x02\x69\x74\x5e\xca\x6d\x53\xeb\xb8\x07\x60\xa4\xd6\x71\x20\x8d\xce\x4b\xad\xe3\x69\xe6\x68\xfa\xe2\x49\x6e\x81\x34\x3a\x2f\x35\x98\xa7\x7c\x37\x5d\x35\xf2\x5d\x20\x55\x1d\x29\xdf\x4d\xad\xe3\x46\xad\xa5\xd6\x71\x60\xa7\x0d\xa6\xd6\xf1\xd4\x14\x9e\x6e\xc2\x72\x60\x60\x19\xdc\x90\x9a\xc2\xd3\x04\x50\x73\x2a\xd3\x04\x50\x20\x8d\x48\x4b\xad\xe3\x40\x58\x1b\x35\x25\xcf\x40\x35\x06\x2e\x25\xcf\x40\xd9\x1f\x16\xc9\x73\x6a\x43\x4f\x37\x5c\x6d\xe8\x29\xa1\xde\x4d\xee\x26\x17\x75\x02\x91\x87\x29\x61\x06\x5a\xf7\x81\x4a\x98\x81\xd9\xf7\x2d\x9d\x8d\x0f\x6a\x0f\xff\xcb\x15\x43\x7c\xba\xc7\xe9\xa4\x14\x3a\x39\x2b\xc2\x23\x90\xd2\xf0\xf4\x94\x42\x27\x66\xce\x94\x42\xe7\x47\x8e\xa7\x85\x7a\x52\x6e\x0c\x54\x49\x6f\xca\x8d\xd3\x5c\xce\xf4\xe3\x20\xeb\x05\xf6\x71\xcf\x69\x2e\x67\xde\x3e\x27\x37\x65\x29\x2e\xb0\x8f\x7b\x4e\xad\xe5\x29\xeb\xb5\xba\x51\xca\x7a\x81\xf0\x34\xc4\x94\xf5\xa6\x51\x3c\x56\x37\xca\x7b\x77\xf7\xe1\x32\xbb\xeb\xa3\xd3\x82\xee\x49\x87\x29\x9f\x05\xaa\x4e\xd8\x94\xcf\xa6\x16\x74\x4f\xd7\x4b\x09\x2d\x10\x46\x06\xa4\x84\x16\x28\xcd\x37\xc3\xfc\xce\x7c\xdc\x51\xc2\x36\x87\xf0\xc1\x3e\x9d\x3a\x35\xa0\xa7\x25\x5b\x2c\x06\x94\xcf\xee\xdb\xcb\x65\xf4\x43\xda\x9b\x12\x5a\x6d\x8a\x29\xa1\x05\xa6\xa7\x43\xa6\x84\x16\x48\xe5\x7e\x4a\x68\x53\x6b\xb9\x55\x7e\x52\x6b\x39\x90\x8a\xfb\xd4\x5a\x9e\xf2\xde\xbd\x70\xe5\xbd\x40\xac\xea\x65\x2e\x19\x79\xa9\xc5\x80\x0e\x79\x29\xd0\xe5\xdf\x87\xe1\x36\xc0\x4a\x66\xf2\x90\xa9\x02\xb1\x96\x57\x35\x9b\x1a\xa7\xe2\x24\x4d\xdd\x26\x5f\xed\x65\x5b\xd8\x16\x9f\xea\x9a\xde\x72\xd9\xb4\xc8\xf6\x19\x34\xa5\x4d\xae\xa2\xf4\xb2\xc3\x36\xd2\xbb\xf6\x3d\x4f\x9b\x5c\x45\xbb\xb7\x97\x6d\x17\xbd\xf5\x9e\xb7\x4d\xae\x22\xbe\x9f\x87\xf1\x36\xc0\x76\x84\x1f\x16\x68\x39\x64\xc7\x5a\x23\x0f\xd9\x31\xb0\x92\x59\x3b\x64\xc7\x87\xf6\xf3\xe4\x33\x7b\x48\x85\x81\xe5\x11\x4f\x87\x54\xf8\xd0\x7e\x6e\xe1\x9f\x43\xfb\x39\xb0\xac\xbd\x77\x68\x3f\x07\x56\xdb\xf7\x74\x8a\x2c\xf7\x92\xf9\x87\x7c\xec\xc3\xa8\x1d\x60\x99\x91\x7f\x48\xbb\x8f\xe2\x91\x0c\x3f\x6f\xe6\x7c\x41\xb2\xfd\x66\x1f\x92\x6c\xe0\xbb\xcc\xae\x3b\x5f\x85\x0c\xb9\xf4\x97\x4e\x17\xc6\xfa\xf4\xa8\xc4\x43\x6b\x3c\xb0\x3c\x25\xf4\xd0\x1a\x7f\x60\x66\xcf\x1f\x1f\x9f\x43\x3b\x3b\xb0\x2c\xfa\x78\x68\x67\x07\xbe\xcb\x6c\x73\x6e\xaa\x73\xc3\x0d\xa4\xec\x07\x94\x7d\x27\x78\x1d\x52\x76\x20\x24\x9a\x87\x94\xfd\xa8\x0e\xa1\xd8\xe6\x10\x08\xe8\xef\x98\x30\x0f\x43\x74\x0e\x8c\xfb\xbb\x98\xee\x21\x67\x07\xd6\x64\x43\x38\xa4\xec\x07\xf1\x38\x69\x4d\xa1\x43\x82\x0e\xec\x68\x99\x43\x82\x0e\x94\x9d\x42\x79\x48\xd0\x81\x8f\xba\xd3\xe4\xb3\x6c\x0e\x81\xcd\xe4\xd0\xba\x0f\xac\xd5\xec\x87\x43\x20\x1e\x67\xe7\x2a\x1d\x6d\xf7\xd7\x7d\x8e\xc1\x1b\x8f\x73\x74\x87\x00\x2b\x38\x24\xe8\xc0\x66\x00\x87\x04\xfd\xe8\xf6\xcd\x27\xa3\xdd\x1e\xf8\x24\x04\x4d\xf6\x8d\x04\xd8\x5d\xb1\xe2\x90\x8d\x03\x53\x0b\xcb\x61\xdc\xce\xd1\xed\x9b\x4f\x46\x8b\x3c\xb0\x72\xff\x72\xf7\xed\xf5\x32\x7e\x6a\xee\x00\xb0\x85\xfb\x61\xee\x00\x50\x76\x26\xee\x61\xf2\x00\xb0\x72\x37\xb9\x68\x86\x4f\xa1\xfb\x53\x9f\xc2\x07\xcb\x5a\x43\x87\xf6\x7d\x60\x35\xf6\xb9\x43\xed\x70\x0c\x47\xd5\x6d\x73\x54\x1f\x6c\xfa\x73\x68\xde\x3f\x86\xaf\x07\xe6\xc9\x43\x5b\x3e\xb0\xd9\xf8\xa1\x2d\xff\x18\x0e\x1e\xb2\x7a\xa8\x31\x80\x5d\x10\xff\x50\x63\x1c\xd3\x07\xe3\x22\x57\x51\x00\x9b\xb0\x1c\xda\xf2\x81\xed\xab\x3a\xb4\xe5\x03\xdb\xec\x7d\x28\x3b\x8e\xe9\xe3\x73\x2b\x55\x63\x1c\x16\xb2\xf1\xf5\x53\x63\x1c\x18\xee\x53\xbf\xce\xa1\xe5\x1e\xd8\x31\x9b\x87\xb2\x03\xf8\x2e\xf3\xa7\x0e\xf4\x83\x7d\x82\xcb\xa1\xec\x00\x36\x0b\x3b\x94\x1d\xc0\xae\xb3\x76\x68\xb8\x07\x3e\x15\x47\xd3\x1e\xba\xcf\x1d\x2a\x75\xa8\x44\x80\x4f\x27\xd2\xe4\x6c\x78\x28\x05\x5f\xcb\x43\x6d\x02\x84\x54\xed\x50\x7c\x00\xcb\xd3\x29\x0f\x03\x8a\x0e\x03\x8a\xf6\xe7\xc1\x88\x22\x60\xa9\xbe\x0f\x03\x8a\x8e\xd8\xb3\xe1\x0d\x9c\x8d\x0f\x7a\xf7\x7d\xd4\x94\x7f\xc4\xe9\x65\xcc\xad\x52\x06\xd8\x3c\xf5\xd0\xba\x7f\x84\xdb\x1d\x42\xf5\x50\xdd\x00\x9b\xf5\x1e\xaa\x9b\x63\xb9\x4a\x61\x31\x87\x1a\x05\xd8\x1c\xfa\xd0\x24\x0f\x6c\xbd\x7c\xa8\x5a\x80\x4f\x70\xd3\xe4\xf3\x5c\x66\x91\x78\x95\xeb\x76\x39\x28\xcc\xc8\x87\x56\x7a\xa0\x37\x77\x0a\xd3\x1f\x80\x36\x9b\xb7\xf4\x09\x2f\xf7\x44\x4c\x88\x87\x46\x7a\x60\x59\x23\xe0\xd0\x48\x7f\xa4\xeb\x16\x5e\x73\x98\x07\x7b\x24\x6f\xa3\xeb\x45\xb9\x03\x34\x93\x48\x0e\xe5\x0e\xf0\xfd\xd2\xcb\x1c\x67\x92\xdd\xe3\x93\x52\x01\x1d\xe9\xdb\x08\x23\x3a\x94\x3b\xc0\x0a\xf8\xec\xa1\xdc\x01\xbe\xcb\xe8\x9b\xe5\x6e\x80\xe5\x99\x1f\x87\x49\xb5\x47\xfa\x36\x42\x9c\x8e\xdc\x43\x78\x38\x38\xca\x9b\xfa\xa4\xd2\x25\x09\x4b\x3a\x8c\x36\x02\xf6\x19\x31\x87\x7a\x0a\x58\xd6\xf0\x3f\xd4\x53\xc0\xf7\x4b\x6e\xaa\xb3\x00\x58\x1e\x72\x7c\xe8\x2b\x00\xd6\xdc\xbf\x74\xec\x07\x4b\x72\xfc\x21\x27\xfb\x50\xa7\x01\x3b\x52\xf3\x50\xa7\x01\xdf\xed\xbd\x97\xb3\x75\xf0\x69\x77\xab\x35\xd6\xe9\x38\x5c\xc4\x52\x21\x75\x1a\xb0\x63\x52\x0f\x75\xda\x71\xec\x69\x60\x52\x15\x65\xc0\x92\x8d\x1e\xfa\x20\x0e\x0f\x80\xd0\x18\x7c\xa8\xd3\x80\x5d\xce\xe4\x50\xa7\x1d\xa7\xbb\x92\xac\xc0\x90\x25\x60\x59\xf0\xf4\x50\xba\x1d\xa7\x4b\xd6\x4d\xd4\xdc\x5c\x60\x17\x2b\x3e\x94\x6e\xc7\xe9\x10\xe4\x3d\xba\x2f\x80\xed\xb3\x3b\x94\x6e\xc7\xe9\x7b\x98\xf6\xd7\xa7\x7b\x62\xf9\xc0\xce\x7b\xa8\xd3\x8e\xcb\x21\x60\x16\x3c\x54\x65\xc0\xd6\x21\x87\xaa\x0c\x28\xa9\xc5\xf2\x50\x95\x1d\x46\x36\xb9\x15\xaa\xca\x0e\x2a\x6e\xa6\xb6\xc8\x43\x0d\x06\x2c\x0f\xec\x3c\xd4\x60\xc0\x77\x99\x3f\x75\xa4\x9c\xeb\xa7\x46\x3a\x14\x61\xc0\x77\x19\x23\xd5\x91\x01\xec\x14\xa6\xc3\x30\x26\xe0\xbb\xcc\x36\x47\x4f\x2e\xb1\x15\x79\x0f\xb5\x1a\xf0\x5d\xe6\x1d\x9c\x10\xfc\x1d\x6a\xcd\x43\x7f\x07\xf0\x5d\xc6\x4f\x8d\x76\x02\xb6\xf2\x3b\x94\x79\xc0\x32\x8e\xee\x50\xe6\x1d\xc8\xbc\xd4\xd6\x73\x28\xf3\x80\x65\xae\xe5\xa1\xcc\x03\x96\x45\x72\x0f\xdd\x1d\xc7\xed\x40\x7d\x51\x94\x79\xc0\x32\x4a\xf7\x50\xe5\x01\xbb\xa8\xff\xa1\xca\x03\xbe\x5f\x3a\x02\x07\x7a\xf3\xa5\x09\xff\xcc\x71\x7a\x36\xba\xc7\xa5\x1c\x3a\x32\x80\xb5\x55\x87\xc2\x0f\xf8\x2e\xb3\xcd\xa7\xfc\xb0\x29\x4f\x7f\xe9\x53\x7e\x1c\xa8\xcc\x4c\xe5\x07\x6c\x95\x77\xa8\xfc\x80\xa5\xb9\xf6\xd0\xb9\x71\x3c\x0e\x14\xc7\xf7\xa1\x18\x04\xb6\x9c\x3d\x14\x83\xc0\x77\x19\xeb\xc3\x70\x2a\x60\x79\x3c\xfd\x61\x34\x15\xb0\x74\xe1\x1e\x4a\xc6\xe3\xf5\xe9\xf9\xc2\xe8\x17\x01\x96\x05\xef\x0e\xfd\x22\xc0\x77\x19\xff\xa6\x8c\x04\xb6\xc2\x3d\x94\x91\xc7\xbb\x07\xca\x43\x50\x33\x02\xcb\x12\xc4\x87\x9a\x11\x88\xfd\x45\x52\x32\x02\xcb\x33\x42\x0e\x25\x23\x50\xd2\xe3\x39\x0e\x7d\x25\xc0\x0e\x39\x39\x8c\xb9\x02\xbe\xcb\xfc\xa9\xf3\xf1\xf2\x99\xf5\x8b\xa4\xfb\x04\xf8\x2e\xb3\x1f\xce\xc7\x4b\xf0\x28\x8a\xff\x78\xf7\x7c\xbc\x5e\xf6\xcd\xee\xa9\x4e\x05\x76\x42\xf7\xa9\x4e\x3d\xd5\xa9\x7c\x09\x4e\x75\x2a\xb0\xac\x73\x78\xaa\x53\x81\xef\xcf\xfc\x65\xb7\x0d\x7e\xcf\x40\x4f\x83\xb5\x80\x65\x35\x88\xd3\x60\x2d\xe0\xfb\xa5\x37\x08\xdb\x02\x3f\xc0\xa2\x69\xd9\xb4\xa7\xc8\x9f\x1e\xb6\x51\xd0\xa2\x3a\x80\xd3\xa6\x3d\x76\x7f\xfa\xd8\xc6\xd8\x11\x37\xa7\xa2\x14\x28\x69\x09\xaf\x53\x51\x7a\x2a\x4a\xf9\x0a\x9e\x8a\xd2\xb3\x38\x2a\xd8\xc9\xa9\x02\x05\xb6\xed\xe4\x54\x80\x02\xdf\x65\x0c\x41\x05\x0a\x2c\xd3\x80\x4f\x15\x28\xb0\x4f\x0f\x3d\x55\x98\xc0\xf7\x4b\x46\xa5\xc4\x04\x76\xe6\xee\xa9\x67\x07\x58\x56\x88\x38\x15\x9d\xc0\x2e\xb2\x77\x2a\x3a\x4f\x45\xa7\x9a\xf0\x54\x74\x9e\x8a\xce\xe9\x00\x9c\x8e\xea\x7b\xe0\xec\xea\x00\x02\x96\x27\xdc\x9e\x3a\x80\xce\xea\xa0\x60\x0a\xa7\xd2\x11\x08\x3f\x87\xa7\x19\xe3\xc0\x77\x19\x03\x35\x65\x1c\x58\x19\x7f\xc8\xca\x3e\xcd\x07\x39\x3d\xe9\xd0\x4f\xe3\xa9\x00\x05\x96\x9e\xc7\x53\x9f\x11\xb0\xcb\x12\x9c\x4a\x52\x60\x59\xc7\xf9\x54\x92\x9e\xcd\x37\x98\xfd\xf1\xd4\x3f\x04\x2c\xeb\xe7\x9f\xca\xcf\xb3\x39\xf7\xec\x2e\xa7\x2e\x1d\x60\x79\x2c\xc8\xa9\xae\x3c\x15\x91\xa6\xa9\x9e\x6d\xdf\x81\x15\x55\xbc\xcc\x15\xd5\xfd\x37\xb6\xd6\x53\x8d\x07\xac\xc5\xcb\x7f\x1a\xc1\x75\x2a\xfb\xcc\x1c\x3b\x95\x7d\xa7\xb2\x6f\x37\xed\x7f\x23\x93\x1a\xaa\x7f\xaa\xfa\xce\xe1\xf3\x80\x77\x9c\xaa\x32\x60\xdb\xad\x4e\x3d\x3a\xa7\x42\xcd\xec\xc1\x53\xa1\x06\xac\x9e\xfe\xd2\xae\x0d\x3e\xa9\x30\xb2\xd3\x38\x2c\x60\x79\x58\xfa\xa9\x74\x03\xbe\x3f\xb3\x1f\x3e\x03\xd2\xc3\xad\xcd\x79\xea\x31\x3a\x95\x56\x66\x76\x9d\x4a\x2b\xa0\x5a\x41\xea\x54\x5a\x9d\x6a\x26\x93\x83\x4e\x35\x13\xb0\x72\xf9\x4b\x6f\xf0\x41\x53\xd3\x9c\x73\xdf\xe0\xf1\x97\xac\x6c\x15\x12\xb0\x8c\x53\x39\x15\x48\xc0\x8e\x62\x3a\x15\x48\x27\xc9\x14\x69\x6e\xd0\xa9\xf6\x01\x76\xce\xfb\xa9\xf4\x39\x89\x6c\x4a\xd3\x68\x4e\x23\x9b\x4e\xeb\x75\xfa\x4e\x18\xd9\x74\x12\xb2\x94\x26\x46\x9d\x8a\x1a\x60\xc7\x9f\x9c\x86\x2c\x9d\xb1\x6b\x7a\x73\x53\x45\x0d\xb0\x4f\x6b\x39\xf5\xd8\x9c\xe4\x5c\xa7\x39\x22\xa7\xa2\x03\xd8\x47\xe5\x9e\x8a\x8e\x93\x7a\x9a\x69\x8c\xfc\xa9\xc2\x00\xd2\x80\x9c\x53\x1f\xcb\x49\x64\x50\x1a\x26\x7e\x1a\x19\x04\x44\xc0\x41\x4f\x45\x07\xb0\xac\x55\x7a\x2a\x3a\x4e\x45\x87\xb1\xfa\xa7\xa2\x03\x58\x66\xc4\x9d\x8a\x0e\x60\x19\xb6\x78\xea\x76\x39\x89\x1f\x4a\x53\x17\x4e\xe3\x87\x80\x6d\xac\x3d\x8d\x1f\x3a\x15\x18\xc6\xe5\x9f\x0a\x0c\x60\x59\x0a\xfd\xcc\x3d\x02\xa7\xcd\x55\xaf\xc0\x00\xba\x87\xed\x9c\x0a\x0c\xa0\xca\xfc\x4e\x05\x06\x50\x34\x5e\x9f\xea\x8b\xd3\xb3\xe8\x7c\x04\xea\x0b\xa0\xed\x5e\xa8\x2f\x80\x6a\x75\xde\x53\x01\x71\x1e\x98\x52\x5d\xdf\x8a\x05\xa0\x19\xe4\x7e\x2a\x16\x80\xb6\x9f\x89\xae\x1f\xa0\xeb\x9c\x3c\x75\xfd\x00\x4d\x27\xfd\xa9\xa2\x00\xbe\x41\x32\x3f\x4a\x0a\xa0\x7b\x82\xd4\x69\x58\x13\xd0\xcd\x55\x3b\x75\x06\x01\x5d\x55\x7c\xaa\x3b\x80\x2a\xbb\x3d\xd5\x1d\xa7\xba\xc3\xc0\xfa\x53\xdd\x01\x54\xd3\x8e\x4f\x75\x07\x50\x35\xe7\x9c\x26\x54\x9c\x9f\x14\xe9\x7b\x85\xaa\x44\x80\xae\x6e\x3b\x55\x22\x40\xd7\x9a\x73\xea\x44\x02\xfa\x0f\x46\x76\xaa\x4d\x80\x62\x32\xcc\xa9\x36\x39\x77\xd2\x05\x73\xa1\x5b\xe9\x54\xae\x98\x4e\x71\x2a\x57\x80\x36\xf6\x9f\x39\x3d\x1f\x94\xe9\x8a\xd2\xd3\x04\x34\x83\x80\x4e\x05\x0c\x50\x26\xa4\xe7\x54\xc0\x00\xd5\x63\x70\x4f\x1d\x4d\x40\xd7\x31\x71\x2a\x69\x4e\xce\x20\xd7\x0d\x7c\x2a\x5f\x80\xa6\x35\xed\x54\xbe\x9c\x06\x69\xf9\x09\xd6\xa9\x74\xea\x54\x72\x21\x2a\x68\x80\x6f\x44\xac\x57\x15\x0d\xd0\x95\x25\xa7\x82\x06\x68\xc3\x97\x50\x41\x03\xf4\xbd\x47\xab\x67\x80\xbe\x76\x93\xb3\xf3\x41\x37\x73\xea\x54\xce\x00\xc5\xe3\x51\x4f\xe5\x0c\xd0\xf5\x35\x9f\xaa\x19\xa0\x2f\x14\xdf\xa9\x9a\x39\x55\x33\xb5\xaf\x3f\x7c\xa6\x15\x3b\x40\x37\x6d\xf3\x54\xec\x9c\x04\x72\x19\x1e\x7c\x1a\xc8\x05\x34\x0d\x44\xa7\x5a\x07\xe8\x89\xf6\x3b\xd5\x3a\x40\x6b\x4e\xbb\x5a\xe7\xbc\x93\xab\x58\x5b\x3a\xb9\x80\x62\x9d\xb6\x53\xf5\x73\x9a\x96\xee\x42\x52\xfd\x00\x3d\x7d\x12\xaa\x9f\x53\xf5\xe3\xd6\xa7\xf8\x01\x4a\x97\x2e\x2a\x7e\xce\xe7\xc7\x0f\x99\x62\xf3\x46\x4e\x03\xbb\x7c\xcd\x94\x43\x40\xd7\x08\x76\x2a\x87\x80\xbe\x3f\x48\xaa\x21\xa0\x7b\x8c\xd4\xa9\x1a\x02\x8a\x66\xc8\x53\x31\x04\x34\xdd\x3e\xa7\x62\x08\x28\x75\x77\xc2\x99\x78\x9c\x09\x7a\x6f\xb6\xc9\xa9\x3e\x32\x71\xe7\x54\x1f\x01\x75\x6f\xdc\xea\x23\xa0\x19\xd9\x74\x2a\x8f\x80\xde\x76\xc7\x9c\x8a\x0f\xba\x1e\xff\xf3\xd9\x53\x61\x98\x01\x8f\x48\x8f\x1a\xd0\xd3\x6d\x55\xc1\x74\x7a\x8a\x9d\x2f\xb6\x82\x09\xa8\xbf\xfd\x43\x67\xe7\x83\x6e\xa4\xc0\xa9\x5e\x02\x9a\x39\xe8\xa7\x6e\x37\xa0\x99\xa2\x7b\xaa\xa0\x80\xee\x79\x54\xa7\x0a\x0a\x68\x96\xad\x38\x55\x50\x40\x1f\x3e\x5b\x15\x14\xd0\xd3\xf7\x5a\x01\x05\x54\x4d\xf8\xa7\x02\x0a\x28\xc3\xf9\x52\x3f\x01\xdd\xa3\xad\x4e\xf5\x13\x50\x4c\xf5\x39\x95\x4f\x40\xd5\x9f\x74\x2a\x9f\x80\x6e\x98\xc3\xa5\x7a\x02\xba\x87\x5d\x5d\xaa\x27\xa0\x79\xe6\xfc\xa5\x7a\x02\xba\x67\x5d\x5d\xaa\x27\xa0\xf8\xf2\x5f\x8a\x27\xa0\x1b\x1e\x71\x29\x9e\x80\x6a\x26\xe7\xa5\x78\x02\xba\x9b\xde\xa5\x76\x02\xba\x07\x8a\x5c\x6a\x27\xa0\x59\xaf\xfd\xd2\x15\x78\x29\xa7\x4c\xac\xba\x94\x53\x40\x97\x2a\x5d\xca\x29\xa0\x1a\x2b\x76\xe9\x09\x04\xba\xae\xa2\x4b\x4f\x20\x50\x0c\xc8\xb8\xd4\x5c\x40\xfd\xed\xab\x5e\x9b\x98\x30\x5e\xbf\x4b\xc9\x05\x34\x0d\x08\x97\x92\xeb\x22\x3b\xdf\x93\xba\x2e\xdd\x80\x40\xd3\x7b\x72\x29\xc2\xae\xc2\x3a\xa9\xfe\xd0\x71\xe3\xdf\x93\x9a\x5d\xaa\x2b\xa0\x4b\xfa\x2f\xc5\x15\xd0\xf5\x63\x5e\x8a\x2b\xa0\x5b\xb1\xfb\x52\x5c\x01\x5d\x8f\xe2\xa5\xb8\xba\xcc\xb9\x0f\x3b\xe1\xb0\x3f\xe8\xba\x6b\x2e\xb5\xd5\xa5\x43\xcf\x9c\xb0\x4b\x87\xde\xf5\x69\xab\xae\x0b\xee\x52\x5b\x01\x4d\x8e\x74\xe9\xcf\x03\xba\xa5\xa7\x2f\xfd\x79\x40\xd1\xdf\x74\xe9\xce\x03\xba\xfe\xa6\x4b\x4d\x06\x34\xed\x43\x97\x9a\x0c\xe8\xba\x74\x2e\x25\x19\x50\xcd\x48\xbc\xd4\x5c\x40\x75\x73\xba\x74\x03\x5e\xd5\x71\x7b\x95\xe3\xfe\xa0\x7a\x6e\xf7\xa5\xe4\x02\xda\x48\x7b\xef\xb8\x2b\xcf\xd6\xde\x1b\xcb\x07\xd4\x8e\x25\xfb\xd2\x2f\x08\x34\x79\xce\xa5\x5f\xf0\x6a\xec\x14\xdd\x26\x87\xdd\x38\xf9\xd1\x05\xac\x5b\xf0\x6a\x3c\x6e\x38\xd3\xa5\x0b\xf0\x32\x46\x8f\xcd\xe3\x32\x44\xef\xd2\x8f\x67\x16\xe0\xa5\x1f\x0f\xa8\x56\x51\xbb\xf4\xe3\x5d\xfa\xf1\x4c\xf0\xb9\xf4\xe3\x01\x45\xa7\xeb\xa5\x1f\x0f\x88\xee\x7a\xea\xfb\x06\x0b\xaf\xb2\xff\xef\x24\x72\xa6\x7b\x67\xdf\xb9\x94\x78\x57\x97\xd5\x4c\xdb\x9c\x45\x32\x72\xcc\x88\xb8\xcc\xc8\xb9\xf4\xec\x59\xf3\xf5\x52\xe3\x01\xf1\x2d\x95\xff\xfc\x22\x5f\x3a\xfe\xae\x21\x77\x47\x67\x5d\xba\xef\x80\xb0\xc4\xd1\xa5\x50\xbc\x86\xaf\xbb\x2b\x4e\xbd\x07\x4c\xf3\xfa\x2f\xf5\xde\xa5\xc3\xcd\x1a\x93\x97\x0e\x37\xa0\xed\x25\xa7\xc3\x0d\xa8\xba\xa3\x2f\x1d\x6e\xd7\xf4\x06\xcb\x36\x6f\x30\xb7\xe9\x92\xa6\x7d\x03\xea\xfe\x39\xcf\xca\xbd\x8b\x73\x17\xd2\x02\x5e\x97\x0e\x2b\x60\x0c\xd8\xca\xa5\x68\xbb\xf6\xa9\x6f\x7c\x40\x2e\xe5\x18\x10\x16\xf7\xb8\x74\x4e\x01\x45\xe1\x7c\xe9\x9c\x02\xca\xde\xd6\x8c\xbc\xbb\xc8\x40\xcf\xe6\x8e\x65\xb0\x1c\x10\x03\x0e\x71\x19\x2b\x77\x51\xa4\x35\xad\xed\x78\xe9\x75\x02\x62\xf0\xe1\xbf\xf4\x3a\x5d\xfa\x93\x9a\x03\xd5\x9f\x74\x6d\x6d\x47\x6f\x95\x76\x40\x0c\x3e\xf3\xd7\xda\xfd\x38\xfd\x25\x23\x30\x7e\x0e\xa8\x26\x78\x5c\xba\x98\x2e\x0a\xa6\xa6\x95\x22\x2f\x45\x1b\x10\xd6\x1d\xb9\xd4\x6c\x97\x5e\x21\x0d\x5d\x97\x5e\x21\x20\xac\x62\x72\xe9\x15\xba\xf2\xf2\x32\xff\x6d\xdf\xe1\xc6\x34\xe5\xbf\xf9\x4a\x23\xd0\x8c\x39\xbe\x14\x68\x97\x02\xad\xb9\x7b\x2a\xd0\x80\x7d\xbe\xdd\xa5\x40\x03\x22\xa6\x57\x39\xb9\x64\x8b\x68\x77\xbe\x14\x68\x17\xf5\xb4\xb2\xb9\xc9\xea\xa9\x01\x56\x73\xf9\xa9\xbd\xae\xed\xa8\x61\xbe\xd5\x5e\x40\xec\x4f\xa3\xda\x0b\xd8\xc5\x27\x2e\xb5\x17\x10\x5a\x16\x2e\xb5\x17\xb0\x43\xea\x2f\xa5\xd7\x45\xd4\x5d\x6a\xf1\xbc\x14\x5a\xc0\x0e\x9d\xbd\x14\x5a\x40\x36\x64\xe8\xa5\xd0\xba\x14\x5a\xd6\xab\xbc\x14\x5a\x40\x36\x97\xb2\x42\x0b\x08\x39\xd4\xa5\xd0\x02\xc2\xf0\x9a\xcb\xc4\xf5\x4b\x37\x50\x73\x98\x8a\x2f\x20\xc2\xdd\x4c\xf1\x05\x2c\xcf\xff\xbb\x14\x5f\xc0\x3e\x25\xfd\x52\x7c\x01\xdf\x9f\xd9\xe6\x04\x51\xb5\x55\xab\xcd\xa5\xfa\x02\x42\x26\x7a\x29\xbe\x80\x5d\xa0\xe2\x52\x7c\x01\xd9\xe0\x5a\x97\xe2\xeb\x3a\xf7\x9c\xd9\xe6\x9c\x7d\xb0\x6b\x99\x5e\xaa\x2f\x60\x1f\x84\x75\xa9\xbe\x80\xb4\x82\xe2\xa5\xfa\x02\xd6\xde\x05\x75\x28\x01\xcb\x02\x03\x97\x82\x0c\x58\x46\x68\x5c\x0a\x32\x20\xf7\x66\xac\x20\xbb\x74\x31\x19\xad\x77\xa9\xc8\x80\xa5\x01\xe1\x52\x90\x01\x4b\x21\x7d\x29\xc8\x80\xef\x97\x3c\x39\x15\x19\xb0\xd6\xee\xbf\x53\xa6\x64\x52\x51\x5e\x6a\x22\x20\xd5\x31\x97\x9a\x08\x58\xc6\x11\x5e\x3a\x80\x80\x30\xe7\xe9\x32\x05\x06\xf8\xfe\x8c\x67\xa2\x74\x02\xd2\xba\x73\x97\xd2\xe9\xba\x77\xd7\x98\x0e\x55\x11\x90\xd2\xd1\xeb\xde\x5d\x73\x2b\xc1\x72\x74\x29\x8b\x2e\x9d\x42\x4e\xa4\xb2\xe8\x52\x16\xb5\x61\x77\x7d\x9e\x38\x85\xac\x2d\x76\xa9\x8b\x80\xef\x32\xee\x60\xc6\x0b\xb0\x2b\x77\x5e\x6a\x25\x60\x9b\xee\x2f\xb5\x12\xb0\xe6\x6e\x72\xec\x0f\x61\xbd\x6e\x7c\x6a\x25\x60\x1f\xa2\x73\xa9\x95\x2e\x3d\x47\x6d\x78\x99\x63\xff\x20\x0c\x9f\xb8\x14\x4b\x40\x36\x3f\x03\x8a\xa5\xeb\x71\x86\x90\xc0\x97\x6a\x09\x58\x9e\xb5\x7f\x29\x96\x80\x6c\x7e\x54\x14\x4b\xc0\x5a\x92\x4d\xc5\x12\xb0\x8f\x4b\xbe\x14\x4b\xd7\xeb\xf6\x8b\xb7\xea\x52\xce\x00\xab\xc4\x1f\x82\xc9\x2e\xd5\xce\xa5\x8f\xa7\x49\x0b\x94\x28\xc0\xf2\x98\xf0\x4b\x89\x02\xa4\x15\x3f\x2f\x25\x0a\xb0\x4f\x34\xbc\x94\x28\xc0\x2e\xb5\x77\xbd\xbb\x97\x18\xd4\x7e\xfe\x97\x4f\x51\x0f\x4f\x83\x1c\xdc\x6a\x94\x5b\x47\x4d\x43\x45\xdc\x6a\x0d\x20\x5b\x7a\xd9\xb0\x09\x47\xcd\xf2\xaa\x69\x93\x9f\x17\x96\xf5\xad\xb2\x00\x96\xa5\xae\x6e\x95\xc5\xad\xb2\x68\xf8\x51\x6e\x95\x05\xb0\x22\xfd\xe5\x69\x13\x86\xdf\x9f\xf7\xbc\x6c\xf2\xc3\xc4\xf6\x7f\x2b\x2d\x80\x5d\xa4\xef\x56\x5a\x00\xdf\x65\xb6\xbd\xb6\x61\x0c\x66\xa1\xdc\x6a\x0b\x20\x1b\xbb\xec\xad\xb6\xb8\xf5\xd3\x34\xec\xe5\xb7\x7e\x1a\x60\xd7\xef\xba\x55\x12\xb7\x31\x7e\x8d\xd5\x79\xab\x08\x6e\x63\xfc\x98\xf0\x5b\x45\x00\xec\x0c\xb3\x5b\x45\x00\x14\x83\x82\x6e\x15\x01\xd0\xad\x27\x77\x2b\x08\x80\x62\xbe\xf3\x6d\x84\xdf\xad\x4f\xc6\x6d\xf6\xd6\x27\x73\x5b\xc6\x17\x8e\x72\xab\x1b\x80\x62\xbd\xc9\x5b\xdd\x00\x74\xe3\xab\x6f\x75\x03\xd0\x34\xff\xdc\xea\x06\x20\xd3\x7f\x77\xdc\x1f\x74\xab\x30\xde\xca\x06\xa0\xfe\x86\xbf\xf3\xf9\x56\x94\xb6\x03\x52\x36\x00\xc5\x02\x25\xb7\xb2\x01\x68\xd6\xb4\xb9\x75\xde\x00\xcd\x43\x7e\x6e\x95\x04\x50\x7e\xbb\x5b\xce\x97\x35\xbf\x20\x4e\xb7\x4a\x02\xe8\x73\x8f\xc7\xf9\x32\x53\x08\x0e\x7f\x2b\x2e\x80\x62\xca\xeb\xad\xb8\x00\xaa\xc5\x56\x6f\xc5\xc5\xfd\x89\x8b\xd9\x61\xb8\xb7\xe2\x02\x68\x26\xb7\xdc\x8a\x8b\x7b\x17\x19\xf0\xbf\x9c\x9c\x0f\xa6\x31\x3d\xb7\x7a\x03\x28\xc6\xd8\xdf\xea\x0d\xa0\xc6\xfe\x7b\x27\x87\xc0\xc4\xb9\x7f\xe8\xe4\x34\x57\x13\xcf\xcc\xb8\x44\x60\xf6\x6e\x57\x9d\x9c\x0f\xba\xb1\xf9\xb7\x45\x07\x80\xd9\xbb\xfd\x72\x72\x3e\xa8\x4a\xa3\x5b\xbf\x13\x50\x3d\xe4\xef\xb6\x32\x01\x30\x3b\x7b\xdf\xad\x0c\x02\xaa\x1e\xdb\x5b\x19\x04\x54\x8b\x75\xdc\x9e\xfa\x01\x74\x3f\xcf\xb7\x19\x48\x40\xb7\xdc\xc8\x6d\x06\xd2\xdd\x99\x1c\x1f\x87\x5a\x09\x98\x9d\x8f\xca\xad\x56\xba\x3f\x61\x34\xad\x66\x7a\x2b\x8c\x80\x66\x2d\xec\xdb\xea\x05\x40\xd1\xef\x78\x2b\x95\x80\x32\x9a\x5d\x75\x26\x3a\x33\xb1\xbb\xea\x4c\x50\xa8\xcc\x0d\xf0\xd6\x67\x06\x34\x99\xdc\xad\x9e\x02\x8a\xe9\xd8\xb7\x82\xe9\xa6\xea\xc1\xbf\xcd\xce\xb0\x48\x60\x58\x67\xe5\x36\x2a\x12\xa8\xba\x15\x6f\x65\x15\x30\x3b\xdf\xa7\x5b\x59\x05\x54\xab\x28\xde\xfa\xdf\x6e\xfd\x6f\xf2\x92\x5b\xff\x1b\xd0\xa7\x2f\x83\xfe\x37\x60\xee\xfe\xab\xc7\x80\x6e\x81\xa0\x5b\x3d\x06\x34\xeb\x9f\xdf\xba\xdf\x80\x6e\xb9\x93\x5b\xf7\x1b\xd0\x25\xef\xb7\xc1\x94\x40\xdf\x3b\x98\xc1\x94\x40\xf9\xb7\x21\x9a\xb1\x05\xf4\x0e\x39\xbd\x95\x7b\x40\x53\x1c\xdc\xca\x3d\xa0\xeb\x96\xb9\x95\x7b\x40\x31\x59\xfd\x36\xbe\x12\x28\x16\xfc\xbf\x4d\xeb\xba\xf5\x0b\xca\x8d\x6e\xfd\x82\x40\x93\x58\xdc\xfa\x05\x81\xf8\xd7\x0b\x67\x4c\xe9\x28\xc3\xb9\xd5\x8e\xb7\xe7\x04\x36\x2f\x73\x32\xa6\x5f\x0c\xf7\x01\x7d\x85\x40\xf4\xf2\x07\x0d\x7d\x1b\x7e\x79\xcf\x3d\x33\x4c\xa0\xae\x44\xa0\x4f\x37\x05\x5d\x89\xb7\x42\x55\xc7\xfc\xad\x50\x05\x62\xbf\xb6\x0a\x55\xa0\xc4\x6e\x72\x1e\x3e\xe8\xfb\x23\x66\x60\xe5\xed\xc1\xe6\xcd\xff\x77\x1a\x3e\x68\xe6\x99\xdf\x0a\xdc\x9b\x3c\xaf\x9d\x3d\x73\xeb\x35\x04\x8a\x15\x75\x6e\xa5\xeb\x6d\xc0\xe4\x9e\x41\x03\x26\x81\xe8\x08\xbf\x5b\xe9\x0a\x14\x1d\x84\xb7\xd2\xf5\x56\xa6\x6a\xe5\xb8\xd5\xa9\x40\xb7\x56\xee\xad\x4e\x05\x9a\x25\x5e\x6f\x65\xea\x6d\x8c\x63\xc7\x30\x74\x1b\xe3\x08\x84\x87\x78\xdc\x7a\x20\x6f\xa5\xab\x46\xf7\x5b\xe9\x0a\x84\xb5\xbe\x6f\xa5\x2b\x10\x46\x51\xdd\xba\x1b\x6f\x8e\xef\x4b\xcb\xec\xde\x4a\x57\x60\xad\xea\x65\xf6\x96\xb3\x3e\xb2\x57\xfb\xe1\x52\xff\xa0\x59\xb8\xeb\x56\xa6\xde\x86\x20\x5a\x7f\xfa\x56\x81\x02\xcd\x4a\xa3\xb7\x2e\xc2\xdb\x50\xc1\xee\x76\xaa\x02\x05\x56\x47\xa7\xde\x2a\xd0\xfb\x74\xf0\x08\x8d\x5b\x3d\x08\x44\xf7\x5b\xa6\x1c\x04\xd2\xfa\xb2\xb7\x72\x10\xe8\x16\xf1\xb9\x95\x83\x40\xd5\xb8\x75\x2b\x07\x81\xd8\x9b\xa7\x6a\xf0\x3e\xed\x99\x9f\x03\xb5\x1f\x10\xfb\x3b\x72\xee\x9e\xf9\x40\xdd\x9d\xd5\x7e\x40\xec\xed\x53\xed\x77\xeb\x79\xeb\xee\xc5\x8a\x3f\x20\xf6\x26\xae\xf8\x03\xbe\xcb\xec\x88\x6f\xcb\x07\x7d\x34\x6f\xea\x7c\x13\x3b\x68\x49\xea\x5b\xf1\x77\x5f\xce\xf7\x6e\x73\xec\x38\xda\xda\x6e\x72\xec\x54\x74\xde\x7b\xaa\xba\x0e\xf8\x7e\x69\x9b\x83\xa7\xde\xc1\xde\x67\xd5\x75\xb7\x01\x80\x7b\x07\x55\x9e\x01\x66\x19\xde\xfa\xcb\x80\xd2\xd3\x8b\x1c\xd3\xe5\x98\x90\x62\xb7\x0e\xb3\x9b\xba\xcc\xbb\x49\xef\xd8\xad\xd4\x33\x7f\xeb\x56\xea\x01\xd5\xe3\xcc\x6f\xa5\xde\x6d\x60\x5f\x9f\xb6\xd9\xdb\x9b\xfd\xcc\x9e\xe9\xd9\xba\x15\x71\x7d\xda\xe6\x63\xb9\x7d\x2c\x2c\x3f\x45\x1c\x10\xff\xfe\xcc\x11\x70\x8a\x5f\xee\xcd\x43\x11\x07\xd4\x56\x6c\x72\x04\xa4\x6f\x6d\x3a\xa7\x86\x03\x4a\x48\xe1\x95\x70\xf7\xe3\x53\x51\x10\xa8\xce\x80\xb0\x80\xf6\xad\x3a\x03\xa2\x2b\x11\x54\x67\xf7\xe3\xf2\x73\xec\xea\x2e\xa0\x9a\xeb\x78\x5b\x8e\xe0\x56\x8a\x75\xb4\xca\xad\x14\xbb\x9f\x5d\xb8\x8a\x26\xc7\x49\x92\xd7\x5e\xcb\x4a\x31\x20\x2c\xf7\x7d\x2b\xc5\xee\xc7\x57\x5b\x25\xa1\x97\x0a\xa8\x56\x22\xbb\xf5\x52\xdd\xef\x1e\x14\xd3\xa1\x03\x0a\x68\xc6\x17\xde\x2a\x36\xa0\xa4\x75\x6f\x6e\x35\x19\x50\x8d\x3a\xba\xf5\x40\x01\xdf\x65\x0c\x54\x17\xd4\x4d\x92\x97\x07\xab\xde\xfa\x9b\x80\xd8\x4f\x45\x31\x07\x14\x2b\x68\xde\x8a\x39\x20\xf6\x74\x2b\xe6\x80\xef\xff\x1d\x81\x03\x7d\xf9\x64\x39\xb7\xaa\xb9\x5b\xe9\xd6\xf9\x9c\x3e\x4a\xb7\xe7\xb7\x47\x10\xb4\x0d\xdb\xb4\xf5\x26\x4d\xd3\x26\x37\x4e\x18\xc8\xa3\x28\x03\x42\x89\xff\xa8\xc9\x1e\xbd\x3d\x8c\xfd\x51\x93\x01\xdf\x2f\xbd\xe9\x65\x1b\xb5\x87\xd2\x7b\xde\x36\xf9\x5c\xd2\x9f\xbe\xb6\x7d\x5b\xee\x40\x1b\x3e\x0a\x30\x60\x9f\xa7\xfb\x28\xc0\x1e\xe3\xe9\xf4\x02\x3e\xba\x72\x80\xe8\xd1\xff\xfb\x7b\xfd\x18\x6e\xf7\x18\xe7\xe6\xd9\xa6\x8f\xca\x0b\x88\xbe\xef\xff\xd8\x84\xcf\x8e\xe5\xf9\xa8\xbc\x80\x70\x75\x3e\x2a\xaf\x07\x95\x95\x0a\xc0\x47\x99\x05\x34\x0b\x0c\x3e\xca\x2c\x20\x5c\x63\x8f\x32\xeb\xa1\xae\x71\x9a\xa7\xf9\x28\x8e\x80\x62\x5d\xff\x47\x71\x04\x74\x23\xf0\x1e\xc5\x11\xf0\xfd\xd2\x7e\x38\xcf\x95\xf5\x1f\xfe\xd2\x31\xa1\x8e\xd2\xb0\xf2\x47\x79\x04\x84\xb5\xc8\x1f\xe5\x11\x10\x1d\x51\xfb\x28\x8f\x1e\x93\xb2\xcc\x72\x7a\xd4\x47\x40\x74\x76\xc7\x47\x7d\xf4\x98\x94\x65\x3c\xdf\xa3\x40\x02\x96\x56\xc7\x47\x81\x04\x84\x2b\xf6\x51\x20\x3d\xc6\xce\x0d\x94\xc8\xa3\xf6\x01\xc2\x17\xe7\x51\xfb\x00\xd1\x97\x57\x39\xf6\xe6\xc3\xab\xfe\x9b\x03\x6d\x3c\x3c\xd7\xba\x4a\xe7\xa1\xe2\x5a\x0e\x3e\xf5\x8f\xba\x06\x08\x5f\xe0\x47\x5d\xf3\x7c\x22\x26\xac\xf3\xfe\x28\x62\x80\xef\x97\xb6\x39\x28\xea\x28\x58\x0a\xf2\x51\xc5\x3c\x78\x7c\xd2\x44\x81\x47\x19\x03\x0c\xf3\x70\x1e\x65\x0c\x50\xa4\x0d\x8f\x2e\x9f\x47\x97\x8f\x6f\xa1\xca\x06\x88\xfd\xc6\xa9\x6c\x80\x66\xa4\xc6\xa3\xb2\x01\xd2\x92\x5d\x8f\xca\xe6\x19\x3e\x28\xac\xec\x8f\x0a\xe5\x19\x8c\x09\x81\xf2\x28\x50\x1e\xbd\x3c\x03\x11\xf9\x28\x47\x80\x34\xae\xff\x51\x8e\x3c\xc3\xa7\xc2\xb7\xf9\x51\x68\x00\x21\x1f\x78\x14\x1a\x0f\xe5\x90\xd3\xf0\x93\x47\x42\x0f\x64\xb8\xe4\x25\xf4\x8f\xec\xdd\x52\xcd\x8f\xec\x1d\x28\xbf\x69\x93\x93\x66\xc2\x94\x35\x98\x1f\x13\xa6\x80\xe8\xbb\x69\xdf\xd4\x35\xcf\xd7\xff\x91\xbe\x03\x45\x99\xfd\xc8\xde\x81\x62\x2d\xfc\x47\x7a\xfe\x18\xfc\x37\x86\x6d\xae\x79\xea\x34\xec\x1d\x48\xc6\x0e\x44\x47\xde\x3c\x32\x76\xe0\xfb\xa5\x97\xb9\xe6\x61\xf1\x03\x23\xc7\x23\x89\x7f\x8c\x11\xb4\x3c\xf4\x23\x8b\x07\x42\xe2\xf0\xc8\xe2\x81\xef\x32\x7f\xea\x7c\x04\xc4\x04\x81\xf3\x48\xe3\x9f\x7d\x0e\x0c\xdf\x9e\x47\x17\x14\x90\x06\x26\x3e\xba\xa0\x1e\x53\xa6\x86\xfb\x82\x29\x53\x40\xec\xed\xd7\xe8\xc2\xc7\x94\x29\xeb\xab\x3d\xa6\x4c\x01\xa5\xf1\xb9\x78\x8c\x2e\x7c\x14\x0a\x83\xcf\xe7\xa3\x50\x78\x2c\x7f\xe6\x10\x14\x0a\x8f\x0e\x2d\x0d\xfc\x8f\xaa\x00\x88\xbd\x25\xab\x0a\x80\xef\x32\x86\x60\x1e\x15\x50\x2c\x94\xf8\x98\x47\xf5\xe8\xf7\xb2\x02\xf5\xa3\xdf\x0b\x48\x0b\xda\x3d\xea\x09\x20\x96\xfb\xb0\x7a\x02\xc8\x68\x36\x39\x76\x53\xab\x8c\x6e\x78\xf4\x7b\x01\x4b\x06\xf3\x18\xf8\x08\x7c\x97\x31\x6d\x46\x3e\x02\xe1\xb9\x05\x8f\xd5\x25\x80\xd8\x5f\x08\xc5\x09\x90\xba\x60\x1f\xc5\x09\x90\x7a\xc0\x1f\xc3\x23\x81\xf4\x78\xd7\x47\xb9\xf2\x6c\x4f\x1b\x9d\x55\xae\x3c\x26\x56\x0d\x1f\x81\x42\x04\x48\xe3\x51\x1f\x13\xab\x1e\xc3\x23\x87\xbb\xb5\xe1\x91\x40\x18\x2b\xf1\xe8\x7c\x7b\x0c\x8f\xb4\x10\xf5\xa3\xf7\x0d\x08\x33\x13\x1f\x55\xcd\x73\xf8\x8c\xdd\xe8\x75\xb5\x01\x69\x48\xf9\xa3\xab\xed\x39\x7c\xc6\x6e\x93\x86\x39\x02\xb1\xba\x97\xf9\x8c\x0f\xf3\xdb\x19\xbb\xde\xb7\xe7\x70\x54\xee\xc3\x3a\xd6\x80\x0c\x37\x1e\x1d\x6b\x40\x6b\xf3\x0f\x05\x46\x1f\xfd\x6e\x40\xd1\xfc\xfb\xe8\x77\x7b\xf4\xbb\x0d\x77\xee\x63\x0f\xf0\x45\x8f\xd1\x71\xfd\x6e\x8f\x4e\x36\x83\xbd\x1e\x55\x15\x50\xf6\xaa\x53\x55\x3d\xaa\x9e\xb1\x7f\x6a\xcf\x4f\xd2\xf7\x8a\x4d\xf6\xfc\xf4\xa3\xe2\x4a\x51\xa8\x00\xab\xbb\x2c\xf4\x52\x3d\x3a\x83\x26\x6e\xb6\x47\x67\x10\x10\x96\xd9\x7a\x54\x1b\xc0\xb2\x56\xcc\xa3\xdc\x00\x22\xed\xad\x72\xe3\xf1\xe4\x42\xf7\x5f\xd5\x06\x30\xb5\x10\x3d\x86\xe7\x3d\x54\x52\x4b\xeb\x51\x3e\x4a\x0b\x60\xd7\x7b\x7d\xf4\x22\x01\xdf\x65\x3c\x35\xdd\x48\xc0\x76\x9b\x3c\x7a\x91\x1e\x73\x86\x34\x25\x3d\x4a\x0b\x60\xfb\x48\x1e\xa5\xc5\x43\x3c\x5c\x5a\xe3\xf9\xb9\x77\x47\x5e\x1c\x0b\x74\x57\xd1\xf0\x98\xf9\x63\xc5\xfb\x47\x85\x00\xa4\xe9\x24\x8f\x0a\xe1\x31\x3e\x6d\xfa\x52\xcb\xf3\x1f\x5d\x2e\x6e\x5e\xf2\xfc\xe7\x75\xa4\x2e\x3c\x23\xc8\x80\xb4\xc4\xe3\x23\x81\x7f\xa8\xb5\x90\x13\x0b\xd3\x63\xd8\xd7\x63\xe2\x8c\x43\x90\x86\x03\x69\x1c\xe8\x23\x0d\x07\xb2\xb9\xc5\x49\xc3\x1f\x7d\x2a\xee\xc8\xef\xee\xc6\xc5\x55\xfe\xbd\x4f\xca\xb4\x19\x6d\x9d\x8f\x34\x1c\x48\xcf\xa1\x7d\x74\xaa\x3c\x32\x73\xb3\x69\x5f\x99\xf9\x4b\x89\xb1\xb4\xdc\xf2\x6b\x4c\x17\xb0\x0c\x2b\x7a\xf5\xb3\xbc\x12\x78\xcb\x2d\xbf\x12\x78\x60\xbb\x68\x5e\x09\xfc\x6b\x46\xcc\x1c\xfe\x34\x6c\xc3\xed\x35\xbd\xc1\xb2\x69\x79\x59\xa7\x2d\x6d\x4b\x7c\x12\xde\xe0\xb0\xc9\xf9\xb0\xbb\xcc\xc7\x5b\x7c\x06\x7c\x51\x5f\x2b\x91\x01\xdb\x2d\xf4\x1a\x77\xf5\xca\xd6\xa5\xae\xaf\x6c\x1d\x08\x73\x84\x5f\xe9\x38\xb0\x7a\xf5\x2a\x47\xa0\x07\xc5\x1a\x4f\x6f\xd9\x37\x3d\xf1\xea\x32\x50\x3d\x28\xc0\x76\x28\xbd\xf2\x78\x60\x79\x9a\xd8\x2b\x8f\x7f\x3f\xd2\x9e\x7e\xee\x5e\x49\xfb\x6b\xa5\x03\xcd\x73\xaf\x2e\x0e\x20\x2c\x33\xf1\xea\xe3\x00\x52\x8f\xe5\xab\x8f\xe3\x95\xb4\xcf\xfd\x6f\x4e\x1a\x87\x91\x68\x8b\x7b\x25\xed\xc0\x3e\x31\xf5\x95\xb4\xbf\xd5\xb7\xc5\xde\x4a\xbd\x81\xe5\xc1\x93\xaf\xd4\xfb\x35\xf9\xc4\x6c\xf4\xd7\xe4\x13\x20\x1b\xb2\xe3\x95\x66\xbf\xcd\xf5\xcd\x2e\xfd\xea\x4f\x00\x96\xa1\x25\xaf\x9c\xfa\xd5\x79\x60\x29\xeb\x57\x06\x0d\x84\x69\xe0\xaf\xde\x83\xd7\x1c\x15\xab\x2e\xbf\x32\x68\x60\x57\xc7\x7b\xf5\x15\x00\x2b\x78\x0f\x5e\x39\xf5\xdb\x5d\x0a\x6c\x59\xaf\x9e\x01\x20\x0d\x58\x7e\x25\xd5\xaf\xa4\xda\x92\xf9\xaf\xa4\x1a\xd8\xd5\xda\x5f\x49\x35\xb0\x3c\xb1\xe9\x35\xb2\x0a\xd8\xde\xc0\x57\x9a\xfd\x9a\x2a\x63\x55\xe7\x57\x52\xfd\x9a\x2a\xe3\xa3\x92\x54\xbf\x38\x02\x76\x95\xed\x57\xbe\x0c\x2c\xcb\xad\xbc\x7a\x02\x80\x65\xfc\xdb\xab\x27\xe0\x1d\xbb\xb7\x5c\xa6\x41\x1f\xd8\xbe\xc5\x57\x06\xfd\x0e\x4f\x6a\x64\x53\x7f\xc7\xfe\xa9\x47\x18\x32\x76\x8d\xe4\xaf\x41\x51\xd6\xcc\x7c\xb5\x92\x03\x69\x65\xcd\x57\x2b\x39\xb0\xdd\xbb\xaf\xa4\x1a\xf8\x7e\xc9\x1b\x2a\xab\x06\x52\x97\xc4\xab\x99\xfc\x95\x68\x47\xf1\xa7\x4e\x1b\x44\xdb\x5c\x85\x57\xa2\x0d\x74\x8f\x26\x7c\x35\x93\x03\xc5\x54\xc2\x57\xea\x0d\x74\xfd\x41\xaf\xd4\xfb\xd5\x98\x1e\xe5\x0f\x5f\xec\x57\x5b\x3b\x30\xf7\x76\x23\x59\x07\xfa\xdc\x9d\xf4\x69\x7c\x30\xf7\xde\x25\x59\x07\xaa\x15\xf6\x5f\xb9\x3a\xd0\x3c\x8c\xf9\x95\xab\x03\x45\xa1\xf5\xca\xd5\xdf\x8f\x84\xcf\xbd\xff\xc8\xc1\x81\x3e\x7c\x6d\xe4\xe0\xef\xc7\xb7\x67\x43\x55\xbd\xf2\x6d\x60\xee\x05\xa6\xd9\x1c\x98\xfb\x7d\x33\x2e\xec\xfd\x18\xf8\xdc\x8f\x5f\x06\x0e\x34\x8f\xfd\x7b\x25\xe0\xc0\xd4\x3f\xfc\x4a\xc0\x81\xae\xb3\xf9\x35\xbd\x07\x98\x96\xc7\x78\xa5\xe4\x40\x35\x1c\xfc\x95\x92\xbf\x6b\x2f\x1b\xdb\x1c\xe4\x47\xc3\xa7\xa7\x9a\xbe\xc6\x98\x01\xd5\x44\x8f\x57\xd3\x3d\x30\x3d\x8e\xf4\x95\xa4\x03\xc5\x64\xd0\x57\x92\x0e\x54\x4f\x89\x79\xe5\xe8\xc0\xd4\xeb\xf3\xca\xd1\x81\x62\x35\x8b\x57\x8a\x0e\xd4\xbd\xc5\x4a\xd1\xdf\x5d\xa3\x98\x71\x4b\xd1\x81\xa9\x2f\xf0\x95\xa2\xbf\x52\x74\x2b\x70\xbf\x52\xf4\xf7\xe3\xde\xd3\xc0\xa8\x57\xee\x0d\x94\xbd\x04\xe4\xde\x40\xb5\x72\xc0\x2b\xf7\x06\xbe\x3f\x63\x48\x92\xef\xd7\x82\x08\x76\x56\xf2\x0d\x0c\x95\xf5\x2b\xf9\x06\xba\xd1\x4d\xaf\xbe\x02\xa0\x2d\xe7\xd5\xd4\x24\xa0\x6b\xa1\x7f\x8d\x85\x03\xa6\x9e\xbf\x57\x87\x02\xd0\x35\xeb\xbc\xf2\x78\x60\x1a\xc3\xf5\xca\xe3\x81\x96\xbb\xfb\xce\x05\x41\x74\x9e\xbc\xf2\x4a\xe3\x5f\x69\xbc\xe6\xfe\x57\x1a\x0f\x14\xa3\x6d\x5e\x69\x3c\x50\x4c\xf8\x7f\x75\x4e\xbc\x3a\x27\x3c\x4c\xe1\xd5\x39\x01\x54\x0d\xba\xaf\xce\x89\xf7\x70\x9f\x40\x5c\xbd\xd2\x78\x20\xb4\x02\xbc\xd2\xf8\x57\x1f\x86\xb2\xe6\xd5\x87\xf1\x42\xed\xad\x5a\xfa\xca\xec\x81\xb2\x45\xe9\x2b\xb5\x07\x8a\xa9\x55\xaf\xdc\xfd\x35\x5f\xe9\xdf\x1d\x1c\x29\x67\xbb\xac\xe6\x2f\x1d\xe8\x07\x61\x42\xda\x2b\x9d\x07\x22\x1c\xbb\x74\x1e\x28\x06\x9d\xbf\xba\x4d\x80\x66\xfc\xd7\x2b\xc1\x07\x96\xdc\xec\x95\xe0\xbf\xe7\x1e\x3a\x0f\x4a\x8f\x08\x30\x4c\x52\x7f\x8d\x8f\x7b\x2d\x93\xa0\xc8\x7b\xf5\x88\x00\xc5\xa2\xb9\xaf\xd2\xe0\x3d\x1d\x53\xb3\x6b\x8e\xe9\x83\xaa\x54\x7b\xf5\x74\x00\x45\xef\xe5\xab\xa7\xe3\xbd\x7c\xa9\x1d\xba\x72\x01\x68\xa6\xf6\xbf\x06\xb5\x01\x5d\x5f\xe8\xab\xf3\xe3\xb5\x4a\x82\x5e\xda\x57\xef\xc7\x6b\x9a\x91\x5d\xd3\xfb\x01\xf4\x9f\x5f\x11\x9d\x1f\xaf\x51\x6d\x16\x10\x7f\xf5\x7e\xbc\x9e\xff\x62\x6f\x8d\x6a\x03\xaa\xc5\xf6\x5f\xa3\xda\x5e\x5d\x1d\x41\x54\xdb\xab\xf8\x00\xfa\xfe\xb0\x5c\x7b\x50\xaf\x97\xf1\x53\xdd\x1f\x40\x97\x45\xbf\x7a\x3f\x80\xea\x01\x25\xaf\x12\x05\xf8\x7e\xc9\x74\xa8\x51\x80\x61\x81\x9e\x57\x89\x02\x14\x0b\x7b\xbc\x4a\x14\x60\x58\x86\xe4\xd5\x6d\xf2\xde\xae\x5b\xd9\x94\x7e\x13\xa0\x58\xed\xeb\xb5\xd8\x33\xd0\x35\x33\xbe\x7a\x52\x5e\xf5\x4e\xec\x7b\xba\x94\x6f\x52\x63\x5c\x1d\xea\x1d\xa0\x37\xb9\xab\x9e\x14\xa0\x05\x3a\xe6\xd5\x93\x02\xd4\xb1\x7f\xe8\x04\xe1\x49\x31\x2a\xfa\x55\x14\xbd\x56\x4d\x08\x07\x60\xe8\x1b\xd0\x3c\xd7\xe4\xd5\xb9\xf2\xaa\x9d\xcc\xe7\x7c\xd5\x4e\xc0\xb0\x48\xe2\xab\x76\x02\xc6\x9f\xca\x9c\xbc\x46\xc6\x01\x43\x87\xe9\x6b\x64\xdc\xab\x8b\x66\xbf\x70\xba\x68\x80\x61\xa5\x88\x57\x17\x0d\x30\xac\x6b\xf1\xea\xa1\x01\x4a\xdf\x7f\xe6\xf4\x3d\xc4\xef\xf8\x60\x55\x6e\xaf\x95\x17\xf6\x3b\xae\x8b\x06\x28\xda\x59\x5e\xa3\xe5\x80\x91\x7b\xc4\xce\xdf\xe3\x02\xf3\x06\x7a\x6d\x80\xa6\x03\xe5\x35\xb7\xe8\xd5\x91\x13\x4e\xa0\x3a\x10\x18\xb9\x9b\x9c\x3f\x0a\xf8\x2d\x67\x5e\x3f\xce\xab\xd3\x66\x33\x5b\x9d\x36\x40\x0d\x79\x81\x02\x12\x28\x96\xe5\x79\x15\x90\x40\xfd\xd7\xe4\x6c\xe8\xa1\x31\x56\xf3\x55\x1b\x02\xdd\x73\xf9\x5f\xa5\xe1\xab\x0e\x64\xed\xe4\x0f\x1d\x28\x34\xce\xe2\xc8\x1f\x09\x40\x42\x1b\x9f\x3a\xca\x1f\x09\x40\x42\xc3\xb1\x9d\x3f\xc4\xa2\xd0\xe6\xbe\xaa\xdb\xc4\x32\xf9\x3e\x00\xf9\x43\x2b\x0a\x83\xf2\x20\xf9\x43\x2b\x0a\x95\xc2\xb9\xf9\x43\x2a\xe6\x4f\x5d\x18\xdf\xbb\x9b\x3f\x74\xa1\xd0\xc9\xd1\xca\x1f\xba\x50\xe8\xbf\xdd\xfd\xd3\xa6\x93\x5b\x16\x9a\x2e\x9b\xf6\x64\x38\xa4\xdb\xb6\x9b\xcb\xfc\xe5\x63\x93\x54\x7a\xda\x8f\xd7\x36\xbc\xf0\x76\xad\x38\x3f\x1f\xf4\x91\xdc\xa0\x38\x3f\x1f\x0c\x4a\x7c\xe4\xaf\x38\x3f\x94\x02\xc4\x6b\x96\xbf\xe2\xfc\x28\x45\x63\xb7\x39\x41\x05\xa3\x7e\x32\x8d\xc5\x09\xfa\x20\x39\xf1\x32\x7f\xc5\x09\xe2\xb4\x7d\xca\x57\xe4\xaf\x38\x41\x64\x0a\x61\xf9\xcf\x1f\x99\x42\xc2\xf7\xff\xf6\xcc\x39\xa3\x0e\x03\xe5\xba\xf3\x57\x9c\xb3\x82\x4d\x29\xec\xac\x73\xb6\xcf\xe7\xb4\xc9\x39\xd3\x3f\x15\x61\x37\x9c\xb3\x0f\x1a\xbe\xd2\xfc\x15\xe7\x8c\x5c\xa1\xba\x87\xe4\x94\x15\xbc\x68\x8d\x99\xad\x4e\x59\x65\x23\x4e\x3a\x5b\x9d\xb2\xea\x94\xf1\x7c\xab\x53\x46\x60\xe0\xb4\xfb\xd5\x29\xa3\x40\x60\xfd\xe8\x67\xfe\xaa\x33\x66\x49\x87\xb0\xff\xd5\xf9\xa9\xce\x0f\x7d\xad\xce\x4f\xdd\xfd\x67\xce\xaa\xfd\xaf\x3e\x73\xbb\x61\xff\x11\xc4\x84\x71\xe4\xaf\xda\xff\x0f\x46\x3a\xa4\x66\xff\x9b\x1b\xe5\xa2\x6b\xcd\xde\x5a\xbf\xbb\xd2\x8d\x66\x6f\x9b\x07\x1c\x2e\xdb\x7c\x9a\xcd\xae\x31\x82\x66\xd7\x94\xcd\xb1\xe8\x5a\xf3\xd9\x7d\xd0\x39\x43\x36\x7f\xcd\x47\xa7\x6c\xe6\x30\x84\xfc\x35\x1f\xd4\x07\x95\xe3\xd1\xf2\xd7\x7c\x50\xf8\xa2\x7e\xce\x5a\x73\x9c\x2a\x69\x92\xcd\xf2\xd7\x1c\x68\xf3\xa4\x7b\xef\xe9\x40\x4d\x35\x0a\x17\x77\xf7\xb1\x20\xa5\x87\xaf\x45\x77\xa0\x9d\x93\x39\x5c\x1c\xdd\x81\xaa\xa4\xc3\x77\xa0\xfb\x5c\x3a\xaf\xba\xfd\xe8\x8e\x5d\xf7\x14\x96\x9c\xfc\x75\x07\xcf\x81\xa0\xc4\xd8\xe7\xaf\x3b\xf6\xee\x40\x1d\x55\x77\xa0\x9d\x93\xb9\x16\xd3\xd6\x1d\xa8\x52\x9a\xb3\x95\xf2\xd7\x1d\x29\x95\x28\xc8\x1d\xcf\x5f\x77\xa0\x1f\x04\x5f\xdb\xfc\xf5\x3d\xd0\x97\x44\x6e\x7e\x38\x7c\xa2\x83\x22\xed\xc1\x2d\x87\x43\x1f\x95\x26\x3a\x3b\x1c\x27\x1a\xbc\x77\xc6\x34\x1c\xe6\x07\x41\x21\xeb\xfc\x0d\x87\x49\xa5\x41\xcc\xbb\xf9\x1b\x2e\xc8\xb1\x47\x4e\x2f\x86\x23\xff\xa0\x97\xfd\xff\x8e\x7c\xf0\x65\x0b\xff\xcc\xa7\x3e\xf6\x64\xf0\x50\x86\x93\x31\xd8\xd2\xc2\x3f\x73\x32\x28\x60\x31\x97\xfd\x77\x2e\xac\x47\x48\x66\x48\xfe\x86\x93\x61\x3d\x42\xd7\xf2\x70\x32\x0c\xa1\x5b\xbf\xff\xfe\x4e\xe7\x6f\x3a\x59\x93\x92\x14\xde\x7f\x3a\x59\x9e\x46\x84\x2d\x39\x7f\xd3\x85\x32\x9d\x40\xa6\x79\x3a\x81\x93\xe8\xa4\xc2\x60\xa6\x13\x48\x88\x5d\xae\x1f\x5d\x9f\xce\xe0\x07\x9d\x7a\x37\xf9\x9b\xce\x20\xe7\x11\x25\x99\x0b\xf9\x9b\x4e\xd7\x74\xba\x6c\x72\xba\x76\x55\x43\x6f\xe0\xfe\x66\x3c\x1d\x36\xed\xfc\x4d\xe7\x66\x22\x80\x5d\xe9\xd3\xa9\xe1\xa0\xa1\xbe\xff\xcc\xa9\xd1\xd5\x46\x25\xb8\xfc\x85\x83\x0a\xcf\xa5\xe3\xa9\x85\x83\xd2\xd5\x86\x6e\xca\x5f\x38\xaa\x60\xf5\x2f\x7f\xe9\xa0\x08\x98\x9b\xbe\xbe\xe1\xa0\xac\xd0\xc1\xd1\x11\xf9\x0b\x97\x05\x15\x3a\xf6\xde\x18\x8e\xd3\xa3\x4d\x5d\x9c\xe1\x38\x75\xc8\x2d\xdf\x9b\x70\xa0\x41\x40\xba\x93\x1b\xae\x14\x1d\x72\x18\xcc\xf2\x17\x2e\x15\x6a\x18\x12\x31\x97\xbf\x70\x3a\x82\x8d\xd0\xed\x2c\x9c\x0e\x7d\x74\xcb\xad\x36\xf6\x7c\xa8\xf2\xf8\xe5\x72\x29\x7c\xd0\xa9\xca\x94\xbf\xe5\x52\xf8\x60\x35\xa7\x7b\x39\x69\x8b\x95\xb0\xbc\xca\x49\x5b\x70\x20\x17\xec\x72\xce\x96\xf9\x30\xf4\x62\x39\x67\x6b\x4f\x10\x2b\x61\x39\x41\x1f\x64\x75\x59\x2f\x27\x68\xb1\x10\xdc\x67\x97\x13\x64\x10\xe0\xf2\xe3\xb4\x9c\xa0\x5d\x87\xc4\x26\x27\x68\xf1\x2a\xb9\xf5\x2e\xe7\x47\x6f\xdc\xda\xfd\x70\xe4\x8b\x73\x62\xdc\xdf\xd2\x91\x7f\x60\xdd\x97\xfc\xa5\x23\x4f\xaa\xd5\xef\xab\x1c\xb9\x16\x01\xb2\x31\xf2\x97\x0e\x9d\xf0\x41\xe2\xcf\xf2\x97\x0e\xdd\x6a\x25\x4b\xfa\x94\x8e\xfd\x83\x59\xfc\x52\xa4\xeb\x25\x9d\x8e\xca\xe3\x4c\xa7\x03\x9b\xc0\xfe\xa0\xa4\xd3\x61\x94\x21\x67\x70\xe6\x2f\x9d\x0f\x8c\x02\xfb\x2b\x96\x4e\x47\x1e\x5e\xc6\xe4\xa6\xf3\x91\x24\xcb\xca\x8c\xd2\xf9\x30\xb5\x6e\x49\x2d\xd2\x05\x93\x64\x09\xfb\xe5\x4c\x17\x8c\x9e\xbc\x4d\x2d\x0e\x27\xe4\x20\x4b\xd8\x2d\xee\x70\x42\x0e\xb2\x84\xdd\xdb\x0f\xe7\x03\xab\xc0\x1a\xdc\xf3\x70\x3e\xb4\x0a\x2c\x17\xe9\xe1\xe0\xc9\xad\xfb\xb9\x20\x0f\xc7\xae\x73\x8f\x13\x10\xf2\x77\x38\xaa\x0f\xda\xe6\x5e\x87\x83\xb2\x08\xe2\x72\x3f\x39\x1c\xd5\x41\xc6\xb7\x9f\xa7\xc3\x41\x1d\x6e\x98\x8d\x51\x1d\x7b\x54\x7c\x26\xf7\x65\xae\x85\xc3\x33\x3e\xb8\xea\x74\x2d\x9c\xe4\xc8\xbb\x21\x9e\x0e\x1d\x13\x40\x71\xc9\x9f\x0e\xfd\x74\x2d\x74\x66\xe8\x74\xec\x84\x4e\xee\xef\xce\xe9\xd8\x4f\x92\xe4\xe5\x33\xa7\x4b\xe1\x83\x46\x52\x55\xfe\x4e\x67\x83\x2a\x26\x7b\xef\x3b\x9d\x0d\xa3\x29\x97\x9f\xa7\xd3\xa5\x40\x19\x93\xbd\x07\x9f\xae\x84\x0f\xfa\x74\xc1\x9c\xce\xd9\x07\x7d\x7f\x77\x4e\xe7\xec\x83\x3a\xe4\x07\xa7\x53\x66\xe0\xe4\x92\x70\x9f\xce\x0f\x81\x93\x7b\xe7\x38\x9d\x1f\xcd\x09\x14\xb9\xcf\xdf\xe5\x6c\x50\xa1\xa4\xb9\x43\x5e\xce\x86\xb6\x83\xfd\xe5\xbc\x1c\xfa\xc5\xd0\x7d\x8f\x2f\x87\x8e\xed\x60\x6f\xa4\x97\x43\xd7\x76\xb0\x9c\x8e\xcb\xb1\x5f\xbc\x05\x6e\x27\x97\x43\xd7\xe3\x49\xba\x54\xfe\x2e\x07\xfa\x41\x2d\x3e\xbb\xcb\x81\x6a\x4f\x40\x7a\xe5\xef\x72\x54\x1f\xd4\xbe\xff\x6d\x8f\x8a\x64\xf0\xe0\x97\xb7\x4f\x1d\x73\xc2\xde\xd5\x6e\xc7\x79\x5b\x89\x85\x1f\xde\x8e\x53\x73\x02\xe7\xae\xe4\xef\xf6\xa9\xdf\x3c\x75\x77\x9d\xdb\xa1\xdf\x0e\x6a\xd8\xe6\xa0\x6e\x07\xe5\x3d\x1d\x94\x56\x81\xef\x65\xf9\xef\xaf\xf5\xed\x00\x29\x2d\x92\xd2\x91\xdb\x27\x69\x69\x11\xf9\xe0\xed\xe2\xdf\x85\x15\x99\xfa\xdb\x59\xd0\x95\xba\x94\x4e\xb7\xd3\x80\x2b\x75\xff\xd9\xe3\x34\x3c\x3e\x6f\xd9\xf6\xe3\x3c\x7c\x50\x9b\x1c\xf1\x71\x1e\xa8\x37\x92\x92\xae\xc7\x69\x30\x3b\x6e\xf9\xae\x3e\x3e\xdc\x87\x75\xed\x57\xf2\x71\x1a\x1e\x28\xe2\xfe\x7f\xa7\xe1\xe1\x24\x42\xb7\x8c\xc7\x65\xad\xab\x76\xa9\x20\x1e\x87\xfe\x38\x74\x06\xf0\x38\x74\x05\xff\x72\x87\x7b\x1c\xbb\x27\xd7\xfa\x12\x3e\x8e\xfd\xd9\x63\x67\xee\x1f\xc7\xfe\xb0\x04\x64\xaf\xaf\x63\x37\x8b\x6e\x13\xaa\xd7\x27\x49\x4c\x66\x75\x75\xbe\x2e\xe2\x17\x17\x92\xcf\xf6\x75\x9c\xfa\x82\xf7\x4d\x5f\x47\x85\x94\xef\x7e\xd3\x5f\x47\xa5\x6e\x5f\xbe\x9a\xaf\xdd\xc5\xa7\x4b\x78\x55\xfe\x5e\xbb\xfb\xf2\x1a\xfa\x65\x7e\xed\xad\x52\x9e\x53\x70\xb2\x28\xe5\xcb\x4f\x42\xc3\xeb\x5a\x14\xee\x40\x21\x66\x21\x8b\xc2\xbd\x98\x4e\x47\xcd\xfe\x2c\x2a\xf7\x62\xe9\x0e\xf6\xed\xa2\x72\x07\xbe\xcb\x6c\x9b\xb6\x51\x4f\x8b\x39\x2a\x4a\xf7\xa2\x74\x5f\xac\xf6\xa2\x74\x07\x3c\xf0\x37\x8b\xd2\xbd\x94\xdd\x37\xda\x14\xcd\xc0\x5a\xfe\x9b\xa2\xb9\x28\x9a\x39\x47\x2b\x8b\xa2\xb9\x58\xbd\xd0\x21\x28\x9a\x8b\x59\x71\xd4\x19\xca\xa2\x6a\x06\x96\x32\xab\xa8\x9a\x8b\x12\x99\x12\x42\x59\x94\xc8\x40\xa1\x0c\x71\x96\xb2\xfb\xb6\xeb\xee\x24\x6d\x8f\x6d\x4e\xb9\x37\x60\xca\x8b\x61\x97\xa4\x2b\x66\x51\xc4\x02\x3d\xed\xae\x22\x16\xe8\xe9\x3d\x15\xb1\xa5\x4e\x7f\xc9\xbf\xa9\x58\x81\x20\xc4\x38\x0b\x99\x6b\x59\x14\xb1\x94\xd0\xc9\xa2\x88\x05\x96\x1f\xad\xa2\x88\x2d\x7a\x75\xa9\x38\x93\xa5\xee\xbe\xb9\x78\xb9\x4c\x15\x0b\x2c\xea\x9c\x65\x21\x9e\x52\xe8\x8a\xa5\xa2\xae\x05\xc2\xed\xb1\xa8\x6b\x8b\x21\x96\x14\xa6\xc9\xd2\x1c\x41\xf3\x19\xf8\xff\x3e\x03\xeb\xde\x53\x86\x26\x4b\xf3\x19\x58\xf7\x3e\xfd\x37\xc7\x69\xd8\x25\x45\x67\xb2\xa8\x75\x81\xc1\x81\x04\x59\x9a\xcf\x80\x52\xf8\xee\x1f\x45\xf5\x5b\x7a\xf5\x97\xdc\x54\x29\x0a\x8c\x1f\xec\xb0\xa8\x44\x8b\xb5\x31\x48\x0a\xcf\xd2\xed\xc7\x07\x83\xa3\x0c\xb2\xa8\x44\x8b\x35\xee\x29\xa3\x92\x45\x29\x0a\x78\x68\x44\x96\x6e\xd7\x3e\xe8\x95\x17\xb2\x74\xbb\x66\xa4\xa4\xe3\xec\xbb\x6b\x26\x97\xd8\x74\xd9\x84\xaf\x91\xaf\x7f\x51\xae\x02\xd5\xaf\x67\x51\xae\x96\x4e\xdc\x17\x84\xb7\xa8\x4d\x81\xe8\xce\x8f\xda\xb4\x58\x1a\x9f\x62\x2e\x59\x86\x0f\x6a\x70\x10\x8b\x7d\x55\xaf\x16\x65\x27\xc5\x62\xb2\x28\x3b\x81\x4e\xd6\x79\x16\x65\x67\xb1\x90\x06\xe9\x7c\x59\x86\x63\x42\x77\x12\x10\x92\x45\xd9\x59\x86\xab\xcf\x05\xa3\xc8\x04\x3a\x81\x18\x59\xd4\x98\x40\x1b\x0e\x4a\x8d\x59\xf4\x36\xa7\x8b\x54\xc5\x08\x04\x11\x16\x59\x14\x8c\x40\x74\x88\x77\x51\x30\x96\x7d\xd6\x16\xb7\x54\x30\x02\xa1\xd5\xa9\xa8\x17\x81\xe6\x8e\x58\xd4\x8b\xc5\x08\x4e\x8a\xab\x67\x51\x1c\x16\x23\x38\xe1\xe2\x45\x71\x08\xd4\xee\xa4\x4d\x87\x69\x50\x27\xb9\x2b\x59\xa6\xcf\xce\xc3\x6a\x7d\x8b\x95\x90\xc0\x77\x99\x6d\x0e\xfd\x83\x46\x34\x45\x96\xb9\x87\xce\xf3\xac\xe3\xbf\xbf\xd7\x25\x7c\xdc\xc6\x7c\x62\x48\x2a\xe1\x5c\x05\x69\xa0\x4e\xa9\x3a\x14\x08\x32\x84\xb2\xa8\x43\x8b\x3a\x94\xcc\xf2\x2c\xea\xd0\x62\xc8\xa7\x6b\x5a\x1d\x0a\xd4\xea\x56\xa3\x0e\x05\x6a\x74\xaf\x72\x99\x7c\x50\xbb\x5b\x88\x32\x14\x68\x03\xfa\x57\x94\xa1\x40\x74\x97\xa1\x2a\xb4\x58\x4e\x32\xdd\xdb\xd5\x97\x85\xe3\x6e\xbb\x6b\x4e\x2d\x09\xd4\xbd\xa3\xaa\x25\x8b\x81\x9c\x78\x59\xb2\x28\x00\x8b\x81\x9c\xe8\xcb\xb2\xec\xac\x9a\x10\x63\x7f\x16\x35\x61\x31\x90\xb3\x33\x67\x6a\xc2\x62\x20\x27\xde\x84\x2c\x8a\x42\xa0\x13\x9f\x92\x45\x4d\x08\x7c\x97\xd1\x5d\x45\x21\x50\x08\x01\xc8\xa2\x28\x04\xa2\xbb\xc2\x96\x83\x5a\x04\x78\x63\xd7\x2c\xcb\xe7\xbf\x5e\xff\x8c\xa7\xa2\x4e\x04\x82\x60\xeb\x2c\xea\xc4\x62\x4a\x99\xaf\x9b\x3a\x11\x68\xfb\x6b\xa2\x4c\x2c\xe9\xb6\x85\xb1\xbc\x28\x00\x81\xa5\x85\xae\xa8\xff\x8a\x61\x9b\x0a\x9e\xa2\xb2\x03\x6a\xf8\x09\x53\xd8\x01\x8d\x93\x4e\xb3\x28\xec\x80\x58\x2e\x34\x75\x5d\x39\xdc\x57\x20\x51\x45\xc5\x56\x0e\xb2\x04\x9a\x4d\xae\x2a\x75\x97\xea\xa9\xa8\xbb\x80\xe8\x68\xac\xa2\xee\x02\x3c\x2a\x3b\x8b\xb2\x0b\x58\xc5\x8d\xfd\xd8\xf7\xe4\x0d\x71\x6f\x50\x4f\x95\xd3\x95\x8c\x6c\x29\xca\x22\x20\xba\x8f\x58\x59\x54\xcc\x28\x73\x41\x2a\x8b\x8a\x41\x93\x7b\x4b\x55\xdd\x14\x53\xc5\x7c\x9f\x55\x37\xc5\xa0\x49\x19\x78\xb9\xbc\x29\x41\x93\xcd\x75\xab\x6c\x01\xd6\xc4\xfa\x59\x94\x2d\xc5\x1c\x30\x19\x70\xb9\x7c\x52\x17\xf1\xb5\x6e\x65\x2a\x19\xe0\xbb\x8c\x7e\x28\x65\x00\x1d\xe2\x59\x94\x32\x45\x29\xb3\xf9\x92\x52\x06\x28\xc5\x2d\x55\x29\x53\xac\x1f\xbf\xbf\x43\x97\x6b\xf9\xe2\x3b\xe4\x40\x55\x37\x40\xdb\x7b\x82\xea\x06\x58\xc3\xf9\xbe\x7c\x04\x1f\xd4\xb1\x7b\xeb\x23\xf8\xa0\x0f\xa9\x86\x12\x08\xe8\xc5\xcf\xbe\x12\x08\xa8\xc3\x8e\x29\x81\x8a\x09\x65\x9b\x16\xaa\x81\x8a\x2e\x55\x37\x5e\x35\x50\x21\x9c\x93\xac\xb0\x2c\xb7\x93\x41\x51\x90\xee\xd4\xde\x4e\xc6\xbd\x27\x83\x87\xa2\x04\x02\xcc\x44\xcb\xa2\x04\x02\x62\xf3\xda\xdb\xb9\xf8\xc0\xb4\xb6\x2c\xb7\x73\x61\xe9\x90\xfd\x46\x29\x7b\x80\x12\x72\x03\x65\x4f\xf1\xac\x5c\xf7\x17\x65\x4f\x79\xf6\x13\x66\x9c\x2a\x15\x20\x96\xeb\xf1\xf1\x09\x13\x2d\xda\x9d\xb3\xc7\x31\x7d\xda\xa5\xfe\x7e\xf2\x3f\xc5\x0b\x90\xdd\x17\x4a\xf1\x02\x7c\x97\x31\x4e\xd5\x0b\x10\x9b\x03\x3d\x8e\x80\x43\x6a\x7f\x3f\x37\x6a\x85\x04\x60\xde\x5c\x16\x85\x04\x50\x7f\xda\x45\xca\xeb\x4d\x5f\x6f\xca\x0d\xd4\x16\xc0\x77\x19\xa3\x52\x5c\x00\x26\xce\x65\x79\xf7\x4d\x0f\xac\x8f\xfe\x99\x4b\xe8\x7d\xfd\xe5\x77\xd3\xaa\x90\x00\x92\xf4\x9c\xac\xfa\x04\x01\x93\xe4\xb2\x2a\x2d\xea\x8f\x7a\xac\x14\x51\xcd\xaa\x8e\x00\x92\x5c\x9f\xac\xea\x88\xfa\x0b\x2f\xf3\xa7\xcb\x36\xce\x39\x64\x83\xa9\x6a\x06\x60\x51\x9a\x28\xab\x9a\xa1\xfe\x2e\x7f\x69\xd7\x6e\xdb\x38\x8a\xe6\xe7\x2f\x1f\x9b\x70\x01\x60\x51\xa9\xfa\xf1\x80\xfa\xe3\xac\x8c\xac\x3a\xf2\x80\xec\xf1\x87\x4f\x75\xd5\xcf\x07\x64\x67\x9f\xad\x4a\x96\x5a\x1c\x33\xfb\x7d\x55\x9f\x00\x41\xd1\x8b\xac\xea\x13\x60\x11\x1d\x9c\x55\x79\x52\x3f\x91\xf1\xfd\x72\xd0\x66\xcf\x0b\x71\x80\x7c\x98\xab\x22\xa3\xd6\x5d\xa7\x8c\x1b\xa8\x28\x80\xc0\x3d\x9d\x55\x45\x01\x7c\x97\x05\x6d\xde\x94\x82\x19\x04\x06\x65\xd5\x53\x06\x24\x39\x74\x59\xd5\x1d\x80\x09\x8a\x59\xd5\x1d\xb5\xda\x35\xd8\x60\x55\x64\x00\x49\x32\x49\xd6\xba\xbb\xe6\xa4\x62\xea\xa8\x8a\x0c\x20\x25\x58\x55\x91\x51\x9b\x23\xe0\x03\x5e\x95\x14\x80\x09\x84\x59\x55\x14\xc0\x72\x1f\xa9\x2a\x8a\xda\x5c\xeb\x7c\xac\xab\xf2\x01\x30\xb5\x31\xab\xce\x33\xc0\x94\xc2\xac\x0a\x0a\xc0\x1c\xbd\xac\x0a\x0a\x20\xc9\xe3\xca\xaa\xa0\xa8\xcd\xf5\xc4\x46\x55\x75\x9e\x01\x49\x8a\x59\x56\x7d\x67\xc0\xc2\xf3\x9f\x55\xdf\x19\x90\x54\x44\xc9\xda\x1d\x79\x27\x55\x90\x1d\xae\xea\x4d\xab\xdd\x87\x32\xbd\xcc\x31\x75\x1f\x0a\xfd\x57\x9c\xd4\xee\x0b\xc1\xfb\x5b\x55\x22\x80\x59\x8c\x59\x55\x22\x40\x92\xa7\x93\x55\x25\x52\xbb\x03\x60\x57\xaa\x8a\x0c\xc0\xc4\xc6\xac\x8a\x8c\xfa\x29\x8a\xfa\x23\x42\x20\xab\x92\x02\x08\x1d\xec\x55\x45\x51\x87\xdd\xb5\x6f\x3a\xb7\x00\x53\x38\xb3\xea\xdc\x02\xbe\xcb\xfc\xa9\x4f\xe5\x83\x45\x8e\x7f\x56\x55\x46\x1d\xe9\x65\xf4\x4d\x95\x01\x2c\x4a\xc5\x65\x55\x65\x00\xab\xf9\xa4\x74\x6e\xd5\xe1\xf2\x73\xe1\x8e\x3d\x04\x96\xdf\xf2\x32\x9f\xc1\x24\x20\xef\xe7\x13\x55\x52\x00\x11\xce\xa4\x92\xa2\xce\xe1\x65\xdc\x54\xb5\x00\x98\x46\x9b\x75\x3a\x82\x4f\x06\x7c\x97\xd1\x5d\x65\x40\x9d\xae\x05\xfa\x21\xe5\xaf\xe1\xfb\xce\x17\xbc\x4a\xba\x81\x5a\x5c\xdf\x92\xee\x1a\x3e\x52\x87\x25\x9f\x06\x96\xce\xca\x2a\x9f\x06\xea\xaf\xb8\x7b\x49\xa8\x81\x1c\xee\x1e\xba\x75\x80\xd0\xe6\x5f\xf5\xea\xd4\x78\xfc\xa5\x97\x39\x21\x1f\x98\x6a\x99\x55\x8e\x0d\xac\x70\x77\xd2\x5f\x53\x57\xf5\x97\x74\x57\xef\x0c\x90\x72\x84\xaa\x77\x06\xf8\x2e\xf3\xdf\x1c\x15\xa7\x55\x0d\x77\x69\xd9\x79\x5d\xb7\x97\x31\x50\x69\x31\x10\x14\xe1\xcf\xaa\x43\xa5\x26\x2b\x90\x03\x5a\xb2\x4a\x8b\x81\x45\xe6\x46\x56\x69\x31\xf0\x5d\xc6\xbf\xc9\x8b\x01\xf3\x4c\xb3\xea\x3e\xa9\x39\xbc\x8c\x07\x23\x55\x06\x92\xf2\xe9\x59\xa5\xca\x40\xfd\x51\x6a\x26\xab\xbe\x12\x60\x35\xbf\x03\xba\x4a\x80\xef\x32\xdb\x7c\x08\x24\x42\x8d\x7d\x03\x1f\x42\x9e\x5e\x66\x7f\x7d\x0a\xd4\x89\x9f\x7e\xa3\xa4\xd4\x35\x5f\x2f\x63\xb9\x1d\x3e\x85\x0f\xcc\xf5\xcd\xaa\xab\xa4\x1e\x8e\x14\x23\x45\xd5\x31\x02\x24\xb5\x84\xb3\xca\xbc\x81\xef\x32\x3a\x72\xf8\x14\x38\x4f\x2a\x7c\xcc\xfa\x4a\x80\x1c\x38\x2e\xab\xbe\x12\xa0\xfe\x38\x8e\x25\xeb\xe1\xe0\x3f\x30\x6d\x35\xeb\xe1\xe0\x3f\x48\x2d\xd8\x55\x66\x0f\xe4\xf0\x5d\x96\xd9\x03\x66\xca\x66\x95\xd9\x03\x29\xd3\xac\x32\x7b\xe0\xbb\xa5\x97\xb9\x16\x0e\xd7\x82\x7f\xe6\x5a\x38\x5d\x0b\x3e\x03\xdd\x27\x80\x09\xcc\x59\x75\x9f\xd4\x73\x7a\x19\x5d\xd3\xe5\x01\xac\x39\xfe\xbb\x2e\x4a\x56\x1d\x22\xc0\xf7\x2f\xfe\xb3\x63\x3e\xb1\x46\xba\xf5\xa9\x19\x80\xfa\xa3\x74\x6d\x56\x45\x03\xb0\x48\x6e\xcc\xaa\x4b\x04\xc8\xb1\xbb\xe4\xa0\x2f\x47\xe3\x77\x4b\x1d\x01\x2c\xbd\x48\x55\x1d\x01\x7c\x97\xf1\x70\xd5\x11\x40\x0e\xbb\xa6\x8e\x00\xbe\xcb\xe8\x9b\x3a\x02\x58\xe4\xa1\x64\x55\x47\x00\xdf\x65\xac\x01\x75\x04\x10\xe1\x08\xd4\x11\x40\x0c\xbf\xcf\xca\x88\x7a\xb9\x8a\xfd\xb4\xab\x10\x80\xe4\x10\xde\xac\xd7\x1e\x95\xdb\xcb\x70\x08\x3e\xb7\x8b\xed\xc5\x7d\x43\x3d\x50\xe1\xfe\xbf\xe2\xe3\x95\xfc\x03\xa1\x71\xa9\xea\xff\xa8\xf7\xe5\x65\xb6\x79\x87\x0f\xcc\x06\xce\x2a\x13\x07\xea\xaf\xb8\x7b\xeb\x80\x00\x4c\xf3\xcd\xaa\x03\xa2\x3e\x4e\xa5\xcf\x4f\xc2\x0e\xe4\x70\xb3\x92\xb0\x03\xa1\x27\xb6\x4a\xd8\x81\x1c\xbe\x12\xfa\x1f\x80\x1c\x3e\x3d\x29\x3c\xf0\xfd\x3f\xcf\x45\x0e\x0f\xe4\x70\x1f\x95\xc2\x03\xf5\x57\xfc\xa8\xca\xe1\x81\xd5\xfc\x5a\xea\x93\xa8\x8f\x63\x77\x31\xe8\x80\x00\x56\x77\x72\x75\x40\x00\x49\x19\xd8\xac\xfa\x1f\x80\x1c\xbe\x26\xfa\x1f\x00\x33\xad\xb3\xbe\xae\xb5\x97\x37\x07\x11\x58\x5f\x9f\xc0\xeb\xf6\xe8\x77\x5c\xd9\x00\xe4\x70\xa7\x52\x35\x00\xdf\x65\x4c\x9a\xb2\x01\x58\x7b\x31\xab\x1a\xea\xeb\x8a\x91\xc2\xbf\xae\x18\xab\xf9\x61\xaa\xa8\x7a\x29\xaa\xb2\x41\xa3\x55\x53\x36\x00\x5f\x5b\xa7\xad\xd8\x46\x7f\x59\xb9\x4d\xdd\xd0\x7e\xf6\x97\x69\x6b\x3a\x16\x80\x1c\xb0\xde\xa6\x63\xa1\xa1\x11\xc8\xd1\xce\xa6\x46\x68\xbf\x7d\xd3\xef\x51\x35\x69\x3d\xb0\xd4\x8b\x4d\xde\x0e\xd4\x9f\xe1\x55\x4d\xe2\x0e\xa4\xd6\xad\xa6\xaf\xa1\x15\x5f\x3e\x38\x6e\x93\xb8\x03\x49\x51\xd6\x6c\x12\xf7\x56\x9c\xb7\xf4\xa6\xcb\x36\x44\x2a\x1b\x43\xd3\xaf\x00\xa4\x2f\x5f\xd3\xaf\x00\xe4\xa8\x76\xed\xb4\x89\x9d\x95\x6d\xa1\x19\x7a\xd7\x8a\x65\xc7\xf9\x5c\x34\x55\x00\x60\xe2\x79\x36\x83\xea\x80\x20\x5f\x20\x9b\x41\x75\xc0\xf7\x4b\xee\xa9\x43\x02\x58\x1c\x0d\x9f\x4d\xf9\xd0\xea\xf0\x32\x6e\xaa\x30\x00\x56\xb1\x6b\x0a\x83\x66\x29\x3d\xd2\x3a\xb2\xa9\x0c\x80\xa5\x63\xb7\x55\xc7\x59\x0f\x2f\x63\x3a\xaa\xa3\xe2\xd8\xa3\x59\x6c\x72\x54\x6a\x8a\x5a\x18\x95\x9a\x02\x30\x39\x3f\x9b\x9a\x02\x88\xe5\x7c\x28\x29\x5a\x73\x54\xde\x54\x2f\x05\xb0\x38\x52\x21\x9b\x92\x02\x58\xcd\x11\x28\x29\x5a\x73\xa0\xc5\x7f\x73\xa0\x1f\x24\x71\xff\xd9\x94\x14\xc0\x77\x99\x6d\x0e\xb4\xf9\xa9\xb4\xc9\x81\xb6\x3d\x02\x6f\xea\x08\x3c\x89\x77\x78\x03\x47\x60\x31\xbb\x0a\x4f\x68\x6a\x03\x20\x07\xbb\x7a\x53\x1b\x00\x8b\xaa\xf7\xd9\x8c\xb4\x03\xbe\x5f\xf2\xf8\xf4\x6f\x00\x39\xb0\x91\x36\xfd\x1b\xad\x3b\x2a\x78\x42\x53\x42\x00\xd9\x9d\x0f\xfd\x1b\x80\x75\x03\xb2\x29\x2a\x5a\xf7\x51\x39\x2a\x3d\x17\x40\x68\x37\x69\x7a\x2e\x9a\xaa\x82\x34\xc7\x6c\xaa\x0a\x20\x38\x32\x25\x9b\xaa\xa2\x8d\xe6\x65\x3c\x51\xc3\xe3\x00\xcb\x0b\x64\x53\x41\xb4\xe1\xec\xb6\xf8\xef\x8f\x76\x53\x3a\x00\x6b\xb9\xf0\x8c\x8b\x6b\xc3\xae\xf3\x21\x68\x4a\x07\x20\x38\xf4\x24\x9b\xd2\xa1\x4d\xfb\xe4\x6b\xad\x03\x01\xb0\x96\x41\x36\x1d\x08\x40\xee\xc7\xa6\x24\x68\x73\x99\x51\xc4\x0d\x74\x20\x00\x49\x75\xf1\x6c\x3a\x10\x80\xd8\xb3\xaa\x03\xa1\xa9\x1c\xaa\x2f\xe7\xdc\xfd\xf8\x88\x21\xc5\xcc\xb2\xe9\x40\x68\xd3\x75\xe1\x86\xa0\xed\x1f\x48\x4e\x97\xcb\xa6\xed\xbf\x21\x26\x7e\x15\xcd\xdb\x54\x13\xc0\x52\x9a\x34\x4d\xf8\x80\xe5\x1e\xb2\x69\xc2\x6f\x8a\x89\xba\xff\xcd\xee\x12\x23\x66\x2c\x4f\x53\x4c\xb4\x70\x19\x4f\xfb\xe1\xa3\x0c\x5e\x44\xd4\x4a\x53\x4c\xb4\xe5\x5b\x87\xe8\x68\xc6\x75\x01\xab\x41\xc5\x9b\xca\x01\xa8\x3f\x23\x80\x9b\xd2\x01\xb0\x2a\x44\x36\x95\x43\x23\xd1\xeb\x27\x25\x6a\x1a\xf1\x01\xeb\x38\x64\xd3\x88\xdf\x76\x5a\x17\x5f\xae\xa6\xc5\xbe\x19\xc5\xe5\x8b\xa2\xc1\xbe\x2d\x77\x48\x1c\x2f\x6d\xed\xfe\x72\x98\xbe\x2b\x4f\x53\x7c\x53\x26\x54\x74\x64\x53\x26\x00\x6b\x6f\xfb\xca\x84\xa6\x4c\xa8\x7e\x7e\x94\x09\x40\x6a\xfb\x6c\xca\x84\x76\x38\x21\x58\x06\x9a\xb6\x72\x60\x4d\x78\x77\x93\xc4\x03\xf9\x73\xcd\x48\xe2\x9b\x07\x34\xe9\x4e\x6a\x32\xf6\x26\x63\x77\x3e\x64\xec\x80\xa5\x78\xb2\x49\xd8\x81\xef\x97\x3c\x84\x63\xf7\x43\xc6\x4e\xd7\x64\xec\x4d\xc6\x3e\xed\x86\x53\x74\xb8\x28\x7d\xa4\x52\x76\x20\xf4\x1c\x34\x29\x7b\x93\xb2\x57\xbf\x65\x52\x76\x60\x19\x64\xd5\xa4\xec\x40\xfd\x35\xd8\x7e\xd3\x68\x0f\x58\xc4\x22\x9b\x2c\xbe\x71\x46\xd3\xaf\xf9\xe5\x32\xe2\x09\x58\x54\xe2\xcb\xa6\x69\x1f\xf8\x2e\xa3\x23\xda\xf6\x01\x8b\x51\x64\xd3\xb6\xdf\xce\xf0\x32\xa6\x52\x3a\x0f\x58\xd4\x23\x9b\x6c\xbe\x9d\x8f\x97\xf1\x5c\x8c\x49\x02\x2c\xea\x91\x4d\x73\x7f\x93\x80\x37\x5f\x49\x09\x78\x93\x80\x4b\x15\x24\xe0\x4d\x66\x6d\x80\x72\x93\x59\x03\xa9\x87\xb3\xc9\xac\x81\xb5\x77\x6a\x99\x35\xf0\xfd\x92\x19\xd7\x42\x0f\xc4\x7e\x4b\xb5\xd0\x37\x09\x78\xf3\xdb\x28\x01\x6f\x12\x70\x5f\x35\x09\x38\x60\xd5\x8d\x6c\x9a\xe8\xdb\x0d\x9b\xda\x5f\x38\x8d\xef\x80\x75\x32\xb2\xc9\xbf\xdb\x3d\xbc\x8c\xa9\xd4\xd4\x0e\xc4\x74\x04\x5a\xda\x01\x4b\x07\x65\xd3\xd2\x0e\xa4\xc1\xdf\x4d\x4b\x7b\xbb\xed\xad\x5f\x0c\xcd\xea\x4d\xe6\x8e\xf9\xa7\xdd\xbb\x6b\xec\x1f\xbe\x68\x12\x77\x20\x0c\x11\x6f\x12\x77\xa0\xfe\x9a\xdf\x15\x23\x87\x80\xa5\x16\x6c\x46\x0e\x01\x39\x7c\xb9\xa5\xf7\xc0\xf7\x4b\xff\xcd\x27\xf5\xb8\xcb\x30\x4c\xf9\x7d\x93\xb9\xb7\xfd\x6f\x0e\x0a\xe6\x1e\x3e\x02\x99\x7b\xd3\xd2\xde\x5c\xe1\x5a\xda\x81\x1c\x3e\x76\x29\x73\xd3\xd2\xae\x87\xa8\xc9\x99\x01\xab\x8b\x64\x93\x32\x37\x2d\xed\x46\xeb\xb5\x77\xdf\x81\x77\xd4\xc1\x6b\x69\x6f\xf2\x63\x4a\xa0\x67\x97\x1f\xf7\x9f\x6b\x92\xef\x50\x37\x18\x07\x48\x4e\x58\xc8\xae\x0d\xbd\xff\x0e\x2f\x5b\xb4\x9d\xb6\xa9\xc8\x1b\x4d\x97\x4d\xbb\x8a\x2e\xff\x26\x19\x06\x56\x85\x97\x76\xc9\x70\x97\x0c\x93\x17\x9d\x5d\x32\xdc\x25\xc3\x58\xe4\xbb\x64\x18\xc8\xb1\xfe\xf0\xd5\xee\x9a\xbd\x81\x1c\x58\x66\xbb\xec\xb9\x4b\x95\x75\xad\x76\xa9\x32\xb0\x0c\x30\xe9\x52\xe5\x2e\x55\xc6\xa6\xd6\xa5\xca\x9d\xa3\x6a\x7e\x54\x4c\xc8\x6e\xfe\x09\x90\x63\x39\x98\xc7\x26\xc7\xcc\x62\xec\x12\x63\x20\x39\x59\x29\xbb\xc4\xb8\xcb\x78\x49\x9d\xce\x2e\xe3\xed\xd8\xbd\xa9\x33\x95\x5d\x76\x0b\x58\x80\x28\xbb\xec\xb6\x4b\x5b\x9b\xa3\x92\xb6\x02\x4b\x1e\xd8\xa5\xad\x5d\x8e\xca\xd9\x04\xd9\xe5\xa8\x40\x72\xc4\x4c\x76\x39\x2a\xb0\x4a\x7a\x95\xb3\xd6\x5c\x8c\xac\x95\xae\xdd\x1b\x58\xee\x07\x5d\xda\xda\xe5\xa8\xcd\x39\x92\xa3\x76\xed\xde\xec\xdd\x5d\x8e\x0a\x7c\x97\x79\x53\xa7\xb2\x69\xcf\xf1\xa6\xae\x1e\xa9\x2c\xa5\x69\xb3\x4b\x65\xfb\xa6\xb2\xfe\xdb\x1e\x15\xdb\xa8\x57\xc9\x64\x7b\xf7\x4d\x74\x08\x12\x52\x60\x19\xb9\xd4\xb5\x72\xf7\x4e\x3f\x94\x1d\x5d\x63\x35\x90\x03\x0a\xd9\x25\x9f\xc0\x77\x99\x3f\x75\x19\x53\x61\x8c\xa2\x63\xd9\x25\x9f\x7d\x14\x2f\xe3\xa6\x1a\xab\x81\xf5\xf3\xb9\x18\xfe\xd2\xc7\x3e\x0f\xd0\x36\xfb\x26\x21\x85\xde\x76\x09\x69\x1f\xaf\x97\x71\x07\x53\x1c\x00\xcb\x0d\x66\x37\x60\xa5\xcf\x7d\x24\x18\xa3\xd7\x96\x0c\x24\x67\xba\x64\x97\x5d\x02\xdf\x65\xb6\x79\x07\xe9\x25\x4c\xa1\x4b\x2f\x3b\x81\x27\x3f\x9d\xb5\x5d\xe2\x08\x84\x9f\xed\x2e\x6f\x04\xea\xcf\xf0\x81\x2e\x71\x04\xac\x32\x94\x5d\x2b\x74\x97\x4b\x1a\x8c\xd0\xe5\x92\xdd\x83\x43\xf9\x14\x74\xb9\x24\xf0\x5d\x46\x47\x0c\x24\x01\x16\xd5\xbd\xb3\x1b\x48\xd2\x09\x07\xf9\x75\x5f\x05\xc9\x64\x37\x2d\xc1\xb7\x54\xfb\x35\x50\x7f\xa6\xc3\x74\x0d\xd8\x80\xa5\x8d\xb2\x4b\x39\x7b\xf8\x4c\xbb\x1d\x71\x58\xe6\x20\x38\xbd\xc6\x88\x00\xcb\xb8\xbe\x2e\x0b\x05\xcc\xb0\xcc\x2e\x0b\x05\x96\x79\x34\x5d\x93\x76\xd7\x30\xad\x7f\xbf\x4b\x2f\x3b\x45\x03\xfe\x5d\x66\x6f\x17\x27\x16\x7a\x4b\xc3\x41\x80\xa2\x91\xa8\x4b\x2e\x81\xa9\xab\xae\x4b\x2e\x81\x69\x1a\x4d\x37\x1a\xa4\xaf\x9b\x26\x1e\x8a\x36\x6e\xa0\x69\xcc\xef\x32\xd0\xfe\xb1\xce\x69\xc6\x4a\xd7\xc4\xdd\xad\x19\xd0\xdd\xf4\xb5\x71\x03\x65\xba\x48\x35\x71\x77\x33\x04\x9c\x0b\x4d\xdc\xc0\x34\x89\xa5\x9b\x20\x00\xcc\xf5\xf3\xbf\x5c\x55\xe9\x93\x43\xb4\x74\xe9\x2c\x30\x15\x4f\x5d\x36\x0b\x7c\x97\x31\x26\xe9\x2c\x50\x48\x46\xcf\xae\xd1\xbb\xe7\xf5\xfd\xb2\xf8\x67\x3e\x25\xea\x01\x48\xe5\xbb\x81\xff\x40\xa9\xcd\xce\xee\x91\xbf\xc4\x13\x70\x95\x26\x6f\xa0\x52\xe7\x28\xbb\x26\x6f\xa0\xe8\x2d\xec\xf2\x67\xa0\x50\x08\x3c\xbb\xfc\xb9\x1f\x0c\xdc\xe9\xd1\xe0\x0d\xf4\xb6\x7f\xe8\xc0\x0f\x0e\x0c\xdb\x4d\x8e\x1b\x83\x77\x73\x61\x4b\x9f\x81\x66\x36\x4c\x97\x3d\x03\xc5\xec\xa3\x2e\x7b\x06\xe6\xbf\xab\x5c\x03\x07\x6b\xa0\xd8\x2f\xd7\xc0\xe1\xe4\x30\xad\x92\x67\x60\x9a\x32\xd3\xe5\xce\x40\xcd\x7d\x95\x93\x73\xb2\x2c\xe0\x7b\x5d\x9e\xdc\x4d\x16\xf0\xef\xb5\x76\x03\xd3\x24\x94\x2e\x73\x06\x9a\x2e\x93\x2e\x73\x06\xe6\xc2\x53\xd1\x25\xce\x40\x29\xed\xbf\x4b\x8f\x66\x97\x57\xf7\x93\xf1\x4a\x1d\x34\x75\x03\x9d\x7a\x3f\xd9\x35\x75\xf7\x93\xc1\xb9\x5f\x19\xfc\x0f\xd4\xb2\x7f\xb8\x07\xf7\x7e\x57\xc1\xe8\xba\x44\x1b\xe8\x94\x4a\xc9\xae\x3d\x1c\x68\x13\x61\xda\xb5\x87\x03\x45\xb3\x7c\x97\x8d\x03\x75\xfa\x4a\xc9\xc6\x81\xc9\xf9\x4d\xd9\xb5\x86\x03\x4d\xb7\x54\xd7\x1a\x0e\x54\x6a\x1f\x65\x97\xb2\x03\xdf\x8a\xb7\x17\xae\x06\x4a\x96\x19\xfb\xd1\x35\x69\x03\xdf\x65\x0c\x49\x9b\x76\xbf\x79\x12\xf6\x4c\xfb\x75\xbf\xdd\x72\x5c\x6e\x06\xb4\xf4\x9b\xd7\xcc\x5d\x4e\xfe\x0c\x4c\x33\x1c\xba\xfc\x19\x98\x9a\xb3\xba\x91\x2a\xc0\xf7\x67\x5e\xe6\xfc\xdf\xac\x37\x98\x66\x97\x65\x03\x6d\xca\x58\x34\x99\x03\xd5\xf0\xa4\x2e\xf1\xee\x0f\x8b\x0b\xee\xd9\x65\xd4\x40\x37\xa2\xb4\xcb\xa8\x81\xb9\x29\x97\x8c\x1a\x68\xcb\xa7\x24\xa1\xee\x0f\xfb\x8b\x53\xa6\x75\xbc\x3f\x7b\x7f\xa1\x63\x9a\xc7\xfb\xc3\x28\x9d\x0b\x09\x35\x30\xf7\xcb\xae\x25\x1c\x98\xcb\x41\x6a\x09\x07\xa6\x79\x3f\xdd\xe8\x7c\xa0\x84\xec\x4d\xdb\x38\x50\xf7\xab\xf7\xec\x41\xb2\xc8\x64\x26\x1a\xc2\x81\x5a\xdc\x31\x35\x84\x03\x5d\xaf\x40\xd7\x10\x0e\x94\xea\x1b\xf4\x3a\xee\x97\x41\xba\x14\xe5\xf9\x40\xd7\x5e\xd7\xa5\xf9\xc0\x5c\xce\xb4\x34\x1f\xe8\xd3\x8d\x43\x96\x0f\xcc\x25\x5d\x94\xe5\x03\xed\xe7\x4c\x1b\x4f\xd3\xb5\x9f\x77\xc7\xad\xfd\xbc\xbf\xbc\x5c\xbb\xaf\x0e\x92\xd3\x39\x95\x8a\xdd\x90\x7e\x60\x9a\xba\x30\x54\x0c\x40\xa3\x6e\x56\x0e\x0d\xea\xc3\xe4\x7c\x7a\x31\x34\xa8\x03\xd3\x2c\x85\xa1\xac\x00\xa6\xf9\x0d\x43\x59\x01\x14\x4e\x7c\xcb\x61\x68\x0e\x50\x38\xcb\xe7\x93\x20\x36\x31\x15\xe1\x55\xcb\x26\xce\x4a\x2e\x5e\x95\x36\xf1\xb8\xf7\x0f\x4f\x9b\xce\xef\x3b\x07\x2b\x1c\x2a\x14\xa0\x99\x37\x35\x0c\xdf\x19\x3f\xc6\x88\xd8\x1b\x6a\x16\xa0\x19\x71\x3d\xd4\x2c\x40\xe3\x40\xa6\x1c\x4a\x96\x51\x26\x3f\xe4\xbf\x8c\xee\x07\xba\x11\x1e\x43\xb1\x01\x4c\x33\x1b\x86\x62\x03\x28\x12\xe9\xa1\xd8\x00\x6a\xec\xbf\xb7\xf7\x85\xc5\x8a\xd6\x18\xda\xe5\x87\x92\xc4\xb0\xb6\xa1\x24\x19\x85\xee\xa3\x07\x87\xf2\x03\xa8\x3f\xaa\xde\xe4\x50\x7f\x00\xcd\x57\x6b\x68\x97\x07\x26\x47\x74\x7f\x32\xce\x26\x36\xc0\xf4\xcf\x7c\x46\x14\x89\xe3\x94\xb2\x1c\x46\xf5\x00\x9d\x92\x65\x9f\x62\xb3\x89\x73\xea\xd9\x78\x86\xc6\xfb\xa1\xf1\x9e\x72\xf0\x39\x94\x37\x40\x33\xbd\x62\x28\x6f\x80\xc9\x79\xd9\x39\xaa\x93\x51\x1d\xb9\xb7\x74\xe4\x95\x6f\xdf\xfe\xa1\x03\xa7\xae\xb3\x1e\xe7\xa1\x2c\x02\x6a\x71\x7a\x94\x45\x40\x6d\x7c\xd5\x86\xd6\x7c\xa0\x5a\x64\x61\x18\x20\x34\x1a\x53\x81\x30\x18\x0a\x25\xe0\xeb\x3e\xb7\x54\x29\x01\x53\xc6\x38\x14\x4a\xc0\x34\x01\x63\x28\x94\x46\xe3\x89\x43\xf8\x87\xa2\x08\x68\xc5\xc7\xab\x26\x02\xa6\xa1\xed\x43\x4d\x04\x14\x3d\x3d\xc3\xdc\x7a\x60\x1a\xb4\x3c\x0c\x0f\x1a\x2a\x27\x23\x14\x87\xca\x69\x7c\x32\x69\x72\x0c\x54\x0e\x65\x12\x50\x46\x2f\xff\xfd\x55\x1e\xfa\x03\x80\x6a\xce\xd0\xd0\x1f\x00\x4c\x0e\x9c\xce\xa1\x3b\x60\xf4\x3d\x2f\xac\x4b\xe5\xd7\xe0\x2c\x9b\xfc\xd9\xe4\xd3\x27\xcb\x5e\x65\x38\xb4\xfd\x03\xdf\x2f\xbd\x81\x13\xc3\xf9\x36\xc9\xb7\x74\x28\xd2\x80\x6a\x62\xca\x50\xa4\x8d\x2d\xd2\xa6\x6d\xce\xcc\x07\x93\x73\xa2\x73\x28\xd2\x86\xc9\x0d\xfb\xcf\x9c\x98\xee\xc4\xd0\x0d\x93\x1b\x80\x12\x2e\x12\x23\x91\x80\x62\x38\xe0\x50\xdc\x8d\x4f\xb5\xcd\x74\x6b\x52\xb5\x01\x5f\x2f\xf8\x7f\x23\x91\x06\x07\xd0\x98\xf7\x32\x8c\x30\x1a\xfa\x09\xf4\x84\x0c\xfd\x04\xc0\x94\x94\x0d\xfd\x04\x40\xdd\x7b\x8c\xa9\x0d\xc0\x4c\xd7\xaa\x41\x47\x63\xd0\x7f\xa8\xdb\x50\x28\x02\xdf\xff\xdb\xe6\x00\x26\xcf\x09\x56\x36\x14\x8a\x40\xd5\x2e\x37\x14\x8a\x63\x32\x65\x98\x0c\x87\xca\x0e\xa8\xfb\x31\xa9\xec\x80\xfa\x33\x48\x73\x98\x53\x00\x4c\x0e\xdf\xcd\xa1\xd8\x03\xaa\x6e\xa1\xa1\xd8\x1b\x14\x9f\xe3\xa8\xe8\x4f\x3d\xdb\xe4\x9c\xb9\x79\xeb\x38\x00\xda\x1e\x93\x5a\x0f\x08\x0b\x2b\x0c\xb5\xde\x88\xdd\x0d\xef\x69\x37\x48\x07\xd7\xed\x34\xd4\x62\xc0\x6a\x30\xe0\x61\x78\xd1\xd0\x6f\x60\xac\xe8\xd0\x6f\x00\xa4\xc1\x04\x43\xbf\x01\xb0\xf6\xd3\xd4\x6d\x30\x96\xbd\x75\xff\x36\xbc\x08\xc8\xe2\xc6\xa9\xdb\x60\x2c\x17\xb2\x7b\xba\xca\x0e\x08\x13\x1a\x86\xca\x0e\xf8\x2e\xb3\xbb\x2e\x84\x0f\xd6\xbf\x7f\x73\x21\x7c\x90\x9c\x9e\x90\xc3\x40\xff\x61\x48\x93\x21\x80\x43\xb9\x07\xa4\x7a\x63\x28\xf7\x80\x25\xc3\x1c\x3a\x1c\x86\x51\x4e\x46\x22\x0e\x25\xe0\x30\xca\xc9\x9d\x46\x05\x38\x8c\x72\x32\x98\x6d\x28\x01\x81\x65\x19\x8f\xa1\x04\x04\xd2\xa0\x89\xa1\x04\x1c\xba\x2a\x8c\x48\x1b\x8a\x3b\x60\x29\x0b\x87\xda\x6e\x1c\xf6\xc3\x0d\x5b\xf5\x05\x2c\x63\x95\x87\xea\x6b\x18\x83\x64\x0c\xcf\x50\x7e\x01\x61\x42\xc0\xd0\x7d\x01\xec\xbc\xda\xa1\x22\x03\xc2\x84\xb0\xa1\x22\x1b\xc6\x1b\x19\xe4\x34\xd4\x5f\x40\x98\x24\x36\x8e\xdd\x35\xa3\x7a\xbd\xa5\x4f\xea\x38\xfc\xa5\x5d\xf3\x49\x11\x70\xb4\xbf\x25\x0a\x30\x20\x8b\x1f\x34\x05\x18\x90\xa6\x85\x0e\x05\xd8\x38\xf7\x59\xc9\x3c\x29\xb5\x15\xb0\x2c\xcb\x32\xd4\x56\xe3\x1c\x5e\xc6\x4f\xd5\x45\x40\x16\x77\x76\xe3\x8d\x86\xd1\x43\xfa\x64\x86\xfe\x86\x61\xf4\x90\x9f\x4c\xa3\x87\x86\xd1\x43\x46\xd0\x0c\x25\x15\xb0\xf6\xc7\x5c\x49\x05\xa4\x19\xfe\xc3\xe8\x21\x20\x25\xad\xe3\xdc\x23\x60\xa9\xf9\xe5\x53\x65\x01\x69\x5c\xcc\x50\x65\x0d\xdd\x19\x06\x6e\x0d\x05\x14\x90\x66\x12\x0c\x05\xd4\xb8\x1c\xa7\x6f\xa8\x72\x09\x48\xce\x43\xcf\xa1\x5c\x1a\xca\x25\xe3\xdd\x86\x72\x09\x48\x43\x7b\x86\x2e\x8e\xa1\x8b\xc3\x00\x86\xa1\x8b\x03\x58\x25\xec\x87\x43\xe7\x08\x1b\xe3\x67\x86\x1e\x0e\x60\x19\x08\x32\xf4\x70\x0c\xb5\x97\x41\x65\x43\xed\x05\xa4\xb1\x32\x43\x0f\xc7\xb8\x9b\x97\xf1\x53\x93\xa7\x81\x34\xf2\x66\x28\xc7\x80\xb4\xba\xca\xd0\xe9\x01\x84\x7a\x6f\xe8\xf4\x18\xba\x33\x74\xeb\x0f\x85\x16\x10\xb9\x7e\x7f\xf8\x54\xab\xc3\x80\xfa\x1b\xfb\x9f\x7d\x6a\x78\x40\x0c\xb9\x19\x7a\x40\x86\xee\x0e\x83\x86\x86\xe2\x0c\x88\x90\xea\x28\xce\x80\xdc\xd4\x59\x71\x36\x9e\xee\x2f\x79\xe0\xfa\x36\x80\xe4\x68\xc0\x1c\xaa\xb3\xa1\xbb\x43\x13\xf6\xd0\xdd\x01\xd4\x70\xf5\xa8\xce\x80\x61\x4c\xec\x50\x9d\x01\xad\xf9\xc5\x52\x9d\x01\xc3\x78\xe0\xa1\x3a\x1b\x86\x2e\x19\xa0\x36\x94\x67\x40\xf9\xb9\x37\x2a\xcf\x80\xa6\xc1\x6c\x3c\x7b\xe8\x54\xf7\xf7\x5b\xa4\x62\x03\x5a\x25\xd8\x68\xa8\xd8\x80\x11\xbe\x0f\x2a\x36\xa0\x19\xcd\x3f\x54\x6c\xc0\xb0\x78\xd7\x30\xe5\x1a\xa8\x9b\xd0\xe9\xbf\x19\x9f\x88\x1b\x9b\x56\x2a\xe2\x86\xc5\xd3\x7c\x9f\x15\x71\x40\xef\x2e\x73\x45\x1c\x50\xf7\xf4\x2b\xe2\x80\xb2\x24\xf0\x8a\x38\xa0\x85\xac\x52\x0d\x07\x0c\xab\x6d\x0d\x63\xa0\x80\xba\xdc\x2d\x94\x75\xc0\xb0\x8c\xd6\x50\xd6\x0d\x3d\x41\xc6\xb4\x4d\x75\x1d\x50\x54\x97\x53\x5d\x07\x14\x93\xba\xa6\xba\x6e\xfe\xf6\x31\xe3\x34\x35\x9b\x3a\xff\xdf\x68\x1a\x36\x69\x2e\xf3\xaa\x69\x13\xb3\x83\xca\x9a\x46\x53\x4d\xb3\x30\x8c\x7c\x9b\x0a\x3b\x60\x28\xc7\xa7\xc2\x6e\x5a\x74\x6d\xd9\x8b\xc3\xa6\x9b\xab\x82\xa6\xc7\xa6\xe7\xbb\x2a\xfd\xff\xd7\xa6\xf7\xbb\x8a\x8f\xf9\x54\xd8\x01\x45\xbf\xc9\x54\xd8\x01\x55\xb6\x33\x15\x76\xc0\xd0\x8e\x3d\xf5\x45\x4d\x93\x2c\xf4\xda\x4f\xbd\x4d\x40\xd5\x24\x33\xf5\x36\xcd\x4f\xff\x0d\xf7\xf9\xa9\xfe\x03\xbe\x5f\xda\xe6\x90\x3e\xb5\x37\xac\xab\x35\x55\x7b\xc0\x77\x99\xff\x76\xd9\x86\x6d\xa2\xd8\x74\xdb\x44\x19\x94\xee\x00\x1c\xb9\xc1\x5a\x06\x70\x4d\x83\xb5\x80\x62\xe4\xd7\x54\x14\x4e\x45\xa1\x11\x40\x53\x51\x08\x74\xd3\x1f\xa7\xa2\x70\x9a\x3d\xce\xa7\x76\x2a\x0a\x67\x75\xcf\xc5\x36\x34\x95\x68\x40\x4f\xa8\xc7\x34\xe2\x6a\xea\xa7\xfa\x77\x53\xfb\xf6\x41\x33\x98\x62\x2a\xc8\x66\xb3\x1f\x6c\x23\x53\xf9\x35\x4d\x02\x87\x9d\x4d\x5d\x57\x40\x99\x2e\x34\x15\x19\xd0\x0b\xec\x6f\x2a\xc8\x80\x5e\xf9\x1a\x4c\x05\x19\xd0\x65\x14\x53\x41\x06\x54\x8d\x30\xd3\x80\xab\xd9\xfc\x5e\xba\x44\x95\x5f\x40\x9f\xae\x2a\xe5\x17\xd0\xd3\x21\x29\xbf\x80\x6e\xe6\xcb\x54\x7d\x01\xf5\xa7\x23\x78\xb6\x3d\x4c\xd2\x33\x18\x91\x82\x0c\x68\xe6\x26\x4e\x15\x17\xf0\xfd\x90\xff\x57\x72\x01\xdd\x5c\xd3\xa9\xe4\x9a\x4a\x2e\x0d\x2c\x53\xc9\x05\x94\x70\xe4\x7a\xbc\x80\x4a\x05\xd5\x9c\x06\x65\x01\x95\x73\x5a\x73\x2a\xcc\x80\xaa\x21\x63\x2a\xcc\x80\x52\xf7\x2d\x5d\xa1\xe4\x9c\x9b\xca\x3a\xd5\x65\xd3\xd0\x2d\xa3\x65\xa6\xc2\x0c\xa8\x73\x0f\xd3\x29\x23\x74\x6b\xed\xff\x77\xca\xd0\x65\x56\xa6\x99\xea\xb2\xd9\xdd\x81\xd8\x79\xa7\xc2\x0c\x68\x52\xba\xa9\x30\x9b\x63\x8f\x9c\x31\xe9\x4f\x03\xba\xe9\xb3\x53\x65\x06\x34\xe3\x0d\xa6\xc2\x6c\x1a\xf3\x65\x70\xc8\x34\xa8\x0b\x58\x56\xfa\x98\x06\x75\x4d\xc5\x9a\xbe\xbe\xa9\x58\x03\xca\x2f\x6d\x72\x50\xc3\xef\x50\xfc\x77\xed\xef\x9c\x8a\x39\x60\xa9\x02\xa7\x62\x0e\xf8\xfe\xc5\xae\xbb\x4e\x06\x55\x12\x20\x90\x53\x81\x37\x15\x78\x46\x5e\x4c\x05\x1e\x50\x64\x0d\xd3\x44\x13\xa0\xeb\xcd\x9f\x6a\x3e\x60\xc9\xab\xa6\x9a\x0f\x28\xe6\xbb\x4c\x7d\x83\x73\x4e\xff\xdf\x5f\xba\x2a\xa8\x8a\x6e\x4d\xcc\x69\xad\x33\xa0\x37\xd7\xa6\xd1\x68\x40\x53\x9a\x4f\xa3\xd1\x80\x6a\xb5\x9c\xa9\x53\x71\x1a\x8d\x66\xb4\xca\xd4\xab\x08\x74\xc3\x75\xa7\xd2\x73\xea\x41\x54\xa1\x4e\x45\xe5\xd4\x83\xd8\x6c\x72\xe4\x7a\x10\x0d\x78\x98\x7a\x10\x81\x6e\x85\xcd\xa9\x07\x11\x88\x65\xd7\xd4\x9e\x40\xb7\x26\xe3\x34\x8c\x0d\xa8\xb3\xf8\x43\x17\x0a\x6a\x74\x42\xee\xa6\x6a\x14\x68\x8a\xfa\xa9\x1a\x05\x56\x75\x1d\xea\x78\x9c\xe1\x9a\x70\x39\xe9\x52\x04\x56\xfc\xec\xab\x0f\x5d\x67\xa1\x0e\xca\xa9\xb3\x10\xe8\xc6\x32\x4d\x65\x26\x50\x0d\xc6\x9c\xca\x4c\xe0\xfb\x25\x0f\x5d\x9f\x22\xd0\x0d\xa0\x9a\x2a\xcf\x69\xc4\x9a\xa1\x73\x53\xe9\x39\x3d\x2c\x68\xff\xd2\xa7\xc2\xe1\xa3\x7b\xfb\x57\x79\x02\xdf\x2f\x19\x95\xd2\x13\xe8\x56\x25\x9d\x6b\x8f\xc0\xa3\x01\x6c\x72\xd5\x2e\x2a\x6c\xfa\x45\x50\x79\x02\xbd\xba\x61\x2b\x3c\x67\xf2\xf6\x4e\xc7\xa9\xa4\x04\xca\xe6\x01\x4a\x4a\x60\xed\xaf\xa1\x5e\xc5\xa9\x57\x91\xf3\xab\x73\xea\x55\x9c\xbb\xec\x98\xbf\x74\x36\x8c\x91\xa3\x63\xea\x4e\xa0\xad\xfd\xf7\xce\x05\xa9\xe9\xbf\xcd\x6c\xcc\xa4\x01\x96\x59\x7d\xd3\x44\x1a\xa0\x6b\xd6\x9a\xba\x1e\xe7\xb1\x7b\xc1\xbf\xe9\xe3\x03\xda\xfe\xc8\xa9\x31\x81\x25\x55\x9e\x6a\x4c\xa0\xfe\xa6\x7b\x99\x22\x13\x58\x13\x2a\x3b\xd5\x98\xd3\xa0\xb6\xe9\x37\xc1\xa0\xb6\x69\x65\x2f\x77\x59\x9d\x75\xc0\xd2\x38\x3c\x15\x94\xd3\x38\xb7\x89\x74\x99\x2a\x4a\x60\x58\x49\x77\xea\xad\x03\x96\x71\xa1\x53\x6f\xdd\x54\x77\x5a\x24\x77\xaa\x3b\x81\xba\xc9\x8d\xba\x73\x1a\xfa\x66\x6e\xd4\x34\xf4\x0d\x58\x46\x41\x4f\xa5\x28\x10\x9b\x7b\x28\x45\xa7\x52\x74\xbf\x51\x4a\x51\x20\xb5\xaf\x4e\xa5\xe8\xfc\x74\x67\xec\xf5\xa8\xee\x04\xaa\xde\x86\xa9\xee\x04\xbe\x3f\xe3\x06\x0a\x4f\xa0\x55\x28\xf4\xd4\xbd\x07\x74\x53\xc0\xa6\xee\xbd\x79\xb9\xf8\x30\xea\x4d\xb5\x28\xd0\xcd\x6f\x9e\x3a\xf3\xa6\x95\xc2\xdd\x6b\x55\xa7\xd3\x00\x3c\xf7\x25\xd5\xe9\xb4\x50\x38\x36\x83\xa9\x38\x05\xbe\xff\xf7\x97\xce\xc6\x85\x35\x50\x5a\xad\x38\x9d\x06\xdb\x6d\x22\xa3\x14\x05\x8a\xb5\xaa\xa6\x52\x14\xe8\xfb\x13\x6c\xb0\x1d\x10\x5a\x83\xa7\xce\x42\xa0\x18\x40\x38\xd5\xab\xd3\xfc\x97\x89\x83\x72\x1a\x7f\x07\x84\x41\xed\x53\xff\xe1\xd4\x7f\x38\x51\x82\x53\xc1\x0a\x94\xee\xc6\xa4\x60\x05\x96\xd9\x45\x53\xc1\x3a\x6f\xc7\xe9\xea\xd3\xa7\x08\x2c\x13\xe2\xa6\x3e\xc5\xa9\x4f\x51\x2b\xd3\xd4\xa7\x08\x84\x25\x06\xa7\x52\x17\x58\xc6\xe4\x4d\xb5\xec\xbc\x7d\xc4\x38\x4f\xa7\x71\x7a\x40\x98\x68\x31\xd5\xad\x40\xfd\x6d\xae\xa1\x70\x05\x96\x85\x8a\xa7\xc2\x15\x58\xad\xfd\xa1\x5a\xd9\xd4\xe9\x38\xd5\xb0\xd3\xd5\xaf\x86\x05\xba\xe1\xa1\x53\x0d\x0b\x84\xb6\x82\xa9\x86\x05\xfa\x4f\xfa\xac\x86\x9d\xcf\xe3\x9f\x31\x35\x4a\x51\x20\x0c\x94\x9b\x4a\xd1\xf9\x3a\x18\x7f\xaa\xf0\x04\x56\xa8\x73\x14\x9e\x40\x98\x14\x39\x15\x9e\xd3\xcc\x9a\x29\xf3\xd6\x7d\x08\xd4\xbd\xc1\xa9\x3c\x81\x6a\xf6\xf1\x54\x79\x4e\xa3\x04\xa7\x5b\x97\xd2\x13\x28\x26\x80\x4f\xa5\x27\xf0\x5d\x66\x9b\xa3\xe2\x00\xd6\xbd\xab\xaa\x3d\x27\x42\xf3\x37\x65\x88\x2a\x4d\xa0\x6d\xfa\xa1\xd2\x9c\x2a\xcd\x09\xbf\x09\x95\x26\xd0\xcd\xee\x0f\x95\x26\x10\xe6\x1d\x86\x4a\x33\x4c\xe5\xe7\xf0\xd9\x0c\xfd\x85\x40\xb3\xa8\x4f\x28\x35\xc3\xcc\x1d\x3d\xfb\xa1\xd6\x04\x42\x7b\x4d\xa8\x35\x81\x6e\xee\x78\x28\x35\x81\x30\xe2\x30\x94\x9a\x40\xb5\x5c\x67\x28\x35\xc3\x84\x7f\x4e\x6f\xca\xd0\x63\x08\x54\xbf\x1e\xa1\xfc\x04\xc2\x1c\xa8\x50\x7e\x02\x21\x65\x0b\xe5\x67\x14\x77\x6d\xbe\x61\xa1\xb2\x04\xaa\x05\xd2\x42\x61\x19\x65\x8f\x89\x7f\x33\xe5\x07\xa8\x86\xae\x85\xce\xc6\x50\x32\x4e\xa4\x6b\x28\x19\x81\xa6\xf9\x37\x94\x8c\x61\x96\xbf\x35\x82\x42\xcd\x08\xb4\x7f\x37\xb5\xbb\xd5\x8f\x1d\xd2\x3b\x74\xe1\x01\xcb\xcf\x53\xe8\xc1\x0b\xc5\xa0\x75\x7f\x43\x31\x08\x84\x81\xbc\xa1\x18\x8c\xea\xb4\x2d\x7f\x6a\x47\x2a\x3b\x3e\x9b\x68\xa8\x0f\xc3\xfc\x7d\x4e\x5c\xca\xd0\x3d\x07\x84\x19\x66\xa1\x3e\x0c\x63\x1b\x39\x5e\x29\x43\x81\x08\x54\x4e\xf7\xca\x50\x20\x86\x11\x8a\x1a\x46\xc3\x08\x45\x20\x77\x8b\x0f\x19\x5f\x9c\x85\xb8\x42\x5f\x5c\x98\x85\x3f\x31\xae\x84\x3a\x0f\xf0\xd0\x87\x0c\x75\x5e\x18\x9f\xd8\xfc\xa5\xb3\xd6\x77\xcf\x18\xbb\x0a\x0e\xf0\xa0\x89\x0c\x15\x5c\xa8\xe0\xc2\x9b\xaa\xe0\x80\xe4\xf0\xff\x0c\x15\x5c\x98\x86\xcf\x51\x4a\x19\x8a\x33\x60\xd5\x7d\x99\x23\x30\x18\x31\xf8\x8e\x85\xfe\x2a\xa0\x69\xa0\x0d\x83\x11\x81\xd0\x54\x1a\x6a\xa7\xd0\x85\xc5\x19\x49\x19\x2a\x25\xa0\x9a\xa2\x10\xe6\xd2\xc7\x58\x5e\xc6\x32\x1a\xfb\xa6\xc9\x65\x74\x4d\x4f\x17\xe0\x59\x1c\x19\x6a\x27\xa0\x58\x6c\x23\xd4\x4e\x61\x2e\xbd\x55\x82\x43\x25\x04\x14\xb3\x96\x43\x21\x14\xc6\x44\x5a\xac\x26\x54\x42\x40\xe5\x20\xa1\x0c\x85\x10\x50\xe5\x8f\xa1\x10\x02\x2a\xe7\x22\x66\x28\x84\xc2\x90\x48\x0b\xe4\x84\xb2\x07\xe8\xc6\xe8\x84\x21\x91\x31\x9d\x6f\x77\x0a\x65\x0f\xb0\xf4\xb8\x86\xb2\x07\x28\x56\xcd\x0f\x65\x4f\x44\xf5\x97\x8c\x40\x09\x02\x54\xd3\x77\x42\x09\x02\xf4\x5f\xf7\x2a\xbb\xa1\x47\x4c\x36\x17\x6a\x10\xc0\x42\x73\xa1\x04\x09\x43\x18\xc3\x19\x32\x84\x11\x08\x79\x55\xa8\x37\x42\x71\xb1\x57\xa9\xe2\x02\x08\x19\x53\x28\x2e\x42\x4f\x94\xde\xa9\x50\x0f\x00\x4d\xc5\x17\xea\x81\x50\x0f\x70\xf4\x45\xc6\xda\x77\x20\xf4\xd3\x3f\xf3\xd9\x99\xfa\x12\xbb\xcd\x87\x47\xea\x8b\xd5\x99\x42\x3d\x10\x7a\xa2\x8c\xa5\x0c\x05\x41\x64\xa5\x6b\x36\x39\x69\x6a\x84\x18\x7f\x88\xf2\x0e\x25\x04\x10\x12\xaf\x50\x42\x84\x5e\xa9\xf0\x33\xa3\x38\x00\x5a\xc1\xee\x16\xaa\x83\x30\x33\x3e\xfc\x58\x18\x26\x08\xd4\xe6\x9b\xa9\xa3\x2a\xf4\x4a\x69\xf0\x0d\xbd\x52\x40\x48\xb3\x42\xaf\x54\x98\x54\xb3\xd7\x85\x3e\x28\x20\x2d\xdb\x13\x2a\x86\xd0\xb9\xa4\x01\x36\x24\xfe\x40\x4c\xb7\x42\x9d\x4b\xc0\x77\x19\x93\xa3\x77\x09\x28\x1a\x35\x43\xef\x12\xf0\x5d\xe6\x1d\x9c\x7d\xea\x59\x49\x31\x43\x15\x11\x3a\xa1\xac\x98\x1e\x6a\x06\x20\x94\x98\xa1\x64\x00\xea\x2f\x7c\xc3\xd4\x0c\x40\xc8\x14\x43\xcd\x10\xa7\x7d\xf3\x7b\xa1\xdf\x08\x48\x03\x01\x43\xfe\x1e\x7a\x84\x2c\x16\x16\x7a\x84\x80\x5d\xda\x3a\x64\xe1\xa1\x47\xc8\x6a\xfb\x21\xe7\x0e\x3d\x42\x61\x93\xf3\x26\xc1\xd6\xe2\x1d\x12\x6c\x20\x0d\x1c\x0c\x09\x36\xf0\x5d\xc6\x48\x75\xff\x84\x35\xa8\x76\x3f\x9c\x5e\xdc\x3f\x1d\xa1\x12\x72\xee\xb8\xed\xae\xaf\xba\x3c\x19\x58\x96\x81\x0c\x5d\x3d\x21\x01\x36\xaa\x36\x24\xc0\x40\xea\x75\x0e\x09\x70\xe8\xd8\x31\x76\x35\x64\xbb\x40\x9a\x68\x13\xf7\xbe\xe9\xed\x65\xcc\x9b\x9e\x1b\x20\x4d\xdb\x09\x3d\x37\xf1\x0c\x2f\x63\xa4\x3a\x5b\x80\xa6\x37\x21\x8c\x84\x03\x9a\x29\x89\x21\x75\x0d\x6b\x3d\x59\x86\x3c\xe4\xae\x40\x59\x7e\x3e\xe5\xae\xf1\x5c\xff\xfb\xbf\x59\x7d\x7c\x3a\x56\x80\x5a\x9d\x35\x1d\x2b\xf1\x56\xff\x8c\xc7\x27\x29\x05\xba\xf2\x2b\x24\xa5\x61\x3a\x8b\x55\xc2\x43\x77\x08\xd0\xcd\xbb\x08\x79\x2a\xd0\x9a\xcf\x40\x9e\x1a\xc4\x9c\xfd\x2c\x1c\x1e\x72\x46\x60\x71\x0a\x68\x2e\x29\xe3\x32\x8d\x5b\xab\xe2\x92\x33\x02\x8b\xf3\x04\x73\xc9\x19\x81\x90\xd6\x2c\xbd\x13\xc0\x32\x84\x7e\xc9\x22\x81\xef\xcf\x26\x6d\xc3\x36\x2a\x1c\xb0\x77\x2f\x59\x24\xb0\xcc\x72\x5b\xb2\x48\x20\xe7\xb4\x67\xcb\x26\x2a\xe5\x4f\xaf\x4a\x9b\xd2\xff\x0f\xda\x0e\xdb\x38\x3e\xb4\xf8\xff\xa7\x4d\x2e\x98\xe6\x4f\x2f\xdb\xbe\x55\x2a\x67\x5c\x92\xcd\x25\xd9\x34\x1a\x74\xc9\x36\xd7\x47\x2d\x53\xe2\xb7\xa4\x96\xc0\xd2\xfb\xb4\xf4\x6c\x00\x4b\xfb\xd4\xd2\xb3\x01\x44\xf8\xff\xf2\x4f\x20\x0c\x1d\x5a\xf2\xcf\x55\x14\xc0\xdd\x36\x87\x5e\x88\xc6\xc7\xb3\xb1\xf4\x6c\x00\xab\xe2\xb1\x58\x3a\x36\x96\x94\x94\x23\x92\x73\x49\x49\x01\x8f\x0a\xcd\x25\x25\x5d\xfa\x22\x8c\x53\x5d\xfa\x22\x80\xe4\x9c\xde\x6f\x57\xb1\x89\xdd\x69\xf9\x54\x0c\x47\x03\x56\xf8\x54\x0c\x47\x5b\xa6\xd6\x18\xdb\xb6\x8c\x47\x03\x3c\x65\x34\x97\x64\x76\x49\x49\x3d\x63\x66\xd5\xdd\x91\x9b\x72\x32\x36\x39\xb7\x52\x52\x63\x3d\x97\x94\x14\x58\x3f\x34\xc0\x92\x92\x2e\x0b\x43\xfd\x3f\x63\x77\x93\x33\x3b\x93\x5c\x77\x7c\xee\x55\xf4\x0e\x5c\x24\xab\xc8\x0c\xc0\x33\x8f\xed\x3d\x24\x93\x49\x40\x03\x49\x8d\xb6\xb4\x7f\x83\xe7\xc7\x77\x20\x4d\xfa\x0e\x2e\xfe\x17\x04\xeb\x29\x7e\x15\xf3\xc4\x89\xc8\x48\x65\x9c\x4d\x52\x21\x28\x0a\xba\x91\x9f\x41\xd3\x8f\xa4\xd1\x9f\x4d\xea\xc1\x64\x95\x26\xf5\x10\xb4\xac\xbe\x58\x4d\xea\xa1\xd1\xa4\xea\x25\x1b\x4d\x1a\xb4\xdf\xbb\x9b\xc3\x35\x15\x5b\xa5\x65\xe3\xfa\x07\x4d\xa9\x48\xe3\xfa\x37\x15\x54\x8a\x15\x1b\xa7\x3e\x68\xb2\x16\x8d\x53\x1f\x1c\x95\x57\x5d\xfb\xbe\x5f\x30\x73\x52\xf9\x4e\xab\x99\xb4\x9f\xb7\x42\xfb\x83\x26\x28\x8d\x16\x0d\x4a\x2d\x71\xa3\x45\x83\x66\x25\x99\xc6\xc7\x6f\x4c\x7b\xcd\x57\x1b\xd3\x3e\x68\x47\xe4\x69\x23\x45\x83\x32\x97\xb0\x91\xa2\x8d\x8f\xef\x15\xd7\x68\xd1\x66\x72\xb6\x27\x8a\x16\x6d\xb4\xa8\x6a\xc3\x46\x8b\x06\x6d\xf5\x03\xa0\x45\x9b\xbe\x4e\xfc\xaa\x46\x65\x06\xb5\x67\xa4\x6c\x54\x66\xa3\x32\x55\xfa\x35\x2a\x33\xb0\x20\x6d\x35\x2a\xb3\xf1\xdb\x5b\x46\xa8\xc6\x6f\x0f\x0e\x75\xa8\x8d\xf0\x6c\xfb\x7b\x0a\x39\x53\x56\x7a\x70\x18\x29\x1b\x27\x3d\xa8\xdd\x0f\x91\x93\xde\x54\x6c\x29\xd3\x6b\xfb\x7b\x0a\x79\x89\x7a\xb9\x30\xd7\x83\x12\xb9\x35\xe6\x7a\xd0\xd6\xd8\xf2\x8d\xb7\xde\x28\x5b\xc5\x7c\x8d\xb2\x0d\x2c\xc6\xfb\x8c\xd1\x36\x7d\xb3\xe0\x77\x9e\x14\xca\x36\xf8\xbe\x8f\x1d\x61\x1b\x2c\x6a\x5c\x1a\x65\x1b\x6c\x8b\x5f\x26\x73\x3d\x38\x16\xef\x63\xe6\x7a\xb0\x69\x23\xdc\xcc\xea\x09\x36\x5d\xc5\x9a\x89\xe4\xc1\xf7\x93\x41\xac\x11\xc9\xc1\xbe\xb8\x3c\x44\x72\xb0\x1d\xef\x9f\x77\xcf\xb3\xd6\x88\xa9\x05\x4d\x6d\x59\xb0\x98\x0a\xd5\xd4\x96\x05\xc7\xe2\x3d\xae\xb6\x2c\x58\x3e\x1f\x9b\x5c\xb0\x96\xd5\x89\x32\x44\x36\xa5\x65\xc1\x61\x35\x99\xa6\xb4\x2c\xf8\x9a\xc5\xda\x08\xf5\x60\xdd\xbd\x3f\x09\xf5\x26\x0b\x60\x4c\x93\x05\x08\x36\xcd\xf7\x9a\x24\x40\xb0\x9a\xdf\xd0\x24\x01\x82\xc3\x64\x86\x26\x07\x10\xac\xfa\x69\x34\x9a\x3f\x78\xee\x6d\x2e\x3e\xd1\xdf\xd2\x54\x56\xdb\xa1\x46\xe1\xb7\xf6\x3e\x4f\xb9\x62\x14\x7e\x70\x2c\x09\x43\x1b\x85\x1f\x7c\xd5\xc0\x34\x02\x3f\xd8\x3e\xae\xab\x52\xb3\x56\xef\xf3\x94\x33\x27\xfa\x83\xed\xf0\x88\x11\xf5\xc1\x41\xad\x37\xa2\xbe\x99\x3c\xaf\xc4\xb3\x49\x0c\x04\x5f\x75\xc6\x4d\x5e\x20\x58\x37\xc3\x1c\xe9\x1f\x6c\xbc\xc8\x46\xfa\x37\x2d\xb6\x54\x82\x36\x99\x81\x56\x67\xbe\xd3\x61\xb8\x1a\xc9\x02\xc8\xfd\x35\x59\x80\x66\x02\x92\xb7\x8d\x09\x48\xad\x5c\x8c\x7c\xa5\x30\x22\x58\xb4\x35\x6c\xc2\x88\xf6\x84\x11\x87\x3e\x47\x4d\x14\x11\xac\x9f\xa2\x03\x84\x11\xc1\x42\x4f\x35\xc5\x6d\x2d\xcb\x91\x2e\xc6\x3d\x51\x44\xb0\xb1\x3a\x9b\xbc\x43\x53\xdb\xe6\xb9\x96\x77\x68\x26\xd3\x2b\x5b\x6d\x22\x86\xd6\x93\x89\xf6\x1c\x88\x0e\x9a\xfe\x57\xfa\xa4\x37\x49\x86\xe0\x6d\xde\xdf\x04\x0c\x4d\x92\x41\x8f\xd0\x26\x62\x08\xde\x95\x30\x9a\x80\xa1\xc9\x28\xa8\x6e\x6d\x32\x0a\x41\xe9\xb5\xdd\x64\x14\xda\xe9\xe1\x7b\x0f\xc4\xe5\x4e\x3d\x9a\xce\xd3\x4d\x5c\xd1\xf8\xf6\x45\xb1\x89\x18\x82\x66\x8a\x6d\xe3\xdb\x37\x41\x44\x25\x9a\x69\x82\x88\xa0\x74\xdb\x6e\x82\x88\xa6\xac\x4c\xe5\x6a\xe3\xdc\x07\xf5\x4a\x42\x71\x45\x1b\xae\xdb\xe6\xa3\xae\xdb\x88\x47\x41\xd9\xf1\xdf\x9b\xf9\xef\x0c\xc8\xa6\x3a\xac\x3d\x11\xc3\x6e\xce\x71\x13\x31\x34\x66\xbb\xec\x7f\x63\xb6\x07\xfb\x2b\xc6\x98\xed\xed\x72\x6c\x7e\x53\x26\xf0\x04\x9b\x15\x89\x9a\x58\xa3\x3d\xf1\xc5\x6e\xed\xb0\xc6\x58\x0f\x0e\x85\xbc\x4d\xa8\xd1\xc4\x15\x7a\x88\x37\x71\x45\xb0\xec\x7f\xe2\x85\xb7\xeb\x3d\xc1\xfb\x79\xc7\x7a\xca\x58\xf1\x41\x99\x29\xd6\x58\xf1\x8d\x15\xaf\xed\x77\x63\xc5\x37\x35\x64\x5e\xfe\xac\xf8\x66\xea\x8e\xbe\xdc\x4d\xc0\x12\xfc\xd8\xc1\x4d\xc0\x12\x1c\xfc\xe6\x26\x5e\x09\x6a\xf1\xdc\x89\x57\xda\x4c\x45\x9f\x5f\x89\xe2\xb0\xa6\x38\x4c\xd9\x48\x13\xc3\x04\xa5\xdf\x5e\x13\xc3\x34\x96\xbc\x5a\x95\xc6\x92\x0f\x0e\x95\xd6\x8d\x25\xdf\x58\xf2\x0a\x3b\x1a\x4b\xbe\xb1\xe4\x3d\x15\xa2\x9f\xe0\xd9\x2d\x87\x2b\xfc\x09\x4a\xf7\xbe\x26\xfa\x69\xa6\xdc\x28\xa0\x68\x2c\xf3\xa0\xc9\x03\x34\xe5\x5a\xc1\xf1\xd7\x17\x38\xdc\x07\x4d\x11\x6b\x13\x10\x35\x26\xba\xac\x6f\x89\x88\xca\xc4\x7d\x89\xda\x12\xeb\x04\x4d\x01\x48\x89\x75\x4a\xac\xa3\x71\x63\x89\x75\x82\xe3\x78\xff\xda\x6e\x53\xb3\x5b\xcb\xb6\xb2\x2d\x37\x61\xb5\x5b\xb7\x29\xeb\x7d\x7d\xfc\xb1\xd3\x26\x27\x1a\xeb\xa7\x44\x31\xc1\xe1\x25\x54\xa2\x98\xe0\x90\x2d\x28\x41\x4c\x69\x16\x60\xad\xa6\x12\xc5\x04\xcb\xf2\x6e\x5a\x6c\x5a\x72\x18\x39\x4f\x51\x4c\xd0\xf4\x5e\x2f\x51\x4c\xbd\x51\x4c\x8e\x5f\x14\x53\x66\xfe\x5b\xe9\xa8\x84\x2c\x41\x3b\x32\xc8\x97\x90\xa5\x32\xf3\xe6\x43\x8a\x95\x62\xac\xa0\x54\x1a\x95\x28\xa6\xb8\xe8\x0a\x1d\x8a\x8b\x1e\xb4\xac\x41\x5d\xc5\x45\x2f\x91\x8d\x25\x7a\x4a\x64\x13\xb4\xdd\xe1\x8a\x6c\xca\xdc\x18\xab\x07\x15\x67\x3d\x38\xfe\xfa\xa4\x63\x53\x52\xa5\xf5\x77\x89\x4f\x82\x23\xcb\xe3\x56\x29\xa9\x2a\xed\x6d\xb5\xb1\x2e\x5e\x78\x50\xa6\x6e\x96\x62\xa9\x12\xb2\x58\x91\xa3\x84\x2c\x41\x2d\xab\xdd\x1c\x47\x56\x78\x5c\x18\xe4\x25\x18\x09\x4a\x53\xcc\x12\x8b\x04\xcf\x6e\x3e\xea\xd8\xd2\xa6\x76\xfd\x3a\x8e\xf7\xd8\x52\x38\x1c\xdd\x53\x0a\xa1\x2a\x4d\xa6\x5e\x11\x55\x0c\xf2\xa0\x96\x08\x87\xe2\x8f\x07\xeb\xf2\xc9\x58\x59\x0c\xf2\xa0\x6d\x9e\x70\xc1\x4e\xc5\x33\x5f\x3e\x9e\x36\x9e\x79\x65\x9e\xbf\x96\x95\xa5\x52\x29\x68\xea\x7a\x4b\xfc\x13\x94\xc6\x1f\x25\xfe\xa9\xb4\xa9\x5d\x4c\x2c\x2b\x35\x48\x41\xb3\xe8\x6b\x31\xdb\x83\x66\x1a\x7a\x09\x70\x82\xf5\x5d\x2c\xac\x44\x38\xc1\x21\x83\x55\x22\x9c\xe0\xf0\xfe\x2b\xfe\x7b\xf0\x7c\xd2\x36\xb7\xe5\xc1\xbb\xb2\x59\x89\x83\xea\xe7\xb6\x2c\xfe\x9a\x33\x78\x50\x26\xa7\xd6\xef\x3d\x03\xb7\xc5\xcf\x56\x84\x13\x1c\x16\xe3\x2c\x11\x4e\x25\xc2\x59\x34\xca\x2e\x11\x4e\x50\x4b\x86\xca\x12\xe1\x04\x3f\xc9\xb5\x52\x50\x14\x3c\x9f\xcc\x89\x0a\x7a\x4a\x83\xdb\x84\xaa\x25\xe8\x09\x9e\xdd\xf2\xa5\x82\x9e\x7a\x42\x97\x9f\x54\x5a\x09\x5d\x82\x45\x31\x42\x99\x7f\x12\x7c\x57\x8f\xe4\xfe\x1e\xed\xf3\xaa\x90\xdc\x28\xc1\x4c\xb0\x59\x66\xa2\x04\x33\xc1\xf2\x89\xea\x2e\xc1\x4c\xb0\x49\x54\x97\x58\x26\x78\x0e\xcc\x27\x9d\x53\xd6\x4e\x34\xd4\x97\x60\x26\x58\x34\x9e\x28\xc1\x4c\xb0\x69\x36\x56\x82\x99\xe0\xc7\x10\x2a\xc1\x4c\xa5\x07\xd6\xf2\x71\xef\x84\x2e\xc1\xaa\x9d\x5e\x09\x5d\x82\x67\xb7\x9c\xb9\xd8\x25\x58\x9e\x1f\xe3\x3f\x1d\xaf\x4b\x68\x13\xfc\x18\x41\x25\xb4\x09\x9e\x3f\x9c\xdb\x28\xb6\x29\xb1\x4d\x9c\xbd\x12\xdb\x04\x3f\x4b\xdd\x96\xd8\x26\x58\x2d\xfc\x54\x62\x9b\x6a\x2e\x56\x06\xa8\x12\xc9\x04\x3f\x46\x4d\x89\x64\x82\xed\x7d\xe1\x8b\x64\x82\x85\xc3\x53\x22\x99\xe0\xc7\x08\x2a\x91\x4c\xb0\x6a\xa4\x50\x22\x99\xe0\xf9\x4a\x9f\x74\xfd\x1e\xfc\x2c\x47\x59\x42\x99\x60\x51\x8b\x52\x22\x99\xe0\xf9\x64\x9e\x4c\xe9\x8b\xe0\xc7\x07\x2a\xd1\x4d\xb0\xfe\xf5\x9c\x88\x6e\x82\x75\x8f\x34\x2d\xd1\x4d\x3d\xa1\xcc\x8f\x99\x53\x42\x99\x60\x95\xc8\x2a\x91\x4c\x3d\x31\xca\x8f\xaf\x51\x42\x94\x60\xb3\x2c\x45\x09\x51\x82\x2f\xd3\xaa\x84\x28\xc1\xd7\x84\xe5\x12\xa2\x04\x5b\xbd\x07\xe1\xc4\xbb\x1f\x5b\x04\x67\x09\x0e\x82\x9d\x00\x29\x59\x87\xea\xde\x81\x09\x18\x4a\x74\x10\xfc\x94\xc9\x97\xe8\xa0\xba\x67\x2e\x4a\xa8\xa4\x1d\x82\xa6\x5f\x56\xc9\x3a\x04\x4d\x5a\xa3\xc4\x10\xc1\x51\xce\x49\xd2\xa1\x4e\xaf\x4a\xc7\x21\x86\x08\x9a\xc2\xc2\x12\x43\x04\xcf\x6e\x39\x51\x31\x44\x70\xf0\xb6\x4b\x0c\x11\x34\x96\x4e\x49\x3a\xd4\x78\xbf\x20\x5f\xaa\xce\x27\x38\xd4\xeb\x97\x3a\x9f\xca\x24\x0e\xcb\x91\x57\x29\x8a\x09\x1a\xeb\xac\xc8\xf4\xa0\x4c\xb1\x2e\x65\x32\x41\x13\xa5\x17\xfb\x3f\x58\x17\xc5\xe6\x45\xcd\x07\xa5\x66\xbc\x88\xf9\xa0\x7d\x52\xa3\x55\xc4\x7c\x5d\x6e\x41\xca\x14\x8b\x98\x0f\x4a\x8b\xae\x22\xe6\x83\x52\xb0\x5c\x12\x07\xc1\xf3\xc9\x9c\x14\x81\x1f\x34\xe5\x0a\x45\xe0\x07\xcf\x6e\x8e\xc3\x9d\xca\x5a\x12\xba\x87\x15\xcd\x1f\x3c\xbb\x39\x77\xb7\x2a\x1d\x6c\x45\x98\x45\xd5\x07\xeb\xf2\x6a\x17\xb2\x3e\x68\x32\x61\x45\xd5\x07\xa5\x5b\x63\x51\xf5\x35\x1d\x47\x2c\xb4\xa2\xba\x83\xe3\x15\x16\x54\x77\x99\x1e\xaf\xaf\x78\x99\x6d\x11\x34\x4d\xe8\x8a\xc2\xae\xf8\xff\xcb\x12\x2b\xa0\xc8\xdd\xa0\x99\xab\xd7\xa9\xdd\x60\x5d\x44\x04\x9d\xff\x1f\x1c\xa6\x3a\x74\xfe\x7f\x8f\xda\x5d\xe8\x94\x4e\xed\x06\xe5\xad\xdd\xa9\xdd\x9e\x9a\x8e\x45\x94\xd0\x09\xd4\xa0\x34\x9c\xec\x04\x6a\xd0\xb4\x45\xea\x6a\x3a\x82\x52\xe4\xd8\x49\xd6\x9e\x62\x8d\x85\x74\xe9\x8a\x35\x82\xd2\xf3\xaa\xf3\xcf\x7b\xa6\x01\x2c\xcb\xbb\xad\x6c\xcb\x4c\xb4\xbc\x9c\xba\x79\xe0\x3d\xad\x4c\x17\x5e\x58\x57\x4b\x11\x14\x83\xb2\x9b\x0e\x1d\xac\x8b\xa9\x51\x9d\x97\x1d\x94\x55\x76\x3b\xad\x18\xd4\xfa\xfe\x31\x67\x10\x7b\x7b\xe1\xd2\x75\xf6\x76\xd0\x58\x5f\x9d\xbd\xdd\x37\x67\x95\x5f\x77\x57\x46\x1f\xd4\xea\xaa\x91\x8f\x41\xfb\xbe\x9f\x6c\x36\xe5\xa1\xcf\x4b\xb8\x73\xbc\x3b\xa9\xb8\xbc\xbb\x39\x34\x52\xb1\x1c\x86\x43\xdb\x1c\x5a\x86\xf9\x4e\x2b\x06\x45\x7c\x75\x45\xf3\x41\xe9\xfe\xd2\x55\x5c\x04\xb5\x6e\xf6\xda\x6c\xca\xaf\x36\x3f\xee\x4e\x3c\x06\x4d\x63\xa3\x4e\x3c\xf6\x34\x89\x5a\xcc\x7e\xeb\xea\xdc\x83\xa2\x3f\x3a\xf1\xd8\xbf\x2e\x77\xde\x31\x9d\x54\x0c\x6a\xfd\x93\x65\xb6\x3a\x27\x3d\x58\xdf\xe8\xa6\xb3\xd2\x83\x92\xc0\xeb\xca\xe0\xfb\xcf\x43\x9c\x71\xb2\x93\x8d\x41\x5b\x3e\x36\x39\x74\xb2\x51\x53\xe4\x4e\x36\x06\xed\xf0\xa4\x90\x8d\xfd\xe7\x0c\xf3\x4e\xee\xcc\xf2\xa0\x91\xc7\x9d\x57\x1e\x94\x74\x60\x27\x2e\xfb\xcf\xe1\xe6\x9d\xdc\xc9\xc6\xa0\x99\x97\xd4\xd5\x68\x74\x4a\xd2\xc4\xba\x4e\x49\x06\x4d\x47\xce\x4e\x49\x06\xcf\x6e\xb9\xac\xa4\x64\x50\x4a\x5b\x3a\x25\x19\x94\x25\x38\x3a\x25\xd9\x77\x67\x90\xf7\x63\x57\x7e\x11\xd4\xea\x37\xc7\x2a\x0f\xd6\xc5\x5a\xc8\x9d\x57\x1e\xac\xc7\xc7\x6e\x6e\x9b\x75\xb8\x9d\x3b\xc1\x19\x6c\x8a\x5d\x3a\xc1\x19\x7c\x0d\x3d\x9d\xe0\x0c\x96\x35\xef\xda\x4e\x70\x06\xdb\xe2\x19\x26\x38\x83\xe7\x28\x72\x4e\x14\x67\xb0\xf0\x01\x3b\xc1\x19\xac\x94\x70\x27\x38\x83\xdd\x22\x90\x9d\xe0\x0c\xb6\xef\xe2\x2b\xdd\xe1\x47\x64\xee\x1f\xaf\x0c\x56\x79\xb0\x5a\xfd\xba\xd3\x9b\xc1\x6e\xdd\x8b\x4e\x6f\x06\xdf\x3d\x91\x53\x27\x37\x83\x8d\x2a\xe9\xf4\x64\xb0\x5b\xf6\xa2\xd3\x93\x9d\x9e\x74\xa9\xc9\xc9\x60\x57\x33\xdb\xc9\xc9\xfe\x68\xc7\xfd\xe3\xea\xd0\x8e\xc1\x7a\xf8\x46\xbe\x78\x27\x27\x97\xe4\x55\x3a\x39\x19\xac\xef\x6d\x23\x27\x83\x5d\x01\x6e\x27\x27\x83\xd5\x42\x4a\x9d\x9c\x0c\x96\xe6\x81\x22\x27\x83\x5d\x47\xb6\x4e\x4e\x76\x72\xf2\xbd\x49\xe4\x64\xb0\x1b\xe4\x3b\x39\xd9\xc9\xc9\xc3\xdf\x77\x79\x1e\x7c\x95\xbd\x77\x6a\xb2\x93\x8e\x9a\xbe\x74\xd2\x31\x58\xb5\x86\xea\xa4\x63\xb0\x93\x02\x9d\x31\xde\x19\xe3\x0e\x96\x9a\xec\x8f\x82\xdc\xff\xda\xe4\x5a\x94\xb7\x6e\xc6\xfd\x4e\x4e\x06\xbb\x61\xbf\x93\x93\xc1\xf6\x89\x88\xe8\xe4\x64\xb0\x1b\xf5\x3b\x39\x19\x3c\x7f\xcc\x36\x67\xfe\x60\x5b\xcb\x77\x3a\xf3\xca\x2d\x2f\x7f\xcc\x2d\x7f\xf0\x63\x5f\x76\xfd\xb5\x7a\xcf\x29\xb9\x71\xec\xed\x60\xdd\x1d\xab\xe9\xdc\xbd\xe7\x94\x5c\x1e\xee\x76\xf0\x65\x8f\x76\x02\x36\xd8\x3f\xef\x07\x9d\x64\x2a\xed\x97\x77\x8c\xe3\x78\x07\xbb\xf5\x4b\x3a\x4d\x1b\x2c\x1a\xea\x77\x9a\xb6\x77\x8f\xa7\x27\xa3\xbf\x07\x9b\xc6\x9f\x06\x2a\x8e\x77\x70\x28\x62\xee\xc4\x6a\x70\xec\x06\x64\x62\xb5\xc7\xc9\x5e\x56\xbf\x25\x4e\x76\x70\x48\xa4\x75\x4e\x76\x70\xa8\x5e\xeb\x4a\xe3\x83\x85\x7b\xde\x95\xc6\x07\xeb\xa2\xdd\x78\x57\x1b\x1f\x1c\xe6\x00\x74\xa5\xf1\xc1\xb3\x5b\x9e\x76\xb6\x78\x70\x58\xb8\xb3\xb3\xc5\x7b\x0a\xe1\xdf\x80\xa7\x2b\x84\x0f\x0e\x85\xcb\x9d\x40\x0e\x0e\x45\xd2\x9d\x40\x0e\x0e\x69\xa6\xae\x28\xa7\x67\x8d\x87\xb7\x2d\x51\x67\xa8\x07\x07\x97\xaa\xf3\xd3\xbb\xb5\xab\x49\xdf\xae\xb4\xa6\x0f\x87\x96\x0b\xa9\x8e\xa6\x0f\xb7\x60\xf5\x51\xb7\x20\x2b\x35\x28\xfd\xee\x44\x79\xb0\xbe\xdd\x1b\x3a\x55\x1e\x1c\x56\xe5\xed\x54\x79\x50\x3a\xbd\x74\xaa\x3c\xd8\xd4\xb3\x77\xa2\x3c\x68\x26\xce\x75\xa2\x3c\x78\x97\xa0\xef\x44\x79\x90\xc5\xeb\xff\xf9\x18\xad\xda\xbd\x93\xf1\xef\xe8\x4f\xc6\x07\x8b\xaa\xb8\x4e\xc6\xf7\xeb\x3d\x65\x5f\xe6\x94\xd3\x6e\xd6\x5c\xbb\x4e\x65\x77\x2a\xfb\xd5\x64\x54\x76\x70\xb0\x54\x3a\x95\xdd\xa7\xc7\xce\xa3\xa8\xd8\x27\x38\xde\x11\x82\x77\xde\xa7\xdb\xe1\x51\x54\x6f\x1e\x1c\x1a\x72\x75\xb6\x78\x27\xd0\xdf\x61\x95\x40\x0f\x0e\xeb\x8d\x74\x02\x3d\x28\x7d\xc1\x3a\x57\x3c\x38\x2c\xf3\xd1\xb9\xe2\x3d\x45\xe3\xcb\xea\xb1\x50\x34\x1e\x1c\xda\x2a\x75\x45\xe3\xc1\xba\xac\x89\x2c\xbb\xa2\xf1\xe0\x50\xeb\xdc\x39\xe0\xfd\xf6\x10\x47\xb6\x9e\xa4\xfd\x19\x23\x7b\xd1\x6d\xfc\x64\x64\x07\x5f\x97\xf2\x64\x64\x9f\x1f\xd7\xe8\xdd\xb6\xdb\x96\x0a\x9d\xbc\x0e\x4e\x15\x3a\xc1\xb3\xdb\x9a\x6d\xcd\xb6\x24\x18\xe2\xee\x9c\xbc\xed\x53\x04\xb0\xee\x0e\xe4\xb2\x2d\x05\x6d\x3f\x5f\x30\x6d\x72\x9b\x77\xc7\x76\xdb\xe6\x22\x3d\x0f\xe3\x29\x04\x38\x17\xa7\xe0\x1b\x18\xd2\xc1\xc1\x99\x39\x19\xd2\xe7\xe2\x85\x90\x41\xe6\xa4\xf7\x83\xd2\x83\xe9\x64\x3e\x9f\x8b\x2f\xcd\xe8\x7d\xb2\x95\x83\x83\x5b\x73\x9a\xcf\x7b\x66\xa5\x85\xc5\x72\x8c\x27\x5b\x39\x28\xfd\x06\x4e\x93\x77\x83\x83\x5b\x73\x2a\xa1\x09\x9e\x4f\xe6\xe4\xd5\xd0\x04\xc7\x7b\x1c\x4a\x68\x82\x67\xb7\x5c\x5e\x35\x34\x41\xdb\xbe\xfe\x9a\xab\xbb\x7a\x42\x32\xda\x9d\x7c\xeb\xa0\x96\xdd\x27\x9d\x68\xac\xec\x45\xef\xf2\x53\x78\x12\x94\xb0\xe0\x14\x9e\x04\x3f\x26\xe7\x29\x3a\x09\xd6\x65\xcd\x08\x75\x0a\x4f\x82\xa6\x55\xc0\xa9\x1e\x3c\xf8\xca\x29\x9f\x3c\xf0\x73\xf3\x54\x46\x5b\x9c\x2a\x6d\x82\x5d\x13\x92\x93\xb9\x1d\x2c\x56\x93\x3f\x99\xdb\xe7\xf7\xfd\xce\x1c\x87\xb8\x23\x58\x35\x15\x3d\xc5\x1d\xa7\xe5\x12\xf2\xfa\x3a\xc5\x1d\xc1\xa1\x78\xed\x64\x64\x07\x9b\x22\xe0\x53\x28\x12\x1c\xd6\x3a\x3e\x85\x22\xc1\xba\x98\x73\x72\xaa\xda\x09\x0e\x55\x69\x27\x6b\x3b\x38\x4c\xff\x38\x95\x83\x07\xc7\x9e\x78\xf9\x14\xc3\x9c\x02\x16\x8d\xcb\xcf\xef\x7b\x4e\x52\x30\xfe\xbe\x1b\x90\xda\x1e\xbd\xf9\x4f\x01\x49\xb0\x59\xb2\xfc\x14\x90\x9c\x4c\x71\x0a\xf3\x64\x8a\x07\x87\xb9\x24\x27\x53\xfc\xe4\x80\x6f\x51\xdb\x27\x07\x3c\x58\xd5\x05\x9e\x42\x99\x33\x35\x3e\x8b\x52\xb8\x53\x90\x12\x94\x72\x8c\x53\x8d\xcf\x29\x6e\xb1\xce\xc7\x29\x6e\x09\x9a\xea\xdd\x53\xdc\x72\xa6\xf4\xe5\x9d\xdf\x7a\x12\xef\x41\x5b\x3d\x1c\xc4\xfb\xc9\xf4\xd5\x0e\xe2\xa4\xc1\x83\xd2\x07\xea\xa4\xc1\xcf\xc3\x3d\xc8\x1b\xf6\xa4\xb8\x83\x52\x59\x7c\xb2\x78\xcf\xe6\x82\x64\x7c\x3e\x99\xa7\x41\xc9\x2c\x9d\x04\x70\xf0\xec\x96\x6f\xa0\x80\x83\x7a\x4f\x81\x00\x3e\xd3\xec\x67\xd9\xdc\x65\x1e\x65\x50\x7a\x68\x9c\x74\x66\xb0\x2e\x9b\x6f\x20\x34\x83\x62\x87\x9d\x84\x66\x70\x1c\x9b\x4d\x8e\xa3\x32\x1f\x21\x2f\xe2\x93\x6d\x79\xd2\x86\x9b\xe3\xa0\x0d\x83\x52\x41\x78\xd2\x86\x67\x79\x8c\xbc\xd8\x94\x43\x04\xa5\x29\xc4\x49\x2f\x06\xa5\x0f\xc5\x49\x2f\x9e\xdd\x17\x78\xff\x99\x00\x19\xd4\xf1\x6e\xf2\x05\x69\xb2\xa3\x77\xc4\xc9\x90\x0c\xd6\x65\x6b\x7f\xd0\xb8\xec\x64\x58\x06\xa5\x5c\xfb\x64\x58\x06\x4d\x11\xf3\x49\x15\x9e\x14\xd4\x96\xb0\xe2\xa4\xa0\x82\x3a\xde\x4d\x2e\xe0\xc8\x8d\x8c\xef\x7b\x52\x50\xe7\xf0\x58\x78\x1b\x28\x2c\x08\xca\x6c\xad\x53\x5d\x41\xb0\x2e\x5f\x3f\x3a\x85\x05\x41\xb3\xce\xcd\xa9\x60\x39\x28\x3d\x22\x4e\xa2\xea\x64\x3b\x7e\xed\x46\xe1\x04\xa5\x25\xd6\x49\xe1\x04\xeb\xa2\x6d\xf4\x49\xe2\x04\x65\xf2\xec\x49\xc3\x9c\x0c\xc5\xef\xe2\xaf\xbd\xdf\x90\x0b\x5d\x36\xb9\xd0\x0c\x45\xad\x48\x4e\x86\x62\x50\x47\xc4\xd7\xc9\x50\x3c\x69\x18\xf5\x23\x27\x0d\x13\x94\x3a\xef\x93\x86\x09\x4a\x5b\x99\x93\x53\x18\x3c\x9f\xb4\xcd\x59\x4d\x67\xe5\x8f\x39\xab\x94\x09\x2c\xca\x36\x4e\x52\x27\x28\xd3\x04\x4f\x65\x02\x41\x13\x87\x9e\xca\x04\x82\xe7\x93\x39\x79\x75\x02\x67\xea\x04\x8e\x98\x05\x27\x41\x74\xce\xdb\x6e\xd9\x46\xd7\x04\xa5\xb0\xee\xe4\x4e\x9e\xb7\xc3\x8d\x53\x78\xca\xec\x07\xa5\x04\xfd\x94\xd9\x3f\x6f\x97\xcd\xab\x44\x1a\x3f\xa8\xf7\xa5\x29\x8d\x7f\x32\x36\xdf\xe1\x82\xb1\x19\x94\xce\xbf\x83\xfa\x19\xf4\x8a\x45\xa6\x07\xbd\x12\x94\xb2\xf4\x41\xaf\x04\xa5\xfd\xf3\x90\x8b\x1f\x24\x8c\x8e\xca\x83\x84\x19\x24\xcc\xc7\xa6\x69\x93\x93\xcf\x9b\x7a\xd0\x2b\x41\xb5\x04\x5b\x43\x96\x3d\x78\x76\xdb\xb3\x6d\xb5\x2d\x6a\x22\x7e\xf0\xa0\x6a\x82\xf6\xd7\x5e\x5f\x9b\xde\x2f\x78\xae\xee\xa0\x4d\x82\x52\x31\x3f\x24\xc1\x47\x16\x91\x5d\x74\xad\x1b\xb4\x49\x50\x26\x1f\x0c\xda\x64\xd0\x26\xfa\xc5\x0d\xda\x24\x28\xed\xc5\x06\x6d\x32\x56\x97\x2d\xb2\x66\x10\x22\x41\xe9\x3a\x3d\xe8\x90\xa0\x94\xe4\x0f\x3a\x64\x70\x4e\xad\xa0\x3b\x38\xa7\x41\xe9\x74\x3d\x48\x93\x41\x74\x58\x93\x76\x10\x1d\x41\x99\x52\x31\x88\x8e\xa0\x74\x1d\x18\x44\x47\x50\x6c\xe9\x21\xf1\x1e\xac\x8b\x86\x74\x43\x9b\x92\xa0\x34\x99\x1d\xfc\xd5\xe0\xd9\xcd\x47\x0f\xdb\xbc\x66\x6c\x72\x9e\x9b\xd7\x4c\x5e\x5a\x83\xc3\x1a\x94\x22\xd9\x61\x4e\xdb\x20\x7e\x34\xa9\x1b\xc4\x4f\x50\x2d\xef\x8f\x41\xfc\x0c\xde\xac\x75\x70\xc7\xf6\x9e\x7c\x64\xc1\xe2\x0b\xf2\xe8\x8e\xef\x7b\x0a\x39\x53\x22\x26\x28\x5d\xab\x07\x11\x33\x24\xe3\xb5\x7d\x1b\x14\x4b\x50\xb2\x3d\x83\x62\x09\x0e\x2b\x62\x0c\x8a\x65\xfc\x3c\x80\xf9\x45\x0e\x8a\x22\x28\x7d\xab\x87\x34\xfb\x20\x32\xac\x4d\x3a\x88\x8c\xa0\xf4\xc5\x1e\x44\x46\xf0\xec\x96\x2f\x65\x98\x06\xa5\x57\xf6\xe0\x97\x06\x4d\x40\x35\x48\x91\xa0\xcc\x2f\x1b\xa4\xc8\x48\xf3\x8f\x45\x43\xb7\x21\xcd\x1e\x94\x49\x27\x43\x96\x7d\xf0\x4b\x15\xbb\x0e\x7e\x69\x50\x74\xea\xe0\x97\x0e\x89\x71\x0b\x4d\x0e\x89\xf1\xa0\x4c\xd9\x18\xaa\x81\xc7\xee\x4b\x5d\x5d\xde\x65\x50\x26\x12\x0d\xde\xe5\xc8\x2a\xaf\x8b\xea\xd3\x41\x9e\x04\xa5\xbe\x67\xf0\x08\x87\xa4\xb4\x49\x95\x83\x49\x18\x94\x89\x44\x83\x49\x38\x24\xa5\xcd\x70\x1c\x5c\xc2\xe0\xcb\x32\x1a\x5c\xc2\xc1\x12\xd4\x56\x6c\xf0\x04\x83\xe3\xb7\xff\xc1\xa8\x3d\x58\x86\x83\x8a\xd2\x37\x61\x50\x51\xc1\x4a\xf0\x0e\x2a\x2a\x38\x74\x76\x1f\x44\xd4\x60\x19\x5a\x4a\x70\xf0\x0c\x47\xcb\x6c\x5e\x27\xcd\xfa\x1b\x0a\x60\x7f\x6e\x2f\x9f\x2f\x38\xac\xaa\x34\xf8\x7c\x43\xda\x58\x33\xac\xc1\xe8\x0b\x16\x4b\x28\x0d\x92\x6c\x58\x52\xd6\xfb\x8b\x24\x1b\x24\x99\x06\x56\x83\x24\x1b\x99\xe2\x66\xdd\x9f\x41\x6c\x05\xcf\x6e\x39\x05\x4e\xdf\xa8\x5f\x76\xcb\xe1\x32\xfa\x06\x4d\xa6\x51\xd4\xa0\xc9\x46\x2a\x54\x2d\x44\x33\x54\xa8\x06\x9b\x1e\xb4\x83\x24\x0b\x9e\x4f\xe6\x56\xd2\x64\x23\xf3\xd5\x4c\x15\x18\xac\xb8\x60\x55\x7f\x36\x58\x71\xa3\x67\x52\xbb\x77\x04\x95\x16\xac\x6f\x17\xda\x41\xa6\x05\x87\xf5\x1f\x06\x99\x36\xfa\x7b\xd5\x72\x3d\xe8\xb0\x61\xa5\xd5\x66\x93\x4b\xd4\x5d\x22\x77\x94\x17\x37\x62\x9f\x59\x9a\x66\xb0\xcf\x82\x55\x38\x3e\xd8\x67\x83\x7d\xa6\x07\xc0\x60\x9f\x0d\x3d\x23\x8c\x8c\xe6\x9c\x8d\xcc\x39\x5b\x2c\xf5\x3b\xd8\x5b\xc1\x26\x22\x1d\x2a\x48\x47\x96\x26\xd5\x4f\x64\x90\x6b\x63\xbc\x5f\x90\x4b\x44\x9b\x8d\x2b\x8e\x9a\x91\x80\x45\x35\xae\xf7\x0b\xf2\xa5\x0c\xa9\x71\x25\x7c\xf3\x1e\xa5\xc3\x82\x65\xf1\xda\xa7\xc3\xc6\x95\xb8\xcc\x0b\xe7\x7a\xff\xbe\x1f\xd8\x6e\x37\x57\xf2\x4a\x5c\xe6\xc7\x4f\x73\x05\xab\x25\x43\x06\x77\x69\x70\x97\x92\xa0\x19\xdc\xa5\x91\x32\xcc\xe5\x7d\xe6\xc9\xb0\xe0\xd0\xb5\x63\x90\x61\x63\xfa\xb5\x44\xff\x0f\x9a\x2b\x68\x16\x0c\x1a\x0c\xa7\x91\x79\x63\x8b\x8e\x4c\x83\xc0\x0a\x4a\xff\x96\x41\x5f\x8d\xe9\x0c\x3c\xe0\x04\x56\xd0\x94\xa3\x0e\x86\xd3\xb8\x5d\x35\xef\x2a\xa5\x93\xc1\xc1\x56\x1e\xf4\x55\xd0\x2c\xaa\x34\xe8\xab\xe0\xf9\x64\x8e\xcd\xc4\xb1\xa0\x76\xba\xc6\xc4\xb1\xc1\x4a\x52\x6b\x70\x11\x53\x17\x8f\xc8\x73\x7a\xf1\x88\x82\x72\xe3\x2f\x1e\xd1\x65\x16\x57\x86\x90\x8b\xe4\x0a\xd6\xc5\x4a\x39\x17\xcd\x15\x34\x33\xd8\x2f\x9a\xeb\x5a\x5c\xca\xfc\xf8\x2e\x2d\xdf\x82\xe6\x70\x2f\xe9\xdf\x2b\x25\x85\x8b\x75\x04\x2e\xae\x4e\xd0\xc4\x48\x97\x92\xc2\x60\x5d\x74\x23\xba\xcc\x8c\x0a\xca\x03\x78\xa9\x32\xbc\xf8\x41\x7b\x86\xe3\x8b\x1f\x14\xd4\x9e\xa1\xe6\xa2\xb9\x2e\x02\xcb\xdc\x81\x8b\xc0\x0a\x4a\x63\x88\x8b\xc0\xba\x32\x59\x6a\x31\xa7\xff\xa2\xa6\x82\x26\xb9\x72\x31\x7a\x2e\x02\x6b\x5f\x7c\x83\x8b\x94\x95\x37\xf7\x48\xeb\x8b\xc0\xba\xd6\xf7\xd8\x72\x17\x58\x38\x41\x59\x91\xee\x62\xe1\x04\xf5\x9e\x01\x31\x75\x91\x27\xa6\x29\x5f\xe4\x49\xd0\xd4\x05\x5e\xe4\xc9\xb5\xf9\x82\xcd\x6e\xbe\x60\x4b\xf1\x6e\x9e\xe7\x4b\x9a\xf8\x8a\x37\xb3\x70\xe9\x2f\xe6\x4c\x50\xef\xf5\x60\xce\x5c\x9c\x0c\xc6\xfa\xc5\xc9\x08\x9a\x49\x00\x17\xdd\x11\xd4\x7b\xee\xbf\xf7\x93\xb9\x92\x91\x6b\x17\xd9\x71\x29\xc8\xe3\x81\x5c\x72\xa6\x41\xf9\x2d\x5f\x94\x42\x70\x98\x4e\x73\x51\x0a\xd7\x4f\x39\x5b\xc6\xb4\x8b\x2c\x08\xca\xcb\xe2\x32\xd5\x3d\x28\x2d\x7e\x2e\x89\xd5\x4b\x2e\x94\xdf\x7b\xc9\x85\x06\xe5\x27\x7f\xc9\x85\x5e\x72\xa1\x5c\xbf\x4b\x2e\x34\x68\xdb\xe1\x93\x0e\x8d\x79\xb2\x1f\x7f\x30\x8f\xeb\xe2\xad\x04\x65\x0e\xfa\xc5\x5b\xb9\x0e\xd7\x3e\x83\xd4\x25\x0d\x1a\x34\x35\x50\x97\x2c\xe8\x95\x0c\xde\x62\x22\xd9\x25\x85\x17\x94\xfe\x4a\x97\x14\x5e\xb0\x2e\xd2\x4a\x97\x81\x3c\xa8\xf7\x51\x91\xc2\xbb\xca\xd3\x1e\x01\x76\x19\x67\x83\xf2\x8a\xbc\x0c\xb3\x57\xe6\x86\x2c\x2a\x96\x2f\xa9\xb2\xa0\x4c\x42\xbf\xa4\xca\x2e\x43\xef\xe1\x97\x58\xef\x37\xb8\xac\x3e\xe9\xb2\xaa\xc6\x3a\x3c\xc7\x46\xd0\xa0\xcc\xbd\xbe\x24\xb3\xae\x2c\x99\xb8\x68\x3e\x70\x49\x53\x05\x65\xc2\xf7\x65\xa0\xbd\x64\xae\x0e\xa7\x65\xb8\x0c\x4a\xed\xdb\x65\xb4\xbc\x32\x45\x7b\x39\x7c\x54\xb5\x54\xd0\x3e\x9e\x29\xd5\x52\x57\xba\x2e\x2d\x4a\xc9\x2f\xa9\xa5\x4b\xd7\x25\x37\x4b\x66\x29\x28\x73\xc0\x2f\x99\xa5\x8b\x2f\xa2\x5f\xc5\xc5\x17\x09\xca\x14\xfb\x8b\x2f\x12\x3c\xbb\xe5\x39\x63\x8c\x04\x65\x52\xfc\x65\xec\x0d\x9e\xdd\xf2\xa5\x06\xdf\xa0\x7d\xde\x4d\x0e\xd7\xa8\x6a\xdd\x9d\xcb\xa8\x1a\x94\x84\xdc\xc5\x04\xb9\xae\x3c\x34\x4c\xba\xcb\xb0\x1a\xb4\x2d\x9a\xfa\x92\xa1\x09\xd6\x85\x5f\x76\x49\xd1\x04\xf5\xbe\x5c\x8d\xbe\x41\xbd\xef\x12\xbe\xc8\x65\x70\x24\x96\x2f\x83\x63\x50\x52\xe5\x97\xc1\x31\x28\x13\x8a\x2e\x16\xc5\x35\xdd\xbe\xc3\x27\xdd\xbe\xac\x97\x2d\x31\x78\x31\x1a\xae\xdb\x65\x4b\x04\x77\x29\x7a\x0a\xea\x7d\x59\x19\x1b\x83\x7a\xdf\xa3\xc6\xc6\xeb\xf6\xec\x46\x9c\x5d\x7a\xf8\x04\x25\x7f\x78\xc9\xc6\x04\xed\x78\xff\x98\xf3\xbc\x73\x9e\x5f\x5f\xe9\x3c\x0d\x97\x7c\x91\x69\xb8\x9c\x29\xdd\x5f\xb8\x3d\x53\xe9\x7e\x50\x5e\x90\x93\xa9\x30\x0d\x7a\x6c\x8b\x69\xd0\x0b\xca\x00\x37\x0d\x7a\x53\x76\x43\xd4\x38\x65\x37\x82\xe2\xc2\x4d\xe3\x60\x50\x72\x96\xd3\x38\x38\x8d\x83\x02\xc9\xb9\xbc\x5f\x9a\x71\xf0\xdd\x34\x6d\xca\x44\xd4\xc5\x61\xdc\x36\xdd\x69\xf8\x9f\xa3\x35\x0c\x06\xbb\xc1\x61\xb2\x1e\xa6\x35\xa9\x73\xa3\xa6\x44\x49\xb0\x6b\xb2\x36\x8d\x95\xc1\x2a\x36\x9e\xc6\xca\xc9\x8c\x10\x32\x4e\x66\x44\xb0\x5a\xb6\x61\x1a\x3e\x83\xef\x27\x31\xc5\x34\x7c\x4e\xc3\xa7\x98\x74\x1a\x3e\x67\x96\xb0\x30\x13\x63\x32\x1e\x82\xaf\xba\xe9\xc9\x78\x98\x46\x54\x41\xef\x34\xa2\x06\x5f\xc5\x6f\xd3\x88\x3a\xf9\x13\x42\xc6\x69\x48\x0d\xf6\x72\x9e\xfc\x89\x60\x37\xc5\x62\xf2\x27\x82\xaf\xf6\xe7\x93\x3f\x31\xf9\x13\x66\xf9\x4f\xfe\x44\xb0\x69\x14\x33\xf9\x13\xc1\x6e\x3e\xc5\x64\x4f\x04\x7b\xc5\x2c\x9d\xec\x89\x60\xaf\xc3\x07\xcb\xa6\x2c\x75\x71\x38\x7e\x8f\xc1\xe6\x9e\xaf\x8e\xcc\xd5\x78\xb0\x08\x96\x27\x27\x22\xd8\x2b\x22\x6f\x1a\xfd\x83\xc5\xa4\x9f\x69\xf4\x9f\xdf\xf7\x62\xe4\xc8\x64\x6b\xa6\x95\x2b\x62\xb9\x4c\xa3\x7f\xb0\x6e\x79\xa9\x4d\xa9\x99\x60\x37\xe7\x62\x72\x35\x82\x57\x57\x4e\xae\xc6\xb4\x48\x45\x7e\x88\x93\x5d\x11\x6c\x12\xe8\x53\x91\xd8\xb4\x20\x85\x5f\x98\x94\xcb\xfc\xab\xf1\x69\x2e\x86\x9c\x4b\xb0\xeb\x48\x3f\xe5\x5c\x82\xb5\x32\xe4\x4d\x39\x97\xf9\x7b\x4f\x29\x5f\x40\xa9\x04\x7b\xd5\x1f\xb4\x09\x9f\x84\xcc\xfc\xbd\x37\xd6\x5f\x76\x7e\xbf\x94\x0f\x27\xfa\x9a\x9c\x91\xa9\x94\xcc\x74\x83\xc9\x1a\x09\xf6\xf2\x6e\x60\x8d\x04\x87\x97\xe0\x64\x8d\x4c\x59\x1a\x33\x10\xa6\x2c\xcd\xfc\xe5\x3a\xc4\x09\x9e\x34\xd0\x34\x29\x41\x62\x72\x12\x41\xc1\x6e\xd5\xef\xc9\x2d\x99\x69\xe4\xb3\x34\xef\x0b\x75\x63\xc1\xfe\x5e\x1b\x65\x63\xc1\x62\xae\xde\x54\x36\x16\x3c\x9f\xb4\x9b\xb3\xb2\xda\x45\x14\xc2\x24\x78\x82\xc3\x94\x95\xc9\x40\x99\xa6\x16\xe8\xc2\x30\x29\x9a\xe0\x2b\x1d\x3f\x95\x7a\x05\xc7\x27\x4a\x65\xd2\x38\x53\xa9\x97\x2e\x09\x93\xc8\x09\x0e\x0a\x76\x4a\x33\x05\xcf\x6e\xb9\x44\xf2\x4c\x41\x59\xdc\x69\xaa\xf5\x9a\x59\xda\x70\xb1\x9a\xd7\xe4\xda\x04\xa5\xc2\x69\x32\x6d\x26\xd3\x26\x62\x6f\x32\x6d\x26\xd3\x46\x26\x7f\x32\x6d\x82\xf6\xf1\xbb\x64\xda\x04\x6d\x77\x43\x95\x76\x05\xc7\xf7\x6b\x2f\xb7\xe0\x48\x21\x7c\x0c\xde\xc9\xa7\x99\xf1\x64\xde\x52\xfe\xc9\x94\x09\x0e\xc5\xf1\x93\x29\x33\xe9\x3b\x33\x43\x27\x7d\x37\x63\xca\x90\x7c\x93\x96\x9b\x4c\x19\xcd\x1a\x26\x53\x26\x38\x4c\x2f\x9f\x4c\x99\x59\xbe\x34\xe2\x7a\xca\x63\x4d\xdd\x83\xfc\xa4\x49\xbe\x60\x95\xfa\x9c\x24\xdf\x2c\xc7\xb1\xdb\xcd\x71\x54\x7c\x3e\xb7\x85\x0a\x9c\x52\x5b\x2d\x03\xff\xe4\xa3\x04\x87\xb9\xfb\x93\x8d\x12\x3c\xbb\xe5\xac\xe4\xb6\x82\xc3\x0c\xfc\x69\xf6\xef\xa4\x0c\x55\x9c\x4f\xca\x30\x68\x9b\x47\x86\x32\x0c\x56\x0d\xbd\xa7\x2a\xa7\x49\x2c\xea\x7c\x33\x89\xc5\xa0\xcc\x33\x98\xc4\xe2\x24\x16\x4d\xce\x98\xc4\x62\x50\x5a\x3a\x4c\x62\x71\x12\x8b\x3a\xa0\x4c\x62\x31\x38\xbe\x1e\x7a\x62\x31\x28\x2b\x6a\x4d\x65\x4e\xf3\x34\x62\xc5\x34\x99\x5c\x99\xe0\x90\x95\x9a\x5c\x99\x49\x66\xea\xd0\x30\xc9\xcc\x60\x95\x79\x9f\x64\x66\xf0\xec\x96\x53\xa0\x33\xe7\x99\x89\x6b\x86\x27\xdd\x3d\x27\xb1\xa8\x6b\xc3\x24\x16\x83\xd5\x74\xae\x49\x2c\x4e\x89\x35\x9e\xd7\x94\x58\x0b\xbe\x56\x77\x9b\xcc\x9b\x39\xfc\x10\x62\x0f\x4d\x6d\x7f\x82\x66\x61\x9c\xa9\x5c\x29\xd8\xac\x42\x34\x4d\xf5\x0d\x56\x4b\x2f\xcf\xf1\x1e\x5a\x56\xbc\xf1\xfc\x29\x60\x9a\x0a\x98\x2c\x0d\x30\xb9\x43\xc1\xf2\xca\x01\x05\x4c\x53\x32\x4f\x37\x86\x49\xc7\x06\x9b\x5a\xc2\x29\x99\x37\x55\x1a\x09\x0c\x27\x1d\x1b\xac\xef\xdb\x94\x8c\x9d\x92\x79\xa6\xcf\x4f\xa2\x75\x72\x8c\x9a\x4f\x3a\x83\x07\x87\x35\x04\x26\xc7\x68\x72\x8c\x62\x86\x4c\x8e\x51\x70\x88\xe0\xa7\x54\xde\x64\x22\x99\x17\x3f\x99\x48\x93\x89\xe4\xe6\x31\x91\xe6\x7c\xab\x34\x73\xa7\xe8\xe4\xe0\x78\xdf\x28\x74\xf2\x94\xcb\x2b\x22\x90\x50\x0e\x0e\x4d\xf9\xa6\x5c\x5e\x70\x68\xb1\x32\x59\x4d\xc1\xa1\xc3\xdf\x64\x35\x05\xc7\x6e\x20\x51\xee\x34\x89\xee\x5a\x6c\x73\x9e\xaa\x96\x62\xdd\x4c\xa2\x7b\x12\xdd\x26\xae\x4f\xa2\x3b\xa8\xe6\xa5\x4e\x74\x4f\x19\x3f\x2b\x11\x4d\xaa\x3b\x28\xeb\xe2\x4d\x8e\xd4\xbc\x9d\x14\xad\xc5\x7e\x0a\xea\x1d\xa9\x68\xf3\xa9\x54\xea\x7d\xd6\x88\xf3\x60\x3f\xfe\x64\x11\xae\x49\xbb\x4f\x95\x54\xe5\x0d\x4f\xbc\xcf\x7b\xe4\xaf\xf8\xc3\x1e\x62\x19\x47\x6f\x51\x19\xc7\xe0\xf8\xbd\x7b\xb9\x34\x49\x38\x1e\x29\xf9\xb8\x89\xfe\xfb\xf3\x1e\xe5\x37\xdb\xca\xb6\xbc\x6f\x7e\x36\x75\x9b\x1c\xc6\xe6\xa3\xa7\x6d\x71\x81\xbf\x36\x0d\x9b\x86\xdd\x7c\xf4\xb2\x4d\x63\x5f\x9b\xa6\x4d\x33\x6d\x40\x2a\x9b\x6e\x9b\x6e\x9f\x7c\x7e\x73\xb7\xbc\x64\xf0\xd5\x8d\xef\x96\x97\xbc\x95\x56\x69\x72\x70\x4b\x42\x06\xaf\x5a\xbd\x25\x21\x6f\x31\x8a\x09\x4a\xb7\x18\x25\x28\xad\x88\x6e\x31\x4a\xf0\xec\x96\x03\x31\x31\x23\xf8\x1e\xef\x5f\x6b\x36\xb9\x46\x19\xd9\x6f\x73\x35\x82\x9f\x49\x3a\xb7\xe8\xe6\x96\xf9\x64\x68\xde\xc2\x8f\x60\xb3\x50\xd9\x2d\xfc\xb8\x15\x6a\x99\x06\x7f\x8b\x3f\x82\xc3\xd2\x3c\xb7\xf8\xe3\x5e\x4f\xbb\xe5\x14\x4c\xf3\x08\x0e\x6d\x29\x6f\x21\xc3\x2d\x3e\xd0\xfe\xfe\x16\x1f\x04\x07\xcb\xe4\x16\x1f\xdc\x72\x89\xda\xfb\xdd\xc4\x7a\x70\x68\x55\x79\x13\xeb\xb7\x5c\xa2\x40\xe8\xa6\xd6\x83\x83\xb3\x72\xcb\x25\xde\xcc\x3a\xb1\xcb\x4d\xc1\x07\xcb\x27\xa1\xc5\xcd\xac\xbb\x89\x7a\xb3\xc8\x6f\xa2\xfe\x4e\xcf\x4c\x53\x12\x6e\x0a\xfe\xfe\xfa\xd9\x65\xb0\xbc\x09\xf1\xe0\xd0\x1f\xf3\x26\xc4\x6f\x73\x33\xc4\x1b\x37\xd9\x1d\xb4\x2d\x6f\x89\x9b\xec\x0e\x9a\x7c\xeb\x6d\x62\xef\x6d\xa2\x85\xb0\xe1\xfe\xbe\x5f\xaa\x0b\x46\xce\x80\xc6\x0e\x36\x65\xe6\x37\x89\x1d\xec\x6c\xe0\x9b\x86\x0e\x0e\x71\xe1\xcd\x0c\xbc\x25\x21\xeb\xfd\xa4\x13\xf8\xe9\xe6\x99\xa7\x8d\xd2\xbe\x7f\x2e\x6e\xb3\xcd\xc5\x4d\xeb\x22\xb6\xc7\x4d\x2f\xdf\x7c\x44\x81\xc3\xcd\x47\x0c\xea\xf0\xc8\xd0\xd0\xb7\xf4\xa2\xc0\xe1\x26\x98\x6f\xe9\x45\x3f\x35\x3e\x62\x50\x47\xc4\xda\xcd\x47\x0c\x9a\x39\x26\x37\x1f\xf1\xa6\xb4\x45\x01\x37\xa5\x1d\x14\x9d\x7a\x53\xda\x37\x59\x2d\x0a\xb8\xc9\xea\xa0\x0e\x8f\xa9\xf4\xe5\xcd\x95\x2c\x97\x8d\x2b\x19\x94\x56\xba\x37\x57\xf2\xe6\x4a\xd2\xf2\x37\x57\x32\x28\x8d\x29\x6f\x22\xfd\xe6\x27\x12\xee\x37\xad\x7d\xbf\x7e\x62\xbe\x80\xd4\xbe\x53\xab\xb5\xaa\xe4\xbb\xd5\x6a\xdd\x6f\xad\x56\x4e\x41\x32\xf4\x4e\xae\x72\x25\xc9\x6f\x22\xf7\xb6\x8c\x9c\xdb\x47\xe4\x06\x87\x8c\xe6\x2d\x17\x79\xa7\x7c\x6b\xfd\xb8\xf3\x44\x6e\x70\xe8\x8f\x7d\x2b\xdf\x0a\x56\x1e\xe6\x2d\x17\x79\xa7\xfb\xbe\xc4\xe6\x4d\xe2\x06\x9b\x65\xf7\x6f\x12\x37\x38\x24\x0f\x6f\x69\xc7\xa0\xad\x6e\xbb\xb4\xe3\x9d\x1c\xe3\xfa\x49\xa4\x79\xcb\x31\x06\x6d\x8b\x7c\xbb\x95\x7d\xdd\x11\xc2\xab\x49\xe4\x37\x25\x1c\x1c\x95\x4c\xcd\xad\xa5\x4e\x50\x16\x1b\xbe\xa5\x1d\xef\xac\xcc\xbd\x6a\x39\x72\xf3\x43\x83\x95\xf7\x79\xb3\x43\x83\x45\x7d\xcf\xcd\x0e\x0d\x76\xbe\xe1\x2d\x39\x19\x1c\xd5\x1c\x85\x73\x2a\x37\xc0\x5b\x9d\x82\x0e\x16\xe3\xff\x4d\x41\x07\x5f\x0b\x04\xdf\x26\x18\xdc\xe9\xaf\xb9\x66\x59\xc6\x99\x9e\x74\x0f\x1c\xed\xf3\xf8\xcd\x16\x63\x08\xd6\xf5\xf3\xcb\x7e\xab\xfd\xac\x47\xfa\x79\x42\xac\xd9\x32\x8f\x6e\x6a\x00\x67\x9a\xfa\xd4\xc6\x6d\xb6\xcd\x4d\x3e\x7e\xd9\x66\xbf\x34\x40\x58\x3f\xed\xbf\x4d\xed\x5a\x7f\xff\x7d\xd0\x9e\x2d\xce\x02\xac\x6b\xa6\x47\x4c\xed\xcd\x66\x5a\x9a\xad\xeb\xf2\x28\xa6\x99\x4e\x61\x2f\xd6\x35\xed\x16\xee\xca\x3b\x1e\xd6\xf5\xf3\x88\xbe\xdb\x64\xc4\x3b\xd3\x0c\x9f\x6d\xeb\xb3\x2d\x23\x21\x3c\xdb\x7e\xd9\xb6\xd9\xf6\xb5\x6d\xcf\xb6\x66\x9b\x2b\xf4\x0c\x85\x77\x8f\x4f\x76\xf7\xf5\xfd\x6c\x3d\xdb\x56\x9f\x5d\x7d\xf6\x9b\xef\x88\x6d\x75\xf7\x34\x77\x5e\xe3\xd4\xde\x9c\x26\x58\x3e\x69\x89\x70\xc7\x09\xf9\x5f\x77\xec\x85\xe5\x93\x1e\x00\x77\x4c\x86\x07\x47\xb6\x6d\xb6\xd9\xef\x79\x57\x2c\x9f\xcf\xf3\x8c\xdf\x33\x85\x0d\xf7\xdc\x33\x6e\x64\xde\xf0\x7d\x67\x2a\xe7\x7d\xa7\xd7\xf7\xbe\x66\xcb\xd7\x96\x6f\x9a\xef\x64\xcb\x2f\x5b\x7e\x96\x9e\x7e\xb6\xc4\x41\x80\xac\x7f\x7f\xdf\xd1\xb7\xf7\xfd\x88\xd9\xac\x3e\x77\xdf\x91\xb2\xf0\x1c\xfd\x37\xdb\x36\xdb\x32\x9d\x20\xdf\x3f\x7d\xdb\x83\x67\x2f\xdb\x7c\x5f\x8a\xf2\xf7\xff\xfa\x0c\x3c\xff\xff\xd7\xfe\xf7\xff\xf1\xbf\xff\x4f\xff\xfb\xff\xed\xff\x3a\xff\x36\xfe\xf3\x1f\xff\x98\xff\xf6\x1f\xd7\xbf\x8c\xff\xf8\xdb\xff\x7c\xb6\xfe\xed\x9a\xf7\xbf\xfc\xdb\xfc\xc7\xfc\x7f\xff\xfe\x9f\xff\x18\xf3\x6f\x7f\xff\xf7\xbf\x3f\x9f\xca\xbf\xff\x1f\x00\x00\xff\xff\xf9\x94\xac\x5b\x06\x27\x04\x00"); -func _faba ()([]byte ,error ){return _g (_fgeg ,"UniKS-UTF32-H")};func _cda ()(*asset ,error ){_egce ,_cgebe :=_gdg ();if _cgebe !=nil {return nil ,_cgebe ;};_dffb :=bindataFileInfo {_b :"Roman",_ffe :450,_ag :_ed .FileMode (436),_ac :_c .Unix (1580492645,0)}; -_afab :=&asset {_abe :_egce ,_ece :_dffb };return _afab ,nil ;};func _cfbb ()([]byte ,error ){return _g (_daged ,"UniJIS2004-UTF32-H")};var _fcdb =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x44\xd4\x5f\x6b\xdb\x3c\x18\x05\xf0\x7b\x7f\x0a\x5d\xf6\xbd\xe8\x1b\x4b\xb2\xfe\x41\x29\x8c\x66\xb0\x74\x74\x1d\xcd\xda\x0d\xc6\x2e\x14\xe9\x49\x30\x2c\xb2\xb1\x1d\x58\xbe\xfd\xd0\x79\xb2\xf4\x22\x28\xf9\x59\x3a\x39\x96\xa3\xac\x1e\x36\xeb\x4d\xe9\x17\xb1\xfa\x3a\x0d\x69\x4b\x8b\xd8\xf7\x25\x4f\x34\x0f\xa7\x29\x91\xd8\xd1\xa1\x2f\x4d\x23\x95\xc8\x7d\x5a\xfe\x7d\xc4\x90\x8e\x71\x6c\x9a\xd5\xc7\x3f\xcb\xed\xcb\xe7\xed\xe3\xed\x27\x71\x9a\xe9\x82\x0f\x9b\xf5\xf6\x3c\x2f\x74\xdc\x94\xfd\x20\x34\x2f\xce\xa7\xf1\x12\x20\xc4\xea\x85\x0e\xfd\xbc\x4c\x67\x71\xf3\x21\x0f\x3b\xfa\x4f\x64\xda\x57\x7f\x9e\x32\x4d\x7d\x39\x88\x9b\xc7\x38\xc6\x22\xaf\x17\xb6\xa7\x71\xfc\x4d\x47\x2a\x8b\x50\x30\x2a\x19\x63\xb3\x7a\x78\x8a\xe3\x97\x78\x24\xf1\x5e\xe6\x0d\x97\x70\xe5\x8d\xa6\xb9\x1f\x8a\x90\xea\xff\xb6\x35\xef\xfe\xed\x3c\x92\x90\x97\x88\xd7\xcd\xfa\x79\xbf\x9f\x69\x11\x5e\xb6\x3c\xe7\xc7\xeb\x66\x2d\x7e\x4a\x21\x5b\xa1\x8c\xd6\xfa\xd7\x65\xea\xf7\xa7\x21\x5f\x17\xea\xc0\xb7\x94\xfa\x3c\xc5\x72\xa0\xe6\xce\xcb\x4e\xde\x8b\x3a\xa8\x7b\xe1\xbc\x77\x20\xcd\xa4\xef\x85\x57\xd6\x83\x3a\xa6\xae\x92\xeb\x40\x91\x29\x82\x14\x68\xc7\xb4\x03\xc9\x4a\x86\xc9\xe4\x1a\x1f\x40\xb6\x05\xd9\x0e\x84\x2c\x6b\x98\x4c\x5d\xe8\x79\x96\x65\xb2\xc8\xb2\x20\xc7\xe4\x40\x01\xe4\x99\x3c\x08\x55\x6d\x00\xb9\x88\x78\xcc\xf2\x5c\xc2\xa3\x97\x65\x4a\x4c\x09\x0b\x35\x28\x33\x65\x94\x00\x45\x9e\x15\x79\x56\xdb\xdc\x79\x15\xf6\x95\x30\xb8\x20\xeb\x37\xaa\x88\x2d\xc4\xe0\x82\x0c\x20\xcd\xa4\x2b\x29\x2c\x8c\x86\xc9\x80\x24\xc8\x31\x39\x50\xdd\x42\x95\x38\x2b\x21\x4b\xd5\x12\x8a\x98\x88\xa9\x03\x71\x3c\x71\xbc\x01\x71\x3c\x71\xbc\x05\x25\xa6\x04\xaa\x8f\x56\x77\xd8\x7b\x0c\x2e\x28\x0f\x52\x4c\x0a\x14\x40\x1d\x53\x7d\x42\x41\xb7\x20\xcb\x64\x41\x12\xe4\x99\x3c\xa8\xb6\xd7\x96\xb3\x2c\xb2\x74\x6d\xaf\x3d\xaa\x62\x70\x41\x77\x20\xc3\x84\xaa\xda\x80\x1c\x13\x76\x42\x5b\x10\x31\x11\x08\xed\x03\x2f\x0c\x5c\xa2\xb6\x77\x06\x8f\xc3\x59\xcc\xea\x6a\x55\xe7\x71\x8f\xce\x63\xbf\x8c\xad\x47\xef\xfa\x83\xaf\xef\xeb\xa1\xbf\x1e\xc2\x74\x9a\x26\x2a\x0b\x8e\x3c\x0e\x5a\x3d\x29\x7d\xa1\xeb\x7f\xca\x38\x8c\x75\x15\x5e\x7f\x03\x00\x00\xff\xff\x3b\xd9\x46\xc4\x7f\x04\x00\x00"); -func _efaff ()(*asset ,error ){_fceb ,_ebdf :=_dccg ();if _ebdf !=nil {return nil ,_ebdf ;};_gbfa :=bindataFileInfo {_b :"GB-V",_ffe :774,_ag :_ed .FileMode (436),_ac :_c .Unix (1580492258,0)};_ffcf :=&asset {_abe :_fceb ,_ece :_gbfa };return _ffcf ,nil ; -};var _fbe =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\xd5\x4f\x6b\xeb\x46\x14\x05\xf0\xbd\x3e\xc5\x2c\x5f\x17\xaf\x9e\x7b\xef\xcc\x68\x04\x22\x50\x12\x1e\x78\xf1\x5e\x4b\xd3\x7f\x50\xba\x70\xa4\x71\x30\x34\xb2\x91\xed\x45\xbe\x7d\x39\xf7\xd8\x29\xbc\x45\x70\x74\x22\x5d\x29\xbf\xe3\x19\x6d\x1e\xb7\x4f\xdb\xe5\x70\x09\x9b\x5f\xd6\xe3\xf4\xdc\x2e\x61\x7f\x58\xe6\xb5\x9d\x8f\xd7\x75\x6a\xe1\xa5\xbd\x1e\x96\xae\x13\x0d\xf3\x61\xba\xdc\x0f\xfd\x63\x7a\xdb\x9d\xba\x0e\xd7\x3f\xbf\x9f\x2f\xed\x6d\xbb\xec\x8f\xc1\x78\xde\x7c\x3d\xdd\xce\x0d\x61\xf3\x6b\x7b\x3d\x9c\x2f\xeb\x7b\xf8\xf4\xd3\x7c\x7c\x69\x3f\x84\xb9\xed\x91\xff\xbc\xce\x6d\x3d\x2c\xaf\xe1\xd3\xe3\xb7\x67\xf9\x88\x9f\xaf\xa7\xd3\xbf\xed\xad\x2d\x97\x20\x9e\xb5\x65\xf6\xcf\x6e\xf3\xf8\x75\x77\xfa\xb6\x7b\x6b\x61\xe3\x93\x3e\xe3\xba\xcf\x3c\xc9\xff\xf6\x47\x5b\xcf\x87\xe3\x12\xe4\xc7\x18\xf3\xff\xf1\x6f\xef\xa7\x76\x9b\xd5\x6d\xfe\xfa\x7d\xfb\x14\xfe\x96\x20\x31\x68\xce\x43\xfc\xe7\x96\xff\xf9\xf5\x38\xb7\x10\xef\x77\xda\x3e\x3d\x1e\xaf\x78\x84\x3e\xc5\xca\x50\xf8\x2f\x4d\xc7\xb9\x9d\x4f\xbb\xa9\xad\xbb\xe5\xb5\x75\x21\x8c\x31\xc6\xf8\x10\xc6\x64\x5f\xbe\x3c\xe0\x69\xbf\x3b\xa3\x2b\xf5\x76\xe5\x61\x66\x72\xbf\x22\xc6\xfd\xfe\x21\xc4\x6e\x8c\xc2\x63\xc1\xb1\xe6\xd2\x8d\x51\x99\x28\x92\x2c\xda\x8d\xd1\x98\x18\x92\xbe\xd4\x6e\x8c\x89\x49\x42\x22\x51\x53\x37\xc6\xcc\x28\x7b\xa4\x15\xb3\x0b\xa3\xe2\x51\x36\x0c\xef\x19\xf5\x1e\xf5\x03\xa6\x57\x46\xd5\x9f\x20\x26\x8c\x1f\x18\x0d\x1e\x59\xc4\xf8\x1d\xa3\xdd\xed\x39\x31\xfe\x85\xd1\x8b\x47\x55\x30\x7e\x62\x34\x21\xb2\xd8\x63\xfc\xcc\x68\xf6\xc8\x14\xe3\x1b\xa3\xe6\x51\xae\x18\xbf\x67\xb4\xf7\xa8\xa6\xd8\x8d\x42\x29\x71\xa9\x14\x87\xd2\x8d\x42\x2c\x71\xac\x64\x59\xbb\x51\xa8\x25\xae\x95\x4a\xac\xdd\x28\xe4\x12\xe7\x4a\xb5\xa4\x6e\x14\x7a\x49\xba\x99\x62\x3c\xbd\xc4\xbd\xb2\xf5\x18\x4f\x2f\x71\xaf\x5c\x0c\xe3\xe9\x25\xee\x95\x6b\xc5\x78\x7a\x89\x7b\x15\x49\x18\x4f\x2f\x71\xaf\x92\x22\xc6\xd3\x4b\xdc\xab\x14\x14\x2b\xf4\x12\xf7\x2a\x03\x9a\x15\x7a\x89\x7b\xf5\x82\x6a\x85\x5e\xe2\x5e\x7d\x42\xb5\x42\x2f\x69\xb7\xfe\x31\x9e\x5e\xe2\x5e\xfd\x80\x6a\x95\x5e\xea\x5e\x55\x50\xad\xd2\x4b\xdd\xab\x26\x54\xab\xf4\x52\xf7\xaa\x3d\xaa\x55\x7a\xa9\x7b\xd5\x01\xd5\x2a\xbd\xd4\xbd\x06\x45\xb5\x4a\x2f\x75\xaf\x21\xa1\x5a\xa5\x97\xba\xd7\xd0\xa3\x5a\xa5\x97\xba\xd7\x30\xa0\x5a\xa5\x97\xd6\xfb\x77\x15\xf3\x09\xa6\x03\xb3\x84\x72\x95\x62\xba\x63\xd6\xa3\x5d\x25\x99\x3a\x19\xda\xc7\x2d\x68\xa6\x13\x33\x45\xbf\x4a\x34\x9d\x99\x65\x14\xac\x54\xd3\xc6\xac\x47\xc3\x4a\x36\xdd\x73\x91\x44\x54\x6c\x74\xb3\xc8\x4c\xd1\xb1\x11\xce\x84\x59\x46\xc9\x46\x39\xd3\xfb\x02\x8b\xdd\x68\xa4\x33\xa7\x13\x8b\xa8\xd9\x68\x67\x5c\x9b\x66\xe8\xd9\x88\x67\x5c\x9c\x96\x51\xb4\x51\xcf\xb8\x3a\xad\xa2\x69\x23\x9f\x71\x79\xa6\x88\xaa\x8d\x7e\x46\xbf\x64\xe8\xda\xe8\x67\xf4\x4b\x19\x65\x1b\xfd\x8c\x7e\xa9\xa2\x6d\xa3\x9f\xd1\x2f\x0b\xea\x36\xfa\xd9\x74\xdf\x15\x70\x0f\xfa\x19\xfd\x72\x41\xe1\x46\x3f\xa3\x5f\xae\x68\xdc\xe8\x67\xf4\x2b\x82\xca\xd3\x6d\x0f\xa4\x5f\x31\x74\x9e\xe8\x97\xe8\x57\x0a\x3a\x4f\xf4\x4b\xf4\x2b\x15\x9d\x27\xbb\xed\x9f\xdc\x8e\x24\xab\xef\xa2\xf7\xdd\x12\xbf\xe3\x5d\xf3\xb1\xfb\x4f\xd7\x75\x6d\xcb\xc5\xdf\x34\xbe\xc1\x63\x7f\x3e\x2c\xed\xe3\xad\x75\x3a\x9e\x70\x95\xff\xfc\x17\x00\x00\xff\xff\x33\x87\xd9\xc1\xe1\x06\x00\x00"); -type bindataFileInfo struct{_b string ;_ffe int64 ;_ag _ed .FileMode ;_ac _c .Time ;};func _bae ()([]byte ,error ){return _g (_ffdec ,"GBT-EUC-V")};func _adc ()([]byte ,error ){return _g (_fbd ,"CNS-EUC-H")};func _gcadb ()([]byte ,error ){return _g (_agbb ,"RKSJ-H")}; -func _dcca ()(*asset ,error ){_agea ,_aaade :=_cffa ();if _aaade !=nil {return nil ,_aaade ;};_ebb :=bindataFileInfo {_b :"CNS-EUC-V",_ffe :11034,_ag :_ed .FileMode (436),_ac :_c .Unix (1580491606,0)};_bde :=&asset {_abe :_agea ,_ece :_ebb };return _bde ,nil ; -};var _cebg =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x44\x92\xcd\x6e\xdb\x3a\x10\x85\xf7\x7a\x8a\x59\xe6\x2e\x72\x45\x8a\x95\x69\x01\x41\x80\xc6\x2e\x52\x2d\xd2\x14\x75\x9d\x16\x28\xba\xe0\xcf\xd0\x20\x50\x53\x02\x25\x2d\xfc\xf6\x05\x67\x14\x75\x61\x1c\xeb\xd3\x9c\xe1\x19\x71\xea\x43\x7f\xec\x53\x9c\xa1\xfe\x9a\x07\x77\xc2\x19\x42\x4c\x3e\xe3\x34\x2c\xd9\x21\x58\xbc\xc4\x54\x55\xb2\x01\x1f\xdd\xfc\xfe\x48\xe2\xae\x66\xac\xaa\xfa\xf9\xe9\xfe\xd3\xf9\x70\xff\x19\x96\x09\x57\x74\xe8\x8f\xa7\xdb\x34\xe3\xb5\x4f\x61\x00\xc5\x56\xbf\x8c\xab\x1d\xa0\xfe\x86\x97\x38\xcd\xf9\x06\x77\x1f\xfd\x60\xf1\x3f\xf0\x18\x0a\x7f\xcd\x1e\x73\x4c\x17\xb8\x7b\x7e\x92\x1b\x3d\x2d\xe3\xf8\x07\xaf\x98\x66\x10\xc4\x30\x79\xd2\xaa\x3e\xbc\x98\xf1\x8b\xb9\x22\xbc\xe7\x78\xa3\x17\xc4\xdf\x30\x4f\x71\x48\xd0\xfd\x2f\xc4\xee\x1f\xfe\x7e\x1b\x11\xe4\xea\x3f\xf7\xc7\xd7\x10\x26\x9c\x41\x49\xee\x5d\xff\x3c\xf7\x47\xf8\x25\x41\x0a\x68\x5a\xb5\x93\xbf\xd7\xd2\x1f\x2f\x83\xdf\x8c\x8d\xe0\x61\x5c\xf4\xd9\xa4\x0b\x56\x0f\x46\x9a\xe6\x11\x56\x81\x56\xb7\x84\x14\x23\x45\xe8\x03\x21\xc3\xc8\x14\xd4\xed\x09\x59\x46\xee\x11\xb4\x16\x5c\xe5\x19\x79\xaa\xea\x0a\xb2\xdc\xde\x86\x82\xf6\x4d\x41\x01\x09\x15\xd1\x5a\xec\xaa\x07\xa3\x8c\x2c\x88\x04\x5a\xbd\x27\xb4\x67\xd4\x91\x51\x10\x72\x8c\x1c\x55\x29\x42\xc8\x88\x7b\xe9\x82\x2c\x45\x55\xd6\x52\x15\xb5\xb7\x9e\x91\xa7\x2a\x6a\x5f\x02\xad\x02\xad\x2e\x51\x95\xa7\x81\x48\xb4\x16\x8c\xd8\xe8\xc9\x28\x29\x84\x67\x63\x11\xd8\x09\x42\x81\x8d\x81\x4e\xec\xe8\xc4\xc0\xc6\xc0\x5f\x82\x72\xf1\xd8\x8a\xc7\x96\xb2\xac\xc3\x76\x0f\xe5\x7f\xd9\xc2\x6d\x31\xdc\x92\x33\xa6\x99\x76\x90\xee\xbf\x5c\x60\x4c\xb8\xad\xf8\x38\x8c\xc5\x45\xbf\xbf\x01\x00\x00\xff\xff\x42\x42\x4b\x36\x0e\x03\x00\x00"); -func _geed ()([]byte ,error ){return _g (_bcc ,"Adobe-Korea1-2")};func _acba ()(*asset ,error ){_bccd ,_beef :=_dcgfb ();if _beef !=nil {return nil ,_beef ;};_bbggf :=bindataFileInfo {_b :"GBpc-EUC-V",_ffe :786,_ag :_ed .FileMode (436),_ac :_c .Unix (1580492178,0)}; -_ebcg :=&asset {_abe :_bccd ,_ece :_bbggf };return _ebcg ,nil ;};func _beag ()([]byte ,error ){return _g (_abaca ,"Ext-H")};func _eedc ()(*asset ,error ){_cege ,_ebffb :=_acfcd ();if _ebffb !=nil {return nil ,_ebffb ;};_cfade :=bindataFileInfo {_b :"UniJISX0213-UTF32-H",_ffe :243117,_ag :_ed .FileMode (436),_ac :_c .Unix (1580493003,0)}; -_cdgc :=&asset {_abe :_cege ,_ece :_cfade };return _cdgc ,nil ;};func _bcd ()([]byte ,error ){return _g (_ggbd ,"Ext-RKSJ-H")};func (_dbg bindataFileInfo )IsDir ()bool {return false };func _eb ()(*asset ,error ){_fa ,_eca :=_da ();if _eca !=nil {return nil ,_eca ; -};_fdb :=bindataFileInfo {_b :"78-H",_ffe :12437,_ag :_ed .FileMode (436),_ac :_c .Unix (1580490877,0)};_eg :=&asset {_abe :_fa ,_ece :_fdb };return _eg ,nil ;};var _deg =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x84\xbd\x4d\xab\x3f\xbd\x7a\xa5\x37\x3f\x9f\xe2\x19\x26\x83\x8e\x4b\xa5\x77\x30\x86\xe0\xc6\xe0\x41\x77\x42\x9c\x4e\x02\x21\x34\x52\x49\x72\x0c\xf1\xb1\x39\x76\x0f\xfa\xdb\x87\xbf\xae\x6b\x43\x3b\x84\xf3\x8c\x36\xda\x55\xbf\x52\x49\xa5\x92\xee\xb5\xee\xa5\x55\x7f\xf1\xd7\x7f\xfb\xef\xff\xf6\x8f\xff\xf0\xaf\xbf\xfd\xc5\xff\xfc\xa7\x7f\xfa\xfe\x6e\xff\xeb\x6f\xe7\x1f\xfe\xb8\xfe\xb4\xff\xe5\x9f\xfe\xcb\x9f\xbe\xfd\xdb\xdc\x7f\xff\x0f\x7f\xfc\xc3\x1f\xc2\xfb\xdb\xfa\x87\xef\x5f\x7f\x8a\xf7\xcf\xf7\x8f\xe3\x9f\xff\xf0\x87\x5f\xbf\xff\xbb\xff\xfa\x2f\xff\xba\xff\xf1\x6f\xff\x78\xfe\xe9\xb7\xc8\x79\xeb\xbf\xfc\xb3\xe7\xfe\xc5\xff\xb2\xff\xfe\x1f\xfe\xe5\x5f\xff\xf4\x5f\x7f\xfb\xef\xfe\xc7\xf5\x4f\x73\xff\xf7\xbf\xad\x7d\xfe\xf0\x17\xff\xd3\x9f\xd6\xfe\xd3\x3f\xfc\xf1\xef\xfd\xef\x7f\xfe\xeb\xff\xf8\x77\xe1\x3f\xff\xa7\xbf\xfe\xbb\xd7\xe3\x7f\xf7\x5f\xfe\xf9\x9f\xff\x9f\xfd\x8f\xfb\x8f\xff\xfa\x5b\xbd\xff\xd9\x7f\x5c\xf7\xef\x1f\xfe\xe2\xaf\xff\xc3\xf8\xe7\xff\x38\xfe\x71\xff\xf6\x17\xf7\xa7\xff\xee\xd7\x4f\xff\xdd\xaf\x9f\xfe\x37\xc7\xff\xb7\xfd\xa7\x7f\xf9\x87\x7f\xfa\xe3\x6f\x21\xfd\x0f\xcf\x13\xb8\xe4\xaf\xff\xff\xaf\xff\xf5\x9f\xf7\x6f\x3f\x27\xfe\x1f\xff\xe9\x6f\xff\xfd\x6f\xff\x67\xf8\x2d\x3c\xbf\xbd\x39\xc6\xfc\x5b\x78\xc3\xfb\x7f\x79\xf0\x7f\xff\x0f\xff\xb4\xf6\x6f\x0f\xa5\x40\x63\xbe\x7f\x5a\xfb\x5f\xfe\x79\x7c\xfb\x4f\xe3\x8f\x7f\xbf\xff\xf0\xdb\x6f\x7f\xf9\x3c\xcf\xf3\x57\xbf\xfd\xe5\xdf\xfc\xcd\xdf\xfc\xcd\x5f\xfd\xba\xc5\xff\xcf\x19\x7f\x08\xcf\xc3\x4f\xe7\xf9\xfe\xef\xf1\xa7\x3f\xfc\xfc\xe0\x9c\xb3\xfe\xea\x57\xa9\xfc\x2a\x3d\xcf\xe8\x94\xc2\x5f\xfd\xf6\x97\x6f\x78\x5f\x4a\xef\xaf\xd2\xf3\x16\x4a\xf1\xaf\x7e\xfb\xcb\xf8\xeb\xe7\xb7\x94\xee\x55\x9e\x8f\x52\xa5\xb4\x29\x35\x7e\x57\x29\xf5\x7b\x2c\x4c\x4a\x83\xd2\xa0\x34\x29\x1d\x4a\x1f\x57\x09\x94\xd6\xaf\xd2\x8e\xd6\xb7\x7f\x5d\xf3\xdd\x9e\x79\xa8\x21\xdf\x52\x8d\xb7\x0d\x93\xfa\x6a\xbb\x57\xc9\xdc\x59\xed\xf7\xcc\x10\x29\x0d\xae\x49\x0d\x75\x72\x2c\x51\xfa\xfe\xdb\x7e\xa9\xeb\xdf\x94\xf6\xbf\x29\x9d\xff\xb6\xd4\xe8\x89\x4c\xfb\x5a\xa6\xc4\xb1\xf1\xdd\x1a\x22\xf7\x39\x16\x25\x7a\x77\x70\xcd\x87\x3b\x1b\x5c\xf3\xa1\xaf\x27\xcf\xe8\xa1\x97\x66\xe0\x77\xd4\x30\x5f\x9e\x18\xad\x9d\x3e\x15\xae\x32\x7f\xdd\xcb\x9b\x3f\xcf\xcc\x94\xe8\xb3\x59\x6e\x69\x7a\x66\xa5\xc4\xbd\xcc\xc6\x99\x3c\xbf\x79\xfb\xac\xfc\xdc\xcb\xa0\x44\x1b\xe6\xe4\x4c\x6b\xff\x28\x79\xe6\x6d\x5f\x1e\xf4\xee\xdc\x94\x78\x7e\xf3\x50\x1f\xfd\xf2\x3d\x94\x78\x46\xdf\xaf\xf6\xc5\x77\x70\x67\xdf\x1d\x75\xc1\xfa\xbe\x48\xdb\xb9\xb3\x8f\xbe\xde\x9e\x49\x5f\x47\xda\xf7\xfd\x6a\xdf\xf3\x7e\xd4\xb0\xec\x41\x7a\x62\x05\x4a\x1e\xa3\x07\x17\x6d\x58\x8c\x9e\x63\x29\x31\x96\x68\xc3\xba\x3d\xf8\x3a\x5a\x57\x61\xb4\x72\xd7\x8b\x31\x1f\xb8\xb3\xc5\xa8\x0b\xd6\x70\x7b\xe9\x2d\xb4\x7d\x7d\x5c\xc5\x33\x6f\x2f\xbd\x99\x9e\x5f\x8c\xeb\x42\x7d\xfb\x3e\xbf\x37\x52\xc3\xbe\xcf\xe8\x1d\xf4\xc4\xbe\xcf\xe8\x7d\xb9\xe6\xee\x5c\x93\xb6\xef\xfb\x8c\xde\x69\xe9\x57\xed\x31\x2e\x6a\xd8\x1f\x25\x6b\xa0\xf6\x97\x7e\xd9\xd4\xfe\x72\x67\xfb\x50\x3b\xf5\x9d\x87\x12\x6f\xc7\xb9\x63\xb0\x24\x6a\x3f\x2f\x25\x6a\x38\xf7\x19\xbd\xdd\xdf\x25\xc6\x0b\x33\xca\xb9\x3d\x18\x3a\xb5\x9f\x42\x89\xe7\x77\x2a\x25\xaf\xd2\x28\x59\xc3\xa4\xe4\x55\x3e\x4a\x8d\x92\x6d\xb0\x3e\xdb\xe0\x35\x7d\x8f\x6e\x4f\x04\xe7\x3a\xfa\x33\x3c\xe1\xdf\x1c\x7b\xff\xcd\xb1\xc8\xb1\x44\x89\x51\x40\xcf\xff\x1a\x8a\xbf\xde\xb1\xf0\x52\xe2\x49\x3f\x1e\x63\x76\xe3\xa9\x84\x67\x30\x76\x23\x25\xda\xf0\xab\x27\xf6\x1f\x97\x33\xf0\xff\xcf\x94\x1c\x9e\xc3\x23\xe2\x92\xe1\xbe\xd2\x91\x97\x31\x84\x74\x4b\xbc\x54\x21\x54\x8e\x71\x9b\xa1\x31\x58\xa9\x3c\xfc\xba\x95\x1c\x72\xa7\x34\x28\x4d\x4a\x93\x92\xd7\xfc\x28\x2d\x4a\xeb\x96\x8a\x35\x6c\x4a\x34\x21\xfc\xba\xb3\x9c\xf7\x7d\x39\xc2\xfb\xab\x3b\x6b\xda\xd4\xf0\xfe\xea\xce\xfa\x79\x9f\xef\x6d\x7a\x6e\x74\xee\xcb\x34\xd1\x3c\xc6\x34\xd1\xa8\xef\x65\x9a\x68\x74\xfc\xcb\x34\xd1\xb8\xcf\x97\x69\xa2\xdd\x17\x2e\x44\xa6\x89\x46\x7d\xf1\x0e\xc1\xec\x03\x8b\x2f\x25\x7a\x22\xde\x21\x98\x5f\x8f\x31\x0d\xbe\x1e\x63\x1a\x0c\x1e\x63\x1a\xec\x1e\x63\x1a\x64\x51\x0b\x91\x69\xf0\xe1\x41\xc7\xce\x99\x3c\x95\x48\xfb\x1e\xaf\x42\xfb\x82\xbf\xa3\x7d\xc1\x6b\xd2\xbe\x70\x07\x6b\x48\xb4\xa1\x72\x66\xa2\x0d\x85\x5e\x4a\xb4\x21\x7b\x8c\x36\xf8\x8c\x12\x6d\x28\xf4\x44\xa2\x0d\x3e\xa3\xc4\x7d\x6e\xee\x2c\x71\x9f\x9b\xda\xef\x02\x1b\x9f\x48\xed\x77\x81\xcd\x31\x79\xec\xe3\x18\xd7\x3c\x4c\x98\x8b\xde\xbd\x2f\xe3\xf3\x7e\x1e\x6b\x94\x78\xee\xa7\x53\xba\xcf\xe8\xbd\xa3\x2e\xed\xb7\x51\xea\xb7\x14\x0b\xa5\x41\xe9\x50\x9a\xb7\xd4\x32\xa5\xef\x96\x58\x10\x5e\x47\x5d\x7b\x29\x31\xea\xba\x57\xb9\xa3\x2e\x0c\xea\xbb\xa3\x2e\xbf\xa7\x53\x0a\xb7\x45\xb4\xef\x7d\xdf\x5b\x2a\x1e\x8b\xb7\x34\xb9\xca\xfb\xab\x07\x73\x67\x11\xfd\x35\x5b\xfc\xf6\x97\x79\x36\x6a\x7f\x7f\xb5\x3d\xaf\x65\x0d\xbf\xda\x9e\x77\xf5\xcc\x46\x89\x36\xbc\xf7\xad\xda\x27\x51\xba\x6f\xd5\xc9\x5e\xe5\xf6\xee\xe1\xa9\xbc\x77\x94\x17\x47\xe4\x7b\x47\x79\xc9\xdb\x33\x7f\xb5\xaf\x66\xa6\xba\xf7\x8e\xf2\x5a\x2a\xf7\x79\x47\x79\x3b\x93\x5e\xba\xa3\xbc\x17\xdb\x90\xef\x08\x49\x2f\x35\xe4\x78\x7b\x90\xd1\xfa\xe6\x74\x4b\xbc\xef\x6f\xce\x1c\xf3\xcc\x42\x29\x52\xaa\xb7\x94\x2c\xf1\xfc\x78\xfb\xdf\xcc\xf3\x6b\xd6\xc7\xf3\xe3\xdd\x7c\x33\xcf\x6f\xd2\x2f\x99\x59\xc3\x67\x9b\x9d\x35\xb8\xeb\xec\xac\x41\x7f\x66\x9e\x9f\x6d\xbf\x61\x64\x7e\x3b\xc7\x0a\xcf\x28\xf0\xbb\x1b\x46\xe6\x98\xb8\xeb\x72\x9f\x51\x24\x74\x7b\xcb\x7d\x46\xf1\xe3\x49\x17\xda\xc0\xb2\xf2\x16\xda\xf0\x78\x4d\xda\xf0\x78\x26\x6d\xf0\xb9\x17\xda\xf0\x7a\x26\x63\xf0\xd7\xe8\xf9\xb3\x53\xf2\x5b\x68\xde\xf6\xc6\x36\x1d\xe8\x4d\x1f\x4a\x54\x57\x1f\xba\x93\x6e\xa9\x81\xd2\xa6\xf4\xd2\x9d\x96\x78\x7c\x4c\xe5\x6f\xbd\x4d\x0f\xac\xa8\x6f\xbd\x4d\x7f\x7d\x60\xb5\x30\xe4\x69\x42\xad\x74\x92\xc7\x1a\xdd\x42\x47\xdc\xf8\x36\xc7\xed\xb1\x3b\x3c\x6b\xf0\x5e\xee\xf0\x6c\x9b\xa6\xdf\xf8\x36\x77\x3b\xfe\xc6\xb7\xb9\x13\xa3\xbf\x37\xbe\xcd\xbd\x72\x95\x76\x5f\xb1\x99\x2d\xdd\xc7\x37\x0f\xad\x6d\xf7\xf1\x7d\xac\xa1\xef\x8d\x7d\xf3\x07\x5e\x78\x6f\xec\x9b\x3f\x5f\xcd\x76\xdb\xf0\x55\x5a\xdb\x2a\x2f\x1c\x83\xae\xdd\x36\x2c\x26\xb0\xb7\xdd\x3b\x5b\x87\x5e\x6a\x8b\xd7\xcf\x6b\x6e\x5e\x3f\x8f\xdd\x81\x65\x54\xf7\xf6\x3b\x31\x1c\x62\xfb\xb7\xff\xba\xeb\xf2\x26\x6a\xe8\xf4\x7c\xa0\xf6\x4e\xcf\x33\x5d\xbf\x9d\x17\xe7\xf1\x4c\x5e\x9c\xd7\x12\x2f\x4e\xf4\x4c\x06\x5d\xa4\xaf\x3b\x83\x2e\x59\x7b\xa7\xb5\x1e\xf3\xc5\xa1\xed\x9d\x41\xd7\xad\x9d\x41\xc7\x42\xf2\xf6\x45\x89\xf6\x75\x46\x16\xcb\xd1\xdb\x19\x59\x83\x63\x83\x91\xf5\x71\x95\xc1\xc8\xfa\xb8\xb3\x41\xfb\x3e\xda\x3e\x68\x03\xb1\xef\x3b\xb8\x4f\x82\x84\x77\x10\x16\x38\x7a\x06\x61\x81\x2f\xdc\x20\x2c\x28\x8c\x82\xe1\x4b\xcc\xeb\x37\x78\x89\x3b\xc7\x2e\x22\xc9\xbf\xd6\x8c\x5b\x4a\x8c\x4f\x7a\x62\x32\x3e\x83\xc7\x18\x9f\xf6\xcb\x64\x7c\xfa\xae\x5c\x2c\x91\x63\xf2\x9a\x2e\x4e\xf4\xcb\xc5\x12\x39\xfa\xe6\x5c\x2c\x91\x63\xa3\x0d\x17\x4b\xe4\xe8\x02\x74\xb1\x44\x8e\x2c\x55\xef\xc5\x12\x39\xda\xf6\x8b\x25\x72\xdb\xb4\xe1\x62\x89\xdc\x5f\xee\xe5\x62\x89\xdc\x9d\x0a\x3e\x96\x87\xd7\xab\x64\x4a\x5e\xa5\xf0\x06\x50\xfb\x77\xdb\xf7\x39\x96\xbe\xc6\x98\xf7\x98\xa3\xc0\xab\xdc\xf6\x7d\x2c\xef\xbf\xd6\xcb\x3b\xae\x3d\xf3\x63\x5c\x5b\x3b\xa3\xfc\x70\xe6\x62\x24\xfb\x34\x17\x23\xd9\xe9\xec\xa2\x95\xf2\xba\xc0\x5e\xb4\x52\x5e\xc7\xe0\x45\x2b\xe5\x4d\xf4\xd9\x45\x2b\x25\xbf\x5e\xb3\xdc\x52\xa3\xaf\x2f\x5a\x29\xd9\xa7\x79\xd1\x4a\xc9\x83\x3b\x5b\xfd\x96\x26\xbd\xb4\x06\x0b\x17\x4f\xe5\x22\x99\x52\x0e\xa3\xee\x22\x99\x52\x7f\xee\xec\x2e\x71\xd5\x40\xe0\x22\x99\x32\x5f\xcf\x3c\xb7\x54\x18\xc9\xfb\xb9\xa5\x4a\x0d\xfb\xb6\x6f\xfa\x34\xf7\x6d\xdf\x5c\xe9\xf7\xa6\xe4\x1d\x39\xd1\x9f\xdd\xa6\xff\x4c\x44\xfb\x36\xfd\x73\xed\xdd\xbf\x9a\x5e\x1f\x57\xa3\x0b\xa3\xea\xeb\x83\xbe\x30\xaa\xfe\x74\xe7\x85\x51\xf5\x8d\x9e\x39\x6e\xc9\xe1\x79\x61\x54\x7d\x5d\x5f\x2f\x8c\xaa\x6f\xf6\xcc\x75\x4b\x83\x61\x76\x61\x54\x8d\xcd\x63\xbc\xc4\x81\xdf\x1d\x5e\x62\x5f\x8e\xc3\x4b\xec\x24\x7c\x9c\xa4\xb8\xeb\xe3\x24\x45\x77\x1e\x26\x29\xef\xec\xf0\x82\x3b\xb9\x1d\x26\xa9\x44\xdb\x8f\xab\x3b\x83\xe0\xf0\xf2\xfb\xf8\x0e\x2b\xe3\xba\xd7\x8c\x0f\xf7\x42\xc4\x17\x1f\xee\x65\x6d\x4a\x2f\x13\x43\xa6\x14\x29\x25\x4a\x85\x78\xec\xa3\xc4\x84\x72\xbc\xe6\x60\xe1\x1a\x94\xee\x90\x7f\x89\xf1\xe2\xf3\xb1\xf2\x1f\x4a\xbc\xb6\xe1\xf6\x6e\x0c\xbc\xb6\x00\xe6\x18\xbc\x17\xce\x0c\x44\x75\x89\x6b\x06\x22\x86\xc4\x5d\x07\x22\x06\x62\xae\x5f\x61\xc4\x2d\x51\x5f\x20\x62\x28\x5e\x85\x69\xa9\xd0\xbe\xc0\xb4\x34\x27\x25\x97\x4d\xcf\x64\x5a\x22\x82\x8e\x60\xa5\x78\x22\x25\xa6\x25\x26\x94\x48\xd4\x1a\xb7\xd7\x64\x5a\xda\xde\x19\xed\xdb\xf4\x0b\x51\x6b\x3c\xfc\xce\xa8\xd5\x3e\x33\x6a\x3d\xf4\xb5\x51\x2b\xcb\x74\x24\x6a\x8d\xbb\x50\xa2\x7d\x9b\x9e\x20\x6a\x8d\xe7\xa5\x44\xfb\x0e\x3d\x41\xd4\x1a\x79\x51\xe3\x6b\xfb\xac\xc1\xf6\xd1\xd7\xaf\xed\xb3\xbe\xdb\xbe\xb2\x2c\x2d\x4a\xd6\x47\x58\x10\xbc\x97\xc3\x14\x49\xdb\x6f\xd4\x9a\x3b\x54\x5a\xbc\x51\x6b\xee\x95\x1e\x8c\x4c\xbb\xc4\xb7\xf1\x62\xb3\x3c\x33\xf7\x72\xb1\x59\x9e\x8d\xde\x8d\x86\x0c\xf4\x52\x24\x2a\xb7\x07\x23\x21\x03\xd8\x33\x46\x43\x06\xaf\x39\x99\x4c\xbd\x8a\x53\xab\x57\x59\x04\x09\xde\xd9\x26\x48\xf0\x9a\x04\x10\x8e\xc1\xe4\xb4\xcb\x9d\x25\xa7\x5d\xda\x9e\x98\x5a\xa1\x69\xe2\xc5\x5f\xe5\xcd\x5c\x33\x31\xb5\x0e\x7f\xc7\xd4\xea\x9d\x5d\x6c\x56\xaa\xbd\x74\xb1\x59\xa9\xe0\xd2\x98\x98\x3e\x59\x64\x62\x5a\x4c\x91\xb4\x21\x31\x7d\x7e\x1e\xbb\xd3\xa7\x4b\x4e\xcc\x0f\x25\x9e\x6d\x0e\xcc\x75\xb4\xe8\x22\x84\xf2\x25\xcf\x8c\x94\x3c\x93\x39\x12\xf2\x2c\x5e\x84\x50\x7f\xad\xeb\xb7\x54\x98\xb3\x78\x62\x17\x21\xd4\x08\xd2\x8e\x17\x21\xd4\xb4\xbe\xdf\x99\x92\xe3\x05\x0f\x35\xd9\xf4\x0b\x1e\xaa\xc0\x37\x5e\xf0\x50\x33\xb1\x68\xbc\x20\xa0\x0a\xf3\xe3\x05\x01\xb5\x54\x1a\x7b\x41\x40\x2d\x83\xdb\xbc\x20\xa0\x96\xe9\xef\xee\x6d\x16\x5f\xb8\x0b\x02\x6a\x75\xb0\x5e\x10\x50\xeb\xe6\x11\x5d\x10\x50\xab\xaf\xed\x05\x01\xb5\xb3\x2e\xc7\x0b\x02\x6a\x9f\x5e\xe5\x4e\xe5\xc3\xc1\x7a\x23\xfd\x3a\x58\x8d\xa2\x11\x3b\x80\x32\x1a\xb1\x77\x4b\x4c\xc9\xac\x9a\xb1\x32\x25\x0f\xda\x5e\x99\x92\x1d\x12\x95\x29\x99\xd5\x3d\xde\x88\x3d\x9d\xc7\xab\xdc\x29\xf9\x04\x4b\x83\x63\xdc\xe7\x8d\xd8\xd3\x09\x5e\xe5\xe3\x18\xbd\x74\x59\xe7\x24\x7b\x15\x1b\x53\xb9\x53\x41\x63\xfa\x24\x3a\x8b\x8d\x36\xf8\x82\x37\xda\xe0\xc4\xd0\x68\x83\xbd\xd4\x68\x03\x4c\x76\xbc\x11\x7b\xfa\x79\x71\x6e\xc4\x9e\x8c\xb5\x23\x11\x7b\x70\x12\x6e\xc6\x94\xbc\x46\xcd\x98\xd2\xda\x89\x29\x89\xf8\x22\xb1\x7d\x28\x96\x40\x55\xd5\x1a\x88\x37\x9b\xb5\x13\x6f\x42\x66\x45\x62\xfb\xd7\x17\xf5\xc6\xef\xf9\x25\xbf\x10\x3b\xd1\xa7\xd3\x52\x07\x39\xc1\x1e\xc7\xce\x14\x49\x84\x12\x3b\x53\x24\xf0\x39\x76\xa6\xc8\xd7\x1a\xee\x7d\x26\x9f\xca\x8d\xd1\x73\xb2\x77\x6f\x8c\x9e\x13\x64\x4f\xbc\x31\x7a\x4e\x3e\xa3\x1b\xa3\xe7\xe4\xcb\x78\x63\xf4\x9c\xec\xb3\x1b\xa3\xe7\x64\x9f\xdd\x18\x3d\x27\x38\xc5\x38\x22\xbf\xf3\xcc\xc4\x31\xda\x7e\xe3\xf7\x9c\xbc\xeb\x51\x28\xd1\xa2\x51\x29\xd1\xf6\x1b\xdb\xe7\x04\x37\x1f\x89\xed\x13\xcc\x64\x24\xb6\x2f\xdb\x3b\x9b\x4c\xe5\xfe\xce\x69\xde\xfa\x6e\xfb\x6a\xb4\x86\x4d\xc9\xdf\xdd\xf6\x19\xd5\x45\xe2\xfe\x9f\x29\xeb\x66\x22\xf2\xcf\x74\x76\x33\x11\xb9\x12\x6f\xc6\x9b\x89\xc8\x95\x58\x3b\x82\x02\xba\xd3\x0b\x28\xa0\x57\xaf\x39\x38\x46\xed\xa0\x80\xee\x5c\x00\x0a\xe8\xd5\xab\x80\x52\x21\x89\x22\x28\xa0\x37\x7a\x90\x68\x7e\x42\x2e\xc5\xcf\x65\x85\xdf\x11\xcd\x4f\xf0\x73\x24\x9a\xff\x1c\x2f\x46\xf3\xd6\x40\x34\xbf\xec\x25\xa2\xf9\x6d\xef\x12\xcd\x6f\x97\xb1\xcf\x25\x87\x16\x11\xcd\xff\xbc\x8d\x44\xf3\xe6\xb8\xe2\xc7\x92\x63\x98\xf5\xb1\xe4\x2c\xae\x72\x23\xfd\xf2\x33\x92\x8d\xe6\x1d\x4b\x46\xf3\x2e\x08\xcb\x25\x87\x6b\x12\xcd\xbf\xf9\xf7\x88\x8b\x68\xa0\x1f\xad\x8e\x40\xdf\x08\xc5\x40\xdf\xf5\x95\x80\xbd\xfa\x02\x10\xb0\xd7\xc8\x63\x20\x60\xaf\xc4\xd3\x91\x80\xbd\xba\xd6\x13\xb0\x57\xd2\x04\xd1\xa8\xdc\x57\x8c\xa8\x7c\x16\x7f\x97\x09\xfb\x69\xc2\x8d\xca\xcb\xcf\x63\xb8\x51\x79\xf9\xb2\xf5\x35\x4a\xbc\xee\x37\x2a\x2f\x1f\x91\x77\xbc\x91\x77\xf9\xe0\xdc\xe2\x8d\xbc\xcb\x67\x34\x71\x23\xef\xf2\x19\x0d\x6e\x56\x4d\xbb\xec\x46\xd7\xf5\x81\x79\x8d\x37\xba\xae\x2f\x34\x4d\xbc\xd1\x75\x7d\xad\xfd\xb0\xe4\x54\x1e\xca\x8d\xae\xeb\x80\x6f\x8c\x37\xba\xae\x9f\x91\xc6\x8d\xae\xeb\x67\x1c\x77\xa3\xeb\x7a\xec\xeb\x73\x97\x9c\x03\x77\x1d\x6f\x02\xa3\x9e\x69\x0d\xbf\xda\xd0\x1e\xa7\x89\x9b\xc0\x68\x26\xed\xe2\x4d\x60\xb4\xc7\xc9\xe6\x26\x30\x9a\xc9\x86\x74\x23\xf6\xf6\xf0\xa2\xa6\x1b\xb1\xb7\x07\x66\x32\xdd\x88\xbd\x3d\x0c\xf9\x74\x93\x14\x2d\x6c\xcf\x2c\x94\x06\xa5\x7a\x4b\xc7\x63\x8d\xd2\x47\xe9\x57\x1b\xda\xfb\x58\x1a\xb7\xc4\x40\x4e\x37\x9a\x6f\x26\x99\xd2\x8d\xe6\xdb\x4b\x3c\xfd\x6b\xe6\xfa\x55\xaa\xde\xe7\xa6\xe4\xb1\xdb\x86\x02\xfe\x4a\x37\xd2\x6f\x8d\x98\x24\xdd\x48\xbf\xb5\x44\x7d\x37\xd2\x6f\x8d\x21\x9f\x6e\xa4\xdf\xba\xed\xbb\x91\x7e\x2f\x8c\xac\x14\x58\xaa\x48\x9e\xa6\xe0\x72\xdb\x28\xb1\x54\x81\x8e\x12\xfc\xf4\x49\x5e\x85\xe5\x96\xa5\x2a\xc1\x4f\x9f\x6c\x89\xe5\x16\xca\x21\xc1\x4f\x1f\xc6\x7c\xba\x91\x7e\x32\xad\x9b\x6e\xa4\x9f\x0e\xa3\x2e\x05\x96\x62\x26\xcc\x74\xa3\xf9\x74\x78\x73\xd2\x8d\xe6\xd3\x21\xf0\x48\x37\x9a\x4f\x87\x58\x2d\xdd\x68\x3e\x1d\xa8\x98\xf4\xb2\xdc\x42\x32\xa4\x97\x36\x10\x09\xa7\xd7\x36\x14\x4a\xb4\xc1\x5e\x7a\x6d\x83\x67\xd2\x86\xe2\xbd\xd0\x06\xa6\xe4\xf4\xd2\x06\x90\x61\x7a\x69\x43\xf4\x9a\xb4\x81\x77\x2c\xdd\x68\x3e\x99\xb6\x4e\x37\x9a\x4f\x87\x25\x3c\x45\xda\x97\x69\x51\x14\x19\x52\x7b\x94\xc4\xa4\x97\x88\xe6\x83\xcf\x81\x68\x3e\x54\xfa\xec\x66\x53\xb2\x49\xbb\x14\x41\x8d\x90\x28\x89\x88\xfd\x7d\xad\x6f\xb3\xa0\x73\xcd\x1b\x95\x67\x91\x76\x4a\x20\x27\x92\x7d\x29\x81\x9c\xaa\x25\x90\x93\xf5\x25\x96\x54\xf0\x65\x4a\x2c\xa9\xaf\x25\x96\x54\x12\xb2\x29\xb1\xa4\x46\x4b\x2c\xa9\x88\x1e\x52\xba\xf7\x99\xec\xc1\x44\xc8\x00\x69\x9a\x12\x21\xc3\xaf\x67\xf4\x67\xa7\xe4\x94\x88\x26\x7c\xec\x89\x68\xc2\x57\x3a\x11\x4d\xd8\xd5\x99\x68\x82\xbc\x6a\xca\x44\x13\xbe\x8c\x99\x68\x82\xf5\x35\x65\xa2\x09\x20\x72\xca\x44\x13\xd1\x63\x34\x3d\xfa\x3b\x9a\xee\x10\xcc\x34\x1d\x78\x92\x32\xcd\x23\x22\x4a\x99\xe6\x39\x04\xb3\xcd\xf3\x18\x6d\x60\x09\x48\xd0\xfd\xe9\xb5\x06\x23\x22\x06\x5d\xa1\x0d\xc4\x08\xe9\x2a\x4a\x72\x71\x22\x22\x15\x20\x9b\x94\x48\x05\x14\x60\x77\x22\x15\x50\x80\xc1\x89\x54\x40\xb5\x7d\xa4\x02\x2a\xf0\x2b\x5d\x14\x90\xab\x77\x76\x51\x40\xae\x0e\xba\x8b\x02\x72\xf5\x75\x2f\xf0\xe1\x3e\x3e\x92\x61\xd5\x07\x7d\x51\x40\xae\xd9\xab\x10\x11\x39\x69\x14\x23\x22\xef\xe5\xb6\xaf\x41\x16\xa4\x2a\xf0\xe5\x2a\x15\xe0\xdb\xa9\xbd\x02\x7c\xe1\x76\x53\x85\x6f\x74\x92\x82\xef\xef\xdd\xdf\xc1\x37\x12\xb5\x26\xf8\xfe\x0e\xce\x48\xf0\xfd\x9d\x64\x58\xaa\x46\x52\xd6\x40\x24\x05\x06\x49\xf0\xfd\xbd\x7b\x15\x22\x29\x16\xa0\x24\xdf\x0f\x22\x49\xf0\xfd\xd3\x17\x1c\xbe\x7f\x3a\x85\xc8\xf7\x37\x4b\xf0\xfd\x20\xb5\xd4\x8c\xb2\x68\xfb\x0f\xdf\xef\x99\x44\x52\xd1\x63\xf0\xa2\xf6\x0b\x28\xe0\x83\xd7\x4e\xa0\x80\xef\xa7\x86\x7b\x2f\xcb\x27\x2d\xc3\xef\x02\x04\x0a\xd8\xd6\x07\x0a\xd8\x70\x98\xe9\x32\xfc\x79\xdb\xbe\xcb\xf0\xe7\x7d\x3c\x16\x89\xc7\xa8\x0f\x84\xa0\xae\x28\x81\x10\x4e\xf1\x58\xa1\xc4\x33\x02\x21\x9c\xea\x55\x1a\x25\x9e\x03\x0c\xff\x81\x3c\x4b\x9d\xd4\xdf\xc7\x7d\x82\x1e\xce\xf2\x77\x44\x83\x80\xf7\x04\x7a\x38\x10\x33\x09\xf4\x70\x6c\x2d\xe8\xe1\x10\x40\x24\xd0\xc3\xf1\xed\x18\x10\x10\x2e\xfd\x03\xde\x17\xbc\x90\x06\x91\x22\xf1\x74\x1a\x44\x8a\xb0\xb9\x69\x10\x29\x3a\x5e\x06\x91\x22\x89\xce\x74\xd1\x43\x79\xab\xc7\x1a\xc7\x68\xdf\x45\x0f\xe5\x2d\xdc\xf5\x45\x0f\xe5\xb5\x77\x2f\x7a\x28\x2f\x94\x4a\xba\xe8\xa1\xfc\x2c\xef\x17\x3d\x94\xd7\x5e\xba\xe8\xa1\xbc\x4e\xc2\x17\x3d\x94\xd7\x37\x60\x12\xed\x42\xc8\xa5\x49\xfb\x50\x71\xa4\x49\xfb\x0c\x27\x26\xed\x23\x47\x92\xa6\xed\xe3\x9a\xd3\xf6\xd1\x13\xd3\xf6\xd1\xa2\x69\xb8\xcb\xbd\x4c\xc2\xdd\x5f\xef\xed\x9f\x9f\x92\x27\x91\xb0\x93\xe2\x84\xf2\xf6\x81\x4d\x29\x6f\xba\x7a\xc2\xd9\x10\x37\xa6\x8f\x48\xd8\x17\xe7\x23\x12\xce\xdc\xca\x05\x24\xa5\x1a\x4d\x5c\x40\x52\x2a\x80\x39\x5d\x40\x52\xaa\xeb\xf9\x05\x24\xa5\xba\x66\x5f\x40\x52\x2a\xe9\xb6\xf4\xc1\x1f\x19\xa1\x5c\x40\x52\x26\x59\xd6\x74\x01\x49\x99\x9f\xf7\x32\xe1\x7a\xe8\xea\xcf\x28\xd9\xda\x89\x92\x9d\x50\x3e\xa2\x64\x80\x53\x22\xbd\xf0\x01\x9c\x12\xe9\x85\x8f\xec\x6c\x02\x90\x7c\xa8\x0e\x12\x80\xe4\xab\x96\xe0\xd8\x11\xe8\x24\x00\xc9\x57\x2d\x11\xcd\xfb\x82\x83\x3a\x3e\x40\x7f\x02\x75\x7c\x0e\x4f\xd2\x0b\x9f\x03\x84\xf4\xc2\x07\xf8\x4b\xa4\x17\x3e\x80\x61\x22\xbd\xf0\x19\x61\x82\x56\x3e\x87\x20\x68\xe5\x03\x8c\x25\xd0\xca\xe7\x90\x00\xad\x7c\x0e\x79\xd0\xca\xe7\xf4\x09\x5a\xf9\x99\x96\xcc\x21\x38\x20\xcd\x21\x00\x36\x93\x39\x84\x9f\xab\x74\x4a\x9e\x49\x9e\xc0\x29\xc4\x3c\x01\x18\x24\x99\x27\xf0\xd9\x9a\x27\xf8\xac\x6f\x53\xf2\x77\x57\x05\x10\xed\x97\x9b\x27\xa8\x2a\x58\xd2\xcd\x13\xd4\xec\x02\x0b\x5a\x29\xde\x99\x68\xc5\xe5\x08\xb4\x52\x8d\xfb\x41\x2b\x9d\x94\x61\x02\xad\x74\x52\x86\x09\xb4\xd2\xa7\xbf\x1b\x90\x60\xd6\x3e\xc1\x35\xd6\x77\xdb\xf0\x13\xed\x8a\x56\x7e\xee\x13\xb4\xe2\xab\x29\x5a\x61\xf9\xcb\xa2\x15\xfa\x33\x8b\x56\x18\x59\x59\xb4\xd2\x07\xa5\x1b\xe9\x3f\xc8\x0f\xf3\x95\x5b\x35\xa7\x89\x0c\x92\x71\x0a\xc9\x20\x99\xb7\x79\x95\x4a\xc9\xfa\x2e\x92\xe9\x3f\xc7\x2e\x92\xe9\xcb\xdf\x5d\x24\x33\xd0\x4a\x64\x90\xcc\x17\x2b\xa5\x8b\x64\x3e\xde\xc6\x0c\x92\x11\x51\x66\x90\xcc\xf7\xd3\xa2\xdb\xbe\xc5\xd2\x91\x41\x32\x8b\x31\x9f\x41\x32\x0b\x41\x65\x06\xc9\x6c\xa2\xd6\x0c\x92\xd9\xa4\x28\xf3\x45\x32\xed\xd8\x13\x17\xc9\xb4\x33\xbd\xca\x6d\xdf\x61\x4c\xe4\x8b\x64\xda\x41\x50\x99\x2f\x92\x69\xf2\xd3\xf9\x22\x99\x76\x3e\xef\x65\xb0\x88\x06\x4a\xbf\xda\xd7\x9f\x6e\xe9\xbb\xa5\xe1\x35\x17\x25\xef\x65\x53\xb2\x86\x43\x89\x36\xdc\x9c\x45\x97\xe4\xcb\x37\x67\xd1\x83\xf7\x72\x51\x4e\x0f\x2c\x7f\xf9\xa2\x9c\x5e\x40\x63\xf9\x15\xa9\x6d\x4a\x99\x63\xdc\xcb\x45\x39\xbd\xbc\xe3\x77\xa6\xe4\x7c\x01\x50\x2f\xaf\x15\x28\x32\xb2\x72\xd2\x58\xd9\x12\xb9\xf6\xea\x4d\x2b\x32\xa2\x73\x5f\x73\xed\x96\xcc\xb5\x73\x63\x82\x1c\x87\x99\x20\xc7\x07\x2d\xc8\x71\x60\x45\x40\x9c\x35\x44\x40\x5c\xf5\x77\x80\x38\xb2\xe4\x39\x02\xe2\xac\x2f\x02\xe2\xbc\x97\x08\x88\x63\x5a\xca\x11\x10\xd7\xbc\x26\x20\xce\xa1\x14\x01\x71\x40\x97\x1c\x01\x71\x68\x09\x72\x04\xc4\xc1\x48\xe7\x08\x88\xab\xd6\x00\x88\xe3\xd5\xcc\x89\xf6\x31\x45\xe6\x44\xfb\x88\xa4\x72\xa2\x7d\x0e\x90\x64\xfb\x18\x12\x00\xa7\x00\x10\xcd\x00\xa7\x40\xe2\x23\x03\x9c\x82\x2f\x07\xc0\x29\x78\x2f\x00\xa7\x40\xec\x94\x01\x4e\xa1\x7a\x2f\x70\xc2\x4c\x98\x19\xe0\x14\x20\x43\x32\xc0\x29\x1c\x4b\x80\x3f\x62\xed\x0c\x3a\x7a\xa3\xbf\x3b\x94\xa8\x01\x74\xf4\x02\xad\x33\xe8\xe8\x05\x84\x67\xd0\x91\x4a\xd6\x0c\x3a\x32\xc9\x9b\x41\x47\x2f\x29\x92\x0c\x3a\x7a\xa7\x67\xa2\xb4\x21\x2d\x98\x41\x47\xd1\xb6\x67\xf8\x62\xfb\x25\x93\x52\x63\x99\xce\x20\xa7\x98\xbd\x26\x29\xb5\x62\x7d\x24\x02\x61\xfc\x32\x78\x28\x2e\xae\x02\x1e\x8a\xc4\x8d\x19\x3c\x94\x1c\x67\xe0\xa1\xe4\x28\x00\x0f\x25\x9f\x2d\x78\x28\xd9\x9f\xe0\xa1\xd4\x3d\x13\x4c\x47\xc4\x97\xc1\x43\xc9\x11\x02\x1e\x4a\x3e\x23\xf0\x50\x6a\xde\x0b\x78\xcf\x89\x16\x3c\x94\x1c\xad\xe0\xa1\x44\xfc\x97\xc1\x43\xa9\x5b\x03\x78\x0f\x16\x3f\x83\x87\x92\xcf\x1d\x3c\x94\x08\x04\x32\x78\x28\x39\xe9\x83\x87\x12\xcb\x66\x06\x0f\x25\x82\x84\x0c\x1e\x4a\xbe\x39\xe0\xa1\x44\x58\x90\xab\xed\xe3\x89\x81\x87\xca\xf1\x9a\xe0\x3d\xdf\x2a\xf5\x4f\xb6\x16\x3c\x54\x8b\x67\x82\xf7\x1c\xbb\xe0\xa1\x5a\x6c\x03\x78\xcf\xe7\x57\x61\xc0\x9d\xf4\x1b\x0c\xb8\x3d\x01\x56\xea\xc1\x12\x78\xcf\x09\x13\xfd\x53\x4f\xfe\x0e\x4c\xe7\xe8\x01\x2b\x99\x81\xca\x60\xa5\xee\xa8\x23\x9b\xd2\x1d\x21\x64\x53\xfa\xf4\x9a\x60\xba\xe1\xef\xc0\x74\x68\xb9\x33\x38\xaa\x3b\x41\x83\xa3\xfa\xe2\x19\x81\xa3\x3a\x88\x24\x83\xa3\x3a\x39\xae\x0c\x8e\xea\x2b\xfe\xde\x94\x0c\xc4\xea\xae\x62\x5d\x38\xcb\x84\x02\xc4\xea\xae\x7e\x40\xac\x9f\xb5\x17\x88\xd5\x5d\xb7\x80\x58\x33\xfb\xbb\xdb\x74\x19\xe2\x0c\xc4\x32\x07\x9a\x81\x58\x13\x58\x93\x81\x58\xd3\xc1\x03\xc4\x9a\xc6\x16\x40\xac\xd9\x79\x0c\x40\xac\x49\xb4\x9b\x81\x58\xd3\x29\x19\x88\xf5\x21\xe1\xcf\x24\x68\x3e\xe8\x96\x4c\x12\xe6\x63\xe3\x48\x26\x09\xf3\x21\xcf\xcb\x24\x61\xbe\xe9\x99\x40\x5d\xb6\xc9\x64\x92\x30\x9f\x6b\x3d\x49\x98\x6f\xfa\x3b\x24\x40\xf6\x0b\x49\x18\x35\x1d\x99\x24\xcc\xfe\xb9\x17\x24\x40\xf0\xe1\x99\x24\x8c\xca\x90\x4c\x12\x66\x43\xfd\x64\x92\x30\x8a\xd9\x32\x49\x98\xed\x54\x40\x12\x66\xdb\x4b\x24\x61\xb6\x3d\x88\x4c\x6b\xdb\x4b\xc8\xb4\x4c\x12\x66\x92\x30\x07\x3a\x29\x93\x68\xf9\x59\xe2\x48\xb4\x1c\x87\xfc\x34\x81\xc1\x50\xfa\x84\xac\x0c\x33\xe4\x56\x6e\x85\xc9\xc8\xad\x0e\xba\x86\x4c\x82\xe6\x90\x04\xcd\xe0\xa1\xe7\xb1\x74\x63\x6d\xb7\xde\x64\xf0\xd0\xf3\x7a\xec\x62\x09\x37\xcd\x64\xf0\xd0\x63\x2f\x81\x87\x1e\xb4\x3c\x19\x3c\xf4\xd8\x67\xe0\xa1\x07\xbe\x38\x83\x87\xdc\x84\x94\xc1\x43\x8f\xad\x05\x0f\x3d\x44\xd7\xf9\x26\x68\xca\x63\x5f\x9b\xa0\xb1\x3e\xa5\x58\xd6\xf0\x23\xc5\xe2\x3e\x4d\xde\x40\x78\xe4\x1f\x29\x16\xfd\x62\xf2\xc6\xfe\x34\x79\x83\x64\x33\x83\x95\x5e\x23\x29\xb0\x92\x08\x21\x83\x95\xdc\xc8\x91\xc1\x4a\xe2\x85\x0c\x56\x7a\x9d\x18\xc0\x4a\xaf\x6f\x1c\x58\xe9\x5d\xb6\x01\x48\xee\xf8\x04\x0f\xa9\xde\xce\xe0\xa1\x17\x55\x6d\x06\x0f\xbd\xc3\x12\x6d\x70\x99\x06\x0f\xbd\x6c\xd2\xc9\x64\x6f\x5e\xa7\x17\xb2\x37\x6a\xc7\xf3\xb6\x0d\xf4\x35\xd9\x1b\x37\xe2\xe4\x4d\x1b\x50\x37\xe7\x4d\x1b\xd0\x97\x64\x32\x3b\xaf\x6f\xce\xb6\x0d\xdc\xcb\xe1\x39\x38\xb9\x1d\xda\x00\x0b\x9c\x8f\x6d\xa0\xe7\x6f\x66\xa7\x64\x9f\xc3\xc5\x4a\x25\xb3\x3d\x2a\x1f\x24\x71\xb6\xe1\xa0\xdb\x70\xe9\xb8\x58\xa9\x14\xc7\xe0\xc5\x4a\xa5\x20\x26\xcd\x17\x2b\x95\xf2\xf8\xbb\x41\xc9\x7b\x81\x1f\x60\x97\x40\xbe\x58\xa9\x94\xc7\xda\x17\x25\x7a\xe9\x62\xa5\x52\x1c\xf3\x17\x2b\x95\xc2\x58\x2a\x17\x2b\x95\x42\x52\xb9\x5c\xac\x54\xca\x53\x7f\x67\x4a\x2e\x0f\x94\x03\x79\xe3\xf2\x40\x39\x90\x6f\x2e\x0f\x94\x43\xf1\x18\x94\x43\xf3\x18\x94\x43\xb7\x72\x28\x07\x56\xf0\xf2\x40\x39\x30\x4d\x94\x07\xc9\x0a\x31\x49\xb9\x30\xaa\xb8\xa2\x96\x0b\xa3\x4a\x6d\x96\xa0\x46\xba\xf5\xa1\x06\x64\xea\x29\x81\x04\x22\x2f\x40\x09\xd0\x26\xf0\x4e\x25\xd0\x06\xe2\xd4\x12\x68\x03\xb1\x45\x09\xb4\x81\x18\xa8\x04\xda\xc0\xe4\x56\x82\x6d\xe0\xce\x82\x6d\xe0\xae\x03\x6d\x28\x9e\x69\x1b\x5e\x4a\xd0\x26\xaf\xbf\x43\x76\xf3\x73\x67\xd0\x0a\xc1\x63\xca\x6e\xe8\xb3\x17\x5a\x01\x68\x5d\x5e\x68\x05\x92\xa7\xe5\x85\x56\x38\x1e\x83\x56\x60\x20\x97\x17\x5a\x81\x17\xbc\xbc\xd0\x0a\x48\xb1\xca\x0b\x6d\x32\xfd\x1d\xd4\xc8\xf4\x4c\xa8\x11\xf4\x2c\xe5\x85\x1a\x19\xde\x0b\xd4\xc8\xf2\x2a\x50\x23\xcb\xab\xd0\x86\xe9\x9d\xd1\x06\x26\x94\x12\x69\x03\x93\x46\x89\xb4\x01\x7a\xa0\x44\xda\x40\x6c\x51\x22\x6d\x20\x32\x2d\xd1\x36\x50\x5f\xa4\x0d\xc7\xdf\xd9\x06\x7a\x30\x42\xfd\x10\xcb\x94\x08\xf5\xb3\x3d\x93\xf6\x2d\x8f\xd1\x3e\xc2\x89\x12\x6d\x1f\x6d\x8f\xb4\x6f\x7b\x4d\xdb\xe7\x31\xda\x47\x3c\x5d\x22\xed\x63\x01\x2a\x17\xf3\xd4\xc7\x71\x7d\x31\x4f\x7d\x88\x14\x4b\x22\x01\x4c\x7c\x5b\x2e\xe6\xa9\x0f\xfc\x66\xb9\x98\xa7\x3e\x84\x0c\x25\x21\x11\x05\x75\x94\x84\x44\x34\x59\x42\x22\x8a\x46\xba\x24\xa9\x1f\x7f\x07\xf5\xf3\x79\x2f\x50\x3f\x9f\xb5\x43\xfd\x2c\xcf\x84\xfa\xb1\x77\x2f\xae\xa9\x4e\xa6\xe5\xe2\x9a\x1a\x09\x2e\xca\xc5\x35\x35\x32\x25\x97\x8b\x6b\x6a\x44\x42\x59\x2e\xae\xa9\xd1\x31\x71\x71\x4d\x8d\x30\xfc\x05\x79\x57\x26\x0d\x59\x90\x77\x65\xdf\x4d\x74\x5a\x85\xb8\xbf\xa0\xd3\x2a\x2c\x2b\x05\x9d\x56\x39\x96\x3e\x4a\x9e\xb9\x20\x97\xac\x61\xa3\xb0\xf2\x9a\x07\x85\x15\xad\x45\xdf\xd5\x59\xe2\x0a\xfa\xae\xce\x22\x53\xd0\x77\x0d\xd0\x66\x41\xdf\x35\xaa\x67\x9a\x6c\xf7\x18\xc9\xf6\xe3\x35\x1b\x34\x14\xf7\x82\xbe\xeb\x80\x2c\x4a\x31\xd9\x4e\x4f\x5c\x24\xd3\x1e\xf6\xe4\x95\x42\xb2\x7d\x7a\x4d\xe8\x2b\x7b\xa9\x40\x5f\x41\x8d\x94\x02\x7d\xe5\x7b\x5b\xa1\xaf\x86\x25\xe8\xab\xf1\x7b\x5c\x72\xa9\x30\x5b\x3e\xbe\x2a\xb3\xc5\x4d\x5f\x90\xd3\xe4\x5e\xca\x05\x39\xed\x21\x82\x2e\xd5\x1c\x3d\x37\x56\xcd\xd1\xd3\xf4\x0b\x72\xda\xeb\x34\x5f\xc9\xd1\x3b\x69\x54\x72\xf4\x3e\xda\x4a\x8e\xde\x81\x5c\xc9\xd1\x0f\x8f\x91\xa3\x9f\x96\xc8\xd1\x3b\x94\x2e\xc8\x69\x46\x13\xe5\x82\x9c\xe6\x4a\x5c\x2e\xc8\x69\xae\xb6\xe5\x82\x9c\xe6\x36\xd4\x72\x13\x42\x4d\x15\x61\x69\x30\x77\x4e\x3d\x0d\xe6\x0e\x36\xa9\x34\x98\x3b\x78\xae\xd2\x60\xee\x00\x40\xa5\xd1\x3e\x22\xef\x72\x01\x50\x2b\xc9\x63\xb7\x7d\xc5\xc5\x09\x00\xf4\x92\xc7\x2d\x17\x00\xb5\x56\xac\x6f\xc1\xb2\x31\x08\x2e\x00\x6a\xc7\xd7\xef\x02\xa0\x76\x00\x55\xa5\xb3\xc7\x0a\xe0\x54\x2e\x00\xea\x0f\x31\x49\xb9\x28\xa7\x3f\xb6\xe1\xa2\x9c\xfe\x33\x24\x2e\xca\xe9\x0f\xbb\xb1\xca\x45\x39\x3d\x10\xe7\x94\x8b\x72\x7a\xf8\xb9\xe6\xa5\xaf\xb2\x0b\xe5\x45\x39\x3d\x03\xc9\xcb\x45\x39\xbd\x00\x1a\xcb\x45\x39\xdd\xad\xb4\xe5\xa2\x9c\x5e\x88\x29\xcb\x45\x39\xbd\x40\x86\x94\x8b\x72\x7a\x49\xb6\x61\x53\x62\xe8\x5e\x94\xd3\x8b\xcf\xef\xa2\x9c\x5e\x5c\x9c\x2e\xca\xe9\x15\x1a\xa3\xdc\x44\x52\x37\x2f\x51\x86\x92\x46\xea\x1b\xd0\x57\x4e\xd7\x03\xfa\xca\x7e\x61\x1b\xc9\xf1\x49\x0f\xe8\x2b\x27\xfd\x01\x7d\xe5\x24\x3c\xa0\xaf\xec\x89\x01\x7d\xf5\x79\x26\xf4\x15\xe8\xa1\x0c\xe8\x2b\x36\x3a\x94\x01\x7d\x65\xef\x4e\xe8\x2b\xe2\xbf\x32\xa1\xaf\x50\x84\x97\x09\x7d\xe5\xd2\x31\xa1\xaf\x9c\x4c\x27\xf4\x9c\xcb\xd8\x84\x9e\x73\x6a\x9d\xb4\xcf\xc5\x70\xd2\x3e\x27\xbe\x49\xfb\x96\xd7\xa4\x7d\x8e\x9e\x49\xfb\x96\x25\xda\xe7\x68\x9d\xee\x9e\xb5\x84\xa4\xd1\x45\x66\xba\x8f\x91\x9e\x98\xee\x63\xe4\x5e\x40\x4e\x6e\xd6\x28\x20\xa7\x17\x51\x40\x01\x39\xbd\xa4\xbb\x0b\xc8\xc9\xad\x4c\xe5\x93\xbe\x62\xf4\x20\x6d\x73\x03\x48\x41\xda\xe6\x8e\x85\x82\xb4\xcd\x38\xbc\x20\x6d\x13\x75\x14\xa4\x6d\xaf\x3d\x8f\xb4\xed\x35\x10\x40\xda\x16\x9d\x6d\x3e\x37\xe2\x78\x15\x14\xef\xd5\xfa\x50\xbc\x1b\x90\x7d\x12\x5d\x1c\x63\x13\x4b\x72\xd6\x58\x10\x41\x2e\x8d\x0b\x22\xc8\x45\x6d\x41\x04\xd9\xd7\x0b\x22\xc8\xfb\x5c\x10\x41\xbe\x8d\x0b\x22\x08\xb6\xba\x2c\x88\xa0\xf9\x7b\xc4\x45\x59\x70\x60\x76\xc4\x82\x03\xf3\xb1\x2f\x38\x30\x27\xc5\x05\x07\xe6\x04\xbd\xe0\xc0\xec\x96\x05\x07\xe6\xe0\x59\x70\x60\xae\x69\x0b\x0e\xcc\x97\x63\xdb\x74\x3a\x62\xd3\x74\xa7\x90\x4d\xd3\x8d\x8f\x36\x4d\x77\xb1\xd8\x34\x1d\xb0\x52\xb6\x4d\xf7\x9a\x05\x9e\xcb\x12\x9a\x07\x52\x40\x65\xa3\x79\x70\xf5\xdb\x70\x60\x0e\xb3\x0d\x07\xe6\x24\xbc\xe1\xc0\x5c\xef\x36\x1c\x98\x1d\xbf\xe1\xc0\x7c\x71\x36\x1c\x98\xd1\xf5\x86\x3f\x82\xf7\x2d\x07\xfe\x08\xb6\xb3\x1c\xf8\x23\xb4\x12\xe5\xc8\x81\x71\x95\x03\x49\x84\xaa\xa2\x1c\x48\x22\xe3\xb8\x23\x49\x44\x0f\x1e\x48\x22\xdb\x77\xe0\xc7\x8c\xb5\x0f\xfc\x98\xd3\xd9\x05\x63\x79\x3c\x1e\x83\x1f\x73\xd9\x3c\xf0\x63\x64\xd0\xcb\x91\x1f\xb3\x04\x3f\x86\x3a\xbd\x5c\x30\x96\xc7\x63\x1b\x68\x1f\x09\xaf\x7a\xc1\x58\x9e\x44\x75\xf5\x41\x0f\x41\x0f\x56\x36\xc6\x4c\x86\x60\x65\x63\xcc\x44\x7f\x51\x1f\x54\xa7\xf4\x6e\x7d\x50\x9d\xb2\x50\x56\x36\xcd\x7c\xd4\x57\xd9\x34\xf3\xf1\x4a\x57\x36\xcd\x7c\xc9\xda\xd1\x4a\x2c\x6b\x47\x2b\xb1\xbc\x26\x5a\x09\x54\x0e\xf5\x91\x24\xf2\x2a\x90\x44\x48\xaa\x6a\x90\x24\x3a\x94\x24\x89\x38\x93\x0d\x35\x6e\xbd\xae\x6c\xa8\x51\xb9\x5e\xd9\x50\xb3\x89\xc0\x2a\x1b\x6a\x0e\x4a\xe4\xca\x86\x9a\xf3\x7a\x15\xb4\x12\xc5\xfa\xd0\x4a\x34\xcf\x44\x2b\xd1\x3c\x86\x1e\x02\x9c\x58\xd9\x34\x63\xe4\x56\xd9\x34\x73\xc0\x82\x35\x48\xbe\xd0\x5a\x10\xd7\x63\xfb\x40\x5c\x0f\xea\xa4\x0a\xe2\xd2\xf3\xa5\x82\xb8\x1e\x60\x77\x05\x71\x3d\x08\xc8\x2a\x88\xeb\xb1\xaf\x41\x5c\xca\x40\xeb\x0b\xb9\x54\x3c\x13\x72\xa9\x58\x3b\xe4\x12\x69\xc1\x0a\x1a\x7b\x98\xa0\x2b\x68\xec\x21\xeb\x53\x41\x63\x6e\x30\xab\xa0\xb1\x07\xec\x59\x41\x63\x0f\x04\x67\x05\x8d\x99\x7b\xa8\xa0\xb1\x97\xf7\xa1\x82\xc6\xdc\x37\x59\x41\x63\x11\x39\x6e\x05\x8d\xbd\xc7\x33\x21\x66\xd8\xc0\x53\x41\x63\xd1\x91\x05\x1a\x7b\xd9\x21\x51\x41\x63\xef\xf1\xcc\xc6\x99\x3c\x07\xd0\xd8\x7b\xfc\x1d\xc4\x8c\x23\x0b\x34\xa6\xbf\x4e\x05\x8d\xbd\xdb\xda\x21\x66\x8e\x35\x40\x2e\x81\x10\x2a\x68\x2c\x86\xf0\x3b\x53\x72\xbd\x40\xad\x44\x58\x93\xca\x5e\x9b\x4c\xd4\x53\x2f\x50\x2b\x99\xbd\x67\x35\xc1\xe7\x30\x99\x56\xf6\xe1\x68\x1c\x53\xd9\x87\x93\xb7\x57\xb9\x4d\x2f\x0e\x09\xf6\xe1\x14\x07\x2b\xfb\x70\x8a\x83\x87\x7d\x38\x05\x36\xb0\x26\xf8\x9c\xd7\xda\xe1\x73\x7c\x71\xd8\xa3\x53\x1c\x4a\xec\xd1\x31\x97\x59\xd9\xa3\x53\x50\x2d\x56\xf6\xe8\x14\x3b\x90\x3d\x3a\x95\xe9\xac\xb2\x47\xa7\x02\xd0\x2b\x7b\x74\xaa\x1d\xcf\x1e\x9d\x4a\x64\x5a\xd9\xa3\x53\x89\x57\x6a\x86\xf0\xb0\xe3\x33\x84\x07\xf1\x51\xcd\x10\x1e\xc3\x1a\x20\x3c\xe0\x5a\x6b\x86\xf0\x40\xe7\x5d\x33\xa4\x8d\x0f\x33\x43\xda\x7c\xd6\x07\x69\xb3\xbc\x17\x48\x9b\xe9\x31\x14\xe1\x4c\x9f\x35\xa3\x08\x67\xa2\xad\x85\xf6\xb1\x2e\xd7\x42\xfb\x88\xf1\x6a\xa1\x7d\x44\x4b\xb5\xd0\x3e\xa8\x91\x5a\x68\x1f\x28\xa0\x16\xda\xe7\x54\x57\x68\x9f\x4f\xb3\xd0\x3e\x22\xc5\x5a\x68\x9f\xd3\x60\x51\x07\xc3\x9d\x15\x08\x9d\x66\x0d\x93\x12\xbd\x74\xc1\x5f\x99\xd3\xbb\x86\xec\xf9\xb9\x0a\x7b\xac\x88\x1b\x6b\x91\xec\xa1\x0d\x15\xa2\x84\x28\xa4\x5e\xf0\x57\x16\xc4\x5a\xbd\x08\xaf\x2c\xb2\xdd\xf5\x22\xbc\xb2\xe0\xa0\xeb\x45\x78\x65\xf9\x82\x5f\x84\x57\x96\x23\xf2\x22\xbc\xb2\x60\x11\xeb\x45\x78\x65\x39\x96\x2e\xc2\x2b\x0b\x0d\x6a\xbd\x08\xaf\x2c\xb6\xbb\xd4\x8b\xf0\xca\x8a\xd6\xbe\x28\xd1\xbe\x8b\xe2\xca\x0a\x1e\xa3\x0d\x8e\x82\x8b\xe2\xca\x42\x0c\x55\x1b\x6d\x70\xcc\x37\xdb\xc0\xf3\x6b\xb6\xc1\x33\x69\x03\xc9\xd3\xda\x68\x43\xf4\x9a\xb6\xc1\x63\xb4\x01\xe6\xbc\x5e\x14\x57\x1f\xdf\xd4\x86\x46\x06\xd8\x5d\x2f\x8a\xab\x0f\x98\xb5\x5e\x14\x57\x1f\x62\xc3\x7a\x51\x5c\x15\x07\xd7\x8b\xe2\xea\x03\x66\xad\x17\xc5\x55\xd1\x58\xbd\x28\xae\x3e\x84\x28\xb5\x43\xf6\xb8\xf8\x5e\x14\x57\x4d\x00\xd7\x8b\xe2\xaa\x7a\xf4\xda\x51\xfb\x93\xea\xaf\x1d\xb5\x7f\xf5\x77\xec\x83\xf3\x5d\xb9\x48\xad\x46\x62\xfb\x7a\x91\x5a\x75\x6b\x79\xbd\x48\xad\xba\x67\xb4\x5e\xa4\x56\xe3\xb4\x86\x8f\x33\xb9\xeb\x8b\xd4\x6a\xfc\xbc\x17\xf6\x03\xdb\xf6\x8b\xd4\x6a\x26\xeb\x53\x87\x3a\x1f\x7e\x37\xd0\xf9\x10\x4a\xd5\xc1\x26\x39\x22\xfd\x7a\x91\x5a\xcd\x04\x56\xf5\xe6\xaa\x6a\x36\x64\x18\x90\x3d\xf6\xfc\x80\xd0\x21\x23\x54\x2f\xc6\xaa\xbf\xc2\xff\xdf\x99\x92\x07\x36\x24\x50\xec\xf5\xc2\xaf\x5a\x00\x08\xf5\xc2\xaf\x5a\xe0\xff\xea\x85\x5f\xb5\xba\xe2\x4c\x76\xef\xb1\x41\xa2\x4e\xc4\x49\x28\x1a\xeb\x85\x5f\xd5\x4d\x25\x75\x22\x4e\xf2\x35\xba\xf0\xab\x16\xd7\x91\x0b\xbf\x6a\x71\x85\x9b\xec\xde\x73\xa5\xba\xf0\xab\x56\xd7\xc9\x0b\xbf\x6a\x73\xe9\xb8\xf0\xab\x36\x68\xfb\x3a\x61\xa1\x5c\xb3\x2f\xc4\xaa\xe6\x63\xeb\x85\x58\xb5\xc3\xe3\xd5\x0f\x86\x0a\xa8\x54\x3f\x85\x52\xdc\xd9\x85\x4a\x75\xc0\x09\xd7\x0b\x95\xea\x40\x2e\x57\x3f\x84\x52\x4e\xec\x17\x2a\xd5\xe1\xfa\x7a\xa1\x52\x55\xbe\x56\x2f\x54\xaa\xcb\xfb\xbc\x50\xa9\x2e\x38\xa9\x7a\xa1\x52\x5d\x24\x06\xea\x85\x4a\x75\xd9\x4b\x17\x2a\xd5\x65\xdb\x2f\x54\xaa\x0b\x25\x6b\xbd\x50\xa9\x2e\x52\x0f\xf5\x42\xa5\xea\x76\x82\x7a\xa1\x52\x3d\xb0\x9d\xf5\x42\xa5\x2a\x40\xaf\x17\x2a\xb5\x27\x58\x5f\x83\x1f\xe3\x3e\x2f\x1e\x6a\x0f\xe9\xc4\x7a\xf1\x50\x7b\x9c\x5e\x16\x4c\xda\xb2\x04\x93\xe6\x12\xb0\x60\xd2\x5c\x1e\x36\x6c\x19\x2c\x77\xdd\xb0\x65\x10\x09\x75\x43\x89\x01\x0c\xeb\x86\x12\x03\x75\xd4\x0d\x25\xe6\x62\xb1\xa1\xc4\xd0\x80\xd7\x8b\x79\xda\xe3\x12\xb0\xa5\xc4\x3c\x06\x65\x84\xd7\x48\xdd\x50\x62\x6c\x0e\xae\x17\xf3\xb4\x08\x42\xa8\x17\xf3\xb4\x68\xcf\x6f\x28\xb1\xed\x31\x28\xb1\x9f\x3b\x83\x12\x03\x21\xd4\x8b\x79\x5a\xb4\xe7\x0f\x94\x98\x6d\xbf\x98\xa7\xfd\x84\x2f\x17\xf3\xb4\x9f\x58\xed\x40\x89\xb9\xc8\x1c\x28\x31\x17\x99\x03\x25\xe6\xd2\x7f\x31\x4f\xfb\x89\xdc\x0e\x94\x98\xa3\xfc\xd0\x3e\xc3\x82\x43\xfb\x5c\xa6\x0f\x94\x9f\x7d\x76\xa0\xfc\x0c\x2e\xd8\x5a\xf4\x42\x94\x54\xc4\x7a\x3f\x71\x1c\x62\xbd\xe8\xe8\x41\xac\x57\xc0\x66\x0d\xb1\x5e\x81\x87\x6d\x88\xf5\x0a\x30\xbf\x21\xd6\x2b\x30\xb6\x0d\xb1\x5e\x23\x9e\x6e\x88\xf5\x5a\xf1\xcc\x8c\x04\x2f\x50\x2a\x48\xf0\x12\xa5\x8a\x04\xaf\x51\x1a\x08\xeb\x36\x25\x04\x79\xc3\x7b\xf9\x10\xd6\xf9\xbb\x45\x29\x52\xda\xc8\xec\x3c\x76\xa0\xfc\xb8\x17\x04\x79\x9b\x31\xd8\x10\xe4\x1d\x76\x17\x34\x04\x79\x87\x67\xdb\x10\xe4\x1d\x42\x8d\xa6\x20\x0f\xd4\xd8\x14\xe4\xf1\xa4\x9b\x82\xbc\x6d\x0d\x08\xf2\x50\x6f\x37\x05\x79\x8c\xd6\xa6\x20\x0f\x94\xda\x6e\x96\xa9\x3f\x9f\xd7\x44\x90\xc7\x98\x6f\x0a\xf2\xbe\xdf\x8b\x92\x9b\x5a\x3d\x26\xe1\x86\x56\xcf\xdd\x35\x0d\xad\x5e\x80\x23\x6a\x6a\xf5\xec\x08\xb4\x7a\x19\x7a\xa0\xa1\xd5\xfb\x79\xd0\x28\xf0\x6a\xf1\x58\xa5\xc4\x63\xbf\x00\xa8\x57\xa6\xc1\x76\x01\x50\xaf\x36\xfd\x02\xa0\x6e\x1c\xd7\x2e\x00\xea\x8d\xa1\xdb\x2e\x00\xea\x0d\x3e\xa7\x5d\x00\xd4\xdb\xf2\x2a\x9b\xd2\xa1\x74\xef\xda\xcd\x0c\xed\x02\xa0\xee\x46\x87\x16\x35\x4b\xe2\x2a\x48\xf0\x36\xab\x66\x63\x2f\xd1\xf3\x5a\x92\xa7\xe4\x9a\x38\x03\x68\x4c\xda\x70\x06\x10\x18\x36\x65\x76\xc7\x6b\x0e\x8e\x59\xdf\x05\xda\x6a\x09\x1a\xae\x01\xcf\x63\xe9\x82\xd4\x87\xcd\x2f\x8d\x3d\x48\x4f\xb0\xbe\x43\x89\x9e\xc7\x35\x40\xc8\xda\xd8\x9f\xe4\x64\xda\x94\xd9\x1d\xcf\x8c\xd4\xc0\x73\x40\x66\xa7\xe6\xa1\x25\xdb\xc7\x7d\x26\xda\x77\xbc\x8a\xed\xb3\x44\xfb\x58\x44\x1b\x32\xbb\x87\xed\xe3\x0d\x99\xdd\x13\xbc\x0a\x3c\xa5\x4f\x2c\xc1\xc3\x02\x0c\x1b\x32\xbb\x87\xb8\xa3\x21\xb3\x53\x47\xd1\x12\x3c\x2c\x0b\x73\x43\x66\xa7\x3a\xa2\x21\xb3\x7b\x98\xea\x1a\x32\xbb\x40\xd2\xb5\x21\xa5\x0b\xd0\x1f\x0d\x29\xdd\xcf\x88\x44\x4a\xa7\x5e\xb4\x21\xa5\x53\x4b\xda\x90\xd2\x05\x47\x1d\x52\xba\x37\x7b\x0c\xbe\x3f\xfb\x3b\x1c\x44\x48\x01\x35\x36\x21\xb9\x25\xb6\xb1\x09\xc9\x3d\x9c\x4d\xd1\x9d\x2d\x52\x74\xc7\x82\xde\x14\xdd\x75\x4b\xec\x21\x23\x7f\xd2\xf4\x23\x73\xb4\x2a\xba\xf3\x95\x46\x74\xa7\xcb\x5f\x43\x74\x97\x7d\x03\x10\xdd\x65\xa4\x89\x4d\xd1\x1d\xc1\x4c\x53\x74\xe7\x84\xa2\xe8\x8e\x04\x5b\x43\x74\x97\x1d\x75\x8a\xee\x1c\x2f\x88\xee\xf4\x11\x6c\x8a\xee\x88\x53\x9b\xa2\x3b\xdf\x4d\x45\x77\x2c\xb7\x0d\xd1\x5d\xf6\x19\x29\xba\xf3\xb9\x2b\xba\x73\xaa\x53\x74\xe7\xa4\x88\xe8\x2e\x83\x10\x5a\xb5\x7d\x96\xe0\x5a\x8f\xf5\x35\x8e\xd1\x4b\x0a\xeb\x20\x54\x9b\xc2\x3a\x27\x7d\x85\x75\x3e\x5b\x85\x75\xce\x67\x08\xeb\x9a\xf7\x89\xb0\xae\x7b\xcd\x26\x71\xc8\x7d\xb2\xd1\x68\xf8\x56\x21\xac\x1b\x8e\x72\x84\x75\x83\x6c\x4a\x43\x58\x37\x7c\x53\x11\xd6\x0d\xd0\x51\x43\x58\x37\x48\xee\x37\x85\x75\xdb\xdf\xdd\x36\x8c\xf7\xf9\xbd\x29\x19\xcd\xdd\x70\x22\x42\x73\x37\x9c\x50\xd0\xdc\x0d\xa7\x1e\x34\x77\x03\xb8\xd7\xd0\xdc\x0d\x1b\x8b\xe6\x6e\xba\x6a\x22\xac\xfb\x9c\xf8\x10\xd6\x4d\x20\x72\x43\x58\x37\x9d\x06\x11\xd6\x4d\x28\x80\x86\xb0\x6e\xba\x16\x2a\xac\x03\x1c\x35\x85\x75\x00\xdf\xa6\xb0\x6e\x5a\x3b\xc2\xba\x69\x7d\xf0\x8d\x8f\x57\x81\x6f\x84\xdb\x6d\x08\xeb\x14\xc3\x37\x84\x75\x6e\xbd\x6e\x08\xeb\x3e\x87\xa0\xc2\x3a\x07\x88\xc2\x3a\xf8\xd4\x86\xf3\xc1\xe7\xa0\xc3\xf9\x40\xe5\x44\x53\x74\xe7\x2a\xad\xe8\x0e\x51\x5a\x43\x74\xb7\x7c\xc5\x14\xdd\x11\xff\xb5\xa1\x01\x0c\xad\x45\x74\xa7\x6b\x5b\x43\x74\xa7\xc9\x5f\x53\x74\x37\x2c\x21\xba\x1b\x9e\x89\xe8\x0e\xc6\xbd\x21\xba\x3b\xd1\xfa\x10\xba\x91\xca\x69\x88\xee\x54\x4c\x37\x44\x77\x07\x95\x4a\x63\xef\xd2\xc3\xe6\xd9\xc6\xde\xa5\x07\x11\x63\x63\xef\xd2\x03\x4b\xda\xd8\xbb\xf4\xd8\x83\xec\x5d\x7a\xec\xdd\x29\x17\xc9\x9d\x4d\xb9\x48\xaf\x09\x17\x09\x80\x6d\x6c\x50\x7a\xc8\xdf\x37\x36\x28\x3d\x4e\x67\x6c\x50\x72\x63\x45\x9b\x70\x91\xcd\x6b\xc2\x45\x76\x7f\x07\xd7\x0a\x0f\xdb\x3e\xb8\x56\x18\xdb\xc6\xc6\x26\x37\x79\x34\x36\x36\x99\x56\x6a\x9f\x5c\x24\xed\x43\xc8\xa7\xc3\x46\x43\xc8\xf7\x82\x8e\x1a\x42\xbe\x08\x64\x6d\x08\xf9\x62\xb4\x04\x17\xf9\x7a\xe6\x6d\x5f\xb4\x27\x10\xf2\x45\x52\x9b\x0d\x21\x5f\x4c\xde\xcb\x47\xc9\xdf\x2d\x4a\xf4\x12\x42\xbe\x88\x22\xbc\x21\xe4\x8b\xf6\x35\x42\xbe\x88\x1e\xa2\x21\xd6\x8b\x2e\xb7\x88\xf5\xa2\x11\x2d\x62\xbd\x08\xec\x6e\x5a\x26\x18\xa2\x68\x99\x40\x46\xa8\xe9\x8d\x06\x2a\x6e\x7a\xa3\x79\xd7\x08\xf2\x8a\x77\x86\x20\xaf\x78\xd7\x08\xf2\x0a\x5c\x72\x63\xf3\x52\x21\x3d\xdb\xd8\xbc\x54\xac\x1d\xb1\x5e\x81\x0a\x6d\x88\xf5\x0a\xe4\x52\x43\xac\x27\xd2\x6e\x08\xf2\x2a\x94\x51\x43\x90\xd7\x0c\x19\x10\xe4\xb5\xe8\x99\xb7\x0d\x2d\x59\x1a\x94\xe8\x5d\x04\x79\x0d\x55\x7b\x43\x90\xd7\x20\x90\x1a\x82\xbc\x66\xfb\xb0\x5a\x68\x2e\xc5\x58\x2d\x34\xe7\x41\xc4\x7a\xcd\x39\x0b\xb1\x5e\xf3\xce\x10\xeb\xb9\xe1\xbf\x21\xd6\x6b\xce\x36\x88\xf5\x9a\xcf\x08\xb1\xde\x2f\x00\xf5\x3b\x53\x32\x3a\xbe\xe6\x83\x46\xc7\xa7\xbf\x40\x3b\x36\xdd\xea\x6c\xba\x37\x46\xd3\x8d\x11\xd0\xf1\x35\xbb\x1a\x1d\x5f\x73\xad\x40\xc7\xd7\x5c\x71\xd0\xf1\x35\x1f\x03\x3a\xbe\x89\x90\xa8\xa3\xe3\xd3\x78\xa4\xa3\xe3\x9b\xb0\x49\x1d\xb1\xde\xc7\xd2\xd1\x11\xe4\x7d\x44\xad\x1d\x41\x9e\x36\x82\x1d\x41\x9e\x93\x62\x47\x90\xb7\x8a\x35\xc0\x0d\x22\x71\xea\x08\xf2\x16\x69\x97\x8e\x20\x6f\x35\xeb\xfb\xf8\x9d\x35\xc0\x1b\x56\xcf\x84\x37\xac\x9e\x79\xdb\xb0\x98\xc0\x3a\x62\xbd\x45\xea\xaf\x23\xd6\x5b\xa4\x3a\x3a\x62\xbd\x65\xfb\x10\xeb\x2d\x36\x6d\x76\xc4\x7a\x8b\x35\xbb\x23\xd6\x13\xc4\x75\xc4\x7a\xab\xf8\x3b\x78\xc3\xe6\x35\x69\x9f\x3d\x88\x58\x6f\x55\xcf\xb4\x7d\xb4\x36\xd0\xbe\x62\x89\xf6\x75\x6b\x80\x37\xfc\xbc\x0a\xbc\x21\xc9\xc5\x1e\xe0\x0d\x01\x6a\x1d\xdf\xea\x07\xd6\xb9\xe3\x5b\xfd\x90\xc8\xed\x2f\x22\x31\x98\xec\xfe\xc2\x1b\x46\xcf\x94\x37\xb4\x04\x6f\x48\x8c\xd7\x2f\xaa\xaa\xba\x12\xf7\x17\x01\x19\x8b\x61\x7f\x11\x90\x1d\x6b\x40\x40\x46\x9e\xa0\xbf\x70\x8a\xb0\xd5\xfd\x85\x53\xdc\xfe\xee\xd2\x49\x5a\x12\xf5\x17\x4e\x91\x05\xaf\xe3\x20\x1c\x51\x5c\x74\x1c\x84\xf5\x85\xeb\x11\x01\x19\xf4\x40\x8f\x70\x8a\xbc\xa8\x3d\xc2\x29\x12\x25\xf7\x08\xa7\x48\x74\xdd\x23\x9c\xa2\xcf\x2f\xc2\x29\x3a\x26\x22\x02\xb2\xe9\x35\x6f\xfb\x9c\xf8\xfa\x45\x5c\xd5\x8f\x00\xf4\x88\xd1\xd7\xb4\x86\x8f\x92\x35\x2c\x4a\x5e\x13\x17\x64\xe2\xc6\x1e\xe1\x45\x09\x4a\x3a\x42\xbe\x42\x4a\xbb\x23\xe4\x2b\x84\x44\x1d\x21\x5f\xf1\x49\x27\x28\x46\xa6\x9e\x8e\x58\x4f\xbb\xa2\x8e\x58\xcf\x3c\x48\x47\xac\xd7\xa2\x57\x81\x46\x24\xda\xed\x88\xf5\x9c\x22\x3b\x62\xbd\x46\xe2\xb1\x23\xd6\x6b\x38\x81\x74\xc4\x7a\x8d\x48\xbf\x23\xd6\x6b\x84\x7c\x1d\xb1\x5e\x23\x0c\xe9\x88\xf5\x1a\x39\xa7\x8e\x58\xaf\x11\x99\x76\xc4\x7a\x8d\x1c\x42\x47\xac\x67\x7a\xbd\x23\xd6\x33\x69\xde\xf1\x62\xeb\xc5\x12\x7b\x38\xb3\x57\x61\x0f\x27\x58\xa9\x23\xe4\xeb\x28\x7b\x3a\x42\xbe\xee\x93\x46\xc8\xd7\xb3\x77\xbd\x28\xd1\x83\x08\xf9\xba\x6f\x87\x42\x3e\x08\xb2\x5e\xa0\x50\x21\xd6\x7a\x81\x42\xfd\x85\x8e\xfe\xec\x94\xdc\xd5\xff\x01\x2c\xba\xfa\x3f\x1f\x03\xfa\x3f\xf3\xfe\x5d\xfd\x1f\xb1\x4c\x57\xff\xe7\x74\x86\xfe\x6f\xf8\xa2\xa2\xff\x9b\x8f\xd7\xbc\x4d\x9f\x40\x82\x8e\xfe\xef\x73\x5a\xc2\xdf\x6d\xbd\x1e\xbb\x4d\x37\x99\xd2\x8b\xac\x2c\x03\xab\xc8\xca\xd2\x11\x05\x56\xd6\x07\x56\x61\x65\x61\x18\x7b\x85\x95\x05\x8c\xf5\x0a\x2b\x1b\x3c\x13\x56\x16\x29\x77\xbf\xa0\xaa\x2e\xe8\x81\x7e\x41\x55\x5d\xc0\x93\x7e\x41\x55\x5d\x30\xaf\xfd\x82\xaa\xba\x00\xef\xfd\x82\xaa\x6a\x2a\xa7\x57\xcd\x84\xbc\x0a\xfa\x46\x1f\x7b\xc5\x4c\xc8\x89\xaf\xb2\x3d\xd7\x97\xf1\x02\xae\x7a\x88\x50\x7a\xd5\x4c\x88\x3e\x43\xe4\xf7\x10\xe9\x77\x44\x7e\x92\x05\x1d\x91\x9f\x9b\x27\x3a\x22\x3f\x69\x85\x8e\xc8\xef\xb1\x07\x11\xf9\x3d\xac\xd2\x1d\x91\xdf\x43\xea\xb6\x23\xf2\x7b\x20\x2e\x3a\x22\xbf\x00\x4b\xda\x11\xf9\x3d\x2e\x6a\x88\xfc\xfc\xae\x47\x47\xe4\xf7\x38\xf1\x35\x58\xe7\xe3\x7d\x7e\x9c\x49\x1b\x10\xf9\x3d\x4e\xa6\x88\xfc\x1e\x62\xd1\x8e\xc8\x2f\x10\x8b\x76\x44\x7e\x8f\x93\xf0\x45\x5c\x2d\xf8\xa4\x3b\xed\x73\xf2\xee\xb4\x0f\x3a\xa9\x5f\xc4\xd5\x82\xf7\xd2\x35\x52\xf2\x4c\x44\x8c\x50\x38\xbd\xc3\xd8\x3a\x0a\x3a\xac\xac\x53\x4f\x87\x95\x7d\xfd\x1d\xac\x2c\xa9\xa3\x7e\x51\x55\x8b\xaf\x25\x58\x59\xe2\xbf\xde\x61\x9d\x9d\xae\x2f\xaa\x6a\x5a\x9f\xf6\x01\xeb\xec\x24\x35\x60\x9d\x9d\x26\x2e\xaa\x6a\x46\xc2\xfd\xa2\xaa\x16\x49\xda\xf5\x8b\xaa\x5a\x74\x02\x1b\xb0\xce\xc4\xa2\xfd\xa2\xaa\x16\x9d\x88\x2e\xaa\x6a\xba\x35\xf7\x8b\xaa\x5a\x24\x17\xd0\x07\xac\xba\xa3\x60\xc0\xaa\x27\x6b\xff\x38\x93\xe7\x3e\x6c\x9f\xf7\x49\xfb\x08\xba\xfa\x90\x75\xe6\x5e\x26\xac\xb3\x4b\xff\x84\x75\x1e\x96\x60\x9d\x0d\x43\x2e\xaa\x6a\x65\xf8\xbb\x44\x89\xfb\xbc\xa8\xaa\x15\xc3\x89\x8b\xaa\x5a\x19\xfe\xae\x72\x15\x8f\xdd\xf6\x35\xd4\x1f\xfd\xa2\xaa\xd6\x0c\x82\x26\x62\x52\xb2\x37\xfd\x22\xa7\xd6\x5c\xec\x2f\x72\x6a\x52\x0e\xfd\x22\xa7\x36\x7c\xee\x17\x39\xb5\x41\x4a\xb4\x5f\xe4\xd4\x44\xfd\xfd\x22\xa7\x36\x7c\xab\x2e\x72\x6a\xc3\x31\x78\x91\x53\x1b\xf6\xe7\x45\x4e\x4d\x72\xa2\x5f\xe4\xd4\x06\xd4\x64\xff\x64\xce\x79\x62\x17\x39\x35\xc9\x90\x7e\x91\x53\xbb\x5b\xd8\xfe\xfc\x94\xfc\x41\xb8\x57\x2b\x87\x70\xb7\x79\x1f\xa4\xba\x1d\xf1\x41\xaa\x93\x9d\xed\x0b\x52\x9d\x74\x46\xbf\xc9\xa9\xb6\x61\x77\xfa\x62\x97\xbb\xd1\xd2\x82\x54\x47\xe8\xd6\x17\x5a\xd9\xc7\x52\xa6\x44\x83\x16\xa4\xba\x31\xd0\x4d\x4e\x75\x79\xd1\x4e\x72\x4a\xce\xb4\x93\x9c\x3a\x4e\x05\x0b\x52\x9d\xc4\x4e\x27\x39\xe5\x6e\xb3\xbe\x20\xd5\x9d\x50\x48\x4e\xc9\xfb\xf6\xc5\x2e\x77\x63\xe6\xc5\x2e\x77\xd8\xb2\x7e\x01\x57\x37\xc9\xd4\x37\x5a\x60\x12\x03\x7d\xb3\xcb\xdd\x57\xf3\x02\xae\xae\x9f\x55\xbf\x89\xab\xae\xf3\x55\xdf\x68\x81\x5d\xd4\xb6\x5a\x60\xcf\xac\x94\x68\xed\x05\x63\x3d\x2c\x7f\xd7\x29\xf1\x1c\x2e\x18\xeb\x19\x25\x43\xdf\xe8\x7d\x8b\xf7\x89\xde\x17\xb6\xb3\x6f\xf4\xbe\xae\xee\x07\xbd\x2f\x22\xa3\x7e\xf8\x66\x04\x74\x52\x3f\xb2\xff\x0c\xcf\xc3\x4e\x7d\x27\xa2\x0b\xb8\x7a\xb3\xb5\x17\x70\xf5\xee\x73\xbf\xa8\xaa\x8f\xe1\x55\x6e\x1b\x86\xed\xbb\xa8\xaa\x4f\xa3\x9e\x8b\xaa\xfa\x74\x0a\xb9\xa8\xaa\xcf\xe8\x55\xd8\x8e\x5f\xad\x1d\x8e\xdd\x31\x88\x20\xef\xf1\x85\x43\x90\xf7\x18\x8b\x22\xc8\x7b\xa0\x1c\x06\x82\x3c\xc5\x57\x03\x41\xde\x43\xcf\x0f\x04\x79\x0f\xb1\xcc\x40\x90\xf7\x30\x0d\x0e\x04\x79\x92\x2f\x03\x41\x9e\x1e\x1e\x03\x41\xde\x03\x39\x31\x1e\x38\xf6\xec\x99\x70\xec\xd5\x12\x1c\x3b\x48\x66\x20\xd6\x7b\xaa\x77\x46\x0e\x81\xc9\x74\x3c\xe6\x10\x2c\xd1\xbe\x62\x89\xf6\x41\xef\x0c\xc4\x7a\x81\xd6\x0e\xc4\x7a\x81\xf1\x39\x10\xeb\x05\x16\xca\x81\x58\xef\x05\xfd\x0d\xc4\x7a\x2a\x19\x06\x62\x3d\x53\x8d\x03\xb1\x9e\x5b\x4c\x06\x62\x3d\xf7\xcf\x0d\xc4\x7a\xef\xb2\x06\xb6\xb2\x07\x6b\x60\x2b\xbb\x77\xad\xfb\x75\xf0\x2a\xe8\x7d\x21\x6d\x86\x0e\xd7\xf0\xb7\x23\xa8\x78\xa2\x0d\x38\x5c\x67\x88\x84\x81\xc3\xb5\xdf\xab\x19\x38\x5c\xe7\xe2\xb1\xc8\x99\xf4\x27\x0e\xd7\x7e\xe7\x66\xe0\x70\xed\x97\x6d\x06\x0e\xd7\xd9\xe7\x8e\xc3\x75\x4e\x5e\x13\x0e\x3a\x7a\x66\xe7\x2a\xd6\x30\x38\x93\x16\xe1\x70\x9d\x7d\xb6\x38\x5c\x6b\x8b\x3f\x70\xb8\xce\xc5\x7b\xd9\x5c\x93\x3e\xc3\xe1\x3a\xa3\x83\x19\x38\x5c\x8b\x95\x06\x0e\xd7\xfa\xb3\x8c\x68\xfb\xb8\x4f\x3c\xf1\x72\xfc\x3d\x5d\xf2\xc0\x2e\x2f\x43\x24\x0c\x52\x5c\x99\x10\x7d\x60\x97\xa7\xb7\xfe\x20\xc5\xa5\x72\x62\x90\xe2\x52\x55\x31\xb0\xd2\xab\xa4\x2c\x06\x29\xae\xc6\x34\x38\x48\x71\x35\x56\x9c\x41\x8a\xab\x31\x09\x0f\x52\x5c\x15\x08\x39\x48\x71\x55\x40\xc0\x20\xc5\x55\x99\x84\x07\x29\x2e\x15\x17\x83\x14\x57\x23\xb6\x18\x58\xf0\x55\xa6\xf2\x41\x8a\xab\x02\x83\x47\xf2\x9b\x0a\xd4\x40\x8a\xab\x17\xaf\x02\x6d\x4f\x6c\x31\x48\x71\x0d\x7b\x82\x14\xd7\xf0\x25\x26\xc5\x35\x1c\x3c\xa4\xb8\x86\x03\x0b\x27\x89\x91\xac\x01\x6e\x9e\xa9\x67\x90\xe2\x1a\x3f\xf5\xc1\xcd\x3b\x4d\xe0\x24\x31\x1c\xac\xa4\xb8\x86\x03\x8b\x14\xd7\x24\x46\x18\xa4\xb8\x26\xe0\x76\xe0\x24\x31\x89\xb5\x07\x4e\x12\x13\x29\xdd\x20\xfd\x35\x81\xb3\x23\xcb\xcd\xf3\x54\x48\x7f\xcd\xcf\xfa\xd8\x30\xee\xf3\x23\xfd\xf5\xf9\xa4\x49\x7f\x7d\x8f\xf5\xc1\xcd\x17\xef\x65\xc3\x87\x7b\xec\x50\xe2\x9a\xa4\xb8\x14\x66\x0d\x52\x5c\x62\x89\x41\x8a\x6b\x05\xcf\xbc\x6d\x10\xd7\x0c\x52\x5c\x8b\x68\x62\x90\xe2\x52\x08\x36\x48\x71\x89\x79\x06\x29\x2e\xd1\xca\x20\xc5\xb5\x5e\x8f\x75\x4a\xdc\x19\x29\x2e\x11\xd7\x20\xc5\xb5\xb6\xf5\xc1\xbf\xfb\x8a\x91\xe2\xf2\x73\x51\x83\x14\xd7\xc6\x0b\x71\x90\xe2\xda\x00\xed\x41\x1a\x6b\x93\xf9\x18\xa4\xb1\x36\xd9\x8d\x41\x1a\x6b\x43\x4e\x0c\xd2\x58\xc7\xf1\x49\x1a\xeb\xfc\x5c\x05\xcd\xb2\xef\x18\x69\x2c\xbd\x5b\x06\xde\x11\x3a\xab\x0c\xbc\x23\x0e\x19\x9a\x41\x8a\xeb\x74\x7f\x87\x9e\xb9\x7b\x26\x7a\xe6\x6e\xed\xe4\x10\x30\x26\x18\xa4\xb8\x0e\x7b\xc8\x06\x29\xae\x83\xca\x61\x34\x73\x08\xd4\x8e\x20\x4f\x33\xd7\x81\x20\x4f\x23\x9e\x81\x20\x4f\x6b\xd7\x81\x20\xef\xf9\xb9\x0a\x39\x04\x96\xe9\x81\x20\xef\x21\xdd\x36\x1a\x39\x04\xf2\x43\xa3\x91\x43\x00\x93\x8f\x46\x0e\x01\x9a\x66\x34\x72\x08\x8e\xeb\x46\x0e\x61\x7a\x15\x72\x08\xf6\x75\x23\x87\xb0\xbc\x6b\x72\x08\xd0\x3b\xa3\x93\x43\x70\xc9\xe1\x0b\x3c\x8f\x4b\x4e\xa7\x7d\xbe\x01\x9d\xf6\x39\x67\x75\xda\x37\xfd\x1d\xed\x43\x57\x34\x3a\xed\xf3\xfd\xeb\x68\x96\x93\x67\x92\x27\xb0\x27\x3a\x79\x82\xe1\x99\xe4\x09\x10\x00\x8e\x4e\x9e\xa0\xff\x9e\x39\xe7\xe8\xa4\x10\x86\x3f\x23\x85\x80\x84\x7f\x0c\x52\x08\xae\xfc\xd8\xf3\xc5\x62\x09\xb9\xb6\x8f\x1d\x7b\xbe\x08\x90\x19\xd8\xf3\x45\x76\xb0\x0d\xec\xf9\xdc\xde\x39\xb0\xe7\xd3\x69\x7f\x60\xcf\x17\x89\xff\x06\xf6\x7c\x11\xe7\x8a\x81\x3d\x5f\x74\x40\x0e\x9b\x6e\x7d\x34\x1d\x12\x65\x60\xcf\x17\x9b\xc7\x6c\xba\x35\xd8\x3e\xef\xc5\xf6\xf1\xf8\xb0\xe7\x8b\x24\xbc\x06\xf6\x7c\x11\xc3\xa0\x41\x8a\x2b\xb2\x83\x6d\x90\xe2\x72\x17\xd0\x20\xc5\xe5\x57\xd7\x06\x29\xae\x88\xa4\x7e\x90\xe2\x8a\x44\x7c\x43\x7b\x3e\xa2\xd6\xa1\x3d\x9f\x6b\xb6\x1e\x7c\xa4\x02\x86\x1e\x7c\xd9\x6b\x4e\x4a\xf4\x35\x3b\xae\x72\xf6\xce\xf8\xb2\x9a\x6b\x3d\x29\xae\x9c\xad\xfd\x50\xe2\xf9\x91\xe2\x92\x09\x1d\xa4\xb8\xb2\xaf\x1f\x29\xae\x6c\x5f\x7f\x6a\xce\x3d\x86\xe6\x1c\x94\x33\x48\x63\xf9\x71\xd4\x41\x1a\xcb\x38\x7c\x90\xc6\x2a\x2e\x32\xa4\xb1\x8c\xca\x07\x69\xac\x62\xbf\x90\xc6\x2a\x2e\x6a\xa4\xb1\x8c\xd1\x07\x69\x2c\x05\x95\x83\x5d\x55\x0a\xc8\x06\x69\xac\xea\xc4\x8e\x1f\x45\x43\x6e\x35\xf0\xa3\x68\xe8\x68\x07\x29\xae\xe6\x48\x26\xc5\xd5\x00\xd3\x83\x14\x57\xf3\x95\xc6\x8f\xa2\x39\xf5\xe0\x47\xd1\x8c\x92\x49\x7f\xb5\x69\x0d\xe4\x4f\x7c\xc5\x48\x7f\x35\x27\x45\xd2\x5f\x0d\x8e\x76\x90\xfe\x6a\x8e\x64\xd2\x5f\xcd\x85\x92\xf4\x57\x23\x05\x3b\x48\x7f\x35\x18\xf0\x41\xfa\xab\xc1\xf7\x0f\xd2\x5f\x0d\xa2\x6b\x90\xfe\x6a\x28\x35\xc6\xb6\x7d\xf4\xe7\xb6\x7d\xb4\x01\xaf\x8a\xe6\x28\x27\x35\xd6\x50\x43\x0d\x52\x63\xa2\x95\x41\x6a\x6c\xa2\x52\x1e\xa4\xbf\x3e\x88\x99\x41\xfa\x6b\x21\xa8\x1c\xa4\xbf\x96\x53\x1d\xe9\xaf\x05\xf1\x34\x48\x7f\x2d\x23\x6f\xd2\x5f\x0b\x65\xf0\x20\xfd\xa5\x33\xdb\x20\xfd\xb5\xd0\xc1\x0c\xd2\x5f\xcb\xa0\x8b\xf4\xd7\x22\x69\x3e\x48\x7f\x2d\x43\x30\x72\x5c\xdb\xb0\x8e\x1c\xd7\x72\x52\x24\xc7\xb5\x9c\xf4\xc9\x71\x2d\x47\x01\x39\xae\xb5\xac\x9d\xfc\x09\x12\x81\x41\x8e\x4b\xb3\xfb\x41\x8e\x6b\x39\xea\xc8\x71\x2d\xa7\x64\x72\x5c\x6e\x3b\x9a\xe4\xb8\x16\x2a\xf3\x49\x8e\x6b\x7d\x96\x68\x1f\x88\x64\x62\x48\xa1\xc3\xcd\xc4\x90\x62\x4d\xcf\xa4\x7d\xeb\xf7\x9c\xe0\x26\xa9\x31\xfd\x61\x27\xa9\xb1\xc5\x1a\x33\x4d\x8d\x6d\x2b\xa0\xe9\xb0\x8f\xd3\xd4\x18\x09\x93\x69\x6a\x6c\xfb\x3b\x9a\xce\x6a\x34\x4d\x8d\x31\x3c\xa7\xa9\xb1\xe1\x35\x69\x3a\xfc\xdf\x34\x35\x46\x54\x37\x4d\x8d\xb1\xa2\xce\x40\xea\x88\x0e\x9c\x17\x8c\x55\xd9\xc7\x19\xb0\x8f\xdc\xfe\x4e\x7f\x01\x8f\x91\x1e\xaa\x96\x48\x0f\xf1\x4a\xcf\x40\x7a\x28\x58\x3b\xe9\x21\x5e\xfe\x19\x90\x9c\x07\x6b\x27\x3d\x04\x7f\x34\x49\x7f\x09\xe2\x26\xe9\xaf\x48\x5a\x70\xfa\xd9\x56\x86\xd2\x24\xfd\xe5\xd7\x2c\x26\xe9\x2f\xbf\x35\x31\x49\x7f\xf9\x75\x89\x49\xfa\x2b\x22\x0b\x9b\xa4\xbf\xfc\x62\xc5\x24\xfd\x95\xc0\x12\x93\x14\x97\x9f\x58\x9d\xa4\xb8\x32\xf1\xe6\x24\x8d\x95\x8b\x25\x52\x40\xd5\xdf\x91\x02\x62\xc9\x99\xa6\xaa\x1c\x2e\xa6\xaa\x48\xfa\x4c\x53\x55\x88\xcb\x26\xa9\xaa\xc2\x8b\x3a\x49\x55\x15\x28\xaa\x49\xaa\xaa\x38\x20\x49\x55\xf9\x79\xa3\x19\x49\x0f\x11\x1b\xce\x88\xca\x3c\x7a\x95\x49\x89\x36\x90\xc6\xaa\xc4\xa9\x93\x34\x56\x25\x86\x9d\xa4\xb1\x6a\xf4\xce\x48\x0f\xb1\x4c\x4f\xd2\x58\x26\x9c\x27\x69\xac\x06\xe5\x30\x49\x63\x75\xc8\x89\x89\x1f\x45\x67\x79\x98\xf8\x51\x74\xc8\x82\x49\x8a\xcb\xdd\x89\x33\x91\x23\x61\x99\x9e\x78\x55\x8c\xee\x55\xc8\x91\x80\xb8\x26\xe9\xaf\xf9\x7a\xcd\x41\xc6\xc4\xab\x4c\x8e\xd1\x3e\xd2\x5f\x93\x64\xf4\x24\xfd\x35\x1d\x3d\xa4\xbf\x66\xf0\xae\x0f\x67\x52\x22\xfd\xa5\x7d\xeb\x24\xfd\xf5\xb1\x20\x4c\xd2\x5f\x9f\x77\x46\xfa\x6b\x81\xb8\x26\xe9\xaf\x65\xbf\x90\xfe\x5a\x04\x48\x93\xf4\xd7\xfa\xa9\x81\x1c\x09\x8c\xf4\x24\xfd\xb5\x7c\x2a\xa4\xbf\x16\xe8\x6f\x92\xfe\x5a\xd1\x12\x39\xa0\x68\x0d\xe4\x80\xa0\x1c\x26\xe9\xaf\x05\x05\x30\x49\x7f\xad\x64\x1b\xc8\x01\xb1\x3c\x4c\xd2\x5f\x6e\xd2\x99\xa4\xbf\xb4\xf6\x9f\xe4\xb8\x8c\xfb\x27\x39\xae\x83\xee\x66\x92\xe3\xd2\x1d\x7a\x92\xe3\x72\x33\xf9\x24\xc7\x75\x1c\x91\x45\x65\xbe\x67\x92\x23\x49\x5e\x05\x65\xbe\x7d\x76\x51\x55\x0b\xde\x35\x1e\x17\xc1\xb7\x1f\x8f\x8b\x80\xb4\x60\xe2\x71\x11\x58\xc6\x26\x1e\x17\x01\x4c\x37\xf1\xb8\x08\xf6\x12\x1e\x17\x01\x14\x37\xf1\xb8\x78\x7f\xe1\xfc\x3f\x3f\x25\xe3\x71\xe1\xa7\xc1\x27\x1e\x17\xda\x32\x4e\x3c\x2e\x34\x5b\x9c\x78\x5c\x98\x41\x9f\x78\x5c\x44\x5f\x54\x3c\x2e\xa2\x1d\x88\xc7\x85\x11\xf4\xc4\xe3\x22\x56\x4b\xa4\x1e\x88\x65\x26\x1e\x17\x3a\xe5\x4e\x3c\x2e\x22\x40\x66\xe2\x71\xa1\x25\xca\x24\xfd\x65\x44\x3b\x49\x7f\x45\x92\x0d\x93\xf4\x57\x24\x22\x9a\xa4\xbf\x8c\xc3\x27\xe9\x2f\x81\xc5\x24\xfd\x65\xdc\x3f\x9b\x6d\xa0\x76\x52\x5c\x82\x8e\x49\x8a\xab\x10\x6f\xce\x26\xa0\xb4\x3e\x7c\x2c\x3e\xcf\x9c\x94\xac\xe1\xb6\xc1\xaf\xfc\x4e\x52\x5c\xc5\xe5\x88\x14\x57\x71\x1a\x24\xc5\xe5\x26\x9d\x49\x8a\xab\xb0\xf2\x4f\x52\x5c\x85\x58\x6d\x92\xe2\x2a\xc4\x01\x93\x14\x57\x61\x3f\xdb\x24\xc5\xa5\xcc\x67\x92\xe2\x6a\x3e\x07\x52\x5c\x0d\xf4\x30\x49\x71\x35\xfb\xb3\x93\x3e\xb1\x3f\x3b\xe9\x13\x9f\x03\xe9\xaf\x86\xd4\x6c\x92\xfe\x6a\xcd\xdf\xdd\xf6\x69\x4c\x3f\x49\x7f\x75\xa7\x79\xd2\x5f\x03\x15\xce\xec\xa6\x56\xb8\x0a\xe9\x2f\xc5\x96\x93\xf4\x97\xf2\xca\x49\xfa\x6b\xf8\x6a\x92\xfe\x1a\xaf\xbf\x33\xb5\x42\x0d\xc3\xd4\x0a\xf7\x42\xfa\x6b\xb8\x1c\x91\xfe\xfa\xa0\x9a\x26\xe9\xaf\x8f\xf8\x7d\x92\xfe\xd2\xe5\x6f\x92\xfe\xd2\xa0\x68\x0e\x37\x2c\x78\x4d\x1c\x84\x89\x45\x27\xe9\xaf\xcf\x00\x82\xf4\xd7\xe7\x08\x19\x3a\x08\x53\x22\xfd\xa5\x42\x67\x4e\x1d\x84\x79\x0e\xa4\xbf\x16\x91\xe9\x24\xfd\xb5\x5d\xb8\x48\x7f\xf9\x7d\xc4\x39\xc9\xad\x38\x5d\x5f\xc4\xd5\xdd\xdc\x33\x27\xb9\x15\x23\xb0\x8b\xb8\xba\x89\xdc\x79\x11\x57\x57\x53\x3f\x27\xb9\x15\xfb\x6c\xb2\x61\xc1\xe7\x30\xc9\xad\xc0\x17\xcf\xc9\xae\x04\x92\x5a\x73\x92\x5b\x71\x79\x98\xe4\x56\x5c\x80\x3e\x72\x2b\x30\xcb\xf3\x23\xb7\x62\xcf\x7f\xf8\xac\x38\x81\x7d\xf8\xac\xf8\x8c\x3e\x72\x47\x10\x4f\xf3\xa3\x7d\x86\x6e\x1f\xed\x23\x3d\x3b\x3f\xda\x67\x98\xf5\x91\x5b\x01\x27\xce\x8f\xdc\x8a\xd3\xee\x45\x63\x3d\x18\xb5\x5e\x34\xd6\x83\xa1\xdb\x45\x63\xdd\xaf\xe5\xcc\x8b\xc6\x7a\xd8\x5e\x85\x5d\x17\x3f\xf5\xb1\xeb\x02\x29\xc3\xbc\x68\xac\xfb\x45\xfa\xb9\xc8\xbb\xf8\xbe\x2f\xf2\x2e\xe4\x10\xe6\x22\xef\xc2\x26\x96\x49\x6e\xcc\x1d\x7a\x93\xdc\x58\x31\x08\x5a\x38\x24\x93\x6d\x98\x0b\xaf\x98\xf2\x7b\xdf\xde\x9b\xa4\xc6\x7e\x26\x94\x85\x8d\x8c\x71\x31\xa9\xb1\xf2\x73\xd3\x7c\xe1\xce\x58\xed\x82\xb1\x3a\x1c\x4a\xa4\xbf\xa6\x2f\x00\xe9\x2f\xbd\xca\x26\xe9\xaf\x6d\x83\x48\x7f\xf9\x59\xf4\x49\xfa\xcb\xef\xdd\x4d\xd2\x5f\x1b\xfe\x68\xe2\x55\xa1\xc7\xd2\xc4\xab\x42\x45\xea\xc4\xab\x42\xd5\xe9\xc4\xab\x42\x17\xae\x89\x57\x85\x26\xd6\x13\xaf\x8a\x07\x02\x62\xe2\x55\xa1\x3e\x75\xe2\x55\xa1\xd1\xf8\xc4\xab\x42\x05\xec\x04\x8c\x55\x92\x8b\xf3\x98\x5a\xe1\x9a\x78\x55\xb8\x49\x74\xe2\x47\xa1\x97\xd7\x3c\xa6\x4f\x18\x3c\xc7\xf4\x09\x77\x8d\x1f\x85\xbb\xc6\xe6\xd1\x09\xd8\xfa\x48\x9f\xd8\x13\xf8\x51\xe4\xea\x99\x10\x17\xb6\x81\xf4\x97\xd6\x84\x93\xf4\x57\x66\x2b\xc5\x24\xfd\x95\x59\xaa\x3e\xd2\x5f\xba\x77\x7d\xa4\xbf\x32\xad\xfd\x48\x7f\xb9\xd5\xe7\x23\xfd\x25\xa9\xf1\x91\xfe\xca\xc3\xab\x90\x5f\x00\x4c\x7f\xa4\xbf\xfc\x1e\xf0\x47\xfa\xcb\xef\x31\x7e\xa4\xbf\x4c\x43\x7e\xa4\xbf\xf2\xb4\x44\x6a\x05\x08\xf9\x91\xfe\xca\xc0\xee\x8f\xf4\x97\xd6\x8b\x1f\xe9\xaf\x3c\xbd\x33\xda\xd7\xbd\x17\xda\xc7\x08\xf9\x48\x7f\x49\xb7\x7c\xa4\xbf\x32\xcb\xd8\x47\xfa\x2b\x93\x40\xfc\x48\x7f\xf9\xc2\x7d\xc1\xf6\x79\x15\xdb\xe7\x31\xf3\x27\xf4\x19\xe9\xaf\x46\xec\xf4\x91\xfe\x52\xf8\xf9\x91\xfe\x52\xde\xf5\x91\xfe\x6a\xaf\xa5\x45\xc9\x7b\xb9\x6d\x50\x16\xf6\xf1\x81\x57\xe5\x5d\x1f\x29\x2e\x65\x5a\x1f\x29\xae\x41\xc8\xf0\x91\xe2\x1a\xb6\x9d\x14\x97\xbb\x4b\x3f\x52\x5c\x46\xf3\x1f\x29\xae\x01\x0d\xf5\x91\xe2\x1a\xc3\xab\xa0\xe1\x67\x0a\xf9\x48\x71\x4d\x62\xe6\x8f\x14\x97\x1b\xdb\x3f\x52\x5c\x93\xe8\xf3\x23\xc5\x35\x97\xbf\xc3\x1c\x17\x83\x81\x8f\x34\xd6\xc7\x22\xfa\x91\xc6\x5a\x24\x56\x3f\xd2\x58\x2b\x7b\x26\x79\x02\x7b\x89\x5c\xd5\x22\x3d\xfb\xf9\xa1\x56\x26\xe1\x8f\x5c\x95\x5f\xc7\xff\xc8\x55\xed\xe8\x31\x74\xfa\xc9\x6b\xa2\xd3\x07\x05\x7c\x3f\x1f\x71\xe5\x49\xfb\x11\x57\xf0\xde\x47\x3e\xca\x6f\x98\x7f\x7e\xa8\x15\x14\xf0\x91\x8f\x3a\x60\xa5\x8f\x9c\xd3\x61\x29\xfe\x92\x5c\x32\xed\xc3\x20\xc2\xc4\xff\x87\x41\x84\x1f\x1d\xf8\x92\x5c\x79\xa1\x24\x57\xce\x7d\x62\x10\x11\x82\xf5\x5d\x26\xe1\xc6\xda\x7f\x76\x4a\xfe\xf0\x8e\x78\x60\x70\x3e\xbc\x23\x02\xab\xe6\x87\x77\x84\x62\xa8\x0f\xef\x88\x07\x80\xf7\xe1\x1d\xa1\xfc\xe9\xc3\x3b\xc2\x4f\x66\x7e\x78\x47\x28\xb0\xfa\xf0\x8e\x08\x24\x7d\x3e\xbc\x23\x1e\x36\x4f\x7c\x78\x47\x04\x92\x4c\x1f\xde\x11\x81\x69\xf0\xc3\x3b\x22\xb0\x67\xed\xc3\x3b\xc2\xef\xba\x7d\x59\x8a\xdd\xdf\xc9\x33\xf3\x88\xb2\x3c\x33\x1d\x81\x77\x44\xfc\xfc\x1d\x3c\xf3\x67\x0d\xf0\xcc\xdb\xab\xc0\x33\x13\x7d\x7e\x78\x47\x44\x62\xd8\x0f\xef\x08\x77\xce\x7f\x78\x47\x44\x07\x32\xde\x11\x91\x75\xf9\xc3\x3b\x22\x3a\x74\xf1\x8e\x88\x3e\x4c\xbc\x23\x34\x59\xff\xf0\x87\x88\xd5\x12\x6d\xb0\x3f\xf1\x87\x50\x2b\xfb\xe1\x0f\xa1\x67\xd5\x87\x3f\x44\xca\xd6\x4e\x1b\x96\x67\xd2\x06\xe8\x9d\xaf\xca\x25\xd3\xf3\xf8\x43\x98\xdf\xfe\xf0\x80\xc8\x2c\x5c\x1f\x1e\x10\x99\xad\x22\x1f\x1e\x10\x99\xa8\xfc\xc3\x03\xa2\x14\xaf\x02\x97\x5c\x3d\x13\x2e\x99\x38\xe0\xc3\x03\xa2\xd8\xa2\x2a\x97\xec\x55\xe0\x92\x7f\xea\x83\x4b\x86\x71\xff\xf0\x87\xf0\x5b\x86\x1f\xfe\x10\xc5\x69\x89\x94\x53\xf5\xb9\x93\x72\xaa\x4e\x6e\xa4\x9c\x9a\x63\x97\x94\x53\x23\x95\xf3\x91\x72\x6a\xbe\x1c\xa4\x9c\x1a\x84\xdc\x47\xca\xa9\x2d\x6b\xb8\x6d\xe8\x8f\xbf\x83\x2f\x5e\xd6\x07\x5f\x7c\x3c\x06\x5f\x0c\x59\xf7\x91\x72\x6a\xdb\xab\xc0\x17\xdb\xf3\xa4\x9c\x9a\x23\x84\x94\x53\x3b\x96\xe0\x8b\x1d\x2f\xa4\x9c\x1a\xe8\xe8\x23\xe5\xd4\x1c\x67\xa4\x9c\xba\xcb\x03\x29\xa7\xee\xfb\x40\xca\xa9\xfb\x56\x75\xda\xe7\xd8\xed\xb6\x8f\x7e\x21\x1d\xd5\x7d\x7e\xa4\xa3\x9a\x6f\x31\xe9\xa8\xe9\x62\x48\x3a\x6a\x46\x7f\x87\x0f\x89\x93\x22\x39\x27\xbd\xcc\x3f\x72\x4e\x93\xd0\xe6\x23\xe7\x34\x61\x9d\x3f\x72\x4e\x13\x1a\xf1\x23\xaf\xe4\xe7\xb7\x3e\xf2\x4a\xdb\x25\x8e\xbc\x92\x69\xd6\x8f\xbc\xd2\x26\xf3\xf1\x91\x57\xda\x2e\x6a\xe4\x95\xfc\x92\xe2\x47\x5e\x69\x83\x4f\x3e\xf2\x4a\x1b\x3a\xe2\x23\xaf\xb4\x5d\xf0\xc8\x2b\x69\x37\xf5\x91\x57\xda\x60\x89\x8f\xbc\x92\x7e\xe5\x1f\x79\xa5\x9d\x2d\x05\x4a\xdc\x19\x79\xa5\xed\x72\x4b\x5e\xc9\x0f\x7b\x7c\xe4\x95\xb6\xbd\x3b\x6d\x1f\x7d\x46\x5e\xc9\x0f\x82\x7c\xe4\x95\x76\xf9\x3d\x5d\xf2\x47\xca\x69\xbb\x8a\x91\x72\xf2\x33\xfa\x1f\x29\xa7\xed\x23\x22\xe5\xb4\xed\x5c\x76\x55\xfd\xac\x54\xa4\x9c\xf4\xdd\xfa\x48\x39\x6d\x1f\x34\x29\x27\x4d\x28\x3f\x52\x4e\xdb\x78\x85\x94\xd3\x0e\x96\x68\x3a\x6c\xe0\x47\xca\x69\x23\x21\xf9\x48\x39\x6d\xf8\xaa\x8f\x5d\x55\x9b\x38\xf5\x63\x57\x95\xdf\xa4\xfe\x3e\x1f\x2d\x8f\x1d\x77\x8a\x60\xb7\xe0\x4e\x21\xd7\xf3\xe1\x4e\x11\x7c\xec\xb8\x53\x84\xe8\x99\x17\x05\x04\xbb\x1a\x77\x8a\x9f\xf5\x0e\x77\x0a\x0d\x07\x3f\xdc\x29\xfc\xf2\xd8\x87\x3b\x85\x5f\x17\xfb\x70\xa7\x50\x2f\xfa\xe1\x4e\x11\x1d\x20\xb8\x53\xa8\x41\xfd\x70\xa7\x88\x70\x52\xdf\x4d\x39\xd5\x64\xcf\xdf\x94\x53\x4d\x46\x67\x17\x00\x55\xbf\x8f\xf8\x5d\x94\x53\x13\x10\xf2\xbb\x28\xa7\xa6\x9f\x1a\x36\x67\x5a\xc3\xe1\x18\xfd\xb2\xe1\xbc\x1d\x90\x1b\xce\xdb\x5e\xda\x70\xde\xb0\xa4\xdf\x66\xdb\x43\xf1\x4c\xb6\x3d\x00\xe9\xbe\xcd\xb6\x07\x94\x0c\xdf\x66\xdb\x83\x4b\x07\x9f\x84\xca\x4e\x3d\x7c\x12\x2a\x93\x10\xfa\xf8\x24\x54\x76\x8a\xe4\x93\x50\x19\x64\xf1\xf1\x49\xa8\xec\x64\xca\x67\x9f\x8a\x2f\x3f\x9f\x7d\x52\x01\xfb\xf1\x01\xdb\x42\x36\xff\xe3\x03\xb6\x85\x3c\xfc\xc7\x27\xa1\xfc\x5e\xe1\xc7\x27\xa1\xdc\xb8\xff\xf1\x49\xa8\x96\x2d\x55\xf8\x69\x7f\xd7\x28\xf9\x3b\x9c\x4e\x9c\x14\xfd\x24\x14\xba\x94\x8f\x4f\x42\x0d\x14\x48\x1f\x9f\x84\x1a\x4e\xec\x07\x44\x69\x70\x71\x40\x94\x4e\x67\x17\xc9\xd4\x01\x27\xbc\x2e\x92\xa9\x83\xf6\xad\x8b\x64\xea\x00\x5f\xae\x8b\x64\xea\xa0\x07\xd7\x45\x32\x75\x12\x86\xac\x8b\x64\xea\xcc\xfe\x2e\x73\xcc\x52\xe1\xd8\x43\xa9\x52\x7a\x29\xc1\x87\x33\xf1\xad\x07\x3e\x9c\xf7\x7d\x3d\xf0\xe1\xd8\x29\xac\x07\x3e\x9c\x1e\x5c\x0f\x7c\x38\xc9\xe8\x75\x91\x4c\xfd\xba\xc7\x6e\xfb\xbe\xe1\x5d\xc3\x17\x13\x08\xac\x00\x5f\xec\xbd\x04\xf6\x0c\x10\xba\x2d\xf2\x43\x0b\x72\x70\x05\xf8\x70\x38\xda\x15\xe0\xc3\x8b\x57\x91\x0f\xa7\x0d\xe4\x8e\x16\x92\xb8\x45\xee\x48\xca\x68\x91\x3b\x5a\xc5\x33\xe1\xc3\xab\xb5\xc3\x87\x83\x17\x56\x00\xa9\xf1\xde\xae\xe0\xbe\x00\x6b\x67\x5f\x80\x7d\xf6\xa2\x9b\x07\x93\xaf\x17\xdd\xbc\x77\x7d\x51\x4e\xf3\xdb\x40\xeb\xa2\x9c\xa6\x21\xc5\x7a\xd1\xcd\xdb\x67\x2f\xba\xf9\x5f\xb3\xdb\x9f\x9d\x92\xd7\x8b\xef\x31\x0c\xf1\x7a\xd9\x32\xe0\xa3\xbd\x00\xa8\x05\xa6\xd6\xf5\xb2\x65\x80\x89\x68\xbd\xd0\xe1\x70\x98\xeb\x85\x0e\xaf\xde\x18\x72\xfb\x60\x83\x30\x41\x09\xfe\x0e\x4e\x78\x5b\xdf\x6d\xba\x09\xaf\x15\xe1\x84\x51\x0d\xaf\x0b\x8e\x9a\x29\xae\x15\xe1\x84\x79\x51\x57\x84\x13\x26\xeb\xb9\x2e\x38\x6a\x7e\xe8\x7d\x45\xe4\xf6\x6c\xc1\x58\x11\xbe\x98\x35\x7b\x45\xf8\xe2\xe3\x31\x38\x6f\x22\xd3\x75\xc1\x51\x4b\xb0\x57\xeb\x82\xa3\x66\x62\x6e\x45\x38\xef\x63\xed\x1f\xc7\x68\x51\x84\xf3\xfe\x2c\xd1\xbe\xe3\x5d\xc3\x79\x13\x1f\xad\x44\xfb\x00\x55\x2b\xd1\x3e\x62\x84\x75\xd3\x51\xcd\x0f\xcb\xaf\x9b\x8e\x6a\x7e\xac\x7e\x25\xb6\x13\x30\xd9\xac\x0b\xaa\x5a\x42\x86\xb6\x12\xed\x5b\x9e\x49\xfb\x88\xf1\x56\x92\x0f\xa7\x5f\x12\xbe\xce\x3f\xc7\xe0\xc3\x99\x22\x57\x82\x0f\x67\xca\x5a\x09\x3e\xfc\xe7\x9a\xf0\xe1\xcb\xab\xc0\x87\x6f\x8f\xc1\x87\x83\x09\x56\x86\x0f\x67\x6a\x5d\x17\x39\xb5\x66\x7f\x66\x38\x6f\x68\x85\x95\x35\xaa\xe1\xb9\x67\x8c\x6a\x9c\x96\x32\x72\x7b\xfc\xd6\x56\x46\x6e\x5f\xac\xe1\xb6\x61\xf8\x3a\x64\xbe\x2a\xe7\xcb\x7f\xd1\x51\x53\x7e\xb8\x2e\x3a\x6a\x4a\x1a\xd7\x45\x47\x6d\xf8\xe2\x64\x38\x6f\xfb\x25\xc3\x79\x3b\x69\x14\x38\x6f\xdf\x80\x02\xe7\xcd\xa2\xb6\x8a\x9c\x37\xcf\xaf\xc0\x79\x47\xcf\x84\xf3\x76\x8a\xbc\xe8\xa8\xf9\x25\xf4\x75\xd1\x51\xf3\x5b\x86\x8b\x94\xd3\x07\x06\x59\xa4\x9c\xfc\xe8\xc0\x22\xe5\xe4\x07\x09\x16\x29\xa7\x8f\xdc\xca\x22\xe5\xe4\xe7\x02\x16\x29\x27\x8d\xfe\x17\x29\xa7\xef\xb3\x0d\x70\xde\xd3\xbb\x3e\x94\x78\x0e\xa4\x9c\x3e\x80\xf6\x22\xe5\xe4\xc7\x03\x16\x79\x25\x3f\x5d\xb0\xc8\x2b\xb9\x2f\x74\x91\x57\x72\x27\xe8\x22\xaf\xb4\x48\x93\x2f\xf2\x4a\x0b\xa6\x77\x91\x57\x5a\x90\x75\x8b\xbc\x92\xea\x88\x45\x5e\x69\x2d\xaf\x39\x28\x79\x95\xc9\x99\xf4\x04\x79\xa5\xe5\xa8\x23\xaf\xa4\x60\x60\x91\x57\xda\xc7\x63\xec\x97\x70\xd6\x20\xaf\xb4\x51\x45\x2f\xf2\x4a\x8a\xfc\x56\x83\xf3\x26\xb5\xb9\x1a\x9c\x37\x59\xb4\xd5\xe0\xbc\xa1\x62\x56\x83\xf3\xf6\xdd\x6c\x70\xde\xc4\xe8\xab\xc1\x79\xfb\xdc\x1b\x9c\xf7\xe3\x31\x38\xfd\xe3\x35\xe1\xbc\xe1\x00\x56\x83\xd3\x3f\xbf\x3b\x25\x37\xe8\x70\x62\xd1\xd5\xa0\xc3\x8b\x97\x84\x0e\x07\xf4\x2f\xac\xd3\x5f\xc2\xfe\x85\x75\xfa\x6b\x75\x58\xa7\xbf\x24\x06\x16\xd6\xe9\x5a\xd8\x2f\xac\xd3\xdd\x39\xb5\xb0\x4e\x7f\x9d\x50\xb0\x4e\xf7\x4b\xb7\x4b\xeb\x74\x58\xcb\x85\x75\xba\x0a\x81\xd5\xdd\x2e\xc1\x63\xc0\x3a\x5d\xd8\xbd\xb0\x4e\xcf\xdd\x3b\x5b\x94\xe8\x24\xac\xd3\x73\xf3\xce\xd8\x4a\xe1\x30\xd3\x3a\xdd\x63\x58\xa7\xbb\x0d\x75\x0d\x29\x7d\xda\x30\xa0\xed\x9b\x25\x69\x7b\x6a\x18\x7c\xbd\xd0\xd5\xf6\x02\xae\x5e\x7c\x71\x06\x94\xbe\x4b\xc7\x90\xb7\xf7\x4c\xb6\x7c\xb8\x58\x0c\xb6\x7c\x38\x79\x5f\x50\xd5\xab\xc3\xf3\x02\xa7\xde\x88\xce\xd6\x05\x4e\x5d\xc0\xbc\xa6\xdb\x3a\x68\x11\xe9\x21\xbf\x57\xbd\x48\x0f\x35\x97\x3f\xd2\x43\xc2\xe7\x45\x7a\xa8\x39\x09\x93\x1e\xf2\x5b\x63\x8b\xf4\x50\x1f\x1e\xbb\x7d\xbd\xd9\x08\xb0\x48\x0f\xe9\xc2\xb5\x48\x0f\x6d\x5f\xaa\x8b\x8e\xd2\x76\xea\xc1\x02\x5d\x73\xc7\x85\x05\xba\xca\xd2\x85\xcd\xb9\x1a\xd4\x85\xcd\xf9\x43\x32\x6c\x61\x73\xae\x61\xe4\xc2\xe6\xfc\x71\x42\xc1\xe6\x5c\xb5\xea\xc2\xe6\x5c\x33\xc9\x85\xcd\xb9\xea\xd1\xa5\xcd\x79\xf5\x18\xd6\x42\xd5\x63\x58\x0b\xf9\x6c\xb1\x39\xd7\x45\x6d\x61\x73\xae\x2f\xdc\x52\x90\xe7\x02\x84\x95\xb9\x3e\x16\x0b\x2b\xf3\xec\xef\xb0\x32\xcf\x24\xae\x16\x56\xe6\x19\x1e\x76\x61\x65\x9e\xbd\x26\x56\xe6\x8a\x0a\x17\x7e\xe5\xd9\xe5\x16\xbf\x72\xb7\x57\x2f\xfc\xca\xb3\xbd\x8b\x27\x79\xf6\xd9\xe2\x49\x9e\x9d\xdc\xf0\x24\xcf\x10\x64\x0b\xdf\xf1\x6c\xac\x8d\xef\x78\x86\xd4\x58\x78\x8b\x37\x97\x31\xf2\x35\x7a\x32\x2c\xf2\x35\x0d\xb8\xbe\xc8\xd7\xfc\x2c\xa9\xe4\x6b\x1a\x99\x8f\x45\xbe\x46\x47\x88\x45\xbe\x46\x1d\xcc\x22\x5f\xa3\xeb\xc3\x22\x5f\xd3\x60\x6c\x17\xf9\x9a\x06\xc9\xb0\xf0\x16\x6f\x46\xb4\xe4\x6b\x9a\x91\x29\xf9\x9a\x66\xbc\xa9\xb7\x38\x54\xc5\xc2\x5b\x7c\xf8\x8e\x91\xcb\x19\xb6\x8f\x5c\xce\xf0\xcd\x21\x97\x33\x1c\x59\xe4\x72\x86\x4b\x9c\xde\xe2\x2e\x86\xe4\x72\x86\x8b\x21\xb9\x9c\xf1\x79\x2f\xec\x35\x98\x96\xf0\xe5\x2e\xd6\x87\x4e\x1f\x54\xb5\xc8\xe5\x6c\xda\xbe\xc9\xe5\x6c\x36\xde\x6d\x72\x39\xfb\xd7\x7d\xfe\xd9\x29\x79\x93\xe6\xd9\xb8\x14\x6c\xd2\x3c\x87\xf8\x76\x93\xe6\x39\xd9\x4b\x22\x7f\x1f\x56\x87\xfc\x9d\x97\x78\x3f\xf2\xbe\x83\x52\x83\x13\x3e\x94\x2e\x19\x12\x92\x35\x48\x79\x7b\x0c\x79\x38\x6a\xc7\x8d\x78\x2e\x00\xa6\x37\xe2\x39\x65\x6f\x1b\xf1\x5c\x60\xd7\xdf\x46\x3c\xe7\x86\xdc\x8d\x78\x2e\x40\x78\x6c\xc4\x73\x46\xf3\x1b\x5f\x89\x00\xe1\xb1\xf1\x95\x70\xa7\xdd\xc6\x57\x42\x14\xb0\xf1\x95\x08\xd1\x33\xe1\xb5\xd9\x78\xb0\xf1\x95\x08\x8f\xbf\xb3\x7d\x85\x12\xed\x8b\x9e\x79\xdb\x90\x90\xcb\x6d\x3e\x02\x95\x7e\x6a\xd8\x1c\xb3\x74\xdb\x20\x1d\xb1\xb1\x24\x4f\xb0\x50\x1b\x4b\xf2\x14\x2d\xbd\x1c\xa3\x45\x58\x92\x27\x7b\x17\x4b\xf2\x14\x3c\x96\x29\xd1\x06\x2c\xc9\xc5\x19\x1b\x4b\xf2\xc4\xea\xbe\xb1\x1d\x57\x82\xb7\xb1\x1d\xcf\xc5\xab\x7c\x30\xcb\xd6\x80\x0e\x1a\xfd\xed\xc6\x76\xbc\x00\xbb\x37\xb6\xe3\x05\x1a\x6a\x63\x2d\x2e\xc9\xb0\xb1\x16\x77\xa9\xda\x58\x8b\x17\xc0\xfb\xc6\x5a\xdc\x25\x6e\x63\x2d\x5e\xc1\x4a\x1b\x6b\xf1\xde\xfd\x5d\x83\x09\xf5\x4c\x78\x51\x26\x86\x8d\xb5\x78\x67\xa2\xdd\x58\x8b\x9b\x28\xdb\x58\x8b\xfb\x59\xcc\x8d\xb5\x78\x27\xc5\xbc\xb1\x16\xef\xd1\x33\x6f\x1b\x3a\x0b\xc9\xc6\x3f\xbc\x33\x69\x6c\xfc\xc3\x15\xcf\x6d\xfc\xc3\x3b\x53\xcf\xc6\x3f\x5c\x57\x84\x8d\x7f\x78\x07\x35\x6e\xd2\x43\xdd\x97\x91\xf4\x50\x47\xd9\xb3\x49\x0f\xe9\x9f\xb0\x93\xed\xf3\x77\xb6\xcf\x1a\xf0\x9f\x26\x19\xb6\x49\x0f\xcd\xea\x7d\xc2\xfb\x12\x17\x6f\x72\x40\x6e\x0a\xda\x49\xff\x69\xaf\x09\xef\x0b\x6e\xdb\xe4\x80\x36\x49\xf3\x4d\x0e\x68\xb3\xa8\x6d\x72\x40\xdb\xdf\x91\x03\x72\x63\xcc\x26\x07\xb4\x3f\x7f\x07\x71\x48\xee\x61\x93\x03\xda\xdd\x1a\x20\x0e\x59\x56\x36\x39\xa0\xcd\xe2\xbb\xc9\x01\x99\xce\xdf\xe4\x80\xb6\x63\x82\x1c\xd0\x66\x8a\xdc\xe4\x80\x36\x2a\x95\x4d\x0e\x48\xab\xad\x4d\x0e\xc8\x40\x60\x93\x03\xda\x8e\x3a\x72\x40\x7e\x8b\x72\x93\x03\x32\xbd\xb7\x8b\xed\xb3\x44\xfb\x48\x62\x6f\x72\x40\x1a\x76\x6d\x72\x40\x7b\x7a\xe6\x25\x4a\x7e\xe6\x17\xcc\x23\x82\xb3\x22\xe6\x11\x7e\xaa\x78\x63\x1e\x11\x8a\xbf\x83\x34\x4d\x1e\x83\x34\x2d\xbf\xf7\xed\xbd\x8d\xaf\x84\x5b\x38\x37\xbe\x12\xc1\x57\xb3\xc8\xa7\xda\x58\xf8\x54\xa7\x3a\x7c\x25\x8c\xa7\x37\xbe\x12\xc1\xe1\x89\xaf\x84\xf4\xc7\xc6\x57\xc2\xd4\xdf\xc6\x57\x22\x64\x8f\x61\x3f\x03\x14\xdc\xf8\x4a\xbc\xac\x93\x1b\x5f\x89\xe8\x54\x87\xaf\x44\x4c\xd6\x87\xa5\x35\x7e\x0d\x1b\x5f\x09\xb7\x77\x6e\x7c\x25\x52\xf1\x18\xf6\x33\xbe\xc4\xf8\x4a\xa4\xec\x55\xe0\x5a\xb3\x67\xc2\xb5\xda\x86\x06\xd7\x0a\xf0\xdd\x0d\xae\xd5\xfa\x1a\x5c\xab\x0f\xa5\xc1\xb5\x92\xd4\xda\x0d\xae\x15\x51\xcc\x6e\xe8\x76\xe1\x14\x37\xd6\xe2\xf9\x58\xe2\xfb\x65\x2e\x32\x58\x8b\x67\x62\xd8\x8d\xb5\x78\x3e\x1e\x83\x6b\x25\x8d\xb5\xb1\x16\xcf\xc7\x7b\x41\x7b\x0c\xf9\xb2\xb1\x16\xcf\x2e\x71\xd8\x87\x57\x5f\x70\xec\xc3\xab\x13\x0a\xf6\xe1\x7e\x1d\x78\x63\x1f\xee\xe7\x94\x76\xc7\xe1\xda\x69\xe2\x22\x99\x5a\x9d\x5e\xb0\x16\xf7\x9b\x84\x1b\x6b\xf1\xea\x78\xc1\x5a\xbc\x3a\x96\xb0\x16\xaf\x8e\x10\xac\xc5\xab\xa3\x00\x6b\x71\xed\x5b\x37\xd6\xe2\x75\x5b\x3b\xda\x63\xb0\xcb\xc6\x5a\xdc\x0d\x19\x1b\xfb\xf0\x46\xea\x76\x63\x1f\xde\x5c\x10\xb0\x0f\x6f\xd5\x63\xf0\xc5\xe0\xa8\x3d\xe0\x8b\xc1\x51\x7b\xc0\x17\x13\x41\xef\x81\xfd\x0c\xa9\xc6\x8d\xed\x78\xff\x39\x86\xfd\x4c\xf3\x2a\x10\x56\x2e\x8d\x03\xfb\x19\x62\xae\x8d\x41\xb9\x06\x8e\x1b\x17\xf2\x61\x88\x82\x0b\xf9\x20\xe5\xb4\x71\x21\x1f\x2e\x9b\xb8\x90\x2b\xf2\xdb\xb8\x90\x0f\x17\x6d\x9c\xc6\xa7\x4b\x0e\x4e\xe3\x3f\x93\x30\x4e\xe3\xd3\x05\x08\xa7\xf1\x59\xfc\x1d\x9c\x70\xf1\x77\xb7\x0d\x7e\xc7\x71\xe3\x34\x2e\x35\xb2\x27\x9c\x30\xd8\x65\x4f\x34\xc4\xf6\x12\x2e\xe4\x5a\x58\x6d\x5c\xc8\x97\xfd\x89\x0b\xb9\xc4\xc5\xc6\x85\x7c\x81\x67\xf7\x07\x27\xec\xa8\xfb\xd0\x10\x7b\x67\x38\x94\x1f\x97\x15\x1c\xca\xcf\xb0\x06\xbc\x62\xd0\x3c\x6c\x72\x40\x07\xa7\x8c\x8d\xd1\xc3\xe3\xac\xf1\xe1\xe0\x9d\x3d\x13\x2f\x15\x17\x3c\x4c\x20\x74\x15\xdc\x98\x40\x04\xf4\x25\x1b\x13\x88\x00\xb3\xbc\x31\x81\xf0\x6b\xee\x1b\x13\x88\x9f\xf9\x0c\x13\x08\x33\x49\x7b\xc1\x09\xc3\x41\xef\x05\x27\xec\x7b\x84\xd1\xc3\xcf\x1c\x89\xd1\xc3\xfb\x78\x15\xbc\x54\x5c\x52\x31\x7a\x48\xed\xf7\x74\xc9\x1b\x83\x72\x3f\x6f\xbe\xf1\x80\xf8\x89\xce\x2e\x38\x6a\x29\xda\x20\x78\x5f\x23\x0d\xcc\xcb\x93\xb7\x82\x79\x79\xf2\x36\x31\x2f\x4f\xae\x0e\x98\x97\x27\x5f\x5b\xcc\xcb\x93\x0f\x0c\xf3\xf2\x14\x3d\x56\x28\x59\x43\xe5\x77\xd4\x8e\x79\x79\x72\x9a\xc0\xbc\x3c\xb9\x36\x61\x5e\x9e\x8c\xa4\x30\x2f\x4f\x2e\x08\x98\x97\xbb\x4f\x6c\x63\x5e\x5e\x9c\x34\x30\x2f\x2f\x4e\xc9\x98\x97\xbb\x87\x6c\x63\x5e\x5e\x8d\x76\x31\x2f\x77\x6b\xf9\xc6\xbc\x5c\xab\xfd\x8d\x79\xb9\x72\xb9\x8d\x79\xb9\x16\xfd\x1b\xf3\xf2\x02\xeb\xb5\x31\x28\xaf\x46\xa6\x18\x94\x57\xd8\xea\x8d\x41\x79\x73\x9a\xc7\xa0\xdc\xbc\xff\xc6\xa0\xbc\xb9\xba\x63\x50\xde\x96\x67\x6e\x4a\xb4\x08\x83\x72\x95\x05\x07\x83\xf2\x06\xab\x77\x30\x28\x6f\x80\xdb\x83\x41\x79\x83\xd7\x3e\x1a\x94\xa3\x56\x38\x1a\x94\xa3\x17\x38\x1a\x94\x13\x77\x1c\x0d\xca\x49\x39\x1d\x0d\xca\x79\xee\x07\x83\x72\xb7\x9d\x1f\x0c\xca\x07\xcf\xe8\x60\x50\x3e\x78\x1d\x0e\x06\xe5\x03\x29\xdd\xc1\xa0\x7c\x54\x6b\x80\xdb\xe5\x49\x1f\x0c\xca\x07\xba\xf2\x83\x41\xf9\xe0\x15\x3b\x18\x94\x0f\xf8\xcd\x83\x41\xf9\x60\x14\x1c\x0c\xca\xdd\xca\x7e\x30\x28\x1f\xbc\x62\x07\x83\xf2\xc1\x88\x3c\x18\x94\xfb\x39\xcd\x83\x41\xf9\x40\x7e\x78\x30\x28\x1f\xd1\xdf\xd9\x3e\x7a\x37\xc0\xed\xfe\xd4\x00\xb7\x0b\x25\x76\x02\xdc\x6e\xf3\x9a\x70\xbb\xf6\x35\xe9\x21\x3f\x2f\x7b\x5e\xf9\x5b\xae\x42\x7a\xe8\x83\x24\x3a\xa4\x87\xbe\xcf\x63\xf0\xd3\xc4\x9b\x87\x1c\x90\x7b\xe4\xce\x2b\x7f\x7b\x28\xc1\xdf\x42\xa2\x1c\x72\x40\x6b\x7b\x0c\xfe\xf6\x58\x03\xfc\xed\xf1\xce\xe0\x6f\xb7\x25\xf8\xdb\xed\x7d\xe2\x77\x03\xf9\x72\xc8\x01\x6d\xef\x9a\x1c\xd0\x01\xe5\x1c\x72\x40\x07\x4a\xf3\x90\x03\xda\xbc\x0f\x87\x1c\xd0\x61\xcc\x1f\x72\x40\x07\x34\x76\xc8\x01\x9d\x9f\x6b\xc2\xdf\x42\x5c\x9c\x08\x7f\x9b\xfc\x1d\x9a\xec\x6c\x7d\xf0\xb7\xc9\xdf\xa1\xc9\x06\x1d\x9d\x08\x7f\xcb\xfc\x72\x22\x9a\x6c\x02\xb2\x13\xd1\x64\x93\x43\x38\x11\x4d\x36\xd3\xe7\x89\x68\xb2\x49\x6d\x9e\x84\x26\x9b\x28\xf9\x24\x34\xd9\x20\xed\x93\xe0\xa7\xa1\x7e\x4e\x92\x9f\xf6\x4c\xf8\xe9\xe4\x31\xfc\x6e\xc2\xef\x4d\xc9\x27\x61\x85\x83\xe4\xfc\x24\xac\x70\x1c\xac\x09\xea\x9a\x88\xe8\x24\xe4\xda\xbe\x62\x09\xea\xfa\xb3\x74\x9b\xee\x16\x93\x73\x41\x55\x7f\xb3\xa5\xc5\x31\x06\xc8\x05\x55\xdd\xbd\x75\xe7\x82\xaa\xee\x67\xd8\xcf\x05\x55\xdd\x4f\xb4\x9f\x0c\x77\xcd\xe4\x7d\x32\xdc\xb5\x8f\x28\xc3\x5d\x03\x10\x4e\x86\xbb\xb6\x5b\x32\xdc\x75\xf4\x18\xdc\x35\xcb\xc3\xc9\x70\xd7\x76\xe7\x05\x55\xfd\x25\xf2\x3e\x17\x54\x75\xb7\xc2\x9c\x0b\xaa\xba\x1f\x8f\x3f\x99\xf6\x11\x6b\x9f\x2c\x77\x4d\x8b\x32\x9c\xb0\xa5\x02\x3f\x0d\xd7\x7a\x0a\xfc\x34\xc9\x8d\x53\x90\x95\xb3\x4d\xf3\x14\xf8\xe9\xe3\x31\xf8\x69\x16\x84\x53\xe0\xa7\x91\x0a\x9e\x82\xed\x7f\xb6\x84\xed\x3f\xa9\xd4\x53\xb0\xfd\xaf\x1e\xc3\xda\x9f\x85\xe4\x14\xac\xfd\x7d\x01\x2e\xca\xe9\x0d\x52\xea\x5c\x94\xd3\x1b\x29\xca\x73\x51\x4e\x6f\xc7\x12\xdc\x35\x91\xf7\xa9\xd8\x0e\x11\x57\x9d\x8b\x64\x7a\x27\xe6\x3a\x17\xc9\xf4\x3e\x3d\xf3\xde\xe7\x70\x9a\xb8\x48\xa6\x7f\x30\xd9\xe7\x22\x99\x2e\xcf\x7c\x2e\x92\xe9\x87\x64\xe6\xb9\x48\xa6\x1f\xef\xfa\x22\x99\x7e\x88\x29\x0f\x7e\x0d\x0f\xcc\xf9\xc1\xaf\xe1\x21\x9e\x3e\xf8\x35\xf8\xbd\x93\x83\x5f\x83\xdf\x42\x39\x0d\xdb\x21\xb8\xf2\x83\x5d\xb9\x9e\x05\x07\xbb\x72\x9d\x0f\x0e\x76\xe5\x5a\x8a\x1e\xec\xca\x55\xa4\x1e\xec\xca\x95\x73\x1e\xec\xca\xfd\x4a\xc4\x61\xfb\xd0\x63\xfb\xb0\x2b\x0f\x4e\xd0\xd8\x95\x07\x27\x3e\x3c\xc9\xdf\x66\x09\xee\xda\x9e\xc0\x93\x5c\x67\xb6\x83\x27\x79\x84\x7f\x3f\x78\x92\x67\xa7\x33\x3c\xc9\x45\x5c\x07\x4f\xf2\x02\xc9\x77\xf0\x24\x2f\xbe\xc5\x78\x92\xe7\xe3\x55\x32\xc7\x78\x46\x78\x92\xfb\x71\xfc\x83\x27\x79\x71\xfa\xc4\x77\x3c\x3b\x3e\xf1\x1d\x2f\xc1\x33\x3f\x4a\xf4\x12\xbe\xe3\x85\x10\xe5\xe0\x3b\x5e\x82\x77\x06\xaf\xed\xd8\xc5\x77\xbc\xe2\xcc\x76\xf0\x1d\xaf\x5e\x13\xdf\xf1\x46\x90\x77\xf0\x1d\x6f\x48\x21\x0f\xbe\xe3\x6e\x50\x3f\xf8\x8e\x8b\x72\x0e\xbe\xe3\xcd\xe5\x0f\xdf\x71\x9d\xe0\x0e\xbe\xe3\x6e\x50\x3f\xf8\x8e\xeb\x19\x77\xf0\x1d\x6f\xf6\x0b\xbe\xe3\xfd\xf5\x4c\xbe\x45\x89\x72\xe9\xe0\x3b\xde\x91\xbd\x1d\x7c\xc7\xbb\xf3\x20\xbe\xe3\xdd\x79\x10\xdf\xf1\x9f\x31\x8f\xef\xf8\x70\xe1\xba\x08\x28\x0f\x47\xc8\x44\x73\xbe\x7e\x8f\xb8\x38\x13\xaa\xdc\x81\x3c\xa1\xca\x8d\xb2\x26\x54\xb9\x11\xd1\xc4\xb6\xc6\x0e\x9c\x58\xca\x93\x5d\x3f\x13\x39\xba\x2f\xce\x44\x8e\xfe\x73\x9b\x48\xce\x5d\xb3\xf9\x0a\xee\x44\x36\x75\x48\x01\x4d\x57\x62\x52\x40\xd3\xb5\x9e\xaf\xe0\x7e\x30\xa1\x87\xaf\xe0\xfe\xc4\x24\xa4\x87\x56\xf3\x77\xc8\xd1\x8d\xb9\x48\x0f\xa9\x30\x3c\xa4\x87\x94\xd2\x1d\xd2\x43\xdb\x75\x92\xf4\xd0\x76\xe9\x20\x3d\xa4\x2e\xf2\x90\x1e\x92\x57\x3b\xa4\x87\xb6\xbd\x44\x7a\xe8\x67\xad\x27\x3d\x74\x92\xc7\xb0\x7c\x31\x1a\x24\x3d\x74\xf0\xb8\x3d\x4b\xce\x9b\xfa\xf0\x6b\x08\x4e\xfa\x4b\xce\x9b\xbb\xc6\xaf\x21\x54\xcf\x84\xd7\xce\x9e\x09\xaf\xed\xf2\x80\x27\x43\x00\xc4\x1d\x3c\x19\x82\xcf\x08\x4f\x86\xf7\xf5\xcc\xcb\xd5\x25\x7b\x09\x4f\x86\xf4\xf3\x3b\xb5\xce\xb4\x1d\x4f\x86\x34\x2c\xc1\x79\x03\xf0\x0e\x9e\x0c\x92\x3d\x07\x4f\x86\x04\xe8\x3f\x78\x32\x24\x97\x46\x3c\x19\x12\xf0\xf9\xe0\xc9\xa0\x20\xef\xe0\xc9\x20\xae\x39\x78\x32\x24\x23\x53\x3c\x19\x32\xe0\xf6\xe0\xc9\x90\x87\xd7\xc4\x17\x64\x79\x4d\x7c\x41\x7c\x2a\xf8\x35\x94\xe1\xef\xd0\x41\x0f\xef\x1a\x1d\x74\xb7\x3e\xb8\x64\xe3\x7e\xfc\x1a\xba\x67\xb2\x45\xa8\xb3\x51\xf9\xe0\xd7\xd0\x49\x24\x1d\xfc\x1a\x4c\x82\x1e\xfc\x1a\xba\x23\x04\xbf\x06\x3f\x1a\x76\xf0\x6b\xe8\xdd\x12\x5c\x32\x29\xca\x83\x5f\x43\x9f\x1e\x83\x4b\x1e\x96\xe0\x92\x5d\xe2\xf0\x6b\xe8\xe8\x59\x0e\x7e\x0d\xdd\xc5\x1e\xbf\x06\x53\xb0\x07\xbf\x86\x4e\x52\xeb\xe0\xd7\xd0\xf9\x88\xeb\xc1\xaf\xa1\xdf\xc8\x3b\x3c\xf8\x35\xf4\x61\x09\x0d\xf1\x0d\x58\xc2\x83\x5f\xc3\xbc\xd4\x64\x78\xf0\x6b\xf8\xa2\x67\xde\xf6\x9d\x9f\xd2\x6d\xdf\xb9\xd3\x7c\x78\x30\x65\x20\x12\x0e\x0f\x79\x25\x16\xd8\xf0\x90\x57\xda\xc7\x33\x6f\xfb\xce\x6b\x7d\x83\x6b\xfa\xbb\xc9\xb1\x87\xd2\x47\xc9\x7b\xb9\xed\x3b\x37\x7f\x12\x1e\xf2\x4a\xe7\xaa\x1c\xc2\x43\x5e\xe9\xbc\x94\xc8\x2b\xed\xc3\x99\xe4\x95\xf6\xb6\xf4\xf2\xbb\x42\x29\x52\x7b\xa0\x64\xfb\x1a\x25\xda\x17\xbd\x66\xa1\x06\x5a\x14\x6c\x5f\xa6\xd4\x38\x36\x29\xd9\x3e\xeb\xa3\x7d\xcd\x6b\xda\xbe\xdf\xf1\xb8\x08\x0f\xe9\xa8\xbd\x69\x7a\xb0\xe9\xde\x26\x34\xfa\xf1\xc6\xd4\x17\x73\xe6\x6b\xd3\x2b\x25\xb8\xe4\x4e\xc7\xe3\xe5\x10\x3a\x1d\x8f\x97\x43\xb8\x2b\x55\x78\xf0\x72\x08\x77\x85\x0b\x0f\x5e\x0e\xa1\xf9\x3b\x68\xf4\x4e\x7d\x5a\x99\xfb\xc0\xb4\x32\xff\x39\x86\x57\x45\xa7\x73\xb5\x32\x4f\x5e\x05\xaf\x8a\xcc\xa3\xd5\xca\xbc\x78\x0c\x2e\xb9\xd0\xb9\x78\x40\xa4\xe2\xbd\xc0\x25\x57\x7e\x87\x95\x39\x93\x46\x78\xb4\x32\x7f\xb8\x8a\xfe\x10\x9d\x5e\xc2\x1f\x82\x4f\xba\x86\x07\x7f\x88\xf2\xf8\x3b\xfc\x21\x1e\x1e\x98\xfe\x10\x0f\xfd\xa2\x3f\x84\x43\x57\x7f\x88\xed\x35\xe1\x99\xb7\xc7\xe0\x68\xed\x25\xfd\x21\xec\x4f\xfd\x21\x2a\x83\x40\x7f\x88\xe2\x55\xb0\x0f\xff\x2c\xc1\xd1\x76\xce\xd4\x1f\x62\x70\xd7\xfa\x43\x4c\xea\xc3\x1f\xa2\x0d\xee\x13\x7f\x88\xe6\x4b\x8c\x07\x44\x6f\xd4\xae\x07\xc4\xcb\x33\xc2\x03\x62\x38\xc8\xf1\x80\x18\x83\xde\xc5\x03\x62\xfc\x5c\x13\x4d\xef\xf6\x2a\x68\x7a\x7d\x71\xf4\x80\x18\x5e\x05\x0f\x88\xce\x0b\xa0\x07\x44\xa3\x3f\xf1\x80\x20\x48\x08\x0f\x1e\x10\xb3\xd3\x22\x3c\x20\x66\xa7\x06\x3c\x20\xa6\xe3\x13\x0f\x88\xd9\xa8\x0f\x0f\x08\xbe\x49\x13\x1e\x3c\x20\x66\xf3\x2a\xf0\xb7\xf6\x3c\x1e\x10\xdf\xa4\x0d\xfa\x3c\x4c\xef\x05\x9f\x87\xc9\xe8\xd1\xe7\xa1\xf3\xae\xe8\xe5\x30\x38\x86\x97\xc3\xfa\xe8\x17\xbc\x1c\xf8\xaa\x5c\x78\xf0\x72\xc0\xc0\x27\x3c\x78\x39\xac\x49\x4f\xe0\xe5\xc0\xb6\xec\xf0\x90\x72\x5a\xc3\x33\xd1\xe6\x4e\x5a\x44\xca\x09\xbb\x9b\xf0\x90\x72\x5a\xb6\x8f\x94\xd3\x1a\xf4\x8b\x7e\xe5\xcb\xab\xd0\x86\x8f\xb6\xeb\x57\x3e\x6c\xc3\x86\x05\xa6\x0d\xe4\x8e\xce\xa2\x3e\xc4\x73\x4f\x66\x14\x20\x9e\xc3\x16\x35\x3c\x88\xe7\x1e\xfb\x13\xf1\x5c\xf0\xdd\x44\x3c\x17\x9a\x25\x04\xb8\x3e\x15\xc4\x73\xc1\xe9\x0c\xf1\xdc\xcf\xac\x81\x78\x2e\x38\xe6\x11\xcf\x85\x46\x1b\x10\xcf\xb1\x85\x3a\x3c\x88\xe7\xc2\xf1\x77\x1b\xa6\xd7\x63\x97\x7c\x79\x5d\x56\x10\xcf\xa1\x19\x0b\x0f\xe2\x39\x30\x79\x78\x30\x65\x48\x1f\xcf\x1d\x53\x86\x64\x5f\xe3\x49\x9e\x3e\x66\x22\x3c\xc9\xf9\x52\x7f\x78\x30\x6c\x48\xce\x83\x18\x36\xa4\xfe\x3b\x22\xb8\xf0\xe0\xe5\x90\x1c\x04\xd8\x95\x27\x87\x12\x5e\x0e\xe9\xf3\xc6\xe0\x68\x7d\xb4\x78\x39\xa4\x8f\xee\xc4\xcb\x21\x2d\x5e\x5b\xbc\x1c\x52\xf7\x18\x1c\xf4\xe4\x9a\x78\x39\xa4\xc5\x30\xc3\xcb\x21\x39\x3c\xf1\x72\xa8\x91\xc6\xe2\xe5\x50\x83\xbf\x4b\x1c\xe3\x5e\xf0\x72\xa8\xae\x8c\x78\x39\xd4\x97\x21\x88\x97\x43\x8d\x74\x0b\x5e\x0e\x00\xa7\xf0\xe0\xe5\x50\xb3\x67\x0e\xce\xe4\x11\xe1\xe5\x50\x5d\xc1\xf1\x72\x68\x87\x16\xe9\xe5\xe0\xba\x8c\x97\x43\x73\xe5\xc7\xcb\x81\x7d\x5b\xe1\xc1\xcb\xa1\x1d\xea\xc3\xcb\x01\xa8\x14\x1e\xbc\x1c\xda\xf6\xd8\x6d\x5f\x0f\xb4\x1d\x2f\x87\xe6\xb4\xa4\x97\xc3\xe0\x41\xeb\xe5\xd0\xe8\x09\xbc\x1c\x46\x67\xf0\xe0\xe5\x30\x9c\x30\xf1\x72\x18\x4e\x98\x78\x39\x0c\x27\x37\xbc\x1c\x46\xf7\x4c\xb8\xdd\x41\x1b\xf0\x72\xf8\x99\x3e\xf1\x72\x18\x83\x5e\xc2\xcb\x01\x87\xe4\xf0\xe0\xe5\xc0\xb6\x87\xf0\xe0\xe5\x30\x5c\x9c\xf0\x72\x60\x03\x70\x78\xf0\x72\x18\x4e\xfa\x78\x39\x7c\x2e\x7f\x58\x99\x7f\xde\xe7\x54\xb7\x4b\xfb\xb0\x32\xff\x1c\x4b\x13\xee\xb3\xf0\xdc\x27\xdc\xa7\x83\x1c\x2b\xf3\xe5\x74\x8d\x95\xf9\x3a\x5e\xe5\xb6\xe1\x27\x8e\xc3\xca\x1c\x25\x51\x78\xb0\x32\xff\x89\x73\xb0\x32\xff\x89\xea\xb0\x32\x3f\xf6\xa7\x7e\x0d\x85\x91\xac\x5f\x43\xa6\xed\xfa\x35\x64\xea\xd3\xaf\xc1\xc5\x5e\xbf\x86\xcc\x7d\x7e\x72\x9f\x3c\x31\xfc\x1a\xf8\xfc\x7e\x78\x3e\xb9\x4f\x7a\x02\xbf\x86\x27\xd3\x5a\xfd\x1a\x82\x57\x41\xa0\xea\x48\xd6\xaf\xc1\x29\x44\xbf\x06\x17\x27\xfc\x1a\x48\x5c\x85\x07\xbf\x06\x10\x57\x78\xf0\x6b\x60\x07\x41\x78\xf0\x6b\x78\x7f\xce\x84\x00\x74\x12\xc6\xaf\xe1\x75\xc2\xc4\xaf\xe1\x6d\xd6\x00\x01\xe8\x28\x58\x10\x80\x06\x48\x78\x39\xbc\x95\x36\x60\xd8\xf0\x3a\xea\x30\x6c\x78\x9d\x5f\x30\x6c\x78\x1d\x59\x0b\x82\xb3\x7a\x0c\x82\xd3\x91\x85\x97\x79\x76\x24\x63\xd8\x90\x7d\x46\x18\x36\x64\x47\x2b\x86\x0d\xd9\x71\x8d\x61\x43\x71\xbc\x60\xd8\x50\xac\x1d\xbf\xf2\xd2\xb9\xcf\xad\x78\xd5\x63\x88\x57\x5d\xaa\xf0\x2b\x27\x5b\x14\x9e\x8b\xc6\x7a\xf5\x3e\x2f\x1a\xeb\xd5\x7e\xc1\xcb\xbc\x1e\x7a\x02\xbf\x72\x9c\x0a\xc3\x83\x5f\xf9\x55\xe6\xff\xf9\x29\x19\x2b\xf3\xfe\xd0\x3c\xac\xcc\xd9\x5c\x1a\x1e\xac\xcc\xfb\x43\xe5\x5a\x99\x1b\xe3\x61\x65\xde\x8d\xc0\xb0\x2b\x87\x43\x09\xcf\x05\x55\xfd\x73\xca\xba\xa0\xaa\x7f\x3f\xb7\xb9\x29\x59\xdf\xed\x6a\x84\x2f\x21\x5c\x50\xd5\x0f\xd3\x6e\xb8\xa0\xaa\x9f\x4b\xe9\x87\x80\x58\x2f\x10\xa7\x06\xc4\x7a\x6c\xbd\x0e\x41\x4b\xf2\xe3\xef\xe0\x06\xaf\x5c\x3b\x04\x2d\xc9\x99\x30\x03\x9e\x0c\x08\xbb\x43\xc0\x77\x81\xef\x65\x84\x80\xef\x02\x26\xf2\x21\xe0\xa6\xf0\x32\x69\x04\xdc\x14\x5e\x56\xe9\x80\x9b\xc2\x7b\xa8\x1d\x37\x05\x3e\x5a\x1e\x02\x6e\x0a\x85\xb8\x31\xe0\xa6\x50\x6c\x11\x6e\x0a\x25\x72\x2f\xb8\x29\x94\xe8\xef\x60\xf5\x58\x8e\x02\x6e\x0a\x85\x65\x25\xe0\xa6\x50\x5e\x7f\x77\xef\xba\xdc\xe4\x46\x08\xec\x41\x2a\xc9\xfa\x60\xfc\x2e\x15\x13\x02\x4e\x0b\x6c\x77\x0e\x01\xa7\x85\x72\x45\x70\x21\x60\x26\xde\x78\xe1\x02\x4e\x0b\x46\xd0\x01\xa7\x05\xcc\x8b\x42\xc0\x69\xc1\x08\x3a\xbc\xb2\x7a\xf4\x12\x4e\x0b\x6d\x78\x26\xac\x1e\x91\x70\xc0\x69\xa1\x0d\xeb\xeb\x30\x70\xf4\xa7\x4e\x0b\x8f\x67\xa2\x02\xf5\xf9\xe9\xb4\xf0\x58\xc2\x71\xda\xa7\xa9\xd3\xc2\x63\xed\xd0\x5e\x97\xd1\x0c\x01\x33\xf1\xb9\xb9\x17\x5c\x18\x26\xe8\x2f\xe0\xc2\x30\x37\xf5\xe1\xc2\x30\x37\x35\xe8\xb4\x40\x3c\x1d\x70\x5a\xe0\x03\x58\x21\xe8\xb4\xc0\xf4\x19\x74\x5a\xc8\xf4\x92\x4e\x0b\x20\x92\xa0\xd3\xc2\xf6\x4c\x9c\x16\x16\xe3\x05\x57\x70\xac\x85\x42\xc0\x15\x7c\x2f\xeb\x43\xc9\x0a\x1e\x0a\xb8\x30\xec\xcd\x53\xd1\x85\x21\xd1\x3e\x5c\xc1\x4f\xa5\x3e\x5c\xc1\xcf\xe4\x49\xeb\xd0\x40\x5c\x1c\x90\xe0\x85\x4a\xcf\x23\xc1\xbb\xe2\xab\x5f\x25\x68\xaf\x42\x2f\x25\x69\x2f\xee\x05\x09\x1e\xfb\xd2\x42\xd0\xa1\x81\xe8\x33\xe8\xd0\xc0\x44\x14\x90\xe0\xa1\x5d\x08\x41\x1b\x06\x96\xcd\x80\x04\x2f\x54\x6b\x40\xae\xca\xc2\x1c\x90\xe0\x05\x82\xb5\xa0\x0d\xc3\xe0\x77\x48\xf0\x42\xe3\x77\xda\x30\xb0\x3c\x04\x24\x78\x81\xc5\x3e\x68\xc3\xc0\xb4\x1b\xb4\x61\xf0\x89\x69\xc3\xe0\x88\xd4\x86\xc1\xb7\x11\x09\x1e\xa2\x80\x10\x90\xe0\xa1\xcc\x0a\x01\x09\x5e\xaa\x1e\x83\xd6\xf3\x0d\x40\x82\x67\xd8\x1a\x90\xe0\x25\xe2\xf7\x80\x04\xcf\xf0\x33\x20\xc1\x4b\xd3\x12\xb4\x1e\x8b\x45\x40\x82\x97\xfa\xef\x78\x5c\x84\x80\x3a\x2f\x75\x7f\x06\xe3\xe7\x4b\x85\x3a\x2f\x41\x16\x04\x1c\x1a\x92\x8d\x2d\xa8\x5c\x01\x40\xe1\x42\xa5\x92\xec\x5c\xdc\x1b\x92\x1d\x88\x7b\x43\xb2\x73\x71\x6f\x30\x98\x0f\xb8\x37\xa4\x61\x0d\x36\x9d\xe1\x89\x7b\x43\x66\xe5\x0f\x38\x34\x14\x6b\xaf\x28\x60\xad\xaf\xa2\x80\x05\xfc\x05\xdc\x1b\x70\x51\x0b\x01\xf7\x06\x1c\xc8\x42\xc0\xbd\x01\xc9\x51\x08\xb8\x37\x74\xa2\xd6\x80\x7b\xc3\x78\xfc\x5d\xe7\x4c\xeb\x1b\x94\xb8\x6b\xdc\x1b\x3a\xb1\x6f\xc0\xbd\x61\xbc\xfe\x6e\x71\xa6\xf5\x6d\xae\x49\x4f\xe0\xde\xd0\x59\x8e\xc2\x85\x4a\x65\xb8\x3c\x5c\xa8\x54\x86\xcb\x03\xce\x0e\x1d\x60\x1f\x70\x76\xe0\x83\x31\x21\xe0\xec\xc0\x76\xd9\x10\x70\x76\x98\x4e\xc9\x38\x3b\x4c\x07\x2b\xee\x0d\xc7\x69\x1e\xf7\x86\xe3\x4b\x85\x7b\xc3\x69\x9e\x09\x73\x97\xad\x01\xfa\xaa\xf0\x4a\xe3\xde\x70\xb2\x67\xc2\xdc\x35\x8e\xe1\xde\x70\x9c\x68\x71\x6f\x38\xc4\x78\x01\xf7\x86\x43\x04\x16\x70\x6f\x38\x4e\x05\xb8\x37\x1c\x5f\x3f\xdc\x1b\x4e\xa5\x97\x70\x6f\x10\x22\x07\xdc\x1b\x0e\xc4\x53\xc0\xbd\x01\x1b\xf7\x10\x70\x6f\x38\xd9\x1a\x50\xb9\x2e\x7a\x10\xf7\x86\xe3\x0b\x87\x7b\xc3\x29\x5e\x93\xf6\x39\xb5\x22\xc1\x0b\x2e\x47\x48\xf0\x7e\xa6\x02\x24\x78\xc1\xb1\x34\xa0\xe7\x88\xea\xc2\x60\xeb\x7c\xa6\x27\x90\xe7\xbd\xc4\x5c\x01\x79\x5e\xf4\xa9\x20\xcf\x8b\x2e\x94\xc8\xf3\x7e\x26\x06\xe4\x79\xa9\xf9\x3b\xb6\xce\x37\x46\x08\xf2\xbc\xe4\xe4\x86\x3c\x2f\xb9\x88\x22\xcf\xcb\x80\xf7\x70\x31\x4f\x2d\xaf\xc7\x16\x25\x6b\xd8\x10\x64\x9e\x79\x38\x46\x7f\x22\xcf\x2b\x2f\x6d\x40\x82\x57\x7c\x6f\x27\x14\xdc\xb4\x04\x05\xb7\xfd\x1d\x32\x49\x9f\x1f\xf2\xbc\x0a\x39\x11\x90\xe7\x55\x30\x4f\x40\x9e\x57\x89\x76\xc3\x94\x82\xa3\xb5\xc8\xf3\xf0\xf7\x08\x01\x79\x5e\xfb\x78\x7e\xc8\xf3\xda\x4f\xed\x52\x70\x96\xa0\xe0\x26\xb5\x23\xcf\x6b\x3e\xf7\x4f\x0a\x8e\xda\x91\xe7\xb5\x45\xbf\x20\xcf\x1b\xbe\x0f\xc8\xf3\xd8\xed\x19\xc2\xc7\x67\xec\x92\x67\x62\xd1\x1a\x19\xd7\x48\xf7\x06\x68\x3a\x7c\xd2\x73\xdc\xf5\x27\x3d\xe7\x35\xa5\xe7\xbc\x33\xb6\xa4\x3b\x47\x62\xdf\x30\x7f\x37\x4a\x0e\x38\x3b\xf0\x55\x8a\x10\x70\x76\x98\x4e\x6e\xb8\x37\x4c\x22\xe1\x80\x7b\xc3\x84\x11\x0b\xb8\x37\xe0\x1a\x15\x02\xee\x0d\x9f\x5d\x86\x7b\xc3\x72\xad\xc7\xbd\x61\x1d\xaf\x09\xeb\x05\x40\x0f\xb8\x37\x2c\xe3\x23\xdc\x1b\x70\x6b\x0e\x01\xf7\x86\x65\x9c\xb3\x64\xbd\x68\xde\x82\xf5\x72\x32\xc5\xa3\x6e\x19\x69\xe0\xec\xb0\x8c\x50\x70\x76\xc0\xb6\x3a\x04\x9c\x1d\x96\xd1\x12\xce\x0e\xcb\xb5\x10\x67\x07\x6c\xb9\x43\xd8\xb0\x7a\xf0\xe8\x61\xc3\xea\x19\x6b\xe3\xfa\x70\x5c\x2c\x70\x7d\x38\x00\xc3\x80\xeb\xc3\xf1\x11\xe1\xfa\x70\x7e\xea\xc3\xa1\xd5\x17\x00\x41\x5e\xb0\x3f\x11\xe4\xfd\xc4\x01\x08\xf2\x02\xc0\x30\x20\xc8\xcb\x81\x1a\x10\xe4\x65\x87\x0b\x82\xbc\x0c\xfd\x11\x10\xe4\x25\x23\xc5\x8b\x64\x5a\x76\x79\xb8\x69\xa5\x96\x9d\xd8\x11\xe4\x65\x97\x2a\x04\x79\xd9\x65\x05\x41\x1e\x9f\x92\x0f\x01\x41\x5e\xf2\x39\x20\xc8\xcb\x90\x44\x01\x41\x5e\x22\x99\x12\x10\xe4\xf1\x79\xfa\x10\x10\xe4\x55\xa2\xac\x17\x41\x1e\x3a\x91\xf0\x22\xc8\x43\x27\x12\x5e\x04\x79\x95\x09\xf3\x45\x90\x87\x62\x3a\xbc\x08\xf2\x2a\x13\xfb\x8b\x20\x0f\x75\x73\x78\x11\xe4\x55\xe8\x81\x17\x41\x5e\x65\xe2\x7b\x1f\x08\x2b\x52\x55\xef\x23\x61\x15\x29\x29\x38\x9c\x94\x10\x1c\x12\x29\xbe\x88\xf5\x7a\xf0\x5e\x24\xac\xb8\x26\x82\xbc\x0e\xe1\xf1\x22\xc8\xeb\x2c\xb7\xaf\x82\x3c\xa6\x82\x57\x41\x1e\xc0\xf7\x55\x90\xf7\x79\x15\x48\x29\xde\xb8\x57\x41\x5e\xf7\x9a\x90\x52\x4c\x52\xaf\x82\x3c\x48\xb0\x57\x41\xde\xf4\x9a\x90\x52\xf0\x9b\x2f\x82\x3c\x76\x9b\x85\x17\x41\xde\x80\xed\x7c\x11\xe4\x0d\x22\xb7\x17\x41\x1e\xe9\xfc\xf0\xe2\xe5\x30\x3e\xda\x8e\x97\xc3\x98\x1c\x43\xac\x37\x60\xce\x5f\xc4\x7a\x63\x71\x67\x8a\xf5\xec\x5d\xc5\x7a\x2c\x40\xaf\x62\xbd\xe2\x31\x48\x29\xe6\x82\xf7\x95\x94\xf2\x4c\x36\x93\x6f\xeb\x63\x33\x39\x93\xfe\x8b\xe8\xee\x5b\x5e\x85\x4d\xe1\x9b\xbe\x46\x74\xf7\x91\x77\x79\x11\xdd\x2d\xc2\x82\x17\xd1\xdd\x62\x81\x7d\x11\xdd\x2d\x28\x8e\x17\xd1\x1d\x5f\x7a\x0f\x2f\xa2\xbb\xed\x93\xc6\x78\x01\x97\x9e\xf0\x62\xbc\xb0\x21\x46\x5f\x8c\x17\xf6\xe3\x35\x3b\xc7\xe8\x17\x8c\x17\x76\xf0\xd8\xe4\x98\x77\xf6\x71\x8c\xd6\x62\xbc\x70\x37\xbf\xfc\xd9\x29\xf9\x8d\x72\x6e\xde\x8a\x9c\x1b\x37\x9d\xe4\xdc\xa8\x0e\x4f\x06\xb3\xa5\x2f\x9e\x0c\x87\xe9\xe5\xc5\x93\xe1\x66\x13\x7f\x95\xd0\x1b\xc2\x02\xbf\x78\x32\x1c\x6f\x0c\x4f\x86\xc3\x2b\xfd\x22\xba\xe3\x53\xf2\xe1\x45\x74\xf7\x14\xcf\x94\x73\x63\x40\x22\xba\x7b\xec\x78\x44\x77\x7c\xe9\x2c\xbc\x88\xee\x30\x13\x0a\x2f\xa2\xbb\xf0\x7a\x26\x9c\xdb\xeb\x99\x70\x6e\x24\xa0\x5e\x44\x77\x81\xd5\xfd\x45\x74\x17\x1a\xf7\x82\xe8\x2e\xb0\x9e\xbf\x88\xee\x02\xd1\xcb\xab\xe8\x8e\xf5\xfc\x55\x74\x37\x3d\x13\xce\x6d\x7a\x4d\x38\x37\x87\x92\xa2\x3b\x07\x9d\xa2\xbb\xcf\x7b\x81\x73\x9b\xd6\x00\xe7\xe6\x0b\x8e\xe8\xee\xf5\x05\x47\x74\xf7\xfa\x82\x67\x38\x37\x48\x94\x37\x23\x2a\xf4\xb5\x45\x90\x97\x59\xa5\x5f\x04\x79\x98\x57\x86\xf7\xc2\xa8\x5e\x21\x82\x5e\x04\x79\x7c\xb6\x2b\xbc\x08\xf2\x7e\xa6\x48\x04\x79\xb5\x79\x15\x04\x79\xf6\x8b\x82\x3c\x52\x32\x2f\x82\xbc\xe6\x80\xbc\x78\xa8\x37\x5f\x80\x8b\x87\x7a\x73\x4c\x28\xd6\xb3\xb5\x88\xf5\x7e\x26\x37\xc4\x7a\x9d\x85\xe4\x45\xac\x87\xff\x59\x78\x11\xeb\x75\xf8\xd4\x17\xb1\x5e\x67\x99\x7e\x2b\xa4\x1b\x11\xd1\x5b\x21\xdd\x20\x0b\x5e\x85\x7c\x4e\x28\x0a\xf9\xc8\x67\xbc\x0a\xf9\x88\xb2\x5e\x84\x7c\xdd\xbe\x46\xc8\xd7\x59\xa6\x5f\x84\x7c\xc3\x67\x8b\x58\x6f\x3a\xb2\x2e\x1e\xea\x33\x79\x95\x43\x89\xde\xbd\x78\xa8\x4f\x47\x6b\xc3\xc8\x96\xf8\xfd\xc5\x77\x81\x4f\x65\x85\x17\xdf\x85\xe5\x73\xc0\x77\x61\x41\x2a\xbe\x4d\x23\x5b\x8f\x69\x64\xcb\xbb\x82\xef\xc2\xfe\x2c\x49\x19\xd1\x4b\xf8\x2e\x9c\x4c\x8b\x14\xeb\xd9\x9f\x8a\xf5\xec\x4f\xc4\x7a\x21\x78\xd7\x8b\x12\xfd\x89\x58\x2f\xb8\x1c\x21\xd6\x33\x31\xf7\x22\xd6\x0b\x64\x22\x5e\xc4\x7a\xc1\xa7\x82\x58\x4f\x4e\xf8\x45\xac\x27\xb3\xfc\x22\xd6\x7b\x8f\x25\x68\x3d\x17\x58\xc5\x7a\x90\x21\xaf\x62\xbd\xea\x31\x68\x3d\x67\x8d\x0e\xad\x07\x8e\x7a\x11\xf2\x15\x97\x70\x85\x7c\xc5\x3b\x83\xd6\x73\x46\x51\xc8\x57\x68\x91\x42\xbe\xea\x7d\x1e\x8e\xf1\x8c\x10\xf2\x15\x17\x19\x84\x7c\x05\x32\xeb\x45\xc8\x57\x0c\x2e\x14\xf2\xf9\x4e\x2b\xe4\xf3\x19\x29\xe4\xfb\x7e\x47\x04\x17\x5e\x35\x7e\x4e\x2f\x68\xfc\xba\x93\x22\x1a\xbf\xe9\x74\x8d\xc6\x6f\xc2\x6f\xbe\x43\xdf\x55\x9a\x87\xc6\x6f\x3a\x31\xa0\xf1\xfb\x1e\xaf\xa2\x48\x8c\x6e\xc1\x20\x2f\x38\x69\x60\x90\x17\x7c\x60\x18\xe4\x05\x07\x1d\x06\x79\x66\x59\x5f\x0c\xf2\x82\xeb\x39\x06\x79\xc1\xf5\x1c\x83\xbc\x60\xd3\x31\xc8\x0b\x9f\xbf\x83\x69\xfa\xb8\x4f\x0c\xf2\x5e\x27\x6f\x5c\xf0\x92\x6d\xc7\x05\x2f\xd9\x9d\xb8\xe0\x99\xda\x7c\x71\xba\x4b\xcb\x6b\xc2\x26\x19\xe7\xe0\x74\x97\x9c\x22\x71\xba\x4b\xc6\x2b\x38\xdd\x25\xef\x1a\xa7\x3b\x73\xb5\x2f\x4e\x77\xc9\x97\x1f\xa7\xbb\xb4\xb8\x26\x4e\x77\xc9\x16\xe1\x74\x97\x8d\x30\x71\xba\xc3\xfa\x3e\xbc\x7e\x78\xc9\x68\xc9\x0f\x2f\x19\xd9\xf8\xe1\x25\xef\xd3\x0f\x2f\xfd\xdc\x27\x22\x31\x92\xb5\x2f\x1f\x5e\x12\xa8\xbd\x7c\x78\x69\x44\x8f\x1d\x4a\xb4\x1d\x21\xdf\xf0\xc5\x41\xc8\x37\x7c\x71\x10\xf2\x0d\x88\x84\x17\x21\xdf\x88\x9e\x79\xdb\x37\x9c\xa4\xf8\xf0\xd2\x70\x58\x23\xf2\x1b\xb0\xb2\x2f\x22\xbf\x91\xbc\x26\x74\x52\xe2\xae\x11\xf9\x8d\xc8\x13\x43\xe4\x37\x20\x20\x5e\x44\x7e\x23\x59\x3b\x1b\x8e\x7f\xee\x93\x0d\xc7\x4e\x8a\x88\xfc\xbe\xc7\xab\x40\xc5\xf8\xc4\x10\xf9\x1d\x17\x2e\x44\x7e\x7c\xb7\x2e\xbc\x88\xfc\x0e\x72\xb2\x17\x91\x1f\xfb\xcb\xc2\x8b\xc8\xef\x38\x7a\x10\xf9\x1d\x18\xd4\x17\x91\xdf\x71\x01\x42\xe4\x77\x48\x8c\xbf\x88\xfc\x8e\x4f\x0c\x91\xdf\x71\x5c\x23\xf2\x3b\xc3\x12\x54\xcc\xf0\x77\x50\x31\xd3\xda\xd9\x75\xeb\x78\xd9\x50\x31\x8e\x89\x0d\x15\xe3\x52\x85\xb3\x5e\x70\xd4\xe1\xac\xf7\xf3\x76\xe0\xac\x17\x5c\x9c\x70\xd6\x0b\xde\x19\xce\x7a\xc1\x49\x1f\x67\xbd\xe0\x52\x85\xb3\x9e\x59\x98\x17\xf7\xbc\xe8\xc4\x87\x7b\x9e\x82\x81\x17\xf7\xbc\x64\xd4\x8a\x7b\x5e\xea\x9e\x89\x1a\xca\xf8\x16\xf7\x3c\xd9\xdc\x17\xf7\xbc\x04\x53\x1f\x71\xc8\x33\xd3\x12\x71\xc8\x2b\x8c\xd6\x88\x43\x5e\x61\xb4\xc6\x47\xba\xa5\x52\x42\xf1\x74\x75\xec\x21\xe2\x90\x57\xe9\xcf\x88\x0b\x5e\x1d\x1e\x83\x52\xd9\x5e\x13\x4a\x65\x79\x4d\x28\x15\x50\x63\xc4\x05\xaf\xfd\xd4\x70\xef\x13\xf9\x61\x88\x38\xdd\x61\x61\x15\x22\x4e\x77\x23\xfd\x8e\x85\x7d\x88\x98\xe0\xf9\x02\x44\x4c\xf0\x06\x0c\x4e\xc4\x04\x6f\xd2\xf1\x11\x13\xbc\x0f\xe0\x1b\x31\xc1\x9b\x9f\xc7\xd8\xd0\x49\xfc\x17\x31\xc1\x9b\xcb\x6b\xc2\xa8\x6c\x7f\x07\xa3\xb2\xfd\x1d\xb4\x09\xd0\x25\xf2\x91\xa4\x4d\xb4\x14\x11\xd6\x6d\xeb\x43\x58\xb7\x49\xe5\x44\x84\x75\x78\x9d\x86\x88\xb0\x0e\x1f\xd4\x10\x11\xd6\x09\x17\x22\xc2\x3a\x01\x49\x44\x58\xb7\x89\x42\x22\xc2\x3a\xa1\x4b\x44\x58\x77\xaa\xc7\xd8\xd0\xc9\xd2\x11\x11\xcf\x9d\xed\x35\xd9\xb4\xf9\x7a\x2f\x90\x0c\xbc\x70\x11\x50\xe5\xb2\x12\x01\x55\xb2\x8f\x11\x50\x15\xa0\x69\x22\xa0\xea\xb5\x45\x00\x27\xbe\xb3\x1b\x22\xc0\x89\x2f\xf1\x85\x08\x70\xca\xc9\x33\x27\x25\xeb\x83\x48\x48\x9e\x79\xc1\x51\x06\x4b\x44\x10\x10\x46\x9a\x21\x82\x80\x70\x4f\x0e\x11\x04\x54\x89\xfb\x23\x08\xa8\xf2\x3a\x44\x10\x50\xed\x9e\x09\x91\x00\xdf\x1f\x41\x40\xc6\xcc\x11\x04\xd4\x98\x4c\x23\x08\xa8\x83\x95\x22\xae\x74\x3d\xfa\xbb\xc6\x31\x86\x3c\xae\x74\x9d\x08\x3a\xe2\x4a\xd7\x5f\xaf\x72\xdb\xd7\x87\x57\x81\x48\x70\x90\xe3\x4a\x67\x1a\x39\xe2\x4a\x37\x8e\x67\x02\xc2\x49\xda\x45\x5c\xe9\xc6\xe1\x9a\xb8\xd2\x4d\xd2\xc1\x31\x0b\xc2\x79\xa9\x32\x24\x83\x2f\x15\x8e\x75\xc3\x27\x8d\x63\xdd\x38\x96\x24\x12\x3c\x13\x22\x01\xbe\x3f\xea\x4a\x47\xc4\x17\x75\xa5\x23\xa5\x1d\x75\xa5\x3b\xd6\xc7\xce\xbe\xe2\x7d\x02\xd0\x7d\x62\xb8\xd2\x7d\x44\x91\x11\x57\x3a\xd3\xe4\x11\x57\x3a\xec\x69\x43\xc4\x95\x6e\x83\xf7\x22\xae\x74\xdb\x49\x0a\x57\xba\x9d\xe8\x79\x5c\xe9\x36\x4b\x63\xc4\x95\x6e\xb3\xa8\x45\x5c\xe9\x4c\xa8\x47\x5c\xe9\x54\xd5\x46\x5c\xe9\x54\xea\x46\x5c\xe9\xd4\x25\x47\x5c\xe9\x8e\xe3\x1a\x57\x3a\x97\x8e\x08\x02\xe2\x3b\xde\x21\x82\x80\xf8\x8e\x77\x88\x20\xa0\x87\x40\x2e\x82\x80\x9e\xca\x7d\x82\x80\x1e\x72\x1d\x11\x04\xc4\x57\xcb\x43\x04\x01\x05\xdb\x07\x02\x52\x2c\x1b\x41\x40\x11\x1e\x3d\x82\x80\xb0\xc3\x0d\x11\x04\xf4\x1e\xeb\x6b\x1c\xa3\x0d\x20\xa0\x68\x6b\x41\x40\xf1\xf5\x9a\xa0\x54\x9f\x18\x5b\x99\xa2\xa3\x15\x74\x14\x1f\xef\xe5\xb6\x2f\x06\xef\xf3\x50\xe2\x5e\x40\x47\x11\x26\x21\x82\x8e\x7e\x4d\x6b\xbf\x33\x25\x03\x9c\x22\x80\x24\x02\x9c\x22\x19\xca\x08\x70\xe2\x1b\x73\x21\x02\x9c\xf8\xa2\x43\x88\x98\xd2\x15\x5f\x9c\xa6\x68\xc4\xab\x28\x1a\xf1\x2a\x88\x46\x9c\x5a\x71\x9e\x63\xff\x4e\x88\x38\xcf\xf1\x0d\x87\x10\x71\x9e\x63\x13\x73\x88\x0d\x37\x34\x18\x9c\x88\xf3\x9c\x0c\x63\xc4\x79\xae\xb2\xbe\x46\x9c\xe7\x1a\xb1\x6f\xc4\x79\xae\x39\x94\x70\x9e\x6b\x0e\x3a\x9c\xe7\x1a\x44\x7d\xc4\x79\xae\x41\x71\x44\x9c\xe7\x9a\x43\xb7\x0b\xc2\xe9\x78\x9c\xe7\x64\x18\x23\xce\x73\xdd\x29\x19\xe7\xb9\xee\x12\x80\xf3\x5c\x77\xb1\xc0\x79\xee\x67\xb2\x19\x82\x70\xfa\x0c\xe7\x39\x53\x78\x11\xe7\xb9\x6e\x1c\x30\x00\xe1\x4e\x28\x17\x00\xf5\x41\x44\x1b\x71\xa5\x93\xb5\x8c\xb8\xd2\xa9\x56\x88\xb8\xd2\xfd\x4c\x13\xb8\xd2\x4d\xef\x13\x57\xba\xd9\xbd\xe6\x6d\xdf\xf2\xb9\x5f\x94\xd3\x97\x8b\xda\x45\x39\x7d\x39\x94\x70\xac\x5b\x3f\x57\xd9\xfc\xce\xfb\x3c\x94\xa8\xfd\xa2\x9c\xbe\xc9\x05\xc4\x8b\x72\x3a\x26\x2f\x21\xe2\x66\x77\x9c\xca\x71\xb3\xc3\x34\x31\x44\xb6\x2b\x05\xa7\x72\xb6\x2b\x61\x4c\x15\x22\xdb\x95\x82\x3d\xc8\x76\xa5\xe0\x34\xcf\x76\xa5\x17\x35\x46\x64\xbb\x12\xbe\x7e\x21\xb2\x5d\xa9\x00\xad\xe3\x04\xc0\x76\x4b\x00\xd8\xe6\xef\x00\xb0\xd0\x57\x91\xad\x4c\xa5\x59\x3b\xce\x65\x8e\x6b\xb6\x32\x35\xe4\x79\x91\xad\x4c\x0d\xfa\x23\xb2\x95\xa9\x11\x45\x46\xb6\x32\x4d\x47\x24\x5b\x99\xa6\xed\x63\x2b\xd3\x74\x64\xb1\x95\x69\x3a\xf5\xb0\x95\xe9\x73\x7c\xb2\x95\xe9\x23\xde\x8c\x6c\x65\x5a\x3e\x77\xb6\x32\xa9\x52\x8e\x6c\x65\x5a\x93\xde\x65\x2b\x93\x4a\xe4\xc8\x56\xa6\xed\x12\xe0\x56\xa6\xe4\x55\xdc\xca\xc4\xef\xdc\xca\x64\x98\xe5\x56\x26\xd0\x43\x74\x2b\x13\x18\x2b\xba\x95\xc9\xa5\x11\x04\x14\x40\x94\x11\x04\xf4\xfa\x8c\x40\x40\xaf\x93\x29\x08\x28\xd9\x4b\x4b\x94\x4a\x1b\x40\x40\xc9\xd1\x03\x02\xe2\x7b\x93\x21\xba\xcd\xe9\x58\x42\x14\xf0\x53\x3b\x08\xd6\xa8\xd5\x6d\x4e\xbe\x39\x6e\x73\xf2\xad\x72\x9b\x93\x6f\x07\x28\xa7\x18\x70\x82\x72\x0a\x1c\x7b\x04\xe5\x0c\x47\x0f\x28\x67\xa0\xe9\x88\xa0\x9c\xd1\x2c\x81\xe2\x0c\x58\x40\x39\xc3\x71\x0d\xca\x91\x7f\x8f\xa0\x9c\x2b\x57\xfd\xf3\x53\x32\x00\x68\x90\xd5\x8d\xec\x72\xc2\x5e\x3b\x44\x76\x39\x0d\x07\x32\xbb\x9c\x86\x81\x3e\xbb\x9c\x26\xaa\xcc\xc8\x2e\xa7\x49\xa6\x31\xb2\xcb\x69\x1a\xe8\xb3\xcb\xe9\x33\x1a\x64\x97\xd3\xb1\xe3\xd9\xe5\x74\xec\x40\x76\x32\x1d\x9b\xc0\x4e\xa6\x63\xe4\xcd\x4e\xa6\x63\x0c\xc4\x4e\xa6\x43\x92\x30\xb2\x93\xe9\xd8\x81\xec\x64\x3a\x3e\x22\x76\x32\x1d\x63\x74\x76\x32\x99\x6e\x4b\xec\x64\x3a\xbc\x70\x89\x9d\x4c\x46\xc2\x89\x9d\x4c\x87\x41\x90\x00\x47\x0a\xd0\x13\xe0\x28\xc0\x53\x26\xc0\x51\xf8\xf9\x1d\x20\x8e\xe1\x92\x00\x47\x61\x5b\x03\xae\x51\x0c\x89\x84\x7d\x78\xe0\x3e\x13\xc0\x29\x10\x11\x25\x80\x53\xd8\xd6\x7e\x91\x05\xdf\x47\x0c\x09\xe0\xf4\x26\x6b\xb8\xc0\x29\x56\xcf\x3c\x94\xee\x00\x49\xd8\x87\xab\x9f\x49\xd8\x87\x2b\xd0\x49\x80\xaa\x44\x64\x93\x00\x55\x89\xa8\x27\x81\x9c\x8a\x35\x80\x9c\x4a\xf2\x9a\x80\x3f\x5e\xe9\x04\x72\xe2\xc3\x60\x21\x81\x9c\x2a\x78\x21\x81\x9c\xea\xf0\x18\xc0\xf0\xa7\x76\xb6\xbb\x0c\xaf\xc2\x76\x17\x60\x7e\x02\x39\x55\x18\xf0\x14\xb4\x24\xa2\xaf\xf9\xf4\x6c\x23\x4e\x4d\xa0\x2a\xbe\x2a\x12\x12\xa8\x4a\xb5\x78\x02\x55\xa9\xf3\x4e\xa0\xaa\x8e\x9a\x26\x81\xaa\xba\xf5\x81\xaa\x8c\xca\x13\xa8\x6a\x64\x8f\x91\x6b\x9f\x5e\x85\xad\x22\x8f\xc7\x3a\x25\xee\x13\x54\x35\x89\xa7\x13\xdb\x95\xe6\xcf\x7d\x62\xf5\x83\x74\x2f\xbd\x22\x43\x7a\x82\xed\x4a\xdf\x4f\xe9\xb6\xcf\xa4\x56\x62\xbb\x92\xc9\xb0\xc4\x76\xa5\x8f\xe9\x25\xb1\x5d\xe9\x73\x0c\xb2\x5d\xe9\x63\x7a\x49\x6c\x57\xfa\x60\x73\x13\xdb\x95\xf6\xeb\x55\x40\x8d\xd1\x12\xa8\xd1\x27\xcd\x76\xa5\xcd\x82\x90\xd8\xae\xc4\x97\x3c\x42\x62\xbb\x12\x9f\xac\x08\x89\xed\x4a\x26\xca\x12\xdb\x95\xf8\x28\x53\x48\x6c\x57\x32\x7e\x4f\x6c\x57\xe2\xf3\x4d\x21\xb1\x5d\x69\x27\x8e\xb1\x5d\xc9\xd8\x3e\xb1\x5d\xc9\x68\x3e\xb1\x5d\x69\x83\x0c\x13\xdb\x95\x8c\xed\x13\x9f\xb3\xdd\x28\x27\x52\xb2\x7d\x96\x48\xb6\x27\xaf\x49\xb2\x1d\xec\x92\xd8\xca\x74\x88\x7d\x13\x68\xec\xf1\xcd\x01\x8d\x3d\xc5\xab\x60\x65\x54\xfd\x1d\xa9\x77\xa8\xc2\x04\x1a\x0b\xd0\x57\x09\x34\x16\x58\x1a\x13\x68\xcc\x65\x2c\x81\xc6\x02\x14\x55\x02\x8d\x85\xf9\x3b\x5f\x15\x09\x09\xa0\x16\x58\x27\x13\x40\xcd\x75\x32\x61\x2d\x2e\x43\x95\xb0\x16\x0f\xf0\x2b\x09\x10\x87\x5f\x72\x48\x80\xb8\x17\x72\x3c\x01\xe2\xb2\x83\x1c\x10\x87\x7b\x7f\x48\x80\x38\xbe\x89\x16\x12\x20\x8e\x6f\xbe\x85\x04\x88\x73\x57\x5c\x02\xc4\xe1\x9e\x1c\x12\x20\x8e\x8f\x0f\x85\x04\x88\xe3\x93\xf7\x21\x01\xe2\xf8\x1e\x5c\x48\x80\xb8\xec\xf4\x02\x88\xe3\x6b\x74\x21\x01\xe2\xb2\x13\x11\x20\xae\x14\x7f\x47\xc6\xde\x0e\x04\xc4\x55\x62\xa0\x04\x88\xfb\x99\x6c\x00\x71\x15\x3e\x2e\x01\xe2\xaa\x0f\x0c\x10\x57\x87\x77\xb6\xf8\x9d\xa5\x4d\xc9\x7b\x41\x91\x00\x8f\x97\xb0\x16\xaf\x44\x1a\x09\x6b\xf1\x1e\x2d\xbd\x94\xa8\x81\xdd\x51\xdd\x41\xc7\xee\xa8\x1e\xbd\x0a\x16\x41\xbe\x1c\xec\x8e\xea\x4e\x7c\xec\x8e\x9a\x60\x97\xc4\xee\xa8\x89\x8a\x23\xb1\x3b\x8a\xaf\x26\x87\xc4\xee\x28\xbe\xb6\x1c\x12\xbb\xa3\x26\x74\x52\x62\x77\x14\x5f\x69\x0e\x89\xdd\x51\x66\x1b\x12\xbb\xa3\xe6\xe3\x9d\x1d\x8e\x71\x26\xbb\xa3\x3e\x5f\x46\x76\x47\x7d\xbe\x54\xec\x8e\xfa\x7c\x01\xd8\x1d\xf5\x39\xd1\xb2\x3b\xea\x43\x70\x98\xd8\x1d\xf5\xf9\x52\xb1\x3b\xea\x03\x96\x26\x76\x47\x7d\xe0\x85\xc4\x16\xa8\xe5\x28\x60\x0b\xd4\x86\xde\x49\x6c\x81\xda\xc9\x33\xc9\x92\xfb\xf2\xb3\x05\x8a\xcf\x06\x85\xc4\x16\xa8\x9f\x17\x9c\x2d\x50\x6e\x00\x4e\x6c\x81\x3a\x2e\x55\x6c\x81\x3a\x4e\x3d\x6c\x81\x52\x7e\x98\xba\x20\xdc\x12\xdb\x4f\xd8\x7d\x99\x40\x78\x8f\x6f\x07\x28\x8e\x2f\x45\x86\x04\x8a\x0b\x4e\x52\xa0\xb8\x00\x0f\x9b\x40\x71\x01\x72\x29\x81\xe2\x82\xef\x11\x28\x2e\x26\x6b\x00\x68\x37\xef\x13\xa0\x0d\xe6\x49\xa0\xb8\x08\xc9\x90\x40\x71\xd1\xb6\x83\xe2\x62\xf1\x18\x68\xda\x3e\x03\xc5\x45\xd2\x82\x09\x14\x17\x7d\xa7\x41\x71\x91\x64\x58\x02\xc5\xc5\xec\xef\x2a\x67\xd2\x3e\x50\x1c\x5f\x9f\x0c\x09\x14\x17\x11\x5b\x26\xb0\x59\xf6\xed\x00\x9b\x65\xdf\x31\xb0\x99\x32\xd7\x04\x36\x33\x2b\x92\xc0\x66\x46\xbb\x09\x6c\xe6\x76\xb3\x04\x36\xab\xe0\xd9\x84\xd3\xb8\x5c\x72\xc2\x69\xbc\x82\x80\x92\x4e\xe3\x2e\x55\x3a\x8d\x4f\x4b\x24\x80\x5d\x1e\x70\x1a\x57\x3a\x9b\x74\x1a\x47\x81\x94\x70\x1a\x37\x50\x4d\x38\x8d\xcf\x5f\x33\xc3\x9f\x9f\x92\x31\x21\x9f\x4e\x9f\x7c\xa3\x56\x25\x5d\xe2\x1b\xb5\xcb\x89\x81\x6f\xd4\x2e\x87\x19\xdf\xa8\xdd\xcd\x63\x2f\x19\x5f\x8f\x45\x20\x2b\xb7\xc2\xbe\x26\xbe\xc8\x1b\x12\xfb\x9a\x7e\x86\x35\xfb\x9a\x8e\x0f\x1a\x68\x16\x8d\x03\x80\x66\x05\x79\x50\x02\x9a\xa9\x4b\x4e\x40\xb3\x66\x54\x00\x34\xc3\xff\x2c\x24\xa0\xd9\x74\x92\x12\x9a\x21\x71\x4a\x42\x33\xe4\x72\x09\x68\xf6\x46\x4b\x24\xdf\x8c\xb2\x80\x66\x09\x11\x5c\x02\x9a\x25\x63\x20\xa0\x99\x62\xaf\x24\xfc\x32\x22\x02\x7e\xe5\x69\x89\x04\x9b\x51\x0f\xf0\xab\xbe\xfe\x0e\x7c\xe2\x34\x0f\xfc\x1a\x4e\x9f\xc0\xaf\xe1\x4a\x0c\xfc\x1a\x4e\xec\xc0\x2f\x69\x8c\x44\x02\x4a\xf9\x53\xda\x6a\x96\x79\x0e\xc0\x2f\x53\xb0\x69\xab\x59\xf6\xd8\x8d\x1f\x1e\x97\x54\xc4\x7a\x7c\xe6\x26\x24\x93\x4c\xb6\x96\x4f\x34\x3d\xb6\xd6\x24\x93\x13\x26\x9f\x68\x7a\x20\xa5\x12\x49\x26\xbe\x62\x1c\x92\x89\x24\xaf\x62\x22\xc9\xe9\x93\x44\x12\x5f\x0a\x0f\x89\x44\xd2\xcf\xc4\x40\x22\x29\x19\xc3\x92\x48\x32\x25\x9a\x48\x24\xe5\xe0\x99\xc4\xe8\x28\x83\x13\x9f\x68\x2a\xd9\x1a\xd8\x92\x8e\xce\x20\x1d\x63\x74\x46\x01\x49\xa6\xfa\x73\xcd\x4d\x04\xed\x7d\x9a\xa0\xb9\xa5\xec\xa7\x96\xd0\x9e\x64\xf0\xd0\x47\x6c\x98\xc1\x43\x1f\x8a\x8b\x0c\x1e\xfa\x20\x27\x32\x78\xe8\x0b\x5e\x85\x78\x1a\x5a\x28\x83\x87\x3e\xa8\x98\x0c\x1e\xfa\xb6\x57\x21\xa6\xcc\xfe\x8e\x98\x92\x29\x2b\x83\x79\xdc\x9a\x92\xc1\x3c\x9b\xf6\x65\x30\xcf\x26\xf7\x90\xc1\x3c\x6e\x31\xc9\x60\x9e\x73\x3c\x86\x80\x93\x85\x2b\x23\xc1\x53\xb9\x94\x91\xe0\x3d\xa8\x07\x32\x12\x3c\x13\xea\x19\x09\x1e\x9f\xb3\x08\x19\x09\xde\xfb\x78\x67\x04\x5d\x3f\xc7\x08\xba\x86\xf5\x11\x74\xfd\x5c\x85\xa0\x8b\x54\x63\x46\x82\x87\xb9\x7e\xc8\x48\xf0\xf0\xe5\x0e\x19\x09\x5e\x26\x7c\xc9\x48\xf0\xf2\xf4\x4c\xb2\x1b\x20\xa0\x8c\x04\xaf\x82\x36\x33\x12\xbc\xca\x7b\x9b\x91\xe0\xd5\xed\x35\xc9\x6e\xa0\xa9\xcf\x48\xf0\xfa\xf4\x4c\xb2\x1b\xbc\xfd\x19\xbf\x3c\x29\xbf\x8c\x5f\xde\x8c\xd6\x6e\x50\x62\x7d\x04\x25\x8e\x09\xa5\x7b\xd9\xfa\x6e\xfb\x16\x69\xe4\x4c\x96\xe9\x3e\xa3\x3f\x3b\x25\x67\x12\x50\xd8\xf2\x84\xac\x95\x1e\x8c\x6d\x26\x01\xb5\x91\x97\x64\x55\x7d\xbc\xee\x59\x55\x5f\xb6\x3a\x92\x06\x44\x98\x99\xe4\xd4\x21\x26\xc9\x24\xa7\x0e\x6b\x76\xd6\x4a\x8f\x88\x36\x6b\xa5\xd7\xac\x1d\x69\x1b\xfb\x62\x32\x76\x79\x66\x8a\x33\x76\x79\x91\x98\x39\x63\x97\x17\x89\x7d\x33\x76\x79\x91\x0d\x9d\x19\xbb\xbc\x08\xbb\x93\xb1\xcb\x8b\x4c\x7c\x19\xbb\xbc\xe8\x0b\x87\x5d\x5e\x64\x1a\xcc\x78\xe2\x45\x87\x04\xf2\xbc\x08\x5b\x9d\x91\xe7\xc5\x6e\x7d\xac\xe7\xd0\x3b\x19\x79\x5e\x5e\xde\x19\xdf\x3b\x59\xde\x0b\x9e\x71\xb6\x01\x79\x5e\x86\x28\xc9\xc8\xf3\xca\xf6\x3e\x59\xf9\x99\xbc\x33\xf2\x3c\x79\xae\x9c\x5d\xf9\x79\xec\xc8\xf3\xf8\x9c\x52\xc8\xc8\xf3\x2a\xcc\x64\xce\xae\xfc\xb4\x16\x79\x5e\x05\x13\x64\xe4\x79\x12\x02\x19\x79\x5e\xf5\x45\x45\x9e\xd7\x7c\x46\xc8\xf3\x5a\xe2\x49\x23\xcf\xe3\x2b\x11\x21\x23\xcf\x6b\xc9\xda\x91\xb6\x65\xeb\x53\xda\x46\x2f\x21\xc1\x33\x62\xcf\x48\xf0\x3a\xf0\x39\x23\xc1\xeb\xe4\xb7\xf3\xc5\x35\x7d\x3c\x1e\x83\x39\x47\xbb\x90\x91\xe7\x4d\x84\x60\x19\x79\xde\x64\x79\xc8\xc8\xf3\xfe\x5f\xc2\xce\xec\x6a\x5a\x5d\x07\xa2\x29\x81\x67\x87\xe3\x31\xff\x10\xee\x3a\xec\xdd\xf7\xf1\xff\x1e\x59\x74\x03\x02\x0f\x92\xaa\x54\x9a\x3e\x27\xf4\x3c\x8b\x66\x32\xf4\xbc\xa9\x45\xd0\xf3\xe6\xf2\xc9\xf0\x5e\x5c\x0a\xa0\xe7\x21\xf1\xfe\x66\xc0\xa9\x89\x77\x96\x01\xa7\xa6\xe3\x1a\x70\x6a\x53\x50\x93\x01\xa7\x36\x9b\x7d\x06\x9c\xda\x2e\xde\x80\x53\x56\xe1\x65\xc0\x29\x0b\xb8\x33\xe0\x94\x82\x3a\xb9\x92\x39\xc7\x2d\xc8\x15\xea\x97\xef\xa5\x42\xfd\xc2\xd3\xcf\x15\x1d\x33\xc7\x4b\x95\xe3\xe4\x2f\xd1\xd2\xeb\xde\x8f\xec\xb1\x8b\x14\xe5\x4a\xaf\x8b\x14\xe5\x4a\x2f\x0e\x44\xa6\x5c\xe9\x05\x86\xcc\x94\x2b\xbd\x5e\x93\x72\xa5\x0c\x24\x9a\x29\x57\xca\x6c\xb7\x99\x72\xa5\xa2\x7d\x94\x2b\x15\x12\x25\x99\x72\x25\xfa\x07\xbe\x99\x46\xb4\xe3\x77\x8e\xcc\x2b\x29\xcd\x4c\x29\xd3\xc0\x33\xcd\x28\x86\x3f\xc4\x66\x19\xc5\xf0\xe7\xf5\x7e\x6c\xfd\x2e\x91\x28\x86\x3f\xaf\x57\x39\x1c\x79\x87\xcb\x11\x77\xff\x62\x97\xfa\xe0\xcd\xe7\x4e\x97\x4c\x47\x0f\x6a\xe2\xf4\x3e\x7a\x33\x6a\xe2\x21\xfb\xcb\x6f\x1b\x0b\xae\x21\xa8\x89\xc7\xea\xb9\xc2\x11\x77\x47\x4d\x3c\x4d\xaf\x42\xa9\x8f\xe3\x0c\x35\xf1\x84\x03\x98\x51\x13\xff\x62\xf9\x7f\x2f\xc9\x08\x8d\x67\x77\x0e\x84\xc6\x8b\xcb\x2e\x42\xe3\xc5\x7d\x59\xa1\x71\x12\xfc\x99\x2a\xa7\x4e\xa8\x9b\xa9\x72\x42\xb2\xf1\xcd\x54\x39\x49\x8d\xca\x43\x4f\xc3\x5f\xe2\x69\xe0\xc3\x66\x2a\x99\x96\xd3\x96\x4a\x26\xc1\x8d\x4c\x25\xd3\xa2\x9e\x26\x53\xc9\x74\x7e\xd7\x24\xb3\x55\xfc\x1f\x99\xad\xea\x1d\xf0\x34\x08\x83\x33\xd5\x4a\x17\x28\x27\x53\xad\x24\xc9\x28\x23\x26\x2e\x01\x29\x23\x26\x7e\xf1\x3e\x33\x0a\x0d\xef\xf6\x88\xf4\xc7\xf1\x97\xa4\x3f\x1c\x66\x28\x34\x64\xf2\xa9\x19\x85\x86\xdf\xb2\x8b\x42\x43\x76\x02\xa0\xd0\x50\xf5\x50\x50\x68\x68\xee\xa1\x28\x34\x34\x07\x08\x0a\x0d\xbf\x05\x13\x85\x86\x8a\xbf\x99\x51\x68\xe8\x4e\x7e\x14\x1a\xba\x5f\x0c\x85\x86\x8e\xdf\x98\x17\x29\x0e\x7d\xae\x0f\x64\x6a\x93\xd4\x41\xfe\x40\xa6\x26\x16\x90\xbf\x48\xa6\x4d\x07\xe4\x22\xc5\xe1\x96\xba\x48\x71\xe8\xab\x21\x26\x4e\xe3\xcd\x37\x23\x26\x2e\xd5\x2c\x23\x26\xbe\x1f\xaf\x82\xc2\xae\x9e\x14\x62\xe2\x07\x3c\x3d\x23\x26\x4e\x3b\xdb\x37\x23\x26\x7e\xdc\xa6\x11\x13\x3f\xfa\x6a\x5b\xb7\xc0\xff\xe1\x16\x38\x1d\x10\x13\x3f\xa0\xf9\x79\xc3\x78\xcf\x1e\xe9\x16\x60\x3b\x42\xe3\xd7\xed\x08\xa5\x05\x6b\xf2\x32\x4a\x0b\x96\xe0\x66\x94\x16\xe8\x29\xfe\x66\x94\x16\xe2\xf6\x08\xb7\x80\xfc\x6d\x3e\xb8\x05\x44\x32\xf9\xe0\x16\xb8\x94\xa3\xb4\x10\xdd\x98\x51\x5a\x30\xfa\xcb\x28\x2d\x44\xfd\x46\x94\x16\xa2\xe3\x0c\xa5\x85\x08\x7e\x92\x51\x5a\x88\x9b\xf7\x82\xd2\x42\x3c\xfe\xd2\xad\x9f\xf7\x82\xd2\x82\xf5\xab\xf9\xd8\x42\xcc\x27\x03\x34\xd7\x7f\x3f\x80\xe6\xfa\xf6\xa8\x30\x28\x53\x95\x51\x61\xa8\x5e\x13\xa9\x85\xdf\x68\x45\x6a\xa1\x39\x96\x90\x5a\x68\x8e\x17\xa4\x16\x2c\xbd\xc9\x48\x2d\x58\x3f\x97\x2f\xac\x6f\x12\x3a\xf9\x12\xf4\x3b\xb2\x94\x61\x00\xea\xcf\x17\xd6\xb7\x2b\xca\x65\xdb\x74\x3e\x20\xd1\x30\xb5\x1d\x89\x86\x69\x64\x81\x44\xc3\xf4\x5d\x23\xd1\x20\xdb\xab\x20\xd1\xb0\xa9\x35\x28\x8f\xdb\xe6\xcb\x11\x8c\x70\xc6\x60\x79\x60\x84\xc3\x4e\x2a\x0f\x8c\x70\x46\x5d\x79\x60\x84\x77\x7f\x49\xd4\x8f\x43\x56\x1e\x18\xe1\x70\x64\xca\x17\x1d\x75\xba\x91\xbc\xe5\x8b\x8e\xb2\x7c\x8f\x82\x7c\x43\x99\x7f\x2d\xc9\x05\x65\x87\xc2\x22\x55\x1e\xb0\xe8\xdf\x25\xc1\xa2\xa7\x0f\x46\x17\xad\xe3\x39\xf4\x05\x58\x30\x0b\x1a\x10\x93\xe4\x7f\x41\x03\x62\x92\x2d\x2b\x68\x40\x4c\x76\xe2\x82\x06\xc4\xc6\x43\x29\xb6\x5a\xf2\xa1\x6d\xb5\x44\x50\x5c\x90\xc4\xcb\xaf\xe7\x90\x6c\x84\xc6\x5e\x90\xc4\xcb\xaf\x57\x81\x8d\x7b\xbc\xc3\x20\x3d\xc0\x2b\x43\x12\x6f\xe0\x31\x14\x80\x24\x24\xa6\xdf\x02\x90\xf4\x44\x6d\x60\xb7\x05\xce\x28\x00\x49\x74\x0c\x7c\x0b\x40\x52\x44\x4a\xa5\x00\x24\x25\x02\xb5\x02\x90\x24\x75\xbc\x00\x24\x49\x40\x2f\x02\x49\xa4\x2a\x8a\x40\x12\x93\xa3\x00\x24\x75\xbc\xa5\x02\x90\x24\x2d\xac\x00\x24\x59\xef\x55\x00\x92\xa4\x54\x15\x80\x24\x2b\xa7\x0a\x40\xd2\xf2\xcd\x0b\x24\xe1\x1b\x16\x02\x27\x9a\x71\xbd\x05\xb0\xe8\xf8\x55\x00\x8b\x5c\x22\x0b\x60\x11\x6a\xc6\x6f\x89\x06\xbe\x9e\x43\xcb\x0b\x6f\xa9\x10\x1d\xbd\xf8\x39\x85\xe8\x28\x10\x55\x15\xa9\x7b\x4c\xe2\x22\x75\x8f\x6d\xa5\x50\xf3\x54\x48\x71\x94\xe8\x56\xe5\x55\xbe\x65\x1e\x0d\xdf\xb7\x40\xeb\x53\x3d\xaf\x40\xeb\x2b\x40\x6a\x05\x5a\x5f\x61\x99\x2f\x50\xf7\x3a\x51\x5c\x81\xba\xd7\xa7\xe7\xd8\x8e\x1c\x59\x50\xf7\x26\x39\xcc\x02\x75\x6f\x3a\xe1\xa0\xee\x4d\x6d\x80\xba\x67\x21\x47\x49\x6e\x47\x1e\x91\x71\xc7\x2d\x28\x50\xf7\xf6\xe3\x39\x04\x91\x58\x42\x0a\x60\xd1\x71\x29\x00\x2c\x3a\x0d\xdb\x01\x8b\x0e\x4e\x42\x01\x2c\xfa\xbd\x79\x8b\x97\x9c\x7f\x16\x2f\x81\x2f\x14\xa2\xa3\xe4\x7c\x20\x3a\xa2\x91\xf0\x5b\x88\x8e\x68\xc2\xfb\x16\xa2\x23\x3a\xf1\xbd\xc5\xe8\xc8\x51\x4e\x74\xd4\x96\x77\x60\x89\xcc\xde\x9d\xc2\x98\xec\xff\xec\xc0\xe8\xfd\xbe\x25\x72\x38\x3e\x89\x8e\xc6\xef\x9a\x9b\x23\xbe\x11\xc5\x4b\x72\xc7\x0b\xc5\x4b\x0b\x16\x55\x21\x72\x12\x12\x2d\x44\x4e\xba\x52\x85\xc8\xe9\xa0\xd3\x51\x88\x9c\x0e\x8b\x70\x29\x46\x16\xbc\x6b\x22\x27\x0b\xe2\x0b\x91\xd3\x2d\xde\x81\xc4\xa8\xcb\x6e\x61\x19\x5c\x1e\xb1\xd6\x11\xf3\x94\xc2\x5a\x47\xca\xaf\x14\x14\x92\x5d\x5f\xbe\xe8\x28\x5b\x81\x58\xbe\xe8\x28\x6f\x36\xd1\x52\x8d\x2c\x38\x57\x8d\x2c\x98\x63\x08\x3d\xe4\xd7\x5f\x12\x59\xbc\xfe\xf2\x5b\xeb\xfe\x73\xb9\xff\x58\x92\xd1\x80\x28\xf8\x7f\x45\x0d\x08\x27\x15\x1a\x10\xc2\x35\x45\x0d\x08\xa7\x11\x1a\x10\x93\x4c\x4c\xa1\xd5\xd2\xe3\x24\xa6\xd5\x52\x78\xbd\x0a\x7c\x01\x72\x83\xc5\x56\x4b\xec\x69\xc5\x56\x4b\xdb\x3b\x50\x7f\x8f\x3f\x5d\x68\xb5\x64\xc2\xbd\xd0\x6a\xc9\x2c\x4d\x69\x2e\x21\x7c\x94\x06\x1e\x4b\x55\x7d\x69\xe4\xce\xdc\x48\x00\x84\x10\xf7\x7e\x0b\x80\x50\x81\xf6\x56\x00\x84\x0a\x01\x50\x01\x10\x6a\xc1\xfb\x75\x8e\xb0\x0f\x40\xc8\xba\xb4\x02\x20\xd4\x5e\xef\x0e\x73\xd6\xfd\x15\x40\xa8\xfb\x31\x01\x84\x68\x06\xf4\x16\x00\xa1\x89\x57\x57\x00\x84\x2c\x5f\x28\x00\x42\xbf\x6d\x0c\x4d\xbc\xed\x40\x46\x13\xef\x90\xa6\x29\x68\xe2\x9d\xe6\x2f\xf1\x14\xc9\xe9\x97\xae\xa7\xc8\x93\xa1\x89\x67\x71\x77\x11\x2c\x72\xc9\x02\x2c\x4a\x24\x12\x0a\x60\x51\x8a\xde\x6f\x72\xc4\xe4\x00\x2c\x4a\xd1\xff\x6d\x8e\x98\x2a\x80\x45\xc9\x6d\x0c\xb0\x28\x39\x6d\x01\x8b\x32\xbe\x61\x01\x10\xaa\xfe\x12\x40\xa8\x02\x83\x14\x00\xa1\x06\xcc\x5a\x00\x84\x9a\x9b\x1a\x80\x50\xcf\x9e\x43\x24\x3f\x79\x0e\x2f\xcb\xed\x08\x5a\x9f\x2a\x05\x05\x5a\xdf\x70\xf3\x85\xd6\x37\xdc\x44\x81\x8e\x68\x9c\xff\x16\xa0\xa3\xe9\x42\x04\x74\xb4\x1c\x21\x40\x47\x0b\x36\x75\x01\x3a\xda\xbe\x4f\xa0\x23\x65\x35\x0b\xd0\xd1\x76\x82\x03\x1d\x49\x43\x2b\x53\x2f\xcb\x6b\xe2\x65\x1d\xaf\xc2\x12\xa2\x73\x01\x74\x74\x89\x5d\x0a\xd4\xbd\x37\x7a\x44\x6d\x1d\xc8\x4e\x91\xba\xb7\xbc\x03\xd4\x3d\x02\xe6\x02\x75\xcf\xf2\xa1\xa2\x0a\x39\xe0\x62\x81\xba\xb7\x9d\x71\x50\xf7\x14\xe7\x2c\x50\xf7\x8c\x2c\xca\xd2\x5d\xf2\x7f\xe0\x27\xc1\xff\x81\x4b\xb8\x35\x52\xbc\x34\x5d\x06\xd1\x80\x78\x7c\x9f\x68\x40\xa8\x9e\x57\xd0\x80\x88\xc0\x97\x05\x0d\x88\xa4\x93\x87\x06\x84\x40\x7c\x59\x46\xe8\x3e\x0b\x3a\x1d\xce\xaa\x45\x84\x4e\x32\xb2\x6c\x78\x29\x44\x8d\x65\xbb\x4e\xf0\xd4\x44\x5c\x0f\xc0\x63\x21\xe2\x12\x58\x2d\xb6\x6f\xda\xfe\x12\x60\x5c\x9f\x99\x88\xab\xbb\x31\x13\x71\x75\x17\x61\x22\xae\xa9\x0d\xb4\x6f\x3a\x50\x12\x0a\x3d\x9a\x7e\x3e\x33\x3d\x9a\x7e\xdb\x03\x11\xd7\xd7\x83\xf4\xdf\x4b\x32\xc1\x58\x02\x53\x2e\x04\x5c\x95\x60\xac\x10\x70\x55\xf7\x98\xe3\x54\x61\x48\x1c\xa7\x0a\x83\x95\x80\x6b\xfc\x8e\x9c\x2a\x98\x4e\xc0\x65\xbd\x7f\x21\xe0\x9a\x2e\x83\x04\x5c\x8b\x40\xa6\x10\x70\xad\xe8\xfd\xd0\x8c\x73\x52\x11\x70\x2d\x07\x24\x01\xd7\x76\xb9\x26\xe0\xda\x04\x78\x85\x80\xeb\x42\xad\x29\x04\x5c\xd7\x8f\x49\xc0\x75\x5d\x3e\x09\xb8\x6e\xf7\x97\xe4\xf1\x96\xbf\x44\x11\xcc\xad\x03\x7a\x5e\xd0\x53\x84\x9e\xa7\x3e\x44\x81\x9e\x97\x5d\x88\xa0\xe7\x65\x3d\x61\xe8\x79\x45\x1f\x1d\x7a\x9e\x1c\x84\x62\x7d\x92\xfe\x26\xb0\xd2\x60\x52\xd5\xc7\x61\x96\x38\x62\x98\xe1\x07\x54\x20\xa7\xc5\x92\x55\xa1\xe7\x39\x08\x2a\xf4\x3c\x5a\x43\xbe\x15\x38\xea\x74\xaf\x02\x7f\x86\x25\xb2\xa2\x08\x61\xcd\x53\x45\x11\x42\x1d\xba\x8a\x22\x44\xe3\x3b\x54\x14\x21\x66\xf3\xc9\xc8\xf7\x93\xb5\xac\x0f\xad\x73\x9a\xff\x63\xb9\xfe\x3d\x27\xcb\x75\xf1\x97\x8c\x33\x2d\x7a\x0d\x98\xb9\xfb\x8b\x6c\x21\x13\xa0\xbe\xe4\x99\x59\x96\xea\x0b\x0b\x9b\x25\xb9\xbe\x8c\x33\x12\x09\xf5\xa5\x6f\x49\xf6\x9a\x83\x23\x7f\x39\x39\xe2\x4d\xbc\x30\xad\xc9\x6f\xd6\x2f\x3a\xea\xa7\x7b\xbf\xef\x39\x15\x59\xaf\x2f\xcb\x99\x77\x08\x30\x91\x71\x58\x2a\x4d\x6a\x33\x71\x4d\x25\x3a\x52\x72\xb3\x12\x01\x55\xc6\x60\x25\x02\xba\x38\x10\x95\x08\x48\x29\xf3\x0a\xac\xd4\xe0\xcf\xd4\xe0\xbb\xf6\x0e\x6c\xfd\x44\x5c\x55\x58\xc9\x6f\x2b\xac\xd4\x3d\x07\xac\xe4\x97\x06\x56\xa2\x03\xf7\x5b\x85\x95\x70\x89\x6a\xc4\xf3\xc6\x37\xac\x5f\x74\xd4\xd5\x08\xaf\x91\xe4\x04\xac\x91\x1a\xd9\x36\x81\x05\x6b\x64\x2d\x60\x65\xa8\xd1\xb5\x80\xfb\xd1\x86\xa9\x55\xaf\x09\x1b\x9e\x65\xb0\x46\xd9\xf0\x5e\x93\x9c\x7e\xf6\x9a\x7e\x23\x7f\xf9\x8d\x89\x4b\x04\x54\xc1\x87\xd4\x8a\xa9\xe0\x43\x74\xe9\x7b\x2b\x2a\x78\x07\x32\x5b\xa5\x11\xed\x24\xe1\x51\xa1\xc4\x29\x8b\x5a\xa1\xc4\xe9\xdf\x56\x28\x71\x8b\x85\xbd\x12\x01\x59\xa3\x50\x2d\x5e\xf2\xbd\x10\x01\x1d\xea\x34\xeb\xaf\x67\x92\x47\xb8\x28\xbf\x67\xc1\x45\xd1\x76\xf0\xa1\x56\xfd\x25\x55\x09\x8e\x09\xf0\x21\xf5\x44\x2a\x11\xd0\x0c\x7f\xf1\x92\x2b\xc1\x91\xc2\xf4\x15\xe1\xef\xc7\x89\x83\xf0\x77\x65\xd1\xa8\xd0\xe5\x66\xf7\x28\xf3\x60\xbc\x40\x83\x23\xf6\xe5\x4a\x70\x64\xb9\x6c\x25\x38\x1a\x2e\x21\x99\x9c\x70\xf7\x7e\x4c\xf7\xdf\x11\x3b\xce\xf0\x0e\xe4\xf8\x96\xff\x63\x4a\x13\x68\x57\x83\x1c\x72\xb4\x15\xda\xdb\x6f\x6a\x12\xe4\x24\xbc\x82\x4a\x90\x73\xd8\x02\x2a\xc2\xdf\x01\x98\xa0\x16\x9f\xd3\x73\x0c\x25\x17\x22\xe0\x21\xeb\x03\x2b\xf0\x90\x15\x81\x15\xe1\xef\xe5\x27\xfa\x02\xa0\x64\xad\x54\xfd\x02\xa0\x74\x5c\x50\x08\x80\x04\x4c\x2a\x01\x90\x95\x3e\xf5\x0b\x80\xb2\xe4\xa4\xfa\x05\x40\xe9\x38\x3c\xbf\x00\x28\x1d\x98\xac\xf5\x0b\x80\xd2\x49\x9e\x4b\xb4\xe6\xdf\x1c\xa1\x0c\xe0\x52\x00\x3c\xf4\x1b\x82\xc0\x43\x97\xac\x7a\xfd\xa2\x9c\xa4\x78\x4a\xfd\xa2\x9c\xac\xbe\x47\xfd\xa2\x9c\x74\x1e\xff\x37\xbf\xa3\xe0\x11\xf6\xb9\x30\x54\xec\x5b\x3e\xf5\xe1\x88\xef\xfe\x45\x39\x89\x6e\xe7\x6f\xa5\x0d\x93\xd2\x49\xb5\x29\x68\x8a\x45\xb4\x61\x92\x28\x55\x69\xc3\x14\xc9\xe9\x57\xda\x30\x55\x68\x76\x95\x36\x4c\x8a\xc7\x56\xda\x30\x99\xec\xa9\xb4\x61\x5a\xaf\xbf\xfc\x0a\x2b\x36\x5e\x5d\x05\x3a\x32\x78\xaf\xa8\xe0\xcd\xe9\x55\xbe\x6d\x53\xc9\xac\x8a\x0a\xde\x22\x64\xad\x40\x47\xc1\xcd\xa9\x61\x9f\x63\xa2\x61\x1f\x5e\x6b\xfd\xa2\x9c\x64\x68\x5d\x3b\xdf\x6f\x7b\x8e\xef\xe7\x52\xde\xf9\x7e\x3e\x4b\xe7\xfb\x81\x44\xd4\x2f\xca\x49\xca\x78\x56\x94\x1d\x82\xdf\x1d\x65\x07\x89\xa6\x15\x65\x87\xf8\x7a\x0e\x76\x52\xf2\x88\x36\x45\xc4\x82\xb5\xdb\xa6\x08\x1b\x50\x6f\x98\xcd\xbb\x93\x70\x84\x74\x57\x51\x6f\x58\x14\xfe\x54\xd4\x1b\x74\x7b\x2a\xea\x0d\xab\xfa\xcb\xc8\x11\x6f\x10\xf5\x86\xf3\x78\x8e\x3e\x3e\xf8\x8d\x15\x89\x06\x53\x31\x15\x89\x86\xeb\x08\x19\xba\x36\x1e\x7d\xdf\x28\xb8\x71\x7d\x51\x4e\x59\x00\x73\xf5\x8b\x72\xca\x72\xe3\x1a\x7c\xa3\xe4\xdd\x37\xe7\xb0\x0f\x89\x86\xff\x3f\x35\x09\x47\x92\x75\x15\xec\x28\x00\xd9\x57\xb0\x23\x49\x01\x15\xec\xa8\x13\xc9\x54\xb0\xa3\xe7\x77\x8e\x96\x6c\xce\xf7\x2f\xca\x49\xd7\xd9\xf1\x45\x39\xe9\xbe\xfe\xaf\x7e\x47\x8e\xc8\xc9\x1c\x73\xbe\x7f\x04\xb9\xa4\x66\x77\x9d\xcc\xb1\xfb\x57\xf5\x5e\xfd\x82\xa3\x74\x1f\x1f\x9a\xe9\xe7\x52\xf7\x05\x47\xe9\x3e\xde\xfc\x70\x03\x86\xd2\x17\x1c\x25\x9b\xad\xd4\x2f\x38\x4a\x17\xa8\xaa\x7e\xc1\x51\xb2\xf5\x4a\xfd\x82\xa3\xa4\x44\x78\xfd\x82\xa3\x74\xfd\x98\x8b\xe1\xa9\x87\xb2\x30\xdd\x01\x42\x5d\x93\x20\x4c\xa5\xae\x29\xfc\xae\x42\xdd\x96\x93\x11\xf2\x5c\x80\x59\x50\x21\xcf\xc5\xdf\xdd\x27\x03\x99\xcf\x07\x79\x4e\xc6\x66\x85\x3c\xf7\xfb\x44\x90\xe7\x92\x8b\x22\xe4\x39\xbb\x7c\xd4\x8d\xf0\x08\x41\x4e\xdd\x74\x10\x73\xc9\xfa\x82\xa3\x2c\x7c\x52\xbf\xe0\x28\x2b\xa0\x5f\xbf\xe0\x28\x77\x27\xf1\x66\x79\x71\xe8\x6e\x96\x17\x37\x99\x8d\xba\x08\x19\xc6\xfa\x05\x47\xb9\x93\xbb\xae\x1b\xad\xe1\xea\xfd\x06\x47\x3c\xe7\xa6\x83\x98\x1b\xd0\x46\x6b\x58\xdf\xf0\x0b\x9c\xf2\x6f\x90\x6f\xf2\x63\xc1\xa3\xcb\x14\xe3\xee\xc7\xe9\xc7\x1d\x0e\xf9\x7e\xad\x3d\x4c\x3f\x28\x6a\xf5\x38\xfd\xb0\xef\x8b\x9c\xf2\x6f\x14\x1c\xa6\x9f\x5b\xce\x17\x39\xe5\xeb\x94\xfe\x22\xa7\x6c\x59\x4e\xfd\x22\xa7\x7c\xb7\xe7\x26\xd3\xd6\xfb\x2d\x26\xaa\x4f\xb6\x39\xf2\xc9\xbe\xe9\x17\x74\x19\x28\x5e\x0a\x04\x86\x95\xe2\x25\xf3\xda\x95\xe2\xa5\xa0\x5b\x40\xf1\x52\x00\x86\xac\x14\x2f\x05\xfd\x77\x8a\x97\xe8\xab\xf8\x56\x8a\x97\x82\x0e\x04\x2d\x9a\x32\x59\xd2\x4a\x8b\xa6\x4c\xca\xa1\x12\x39\x65\x4a\x84\x2a\x91\x53\x8d\x1e\x81\x67\xe8\xfb\x12\x39\x55\x23\x12\x22\x27\x9b\x31\x54\x22\xa7\x1a\xbd\xfb\xe1\xc8\x3b\x5c\x8e\xbe\x37\xd1\x28\x6c\xaa\x24\x97\x1a\x85\x4d\x8b\x85\xa1\x51\xd8\xb4\x00\x5d\x9b\x2d\x9a\xc8\x10\x37\x5a\x34\xad\xec\x55\x32\xbf\xbc\x1c\x15\x8e\x06\x47\x95\x5f\x26\x8e\x48\x46\xe2\xff\x35\xc8\x7a\x7e\x87\x66\x81\x52\xf3\xe8\x5b\x06\x8d\x0c\x1b\x64\xbd\xc2\x88\x6c\x90\xf5\x06\xa3\xa7\x41\xd6\x53\x04\xb6\xa1\x97\xa7\x80\x7e\x43\x2f\x4f\x09\xfb\x86\x5e\x9e\x02\xfa\x0d\xb2\x5e\x20\xe5\xd0\x20\xeb\x85\xdf\x1d\x88\xf0\x92\xe7\x20\xb3\x31\x92\x1b\x91\xd3\x83\x14\x70\x23\x3a\x7a\xa8\x66\x68\x44\x47\x0f\x31\x64\x7b\x61\x3c\xb1\x6a\xb4\x00\xe3\x89\x34\x4d\x0b\x30\x9e\x70\x12\x5a\x80\xf1\x44\x8c\xdc\x02\xeb\x19\x33\xae\x7d\xd8\x51\xb2\x40\xbd\x05\xd6\xb3\xe2\x35\x59\xca\xd3\x5f\x24\xb8\x16\x58\xe5\xb3\x37\x68\x5c\xc4\x47\x61\x95\x67\x98\xb5\x2f\xa8\x4a\x97\x8c\x5f\x0b\x2c\xe5\x7e\xf6\x2f\xa8\x4a\xe6\x30\x5b\x60\x29\x07\xdb\x6f\x81\xa5\x9c\xd0\xa5\x05\x96\x72\x72\x75\x2d\xb2\x94\x3b\xcc\x22\x4b\x39\x03\xb2\x45\x96\x72\x26\x5c\x43\x76\xdc\x36\x30\x2d\x52\x82\x8b\x5f\xd5\xbe\xa0\x2a\x07\xfc\x87\x86\x24\xb9\x2d\x5b\x1a\x92\xe4\x21\x78\x15\x96\xeb\xc7\xff\xb1\x5c\x17\xef\xce\x72\x8d\xef\xdb\x90\x16\x4f\x00\x18\x0d\x69\xf1\xc4\xd4\x6c\x48\x8b\x27\x87\x20\x41\x55\x72\x20\x23\x2d\x9e\xc8\x76\x36\xa4\xc5\x13\x99\xc2\xf6\x05\x55\x39\xf9\x9c\x5f\x50\x95\x53\xf0\x97\x95\x73\xbc\xa5\x2f\xa8\xca\x74\x0a\x7f\xdb\x17\x54\xe5\xe4\x34\xfa\x82\xaa\x9c\x7c\xbb\x5f\x50\x95\x53\xf0\x7f\x8b\x23\x9f\x65\xf3\x4b\x9f\x9a\x7c\x23\x4b\x48\x4b\x6e\x39\x9c\xcb\x6c\x39\x04\xf6\x2d\xb3\xe5\x78\x87\xcc\x96\xa3\x45\x99\x2d\x07\xef\xac\x65\x3c\x5a\x12\x4f\xed\x8b\x9c\x72\x85\x65\xde\xbe\xc8\x29\x57\x47\x48\x66\xcb\x01\xc2\x6b\x99\x2d\x87\xbc\x6f\xcb\x6c\x39\xc3\x73\x6c\x39\x78\xd7\x2d\xb3\xe5\x0c\x7f\x89\x37\xd8\x7d\x6a\xbc\x41\x17\x86\x4c\xd3\xca\xe1\xfd\x68\x5a\x49\x82\xa5\x7d\xb0\x52\xee\x8e\x9e\x0f\x56\xca\x56\xef\xb5\x2f\xe2\xca\x9d\x90\xb5\x15\x4a\xa1\xbd\x66\xa1\x14\x9a\x64\x41\xfb\x22\xae\xbc\x7c\xd7\x85\x88\xc4\x51\x50\xf0\xd8\x89\x5d\x5a\xa1\x14\xfa\x77\xbf\xce\x91\xff\x1b\x1c\xf1\x96\x80\x9c\xe8\x65\xfd\x36\x20\xa7\xf5\xbb\x1f\x5b\x6a\xf3\x0e\x6c\xa9\x70\xa3\x1a\x11\x97\x6a\x18\x8d\x88\x6b\xc1\xe1\x6f\x95\x7c\x31\x14\xb5\x56\x09\xfa\xc9\xfb\xb6\x2f\xe2\xca\xc6\x43\xad\xb2\xdd\xfa\x2c\xd5\xed\x96\x67\xa9\x7a\xbb\x7c\x69\x22\xae\xa3\x0d\x15\x69\x7f\xad\x25\xe2\xd2\x21\x6b\x90\xf5\x74\xdd\x1a\x64\x3d\x55\xb3\x5b\xa5\x6b\x25\x6c\x9a\x06\x59\xef\x92\xd2\x6c\x34\xbe\xbd\xa4\x8c\x1a\x8d\x6f\x2f\xf4\xd1\x46\xc4\x75\xa9\x7b\x6d\x44\x5c\x97\xf8\xa4\x11\x71\x59\x75\xdb\x88\xb8\xac\xd7\x6b\x44\x5c\xd6\xee\x36\x22\x2e\xeb\x81\x1b\x11\xd7\x3d\xfe\x12\x77\x02\xa4\xac\x11\x71\x59\x1d\xdc\x68\x7c\x7b\x71\x54\x1b\x5a\x7a\x32\xbb\x1b\x11\x97\xe0\x77\x43\x4b\xef\x5e\xef\x80\x3b\x11\xbd\x26\xee\x44\xfb\x2b\x71\xd1\x90\x24\x0f\xbe\x78\x64\xc7\x83\x3b\x07\xb2\xe3\x81\xe0\xb6\x21\x3b\x6e\x85\x5e\x43\x76\xdc\x76\x2e\x0d\xd9\xf1\x00\x39\xa9\x21\x3b\x1e\xc8\xb6\x34\x64\xc7\x43\xf3\x7f\x04\x2b\x7e\x5a\x64\xc7\xcd\x81\x35\x64\xc7\x7f\x7b\x21\xb2\xe3\xc1\x25\x12\xd9\xf1\x50\x7d\x32\xe4\xed\xaf\x77\xb8\x1c\x71\xee\x0b\xc6\x4a\xf6\xa3\x0c\xf2\x7f\xb0\x32\xdb\x00\x11\x25\xb0\x68\x5f\x30\x56\x7e\x8b\xcd\x17\x8c\x95\xea\x02\xf6\x05\x63\x45\x2d\xde\xf6\x05\x63\xc5\x06\x51\xed\x0b\xc6\xca\x6f\x59\x22\x18\x33\x03\xd7\x08\xc6\x2a\x6c\xd5\x46\x30\x56\xdd\xc1\x09\xc6\x2a\xfe\x58\x23\x18\xfb\x2d\x60\x04\x63\xd3\x21\x88\x26\xde\x72\x20\xa3\x89\xb7\xdc\x0c\xd1\xc4\x53\xb6\xa6\xa1\x89\xb7\xf0\x5a\x1b\x9a\x78\xbf\xe9\x8e\x26\xde\x6f\x61\x40\x13\x6f\xf9\xfd\xd0\xc4\x5b\xc5\x73\x8d\x23\xac\x45\x13\x6f\x91\xa2\x6a\x68\xe2\x29\x8c\xd3\x26\x01\xa5\x63\x62\x12\x50\xba\x14\xa0\x97\xb7\x48\x43\x35\xf4\xf2\x16\x5e\x6b\x43\x2f\xcf\xc0\xb7\xa1\x97\x67\x3e\xbc\xa1\x97\xb7\x1c\x4b\xe8\xe5\x2d\x17\x45\x64\xc7\x95\xad\x69\xc8\x8e\x2b\x46\xd3\x90\x1d\x0f\x6e\xa9\xc8\x8e\x07\x0a\x40\x1a\xb2\xe3\x01\x60\xb5\x01\x39\x85\xe5\x2f\xe9\xdc\x48\x5e\xb4\x01\x39\x29\x92\xda\x80\x9c\xc2\xf4\x0e\x40\xd3\xcb\xe7\xfc\x92\x1a\x51\x6b\x81\x9c\x64\xa7\x37\x60\xa5\xe8\x62\x8a\xb6\x78\x76\x32\xa2\x2d\x9e\xf1\x99\x1b\xfa\xe1\xc5\xf9\x80\x7e\xb8\xec\xed\x06\x74\xf4\x10\x63\xb5\x8d\xbe\xb6\xf7\xfb\xa2\xa3\xf6\xf3\xf8\x80\x95\xcc\xe9\x37\x60\xa5\xe7\x77\x77\xca\x81\xfd\x0e\x9b\x3c\xf3\xef\x97\x74\x9c\x73\x4c\x1c\x3a\xce\x11\x9b\xb5\x43\xc7\x39\xdf\xfc\x17\x39\x35\x65\x35\xdb\xc1\xa3\x75\x0b\x38\x78\xb4\x6e\x16\x87\xba\x49\x47\xeb\x81\x70\x48\xaa\xa2\xa1\x11\x7e\xfd\x2a\x47\xaf\xd5\x23\x70\x09\x37\x43\x70\xa5\x67\xf8\x2c\x7a\xb4\x3e\x0b\x1e\xad\x9b\x28\xb8\xd2\xe3\x36\x0d\xae\x54\x74\x9e\xae\x1e\x2d\xcf\x72\xf5\x68\xb9\x1f\xb8\x92\xe0\x7e\xbb\x44\xe8\xba\x83\x17\x8f\x56\x47\xe0\xe2\xd1\xea\xb1\x5f\xdc\x56\xdf\xd2\xc5\x6d\x75\x95\xba\xb8\xad\x7a\xf3\x17\xb7\xd5\xd9\x71\x71\x5b\xdd\x80\x2e\x6e\xeb\x7f\x23\xf9\xdf\x4b\xf2\xc5\xa3\x75\x67\xbc\x78\xb4\x4e\xf0\x8b\x47\xcb\x82\xd9\x1f\x3c\x5a\x16\xa2\xfe\xe0\xd1\x76\xcf\xe9\xd1\x0e\x8e\x70\xe6\xbb\x47\x38\xf3\x50\x5d\xfa\x83\xe9\x0c\xc8\xfe\x68\x7a\xe3\x08\xd3\x19\x3c\xfd\xc1\xf4\xee\xfd\x30\x9d\xcd\xa2\x3f\x98\xce\x07\xeb\x0f\xa6\x33\x20\xfb\x83\xe9\xcd\x23\xec\x63\x58\xf7\x07\xfb\x58\xce\xfa\x83\x7d\x64\x5e\xfb\x6b\xee\xd3\x23\x54\x5f\xe1\x6d\x74\x88\x7c\x96\x96\x77\x88\x7c\x6a\x4e\x74\x1a\x36\xa9\x39\xd1\x69\xd8\x14\xc8\x3e\x76\x1a\x36\x85\xdf\x55\xf0\xca\xa3\x47\x78\xe5\x3e\x35\x4d\x99\x2c\x85\xe9\x34\x65\xa2\x9b\xf4\xdb\x81\x9c\xcc\x8e\x77\x20\xa7\xe4\x1b\xa4\x61\x53\xea\x1e\xe1\xb1\x6b\x3b\x0d\x9b\x6c\x49\xd3\x69\xd8\x94\xb4\x9d\x86\x4d\xf4\x96\x7e\x3b\x0d\x9b\xec\x5f\xd1\x69\xd8\x94\x58\x30\x3b\x0d\x9b\x12\x79\xdf\x4e\xc3\xa6\xc4\x12\xd9\x69\xd8\x94\x58\x76\x3b\x0d\x9b\x12\xbe\x53\xa7\x61\x93\x8d\x74\x3a\x0d\x9b\x52\xf1\x39\xb1\x8f\xd4\x41\xa7\x61\x93\x22\x8d\x9d\x86\x4d\x82\x84\x9d\x86\x4d\xf4\xb9\x7e\x3b\x0d\x9b\x04\x09\x3b\x91\x53\xb9\x9e\xa3\xa9\x16\xa4\xbb\x4e\xe4\x54\xbd\x3b\x91\x53\x65\x7b\xef\x44\x4e\x95\x4d\xa6\xd3\xcc\xa9\xfa\x5e\x68\xe6\x54\xd9\xb8\x3a\x51\x55\xc5\xb9\xe8\x44\x55\x0a\xef\x77\xa2\xaa\xda\x3c\xb7\x39\xc7\x3b\xa3\x99\x53\x65\x93\xe9\x44\x55\x95\x00\xb6\x13\x55\x09\x6d\x76\xa2\x2a\x9b\xdb\x76\xa2\x2a\x5b\xab\x75\xa2\x2a\x39\xbd\x9d\xa8\xaa\x4f\x8f\x88\x3a\xd8\x3a\x3a\x51\x55\x27\xf5\xd3\x89\xaa\x3a\xe2\x3e\x9d\xa8\xca\x2a\xb5\x4e\x54\x45\x2f\xeb\xb7\x13\x55\xd9\xae\xad\x13\x55\x75\x08\xb1\x9d\xa8\xaa\x3b\x76\x89\xaa\xec\x73\xdd\x89\xaa\x3a\xc0\x55\x27\xaa\xb2\x2a\xa1\x13\x55\xc9\x32\xea\x44\x55\x82\x68\x9d\xa8\xaa\x83\x36\x74\xa2\x2a\xfa\x71\xbf\x9d\xa8\xaa\x43\xfc\xec\x44\x55\xd3\x77\x46\x54\x35\x1d\x91\x44\x55\xc2\x9e\x9d\xa8\xca\x86\xb9\x9d\xa8\x6a\x25\xaf\x49\xd4\x91\xbc\x26\x51\x07\x79\xe6\x4e\x54\xb5\x86\xbf\x24\xea\x60\x99\xef\x44\x55\xcb\x77\x4d\x54\xb5\x60\xda\x74\xa2\xaa\x05\x39\xb0\x13\x55\x2d\xca\xcd\x3a\x51\xd5\xea\xfe\x92\xa8\x8a\xc2\xad\x6e\x54\x35\xf6\x1f\x4b\x72\x37\xe0\x22\xdc\xeb\x06\x5c\x00\x6c\xdd\x80\x8b\xbd\xa9\x1b\x70\x41\xe5\xe9\x06\x5c\xc3\x87\xc6\x74\x3f\xa6\x01\xd7\xd4\x3c\x4d\xf7\x1c\xbd\xc6\x00\x22\x3a\x01\xd7\x21\x01\xde\x09\xb8\x0e\x61\x7e\x27\xe0\xba\xec\x77\x9d\x30\xca\x42\x80\x2e\x70\xe5\xd2\x53\xcd\x5a\xf2\xaa\x0d\xa3\x1c\xe4\x86\x51\xdb\x73\x84\x51\x04\xe8\x9d\x16\x4d\x4f\xf0\x97\x9b\x23\x9e\x93\x9a\xa7\xe7\xf7\x2c\x9f\x8f\x27\x67\xb9\x53\xf3\x64\xf9\x71\xa7\xe6\x49\xcf\xa6\x53\xf3\xf4\x10\x26\x76\x6a\x9e\x1e\xad\xa5\xe6\xe9\x61\x5f\xee\xd4\x3c\x59\x83\xd4\xa9\x79\x7a\x48\xb7\x74\x6a\x9e\x1e\x40\x83\x4e\xcd\xd3\x13\xbc\x7b\xe7\x0e\x3c\x35\xc0\xd5\x43\x56\xbd\x1b\x46\x05\xaf\x82\x7d\xaf\xf7\xc3\x3e\x98\xc1\x9d\x30\xea\x71\xf2\x13\x2b\x59\x5e\xdd\x69\xdf\xf4\x90\x60\xe9\xb4\x6f\xb2\x93\x6f\x37\x8e\xc2\xab\xeb\xc6\x51\xc3\x23\xe2\x28\xa7\x98\x71\x14\x81\x68\x37\x8e\x72\x53\x33\x8e\x72\x9c\x19\x47\x39\x7a\x8c\xa3\x96\xe7\x88\xa3\x9c\x46\xc6\x51\xc0\x74\xdd\x38\xca\xa9\x62\x1c\x45\xd9\x79\x27\x8e\x0a\x43\x8b\x88\x05\x1d\x91\xc4\x51\x01\x60\xa7\x1b\x47\x69\x91\x71\x94\x13\x8e\x38\x4a\xf5\xc3\x4e\x1c\x65\x87\xf1\x4e\x1c\x95\x01\x2c\x3b\x71\x54\x01\x23\xe9\xc4\x51\x05\x54\xa4\x13\x47\x95\xc7\x6b\x02\x3c\x5e\xaf\x49\xc9\x3d\xf0\x65\x27\x8e\x92\x93\xdd\x89\xa3\xec\x76\xde\x89\xa3\x0a\xe9\x81\x3e\x8c\x13\x3d\x77\xb9\x1f\xef\x9a\x18\xab\x38\x26\x88\xb1\x0a\xac\xf6\x4e\x8c\x55\x1d\x9f\xc4\x58\x36\xf3\xec\xc4\x58\xd5\xcd\x97\x18\xcb\x66\x4e\x9d\x18\xab\xea\x40\x10\x63\xfd\x36\x27\x62\xac\xdf\x06\x44\x8c\xa5\x4a\x63\x27\xc6\xaa\xcd\x5f\x12\x27\xe2\xf2\x75\x62\x2c\x3b\xcd\x74\x62\x2c\x65\x5f\x3b\x31\x96\xed\xa2\x3a\x31\x56\xd5\x81\x20\xc6\x52\x4a\xb6\x13\x63\xd9\x4a\xaa\x13\x63\x55\x62\x89\xbe\xb4\x8f\xb7\x0b\xad\xef\xb7\xfd\x2d\xed\xf3\x7f\xd8\xa0\x4b\x84\xee\xf8\x24\xa9\xd8\xd1\x1d\x97\xf6\xd6\xd1\x1d\x9f\xae\x36\xe8\x8e\x4f\xd7\x17\x74\xc7\xd7\xeb\x1d\x88\x13\xdd\x3a\xd0\x1d\x5f\xe7\x2f\xbd\xe4\x8e\xea\xc3\x42\x61\xad\xa3\xfa\xb0\xc8\xcb\x74\x54\x1f\xd4\x97\xea\xa8\x3e\xfc\x96\x5d\x54\x1f\x16\x00\x4d\x47\xf5\x61\x39\x35\x11\xe4\xb3\x6e\xbf\x23\xc8\xb7\xa6\x47\x84\xc8\x04\xe8\x1d\x45\x88\x05\x7e\xdf\x51\x84\x58\xee\xfc\x28\x42\x2c\xf7\x65\x14\x21\xd6\xf2\xee\x98\x7e\xbc\x1f\xa6\x5f\xaf\x82\xe9\x64\xa8\x3a\x8a\x10\xaa\x62\x75\x14\x21\x96\x8b\xc6\x31\x44\xe6\x7e\x88\xf5\xfd\xb6\x9c\x63\x0a\x80\xe7\x44\x2d\x42\x4d\xae\x8e\x5a\xc4\x72\xe7\x47\xac\x6f\x47\x8f\xb0\x6f\x79\x15\xed\xc3\xf6\xa3\x7d\xfe\x12\xfb\xf4\xea\x8e\xf6\x31\xcc\x8e\xf6\x79\x0e\xfb\x5c\xdc\x90\x24\x17\x96\xe8\x28\x49\x3c\x4e\x00\x94\x24\x1e\xa7\x18\x4a\x12\x8f\x43\x02\x25\x89\xc7\xc9\x81\x92\x84\x72\x37\x1d\x25\x89\xc7\x61\x8d\x92\xc4\xd3\xfd\x25\x6a\x18\x6e\x7f\x28\x49\x3c\x46\x40\x28\x49\x58\x10\xdf\x51\x92\x08\xc6\x4a\x28\x49\x04\x3d\xa9\x6b\x0a\x80\x71\x86\x5c\x79\xd8\x3e\xf5\xe1\x1c\xd6\x42\x07\x0c\x70\x17\x06\x74\x40\x3b\xaa\x0c\xe8\x80\x81\x51\x37\xa0\x03\x06\xd8\x0a\x03\x3a\x60\x58\xfe\x8f\x92\x58\xde\xd9\x80\x0e\x18\x87\xff\xa3\x24\x76\x78\xae\x72\xb4\x39\x6a\x1c\x15\x8e\x90\x63\x1f\xde\x1d\x56\x2d\x9e\xd4\x00\xf0\xb2\x1c\x7f\xa0\xd6\x17\xbb\x57\x91\x7d\xef\x11\x74\x47\x72\x9f\x03\xc0\x2b\x83\xd0\x0c\x00\xaf\xcc\xd2\x33\x50\xa7\xc8\xdd\x5f\xa2\xc8\xc7\x96\x33\x54\xe4\x23\x21\x37\x54\xe4\x43\x43\x71\xa8\xc8\x47\x22\x6f\xa0\xc8\x57\x48\xcf\x0d\x15\xf9\xae\xd7\x44\xed\xe3\x7a\x3f\xd4\x3e\x18\x83\x43\x45\x3e\x36\x8b\xa1\x22\x1f\xd9\xd5\xa1\x22\x1f\x11\xc9\xa0\x90\xaa\xc3\x32\x1a\x14\x52\x75\x30\xa0\x41\x21\x55\x27\xd9\x33\xa0\x0a\x0e\xe2\xe0\x41\x21\xd5\x60\xf1\x1e\x14\x52\x59\x05\x31\xa0\x11\xae\xea\xff\xa0\xaf\xb1\xe5\x0c\xd4\x29\x9e\xe8\x39\xd2\x3b\xcd\xfb\x91\xde\x61\xd3\x1e\xd0\x08\x1f\x3c\xd3\x01\x8d\xf0\x99\xde\x9d\xf4\xce\xf4\x2a\xa4\x77\xfc\xee\xd2\x08\x81\xf0\x06\x34\xc2\xe0\x97\x46\x9d\x22\x2c\x8f\x48\xef\x20\x2c\x36\xa2\xe9\x1d\xde\x92\x1a\xe8\x7e\x3f\x8a\xac\xec\xc7\x38\x28\xb2\x0a\xf3\xaf\x52\x91\x61\xfd\x15\x9e\xf0\xa0\xfe\x4a\x9f\x64\x50\x7f\x65\xd8\x3d\xa8\xbf\x0a\xdd\x73\x08\x8f\x4c\x1f\x65\x72\xc4\x90\xa7\xfe\xca\x66\xe0\x83\xfa\xab\xe0\x04\xa0\xfe\x4a\xef\x65\x20\xab\x1e\x58\x92\x07\xb2\xea\xc1\x89\x43\x6d\x96\xf9\xbf\x41\x6d\x96\x9e\xd4\xa0\x36\xcb\x1a\xf4\x41\x6d\x56\x21\xbc\x1c\xd4\x66\xd9\xa4\x65\xc0\x3e\x94\x9f\x3a\x60\x1f\x0a\x28\x0c\xea\xaf\x2e\xcb\xc4\xa0\xfe\xea\x6e\xef\x87\x2c\x37\x4b\xeb\xa0\xfe\xea\x6e\xaf\x82\x22\x18\xec\x81\x41\xfd\xd5\x85\x86\x36\x60\x1f\x3e\x84\x89\x03\x8a\xe1\xe3\x7b\xa1\xfe\xea\x71\x8a\x51\x7f\xf5\xe0\xf1\x0d\xea\xaf\x1e\x96\xeb\x01\xc5\xd0\x5e\xd6\x03\x8a\x61\xc1\x8f\x1b\x50\x0c\x0b\xe9\x8f\x01\xc5\xd0\x2e\x0a\x83\xfa\xab\x92\xbc\x26\xe9\x1d\x6d\xc8\xa4\x77\x9c\x2a\x99\xf4\x8e\xd6\x66\xd2\x3b\xbf\xa7\x26\xbd\xb3\xbc\x3b\xe9\x1d\xdf\x52\x21\x7d\x45\xa8\x3b\x0a\xe9\x2b\x97\xc8\x42\xfa\xca\xc5\xb4\x90\xbe\x62\x43\x1f\x85\xf4\xd5\xf4\x2a\xa4\xaf\xb4\xbd\x90\xbe\xda\x9e\x23\x7d\xc5\x36\x36\x0a\xe9\x2b\xdf\x7c\x21\x7d\xe5\xa8\x2b\xda\xc7\x3b\x2b\xd8\x37\xbd\x1f\xf6\x1d\x9f\x65\x93\x5c\xf2\x39\x0f\x47\xfe\xf2\x8b\xdb\x7e\x13\x8e\xb8\xed\x37\x22\x89\xdb\xa2\x6f\x9e\xb8\x2d\x92\x61\x1c\x00\x65\xe6\x92\x07\x40\x99\x3a\x2b\x03\xa0\x2c\xe2\xab\x0d\x22\x3c\xf5\x52\x06\x11\x5e\xd2\x06\x22\xbc\xe4\xec\x20\xc2\xb3\xc9\xf0\x20\xc2\xb3\xc3\xf1\x20\xc2\xb3\x66\x74\x00\x94\x25\x67\x07\x8a\x7c\xf1\xf1\x7f\xa4\x85\xa6\x4f\x46\x5a\xc8\x39\x0d\x50\x66\xa9\xd6\x00\x28\x4b\xce\x2a\xc0\xb0\xe4\x42\xd4\x4c\x6d\x79\x44\x6a\xcb\xb5\x00\x30\xcc\x36\xc6\x03\x30\xcc\x1e\x38\xa3\x99\xda\xf2\x1c\x36\x6c\xcf\x61\x83\xa3\x1c\x30\xac\xba\x44\xd2\x3c\xaa\x3a\xfb\x69\x1e\xa5\x97\x3c\x68\x1e\x55\x7d\xd7\x34\x8f\xaa\x6e\x7f\x34\x8f\xaa\x2e\x7c\x34\x8f\xd2\xdb\x1d\x34\x8f\xd2\x63\x1f\x50\x0c\x6d\x4b\x36\xa0\x18\xea\x4f\x0f\x28\x86\x76\x15\x19\x50\x0c\xab\x0b\x2d\xcd\xa3\x6a\xf7\xdc\x67\x83\x22\xb0\x43\xfa\xa1\x6f\x5e\xfa\x21\x64\x89\x01\xfd\xb0\x03\x2e\x0e\xe8\x87\xff\xf9\x8f\x7f\x2c\xc9\x30\x13\x3b\x7e\xf1\x80\x99\x38\xc0\x0f\x07\xcc\x44\x85\xd4\x07\xcc\x44\x3b\x9d\x0d\x98\x89\xdd\x3d\x14\x66\xa2\x3d\x9b\x07\xcc\x44\xab\x5d\x86\xcd\xa3\x08\x9c\x06\xcd\xa3\x3a\xa8\xe7\xa0\x79\x54\xc7\xbf\x1d\x34\x8f\xea\xee\xc4\x34\x8f\xb2\x5f\xda\xa0\x79\x54\xc7\x6f\x1c\x34\x8f\xb2\xd7\xf3\x18\x98\xae\x57\x30\x30\x1d\xbc\x79\x4c\xec\xa3\xe0\x71\x4c\xb2\x5e\xbe\xce\x89\x7d\xf8\xda\x63\x82\xb5\xbb\x91\x20\xab\x6e\xd9\xf2\x40\x56\x5d\xdf\x7e\x20\xab\xbe\xb6\xbf\x24\xf5\xa3\x77\x86\xac\xfa\x72\x81\x46\x56\x7d\xb9\x9c\x21\xab\xbe\xb4\x88\xda\x2c\x3d\xef\x41\x6d\xd6\xd2\xe3\xa3\x36\x6b\xb9\x28\x52\x9b\xa5\xaf\x3d\xa8\xcd\xb2\xf5\xec\xa0\x36\x6b\x39\xc5\xa8\xbf\xd2\xd7\x1e\x48\xa7\x2f\x32\x77\x03\xe9\x74\xe3\x8c\x01\xc5\x70\x91\x6f\x1c\x4a\xa7\x6f\xff\x87\x0d\xfa\x55\x4a\xa7\xeb\x49\x29\x88\xae\x37\x01\x71\xf0\xc0\xf0\x18\x10\x07\x8f\x13\x0e\xe2\xe0\x71\x8a\x41\x1c\x3c\x4e\x62\x88\x83\xc7\x69\x04\x71\xf0\xe8\xd9\x40\x1c\x3c\x4e\x0e\x88\x83\x96\x13\x0c\x88\x83\x97\xc4\xcc\x80\x38\x28\x01\x69\x40\x1c\xb4\x77\xf6\x20\xfe\x7a\xa2\xff\x23\xbd\xe3\x16\x47\xfc\xf5\x64\x9f\x8c\xf4\x8e\x4b\x08\xf1\x97\x05\x20\x83\xf8\xeb\x49\x3e\x0b\xe9\x1d\x27\x1c\xf1\xd7\x43\x9e\x72\x10\x7f\x3d\x2e\xf3\xc4\x5f\x0f\xaa\x0f\x83\xf8\xcb\xda\xd6\x41\xfc\xf5\xc0\x36\x19\xc4\x5f\x8f\xfe\x26\xf1\xd7\x03\x73\x69\x1c\xd3\x57\x3c\x27\xf1\xd7\xe3\xb6\x42\xfc\x65\x55\xdc\x20\xfe\x7a\xc8\xe9\x0f\xe2\x2f\x7b\x58\x0e\x89\x83\x8e\x09\x88\x83\xbf\xc5\x1b\xe2\x60\x24\x51\x32\x24\x0e\x3a\x8f\x20\x0e\x46\xb8\x19\x03\xe2\x60\x24\xc1\x32\x24\x0e\x1e\xff\x47\x8a\xca\x11\x02\x71\x30\xc2\x7f\x1f\x10\x07\x23\x09\xb2\x61\xc9\x95\x23\x0b\xe2\x60\x70\x65\x80\x38\x18\x5d\x7b\x20\x07\x06\xd7\x17\xc8\x81\x36\xda\x18\x90\x03\x03\xde\xf5\x84\x1c\x68\xf7\xc9\x09\x39\x30\xc3\x16\x9a\x90\x03\xed\xc0\x33\x21\x07\x2a\x1a\x3c\x21\x07\x66\x80\xc7\x09\x39\xb0\xc0\x83\x9e\x90\x03\x4b\xf0\x2a\xa4\xa1\x48\x5b\xce\x87\x34\x14\x1e\xfb\x7c\x10\x73\x20\xc9\x37\x1f\xd2\x50\xc1\xab\x90\x86\x0a\xfe\x8f\x34\x54\xfc\x8b\x71\x31\x1f\x32\x54\x41\xf3\x0e\x7f\xf3\xa1\xcd\x50\x7d\x9f\x6f\xbe\x64\xa8\xc8\x99\xce\x97\x0c\x15\x83\x7c\x7e\xe1\x57\x29\x4c\x95\x89\x56\x85\x55\x7f\x13\xad\x0a\xe5\xf2\x26\x5a\x15\xaa\x04\x4f\xb4\x2a\x54\x10\x9e\x68\x55\x28\x7b\x32\xd5\xaa\xc0\xaf\x9a\x68\x55\x18\x7e\xcd\x97\x2c\xd4\xf6\x88\x2c\x14\x7e\xce\x7c\xc9\x42\xe1\x23\xcc\x97\x2c\x14\xbe\xe1\x0c\x64\xa1\x18\x4a\x93\x6a\xac\xca\xf6\x30\x03\x59\x28\x96\xa5\x19\xc8\x42\x4d\xff\x47\x16\x0a\x7f\x73\x06\xec\xc3\xc7\x9b\x41\xfb\xb8\x5f\xc0\x3e\x86\xd9\x0c\xd8\xc7\x86\x37\x03\xf6\x1d\xff\x87\x7d\xf8\x63\x33\x60\x1f\x3e\xde\x0c\xd8\xb7\xfc\x1f\xf6\x1d\xef\x80\x7d\x0e\xc1\x80\x7d\xf8\xb7\x33\x62\x1f\x9b\xe1\x8c\xd8\xc7\x22\x3c\x23\xf6\xb1\x01\xcd\x88\x7d\xcb\x5f\x62\x1f\x9e\xd4\x8c\xd8\x77\xfc\x1f\xf6\xb1\x91\xcc\xa8\x7d\x7c\xb1\xa8\x0d\x58\x14\xb1\xe1\x78\x4e\x1b\xfc\x1f\x8c\x12\x90\x81\xf9\xc5\x4a\x65\x36\x9f\xfa\x72\xc4\x77\x48\x34\x47\xc0\x73\x9b\x89\xe6\x08\xdb\x23\x9b\x23\x70\x15\xab\xb8\xd8\x7c\xe7\x07\x7f\x15\xbb\x9f\xcc\x64\x3a\xc9\x6b\x36\xce\x61\xfb\x17\x2b\x95\x0d\x57\x7d\x7e\xb1\x52\xd9\x44\x1d\xf3\x8b\x95\x8a\x12\xb4\xf3\x8b\x95\x8a\x3d\x54\xe6\x17\x2b\x15\x85\x94\x66\x32\x9d\xe4\xd1\xe5\x7f\xbc\x89\x2f\x56\x2a\x9b\xcc\xf2\xfc\x62\xa5\xb2\xc1\x25\xe6\x17\x2b\x95\xed\x1c\xfb\x62\xa5\xb2\x5f\x8f\x12\x47\xcc\x9c\x2f\x56\x2a\x9b\x45\x6a\x66\xec\x73\x36\x66\xec\x63\x29\x9f\x19\xfb\x1e\xff\xa7\x7d\xbc\x89\xac\x7d\x8c\x9e\x8c\x7d\x8f\xcf\x89\x7d\x2c\x9f\x33\x63\x5f\xf2\x7e\x87\x73\xfe\x0f\xfb\xd8\x8a\x67\xc1\x3e\xb0\x8e\x59\xb0\x8f\x5c\xf9\x2c\xd8\xe7\x42\x54\xb0\x8f\xfc\xfb\x2c\xda\xe7\x55\x48\x97\x39\x53\x8b\xe9\x32\x9e\xa5\x90\x2e\xc3\xf3\x9e\x85\x74\x19\x00\xe2\x2c\xa4\xcb\xa6\x57\x81\x3f\x3d\x3c\x87\x6e\xcd\xf0\x7e\xa4\xc4\x5c\xa0\x2b\x69\x2f\x72\xe5\xb3\x92\xf6\x22\x0a\x98\x95\xb4\x17\x8c\xa0\x59\x49\x7b\xb1\xa9\xcd\x0a\xb3\x07\x27\x68\x56\x98\x3d\xae\x1a\x15\x66\x0f\x49\xa9\x59\x61\xf6\xb8\xbe\x54\x98\x3d\xae\x28\x88\x4e\x7c\xad\x91\xff\xbd\x24\xab\x47\xe1\xf4\x53\x8f\xc2\x45\x03\x3d\x8a\x48\x66\x72\xa2\x47\x11\x9d\xc4\xe8\x51\x44\x17\x14\xf4\x28\xd4\xc1\x9a\xe8\x51\x44\x97\x41\xf4\x28\xac\xcd\x9a\xe8\x51\x44\x27\x1c\x7a\x14\xd1\x85\xaf\x91\xf1\x23\xcc\x9f\x8d\x8c\x9f\xe6\x35\x32\x7e\xee\x69\x8d\x8c\x1f\x7e\xe3\x6c\x64\xfc\xfc\x7c\x88\xfc\xa9\xd0\x35\x11\xf9\x8b\x2e\x4b\x88\xfc\xc5\xe9\x73\x62\x9f\x8b\x46\x33\xe3\x87\x7d\xcd\x06\x8c\x5c\x13\x91\xbf\xec\x96\x83\x90\x5f\x26\xd9\x33\x11\xf2\xfb\xed\xbd\x08\xf9\xd9\x4b\x77\x22\xe4\x67\x43\xd2\x89\x90\x5f\x75\xe8\xa2\xc1\x27\xd0\x32\xd5\xe0\x73\x61\x57\x83\x4f\x3f\x00\x0d\xbe\xe2\x32\x88\xce\x5e\x83\xe1\x3b\xbf\x68\xa5\xaa\x27\x37\xd1\xd9\x6b\x0e\x79\x74\xf6\x9a\x13\x0e\x9d\xbd\x86\xd7\x33\xd1\xd9\x6b\x4e\x15\x74\xf6\x9a\x13\x15\x9d\xbd\xf6\x7a\x34\xc9\x1b\x7a\xf7\xc5\x11\x6f\xe9\x8b\x56\x6a\x87\xc8\x37\xd1\xe0\x93\x21\x30\x87\xf9\x46\x6c\xa7\x8e\xca\x3e\xd0\x73\x9a\x6f\x64\x79\xb1\x8e\x0a\x3f\x6e\x4e\x3a\x80\xb8\x08\x4f\x84\x9b\xdc\x9c\xbe\x68\xa5\xda\x80\x67\x4e\x3a\x80\x54\xcf\xd1\x01\x84\xec\xf1\x9c\x88\x33\x01\x08\xcd\x2f\x96\xa8\xbf\x85\xe8\x03\x84\xea\x6f\x09\xf9\x00\xa1\xfa\x5b\xce\x20\xdd\xc9\xa2\x9f\x90\xee\x6e\xf7\x1c\x5a\xc3\x00\x50\x13\xd2\xdd\x75\xd4\xa1\x9e\xf7\xb8\x80\x2d\x32\x9a\x40\xa2\x13\xf5\x3c\x3d\xf6\x89\x7a\xde\xe3\xb6\x82\x7a\xde\xe3\x48\x46\x3d\xef\x71\x93\x41\x3d\xef\xd1\x22\xd4\xf3\x1e\xe7\x18\xea\x79\x8f\xf3\x4f\x2d\x07\xa2\xb8\xa9\x96\x83\xf3\x0f\x2d\x87\xc7\x39\x8d\x96\xc3\x43\x3a\x69\xa2\xe5\xf0\xe8\x04\xa1\xe5\xf0\xb8\xf4\x48\xc8\xf3\x8b\x49\xc8\x5b\xfe\x0f\xfb\xfc\x62\x12\xf2\x88\x0c\xa7\x84\x3c\x57\x14\x09\x79\x7e\x69\x08\x79\xea\x66\x4c\x09\x79\xfa\xa2\x12\xf2\x48\x39\x4c\x09\x79\x3e\xa7\x84\x3c\x62\xdd\x29\x21\xef\x7a\x2e\x91\xb4\xe1\xee\x87\x8c\xad\x4b\xe4\x17\x75\x34\x3d\xef\x09\x59\x2f\x68\x11\x64\xbd\xe8\xd6\x08\x59\xef\xb7\x98\x1e\xd2\xb2\x8e\xc1\x43\x5a\xf6\xfa\x64\xa4\x65\x5d\x27\x0e\x69\xd9\xa3\x0d\xa4\x65\x75\x3f\x0f\xf6\x11\x75\xcc\x2f\x22\x69\x5f\xbc\xf0\xef\x25\xf9\x62\xba\x93\xff\x6a\x3a\x8f\x72\x35\x1d\x83\x2e\xc9\x6a\x7d\xa0\xab\xe9\x3c\xe6\x25\x23\xed\x50\xba\x98\xee\x12\x72\xc9\x48\x93\x64\x98\x57\xd3\xf9\x44\x5f\xb0\xd2\x0a\x34\xbb\x79\x51\x04\xab\x5e\x13\x45\x30\x32\x77\xf3\xa2\x08\xe6\x2e\xf6\x05\x32\xad\xb9\xfb\x7d\x81\x4c\x53\xc3\x77\x7d\x81\x4c\x53\xc4\x66\x7d\x81\x4c\x6b\x40\x4e\xeb\x0b\x64\x5a\x83\x7f\xbb\x1e\xd4\xc2\xc8\xa7\xae\x2f\x90\x69\x03\xcf\x66\x7d\x81\x4c\x1b\x8f\x57\xf9\xec\x53\xc8\x6f\xa1\x0f\x21\xc9\x7c\xa1\x0f\x21\x1d\x7d\xa1\x0f\x21\x71\x7d\xa1\x0f\x71\x79\x2f\x4b\x7d\x88\xeb\x2f\xe1\x61\x42\x16\x5a\xe8\x43\x3c\x6c\x39\x0b\x7d\x08\xa7\xc3\x42\x1f\xc2\x29\xb6\x5e\xb3\xd5\xdc\x01\x7d\x08\xa7\xf4\x42\x1f\xe2\x61\x93\x59\x2f\xd9\x6a\x26\xf1\x7a\x69\x22\x49\xde\x77\xa1\x1d\xf1\x6a\xfb\x4b\xb6\x3a\x7b\x8e\x6c\x35\xa5\x29\x0b\x5d\x89\x42\xc5\xd5\x42\x57\xa2\x64\xff\x37\xf8\x25\x6f\x17\x5d\x89\xe2\x77\x80\xe4\x27\x87\x64\x41\xf2\x7b\x1e\x6d\x38\x1c\xf9\xd4\x97\x5f\x72\x4d\x48\x7e\xf2\x4b\x16\x24\x3f\xd5\xfa\x16\x24\x3f\x35\x75\x97\x95\x53\x0c\xf9\x65\xe5\x14\x13\x67\x41\xf2\x93\xdd\xb2\x20\xf9\xb9\x28\x2e\x48\x7e\xf2\x59\x16\x44\x3e\x59\x31\x0b\x22\x9f\x6c\x93\x05\x91\xef\x09\xde\x1d\x1b\x82\xbf\xc4\x86\xe8\xdd\xb1\x01\x06\xec\x82\xc8\xf7\x40\x85\x5c\x10\xf9\x1e\x36\xc3\x05\x91\xef\x85\x9d\xbe\x2c\x81\x62\x21\x5a\x96\x40\x01\xc8\x2e\x88\x7c\xf6\x5a\x5f\x90\xf5\xec\x26\xbd\x20\xeb\xd9\x31\x7a\x41\xd6\xb3\x8e\x71\x41\xd6\x0b\xbf\x3b\x2c\x8e\x78\x9f\x94\x40\x05\x18\xf6\x8b\x12\x28\x6b\x1c\x17\x64\xbd\xc0\xf2\xb9\x20\xeb\x99\xb8\x58\xc9\xcc\xb9\x47\xdf\x73\x66\x02\xf4\x65\x09\xd4\xf1\x2a\xdf\xbb\xce\xbe\x4f\xc8\x7a\xf9\xf5\x1c\x59\xe7\xe3\x39\xb2\xce\xac\x0c\xcb\x12\x28\x56\x94\x05\x59\x2f\x13\x3d\x2c\x4b\xa0\x58\xca\x17\x64\xbd\xec\x4c\x85\xac\x97\xd9\x60\x17\x64\xbd\xc4\xd2\xba\x20\xeb\x65\xa2\x8e\x05\x59\x2f\x3b\x06\x21\xeb\xd9\xa5\x6f\x41\xd6\xcb\x38\x48\x0b\xb2\x5e\xba\x5e\x85\xcc\xb9\xb3\x18\x42\x5e\xf6\xbd\x40\xc8\xcb\x6c\xf6\x0b\x42\x5e\x7e\xfc\x1f\xc4\x48\x9c\xd8\x05\xe9\xae\xc5\xf0\xc7\x92\xbc\xe0\xe3\x55\x27\x3f\x7c\x3c\x5b\x18\x2d\xf8\x78\xa6\x15\x16\x7c\x3c\xc3\xe0\x05\x1f\xcf\x3e\x0d\x0b\x3e\x5e\x25\xf9\xbf\xe0\xe3\x55\x7c\xd1\x05\x1f\xaf\x4e\xff\x47\x52\xdd\xa5\x07\xd2\x9d\x1a\xcc\x0b\xd2\x5d\x65\xaf\x5f\x90\xee\x0c\xe5\x17\xa4\x3b\x93\x21\xab\x98\x54\xe7\xb5\x28\xac\xe7\xc2\x00\x78\xa3\xee\xea\x02\xbc\x51\x93\x75\x01\xd0\x0c\x72\x52\x0b\x80\x66\xe0\x45\x2e\x00\x9a\xe1\x50\x02\xa0\x19\x7e\x22\x00\x9a\xe1\xf2\x02\x40\x33\x9c\xee\x55\xce\x24\xb6\x03\xd0\xcc\xe1\x55\xe0\x4c\x02\xd7\x2c\x65\xc7\x87\xbf\x24\x7b\xec\xc7\xa4\x92\x49\x18\x72\x01\xd0\x58\xda\xba\x00\x68\x16\xfb\xf2\x02\xa0\x59\x0e\x4f\x00\x1a\x39\x32\x8b\x4a\xa6\xe5\x30\xa3\x92\x69\xe1\x79\x2f\xc0\x1b\xc3\xe0\x05\x78\x23\xdf\x63\x01\xde\x9c\xe0\x11\x95\x5a\xa4\x00\x16\xe0\xcd\x19\x1e\x75\x8e\xbc\xdf\xe0\x88\xb7\x04\x78\x73\xb4\xcf\x4a\x26\xdf\x52\xa3\x52\xcb\xa5\xb5\x51\xa9\xe5\xb6\x29\x05\x8f\xf2\x9a\x25\x05\xcf\x05\x05\x0a\xde\xe3\x2f\xa1\xe0\x3d\x6c\xc5\x0b\x0a\xde\x43\x7e\x7a\x41\xc1\xb3\x01\xc2\x82\x82\x67\xcb\xa4\x05\x05\xcf\x52\x8a\x05\x05\xef\x69\x5e\x85\x1c\x6d\xf7\xee\xe4\x68\xe1\x90\x2c\x28\x78\x16\x6b\x2c\x28\x78\x16\xe4\x2e\x28\x78\x4f\xf7\xc9\xc8\x41\x37\x8f\xc8\x41\xc3\xa9\x5f\x50\xf0\x1e\xe8\x64\x4b\x0a\x9e\xe3\x13\x0a\x9e\xac\xf6\x05\x05\x4f\x2f\x6b\x41\xc1\xb3\xdf\xf1\x82\x82\x17\x1d\x21\x50\xf0\xa2\xdb\x0a\x34\x3b\xfb\x32\x2f\x68\x76\x91\x0c\xea\x82\x66\xa7\x06\xf3\x82\x66\x17\xa3\x77\x5f\xfc\x12\x8b\xa0\xd9\xd9\xe8\x69\x41\xb3\x93\x45\xbf\xa0\xd9\x45\x47\x08\x34\xbb\xe8\x77\x80\x66\x17\x49\x12\x2d\x68\x76\x91\x38\x63\x41\xb3\xb3\x7d\xd3\x9a\xda\xe0\x55\xb4\x81\x37\x0f\xcd\x2e\x92\x9b\x5f\xd0\xec\xec\x26\xbd\xa0\xd9\xd9\x12\x6a\x41\xb3\x8b\x3a\x09\xd0\xec\x62\xf4\x7e\xd8\x97\xbd\x8a\xf6\xf1\x06\xa7\xf6\xf9\x4b\x68\x84\x5a\x0b\xcd\x2e\xfb\x1d\xa0\xd9\xd9\x58\x6a\x41\xa5\xcb\x44\x24\x0b\x2a\xdd\xcf\x0d\x81\x4a\xa7\xc2\xfc\x42\x21\xaf\x68\x03\x0a\x79\x3f\x67\x06\x2a\xdd\xa7\x1f\xf9\xef\x25\x19\x96\x5d\x73\x37\x82\x65\xd7\x00\x29\x16\x4c\x3a\x95\x93\x16\x74\xb9\xe6\xe7\x83\x2e\x67\xe7\x89\x05\x5d\xae\xb9\xf0\x41\x97\x53\x49\x6c\x41\x97\x6b\xfa\x1d\xd0\xe5\x9a\xbe\x05\x74\xb9\x16\xbc\x66\xe5\x88\x4f\x04\x5d\xae\xe9\x77\x00\xd7\xfc\x3c\x61\xe0\x9a\x46\x50\xbc\x80\x6b\x9a\x43\x02\xb8\xa6\xbd\x5e\x65\x73\xc4\xeb\x04\xae\x69\xaf\xbf\xc4\x3e\xf7\x7a\xe0\x9a\xe6\x42\x04\x5c\xd3\x48\x55\x2c\xe0\x1a\xbb\x6e\xac\xa3\x7d\xbc\x33\xe0\x9a\x06\x87\x71\x01\xd7\x34\xfd\x2a\x9b\x2b\x39\x71\x80\x6b\xa6\x16\x01\xd7\x4c\xad\x05\xae\x51\xf4\x68\x01\xd7\x4c\x2d\x02\xae\x99\xc5\x5f\x12\x18\x92\x87\x5d\xd0\xe5\xa6\x0b\x11\x50\xce\x3c\x5a\x44\x8e\xd6\xc9\x68\x03\x5b\x42\xba\x65\x03\x5b\x3d\x7d\x1b\xd8\xea\xe7\x5c\x73\xb4\x0c\x2c\xa0\x1c\xb5\x31\x16\x50\xce\x26\x21\xb0\x80\x6b\x36\xfc\xd4\x05\x5c\xa3\x66\xf0\x02\xae\x51\x30\x7c\xa1\xf3\xb0\x5d\x14\xd1\x79\xd8\x4e\x5b\xa0\x9c\xad\xaf\x06\x94\xb3\xb5\x16\x28\x67\xc3\x9f\xd9\x40\x39\x9b\x44\xc2\x06\xca\xd9\x24\x12\x36\x50\xce\x3e\xfe\x92\x1c\x66\xf5\x88\x1c\x26\xd0\xdf\x06\xca\xd9\x40\x78\x1b\x28\x67\xb3\xe8\x6f\xa0\x1c\xbb\x83\x6c\xa0\x9c\xdd\x3d\x87\x7d\xd5\x73\xd8\x47\x14\xb7\x81\x72\x76\xf6\x7e\xd8\xc7\x37\xda\xe0\x35\x1b\xdc\x7f\x83\xd7\xec\xe0\x2f\xb5\x8f\x73\xe0\x35\x9b\xea\xcb\x0d\x5e\xb3\x49\xcc\x6c\xf0\x9a\xcd\x26\xb3\x5f\xec\x23\xff\xbe\x5f\x73\xb4\xd8\x07\x96\xb3\xd9\x56\x36\x58\xce\xae\x5e\x13\xfb\xe0\xe6\xee\xd7\xef\x97\x39\xc2\xbe\xee\x1d\xc8\xd1\x92\xd4\xd8\xd0\xe5\x9e\xed\x35\xd1\x1d\x27\xa5\xb2\xd5\x1d\xdf\x5e\x13\xdd\xf1\xe5\xfd\x68\x21\xc1\x16\xb0\xa1\xcb\x3d\x8c\xb3\x0d\x5d\xce\x84\xc7\x56\x59\x6f\x7b\x0e\xca\x26\xe0\xf7\x86\x2e\x67\x42\x67\x43\x97\x7b\x88\xf7\x36\x74\x39\x53\x23\x3b\xf8\xd4\x83\x23\x9e\x7a\x79\x15\x9e\x9a\x78\x76\xd3\x96\x36\x24\xef\x47\xd6\x19\xb2\xde\xa6\x2d\xad\x55\xc5\x1b\xa5\xf1\xc0\x28\xdf\x28\x8d\x9b\x0c\xd9\x28\x8d\x9b\x11\xd8\x28\x8d\x9b\xe2\xd8\xb4\xa5\x35\xdd\xb2\x69\x4b\xfb\x65\x20\xfe\xb9\x24\x6f\x3a\xd6\x9a\x56\xd8\x74\xac\x35\x8d\xb1\xe9\x58\x1b\xc9\xb2\x6d\x3a\xd6\x46\x3f\x0a\x1d\x6b\x23\xb9\x9e\x4d\xc7\xda\x48\x09\xc6\xa6\x63\xad\x3d\x15\x36\x1d\x6b\x23\x1e\xf4\xa6\x63\x6d\x3c\x1a\x4b\x46\x9a\x85\x61\xd3\xb1\x36\xc2\xaa\xd8\x74\xac\x8d\x0e\x09\x3a\xd6\x46\x3f\x18\x1d\x6b\x23\x90\xd3\x46\x9e\x2f\xfa\x89\x90\xe7\x8b\x0e\x10\xe4\xf9\xa2\x9f\x28\x61\x03\xcb\xd2\xfe\x42\x9e\x9a\xc9\x65\xed\x84\x78\x0a\x28\xf9\xce\x64\x8f\x9d\x62\x19\x2e\x29\x80\xc2\x46\x2f\x2f\xe3\xb1\x6f\xf4\xf2\x2c\x27\xd8\x99\xcc\x32\xd9\xe3\xfd\x01\x34\x35\x2f\xff\x47\xe7\xb8\xe9\x35\x2b\x47\xbc\xa5\x2f\x1c\xaa\xf6\x1a\xdb\xe8\xe5\x95\xe6\xd1\x20\x23\xcd\x7b\xc9\xe4\xa0\xd9\x72\x76\x86\x4b\xfa\x7a\x77\xb8\xa4\xaf\xf7\x83\x4b\x4a\x42\x60\x7f\xf1\x50\xad\x6c\x4e\xbb\xa0\x46\x8d\x78\xca\xfe\xe2\xa1\x5a\x09\xf0\xf6\x17\x0f\xd5\x4a\x2c\xb1\x01\x61\x6a\xf0\x7f\x85\x23\xbe\x1f\x20\x4c\xfb\x5d\x85\xfc\x34\x1b\xd0\x06\x84\x69\xbf\xff\x91\x9f\x8e\x5e\x73\x72\x8e\x37\xf1\xc5\x3c\xd5\xcd\x70\x03\xd0\xb8\x19\x6e\x00\x1a\x37\xed\xfd\xc5\x3c\x55\xdd\xea\xfd\x11\xd6\x6a\xc3\x73\xdb\x80\x37\x0d\xbf\x6a\x03\xde\x34\x14\x28\x36\xe0\x8d\x4e\xc2\x06\xbc\xe9\x78\x6e\x1b\xf0\xa6\xfb\xdd\x01\x6f\x3a\xae\xc6\x06\xbc\x51\x28\x74\x03\xde\x48\x71\xda\x80\x37\xca\xbf\x6f\xc0\x1b\xe5\xdf\x37\x28\x8c\xac\x9f\x0d\x0a\x23\xab\x69\x83\xc2\xc8\xf3\xd9\xa0\x30\x9d\x74\xe0\x06\x85\xe9\x8e\x79\x50\x98\xee\xb2\xd4\xcc\xb1\xfb\x3f\x38\xbd\x6e\x32\xcd\x1c\x3b\x6f\x02\x14\x66\x80\x01\x6d\x90\x96\xe1\x58\x02\x69\x19\x78\xf3\x1b\xa4\x65\x90\xd7\xde\x20\x2d\x8a\xc7\x6e\x90\x16\xd5\xd2\x37\x48\xcb\x74\x2c\x81\xb4\x4c\x52\x00\x1b\xa4\x65\x12\x6d\x6e\xda\x29\x4d\x12\x09\x9b\x76\x4a\x2a\x2b\x6f\x50\x18\x5b\xf2\x6e\x50\x98\x09\x9e\xb1\x41\x61\xa6\xe3\x13\x14\x46\xa1\x80\x0d\x0a\xb3\xdc\x8a\x69\xa7\x64\x3d\xc1\xa6\x9d\xd2\x82\x2e\xb7\x69\xa7\xa4\x9e\xc8\x06\xaf\x51\x79\x64\x83\xd7\x2c\xdf\x0b\x78\xcd\x7e\x7d\x96\xc3\x91\xbf\xbc\x1c\x71\xbf\x21\x12\xc1\x2f\xc1\x72\x04\x4f\x37\x3d\x93\x7e\x9b\xe1\x17\xd7\x54\x75\xce\x37\x38\x8f\x30\xf2\x06\xe7\xf9\xa0\xe2\x7f\x2f\xc9\x40\x40\x62\xae\x1b\x08\x68\x43\x59\xd9\x40\x40\x0a\x6a\x6f\x20\x20\x65\x80\x36\x10\xd0\xd5\xd3\x00\x02\xba\xfa\x16\x40\x40\xb6\x20\xdd\x40\x40\xd7\x21\x0f\x04\x74\xbb\x26\xb0\x87\xe2\x3b\x6d\xdb\x30\x01\xcc\x6d\xdb\x30\x2d\xcf\xa1\x21\xe5\xe2\xa6\x94\x9e\x2f\x82\x36\x4c\xf6\x0a\xd9\xb4\x61\x92\xf0\xb4\x69\xc3\xf4\xb8\x8b\xd1\x86\xe9\xb9\x5e\x13\x00\xe3\xfa\x4b\x00\x0c\x32\x93\x9b\x16\x4d\xaf\xdb\x11\x2d\x9a\x1e\xb7\x2a\x5a\x34\xbd\xee\x93\xb4\x68\x0a\xbf\x5f\x4a\x39\xe7\x7d\x4e\x01\x0c\xae\x49\x8b\x26\x83\xb1\x4d\x8b\x26\xc3\xb6\x4d\x8b\xa6\x88\xdf\xbf\x69\xd1\x14\x09\x6e\x37\x2d\x9a\x0c\xd4\x36\x2d\x9a\xe2\xef\x9a\x00\x18\x84\xb3\x1b\x90\x29\xc2\x17\xd8\xb4\x68\x32\xbc\xdc\x1f\x99\xad\xc5\xe0\x2f\x07\x77\xe0\xdb\x02\x40\xa9\x9e\xb7\x01\xa0\xa2\xfe\x03\x00\x54\x24\x3e\xd9\x00\x50\xd1\x2d\x00\x00\x2a\xba\xf0\x6d\x01\x0c\x06\x2b\x00\x94\x81\xef\xde\xda\x87\xb5\x5b\xfb\x78\x16\x00\xa8\x08\xd9\x6b\x6f\xed\xe3\xed\x02\x40\x45\xb2\xc0\x1b\x00\x2a\xfa\x76\x01\xa0\x0c\xa6\x37\x00\x94\x81\xef\x06\x80\x8a\x40\x8d\x1b\x00\x4a\x29\xcb\x0d\x00\x15\x5d\x5a\x01\xa0\xa2\x53\x13\x00\xca\x84\xc0\x06\x80\x32\xb0\xdf\x00\x50\xd1\xed\x08\x00\xca\x30\x78\x03\x40\x99\x63\xdf\x00\x50\x36\x63\xdd\x00\x50\x65\x78\x04\x6f\x7e\xf8\x3f\x9a\x2a\x38\x1f\x00\xa0\x8a\x4b\x08\x00\x54\x71\x21\x02\x80\x2a\x64\x73\x37\x00\x54\x71\x69\x05\x80\x2a\x7a\xf3\xc4\x51\xc5\xe5\x1a\x00\xaa\xe8\x79\x03\x40\x15\x18\xb7\x1b\x00\xaa\xb8\x48\x01\x40\xd9\xf9\x6f\x83\x32\x15\x78\xbb\x1b\x94\xa9\xc0\x6b\xd8\xa0\x4c\x85\xf4\xdc\x06\x65\xb2\x71\xf1\x06\x65\x2a\xc6\x04\xa0\x4c\x85\xa4\xcd\x06\x65\x2a\x24\x89\xf6\xd5\x3e\xbe\xf4\xd5\x3e\x46\x01\x48\x52\x2b\xfe\x12\xb4\x08\x2c\xe7\x88\x16\x11\x2f\x1c\xd1\x22\x4a\xe0\x8f\x68\x11\xd1\xd1\x01\x2d\x52\x89\xfb\x80\x16\x35\xa2\x87\x03\x5a\xd4\x88\x41\x0e\x68\x51\x03\xc7\x3a\xa0\x45\x8d\x08\xe8\x80\x16\x8d\xd7\xbb\x7f\xcf\x69\x91\xf6\x01\x2d\x52\xa5\xfb\x7c\xb1\x52\x53\xad\xe5\x7c\xb1\x52\xb3\x64\xfb\x7c\xb1\x52\xfb\xca\xab\xff\xb9\x24\x9f\x87\x0e\x69\x38\xe5\xe7\x41\xfc\x1a\xf7\xfd\x7c\x61\x54\xdb\xf0\x21\xce\x17\x46\xb5\x0d\x65\xe5\xbc\xf4\xbd\xc0\xc7\x3b\xc8\xec\x1d\x02\x99\x83\xcc\xde\xc1\x9f\x3e\xc8\xec\xd9\xef\xf8\x20\xb3\x27\x24\x73\x00\x92\x1e\xc4\x1d\x0f\x32\x7b\x97\x2c\xe9\x41\x66\x4f\xc5\xa5\xa3\xcc\x1e\x7b\xf6\xa1\x27\xee\x85\xec\x75\xe8\x89\x7b\xaf\xcf\x02\x50\xb6\x3d\x02\x28\xc3\x5f\x39\xc8\xec\x89\x3e\x1f\x64\xf6\x1e\x48\x2a\x27\x00\x86\xe1\xe9\x9f\x40\xe9\x06\xfe\xc3\xf9\x42\xa5\xfe\xe0\x95\x9f\x2f\x54\xea\x06\x5c\x27\x60\x03\x9e\xcd\xf9\x68\x6f\xfd\x21\x59\x70\x3e\xda\x5b\x7f\xb3\x77\x47\x01\x7a\x7b\x87\xef\x39\x95\x94\x3f\x81\x9e\x03\x78\xf3\x27\x20\x15\xc8\x66\x78\x10\x21\x37\x5f\x75\x10\x21\xb7\xfd\xd6\x41\x84\xbc\x69\x11\x22\xe4\x43\x8b\x10\x21\x37\x51\x72\x22\xca\xbc\x0e\x56\x54\x1f\x1e\x82\xf0\x83\xea\xc3\x03\x08\x7a\x00\x92\x1e\x36\xdf\x03\x90\x24\x53\xf7\x00\x24\x3d\xc5\xff\x01\x86\x65\xef\x0e\x18\xc6\x02\x76\x50\x7d\x30\x43\x7c\x50\x7d\x90\xfd\x7b\x00\x99\x1e\x96\xb3\x03\xc8\xf4\xb0\x5c\x1f\x40\x26\xf3\xc5\x07\x90\x49\x86\xef\x01\x64\x7a\xc8\xe3\x1d\x40\xa6\x87\x84\xc7\x01\x64\xb2\x11\xe6\x01\x64\x92\x51\x7c\x00\x99\xe4\xfb\x9e\xa4\x7d\x9d\x23\xec\x2b\xde\x41\x1b\x18\x3d\x00\x49\x72\x88\x0f\x40\x92\x7c\xdf\x03\x90\xf4\x00\x38\x1f\x80\xa4\xc7\xa9\x09\x90\x64\x67\x8d\x03\x90\x64\x63\xdf\x03\x90\x14\xbc\x1f\x40\x52\x60\xe9\x39\xa8\x3e\x48\xd3\x3a\xa8\x3e\x48\xc5\x3a\x80\x4c\xb2\x00\x0e\x20\x53\x70\x8e\x01\x32\xb9\xbd\x1f\x40\xa6\xd8\xbd\x0a\x60\x58\xf4\x08\x30\xcc\x77\x0d\x92\x94\x1d\x9f\x20\x49\x99\x74\xd9\x01\x49\x52\x72\xf3\x80\x24\x65\x2d\x02\x49\xca\xbe\x79\x90\xa4\x4c\x26\xfb\x80\x24\x65\xe2\xa1\x03\x92\x94\xa3\x77\x00\xec\xcb\xfe\x0f\xa0\xcc\x6f\x54\x04\xca\x78\x4e\x90\xa4\x1c\xfd\x25\x60\x5f\xf1\x97\x8b\xff\xf1\x5e\x8a\xf6\xf1\x35\x8b\xf6\x31\xb2\x40\x92\xb2\xef\xa5\x6a\x1f\x6f\x9e\x32\xa0\xec\xb7\x05\x65\xca\x8e\x5d\x50\x26\xd9\x50\x07\x94\xa9\x02\x46\x1f\x50\x26\x6b\x1c\x0f\x28\x93\xa9\xd0\x03\xca\x54\x9d\xd3\xa0\x4c\x12\x62\x4f\x15\x29\xfb\x8b\x71\x71\x00\xa0\xea\xf5\x92\x54\xa6\x3c\x3e\x26\xd5\x35\x47\x83\xc0\x0f\xaf\x47\xe0\x87\x78\x44\x07\x00\x4a\xd6\xf0\x01\x80\x6a\xe0\x8e\x07\x00\xaa\x92\x1a\x39\x4d\x90\x90\xc9\x01\x00\xd5\x34\x56\xf1\x72\x02\xbc\x03\x00\x25\x8b\xf7\x00\x40\xc9\x6e\x3e\x4d\xd3\xf9\x44\x00\x50\xb6\x0d\x3f\x00\x50\x95\x8c\xd1\x01\x80\x92\xfa\x75\x00\xa0\xe4\xed\x1e\x00\x28\x29\x63\x07\x00\x4a\xf6\xef\x69\xda\xe7\x55\x2e\x47\xfc\xcf\xca\x22\x40\xb4\x63\x65\x11\xe9\x96\x63\x65\x11\x2c\x95\xd3\xb5\x8f\x77\x46\x65\x51\x73\x5b\xa1\xb2\xc8\xa0\xf8\x50\x59\x64\x7b\xfa\x43\x65\xd1\x20\xd7\x7a\xa8\x2c\xb2\x67\xcb\xa1\xb2\x68\x90\xfb\x3c\x54\x16\x0d\x17\x4c\x2a\x8b\x46\xf4\x7f\x8b\x23\xff\xb7\xf9\x9f\xcf\x02\x08\xea\x64\xa4\xb2\xc8\xbe\x10\x87\xf2\x21\x9b\x0e\x1c\xcb\x87\x5c\x26\x28\x1f\x1a\x2e\xc2\x94\x0f\x0d\x64\x80\x0e\xe5\x43\x76\x00\x39\x94\x0f\xd9\x86\xe9\x50\x3e\x34\x5c\xa0\x87\xf6\xf1\x35\x29\x1f\x1a\xc9\xab\x60\x9f\x8b\x30\xe5\x43\xc3\x29\x46\xf9\xd0\xc0\xe7\x3a\x43\xfb\x3c\xc2\x3e\x17\x1b\xca\x87\x86\x13\x95\xf2\xa1\x81\x97\x7c\x28\x1f\x1a\x6e\x47\x53\xfb\xf8\x25\xe5\x43\x43\x1f\x88\xf2\xa1\xe1\x42\x34\xb5\x8f\x29\x36\xb5\x0f\x1b\xa6\xf6\x79\x07\x44\x73\xdc\x80\xa6\x00\x30\xcf\x49\xf9\xd0\x5c\x5e\x13\x00\x78\xf9\x2c\x94\x0f\x65\x9f\xe5\xb3\xcf\xd0\xfa\x50\x3e\xb4\x9d\x55\x94\x0f\x19\x68\x1f\xca\x87\x64\x37\x1f\xca\x87\xe4\x10\x1f\x5b\x3b\x39\x76\x6d\xed\x44\x92\xe8\x50\x5a\x64\xf6\xff\x50\x5a\xb4\x89\xa3\x0e\xa5\x45\x9b\x68\xec\x50\x5a\x64\x34\x7d\x28\x2d\x52\x44\xe0\x50\x5a\x24\x7b\xfb\x58\x5a\x44\x32\xeb\xa0\x5e\x6e\xf0\x7e\x50\x2f\xdf\x24\xa5\x0e\xea\xe5\xc7\xef\x67\x11\x92\x1b\x82\x45\x48\x30\x91\xcf\xaf\x08\x89\x73\x16\x21\x01\xfc\x1f\x0a\x8d\xae\x1b\x02\x85\x46\xd7\x19\x60\xa1\x11\x80\xec\xb1\xd0\xa8\xfb\x4b\x0a\x8d\xe0\x41\x1f\x90\x2b\x25\xec\x8f\x85\x46\xf8\xef\xc7\x42\xa3\xe6\xff\x00\x79\x61\x3c\x1d\x0b\x8d\xa6\xbf\x04\xe4\x25\xfd\x78\x2c\x26\x72\xad\xb3\x98\xe8\xfc\xa5\x04\x77\xac\x33\x22\x27\x7c\xac\x33\x22\x5f\x75\xac\x33\x82\x76\x73\xac\x33\xf2\x25\x59\x67\xa4\xdf\x68\x9d\x91\x1e\xb4\x75\x46\xcb\x07\xc3\xbc\xe9\x83\x61\x1e\xc9\x89\x63\x9d\xd1\xf2\x7e\x98\xe7\xf0\x04\xb8\x8a\xee\x93\x00\x57\xd1\x65\xc2\x1a\x24\x5f\xa0\x35\x48\x80\x29\x07\xe0\x2a\x02\x60\x1c\x6b\x90\xa6\x47\xe0\xbf\x04\x7f\x07\xe0\x4a\x75\x83\x03\x70\xa5\x4a\xc1\xb1\x06\x89\x50\xf0\x58\x83\x44\x5d\xfb\x01\xd4\x52\xc0\xfb\x00\x6a\x45\x83\x23\x6b\x90\x9a\xff\x03\xff\xf5\xd3\x02\x6a\x45\xa7\x26\xa0\x56\x1c\xfe\x0f\xfb\x00\x5a\x0e\xa0\x96\x7e\xce\x05\xd4\x8a\x2c\xa6\x17\x50\x2b\xc2\x79\xb8\x80\x5a\x16\xf9\x5e\x40\x2d\xb5\x1c\x2e\xa0\x56\xc4\x2b\xb8\x8f\xf6\x5d\x8e\xb0\x8f\x78\xe8\x02\x6a\xc9\x40\xbf\x8f\xf6\xbd\x1c\x61\x5f\xf7\x48\xfb\x7c\x16\xec\x63\x71\xbb\x80\x5a\x99\xe5\xfa\x02\x6a\xe5\xe5\x2f\x29\x42\x2a\xde\x81\x22\x24\xfc\xf0\x6b\x11\x12\x8b\xf0\xb5\x08\x89\x65\xe9\x5a\x84\xc4\x52\x77\x01\xb5\x6c\x3d\x7b\x01\xb5\x2a\x59\xbd\x0b\xa8\xd5\xaa\xff\x03\x38\xe6\x3b\x5c\x40\xad\xc6\x77\xb8\x80\x5a\xcd\xb7\x4b\x11\x52\xf3\x7d\x52\x84\xd4\x86\xcf\xf2\xd9\x60\xc7\xef\x4b\x11\x92\x61\xf0\xa5\x08\xa9\x51\x73\x78\x29\x42\x6a\xb0\x4d\x2e\x45\x48\x8d\x82\x85\x4b\x11\x52\xe3\xdb\x5e\x8a\x90\x0c\x91\x2f\x45\x48\x8d\x52\x9f\x4b\x11\x52\xa3\xe4\xf7\x52\x84\xd4\x00\x99\x6e\xd0\x06\x7f\x89\x0d\x7e\x77\x8a\x90\x6c\xc2\x76\x29\x42\x32\xcc\xbf\x41\xfb\x06\x47\xd8\x47\xd0\x7f\x29\x42\x32\xe8\xbf\x14\x21\x19\xca\x5f\x8a\x90\x1a\xcb\xd9\xa5\x08\xa9\xb1\x9c\x5d\x8a\x90\x5a\xf3\x1c\xf6\x51\x88\x7d\x29\x42\x6a\xe4\xb5\x2f\x45\x48\xcd\x11\x19\xfd\x46\x7c\xb1\xa8\x7d\x5e\x45\xfb\x78\x96\x88\x7d\x64\x88\x6f\xc4\x3e\xe6\xfb\x8d\xda\xc7\xc8\xa2\x40\x69\x46\x9f\x0c\x19\x20\x92\x83\xd7\x22\x24\xaf\x69\x11\x92\x6f\xd7\x42\x23\xef\x90\x04\xb1\xb9\x43\x02\x20\x65\x25\xba\x16\x21\x39\x26\x2c\x42\x62\x7b\xb8\x16\x21\x51\x36\x76\x29\x42\xb2\x67\xfa\xb5\x08\xc9\x31\x61\x11\xd2\xf9\x4b\xc2\xfe\x5a\x9f\x84\xab\x7d\xad\x4f\x62\x69\xbd\xd4\x27\x6d\x1c\xef\x6b\x7d\x12\x20\xda\xa5\x3e\xe9\xe0\x4f\x5f\xeb\x93\x58\xbc\xaf\xf5\x49\xc7\x73\x60\xc3\x04\xd3\xd7\xfa\x24\xc2\xaf\x6b\x7d\x12\x3b\xce\xb5\x3e\x09\xdf\xf7\x5a\x83\xc4\xa2\x7f\xad\x41\xba\xde\x1d\xf3\x58\xf4\xaf\x35\x48\x2c\xbb\xd7\x1a\xa4\xe3\x91\x36\xf8\x2c\xd8\xc0\x2e\x76\xad\x41\x22\x91\x70\xad\x41\x22\x77\x7d\xad\x41\x62\x87\xbb\xd6\x20\x01\xb0\x5d\x6b\x90\x08\x44\x6f\xc1\x86\xeb\xff\xb0\x81\x80\xf2\x16\x3e\x1f\x91\xc5\x2d\x7c\x3e\x12\x1e\xb7\x60\x9f\x4b\x56\xc1\xbe\xe3\xff\xb0\x0f\xc8\xf0\x02\x7f\x99\x0f\xbf\xc0\x5f\xef\xe3\xff\xc0\xb7\xaf\xd7\xfc\x72\xf3\x2f\x44\xbe\x0b\xfc\xf5\xf8\xce\x80\xbf\x5e\xbc\xa5\x0b\xfc\xf5\xf8\x5e\x80\xbf\xde\xc7\x5f\x82\x6f\x13\xd7\x5c\xe0\xaf\xf7\xf5\x97\xe0\xdb\xd7\xab\x50\x63\x45\xaa\xe9\x02\x7f\xbd\x14\xb1\x5c\xe0\xaf\xf7\xf5\x2a\x83\x73\x5e\x05\x24\x9c\xa8\xea\x56\xed\xf3\x7f\xda\x87\xed\x40\x63\x2f\xa9\xad\x0b\x34\xf6\x12\xf3\xdc\x26\x12\xee\x91\xf5\x57\x3c\x8b\x45\x48\x78\x91\xd7\x22\x24\xdf\x8b\x45\x48\x8f\x47\x14\x21\x01\xe5\x5c\x8b\x90\x5c\xe6\x2d\x42\x22\x80\xbd\x16\x21\x3d\x9e\xa3\xc8\x4a\xdb\x2d\x42\x7a\x3c\x02\xd2\x7e\x7d\x32\x7b\x70\xf8\x3f\x20\x6d\xad\x05\x1a\x8b\xbe\x09\xa0\xb1\x48\x5a\xef\x02\x8d\x25\xbf\x0a\xd0\x58\x22\x6e\xbb\x40\x63\xf6\xa4\xbe\x40\x63\x76\xc4\xb9\x40\x63\xc9\x77\x0d\x34\x16\x1d\x3d\x40\x63\xd1\xef\x07\x34\x16\xb5\x01\x68\x2c\x39\x42\x80\xc6\x92\xdf\x01\x68\x2c\x3a\x96\x80\xc6\x92\x6f\x02\x68\x2c\x17\xcf\x01\x93\x23\xae\x7a\x81\xc6\x32\x9c\x87\x0b\x34\x96\x01\xe9\xef\x10\x26\xe7\xee\xc0\x5f\x99\xe4\xe7\x05\xe3\xca\xce\x31\x30\xae\xe2\x62\x0a\xc6\x55\x5c\xf4\xc1\xb8\x8a\x33\x0e\x8c\xcb\x7e\x2e\x17\x8c\xab\x06\xff\x07\x14\x4e\x1a\xe3\x82\x63\xd9\xff\xe7\x82\x63\xd9\xb3\xe5\x82\x63\x55\xb4\x4d\x2e\x38\x56\x25\x5e\xb8\x94\x32\xd9\x15\xe6\x52\xca\x54\xa3\xe7\x28\xd5\x22\xa6\xbb\x94\x32\x35\x62\xc1\x4b\x29\x53\xfb\xb3\xab\xc8\x9d\xa0\xe4\xc9\x9b\x83\x92\x93\xab\xbb\x54\x40\x35\xc2\xbd\x3b\x45\xc9\x19\x4a\x13\x94\x3c\xf9\x28\xa0\xe4\x84\xc1\x77\x82\x30\xfb\x89\x26\x08\x33\x81\xf6\xa5\x56\xaa\xfb\xc1\xa8\x95\xea\xee\xee\xd4\x4a\x75\x7d\x27\x6a\xa5\xba\xcb\x12\xb5\x52\x6a\x6a\x5c\x04\xca\x6d\x09\x7f\x97\x28\x32\x2f\x1e\x11\xf2\x01\x4c\x70\x11\x21\x1f\xfa\x47\x88\x90\x4f\x5f\x20\x22\xe4\xd3\x97\x4b\xdf\x5b\x89\x67\x97\xbe\xb7\xca\xf3\x5d\x04\xca\x27\x81\xda\x45\xa0\xdc\x86\x8f\x17\x81\xf2\x19\xfc\x1f\x28\xb2\x9f\x76\x8b\x22\xf3\x9c\x88\x97\x4f\x77\x62\xc4\xcb\xa7\x8b\xc6\x17\x38\x55\x49\x70\xf7\x0b\x9c\xea\x84\x67\x70\xbf\xc0\xa9\x4a\x97\xbb\x5f\xe0\x54\xcd\x10\xdf\x0d\x4a\x1e\x7d\x16\xed\xf3\x7e\xa2\xe4\xde\x0f\xfb\x08\x28\xef\x17\x54\xd5\xe5\x5b\xfa\x82\xaa\xba\x80\x64\xee\x17\x39\xd5\xa5\x47\xf4\x45\x4e\x55\xd5\xd7\x7b\x40\x91\x7d\x83\x07\x14\xd9\xa1\x7b\x80\x8a\xbd\xfb\x01\x2a\xd6\x7b\xf9\x22\xa7\x6a\x19\xf1\xfd\x22\xa7\xba\x1d\x3d\x5f\xe4\x54\x2d\xcf\xbd\x5f\xe4\x54\x37\xa0\xdd\xfd\x22\xa7\xba\xc9\x2c\xdf\x03\x4a\x4e\x5a\xe1\xa2\x82\xb7\x1d\xad\xa8\xe0\x6d\xbf\x26\x2a\x78\x06\xe8\x17\x15\x3c\x1b\xcb\xdf\x6b\x4d\x1e\x77\x47\xe9\xce\xe0\xf6\xa2\x66\xa7\x54\xd3\x45\xb1\x4e\x09\xa4\x8b\x62\x9d\x0d\xa9\x2e\x8a\x75\x88\x33\x85\x07\xc8\xe9\xf9\x02\xf4\xf0\x00\x39\x51\x26\x13\x1e\x20\x27\x0a\x5c\xc2\x03\xe4\x84\x36\x46\x78\x80\x9c\x9e\x2f\xbd\x13\x1e\x20\x27\x72\xec\xe1\xb1\x81\xed\xeb\xd1\x07\x39\xbd\xdf\x88\x0c\x0f\x90\xd3\xfb\x7a\xf7\xce\x91\x77\x00\x9a\xfe\xc6\x4b\x78\x80\x9c\xde\xdf\x93\x01\x4d\x7f\xef\x3a\x3c\x40\x4e\xef\xef\x39\xa9\xad\xfb\xf8\x2c\xe1\x01\x57\x7a\x5f\xee\x07\xae\xf4\x06\x9e\x1a\x5c\xe9\x7d\xb9\x03\xb8\xd2\xfb\xcd\x87\xf0\xd8\xbe\xe9\xe5\x2a\xb6\x6f\x8a\xd8\x60\xfb\xa6\x88\xb5\xb6\x6f\xfa\xc6\x44\x78\x6c\xdf\xf4\xcd\xbf\xf0\x80\x2b\x85\xe8\x35\x29\x30\xab\x9e\x03\xba\xfd\xe6\x74\x78\xc0\x95\xe2\xf0\x9a\x40\xb7\xc3\xfb\x01\xdd\x36\x9f\x13\xe8\xb6\x7a\x3f\xa0\xdb\xca\xff\x02\xd0\xed\xe0\x0e\x01\xe8\xd6\xfb\x05\xa0\xe9\xc6\x1b\x0c\x40\xd3\x0d\xfb\x02\xd0\x74\xe7\x2d\x05\xa0\xe9\xce\x57\x09\x40\xd3\xd5\x73\x40\xd3\xfd\x8f\xc4\x45\x78\x10\xba\x8b\xc3\x8b\x80\x5a\x57\x4c\x40\xe8\x2e\x36\x1f\x1a\xd3\x1b\x1f\x13\xa1\x3b\xc2\xfc\xf0\x20\x74\x17\x3b\x43\x02\xa1\xbb\x38\x30\x1d\xa1\xbb\xd8\x38\x87\xd0\x5d\xac\x0c\x02\x84\xee\xe2\xe0\xa1\x11\xba\x23\x94\x0f\x4f\xd4\x74\x5e\x6e\xd4\x74\x86\x04\x42\x77\x71\xf2\x51\xa2\xa6\xfb\x3f\x4c\xff\xe4\x15\xc3\x83\x9a\x1d\x89\x84\xf0\xa0\x66\x47\xd0\x1f\x1e\xd4\xec\x62\xf5\x97\xa0\xd6\x99\x37\x81\x9a\x5d\xc9\x9e\x03\xb5\x9e\xde\x01\xd4\x7a\x7a\x4d\x50\xeb\xc5\xe0\x41\xcd\xae\x2c\x3e\x18\x6a\x76\x65\x61\x1f\x6a\x76\x65\xf2\x5e\x50\xb3\x2b\xda\xa0\x9a\xdd\xc2\x5a\xd5\xec\x26\xcf\x92\x40\xad\x27\xdf\x81\x3e\xbb\x65\xfa\x4b\x50\xeb\xc5\x57\x41\xe9\xae\x4c\x86\x12\x6a\x76\x65\xf9\x3f\x50\xeb\xcc\x73\x66\x51\x6b\xee\x90\x41\xad\x1d\x58\x19\xd4\xda\x61\x9d\x41\xad\x87\xff\x03\xb5\xf6\xdb\x66\x50\xeb\xee\x11\xa8\x75\xc7\xf6\x0c\x6a\x3d\x3c\x6a\x9c\xe3\x0d\x7e\x11\x50\x6b\xdd\x3b\x0c\x7e\xc9\xfb\xa4\x29\x6e\x73\x58\x67\x90\x77\x47\xd6\x17\x01\xb5\xe6\x28\xc8\xd4\x70\x3a\x8d\x32\xf6\x0d\xde\x44\xd1\x3e\x8f\xb4\x8f\x37\x51\xb0\xaf\x31\x0a\x68\xa6\xdb\x1b\xf6\x7d\x11\x50\xa3\x9c\x3b\x3c\x5f\x04\xd4\xfa\xe6\x59\xbe\x08\xa8\x51\x14\x1e\x9e\x2f\x02\x6a\x23\xf2\xfd\x0a\xa8\xbc\x4b\xd6\x17\x01\xb5\xe1\xc2\xf7\x45\x40\x6d\xb8\xf0\x15\x50\xf9\xe8\x35\x41\xe5\x23\xf6\x7d\x51\x4e\x5b\xce\xbf\x2f\xca\x69\xcb\xd9\x51\x81\xd7\x7f\xe7\x80\xd7\x2b\xff\xfb\xa2\x9c\xb6\x2b\xd7\xfc\xa2\x9c\xb6\x27\x77\xff\xa2\x9c\xb6\x1d\x9f\x95\x3a\x54\x47\xd6\x17\xe5\xb4\xed\xb8\xfe\xa2\x9c\xb6\x1d\xbb\x5f\x94\xd3\xce\xe6\x1b\x7d\x51\x4e\x3b\x1b\x1b\xbe\x28\xa7\xd1\xd2\x35\x3c\x5f\x94\xd3\x68\x05\x1b\x1e\x54\xe9\xce\xe6\x4d\x34\x6a\x4d\x03\xdf\xa8\x01\xaf\x3f\x3c\x75\x03\x5e\x77\xf1\x6e\xc0\xeb\x2f\x57\x69\xc0\xeb\x8f\x47\xc0\xeb\x6e\x16\x0d\x78\xfd\xf0\xd4\x0d\x78\xfd\x30\x06\x1b\xf0\xfa\xe5\xab\x7c\x51\x4e\x27\x4e\x0c\x4f\xa3\x5e\x76\x7b\x44\x4d\xec\xe1\x4d\x7c\xd1\x4a\x7f\x9d\xef\x5f\xb4\xd2\xdf\x8c\xed\x5f\xb4\xd2\xa9\xb7\x0c\xcf\x17\xad\xf4\x37\x33\x96\x3a\x35\xb1\x99\x6f\xd4\xa9\x89\x3d\x3c\xf5\x17\xad\xf4\xd7\xbb\x7f\xd1\x4a\x7f\xff\x6a\x87\x1a\x9e\x2f\x90\xe9\xef\xf5\x06\x30\x04\xae\x8f\x32\xb8\x81\x97\x9c\x9c\xd3\x04\x18\x02\x97\x17\xff\x05\x2b\xfd\x3d\xfc\x6f\x60\xde\xe1\xf3\x7d\xc1\x4a\xcf\xee\x4d\x5f\xb0\xd2\x73\xc3\xf4\x0f\x1e\xea\xd9\x65\xf7\x83\x87\x3a\x25\xd4\xe1\x19\x08\x54\x16\x3e\xfb\xa0\xe4\xb7\xf0\x31\x07\x25\xbf\x95\x4f\x34\x28\xf9\x2d\x7c\xa2\x41\xc9\xaf\xc3\xec\x0b\x64\x7a\x2d\xde\xfd\xb3\x01\x80\x2d\x3c\x5f\x20\xd3\xdb\xe1\x75\x7e\xf0\x50\xef\x4e\x77\xe0\xa1\xc7\xa5\x00\x78\xe8\x71\xc9\x02\x1e\x42\xb1\x38\x3c\xc0\x43\xb4\xa4\x09\x0f\xf0\xd0\xe3\x06\x04\x3c\xf4\xb8\x83\x03\x0f\x3d\x6e\x71\xc0\x43\x8f\x8b\x06\xf0\xd0\xe3\x32\x01\x3c\xf4\xb8\xe1\x4d\x19\x02\xbc\x25\xe0\x21\x2a\xc3\xc2\x03\x3c\x44\x5d\x5a\x78\x80\x87\x1e\x97\x17\xe0\xa1\xc7\xed\x08\x78\xe8\xcd\xbc\x17\xe0\xa1\xd7\xe1\x09\x3c\x14\x5f\xfe\x07\x3c\x14\x9d\x2a\xc0\x43\x3f\xff\x01\x78\x28\xba\x7c\x02\x0f\x65\x17\x61\xe0\xa1\xec\x52\x0e\x3c\x94\x5d\x50\x80\x87\xf2\xc0\x22\xe0\xa1\x5c\xbd\xca\x67\x5f\x49\xfe\x12\xe4\xdd\x2d\x00\x78\x28\xbb\x98\x02\x0f\xfd\xc6\x0b\xf0\x50\xd6\x7b\x01\x1e\xca\xd3\xab\x80\xbc\xeb\xcb\x00\x0f\x65\xbf\x03\xf0\x50\xf6\x9d\xa1\x51\x97\xb5\x0f\x8d\xba\xec\xc2\x07\x74\x94\xfd\x46\x5b\xfb\x18\xbb\x40\x47\x59\x47\x00\xe8\x28\x3b\x42\x80\x8e\xb2\xdb\x11\x1a\x75\xd9\x6f\x4b\x73\xdb\xea\x62\x43\x73\x5b\xb8\xd5\xe1\xa1\xb9\x6d\x8b\xbc\x97\x2d\xfc\xec\xb9\xcd\x91\x57\x01\x7e\x76\x0b\xa0\xb9\x2d\xfc\xf0\xf0\x1c\xe0\xf5\xc0\x5b\x3a\xc2\xeb\x3c\x19\x8d\x6f\x9b\x7e\x38\x8d\x6f\x9b\x9e\x37\x8d\x6f\x9b\x8b\x22\x8d\x6f\x9b\x9e\x37\x8d\x6f\x9b\xfe\x2d\x8d\x6f\x5b\xc4\x76\x1a\xdf\xb6\xc8\x7b\xa1\xf1\x2d\xbc\xf2\xf0\xd0\xf8\xb6\xb9\x01\x1d\xed\xf3\xee\xd8\xa7\x37\x7f\xb0\xcf\x6d\xec\x58\x7e\xec\xdd\x51\x77\x2c\xbc\xcf\x0b\x3c\xab\xeb\x76\x81\x67\x9d\x8d\x17\x78\xd6\xad\xff\x02\xcf\xba\xf6\x5c\xe0\x59\x47\xd6\x05\x9e\x75\xde\x5e\xe0\xd9\xca\x93\x5d\xe0\x67\xbf\xf4\x05\x7e\x76\x5d\xba\xc0\xcf\x8e\xeb\x0b\xfc\xac\x23\x70\x81\x9f\x1d\x05\x17\xf8\x59\x07\xf0\x02\x3f\xff\xf7\x6d\xff\xbd\x24\x5f\x90\xe9\xa6\x41\x20\xd3\x5f\x1a\x3d\xbc\x0f\xa6\xb3\x48\xbd\x0f\xa6\xb3\xa0\xbc\x0f\xa6\xb3\xf4\xbc\x0f\xa6\xe3\x6b\xbf\x0f\xa6\x57\xcf\x61\x3a\x83\xfc\x7d\x30\x9d\x41\xfe\x3e\x98\xde\x3d\xc2\x74\xa6\xd8\xfb\x60\x7a\xf7\x7e\x98\xde\xbd\x0a\xa5\xc9\xc7\xe7\x5c\xa0\xd6\x9e\xdb\x1c\x79\xf7\xcf\xbe\xc9\xd2\xf3\x7e\xc1\x58\x9e\x5f\xbe\x2a\xbc\xb4\x76\x9a\x8b\xab\xd0\xda\x69\x7e\x59\xaf\xf0\xd2\xda\x69\x31\x71\x5e\x5a\x3b\x2d\x3c\xa2\xf7\x05\x99\x66\xe2\xbc\x2f\xc8\x34\xa1\xe7\x4b\xdb\xa7\xcd\xd6\xf1\xd2\xf6\x89\xb0\x3b\xbc\xb4\x7d\xda\xc9\x73\x20\xd3\x0c\xeb\xf7\x05\x99\xfe\x12\x02\xe1\xa5\x25\xd4\xce\xfe\x0f\xe4\x3d\xf9\x64\x20\xef\xd9\x5f\x82\xbc\x47\xef\x0e\xf2\x4e\x28\xf8\xa2\x16\xb1\xf1\x8b\x5f\xd4\x22\x48\x32\x84\x17\xb5\x88\x1d\xb9\x03\x2d\xa1\x36\x11\xc2\x4b\x4b\x28\x54\xc6\xc2\x8b\x5a\xc4\x8e\x9e\xc3\xbe\xe4\x91\xc8\x7b\xe3\x08\xfb\x22\xef\x2c\x68\x9f\x57\xd1\xbe\xc2\x11\xf6\x25\xde\x67\xd0\x3e\x2c\x42\x49\xe2\x24\xbe\x18\x4a\x12\xc7\x37\x88\x92\x04\xa2\x40\xe1\x45\x49\xe2\x32\x71\x5e\x94\x24\x2e\x53\xe5\x45\x49\xe2\x0e\xde\x35\x90\x13\xa2\x39\xe1\x05\x72\x7a\xa6\x47\xc0\xd6\xc4\x19\x2f\x90\x13\xf5\x65\xe1\x05\x72\x7a\x1c\x13\x51\xd8\x9a\x27\x03\x72\x7a\x5f\x8f\x80\xad\xaf\xff\xfb\xb0\x80\xf7\xe1\x3b\x00\x39\xbd\xaf\xcf\xb9\x39\xe7\x73\x52\x7a\x7d\x3d\xba\xfc\x92\xaf\x09\x1c\x45\xc6\x3d\xbc\x68\xe2\x91\xc5\x0f\x2f\x9a\x78\xcf\xe5\xc9\x92\xf6\xf1\x96\x80\xaa\xde\xc7\xab\x64\xae\xe9\x55\x0a\x47\x8c\x02\xa0\x2a\x70\x82\xf0\x02\x55\x81\x0c\x84\x17\xa8\x0a\x7c\x21\xbc\x40\x55\x64\xf8\xc3\x0b\x54\x15\x12\xf6\x81\x47\xd1\xa4\x2c\xbc\xe0\x51\x71\xfa\x2c\xc0\xd6\xd3\x3b\x00\x5b\xfb\x3e\xc1\xa3\x28\x30\x0b\x2f\x78\x14\x65\x5c\xe1\x05\x8f\x8a\x78\xc2\x2f\x78\x14\x52\x62\xe1\x05\x8f\x4a\xae\x05\xe0\x51\xf1\x7a\x0e\xd8\xda\x39\x8d\x5e\x5e\x3c\xdc\x1d\xbd\x3c\xb2\xf8\xe1\x05\xab\x8a\xdb\xbb\x03\x5b\xfb\xfd\xc0\xaa\xa2\x5f\x05\xac\x8a\x26\x65\xe1\x05\xab\x8a\xdb\x27\xd3\x3e\x2d\xc2\x3e\xa2\x87\x17\xac\x8a\x62\xb7\xf0\x82\x55\xc5\xf5\x57\xe2\xe2\x05\xc6\x8a\x84\x27\x2f\x30\x16\x15\x7a\xe1\x05\xc6\x42\xed\x2d\xbc\xc0\x58\xa8\xaf\x85\xb7\x68\xba\xb7\xc3\x74\x97\x41\x60\x2c\x74\xe1\xc2\x0b\x8c\x15\x09\x25\x5e\x60\xac\xb8\xbd\x0a\xa6\x13\x18\xbe\x05\xc4\xde\x49\x5c\x40\xec\x8b\xbf\xa4\x22\x1d\x6f\xf7\x2d\x54\xa4\x17\x06\x41\xa5\x22\x3d\xf3\x2c\x15\xc5\x54\x7c\xca\xb7\xa2\x98\x5a\x78\xb9\x95\x6a\x75\x37\x84\x2f\x88\x2b\x99\x5d\xec\xfd\x82\xb8\x02\xa0\x10\xde\x2f\x88\x2b\x00\x11\xe1\xad\xa8\xa2\x56\xff\x87\x2a\x6a\xf1\x08\x55\x54\x37\x20\x9a\x47\x95\xe6\x55\x90\x3e\xc5\x9b\x7f\x69\x1e\x85\x4a\x5c\x78\xab\xac\x03\x2c\xa2\x79\x54\xa9\xdc\x8f\xe6\x51\xf5\xe1\x7f\x34\x8f\xea\x6e\x0f\x34\x8f\x6a\x7e\x23\x9a\x47\x75\x27\x0e\xcd\xa3\x9a\x83\x80\xe6\x51\x3d\x78\x07\x10\xed\xe3\x39\x10\x6d\x37\x35\x9a\x47\xb5\xeb\xfd\x06\xd7\x64\xd0\xd1\x3c\xaa\x11\xca\xbf\x34\x8f\x6a\x44\x47\x2f\xcd\xa3\xda\xc1\x76\x9a\x47\xb5\xe3\xb3\x80\xd8\x3b\x01\x50\xae\xe8\x2e\x36\x28\x57\x74\x97\x02\x94\x2b\x9a\x93\x0a\xe5\x8a\x76\x78\x96\xae\x7d\xdc\x0f\xe5\x8a\xe6\xa8\x43\xb9\xa2\x3f\x7c\x69\x94\x2b\x7a\xf5\x9a\xd8\x47\x0a\xe7\x45\xb9\xa2\xbf\x5e\x13\xc4\xde\xe9\x8e\x72\x45\x5b\x3e\xe7\xe2\x97\xfe\x0f\xfb\x5c\x14\x51\xae\x68\x8e\x90\xae\x7d\x4c\x3f\x94\x2b\x9a\x0b\x26\xca\x15\xcd\xe5\x65\xf8\xfd\x78\x4b\x28\x57\x74\x97\x6b\x94\x2b\xfa\x8b\x7d\x43\xfb\x18\x91\x34\x8f\x6a\xce\x23\x94\x2b\xda\xe1\x39\x51\xae\x40\x48\x3d\xbc\xc3\x6f\x84\x7d\x28\x57\xd0\x0d\x3c\xbc\x28\x57\x34\x9d\x92\xe1\x37\x62\x0c\xa2\x5c\xd1\xc9\x17\xbf\x28\x57\xf4\xe0\x11\x36\x38\xdf\x51\xae\x98\x6e\xcc\x28\x57\x80\xc2\x84\x17\xe5\x8a\xa9\x73\x81\x72\xc5\x74\x63\x46\xb9\x62\xba\x5c\xa3\x5c\x31\x75\xf2\x50\xae\x98\xdd\x6b\x22\x29\xd0\xbd\x3b\x92\x02\x93\xb7\x8b\x72\xc5\x74\x0d\xb1\xd1\xae\x0e\x12\xea\x14\xdb\x37\x4f\xa3\xa7\x43\xe6\xfc\x45\x9d\xe2\xe8\x40\xa0\x4e\x41\x97\xed\xf0\xa2\x40\x71\x74\x04\x68\xf4\x74\x0a\xf3\x8f\x46\x4f\x27\x60\x1f\xea\x14\x47\xfb\x90\xa0\xf8\x39\x09\x48\x50\x9c\xcc\x73\xd2\xe8\xe9\x90\x9f\x7e\x69\xf4\x74\x5e\x9f\xec\x72\x95\x3f\x4a\x45\xc2\x8b\x72\xc5\xd1\x73\x43\xb9\xe2\xe8\xbd\xa0\x5c\x71\xf4\xd5\x50\xae\x38\x7e\x06\x94\x2b\x8e\x3b\x31\xca\x15\x87\x60\xe5\x45\xb9\xe2\x64\x8f\x30\xdd\x25\x12\xfe\xdf\x71\xf9\x84\xff\x77\xdc\x7f\xb6\xa6\x7b\x84\xe9\xc1\xff\x61\x7a\xf1\xc9\x34\xdd\x5f\x62\xba\x9e\xe9\xd6\x74\x3e\x03\xdc\xc0\x03\xf4\xf0\xc2\x0d\x3c\x7e\xcc\xa3\x7d\xd8\x00\x01\xf0\xb8\x78\x43\x00\x3c\x04\x86\x2f\x04\xc0\x43\x58\xf3\x42\x00\x3c\x6e\x08\x10\x00\x4f\xf5\x97\xda\xe7\x55\x24\xc5\xf8\x2c\xd8\xa7\xd7\x0a\x01\xf0\x14\x26\x0e\x24\xbf\x43\xbe\xea\xa5\x99\xd3\x1b\x78\x4e\x60\x2c\x41\x98\x17\x18\xeb\x0d\x0c\x10\x9b\x39\x5d\x6c\x07\xc6\x7a\xfd\x0e\xc0\x58\xaf\xef\x93\x66\x4e\x2f\xc1\xed\x4b\x33\x27\xc1\xa2\x17\x88\x4b\x80\xe6\xa5\x99\xd3\xeb\xd6\x78\x65\x4e\x78\x3f\x98\x13\x7e\x15\x9a\x39\xbd\x7a\xe5\x34\x73\x12\x64\x7a\x6d\xe6\xe4\xc8\xb2\x99\x93\xf6\xd9\xcc\x89\xc9\x11\x6c\xe6\x44\x5e\x3b\xd8\xcc\x89\xd4\x56\xb0\x99\xd3\x47\xcf\x0b\xc1\x66\x4e\xc4\x66\xe1\x91\x55\x11\x38\x82\x55\xf1\x78\x0e\x56\x05\x5f\x3a\xd8\xcc\x29\xf8\x4b\x58\x07\xbc\x97\x60\x33\x27\xe2\x8c\x60\x33\x27\xbe\x7b\xb0\x99\x53\xf4\x7f\xb0\x0e\x08\xb4\x03\xcd\x9c\xa8\x86\x0c\x81\x66\x4e\x31\x78\x15\x58\x15\xc4\x3c\xe1\x85\x55\xc1\x96\x1a\x68\xf4\x94\xf8\x46\x81\x46\x4f\x29\x78\x0e\x56\x85\x4f\x4d\xa3\xa7\xc4\xc2\x10\x68\xf4\x94\xf0\xb5\x03\x8d\x9e\xd2\x07\xdd\x86\x40\xa3\xa7\x44\xae\x35\xd0\xe8\x29\xf9\x9c\x34\x7a\x4a\x5a\x8b\x72\x45\x22\xb7\x1b\x50\xae\x48\x3e\x35\xca\x15\xe9\xf5\x7f\xb0\x2a\x48\xa9\x04\x94\x2b\x52\xf0\xc9\x90\xae\xf5\xbd\xa0\x5c\x81\x6e\x5a\x08\x28\x57\x64\xc6\x67\x40\xb9\x22\x17\x8f\x10\x1f\xc0\x99\x09\x28\x57\xe4\xc3\xbb\x0e\x32\x2e\xb0\x08\xe5\x8a\xcc\xc6\x1c\x02\xe2\x03\x6c\x47\x21\x20\x3e\x80\x2f\x1a\xbe\x68\xac\xe6\xed\x1d\x06\xbf\xc4\x3e\x34\x2e\xf2\xf6\x0e\x08\xe0\xb2\xe8\x07\x34\x2e\x4a\xd7\x06\x04\x70\xbd\x3b\x3a\x16\x95\x48\x2d\xa0\x63\x41\x9f\xf9\x10\xd0\xb1\xa0\xaf\x7d\x08\xe8\x58\xd4\xe4\xff\x10\x1f\x20\x9e\x0d\x08\x52\xd4\xed\x11\x0d\xb7\xfe\xea\xbd\x17\x02\x5a\x15\x8d\xa5\x2e\x44\x99\x13\xbc\x32\xf4\x28\x28\x6a\x0c\x01\x3d\x0a\x38\x8c\x21\xa0\x47\x81\xe8\x65\x08\xe8\x51\xb4\xc2\xcd\xd1\xa3\x68\xf8\x2b\x01\x3d\x0a\x04\x31\x43\x40\x8f\xa2\xb1\x40\x07\xf4\x28\x5a\xf6\x7f\x90\x46\xd8\xa9\x42\x82\x55\x01\xea\x19\x12\xfa\x02\xec\x3f\x01\xad\x8a\x5e\xfd\x25\xfa\x02\xbf\xfb\xc1\xb8\x78\x3c\x07\xe3\xe2\xf1\x39\x37\x47\x5e\xe5\x70\x84\xb5\x68\x5c\x20\xce\x19\x02\x1a\x17\x83\x1d\x3c\xa0\x71\x31\x1c\x12\x68\x5c\x0c\x3f\x3b\x1a\x17\xd3\x8f\x82\xc6\xc5\x04\x4f\x0f\x68\x5c\x4c\x3f\x2d\x1a\x17\x93\x3c\x5e\x40\xe3\x62\x26\xee\x8e\xc6\xc5\xf4\x63\xa2\x71\x31\xd9\x1a\x03\x1a\x17\x33\xfb\x3f\x18\x17\x0e\x09\x34\x2e\x68\x67\x1b\x02\x1a\x17\xab\x7b\x95\xc3\x39\xff\x77\x39\xe2\xfb\xa1\x71\xb1\xbd\x26\x1a\x17\xdb\x89\x83\xc6\xc5\x2e\xbc\xa5\x42\xdd\x7e\xf6\x08\xc6\x05\x30\x48\x40\xff\x02\xc9\x9e\x10\xd0\xbf\xd8\x8e\x09\xf4\x2f\x76\xf2\x9a\x30\x2e\x1c\x4b\xe8\x5f\x6c\xc7\x19\xfa\x17\x26\x7b\x02\xfa\x17\xa6\x5b\x02\x04\xc0\x9d\x79\x83\x10\x00\xb7\x63\x09\x02\xa0\xe9\x9d\x00\x01\x10\xe1\x9f\x10\xaa\x6c\x0c\xde\x04\x44\xbe\xeb\x5b\x82\xac\x77\x9d\xa8\xc0\x58\x8f\x57\x01\xaa\x32\x21\x10\x80\xaa\x04\x84\x42\x85\x91\x40\x8a\x2a\x54\x18\x09\x7e\xf7\x06\x23\xc1\xa7\x6e\x30\x12\xb4\xbd\xc1\x48\x70\x4c\x7c\x51\x4e\x7b\x49\x20\x85\x2f\xca\x69\xaf\xd3\xfd\x8b\x72\x9a\x5b\x5c\x68\x30\x2e\x1c\x75\x0d\xc6\x05\x08\x4d\x68\x68\xf8\x3a\x5a\x1b\x65\xfc\xd1\xfb\x51\xc6\x0f\xd2\x1f\xba\x65\xfc\xbc\xdd\x0e\xa0\xbe\xf8\x65\x07\x50\x07\x1f\x0a\x5f\x7c\xd2\x7e\x0b\x74\x07\x50\x5f\x8c\xc1\x0e\xa0\x8e\xdf\x1f\xbe\xf8\xa4\x25\x37\xc3\x0e\xa0\xee\xd2\xda\x01\xd4\x9d\x1d\x1d\x40\x1d\x1f\x36\x74\x00\x75\x22\xa7\xf0\xc5\x27\x2d\xbd\xde\x01\xc2\xc0\xf2\x1c\x84\x81\xe5\xfd\x20\x0c\x1c\x6d\x80\x30\x70\x78\xce\x81\x7d\x60\x47\xe1\x8b\x4f\x1a\x54\xc1\x10\x06\xf6\xb9\x78\x0f\x08\x03\x24\x4a\xc2\xc0\x3e\xf2\x03\x61\x60\xdf\xf5\x2a\x10\x06\xdc\x10\x06\xf6\x91\x03\x08\x03\xfb\x88\x64\xc2\xc0\x3e\x62\xc8\x30\xb4\xcf\x3b\x40\x88\x20\x5d\x16\xbe\xd8\xa5\xa5\xe7\x0f\x12\x5c\x08\x5f\x58\xd3\xd2\xe3\xa3\x60\xba\xeb\xfa\x17\xd6\xb4\x44\xb8\x17\xbe\xb0\xa6\x25\xc2\xa1\x30\xfd\xb4\x7c\x94\xe9\xa7\xe5\x25\xa1\x40\x61\x96\x26\xa0\x40\x01\x2f\x32\x04\x14\x28\x4c\x7f\x04\x14\x28\xe2\xf6\x0e\x7e\x5a\x7f\xd9\xb8\xbb\xd7\xc4\xf4\xee\x39\x4c\x5f\x9e\xc3\x74\x42\xf2\x80\x02\x45\x74\xe8\x4e\x3f\x2d\x03\x04\x05\x8a\xe8\x7e\x8e\x02\x85\x49\x94\xa0\x02\x05\x59\xc4\x80\x02\x45\xc2\xe3\x0b\x2a\x50\x6c\x8f\xb0\xcf\x69\x8b\x02\x45\xf1\xd3\xa2\x40\x51\x7e\x57\x81\x2b\xe1\xa4\x42\x81\x02\x06\x65\x08\x28\x50\x14\x07\x16\x0a\x14\xbf\x5d\x1a\x05\x8a\xe2\x9b\x40\x81\xa2\x38\xb0\x50\xa0\x28\x0e\x4f\x14\x28\x0a\xa9\x8a\x80\x02\x45\xf1\x4d\xa0\x40\x51\x08\x52\x03\x0a\x14\x45\x6b\x51\xa0\x28\x4e\x31\x14\x28\x8a\xdf\x01\x05\x0a\x21\xa0\x80\x02\x45\x73\x11\x46\x81\xa2\x11\x05\x04\x14\x28\x1a\x1c\x92\x80\x02\x45\xfb\xdd\x01\x8e\xc5\xf4\xee\x70\x2c\xa6\xd7\x84\x63\xe1\x74\x47\x81\xa2\x91\x8f\x0b\x28\x50\xb4\xe9\xfd\xe0\x58\xc0\x1e\x08\x28\x50\xb4\xe9\x1d\xe0\x58\x10\xdc\x06\x14\x28\x28\xba\x08\x01\x05\x8a\xee\xd4\x44\x81\xa2\x39\x39\x50\xa0\xe8\x7a\x4b\x28\x50\x74\xd8\x1f\x01\x05\x0a\x41\xde\x70\xe4\x58\x78\x07\x78\x14\x2e\xf3\xa8\x4c\x0c\x17\x53\x54\x26\xa8\x16\x0c\x01\x95\x89\x91\x3d\xda\xfc\x12\x6b\x51\x8b\x18\x2e\xde\xa8\x45\x0c\xdf\x35\x6a\x11\xc3\xed\x01\xb5\x88\xe1\xa2\x8f\x5a\xc4\x70\x0b\x47\x2d\x62\xb8\xe8\x5f\x3b\x4c\x7a\x84\x0a\x43\xf3\x2a\xa8\x30\x34\xef\x0e\xdf\xc3\x2f\x86\x92\xc4\xf2\xcd\xa3\x49\x4e\xbb\xde\x10\xd0\x24\x5f\x7e\x3f\x54\x26\x68\xa3\x1f\x22\x94\x3f\x74\xe8\x42\x84\xf2\x87\x46\x5d\x88\x50\xfe\x36\x31\x4f\x84\xf2\xb7\x99\x1d\x11\xca\x1f\xac\xfd\x10\x1f\xb9\x20\x9b\x23\xb8\x20\xac\x0c\x11\xca\x1f\xf5\x0b\x21\x42\xf9\xdb\x8c\xf2\x08\xe5\x8f\x9a\x81\x10\xa1\xfc\x51\x5d\x10\x22\x94\xbf\xbd\xbd\xfb\xe2\x97\xde\x7d\x73\xce\x3b\x20\x25\xb1\xfc\xdf\x67\xdf\x21\x99\x15\xa1\xfc\x1d\xd2\x73\x11\xca\xdf\x61\x05\x8b\x50\xfe\x0e\xdb\x58\x54\x4a\x82\x19\x1e\x95\x92\x60\xed\x89\x50\xfe\x0e\x5b\x40\x84\xf2\x77\xee\x1f\xed\x50\x43\x84\xf1\x77\xae\x97\x84\xea\xc2\x74\x8f\x30\xfe\x0e\x19\xc6\x08\xe3\xef\x30\xdd\x23\x8c\xbf\x43\x2e\x2b\xc2\xf8\x3b\xc7\xc7\x84\x5e\x42\xe0\x14\x03\x34\x18\xf8\x86\x51\x95\x09\xc2\x9a\x88\xca\x04\xc5\x05\x21\xa2\x32\x21\x67\x32\xa2\x32\x21\xbc\x10\x55\x99\xb8\xfe\x0f\x1a\xcc\xf5\x97\xd0\x4b\xc8\x29\x46\x55\x26\x7c\x65\x41\x1a\x0c\x16\x05\x38\x24\x4c\xd4\x18\xe0\x90\x3c\x0c\x25\x15\x28\xc8\x5a\x46\x15\x28\x00\x61\xa2\x0a\x14\x78\xd7\x11\x05\x8a\x97\x74\x4b\x44\x81\xe2\x25\x8d\x11\xa3\xf4\x19\x9e\x13\x05\x8a\x17\xbf\x3f\xa2\x40\xf1\x12\x91\x44\x14\x28\x82\xcf\xf2\x85\x3c\x3d\xe0\xcd\xc7\x0f\x64\xea\xc8\x15\x85\xf8\x81\x4c\x3d\x78\xf7\x2f\x1c\xea\xe1\xf5\x97\x9d\x5f\xf2\x06\xbf\x98\xa7\x87\xc7\xbb\x4f\x8e\x78\x4b\x1f\xc8\xd4\x83\xd6\x7e\xf1\x50\x0f\xaf\x4f\x26\x7f\xc6\xff\x61\x1f\x59\xd2\xf8\xc5\x43\x3d\xf8\x8d\xbe\x78\xa8\xeb\x9d\xc5\x2f\x1e\xea\x81\x30\x3f\x7e\xf1\x50\x0f\xc4\x27\x31\x61\x1f\x99\xb4\x98\xb0\x2f\xf8\x3f\xec\x83\x4b\x10\x13\xf6\xbd\x5e\x05\xfb\x7c\xf3\x09\xfb\x5e\xef\x3e\x60\xef\xf0\x35\xbf\x78\xa8\xe7\xe6\x73\x2e\x8e\xbc\xdf\x67\x5f\x86\xbb\x1a\xbf\x78\xa8\x23\xd2\x13\x62\x42\x41\x04\x22\x66\xa4\x49\x6d\x01\xb6\x8e\x34\xa9\x15\x0b\x88\x34\xa9\x95\xe0\x18\x6d\x52\xeb\x04\xb7\x49\xed\xf2\x7f\x70\x80\x9c\x2b\x36\xa9\xbd\x5e\xa5\xc3\xfa\xe1\xc9\x32\x1c\xa0\xea\xb9\xc9\x39\x9f\x05\x0e\x90\x63\xf0\x8b\x79\x3a\x35\x80\x21\x7e\x31\x4f\x37\x6f\x1f\xbf\x98\xa7\x2f\x97\x82\x2f\xe6\xe9\xbf\x65\x82\x46\xb4\x67\x7a\x0e\x9e\x0f\x1b\x57\x44\x81\x82\x5a\xda\x10\x51\xa0\x78\x96\xbf\x84\xe7\x03\xb6\x12\x51\xa0\x10\xcc\x8c\x28\x50\x50\x91\x1b\x22\x0a\x14\xb4\xf9\x0d\x11\x05\x8a\xc7\xf7\x82\x02\xc5\xe3\x3b\x43\x81\x82\x82\xe3\x10\x51\xa0\x10\x86\x8c\x28\x50\x50\x7e\x1c\x22\x0a\x14\x54\x07\x87\x88\x02\x05\x12\x9f\x21\xa2\x40\x21\x3c\x1b\x51\xa0\x78\xb4\xaf\x6a\x1f\x77\x47\x81\xe2\x75\xd9\x45\x81\x22\x54\xef\x80\x4a\x48\xf5\x97\x70\x79\xfc\x7e\x48\x49\xe4\xed\xfd\xe0\xf2\x80\x59\x44\xa4\x24\x44\x99\x22\x52\x12\xf9\xf7\x64\x70\x79\x7c\x2f\x48\x49\x98\x52\x89\x48\x49\xa0\x03\x19\x22\x52\x12\x79\xff\x05\xef\x45\x54\x26\xb2\x2f\x1e\x95\x89\xec\xd2\x8a\xca\x44\xf6\xf3\xa1\x32\x21\xe0\x15\x51\x99\xf8\x4d\x07\x54\x26\xb2\xfb\x16\x2a\x13\xd9\x7d\x0b\x95\x89\x7c\xfc\x9f\xa6\xf3\x3a\x9b\xa6\xf3\x92\x50\x99\xc8\xd7\x5f\x6a\xba\x77\xc0\x74\x77\x3f\x54\x26\xb2\x9f\x5d\x95\x09\x20\x99\x88\xca\x44\x23\xd0\x8e\xaa\x4c\x90\x28\x89\xaa\x4c\xb8\x7c\xa2\x32\x81\xe6\x73\x88\xa8\x4c\x50\x34\x13\x22\x2a\x13\x28\x47\x87\x88\xca\x04\xa5\xb4\x21\xa2\x32\xa1\xa7\x18\x51\x99\x40\xc9\x39\x44\xfb\xd7\x66\xaf\x02\xcd\x27\x7b\x15\x68\x3e\xc5\xff\x41\xf3\xc9\x7c\x5a\x54\x26\x1a\xe1\x6c\x44\x65\xa2\x91\x3a\x88\xa8\x4c\x98\x32\x8a\xa8\x4c\x08\x24\x45\x55\x26\xf4\x2d\x54\x99\xf0\x6b\xaa\x32\xe1\xe0\x51\x65\xc2\x09\xa0\xca\x84\x03\x59\x95\x09\xa7\x83\x2a\x13\x7a\x44\xaa\x4c\x38\xa9\x54\x99\x70\x4c\xa8\x32\xe1\xf7\x53\x65\x62\x7a\x3f\xb8\x3c\x4e\x77\x55\x26\xf0\x6f\xa3\x2a\x13\x0e\x56\x55\x26\x1c\xd6\xaa\x4c\x38\xdd\x55\x99\x70\xfa\xa9\x32\xe1\x98\x50\x65\x02\x3f\x2e\xaa\x32\xe1\x22\xac\xca\x84\xe3\xcc\x46\xb4\xe4\xc3\xa3\x4a\x12\x64\x8f\xa3\x4a\x12\xbe\x5d\x95\x24\x7c\xf3\x2a\x49\x24\x9f\x0c\x3e\x8b\xdf\x4f\x25\x09\x92\x67\x51\x25\x09\x97\x5d\x95\x24\x48\xc8\x45\x95\x24\x1c\x83\x2a\x49\x90\xec\x89\x2a\x49\xb8\x69\xab\x24\xe1\x52\x0e\x55\xf0\x38\x3e\xa1\x0a\x1e\xc7\x19\x54\xc1\xe3\x93\x41\x15\x3c\x8e\x5d\xa8\x82\xe2\x43\x51\x25\x09\xbd\x41\x95\x24\x5c\x6c\x54\x92\xf0\x1b\xa9\x24\xe1\x78\x51\x49\xc2\x91\x05\x55\xf0\xe2\xe9\xc7\x2d\x9f\x85\x27\x53\x65\x02\x82\x63\x04\x65\x7a\xf4\x30\x41\x92\xde\xe0\x35\x3f\xa4\xe5\x25\xe9\x16\x41\x92\x5e\x58\x38\x11\x24\x49\x04\x23\x82\x24\x89\x8a\x44\x90\xa4\x37\xf9\x4b\x38\x2b\xba\x75\x20\x49\x26\x89\x22\x48\xd2\x4b\x06\x3c\x82\x24\xbd\x3e\x35\x48\x52\x08\x1e\xe9\x2e\xf1\x55\x40\x92\x02\x49\x9b\x08\x92\xf4\x73\x89\x40\x92\x7e\xee\xc4\x91\xd8\xe0\x39\x88\x0d\x6e\xc5\x20\x49\x26\x58\x22\x48\x92\x89\x99\x08\x92\x94\xfe\x12\xe7\x0c\x11\x90\xe9\xcb\x70\xfc\x77\x04\xdd\xe3\xf7\xd0\x9b\x23\x1f\xe5\x33\x3d\x39\x90\x51\x99\x48\xe4\xd5\x22\x2a\x13\xc9\x21\x8f\xca\x44\x02\xc7\x8d\xa8\x4c\x24\x48\x38\x11\x95\x89\x44\x80\x17\x51\x99\x48\xd0\xc9\x22\x4a\x12\x49\xaf\x0e\x25\x89\xa4\xff\x87\x92\x84\xc0\x47\x44\x49\x22\x05\xaf\x89\x0d\x60\xa0\x11\x25\x89\x14\xbd\xbb\x36\xf8\x64\xd8\xa0\x2f\x8a\x92\x84\x10\x49\x42\x49\x22\xf1\xf9\x12\x4a\x12\x89\x8f\x92\x50\x92\x48\x78\x83\x09\x25\x09\x4a\x4d\x43\x52\x49\xe2\x78\x2e\x73\x4d\xcf\x15\xfe\x77\x38\xc2\x3e\x40\x98\x84\x92\x44\x7a\x3c\xf7\xd9\x27\x0c\x92\x50\x92\x90\x39\x9b\x50\x92\xc8\x84\x7b\xc9\x4e\xb7\xc0\x5f\xc9\x76\xb6\xf8\x86\x49\x25\x89\xee\x53\xc3\xe9\x60\x91\x4a\x2a\x49\x00\x8d\x25\x95\x24\xa0\x3b\x26\x95\x24\xc8\x9c\x27\x95\x24\x40\xc9\x13\x4a\x12\x05\xdf\x22\xd9\xea\x36\x78\x4d\x38\x0f\x40\x94\x09\x25\x89\x4e\x84\x90\x50\x92\xe8\xd1\xff\xc1\x79\x60\x41\x49\xb4\xba\xed\x2c\x44\x09\x95\x89\xce\xa2\x98\x50\x99\xe8\xd1\xab\xa0\x32\xc1\x24\x4e\xa8\x4c\xf4\xe2\x53\xc3\x17\x60\x2c\x25\x54\x26\x3a\xd4\xbd\x84\xca\x44\xcf\x7c\x15\x54\x26\x7a\xf6\x97\x70\x1e\xf0\x9d\x12\x4a\x12\x9d\xf1\x92\x50\x92\xe8\x2c\xad\x29\x68\x03\x6f\x1e\x25\x89\xce\xb6\x99\x82\x36\xf8\x3f\x38\x0f\x2c\xa6\x09\x25\x89\xee\x3b\x43\x49\xa2\x13\x27\xa6\xa0\x0d\x3e\x0b\x36\x38\xea\x50\x92\xe8\x8e\x02\x94\x24\xe8\x5e\x18\x12\x4a\x12\x9d\xc2\xa6\x04\xad\xaf\x83\x05\x24\x68\x7d\x9d\x19\x90\xa0\xf5\x89\xc2\x24\x68\x7d\x74\x4b\x0c\x09\x5a\x5f\x27\xb3\x9c\xa0\xf5\xd1\x3b\x31\xa4\xa8\x7d\xbc\x33\x68\x7d\xc8\x62\x85\x04\xad\x0f\x1d\xe9\x90\xa0\xf5\xa1\x0e\x1d\x52\xd4\x3e\xde\x3c\xb4\x3e\x74\xa4\x43\x82\xd6\xd7\x99\x7f\x09\x5a\x5f\x27\xca\x49\xd0\xfa\x3a\xdc\x8c\x64\xab\x5b\x96\xdd\xa4\x02\x85\xdf\x1d\x5a\xdf\x64\xb5\x49\xd0\xfa\xa6\x5f\x1a\x5a\x9f\x08\x4d\x82\xd6\x37\x7d\x13\x49\x4e\x87\xf7\x93\xb7\xc1\x9b\x87\x9e\x77\x7e\xe7\x20\x05\xb0\x85\x27\xe5\x22\x70\x35\x12\xf4\xbc\x03\x39\x37\x41\xcf\x3b\xb8\x13\x09\x7a\xde\xe9\x9e\x03\xf8\x1f\x9e\x03\xf8\xc7\xd1\x49\x50\xf0\x3e\xb1\xa4\x7f\x2e\xc9\x09\x76\x9e\xfb\x64\x82\x9d\x77\xf0\x84\x13\xec\xbc\x43\xc8\x93\x60\xe7\x9d\xe5\x0d\xe0\x3c\x00\x24\x25\xd8\x79\x87\xc0\x22\xc1\xce\x3b\x78\x44\x09\x76\x1e\xad\xe4\x43\x82\x9d\x77\xf0\x73\x12\x14\xbc\x03\xb3\x34\x41\xc1\x3b\xf8\xda\x09\x0a\xde\x21\x37\x98\xa0\xe0\x1d\xb2\x5e\x09\x0a\xde\x21\xe8\x48\x50\xf0\xac\x1e\x4a\x50\xf0\xac\x3a\x4a\x50\xf0\x8e\x8b\x0d\x14\xbc\xe3\x52\x07\x05\xef\x34\xaf\x89\x7d\xcd\x27\xc3\x3e\x0a\x08\x12\x14\xbc\x03\x34\x96\x8a\xf6\xf1\x9c\x55\xfb\x78\x16\x28\x78\x87\x20\x27\x55\x3f\x1f\x93\xbf\xfa\xf9\x78\x2f\x15\xfb\x08\x13\x53\xc5\xbe\xe1\x55\xe0\x43\x24\x7f\x09\x1f\x02\x88\x2b\xa9\x24\xe1\x90\x57\x49\xa2\xf8\x3f\xf8\x10\xc5\xbb\xc3\x87\x70\x78\xa2\x24\xf1\xe2\xbf\x27\x95\x24\x5c\x14\x55\x92\xa8\x1e\xc1\xf7\x70\x41\x41\x49\xe2\x75\x19\x44\x64\xdd\xa4\x4d\x42\x64\xfd\x75\x72\xa0\x32\x61\xcd\x53\x42\x65\x42\x30\x2c\xa1\x32\xf1\x3a\xf9\x51\x99\x78\x09\xde\x53\xd3\x3e\xde\x67\xd3\x3e\xcf\x61\x5f\xf6\x2a\xd8\xe7\x22\xd5\xb4\x0f\x8b\x9a\xf6\xf9\x9c\xf2\x3d\xbc\x26\x7c\x0f\xbf\x6d\x93\xef\xc1\x78\x41\x65\x22\x50\xee\x92\x50\x99\x08\x6e\x63\x5d\xbe\x07\xdf\x08\x95\x89\xe8\x12\xa2\xca\x84\xb6\xa3\x32\x21\x88\x96\xba\x7c\x0f\x9e\x45\x95\x09\x97\x5d\x55\x26\x92\xe7\xe0\x7b\x10\x8d\x25\x55\x26\xb4\x4f\x25\x09\xbf\x34\x4a\x12\xc9\x65\x10\x25\x89\xe4\x96\x83\x92\xc4\xcf\x9d\x40\x48\x3d\xb9\xfd\x21\xa4\x9e\x7c\x4e\x94\x24\x92\x0b\x1f\x4a\x12\xc9\x37\x88\x92\x44\x72\x9c\xa1\x24\x91\x80\xb8\x12\x4a\x12\x74\xbf\x0b\x09\x25\x89\x74\xbd\x03\xbc\x8d\xeb\x55\xbe\xef\x90\x5f\x8f\x3e\x1b\x32\x9c\xa3\x84\x5a\xba\x25\x42\x49\x0a\x1e\x29\xa3\x84\xca\x44\x26\x9b\x9b\x50\x99\x28\x8f\x47\x81\x23\x7f\x09\x6f\x03\x3f\x3c\xa1\x32\x91\x7d\x16\x54\x26\x32\x31\x64\x42\x65\x22\xbb\x08\xa3\x32\x91\xa1\x34\x26\xa4\x24\x0a\x3e\x6c\x42\x4a\x22\x93\xe0\x4c\x48\x49\x64\xd2\xb9\x09\x29\x89\x7c\xb0\x08\x29\x89\x0c\x84\x97\x90\x92\xc8\xda\x8e\x94\xc4\xcf\xb5\x41\x4a\xa2\x10\x6d\x26\x5a\xf2\x7e\x88\xd0\xbf\x97\x64\xba\xf5\xd6\xec\xdf\xa0\x74\x38\x08\x50\x99\xa8\x00\x3b\x09\x95\x89\xea\x90\x47\x65\xa2\xba\xd7\x2f\xe8\x1e\x04\x63\x69\x41\xf7\xf0\xd3\xa2\x40\x51\xf5\x50\x50\xa0\xa8\x20\xef\x09\x05\x8a\x0a\x95\x3b\xa1\x40\x81\x7a\x57\x48\x28\x50\x58\xac\x9b\x50\xa0\x68\x7a\x6e\x28\x50\x34\xf7\x2d\x14\x28\x5a\xf3\x1c\x7c\x0f\x3d\x45\x54\x26\x2c\xeb\x4d\xa8\x4c\x34\x07\x01\x2a\x13\xcd\xe1\x82\xca\x84\x85\xbc\x09\x95\x09\x14\xb3\x42\x42\x65\x02\x1d\xac\x90\x50\x99\x68\xee\xf5\xa8\x4c\x74\x38\xcb\x09\x95\x09\xcb\x73\x13\x2a\x13\x9d\x32\x99\x84\xca\x44\xf7\x7e\xa8\x4c\x0c\xc0\xd3\x84\x92\x04\x32\xd9\x21\xa1\x24\x41\x1f\xc0\x90\x50\x92\xa0\x63\x60\x48\x28\x49\x8c\xe0\x2f\x2b\xe7\xb0\x08\x25\x89\xa1\x8f\x8e\x92\xc4\x70\xd0\xa1\x24\x31\x5c\xf4\x51\x92\xb0\x92\x29\x1d\x95\x40\x18\xd6\x28\x49\x8c\xe3\x55\x50\xca\xd0\x13\x86\x9e\x37\x49\xfd\x24\xe8\x79\xd3\xaf\x09\x3d\x6f\xea\x9d\x41\xcf\x9b\x8e\x10\xe8\x79\xd3\x45\x1f\x7a\xde\xd4\xc3\x84\x9e\x37\x61\xd3\x24\xe8\x79\x53\x9f\x19\x7a\xde\x74\xf1\x86\x9e\x37\xdd\x10\xa0\xe7\x4d\xb7\x0e\xe8\x79\x53\x2f\x12\x7a\xde\x74\xab\x82\x9e\xb7\xdc\xde\xa1\xe7\xad\xe9\x73\xca\x4b\x61\x2c\x41\xcf\xdb\xd0\xf3\x32\xf4\x3c\x1a\x44\x85\x0c\x3d\x4f\x18\x2b\x43\xcf\xa3\xcd\x54\xc8\xd0\xf3\x68\x2c\x15\x32\xf4\xbc\x0d\x75\x2f\x43\xcf\xa3\x39\x56\xc8\xd0\xf3\x36\xcb\x7c\x86\x9e\x67\x61\x74\x86\x9e\x47\x8b\xa6\x90\xa1\xe7\xd1\x4a\x2a\x64\xe8\x79\xbb\x79\x04\x2f\x85\xf9\x90\xa1\xe7\x09\xb7\x65\xe8\x79\x96\x5e\x67\xe8\x79\xb4\xd8\x0a\x19\x7a\xde\xe5\x8b\x65\xe8\x79\x17\xae\x4b\x7e\x55\x02\xe1\x0e\x50\xf0\x2c\xc4\xc9\xaf\x9c\x15\x2c\x82\x82\x77\xa9\xe1\xcc\xe0\x51\x96\x3b\x67\xf0\x28\xb1\x95\x0c\x1e\xa5\x93\x90\xc1\xa3\xde\xea\xff\x50\xd8\xc8\xde\x0f\x3e\x0b\xe3\x25\xa3\x40\xf1\x92\xd6\xcb\x28\x50\xe8\x40\x64\x14\x28\x74\x20\x32\x11\x50\xf5\xee\x28\x50\xbc\xa4\x8c\x32\x0a\x14\x2f\x63\x22\xa3\x40\xf1\xb2\x4a\x65\x14\x28\x5e\x22\x92\x8c\x02\x85\x9b\x7d\x46\x66\x42\xc7\x23\x23\x33\x11\xd8\x64\x32\x32\x13\x81\x4d\x34\x23\x33\x11\x7e\xff\x5b\x1c\x61\x2d\x32\x13\xb4\x92\x0a\x19\x99\x89\x90\xfe\x82\xf7\x32\x0a\x14\xf4\x69\x0d\x19\x05\x8a\x44\xd0\x98\x51\xa0\x48\x2c\xc9\x19\x05\x8a\xa4\x79\x28\x50\x24\x96\x97\x8c\x02\x45\x6a\xfe\x2f\x73\x84\x09\x28\x50\x24\xa6\x5f\x46\x81\xc2\xbd\x3e\xa3\x40\xe1\xee\x9e\x51\xa0\x48\x4e\x00\x14\x28\x92\x2f\x10\x05\x0a\x13\x17\x19\x05\x0a\x77\xf7\x8c\x02\x45\x72\x08\xa2\x40\x91\xd8\x3a\x32\x0a\x14\x89\x0d\x21\xa3\x40\x91\x58\x34\x32\x0a\x14\x89\xa5\x20\xa3\x40\x91\xf0\x22\x33\x0a\x14\x19\xa0\x25\xa3\x40\x91\xfc\xd0\x28\x50\x98\x6e\xc9\x28\x50\x24\x3c\xa2\x8c\x02\x45\x8a\xde\x01\xfb\x9c\x8c\x28\x50\x98\xec\xc9\x09\xfb\x58\x50\x72\xd2\x3e\x3e\x5f\xd2\x3e\xde\x59\xc2\xbe\xa0\x0d\xb2\x62\x3c\xc2\x3e\xbc\xcf\x8c\x72\x85\x69\x9a\x8c\x72\x85\xfe\x51\x46\xb9\x42\xb6\x6a\x46\xb9\x22\x65\x7f\x89\x7d\x2c\x7c\x39\x6b\x1f\x77\x40\xb9\x42\x9f\x2b\xa3\x5c\x91\x08\x83\x33\xca\x15\xfa\x71\x19\xe5\x8a\xe4\x20\x47\xb9\x22\x91\x73\xcb\x28\x57\x24\x17\x22\x94\x2b\x52\xf4\xa9\xb1\x8f\x98\x20\xa3\x5c\x91\xc8\x30\x66\x94\x2b\x4c\x97\x65\x94\x2b\x12\xf9\xbf\x5c\xfc\x7e\x5c\x13\xe5\x0a\x3d\xcc\x5c\x24\x74\x71\x07\x94\x2b\x92\x0b\x03\xca\x15\x7a\x83\xb9\x38\x3e\xbd\x8a\xe3\xd3\x5f\x7e\xf6\xd5\xc7\xab\x74\x8e\xfc\x1f\xac\x18\x7c\xb5\x8c\x72\x85\x65\xd2\x19\xe5\x8a\x02\x46\x9f\x8b\xac\x18\x2c\x2a\xb0\x62\xf0\xb2\x32\xaa\x16\x72\x5e\x33\xaa\x16\x05\x3f\x2e\xa3\x6a\x51\x49\x6d\x65\x54\x2d\x2a\x29\xc6\x8c\xaa\x85\xc5\x44\x19\x55\x8b\x82\x57\x97\x51\xb5\xa8\x8f\xd7\x2c\x1c\x71\xbf\x2a\x2b\xc6\x5f\xc2\x8a\x21\x7b\x9c\x51\xae\x68\xdb\xfb\xc1\x7c\xd9\x9e\x83\xf9\x02\x23\x28\x43\x07\xb4\x64\x27\x43\x07\xb4\x84\x26\x43\x07\xec\x6e\x47\xd0\x01\x3b\xe9\x81\x0c\x1d\xb0\xc3\x21\xce\xd0\x01\xfb\xf1\x97\x30\x5f\x20\xcf\x65\xe8\x80\x1d\x1f\x3d\x43\x07\xa4\x71\x56\xc8\xd0\x01\x3b\xe8\x54\xfe\xa2\xaa\x46\x73\xac\x90\xbf\xa8\xaa\x75\x60\xcf\xdc\x60\xc5\xb8\x66\x41\x1c\x1c\xae\x2f\x0d\x56\x8c\x9b\x68\x83\x15\xe3\x22\x0c\xa9\x70\xb8\x0e\x42\x2a\x1c\x6e\x24\x90\x0a\x07\x4e\x57\x86\x54\x68\xf5\x73\x86\x54\x38\xa0\x1f\x66\x48\x85\xd6\x3b\x67\x48\x85\xa3\xfd\xa5\x71\x91\xe1\x1b\x0e\x17\x29\xf8\x86\xd6\x84\x67\xf8\x86\x8b\x40\x2d\xc3\x37\x5c\x4e\xfe\x6e\xbb\x13\x7f\x09\xd1\xc6\x65\x17\xbe\xe1\x72\x9f\x84\x6f\xb8\xf0\xb2\x32\x7c\xc3\xe5\x6b\x81\x53\xb8\xfc\xb4\xf0\x06\x69\x76\x19\x32\xbc\xc1\x9f\x57\x00\x37\xf0\xe7\x93\xc0\xff\xa3\x71\x63\xc8\xf0\xff\x7e\x7e\x00\xfc\x3f\x21\x92\x0c\xc9\x6f\xfb\x31\x21\xf9\xed\xe3\x35\xe9\xa1\xe2\x76\x04\xc9\x6f\x43\x60\xc9\x90\xfc\xb6\xc3\x0c\x92\xdf\x06\xf6\xcc\x90\xfc\x10\xd2\x0c\x19\x92\xdf\x76\x80\x40\xf2\xdb\x64\x96\x33\x24\x3f\x84\x3b\x43\x86\xe4\xb7\xf1\x3e\x33\x24\x3f\xe4\x46\x43\x86\xe4\x77\xe1\x35\x64\x48\x7e\x87\x30\x31\x43\xf2\xbb\x4e\x3f\x48\x7e\xf7\xf1\xc9\x36\x47\xbc\x79\x88\x7c\x17\xce\x43\x86\xc8\x77\x5d\x50\x16\x22\x2f\x2e\x9f\x0b\x91\x17\x07\xdd\x42\xe4\xc5\xe5\x6c\xc1\x6e\xd1\x0f\x58\xb0\x5b\xc8\xa0\xe6\x05\xbb\x05\xcf\x3b\x2f\x14\x52\x9c\xfc\x0b\x85\x94\xc7\x6b\xc2\x6e\x21\x0a\xc8\x0b\x76\x0b\xcc\x89\xbc\x60\xb7\xbc\xde\x4f\x76\x8b\xcf\x29\xbb\x85\xef\xb0\x61\x78\x90\x29\xcc\x1b\x86\x87\x36\x6c\x18\x1e\x6e\xd3\x1b\x86\x87\x5b\xe3\x86\xe1\xe1\xa8\xdb\x30\x3c\x5c\xd8\x37\x0c\x0f\x47\xeb\x86\xe1\xe1\x76\xbb\x61\x78\x38\x8d\x36\x0c\x96\xe0\x39\x18\x2c\x8e\xf9\x0d\x83\x25\x79\x07\x18\x2c\x7a\x9f\x5f\x74\xd4\x83\xfe\xe6\x17\x1d\x75\x93\x28\xf9\xc0\x60\x71\x7b\x38\xd8\xa7\xe3\x01\xe4\x14\xdc\xd4\x8e\xf6\x71\x87\x83\x7d\x2e\x1a\x07\xfb\xdc\x44\x8f\xf6\x79\x0e\xfb\xdc\x72\x0e\xf6\x11\x2f\xe4\x83\x7d\x6e\x39\x07\xfb\xf4\x37\x8f\xf6\x61\xed\xc1\xbe\xec\xff\xb0\xcf\xad\xf8\x60\x9f\xce\xda\xc1\x3e\xdd\x89\x2f\x72\xea\x99\xec\x6a\xbe\x28\xdc\x20\x99\x90\x2f\x0a\x37\x44\x63\xf9\xa2\x70\xe3\x72\x7d\x61\xb0\x38\xfb\x2f\x0c\x16\x92\x7c\xf9\xc2\x60\x59\xfe\x0f\x15\x1b\x37\xbc\x2f\x3a\xea\x85\xd4\x41\xfe\xa2\xa3\xfe\xdb\xd4\xbe\xe8\xa8\xff\xb6\xbf\x2f\x3a\xea\x15\x17\xac\x7c\x11\x50\xaf\xd8\x5e\xbe\x08\xa8\x37\xc6\x6e\xf9\xa2\x9c\xae\x84\x55\xf9\xa2\x9c\x6e\x1d\x6a\xf9\xa2\x9c\xde\x48\x86\x94\x2f\xca\xe9\x7d\xf8\xbf\xef\x39\xfb\xf4\x9a\x9d\xa3\x87\xa3\xc1\xd1\x5f\x5e\x72\xf9\x02\xa0\x3e\x40\x4b\xcb\x17\x00\xf5\x81\x32\x40\xf9\x02\xa0\x3e\xb3\x47\x07\xda\xcd\xe0\x48\x12\x0e\xff\xfb\x02\xa0\xbe\x58\x88\xca\x07\x1d\xf5\x43\x80\x57\x3e\xe8\xa8\x9f\xeb\x2f\x21\xb0\xb0\x8b\x15\xd4\x22\xa4\xe2\x17\xd4\x22\x68\xa0\x14\x0a\x6a\x11\x0f\xcc\xd9\x82\x5a\x04\x1a\xbe\xa1\xa0\x16\x81\x80\x7e\x28\xa8\x45\xa8\x05\x55\x50\x8b\x40\x86\x3f\x14\xd4\x22\x68\xbc\x14\x0a\x6a\x11\xf4\xd9\x0d\x05\xb5\x88\x87\x05\xba\xa0\x16\xa1\x86\x54\x41\x2d\x42\xb5\xa9\x82\x5a\x04\x0d\xa2\x42\x41\x2d\x82\xe6\x51\xa1\x04\xdb\xf8\xf0\x9c\x28\x42\x04\x16\xef\x82\x22\x44\x60\x11\x2e\x28\x42\x58\x51\x56\x50\x84\x88\x7e\x76\x14\x21\x0a\x00\x62\x41\x11\xa2\x90\xaa\x28\x28\x42\x94\xc7\x5f\x2e\xce\xf1\xd9\x83\x2c\x15\xcf\x1d\x7e\xe9\x53\x5f\x7e\xc9\x39\x14\x21\x0a\x0b\x7b\x41\x11\xa2\x90\xf0\x28\x28\x42\x14\x96\xf2\x12\x61\xe1\x30\xe4\xcb\x17\x01\xe5\x42\xd8\x56\xbe\x08\x28\x17\x3c\xc5\x42\xbb\xa8\xcc\xd6\x51\x68\x17\x65\xe6\xae\xd0\x2e\x4a\xad\xb9\x42\xbb\x28\x24\xd7\x43\xa1\x5d\x14\x92\xf2\xa1\xd0\x2e\x4a\x5d\xb8\x42\xbb\xa8\xc6\xa6\x5d\x68\x17\xd5\x9a\x4f\x0d\x4b\xa5\x7a\x3f\x58\x2a\xb8\x13\x85\x76\x51\xc8\xaa\x87\x92\x64\xa9\x60\x03\xed\xa2\x4c\x89\x15\xda\x45\xa9\x58\x57\x68\x17\xa5\x2e\x5c\xa1\x5d\x54\xc3\xaf\x2a\xb4\x8b\x6a\x78\x44\x85\x76\x51\x8d\xa4\x46\xa1\x5d\x94\xe9\xab\x42\xbb\x28\x13\x6b\x25\x61\x1f\x51\x63\x49\xd8\x77\xbd\xc3\x67\x1f\x82\xb4\xa1\xd0\x4a\x6a\xe0\xe3\x15\x5a\x49\x8d\xe3\x2f\x61\xa9\xe0\x45\x16\x5a\x49\x8d\xed\x11\x2c\x15\xc7\x3c\xad\xa4\xc6\xf6\x08\x96\x8a\x73\x93\x56\x52\xa6\xa1\x0a\xad\xa4\x86\xf3\x88\x56\x52\x03\x77\xa2\xd0\x4a\x6a\x38\xae\x69\x25\x35\x9c\x63\xb4\x92\x1a\xce\x15\x5a\x49\x0d\xfc\xe9\x92\x61\xe1\x38\xe3\x32\x2c\x1c\xa2\xb8\x42\x9b\xa9\xe1\x2c\xa6\xcd\x14\x8d\xc8\x42\xa1\xcd\xd4\xc4\xfb\x2c\xb4\x99\x9a\xde\x9d\x36\x53\xd3\x19\x47\x9b\xa9\x55\x3c\x82\xc1\xe2\x57\x81\xe4\x67\x3a\xa9\x40\xf2\x33\x69\x53\x20\xf9\x99\x78\x2a\x90\xfc\x4c\x20\x15\x48\x7e\xdb\x91\x05\xc9\x6f\xff\x9e\x05\x45\x96\xe6\x2f\x51\x64\x71\x24\x43\xf2\x33\xb5\x55\x20\xf9\xd1\x45\x3c\x14\x48\x7e\xa6\x9a\x0a\x24\x3f\xdd\xc8\x52\x65\xe8\xfc\x05\xef\x15\xf8\x7f\xe6\xc0\x0a\x1c\x3f\x4b\x8c\x0b\x1c\x3f\x81\xb2\x02\xc7\x8f\xfe\x7a\xa1\xc0\xf1\x53\x82\xaf\xd0\x65\xea\xb0\x8b\x15\xba\x4c\x09\xb7\x15\xf8\x7f\xc7\xa1\x04\xff\xef\xf8\xc1\xe0\xff\x09\x27\x16\xf8\x7f\xc7\x05\x1a\xfe\xdf\x4d\x1e\x21\x38\x43\xd0\x5f\xe0\xff\x5d\xbc\x89\x02\xff\xef\x42\x94\x2a\x28\x42\xc8\x6e\x2e\x28\x42\x58\x00\x5c\x50\x84\x10\xf0\x2a\x28\x42\x98\x77\x2a\x28\x42\xbc\xd5\x73\x90\x77\xdc\x51\x51\x7d\x30\x7b\x55\x50\x7d\x78\x8b\x77\x80\xa0\xe3\x90\x40\xf5\xe1\x75\x99\x40\xf5\x41\x60\xae\xa0\xfa\xf0\x3a\x24\x50\x7d\x30\x5b\x56\x50\x7d\x78\xf1\xdc\x0a\xaa\x0f\x6f\xf4\x1c\x36\x14\xff\x87\x0d\x78\x4b\xa5\x6b\x03\xb6\xa3\xfa\x10\x48\x71\x14\x54\x1f\x64\x0d\x17\x54\x1f\x42\xf0\x9a\x30\x58\x7e\x47\x30\x58\x08\x9f\x0b\xaa\x0f\xe9\xf7\x64\x30\x58\xb2\xe7\x60\xb0\x68\x1f\xaa\x0f\x26\xb3\x0a\xca\x0e\x26\x90\x0a\xca\x0e\x89\x20\xae\xa0\xec\x90\x8a\xbf\x84\x69\x33\x3c\x82\xa5\x82\x77\x56\x50\x76\x48\x4e\xb8\x01\x4b\xc5\x6f\x34\x60\xa9\x90\x7d\x2c\xa8\x3e\x98\xb4\x29\xa8\x3e\x24\xc7\x2e\xaa\x0f\xa6\x2a\xca\xd0\x06\x8f\xb4\x81\xd1\x33\x64\x12\x79\x04\x0b\xc7\x6f\x8b\xea\x43\x72\xf9\x44\xf5\xc1\x24\x58\x41\xf5\xc1\x84\x5c\x41\xf5\x21\x39\xa5\x51\x7d\xc8\x8e\x1e\x54\x1f\x32\x38\x7c\x41\xf5\x81\xc6\xa2\xa1\xa0\xfa\x50\x7e\xe7\x3e\xfb\x0a\x1e\x66\x41\xf5\xc1\x94\x43\x41\xf5\xc1\xb4\x49\x41\xf5\x81\xbe\xe1\xa1\x4c\x18\x10\xd3\x6b\xc2\x80\x70\x3e\xa0\x08\xd1\x97\x4f\x0d\xa4\xe6\xfd\x16\x0c\x08\xe7\xed\x82\x01\x01\x62\x52\x50\x8b\xf8\xf9\x78\xa8\x45\x74\x1d\x08\xd4\x22\xfa\xf4\x08\x86\x87\x5b\xdc\x82\xe1\x01\x26\x53\x50\x92\xe8\x6e\x78\x28\x49\x74\x72\xd0\x05\x25\x89\xee\x92\x85\x92\x44\x1f\xfe\x0f\x86\xc7\xf4\x7f\xd8\xa7\x2f\xba\xb4\xcf\x23\xed\xe3\xbd\xa0\x24\xd1\xa1\x24\x14\xe4\x22\x3a\x20\x7d\x41\x2e\xa2\xbb\xbe\x6c\xed\xe3\x7e\xc8\x45\x74\x80\xf8\x02\x91\xaf\x77\x8f\xb0\x0f\xda\x41\x41\x2e\xa2\x03\xe7\x17\x48\x7e\xbd\x7b\xa4\x7d\xfe\x0f\xfb\xfc\xd2\x90\xfc\xfa\x7f\x11\xc2\xbf\x97\x64\xf8\x7f\x2a\xc2\x16\xf8\x7f\xd6\x2e\x15\xf8\x7f\x5d\x5f\x66\x6b\x3a\x83\x60\x6b\x3a\xc3\xe5\x68\xba\x47\x98\x0e\x8b\xa3\x1c\xc9\x2d\x3c\xe6\x91\xdc\xc2\x2b\x3b\x92\x5b\x18\xf2\x30\xf7\xa6\xde\x84\x1a\x10\x0e\x17\xe8\x79\xe7\x7a\x07\xf8\x10\xa4\x1c\x0a\xf4\xbc\x0b\x1e\x5b\xa0\xe7\x5d\xe8\x6b\x05\x7a\xde\x21\x90\x29\xd0\xf3\x2e\x59\xe0\x02\x3d\xef\x80\xb2\x16\xe8\x79\x97\x20\xb5\x40\xcf\xbb\x64\xee\x0a\x4d\xa0\xae\x8b\x06\xf4\xbc\xeb\x52\x07\x3d\xef\xbe\xde\x61\x70\x07\xaf\x39\x39\xc7\x3b\x83\x9e\x77\xf4\x5e\xa0\xe7\x5d\x08\x79\x05\x7a\x1e\x1d\xc4\x42\x81\x9e\x77\x99\xd2\xf5\xd1\x86\xce\x11\x9c\x0e\x3c\xa9\x0a\x3d\xef\x92\x21\xae\xd0\xf3\x64\x8f\x56\xe8\x79\x37\x7a\x84\x0d\xa4\xa1\x2a\xf4\xbc\x0b\xf5\xab\x42\xcf\xb3\x44\xa8\x42\xcf\xbb\xe4\xd1\x2b\xf4\xbc\xfb\x78\x3f\xec\x4b\x3e\x19\xf6\x3d\x5e\xc5\x6f\xe4\xb3\xf8\x8d\x0a\x47\xda\xa7\x0d\xd8\x87\xff\x5e\x5f\xed\xf3\xc8\x6f\x34\x38\xc2\x3e\xe8\x95\x15\x7a\xde\x25\x51\x52\xa1\xe7\x5d\xb4\x3f\x2a\xf4\xbc\x4b\xc1\x50\x85\x9e\x77\x01\x7d\x2a\x1a\x10\x2f\x5e\x72\x45\x03\xe2\x65\x5c\x57\x34\x20\x5e\x7c\xa0\x8a\x06\x84\x1b\x6c\x45\x03\xe2\x25\x2f\x5a\xd1\x80\x78\xd9\x2c\x2a\x1a\x10\x6f\xf3\xc9\xe4\xac\xf0\x06\xd1\x80\x78\xf1\xce\x2a\x1a\x10\x2f\xfe\x58\x45\x03\xe2\x65\x8e\x55\x34\x20\x84\x87\x2a\x1a\x10\x26\x0b\x2a\x1a\x10\xe1\xf7\xcb\xcc\x11\xcf\x82\x06\x44\xe8\xfe\x52\x4e\x87\x47\x72\x3a\x78\x4b\x68\x40\xd0\xdf\x3c\x54\x34\x20\xe8\xd5\x1d\x2a\x1a\x10\x09\xd8\xac\xa2\x01\x21\xb6\x52\xd1\x80\x48\xd5\xff\xc1\xf7\xa8\xde\x1d\xbe\x07\x2e\x4a\x8d\xf0\x3d\x48\xbe\x54\xf4\x21\xcc\xcd\x57\xf4\x21\x32\x69\xb6\x8a\x06\x84\xd2\xa7\x35\xc2\x87\xf0\x3b\x44\x3a\x87\x90\xda\xaa\xe8\x43\x14\xbf\x26\xfa\x10\xc6\x89\x15\x11\x08\x63\xc8\xfa\xc5\x58\xb5\x90\x20\xab\x11\x1d\x0b\x66\x55\x45\x20\xa2\x90\x20\xab\x08\x44\xa8\x34\x5e\x11\x88\xa8\x7e\x15\x04\x22\x2a\xfe\x6d\x45\x20\xa2\xfa\xdd\x11\x88\xa8\x7e\x77\x04\x22\x2c\xee\xa9\x08\x44\x54\xc7\x0b\x02\x11\x15\x57\xb1\x22\x10\x51\xab\xbf\x84\x10\xd1\xfe\x92\x1d\xaa\x68\x47\x58\x86\x5a\xd1\x8e\x50\xa0\xbc\xa2\x1d\xa1\x9a\x56\x45\x3b\xa2\x91\xe2\xa8\x68\x47\x28\x73\x5e\xd1\x8e\x68\xbf\x9b\xc3\x95\x20\xfd\x51\x93\x5c\x09\xce\xa1\x1d\xd1\x58\xbc\x2b\xda\x11\x74\xed\x0a\x15\xed\x08\x33\x38\x15\xed\x08\xa5\xd3\x2b\xda\x11\xca\x95\x57\xb4\x23\x2c\x82\xad\xe8\x43\xb8\xbb\x57\xf4\x21\x2c\x97\xad\xe8\x43\xf4\xee\xff\x26\x47\x0c\x3a\xf4\x21\xdc\x80\x6a\x96\x2b\xe1\x35\xe1\x4a\x74\xef\x0e\x57\xc2\xc1\x83\x3e\xc4\xc0\xc3\xac\xe8\x43\x58\xf6\x5a\xd1\x87\x50\xd8\xbc\xa2\x0f\x31\x80\xdb\x2a\xfa\x10\x03\x8f\xbd\xa2\x0f\x31\xe0\x5d\x57\xf4\x21\x86\xef\x13\x0d\x08\x03\xd8\x8a\x06\xc4\xf4\xc9\xd0\x80\x98\x64\xe7\x2a\x1a\x10\xb3\x79\x77\xba\x8a\xe0\xaf\x54\x34\x20\xe6\xef\xa9\xe1\x4a\xf8\x96\xd0\x80\x98\x78\x28\x95\x26\x50\xf4\x21\x0b\x95\x26\x50\xb2\x39\x2b\x4d\xa0\x26\x7e\x4e\xa5\x09\xd4\x74\xb0\xa2\x1d\x31\xfd\x0e\xd6\x4a\x01\x75\x54\xa8\x7b\xea\x7c\x55\xa8\x7b\xd3\xef\x07\x75\x6f\x3a\xc8\xa1\xee\xad\xe9\xfd\x26\x47\xbc\xb3\x2a\x57\xc2\x27\x93\x2b\x81\xb5\x50\xf7\x36\x3e\x57\x85\xba\x47\x93\xb2\x50\xa1\xee\x29\xdc\x5e\xa1\xee\x6d\xd8\x26\x15\xea\xde\x76\x94\x43\xdd\x53\xb8\xbd\x42\xdd\xa3\xeb\x5a\xa8\x50\xf7\x2c\xba\xad\x50\xf7\x36\xa2\x90\x15\xea\xde\xc6\x65\xa8\x50\xf7\x36\xbe\x5a\x85\xba\xb7\x71\x4a\x2a\xf4\xbc\x8d\x8f\x57\xa1\xe7\x29\x22\x5f\x9b\x7c\x08\x7f\xa9\x0d\x58\x0b\x3d\x6f\xe3\x33\xd7\xae\x0d\xfc\xb2\x6b\x03\x77\x87\x9e\xb7\xf1\x30\x2b\xf4\xbc\x8d\x77\x56\xbb\x36\x78\x0e\xae\x84\xcb\x2e\x14\xbc\x4b\x6a\xa4\x42\xc1\xbb\xdb\x6b\x7e\x08\x86\xe2\xf3\x15\x44\x88\x7e\xe3\xa1\x82\x08\x3d\xd9\xe7\x84\x2b\xe1\xa6\x86\x02\xc5\x6f\x3b\x02\x2d\x7a\xc9\xcd\x57\x14\x28\x7e\x5b\x23\x0a\x14\xaf\x63\x10\x24\xe9\x75\x0c\x82\x24\xbd\xa4\xa1\x2a\x0a\x14\xc1\x45\x18\x05\x8a\xe4\xbc\x05\x65\x4a\x8e\x2c\x14\x28\x92\xb6\xa3\x40\x91\x7c\x83\x20\x50\xc9\xd1\x03\x02\x95\xfc\x7e\x2a\x50\x38\x5e\x94\x99\x70\x25\x02\x81\x4a\xbe\x6b\x65\x26\x5c\xdd\x94\x99\xf0\x6b\x82\x40\x25\x57\x4c\x10\xa8\xe4\xc8\x02\x81\x4a\xeb\x2f\x12\x5c\x05\x9c\x4a\x0e\x4f\xc0\xa9\xd4\x3d\xc2\xf4\xe9\x25\x31\x1d\xc0\xab\xaa\x40\xe1\xf0\x04\x9c\x4a\x4e\x8e\xa9\xe9\x3e\x34\xa6\xbb\xb4\x02\x4e\x25\x97\x48\xc0\xa9\xb4\xfc\x1f\xa6\x03\xf6\x55\x14\x28\x92\x0b\x03\xc0\x55\x72\xd0\xa9\x40\xe1\x20\x47\x81\x22\xb9\x9c\xa1\x40\x91\xc0\x94\x2b\x0a\x14\xc9\x45\x03\x05\x8a\x34\x3d\x87\x7d\xcb\xab\xf8\x69\xb1\x0f\x05\x8a\x44\x62\xa6\xa2\x40\x91\x08\x79\x2a\x0a\x14\x89\x74\x4b\x45\x81\x22\x6d\x9f\x13\xfb\xa6\x57\xc1\x3e\x97\x48\x15\x28\x8a\x47\x60\xed\x40\x4e\x15\x05\x8a\x1a\x3c\x02\x6b\x77\xf1\x46\x81\xa2\x12\x3e\x57\x14\x28\xaa\x9e\x30\x0a\x14\x15\xdf\xbe\xa2\x40\x51\xf5\x1b\x51\xa0\x90\x1e\x54\x51\xa0\xa8\x14\x31\x57\x14\x28\xea\xeb\x35\xe1\x12\xe8\x65\xa1\x40\x51\x49\xfd\x54\x14\x28\x6a\xf2\x2a\x8b\xa7\xf6\x0e\x9b\x73\xbc\x4f\x14\x28\x2c\x23\xa9\x5b\xfb\x78\x4b\x47\xfb\x18\x59\x47\xfb\x18\x3d\x28\x50\x54\xfd\x77\x14\x28\xea\xeb\xff\xb0\x4f\x9f\x19\x05\x8a\x0a\x8c\x55\x51\xa0\xa8\x7a\xfa\x07\xfb\x92\xff\xc3\x06\x0a\x55\x2a\x0a\x14\xd5\xe5\x05\x05\x8a\xfa\x7a\x4d\x6c\x70\x13\x3d\xd8\xa0\xcf\x75\xe0\x12\xc0\xaa\xa8\x17\x15\x8d\xe3\x11\x4a\x20\x64\xdc\x2b\xea\x14\xe6\x8b\x2b\xea\x14\xcd\x2d\x15\x75\x0a\xeb\x2d\x2b\xea\x14\x82\x45\x15\x75\x8a\x46\xa4\x56\x51\xa7\xb0\xe0\xa4\xa2\x4e\xa1\x9c\x6a\x45\x9d\xc2\x82\xea\x8a\x3a\x45\x77\xfe\xa1\x4e\x61\x88\x5c\x51\xa7\xe8\x2e\x44\xa8\x53\x74\x5c\xa2\x86\x3a\x45\x07\xeb\x68\xa8\x53\x74\xae\xd9\x50\xa7\xe8\xe4\x7d\x1b\xea\x14\xe2\x4a\x0d\x75\x0a\x65\xb8\x1a\xea\x14\xaa\xa5\x37\xd4\x29\x06\xee\x4b\x43\x9d\x42\xd5\xf3\x86\x3a\xc5\x60\xcb\x69\xa8\x53\x2c\xa0\xe2\x86\x02\xc5\x22\xa5\xd9\x50\xa0\x58\xcb\xff\xa1\xb0\xc1\xfc\x6b\x28\x50\xb8\x71\x35\x15\x28\x88\x60\x9b\x0a\x14\xe0\x20\x0d\x05\x8a\x0d\xba\xd1\x54\xa0\x20\xaa\x6a\x28\x50\xd0\x09\x33\x34\x15\x28\xf0\xa7\x9b\x0a\x14\x44\xda\x8d\xa6\x53\x87\x38\xb1\xd1\x74\xea\x3c\xde\x1d\x09\x0a\x22\xc3\x06\xe5\x6f\xf3\xdd\x9b\x12\x14\xc4\x04\x4d\x09\x0a\x52\x4d\x0d\x5a\xdf\x17\x6d\xfe\x73\x49\x6e\x41\x8c\x9e\xc7\x44\x81\x42\x01\xc7\xa6\x02\x05\xe1\x65\xfb\x29\x50\x70\x3b\x15\x28\xc8\x65\x35\x14\x28\x14\x70\x6c\x28\x50\x28\x93\xdd\x54\xa0\x60\x02\x34\x14\x28\x5e\x26\x47\x43\x81\xc2\x6e\x5f\x4d\x05\x0a\x96\x89\xa6\x02\x45\xf5\x7f\x60\xf4\xd5\xfb\x81\xd1\x43\xc1\x6b\x2a\x50\x54\x9f\x1a\xfc\x17\x3f\xbc\xa1\x40\x11\xd8\x43\x1b\x0a\x14\x81\xdc\x67\x43\x81\x22\xb0\xe8\x37\x14\x28\xac\x87\x6f\x2a\x50\xb0\x40\x37\x15\x28\xba\x57\x01\xdf\x1e\xfe\x12\x7c\x9b\xbd\xbe\xa9\x40\x31\xbc\x03\xf8\x76\xf7\x97\xe0\xdb\x0e\x72\x15\x28\xb4\x41\x05\x0a\x76\xfe\xa6\x02\x05\xd9\xce\x86\x02\x45\xc0\xc7\x6b\x28\x50\x04\xa6\x7b\x53\x81\xa2\x79\x84\x7d\x78\x9f\x4d\x05\x0a\xe2\x85\xa6\x02\xc5\xf0\x1c\xf6\x11\x42\x36\x15\x28\xf0\xc3\x9b\x0a\x14\x4c\xf0\xa6\x02\x05\x7e\x78\x53\x81\x02\x1f\xa8\xa9\x40\x81\x67\xd3\x50\xa0\x08\x4e\x5b\x14\x28\x02\xdb\x74\x43\x81\x82\xd6\xa5\xa1\xa1\x40\x11\x9a\xe7\xb4\xcf\xff\x61\x1f\x8b\x4d\xcb\xda\xc7\x3b\xcb\xd8\x17\x3c\x87\x3a\x85\x8b\x8d\xea\x14\x3e\xb5\xea\x14\x4e\x4d\xd4\x29\x2a\x45\x2c\x0d\x75\x8a\xaa\xed\xa8\x53\x54\xbf\x3b\xea\x14\x06\x9b\x4d\x75\x0a\x7c\xbc\xa6\x3a\x05\x41\x6a\x53\x9d\xc2\x77\x8d\x3a\x45\xad\x3e\x27\xd8\x3e\xf1\x42\x43\x9d\xc2\x10\xb9\xa1\x4e\x51\xfd\xb6\xa8\x53\x54\x7c\xb5\xf6\x45\x5c\xbd\x52\x48\xd5\xbe\x88\xab\x37\x42\xf9\xf6\x45\x55\xbd\xbb\xf4\x7c\x51\x55\xef\x4e\xfe\x02\xee\xef\x12\x52\xc0\xfd\x7d\x83\x05\xdc\x9f\xa8\xaa\x15\x70\x7f\x8a\xac\xda\x17\x71\x75\xf3\xa9\xed\x8b\xb8\x3a\xdd\x2e\x43\x2b\x74\xd9\xc1\xa7\x6c\x5f\xc4\xd5\x4d\x5b\xb6\x2f\xe2\xea\x66\x6c\xdb\x17\x71\xf5\x8e\x63\xd5\xbe\x88\xab\x5b\x9c\xdf\xbe\x88\xab\x0f\x60\xba\xf6\x45\x5c\x7d\x1c\x7f\xd9\xa0\x0f\xf0\x26\xbe\xe8\xa8\x2f\x52\x93\xed\x8b\x8e\xfa\x71\xf4\x80\x32\xa9\x70\xd3\x40\x99\x54\x9c\x69\xa0\x4c\x2f\x5b\x6a\x03\x65\x52\xf6\xbf\x21\x17\x41\xa3\xdd\xd0\x90\x8b\x50\xe5\xaf\x35\x09\x03\xd8\x80\x24\x84\x4d\x07\x1a\xb2\x0f\x81\xc4\x68\x43\xf6\x21\x00\xf5\x37\x64\x1f\x4a\xf2\x0e\x00\xea\x38\x02\x0d\xd9\x87\x42\x5a\xa8\x21\xfb\x50\x70\x19\x1a\xb2\x0f\x25\xfd\x45\x82\x6b\x28\x42\x14\xc2\xee\x86\x22\x44\x81\xfe\xd4\x50\x84\x28\xf8\x40\x0d\x45\x88\xe2\xb0\x46\x11\xa2\x64\xff\x57\xf9\x25\xaf\x05\x45\x88\x82\xff\xd7\x50\x84\x28\xee\x8c\x28\x42\x94\xe0\x43\xc3\x25\xc0\xe7\x6a\x28\x42\x94\xe8\x1d\x30\x3d\x78\x07\x4c\x8f\x1e\x7d\xa6\xeb\xe7\x34\x15\x21\x5c\xea\x54\x84\x70\x40\xaa\x08\xe1\x00\x41\x11\xc2\x44\x49\x43\x11\xa2\xb9\xd4\xa1\x08\xd1\xf0\xbc\x1b\x8a\x10\x26\x51\x1a\x8a\x10\xa6\x5b\x1a\x8a\x10\x96\x9f\x34\x14\x21\x9a\xc3\x45\x45\x88\xdf\x11\x58\x34\x44\xb7\xa6\x22\x84\x83\x40\x45\x08\x3c\xb0\xa6\x22\x84\x83\x07\x45\x88\xe9\xa0\x53\x11\xc2\x61\x86\x22\xc4\x74\x6a\xaa\x08\x41\x9e\xb9\xa1\x08\x31\x61\x55\x34\x14\x21\xa6\x13\x15\x45\x88\xe9\xee\x8e\x22\xc4\x84\x9b\xd1\x50\x84\x58\xc5\x5f\x82\x45\xbb\xb4\xd2\x58\x6a\xbb\x59\xa0\x16\x61\x30\xdd\x50\x8b\x90\x7e\xd8\x54\x8b\x70\xd1\x57\x2d\xa2\x6b\x03\x58\xb4\xdb\x83\x6a\x11\x7e\x07\xd5\x22\x5c\x34\x54\x8b\xf0\xed\xaa\x16\xe1\xa6\xa6\x5a\x84\x8b\x30\x6a\x11\x87\xe2\x82\x86\x5a\x84\x62\xe2\x0d\xb5\x08\xf5\xb5\x9b\x6a\x11\xd9\x3b\x90\x64\x80\x75\xd0\x54\x8b\x20\xca\x69\xaa\x45\x6c\xef\x00\x18\x7d\x7c\x96\x05\xc4\xec\xfd\x36\xa0\x32\xd6\x02\x32\x19\x68\x37\x40\x26\xc3\xf5\x06\xc8\xf4\x73\x20\x00\x99\x5e\x47\x24\x20\xd3\x4b\x54\xd5\x00\x99\x5e\xdf\x20\x20\x93\x09\x81\x06\xc8\xf4\xea\x40\x00\x32\xbd\xbe\x5d\x95\x24\x1c\xbb\x2a\x49\x90\x62\x6c\x2a\x49\xf8\xc5\x54\x92\xf0\x8b\xa9\x24\xa1\x73\xa1\x92\x84\x6f\x5e\x25\x09\x5d\x0d\x95\x24\x80\x67\x9b\x4a\x12\x40\x5c\x0d\x24\xe9\xb7\x51\x82\x24\x99\x4b\x6e\x47\x90\x17\xfb\x40\x92\x92\xde\xee\x11\xe4\xf5\x1c\x20\x2f\x29\xb1\x86\x92\x84\xc9\x89\x86\x92\x44\x72\x84\xa0\x24\x61\x15\x44\x53\x49\xc2\x37\xaf\x92\x84\x0e\x84\x72\x11\xba\x0c\xca\x45\x38\xdf\x95\x8b\xf0\xbd\x28\x17\x01\xe3\xbd\x29\x17\xe1\x37\x52\x2e\x82\x48\xbb\x81\x47\x65\xdd\x3a\xf0\x28\xdb\xd8\x35\xf0\x28\x6b\x15\xdb\x15\xe4\xe5\xc9\x90\x8b\x28\x7f\x92\xe0\x1a\x50\x95\x4d\x39\x1b\x50\x55\xd1\x5f\x01\xaa\x2a\x0e\x3a\xa0\x2a\x9b\x80\x36\xa0\xaa\xe2\xc7\x04\xaa\x2a\x0e\x09\xa0\xaa\xe1\x0e\x0e\x54\x35\x70\xfb\x3b\x50\x95\x75\x69\x1d\xa8\x4a\xb2\x78\x07\xaa\xa2\xef\x74\xe8\x40\x55\xd6\xac\x75\xa0\xaa\xce\xbe\xd5\x81\xaa\xa4\x95\x77\xa0\xaa\x81\xff\xde\x81\xaa\x3a\x8b\x62\x07\xaa\xea\x04\x7f\x1d\xa8\x4a\x92\x79\x07\xaa\xb2\xd6\xad\x03\x55\x0d\x7c\xfb\x0e\x54\xd5\xd9\x51\x3b\x50\x95\xcd\x2e\x3b\x50\x55\xbf\x5e\x05\xa0\x13\xaf\xb5\xbf\xda\xc7\x93\x01\x55\x75\x96\xdd\x0e\x54\xd5\x8f\x47\xd8\xc7\x36\xd6\x81\xaa\x06\x70\x46\x7f\xb5\x8f\x77\xa6\x92\x04\xc1\x6d\x47\x49\x62\x10\xd7\x74\x95\x24\x08\x8a\xbb\x4a\x12\xc7\x5f\x62\x1f\x01\x5e\x47\x49\x42\x3d\xe8\x8e\x92\xc4\x78\xbd\x9f\xf6\xf1\xae\x5f\xbf\x1f\x6f\x50\x25\x09\x36\x8b\x8e\x92\x84\x19\xf0\x8e\x92\xc4\x60\xd1\xef\x2a\x49\xb0\x01\xf5\xe0\xf7\xf3\x97\x00\xb9\x80\x4c\x3d\xa0\x52\xc0\x16\xd7\x51\x99\x98\x4c\x95\x8e\xca\xc4\x64\x59\xea\xa8\x4c\xcc\xe1\x55\x3e\xfb\xd6\xe3\x55\x06\x47\xbc\xc1\xa0\x82\x01\x4f\x8d\xca\xc4\x7a\xbc\x0a\x50\x6a\xf2\x7f\x40\x8d\x3f\x1b\x84\x52\xf9\x7e\xa8\x4c\x5c\xfc\xf7\x8e\xca\xc4\x25\x27\xdc\x51\x99\xb8\x2c\x67\x1d\x95\x89\xcb\x92\xd5\x51\x99\xb8\x2c\x9f\x1d\x95\x89\xcb\x52\xd0\x51\x99\xb8\xc5\xff\x55\x9e\x85\xe7\x44\x65\xe2\xb2\x10\x75\x54\x26\x2e\x8e\x4e\x47\x65\xe2\x76\xef\x0e\x94\x5a\x3d\x5a\x5c\xd3\x3b\x60\x5f\xf3\x0e\xd8\x97\xbd\xa6\xf6\x71\x0e\x95\x89\x9b\x3d\xc2\x3e\x98\x28\x1d\x95\x89\x4b\x91\x76\x47\x65\xe2\x12\x19\x76\x54\x26\x2e\x5b\x40\x47\x65\xe2\xb2\xfd\x75\x54\x26\x64\xca\x77\x54\x26\x2e\xe9\xb9\x8e\xca\x84\xf5\x81\x9d\xe6\x51\xb7\xfa\x3f\xec\x2b\xde\x0f\xfb\xba\x57\xc1\xbe\xec\xfd\xb4\xcf\xab\x60\x1f\x5b\x71\x4f\xda\xc7\xfb\x44\x9d\x82\xee\xe3\xa1\xa3\x4e\x41\x67\xf2\xd0\x51\xa7\xb8\xb0\x62\x3a\xea\x14\x17\x1e\x53\xa7\x79\xd4\x65\xf9\xec\x60\x55\x2f\x2b\x5f\x47\xe7\xdc\x0d\xaf\xa3\x73\xee\xd6\xd8\xc1\xb1\xdc\x52\x3b\x38\xd6\x3b\x3c\x02\x2a\xee\xde\x01\xa8\x78\xfc\x45\x82\xeb\x40\x5c\xef\xd4\x04\x50\x64\x3c\xcc\x0e\xc4\xf5\x3a\x71\x80\xb8\x5e\x3c\x94\x0e\xc4\xf5\x92\x10\xe8\x40\x5c\xee\xaf\x1d\x88\xcb\xbd\xb7\x03\x71\xbd\xec\x70\x1d\x88\xeb\x25\x20\xe9\x45\xd3\x79\x65\x45\x14\x99\x65\x02\x09\x74\x83\xfe\x8e\x04\x7a\xcc\x9e\x13\x45\xe6\x95\x01\x6a\x45\x07\x08\xa0\x56\x84\xc2\xd5\x01\xb5\xa2\x03\x04\x50\x2b\x3a\xe4\x01\xb5\x22\xa4\xa6\x0e\xa8\x15\x9d\x38\x80\x5a\xc9\xa9\x89\xe6\x84\x75\x85\x1d\xe0\x2a\x35\xaf\x89\x16\x80\xc3\x0c\xe0\xca\xbd\xbe\x03\x5c\x25\x12\x02\x1d\xe0\x2a\x81\xea\xf6\x2a\xbe\xed\xdd\xa9\x95\x77\x49\x06\xb8\xb2\x76\xb0\x03\x5c\x65\x17\x0d\x80\xab\xe2\xf2\x09\x70\x55\x5e\xcf\xa1\x05\x40\xbe\xb8\x03\x5c\xc9\x28\xee\x00\x57\xb2\x94\x3b\xc0\x55\x21\x45\xd5\x01\xae\x0a\x51\x47\x07\xb8\x2a\x64\xb2\x7b\x53\x0b\x80\xf7\xd9\xec\xcc\xe0\xd1\x06\x45\xf6\x0e\x87\x23\x86\x6e\x13\xd1\xe6\x59\x80\xaa\xaa\x6f\x02\xa8\xaa\x11\xa0\x77\xa0\xaa\x46\xc0\xdc\x81\xaa\x1a\x39\xc5\x0e\x54\x65\x9d\x58\x07\xaa\xb2\xa1\x51\x07\xaa\xb2\x2d\x52\x47\x49\xc2\x86\x46\x1d\x25\x09\x9b\x24\xf5\x0e\x34\xbd\x7c\x16\x61\x5d\xac\x45\x49\xc2\x3c\x6c\x47\x49\x42\x92\x58\xef\xc2\xba\xdc\x1d\x25\x89\xee\x66\xf1\x45\x63\xd5\xba\xb4\x0e\xe5\xcf\x72\xee\x8e\xca\x84\xea\xc9\x1d\x95\x89\xe1\x04\x47\x65\x42\xa5\xbb\x8e\xca\xc4\x70\x06\xa0\x32\x31\x71\x7b\x3a\x2a\x13\x76\x91\xec\xa8\x4c\x4c\x68\x61\x1d\x95\x89\x39\x7c\x32\x20\x5f\xdf\x04\x2a\x13\xd3\x25\x04\x95\x89\x39\x7d\x16\x20\x5f\xc8\x5e\x7d\x00\xf9\x3a\xfb\x51\x99\x58\xcb\xa3\x97\x23\xde\x20\x2a\x13\x16\x75\x75\x54\x26\x96\x4f\x86\xca\xc4\xd6\xf1\x40\x65\x62\x6f\xcf\x01\x89\xc2\x9f\xee\xa8\x4c\x58\x48\xd5\x51\x99\x50\xbf\xb8\xa3\x32\xb1\x89\x48\x3a\x2a\x13\xe6\x76\x3b\x2a\x13\xfb\x7a\x15\xe0\x52\x1d\x16\x54\x26\xb6\x2e\x03\x2a\x13\x96\x7f\x75\x54\x26\x2c\x1b\xeb\xa8\x4c\x58\x0c\xd6\x91\x92\xd8\x70\xa4\xfb\x17\x8d\xd5\xdf\x86\xb7\x28\x2d\xf7\xed\x22\x33\x71\x5d\x76\x97\xa5\xe5\x8c\x5d\x64\x26\xee\xf1\xa8\x72\x84\xed\x44\x63\x57\xdb\x97\x50\xea\x5f\x5d\x45\x3a\x0a\x14\x57\xf3\x50\xa0\xb8\x24\xf8\x3b\x50\xd5\x43\x15\x5e\x07\xaa\x7a\xdc\xd3\x80\xaa\x5e\x3d\x1b\xa0\x2a\x83\xa3\x0e\x54\xf5\x5b\xbc\x81\xaa\x5e\xf7\x2d\xa0\x2a\x43\xb3\x0e\x54\xf5\x12\x22\x77\xa0\x2a\xe9\x41\x7d\x8b\xb2\xf2\x64\x40\x55\x56\x40\x75\xa0\x2a\xc9\x42\x1d\xa8\xca\x9a\xae\x0e\x54\x65\x7d\x52\xdf\x56\xa4\xfb\x2c\x54\xa4\xeb\xab\x01\x55\x65\xf2\xda\x1d\xa8\x2a\x43\x5f\xeb\x40\x55\x59\x4f\x11\xa8\x4a\x2a\x4f\x07\xaa\xca\xb0\x7f\x3b\x50\x55\x86\x24\xd6\x81\xaa\xb2\x9e\xe9\xb1\x2c\x9b\x0f\x06\x54\x95\xc9\xb8\x77\xa0\xaa\x4c\xf6\xaa\x03\x55\x65\xfd\x70\xa0\xaa\xec\xf2\x79\x80\x1a\xf5\x92\x11\x52\xcf\xc1\x23\xa0\x46\x07\x2b\x30\xd6\x6f\x61\x07\xc6\xca\x8f\x57\x01\x6a\xd4\x87\x05\xc6\xca\xc1\xff\x59\x56\xcf\x1b\x04\xc6\xca\xc6\x27\x17\x28\xd5\x09\x87\x00\x7b\x72\xd0\x01\x71\x25\x52\x00\x1d\x88\x2b\xe9\xb1\x03\x71\xe5\xd7\x6b\x02\xa5\x3a\x3c\x81\xb8\x12\x20\x53\x07\xe2\xca\x7e\x69\x20\x2e\x25\x6d\x3a\x10\x57\x76\x7b\x00\xe2\x52\xd2\xa6\x5f\xbf\x9f\xbf\xe4\xfb\xe9\x17\x03\x71\x29\x85\xd3\x81\xb8\x32\x1b\xd7\x00\xe2\x4a\x4c\xe2\x01\xc4\x95\x81\x0c\x07\x10\x57\x0e\x9e\x03\x0e\x66\x4a\x8f\x47\x1b\x2e\x47\xd8\x40\xca\x68\x3c\xda\xd0\x38\xf2\x1b\xf9\x3f\x6c\x88\x1e\xf9\x8d\x26\x47\xd8\xf0\x7a\x15\x6c\x08\xde\x41\x38\x38\x70\x04\x5c\x0a\x03\x7d\x00\x63\x55\x3c\xbe\x01\x8c\x55\x59\xce\x06\x30\x96\x55\x6a\x03\x18\xcb\x3c\xfa\x00\xc6\x52\x7f\x66\x00\x63\x55\xdc\x97\x01\x8c\xa5\xc2\xcd\x00\xc6\xaa\xc5\x6b\x02\x97\xe2\xcc\x0c\x60\xac\x9a\x3d\x07\x5c\x0a\x77\x7c\xa0\x5c\xa1\x8a\xcd\xf8\x1f\x63\xe7\x96\x67\x2f\xab\x03\xd1\x29\xa9\xa0\xc8\x70\xb8\xce\x7f\x08\xe7\xd7\xac\xa5\x76\xbf\x7c\xff\xf3\xe8\xde\x5e\x00\x11\x52\xa9\xa4\x82\x72\x85\x15\xe2\xcb\x6e\x1f\x18\x09\x78\x2c\xcb\x22\x15\x94\x2b\x12\x9e\xe5\x72\xd0\x3f\xcc\xac\x82\x72\x85\xc1\x65\x05\xe5\x0a\xf5\xa7\x0b\xca\x15\x72\x01\x05\xe5\x0a\x43\xd4\xca\x61\xff\x3c\x93\xfe\x11\x49\x5e\x0e\x29\x6d\xef\x49\xff\xb0\x92\x0b\xca\x15\x29\x79\x26\xfd\xf3\x3d\x1c\xf6\x8f\x91\x3f\xec\x1f\xef\x0f\x79\x8a\xdb\x51\x42\x9e\x22\xe3\x2a\x2c\xc1\xa2\x0a\xff\x5a\x92\x0b\xca\x15\x96\x7f\x2c\x28\x57\x58\xb8\xb1\xa0\x47\x61\x59\xc5\x82\x1e\x45\xde\x3d\x22\x97\x1c\x66\xba\xa0\x47\x91\x59\x96\x0a\x7a\x14\x99\x65\xa9\xa0\x47\xa1\x6d\x51\x82\xdc\xb0\xcf\x83\x1b\x66\x61\x2f\xe8\x51\x64\x76\x9c\x82\x1e\x45\xf6\x73\x88\x72\xc3\x0c\x2e\x7a\x14\x05\x4b\xaa\xa0\x47\xa1\x32\x6f\x41\x8f\x42\x25\xe0\x82\x1e\x45\x21\x5f\xaf\xa0\x47\x51\xb0\xb2\x0a\x9a\x13\xea\xfb\x16\x34\x27\x0a\x7b\x76\x41\x73\xa2\x60\x93\x14\x34\x27\xd4\xf7\x2d\x68\x4e\x14\xac\x89\x82\xe6\x44\xe9\x3e\x8f\x7c\x78\xe8\x93\x82\xe6\x84\x1a\xc5\x05\xcd\x89\x02\x29\x52\xd0\x9c\x30\xcb\xa9\xa0\x39\xd1\xf0\xaa\x17\x34\x27\x5a\xf4\xcc\xd5\x87\x86\xf5\x59\xd0\x9c\x68\x38\x7b\x0a\x9a\x13\xad\xfb\x1f\x49\xef\xcf\x3d\xe1\xb7\xd9\x60\x0b\x9a\x13\xad\xdb\x16\x92\xde\xbb\x4f\x80\xfb\xc6\x7a\x29\x68\x4e\xe8\xe9\x2d\x68\x4e\xe8\xe9\x2d\x68\x4e\xe8\xe9\x2d\x68\x4e\x74\x2c\xc5\x82\xe6\xc4\x70\x21\x42\x73\x62\x60\x87\x17\x34\x27\x06\xb6\x7d\x41\x73\x62\xb0\x19\x16\x34\x27\xac\xdc\x58\xd0\x9c\x18\xbb\x67\xc2\x7d\xef\x3e\x01\xee\xdb\x39\x88\xe6\xc4\x70\x0e\xa2\x39\x31\x5c\xdc\xd0\x95\x18\xce\x6b\x74\x25\x06\xdb\x43\x41\x57\x62\xb8\x7c\xa2\x2b\x31\xc8\x63\x2c\xe8\x4a\x58\xc2\xb2\xa0\x2b\x31\x70\xb3\x15\x74\x25\x06\x58\xa2\xa0\x2b\x31\x0f\xcf\x3c\x39\xe2\x79\xe8\x4a\xcc\xe7\x09\x89\x23\xaf\xbb\x39\x93\x51\xa2\xcc\xd4\x74\x94\x20\xb5\x36\x17\xd3\x85\x9c\xf2\x96\x3c\x73\x11\x6c\x9b\xcb\x52\xa2\x4c\x84\x0b\xc3\x4d\x99\x08\xdc\x03\xe5\x96\xa4\xe7\xcc\x1b\x92\xfe\xf0\x3f\x88\x78\xe2\x60\xca\x0d\x11\xef\x06\x74\x43\xc4\xfb\x1e\x6e\xc8\x76\xbc\xb2\xe5\x86\x50\x87\xb0\x2c\x37\x84\x3a\x44\x67\xb9\x21\x64\x89\xc5\x2a\x19\x52\xd9\x6f\x25\x43\x2a\x3b\x23\x33\xa4\x32\x11\x4f\x25\x43\x2a\xfb\x15\x67\x48\x65\xec\xdb\x92\x21\x95\x9d\xd7\x19\x52\xd9\x6f\x2c\x43\x2a\x0f\xef\x09\xa9\xec\x77\x9b\x21\x95\x9d\xd7\x19\x52\x19\xdb\xbe\x64\x48\x65\xb7\xd4\x0c\xa9\x0c\x61\x59\xb2\xa4\x39\x4f\x28\x90\xca\x60\x89\x52\x20\x95\x9b\xff\xd9\x3f\x46\xa9\xd0\x3f\x4c\xda\x52\xe8\x1f\xe8\xaf\x14\xfa\x47\x44\x49\x29\xf4\xaf\xfd\xcb\x71\x51\x0a\x5d\x27\x8d\xb1\x14\xbb\xee\xe3\xec\x3a\x9d\x2d\x76\x9d\x21\x2b\x76\x9d\xc9\x53\xe8\x7a\xf5\xe1\x76\xdd\x33\x57\xd7\x83\x1f\x63\xa1\xeb\x2e\x9f\x95\xae\x03\xe2\x4a\x25\x1f\x1e\x60\x5f\x2a\xf9\xf0\xc5\x23\xf2\xe1\xa1\xf0\xca\x82\x4a\xd9\xda\xd2\x65\x41\xa5\x7c\x02\x2c\x4a\x25\x57\xde\x45\xbf\x92\x2b\xef\x86\x50\xc9\x95\xb7\xd5\x15\x3e\xdd\x5d\xac\xc2\xa7\x63\x61\x96\x0a\x9f\xbe\x79\x1d\x7c\xba\xbb\x5f\x95\x4f\xf7\x48\x3e\xdd\xb6\xc0\xa7\x03\xd0\x4b\x83\x4f\x77\xb2\x36\xf9\x74\xa6\x44\x93\x4f\xe7\x3a\x34\x27\x6e\xec\xbf\x82\xe6\xc4\xed\xa7\x82\xe6\xc4\x8d\x55\x5e\xd0\x9c\xb8\x0f\x9f\x90\x38\xf2\x09\x37\x77\x61\x94\xd0\x9c\xb8\xb1\xbc\x0b\x9a\x13\x46\xa0\x17\x34\x27\xac\xee\x5c\xd0\x9c\x30\xa0\xab\xa0\x39\xf1\x6c\xb7\x68\x4e\x3c\x9b\x36\x9a\x13\xd6\x34\x2e\x68\x4e\x28\xf9\x52\xd0\x9c\xc8\x4e\x48\x34\x27\xcc\x79\x2a\xe8\x4a\x98\x27\x56\xd0\x95\x30\xa3\xac\xa0\x2b\x91\x09\x5b\x2c\xe8\x4a\x64\x3f\x3f\x74\x25\x32\x10\xb9\xa0\x2b\x91\xfd\xfc\xd0\x95\xc8\x7e\x70\xe8\x4a\xe8\x02\x28\xe8\x4a\x98\x00\x5c\xd0\x95\x30\xa9\xb8\xa0\x2b\x61\x52\x71\x41\x57\xa2\x80\x10\x0a\xba\x12\xc5\x85\x01\x5d\x09\x35\x7c\x0b\xba\x12\xaa\xf6\x16\x74\x25\xaa\x8b\x22\xba\x12\xaa\xe0\x15\x74\x25\x54\xb3\x2b\xe8\x4a\xa8\xa5\x57\xd0\x95\xd0\xc5\x51\xd0\x95\xa8\xda\x63\xe8\x4a\xa8\x7b\x57\xd0\x95\xa8\x50\x4e\x05\x5d\x09\x35\xf8\x0a\xba\x12\x55\x4b\x11\x5d\x89\x36\x3d\xda\x39\xe2\x6d\xa2\x2b\xd1\xc0\x0b\x05\x5d\x89\x86\xc7\xbd\x2c\x5c\x93\x1b\x08\xa8\x2c\x5c\x93\xfb\xe6\xd1\xc5\x11\x6d\x41\x73\xa2\x89\x09\xd0\x9c\x68\xe0\xb6\x82\xe6\x44\x77\x2e\xa1\x39\xd1\xfd\xaa\xd0\x9c\xe8\x30\x18\x05\xcd\x89\x01\xed\x59\xd0\x9c\x18\x7c\x8d\x75\x61\x97\xd3\xf8\xae\xba\xb0\xcb\xb9\xef\xfe\x87\x68\x01\x5b\x63\x5d\x2c\xd3\x69\x0c\x57\x5d\x2c\xd3\xa9\x96\x4a\xdd\xac\x2a\x32\x38\x5a\x24\x6f\x40\x04\xac\x6e\x08\x1a\x0c\xcf\x24\x08\x81\xb1\xae\x1b\x41\x08\x97\x47\x04\x21\x5c\xde\x85\x20\x84\x64\x5b\x08\x42\xe0\x6d\xd6\x8d\x20\x84\xcb\xff\x08\x42\x00\x21\xd4\x8d\xf8\x0b\xbc\xf8\x75\x27\xfe\xe2\xfc\x57\x10\x5c\xdd\x09\xcd\x00\x00\xd5\x05\x87\xce\xe4\xb0\xa0\x47\x61\xec\x6a\x45\x8f\x42\xef\x5c\x45\x8f\xc2\xba\x67\x15\x3d\x0a\x7d\x75\x15\x3d\x8a\x9b\x60\xff\x8a\x1e\x85\xf5\xd9\x2a\x7a\x14\x77\xb3\x99\x68\x01\x54\x9f\x87\x16\x00\xcb\x75\x45\x8f\xa2\xfa\x1a\xd0\xa3\xa8\xbb\x4f\x18\x1c\xd9\x32\xe2\x13\x08\xa5\xab\xe8\x51\x54\x96\x90\x8a\x1e\x45\xf5\xd5\xa2\x47\x51\x11\xcd\xa9\x07\xf1\x09\xd8\x5c\xf5\x20\x3e\x81\xa5\xae\xa2\x55\x51\x7d\xed\x68\x55\xd4\xc3\xeb\xa8\x58\xc1\x62\x5a\xd1\xaa\xa8\xec\xbd\x15\xad\x8a\xce\x46\x52\xd1\xaa\xe8\xd5\x96\x11\x9f\x00\x79\x5a\x0f\xe3\x13\xe8\x1f\x5a\x15\x9d\x4d\xad\xa2\x55\xd1\xab\xcf\x33\x3e\x81\xe7\xa1\x55\x61\xa2\x43\x0d\xc6\x27\xd0\x6a\xb4\x2a\x3a\xcb\x6e\x45\xab\xa2\xe3\xf5\xaa\x68\x55\x98\xb0\x50\xd1\xaa\xe8\x6c\x86\x15\x3d\x0a\xab\x65\x57\xf4\x28\xc6\xe5\x99\xc4\x20\x60\x93\xd4\x60\x0c\x02\xad\x46\x8f\xc2\xca\x63\x15\x3d\x8a\x31\x6c\x0b\x15\x2b\xb0\xe6\x6b\x30\x21\x9e\x37\x86\x1e\xc5\xf4\xbd\x47\x13\xe2\xfd\x8f\x18\x04\xf8\x8c\x1a\x8d\x41\xe0\x9e\x90\x4c\x3b\x84\x57\x85\x64\xda\x41\x2b\x15\x92\x69\xb7\x47\x90\x4c\xbb\x73\x09\x92\x69\x27\x68\xbf\x42\x32\xed\xcd\xa7\x13\x83\xe0\xfc\x84\x64\xda\x9d\xbb\x90\x4c\x7b\xf5\xe9\xc6\x20\x78\x1d\x1c\x3d\xdb\x43\x85\x64\x32\x1a\xbe\x42\x32\x19\xc3\x5f\x21\x99\x8c\x7f\xaf\x90\x4c\xd1\x6f\x05\x92\x29\xfa\x1d\x41\x32\xc5\xdb\xff\x88\x41\x00\x71\x55\xe4\xd1\x8d\x7f\xaf\xc8\xa3\xeb\x32\xaa\xc8\xa3\xc7\xee\x75\x94\x43\x08\xfe\x47\x39\x84\xe4\xd3\x29\x87\x80\xd9\x53\xd1\x40\x3f\x31\x58\x2a\x1a\xe8\x16\xb2\xaa\x68\xa0\x5f\xe0\xc4\x8a\x06\xfa\x85\xed\x5b\xd1\x39\xbf\xec\x11\x3a\xe7\x97\x7d\x40\xe7\xfc\xf2\x6d\xa2\x73\x7e\x39\xba\xe8\x9c\x5f\x8e\x3c\x3a\xe7\xc6\xe2\x57\x74\xce\x8b\xcb\x27\x3a\xe7\xc5\x19\x89\xce\x79\x21\xd6\xa5\xa2\x73\x5e\xd8\x0c\x2b\x3a\xe7\x05\xbb\xbf\xa2\x73\x5e\xd8\xc6\x2a\x3a\xe7\x05\xec\x59\xd1\x39\x2f\x38\x43\x2a\x3a\xe7\xc5\xe5\x13\x9d\x73\x35\xe3\x2a\x3a\xe7\x05\x87\x4e\x45\xe7\xdc\x8a\x88\x15\x9d\x73\x13\xbe\x2a\x3a\xe7\x05\x63\xad\x26\x02\x0d\x82\xd7\x41\xc4\x93\xaa\x5f\x13\xfd\xfb\x67\x10\x5c\x4d\x76\xdd\x5b\xd2\x75\x76\xe2\x9a\xe8\x3a\x9e\x9f\x9a\xe8\x7a\xf4\x01\x74\xfd\xf4\x4c\xba\xee\x47\x9c\xe8\x3a\xfe\x95\x7a\xdb\x75\xee\x72\xd3\x75\xd2\x02\xea\x6d\xd7\x19\xb2\xdb\xae\x33\x2c\xe8\x51\x14\x78\xe3\x8a\xe6\x44\x89\xfe\x07\x0f\xff\xfc\x97\x39\xa2\x2d\xe8\x51\xd4\xe7\x2e\xf0\xf0\x2e\x7c\x68\x4e\x54\x27\x1d\x9a\x13\x95\x78\xca\x8a\xe6\x44\x63\x3f\xaf\x68\x4e\x34\xe8\x85\x8a\xe6\x44\xc3\x85\x53\xd1\x9c\xd0\xc1\x5f\xd1\x9c\x98\xd8\x71\x15\xcd\x89\x59\xbc\x0e\x2e\xfa\x79\x02\x5c\xb4\x0b\x11\x9a\x13\x13\xbb\xb1\xa2\x39\x31\x6d\x19\x9a\x13\xd3\x71\x41\x73\x62\x36\x5b\x06\x17\xed\x07\x80\xe6\xc4\xcc\x9e\x09\x17\x0d\xe0\xaa\x19\x2e\xda\xe5\x0c\x72\x6a\xb3\x7f\xe8\x51\xa8\x7f\x5b\x21\xa7\xa6\x8b\x3e\x7a\x14\xd3\xcf\x08\x3d\x0a\xa9\x8e\x5a\xec\x9f\xff\xd9\x3f\xde\x7b\xb1\x7f\x1e\xd1\x3f\x97\x33\xf4\x28\xac\x11\x5d\xd1\xa3\x98\x2e\x4b\xe8\x51\x4c\x10\x50\x45\x8f\x62\x62\x6b\x57\xf4\x28\x2c\x29\x54\xd1\xa3\x30\xf0\xac\xa2\x47\x21\xed\x52\x21\xa7\x9e\x05\x1a\x72\x6a\x77\xeb\x87\x9c\x7a\x16\x5a\xc8\xa9\x67\xa1\x85\x9c\xda\x5d\x4c\x21\xa0\x76\xdf\x26\x04\xd4\x0e\x65\x58\x21\xa0\x76\x47\x17\x02\x6a\xf7\xdd\x42\x40\xed\x8e\x44\x95\x34\xa7\x0f\x10\x50\x0a\x53\x55\x08\xa8\xdd\x59\x00\x01\xf5\x6c\x1d\x10\x49\xc1\x2f\x07\xb2\x28\x60\x09\x57\xc8\xa2\x80\x27\xb4\x42\x16\x05\x5c\x15\x15\x46\x28\xf8\x15\x37\x69\x64\xda\x82\x26\xb9\xe9\x5f\x15\x4d\x72\x03\xcf\x2a\x9a\xe4\x26\x6e\x55\x34\xc9\x23\x11\x25\x15\x4d\xf2\x08\x07\x54\xd1\x24\x37\x2b\xae\x76\xd3\xa4\x79\x7a\x47\x52\x1e\x37\x46\xed\xd0\xc8\xb8\x4d\x6a\x97\x46\x66\x24\xd0\x2b\xbf\x82\x77\x81\x46\x0e\xfe\x07\x8d\xec\x46\x82\x5e\xf9\xe5\x3a\x81\x5e\xb9\x11\xbe\x15\xbd\xf2\xcb\x45\x18\xbd\xf2\x2b\xf8\x74\x52\xa8\xdd\x10\xd0\x2b\xb7\x1c\x71\x45\xaf\x3c\x39\x12\xe8\x95\x27\xb7\xfe\x41\x0a\xb5\xfd\x1b\xa4\x50\xe3\xac\xab\x68\x99\x27\xdc\x73\x15\xbd\xf2\xe4\xb8\xa0\x57\x9e\x60\xc3\x2a\x7a\xe5\x09\x36\xac\xa2\x57\x7e\x77\x9f\x40\x2e\xf4\xf8\x97\xe3\xa2\x22\x65\x7e\x6b\xcb\x20\x65\x7e\x0f\x1b\x4d\x9a\xb4\x20\x00\x29\xf3\x9b\xa0\xef\x8a\x94\xb9\x6a\xaa\x15\xb9\xf2\x1b\x2f\x70\x45\x92\x5c\x7f\x71\x45\x92\xbc\x44\x8f\x90\x5c\x27\xd0\xba\x22\x49\x5e\x50\xca\xad\x48\x92\x5b\x67\xad\x22\x49\xae\x4f\xb8\x22\x49\x6e\x3d\xb8\x8a\x24\xb9\xe1\xe8\x15\x49\x72\xeb\xba\x55\x24\xc9\xab\xad\x46\x92\x5c\x45\xa9\x86\x24\x79\xc5\xc6\x6b\x48\x92\x57\x86\xac\x21\x49\x5e\xf1\xfc\x34\x24\xc9\xeb\xf0\x88\x34\x62\xfc\xb0\x0d\x49\xf2\x8a\x35\xd8\x90\x24\xb7\x7c\x4c\x43\x92\xbc\xf2\x11\x37\x24\xc9\xeb\xf0\x3a\x38\x73\x42\xf0\x1a\x92\xe4\x15\xd0\xdf\x90\x24\xaf\x40\xeb\x86\x24\x79\xed\x3e\x01\xce\x1c\xbf\x5a\x43\x92\xbc\x75\xef\x32\x39\xe2\x79\x48\x92\x9b\xf3\xd4\x90\x24\xd7\x83\xda\x90\x24\x1f\x60\x89\x86\x24\xb9\x5e\xd2\x86\x24\xf9\x80\x08\x6c\xa8\x3e\xe8\x5d\x6d\xbb\xdc\xf7\xe0\xa8\xf2\x9f\x67\x36\x8e\x18\x25\x54\x1f\xf4\xb5\x36\x54\x1f\xc6\xe1\xd3\x27\x77\xa1\x7f\xa8\x3e\x0c\xc8\xd3\x86\xea\x83\x1e\xe2\x86\xea\x83\x19\x57\xed\xb0\x0f\xf4\xef\xb0\x0f\x3c\x0f\xd5\x07\x3d\xd2\x0d\xd5\x07\xd5\x37\x1a\xca\x0e\x13\xd2\xa7\xa1\xec\x30\x99\x2f\xed\x90\xc4\xf6\xe9\x90\xd8\x87\x67\x42\x62\xe3\x24\x6a\x90\x37\x1b\x8b\x62\x83\xbc\x31\xa2\xb8\x41\xde\xec\x84\xe7\x35\xc8\x9b\x9d\x4d\xad\xc1\xd0\xec\x44\x39\x34\x18\x1a\xa3\x9a\x1a\xda\xe2\x3b\x1b\x50\x43\x5b\xdc\x20\xaa\x86\xb6\xf8\xce\xf6\xd7\xe0\x72\xb4\xfb\x1b\x5c\x8e\x81\x59\x0d\x2e\x67\x67\xce\x37\xb8\x1c\xe3\x98\x1a\x5c\xce\x3e\x3d\x13\x6a\x13\x13\xa5\xc1\xd0\x9c\x28\x71\x37\x18\x9a\x93\x85\xbd\xc1\xd0\x9c\x30\x18\x4d\xc5\x70\x28\xf4\x06\x43\x73\x42\xf6\x35\x18\x9a\x13\xca\xb0\xc1\xd0\x9c\x84\x73\x36\x14\xc3\xcf\xe8\xf3\xa0\x3d\x31\xf2\x1a\xec\xcd\x19\xbd\x0b\xb4\x27\xb4\x59\x83\xbd\x39\xa3\x67\x42\x7b\x9e\x9e\x09\xed\xc9\x3a\xd1\x60\x6f\xce\xcb\x96\xd1\x3f\x2c\xe1\x06\x7b\x73\x62\xdf\x36\xd8\x9b\x13\x07\x52\x3b\xed\x9f\x67\xd2\xbf\xcb\x23\xfa\x87\x03\xa9\x9d\xf6\xcf\x23\xfa\x87\x55\xde\x60\x6f\x4e\x4c\xcc\x06\x7b\x63\x11\xde\x06\x7b\x73\x62\xdb\x37\xd8\x9b\x13\xab\xbc\xc1\xde\x9c\xe7\xbf\xca\xa1\x36\x88\x9d\xf3\xf2\xe1\x74\xdd\x29\x78\xca\xf8\xd2\x75\x88\x9d\xcb\x33\x21\x76\x2e\x87\x1a\x62\x27\x15\x8f\x60\x4b\xd9\x55\x1a\xc4\x8e\xa1\x51\x0d\x62\xc7\x7d\xa4\x41\xec\x24\xa2\x1d\x1b\xc4\x4e\x62\x97\x6e\x10\x3b\x7a\x65\x9b\x62\xe2\x04\x9e\x35\xc5\xc4\x01\xb0\x0d\x62\x27\x65\xcf\x94\x2d\xe5\x73\x40\x4c\x3c\xdd\x3e\x0f\xb6\xb4\xf8\x3c\xd8\x52\x02\xd6\x9a\x82\xe1\xec\x9a\x4d\xc1\x70\xe8\x8c\xa6\x60\x78\xf6\xc8\x3e\x30\x4a\x0a\x86\xb3\xf7\x36\x05\xc3\x81\x9e\x0d\x62\x27\xe3\xe2\x68\x10\x3b\x19\x0f\x71\x83\xd8\xc9\xec\xee\x0d\xc1\xf0\x8c\xdf\xb7\x21\x18\x9e\xb1\x26\x1a\x82\xe1\xd9\xc5\x0d\xc1\xf0\xec\xa2\xa1\x60\x38\xe0\xaf\x29\x18\x8e\x85\xd2\x14\x0c\x87\x80\x6a\x0a\x86\xef\xfe\x87\x60\x38\x3e\xd3\x86\x60\xb8\xb2\x8c\x0d\xc1\x70\x25\x1b\x1b\x82\xe1\xfa\x5a\x9b\xa2\xe0\x6e\x63\x88\x82\xeb\x24\x6a\x8a\x82\x0f\x8f\x20\x41\xdd\x48\x14\x05\x9f\x3e\x41\x12\x94\x37\xa6\x28\x38\x9b\x68\x53\x14\x1c\x8f\x5f\x53\x14\xdc\xed\x4f\x51\x70\x3c\xa1\x4d\x51\x70\x97\x56\x95\xbf\xf1\x6f\x36\xd5\xbd\x89\x72\x6d\xaa\x7b\x93\x19\xd6\x54\xf7\x1e\x3e\x0f\xa2\xd3\x91\x50\xdd\xdb\x76\xaa\xee\x8d\x7b\xa0\xa1\xe5\x60\xc9\xd3\x86\x96\x43\xf7\x93\x46\xcb\xa1\x83\x3a\x1a\x5a\x0e\x3a\xa5\x1a\x5a\x0e\x03\xfb\xaf\xa1\xe5\x30\x5c\x42\xd0\x72\x18\xa4\x47\x35\xb4\x1c\x86\x8b\x1b\x5a\x0e\xc3\xe5\x13\x2d\x87\x81\x30\x55\x43\xaf\x61\xb8\xb8\xa1\xd7\x30\x9c\x4b\xe8\x35\x0c\x00\x73\x43\xaf\xc1\x72\x6d\x0d\xbd\x86\xf9\xdc\x85\x24\x5f\x08\xbd\x86\x5e\x83\x52\x54\x0d\xbd\x86\x89\x2d\xda\xd0\x6b\x50\x36\xaa\xa1\xd7\xa0\x7c\x57\x43\x94\x61\xe2\x72\x68\x30\x3b\x1b\x2e\x80\x06\xb3\xb3\xf9\x35\xc2\xec\x6c\xc4\x35\x34\x98\x9d\xed\xf6\xcc\xe5\x91\xde\xf0\x80\x37\x98\x9d\xdd\x31\x83\xbd\x31\x31\xa6\xc1\xd0\x98\xc4\xd2\x60\x68\x94\x7f\x6a\x30\x34\xc1\xef\x08\x86\x26\xf8\xfd\xc1\xd0\x04\x7c\xde\x0d\x86\x26\xf8\x3d\xc0\xd0\x04\x70\x70\x83\xa1\x09\x9a\x0c\x30\x34\xc1\xed\x1d\x86\x26\xf8\xc6\x60\x68\x2c\xfe\xd5\x60\x68\x02\x0e\xd5\x06\x43\x13\xfc\x36\x61\x68\xc2\x3f\xcb\xa1\x36\xc8\x9b\x40\xf0\x7d\x5b\xd0\x25\x07\x77\xb8\x05\x5d\x72\x00\x74\x34\x88\x9d\xa0\xb5\x04\xb1\x13\xb4\x65\x14\x13\x07\xee\x35\x88\x9d\xb0\xfb\x1f\xbc\xa3\x43\x8d\x98\x78\xd0\x02\x53\x4c\x5c\x0b\x53\x31\x71\xc8\x86\xd6\xed\x3a\x2f\x1a\xd2\x27\x40\xb7\x35\x48\x9f\xa0\x7d\xa4\x98\xb8\x1f\x2a\xa4\x4f\x70\xc9\x82\xf4\x09\x4e\x25\x48\x9f\xe0\xa4\x1b\xf6\x8f\x96\x41\xfa\x04\x97\x97\x61\xff\x18\x6a\x48\x9f\xa0\x8d\xa7\x98\x38\x61\x5a\x0d\xd2\x27\x10\x5f\xd2\x86\xaf\x96\x8f\x43\x31\x71\x97\x09\x48\x9f\xa0\x35\x08\xe9\x73\x56\x9f\xb0\xfa\x67\x3d\xee\x06\xe9\x73\x56\x9f\x30\x38\xf2\xba\xc9\x11\xbd\x55\x30\x5c\x0b\x4c\xc1\x70\x3f\x3f\x88\x1d\x13\x7f\x1a\xc4\xce\xa5\x3d\x0d\xb1\x63\xbd\x8c\x06\xb1\xa3\xae\x44\x83\xd8\x49\x78\xdc\x1b\xc4\x8e\xd0\xac\x41\xec\x3c\x5b\x2a\xc4\xce\xb3\x55\x41\xec\x24\x97\x33\x88\x9d\x44\xe2\x4f\x83\xd8\xb9\x1d\x79\x88\x9d\xdb\xad\x63\xe1\x9a\x7c\xfb\xf1\x4f\x92\x75\x79\xb7\x1d\xa1\x71\x37\x92\x8e\xd0\xb8\x1b\x57\xdf\x20\x17\x79\xd3\x7d\x83\x5c\xc4\x85\xd3\x11\x21\x37\x81\xa7\x23\x42\x6e\xbc\x4e\x47\x84\xdc\x04\xa5\xae\x08\xf9\xf0\x79\x10\x8f\xf4\xa1\x2b\x42\x0e\xc6\xea\x8a\x90\x83\x79\x3a\x4a\xe3\xaa\x45\x74\x94\xc6\x4d\x03\xea\x28\x8d\x5b\x3b\xbb\x6f\x12\x8f\xf6\x01\xe2\x11\xdb\xb7\xa3\x34\x6e\xd4\x4f\xdf\x25\x1e\x2f\x8e\x24\x1e\x79\xde\x2e\xf1\xc8\x3d\x17\xe6\xc9\xe6\x7e\xf6\x1d\xe2\x91\x05\xac\xef\x10\x8f\x38\x12\xfa\x0e\xf1\x88\xe1\xd1\x77\x88\xc7\xdb\xeb\x20\x1e\xf1\x2c\xf7\x5d\xe2\x91\x31\xdb\x25\x1e\x6d\x19\xc4\x23\xc9\x28\x7d\x87\x78\xcc\x3e\x0f\xe2\x31\xfb\x1f\xc4\x23\x9b\x61\x5f\x78\x28\x57\x96\xb3\x8e\x60\x43\x05\xf4\x77\x04\x1b\x2a\x11\xfd\x1d\xc1\x06\xc5\xb5\x3a\x82\x0d\xfd\xf0\x4c\x88\x47\x30\x5d\x47\xb0\xa1\x1f\x3e\x21\xf1\x1f\xad\x46\xb0\xa1\xf3\x15\x77\x04\x1b\xba\x33\x04\xc1\x86\xbe\xfb\x3c\x88\xc7\xdd\xe7\x35\xce\xa4\x0f\x08\x36\xf4\xdd\x27\x0c\x8e\xbc\xcb\xe4\x88\xb7\x89\x60\xc3\xb0\xd5\x88\x32\x58\x4f\xb3\x23\xca\x30\x70\x70\x76\x84\x17\xc6\xcf\xdb\xfc\xcf\x25\xb9\xa3\xc9\xa0\x7c\x64\x47\x93\x61\x06\x6f\xb2\x88\x1d\x43\x64\x3a\xc4\xce\xee\x20\x41\xec\xa8\x71\xd1\x21\x76\x54\xae\xe8\x10\x3b\xaa\x61\x74\x88\x1d\xcb\x78\x77\x88\x9d\x83\xe8\xd8\x0e\xb1\x73\xf9\x6a\x11\x13\xb7\xf6\x72\x47\x4c\xfc\xba\x3d\x93\x04\xee\xdb\x33\x49\xe0\x76\xf2\x20\x26\x7e\x39\x5d\x10\x13\xbf\xf0\xa4\x75\xc4\xc4\x2f\xac\xeb\xae\x98\x78\xf7\x09\x88\xa5\x77\x9f\x80\x58\x7a\xf3\x3a\xc4\xd2\xbb\xf7\x94\x40\x64\x5c\x10\x13\xaf\x8e\x04\x62\xe2\x95\x05\xa5\x23\x26\x5e\xd9\x19\x3b\x62\xe2\x15\x3b\xb5\x9f\x12\x88\x4c\x2c\xc4\xc4\xab\xa3\x7b\x4a\x20\xf2\x74\xc4\xc4\x2b\xd6\x4b\x47\x4c\xfc\xf9\x38\x10\x0c\x57\xf1\xac\x23\x18\x3e\x2e\x9f\x00\xc1\x86\x4f\xb1\x23\x18\x3e\xab\x77\x21\x09\x16\xb2\xa8\x53\xa4\x56\x30\xdd\x2f\x93\x7c\xb9\x0b\xe4\xcd\xee\xf2\x02\x79\xb3\x63\x41\x77\xc8\x9b\xdd\xe5\x0c\xf2\x66\x77\x39\x83\xbc\xd9\xb1\x68\x3b\xe4\x8d\xdc\x77\x87\xbc\x31\xa6\xb7\x43\xde\x18\x97\xdc\x21\x6f\xa2\x0b\x1f\xe4\x8d\x91\xcf\x1d\xf2\x26\x3e\x4f\x20\x09\xf6\x79\xc2\xf2\x2c\x9f\xbe\x5b\xc8\x1b\x3d\x9a\x1d\xf2\xc6\x6d\xac\x43\xde\x9c\x38\x9e\x3a\xe4\xcd\xe5\xbb\x95\xbc\xc1\xe6\xea\x92\x37\xd9\xeb\x20\x6f\x7c\x82\xe4\x0d\x96\x70\x97\xbc\x01\x0f\x75\xc9\x1b\x22\xf3\xbb\x0c\x0d\x38\xb1\xcb\xd0\x14\xef\x02\x43\xe3\xd6\x21\x43\xe3\x12\x29\x43\xe3\xf7\x20\x43\x73\x7b\x26\x0c\x8d\xcb\x99\x0c\x8d\xdf\x83\x0c\x0d\xac\x41\x97\xa1\x01\xb3\x76\x19\x1a\xa4\xaf\xba\x0c\x8d\x5f\x07\x8a\xe1\x05\xe7\x4b\x47\x31\xbc\x80\xf7\xba\xec\x8d\x4b\x39\xec\x4d\x01\xa0\xf7\xdb\xfe\x31\x82\x0f\x7b\x43\x6f\x1f\xf6\x86\xf1\xbc\xcd\xa2\x64\x94\x50\x13\x9f\xcd\xbb\xc0\x0c\x14\xff\x83\x19\x70\x65\x80\xd9\x99\x7e\x9b\x30\x3b\xd3\x19\x02\xb3\x33\x71\xf9\x75\x99\x1d\x9c\xa6\x5d\x66\xc7\xb9\x2b\xb3\x83\x2f\xb9\xcb\xec\x38\x23\x65\x76\x40\x7f\x5d\x66\xa7\x7b\x17\x98\x8f\xe1\x7f\x30\x1f\xce\x3a\xd2\x8e\x76\x50\x5c\x27\xed\x68\x9f\x1e\xc1\x1a\x3c\x67\xc2\x1a\x3c\x4f\x80\x35\x18\xff\x72\x5c\x74\x48\x9f\x5d\xab\x80\x8c\xa4\xdd\xa6\x14\xf2\xd9\x08\xfe\xe8\xd6\xb6\xc5\x3e\xea\xd6\xb6\xad\x9e\x49\x3e\x1b\xfe\xb1\x6e\x6d\x5b\xf7\x49\x6b\xdb\x42\x08\x75\x6b\xdb\xfa\xc2\xac\x6d\x8b\x77\xae\x93\x75\x14\x9d\xf2\x45\x22\x82\xc9\x03\x5d\x63\xea\x46\x87\xae\x39\x5d\xae\xa1\x6b\x2e\xbc\x88\x9d\x7c\xa1\x0b\xbf\x53\x87\xae\x31\x24\xae\x5b\x95\xd6\xa5\x00\xba\x26\xb9\x2c\x41\xd7\x24\xfb\x00\x5d\x93\xec\x1f\x74\x4d\x72\x19\x84\xae\x49\x7e\xee\xd0\x35\x49\xab\x07\xba\x26\xd9\x23\xf2\x85\x92\x9f\x8a\xa5\x67\x1d\x6b\xf2\x85\x6e\x40\x71\x27\x5f\xe8\x26\x54\xa9\x43\xf3\x28\x31\xd3\xa1\x79\x54\xd1\xe8\xd0\x3c\xb7\x2f\x1a\x9a\xc7\x70\xf4\x0e\xcd\x63\x11\x9a\x0e\xcd\xa3\x3a\x59\x87\xe6\xc9\xd0\x7b\xbd\x99\xb3\x46\x6f\x9b\x39\x6b\xb6\x73\xf5\xa1\x10\x60\xdf\xa1\x79\x64\x9f\x3b\x34\x8f\x14\x6c\x87\xe6\x29\xf8\x14\x3b\x34\x8f\x94\x6f\x87\xe6\x91\x8b\xee\xdd\x9c\x35\xda\x02\x95\xd3\x6c\x35\x54\x4e\xf3\xdd\x42\xe5\x54\xfb\x07\x95\x63\xd2\x74\x87\xca\x31\x69\xba\x43\xe5\xd4\x69\xcb\xf0\xb1\x6f\x3e\x01\x0e\xc1\x0f\x1c\x2a\xa7\x81\x09\x3a\x54\x4e\x75\xe4\xa1\x72\x4c\xbd\xee\x50\x39\xcf\x12\x42\x59\x5a\x49\xde\x4e\x59\x5a\xd3\xb9\xfb\x90\x43\xa0\xef\xd0\x3c\xd5\xf7\x37\xec\x1f\xa3\x04\x5f\xd3\xb4\xb9\xe0\x6b\x1a\x29\x42\x1d\xbe\xc6\xd8\xf1\x3e\xf4\xbf\x7b\x17\xfc\xef\x80\xe2\x4e\xe9\xd9\x81\xc0\x4d\xa7\xf4\xac\xce\x90\x0e\x1e\xba\x61\x68\x3a\xa5\x67\x75\x86\xf4\xa9\xff\x9d\xe7\xc1\xf3\x0c\x62\x17\x3a\x3c\x8f\x8e\x92\x0e\xcf\x33\xfc\x72\xe0\x79\x86\xa6\x14\x3c\xcf\x88\xb6\x05\x7e\x21\x78\x1d\xfc\x02\x71\x06\x1d\x9e\x47\x07\x4b\x87\xe7\x19\x78\x88\x3b\x3c\xcf\x08\xb6\x65\xe2\xfd\x5f\xb3\x60\xc0\xf3\x98\x18\x3d\xe0\x79\x4c\x73\x1f\x9b\xb9\x75\x9d\x23\x72\xeb\x78\xb7\x03\x9e\xc7\xa5\x75\x90\xdc\xb3\x61\x04\x0d\x92\x7b\x76\x30\xc8\x20\xb9\x67\x6f\x5e\x87\x6f\xbe\x79\x26\xbe\x79\xa8\xdb\x41\x72\x8f\x54\xf1\x20\xb9\x47\x22\x77\x90\xdc\xa3\xf9\x32\x48\xee\xd9\x59\x51\x06\xc9\x3d\xc7\xe9\xf3\x26\x47\xdc\x13\xfd\xba\xe3\xfc\x57\xaa\xc8\x40\xda\xee\x64\xb7\x1d\xe4\x04\x69\x69\x0c\x72\x82\x4e\xbc\x34\x83\x9c\xa0\x13\xff\xd8\x20\x27\xe8\x64\xcf\x1e\xe4\x04\x59\x37\x61\x90\x13\x74\x92\x91\x3e\xc8\x09\x3a\x8b\x4f\xc0\x01\x9e\xfc\x0f\x07\x38\x0b\xe6\x20\x27\xe8\xcc\x76\x01\x2f\x37\xd6\xc4\x20\x27\xc8\x72\xe3\x83\x9c\x20\x43\x79\x06\x39\x41\x27\xf6\xca\x20\x27\xe8\xc4\x26\x19\x87\x0e\x7e\xee\x49\x4e\xd0\x49\x09\xd2\x71\x48\x60\x70\x4f\x72\x82\x4e\x6c\x92\x71\xd8\xbf\x8b\x23\xfa\x77\x7b\x64\xff\x98\x20\xe4\x04\x9d\xd9\xa7\xd3\xbf\xec\x7f\xf4\xef\xb6\x2d\xf4\x8f\xa8\x83\x01\xad\x74\xde\x1e\xd1\xbf\xdb\x96\xd1\x3f\x2c\x94\x01\xad\xa4\x98\xc9\x80\x56\x52\xf6\x64\x40\x2b\x9d\xf8\xd1\x07\xb4\x92\xa2\xe0\x03\x5a\xc9\x2a\x68\x03\x5a\xe9\xba\x3c\x13\x0f\x38\x4b\xe4\x80\x56\x4a\x6c\x9b\x03\x5a\x29\xb1\x6d\x0e\x68\xa5\xe4\xf4\x84\x56\x4a\xd5\x27\xe0\xc5\x87\x8e\x1a\xd0\x4a\xa9\xda\x4e\xbc\xf8\xd5\xeb\xf0\xe2\x3b\x91\x49\x11\x4a\xc5\xa7\x93\xd3\x45\xfc\xc5\x80\x80\x4a\x58\xf3\x03\x02\x2a\x11\x39\x31\x20\xa0\x92\x9f\x11\x04\x94\x1b\xe5\x80\x80\x4a\x6c\xe1\x03\x02\x2a\xf9\xf9\x41\x40\x25\x3f\x38\x08\x28\x37\xd1\x01\x01\xe5\x06\x3b\xa2\xfd\xf3\x2e\xf4\x0f\x8a\x79\x44\xfb\xc7\xb8\x40\x40\x25\x6c\xae\x11\xed\x9f\xed\xc4\xfb\x8f\x9b\x66\x40\x40\x65\x96\xcf\x01\x01\x95\x59\x68\x07\x04\x54\xc6\xb3\x3c\x20\xa0\x32\x1e\xe2\x01\x01\x95\xc9\xa6\x1b\x10\x50\x19\xff\xed\x80\x80\xca\xd1\xff\x28\x17\xea\x1b\x83\x80\xb2\x06\xc7\x80\x80\xca\x8e\xf5\xa9\xf7\xdf\xa3\xc6\x11\xfd\x83\x49\x32\x28\x74\xc0\x24\xd5\xdd\xb6\xac\x3e\x28\x5a\x35\x60\x92\x2a\x5b\xdc\x80\x49\xaa\x20\xe6\x01\x93\xa4\xa0\xd5\x80\x49\xaa\xbb\xff\x45\x8e\xbc\xcb\xc9\x99\xf4\x08\x26\xa9\xe2\x0a\x1d\x30\x49\x15\xbf\xef\x80\x49\xaa\x6c\x71\x03\x26\xa9\x42\x31\x0f\x98\x24\xc3\x5c\xc7\x65\xff\x78\xd3\x30\x49\x2d\xda\x16\x98\x01\x22\x91\x07\x4c\x52\x4b\xb6\x6c\x72\x44\x6f\x49\x1f\x6a\x44\x90\x0d\x58\xa6\xe6\x5a\x07\xcb\xd4\x70\xd6\x0d\x58\x26\xe3\xb5\x07\x2c\x53\x7f\xae\x93\x19\x60\xac\x93\xcc\xc0\xbf\xf4\x92\x07\x04\x94\xa5\x9d\x06\x04\xd4\x20\xec\x6d\x40\x40\xb9\x33\x8e\x24\xa1\xc0\x00\x52\xcd\x56\x7e\x7b\x40\x4e\x59\xcd\x62\x98\x75\xe4\x82\x62\xd6\x91\xfb\x1d\x59\x47\x3b\x3b\xf8\x20\xeb\x48\x61\x8e\x61\xd6\x91\x4b\x96\x59\x47\x80\xbf\x71\x23\x0d\xea\xc2\x77\x23\x0d\xea\x62\x63\x46\x92\x8b\xb0\x19\x49\x2e\x8a\x66\x24\xb9\x59\xdc\x78\x73\x9f\x33\xf1\x56\xbb\x1d\x91\xad\x14\x9c\xc8\x37\xde\x6a\xe8\xcb\x71\xe3\xa8\xc7\x36\x1c\x64\x32\x05\x47\x82\x4c\xa6\xe0\xf6\x40\x26\x93\x5a\x1c\x23\xe3\xad\xc6\xde\x1c\x19\x6f\xb5\x8b\x29\x59\x4e\x01\x7b\x65\x90\xc9\x14\xe0\x71\x07\x99\x4c\x81\x98\xc9\x41\x26\x53\x70\x6b\x24\x93\xc9\xba\x10\x83\x4c\x26\xc3\x9f\x06\x99\x4c\xc1\xc5\x9b\x4c\xa6\xe0\x96\x93\xed\x03\x6f\x85\x4c\x26\x55\x42\x06\x99\x4c\xc1\xa9\x4b\x26\x53\x70\x7a\x92\xc9\x14\xdc\x0c\x8b\x7d\xe0\xad\x90\xc9\xa4\x82\xc8\x20\x93\x29\x10\xba\x37\xc8\x64\x0a\x90\xc3\xa3\xd8\x3f\xef\x42\xff\x9c\xac\xa4\x2b\xa9\x35\x32\x48\x57\x3a\xb5\x49\x48\x57\x3a\x89\x87\x1d\x45\x8f\xbb\x67\xe2\x71\x77\xf1\x26\x5d\xe9\x74\xeb\x20\x5d\xe9\x74\xb9\x26\x5d\xe9\x72\x59\x22\x5d\x49\xa9\xad\x41\xba\xd2\xe5\xb6\x42\xba\x92\x9a\xcf\x83\x74\xa5\x84\xdf\x70\x90\xae\x94\x5c\xc0\x48\x57\x4a\x78\x26\x47\xd5\x1b\x4f\xcb\x20\xb5\xa4\x7c\x07\xa4\x96\x01\x56\xa3\xea\x8d\xf7\x79\x7a\xe3\x69\x99\xe9\x4a\xce\x5d\xd3\x95\x88\x01\x1a\xa6\x2b\x01\xe5\x87\xe9\x4a\xd3\x7b\xe2\x8d\x77\x29\x27\x5d\xe9\xc6\x32\x1d\x90\x61\x37\x5a\x8f\x03\x32\xec\x76\xd6\x99\xae\xa4\x9d\x6a\xba\x92\xdf\x34\x64\x58\x3e\xfc\x0f\x8f\xfb\xe1\x5d\xf0\xb8\xbb\xc9\x40\x78\x65\x5c\x77\x03\xc2\x4b\x8a\x79\x98\x92\x84\xdd\x3f\x20\xbc\xa4\xad\x87\x29\x49\xd8\xda\xc3\x94\x24\x8d\x0b\x58\x2d\xf3\x7a\x07\xac\x96\x3a\x24\x03\x56\xab\x80\x6b\x86\xe9\x4a\x78\xdc\x87\xe9\x4a\x5a\xd0\xa6\x2b\xe1\x71\x1f\xb0\x5a\xd9\xe5\x13\x56\x4b\x91\xb3\x61\x2a\x13\x5e\xfc\x61\x2a\x13\xf8\x6b\x98\xae\x44\x22\xce\x80\xb9\x2a\x9b\x2d\x93\x35\xe0\xfd\x99\xae\x34\x3d\x82\x35\x00\x39\x0d\x98\xab\xa5\xd2\xf8\xdf\x4b\xf2\x93\xc9\xc4\xe3\x20\xb5\x2a\x00\x68\x40\x6a\x55\x27\x96\x99\x4c\xc5\xff\x20\x14\x9c\x4a\x66\x32\xb9\x7c\x9a\xc9\x84\x87\x6a\x98\xc9\xe4\x70\x9a\xc9\x84\x73\x62\x98\xc9\xa4\x95\x6c\x26\x93\xb6\xa8\x99\x4c\x2e\xd0\x66\x32\xb9\xb4\x9a\xc9\xe4\xf2\x09\xe1\xd5\x9d\x20\x10\x5e\xdd\xe9\x09\xe1\xd5\x5d\x0a\x00\x78\x1d\x50\x35\xcc\x56\x72\x82\x98\xad\xe4\x66\x01\xa9\xd5\x9d\x2e\x90\x5a\xdd\xa9\x6b\x46\x92\x96\x0d\xc4\x55\xd7\x7a\x81\xb8\xea\x6e\x4e\x10\x57\x1d\xdf\xfc\x10\xa8\xc1\xfb\x4f\x88\xab\xce\x64\x9d\x10\x57\x83\x8c\xc0\x09\x71\x35\xb0\xfb\x27\xc4\xd5\xb8\x3d\x13\xd2\x80\x05\x65\x42\x5c\x0d\x62\x17\x26\xc4\xd5\xe8\xde\x45\x42\xa1\x72\x74\x73\x34\x39\x82\x35\xc0\xfb\x3f\x21\xae\x4c\xeb\x9d\x10\x57\x13\xab\x67\x42\x5c\xcd\xd3\x33\x57\xff\x66\xf1\xe9\xb0\x06\x8c\xe0\x34\xed\x88\x8f\x6a\x92\x76\x74\xb1\xf4\x4c\xd2\x8e\xac\x38\x3c\x49\x3b\xba\x98\x59\x93\xb4\xa3\x8b\x85\x68\x92\x76\x74\xb1\xf9\x4e\xd2\x8e\x32\x96\xcd\x24\xed\xa8\x06\xef\x89\x57\xbd\xf9\x1f\xf2\x91\xdd\xa7\xe3\x39\x27\xde\x63\xa2\x51\xa7\xc7\x6f\x1e\x7a\xc7\x79\x3a\x1a\x75\xba\xee\xe6\xa1\x77\x9c\x31\x43\xa3\xce\x98\xe5\x89\x46\x9d\x20\x75\xa2\x51\x17\x1d\x4f\x34\xea\x4e\xdc\x42\x13\x8d\x3a\x15\x36\x26\x1a\x75\x91\x8f\x7f\xa2\x51\x77\x6e\xb6\xa5\x73\xc4\xc8\xa3\x51\xa7\x4a\xc8\x44\xa3\xee\xc4\x1e\x9b\x68\xd4\x9d\x84\x9d\x4e\x74\xe8\x2e\x7b\x8b\x0e\x9d\x29\xfe\x13\x1d\x3a\xc9\xc5\x89\x0e\x9d\x69\xfc\x13\x1d\x3a\xe3\x59\x26\x3a\x74\x4a\x11\x4c\x74\xe8\x4c\xff\x9f\x68\xcd\x15\xb6\xc6\x89\xd6\x9c\xa4\xe4\x44\x6b\xce\x22\xca\x13\xad\xb9\xca\x56\x3c\xd1\x9a\xab\x6c\x9b\x33\x1a\xdf\x4f\xab\x29\x99\xb4\x61\x17\x4f\xca\x22\x6d\x8e\x04\x65\x91\x36\xec\xf0\x49\x59\xa4\x0d\x9a\x6e\x52\xfb\x68\xdb\x7c\x02\x71\xec\xce\x6b\xea\x1b\x6d\x70\x32\x53\xcd\x38\x47\x50\xcd\xb8\xe9\xf3\x26\x77\xa1\x7f\xd4\x37\x3a\x7c\x3a\xf5\x8d\x76\xdf\x26\xf5\x8d\x76\x16\xef\x49\x7d\xa3\xc3\x77\x44\x7d\xa3\xdd\x77\x8b\x66\x9c\x66\xd6\x3c\x75\xe7\xf2\x56\xd0\x8c\x8b\xce\x4f\x34\xe3\xe2\x3f\xc5\x39\x27\x72\x72\x16\x23\x99\xc8\xc9\x45\xd6\xfc\x79\xea\xe9\xf5\x71\x78\x7a\xf1\xcb\x4c\x34\xe3\x2c\x8c\x32\xd1\x8c\x3b\x1d\x40\x34\xe3\x4e\xa0\xc4\x44\x33\xee\xc2\x52\x9c\x68\xc6\x19\x3c\x37\xd1\x8c\xbb\xb0\x8f\x26\x9a\x71\x17\x36\xfa\x44\x33\xee\x3a\xbd\x0b\x21\xe7\x58\x7c\x13\xcd\x38\xd5\x9a\xe7\xa5\xbf\x98\x76\xa2\x19\x67\x2e\xd1\x44\x33\xee\x1a\x3e\x1d\x7f\xb1\xad\xbe\xf4\x17\x7b\x17\x7d\xad\x9e\x89\x06\x18\x3e\xc5\x89\x82\x5c\xc6\x1b\x38\x51\x90\xcb\x80\xb1\x89\x82\x9c\xe9\xc7\x13\x05\x39\x21\xe4\xa4\x2c\x92\x45\x24\x27\x65\x91\x0a\xc2\x2a\x13\x75\xb9\xb6\xfb\xdf\xea\x43\x3b\x7c\x1e\xbe\xc8\xdd\x23\x7c\xad\x87\x4f\xa7\x2c\xd2\xee\x5d\xf0\x53\xba\xb0\x5b\x16\x69\xf7\x08\x3f\xa5\x93\x15\x75\xb9\x46\xd6\xd1\x44\x5d\xae\xb9\xec\xa2\x2e\xd7\xb0\x88\x26\xea\x72\x8d\xed\x68\xa2\x2e\xa7\xd6\xf0\x44\x5d\x4e\x1c\x35\x51\x97\x1b\xa0\x87\x89\xba\xdc\xc0\x2e\x9e\xa8\xcb\x0d\xf0\xc2\x44\x5d\x6e\x5c\x3e\x0f\x3f\xa5\x23\x41\x59\xa4\x41\x0c\xea\xbc\xf1\x53\x5e\x3e\x01\x3f\xa5\xef\x1d\x1d\x3a\x31\xdd\x44\x87\x6e\x56\x5b\x3d\x38\xe2\x3f\x42\xe9\x36\xe2\x4c\x27\xe1\x72\x3b\xd9\x74\x93\x70\xb9\xc3\xa7\x67\x04\xad\x5c\x50\x32\x4e\x29\x97\x1e\x42\xe9\x4e\x97\x2c\x42\xe9\xb4\xd8\x27\xa1\x74\xda\xe8\x93\x50\xba\xd3\x99\x45\x28\xdd\xf9\xb4\x05\xa7\x94\xed\x24\x94\xce\xa8\x98\x49\x28\x9d\x98\x60\x12\x4a\x77\xe2\x6e\x99\x84\xd2\x19\x5b\x33\x09\xa5\x3b\x89\x6a\x9a\x84\xd2\x9d\x24\x1a\x4d\x42\xe9\x4e\x37\x66\x42\xe9\xc4\x0b\x93\x50\xba\x13\x76\x63\x16\xfb\x47\x8f\x28\x8b\x74\x42\x74\x4e\xca\x22\x5d\x6e\xd3\x84\xd9\x9d\x2e\x2f\x84\xd9\x89\x3a\x66\xb1\x7f\x3e\xbd\xe3\x12\x63\xb6\x12\x66\x97\x86\x67\xe2\x94\x82\x60\x9b\x84\xd9\x25\xb8\xaa\x49\x98\x5d\x72\x93\x21\xcc\x2e\xb9\x19\x56\x85\x94\xf8\x36\x09\xb3\x4b\x90\xca\x93\xda\x47\xc9\xed\x96\xda\x47\x09\x66\x60\x52\xfb\x28\x41\x07\x4f\x6a\x1f\x89\x2c\x26\xb5\x8f\x12\xb4\xe0\xa4\xf6\x51\xea\x5e\x87\x53\x0a\x92\x70\x56\x9d\x52\xf4\x9d\xda\x47\x69\x78\x26\xfd\x23\xf6\x7f\x52\xfb\x28\x91\x37\x39\xa9\x7d\x74\xbb\xcc\x53\xfb\x28\x61\xb1\xcf\x66\xff\xee\x7f\x2d\xc9\x94\x45\x4a\x30\x8d\x93\xb2\x48\xd9\x29\xdf\xf4\x57\x31\x48\x94\x45\xca\x80\xdb\x49\x59\xa4\x0c\x7c\x9e\x94\x45\xca\x04\xcf\x4d\x4a\x1f\xe5\x68\x33\xf1\x57\x01\x79\x26\x7a\x72\x46\x1d\x4c\xf4\xe4\x8c\x4f\x98\xe8\xc9\x19\xca\x33\xd1\x93\xab\x2e\x0c\xe8\xc9\x55\xbc\x73\x13\x3d\xb9\x8a\xeb\x60\xa2\x27\x67\xb4\xc2\x44\x4f\xee\xb1\xa4\xd0\x93\xab\x58\xb4\x13\x3d\xb9\xaa\x55\x87\x9e\x9c\x91\x13\x13\x3d\xb9\x1a\xbc\x27\xfe\x2a\x97\x33\xf4\xe4\x6a\xf0\x08\x7f\xd5\xe1\x3d\xed\x1f\x03\x8f\x9e\x5c\x85\xea\x98\xe8\xc9\x55\xac\xe4\xd9\xed\x1f\x23\x81\x9e\x5c\xc3\x1b\x38\xd1\x93\x6b\x2e\x21\x43\x7f\x15\x23\x88\x9e\x5c\xd3\xfa\x44\x4f\xae\x69\x6f\xa2\x27\xd7\x80\x4a\x13\x3d\x39\x15\x05\x26\x7a\x72\x7d\xf3\x09\x37\x47\x8c\x27\x7a\x72\xcf\x42\x8b\x9e\xdc\xb3\x60\xa2\x27\xf7\x2c\x8a\xe8\xc9\x3d\x8b\x22\x7a\x72\xcf\x22\x8c\x9e\xdc\x70\x39\x43\x4f\x6e\x10\xb9\x3e\xd1\x93\x1b\xe0\x93\x89\x9e\xdc\x80\xf8\x98\xe8\xc9\x0d\xb7\x54\xf4\xe4\x06\xee\x8f\x89\x9e\x9c\x52\xf4\x13\x3d\x39\x65\xea\x27\x7a\x72\x43\x8b\x1d\x95\x38\x93\xb4\x27\xd8\xc5\x5a\xe4\x13\x7c\xb2\xfb\xde\x09\xac\x23\x2d\x3b\x6c\xe0\x13\x44\x67\xc3\xb6\xe9\x2e\x4b\x1c\xe1\x2e\x5b\xf8\x2b\x6c\xe0\x13\x64\x66\xc3\x06\x3e\x09\xd5\xeb\x70\xc5\xac\x18\x84\xb0\x81\x4f\xc2\x8a\x41\x08\x1b\xf8\x24\x54\xef\x89\xab\x69\x61\xc8\xb0\x81\x4f\xc2\xc2\x04\x61\x03\x9f\x84\x85\x87\xc2\x06\x3e\x09\x4f\x5b\x70\x35\x2d\x76\x23\x6c\xe0\x93\xf0\xb4\x05\x57\x53\xf6\x3f\x5c\x4d\xcb\x28\x09\x1b\x81\x75\x21\xd3\x4e\x02\xeb\xc2\x4d\xdf\x09\xac\x0b\x99\xe7\x11\x58\x17\x32\xbd\x25\xb0\x2e\x2c\x26\x29\x6c\xbb\xfd\xa3\x9d\x04\xd6\x85\xb5\xb0\x87\x8d\xc0\xba\x90\x3d\xa2\x7f\x95\xbe\x13\x58\x17\x16\xf2\x0d\xdb\xae\x3b\xd0\xa7\xd3\xbf\xea\x7f\xf4\x6f\x39\x27\xc2\x46\xf0\xdc\xd9\xb9\x27\xc1\x73\x57\xe5\x3f\x82\xe7\xae\xce\xb8\x10\x3c\x77\x75\x46\x02\x59\x04\xaa\x2c\x86\x8d\xe0\xb9\xab\xd3\x23\x82\xe7\xc0\x12\x61\x23\x78\xee\xea\xf4\x88\xe0\x39\xd2\xb9\xc3\x46\xf0\x1c\x15\xbf\xc3\x46\xf0\x5c\x3a\x18\x41\x82\xe7\x60\x4c\xc2\x46\xf0\x1c\x3c\x48\xd8\x08\x9e\x4b\xf6\x8f\xe0\x39\x42\x04\xc2\x46\xf0\x5c\x72\x24\x08\x9e\x5b\x7c\xcd\x7f\x2d\xc9\x61\x23\xae\x2e\x15\x9a\x42\x21\xa4\xe4\x64\xa5\x10\x52\x72\x20\x88\xb9\x63\x3f\x08\x1b\x31\x77\xa9\x33\x09\x28\x84\x94\xec\x3a\x85\x90\xd2\x64\xc8\x82\x72\x37\xfe\x87\x5f\x26\x32\xf0\x41\xdf\x12\x9d\x0d\xfa\x96\xbc\x0e\xbf\xcc\xc6\xe0\x52\xde\xa8\x6c\x74\x96\xf2\x46\x88\xb3\x87\x2d\xea\x5b\x62\xa8\x29\x6f\x84\x54\x7b\xd8\x28\x6f\x54\x76\x9e\x47\x79\xa3\xb2\xf1\x04\xca\x1b\x95\x8d\xde\x52\xde\x08\x39\xf6\xb0\x51\xde\x08\xe1\xfd\xb0\x51\xde\x08\x25\xb8\xb0\x51\xde\xa8\x74\x5a\x4d\x79\x23\x88\x88\xb0\x51\xc2\xa8\x1e\xb6\x0c\x07\x4b\xf0\x09\x44\x6c\x46\x9e\x4e\x09\xa3\x1a\xb9\x0b\x25\x8c\xa8\xd5\x1d\x36\x4a\x18\x91\xea\x1d\x36\x4a\x18\xd5\x46\x5b\x28\x61\x54\x1b\x53\x89\x12\x46\xb5\x32\x4a\x94\x30\xaa\x8d\xde\x52\xc2\xa8\xba\x84\x50\xc2\xa8\xfa\x1e\x28\x61\x54\xbb\x77\xa1\x0f\xd5\x27\xe0\x40\x6a\x8c\x20\x25\x8c\xd0\xdb\x0d\x1b\x25\x8c\x6a\x65\xac\x29\x61\xd4\x4f\xfb\x80\x03\xe9\xe4\x9e\x97\x0e\x24\x5a\x46\x09\xa3\x6e\xdf\x29\x61\xd4\x4f\x7a\xbb\xd0\x51\xee\xf6\xfd\x22\x22\xf5\xe4\x79\x94\x37\xea\x27\x2d\xa3\xbc\x51\x77\xcc\x28\x6f\xd4\x4f\x46\x89\xf2\x46\xfd\x64\x26\x53\xde\xa8\x9f\xf4\x81\xf2\x46\xfd\xb4\x2d\x38\x9e\x4e\x46\x82\xf2\x46\xfd\xb4\x65\x48\xe1\xb8\x0c\x52\xde\x68\xb8\xec\x52\xde\x68\xf8\xb9\x53\xde\x68\x6e\x8c\x35\xe5\x8d\x90\x71\x0f\x1b\xe5\x8d\xe6\x4e\xab\x29\x6f\x34\xfd\xc0\x17\x72\xca\xf3\xa0\xb7\x0b\x39\xe5\x79\xf0\xf4\x85\x9c\xf2\x74\xf6\x2c\xe4\x94\xe7\x41\x3b\x29\x8b\x34\xed\x7b\xc2\xf1\x74\x7a\x4f\x4a\x11\x65\x9f\xd7\x09\x34\x65\x5c\x28\x8b\xf4\x2c\x83\x94\x45\xba\x5c\x34\x28\x8b\x74\x15\xde\x26\x65\x91\x2e\x17\x7d\xca\x22\x5d\x2e\x44\x37\x9a\x36\x2e\x83\x37\x9a\x36\x2e\x6e\x94\x4c\x22\x93\x37\x6c\x94\x4c\x02\x43\x86\x8d\x22\x49\xdd\xd9\x4a\x91\xa4\x91\x18\xa5\xdb\x20\x4d\xc6\x93\x20\xb8\x7d\x72\x17\x82\xe0\x4e\xbf\x46\x82\xe0\xce\x9d\xeb\x08\x82\x3b\xfd\xde\x09\x82\x3b\x5d\x0b\x08\x82\x43\x90\x36\x6c\x04\xc1\x21\x9c\x1b\x36\x82\xe0\x88\xd3\x0a\x1b\x41\x70\x67\xf7\xbf\x9b\x23\xef\x49\x29\x8f\xe7\x3f\x82\x18\x87\x6d\x21\x88\x71\xd8\x16\xdd\x3b\x3e\x0f\xf7\x8e\xdb\x0a\xf2\x06\xc5\x15\x13\x79\x83\xf2\x83\x72\xfe\x7b\x49\x2e\xc4\x37\x3a\xcd\x50\x3e\x78\x16\x1b\x94\x0f\x4a\xe7\xe1\x28\x1f\xa0\xa6\x15\xb6\xa2\xf7\xca\xeb\xf0\x5e\x35\x3a\x84\xf2\x41\xb1\x43\x28\x1f\xd4\xcb\xbb\xa0\x4e\x51\x3d\xb2\x4a\x84\xcf\x2b\xf8\x8f\xe8\x02\x01\x72\xdb\xc1\x40\x14\x3d\x46\x5e\xd7\x39\x93\x29\x88\x2c\xf7\xe6\x24\x27\x40\x6e\x73\x5a\x13\x20\xb7\xed\xdc\x05\x3d\x03\xaa\xee\x86\x0d\xb1\xed\x6d\xe7\xe9\x04\xcf\x1d\xb6\x85\xe0\xb9\xc3\xc5\x9b\xe0\xb9\xc3\x09\x42\xf0\xdc\xb1\x31\xe9\x08\x9e\x3b\x5c\xd8\x09\x90\x3b\xdc\x19\x09\x90\x3b\xb4\x03\x08\x90\xa3\xa6\x5d\xd8\x08\x90\x8b\x8d\x56\x13\x20\x17\x1b\x77\x21\x40\x2e\x6a\x65\x11\x20\x17\x9d\xd6\x04\xc8\x9d\xf6\x1d\x41\xed\xcb\xd1\x25\x40\x2e\xb9\x98\x12\x20\x07\x05\x14\x36\x02\xe4\xf2\xce\x3b\x22\x40\x2e\xef\x3e\x1d\xa7\xcd\xe1\x99\x04\xc8\x39\x2e\x06\xc8\x39\x82\x04\xc8\x91\x8f\x18\x36\x02\xe4\xb2\x6f\x93\x20\xb8\x16\x68\x27\x41\x70\xcd\xed\x96\x20\xb8\x16\x78\x2b\x68\x1d\xb4\xc3\xff\x70\xda\x04\xda\x62\x80\xdc\xf0\x3f\x9c\x36\x83\xf7\x40\x80\xdc\x48\xf4\x9d\x00\xb9\x91\x18\x33\x02\xe4\x46\x62\x01\x23\x40\xee\xf9\xf8\x09\x90\x1b\x89\x3e\x10\x20\x87\xac\x52\xd8\x08\x90\x1b\x89\x27\x10\x20\x37\x12\xef\x96\x00\xb9\x91\x18\x4f\x02\xe4\xc6\xc5\x13\x08\x90\x9b\x6e\x24\x04\xc8\x4d\xb7\x1c\x02\xe4\xe6\xcd\x48\x10\x20\x37\x6f\x5a\x4d\x80\xdc\xf4\xdd\x82\x48\x36\x5b\x0d\x22\xd9\x35\x82\x40\x24\x7b\xa7\x7f\x20\x92\x43\xa3\x04\x44\x72\x5c\xb4\x0c\x44\x72\x5c\xbc\x3f\x10\xc9\x71\xf1\x74\x10\xc9\xe9\x77\x0b\x22\x39\x9d\x13\x20\x92\x73\x30\x27\x54\xb8\x76\x09\x01\x91\x9c\xc3\x33\x71\x78\x0c\xda\xa9\xc2\xb5\x0b\x34\x0a\xd7\xa7\xad\x56\xe1\xda\xf7\xa7\xc2\xf5\x64\x3c\x55\xb8\x9e\xde\x05\x87\x8e\x86\x1c\x0a\xd7\xa7\x2b\x91\x0a\xd7\xcb\x59\x10\x76\x14\xae\x4f\xd6\xa5\x5d\x85\x6b\x16\xbe\x5d\x85\xeb\xc5\x05\x84\x9d\x22\xae\xe7\x72\x94\x84\x7d\xb3\x7f\x93\x23\xfb\x37\x38\xb2\x7f\x07\x47\x09\x97\x83\x77\xc1\xe1\x81\x51\xb9\x13\x20\x77\x6f\xb6\xa5\x71\x94\x39\xea\x1c\xd9\xb2\xc1\x51\xe5\x08\xf5\x64\xcc\xba\x9d\x20\xb8\x34\xff\x11\x04\x17\x76\x82\xe0\x6e\x6c\xbc\x5d\x61\xec\x49\x17\x08\x82\xbb\x59\x96\x76\x82\xe0\x6e\x16\xa2\x9d\x20\xb8\x7c\x79\x84\xe3\x02\x7b\x65\x27\xd0\x2d\x33\x41\x76\x02\xdd\x32\x96\xd4\x4e\xa0\x5b\x3e\x7d\x1e\x69\xc4\x0b\xa4\x86\x9d\x40\xb7\x8c\x7d\xb4\x13\xe8\x46\x11\xff\xb0\x13\xe8\x96\x99\xc8\x3b\x81\x6e\x19\xab\x6e\x27\xd0\x0d\xb6\x34\xec\x04\xba\xd5\x93\xc1\x25\xd0\x0d\xc2\x32\xec\x04\xba\x69\xa7\xee\x04\xba\xd5\xe8\x99\x38\x35\xb0\xf1\x76\x02\xdd\x10\x2f\x0a\x3b\x81\x6e\x08\x1b\x85\x9d\x40\x37\x2d\xda\x9d\x40\x37\x24\x90\xc2\x4e\xa0\x1b\x05\x8d\xc2\x4e\xa0\x5b\x8d\x8c\x12\x81\x6e\xf5\xf4\x08\xa7\x86\x63\x46\xa0\x5b\x8b\x3c\x9d\x40\xb7\xc6\x12\xb2\x07\x9d\x1a\xb4\x25\xe8\xd4\xa0\x0f\x04\xb3\x75\x27\x08\xc1\x6c\xe8\xd0\x85\x9d\x60\x36\x34\xe3\xc2\x4e\x30\x1b\xba\x70\x61\x27\x98\xad\x63\x2d\xed\x41\xc7\x85\xff\xe1\xb8\x60\x99\xd8\x09\x66\x1b\xc9\x96\xe1\xb8\xb8\xbc\x27\x8e\x0b\x16\xb7\x9d\x60\xb6\x91\xb8\x27\xc1\x6c\x03\x40\xb9\x13\xcc\x36\xed\x3b\xc1\x6c\xd3\x51\x22\x60\x6d\x3a\xf2\x04\xac\x4d\xac\xba\x1d\xb4\xb2\xfb\x8e\x40\x2b\x7b\xe0\x79\xa0\x15\xf4\x21\xc2\x0e\x5a\xd9\xed\x1f\xc5\x58\x83\x9f\x1f\xc5\x58\x03\xa8\x63\x07\xc9\x84\xe6\x5d\x70\x01\x3c\xed\xc4\x05\xc0\x62\xb3\x83\x64\x02\x46\xc9\x0e\x92\x09\x93\xb1\x06\xc9\x04\x96\x9e\x1d\x24\x13\x9a\x47\xb8\x00\xba\x67\xe2\x02\x28\x1e\xe1\x02\x70\xd1\x00\xc9\x84\xe6\xf3\x70\x01\x74\xfa\x0e\x92\x09\x83\x3e\x80\x64\x82\x8b\xd4\x69\xff\x98\x75\xa7\xfd\xf3\x3a\xfb\xe7\x75\xf6\xcf\x3e\xd8\x3f\x7a\x0b\x92\x09\xa0\xe2\x1d\x24\x13\xb0\x06\x77\x90\xcc\x99\x18\x4f\xd0\xca\xc5\x02\xbd\x83\x56\x12\x66\xcf\x7e\x09\xf3\x99\x2f\x20\x92\x74\xd0\x3f\x10\x49\xc2\x01\xb1\x83\x48\x92\x5f\x31\x88\x24\xf9\x15\x83\x33\x6e\xd7\x09\x70\xc6\xed\x5a\x00\xce\xb8\x5d\x27\xc0\x19\xb7\x5f\x0e\x38\x03\xdd\xc9\xb0\x83\x33\x50\xa8\x0c\x3b\x38\x83\x7a\x35\x61\x07\x67\xdc\x95\x71\x01\x67\x64\x57\x86\x44\x9c\x48\xf4\x9e\x62\x79\x5a\x4d\xcc\x58\xd9\x79\x47\xc4\x8c\x51\x80\x2e\xec\xc4\x8c\x51\x22\x2d\xec\xc4\x8c\x51\x2c\x2e\xec\xc4\x8c\x15\x0c\xc0\xfd\x16\xaf\xff\xcb\x4a\xde\x09\x27\x2b\xf8\x50\x76\xc2\xc9\xa8\x62\x17\x76\xc2\xc9\xa8\x38\x17\x76\xc2\xc9\x0a\xbe\x97\x9d\x70\xb2\x82\xb5\xb4\x13\x4e\x56\xb0\xab\x76\xc2\xc9\xa8\x3f\x17\x76\xc2\xc9\x8a\x53\x9e\x70\xb2\xea\x3e\x42\x38\x59\x75\xd1\x27\x9c\xac\x6e\xde\x13\x98\xef\xfe\x43\x38\x19\x9e\xde\xb0\x23\x8c\x5d\x01\x0f\x3b\xc2\xd8\xd5\xcf\x8f\x70\xb2\x3a\x78\x3a\xe1\x64\xd5\x0f\x80\x70\xb2\xea\xce\x48\x38\x59\x75\x7f\xcd\x42\x79\xaf\x03\xca\x77\x9f\x07\x94\xf7\xf3\x23\x9c\xac\xba\x67\x13\x4e\x56\xfd\xfc\x08\x27\x43\xae\x28\xec\x84\x93\x55\x3f\x1c\xc2\xc9\xaa\xd3\x9a\x70\xb2\xea\xc7\x4f\x38\x59\x77\x11\x26\x9c\xac\xdf\x9e\x09\x94\xbf\x3d\x13\x28\x0f\xfc\xda\x09\x27\xeb\x6e\x5c\x84\x93\xf5\xe4\x75\x40\x79\x7c\x83\x3b\xe1\x64\xdd\x85\x96\x70\xb2\x8e\xe5\xb6\x13\x32\xd6\xfd\xfc\x08\x19\xeb\x17\xef\x88\xb0\xb0\x8e\xbd\xb9\x13\x16\xd6\x2f\x7a\x5b\x6d\x27\xfd\x23\x2c\xac\xbb\x78\x13\x16\xd6\x5d\xa0\xab\xed\x64\xe4\x09\x0b\xeb\x2e\xe5\x84\x85\xf5\xe4\x3d\x6d\xa7\xff\xd9\x4e\xc6\x85\xb0\xb0\x8e\x9d\xba\x13\x16\x36\x32\x23\x41\x58\xd8\xc0\xbf\xb9\x13\x16\x36\x5c\x88\x08\x0b\x1b\x93\x37\x46\x58\xd8\x3c\xe8\x2d\xa1\x5f\x33\x7a\x84\xa6\xae\xf3\xac\x91\x17\x8a\x97\x74\xa7\x70\xea\x85\x23\x68\xa7\x70\xaa\xde\xce\x9d\xc2\xa9\xb7\x0b\x26\x85\x53\x6b\xe4\x4c\x8b\x9c\xba\x94\x53\xe4\xf4\x04\x75\xec\x14\x39\x15\xf3\xec\x14\x39\x3d\xfd\xdc\x29\x72\x0a\x4d\x1e\xf6\x2e\xb4\x66\x5c\x28\x72\x7a\x61\xb5\xee\x14\x32\x45\x01\x3a\xec\x14\x32\x2d\xce\x6b\x0a\x99\x16\x70\xc6\x4e\x21\xd3\xe2\x75\x14\x32\x2d\xb6\x8c\x42\xa6\x68\x45\x87\x1d\x14\xb0\x81\x72\x76\x50\xc0\x86\x0b\x6e\x07\x05\x6c\x07\x6d\x01\x05\x6c\x8e\x19\x28\x60\x0b\xbc\x15\xd4\xd0\xb6\xe0\x3d\xc1\xc1\x9a\x28\xa4\xd0\x6c\xc1\xb6\x80\x83\xdd\x6e\x49\xa1\xd9\x70\x62\xee\xa4\xd0\x6c\xc1\x76\x12\x39\x81\xb3\x67\x27\x85\x66\x73\xd3\x26\x85\x66\x03\x71\xed\xc8\xa1\x6d\xe0\xb6\x9d\x14\x9a\x0d\xa7\xe9\x4e\x9a\xcc\x81\x17\x78\x27\x4d\x26\xf8\x05\x90\x26\x43\x60\x6b\xd8\x49\x93\x89\xd5\xe7\xa1\x4a\xa7\x31\x43\x9a\x8c\xce\x9e\x9d\x34\x99\xcb\x45\x9f\x34\x99\x6b\x78\x4f\x52\xca\xda\x3f\xad\x64\x02\xb3\x28\x5a\x1e\x0e\x32\x68\x10\x59\x0f\x07\x19\x34\x94\x30\x0f\x07\x19\x34\x09\x08\x72\x90\x41\x43\xd4\x62\x38\xc8\xa0\x41\xfc\x26\x1c\xa8\xa1\xa1\x52\x10\x0e\xd4\xd0\x50\x22\x08\x07\x6a\x68\xb9\x7a\x17\xd4\xde\x2e\x9f\x8e\xa2\x1b\x3e\xb0\x43\xc5\xb3\xe8\x75\x44\x08\xb0\xa7\x1d\x2a\x9e\x61\xed\x1e\x3b\x11\x02\xec\x70\xc7\x4e\x36\x16\x9f\xc3\x81\x1a\x1a\x12\x33\xe1\x50\x0d\x8d\x65\xe2\x50\x0d\x2d\xf9\x1f\x11\x02\x2c\x83\xc7\x4e\x84\x00\xcb\xd9\xb1\x0b\x36\x7d\x1e\x2a\x63\x60\x89\x03\x14\x80\xb0\x4a\x38\x40\x01\x7b\xf7\x09\x02\x51\xff\x43\xb8\x89\xed\xef\x30\xa5\xc5\xbb\x60\xe9\x5f\x78\x26\x0f\x53\x5a\x26\x2d\xc3\xd2\xa7\xfa\x5d\x38\xb0\xf4\x2f\x20\xd6\x61\x4a\x0b\x08\xe1\xc0\xd2\xbf\xf0\xa3\x1f\x58\xfa\x17\x16\xf4\x81\xa5\x7f\xe1\x60\x39\xb0\xf4\x2f\x36\xbc\xc3\x94\x96\xc9\x9b\xc6\xd2\xbf\x77\xaf\x03\x8c\xb1\x84\x1c\x96\xb2\x61\x99\x38\xb0\xe6\x29\x6b\x1f\x0e\x4b\xd9\x5c\xfe\x47\xda\xc3\xe5\x7f\xa4\x3d\xe0\x91\x3e\x82\xa2\x47\xdc\x13\x4b\x5f\xd7\xd6\x81\xa5\x5f\xb1\xc3\x8f\x20\x5a\xa1\x65\x58\xfa\x88\xba\x87\x03\x4b\xbf\x3e\xcf\x03\xad\x5c\xf4\x0f\x4b\x1f\x81\xf9\x70\x60\xe9\xd7\xcb\xbb\x58\x35\x85\xd1\xd5\xd2\xbf\x6d\x27\x96\x3e\x5b\xdc\xa1\xa5\xcf\xf6\x77\x3c\x96\x3e\x7d\x20\x35\x45\x6f\xee\xf1\x58\xfa\x5e\x87\xa5\x8f\x7f\xfa\xc0\xd2\xdf\x20\xca\x0e\x2d\x7d\x2c\xb0\x43\x4b\x9f\x65\xe2\xd0\xd2\xc7\x8a\x3c\xb0\xf4\x49\x7a\x0f\x07\xd6\x7c\xc4\x98\x39\xb0\xe6\xa3\xef\x41\x6b\x1e\x3f\xec\x81\x35\x1f\x31\xac\x0e\xac\xf9\x08\x27\x73\x60\xcd\x47\xcc\xa5\x43\x6b\xde\x79\x86\x35\x1f\xd9\x10\x0e\xac\xf9\xb8\x7b\x97\xc4\x3d\xe9\x1f\xd6\x7c\x74\x86\x60\xcd\x47\x7c\xbb\x87\xd6\xfc\xf4\x2e\x95\xff\xbc\x0b\xd6\xbc\xef\x1d\x6b\x3e\x6e\x1e\xd9\x3f\xdb\x62\xff\x78\x2b\x58\xf3\x11\xff\xf4\xa1\x35\x8f\x5b\xe1\xb8\xec\x1f\x6d\x81\x97\x08\xb8\x46\x0e\x78\x89\xc8\xb6\x72\x60\xe9\xc7\xcd\xeb\x40\x2b\x7e\x7f\xf0\x12\x61\x7a\x26\xfd\xf3\xeb\x00\x05\x04\xbf\x31\x50\x40\x84\x9d\x3a\x2e\xfb\xe7\x7f\xc4\xc6\x63\x1c\x1e\xa0\x80\x13\xc3\xf1\x80\x97\x58\x5b\xea\x7f\x2e\xc9\x07\x70\x21\xf9\xa9\x00\x17\x12\x86\xfe\x21\x24\xf0\x53\xd1\xec\x87\x22\x39\x34\xed\x4f\xff\x83\xa6\x8b\x34\x85\x54\x11\x1d\x10\x07\x66\x3f\xb1\x19\xe1\xc0\xec\x27\x8a\x23\x1c\x98\xfd\x44\x78\x84\x43\xb3\x3f\x30\xf0\x9a\xfd\xec\xb6\x87\x66\x3f\xbb\xed\xf1\xd8\xf6\xdc\xf3\xb1\xed\x19\x6a\x6d\xfb\xc0\x20\x3d\xb6\x3d\x6d\xd1\xb6\x3f\x68\xa7\xb6\x3d\xbb\xf4\xa1\x6d\x8f\xed\x74\x3c\xb6\x3d\xd3\x05\xdb\xbe\x34\x9f\x40\x78\x78\xf3\x09\xd8\xc5\x4e\x5d\x6d\x7b\x27\x8f\xb6\xbd\xaf\x8f\x54\x91\xe6\x47\x45\xaa\x48\xc3\x65\x74\x68\xf7\x3b\x59\xb1\xfb\x9b\xcb\x27\x76\x7f\x7b\xee\x89\xdd\xef\xa4\xc3\xee\x6f\xd8\x08\x07\x76\x7f\x73\x92\x63\xf7\x37\x27\x39\x76\x7f\x73\xf2\x60\xf7\x37\x17\x5a\xec\xfe\xe6\x87\x8a\xdd\xdf\x9c\xe4\xd8\xfd\x1d\x56\xfe\xc0\xee\xef\x30\xf6\x07\x76\x7f\xc7\x73\x7e\x60\xf7\x77\x62\x09\x0e\xed\x7e\x62\x10\x0e\xed\xfe\x4c\xab\xb5\xfb\x33\xad\xd6\xee\x27\x22\xe1\xd0\xee\x2f\xfe\x87\x3d\x9d\x7d\x02\xf6\x74\xe6\xbd\x6b\xf7\x63\xa1\x1c\xda\xfd\x99\x1e\x91\x46\x42\x41\xaa\x70\x90\x46\xd2\xb3\x67\x82\x09\x8a\x2d\xa3\x7f\xc5\x96\xd9\x3f\xc6\xac\xda\x3f\xe6\xa7\x78\x01\x88\x7c\x88\x17\x70\x47\x1c\xe2\x05\x08\xb6\x03\x4c\x30\x1c\x25\x30\xc1\xb0\x7f\x60\x82\x61\x5b\xc0\x04\x08\xfd\x87\x03\x4c\x30\x40\x78\x07\x98\x80\x72\x01\xe1\x10\x13\x0c\x9f\x40\x7c\x78\x60\x94\xc0\x04\xd3\x79\x0d\x26\x98\x90\xa7\x87\x98\xc0\xaf\x98\x54\x11\x94\xb8\xc3\x41\xaa\xc8\x74\xc3\x13\x2f\xf8\xdd\x92\x2a\x32\x41\x1d\x47\xa3\x5a\x07\x56\xeb\xb1\xa2\xaf\xce\x3d\x78\x66\x82\x5c\x64\x04\x41\x16\x87\xef\x41\x64\x01\x0f\x72\x3c\xe8\xc1\x33\x29\x4b\xa1\x29\xd5\x28\xdb\xd0\x6c\x35\x65\x1b\x34\x0e\x17\x67\x71\x0e\xec\xf7\xa3\xa3\xc8\xa2\x01\xd1\x21\xfb\x34\x58\x40\x24\x15\xf7\xea\x01\x22\x29\x2e\xb4\x20\x92\x8a\x4f\xf8\x00\x91\x14\xbf\x23\x10\x49\x75\xeb\xe8\x5a\xf3\xf4\x16\xee\xe1\xc0\x1d\x71\xc0\x3d\x1c\xb8\x31\x0e\xb8\x87\xc3\xcd\x69\x28\x41\xc1\xe8\xc2\x3d\x88\x87\x0e\x50\xc7\x75\xfd\x2b\xe2\xe2\x00\x90\x50\x8a\x28\x1c\x00\x92\xec\xb2\x04\x20\xc9\x2e\x83\x43\x6b\x97\x41\x02\x90\x34\xbc\xab\x07\x80\xa4\xb9\xb4\x9a\xd3\xaf\x3d\x0d\x20\x21\x09\x22\x1c\xe6\xed\xdf\x0c\xa0\x79\xfb\x5a\x28\xe6\xed\x6b\x4d\x00\x3a\x04\x94\x07\xa0\x63\xba\x59\x40\x4b\x6c\x4e\x48\x68\x89\xbd\x7b\x26\x96\xe2\xce\x50\x43\x4b\x5c\x2e\xd7\xd0\x12\xd7\xe1\xf3\xb0\x14\x77\x7a\x04\x2d\x71\x69\xe9\x43\x4b\x50\xcf\x39\x1c\xd0\x12\x97\x03\x0f\x2d\x71\xe1\xd0\x39\xa0\x25\x2e\x3f\x87\xa9\x25\xbc\xc6\x2c\x40\x4b\x5c\xd8\x2b\x01\x5a\xe2\x62\x7b\x08\xd0\x12\xd4\x96\x0e\x01\x5a\x82\xba\xd3\x21\x40\x4b\xdc\xcf\x99\x27\xb6\x68\xe7\xe8\xe2\xa8\x72\x04\x2d\xf1\x3c\xe1\xe6\x28\x72\x04\x2d\x41\x1f\x02\x79\xfb\xf7\xe1\x75\x58\xc2\x4c\xba\x00\x65\x91\x2f\x9f\x80\x4f\xff\xf2\xe9\xf8\xf4\x2f\xdb\x89\x4f\x1f\xa7\x46\xd8\xad\x8f\xc8\x5d\xe0\x25\x2a\x78\x21\xc0\x4b\x54\x1c\x25\x61\xd7\xa7\x4f\xff\x48\xc0\x47\x69\x2b\x04\x12\xf0\x51\xef\x0a\x61\xd7\xe7\x3d\x39\x22\x58\x8f\x08\x88\x00\x22\x31\x02\x22\x80\x48\x5c\x5e\x02\x88\xc4\x85\x28\xc0\x4b\xb8\xd8\x04\xb4\xca\xf6\x15\xa4\x19\x02\x21\x55\xa8\x19\x87\x40\x48\x55\x04\x30\x07\xf4\xc8\x22\xc0\x37\x1c\x5a\x59\x5e\x87\x95\xe5\x5b\x21\xa4\x2a\x06\x9e\x40\x48\x55\x64\x46\x06\x42\xaa\x62\xf0\x4c\xac\x48\xe6\x60\x20\xa4\x2a\x02\xf3\x03\x21\x55\x11\xe3\x22\x10\x52\x15\xa3\x77\xc1\x8a\xe4\xfb\x0b\x84\x54\x9d\x2c\xde\x81\x90\xaa\x93\xc5\x3b\x10\x37\x25\x19\x16\x8c\x9b\xc2\xc9\x10\x8c\x9b\x62\x31\x0d\xc6\x4d\xb1\xad\x04\xe3\xa6\x70\xa5\x85\xa0\x09\xe6\x3d\xf1\xca\x36\xfa\x80\x8e\x19\x15\x7f\x42\x40\xac\xec\xc6\x2d\x14\x10\x2b\x93\x1f\x0a\x44\x58\xe5\xd3\x33\x31\x6d\x1c\x09\x22\xac\x8a\x63\x46\x84\x55\xf1\xad\x18\x61\x15\x7d\x3a\x1e\x5b\x5c\x1c\xc1\x08\x2b\xb0\x44\x30\xc2\xca\x1e\x19\x61\xe5\xfb\x33\xc2\x0a\x64\x1f\x88\xb0\x22\x81\x3b\x04\xd0\x0a\x09\xe3\x21\x80\x56\xea\x73\x17\xdc\x96\xa7\xcf\xc3\x7c\xf1\x5b\x89\x9a\x2f\xde\x53\xf3\x85\x37\x06\x2f\x21\x51\x1d\x40\x32\x8d\x35\x24\x80\x56\x9a\x5f\x23\x68\xa5\x1d\xff\xc8\xde\x0b\x01\x20\x83\xae\x58\x08\x00\x99\x8e\xc3\x3d\x00\x64\x7a\xe5\x71\x00\x99\x4e\x80\x55\x00\xc8\xf4\xe6\x75\x58\x2f\x58\x91\x01\x20\xe3\x0e\x17\x00\x32\x1d\xff\x4a\x00\xc8\x74\x22\x0b\x02\x40\xc6\x10\x99\x00\x90\xe9\x2c\xbb\xc1\x00\xab\xea\x99\x58\x2f\x38\x58\x82\x41\x54\xd0\x58\xc1\x20\xaa\xc6\x94\x30\x88\x8a\x08\xca\x60\x10\x15\xa4\x4f\x30\x88\xaa\x79\x1d\x7d\xc0\x1b\x18\x0c\xa2\xf2\x65\x1a\x44\x85\x83\x25\x00\x56\x64\xe5\x03\x60\x65\x64\xef\xa2\xf5\x42\xab\x0d\xa2\x1a\xb6\x13\x8f\xe6\xf0\x9e\x58\x2f\x2e\xa6\x06\x51\xb1\x75\x04\x83\xa8\xd8\x7b\x83\x41\x54\x7e\x8c\x06\x51\x81\x41\x82\x41\x54\x00\xf4\x60\x10\x95\x9f\x91\x41\x54\x58\xa6\x61\x91\x1b\x71\xb8\xf4\x24\xfc\xa2\x7e\x54\x49\xeb\xc5\xbb\xe0\x17\x6d\xb6\xac\x92\x31\xe7\xd3\xb1\x5e\xba\x67\x62\xbd\xc0\x76\x87\x5b\xeb\x85\xe7\xa1\x47\x76\xba\x1d\xa1\x47\x76\xba\x59\xa0\x47\x46\xe5\xe7\x10\xd0\x23\x3b\x0f\xaf\xd3\x7a\xe1\xe9\x68\x8e\x35\x60\x70\x20\x39\x64\xf3\x53\xb9\x8d\x59\xa1\x47\x0b\x83\xa4\x80\xd7\x39\x64\x62\x56\xe0\xef\x43\x26\x66\xc5\x56\x67\x62\x56\xba\xd7\x45\x8e\x98\xbb\xd9\x98\x15\x9e\x97\x49\x42\x72\xbe\x64\x8d\x12\xef\x82\x51\x02\xf1\x18\x50\x04\x6b\xa7\x77\x21\x49\x07\x72\x2a\xa0\x08\xd6\x4e\x9f\x87\x0b\xce\xcd\x02\x45\xb0\x86\x53\x23\x20\xfb\xd5\x26\xf7\x44\xf6\x0b\xed\xe6\x10\x90\xfd\xd2\x3b\x1e\x0a\x46\x09\x41\x85\xa1\x10\xef\x81\x8f\x3d\x14\x8d\x12\x66\x08\xc9\x21\x87\xdb\xa6\x09\x20\xf8\x53\x43\xd1\xf0\xa0\x9d\x24\x80\x50\x9f\x23\x04\x12\x40\x2e\x37\x20\x12\x40\xee\xe7\x4c\xdc\x57\x38\x2e\x02\x09\x20\xb7\x6f\x93\x04\x90\xdb\x2d\x87\x04\x90\x5b\xe3\x82\x04\x90\x67\x2e\x55\xdd\x57\xf4\x81\x04\x90\xec\xca\x40\x02\x08\x49\xcc\x21\x90\x00\x82\x50\x68\x08\x24\x80\x54\x1c\x48\x81\x04\x10\x84\x42\x43\x20\x01\x84\x9c\xdf\x10\x48\x00\x41\x8a\x34\x04\x12\x40\xaa\x33\x84\x04\x90\xee\x02\x4d\x02\xc8\xc8\x1e\xe1\xbe\xca\x3e\x01\xf7\x15\x48\x26\x90\x00\x32\xfc\xaa\x48\x00\x19\x20\xbc\x40\x26\x87\x18\x24\x90\xc9\x31\x2f\xcf\x44\xda\x01\x14\x10\x48\x49\x8f\xf1\x5f\xbe\xe4\x40\xb6\x7a\x3c\xbd\x25\x7b\xb6\xaf\xbd\xb9\x67\x7b\x4b\xf6\x6c\xed\x1c\xb2\xce\xa3\x3b\x5c\x77\x5f\xe6\x3a\xb2\xce\x93\x7b\x36\x59\xe7\x37\xbe\xc1\x40\xd6\xf9\xad\x05\x46\xd6\xf9\xed\x52\x60\xd6\x39\x96\x77\x30\xeb\xdc\x89\x4c\xd6\x79\x71\x59\x22\xeb\xbc\xe0\x0c\x09\x66\x9d\xdb\x6a\xb3\xce\x01\x47\xc1\xac\x73\xad\x41\xb3\xce\xf1\x4f\x07\x8b\x64\xfa\xb9\x9b\x5a\xee\x48\x58\x24\xb3\x7b\x84\x5b\x61\xf7\x3a\xf6\x5e\xf7\x50\x53\xcb\xb5\xab\x4c\x2d\xd7\x46\x30\xb5\x1c\x7f\x63\x20\xb5\xbc\x39\x66\xa4\x96\xeb\x1d\x0f\xa4\x96\x37\x47\x90\xd4\xf2\xa6\xc5\x40\x6a\xb9\x01\x64\x81\xd4\x72\x43\xcd\x02\xa9\xe5\x4d\xfb\x81\xd4\x72\x03\xcf\x82\x45\x32\xb5\xc7\x2c\x92\x89\x23\x28\x58\x24\xd3\x8f\xd1\x22\x99\x5a\x2f\x16\xc9\xf4\xd3\x34\xed\x1c\xef\x78\x30\xed\xbc\x7b\x1d\x9b\x9a\x4b\x81\x69\xe7\x10\x96\xc1\x22\x99\xbe\x5b\x8b\x64\x3a\x9e\xa6\xa4\x77\xdb\xc9\xc6\xec\x32\x6f\x4a\x3a\x34\x56\x30\x25\x7d\xd0\x77\x52\x3e\x3a\x4b\x6b\x34\x25\x9d\x45\x38\x92\xf2\xd1\x89\x94\x8f\xa4\x7c\x74\x3c\x9a\x91\x94\x0f\xb7\x95\x48\xca\x47\x07\x55\x45\x53\xd2\xab\xd7\xe1\x72\x80\x1a\x8b\xa4\x7c\x20\xea\x1e\x22\x29\x1f\x93\x91\x8f\xa6\xa4\x33\x82\xd1\x94\xf4\xe8\x11\x29\xe9\x2c\x8a\xd1\x94\xf4\xec\x5d\x4c\x49\xf7\x4c\x53\xd2\x6d\xcb\x04\xf4\xd3\x3f\x0a\x68\xde\x50\x71\x91\x74\xf5\x1b\x37\x46\x24\x5d\x3d\x13\xac\x17\x49\x57\xaf\x20\xca\x48\xba\xfa\x33\x2e\xc4\x46\xa1\x4d\x1d\x22\xe9\xea\x2e\xec\x71\xe1\x93\x8b\xa4\xe2\x10\x77\xaa\xf4\x1d\x3e\x9d\x2a\x7d\x2c\xad\x71\x27\x0d\x1c\xc7\x4c\xdc\xa9\xd2\x87\x19\x12\x0f\x52\xa8\xf1\x56\xc7\x85\x41\xae\x8a\x79\x16\xa9\x11\xb3\x9d\x9e\x09\xc1\x76\xfa\xdf\xda\x56\x0e\x36\xe6\x48\x8d\x98\x70\x7b\x74\x71\x44\xcb\x0e\xc8\x37\x82\x0a\xe3\x41\x7e\x2e\x84\x73\xa4\x7e\x0c\x19\x7a\x21\x52\x3f\xa6\xc1\x21\x44\xea\xc7\x34\xf8\x8c\x78\x80\xd7\x7d\x0f\xc4\x3f\x1d\x4b\xd6\x36\x44\x18\x93\x2b\xd8\x32\xb0\x2e\x68\x25\xc2\x98\x5c\x7c\x7f\x11\xc6\x84\x12\x54\x21\xc2\x98\x50\xba\x2a\x44\x18\x93\x8b\xb5\x20\x2a\xf4\xb5\xd2\x95\x42\x84\x31\xb9\x7f\x70\xd4\x7f\x2e\xc9\x11\x32\xe5\x76\x62\x05\x61\xb0\x37\x01\x06\x3b\x05\x21\x53\x32\xa1\x58\x11\x32\x25\x13\xb1\x19\x21\x53\x72\xf2\x4c\x60\xf0\xf4\x2e\x84\x7e\xdd\x76\x81\xd0\xaf\xdb\xff\xc8\x67\xc3\x8d\x11\x21\x53\x10\xb1\x0e\x11\x32\x45\x9a\x2e\x12\x36\x85\x8c\x74\x88\x68\x80\x8d\xec\x99\xee\x54\xb4\x45\xa2\x05\xd2\x27\x92\x00\x82\x94\x5e\x88\x40\x97\xc8\x2e\x16\xa3\xdb\x91\x4f\x00\x5e\x02\x75\x23\xd0\x25\x62\x03\x45\xa0\x4b\x04\x22\x47\xe0\x89\x31\x8c\x11\xa2\x05\xb9\xca\x10\x4f\x97\x79\xda\x09\xea\x68\x2c\xfa\x11\xd4\xd1\x00\x78\x11\xd4\xd1\xd8\x02\xe2\xa9\x4f\x98\x29\x71\xba\x78\xd3\x96\xd3\xc5\x9b\x51\x02\x75\x34\x5b\x0d\xea\x68\xcf\xf3\x58\xbc\xd9\xaa\x22\xa8\xa3\xb1\x8d\x45\x51\xc7\xf4\x2e\x2c\x6e\xf8\xae\xa3\x69\x1d\xc4\x6f\x46\xd3\x3a\xd8\x52\xa3\x88\xc4\xcf\x4f\x44\x82\x07\x2e\x8a\x48\x80\xcf\x51\x44\x02\x0d\x12\x45\x24\x80\xe2\x28\x22\x01\x3d\x44\x11\xc9\xf0\x4c\x16\x6f\x6c\xed\x68\x5a\x87\x8b\xa2\x69\x1d\xc3\xff\x58\xbc\x89\x7c\x89\x20\x92\x3e\x7d\xba\xfd\xb3\xd5\xf4\xcf\xe5\x2c\xd9\x3f\xc6\x13\x44\x62\x78\x5e\x04\x91\x0c\x36\x8b\x28\xea\xc0\xe3\x1e\x45\x1d\x80\xd4\x68\xea\x46\xf0\x9e\x2e\xd0\x8c\xa0\xa9\x1b\xc1\xeb\x5c\xa0\x69\x0b\xbc\xcb\xb3\x0c\xc2\xbb\x4c\xec\xc6\x08\xef\x32\x5d\x5e\x4c\xdd\x20\x81\x27\xde\x68\x86\x80\xdb\xe2\x8d\x12\xb7\x6f\x93\xb4\x8e\x76\xf9\x9f\xa8\xc3\x23\xfc\xa2\xbb\x77\x21\x02\x02\x0e\x28\x92\xbc\xbe\x11\xa0\x1a\x49\x5e\xdf\x9c\xf3\x24\xaf\x6f\x97\x6d\x69\x2c\x98\xde\x05\x01\x05\x36\xe6\x48\xf2\x7a\xc4\x89\x12\xc1\x2e\xc9\x0d\x0f\xec\x92\x1d\x25\xb0\x8b\xc1\xab\x11\xec\x62\xf0\x6a\x04\xbb\x34\x8c\xb5\x08\x76\x19\xd9\x33\x89\xf3\x26\xab\x31\x9a\xf4\x6e\x6f\x49\x7a\xbf\x1c\xdd\xec\x2a\xe5\xf3\x70\xd6\xf9\x56\x48\x7a\xbf\xdd\x52\xb3\xce\x3a\xfa\x50\xb4\x76\xb9\x27\xcc\xc7\x8e\xc5\x1e\x61\x3e\xa8\x9d\x18\x22\xcc\xc7\xee\x7c\x81\xf9\x88\x6e\xb7\xb0\x1b\x97\x23\x01\xbb\x91\x30\xba\x22\xec\x46\xb2\x9d\xb0\x1b\xe9\xc7\xc0\xfd\xef\x25\x19\xe2\x23\xe1\x80\x88\x10\x1f\xe9\x79\x00\x16\xa6\x0b\x11\xc4\x47\x71\xe0\x21\x3e\xaa\x4b\x01\xc4\x47\x73\x19\x84\xf8\x78\x76\x2a\x88\x8f\x67\xa7\x22\x50\xaa\xb9\x28\x56\x17\x29\x9e\x00\x29\xd2\x9c\x12\x92\x22\x9b\x67\xf2\x11\xbb\xcc\x4b\x8a\x6c\x3e\x01\xb7\xc2\xe6\xd3\x71\x2b\xf8\x51\x49\x8a\x6c\xb6\x9a\x60\x28\x88\xab\x08\xf1\xd1\xe1\x5c\x23\xc4\x47\x87\x34\x88\x10\x1f\x83\xd8\x85\xd8\xac\x16\x40\xcb\x24\x3e\xf0\x02\x47\x0a\xc6\x4c\x5f\x83\x74\x86\x7b\x76\xd3\xee\xf0\x4c\xec\x0e\xf2\xe7\xe2\xa2\x33\x2e\x2a\x70\x87\xd8\x90\x6e\xc1\x71\x11\x49\xc1\xd8\x1c\x25\x34\x8a\x0f\x60\x62\x44\xa3\xf8\x28\x9e\x79\xf2\x01\xd0\x23\x53\x30\x2e\x8f\x48\xc1\x70\xf2\x98\x82\xe1\x82\x49\x0a\x86\xd0\x2c\x9a\x82\xe1\x16\x67\x0a\x46\xf6\x3a\x6d\x0b\xee\x49\x3a\x77\x26\x3c\x28\x92\xce\x9d\x89\x60\x89\xa4\x73\x67\xc7\xd3\x94\x6d\x62\x5e\xa3\x29\xdb\x10\x81\xd1\x94\x6d\x68\xb3\x08\x0a\x88\x78\xab\x23\x28\x20\xfa\xf9\x81\x02\xe2\xe5\x3d\xe1\xe1\x5d\xce\x40\x01\x51\x43\x00\x14\x90\x40\x40\x51\x05\x61\xad\x48\x50\x40\x76\x59\x12\x05\x10\xb7\x11\x41\x01\xcd\xa7\x4f\xe7\x20\x4f\x9f\xce\x41\xfa\x07\x0a\xa0\x2a\x60\x88\xa0\x80\x81\x3f\x3c\x4e\xe7\xa0\x4f\x60\x0e\xee\x3e\x9d\x39\xb8\xdb\x6a\x5c\x5b\xc5\x23\x5c\x5b\x5a\xf3\xa0\x80\xc9\xfc\x3c\x41\x01\x13\x94\x7a\x82\x02\x26\xbe\xf9\x13\x14\x30\x19\xf9\x13\x14\x40\xa5\xc1\x70\x82\x02\x66\xf2\x2e\x8b\x98\x4b\xcc\xd6\x93\x4a\x91\x1b\x5f\xe3\xb9\x39\x43\x26\x47\x2e\x6e\x8d\x23\x22\xd7\x71\xdd\x9d\x9b\xef\xcf\xeb\x88\x05\xc1\xe1\x78\x82\x02\x22\xe6\xd9\x09\x0a\x88\x4f\x3b\x79\x7f\xc9\xeb\x7c\x7f\xab\xb7\xa7\x15\x55\xf8\xde\x4f\x12\xbf\x91\x29\x08\x27\x89\xdf\xcd\x7b\x92\xf8\xdd\x78\xd3\x27\x89\xdf\x08\x69\x86\x93\xc4\xef\xf6\xdc\x13\x94\xb3\x7b\x1d\xef\x6f\xf7\x3a\x85\xb7\x68\x0b\x89\xdf\x93\xf8\x8b\x93\xc4\xef\x59\xbc\xce\xcd\x89\x3e\x50\x61\x72\xbb\x7c\x02\x4e\x29\x8c\x99\x73\xb7\x18\x9e\x77\xc1\xa1\x83\x5d\x7c\x12\x53\x75\x83\x80\x4e\x62\xaa\xee\xf0\xaf\x88\x8b\xd3\xc4\x8a\xec\x4d\x54\x53\xe0\xa5\x10\x6e\x35\xf0\xdc\x9d\x84\x5b\x8d\xe6\x11\xc1\xe2\xec\x38\x27\x04\xc6\xdd\xbc\x0e\x07\x3f\x3b\xf1\x09\x81\x81\x58\x7a\x38\x21\x30\xa8\x81\x1d\x4e\x48\x0a\xf4\x21\xc2\x69\xd1\x14\x7c\x3d\x27\x24\x05\x05\x3b\xc3\x09\x49\x31\x81\xf9\x27\x3a\x58\x66\xd3\x9d\xe8\x60\x55\x27\xdd\x02\x08\xe9\x38\xfc\x0f\xb2\x0f\xbb\xf1\x04\x05\x8c\xe2\x5d\xb0\x92\x81\x4a\xa7\x44\x04\xcb\xd9\x29\x11\xe1\x4b\x81\x88\x18\xbb\xff\xf1\x1a\xec\xbb\x96\x3e\x11\x09\x27\x44\x44\x04\x62\x9d\x10\x11\xcd\x8f\x03\x22\x62\x60\x31\x9c\x11\x91\x25\xa7\x92\xa9\xde\x2c\x9f\x67\x74\x9a\xf1\xa2\xa3\xd3\x8c\x57\x1b\xc9\x1d\x3c\xbc\x27\x4b\x81\x53\x09\x6b\x1e\xe1\xef\x70\x42\x44\xcc\xe8\x99\xd8\x63\x2c\xbb\xe7\xb2\xf4\xe7\xd3\xa3\x65\xe9\x1f\x87\x1f\xe3\xda\x7c\x27\xf2\xe8\xe1\x5c\x9b\xef\x71\xfa\x71\xac\xcd\x77\x8e\xe0\xd1\xb1\x8e\xb0\xff\xce\xb5\xf9\x6e\xd4\x36\x0b\xe7\xda\x7c\xe7\x74\x7a\xae\x4d\x74\x4e\x36\xbc\x73\xf9\xf1\x56\x32\xd7\x3a\x1a\x9c\x49\xdf\xd7\xb6\x39\xa7\x13\x79\x6d\x9b\x47\xe2\xe8\x5a\xd6\xee\x16\x01\xda\xd7\xb2\xc0\xb6\x48\xc2\xc9\xb5\x8c\x8b\x83\x5a\x28\xe1\x5a\x7d\x88\xd4\xa6\x0b\xd7\xea\x43\xbf\xe3\xd6\x1b\x73\xf4\x5a\xfd\x88\xa8\x6c\x84\x6b\xf5\x83\xff\x6f\x7f\x59\x56\xa8\x19\x9a\xd7\xea\x4b\x8c\xd9\xbb\xb1\x09\x93\xa2\x72\x55\xa2\x0f\xc0\x76\x17\x86\x04\x85\x57\xc3\xb5\x0c\x89\x7e\x9f\xbd\x6b\x3e\x5c\x7f\xc6\xe1\x5a\xc6\xc4\x77\x54\xff\x1c\xb5\x3f\x47\xfd\xcf\xd1\xf8\x73\x34\x7f\x1f\xad\x11\xfb\x8e\xf6\x3f\x47\xc7\x9f\xa3\xf0\xe7\x28\xfe\x39\x3a\xff\x1c\x5d\x7f\x8e\xd2\x9f\xa3\xfb\xcf\xd1\x9f\xfe\xb5\x3f\xfd\x6b\x7f\xfa\xd7\xfe\xf4\xaf\xfd\xe9\x5f\xfb\xd3\xbf\xf6\xa7\x7f\xfd\x4f\xff\xfa\x9f\xfe\xf5\x3f\xfd\xeb\x7f\xfa\xd7\xff\xf4\xaf\xff\xe9\x5f\xff\xd3\xbf\xfe\xa7\x7f\xfd\x4f\xff\xfa\x9f\xfe\xf5\x3f\xfd\xeb\x7f\xfa\xd7\xff\xf4\xaf\xff\xe9\x5f\xff\xfa\xf7\x9f\xcb\xf3\xd5\xff\x74\x7d\xfc\xe9\xfa\xf2\xb4\x6e\x1b\x84\xda\x35\xe8\x3a\x80\xf5\x1a\x74\xdd\x49\x37\xe8\xba\x93\x79\xd9\x51\x2b\x64\x75\x1d\x5d\xeb\xb3\x81\xf3\xbc\x96\xa7\xf5\xd8\x0f\xff\xa3\x5a\xc6\xed\xd1\x5a\xe4\x0f\xa8\xa9\x0b\x1b\x8b\x22\x4c\xe1\x1a\x84\xe5\x43\x03\x5e\xcb\xc6\xba\x24\x80\x2e\xab\x34\x14\xdb\xb2\x3c\x75\x54\x2f\x0b\xd7\xb2\xb1\x8e\x13\x5f\xf5\x35\x59\x6a\xb0\x17\xae\x65\x63\x1d\xc8\xd9\x87\x6b\xd9\x58\x07\x55\x68\xc3\xb5\x6c\xac\x83\x22\xb1\xe1\x5a\x36\xd6\x41\x7d\xdc\x70\x2d\x1b\xeb\x38\xfd\xb4\x97\x8d\x75\x9c\x2c\xeb\xd7\xb2\xb1\x0e\x2a\xd4\x86\x6b\xd9\x58\xc7\x69\x3b\x97\x8d\x75\x50\xb9\x37\x5c\xcb\xc6\x3a\xa8\x88\x1b\xae\x65\x63\x1d\x27\xd8\xe1\x5a\x36\xd6\x71\x5e\x3e\xa1\x73\xc4\x28\x2d\x1b\xeb\xa0\x52\x70\xb8\x26\xfd\x03\x9d\xa4\x8d\xfe\xe1\xc5\x4b\x9b\xfd\x0b\x1c\xd9\xbf\x93\x23\xfa\x87\xeb\x25\x6d\xf4\x0f\x8b\x32\x6d\xf4\xef\xf2\x2e\xf6\xef\xe0\xc8\xfe\x65\x8e\xe8\x1f\x9b\x58\xda\xe8\x1f\x74\x57\xda\xec\xdf\xce\x91\xfd\xdb\x38\xfa\x3d\x75\xd3\xd6\xff\x1c\x8d\x3f\x47\xbf\xe7\x67\xda\xe9\x5f\xa6\x47\xfb\xfe\xe7\xbf\xe3\xcf\xd1\xf5\xe7\x28\xb1\x19\x45\x8e\x6e\x8e\xbc\x4b\xe6\x88\x91\x58\x96\xd3\xd4\x44\x48\x7b\xfd\x73\x97\x3f\xad\xde\xff\xb4\x7a\xff\xd3\xea\xfd\x4f\xab\x8f\xed\xcf\xd1\x9f\x56\x1f\x7f\x5a\x7d\x84\x3f\x47\xf1\xcf\xd1\xf9\xe7\xe8\x4f\xff\x8e\xf4\xe7\xe8\xfe\x73\x94\xff\x1c\x95\x3f\x47\x95\x6d\x69\xf6\x01\xf1\x99\x96\xf9\x74\x52\xe6\x20\xa4\xe5\x7b\xed\xf7\x59\xfb\xc0\xb1\x92\x0e\x0a\x19\x05\xff\x9f\xfc\x7f\xf6\x49\x24\x6e\x42\x4e\x34\xe3\x35\x4f\xcb\xc4\xea\xf7\x75\xf4\x09\x33\x90\x02\xae\x18\x36\xfb\x14\xa8\x49\x13\xfd\x2f\x72\xb7\xab\x37\x5c\x5f\x69\x99\x5a\xfd\xbe\xce\xde\xba\xe7\x5c\x64\x35\xf0\x7e\x96\xb9\x95\x0a\xc9\x1e\x29\xdc\xcf\xf5\x06\x01\xa4\xe5\x78\x4d\x54\x39\x0c\x29\x90\x11\x51\x6d\x29\x05\x9a\xba\x4f\x1a\x5c\x9b\x7b\xbb\xbd\xdb\xda\xe0\xa9\x39\x12\x52\xa4\xce\x4e\xf7\x88\x3a\x3b\x30\x13\x09\xf9\x51\x13\x73\xd2\x32\xbb\xe2\x8e\x43\x30\x51\xc8\x8e\x4a\x4c\x21\x45\xfa\x73\xa6\x4e\x9d\x9a\x90\x90\x27\x95\xe6\x4e\xc8\x93\x2e\x1e\xea\x3f\x97\xed\x84\x72\xa9\xb2\x3a\x69\x59\x6c\xfd\x3e\x63\x9f\x44\xbf\xa6\x65\xb5\xf1\xa0\xe9\x2f\x0b\x04\x54\x5f\x0c\xea\xa6\xf5\xb2\x91\xcb\xcf\x1c\xb0\xca\x53\x1c\xcf\x30\x9a\x4e\x9b\xe2\x7c\xa6\x41\x83\x35\x4d\xa8\x9c\x56\x3c\x7f\x89\x9a\x0c\x91\x45\x3d\xa1\x72\x4a\x59\xc6\x90\xce\x3f\x53\xfa\x8c\x4f\xbb\x28\xa3\x18\xd2\xf9\x67\x5a\x53\x97\x21\x3e\xd7\x5a\xb6\x87\x81\x3d\xff\x4c\x6b\xe4\x4c\x1b\xfe\xa9\x74\x7e\xfd\x6d\xb6\x02\x4a\x01\x6a\x2e\x21\x69\xda\xb0\x9a\xd3\xe9\xb4\x3e\x7a\xbb\x7d\x12\x6c\x3c\x80\x30\x9d\xf6\x77\xef\x66\xd9\x25\xa4\x4d\x1b\xd8\x24\x21\x6d\xda\x70\x33\x25\xa4\x4d\x1b\x1e\xd9\x74\xfd\xe9\x2f\xd2\xa6\xd4\x56\x0e\x09\x69\x53\x2a\x34\x87\x84\xb4\xe9\x70\xe9\x5e\x5e\xde\x78\xee\x5e\x77\xbf\x1f\x9e\x3d\x40\xde\xb4\x9f\xfe\x5f\xbe\x0f\xd3\xe7\xae\xfe\xf6\xdb\x16\xae\xfe\x9a\xa8\x9d\x2e\xa6\xba\x63\xb5\xbc\xbd\xc9\x08\x97\x84\xfc\xa9\x74\x5c\x4a\xd8\xb1\xe7\xd6\x8d\x61\x48\x89\x4f\xf8\xbc\x7b\x73\xb6\x21\x83\xaa\xe7\x3a\xad\x38\x94\xd0\x5d\x4c\x91\x41\x95\xce\x4b\x89\xe9\x1e\xcf\x3e\xa7\xd7\x5e\x5c\xeb\xff\x89\xcf\x7b\xeb\x13\x17\x45\x4a\x7f\xde\x71\xca\xcf\xb3\xbb\x73\x2b\x95\xf7\x17\xb6\xdf\x84\x2c\xea\xc0\xe1\x91\xd2\x9f\x25\x7a\x79\x88\x63\x80\x00\x4e\x49\xe7\x0b\xb3\x1c\x59\xd4\x01\x8a\x4b\xb7\xa1\x9e\x1e\x91\x80\x85\x47\x3a\xdd\xf1\x79\xa6\x9e\xee\x44\x04\x7e\x76\x91\x42\xfe\x74\x66\xaf\x4d\xcf\xd9\x26\xaa\x27\xbc\xc8\x13\xf7\x50\xba\xf3\x33\x26\x68\xee\x85\x74\x97\x17\x1b\xb8\x91\x2e\x6f\x72\x7c\x36\xd2\xe5\x4d\xee\x77\xec\x7d\x5e\xb6\xa8\xbf\xe3\x06\x11\x96\x94\x44\xf5\x4b\xb9\xe7\xb7\x98\x31\xee\xcb\xb3\x3c\x8b\x86\x81\x92\xa9\xe0\xa8\x44\xf5\xf1\xcd\x99\x97\xff\xcc\x5f\xe4\x54\xcd\x0f\x4c\xd9\xe5\xf8\xee\x8d\x18\x93\xb4\xbc\xcb\xac\x0c\xb8\x4f\x12\x5e\x64\xbd\xe4\x29\xdb\xb7\xdc\xa7\x9b\xef\xf2\x24\xc7\xfc\xb4\xab\x3d\x2d\x1d\x38\x04\x53\xee\xcf\x96\x24\x8b\x92\xf2\xbb\x34\x8f\x61\x8b\x97\x7b\x51\x85\xb8\x84\x94\xea\x86\xf9\x97\xca\xbb\xe5\x0c\xb0\x7c\x42\x4e\x75\xdf\xfc\x7f\x79\x20\x76\x5c\x93\x69\xf9\xa7\xcf\xdb\x2d\xa1\x9c\x4f\x6b\x75\xab\x24\x74\x82\x9e\x55\xaf\xa4\x77\x5c\xb3\xf7\x46\xad\x7b\x78\xef\xf7\xdd\x8a\xf2\x12\x91\x35\xc7\xee\xd9\x6e\xb7\x57\xd7\x49\x9c\x0a\xf9\x9e\x9a\x68\xe5\x5d\x97\x86\x1b\x5c\x19\xef\x2f\xd9\x5f\xd6\xb6\x14\xd3\xbf\xe2\xaa\x13\x01\x38\xc2\xf8\x54\xfd\x8c\x4b\x1f\x58\xa3\xe9\x81\xa4\xb3\x77\xe0\x7c\x5a\x90\x34\x3e\x9f\x6a\x8d\x6f\x67\x9c\x0c\x04\xe3\xc4\xe1\xf5\x6b\xa9\x0e\xda\x85\x95\xa1\x49\xa3\xf7\x9b\xc1\x7a\xa0\xe9\xd1\xbb\xaf\xa6\xe6\x67\x22\x23\x80\x1f\x52\x2d\xef\x02\x81\x37\x2c\xd5\xd7\x22\x91\x28\x4b\x04\xe8\xe8\x21\x4e\x0b\xa6\x5e\x8a\x02\xa5\x3a\xde\xa7\x12\xa4\x93\x2a\xbb\x36\x64\x4b\x22\x48\xe7\x8c\x1e\x21\x3a\xe3\x47\x8c\x4a\x6b\x70\x22\x2c\xa8\xda\xef\x18\xfa\x63\x09\xb6\xb7\xff\xcf\x36\xb8\x20\xeb\x42\xbc\xeb\x88\xa9\x1f\x5b\x37\xdd\x3a\xb5\xf4\xf6\xcf\xc5\x09\x69\xd6\x23\xf9\xfc\xf5\x69\x1c\x8e\xdf\x82\xae\x77\x70\x6a\xb4\xcf\x12\xbb\x3d\xbb\x3d\x9f\x96\x09\x19\xa9\xf5\xe7\x1d\x4e\x18\x80\xd4\xc6\xfb\x8b\xcb\x4f\x9b\x6f\x1b\x08\x8b\x4c\x0b\xce\x06\xd3\x38\x12\x52\xae\xc1\x8f\x7d\xc1\xd9\x53\x21\x9c\x84\x94\x6b\x20\x4c\x2a\x2d\x38\x1b\x4f\x2d\x93\x7e\x7e\xad\xf1\x7f\xde\xbf\x96\xd6\x1f\x48\x9b\x90\x73\x0d\xda\x8c\x3d\x7f\x9b\x15\x23\xd9\x51\x10\x73\x8b\x41\xd2\x55\x3c\x95\x16\xac\x5d\xbc\xd5\x3a\xfa\x2c\x50\x62\x36\x12\xb2\xae\x11\xfc\x93\xfa\x7c\x8d\x15\x37\x24\xa4\x5d\xf5\xaa\xa7\x85\x61\x43\xb7\x25\x0b\xc3\xc6\xf8\x9c\x89\x5c\x98\xb3\x13\x2e\x20\x42\x23\x27\xb2\x12\x8c\x28\x4e\xe3\x8f\xb5\x3d\xd2\x37\xea\xb4\x72\x7c\xdb\x75\xf2\x6e\x5f\x9f\xa3\xcf\x5e\xef\x3b\x12\x83\x93\xc6\x1f\x64\x81\xa8\x92\x92\x9e\x69\xe1\xd9\x18\xe1\x67\x12\xa2\x4a\x51\xcc\x83\xa8\xd2\xd3\x83\xb9\xbd\x66\x8f\xd7\x2e\x4c\x1b\x0f\x22\x22\xd2\x3c\x3e\xb3\xc8\x5f\xd6\x37\x7e\xda\x26\xc5\x95\x82\x77\x3b\x41\xce\x8c\xf3\xc2\xb5\xf1\x3c\x3c\x13\xf3\xc4\xed\x52\x71\x25\xbf\xd9\x85\x6b\xa3\xa9\xef\x69\xe1\xda\xcb\xf8\xee\xf4\x64\x31\xf8\x1f\x73\xfa\xda\xfb\x70\xf1\x9e\xfd\xfd\x05\xf7\x5c\x52\x64\xc9\xaf\x6c\xfa\x7e\x5b\x6f\x38\xc0\x6e\x33\x1a\xf0\x35\xdc\xdb\xfe\x7c\xa5\x4a\x12\xdc\xdb\xf1\x5e\x01\xfd\x7b\x6f\xe1\xfd\x05\x6a\xfc\xde\x98\xdb\xe0\xeb\x9b\xec\x86\xeb\xf0\xfe\xd7\xfa\xca\xa3\x47\xe9\x5d\xb2\x8b\xf7\x5f\x21\xb3\xe6\x59\xde\x5b\x7e\xee\x3d\xb3\x77\x23\x98\x92\x35\xf5\xde\x7e\xbf\xe7\x7b\x6b\xef\x06\x3a\xbd\xbf\x8a\xd3\x9e\xcd\xf7\x1c\x6b\x6f\x87\xf7\x47\x75\x1a\x77\xdf\xad\x40\x13\x28\xe4\x7e\x54\x98\x26\x47\x14\xc6\xb8\x3c\x93\x08\x97\xeb\x5f\x81\x85\xf7\xa2\x1f\xae\x1b\x47\xc0\xbd\xe8\x87\x78\x3d\xb7\x7c\xbd\x8b\x1d\x78\x77\xef\xf9\x5d\x9e\x71\xd3\xdc\x7b\xf9\xce\x89\xfc\x02\x57\xcc\x0e\x77\x93\x14\x71\x83\x2d\xee\x05\x9a\xe3\x85\x1d\x72\x4b\x29\x10\x6f\x7c\x1f\xfb\x73\xa7\xe9\xf3\xe1\x0e\x32\xb6\xc6\xfd\x07\x1c\xdf\x7f\xc0\xf1\xfd\x07\x1c\xdf\x87\xd5\xdd\xbc\x0e\xb5\x6c\xe2\x58\xee\xe3\x7e\xed\x83\xc3\xe7\x12\x9d\x33\x3c\xdb\xfe\x8c\xde\x61\x0d\x6e\x41\xf2\x39\xfa\xa8\xde\x7f\xf5\xa9\xd8\xa7\x83\x82\xb3\x7c\xa0\x37\x49\x12\x3b\xa8\xeb\x26\x40\xa9\x10\x17\x7a\x87\xed\xbd\x13\x0e\x94\x3b\x00\x24\x87\x47\xc7\xf3\xbf\x76\xdd\xbd\x00\x72\x4c\x58\xd7\xf7\x03\x90\x7f\xfe\x67\xfa\xc0\x45\xec\x10\x98\xb7\xe9\xdd\x9b\x47\xc4\xc7\x92\x5c\x74\x3f\xe0\xf8\xec\xc8\xfd\x87\x3b\xe4\xe7\x97\x8e\xb5\x71\x9b\xe6\x1d\xbc\xe2\xcf\xd4\x35\xcd\x3b\x7a\xb4\xa6\x6d\x29\xb6\xfb\xb3\x52\x92\xed\x96\xb3\xe0\x49\x46\x27\x41\xc1\xde\x44\x27\x15\xd2\x6b\xee\x78\xbc\xf6\x70\xf7\x97\xd5\xe7\x0b\x17\xcc\x4d\x84\xd2\x1d\xfd\x0f\xc5\xed\xe7\x4e\x5a\x9f\xb3\x2b\x6c\x7a\xc7\xf4\xfe\x72\x7b\xc5\xfd\x9a\x08\xdd\x73\x7e\xfa\x1d\xb4\x1e\xef\x07\x29\xff\xdc\x83\x51\xa6\x6a\x61\x03\x11\xdd\xb1\xbd\xff\x63\xf3\xdd\xb1\xbf\xbf\x38\x1f\xa8\x5e\xd8\x21\x48\x6f\xaa\x17\x76\x08\xfc\xfb\xdc\x9e\x05\xc4\x64\xa3\x1b\xb4\xdc\x30\x51\xee\xd3\xc0\x3b\xde\x19\x15\x0c\x3b\xe4\xea\xbd\xd0\x72\x10\x75\xdc\xe7\xf9\xf5\x84\xb9\x7a\x2a\xdc\xc5\x5b\x38\x5f\x34\xd5\x5c\x1c\x4f\xfa\x1e\x63\x37\xd7\xf5\x3e\xf3\x6b\x94\x61\xa1\xde\x0b\x39\x87\xea\x0c\x3a\xeb\x73\x0f\x33\x3c\xee\xb3\x3d\x0b\x5c\x77\x5e\x51\x10\x44\xf9\xcf\x9b\xaa\x87\x83\xd8\xf8\x9b\xaa\x87\x06\x69\xde\x97\x62\x5e\x8c\x04\xb1\x51\x87\x6f\x81\xaa\x87\x13\x7e\xe8\xa6\xea\xa1\x4a\x2e\xf7\x15\x3f\x5c\xc8\x5b\xba\xce\x67\x9b\x30\x2f\xf8\xa6\xfa\xe1\x2c\xfe\x4f\x8a\xb9\x63\x2e\x7a\xbe\xee\x3e\x60\xcd\xee\xcb\x75\xeb\xe8\x14\xb4\x08\x37\x55\x10\x29\x22\x11\xee\xeb\xcf\x5c\xbf\xda\xb3\x46\x18\x32\x7b\x5f\xef\x36\x45\xd5\xa5\x70\x5f\xe3\x5b\x09\x79\x93\x0b\x49\x9f\xc3\x85\x5d\x24\x1d\x5b\x47\xd9\x3d\xdc\x54\x45\xd4\xbc\xbe\xd3\x6f\xc7\xdf\x9d\x34\x3f\xef\xae\x2c\xee\xbd\x90\x74\xc8\x88\x64\xdc\xe9\xfc\x4c\x28\xc6\x9d\xf8\x2a\xb5\x5a\xee\x07\x49\xff\xb4\x8f\xb7\x94\xee\x6f\xd5\xa2\x0f\xc4\x59\x89\xcc\x6e\x91\xf4\xcf\x15\x97\x57\xd4\x77\x2b\xde\xfe\x25\x37\x75\x13\x8a\xb5\x15\x3b\xfb\x0e\xcf\x74\xa9\xb2\x62\x22\xda\x62\x77\x9a\xef\xad\x71\x93\xdc\xa4\xc2\x6f\xe8\x44\xdc\x2b\x5c\x6b\x96\xc3\xff\x08\x28\xc2\x31\x72\x5b\x35\xd1\x49\x6e\xd5\x44\xef\x4b\x1d\x92\x86\x0d\x7a\xdf\xd7\xfb\xda\xa0\x16\x6f\xc1\x78\x4c\x9d\xa2\x57\xe1\x26\x25\xfe\xd8\x7c\x2e\xe2\xae\x4e\x12\x52\xe2\x0f\x28\xbd\x9b\x94\xf8\xc3\x97\x27\x08\xff\x59\x2c\xdd\xf8\x1e\x10\x7e\xf4\xd1\x6c\xf7\x3b\x25\x9e\x05\x4a\x20\x7e\x1d\x7d\xfa\xf1\xe4\xed\xbd\x8f\x0b\x40\xde\x1f\xe4\x41\xc9\xb0\x70\x5b\x55\xf1\xf0\x0a\x54\x17\x2e\xcf\x8e\xef\x53\x87\x67\x9f\xef\x33\x86\xe7\x2c\xc2\xb0\xf8\xd9\xe5\xf4\x5d\x41\x5f\xf2\xb7\x05\xe2\x88\xb9\x17\x68\x8f\xd9\x8f\x2d\x3b\x0e\x8c\x71\xae\xdf\xfd\x6d\x91\x9f\x47\xe8\xc6\xba\xdf\xf9\x1d\x0b\x95\x5b\x6e\xab\x31\x26\xdb\x40\xa4\x84\xdb\x3e\x80\x7d\xb8\xc0\x90\x46\x4f\xe9\xde\x70\x13\x4c\x76\xe2\x88\xbb\x09\x26\x8b\xce\x0b\x82\xc9\x28\x9a\x1c\x6e\x04\x7d\xe7\xf4\xbf\x65\xad\xca\x1d\xdd\xe5\xfd\x1c\x06\xd1\xd5\x77\x79\x97\xc2\xe1\x52\x57\x5e\x53\x66\x10\xa5\x71\x2f\xb0\x1e\xb3\xdb\xd0\x02\xeb\x97\x59\x76\x37\x91\x65\x57\xb2\x07\x8b\xea\xbe\xb2\xcf\x1e\x0b\x73\xfa\x19\x59\x99\x11\xcc\x76\x4b\x0c\xaf\x0f\x97\x1e\x56\xd2\xb9\xb5\xe1\x16\x0a\x1f\xd1\xe5\x13\x29\xe0\x7b\x7a\xe6\xaf\x77\x4d\x9f\x21\x86\x2f\xb7\x1d\x88\x61\xd5\x03\xef\x85\xc0\x23\xf5\x05\xc3\x5d\x5f\x44\xd2\x88\xd0\xba\x1f\xf4\xbd\x75\xc5\x62\x6f\xd1\xf7\x99\x7b\x73\x6b\x12\x7d\x5f\xb1\x37\xb7\xe7\xda\xde\x5f\x9c\x2b\xf5\x73\x52\x74\x9f\x35\xbe\x2d\xce\x73\xe6\xb3\xf8\x19\x91\x72\x13\x9d\x96\x9c\xe1\x20\xf1\x0b\x44\x77\x37\xf3\x43\x19\xcd\x85\xc4\xa3\x3a\xf7\x77\xc3\x52\x77\xd1\x5d\x08\x3c\x3e\x73\x45\x04\xfe\xd3\x12\x0d\x28\x6a\xf1\x53\x0b\x28\xdc\xa4\xe6\x57\xbf\x67\x2a\x3c\x26\x3c\x07\xf7\x1f\xe2\xf8\x6e\x6f\xbf\xcd\x3d\xb8\xc9\xa9\x49\x20\xd4\xfb\x49\xdd\xb7\x2f\xe3\x3d\xdb\x2f\x8e\x4a\x8f\x09\xfe\xec\x36\xe7\xc6\x85\x7c\x21\xee\x73\x73\x13\xef\xc7\x33\x32\x8d\x30\x8d\xbb\x87\xef\x17\xde\x24\xb9\x37\xc9\x15\x8b\xdc\x9b\xe4\x1a\x45\xee\xcd\x83\x07\xc8\xbd\x91\xad\xb9\xc9\xbd\x49\xcd\x27\xd1\x5f\x32\x40\xee\x4e\x40\xa5\xf3\xa8\xd7\xd7\x18\x74\xd6\x92\x9b\xf3\xe0\x10\xa4\x89\xa3\x73\xbf\xdb\xdf\x1f\xd3\x91\x59\xfd\x8b\x35\xfe\xef\x6d\x82\xd4\x9d\xe4\x84\x1e\xfb\x7b\x23\x1c\x10\xf7\x78\x2d\xde\xae\xe5\x38\x78\xfd\x4e\x2d\x52\x78\x6e\x00\xea\x4d\x0a\x8f\x51\xf5\x37\x29\x3c\xc6\xa4\xde\xa4\xf0\xdc\x78\x48\xef\x05\xc8\x83\x0a\x84\xf7\x78\x41\x5a\x77\x6a\x2c\x30\x1e\xfa\xe9\x53\x74\xbe\xfc\x80\x50\x06\x68\xb8\xdc\x6f\x5d\x31\xff\x7b\xf4\x67\xc8\x8c\x70\xbe\x09\xe6\xbb\x9b\xed\x5e\x53\xe0\xf6\xa5\x12\xcc\x77\x93\x7d\x7a\x13\xcc\x77\x37\xff\x5b\x4e\x88\xe2\x42\x39\xc3\xeb\x58\x11\xf2\xcd\xf8\x59\xc4\xf4\x14\x60\x7e\xe2\xa5\xbc\x09\xea\xbb\x5d\xfe\x09\xea\xbb\xdd\x56\x09\xea\xbb\x5d\xa8\x09\xea\x0b\xc9\x56\x10\x35\xe5\x92\x3d\xeb\xfb\xf1\x1c\xfe\xf2\xd3\xe7\x58\x09\x32\xbc\x1f\x60\x7e\x3d\x4c\xc0\x3d\xc7\xf3\x4b\xc7\xfd\x74\x13\xe0\x97\x79\xbb\x79\xb3\x08\x45\xe3\xc8\x14\xe9\xca\x11\x69\x5a\x2c\x33\x99\x00\xbf\x82\x73\x25\x6f\xf1\x1d\xd9\xc3\x3b\xe9\x68\x8b\x1c\x5d\xef\x12\xc4\xb4\xcf\x82\xf2\xeb\xea\xb3\x7b\x05\x69\x67\xc3\xfb\xa3\x74\xc3\x76\x97\xb7\xf2\x9e\xbd\x79\x36\x91\x58\xd3\xfb\xaf\x7e\xab\x1b\x93\x09\xf8\xab\xbb\xff\xa1\x76\x83\x5d\x9a\xb7\xcf\x8c\x21\x83\x21\x93\xfa\xa3\x46\x5e\x36\xe8\xef\x39\xfa\xe9\xf3\x5a\xcf\xd6\xd1\xf7\x99\xe3\x2e\xcc\x04\xfe\x29\x39\x9c\x09\xfc\x53\x56\x38\xef\xf6\x39\x75\xea\x81\x86\x4c\xc5\xca\x42\x4e\x47\x16\x99\xc7\xab\x1b\xa6\x9c\x09\x00\x34\x3b\x24\xef\xaa\xdf\x30\x02\x54\x7e\xa9\xcc\xb8\x4c\xe5\x17\x15\xed\xf3\xde\x9f\x27\xa9\x1a\x9e\x91\x2a\x10\x2d\xe5\x7d\x3e\xff\xab\x07\x9e\x8f\xed\xb1\xae\x55\xbb\xc9\x22\xf7\x9f\x5f\x60\x9c\xf2\x71\xbc\x8e\x0e\xe6\x69\x3e\xc2\x7b\x0e\x2e\xa5\x7c\xc4\xf7\x17\xb6\xdc\x7c\xa8\x34\x49\x1f\x0e\x95\x26\x3d\x3b\xbd\x67\x3b\xbe\x87\x01\xac\x9e\x6d\x1a\x9b\xff\x95\xaf\x8d\x5e\x5f\x5f\x4c\x00\xf3\x98\x8f\xf6\x6e\x5b\xce\x52\xe9\xee\x9f\x73\x82\x57\x59\x69\x35\x73\x34\xdf\x5e\x61\x68\xe4\xf0\x8e\xc5\xc0\x49\x9c\x8d\x2a\x04\xf9\x66\xa2\x0a\xf5\xdd\x67\xa4\x0f\x06\xb1\x90\x19\xe9\x83\x81\x5b\x29\x2f\x24\x1f\x9f\xbe\x21\x7d\x30\x70\x7a\x67\xa4\x0f\x06\x5b\x72\x7e\x90\xfc\x0f\x3a\xf2\x6c\x82\x77\x71\x99\xe5\x00\xa2\xbb\x6c\x41\x5d\x38\x62\xd8\x82\xd7\x01\x35\xc9\xe8\xc8\x0b\xc9\x47\xd3\xe3\xf2\x42\xf2\xc1\x0d\x25\x87\xf9\x1a\x7a\x70\x68\x39\x5a\xe4\x83\xb3\xa3\x45\x3e\x98\x37\x0b\xc9\xc7\x8a\x51\x94\xa3\xa6\x5b\xfc\xc7\x16\x91\x63\x7c\x17\x40\x87\x82\xe0\xc4\x49\x60\x66\x16\xe4\xa7\xd1\xc7\x6e\x23\x4c\x26\xe1\x15\x44\x52\xd8\xd9\x1f\x73\x24\x62\x1d\x70\x9b\xa3\xc9\x24\x74\x9e\xe0\xc5\x5c\x6d\xee\x67\xd9\xdc\xde\x97\x7c\x81\x69\x2b\xf0\xbb\x26\xef\xfb\x3b\xa2\x23\x9f\x8a\x0c\xd1\x82\xd3\x68\x00\x3e\x28\x54\x16\xa6\x1f\xa2\x45\x3e\xf1\x7f\xe6\x05\xe8\x63\x75\x78\x05\xf4\x3f\x60\x9c\x6d\x29\x9f\xaf\x45\x23\xa8\xcc\x50\xe0\x3b\x5e\xe5\x7c\x7e\x9c\x0a\x30\x33\x3f\x80\x7e\xeb\x86\xae\xe6\x87\x0a\xff\x81\xba\x4c\x08\xa8\x70\xcb\x55\xe5\xf3\x05\xb7\x13\x1b\x34\x4b\x87\xff\x2c\x26\xd3\x5f\x28\xa8\xe0\x98\x9e\x2f\x8a\x79\x3e\xcd\x6b\x7b\x26\xc6\xc0\x6a\xcb\xea\xc6\x39\x22\x24\x3e\x05\x68\xef\x7c\x85\xd7\x8e\x05\x53\x64\x92\x9f\x0e\xb6\xa9\x7c\x59\xec\x8a\xd6\xaa\x1d\x47\x3e\x6a\xbe\x5e\xf4\x22\x4c\xcd\x0f\x35\xbe\xbf\x1f\x21\xd4\xf8\xe1\x7c\x59\xc0\x3e\x28\xbd\x90\xad\xfc\xc9\xa6\x96\xa1\xc5\x4b\xb4\x5d\x48\x93\x62\x99\x65\x01\xfd\xcf\x7d\x93\xff\xcf\x77\x6c\x1d\x6d\xaa\x83\xee\x8e\x42\x7a\x7d\xcf\x93\x68\x8f\x0c\x35\xbe\x61\xfb\xe7\x07\xd4\x5f\xbd\xf9\xc6\x93\x5b\x7b\xef\x4a\x8a\xe5\x05\xec\xc3\xc0\x34\xc8\xe9\x7a\xaf\xc0\xc6\xcd\x02\xfb\x1f\x4b\xed\xf0\x19\xf7\xfb\xd4\xa7\x55\x3a\xb4\xe8\x63\x7a\x39\x35\x4a\x34\x87\x9c\x3e\xda\xd1\x6f\x66\xa1\xf7\xa0\x2e\x77\x16\xbd\x2f\x16\x8e\xf7\x93\x5e\x8b\xbe\x75\xcf\x71\x2c\x52\xb7\x9c\x44\x5e\x08\x3e\x58\xc2\x2b\xdf\xef\x58\x28\xd5\x9b\x49\xba\x4a\xa7\x67\x87\xcf\xdc\xa0\x67\xd2\xea\x31\xf6\x89\xb3\x34\xdf\xe7\x8b\xd1\xf0\x2b\x64\x11\xfd\xcf\x39\x60\xec\xfc\x20\xfa\xb3\xb7\xea\x2f\x70\x11\x9b\xed\x78\x39\x46\xa3\xfb\xf3\xfd\xdb\xd2\xcf\x0b\xd5\xdf\x26\x2e\xe6\x07\xd5\x1f\x0f\x7f\x98\x45\xf5\x3f\xa6\xe2\xe5\x39\x2f\xaa\x1f\xa0\x97\x7c\xbf\x51\x4f\x1a\x87\x59\x54\xff\x73\x8e\x63\x2e\xaa\x3f\x5b\x37\x85\x31\x67\xb8\x27\x8d\x8e\x1c\xde\x76\x62\x73\xe7\x07\xd9\x5f\x5d\x49\xb9\x9c\x5f\xa7\xcf\x04\x01\x67\x2a\xf6\x24\x5c\x48\x79\x21\xfb\x15\x44\xb5\x8e\x96\xc9\xdb\x40\x60\x79\x21\xfa\xd0\x71\xd2\xe5\x85\xe8\xcf\xdb\x2f\x28\xbf\xf3\xa1\x3b\x67\xa8\xda\x73\x6b\x9e\x2d\x34\x1f\xb7\xd3\x6b\xc7\xd3\xd2\x89\x63\x38\xe7\xf7\xbb\x78\x36\xf7\xf2\x85\x8d\xb8\x96\x4a\xc3\xff\x18\xd0\x20\xb9\x5c\x8e\x17\x91\x1e\x5e\xb5\x42\xa0\x2d\x2f\x93\xa1\xe2\x2f\x57\x29\xa9\xf8\x33\xf7\xa1\xd1\xb7\x10\xfe\x79\x69\x72\x88\xf0\x63\xe8\xf3\x9f\xaa\x8f\xf9\x01\xff\x47\x9f\x4e\xac\x07\xfc\x87\x6e\x02\x4c\x2e\x7f\xa6\x49\xf9\x9c\x1e\x38\xb4\x32\x0e\x00\x63\xa4\xf2\x72\x00\x44\x7d\x7d\xb9\x90\x1c\xee\x1e\xb9\x1c\x00\x41\x89\xd7\xfc\x38\x00\xf6\x6e\xa2\x7e\x36\x32\x1c\xb0\x97\x1f\x1a\x7e\xef\xcd\x09\x57\x7f\xf3\x1c\x99\xc8\xf0\xe7\xa3\x5b\x0e\x80\x38\xdd\xde\xea\xf5\x4c\xc4\x67\xa9\xaf\x58\x89\x5a\x72\x3a\x01\xe2\xf6\xda\x65\x9f\x13\x60\x3a\xec\xcb\x09\xb0\xe6\xcb\x3a\xaa\xef\xff\x9b\xcf\x68\x6f\xfb\xb4\x89\x89\xad\x8f\xc1\xd6\x2e\xe7\x87\x25\xba\xf2\x03\xfc\xb7\x77\x19\x68\xdf\x56\x81\xaf\x35\xb7\xfd\x73\x44\x70\x0f\xa8\x78\x83\xeb\xf2\x43\xc5\x6f\x7d\x68\xa3\xe2\x04\x30\xa1\x2b\xa3\xcd\xb7\x41\xee\x65\xb5\xf9\x7c\x8b\xcb\x01\x10\x4d\xda\xcf\xcb\x01\x10\xa7\x4b\x43\x7b\x7d\xdf\x8f\xcd\xd8\xca\xfb\xd9\x3a\xa2\xcb\x11\x10\x95\x07\xc8\xe8\xf7\x6d\x87\x67\x2f\x27\xc0\xe6\x47\x84\x7e\xdf\xe6\xa6\xb5\x1c\x00\x71\xe2\x8a\xc9\xcb\x01\x10\xa7\x36\x97\x0e\x00\xd1\x0e\x94\xbb\x99\x09\x19\xfd\x3e\xab\x05\xe5\xfe\x6b\x7b\xf0\xda\xf3\x5b\x7c\x18\xe1\x7e\xbd\xbf\x40\xb1\x66\xb4\xfc\xba\x5b\x5c\xff\x90\x01\xca\x28\xb9\x7f\x8e\xae\xdb\x7b\xac\xe5\xc0\x8a\x9c\x79\x39\x03\x4e\xd3\x9f\x72\x7f\xdf\xb7\x9c\x5f\xee\xd0\xd1\x04\x3b\x66\x9d\x01\x3f\xf3\xc1\x6d\x4e\x0a\xfe\xe7\x17\x3f\xce\xb1\x7d\xbf\x30\x3e\x54\x58\x15\xe3\x67\x51\xff\x8f\x41\xe0\xf7\x34\xc2\x73\x85\x11\x8c\x79\x21\xff\xf3\x80\x27\xcb\x0b\xf9\x9f\xd6\xac\xca\xe3\x7a\xbe\xe7\x67\xab\x1e\x68\x32\xba\x1c\x8d\xdf\x51\x64\x79\xa1\xff\x78\x3d\xcf\x5e\x41\xa0\xfb\xed\x73\xeb\xbb\xc5\x3f\xbf\xb4\x67\x65\x68\xe2\x84\xf1\x3a\xbc\x0c\x2b\xcd\x63\x3c\xdb\x52\x1b\xb6\x68\x45\x24\x65\x37\x4b\x69\xf9\x15\x4c\x42\x1b\xe6\xef\xa0\xdf\xbc\x3c\x00\x61\xc0\x2d\x64\x84\x05\xa3\x5f\xe0\x44\x87\xc8\x6f\x6d\x21\xff\x14\x61\x67\x33\x4a\xe7\xc1\xef\x00\x4a\xfe\x41\x7c\xf3\x35\x0d\x9f\x95\x65\xe6\x6f\x51\xf6\xb9\xeb\xbd\x5b\x98\x24\x2f\x0f\x40\xb0\xfc\x5b\x46\xf1\xfc\x70\xb1\x16\xfd\xff\x5c\xdb\x6c\xd7\xc0\x07\xe1\xd9\xef\x77\xae\x71\x5d\x16\xfa\x3f\x23\x5f\x65\x79\x68\xf9\xe3\xd9\xb8\xcb\x86\x39\xb0\xfb\xff\x42\x07\xc7\xe9\x11\x75\x43\xd9\x1a\x8b\x29\x7e\xdd\xff\xd6\xf7\x9d\x6e\x8f\xd6\x7b\x4e\x18\xe5\x65\xa1\xfe\xa0\x70\x43\x59\xa8\xff\x54\xa4\xa6\x2c\xd4\x7f\x16\x46\xb5\x6c\xf5\x33\x41\xaf\x7f\x6c\x17\x45\x96\x7e\x59\x50\x85\xcb\x3f\x0b\xe9\xf2\xd1\xe3\xfd\x85\x5d\xb3\xa0\x09\xa2\x48\x6f\xc1\x31\x20\xd6\x28\x68\x82\x14\xec\xc6\x02\x53\x6f\x61\xba\x82\x26\x48\x81\xd6\x2a\xfb\x1b\x03\xdd\xc9\xc1\x2d\xfb\xf9\xee\xd6\xd8\xd3\x65\xff\xac\x44\xc8\x9c\xb2\xa7\xe7\x75\x09\x35\xcb\xce\xd0\x4c\x8f\x16\xcf\xa1\xdb\xa6\x2c\xe7\x40\x8a\xd1\xbb\x55\xda\xed\x9d\xda\x63\xe7\x8d\xdb\xff\xd7\xb2\x57\x6e\xff\x1f\x1f\x7a\x48\xfc\xf2\x7d\xfe\x6c\x95\x85\xf2\xb1\x81\xe5\xa3\x1c\x48\x70\xf1\x79\x15\x1d\x03\x3f\x16\xdd\xe6\xd9\x6b\xfa\xef\xb6\x6d\x39\x05\xa2\x7a\x29\x45\xbd\x43\x00\x66\x39\x3e\x7e\x07\x2b\xab\x1c\x96\xfa\x65\x72\x2c\x87\xc0\x8a\x07\x5c\x47\x6b\x3a\x34\x92\xf6\xca\x72\x08\x9c\x2d\x7b\xb4\xfa\x4c\xe9\xe4\x50\x88\x79\x37\x5c\xb0\x1c\x2f\x1a\x52\xde\xb6\x1c\x9f\x7f\x3b\xd9\x0b\xfb\x3c\x1e\xeb\xad\x04\x44\xcf\x9c\xfe\xcb\x09\x70\x56\x48\xeb\xb2\x80\xfe\x4a\xc7\x58\x47\xef\xfb\x6c\xb6\x34\x10\x71\xe2\x84\x0f\xe9\x9b\x7d\xde\x9b\x77\x89\x33\xb0\x20\x26\xb2\x23\xac\x55\x42\xf9\x26\x36\xef\x23\xb8\x85\xa7\xde\xab\xe7\xbc\x01\xa4\xcd\x71\x0d\x2f\x5f\xa3\x10\x70\x09\xd4\x9e\x64\xc3\x2d\x0b\xf8\x9f\x2e\xc5\x25\x7e\x14\x36\x2e\xca\x12\x3f\xe4\x83\x61\x51\x22\x73\xfa\xf2\x28\xbc\xff\x07\x7f\x89\x8c\x08\x9f\xf8\x13\x07\xdf\xbb\x19\xea\x05\x55\x77\xc5\xb7\xcb\x42\xf8\xd7\xe6\xf7\x22\x85\x1f\x4b\x6f\xcf\xff\x6e\x69\xb9\x8f\xc3\xfb\xaf\xf7\x3b\xbb\x47\x6b\x69\x1b\x7e\x7d\x22\xfd\x98\xbb\x9a\x9e\x45\x0a\xff\xe7\x97\xea\x33\xc6\xe7\x0d\xf0\xaa\x37\xe8\xdd\xd8\xc4\xb2\x50\xff\xb5\x63\xd8\x94\xf3\x35\x63\x9a\x0b\xd0\xf9\x25\xf9\xf9\xed\x9e\xe1\x6d\x27\xbe\x8b\xb2\x3c\x00\xd7\xee\xb2\xb4\x3c\x00\xd7\xce\x82\x5e\x16\xfa\xbf\x64\x2f\x8a\x74\x7e\xac\x0f\x9b\x58\x1e\x3a\xbf\xf6\x4e\x30\x6b\x79\xd0\xff\xfe\x44\xd6\x15\xd1\xff\x15\x7b\x27\x54\xa3\x2c\xf4\x7f\x19\x0f\x57\x1e\x3a\x7f\x7f\x42\x4c\xcb\x83\xfe\x4b\x9f\xc4\x43\x95\x85\xfe\x83\x22\xe2\x45\xf4\xff\xf3\x3f\x68\xa1\x88\xfe\x7f\xe6\x13\xce\xcb\x72\xed\x0f\x76\xb1\x0c\x62\xb9\x8e\xa7\xad\x56\x04\x2b\xcb\x0b\x70\x59\x90\xa5\x2c\x0f\xc0\x15\xc1\x70\x65\x79\x00\xae\x00\xbe\x2a\xcb\x03\x70\x85\xee\x51\x7a\xb7\x5f\x02\x82\xcb\xf5\x8d\xc3\xe5\xdd\xd6\xfa\xa6\x79\x50\x0c\x8e\xff\x19\xb9\xe2\x3d\x18\x03\xe7\xe2\x85\x46\x92\x73\xf5\x22\xa2\xd4\x2f\x63\x79\x01\x42\x75\x2b\xba\x5e\x1e\xab\xb1\xcd\x96\x5f\xb4\x3e\x9c\x5d\x79\x02\xe4\x8f\xbe\x82\xef\xff\x7b\x6b\x49\xc7\x77\x39\x8f\x5f\x4e\x82\xd3\xe2\xad\xe5\x71\x10\xb4\x87\xf2\x2b\xe9\x5b\x2e\x48\x81\x29\x3a\x09\x16\x1d\xc3\x74\x5e\x4e\x82\xeb\x6a\x36\xf1\x7e\xef\x71\x7b\x45\x7e\x7e\x31\xea\xbf\x2c\x27\x41\x28\xcf\x33\x5e\x3a\xc8\x6a\x44\x25\x7d\x4e\x22\x5f\x7a\xea\xdf\x39\x3e\x75\x7c\x0b\x15\xcb\x46\xfa\x05\x8c\xe9\xdd\xfd\xd2\xdd\x0d\xd8\x5f\x96\xa3\x20\xdd\x2e\x9b\xf7\x3b\x1e\xc6\xcb\x94\xfb\x73\x9a\xb8\xc4\xdd\xdf\x98\xe0\x1d\x2d\xcb\x51\xb0\x24\x74\xd6\xd1\x1b\x88\xab\x60\x41\x79\x9c\x04\xed\x09\x0a\x2c\xf7\xeb\x33\x35\xbf\xbc\x40\xfd\x5f\xbe\xd6\xfb\xcd\xa7\x30\xea\xab\x2c\x47\xc1\x75\x39\x49\x6e\xb8\x91\x6c\x1b\x91\xd5\x82\x2b\x2a\x3a\x08\xce\xd1\x5b\xf2\x97\xf9\x2e\xc1\xb8\xa1\x0a\xe5\x7b\x2f\x7c\xf5\xe5\xa1\xfc\x5b\x1f\xd0\x73\x25\x7f\xf3\x02\x1b\xb6\x50\xc6\x57\x71\xe6\x92\xbf\xd4\x28\x27\xea\x72\x0e\x2c\x76\x71\x1d\x5d\xcf\x86\xd4\x88\x1c\x2b\xf9\x0d\x46\x9e\xd8\x83\x05\x07\x41\x75\xe9\xc9\xaf\xa3\x44\xb4\x54\x9e\x58\xfd\xf6\x38\x64\x0a\x6a\x96\x11\x7b\xb1\x2c\x27\x41\xd0\xbf\x5b\xa4\xfc\x7f\x16\x12\xdf\x13\xe5\x7d\x6f\x3f\xe9\xfc\xdb\x61\x5a\x96\x83\x20\x58\x42\xbb\x58\xc3\xd7\xa5\x57\xc7\xc0\x4f\x4b\x60\x73\x4a\x09\x2f\x66\x26\xf6\xaf\x58\xcb\x17\x57\x47\xb1\x96\x2f\x8e\x95\x62\x2d\x5f\xdf\xab\xb5\x7c\x35\x27\xca\x8b\x86\x8c\xce\x2a\xd4\xf3\x3d\x89\xb0\x2a\x0b\xf5\x5f\xb7\x0b\x30\x94\xbf\x72\x85\xa5\xd0\x5f\xcd\x9c\x42\x2d\x26\x50\x44\x29\xc8\x9d\x9c\xfe\x37\x1f\x84\x35\xdd\x1c\xea\xeb\x10\xb2\xe4\x62\x41\x54\x26\xb8\xe5\x23\x2a\x73\xe0\x6a\x2e\xf5\x75\x90\x4e\x97\xcf\x5f\xd4\xbf\xf6\x2c\xd4\xff\xe1\x17\x2d\xf2\xbf\xb6\xfe\x18\x38\xf5\x73\x94\xe2\x88\x2e\x88\xcc\x44\x97\xc8\x8a\x09\x48\xbc\x54\x59\xa8\xff\x9a\x9b\xf7\xfe\x1d\xfd\x54\x1e\xc4\x3f\xfb\xd4\xce\x06\xf1\x3f\xdf\xfd\x42\xfc\x97\x62\x32\xa5\x7e\xce\x20\x22\x8f\xca\x42\xfc\xa7\x12\xcb\x65\xa1\xfd\x6b\xe0\x4d\x28\x0b\xe9\x9f\xb7\xa6\xca\x42\xfa\xd7\xf3\xc5\x51\x35\xf8\x06\x7b\x17\xaa\x06\xef\x2e\xd9\x0f\xd5\xbf\x75\xd5\x70\x4b\xfb\x4c\x5e\xd0\x73\xa1\xb2\xf0\x86\x4e\x6a\xa1\xb2\xf0\xe1\x06\x45\x65\xe1\xc3\xd9\x44\x65\xe1\x23\xfb\xdc\x77\x4b\x9c\xf6\xb0\xbd\x73\x5b\x46\xb2\x80\xf6\x77\x74\x16\x8a\x41\xf6\x3f\x58\xcb\x2d\xa7\x6f\x1f\x6a\xa6\xc5\xc8\xdc\x44\xe7\x4b\x7f\x93\x2d\xf4\x19\x95\xfe\x39\x00\x09\x1b\x28\xa2\xff\x9f\xbb\x46\xaf\xfa\x08\x82\xfd\x5f\xda\x47\x45\xc7\xc0\x99\xfa\x74\x09\x59\x8e\x81\x20\x5d\x5d\x96\x63\x20\xe8\x4d\x2b\xfd\x73\x86\x74\x1f\xaf\xe5\xf0\x03\x7c\xf9\xcc\xfa\x9b\x93\xa0\xb2\x62\xa1\x3c\x99\xa9\x36\x65\x39\x06\xc2\x10\x95\x50\xc0\x38\xe2\x02\x29\x14\x11\xb0\x3a\x4c\x21\x0c\x20\x38\xfc\x14\x11\x50\x7f\xbc\x18\x93\x0f\xd7\x50\xc6\x47\x87\xfb\x29\x0c\x22\x40\x70\x70\x15\xe2\xf2\x4f\xb1\xc9\x72\x04\x04\x05\xeb\xca\x13\x97\x1f\xde\xad\xf2\x89\xcb\x0f\xbd\x3b\x0a\xcb\x19\x10\xac\x25\x54\x70\x06\x98\x83\x5d\xa8\x1a\x70\x69\xed\xe9\x08\xb8\x72\xef\x42\xd8\xf1\x3b\xe3\xb7\x50\xca\x2c\x5e\xde\x69\x7e\x1f\x2c\x7d\x7e\x62\xf3\x8f\xc7\xf9\x56\xe6\x2f\x4b\x81\x8f\x16\x47\x40\x11\xcd\x4c\x52\xe9\xc4\x10\xf3\xd7\x74\xf0\x6c\xb8\x02\x68\xdc\x32\x3f\xae\x88\x00\xea\x32\x5f\x4b\xc9\x84\xc3\x42\x38\xc0\x2e\x8a\x5d\x0e\x81\x33\x41\xf5\x15\xc2\x01\x82\x9f\xdb\xfc\x00\xb2\x56\xd6\x6c\x1f\xca\x64\x92\x4f\x1c\x60\xce\x17\xc3\x01\xce\xd8\x87\xd8\xf1\x89\xd5\xff\x99\xd3\xeb\xdd\x56\x6b\x9e\x61\x01\xd6\xed\xdb\xf6\x68\x43\xa5\xb6\x59\x22\xaa\xaa\x6e\xe7\xbb\xa5\x64\xaf\xbf\xde\xad\x01\xfc\x59\x97\x03\x20\xa8\xe2\x55\xb7\xfb\xeb\xf1\xc6\x2f\x94\x78\x0b\x3e\x11\xa4\x9b\xbd\xbf\xa8\x60\x72\xd4\x3e\x87\x49\xe1\x97\x2f\xb2\xa9\xf9\xfc\xe5\xdc\xdc\x9a\x77\xfb\x3e\x7b\x36\xc1\xba\xfb\x8e\xef\x6e\xc5\xab\x4a\x08\x40\xc0\x3e\xaf\xfb\xf1\x19\x4d\xb4\x9f\x9a\x69\xf7\xee\xd9\x2c\x79\x38\x37\x2a\x35\xd3\x6e\xf0\x47\xa5\x66\xda\x8d\x81\x50\xa9\x99\xa6\xeb\xa6\x52\x33\xcd\x92\x43\xd5\xa0\xfc\xb3\xf7\x19\x7d\x4a\x79\x9e\xeb\xdb\xac\x0b\xe5\xc7\x7d\xf3\xb9\xbf\xd3\x24\xeb\x9f\x4c\xf6\xba\xc3\xfd\xb1\x51\xd4\x9d\x32\x83\x04\x40\xd4\xe3\x17\xcf\xc1\x98\x81\xee\x55\xc2\xaf\xa8\x88\x66\xac\xe7\x7a\x90\x09\x4d\x6a\x66\x3d\xbe\xb0\x16\x82\x55\xea\x42\xf7\x71\x77\x2e\x40\xf7\x1f\xac\x34\x15\x25\xd1\xcc\x62\x5e\x0d\xda\x8f\xa1\x77\x36\xe7\x7a\xfc\x0a\x64\xf6\x97\x37\x8d\x52\x75\xaf\xfa\x65\xb7\x8b\x84\xeb\xf1\x7a\x76\xe6\xd3\xaa\xb5\x86\x9d\xce\xb7\x03\x27\x17\x46\x5f\x5d\x28\x3f\x9c\x18\x75\x75\x21\xfc\x60\x81\xc0\x1a\x5e\xf4\x67\xa0\x44\x35\x78\x3f\x86\xae\x4c\x79\x35\xbb\x9d\x30\x94\xba\xbc\x00\xa7\xf2\x96\x35\xfc\x4a\x35\xa4\xc7\xe1\x7a\x4c\x3c\x89\xfe\xaa\x27\xe0\xe7\x17\xdc\xa4\x75\x79\x02\xce\xf2\xdc\xff\x8b\xe8\xc3\xdc\xae\x64\xb8\xdf\x7e\x0b\x41\xcf\xce\xbf\x52\x05\xab\x0e\x82\xf3\x7a\xbc\x75\x35\x58\x2e\x90\x41\x0a\x04\x38\x4e\x9b\xae\x56\x39\x8d\x20\x31\x5e\x89\xb1\x1a\x49\x3f\xc2\xba\xaa\xc6\xf6\xaf\x4c\x72\xa6\xa1\x8e\x81\x33\x3d\x5e\xca\x1a\xdf\x8c\x70\x09\xbb\x1a\x09\xea\x6d\xde\xf1\x5b\xe6\x7c\x7e\x7c\x1d\x24\x2a\xe4\x54\xb2\xe1\x85\x68\x15\xfd\xa2\x96\xbc\x3f\x42\xb3\x7e\x9e\x11\x0b\x8f\x74\xfc\x4a\x16\xbc\xf6\x52\x5d\x4e\x81\xa4\x8e\x4e\x8d\x64\x49\x77\xdb\x3d\xc9\x0f\xe6\x2e\xe7\xfb\xd9\x9b\xc3\x5b\xcf\x37\x4b\x5a\x4a\xb0\x9e\x5f\x2e\x07\x8e\xa5\x4a\x28\x80\x15\x9b\xea\x97\x09\x3f\xc0\x28\x75\x39\x03\xe2\x01\x08\xaf\x4f\x28\x40\xe9\x13\x87\x40\x7d\x1c\x02\x3f\xd6\x00\x23\xb5\x1c\x02\x57\xea\x1e\xe5\xcf\xfd\x60\x3b\xcb\xb3\x7c\x5a\x77\xa1\x2e\x67\xc0\x99\xb0\xc3\xeb\xf9\x66\xdf\x1a\x55\x5f\x9f\xcc\xf8\xfb\x21\x97\x2b\xa1\x00\x13\xe7\x54\x5d\xce\x80\x54\x71\x03\xd5\xc7\x11\x70\x74\xcb\x4f\x54\x1d\x01\x3f\x53\x96\x90\xcc\x7a\xbd\x29\x68\x1d\x87\x63\x5d\x8e\x80\x64\x96\x4a\xbd\xbe\x71\x70\x71\xba\xcc\xae\xa6\x57\x97\xfa\x5a\x8c\x01\x71\xfe\xe5\xf2\x4e\xab\xff\x56\x2b\xae\xd7\x8b\x68\xc4\xc5\xf5\x2a\xdf\xdc\xb1\xc5\xf5\xe9\xb1\xd5\x1f\x2a\xba\xa8\x65\xf7\x8a\xfe\xfd\xcf\xdc\xba\x4c\xbf\xf3\xf9\x6f\x3a\x9a\xae\xb0\x9a\xde\x00\x5f\xa9\xf2\xba\x1c\x02\x31\x62\xbe\xd4\x44\xf6\x71\xf0\xec\xb5\x24\x46\xe2\x67\x6a\x22\xbb\xda\x6f\x2e\xa1\xd7\x8f\x5c\x5e\x5d\x28\xff\xde\xa3\x67\xbe\x99\xc7\x26\xa3\x56\xeb\xd3\xc1\xda\xd4\x27\x53\xbe\x3c\x69\x92\x35\x91\x79\x7c\x79\x54\x39\xa2\x17\xa2\xfb\x95\x0c\x6c\x9b\x3b\xb4\xb8\x77\x1b\xaf\x11\x56\x6c\x37\x42\xcb\xb8\xba\xeb\x83\xea\xdb\xe3\xd6\xaa\xe8\xad\x16\xf4\xf6\xeb\x42\xf5\x71\x07\x3d\xd4\x5f\x88\x3e\x7a\x3d\xce\xc0\xc3\x6b\x7f\x39\x44\x69\xcd\x4d\x00\x3b\xdc\x4a\xbd\xbf\x14\x3c\x82\xb9\x2b\x94\xff\xe5\x1b\x92\xf2\x4f\xe3\xc9\x59\xa9\xf7\xcb\xeb\x89\x59\x2a\xb4\xff\xed\x36\xf6\xd0\xfe\xbd\x37\xbc\x1b\xf5\xc6\xc9\xed\x7b\xb9\xa9\x6b\xe0\x16\x71\xc3\xed\x39\x03\x33\x39\x6b\x98\xb2\x95\x4c\x7a\xcb\x88\x57\x32\xe9\x8d\xc5\xac\x99\xba\x06\x8e\x39\x99\xf4\x19\xa7\x5c\x7d\xa8\xfd\xf3\x71\xb3\x57\x74\x5a\x15\xd5\xaf\xa2\xf7\x9f\x2d\xfd\xf6\xfa\xfb\xfb\xc5\x73\xf2\x8b\x1a\xdd\x42\xf2\xeb\x0c\x9e\x18\xc0\xf5\x57\xf0\xbe\x5b\x48\xfe\x72\x5b\x5c\x4f\x33\x66\xbc\xdf\x43\x66\xbe\x17\x5b\xb5\xfa\xbe\x68\x84\xff\xde\x42\x16\xc0\x8f\x97\xcb\xcc\x02\xf8\xc1\x48\xaa\x4a\x02\xbe\x80\xb0\x92\x80\xff\x7c\xb4\x45\xa0\x7b\x76\x15\xf6\xeb\x02\xf7\xa7\x55\xb7\x2a\xe5\xf1\x0e\xa7\x4a\xf9\x40\x9f\x83\x50\x2c\xa6\xec\xd1\x5a\xfa\x77\x3c\x97\xb5\x20\xd1\xeb\x62\xf7\x2b\xf9\xde\x57\x69\x99\x3c\xb7\x2e\x4a\x5b\x98\x0b\x52\x29\x6d\xd1\x5c\xc4\x04\xf8\xe7\x7c\xc0\x75\xad\xf0\x3b\x80\xfb\xba\xc0\x7d\x4a\x7e\x8c\x15\xcd\x77\x77\xe1\x05\xee\x83\x1a\xaa\x95\xf2\x16\xba\x4c\x2a\x19\xf5\xc3\x8f\xec\xa1\xf3\x7f\x2c\x08\x9e\x4b\x89\x0b\xcb\xde\x55\x4a\x5c\xcc\xe8\xb5\x8b\xd6\x3c\xb4\xb5\x00\xf4\x0a\x64\xd7\x05\xe8\x2f\x6b\x95\xd5\x07\xd0\xdf\x7d\x62\xa9\xd7\x05\xe8\xe3\xad\x5d\x0c\xa0\x57\x61\xb3\x2e\x40\x7f\x99\x85\x5e\xa5\xef\x7f\x36\x5b\xe8\xf9\x8a\xb2\x6c\x75\x64\x16\xa0\x0f\x96\xd2\xae\xed\x8d\xf2\xe9\x44\x2b\x55\xd4\x65\x37\x5b\x42\xfc\xfe\xed\x12\x06\x75\x7f\xe2\x99\xae\x50\xf7\x19\x9c\x56\xa9\x77\xb1\x3f\xd7\x59\x05\xd5\xeb\x7e\x71\x1e\xfe\xbf\xac\x5b\x15\x66\x6b\x7b\xa7\xb8\x8e\xc9\x6a\x4d\x0c\x97\xec\x27\x7e\x3f\x3c\x61\xe8\xb5\x7d\x81\x8e\x38\x1c\x6a\x27\x8b\x1c\x0a\xbf\x92\x35\x5f\x9c\x85\xd4\xcd\x38\xb5\x32\xa9\x9b\x71\xfa\x0e\x89\xdd\x7f\xec\x49\x62\xf7\x55\xe3\xaf\x22\xf4\x2b\x3c\x21\xac\x15\x4d\x5b\x6b\x75\x54\x11\x3a\x62\xc9\xf5\x43\xe8\x0d\xc4\x57\xfb\x17\xd9\xe7\x22\xdf\x3f\xfa\xda\xed\x86\xec\x79\x8b\x28\x56\xb3\xe7\x7f\x10\xd7\xe1\x33\x56\x40\xeb\xe5\xb2\xd8\xdf\x7e\x3f\x57\x8c\x2f\x5c\x83\x50\xfa\xfa\x04\xed\x87\x87\x31\xa8\x03\xfa\x1a\x9c\x5b\xc7\xf7\xce\x09\x29\xad\xe3\x43\xae\x22\xbf\xf1\x86\x31\x4c\x1c\xbf\x95\x3a\x7f\x56\x9d\xad\xd4\xf9\x53\x18\xba\x12\xbc\xff\xbc\xbb\xa1\x30\x34\xb3\x64\xbc\xfc\x46\xd3\xf8\x5b\xa8\xfd\xd2\xa5\x54\x17\x6a\x8f\xc5\xf7\x2a\x75\xff\x73\x36\xae\xdb\x2a\x75\x7f\x9e\xc4\x0d\xfd\xfc\xf2\xdb\x51\x59\x09\xdc\x0f\xa0\xfa\x3a\x5f\x31\x11\x85\x75\xaa\x19\xf5\xcb\x4b\xc2\xf8\xcc\xcf\x79\xe7\x9c\x9f\xaf\x60\xcc\xc4\xc5\x59\x51\xe5\x3d\x44\x21\x0b\xb9\x9f\x96\x49\xad\xd4\x07\xac\x97\xf7\x5f\x21\x2b\x19\xbf\x49\xa5\x60\x79\x70\xa1\x9e\xe5\x5d\xfd\xdc\x76\x51\xe6\x4d\x7e\xc7\xf3\x0f\xaa\x43\x99\x57\x31\xf1\x2a\x5a\x8f\xe1\x89\x25\xab\xd3\x92\x93\xab\x15\x6d\xdb\xde\x5e\xe0\x4d\x68\xdb\xfe\xe1\xe3\x83\x5f\x50\x21\xc6\x54\x6a\x66\xd5\x2f\x6d\xae\x7f\x21\x8c\x06\xc3\x7f\x90\xac\xd5\xb6\x57\xd6\xcb\x4c\xd6\x46\x39\x8f\x7d\xf8\xe8\xb5\x14\x44\x7c\xa9\x6d\x7b\xd3\xd5\xe6\xe9\x2f\x9f\xf3\xea\xf2\xfa\x6f\xe7\xc3\x59\xd1\x88\xf1\xbf\x59\xae\xdb\xf6\x2d\x09\xd1\x67\x74\x9c\x63\xde\x71\xb0\xcd\x14\x8e\xd6\xae\x67\x01\xf6\x46\xd2\xbd\x11\x19\x0d\x80\x9f\x59\x26\x1a\xc2\xbe\xee\xea\xcd\x18\xff\x1f\x9b\x9f\x65\xac\x2d\x80\x1f\x24\x39\xdb\xfe\x3b\x4b\xbd\x2d\x80\x1f\xd5\xe0\x6a\x88\xfb\x66\xe0\x65\x43\xdc\xb7\x80\x25\xda\xfe\xed\xf4\x97\x6d\x2a\x8f\x9d\xdd\x70\x4e\x34\xca\x80\x94\xdb\xbb\x61\xd5\xb2\xdc\x37\x29\x7c\xd0\x5c\x23\xbe\xbf\x1c\x9e\xe9\x12\x70\x75\x2b\x4c\xb5\x05\xf2\xa3\xb9\xdb\xed\x78\xa9\xbd\xce\x06\xdd\x28\x57\x68\x3e\x7d\x03\xe4\x57\x28\xf8\x06\x7d\x5f\x59\xfe\x1a\xf4\xbd\xb5\xf8\xdb\x02\xf8\xa7\x22\xd6\xcd\x78\xfe\x15\x08\xe0\x2f\x0b\xdc\xde\x87\x47\x1f\xc0\xaf\x3e\xf7\x0d\x6c\x6d\xc3\x5f\x2a\x1e\x63\xde\xcc\xf1\xd2\xbc\xd3\x29\x7a\x7c\x5a\x42\xcf\x3d\xe0\x28\x9c\xe2\x00\x7c\xe5\x5b\x1a\xea\xc0\x0a\x8b\xb4\x05\xf0\x57\xda\xc1\x3a\x5a\x75\xcb\x76\xe7\x5f\x78\x69\x5d\xdd\x52\xcd\xcc\xfc\x58\x7a\x67\x11\x6b\x01\x6a\x77\xf3\x7a\x84\xb8\x09\x08\x68\xc4\xf3\x5b\xac\xb4\xa1\x12\xdc\x92\xd7\x51\xb1\x02\x37\x48\xa3\x94\xa1\xe9\x79\x0d\x05\x61\x2b\x57\x35\x14\x84\x6b\xf3\xe8\xcb\xe3\x38\xec\x0f\xb9\x2b\xd9\xff\xdf\xdc\x05\xd5\xb9\x5a\x7c\x73\x17\xd4\x88\x6b\xc4\xf3\xab\xb5\xd5\x88\xe7\x17\x39\xb7\x07\xb9\x6f\xbd\xb3\x0d\x37\x14\x85\x07\x02\x36\x6d\xa1\xf6\xe8\xa2\xdc\x50\x14\x36\x63\xbc\xc5\x2f\x77\xa3\x7a\xed\x9b\xa1\xdd\xd8\x34\x9a\x94\xfe\x6a\x0d\xe3\x12\xdf\xbc\x1d\x8d\x89\x16\xad\x72\x6c\xfb\x97\x22\x41\x74\xe6\xc5\x4f\x28\x86\x4d\xa5\xc5\x17\xc5\xb8\xd4\xb7\x87\xd2\x2f\x7d\x82\xb9\xdb\x89\x40\x10\x5b\x4d\x5b\x28\x3e\x9e\xb0\x4c\xed\x3c\x3e\x14\x44\xab\xcf\xd7\x39\xad\xf9\xd9\xce\x2f\x79\x01\x73\xaf\x9d\x88\x24\x1d\x1e\x2d\xab\xfe\x64\xd3\x6b\x22\xf8\x9f\xeb\x5d\x77\x1e\x4a\xbf\x3f\xe1\x34\xed\x7c\x35\xcf\x74\xbb\xb6\x85\xe2\x53\x1e\xb6\xb8\xbe\x98\x3e\xdb\xea\x37\xbc\x63\x44\xef\xfa\x45\xac\x75\x9f\xbc\x68\xed\x7e\x79\x8f\x95\xb7\x15\x08\x96\x68\x54\x30\x39\xd8\xaa\x9a\x81\xfc\x7e\xeb\xd7\x1b\xd2\xa0\xdb\xb4\x81\xde\x6f\x42\xef\x9b\x81\xfc\xa4\x27\x34\x8b\xc0\xbb\x1a\x2e\xe4\x1e\x95\xe5\x69\x0b\xb9\xaf\x42\x35\xff\xd8\x2a\x28\x70\xb2\xd9\xf9\xeb\x13\xa9\x38\xbd\x2d\x3e\xae\xe0\x11\x4b\xc0\xe9\xd9\x8d\xc6\xb1\xf8\x12\xdf\x6f\x82\x60\xbb\xbe\x88\xad\xd3\xe6\xbe\xec\x7e\x87\x3c\x6c\xe9\xf3\xd9\x63\x6f\xb4\x05\xe6\xc3\x85\x9d\xdf\x16\x98\x8f\xd3\x25\x6c\x81\xf9\x4b\xbb\xb8\x2d\x30\x7f\x09\xbc\x5a\xfa\xb3\xd4\x23\x7b\xb7\xe1\xf5\x6d\x0b\xcc\x9f\xcf\x86\x92\x5e\x6a\xda\xb2\x96\x8d\x32\x8c\x96\xa5\x6f\x94\x61\xbc\xfd\x28\x28\xc3\x98\x6e\x9f\x09\x82\xc1\x1d\xd4\x16\x88\x3f\x93\x13\x29\xa9\xd4\xe9\x53\xd6\x52\x17\xf1\x2c\xb6\xfb\x8d\xd7\x36\xa4\xb1\x41\xcb\xef\x90\x57\xed\xfe\x62\xb5\x9d\x52\x4f\xfc\x7e\x78\x94\xa6\xda\xfd\x5b\x80\xa5\xdd\x9f\xd4\x9f\xbd\xf8\xb2\xf1\x07\xfa\x9e\x8d\xe2\x2a\xbb\x8b\xc2\x8d\x2f\x93\xa0\x85\xb6\x40\xfc\x59\x36\x9f\x5f\xc8\xe6\xf6\x4c\xad\xdc\xfd\x89\xcd\x69\x0b\xc0\x2f\xb1\xd2\x75\xd4\x49\x5c\xf4\xda\xf1\x01\x5c\xff\x67\xba\x3b\x9e\x14\xa9\x0f\x6e\x08\x0f\x15\x7f\x75\x05\x3f\x5a\x7e\xfd\xb8\x13\x2b\xb2\x01\xe4\xa3\x6f\x3d\xbf\x9f\xbc\x9a\x4a\x2d\xbf\x7d\x37\x02\xae\xe5\x97\xae\xd4\x4f\xde\xf2\x17\xcd\x73\xf8\x9c\x2f\x8d\x4b\x1b\x6c\x01\xfa\x33\x43\x4b\xb6\xfc\x39\x31\x48\xbc\x6b\xf9\x75\x5e\xe9\xe7\x6f\x59\x99\x47\xfb\xf2\x3a\xef\x0c\xbf\x68\x8f\x74\xde\xdd\x9b\x4b\x58\x9e\xdf\xb6\xca\x5b\x29\xdf\x9c\x07\xf3\xb5\x4f\x42\xaf\xdb\x7a\xb2\xf2\x0f\xcd\x33\x8a\x4e\x06\x17\xa4\x82\x48\xc9\xf0\x6e\x04\xac\xba\xcc\x97\xeb\x33\x5c\x18\x99\xf2\x39\x73\xdc\x98\x0a\xd6\x3e\x9c\x65\x2b\x9f\x69\x57\xbd\x02\xad\x30\x5c\x3f\xad\x90\xcb\xe4\xd7\xb0\x10\x7c\x0a\xd3\x76\xe3\xc8\xf0\x3d\xfe\x92\xce\x23\x3e\xab\x95\x5f\xfc\x0d\xed\xab\xbf\xd0\x2d\xed\xaf\x9f\xd5\x0b\xfe\x69\x9f\x74\xfb\x04\xe3\xb5\xfa\x46\xb7\x59\x59\xb7\xd5\xf8\x61\x20\xc6\xa8\x32\x0e\x2e\xa3\xf5\x73\x62\xfb\xad\x56\x32\xd5\xdd\xca\x7e\x69\xe5\x25\xff\x47\x0b\xdb\x6d\x66\xa1\xfb\x14\x86\xff\xad\x6d\x30\x40\x1b\xb7\x5f\x01\xfa\x6e\xe3\x14\xcb\x37\x9a\xaa\xd5\xf7\x7b\x18\x7e\x6b\xf5\xe3\x2a\x6d\x4d\x93\x9f\xf5\xe8\x97\x6a\x2f\x3d\x6e\x1f\x8f\x45\x88\x46\x23\x4b\xdf\x22\xa8\xad\x7d\xe1\x0a\x6e\xac\xd2\xf7\x1a\x43\x5f\xa6\xbe\x4e\xe0\xd6\xde\xfc\x0d\xd1\x6d\x23\x5b\xff\x72\x9e\x1a\xac\x1f\xf7\x3e\x20\xfc\xdb\x13\xac\xff\xea\x5c\xb4\x47\x33\x2f\xa0\x71\xf0\xdf\xdb\x0a\xb1\xfc\xa7\xb6\xe6\x72\x08\xa4\xdc\x7c\xd8\xb7\x35\x38\xe1\x1b\xaa\xa8\x0e\x68\x7f\xa7\x89\xe0\xbc\xf5\x6f\x9a\x68\x13\x3e\x0c\xff\xf5\x24\xfc\xb4\x8e\xd4\xda\xe1\x3d\x22\x2e\x0c\x5e\xca\x72\x0c\x2c\x8d\xec\x75\xf4\x2d\x95\x2e\x29\xfd\x0b\x7a\xc3\x2f\xd7\x96\x73\xe0\xcc\xda\x57\x4f\x4c\xff\xd5\x9b\xfb\xb2\xce\x81\x15\xf7\xcf\x10\x3f\xce\x81\xfe\x64\x02\xb4\xe5\x1c\x38\x4b\xb1\x0d\x9d\x24\x30\x5b\xfb\xe9\xd9\xb8\x78\x2c\xe7\xc0\x2a\x6d\xf0\x73\x04\x85\x7f\x38\xe9\x86\x01\xcd\x7c\x34\xbf\xe2\xf9\xb5\x87\xc7\xe7\xf3\xd5\xe6\x20\x93\x3f\x90\x60\xd6\x90\x88\x97\xe3\x69\x5f\x3c\xbf\x59\xb4\x6d\x39\x04\x62\xc1\x71\xd2\x70\x08\x64\x37\xbd\xe5\x10\x38\xb7\xe9\x99\x64\xf2\x5f\xb6\x64\x51\xbc\x92\x84\xed\x89\xe5\x8f\x8f\xf7\xb3\x21\x15\xbf\xc3\xa8\xb4\xe5\x0c\x88\x87\xcb\xc7\x43\xe1\xff\xc0\x6b\x3e\xdb\xe5\x0c\xb8\x8c\x2a\x6b\x8f\x33\xe0\x8d\xfa\x6f\x53\x39\x41\xae\x9f\x44\xb3\x68\x5c\x3c\x4e\x80\xd9\xad\x5e\xd1\x88\xe5\xdf\x44\xac\x13\x65\x51\x37\xe4\xe5\x04\x08\xcf\x16\x64\x2c\xff\x72\x97\x30\x42\xf3\x97\x58\x89\xbf\x14\xda\xc6\xe8\x4e\x1c\x7e\x6e\xad\xcb\x11\x10\xba\xc8\xd2\x58\xfe\x9f\x05\x4c\xcb\x7f\x39\x03\x92\x21\x15\x6d\xfa\x9e\xd7\xb5\x7d\x39\x02\x42\x04\x55\xf6\xe5\x04\x88\x17\x2a\x44\x7d\x33\x6f\xa1\x70\xb4\xe6\xf7\x8d\xfb\xae\x2f\x84\x7f\xfa\x45\x75\x8a\x75\x1e\x78\xd0\xfb\x42\xf7\x31\x07\x8f\x70\x6a\x46\xaf\xbb\x5f\x87\xca\x6e\x0b\x5e\x2e\xc3\x68\xaa\x4e\x2c\xff\x8d\x5d\xdf\x37\x39\x2c\x5b\x48\x2a\x23\x23\xd7\xbf\x40\x7d\xbf\xc2\xbe\x90\x7d\xda\xa6\xcf\xfe\x52\x3a\x99\x97\x7d\xdf\x3e\x67\x15\x2d\xda\xf7\x67\xab\x9e\x90\xe7\x7d\x7f\x83\xd6\x07\x5f\x43\xdf\x3f\xbd\x26\xf0\x47\x57\x47\x8f\x4d\xb5\x2f\xa4\x7f\x65\xde\x75\xdf\xbf\x34\x46\x22\xcd\xfa\xfe\x46\xe7\x29\xab\xd2\xf7\x57\xaf\x69\x32\xb3\xfb\xfe\xa5\x32\x82\x5f\xfa\xfe\x39\x3e\x6f\x5b\x56\x3f\xfc\xc0\x08\x18\xc0\xbf\xa2\xf8\x78\x4f\x66\xf8\x9f\xe1\xd9\x72\xfb\xf2\x00\x5c\x65\xf7\xff\x57\x32\x54\x0e\xa0\x1f\x1f\xa7\x85\xe9\xd1\x29\xf7\x13\x7d\x83\x07\xf3\xde\x56\xe1\x01\x88\xcd\xff\x3e\x44\x84\xa1\xd3\x8f\x4f\x3a\x94\x19\xd7\x8f\x4f\x35\x98\xed\xa2\x1f\xe9\xc3\x6a\xde\xe7\x77\x0e\x4f\xff\x23\x62\xdf\x0f\xa4\x53\x83\x47\xf5\x5d\xbd\x09\x43\xe8\xe8\xf3\x85\xe1\xff\xfd\x7b\x1a\x6f\xcf\x80\xfe\x95\x9c\xc9\x38\x3e\x01\xfd\x3f\x86\xc0\xbf\xb4\xaf\x3a\xb1\xfe\x4a\x18\xf7\x20\xf5\x45\x47\xc2\xf1\xd9\xc1\xdc\x3a\x90\xdf\x01\x51\xdc\x8d\x02\x70\xaa\x7d\xb9\x00\xe6\x66\xf4\xf0\x5a\x8e\x5a\xaf\x3d\x90\xe5\xc9\x67\xdf\x89\x00\xc8\xe4\x1b\xf7\x90\xbf\xae\x7b\x76\x41\x3a\x83\xd7\xb6\x1c\x06\x69\x87\x18\xef\xc1\x14\x46\x06\x21\x10\xc4\x0a\xb2\xe9\x8f\x84\xdf\xd6\xad\x71\xd6\xc9\x01\x28\x7e\xc2\x91\xa0\x3e\x3c\xe0\x3d\xbe\xd9\x9d\x03\xbf\x6a\x5f\xce\x82\xeb\xfd\x3f\xbc\xcb\x15\xbe\xcb\xfe\xd0\xfc\xbd\x5b\xe8\xb1\xc7\x37\xda\xc7\x22\xe8\x3d\x7e\x56\x33\xa2\x2a\x1d\x3d\xfc\x1d\x3b\xbc\xc7\x2f\x88\xf7\xf4\xae\xaf\x63\xcc\x62\x99\x7d\x39\x0d\xa2\x81\x01\x3d\xd6\x6f\x32\xf2\xe1\x2d\xa7\xc1\xd9\xd8\xc6\x7b\x7c\x03\xfd\x9a\xd3\xf7\x71\x1a\xfc\x2c\xdb\x3e\xf5\x5b\x32\xfc\xd4\xc9\x03\x50\xe8\xa4\x9f\xdf\x58\x90\xa6\xd5\xcf\x5f\x39\x2e\x7c\xca\x7f\x44\xf0\xfb\x72\x1a\xa4\x1d\x37\x43\x7f\x54\x00\xb6\xa7\x46\x42\x5f\x4e\x83\xa0\x9b\xa3\x2f\xa7\xc1\xd5\xfc\xd8\xce\x57\xce\xd0\x80\xea\x7e\x82\x1a\xd8\x84\xfa\x49\x1e\xc4\x69\xdb\xea\xbb\x18\xe0\x70\xe8\x0a\xe1\x77\x9f\xdd\x9f\x45\x67\xb8\xe8\x9c\xaf\x7f\x5c\x09\xec\xfe\x88\xe1\x8f\x3e\xd9\x16\x3b\x0e\x03\x13\x21\xfb\x72\x18\xdc\xbb\x67\x23\x86\x9f\x1c\x1b\x62\xfe\x55\x4e\xed\x17\x19\xbe\x8e\xc2\x72\x16\x9c\x56\x18\xef\xc4\xfc\x27\xbf\x92\xe5\x2c\x38\x15\xc9\xee\x17\x8e\xc1\xe9\x5d\x28\xc3\xe9\x42\x7b\x11\xc0\x4b\xf0\x78\xbf\x48\xcb\x3d\xbc\xcb\x5a\xfa\x6b\xf0\x4c\x9c\x7d\xb0\x16\x9d\x4c\xfe\x80\xc3\xb7\x2f\x94\x9f\xac\xfd\xd2\x13\x41\xaa\x2e\x26\x0b\xe5\xdf\x07\xc1\x29\x1d\x94\xaf\x29\xd2\x17\xca\xbf\x36\xb7\x89\x85\xf2\xa3\x19\x41\x9d\x92\xa7\xcf\x86\x08\x5d\xaf\x13\xa5\x83\xf0\x03\xc6\x60\x4f\x28\xe6\x16\x9f\x5e\xb9\x27\x63\xbd\x10\xfe\xb9\x57\xef\x42\x58\x8e\x8b\x3f\x1a\x7b\xed\x69\xe7\x32\x59\x8b\xdb\xe2\x4d\x1d\x0e\x97\x78\xe8\xf9\x0c\xd6\xef\xb7\x41\xb8\x3c\x8f\x72\xa8\xf1\xf2\xcc\xc8\xd3\x59\x3f\x16\xaa\x3f\x4d\x9d\xec\x0b\xd1\x5f\x99\x68\xc9\x7e\xe3\xc4\xc4\x35\xd7\xa1\xe4\x93\x73\x16\x34\x6f\x02\x65\x5f\x68\xfe\xb4\xee\x60\x27\xb0\xde\x0a\x7e\xfd\xc6\x89\xe7\xc6\x73\x5b\xf0\x98\x71\x59\x48\x3e\xca\x21\xf5\x85\xe2\xaf\x03\x8e\xb5\x13\x50\x7f\xdb\x96\xfc\x3b\xbd\xb2\x43\xc3\x1f\xcf\x11\x34\xbc\x2d\x83\x86\x9f\x8e\x75\x46\x5b\xeb\x9f\xe8\xa1\x67\xb5\xa6\x18\x96\x4c\x14\x8a\xcb\xc1\x02\xf2\xa7\x15\xb9\x7a\x26\xaf\x00\xe0\xd7\x17\x88\xbf\x2e\x5f\x7b\xfe\x94\x64\xb1\x9c\x7b\x6e\x7f\x1a\xfe\xf9\xed\xa0\x8a\x7a\x1e\x7f\xfe\xff\x4d\x55\xf5\xf2\xd6\x1c\xb3\x5c\x67\x27\xae\x3e\x11\x47\xd3\x17\x68\xbf\xb2\x1f\xed\x13\x53\xff\x83\x50\xe9\x45\x79\x23\x6f\x26\x18\xa0\x97\x5f\x69\x59\xde\xe3\x7a\xec\x1c\xe3\xd8\xfb\x02\xf0\xf1\x26\x10\xb1\x2f\xf0\x1e\x4b\xf5\x19\xef\x72\x3c\x9e\xb3\x5f\xca\x4a\x62\xb5\x97\x4f\x77\x0a\x26\xa6\x97\x2f\xe3\xd8\x65\x7f\x01\xf9\x73\xef\xb6\x6a\x7c\x50\x90\x31\x5e\x40\xfe\x54\x9e\xa4\x3f\x20\x3e\x3d\xb2\x11\x7d\x81\xf8\xa0\xcc\x4a\xff\x84\xee\x85\x9a\x1d\x4a\x3e\x43\x9b\xf5\x27\xd6\x7e\xef\xd6\x3c\xee\x55\x7e\xea\x7a\x1c\x83\x7d\x01\xf8\x55\xea\x63\x1d\xa5\x67\x54\xba\xd3\x11\x6a\xbe\xba\x60\xd5\x8f\xaf\x89\xfe\xf2\x5b\x5d\xa0\x57\xe2\xcf\x37\xef\xfd\x65\x1c\x3b\xd5\x95\xd8\x8b\x7b\x97\x94\xef\x15\x95\x55\x2d\xef\x05\xe0\xcf\x03\xae\xa7\x37\x45\x49\x18\x9b\x27\xbb\x7e\x76\x03\x05\xfa\x03\xde\x8f\x6e\xa0\x41\x6f\xe4\x1c\x69\xf1\x0b\xde\x7f\xec\x6d\x6d\x66\x84\xee\x2d\x45\xda\x1f\xf0\xde\x9f\xb0\xdd\x0e\x55\x9f\x9c\x59\xed\x73\x5e\x04\x5b\x04\x42\xc3\x81\xd2\x17\x70\x5f\x55\x44\xd7\xd1\xb7\x25\xb9\x14\xff\xa9\xd3\xd6\x17\x32\x8f\x29\xf9\xdf\xe7\xcc\xf3\x8b\x6a\x5f\x6e\x8d\x86\xcc\x9f\x7a\x6d\xfd\x41\xe6\xf3\x89\x69\xeb\xd0\xf5\x9b\x9b\x73\xff\xe5\xc8\x64\x7c\x16\x32\xbf\xab\xef\x76\x21\xf3\x53\x0c\xdc\xfb\x17\x85\x47\x04\x59\xff\x23\x74\xdf\xfb\xaf\xfc\x12\x5a\xbc\x90\xf9\x6d\x31\xa0\xde\x7f\x45\xa0\xf9\xfc\x2f\xa8\x5e\x23\xae\x93\x5b\x24\xd6\xe9\x6f\x6a\xe2\xdc\x6d\x83\x75\x4b\xf8\x5a\xfa\xaf\x92\x4b\xbc\xf1\x41\x5a\x22\x11\x6a\x5d\x64\x0e\x6f\xd5\x45\xe6\x3f\xe6\x02\x58\xbb\x8b\xcc\x7f\x7e\x81\xa3\xec\x0f\x5d\xbf\x3f\x55\x56\xfa\x42\xe7\x71\xb8\x25\x8c\xcf\x79\x83\x33\xb9\xa3\xb5\x77\x39\xa2\x0b\x9d\x5f\x46\x5a\xf5\x4f\xf8\xbe\xb9\x3e\x22\x7c\x9f\x93\x2d\x7a\x9d\x98\xcd\xaf\x79\xfc\x79\xff\x20\xf4\x4a\x80\x43\x1f\x5f\x5a\xa6\xe3\x23\x4a\x8f\xc7\xbb\x1a\xcc\x3f\xef\x7f\x12\x90\xec\xda\x42\xe1\x5c\x85\x65\x3b\x01\xf6\x17\x3e\x8c\xfe\x20\xf4\xdc\x2d\x31\xdc\xe7\xf9\xac\xa8\x4a\x94\x74\x32\xee\xb3\x1b\xee\x42\xe9\x67\xc7\xed\xdc\xe7\xcb\xdd\x58\x5b\xbf\xcf\xfc\xff\xc9\x22\xf6\x05\xde\xe3\xe5\x22\xba\xc0\x7b\x3a\x5d\x20\x27\x82\xe9\xbe\x6e\x62\xee\x65\x34\xfa\x44\x9e\xcb\xa9\xf6\x24\xe1\xe7\xde\x89\x20\x1f\x80\xf7\x06\x1b\x32\x90\xe0\x3b\xd8\x4d\x87\xba\xf8\x3f\x8b\x16\xfb\xf9\x20\x09\x3f\x10\x5d\x34\xb6\xcf\x87\xd9\xfd\x65\x59\x37\x6a\x06\x8d\x27\x16\x3f\x3c\x29\x2c\x03\x20\x7f\x33\xd5\x86\xf5\x76\x71\x31\x0c\x41\x7c\x2c\x0f\x0c\x1c\xdb\x2b\x38\xac\x68\xc3\xd8\x3e\xe0\x56\x6d\xe3\xca\x2f\x31\x6f\x77\xfc\x8a\xc7\x3f\x6c\xf1\xa7\x4b\x74\xd8\xc6\x65\xd5\x65\xbc\x86\x63\xff\x3d\x15\xc6\x9f\xfa\x70\x63\x81\xf8\x78\xb2\x44\x8d\x9d\xf4\x3a\xc6\x75\x98\x75\x7f\xa5\xde\x8a\x67\xbf\x5b\x40\x7b\xee\x4d\x80\x1e\xfe\xcb\xb1\x00\x7c\x34\x17\x62\xec\xaf\x26\x93\x89\x4e\x63\x81\xf7\xa0\x1a\xeb\xd8\xdf\x40\x5c\x63\x44\xc6\xfe\x0a\x6d\x4b\x66\x8f\xfd\x73\x56\x41\x4f\x0f\x6a\xf3\xee\x4f\x8b\xd6\x16\x10\x2e\x5b\x3c\x9f\x0f\x43\xef\xff\xf8\x53\x65\x6e\x2c\xc0\x1e\x85\xef\xe3\xf8\x6a\x22\xe0\x70\x1a\xc7\x1b\xb5\x62\x76\xca\x78\x80\xfb\xf6\xce\x8f\x05\xdc\x53\xb5\xc7\x07\x9f\x02\x39\xd9\x63\x01\xf6\x4b\xae\x67\x1c\x9f\xe0\xb6\x23\xb2\x00\xfb\x55\x36\xaf\x2d\x4f\x6f\xc5\x10\x83\x0c\xfc\x00\x32\x18\xc7\x5b\xeb\xc4\xf0\xeb\x71\xe0\xc3\xae\xde\x0d\xda\x1e\xe4\x38\x0e\xd5\x56\xe9\xe9\x23\xc1\xb7\x75\x1d\x5e\x23\xbc\xb5\x6e\x64\xd4\x46\xf8\x10\xd9\xf0\xaa\x57\x8e\x71\xf8\x46\x40\xe6\xfd\xf6\x8a\xf3\x75\x4b\xf9\x7d\x04\x84\x28\x76\xff\x47\x76\x93\x4c\xa9\x11\xee\x6f\x9b\xe2\x6b\x59\xc8\xfc\x7c\xc6\x36\x7c\xdb\x00\x0c\xd6\x08\x56\x4f\x67\x34\x17\x32\xbf\x72\xf7\xde\x1d\x99\x0e\xc6\xe6\x97\xb8\x7e\xf1\xff\x2f\xdd\xd0\x6f\x3b\xf2\xdd\xef\x1e\x61\x06\x3a\x5a\x8f\xc0\x7e\xea\xd3\xd9\xb8\xd0\x79\x38\x31\xb6\xc6\x42\xe6\xf1\x9e\x1e\xfd\xe6\x2d\x07\xd5\xe9\x6e\xf4\x17\x06\xba\x7b\x07\x36\xf7\x58\x68\x3c\x06\x50\xd9\x58\x48\x3c\x06\xdf\x3e\xd9\xf8\xd9\x75\x22\xd6\x3f\xf7\x6c\x28\xf4\x31\x32\x22\xf0\xeb\xc7\xba\x60\xe4\x22\xca\xe1\xbb\xf7\x5d\xa6\x8e\xd5\x40\xc6\x42\xde\xf1\xc4\x70\x1a\xe8\xee\x0d\xc2\x21\xc6\x42\xdd\xd7\x64\x53\x1a\x27\xb5\x5d\x5c\x57\x10\xd2\xb7\x6a\xca\x78\x10\xf7\xe8\x0d\xa5\xad\x01\xe2\x4e\x20\xa9\x71\xfe\xde\xe2\x87\x88\xfb\xe7\x4b\x3d\xbc\x3e\xbf\x66\x3c\x0e\xb1\x81\x88\xbe\xa9\x7f\xe3\x7c\xb7\xf8\xe7\xfb\x7b\x02\xed\xef\x3e\x08\x2f\x19\x0b\x79\x9f\x0b\x18\xfc\xe7\x56\x31\xd4\xd7\xdf\x7c\xd0\x1a\x8e\x4a\xc8\xea\x58\x40\xfc\x0a\x78\xcc\xc6\xf5\x67\xb9\x5b\x40\xfc\x3a\x9d\xbc\x0b\x88\x9f\xd7\xe1\x7f\x14\x25\x04\x1c\x8e\x47\x5b\x3f\x3d\x15\x0e\x06\xcc\xbd\x3a\xa5\x03\x30\x7e\x11\x97\x33\x00\xe3\xe6\x25\x0f\xc0\xb8\x15\xa0\xc7\xc5\x6b\xc7\xbb\x3e\xae\x2f\xfd\x26\xda\x8a\xb5\xb5\xa5\xe4\xd1\x02\x7b\x3b\xb2\x7d\xe3\x42\x69\xf3\xf4\xbe\xd4\x50\x70\xb1\x00\xac\x5f\x6c\x90\x23\x51\xf3\x9a\x1d\x7e\x20\xb9\x77\x61\x67\x8f\x05\xd6\x53\xc2\x39\x30\x12\x9c\xc3\x73\xe6\xb2\xec\x22\x36\xec\x78\xe2\xeb\x7d\x42\x02\x32\xd2\x96\x44\x1f\x0f\xaf\x43\x70\xe3\xb9\x8e\x32\x3e\x4f\xcb\x56\x5c\xf9\x86\xa5\x33\x00\xeb\x27\xb6\xdf\x00\xac\xe7\xcb\xeb\x56\x6a\xd1\xe5\x62\xba\xc0\xfa\x19\xa1\xdf\xc6\xfd\xe9\x05\x39\x21\x17\x60\x0f\x27\x4e\xa9\x01\x60\xbf\x70\x11\x0e\x00\xfb\x49\xb4\xd6\x00\xb0\x5f\xcf\xd1\xf9\x4c\x56\xc5\xde\xc7\x8d\xb8\x88\x6f\x7e\x81\xf6\x64\xc1\x9f\x01\x05\x7f\x12\xb9\x32\x00\xed\x27\xc8\x73\x00\xda\x23\x64\xff\x58\xa0\xfd\x3c\x93\xf7\xfc\x10\x4b\xf4\xb9\xfd\xfd\x25\xdb\xa7\xd5\x5f\x6b\x57\x8c\x27\x23\x3e\x3c\xd9\xba\xe3\x91\xcc\xab\x0f\x43\x34\x3e\x21\x7c\x35\x51\x07\x42\xf8\x2a\x25\x8c\x4c\xfe\x0c\x65\xa2\x46\xfe\x1d\x7e\x30\xf2\x2b\x1d\x68\xe9\xfc\x81\x54\xde\xe1\x78\x82\xd8\x93\xdf\x0d\x88\x3d\x42\x02\x0f\x2a\xd6\x69\x1f\x8f\x8c\x3e\xd4\xb4\x95\x8b\x6a\xdd\x9f\x36\xaf\x65\x3a\xe0\x98\x1d\x0b\xad\x5f\xc1\xb9\x46\xf6\x7b\x00\x37\x8f\xcc\xb2\x85\x5d\x39\x1e\xa4\x5e\xfa\xf4\xfd\x23\x7a\x6f\x2e\xff\x28\x9f\x58\x46\xf5\xff\xf5\x8e\x77\x10\xca\x80\x62\xd7\xdf\x3e\x9e\x2a\x75\xe1\xc9\xce\x18\x48\xe3\xed\xcf\x11\xe1\x25\xb8\x2f\x47\xe1\x1d\xfb\xbd\x16\xde\xf1\xee\x53\x56\x5f\x2f\x4d\x8a\x85\xcc\x6f\xf9\xa5\x51\xde\x1c\x11\x6b\xd9\x8d\x85\xca\xd3\xe9\x92\x4a\x80\xfc\xa6\x01\xb5\x10\xf9\x7d\xe3\xee\x1c\xf5\x8f\x29\x52\xc9\x91\xc0\x25\x3d\x2a\xf9\x30\x5e\x57\x09\xad\xc0\xa0\x1d\x56\x41\x1f\x1e\x2d\xf3\x23\x3c\xf7\xa4\xdc\x18\x4e\xa4\x81\xce\x9d\x72\xfc\x83\x4c\xf7\xdd\x75\x45\xea\xdc\x4d\xeb\x29\x31\x17\x1e\x57\xf4\x10\x7d\xdb\xeb\x85\xbe\x63\x72\xfd\xa8\x6f\x6d\x97\xf9\x9c\x4d\x0a\xa8\xdb\xe3\x42\xde\xd9\xdc\xb7\xb1\x90\xf7\x75\x12\x6d\x38\x16\xf2\x8e\x2b\x50\xe7\xbf\x97\xf4\x07\x90\xef\x4f\xd5\xdc\x61\xdc\xfc\xcf\x12\x0c\xf0\x1d\x7f\x8a\xa5\x8f\xf6\x39\x66\x48\xcc\x18\x0b\x94\x8f\x8e\xbf\x7d\xb4\xb7\xe8\xa4\x59\x14\x83\x64\xf8\xfd\x39\x7b\x2d\xd3\x03\x1e\x60\x2c\x40\x9e\xfb\xe9\xb3\x91\x01\x03\x9e\x8d\x05\xc6\xaf\x46\xc4\xef\x40\xf2\x2e\x5c\xfe\xb7\xd0\x47\xee\xb6\xf0\x2d\x92\x2a\x5d\x3a\xba\x15\x07\x69\x33\xb2\x77\x91\xe8\xab\xb1\x40\xf8\x90\xfd\x1f\x0b\x84\x07\x05\x1c\xc6\x02\xe0\x49\x6a\x78\xf4\x77\x3b\x1a\xf8\x2b\xc7\x02\xe1\xb1\xbb\xeb\xa3\x79\x5f\xb5\xe3\xfe\x14\x4f\x1f\x0b\x7c\x47\xf9\x84\xf1\x64\xb4\xa7\x87\x54\x1a\x5d\xf5\x4f\xef\xfb\x96\xb6\x31\xc2\x79\x74\x3e\xe9\xc3\xb3\x49\x01\x74\x1b\x80\x0e\x2f\x22\x11\xe8\x70\x4b\x68\x0e\x40\xf7\x81\x43\x63\x18\x1f\x6f\x7f\x06\xa0\x53\x9b\xda\x6c\x76\x6d\x9d\x27\x2e\x7e\x7f\xf4\x65\x06\x71\xf1\x97\x1b\x26\xb2\x76\xc5\x05\x7a\xbc\x59\xb0\x16\xd8\x19\x0b\x6c\xa7\xfb\xb9\xf7\x5b\xca\x68\xda\x03\xab\xa6\xbb\x30\x10\x1b\xbf\x69\x53\x0f\x2c\x10\xe7\x1b\x62\xf6\x55\xab\x6c\x10\x1b\x6e\x0f\x26\xdb\xaf\xa8\xf2\xa1\xc1\x73\x6f\x6e\x23\x80\xec\xa1\xe5\x4c\x85\x39\x95\x41\xc7\xfc\x33\x8f\xc9\x60\x4f\xb8\x82\x06\x14\xf8\x0e\x78\x1e\xf3\xcd\xed\x99\xda\x94\x0b\x60\x8f\x2e\x5a\x24\x7b\xfd\xf2\xd3\x9b\xef\xbb\x1d\xb8\x31\xc6\x42\xd1\xe7\xf1\xb4\x69\xd1\xc2\xa7\xd8\x69\xf6\x3f\xad\xc0\xd4\xb0\xe7\xd3\x74\xd6\x75\x97\x89\x88\xbd\x9c\xc1\x5c\x08\xfa\x4c\xcc\x9e\x89\x84\x9d\x94\xe1\x5c\xe8\xf9\x8a\xdd\xa3\x2f\x8f\x89\x2d\x6f\x3e\xd9\xec\xf7\xa3\x9e\x30\x37\x52\x19\x69\xd3\xdc\xde\x08\x18\xb9\xa9\xb9\x7d\x59\xce\x38\xf3\xe6\x42\xd1\xc3\x0c\xe7\x09\x0d\x6e\x69\xb1\xf9\x3f\xc6\xde\x24\x69\x77\x9f\x4b\xee\x9b\x6b\x15\xdf\x0e\x8c\xbe\x89\xa8\x99\xc7\xf6\x1e\x40\x02\x70\x68\xa0\x52\x45\x59\xda\xbf\xe3\x3d\xbf\x04\xf8\x5e\x85\xe2\x7f\x3d\x78\x06\xe4\xc3\x06\x24\xd1\x9c\x3c\x4d\xa6\xbb\x3c\x5f\x92\x4b\xdb\x86\x9e\xb3\xb8\x05\x36\x44\xf6\xd5\xa9\x7d\xeb\xba\xcd\xa6\xae\xbd\xf9\x6a\x6c\x79\xfa\x33\x89\x13\xdb\x90\x73\x95\x74\xd8\x26\xc9\xfd\x21\xd5\x60\xc3\x57\xa7\x62\xc7\x4d\x05\xfb\xc3\x3c\xb3\x09\x7b\x07\xaa\x27\xb6\x87\xc7\x49\x4f\x4f\x82\xbb\x64\x0f\x36\x15\xec\x4a\x5e\xde\x22\xaf\x67\x6c\x6d\xf8\xe9\x5e\x90\xe6\xfe\x43\x83\x7d\x7b\xe2\x57\x49\x6d\x99\x14\xfe\xf2\xed\x48\x6c\x17\x03\xee\xf6\x94\xaa\xb2\x58\x6f\x38\xe9\x1e\xe6\x90\xfd\x87\x06\xfb\x26\xa1\xfd\x65\xcc\x6c\x43\xc6\x7d\x63\x66\x6c\x43\xc5\x59\x4a\x87\xdb\x10\x71\x7e\xde\xbf\x4d\xf1\x3b\x90\xfb\x7a\x6e\x00\x7f\x3b\xd6\xf5\x0e\xb0\x92\xd2\xc9\x37\x34\x75\x81\xd0\xd3\x86\xa6\x2e\xe8\xe5\x02\x92\x2b\xd3\xef\x86\xa6\x4e\x7e\xcc\x6d\x00\x39\xf7\x47\xff\x61\x6d\x79\x5d\x13\x80\x4c\x28\x68\x93\xd7\x2e\x28\xba\x23\x2a\x54\x4c\x81\x1b\x39\xf6\x84\x9d\xb2\xe1\xa7\xaf\x04\x9b\x36\xfc\xf4\x9d\xa9\x68\x47\x85\x4a\x78\x2d\x80\x61\x49\x14\xed\x48\x62\x67\xd4\x91\xe6\x0f\xec\xe7\x3f\x42\x5d\x53\xe7\x49\x97\x40\x5b\xe4\x73\xab\x63\x45\x74\x18\xa2\xda\x89\xc4\x0e\xf6\xe5\x36\x10\x5c\xa4\x86\xb5\x09\x4d\x3b\x42\x72\x9b\x0a\xf4\x9c\xb4\xf5\x51\xd3\x61\xed\xed\x44\xbd\x82\x5a\x60\xe0\x37\x07\x7d\x50\x03\xbf\x4b\x5e\xfe\x0d\xf1\xbc\xcf\xda\x2a\x94\x4a\xd1\x02\xc0\xaf\xd7\x7b\x3b\xf9\xeb\xf3\x38\xb3\xb6\x01\xe0\xee\xb3\x8e\xbe\x64\x2a\xa2\xb2\xd8\x54\x9e\x47\xc0\xea\x4e\xe8\xfe\xbe\x6a\x13\x53\xb1\xd7\xb9\x28\x08\x6a\x18\x53\x79\x9e\x99\xe2\x37\xa1\xe7\xc0\x54\xbb\x01\xc0\x91\xfc\xa2\x8d\x92\x9c\x38\xa8\x76\xbe\x95\xf6\xf2\x65\xee\xcc\xb3\xb2\x7c\x6f\x03\xc1\x55\x79\x33\xdb\x00\x70\x7f\xb0\x96\xb7\x01\xe0\x24\xa7\xdb\xce\x77\x5a\x7a\x29\x62\xdc\x06\x80\x5b\xc4\x79\xb1\x0d\xfc\x36\xf1\xf6\x6c\x03\xbf\x4b\x5a\x90\x3b\x13\x6e\x4f\xba\x12\x54\x6b\xaf\x5a\xf8\x3b\xb6\xb5\xf3\xef\xd8\xd6\x36\x64\x9b\x83\x26\x20\x43\xb6\x59\x75\x0b\xdb\x90\x6d\x52\x32\xe3\x56\x88\x99\x64\xc7\xad\x6a\xf2\xe4\xe6\xd4\xf8\x2a\x30\x26\x6b\x42\x37\x64\x9b\x13\xd9\x60\xbb\xd4\x3f\xee\x69\x96\x72\xc0\xe6\xde\x86\x6c\x9b\xf8\xc3\x36\xa4\xf2\x59\x53\xef\x1f\x6a\x71\xbb\xb0\xd4\x90\x92\xba\x0d\xd5\x2e\x79\xfb\x77\x11\x4f\x94\xae\xb2\xb1\x53\xb9\x7b\x45\x44\x00\xa7\xce\x06\xd5\xaa\x72\x66\x57\x4a\xad\x34\x25\x19\xaa\xed\x2a\x9b\xdc\xa0\xda\xa1\x91\x68\xa8\xb6\x2b\xf2\xb5\x51\x85\x53\x75\xc2\xae\xe8\xe7\x7b\x6d\xd9\x72\xaa\x8c\xb1\x6d\xa8\xb6\x48\x5b\x7f\x83\x6a\x9b\xd7\x55\xcc\x42\xde\x55\x5b\x2f\xe7\xf1\x44\x24\x99\x17\xdc\xaf\x5b\x95\xe2\xa5\x1f\xce\xa2\x4d\xa5\xb8\x64\x70\x37\x32\x6f\x5b\x4b\xa6\xa1\xda\xa5\x40\xf0\x36\x54\xdb\x44\x9f\xb1\x0d\xd5\x36\xe5\xca\xed\xa6\xda\x12\xde\x54\xa3\x4c\x96\x70\xf9\x26\x0c\x1d\xf4\x65\xda\xa7\x21\x8f\xbf\x62\x13\x8a\x5e\x5a\x54\x0d\xd5\x36\x63\x9a\xfe\xe7\x29\xdb\x00\x6f\x1d\x5a\xcf\x0d\xf0\xd6\x81\x7f\x67\x37\xea\x0a\xa6\x2e\x69\xdd\x58\x4c\x87\x9b\x62\xf1\xa1\x49\xda\x80\x6e\x2d\x78\x31\x37\xb9\xe6\xaa\xb8\xdb\x06\x70\x8b\x32\x4d\x36\x51\x6a\x91\x37\x6c\xc0\x6d\x26\x9c\xb8\xfb\x95\x46\x91\x65\xba\x3b\xdc\x30\x7a\x91\x14\x8b\xab\xbc\x66\x1b\xb8\xad\xd2\x95\xde\x06\x6e\x6b\x94\x05\x01\xb8\x95\x80\xcd\x06\xdc\x46\x75\x01\xd1\xbb\x6d\x1d\xf9\x52\xf1\xcc\xc7\xf9\x42\xd1\xeb\xd1\x1e\x7b\xce\x82\xb7\x74\x03\x70\xb7\x3a\x21\x8a\x6e\x8d\xa8\xfa\x1e\x10\x20\x68\x69\x32\x70\xbb\xe4\x65\xdd\xe3\x2b\xa1\xc1\x9d\xb1\x4f\x05\xf8\x73\x8a\xf9\xb6\x01\xdc\x26\xb6\xdc\x7d\x42\xd0\x7d\x4e\x02\x62\xdb\x00\xee\x5a\xb2\x2b\xa8\x00\x77\x1a\x8c\x54\x80\x97\x73\x25\x5b\x6e\xc6\xd4\x16\xcb\x0d\xe5\x62\x5b\x84\xee\x45\x77\x41\xf6\xa7\xa9\x95\xf6\xac\x92\xad\xda\xca\x1b\xaf\xf5\x64\x59\xed\x3f\x00\xee\x06\xe0\xbe\x38\x8f\xb6\x01\xdc\x7a\x96\xc6\x87\x25\x55\x53\xf0\x83\xe4\x0f\xd9\x49\xdb\x00\x6e\xcc\xea\x01\x06\x70\x6b\xd0\xf7\x46\xcd\xed\x55\x3f\x7a\x20\x38\xd1\xe2\x02\xc0\xed\x1a\x70\x54\x7e\x9f\x45\xcb\xc0\x6d\x7a\x01\xcd\xdb\xc0\x6d\x17\x5b\xd1\x46\x3b\xdd\x6b\x98\x18\xb0\x5d\xca\x72\xda\x84\x94\xa5\x60\xb6\x01\xb6\xbe\x68\xcb\xc3\xae\xc9\x55\x0c\xbd\x96\xa0\x09\xf5\xfd\x9d\xd9\xb4\x0d\xb5\x46\x95\x2d\xee\x97\x12\x38\xf5\x4b\xaa\xbd\x23\x05\x8e\xdb\x10\x6b\x89\x54\xf9\x6c\x43\xab\xa5\xa9\x5f\x1a\x5a\x8d\x79\x6a\x6b\x10\x90\xe5\x4d\x18\x5a\x6d\xaa\xb9\xd9\xef\x55\x22\x5c\xa7\x3d\x36\xfd\x8a\xd9\x77\x8b\xa4\x7d\xea\x3f\x1b\x9b\xaa\x30\xdf\x86\x56\x73\xc4\xad\xb7\x0d\xad\xf6\x42\xb5\xec\x9e\x5f\x0d\x88\xcc\x11\x92\xb9\x1d\x51\xb9\x6d\x88\x75\xa9\x42\x60\x1b\x62\xad\x55\x8b\x83\xa1\xd5\x25\x31\xa5\x4d\x85\xb7\xf2\xcd\xb6\xc2\xc5\xb9\x1e\x1a\xbb\x3d\x21\xab\xd1\xf3\x4c\xe6\x20\x8d\x56\xd0\xaa\x3b\x77\x79\xd9\x62\x06\x40\xa1\x4d\x1c\xaf\x1b\xa4\x9a\x35\xa2\xc4\xbd\xa6\x05\x10\x3d\x74\x55\x95\x6c\x88\xd8\x83\xee\x6e\x48\xb5\x28\x5b\x6b\x1b\x52\x6d\xaa\xa2\xdf\xeb\x66\xec\x1d\xfb\xda\xd0\x6a\x73\xa0\xeb\xad\x0a\x6e\xb0\xe9\x36\xa4\xda\xbc\xd0\x86\x21\xd5\x5a\x83\xee\x89\xc0\x32\xf9\x92\x7b\x5d\xd5\x41\x25\x00\x6c\x78\xd7\xb2\xe6\x36\xb4\xd0\xeb\xd0\xd1\xe8\x63\xff\xcc\x99\xff\x3c\x7d\x23\x93\xee\x65\xf3\x22\x93\x5e\x05\x9c\x0c\xc0\xb6\x81\x97\x7a\x6f\x86\xab\x60\x98\x81\xd7\xa6\x20\xd7\x86\x8b\xbd\xe2\x56\xd9\xe2\x62\x27\x8c\xb1\x37\x95\x7d\xfa\x54\x80\xd7\xae\xe1\x4a\x11\xf7\xd4\x10\x01\xb8\xae\x73\x77\x1e\x5f\x0f\xb4\x7f\x67\x82\x6c\xf2\xb6\x55\x8a\xb3\x09\xfd\x56\x82\x1d\xfb\x17\x07\xbb\x2c\x43\xf2\xb6\x13\xc9\x59\x9b\xbc\x6d\x64\x44\x93\x73\xca\x02\x29\x6c\x79\x88\xfa\x12\x5b\x54\xaf\x9a\xd5\x93\x9c\x01\xd7\x08\x80\x4b\xce\xfd\x02\xe8\xc9\x11\xf2\x75\xb6\x7a\x27\xe7\xe8\xca\x66\x11\x25\x67\x80\xb5\xee\xaa\xf3\x3e\x5d\x65\x8b\x0c\x24\x67\x60\xb5\x38\x73\x6d\x24\x67\x60\x35\x3d\x36\x89\x27\xe7\xae\xc2\xde\x4c\xba\xb6\x4d\x4d\xe1\xb4\xfe\x66\xbc\xa0\x05\x96\x9c\xbb\xf5\x08\x84\x43\x93\x43\x0a\x3d\x27\x9e\xc2\x00\x6b\x0a\x0f\xff\x01\x58\xe3\xe2\x5c\x08\xd6\xfd\xf9\x0f\x07\x4c\xa2\x5d\xfe\x0b\x73\x27\xda\xed\xaf\x80\x2a\x56\x6b\x72\x1e\x09\xa2\xa4\xad\x5b\xb2\x74\xde\xb5\x81\xd7\x16\x16\xcf\xf6\x69\xa2\x53\x8b\x9d\x9c\x57\x89\xa2\x5a\x4a\xc2\xdb\xb9\x9a\x59\xfe\x41\x4f\xe9\xbf\x8c\x2f\x4b\x07\x4d\xee\x23\x58\x9f\x83\xf7\xee\x3f\x4d\x0d\x5b\x60\x93\x3b\xf9\xd9\x43\x49\xc6\xc9\xa9\x4a\xdb\x52\x4e\x79\x6a\x72\xb4\xa1\xe7\x4e\x2e\xdc\x8a\x65\xea\x6d\x93\x03\xd8\xe2\xc0\x4a\xee\x57\x8e\x76\xe0\x3d\x9d\x1c\xed\xa5\x5a\xd7\xe4\xc2\xcd\x59\xa7\x7a\x35\xb9\xf0\x4b\x73\x80\x5e\x11\xfa\xb7\x58\xab\x65\xe3\x77\xff\x0a\x9f\xbe\x88\x7a\x06\xa8\x76\xab\xa7\x86\xaf\x56\xa1\xe9\x1e\xeb\xee\x51\xcf\x09\x10\x94\xe8\x5b\xc4\x4f\x6b\xc2\xf3\x4e\xa3\x04\x37\xb9\x3e\x08\xd7\x3b\xda\x67\x08\x37\xc2\xca\x99\x1c\x21\x5f\x48\xf1\x92\x03\xe1\x22\x92\x93\x1c\xa4\xec\x35\xf1\x14\x68\xa9\x13\xaf\x49\x2e\x7e\x19\x4f\x6a\x77\xec\x9f\x23\x8f\x56\x46\x9c\x35\x85\xa7\x88\x5f\xd6\xd3\xa3\x33\x48\xec\x2c\x6a\xc9\x3c\x59\x2d\x08\xe8\x26\xa7\xb0\x6f\x6a\xf3\xdd\x6a\xd1\xd7\x0f\x16\xdf\xf8\x10\xb3\xf7\x39\x23\xf7\x39\xe8\xd7\x8b\x62\x32\xb9\xf4\x31\x0b\xab\x87\xa5\x5b\x9b\x83\xb6\x5e\x72\x22\x67\x6f\x8c\x07\x34\xd6\x6b\xe5\x8b\x29\x29\xfb\xe7\x8a\xea\x6b\x87\x7f\x6d\xcf\xb7\xd3\x57\x90\x60\xf3\x8f\xce\xef\x6c\xd1\xb3\x90\x60\x23\x73\x28\xb9\x24\xad\x11\x9d\xc7\x3b\x78\x79\xe2\xa4\xac\x3f\xbe\x94\xa1\x60\x2b\x59\xb2\xad\xcd\x7f\xb4\x20\x7f\x35\x1b\x83\x2f\x62\x48\x38\xfb\xe7\x2f\x8e\x99\xe4\x72\xf8\xdd\x1d\x7f\xe7\x65\x27\x97\xe9\x0e\x1a\x20\x14\x72\xc7\x57\x5b\x4c\xf7\x91\x97\x9a\x3f\x72\xe5\xa0\xff\x49\x02\xad\x74\x4a\x72\xb2\x83\xd3\x16\x4e\x9d\xa0\xa6\xca\x4f\xc9\x83\x01\x90\xcf\x34\x46\x54\x38\x64\xba\x90\x01\xe4\x0c\x4d\x6d\x72\x84\x7e\x51\x38\x4e\x4e\x00\x59\x53\xa3\x01\xe4\x8a\xe7\xcb\x68\x70\x6c\xa2\xe4\x73\x10\xfa\x0d\x8b\x0e\x62\x00\xf9\x07\x2d\xb1\x95\xef\x44\xa2\xe1\x5a\xae\xda\xde\xab\x89\xe0\x53\x60\x5b\x1a\x52\x00\xe5\xac\x09\x15\xee\xf5\x35\xb5\x35\xbe\xdc\x04\xdd\xf1\x39\x5d\x1b\x91\xfe\xe4\xca\x47\x30\xbc\x78\x0b\x85\x38\x83\x3a\x68\x59\xbf\xbf\x4a\xb9\x09\x5f\xa4\xa9\x26\x67\xc0\xb9\xbc\x2f\x6f\xf7\x97\x0a\x9b\xde\xb0\x81\xe7\xd2\xbc\xfe\xa7\x5a\x75\xf2\x6e\xc8\xdf\x76\x89\x61\x27\xf5\x35\x4d\xb4\x06\x9e\x4d\xfa\xd7\xb6\x3e\x1d\x86\x45\x57\xae\xc4\x54\x26\xed\x32\x00\x9d\xd2\x50\x9b\x90\x56\x29\xfa\x8f\xec\x96\xca\xf3\x1e\x32\x75\x2f\xd2\xf7\xe4\x00\xd1\x51\x53\xa0\x40\xf4\xcf\x3b\x8f\xba\xda\x2d\x47\x41\x83\x22\xb9\xf6\x95\x20\xea\x4b\x51\xb1\x5d\x97\xfe\xb7\x69\x2e\x76\xfd\xf7\x29\xee\x75\xee\x08\xe5\x5a\xd4\x02\x42\x5e\x77\x54\x6b\x9a\x2c\x73\x5a\x43\x88\x38\x0e\xfa\xe0\x21\x4e\xcf\x93\xaa\xf7\xe4\x9a\x18\x74\xf9\xde\xa0\xe6\x28\xd3\x82\x30\x71\x7c\x19\xc2\x86\x9a\x73\x54\x1f\x15\x6a\x56\xaf\x51\x6e\xf7\xd9\x02\x7d\x6c\x5a\xd0\xb1\xcc\xd5\xa3\x0c\x35\x1b\x37\xb7\x6d\x85\xdb\x1b\x1a\xd3\x86\x21\xe7\x1c\xd5\xbf\x85\x9c\xad\x6f\xe9\x8c\x7c\x82\xab\xc4\xce\x92\x43\x1f\x3d\x6e\xde\x5c\xff\x2a\x51\x65\xf6\x28\x3c\xac\xf7\xdc\xa9\x37\xa8\x6a\x8d\x7d\xe7\x1c\x74\x6d\x48\xe2\x35\x5e\x09\x0f\x93\x3a\x9a\x9c\x21\xe8\x9c\xd4\x23\x4e\x25\xf6\x98\x38\x43\x92\xeb\xfb\xf3\xf6\xd3\x4f\x0c\x45\xe7\x9c\x39\x63\x10\x3f\xd3\x53\x0e\x1c\xb5\x5a\x6e\x0c\x45\xa7\xaa\xc9\x6f\x5c\x66\xd5\xad\x71\xfd\x85\x88\x97\x7a\xeb\xa0\xa6\x44\x8b\xcf\xa7\x9e\x06\x82\x48\x6e\x7c\x19\x4c\x0f\xdf\x72\x7c\x1a\x1b\x9d\xfe\x3f\x78\x76\x2d\xc3\x03\xa4\xa9\xd9\xd2\xd0\x74\x4e\x41\xad\x95\x7e\xb4\x8e\x84\x55\xb5\xa9\xb5\x84\xc6\x07\xef\xf3\x37\x92\x4e\xee\xf9\x55\x8d\xcf\xb9\x4a\xde\xb6\x04\x72\x46\xe9\x43\x59\x6d\xa6\x37\x3e\x37\x79\x15\xca\x94\xe4\x0c\x55\x97\xf2\xf7\xa5\xe0\xb9\x55\x79\xaf\x5e\x8b\xa2\xca\x51\xb7\x36\x50\x5a\xb4\x00\x3c\x57\x43\x01\xad\xb0\xe4\x00\xde\x45\x9f\xe4\x37\x87\x7a\x72\x0f\x49\x4e\x7a\xb9\x0f\x3e\xb3\xc4\xcb\x31\xe0\x5d\xdb\x66\x90\x00\xbc\x8b\xb6\x24\x93\x2e\x1b\xc2\x80\x77\x8e\x1a\x16\x70\xa7\x57\xd9\x5e\xe4\x70\x17\x59\xbc\x2f\xa5\x35\xfa\x18\xef\xb5\x68\x77\xe1\xa5\xbf\xca\x02\xa1\xeb\xbd\x97\x7b\x67\xa9\x4d\x14\x5f\xd7\xa4\xa3\xaf\x72\x14\x45\x48\xc9\xbd\xd0\xcb\x15\xb5\xc4\x00\x9b\x6b\x74\x74\x2a\xab\xab\x96\x9b\x97\xaa\x62\xd9\x83\xef\xe5\x60\x79\x35\xd9\xbd\x0c\x75\x4d\x5b\x5f\x65\xf5\x2b\xdb\x8a\xb0\x31\x05\x3d\xc9\xcd\x5b\x4e\xf7\x6a\xf1\x98\x97\x87\x06\x4a\x81\xe4\x0c\x8c\xe7\xa6\xc9\xff\xe3\x4c\xa7\xda\x35\xb9\x09\xef\x90\xac\x43\x03\xe4\xb9\x69\xca\x87\x72\x2d\x17\x5a\x3b\x51\x90\xd2\x54\x82\x4a\x5a\x93\x05\x72\xf2\xb6\xd3\x5c\x5a\xba\xa9\xa6\x6e\x9b\xb7\x60\x80\x3c\x3f\xb2\xde\x0c\x90\xe7\x63\x3d\xce\x8f\x7b\x27\x73\xed\x75\x09\x38\x28\x6f\x49\x6e\xc1\xbb\x22\x0b\x87\x10\x72\x1e\xb4\xcb\x80\x79\xee\x7a\x82\x45\xa5\xa9\x06\xff\x92\x56\xb6\xce\x33\x33\x65\x69\x72\x5e\xdf\x12\x26\xc3\x65\x41\xba\x11\x78\x97\xab\xff\xee\xb3\xeb\x13\x0e\xed\x7c\x4b\x03\xe6\x2d\x0b\x51\x18\x30\xcf\x5d\xb6\xdb\x9a\xdf\x14\xa2\x6b\x7f\xdf\xba\xa9\xdd\xfb\x43\x15\xbc\xef\xfd\x8b\x70\x81\xb7\xb8\x29\x4d\xd2\x64\xbf\xbf\xf2\x49\xbd\xd7\xfd\x49\x09\xc9\xbe\xdc\xbf\x04\x83\x79\x07\x86\xcc\xcb\x14\x32\xdd\x9f\x3c\x56\xe0\xdd\xee\xef\x3d\xc8\x0c\xd8\x94\x51\x6e\xdd\xf5\xe6\xac\x53\x93\x62\xe9\x1e\x56\x29\xaf\x36\x40\xa4\xac\xfe\xb6\x25\x9e\xaa\x7b\xff\x52\x87\xd3\xd5\xfe\x30\x5f\x40\xe9\x15\x9c\xe5\x51\x49\xa3\xae\x3d\x79\x07\x11\xbe\x39\x95\x92\x27\xbc\x8c\x03\x3a\x79\x77\x1d\xa5\xa4\x6d\x26\xaf\x10\xf3\x8f\xb5\xcf\x58\xf0\xee\x2b\x1f\xf5\x3a\x46\x89\x8c\x81\xad\xef\xb9\x1f\xdd\xdf\x9e\x9b\xea\xe1\xe4\x51\x4c\x0b\x16\xb0\x4e\x9e\xf0\xf2\x53\xd5\x36\x12\x54\x9b\xce\x7b\xf9\xef\x65\xeb\x2b\x1b\x04\x3b\x79\x11\xa5\x3b\xb5\xcb\xf8\xd3\x1a\x0b\x99\xf7\xb7\x4e\x69\xe9\x7f\xe4\xd0\x1e\xbe\x85\xf7\x97\x39\x01\x7d\x97\xe4\x0f\x8f\x5a\x99\x94\xeb\x25\x2f\xd4\xfe\x83\x42\x86\xce\x22\x14\xbb\x79\x12\x0f\xa5\x5e\xd7\x1d\xcd\x79\x3a\x3d\xcf\x65\x68\x3d\xbf\x4e\xe7\x5d\xe6\x84\x9d\xfe\xa2\x4d\x9d\xbc\x47\x35\xcc\xeb\x26\x70\x8f\xbc\x3c\xb2\x27\xb4\xe5\xd5\xe4\x79\xe2\xeb\xef\x69\xe0\xb7\xe2\xd3\x0d\xbd\x01\xf9\x2c\x0b\xc8\x43\xb3\xd6\x58\x9f\xbd\x01\xf8\x8c\xea\x6f\xf2\x81\x4c\x83\xa5\x23\x89\xb8\x33\xd5\xfb\xa0\x3c\xe5\x87\xad\x7c\xe3\xfa\x5b\x47\x97\xb3\x67\xb1\x90\xf9\x40\xd9\x82\x5e\x07\x34\x6b\xa4\x56\x26\x4f\xf8\x19\xad\xb9\xe4\x0f\xc5\x5a\x95\xb0\x45\xf2\x84\xa0\x5f\xf3\xf3\x27\x0f\x58\x87\xb4\x2f\x79\x03\xeb\x2d\x00\x4f\xbd\x01\xf5\x08\xc5\x6e\xf2\xe1\xe3\x99\x01\x7a\xfb\x03\xd4\xdb\x3c\x6f\xe0\x70\xa8\xb7\x49\x8e\x87\x51\xc1\xff\x5c\x91\xe5\xcf\x03\xd6\xc9\xfa\x4e\x1e\x15\xb5\xe7\xa5\x6b\x1b\x58\xcf\x2b\xf0\x2d\x22\x12\x30\x2c\xcc\x3e\xfe\x0a\xeb\x25\x6f\x60\x7d\x79\x2c\x13\x1f\xaf\x62\xd6\x8b\x9d\xe3\xe3\xf8\xc2\x9b\x6a\x85\x72\xd3\x75\xdf\x17\xb9\x56\xb5\x69\xfe\x71\xed\xc5\x91\xbc\xcb\xf8\x15\x91\x33\x15\x79\xaa\xa6\x97\xe3\x79\x0d\x9c\x2f\x1f\x39\x5a\xc0\xbc\x78\x15\xc1\x27\x4f\x68\x7a\xe9\x3b\x02\xca\xd1\x13\x4e\x3e\x21\xf7\x83\xfd\xee\x0d\x94\xe7\xa5\x37\x8f\x5a\x5a\x63\x8a\xf7\x09\xd9\x17\xaf\xf3\xec\xfb\xca\x2e\xf4\xe9\x72\xe4\xc3\xfb\x98\xbc\x2a\xa4\x7f\xb0\x07\x38\xd3\x1b\x28\x37\x39\x0f\xdb\x9a\xd7\xb1\x84\xfd\xe5\x13\x4a\x71\x67\xeb\x52\xaa\xbd\x9a\x2a\xf2\xfd\xce\x5b\x13\xcb\x51\x4a\xeb\xf3\xd5\x7b\x31\x14\x9e\xb5\x80\xfb\x5f\xb4\x6a\x18\x18\x1e\x24\x2e\xc4\xe1\x33\x34\x82\x49\x57\xfb\xc8\x52\xd4\x33\x0c\x8d\x67\xd8\x79\x92\x07\x89\xcf\x47\xff\xa1\x83\x9c\xf9\xfa\x47\x1b\x3d\x89\xb6\x25\xf9\xfc\x65\xd1\xe0\x8a\xf1\xf9\x66\x85\xbd\x5b\x4f\x74\x4b\xb2\xf0\xea\x27\x9f\x09\xd1\x4f\xdd\xe3\x73\xcc\x74\xda\x5f\x2e\x9b\xe6\x02\x45\xfb\x82\x43\x36\xf2\xfc\x24\x67\x17\x8d\xf6\x42\x39\xa2\xde\x46\x81\x32\xf2\xe5\x69\x0a\xcb\x7b\xd4\x55\xa8\x41\xe8\xb4\x5d\xc8\x3c\x1d\x52\xf0\xe4\x0b\xba\x10\x7a\xcb\x86\xcc\xe3\xd2\x7b\xa3\x52\xda\x9d\x16\xfe\x36\x57\x3d\x8a\x68\x6e\xf1\x06\xca\xb7\xa4\xa9\x67\x96\xf5\xed\xe1\x4d\x96\x5b\x15\xbe\xc0\x33\x9e\x24\x6d\x21\x14\x5f\x71\xc2\x2d\x5a\x42\x45\xf5\x50\xef\x85\x37\xcd\x17\x1d\x89\x22\x1e\xe6\xa3\x97\xdc\xd9\x4f\x7f\xd4\xf8\xab\x97\x2c\x02\xb1\xac\xe4\x91\x3b\xf3\x4d\xd7\xc6\xf9\xb4\x75\xb5\x8f\x37\x28\xeb\x7c\xe2\x63\x9a\x53\x40\xe6\x0f\xe6\x9f\xaf\x9f\x27\x42\xe3\xbb\x5e\x35\xbc\x37\xff\x25\x37\x3f\x79\x03\xee\x45\x5e\x29\x5f\x2f\xad\xd2\xd6\x3a\x24\xd0\x5e\x8a\xc8\xeb\x92\x37\xd0\x5e\xbc\x06\x86\x81\xf6\xd8\xb5\x5a\x1f\x9e\xf4\x31\x67\xd3\xff\x97\x55\xf2\xd5\x70\x6d\xf8\xe7\xb1\xe3\x3d\x91\x70\x72\x52\x92\x87\x5e\x8d\x4c\xdf\xe4\x0d\xb8\x97\xa8\x65\xa2\x5d\x6d\x80\x33\xf1\x1b\x70\x2f\x72\x20\xf9\xf6\x95\x62\x55\xdd\x5b\x7e\x6a\xfd\x3f\x0f\x88\x5e\x9a\x4a\x1a\xf9\xce\x45\xf7\xfe\xa6\x7b\x3c\xdb\xde\x40\xbc\x29\x93\xda\x96\x3d\x77\xd2\xd4\x67\x20\xbe\x44\x0d\xaf\x23\x85\x9e\xe6\xc6\x67\xe9\xfb\x07\x68\x35\xc5\x19\x88\x2f\x5b\x13\xfc\x51\x3b\x7b\xee\x14\xd0\xff\x98\xf2\xfb\xe7\xb4\xf0\xda\x63\x4e\xaa\xa4\xee\x48\x55\x36\xe4\xce\xc9\x93\xe3\x9d\x70\xdd\x79\x54\xce\x46\xd1\x75\x27\xed\xd6\x7d\x11\x46\xcc\x7a\x26\xf3\x43\x67\x30\x9e\x37\xf0\x5e\x36\x28\xc6\x8f\x8f\x1f\x4a\x8b\xff\xf8\xaa\x70\xf5\xf5\x0c\xc4\x97\xac\x49\x00\x85\xb3\x5c\x74\x35\x7b\xde\xac\x69\xcb\xc0\xfb\x7d\x3a\x14\xce\xf2\xa3\xf3\x3e\x5f\xb4\x06\xba\x01\xf7\xf4\x68\xf1\x87\x3e\x2d\xe3\x55\xf5\x80\x76\x37\xd5\xa6\x4f\xe2\x47\xd3\x94\x01\xf7\xe5\xb1\x7b\x3d\x2a\x67\x79\xa9\xbd\x84\xfc\xf5\x7d\x9f\x4f\x04\x12\x44\xea\x0d\xbc\x97\xa2\xfe\xf5\x50\x97\x40\xd4\xc3\x3f\x28\x14\x26\xae\xfb\x7c\x89\xac\x95\xa7\x40\x9d\x8c\xb0\x7d\xf2\xcf\x9d\xa6\x27\x56\xb6\x87\xd0\xbc\xc8\x4c\x30\x74\xbd\x91\xcc\x4d\xfe\xf9\x48\xae\x35\xbd\x1e\xca\x33\x3f\xa7\xa6\x85\xe7\x17\xd5\x23\xed\x13\xb1\x79\x4e\xc7\xf5\xe9\x5f\x91\xb8\xd3\x22\x25\x69\xff\x8c\xbd\x4d\xab\x0c\x71\xf7\xae\x09\xce\x10\x77\xa9\x8e\x36\xbc\x1f\x89\x07\xae\x30\xff\x51\x9e\x41\x47\x91\x3c\x21\xef\xbe\xe9\x4b\xef\xc7\xfc\x29\x93\xe6\xbd\x3a\x06\x2f\xb1\x0d\x0f\xea\xae\x7a\x2b\x2f\x71\xa4\xa2\xa3\xdf\x8b\xd1\xf1\x50\xf8\xf7\x23\xbb\x5e\xda\x63\xdf\xaf\xca\x5c\x43\xa3\x3c\xc9\xa8\x9c\x10\x28\x10\xbb\xf3\x13\x95\x36\x2d\x8a\x54\x4c\xcb\x45\xed\xd1\x28\x6f\x32\xe3\xe6\x55\x63\xdc\xfa\x36\xf3\x8b\x1d\x69\x82\x37\xc4\x5d\x8e\xfd\x3f\x3f\xae\xa3\x42\xdf\x99\x64\x08\x6a\x34\x4e\x95\x0a\xf2\xcc\xf3\xe3\x38\x52\x4f\x33\xe4\x5d\xba\xbe\x3d\x12\x64\xe8\x5e\xfc\xc0\x81\x73\xed\xf3\x16\x26\x99\x82\xa7\xb5\xe8\x72\xab\x87\x2e\xe6\x24\xfd\x27\x62\xf3\x9f\x4e\xa6\x27\x05\x75\x3f\x9a\x7d\x0d\x75\x97\x3a\xf4\x1f\xc4\x1f\x45\xe7\x5e\x0f\x8b\xe5\x3d\xfd\xf3\x32\x61\xa0\x3c\x1d\x3b\x79\xd1\x0d\x34\x71\x51\x3c\xdd\xf1\xb0\x79\xd4\xc9\x1e\x01\xbe\x75\xad\xb5\x0d\xe8\xf6\x00\xf2\x28\x4b\x01\x40\xee\x64\x0d\x2c\x92\xeb\x64\x3d\x1e\x89\xf2\x29\xae\x9c\xe4\x4f\xe1\x74\x3b\x60\xdc\x43\x6f\x46\xa9\x74\xf2\xfb\xbe\x0e\x94\x99\x93\xdf\x70\xfa\x68\x31\xa3\x78\xfa\x00\xae\x4d\xf7\xc7\xcd\xe3\x01\xe0\x43\x43\x4b\x00\xbc\x24\x51\xd4\x26\x2f\x7a\x33\x2d\x1d\x06\xbe\xcb\xa3\xa9\xf9\x50\x9b\x85\x39\x35\x31\x42\x6d\xa6\x00\x9e\x27\x44\xfe\x44\xb5\xd2\x3e\xff\x83\xc7\xd4\xef\xaf\x58\x5e\x9f\x7f\x23\x4e\xa8\xc9\x71\x7f\x3a\xcd\x0c\xa9\xe0\x7e\xfb\x1b\x83\xbb\xfe\xc6\x69\x75\x79\x29\x40\x71\x56\x99\x4a\x83\x83\x1b\x85\x01\x1c\x0e\x00\x5f\x93\xec\xe0\x14\x08\x97\x3f\x4b\xff\x97\x63\x4d\xc8\x32\x0f\x0e\x31\xca\xa9\xad\x46\xaa\x62\x65\xeb\xfa\x57\xdf\xa6\xb6\xdd\x2a\x51\xa8\xb8\x53\x50\xd8\xdc\xbc\xc6\xda\x43\x7d\xc6\xb9\x3f\x08\x0c\xd7\x57\x30\x10\x5e\x5e\x3c\xd5\xc1\xdd\x2a\x51\x79\x74\x03\x21\xf3\xc4\x04\x17\xbc\xff\xfe\xe7\x6d\xf8\xf0\xb9\xfd\x12\x7b\x3e\x6e\x7f\xa7\x6b\x7c\xe1\x73\x06\x55\xf0\x97\xdb\x1f\xa9\xf8\x14\x3c\xce\xc6\xa5\xfb\xf0\xed\xf1\xc6\x07\xff\xe5\xb8\x63\xf6\x04\xe5\x7e\xe3\x92\x08\xfe\x8a\x90\x0a\xcf\x86\x43\x71\xd6\xe7\xdb\x79\x07\xe4\x80\xcb\xff\x1f\x0c\x79\x97\xa6\xb7\xea\x3f\xe9\x9a\xa0\xfb\x7f\x4e\x28\xc6\x55\xf8\xe8\xcd\xa6\x5a\x65\xe8\xbb\x28\xd6\x12\x0c\x7d\x17\x84\x9c\x52\x30\xf4\x5d\x56\xd5\x16\x2c\xbf\x38\x32\x42\xf8\x04\x1a\x2b\xad\x09\x97\xc3\x4a\x58\x3e\x7c\xd4\x66\x0b\x3c\x13\x0c\x81\x37\x68\xa6\x53\x08\xd7\xf9\xb4\xab\xae\x4a\xe8\x18\x04\x10\xc2\x6f\x4b\x3d\x84\xf7\x8f\x2d\x64\x7b\x40\xc1\x21\xdc\xd4\x81\xad\x1e\x2b\x14\x5e\xd7\x9c\x38\xa0\x42\xfc\x14\xdc\x40\xc4\x21\xe2\x84\xc2\x8a\x0f\xf1\x92\xa5\x40\x91\x9d\x02\x2a\x66\x1d\x47\x4c\x30\x14\x5e\xe4\x36\x0e\xa0\xf0\xa1\xef\x12\xaf\x10\xef\xcb\x42\x1f\x48\x0c\x47\x4a\x2a\x05\x74\xcc\x2b\xb3\x40\x30\x24\x5e\x64\x2a\x87\x78\xe3\x86\x8b\x50\x76\xa0\x42\x1a\xfe\xdc\x14\xe2\x55\x6e\x7b\x3b\xef\x25\x7e\xe9\x31\x51\xd7\x58\x44\x06\x78\xef\x11\xd6\xdf\xcd\xd5\x12\xe6\x19\xe6\x48\xa0\x42\x7a\xeb\x0b\x1b\x12\x8f\x72\x63\x86\x04\xab\xb3\xbe\x85\x78\xcb\x7e\xe6\xb2\xaa\x2b\x19\x22\x9b\x91\x27\x34\x24\x5e\x76\xe7\x7d\xa4\x5b\xc3\x32\xcf\x9d\x6c\xcc\x6f\x20\x42\x48\xd7\xb1\x6e\x7d\xf9\x1f\x97\x8d\x90\x2e\x77\xce\xd4\x23\xa5\xe7\x7b\x64\x06\x47\xfa\x00\xcc\x79\xd0\xf9\x41\x1a\x35\xe1\x52\xbb\xc1\xcf\x92\xc2\x89\xa6\xb3\x95\xbf\x61\xaf\x69\xef\x00\xf2\x36\x27\xee\xa9\x00\x65\x99\xd3\x67\x25\x77\x1c\x79\xf6\x14\x32\xe4\xd6\xc0\xef\xf0\xbb\x78\x3a\x85\x8c\x26\xab\x3a\x4f\x26\x6e\x70\xee\xfb\x22\x49\x48\x2b\x33\x1a\xb3\x84\x5a\x03\xaa\x63\x5e\x4f\x80\xea\x98\xd7\xf0\x2c\xbf\x7c\xe7\xdc\x93\xf0\xb7\x27\x28\x17\xa0\x20\xf3\x2c\x6b\x81\xf0\xf7\xc0\x39\x11\x0a\xd4\x6b\x84\x7f\x83\x81\xeb\x3d\x92\xfe\xfb\x34\x66\x8b\xce\x85\x7e\x4e\x9d\x1d\x62\xf2\x88\xfd\x15\xca\xfd\x94\x0b\x6c\x16\x20\x26\xf7\x81\x67\x2d\x1f\x69\xb5\x26\xeb\xf2\x09\x4e\x06\xb5\xfb\x17\xc1\x85\xae\xaa\xe7\xd6\x19\x1f\xa2\xd4\x7b\x01\x64\x3b\x4d\xd8\xd0\x96\x05\x7c\xb0\x81\x9c\xf1\x04\x90\x0e\x84\xbd\x03\x29\x01\xa1\xc2\xce\x89\x97\x38\x54\xf1\xb4\xd3\x29\x21\x27\x0f\xc4\x04\x02\xb4\x65\x31\xe9\xc8\x8b\xa4\x48\xd7\x4d\xa1\xa2\xab\xab\x29\xa7\xa2\xab\xab\x7e\x53\x9f\x6f\x3a\xd4\xd5\xb0\xd6\x4e\x7b\x2d\x2c\x18\xd4\x9b\x21\x28\x57\xb2\x43\x80\xa0\x7c\xe9\xbf\xe6\xbe\xa9\x84\x2b\x81\x9c\x9b\x26\x8f\x46\xb1\xbf\x06\x7e\xe3\x59\x35\x61\xfd\x26\x26\x4f\xa1\x51\x45\xaa\xbe\xd1\xae\x55\x8e\xc8\x6d\x0a\xed\xa6\x37\xbc\xe7\x18\xab\xcf\x69\x4b\xe7\x5f\x2e\xa7\x57\x3d\x55\x21\x6f\x70\x5d\x20\x51\x3c\xea\x7d\x90\x28\x1e\xc9\x68\x09\x86\x9a\x2b\x29\xaf\x29\xb4\x2b\xc1\xa2\x50\x66\x68\xd7\x79\x26\x47\x66\xe8\xd0\xd2\x69\x21\xed\x4c\xcd\x49\x5b\xdf\x38\x25\x11\x22\xf4\x1b\x1b\x41\xbe\x27\x85\xfe\x49\xef\xe8\x7b\x82\x9c\x15\xf9\x0b\x9d\xa5\x59\x26\x40\xff\x58\x86\x1f\x9d\xff\xa1\xc9\xc6\xf3\xf7\x4f\x87\x03\x57\x64\x50\x12\xf9\xd6\x19\x24\x91\xab\x9f\x11\x02\xef\x4e\x77\xfb\xd5\xbf\x19\xbb\x9d\x0c\x46\xcd\x5e\x9d\x6f\x0e\x3e\x09\xaa\x92\xb6\x8c\x42\xde\x9f\x50\xf4\x0f\x06\x1b\xb4\xc6\x50\x74\x4d\x64\x55\x05\x25\x93\x97\xa8\x34\xf9\x14\x06\x19\x9b\x49\x57\xe4\xdb\x93\xd5\x17\x06\x09\xab\xc4\x37\x82\xa1\xe8\x46\xf5\x76\x0a\x86\xa2\x6b\xc2\x9b\x11\x48\x22\x4f\xea\xc3\x24\x91\x47\x99\x64\xd2\x08\xd7\x28\x87\x80\x3c\xa9\xe7\x19\x7a\x4e\x5d\x4b\xe9\x2f\x02\xf2\xa6\xa3\xf7\x37\xa3\xf3\x84\xcf\x2f\xf6\x59\x5a\xf2\x7c\xe4\xdb\xed\x6f\x0e\xa8\x80\xd2\xd8\x83\xf7\x3e\x3c\xf7\x75\xbc\xfa\x00\x8a\x8e\x1b\xdb\x3a\x1d\x4c\xbc\xe4\x58\xea\xe1\xb9\xa1\xb2\xa9\x09\x12\x5e\xf2\xac\x29\x85\xbc\x73\xb9\x94\xc2\xa1\x35\x8b\x53\xd9\x3e\xe1\xb9\xa4\xd3\x4b\x4b\xc3\x83\x7f\x4d\x9f\xf4\xf9\xf2\xb3\x81\x51\x41\xdc\xe4\xb2\x8d\x08\x85\xcb\x85\x12\x1e\x4a\x9d\x34\x39\x43\x6b\x96\x01\xbf\xe1\x15\x43\x23\x2d\x39\x15\xd4\xf1\x5a\x29\x06\xce\xe3\xb1\xcb\x0e\xa5\x59\x3c\x69\x88\xe1\x95\x6e\xb4\xce\xa7\x2b\x00\x50\xc3\xcb\x33\xeb\x0d\x51\x39\x9d\xb5\xf4\x50\x39\x5d\x9c\xee\x42\xc1\xbc\x3e\x3e\x61\xf0\x22\xcb\xdc\x00\x79\x55\x90\x3f\x40\x30\x5e\x8a\xb6\x2c\xd7\x3e\xc8\x0a\x38\x95\xd3\xed\x84\xa8\xc3\xa4\xc2\x16\x24\x17\x50\x1b\xf3\xc4\x7b\xc2\x04\x91\xc8\x86\x3a\xe1\xef\x71\x42\x7e\x61\x5e\xfa\xb6\xa9\xaf\x46\x3e\x7a\x91\xb5\x3b\xa9\x28\x1e\xba\x93\x3d\x6b\xd1\x70\x37\x20\x5e\x8b\x96\xe7\xf9\x59\xa2\xb2\x67\x26\x64\x17\x5a\xf2\x0e\xa1\x78\x12\x6f\x4a\x0a\xa7\x82\xfa\xc7\x3a\xd2\x9e\x1b\x07\xa3\x78\x27\x05\x72\xd3\xab\xfa\x10\xb9\xe9\x55\xd3\xc1\x42\x1f\x5a\xcb\xc7\xc2\x49\x38\xb8\xb7\xa8\xcb\x4c\x5f\x5a\xff\x93\x9c\x2d\xa4\xb6\xae\x23\xe2\xf4\x2d\xb4\xc1\xeb\x39\xff\xc6\x09\x26\x9e\xe6\xb0\xea\xb7\x47\xd7\xf8\x78\x9b\xb4\x88\x53\x51\x5d\xb7\xce\xf8\x9d\xbc\x1a\xa4\x34\xf6\xd2\x3f\x17\x35\x41\xe7\x6e\x68\x8d\xc8\x66\x47\x1b\xbc\xe9\x7b\x1b\xf2\xee\xe7\x0b\x50\x4d\xdd\x35\xe1\x1f\x4d\xf0\x3c\x27\x69\x07\xc1\x50\x77\x6d\x1a\x41\x24\xa4\x77\x02\xa3\x81\x84\xf4\x06\xea\x0e\xfb\xb2\x02\x2c\xa1\x33\x43\xde\x6d\x13\xec\x0d\x24\xa5\xb7\xa6\x73\xdb\xc1\x51\xe7\xcb\xa0\x2e\xd6\xc9\xcb\x09\x1b\x9a\x36\xa1\x3a\x50\x77\x57\xbf\x37\xd4\x5d\x29\xbf\x4c\xe1\x84\xbc\xcb\x7c\xb5\x78\x93\x98\xde\xd5\x2b\xf6\xc7\x18\xcb\x44\x1f\x49\x4e\x47\xd5\x2c\x45\xc2\xde\x24\xc4\xa7\x48\x72\x3a\xc5\x86\x29\x9e\xb0\xf7\x2b\xde\xb0\x14\x1d\xfa\x12\xc4\xd8\xa2\x21\xee\xda\x5f\xfd\xf7\x79\x1a\x30\x0c\x22\x49\xea\xdd\x8a\xca\x52\x74\xbf\xd8\x01\x52\x24\xdc\x9d\xc1\x85\xd1\x8d\x3f\xfe\xfb\xb4\x04\x30\xa0\xa2\xbb\x24\x27\xd3\xeb\x8c\x79\x7b\x3b\xa6\x42\x74\x64\x36\x31\x6e\xe3\x41\xdc\xcf\x7c\xd5\x3e\x43\xdc\xb1\x93\xe5\x18\xfd\xd5\x8c\x86\xfc\x3c\x45\x43\xdc\x6d\x25\x1d\x7d\xa9\x09\x91\xab\x4a\xd1\x7f\x55\xe5\xa0\xe9\xf8\x4b\x42\xec\x1f\x97\x86\x28\xce\xf1\xe2\xe6\x6b\x75\x9a\x29\x22\x21\x5e\xc9\x7d\x8e\x07\x88\x3f\xf3\x8d\xba\x99\x39\x9f\x06\x5d\x2d\x1a\x10\x4f\x75\xea\xb6\x97\xae\x4c\x91\x8c\xe8\x2f\x3f\x08\x95\x96\x29\x7e\x3c\xe3\x48\xf7\xa7\x08\xcf\x78\x9a\x3a\xe3\x57\xc2\x1b\x2f\x24\x5c\xde\x1b\x61\x95\x18\x2e\x07\xcc\xab\x3b\x8b\xba\xac\x2c\x71\xa3\xa4\x08\x20\x4f\xd8\x27\x31\x20\xa8\x09\x16\x89\xe1\x4b\x7c\x03\x2d\xc4\xf0\xdb\x77\x1e\xc3\x4d\x7c\x43\x27\x2e\xc5\xf0\xbd\x07\x75\x48\x01\xf2\x72\x08\x9d\x53\x54\x58\xfc\xc7\x96\x9f\x6a\xc3\xf3\xc7\x55\xbf\xae\xa2\x4f\xa9\x3c\xf6\x52\x44\x23\x9d\xe2\x01\xe7\x6e\x2a\xac\x1f\x0d\x9c\x27\x4d\x35\x51\xc0\x3c\x47\xb1\x74\xa6\x18\xfd\xd7\x9d\x78\xc3\x11\x36\xc3\x47\x5b\x90\x68\x14\x1d\x7d\xbb\xca\x3c\x57\x34\xa0\x0a\xe1\x59\x8a\xe4\xb3\x67\x47\xfb\x8e\xb4\x78\x92\xd4\x7d\x8a\x87\xc2\x2c\xcf\xad\xc1\x13\x7f\x67\x07\xc5\x03\xd0\x9f\x03\x6d\xa3\xaa\xb7\x59\x92\x23\xe4\xe2\x4d\x43\xe5\xa8\x91\xed\x93\xc8\x17\x01\xe7\x4a\xea\x8c\x71\xff\xbe\x36\xe0\x3c\xa9\x0f\x24\x12\x1f\x89\x3a\xc4\x14\xfe\x38\xf2\xc6\xc8\x36\xd3\x70\x4c\xe9\x8f\xff\xed\x99\x3b\x96\x6a\x54\xee\x7a\x59\x73\x82\x14\x63\xba\x3a\xca\x70\xa9\xa6\x78\x48\xc5\xfb\x54\xec\x26\xa6\x4b\xef\x25\x7f\x76\x4c\x8a\x17\xe9\x8c\x6f\x19\x24\x09\x31\xa6\x5f\x7c\x48\x6a\xb5\x39\x66\x14\x2e\x8e\x69\xfd\xd1\xc6\x0f\xd5\x51\xcb\x12\xf3\xad\x61\xd8\x44\x30\x62\xf6\xbf\xcf\x30\x84\x9e\x1a\x1e\xf2\x28\x74\x9e\xdc\xc9\x38\x8a\xd0\x9b\xc1\xf7\x9f\x62\x86\x58\x1b\x7f\x79\xcc\x37\x56\x26\x8b\x3e\xfe\x81\xd0\xa3\xaa\xbb\xb3\x3f\x91\x91\x98\xbf\x5a\x86\xad\xf6\x8d\x63\xb0\xc8\xf9\x12\xf3\x9d\x2e\xef\x33\xbc\x7f\x5c\xd5\xb2\xe1\x72\x55\xfb\xfe\x78\x7e\x43\xf3\x29\x82\x71\x63\xf9\xed\x90\x8d\x86\xe4\xd3\x50\x4f\x28\x37\x06\x43\xa9\x5d\x8a\xe5\xc6\x0a\x65\x82\x44\x12\xda\xfd\xd0\xd5\xa8\xe1\xc0\xac\x8a\xe5\x52\x56\xca\x11\x1d\x0b\x65\x87\x6a\x57\x41\x57\x84\xfc\xca\x58\xae\x43\x16\xc5\xf5\x14\x0d\xd1\xb7\xf9\xd2\x0b\x0c\xd1\x67\x99\x55\x91\x90\x79\xd2\x4c\x56\x90\x1e\xd2\xd7\xff\x23\x81\x3d\x1e\x14\xdf\x27\x15\xcc\x29\xd6\x8f\xef\x8b\xd4\x90\x58\x2f\xd2\x59\x60\xc7\x58\xc5\xdc\xea\xe7\xc4\xf4\x8b\xf5\x77\xb1\x42\xac\xe9\xbe\x09\x7d\x37\x85\xce\xd3\x9a\x53\xf3\x05\x09\xed\xbd\x6b\xab\x12\xfd\xe0\x4d\xd6\x4b\x6b\xa7\x14\xf1\x58\x29\xbb\xac\x7f\x21\xc3\x4e\xb1\xaa\x3b\x54\x29\x7b\xa5\x28\xe0\x9f\xda\x7c\x35\x9d\xd4\x3f\xba\x43\x9d\x7f\x6c\xad\x3b\xb1\x69\x2a\x3b\xa1\xf3\x3c\x37\xb6\x5e\x6c\xc8\x90\xe0\xb9\x8e\x80\x7f\xf9\xf9\x62\xbb\xd6\xff\xc2\x0b\x17\x15\x3a\xaf\xe1\x0e\xd9\x3f\x9c\x00\xb1\x7d\xfc\x49\x80\xba\xd8\xbe\x10\x72\xd3\x35\x2e\xa9\xf3\xc2\x57\x1a\x95\xfb\xfe\xf3\xe1\xb2\x8e\xb9\x08\x08\xba\xb0\x14\xdb\x47\x2f\xa5\x85\xb5\x7d\x96\x84\x96\xd2\x4f\x6e\x7c\xc9\x1e\x6a\xf3\x9b\xc6\xe8\x7c\xed\x7b\x27\xe0\x89\xd8\xe0\x1b\x22\x9c\x1a\x0f\x5d\x5a\xba\x6f\xb8\x5f\x1e\x1e\x68\x99\x53\xec\x9f\x36\xed\xd4\x9e\x8b\x08\x27\xa5\x3a\xf1\x54\x96\xff\x3c\x01\xed\x85\x03\x3d\x6b\x00\xf5\x3f\x96\xcb\x5f\x32\xe4\x99\x76\x52\x5d\xee\xb1\xd8\x63\xff\x63\x89\x20\x37\xde\x6b\xd1\x34\xc7\x40\x5a\x1a\x5c\x9d\x58\x55\xd3\xd3\xfc\xd1\x1f\x08\xab\x27\x6a\x17\x22\x95\xe5\x1e\xab\x34\x92\x13\xbf\x64\x93\x91\x13\x1f\x70\x45\x45\x72\xe2\x03\xce\xb4\x38\x44\xec\xc1\x73\x2a\x27\xde\xea\x58\xb8\xe7\xa0\xda\x1a\x70\x1e\xa1\x4c\x8b\x1a\x28\x50\xa6\xa1\xa8\x95\xe2\xf8\xc3\x6a\x14\x65\x5a\xd4\x7f\x7f\x58\x8d\x03\x5a\xbc\xa9\x3b\x40\x04\x21\x73\x67\x88\x28\x81\xaf\x39\xfe\x98\x12\x08\xa5\xc3\xa8\x94\xe2\xf3\x7d\x5b\x92\x10\xe2\xf3\xc7\xf4\xff\x5c\xf6\xd2\x63\x7e\x3c\x7f\x4c\x05\xcf\x9d\x0a\xce\xdb\x7e\xf2\x1f\xff\xff\xf1\x4d\x1f\xf4\x44\x70\x7c\xc4\x87\xe4\x48\xd0\x4f\x7c\xc8\x06\xd4\x22\xfe\xa8\xf2\x9a\x2f\x61\xc8\x3e\x36\x19\x8b\xd0\xa6\xc1\x1e\x94\x22\x09\xee\xeb\xd1\x1d\xe0\x09\xf3\x7a\x3a\x0b\xc1\x7a\xdd\x8f\xca\xf2\x20\x8b\x99\xca\xf2\xa8\x3e\x4e\x65\x79\xc2\x5d\x1a\x5f\xcc\x3c\x62\x0b\xf1\x65\x9a\x27\x3d\x22\x1a\x9a\x6f\x1e\x64\x13\x5f\xa8\x1c\xd5\x7f\x08\xb3\x37\xa7\x3b\x34\xa8\xe0\x99\x47\x40\xf3\x10\xa7\xa7\x08\x9a\x0f\x1a\xc9\xef\x75\xd8\x42\xcc\x9d\x22\x88\x3e\x6a\xcc\x82\xe8\x55\x55\x15\x5f\x3c\x17\x53\xd7\xb5\xb1\xba\xb5\x50\xcc\x5f\xa6\x1c\x6f\xd2\x10\x7d\xdc\x32\x85\xe6\x1f\x26\x8d\x21\xfa\x8a\xc4\x52\x8a\x70\xa1\x15\x1c\x46\xd1\x90\xbc\x15\x67\xd8\x16\x6c\xac\x6a\x8f\x21\xf9\x44\xc5\x75\x8a\x20\x79\x45\x62\xa2\xaa\xca\xc9\x01\x8c\x54\x95\x2b\x29\x20\x4e\xc8\x3d\xf4\xb6\x26\xb1\x34\x6a\x7f\xe2\x9c\xff\x3f\xd1\x85\x81\xfa\x16\xc8\x76\x8f\x06\xea\x73\xd3\xf0\xa1\xe0\xbc\x68\x6a\x5f\x68\xaa\x02\xd1\xe3\x82\xf4\x42\x53\x2e\x05\xe7\x1d\x6f\x5d\x5c\x7f\x4c\xd9\x14\x9b\x0f\xf2\x52\xe2\xfa\xa3\x0b\x53\x6c\x8e\x5e\x53\x8a\xeb\xae\x64\x88\x74\xa7\x48\xc1\x39\x5a\x4d\x29\x1e\xc9\xf0\x9f\x65\x51\xad\x80\xd5\x51\x53\x9a\x01\xf9\xee\xf5\xca\x17\xb2\xd9\x4e\xff\x59\xa2\x5f\xf7\xfa\xef\x0f\xab\x75\xff\x61\xb9\x6c\xf8\x5b\x34\x20\xa0\x44\x3b\x96\x83\x81\xf8\x3e\xf5\xca\x37\xdc\x26\x7a\x23\x06\xe2\xd3\xd4\x87\xdb\x7f\x3c\xe7\xc6\x17\x2f\x4b\x69\x23\x21\xa2\x29\x02\xf0\xee\xf4\xc4\x1b\x9f\x2c\x91\x8c\xb8\xff\x40\x27\x02\xef\x5a\x00\x0c\xbc\x37\xa5\xbb\xc5\x3f\x72\xd5\xa3\x01\xf7\xde\xe9\xe2\xc9\xec\x34\xe7\xb0\x31\x93\xd9\x69\xc1\x13\xa7\x48\x66\xa7\x05\x07\x44\x4f\x2f\x5b\x3c\x51\xb2\x61\xfc\x6d\x45\x3b\x8f\xe4\xe3\x64\xc3\xf8\xfb\x2f\xff\xb1\xf5\xf3\x7c\x61\x35\x1d\x79\xeb\x7e\x15\x7a\x4e\x0c\x32\x8f\xef\x3a\xcd\x9b\x55\xae\x4a\xf6\x34\x2f\xbc\xd6\xe2\x9c\x66\xfa\xf6\x3c\xec\xb9\xe9\xd2\x8a\xa8\x24\x1b\x54\x11\xde\x80\x94\x4e\xae\x8a\x3b\xcb\x63\x92\x8b\xcb\xda\xb1\xd8\x63\xbd\x20\x33\x11\xa6\x85\x18\x14\x8e\x92\xb4\x6e\x42\x01\xa2\x9e\x29\xfd\x62\xe0\xaf\x3a\x03\x4a\x90\xac\xff\xbf\x36\xb2\xe4\x25\xb1\xef\x63\x72\x24\x92\x47\x20\x61\x49\xc9\x7a\x7e\xcc\xa4\xfa\x26\xaa\x39\x14\xc9\x48\xe8\xe2\xed\x73\x5d\x84\x80\x4c\x7e\xc6\x24\xea\x7e\x26\x6f\x10\x42\x5a\xe4\xf6\x61\xb9\x27\x12\x47\x32\x09\x16\x69\xc1\x58\x54\x75\xe4\xc6\xf0\xe2\x3f\x12\x46\x14\xbd\x48\x30\xed\x23\x03\x94\x12\x6e\xab\x80\x63\x24\x41\x02\xb8\x82\xfe\xb3\x49\x2d\xe0\xc3\x4f\xfb\x06\xcd\x85\x84\x13\x2c\xfb\xa8\x4f\xa4\xb4\x71\xe1\x44\x5d\x09\xea\x93\xad\x23\xe1\x1b\x66\x11\x4f\xfb\xe2\x12\xb4\x0a\x52\xb2\x9e\x1f\x93\xde\xfd\xbe\xb4\xcb\x3b\xe9\x6a\xd6\xfb\x9d\xbe\xd6\x86\xc3\x54\x3d\xee\xb8\xad\xba\x14\xa4\x53\x76\xb7\xce\x1e\xe5\xb2\x94\x21\x04\x8c\xf8\x40\xb2\xb9\xae\x5a\xc3\x93\x90\x1d\xb3\xd9\xab\x23\xd3\x41\x91\x32\x72\xb3\xb9\xae\xda\x83\x81\x9a\x21\x03\x9c\x5e\x57\xb2\x91\x9e\x70\x8b\x67\x73\x5b\xf5\x4c\x7f\xc9\xe6\xb6\xea\x99\x04\x83\x6c\x6e\xab\x9e\x97\xfe\x7b\xae\x83\xdd\xe9\x7f\x9b\xcd\x54\x5f\x95\x21\x01\x6c\x55\xd7\xb5\xd9\xac\xfd\x8d\x4c\x23\x65\xb8\x01\x1b\x19\x38\x19\x6e\x40\xe5\x27\x67\x79\xb1\x4a\x99\xc8\x92\xa7\x0c\x3f\xe0\x0b\x14\xca\xe6\xc5\xea\x8b\x62\xa5\xec\x99\xec\xe8\x86\x19\x7e\x40\x24\xef\x53\x36\x17\xd5\xee\xc6\x71\x93\x32\x45\x1b\xaa\x59\xc8\xc7\x3d\xe5\x4e\x41\x7d\x26\x4f\xa4\xe8\x85\x79\xd2\x57\xcf\xd1\xa4\x70\x52\x8b\x9b\xcd\x35\x15\x44\x5b\x90\xcd\xc9\x14\x54\xb4\x97\xcd\x79\x14\x56\xe7\x85\x98\xf3\x28\x2c\xc0\x61\x36\xe7\x51\xd0\x9a\x9d\xcd\x71\x14\xe4\x8c\xc9\xe6\x38\x0a\xaa\x14\xce\x81\xa9\x6a\xe8\xbc\xce\x16\x6f\xcb\x9c\x45\x01\x86\xce\x94\xcd\x51\x14\xd6\xa3\x23\x69\xd9\xa3\x23\xa7\x6d\x31\xd1\xe4\x48\x3b\x81\x7f\x39\xd2\x4e\x7d\x81\x78\xf9\xa0\x36\xd3\x71\x8e\x97\xf0\x78\x12\xe8\xce\xd4\x40\x64\xa7\xab\xe9\x6d\xf2\xb6\xa0\xe4\x53\x2d\x68\x46\x62\x5e\xf9\x0e\x19\x4a\x3e\x25\x03\xe4\x78\x45\x43\x61\xad\x4c\x99\xfa\x07\xf8\x6a\x52\x36\xc7\x4e\x52\x45\x4b\xc6\xa9\xb3\x87\xb6\xb0\xdc\x41\x58\x99\xda\x07\x91\x8e\x64\x9c\x3a\x7e\xe9\x3f\x2c\x77\xa0\x74\x16\x25\x9f\xae\x42\xdd\x43\x64\xf8\xe7\x44\xa5\xb2\xda\x4a\xdd\x43\x9c\x3a\x0f\xab\x7d\xea\x3c\x48\xbb\x09\x8d\x66\xea\x1e\x1a\x49\x11\x59\x7c\xf4\x4e\x77\x7f\xd8\xe2\xcb\x42\x42\xa0\x24\xec\x0c\x09\x81\xfc\xed\x99\x5a\x87\x07\xe7\x43\x86\x64\x00\x21\x24\x2b\x40\xb5\x52\x2a\xfd\x17\xc9\xef\xa7\xd5\x99\x64\x5e\x16\xe7\x6c\x0e\x99\xa2\xea\xe6\x0c\x93\x40\x53\x5b\x50\x77\x43\xed\x23\xe5\x8c\x94\x8a\x9e\x36\x4b\xe9\x8c\x37\x88\x0c\xbc\xa6\xe9\x4c\x2a\x85\xaa\x74\x32\xaa\x6e\xa7\x3f\x9a\xf3\xa5\xae\x47\xed\x34\x4b\x55\x6e\xbe\x4c\x2a\xc5\xe9\x65\xb6\xa8\x57\x25\x5a\x66\xd2\x28\x36\x0e\x82\x4c\x1a\xc5\xd6\x08\x2b\xa8\xa0\xb1\x2c\x64\x9c\x2e\xe1\x5c\x05\xa6\x04\x8d\xea\x82\x4e\xc6\xab\xab\x98\xa9\xf6\xa8\xc7\x17\x64\x92\xf4\x8d\x0a\x5c\x4e\x45\xff\x11\x4a\x25\xaa\x95\xd1\x6e\x97\x03\x2a\x93\x16\xa1\x14\xcf\x5c\x48\xea\xc4\xd5\x9a\x49\x89\x18\x84\xcc\x33\x29\x11\x0d\xff\x79\x36\x27\x4a\x3b\x6f\x10\x25\xb7\x89\x1b\x2d\x9b\x03\xa5\xb9\xad\xab\x68\x3c\x85\x39\x09\xa5\x67\x08\xe2\x1d\x91\xb0\x4c\x5a\xc4\x79\x8b\xe6\x3c\x49\x32\x33\x72\x65\x3c\x9d\x16\xd8\x78\x52\x44\x26\x57\xaa\xa4\x59\xb0\xf3\x61\x02\xa8\x92\x03\x4a\x59\xf5\x06\xf9\x9d\xaf\xd3\x31\x8b\xf3\x79\xd3\xf5\x2b\x1d\x8d\x7f\xab\x68\xce\x38\x4d\xb2\x56\x20\x9c\x26\x62\xef\xc9\xb0\xed\x05\x35\x84\x8c\x89\xec\x69\xb2\x39\x4b\x92\xb2\x43\xb2\x39\x4b\xfa\x60\x5d\xcf\xe6\x28\xe9\x03\xc8\x94\x11\x7d\xdb\x5d\xe7\x51\x6e\xa2\x09\xfa\x38\x47\xfc\x7c\xcf\xb9\xb7\x9c\x6c\x6a\x92\x6b\x1f\x0f\x10\x35\x10\xf9\x70\xc9\x8f\xb9\xb4\x66\x35\x89\xf8\xd1\xb5\x45\x14\xd0\x74\xf4\x66\x8b\x3b\x9a\x53\x24\x21\xaa\x97\xb2\x39\x44\xd2\x22\xa5\x2f\x77\xf8\x6f\xd4\x7d\x3b\xbc\x2f\x58\x3c\xd9\x9c\x20\x09\x39\xc7\x94\x3b\x24\x10\xd8\xce\x19\x72\x00\x07\xac\xca\xe6\x00\x89\xa9\xea\x48\x03\x93\x49\x0b\x84\xe4\xda\x9d\xb6\x70\x7e\x4c\xdd\x1d\x9e\x13\x75\xdf\x2e\xb0\xcc\x5b\x83\x18\x40\x10\x38\x77\x4a\xc8\x82\xda\xb9\xf9\x82\x6c\xe1\xfc\x88\x9a\xf2\x07\x9a\x00\xb2\x44\x70\x7e\x44\x30\x4e\x1e\x4a\x54\xa5\xd5\xf0\xc5\xab\x96\x20\xcb\xf1\x41\xf2\x61\x86\x08\x00\x56\xd3\x94\xc5\x15\xdf\x75\x1e\xc4\x07\x43\x5b\xf6\x7c\xf2\xca\x67\x8a\xff\xd3\xa3\xb6\xd8\xf3\x25\x7d\x43\x15\xff\x03\x9b\x33\x8e\x8f\x0c\xa8\xcf\x2a\xfe\x3f\x2d\xa3\xf8\x5f\xcb\xc7\x43\x7f\xed\xda\xe2\xf9\xf4\x76\x1f\x2a\xa0\xf5\x6d\x1f\x34\x0f\x00\xd0\xf9\xe1\xf9\x5e\x1d\x29\x7b\x72\xcf\xa9\x25\xdf\x1c\x1e\xc6\xee\x62\x5b\xb7\xda\xfd\xdd\xfa\xff\x63\x34\xd5\x64\xf0\x5c\x9f\xbf\xbc\xa9\xf9\xf9\x7c\xde\xa7\x45\xcf\x17\x01\xe1\xbb\x3e\xef\xe7\xb8\x51\xcb\x6e\xb9\x9c\x72\xdd\xf3\x73\x79\x7c\x94\x7e\x9a\x9f\x2f\x0e\x46\x8c\x2a\x9b\x53\xc4\x28\x04\x6c\xeb\x57\xdc\x87\xb7\x4d\xe5\x7f\xc1\x3e\xce\x22\x8b\x37\x72\x3a\xae\xf8\x29\xb8\xa1\xa1\x9c\xf2\xfb\xe9\x21\x68\x92\x56\x3d\x42\x1a\x27\x39\x24\x1f\x16\x80\x31\x67\xd4\x7d\xa8\x86\xdf\x6a\x47\x3f\x71\x8e\xb9\x74\xc6\xe7\xec\x6c\xba\xcf\x17\x07\x20\xba\x90\xdf\x1b\x0b\x39\xc6\x12\x8c\x00\x72\x38\xe4\x77\x7d\xad\xa7\xf7\xbc\xdf\xfb\xc0\x13\x90\xa7\xfb\x8c\x1b\x5a\x3f\x3f\x6d\x08\xbd\xfb\x8f\xa2\x4f\xa4\x2a\x59\xa9\x11\x29\x5c\x23\xe9\xe0\xbf\x28\xf5\xb8\x94\xe7\xaf\xf7\xc2\xdd\xe7\x65\x81\x98\x32\x96\x0c\x03\x46\xf8\xff\x53\x9e\x5f\xd8\x5c\x5f\x8b\x7a\x85\x24\x83\x61\xde\x77\xb2\x87\xce\xff\xb8\x9e\xd4\xdf\xe6\x2f\xe7\x2e\x7d\x69\x7e\x7a\x18\xea\xfd\xeb\x8b\x85\x92\x1a\x90\xd7\x95\x31\xda\xd4\x65\xe4\x05\x09\x08\xe9\x1a\x19\xef\x49\x90\x69\xbd\x20\xaa\xd6\xf8\x5c\x1f\x89\xfe\xdf\xc8\xaa\x53\x36\x88\xd9\x5f\xc0\x7c\x5e\x12\xb7\xd4\xd6\x0d\x8f\xce\xa5\x66\x99\x73\xc5\x2d\x35\x42\x15\xd2\xda\xba\xe2\x6e\x53\xd3\x0d\x6c\x7e\x5e\xf6\x94\x41\xcd\x58\x09\x22\xe5\xf5\x85\x44\x35\x15\x93\x29\xe1\x75\xef\xfd\x85\x49\x00\xae\x79\x7f\xdd\x40\x70\x67\x7f\xdd\x40\x43\x70\xc7\xef\x2c\x3a\xc6\xfe\xb2\x81\xb4\x38\xc0\x43\x5f\x08\xbe\xe4\x7d\xc3\x44\x08\xb0\xa7\x8c\xd0\x5b\x19\xba\xc7\xed\x02\xe8\x5d\xa5\x7c\x6a\x16\xd2\x1d\xa2\xfb\x1b\x1a\x42\x45\xfb\xf9\x5a\xc6\x27\xde\xbf\xa6\x0b\xed\x99\x5f\x47\xd7\x9e\xfb\x4e\x96\xec\xd3\x7d\xab\x8a\xd5\x79\x8a\xfb\xde\x0b\xde\xee\xa2\x3a\x86\x1c\x4f\x5d\x6b\x71\x57\x52\x44\xb9\xfc\x85\x5a\x86\x91\xb5\x05\xe1\x07\xd6\x79\x39\xb5\x08\x51\xa2\x7a\xa9\x9c\x5a\x84\x39\x57\xd7\x19\x37\x05\x60\x61\xf7\x94\x2f\x43\x42\xef\xa5\xb8\xf9\xb5\xec\x61\xcf\xba\x93\x08\x21\xfa\xe2\x44\x88\x60\xd3\x41\xf1\xbf\x52\x00\x0a\x7b\x2e\x95\x9d\xca\x20\x8b\xff\x32\x81\xb0\xf5\x8b\x32\x25\x8c\x1f\x97\xb6\xfc\xaa\x4b\x20\xb0\x5b\xfc\x25\x47\x90\xc3\xa2\xf8\x4f\x5b\x9b\xbe\x52\xfc\x25\x0f\x56\x7e\x7f\x81\x2c\xa0\x61\xe0\x14\x2f\x72\x76\xdd\x15\x6d\x6d\xaf\xab\xa9\xaf\xe7\xa9\x34\xd4\x42\x5d\xc2\x03\xdc\x2f\x1e\x42\x90\x73\xee\x22\x84\xab\x27\x32\x33\xe6\xc1\x3d\x52\x82\x58\x82\x69\x13\xca\x6d\x7d\x69\x0b\x6c\x0d\x9a\x2e\x70\xd3\x3f\x4c\xb5\xe5\x28\xb6\x95\x53\x39\x50\x4e\xfa\xc3\x7b\x26\xb3\x62\x28\x36\x6b\x4a\x2f\x01\xf7\x11\x09\x1b\x05\x26\x80\x82\x59\x52\xc4\x04\x80\x81\x58\xa8\x41\x50\xaf\x2c\x86\x62\x23\x8a\xe4\xa9\x18\x8a\x8d\xcd\xa9\x4d\xf6\x9c\xa7\x97\x41\x44\x0f\xa1\x65\x2a\x96\xe2\x10\x1b\x31\xbd\x82\x6e\xfa\x26\xff\xa6\x40\xd3\xb7\xa9\xfb\x28\x91\x52\x58\x22\x6f\x85\xd4\x86\x4e\xcc\xa5\x50\xf9\xdf\x49\xa4\x28\x91\x12\x58\x4c\x81\x02\xea\xf5\x7a\xda\x88\x6e\xf4\xd2\x1d\x08\xef\xea\xf9\xa8\x37\xf0\x8f\xce\xa3\x2a\xf8\xd5\x1d\xec\xf9\xfa\xa3\xbb\xe3\x1e\xd3\xd7\x41\x27\x3d\x9c\x6b\x12\xdb\xd8\x3a\x92\x38\x0e\xf9\x58\x25\xa9\xbc\x8c\x27\xa2\xc6\x20\x82\x75\x4a\x52\xc9\x2b\xdf\x81\x1a\x83\xc4\x08\x2f\x09\xd6\xdc\xa4\xff\xec\xf9\x12\xcb\x53\x81\x84\x5e\xf9\x78\x25\x11\xc2\xed\x3a\xaf\x81\x32\x19\x37\x89\xf4\x1d\x8d\x07\x52\x16\xf2\xd6\x79\xe2\xa9\x52\xcb\x28\x71\x55\x2f\x30\xc4\x5b\x4a\x0f\x7f\x59\x26\x0a\x8c\x7c\x4f\xd0\x69\x06\xc2\x2a\x39\x13\xc5\x32\x18\x22\xaa\x9d\xa9\x64\x04\xe8\xd4\x25\x32\x55\x75\xa4\xed\x15\x80\x72\x23\xc9\xb3\x00\x94\x95\xa2\x56\x0c\x28\xc7\xa7\xea\x2a\x85\x2d\x5e\xae\x01\xe5\xf8\x68\x5a\x01\x28\x77\x26\xf0\x62\x40\xb9\x20\xcd\x98\x0a\x40\x39\x50\xdc\x51\x32\x89\x6c\x45\x77\x20\x3f\x59\xaf\x53\x7c\xf4\x78\xdd\x4a\xa6\x72\x70\xea\x89\xac\xeb\x3e\xb8\x4c\x0a\x4a\x6b\x03\x98\x5e\x28\xe6\x1f\x1a\x74\x14\xf3\x0f\xb5\x13\x3e\xfa\x41\x5a\x6a\xa1\x98\xff\x61\xb1\x2c\x85\x32\x39\x4d\x2e\x85\xe7\xd3\x67\x20\x33\x41\x8c\x33\xc5\x80\x72\x19\x9a\x56\xa1\xd8\x1b\x53\xf7\xb3\x4f\x3b\x00\x90\xa5\x50\x1e\xd7\x74\x77\xca\xe3\x5e\x6d\x4d\xca\xd3\x78\xd7\x45\xe5\x61\xba\x26\x9e\x5d\x6c\xb4\x52\x11\x10\xc4\x4b\x5e\x2a\xe5\x50\x78\x49\x0b\x74\x7a\x13\xb7\x40\xa1\x78\x5f\xc9\x79\x85\xe2\xfd\xa9\xbb\x43\xa7\x27\xa2\x92\x62\x00\xba\x9c\x89\x81\xa2\xfd\xa9\xa1\x52\x71\x48\x11\x68\x2c\x70\xd1\x23\x23\x94\x0a\x05\xfb\x22\x4e\x28\xc8\xa1\xcb\xcd\x52\x0e\x80\x0e\x53\xb1\x95\x62\x00\xba\xc8\x3f\x5e\xa8\xc8\x5f\x1a\x74\x55\x4c\xa1\x3c\xa3\xb8\xe8\xf1\xa3\x96\x46\x99\x0f\x28\xb3\xa0\xa2\xb6\xa3\xb6\x28\xf1\xc1\xc1\x50\xda\x2d\xeb\x53\xda\x5e\xa1\xd2\x7e\xeb\xa9\xa9\xb4\xdf\xb8\x38\x0a\xf4\x78\xb3\xe8\x9e\x08\x03\xea\x9d\x53\x2b\x70\xa6\x20\xe8\xf1\xc4\xa1\x59\x1a\xf5\x2f\x4d\xe7\x99\xc3\xc3\x69\x0a\x22\x15\x40\x31\xa2\x42\x8d\x80\xd3\x42\x4f\x8d\x80\xd3\xb2\x6e\xa8\xb7\x3a\xb0\x47\x81\x54\xde\xe9\x89\xfb\x8d\x34\x9c\x29\xd8\x90\x6f\x12\x5d\x5f\xa1\x36\x00\x5d\xb9\x54\x3e\x5a\xbc\xb3\xe8\x82\x7e\x51\xda\x4b\xa5\xf3\x9c\xd8\xbc\xa5\xdf\x94\x90\x57\x63\x44\xd4\x78\x55\xff\x23\xdb\xa2\x11\xd3\xa1\x87\xd3\x32\x46\x4d\x80\x38\xa7\x8a\x21\x60\x73\xa6\xff\x6c\x8d\x1b\x4a\x55\x52\x6b\x39\x35\x01\xe1\x90\xdd\x95\x53\x59\x3f\xe6\xc6\x69\x52\x86\x58\x5e\x69\xe9\xa1\xc7\x7b\xe6\x52\xcf\x1c\x5f\xc9\xa2\x46\xd8\xf8\x48\x26\xf4\x3d\xa8\x0f\xa8\x1a\xd5\x90\xcc\x9f\x37\x45\x7d\x40\x95\x11\x31\x48\x9c\xd5\x97\x1b\x9f\xbe\x73\xd3\xdd\x5e\x18\xa6\xf9\x96\xe3\x66\x49\xca\x74\x2c\x86\x90\x53\x0f\x3a\xff\x3a\x7c\x44\x2d\x54\x94\x1e\x50\xfc\x94\x1b\xb9\x9c\x1a\x01\x7f\xc8\x75\x0a\x68\x19\xa1\xa8\x54\x1e\xbe\xfb\x5f\xeb\x07\xca\x73\x29\xa5\x94\xbd\x52\x9e\xcb\x08\x8a\xae\x6c\x2a\xcf\xb5\x9a\x94\xe3\x5f\x28\xe6\x6f\x4d\xff\xb7\x0b\x70\xb3\xfe\x37\x7f\xd8\x26\x6b\xbc\x3c\x94\x4f\xe0\x0f\x2c\xcf\x2f\x02\x60\x5e\xcf\x23\x1e\x7e\xfd\x6f\x01\x0b\x45\xe8\x0b\xb2\xe7\xe5\xbc\x88\x9b\x48\xf5\xea\x4e\x00\x67\x8f\x2b\xa5\x90\x4d\x50\x75\xee\x2b\x16\x50\x3a\x01\xf5\x01\x8d\x18\x46\x79\x3f\x6b\x51\x53\x33\x92\xe7\x0f\x0e\xb1\x42\x46\x41\x02\xf0\x95\xf7\x2b\x93\xd1\x33\x01\x94\xbb\xa6\x19\x03\xca\x2d\xc9\x5a\x35\x90\x9c\xd0\x15\x48\xc5\x00\x72\x3f\xdd\xc8\xc0\x71\x47\x78\x3e\x15\xa4\xce\x3b\x8c\x49\x85\x62\xfd\x0d\x61\x46\x39\x35\x02\xef\x9c\x5a\xe4\xa8\x11\x40\xf4\x26\x95\xf9\x11\x4c\x00\x91\x8b\x01\xe2\xba\x34\xfc\x0c\x0c\x67\x15\xd2\x94\x09\xa7\x0c\xb5\xdb\xe5\xa3\xc8\x5b\x04\xb2\xca\x01\xc1\x79\x8a\xde\xa1\x50\x27\x70\x26\x6f\x03\xc1\x2d\x69\xd2\x87\x26\x4f\xc1\xaa\x72\x00\xf0\x3a\x28\xad\xcc\xfb\x8d\x97\xbe\x1c\x54\x79\x55\x03\x72\x5e\xb2\x63\x25\xf9\x96\x03\x90\xfd\x5c\xfa\x02\xa8\xad\x6d\x59\x5d\x07\x1c\xd7\xb9\xa9\xd2\x28\x02\xc7\x86\x00\x68\xd5\x62\xea\xd3\xc4\x21\x99\xf3\x92\x6e\xaf\x04\x20\xab\x8a\xb3\x50\x2b\x10\xd5\x57\xbe\x5a\x01\x55\xcb\x97\x53\x2b\x90\xa5\x34\x9d\xca\x42\xb6\x09\xf7\x50\xa1\x4e\x60\xcb\x4a\x5f\x84\xdf\xbd\x8e\xa4\x24\x2c\xea\x48\xb2\x48\xb4\x74\x80\x80\xd7\xd0\x5d\x28\xf7\xdb\x7a\xca\x4b\xa2\xf2\xca\x28\xa0\x56\x20\x52\x5f\x5e\x0c\xfd\x46\xc5\x8b\xca\x46\x65\x6e\xea\xbf\x88\xf7\x9c\xeb\x1a\xa2\x8d\x67\x19\xa4\xfa\x7e\x69\x72\x30\x34\x6b\xc2\x6c\xb6\x05\x47\x90\xbe\x1c\x69\x04\x68\x9a\xa5\x42\x30\x75\xe3\x97\x2e\xd0\xde\x29\xf4\x5a\x36\xd9\x30\xb8\x18\x0b\xf9\xff\x72\x31\x16\x14\xd5\x32\xd3\x7b\x45\x93\x7c\x83\xaf\x2a\xb9\xff\x99\xb7\x58\x9d\xc4\x5b\x75\x24\x99\x30\x2c\x12\x95\xbc\x7f\xd1\x04\x56\xf2\xfe\x51\xd1\x4b\xd5\x82\xa7\xd5\x37\x5d\x45\x02\xb5\x91\xad\xc6\x74\xec\xd8\x32\x32\x14\xe7\x75\x87\x41\xbd\x89\x8e\x84\x0c\x05\xe7\x57\x75\xa8\xe3\x11\x4d\xab\x86\x64\x63\xc6\x9d\x5b\x1d\x35\x2c\x5d\xf7\xdb\x68\x41\xd0\x16\xaa\xea\xb5\xe4\x56\x88\xe8\x2b\xc6\x40\x35\xe4\x5a\x2b\x66\x55\x35\xd4\x5a\x11\xd9\x49\x15\xe5\xb4\x86\xe7\xa4\x7a\xf4\x5d\x70\x80\x55\x4f\xa6\x0f\xae\xde\x4a\xe2\x7e\x63\x86\xac\x90\xcf\xa7\xa4\xab\xf4\x83\x42\x67\xfc\x8b\xc4\x4d\xaa\xf0\xd2\x77\x0a\xcf\x2b\x74\x76\x0a\x7c\x55\xaf\x6a\x5c\x5e\x06\xc2\x6a\xbd\xab\x01\xf6\xf8\xca\x1c\xad\x80\x57\x4f\xde\x79\x85\xc6\x4e\xdc\xdf\xd5\xc0\x6b\x1d\xac\x53\x35\x10\x73\xc0\x49\x51\x0d\xbc\x1a\x71\x8a\x6d\x25\xc2\x36\xbc\x36\xa4\xc6\x87\x5e\x37\xea\x69\xfe\xfc\x87\x8a\x51\xd1\x1d\x10\x8e\x2b\xba\x83\x0d\x43\xa1\x82\x1a\x48\x74\xf2\x3a\xd2\x3e\x2f\xca\x6a\xa9\x1a\x68\x4d\x0a\x60\xd5\x40\x78\xe9\x9c\x67\xcf\xf7\x76\x5d\xd3\x9e\x2f\xe0\xe1\xac\x06\x5a\xeb\x8b\xf5\x51\x0d\xb4\x26\x51\x72\x57\xe8\xea\xe4\xd9\xac\x14\xca\x3b\xec\xd2\x1a\xaf\xef\x51\x1e\xd8\x6a\xc0\xb5\xce\xb3\x65\x9f\x18\xf5\xa3\x54\x23\xd3\xed\xd4\xb9\xf6\x8c\x93\xac\x9c\x1a\x99\x6a\x1e\x1d\x09\xba\xe9\xba\x8a\x3d\x63\x04\x10\xd6\x88\x44\x48\xd0\x55\xc8\x75\xc0\xd6\xab\x91\x5c\x07\x7c\x8b\xd5\x80\x6b\x13\x1d\x59\x35\xe0\xda\x64\x43\x56\x42\xb5\x55\xf7\x4b\x4c\xab\x64\x2d\xd4\x84\x44\x08\x16\x6c\x4d\x84\xd0\xc8\xe2\xa8\x09\x6b\x92\x34\xb3\x9a\x48\xca\x23\x0c\x56\x93\xe4\x41\xb8\xbb\x01\xd7\xe6\xf5\x9d\x12\xfa\xca\x5e\xf7\xb3\xe5\x33\x39\xb5\xcc\xa6\xa0\x47\x43\x34\xe1\x4c\x24\x21\xb1\x26\xf8\x6c\x28\xf0\xab\x86\x40\x9b\xd7\x34\x93\x91\x20\xd2\xb3\x93\x3f\x9f\x58\x68\xab\x21\xd0\xe6\x87\xfe\xb3\x65\xa1\x62\x19\x56\x48\xdf\x3d\x76\x5e\xcd\x3c\x03\x41\xeb\x9a\xd1\x88\xd6\x5b\x32\x04\x9a\x44\xcf\x5c\x51\x44\x0b\xd4\x96\x56\x14\xd1\x02\x13\x75\x35\x04\xda\x02\x56\x74\xa5\xea\x3d\x11\xb7\xa9\x86\x40\x5b\xa4\x8c\xaa\x42\x2b\x57\x0a\x4f\x6b\x08\xb4\x25\xe2\x4b\x95\x50\xad\xdb\xda\xf2\x14\xe6\xd1\x16\x08\xdf\x93\xa6\xc3\x02\x41\xb2\xd3\x7f\xf6\x8d\x92\x26\x24\x42\xb5\xe2\xc1\xaa\x84\x6a\xd1\x37\x49\x95\x50\x6d\x66\x11\xab\x45\x24\x15\xfa\xcf\x9e\x4f\xa4\xcb\xd5\x10\xa8\xe5\x0a\xd8\x96\x3d\x43\x5e\x3a\x0f\x12\x06\x6c\xe3\x8a\x8e\x77\x61\x61\xa8\x95\xcc\xc0\xae\x2d\x7b\x06\x31\x18\x57\xaa\xd7\x8b\xa6\x5f\x43\x99\xa9\x68\xc6\x31\x94\x69\xde\x3a\xdb\xca\x88\x4d\xf1\x44\x84\x69\xdb\xd6\x55\xec\x19\x3a\xa8\xae\x56\x96\x02\xcd\x62\xf5\xab\xeb\xd0\xdc\x85\xea\xd9\xd0\x33\xa2\xe5\x3d\x34\xb6\x0d\x69\x36\x55\x22\x54\x43\x99\x4d\xa9\xd9\xd5\x50\x66\x7b\x35\x76\x51\x3c\xd3\x92\x5d\x0d\x65\xb6\xa9\x69\xdd\x62\xb0\xc9\x16\x8e\x7f\x9e\x9a\x25\x86\x06\xad\x51\x6d\xf0\x7b\x6b\x28\x35\x4a\x9c\xf0\x62\x56\xb8\xdb\xab\xba\x61\x93\x7f\x8f\xd7\x66\xc0\x34\x89\x0b\xa5\x4a\x08\x8d\x0c\xf3\x2a\x21\xb4\xa5\x66\x0e\xb6\x74\x15\xa4\x9f\xcf\xfd\xec\xd1\xd7\x79\x20\x12\x06\x35\x24\x50\x3b\x53\xf1\x4d\x35\x60\xda\xd0\xf1\x49\x15\xb5\x33\xa7\xe5\x85\x70\x6c\x03\x20\x56\xa4\xbc\x45\xad\x5c\x0d\x98\xf6\xa0\xa1\xdb\x15\x7e\xa6\x9d\xe4\xa3\x07\x42\x84\xd5\x40\x69\x0f\x59\x5b\x16\x9b\x08\x85\x8e\x67\x80\xb4\x07\x5c\x0a\xb5\x23\xfb\xac\x6e\x61\x80\xb4\x07\xc2\x87\x15\x8a\xb7\xb0\x74\x3f\xa4\x67\x96\xae\x62\x31\x87\xa0\xc9\xd6\x00\x67\x8f\xb2\x10\x90\xe9\x8e\xb8\xa7\xaa\x01\xcd\x1e\xf5\x44\x70\xb0\x77\x75\xd8\xc1\x33\xa8\x83\x0c\x08\x16\xd4\x61\x0d\x5c\xf6\x24\x1b\x64\x90\xea\xa5\xc9\x68\xc0\xd6\x89\xd7\xb5\x42\xdd\xd6\x65\x59\x50\x78\x9e\xf4\xa5\x87\x68\xea\x98\x1c\x50\x2f\xcb\xe7\x2a\x93\x1c\x7e\xbe\x98\x00\xe5\xd0\xdd\xed\xf9\x32\xf6\x5e\x35\x30\xd9\x8b\xbe\xd1\x23\x5f\x33\xcf\x60\x20\x32\x89\x1c\xba\x4a\xb9\x8c\x4c\xff\x8a\x34\xf7\x88\x3a\x52\x62\xa0\xdc\xcf\x10\x62\xaf\xaf\xb6\xac\x0f\x0e\xf5\x2c\xa4\xb9\x1b\xfe\xe0\xfa\x40\x4d\xe7\xb5\x35\x28\xd6\xe1\x9d\x51\x39\xde\x92\xce\x03\x29\x9d\x23\x49\xca\x55\xbf\x7e\x48\xca\x05\xbb\x54\x24\xb9\xbb\xcc\x03\x10\xe1\x83\x95\x5f\x0d\x11\xf6\x4e\xa0\xb8\x1a\x22\x4c\x22\x09\xae\xd0\xb9\x0d\x6a\x52\xeb\x8b\x32\x1b\x3e\xed\x6a\x68\xb0\x3f\x9a\x88\x5f\xc4\x31\xa7\xce\xb3\xef\xf7\xa8\xd5\x86\x04\xfb\xa3\xb7\xfb\xa2\x3f\x5d\x74\x24\x62\xa7\x5a\x8e\xd1\xd9\xae\xb2\x13\xdf\x4b\xbd\x27\xfa\xb7\x6a\x68\xb0\xcf\xa4\x7b\x92\x05\x42\xce\x50\x7d\x55\x2f\xc0\x95\x26\x82\xae\x78\x7a\x2b\xca\x65\xf2\xcd\x57\xa8\xdb\x12\xce\xc1\x6a\x28\xb0\x29\xb2\x52\x27\xb9\x78\x1a\x2f\x13\xe1\xc8\x73\x15\x84\x23\x5f\x1d\x49\x1f\x95\xed\x3d\x49\x3c\xd6\xcc\x61\xe8\xaf\x2f\x3d\xff\x24\xdb\x45\x4b\x88\x21\xbf\x2e\x96\x9d\xfa\xa5\xce\x8a\x5b\xb6\xce\x2b\xef\x23\x3e\xdd\x3a\x3f\x79\x1f\x99\x18\x86\xfc\x7a\xd2\x4c\xb8\x3e\x79\x1f\x3c\xfe\x15\xa2\x74\xa5\x78\x56\xa5\xd7\x5a\x42\x09\x5f\x59\xc8\xcf\xb0\xa4\xf6\x5c\xf2\xe8\xa5\x05\xfa\xe8\x6e\xe7\xa9\x2c\xa9\xba\x60\x56\xd5\x42\xbc\x20\x7e\xa9\x7f\x0b\x9d\xd6\x13\x1e\x0d\x73\xe9\x33\xae\xfe\xed\xe1\xd5\x1e\x1a\xb7\x30\xb7\xa6\xa3\xf5\x91\xee\x6a\x0d\x5d\xef\x3d\x46\x60\x01\x79\xee\x04\xdc\xad\x87\xce\x2d\x1c\x5e\xf4\xba\x6e\x04\xf9\x5c\xe3\x0b\x97\x22\x51\x9d\xea\x17\x2e\x95\x57\xae\x7e\xe1\x52\xa5\x6b\xd6\x2f\x5c\xfa\x0a\xb0\xed\xcf\x72\x7d\x74\x56\xfe\x02\xa4\x3a\xe6\x0b\x99\x6a\xd1\xd8\x9f\xa4\x84\xba\xf8\xfe\xa8\xbe\x34\x51\xec\x1b\x66\x54\xad\x61\xfd\x15\x36\x95\xbd\xf2\x2b\x6c\x2a\x6b\x71\x7f\x19\x05\xea\x02\xfb\x86\x19\x37\xae\x9f\xba\xbf\xac\x02\x4d\x89\xfb\x8b\xb0\x53\x09\xd9\xdc\xaf\x50\xe3\xcb\x9e\x1b\x6a\x7c\xb3\xf6\x7c\xa5\x36\xb8\x55\x9a\xfb\x2a\x0e\xe9\x3c\xcd\x7d\x95\x77\x58\x5c\xcd\x7d\x59\x05\x5d\xc7\x90\x65\x03\x9c\x6b\xee\xcb\x40\x79\x74\xd5\x76\x83\x9c\x41\x7b\xfa\x97\x87\xf0\xb0\x47\x92\x32\x89\xad\x4f\x7f\x60\xe9\x79\x6e\x38\x59\xf5\x8a\xcd\xfd\x22\x6b\x56\x3b\xd6\xe9\xe8\x0a\x79\x36\x77\xc3\xc9\x72\xb5\x34\xff\x71\xf2\x33\xe8\x9a\xff\x24\x75\xc8\x44\x6a\x00\x59\x87\x97\xbd\xf9\xab\x20\xf5\xf2\xb6\x9b\xbf\x44\x23\xf2\x7c\xb7\x2f\xfc\xba\xce\x31\x97\x6c\x44\x2c\xfb\xed\x28\xab\xd5\xf9\x06\x9d\xd5\xee\x1e\xa6\xf0\x76\xf8\xda\xeb\x7c\x49\x6f\x6c\xfe\x23\x29\xa7\x17\x35\x7f\x49\x9c\xc5\xef\xdf\x54\x9d\xfe\x33\x9b\x78\xed\x31\xc4\xe7\xbb\xce\xf8\xd4\xb5\x4e\x5b\x48\x2a\x04\xcb\x34\x43\xb5\xb1\xe8\xfa\xe1\x12\x95\x2b\x4c\xdc\x54\x95\x6e\x24\xd7\xbc\xa1\xa3\xb0\xd6\xa6\xea\x70\x5b\xb8\xce\xd5\xad\xa7\x3b\xe1\xd9\x71\x88\xb0\x5b\xb8\x59\x39\xca\x74\x69\xe1\xcb\xca\x29\xba\x72\xbb\x7b\x40\x9a\xed\xa8\xac\x8d\xfb\xbc\x87\xb8\x7d\x1c\xb1\xa2\x76\x94\xd6\xc6\x94\x03\xa7\x85\x9b\x69\xb7\xa3\xee\x75\x59\x7d\xdf\xa4\xe7\xfa\x32\x55\xd4\xb7\xc3\x47\x6a\xc0\x94\xdd\x4e\xa5\x7a\x39\x35\x14\xed\xab\x54\x17\xcd\x5c\x8b\x5f\xfa\x01\x28\xaf\xc5\x78\xf7\x9c\xeb\x5c\xbf\xfc\x24\x1d\xbb\xc5\x2b\xd5\xa3\x82\xbf\x16\x6f\x99\xa6\x42\xdc\x4d\x95\xeb\x3f\x7b\x30\x3b\x9b\x2a\xd7\xd3\x3b\x5f\xcc\x9a\x16\xaf\x56\xcb\x8b\xd3\xa4\xc5\x4b\x2b\xb8\x09\xa5\xb7\x5f\x8a\x6c\x24\x59\xb7\x43\x31\x37\xef\x9b\x8f\x1f\xbb\xe8\xd6\x95\x3f\x5a\x4d\xd2\x00\xda\x21\x7d\x9f\xa7\x7e\xbc\x91\xf8\xdc\x98\x3b\xdb\x51\x64\x5b\xa7\xae\xbf\xa5\x4b\xb1\xa7\x64\x8b\x76\xaa\xda\xf7\x5c\x18\x4a\x4d\xb4\x73\xd9\xcd\xa9\x51\x9a\x2e\xc3\xec\x22\x11\xa7\xa5\x8f\xaf\x8c\x48\x48\xfb\xe8\xe7\x14\xc9\x6a\xa7\xba\xdd\xcd\xad\x99\x29\x7d\x04\xf8\x4e\xc7\xfc\x62\x37\xd0\x31\x66\x8a\xfd\xe0\x87\x7f\x5e\xfe\x9a\x0a\xdf\xf3\xcf\xca\xaa\x8b\xcd\xb3\x67\x6b\x62\x4b\x97\x06\x49\x8e\x99\x96\x7e\xf9\x39\x99\x50\x7e\x09\xba\x69\xb8\xe6\xcf\xbf\x8d\x43\xa5\x91\x6f\xdd\x8b\xfe\xbf\x5c\x19\x9b\xd0\x60\xcb\x7a\x65\xe9\x94\x79\x35\x0a\xe1\xab\x3a\xbb\x0a\xe1\x73\x3a\x21\x9e\x26\x15\xb7\x9c\xe7\xab\x97\x9c\x2f\xdd\xd9\x9b\x74\xd5\xeb\x5f\x93\xf8\x4d\x3b\xc5\xf0\xf9\xd0\xe9\xb5\x7c\x33\x41\x66\xd6\x31\xef\xdd\x83\x5d\xda\xc4\x21\x6f\x7b\x74\xe5\x75\xf6\x9c\x49\x56\x3c\xf2\xc6\xab\xc2\x07\x2d\x77\xa8\x4d\xfc\xda\xad\xf8\xb3\x47\xf5\x06\x4d\x45\xf2\x3f\xc3\x91\x4c\x87\xa6\x22\xf9\x5c\xe7\x0b\x80\x6e\x05\x27\x07\x09\x88\xcd\x9c\x00\x15\xa9\xfa\xd4\x0e\xed\x5d\x9b\x0a\xf8\x36\xf1\xca\xff\xec\x79\xb4\xe7\x92\x24\xbc\xe7\x98\x7e\xf7\x10\xca\x6f\xe5\xea\xba\xbe\xe0\xa5\x56\x9e\x6f\x0f\xd3\xc2\xa1\xc0\xeb\x77\x5a\x38\x14\x78\x7d\x4e\x2d\x8d\x87\x6b\xbe\x4f\xb1\xb8\xb6\xa2\x2c\x0b\x9e\x4e\xc5\xf3\x3f\xff\x63\xf3\x36\x73\x24\x44\x11\x4f\x37\x15\xce\xe7\x3e\x95\xa6\xdc\xea\xe5\x4c\x3a\xdf\xb0\x7e\x09\x93\xfa\x62\xf5\xc6\xbd\x54\x5f\xdd\x0e\xef\xfc\x38\x4c\x34\x4d\x8a\x70\xf9\x26\x4c\xb6\x43\x8f\x37\xe6\xd4\xa4\x7f\x9c\x0c\xe3\x2e\x7b\xa7\x5a\x7e\x1c\x79\x93\x56\x7f\xb1\xba\xd2\xff\xeb\x25\x53\x11\x1f\x66\x3b\x79\xe1\xcf\x7c\x87\xce\xfa\x98\x4d\xf5\xe5\xeb\x8d\x11\x89\x6f\xb3\x89\x36\x2f\xbf\x87\x0e\xb9\x35\x7f\xf6\x28\x85\xba\x9d\xea\xf9\x9f\x3d\xbc\xdf\x16\xbf\x3d\xba\x4e\xba\x7b\x48\xca\x6e\x24\x85\x27\xdc\x8e\xed\xd0\xe8\xcd\xf9\x66\x5d\xd5\x62\x0c\xe7\x1b\x1d\xd5\xb8\x79\x27\xe9\xf6\x25\xd8\x82\xe5\x9b\x79\x20\x72\xd1\x94\xa3\xc4\xf0\xbc\x0e\xe5\x64\x3b\x55\xf3\x6b\xca\x11\xda\xda\x2f\xd9\x19\xde\xb6\xaa\xe6\xf3\x9a\xdb\xa9\xe5\x7a\x27\xfb\x8e\x33\x55\xce\x17\x37\x5f\x9c\xdb\xed\x54\xce\xbb\x43\x02\xd8\x4e\xe5\xbc\x9b\x2f\x7e\xf5\x76\x2a\xe7\xdd\x7c\x9b\x8e\x49\x77\x0f\x46\x67\x93\xb2\xdc\xcf\x1e\xf0\x5f\xeb\x97\x74\x67\xe2\x68\x6d\xfd\x66\x98\x9d\x05\xbe\x7f\xe5\xaa\x43\x7b\x3e\xc2\x19\x2d\x2a\x0a\xa7\x97\x9f\xa9\x5d\x4f\x71\xb3\xef\xce\xbc\xda\xdf\xbb\xa7\xe9\x2c\x91\xae\xf8\xf9\x16\x3d\xc5\x25\x42\x57\x32\x6e\x83\xb4\x3e\xea\xab\x8e\xab\x53\xa1\x2a\xef\x36\x2e\xfd\x9c\x38\x88\xda\xd1\x67\x0f\x73\x6b\x4e\x1c\x9f\xbc\x18\x2e\xb0\xa6\xf0\xb9\x31\xcf\xf1\x8e\xa5\x30\x57\xe2\x91\xef\x6d\x47\x61\x2e\xcd\x97\x98\x6b\x93\xc2\x5c\x49\x53\xda\x34\x6d\x8c\xbb\x27\xea\x18\x65\x9e\x31\x26\x45\x58\x6f\x51\x3d\xde\xef\xf8\x28\x06\xf1\x49\x35\xb4\xdb\xa5\x3d\xd2\xc6\x65\x96\x78\x89\xd5\xb5\x13\x4e\xcf\x73\xe2\x84\x6d\x27\x9c\x9e\x79\xe6\x7f\x5e\xf2\x54\x8c\x5f\xf2\xdc\x44\x4e\xda\xa1\xdd\x2b\xa7\x12\xb5\x29\xac\x5e\xca\x14\x9c\x6f\x0a\xab\x97\xcf\x3e\x56\x58\xfd\x67\x8f\xac\x6e\xe5\xa9\x97\x72\x34\x03\x9a\x42\xeb\xa5\x5c\x1b\xee\x50\xf0\xd5\x39\xb3\xae\x33\xee\x1e\xc2\xca\xed\xa1\x34\x48\x43\xf5\xb9\x25\x27\x02\xe9\x4d\x39\xea\xa5\xce\xad\xee\x8f\x43\xe5\xbc\x32\x1c\x2a\x92\xf9\x6b\xe2\xc9\x2f\x6d\x2e\x59\x9f\x50\xf1\x79\x9c\x4d\x4d\x54\x7c\x3f\xff\xe3\x83\x6d\xca\x4f\x2f\x7d\x4e\xb0\x6c\x33\xe7\x4a\x12\x07\x4b\x7b\x3f\x34\x79\xf6\x88\xb6\x8c\x67\x34\x07\x4b\xdb\x00\xf3\xf6\xde\xe4\xdb\x57\x9f\x8b\x70\xfb\xd6\x54\xf3\x5e\xd2\xec\xdb\x3e\x88\x27\x96\xce\xbf\x19\x43\x5b\x66\xc1\x0b\x37\x8f\xa6\xc3\xf7\x22\x24\x91\xf1\xb5\xf7\xe3\xe7\x21\xca\xd4\xe6\x1d\x26\x67\x49\x39\xe1\xf7\x3e\x97\x06\xb1\xf2\xd1\xf3\x9c\xe2\x30\x6d\x87\xaa\x2f\xcf\x15\xb5\xe7\x26\x6c\x9e\xe1\x46\x81\xbf\x6a\x74\x9a\xc2\xf0\xb9\x4e\x11\x2b\xb4\xf9\x65\xe1\xe0\x54\x6a\x27\x1f\x7d\xcf\xa5\x45\xf5\xd0\xf6\xc5\x43\xf2\xd8\xe6\xf8\x9e\x49\xf7\x91\xb5\x5b\x0e\xc5\x44\x3b\xd4\x7d\xf5\x2e\xe0\xf3\xd2\x9b\x6d\xd9\xa5\xe6\x9c\x89\xf3\xd5\x35\xf6\x6d\x1d\xb1\x8c\xb6\xa8\xbf\xc1\xd7\xdd\xd6\xf5\x36\x6c\xbd\xfb\x75\xbd\x0d\x67\x1c\x1c\xe7\xcc\x3c\x8e\x97\xb6\xae\xd9\xa6\x64\xd3\x66\xce\x99\x9f\xb7\xc6\x56\x81\x31\x80\x36\xac\x0f\x49\xe3\x00\x6a\xeb\xf2\x17\x9d\xa9\x92\x3a\xe8\x47\x93\xf4\xba\xcb\xef\xab\xfe\xb1\x2e\xa1\xb8\x82\xe0\x4d\xde\x97\x9f\x45\x43\x93\xeb\xba\xe4\xd2\x12\x0d\x6d\x47\xdd\x6e\x1f\xb1\xaa\xf6\xa9\xdb\x2d\x8d\x9c\x7d\x97\x5f\x25\x25\xb4\xfd\x25\x33\xc3\x7c\xd5\xf6\xb5\xfe\x55\xdc\xd6\xf6\x1d\x2f\x4a\x0b\x68\x9f\x07\x46\x25\x7d\x6d\xdf\xba\xf5\x57\xe3\x4e\x1e\x98\x1f\x03\xf8\xd5\x9e\x8f\xdb\x0c\xd7\x76\xdb\x5f\xf2\xfe\x50\x0b\xfb\x77\x8c\xae\xfc\xcb\x03\xc3\x17\xf9\x3c\x30\xe2\x0e\x6b\x5f\xe2\xfa\xa4\xf2\xaa\x6d\x6a\xb4\xb4\x5c\x6d\x6a\xb4\x84\x27\xcc\xf3\x92\x1f\x30\x49\x27\xfc\x5f\x78\x8e\xae\xfa\xe9\xaa\xff\x02\xff\x65\xb6\x22\xa9\xd7\x83\xad\x9b\xa2\xa3\x02\xc1\xee\x30\xe7\x87\xfe\x2f\x67\x2c\xa9\x98\xb7\x1f\x2f\x4b\x98\x13\x27\x79\x77\xdf\xdc\x51\x74\xcc\xa7\xd5\xbe\x75\xd5\x3b\x7f\xaa\x1e\xa5\x1f\xd2\xfd\x78\xea\x48\xba\x3c\x2d\x3f\x0b\x44\xd7\x59\x97\x65\x5b\x42\x53\xdd\x5d\xb3\x55\x9a\xec\xdd\x7d\xc8\x10\x17\x70\xf7\x1f\xf9\x3a\x0b\x5a\xff\x48\xf8\x55\x2b\xdf\xfd\xd5\xeb\x7e\xc9\x5b\xec\xfe\x7a\xa0\xd4\x3f\xba\x97\x39\xaf\x6b\x7c\x24\xf4\xe5\x6f\x0e\xcb\x7e\x72\xe0\xdf\xf9\x62\x45\x76\x7f\x45\x02\x35\xdd\x75\x39\x61\x7e\xac\x48\x9c\x4f\xdd\x5f\x66\x50\x89\xfd\x77\xff\x4d\xbb\x4b\x7b\x1e\x32\xd5\x1f\xb6\x2e\xd9\xb5\x32\xca\xbb\x27\xf3\x85\x41\xda\x7f\xf3\xf4\xf3\xba\x3e\x99\x7b\x89\xfe\xf4\xe0\xbe\x8f\x45\x87\x09\x17\x15\x0a\x16\x77\x94\xf2\x44\x6a\xd8\x51\xca\x4b\x7a\x71\xa4\x18\xf8\xf3\xdf\x97\xf5\x84\x2b\xac\x87\x5f\x59\x3f\x3a\x86\x77\x51\xd7\x7c\x89\x7b\xf4\xe3\x7c\x29\xc7\xcd\xda\x0f\x5f\x7f\x9b\x33\xab\x0d\x9f\x73\x81\x25\xa4\xcb\xf9\xf2\xb3\x60\x30\x38\x7b\xb8\x0e\x29\xa5\x95\xf6\x30\xbf\xe9\xc3\xb3\xc7\xa6\xdb\x12\x75\x8d\x6f\x19\x02\x49\x74\xf2\xe7\x83\x3a\x93\x39\x5d\xe2\x0b\xea\xe9\x1f\x6f\xbf\xf0\x4b\x8f\xf1\x9b\xae\xb5\x27\x7d\x4b\x14\x6d\x90\xc3\xc5\xb0\x2c\x6d\x88\x1f\x23\x30\x5e\xfc\x1e\xaf\x59\x22\x0c\xda\x8f\xfc\xfd\x33\x27\x11\x82\x7e\x54\xf5\xde\x43\xd4\xdc\xe3\x2d\x9f\x9b\x67\xcf\x7d\x27\xaa\xdd\xe9\x9f\xc3\xe5\x7c\x91\x78\xe3\x03\x2f\x4e\x8e\x1e\xaf\x8a\xa2\x10\x79\x97\xc3\xe5\x67\x78\x62\x14\x75\x73\xb8\x58\xc1\xb2\x6d\x21\x2e\x89\x9b\xa7\xcb\xd9\x62\x14\x10\xb4\xd5\x9c\x2d\x5d\x25\x55\x3d\x89\x8c\x85\x6b\x1f\x27\x4b\x9b\x8b\x18\x63\xa7\xe2\xdc\xab\x8f\xab\xe2\x3c\x69\x0b\x81\x60\x3d\x9f\x2a\xce\xb3\xee\x82\x56\x32\x8e\xf8\x4e\x1a\xc3\x04\x6f\x75\xf3\x9a\x14\x5f\xd4\x82\x49\x9c\x54\xcf\xb2\x88\xac\xe9\x9a\xfb\x5b\xb6\x79\x43\xe6\x29\x29\x4e\x53\x4c\x26\x0d\x80\x88\x5d\xcf\xc4\x58\xbd\xb6\xae\x50\xee\x4b\x2a\x4b\xcf\x97\x31\x57\x62\xbc\x3d\xdf\x65\x45\x4c\x01\x5d\x49\xf7\xd0\x78\x74\x92\xee\xa5\xd4\xd1\xf3\xe5\x64\x50\xbd\x4f\x57\x85\x3a\xc6\x4a\x47\xe7\x5e\x46\x5d\xcf\x5f\xa9\xef\xab\xd6\x5a\x06\x59\xd5\x34\x9b\x3f\x67\x35\x8e\xf5\x9e\x3f\xc2\x6c\xaf\x3b\xfe\x1a\x03\xb4\xe8\x78\x44\xda\xc1\x65\xdd\x3c\x22\xce\x53\x59\xd3\xcd\x1b\xe2\x1c\xc6\x41\x37\x4f\x88\xf3\x60\xe1\x6e\x5e\x10\xa7\x04\x9d\x6e\x5e\x10\xa7\x24\x94\x6e\x5e\x10\xe7\x48\xc9\xed\xe6\x01\x71\x9e\xe5\xad\x9b\xf7\xc3\x39\x9c\xc1\xdd\x3c\x1f\xce\xab\x37\x99\xd7\xc3\xb9\xa9\xb6\x3c\xf6\x9f\xc6\xb3\x79\x3b\x9c\x9b\xba\x83\x71\x2b\x45\x52\x52\xba\x79\x39\xbc\x98\x20\xba\x79\x38\xb6\x8a\x80\xbb\x79\x38\xbc\xfc\x5e\xdd\xbc\x1b\xce\x81\x6e\xba\x79\x37\x9c\x27\x3d\xa6\x9b\x67\xc3\x49\x65\xaf\x9b\x57\xc3\x79\xe2\xfd\xdd\x3c\x1a\xce\x2d\x5d\xc5\x9e\x2f\x64\x1d\xa9\xe7\xa3\xd5\x95\xe7\xc3\xf5\xdd\x2b\xcf\xf7\x33\x8f\xff\xf3\x52\x52\x79\x74\x7c\xc0\xbd\xf2\xe8\xfa\x4c\x95\x47\xc7\x7e\xe8\xe6\xcc\x70\x52\xbd\xeb\xe6\xc8\x70\x2a\x20\xec\xe6\xc4\x70\x9e\x14\xc0\x6e\x0e\x0c\xe7\xf0\xb6\xf6\xc6\xa7\xd5\x0b\x6c\x7c\xda\xad\x2d\x3e\xad\x86\x69\xe3\xd3\xe2\x84\xe9\x8d\x4f\x0b\x38\xed\x8d\x4f\x4b\x3d\x67\x6f\x3c\x3a\x6e\x87\x6e\x8e\x0a\xe7\xb1\x67\x7b\xe3\xd1\xb5\x7c\x98\x83\xc2\x79\x4d\x71\xe6\xa0\x70\x4e\x4b\x93\x39\x27\x76\xd4\x14\x69\x8e\x09\xaf\x3a\xf4\x6e\x4e\x89\x1d\x35\x5d\x99\x43\xc2\x8b\x5e\xba\x77\x9e\x0f\xfb\xb8\x9b\x23\xc2\x85\xa2\xff\xec\xf9\x82\xba\xb5\x39\x20\x5c\xd0\x34\x65\xce\x07\x17\x70\x17\x75\x73\x3c\x38\x65\x22\xf5\xce\xa7\x25\x06\xd4\x3b\xcf\xa7\x89\xa7\xf3\x69\x41\x7e\xbd\xab\xeb\xea\x2a\x83\xfb\xa9\x2d\x0f\x6d\xd1\xd6\x82\x18\x85\xaf\x62\x4e\x83\xa0\xe0\x70\x1f\x10\x95\x10\x85\xea\x50\xf2\x89\xf8\xa2\x0f\x6a\x45\x64\x5b\x1d\x7e\xfe\x3a\xdf\xaa\xa3\x6d\xba\xdd\x9a\x6e\xa9\x4c\x17\x71\x42\x1f\x64\xf2\x90\x51\xd5\xc7\x2f\x29\x15\x5d\x0d\x2d\x11\x4d\x84\x54\xa7\xbf\x5a\x70\xcd\x71\x90\x1e\x2d\x8d\xe3\x32\xb4\xca\x0d\xd6\x45\xcd\xa7\x05\xfb\x38\x0d\xea\x9c\x9a\x8c\x50\xba\x13\xbb\x55\x1f\x77\xda\x11\xb5\x62\x37\xa7\x41\x93\xc4\x68\x37\x87\x41\xf7\x60\xab\xfe\xa0\x37\x42\x96\x51\x7f\x50\x0d\x93\x79\x62\x9e\x80\x2a\x06\xaf\xfe\xdc\xf2\x3c\xe1\xbb\x7e\xbc\x00\x6d\x4e\xa7\x6b\x23\x97\x84\x23\xae\x3f\xd7\xfc\x50\x31\x64\x3f\x29\x14\xda\xb2\x6c\xc0\x46\xb2\x45\x07\xf9\x27\xa7\x36\x5b\xd2\xb5\xd7\xc2\xf2\x5c\xe7\xd0\xd6\xf2\xfb\x48\xb3\x59\x2d\xdd\x54\x38\xf1\x9d\x7e\xa1\x7e\xb5\xfd\x25\xf3\x51\xc6\x9a\xa1\xfe\x56\x74\x25\x43\xfc\x75\x04\x1d\xf9\xcb\xfb\xc1\x33\x7d\x7a\xf4\x42\xe5\x9d\x94\x8a\x0a\x52\xee\x10\xf0\x3b\xcd\x01\x68\xd1\x47\x2d\x6a\xaa\x42\xff\x01\xac\x5a\xb4\x5e\xe9\x31\xe8\x7f\x48\xf8\x41\x57\xfd\x43\xfb\xaa\x59\xef\xa4\x55\x9c\x2f\x07\x6d\x5f\x9d\xba\x13\x6c\x12\x20\xbc\x6e\x28\x3f\x49\x47\xa7\xa3\x43\x2f\xea\x90\x6e\xe8\x3e\x49\x32\xa9\x1b\xb2\x4f\x4a\xd5\xef\x53\x7d\x9a\x31\x66\x88\x3e\x27\x5c\xbd\x1d\xca\x3e\x89\x35\x77\x69\xcf\x93\xff\xd6\x27\xa5\xa6\x9a\x15\xe7\x8d\x73\x1e\x44\x81\xfe\xfc\x3a\x47\x3f\x6c\xf1\x9c\x24\xd4\x1f\xe3\x72\x7e\x32\x68\x5a\xce\x50\xc1\xcb\xe7\xbe\xfb\x33\x50\xfb\xdf\xa6\x75\x03\xf5\x45\x99\x37\x1d\x4e\xfe\x41\x3e\x54\x5f\x9f\x95\xa9\x8e\x82\x48\xde\x8b\xeb\xa7\x2f\x88\xbe\xb4\x16\x2b\xcb\x22\xfb\x39\x49\x62\xec\x06\xe6\x6b\x94\x3d\x02\x99\x99\x94\xd9\xfa\x6a\xdf\xea\xaf\x6b\x03\xe4\xbd\xce\x25\x37\xfd\x51\xbb\x2c\x63\x4d\xaa\x61\x7d\x7d\xce\x0c\xbc\xe5\x7d\xdd\x78\xcb\x81\x87\xe4\xda\x8f\xae\x33\x2c\x47\x5d\x85\x79\x9d\x3c\xfb\x57\x76\x0a\xc4\x66\x4b\x68\x68\x93\xc4\xac\x29\xd4\xc0\x7a\xcb\x24\xdc\xf6\xad\x4f\x4f\x9b\x36\x89\x89\x38\x1e\xfa\xa6\x72\x53\x70\x15\x2e\x7e\x85\xf7\x3a\x54\x7e\x9b\x62\xbf\xbe\x71\x68\x91\x18\xdc\xe1\xe1\x97\xf4\x67\x37\x30\xde\xbb\x56\xf1\x4d\xe6\x1a\x9c\xa2\x7d\xab\x6b\xab\x9d\xf2\xf5\xc6\x39\xcf\x5d\xbe\xca\x71\x22\x55\xc3\x91\xab\x4e\xf0\x79\x38\x86\x34\x0e\x85\x21\xf9\x79\x6c\x9e\x61\x60\xbc\x37\xfc\xc8\xc3\xa1\xf6\xc7\x62\x3b\x0c\x88\x27\x25\xbb\x0e\x47\xe6\x0c\xf6\xe3\x70\x24\x91\x4e\xfd\xf7\xc9\xc9\x54\x9d\x4b\xa2\xec\xa3\xf6\x8c\x8b\x34\x9d\xce\x87\x2f\xa7\xa9\x85\xef\x45\x1a\xc4\x17\x87\xa3\xda\xf8\x5c\xed\xd3\x58\xa7\x97\x0c\x77\x9d\x32\x72\x27\x0e\x8f\x46\x0a\xe1\xcf\x01\x3b\xd9\xc6\x69\x37\xc8\xc1\x17\xd5\xde\xf0\x24\x30\x33\x01\x0c\x43\xca\xe9\x65\x01\x18\xb0\x93\x15\x10\xd0\x30\x84\x6c\x5c\x2a\xb6\xd5\x49\x79\xe5\x5d\xf9\xfb\x4c\x8b\x30\xf2\x30\x64\x9c\x94\x80\x31\x48\xb4\xcf\x8f\xae\x34\x8f\x5b\xe9\x25\x2f\x6b\x50\x29\xfe\x2e\xdd\xf7\xc6\x33\x5e\xfc\xe8\x83\xd4\x84\xa7\x6b\x8b\x04\x53\xd2\x3d\x86\xa1\x61\xcb\xcb\xb6\x2d\x9b\xa6\x5e\x26\xe1\x61\x68\x38\x09\xd7\x8e\xf0\x85\x93\xf5\x2d\x4e\x2a\xc2\x9c\xcb\xeb\x8c\x7a\x9e\x44\xd4\x7c\x23\x5c\xe4\xa7\x48\xd1\x08\x1f\xf2\x9b\x3a\xc6\x96\x62\x29\x43\x8c\x83\x84\xdb\x51\x30\x1c\x24\xe2\xd7\xa4\xbb\x1a\xfa\xc9\x98\x5c\x23\xf0\xec\x4d\xcf\xf6\x3d\x3b\x63\x71\x18\x02\x4e\x5a\x2a\x07\xc9\xf8\x83\x11\x3f\x0c\x01\x27\xd1\x73\x8f\x78\x63\x7e\x72\x72\x8f\xc8\xdc\x84\xfd\x3d\x0e\xf2\x2d\x73\x65\x9d\xff\xa5\xa7\x14\x9d\x51\xaf\x73\x06\xaf\xc5\x88\xd7\xf9\xba\x8b\xee\x83\x70\x2d\x4b\xd7\x88\xc4\xb4\x88\x6a\x0f\x43\xbc\x55\xc9\x0d\x23\xc2\x33\xe6\x75\xe4\xbc\xc8\x86\xd1\x3a\xa8\x2c\x17\x79\xff\x40\xbd\xae\xb2\x8c\x8c\x24\xd4\xb3\x0e\x37\xed\x10\xca\x65\xee\x1c\x27\xa5\xa0\x9e\xb8\xc8\x80\x53\xed\xbc\x1b\x2a\xcc\x8b\x9e\x3d\x7d\xe4\x20\x8f\xfb\xcb\x72\x30\x00\xc0\x03\x48\x33\x00\xc0\x0f\x19\x1c\x03\xca\x35\xf9\x31\x87\x01\xe0\x52\x8b\x1a\xc0\x34\xc6\x74\x3b\xc4\x99\x6f\x36\x81\x1a\x01\xdd\x97\x5e\x63\xa2\x22\x14\x7b\x73\xa4\x9b\xed\xb6\x8a\x1e\xd7\xac\x93\x42\x08\x67\x00\x82\x97\xba\x58\x46\x4e\x04\x80\x34\xa8\x36\x97\x9c\xd1\x30\x10\x9c\x94\x4c\x38\x3e\x00\x2c\x07\xc8\x38\x00\xb8\x9f\xfc\x88\x61\x00\xd8\xb8\xac\x6d\xab\x92\xe9\xae\xff\x78\x5e\x72\x6e\xc6\xe1\xc9\x5f\x53\xe4\x78\x83\xbc\xff\x01\xd2\x18\x06\x80\xb3\xa8\x3e\x06\xe0\x57\x61\xef\x91\xbf\xcc\x12\x0d\x8b\x0c\x71\xc2\x39\xda\x3e\xff\x26\xfc\x3e\xc8\xfd\xf7\x7a\x5e\x38\xf2\x33\x61\xd4\x51\xae\x2a\x98\xc2\x6a\xe3\x70\xe4\xd7\xa3\x34\x3d\x0a\x43\x5f\x13\x10\x92\xf2\x5d\x77\xa2\x0a\x3d\x11\x03\x18\xe5\xf2\x9f\xaa\xf4\x6f\x94\x3b\xe4\x5f\x4a\xd8\x06\xb5\x00\xe3\xd5\xdd\x06\x5c\x5a\x3a\xfa\x2b\xfd\x23\x44\x3e\x0a\xdd\x5e\x93\x0c\xb5\x02\x5e\xc3\xb9\xc0\x47\xa9\x6f\x71\x78\xf2\xcb\x7c\xc1\x71\xa3\x42\x18\x01\xb6\x18\xf5\xab\xfc\x25\xb6\x35\xea\xcd\xc2\x9a\xe0\xab\xa1\x50\xbf\x49\xfc\xd0\x97\xa8\x1d\xf0\xd8\xc4\xc3\x40\xb1\x55\xa1\xda\xd6\x95\x8f\x91\x68\xea\x80\x23\x7f\x6b\x82\xa9\x2c\xd3\x9a\xaa\x15\xda\xff\xb1\xd5\x71\x7f\x0c\x43\xc0\x49\xe8\x6a\x54\x12\x7c\xb5\xf4\x19\x02\xb6\xda\x3b\xdb\xfa\xc2\xf9\x49\xff\xdb\x54\xa7\x7a\x95\x71\x68\xde\xfc\x51\x32\x1b\x5f\x28\x7f\x63\x5c\x0d\x6a\x09\x54\x72\x37\xd0\x8e\x6f\x60\xdc\xd1\x6e\xac\x49\xf4\x84\x03\x4e\xb7\xac\xf1\x65\x88\xd8\x78\x32\x6d\xcb\xfa\xb8\xd8\x92\x07\x45\x03\x8a\x0b\x0d\xd4\xef\xa6\x16\xf7\xc6\xd2\xb6\x74\xcd\x01\xcd\x35\xcf\xdb\xae\xda\x9f\x10\xc5\x30\x54\x1c\xcb\xb9\xa7\x4d\xed\x89\x38\xce\x80\xc7\x2d\x3d\x6a\x3d\x35\x64\xf8\x07\x06\x5a\xf1\x62\x29\x1d\x0a\xcf\xdb\x64\xc6\x9b\x57\x78\xfe\x67\x69\xc2\xff\x3e\xfa\x55\xa8\x7c\x31\x86\x46\x47\x26\x48\x63\xa0\xdf\xe9\xfd\xd5\xfd\xa9\x6e\x1f\x5b\xf7\x30\xc4\x31\x34\x73\x51\x48\xb0\x31\xea\x46\xbf\xca\x8e\x53\x4f\xd2\xaf\x26\xf5\x31\x53\xfa\xcd\x1e\x93\xd6\xcd\xe8\x37\x83\x57\x54\xa3\xa3\x7f\xba\xe4\x9a\x94\x3b\x1a\x28\x4e\xff\x53\xdf\x43\xb2\xcc\xa0\xf0\xe0\xcc\x42\x14\x1e\x24\xf0\xc6\x30\x54\x6d\xfe\x5f\xdb\x8a\x14\x45\xf3\x6e\x0c\x51\xe7\x76\xce\x23\x31\x5f\xa3\x99\xc2\x83\x80\x8b\x78\x0c\x49\x23\xe9\x2a\x10\x86\xcb\xbc\x19\xd2\x5f\xff\x73\x39\x28\xf9\x7f\x5d\x0d\x50\x93\x17\x2b\xf7\x30\x9c\xdd\x9a\x66\x6d\x69\xe1\xe1\x18\x1b\x86\xb1\xeb\x23\xa3\x05\x7c\x5d\x9b\xee\xb6\xc1\x8b\x1c\xf9\xe0\xd6\x96\x41\x00\xb6\x76\x1a\x25\xd4\xb5\xa7\xa5\x2d\xc3\x99\x91\x0a\xc2\xa1\x28\xfb\x0f\x8a\xd7\x12\x7a\xc4\xed\x74\x34\x06\x38\xee\xf0\x61\xb8\x3a\x57\x8d\x65\xc3\xd5\xe6\x63\xb7\x2d\x0a\x9a\xd5\x72\xc3\xd4\xc9\xe3\x10\x1f\xa7\x60\x7d\xce\x85\x78\xdc\x00\x57\xab\x8c\x73\x18\xae\xae\x83\x0a\xa7\xf1\x7c\x09\x29\x44\x9c\x86\xe1\xea\xf6\xe0\xd5\x18\x94\x27\x14\x30\xf9\x10\xd3\x9b\x99\x53\x5c\x8d\x12\x05\x2f\xf3\xf7\xbd\x2e\x7c\xc9\x37\x0c\xc3\xd6\xf5\x39\xe7\xdf\xd5\xeb\x05\xa7\x8e\x57\xcf\xac\xab\xd5\xfb\xbf\xe6\xc7\x5f\xd1\xf4\x57\x57\xfc\x64\xa8\x35\xa3\x83\xaf\xf7\xf9\xdf\xbe\xb1\xaa\xc9\xc6\xfb\xe5\x48\x6a\x0e\xa5\x88\xdd\x69\xfe\xa7\x6c\x41\xe5\x41\xe3\x28\xce\x73\xef\x13\x45\x7f\xe6\xd4\x8c\x86\xea\x7c\x50\xdb\xa6\xb8\x2b\x78\xb6\x89\xa1\x4e\x06\xc1\x30\x8c\x9d\x95\xb2\x36\x0e\xc6\xd6\x55\xb0\x50\x00\x5a\xc3\x30\x76\x51\x99\xfc\x40\x69\xde\xe3\x17\x1a\x30\xb7\x89\xbd\x79\x4c\x28\x72\xb2\xce\x93\xb8\x9b\xee\x80\xcc\xb6\x46\x87\xe1\xeb\x32\x35\xb3\x22\x68\x27\x9a\xdb\x81\xa0\xdd\x20\x14\x31\x10\xb4\x53\x31\xc6\x58\x08\xf9\xa9\x27\xc1\x7d\xef\x89\x7d\x0e\xd8\xdb\x54\x96\x33\x0c\x38\xb7\x2a\x10\x23\xee\xfb\xa1\xab\x90\x1d\x11\xb5\x65\xa5\x19\xd2\xc2\x1d\x8b\x12\x28\xcd\xa3\x0b\xa6\x68\xad\x20\x8b\xf2\x93\x1f\xf3\xff\x7f\x6f\xe2\xfd\xe7\xf8\xf7\xff\x67\xfd\x97\x7f\x73\xce\xe1\x62\x16\xe1\xbb\xbd\x2c\xe7\xf0\x8f\x3b\xec\x03\x67\x0e\x67\xe7\x2a\xfe\x4b\x5b\x78\x37\x5c\x63\xce\xe1\x77\x76\xb6\x76\x6e\xcc\x69\xe7\xe4\xc9\x6d\x28\x59\x58\x5a\xb0\x73\x72\xe1\xda\x6a\xb5\xc9\x8a\x70\x4e\xfe\xd9\xc6\xe9\x56\xe3\xe3\x1c\x8e\x59\x07\x9b\x8a\xf3\xba\x26\x1e\x67\x5b\x78\x36\x06\x86\x73\x0d\x57\x33\xfc\x29\xce\xd3\xa4\x86\x8f\xd9\x96\x99\x8d\x4a\x8c\x73\x72\xbe\xda\xfa\x12\x9d\xcd\xc2\xce\xe1\x75\x75\x5d\x4d\x9a\xec\xe4\x89\x60\x06\x75\x6a\x3c\x7e\x56\xd7\xd5\xce\xcd\x4e\xda\x09\x1b\x8a\xb3\x6a\x57\xe7\xf0\xac\xba\x4e\x3b\x13\xaf\xae\xd3\xce\x4e\x3b\xad\xbf\x38\xd7\x69\x67\xa7\x9d\xe6\x65\x71\x6e\xd0\x4e\x9b\xcb\x37\x84\x04\xce\x0d\xee\x6e\x93\x78\x70\x9e\x26\x8d\x76\x28\xfa\x6d\x27\x77\x1f\xdc\x9d\xcc\x29\x2a\xdf\x9d\xb3\xa9\xc0\x62\x18\x76\x23\xae\x69\x63\xdf\x42\x0b\xb6\x53\x47\xe2\xe8\xb6\x91\xbe\xa1\xfc\x70\xce\x46\xb9\x73\x2f\xed\xcc\x3c\xfb\xe4\x74\x1b\x47\x21\x58\xba\x9d\x73\x93\x4e\xb4\x78\x9f\x16\x93\x73\x6e\x29\x16\x61\x94\xda\x21\x70\xf7\xdd\x8f\xcf\xfe\x5f\xff\x16\xe8\xd0\xce\x9b\x37\xc1\x79\x47\x73\xcd\x35\xe1\xbc\xb9\x01\x9c\x37\xb4\xbf\x97\x55\x65\x39\x6f\xc1\x74\x8b\xdf\xfc\xeb\xdf\x62\xb4\xa0\x93\xf3\x5e\x41\x1d\xeb\xb4\xd1\x26\x6c\xe7\x03\x31\x13\x68\xba\xb3\xcd\xad\xce\x1b\xdc\x72\xde\x70\x56\xc0\xa8\x72\x3e\x71\x77\x43\x39\x21\x2f\xee\x9e\xc6\x09\xf8\xfc\xec\xac\x9c\x9e\x08\x69\x64\xf4\x1a\xe8\x75\x3e\xe3\x7b\x97\x54\x42\x61\xa7\xe2\x53\x85\x1e\x12\x38\xbd\x70\x7a\xe3\x74\xed\x54\x68\x62\xa0\x2b\x41\xb7\xf1\x83\xd3\x6d\x59\x74\xb1\xb3\xf3\xe1\x89\x6c\x15\x73\xd1\xfc\x97\xce\x3f\x78\xf7\xf9\xa8\xf1\xe1\xc8\x77\x9c\xd0\xcb\xcf\xce\x97\x23\x27\xd7\x84\x05\xd1\x9b\x6f\xce\xf9\xcd\x91\xe6\x34\x0a\x28\xec\xba\x60\x0e\x23\x17\xcc\x1b\x14\x12\x9f\x38\x38\x82\x11\xe6\x8a\x09\xa8\xe4\xba\x60\x1f\xc7\xa1\xf6\x1f\x7c\xe5\xf4\x18\x4e\xd4\xe9\xe7\x48\xc7\xce\xe2\x4e\xd4\xc3\xb4\x7c\xd8\x49\x18\x08\xdd\xe7\xfc\x30\xb1\xa0\xbd\xec\x90\x58\xce\xd3\x2a\xce\x1c\xa2\xbf\x0e\xa5\xdf\x44\x4c\xc2\xa1\xed\xeb\x10\xf5\x4d\x64\x02\x3a\xc4\x79\x1d\xaa\xbc\x19\xe9\x18\x87\xbe\xae\x43\x2b\x37\x07\xc7\xe9\x0f\x01\x15\xb3\x18\x72\xb0\xe8\x85\x43\xb4\xd5\xa1\xd6\x9a\x37\x53\x10\x2a\x99\x2e\x28\xff\x65\x6a\x27\x47\x6e\xdc\xc9\xe6\x78\x76\xe8\x56\x3a\x04\x2b\xb3\x37\x5b\xdb\x21\x4f\xe9\xd0\xa5\xcc\x7e\x6b\xe7\x64\x27\x4c\xc0\x7c\x0e\xd4\xf7\x1c\xb2\x7b\x79\x19\x7c\x71\x88\xe1\x39\x54\xf0\x4a\xc8\xdc\x88\xfe\x89\x2c\x5d\xa9\xe6\x84\x77\xc8\xb1\x39\x74\xd8\x2a\x7c\xbb\x0e\x1d\x36\x87\xc8\x5a\xcd\x66\x4e\x3a\xc4\xca\x1c\x2a\x65\x69\x59\x11\xae\x43\xa1\xcc\x21\x4b\x96\x56\xe6\xee\x84\xf1\x90\xef\x4a\xea\xf3\xc8\x50\x39\xb4\xa7\x72\xb0\xc4\x31\x87\x2e\x94\x93\x20\x54\xa4\x33\x20\x53\xe4\xd0\x26\xca\xf8\x97\x1d\xda\x44\x0e\x51\xa2\x4c\x81\xa7\x43\x32\xc8\xa1\x15\x94\x9f\xcc\xce\x97\x1b\xc1\x85\xfb\x34\x76\xd2\x93\x51\xd4\x29\x81\xe9\x17\xbd\x1b\x87\xd0\x4d\xc9\x4b\x3b\x79\x21\x2c\xe5\x65\xf3\x44\x8b\x23\x11\x76\x7d\x99\xd6\xd0\x75\x71\x08\xba\x94\x97\x59\x31\xd9\x08\x70\xc9\xc1\x78\x60\xce\x2f\x97\xcc\x15\xe7\x12\x3e\x38\x32\x0a\x5c\x32\xaf\x91\x4b\x91\x4f\x6c\xbe\x7c\x97\xcc\x15\xe4\x12\x3e\x20\x4d\x80\xc9\xe6\x1e\x97\xa8\x17\x09\x83\x9d\xe6\x63\x70\x29\x63\x92\xb2\x44\x26\x46\x47\x3a\xa3\xc3\x3e\x71\x22\xca\x99\xa8\x00\xc7\xaf\xe7\x12\x43\x26\x35\x85\xe2\xd9\x69\x36\xaa\x4b\x68\x2f\x55\x0b\xa7\x39\xe4\x54\x1c\x3a\x2a\x85\x04\x7d\x87\xbe\x88\x43\x58\xa4\x3a\x03\xa7\x0e\x69\x0f\x87\xa6\x47\xcd\xf1\xd8\x13\x98\x0f\xff\x3b\x83\x22\x9b\x1f\xcf\xe5\xa0\xf8\x8a\xbd\x2d\x48\xea\x1d\x7c\xf4\x39\x9a\x33\xc2\x41\x44\xee\x60\x20\xcf\x28\x01\x39\xb8\xad\x9d\x48\xad\x29\xd0\x72\xd0\x3c\x3b\xb8\x9d\x33\x4e\x7d\x07\x93\xb3\x83\xbe\x39\x6f\xcb\xd3\x77\x10\x35\x3b\xd8\x99\xf3\xb6\xb8\x99\x83\x71\xd7\x41\xb3\x5b\x50\x62\x76\x30\xd0\x3a\x68\x67\x4b\x30\xe4\xee\xa0\x2c\x75\xf0\x94\x16\xea\x75\x1d\x6c\x9f\x0e\x8a\xcf\x82\x20\x80\x83\x4e\xd3\xc1\xa3\x59\xe0\xb0\x75\xf0\x37\x3a\x88\x1b\x2b\x24\x92\x0e\xf6\x42\x07\x6d\x61\xcd\x66\xcc\x3b\x48\x05\x1d\x6c\x82\xb5\xf3\x01\x61\x2b\x73\x50\x94\xa5\x65\xb9\x25\x0e\x86\x1b\x07\xb5\x4d\x7e\xf9\x80\xb0\xb9\x38\x68\x5c\x32\x39\xe0\x0e\x12\x03\x07\x7b\x41\x81\x04\xd4\x51\x44\xef\xa8\x9e\xaf\xc1\x62\x09\x8e\xaa\x74\x47\x39\x7a\xcd\xe6\xed\x71\x94\xa3\x3b\xea\xd0\x2b\xf5\xe4\x8e\xca\x73\x47\x91\x79\x2d\x96\x89\xe9\x28\xc9\x76\xd4\x62\xd7\xc6\xc8\xa3\xa6\xda\x51\x4c\x5d\xbb\xa1\x32\x47\x31\xb5\xa3\x8a\xba\x76\x73\x24\x3a\xea\x7e\x1d\xc5\xbe\xcd\xb1\x2e\x51\x15\xe9\x28\x85\x6c\x83\x39\x8f\xc2\x3a\x47\xed\x5c\x2f\xd8\x23\x54\x93\x39\x4a\xc8\xb2\xcc\x2e\x6a\x82\x1c\x85\x40\xd9\xf3\x44\x14\x64\x38\xaa\x30\x32\xac\xb3\x8e\xaa\x08\x47\x29\x44\xee\x4c\x30\xe4\xf4\x3a\x12\x79\x4b\x64\x1e\x25\x25\xd7\x91\x87\x5b\xb2\x65\xa8\x3a\x72\x56\x1d\x89\xaa\xa5\xb2\x32\x90\xbe\xe8\xc8\x5b\x2c\xaf\xa5\x72\x38\x12\xa3\x1c\xd9\x50\x15\xc3\xdc\x91\x81\xe4\x48\x3d\xaa\xc5\x22\xd4\x8e\x44\x23\x47\x86\x51\xad\x96\xbd\xe4\x14\xbe\x27\x6e\xdf\x02\x4d\x22\xe6\xeb\x08\xf6\xb6\x86\x39\x43\xe0\xd3\x11\xed\x6c\xef\x60\xa7\xcd\x6b\x8e\xe8\x58\x2f\xd8\x62\x44\x23\x1c\x61\x88\x1c\x31\x63\xf1\x4e\x3a\xdc\x92\x99\x62\x58\x87\xfb\xcd\xe1\x77\xcb\x14\x6c\x3b\x3c\x27\x0e\x97\x49\x09\xe6\xf8\x74\x00\x51\x07\xfa\x2c\xd9\x30\x9b\x03\x8d\x38\x60\x48\x79\x2c\x25\xd5\x3d\x16\x7f\x71\x0f\x81\x17\xd8\x86\xdc\xc3\x38\x7a\xa0\xf6\xa1\x76\xdd\x3d\x16\x39\x70\x8f\x85\x0b\x6a\x36\x34\xed\x1e\x0b\x00\xb8\x27\xb2\x82\xb1\xfc\x3e\x24\x7f\x3c\x0d\x19\x8a\xca\x8d\x26\xd7\xa4\x76\xbd\x54\xae\xc9\x24\xf0\xd8\x24\xd0\x1b\x1d\xec\xd9\x34\xc9\x62\x79\x39\x60\xce\xbc\xbc\xa5\x97\xb7\xd4\x58\x2a\x5f\xe6\xfb\xd7\xe6\xfb\xdc\x58\xbd\x5f\x9b\xe4\xdc\x4b\x72\xde\x0b\xaa\x78\xcd\xbd\xef\x5e\x33\x32\x33\xc9\x1f\xee\x65\xf5\x7e\x71\xcd\x13\x34\x74\x2f\xa9\x46\x2f\x84\x9f\x90\xe7\xb8\x97\x2c\x9f\x17\xae\x4d\x12\xdb\xdc\x0b\xa2\x7a\x91\x75\x28\x18\x29\x2f\x53\xe5\x3b\x08\xc3\x06\x76\x9a\x95\xef\x5e\xd4\xee\x3c\x2b\xed\xcb\x02\xf8\x4e\x3c\xed\x2c\x2c\xaf\x99\xe9\xee\x25\x6e\x8b\x32\xb6\x7b\x99\x15\x5f\x42\xa4\x85\xf7\x39\xed\x4d\xb8\x49\x19\x2d\x75\x1f\x6e\x9a\xb3\xdd\x4d\x18\x75\xc0\xce\x6e\x1a\xe8\x72\x13\x36\x90\xc0\xe8\x98\x58\x6d\x93\xfc\x8f\x62\x01\x1e\x37\x99\x58\x26\x5c\x16\x05\x53\x6e\x9a\x3b\xc8\x4d\xfc\x40\x0d\x6b\x68\xb2\xf8\x4f\x16\x7f\xc7\x38\x9a\x18\xb5\x93\x48\x7d\x58\xda\xc9\x35\x09\x90\x67\x6c\xb1\xb9\x38\xd2\xf0\x78\x46\x37\xc0\x4d\x46\xf1\x24\xdd\xbc\x9a\x63\xde\x2d\x26\xd5\x65\x9f\xbf\x10\x68\x75\xcb\x3a\xa6\x5b\x01\xe2\x77\x2b\xf3\x74\x8b\xae\xb8\x22\x9f\x03\x7b\x64\xb1\x9c\x2d\xeb\x91\x35\x59\x5c\xd1\x2d\x70\xe7\x82\xa9\xb3\x98\x3f\xd2\x2d\xec\xfa\x65\xdf\xaf\xb6\xce\xe9\x98\x48\x0b\x3f\xd6\x30\x2f\xb7\x5b\x0c\xae\xc5\xfc\xb9\x41\x3f\x8b\x79\x69\x4d\x78\x95\x2a\x3b\x37\x3b\x89\x35\x57\xba\xf7\x66\x52\xdd\x9a\x54\x2b\x3b\x2d\xac\xe8\xb6\x75\xe8\x46\xc6\xa8\xdb\x98\x87\x9b\xd8\x43\x31\xca\x06\xb7\x49\xa8\xdb\x16\x54\xe8\xc5\x9c\x42\x6e\x93\xe7\xb6\xcd\xb7\xdf\x1b\x96\xe0\x26\x19\x6d\x9b\x37\xa0\x37\xcb\xd8\x75\x9b\x19\x6c\xa3\x95\x51\x1c\x3b\x59\xa0\x37\x0b\xf4\xb3\xf2\x5f\x0d\x8a\x6d\xfe\x1f\xb7\xcd\xf1\x53\xbc\x0d\x08\xef\x6c\x02\xf5\xce\x16\xdc\xda\x0d\xec\x79\x67\x86\x93\x77\x90\x00\xb3\x26\x7b\x67\x4f\xe6\x71\x70\xd4\xa9\x9d\x66\xf1\x7a\x5c\x1a\x75\xdb\xaa\xe8\x9d\x19\x14\xde\x99\x41\xd1\xa8\xe7\xf1\xce\xba\x8f\x77\x30\x4f\x64\x4b\xf4\xf0\x6e\x71\x4d\x28\xeb\x9b\x85\x4c\xbd\xb3\x57\xef\x1d\xf1\xfd\x61\x51\x66\x0f\xc2\xf5\x8e\x50\xfe\x63\xb8\xce\x7b\xfb\x2c\xde\xa3\x49\xef\xcd\xc5\xe0\x01\xba\x1e\xa0\x9b\x83\xf5\x29\xef\xed\x5b\x79\x6f\xdf\x2a\x17\x73\x59\x7a\x6f\x2b\x9f\xf7\x16\xc6\xcc\xaf\xa5\x69\x7b\xcf\x13\x79\x7b\xa2\x02\x05\x93\x07\x55\x7a\x0f\x4b\x2d\xfe\x58\x0f\x9c\xf4\xe0\xc8\x8a\x46\xa9\xf7\x2f\xa7\x43\x34\xf9\xd8\x70\xf4\xde\xa6\x6f\xef\xc5\xe3\x6f\x25\x46\xde\x6f\xee\x4e\xc2\x43\x36\x1b\xc7\x83\x00\x7d\x30\xbb\xa9\x75\x1b\x4f\x3e\x58\x34\xd8\x07\x9b\xcc\x1b\x11\x2a\x1f\x6c\x4e\xf7\x21\xb0\x58\x2d\x8e\xb4\x1e\xe6\x83\xc5\xaa\x7a\x35\x60\xe6\x83\x99\x33\x3e\x98\x39\xd3\x87\xe5\x04\xfb\xf0\xb0\xd3\xba\x4f\x49\xe6\x87\xf4\x81\x37\x1f\x90\x8b\xf3\x66\x50\xf8\x68\xf0\xd5\x47\x91\x0e\x9a\x99\xe0\x01\x5f\x3e\x3a\x48\x5c\x2d\xa0\xe0\x51\xea\xf7\x48\xf4\xd7\x61\x46\xbf\x47\xbf\xde\x23\x5c\x5f\x09\xfb\x79\xa4\xdf\x3d\x9a\xef\x95\x6c\x21\x8f\xfa\xba\x47\x72\xbd\xc1\x56\xe4\x81\x70\x1e\x08\xd7\x72\x61\xa7\x79\x0c\x3c\x22\xdc\xed\x31\xb7\x9a\x47\x8d\xd8\x23\x41\xdc\x8b\xe5\x2a\x79\x24\x7f\x3d\x00\xab\x57\x9b\x4b\x3c\x72\x9a\x1e\x1d\xcd\x92\xcd\x9f\xee\x51\x8d\xf4\xc8\x45\x16\x18\x3c\x7d\xb2\x70\xac\x4f\xc4\x61\x49\xf9\xf0\xc9\x3c\x5a\x3e\xc1\xaa\x44\xde\xae\x4f\xe6\x30\xf2\x49\x94\x42\x06\x9e\x3d\x4a\x8d\x1e\x89\xc6\xbe\x2c\x09\xd2\x23\x96\xe8\x51\x49\x2c\x69\x73\xa4\xb5\xc5\x23\x6b\x58\x86\xb9\xa6\x3d\x32\x82\x1e\xfd\xc0\xea\x2d\x20\xee\xd1\xe3\xf3\x88\xf0\xd5\xca\x87\x43\x64\xcf\xa3\xac\x57\x87\x45\x5c\x3c\x5a\x7a\x1e\x11\xbd\x3a\xcc\xe1\xef\x91\xb6\xf3\x68\xda\x55\xfc\x8c\x1e\x79\x32\x8f\x2e\x59\xf7\x83\x6b\x32\xde\x11\xbb\xea\xdd\x0a\x10\x3c\xa2\x4d\x1e\xb5\xa6\x8c\xb6\x9d\x07\x63\x78\x14\x73\xea\xab\x23\x07\xd7\xc4\xe0\xc5\xdf\xe4\x81\x1a\x1e\xa8\xd1\xf2\xe2\xee\xb6\xc4\x7a\x84\x51\xda\x93\x38\x7d\xb2\x13\x6a\x1c\x67\x86\xb9\x47\xbb\xc3\x23\xda\xd1\x23\xef\x13\xee\x7c\x5f\xc4\x3f\x68\xa1\x7d\x0f\xa9\xbc\x87\x4d\xbe\x91\xcd\xed\x21\x04\xf7\x30\x81\x67\x6f\x38\xd9\xc3\x85\xec\x21\x40\xee\xd5\x68\xcc\x3c\xec\xbb\x5e\xb4\xbb\xdb\x90\x8a\x87\xb2\xd5\xc3\xd5\xda\xa6\x67\x27\xd3\x5a\x11\xa1\x8e\xf9\xd6\x3d\x34\xaa\xbe\x48\xa4\xd2\x00\x84\x87\xb9\xd2\x43\x59\xd9\x87\xe1\x4f\x0f\x49\xa5\x87\x9d\xb2\x0f\x43\x54\x1e\x92\x47\x2f\x76\xc7\x42\xaf\x83\xa5\xd0\x43\x4f\xd8\xa7\xd9\x4d\x1e\x7a\x42\x0f\x2f\x61\x87\x57\xc3\xc3\x87\xe7\x45\x84\x87\xec\x92\x87\xfa\xce\xc3\x79\xd7\x89\x62\x7b\x08\xbe\x3c\xcc\x5e\xb9\x5a\xe2\xa6\x87\x2d\xc8\x43\x11\x94\x5f\x2b\xfc\xf0\xa0\x0a\x0f\xaa\x28\x54\x4a\x7b\xc8\x53\x3c\x8c\x29\x35\x58\xf4\xc2\xc3\x23\xe2\x21\x0f\xe9\xce\xd6\x64\x0f\xbd\x84\x87\x53\x22\xa3\x61\xe9\x61\x86\xf0\xd0\x41\x64\xfc\x8c\x9e\x4a\x63\x4f\x79\x71\x09\xda\x69\x91\x2f\x4f\x1d\x6a\x81\x67\xc0\x53\x62\xe8\xa9\x2b\xac\xd1\x72\x24\x3c\xd5\x81\x9e\x92\xc0\x9a\x3b\x4d\x32\xeb\xc4\xab\x0a\x8e\xdc\x60\x4f\xfd\x8f\xa7\xf0\x27\x07\x0b\x52\x78\x6a\x74\x3c\x85\x39\x99\x18\xa3\xa7\x58\xc2\x53\x21\x91\x6b\xe5\x74\x5b\xa8\x3d\x09\xe2\x79\xf3\xea\xc8\xc8\xf4\xa4\x62\x96\x6a\xc9\x01\x9e\x6c\x2a\x3f\x6c\x72\xac\x48\x60\x7b\x32\x42\x3c\xa9\x20\xad\x98\x5b\xcd\x13\x8e\xf6\xc4\xa1\x73\x62\x95\x21\x02\xec\x09\xfd\x66\xcd\xb4\x04\xbd\x3c\x91\xae\x8c\xa0\xb5\x27\xe6\xe4\x09\x2f\xe5\xc5\x7a\x34\x6c\xcd\xf1\x03\x7d\xd2\x60\x45\x17\x7e\xd8\x2a\xea\x87\x4d\x25\x25\x5a\x10\xd4\x83\x2a\x3c\xa8\xa2\x54\xb7\xff\x66\x50\xf8\x87\xaf\xfa\x90\xbe\x53\xcd\xac\xf1\x0f\x06\xc5\x83\x02\x03\xbc\x5d\xfe\x31\x5b\xc7\x3f\xc8\xd3\x11\xe7\xf2\x0f\x2b\xed\x83\xed\x10\x12\xa7\xdb\x87\xf7\x0f\x1c\xec\xd4\xcf\xfa\xa7\x73\xa3\x0e\xf3\xac\xa3\xbd\x9d\xd3\xcd\xd3\x5b\xeb\xe2\x48\x1b\xc6\xfe\x19\x62\x89\xb5\x77\xf0\x30\xeb\x3c\x0f\x3c\xa7\x8e\x26\xb1\x00\x3e\x8f\x48\xd5\x1b\x3b\x27\x3b\x59\xac\x8c\x5c\xdb\x3f\x2f\xa7\x53\x32\x4b\xd0\xc1\xbf\x66\xce\xfa\xd7\xcc\xd9\x44\x85\xa8\x7f\x2d\xfd\xc9\xbf\x28\x68\x40\xd2\xea\x81\x31\x5e\x30\x26\x64\x4e\xb7\x9c\x19\xff\xda\x42\x96\x93\x25\x38\xf8\xd7\x92\x5d\xfc\x9b\x21\x7a\x66\x59\x7b\x29\x64\x78\x01\x90\xc3\xaa\x98\xfc\x3b\xb8\x91\xf9\x1d\x0a\x19\xf4\xfe\xa5\x53\xbc\x70\x76\x67\x56\x6f\x60\x8c\x07\xc6\x14\x0c\x74\xff\xbe\x34\x09\xb6\xec\x46\xdf\x7f\x59\x00\x5f\x16\x40\xab\x82\xfb\x37\x3f\x0d\x55\xfa\x09\x45\xac\xa3\x4b\xce\xc4\x4e\xcb\x5c\xaa\xd1\x0a\xa3\xfc\xb4\x35\xd2\xcf\x44\xfa\x34\x2b\xc3\x34\x7f\xbf\x9f\xca\x4c\xb2\x38\x9d\x9f\x18\x29\xd3\x8c\x94\x4a\x92\xb7\x9f\x18\x29\xd3\x8c\x94\xda\x0d\xe8\xfa\x89\xd9\x35\x91\xc8\x1b\x8d\x9d\x58\x82\x73\x03\xdd\x13\xed\xb4\xe5\xd0\x4f\xc4\x68\x49\x82\xf0\x0b\xa3\x6f\x21\x0d\xe3\x2c\xbb\xd9\x2f\x8c\xa9\x65\x16\x48\xf7\xac\x36\x8b\xc6\x2f\x38\x5b\x1c\xcf\xbe\xf8\x1c\x8b\xcf\x91\x75\x4d\x03\x4a\x7e\x4d\x84\x2b\x0d\x44\xf9\x35\x29\x44\x31\x64\x5c\xa8\x63\xf1\x9b\xb9\x64\x23\xb2\xda\x18\xe2\x9b\xce\xb0\xad\x33\x94\x87\x25\x68\x5b\x1e\x9a\xdf\xc8\x9b\x20\x4c\xe3\xb7\x19\x37\x7e\x4b\xcd\x92\xb5\x6e\x37\x8e\x6c\xe8\x04\x1b\xaa\xf4\x9b\xe5\x77\xb3\xfc\xe2\x38\xf0\x7b\x70\xa3\x41\xae\xb6\x45\x4f\xfd\x36\xe7\xa5\xdf\x14\x9f\x77\xd6\xe4\x4d\x0f\xd9\x00\xdd\x4e\x4f\xde\x98\x1e\x1b\xd3\x83\xea\x43\xbf\xcd\x54\xf5\x5b\x4a\xc3\x9d\x26\x6d\x4e\x97\xa8\x30\x86\xcf\x66\x82\xd9\xa8\x66\x53\x13\x1f\x9c\xbd\xe4\xe0\xec\x25\x37\xd2\x87\x82\xb3\xae\x11\x5c\x82\xa4\xde\x50\x45\x70\x85\x9d\x05\x8a\x50\xf3\xa4\x04\x67\x2e\xf3\xe0\x60\x0a\x5d\x8b\x6b\x36\xae\x69\xd1\x8d\x4e\x59\x4b\x20\x8c\x19\x88\x5f\x76\xb7\xb8\x91\x85\x0e\x03\xa1\xc3\xee\x2d\xe1\x24\x78\xc3\x59\xc1\xdb\x2c\x5e\xb2\xe5\x60\x04\x4f\x78\xd0\x23\x57\xd0\x26\x3b\x6d\x9e\x08\xfe\x41\x0d\x84\x1b\xf9\x97\x20\x15\x9c\xf9\xcb\xd2\x2d\x82\x47\x90\xdb\xe3\xc7\x59\x16\x71\x0e\x98\xfe\xc1\x33\x0d\x13\xb4\x0d\xc1\xbc\x1e\x21\xc0\x8e\x5c\x39\x3d\x44\xe2\x7b\x90\x19\x57\x5b\x69\x43\xb0\xc5\x3f\x04\x5b\xfc\x2b\x5a\xc9\x21\xd8\x94\x10\x42\x95\xc6\xe8\x62\x67\x64\x67\x02\xe8\x72\xa3\xca\x35\x2d\xb8\x5c\xe1\x08\x0c\xa1\x12\x72\x84\xb1\xd5\x59\xe6\x48\x08\x36\xd4\x42\x80\xd9\xd4\xdb\xbc\x14\x82\x45\x87\x43\x80\xc4\x34\xf0\x44\xc1\xbc\xdc\x21\x2c\xe8\x61\x2d\xf7\x34\x04\xeb\x36\x21\x58\xb7\x69\x23\x73\xba\xc5\x02\x42\xb0\x58\x40\x1b\x36\x59\x85\x48\x8c\x2b\x42\xc4\xbd\x6c\xf6\x0e\xd1\x72\x12\x43\xb4\x50\x57\x2f\xe6\x4e\x0f\x44\x5a\x42\x2c\x54\x0f\xd8\xea\x1d\xa2\xd9\xa1\x21\x62\x87\x32\x10\x42\x7c\xd8\x89\x23\xfb\x99\x9c\x6e\xa6\x40\x40\xf7\xbf\x78\x5b\x65\x02\x82\xf1\x01\x9b\xbf\x24\x5b\xbd\x43\x42\xc8\x38\x99\x93\xb4\x74\x73\x53\x06\x10\x40\x00\x01\x94\xc7\x6c\xf0\x90\x08\x63\xa6\xa4\xce\x60\x8d\x4f\x99\xd3\x11\xaa\x85\x47\x21\x24\x33\xad\x42\xea\x4a\xeb\xb1\xb7\x94\x06\xa1\x3c\xdc\x16\x89\x37\x2f\xc5\x77\xa4\xde\x6b\xcd\xec\x9c\xc4\x0c\x27\x34\xe7\xe6\xf1\x09\xe8\xa3\x07\x20\x43\x1d\x16\xc5\x0e\x28\x4a\x07\x64\xa4\xeb\xb6\xa4\xe9\x80\x1c\x74\x40\x07\xba\x6e\xcb\x73\x0d\xd8\xee\x01\x89\xd5\xd6\xcc\x73\x1a\x50\xd0\x0c\x48\x67\x36\xb8\x87\x02\x62\x99\x81\x48\x42\x9b\x85\x1b\x99\x53\x3d\x20\x81\xd9\xa6\x19\x68\x01\xd1\xcb\x80\xda\x65\x83\x61\x2d\xa0\xda\x18\x90\x6a\x6c\x96\x0e\xf8\xcf\x06\x45\x40\xc5\x30\x20\x5d\xd8\x7d\xe1\xda\x86\x93\x03\x72\x73\x1d\xde\xe3\x80\xc4\x5b\x40\xd7\xad\x23\x22\x12\xd0\x6b\x0b\x45\x69\xf7\xe6\x27\x09\xc8\x7d\x05\x74\xbe\x72\xb0\x40\x46\x40\x8e\x27\xa0\xc3\x93\x97\x41\xcd\x80\x06\x4d\x40\x7c\xa6\x78\x8b\xd7\x05\xa4\x54\x02\x1a\x2a\x25\x55\x76\x9a\x41\x19\xd0\x37\x28\x8f\xd9\x64\x01\x6d\x83\x80\xa8\x41\x79\x6c\xf9\x0d\x88\x08\x84\x22\x54\x69\x6b\x5d\x80\xe4\x3c\xc0\x6e\x5e\xb3\xb9\x98\x02\x3c\xd9\x01\x82\xec\x8a\x10\x4a\x80\x4e\x3a\xc0\x23\x5d\xd1\x35\x0a\xd0\x0e\x07\xf8\x86\x2b\xf4\x20\x81\xb8\x44\x80\xce\xb7\xee\xc5\x35\x69\x12\x74\x9a\xad\x5a\x64\x27\x40\x68\x19\x60\xb1\x6c\x10\xc7\x06\x78\x12\x03\x04\x89\x0d\xe6\x9b\x00\xdd\x5f\x80\xe7\xaf\x11\xab\x0c\x10\x63\x05\xd8\xb0\x3a\xcc\xc4\x01\x2e\xa8\x00\x01\x54\x7f\x98\x8a\x20\x7f\x0a\x30\x3e\xf5\xa7\x70\x3a\xbd\x8f\x50\x42\x7f\x75\x77\x5b\xd6\x82\x42\x09\xde\xdc\x16\x01\xb6\xa4\x00\x4d\x52\xf6\x46\x4d\x14\xa0\x40\x0a\xe2\x3d\x0a\x8d\x9d\x8c\x66\xd8\x1c\x0a\x01\x82\x40\x51\x69\xa0\x7e\xb4\x46\x33\xbb\x02\xd5\x9d\x01\xab\xbd\x26\x8b\x27\x07\x2a\x16\x03\xc5\x89\xb5\xd8\xb2\x16\x08\x17\x04\xea\xfb\x6a\xe3\x6b\x52\xd0\x11\xa8\xe4\x68\x89\x49\x0b\xc3\x3e\x0c\x1b\x80\xad\x16\x8e\xb4\x6f\x1b\xc8\x87\x6f\xdd\x73\x24\x29\x11\x64\x7c\x37\x94\xa8\x02\xd9\xbe\x81\x14\xdf\xb6\xf8\x46\x24\xc5\x06\xb2\x61\x1b\x9c\x78\x01\x5c\x10\x48\x4a\xed\xde\xe2\x9f\x81\x54\xd3\x40\x8e\x69\xf7\xcc\x10\x64\x95\x06\x52\x49\x3b\x89\x70\x81\x04\xd1\x40\x66\x68\x0f\x7a\x22\x46\x1c\x69\x65\xbd\xeb\x46\x4c\x99\xe4\x84\xf5\x3e\x39\x92\x11\x37\x18\x71\x24\xab\x86\x87\xc5\xea\xc1\xe0\xa5\x54\x23\x3c\xa4\x6e\x3c\x08\x7c\x15\xb3\x08\x02\x81\x85\xf0\xd8\xd7\x2c\xf8\x86\xc2\xc3\xc2\xf2\x34\xe6\xd1\xc1\x91\x0f\x47\x3e\xc8\x53\x58\x01\x6f\x78\x58\x69\x1f\xd1\xe6\xb0\xda\x3c\x4c\x99\x0f\x53\x66\x60\xf5\x7e\x58\x7e\x1f\x3c\xbd\x28\xe2\x84\xc7\xdc\xd4\xe1\x41\xb0\xa4\x5a\x48\x2e\x3c\xac\x4b\x0f\x95\x4a\xcd\x12\xec\x02\x81\x8c\x40\x20\xa3\x36\x73\x03\x85\x97\xc9\xf5\x65\x72\x7d\x31\x67\x5e\x26\xd7\x97\xc9\x15\xa9\xfe\xf0\x22\x71\x0f\x3a\xa8\x9b\x75\xe9\xb5\x65\x3b\x80\x00\x5a\xb0\x7a\xbd\xf0\x1a\xfa\x09\x98\xf7\xad\x76\xae\xc9\x77\x7f\xf9\xee\x88\xda\x84\x97\x4f\xfc\xc2\x3d\x3e\xcc\x88\x0e\xaf\x79\x9f\xc2\x6b\xc3\xbe\xbd\x96\xd2\x12\x5e\xa6\xe1\x97\x69\x58\xa6\xc7\x6b\x40\x27\xbc\x90\x41\x7b\x4c\x8f\x97\xb9\xf9\x85\xa6\xc8\xeb\xee\x18\x29\xef\x82\x08\xdb\x22\x8f\x61\x9a\x6f\x3e\x4c\xcb\x42\xe9\x48\x88\x85\x69\x3e\xba\x30\x23\x84\xc7\xe6\xd4\x0b\xd3\xec\xd7\x30\x09\xcd\x14\xab\x4f\x0b\xd3\x5c\xc9\x61\x52\xd6\x0e\xe1\x73\x20\x90\x11\x08\x64\x54\x54\x7e\xc2\x34\x53\x35\x10\xba\xa8\x30\xe8\x87\x69\xce\xfc\x30\x71\xe6\x17\xd6\xe4\xc9\x27\x9e\x7c\xe2\xc6\x9a\x3c\xad\xb7\x86\x89\xe6\xce\xa0\xdb\xcc\xc5\xdd\x29\x7b\x7b\xcc\xcf\x18\x16\x4d\x5a\x14\x1a\x74\x4c\xb9\x65\xb9\x6b\x61\x59\xd2\x5a\x8f\x99\x23\xb9\x11\x51\x83\xde\xad\x2c\x3b\xac\xc9\xe9\x78\xa6\xba\xb9\xe8\xc3\xa2\xdb\x2c\x6a\xd9\xe0\x2d\x0b\x6b\x73\xa4\x01\x96\x3e\x0d\x7b\x87\x6d\xee\x80\xb0\x6d\xd6\xc8\x9e\x4f\x0c\x56\x08\x60\x85\xfc\x9a\x61\x1e\xb6\xb9\x50\xc2\x46\x03\x13\xea\xa2\x40\xb4\x21\x6c\x0b\x9f\x15\x72\xbf\xc3\xe6\x1b\x6d\xfb\x46\xa5\x30\x3a\xb6\xb9\x4c\xc3\x36\xd3\xb1\x20\x45\x1b\xb6\x7d\x9c\xb0\x09\x9b\x12\xf3\x0d\x1b\x1b\x67\x63\xe3\x90\x29\x1f\x36\x36\xf8\x46\x35\xbe\x9b\x8f\x20\xec\x46\xe3\x51\x4f\xdb\x18\x3e\xdb\xb0\x7a\xd8\x1d\x49\x08\x73\xf7\x07\xe0\x44\xd8\x38\xf5\x3a\xef\x73\xdb\x32\x18\xb6\x6a\xf5\x30\x78\x01\x09\x61\x53\x88\xe7\x8d\xa0\xdf\x32\xee\x2c\xf1\xce\x4c\xf8\x6c\x55\x51\xd1\xd9\x34\x13\x9d\xf9\x1b\x7a\xcb\xee\x6f\x06\x45\x04\x6b\x44\x67\xf6\x5a\x7f\x2c\xff\x36\x3a\x1b\x64\xd1\xd9\x20\xcb\xa8\xea\x46\x72\x2c\x23\xc9\x95\xb9\x58\xe6\x6b\x3c\x99\x93\xe4\x4e\x3d\xe6\xc7\x8b\xce\xbc\x50\xd1\x99\xf7\xbf\x92\x8b\x16\xdd\xc3\x8d\xf0\x26\x04\x23\xe3\x89\xee\x25\xed\x93\xca\x5c\xfc\x23\xd1\x4d\x6e\x44\xa2\xee\xb0\x29\x33\xba\xc5\x8d\xe8\xa7\xdb\xfa\x54\xf4\xb6\x26\x47\xcf\x9a\x5c\x0d\x98\x45\x65\xe5\x79\x8f\x46\x83\x79\x11\xa3\x47\xea\x93\x78\x46\x43\x64\x30\xfa\xc4\x4e\xf4\x45\xb6\x59\x99\xd1\x17\x76\xb2\x7a\x53\x31\x16\xbd\x59\x19\xd1\x9b\x95\xd1\xab\x75\xf3\xe8\xed\xc3\x47\xe2\x20\x9d\x62\xdf\xe8\x0d\x9e\x47\x5f\xa1\x92\xe7\x2d\x79\x72\x41\x3d\xea\x04\x08\x25\x46\x4f\xe6\xa4\xc7\x1f\x4e\xed\x6e\xf4\xbc\x3a\x0f\x7f\x3e\xd5\x88\x11\xf4\x14\xbd\x4d\xe6\x7d\x5b\x06\x47\xf4\xe6\x39\x8f\x5e\xa9\xd8\x99\x1b\x21\x82\xed\x5f\xaa\x7c\x5e\xed\xe4\x9a\xb6\x82\x65\x68\x5d\x23\xc9\x79\xd1\x83\xd2\xf7\xcb\x35\x27\xef\x93\x94\xa6\x62\x51\xcd\xe8\xcd\x8a\x8e\x5e\x8e\x77\x9d\xbe\xb9\xbb\xd9\x15\x15\x85\x85\x18\x2c\x09\x2d\x06\x64\x93\xba\xe5\x26\xc4\x60\x1f\x27\x06\xf3\x84\xd6\x61\x25\x39\x31\xd0\x79\x03\x76\x13\xc2\xb7\x91\x78\x4d\x54\xbc\x86\x70\x5f\x0c\x36\x65\xc6\x80\x22\x8c\x1e\x33\x20\x2d\x1a\x12\x03\xc2\xcc\x99\x18\x6c\xb9\x88\x41\x9f\xc3\x26\x98\x08\xd8\x8b\x80\xbd\x5e\xe9\x36\x80\xbd\x08\xd8\xeb\xad\x70\xba\x99\x5d\x11\xcc\xd7\x09\x32\xc7\x80\x04\x3c\x89\x7b\x7d\xf2\x35\x83\x8d\xd8\x18\x2c\x83\x35\x03\xc8\x63\xb0\x0c\x80\x18\x26\x6e\xa0\xc4\x0b\x99\x3c\xfb\xc4\xa9\x97\x78\xcc\xc9\xb3\x93\xdf\x8d\x10\x54\x0c\x08\x76\x81\x0e\xeb\xb2\x90\x5c\x8c\xe6\x68\x8c\xd1\x1c\xb0\xed\x31\x3f\x73\x24\x4c\x14\x23\x2e\x1b\x6f\x58\x31\x46\xf3\x25\xc6\x88\x8c\xeb\xe3\x39\x3d\x71\xa4\x41\xc6\xfe\x5a\x72\x5e\x8c\x66\x7a\x44\x20\x63\xa7\xa2\x21\x46\x3a\x2d\x99\x77\xf9\x31\x44\x1d\x89\x16\x45\xa2\x45\xe5\x71\x9c\xce\x78\x8f\x58\x82\xce\x16\xea\x18\x49\x8a\x8e\xa8\x49\x06\xcb\xed\x8b\x24\xe7\x45\x92\xf3\xea\xb0\xe4\xbc\x18\xcd\x71\x10\xa3\xad\xc2\xad\x30\xb1\x90\x6b\x17\xa3\x19\x29\x0d\xf9\xf3\x18\x5f\x4e\xa7\x4a\x00\x58\x18\xa3\xf5\xeb\x18\x5f\xb8\xfb\x79\x9f\x71\x72\x24\xab\xcd\xb0\x6c\xc5\x98\xcc\xe6\x88\xc9\x56\x8d\x12\x9c\x76\x2e\x76\x9a\x13\xea\x31\xd7\x67\x04\xa9\x46\x90\x6a\xaf\xe6\x91\x8c\xc9\xf0\x75\x4c\x96\x71\xd0\x1f\x9e\x28\xd1\x97\x12\x7d\x09\xdd\x12\x53\x7f\xb4\x9d\x18\x7d\x85\x23\x51\xf6\x24\x67\xae\x14\x5b\x82\x22\x08\x37\x26\x73\xaf\xb4\xa7\x73\xa3\xce\xe9\x06\x9e\x1a\x65\x47\x31\x0d\x8a\xe5\x24\xe1\xc1\xe8\x20\xbb\x2e\x26\x48\x14\x97\xb9\x68\x63\x62\xfe\x4c\xc8\x43\xc0\x5d\x1d\xd3\xcb\x8d\x5e\x6c\x46\xcf\xe9\x93\xc6\x83\x93\xeb\xd4\x4e\xae\x69\x5d\xb1\xf9\xc5\x35\xd1\xc4\x03\x43\xb7\x62\x4b\x50\x04\x4a\x47\xa2\x6f\xad\x5b\x22\x40\x24\x8d\x2f\x92\xc6\xd7\x1e\xe3\x3c\x8f\x59\xe2\xcf\x01\x45\x0e\x8b\x05\xc4\x1c\xd0\x39\xb3\x08\x54\x1f\x66\x72\xc6\x6c\xab\x54\xcc\x91\x4f\x6c\xb8\x33\x66\xb4\x87\x33\x9e\x53\x67\xeb\x7c\xcc\xe8\xfe\xe6\x41\x1a\x7b\xe0\x48\x1b\x94\x91\x4c\xbd\xe8\x18\xda\x19\x5e\x0b\xa2\x68\xd1\x75\xed\x1c\xec\x7c\xc9\x89\xb7\x4e\x9b\x99\x54\xc1\xc7\xd1\x59\xb8\x3c\x16\xd1\xc8\x99\xa3\x3f\x3a\x9a\x84\xe8\x77\x2c\x4a\xad\x1e\x1c\x69\xe0\x29\xa2\x6f\xeb\x12\x93\x55\x11\x45\x30\x99\x18\x64\x70\x44\xc4\x52\x23\x8a\x9d\x2e\x45\x76\x9a\xf3\x31\x22\xca\x19\xbc\x71\xa0\x46\xe2\x5f\x11\x91\xb6\x8d\xc0\x7b\x24\xaa\x15\x89\x6a\xd5\x61\x54\x0c\x11\xf9\x9f\x88\xee\x4f\xd5\x8a\x00\xc0\x8d\x00\xdc\x06\x55\x4a\x84\x0e\x3f\xc2\x81\xdf\x1a\xb3\x0d\x78\x35\x42\x46\xdf\x9a\x05\x1b\x22\x95\xcd\xf1\x94\x34\xa7\x43\xc4\x15\x1f\xf8\xf3\x1e\x74\xf3\xaa\x5b\x7f\x1a\x15\xa1\xff\xaf\x36\xc5\x2c\xf0\x50\x01\xd8\x36\x15\x3c\x24\x01\x24\x2f\x1a\xd3\xf4\x4e\xb1\xad\x7a\xfb\x8e\xc9\x8b\xa3\xe4\xe7\x0f\x6a\x42\x83\x7d\xf5\x44\x5a\xf7\x12\xa7\x50\x30\xd3\x34\x05\x12\x2f\x1c\x35\xb2\x09\xc2\x81\x94\x7f\xf5\x8f\x94\x70\x87\x91\x8e\x7a\x77\xda\x80\x49\xe9\xc5\x4e\x82\xca\x34\xa1\xa7\x92\xce\xe2\xc9\x91\x70\x71\x68\xdc\x78\x8a\xbd\x92\xcd\xf2\x29\x31\xaf\x7b\x6a\x97\x18\x45\x89\x51\x14\xc5\x02\x95\x3d\x15\xe7\x1e\x4e\x1b\x78\x25\x33\x29\xbc\xd9\x2a\x05\xc2\x82\x9f\x82\x41\x91\xc8\x62\x0d\x8b\xea\xa8\x4c\xd1\x79\x8e\x1c\x49\xb1\x67\x46\x8a\x8c\xd1\x90\x71\xaa\xa4\x5c\xa8\x9d\xb4\xfe\xd8\x08\xc4\xa6\x3c\xa9\xfe\x9f\x57\xc1\xe2\xca\xe2\x27\x08\x06\x3e\x29\x09\x2f\x95\xfd\xc2\x1f\x1f\xf3\xa5\xe4\x22\xa9\x07\x2d\x66\xf6\x15\xd1\xfe\x97\xcd\x65\x58\xfe\x93\x24\x95\xa0\x18\xab\x38\xaa\x3d\x24\x38\xd5\xfa\x42\xaa\xf4\x85\x2c\xcd\x8e\xce\x91\x36\xf9\xf5\x20\xd2\x7b\xca\x0f\xdb\xf8\x6a\x6b\xa9\xc3\xee\x36\x71\xa6\x6e\x27\x85\xa8\x1a\x7e\xf4\x10\xf1\x29\xf4\x3d\xe6\x9f\x9d\x72\xfd\xfb\x7c\xff\xdb\xf8\x8f\xff\xf2\x7f\xfe\x5f\xe3\x3f\xfe\xef\xf1\xdf\xd6\xbf\xde\xff\xf9\x9f\xff\xb9\xfe\xfd\x7f\xcc\xff\xfa\xfe\x8f\x7f\xfd\x1f\x3f\x7b\xff\x35\xd7\xfe\xaf\xff\xbe\xfe\x73\xfd\xbf\xff\xfd\x7f\xfe\xe7\xbb\xfe\xf5\x1f\xff\xfd\x3f\x7e\xce\xb2\xdf\xff\x17\x00\x00\xff\xff\xec\x4a\x35\xdf\x39\x08\x04\x00"); -var _cffab =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x54\x92\xc1\x8e\x9b\x30\x10\x86\xef\x7e\x8a\x39\x6e\x0f\x5b\x3c\x10\x13\x90\xa2\x95\xaa\x44\x55\xd1\x6a\xdb\xaa\xd9\x6c\x2b\x55\x3d\x10\x3c\xa4\x96\x1a\x83\x0c\x1c\xf2\xf6\x95\x7f\x08\x55\x0f\x68\x3e\x7e\x0f\xd6\x37\xd8\xc9\xbe\x3a\x54\xde\x8d\x94\x7c\x0d\x5d\x73\x94\x91\x5a\xe7\x6d\x90\xa1\x9b\x42\x23\x74\x96\x8b\xf3\x4a\x71\x4a\xd6\x35\xe3\xfd\x15\xa5\xb9\xd6\xbd\x52\xc9\xc9\xbb\xe7\xe3\xe3\xe9\xf5\x23\xe7\x8f\x9f\x68\x1a\x64\xc9\xf7\xd5\xe1\x78\x1b\x46\xb9\x56\xbe\xed\x28\x9b\xbf\xb7\x53\xbf\xec\x41\x94\x7c\x93\x8b\x1b\xc6\x70\xa3\x87\x0f\xb6\x3b\xcb\x3b\xb2\xd2\xc6\xfc\x4b\xb0\x12\x9c\xbf\xd0\xc3\x73\x17\xa4\xe6\x75\xe1\x38\xf5\xfd\x1f\xb9\x8a\x1f\x89\x91\x89\xb7\xa8\x2a\xd9\xbf\xd4\xfd\xe7\xfa\x2a\xf4\x9f\xcf\x1b\x56\xb1\xf8\x26\x61\x70\x9d\x27\x7e\xaf\xb5\xf9\x17\xbf\xde\x7a\x59\x36\x53\xc9\x8f\x53\x75\xa0\x9f\x4c\xac\x29\x35\x66\x63\x7e\x2d\xf9\xf7\x97\xce\xae\x5d\xcc\xf3\x04\x8d\xb3\xcd\xef\x3a\xa8\x5d\xaa\x39\x7f\xa2\x42\xe7\x1c\x39\x35\x91\x4d\xa1\x76\x99\xe6\x2c\xf2\xd6\xa8\x5d\xdb\x6a\x06\xe7\xe0\x06\x5c\x82\x25\x72\xa1\x23\x67\x67\xf0\x16\x6c\xc1\x05\xb8\x05\xa3\xdf\xa0\x3f\x4f\x23\x0b\xf6\x2f\xb3\xf8\x1f\xee\x3a\x6a\xbb\xea\x85\xda\x5f\x04\x7e\xd9\x13\xc5\xb2\x81\x5a\x19\xd5\xa2\x4e\x2c\x29\xa2\x1c\x51\x81\x88\x21\x9a\x1b\x0c\xb0\x99\x23\xcc\x94\x67\xf0\x8d\x5d\x6d\xab\x4b\x8c\x00\x55\xae\x11\xf1\x6c\xc9\xb0\x3c\x23\x32\x18\xa2\xd4\x8b\xe0\x2c\x84\x97\x78\x47\xd6\x33\x6b\xa6\x10\xc4\x8f\xb8\x21\x38\x95\xf8\xa7\x9d\x97\xf5\x16\xf6\x5d\x1f\xbf\xc2\xf3\x37\x00\x00\xff\xff\xf1\x10\xe4\x07\xb1\x02\x00\x00"); -var _fg =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x84\x9b\x4f\xcb\x25\xc9\x71\xf5\xf7\xcf\xa7\xb8\x4b\xbd\x8b\xd7\x53\x95\xf1\x2f\x13\x1e\x1a\x84\x24\xf0\x18\x64\x19\xcb\xb2\x0d\xc6\x8b\x5b\xb7\xea\x0e\x0d\x9e\xee\xa6\xa7\x67\xa1\x6f\x6f\xe2\x77\xae\x64\x2c\x0c\xb3\x10\x47\x73\x3a\x2b\x2b\x32\x32\xf2\x44\x44\xd6\x7d\xbe\xfb\xcd\xf7\xbf\xfd\xfe\xd3\xc7\x6f\xb7\xef\xfe\xe9\xeb\xe7\xc7\x1f\xaf\x6f\xb7\xe7\xc7\x4f\xe7\xd7\xeb\xa7\xcf\x3f\x7f\x7d\x5c\xb7\xe3\xfa\xe1\xe3\xa7\xb7\xb7\x7d\xdc\xce\x8f\x8f\x6f\x7f\xf9\x4f\xe0\xf1\xe3\xfd\xcb\xdb\x5b\x3f\xff\xc7\x3f\xff\xf4\xed\xfa\xf1\xfb\x4f\xcf\xcf\x37\xd3\xb8\xf3\xe7\x2f\xaf\xb1\xb7\xdb\x77\xff\x7c\xfd\xf0\xf1\xa7\x6f\x5f\xff\x7c\xfb\xd5\xaf\xcf\xcf\xc7\xf5\xff\x6e\xe7\xf5\x6c\xfe\x0f\x5f\xcf\xeb\xeb\xc7\x4f\x3f\xdc\x7e\xf5\x0f\xf7\x2f\xf7\x4f\xfb\x5f\xff\xe1\x8f\x3f\x7f\xf9\xf2\x5f\xd7\x8f\xd7\xa7\x6f\xb7\x1d\xee\xfa\x74\x82\x6f\xdf\xfd\xe6\xf7\xf7\x2f\xff\x78\xff\xf1\xba\x7d\xf7\xeb\xf3\xfc\xff\x7f\x0f\x0b\xf9\xaf\xd7\xd7\x9f\x3e\x7e\xfe\x74\xdb\xb7\xbf\xdb\xb6\xfc\x1f\xfe\x5f\xfe\xfc\xe5\x7a\xcd\xf2\xf6\xdd\x9f\xbe\xff\xed\x1f\x9e\xcf\x9f\xae\x6f\xb7\x98\x9b\xc6\xfc\xfb\x9f\xbe\xff\xed\xed\x3f\xf6\xdb\xbe\xdd\x46\xd8\x88\xff\x7c\x0d\xfd\xb7\xdf\x7f\x3e\xaf\x9b\x06\xbd\xed\x5a\xcc\xe3\xf3\x79\xfd\xf4\xe5\xfe\xb8\xbe\xde\x3f\xfd\x70\xbd\xdd\x6e\xef\x63\x1f\xfb\x87\xdb\x7b\xfd\xae\x7e\xf7\xa1\xad\xfc\x9b\x11\x6f\xfb\xb6\xbd\x1e\xfd\x78\x8a\xfa\xcb\x23\x63\xaf\xeb\xc3\xed\x96\x66\x6f\xef\x63\x88\x1a\xa3\xa9\x1a\xd5\x94\xdd\xa1\x7c\x6f\xca\xf7\xa6\x5c\x54\x6c\x50\xab\xa9\x78\x40\xe5\xbd\xa9\xc8\xa6\x6a\x40\xd5\x6a\xaa\x78\xb0\x5f\xf5\x82\x5b\x55\x3f\x68\xb6\x35\x65\xc6\xa8\xb9\x35\xe5\x18\x61\xc1\x5c\x0b\x2a\x45\x55\x53\x73\xef\xe9\x5d\xa6\x7a\x59\x53\x3e\x9a\x2a\x17\x95\x1f\x6e\xb5\x62\xbe\xbd\x8f\xd0\xa8\x68\xea\xb6\x46\xbc\xbd\x8f\x14\x95\x36\x3f\xdc\xf6\x6d\x6f\xbb\x52\x6f\xcc\x80\xb2\x1e\x55\x1a\x55\xfd\x2f\xfb\x16\x6d\x6a\x85\xa8\x82\x5a\xfd\xc6\xa9\x51\x40\x39\x0b\x9a\x63\x88\x1a\x4d\xcd\x1d\xca\x44\x59\x53\x4b\x94\x8b\x72\xa8\x80\x0a\x51\xf1\xe1\x56\xb1\x19\x54\x8a\x4a\x46\x69\xfa\x12\x55\x8c\x2a\xa8\x29\x6a\x36\x35\xf4\xe0\x12\xb5\x9a\xda\x35\xfd\x5d\xd4\xbd\x29\x93\x11\x87\xa8\x03\x4a\xd3\x3f\x44\x3d\xb0\x7e\x83\x3a\x45\x9d\x50\x5a\xf6\x25\xea\xc2\x2e\x87\x7a\x8a\x7a\x42\xb5\xef\xa7\xb6\x16\xa8\xd8\x12\x4a\xfe\x6a\xa8\xd8\x98\xcb\xe4\xaf\x86\x8a\x9d\xb9\x4c\xfe\x6a\xa8\x30\x8c\x30\xf9\xab\xa1\x62\xe8\x41\xf9\xcb\xf0\x97\xe9\x8d\xf2\x57\x43\x45\x68\x2e\xf9\xcb\xf0\x17\xbb\x3d\x4d\xfe\x32\xf9\x4b\x76\xc9\x5f\x26\x7f\xe1\x09\xc5\x3d\x50\x61\x9a\x4b\xfe\x32\xfc\xe5\x32\x42\xfe\x6a\xa8\xd8\x64\x84\xfc\xd5\x50\xc1\x19\x9a\x26\x7f\x35\x54\xec\x7a\xa3\xfc\xd5\x50\x41\xc8\x4d\x97\xbf\x1c\x7f\x79\xbc\xbd\xdb\x46\x7c\x09\xf6\x7d\x88\x1a\xa2\xda\x5f\x9c\x5a\xdb\x88\x2f\xdb\x4c\xa3\xaa\x29\xd3\x28\xbc\xba\x72\x87\x7a\x8d\xba\xf7\x28\xe7\x41\x16\x24\xa8\xec\x35\xda\xc6\x82\x6c\xcb\xb3\x47\xc5\x68\x2a\x2f\x51\x17\xa3\x30\x22\x9f\x50\xb5\x7d\xb8\xed\x63\x63\xae\x92\xa9\x0d\xb5\x92\x07\x4b\x46\x34\xec\xa3\x03\xc0\xb6\x92\x11\x0d\x95\x26\xca\x45\x1d\x8c\x9a\x50\x32\xa2\xa1\xd2\x58\x50\x9d\xa2\xae\x1e\xb5\x37\x25\xfd\xb2\xbd\x83\x7c\x1f\xbd\x69\xb6\x13\xe4\x82\xca\x8e\x09\xdb\x09\x72\xdb\x0d\x23\x06\xa3\xe4\x09\xa0\x56\x1a\x94\x8b\xf2\x1e\xa5\x07\x89\x2f\x41\xa5\xe9\xc1\x14\xd5\x3a\x31\x7c\x83\x5a\xa2\x16\x73\x39\x94\x8c\x68\x4f\xee\xc3\x45\x9d\xa2\x3a\x26\xb2\x23\xc7\x76\x62\xc2\x76\x04\x66\x38\x6f\xf4\x21\x8a\xad\x65\x87\x76\x97\xa9\xad\xab\xfb\x08\xa8\xd4\x82\x92\x4d\xd3\xf4\x89\xbf\x76\x39\xa7\xcf\xa3\x49\xc9\x6d\xb4\x4e\xec\xb6\x1b\xd4\x14\x35\x79\x30\xa0\x96\xa8\x76\xa1\x8d\x1d\xea\x2e\x0a\x17\x7a\x42\xf1\xc6\x11\x4f\x46\x31\x57\x6e\x50\x0d\x95\x5e\x50\x7a\x63\x66\x8f\x2a\x51\x25\xaa\x70\x0e\x6f\x4c\x19\x51\xbc\x71\x62\x6a\xe9\x8d\xa5\x37\x4e\x28\xbd\x91\x05\x39\xf1\x65\x5a\x10\xb0\x7b\x0b\x9f\x99\x8e\x82\xe9\x28\xc4\x06\x85\xbf\x0c\x7f\xf9\xd6\x9b\x66\xf2\x97\xc9\x5f\x44\xb4\xc9\x5f\x46\x60\x22\x69\x66\x0a\x4c\x53\x60\xe2\x68\x53\x60\x1a\xa6\xfa\x62\x7a\x99\x6a\x32\xb5\x05\xc6\x4c\xa6\x9a\x4c\x5d\x6d\x97\x52\x93\x39\x5b\x1b\xdb\x4e\x42\xfe\x4b\xde\xfd\xbf\x52\xb1\xb9\x76\xde\xb5\xf3\x11\x50\x26\xaa\xa3\x08\x81\x30\xf7\x53\x14\x51\xd4\x49\xd6\xdc\x89\x22\xcf\x8e\xdb\x60\xb7\x3c\x43\x14\x71\x1b\x18\x94\xc4\xad\x63\x63\x54\xaf\x44\x89\xd1\xa2\xb7\x79\x8f\x4e\x40\x16\xda\x66\xa0\xb2\xd3\xa7\x05\xe9\xc0\xa2\x55\x6a\x4f\x4e\x70\xa0\x52\x82\xca\x4e\x8c\x16\xae\xb9\x3a\x00\xf6\x44\x7f\x22\x87\x28\xe9\x0f\x0f\xa6\x89\xea\x88\x4c\x24\x29\x14\x0c\x40\xad\xd4\x83\x44\x64\x60\x6a\x42\x29\x61\x0b\xf6\x9c\x0b\x6a\x88\xc2\x5f\xb9\x41\x99\xa8\xde\xad\xec\x24\x6b\xa9\x50\x4e\x85\x72\x8a\x62\x8d\x24\xfc\x3d\x17\x73\xc9\xf7\x40\xad\x9c\x50\x9a\xab\x9d\xbb\x17\x01\x9f\xfe\x14\xf5\x64\xae\x0e\x99\x0c\x3c\x91\x1d\x4c\x7b\xa1\x65\x99\xa7\x28\x76\x08\x65\x49\xa9\x67\x76\x60\xed\x85\x27\x52\x81\x05\x54\xa2\x19\x59\x21\xaa\xb7\xa3\x8a\x07\x15\x58\x40\x25\x87\x27\xa5\x8b\xc0\x4e\xb1\x64\x29\x5d\x04\x2a\x5f\xd3\xbf\xde\x88\xf5\x44\xb7\xaa\x19\xab\xd6\xaf\xbd\x66\x4f\x5f\x24\x46\x41\x25\xcb\x2e\x12\xa3\x51\xe7\xec\x93\xdd\xae\x18\xa2\x70\x74\x17\x71\x56\x81\x73\x0a\xed\x9f\x24\xa0\x92\xf6\x03\x95\xe5\x50\x7a\x10\x53\x67\x8a\x3a\x45\x9d\x38\x7a\x41\x5d\xa2\x48\x2d\xd5\x6f\x54\x49\x65\x24\xff\x7d\x22\x23\x4a\xfe\x82\xca\x17\x85\xbf\xc8\x95\xfb\xe4\xd4\x4d\x45\x21\x50\x59\x13\x0a\x23\x26\x9e\x58\x7b\xfb\x6b\x69\xfa\x45\xdc\x2f\x16\xb4\x14\x13\x4b\x71\xdf\x45\x9c\x2d\xc5\xfd\x62\x6b\x17\x2e\x5c\xda\xda\xa5\xad\x7d\x51\x58\xbf\x7a\x6b\xc7\x86\x70\x2d\x6d\xed\xd2\xd6\xe2\xe8\xa5\xad\x5d\x35\x7b\x14\x67\x7b\xd5\x12\xb5\x18\xe5\x50\x77\x51\x57\x8f\x22\xa2\xef\x32\xf5\xde\xbe\x1f\x1b\x01\x70\x97\xef\x81\xca\x29\x8a\x37\xde\xfb\x88\x8f\xbd\x6b\x0b\xbb\x4b\x76\x81\xca\x29\x8a\xad\xbd\x63\xea\x4e\xac\xde\x65\xea\xfd\x65\x6a\x41\x85\xa8\x36\x62\xef\xc2\xde\x0e\x19\x71\x0c\xa6\x0f\x51\x25\x4a\xd3\x4f\xa8\x29\x6a\xf5\x28\xa2\xf0\xd0\xe1\x3b\x74\xf8\xa6\x1e\x3c\x44\x1d\x8c\x12\xf5\x10\x45\xa6\x47\x63\x0f\xea\x4d\x3b\x3a\x18\xc7\xce\x0e\x1d\x4a\xb2\x40\xe9\x6c\x1f\x4a\xb2\x47\x07\xc0\xd8\x71\xe1\xa1\x00\x00\x6a\xa1\x72\x87\x02\xe0\xd0\x82\xba\x64\xb7\x87\x16\xf4\xf0\xfa\x70\x1b\xca\xa8\x0f\x9f\xa2\x48\x8c\x4b\x14\x6f\x7c\x74\x5b\x33\x86\xa8\x38\x45\x11\xab\x28\xe6\x23\x10\x85\x07\xd3\x5b\x97\xd9\x76\x6a\xfa\xb3\x97\x3d\x8c\xc4\x78\x6a\xd9\xa7\xe2\x6b\x89\x62\xd9\x67\x47\xf1\x30\xa4\xf6\x54\x6d\x01\x54\x2e\x51\x38\xfa\xec\xcc\x35\x0c\x7f\x9d\xca\x5c\x40\x49\xbf\x4e\x05\xe6\xd9\x87\x6f\x38\x62\x75\xea\xf0\x9d\x24\xb3\xda\x76\x28\x17\xd5\xa6\x7a\xd7\xd4\x76\xc9\xd4\xab\x7b\x90\xe1\xdd\xd9\xd9\x45\x0f\x22\xa8\x22\xef\x5e\xf4\x20\x76\x75\xfd\x34\x9c\x0c\x73\xa9\x7e\x02\xaa\x36\x87\x62\xfa\x2b\x98\x8b\xf0\xbd\x42\x73\x85\xe6\xe2\xc1\xd0\x5c\x81\x11\xd4\x29\x97\x5c\x08\x54\x91\xd6\x2f\xd5\x16\x57\xe7\x8b\x11\x9a\x3e\x35\x7d\x43\x15\x35\xe2\xa5\x34\x77\xb1\xa0\x20\xd3\x3f\xb5\xa0\x27\x51\xa8\x94\xf9\x54\x14\x02\x55\xdb\xfa\xe5\x54\xfc\xd4\x6e\x3d\xbb\x17\x1c\xaa\xc2\x9f\xb1\x44\x51\xe3\x11\x91\xcf\xd0\xbc\x6d\xf6\x08\x02\xeb\x29\xb3\x81\xaa\x9d\x51\x2a\x89\x9e\xb2\xb1\x77\xcb\x55\xd1\x0b\x46\x0e\x51\x43\xd4\xe0\x41\x83\x32\xa8\x5e\xe3\xc8\x6e\xd6\x7c\x23\x87\x0b\xaa\x3a\xd6\x7c\xe3\x9c\x3b\x55\xf8\x48\x4d\x5f\x9a\x1e\x25\xae\x56\x03\x57\x15\xee\x1b\xfa\x53\x2d\x82\xbe\xa1\x3f\x82\xaa\x7d\x42\xdd\x45\xdd\x59\xe3\x80\x3a\x44\x1d\x3c\xa8\xe9\x1f\xa2\x90\xf0\xc2\x54\x24\x5c\x30\xaa\x3b\x33\x57\x61\xee\x3b\x9a\x41\xfa\xf4\x1d\xcd\x10\x54\x8d\x0d\x6a\x42\x71\xce\xcb\xa0\x38\xe7\x82\xaa\x2e\x47\x5d\xc5\xb4\xef\x8e\x11\xad\xb1\xbe\xfb\x43\xd4\x83\x51\xbc\x91\xca\xc8\x77\xc7\x88\xae\x1a\x7c\x27\x61\x0b\xea\x65\x04\x09\xdb\x77\xc2\xaf\x8a\x37\x86\x46\x29\xfc\x86\x37\x95\x1a\x95\xd8\xd5\xea\xe9\x7b\xca\xae\x94\x5d\x01\x25\xbb\xb4\xec\xd5\xa3\x54\x72\xfb\xe8\x13\x3c\x66\xb7\x28\x3e\x38\xc1\x82\x5a\x15\x50\x53\x54\x2b\xcb\xec\x1e\xc2\x07\xdd\x81\xa0\x6a\x30\x17\xdd\x81\x0f\xd7\x28\x28\xad\x11\x28\xee\x66\x7c\xb8\x46\x45\x3b\x67\x76\x51\xe2\xba\x88\x11\x54\x8d\x09\xa5\x07\xbb\x16\x1b\x64\x54\x1f\xd4\x62\x82\x2a\xa2\x70\x70\xc4\x7c\x74\x4e\x1b\xb3\x05\xd5\x07\x5d\x9e\xa0\xb4\x43\xa3\x70\xce\x28\xec\xd2\xb2\x4b\xd3\x13\x13\xd5\xf5\x80\xeb\x9e\x47\x30\xc8\xbb\xae\xf2\xdd\x8d\x98\x58\x7d\x3a\xdc\x14\x13\xa6\x98\xe8\xee\xd3\x4d\x31\x01\x8c\x45\x60\x1a\x2d\x8a\xa0\xaa\x0f\xb5\x1b\x87\xda\xad\x45\x74\xac\xa1\xe9\x4f\x51\x17\xa3\x0a\x0a\xeb\xcd\x34\x8a\x07\xe5\x68\x93\xa3\xbb\xa5\x73\x93\xa3\xad\xd7\x38\x16\xdb\x61\x5a\x23\x50\xf5\xa2\x64\x7d\x8b\xe8\x58\x0b\xeb\xc9\x95\x82\xe2\x5e\xcc\xad\x52\xd4\xc1\xa8\x84\x7a\x88\x62\x3b\xba\xf1\x73\x93\xbf\x68\x18\x6c\x6b\x8d\x75\x35\x0c\xee\x6d\xaa\x6d\x5b\x9b\xea\x32\xd5\x65\xaa\x33\x4a\xa6\x7a\x67\x2e\xdb\xf0\x97\x93\xb9\x04\x55\x2e\x6a\x89\x5a\x3d\xca\x99\x8b\xfb\x3a\x41\xd5\x8b\x3a\x44\x61\x44\xa7\x29\x77\x1d\x18\xd7\x81\x11\xa5\x03\xe3\x32\xb5\x5b\x27\x57\xdf\x20\xb0\x0d\xcd\x09\xe9\x57\x48\xbf\x38\xa2\x21\xfd\x8a\xde\x6d\xdb\x3b\x01\x79\x68\xb7\x43\xbb\xed\x7a\x70\x8a\x3a\x19\x95\x50\x97\x28\xf6\xb1\x5b\x3a\x0f\xed\x63\x74\xae\xb4\x1d\x79\x0c\x72\xa5\xa0\x2a\x98\x5e\x27\x2d\xda\x47\xb6\x0f\x51\xaf\x07\x59\x90\xac\xa7\x79\xf1\xc0\x85\x3b\x11\x1d\x72\x61\xc8\x85\xc1\xf4\x72\x61\xb4\xbf\xba\xb3\x87\x3a\x44\x1d\x8c\x72\x28\xb6\x36\xda\x47\xdd\xb3\x37\x15\x72\x4e\xa8\x02\x61\x41\x21\xe7\x50\x40\x73\x31\xea\x11\x72\x4e\x1f\x3e\xdb\xe5\x09\x1d\xbe\x50\x7e\xeb\x9e\xcd\x83\xfc\xe6\x51\x98\x8a\xa4\x45\xc9\xd4\x92\xa9\x38\x5a\x4a\x4e\xbb\x64\x7b\x17\x71\xae\x76\xc9\x69\x71\x6c\xef\xd2\xc5\xd5\xe2\x08\xaa\x3a\x3b\xbb\x5a\x1c\xcf\xb6\xc5\x06\x6a\x92\x54\x92\x82\xaa\x6e\x97\x3c\xc9\xe1\x9e\x9d\xed\x6c\x10\x39\x19\x87\x28\x3c\x91\x4c\x2f\xcd\xc9\xb6\xd8\x06\x8e\x4e\x65\xab\xa4\x04\xa5\xeb\xf1\xa4\x04\xf5\x6c\x11\xb5\x91\xfe\x8b\xa9\xd8\x53\x1a\x0b\x54\x75\x8b\xe2\x99\x7a\x7b\xf1\x2a\xbc\x92\x3a\x75\x40\x4d\x32\x57\x56\x89\x6a\xaf\x8c\xae\xe8\x5d\x1d\x90\x57\x87\x9c\x0d\x1c\x55\x52\x96\x92\xb2\xa4\x46\xdd\x45\x29\x0b\x6a\x14\x6f\xa4\x37\xb2\xb1\xa0\x94\xa6\x4a\x69\x8a\x3c\x52\x4a\x53\xd5\x05\x8e\xd9\xde\x46\x54\x94\x28\x5c\xd0\x55\x83\x57\xe0\x82\x4a\x46\x11\x32\xa5\x1c\x5e\x72\x54\x89\x7a\x8d\xea\x37\x52\x1c\x7a\x29\x01\x95\x12\x10\x79\xb7\xe4\x9c\xea\x4a\xd0\x8c\x3d\x2d\x2a\x41\x41\x55\xb7\x61\x5e\xb4\x28\x4e\x83\x65\xd6\x6d\x98\xab\xc1\x72\x6e\xa3\xcd\xe6\x0e\xe5\xa2\xd8\x79\xd2\x94\x6e\xa3\x9d\x5b\x5f\xb3\x29\xea\x12\xc5\xd9\x24\xba\x75\xeb\x2b\x30\x5b\x8c\xe2\xd6\x57\x50\x85\x0b\x75\xeb\xeb\xdc\x75\x9a\xe1\x42\xdd\x75\x0a\x6a\x75\xb3\xe6\xea\xdf\x7c\x12\x91\xce\x39\x9f\x8a\xc8\xa9\x88\xd4\x28\x45\xe4\x6c\x25\x36\x27\xdb\xcc\x7a\x51\x28\x71\x77\xc5\x3e\x15\x13\x34\x7e\xe6\x84\x9f\x1a\x3f\x81\x39\x6b\x5c\x12\xae\xc5\xbd\x7c\xe1\x89\x25\x4f\xac\xc1\x83\xbc\x71\x69\x8d\x40\xd1\x3b\xfb\xd2\x1a\x97\x31\x57\x77\x2d\xbe\x4c\x73\x71\xe1\x5a\xa4\xcf\x45\x99\xec\xcb\x30\x75\xe9\xc1\x10\x25\x53\x31\x42\x5a\xb6\x70\x8e\x93\x34\x96\x9c\x03\x94\x2a\x90\x25\xe7\xac\x4e\xfe\xc6\xb5\xbf\x2f\x25\x7f\xa0\x6a\x8a\x92\xa9\x2c\x3b\x10\x41\x35\x91\x7e\xef\xa3\x6f\x41\x90\xdf\x75\xf4\x81\xaa\x29\xca\x45\x75\x30\x65\x97\xdc\x7e\x57\xb9\x71\x57\xb9\xc1\x1a\xef\x7a\x23\x0d\xa9\xe5\xce\x28\x69\x99\x1a\xd2\xc5\x49\x53\x43\xea\xf7\xae\x96\x2d\xc9\xce\x77\xaa\x65\x41\x15\xe9\xf3\x2e\x19\xb9\xb7\x96\x19\x77\x46\x7e\x97\x96\xdd\x55\x95\x76\x4d\xed\x77\x55\xa5\x34\xa4\xc6\x95\x94\xab\x21\x75\x3a\x4e\xe3\x8a\xc5\x0f\x1d\xe4\x43\x07\xb9\xdb\x0a\x57\xf7\xe9\x07\x12\x9e\x1c\xab\x43\x12\x7e\x48\xc2\x89\xd5\x43\x12\x7e\x74\xf2\x37\x5a\x14\x3f\x94\xfc\x0f\x25\xff\x25\x4a\x6f\x44\x89\x95\x8a\x0f\x29\x31\x50\x8b\x90\x3b\x64\x3d\xad\xa6\x29\x27\xa9\xd5\xf4\x07\x5e\x95\xaa\x3f\xe4\xd5\xc7\xcb\xab\xa2\xf0\xea\xa3\xb5\xc1\xe6\xd6\xa6\x3e\x68\x38\x04\x55\xdd\x0b\xfa\x43\x2e\xa4\xfb\xb4\x89\xef\xd5\x7d\x0a\xaa\x48\xc5\x0f\xd5\xae\x8f\xee\x3b\x6c\xe2\xfb\x07\x37\x71\x82\x9a\x9b\x28\x36\xed\xd1\x16\xdb\xa4\x34\x7e\xc8\xd1\x40\x4d\x12\xf6\x43\xe5\x3f\x60\x93\x7a\xe0\xa1\x6a\x06\xa8\x97\xa9\xaa\x66\x68\x81\x6d\x92\xcc\xd4\x02\xfb\xc9\xe9\x98\x78\xe2\xd4\xe9\x00\x6a\x12\x5f\xa7\x4e\xc7\xd9\x21\x6b\x93\xc0\x3c\x55\x6e\x00\x35\x29\x83\x4e\x65\xd4\x13\x51\x98\x4b\xa3\x5c\x94\x33\x2a\xa1\x38\x56\x27\x8a\xb9\x28\xa9\x4e\x29\x26\x50\x93\x03\x73\x4a\x31\x69\x81\x6d\x51\xeb\xab\x05\xf6\x0b\x4f\x2c\xf2\xdb\x25\x4f\x5c\x5c\xbb\xcd\xee\x2b\xfd\xd2\xb2\x81\x5a\xe8\xc4\xa5\x65\xd3\x7d\xfa\x46\xbd\xa9\xee\x53\x50\x93\x0a\xf7\x29\x81\x79\xb6\x5c\xf8\x46\x25\xf9\x94\x16\x02\x35\x49\x14\x4f\x7b\x8d\x9a\x3d\x8a\x12\xe1\xa9\x0c\x03\xd4\x44\x0b\x9f\xca\x30\xcf\xf6\x84\x6f\xad\xe4\xa1\x5e\x32\x36\x19\xd1\x47\x34\xd4\x7a\x09\x9c\x6b\x91\xd8\x31\x42\x50\xdc\x65\xc5\x4e\x79\x16\x7c\xa1\xf0\x7d\xe6\x2f\xa6\xe2\xd0\x07\x0c\x41\x11\x7e\xa1\x0f\x18\x41\x1b\xe6\xa3\x6d\x0c\xb5\x61\x82\xa2\x03\x0a\x5a\xb2\xf7\xa0\x4f\x72\x3e\xbf\x84\xfa\xa4\xa0\x29\xf2\xd1\x1a\x1b\x6a\x8a\x04\xb5\x5a\x63\x63\xe0\x82\xa0\x87\x70\xeb\x58\x0b\xf5\x10\x41\x61\xef\x56\x50\x28\xb1\xa0\x66\x37\x0c\x61\xa6\x51\xfd\xbc\xdb\x14\x75\x17\x45\x74\x77\x27\x1b\xc6\xa7\xaf\xb0\xae\x04\xdd\x16\xa3\xa8\x04\x05\xb5\xf0\x9d\x51\x09\x86\x75\x07\xe5\xbe\xf3\xc6\xb8\x44\xb5\xec\xce\xd6\xd8\x30\x0e\x62\xf0\xd1\xc1\xdd\x78\x30\x35\x3d\x1f\x1d\xe6\xe0\x41\xae\x6e\x04\xb5\x5a\xfb\xc3\x48\xd8\x41\x2b\xd0\x45\xfc\xdb\x7b\xa8\x15\x08\x6e\xff\x9d\xcc\x15\x8e\x38\x0b\x8a\xe3\x1a\xee\x21\x2a\x98\x4b\xa3\x12\xaa\xdf\xe8\x7c\x3e\x0e\xd7\x1b\xfd\xf5\xc6\x82\xe2\x8d\x54\xf4\xce\x27\xcc\x50\x45\x1f\x41\x30\x44\x17\x12\x11\xda\xed\xd0\x6e\xf7\x49\x89\xd0\x6e\x73\xa1\xef\xd1\x49\x23\x74\xa1\x2f\xa8\xd9\x0d\x56\xa8\x8e\x0d\x8a\x56\x47\xd5\x43\x45\xab\xa0\x16\xdb\xa1\xa2\x35\x28\x5a\x9d\x0f\x3e\xa1\xa2\x55\xe0\x7c\x58\x09\xdd\xf1\x0b\x6a\x76\x57\x1c\xba\xe3\x0f\xee\xbf\x9d\x0f\x20\xa1\xfb\xef\xa0\xd4\xab\x85\x5d\x2a\xf5\x82\x9a\xc7\xe9\x47\x42\x35\x4f\x50\xf3\x38\x3f\x16\x08\xd5\x3c\x82\x9a\x43\xa3\xf0\x2a\x55\x83\xd3\x74\x87\xaa\x86\x58\xdd\xb5\x74\xaa\x86\x9a\xa2\x58\x50\x27\xb3\x58\x24\xa0\x58\x1d\x07\xbe\xba\x0d\x8b\x85\x12\x0b\x6a\x12\xf7\x2b\x35\x57\xef\x50\x6c\xad\xc4\xb1\xb4\x43\x40\x4d\x13\xc5\x82\xc8\xe1\xb1\x11\x72\xca\xe1\x71\xef\xd3\x11\x1b\xa3\xee\x3a\x1d\x77\x09\x84\xed\x50\x04\x39\xe9\x33\xb8\x67\x0e\xa5\x4f\x41\xad\xc5\x5c\xa8\x7a\x90\x51\x63\xef\x0c\x11\xca\xa8\x71\x74\x7c\xc5\xce\x6e\x1f\x8a\x2f\xa0\xb8\xe3\x8f\x43\xf1\x75\x74\x90\xc7\xde\xdd\x41\x1c\x0a\xf2\x43\x41\xde\xad\x79\x1c\x5a\xd0\xa1\xe9\x5b\xaf\x43\x59\x30\xc8\x10\x31\x38\xa2\xca\x10\x71\xb6\x73\x82\x6a\x39\xce\x7c\x51\xb4\x4e\x5d\x2c\xc5\x49\xe6\x0a\xf4\x3a\xf8\xa0\x18\xd2\xeb\xb8\x3a\x69\x84\xb7\xf6\xc7\x45\xd2\x10\xd4\x34\x46\x85\x46\x75\x56\x08\x27\x98\x74\xf3\x28\xa8\xb5\x44\x15\x54\x31\x8a\xb8\xbf\x4a\xa3\xf4\x03\x92\x2e\x11\xe2\xaa\xd7\xa8\x36\xc2\x71\xa1\x84\x3e\x9e\x35\x3e\xdc\x22\xd8\xc7\x27\x5f\x0f\x05\x35\x6d\x42\xb9\xa8\x7e\x30\x5a\xd2\x52\x7a\x9d\x5b\x87\x59\x44\x1b\x91\x1b\xb7\xab\x82\x9a\xdd\x6a\xe6\x46\xa3\x9c\x5b\x0b\x4c\x64\x4f\x9f\x1b\x02\x23\x28\xee\x8c\x72\x23\xbe\x12\xed\x0f\xbe\xf2\xa5\xb4\x3f\xf9\xf8\x1d\xdc\xcb\xa7\x3e\x7e\x0b\x6a\xfa\x0e\xf5\x80\xd2\x83\xbd\x43\x29\x41\x4e\xae\x7e\x82\x0f\x46\xa9\xab\x1f\x41\xcd\x4e\x8c\xa9\xab\x9f\x44\x90\x63\x76\x00\xa4\x04\x39\x51\xc9\x98\xdd\x11\xa4\x71\xd7\x20\x28\xce\x50\x1a\x85\x57\x5a\x67\xae\xe0\x52\x27\x8d\x1c\x2e\x28\x6a\x8b\x34\x72\x78\x5a\x97\x41\x7d\xb8\xa0\x96\x28\xee\x5d\x17\x73\x85\xa6\xc7\x88\xd5\x81\x99\x52\xcc\x74\x4e\x07\xd7\xfe\xe9\x9c\x0e\x41\xcd\x56\x80\x74\x4e\x47\x7a\x97\xd9\xc1\xd6\xa6\x53\x66\x0b\x6a\x75\x2d\x96\x7c\xb2\x7d\x4f\x6f\x49\xcb\xad\x93\x4e\xf2\x69\xf5\x05\x45\x81\x93\xfa\xc2\x9a\x68\x69\x6e\xc6\xf4\xf4\x59\x82\x9a\x81\x11\x72\x21\x52\x9b\x7c\x1d\x4a\x49\x6d\x46\x9b\x9a\xe4\xf0\x0c\x99\x1a\x32\x35\x7e\xf9\x5b\x71\x86\x56\x02\xe4\xd6\x8a\x97\x41\x32\x13\xd4\xec\x06\x3c\x91\xf3\xf7\x8c\x3e\xc1\xb9\xb5\x4a\x65\x70\x82\x05\x35\xc3\xa0\x88\x35\x94\x38\x77\xd6\x2b\x25\xce\xec\x2c\x98\x7b\x97\xdc\x99\x64\x41\x41\xad\x25\x0a\x23\x52\x0f\x12\x45\x92\xdd\x2c\x7c\xc7\x2d\x40\x96\x7c\x57\xf2\x5d\x4b\x52\x96\x7c\x47\x73\x9b\xd6\xfa\x93\x6a\x6e\x05\x35\x5b\xd5\x53\xcd\x6d\xf2\x41\x31\x6d\xf0\x20\xd7\xd8\x82\x9a\x04\x7c\x71\xea\x12\xa1\x4f\xeb\xbc\x9b\x12\xfa\xe4\x57\x3b\x69\x84\x9f\x7e\xb5\x23\xa8\x19\x0b\x0a\xe7\xcc\x2e\x5d\xd2\xba\x9d\xce\x49\xe9\x22\xa8\xc5\x82\x26\xa5\x4b\x4e\x4d\x8f\x0b\x95\x0e\x72\x75\xd2\xe9\xc0\x69\x8a\xbb\x4e\xc1\x44\xd5\x53\x7a\x9d\xf7\x7e\x63\xf2\xd3\xa1\xbc\xeb\x8d\xf7\xce\xa8\x73\xeb\xfa\x3a\xef\x64\xd4\xbc\x77\xc8\x64\x74\x23\x93\x77\x85\xcc\x5d\xa7\x8e\xf8\xb8\xeb\xd4\xa1\xd7\x99\x5d\x65\xa5\xf4\x3a\x8f\xae\x73\x32\x39\x29\x07\x25\xa4\xa0\x66\x06\x14\xce\x39\xda\xdf\xc9\xef\x38\xf2\xe0\x52\x46\x50\x33\x45\x11\x00\x87\xa6\x67\x6b\xa5\xd7\xf9\x60\x87\xb8\x5e\xcf\x87\x76\xe8\xa1\x1d\x4a\x46\x69\x87\x50\xf5\xa4\x9b\x4a\xa9\x7a\x9e\xed\xc2\xe4\x47\x7a\x79\xca\x85\x40\x4d\xce\x26\x05\xff\x7b\xa2\xea\xc9\x9d\x75\x4a\xd5\xf3\xea\x8c\x9a\x5c\x17\xe7\x45\x46\x15\xd4\x64\x87\x2e\x5a\xba\xbc\xda\x93\xb9\xba\x88\xcb\x8b\x3a\x45\x50\xb3\x1c\x8a\x37\xa2\xd7\xb9\x10\x54\xe9\x75\xa2\xc4\xb5\x75\xf3\x51\x52\xe2\xda\x48\x1a\x5b\x2f\xbb\xb6\x78\x51\x14\xe6\xdd\xc9\xd6\xc6\xdd\x5d\xa1\xb1\xb5\xb7\x4a\xd5\xeb\x67\x96\x7b\xab\x54\xf1\x41\xb1\x76\x54\x4a\x30\xb9\xcf\xad\x1d\x95\x2a\x34\xb6\x46\x6b\x46\x49\x63\x6b\xf0\xa1\x73\x74\xc5\x56\x83\x3b\x6b\x41\xcd\x96\xdd\xe2\x87\x97\xef\x35\x88\xd5\xb1\x78\x90\xc8\x11\xd4\xec\x3c\x52\xfa\x5e\x50\xfa\x12\x60\x5d\x8c\x97\xbe\x04\x08\x8a\xdb\xfb\x1a\x38\xba\xd0\xeb\x32\xeb\xe9\xa5\xd7\x65\x2c\xdb\xba\x6d\x2d\x8b\x17\xc5\xb2\xbb\x2a\x2d\xd3\xb2\x81\x29\x7f\xa1\xdd\xef\xa5\x6b\x6c\xbe\x1e\x96\xae\xb1\x05\x35\x59\x10\xaa\xfc\x82\xf2\xde\xb4\x92\x38\x97\xeb\x77\x8e\xbd\x43\xe5\x54\x59\xe5\x9d\xf2\xe6\xc0\x54\x49\x47\x55\x97\x67\x93\xfb\xef\x2a\xb2\xa0\x60\x6e\xdb\x84\x9a\xa2\xe6\x87\xdb\x8d\xeb\xc0\xd2\x15\x9e\xe0\x56\x1d\x4c\xa5\x2b\x3c\xc1\x8d\x5b\xcc\x2a\x79\x95\x2b\xbc\xb9\x75\x4b\x57\x25\xaf\x16\xbf\xc8\xcb\x8d\x51\x5c\x17\x0b\xe6\xd6\xca\x54\x45\x86\x10\x54\x76\x13\x59\xfc\x20\xb4\x01\x53\x07\x0f\x52\x9f\x57\xa1\xab\x5c\x9e\x54\xb9\xac\x6f\x47\xcf\x6d\x40\xc9\xd1\x80\x7e\x0e\x5b\xfa\x71\x85\x60\x72\xa1\x5f\xfa\x71\x85\xe0\xc6\x75\x60\x55\x68\xfa\xce\x8f\x93\x1f\xa7\x96\xae\x16\x05\x93\xee\xb3\x4a\x51\x08\x54\x4c\x9c\xa3\x28\x04\x2a\xa6\x1e\x3c\x44\x1d\x3c\xa8\x51\xf2\x04\x1f\x8c\x82\x7d\x2c\x3e\x18\x55\x05\x9e\x30\xfc\x95\xf2\x04\xe5\x6c\x2c\x9c\x93\x5a\x50\xc3\xdc\x1c\x53\x53\x0b\xe2\xae\x81\xaf\xa2\x45\x3a\x78\x41\xc5\x62\xfa\xd4\x82\x1a\xe6\xe6\x06\x15\xa2\xf8\x2d\x27\xe7\x91\x4b\xd2\x17\x14\x3f\x50\x2a\xdd\x95\x16\xb9\x63\x6e\x8e\xbf\x52\xcb\x46\x99\xf8\xc2\x5a\xca\x1d\xc5\xef\x53\xe6\xe6\xbc\xb1\xf4\xc6\xe2\x88\x06\x6f\xac\xd7\x28\x7e\x9e\xb0\xb3\xa0\x92\x73\x0a\xe7\xc4\xdf\x7c\x2b\xb6\xfd\x6f\x33\x71\xe9\xd7\x2b\x82\xc9\x6f\x36\x4a\x3f\xbc\x2d\x7e\xcd\x3a\x37\xa2\x4f\xbf\x5e\xe9\x2a\xa7\x29\x36\x7e\xba\x46\xc9\xe7\x9d\x17\x6b\xca\xe7\xc0\x24\x5f\xd7\xa4\xd3\xac\xc9\xd5\x70\x14\xa3\xa8\xb8\x6b\xea\x8d\x38\x58\x29\xa9\x56\x67\xbc\xb9\xef\x50\x54\xef\x02\xfd\x0e\xba\x96\xde\xb8\x9c\x51\x26\xea\x10\xc5\xcf\x12\x88\xf7\xc5\x7d\x58\x71\xa5\x38\x77\x17\xf5\x14\xc5\xef\x9e\x5a\x75\x6b\x51\x71\xd7\xea\xb8\x9c\xfc\x90\xb4\x56\xe8\x8d\x7c\xeb\xcf\x9d\xe9\xa9\xb8\x6b\x21\x8b\xbb\x8b\x62\x8d\x2b\x31\x22\x30\x35\x35\x3d\x0b\xe2\x87\x23\xa5\x34\x52\xa7\xfa\xbe\xee\x5a\xeb\xa4\xef\x13\xcc\xc1\xc9\x3f\x69\xdf\x04\x73\x20\x2c\xa7\x84\xe5\x1c\xd2\xc0\x05\xf5\x14\xf5\x44\x6b\xfa\x8d\x27\x37\x06\x82\x39\xf0\x2a\x37\x55\x2f\x98\x03\x59\xd4\x85\x95\x60\x8e\xc2\x08\x93\x11\x6a\xc3\x09\xb5\x53\x8e\x3e\x39\x61\x54\xb6\x75\xea\x84\x9d\xbd\xb5\x73\x24\x76\xd1\xd1\xd5\x59\xfc\x5c\xde\x58\x63\xe9\x8d\x85\x0b\xe7\xf8\x5f\xa1\xd6\xff\xff\xc7\xfb\x97\xb7\xbf\xfe\x89\xc1\xe3\xe7\xaf\x5f\xaf\x4f\xdf\xf8\x83\x06\xfe\x96\xe0\x76\x5e\xcf\x8f\x9f\xae\xbf\xfe\x71\xc4\x97\xcf\x5f\xfa\x29\xfe\xf7\xdf\x01\x00\x00\xff\xff\x79\x60\xf9\x3b\x48\x31\x00\x00"); -func _gdd ()([]byte ,error ){return _g (_beb ,"Adobe-Japan1-3")};func _cffc ()(*asset ,error ){_agee ,_dgg :=_abg ();if _dgg !=nil {return nil ,_dgg ;};_ecbg :=bindataFileInfo {_b :"Adobe-Japan1-1",_ffe :1098,_ag :_ed .FileMode (436),_ac :_c .Unix (1580491308,0)}; -_abac :=&asset {_abe :_agee ,_ece :_ecbg };return _abac ,nil ;};func _egee ()([]byte ,error ){return _g (_fgffg ,"UniJIS-UTF8-H")};func _gfdfg ()(*asset ,error ){_ageb ,_dfagd :=_gaad ();if _dfagd !=nil {return nil ,_dfagd ;};_deeb :=bindataFileInfo {_b :"UniJISX02132004-UTF32-V",_ffe :4412,_ag :_ed .FileMode (436),_ac :_c .Unix (1580492998,0)}; -_accca :=&asset {_abe :_ageb ,_ece :_deeb };return _accca ,nil ;};func _dacee ()(*asset ,error ){_gbge ,_babg :=_edgf ();if _babg !=nil {return nil ,_babg ;};_afgc :=bindataFileInfo {_b :"KSC-Johab-H",_ffe :82000,_ag :_ed .FileMode (436),_ac :_c .Unix (1580492512,0)}; -_ddfe :=&asset {_abe :_gbge ,_ece :_afgc };return _ddfe ,nil ;};var _bea =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\xd5\x4f\x6b\xeb\x46\x14\x05\xf0\xbd\x3e\xc5\x2c\x5f\x17\xaf\x99\xfb\x67\x46\x23\x10\x81\x47\xc2\x83\x2c\xde\x6b\x69\xfa\x0f\x4a\x17\x8e\x35\x0e\x86\x46\x36\x8e\xb3\xc8\xb7\x2f\xe7\x1e\x3b\x85\x2e\x82\xa3\x13\xe9\x4a\xf9\x1d\x8f\xe6\xe6\xee\xe1\xfe\x61\xdd\x9f\xd3\xcd\xcf\xa7\xc3\xf6\xb1\x9f\xd3\x6e\xbf\x2e\xa7\xfe\x7a\x78\x3b\x6d\x7b\x7a\xea\xcf\xfb\x75\x18\x44\xd3\xb2\xdf\x9e\xaf\x87\xf1\xb1\x7d\xd9\x1c\x87\x01\xd7\x3f\xbe\xbf\x9e\xfb\xcb\xc3\xba\x3b\x24\xe3\x79\xcb\xdb\xf1\x72\x6e\x4a\x37\xbf\xf4\xe7\xfd\xeb\xf9\xf4\x9e\x3e\x7d\x59\x0e\x4f\xfd\x87\xb4\xf4\x1d\xf2\x9f\x4e\x4b\x3f\xed\xd7\xe7\xf4\xe9\xee\xfb\xa3\x7c\xc4\x8f\x6f\xc7\xe3\x3f\xfd\xa5\xaf\xe7\xe4\x91\xf5\x75\x89\xcf\xe1\xe6\xee\xdb\xe6\xf8\x7d\xf3\xd2\xd3\x4d\x4c\xfa\x8c\xeb\x3e\xf3\xa4\xf8\xdb\xef\xfd\xf4\xba\x3f\xac\x49\x7e\xcc\xb9\xfe\x17\xff\xfa\x7e\xec\x49\x2e\x33\xfe\xfc\xed\xe1\x3e\xfd\x25\x49\x72\xd2\x52\xa6\xf2\xf7\x25\xff\xe3\xdb\x61\xe9\x29\x5f\xef\xf4\x70\x7f\x77\x78\x5b\xcf\x49\xda\x54\x0b\x43\xe1\xbf\xb4\x3d\x2c\xfd\xf5\xb8\xd9\xf6\xd3\x66\x7d\xee\x43\x4a\x73\xce\x39\xdf\xa6\xd9\xbf\x7c\xfd\x7a\x8b\xa7\xfd\xdf\x19\xc3\x58\x2e\x57\xee\x17\x26\xd7\x2b\x72\xde\xed\x6e\x53\x1e\xe6\x2c\x3c\x16\x1c\x6b\xa9\xc3\x9c\x95\x89\x22\x29\xa2\xc3\x9c\x8d\x89\x21\x19\x6b\x1b\xe6\xec\x4c\x1c\x89\x64\xf5\x61\xce\x85\x51\x89\x48\x1b\x66\x57\x46\x35\xa2\x62\x18\x3e\x32\x1a\x23\x1a\x27\x4c\x6f\x8c\x5a\x3c\x41\x76\x8c\x9f\x18\x4d\x11\x59\xc6\xf8\x0d\xa3\xcd\xe5\x39\x31\xfe\x89\xd1\x53\x44\x4d\x30\x7e\xcb\x68\x8b\xc8\xf2\x88\xf1\x0b\xa3\x25\x22\x53\x8c\xef\x8c\x7a\x44\xa5\x61\xfc\x8e\xd1\x2e\xa2\xe6\x79\x98\x85\x52\x12\x52\x9e\xa7\x3a\xcc\x42\x2c\x09\x2c\xb7\xa2\xc3\x2c\xd4\x92\xd0\xf2\x9a\xdb\x30\x0b\xb9\x24\xb8\xbc\x55\x1f\x66\xa1\x97\xf8\xc5\x14\xe3\xe9\x25\xe1\x55\x6c\xc4\x78\x7a\x49\x78\x95\x6a\x18\x4f\x2f\x09\xaf\xd2\x1a\xc6\xd3\x4b\xc2\xab\x8a\x63\x3c\xbd\x24\xbc\xaa\x67\x8c\xa7\x97\x84\x57\xad\x28\x56\xe8\x25\xe1\x55\x27\x34\x2b\xf4\x92\xf0\x1a\x05\xd5\x0a\xbd\x24\xbc\x46\x47\xb5\x42\x2f\xe9\x97\xfe\x31\x9e\x5e\x12\x5e\xe3\x84\x6a\x95\x5e\x1a\x5e\x4d\x50\xad\xd2\x4b\xc3\xab\x39\xaa\x55\x7a\x69\x78\xb5\x11\xd5\x2a\xbd\x34\xbc\xda\x84\x6a\x95\x5e\x1a\x5e\x93\xa2\x5a\xa5\x97\x86\xd7\xe4\xa8\x56\xe9\xa5\xe1\x35\x8d\xa8\x56\xe9\xa5\xe1\x35\x4d\xa8\x56\xe9\xa5\xed\xfa\x5d\xc5\x7c\x82\xe9\xc4\xcc\x51\xae\x52\x4c\x37\xcc\x46\xb4\xab\x24\xd3\x20\x43\xfb\xb8\x05\xcd\x74\xcb\x4c\xd1\xaf\x12\x4d\x17\x66\x05\x05\x2b\xd5\xb4\x33\x1b\xd1\xb0\x92\x4d\x77\x5c\x24\x19\x15\x1b\xdd\x2c\x33\x53\x74\x6c\x84\x33\x61\x56\x50\xb2\x51\xce\xf4\xba\xc0\xf2\x30\x1b\xe9\x2c\xe8\xc4\x32\x6a\x36\xda\x19\xd7\xa6\x19\x7a\x36\xe2\x19\x17\xa7\x15\x14\x6d\xd4\x33\xae\x4e\x6b\x68\xda\xc8\x67\x5c\x9e\x9e\x51\xb5\xd1\xcf\xe8\xe7\x86\xae\x8d\x7e\x46\x3f\x2f\x28\xdb\xe8\x67\xf4\xf3\x86\xb6\x8d\x7e\x46\xbf\x22\xa8\xdb\xe8\x67\xdb\xeb\x5b\x01\xf7\xa0\x9f\xd1\xaf\x54\x14\x6e\xf4\x33\xfa\x95\x86\xc6\x8d\x7e\x46\xbf\x2a\xa8\xdc\x2f\xef\x40\xfa\x55\x43\xe7\x4e\x3f\xa7\x5f\xad\xe8\xdc\xe9\xe7\xf4\xab\x0d\x9d\x3b\xfd\x9c\x7e\xa3\xa0\x73\xa7\x9f\xd3\x6f\x74\x74\xee\xf4\x73\xfa\x8d\x15\x9d\x3b\xfd\xbc\x5e\x5f\x65\xb8\x07\xfd\x9c\x7e\x4d\xd0\xb9\xd3\xcf\xe9\xd7\x1c\x9d\x3b\xfd\x9c\x7e\xad\xa2\x73\xa7\x9f\x6f\xc4\x91\x4d\xee\xf1\x46\xbf\xbe\xb9\xf1\x3b\xf6\xbd\x8f\x9d\x68\xfb\x76\x3a\xf5\xf5\x1c\xbb\x5e\x6c\x36\xd8\x2b\xf6\x6b\xff\xd8\x41\x8f\x87\x23\xae\x8a\x9f\x7f\x03\x00\x00\xff\xff\xcd\x63\xbe\x49\x6d\x07\x00\x00"); -var _gfae =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x54\x92\x41\x8f\x9b\x30\x10\x85\xef\xfc\x8a\x39\x6e\x0f\x5b\x3c\x10\x43\x90\x22\xa4\x6e\xa2\x6e\x39\x6c\x5b\x35\x9b\x6d\xa5\xaa\x07\x82\xc7\xa9\xa5\xc6\x20\x03\x87\xfc\xfb\x6a\xc6\x84\xaa\x07\xe4\xcf\xcf\xcf\xe3\x37\xd8\xe9\xbe\x39\x34\xde\x4d\x90\x7e\x0d\x7d\x77\xa4\x09\xac\xf3\x26\xd0\xd8\xcf\xa1\x23\x38\xd3\xc5\xf9\x24\xc1\x0c\x8c\xeb\xa6\xfb\x54\x86\xee\xda\x0e\x49\x92\x9e\xbc\x7b\x7e\x7a\x3c\xbd\x7e\xc4\xe2\xf1\x13\xcc\x23\x2d\xfa\xbe\x39\x1c\x6f\xe3\x44\xd7\xc6\xdb\x1e\xf2\xb8\xdf\xcc\xc3\x52\x03\x20\xfd\x46\x17\x37\x4e\xe1\x06\x0f\x1f\x4c\x7f\xa6\x77\x60\xc8\xb2\xfe\x25\x18\x0a\xce\x5f\xe0\xe1\xf9\x09\x57\xf5\x38\x0f\xc3\x1f\xba\x92\x9f\x40\x8b\x46\xde\xc8\x98\xa4\xfb\x97\x76\xf8\xdc\x5e\x09\xfe\x0b\xf3\x26\xab\xb2\xf8\x46\x61\x74\xbd\x07\x7c\xaf\x54\xf9\x4f\x7e\xbd\x0d\x04\xb8\x14\xf9\x71\x6a\x0e\xf0\x13\x01\x15\x64\xba\x50\xd9\xaf\x45\xff\xfe\xd2\x9b\xd5\x85\x65\x8c\xdf\x39\xd3\xfd\x6e\x43\xb2\xcb\x14\x6e\x6a\xd0\xd5\x96\x31\x2b\x18\xab\x64\x97\x2b\x85\x35\xe8\x52\x0b\x66\x8c\x1b\x46\xcc\x6b\x28\x4b\x55\x24\x3b\x6b\xa3\x63\x2b\xd8\x31\xe6\x82\x24\x8e\x92\x19\x8d\xb0\x58\xd0\xb2\xa5\x62\xcc\xcf\x22\x47\x16\x0b\x2a\x61\x5b\x43\xa1\x04\xf5\x99\x83\xc8\x31\xda\x30\x4a\x3d\x1d\x6b\x6f\x98\x49\x92\x20\xf2\x5f\xbc\x37\x93\x14\x6b\x73\xa1\xf5\x17\x92\xf0\xdb\x1a\x78\xe0\xe3\xb7\xb1\x07\x25\x0a\x72\xfc\x2a\x2a\x9b\xa8\x68\xf6\x64\xa2\x14\x51\x29\xd9\x93\x49\x5f\x5c\xc7\x5a\x55\xb1\x47\x32\x62\x2b\x0a\x72\xd4\xb2\x58\x72\xc4\x73\x65\xc2\xaf\x68\xbd\xd8\x6e\x0e\x81\xfc\x24\x6f\x48\xae\x8e\xaf\xc3\x79\x5a\xdf\xe9\xd0\x0f\xbc\x4b\xbe\xbf\x01\x00\x00\xff\xff\x18\xd8\x4a\x05\xd3\x02\x00\x00"); -func _bggfc ()([]byte ,error ){return _g (_bfbg ,"KSCms-UHC-HW-V")};func _cggag ()(*asset ,error ){_gae ,_adcd :=_ebed ();if _adcd !=nil {return nil ,_adcd ;};_gbg :=bindataFileInfo {_b :"CNS2-V",_ffe :371,_ag :_ed .FileMode (436),_ac :_c .Unix (1580491570,0)}; -_fcbd :=&asset {_abe :_gae ,_ece :_gbg };return _fcbd ,nil ;};func _dfde ()([]byte ,error ){return _g (_bgea ,"UniJISPro-UTF8-V")};var _cbc =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\xd6\x5f\x6b\xe3\x46\x1b\x05\xf0\x7b\x7d\x0a\x5d\xee\x7b\xb1\x6f\xe6\xf9\x33\x9a\x19\x10\x0b\x65\x97\x85\xb0\x6c\x5b\x92\xd2\x5e\x3b\xd2\x38\x18\x1a\xd9\x38\xce\x45\xbe\x7d\x39\xcf\xb1\x53\xe8\x45\x70\x7c\x22\x3d\x12\xbf\x93\xd1\xe8\xee\xeb\xfd\xb7\xfb\xed\x70\x19\xef\x7e\x3f\x1f\x97\xc7\x7e\x19\xf7\x87\x6d\x3d\xf7\xd7\xe3\xdb\x79\xe9\xe3\x53\x7f\x3e\x6c\xc3\x20\x3a\xae\x87\xe5\x72\xfb\x1a\x1f\xcb\xcb\xee\x34\x0c\x38\xff\xf1\xfd\xf5\xd2\x5f\xee\xb7\xfd\x71\x34\x1e\xb7\xbe\x9d\xae\xc7\x8e\xe3\xdd\x43\x7f\x3e\xbc\x5e\xce\xef\xe3\xa7\x5f\xd6\xe3\x53\xff\xdf\xb8\xf6\x3d\xf2\xdf\xce\x6b\x3f\x1f\xb6\xe7\xf1\xd3\x8f\x87\x8f\xf0\xf1\xed\x74\xfa\xbb\xbf\xf4\xed\x32\xb6\xc8\xfa\xb6\xc6\xe7\x70\xf7\xf5\xe7\xee\xf4\xeb\xee\xa5\x8f\x77\x31\xe7\xf3\x8f\x87\xcf\x3c\x24\xfe\xf2\x67\x3f\xbf\x1e\x8e\xdb\x28\xff\x4f\x49\xff\x8d\xff\x78\x3f\xf5\x51\xae\x13\xfe\xfa\x79\x5c\xfb\x98\x6e\xf3\xee\xbf\x7d\x3d\xbe\x6d\x97\x51\xb5\xb6\xc2\x50\x78\xdb\xcb\x71\xed\xaf\xa7\xdd\xd2\xcf\xbb\xed\xb9\x0f\xe3\x38\xa7\x94\xd2\x97\x71\xce\xed\xfb\xf7\x2f\xb8\xa7\xff\x1c\x31\xb4\x74\x3d\xf3\xb0\x32\xb9\x9d\x91\xd2\x7e\xff\x65\x4c\xc3\x9c\x84\xdf\x05\xdf\x35\x4f\xc3\x9c\x94\x89\x22\xc9\xa2\xc3\x9c\x8c\x89\x21\x29\x53\x1d\xe6\xe4\x4c\x1c\x89\x24\xf5\x61\x4e\x99\x51\x8e\x48\x2b\x66\x4f\x8c\xa6\x88\xb2\x61\x78\x61\x54\x22\x2a\x0d\xd3\x2b\xa3\x1a\x77\x90\x1c\xe3\x1b\xa3\x16\x91\x25\x8c\xdf\x31\xda\x5d\xef\x13\xe3\x9f\x18\x3d\x45\x54\x05\xe3\x17\x46\x0b\x22\x4b\x05\xe3\x57\x46\x6b\x44\xa6\x18\xdf\x19\xf5\x88\x72\xc5\xf8\x3d\xa3\x7d\x44\xd5\xd3\x30\x0b\xa5\x24\xa4\x3c\xb5\x69\x98\x85\x58\x12\x58\x6e\x59\x87\x59\xa8\x25\xa1\xe5\x53\xaa\xc3\x2c\xe4\x92\xe0\xf2\x3a\xf9\x30\x0b\xbd\xc4\xaf\xa6\x18\x4f\x2f\x09\xaf\x6c\x05\xe3\xe9\x25\xe1\x95\x27\xc3\x78\x7a\x49\x78\xe5\x5a\x31\x9e\x5e\x12\x5e\x93\x38\xc6\xd3\x4b\xc2\x6b\xf2\x84\xf1\xf4\x92\xf0\x9a\x26\x14\x2b\xf4\x92\xf0\x9a\x1a\x9a\x15\x7a\x49\x78\x15\x41\xb5\x42\x2f\x09\xaf\xe2\xa8\x56\xe8\x25\xfd\xda\x3f\xc6\xd3\x4b\xc2\xab\x34\x54\xab\xf4\xd2\xf0\xaa\x82\x6a\x95\x5e\x1a\x5e\xd5\x51\xad\xd2\x4b\xc3\xab\x16\x54\xab\xf4\xd2\xf0\xaa\x0d\xd5\x2a\xbd\x34\xbc\x9a\xa2\x5a\xa5\x97\x86\x57\x73\x54\xab\xf4\xd2\xf0\x6a\x05\xd5\x2a\xbd\x34\xbc\x5a\x43\xb5\x4a\x2f\xad\xb7\xff\x55\xcc\x27\x98\x36\x66\x8e\x72\x95\x62\xba\x63\x56\xd0\xae\x92\x4c\x83\x0c\xed\xe3\x12\x34\xd3\x85\x99\xa2\x5f\x25\x9a\xae\xcc\x32\x0a\x56\xaa\x69\x67\x56\xd0\xb0\x92\x4d\xf7\x5c\x24\x09\x15\x1b\xdd\x2c\x31\x53\x74\x6c\x84\x33\x61\x96\x51\xb2\x51\xce\xf4\xb6\xc0\xd2\x30\x1b\xe9\x2c\xe8\xc4\x12\x6a\x36\xda\x19\xd7\xa6\x19\x7a\x36\xe2\x19\x17\xa7\x65\x14\x6d\xd4\x33\xae\x4e\xab\x68\xda\xc8\x67\x5c\x9e\x9e\x50\xb5\xd1\xcf\xe8\xe7\x86\xae\x8d\x7e\x46\x3f\xcf\x28\xdb\xe8\x67\xf4\xf3\x8a\xb6\x8d\x7e\x46\xbf\x2c\xa8\xdb\xe8\x67\xcb\xed\xa9\x80\x6b\xd0\xcf\xe8\x97\x27\x14\x6e\xf4\x33\xfa\xe5\x8a\xc6\x8d\x7e\x46\xbf\x49\x50\xb9\xd3\xcf\xe9\x37\x19\x3a\x77\xfa\x39\xfd\xa6\x09\x9d\x3b\xfd\x9c\x7e\x53\x45\xe7\x4e\x3f\xa7\x5f\x11\x74\xee\xf4\x73\xfa\x15\x47\xe7\x4e\x3f\xa7\x5f\x99\xd0\xb9\xd3\xcf\xa7\xdb\xa3\x0c\xd7\xa0\x9f\xd3\xaf\x0a\x3a\x77\xfa\x39\xfd\xaa\xa3\x73\xa7\x9f\xd3\xaf\x4e\xe8\xdc\xe9\xe7\xf4\xab\x0d\x9d\x3b\xfd\x9c\x7e\x4d\xd1\xb9\xd3\xcf\xe9\xd7\x1c\x9d\x3b\xfd\x9c\x7e\xad\xa0\x73\xa7\x9f\xd3\xaf\x35\x74\xee\xf4\xf3\x3d\x9f\xb5\x8a\xce\xf3\x75\x0f\x49\xb7\xe7\x6f\x1a\xe6\x4c\xbf\xcc\x5d\x21\x15\x74\x9e\xe9\x97\x95\x59\x43\xe7\x99\x7e\x39\xfc\x54\x14\x9d\x67\xfa\x65\x67\x96\xd1\x79\xa6\x5f\xce\xcc\x0a\x3a\xcf\xf4\xcb\xe1\xa7\x9a\xd0\x79\xa6\x5f\x2e\xcc\x14\x9d\x67\xfa\x65\xee\x0f\x9a\xd1\x79\x6e\xd7\x7d\xaf\x24\x64\xa5\x7a\xec\x7e\xb7\x5d\x0e\xbf\xe3\x3d\xe0\x63\x6f\x5e\xde\xce\xe7\xbe\x5d\xe2\x2d\x20\x36\x60\xec\xab\x87\xad\x7f\xbc\x51\x9c\x8e\x27\x9c\x15\x3f\xff\x04\x00\x00\xff\xff\x4b\x3b\xc9\x6a\x7d\x08\x00\x00"); -func _dgba ()(*asset ,error ){_cecc ,_daf :=_aaag ();if _daf !=nil {return nil ,_daf ;};_deaf :=bindataFileInfo {_b :"B5pc-H",_ffe :5309,_ag :_ed .FileMode (436),_ac :_c .Unix (1580491485,0)};_fdfa :=&asset {_abe :_cecc ,_ece :_deaf };return _fdfa ,nil ; -}; \ No newline at end of file +package bcmaps ;import (_f "bytes";_d "compress/gzip";_aa "fmt";_e "io";_be "os";_fd "strings";_a "time";);func _gefg ()(*asset ,error ){_fce ,_beff :=_eba ();if _beff !=nil {return nil ,_beff ;};_ddfd :=bindataFileInfo {_dae :"CNS1-H",_fb :3373,_ae :_be .FileMode (436),_g :_a .Unix (1580491531,0)}; +_edgg :=&asset {_dd :_fce ,_ef :_ddfd };return _edgg ,nil ;};func _cfgg ()([]byte ,error ){return _c (_daf ,"HKdla-B5-V")};func _feec ()(*asset ,error ){_faddc ,_ggdc :=_egdcf ();if _ggdc !=nil {return nil ,_ggdc ;};_aeb :=bindataFileInfo {_dae :"Hiragana",_fb :551,_ae :_be .FileMode (436),_g :_a .Unix (1580492288,0)}; +_fggd :=&asset {_dd :_faddc ,_ef :_aeb };return _fggd ,nil ;};var _dgab =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\x94\x4d\x8b\xdb\x3c\x10\xc7\xef\xfa\x14\x3a\xee\x73\xd8\x27\x33\x7a\xb3\x0c\x26\x50\x76\x59\x48\x61\xdb\xd2\xed\x1b\x94\x1e\x1c\x7b\x1c\x0c\x8d\x6c\x1c\xe7\xb0\xdf\xbe\xcc\x8c\xb3\x85\x1e\x82\xa3\x9f\x35\xff\x28\xbf\x91\xb4\x7b\x38\x3c\x1e\xca\xb8\xda\xdd\xa7\x65\xea\x5e\x68\xb5\xc3\x58\xfa\x85\x2e\xd3\x75\xe9\xc8\x1e\xe9\x34\x16\x63\xd0\xd9\x7e\xec\xd6\xdb\x50\x1e\xdd\xb9\x9d\x8d\xe1\xfa\x97\xd7\xcb\x4a\xe7\x43\x19\x26\xeb\x75\x5e\x7f\x9d\xb7\xb9\xd6\xee\x3e\xd3\x69\xbc\xac\xcb\xab\xbd\x7b\xd7\x4f\x47\xfa\xcf\xf6\x34\x30\xff\xb8\xf4\xb4\x8c\xe5\x64\xef\xde\xb7\x73\x5b\xf0\xed\xc5\xcb\x75\x9e\x7f\xd3\x99\xca\xca\x79\x34\x18\x2a\xbd\x3c\xcd\xee\xe1\xb9\x9d\x3f\xb4\x67\xb2\x3b\xc9\xba\xd7\xca\x7b\x9d\x26\x6f\xbf\xd1\x72\x19\xa7\x62\xf1\x7f\x80\xf8\x17\x7f\x79\x9d\xc9\xe2\x96\xf2\xe3\xeb\xe1\xd1\xfe\x44\x8b\x60\x5d\x8c\x3e\xfc\xda\xf8\xf7\xe7\xa9\x27\x0b\xb7\xdf\x3a\x3c\x3e\x4c\xd7\xb2\xda\xda\xc7\xa0\x0c\xf5\x5f\x75\x53\x4f\x97\xb9\xed\x68\x69\xcb\x89\x8c\xb5\x0d\x00\xc0\xde\x36\x2e\x3c\x3d\xed\x79\xb9\xff\xcc\x30\xbe\xda\x2a\xc7\x5e\xc9\xad\x02\x60\x18\xf6\x16\x4c\x03\xa8\x63\xe4\xb1\x8b\xc9\x34\xe0\x94\x38\x26\x11\x9d\x69\xc0\x2b\xf1\x4c\xaa\x94\x4d\x03\x41\x49\x60\x82\xe0\x82\x69\x20\x2a\x8a\x82\x5c\xe6\xec\xa4\x28\x09\x8a\x9e\xc3\x2b\x45\x95\xa0\xaa\xe6\xf4\xac\x28\xcb\x0a\x20\x70\x7c\xad\xa8\x16\xe4\x81\xe3\x5b\x45\xed\xb6\x4e\x8e\x3f\x2a\x3a\x0a\xca\xc8\xf1\x9d\xa2\x8e\x91\x87\x8a\xe3\x7b\x45\xbd\x20\xef\x38\x9e\x14\x91\xa0\x98\x39\x7e\x50\x34\x08\xca\x01\x4c\x83\x6a\x0a\xc5\x54\x80\x3a\x99\x06\x55\x16\x8a\xac\xe0\xa3\x33\x0d\xaa\x2d\x14\x5b\x21\x41\x36\x0d\xaa\x2e\x14\x5d\x21\xa7\x60\x1a\x54\x5f\x18\x36\xa7\x1c\xaf\xbe\x50\x7c\x45\x5f\x71\xbc\xfa\x42\xf1\x15\x93\xe7\x78\xf5\x85\xe2\x2b\xe6\xcc\xf1\xea\x0b\xc5\x57\xc2\xc0\xf1\xea\x0b\xc5\x57\x0a\xc0\xf1\xea\x0b\xc5\x57\x4a\xdc\x58\x54\x5f\x28\xbe\x52\xcd\x9d\x45\xf5\x85\xe2\xab\x42\x6e\x2d\xaa\x2f\x14\x5f\x55\xe0\xd6\xa2\xfa\x42\xda\xfa\xcf\xf1\xea\x0b\xc5\x57\x55\x73\x6b\xdd\xb6\x17\xc5\x57\x46\x6e\xad\x53\x5f\x4e\x7c\xe5\xc0\xad\x75\xea\xcb\x89\xaf\x5c\x71\x6b\x9d\xfa\x72\xe2\x2b\xd7\xdc\x5a\x17\xb6\x7d\x9d\xeb\xbd\xad\x1d\x26\xd9\xdc\xb7\x4d\xcc\xdf\xf9\x16\x78\x3b\x95\xdd\x75\x59\xa8\xac\x72\x07\xc8\xb1\xe3\x63\x33\x16\x7a\xbb\x4f\xe6\x69\xe6\x2a\xf9\xfc\x09\x00\x00\xff\xff\xb3\x7e\x40\xe8\x7b\x04\x00\x00"); +var _egcb =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\xdd\x51\xcf\xfd\x3a\x96\xe7\xf5\xfb\xf3\x2a\xfe\x97\xc3\xc5\x50\xdb\x4e\xe2\xc4\x52\xe9\x48\xa8\xbb\x47\x34\xa3\x61\x10\xcd\x00\x12\xe2\xc2\xf6\xde\xbb\x29\x89\x3e\xa7\x54\x55\x7d\xd1\xef\x1e\xe5\xf7\x49\x01\x42\x48\xa7\xae\x7e\x7a\xfc\x64\x27\xb6\x63\x2f\x2f\xc7\xfe\x7a\xfd\xee\xef\xfe\xf1\xef\xff\xf1\x97\x3f\xfc\xe5\xc7\xef\xfe\x87\x3f\xfd\xba\xfe\xe9\xf3\x97\x1f\xdf\x3f\xfc\xf2\xfe\xd3\xe7\xcf\xbf\xfe\xeb\x9f\xd6\xe7\xc7\xfc\xfc\xf3\x1f\x7e\xf9\xe9\xa7\x52\x7f\xbc\xff\xb0\xfe\xf2\xd7\x3f\x23\xeb\x5f\xc6\x1f\x7f\xfa\xe9\xfe\xfd\x3f\xfd\xdb\x9f\xff\xf2\xf9\x97\x7f\xfc\xe5\xfb\xeb\x8f\xcd\x75\xef\x7f\xfd\xe3\x73\xed\x8f\x1f\xbf\xfb\x1f\x3f\xff\xfc\x87\x3f\xff\xe5\x4f\xff\xf6\xe3\xdf\xfd\x37\xef\x5f\xe7\xe7\xbf\xfa\xf1\xfe\x7c\xef\xf4\xff\xfc\xa7\xf7\xe7\x4f\x7f\xf8\xe5\x9f\x7f\xfc\xbb\xff\xf8\xeb\x9f\x3e\xa3\xfc\xdf\xff\xf8\xa7\x7f\xfd\xe3\x1f\xff\xcf\xcf\xbf\x7c\x7e\xf9\xcb\x8f\x92\xb4\xcf\x2f\xef\xe8\x4f\xbf\xfb\xbb\xff\x34\xfe\xf8\xdf\x8f\x7f\xf9\xfc\xf8\xdd\x7f\xfc\xa7\xbf\xfb\xf7\xff\xdd\xaf\xff\xc7\x98\xff\xfe\xbf\xcd\xff\xf2\xaf\xff\xf9\xf3\xa7\x3f\xff\xe1\xd7\x5f\x7e\x94\xd7\x7f\xfd\x7a\xb5\xff\x27\xfd\x7f\xfa\xb7\x3f\x7e\x9e\x7b\xfd\xf4\xbb\xff\xf2\x8f\x7f\xff\x9f\xbf\xdf\x3f\x7f\xfe\xf2\xe3\x68\x2f\xd7\xfc\xaf\xff\xe5\x1f\xff\xfe\xc7\xff\x56\x7e\x94\xd7\x8f\x7a\xec\xa5\xfc\xef\xcf\xa5\xff\xcb\x7f\xfa\xf5\xfd\xf9\xe1\xa2\x9f\x76\x45\x5a\xbf\xbe\x3f\x7f\xfe\xe3\x58\x9f\x3f\x8d\x5f\xfe\xf9\xf3\xd3\x8f\x1f\xbf\x7f\xbd\x7e\xfe\xf1\xe3\xc7\xef\xaf\xd7\xcf\xf7\x5f\xd7\xbe\x97\x9f\x7f\xfc\xfe\xef\xb7\xff\xf0\x0f\xf9\xfb\xef\xaf\x2d\x7f\xff\xc3\xf3\xf7\x3f\xbc\xf2\xf7\x7f\xe8\xf7\xdf\x9f\x5f\xde\xff\x9f\xfb\xfd\x54\x3c\xe6\x97\x5f\xff\xf2\xfe\x7c\xa5\xe5\x09\xbf\x2f\xdf\x9f\x7f\x94\xfb\x17\xff\xef\x7f\xfd\x54\x5e\xaf\x27\x5f\x7f\x78\x3f\x57\xd7\xfb\xea\xf3\x73\x5f\x7d\xe7\xa6\xfe\x9c\x4c\x5d\x3f\xff\xd8\x8e\x2b\x29\x3d\x29\x47\xf9\xf9\xc7\xd6\xda\x9d\x72\x6c\x52\xb6\x9f\x7f\x6c\xe7\x91\x94\x5d\xca\xfd\xab\xf3\x4c\xca\xf3\xab\xf7\xcf\x3f\xb6\x6b\xbb\x53\x5a\x49\xca\x2d\xdb\x95\x3b\x5f\x52\xae\xa4\xf4\x3b\x65\x48\xb9\x65\xeb\xaf\x3b\x65\x49\x59\x49\x49\x0e\x3f\x52\x3e\x49\xa9\x3f\xfd\xfe\x3a\x52\x83\x64\xeb\xf7\xb3\x0e\xcf\x8a\x6c\x7d\xbf\x53\x3c\x2b\xb2\xf5\x3b\xcf\x87\x67\x1d\x9e\x75\x97\xeb\xf0\xac\xc3\xb3\xee\x52\x1c\x9e\x75\x78\xd6\x9d\xe7\xe6\x59\xcd\xb3\xee\x3c\x37\xcf\x8a\xec\xaf\x3b\xcf\xcd\xb3\x22\xfb\xeb\xce\x73\xf3\xac\xc8\xfe\xba\xf3\xdc\x3c\x2b\xb2\xbf\xee\x3c\x37\xcf\x8a\xec\xaf\x3b\xcf\xa7\x67\x45\xf6\xd7\x9d\xe7\xd3\xb3\x4e\xcf\xba\xf3\x7c\x7a\xd6\xe9\x59\x77\x9e\x4f\xcf\x3a\x3d\xeb\xce\xf3\xe5\x3e\x11\xef\xf4\x72\x9f\xab\xd5\x9f\x7f\x94\xd7\xd5\x92\xb4\x49\xda\x7f\xfe\xd1\xb7\x6d\x4b\xd2\x21\xe9\xc8\x55\x7e\xd8\x24\x9d\xb9\xea\x48\xd2\x25\x69\xe6\xaa\x9e\xa4\x95\xa4\xf3\x95\xab\xee\x5c\x5d\xa7\x27\xde\x52\x5e\x79\x49\xd7\xe9\x89\x67\x4f\xd2\x9e\xa4\x21\x69\xdc\x3f\xdc\x6b\x92\xa6\xa4\xf7\xcf\x3f\x4a\x49\x6d\x5e\xca\x7c\x5d\x35\x49\xf9\xe1\xe5\x5e\x57\x72\xbf\xe7\xf6\x97\xdc\xdf\x52\x4a\x2a\xeb\xba\xe4\xfe\xba\x72\x55\x72\x7f\x75\x49\x3d\x57\x25\xab\x97\x4c\xf4\xe4\x7e\x4f\xb1\xbb\x27\xde\x52\x8a\x4a\xed\x9e\x78\x4b\x29\xaf\x14\xbb\xef\x92\x92\x89\x23\xb7\xef\x32\xd1\xcf\xfb\xaa\xf2\x4a\x92\xfa\xea\xef\x5c\x95\x7c\x79\x65\xd7\x48\x81\x4a\x72\x3f\xdc\x7e\xe4\x5e\x2d\x35\x31\xdc\x6b\xa4\x40\x25\xb7\x1f\x0a\x34\x52\xa0\x96\x9a\x18\x0a\x34\x52\xa0\xe2\xf6\x0a\x34\x4b\xae\x4a\x19\xa7\xdb\xcf\xdc\x3e\x7d\xf8\x9a\x6e\x3f\xdd\xde\x55\x6e\x7f\x4b\xd7\xaf\xaf\x79\x4a\x52\xa0\xd4\xc4\x54\xa0\x99\x02\x9d\x49\xd2\xba\x23\xa5\x94\x54\xce\xaa\x92\xf2\xc4\x2b\x59\x5d\x9e\xb8\xf2\xc4\x9a\xca\x59\x9e\xb8\x52\xa0\x2b\x4f\x5c\x0a\xb4\x52\xa0\x9a\x06\xb0\x14\xe8\x9d\x02\xc5\x4e\x5c\x6f\x05\x7a\x27\x13\xe9\xaa\x97\x0e\x75\x7d\x52\xab\x35\x55\xf8\x71\xd5\xe7\xce\xc4\xee\xa5\x7d\x64\xe2\x23\x13\xc9\xd7\x47\x26\x3e\x77\x23\xdf\x4b\x9e\xf8\x51\xc6\x8f\x4c\xa4\xbe\x3e\x32\x71\x4b\xdf\xbd\xb4\x8f\xb6\x7a\x4b\x29\x35\xb9\xff\xe8\x0a\xdf\x57\xae\xca\xed\xbf\xf2\xf5\x4d\xe5\xd4\x64\xf5\x2b\x5f\xdf\x34\xa6\x9a\x7c\x7d\x35\xa6\x6f\xb2\xaa\x0a\xbf\xb2\xfa\xbd\xee\xab\xb6\x14\xfb\xab\x72\xbe\xc9\x84\x2a\xfc\xca\xc4\x37\x1d\x66\xbb\x9f\xd8\x19\x80\x48\x29\xe9\x8f\x9d\x9d\xef\x7b\x6e\x9f\xca\xe9\xfb\x21\x29\x35\xb1\x5d\x49\x6a\x92\xae\x5c\x75\x24\xa9\x4b\x4a\x4d\x6c\x3d\x49\xa9\x89\x7e\xa4\x8c\x29\x50\x3f\x3c\xf1\xc8\x13\xf7\x57\x92\x36\x49\x29\xe3\x5e\x92\xb4\x4b\x4a\x26\x62\x4d\xfa\x21\x13\x47\xda\x57\x2c\x40\x3f\x2e\x49\xef\x5c\x75\xb7\xe8\xce\x7e\xf5\xe6\x5e\xf9\x61\x73\xaf\xd8\xaf\xdd\x0f\xd9\xaf\x48\x29\xe9\xc8\x9d\xfd\xea\xb1\x5f\x7b\xec\x44\x67\xbf\x7a\x4b\x81\xf6\x14\xa8\x29\x50\xec\xd7\xee\xf6\xec\x57\xa4\x94\x23\xb9\x67\xbf\x22\xa5\x1c\x35\xa3\xf3\x5f\x47\xd5\xff\xbf\x81\xf6\xea\xa7\x3c\x9e\xc9\xe3\x91\x3c\x9e\xf2\x78\xa6\xbc\x47\x32\x74\xca\x50\x8c\xe0\xfe\x24\x4d\x49\x69\x58\xb1\x19\xfd\x5c\x92\x52\x2b\x92\xd8\xc5\x48\x29\x47\x5e\xf3\xe5\x35\x5f\x9e\x98\x2a\x60\x17\x3b\xbb\xf8\x24\xa9\x95\xd8\xc5\xbd\xa5\x70\xec\x62\x67\x17\x8f\xd4\x0a\xbb\xd8\x6f\x23\xd8\xf7\x18\x9b\xce\x08\x76\x46\xb0\xe5\x35\x33\x82\x91\xbe\x9f\x29\x23\x23\x18\x29\xc5\xed\xbb\x27\xc6\x08\xee\x67\xca\xc8\x08\x76\x46\x30\x16\xaf\x33\x82\x3d\x46\x70\xbf\xf2\x43\x46\xb0\x33\x82\x32\xc1\x08\xf6\x91\x77\x7a\xb9\x97\x2a\x64\x04\x5b\x5e\x20\x23\x18\xe9\xfb\x25\x49\xad\x8e\xd4\x6a\xec\x62\x1f\x6a\xf5\x96\xbe\x67\x60\xec\xe3\x2d\x29\xfd\xa9\xa5\xbe\xc6\x47\xd2\x37\x57\xe5\x87\xf3\x95\xa4\x99\xba\x6f\xa9\x2f\x36\x36\x52\xca\x99\xdc\x4f\x95\x33\x15\xc8\x55\x0a\xc4\xec\xaa\x2f\x66\x37\xd2\xf7\x98\xb7\xce\xec\xf6\x99\xae\xaf\xbe\xa6\x37\x14\xb3\xbb\xc7\x35\xea\xcc\x6e\x5f\xa9\xc2\x58\xf5\xbe\x64\x22\x66\x77\x8f\x9b\xd3\x99\xdd\xce\xec\xc6\xaa\x77\x66\xb7\xc7\xec\xee\xb1\x9e\x9d\xd9\xed\xcc\xee\x29\x49\x15\xde\xd2\x8f\x97\x27\xaa\xc2\x95\x2a\x3c\x53\xa0\xa5\x0a\xdf\xaf\x5c\x95\x02\xbd\xe5\xeb\x9d\xca\xb9\x52\x20\xf6\x3a\x52\x8a\x57\xfb\x56\x39\xb7\xf4\x23\x43\x71\x7f\xcb\xea\x3b\x59\xbd\xdc\x4b\x56\x6f\xe9\x47\x86\xe2\xfe\x56\x39\xef\xf4\x21\x0d\xe0\xad\x01\x64\x38\x38\x62\xe8\xbb\xe1\x20\x52\x4a\x06\xa0\xfe\xd1\x3b\x32\x1c\x1c\x19\x51\xbb\xe1\xa0\x1b\x0e\x34\x13\xc3\x41\xbf\x87\x80\x7e\x64\xc8\xeb\x1f\x95\x63\x38\xd0\x4c\x0c\x07\xfd\xb6\xea\xfd\xc8\x30\xd5\x59\xf5\xce\xaa\x6b\x26\xac\x7a\xbf\x2d\x79\x3f\x62\xe8\xfb\xd7\xed\xbf\x72\x9f\xdb\x7f\xe5\xfe\x9b\xdc\x6f\xf7\xbd\x06\x13\x3e\xf6\xbc\xda\xb4\x89\xb1\x6f\x92\x92\xfb\x58\xf5\xc1\x84\x0f\x26\x3c\xce\xf1\x60\xc2\x47\x4c\xf8\x11\x7b\x3d\x98\xf0\xc1\x84\xc7\x17\x1b\x4c\xf8\x88\x09\x3f\x62\x3d\x07\x13\x3e\x98\xf0\xb8\x67\x83\x09\x1f\x4c\x78\xbc\xe8\xc1\x84\x47\xfa\x11\xeb\x39\x98\xf0\x48\x29\x69\x72\xe3\x90\x89\x23\x2f\xed\x48\xee\x8f\x53\x52\x8a\x1d\x6f\x7b\x30\xf4\x23\x86\xfe\x88\x8d\x1d\x0c\x7d\xa4\x94\x34\xcc\xd1\xaa\xa4\x3c\x31\x56\x6e\x30\xf4\x83\xa1\x8f\x57\x3e\x18\xfa\xd1\x52\xec\x58\xa6\xd1\x14\x3b\x86\xbe\xbe\x24\x29\xf6\x99\x97\xd6\x52\x13\xac\x7a\xa4\xd4\x34\xf2\xc1\x6c\x47\xfa\x71\x4a\xf2\xc4\x5b\x4a\x4d\x23\x1f\xa7\x27\xc6\x20\x1f\xe9\xc8\x83\x41\x1e\x71\x54\x6b\xbc\xfc\xc1\x51\x1d\x31\xc8\x47\xba\xc2\x60\x90\x23\xa5\xc6\xcf\x1f\x0c\xf2\xb8\xce\x5c\xe5\x5e\x2a\xe7\x9a\xb9\x2a\xb5\x7a\x2d\x49\xdf\x5c\x95\x37\xd4\x63\x86\x46\x1c\xd5\x1a\x7f\x73\xb0\xd1\x91\x52\x4b\xee\xc5\x46\x47\xfa\x91\x26\x37\xd8\xe8\x48\xa9\xf1\x66\x06\x1b\x1d\xe9\x47\x8c\xd5\xe8\x5e\xda\xed\xc2\x96\x5a\x3c\x51\xad\xc6\x92\x1f\x1a\x26\x4b\x3e\x62\xc9\x6b\x5c\xd0\xc1\x92\x8f\x58\xf2\x43\xcb\x61\xc9\x23\xa5\xa6\x5b\x0d\x96\x7c\xc4\x9d\x3d\xb4\x09\xee\x6c\xa4\xd4\xb8\x41\x83\x25\x1f\x71\x67\x9b\xf7\xc8\xd4\x8e\xdb\x88\xf6\xf6\xba\x7e\x7b\x28\x1e\x6c\xec\x88\x1f\x5b\xab\x9b\xa8\xe1\x18\xd4\x16\xb7\x6f\x30\xa8\x91\x52\xe3\x25\x0d\x7e\xec\x88\xef\xd9\xe2\x26\x0f\xb6\x6c\xc4\x70\xb5\x4c\x9d\x06\xc3\x15\x29\xb5\x4a\xf2\xc4\x98\xa4\x16\x67\x67\x30\x49\x23\x1e\x6a\x8d\xef\x39\x78\xa8\x23\x26\xa9\xc5\x41\x19\x4c\x52\xa4\xd4\x9a\xea\x64\x92\x46\x4c\x52\xdb\xdd\x4b\x45\xc5\x24\xd5\xf8\x9e\x83\x49\x1a\xf1\x3d\x5b\xfc\x9f\xc1\xf7\x8c\x94\x5a\x25\x79\x62\xac\x54\x8d\x49\x1a\xac\x54\xa4\xb7\x4c\x64\x06\xdf\x33\x52\x6a\x7c\xcf\xc1\x70\x8d\x58\xa9\x16\x0f\x64\xb2\x52\x91\x52\x63\xb8\x26\x47\x73\xc6\x4a\xb5\x0c\xd8\x93\x95\x8a\x94\xba\xd5\x24\x35\x49\x29\x50\x86\xe2\xc9\x4a\x45\x4a\x4d\xad\x4e\x56\x6a\x1e\xa9\xfb\xf3\xce\xc4\x64\x92\x66\x6c\x46\xcb\x30\x35\xd9\x8c\x99\xc9\x6d\x8d\x03\x3c\x4d\x6e\x67\x6c\x46\x4b\x53\x9e\x6c\x46\xa4\xd4\x78\x95\x93\xcd\x98\x71\x0e\x5b\x46\xd4\xc9\x39\x9c\xb7\x9d\x28\x35\x36\x76\xb6\x0c\x79\x33\xce\x61\x8b\xf5\x9c\x9c\xc3\x48\xa9\xf1\x76\x27\x33\x32\x99\x91\x78\xbb\x93\x19\x89\xf4\x16\x2b\x35\x99\x91\xc9\x8c\xc4\xec\x4e\x66\x24\xd2\xcf\x97\x7b\x9d\x92\xd2\x56\x77\x4f\x94\xaf\x18\x9b\x33\x56\x6a\x32\x36\x91\x52\xf7\x14\x9b\xf7\x37\xe3\xb1\x9d\x19\x51\x27\x6b\x30\xd3\x5d\xcf\x34\xcc\xa9\xbb\x4e\xdd\x35\x8d\x69\xea\xae\x33\xdd\xf5\x54\x85\xba\xeb\xd4\x5d\xf7\xdc\x4b\x77\x9d\x71\xbc\x4e\x55\xc8\xf1\x9a\xba\x6b\x9a\xdc\xd4\x5d\x23\xfd\xdc\x24\xa9\xc2\x38\x5e\x35\xc3\xc1\xe4\x78\xcd\xdb\x8d\xea\x67\x86\xa9\x39\xe5\x2b\x2e\x55\xcd\x70\x30\xf5\xf3\x48\xa9\x71\xa0\x27\x97\x2a\xd2\x4f\xc5\xe6\x52\x45\x4a\x8d\x03\x3d\x75\xf7\x48\x3f\x95\x91\x4b\x35\xe3\x52\xd5\xc3\x0f\x35\xb9\x39\x73\x55\x0a\x34\x9f\x7c\xad\x5c\x25\xe9\x2d\x29\x55\x98\x21\x6f\x69\xf7\xcb\x17\x96\xa4\x68\x84\xab\xc9\xe9\x99\xa4\x5d\x52\x72\x9a\x52\x2f\x8d\x70\x69\x84\x4d\x52\x93\x74\xe5\xaa\x92\xa4\x2e\x29\x95\xda\x24\x0d\x49\xa9\xd4\x64\x7e\x69\x97\x91\x52\xe3\x3f\x2f\xdf\x61\x56\x9a\xea\x99\x7e\xbc\x34\xd5\xa5\xa9\x66\xc4\x5b\x9a\xea\xd2\x54\xd3\x43\x97\xa6\x1a\xe9\xa7\x7c\x69\xaa\x4b\x23\x6c\xee\x75\x49\x4a\x26\xe4\xcb\x44\x25\x52\x6a\x9c\xe5\x75\x3e\x99\x48\x75\xb9\xbd\xa6\xba\x8c\x8b\x71\x96\x97\x71\x71\x5d\x9e\xd8\x92\xe4\x89\xc6\xc5\x0c\xbb\xcb\xb8\xb8\x32\x51\x39\xdd\xde\x44\x25\x52\x6a\x86\xdd\x65\xa2\xb2\xf2\x01\xe7\xf4\x43\x1f\x70\x96\x71\x31\xfe\xf3\xd2\x13\x96\x71\xf1\x4c\xbe\x8c\x8b\x91\x7e\xc6\x98\x2c\xe3\xe2\xca\x07\x9c\x1a\x97\x7a\xf9\x80\xb3\x74\xa1\xf8\xbc\x4b\x17\x5a\xba\x90\x1f\xea\x42\x2b\x63\xd9\x19\x47\x72\x19\xcb\x96\xce\x91\xb1\x7f\xe9\x1c\x2b\x63\xd9\x19\x93\xb3\xb4\xf1\xa5\x79\xc5\x4c\x2c\xc3\xd0\xca\x98\x73\x65\x54\x5f\xc6\x9c\x95\xd1\xe4\x8a\xb9\x5f\x46\x93\xf5\x49\x81\xe2\x52\xaf\x8f\x02\x65\x34\xb9\xd2\xf7\x96\xd1\x64\x19\x4d\xe2\x34\x2c\xa3\xc9\xca\x68\x72\xa5\xef\x2d\xa3\xc9\x32\x9a\xc8\xbd\xd1\x64\x65\x34\xb9\x62\xab\x96\xd1\x64\x19\x4d\xe2\x06\x2f\xa3\xc9\x32\x9a\x5c\xe7\x6f\x8f\xc4\xcb\x60\x13\xe9\x97\xee\x64\xb0\x59\x71\x89\x6b\xfc\x93\xc5\x25\x5e\x19\x6c\xae\x74\x9e\xb7\x4e\xf7\x8e\x4b\x5c\x53\x77\x6f\x2e\xf1\x3b\x83\xcd\x95\xde\xfa\x36\xd8\xbc\x0d\x36\x31\xd7\x6f\x83\xcd\x3b\xce\xee\x95\x19\xf0\x9b\xb3\x1b\x29\x35\xce\xee\xdb\xc8\xf2\x8e\x67\x7b\xa5\x91\xbe\x79\xb6\x91\x52\xe3\xc5\xbc\x8f\xe7\x5e\xb7\x61\xb9\xd2\xd6\xde\x3c\xdb\x48\xa9\xf1\x7f\xdf\x3c\xdb\x77\x46\xa9\x2b\x8d\xf4\xcd\x40\x44\x4a\x8d\xaf\xf3\xe6\xd9\xbe\x63\x20\xae\xb4\xa2\x37\x03\xf1\x66\x20\xba\x24\x4f\x8c\x81\xb8\xf2\x9a\xdf\x0c\xc4\x9b\x81\x48\x93\x79\x33\x10\xef\x78\xb6\x57\x5e\xf3\x5b\x3f\x7f\xa7\x53\x5f\x99\x1c\xbc\x75\xea\xf7\x3d\xd8\x94\x2d\x83\xcd\xdb\x60\xf3\x4e\xa7\xbe\xd4\x84\x4e\x1d\x29\xdb\xcb\x0f\x97\xa4\x14\x48\xbe\x74\xea\x48\xd9\xe2\xec\xbe\x8d\x3f\xef\x8c\x3f\xdd\xed\xf5\xba\x77\x3a\x4f\x8f\x6f\xf8\xd6\x79\xde\xe9\x3c\x5b\x3e\xe7\xbe\x75\x9e\x77\xc6\x9f\x9e\xd6\xfd\x36\xfe\x44\xca\xf6\xf2\x43\x35\x71\x4b\xef\xf1\x5c\xde\x43\xee\x6f\x29\xdb\xcb\x0f\xd5\x7d\x3a\x62\x8f\xe7\xf2\xd6\x11\x23\x65\xcb\x1c\xf2\xad\x23\xbe\x33\xfe\xf4\x78\x2e\x6f\xe3\x4f\xa4\x6c\x99\x43\xbe\xf5\xcd\x48\xd9\xd2\x11\xdf\xc6\x9f\x48\xef\xe9\x62\x6f\xe3\x4f\xa4\x6c\xc5\xbd\x64\x35\xe3\x4f\xdf\xdc\x4b\x56\x67\x32\x11\xbf\xfc\x3d\x9f\x4c\xa4\x72\xe2\x47\xbc\x75\xfd\x77\xa6\xf4\x5b\xa6\xa8\x6f\x53\xfa\x77\x26\xeb\x3d\x23\xde\xdb\x64\x3d\x52\xb6\x38\xa5\x6f\x93\xf5\x77\x6c\x46\xd7\x61\xd8\x8c\xf7\xed\x94\xf6\xae\xdd\x73\x4a\xdf\x99\x3a\x6f\x45\x92\xfa\x8a\x65\xe9\xb1\xea\x6f\x96\xe5\x1d\x3f\x75\x8b\xb3\xfc\xe6\xa7\xbe\x33\xdd\xed\x71\xd8\xde\xdf\x27\x29\x65\xcc\xa4\xe5\xfd\x55\xc6\x74\xe4\xad\x4a\x72\xfb\x74\xe4\x1e\x9b\xf1\xd1\x91\x23\x65\x8b\x4f\xf2\xe1\x35\x7e\xd2\x91\x7b\xda\xea\x47\x47\x8e\x94\x2d\xce\xf2\x47\x47\xfe\xc4\x6b\xec\xe9\x8f\x1f\x5e\x63\xa4\x6c\x55\x52\x6a\xe2\x93\xee\xde\xd3\x56\x3f\xba\x7b\xa4\x6c\x71\xa9\x3f\xba\x7b\xa4\x6c\x69\x72\x1f\x73\xdb\xcf\xdd\xb7\xcb\xeb\x95\x99\xd9\x47\xe7\x8e\x94\xad\xba\xd9\x25\xe9\xed\xb2\xa4\xe9\xdd\x91\xb2\xa5\x69\x7e\xf4\xee\x8f\x15\x90\x57\x26\x4f\x1f\x5d\xf2\x73\xfa\x69\x1a\xe7\x47\x3f\xfa\x64\x70\xdc\x9e\x24\x97\xdd\x83\x63\x79\xbd\xe2\x4d\x7e\x8c\x8e\x91\xb2\xc5\x89\xfe\x18\x1d\x3f\xf7\xe8\x78\x5f\x96\x8a\x34\x3c\x46\x8a\x65\x9d\x8f\xe1\xf1\x73\x4f\x1b\xef\xcb\x52\x7a\xf3\xc6\x4f\xc6\xc7\x2d\x0e\xdf\x47\x4f\x8d\x94\x6d\x73\x95\x0a\xe9\xf2\x11\xff\xeb\x63\x80\x8c\x14\x6b\x3d\x1f\x13\xc7\xc8\x7d\x59\x1e\x6a\xe6\xf8\xc9\xcc\x71\x4b\x37\xf9\x98\x39\x7e\xba\xc2\xc7\x89\xf9\xb0\x05\x91\xb2\xa5\x07\x7c\x86\x7a\x1b\x4a\x15\xef\xea\xa3\x03\x7f\x74\x60\xf5\xa1\x03\x7f\xa6\xea\x8d\x07\xf1\xd1\x5d\x3f\xe9\x88\xaf\x57\xc6\xf8\x8f\x9e\xf8\xc9\xc4\xcf\x12\xd3\xc7\xc4\xef\x33\x65\x24\x5f\xc4\x3e\xfa\xdd\x47\xbf\x4b\x27\xfb\xe8\x77\x9f\xa5\xf4\xf9\xce\xf4\xf1\x2d\x2d\x52\x36\x55\xe9\x5b\xda\x67\xc9\x6f\xc6\xce\x8f\xfe\xf9\xd1\x3f\x77\x0f\x90\xdf\xf7\xcb\x65\xa9\x11\xdf\xc9\x22\xc5\xca\xd3\x47\x9f\x8d\x94\x2d\xa3\xe3\xc7\x77\xb2\xcf\x5b\xa9\x34\x7b\xfd\x38\x52\xb6\xf4\xf6\x8f\xaf\x62\x9f\xb7\x52\x65\x84\xf9\xe8\xc8\x91\xb2\x1d\xe5\xb7\x47\xe7\x8f\x4f\x64\x9f\x4f\x0a\x6d\xb1\xed\xc3\x85\x88\x94\x4d\x2b\xe0\x42\x7c\x3e\x97\xcb\x3c\x4c\xa1\xe3\x43\x6c\x5a\x01\x1f\xe2\xf3\x4d\xa1\xad\x87\x7d\x38\x11\x91\xb2\x69\x05\x2c\x49\xa4\x58\x48\xfb\xf0\x12\x3e\x59\xd5\x78\x59\x9e\xfa\xb2\x1b\x5f\x76\x23\xa3\xfd\x97\xdd\xf8\xa6\x63\xbf\x2c\xc1\x7c\xf5\xec\xaf\xfe\x59\xd2\x2d\xbe\xfa\xe7\x37\x73\xc4\x2d\xee\xf9\xd7\x1c\xf1\xdb\x94\x34\x19\xf9\x1a\x7e\x23\x85\x63\xff\x35\xfc\x46\xee\xcb\xf2\xd4\x76\x4a\x4b\x9b\x8a\xbb\xfc\x35\x71\x8c\xdc\x97\x79\x42\x97\x96\x0a\x89\x65\xfd\x1a\xa6\x23\xf7\x65\x57\xd2\xa6\xb4\x0c\xb7\x71\xe4\xbf\x1c\xf9\x6f\xfb\xba\x2c\x19\x39\xd3\x65\xbf\xb1\x27\x5b\x3c\xf9\x2f\x73\x12\x29\x5b\x7c\xf4\x2f\x4f\x3e\x52\x5e\xe5\xb9\x4c\xa9\x32\xeb\xb4\xa4\xff\x35\xeb\x8c\xdc\x97\xa5\xf0\x3c\x81\x48\xb1\x6c\xf8\xe5\xf1\x7f\x4f\xd9\x7d\x9e\x20\xbb\xbc\x83\xf8\xe4\x5f\xde\xc1\x97\x59\xf3\xcd\xfc\xcb\xac\x7d\xbb\x37\x93\xc9\xfb\x97\x89\xf9\xb2\x00\xbe\x90\x7e\x59\x80\x2f\x6f\x20\x6e\xd7\x97\x37\xf0\x1d\xca\x10\x0b\xfe\xe5\x0e\x7c\xb9\x03\xf1\xbb\xbe\xdc\x81\x2f\x43\xe1\x03\xdf\x97\xa1\xf8\x32\x14\x71\xbc\xbe\x0c\xc5\x77\xbe\x5c\x96\x1a\x31\xd4\x7f\x0d\xf5\xa7\x24\x0f\x35\xd4\xc7\x74\x7c\x0d\xf5\x91\xf2\xf2\x75\xed\x6b\xac\xff\x1a\xeb\x33\x3f\xf8\xb2\x30\x91\xfb\xb2\xe4\xcd\x60\xff\x65\x75\xce\x54\x39\xab\xf3\x65\x75\xf2\x61\xae\xbf\xd2\xa2\x49\x1a\x48\x7f\x35\x29\x4d\x36\xce\x24\xed\x92\x9e\x6c\x5c\x49\x3b\xa4\x25\x1b\xf7\xd4\xa2\xbf\xd2\x50\xfb\x2b\x8d\xf2\x95\x4f\x67\xfd\x95\x56\xd9\x5f\x9a\xd6\xe5\x01\x2b\x49\xa7\xea\xa8\x49\x3b\x3d\x54\xd3\xba\x2d\x58\x7f\xa5\x69\x91\xb2\xdd\xc3\x76\x7f\x9d\xf2\xa1\x69\xe5\xc3\x54\x7f\x9d\xf2\x91\x35\xfd\xac\xdf\xf6\x57\xd6\xf4\xc9\x7d\x99\xb4\x29\x2d\xf9\xe8\x29\xfa\xf9\xe4\x63\xb9\x2c\xa5\xba\x1b\xd0\x23\x25\x3b\x3b\xfa\xeb\x92\x35\xa3\xe3\xed\x9e\xf6\xd7\x25\x6b\xd7\x93\x8f\x14\xf4\x92\x0f\xa3\x63\x4f\xd6\x2e\xf5\x61\x74\xcc\xc7\xa9\xfe\xca\xe8\x48\x4a\xb6\x7c\xf4\xd7\x25\xbb\x5d\x7d\x6c\x79\x42\xf7\x50\xa3\x63\x4f\xd6\xba\x87\x1a\x1d\x7b\x9e\xd9\xd5\x87\xd1\x31\xdf\x7c\xfa\xab\xcb\x47\xa6\x8f\xd9\x1d\xd2\x5f\xdd\x3b\xd0\xe8\xf3\xd1\xa7\xbf\x86\x07\xa4\xd1\x67\x3b\x48\x7f\x0d\x0f\x18\xcf\xdd\xf2\xd0\xe1\x6e\x69\xf4\xd9\x11\xd2\x5f\x43\xa9\x9e\x46\x7f\xe4\x09\x43\xa9\xd2\xe8\xb3\x4d\xa4\xbf\x86\x52\x3d\x8d\xfe\xc8\x13\xa6\x87\xa6\xd1\x67\xef\x48\x7f\x4d\x0f\x7d\x9a\x6e\xcb\xdd\xd2\x74\x49\xc9\x86\x92\xfe\x9a\x8a\xf0\x34\xdd\x96\x3a\x5a\xee\x96\xb1\xeb\x55\xcf\xfc\xf4\xed\x76\x86\xa0\xaa\x39\x7c\x5c\xf7\x51\xd4\x54\xdc\xc7\x65\x99\xb8\xbe\xaa\xfa\xfd\xa8\xcc\x8c\x31\x59\x83\xef\xaf\x8f\xa2\x1a\x63\xaa\x3a\xff\x28\x6a\xc6\x98\x2c\xc2\xf7\xd7\x47\x51\x3f\x69\x6f\x99\xae\xf4\xd7\x47\x7b\xfb\xac\x5c\x96\xfc\x7e\xb4\x2d\x43\xd1\xa6\xce\xbf\xf2\x96\xa1\x68\x2f\xa9\xb8\xaf\xbc\x65\x28\xda\x4b\x4a\xf0\x95\xb5\xef\xee\x97\xd2\xbc\x99\x38\xba\xbb\x2e\xf9\x55\x49\xdf\xe5\x32\x69\xcf\x43\xef\x0a\xd9\xd3\xd7\x8a\x2e\x5f\x32\x8b\xcd\x42\x7c\x2f\x99\xc5\xf6\xb2\x7b\x40\x4a\x55\xe2\xfd\x92\xb2\xd7\xfd\x37\x47\xee\x5e\xe2\x1c\xf7\xb2\x5f\xee\x72\x24\xad\x4b\x4b\x75\x55\x49\xa9\xae\x72\xa8\x87\x64\xbd\x1c\xf2\x94\x51\x74\x4f\xc7\x2e\x87\x3c\xc5\x3d\xde\xd3\x89\x4b\xdc\x63\x52\x5e\x9b\xbb\x1d\xb2\x19\xf7\x38\x5b\x01\x7a\x89\x7b\xdc\x8b\xe1\x77\x73\x37\x56\xad\x64\xf8\xdd\xd3\x15\x4b\xf3\x00\x56\x2d\x0e\x6d\x2f\xac\x5a\xa4\xec\x5b\xea\x81\x55\x2b\xc6\xd5\x78\xaa\xbd\x34\xa5\xca\xb8\xba\x3f\x49\x4a\xc5\xaa\xc5\x2d\xed\x85\x55\x8b\x94\xec\x36\xe8\x85\x55\x8b\x94\x6c\x2d\xe8\x85\x55\x2b\x19\x1c\x5f\xf1\xfc\x7a\x39\x3d\x34\x23\xe1\xfe\xdc\x4c\xa9\x6c\x5e\x8a\xe7\xd7\xcb\xf9\x3c\x74\xe4\xb2\x9e\xa4\x29\x49\xe1\xd3\x8b\x0b\x13\x16\x29\xfb\xed\xe3\xf6\x92\x89\x72\x2f\x4c\xd8\xed\x98\xdd\x7f\x28\x7c\x4c\xd8\xbe\x4b\x92\x0f\x63\x68\x7c\xa5\x5e\x18\xa2\xc2\x9c\x64\x34\xef\x85\x39\x29\xcc\x49\x2c\x4c\x61\x4e\x0a\x73\x62\x20\x29\xcc\x49\x61\x4e\x94\x94\x39\x29\xcc\xc9\x76\xa6\x0c\xcc\x49\x61\x4e\xf6\xd4\x1b\x73\x12\x29\xaf\xed\xf2\x04\x45\xcd\x47\xdd\x5d\x85\xe4\xa3\x6e\x2f\xac\x4e\xb6\x01\xf6\xc2\xea\x14\x56\x67\x4f\x3e\x58\x9d\x48\xd9\xd5\xd1\xf4\x16\x0c\xb5\xd9\x2e\xd8\xcb\x94\xdd\x29\xbb\xc9\xda\x94\x5d\xf6\x2a\x7b\x08\x7b\x61\xaf\x0a\x7b\x15\x83\x58\xd8\xab\x32\xb3\x45\x2d\x1b\x86\x7a\x99\x4f\xde\xd2\x15\xd5\x38\x13\x16\x29\xd9\x78\xd1\xcb\xf2\x62\xf8\xfc\xc6\x9b\xb2\xe4\x23\x3e\xff\xee\x25\x2c\xf9\xe0\xf3\x1b\x48\xca\x52\x6d\xf1\xf9\xf7\x23\xd5\xb6\x54\x1b\x1b\x69\x38\x28\x6c\x64\xe1\xcd\xb3\xaf\xe5\xed\x76\xf1\xe6\xb3\xb7\xa3\x97\xb7\x52\x31\xa5\x0c\x62\x61\x4a\xcb\xd7\xed\x74\x5d\xf6\xaa\xf0\x93\xb5\xf2\xca\xc4\x44\xca\x7e\xbb\xa2\xbd\xc6\x4f\xee\x95\x89\xf1\xb6\x2a\x13\x53\x99\x98\xdb\x15\xed\x95\x0d\xa9\x6c\x88\x3a\xaf\x6c\x48\x65\x43\x0e\x49\x29\x57\x65\x43\xb2\xb1\xa5\x57\x36\xa4\xb2\x21\x19\x49\x2a\x1b\x52\xd9\x90\xb8\x37\x95\x0d\xa9\x6c\xc8\x73\x37\x36\x24\x52\xf6\xe6\x66\xf2\xc1\x86\x3c\x77\x63\x43\x2a\x1b\x72\x3b\xb6\xbd\xb2\x21\x95\x0d\xd9\x5b\x8a\xc0\x86\x54\x36\xa4\xa5\x3e\xd8\x90\xca\x86\xec\xa7\xbb\x29\x15\x1b\x92\x5e\x54\xd9\x90\x6a\xc2\x9e\x4d\x2a\xbd\x32\x18\x95\xc1\x68\xa9\x4a\x06\xa3\x72\x83\xb2\x4b\xa5\x57\x6e\x50\xa4\x3c\xf9\x60\x43\x2a\x0f\x7b\x4f\x97\xa9\xf1\xb0\x49\xd9\x5b\x0a\xcf\xae\x54\x06\x23\xbb\x59\x7a\x65\x30\x6a\x7c\x9e\x27\xbb\x7c\x9e\x7a\x3d\x0f\xcd\x4f\x19\x8c\xca\x60\x9c\x79\x00\x83\x51\xaf\xf8\x80\xd9\x24\xd2\xeb\xe5\x09\xf1\x79\x9e\x52\xf1\x79\x2a\x9f\x67\x8f\xa3\x55\xf9\x3c\x91\xb2\x9f\xa9\x37\xa6\x26\x52\xf6\x33\x75\xc4\xe7\xa9\x7c\x9e\x23\x2d\xba\xf2\x79\x22\x65\x8f\xa5\xa9\x5d\x3e\x7c\x11\xc8\xd6\x91\x5e\xbb\xc2\x73\x8d\xce\xd4\x11\xd7\xa8\xb2\x65\xd9\x3b\xd2\x2b\x5b\x16\x29\x7b\x0c\x52\x1d\x1a\xaf\xa9\x7e\xf6\x80\xf4\xca\x86\x54\x53\xfd\xa3\xee\x49\xf3\xd4\x58\x87\x3d\x4e\x71\x65\x1c\x2a\xcf\xe5\xc8\x38\x56\x75\xfb\xaa\xdb\x7b\x7f\xba\x7d\xd5\x51\x8f\x0c\x29\x55\x47\xad\x7a\x60\x36\x31\xf4\xaa\x07\x46\xca\xf3\x4e\x3f\x7e\x6a\xc2\x7c\x68\xe5\x1f\x35\xc2\x99\xb9\xb6\xdf\x1e\xbc\x2b\x5f\xa7\xf2\x75\x8e\x78\x58\x95\xaf\x53\xf9\x3a\x97\x24\x2f\x8e\x13\x73\x68\x8f\x9c\x98\xca\x89\x89\xf3\x5e\x19\x85\xca\x89\x89\xf3\x5e\x39\x31\x95\x9d\x38\xee\xf9\x4d\xdf\xd8\x89\x8d\x2b\x12\x6f\x6d\xe3\x8a\x6c\x0c\x40\xf6\x18\xf4\x8d\x01\xd8\x18\x80\x34\xbd\x8d\x01\xd8\x18\x80\xec\x02\xe8\x1b\x03\xb0\x31\x00\x4f\x92\xbb\x31\x00\x69\x8d\x1b\x03\xb0\xf9\xc6\x96\x35\xff\xbe\xe5\x1b\x1b\x29\x7b\x66\x07\x1b\x27\x62\x63\x00\xb2\xe8\xdf\x37\x06\x60\x63\x00\xd2\x68\x37\x06\x60\x63\x00\x5a\x5c\xdf\x8d\x01\xd8\x18\x80\x7e\x24\xa9\x49\xba\x5c\x76\x25\x4d\xa9\x32\x35\xca\x46\xa9\xbe\x99\x1a\x6d\x9c\x88\xec\x08\xe8\x1b\x27\x62\xe3\x44\xc4\x07\xdd\xd8\x84\x48\xd1\x05\x36\x36\x61\x63\x13\x5a\x3c\xc9\x8d\x4d\x88\x14\x5d\x60\x63\x13\x36\x36\x21\x9b\x09\xfa\xc6\x26\x6c\xb7\x1d\x28\xba\xc0\x76\xca\x5a\x66\x4b\xaf\x16\x3b\xbf\x9d\x4f\xde\x56\x2e\xcb\x7b\x31\x5b\xda\x98\x8e\x16\xef\x72\x63\x3a\x22\xe5\xc8\x8c\x61\xe3\x6b\x6c\x4c\x47\x8b\xc7\xb9\x31\x1d\x91\x72\xa8\x36\xa6\x63\x33\x5d\x6a\xd5\x4f\x65\x24\xa6\x23\x3b\xb4\xfa\xc6\x74\x6c\x5c\x92\x16\x8f\x6f\x63\x27\x36\xdd\xb8\xc5\xad\xda\x74\xe3\x2d\x2e\x89\x2e\xbb\x71\x49\x36\x2e\x49\x8b\x2b\xb0\x71\x49\x22\xe5\x28\xa9\x4b\x2e\xc9\xc6\x25\x69\x19\x83\x36\x2e\x49\xa4\x1c\x5e\x0c\x97\x64\xe3\x92\xb4\x8c\x41\x1b\x97\x24\x52\x8e\x22\x49\xbd\x71\x49\x5a\x06\xf9\x8d\x4b\x12\x29\x47\x91\x24\x6f\x71\x49\x8e\x4c\x18\x36\x2e\xc9\xc6\x25\x69\x19\x1f\x37\x2e\x49\xa4\x64\x03\x59\xdf\x18\x9d\x8d\x4b\xd2\x32\xa2\x6d\xac\x4e\xa4\x1c\x5a\x03\x97\x64\xe3\x92\xb4\x8c\x68\xdb\x7c\xf2\x96\x77\xaa\x35\x4c\xef\x94\xbd\xca\xf6\x89\x0e\x18\x21\x9b\x14\x3d\x61\x6f\x72\x7b\x25\x69\x97\x24\xb7\x19\xf7\x76\x3d\x21\x52\xb2\x45\xad\xef\x7a\xc2\xee\x23\x41\xcb\xb8\xb7\xfb\x48\xb0\xb7\x64\x23\xed\x63\x6f\x6f\x49\x5f\x97\xe5\x09\xf9\xfe\xd4\xf7\xf4\x04\x96\x74\xd7\x13\x76\x3d\x21\x13\xf1\x5d\x4f\xd8\x9f\x9e\x70\xe6\xa1\x7a\xc2\x1e\xdf\xf9\xd8\x5e\x49\x1a\x92\x96\xcb\xf2\x50\xed\x39\x52\x8e\x78\x32\x88\x91\xbe\x67\x24\x3c\xd2\xb0\x76\x23\xe1\xfe\x34\xe7\xd3\x65\x1e\xa0\x39\x6f\xc9\xad\xe6\xbc\x3f\xcd\x39\xa3\xd2\xae\x39\xef\x9a\x73\xfc\xf5\x5d\x73\xde\x8d\x84\x2d\x63\xc6\x6e\x24\x8c\x94\x63\x97\xe4\xa1\x19\x09\x8f\xf8\xe6\xbb\x91\x70\x37\x12\xb6\x58\xcf\xdd\x48\xb8\x67\x88\xcb\xae\xba\xbe\x1b\xe2\xf6\xa7\x6f\xc4\xb1\x45\xbd\x90\x72\xc4\xc1\xde\x0d\x71\xbb\x21\xae\xc5\xef\xdc\xb5\xc9\x5d\x5b\x38\xd3\x39\xe0\x31\x7d\x37\x50\x9d\xde\xa9\x81\x6a\x37\x50\x9d\x8a\x6f\xa0\xda\x3f\x32\x9c\x8a\x33\xc3\xde\x0d\x54\xd9\xc7\xd0\x77\x03\x55\xa4\x1c\x4f\x92\x8a\xfb\xa4\x85\x64\xdb\x42\xdf\x3f\x0a\x91\x91\xe8\x78\x92\x54\x9c\x59\xf7\x99\xee\xb7\x9b\x75\xef\x99\x75\x1f\x4f\x92\x77\x6a\xc0\x3a\xd3\xfd\x76\x03\x56\xa4\x1c\xf1\xa7\x77\x03\x56\xa4\x1c\xf1\x9d\x77\x03\xd6\x6e\xd6\x7d\xc6\x8b\xdd\xcd\xba\x23\xe5\x88\x9f\xbc\x7f\x65\xf7\xdb\x5c\x96\xc2\x67\x15\x8a\x94\xe3\xf9\xa5\x12\x64\x2b\xfd\xeb\x4c\x2f\xdd\xbf\x9a\xc3\x57\xa9\xfc\x52\xa9\xbe\xe9\xa5\x67\x7b\xfd\xf6\xc8\xbd\x7f\x97\x9f\x28\xb4\x1b\x3f\x85\xf6\x42\xe2\xd1\x62\x96\xfa\x91\xb1\x36\xfb\x13\xfb\x61\xac\x3d\xf8\xe4\x67\x3c\xda\x83\x4f\x1e\x29\xc7\xf3\xcb\x26\x49\xd6\xd3\xb3\x0f\x43\x72\xa4\x1c\xcf\x2f\x93\xf5\xc3\x90\x9c\xbd\x12\xfd\x30\x24\x47\x0a\xa7\xe2\x30\x24\x47\xca\xe1\x66\x86\xe4\x83\x4f\x7e\x9e\xd2\xe4\x23\x43\xf2\x11\x33\x71\x18\x92\x0f\x43\xf2\x19\x77\x10\x77\x45\xca\x11\x87\xf6\xc8\xb2\x57\x3f\x18\xa2\x33\x3e\xd2\xc1\x10\x1d\x0c\x51\x1c\xda\x83\x21\x3a\x0c\xc9\xd9\x2f\xd1\x0f\x43\x72\xa4\x64\xdf\x65\x3f\xf8\xe4\x07\x9f\xfc\x4c\xf7\x39\x58\x9d\xc3\x8c\xfd\xcc\xd0\x7d\x18\x59\x8f\x78\xd6\xd9\x8c\xd9\x0f\x9e\xf5\x61\x78\xcc\xc6\x8a\x8e\x0a\x23\x85\x13\x74\x18\x1e\x0f\xf6\xe4\xca\x90\x79\xb0\x27\x07\x7b\xa2\x42\xd8\x93\xc3\xb8\x77\x65\x40\x3b\x58\x85\x43\xdf\xbe\x6a\xca\xa5\x6f\x1f\xc6\x3d\x95\x64\xdc\x3b\x8c\x7b\x57\xbe\x7e\x1c\xc6\xbd\xc3\xb8\x17\x67\xf8\x30\xee\x1d\x59\xca\x7e\x5d\xf9\xfa\x71\x0c\x65\x30\xee\xc5\x19\x3e\x8c\x7b\x87\x71\xef\x8a\x99\x3c\x8c\x7b\x87\x71\xef\xf2\x80\x25\x69\xb9\x4c\x46\xde\xd2\x62\x60\xbd\x99\xec\x6c\xef\x87\xe1\xf1\xca\xa7\x8e\xc3\xf0\x78\x18\x1e\x33\x23\x39\x98\xa2\xc3\xf0\x18\xaf\xf0\x30\x3c\x1e\x86\xc7\x2b\x66\xf2\x30\x3c\x1e\x86\x47\xef\xd4\xf0\x78\x18\x1e\xaf\x98\xce\xc3\xf0\x78\x18\x1e\xe3\x9e\x1e\x86\xc7\xc8\x7d\x59\xf2\x36\x35\x87\x2c\x98\x1f\x97\xac\x29\xfc\x54\xf8\x5d\xde\x14\x7e\x2a\x7c\xaa\xd2\xc0\x7a\xb0\x9c\x57\xbe\x74\x80\xfd\x48\xc9\xee\xd6\x7e\xf0\xfa\x8f\xf5\x14\x21\x19\x31\xd9\x8f\x14\x8e\xed\x61\xb2\x7f\xac\x27\x6f\x7e\x2a\x6f\x99\xec\x1f\xf1\x6c\x0f\x93\xfd\x83\x69\xbe\x62\xfe\x0e\xa6\xf9\x60\x9a\x2f\xdd\x9e\x69\x8e\x94\x23\xde\xee\x61\x0e\x71\x98\xd8\x5f\x5a\x3e\x93\x78\x7c\x1f\x18\x2f\xc5\x67\xec\x22\xe5\x88\x07\x7c\xb0\x75\x07\x5b\x73\x25\xc3\x98\x45\x52\x8e\x8c\x25\xcd\xfc\xbf\xb1\x35\x57\xdc\xee\xc6\xd6\x34\xb6\x26\x8e\x72\x63\x6b\x1a\x5b\x93\x1d\x1c\xbd\xb1\x35\x8d\xad\x49\x6f\x6b\x6c\x4d\x63\x6b\x7a\xbe\xa5\x36\xb6\xa6\xb1\x35\x1e\xc0\xd6\x34\xb6\x26\x9f\x79\x1b\x5b\xd3\xd8\x9a\x9e\x31\xad\xb1\x35\x91\x72\xa4\x9f\x36\xf3\xff\xc6\xd6\xf4\x38\x7c\xb8\x4b\x52\xcc\x08\x1a\x5b\xd3\x1e\xc8\x30\x4b\x1e\x8d\x75\x68\xba\x7d\x4f\xff\x00\x68\xf6\x16\x37\xa2\xc5\x15\x6f\xdc\x88\xa6\xdb\xf7\xbc\xfb\xa6\xdb\x47\x4a\x53\x2a\xdd\xbe\x71\x23\x7a\xbe\x55\x35\x6e\x44\xa4\xb4\xb8\xe2\x8d\x1b\xd1\xb8\x11\x3d\x5f\x97\x1a\x37\x22\x52\x5a\xec\x4a\x63\x30\x22\xc5\x6c\xa5\x71\x23\x1a\x37\x22\x9b\x34\x7a\xe3\x46\x44\x4a\x8b\xdb\xdd\x4c\xa8\x9b\x09\x75\xcf\x30\xd3\x4c\xa8\x23\xc5\xa4\xa6\xf1\x36\x1a\x8b\xd4\xd3\xde\xb0\xa8\xa4\xb4\x7c\x80\x6f\xbc\x8d\xc6\xdb\xe8\x31\xef\x4d\x17\x6f\x26\xd4\xd9\xce\xd1\x9b\xce\x1b\x29\xcd\xcb\xd2\x77\x9b\xae\xd5\xd3\xc7\xb1\xad\xa4\x98\x36\x35\x5d\xab\xe9\x0c\xd9\xd0\xd1\x9b\xce\xd0\xf2\x95\xab\xbc\x64\xd8\x67\xae\x48\x69\xc5\x65\xca\xf0\x7e\x00\xd0\xa4\xe9\x33\x91\xd2\xe2\xb1\x37\x7d\xa6\xc5\x9d\x29\xaf\x38\xc1\x8d\x3b\x13\x29\xad\xfc\x0d\x1f\xcd\x1b\x6f\xa7\x65\xde\x5d\x5e\xf1\xa7\x9a\x79\x77\xa4\xb4\x38\xf9\x8d\xb7\xd3\x20\x7c\xaf\x7c\x6d\x68\x3a\x68\xa4\x98\xf2\x35\x3e\x4b\xa4\x94\x57\xbe\x69\x37\x3e\x4b\xa4\x98\xf2\x35\xdd\x38\x72\x5f\x96\xe2\xe8\xc7\x91\x62\xca\xd7\xf8\x2c\x0d\xd8\xf7\xca\x47\x09\x88\x30\x29\x2d\x0d\xfe\xd4\xb5\xcf\xdd\x43\x63\x88\x4f\x5d\x3b\x52\x5a\x95\xd4\x24\x29\x69\x4c\xe7\xa9\x6b\x47\x8a\x09\xe4\xa9\x6b\x9f\xe9\xda\x25\x9b\x45\xfa\xa9\x6b\x47\x8a\x09\xe4\xa9\x6b\x9f\x87\x22\xc4\xaf\x3b\x4d\xe3\x23\xa5\x55\x49\x97\x24\x45\x88\x2b\x86\x69\xee\x67\xa6\xf1\x2d\x55\x79\x9a\xc6\x9f\x4d\x11\xe2\xcf\x9c\x7c\x86\x48\x69\x59\x45\x38\xf9\x0c\x67\x26\x2f\xf7\x5c\x2b\x69\x9e\xd0\x14\xc1\x03\x14\x21\x6b\xec\xb7\xef\x9f\xb4\x29\x6d\xe6\xb2\xd4\x9b\xd9\xfe\x79\x2a\x69\x1c\xa6\xd3\x6c\x3f\x52\x5a\x66\x2a\x27\x7b\x12\x29\x2d\x83\xf7\x69\x8e\x13\x29\xb7\xc7\x9d\x34\xd9\x8d\x53\xd2\xf2\xe6\x4f\x3e\x49\xe4\xbe\x2c\x25\x35\xdb\x8f\x94\xa0\x03\xfd\xe4\xa7\x9c\x0f\xf0\x1c\x6f\x03\xe5\x4d\x4a\xf3\xe6\xf9\x29\xe7\x5f\x91\xe4\x64\x84\x3d\x39\xbb\x9f\xc6\xe8\xc2\xc1\xfb\x19\x07\x24\xd8\x41\x3f\x39\x20\x67\x1c\x10\x38\x73\x3f\x39\x20\x91\xd2\x36\xbf\x94\xdf\x01\xf5\x4d\x77\x3f\x39\x20\x67\x1c\x90\xb6\xf9\xa5\xea\x8d\xcb\x50\x4a\xfa\xe7\xc9\x65\x88\x94\xa6\x09\xb2\x27\x91\xd2\x32\xee\x9f\x5c\x86\x48\x81\x09\xf7\x93\xcb\x70\x66\xe0\x6f\xbb\x9b\x69\x95\x31\x31\x38\xe1\x0e\x69\x27\xd9\xe8\xd0\x21\xed\x1d\xd2\xde\xd2\x4e\x21\xed\xfd\xd2\x8c\x42\xed\x76\x4c\x3b\x29\x61\x22\x3a\xa6\xbd\x87\x63\x2f\xb0\xdd\x7e\x71\x3d\x2f\xcd\x28\x43\xfc\xa5\x19\x5d\xda\x47\xf0\xdb\x8e\x6a\x27\xa5\x1d\x92\x3c\x54\xfb\x88\xe5\xbf\xb4\x8f\x4b\xfb\x08\x7f\xdb\x2f\xed\xe3\xf2\xe2\xe3\x1c\x5c\x5e\xfc\x95\x39\x30\x00\xb7\x5f\xe6\xc0\xe8\xf7\x90\x18\x1d\xfd\xde\xd1\xef\xc1\x2e\x3a\xfa\xbd\x87\x7e\x2f\x25\x3b\x5c\x3a\xfc\x9d\x14\x5f\x2b\xe0\xef\x3d\xf8\x7b\x81\xcd\x76\xfc\x3b\x29\xbe\x56\xe0\xdf\x7b\xf8\xf7\x82\x9b\xed\x00\x78\x52\x7c\xad\x00\xc0\x93\xd2\xf2\x9d\x13\x00\x4f\x4a\x29\xb2\x6b\xf0\x42\xc0\xb7\xcc\x60\x10\xf0\xfd\xd2\x4c\x8b\x22\x68\xa6\x17\x7e\xb2\xb8\x4e\x93\xb9\x9e\x17\x1f\x77\x17\x59\xde\xaf\xf7\x43\x96\x27\x27\x06\x92\xcb\x08\x51\x33\x40\x82\xbf\x3b\xf8\xdb\xe7\x0f\xf0\x77\xbf\x8c\x10\xf6\x4d\xa0\xbf\x49\x09\x77\xd2\xd1\xdf\xfd\x32\x04\x54\xcd\xcd\x10\x00\xff\xf6\xf9\x03\xfe\x4d\x0a\xc4\xa7\xe3\xbf\x7b\x98\xef\xd2\x32\xfd\xb9\x4c\x78\xc3\x7f\x17\x8c\x4f\x07\x80\x93\xe2\x93\x08\x00\x9c\x14\x9f\x3f\x00\xe0\xa4\x60\x75\x3a\x02\xbc\x5f\x46\x85\x18\x9a\xcb\xa8\x70\x65\xbe\x89\xdf\xe9\xd7\xf7\x79\x68\x5a\x4d\x26\x1d\x10\xf0\x1e\xec\xbb\xf8\xfc\xd1\xcd\x37\xbb\x81\xc2\x4e\x07\x0c\x38\x29\x2d\x35\x8e\x01\xef\xdd\x40\x11\x52\xa6\x83\xc0\x49\xf1\x95\x04\x04\xde\xbb\x81\xa2\xe6\x6b\x0a\x0a\x9c\x94\x16\x13\x85\x02\x27\xa5\xc5\xab\x40\x81\x93\x52\x6a\xba\x2e\x0c\xbc\xc3\xc0\xdb\xdf\xf2\xc5\x1c\x25\xde\xbb\xa1\x25\x80\x4a\x87\x89\x93\xd2\x32\xb1\xe8\x5c\xc4\x87\xe3\xb6\x11\x02\xc8\xdd\x83\x62\x17\x3c\x42\xef\x8c\x75\xa4\xf8\x9a\xd3\xd9\xea\xce\x30\x07\x35\xe8\x90\xeb\xde\x59\xe1\xaa\xc2\x74\x8c\xae\x79\x67\x03\x78\x07\x37\x77\x70\xb3\xaf\x3e\xe0\xe6\xde\x59\x61\xdb\x08\xd0\xcd\xa4\xb4\x34\x6e\x74\x73\x0f\xd1\x5c\x6c\x43\xee\xdd\xe7\x4f\x78\x73\x40\xa5\x0e\x6f\xee\x0f\x7f\x9c\xed\xc4\x1d\x80\xdc\xc3\x11\x17\xfb\x76\x3b\x90\x98\x94\xd6\x5d\xa6\xe6\x74\xb3\xec\xac\xed\x48\x62\x52\x02\x39\xf5\xce\x85\x0b\x23\x5c\x6c\x4c\xed\x20\x61\x52\x7c\xa5\x02\x09\xf7\x87\xf5\xb5\xf2\x0e\xf6\xed\xfd\xfd\x1c\x49\x70\xf7\x46\x38\x2e\x29\xad\x4b\xf2\x04\x5e\x55\x36\xf4\x75\x0c\x6d\xef\xcf\x69\x06\xa9\x74\x2c\x2c\x29\x2d\xf5\x3b\x38\x3d\x43\x5b\xb6\xd2\x0c\x86\x25\xa5\x65\x30\x04\xc3\xf6\x87\x69\xb5\x8d\x09\xd4\xda\x87\x86\x63\x77\x0f\xec\xb4\x8f\xf3\x39\xbe\xe0\xae\x74\x60\x68\x1f\x5e\xbf\x5d\x11\x00\xcf\x0e\xf0\x6c\x7e\xca\x16\x0f\xb6\xd8\x66\x01\x84\x27\x29\x61\xba\x3a\xc2\xb3\x0f\xb6\xd8\x66\x81\xc1\x16\x47\x4a\xa0\xae\x3e\xd8\xe2\x20\x9e\xe5\x59\xca\xc7\x78\x76\x8c\xe7\xf9\x92\xe4\xa1\x99\x0e\x3c\x4b\xe8\x58\x4d\x52\xce\x4c\x4b\x06\xc3\x3b\xb4\x4c\xeb\xb4\x60\xcd\x3e\x34\x1c\xcb\xbe\x70\xca\x3e\xb4\x08\x8b\x7f\x50\x48\x52\xce\x97\x24\x95\xee\x55\x5b\x57\xc2\x42\xf6\xe1\x55\x5b\xbf\x80\x39\x92\x72\x66\x9a\x33\xbc\xea\xc1\x16\xfb\xe6\x8e\x73\x24\x25\xb4\x5a\xc7\x39\xf6\xc1\x16\xfb\x72\x0e\x74\x24\xe5\x8c\xf3\x02\x74\xec\x83\x91\x3d\xe2\x48\x20\x1d\x49\x39\xbd\x41\x6d\x09\xe9\xe8\xfb\x29\xd2\xb1\x0f\xae\xf7\xe1\xa5\x72\xbd\x23\xe5\xcc\xf4\x65\x30\xb2\x43\x2b\xf4\x65\x1b\xeb\xd8\xa7\xb6\xe4\xfb\x34\x1a\xb1\x4f\x6d\xc9\x27\x4f\x38\x62\x87\x23\x9e\x45\x92\xcb\x38\x26\xbe\xd7\xe1\x11\x49\x39\xb3\xe2\x80\x47\xec\x93\x7f\xeb\xe3\x1c\x20\xb1\xcf\x38\x26\x67\x91\x94\xd2\x4f\x8e\x89\x45\x40\x44\x22\x29\x67\x91\xe4\xa1\xa7\xd2\x5f\x49\xda\x25\xc9\x47\x3c\x52\x48\x22\x29\x67\xaa\x12\x92\xd8\xa7\x96\xef\xfb\x17\xda\x90\x94\x33\xa6\x05\x6d\xd8\xa7\x96\xef\x43\xd1\xd4\xf2\xa7\x96\x9f\x19\xc5\xd4\xf2\xa7\x96\xef\x73\xcf\xd4\xf2\xa7\x96\x9f\x19\xc5\xd4\xf2\x27\x2f\xc4\x07\x9a\xc9\x0b\x99\x5a\x7e\x86\x5c\x3c\x23\x29\x67\x6c\xd7\xe4\x85\x4c\xad\xdc\x17\x0a\x8c\x23\x29\x67\x3c\xc1\x69\xd2\x3b\xd9\x5f\xb3\x6f\x90\x23\x29\x67\x95\x24\xbb\xec\xaf\xf9\xf2\x64\x7f\x51\x8e\x67\x1c\x46\x94\x63\x9f\xbc\x60\x33\x57\x00\x23\x29\x67\x06\x70\x00\x23\x29\xa7\x76\xc4\x0b\x9e\xbc\x60\x73\x38\x04\x23\x29\x67\x4c\x2d\x82\x91\x94\x67\x0e\x07\x61\x24\xe5\xcc\x5c\x64\x32\xe6\x53\xd7\x35\x87\x43\x27\x12\x1b\x84\xd0\x89\x7d\x69\x93\x99\x9d\x2c\x6d\x72\x69\x93\x66\x4e\xf0\x44\x52\x82\x81\x76\x78\x62\x5f\x9c\x65\x33\x27\x7c\x22\x29\x67\x3a\x02\x3e\xb1\x2f\x6d\xf2\x9e\xff\xfc\xe6\x00\x8e\x4c\x24\x25\x34\x69\x47\x26\x92\x72\xc6\x94\x22\x13\xc9\x7d\xe3\x3c\x5f\x93\x0d\x8e\x58\xac\x77\x2c\x4b\xa6\x38\xc4\x67\x06\x02\x44\xec\x01\x11\xcb\x19\x53\x0a\x44\xec\x40\xc4\xc0\xa3\x1d\x88\xd8\x97\x56\x1c\x02\xbb\x23\x11\x49\x09\x17\xda\x91\x88\x7d\x69\xc5\x41\xb0\x3b\x14\x91\x94\x33\x1e\x08\x14\xb1\x2f\xad\xd8\x7c\x03\x8b\x48\xca\xf9\x24\x79\xa8\x56\x9c\xe9\x06\x16\x91\x94\xc7\xf5\x07\x23\x76\x30\xa2\xa5\x18\x30\x62\x5f\x1a\xbb\xe9\x00\x1a\xb1\xa3\x11\xad\xb1\xa0\x11\xfb\x7a\x1a\x7b\xdc\xeb\xa5\xb1\x2f\x8d\xdd\x03\x34\xf6\xf5\x9c\x62\x92\x15\x02\x3c\x62\x5f\x4f\xfb\x8c\x37\xb9\xb4\xcf\xa5\x7d\x7a\xe8\x7c\x7e\xaa\x7d\xe6\x13\xf6\xd2\x3e\x97\xf6\x99\xd9\xfe\xd2\x3e\xd7\xd3\x3e\xe3\x30\xc1\x1b\xfb\x32\x8e\xb4\x7c\x43\xc2\x37\xf6\x65\x1c\x31\xca\x01\x1c\xfb\xfa\x28\x57\x9e\xc0\xa7\x5f\xc6\x91\x33\xe3\x08\xc2\x91\x94\xc0\xab\x1d\xe1\xd8\x97\x71\x84\xd9\x84\x38\x92\x12\x7a\xb5\x43\x1c\xfb\x32\x8e\xb0\x91\x18\x47\x52\xac\xdd\x60\x1c\x49\xb1\x4e\x03\x62\x24\xe5\x31\x30\x28\xc6\x8e\x62\x3c\xd5\xa5\x71\x64\x71\xd6\x19\x98\xc5\x59\x8f\x94\x33\xd6\x1b\xd9\xd8\x91\x8d\x96\x6e\x90\x8d\xfd\xcd\xc1\xd1\xd7\xa1\x8d\xa4\x9c\x59\x46\x81\x36\xf6\xf7\xfe\x9c\x13\xb3\x25\xad\x4b\x4b\x41\x4f\xbf\x4c\x41\xdf\x9c\x75\x9d\x0d\x02\x49\xca\x19\x47\x0b\x02\x49\xca\x99\xe9\xc6\x9b\xb3\xfe\xe6\xac\x9f\xbb\x34\xf9\x38\xe4\x63\x4f\x92\x7c\xf8\x1e\xa4\x67\xe1\x22\x49\xb1\xac\x84\x8b\xec\x6f\xe3\x65\xb8\xec\x0e\x8c\xec\x6f\xb6\x29\xcd\xed\xcd\x36\xbd\xd9\xa6\x40\xd1\x1d\x19\x49\x4a\x58\xdd\x8e\x8c\xec\x6f\xb6\x49\xc3\x87\x46\x92\x12\x58\xb7\x43\x23\xfb\x9b\x6d\xd2\x7a\xdf\x8c\xcf\x9b\xf1\xc9\x84\x06\x2e\x49\xca\x99\xc9\xcb\x9b\xf1\x79\x33\x3e\xde\x3c\x84\xb2\x07\x9b\x2c\x96\xb7\xde\x26\xf2\x6f\xe3\xa5\x37\x8f\x8e\x24\xc5\xf2\x16\x3a\xb2\xbf\x59\x9a\xe7\xfd\xb1\x34\x6f\x96\x26\x63\xe3\x9b\xa5\x79\x9b\x62\x3c\x6f\x81\xbd\x78\xb3\x17\x99\x9d\xbc\xd9\x8b\x37\x7b\xf1\x3c\x81\xbd\x88\x14\x8b\x65\xef\xfe\xdc\x4d\xde\x3c\x81\xbd\x00\x60\x9e\x19\x69\x01\x98\xfd\xcd\x5e\x9c\xf1\xec\x11\x98\xa4\x84\x55\xee\x08\xcc\xfe\x36\x38\x5a\x7a\x03\x57\x92\x72\x66\x86\x01\xae\xec\x6f\x83\xa3\xa5\x37\x74\x25\x29\x67\x66\x18\xe8\x4a\xf2\xd7\x67\x1a\x1c\xdf\x8c\xcf\x95\x41\x1a\x5e\x49\xca\x99\x99\x03\xbc\x92\xdc\x97\xa5\x42\x18\x9f\x37\xe3\x23\x6b\x8c\xcf\x9b\xf1\xb1\x68\x07\xb0\x24\xe5\xcc\x2c\xe1\xcd\xaf\x7d\x2f\x0f\x8d\x2f\xf6\xb6\x0e\x14\x29\x67\xf7\x4b\x0f\x7d\x4e\x35\x8a\x93\x05\xb1\xec\x6f\xdf\xb4\xaf\x0c\x8f\x6f\xdf\xb4\x31\x96\x4f\xe1\x7d\xd3\x7e\xb3\x6e\xd6\xf6\x40\x96\xfd\x6d\xf6\x13\x0c\xbb\x43\x2a\xfb\xfb\xfb\x9c\x46\x94\x42\xf8\x5a\x1c\x29\x57\x26\x13\x30\xcb\xfe\xe6\x9e\x5e\xf9\x8a\x03\xaa\x24\xe5\xca\x64\x02\x54\xd9\x3f\x6c\xc8\x15\x4f\x00\x55\x49\xca\x15\x33\x8b\xaa\xec\x1f\x36\xe4\x6a\xfd\xb7\xc7\x6e\xd4\x25\x29\x57\x56\x4a\x50\x97\xfd\xc3\xc4\x84\x79\xee\xb0\x4b\x52\xae\x4c\x49\x60\x97\xa4\x58\x6d\x85\x5d\x92\xfb\x97\x29\x0d\x13\x13\x79\x9a\xc1\x87\x89\x41\x67\x96\x2b\x7d\x16\x9d\x49\x9e\x66\x80\xce\xec\xe8\xcc\x12\x5e\xba\xa3\x33\xc9\xd3\x0c\xd0\x99\xfd\xc3\xc4\x58\x5e\xfb\x30\x31\x91\x72\xc5\xf3\xfb\x30\x31\x1f\x26\xc6\xf2\xda\x87\x89\x89\x94\xd0\xf9\xfd\xc3\xc4\x60\x3d\xcb\x95\xd6\x8d\xf5\x24\xe5\xca\xb4\xe2\xc3\x9e\x7c\xd8\x93\xee\x25\xb1\x27\x91\x72\xc5\x8f\xfc\xf0\xbf\x3f\x3e\x1c\x77\x2f\xc9\xc7\x88\x48\xb9\x8a\x07\x28\x29\xb3\x63\x15\x0e\x4c\xda\xc1\xa4\x5a\x32\x98\xb4\x83\x49\x4b\x57\x2c\x66\x07\x4c\x7a\x65\x9a\x05\x26\xed\x60\xd2\x62\xc9\x0d\x4c\x4a\x9e\x06\x0f\x26\xed\x1f\x0e\x4e\xf7\x04\x0e\x0e\x98\xf4\xca\x28\x0a\x26\x25\xe5\x8a\x8f\x0b\x26\x25\xa5\xf4\x78\xaa\x60\x52\x52\x2c\xa0\x83\x49\xc9\x7d\x59\x0a\x6f\x6a\x1b\x29\xd7\xf3\x4b\x85\x67\xd7\x7a\xe6\x06\x60\x52\x52\x2e\xbf\xe4\xf4\xa3\x44\x4b\x98\xf1\x8e\x12\xed\x28\xd1\xd2\x33\x08\xa1\x44\x49\xb9\xdc\x8d\x3d\x41\x89\x16\x4b\x7f\x28\x51\x52\xae\xcc\x3e\x3e\x8c\x07\x86\xb3\xf4\xb8\x55\x20\xce\x0e\xc5\x2c\x3d\x43\x30\x14\xb3\x87\xaf\x2c\x57\x1c\x86\x0f\x67\x06\x6b\x59\x2c\xb9\x61\x2d\x49\xc9\x39\x0f\x1d\x6b\xd9\xb1\x96\xa5\x67\xf5\x1d\x6b\x49\xca\x95\xa9\x06\xd6\xb2\x63\x2d\x4b\xd7\xa2\x39\x33\x58\x4b\xd6\x09\x6b\xd9\x3f\x3c\x97\x1e\xab\xfb\xe1\xb9\x44\xca\x95\xe9\xc7\x87\xd5\xf9\x98\x28\xf7\x98\xd3\x0f\xb3\x13\x29\xf6\x31\x7c\x38\x38\x30\xcd\xd2\x63\x4e\x61\x9a\x3d\x68\x66\xb9\x32\xd9\xf8\xf2\x66\xbe\xb1\x44\xf5\x95\xa6\xfa\x65\x89\xbe\x2c\x51\x26\x1b\x5f\x96\xe8\x1b\x4b\x54\x03\x60\xf7\x2f\x53\xf3\x65\x6a\x36\x49\x29\xe9\x37\xa6\xa6\x5a\x48\xfc\x32\x35\x40\x50\xdb\x1d\x70\xa0\xa4\xd8\xda\xf0\x65\x6a\x22\xa5\xbe\xe2\x17\x7e\x99\x9a\x2f\x53\xb3\xb9\x99\x7c\xc4\xd4\xd4\x57\x71\xb7\x53\x9a\xc2\xf7\x24\x5d\x92\xde\x2e\xcb\x13\x98\x1a\xa0\xa9\x5d\x11\x40\xd3\x0e\x34\xad\xaf\x34\x2e\xa0\x29\x29\xb6\x3b\x00\x4d\x3b\x82\xb4\xbe\xd2\x42\x10\xa4\xa4\xd8\xee\x80\x20\xed\xa1\x41\xef\xcb\x92\x5f\xde\x0c\x34\xd4\x76\x07\x68\x28\x29\x57\xda\x38\x34\x94\x94\xfa\x52\x95\xac\x0f\x34\xd4\x0e\x08\x68\x28\xb9\x2f\x93\xa6\xf0\x99\x71\x5d\x99\xe9\x7c\xcd\xb8\xa0\xa1\xf5\xa5\x7a\xd1\x2f\xc1\x41\x8b\x8d\x12\x5f\x0b\x1a\xd0\xd0\xfa\x52\x6f\x8c\x14\x34\xb4\x5a\xb1\x84\x86\x76\x68\x68\xb5\x52\x08\x0d\xed\xd0\xd0\x2b\x5e\x20\x34\xb4\x43\x43\xab\x45\x3b\x68\x28\x29\x57\xbc\x40\x68\x68\x87\x86\xd6\x57\x5c\x2d\x68\x28\x29\x57\xb6\x9d\x41\x43\x3b\x34\xb4\x5a\xc8\x83\x86\x92\x72\xa5\x3b\x43\x43\xc9\x33\x28\x43\x43\x49\xa9\xaf\x0c\x46\xd0\x50\x52\x2e\x25\x60\x56\xa0\xa1\xd5\xa2\x1d\x34\x94\x94\x9c\x46\xd2\xa1\xa1\x1d\x1a\x5a\x5f\xb7\x21\x18\xd0\x50\x12\x1c\x75\x40\x43\xc7\x4b\xd3\xba\x07\xfd\x11\x4c\xf4\x96\x27\x1b\xbf\x7d\x10\xda\x40\x8e\x92\x72\xdd\xd3\xa0\x81\x1c\x25\xa5\xbe\xee\x41\x6e\x04\x23\xbd\x65\xe6\xb2\xe4\x28\x0b\xa6\xe3\xf5\xb4\xbc\x9e\x9f\x9e\xf2\xa4\xe5\xdd\x93\x99\x81\x1c\x25\xe5\xba\xdf\xd0\x40\x8e\x92\xfb\x97\x2d\x69\xf2\xa1\xe5\xb5\x94\xe6\x94\x8f\xa7\xe5\x75\x77\x93\x0f\x2d\xef\x4c\xd6\xd2\xf2\xc6\xeb\x69\x79\xdd\x13\xa6\xb4\x64\xf7\x4c\x76\xcf\x27\xbb\xcb\xd1\x78\x7e\xfa\x96\xf6\xce\x65\xdb\x9d\x74\x29\x81\x11\x53\x45\x5f\x4a\x90\x11\xb3\xe6\x0c\xea\x01\x30\x25\xe5\x3a\x53\x82\x4b\x76\x2f\x87\xe3\xbd\xdc\x4d\xde\x8c\x98\x67\x4a\x90\x11\x73\x00\x4c\x6b\x0e\xa6\x1e\x00\x53\x52\x72\xf2\xcb\x00\x98\x12\x4e\xd0\x00\x98\x92\x52\x73\x4e\xf4\x00\x98\x8e\x40\xa5\x9c\xa0\xf1\xea\x9e\xa9\xeb\x94\x92\x22\x0c\x0f\xd0\x75\x2e\x49\x1e\xa0\x4f\x64\xf5\x75\x20\x47\x49\xb9\xae\x64\x6d\xc8\xae\x53\xb8\xb2\x88\x3a\x60\xa2\x03\x26\x5a\xcb\x96\x8c\x4c\x2f\x46\x33\xbe\x52\xd2\x34\xe3\x01\x13\xad\x59\xf7\x1c\x30\xd1\x01\x13\xad\x59\xaa\x1c\x30\xd1\x01\x13\xad\x39\x46\x76\xc0\x44\x07\x4c\xf4\xba\x52\x23\x1f\x97\x7d\x14\xff\xcc\x6b\xf8\x28\xbe\xe1\x51\x4b\xfd\x78\x0d\x1f\xe5\xf2\x52\x3f\xca\x65\x78\xd4\x52\x3f\xca\x95\xf5\xbb\x5a\xbc\xc1\x8f\x56\x93\xf3\x9b\x73\x42\xce\x08\x32\xfa\xfb\x01\x13\xad\xc5\x1b\xfc\xca\x9b\x51\xb4\xe7\x01\x5f\x79\xcb\x27\x81\x9c\x9a\x33\x60\xa2\xa4\xd4\xa2\x13\x7f\x65\xd7\xc0\xda\x53\x97\x5f\xd9\xfd\xaa\xcb\xcb\xdd\xd4\x65\x76\xa7\x5e\xba\xc7\x57\x09\xbe\x5a\xaf\x37\xf8\xd5\x7a\x33\xd8\xe6\x10\x9e\x81\x26\x1d\x68\xd2\xeb\x9e\x6b\x0c\x34\xe9\x40\x93\xd6\x1c\x30\x3a\xd0\xa4\x84\xdf\x39\xe0\xa2\x03\x2e\x5a\xb3\xb0\x3a\xe0\xa2\x84\xdf\x39\xe0\xa2\x03\x2e\x5a\x73\x78\xe8\x80\x8b\x12\x7e\xe7\x80\x8b\x92\xd2\x6f\x4f\x7f\xc0\x45\x49\xa9\xc1\xf3\x07\x5c\x74\xc0\x45\xfb\x3d\xbe\x0f\xb8\xe8\x80\x8b\xd6\x2a\x6f\x2c\x1d\x5c\xb4\xbf\x52\x02\x96\x0e\x2e\x5a\xb3\xe6\x3b\xe0\xa2\xa4\x64\x2f\xd9\x80\x8b\x0e\xb8\x68\xad\xaf\x54\x48\x53\xaa\x0c\xa2\x71\x6c\x07\x5c\x74\x40\x43\x6b\x58\xfc\x81\x0d\x1d\x85\x91\xca\x3a\xf0\x28\x8c\x14\x10\xb4\x3f\x97\xc9\xef\xe9\x09\x55\x9a\x27\x9c\x9e\x90\x62\x9d\xcf\x13\x14\xab\xa6\x92\x98\x1a\x20\x68\xce\x42\x1a\x40\xd0\x81\xf0\xac\x81\xe5\x07\xc2\x73\x20\x3c\x6b\xce\xff\x1b\x08\xcf\x81\xf0\xec\x25\x97\xe9\xcf\x91\x52\x73\xa0\xdd\x08\xee\x79\x8b\x1a\x49\xe9\x87\x1a\xd1\xed\xeb\x91\xcc\xe9\xf6\x08\xcf\x78\xe2\x03\xe1\x49\xee\xcb\x52\xe7\xd9\x56\x4a\x78\xe2\x03\xe1\x39\x10\x9e\xb5\x66\x10\x42\x78\x12\x9e\xf8\x40\x78\x92\xd2\x6b\xb2\x36\x65\xcd\x88\x19\x86\x7c\x20\x3c\x49\xe9\x31\x35\x08\x4f\x72\x5f\x26\xed\x94\x96\xb7\x50\x53\x6f\x4c\x0d\x9a\xb3\xd6\x96\x34\xa6\x06\xce\xd9\x55\xe5\x52\xbd\xcb\x43\x33\x2e\xc0\x39\x49\xe9\x35\x05\x5d\x1e\xca\x48\xe5\xd4\xb7\x81\xd3\x1c\xe5\x39\xd1\x33\x06\x0e\xa7\x39\xc2\x66\x9a\x4c\x8c\xf2\x96\x11\xb6\xac\xea\x46\x6c\x59\x79\x0e\xdd\x4c\x7f\xc6\x69\x0e\x9c\x66\x0d\xe3\x3d\x70\x9a\xa4\xf4\xed\xb7\x4f\x67\x19\x30\xce\x01\xe3\xac\x59\xba\x1d\x30\x4e\x52\xfa\xed\x6e\x0f\x18\xe7\x80\x71\xd6\x1c\x6e\x34\x60\x9c\xa4\xf4\xcd\xf3\xf3\xce\x21\x9b\x35\x2b\xbc\x03\xb3\x49\x4a\xdf\xf2\x00\x1d\x19\xb3\x59\x73\x96\xcf\xc0\x6c\x92\x92\x4d\x96\x03\xb3\x49\xee\xcb\x7a\xd2\x4e\x69\xa9\xb0\xdb\x95\x1c\x55\x7f\x87\x76\xd6\x1c\xf9\x33\xa0\x9d\xa4\xf4\x8c\x1b\xc1\x3c\x6f\xf1\xd0\x3d\x3f\xd5\xdf\xa1\x9d\x5d\x3e\xf4\x77\x68\x67\xcd\x79\x39\x03\xda\x49\x4a\x97\x0f\xfd\x1d\xda\x59\x73\x84\xcd\x80\x76\x92\xd2\xe5\x83\x9f\x02\xed\xac\x39\xd8\x65\x40\x3b\x49\xe9\x7b\x49\x92\x87\xea\xdb\x39\xb7\x63\x60\x36\x47\x38\xcd\xd2\xf7\x3c\xe0\x72\xb7\xeb\xb9\x5b\x32\xc2\x8d\xc0\x6c\x66\xea\x39\x30\x9b\x03\xb3\x59\xb7\xb8\x38\x98\xcd\x51\x73\xf8\x6f\x57\xf8\x1c\xfe\x3b\x30\x9b\x35\x0b\xe3\x03\xb3\x49\x4a\xce\xfc\x1a\x98\x4d\x52\xb2\x11\x75\x60\x36\xc9\xfd\xcb\x54\x2f\x37\x02\xb3\xd9\xd5\x47\x97\x8f\xee\xfd\xc5\x29\xc1\x6c\x92\xd2\x8f\x34\x9a\x2e\x6b\xfd\x39\x21\x35\xa5\xea\x53\x5a\xb2\x1b\x4b\x54\xfb\x93\xdd\x8c\x5f\x21\xc6\x47\x38\xcf\x47\xcc\x94\x07\xda\x93\x94\x7e\xa4\xa0\xc3\x9b\xe7\xe2\x67\x69\x7f\xd4\x21\xbb\xec\xda\x91\x12\xb0\x6b\x95\x5d\xcb\xd2\xfe\xa8\xec\x5a\x65\xd7\x62\xc3\x2a\xbb\x86\x1d\xad\x21\xc6\x07\x76\x94\x94\xec\xa5\x1d\x95\x75\xaa\xac\x53\x80\xee\x51\x59\x27\x88\x69\xd7\x18\x58\x27\x38\x69\xcd\xde\x81\x01\x27\x25\xa5\x6b\x0c\xcc\x0e\x9c\xb4\xe6\x44\x8e\x01\x27\x1d\x70\xd2\x9a\x83\x1f\x06\x9c\x94\x94\xde\x24\xf9\x29\xa7\x67\xd7\x4f\x39\x3d\x70\xd2\xde\x24\xc9\x08\xa7\x67\xd7\xb3\x38\x3d\x78\xd1\x1e\x03\x8b\x17\x1d\xd8\xd0\xba\xeb\x0b\x2c\x11\x12\xb4\x86\xc8\x1f\x48\x50\x52\x7a\x8c\xee\xc6\xd4\x6c\x4c\x4d\xf6\x09\x8c\x8d\xa9\xd9\x98\x9a\x18\xdd\x8d\xa9\x01\x8c\xd6\x40\xde\x03\x30\x4a\x4a\xce\x8a\x1b\x80\xd1\x01\x18\xad\x09\x26\x30\x00\xa3\xa4\xf4\x4c\x14\x00\xa3\x63\x63\x6a\xf6\xb8\x7c\x1b\x53\xb3\x31\x35\xe9\x45\x1b\x53\x83\x0e\xad\x61\x9a\x07\x3a\x94\x94\x9e\x5e\xb4\xb1\x21\xe8\xd0\x1a\xd2\x77\xa0\x43\x89\x2f\x33\x03\x1d\x3a\xd0\xa1\x35\xa0\xed\x40\x87\x92\xd2\xd3\xd9\x36\x36\x04\x1d\x5a\x83\xcb\x0e\x74\x28\x29\x5d\x3e\x98\x15\x28\x68\xdd\xe3\x1a\x42\x41\x49\xe9\xa7\x24\x0f\x65\x43\xc2\x9f\x0e\xf0\xe6\xc0\x56\xd6\x40\x9e\x03\x5b\x39\xb0\x95\x35\x10\xdf\xc0\x56\x0e\x6c\x65\xcf\x68\x85\xad\x1c\xd8\xca\x7a\x64\x14\xc0\x56\x92\xd2\xd3\xed\xb1\x95\x63\xcb\x16\xcf\x1a\xce\x79\x04\xb4\xbc\x45\x51\xf3\x1a\x74\x1a\x6c\x65\x0d\x77\x37\xb0\x95\xa4\xf4\x4c\x3c\xb0\x95\x03\x5b\x59\x73\x22\xfd\xc0\x56\x92\xd2\x55\xb9\xee\x86\xad\xcc\x57\xae\x81\xad\x24\xa5\x86\x94\x1b\xd8\xca\x01\x9a\xec\xe9\xf6\xa0\x49\x72\x5f\x26\xcd\x9b\x09\x15\x92\xf3\x04\xc7\x36\x65\x77\xca\xee\x9e\x52\x4d\xd9\x9d\xb2\x2b\x6b\x4f\x76\x55\x65\x8c\x2f\xb6\x92\xe4\x34\xa7\x81\xad\x1c\xa0\xc9\x1e\xef\x19\x34\x39\x40\x93\xf5\x48\x8f\x01\x4d\x0e\xd0\x64\xef\xbf\xbd\x61\x6d\x60\x2a\xc7\xae\xfd\x04\xb6\x1b\xbb\xf6\x83\xa9\xcc\x51\x85\x03\x53\x49\x4a\xef\xae\xda\x25\xa9\xad\x98\x61\x4c\x25\xa9\xaf\x38\xd7\xbb\x26\xb5\x9b\x3e\x07\xac\x1b\xbb\xe9\x73\xa4\xbe\xe2\x5c\xef\x1c\xd8\xdd\xf4\x39\xb0\xdd\xd8\x4d\x9f\x23\xf5\x15\xc7\x7f\x37\x7d\x46\x63\xd6\xe0\x71\x03\x8e\x39\x82\x63\xfa\x8a\x37\xe0\x98\x03\x8e\x59\x03\xb6\x0d\x38\x26\xf1\x15\x6f\xc0\x31\x07\x1c\xb3\x06\x6c\x1b\x70\x4c\x52\x5f\x31\x92\x70\xcc\x01\xc7\xac\xd9\x01\x33\xe0\x98\xa4\xbe\xe2\xf8\xc3\x31\x89\xef\x7f\x03\x8e\x49\x4a\x0d\x01\x36\xe0\x98\x23\x38\x66\x7d\x65\x2e\x00\xc7\x1c\xbb\xd1\xeb\x48\x8f\xdd\x8d\x5e\x91\x1a\xde\x60\xec\x46\xaf\xfd\xe9\x75\x99\x2c\xa2\x36\x47\x48\xcd\xfa\x8a\x03\xb7\xeb\x75\xfb\xd3\xeb\xd2\x77\x76\xbd\x2e\xe2\x0b\xe3\xd8\xf5\xba\xfd\x39\xd8\x3a\x7d\x07\xdc\x49\x7c\x61\x1c\xbb\x4e\xb1\x3f\xed\x33\xd3\x51\xbc\xe7\xc0\x7b\xd6\xe6\xcd\x18\x49\xf0\x9e\x35\x1b\x48\x06\xde\x73\xec\x1f\x99\x4b\x25\x99\x3e\xe3\x3d\x6b\x36\xb3\x0f\xbc\x27\xa9\xaf\xe7\x97\x32\xf7\x71\xce\x73\x2c\x07\xde\x73\x84\xf7\xac\xaf\xea\x97\xde\x8c\xe9\x73\xb6\xa4\x0f\xbc\x27\xa9\xaf\xea\x97\x2a\xce\xf4\x39\xdb\xcf\x07\xde\x93\xf8\xfc\x39\xf0\x9e\xa4\x06\xa7\x18\x78\x4f\x52\x6a\x76\x70\x0c\xbc\x27\xf1\x45\x74\xe0\x3d\xc9\x7d\x59\x5a\xb4\xe9\x73\xe0\xce\xfa\xca\xfc\x00\xdb\x39\x20\x98\x35\xfb\xca\x07\x04\x73\x04\xc1\xf4\xe1\x74\x40\x30\x07\x04\xb3\x06\x49\x1f\x10\x4c\x52\x73\x44\xe7\x80\x60\x8e\x63\x57\x47\xe9\xba\xe1\x31\x6f\x49\x1d\x6d\x25\x49\xa9\x23\x08\x66\xcd\x5e\xf0\x01\xc1\x24\x35\xa8\xc7\x80\x60\x92\x1a\xac\x63\x40\x30\xc9\xfd\xcb\xe4\xcd\xb8\x17\x04\xd3\xd7\xda\x01\xc1\x1c\x10\xcc\x9a\xdd\xdb\x03\x82\x39\x82\x5d\xd6\x57\x9c\xe2\xc3\x5c\x19\x82\x59\xb3\x19\x7a\x40\x30\x89\x4f\xae\x03\x82\x39\x20\x98\x35\x9b\xa1\x07\x04\x93\xd4\x1c\x3c\x3a\x20\x98\xe3\x78\x4e\x10\xcf\xc8\x0a\xc1\x24\xf5\xa5\x76\x19\xa9\x83\x91\xca\x7e\x90\x71\x30\x52\x07\xeb\x13\xf3\x8d\xca\x1c\x07\xeb\x93\xfd\x20\xe3\x60\x7d\x0e\xd6\x27\xde\xee\xc1\xfa\x80\x37\x6b\xf6\x0d\x0f\xf0\x26\xa9\x2f\xef\xca\xf4\x19\xbc\x59\x5b\x86\x6e\xf0\x26\xa9\xaf\x3d\xf9\x60\x7d\xc0\x9b\x35\xbb\x7b\x07\x78\x73\x80\x37\x6b\x8e\xe7\x1f\xe0\xcd\x11\x60\xb3\xbe\xbc\x66\x33\x6a\xf0\x66\xcd\x26\xc2\x01\xde\x24\x35\xa7\xa2\x0e\xf0\xe6\x38\x78\xa3\xd9\x44\x38\x0e\xde\x68\xa4\x06\x91\x19\xe0\xcd\x01\xb7\xac\xd9\xf5\x37\xe0\x96\xa4\xe6\x54\xd4\x01\xb7\x24\xf5\x15\x0b\x0d\xb7\x24\xa5\x66\x67\xdd\x80\x5b\x92\xfa\x8a\xf3\x0c\xb7\x24\xf7\x65\xc9\x9b\xe9\x73\xc4\x97\xf5\x01\xb7\x1c\x00\xc9\x9a\x9d\x75\x03\x20\x49\xea\x4b\x13\xe4\xc7\x02\x24\x6b\xb6\xaf\x0d\x80\x24\xa9\x2f\x4d\xd0\xf4\x19\xf9\x58\xb3\xbd\x6c\x20\x1f\xc7\x61\xfa\x9c\x0d\x21\xe3\x78\x3f\xd7\xb5\xfb\xa7\x19\x2a\x8e\xb7\xbc\xb1\x65\xa7\x97\xca\x96\x45\xea\x2b\x1e\x25\x40\x72\x00\x24\xeb\xa9\x92\xd8\x10\x80\x64\x3d\xb5\x4b\xd6\x21\x52\x5f\x19\x65\x00\x92\x03\x20\x59\xb3\x9d\x62\x00\x24\x47\x63\x09\xda\xdf\x30\x78\x37\x86\x02\x3f\x59\xb3\x61\x64\xe0\x27\x49\x0d\x8d\x34\xf0\x93\x03\x3f\x59\xb3\x3b\x64\xe0\x27\x49\xcd\x39\xb5\x03\x3f\x39\xf0\x93\x35\x7b\x37\x06\x7e\x92\xd4\x40\x4b\x03\x3f\x49\xac\x75\x0c\xfc\xe4\x00\x46\xd6\xec\xb6\x18\xc0\x48\x52\x5f\x71\x90\x81\x91\xa3\xb1\x00\x59\xe6\x1f\x8d\x05\x68\x2c\x40\xaa\xab\xb1\x00\xf8\xc9\x9a\xd5\xf8\x81\x9f\x1c\xf8\xc9\x9a\x45\xdf\x81\x9f\x1c\xcd\xb8\x1f\xa7\x19\x3f\x39\xf0\x93\x35\x2b\x90\x03\x3f\x49\xac\xa6\x0c\xfc\xe4\x68\x26\xb7\x59\x5a\x1c\xcd\xe4\xb6\x5d\xe9\xee\xf1\x86\x9b\xc9\x2d\x7e\xb2\x66\xcd\x70\xe0\x27\x49\x7d\xc5\x9e\xe0\x27\x49\x7d\xc5\x76\xe0\x27\xc9\xfd\xcb\x64\xd7\xb8\x1f\xb1\x36\x33\xf0\x93\xe4\xbe\xcc\xdd\x4e\x69\xe9\x17\x71\x55\xf1\x93\xa3\x71\x0f\xb2\xca\x37\x1a\xf7\xa0\xdd\x2e\xc1\xb3\x36\xd3\x4c\x64\x61\x96\x35\xcb\x77\x03\x66\x49\xea\x2b\x96\x08\x66\x39\x1a\xa3\x90\xe5\xbb\xd1\x18\x85\xc6\x28\x78\xf3\x8c\x02\x1a\xb3\xe6\xac\xfb\x81\xc6\x1c\x68\xcc\x9a\x55\xa2\x81\xc6\x24\x35\x41\x3c\x07\x1a\x73\xa0\x31\xab\xd5\x1c\x34\x26\xa9\xaf\xd8\x3a\x34\xe6\x40\x63\x56\x6b\x32\x68\xcc\x01\xb3\xac\x96\x08\x60\x96\xa3\xf1\x22\xe2\xfb\x36\x5e\x04\xcc\xb2\xfa\x84\x0d\xb3\x24\xcf\x72\x11\x8e\x72\xe0\x28\x6b\xf8\xe2\x81\xa3\x24\xcf\x72\x11\x8e\x72\xe0\x28\x6b\xf8\xe2\x81\xa3\x1c\x68\xc8\xea\x6b\x2f\x1a\x92\xd4\x97\x56\xfe\xf5\x6a\xf4\x63\xdf\x62\xd1\x90\xa4\x26\xc8\xe8\x40\x43\x0e\x34\x64\xed\xe5\x4a\xda\x21\x4d\x7e\xf7\x24\x35\x49\xc9\xaf\x4f\xa0\x68\x48\x52\x73\xcc\xf2\x40\x43\x0e\x34\x64\xf5\x21\x13\x0d\x49\x9e\xb5\x2c\x34\xe4\x38\x0d\xdf\x39\x4d\x7e\x9c\x86\xef\xc8\xb3\x96\x75\x9a\xb6\x82\x26\xab\x6f\x70\xa0\x49\xf2\xac\x65\x81\x26\x07\x68\xb2\xfa\x06\x07\x9a\x1c\xa7\x51\x3e\x83\x15\x68\x72\x80\x26\xab\x0f\x58\xa0\x49\xf2\x2c\x5c\x81\x26\xc7\x69\x94\xf7\x65\xea\x34\xca\x47\x6a\x79\x49\x52\x52\xb3\x13\x5f\xa6\xd0\x90\xe4\x59\xdf\x42\x43\x92\x9a\xd3\xa1\x07\x1a\x92\x94\xea\x5b\x12\x1a\x92\xd4\xf2\x72\x33\xf9\x60\x57\x7c\x4b\x82\x39\x0e\x4c\x63\xf5\xed\x04\xd3\x38\x30\x8d\xd5\x7c\x14\xd3\x38\xc2\x34\x3e\x2b\x68\x98\xc6\x81\x69\xac\x3d\xdf\x75\x30\x8d\xa4\x06\x73\x1c\x98\xc6\x71\xea\x82\x3d\x8d\xf0\xd4\x05\x23\x35\x91\x5c\x07\xa6\x91\xdc\x97\xa5\x5c\x26\xbc\x91\x1a\x1a\x72\x9c\x26\xbc\xd0\xc7\xda\x35\x11\xc3\x77\xa4\x96\x0c\xfc\xd0\x47\x52\x8b\x96\x6a\xf8\x86\x3e\x6e\xe6\x6b\xd0\x47\xf2\xac\xee\x9d\xba\x78\xe4\xbe\xcc\xdd\xb4\x90\x99\xec\xc6\x65\x38\x4d\x78\x11\x92\x9b\xf9\x1a\x42\x92\xe4\xc0\xe1\x81\x90\x1c\x21\x24\x6b\x4e\xd0\x1e\x08\xc9\x81\x90\xdc\xcc\xb9\x10\x92\xe4\x59\x16\x44\x48\x0e\x84\xe4\x66\x82\x85\x90\x24\x35\x50\xe6\x40\x48\x92\xb2\xbd\x52\xf6\x84\x05\x7e\xa4\x26\x7a\xeb\x10\x1d\x78\x00\x29\x37\x13\x2c\x20\x25\xa9\x89\xd5\x3a\x80\x94\xa4\x96\xb8\x24\x40\x4a\x72\xff\x32\x45\xd0\xb4\x02\x52\xd6\xf2\x37\x1c\x8c\x3a\x70\x96\x03\x67\xb9\x85\x14\x1f\x38\x4b\x52\x83\x80\x0e\x9c\xe5\x08\x67\x59\x13\xa6\x75\xe0\x2c\x07\xce\x72\x33\x75\xc1\x59\x92\x1a\x2a\x74\xe0\x2c\x07\xce\x72\x33\x4f\xc1\x59\x92\x5a\x62\x11\x70\x96\x03\x67\xb9\x99\x80\xe0\x2c\x49\x2d\x19\xf7\x70\x96\xe4\x59\x6b\xc5\x59\x92\xb2\x99\x0b\xe0\x2c\x47\x38\xcb\x9a\xb0\xaf\x03\x67\x39\x70\x96\x5b\x76\x6e\x0c\x9c\xe5\xb8\x74\x9d\x0c\x8f\x42\x0d\x8f\x6b\xca\x47\x2c\xc2\xa5\x15\x5f\x5a\x71\xc6\x3d\x34\xe6\xb8\x9e\x46\x16\xf7\x12\x8d\x39\xd0\x98\x1b\x2f\x05\x8d\x39\xd0\x98\x9b\x91\x0f\x8d\x39\x42\x63\xd6\x84\x83\x1d\x68\xcc\x81\xc6\xdc\x98\x57\x34\x26\xa9\x45\x46\x0c\x24\x89\xc5\x7b\x5f\x96\x27\x98\x8e\x86\xc6\x7c\x96\x90\xd1\x98\x03\x66\xb9\x31\x88\x30\x4b\x52\x43\xbb\x0e\x98\xe5\xc0\x54\x6e\x2c\x07\xa6\x72\x84\xa9\xac\x65\x97\xe4\x01\x19\x5b\x36\x96\x03\x40\x49\x6a\xc2\xc4\x0e\x31\x74\x07\xbc\x71\xd3\x15\xf1\x8d\xa3\xc7\xa6\x6f\xda\x43\x67\xd3\x23\xb5\x1c\x92\x2e\x49\x9e\x90\xd7\x85\x56\x1c\x5d\xff\xcc\x6c\xb1\xeb\x9f\x5d\x57\x51\x71\x22\xd1\x92\x9a\x88\xb1\x03\xc0\x48\x6a\x4e\xae\x1f\x42\xcd\x92\xb2\xfd\x35\xed\x90\x26\x1f\x47\x92\xe4\xc3\x09\xdb\x4f\x9a\x86\x8f\x69\xdc\x12\xaf\x75\x60\x1a\x07\xa6\x71\x4b\x38\xd0\x81\x69\x1c\x5d\x53\x3a\x24\xb9\x6c\x78\x6a\xac\x30\xa6\x91\x3c\x8b\xfb\x98\xc6\x81\x69\xdc\x4a\xac\x30\xa6\x91\xd4\xe7\xa1\xac\x70\xd7\x30\x13\x82\x72\x74\x0d\xb3\x6b\x98\xf1\xe8\x61\x8e\xa4\xe6\x84\xfb\x21\xce\xea\x40\x3e\x6e\x16\x91\x91\x8f\xa4\xe6\x84\xfb\x81\x7c\x1c\xc8\xc7\xad\x66\xf8\x42\x3e\x0e\xfc\xe2\x96\x43\xde\x07\x7e\x71\xe0\x17\x37\xab\xb2\xf8\xc5\x01\x56\xdc\x6a\x3c\x48\xb0\xe2\x00\x2b\x6e\xd6\x56\xc1\x8a\xa4\xe6\xc4\xfc\x01\x56\x1c\xe3\xaf\xd1\x47\xee\x26\x87\x42\x1c\x28\xc4\xad\xc6\xad\x44\x21\x92\x5a\x5c\xc6\x91\x07\x26\x6e\x09\x67\x34\x80\x89\x63\x08\xe2\x13\x42\x74\x0c\xdf\xf9\x86\x57\x9d\x7e\x39\xbc\x6a\xfc\xe2\x66\xc5\x11\xbf\x38\x06\x1b\x17\x3f\x10\xbf\x38\xf0\x8b\xdb\x16\xfb\x8f\x5f\x24\x35\x47\xf7\x0f\xfc\xe2\xc0\x2f\x6e\x5b\x0c\x3b\x7e\x91\x3c\xfb\x33\xf0\x8b\x63\xb0\x71\x16\x28\x07\x1b\x37\xd8\xb8\x7c\x99\xc3\x2f\x8e\xc1\xa0\x6d\x31\x8f\x22\x52\x92\x67\x1b\x87\x88\x94\xe4\xbe\x4c\x9a\x92\xb2\x7b\xa7\x07\x28\xa9\xc6\x9a\x33\xa2\x07\xcc\x71\xc0\x1c\x37\xcb\x8c\x30\xc7\x01\x73\xdc\x12\x05\x62\xc0\x1c\x07\xa6\x71\xdb\x54\x89\xd7\x8f\x69\xdc\x72\x1e\xfe\xc0\x34\x0e\x78\xe1\x96\x13\xe6\x07\xbe\x70\xa0\x04\xb7\x9c\x46\x3e\x50\x82\xa4\x26\x24\xef\x10\x11\x71\x00\x07\xb7\x3d\x75\x02\x1c\x1c\x93\xd9\xc8\xa1\xd0\x63\x32\x1b\x93\xd9\xc8\x10\x3e\x99\x0d\x7c\xe1\x96\x23\x9b\x07\xbe\x90\x3c\x1b\x54\xa6\x56\x82\x2f\xdc\x72\x06\xf2\xc0\x17\x92\xaa\x03\xe3\x0b\xc7\x34\xac\xe7\xc0\xe3\x31\x0d\xeb\xd3\xb0\x9e\x29\x15\xbe\x70\xe0\x0b\xb7\x1c\x47\x3c\xf0\x85\xa4\x26\xa2\xef\xc0\x17\x92\x9a\x88\xbe\x03\x5f\x38\x80\x83\x5b\xce\xe8\x1d\xc0\xc1\x81\xe1\xdb\xac\xd5\x80\xf8\x06\x62\x6f\xdb\xfb\x6f\x1f\xb3\x36\x00\x7d\x63\x32\x3e\xe9\x2e\x82\x16\x0e\x40\xdf\x96\x13\x36\x07\xa0\x8f\x3c\xbb\x66\x00\x7d\x03\xd0\xb7\x1d\x71\x63\x01\x7d\xa4\x26\xea\xef\x00\xf4\x0d\x40\xdf\x96\x33\x31\x07\xa0\x8f\xd4\x84\xfd\x1d\x80\x3e\x52\x13\xc1\x62\x00\xfa\x48\xd9\x0e\xcd\x80\x6f\x37\xf9\x76\x99\x49\x01\xfa\xc8\x7d\x59\xf2\xc6\x46\x4d\x36\x2a\xe6\x13\xd0\x37\x00\x7d\x5b\xce\x98\x1c\x80\x3e\x62\x61\x16\xd0\x37\x96\xb1\x23\x53\x30\x40\x1f\x29\x9b\x95\x22\x21\x08\xc7\xd2\x08\x32\x8f\x02\xf4\x8d\x25\x76\x49\x8e\x7b\x1c\xcb\x62\xc6\xe2\xb4\xc5\xee\x0a\x25\x38\x00\x7d\x5b\xce\xd7\x1d\x88\x3d\x52\x13\x96\x63\x20\xf6\x48\x4d\x24\xde\x81\xd8\x23\xf7\x2f\xa5\x1d\xd2\xee\x72\xda\x0a\x24\x98\xe0\x48\x30\xc1\xb2\xe5\x54\xc8\x21\x9a\x20\xa9\x89\xd4\x31\x40\x7c\x03\xc4\xb7\x1d\x31\x01\x28\xbe\x11\x8a\xaf\xb2\xe2\x28\xbe\x81\xe2\xdb\x02\xe7\x0e\x14\x1f\xa9\x89\xa0\x3b\x50\x7c\x03\xc5\xb7\x59\xb1\x42\xf1\x91\x67\x63\x11\x8a\x6f\xa0\xf8\xb6\x1c\x01\x39\x50\x7c\xa4\xd6\xb8\x08\x28\x3e\xf2\xec\x35\x42\xf1\x91\xfb\x97\xb9\x1b\xc3\x16\x8a\xaf\x1a\x60\x50\x7c\x03\xc5\xb7\x1d\xf9\x48\x89\xe2\x1b\xa1\xf8\x6a\x22\xf2\x0e\x14\xdf\x58\x4f\x0b\xcf\xa0\x8e\xe2\x23\xb5\x6a\x1e\x5a\xf8\x7a\x5a\x78\x3a\xac\xd8\x83\xa4\x26\x26\xef\x10\x7b\x70\xac\xa7\x85\xe7\xd3\xdd\xd2\xc2\x23\xb5\xc6\xc1\xc6\xff\x91\x9a\x53\x33\xc6\xd2\xc2\xd7\xd3\xc2\x33\x32\x41\x02\x49\x4d\xb4\x91\x01\x09\x24\xf7\x65\xee\x76\x4a\x4b\xe1\x33\x6d\x80\x04\x8e\xf5\xb4\xf0\x98\x5c\x48\x20\xa9\x55\xdb\xf5\xd1\x62\x2d\x0f\x8d\xa5\x5f\x3e\x3e\x46\x9e\xbd\x57\xcb\xc7\xc7\xb5\x14\x3e\xf6\x70\x2d\x85\x5f\x29\x7c\xdc\xf6\xb5\x14\xfe\xad\xf0\xb1\x60\x01\x10\x1f\xa9\x55\x13\x67\xfa\xd7\x13\x57\x29\xfd\x7b\xf9\x46\x19\xa9\x35\xde\xfd\xb2\xeb\x07\xad\xb8\xe5\xfc\xb7\x81\x56\x1c\xc1\x10\x6b\xa2\xa3\x0c\x18\xe2\x58\x9c\xd9\x1c\x8a\x36\x16\x67\x36\x18\x62\x4d\x54\x92\x01\x43\x24\xf7\x65\xa9\x4b\x6b\x2b\xeb\xb3\x72\x59\x8a\x90\xa3\x45\x06\x5a\x71\x6b\x7a\x11\x9f\x37\x52\xab\x66\x6f\x54\x8a\xd4\x1c\xdf\x31\xd0\x8a\xe4\xfe\x65\x4a\xca\x0d\x0e\xad\x58\xab\x9e\xc0\x0d\x5e\x5f\x91\x7d\x5e\xee\xa6\xff\x7d\x93\x0f\x3d\xe1\xfb\xe4\xe3\xed\xb2\x3b\xbb\x08\xc6\x11\x82\xb1\x26\x14\xca\x40\x30\x0e\x04\xe3\x96\xd3\xc3\x06\x82\x91\x3c\x3b\xdb\x10\x8c\x03\xc1\xb8\x05\xa4\x1e\x08\x46\x52\x13\xda\x76\x20\x18\x07\x82\x71\xcb\xa9\x5c\x03\xc1\x48\x6a\x02\xd9\x0e\x04\x23\xa9\x39\x5a\x64\x20\x18\x49\xd9\x72\x7c\xd5\x40\x30\x8e\xa0\x89\x35\x67\x87\x0c\x68\xe2\x80\x26\x6e\x39\xbe\x6a\x40\x13\x47\xd0\xc4\x9a\x58\x2b\x03\x9a\x38\xa0\x89\x5b\x78\xe8\x01\x4d\x24\x35\x51\x6a\x07\x34\x71\x40\x13\xb7\x1c\x1b\x35\xa0\x89\xa4\xe6\x24\x92\x01\x4d\x1c\xd0\xc4\xcd\xaa\x1a\x34\x91\x3c\xdb\xfa\xa0\x89\xe4\xd9\xc2\x07\x4d\x24\x65\xb3\x0e\x06\x4d\x1c\x6f\x56\x36\x66\x00\x9a\x38\xa0\x89\x9b\x75\x30\x68\x22\x79\xb6\xf0\x41\x13\x07\x34\x71\x0b\xb6\x3c\xa0\x89\xa4\x26\x34\xcc\x80\x26\x8e\x37\xf3\xd9\xfe\x86\x78\x62\xe3\xcd\xba\xbe\x59\xd7\xb8\xf9\x6f\xd6\x15\xe0\xb8\x35\x25\x64\x4a\xdf\x3c\xbd\xf0\xca\xe3\xcd\xd3\x7b\xb3\x9b\x4f\x92\xe2\xb0\x9b\x39\xbe\x78\xa0\x19\x47\x08\xc6\x9a\x08\xb7\xe3\x6d\xd1\x06\xcd\xb8\xe5\x78\x9d\x81\x66\x24\xcf\x86\x41\x34\xe3\x40\x33\x6e\x39\x5e\x67\xa0\x19\x49\xad\x31\x61\x68\x46\x72\x5f\xe6\xa7\x53\x5a\x46\xaa\x98\xb0\xb7\x8f\x43\xa0\xc7\x2d\x47\xee\x0c\xd0\x23\xa9\x39\x68\x66\x80\x1e\x49\x4d\xd8\x9c\x01\x7a\x24\x65\xb3\xd8\x05\x7a\x24\x35\xc1\x70\x07\xe8\x91\xdc\x97\x25\xbb\xcc\xeb\x9b\x79\x55\x50\xe6\x35\xb1\x25\xef\xcb\x52\xbd\x76\x43\x44\x6a\x55\xd0\xf9\x64\x57\x55\xc6\xd2\x61\x23\x47\x78\xc8\x9a\x10\xb9\x43\xf0\xc9\x81\x8d\xdc\x12\x4a\x7b\x60\x23\x49\xad\xea\x83\x15\x7e\xb3\xc2\x39\xa2\x66\x08\x52\x49\x6a\x55\x1f\xac\x30\x84\x72\xcb\x01\x32\x03\x42\x39\x20\x94\x5b\xc8\xef\x01\xa1\x24\x35\xf1\x75\x07\x84\x72\x40\x28\xb7\x9c\x2a\x32\x20\x94\xa4\xe6\x30\x9e\xf1\xb6\x52\xf4\xf6\x99\xe1\x64\x4e\x7c\x66\x78\xb3\xcc\x31\xfd\x6f\x96\xf9\x9d\xef\xd5\xdb\xc9\x9c\xf8\x5e\xfd\x66\x99\xe3\xd0\xbe\x59\xe6\x37\x93\x1b\x40\x7c\xbc\x99\xdc\x37\x93\xeb\x65\x31\xb9\x6f\xf6\x35\x34\xf8\x78\xb3\xaf\xc1\x36\x6b\xf5\xb2\x7c\xd5\x86\x6d\x6e\x39\x47\x62\xc0\x36\x49\x4d\xe0\xdd\x01\xdb\x1c\xb0\xcd\x2d\xc7\x30\x0c\xd8\x26\xa9\x89\xbc\x3b\x60\x9b\x03\xb6\xb9\xe5\xb4\x84\x81\xcb\x24\xcf\x9e\x55\x5c\xe6\xc0\x65\x6e\x67\x2c\x38\x2e\x93\xd4\xc4\xdb\x1d\xb8\x4c\x52\x6b\x5e\x33\x2e\x93\xdc\xbf\xcc\xdd\x18\xce\xc8\xb3\xdb\x15\x97\x39\x00\x97\x5b\xce\x37\x18\x80\xcb\xf1\x61\x38\xd3\x1a\x3e\x0c\x27\xe0\x72\x0b\x85\x3d\x00\x97\xa4\x9a\xdc\x02\x2e\x07\xe0\x72\x0b\xf4\x3f\x00\x97\xa4\x26\x58\xef\x00\x5c\x8e\x0f\xc3\x19\x9a\x7f\x7c\x18\xce\x0f\xc3\x99\x0f\x4c\x18\x4c\xf2\x6c\xc4\xc5\x60\x92\xfb\x97\x79\x00\xc3\x19\xa9\x89\xcd\x3b\x30\x98\xe4\xbe\x2c\x15\x62\x92\xfd\x61\x5f\xbb\x5f\x5e\x92\x14\x3e\xdd\x19\x83\x39\x3e\xdc\xd3\x8c\xe6\x18\xcc\x81\xc1\xdc\x02\xb9\x0f\x0c\x26\xa9\x5b\x66\x2f\x18\xcc\xf1\xb9\x44\x8d\x4b\xbb\xff\x58\x2d\x0b\x83\x59\x13\xdd\x6a\x60\x30\x07\x06\x73\xb3\x18\x89\xc1\x24\x35\x41\x75\x07\x06\x93\xd4\x2d\xa3\x39\x06\x93\xdc\xbf\x4c\x49\xb9\xa7\x91\x9a\x40\xbb\x03\x83\x49\xee\xcb\x92\x0f\xd6\x38\x52\x73\x7a\xd5\xc0\x60\x8e\x27\xc6\xe7\xa9\xd1\x80\x51\x22\x35\x41\xb0\xc6\xa7\x3f\xd9\x8d\x41\x3a\x35\x1a\x8b\x6a\x9f\x2c\xaa\xf9\x84\xf1\xb1\xa8\x86\xe8\xdc\x4e\x8d\x86\x6d\x8f\xd4\x44\xd6\x1d\x88\xce\xf1\x79\x42\xf7\x65\x4e\x83\xe8\x1c\x88\xce\xed\xf2\x54\xd6\x32\x52\x73\x3e\xd6\x40\x74\x0e\x44\xe7\x76\xb9\x1d\x93\x17\x8a\xf3\xd9\x96\x2d\xee\xe7\x10\xf7\x73\x0b\xcf\x3a\xc4\xfd\x24\x35\xb1\xb5\x86\xb8\x9f\x43\xdc\xcf\x2d\xf0\xea\x10\xf7\x93\xd4\x2d\x5e\xb7\xb8\x9f\x43\xdc\xcf\x2d\x68\xe9\x10\xf7\x93\xd4\x84\xef\x1d\x90\xd1\xf1\x04\xf4\xb4\x50\x2a\xa2\x27\xa9\x9b\x7c\xb0\x82\xc8\xd2\xed\x62\x1b\x58\xc1\x90\xa5\xd5\x07\x1c\x64\xe9\x40\x96\x6e\x97\x4e\xcf\x0a\x46\xea\x56\xff\x86\xb1\x1b\x78\x3a\x80\xa7\x9b\x65\x4e\xe0\x29\xa9\x89\xf0\x3b\x80\xa7\x03\x78\xba\x85\x35\x1c\xc0\x53\x52\x37\x85\x66\x24\x23\xcf\xd6\x75\x41\x3e\x49\xd9\x72\x64\xf2\xc0\xa2\x92\x9a\x20\x63\x03\x8b\x4a\xee\xcb\xdc\x4d\xdd\xc4\x7d\x4d\x90\xb1\x81\x45\x1d\x58\xd4\x2d\x84\xdf\xc0\xa2\x8e\xb0\xa8\xcf\x46\x78\x2c\xea\x00\x99\x6e\x39\x93\x79\x80\x4c\x49\x4d\xf8\xde\x01\x32\x1d\x20\xd3\x2d\xf0\xfc\x00\x99\x92\x67\xbf\x3c\xc8\x74\x20\x4a\x37\x48\x19\xa2\x94\x54\x1f\xb7\x10\xa5\xe4\xbe\xec\x48\xda\x29\x2d\x45\xc8\xb7\x7f\x44\xe9\x40\x94\x6e\x30\x33\x44\xe9\x08\x51\x5a\x7d\x03\x43\x94\x0e\x44\xe9\x76\x65\x0c\x42\x94\x92\xba\x65\x26\x80\x28\x1d\x88\xd2\xcd\x12\x2f\xa2\x74\x84\x22\xad\x89\xf2\x3b\xc4\x1f\x1d\x88\xd2\x0d\xca\x85\x28\x25\xcf\x96\x7f\x44\x29\x79\xb6\xf7\x23\x4a\x49\xd9\x90\x51\x88\x52\xf2\x6c\xef\x47\x94\x92\xfb\xb2\xe4\x83\x2d\x8d\xd4\x44\xf4\x1d\x82\x8d\x0e\xa8\xe8\x66\xa9\x19\x2a\x3a\xbe\x4f\x24\xc6\x58\x49\xa8\xe8\x80\x8a\x6e\x96\x78\xa1\xa2\x23\xa8\x68\x4d\x94\xdf\x01\x15\x1d\x50\xd1\x0d\xad\x01\x15\x25\x35\xb1\xde\x06\x54\x74\x7c\x45\x10\xb7\x76\xfb\xb5\x25\x36\xa8\x68\xcd\xf1\x75\x03\x2a\x3a\xbe\xe3\xeb\xb2\x14\xf5\x76\xf5\x6e\x49\x25\x65\x7c\x84\x8a\x92\x07\x47\x80\x8a\x92\xfb\x97\xd2\xe4\x23\xde\x5d\xc2\xf7\x0e\xa8\x28\x29\x9b\xe5\x5c\xa8\x28\xa9\x89\x12\x37\xa0\xa2\xe3\x3b\x45\xd2\x54\x71\x5c\xb9\xc8\x03\x37\x04\x25\x7d\xe4\xbe\xec\xf8\xe9\xf7\x13\x51\x3a\x1f\xa2\xb4\xdf\x29\x4d\x8a\xa6\x75\xf7\xab\x89\x28\x9d\x4f\xfc\xd1\xa0\x07\x53\x00\xd2\xf9\xd2\xb4\x8e\xdc\x2b\x4d\x6b\xbe\x34\xad\x7e\x97\x7d\xbe\xd2\xb4\x48\xcd\xd7\xd5\xf9\xca\x30\x3d\x21\xa3\x5b\x08\x85\x09\x19\x25\x75\xbb\x07\xf8\x09\x19\x25\x35\x61\x77\x27\x64\x74\xc2\x43\xb7\xee\x6e\xa7\x87\x6a\x33\xcd\xcd\x2e\x49\xcb\x65\x7e\xfa\x96\xf6\xce\x65\xf5\x4e\xba\x3c\x33\x43\x72\x62\xe7\x4e\x90\xe7\x04\x79\x6e\xd9\x2e\x3f\x41\x9e\xa4\xe6\x98\xd9\x09\xf2\x9c\x20\xcf\x2d\x7b\xde\x27\xc8\x93\xd4\xed\x49\x52\x50\x43\x72\x76\xa9\x4f\x90\x27\xa9\x89\xa7\x3b\x41\x9e\xa4\xe6\x63\xf3\x04\x79\xce\x97\x78\xda\xfd\xcc\xdd\xba\x87\x1a\x6b\x9f\x9b\x29\xe8\xd3\xe8\xcf\xfc\x74\x78\x80\xa1\x30\x07\x03\x4c\xa8\xe6\x84\x6a\xee\x59\x41\x9e\x50\x4d\x52\x13\x3b\x77\x42\x35\x27\x54\x73\xcf\x1e\xdd\x09\xd5\x9c\x50\xcd\x3d\xcb\xb9\x13\xaa\x39\xa1\x9a\x7b\xd6\x2c\x27\x54\x73\xbe\x8c\x37\x67\xea\xf7\xe3\xb2\x8c\x37\x7b\x28\xef\x09\xd5\x24\x35\x04\xf3\x84\x6a\x4e\xa8\xe6\x9e\xed\x85\x13\xaa\x49\x6a\xb6\x60\x4f\xa8\x26\xb9\x2f\xf3\xd3\x29\x6d\xe6\xb2\xd4\x52\xf6\x9a\x4e\xa8\xe6\xfe\xd2\xc6\xbf\xf2\x66\xdc\x39\x53\xe7\x5f\x79\x33\xee\xa8\xb8\xaf\x3a\xff\x3e\x71\x55\xd3\x92\xbe\xf2\x66\x40\xd1\x3d\xbe\x2a\x49\xf4\xce\x6c\xf4\x9b\x80\x4b\x52\x13\x51\x77\x06\xbe\xbc\x45\xe1\xd3\xa2\x01\x97\x04\xfd\x32\x01\x97\x13\x70\xb9\x67\x5f\xdb\x04\x5c\x12\xa8\xcb\x04\x5c\xce\x27\x16\xe7\x2b\xed\x12\x5d\x39\x31\x92\xfb\xeb\xfc\xed\xd3\xd5\x26\x84\x72\x3e\xc1\x2f\x5f\x6e\xad\x9b\x61\x12\xf7\x10\xd1\x13\x93\x38\x45\xa2\xdc\xb3\x7f\x61\x8a\x44\x49\xea\x96\x66\x25\x12\xe5\xc4\x29\xee\xe5\x76\x80\x26\x4e\x71\xe2\x14\xf7\x2c\xa2\x4f\x9c\xe2\x2c\xec\xf0\x95\xcb\x86\xcb\x86\x27\x6c\xa9\x9e\xe1\x09\xec\xf0\xe5\x97\x9e\x30\x44\x54\xdd\x93\xb9\xd8\xe1\x59\xd8\xe1\xcb\x2f\x55\x4f\x26\xe3\x7b\xd6\x8c\x27\x4e\x91\xd4\x44\x7b\x9c\x38\xc5\x89\x53\xdc\xb3\x66\x3c\x71\x8a\xa4\x6e\x3d\x25\xd5\x5b\x0a\x73\xdd\x73\xb3\x98\xeb\x09\x40\xdc\x73\x1a\xf2\x04\x20\x92\x9a\xb8\xc4\x13\x80\x38\x9f\x70\x92\x59\xbd\x9d\x00\xc4\x59\xf8\x92\x3d\xf5\xb6\x3c\x60\x29\x7c\xcc\x18\x00\x91\xd4\xac\x24\x4d\x00\xe2\x04\x20\xee\x89\xf7\x3d\x01\x88\x13\x80\xb8\x67\x79\x6d\x02\x10\x09\x4a\x69\x0a\x14\x39\x01\x88\x7b\x16\xc4\x26\x00\x91\xa0\x94\x66\xf9\x68\xa4\x4f\xa8\x5b\x0d\x57\xcf\x28\xba\x41\x71\x3b\xdd\x20\x52\x13\xe7\x78\x96\xaf\x27\x3c\x41\x6c\xd3\x6c\xa0\x8b\xa4\xee\x4f\x52\x95\xb4\xbb\xec\x4c\xda\x21\xed\xc8\x65\x25\x49\x4d\xd2\x25\x24\xae\x9f\x76\x69\x3d\x97\xd5\x24\xe5\x3d\x0b\x31\xb9\xe7\x73\xf8\x14\x62\x92\xd4\x44\x4d\x9e\x70\x45\x52\xf7\x7b\xda\x33\xe1\x8a\x13\x60\xb8\xe7\x93\xf3\x04\x18\x92\x9a\x40\xca\x13\x60\x38\x21\x81\x7b\xdd\x72\x99\x0e\x02\xec\xdb\xf3\xf9\x70\x02\xfb\x66\x82\x31\x42\xb9\xa6\x60\x8c\x13\xd8\xb7\xd7\xbc\x54\x60\x1f\xa9\x89\xea\x39\x81\x7d\x33\x2c\xdf\x7d\x59\x4f\x9a\x92\x5e\x4a\x2a\x49\x49\xbb\x92\x66\xbc\x02\xf6\x91\xba\xab\x23\xbd\x2d\x52\x13\x0f\x74\x02\xfb\x26\x62\x6f\xcf\xe7\xa5\x89\xd8\x23\x75\x2f\x6e\x76\x49\x52\xaa\x18\x6c\xdc\x1d\xa9\xbb\xda\x1d\x2a\x44\xa0\xd6\x7c\x74\x99\x48\xb9\x09\x81\xdb\x33\xf5\x9e\x18\x38\x52\x13\x5b\x79\x8a\xb2\x38\x61\x71\x7b\x26\xd0\x13\x16\x47\xea\x1e\x83\x01\x8b\x9b\xb0\xb8\x7d\xf3\xb6\xb4\x72\x58\xdc\xbe\x79\x5b\x9a\x6f\xa4\x26\x2c\xf3\x84\xc5\x4d\x58\xdc\x1e\x9f\x7a\xc2\xe2\x48\x4d\xa8\xe6\x09\x8b\x9b\x4f\x2c\xc4\xac\x04\x4f\xbc\xdb\xc4\xbb\xed\x21\x49\x27\xde\x6d\x3e\xb1\x0a\xf9\x2a\xd8\xb3\x29\x32\xe1\x6e\xc0\x12\x99\x90\xd4\x04\x5c\x9d\x22\x13\x4e\xec\xd9\x6e\x3c\xc1\x9e\xcd\xf0\x66\x75\xbf\x67\x60\x53\x64\xc2\x89\x3d\xdb\x19\x51\xec\x19\xa9\x89\x06\x3d\xb1\x67\x13\x7b\xb6\x87\x62\x9c\xd8\x33\x02\x14\x9c\xd8\x33\x72\x5f\xe6\x09\x53\xda\xcc\x65\x5b\x92\x96\xa4\xaf\x80\xc4\x77\x65\x86\x57\xbb\x25\x95\x59\x93\x0f\xcd\x3c\x52\x73\xb0\xf1\x14\xc0\x70\xc2\xd1\x76\xb6\x0b\x8e\x46\x6a\x42\x40\x4f\xb1\x04\xa7\x58\x82\xbb\xfe\x26\x96\x20\xa9\x09\x01\x3d\xc5\x12\x9c\x62\x09\xee\x09\x35\x3e\xc5\x12\x24\x75\xaf\x29\x81\x96\xbf\x69\xf9\x9a\xf9\xa6\xe5\x6f\x5a\xfe\x26\x49\x76\xb5\x5f\x2f\x1a\x02\x37\x83\xc0\xd5\x04\x94\x9e\x10\xb8\x09\x81\xdb\x9f\x8c\x18\x67\x22\x60\xca\x09\x81\x9b\xc2\x0b\xee\xcf\x13\x86\xbc\x65\x9c\x49\x40\xe9\x09\x81\x9b\xd8\xb6\xfd\xf9\xa9\x01\x24\x52\x13\x6a\x77\x62\xdb\x08\x0c\x73\x62\xdb\x48\xd9\xb3\xb4\x3f\xb1\x6d\xa4\xee\xdb\xf9\xdb\xe3\xb7\xb0\x82\xe4\xbe\x4b\x4a\xa8\x9b\x45\xea\x9e\x81\x14\x21\x37\x31\x6d\x7b\xce\x8b\x9e\x98\x36\xb2\x5d\xf7\xe3\x31\x6d\x73\xd7\x3e\xe3\x9d\xed\xda\xa7\x78\x81\x7b\x4e\x90\x9e\xe2\x05\xce\x70\x6e\xd5\x23\x61\x6e\xa4\xec\xd9\x59\x30\x77\xed\x73\xd7\xf0\xe2\x9d\xed\x1a\x9e\x78\x81\x7b\xa2\x2b\x4f\xf1\x02\xe7\xae\xe1\x65\x86\x80\x6d\x23\x35\xd1\x85\x27\xb6\x8d\xdc\xbf\x3c\x92\x26\x1f\xf1\xf3\x9f\x67\xf2\xf3\x41\x6b\x7b\xf6\x24\x4c\xd0\xda\x0c\xa8\x56\xb3\x9b\x61\x0a\x21\x48\xee\xcb\xf2\x04\xcd\x18\xb4\xf6\x3c\x80\x01\xdf\x9f\x66\x9c\x99\x04\x68\x8d\xd4\x04\x4d\x9e\xa0\xb5\xb9\x3f\xcd\x38\x96\x19\xb4\x46\x50\xb1\x13\xb4\x36\xf7\xa7\x19\x67\xda\x00\x5a\x23\xf5\xc9\x87\x66\x0c\x5a\x7b\x9e\xc9\x80\x83\xd6\xf6\x84\xf0\x9d\xa0\xb5\x09\x5a\x0b\x4f\x3b\x41\x6b\x73\x7f\x3a\xc0\x99\x92\xea\x00\x68\xb4\xf0\xb4\x13\x8d\x36\xf7\xa7\x03\xc4\x85\x45\xa3\x91\x9a\x30\xc7\x13\x8d\x36\xf7\xa7\x03\xc4\x13\xd8\x75\x80\x5d\x07\xc8\x54\x65\xd7\x01\xf6\x27\xbc\xf7\xe5\x09\x5e\xf3\x48\x8d\x67\xfa\xb2\x0f\x35\xfe\xf4\x93\x18\xb0\x5d\x3f\xd9\xf5\x93\x0c\x4b\x70\x37\x52\x13\xd2\x78\xc2\xdd\x48\xd9\x13\x30\x76\xee\xfa\xc9\xae\x9f\xc4\xe5\xd9\x75\x84\xfd\xe9\x08\x5d\xda\x29\x2d\x75\xa4\xda\x74\x84\x7d\x6a\x20\x5d\x9a\x06\x92\x55\x8f\xa7\xda\xa6\x12\x24\xe4\xe6\x9e\xe8\xb0\x33\xc0\xdd\x23\x75\x8f\xdd\x87\xdd\x91\x9a\xf3\xd0\xe7\x6e\xf0\xda\xd7\x93\xdd\x14\x94\x27\x17\xa9\x09\x90\x3c\x77\x9e\xdc\xbe\xd4\x6e\x1c\xa8\x7d\xa9\xdd\x7c\x15\x4c\x80\xe4\xb9\x2f\xb5\x6b\x28\xcc\xb1\xe9\x13\xd7\x47\x6a\x02\x24\xcf\xfd\xad\x8e\x8c\x8e\x89\x8f\x3a\xa1\x7e\x13\xea\xf7\xbc\x65\xd3\x2f\xa8\xdf\x7e\x54\x97\xc9\xdb\x27\xc3\xb4\xb7\xfc\x51\x6d\x1f\x91\xd2\x33\xb2\x40\xfd\x26\x86\x2f\xe1\xa7\x27\x86\x6f\x62\xf8\xf6\x23\x23\x0b\x86\x8f\x60\x9f\x27\x86\x6f\xa2\xee\xf6\x38\xe7\xa8\x3b\x72\xff\x52\x9a\x92\xde\x02\x87\x9e\x09\xaf\xf8\xc8\x7d\x59\x8a\xf0\x7d\x1e\x9a\xa6\xe5\xbd\x7c\xbd\x17\x03\x77\x76\x88\x4c\x0c\xdf\xc4\xf0\x79\x09\x18\xbe\x89\xe1\xdb\x8f\x8c\x05\x18\x3e\x52\xf7\x38\xc0\x18\xbe\x29\x8c\xe2\x9e\x8d\x24\x53\x18\x45\x52\xbd\x2b\x0c\xdf\xc4\xf0\xed\x41\x9f\x27\x86\x8f\xd4\x04\xfc\x9d\x18\x3e\x52\xb3\xf5\x68\x62\xf8\x48\xd9\x03\x2b\x4f\x0c\x1f\xa9\xde\xf2\x71\xc8\x07\x37\x23\xb0\xf2\x3c\xb8\x19\x50\xbf\xec\x50\x9a\x50\xbf\x09\xf5\xdb\x03\x2b\x4f\xa8\xdf\x0c\xde\x07\x0f\x9f\x87\x4f\x33\x50\xbf\xfd\x88\xe1\x85\xfa\x91\x9a\xa8\xbd\x13\xea\x37\xa1\x7e\x7b\xce\xa9\x9f\x50\x3f\x52\x13\xa1\x77\x42\xfd\xc8\x7d\x99\x87\x4e\x69\x2b\x97\xa5\x8e\x42\x32\xcf\xe3\x54\x47\x31\xc6\x87\xaf\x3a\x91\x9a\x08\xbd\x13\x24\x38\xd1\x7f\x89\xc6\x3b\xd1\x7f\x13\xfd\xb7\x87\x16\x9e\xe8\xbf\x19\xd4\xaf\x26\x0a\xee\x44\xfa\x91\xaa\x39\x23\xfd\x26\xd2\x6f\xcf\x11\xfa\x13\xe9\x47\xa0\xf1\x13\xe9\x37\x0f\x26\x3b\x3b\x55\xe6\xc1\x64\x47\xaa\x56\x7f\x30\xd9\x07\x93\x9d\xc0\x95\xf3\x60\xb2\x23\x55\xab\xc7\x08\x92\x7a\xfc\x0d\x7b\xcd\xe7\xc1\xa2\x1f\x2c\x7a\xc0\xe1\x79\xb0\xe8\xc7\xed\xa6\xd7\xa3\xa6\x52\x79\xe9\xe0\xc3\x3d\x9b\x56\x26\xf8\x70\x26\x72\x64\x4d\x7c\xdd\x29\x72\xe4\x04\x1f\xee\x89\xbb\x38\xc1\x87\xa4\xea\x3b\xe0\xc3\x09\x3e\xdc\x73\xc2\xfe\x04\x1f\xce\x84\x84\xac\x4f\xdf\x61\xbd\x85\x84\xdc\x73\xc2\xfe\x14\x12\x92\xd4\xa7\x53\x24\x24\xe4\x3c\xf2\xa5\x73\x4f\x08\xc4\x19\x60\xf1\x96\xd4\x4d\x1c\x24\x8c\x22\xa9\x4f\x3f\x61\xd1\x31\x8a\x7b\x00\xe6\x89\x51\x24\x8e\x08\x98\x18\x45\x72\x5f\x96\x87\xb2\xe8\x18\xc5\x44\xf0\x9d\x18\x45\x72\x5f\xe6\xa1\x4a\x15\x16\x22\x11\x7c\xa7\x90\x90\x13\xca\xb8\x27\x8c\xe1\x84\x32\xce\xe0\x8b\x35\xdb\xb7\xe6\x61\x22\x0e\x65\xdc\x0f\x7d\x9d\xf9\x86\x32\xe6\x10\x82\x09\x65\x9c\x62\x3d\xee\x4d\xc7\x66\xbe\x23\xf5\xe9\xd7\xcc\xf7\x91\x45\x9d\xbd\xe9\x8a\x6f\x0f\xcd\xa2\xce\xd3\xaf\x59\xf4\x48\x7d\xfa\x30\x8b\x1e\x29\x7b\xd3\x51\xde\xf2\x91\x75\x9e\x04\xeb\x9d\xc7\x5b\xe1\x19\xfe\xa6\xf3\x30\xfc\x61\x21\x9d\x1f\x30\x0f\x86\xff\xf8\x3c\x77\x4b\xbd\x31\xfc\x91\xfa\x58\x04\xd3\xa2\x83\x45\x6f\x3a\x14\x8b\x1e\xa9\x8f\x45\x60\xd1\x8f\xaf\xbb\xb1\xa4\x5f\x77\xfb\xba\x5b\x0a\xff\x7d\xee\xd6\x5c\x26\xcd\xfb\xcb\xd7\xb3\x6c\x54\x9b\x87\xaf\x67\xc0\xcb\x3d\x7b\x5b\x26\xf0\x72\x02\x2f\xd9\x17\x64\xe5\x44\x56\xee\xe1\xbe\x27\xb2\x92\xd4\x04\xf0\x9d\xc8\xca\x89\xac\xdc\xb3\x91\x65\x22\x2b\x89\x13\x0a\x26\xb2\x72\x22\x2b\xf7\x1c\xd3\x3f\x91\x95\xa4\x66\xdb\xdb\x44\x56\x12\x87\x16\x4c\x64\x25\x29\x7b\x22\x74\x4d\x91\x29\x49\x4d\x68\xff\x29\x32\x25\xb9\x2f\xdb\x92\x76\x4a\x4b\xe1\x9b\x5f\x5e\x92\x14\x3e\x15\x82\xd3\x9c\x61\x33\x2b\x0b\xd6\x78\xe1\x38\xcd\xbd\xc9\x08\xf3\x8d\xd3\xcc\x11\x08\x13\xa7\x39\x1b\xf3\xdd\x3c\x81\xf9\x6e\xcc\x77\x0c\x5d\x63\xbe\x1b\xbb\xdc\xfc\x94\x5d\x6e\xec\x72\x3c\x3b\x84\x27\xa9\xd9\x7e\x37\x1b\x2f\xbc\xf1\xc2\xb3\x61\x66\x36\x5e\x78\xa4\x32\x91\xcd\x07\xf8\xc8\x7d\x59\x8a\x70\x2a\x3c\x2b\x1f\xcf\xae\xb1\xf2\x10\xd2\xbd\xc5\xa3\x82\x90\x4e\x08\x69\x62\xfb\x4e\x08\xe9\x84\x90\xee\x89\x2a\x35\x21\xa4\xc4\xf1\x0c\x13\x42\x3a\x85\xe0\xdc\xb3\x3b\x66\x0a\xc1\x39\x21\xa4\xc7\xf3\x80\x58\x37\x08\xe9\x9e\xa0\x02\x13\x42\x4a\x2a\x2b\x0b\x21\x25\x4e\x6c\x98\x10\x52\x52\xf6\x44\x61\x9a\x10\x52\x52\x13\x78\x77\x42\x48\xc9\x7d\x59\x8a\xc0\x8e\x43\x48\x0f\x25\xe0\xac\x63\x43\xf7\x44\x5c\x9a\xd8\xd0\xd9\x98\xf6\xf8\x62\x8d\x69\x6f\xe3\x79\x68\x32\xc2\xb4\x37\xa6\x3d\xbe\x58\x63\xda\x21\xa4\x7b\x42\x09\x4d\x08\x29\xa9\x06\x05\x08\xe9\x6c\xbc\xf0\x33\x1e\x44\xe3\x85\x37\x36\x5b\x7d\xb0\xd9\x8d\xcd\xce\x38\xd1\xd8\x6c\xa0\xe9\x1e\xbe\x7d\x02\x4d\x67\x63\x8c\xe3\xec\x35\xc6\x18\x68\xba\x67\x5b\xcd\x04\x9a\xce\xc6\xca\x66\x38\x69\xac\x6c\x63\x65\xb3\x5f\x66\x36\x56\xb6\xb1\xb2\xaa\x8d\x95\x6d\xac\x6c\xa2\xc9\xcc\xc6\xca\x36\x56\x56\xb5\xb1\xb2\x8d\x95\x0d\xa5\x3e\x1b\x2b\xdb\x58\xd9\x2e\xc9\x43\x59\xd9\x8c\x13\x8d\x95\x15\x6a\x74\x3f\xb7\xdf\xde\x60\x3e\x45\x22\x25\xd5\x30\x22\x12\xe9\x84\xc8\xee\x09\xae\x30\x21\xb2\x13\x22\x9b\x58\x33\x13\x22\x3b\x21\xb2\xfb\x99\x51\x09\x22\x4b\xea\xe1\xed\x32\xc2\x10\xd9\xfd\xcc\xf4\x1a\x22\x4b\xaa\x41\x09\x22\x3b\x1b\x5b\x1d\x70\x7e\x36\xb6\x3a\x52\x9b\x46\xc0\x56\x47\xaa\x71\x4a\xf4\x51\x52\xf6\x44\x4d\x98\xa2\x8f\x12\xc7\x87\x4c\xd1\x47\xc9\x7d\x99\x34\x85\x8f\xf9\x6e\x9a\x0f\xf3\x8d\xb7\xdd\x13\x5c\x61\xe2\x6d\x67\x18\xdb\x6a\xd4\x3b\x99\x6f\xbc\xed\x9e\xc0\xea\x13\x6f\x4b\x6a\x02\xed\x4c\xbc\xed\xc4\xdb\xee\xd9\xaf\x33\xf1\xb6\xa4\x26\xcc\xed\xc4\xdb\x4e\xbc\xed\x9e\x48\x0a\x13\x6f\x4b\x6a\xc2\xdc\x4e\xbc\x2d\xa9\xd9\x80\x3a\x4f\xe6\x1b\x82\xbb\x27\xea\xc5\x84\xe0\x92\x9a\x0d\xa8\x13\x82\x4b\xee\xcb\x6a\xd2\x4e\x69\x29\x7c\xf1\xcb\x4b\x92\xec\xc6\x0e\x9d\x87\xec\x1e\xc9\x6e\xf1\xcb\x27\xbb\xea\x28\x76\x08\xa9\x3b\x91\xba\x09\x55\x3b\x91\xba\x13\xa9\xbb\x67\x5b\xcf\x44\xea\x92\x9a\xed\xac\x13\xa9\x3b\x91\xba\x7b\xb6\xf5\x4c\xa4\x2e\xa9\x09\x32\x3b\x91\xba\xf3\x6c\x1f\x97\x79\xc2\x57\xda\x37\x97\xa5\x2a\x7d\x7e\x01\xf4\xee\xd9\xc3\x33\x01\xbd\xa4\xf2\x16\x00\xbd\xc4\x59\x32\x13\xd0\x4b\xee\x5f\x4a\x93\xdd\x0c\x06\x1c\x08\x40\x2f\x29\x7b\xb6\xf5\x4c\xe1\x4d\x67\x20\xdf\x9a\x60\x44\x13\xe3\x4b\x6a\xcb\x94\x50\x28\xd3\x79\x32\xfc\xd9\xe9\x33\x4f\x86\x3f\x52\xb3\xad\x76\x9e\x0c\xff\xc9\xf0\x27\x3e\xc4\x3c\x19\xfe\x88\x33\x6d\xe6\xc9\x97\x3f\x19\xfe\x44\x74\x98\x27\xc3\x1f\xa9\x1c\x19\x5c\xf1\x3c\x59\xf9\x4b\xe3\x65\xe5\x23\x8e\xbe\x99\x27\x2b\x0f\x3f\xde\x2f\x8d\x97\xf9\x86\x1f\xf3\x77\xe0\xc7\x13\x7e\xbc\xe7\xa0\xfd\x09\x3f\x26\x8e\xbe\x99\xf0\xe3\x09\x3f\xde\x2f\xef\x8f\xf9\xc6\x15\xb7\x4d\xd2\x92\xf4\x75\x59\x4a\xcf\xe5\xc6\x15\x27\xee\xd1\xc4\x15\x13\x47\xdf\x4c\x5c\x31\x29\x7b\x76\x17\x4d\x5c\xf1\x4c\x48\x55\x47\xdf\x4c\x21\x55\xe7\x99\x5d\x03\x7b\x0e\xae\x9f\xa7\x4f\x21\x91\x9a\x00\xaa\xf3\xf4\x25\x04\x57\xbc\xe7\xf4\xf9\x89\x2b\x26\xd6\x3b\x71\xc5\x13\x57\x9c\x33\x73\x26\xae\x78\xe2\x8a\xf7\x9c\x06\x31\x71\xc5\xc4\x99\x39\x13\x57\x4c\xca\x9e\x4d\x4e\xf3\xca\x41\xd3\x13\x57\x9c\x90\xaa\x13\x57\x4c\xee\xcb\x3c\x74\x4a\x4b\xad\xc5\x1a\xe1\x8a\x27\xae\x78\xcf\xa1\x11\x13\x57\x4c\x2a\xb7\x0b\x57\x4c\x6a\xe2\x2a\x4d\x5c\x31\xb9\x7f\x99\x22\x68\xe1\x81\x85\x6b\xe2\x2a\xcd\x2b\xc7\xba\x4e\xc1\x58\xf7\x1c\x1a\x31\x51\xc2\x13\x25\xcc\x61\x43\x09\x4f\x94\xf0\x9e\x63\x1e\x26\x4a\x98\x54\x0e\x1b\x4a\x78\xa2\x84\xf7\x6c\x93\x9a\x28\x61\x52\x5b\xf3\x4b\x85\xd7\x9c\xaf\x7c\x98\x45\x09\x93\x9a\x28\x4d\x13\x25\x4c\x1c\xf1\x33\x51\xc2\xa4\xec\x97\x92\x6a\xe1\x28\xe1\xec\x97\x9e\x28\xe1\x79\x3d\x2d\x5c\x49\xb5\x70\x94\x70\x02\x99\x4e\x94\xf0\xbc\x9e\x16\xae\x08\x5a\xf8\xa5\x85\xc7\xc6\x5e\x5a\x78\xe4\xbe\x2c\x79\x1b\x5e\xe9\xc8\x43\x4f\xbf\xf4\xd0\xa7\x23\xc8\xaf\x8e\x10\xa9\x9c\xc9\x8b\x1f\x03\x4d\xde\xaf\xd6\x7e\x7b\xdc\x46\x2e\x93\xca\xd7\x44\x2e\xcf\xcb\x04\xf3\x72\x67\x13\xcc\x48\x6d\xf9\xa2\x77\xf1\x69\xae\xa7\xb5\xc7\x3d\x04\x38\x93\x9a\xad\xde\xf3\xf2\xe1\xef\xe2\xd3\x5c\xb1\xb7\x17\x9f\x26\x52\xdb\xf3\x4b\x15\xc1\xa7\xc9\x59\xda\xf3\xe2\xd3\x44\x1c\x89\x34\x2f\x3e\x0d\x82\x7a\xbf\x62\x5c\x11\xd4\x13\x41\xbd\xe7\xf0\x8c\x89\xa0\x9e\x08\xea\x1c\x93\x34\x11\xd4\x13\x41\xbd\xe7\xa0\x8c\x89\xa0\x26\xb5\xe9\x9e\xfc\x0c\xf1\x6c\xf7\x1c\x8b\x3c\xc5\xb3\x25\x4e\x53\x9a\x08\x6a\x72\x5f\x96\x62\xd9\x64\x11\xa9\x4d\x49\x7d\x0c\x04\x5a\xef\x89\xf7\x31\x81\xd6\xc4\xa1\x4b\x13\x68\x4d\x2a\xe7\x5b\x3c\x5b\x72\xff\x32\x45\xe0\x8e\x5c\xdc\x11\x75\xc4\x1d\xb9\xb8\x23\x3d\x43\xcb\xc5\x1d\x09\x96\xed\xb8\xa6\x79\xf9\xb4\x08\xd1\xde\x73\x60\xc7\x84\x68\xcf\xce\x1d\x49\x55\x8a\x71\x3b\xc5\xb8\xdd\x73\x56\xf0\x14\xe3\x96\x54\x7e\xbb\x18\xb7\x53\x8c\xdb\x3d\x87\x00\x4f\x31\x6e\x49\xe5\xb7\x8b\x71\x3b\xc5\xb8\xdd\xb3\x37\x6c\x8a\x71\x4b\x6a\x22\xa5\x4e\x0c\x38\xa9\xd9\xd4\x3e\xc5\xb8\x25\xf7\x2f\xf3\x00\xee\x48\xe7\x8e\xc4\xc3\xec\xdc\x11\xf4\xf8\x9e\xbd\x61\x13\x3d\x4e\x6a\xa2\x9d\x4e\xf4\xf8\x44\x8f\xef\xd9\x1b\x36\xd1\xe3\xa4\x26\xda\xe9\x14\xeb\x76\x76\x56\xd8\xde\xad\xce\x0a\x77\x56\x38\x8e\x68\x67\x85\x3b\x3f\xa3\xc7\x32\x77\x7e\x46\x67\x85\xbb\x24\x85\x67\x5e\x73\xae\xc7\xc4\xa2\x93\x6a\x36\x82\x45\x27\x35\x41\x4c\x27\x16\x7d\x8a\xaf\xbb\xdb\x94\x25\xbe\xee\xc4\xa2\x67\x93\xff\xc4\xa2\x4f\x2c\xfa\x9e\xd3\x3f\x26\x16\x9d\xd4\x04\x31\x9d\x9d\xb7\x00\x4f\xdf\x73\x9c\xe8\x84\xa7\x4f\x78\xfa\x9e\xc3\x22\x27\x3c\x7d\xc2\xd3\x13\xb0\x74\xc2\xd3\x27\x3c\x7d\xef\xde\x0c\x1b\x06\x4f\x4f\xd4\xd1\x09\x4f\x9f\xf0\xf4\xbd\xab\x72\xc6\x09\x9e\x9e\xa8\xa3\x13\x9e\x4e\xee\xcb\x52\x2c\x5b\x4f\x22\x35\x51\x47\x67\x37\x98\xa3\xd8\x8f\x97\x4a\x62\xa4\x50\xec\x26\x59\x28\x76\xe2\xc0\xb0\x89\x62\x27\xf7\x2f\x53\x04\x83\x79\xa4\x9a\x77\x75\xd3\x33\xb0\xfb\x91\x43\x3c\x26\xd8\x7d\xf6\x7c\x18\x4b\x58\xbc\xd9\x7d\x18\xeb\x59\xea\x38\x5e\x4a\x6a\x80\x8f\xd4\x33\xee\x08\xfe\x7d\x26\xda\x6f\x4d\xe4\xd0\xd9\xcd\xe2\x44\xfe\x3d\x5e\xb2\xcb\x94\x45\x6a\xc2\x84\x4e\x91\x7f\x27\x72\xfe\x78\xb9\x1b\x53\x16\xa9\x26\x76\xdd\x5c\x2c\x52\x8e\x1c\xf6\x37\xbb\x2f\x5e\x11\x87\x99\xcd\x6e\x6b\x4b\xe4\xbe\x2c\x85\x37\x27\x8b\x38\xcc\x6c\x76\x73\x32\x68\xfe\xf1\xd2\xc1\xd9\xca\x88\xc3\xcc\xa6\xd0\xc2\x13\xad\x7f\xbc\xe2\x1b\xa0\xf5\x67\xcf\x76\x97\x23\x27\xc3\xcd\xce\xfa\xf4\xaf\x27\x24\x6f\x26\x3e\xa0\xfe\xe3\x95\x69\x14\xa8\x9f\xd4\x84\xf1\x9b\xa0\xfe\x29\x02\xf1\x91\x63\xd5\xa6\x08\xc4\xa4\x86\xef\x98\x22\x10\xcf\xb1\xab\xcb\x38\x0c\x83\xa5\x89\xd4\xc4\x09\x9d\x83\xa5\x19\x87\x46\x13\x4f\x60\xb0\x34\x11\x87\xaf\x4d\xa7\x06\x90\x9a\x38\xa1\x73\xb0\x34\x91\x72\xe4\x5c\xaf\x39\x58\x9a\x48\x4d\xec\xc0\x39\x58\x9a\xc8\x7d\x99\xb4\x53\x5a\x0a\x9f\x3a\x1a\x2c\x8d\x63\x09\x8e\x57\xc6\x6e\xc7\x12\xcc\x1c\x45\x50\xcd\x82\x07\x7f\x6f\xb4\xe7\xa1\x29\x02\x4b\x13\xa9\xe7\x76\xfc\xf6\xd0\x3d\x18\x22\x87\x1b\x1c\x39\xa8\x6b\x3a\xdc\x60\x3a\xdc\xe0\xc8\xd1\x4f\xd3\xe1\x06\xa4\x26\x78\xe1\x74\xb8\xc1\x74\xb8\xc1\x91\x53\x98\xa6\xc3\x0d\xa6\xc3\x0d\xc2\xc3\x4c\x87\x1b\x4c\x87\x1b\x1c\x39\xe9\x68\x3a\xdc\x80\x54\xb3\x75\x87\x1b\x4c\x87\x1b\x1c\x39\xd6\x68\x3a\xdc\x60\x8e\x7c\x62\x0a\x36\x33\x87\x4f\x4c\x0e\x37\x38\x4a\x7a\x94\xc3\x0d\x48\x4d\x78\xc4\xe9\x70\x03\xe2\xe4\xbb\x39\xb8\x66\xce\x3b\x38\x72\x24\xd0\x74\xde\x01\xa9\x09\x85\x38\x9d\x77\x40\xee\xcb\xdc\x4d\xe1\xe3\xc1\x25\x16\xe9\x74\xde\xc1\x74\xde\xc1\x91\x73\x48\xa6\xf3\x0e\x88\x73\xf4\xe6\xb0\xa1\xc7\x11\x08\x47\x8e\xec\x99\x8e\x40\x98\x23\x9f\x7b\x8e\xa2\x2e\xd9\x93\x48\x0d\xbf\x33\x07\x73\xe2\xa4\x84\xa3\xa8\x24\x86\x22\x52\x13\xb3\x74\x0a\x08\x3d\x1d\x9e\x70\x14\x99\x63\x01\x1c\x9e\x70\xe4\xc4\x8e\xe9\xf0\x84\x99\x20\xd0\x35\x71\x4c\xe7\xe0\xcc\x08\x08\x7d\xe4\xb8\x87\x29\x20\x34\xa9\x3e\x4c\x08\x08\x3d\x05\x84\x3e\x72\x9e\xc2\x14\x10\x9a\x54\x1f\x26\x04\x84\x9e\x02\x42\x1f\x45\x7b\xe4\xa5\x44\x1c\x19\x38\x1d\xd8\x40\x6a\x22\xa0\x4e\x01\xa1\x49\x39\x72\x14\xc0\x1c\xbc\x94\x48\x0d\xa9\x34\x07\x3b\xe1\xa8\x87\x23\x47\x01\x4c\x47\x3d\x90\x9a\x68\xa7\xd3\x51\x0f\x73\x32\x0a\x21\xe9\xe7\x64\x14\x26\xa3\x90\xaf\xd4\x93\x51\x98\x8c\x82\x8d\x77\x93\x51\x98\x8c\x42\xc6\xcc\xc9\x28\x4c\x46\xc1\xc6\xbb\xc9\x28\x4c\x46\xa1\x49\xda\x24\xbd\x5d\x96\xbb\xe9\xb3\x53\x9f\xcd\xd0\x2a\x08\xf5\x74\x48\xc4\x11\xb0\x7b\x3a\x24\x82\xd4\xc4\xb7\x9c\x0e\x89\x98\x0e\x89\x38\x6c\x9f\x73\x48\x04\xa9\xbe\xca\x38\x24\x62\x3a\x24\xe2\x08\x63\x3d\x1d\x12\x41\xea\x19\x1f\xdf\x21\x11\xa4\x9e\x99\x7f\x38\x24\x82\x94\xc3\xc6\x3b\x41\xa8\x49\x4d\x4c\xd4\x29\x08\x35\xb9\x2f\x4b\x11\x18\x82\xc9\x10\xe4\xcb\xf5\x64\x08\x1c\x39\x71\xd4\x18\x31\x47\x4e\x4c\x47\x4e\x1c\x39\xaa\x65\x3a\x72\x62\x3a\x72\xe2\x08\x43\x3b\x9d\x29\x31\x9d\x29\x11\xc4\x6b\x3a\x53\x62\x3a\x53\xe2\xa8\x32\xcc\x63\x70\xa6\x84\x2f\x4b\xce\x94\x98\x33\x9b\x55\x8f\x2a\x27\xa6\x38\xce\x94\xf0\x65\xc9\x99\x12\xa4\x1c\x81\x3d\xe7\xe4\x31\x4c\x1e\x43\xe6\x2b\x93\xc7\xe0\xe8\x89\xa3\x7a\x02\x8f\xc1\xd1\x13\x09\x9e\x3a\x1d\x3d\x41\x6a\x18\xb2\xe9\xe8\x09\x72\xff\x52\x9a\xec\xf2\x18\x32\x37\x71\xf4\x04\xb9\x2f\x93\xa6\x2e\xf3\x95\xc0\x37\xa9\xe9\x2b\xc1\x9c\x4f\x76\xa5\xc9\x6e\xbe\x12\xf8\x26\x35\x39\x11\x4e\xa8\x38\xc2\x53\x4e\x27\x54\x10\xdb\x9d\x9d\x50\x31\x9d\x50\x71\x3e\x49\x9b\x24\xb9\xcd\x6c\x45\xc8\x69\x52\xcf\xcc\x25\x9c\x50\x41\xee\xcb\xb6\xa4\x9d\xd2\xf2\xe6\xd3\x4b\x1d\x5a\x41\xee\xcb\xfc\xb4\x4b\xcb\x3b\x48\x2f\x15\x99\x7a\xe6\x6c\x8b\xfb\x32\x3f\x5d\xd2\x14\xea\x4c\x52\x0a\xb5\x9e\xf6\x2c\x4d\x7b\x76\xde\x85\x2f\x68\xce\xbb\x20\xd5\xa7\x31\xe7\x5d\x90\x72\x04\x76\x9c\xce\xbb\x98\xce\xbb\xf0\x69\xcc\x79\x17\x73\x3d\x0d\x35\x03\x9b\x83\x2c\xa6\x83\x2c\x12\x13\x75\x3a\xc8\x62\x3a\xc8\xe2\x08\x64\x38\x1d\x64\x41\x6a\x02\xa0\x4e\x07\x59\x4c\x07\x59\x1c\x5b\x4c\x83\x83\x2c\x48\x4d\x00\xd4\xe9\x20\x8b\xe9\x20\x8b\x63\xcb\x87\x5d\x07\x59\x90\xea\x73\x99\x83\x2c\x48\x3d\xfb\x6f\x47\x11\x9b\xce\xb9\x20\xe5\xd8\xe2\x22\x3a\xe7\x62\x3a\xe7\x22\x71\x4f\xa7\x73\x2e\xa6\x73\x2e\x8e\x00\x7c\xd3\x39\x17\xc4\xd1\xa4\x73\x19\xa9\x9c\x73\x71\x04\x88\x9b\xce\xb9\x20\xf5\x92\x73\xbd\x4e\xb4\xea\xc3\x5e\x51\xa7\x55\x4c\x67\x4e\x1c\xa1\xa8\xa6\x33\x27\x48\xf5\xa5\xcf\x99\x13\xd3\x99\x13\x47\xb8\xa7\xe9\xcc\x89\x29\x0c\xf5\x11\x68\x68\x3a\xff\x61\x3a\xd8\xe1\x80\xa2\x38\xd8\x61\x26\x0c\xb5\x43\x52\xa7\x30\xd4\x53\x18\xea\x23\x31\x3b\xa6\x30\xd4\xa4\x26\x16\xe9\x74\xfe\xc3\x14\x86\xfa\x80\x4a\x08\x43\x4d\x6a\x50\xc5\xe9\xfc\x87\xe9\x60\x87\x03\x03\xe1\x60\x07\x52\x13\x8b\x74\x3a\xd8\x81\xd4\x4b\x95\x1b\xbd\x1c\xec\x70\x3c\x1d\xcf\xe8\xe5\x60\x87\x4b\x95\x73\x69\x9d\xd8\x70\xe0\x0c\x9c\xd8\x40\xaa\x0f\x98\x6f\xa3\x97\x88\xd0\x87\x5d\xa6\x0e\x54\x98\x02\x3b\x1f\xb6\x4e\x0b\xec\x4c\xea\x55\x24\x5d\x92\xde\x2e\xcb\x4f\x59\x80\x48\xf5\xed\xf3\x6d\x86\x2a\xec\xf2\x61\x57\xb0\xc3\x0d\x66\x0e\x2f\x28\x87\xbd\x9c\x6f\xc6\x3f\xe2\x0c\xda\xf9\x66\xfb\x9d\x64\x70\xd8\xa4\xe9\x24\x83\xe9\x24\x81\xc3\x8e\x45\x27\x09\x4c\x47\x04\x1c\x76\xe8\x39\x22\x60\x26\xe0\x71\x0d\xd0\x39\x05\x3c\x9e\x8e\x08\x38\x6c\x52\x73\x44\x00\xa9\x01\x3a\xa7\x23\x02\xa6\x23\x02\x0e\x3b\xd2\x1c\x11\x40\x6a\xa2\x91\x4e\x47\x04\x4c\xec\xff\x61\x0f\x19\xf6\x9f\xd4\x44\x23\x9d\xd8\x7f\x52\x7d\xac\xc5\xfe\x93\x72\xd8\xa7\x85\xfd\x27\xd5\xc7\x5a\xec\x3f\xb9\x2f\x73\x37\x35\xa2\x99\x67\xc2\x84\xfd\x27\xf7\x65\x9e\x20\xbb\x53\x76\xf3\x1a\xe6\x93\x5d\x75\x14\xd3\x89\xfd\x9f\xd8\x7f\x9f\x7e\xb1\xff\x13\xd4\x7f\xd8\xe2\x05\xea\x27\x35\x11\x45\x27\xa8\x7f\x82\xfa\x0f\x5b\xbc\x40\xfd\xf3\x1d\x78\xe1\xb0\xf3\xe9\x6d\x86\x17\x71\x14\xf0\xc4\xf9\x4f\x50\xff\x71\x68\x5d\xba\x1b\xa8\xdf\xc7\x5f\x50\xff\x14\x2a\xf9\xb0\x95\x08\x73\x3f\x85\x4a\x3e\xec\x35\x13\x2a\x99\x38\x45\x78\x62\xee\x27\xe6\xfe\xb0\x3b\x0c\x73\x4f\x6a\x82\x31\x4f\xcc\xfd\xc4\xdc\x1f\x36\xa0\x60\xee\x49\x0d\x6a\x3b\x31\xf7\x13\x73\x7f\x1c\xbb\xbb\x75\x69\xa9\x91\x7c\xf6\xc7\xdc\x4f\xcc\xfd\x61\x2f\x08\xe6\x9e\xd4\x04\x28\x9d\x98\x7b\xe2\xe8\xe2\x89\xb9\x9f\x60\xfa\xc3\xee\x0d\x30\xfd\x14\x5c\xf8\xb0\x0d\x01\xd8\x3e\xe1\xe9\x87\x75\x6c\x78\x3a\x71\xc4\xf1\x84\xa7\x4f\x78\xfa\x71\xa4\xd9\xc0\xd3\x27\x3c\x3d\x47\x1c\x4f\x78\xfa\x84\xa7\x1f\x47\x5e\x34\x3c\x9d\xd4\x4b\x49\x0d\x3a\x42\x04\x1f\x76\x06\x09\x11\x4c\x9c\x84\x3c\xe1\xe9\x13\x9e\x7e\x58\xa3\x85\xa7\x13\x27\x21\x4f\x78\x3a\xa9\x97\x3a\x32\xaa\xe0\xce\x0f\x0b\x9d\xb8\x73\x52\x7d\x35\xc7\x9d\x4f\xa4\xf8\x61\xb9\x12\x29\x4e\x6a\x02\x99\x4e\xa4\xf8\x44\x8a\x1f\x96\x09\x91\xe2\x13\x29\x7e\xb4\x74\x1a\xa4\xf8\xfc\xe8\x47\x99\x3a\x7d\xf4\x23\xa4\xf8\x61\xd5\x0a\x29\x3e\x05\xfa\x3d\xec\x67\x41\x6d\x4f\x38\xf6\xd1\xbc\x2e\xed\xf7\xa3\xfd\x66\x9e\xf4\xd1\x7e\x85\xe1\x3d\x2c\x07\xc0\xa1\x27\x5a\xf9\xf0\x71\x18\xad\x4c\x1c\x04\x3d\xbf\x1a\xa6\xb8\xb6\x87\x8f\x9c\x98\xe3\x89\x12\x3e\x7c\xea\x42\x09\x93\x7a\xfd\x0d\x27\xb3\xcc\x2f\x5b\x0c\xfb\x3d\x7c\x0c\x82\xfd\x92\x1a\x1e\x7b\xc2\x7e\x27\xc6\xf7\xf0\x31\x01\xe3\x4b\x6a\x78\xec\x89\xf1\x25\xf7\x65\xd2\x4e\x69\xa9\xd8\xcc\xc0\x30\xbe\x13\xe3\x7b\xe4\x6c\x8b\x89\xf1\x9d\x18\xdf\xc3\x54\x1b\xe3\x3b\x31\xbe\x87\xc9\x15\xc6\x77\x62\x7c\x2d\x6f\x60\x7c\x27\xc6\xf7\x30\x23\xc0\xf8\x92\x7a\x3d\xbf\x94\x39\x56\x3c\xa7\x34\x4c\xe1\x60\x89\x03\xb6\x27\xc6\x77\x0a\x07\x7b\x58\xf5\x15\x0e\x96\xd4\x04\x5d\x9d\x18\x5f\x52\xc3\x8f\x4f\x8c\xef\x04\xef\x1e\xdc\x64\xf0\xee\x0c\xb0\xeb\x68\xee\xf9\x65\x8a\xbf\x3e\xc9\x59\xba\x45\xea\x92\x7a\xdd\x53\xb0\x05\xd4\x25\x19\xac\x17\x50\x77\x01\x75\xb3\xc8\xb2\x80\xba\x4b\xe8\xd7\x23\x4e\xec\x12\xdb\x95\xd4\x20\xeb\x0b\xa8\x4b\xee\xcb\x7a\xd2\x4e\x69\x79\x2f\xcd\x2f\x2f\x49\x6a\xe8\xee\xda\x0b\xcf\x4b\x1c\x1a\xbe\xf0\xbc\xeb\xf5\xb4\x99\xdb\xd7\x5d\x78\x5e\x52\x13\xc8\x75\xe1\x79\x49\x4d\xd0\xd6\x85\xe7\x25\xf7\x2f\x73\xb7\x53\x76\xb3\xe4\x76\x9d\x6e\xe6\x99\x4f\xfb\xe8\xb9\xdb\xe5\x01\x0c\xd6\xed\x1d\x2d\xf0\xee\x02\xef\x1e\x71\xf1\x16\x78\x97\xd4\xac\xe6\x2c\xf0\xee\x02\xef\x1e\x59\xcc\x5d\xe0\x5d\x52\x13\x7a\x75\x81\x77\x17\x78\xf7\x88\xb3\xb5\xc0\xbb\xa4\x26\x1c\xeb\x02\xef\x92\x9a\xd0\xab\x0b\xbc\x4b\xca\x11\x1f\x67\x89\xd0\xba\xc0\xbb\x89\x3f\xbf\xc0\xbb\x0b\xbc\x7b\xc4\x9f\x59\xe0\x5d\xe2\xf8\xf5\x95\x68\xad\xb7\xb8\x5b\xcd\x9b\x1f\xee\xa6\x35\x5f\x29\xfc\x50\xaa\x2c\xb9\x1d\x19\xd1\xd7\x6b\x78\xa5\xc3\x43\x25\x79\xa8\x46\x9f\x11\x7d\x89\xf7\x4a\xea\xa5\xcd\x0c\x85\xd7\xe8\xb3\x74\xbb\x42\x14\x3f\x52\x13\x8c\x75\xe1\x8a\x17\xae\xf8\xc8\x30\xb7\x70\xc5\xa4\x5e\x9a\xd6\xf4\x50\x86\x33\xa3\xcb\xc2\x15\x2f\x5c\xf1\x11\x13\xbe\x70\xc5\x0b\x57\x7c\x64\x75\x71\xe1\x8a\x17\xae\xf8\xd2\x04\x3f\x2e\xe3\x67\x67\x25\x6f\xe1\x8a\x49\x4d\xd0\xd6\x85\x2b\x5e\xb8\xe2\xe3\x69\x22\x1f\x45\xe5\x67\x77\xbf\x54\x54\x7e\xf6\xf3\xee\xbf\x1e\xca\xcf\xee\x79\x0d\x5f\x0f\xe5\x67\xf7\xdc\xec\xeb\x3d\xf3\xb3\x9f\xd7\xf0\x95\x0f\x7e\x76\x4f\x95\x7f\x95\x9e\x4d\xf7\x1a\x00\xc3\x2b\x90\x70\x4d\x84\xd6\x25\x42\xeb\x02\x0c\x1f\x8a\x00\x18\x26\x35\xe7\x1c\x2c\xc0\xf0\x02\x0c\x1f\xf2\x06\x18\x26\x35\x11\x5a\x17\x60\x78\x89\xd0\x7a\x64\xf5\x70\x89\xd0\x4a\x6a\x22\xb4\x2e\x0c\x31\xa9\x89\xd0\xba\x44\x68\x25\xe5\xf8\x6b\x9a\x7c\x1c\xf2\x71\x24\x49\x3e\x4c\x01\xfe\x9a\x76\x4a\x3b\x73\x59\x0a\x9a\x29\xc0\x02\x29\x1f\x4f\x1a\xbb\x15\xa9\xfd\x95\xac\x65\xd8\x59\x02\xb9\x1e\x39\xc7\x7f\x09\xe4\x4a\x44\x00\x58\x02\xb9\x2e\xfc\xf2\x91\x98\xaa\x0b\xbf\xbc\x8a\x99\x42\x22\x7c\xae\x72\x3e\xd7\xb5\xfc\x34\xd5\x7b\xca\x1b\x1b\xd2\x6f\x47\x73\xc1\x9c\x49\xcd\x9a\xe8\x12\x7a\x75\x21\x9f\x8f\x44\x9d\x5c\xc8\x67\x52\x13\x2a\x76\x21\x9f\x17\xf2\xf9\xc8\xda\xdb\x42\x3e\xaf\xc2\x4f\xc9\xd2\xd8\x2a\xdd\x53\xd3\xed\x9f\x62\xe9\xf6\x00\xe9\x23\xd1\x0d\x17\x40\x7a\x01\xa4\xb3\xea\xba\x00\xd2\x0b\x20\x7d\xf4\xf6\xdb\x74\xf7\xc2\x4f\x93\xfa\x54\x0e\xab\x20\xce\xeb\x91\xf3\x0c\x96\x38\xaf\xa4\x26\xe0\xec\xc2\x4f\x2f\x60\xf4\x91\xd5\xb4\x05\x8c\x26\x35\xc1\x65\x17\x30\x9a\x88\xa2\xb0\x80\xd1\xa4\x1c\x89\x62\xb7\x04\x70\x25\x35\x4b\xbc\x4b\x00\x57\x72\x5f\x96\xbc\x31\x14\xf8\xe9\x2c\xf1\x2e\xfc\xf4\xc2\x4f\x1f\x39\xf6\x60\xe1\xa7\x89\x98\x0c\x4b\x00\xd7\x85\x9f\x3e\x12\x3c\x6e\xe1\xa7\x49\x4d\x58\xda\x85\x9f\x5e\xc5\x4c\xa5\xa7\x7f\x96\xa5\xf0\x99\xa9\x24\x2c\xed\x2a\x4b\xe1\x59\xa2\x04\x77\x5b\x30\xeb\x55\xac\x3b\x65\xf1\x6f\x61\xaa\x89\xa8\x0f\x4b\x9c\xd7\x05\xb3\x6e\x59\xd5\x5b\x30\xeb\x85\xa9\x6e\x2f\x2d\x9e\xf1\x00\x4b\xb7\x1c\x19\xbf\xc0\xd2\xa4\x26\xcc\xed\x02\x4b\x2f\xb0\x74\x4b\x10\xa8\x05\x96\x26\x35\x4b\xd7\x0b\x2c\xbd\xc0\xd2\x2d\x41\xf6\x17\x58\x9a\x54\x9d\x00\x2c\xbd\xc0\xd2\x2d\xd1\x9d\x16\x58\x9a\xd4\xac\x70\x2f\xb0\x34\xa9\x39\x10\x65\x81\xa5\xc9\xfd\xcb\xdc\x8d\x09\xa8\x4c\xc0\xe6\x66\xf2\x11\x13\xd0\xb2\x74\xb6\xc4\x76\x25\x62\x5e\x2c\xb1\x5d\x17\xf4\xba\x25\x80\xd2\x82\x5e\x93\x9a\xf0\xb4\x0b\x7a\xbd\xea\x29\xbb\x47\x2a\x84\x17\x11\x11\x1a\x63\xa1\xb1\x17\x1a\xbb\x65\x65\x6b\xa1\xb1\x17\x1a\xbb\xab\x36\xbe\x00\x1a\xbb\x25\x8e\xcb\x42\x63\x93\x9a\xb8\xb3\x0b\x8d\xbd\xd0\xd8\x2d\x07\x22\x2c\x34\x36\xa9\x2c\x00\x1a\x7b\xa1\xb1\x5b\xa2\xac\x2c\x34\x36\xa9\x59\xcb\x5f\x68\x6c\x52\xb3\x6e\xbf\xd0\xd8\xa4\xb4\x44\x23\x59\xc2\xac\x12\x21\x3a\x96\x30\xab\xe4\xbe\x2c\x45\x60\x3b\x40\xdb\x39\xd3\x65\x81\xb6\x17\x68\xbb\xe5\xb8\xfc\x05\xda\x26\x22\x79\x2c\xd0\xf6\x02\x6d\xb7\x44\xfc\x58\xa0\xed\x05\xda\x6e\x09\xfc\xb0\x40\xdb\xa4\xf6\x3d\x79\xd3\x29\x41\xdb\x2d\xcb\x43\x0b\xb4\x4d\x6a\xdf\x93\x37\x3d\xb0\xa6\x07\xb6\xa2\xbd\xe9\x81\x55\x0f\xcc\x80\x5e\xf5\x40\x6c\x77\x2b\x5a\x8d\xae\x85\xed\x6e\x45\x86\xf5\x19\x6c\x77\xb6\x28\x2c\x6c\xf7\xc2\x76\xb7\x9c\x70\xbf\xb0\xdd\xa4\x76\xcd\xd2\x20\x2f\xe4\x69\x2b\x87\x9f\x7a\x81\x19\xe4\xbb\x66\x69\x90\xaf\x19\xe4\x5b\x8e\x52\x58\xd5\x20\x1f\xa9\x5d\xb3\xd4\x4f\x23\x35\x07\xd3\xac\x6a\x90\x8f\x94\x96\xf3\xd7\x57\x35\xc8\x47\x6a\xc2\xe9\xae\xfa\x95\x8f\x6c\x58\x69\x39\x6b\x7d\xd5\xaf\xba\x8c\x2f\x60\x3c\xa8\x7c\x01\xd8\x79\xcb\x59\xeb\x0b\x76\x4e\x84\x40\x59\xc2\xac\x2e\x61\x56\x5b\x8e\x6f\x58\xc2\xac\x92\x9a\x70\xba\x4b\x98\xd5\x25\xcc\x6a\xcb\xa9\xdf\x4b\x98\x55\x52\x13\x4e\x77\x09\xb3\xba\x84\x59\x6d\x39\xa7\x7b\x09\xb3\x4a\xaa\x41\x08\xea\xbe\xa0\xee\x2d\xa7\x58\x2f\xa8\x3b\xa9\x39\x6f\x67\x41\xdd\x17\xd4\xbd\xe5\xd8\xfe\x05\x75\x5f\x50\xf7\x84\xd8\x5d\x50\xf7\x05\x75\x6f\x59\xcd\x5a\x50\x77\x52\x13\x3b\x77\x41\xdd\x17\xd4\xbd\xe5\xac\xe8\x05\x75\x27\xe2\xbf\x2c\xa8\xfb\x12\x66\xb5\xd5\xb8\x38\xc2\xac\x92\x9a\x38\xb9\x0b\xc3\x4e\x6a\x62\xe2\x2e\x0c\x3b\xb9\x7f\x99\x07\x98\x62\x44\xaa\x41\x51\xe4\x55\x52\x5a\x0e\xa0\x58\x1b\x97\x21\x52\x13\xff\x76\x6d\xa7\xc2\xb3\x3e\x35\xbe\x00\x22\x7e\x09\xd0\xda\x72\x5c\xf2\x42\xa7\x2f\x74\x7a\xab\xdb\x6f\x43\x62\x0b\xbc\xbe\xc0\xeb\x39\x52\x68\x81\xd7\x17\x78\xbd\xe5\x2c\xdb\x05\x5e\x27\xb5\x6b\x40\x06\x79\xf1\x5b\x5b\x0e\xae\x5d\xe2\xb7\xae\x00\xeb\x35\x27\x0f\x2d\xb1\x5a\x17\x78\xbd\xd5\x34\x78\xf0\x3a\xa9\x89\x68\xbb\xc0\xeb\xa4\x26\x7a\xed\x02\xaf\x93\xd2\xaa\x46\x65\x90\x07\xaf\x1b\xf7\xd1\xe9\xe4\xbe\x2c\x45\x60\x4f\xd0\xe9\xc6\x7d\x74\xfa\x42\xa7\xb7\x1c\x94\xb1\xd0\xe9\xeb\xa1\xd3\xef\x9b\xa1\xd3\x17\x3a\x9d\x27\x80\x4e\x5f\xe8\xf4\x96\x43\x5d\x17\x3a\x9d\x88\x0b\xb4\x04\x66\x5d\xe8\xf4\x96\x60\xf1\x0b\x9d\x4e\x6a\xcf\xc4\x6d\xd7\xa4\xf6\xa7\x49\xa5\x26\x45\x5e\x25\x35\xe1\x6c\x17\x3a\x9d\xd4\x84\xae\x5d\xe8\x74\x52\x5a\x02\xc3\x2f\x74\x3a\xa9\x3c\x12\x91\x57\xc9\x7d\x59\x8a\xa0\x49\x81\xd8\xb3\x43\x69\x81\xd8\xd7\xfe\x34\xa9\x74\x62\x74\xfa\x42\xa7\x77\xf5\x61\x40\x43\xa7\xb7\xea\xa7\x06\x34\x74\x7a\xa2\xde\x2e\x74\xfa\x42\xa7\xb7\x2c\x6c\x2d\x74\x3a\xa9\x89\x7a\xbb\xd0\xe9\x0b\x9d\xde\x72\xd8\xe7\x42\xa7\x93\xda\x9f\x24\x0f\x35\xa0\x65\x2e\x87\x4e\x27\xa5\xe5\x40\xcd\x85\x4e\x5f\xe8\xf4\x9e\x39\x1a\x3a\x7d\xed\x4f\x07\x88\x03\x85\x4e\x5f\xe8\xf4\x9e\xa1\x10\x9d\xbe\x04\x41\x6d\x39\xc8\x72\xa1\xc2\x17\xb6\xbb\x65\xdd\x67\x61\xbb\x89\x10\x4b\x0b\xdb\xbd\x04\x46\x6d\x89\x3d\xb1\x10\xda\x0b\x40\xdd\x72\xb2\xdf\x02\x50\x2f\xb4\x74\xcb\xf1\x6e\x0b\x2d\xbd\xd0\xd2\xbc\x3b\xb4\xf4\x42\x4b\xb7\x9c\x67\xb6\xd0\xd2\xa4\x26\x10\xef\x12\x18\x75\xa1\xa5\xdb\xa6\xf1\x7e\xe4\xc4\x78\x13\x13\x26\x30\xea\x42\x4b\xb7\xac\x18\x2d\xb4\x34\x11\xc5\x69\xa1\xa5\x89\x88\x4d\x4b\xc4\x53\x52\x5a\xce\x11\x5b\x22\x9e\xae\x44\x34\xdd\x12\x61\x77\xed\x06\x12\x18\x74\xcb\x39\x62\x0b\x06\xbd\x82\x41\x0b\xe3\xb4\x60\xd0\x0b\x06\xdd\xb6\xf4\x66\x18\x34\x11\xc6\x69\xc1\xa0\x17\x0c\xba\x65\xad\x69\xc1\xa0\xc9\x96\x38\xb9\x0b\x06\xbd\x60\xd0\x2d\xa7\x9c\x2c\x18\x34\xd9\xb2\x2b\x6c\xc1\xa0\x89\x00\x50\x0b\x06\x4d\x4a\xcb\x11\x50\x0b\x06\x4d\x04\x80\x5a\x30\x68\x72\x5f\x96\x22\x18\x82\x22\x5b\x22\xec\x2e\x18\xf4\x82\x41\xb7\x9c\x14\xb5\x60\xd0\x64\x7b\x95\x3d\x49\x55\x92\x87\xa6\xc1\xc1\xa0\xc9\x96\x40\xbc\x0b\x06\xbd\x60\xd0\x2d\x47\x2f\x2d\x18\x34\xd9\xb2\x89\x6d\xc1\xa0\x17\xbe\xb9\xe5\x10\xa4\x85\x6f\x26\x22\x51\x2d\x7c\x33\x11\x56\x6a\x09\x82\x4a\x4a\xdb\xbd\x18\xf6\x22\x18\xf4\x96\x98\xbb\x0b\x06\xbd\x44\x37\x6d\x39\x1f\x65\x61\x9e\xc9\x96\x60\xba\x0b\xf3\xbc\x84\x2d\x6d\xbb\x0a\xd1\x4f\x91\xc3\x2d\xe7\xa8\x2c\xe4\xf0\x0a\x39\x2c\x4a\xd5\x42\x0e\x2f\xe4\x70\xcb\x21\x24\x0b\x39\x4c\x44\xa9\x5a\xc8\xe1\x85\x1c\x6e\x39\x3e\x64\x21\x87\xc9\x96\x0d\x76\x4b\xd8\xd2\x25\x6c\x69\xdb\x33\x3a\x09\x5b\x4a\xb6\x57\xfa\x1f\x24\x98\x88\x6f\xb5\x20\xc1\xa4\xb4\x3d\x9e\x11\x24\x98\x6c\x2f\x25\x30\x9e\x40\x82\x5b\xce\xf2\x58\x90\x60\xb2\x25\x0e\xef\x82\x04\x2f\xac\x6f\xdb\xe3\x19\x61\x7d\x57\x58\xdf\x2d\x71\x78\x17\xd6\x77\x61\x7d\x5b\x8e\xda\x58\x58\x5f\xb2\x25\x0e\xef\xc2\xfa\x2e\xac\x6f\xdb\xff\x96\x79\x37\x14\x98\x6c\x66\x6d\x50\xe0\x05\x05\x6e\x39\xfd\x63\x41\x81\x89\x70\x5d\x0b\x0a\xbc\x12\xfb\xb4\xb4\x9c\x59\xb1\x04\x3f\x25\xc2\x75\x2d\xdc\xef\xc2\xfd\xb6\x1c\x29\xb1\x70\xbf\x64\x33\x07\x14\x0f\x75\x89\x87\xda\xb2\x1c\xb8\xd0\xbb\x0b\x96\xdb\x72\xe8\xc1\x82\xe5\x92\x2d\xc1\x81\x17\x2c\x77\xc1\x72\x5b\x56\xe6\x16\x2c\x97\x6c\x39\xbd\x6f\x35\x7e\x29\xde\xb6\xe5\x78\x80\x85\xb7\x25\x9b\x59\x26\xde\x76\x85\xad\x2d\x2d\xd1\x4a\x16\xb8\x76\x61\x5f\x5b\x48\xfa\x85\x7d\x25\x5b\x0e\xfe\x5b\x62\x94\x2e\xc1\x47\x5b\xa0\xf2\x05\x4d\x5d\xc8\xd1\x76\xc4\x2d\x47\x8e\xae\x90\xa3\xa2\x95\x2d\xe4\xe8\x42\x8e\xb6\xac\x88\x2d\xe4\x28\xd9\x72\x66\xe0\x42\x8e\x2e\xe4\x68\x0b\x71\xbb\x90\xa3\x64\xcb\x99\x81\xab\x19\x21\x91\xa3\x2d\x28\xed\x42\x8e\x92\x2d\x21\x89\x17\x72\x94\x6c\x66\xca\xc8\x51\x52\x5a\x70\xd5\x85\x1c\x25\x9b\x99\x32\x72\x94\xdc\x97\x25\x6f\xa6\x7c\x91\xcd\x4c\x19\x39\xba\x90\xa3\xed\x88\x69\x46\x8e\x92\xed\xa5\x3e\x4c\xf9\x90\xa3\x2d\x34\xe9\x42\x8e\x92\x2d\x5b\x56\x17\x72\x74\x21\x47\x5b\x30\xd1\x85\x1c\x25\x5b\xce\x33\x5c\xc8\xd1\x25\xf8\x68\x0b\xec\xb9\x60\xa2\xab\xe9\x8d\x61\x21\x97\x48\xa3\x64\x4b\x30\xe3\x85\x09\x5d\x98\xd0\x16\x7a\x71\x61\x42\xc9\x96\x60\xc6\x4b\xf0\xd1\x25\xf8\x68\x4b\x54\x89\x05\xd9\x5c\xf8\xcc\x16\x50\x6c\x01\x30\xc9\xe6\xa3\x00\x00\x73\x01\x30\x5b\x56\xeb\x16\x00\x73\x05\xc0\x14\x95\x6e\x01\x30\x17\x00\xb3\x05\xf7\x5a\x00\x4c\xb2\xe5\x4c\xc6\x05\xc0\x5c\x00\xcc\x16\x8e\x6b\x01\x30\xc9\x96\x68\xc6\x0b\x80\xb9\x00\x98\x2d\x80\xd6\x02\x60\x92\x2d\x9b\x78\x17\x00\x93\x6c\x2f\x4d\xd0\x80\x0e\xc0\x6c\x2d\xb3\x6c\x00\x26\xd9\x12\x91\x78\x01\x30\xc9\x7d\x59\x2a\x49\x47\x6d\x3a\xaa\x96\xaa\xa3\xfe\x5f\x8c\xbd\x4d\xee\xf4\x3a\x72\x67\x3d\x7f\x57\x71\x77\xf0\xa6\x14\x14\xa9\x04\x0a\x77\xd2\xe3\xee\x3d\x64\x46\x04\x01\x0f\x6c\x17\xaa\xed\xfd\x37\x74\x4e\xba\xd0\xf0\xe4\xf6\xe0\xc1\xef\x01\xa1\x7f\x8a\xa4\xc8\xe0\x57\x1c\x86\x00\xe6\x04\x65\x4f\x01\x4c\x25\xb8\x1b\x32\x0d\x78\x9a\x02\x98\x93\x23\xc8\x14\xc0\x54\x82\xc8\xc4\x29\x80\x99\x02\x98\x13\x32\x2a\x05\x30\x95\x20\x32\x71\x0a\x60\xa6\x00\xe6\x9c\x4c\x7a\x04\x30\x15\x63\xfe\xa5\x00\x66\x0a\x3e\xce\x69\x46\xec\xe2\x80\x8f\x41\xb4\xe2\x14\x7c\x4c\xc1\xc7\x09\x75\x93\x82\x8f\x4a\xb8\xa9\x23\xf8\x98\x82\x8f\x13\x9c\x26\x05\x1f\x95\xc0\x5d\x39\x05\x1f\x53\xa2\x71\xc2\x8b\xa7\x44\xa3\x12\xb8\x2b\xa7\x44\xa3\x12\x44\x21\x4e\x89\xc6\x14\x55\x9c\x00\x25\x29\xaa\xa8\x04\x51\x88\x73\x39\x2c\x1b\xa2\x74\x02\x82\xa7\xf8\x62\x1a\xa2\x74\x82\x63\xa4\x28\x61\xca\x08\x4e\xbc\xed\x53\x46\x30\x97\x63\xb0\x25\x75\x0c\x96\x11\x9c\x38\x97\xa7\x8c\xa0\x12\x2f\x4b\x6a\x47\x95\x11\x9c\x38\x97\xa7\x8c\xa0\x12\xb8\x57\xa7\x21\x4a\xd3\xd8\xa3\x13\x77\xf0\x34\xf6\xa8\x12\xc4\x43\x4e\x19\x41\x25\x5e\xd6\x91\x63\xb0\x8c\xe0\xc4\x7f\x3a\x65\x04\x95\x70\xcf\xcc\xd8\xa3\xca\xf3\x18\x79\xb3\xd7\x2f\x7b\x3d\xc3\xcc\xb2\xd7\xcb\x08\xce\xc5\x98\x22\x23\x98\x3f\x46\xf0\x29\xbb\x8c\x60\xde\x36\x06\x96\x30\x32\x82\x29\x23\x38\xf1\x8b\x4e\x19\x41\x25\x5e\xbf\xbf\x9c\x26\x59\x1d\x98\x5e\x63\x8f\x26\x40\x60\xb8\x27\x27\x0f\x98\xc2\x7f\x73\x8d\xf7\x5f\x0f\xde\xb2\x81\x4a\x10\xdd\x38\x65\x03\x95\x78\xb1\xea\x91\x0d\x54\x8e\x89\x93\x70\xca\x06\xe6\x6d\x5b\xa1\x5d\x18\x54\x34\x65\x03\x27\x4e\xc2\x29\x1b\x98\xb7\x23\x15\x93\x50\xd9\xc0\x94\x0d\x9c\x8b\xfe\x2f\x1b\xa8\x18\x08\x33\x65\x03\x53\x36\x70\xe2\x61\x9b\xb2\x81\x4a\xe0\xe1\x9e\xb2\x81\x29\x1b\x38\xf1\x93\x4d\xd9\x40\xc5\x78\x99\x29\x1b\xa8\x04\x31\x85\x53\x36\x50\x39\x26\x6e\xa7\x29\x1b\x98\xb7\x43\x10\xe6\x5b\x36\x30\xef\x5f\xcb\xa6\x19\xcb\x06\x2a\x81\x0b\x7d\xde\x0e\x41\xb7\x83\xc6\xa2\xf9\x08\xdd\xe5\xfd\x6b\x3e\x66\xc4\xe6\x83\x04\x01\x84\x53\xe8\x2e\x85\xee\xe6\xcd\xda\x48\xe8\x2e\x65\xe2\x26\xae\x73\x29\x13\x97\x32\x71\x13\x27\xa8\x94\x89\x4b\x98\xb8\xc0\x4b\x3f\x65\xe2\x52\x26\x6e\x7a\x2c\x29\x13\xa7\x18\xf3\x33\x65\xe2\x52\x26\x6e\xe2\x6a\x93\x32\x71\x4a\x1c\xbe\x54\xd3\x2f\x13\x37\xb9\x36\x3f\x65\xe2\x14\x43\x83\xa6\x4c\x5c\xca\xc4\x4d\x7c\x63\x52\x26\x4e\x09\x82\x0a\xa7\x4c\x9c\x12\x04\x10\x4e\x99\x38\xe5\xf9\x4b\xf2\xe6\x08\x01\xf3\x16\x5c\xc0\x9b\xc6\x23\x4d\x61\xb7\x89\x4b\x4a\x0a\xbb\x25\xb0\x9b\xb1\x47\x53\xd8\x2d\x85\xdd\x26\x7e\x18\x29\xec\xa6\xc4\xc1\x72\x46\xd8\x2d\x85\xdd\x26\x8e\x13\x29\xec\xa6\x84\x5b\xc4\xc2\x6e\x29\xec\x36\xf1\x88\x48\x61\x37\x25\x8e\xc3\x24\x5f\x7a\x59\xaa\x37\x49\xc3\x24\xf3\xc1\x78\x23\xec\xa6\x84\x9b\xcb\xc2\x6e\xca\xf3\x18\x79\x73\xc9\x87\x04\xe1\x82\x53\xd8\x2d\x85\xdd\xa6\xee\x09\xc2\x6e\x4a\x10\x2e\x38\x85\xdd\x52\xd8\x6d\x7a\x34\x2c\xec\xa6\x04\x21\x84\x53\xd8\x2d\xdf\xce\x32\xb9\x51\x3f\x45\xd6\x52\x3e\x6d\x7a\xbe\x2d\x9f\xa6\xc4\x41\x73\x7b\x3b\x42\xc8\xa7\xcd\x9b\xed\x4f\xf9\x34\x25\x0e\x26\x24\xf2\x69\xf9\xb6\x8b\xdf\x74\xb7\xb7\x5d\x1c\x89\x03\x93\xfe\xb6\x8b\x8b\xb1\x4d\x4f\x78\xc5\xd8\x52\x8c\x6d\x7a\x1a\x28\xc6\x96\x60\x6c\xe1\x76\xbb\x18\x5b\x8a\xb1\x4d\xcf\xa3\xc4\xd8\x94\x38\x18\x0d\xc4\xd8\x52\x8c\x6d\x7a\x80\x24\xc6\xa6\x18\x9d\x36\xc5\xd8\x52\x3e\x6d\x7a\x0c\x24\x9f\xa6\x04\xd1\x8a\x53\x3e\x4d\x09\x22\x13\xa7\x7c\x9a\x72\x4c\x8f\x55\xe4\xd3\x94\x20\x5a\x71\xca\xa7\x29\xcf\x63\x14\x41\x4b\xf0\xd6\x12\x30\xd7\x37\x18\x6b\xbe\x61\xd2\xa7\xc7\x2a\xc0\x6a\x3f\x89\x83\xde\x2c\xb2\xa6\x1c\xd3\x53\x0f\x99\x35\x25\x0e\xf3\xe1\x2c\xf3\xed\x9a\xcf\x13\x8e\xb7\x6b\x3e\x24\x0e\xf3\xe1\x9a\x4f\x66\x6d\x7a\xfe\x20\xb3\x96\x22\x65\xd3\x3d\x6d\x91\x32\x25\x0e\xf3\xe6\x9a\x4b\xa4\x6c\xba\xd1\x2a\x52\x96\xb2\x62\xd3\x73\x47\x59\x31\x25\x40\x67\x52\x56\x2c\x65\xc5\xa6\xbb\x50\xb2\x62\x8a\x91\x7e\x53\x56\x2c\x8d\x13\x3b\xdd\x5e\x92\xf8\x4a\xf1\xae\xe5\x16\x8b\x78\x97\x12\xc7\x30\xe9\xf7\xa7\xd3\xc7\x82\xb4\x65\x1a\x75\x4e\xc5\x89\x77\xa5\x78\xd7\x72\xef\x44\xbc\x4b\x09\x6e\xca\x4e\xa3\xce\xa6\x60\xd6\x7a\xd1\x7b\x05\xb3\x52\xe2\x6a\xb9\x5a\x95\xb8\x4a\x88\xab\x38\x18\xd1\x25\xae\x52\xe2\x6a\xb9\x4c\x92\xb8\x52\x02\x4a\x28\x25\xae\x52\xe2\x6a\xbd\xfe\x5f\x86\x6f\x81\x2c\x25\x8e\xdf\x0f\xd3\x94\x05\xb2\x96\x0b\x1a\x81\x2c\x25\xb8\xbe\x3b\x05\xb2\x94\x20\x94\x73\x0a\x64\x29\xcf\x5f\x9a\x66\x36\x59\xb9\x11\xb6\x39\x05\xb2\x94\x63\x39\xf1\x17\xc8\x52\x82\x8b\xbf\x53\x20\x2b\x05\xb2\x96\x8b\x01\x81\x2c\x25\x0e\xb3\xe6\xb0\x29\x90\xb5\x9c\x49\x0b\x64\xa5\x40\xd6\x72\xa6\x24\x90\xa5\x84\xe7\x61\x02\x59\x29\x90\xb5\x9c\x02\x09\x64\x29\x46\x7c\x4e\x81\xac\x14\xc8\x5a\x4e\x41\x04\xb2\x52\x20\x6b\x39\x34\x09\x64\xe5\xc7\x91\x94\x11\x41\x20\x2b\x05\xb2\x96\x16\x5b\x20\x4b\x09\x2e\x2f\x4f\x81\xac\x14\xc8\x5a\x9a\x62\x81\x2c\x25\x08\x0c\x9d\x02\x59\x29\x90\xb5\x34\x94\x02\x59\x4a\x78\x30\x27\x90\xa5\xc4\x61\xf5\x3a\x44\x02\x5c\x1d\x4b\xc3\xf3\x71\x75\xf4\x71\x88\xb4\x7a\x1d\x22\x05\xb2\x96\xa6\x42\x20\x4b\x09\xc8\xb3\x14\xc8\x4a\x81\xac\x65\x5f\x11\xc8\x52\x82\xf8\xd1\x29\x90\x95\x02\x59\xcb\x96\x2c\x90\xa5\x04\xf1\xa3\x53\x20\x2b\x05\xb2\x96\x6d\x50\x20\x4b\x09\xe2\x3d\xa7\x40\x56\x1a\xdc\x77\xf9\x65\x0c\xee\xab\x84\x67\x8b\x06\xf7\x4d\xb9\xad\x65\xbd\xc9\x6d\x25\xdc\x56\x78\xb6\x28\xb7\x95\x72\x5b\xeb\x97\x11\x07\xba\xaf\x03\x1d\xa6\x48\x6e\x2b\xbf\xc4\x75\x5d\xbf\x37\xe8\xd5\x07\xb7\x15\xc4\x71\x4e\xb9\x2d\xe5\x79\xcc\x97\x7e\x4d\x63\x8a\xc3\x22\xea\x0b\x21\x93\xe2\x5d\xeb\xf7\x06\xe7\xcf\x48\x40\xec\xa5\x78\x97\x12\x1e\x5e\x8a\x77\x29\xc7\xfa\xaf\x34\xb3\xbb\xc8\x2e\xb3\x4a\xf1\xae\x94\xdb\x5a\xbf\x34\xcd\xc9\xd7\xc1\x95\xa1\xfa\xeb\xe0\xfa\xd5\x9c\x1c\x74\x8f\xaf\xe6\xe4\xab\x39\x61\x0d\xf5\xd5\x9c\x7c\x35\x27\xe0\x79\xf9\xd5\x5e\x7c\xb5\x17\xac\xa1\xbe\xda\x8b\xaf\xf6\x82\x78\xbb\xf9\xd5\x5e\x7c\xb5\x17\xcb\x24\x4b\xa5\xbd\x60\x0d\xf5\xd5\x5e\x88\x8f\xad\x03\x0b\x2e\x3e\x96\x5f\x47\x6a\x26\xc1\xe2\x63\x29\x3e\xb6\x88\x39\x9b\xe2\x63\x4a\xfc\x4a\xe0\x48\x6d\x48\xe2\x45\x30\xd9\x34\x24\xb1\x12\x44\x2e\x4e\xf1\xb1\x94\x0b\x5b\x1e\x41\xca\x85\x29\x01\xae\x98\x72\x61\x4a\xfc\xca\xee\x48\x2d\x17\xb6\x60\xfd\x52\x2e\x4c\x09\xcf\x7c\xe5\xc2\x94\xe7\x31\x0a\xaf\xa5\xf9\x3a\x52\xdf\xfe\xa5\xcd\x48\xe3\x03\x12\x98\x02\x5f\xf9\x03\xbe\x9e\x77\x0a\x7c\x25\x90\x97\xa1\xe0\xd3\xf0\xc3\xca\xf3\x87\x3e\x76\x99\x46\x36\xf0\x7d\x13\xf8\x4a\x49\xae\x45\xb8\xf5\x94\xe4\x52\xe2\xc0\x90\x49\x72\x29\xc7\x02\x1c\xcc\xb4\xe9\xa6\x4d\x17\x67\x0a\xe1\xae\x94\xe4\x5a\x80\x83\x29\xc9\xa5\xc4\xc1\x92\x4b\x92\x4b\x09\x3f\xa8\x24\x97\xf2\xfc\xa5\x69\x66\x97\xa5\x9f\x67\xdb\x92\x5c\x69\xe4\xe2\x45\xe8\xd4\x34\x72\xb1\x12\x90\x9a\x69\xe4\xe2\x14\xf8\x5a\x84\x4e\x4d\x81\xaf\x04\xf8\x32\x4c\x7d\x0a\x7c\xa5\xc0\xd7\x3a\x19\xa6\x05\xbe\x94\x20\x0e\x72\x0a\x7c\xa5\xc0\xd7\x22\x26\x6a\x0a\x7c\x29\x46\xb3\x4f\x81\xaf\x14\xf8\x5a\x1e\x10\x0b\x7c\x29\x71\xb2\xff\x26\xf0\xa5\x84\xcd\x54\xa2\x4b\x39\x16\x71\x47\x53\xa2\x2b\x21\xba\x02\xb0\x34\x25\xba\x52\xa2\x6b\x9d\xd7\x5f\x63\xde\x29\xf0\x95\x40\x5e\x06\xd8\x4f\x03\x1b\xa7\x24\xd7\x22\x2c\x68\x4a\x72\x65\xfe\x5a\x19\xdd\x5f\x44\x2b\x45\xb4\x16\x54\x5e\x8a\x68\xa5\x88\xd6\x0a\x8b\xed\x78\x06\xa2\x15\x27\x07\x4c\x22\x5a\x29\xa2\xb5\x08\xd9\x96\x22\x5a\x4a\x9c\x87\x7f\x69\xbd\x3a\x9e\x79\x04\x29\xa2\xa5\xc4\xf9\xfb\x4b\xeb\xd5\xf1\x2c\xec\x02\x8e\x67\x48\x10\x62\x39\x45\xb4\x94\xd0\x3f\x40\x44\x4b\x79\xfe\xd2\x34\xf3\xc1\x78\x66\xef\x14\xd1\x4a\x11\xad\x15\x1c\x9e\x88\x68\x25\x58\x56\x10\x14\x39\x0d\xaa\x9b\x06\xd5\x5d\x04\x38\x48\x83\xea\x2a\x01\x89\x9b\x06\xd5\x4d\x83\xea\x2e\x70\xb7\x34\xa8\xae\x12\x44\x3b\x4e\x83\xea\xa6\x41\x75\x17\x31\xbd\xd2\xa0\xba\x4a\x10\xed\x38\x65\xc0\x94\xb0\x17\x1b\x54\x57\x39\x16\x41\x15\xd2\xa0\xba\x4a\xd8\x8b\xcb\x69\xa9\xf4\xd8\x22\x44\x56\x4a\x8f\x29\x71\x5a\x50\x47\x42\xe9\xb1\x15\x4c\xda\xa4\xc7\x94\x38\x59\xa5\x48\x8f\xa5\xb1\x77\x57\xd0\x44\x8d\xbd\xab\x84\x36\xc1\xd8\xbb\x69\xec\xdd\xe5\xc1\xad\xb1\x77\x95\xd0\x26\x18\x7b\x37\x8d\xbd\xbb\x08\x27\x95\xc6\xde\x55\x02\x98\x38\xc5\xd3\x94\x20\x10\x73\x1a\x7b\x37\x25\xd6\x96\x27\xb2\x12\x6b\x09\xa5\x16\xa7\xdf\x45\x3b\x21\xb1\xb6\x08\xe3\x94\x12\x6b\x4a\x68\x61\x8c\xbd\x9b\x06\xd5\x5d\x9e\xc8\x1a\x35\x57\x09\x2d\x8c\x51\x73\x53\xd6\x6d\x81\xfa\xa5\xac\x9b\x12\x70\xce\x59\x76\xe3\xb2\x1b\x13\x02\x22\xcb\x6e\x8c\xc4\xe9\x57\x76\x62\x2b\x25\xb7\x08\x86\x93\x52\x72\x59\xf6\x53\xec\x95\x94\x5c\x4a\xc9\x2d\x4f\x42\xa5\xe4\x94\xd0\x5e\x49\xc9\xa5\x94\xdc\x22\xce\x4b\x4a\xc9\x29\x41\xa8\xe7\x94\x92\x4b\x29\xb9\x45\xf4\x88\x94\x92\x53\x42\xb3\x26\x25\xa7\x84\xae\x30\x52\x72\xca\xb1\x88\x7e\x92\x52\x72\x4a\x9c\xb6\x40\xc7\x33\x29\xb9\x45\xf4\x93\x94\x92\x53\x42\x83\x28\x25\x97\xe2\x6f\xcb\x73\x55\xf1\x37\x25\x4e\x5b\xa0\x93\x69\xb9\xb6\x45\x58\x8f\x94\x6b\x4b\x83\xd5\x2e\x62\x40\xa4\x10\x9b\x12\x3a\xdb\x18\xac\x36\xe5\xda\xd6\xb0\xca\xb5\x51\x42\x6c\xcb\x43\x54\x21\xb6\x94\x4e\x5b\x44\x18\x48\xe9\x34\x25\x08\x3a\x9d\xd2\x69\x29\x9d\xb6\xb8\xc9\x3e\xa5\xd3\x94\x38\x59\x86\x48\xa7\x25\x88\xd9\xf3\xd8\x53\x25\x32\x66\x29\x50\xb6\x60\xf8\x52\xa0\x4c\x09\xe2\x55\x67\xdb\xb5\x8c\xce\xba\xb8\x0a\x3d\x8d\xce\xaa\x04\xf1\xaa\xd3\xe8\xac\x69\x74\xd6\xe5\xe1\xa1\xd1\x59\x95\x70\xdc\x30\x3a\x6b\x4a\xac\x2d\xb0\xbe\x94\x58\x53\x42\xc7\x22\x43\xb1\x2a\xc7\xba\xf8\x0e\x86\x62\x55\x42\xc7\x22\x43\xb1\xa6\x10\xdb\xba\x30\xdb\x42\x6c\xd9\x0e\xa4\x74\x71\x21\xb6\x14\x62\x5b\xdc\xf3\x9d\x42\x6c\x4a\x10\x81\x27\x85\xd8\xd2\x18\xab\xeb\x3a\xfd\xb5\xdb\x34\x8a\x80\x25\x10\x62\x53\x9e\xc7\xc8\xc8\xfd\x35\x8d\x41\xde\x8f\xc5\x95\x20\x29\xeb\xb6\xb8\xb5\x3b\x65\xdd\x94\xd0\x77\x49\xd6\x4d\x89\x93\x29\xbc\xac\x9b\x72\xac\x0b\x5b\x63\x28\x56\x25\x74\x67\x32\x14\xab\xf2\x3c\xe6\xaf\x2d\xd3\x68\x70\xcc\xf4\x45\xe2\x52\x24\x6e\x79\x98\x2a\x12\xa7\x04\xa1\xac\x53\x24\x2e\x45\xe2\xd6\x35\xfe\xfa\x5e\xd4\x94\x98\xcb\xb6\x4f\x5d\x7e\x11\xfb\x54\xdb\xa7\x58\x43\x48\xcc\xa5\xc4\xdc\xba\xac\x43\xfb\x94\xc4\xdc\xf2\x60\x55\x62\x2e\x25\xe6\x16\x97\xdc\xa6\xc4\x9c\x12\x84\x31\x4a\x89\xb9\x34\x80\xe9\xe2\x52\xd7\x34\x80\xa9\x12\x5c\xa6\x90\x46\x28\x4d\x23\x94\x2e\x02\xec\xa7\x11\x4a\x95\xe0\x32\x85\x34\x42\x69\x1a\xa1\x74\xc1\x15\xa6\x11\x4a\x95\x20\x28\x52\x8a\xe4\xa5\xe1\x48\x17\x37\x92\xa6\xe1\x48\x95\x38\xed\x79\x9e\xdf\x49\xee\x2d\xb8\xc2\x94\xdc\x53\x82\xc8\xd9\x29\xb9\x97\xdb\x4e\xcb\xa5\x9c\xb9\xed\xb4\xdb\x4e\x8b\xa9\xdf\x76\x5a\xc3\x91\x2e\xae\xd6\x4c\xc3\x91\x2a\xe1\x4c\xc8\x70\xa4\x69\x38\xd2\x45\x78\xfa\x34\x1c\xa9\x12\xba\x93\x89\x06\xa6\xe1\x48\x17\x17\x64\xa6\xe1\x48\x95\xe0\x56\x87\x34\x1c\xa9\xf2\x3c\x76\x92\xb6\x4c\xe3\xa3\xb2\x10\x32\x1c\x69\x0a\x1a\x2e\x4f\x4c\x05\x0d\x95\xe0\xf2\x87\x94\x24\x4c\xc3\x91\x2e\xee\xaa\x4c\xc3\x91\x2a\xc1\x55\x0f\x69\x38\xd2\x34\x1c\xe9\xe2\x62\xca\x34\x1c\xa9\x12\x04\xd3\xce\xad\xf1\x90\x4b\x5c\x9e\x7b\xca\x25\x2a\xa1\x47\x9c\x5c\xa2\x12\xdc\xfe\x90\x86\x23\x55\x8e\xc5\x15\xde\x29\xaa\xa8\x84\x4e\x72\xa2\x8a\x29\x83\xb8\xb8\x4b\x32\x65\x10\x53\x06\x71\x4d\x26\xa4\x32\x88\x29\x83\xb8\xa6\x15\x67\x9f\xda\x8e\x91\xac\x7b\x64\x10\x53\x06\x71\x41\x68\xa6\x0c\xa2\x12\xfa\xdc\xc9\x20\xa6\x0c\xe2\xe2\x1a\xba\x94\x41\x54\xe2\xfc\xfd\xa5\xa5\x77\x8c\xe4\x32\xb9\x94\x41\x54\x82\xa0\xdb\x29\x83\xa8\xc4\xe9\x8f\x39\x46\x1a\x67\x74\x71\x13\x5b\x1a\x67\x54\x09\xee\x9c\x48\xe3\x8c\x2a\xcf\x63\xa6\xf9\xe9\xed\xcf\x2c\xb6\x8c\x33\x9a\x06\x10\x5d\xdc\x28\x5d\x72\x89\xf5\xe3\x12\xd7\x93\x32\x4d\x61\xbb\x82\xf0\x60\x25\x97\x58\x72\x89\x8b\x2b\xd1\x4a\x2e\x51\x09\x3c\x04\x4b\x2e\xb1\x04\x0e\x17\xf7\x9f\x95\xc0\xa1\x12\x44\x11\x2b\x81\xc3\x7a\x4d\xb3\x71\xf8\x86\x36\xad\x79\xec\x26\x69\x93\x64\x9b\xe1\xde\xe9\x92\x4b\x54\x82\x30\xdc\x25\x97\xa8\x04\x97\x66\x94\x5c\xa2\x72\x2c\x6e\x2c\x2b\xb9\x44\x25\x88\xcc\x5d\x86\x1e\x55\x9e\xc7\x4c\x5b\xa6\x2d\x1e\x3b\x49\xba\x4d\x32\xbb\x27\x69\xb7\xf9\x60\xa8\x0a\x2b\xf2\x36\x1f\xf7\xef\xa5\x64\xf7\xf6\xa5\xb7\x2f\xbd\x48\xf2\xa5\xce\x0c\xb9\xee\xab\xc4\x17\x95\x20\x5a\x77\x89\x2f\x96\xf8\xe2\x02\xbd\x2d\xf1\x45\x25\x88\xd6\x5d\xe2\x8b\x4a\x10\x99\xbb\xc4\x17\x95\x63\x41\xde\x96\xf8\x62\x81\x2f\x46\xf8\xf9\xde\x96\xca\x8e\xc0\xcd\xd5\x25\xbe\xa8\x04\xe1\xb5\x4b\x7c\xb1\x0c\x47\xba\xb8\x83\xaa\xc4\x06\xeb\xf5\x6b\x6d\x93\xbc\x7d\xad\x37\x5a\x1b\x21\xb7\x4b\x6c\xb0\x5e\xbf\xd6\x36\xf9\xd3\xf4\x0d\x8e\x1e\xd0\xb8\x25\x36\x58\x62\x83\x0b\x4c\xb5\xc4\x06\x0b\x6c\x30\xc2\x16\xd2\x3e\xe6\xe8\x71\xfb\x05\xdb\x72\x31\x7a\x10\x9a\xbb\xc4\x06\x4b\x6c\x70\xdd\x7e\x9a\xb6\x7e\x19\x3d\x58\x0e\x96\xd8\xa0\xf2\x3c\xe6\x9f\x7e\x4d\xfb\xf2\x18\x95\xc9\xa9\x60\x49\x17\xae\xdb\x3a\xdf\xe6\x6d\x5b\x4b\x54\xe6\x36\x6f\x2c\x11\xc3\xf6\xb6\xfd\x0c\x8e\x3b\xb7\x95\xb9\xcd\x2e\xe3\x4e\xd8\xde\xb6\xd9\x75\x67\xf4\x3e\xe2\x2f\x07\xef\x02\x4e\xfc\x49\x84\xcd\x71\x5b\xd5\x8e\x5e\x5c\xfc\x51\x32\x8a\x05\xa3\x18\x44\xeb\x2e\x19\xc5\x92\x51\x5c\x5c\x86\x51\x32\x8a\x4a\x10\x9a\xbb\x64\x14\x4b\x46\x71\x71\xcb\x45\xc9\x28\x2a\x41\x68\xee\x92\x51\x2c\x19\xc5\x75\xfb\xa7\x97\x2f\x65\xf4\x62\x5d\x5c\x32\x8a\x4a\xb0\x06\x2e\x19\x45\xe5\x58\xdc\xe9\x50\x32\x8a\x4a\x10\xad\xbb\x64\x14\x95\xe7\x31\x8a\xc0\x80\xa6\x04\xd1\xba\x4b\x46\xb1\x64\x14\x17\x77\x3a\x94\x8c\x62\xc1\x25\x06\x91\x05\xeb\xd0\x86\xc9\x28\x2e\xce\x81\x4b\x46\x51\x89\xf0\x05\xda\xb0\x43\x1b\xc6\xe5\x07\x75\x68\xc3\x90\x88\xdf\x0b\x2c\xbc\xc6\x09\xfe\xb5\x0e\x8d\x13\x12\x44\xeb\x2e\xe9\x46\x25\x58\xb2\xd7\xa1\x71\x3a\x34\x4e\xf0\xf8\x75\x68\x9c\x0e\xad\x4e\x50\x6d\x5a\x1d\x81\xc7\xc5\x39\x70\x09\x3c\x2a\x11\x96\x80\x85\x66\x09\x3c\x2e\x58\xf6\x12\x78\x54\x82\x30\xdc\x25\xf0\x58\x87\x56\x07\x34\xb7\x0e\xad\xce\xa1\xd5\xb1\xa0\x5a\x1d\xb9\xc8\xc5\xa1\x6f\xc9\x45\x2a\x11\x83\x7c\x68\x62\x64\x20\x17\xc7\xb4\x25\x03\x59\x30\x90\x81\x9b\x76\xc9\x40\x96\x0c\xe4\xe2\x92\xdd\x12\x72\x54\x82\x2d\x86\x12\x72\x2c\x21\xc7\x05\x87\x5b\x42\x8e\x4a\xb0\xc5\x50\x42\x8e\x75\x7c\x7c\xe9\x4d\x43\x22\xac\x8d\x12\x6c\x31\xd4\xf1\x61\xd4\x90\x85\x5c\x70\xb8\x25\x0b\xa9\x04\x01\xbc\x4b\x16\x52\x09\x82\x75\x97\x2c\xa4\xf2\xfc\x25\x45\xf8\x9a\x5d\xc6\x5a\x82\x75\x97\x2c\xa4\xf2\x3c\x46\x76\xb5\x7e\x87\xd6\xcf\x4f\xaa\xf5\x3b\xbe\x1a\x18\xc6\xc7\x83\x7b\xb7\x94\x08\x3f\x29\x87\xa3\x25\x32\xb9\x40\x89\x4b\x64\xb2\xc0\x24\x83\x1d\x91\x32\xe4\x6c\x89\x4c\x2e\x0e\x9a\x4b\x64\x52\x89\xb8\x78\x41\x9a\x37\xbc\x5f\x17\x8c\x70\x89\x4c\x2a\xc1\xc6\x49\x89\x4c\x96\xc8\xe4\x82\xea\x2d\x91\xc9\x3a\xca\x37\x68\x42\xca\x37\x94\x6f\xa0\x7a\xcb\x37\xb8\x56\x06\x3f\x2d\xc9\x4a\x25\xc2\x26\x58\x96\x5e\x9b\x0e\x7e\x5a\x92\x95\x75\x68\xd3\x27\x55\xae\x4d\x3f\xb4\xe9\x6f\x8d\x94\x36\xfd\xd0\xa6\xdb\x52\xb5\xe9\x32\x99\xeb\xad\xa5\xd1\xe4\x1e\xda\xd7\xb7\x7d\x46\xfb\x7a\x68\x5f\x19\x97\x0c\x7d\xab\x3c\x8f\x91\x39\x0d\xe8\xa1\x01\x9d\x94\x54\x03\x2a\xe1\xb9\x80\xfa\x4a\xc2\xb3\x4e\x0d\x28\x7d\xe1\xd4\x80\x4a\x78\x2e\x4e\x9a\x4b\xc2\x53\x09\xf6\x8d\x4a\xc2\xb3\x24\x3c\x17\x08\x5b\x49\x78\x2a\x41\x94\xf0\x92\xf0\xac\xd3\xa5\x3d\x20\x5a\x89\x73\x2a\xc1\xf6\x52\x89\x73\x2a\xcf\x63\xa6\xf9\x52\xad\xe5\x22\xbb\x5a\x4b\x71\xce\x05\x9e\x55\xe2\x9c\x4a\x10\x24\xbc\xc4\x39\x4b\x9c\x73\x81\x67\x95\x38\xa7\x12\xdc\x68\x55\xe2\x9c\x75\x6a\x2d\xdf\x16\x4b\x6b\x79\x6a\x2d\xe9\xf5\xa7\xd6\xf2\xd4\x5a\xbe\xcd\x88\xd6\xf2\xd4\x5a\x3e\xcb\xa6\x3a\xb5\x96\xc6\xe5\x5d\x6f\xff\x54\xd3\x78\x6a\x1a\x17\xd5\xab\x69\x3c\x35\x8d\xd0\x3a\x75\x6a\x1a\x4f\xe7\x6d\x8b\x1a\x77\xde\x26\x43\xba\xa0\x75\x4a\x86\xb4\x4e\x27\x64\x8b\xec\x3a\x21\x93\x21\x5d\x70\x2d\x25\x43\xaa\x04\x01\xc1\x4b\x86\xb4\x64\x48\xd7\xfb\xed\xaf\x59\x04\x4d\xe3\xed\x5f\x5a\x84\xdb\x97\xd2\xed\xcf\xbb\x4d\xc3\xfc\xdc\x7f\x7d\x3f\x4b\x9d\x37\xd6\x49\x12\x75\xe1\x0d\x50\x92\xa8\x4a\x84\xa5\xd1\xe6\x8a\x9d\xde\xc0\x26\x25\x76\xaa\x04\x37\x88\x94\xd8\xa9\xf2\x3c\x66\x9a\x9f\xdc\xa9\xde\x4d\xed\x3b\xd5\x13\x3b\xbd\x5f\x2f\xd2\x34\xd7\xa7\x53\x3d\x6c\xae\xd8\x69\x9d\x1f\x5f\x7a\x50\x6a\xcd\xf5\xa9\xb9\xbe\xa9\x7d\xcd\xf5\x89\xb9\xbe\xf1\x4a\xa8\x53\x73\x7d\x6a\xae\x59\x45\x9c\x9a\xeb\x13\x3b\x7c\xc3\x60\xd4\xa9\x1d\x3e\xb5\xc3\x58\x70\xb9\xd6\x82\x61\x3d\x6e\x38\x87\x12\x62\x55\x82\x1b\xcb\xea\xd4\x9a\xca\xb5\xde\x90\x09\x25\xd7\x5a\xa7\x66\xd2\xcf\xab\x99\x94\x6b\xbd\x21\x02\x4a\xae\x55\x89\xf0\xf3\x6a\x26\xcf\xb4\x08\x8c\xd4\xa7\x66\xf2\xd4\x4c\xbe\xfd\x4b\x8b\x80\x99\xbc\xf1\xb4\x2f\xf1\xd7\x3a\xcb\xfc\x6a\x01\xb4\x7f\xa7\xf6\x8f\x71\xe3\xd4\xfe\x49\xc9\xde\xf8\x78\x97\x94\x6c\x9d\xda\x3f\x1b\x90\xf6\x4f\x4a\xf6\xc6\xf1\xb9\xa4\x64\x95\x20\x1c\x78\x49\xc9\x96\x94\xec\x8d\xe3\x73\x49\xc9\x2a\x41\x38\xf0\x92\x92\x2d\x29\xd9\xfb\x65\xd7\x76\xb2\x7a\x3a\x59\xb5\xbd\x69\x39\x91\x20\xcc\x77\x49\xc9\x2a\xcf\x5f\xf2\x6b\x1a\x53\x24\x86\x4d\x50\x63\x2a\x25\x7b\xbf\xb4\x4e\x1a\x53\x24\x08\xf3\x5d\x52\xb2\x25\x25\x7b\xe3\x0e\x5c\x52\xb2\x05\x19\x1b\x84\xf9\xae\xd0\x98\x4a\xc9\xde\x2f\xba\xb6\x94\xac\x12\x5c\x4c\x57\x52\xb2\x25\x25\x7b\xe3\x37\x5b\x52\xb2\x4a\x40\xe4\x94\x94\x6c\x49\xc9\xde\x78\xbf\x96\x94\xac\x12\x10\x39\x25\x25\x5b\x71\xf9\x52\xda\x60\x68\x4c\x91\x20\xcc\x77\x85\xc6\x54\x98\xf6\xc6\x3b\xb4\x84\x69\x95\xe0\x36\xbc\x12\xa6\x2d\x61\xda\xfb\xf5\xe6\xa5\x1a\x53\x60\xda\x20\xfe\x71\x09\xd3\x96\x30\xed\x8d\x3f\x67\x09\xd3\x2a\xc1\xae\x76\x09\xd3\x2a\xcf\x63\xbc\x61\xfa\x52\xbc\x64\xd9\xd5\x2e\x63\x44\x97\x30\xed\x4d\xc4\xff\x12\xa6\x55\x82\x68\xca\x25\x4c\xab\x04\x61\xae\x4b\x98\x56\x79\xfe\x92\x7a\xd3\xbe\x22\xc1\x7e\x78\x09\xd3\x2a\xcf\x63\xfe\x9a\xf9\x60\x86\x3a\x4e\xdf\x69\xe1\x39\x32\xbd\x0f\xeb\x6d\xfd\xf2\xf6\xe5\x31\xea\x83\x23\xd3\x92\xb9\xbd\xf1\x85\x2c\x99\x5b\x25\x88\x86\x5d\x46\xa1\x2e\xa3\x50\xdf\x87\x25\xd5\x5a\x23\x41\x34\xec\x32\x0a\x75\x19\x85\xfa\xc6\x17\xb2\x8c\x42\xad\x04\xd1\xb0\xcb\x28\xd4\x65\x14\xea\xfb\xb0\x58\xda\x59\x24\x06\x93\x08\x39\x5f\x25\x08\x9a\x5d\xe1\xdc\x36\xb4\xa9\xc7\x2f\xcd\xc2\xbf\x2d\x3c\xf5\xa1\x4d\x95\x10\xbe\xf1\xd5\x2b\x11\xe0\x02\x01\x0e\x62\x55\x97\x08\x70\x89\x00\xdf\x78\xb4\x94\x08\xb0\x12\xc4\xaa\x2e\x11\xe0\x32\x7e\xf5\x8d\x57\x5b\x19\xbf\x5a\x09\x6e\x50\x2c\xe3\x57\x97\x08\xf0\x8d\x7f\x59\x89\x00\x2b\x31\x58\x4a\x89\x00\x2b\x41\x94\xeb\x12\x01\x56\x9e\xbf\xe4\x05\xce\x6d\x91\xe0\xee\xc5\x12\x01\x56\x9e\xc7\x28\x82\xd6\x18\x89\x61\x09\xb4\xc6\x22\xc0\x37\xce\x57\xf5\x0e\xf2\xf1\x5e\xfd\xe7\x1f\x5c\x59\x50\x6f\xeb\xfb\xdd\x9c\xa8\x3d\xcf\x7c\x7c\xe6\xf3\x3c\xc3\x86\x79\xe9\xd8\x55\x9f\xcf\x8b\x2a\x7b\x52\x9c\x73\x7e\x76\xff\xf9\x87\x9d\xec\xeb\x5f\x7d\xe3\xf3\xe7\x1f\x44\xa1\xae\xef\x78\x91\xf2\x74\x7f\xa2\x29\x97\x0e\x3b\x85\x6f\x0c\x17\x3a\x96\x8e\x2d\xf5\x7d\xde\x45\xe8\xd9\xd2\x29\xa4\xbe\xef\xcf\x9f\x7f\x5c\xaf\xbf\x76\x4e\x2b\x7d\x41\xea\xfb\x58\xe7\x8b\x26\x94\x66\x25\x9f\x1f\x05\xab\x29\xcf\xe1\x15\x22\xb6\x94\x27\xe3\xc5\xbd\xa7\x04\x67\x29\xaf\x38\x55\x26\xd6\x30\xc1\xbb\x2b\x9f\xb5\x0a\x21\x57\x2a\xfd\x8c\xf9\x14\x9b\xc8\x20\x55\xbe\xab\x9e\x77\x71\x57\x5a\x95\xef\xe2\x7c\x09\xaf\xe8\x6a\x9f\xe9\xe7\x19\x2e\xce\x28\xcf\x29\x8a\xa3\x83\x03\x2a\xb3\x3c\x32\x28\x36\xee\x0f\xfc\xfe\x8a\xdd\xfb\xbf\x95\x77\xd7\x01\xfe\xf4\x8b\x9f\xea\xd7\xf3\x53\x41\xd0\xf3\x76\xbf\xa9\x5f\xb9\xff\xfc\x23\x38\xa2\xe9\x57\xbd\x48\x7a\x64\xd0\xfb\x9a\xbd\x9c\x47\x9e\x66\x44\x3c\xbe\x7e\xb1\x48\x50\x82\x3d\xd6\x7e\x31\x46\x36\xbb\x33\xc1\x9d\x85\xfd\xea\x5f\xd2\xfa\xf3\x8f\xf5\xcb\x04\x28\x6e\xbf\x9e\x5a\x08\x22\xac\xf5\x61\xbe\x0e\xf2\x05\x54\xd4\x87\xf9\x3a\x92\xa4\xc7\x4c\xf6\xf1\xe4\xf1\x27\x01\x1c\xd8\x87\x59\x3d\x9e\x9f\x0f\x6e\xcb\xee\xc3\x9f\x47\xd6\xfb\xc5\x53\x0c\xa3\x7d\xf0\x46\xee\x20\xee\xd3\x37\x9e\x91\x84\x5a\x5f\x24\x95\x49\x45\xd2\x49\x52\x93\x44\xbe\x88\xee\xd4\x4e\xe4\xfa\xdc\x8f\xad\xe6\xf6\xaf\x3e\x89\x8a\xac\xc4\xdb\x3f\x24\x28\x72\x9f\xbc\x91\x59\x69\x87\x6f\x44\x02\xb2\xba\x23\x4e\x93\x1e\x5b\xc2\x42\xa3\x23\x82\xa4\xb1\x78\xea\xf9\x79\x06\xc5\x9f\xfc\xd7\x53\x0c\x8d\x1d\xd7\x7e\xfa\xcf\xf1\x14\x28\x26\x35\x81\x04\x61\x2f\xda\x41\xaa\x63\xe6\xf3\x54\x98\x54\x26\xd5\xf3\x69\x1f\x7b\xd3\xc1\xa6\x6c\x07\x7d\x88\x49\x4c\x6b\x44\x3b\x9e\x69\xd0\xc0\xdb\xb1\x83\x58\x10\xca\x60\xbe\xdf\x41\x27\x56\x06\xb7\x7a\x74\xd8\x26\xe2\x69\x07\x03\x67\xe1\x8e\x32\xf7\x8f\x0c\x56\x00\x1d\x65\xee\xeb\xc3\x53\xfe\x21\x55\x18\xfd\xe2\x29\x92\xda\x4c\x3c\x32\x0e\x73\xdf\xd6\xd7\x23\xd7\xcd\xa7\x8d\xb6\xbe\x1e\xfb\x33\x98\x57\x77\xb4\x99\x78\x64\x30\x9d\xed\xb0\x15\x22\x03\xcf\xde\x0e\x9b\x49\xf4\x97\xa7\x28\x23\xfb\x80\xca\xc0\xf0\x76\xb4\xf5\xf5\xc8\xe0\xb0\xbd\xa3\xad\xaf\x47\x06\x7e\x89\x1d\x4d\xc3\x8c\x4d\xee\xfd\x68\xdb\xdc\x6f\x72\x3f\xc8\xd7\x36\xf7\x8f\x0c\x10\xe6\x8e\x6d\xee\x37\x55\x38\x68\x13\xdb\xdc\x6f\x72\x4f\xbb\x8f\x6d\xee\xf7\x9b\xa7\xfc\xc3\x8f\x49\x4f\x15\x32\xd3\xea\xb0\x15\x22\x03\x73\xdd\x61\x2b\x8c\x67\x8e\x36\x98\x41\x75\x6c\x73\x8f\xe5\xc5\xf4\xf6\xb0\x61\x22\x03\xef\xd9\x1e\x36\xcc\xf1\x34\xc6\xc1\xf4\xa6\x47\x0c\x93\x26\x4f\x1d\x24\x2d\x93\xc8\xc4\x63\x86\x7a\xc4\xd7\xa4\x2f\x49\xfe\x7c\x9a\x44\xad\x5e\x83\xa4\x32\x89\x7c\x9d\xfe\x3c\xf9\xe2\x72\x89\x81\x5f\x6b\x8f\x61\x26\x1e\x19\x8c\xf8\x3d\x98\x4d\xf6\x18\x34\xdf\x8b\x9f\x1f\xbf\x3f\x6c\x06\x0e\xf2\x35\xf8\x1c\xe3\xe2\xb7\x16\x3f\x7f\xf9\x5b\xcf\xc4\x70\x70\x5e\xdd\xe3\xb2\x40\x8f\x0c\xa2\x57\xf7\x60\x8e\xa8\x0c\xfc\x24\x7b\x30\x47\xec\x71\x39\x2e\xdd\x24\x59\xc6\x47\xc6\x65\xbe\x2e\xcb\x78\x51\xc6\x65\x92\x65\xbc\xc8\xd7\x49\x81\x2e\xf3\x35\x79\xe3\xc9\x6f\x4d\xdf\xf8\x4c\x00\xc7\x15\x3c\x85\xeb\xa7\x32\x70\xaf\x6c\x6f\xc6\x68\x6e\xc3\x18\xdc\x5d\xdb\x63\x9a\x09\x3b\x32\x1d\x66\xd8\x91\xc7\xdc\x3c\xc5\x1f\x12\x4a\x50\x19\x0c\xcf\xed\xf5\x19\xca\xb8\x06\xc5\x5e\x56\xce\x23\xe3\xb2\x01\x2c\x2b\xfa\x91\x81\x23\x65\x7b\xa3\x86\x32\xae\x49\x19\x97\xb9\x7f\xe6\x88\x86\xec\xee\xb1\xcc\xea\x22\xab\xeb\xaf\x57\xcb\x3d\x96\x25\x59\x54\xa7\x25\x59\x56\x27\x26\x09\xff\xcc\xf6\xe2\x0b\x65\xe0\x64\xd9\xe3\x6d\xb6\x9f\xb5\xb2\x91\x9c\x7b\xbc\xfd\x5a\xcf\x1c\x6e\x4c\x5b\xf7\xdb\xea\x7c\x53\x9d\xd8\xfe\xf1\x36\x8f\xcf\x1c\xc1\x40\xce\x3d\xde\x66\x62\xfb\xc6\x27\x13\x97\xdd\x82\x4b\x00\xc6\x69\x12\x73\x66\x65\x70\x76\xd0\x5c\x0e\xf0\xc8\xf3\x87\xdc\x48\xd1\x86\x23\x6f\x40\xff\xc1\x06\x55\x5f\xef\x36\xa9\xff\x69\xf1\xae\x37\x8d\x01\xce\xff\x67\xf1\xc4\xfc\x95\x9f\x79\x13\xf3\x6f\x30\xfe\x9f\x79\x23\x30\xf8\x4f\x7e\xb6\xcc\xf8\xe0\x4d\x2c\xf0\x9f\x2d\x33\x16\xb8\x32\x70\xd6\x6c\xe2\x82\xff\xad\x2f\xca\xc8\x8a\xbb\xa7\x65\x9c\xcf\x68\x33\xb8\x4a\xbb\xa7\xa3\x0d\x32\xf0\x63\x6e\xe9\xf1\x9e\xb4\xee\xc1\x6f\x4d\x5b\x37\x32\x70\x3c\xee\x79\xf1\xc6\xb9\xec\x88\x24\x59\x13\x44\x83\xfd\xb5\xc8\x99\x5f\x93\xbe\x7f\xfe\x71\x11\xbc\xba\x67\x92\x7b\x58\xe0\xc1\x9d\xc0\x0d\x10\xfc\x93\x69\xd7\x17\x0b\xee\x49\xee\xe7\x33\x3d\xef\x65\xee\x17\x6f\xe4\x34\xb8\x0d\x1f\xd9\x8b\xa7\xb8\xf2\xb6\x6f\x9f\xba\x79\x0a\xe4\xab\x25\xef\x9a\xc0\x70\xc6\x37\x6b\xe3\xc2\x29\x97\xe6\xcd\xb8\x70\x0d\xa8\x36\xde\x8b\x24\xf3\x85\x0c\x2e\xb0\x6b\x99\xb5\xbe\x9f\x37\x5e\x6c\xe2\xb4\xb3\xe4\x7e\x3f\x16\xf3\x62\x1b\xa3\xdf\x71\x99\x74\x3d\xf3\x3c\x5a\xce\x3b\xf8\x79\xe6\xd2\x17\xd7\x1f\xb4\x93\xe9\x06\x17\x32\x98\x4d\x4b\x0b\x29\x17\xa0\x68\x4b\x0b\x35\x61\x99\x2e\x80\xa7\x36\x2a\x93\x72\x01\x0a\xb4\x51\x99\x1a\xce\xe5\x3a\xc8\xfd\x9b\x0d\x00\x45\x27\x89\x26\xa4\xd2\x23\x4f\x26\x70\x6b\x6d\xe7\xef\xcd\xfc\xfd\xc2\x75\xb9\x9d\xc0\x37\x94\xc4\xc5\x69\x77\x7f\x6c\xd1\xc8\x05\xa3\xde\x1f\x5b\x34\x72\x71\xaa\xda\x4c\xf9\x7f\x72\xb1\x6d\xda\xd2\x15\xfd\xf9\x9e\x3c\xf5\x7c\x34\x49\x0a\x45\x90\xa2\x3f\x2c\x65\xfa\xd3\xfc\x21\x13\x42\xc9\x07\xe5\x62\xcb\xb8\x3f\xce\x07\x3e\xcf\xb0\x7e\x71\x0d\x4b\x7f\x1c\xd6\x91\x6b\xd0\xdd\x85\x1c\x9a\xc5\x86\x57\xf9\xb7\xab\x8d\x66\xdd\x70\x39\x60\xbb\x70\xe8\xef\x63\x54\xae\xe1\x53\x2c\x1c\x95\xe9\xa7\xd5\x9b\xbc\x89\xfb\xe1\x6d\xf1\xfd\x25\x10\xbf\x72\x39\x2b\xfd\xda\xf9\xbe\xcd\x53\x8c\xe1\x5f\x27\x12\x88\x71\x12\xfa\xeb\x44\xe2\x4b\xbe\x08\x3e\xde\x2e\x3d\xda\xa5\x07\xc1\xab\xdb\xb5\x47\xe3\x85\x7a\x81\x75\xb7\x4e\xa8\xca\xe2\xd6\x97\x4e\x67\x0d\xac\x2c\xbc\x74\xb9\x5d\x5a\x28\x8b\xdd\xe3\x2e\x87\xf5\x8a\xa7\x72\x88\xe9\xd2\x15\x6f\x93\xde\xcf\xcf\x33\x8b\xaf\x60\x6e\xc1\x9a\xc4\xbb\x94\xdb\x45\x49\x17\x65\xe4\xb8\xac\xcb\x32\x22\xd7\x4d\x4d\x94\x06\x06\x2f\xc1\x8b\x5b\x81\x5b\x27\xc1\xae\xaf\x63\xf8\x45\x52\x98\x74\xf3\x14\x3f\xff\x35\x13\x8f\x0c\x96\xde\xed\x45\xf7\xca\xc5\x2d\xbe\x5d\x1c\xac\x74\x7d\x31\x43\xa7\x49\xd4\x2a\xd7\xdd\x5f\x5c\xec\xdb\x95\xc3\xa4\xa7\x8b\xb2\xa2\xee\xb2\x6f\x57\x92\x7b\xcc\x63\xa5\xb9\x4f\xa6\x41\x8c\xbb\xe5\xea\x02\xb9\x38\xca\xe9\x72\x75\x81\x0c\x97\x4b\xe5\x42\x08\xf1\xca\xd6\xae\xb2\x56\x8b\x32\x86\x49\x96\x91\xfe\x08\x58\xd8\xde\xa1\xaf\x0c\xfc\x0a\x5b\xf7\xc3\xae\x67\x5e\x77\x71\xdc\xd3\xe5\xbc\xae\x98\xc4\x0d\x2b\xda\x49\x1c\xf2\x9b\xf3\xe0\x75\xf8\x93\xeb\x6d\xbe\x9c\xd7\x95\xf3\xba\xf1\x7c\x0e\xd7\x8d\xca\x18\x63\xfd\xf5\x50\xdc\xb6\x8f\x7e\xa6\x7d\xde\xab\xda\xed\xb4\x0f\x19\x83\x59\x65\x6b\xcb\xfa\xb1\x5f\x17\x87\x2d\xdd\xce\x04\x91\x31\x98\x41\x74\xdc\x26\x3d\x7d\x80\x9b\x11\xbb\x9d\xf6\xb5\xd3\x3e\xec\x75\x3b\xed\x43\x2e\xd7\x36\x1d\x7c\x07\xbc\x28\xc7\x60\x44\xd5\x8b\x52\xb9\xb8\x53\xb0\xdb\x99\x20\x32\x88\x15\xd1\x38\x59\x3e\x42\xbe\x86\x49\xe6\x8b\xc1\x6c\x50\x77\x5e\xfa\xdf\x3d\x9e\x01\x88\xe3\x98\xee\x91\x26\xd1\xb0\x18\xb0\x7b\x98\xd5\x8b\x9a\x60\xd2\xea\x05\xff\xca\x80\x78\xea\x76\xbe\x88\x5c\x9c\xb2\x74\x3b\x5f\xec\xcb\x11\x95\xdc\x5f\xd6\xc4\xc5\x67\xa6\x9f\x37\xe1\xa7\x95\x71\xfc\xfe\x90\xd6\x8d\x6b\xa7\x97\xc0\xb6\xae\x9d\xca\x18\x93\x02\x4d\x8b\x3d\x79\x23\x5d\x4c\xcf\x4e\xe5\x37\x86\xf7\xb4\xd8\xcf\x14\xd2\xfb\x5e\x5b\x5f\x4f\x65\x0c\xac\x81\xbe\x9e\xdd\x93\x9a\x60\x06\xd2\xd3\x9a\x60\xc5\x78\x98\x55\x57\x8c\x3d\xf9\x42\xcb\x4c\xf8\x85\x98\x68\x0e\x33\xe1\x44\x13\xb9\xb8\x94\xad\xdb\x89\x26\x32\x34\xa8\xed\x44\x13\x4f\xd2\x8b\x93\x9f\xd6\x93\x54\x19\x1a\x54\x1d\x49\x95\x81\xcb\x6c\xeb\x48\xaa\x8c\xc1\x9c\xd8\x98\x09\xca\xc5\x2d\x6d\x6d\xcc\x04\x65\x0c\x0b\xe4\x74\x14\xb9\xb8\xa4\xad\x7b\x59\x6c\xe6\x9b\xc3\x02\x39\xdf\x44\xe6\xb0\x7d\x2d\x8b\x8d\x11\x04\x0f\x6d\x77\x5d\x94\x31\xcc\xbd\x53\x50\xe4\xe2\xd6\xb6\xd6\x61\x54\x19\xdc\xef\xd3\x3a\x8c\x2a\xbf\x11\x42\x7f\xd1\xc6\x39\xd4\xeb\x6c\x5b\xdf\x50\x65\x0c\x0b\xe4\xdc\xb5\x9d\xbb\xda\x30\x9d\xbb\x22\x03\x56\xac\xfb\x6d\x81\xd8\xf2\x72\xaf\xa1\x9d\xce\x22\x63\xfc\x72\x6f\x19\x19\x8a\xdf\xac\x64\xdd\x33\x52\xc6\x30\xf7\x1f\x0b\xc4\x74\x03\xdc\xb5\xdb\xe9\x06\x32\x86\x59\xfd\x98\xd5\xcf\xcd\xc0\xc8\x1b\x3f\xe6\xeb\x43\xfb\x62\x8a\xd0\x1f\xf3\xc5\xdc\x75\xfc\xde\x68\xbe\x1e\x99\xdc\xa5\xd6\xfd\xf9\xe5\x2b\xff\x39\xdf\x6c\x47\x54\x64\x0c\x76\x4a\xda\xd1\xa6\xd9\x4b\xe3\x0c\xac\xfb\x6b\x93\xfb\x62\x9c\x19\xc3\xdb\xd1\xa6\xbf\xcd\x53\x14\xfb\x6b\x5b\xfd\xd2\x56\xdf\x24\xa5\x7f\xf8\xc8\xe4\x5a\xaf\xd6\xdf\x55\x59\xcb\xba\x4f\x6b\xe2\x19\x3b\x26\x1b\x6a\xdd\x4e\x08\x91\x31\xb0\xfd\x9d\xd6\x44\xf2\xd1\xde\xfe\x96\x1f\xed\x99\xf4\x4e\x82\x66\x76\x3b\xe9\x45\xc6\x85\xa1\x6f\x27\xbd\xc8\x74\x8e\xd8\x69\xb1\x1f\x19\x97\x95\xe3\x30\x85\x4c\xee\xe5\xea\x76\x98\x6a\xc6\xa4\xcb\x9a\x70\x4c\xea\x67\x00\x9a\x5c\xcb\xd5\x3a\xeb\x2a\xe3\x62\xe5\xdf\xee\xe0\x74\xf1\x5b\x0c\x8c\x5d\xbf\xdf\x62\xc5\xc8\x9e\x51\xb7\x95\xd3\xcc\x79\x18\x80\xda\x49\x2f\x32\x2e\xa6\x1b\x3a\xf4\x2a\xf3\xa5\xd9\x76\xd7\x05\x19\x17\x5b\x06\xed\xae\x0b\x5e\xb7\xde\x50\xdc\xbd\x7f\x49\x4f\xaf\x5d\x56\xe1\xb6\xbe\xd8\x14\xe5\x02\x9d\xde\x8e\x5c\xb8\x7b\x7a\x7d\x70\x1b\x91\xa2\xb7\x4b\x4d\xcc\xf6\xb6\x6f\xef\xa7\x8b\x4e\xb7\x6b\xb6\x5d\x14\x99\xee\x94\x6c\xbb\x28\x32\x2e\x06\x1d\xdd\x43\x95\xdf\xe2\x76\xdb\x45\xf7\xd3\xd3\x26\x3b\xe7\xbd\xed\x69\xc8\xb8\x18\x87\xb6\x3d\x0d\x99\x90\xc1\xbd\xed\x69\xc8\x6f\xcd\xb6\xed\x69\x88\x97\xe2\x36\x9e\xa8\x3f\x19\xd7\xf5\xd7\xc1\xb1\x7b\x3b\xbf\xde\xcf\x64\x7a\xba\x6b\xb2\x9d\x4c\x23\xe3\x62\x8e\xa7\x53\x6b\xe3\xa1\xea\xc5\xba\xbd\xed\x9b\xc8\xc0\x9b\xbb\xf1\x5c\x7d\xe4\xe9\x75\x5a\xf5\x6d\xaf\x43\x06\xd7\x70\xf5\xb6\xd7\xed\xf4\x29\x7e\xcb\x46\x8a\x8c\xcb\x4f\x63\x23\xdd\x7c\x53\xa8\xba\xde\x7e\x53\x64\x69\xcb\xb6\xdf\x74\xf3\x4d\xe1\x56\xb6\x5b\xcf\xfb\x75\x3d\xbd\x0e\xe8\x63\xbf\xae\x5f\x12\x5f\xeb\x0c\x92\x4e\x92\x9e\xe1\x60\xe2\xf1\xbc\xf5\xe9\x54\x06\x5b\xcf\x5b\x9f\xce\xcd\x36\xf6\xc4\x0f\x71\xbb\x8d\xbd\xf1\x81\x9c\xf8\xcb\xed\xd7\xdb\xa7\xde\xec\x58\xdd\x3e\xb5\x4c\xba\x79\x8a\xdf\xe2\x33\x2b\x83\x29\xf7\x7e\xf1\x99\x37\x5e\x93\x13\x2f\xb5\xfd\xe2\x73\x28\x83\x9b\xbb\xf6\x8b\xe5\x8e\x32\x71\x2b\xdb\x2f\xbe\x90\x32\xd8\xff\xde\x7a\x5b\xee\xd7\x27\x78\x6a\x90\x34\x4c\xa2\x3f\xdd\x26\x59\x46\xbe\x23\xae\x61\xdb\xb8\x10\xca\xb8\x6e\xea\x8b\xef\xa8\xcc\xb0\x56\x3f\xe6\x1e\xb3\x4b\xf8\x9f\x6d\x58\x08\xc5\x9d\x92\xfd\xc2\xec\xee\xd7\x33\xbf\x9e\xb8\x94\xed\xd7\xd7\xa7\xbe\x98\xa4\xb7\x49\x69\xd2\xd3\x6e\xd9\xca\xd8\xb8\x75\xfe\x64\x5c\x6f\x0a\xf4\xb5\x26\xb0\x9e\x38\x24\x6d\xfd\x3d\x95\x41\xd4\xa0\xfd\x4a\xbf\x63\xd2\xeb\xde\xfc\x16\xc7\xf6\xfb\x85\x41\xc5\x81\x68\xbf\xd2\x2f\x84\xf5\xbc\xde\xfe\x96\x65\xa4\x15\xb2\xca\xdb\xaf\x34\x5f\xb6\xc2\xb7\x7f\x68\xbe\xb0\x8b\x2c\xfc\x36\x07\x18\x7f\xdb\x1c\x54\x0c\x40\x81\xfd\x2a\x33\xf1\x88\x7b\x0d\x5b\x37\xd4\xcd\x41\xc5\xc4\x41\x67\xbf\xca\x37\xb2\x41\xcd\xf6\xc3\x7e\x95\xb5\x4a\xf3\xc5\x07\x66\x7b\x42\xb1\x8f\x67\xee\x3b\xc1\x98\xf6\xc1\x02\x5e\x19\xf3\x18\x24\x2d\x93\xd8\x7f\x3a\x26\x49\xb7\x49\x6f\xfe\xd0\xa4\x8f\x49\xee\x3f\xdd\x24\x7d\x4d\x6a\x9e\x32\x69\x9b\xb4\x99\x82\x3e\x05\x3a\x38\x12\xdb\x38\x7d\x0e\x80\x83\x8d\xe7\xe7\x4f\x06\x6c\xf0\xd6\x01\x74\xe3\x00\x3a\x39\x77\xdd\xfa\x7f\x2a\x83\xdb\xd8\xb6\xfe\x9f\xfb\x78\x66\xc8\x6e\xb1\x6c\x7c\x41\x7f\xe2\x16\xcb\xd6\x23\x54\x99\x9c\x9d\x6e\x3d\x42\x95\x31\xe9\x1d\xc7\x30\xf7\x63\xf3\x14\x7f\x78\x99\x55\xf6\x60\xc1\x14\xf6\x61\xdf\xc6\x21\x74\x8e\x5f\x92\xf9\x62\xc3\x95\xc0\x4c\x5b\x7f\x50\x65\x70\x87\xdb\xd6\x1d\x74\xe3\x02\x3a\x59\xac\xed\xe3\x32\x5f\x4e\xa0\x69\xf7\xc7\x65\x26\xa6\x3f\x4f\x26\xa6\x3f\x3f\xfd\x79\x9e\x9a\xfe\xfc\xfc\xe7\x54\x6f\x1f\xcc\x70\xf7\x31\xd9\x46\xa2\x77\x1c\xd3\xba\x7f\xa6\xb3\xde\x56\xb9\xf5\xfb\x54\x06\x08\xc4\x3e\x96\x05\x7a\xa6\xb3\x73\xd0\x15\xf4\xfb\x54\x06\x17\xc4\x6d\xdd\x3e\x37\x71\x2e\x26\x2b\x95\x6d\x9c\x8b\x8d\xf7\xe7\x80\x93\xd8\xc7\xb2\x40\x98\x34\xe6\x88\xdb\x13\xb0\x4d\x2c\x8a\x39\x68\xe4\x87\xc6\xea\x70\xe7\xd2\xdc\xbf\x2d\xf6\x23\x93\x09\xf4\x3e\x18\x80\x94\x31\x6d\x39\x6f\xcb\xf8\xa1\x40\x8b\x37\x6a\x99\xf0\xdf\x74\xf7\x6c\x1f\x5a\xa6\xa3\x8b\xa7\xf8\xb4\x6c\x52\x28\x17\xbe\x91\xfb\x68\x2b\x87\xde\xc1\x88\xba\x3d\x4d\xdb\x78\x80\xcd\xeb\x59\x83\xec\x93\x0d\x6a\x65\x32\x3d\xdb\x27\xab\x8b\xcd\x69\xda\xb4\x7d\x79\x9a\xb6\x39\x27\x9b\x93\x51\xc1\x73\xb2\xcd\x79\x94\xd7\x73\x6d\xcf\xa3\x36\x87\x16\x13\xdf\xdf\xed\xa1\xc5\x1e\xcf\x9a\x6d\x72\xdf\xfd\xe6\x54\xe0\x27\x86\xbb\xda\x1e\x0e\x6c\x36\x92\x27\x57\x67\x6f\x37\x92\x37\x1b\xbe\xeb\x75\xfe\xb7\x0d\xea\x58\xff\x7d\x24\xde\xc3\xda\x44\x2e\x82\xc8\xee\x61\x6d\x8e\x67\xea\xb9\x08\x51\xbe\xb9\x1d\xf9\x27\x83\x0b\xd7\xf7\xf8\xd2\x3c\xd8\x53\xf6\x8a\x93\xed\x9e\xf2\xbe\x1e\x93\xb1\xf0\x27\xd8\x97\x26\x03\x99\x04\xf4\xdb\x97\x26\x83\x4b\x66\xbd\x20\x63\xb3\xbf\xfc\x93\x39\x7d\xca\x82\xb0\x9d\xbb\x80\xc3\xb7\xdb\xb9\x9b\x2d\x58\xc1\xe9\xed\x16\xec\xe6\x52\xcb\x85\xc7\xd3\xf6\x52\x4b\x65\x80\x0b\x6d\xef\xb4\x54\x16\x7e\x46\xdb\x3b\x2d\x95\xc5\x36\xf3\x9e\xb6\x3e\x6e\x92\x14\x29\xdd\xde\x24\xa9\x0c\x18\xcd\x3d\xbf\x3e\xf5\x18\xf5\x85\xe7\xc3\x9e\x1a\x75\x64\x80\xbd\xed\x99\x3e\xf5\xd8\x66\x91\xca\xed\xd5\x92\xca\x70\x94\x9a\xcc\x59\x37\x9b\xbe\x8b\xbd\x80\xed\xa6\xef\xe6\x4a\xc1\xc5\x5d\xa9\x7b\xd9\xd4\x90\x75\xf1\x95\x97\x4d\x6d\x79\xae\x4e\x23\x72\x6b\x58\x59\xdc\xd1\xb9\x17\x73\x43\xe5\xc2\x4d\x68\x7b\x43\xe0\x66\x03\x79\x71\x1a\xb1\xdd\x40\x56\xc4\x62\xf6\xcd\x46\x89\x12\x17\x7d\xfa\xe6\xe0\x76\x73\xe1\xdc\xf2\x0b\xdd\x4e\x53\x90\xd0\x18\xdc\xf6\x7c\x36\xa3\xd7\xa2\x3b\xb9\x19\xbd\xd9\x40\x5e\x84\x8f\xde\x6e\x20\xef\xf7\xd3\x0e\x16\x81\xb9\xf6\x9b\x7d\x3a\x25\x88\xdc\xb9\xdf\x0e\x23\x6c\x20\x2f\xc2\x66\x6d\x37\x90\x37\xdb\xb9\x78\xae\xfe\xdf\x8d\xfb\xf9\xff\xbf\x7e\xfe\xfe\xff\xfd\x8f\xff\xf9\xf9\xfb\xff\xfa\xfc\x6b\xff\x91\xff\xf9\x8f\x7f\xf4\xbf\xfd\x47\xfd\x4b\xfe\xc7\x1f\xff\xff\x93\xfa\x47\xf5\xfe\x97\x7f\xeb\x7f\xf4\xff\xfe\xf7\xff\xfc\x47\xf6\x1f\x7f\xff\xf7\xbf\x3f\x7f\xc5\xbf\xff\x13\x00\x00\xff\xff\xe4\xfe\x34\x66\x50\x40\x01\x00"); +var _afdc =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x84\xbd\x4d\xab\x3f\xbd\x7a\xa5\x37\x3f\x9f\xe2\x19\x26\x83\x8e\x4b\xa5\x77\x30\x86\xe0\xc6\xe0\x41\x77\x42\x9c\x4e\x02\x21\x34\x52\x49\x72\x0c\xf1\xb1\x39\x76\x0f\xfa\xdb\x87\xbf\xae\x6b\x43\x3b\x84\xf3\x8c\x36\xda\x55\xbf\x52\x49\xa5\x92\xee\xb5\xee\xa5\x55\x7f\xf1\xd7\x7f\xfb\xef\xff\xf6\x8f\xff\xf0\xaf\xbf\xfd\xc5\xff\xfc\xa7\x7f\xfa\xfe\x6e\xff\xeb\x6f\xe7\x1f\xfe\xb8\xfe\xb4\xff\xe5\x9f\xfe\xcb\x9f\xbe\xfd\xdb\xdc\x7f\xff\x0f\x7f\xfc\xc3\x1f\xc2\xfb\xdb\xfa\x87\xef\x5f\x7f\x8a\xf7\xcf\xf7\x8f\xe3\x9f\xff\xf0\x87\x5f\xbf\xff\xbb\xff\xfa\x2f\xff\xba\xff\xf1\x6f\xff\x78\xfe\xe9\xb7\xc8\x79\xeb\xbf\xfc\xb3\xe7\xfe\xc5\xff\xb2\xff\xfe\x1f\xfe\xe5\x5f\xff\xf4\x5f\x7f\xfb\xef\xfe\xc7\xf5\x4f\x73\xff\xf7\xbf\xad\x7d\xfe\xf0\x17\xff\xd3\x9f\xd6\xfe\xd3\x3f\xfc\xf1\xef\xfd\xef\x7f\xfe\xeb\xff\xf8\x77\xe1\x3f\xff\xa7\xbf\xfe\xbb\xd7\xe3\x7f\xf7\x5f\xfe\xf9\x9f\xff\x9f\xfd\x8f\xfb\x8f\xff\xfa\x5b\xbd\xff\xd9\x7f\x5c\xf7\xef\x1f\xfe\xe2\xaf\xff\xc3\xf8\xe7\xff\x38\xfe\x71\xff\xf6\x17\xf7\xa7\xff\xee\xd7\x4f\xff\xdd\xaf\x9f\xfe\x37\xc7\xff\xb7\xfd\xa7\x7f\xf9\x87\x7f\xfa\xe3\x6f\x21\xfd\x0f\xcf\x13\xb8\xe4\xaf\xff\xff\xaf\xff\xf5\x9f\xf7\x6f\x3f\x27\xfe\x1f\xff\xe9\x6f\xff\xfd\x6f\xff\x67\xf8\x2d\x3c\xbf\xbd\x39\xc6\xfc\x5b\x78\xc3\xfb\x7f\x79\xf0\x7f\xff\x0f\xff\xb4\xf6\x6f\x0f\xa5\x40\x63\xbe\x7f\x5a\xfb\x5f\xfe\x79\x7c\xfb\x4f\xe3\x8f\x7f\xbf\xff\xf0\xdb\x6f\x7f\xf9\x3c\xcf\xf3\x57\xbf\xfd\xe5\xdf\xfc\xcd\xdf\xfc\xcd\x5f\xfd\xba\xc5\xff\xcf\x19\x7f\x08\xcf\xc3\x4f\xe7\xf9\xfe\xef\xf1\xa7\x3f\xfc\xfc\xe0\x9c\xb3\xfe\xea\x57\xa9\xfc\x2a\x3d\xcf\xe8\x94\xc2\x5f\xfd\xf6\x97\x6f\x78\x5f\x4a\xef\xaf\xd2\xf3\x16\x4a\xf1\xaf\x7e\xfb\xcb\xf8\xeb\xe7\xb7\x94\xee\x55\x9e\x8f\x52\xa5\xb4\x29\x35\x7e\x57\x29\xf5\x7b\x2c\x4c\x4a\x83\xd2\xa0\x34\x29\x1d\x4a\x1f\x57\x09\x94\xd6\xaf\xd2\x8e\xd6\xb7\x7f\x5d\xf3\xdd\x9e\x79\xa8\x21\xdf\x52\x8d\xb7\x0d\x93\xfa\x6a\xbb\x57\xc9\xdc\x59\xed\xf7\xcc\x10\x29\x0d\xae\x49\x0d\x75\x72\x2c\x51\xfa\xfe\xdb\x7e\xa9\xeb\xdf\x94\xf6\xbf\x29\x9d\xff\xb6\xd4\xe8\x89\x4c\xfb\x5a\xa6\xc4\xb1\xf1\xdd\x1a\x22\xf7\x39\x16\x25\x7a\x77\x70\xcd\x87\x3b\x1b\x5c\xf3\xa1\xaf\x27\xcf\xe8\xa1\x97\x66\xe0\x77\xd4\x30\x5f\x9e\x18\xad\x9d\x3e\x15\xae\x32\x7f\xdd\xcb\x9b\x3f\xcf\xcc\x94\xe8\xb3\x59\x6e\x69\x7a\x66\xa5\xc4\xbd\xcc\xc6\x99\x3c\xbf\x79\xfb\xac\xfc\xdc\xcb\xa0\x44\x1b\xe6\xe4\x4c\x6b\xff\x28\x79\xe6\x6d\x5f\x1e\xf4\xee\xdc\x94\x78\x7e\xf3\x50\x1f\xfd\xf2\x3d\x94\x78\x46\xdf\xaf\xf6\xc5\x77\x70\x67\xdf\x1d\x75\xc1\xfa\xbe\x48\xdb\xb9\xb3\x8f\xbe\xde\x9e\x49\x5f\x47\xda\xf7\xfd\x6a\xdf\xf3\x7e\xd4\xb0\xec\x41\x7a\x62\x05\x4a\x1e\xa3\x07\x17\x6d\x58\x8c\x9e\x63\x29\x31\x96\x68\xc3\xba\x3d\xf8\x3a\x5a\x57\x61\xb4\x72\xd7\x8b\x31\x1f\xb8\xb3\xc5\xa8\x0b\xd6\x70\x7b\xe9\x2d\xb4\x7d\x7d\x5c\xc5\x33\x6f\x2f\xbd\x99\x9e\x5f\x8c\xeb\x42\x7d\xfb\x3e\xbf\x37\x52\xc3\xbe\xcf\xe8\x1d\xf4\xc4\xbe\xcf\xe8\x7d\xb9\xe6\xee\x5c\x93\xb6\xef\xfb\x8c\xde\x69\xe9\x57\xed\x31\x2e\x6a\xd8\x1f\x25\x6b\xa0\xf6\x97\x7e\xd9\xd4\xfe\x72\x67\xfb\x50\x3b\xf5\x9d\x87\x12\x6f\xc7\xb9\x63\xb0\x24\x6a\x3f\x2f\x25\x6a\x38\xf7\x19\xbd\xdd\xdf\x25\xc6\x0b\x33\xca\xb9\x3d\x18\x3a\xb5\x9f\x42\x89\xe7\x77\x2a\x25\xaf\xd2\x28\x59\xc3\xa4\xe4\x55\x3e\x4a\x8d\x92\x6d\xb0\x3e\xdb\xe0\x35\x7d\x8f\x6e\x4f\x04\xe7\x3a\xfa\x33\x3c\xe1\xdf\x1c\x7b\xff\xcd\xb1\xc8\xb1\x44\x89\x51\x40\xcf\xff\x1a\x8a\xbf\xde\xb1\xf0\x52\xe2\x49\x3f\x1e\x63\x76\xe3\xa9\x84\x67\x30\x76\x23\x25\xda\xf0\xab\x27\xf6\x1f\x97\x33\xf0\xff\xcf\x94\x1c\x9e\xc3\x23\xe2\x92\xe1\xbe\xd2\x91\x97\x31\x84\x74\x4b\xbc\x54\x21\x54\x8e\x71\x9b\xa1\x31\x58\xa9\x3c\xfc\xba\x95\x1c\x72\xa7\x34\x28\x4d\x4a\x93\x92\xd7\xfc\x28\x2d\x4a\xeb\x96\x8a\x35\x6c\x4a\x34\x21\xfc\xba\xb3\x9c\xf7\x7d\x39\xc2\xfb\xab\x3b\x6b\xda\xd4\xf0\xfe\xea\xce\xfa\x79\x9f\xef\x6d\x7a\x6e\x74\xee\xcb\x34\xd1\x3c\xc6\x34\xd1\xa8\xef\x65\x9a\x68\x74\xfc\xcb\x34\xd1\xb8\xcf\x97\x69\xa2\xdd\x17\x2e\x44\xa6\x89\x46\x7d\xf1\x0e\xc1\xec\x03\x8b\x2f\x25\x7a\x22\xde\x21\x98\x5f\x8f\x31\x0d\xbe\x1e\x63\x1a\x0c\x1e\x63\x1a\xec\x1e\x63\x1a\x64\x51\x0b\x91\x69\xf0\xe1\x41\xc7\xce\x99\x3c\x95\x48\xfb\x1e\xaf\x42\xfb\x82\xbf\xa3\x7d\xc1\x6b\xd2\xbe\x70\x07\x6b\x48\xb4\xa1\x72\x66\xa2\x0d\x85\x5e\x4a\xb4\x21\x7b\x8c\x36\xf8\x8c\x12\x6d\x28\xf4\x44\xa2\x0d\x3e\xa3\xc4\x7d\x6e\xee\x2c\x71\x9f\x9b\xda\xef\x02\x1b\x9f\x48\xed\x77\x81\xcd\x31\x79\xec\xe3\x18\xd7\x3c\x4c\x98\x8b\xde\xbd\x2f\xe3\xf3\x7e\x1e\x6b\x94\x78\xee\xa7\x53\xba\xcf\xe8\xbd\xa3\x2e\xed\xb7\x51\xea\xb7\x14\x0b\xa5\x41\xe9\x50\x9a\xb7\xd4\x32\xa5\xef\x96\x58\x10\x5e\x47\x5d\x7b\x29\x31\xea\xba\x57\xb9\xa3\x2e\x0c\xea\xbb\xa3\x2e\xbf\xa7\x53\x0a\xb7\x45\xb4\xef\x7d\xdf\x5b\x2a\x1e\x8b\xb7\x34\xb9\xca\xfb\xab\x07\x73\x67\x11\xfd\x35\x5b\xfc\xf6\x97\x79\x36\x6a\x7f\x7f\xb5\x3d\xaf\x65\x0d\xbf\xda\x9e\x77\xf5\xcc\x46\x89\x36\xbc\xf7\xad\xda\x27\x51\xba\x6f\xd5\xc9\x5e\xe5\xf6\xee\xe1\xa9\xbc\x77\x94\x17\x47\xe4\x7b\x47\x79\xc9\xdb\x33\x7f\xb5\xaf\x66\xa6\xba\xf7\x8e\xf2\x5a\x2a\xf7\x79\x47\x79\x3b\x93\x5e\xba\xa3\xbc\x17\xdb\x90\xef\x08\x49\x2f\x35\xe4\x78\x7b\x90\xd1\xfa\xe6\x74\x4b\xbc\xef\x6f\xce\x1c\xf3\xcc\x42\x29\x52\xaa\xb7\x94\x2c\xf1\xfc\x78\xfb\xdf\xcc\xf3\x6b\xd6\xc7\xf3\xe3\xdd\x7c\x33\xcf\x6f\xd2\x2f\x99\x59\xc3\x67\x9b\x9d\x35\xb8\xeb\xec\xac\x41\x7f\x66\x9e\x9f\x6d\xbf\x61\x64\x7e\x3b\xc7\x0a\xcf\x28\xf0\xbb\x1b\x46\xe6\x98\xb8\xeb\x72\x9f\x51\x24\x74\x7b\xcb\x7d\x46\xf1\xe3\x49\x17\xda\xc0\xb2\xf2\x16\xda\xf0\x78\x4d\xda\xf0\x78\x26\x6d\xf0\xb9\x17\xda\xf0\x7a\x26\x63\xf0\xd7\xe8\xf9\xb3\x53\xf2\x5b\x68\xde\xf6\xc6\x36\x1d\xe8\x4d\x1f\x4a\x54\x57\x1f\xba\x93\x6e\xa9\x81\xd2\xa6\xf4\xd2\x9d\x96\x78\x7c\x4c\xe5\x6f\xbd\x4d\x0f\xac\xa8\x6f\xbd\x4d\x7f\x7d\x60\xb5\x30\xe4\x69\x42\xad\x74\x92\xc7\x1a\xdd\x42\x47\xdc\xf8\x36\xc7\xed\xb1\x3b\x3c\x6b\xf0\x5e\xee\xf0\x6c\x9b\xa6\xdf\xf8\x36\x77\x3b\xfe\xc6\xb7\xb9\x13\xa3\xbf\x37\xbe\xcd\xbd\x72\x95\x76\x5f\xb1\x99\x2d\xdd\xc7\x37\x0f\xad\x6d\xf7\xf1\x7d\xac\xa1\xef\x8d\x7d\xf3\x07\x5e\x78\x6f\xec\x9b\x3f\x5f\xcd\x76\xdb\xf0\x55\x5a\xdb\x2a\x2f\x1c\x83\xae\xdd\x36\x2c\x26\xb0\xb7\xdd\x3b\x5b\x87\x5e\x6a\x8b\xd7\xcf\x6b\x6e\x5e\x3f\x8f\xdd\x81\x65\x54\xf7\xf6\x3b\x31\x1c\x62\xfb\xb7\xff\xba\xeb\xf2\x26\x6a\xe8\xf4\x7c\xa0\xf6\x4e\xcf\x33\x5d\xbf\x9d\x17\xe7\xf1\x4c\x5e\x9c\xd7\x12\x2f\x4e\xf4\x4c\x06\x5d\xa4\xaf\x3b\x83\x2e\x59\x7b\xa7\xb5\x1e\xf3\xc5\xa1\xed\x9d\x41\xd7\xad\x9d\x41\xc7\x42\xf2\xf6\x45\x89\xf6\x75\x46\x16\xcb\xd1\xdb\x19\x59\x83\x63\x83\x91\xf5\x71\x95\xc1\xc8\xfa\xb8\xb3\x41\xfb\x3e\xda\x3e\x68\x03\xb1\xef\x3b\xb8\x4f\x82\x84\x77\x10\x16\x38\x7a\x06\x61\x81\x2f\xdc\x20\x2c\x28\x8c\x82\xe1\x4b\xcc\xeb\x37\x78\x89\x3b\xc7\x2e\x22\xc9\xbf\xd6\x8c\x5b\x4a\x8c\x4f\x7a\x62\x32\x3e\x83\xc7\x18\x9f\xf6\xcb\x64\x7c\xfa\xae\x5c\x2c\x91\x63\xf2\x9a\x2e\x4e\xf4\xcb\xc5\x12\x39\xfa\xe6\x5c\x2c\x91\x63\xa3\x0d\x17\x4b\xe4\xe8\x02\x74\xb1\x44\x8e\x2c\x55\xef\xc5\x12\x39\xda\xf6\x8b\x25\x72\xdb\xb4\xe1\x62\x89\xdc\x5f\xee\xe5\x62\x89\xdc\x9d\x0a\x3e\x96\x87\xd7\xab\x64\x4a\x5e\xa5\xf0\x06\x50\xfb\x77\xdb\xf7\x39\x96\xbe\xc6\x98\xf7\x98\xa3\xc0\xab\xdc\xf6\x7d\x2c\xef\xbf\xd6\xcb\x3b\xae\x3d\xf3\x63\x5c\x5b\x3b\xa3\xfc\x70\xe6\x62\x24\xfb\x34\x17\x23\xd9\xe9\xec\xa2\x95\xf2\xba\xc0\x5e\xb4\x52\x5e\xc7\xe0\x45\x2b\xe5\x4d\xf4\xd9\x45\x2b\x25\xbf\x5e\xb3\xdc\x52\xa3\xaf\x2f\x5a\x29\xd9\xa7\x79\xd1\x4a\xc9\x83\x3b\x5b\xfd\x96\x26\xbd\xb4\x06\x0b\x17\x4f\xe5\x22\x99\x52\x0e\xa3\xee\x22\x99\x52\x7f\xee\xec\x2e\x71\xd5\x40\xe0\x22\x99\x32\x5f\xcf\x3c\xb7\x54\x18\xc9\xfb\xb9\xa5\x4a\x0d\xfb\xb6\x6f\xfa\x34\xf7\x6d\xdf\x5c\xe9\xf7\xa6\xe4\x1d\x39\xd1\x9f\xdd\xa6\xff\x4c\x44\xfb\x36\xfd\x73\xed\xdd\xbf\x9a\x5e\x1f\x57\xa3\x0b\xa3\xea\xeb\x83\xbe\x30\xaa\xfe\x74\xe7\x85\x51\xf5\x8d\x9e\x39\x6e\xc9\xe1\x79\x61\x54\x7d\x5d\x5f\x2f\x8c\xaa\x6f\xf6\xcc\x75\x4b\x83\x61\x76\x61\x54\x8d\xcd\x63\xbc\xc4\x81\xdf\x1d\x5e\x62\x5f\x8e\xc3\x4b\xec\x24\x7c\x9c\xa4\xb8\xeb\xe3\x24\x45\x77\x1e\x26\x29\xef\xec\xf0\x82\x3b\xb9\x1d\x26\xa9\x44\xdb\x8f\xab\x3b\x83\xe0\xf0\xf2\xfb\xf8\x0e\x2b\xe3\xba\xd7\x8c\x0f\xf7\x42\xc4\x17\x1f\xee\x65\x6d\x4a\x2f\x13\x43\xa6\x14\x29\x25\x4a\x85\x78\xec\xa3\xc4\x84\x72\xbc\xe6\x60\xe1\x1a\x94\xee\x90\x7f\x89\xf1\xe2\xf3\xb1\xf2\x1f\x4a\xbc\xb6\xe1\xf6\x6e\x0c\xbc\xb6\x00\xe6\x18\xbc\x17\xce\x0c\x44\x75\x89\x6b\x06\x22\x86\xc4\x5d\x07\x22\x06\x62\xae\x5f\x61\xc4\x2d\x51\x5f\x20\x62\x28\x5e\x85\x69\xa9\xd0\xbe\xc0\xb4\x34\x27\x25\x97\x4d\xcf\x64\x5a\x22\x82\x8e\x60\xa5\x78\x22\x25\xa6\x25\x26\x94\x48\xd4\x1a\xb7\xd7\x64\x5a\xda\xde\x19\xed\xdb\xf4\x0b\x51\x6b\x3c\xfc\xce\xa8\xd5\x3e\x33\x6a\x3d\xf4\xb5\x51\x2b\xcb\x74\x24\x6a\x8d\xbb\x50\xa2\x7d\x9b\x9e\x20\x6a\x8d\xe7\xa5\x44\xfb\x0e\x3d\x41\xd4\x1a\x79\x51\xe3\x6b\xfb\xac\xc1\xf6\xd1\xd7\xaf\xed\xb3\xbe\xdb\xbe\xb2\x2c\x2d\x4a\xd6\x47\x58\x10\xbc\x97\xc3\x14\x49\xdb\x6f\xd4\x9a\x3b\x54\x5a\xbc\x51\x6b\xee\x95\x1e\x8c\x4c\xbb\xc4\xb7\xf1\x62\xb3\x3c\x33\xf7\x72\xb1\x59\x9e\x8d\xde\x8d\x86\x0c\xf4\x52\x24\x2a\xb7\x07\x23\x21\x03\xd8\x33\x46\x43\x06\xaf\x39\x99\x4c\xbd\x8a\x53\xab\x57\x59\x04\x09\xde\xd9\x26\x48\xf0\x9a\x04\x10\x8e\xc1\xe4\xb4\xcb\x9d\x25\xa7\x5d\xda\x9e\x98\x5a\xa1\x69\xe2\xc5\x5f\xe5\xcd\x5c\x33\x31\xb5\x0e\x7f\xc7\xd4\xea\x9d\x5d\x6c\x56\xaa\xbd\x74\xb1\x59\xa9\xe0\xd2\x98\x98\x3e\x59\x64\x62\x5a\x4c\x91\xb4\x21\x31\x7d\x7e\x1e\xbb\xd3\xa7\x4b\x4e\xcc\x0f\x25\x9e\x6d\x0e\xcc\x75\xb4\xe8\x22\x84\xf2\x25\xcf\x8c\x94\x3c\x93\x39\x12\xf2\x2c\x5e\x84\x50\x7f\xad\xeb\xb7\x54\x98\xb3\x78\x62\x17\x21\xd4\x08\xd2\x8e\x17\x21\xd4\xb4\xbe\xdf\x99\x92\xe3\x05\x0f\x35\xd9\xf4\x0b\x1e\xaa\xc0\x37\x5e\xf0\x50\x33\xb1\x68\xbc\x20\xa0\x0a\xf3\xe3\x05\x01\xb5\x54\x1a\x7b\x41\x40\x2d\x83\xdb\xbc\x20\xa0\x96\xe9\xef\xee\x6d\x16\x5f\xb8\x0b\x02\x6a\x75\xb0\x5e\x10\x50\xeb\xe6\x11\x5d\x10\x50\xab\xaf\xed\x05\x01\xb5\xb3\x2e\xc7\x0b\x02\x6a\x9f\x5e\xe5\x4e\xe5\xc3\xc1\x7a\x23\xfd\x3a\x58\x8d\xa2\x11\x3b\x80\x32\x1a\xb1\x77\x4b\x4c\xc9\xac\x9a\xb1\x32\x25\x0f\xda\x5e\x99\x92\x1d\x12\x95\x29\x99\xd5\x3d\xde\x88\x3d\x9d\xc7\xab\xdc\x29\xf9\x04\x4b\x83\x63\xdc\xe7\x8d\xd8\xd3\x09\x5e\xe5\xe3\x18\xbd\x74\x59\xe7\x24\x7b\x15\x1b\x53\xb9\x53\x41\x63\xfa\x24\x3a\x8b\x8d\x36\xf8\x82\x37\xda\xe0\xc4\xd0\x68\x83\xbd\xd4\x68\x03\x4c\x76\xbc\x11\x7b\xfa\x79\x71\x6e\xc4\x9e\x8c\xb5\x23\x11\x7b\x70\x12\x6e\xc6\x94\xbc\x46\xcd\x98\xd2\xda\x89\x29\x89\xf8\x22\xb1\x7d\x28\x96\x40\x55\xd5\x1a\x88\x37\x9b\xb5\x13\x6f\x42\x66\x45\x62\xfb\xd7\x17\xf5\xc6\xef\xf9\x25\xbf\x10\x3b\xd1\xa7\xd3\x52\x07\x39\xc1\x1e\xc7\xce\x14\x49\x84\x12\x3b\x53\x24\xf0\x39\x76\xa6\xc8\xd7\x1a\xee\x7d\x26\x9f\xca\x8d\xd1\x73\xb2\x77\x6f\x8c\x9e\x13\x64\x4f\xbc\x31\x7a\x4e\x3e\xa3\x1b\xa3\xe7\xe4\xcb\x78\x63\xf4\x9c\xec\xb3\x1b\xa3\xe7\x64\x9f\xdd\x18\x3d\x27\x38\xc5\x38\x22\xbf\xf3\xcc\xc4\x31\xda\x7e\xe3\xf7\x9c\xbc\xeb\x51\x28\xd1\xa2\x51\x29\xd1\xf6\x1b\xdb\xe7\x04\x37\x1f\x89\xed\x13\xcc\x64\x24\xb6\x2f\xdb\x3b\x9b\x4c\xe5\xfe\xce\x69\xde\xfa\x6e\xfb\x6a\xb4\x86\x4d\xc9\xdf\xdd\xf6\x19\xd5\x45\xe2\xfe\x9f\x29\xeb\x66\x22\xf2\xcf\x74\x76\x33\x11\xb9\x12\x6f\xc6\x9b\x89\xc8\x95\x58\x3b\x82\x02\xba\xd3\x0b\x28\xa0\x57\xaf\x39\x38\x46\xed\xa0\x80\xee\x5c\x00\x0a\xe8\xd5\xab\x80\x52\x21\x89\x22\x28\xa0\x37\x7a\x90\x68\x7e\x42\x2e\xc5\xcf\x65\x85\xdf\x11\xcd\x4f\xf0\x73\x24\x9a\xff\x1c\x2f\x46\xf3\xd6\x40\x34\xbf\xec\x25\xa2\xf9\x6d\xef\x12\xcd\x6f\x97\xb1\xcf\x25\x87\x16\x11\xcd\xff\xbc\x8d\x44\xf3\xe6\xb8\xe2\xc7\x92\x63\x98\xf5\xb1\xe4\x2c\xae\x72\x23\xfd\xf2\x33\x92\x8d\xe6\x1d\x4b\x46\xf3\x2e\x08\xcb\x25\x87\x6b\x12\xcd\xbf\xf9\xf7\x88\x8b\x68\xa0\x1f\xad\x8e\x40\xdf\x08\xc5\x40\xdf\xf5\x95\x80\xbd\xfa\x02\x10\xb0\xd7\xc8\x63\x20\x60\xaf\xc4\xd3\x91\x80\xbd\xba\xd6\x13\xb0\x57\xd2\x04\xd1\xa8\xdc\x57\x8c\xa8\x7c\x16\x7f\x97\x09\xfb\x69\xc2\x8d\xca\xcb\xcf\x63\xb8\x51\x79\xf9\xb2\xf5\x35\x4a\xbc\xee\x37\x2a\x2f\x1f\x91\x77\xbc\x91\x77\xf9\xe0\xdc\xe2\x8d\xbc\xcb\x67\x34\x71\x23\xef\xf2\x19\x0d\x6e\x56\x4d\xbb\xec\x46\xd7\xf5\x81\x79\x8d\x37\xba\xae\x2f\x34\x4d\xbc\xd1\x75\x7d\xad\xfd\xb0\xe4\x54\x1e\xca\x8d\xae\xeb\x80\x6f\x8c\x37\xba\xae\x9f\x91\xc6\x8d\xae\xeb\x67\x1c\x77\xa3\xeb\x7a\xec\xeb\x73\x97\x9c\x03\x77\x1d\x6f\x02\xa3\x9e\x69\x0d\xbf\xda\xd0\x1e\xa7\x89\x9b\xc0\x68\x26\xed\xe2\x4d\x60\xb4\xc7\xc9\xe6\x26\x30\x9a\xc9\x86\x74\x23\xf6\xf6\xf0\xa2\xa6\x1b\xb1\xb7\x07\x66\x32\xdd\x88\xbd\x3d\x0c\xf9\x74\x93\x14\x2d\x6c\xcf\x2c\x94\x06\xa5\x7a\x4b\xc7\x63\x8d\xd2\x47\xe9\x57\x1b\xda\xfb\x58\x1a\xb7\xc4\x40\x4e\x37\x9a\x6f\x26\x99\xd2\x8d\xe6\xdb\x4b\x3c\xfd\x6b\xe6\xfa\x55\xaa\xde\xe7\xa6\xe4\xb1\xdb\x86\x02\xfe\x4a\x37\xd2\x6f\x8d\x98\x24\xdd\x48\xbf\xb5\x44\x7d\x37\xd2\x6f\x8d\x21\x9f\x6e\xa4\xdf\xba\xed\xbb\x91\x7e\x2f\x8c\xac\x14\x58\xaa\x48\x9e\xa6\xe0\x72\xdb\x28\xb1\x54\x81\x8e\x12\xfc\xf4\x49\x5e\x85\xe5\x96\xa5\x2a\xc1\x4f\x9f\x6c\x89\xe5\x16\xca\x21\xc1\x4f\x1f\xc6\x7c\xba\x91\x7e\x32\xad\x9b\x6e\xa4\x9f\x0e\xa3\x2e\x05\x96\x62\x26\xcc\x74\xa3\xf9\x74\x78\x73\xd2\x8d\xe6\xd3\x21\xf0\x48\x37\x9a\x4f\x87\x58\x2d\xdd\x68\x3e\x1d\xa8\x98\xf4\xb2\xdc\x42\x32\xa4\x97\x36\x10\x09\xa7\xd7\x36\x14\x4a\xb4\xc1\x5e\x7a\x6d\x83\x67\xd2\x86\xe2\xbd\xd0\x06\xa6\xe4\xf4\xd2\x06\x90\x61\x7a\x69\x43\xf4\x9a\xb4\x81\x77\x2c\xdd\x68\x3e\x99\xb6\x4e\x37\x9a\x4f\x87\x25\x3c\x45\xda\x97\x69\x51\x14\x19\x52\x7b\x94\xc4\xa4\x97\x88\xe6\x83\xcf\x81\x68\x3e\x54\xfa\xec\x66\x53\xb2\x49\xbb\x14\x41\x8d\x90\x28\x89\x88\xfd\x7d\xad\x6f\xb3\xa0\x73\xcd\x1b\x95\x67\x91\x76\x4a\x20\x27\x92\x7d\x29\x81\x9c\xaa\x25\x90\x93\xf5\x25\x96\x54\xf0\x65\x4a\x2c\xa9\xaf\x25\x96\x54\x12\xb2\x29\xb1\xa4\x46\x4b\x2c\xa9\x88\x1e\x52\xba\xf7\x99\xec\xc1\x44\xc8\x00\x69\x9a\x12\x21\xc3\xaf\x67\xf4\x67\xa7\xe4\x94\x88\x26\x7c\xec\x89\x68\xc2\x57\x3a\x11\x4d\xd8\xd5\x99\x68\x82\xbc\x6a\xca\x44\x13\xbe\x8c\x99\x68\x82\xf5\x35\x65\xa2\x09\x20\x72\xca\x44\x13\xd1\x63\x34\x3d\xfa\x3b\x9a\xee\x10\xcc\x34\x1d\x78\x92\x32\xcd\x23\x22\x4a\x99\xe6\x39\x04\xb3\xcd\xf3\x18\x6d\x60\x09\x48\xd0\xfd\xe9\xb5\x06\x23\x22\x06\x5d\xa1\x0d\xc4\x08\xe9\x2a\x4a\x72\x71\x22\x22\x15\x20\x9b\x94\x48\x05\x14\x60\x77\x22\x15\x50\x80\xc1\x89\x54\x40\xb5\x7d\xa4\x02\x2a\xf0\x2b\x5d\x14\x90\xab\x77\x76\x51\x40\xae\x0e\xba\x8b\x02\x72\xf5\x75\x2f\xf0\xe1\x3e\x3e\x92\x61\xd5\x07\x7d\x51\x40\xae\xd9\xab\x10\x11\x39\x69\x14\x23\x22\xef\xe5\xb6\xaf\x41\x16\xa4\x2a\xf0\xe5\x2a\x15\xe0\xdb\xa9\xbd\x02\x7c\xe1\x76\x53\x85\x6f\x74\x92\x82\xef\xef\xdd\xdf\xc1\x37\x12\xb5\x26\xf8\xfe\x0e\xce\x48\xf0\xfd\x9d\x64\x58\xaa\x46\x52\xd6\x40\x24\x05\x06\x49\xf0\xfd\xbd\x7b\x15\x22\x29\x16\xa0\x24\xdf\x0f\x22\x49\xf0\xfd\xd3\x17\x1c\xbe\x7f\x3a\x85\xc8\xf7\x37\x4b\xf0\xfd\x20\xb5\xd4\x8c\xb2\x68\xfb\x0f\xdf\xef\x99\x44\x52\xd1\x63\xf0\xa2\xf6\x0b\x28\xe0\x83\xd7\x4e\xa0\x80\xef\xa7\x86\x7b\x2f\xcb\x27\x2d\xc3\xef\x02\x04\x0a\xd8\xd6\x07\x0a\xd8\x70\x98\xe9\x32\xfc\x79\xdb\xbe\xcb\xf0\xe7\x7d\x3c\x16\x89\xc7\xa8\x0f\x84\xa0\xae\x28\x81\x10\x4e\xf1\x58\xa1\xc4\x33\x02\x21\x9c\xea\x55\x1a\x25\x9e\x03\x0c\xff\x81\x3c\x4b\x9d\xd4\xdf\xc7\x7d\x82\x1e\xce\xf2\x77\x44\x83\x80\xf7\x04\x7a\x38\x10\x33\x09\xf4\x70\x6c\x2d\xe8\xe1\x10\x40\x24\xd0\xc3\xf1\xed\x18\x10\x10\x2e\xfd\x03\xde\x17\xbc\x90\x06\x91\x22\xf1\x74\x1a\x44\x8a\xb0\xb9\x69\x10\x29\x3a\x5e\x06\x91\x22\x89\xce\x74\xd1\x43\x79\xab\xc7\x1a\xc7\x68\xdf\x45\x0f\xe5\x2d\xdc\xf5\x45\x0f\xe5\xb5\x77\x2f\x7a\x28\x2f\x94\x4a\xba\xe8\xa1\xfc\x2c\xef\x17\x3d\x94\xd7\x5e\xba\xe8\xa1\xbc\x4e\xc2\x17\x3d\x94\xd7\x37\x60\x12\xed\x42\xc8\xa5\x49\xfb\x50\x71\xa4\x49\xfb\x0c\x27\x26\xed\x23\x47\x92\xa6\xed\xe3\x9a\xd3\xf6\xd1\x13\xd3\xf6\xd1\xa2\x69\xb8\xcb\xbd\x4c\xc2\xdd\x5f\xef\xed\x9f\x9f\x92\x27\x91\xb0\x93\xe2\x84\xf2\xf6\x81\x4d\x29\x6f\xba\x7a\xc2\xd9\x10\x37\xa6\x8f\x48\xd8\x17\xe7\x23\x12\xce\xdc\xca\x05\x24\xa5\x1a\x4d\x5c\x40\x52\x2a\x80\x39\x5d\x40\x52\xaa\xeb\xf9\x05\x24\xa5\xba\x66\x5f\x40\x52\x2a\xe9\xb6\xf4\xc1\x1f\x19\xa1\x5c\x40\x52\x26\x59\xd6\x74\x01\x49\x99\x9f\xf7\x32\xe1\x7a\xe8\xea\xcf\x28\xd9\xda\x89\x92\x9d\x50\x3e\xa2\x64\x80\x53\x22\xbd\xf0\x01\x9c\x12\xe9\x85\x8f\xec\x6c\x02\x90\x7c\xa8\x0e\x12\x80\xe4\xab\x96\xe0\xd8\x11\xe8\x24\x00\xc9\x57\x2d\x11\xcd\xfb\x82\x83\x3a\x3e\x40\x7f\x02\x75\x7c\x0e\x4f\xd2\x0b\x9f\x03\x84\xf4\xc2\x07\xf8\x4b\xa4\x17\x3e\x80\x61\x22\xbd\xf0\x19\x61\x82\x56\x3e\x87\x20\x68\xe5\x03\x8c\x25\xd0\xca\xe7\x90\x00\xad\x7c\x0e\x79\xd0\xca\xe7\xf4\x09\x5a\xf9\x99\x96\xcc\x21\x38\x20\xcd\x21\x00\x36\x93\x39\x84\x9f\xab\x74\x4a\x9e\x49\x9e\xc0\x29\xc4\x3c\x01\x18\x24\x99\x27\xf0\xd9\x9a\x27\xf8\xac\x6f\x53\xf2\x77\x57\x05\x10\xed\x97\x9b\x27\xa8\x2a\x58\xd2\xcd\x13\xd4\xec\x02\x0b\x5a\x29\xde\x99\x68\xc5\xe5\x08\xb4\x52\x8d\xfb\x41\x2b\x9d\x94\x61\x02\xad\x74\x52\x86\x09\xb4\xd2\xa7\xbf\x1b\x90\x60\xd6\x3e\xc1\x35\xd6\x77\xdb\xf0\x13\xed\x8a\x56\x7e\xee\x13\xb4\xe2\xab\x29\x5a\x61\xf9\xcb\xa2\x15\xfa\x33\x8b\x56\x18\x59\x59\xb4\xd2\x07\xa5\x1b\xe9\x3f\xc8\x0f\xf3\x95\x5b\x35\xa7\x89\x0c\x92\x71\x0a\xc9\x20\x99\xb7\x79\x95\x4a\xc9\xfa\x2e\x92\xe9\x3f\xc7\x2e\x92\xe9\xcb\xdf\x5d\x24\x33\xd0\x4a\x64\x90\xcc\x17\x2b\xa5\x8b\x64\x3e\xde\xc6\x0c\x92\x11\x51\x66\x90\xcc\xf7\xd3\xa2\xdb\xbe\xc5\xd2\x91\x41\x32\x8b\x31\x9f\x41\x32\x0b\x41\x65\x06\xc9\x6c\xa2\xd6\x0c\x92\xd9\xa4\x28\xf3\x45\x32\xed\xd8\x13\x17\xc9\xb4\x33\xbd\xca\x6d\xdf\x61\x4c\xe4\x8b\x64\xda\x41\x50\x99\x2f\x92\x69\xf2\xd3\xf9\x22\x99\x76\x3e\xef\x65\xb0\x88\x06\x4a\xbf\xda\xd7\x9f\x6e\xe9\xbb\xa5\xe1\x35\x17\x25\xef\x65\x53\xb2\x86\x43\x89\x36\xdc\x9c\x45\x97\xe4\xcb\x37\x67\xd1\x83\xf7\x72\x51\x4e\x0f\x2c\x7f\xf9\xa2\x9c\x5e\x40\x63\xf9\x15\xa9\x6d\x4a\x99\x63\xdc\xcb\x45\x39\xbd\xbc\xe3\x77\xa6\xe4\x7c\x01\x50\x2f\xaf\x15\x28\x32\xb2\x72\xd2\x58\xd9\x12\xb9\xf6\xea\x4d\x2b\x32\xa2\x73\x5f\x73\xed\x96\xcc\xb5\x73\x63\x82\x1c\x87\x99\x20\xc7\x07\x2d\xc8\x71\x60\x45\x40\x9c\x35\x44\x40\x5c\xf5\x77\x80\x38\xb2\xe4\x39\x02\xe2\xac\x2f\x02\xe2\xbc\x97\x08\x88\x63\x5a\xca\x11\x10\xd7\xbc\x26\x20\xce\xa1\x14\x01\x71\x40\x97\x1c\x01\x71\x68\x09\x72\x04\xc4\xc1\x48\xe7\x08\x88\xab\xd6\x00\x88\xe3\xd5\xcc\x89\xf6\x31\x45\xe6\x44\xfb\x88\xa4\x72\xa2\x7d\x0e\x90\x64\xfb\x18\x12\x00\xa7\x00\x10\xcd\x00\xa7\x40\xe2\x23\x03\x9c\x82\x2f\x07\xc0\x29\x78\x2f\x00\xa7\x40\xec\x94\x01\x4e\xa1\x7a\x2f\x70\xc2\x4c\x98\x19\xe0\x14\x20\x43\x32\xc0\x29\x1c\x4b\x80\x3f\x62\xed\x0c\x3a\x7a\xa3\xbf\x3b\x94\xa8\x01\x74\xf4\x02\xad\x33\xe8\xe8\x05\x84\x67\xd0\x91\x4a\xd6\x0c\x3a\x32\xc9\x9b\x41\x47\x2f\x29\x92\x0c\x3a\x7a\xa7\x67\xa2\xb4\x21\x2d\x98\x41\x47\xd1\xb6\x67\xf8\x62\xfb\x25\x93\x52\x63\x99\xce\x20\xa7\x98\xbd\x26\x29\xb5\x62\x7d\x24\x02\x61\xfc\x32\x78\x28\x2e\xae\x02\x1e\x8a\xc4\x8d\x19\x3c\x94\x1c\x67\xe0\xa1\xe4\x28\x00\x0f\x25\x9f\x2d\x78\x28\xd9\x9f\xe0\xa1\xd4\x3d\x13\x4c\x47\xc4\x97\xc1\x43\xc9\x11\x02\x1e\x4a\x3e\x23\xf0\x50\x6a\xde\x0b\x78\xcf\x89\x16\x3c\x94\x1c\xad\xe0\xa1\x44\xfc\x97\xc1\x43\xa9\x5b\x03\x78\x0f\x16\x3f\x83\x87\x92\xcf\x1d\x3c\x94\x08\x04\x32\x78\x28\x39\xe9\x83\x87\x12\xcb\x66\x06\x0f\x25\x82\x84\x0c\x1e\x4a\xbe\x39\xe0\xa1\x44\x58\x90\xab\xed\xe3\x89\x81\x87\xca\xf1\x9a\xe0\x3d\xdf\x2a\xf5\x4f\xb6\x16\x3c\x54\x8b\x67\x82\xf7\x1c\xbb\xe0\xa1\x5a\x6c\x03\x78\xcf\xe7\x57\x61\xc0\x9d\xf4\x1b\x0c\xb8\x3d\x01\x56\xea\xc1\x12\x78\xcf\x09\x13\xfd\x53\x4f\xfe\x0e\x4c\xe7\xe8\x01\x2b\x99\x81\xca\x60\xa5\xee\xa8\x23\x9b\xd2\x1d\x21\x64\x53\xfa\xf4\x9a\x60\xba\xe1\xef\xc0\x74\x68\xb9\x33\x38\xaa\x3b\x41\x83\xa3\xfa\xe2\x19\x81\xa3\x3a\x88\x24\x83\xa3\x3a\x39\xae\x0c\x8e\xea\x2b\xfe\xde\x94\x0c\xc4\xea\xae\x62\x5d\x38\xcb\x84\x02\xc4\xea\xae\x7e\x40\xac\x9f\xb5\x17\x88\xd5\x5d\xb7\x80\x58\x33\xfb\xbb\xdb\x74\x19\xe2\x0c\xc4\x32\x07\x9a\x81\x58\x13\x58\x93\x81\x58\xd3\xc1\x03\xc4\x9a\xc6\x16\x40\xac\xd9\x79\x0c\x40\xac\x49\xb4\x9b\x81\x58\xd3\x29\x19\x88\xf5\x21\xe1\xcf\x24\x68\x3e\xe8\x96\x4c\x12\xe6\x63\xe3\x48\x26\x09\xf3\x21\xcf\xcb\x24\x61\xbe\xe9\x99\x40\x5d\xb6\xc9\x64\x92\x30\x9f\x6b\x3d\x49\x98\x6f\xfa\x3b\x24\x40\xf6\x0b\x49\x18\x35\x1d\x99\x24\xcc\xfe\xb9\x17\x24\x40\xf0\xe1\x99\x24\x8c\xca\x90\x4c\x12\x66\x43\xfd\x64\x92\x30\x8a\xd9\x32\x49\x98\xed\x54\x40\x12\x66\xdb\x4b\x24\x61\xb6\x3d\x88\x4c\x6b\xdb\x4b\xc8\xb4\x4c\x12\x66\x92\x30\x07\x3a\x29\x93\x68\xf9\x59\xe2\x48\xb4\x1c\x87\xfc\x34\x81\xc1\x50\xfa\x84\xac\x0c\x33\xe4\x56\x6e\x85\xc9\xc8\xad\x0e\xba\x86\x4c\x82\xe6\x90\x04\xcd\xe0\xa1\xe7\xb1\x74\x63\x6d\xb7\xde\x64\xf0\xd0\xf3\x7a\xec\x62\x09\x37\xcd\x64\xf0\xd0\x63\x2f\x81\x87\x1e\xb4\x3c\x19\x3c\xf4\xd8\x67\xe0\xa1\x07\xbe\x38\x83\x87\xdc\x84\x94\xc1\x43\x8f\xad\x05\x0f\x3d\x44\xd7\xf9\x26\x68\xca\x63\x5f\x9b\xa0\xb1\x3e\xa5\x58\xd6\xf0\x23\xc5\xe2\x3e\x4d\xde\x40\x78\xe4\x1f\x29\x16\xfd\x62\xf2\xc6\xfe\x34\x79\x83\x64\x33\x83\x95\x5e\x23\x29\xb0\x92\x08\x21\x83\x95\xdc\xc8\x91\xc1\x4a\xe2\x85\x0c\x56\x7a\x9d\x18\xc0\x4a\xaf\x6f\x1c\x58\xe9\x5d\xb6\x01\x48\xee\xf8\x04\x0f\xa9\xde\xce\xe0\xa1\x17\x55\x6d\x06\x0f\xbd\xc3\x12\x6d\x70\x99\x06\x0f\xbd\x6c\xd2\xc9\x64\x6f\x5e\xa7\x17\xb2\x37\x6a\xc7\xf3\xb6\x0d\xf4\x35\xd9\x1b\x37\xe2\xe4\x4d\x1b\x50\x37\xe7\x4d\x1b\xd0\x97\x64\x32\x3b\xaf\x6f\xce\xb6\x0d\xdc\xcb\xe1\x39\x38\xb9\x1d\xda\x00\x0b\x9c\x8f\x6d\xa0\xe7\x6f\x66\xa7\x64\x9f\xc3\xc5\x4a\x25\xb3\x3d\x2a\x1f\x24\x71\xb6\xe1\xa0\xdb\x70\xe9\xb8\x58\xa9\x14\xc7\xe0\xc5\x4a\xa5\x20\x26\xcd\x17\x2b\x95\xf2\xf8\xbb\x41\xc9\x7b\x81\x1f\x60\x97\x40\xbe\x58\xa9\x94\xc7\xda\x17\x25\x7a\xe9\x62\xa5\x52\x1c\xf3\x17\x2b\x95\xc2\x58\x2a\x17\x2b\x95\x42\x52\xb9\x5c\xac\x54\xca\x53\x7f\x67\x4a\x2e\x0f\x94\x03\x79\xe3\xf2\x40\x39\x90\x6f\x2e\x0f\x94\x43\xf1\x18\x94\x43\xf3\x18\x94\x43\xb7\x72\x28\x07\x56\xf0\xf2\x40\x39\x30\x4d\x94\x07\xc9\x0a\x31\x49\xb9\x30\xaa\xb8\xa2\x96\x0b\xa3\x4a\x6d\x96\xa0\x46\xba\xf5\xa1\x06\x64\xea\x29\x81\x04\x22\x2f\x40\x09\xd0\x26\xf0\x4e\x25\xd0\x06\xe2\xd4\x12\x68\x03\xb1\x45\x09\xb4\x81\x18\xa8\x04\xda\xc0\xe4\x56\x82\x6d\xe0\xce\x82\x6d\xe0\xae\x03\x6d\x28\x9e\x69\x1b\x5e\x4a\xd0\x26\xaf\xbf\x43\x76\xf3\x73\x67\xd0\x0a\xc1\x63\xca\x6e\xe8\xb3\x17\x5a\x01\x68\x5d\x5e\x68\x05\x92\xa7\xe5\x85\x56\x38\x1e\x83\x56\x60\x20\x97\x17\x5a\x81\x17\xbc\xbc\xd0\x0a\x48\xb1\xca\x0b\x6d\x32\xfd\x1d\xd4\xc8\xf4\x4c\xa8\x11\xf4\x2c\xe5\x85\x1a\x19\xde\x0b\xd4\xc8\xf2\x2a\x50\x23\xcb\xab\xd0\x86\xe9\x9d\xd1\x06\x26\x94\x12\x69\x03\x93\x46\x89\xb4\x01\x7a\xa0\x44\xda\x40\x6c\x51\x22\x6d\x20\x32\x2d\xd1\x36\x50\x5f\xa4\x0d\xc7\xdf\xd9\x06\x7a\x30\x42\xfd\x10\xcb\x94\x08\xf5\xb3\x3d\x93\xf6\x2d\x8f\xd1\x3e\xc2\x89\x12\x6d\x1f\x6d\x8f\xb4\x6f\x7b\x4d\xdb\xe7\x31\xda\x47\x3c\x5d\x22\xed\x63\x01\x2a\x17\xf3\xd4\xc7\x71\x7d\x31\x4f\x7d\x88\x14\x4b\x22\x01\x4c\x7c\x5b\x2e\xe6\xa9\x0f\xfc\x66\xb9\x98\xa7\x3e\x84\x0c\x25\x21\x11\x05\x75\x94\x84\x44\x34\x59\x42\x22\x8a\x46\xba\x24\xa9\x1f\x7f\x07\xf5\xf3\x79\x2f\x50\x3f\x9f\xb5\x43\xfd\x2c\xcf\x84\xfa\xb1\x77\x2f\xae\xa9\x4e\xa6\xe5\xe2\x9a\x1a\x09\x2e\xca\xc5\x35\x35\x32\x25\x97\x8b\x6b\x6a\x44\x42\x59\x2e\xae\xa9\xd1\x31\x71\x71\x4d\x8d\x30\xfc\x05\x79\x57\x26\x0d\x59\x90\x77\x65\xdf\x4d\x74\x5a\x85\xb8\xbf\xa0\xd3\x2a\x2c\x2b\x05\x9d\x56\x39\x96\x3e\x4a\x9e\xb9\x20\x97\xac\x61\xa3\xb0\xf2\x9a\x07\x85\x15\xad\x45\xdf\xd5\x59\xe2\x0a\xfa\xae\xce\x22\x53\xd0\x77\x0d\xd0\x66\x41\xdf\x35\xaa\x67\x9a\x6c\xf7\x18\xc9\xf6\xe3\x35\x1b\x34\x14\xf7\x82\xbe\xeb\x80\x2c\x4a\x31\xd9\x4e\x4f\x5c\x24\xd3\x1e\xf6\xe4\x95\x42\xb2\x7d\x7a\x4d\xe8\x2b\x7b\xa9\x40\x5f\x41\x8d\x94\x02\x7d\xe5\x7b\x5b\xa1\xaf\x86\x25\xe8\xab\xf1\x7b\x5c\x72\xa9\x30\x5b\x3e\xbe\x2a\xb3\xc5\x4d\x5f\x90\xd3\xe4\x5e\xca\x05\x39\xed\x21\x82\x2e\xd5\x1c\x3d\x37\x56\xcd\xd1\xd3\xf4\x0b\x72\xda\xeb\x34\x5f\xc9\xd1\x3b\x69\x54\x72\xf4\x3e\xda\x4a\x8e\xde\x81\x5c\xc9\xd1\x0f\x8f\x91\xa3\x9f\x96\xc8\xd1\x3b\x94\x2e\xc8\x69\x46\x13\xe5\x82\x9c\xe6\x4a\x5c\x2e\xc8\x69\xae\xb6\xe5\x82\x9c\xe6\x36\xd4\x72\x13\x42\x4d\x15\x61\x69\x30\x77\x4e\x3d\x0d\xe6\x0e\x36\xa9\x34\x98\x3b\x78\xae\xd2\x60\xee\x00\x40\xa5\xd1\x3e\x22\xef\x72\x01\x50\x2b\xc9\x63\xb7\x7d\xc5\xc5\x09\x00\xf4\x92\xc7\x2d\x17\x00\xb5\x56\xac\x6f\xc1\xb2\x31\x08\x2e\x00\x6a\xc7\xd7\xef\x02\xa0\x76\x00\x55\xa5\xb3\xc7\x0a\xe0\x54\x2e\x00\xea\x0f\x31\x49\xb9\x28\xa7\x3f\xb6\xe1\xa2\x9c\xfe\x33\x24\x2e\xca\xe9\x0f\xbb\xb1\xca\x45\x39\x3d\x10\xe7\x94\x8b\x72\x7a\xf8\xb9\xe6\xa5\xaf\xb2\x0b\xe5\x45\x39\x3d\x03\xc9\xcb\x45\x39\xbd\x00\x1a\xcb\x45\x39\xdd\xad\xb4\xe5\xa2\x9c\x5e\x88\x29\xcb\x45\x39\xbd\x40\x86\x94\x8b\x72\x7a\x49\xb6\x61\x53\x62\xe8\x5e\x94\xd3\x8b\xcf\xef\xa2\x9c\x5e\x5c\x9c\x2e\xca\xe9\x15\x1a\xa3\xdc\x44\x52\x37\x2f\x51\x86\x92\x46\xea\x1b\xd0\x57\x4e\xd7\x03\xfa\xca\x7e\x61\x1b\xc9\xf1\x49\x0f\xe8\x2b\x27\xfd\x01\x7d\xe5\x24\x3c\xa0\xaf\xec\x89\x01\x7d\xf5\x79\x26\xf4\x15\xe8\xa1\x0c\xe8\x2b\x36\x3a\x94\x01\x7d\x65\xef\x4e\xe8\x2b\xe2\xbf\x32\xa1\xaf\x50\x84\x97\x09\x7d\xe5\xd2\x31\xa1\xaf\x9c\x4c\x27\xf4\x9c\xcb\xd8\x84\x9e\x73\x6a\x9d\xb4\xcf\xc5\x70\xd2\x3e\x27\xbe\x49\xfb\x96\xd7\xa4\x7d\x8e\x9e\x49\xfb\x96\x25\xda\xe7\x68\x9d\xee\x9e\xb5\x84\xa4\xd1\x45\x66\xba\x8f\x91\x9e\x98\xee\x63\xe4\x5e\x40\x4e\x6e\xd6\x28\x20\xa7\x17\x51\x40\x01\x39\xbd\xa4\xbb\x0b\xc8\xc9\xad\x4c\xe5\x93\xbe\x62\xf4\x20\x6d\x73\x03\x48\x41\xda\xe6\x8e\x85\x82\xb4\xcd\x38\xbc\x20\x6d\x13\x75\x14\xa4\x6d\xaf\x3d\x8f\xb4\xed\x35\x10\x40\xda\x16\x9d\x6d\x3e\x37\xe2\x78\x15\x14\xef\xd5\xfa\x50\xbc\x1b\x90\x7d\x12\x5d\x1c\x63\x13\x4b\x72\xd6\x58\x10\x41\x2e\x8d\x0b\x22\xc8\x45\x6d\x41\x04\xd9\xd7\x0b\x22\xc8\xfb\x5c\x10\x41\xbe\x8d\x0b\x22\x08\xb6\xba\x2c\x88\xa0\xf9\x7b\xc4\x45\x59\x70\x60\x76\xc4\x82\x03\xf3\xb1\x2f\x38\x30\x27\xc5\x05\x07\xe6\x04\xbd\xe0\xc0\xec\x96\x05\x07\xe6\xe0\x59\x70\x60\xae\x69\x0b\x0e\xcc\x97\x63\xdb\x74\x3a\x62\xd3\x74\xa7\x90\x4d\xd3\x8d\x8f\x36\x4d\x77\xb1\xd8\x34\x1d\xb0\x52\xb6\x4d\xf7\x9a\x05\x9e\xcb\x12\x9a\x07\x52\x40\x65\xa3\x79\x70\xf5\xdb\x70\x60\x0e\xb3\x0d\x07\xe6\x24\xbc\xe1\xc0\x5c\xef\x36\x1c\x98\x1d\xbf\xe1\xc0\x7c\x71\x36\x1c\x98\xd1\xf5\x86\x3f\x82\xf7\x2d\x07\xfe\x08\xb6\xb3\x1c\xf8\x23\xb4\x12\xe5\xc8\x81\x71\x95\x03\x49\x84\xaa\xa2\x1c\x48\x22\xe3\xb8\x23\x49\x44\x0f\x1e\x48\x22\xdb\x77\xe0\xc7\x8c\xb5\x0f\xfc\x98\xd3\xd9\x05\x63\x79\x3c\x1e\x83\x1f\x73\xd9\x3c\xf0\x63\x64\xd0\xcb\x91\x1f\xb3\x04\x3f\x86\x3a\xbd\x5c\x30\x96\xc7\x63\x1b\x68\x1f\x09\xaf\x7a\xc1\x58\x9e\x44\x75\xf5\x41\x0f\x41\x0f\x56\x36\xc6\x4c\x86\x60\x65\x63\xcc\x44\x7f\x51\x1f\x54\xa7\xf4\x6e\x7d\x50\x9d\xb2\x50\x56\x36\xcd\x7c\xd4\x57\xd9\x34\xf3\xf1\x4a\x57\x36\xcd\x7c\xc9\xda\xd1\x4a\x2c\x6b\x47\x2b\xb1\xbc\x26\x5a\x09\x54\x0e\xf5\x91\x24\xf2\x2a\x90\x44\x48\xaa\x6a\x90\x24\x3a\x94\x24\x89\x38\x93\x0d\x35\x6e\xbd\xae\x6c\xa8\x51\xb9\x5e\xd9\x50\xb3\x89\xc0\x2a\x1b\x6a\x0e\x4a\xe4\xca\x86\x9a\xf3\x7a\x15\xb4\x12\xc5\xfa\xd0\x4a\x34\xcf\x44\x2b\xd1\x3c\x86\x1e\x02\x9c\x58\xd9\x34\x63\xe4\x56\xd9\x34\x73\xc0\x82\x35\x48\xbe\xd0\x5a\x10\xd7\x63\xfb\x40\x5c\x0f\xea\xa4\x0a\xe2\xd2\xf3\xa5\x82\xb8\x1e\x60\x77\x05\x71\x3d\x08\xc8\x2a\x88\xeb\xb1\xaf\x41\x5c\xca\x40\xeb\x0b\xb9\x54\x3c\x13\x72\xa9\x58\x3b\xe4\x12\x69\xc1\x0a\x1a\x7b\x98\xa0\x2b\x68\xec\x21\xeb\x53\x41\x63\x6e\x30\xab\xa0\xb1\x07\xec\x59\x41\x63\x0f\x04\x67\x05\x8d\x99\x7b\xa8\xa0\xb1\x97\xf7\xa1\x82\xc6\xdc\x37\x59\x41\x63\x11\x39\x6e\x05\x8d\xbd\xc7\x33\x21\x66\xd8\xc0\x53\x41\x63\xd1\x91\x05\x1a\x7b\xd9\x21\x51\x41\x63\xef\xf1\xcc\xc6\x99\x3c\x07\xd0\xd8\x7b\xfc\x1d\xc4\x8c\x23\x0b\x34\xa6\xbf\x4e\x05\x8d\xbd\xdb\xda\x21\x66\x8e\x35\x40\x2e\x81\x10\x2a\x68\x2c\x86\xf0\x3b\x53\x72\xbd\x40\xad\x44\x58\x93\xca\x5e\x9b\x4c\xd4\x53\x2f\x50\x2b\x99\xbd\x67\x35\xc1\xe7\x30\x99\x56\xf6\xe1\x68\x1c\x53\xd9\x87\x93\xb7\x57\xb9\x4d\x2f\x0e\x09\xf6\xe1\x14\x07\x2b\xfb\x70\x8a\x83\x87\x7d\x38\x05\x36\xb0\x26\xf8\x9c\xd7\xda\xe1\x73\x7c\x71\xd8\xa3\x53\x1c\x4a\xec\xd1\x31\x97\x59\xd9\xa3\x53\x50\x2d\x56\xf6\xe8\x14\x3b\x90\x3d\x3a\x95\xe9\xac\xb2\x47\xa7\x02\xd0\x2b\x7b\x74\xaa\x1d\xcf\x1e\x9d\x4a\x64\x5a\xd9\xa3\x53\x89\x57\x6a\x86\xf0\xb0\xe3\x33\x84\x07\xf1\x51\xcd\x10\x1e\xc3\x1a\x20\x3c\xe0\x5a\x6b\x86\xf0\x40\xe7\x5d\x33\xa4\x8d\x0f\x33\x43\xda\x7c\xd6\x07\x69\xb3\xbc\x17\x48\x9b\xe9\x31\x14\xe1\x4c\x9f\x35\xa3\x08\x67\xa2\xad\x85\xf6\xb1\x2e\xd7\x42\xfb\x88\xf1\x6a\xa1\x7d\x44\x4b\xb5\xd0\x3e\xa8\x91\x5a\x68\x1f\x28\xa0\x16\xda\xe7\x54\x57\x68\x9f\x4f\xb3\xd0\x3e\x22\xc5\x5a\x68\x9f\xd3\x60\x51\x07\xc3\x9d\x15\x08\x9d\x66\x0d\x93\x12\xbd\x74\xc1\x5f\x99\xd3\xbb\x86\xec\xf9\xb9\x0a\x7b\xac\x88\x1b\x6b\x91\xec\xa1\x0d\x15\xa2\x84\x28\xa4\x5e\xf0\x57\x16\xc4\x5a\xbd\x08\xaf\x2c\xb2\xdd\xf5\x22\xbc\xb2\xe0\xa0\xeb\x45\x78\x65\xf9\x82\x5f\x84\x57\x96\x23\xf2\x22\xbc\xb2\x60\x11\xeb\x45\x78\x65\x39\x96\x2e\xc2\x2b\x0b\x0d\x6a\xbd\x08\xaf\x2c\xb6\xbb\xd4\x8b\xf0\xca\x8a\xd6\xbe\x28\xd1\xbe\x8b\xe2\xca\x0a\x1e\xa3\x0d\x8e\x82\x8b\xe2\xca\x42\x0c\x55\x1b\x6d\x70\xcc\x37\xdb\xc0\xf3\x6b\xb6\xc1\x33\x69\x03\xc9\xd3\xda\x68\x43\xf4\x9a\xb6\xc1\x63\xb4\x01\xe6\xbc\x5e\x14\x57\x1f\xdf\xd4\x86\x46\x06\xd8\x5d\x2f\x8a\xab\x0f\x98\xb5\x5e\x14\x57\x1f\x62\xc3\x7a\x51\x5c\x15\x07\xd7\x8b\xe2\xea\x03\x66\xad\x17\xc5\x55\xd1\x58\xbd\x28\xae\x3e\x84\x28\xb5\x43\xf6\xb8\xf8\x5e\x14\x57\x4d\x00\xd7\x8b\xe2\xaa\x7a\xf4\xda\x51\xfb\x93\xea\xaf\x1d\xb5\x7f\xf5\x77\xec\x83\xf3\x5d\xb9\x48\xad\x46\x62\xfb\x7a\x91\x5a\x75\x6b\x79\xbd\x48\xad\xba\x67\xb4\x5e\xa4\x56\xe3\xb4\x86\x8f\x33\xb9\xeb\x8b\xd4\x6a\xfc\xbc\x17\xf6\x03\xdb\xf6\x8b\xd4\x6a\x26\xeb\x53\x87\x3a\x1f\x7e\x37\xd0\xf9\x10\x4a\xd5\xc1\x26\x39\x22\xfd\x7a\x91\x5a\xcd\x04\x56\xf5\xe6\xaa\x6a\x36\x64\x18\x90\x3d\xf6\xfc\x80\xd0\x21\x23\x54\x2f\xc6\xaa\xbf\xc2\xff\xdf\x99\x92\x07\x36\x24\x50\xec\xf5\xc2\xaf\x5a\x00\x08\xf5\xc2\xaf\x5a\xe0\xff\xea\x85\x5f\xb5\xba\xe2\x4c\x76\xef\xb1\x41\xa2\x4e\xc4\x49\x28\x1a\xeb\x85\x5f\xd5\x4d\x25\x75\x22\x4e\xf2\x35\xba\xf0\xab\x16\xd7\x91\x0b\xbf\x6a\x71\x85\x9b\xec\xde\x73\xa5\xba\xf0\xab\x56\xd7\xc9\x0b\xbf\x6a\x73\xe9\xb8\xf0\xab\x36\x68\xfb\x3a\x61\xa1\x5c\xb3\x2f\xc4\xaa\xe6\x63\xeb\x85\x58\xb5\xc3\xe3\xd5\x0f\x86\x0a\xa8\x54\x3f\x85\x52\xdc\xd9\x85\x4a\x75\xc0\x09\xd7\x0b\x95\xea\x40\x2e\x57\x3f\x84\x52\x4e\xec\x17\x2a\xd5\xe1\xfa\x7a\xa1\x52\x55\xbe\x56\x2f\x54\xaa\xcb\xfb\xbc\x50\xa9\x2e\x38\xa9\x7a\xa1\x52\x5d\x24\x06\xea\x85\x4a\x75\xd9\x4b\x17\x2a\xd5\x65\xdb\x2f\x54\xaa\x0b\x25\x6b\xbd\x50\xa9\x2e\x52\x0f\xf5\x42\xa5\xea\x76\x82\x7a\xa1\x52\x3d\xb0\x9d\xf5\x42\xa5\x2a\x40\xaf\x17\x2a\xb5\x27\x58\x5f\x83\x1f\xe3\x3e\x2f\x1e\x6a\x0f\xe9\xc4\x7a\xf1\x50\x7b\x9c\x5e\x16\x4c\xda\xb2\x04\x93\xe6\x12\xb0\x60\xd2\x5c\x1e\x36\x6c\x19\x2c\x77\xdd\xb0\x65\x10\x09\x75\x43\x89\x01\x0c\xeb\x86\x12\x03\x75\xd4\x0d\x25\xe6\x62\xb1\xa1\xc4\xd0\x80\xd7\x8b\x79\xda\xe3\x12\xb0\xa5\xc4\x3c\x06\x65\x84\xd7\x48\xdd\x50\x62\x6c\x0e\xae\x17\xf3\xb4\x08\x42\xa8\x17\xf3\xb4\x68\xcf\x6f\x28\xb1\xed\x31\x28\xb1\x9f\x3b\x83\x12\x03\x21\xd4\x8b\x79\x5a\xb4\xe7\x0f\x94\x98\x6d\xbf\x98\xa7\xfd\x84\x2f\x17\xf3\xb4\x9f\x58\xed\x40\x89\xb9\xc8\x1c\x28\x31\x17\x99\x03\x25\xe6\xd2\x7f\x31\x4f\xfb\x89\xdc\x0e\x94\x98\xa3\xfc\xd0\x3e\xc3\x82\x43\xfb\x5c\xa6\x0f\x94\x9f\x7d\x76\xa0\xfc\x0c\x2e\xd8\x5a\xf4\x42\x94\x54\xc4\x7a\x3f\x71\x1c\x62\xbd\xe8\xe8\x41\xac\x57\xc0\x66\x0d\xb1\x5e\x81\x87\x6d\x88\xf5\x0a\x30\xbf\x21\xd6\x2b\x30\xb6\x0d\xb1\x5e\x23\x9e\x6e\x88\xf5\x5a\xf1\xcc\x8c\x04\x2f\x50\x2a\x48\xf0\x12\xa5\x8a\x04\xaf\x51\x1a\x08\xeb\x36\x25\x04\x79\xc3\x7b\xf9\x10\xd6\xf9\xbb\x45\x29\x52\xda\xc8\xec\x3c\x76\xa0\xfc\xb8\x17\x04\x79\x9b\x31\xd8\x10\xe4\x1d\x76\x17\x34\x04\x79\x87\x67\xdb\x10\xe4\x1d\x42\x8d\xa6\x20\x0f\xd4\xd8\x14\xe4\xf1\xa4\x9b\x82\xbc\x6d\x0d\x08\xf2\x50\x6f\x37\x05\x79\x8c\xd6\xa6\x20\x0f\x94\xda\x6e\x96\xa9\x3f\x9f\xd7\x44\x90\xc7\x98\x6f\x0a\xf2\xbe\xdf\x8b\x92\x9b\x5a\x3d\x26\xe1\x86\x56\xcf\xdd\x35\x0d\xad\x5e\x80\x23\x6a\x6a\xf5\xec\x08\xb4\x7a\x19\x7a\xa0\xa1\xd5\xfb\x79\xd0\x28\xf0\x6a\xf1\x58\xa5\xc4\x63\xbf\x00\xa8\x57\xa6\xc1\x76\x01\x50\xaf\x36\xfd\x02\xa0\x6e\x1c\xd7\x2e\x00\xea\x8d\xa1\xdb\x2e\x00\xea\x0d\x3e\xa7\x5d\x00\xd4\xdb\xf2\x2a\x9b\xd2\xa1\x74\xef\xda\xcd\x0c\xed\x02\xa0\xee\x46\x87\x16\x35\x4b\xe2\x2a\x48\xf0\x36\xab\x66\x63\x2f\xd1\xf3\x5a\x92\xa7\xe4\x9a\x38\x03\x68\x4c\xda\x70\x06\x10\x18\x36\x65\x76\xc7\x6b\x0e\x8e\x59\xdf\x05\xda\x6a\x09\x1a\xae\x01\xcf\x63\xe9\x82\xd4\x87\xcd\x2f\x8d\x3d\x48\x4f\xb0\xbe\x43\x89\x9e\xc7\x35\x40\xc8\xda\xd8\x9f\xe4\x64\xda\x94\xd9\x1d\xcf\x8c\xd4\xc0\x73\x40\x66\xa7\xe6\xa1\x25\xdb\xc7\x7d\x26\xda\x77\xbc\x8a\xed\xb3\x44\xfb\x58\x44\x1b\x32\xbb\x87\xed\xe3\x0d\x99\xdd\x13\xbc\x0a\x3c\xa5\x4f\x2c\xc1\xc3\x02\x0c\x1b\x32\xbb\x87\xb8\xa3\x21\xb3\x53\x47\xd1\x12\x3c\x2c\x0b\x73\x43\x66\xa7\x3a\xa2\x21\xb3\x7b\x98\xea\x1a\x32\xbb\x40\xd2\xb5\x21\xa5\x0b\xd0\x1f\x0d\x29\xdd\xcf\x88\x44\x4a\xa7\x5e\xb4\x21\xa5\x53\x4b\xda\x90\xd2\x05\x47\x1d\x52\xba\x37\x7b\x0c\xbe\x3f\xfb\x3b\x1c\x44\x48\x01\x35\x36\x21\xb9\x25\xb6\xb1\x09\xc9\x3d\x9c\x4d\xd1\x9d\x2d\x52\x74\xc7\x82\xde\x14\xdd\x75\x4b\xec\x21\x23\x7f\xd2\xf4\x23\x73\xb4\x2a\xba\xf3\x95\x46\x74\xa7\xcb\x5f\x43\x74\x97\x7d\x03\x10\xdd\x65\xa4\x89\x4d\xd1\x1d\xc1\x4c\x53\x74\xe7\x84\xa2\xe8\x8e\x04\x5b\x43\x74\x97\x1d\x75\x8a\xee\x1c\x2f\x88\xee\xf4\x11\x6c\x8a\xee\x88\x53\x9b\xa2\x3b\xdf\x4d\x45\x77\x2c\xb7\x0d\xd1\x5d\xf6\x19\x29\xba\xf3\xb9\x2b\xba\x73\xaa\x53\x74\xe7\xa4\x88\xe8\x2e\x83\x10\x5a\xb5\x7d\x96\xe0\x5a\x8f\xf5\x35\x8e\xd1\x4b\x0a\xeb\x20\x54\x9b\xc2\x3a\x27\x7d\x85\x75\x3e\x5b\x85\x75\xce\x67\x08\xeb\x9a\xf7\x89\xb0\xae\x7b\xcd\x26\x71\xc8\x7d\xb2\xd1\x68\xf8\x56\x21\xac\x1b\x8e\x72\x84\x75\x83\x6c\x4a\x43\x58\x37\x7c\x53\x11\xd6\x0d\xd0\x51\x43\x58\x37\x48\xee\x37\x85\x75\xdb\xdf\xdd\x36\x8c\xf7\xf9\xbd\x29\x19\xcd\xdd\x70\x22\x42\x73\x37\x9c\x50\xd0\xdc\x0d\xa7\x1e\x34\x77\x03\xb8\xd7\xd0\xdc\x0d\x1b\x8b\xe6\x6e\xba\x6a\x22\xac\xfb\x9c\xf8\x10\xd6\x4d\x20\x72\x43\x58\x37\x9d\x06\x11\xd6\x4d\x28\x80\x86\xb0\x6e\xba\x16\x2a\xac\x03\x1c\x35\x85\x75\x00\xdf\xa6\xb0\x6e\x5a\x3b\xc2\xba\x69\x7d\xf0\x8d\x8f\x57\x81\x6f\x84\xdb\x6d\x08\xeb\x14\xc3\x37\x84\x75\x6e\xbd\x6e\x08\xeb\x3e\x87\xa0\xc2\x3a\x07\x88\xc2\x3a\xf8\xd4\x86\xf3\xc1\xe7\xa0\xc3\xf9\x40\xe5\x44\x53\x74\xe7\x2a\xad\xe8\x0e\x51\x5a\x43\x74\xb7\x7c\xc5\x14\xdd\x11\xff\xb5\xa1\x01\x0c\xad\x45\x74\xa7\x6b\x5b\x43\x74\xa7\xc9\x5f\x53\x74\x37\x2c\x21\xba\x1b\x9e\x89\xe8\x0e\xc6\xbd\x21\xba\x3b\xd1\xfa\x10\xba\x91\xca\x69\x88\xee\x54\x4c\x37\x44\x77\x07\x95\x4a\x63\xef\xd2\xc3\xe6\xd9\xc6\xde\xa5\x07\x11\x63\x63\xef\xd2\x03\x4b\xda\xd8\xbb\xf4\xd8\x83\xec\x5d\x7a\xec\xdd\x29\x17\xc9\x9d\x4d\xb9\x48\xaf\x09\x17\x09\x80\x6d\x6c\x50\x7a\xc8\xdf\x37\x36\x28\x3d\x4e\x67\x6c\x50\x72\x63\x45\x9b\x70\x91\xcd\x6b\xc2\x45\x76\x7f\x07\xd7\x0a\x0f\xdb\x3e\xb8\x56\x18\xdb\xc6\xc6\x26\x37\x79\x34\x36\x36\x99\x56\x6a\x9f\x5c\x24\xed\x43\xc8\xa7\xc3\x46\x43\xc8\xf7\x82\x8e\x1a\x42\xbe\x08\x64\x6d\x08\xf9\x62\xb4\x04\x17\xf9\x7a\xe6\x6d\x5f\xb4\x27\x10\xf2\x45\x52\x9b\x0d\x21\x5f\x4c\xde\xcb\x47\xc9\xdf\x2d\x4a\xf4\x12\x42\xbe\x88\x22\xbc\x21\xe4\x8b\xf6\x35\x42\xbe\x88\x1e\xa2\x21\xd6\x8b\x2e\xb7\x88\xf5\xa2\x11\x2d\x62\xbd\x08\xec\x6e\x5a\x26\x18\xa2\x68\x99\x40\x46\xa8\xe9\x8d\x06\x2a\x6e\x7a\xa3\x79\xd7\x08\xf2\x8a\x77\x86\x20\xaf\x78\xd7\x08\xf2\x0a\x5c\x72\x63\xf3\x52\x21\x3d\xdb\xd8\xbc\x54\xac\x1d\xb1\x5e\x81\x0a\x6d\x88\xf5\x0a\xe4\x52\x43\xac\x27\xd2\x6e\x08\xf2\x2a\x94\x51\x43\x90\xd7\x0c\x19\x10\xe4\xb5\xe8\x99\xb7\x0d\x2d\x59\x1a\x94\xe8\x5d\x04\x79\x0d\x55\x7b\x43\x90\xd7\x20\x90\x1a\x82\xbc\x66\xfb\xb0\x5a\x68\x2e\xc5\x58\x2d\x34\xe7\x41\xc4\x7a\xcd\x39\x0b\xb1\x5e\xf3\xce\x10\xeb\xb9\xe1\xbf\x21\xd6\x6b\xce\x36\x88\xf5\x9a\xcf\x08\xb1\xde\x2f\x00\xf5\x3b\x53\x32\x3a\xbe\xe6\x83\x46\xc7\xa7\xbf\x40\x3b\x36\xdd\xea\x6c\xba\x37\x46\xd3\x8d\x11\xd0\xf1\x35\xbb\x1a\x1d\x5f\x73\xad\x40\xc7\xd7\x5c\x71\xd0\xf1\x35\x1f\x03\x3a\xbe\x89\x90\xa8\xa3\xe3\xd3\x78\xa4\xa3\xe3\x9b\xb0\x49\x1d\xb1\xde\xc7\xd2\xd1\x11\xe4\x7d\x44\xad\x1d\x41\x9e\x36\x82\x1d\x41\x9e\x93\x62\x47\x90\xb7\x8a\x35\xc0\x0d\x22\x71\xea\x08\xf2\x16\x69\x97\x8e\x20\x6f\x35\xeb\xfb\xf8\x9d\x35\xc0\x1b\x56\xcf\x84\x37\xac\x9e\x79\xdb\xb0\x98\xc0\x3a\x62\xbd\x45\xea\xaf\x23\xd6\x5b\xa4\x3a\x3a\x62\xbd\x65\xfb\x10\xeb\x2d\x36\x6d\x76\xc4\x7a\x8b\x35\xbb\x23\xd6\x13\xc4\x75\xc4\x7a\xab\xf8\x3b\x78\xc3\xe6\x35\x69\x9f\x3d\x88\x58\x6f\x55\xcf\xb4\x7d\xb4\x36\xd0\xbe\x62\x89\xf6\x75\x6b\x80\x37\xfc\xbc\x0a\xbc\x21\xc9\xc5\x1e\xe0\x0d\x01\x6a\x1d\xdf\xea\x07\xd6\xb9\xe3\x5b\xfd\x90\xc8\xed\x2f\x22\x31\x98\xec\xfe\xc2\x1b\x46\xcf\x94\x37\xb4\x04\x6f\x48\x8c\xd7\x2f\xaa\xaa\xba\x12\xf7\x17\x01\x19\x8b\x61\x7f\x11\x90\x1d\x6b\x40\x40\x46\x9e\xa0\xbf\x70\x8a\xb0\xd5\xfd\x85\x53\xdc\xfe\xee\xd2\x49\x5a\x12\xf5\x17\x4e\x91\x05\xaf\xe3\x20\x1c\x51\x5c\x74\x1c\x84\xf5\x85\xeb\x11\x01\x19\xf4\x40\x8f\x70\x8a\xbc\xa8\x3d\xc2\x29\x12\x25\xf7\x08\xa7\x48\x74\xdd\x23\x9c\xa2\xcf\x2f\xc2\x29\x3a\x26\x22\x02\xb2\xe9\x35\x6f\xfb\x9c\xf8\xfa\x45\x5c\xd5\x8f\x00\xf4\x88\xd1\xd7\xb4\x86\x8f\x92\x35\x2c\x4a\x5e\x13\x17\x64\xe2\xc6\x1e\xe1\x45\x09\x4a\x3a\x42\xbe\x42\x4a\xbb\x23\xe4\x2b\x84\x44\x1d\x21\x5f\xf1\x49\x27\x28\x46\xa6\x9e\x8e\x58\x4f\xbb\xa2\x8e\x58\xcf\x3c\x48\x47\xac\xd7\xa2\x57\x81\x46\x24\xda\xed\x88\xf5\x9c\x22\x3b\x62\xbd\x46\xe2\xb1\x23\xd6\x6b\x38\x81\x74\xc4\x7a\x8d\x48\xbf\x23\xd6\x6b\x84\x7c\x1d\xb1\x5e\x23\x0c\xe9\x88\xf5\x1a\x39\xa7\x8e\x58\xaf\x11\x99\x76\xc4\x7a\x8d\x1c\x42\x47\xac\x67\x7a\xbd\x23\xd6\x33\x69\xde\xf1\x62\xeb\xc5\x12\x7b\x38\xb3\x57\x61\x0f\x27\x58\xa9\x23\xe4\xeb\x28\x7b\x3a\x42\xbe\xee\x93\x46\xc8\xd7\xb3\x77\xbd\x28\xd1\x83\x08\xf9\xba\x6f\x87\x42\x3e\x08\xb2\x5e\xa0\x50\x21\xd6\x7a\x81\x42\xfd\x85\x8e\xfe\xec\x94\xdc\xd5\xff\x01\x2c\xba\xfa\x3f\x1f\x03\xfa\x3f\xf3\xfe\x5d\xfd\x1f\xb1\x4c\x57\xff\xe7\x74\x86\xfe\x6f\xf8\xa2\xa2\xff\x9b\x8f\xd7\xbc\x4d\x9f\x40\x82\x8e\xfe\xef\x73\x5a\xc2\xdf\x6d\xbd\x1e\xbb\x4d\x37\x99\xd2\x8b\xac\x2c\x03\xab\xc8\xca\xd2\x11\x05\x56\xd6\x07\x56\x61\x65\x61\x18\x7b\x85\x95\x05\x8c\xf5\x0a\x2b\x1b\x3c\x13\x56\x16\x29\x77\xbf\xa0\xaa\x2e\xe8\x81\x7e\x41\x55\x5d\xc0\x93\x7e\x41\x55\x5d\x30\xaf\xfd\x82\xaa\xba\x00\xef\xfd\x82\xaa\x6a\x2a\xa7\x57\xcd\x84\xbc\x0a\xfa\x46\x1f\x7b\xc5\x4c\xc8\x89\xaf\xb2\x3d\xd7\x97\xf1\x02\xae\x7a\x88\x50\x7a\xd5\x4c\x88\x3e\x43\xe4\xf7\x10\xe9\x77\x44\x7e\x92\x05\x1d\x91\x9f\x9b\x27\x3a\x22\x3f\x69\x85\x8e\xc8\xef\xb1\x07\x11\xf9\x3d\xac\xd2\x1d\x91\xdf\x43\xea\xb6\x23\xf2\x7b\x20\x2e\x3a\x22\xbf\x00\x4b\xda\x11\xf9\x3d\x2e\x6a\x88\xfc\xfc\xae\x47\x47\xe4\xf7\x38\xf1\x35\x58\xe7\xe3\x7d\x7e\x9c\x49\x1b\x10\xf9\x3d\x4e\xa6\x88\xfc\x1e\x62\xd1\x8e\xc8\x2f\x10\x8b\x76\x44\x7e\x8f\x93\xf0\x45\x5c\x2d\xf8\xa4\x3b\xed\x73\xf2\xee\xb4\x0f\x3a\xa9\x5f\xc4\xd5\x82\xf7\xd2\x35\x52\xf2\x4c\x44\x8c\x50\x38\xbd\xc3\xd8\x3a\x0a\x3a\xac\xac\x53\x4f\x87\x95\x7d\xfd\x1d\xac\x2c\xa9\xa3\x7e\x51\x55\x8b\xaf\x25\x58\x59\xe2\xbf\xde\x61\x9d\x9d\xae\x2f\xaa\x6a\x5a\x9f\xf6\x01\xeb\xec\x24\x35\x60\x9d\x9d\x26\x2e\xaa\x6a\x46\xc2\xfd\xa2\xaa\x16\x49\xda\xf5\x8b\xaa\x5a\x74\x02\x1b\xb0\xce\xc4\xa2\xfd\xa2\xaa\x16\x9d\x88\x2e\xaa\x6a\xba\x35\xf7\x8b\xaa\x5a\x24\x17\xd0\x07\xac\xba\xa3\x60\xc0\xaa\x27\x6b\xff\x38\x93\xe7\x3e\x6c\x9f\xf7\x49\xfb\x08\xba\xfa\x90\x75\xe6\x5e\x26\xac\xb3\x4b\xff\x84\x75\x1e\x96\x60\x9d\x0d\x43\x2e\xaa\x6a\x65\xf8\xbb\x44\x89\xfb\xbc\xa8\xaa\x15\xc3\x89\x8b\xaa\x5a\x19\xfe\xae\x72\x15\x8f\xdd\xf6\x35\xd4\x1f\xfd\xa2\xaa\xd6\x0c\x82\x26\x62\x52\xb2\x37\xfd\x22\xa7\xd6\x5c\xec\x2f\x72\x6a\x52\x0e\xfd\x22\xa7\x36\x7c\xee\x17\x39\xb5\x41\x4a\xb4\x5f\xe4\xd4\x44\xfd\xfd\x22\xa7\x36\x7c\xab\x2e\x72\x6a\xc3\x31\x78\x91\x53\x1b\xf6\xe7\x45\x4e\x4d\x72\xa2\x5f\xe4\xd4\x06\xd4\x64\xff\x64\xce\x79\x62\x17\x39\x35\xc9\x90\x7e\x91\x53\xbb\x5b\xd8\xfe\xfc\x94\xfc\x41\xb8\x57\x2b\x87\x70\xb7\x79\x1f\xa4\xba\x1d\xf1\x41\xaa\x93\x9d\xed\x0b\x52\x9d\x74\x46\xbf\xc9\xa9\xb6\x61\x77\xfa\x62\x97\xbb\xd1\xd2\x82\x54\x47\xe8\xd6\x17\x5a\xd9\xc7\x52\xa6\x44\x83\x16\xa4\xba\x31\xd0\x4d\x4e\x75\x79\xd1\x4e\x72\x4a\xce\xb4\x93\x9c\x3a\x4e\x05\x0b\x52\x9d\xc4\x4e\x27\x39\xe5\x6e\xb3\xbe\x20\xd5\x9d\x50\x48\x4e\xc9\xfb\xf6\xc5\x2e\x77\x63\xe6\xc5\x2e\x77\xd8\xb2\x7e\x01\x57\x37\xc9\xd4\x37\x5a\x60\x12\x03\x7d\xb3\xcb\xdd\x57\xf3\x02\xae\xae\x9f\x55\xbf\x89\xab\xae\xf3\x55\xdf\x68\x81\x5d\xd4\xb6\x5a\x60\xcf\xac\x94\x68\xed\x05\x63\x3d\x2c\x7f\xd7\x29\xf1\x1c\x2e\x18\xeb\x19\x25\x43\xdf\xe8\x7d\x8b\xf7\x89\xde\x17\xb6\xb3\x6f\xf4\xbe\xae\xee\x07\xbd\x2f\x22\xa3\x7e\xf8\x66\x04\x74\x52\x3f\xb2\xff\x0c\xcf\xc3\x4e\x7d\x27\xa2\x0b\xb8\x7a\xb3\xb5\x17\x70\xf5\xee\x73\xbf\xa8\xaa\x8f\xe1\x55\x6e\x1b\x86\xed\xbb\xa8\xaa\x4f\xa3\x9e\x8b\xaa\xfa\x74\x0a\xb9\xa8\xaa\xcf\xe8\x55\xd8\x8e\x5f\xad\x1d\x8e\xdd\x31\x88\x20\xef\xf1\x85\x43\x90\xf7\x18\x8b\x22\xc8\x7b\xa0\x1c\x06\x82\x3c\xc5\x57\x03\x41\xde\x43\xcf\x0f\x04\x79\x0f\xb1\xcc\x40\x90\xf7\x30\x0d\x0e\x04\x79\x92\x2f\x03\x41\x9e\x1e\x1e\x03\x41\xde\x03\x39\x31\x1e\x38\xf6\xec\x99\x70\xec\xd5\x12\x1c\x3b\x48\x66\x20\xd6\x7b\xaa\x77\x46\x0e\x81\xc9\x74\x3c\xe6\x10\x2c\xd1\xbe\x62\x89\xf6\x41\xef\x0c\xc4\x7a\x81\xd6\x0e\xc4\x7a\x81\xf1\x39\x10\xeb\x05\x16\xca\x81\x58\xef\x05\xfd\x0d\xc4\x7a\x2a\x19\x06\x62\x3d\x53\x8d\x03\xb1\x9e\x5b\x4c\x06\x62\x3d\xf7\xcf\x0d\xc4\x7a\xef\xb2\x06\xb6\xb2\x07\x6b\x60\x2b\xbb\x77\xad\xfb\x75\xf0\x2a\xe8\x7d\x21\x6d\x86\x0e\xd7\xf0\xb7\x23\xa8\x78\xa2\x0d\x38\x5c\x67\x88\x84\x81\xc3\xb5\xdf\xab\x19\x38\x5c\xe7\xe2\xb1\xc8\x99\xf4\x27\x0e\xd7\x7e\xe7\x66\xe0\x70\xed\x97\x6d\x06\x0e\xd7\xd9\xe7\x8e\xc3\x75\x4e\x5e\x13\x0e\x3a\x7a\x66\xe7\x2a\xd6\x30\x38\x93\x16\xe1\x70\x9d\x7d\xb6\x38\x5c\x6b\x8b\x3f\x70\xb8\xce\xc5\x7b\xd9\x5c\x93\x3e\xc3\xe1\x3a\xa3\x83\x19\x38\x5c\x8b\x95\x06\x0e\xd7\xfa\xb3\x8c\x68\xfb\xb8\x4f\x3c\xf1\x72\xfc\x3d\x5d\xf2\xc0\x2e\x2f\x43\x24\x0c\x52\x5c\x99\x10\x7d\x60\x97\xa7\xb7\xfe\x20\xc5\xa5\x72\x62\x90\xe2\x52\x55\x31\xb0\xd2\xab\xa4\x2c\x06\x29\xae\xc6\x34\x38\x48\x71\x35\x56\x9c\x41\x8a\xab\x31\x09\x0f\x52\x5c\x15\x08\x39\x48\x71\x55\x40\xc0\x20\xc5\x55\x99\x84\x07\x29\x2e\x15\x17\x83\x14\x57\x23\xb6\x18\x58\xf0\x55\xa6\xf2\x41\x8a\xab\x02\x83\x47\xf2\x9b\x0a\xd4\x40\x8a\xab\x17\xaf\x02\x6d\x4f\x6c\x31\x48\x71\x0d\x7b\x82\x14\xd7\xf0\x25\x26\xc5\x35\x1c\x3c\xa4\xb8\x86\x03\x0b\x27\x89\x91\xac\x01\x6e\x9e\xa9\x67\x90\xe2\x1a\x3f\xf5\xc1\xcd\x3b\x4d\xe0\x24\x31\x1c\xac\xa4\xb8\x86\x03\x8b\x14\xd7\x24\x46\x18\xa4\xb8\x26\xe0\x76\xe0\x24\x31\x89\xb5\x07\x4e\x12\x13\x29\xdd\x20\xfd\x35\x81\xb3\x23\xcb\xcd\xf3\x54\x48\x7f\xcd\xcf\xfa\xd8\x30\xee\xf3\x23\xfd\xf5\xf9\xa4\x49\x7f\x7d\x8f\xf5\xc1\xcd\x17\xef\x65\xc3\x87\x7b\xec\x50\xe2\x9a\xa4\xb8\x14\x66\x0d\x52\x5c\x62\x89\x41\x8a\x6b\x05\xcf\xbc\x6d\x10\xd7\x0c\x52\x5c\x8b\x68\x62\x90\xe2\x52\x08\x36\x48\x71\x89\x79\x06\x29\x2e\xd1\xca\x20\xc5\xb5\x5e\x8f\x75\x4a\xdc\x19\x29\x2e\x11\xd7\x20\xc5\xb5\xb6\xf5\xc1\xbf\xfb\x8a\x91\xe2\xf2\x73\x51\x83\x14\xd7\xc6\x0b\x71\x90\xe2\xda\x00\xed\x41\x1a\x6b\x93\xf9\x18\xa4\xb1\x36\xd9\x8d\x41\x1a\x6b\x43\x4e\x0c\xd2\x58\xc7\xf1\x49\x1a\xeb\xfc\x5c\x05\xcd\xb2\xef\x18\x69\x2c\xbd\x5b\x06\xde\x11\x3a\xab\x0c\xbc\x23\x0e\x19\x9a\x41\x8a\xeb\x74\x7f\x87\x9e\xb9\x7b\x26\x7a\xe6\x6e\xed\xe4\x10\x30\x26\x18\xa4\xb8\x0e\x7b\xc8\x06\x29\xae\x83\xca\x61\x34\x73\x08\xd4\x8e\x20\x4f\x33\xd7\x81\x20\x4f\x23\x9e\x81\x20\x4f\x6b\xd7\x81\x20\xef\xf9\xb9\x0a\x39\x04\x96\xe9\x81\x20\xef\x21\xdd\x36\x1a\x39\x04\xf2\x43\xa3\x91\x43\x00\x93\x8f\x46\x0e\x01\x9a\x66\x34\x72\x08\x8e\xeb\x46\x0e\x61\x7a\x15\x72\x08\xf6\x75\x23\x87\xb0\xbc\x6b\x72\x08\xd0\x3b\xa3\x93\x43\x70\xc9\xe1\x0b\x3c\x8f\x4b\x4e\xa7\x7d\xbe\x01\x9d\xf6\x39\x67\x75\xda\x37\xfd\x1d\xed\x43\x57\x34\x3a\xed\xf3\xfd\xeb\x68\x96\x93\x67\x92\x27\xb0\x27\x3a\x79\x82\xe1\x99\xe4\x09\x10\x00\x8e\x4e\x9e\xa0\xff\x9e\x39\xe7\xe8\xa4\x10\x86\x3f\x23\x85\x80\x84\x7f\x0c\x52\x08\xae\xfc\xd8\xf3\xc5\x62\x09\xb9\xb6\x8f\x1d\x7b\xbe\x08\x90\x19\xd8\xf3\x45\x76\xb0\x0d\xec\xf9\xdc\xde\x39\xb0\xe7\xd3\x69\x7f\x60\xcf\x17\x89\xff\x06\xf6\x7c\x11\xe7\x8a\x81\x3d\x5f\x74\x40\x0e\x9b\x6e\x7d\x34\x1d\x12\x65\x60\xcf\x17\x9b\xc7\x6c\xba\x35\xd8\x3e\xef\xc5\xf6\xf1\xf8\xb0\xe7\x8b\x24\xbc\x06\xf6\x7c\x11\xc3\xa0\x41\x8a\x2b\xb2\x83\x6d\x90\xe2\x72\x17\xd0\x20\xc5\xe5\x57\xd7\x06\x29\xae\x88\xa4\x7e\x90\xe2\x8a\x44\x7c\x43\x7b\x3e\xa2\xd6\xa1\x3d\x9f\x6b\xb6\x1e\x7c\xa4\x02\x86\x1e\x7c\xd9\x6b\x4e\x4a\xf4\x35\x3b\xae\x72\xf6\xce\xf8\xb2\x9a\x6b\x3d\x29\xae\x9c\xad\xfd\x50\xe2\xf9\x91\xe2\x92\x09\x1d\xa4\xb8\xb2\xaf\x1f\x29\xae\x6c\x5f\x7f\x6a\xce\x3d\x86\xe6\x1c\x94\x33\x48\x63\xf9\x71\xd4\x41\x1a\xcb\x38\x7c\x90\xc6\x2a\x2e\x32\xa4\xb1\x8c\xca\x07\x69\xac\x62\xbf\x90\xc6\x2a\x2e\x6a\xa4\xb1\x8c\xd1\x07\x69\x2c\x05\x95\x83\x5d\x55\x0a\xc8\x06\x69\xac\xea\xc4\x8e\x1f\x45\x43\x6e\x35\xf0\xa3\x68\xe8\x68\x07\x29\xae\xe6\x48\x26\xc5\xd5\x00\xd3\x83\x14\x57\xf3\x95\xc6\x8f\xa2\x39\xf5\xe0\x47\xd1\x8c\x92\x49\x7f\xb5\x69\x0d\xe4\x4f\x7c\xc5\x48\x7f\x35\x27\x45\xd2\x5f\x0d\x8e\x76\x90\xfe\x6a\x8e\x64\xd2\x5f\xcd\x85\x92\xf4\x57\x23\x05\x3b\x48\x7f\x35\x18\xf0\x41\xfa\xab\xc1\xf7\x0f\xd2\x5f\x0d\xa2\x6b\x90\xfe\x6a\x28\x35\xc6\xb6\x7d\xf4\xe7\xb6\x7d\xb4\x01\xaf\x8a\xe6\x28\x27\x35\xd6\x50\x43\x0d\x52\x63\xa2\x95\x41\x6a\x6c\xa2\x52\x1e\xa4\xbf\x3e\x88\x99\x41\xfa\x6b\x21\xa8\x1c\xa4\xbf\x96\x53\x1d\xe9\xaf\x05\xf1\x34\x48\x7f\x2d\x23\x6f\xd2\x5f\x0b\x65\xf0\x20\xfd\xa5\x33\xdb\x20\xfd\xb5\xd0\xc1\x0c\xd2\x5f\xcb\xa0\x8b\xf4\xd7\x22\x69\x3e\x48\x7f\x2d\x43\x30\x72\x5c\xdb\xb0\x8e\x1c\xd7\x72\x52\x24\xc7\xb5\x9c\xf4\xc9\x71\x2d\x47\x01\x39\xae\xb5\xac\x9d\xfc\x09\x12\x81\x41\x8e\x4b\xb3\xfb\x41\x8e\x6b\x39\xea\xc8\x71\x2d\xa7\x64\x72\x5c\x6e\x3b\x9a\xe4\xb8\x16\x2a\xf3\x49\x8e\x6b\x7d\x96\x68\x1f\x88\x64\x62\x48\xa1\xc3\xcd\xc4\x90\x62\x4d\xcf\xa4\x7d\xeb\xf7\x9c\xe0\x26\xa9\x31\xfd\x61\x27\xa9\xb1\xc5\x1a\x33\x4d\x8d\x6d\x2b\xa0\xe9\xb0\x8f\xd3\xd4\x18\x09\x93\x69\x6a\x6c\xfb\x3b\x9a\xce\x6a\x34\x4d\x8d\x31\x3c\xa7\xa9\xb1\xe1\x35\x69\x3a\xfc\xdf\x34\x35\x46\x54\x37\x4d\x8d\xb1\xa2\xce\x40\xea\x88\x0e\x9c\x17\x8c\x55\xd9\xc7\x19\xb0\x8f\xdc\xfe\x4e\x7f\x01\x8f\x91\x1e\xaa\x96\x48\x0f\xf1\x4a\xcf\x40\x7a\x28\x58\x3b\xe9\x21\x5e\xfe\x19\x90\x9c\x07\x6b\x27\x3d\x04\x7f\x34\x49\x7f\x09\xe2\x26\xe9\xaf\x48\x5a\x70\xfa\xd9\x56\x86\xd2\x24\xfd\xe5\xd7\x2c\x26\xe9\x2f\xbf\x35\x31\x49\x7f\xf9\x75\x89\x49\xfa\x2b\x22\x0b\x9b\xa4\xbf\xfc\x62\xc5\x24\xfd\x95\xc0\x12\x93\x14\x97\x9f\x58\x9d\xa4\xb8\x32\xf1\xe6\x24\x8d\x95\x8b\x25\x52\x40\xd5\xdf\x91\x02\x62\xc9\x99\xa6\xaa\x1c\x2e\xa6\xaa\x48\xfa\x4c\x53\x55\x88\xcb\x26\xa9\xaa\xc2\x8b\x3a\x49\x55\x15\x28\xaa\x49\xaa\xaa\x38\x20\x49\x55\xf9\x79\xa3\x19\x49\x0f\x11\x1b\xce\x88\xca\x3c\x7a\x95\x49\x89\x36\x90\xc6\xaa\xc4\xa9\x93\x34\x56\x25\x86\x9d\xa4\xb1\x6a\xf4\xce\x48\x0f\xb1\x4c\x4f\xd2\x58\x26\x9c\x27\x69\xac\x06\xe5\x30\x49\x63\x75\xc8\x89\x89\x1f\x45\x67\x79\x98\xf8\x51\x74\xc8\x82\x49\x8a\xcb\xdd\x89\x33\x91\x23\x61\x99\x9e\x78\x55\x8c\xee\x55\xc8\x91\x80\xb8\x26\xe9\xaf\xf9\x7a\xcd\x41\xc6\xc4\xab\x4c\x8e\xd1\x3e\xd2\x5f\x93\x64\xf4\x24\xfd\x35\x1d\x3d\xa4\xbf\x66\xf0\xae\x0f\x67\x52\x22\xfd\xa5\x7d\xeb\x24\xfd\xf5\xb1\x20\x4c\xd2\x5f\x9f\x77\x46\xfa\x6b\x81\xb8\x26\xe9\xaf\x65\xbf\x90\xfe\x5a\x04\x48\x93\xf4\xd7\xfa\xa9\x81\x1c\x09\x8c\xf4\x24\xfd\xb5\x7c\x2a\xa4\xbf\x16\xe8\x6f\x92\xfe\x5a\xd1\x12\x39\xa0\x68\x0d\xe4\x80\xa0\x1c\x26\xe9\xaf\x05\x05\x30\x49\x7f\xad\x64\x1b\xc8\x01\xb1\x3c\x4c\xd2\x5f\x6e\xd2\x99\xa4\xbf\xb4\xf6\x9f\xe4\xb8\x8c\xfb\x27\x39\xae\x83\xee\x66\x92\xe3\xd2\x1d\x7a\x92\xe3\x72\x33\xf9\x24\xc7\x75\x1c\x91\x45\x65\xbe\x67\x92\x23\x49\x5e\x05\x65\xbe\x7d\x76\x51\x55\x0b\xde\x35\x1e\x17\xc1\xb7\x1f\x8f\x8b\x80\xb4\x60\xe2\x71\x11\x58\xc6\x26\x1e\x17\x01\x4c\x37\xf1\xb8\x08\xf6\x12\x1e\x17\x01\x14\x37\xf1\xb8\x78\x7f\xe1\xfc\x3f\x3f\x25\xe3\x71\xe1\xa7\xc1\x27\x1e\x17\xda\x32\x4e\x3c\x2e\x34\x5b\x9c\x78\x5c\x98\x41\x9f\x78\x5c\x44\x5f\x54\x3c\x2e\xa2\x1d\x88\xc7\x85\x11\xf4\xc4\xe3\x22\x56\x4b\xa4\x1e\x88\x65\x26\x1e\x17\x3a\xe5\x4e\x3c\x2e\x22\x40\x66\xe2\x71\xa1\x25\xca\x24\xfd\x65\x44\x3b\x49\x7f\x45\x92\x0d\x93\xf4\x57\x24\x22\x9a\xa4\xbf\x8c\xc3\x27\xe9\x2f\x81\xc5\x24\xfd\x65\xdc\x3f\x9b\x6d\xa0\x76\x52\x5c\x82\x8e\x49\x8a\xab\x10\x6f\xce\x26\xa0\xb4\x3e\x7c\x2c\x3e\xcf\x9c\x94\xac\xe1\xb6\xc1\xaf\xfc\x4e\x52\x5c\xc5\xe5\x88\x14\x57\x71\x1a\x24\xc5\xe5\x26\x9d\x49\x8a\xab\xb0\xf2\x4f\x52\x5c\x85\x58\x6d\x92\xe2\x2a\xc4\x01\x93\x14\x57\x61\x3f\xdb\x24\xc5\xa5\xcc\x67\x92\xe2\x6a\x3e\x07\x52\x5c\x0d\xf4\x30\x49\x71\x35\xfb\xb3\x93\x3e\xb1\x3f\x3b\xe9\x13\x9f\x03\xe9\xaf\x86\xd4\x6c\x92\xfe\x6a\xcd\xdf\xdd\xf6\x69\x4c\x3f\x49\x7f\x75\xa7\x79\xd2\x5f\x03\x15\xce\xec\xa6\x56\xb8\x0a\xe9\x2f\xc5\x96\x93\xf4\x97\xf2\xca\x49\xfa\x6b\xf8\x6a\x92\xfe\x1a\xaf\xbf\x33\xb5\x42\x0d\xc3\xd4\x0a\xf7\x42\xfa\x6b\xb8\x1c\x91\xfe\xfa\xa0\x9a\x26\xe9\xaf\x8f\xf8\x7d\x92\xfe\xd2\xe5\x6f\x92\xfe\xd2\xa0\x68\x0e\x37\x2c\x78\x4d\x1c\x84\x89\x45\x27\xe9\xaf\xcf\x00\x82\xf4\xd7\xe7\x08\x19\x3a\x08\x53\x22\xfd\xa5\x42\x67\x4e\x1d\x84\x79\x0e\xa4\xbf\x16\x91\xe9\x24\xfd\xb5\x5d\xb8\x48\x7f\xf9\x7d\xc4\x39\xc9\xad\x38\x5d\x5f\xc4\xd5\xdd\xdc\x33\x27\xb9\x15\x23\xb0\x8b\xb8\xba\x89\xdc\x79\x11\x57\x57\x53\x3f\x27\xb9\x15\xfb\x6c\xb2\x61\xc1\xe7\x30\xc9\xad\xc0\x17\xcf\xc9\xae\x04\x92\x5a\x73\x92\x5b\x71\x79\x98\xe4\x56\x5c\x80\x3e\x72\x2b\x30\xcb\xf3\x23\xb7\x62\xcf\x7f\xf8\xac\x38\x81\x7d\xf8\xac\xf8\x8c\x3e\x72\x47\x10\x4f\xf3\xa3\x7d\x86\x6e\x1f\xed\x23\x3d\x3b\x3f\xda\x67\x98\xf5\x91\x5b\x01\x27\xce\x8f\xdc\x8a\xd3\xee\x45\x63\x3d\x18\xb5\x5e\x34\xd6\x83\xa1\xdb\x45\x63\xdd\xaf\xe5\xcc\x8b\xc6\x7a\xd8\x5e\x85\x5d\x17\x3f\xf5\xb1\xeb\x02\x29\xc3\xbc\x68\xac\xfb\x45\xfa\xb9\xc8\xbb\xf8\xbe\x2f\xf2\x2e\xe4\x10\xe6\x22\xef\xc2\x26\x96\x49\x6e\xcc\x1d\x7a\x93\xdc\x58\x31\x08\x5a\x38\x24\x93\x6d\x98\x0b\xaf\x98\xf2\x7b\xdf\xde\x9b\xa4\xc6\x7e\x26\x94\x85\x8d\x8c\x71\x31\xa9\xb1\xf2\x73\xd3\x7c\xe1\xce\x58\xed\x82\xb1\x3a\x1c\x4a\xa4\xbf\xa6\x2f\x00\xe9\x2f\xbd\xca\x26\xe9\xaf\x6d\x83\x48\x7f\xf9\x59\xf4\x49\xfa\xcb\xef\xdd\x4d\xd2\x5f\x1b\xfe\x68\xe2\x55\xa1\xc7\xd2\xc4\xab\x42\x45\xea\xc4\xab\x42\xd5\xe9\xc4\xab\x42\x17\xae\x89\x57\x85\x26\xd6\x13\xaf\x8a\x07\x02\x62\xe2\x55\xa1\x3e\x75\xe2\x55\xa1\xd1\xf8\xc4\xab\x42\x05\xec\x04\x8c\x55\x92\x8b\xf3\x98\x5a\xe1\x9a\x78\x55\xb8\x49\x74\xe2\x47\xa1\x97\xd7\x3c\xa6\x4f\x18\x3c\xc7\xf4\x09\x77\x8d\x1f\x85\xbb\xc6\xe6\xd1\x09\xd8\xfa\x48\x9f\xd8\x13\xf8\x51\xe4\xea\x99\x10\x17\xb6\x81\xf4\x97\xd6\x84\x93\xf4\x57\x66\x2b\xc5\x24\xfd\x95\x59\xaa\x3e\xd2\x5f\xba\x77\x7d\xa4\xbf\x32\xad\xfd\x48\x7f\xb9\xd5\xe7\x23\xfd\x25\xa9\xf1\x91\xfe\xca\xc3\xab\x90\x5f\x00\x4c\x7f\xa4\xbf\xfc\x1e\xf0\x47\xfa\xcb\xef\x31\x7e\xa4\xbf\x4c\x43\x7e\xa4\xbf\xf2\xb4\x44\x6a\x05\x08\xf9\x91\xfe\xca\xc0\xee\x8f\xf4\x97\xd6\x8b\x1f\xe9\xaf\x3c\xbd\x33\xda\xd7\xbd\x17\xda\xc7\x08\xf9\x48\x7f\x49\xb7\x7c\xa4\xbf\x32\xcb\xd8\x47\xfa\x2b\x93\x40\xfc\x48\x7f\xf9\xc2\x7d\xc1\xf6\x79\x15\xdb\xe7\x31\xf3\x27\xf4\x19\xe9\xaf\x46\xec\xf4\x91\xfe\x52\xf8\xf9\x91\xfe\x52\xde\xf5\x91\xfe\x6a\xaf\xa5\x45\xc9\x7b\xb9\x6d\x50\x16\xf6\xf1\x81\x57\xe5\x5d\x1f\x29\x2e\x65\x5a\x1f\x29\xae\x41\xc8\xf0\x91\xe2\x1a\xb6\x9d\x14\x97\xbb\x4b\x3f\x52\x5c\x46\xf3\x1f\x29\xae\x01\x0d\xf5\x91\xe2\x1a\xc3\xab\xa0\xe1\x67\x0a\xf9\x48\x71\x4d\x62\xe6\x8f\x14\x97\x1b\xdb\x3f\x52\x5c\x93\xe8\xf3\x23\xc5\x35\x97\xbf\xc3\x1c\x17\x83\x81\x8f\x34\xd6\xc7\x22\xfa\x91\xc6\x5a\x24\x56\x3f\xd2\x58\x2b\x7b\x26\x79\x02\x7b\x89\x5c\xd5\x22\x3d\xfb\xf9\xa1\x56\x26\xe1\x8f\x5c\x95\x5f\xc7\xff\xc8\x55\xed\xe8\x31\x74\xfa\xc9\x6b\xa2\xd3\x07\x05\x7c\x3f\x1f\x71\xe5\x49\xfb\x11\x57\xf0\xde\x47\x3e\xca\x6f\x98\x7f\x7e\xa8\x15\x14\xf0\x91\x8f\x3a\x60\xa5\x8f\x9c\xd3\x61\x29\xfe\x92\x5c\x32\xed\xc3\x20\xc2\xc4\xff\x87\x41\x84\x1f\x1d\xf8\x92\x5c\x79\xa1\x24\x57\xce\x7d\x62\x10\x11\x82\xf5\x5d\x26\xe1\xc6\xda\x7f\x76\x4a\xfe\xf0\x8e\x78\x60\x70\x3e\xbc\x23\x02\xab\xe6\x87\x77\x84\x62\xa8\x0f\xef\x88\x07\x80\xf7\xe1\x1d\xa1\xfc\xe9\xc3\x3b\xc2\x4f\x66\x7e\x78\x47\x28\xb0\xfa\xf0\x8e\x08\x24\x7d\x3e\xbc\x23\x1e\x36\x4f\x7c\x78\x47\x04\x92\x4c\x1f\xde\x11\x81\x69\xf0\xc3\x3b\x22\xb0\x67\xed\xc3\x3b\xc2\xef\xba\x7d\x59\x8a\xdd\xdf\xc9\x33\xf3\x88\xb2\x3c\x33\x1d\x81\x77\x44\xfc\xfc\x1d\x3c\xf3\x67\x0d\xf0\xcc\xdb\xab\xc0\x33\x13\x7d\x7e\x78\x47\x44\x62\xd8\x0f\xef\x08\x77\xce\x7f\x78\x47\x44\x07\x32\xde\x11\x91\x75\xf9\xc3\x3b\x22\x3a\x74\xf1\x8e\x88\x3e\x4c\xbc\x23\x34\x59\xff\xf0\x87\x88\xd5\x12\x6d\xb0\x3f\xf1\x87\x50\x2b\xfb\xe1\x0f\xa1\x67\xd5\x87\x3f\x44\xca\xd6\x4e\x1b\x96\x67\xd2\x06\xe8\x9d\xaf\xca\x25\xd3\xf3\xf8\x43\x98\xdf\xfe\xf0\x80\xc8\x2c\x5c\x1f\x1e\x10\x99\xad\x22\x1f\x1e\x10\x99\xa8\xfc\xc3\x03\xa2\x14\xaf\x02\x97\x5c\x3d\x13\x2e\x99\x38\xe0\xc3\x03\xa2\xd8\xa2\x2a\x97\xec\x55\xe0\x92\x7f\xea\x83\x4b\x86\x71\xff\xf0\x87\xf0\x5b\x86\x1f\xfe\x10\xc5\x69\x89\x94\x53\xf5\xb9\x93\x72\xaa\x4e\x6e\xa4\x9c\x9a\x63\x97\x94\x53\x23\x95\xf3\x91\x72\x6a\xbe\x1c\xa4\x9c\x1a\x84\xdc\x47\xca\xa9\x2d\x6b\xb8\x6d\xe8\x8f\xbf\x83\x2f\x5e\xd6\x07\x5f\x7c\x3c\x06\x5f\x0c\x59\xf7\x91\x72\x6a\xdb\xab\xc0\x17\xdb\xf3\xa4\x9c\x9a\x23\x84\x94\x53\x3b\x96\xe0\x8b\x1d\x2f\xa4\x9c\x1a\xe8\xe8\x23\xe5\xd4\x1c\x67\xa4\x9c\xba\xcb\x03\x29\xa7\xee\xfb\x40\xca\xa9\xfb\x56\x75\xda\xe7\xd8\xed\xb6\x8f\x7e\x21\x1d\xd5\x7d\x7e\xa4\xa3\x9a\x6f\x31\xe9\xa8\xe9\x62\x48\x3a\x6a\x46\x7f\x87\x0f\x89\x93\x22\x39\x27\xbd\xcc\x3f\x72\x4e\x93\xd0\xe6\x23\xe7\x34\x61\x9d\x3f\x72\x4e\x13\x1a\xf1\x23\xaf\xe4\xe7\xb7\x3e\xf2\x4a\xdb\x25\x8e\xbc\x92\x69\xd6\x8f\xbc\xd2\x26\xf3\xf1\x91\x57\xda\x2e\x6a\xe4\x95\xfc\x92\xe2\x47\x5e\x69\x83\x4f\x3e\xf2\x4a\x1b\x3a\xe2\x23\xaf\xb4\x5d\xf0\xc8\x2b\x69\x37\xf5\x91\x57\xda\x60\x89\x8f\xbc\x92\x7e\xe5\x1f\x79\xa5\x9d\x2d\x05\x4a\xdc\x19\x79\xa5\xed\x72\x4b\x5e\xc9\x0f\x7b\x7c\xe4\x95\xb6\xbd\x3b\x6d\x1f\x7d\x46\x5e\xc9\x0f\x82\x7c\xe4\x95\x76\xf9\x3d\x5d\xf2\x47\xca\x69\xbb\x8a\x91\x72\xf2\x33\xfa\x1f\x29\xa7\xed\x23\x22\xe5\xb4\xed\x5c\x76\x55\xfd\xac\x54\xa4\x9c\xf4\xdd\xfa\x48\x39\x6d\x1f\x34\x29\x27\x4d\x28\x3f\x52\x4e\xdb\x78\x85\x94\xd3\x0e\x96\x68\x3a\x6c\xe0\x47\xca\x69\x23\x21\xf9\x48\x39\x6d\xf8\xaa\x8f\x5d\x55\x9b\x38\xf5\x63\x57\x95\xdf\xa4\xfe\x3e\x1f\x2d\x8f\x1d\x77\x8a\x60\xb7\xe0\x4e\x21\xd7\xf3\xe1\x4e\x11\x7c\xec\xb8\x53\x84\xe8\x99\x17\x05\x04\xbb\x1a\x77\x8a\x9f\xf5\x0e\x77\x0a\x0d\x07\x3f\xdc\x29\xfc\xf2\xd8\x87\x3b\x85\x5f\x17\xfb\x70\xa7\x50\x2f\xfa\xe1\x4e\x11\x1d\x20\xb8\x53\xa8\x41\xfd\x70\xa7\x88\x70\x52\xdf\x4d\x39\xd5\x64\xcf\xdf\x94\x53\x4d\x46\x67\x17\x00\x55\xbf\x8f\xf8\x5d\x94\x53\x13\x10\xf2\xbb\x28\xa7\xa6\x9f\x1a\x36\x67\x5a\xc3\xe1\x18\xfd\xb2\xe1\xbc\x1d\x90\x1b\xce\xdb\x5e\xda\x70\xde\xb0\xa4\xdf\x66\xdb\x43\xf1\x4c\xb6\x3d\x00\xe9\xbe\xcd\xb6\x07\x94\x0c\xdf\x66\xdb\x83\x4b\x07\x9f\x84\xca\x4e\x3d\x7c\x12\x2a\x93\x10\xfa\xf8\x24\x54\x76\x8a\xe4\x93\x50\x19\x64\xf1\xf1\x49\xa8\xec\x64\xca\x67\x9f\x8a\x2f\x3f\x9f\x7d\x52\x01\xfb\xf1\x01\xdb\x42\x36\xff\xe3\x03\xb6\x85\x3c\xfc\xc7\x27\xa1\xfc\x5e\xe1\xc7\x27\xa1\xdc\xb8\xff\xf1\x49\xa8\x96\x2d\x55\xf8\x69\x7f\xd7\x28\xf9\x3b\x9c\x4e\x9c\x14\xfd\x24\x14\xba\x94\x8f\x4f\x42\x0d\x14\x48\x1f\x9f\x84\x1a\x4e\xec\x07\x44\x69\x70\x71\x40\x94\x4e\x67\x17\xc9\xd4\x01\x27\xbc\x2e\x92\xa9\x83\xf6\xad\x8b\x64\xea\x00\x5f\xae\x8b\x64\xea\xa0\x07\xd7\x45\x32\x75\x12\x86\xac\x8b\x64\xea\xcc\xfe\x2e\x73\xcc\x52\xe1\xd8\x43\xa9\x52\x7a\x29\xc1\x87\x33\xf1\xad\x07\x3e\x9c\xf7\x7d\x3d\xf0\xe1\xd8\x29\xac\x07\x3e\x9c\x1e\x5c\x0f\x7c\x38\xc9\xe8\x75\x91\x4c\xfd\xba\xc7\x6e\xfb\xbe\xe1\x5d\xc3\x17\x13\x08\xac\x00\x5f\xec\xbd\x04\xf6\x0c\x10\xba\x2d\xf2\x43\x0b\x72\x70\x05\xf8\x70\x38\xda\x15\xe0\xc3\x8b\x57\x91\x0f\xa7\x0d\xe4\x8e\x16\x92\xb8\x45\xee\x48\xca\x68\x91\x3b\x5a\xc5\x33\xe1\xc3\xab\xb5\xc3\x87\x83\x17\x56\x00\xa9\xf1\xde\xae\xe0\xbe\x00\x6b\x67\x5f\x80\x7d\xf6\xa2\x9b\x07\x93\xaf\x17\xdd\xbc\x77\x7d\x51\x4e\xf3\xdb\x40\xeb\xa2\x9c\xa6\x21\xc5\x7a\xd1\xcd\xdb\x67\x2f\xba\xf9\x5f\xb3\xdb\x9f\x9d\x92\xd7\x8b\xef\x31\x0c\xf1\x7a\xd9\x32\xe0\xa3\xbd\x00\xa8\x05\xa6\xd6\xf5\xb2\x65\x80\x89\x68\xbd\xd0\xe1\x70\x98\xeb\x85\x0e\xaf\xde\x18\x72\xfb\x60\x83\x30\x41\x09\xfe\x0e\x4e\x78\x5b\xdf\x6d\xba\x09\xaf\x15\xe1\x84\x51\x0d\xaf\x0b\x8e\x9a\x29\xae\x15\xe1\x84\x79\x51\x57\x84\x13\x26\xeb\xb9\x2e\x38\x6a\x7e\xe8\x7d\x45\xe4\xf6\x6c\xc1\x58\x11\xbe\x98\x35\x7b\x45\xf8\xe2\xe3\x31\x38\x6f\x22\xd3\x75\xc1\x51\x4b\xb0\x57\xeb\x82\xa3\x66\x62\x6e\x45\x38\xef\x63\xed\x1f\xc7\x68\x51\x84\xf3\xfe\x2c\xd1\xbe\xe3\x5d\xc3\x79\x13\x1f\xad\x44\xfb\x00\x55\x2b\xd1\x3e\x62\x84\x75\xd3\x51\xcd\x0f\xcb\xaf\x9b\x8e\x6a\x7e\xac\x7e\x25\xb6\x13\x30\xd9\xac\x0b\xaa\x5a\x42\x86\xb6\x12\xed\x5b\x9e\x49\xfb\x88\xf1\x56\x92\x0f\xa7\x5f\x12\xbe\xce\x3f\xc7\xe0\xc3\x99\x22\x57\x82\x0f\x67\xca\x5a\x09\x3e\xfc\xe7\x9a\xf0\xe1\xcb\xab\xc0\x87\x6f\x8f\xc1\x87\x83\x09\x56\x86\x0f\x67\x6a\x5d\x17\x39\xb5\x66\x7f\x66\x38\x6f\x68\x85\x95\x35\xaa\xe1\xb9\x67\x8c\x6a\x9c\x96\x32\x72\x7b\xfc\xd6\x56\x46\x6e\x5f\xac\xe1\xb6\x61\xf8\x3a\x64\xbe\x2a\xe7\xcb\x7f\xd1\x51\x53\x7e\xb8\x2e\x3a\x6a\x4a\x1a\xd7\x45\x47\x6d\xf8\xe2\x64\x38\x6f\xfb\x25\xc3\x79\x3b\x69\x14\x38\x6f\xdf\x80\x02\xe7\xcd\xa2\xb6\x8a\x9c\x37\xcf\xaf\xc0\x79\x47\xcf\x84\xf3\x76\x8a\xbc\xe8\xa8\xf9\x25\xf4\x75\xd1\x51\xf3\x5b\x86\x8b\x94\xd3\x07\x06\x59\xa4\x9c\xfc\xe8\xc0\x22\xe5\xe4\x07\x09\x16\x29\xa7\x8f\xdc\xca\x22\xe5\xe4\xe7\x02\x16\x29\x27\x8d\xfe\x17\x29\xa7\xef\xb3\x0d\x70\xde\xd3\xbb\x3e\x94\x78\x0e\xa4\x9c\x3e\x80\xf6\x22\xe5\xe4\xc7\x03\x16\x79\x25\x3f\x5d\xb0\xc8\x2b\xb9\x2f\x74\x91\x57\x72\x27\xe8\x22\xaf\xb4\x48\x93\x2f\xf2\x4a\x0b\xa6\x77\x91\x57\x5a\x90\x75\x8b\xbc\x92\xea\x88\x45\x5e\x69\x2d\xaf\x39\x28\x79\x95\xc9\x99\xf4\x04\x79\xa5\xe5\xa8\x23\xaf\xa4\x60\x60\x91\x57\xda\xc7\x63\xec\x97\x70\xd6\x20\xaf\xb4\x51\x45\x2f\xf2\x4a\x8a\xfc\x56\x83\xf3\x26\xb5\xb9\x1a\x9c\x37\x59\xb4\xd5\xe0\xbc\xa1\x62\x56\x83\xf3\xf6\xdd\x6c\x70\xde\xc4\xe8\xab\xc1\x79\xfb\xdc\x1b\x9c\xf7\xe3\x31\x38\xfd\xe3\x35\xe1\xbc\xe1\x00\x56\x83\xd3\x3f\xbf\x3b\x25\x37\xe8\x70\x62\xd1\xd5\xa0\xc3\x8b\x97\x84\x0e\x07\xf4\x2f\xac\xd3\x5f\xc2\xfe\x85\x75\xfa\x6b\x75\x58\xa7\xbf\x24\x06\x16\xd6\xe9\x5a\xd8\x2f\xac\xd3\xdd\x39\xb5\xb0\x4e\x7f\x9d\x50\xb0\x4e\xf7\x4b\xb7\x4b\xeb\x74\x58\xcb\x85\x75\xba\x0a\x81\xd5\xdd\x2e\xc1\x63\xc0\x3a\x5d\xd8\xbd\xb0\x4e\xcf\xdd\x3b\x5b\x94\xe8\x24\xac\xd3\x73\xf3\xce\xd8\x4a\xe1\x30\xd3\x3a\xdd\x63\x58\xa7\xbb\x0d\x75\x0d\x29\x7d\xda\x30\xa0\xed\x9b\x25\x69\x7b\x6a\x18\x7c\xbd\xd0\xd5\xf6\x02\xae\x5e\x7c\x71\x06\x94\xbe\x4b\xc7\x90\xb7\xf7\x4c\xb6\x7c\xb8\x58\x0c\xb6\x7c\x38\x79\x5f\x50\xd5\xab\xc3\xf3\x02\xa7\xde\x88\xce\xd6\x05\x4e\x5d\xc0\xbc\xa6\xdb\x3a\x68\x11\xe9\x21\xbf\x57\xbd\x48\x0f\x35\x97\x3f\xd2\x43\xc2\xe7\x45\x7a\xa8\x39\x09\x93\x1e\xf2\x5b\x63\x8b\xf4\x50\x1f\x1e\xbb\x7d\xbd\xd9\x08\xb0\x48\x0f\xe9\xc2\xb5\x48\x0f\x6d\x5f\xaa\x8b\x8e\xd2\x76\xea\xc1\x02\x5d\x73\xc7\x85\x05\xba\xca\xd2\x85\xcd\xb9\x1a\xd4\x85\xcd\xf9\x43\x32\x6c\x61\x73\xae\x61\xe4\xc2\xe6\xfc\x71\x42\xc1\xe6\x5c\xb5\xea\xc2\xe6\x5c\x33\xc9\x85\xcd\xb9\xea\xd1\xa5\xcd\x79\xf5\x18\xd6\x42\xd5\x63\x58\x0b\xf9\x6c\xb1\x39\xd7\x45\x6d\x61\x73\xae\x2f\xdc\x52\x90\xe7\x02\x84\x95\xb9\x3e\x16\x0b\x2b\xf3\xec\xef\xb0\x32\xcf\x24\xae\x16\x56\xe6\x19\x1e\x76\x61\x65\x9e\xbd\x26\x56\xe6\x8a\x0a\x17\x7e\xe5\xd9\xe5\x16\xbf\x72\xb7\x57\x2f\xfc\xca\xb3\xbd\x8b\x27\x79\xf6\xd9\xe2\x49\x9e\x9d\xdc\xf0\x24\xcf\x10\x64\x0b\xdf\xf1\x6c\xac\x8d\xef\x78\x86\xd4\x58\x78\x8b\x37\x97\x31\xf2\x35\x7a\x32\x2c\xf2\x35\x0d\xb8\xbe\xc8\xd7\xfc\x2c\xa9\xe4\x6b\x1a\x99\x8f\x45\xbe\x46\x47\x88\x45\xbe\x46\x1d\xcc\x22\x5f\xa3\xeb\xc3\x22\x5f\xd3\x60\x6c\x17\xf9\x9a\x06\xc9\xb0\xf0\x16\x6f\x46\xb4\xe4\x6b\x9a\x91\x29\xf9\x9a\x66\xbc\xa9\xb7\x38\x54\xc5\xc2\x5b\x7c\xf8\x8e\x91\xcb\x19\xb6\x8f\x5c\xce\xf0\xcd\x21\x97\x33\x1c\x59\xe4\x72\x86\x4b\x9c\xde\xe2\x2e\x86\xe4\x72\x86\x8b\x21\xb9\x9c\xf1\x79\x2f\xec\x35\x98\x96\xf0\xe5\x2e\xd6\x87\x4e\x1f\x54\xb5\xc8\xe5\x6c\xda\xbe\xc9\xe5\x6c\x36\xde\x6d\x72\x39\xfb\xd7\x7d\xfe\xd9\x29\x79\x93\xe6\xd9\xb8\x14\x6c\xd2\x3c\x87\xf8\x76\x93\xe6\x39\xd9\x4b\x22\x7f\x1f\x56\x87\xfc\x9d\x97\x78\x3f\xf2\xbe\x83\x52\x83\x13\x3e\x94\x2e\x19\x12\x92\x35\x48\x79\x7b\x0c\x79\x38\x6a\xc7\x8d\x78\x2e\x00\xa6\x37\xe2\x39\x65\x6f\x1b\xf1\x5c\x60\xd7\xdf\x46\x3c\xe7\x86\xdc\x8d\x78\x2e\x40\x78\x6c\xc4\x73\x46\xf3\x1b\x5f\x89\x00\xe1\xb1\xf1\x95\x70\xa7\xdd\xc6\x57\x42\x14\xb0\xf1\x95\x08\xd1\x33\xe1\xb5\xd9\x78\xb0\xf1\x95\x08\x8f\xbf\xb3\x7d\x85\x12\xed\x8b\x9e\x79\xdb\x90\x90\xcb\x6d\x3e\x02\x95\x7e\x6a\xd8\x1c\xb3\x74\xdb\x20\x1d\xb1\xb1\x24\x4f\xb0\x50\x1b\x4b\xf2\x14\x2d\xbd\x1c\xa3\x45\x58\x92\x27\x7b\x17\x4b\xf2\x14\x3c\x96\x29\xd1\x06\x2c\xc9\xc5\x19\x1b\x4b\xf2\xc4\xea\xbe\xb1\x1d\x57\x82\xb7\xb1\x1d\xcf\xc5\xab\x7c\x30\xcb\xd6\x80\x0e\x1a\xfd\xed\xc6\x76\xbc\x00\xbb\x37\xb6\xe3\x05\x1a\x6a\x63\x2d\x2e\xc9\xb0\xb1\x16\x77\xa9\xda\x58\x8b\x17\xc0\xfb\xc6\x5a\xdc\x25\x6e\x63\x2d\x5e\xc1\x4a\x1b\x6b\xf1\xde\xfd\x5d\x83\x09\xf5\x4c\x78\x51\x26\x86\x8d\xb5\x78\x67\xa2\xdd\x58\x8b\x9b\x28\xdb\x58\x8b\xfb\x59\xcc\x8d\xb5\x78\x27\xc5\xbc\xb1\x16\xef\xd1\x33\x6f\x1b\x3a\x0b\xc9\xc6\x3f\xbc\x33\x69\x6c\xfc\xc3\x15\xcf\x6d\xfc\xc3\x3b\x53\xcf\xc6\x3f\x5c\x57\x84\x8d\x7f\x78\x07\x35\x6e\xd2\x43\xdd\x97\x91\xf4\x50\x47\xd9\xb3\x49\x0f\xe9\x9f\xb0\x93\xed\xf3\x77\xb6\xcf\x1a\xf0\x9f\x26\x19\xb6\x49\x0f\xcd\xea\x7d\xc2\xfb\x12\x17\x6f\x72\x40\x6e\x0a\xda\x49\xff\x69\xaf\x09\xef\x0b\x6e\xdb\xe4\x80\x36\x49\xf3\x4d\x0e\x68\xb3\xa8\x6d\x72\x40\xdb\xdf\x91\x03\x72\x63\xcc\x26\x07\xb4\x3f\x7f\x07\x71\x48\xee\x61\x93\x03\xda\xdd\x1a\x20\x0e\x59\x56\x36\x39\xa0\xcd\xe2\xbb\xc9\x01\x99\xce\xdf\xe4\x80\xb6\x63\x82\x1c\xd0\x66\x8a\xdc\xe4\x80\x36\x2a\x95\x4d\x0e\x48\xab\xad\x4d\x0e\xc8\x40\x60\x93\x03\xda\x8e\x3a\x72\x40\x7e\x8b\x72\x93\x03\x32\xbd\xb7\x8b\xed\xb3\x44\xfb\x48\x62\x6f\x72\x40\x1a\x76\x6d\x72\x40\x7b\x7a\xe6\x25\x4a\x7e\xe6\x17\xcc\x23\x82\xb3\x22\xe6\x11\x7e\xaa\x78\x63\x1e\x11\x8a\xbf\x83\x34\x4d\x1e\x83\x34\x2d\xbf\xf7\xed\xbd\x8d\xaf\x84\x5b\x38\x37\xbe\x12\xc1\x57\xb3\xc8\xa7\xda\x58\xf8\x54\xa7\x3a\x7c\x25\x8c\xa7\x37\xbe\x12\xc1\xe1\x89\xaf\x84\xf4\xc7\xc6\x57\xc2\xd4\xdf\xc6\x57\x22\x64\x8f\x61\x3f\x03\x14\xdc\xf8\x4a\xbc\xac\x93\x1b\x5f\x89\xe8\x54\x87\xaf\x44\x4c\xd6\x87\xa5\x35\x7e\x0d\x1b\x5f\x09\xb7\x77\x6e\x7c\x25\x52\xf1\x18\xf6\x33\xbe\xc4\xf8\x4a\xa4\xec\x55\xe0\x5a\xb3\x67\xc2\xb5\xda\x86\x06\xd7\x0a\xf0\xdd\x0d\xae\xd5\xfa\x1a\x5c\xab\x0f\xa5\xc1\xb5\x92\xd4\xda\x0d\xae\x15\x51\xcc\x6e\xe8\x76\xe1\x14\x37\xd6\xe2\xf9\x58\xe2\xfb\x65\x2e\x32\x58\x8b\x67\x62\xd8\x8d\xb5\x78\x3e\x1e\x83\x6b\x25\x8d\xb5\xb1\x16\xcf\xc7\x7b\x41\x7b\x0c\xf9\xb2\xb1\x16\xcf\x2e\x71\xd8\x87\x57\x5f\x70\xec\xc3\xab\x13\x0a\xf6\xe1\x7e\x1d\x78\x63\x1f\xee\xe7\x94\x76\xc7\xe1\xda\x69\xe2\x22\x99\x5a\x9d\x5e\xb0\x16\xf7\x9b\x84\x1b\x6b\xf1\xea\x78\xc1\x5a\xbc\x3a\x96\xb0\x16\xaf\x8e\x10\xac\xc5\xab\xa3\x00\x6b\x71\xed\x5b\x37\xd6\xe2\x75\x5b\x3b\xda\x63\xb0\xcb\xc6\x5a\xdc\x0d\x19\x1b\xfb\xf0\x46\xea\x76\x63\x1f\xde\x5c\x10\xb0\x0f\x6f\xd5\x63\xf0\xc5\xe0\xa8\x3d\xe0\x8b\xc1\x51\x7b\xc0\x17\x13\x41\xef\x81\xfd\x0c\xa9\xc6\x8d\xed\x78\xff\x39\x86\xfd\x4c\xf3\x2a\x10\x56\x2e\x8d\x03\xfb\x19\x62\xae\x8d\x41\xb9\x06\x8e\x1b\x17\xf2\x61\x88\x82\x0b\xf9\x20\xe5\xb4\x71\x21\x1f\x2e\x9b\xb8\x90\x2b\xf2\xdb\xb8\x90\x0f\x17\x6d\x9c\xc6\xa7\x4b\x0e\x4e\xe3\x3f\x93\x30\x4e\xe3\xd3\x05\x08\xa7\xf1\x59\xfc\x1d\x9c\x70\xf1\x77\xb7\x0d\x7e\xc7\x71\xe3\x34\x2e\x35\xb2\x27\x9c\x30\xd8\x65\x4f\x34\xc4\xf6\x12\x2e\xe4\x5a\x58\x6d\x5c\xc8\x97\xfd\x89\x0b\xb9\xc4\xc5\xc6\x85\x7c\x81\x67\xf7\x07\x27\xec\xa8\xfb\xd0\x10\x7b\x67\x38\x94\x1f\x97\x15\x1c\xca\xcf\xb0\x06\xbc\x62\xd0\x3c\x6c\x72\x40\x07\xa7\x8c\x8d\xd1\xc3\xe3\xac\xf1\xe1\xe0\x9d\x3d\x13\x2f\x15\x17\x3c\x4c\x20\x74\x15\xdc\x98\x40\x04\xf4\x25\x1b\x13\x88\x00\xb3\xbc\x31\x81\xf0\x6b\xee\x1b\x13\x88\x9f\xf9\x0c\x13\x08\x33\x49\x7b\xc1\x09\xc3\x41\xef\x05\x27\xec\x7b\x84\xd1\xc3\xcf\x1c\x89\xd1\xc3\xfb\x78\x15\xbc\x54\x5c\x52\x31\x7a\x48\xed\xf7\x74\xc9\x1b\x83\x72\x3f\x6f\xbe\xf1\x80\xf8\x89\xce\x2e\x38\x6a\x29\xda\x20\x78\x5f\x23\x0d\xcc\xcb\x93\xb7\x82\x79\x79\xf2\x36\x31\x2f\x4f\xae\x0e\x98\x97\x27\x5f\x5b\xcc\xcb\x93\x0f\x0c\xf3\xf2\x14\x3d\x56\x28\x59\x43\xe5\x77\xd4\x8e\x79\x79\x72\x9a\xc0\xbc\x3c\xb9\x36\x61\x5e\x9e\x8c\xa4\x30\x2f\x4f\x2e\x08\x98\x97\xbb\x4f\x6c\x63\x5e\x5e\x9c\x34\x30\x2f\x2f\x4e\xc9\x98\x97\xbb\x87\x6c\x63\x5e\x5e\x8d\x76\x31\x2f\x77\x6b\xf9\xc6\xbc\x5c\xab\xfd\x8d\x79\xb9\x72\xb9\x8d\x79\xb9\x16\xfd\x1b\xf3\xf2\x02\xeb\xb5\x31\x28\xaf\x46\xa6\x18\x94\x57\xd8\xea\x8d\x41\x79\x73\x9a\xc7\xa0\xdc\xbc\xff\xc6\xa0\xbc\xb9\xba\x63\x50\xde\x96\x67\x6e\x4a\xb4\x08\x83\x72\x95\x05\x07\x83\xf2\x06\xab\x77\x30\x28\x6f\x80\xdb\x83\x41\x79\x83\xd7\x3e\x1a\x94\xa3\x56\x38\x1a\x94\xa3\x17\x38\x1a\x94\x13\x77\x1c\x0d\xca\x49\x39\x1d\x0d\xca\x79\xee\x07\x83\x72\xb7\x9d\x1f\x0c\xca\x07\xcf\xe8\x60\x50\x3e\x78\x1d\x0e\x06\xe5\x03\x29\xdd\xc1\xa0\x7c\x54\x6b\x80\xdb\xe5\x49\x1f\x0c\xca\x07\xba\xf2\x83\x41\xf9\xe0\x15\x3b\x18\x94\x0f\xf8\xcd\x83\x41\xf9\x60\x14\x1c\x0c\xca\xdd\xca\x7e\x30\x28\x1f\xbc\x62\x07\x83\xf2\xc1\x88\x3c\x18\x94\xfb\x39\xcd\x83\x41\xf9\x40\x7e\x78\x30\x28\x1f\xd1\xdf\xd9\x3e\x7a\x37\xc0\xed\xfe\xd4\x00\xb7\x0b\x25\x76\x02\xdc\x6e\xf3\x9a\x70\xbb\xf6\x35\xe9\x21\x3f\x2f\x7b\x5e\xf9\x5b\xae\x42\x7a\xe8\x83\x24\x3a\xa4\x87\xbe\xcf\x63\xf0\xd3\xc4\x9b\x87\x1c\x90\x7b\xe4\xce\x2b\x7f\x7b\x28\xc1\xdf\x42\xa2\x1c\x72\x40\x6b\x7b\x0c\xfe\xf6\x58\x03\xfc\xed\xf1\xce\xe0\x6f\xb7\x25\xf8\xdb\xed\x7d\xe2\x77\x03\xf9\x72\xc8\x01\x6d\xef\x9a\x1c\xd0\x01\xe5\x1c\x72\x40\x07\x4a\xf3\x90\x03\xda\xbc\x0f\x87\x1c\xd0\x61\xcc\x1f\x72\x40\x07\x34\x76\xc8\x01\x9d\x9f\x6b\xc2\xdf\x42\x5c\x9c\x08\x7f\x9b\xfc\x1d\x9a\xec\x6c\x7d\xf0\xb7\xc9\xdf\xa1\xc9\x06\x1d\x9d\x08\x7f\xcb\xfc\x72\x22\x9a\x6c\x02\xb2\x13\xd1\x64\x93\x43\x38\x11\x4d\x36\xd3\xe7\x89\x68\xb2\x49\x6d\x9e\x84\x26\x9b\x28\xf9\x24\x34\xd9\x20\xed\x93\xe0\xa7\xa1\x7e\x4e\x92\x9f\xf6\x4c\xf8\xe9\xe4\x31\xfc\x6e\xc2\xef\x4d\xc9\x27\x61\x85\x83\xe4\xfc\x24\xac\x70\x1c\xac\x09\xea\x9a\x88\xe8\x24\xe4\xda\xbe\x62\x09\xea\xfa\xb3\x74\x9b\xee\x16\x93\x73\x41\x55\x7f\xb3\xa5\xc5\x31\x06\xc8\x05\x55\xdd\xbd\x75\xe7\x82\xaa\xee\x67\xd8\xcf\x05\x55\xdd\x4f\xb4\x9f\x0c\x77\xcd\xe4\x7d\x32\xdc\xb5\x8f\x28\xc3\x5d\x03\x10\x4e\x86\xbb\xb6\x5b\x32\xdc\x75\xf4\x18\xdc\x35\xcb\xc3\xc9\x70\xd7\x76\xe7\x05\x55\xfd\x25\xf2\x3e\x17\x54\x75\xb7\xc2\x9c\x0b\xaa\xba\x1f\x8f\x3f\x99\xf6\x11\x6b\x9f\x2c\x77\x4d\x8b\x32\x9c\xb0\xa5\x02\x3f\x0d\xd7\x7a\x0a\xfc\x34\xc9\x8d\x53\x90\x95\xb3\x4d\xf3\x14\xf8\xe9\xe3\x31\xf8\x69\x16\x84\x53\xe0\xa7\x91\x0a\x9e\x82\xed\x7f\xb6\x84\xed\x3f\xa9\xd4\x53\xb0\xfd\xaf\x1e\xc3\xda\x9f\x85\xe4\x14\xac\xfd\x7d\x01\x2e\xca\xe9\x0d\x52\xea\x5c\x94\xd3\x1b\x29\xca\x73\x51\x4e\x6f\xc7\x12\xdc\x35\x91\xf7\xa9\xd8\x0e\x11\x57\x9d\x8b\x64\x7a\x27\xe6\x3a\x17\xc9\xf4\x3e\x3d\xf3\xde\xe7\x70\x9a\xb8\x48\xa6\x7f\x30\xd9\xe7\x22\x99\x2e\xcf\x7c\x2e\x92\xe9\x87\x64\xe6\xb9\x48\xa6\x1f\xef\xfa\x22\x99\x7e\x88\x29\x0f\x7e\x0d\x0f\xcc\xf9\xc1\xaf\xe1\x21\x9e\x3e\xf8\x35\xf8\xbd\x93\x83\x5f\x83\xdf\x42\x39\x0d\xdb\x21\xb8\xf2\x83\x5d\xb9\x9e\x05\x07\xbb\x72\x9d\x0f\x0e\x76\xe5\x5a\x8a\x1e\xec\xca\x55\xa4\x1e\xec\xca\x95\x73\x1e\xec\xca\xfd\x4a\xc4\x61\xfb\xd0\x63\xfb\xb0\x2b\x0f\x4e\xd0\xd8\x95\x07\x27\x3e\x3c\xc9\xdf\x66\x09\xee\xda\x9e\xc0\x93\x5c\x67\xb6\x83\x27\x79\x84\x7f\x3f\x78\x92\x67\xa7\x33\x3c\xc9\x45\x5c\x07\x4f\xf2\x02\xc9\x77\xf0\x24\x2f\xbe\xc5\x78\x92\xe7\xe3\x55\x32\xc7\x78\x46\x78\x92\xfb\x71\xfc\x83\x27\x79\x71\xfa\xc4\x77\x3c\x3b\x3e\xf1\x1d\x2f\xc1\x33\x3f\x4a\xf4\x12\xbe\xe3\x85\x10\xe5\xe0\x3b\x5e\x82\x77\x06\xaf\xed\xd8\xc5\x77\xbc\xe2\xcc\x76\xf0\x1d\xaf\x5e\x13\xdf\xf1\x46\x90\x77\xf0\x1d\x6f\x48\x21\x0f\xbe\xe3\x6e\x50\x3f\xf8\x8e\x8b\x72\x0e\xbe\xe3\xcd\xe5\x0f\xdf\x71\x9d\xe0\x0e\xbe\xe3\x6e\x50\x3f\xf8\x8e\xeb\x19\x77\xf0\x1d\x6f\xf6\x0b\xbe\xe3\xfd\xf5\x4c\xbe\x45\x89\x72\xe9\xe0\x3b\xde\x91\xbd\x1d\x7c\xc7\xbb\xf3\x20\xbe\xe3\xdd\x79\x10\xdf\xf1\x9f\x31\x8f\xef\xf8\x70\xe1\xba\x08\x28\x0f\x47\xc8\x44\x73\xbe\x7e\x8f\xb8\x38\x13\xaa\xdc\x81\x3c\xa1\xca\x8d\xb2\x26\x54\xb9\x11\xd1\xc4\xb6\xc6\x0e\x9c\x58\xca\x93\x5d\x3f\x13\x39\xba\x2f\xce\x44\x8e\xfe\x73\x9b\x48\xce\x5d\xb3\xf9\x0a\xee\x44\x36\x75\x48\x01\x4d\x57\x62\x52\x40\xd3\xb5\x9e\xaf\xe0\x7e\x30\xa1\x87\xaf\xe0\xfe\xc4\x24\xa4\x87\x56\xf3\x77\xc8\xd1\x8d\xb9\x48\x0f\xa9\x30\x3c\xa4\x87\x94\xd2\x1d\xd2\x43\xdb\x75\x92\xf4\xd0\x76\xe9\x20\x3d\xa4\x2e\xf2\x90\x1e\x92\x57\x3b\xa4\x87\xb6\xbd\x44\x7a\xe8\x67\xad\x27\x3d\x74\x92\xc7\xb0\x7c\x31\x1a\x24\x3d\x74\xf0\xb8\x3d\x4b\xce\x9b\xfa\xf0\x6b\x08\x4e\xfa\x4b\xce\x9b\xbb\xc6\xaf\x21\x54\xcf\x84\xd7\xce\x9e\x09\xaf\xed\xf2\x80\x27\x43\x00\xc4\x1d\x3c\x19\x82\xcf\x08\x4f\x86\xf7\xf5\xcc\xcb\xd5\x25\x7b\x09\x4f\x86\xf4\xf3\x3b\xb5\xce\xb4\x1d\x4f\x86\x34\x2c\xc1\x79\x03\xf0\x0e\x9e\x0c\x92\x3d\x07\x4f\x86\x04\xe8\x3f\x78\x32\x24\x97\x46\x3c\x19\x12\xf0\xf9\xe0\xc9\xa0\x20\xef\xe0\xc9\x20\xae\x39\x78\x32\x24\x23\x53\x3c\x19\x32\xe0\xf6\xe0\xc9\x90\x87\xd7\xc4\x17\x64\x79\x4d\x7c\x41\x7c\x2a\xf8\x35\x94\xe1\xef\xd0\x41\x0f\xef\x1a\x1d\x74\xb7\x3e\xb8\x64\xe3\x7e\xfc\x1a\xba\x67\xb2\x45\xa8\xb3\x51\xf9\xe0\xd7\xd0\x49\x24\x1d\xfc\x1a\x4c\x82\x1e\xfc\x1a\xba\x23\x04\xbf\x06\x3f\x1a\x76\xf0\x6b\xe8\xdd\x12\x5c\x32\x29\xca\x83\x5f\x43\x9f\x1e\x83\x4b\x1e\x96\xe0\x92\x5d\xe2\xf0\x6b\xe8\xe8\x59\x0e\x7e\x0d\xdd\xc5\x1e\xbf\x06\x53\xb0\x07\xbf\x86\x4e\x52\xeb\xe0\xd7\xd0\xf9\x88\xeb\xc1\xaf\xa1\xdf\xc8\x3b\x3c\xf8\x35\xf4\x61\x09\x0d\xf1\x0d\x58\xc2\x83\x5f\xc3\xbc\xd4\x64\x78\xf0\x6b\xf8\xa2\x67\xde\xf6\x9d\x9f\xd2\x6d\xdf\xb9\xd3\x7c\x78\x30\x65\x20\x12\x0e\x0f\x79\x25\x16\xd8\xf0\x90\x57\xda\xc7\x33\x6f\xfb\xce\x6b\x7d\x83\x6b\xfa\xbb\xc9\xb1\x87\xd2\x47\xc9\x7b\xb9\xed\x3b\x37\x7f\x12\x1e\xf2\x4a\xe7\xaa\x1c\xc2\x43\x5e\xe9\xbc\x94\xc8\x2b\xed\xc3\x99\xe4\x95\xf6\xb6\xf4\xf2\xbb\x42\x29\x52\x7b\xa0\x64\xfb\x1a\x25\xda\x17\xbd\x66\xa1\x06\x5a\x14\x6c\x5f\xa6\xd4\x38\x36\x29\xd9\x3e\xeb\xa3\x7d\xcd\x6b\xda\xbe\xdf\xf1\xb8\x08\x0f\xe9\xa8\xbd\x69\x7a\xb0\xe9\xde\x26\x34\xfa\xf1\xc6\xd4\x17\x73\xe6\x6b\xd3\x2b\x25\xb8\xe4\x4e\xc7\xe3\xe5\x10\x3a\x1d\x8f\x97\x43\xb8\x2b\x55\x78\xf0\x72\x08\x77\x85\x0b\x0f\x5e\x0e\xa1\xf9\x3b\x68\xf4\x4e\x7d\x5a\x99\xfb\xc0\xb4\x32\xff\x39\x86\x57\x45\xa7\x73\xb5\x32\x4f\x5e\x05\xaf\x8a\xcc\xa3\xd5\xca\xbc\x78\x0c\x2e\xb9\xd0\xb9\x78\x40\xa4\xe2\xbd\xc0\x25\x57\x7e\x87\x95\x39\x93\x46\x78\xb4\x32\x7f\xb8\x8a\xfe\x10\x9d\x5e\xc2\x1f\x82\x4f\xba\x86\x07\x7f\x88\xf2\xf8\x3b\xfc\x21\x1e\x1e\x98\xfe\x10\x0f\xfd\xa2\x3f\x84\x43\x57\x7f\x88\xed\x35\xe1\x99\xb7\xc7\xe0\x68\xed\x25\xfd\x21\xec\x4f\xfd\x21\x2a\x83\x40\x7f\x88\xe2\x55\xb0\x0f\xff\x2c\xc1\xd1\x76\xce\xd4\x1f\x62\x70\xd7\xfa\x43\x4c\xea\xc3\x1f\xa2\x0d\xee\x13\x7f\x88\xe6\x4b\x8c\x07\x44\x6f\xd4\xae\x07\xc4\xcb\x33\xc2\x03\x62\x38\xc8\xf1\x80\x18\x83\xde\xc5\x03\x62\xfc\x5c\x13\x4d\xef\xf6\x2a\x68\x7a\x7d\x71\xf4\x80\x18\x5e\x05\x0f\x88\xce\x0b\xa0\x07\x44\xa3\x3f\xf1\x80\x20\x48\x08\x0f\x1e\x10\xb3\xd3\x22\x3c\x20\x66\xa7\x06\x3c\x20\xa6\xe3\x13\x0f\x88\xd9\xa8\x0f\x0f\x08\xbe\x49\x13\x1e\x3c\x20\x66\xf3\x2a\xf0\xb7\xf6\x3c\x1e\x10\xdf\xa4\x0d\xfa\x3c\x4c\xef\x05\x9f\x87\xc9\xe8\xd1\xe7\xa1\xf3\xae\xe8\xe5\x30\x38\x86\x97\xc3\xfa\xe8\x17\xbc\x1c\xf8\xaa\x5c\x78\xf0\x72\xc0\xc0\x27\x3c\x78\x39\xac\x49\x4f\xe0\xe5\xc0\xb6\xec\xf0\x90\x72\x5a\xc3\x33\xd1\xe6\x4e\x5a\x44\xca\x09\xbb\x9b\xf0\x90\x72\x5a\xb6\x8f\x94\xd3\x1a\xf4\x8b\x7e\xe5\xcb\xab\xd0\x86\x8f\xb6\xeb\x57\x3e\x6c\xc3\x86\x05\xa6\x0d\xe4\x8e\xce\xa2\x3e\xc4\x73\x4f\x66\x14\x20\x9e\xc3\x16\x35\x3c\x88\xe7\x1e\xfb\x13\xf1\x5c\xf0\xdd\x44\x3c\x17\x9a\x25\x04\xb8\x3e\x15\xc4\x73\xc1\xe9\x0c\xf1\xdc\xcf\xac\x81\x78\x2e\x38\xe6\x11\xcf\x85\x46\x1b\x10\xcf\xb1\x85\x3a\x3c\x88\xe7\xc2\xf1\x77\x1b\xa6\xd7\x63\x97\x7c\x79\x5d\x56\x10\xcf\xa1\x19\x0b\x0f\xe2\x39\x30\x79\x78\x30\x65\x48\x1f\xcf\x1d\x53\x86\x64\x5f\xe3\x49\x9e\x3e\x66\x22\x3c\xc9\xf9\x52\x7f\x78\x30\x6c\x48\xce\x83\x18\x36\xa4\xfe\x3b\x22\xb8\xf0\xe0\xe5\x90\x1c\x04\xd8\x95\x27\x87\x12\x5e\x0e\xe9\xf3\xc6\xe0\x68\x7d\xb4\x78\x39\xa4\x8f\xee\xc4\xcb\x21\x2d\x5e\x5b\xbc\x1c\x52\xf7\x18\x1c\xf4\xe4\x9a\x78\x39\xa4\xc5\x30\xc3\xcb\x21\x39\x3c\xf1\x72\xa8\x91\xc6\xe2\xe5\x50\x83\xbf\x4b\x1c\xe3\x5e\xf0\x72\xa8\xae\x8c\x78\x39\xd4\x97\x21\x88\x97\x43\x8d\x74\x0b\x5e\x0e\x00\xa7\xf0\xe0\xe5\x50\xb3\x67\x0e\xce\xe4\x11\xe1\xe5\x50\x5d\xc1\xf1\x72\x68\x87\x16\xe9\xe5\xe0\xba\x8c\x97\x43\x73\xe5\xc7\xcb\x81\x7d\x5b\xe1\xc1\xcb\xa1\x1d\xea\xc3\xcb\x01\xa8\x14\x1e\xbc\x1c\xda\xf6\xd8\x6d\x5f\x0f\xb4\x1d\x2f\x87\xe6\xb4\xa4\x97\xc3\xe0\x41\xeb\xe5\xd0\xe8\x09\xbc\x1c\x46\x67\xf0\xe0\xe5\x30\x9c\x30\xf1\x72\x18\x4e\x98\x78\x39\x0c\x27\x37\xbc\x1c\x46\xf7\x4c\xb8\xdd\x41\x1b\xf0\x72\xf8\x99\x3e\xf1\x72\x18\x83\x5e\xc2\xcb\x01\x87\xe4\xf0\xe0\xe5\xc0\xb6\x87\xf0\xe0\xe5\x30\x5c\x9c\xf0\x72\x60\x03\x70\x78\xf0\x72\x18\x4e\xfa\x78\x39\x7c\x2e\x7f\x58\x99\x7f\xde\xe7\x54\xb7\x4b\xfb\xb0\x32\xff\x1c\x4b\x13\xee\xb3\xf0\xdc\x27\xdc\xa7\x83\x1c\x2b\xf3\xe5\x74\x8d\x95\xf9\x3a\x5e\xe5\xb6\xe1\x27\x8e\xc3\xca\x1c\x25\x51\x78\xb0\x32\xff\x89\x73\xb0\x32\xff\x89\xea\xb0\x32\x3f\xf6\xa7\x7e\x0d\x85\x91\xac\x5f\x43\xa6\xed\xfa\x35\x64\xea\xd3\xaf\xc1\xc5\x5e\xbf\x86\xcc\x7d\x7e\x72\x9f\x3c\x31\xfc\x1a\xf8\xfc\x7e\x78\x3e\xb9\x4f\x7a\x02\xbf\x86\x27\xd3\x5a\xfd\x1a\x82\x57\x41\xa0\xea\x48\xd6\xaf\xc1\x29\x44\xbf\x06\x17\x27\xfc\x1a\x48\x5c\x85\x07\xbf\x06\x10\x57\x78\xf0\x6b\x60\x07\x41\x78\xf0\x6b\x78\x7f\xce\x84\x00\x74\x12\xc6\xaf\xe1\x75\xc2\xc4\xaf\xe1\x6d\xd6\x00\x01\xe8\x28\x58\x10\x80\x06\x48\x78\x39\xbc\x95\x36\x60\xd8\xf0\x3a\xea\x30\x6c\x78\x9d\x5f\x30\x6c\x78\x1d\x59\x0b\x82\xb3\x7a\x0c\x82\xd3\x91\x85\x97\x79\x76\x24\x63\xd8\x90\x7d\x46\x18\x36\x64\x47\x2b\x86\x0d\xd9\x71\x8d\x61\x43\x71\xbc\x60\xd8\x50\xac\x1d\xbf\xf2\xd2\xb9\xcf\xad\x78\xd5\x63\x88\x57\x5d\xaa\xf0\x2b\x27\x5b\x14\x9e\x8b\xc6\x7a\xf5\x3e\x2f\x1a\xeb\xd5\x7e\xc1\xcb\xbc\x1e\x7a\x02\xbf\x72\x9c\x0a\xc3\x83\x5f\xf9\x55\xe6\xff\xf9\x29\x19\x2b\xf3\xfe\xd0\x3c\xac\xcc\xd9\x5c\x1a\x1e\xac\xcc\xfb\x43\xe5\x5a\x99\x1b\xe3\x61\x65\xde\x8d\xc0\xb0\x2b\x87\x43\x09\xcf\x05\x55\xfd\x73\xca\xba\xa0\xaa\x7f\x3f\xb7\xb9\x29\x59\xdf\xed\x6a\x84\x2f\x21\x5c\x50\xd5\x0f\xd3\x6e\xb8\xa0\xaa\x9f\x4b\xe9\x87\x80\x58\x2f\x10\xa7\x06\xc4\x7a\x6c\xbd\x0e\x41\x4b\xf2\xe3\xef\xe0\x06\xaf\x5c\x3b\x04\x2d\xc9\x99\x30\x03\x9e\x0c\x08\xbb\x43\xc0\x77\x81\xef\x65\x84\x80\xef\x02\x26\xf2\x21\xe0\xa6\xf0\x32\x69\x04\xdc\x14\x5e\x56\xe9\x80\x9b\xc2\x7b\xa8\x1d\x37\x05\x3e\x5a\x1e\x02\x6e\x0a\x85\xb8\x31\xe0\xa6\x50\x6c\x11\x6e\x0a\x25\x72\x2f\xb8\x29\x94\xe8\xef\x60\xf5\x58\x8e\x02\x6e\x0a\x85\x65\x25\xe0\xa6\x50\x5e\x7f\x77\xef\xba\xdc\xe4\x46\x08\xec\x41\x2a\xc9\xfa\x60\xfc\x2e\x15\x13\x02\x4e\x0b\x6c\x77\x0e\x01\xa7\x85\x72\x45\x70\x21\x60\x26\xde\x78\xe1\x02\x4e\x0b\x46\xd0\x01\xa7\x05\xcc\x8b\x42\xc0\x69\xc1\x08\x3a\xbc\xb2\x7a\xf4\x12\x4e\x0b\x6d\x78\x26\xac\x1e\x91\x70\xc0\x69\xa1\x0d\xeb\xeb\x30\x70\xf4\xa7\x4e\x0b\x8f\x67\xa2\x02\xf5\xf9\xe9\xb4\xf0\x58\xc2\x71\xda\xa7\xa9\xd3\xc2\x63\xed\xd0\x5e\x97\xd1\x0c\x01\x33\xf1\xb9\xb9\x17\x5c\x18\x26\xe8\x2f\xe0\xc2\x30\x37\xf5\xe1\xc2\x30\x37\x35\xe8\xb4\x40\x3c\x1d\x70\x5a\xe0\x03\x58\x21\xe8\xb4\xc0\xf4\x19\x74\x5a\xc8\xf4\x92\x4e\x0b\x20\x92\xa0\xd3\xc2\xf6\x4c\x9c\x16\x16\xe3\x05\x57\x70\xac\x85\x42\xc0\x15\x7c\x2f\xeb\x43\xc9\x0a\x1e\x0a\xb8\x30\xec\xcd\x53\xd1\x85\x21\xd1\x3e\x5c\xc1\x4f\xa5\x3e\x5c\xc1\xcf\xe4\x49\xeb\xd0\x40\x5c\x1c\x90\xe0\x85\x4a\xcf\x23\xc1\xbb\xe2\xab\x5f\x25\x68\xaf\x42\x2f\x25\x69\x2f\xee\x05\x09\x1e\xfb\xd2\x42\xd0\xa1\x81\xe8\x33\xe8\xd0\xc0\x44\x14\x90\xe0\xa1\x5d\x08\x41\x1b\x06\x96\xcd\x80\x04\x2f\x54\x6b\x40\xae\xca\xc2\x1c\x90\xe0\x05\x82\xb5\xa0\x0d\xc3\xe0\x77\x48\xf0\x42\xe3\x77\xda\x30\xb0\x3c\x04\x24\x78\x81\xc5\x3e\x68\xc3\xc0\xb4\x1b\xb4\x61\xf0\x89\x69\xc3\xe0\x88\xd4\x86\xc1\xb7\x11\x09\x1e\xa2\x80\x10\x90\xe0\xa1\xcc\x0a\x01\x09\x5e\xaa\x1e\x83\xd6\xf3\x0d\x40\x82\x67\xd8\x1a\x90\xe0\x25\xe2\xf7\x80\x04\xcf\xf0\x33\x20\xc1\x4b\xd3\x12\xb4\x1e\x8b\x45\x40\x82\x97\xfa\xef\x78\x5c\x84\x80\x3a\x2f\x75\x7f\x06\xe3\xe7\x4b\x85\x3a\x2f\x41\x16\x04\x1c\x1a\x92\x8d\x2d\xa8\x5c\x01\x40\xe1\x42\xa5\x92\xec\x5c\xdc\x1b\x92\x1d\x88\x7b\x43\xb2\x73\x71\x6f\x30\x98\x0f\xb8\x37\xa4\x61\x0d\x36\x9d\xe1\x89\x7b\x43\x66\xe5\x0f\x38\x34\x14\x6b\xaf\x28\x60\xad\xaf\xa2\x80\x05\xfc\x05\xdc\x1b\x70\x51\x0b\x01\xf7\x06\x1c\xc8\x42\xc0\xbd\x01\xc9\x51\x08\xb8\x37\x74\xa2\xd6\x80\x7b\xc3\x78\xfc\x5d\xe7\x4c\xeb\x1b\x94\xb8\x6b\xdc\x1b\x3a\xb1\x6f\xc0\xbd\x61\xbc\xfe\x6e\x71\xa6\xf5\x6d\xae\x49\x4f\xe0\xde\xd0\x59\x8e\xc2\x85\x4a\x65\xb8\x3c\x5c\xa8\x54\x86\xcb\x03\xce\x0e\x1d\x60\x1f\x70\x76\xe0\x83\x31\x21\xe0\xec\xc0\x76\xd9\x10\x70\x76\x98\x4e\xc9\x38\x3b\x4c\x07\x2b\xee\x0d\xc7\x69\x1e\xf7\x86\xe3\x4b\x85\x7b\xc3\x69\x9e\x09\x73\x97\xad\x01\xfa\xaa\xf0\x4a\xe3\xde\x70\xb2\x67\xc2\xdc\x35\x8e\xe1\xde\x70\x9c\x68\x71\x6f\x38\xc4\x78\x01\xf7\x86\x43\x04\x16\x70\x6f\x38\x4e\x05\xb8\x37\x1c\x5f\x3f\xdc\x1b\x4e\xa5\x97\x70\x6f\x10\x22\x07\xdc\x1b\x0e\xc4\x53\xc0\xbd\x01\x1b\xf7\x10\x70\x6f\x38\xd9\x1a\x50\xb9\x2e\x7a\x10\xf7\x86\xe3\x0b\x87\x7b\xc3\x29\x5e\x93\xf6\x39\xb5\x22\xc1\x0b\x2e\x47\x48\xf0\x7e\xa6\x02\x24\x78\xc1\xb1\x34\xa0\xe7\x88\xea\xc2\x60\xeb\x7c\xa6\x27\x90\xe7\xbd\xc4\x5c\x01\x79\x5e\xf4\xa9\x20\xcf\x8b\x2e\x94\xc8\xf3\x7e\x26\x06\xe4\x79\xa9\xf9\x3b\xb6\xce\x37\x46\x08\xf2\xbc\xe4\xe4\x86\x3c\x2f\xb9\x88\x22\xcf\xcb\x80\xf7\x70\x31\x4f\x2d\xaf\xc7\x16\x25\x6b\xd8\x10\x64\x9e\x79\x38\x46\x7f\x22\xcf\x2b\x2f\x6d\x40\x82\x57\x7c\x6f\x27\x14\xdc\xb4\x04\x05\xb7\xfd\x1d\x32\x49\x9f\x1f\xf2\xbc\x0a\x39\x11\x90\xe7\x55\x30\x4f\x40\x9e\x57\x89\x76\xc3\x94\x82\xa3\xb5\xc8\xf3\xf0\xf7\x08\x01\x79\x5e\xfb\x78\x7e\xc8\xf3\xda\x4f\xed\x52\x70\x96\xa0\xe0\x26\xb5\x23\xcf\x6b\x3e\xf7\x4f\x0a\x8e\xda\x91\xe7\xb5\x45\xbf\x20\xcf\x1b\xbe\x0f\xc8\xf3\xd8\xed\x19\xc2\xc7\x67\xec\x92\x67\x62\xd1\x1a\x19\xd7\x48\xf7\x06\x68\x3a\x7c\xd2\x73\xdc\xf5\x27\x3d\xe7\x35\xa5\xe7\xbc\x33\xb6\xa4\x3b\x47\x62\xdf\x30\x7f\x37\x4a\x0e\x38\x3b\xf0\x55\x8a\x10\x70\x76\x98\x4e\x6e\xb8\x37\x4c\x22\xe1\x80\x7b\xc3\x84\x11\x0b\xb8\x37\xe0\x1a\x15\x02\xee\x0d\x9f\x5d\x86\x7b\xc3\x72\xad\xc7\xbd\x61\x1d\xaf\x09\xeb\x05\x40\x0f\xb8\x37\x2c\xe3\x23\xdc\x1b\x70\x6b\x0e\x01\xf7\x86\x65\x9c\xb3\x64\xbd\x68\xde\x82\xf5\x72\x32\xc5\xa3\x6e\x19\x69\xe0\xec\xb0\x8c\x50\x70\x76\xc0\xb6\x3a\x04\x9c\x1d\x96\xd1\x12\xce\x0e\xcb\xb5\x10\x67\x07\x6c\xb9\x43\xd8\xb0\x7a\xf0\xe8\x61\xc3\xea\x19\x6b\xe3\xfa\x70\x5c\x2c\x70\x7d\x38\x00\xc3\x80\xeb\xc3\xf1\x11\xe1\xfa\x70\x7e\xea\xc3\xa1\xd5\x17\x00\x41\x5e\xb0\x3f\x11\xe4\xfd\xc4\x01\x08\xf2\x02\xc0\x30\x20\xc8\xcb\x81\x1a\x10\xe4\x65\x87\x0b\x82\xbc\x0c\xfd\x11\x10\xe4\x25\x23\xc5\x8b\x64\x5a\x76\x79\xb8\x69\xa5\x96\x9d\xd8\x11\xe4\x65\x97\x2a\x04\x79\xd9\x65\x05\x41\x1e\x9f\x92\x0f\x01\x41\x5e\xf2\x39\x20\xc8\xcb\x90\x44\x01\x41\x5e\x22\x99\x12\x10\xe4\xf1\x79\xfa\x10\x10\xe4\x55\xa2\xac\x17\x41\x1e\x3a\x91\xf0\x22\xc8\x43\x27\x12\x5e\x04\x79\x95\x09\xf3\x45\x90\x87\x62\x3a\xbc\x08\xf2\x2a\x13\xfb\x8b\x20\x0f\x75\x73\x78\x11\xe4\x55\xe8\x81\x17\x41\x5e\x65\xe2\x7b\x1f\x08\x2b\x52\x55\xef\x23\x61\x15\x29\x29\x38\x9c\x94\x10\x1c\x12\x29\xbe\x88\xf5\x7a\xf0\x5e\x24\xac\xb8\x26\x82\xbc\x0e\xe1\xf1\x22\xc8\xeb\x2c\xb7\xaf\x82\x3c\xa6\x82\x57\x41\x1e\xc0\xf7\x55\x90\xf7\x79\x15\x48\x29\xde\xb8\x57\x41\x5e\xf7\x9a\x90\x52\x4c\x52\xaf\x82\x3c\x48\xb0\x57\x41\xde\xf4\x9a\x90\x52\xf0\x9b\x2f\x82\x3c\x76\x9b\x85\x17\x41\xde\x80\xed\x7c\x11\xe4\x0d\x22\xb7\x17\x41\x1e\xe9\xfc\xf0\xe2\xe5\x30\x3e\xda\x8e\x97\xc3\x98\x1c\x43\xac\x37\x60\xce\x5f\xc4\x7a\x63\x71\x67\x8a\xf5\xec\x5d\xc5\x7a\x2c\x40\xaf\x62\xbd\xe2\x31\x48\x29\xe6\x82\xf7\x95\x94\xf2\x4c\x36\x93\x6f\xeb\x63\x33\x39\x93\xfe\x8b\xe8\xee\x5b\x5e\x85\x4d\xe1\x9b\xbe\x46\x74\xf7\x91\x77\x79\x11\xdd\x2d\xc2\x82\x17\xd1\xdd\x62\x81\x7d\x11\xdd\x2d\x28\x8e\x17\xd1\x1d\x5f\x7a\x0f\x2f\xa2\xbb\xed\x93\xc6\x78\x01\x97\x9e\xf0\x62\xbc\xb0\x21\x46\x5f\x8c\x17\xf6\xe3\x35\x3b\xc7\xe8\x17\x8c\x17\x76\xf0\xd8\xe4\x98\x77\xf6\x71\x8c\xd6\x62\xbc\x70\x37\xbf\xfc\xd9\x29\xf9\x8d\x72\x6e\xde\x8a\x9c\x1b\x37\x9d\xe4\xdc\xa8\x0e\x4f\x06\xb3\xa5\x2f\x9e\x0c\x87\xe9\xe5\xc5\x93\xe1\x66\x13\x7f\x95\xd0\x1b\xc2\x02\xbf\x78\x32\x1c\x6f\x0c\x4f\x86\xc3\x2b\xfd\x22\xba\xe3\x53\xf2\xe1\x45\x74\xf7\x14\xcf\x94\x73\x63\x40\x22\xba\x7b\xec\x78\x44\x77\x7c\xe9\x2c\xbc\x88\xee\x30\x13\x0a\x2f\xa2\xbb\xf0\x7a\x26\x9c\xdb\xeb\x99\x70\x6e\x24\xa0\x5e\x44\x77\x81\xd5\xfd\x45\x74\x17\x1a\xf7\x82\xe8\x2e\xb0\x9e\xbf\x88\xee\x02\xd1\xcb\xab\xe8\x8e\xf5\xfc\x55\x74\x37\x3d\x13\xce\x6d\x7a\x4d\x38\x37\x87\x92\xa2\x3b\x07\x9d\xa2\xbb\xcf\x7b\x81\x73\x9b\xd6\x00\xe7\xe6\x0b\x8e\xe8\xee\xf5\x05\x47\x74\xf7\xfa\x82\x67\x38\x37\x48\x94\x37\x23\x2a\xf4\xb5\x45\x90\x97\x59\xa5\x5f\x04\x79\x98\x57\x86\xf7\xc2\xa8\x5e\x21\x82\x5e\x04\x79\x7c\xb6\x2b\xbc\x08\xf2\x7e\xa6\x48\x04\x79\xb5\x79\x15\x04\x79\xf6\x8b\x82\x3c\x52\x32\x2f\x82\xbc\xe6\x80\xbc\x78\xa8\x37\x5f\x80\x8b\x87\x7a\x73\x4c\x28\xd6\xb3\xb5\x88\xf5\x7e\x26\x37\xc4\x7a\x9d\x85\xe4\x45\xac\x87\xff\x59\x78\x11\xeb\x75\xf8\xd4\x17\xb1\x5e\x67\x99\x7e\x2b\xa4\x1b\x11\xd1\x5b\x21\xdd\x20\x0b\x5e\x85\x7c\x4e\x28\x0a\xf9\xc8\x67\xbc\x0a\xf9\x88\xb2\x5e\x84\x7c\xdd\xbe\x46\xc8\xd7\x59\xa6\x5f\x84\x7c\xc3\x67\x8b\x58\x6f\x3a\xb2\x2e\x1e\xea\x33\x79\x95\x43\x89\xde\xbd\x78\xa8\x4f\x47\x6b\xc3\xc8\x96\xf8\xfd\xc5\x77\x81\x4f\x65\x85\x17\xdf\x85\xe5\x73\xc0\x77\x61\x41\x2a\xbe\x4d\x23\x5b\x8f\x69\x64\xcb\xbb\x82\xef\xc2\xfe\x2c\x49\x19\xd1\x4b\xf8\x2e\x9c\x4c\x8b\x14\xeb\xd9\x9f\x8a\xf5\xec\x4f\xc4\x7a\x21\x78\xd7\x8b\x12\xfd\x89\x58\x2f\xb8\x1c\x21\xd6\x33\x31\xf7\x22\xd6\x0b\x64\x22\x5e\xc4\x7a\xc1\xa7\x82\x58\x4f\x4e\xf8\x45\xac\x27\xb3\xfc\x22\xd6\x7b\x8f\x25\x68\x3d\x17\x58\xc5\x7a\x90\x21\xaf\x62\xbd\xea\x31\x68\x3d\x67\x8d\x0e\xad\x07\x8e\x7a\x11\xf2\x15\x97\x70\x85\x7c\xc5\x3b\x83\xd6\x73\x46\x51\xc8\x57\x68\x91\x42\xbe\xea\x7d\x1e\x8e\xf1\x8c\x10\xf2\x15\x17\x19\x84\x7c\x05\x32\xeb\x45\xc8\x57\x0c\x2e\x14\xf2\xf9\x4e\x2b\xe4\xf3\x19\x29\xe4\xfb\x7e\x47\x04\x17\x5e\x35\x7e\x4e\x2f\x68\xfc\xba\x93\x22\x1a\xbf\xe9\x74\x8d\xc6\x6f\xc2\x6f\xbe\x43\xdf\x55\x9a\x87\xc6\x6f\x3a\x31\xa0\xf1\xfb\x1e\xaf\xa2\x48\x8c\x6e\xc1\x20\x2f\x38\x69\x60\x90\x17\x7c\x60\x18\xe4\x05\x07\x1d\x06\x79\x66\x59\x5f\x0c\xf2\x82\xeb\x39\x06\x79\xc1\xf5\x1c\x83\xbc\x60\xd3\x31\xc8\x0b\x9f\xbf\x83\x69\xfa\xb8\x4f\x0c\xf2\x5e\x27\x6f\x5c\xf0\x92\x6d\xc7\x05\x2f\xd9\x9d\xb8\xe0\x99\xda\x7c\x71\xba\x4b\xcb\x6b\xc2\x26\x19\xe7\xe0\x74\x97\x9c\x22\x71\xba\x4b\xc6\x2b\x38\xdd\x25\xef\x1a\xa7\x3b\x73\xb5\x2f\x4e\x77\xc9\x97\x1f\xa7\xbb\xb4\xb8\x26\x4e\x77\xc9\x16\xe1\x74\x97\x8d\x30\x71\xba\xc3\xfa\x3e\xbc\x7e\x78\xc9\x68\xc9\x0f\x2f\x19\xd9\xf8\xe1\x25\xef\xd3\x0f\x2f\xfd\xdc\x27\x22\x31\x92\xb5\x2f\x1f\x5e\x12\xa8\xbd\x7c\x78\x69\x44\x8f\x1d\x4a\xb4\x1d\x21\xdf\xf0\xc5\x41\xc8\x37\x7c\x71\x10\xf2\x0d\x88\x84\x17\x21\xdf\x88\x9e\x79\xdb\x37\x9c\xa4\xf8\xf0\xd2\x70\x58\x23\xf2\x1b\xb0\xb2\x2f\x22\xbf\x91\xbc\x26\x74\x52\xe2\xae\x11\xf9\x8d\xc8\x13\x43\xe4\x37\x20\x20\x5e\x44\x7e\x23\x59\x3b\x1b\x8e\x7f\xee\x93\x0d\xc7\x4e\x8a\x88\xfc\xbe\xc7\xab\x40\xc5\xf8\xc4\x10\xf9\x1d\x17\x2e\x44\x7e\x7c\xb7\x2e\xbc\x88\xfc\x0e\x72\xb2\x17\x91\x1f\xfb\xcb\xc2\x8b\xc8\xef\x38\x7a\x10\xf9\x1d\x18\xd4\x17\x91\xdf\x71\x01\x42\xe4\x77\x48\x8c\xbf\x88\xfc\x8e\x4f\x0c\x91\xdf\x71\x5c\x23\xf2\x3b\xc3\x12\x54\xcc\xf0\x77\x50\x31\xd3\xda\xd9\x75\xeb\x78\xd9\x50\x31\x8e\x89\x0d\x15\xe3\x52\x85\xb3\x5e\x70\xd4\xe1\xac\xf7\xf3\x76\xe0\xac\x17\x5c\x9c\x70\xd6\x0b\xde\x19\xce\x7a\xc1\x49\x1f\x67\xbd\xe0\x52\x85\xb3\x9e\x59\x98\x17\xf7\xbc\xe8\xc4\x87\x7b\x9e\x82\x81\x17\xf7\xbc\x64\xd4\x8a\x7b\x5e\xea\x9e\x89\x1a\xca\xf8\x16\xf7\x3c\xd9\xdc\x17\xf7\xbc\x04\x53\x1f\x71\xc8\x33\xd3\x12\x71\xc8\x2b\x8c\xd6\x88\x43\x5e\x61\xb4\xc6\x47\xba\xa5\x52\x42\xf1\x74\x75\xec\x21\xe2\x90\x57\xe9\xcf\x88\x0b\x5e\x1d\x1e\x83\x52\xd9\x5e\x13\x4a\x65\x79\x4d\x28\x15\x50\x63\xc4\x05\xaf\xfd\xd4\x70\xef\x13\xf9\x61\x88\x38\xdd\x61\x61\x15\x22\x4e\x77\x23\xfd\x8e\x85\x7d\x88\x98\xe0\xf9\x02\x44\x4c\xf0\x06\x0c\x4e\xc4\x04\x6f\xd2\xf1\x11\x13\xbc\x0f\xe0\x1b\x31\xc1\x9b\x9f\xc7\xd8\xd0\x49\xfc\x17\x31\xc1\x9b\xcb\x6b\xc2\xa8\x6c\x7f\x07\xa3\xb2\xfd\x1d\xb4\x09\xd0\x25\xf2\x91\xa4\x4d\xb4\x14\x11\xd6\x6d\xeb\x43\x58\xb7\x49\xe5\x44\x84\x75\x78\x9d\x86\x88\xb0\x0e\x1f\xd4\x10\x11\xd6\x09\x17\x22\xc2\x3a\x01\x49\x44\x58\xb7\x89\x42\x22\xc2\x3a\xa1\x4b\x44\x58\x77\xaa\xc7\xd8\xd0\xc9\xd2\x11\x11\xcf\x9d\xed\x35\xd9\xb4\xf9\x7a\x2f\x90\x0c\xbc\x70\x11\x50\xe5\xb2\x12\x01\x55\xb2\x8f\x11\x50\x15\xa0\x69\x22\xa0\xea\xb5\x45\x00\x27\xbe\xb3\x1b\x22\xc0\x89\x2f\xf1\x85\x08\x70\xca\xc9\x33\x27\x25\xeb\x83\x48\x48\x9e\x79\xc1\x51\x06\x4b\x44\x10\x10\x46\x9a\x21\x82\x80\x70\x4f\x0e\x11\x04\x54\x89\xfb\x23\x08\xa8\xf2\x3a\x44\x10\x50\xed\x9e\x09\x91\x00\xdf\x1f\x41\x40\xc6\xcc\x11\x04\xd4\x98\x4c\x23\x08\xa8\x83\x95\x22\xae\x74\x3d\xfa\xbb\xc6\x31\x86\x3c\xae\x74\x9d\x08\x3a\xe2\x4a\xd7\x5f\xaf\x72\xdb\xd7\x87\x57\x81\x48\x70\x90\xe3\x4a\x67\x1a\x39\xe2\x4a\x37\x8e\x67\x02\xc2\x49\xda\x45\x5c\xe9\xc6\xe1\x9a\xb8\xd2\x4d\xd2\xc1\x31\x0b\xc2\x79\xa9\x32\x24\x83\x2f\x15\x8e\x75\xc3\x27\x8d\x63\xdd\x38\x96\x24\x12\x3c\x13\x22\x01\xbe\x3f\xea\x4a\x47\xc4\x17\x75\xa5\x23\xa5\x1d\x75\xa5\x3b\xd6\xc7\xce\xbe\xe2\x7d\x02\xd0\x7d\x62\xb8\xd2\x7d\x44\x91\x11\x57\x3a\xd3\xe4\x11\x57\x3a\xec\x69\x43\xc4\x95\x6e\x83\xf7\x22\xae\x74\xdb\x49\x0a\x57\xba\x9d\xe8\x79\x5c\xe9\x36\x4b\x63\xc4\x95\x6e\xb3\xa8\x45\x5c\xe9\x4c\xa8\x47\x5c\xe9\x54\xd5\x46\x5c\xe9\x54\xea\x46\x5c\xe9\xd4\x25\x47\x5c\xe9\x8e\xe3\x1a\x57\x3a\x97\x8e\x08\x02\xe2\x3b\xde\x21\x82\x80\xf8\x8e\x77\x88\x20\xa0\x87\x40\x2e\x82\x80\x9e\xca\x7d\x82\x80\x1e\x72\x1d\x11\x04\xc4\x57\xcb\x43\x04\x01\x05\xdb\x07\x02\x52\x2c\x1b\x41\x40\x11\x1e\x3d\x82\x80\xb0\xc3\x0d\x11\x04\xf4\x1e\xeb\x6b\x1c\xa3\x0d\x20\xa0\x68\x6b\x41\x40\xf1\xf5\x9a\xa0\x54\x9f\x18\x5b\x99\xa2\xa3\x15\x74\x14\x1f\xef\xe5\xb6\x2f\x06\xef\xf3\x50\xe2\x5e\x40\x47\x11\x26\x21\x82\x8e\x7e\x4d\x6b\xbf\x33\x25\x03\x9c\x22\x80\x24\x02\x9c\x22\x19\xca\x08\x70\xe2\x1b\x73\x21\x02\x9c\xf8\xa2\x43\x88\x98\xd2\x15\x5f\x9c\xa6\x68\xc4\xab\x28\x1a\xf1\x2a\x88\x46\x9c\x5a\x71\x9e\x63\xff\x4e\x88\x38\xcf\xf1\x0d\x87\x10\x71\x9e\x63\x13\x73\x88\x0d\x37\x34\x18\x9c\x88\xf3\x9c\x0c\x63\xc4\x79\xae\xb2\xbe\x46\x9c\xe7\x1a\xb1\x6f\xc4\x79\xae\x39\x94\x70\x9e\x6b\x0e\x3a\x9c\xe7\x1a\x44\x7d\xc4\x79\xae\x41\x71\x44\x9c\xe7\x9a\x43\xb7\x0b\xc2\xe9\x78\x9c\xe7\x64\x18\x23\xce\x73\xdd\x29\x19\xe7\xb9\xee\x12\x80\xf3\x5c\x77\xb1\xc0\x79\xee\x67\xb2\x19\x82\x70\xfa\x0c\xe7\x39\x53\x78\x11\xe7\xb9\x6e\x1c\x30\x00\xe1\x4e\x28\x17\x00\xf5\x41\x44\x1b\x71\xa5\x93\xb5\x8c\xb8\xd2\xa9\x56\x88\xb8\xd2\xfd\x4c\x13\xb8\xd2\x4d\xef\x13\x57\xba\xd9\xbd\xe6\x6d\xdf\xf2\xb9\x5f\x94\xd3\x97\x8b\xda\x45\x39\x7d\x39\x94\x70\xac\x5b\x3f\x57\xd9\xfc\xce\xfb\x3c\x94\xa8\xfd\xa2\x9c\xbe\xc9\x05\xc4\x8b\x72\x3a\x26\x2f\x21\xe2\x66\x77\x9c\xca\x71\xb3\xc3\x34\x31\x44\xb6\x2b\x05\xa7\x72\xb6\x2b\x61\x4c\x15\x22\xdb\x95\x82\x3d\xc8\x76\xa5\xe0\x34\xcf\x76\xa5\x17\x35\x46\x64\xbb\x12\xbe\x7e\x21\xb2\x5d\xa9\x00\xad\xe3\x04\xc0\x76\x4b\x00\xd8\xe6\xef\x00\xb0\xd0\x57\x91\xad\x4c\xa5\x59\x3b\xce\x65\x8e\x6b\xb6\x32\x35\xe4\x79\x91\xad\x4c\x0d\xfa\x23\xb2\x95\xa9\x11\x45\x46\xb6\x32\x4d\x47\x24\x5b\x99\xa6\xed\x63\x2b\xd3\x74\x64\xb1\x95\x69\x3a\xf5\xb0\x95\xe9\x73\x7c\xb2\x95\xe9\x23\xde\x8c\x6c\x65\x5a\x3e\x77\xb6\x32\xa9\x52\x8e\x6c\x65\x5a\x93\xde\x65\x2b\x93\x4a\xe4\xc8\x56\xa6\xed\x12\xe0\x56\xa6\xe4\x55\xdc\xca\xc4\xef\xdc\xca\x64\x98\xe5\x56\x26\xd0\x43\x74\x2b\x13\x18\x2b\xba\x95\xc9\xa5\x11\x04\x14\x40\x94\x11\x04\xf4\xfa\x8c\x40\x40\xaf\x93\x29\x08\x28\xd9\x4b\x4b\x94\x4a\x1b\x40\x40\xc9\xd1\x03\x02\xe2\x7b\x93\x21\xba\xcd\xe9\x58\x42\x14\xf0\x53\x3b\x08\xd6\xa8\xd5\x6d\x4e\xbe\x39\x6e\x73\xf2\xad\x72\x9b\x93\x6f\x07\x28\xa7\x18\x70\x82\x72\x0a\x1c\x7b\x04\xe5\x0c\x47\x0f\x28\x67\xa0\xe9\x88\xa0\x9c\xd1\x2c\x81\xe2\x0c\x58\x40\x39\xc3\x71\x0d\xca\x91\x7f\x8f\xa0\x9c\x2b\x57\xfd\xf3\x53\x32\x00\x68\x90\xd5\x8d\xec\x72\xc2\x5e\x3b\x44\x76\x39\x0d\x07\x32\xbb\x9c\x86\x81\x3e\xbb\x9c\x26\xaa\xcc\xc8\x2e\xa7\x49\xa6\x31\xb2\xcb\x69\x1a\xe8\xb3\xcb\xe9\x33\x1a\x64\x97\xd3\xb1\xe3\xd9\xe5\x74\xec\x40\x76\x32\x1d\x9b\xc0\x4e\xa6\x63\xe4\xcd\x4e\xa6\x63\x0c\xc4\x4e\xa6\x43\x92\x30\xb2\x93\xe9\xd8\x81\xec\x64\x3a\x3e\x22\x76\x32\x1d\x63\x74\x76\x32\x99\x6e\x4b\xec\x64\x3a\xbc\x70\x89\x9d\x4c\x46\xc2\x89\x9d\x4c\x87\x41\x90\x00\x47\x0a\xd0\x13\xe0\x28\xc0\x53\x26\xc0\x51\xf8\xf9\x1d\x20\x8e\xe1\x92\x00\x47\x61\x5b\x03\xae\x51\x0c\x89\x84\x7d\x78\xe0\x3e\x13\xc0\x29\x10\x11\x25\x80\x53\xd8\xd6\x7e\x91\x05\xdf\x47\x0c\x09\xe0\xf4\x26\x6b\xb8\xc0\x29\x56\xcf\x3c\x94\xee\x00\x49\xd8\x87\xab\x9f\x49\xd8\x87\x2b\xd0\x49\x80\xaa\x44\x64\x93\x00\x55\x89\xa8\x27\x81\x9c\x8a\x35\x80\x9c\x4a\xf2\x9a\x80\x3f\x5e\xe9\x04\x72\xe2\xc3\x60\x21\x81\x9c\x2a\x78\x21\x81\x9c\xea\xf0\x18\xc0\xf0\xa7\x76\xb6\xbb\x0c\xaf\xc2\x76\x17\x60\x7e\x02\x39\x55\x18\xf0\x14\xb4\x24\xa2\xaf\xf9\xf4\x6c\x23\x4e\x4d\xa0\x2a\xbe\x2a\x12\x12\xa8\x4a\xb5\x78\x02\x55\xa9\xf3\x4e\xa0\xaa\x8e\x9a\x26\x81\xaa\xba\xf5\x81\xaa\x8c\xca\x13\xa8\x6a\x64\x8f\x91\x6b\x9f\x5e\x85\xad\x22\x8f\xc7\x3a\x25\xee\x13\x54\x35\x89\xa7\x13\xdb\x95\xe6\xcf\x7d\x62\xf5\x83\x74\x2f\xbd\x22\x43\x7a\x82\xed\x4a\xdf\x4f\xe9\xb6\xcf\xa4\x56\x62\xbb\x92\xc9\xb0\xc4\x76\xa5\x8f\xe9\x25\xb1\x5d\xe9\x73\x0c\xb2\x5d\xe9\x63\x7a\x49\x6c\x57\xfa\x60\x73\x13\xdb\x95\xf6\xeb\x55\x40\x8d\xd1\x12\xa8\xd1\x27\xcd\x76\xa5\xcd\x82\x90\xd8\xae\xc4\x97\x3c\x42\x62\xbb\x12\x9f\xac\x08\x89\xed\x4a\x26\xca\x12\xdb\x95\xf8\x28\x53\x48\x6c\x57\x32\x7e\x4f\x6c\x57\xe2\xf3\x4d\x21\xb1\x5d\x69\x27\x8e\xb1\x5d\xc9\xd8\x3e\xb1\x5d\xc9\x68\x3e\xb1\x5d\x69\x83\x0c\x13\xdb\x95\x8c\xed\x13\x9f\xb3\xdd\x28\x27\x52\xb2\x7d\x96\x48\xb6\x27\xaf\x49\xb2\x1d\xec\x92\xd8\xca\x74\x88\x7d\x13\x68\xec\xf1\xcd\x01\x8d\x3d\xc5\xab\x60\x65\x54\xfd\x1d\xa9\x77\xa8\xc2\x04\x1a\x0b\xd0\x57\x09\x34\x16\x58\x1a\x13\x68\xcc\x65\x2c\x81\xc6\x02\x14\x55\x02\x8d\x85\xf9\x3b\x5f\x15\x09\x09\xa0\x16\x58\x27\x13\x40\xcd\x75\x32\x61\x2d\x2e\x43\x95\xb0\x16\x0f\xf0\x2b\x09\x10\x87\x5f\x72\x48\x80\xb8\x17\x72\x3c\x01\xe2\xb2\x83\x1c\x10\x87\x7b\x7f\x48\x80\x38\xbe\x89\x16\x12\x20\x8e\x6f\xbe\x85\x04\x88\x73\x57\x5c\x02\xc4\xe1\x9e\x1c\x12\x20\x8e\x8f\x0f\x85\x04\x88\xe3\x93\xf7\x21\x01\xe2\xf8\x1e\x5c\x48\x80\xb8\xec\xf4\x02\x88\xe3\x6b\x74\x21\x01\xe2\xb2\x13\x11\x20\xae\x14\x7f\x47\xc6\xde\x0e\x04\xc4\x55\x62\xa0\x04\x88\xfb\x99\x6c\x00\x71\x15\x3e\x2e\x01\xe2\xaa\x0f\x0c\x10\x57\x87\x77\xb6\xf8\x9d\xa5\x4d\xc9\x7b\x41\x91\x00\x8f\x97\xb0\x16\xaf\x44\x1a\x09\x6b\xf1\x1e\x2d\xbd\x94\xa8\x81\xdd\x51\xdd\x41\xc7\xee\xa8\x1e\xbd\x0a\x16\x41\xbe\x1c\xec\x8e\xea\x4e\x7c\xec\x8e\x9a\x60\x97\xc4\xee\xa8\x89\x8a\x23\xb1\x3b\x8a\xaf\x26\x87\xc4\xee\x28\xbe\xb6\x1c\x12\xbb\xa3\x26\x74\x52\x62\x77\x14\x5f\x69\x0e\x89\xdd\x51\x66\x1b\x12\xbb\xa3\xe6\xe3\x9d\x1d\x8e\x71\x26\xbb\xa3\x3e\x5f\x46\x76\x47\x7d\xbe\x54\xec\x8e\xfa\x7c\x01\xd8\x1d\xf5\x39\xd1\xb2\x3b\xea\x43\x70\x98\xd8\x1d\xf5\xf9\x52\xb1\x3b\xea\x03\x96\x26\x76\x47\x7d\xe0\x85\xc4\x16\xa8\xe5\x28\x60\x0b\xd4\x86\xde\x49\x6c\x81\xda\xc9\x33\xc9\x92\xfb\xf2\xb3\x05\x8a\xcf\x06\x85\xc4\x16\xa8\x9f\x17\x9c\x2d\x50\x6e\x00\x4e\x6c\x81\x3a\x2e\x55\x6c\x81\x3a\x4e\x3d\x6c\x81\x52\x7e\x98\xba\x20\xdc\x12\xdb\x4f\xd8\x7d\x99\x40\x78\x8f\x6f\x07\x28\x8e\x2f\x45\x86\x04\x8a\x0b\x4e\x52\xa0\xb8\x00\x0f\x9b\x40\x71\x01\x72\x29\x81\xe2\x82\xef\x11\x28\x2e\x26\x6b\x00\x68\x37\xef\x13\xa0\x0d\xe6\x49\xa0\xb8\x08\xc9\x90\x40\x71\xd1\xb6\x83\xe2\x62\xf1\x18\x68\xda\x3e\x03\xc5\x45\xd2\x82\x09\x14\x17\x7d\xa7\x41\x71\x91\x64\x58\x02\xc5\xc5\xec\xef\x2a\x67\xd2\x3e\x50\x1c\x5f\x9f\x0c\x09\x14\x17\x11\x5b\x26\xb0\x59\xf6\xed\x00\x9b\x65\xdf\x31\xb0\x99\x32\xd7\x04\x36\x33\x2b\x92\xc0\x66\x46\xbb\x09\x6c\xe6\x76\xb3\x04\x36\xab\xe0\xd9\x84\xd3\xb8\x5c\x72\xc2\x69\xbc\x82\x80\x92\x4e\xe3\x2e\x55\x3a\x8d\x4f\x4b\x24\x80\x5d\x1e\x70\x1a\x57\x3a\x9b\x74\x1a\x47\x81\x94\x70\x1a\x37\x50\x4d\x38\x8d\xcf\x5f\x33\xc3\x9f\x9f\x92\x31\x21\x9f\x4e\x9f\x7c\xa3\x56\x25\x5d\xe2\x1b\xb5\xcb\x89\x81\x6f\xd4\x2e\x87\x19\xdf\xa8\xdd\xcd\x63\x2f\x19\x5f\x8f\x45\x20\x2b\xb7\xc2\xbe\x26\xbe\xc8\x1b\x12\xfb\x9a\x7e\x86\x35\xfb\x9a\x8e\x0f\x1a\x68\x16\x8d\x03\x80\x66\x05\x79\x50\x02\x9a\xa9\x4b\x4e\x40\xb3\x66\x54\x00\x34\xc3\xff\x2c\x24\xa0\xd9\x74\x92\x12\x9a\x21\x71\x4a\x42\x33\xe4\x72\x09\x68\xf6\x46\x4b\x24\xdf\x8c\xb2\x80\x66\x09\x11\x5c\x02\x9a\x25\x63\x20\xa0\x99\x62\xaf\x24\xfc\x32\x22\x02\x7e\xe5\x69\x89\x04\x9b\x51\x0f\xf0\xab\xbe\xfe\x0e\x7c\xe2\x34\x0f\xfc\x1a\x4e\x9f\xc0\xaf\xe1\x4a\x0c\xfc\x1a\x4e\xec\xc0\x2f\x69\x8c\x44\x02\x4a\xf9\x53\xda\x6a\x96\x79\x0e\xc0\x2f\x53\xb0\x69\xab\x59\xf6\xd8\x8d\x1f\x1e\x97\x54\xc4\x7a\x7c\xe6\x26\x24\x93\x4c\xb6\x96\x4f\x34\x3d\xb6\xd6\x24\x93\x13\x26\x9f\x68\x7a\x20\xa5\x12\x49\x26\xbe\x62\x1c\x92\x89\x24\xaf\x62\x22\xc9\xe9\x93\x44\x12\x5f\x0a\x0f\x89\x44\xd2\xcf\xc4\x40\x22\x29\x19\xc3\x92\x48\x32\x25\x9a\x48\x24\xe5\xe0\x99\xc4\xe8\x28\x83\x13\x9f\x68\x2a\xd9\x1a\xd8\x92\x8e\xce\x20\x1d\x63\x74\x46\x01\x49\xa6\xfa\x73\xcd\x4d\x04\xed\x7d\x9a\xa0\xb9\xa5\xec\xa7\x96\xd0\x9e\x64\xf0\xd0\x47\x6c\x98\xc1\x43\x1f\x8a\x8b\x0c\x1e\xfa\x20\x27\x32\x78\xe8\x0b\x5e\x85\x78\x1a\x5a\x28\x83\x87\x3e\xa8\x98\x0c\x1e\xfa\xb6\x57\x21\xa6\xcc\xfe\x8e\x98\x92\x29\x2b\x83\x79\xdc\x9a\x92\xc1\x3c\x9b\xf6\x65\x30\xcf\x26\xf7\x90\xc1\x3c\x6e\x31\xc9\x60\x9e\x73\x3c\x86\x80\x93\x85\x2b\x23\xc1\x53\xb9\x94\x91\xe0\x3d\xa8\x07\x32\x12\x3c\x13\xea\x19\x09\x1e\x9f\xb3\x08\x19\x09\xde\xfb\x78\x67\x04\x5d\x3f\xc7\x08\xba\x86\xf5\x11\x74\xfd\x5c\x85\xa0\x8b\x54\x63\x46\x82\x87\xb9\x7e\xc8\x48\xf0\xf0\xe5\x0e\x19\x09\x5e\x26\x7c\xc9\x48\xf0\xf2\xf4\x4c\xb2\x1b\x20\xa0\x8c\x04\xaf\x82\x36\x33\x12\xbc\xca\x7b\x9b\x91\xe0\xd5\xed\x35\xc9\x6e\xa0\xa9\xcf\x48\xf0\xfa\xf4\x4c\xb2\x1b\xbc\xfd\x19\xbf\x3c\x29\xbf\x8c\x5f\xde\x8c\xd6\x6e\x50\x62\x7d\x04\x25\x8e\x09\xa5\x7b\xd9\xfa\x6e\xfb\x16\x69\xe4\x4c\x96\xe9\x3e\xa3\x3f\x3b\x25\x67\x12\x50\xd8\xf2\x84\xac\x95\x1e\x8c\x6d\x26\x01\xb5\x91\x97\x64\x55\x7d\xbc\xee\x59\x55\x5f\xb6\x3a\x92\x06\x44\x98\x99\xe4\xd4\x21\x26\xc9\x24\xa7\x0e\x6b\x76\xd6\x4a\x8f\x88\x36\x6b\xa5\xd7\xac\x1d\x69\x1b\xfb\x62\x32\x76\x79\x66\x8a\x33\x76\x79\x91\x98\x39\x63\x97\x17\x89\x7d\x33\x76\x79\x91\x0d\x9d\x19\xbb\xbc\x08\xbb\x93\xb1\xcb\x8b\x4c\x7c\x19\xbb\xbc\xe8\x0b\x87\x5d\x5e\x64\x1a\xcc\x78\xe2\x45\x87\x04\xf2\xbc\x08\x5b\x9d\x91\xe7\xc5\x6e\x7d\xac\xe7\xd0\x3b\x19\x79\x5e\x5e\xde\x19\xdf\x3b\x59\xde\x0b\x9e\x71\xb6\x01\x79\x5e\x86\x28\xc9\xc8\xf3\xca\xf6\x3e\x59\xf9\x99\xbc\x33\xf2\x3c\x79\xae\x9c\x5d\xf9\x79\xec\xc8\xf3\xf8\x9c\x52\xc8\xc8\xf3\x2a\xcc\x64\xce\xae\xfc\xb4\x16\x79\x5e\x05\x13\x64\xe4\x79\x12\x02\x19\x79\x5e\xf5\x45\x45\x9e\xd7\x7c\x46\xc8\xf3\x5a\xe2\x49\x23\xcf\xe3\x2b\x11\x21\x23\xcf\x6b\xc9\xda\x91\xb6\x65\xeb\x53\xda\x46\x2f\x21\xc1\x33\x62\xcf\x48\xf0\x3a\xf0\x39\x23\xc1\xeb\xe4\xb7\xf3\xc5\x35\x7d\x3c\x1e\x83\x39\x47\xbb\x90\x91\xe7\x4d\x84\x60\x19\x79\xde\x64\x79\xc8\xc8\xf3\xfe\x5f\xc2\xce\xec\x6a\x5a\x5d\x07\xa2\x29\x81\x67\x87\xe3\x31\xff\x10\xee\x3a\xec\xdd\xf7\xf1\xff\x1e\x59\x74\x03\x02\x0f\x92\xaa\x54\x9a\x3e\x27\xf4\x3c\x8b\x66\x32\xf4\xbc\xa9\x45\xd0\xf3\xe6\xf2\xc9\xf0\x5e\x5c\x0a\xa0\xe7\x21\xf1\xfe\x66\xc0\xa9\x89\x77\x96\x01\xa7\xa6\xe3\x1a\x70\x6a\x53\x50\x93\x01\xa7\x36\x9b\x7d\x06\x9c\xda\x2e\xde\x80\x53\x56\xe1\x65\xc0\x29\x0b\xb8\x33\xe0\x94\x82\x3a\xb9\x92\x39\xc7\x2d\xc8\x15\xea\x97\xef\xa5\x42\xfd\xc2\xd3\xcf\x15\x1d\x33\xc7\x4b\x95\xe3\xe4\x2f\xd1\xd2\xeb\xde\x8f\xec\xb1\x8b\x14\xe5\x4a\xaf\x8b\x14\xe5\x4a\x2f\x0e\x44\xa6\x5c\xe9\x05\x86\xcc\x94\x2b\xbd\x5e\x93\x72\xa5\x0c\x24\x9a\x29\x57\xca\x6c\xb7\x99\x72\xa5\xa2\x7d\x94\x2b\x15\x12\x25\x99\x72\x25\xfa\x07\xbe\x99\x46\xb4\xe3\x77\x8e\xcc\x2b\x29\xcd\x4c\x29\xd3\xc0\x33\xcd\x28\x86\x3f\xc4\x66\x19\xc5\xf0\xe7\xf5\x7e\x6c\xfd\x2e\x91\x28\x86\x3f\xaf\x57\x39\x1c\x79\x87\xcb\x11\x77\xff\x62\x97\xfa\xe0\xcd\xe7\x4e\x97\x4c\x47\x0f\x6a\xe2\xf4\x3e\x7a\x33\x6a\xe2\x21\xfb\xcb\x6f\x1b\x0b\xae\x21\xa8\x89\xc7\xea\xb9\xc2\x11\x77\x47\x4d\x3c\x4d\xaf\x42\xa9\x8f\xe3\x0c\x35\xf1\x84\x03\x98\x51\x13\xff\x62\xf9\x7f\x2f\xc9\x08\x8d\x67\x77\x0e\x84\xc6\x8b\xcb\x2e\x42\xe3\xc5\x7d\x59\xa1\x71\x12\xfc\x99\x2a\xa7\x4e\xa8\x9b\xa9\x72\x42\xb2\xf1\xcd\x54\x39\x49\x8d\xca\x43\x4f\xc3\x5f\xe2\x69\xe0\xc3\x66\x2a\x99\x96\xd3\x96\x4a\x26\xc1\x8d\x4c\x25\xd3\xa2\x9e\x26\x53\xc9\x74\x7e\xd7\x24\xb3\x55\xfc\x1f\x99\xad\xea\x1d\xf0\x34\x08\x83\x33\xd5\x4a\x17\x28\x27\x53\xad\x24\xc9\x28\x23\x26\x2e\x01\x29\x23\x26\x7e\xf1\x3e\x33\x0a\x0d\xef\xf6\x88\xf4\xc7\xf1\x97\xa4\x3f\x1c\x66\x28\x34\x64\xf2\xa9\x19\x85\x86\xdf\xb2\x8b\x42\x43\x76\x02\xa0\xd0\x50\xf5\x50\x50\x68\x68\xee\xa1\x28\x34\x34\x07\x08\x0a\x0d\xbf\x05\x13\x85\x86\x8a\xbf\x99\x51\x68\xe8\x4e\x7e\x14\x1a\xba\x5f\x0c\x85\x86\x8e\xdf\x98\x17\x29\x0e\x7d\xae\x0f\x64\x6a\x93\xd4\x41\xfe\x40\xa6\x26\x16\x90\xbf\x48\xa6\x4d\x07\xe4\x22\xc5\xe1\x96\xba\x48\x71\xe8\xab\x21\x26\x4e\xe3\xcd\x37\x23\x26\x2e\xd5\x2c\x23\x26\xbe\x1f\xaf\x82\xc2\xae\x9e\x14\x62\xe2\x07\x3c\x3d\x23\x26\x4e\x3b\xdb\x37\x23\x26\x7e\xdc\xa6\x11\x13\x3f\xfa\x6a\x5b\xb7\xc0\xff\xe1\x16\x38\x1d\x10\x13\x3f\xa0\xf9\x79\xc3\x78\xcf\x1e\xe9\x16\x60\x3b\x42\xe3\xd7\xed\x08\xa5\x05\x6b\xf2\x32\x4a\x0b\x96\xe0\x66\x94\x16\xe8\x29\xfe\x66\x94\x16\xe2\xf6\x08\xb7\x80\xfc\x6d\x3e\xb8\x05\x44\x32\xf9\xe0\x16\xb8\x94\xa3\xb4\x10\xdd\x98\x51\x5a\x30\xfa\xcb\x28\x2d\x44\xfd\x46\x94\x16\xa2\xe3\x0c\xa5\x85\x08\x7e\x92\x51\x5a\x88\x9b\xf7\x82\xd2\x42\x3c\xfe\xd2\xad\x9f\xf7\x82\xd2\x82\xf5\xab\xf9\xd8\x42\xcc\x27\x03\x34\xd7\x7f\x3f\x80\xe6\xfa\xf6\xa8\x30\x28\x53\x95\x51\x61\xa8\x5e\x13\xa9\x85\xdf\x68\x45\x6a\xa1\x39\x96\x90\x5a\x68\x8e\x17\xa4\x16\x2c\xbd\xc9\x48\x2d\x58\x3f\x97\x2f\xac\x6f\x12\x3a\xf9\x12\xf4\x3b\xb2\x94\x61\x00\xea\xcf\x17\xd6\xb7\x2b\xca\x65\xdb\x74\x3e\x20\xd1\x30\xb5\x1d\x89\x86\x69\x64\x81\x44\xc3\xf4\x5d\x23\xd1\x20\xdb\xab\x20\xd1\xb0\xa9\x35\x28\x8f\xdb\xe6\xcb\x11\x8c\x70\xc6\x60\x79\x60\x84\xc3\x4e\x2a\x0f\x8c\x70\x46\x5d\x79\x60\x84\x77\x7f\x49\xd4\x8f\x43\x56\x1e\x18\xe1\x70\x64\xca\x17\x1d\x75\xba\x91\xbc\xe5\x8b\x8e\xb2\x7c\x8f\x82\x7c\x43\x99\x7f\x2d\xc9\x05\x65\x87\xc2\x22\x55\x1e\xb0\xe8\xdf\x25\xc1\xa2\xa7\x0f\x46\x17\xad\xe3\x39\xf4\x05\x58\x30\x0b\x1a\x10\x93\xe4\x7f\x41\x03\x62\x92\x2d\x2b\x68\x40\x4c\x76\xe2\x82\x06\xc4\xc6\x43\x29\xb6\x5a\xf2\xa1\x6d\xb5\x44\x50\x5c\x90\xc4\xcb\xaf\xe7\x90\x6c\x84\xc6\x5e\x90\xc4\xcb\xaf\x57\x81\x8d\x7b\xbc\xc3\x20\x3d\xc0\x2b\x43\x12\x6f\xe0\x31\x14\x80\x24\x24\xa6\xdf\x02\x90\xf4\x44\x6d\x60\xb7\x05\xce\x28\x00\x49\x74\x0c\x7c\x0b\x40\x52\x44\x4a\xa5\x00\x24\x25\x02\xb5\x02\x90\x24\x75\xbc\x00\x24\x49\x40\x2f\x02\x49\xa4\x2a\x8a\x40\x12\x93\xa3\x00\x24\x75\xbc\xa5\x02\x90\x24\x2d\xac\x00\x24\x59\xef\x55\x00\x92\xa4\x54\x15\x80\x24\x2b\xa7\x0a\x40\xd2\xf2\xcd\x0b\x24\xe1\x1b\x16\x02\x27\x9a\x71\xbd\x05\xb0\xe8\xf8\x55\x00\x8b\x5c\x22\x0b\x60\x11\x6a\xc6\x6f\x89\x06\xbe\x9e\x43\xcb\x0b\x6f\xa9\x10\x1d\xbd\xf8\x39\x85\xe8\x28\x10\x55\x15\xa9\x7b\x4c\xe2\x22\x75\x8f\x6d\xa5\x50\xf3\x54\x48\x71\x94\xe8\x56\xe5\x55\xbe\x65\x1e\x0d\xdf\xb7\x40\xeb\x53\x3d\xaf\x40\xeb\x2b\x40\x6a\x05\x5a\x5f\x61\x99\x2f\x50\xf7\x3a\x51\x5c\x81\xba\xd7\xa7\xe7\xd8\x8e\x1c\x59\x50\xf7\x26\x39\xcc\x02\x75\x6f\x3a\xe1\xa0\xee\x4d\x6d\x80\xba\x67\x21\x47\x49\x6e\x47\x1e\x91\x71\xc7\x2d\x28\x50\xf7\xf6\xe3\x39\x04\x91\x58\x42\x0a\x60\xd1\x71\x29\x00\x2c\x3a\x0d\xdb\x01\x8b\x0e\x4e\x42\x01\x2c\xfa\xbd\x79\x8b\x97\x9c\x7f\x16\x2f\x81\x2f\x14\xa2\xa3\xe4\x7c\x20\x3a\xa2\x91\xf0\x5b\x88\x8e\x68\xc2\xfb\x16\xa2\x23\x3a\xf1\xbd\xc5\xe8\xc8\x51\x4e\x74\xd4\x96\x77\x60\x89\xcc\xde\x9d\xc2\x98\xec\xff\xec\xc0\xe8\xfd\xbe\x25\x72\x38\x3e\x89\x8e\xc6\xef\x9a\x9b\x23\xbe\x11\xc5\x4b\x72\xc7\x0b\xc5\x4b\x0b\x16\x55\x21\x72\x12\x12\x2d\x44\x4e\xba\x52\x85\xc8\xe9\xa0\xd3\x51\x88\x9c\x0e\x8b\x70\x29\x46\x16\xbc\x6b\x22\x27\x0b\xe2\x0b\x91\xd3\x2d\xde\x81\xc4\xa8\xcb\x6e\x61\x19\x5c\x1e\xb1\xd6\x11\xf3\x94\xc2\x5a\x47\xca\xaf\x14\x14\x92\x5d\x5f\xbe\xe8\x28\x5b\x81\x58\xbe\xe8\x28\x6f\x36\xd1\x52\x8d\x2c\x38\x57\x8d\x2c\x98\x63\x08\x3d\xe4\xd7\x5f\x12\x59\xbc\xfe\xf2\x5b\xeb\xfe\x73\xb9\xff\x58\x92\xd1\x80\x28\xf8\x7f\x45\x0d\x08\x27\x15\x1a\x10\xc2\x35\x45\x0d\x08\xa7\x11\x1a\x10\x93\x4c\x4c\xa1\xd5\xd2\xe3\x24\xa6\xd5\x52\x78\xbd\x0a\x7c\x01\x72\x83\xc5\x56\x4b\xec\x69\xc5\x56\x4b\xdb\x3b\x50\x7f\x8f\x3f\x5d\x68\xb5\x64\xc2\xbd\xd0\x6a\xc9\x2c\x4d\x69\x2e\x21\x7c\x94\x06\x1e\x4b\x55\x7d\x69\xe4\xce\xdc\x48\x00\x84\x10\xf7\x7e\x0b\x80\x50\x81\xf6\x56\x00\x84\x0a\x01\x50\x01\x10\x6a\xc1\xfb\x75\x8e\xb0\x0f\x40\xc8\xba\xb4\x02\x20\xd4\x5e\xef\x0e\x73\xd6\xfd\x15\x40\xa8\xfb\x31\x01\x84\x68\x06\xf4\x16\x00\xa1\x89\x57\x57\x00\x84\x2c\x5f\x28\x00\x42\xbf\x6d\x0c\x4d\xbc\xed\x40\x46\x13\xef\x90\xa6\x29\x68\xe2\x9d\xe6\x2f\xf1\x14\xc9\xe9\x97\xae\xa7\xc8\x93\xa1\x89\x67\x71\x77\x11\x2c\x72\xc9\x02\x2c\x4a\x24\x12\x0a\x60\x51\x8a\xde\x6f\x72\xc4\xe4\x00\x2c\x4a\xd1\xff\x6d\x8e\x98\x2a\x80\x45\xc9\x6d\x0c\xb0\x28\x39\x6d\x01\x8b\x32\xbe\x61\x01\x10\xaa\xfe\x12\x40\xa8\x02\x83\x14\x00\xa1\x06\xcc\x5a\x00\x84\x9a\x9b\x1a\x80\x50\xcf\x9e\x43\x24\x3f\x79\x0e\x2f\xcb\xed\x08\x5a\x9f\x2a\x05\x05\x5a\xdf\x70\xf3\x85\xd6\x37\xdc\x44\x81\x8e\x68\x9c\xff\x16\xa0\xa3\xe9\x42\x04\x74\xb4\x1c\x21\x40\x47\x0b\x36\x75\x01\x3a\xda\xbe\x4f\xa0\x23\x65\x35\x0b\xd0\xd1\x76\x82\x03\x1d\x49\x43\x2b\x53\x2f\xcb\x6b\xe2\x65\x1d\xaf\xc2\x12\xa2\x73\x01\x74\x74\x89\x5d\x0a\xd4\xbd\x37\x7a\x44\x6d\x1d\xc8\x4e\x91\xba\xb7\xbc\x03\xd4\x3d\x02\xe6\x02\x75\xcf\xf2\xa1\xa2\x0a\x39\xe0\x62\x81\xba\xb7\x9d\x71\x50\xf7\x14\xe7\x2c\x50\xf7\x8c\x2c\xca\xd2\x5d\xf2\x7f\xe0\x27\xc1\xff\x81\x4b\xb8\x35\x52\xbc\x34\x5d\x06\xd1\x80\x78\x7c\x9f\x68\x40\xa8\x9e\x57\xd0\x80\x88\xc0\x97\x05\x0d\x88\xa4\x93\x87\x06\x84\x40\x7c\x59\x46\xe8\x3e\x0b\x3a\x1d\xce\xaa\x45\x84\x4e\x32\xb2\x6c\x78\x29\x44\x8d\x65\xbb\x4e\xf0\xd4\x44\x5c\x0f\xc0\x63\x21\xe2\x12\x58\x2d\xb6\x6f\xda\xfe\x12\x60\x5c\x9f\x99\x88\xab\xbb\x31\x13\x71\x75\x17\x61\x22\xae\xa9\x0d\xb4\x6f\x3a\x50\x12\x0a\x3d\x9a\x7e\x3e\x33\x3d\x9a\x7e\xdb\x03\x11\xd7\xd7\x83\xf4\xdf\x4b\x32\xc1\x58\x02\x53\x2e\x04\x5c\x95\x60\xac\x10\x70\x55\xf7\x98\xe3\x54\x61\x48\x1c\xa7\x0a\x83\x95\x80\x6b\xfc\x8e\x9c\x2a\x98\x4e\xc0\x65\xbd\x7f\x21\xe0\x9a\x2e\x83\x04\x5c\x8b\x40\xa6\x10\x70\xad\xe8\xfd\xd0\x8c\x73\x52\x11\x70\x2d\x07\x24\x01\xd7\x76\xb9\x26\xe0\xda\x04\x78\x85\x80\xeb\x42\xad\x29\x04\x5c\xd7\x8f\x49\xc0\x75\x5d\x3e\x09\xb8\x6e\xf7\x97\xe4\xf1\x96\xbf\x44\x11\xcc\xad\x03\x7a\x5e\xd0\x53\x84\x9e\xa7\x3e\x44\x81\x9e\x97\x5d\x88\xa0\xe7\x65\x3d\x61\xe8\x79\x45\x1f\x1d\x7a\x9e\x1c\x84\x62\x7d\x92\xfe\x26\xb0\xd2\x60\x52\xd5\xc7\x61\x96\x38\x62\x98\xe1\x07\x54\x20\xa7\xc5\x92\x55\xa1\xe7\x39\x08\x2a\xf4\x3c\x5a\x43\xbe\x15\x38\xea\x74\xaf\x02\x7f\x86\x25\xb2\xa2\x08\x61\xcd\x53\x45\x11\x42\x1d\xba\x8a\x22\x44\xe3\x3b\x54\x14\x21\x66\xf3\xc9\xc8\xf7\x93\xb5\xac\x0f\xad\x73\x9a\xff\x63\xb9\xfe\x3d\x27\xcb\x75\xf1\x97\x8c\x33\x2d\x7a\x0d\x98\xb9\xfb\x8b\x6c\x21\x13\xa0\xbe\xe4\x99\x59\x96\xea\x0b\x0b\x9b\x25\xb9\xbe\x8c\x33\x12\x09\xf5\xa5\x6f\x49\xf6\x9a\x83\x23\x7f\x39\x39\xe2\x4d\xbc\x30\xad\xc9\x6f\xd6\x2f\x3a\xea\xa7\x7b\xbf\xef\x39\x15\x59\xaf\x2f\xcb\x99\x77\x08\x30\x91\x71\x58\x2a\x4d\x6a\x33\x71\x4d\x25\x3a\x52\x72\xb3\x12\x01\x55\xc6\x60\x25\x02\xba\x38\x10\x95\x08\x48\x29\xf3\x0a\xac\xd4\xe0\xcf\xd4\xe0\xbb\xf6\x0e\x6c\xfd\x44\x5c\x55\x58\xc9\x6f\x2b\xac\xd4\x3d\x07\xac\xe4\x97\x06\x56\xa2\x03\xf7\x5b\x85\x95\x70\x89\x6a\xc4\xf3\xc6\x37\xac\x5f\x74\xd4\xd5\x08\xaf\x91\xe4\x04\xac\x91\x1a\xd9\x36\x81\x05\x6b\x64\x2d\x60\x65\xa8\xd1\xb5\x80\xfb\xd1\x86\xa9\x55\xaf\x09\x1b\x9e\x65\xb0\x46\xd9\xf0\x5e\x93\x9c\x7e\xf6\x9a\x7e\x23\x7f\xf9\x8d\x89\x4b\x04\x54\xc1\x87\xd4\x8a\xa9\xe0\x43\x74\xe9\x7b\x2b\x2a\x78\x07\x32\x5b\xa5\x11\xed\x24\xe1\x51\xa1\xc4\x29\x8b\x5a\xa1\xc4\xe9\xdf\x56\x28\x71\x8b\x85\xbd\x12\x01\x59\xa3\x50\x2d\x5e\xf2\xbd\x10\x01\x1d\xea\x34\xeb\xaf\x67\x92\x47\xb8\x28\xbf\x67\xc1\x45\xd1\x76\xf0\xa1\x56\xfd\x25\x55\x09\x8e\x09\xf0\x21\xf5\x44\x2a\x11\xd0\x0c\x7f\xf1\x92\x2b\xc1\x91\xc2\xf4\x15\xe1\xef\xc7\x89\x83\xf0\x77\x65\xd1\xa8\xd0\xe5\x66\xf7\x28\xf3\x60\xbc\x40\x83\x23\xf6\xe5\x4a\x70\x64\xb9\x6c\x25\x38\x1a\x2e\x21\x99\x9c\x70\xf7\x7e\x4c\xf7\xdf\x11\x3b\xce\xf0\x0e\xe4\xf8\x96\xff\x63\x4a\x13\x68\x57\x83\x1c\x72\xb4\x15\xda\xdb\x6f\x6a\x12\xe4\x24\xbc\x82\x4a\x90\x73\xd8\x02\x2a\xc2\xdf\x01\x98\xa0\x16\x9f\xd3\x73\x0c\x25\x17\x22\xe0\x21\xeb\x03\x2b\xf0\x90\x15\x81\x15\xe1\xef\xe5\x27\xfa\x02\xa0\x64\xad\x54\xfd\x02\xa0\x74\x5c\x50\x08\x80\x04\x4c\x2a\x01\x90\x95\x3e\xf5\x0b\x80\xb2\xe4\xa4\xfa\x05\x40\xe9\x38\x3c\xbf\x00\x28\x1d\x98\xac\xf5\x0b\x80\xd2\x49\x9e\x4b\xb4\xe6\xdf\x1c\xa1\x0c\xe0\x52\x00\x3c\xf4\x1b\x82\xc0\x43\x97\xac\x7a\xfd\xa2\x9c\xa4\x78\x4a\xfd\xa2\x9c\xac\xbe\x47\xfd\xa2\x9c\x74\x1e\xff\x37\xbf\xa3\xe0\x11\xf6\xb9\x30\x54\xec\x5b\x3e\xf5\xe1\x88\xef\xfe\x45\x39\x89\x6e\xe7\x6f\xa5\x0d\x93\xd2\x49\xb5\x29\x68\x8a\x45\xb4\x61\x92\x28\x55\x69\xc3\x14\xc9\xe9\x57\xda\x30\x55\x68\x76\x95\x36\x4c\x8a\xc7\x56\xda\x30\x99\xec\xa9\xb4\x61\x5a\xaf\xbf\xfc\x0a\x2b\x36\x5e\x5d\x05\x3a\x32\x78\xaf\xa8\xe0\xcd\xe9\x55\xbe\x6d\x53\xc9\xac\x8a\x0a\xde\x22\x64\xad\x40\x47\xc1\xcd\xa9\x61\x9f\x63\xa2\x61\x1f\x5e\x6b\xfd\xa2\x9c\x64\x68\x5d\x3b\xdf\x6f\x7b\x8e\xef\xe7\x52\xde\xf9\x7e\x3e\x4b\xe7\xfb\x81\x44\xd4\x2f\xca\x49\xca\x78\x56\x94\x1d\x82\xdf\x1d\x65\x07\x89\xa6\x15\x65\x87\xf8\x7a\x0e\x76\x52\xf2\x88\x36\x45\xc4\x82\xb5\xdb\xa6\x08\x1b\x50\x6f\x98\xcd\xbb\x93\x70\x84\x74\x57\x51\x6f\x58\x14\xfe\x54\xd4\x1b\x74\x7b\x2a\xea\x0d\xab\xfa\xcb\xc8\x11\x6f\x10\xf5\x86\xf3\x78\x8e\x3e\x3e\xf8\x8d\x15\x89\x06\x53\x31\x15\x89\x86\xeb\x08\x19\xba\x36\x1e\x7d\xdf\x28\xb8\x71\x7d\x51\x4e\x59\x00\x73\xf5\x8b\x72\xca\x72\xe3\x1a\x7c\xa3\xe4\xdd\x37\xe7\xb0\x0f\x89\x86\xff\x3f\x35\x09\x47\x92\x75\x15\xec\x28\x00\xd9\x57\xb0\x23\x49\x01\x15\xec\xa8\x13\xc9\x54\xb0\xa3\xe7\x77\x8e\x96\x6c\xce\xf7\x2f\xca\x49\xd7\xd9\xf1\x45\x39\xe9\xbe\xfe\xaf\x7e\x47\x8e\xc8\xc9\x1c\x73\xbe\x7f\x04\xb9\xa4\x66\x77\x9d\xcc\xb1\xfb\x57\xf5\x5e\xfd\x82\xa3\x74\x1f\x1f\x9a\xe9\xe7\x52\xf7\x05\x47\xe9\x3e\xde\xfc\x70\x03\x86\xd2\x17\x1c\x25\x9b\xad\xd4\x2f\x38\x4a\x17\xa8\xaa\x7e\xc1\x51\xb2\xf5\x4a\xfd\x82\xa3\xa4\x44\x78\xfd\x82\xa3\x74\xfd\x98\x8b\xe1\xa9\x87\xb2\x30\xdd\x01\x42\x5d\x93\x20\x4c\xa5\xae\x29\xfc\xae\x42\xdd\x96\x93\x11\xf2\x5c\x80\x59\x50\x21\xcf\xc5\xdf\xdd\x27\x03\x99\xcf\x07\x79\x4e\xc6\x66\x85\x3c\xf7\xfb\x44\x90\xe7\x92\x8b\x22\xe4\x39\xbb\x7c\xd4\x8d\xf0\x08\x41\x4e\xdd\x74\x10\x73\xc9\xfa\x82\xa3\x2c\x7c\x52\xbf\xe0\x28\x2b\xa0\x5f\xbf\xe0\x28\x77\x27\xf1\x66\x79\x71\xe8\x6e\x96\x17\x37\x99\x8d\xba\x08\x19\xc6\xfa\x05\x47\xb9\x93\xbb\xae\x1b\xad\xe1\xea\xfd\x06\x47\x3c\xe7\xa6\x83\x98\x1b\xd0\x46\x6b\x58\xdf\xf0\x0b\x9c\xf2\x6f\x90\x6f\xf2\x63\xc1\xa3\xcb\x14\xe3\xee\xc7\xe9\xc7\x1d\x0e\xf9\x7e\xad\x3d\x4c\x3f\x28\x6a\xf5\x38\xfd\xb0\xef\x8b\x9c\xf2\x6f\x14\x1c\xa6\x9f\x5b\xce\x17\x39\xe5\xeb\x94\xfe\x22\xa7\x6c\x59\x4e\xfd\x22\xa7\x7c\xb7\xe7\x26\xd3\xd6\xfb\x2d\x26\xaa\x4f\xb6\x39\xf2\xc9\xbe\xe9\x17\x74\x19\x28\x5e\x0a\x04\x86\x95\xe2\x25\xf3\xda\x95\xe2\xa5\xa0\x5b\x40\xf1\x52\x00\x86\xac\x14\x2f\x05\xfd\x77\x8a\x97\xe8\xab\xf8\x56\x8a\x97\x82\x0e\x04\x2d\x9a\x32\x59\xd2\x4a\x8b\xa6\x4c\xca\xa1\x12\x39\x65\x4a\x84\x2a\x91\x53\x8d\x1e\x81\x67\xe8\xfb\x12\x39\x55\x23\x12\x22\x27\x9b\x31\x54\x22\xa7\x1a\xbd\xfb\xe1\xc8\x3b\x5c\x8e\xbe\x37\xd1\x28\x6c\xaa\x24\x97\x1a\x85\x4d\x8b\x85\xa1\x51\xd8\xb4\x00\x5d\x9b\x2d\x9a\xc8\x10\x37\x5a\x34\xad\xec\x55\x32\xbf\xbc\x1c\x15\x8e\x06\x47\x95\x5f\x26\x8e\x48\x46\xe2\xff\x35\xc8\x7a\x7e\x87\x66\x81\x52\xf3\xe8\x5b\x06\x8d\x0c\x1b\x64\xbd\xc2\x88\x6c\x90\xf5\x06\xa3\xa7\x41\xd6\x53\x04\xb6\xa1\x97\xa7\x80\x7e\x43\x2f\x4f\x09\xfb\x86\x5e\x9e\x02\xfa\x0d\xb2\x5e\x20\xe5\xd0\x20\xeb\x85\xdf\x1d\x88\xf0\x92\xe7\x20\xb3\x31\x92\x1b\x91\xd3\x83\x14\x70\x23\x3a\x7a\xa8\x66\x68\x44\x47\x0f\x31\x64\x7b\x61\x3c\xb1\x6a\xb4\x00\xe3\x89\x34\x4d\x0b\x30\x9e\x70\x12\x5a\x80\xf1\x44\x8c\xdc\x02\xeb\x19\x33\xae\x7d\xd8\x51\xb2\x40\xbd\x05\xd6\xb3\xe2\x35\x59\xca\xd3\x5f\x24\xb8\x16\x58\xe5\xb3\x37\x68\x5c\xc4\x47\x61\x95\x67\x98\xb5\x2f\xa8\x4a\x97\x8c\x5f\x0b\x2c\xe5\x7e\xf6\x2f\xa8\x4a\xe6\x30\x5b\x60\x29\x07\xdb\x6f\x81\xa5\x9c\xd0\xa5\x05\x96\x72\x72\x75\x2d\xb2\x94\x3b\xcc\x22\x4b\x39\x03\xb2\x45\x96\x72\x26\x5c\x43\x76\xdc\x36\x30\x2d\x52\x82\x8b\x5f\xd5\xbe\xa0\x2a\x07\xfc\x87\x86\x24\xb9\x2d\x5b\x1a\x92\xe4\x21\x78\x15\x96\xeb\xc7\xff\xb1\x5c\x17\xef\xce\x72\x8d\xef\xdb\x90\x16\x4f\x00\x18\x0d\x69\xf1\xc4\xd4\x6c\x48\x8b\x27\x87\x20\x41\x55\x72\x20\x23\x2d\x9e\xc8\x76\x36\xa4\xc5\x13\x99\xc2\xf6\x05\x55\x39\xf9\x9c\x5f\x50\x95\x53\xf0\x97\x95\x73\xbc\xa5\x2f\xa8\xca\x74\x0a\x7f\xdb\x17\x54\xe5\xe4\x34\xfa\x82\xaa\x9c\x7c\xbb\x5f\x50\x95\x53\xf0\x7f\x8b\x23\x9f\x65\xf3\x4b\x9f\x9a\x7c\x23\x4b\x48\x4b\x6e\x39\x9c\xcb\x6c\x39\x04\xf6\x2d\xb3\xe5\x78\x87\xcc\x96\xa3\x45\x99\x2d\x07\xef\xac\x65\x3c\x5a\x12\x4f\xed\x8b\x9c\x72\x85\x65\xde\xbe\xc8\x29\x57\x47\x48\x66\xcb\x01\xc2\x6b\x99\x2d\x87\xbc\x6f\xcb\x6c\x39\xc3\x73\x6c\x39\x78\xd7\x2d\xb3\xe5\x0c\x7f\x89\x37\xd8\x7d\x6a\xbc\x41\x17\x86\x4c\xd3\xca\xe1\xfd\x68\x5a\x49\x82\xa5\x7d\xb0\x52\xee\x8e\x9e\x0f\x56\xca\x56\xef\xb5\x2f\xe2\xca\x9d\x90\xb5\x15\x4a\xa1\xbd\x66\xa1\x14\x9a\x64\x41\xfb\x22\xae\xbc\x7c\xd7\x85\x88\xc4\x51\x50\xf0\xd8\x89\x5d\x5a\xa1\x14\xfa\x77\xbf\xce\x91\xff\x1b\x1c\xf1\x96\x80\x9c\xe8\x65\xfd\x36\x20\xa7\xf5\xbb\x1f\x5b\x6a\xf3\x0e\x6c\xa9\x70\xa3\x1a\x11\x97\x6a\x18\x8d\x88\x6b\xc1\xe1\x6f\x95\x7c\x31\x14\xb5\x56\x09\xfa\xc9\xfb\xb6\x2f\xe2\xca\xc6\x43\xad\xb2\xdd\xfa\x2c\xd5\xed\x96\x67\xa9\x7a\xbb\x7c\x69\x22\xae\xa3\x0d\x15\x69\x7f\xad\x25\xe2\xd2\x21\x6b\x90\xf5\x74\xdd\x1a\x64\x3d\x55\xb3\x5b\xa5\x6b\x25\x6c\x9a\x06\x59\xef\x92\xd2\x6c\x34\xbe\xbd\xa4\x8c\x1a\x8d\x6f\x2f\xf4\xd1\x46\xc4\x75\xa9\x7b\x6d\x44\x5c\x97\xf8\xa4\x11\x71\x59\x75\xdb\x88\xb8\xac\xd7\x6b\x44\x5c\xd6\xee\x36\x22\x2e\xeb\x81\x1b\x11\xd7\x3d\xfe\x12\x77\x02\xa4\xac\x11\x71\x59\x1d\xdc\x68\x7c\x7b\x71\x54\x1b\x5a\x7a\x32\xbb\x1b\x11\x97\xe0\x77\x43\x4b\xef\x5e\xef\x80\x3b\x11\xbd\x26\xee\x44\xfb\x2b\x71\xd1\x90\x24\x0f\xbe\x78\x64\xc7\x83\x3b\x07\xb2\xe3\x81\xe0\xb6\x21\x3b\x6e\x85\x5e\x43\x76\xdc\x76\x2e\x0d\xd9\xf1\x00\x39\xa9\x21\x3b\x1e\xc8\xb6\x34\x64\xc7\x43\xf3\x7f\x04\x2b\x7e\x5a\x64\xc7\xcd\x81\x35\x64\xc7\x7f\x7b\x21\xb2\xe3\xc1\x25\x12\xd9\xf1\x50\x7d\x32\xe4\xed\xaf\x77\xb8\x1c\x71\xee\x0b\xc6\x4a\xf6\xa3\x0c\xf2\x7f\xb0\x32\xdb\x00\x11\x25\xb0\x68\x5f\x30\x56\x7e\x8b\xcd\x17\x8c\x95\xea\x02\xf6\x05\x63\x45\x2d\xde\xf6\x05\x63\xc5\x06\x51\xed\x0b\xc6\xca\x6f\x59\x22\x18\x33\x03\xd7\x08\xc6\x2a\x6c\xd5\x46\x30\x56\xdd\xc1\x09\xc6\x2a\xfe\x58\x23\x18\xfb\x2d\x60\x04\x63\xd3\x21\x88\x26\xde\x72\x20\xa3\x89\xb7\xdc\x0c\xd1\xc4\x53\xb6\xa6\xa1\x89\xb7\xf0\x5a\x1b\x9a\x78\xbf\xe9\x8e\x26\xde\x6f\x61\x40\x13\x6f\xf9\xfd\xd0\xc4\x5b\xc5\x73\x8d\x23\xac\x45\x13\x6f\x91\xa2\x6a\x68\xe2\x29\x8c\xd3\x26\x01\xa5\x63\x62\x12\x50\xba\x14\xa0\x97\xb7\x48\x43\x35\xf4\xf2\x16\x5e\x6b\x43\x2f\xcf\xc0\xb7\xa1\x97\x67\x3e\xbc\xa1\x97\xb7\x1c\x4b\xe8\xe5\x2d\x17\x45\x64\xc7\x95\xad\x69\xc8\x8e\x2b\x46\xd3\x90\x1d\x0f\x6e\xa9\xc8\x8e\x07\x0a\x40\x1a\xb2\xe3\x01\x60\xb5\x01\x39\x85\xe5\x2f\xe9\xdc\x48\x5e\xb4\x01\x39\x29\x92\xda\x80\x9c\xc2\xf4\x0e\x40\xd3\xcb\xe7\xfc\x92\x1a\x51\x6b\x81\x9c\x64\xa7\x37\x60\xa5\xe8\x62\x8a\xb6\x78\x76\x32\xa2\x2d\x9e\xf1\x99\x1b\xfa\xe1\xc5\xf9\x80\x7e\xb8\xec\xed\x06\x74\xf4\x10\x63\xb5\x8d\xbe\xb6\xf7\xfb\xa2\xa3\xf6\xf3\xf8\x80\x95\xcc\xe9\x37\x60\xa5\xe7\x77\x77\xca\x81\xfd\x0e\x9b\x3c\xf3\xef\x97\x74\x9c\x73\x4c\x1c\x3a\xce\x11\x9b\xb5\x43\xc7\x39\xdf\xfc\x17\x39\x35\x65\x35\xdb\xc1\xa3\x75\x0b\x38\x78\xb4\x6e\x16\x87\xba\x49\x47\xeb\x81\x70\x48\xaa\xa2\xa1\x11\x7e\xfd\x2a\x47\xaf\xd5\x23\x70\x09\x37\x43\x70\xa5\x67\xf8\x2c\x7a\xb4\x3e\x0b\x1e\xad\x9b\x28\xb8\xd2\xe3\x36\x0d\xae\x54\x74\x9e\xae\x1e\x2d\xcf\x72\xf5\x68\xb9\x1f\xb8\x92\xe0\x7e\xbb\x44\xe8\xba\x83\x17\x8f\x56\x47\xe0\xe2\xd1\xea\xb1\x5f\xdc\x56\xdf\xd2\xc5\x6d\x75\x95\xba\xb8\xad\x7a\xf3\x17\xb7\xd5\xd9\x71\x71\x5b\xdd\x80\x2e\x6e\xeb\x7f\x23\xf9\xdf\x4b\xf2\xc5\xa3\x75\x67\xbc\x78\xb4\x4e\xf0\x8b\x47\xcb\x82\xd9\x1f\x3c\x5a\x16\xa2\xfe\xe0\xd1\x76\xcf\xe9\xd1\x0e\x8e\x70\xe6\xbb\x47\x38\xf3\x50\x5d\xfa\x83\xe9\x0c\xc8\xfe\x68\x7a\xe3\x08\xd3\x19\x3c\xfd\xc1\xf4\xee\xfd\x30\x9d\xcd\xa2\x3f\x98\xce\x07\xeb\x0f\xa6\x33\x20\xfb\x83\xe9\xcd\x23\xec\x63\x58\xf7\x07\xfb\x58\xce\xfa\x83\x7d\x64\x5e\xfb\x6b\xee\xd3\x23\x54\x5f\xe1\x6d\x74\x88\x7c\x96\x96\x77\x88\x7c\x6a\x4e\x74\x1a\x36\xa9\x39\xd1\x69\xd8\x14\xc8\x3e\x76\x1a\x36\x85\xdf\x55\xf0\xca\xa3\x47\x78\xe5\x3e\x35\x4d\x99\x2c\x85\xe9\x34\x65\xa2\x9b\xf4\xdb\x81\x9c\xcc\x8e\x77\x20\xa7\xe4\x1b\xa4\x61\x53\xea\x1e\xe1\xb1\x6b\x3b\x0d\x9b\x6c\x49\xd3\x69\xd8\x94\xb4\x9d\x86\x4d\xf4\x96\x7e\x3b\x0d\x9b\xec\x5f\xd1\x69\xd8\x94\x58\x30\x3b\x0d\x9b\x12\x79\xdf\x4e\xc3\xa6\xc4\x12\xd9\x69\xd8\x94\x58\x76\x3b\x0d\x9b\x12\xbe\x53\xa7\x61\x93\x8d\x74\x3a\x0d\x9b\x52\xf1\x39\xb1\x8f\xd4\x41\xa7\x61\x93\x22\x8d\x9d\x86\x4d\x82\x84\x9d\x86\x4d\xf4\xb9\x7e\x3b\x0d\x9b\x04\x09\x3b\x91\x53\xb9\x9e\xa3\xa9\x16\xa4\xbb\x4e\xe4\x54\xbd\x3b\x91\x53\x65\x7b\xef\x44\x4e\x95\x4d\xa6\xd3\xcc\xa9\xfa\x5e\x68\xe6\x54\xd9\xb8\x3a\x51\x55\xc5\xb9\xe8\x44\x55\x0a\xef\x77\xa2\xaa\xda\x3c\xb7\x39\xc7\x3b\xa3\x99\x53\x65\x93\xe9\x44\x55\x95\x00\xb6\x13\x55\x09\x6d\x76\xa2\x2a\x9b\xdb\x76\xa2\x2a\x5b\xab\x75\xa2\x2a\x39\xbd\x9d\xa8\xaa\x4f\x8f\x88\x3a\xd8\x3a\x3a\x51\x55\x27\xf5\xd3\x89\xaa\x3a\xe2\x3e\x9d\xa8\xca\x2a\xb5\x4e\x54\x45\x2f\xeb\xb7\x13\x55\xd9\xae\xad\x13\x55\x75\x08\xb1\x9d\xa8\xaa\x3b\x76\x89\xaa\xec\x73\xdd\x89\xaa\x3a\xc0\x55\x27\xaa\xb2\x2a\xa1\x13\x55\xc9\x32\xea\x44\x55\x82\x68\x9d\xa8\xaa\x83\x36\x74\xa2\x2a\xfa\x71\xbf\x9d\xa8\xaa\x43\xfc\xec\x44\x55\xd3\x77\x46\x54\x35\x1d\x91\x44\x55\xc2\x9e\x9d\xa8\xca\x86\xb9\x9d\xa8\x6a\x25\xaf\x49\xd4\x91\xbc\x26\x51\x07\x79\xe6\x4e\x54\xb5\x86\xbf\x24\xea\x60\x99\xef\x44\x55\xcb\x77\x4d\x54\xb5\x60\xda\x74\xa2\xaa\x05\x39\xb0\x13\x55\x2d\xca\xcd\x3a\x51\xd5\xea\xfe\x92\xa8\x8a\xc2\xad\x6e\x54\x35\xf6\x1f\x4b\x72\x37\xe0\x22\xdc\xeb\x06\x5c\x00\x6c\xdd\x80\x8b\xbd\xa9\x1b\x70\x41\xe5\xe9\x06\x5c\xc3\x87\xc6\x74\x3f\xa6\x01\xd7\xd4\x3c\x4d\xf7\x1c\xbd\xc6\x00\x22\x3a\x01\xd7\x21\x01\xde\x09\xb8\x0e\x61\x7e\x27\xe0\xba\xec\x77\x9d\x30\xca\x42\x80\x2e\x70\xe5\xd2\x53\xcd\x5a\xf2\xaa\x0d\xa3\x1c\xe4\x86\x51\xdb\x73\x84\x51\x04\xe8\x9d\x16\x4d\x4f\xf0\x97\x9b\x23\x9e\x93\x9a\xa7\xe7\xf7\x2c\x9f\x8f\x27\x67\xb9\x53\xf3\x64\xf9\x71\xa7\xe6\x49\xcf\xa6\x53\xf3\xf4\x10\x26\x76\x6a\x9e\x1e\xad\xa5\xe6\xe9\x61\x5f\xee\xd4\x3c\x59\x83\xd4\xa9\x79\x7a\x48\xb7\x74\x6a\x9e\x1e\x40\x83\x4e\xcd\xd3\x13\xbc\x7b\xe7\x0e\x3c\x35\xc0\xd5\x43\x56\xbd\x1b\x46\x05\xaf\x82\x7d\xaf\xf7\xc3\x3e\x98\xc1\x9d\x30\xea\x71\xf2\x13\x2b\x59\x5e\xdd\x69\xdf\xf4\x90\x60\xe9\xb4\x6f\xb2\x93\x6f\x37\x8e\xc2\xab\xeb\xc6\x51\xc3\x23\xe2\x28\xa7\x98\x71\x14\x81\x68\x37\x8e\x72\x53\x33\x8e\x72\x9c\x19\x47\x39\x7a\x8c\xa3\x96\xe7\x88\xa3\x9c\x46\xc6\x51\xc0\x74\xdd\x38\xca\xa9\x62\x1c\x45\xd9\x79\x27\x8e\x0a\x43\x8b\x88\x05\x1d\x91\xc4\x51\x01\x60\xa7\x1b\x47\x69\x91\x71\x94\x13\x8e\x38\x4a\xf5\xc3\x4e\x1c\x65\x87\xf1\x4e\x1c\x95\x01\x2c\x3b\x71\x54\x01\x23\xe9\xc4\x51\x05\x54\xa4\x13\x47\x95\xc7\x6b\x02\x3c\x5e\xaf\x49\xc9\x3d\xf0\x65\x27\x8e\x92\x93\xdd\x89\xa3\xec\x76\xde\x89\xa3\x0a\xe9\x81\x3e\x8c\x13\x3d\x77\xb9\x1f\xef\x9a\x18\xab\x38\x26\x88\xb1\x0a\xac\xf6\x4e\x8c\x55\x1d\x9f\xc4\x58\x36\xf3\xec\xc4\x58\xd5\xcd\x97\x18\xcb\x66\x4e\x9d\x18\xab\xea\x40\x10\x63\xfd\x36\x27\x62\xac\xdf\x06\x44\x8c\xa5\x4a\x63\x27\xc6\xaa\xcd\x5f\x12\x27\xe2\xf2\x75\x62\x2c\x3b\xcd\x74\x62\x2c\x65\x5f\x3b\x31\x96\xed\xa2\x3a\x31\x56\xd5\x81\x20\xc6\x52\x4a\xb6\x13\x63\xd9\x4a\xaa\x13\x63\x55\x62\x89\xbe\xb4\x8f\xb7\x0b\xad\xef\xb7\xfd\x2d\xed\xf3\x7f\xd8\xa0\x4b\x84\xee\xf8\x24\xa9\xd8\xd1\x1d\x97\xf6\xd6\xd1\x1d\x9f\xae\x36\xe8\x8e\x4f\xd7\x17\x74\xc7\xd7\xeb\x1d\x88\x13\xdd\x3a\xd0\x1d\x5f\xe7\x2f\xbd\xe4\x8e\xea\xc3\x42\x61\xad\xa3\xfa\xb0\xc8\xcb\x74\x54\x1f\xd4\x97\xea\xa8\x3e\xfc\x96\x5d\x54\x1f\x16\x00\x4d\x47\xf5\x61\x39\x35\x11\xe4\xb3\x6e\xbf\x23\xc8\xb7\xa6\x47\x84\xc8\x04\xe8\x1d\x45\x88\x05\x7e\xdf\x51\x84\x58\xee\xfc\x28\x42\x2c\xf7\x65\x14\x21\xd6\xf2\xee\x98\x7e\xbc\x1f\xa6\x5f\xaf\x82\xe9\x64\xa8\x3a\x8a\x10\xaa\x62\x75\x14\x21\x96\x8b\xc6\x31\x44\xe6\x7e\x88\xf5\xfd\xb6\x9c\x63\x0a\x80\xe7\x44\x2d\x42\x4d\xae\x8e\x5a\xc4\x72\xe7\x47\xac\x6f\x47\x8f\xb0\x6f\x79\x15\xed\xc3\xf6\xa3\x7d\xfe\x12\xfb\xf4\xea\x8e\xf6\x31\xcc\x8e\xf6\x79\x0e\xfb\x5c\xdc\x90\x24\x17\x96\xe8\x28\x49\x3c\x4e\x00\x94\x24\x1e\xa7\x18\x4a\x12\x8f\x43\x02\x25\x89\xc7\xc9\x81\x92\x84\x72\x37\x1d\x25\x89\xc7\x61\x8d\x92\xc4\xd3\xfd\x25\x6a\x18\x6e\x7f\x28\x49\x3c\x46\x40\x28\x49\x58\x10\xdf\x51\x92\x08\xc6\x4a\x28\x49\x04\x3d\xa9\x6b\x0a\x80\x71\x86\x5c\x79\xd8\x3e\xf5\xe1\x1c\xd6\x42\x07\x0c\x70\x17\x06\x74\x40\x3b\xaa\x0c\xe8\x80\x81\x51\x37\xa0\x03\x06\xd8\x0a\x03\x3a\x60\x58\xfe\x8f\x92\x58\xde\xd9\x80\x0e\x18\x87\xff\xa3\x24\x76\x78\xae\x72\xb4\x39\x6a\x1c\x15\x8e\x90\x63\x1f\xde\x1d\x56\x2d\x9e\xd4\x00\xf0\xb2\x1c\x7f\xa0\xd6\x17\xbb\x57\x91\x7d\xef\x11\x74\x47\x72\x9f\x03\xc0\x2b\x83\xd0\x0c\x00\xaf\xcc\xd2\x33\x50\xa7\xc8\xdd\x5f\xa2\xc8\xc7\x96\x33\x54\xe4\x23\x21\x37\x54\xe4\x43\x43\x71\xa8\xc8\x47\x22\x6f\xa0\xc8\x57\x48\xcf\x0d\x15\xf9\xae\xd7\x44\xed\xe3\x7a\x3f\xd4\x3e\x18\x83\x43\x45\x3e\x36\x8b\xa1\x22\x1f\xd9\xd5\xa1\x22\x1f\x11\xc9\xa0\x90\xaa\xc3\x32\x1a\x14\x52\x75\x30\xa0\x41\x21\x55\x27\xd9\x33\xa0\x0a\x0e\xe2\xe0\x41\x21\xd5\x60\xf1\x1e\x14\x52\x59\x05\x31\xa0\x11\xae\xea\xff\xa0\xaf\xb1\xe5\x0c\xd4\x29\x9e\xe8\x39\xd2\x3b\xcd\xfb\x91\xde\x61\xd3\x1e\xd0\x08\x1f\x3c\xd3\x01\x8d\xf0\x99\xde\x9d\xf4\xce\xf4\x2a\xa4\x77\xfc\xee\xd2\x08\x81\xf0\x06\x34\xc2\xe0\x97\x46\x9d\x22\x2c\x8f\x48\xef\x20\x2c\x36\xa2\xe9\x1d\xde\x92\x1a\xe8\x7e\x3f\x8a\xac\xec\xc7\x38\x28\xb2\x0a\xf3\xaf\x52\x91\x61\xfd\x15\x9e\xf0\xa0\xfe\x4a\x9f\x64\x50\x7f\x65\xd8\x3d\xa8\xbf\x0a\xdd\x73\x08\x8f\x4c\x1f\x65\x72\xc4\x90\xa7\xfe\xca\x66\xe0\x83\xfa\xab\xe0\x04\xa0\xfe\x4a\xef\x65\x20\xab\x1e\x58\x92\x07\xb2\xea\xc1\x89\x43\x6d\x96\xf9\xbf\x41\x6d\x96\x9e\xd4\xa0\x36\xcb\x1a\xf4\x41\x6d\x56\x21\xbc\x1c\xd4\x66\xd9\xa4\x65\xc0\x3e\x94\x9f\x3a\x60\x1f\x0a\x28\x0c\xea\xaf\x2e\xcb\xc4\xa0\xfe\xea\x6e\xef\x87\x2c\x37\x4b\xeb\xa0\xfe\xea\x6e\xaf\x82\x22\x18\xec\x81\x41\xfd\xd5\x85\x86\x36\x60\x1f\x3e\x84\x89\x03\x8a\xe1\xe3\x7b\xa1\xfe\xea\x71\x8a\x51\x7f\xf5\xe0\xf1\x0d\xea\xaf\x1e\x96\xeb\x01\xc5\xd0\x5e\xd6\x03\x8a\x61\xc1\x8f\x1b\x50\x0c\x0b\xe9\x8f\x01\xc5\xd0\x2e\x0a\x83\xfa\xab\x92\xbc\x26\xe9\x1d\x6d\xc8\xa4\x77\x9c\x2a\x99\xf4\x8e\xd6\x66\xd2\x3b\xbf\xa7\x26\xbd\xb3\xbc\x3b\xe9\x1d\xdf\x52\x21\x7d\x45\xa8\x3b\x0a\xe9\x2b\x97\xc8\x42\xfa\xca\xc5\xb4\x90\xbe\x62\x43\x1f\x85\xf4\xd5\xf4\x2a\xa4\xaf\xb4\xbd\x90\xbe\xda\x9e\x23\x7d\xc5\x36\x36\x0a\xe9\x2b\xdf\x7c\x21\x7d\xe5\xa8\x2b\xda\xc7\x3b\x2b\xd8\x37\xbd\x1f\xf6\x1d\x9f\x65\x93\x5c\xf2\x39\x0f\x47\xfe\xf2\x8b\xdb\x7e\x13\x8e\xb8\xed\x37\x22\x89\xdb\xa2\x6f\x9e\xb8\x2d\x92\x61\x1c\x00\x65\xe6\x92\x07\x40\x99\x3a\x2b\x03\xa0\x2c\xe2\xab\x0d\x22\x3c\xf5\x52\x06\x11\x5e\xd2\x06\x22\xbc\xe4\xec\x20\xc2\xb3\xc9\xf0\x20\xc2\xb3\xc3\xf1\x20\xc2\xb3\x66\x74\x00\x94\x25\x67\x07\x8a\x7c\xf1\xf1\x7f\xa4\x85\xa6\x4f\x46\x5a\xc8\x39\x0d\x50\x66\xa9\xd6\x00\x28\x4b\xce\x2a\xc0\xb0\xe4\x42\xd4\x4c\x6d\x79\x44\x6a\xcb\xb5\x00\x30\xcc\x36\xc6\x03\x30\xcc\x1e\x38\xa3\x99\xda\xf2\x1c\x36\x6c\xcf\x61\x83\xa3\x1c\x30\xac\xba\x44\xd2\x3c\xaa\x3a\xfb\x69\x1e\xa5\x97\x3c\x68\x1e\x55\x7d\xd7\x34\x8f\xaa\x6e\x7f\x34\x8f\xaa\x2e\x7c\x34\x8f\xd2\xdb\x1d\x34\x8f\xd2\x63\x1f\x50\x0c\x6d\x4b\x36\xa0\x18\xea\x4f\x0f\x28\x86\x76\x15\x19\x50\x0c\xab\x0b\x2d\xcd\xa3\x6a\xf7\xdc\x67\x83\x22\xb0\x43\xfa\xa1\x6f\x5e\xfa\x21\x64\x89\x01\xfd\xb0\x03\x2e\x0e\xe8\x87\xff\xf9\x8f\x7f\x2c\xc9\x30\x13\x3b\x7e\xf1\x80\x99\x38\xc0\x0f\x07\xcc\x44\x85\xd4\x07\xcc\x44\x3b\x9d\x0d\x98\x89\xdd\x3d\x14\x66\xa2\x3d\x9b\x07\xcc\x44\xab\x5d\x86\xcd\xa3\x08\x9c\x06\xcd\xa3\x3a\xa8\xe7\xa0\x79\x54\xc7\xbf\x1d\x34\x8f\xea\xee\xc4\x34\x8f\xb2\x5f\xda\xa0\x79\x54\xc7\x6f\x1c\x34\x8f\xb2\xd7\xf3\x18\x98\xae\x57\x30\x30\x1d\xbc\x79\x4c\xec\xa3\xe0\x71\x4c\xb2\x5e\xbe\xce\x89\x7d\xf8\xda\x63\x82\xb5\xbb\x91\x20\xab\x6e\xd9\xf2\x40\x56\x5d\xdf\x7e\x20\xab\xbe\xb6\xbf\x24\xf5\xa3\x77\x86\xac\xfa\x72\x81\x46\x56\x7d\xb9\x9c\x21\xab\xbe\xb4\x88\xda\x2c\x3d\xef\x41\x6d\xd6\xd2\xe3\xa3\x36\x6b\xb9\x28\x52\x9b\xa5\xaf\x3d\xa8\xcd\xb2\xf5\xec\xa0\x36\x6b\x39\xc5\xa8\xbf\xd2\xd7\x1e\x48\xa7\x2f\x32\x77\x03\xe9\x74\xe3\x8c\x01\xc5\x70\x91\x6f\x1c\x4a\xa7\x6f\xff\x87\x0d\xfa\x55\x4a\xa7\xeb\x49\x29\x88\xae\x37\x01\x71\xf0\xc0\xf0\x18\x10\x07\x8f\x13\x0e\xe2\xe0\x71\x8a\x41\x1c\x3c\x4e\x62\x88\x83\xc7\x69\x04\x71\xf0\xe8\xd9\x40\x1c\x3c\x4e\x0e\x88\x83\x96\x13\x0c\x88\x83\x97\xc4\xcc\x80\x38\x28\x01\x69\x40\x1c\xb4\x77\xf6\x20\xfe\x7a\xa2\xff\x23\xbd\xe3\x16\x47\xfc\xf5\x64\x9f\x8c\xf4\x8e\x4b\x08\xf1\x97\x05\x20\x83\xf8\xeb\x49\x3e\x0b\xe9\x1d\x27\x1c\xf1\xd7\x43\x9e\x72\x10\x7f\x3d\x2e\xf3\xc4\x5f\x0f\xaa\x0f\x83\xf8\xcb\xda\xd6\x41\xfc\xf5\xc0\x36\x19\xc4\x5f\x8f\xfe\x26\xf1\xd7\x03\x73\x69\x1c\xd3\x57\x3c\x27\xf1\xd7\xe3\xb6\x42\xfc\x65\x55\xdc\x20\xfe\x7a\xc8\xe9\x0f\xe2\x2f\x7b\x58\x0e\x89\x83\x8e\x09\x88\x83\xbf\xc5\x1b\xe2\x60\x24\x51\x32\x24\x0e\x3a\x8f\x20\x0e\x46\xb8\x19\x03\xe2\x60\x24\xc1\x32\x24\x0e\x1e\xff\x47\x8a\xca\x11\x02\x71\x30\xc2\x7f\x1f\x10\x07\x23\x09\xb2\x61\xc9\x95\x23\x0b\xe2\x60\x70\x65\x80\x38\x18\x5d\x7b\x20\x07\x06\xd7\x17\xc8\x81\x36\xda\x18\x90\x03\x03\xde\xf5\x84\x1c\x68\xf7\xc9\x09\x39\x30\xc3\x16\x9a\x90\x03\xed\xc0\x33\x21\x07\x2a\x1a\x3c\x21\x07\x66\x80\xc7\x09\x39\xb0\xc0\x83\x9e\x90\x03\x4b\xf0\x2a\xa4\xa1\x48\x5b\xce\x87\x34\x14\x1e\xfb\x7c\x10\x73\x20\xc9\x37\x1f\xd2\x50\xc1\xab\x90\x86\x0a\xfe\x8f\x34\x54\xfc\x8b\x71\x31\x1f\x32\x54\x41\xf3\x0e\x7f\xf3\xa1\xcd\x50\x7d\x9f\x6f\xbe\x64\xa8\xc8\x99\xce\x97\x0c\x15\x83\x7c\x7e\xe1\x57\x29\x4c\x95\x89\x56\x85\x55\x7f\x13\xad\x0a\xe5\xf2\x26\x5a\x15\xaa\x04\x4f\xb4\x2a\x54\x10\x9e\x68\x55\x28\x7b\x32\xd5\xaa\xc0\xaf\x9a\x68\x55\x18\x7e\xcd\x97\x2c\xd4\xf6\x88\x2c\x14\x7e\xce\x7c\xc9\x42\xe1\x23\xcc\x97\x2c\x14\xbe\xe1\x0c\x64\xa1\x18\x4a\x93\x6a\xac\xca\xf6\x30\x03\x59\x28\x96\xa5\x19\xc8\x42\x4d\xff\x47\x16\x0a\x7f\x73\x06\xec\xc3\xc7\x9b\x41\xfb\xb8\x5f\xc0\x3e\x86\xd9\x0c\xd8\xc7\x86\x37\x03\xf6\x1d\xff\x87\x7d\xf8\x63\x33\x60\x1f\x3e\xde\x0c\xd8\xb7\xfc\x1f\xf6\x1d\xef\x80\x7d\x0e\xc1\x80\x7d\xf8\xb7\x33\x62\x1f\x9b\xe1\x8c\xd8\xc7\x22\x3c\x23\xf6\xb1\x01\xcd\x88\x7d\xcb\x5f\x62\x1f\x9e\xd4\x8c\xd8\x77\xfc\x1f\xf6\xb1\x91\xcc\xa8\x7d\x7c\xb1\xa8\x0d\x58\x14\xb1\xe1\x78\x4e\x1b\xfc\x1f\x8c\x12\x90\x81\xf9\xc5\x4a\x65\x36\x9f\xfa\x72\xc4\x77\x48\x34\x47\xc0\x73\x9b\x89\xe6\x08\xdb\x23\x9b\x23\x70\x15\xab\xb8\xd8\x7c\xe7\x07\x7f\x15\xbb\x9f\xcc\x64\x3a\xc9\x6b\x36\xce\x61\xfb\x17\x2b\x95\x0d\x57\x7d\x7e\xb1\x52\xd9\x44\x1d\xf3\x8b\x95\x8a\x12\xb4\xf3\x8b\x95\x8a\x3d\x54\xe6\x17\x2b\x15\x85\x94\x66\x32\x9d\xe4\xd1\xe5\x7f\xbc\x89\x2f\x56\x2a\x9b\xcc\xf2\xfc\x62\xa5\xb2\xc1\x25\xe6\x17\x2b\x95\xed\x1c\xfb\x62\xa5\xb2\x5f\x8f\x12\x47\xcc\x9c\x2f\x56\x2a\x9b\x45\x6a\x66\xec\x73\x36\x66\xec\x63\x29\x9f\x19\xfb\x1e\xff\xa7\x7d\xbc\x89\xac\x7d\x8c\x9e\x8c\x7d\x8f\xcf\x89\x7d\x2c\x9f\x33\x63\x5f\xf2\x7e\x87\x73\xfe\x0f\xfb\xd8\x8a\x67\xc1\x3e\xb0\x8e\x59\xb0\x8f\x5c\xf9\x2c\xd8\xe7\x42\x54\xb0\x8f\xfc\xfb\x2c\xda\xe7\x55\x48\x97\x39\x53\x8b\xe9\x32\x9e\xa5\x90\x2e\xc3\xf3\x9e\x85\x74\x19\x00\xe2\x2c\xa4\xcb\xa6\x57\x81\x3f\x3d\x3c\x87\x6e\xcd\xf0\x7e\xa4\xc4\x5c\xa0\x2b\x69\x2f\x72\xe5\xb3\x92\xf6\x22\x0a\x98\x95\xb4\x17\x8c\xa0\x59\x49\x7b\xb1\xa9\xcd\x0a\xb3\x07\x27\x68\x56\x98\x3d\xae\x1a\x15\x66\x0f\x49\xa9\x59\x61\xf6\xb8\xbe\x54\x98\x3d\xae\x28\x88\x4e\x7c\xad\x91\xff\xbd\x24\xab\x47\xe1\xf4\x53\x8f\xc2\x45\x03\x3d\x8a\x48\x66\x72\xa2\x47\x11\x9d\xc4\xe8\x51\x44\x17\x14\xf4\x28\xd4\xc1\x9a\xe8\x51\x44\x97\x41\xf4\x28\xac\xcd\x9a\xe8\x51\x44\x27\x1c\x7a\x14\xd1\x85\xaf\x91\xf1\x23\xcc\x9f\x8d\x8c\x9f\xe6\x35\x32\x7e\xee\x69\x8d\x8c\x1f\x7e\xe3\x6c\x64\xfc\xfc\x7c\x88\xfc\xa9\xd0\x35\x11\xf9\x8b\x2e\x4b\x88\xfc\xc5\xe9\x73\x62\x9f\x8b\x46\x33\xe3\x87\x7d\xcd\x06\x8c\x5c\x13\x91\xbf\xec\x96\x83\x90\x5f\x26\xd9\x33\x11\xf2\xfb\xed\xbd\x08\xf9\xd9\x4b\x77\x22\xe4\x67\x43\xd2\x89\x90\x5f\x75\xe8\xa2\xc1\x27\xd0\x32\xd5\xe0\x73\x61\x57\x83\x4f\x3f\x00\x0d\xbe\xe2\x32\x88\xce\x5e\x83\xe1\x3b\xbf\x68\xa5\xaa\x27\x37\xd1\xd9\x6b\x0e\x79\x74\xf6\x9a\x13\x0e\x9d\xbd\x86\xd7\x33\xd1\xd9\x6b\x4e\x15\x74\xf6\x9a\x13\x15\x9d\xbd\xf6\x7a\x34\xc9\x1b\x7a\xf7\xc5\x11\x6f\xe9\x8b\x56\x6a\x87\xc8\x37\xd1\xe0\x93\x21\x30\x87\xf9\x46\x6c\xa7\x8e\xca\x3e\xd0\x73\x9a\x6f\x64\x79\xb1\x8e\x0a\x3f\x6e\x4e\x3a\x80\xb8\x08\x4f\x84\x9b\xdc\x9c\xbe\x68\xa5\xda\x80\x67\x4e\x3a\x80\x54\xcf\xd1\x01\x84\xec\xf1\x9c\x88\x33\x01\x08\xcd\x2f\x96\xa8\xbf\x85\xe8\x03\x84\xea\x6f\x09\xf9\x00\xa1\xfa\x5b\xce\x20\xdd\xc9\xa2\x9f\x90\xee\x6e\xf7\x1c\x5a\xc3\x00\x50\x13\xd2\xdd\x75\xd4\xa1\x9e\xf7\xb8\x80\x2d\x32\x9a\x40\xa2\x13\xf5\x3c\x3d\xf6\x89\x7a\xde\xe3\xb6\x82\x7a\xde\xe3\x48\x46\x3d\xef\x71\x93\x41\x3d\xef\xd1\x22\xd4\xf3\x1e\xe7\x18\xea\x79\x8f\xf3\x4f\x2d\x07\xa2\xb8\xa9\x96\x83\xf3\x0f\x2d\x87\xc7\x39\x8d\x96\xc3\x43\x3a\x69\xa2\xe5\xf0\xe8\x04\xa1\xe5\xf0\xb8\xf4\x48\xc8\xf3\x8b\x49\xc8\x5b\xfe\x0f\xfb\xfc\x62\x12\xf2\x88\x0c\xa7\x84\x3c\x57\x14\x09\x79\x7e\x69\x08\x79\xea\x66\x4c\x09\x79\xfa\xa2\x12\xf2\x48\x39\x4c\x09\x79\x3e\xa7\x84\x3c\x62\xdd\x29\x21\xef\x7a\x2e\x91\xb4\xe1\xee\x87\x8c\xad\x4b\xe4\x17\x75\x34\x3d\xef\x09\x59\x2f\x68\x11\x64\xbd\xe8\xd6\x08\x59\xef\xb7\x98\x1e\xd2\xb2\x8e\xc1\x43\x5a\xf6\xfa\x64\xa4\x65\x5d\x27\x0e\x69\xd9\xa3\x0d\xa4\x65\x75\x3f\x0f\xf6\x11\x75\xcc\x2f\x22\x69\x5f\xbc\xf0\xef\x25\xf9\x62\xba\x93\xff\x6a\x3a\x8f\x72\x35\x1d\x83\x2e\xc9\x6a\x7d\xa0\xab\xe9\x3c\xe6\x25\x23\xed\x50\xba\x98\xee\x12\x72\xc9\x48\x93\x64\x98\x57\xd3\xf9\x44\x5f\xb0\xd2\x0a\x34\xbb\x79\x51\x04\xab\x5e\x13\x45\x30\x32\x77\xf3\xa2\x08\xe6\x2e\xf6\x05\x32\xad\xb9\xfb\x7d\x81\x4c\x53\xc3\x77\x7d\x81\x4c\x53\xc4\x66\x7d\x81\x4c\x6b\x40\x4e\xeb\x0b\x64\x5a\x83\x7f\xbb\x1e\xd4\xc2\xc8\xa7\xae\x2f\x90\x69\x03\xcf\x66\x7d\x81\x4c\x1b\x8f\x57\xf9\xec\x53\xc8\x6f\xa1\x0f\x21\xc9\x7c\xa1\x0f\x21\x1d\x7d\xa1\x0f\x21\x71\x7d\xa1\x0f\x71\x79\x2f\x4b\x7d\x88\xeb\x2f\xe1\x61\x42\x16\x5a\xe8\x43\x3c\x6c\x39\x0b\x7d\x08\xa7\xc3\x42\x1f\xc2\x29\xb6\x5e\xb3\xd5\xdc\x01\x7d\x08\xa7\xf4\x42\x1f\xe2\x61\x93\x59\x2f\xd9\x6a\x26\xf1\x7a\x69\x22\x49\xde\x77\xa1\x1d\xf1\x6a\xfb\x4b\xb6\x3a\x7b\x8e\x6c\x35\xa5\x29\x0b\x5d\x89\x42\xc5\xd5\x42\x57\xa2\x64\xff\x37\xf8\x25\x6f\x17\x5d\x89\xe2\x77\x80\xe4\x27\x87\x64\x41\xf2\x7b\x1e\x6d\x38\x1c\xf9\xd4\x97\x5f\x72\x4d\x48\x7e\xf2\x4b\x16\x24\x3f\xd5\xfa\x16\x24\x3f\x35\x75\x97\x95\x53\x0c\xf9\x65\xe5\x14\x13\x67\x41\xf2\x93\xdd\xb2\x20\xf9\xb9\x28\x2e\x48\x7e\xf2\x59\x16\x44\x3e\x59\x31\x0b\x22\x9f\x6c\x93\x05\x91\xef\x09\xde\x1d\x1b\x82\xbf\xc4\x86\xe8\xdd\xb1\x01\x06\xec\x82\xc8\xf7\x40\x85\x5c\x10\xf9\x1e\x36\xc3\x05\x91\xef\x85\x9d\xbe\x2c\x81\x62\x21\x5a\x96\x40\x01\xc8\x2e\x88\x7c\xf6\x5a\x5f\x90\xf5\xec\x26\xbd\x20\xeb\xd9\x31\x7a\x41\xd6\xb3\x8e\x71\x41\xd6\x0b\xbf\x3b\x2c\x8e\x78\x9f\x94\x40\x05\x18\xf6\x8b\x12\x28\x6b\x1c\x17\x64\xbd\xc0\xf2\xb9\x20\xeb\x99\xb8\x58\xc9\xcc\xb9\x47\xdf\x73\x66\x02\xf4\x65\x09\xd4\xf1\x2a\xdf\xbb\xce\xbe\x4f\xc8\x7a\xf9\xf5\x1c\x59\xe7\xe3\x39\xb2\xce\xac\x0c\xcb\x12\x28\x56\x94\x05\x59\x2f\x13\x3d\x2c\x4b\xa0\x58\xca\x17\x64\xbd\xec\x4c\x85\xac\x97\xd9\x60\x17\x64\xbd\xc4\xd2\xba\x20\xeb\x65\xa2\x8e\x05\x59\x2f\x3b\x06\x21\xeb\xd9\xa5\x6f\x41\xd6\xcb\x38\x48\x0b\xb2\x5e\xba\x5e\x85\xcc\xb9\xb3\x18\x42\x5e\xf6\xbd\x40\xc8\xcb\x6c\xf6\x0b\x42\x5e\x7e\xfc\x1f\xc4\x48\x9c\xd8\x05\xe9\xae\xc5\xf0\xc7\x92\xbc\xe0\xe3\x55\x27\x3f\x7c\x3c\x5b\x18\x2d\xf8\x78\xa6\x15\x16\x7c\x3c\xc3\xe0\x05\x1f\xcf\x3e\x0d\x0b\x3e\x5e\x25\xf9\xbf\xe0\xe3\x55\x7c\xd1\x05\x1f\xaf\x4e\xff\x47\x52\xdd\xa5\x07\xd2\x9d\x1a\xcc\x0b\xd2\x5d\x65\xaf\x5f\x90\xee\x0c\xe5\x17\xa4\x3b\x93\x21\xab\x98\x54\xe7\xb5\x28\xac\xe7\xc2\x00\x78\xa3\xee\xea\x02\xbc\x51\x93\x75\x01\xd0\x0c\x72\x52\x0b\x80\x66\xe0\x45\x2e\x00\x9a\xe1\x50\x02\xa0\x19\x7e\x22\x00\x9a\xe1\xf2\x02\x40\x33\x9c\xee\x55\xce\x24\xb6\x03\xd0\xcc\xe1\x55\xe0\x4c\x02\xd7\x2c\x65\xc7\x87\xbf\x24\x7b\xec\xc7\xa4\x92\x49\x18\x72\x01\xd0\x58\xda\xba\x00\x68\x16\xfb\xf2\x02\xa0\x59\x0e\x4f\x00\x1a\x39\x32\x8b\x4a\xa6\xe5\x30\xa3\x92\x69\xe1\x79\x2f\xc0\x1b\xc3\xe0\x05\x78\x23\xdf\x63\x01\xde\x9c\xe0\x11\x95\x5a\xa4\x00\x16\xe0\xcd\x19\x1e\x75\x8e\xbc\xdf\xe0\x88\xb7\x04\x78\x73\xb4\xcf\x4a\x26\xdf\x52\xa3\x52\xcb\xa5\xb5\x51\xa9\xe5\xb6\x29\x05\x8f\xf2\x9a\x25\x05\xcf\x05\x05\x0a\xde\xe3\x2f\xa1\xe0\x3d\x6c\xc5\x0b\x0a\xde\x43\x7e\x7a\x41\xc1\xb3\x01\xc2\x82\x82\x67\xcb\xa4\x05\x05\xcf\x52\x8a\x05\x05\xef\x69\x5e\x85\x1c\x6d\xf7\xee\xe4\x68\xe1\x90\x2c\x28\x78\x16\x6b\x2c\x28\x78\x16\xe4\x2e\x28\x78\x4f\xf7\xc9\xc8\x41\x37\x8f\xc8\x41\xc3\xa9\x5f\x50\xf0\x1e\xe8\x64\x4b\x0a\x9e\xe3\x13\x0a\x9e\xac\xf6\x05\x05\x4f\x2f\x6b\x41\xc1\xb3\xdf\xf1\x82\x82\x17\x1d\x21\x50\xf0\xa2\xdb\x0a\x34\x3b\xfb\x32\x2f\x68\x76\x91\x0c\xea\x82\x66\xa7\x06\xf3\x82\x66\x17\xa3\x77\x5f\xfc\x12\x8b\xa0\xd9\xd9\xe8\x69\x41\xb3\x93\x45\xbf\xa0\xd9\x45\x47\x08\x34\xbb\xe8\x77\x80\x66\x17\x49\x12\x2d\x68\x76\x91\x38\x63\x41\xb3\xb3\x7d\xd3\x9a\xda\xe0\x55\xb4\x81\x37\x0f\xcd\x2e\x92\x9b\x5f\xd0\xec\xec\x26\xbd\xa0\xd9\xd9\x12\x6a\x41\xb3\x8b\x3a\x09\xd0\xec\x62\xf4\x7e\xd8\x97\xbd\x8a\xf6\xf1\x06\xa7\xf6\xf9\x4b\x68\x84\x5a\x0b\xcd\x2e\xfb\x1d\xa0\xd9\xd9\x58\x6a\x41\xa5\xcb\x44\x24\x0b\x2a\xdd\xcf\x0d\x81\x4a\xa7\xc2\xfc\x42\x21\xaf\x68\x03\x0a\x79\x3f\x67\x06\x2a\xdd\xa7\x1f\xf9\xef\x25\x19\x96\x5d\x73\x37\x82\x65\xd7\x00\x29\x16\x4c\x3a\x95\x93\x16\x74\xb9\xe6\xe7\x83\x2e\x67\xe7\x89\x05\x5d\xae\xb9\xf0\x41\x97\x53\x49\x6c\x41\x97\x6b\xfa\x1d\xd0\xe5\x9a\xbe\x05\x74\xb9\x16\xbc\x66\xe5\x88\x4f\x04\x5d\xae\xe9\x77\x00\xd7\xfc\x3c\x61\xe0\x9a\x46\x50\xbc\x80\x6b\x9a\x43\x02\xb8\xa6\xbd\x5e\x65\x73\xc4\xeb\x04\xae\x69\xaf\xbf\xc4\x3e\xf7\x7a\xe0\x9a\xe6\x42\x04\x5c\xd3\x48\x55\x2c\xe0\x1a\xbb\x6e\xac\xa3\x7d\xbc\x33\xe0\x9a\x06\x87\x71\x01\xd7\x34\xfd\x2a\x9b\x2b\x39\x71\x80\x6b\xa6\x16\x01\xd7\x4c\xad\x05\xae\x51\xf4\x68\x01\xd7\x4c\x2d\x02\xae\x99\xc5\x5f\x12\x18\x92\x87\x5d\xd0\xe5\xa6\x0b\x11\x50\xce\x3c\x5a\x44\x8e\xd6\xc9\x68\x03\x5b\x42\xba\x65\x03\x5b\x3d\x7d\x1b\xd8\xea\xe7\x5c\x73\xb4\x0c\x2c\xa0\x1c\xb5\x31\x16\x50\xce\x26\x21\xb0\x80\x6b\x36\xfc\xd4\x05\x5c\xa3\x66\xf0\x02\xae\x51\x30\x7c\xa1\xf3\xb0\x5d\x14\xd1\x79\xd8\x4e\x5b\xa0\x9c\xad\xaf\x06\x94\xb3\xb5\x16\x28\x67\xc3\x9f\xd9\x40\x39\x9b\x44\xc2\x06\xca\xd9\x24\x12\x36\x50\xce\x3e\xfe\x92\x1c\x66\xf5\x88\x1c\x26\xd0\xdf\x06\xca\xd9\x40\x78\x1b\x28\x67\xb3\xe8\x6f\xa0\x1c\xbb\x83\x6c\xa0\x9c\xdd\x3d\x87\x7d\xd5\x73\xd8\x47\x14\xb7\x81\x72\x76\xf6\x7e\xd8\xc7\x37\xda\xe0\x35\x1b\xdc\x7f\x83\xd7\xec\xe0\x2f\xb5\x8f\x73\xe0\x35\x9b\xea\xcb\x0d\x5e\xb3\x49\xcc\x6c\xf0\x9a\xcd\x26\xb3\x5f\xec\x23\xff\xbe\x5f\x73\xb4\xd8\x07\x96\xb3\xd9\x56\x36\x58\xce\xae\x5e\x13\xfb\xe0\xe6\xee\xd7\xef\x97\x39\xc2\xbe\xee\x1d\xc8\xd1\x92\xd4\xd8\xd0\xe5\x9e\xed\x35\xd1\x1d\x27\xa5\xb2\xd5\x1d\xdf\x5e\x13\xdd\xf1\xe5\xfd\x68\x21\xc1\x16\xb0\xa1\xcb\x3d\x8c\xb3\x0d\x5d\xce\x84\xc7\x56\x59\x6f\x7b\x0e\xca\x26\xe0\xf7\x86\x2e\x67\x42\x67\x43\x97\x7b\x88\xf7\x36\x74\x39\x53\x23\x3b\xf8\xd4\x83\x23\x9e\x7a\x79\x15\x9e\x9a\x78\x76\xd3\x96\x36\x24\xef\x47\xd6\x19\xb2\xde\xa6\x2d\xad\x55\xc5\x1b\xa5\xf1\xc0\x28\xdf\x28\x8d\x9b\x0c\xd9\x28\x8d\x9b\x11\xd8\x28\x8d\x9b\xe2\xd8\xb4\xa5\x35\xdd\xb2\x69\x4b\xfb\x65\x20\xfe\xb9\x24\x6f\x3a\xd6\x9a\x56\xd8\x74\xac\x35\x8d\xb1\xe9\x58\x1b\xc9\xb2\x6d\x3a\xd6\x46\x3f\x0a\x1d\x6b\x23\xb9\x9e\x4d\xc7\xda\x48\x09\xc6\xa6\x63\xad\x3d\x15\x36\x1d\x6b\x23\x1e\xf4\xa6\x63\x6d\x3c\x1a\x4b\x46\x9a\x85\x61\xd3\xb1\x36\xc2\xaa\xd8\x74\xac\x8d\x0e\x09\x3a\xd6\x46\x3f\x18\x1d\x6b\x23\x90\xd3\x46\x9e\x2f\xfa\x89\x90\xe7\x8b\x0e\x10\xe4\xf9\xa2\x9f\x28\x61\x03\xcb\xd2\xfe\x42\x9e\x9a\xc9\x65\xed\x84\x78\x0a\x28\xf9\xce\x64\x8f\x9d\x62\x19\x2e\x29\x80\xc2\x46\x2f\x2f\xe3\xb1\x6f\xf4\xf2\x2c\x27\xd8\x99\xcc\x32\xd9\xe3\xfd\x01\x34\x35\x2f\xff\x47\xe7\xb8\xe9\x35\x2b\x47\xbc\xa5\x2f\x1c\xaa\xf6\x1a\xdb\xe8\xe5\x95\xe6\xd1\x20\x23\xcd\x7b\xc9\xe4\xa0\xd9\x72\x76\x86\x4b\xfa\x7a\x77\xb8\xa4\xaf\xf7\x83\x4b\x4a\x42\x60\x7f\xf1\x50\xad\x6c\x4e\xbb\xa0\x46\x8d\x78\xca\xfe\xe2\xa1\x5a\x09\xf0\xf6\x17\x0f\xd5\x4a\x2c\xb1\x01\x61\x6a\xf0\x7f\x85\x23\xbe\x1f\x20\x4c\xfb\x5d\x85\xfc\x34\x1b\xd0\x06\x84\x69\xbf\xff\x91\x9f\x8e\x5e\x73\x72\x8e\x37\xf1\xc5\x3c\xd5\xcd\x70\x03\xd0\xb8\x19\x6e\x00\x1a\x37\xed\xfd\xc5\x3c\x55\xdd\xea\xfd\x11\xd6\x6a\xc3\x73\xdb\x80\x37\x0d\xbf\x6a\x03\xde\x34\x14\x28\x36\xe0\x8d\x4e\xc2\x06\xbc\xe9\x78\x6e\x1b\xf0\xa6\xfb\xdd\x01\x6f\x3a\xae\xc6\x06\xbc\x51\x28\x74\x03\xde\x48\x71\xda\x80\x37\xca\xbf\x6f\xc0\x1b\xe5\xdf\x37\x28\x8c\xac\x9f\x0d\x0a\x23\xab\x69\x83\xc2\xc8\xf3\xd9\xa0\x30\x9d\x74\xe0\x06\x85\xe9\x8e\x79\x50\x98\xee\xb2\xd4\xcc\xb1\xfb\x3f\x38\xbd\x6e\x32\xcd\x1c\x3b\x6f\x02\x14\x66\x80\x01\x6d\x90\x96\xe1\x58\x02\x69\x19\x78\xf3\x1b\xa4\x65\x90\xd7\xde\x20\x2d\x8a\xc7\x6e\x90\x16\xd5\xd2\x37\x48\xcb\x74\x2c\x81\xb4\x4c\x52\x00\x1b\xa4\x65\x12\x6d\x6e\xda\x29\x4d\x12\x09\x9b\x76\x4a\x2a\x2b\x6f\x50\x18\x5b\xf2\x6e\x50\x98\x09\x9e\xb1\x41\x61\xa6\xe3\x13\x14\x46\xa1\x80\x0d\x0a\xb3\xdc\x8a\x69\xa7\x64\x3d\xc1\xa6\x9d\xd2\x82\x2e\xb7\x69\xa7\xa4\x9e\xc8\x06\xaf\x51\x79\x64\x83\xd7\x2c\xdf\x0b\x78\xcd\x7e\x7d\x96\xc3\x91\xbf\xbc\x1c\x71\xbf\x21\x12\xc1\x2f\xc1\x72\x04\x4f\x37\x3d\x93\x7e\x9b\xe1\x17\xd7\x54\x75\xce\x37\x38\x8f\x30\xf2\x06\xe7\xf9\xa0\xe2\x7f\x2f\xc9\x40\x40\x62\xae\x1b\x08\x68\x43\x59\xd9\x40\x40\x0a\x6a\x6f\x20\x20\x65\x80\x36\x10\xd0\xd5\xd3\x00\x02\xba\xfa\x16\x40\x40\xb6\x20\xdd\x40\x40\xd7\x21\x0f\x04\x74\xbb\x26\xb0\x87\xe2\x3b\x6d\xdb\x30\x01\xcc\x6d\xdb\x30\x2d\xcf\xa1\x21\xe5\xe2\xa6\x94\x9e\x2f\x82\x36\x4c\xf6\x0a\xd9\xb4\x61\x92\xf0\xb4\x69\xc3\xf4\xb8\x8b\xd1\x86\xe9\xb9\x5e\x13\x00\xe3\xfa\x4b\x00\x0c\x32\x93\x9b\x16\x4d\xaf\xdb\x11\x2d\x9a\x1e\xb7\x2a\x5a\x34\xbd\xee\x93\xb4\x68\x0a\xbf\x5f\x4a\x39\xe7\x7d\x4e\x01\x0c\xae\x49\x8b\x26\x83\xb1\x4d\x8b\x26\xc3\xb6\x4d\x8b\xa6\x88\xdf\xbf\x69\xd1\x14\x09\x6e\x37\x2d\x9a\x0c\xd4\x36\x2d\x9a\xe2\xef\x9a\x00\x18\x84\xb3\x1b\x90\x29\xc2\x17\xd8\xb4\x68\x32\xbc\xdc\x1f\x99\xad\xc5\xe0\x2f\x07\x77\xe0\xdb\x02\x40\xa9\x9e\xb7\x01\xa0\xa2\xfe\x03\x00\x54\x24\x3e\xd9\x00\x50\xd1\x2d\x00\x00\x2a\xba\xf0\x6d\x01\x0c\x06\x2b\x00\x94\x81\xef\xde\xda\x87\xb5\x5b\xfb\x78\x16\x00\xa8\x08\xd9\x6b\x6f\xed\xe3\xed\x02\x40\x45\xb2\xc0\x1b\x00\x2a\xfa\x76\x01\xa0\x0c\xa6\x37\x00\x94\x81\xef\x06\x80\x8a\x40\x8d\x1b\x00\x4a\x29\xcb\x0d\x00\x15\x5d\x5a\x01\xa0\xa2\x53\x13\x00\xca\x84\xc0\x06\x80\x32\xb0\xdf\x00\x50\xd1\xed\x08\x00\xca\x30\x78\x03\x40\x99\x63\xdf\x00\x50\x36\x63\xdd\x00\x50\x65\x78\x04\x6f\x7e\xf8\x3f\x9a\x2a\x38\x1f\x00\xa0\x8a\x4b\x08\x00\x54\x71\x21\x02\x80\x2a\x64\x73\x37\x00\x54\x71\x69\x05\x80\x2a\x7a\xf3\xc4\x51\xc5\xe5\x1a\x00\xaa\xe8\x79\x03\x40\x15\x18\xb7\x1b\x00\xaa\xb8\x48\x01\x40\xd9\xf9\x6f\x83\x32\x15\x78\xbb\x1b\x94\xa9\xc0\x6b\xd8\xa0\x4c\x85\xf4\xdc\x06\x65\xb2\x71\xf1\x06\x65\x2a\xc6\x04\xa0\x4c\x85\xa4\xcd\x06\x65\x2a\x24\x89\xf6\xd5\x3e\xbe\xf4\xd5\x3e\x46\x01\x48\x52\x2b\xfe\x12\xb4\x08\x2c\xe7\x88\x16\x11\x2f\x1c\xd1\x22\x4a\xe0\x8f\x68\x11\xd1\xd1\x01\x2d\x52\x89\xfb\x80\x16\x35\xa2\x87\x03\x5a\xd4\x88\x41\x0e\x68\x51\x03\xc7\x3a\xa0\x45\x8d\x08\xe8\x80\x16\x8d\xd7\xbb\x7f\xcf\x69\x91\xf6\x01\x2d\x52\xa5\xfb\x7c\xb1\x52\x53\xad\xe5\x7c\xb1\x52\xb3\x64\xfb\x7c\xb1\x52\xfb\xca\xab\xff\xb9\x24\x9f\x87\x0e\x69\x38\xe5\xe7\x41\xfc\x1a\xf7\xfd\x7c\x61\x54\xdb\xf0\x21\xce\x17\x46\xb5\x0d\x65\xe5\xbc\xf4\xbd\xc0\xc7\x3b\xc8\xec\x1d\x02\x99\x83\xcc\xde\xc1\x9f\x3e\xc8\xec\xd9\xef\xf8\x20\xb3\x27\x24\x73\x00\x92\x1e\xc4\x1d\x0f\x32\x7b\x97\x2c\xe9\x41\x66\x4f\xc5\xa5\xa3\xcc\x1e\x7b\xf6\xa1\x27\xee\x85\xec\x75\xe8\x89\x7b\xaf\xcf\x02\x50\xb6\x3d\x02\x28\xc3\x5f\x39\xc8\xec\x89\x3e\x1f\x64\xf6\x1e\x48\x2a\x27\x00\x86\xe1\xe9\x9f\x40\xe9\x06\xfe\xc3\xf9\x42\xa5\xfe\xe0\x95\x9f\x2f\x54\xea\x06\x5c\x27\x60\x03\x9e\xcd\xf9\x68\x6f\xfd\x21\x59\x70\x3e\xda\x5b\x7f\xb3\x77\x47\x01\x7a\x7b\x87\xef\x39\x95\x94\x3f\x81\x9e\x03\x78\xf3\x27\x20\x15\xc8\x66\x78\x10\x21\x37\x5f\x75\x10\x21\xb7\xfd\xd6\x41\x84\xbc\x69\x11\x22\xe4\x43\x8b\x10\x21\x37\x51\x72\x22\xca\xbc\x0e\x56\x54\x1f\x1e\x82\xf0\x83\xea\xc3\x03\x08\x7a\x00\x92\x1e\x36\xdf\x03\x90\x24\x53\xf7\x00\x24\x3d\xc5\xff\x01\x86\x65\xef\x0e\x18\xc6\x02\x76\x50\x7d\x30\x43\x7c\x50\x7d\x90\xfd\x7b\x00\x99\x1e\x96\xb3\x03\xc8\xf4\xb0\x5c\x1f\x40\x26\xf3\xc5\x07\x90\x49\x86\xef\x01\x64\x7a\xc8\xe3\x1d\x40\xa6\x87\x84\xc7\x01\x64\xb2\x11\xe6\x01\x64\x92\x51\x7c\x00\x99\xe4\xfb\x9e\xa4\x7d\x9d\x23\xec\x2b\xde\x41\x1b\x18\x3d\x00\x49\x72\x88\x0f\x40\x92\x7c\xdf\x03\x90\xf4\x00\x38\x1f\x80\xa4\xc7\xa9\x09\x90\x64\x67\x8d\x03\x90\x64\x63\xdf\x03\x90\x14\xbc\x1f\x40\x52\x60\xe9\x39\xa8\x3e\x48\xd3\x3a\xa8\x3e\x48\xc5\x3a\x80\x4c\xb2\x00\x0e\x20\x53\x70\x8e\x01\x32\xb9\xbd\x1f\x40\xa6\xd8\xbd\x0a\x60\x58\xf4\x08\x30\xcc\x77\x0d\x92\x94\x1d\x9f\x20\x49\x99\x74\xd9\x01\x49\x52\x72\xf3\x80\x24\x65\x2d\x02\x49\xca\xbe\x79\x90\xa4\x4c\x26\xfb\x80\x24\x65\xe2\xa1\x03\x92\x94\xa3\x77\x00\xec\xcb\xfe\x0f\xa0\xcc\x6f\x54\x04\xca\x78\x4e\x90\xa4\x1c\xfd\x25\x60\x5f\xf1\x97\x8b\xff\xf1\x5e\x8a\xf6\xf1\x35\x8b\xf6\x31\xb2\x40\x92\xb2\xef\xa5\x6a\x1f\x6f\x9e\x32\xa0\xec\xb7\x05\x65\xca\x8e\x5d\x50\x26\xd9\x50\x07\x94\xa9\x02\x46\x1f\x50\x26\x6b\x1c\x0f\x28\x93\xa9\xd0\x03\xca\x54\x9d\xd3\xa0\x4c\x12\x62\x4f\x15\x29\xfb\x8b\x71\x71\x00\xa0\xea\xf5\x92\x54\xa6\x3c\x3e\x26\xd5\x35\x47\x83\xc0\x0f\xaf\x47\xe0\x87\x78\x44\x07\x00\x4a\xd6\xf0\x01\x80\x6a\xe0\x8e\x07\x00\xaa\x92\x1a\x39\x4d\x90\x90\xc9\x01\x00\xd5\x34\x56\xf1\x72\x02\xbc\x03\x00\x25\x8b\xf7\x00\x40\xc9\x6e\x3e\x4d\xd3\xf9\x44\x00\x50\xb6\x0d\x3f\x00\x50\x95\x8c\xd1\x01\x80\x92\xfa\x75\x00\xa0\xe4\xed\x1e\x00\x28\x29\x63\x07\x00\x4a\xf6\xef\x69\xda\xe7\x55\x2e\x47\xfc\xcf\xca\x22\x40\xb4\x63\x65\x11\xe9\x96\x63\x65\x11\x2c\x95\xd3\xb5\x8f\x77\x46\x65\x51\x73\x5b\xa1\xb2\xc8\xa0\xf8\x50\x59\x64\x7b\xfa\x43\x65\xd1\x20\xd7\x7a\xa8\x2c\xb2\x67\xcb\xa1\xb2\x68\x90\xfb\x3c\x54\x16\x0d\x17\x4c\x2a\x8b\x46\xf4\x7f\x8b\x23\xff\xb7\xf9\x9f\xcf\x02\x08\xea\x64\xa4\xb2\xc8\xbe\x10\x87\xf2\x21\x9b\x0e\x1c\xcb\x87\x5c\x26\x28\x1f\x1a\x2e\xc2\x94\x0f\x0d\x64\x80\x0e\xe5\x43\x76\x00\x39\x94\x0f\xd9\x86\xe9\x50\x3e\x34\x5c\xa0\x87\xf6\xf1\x35\x29\x1f\x1a\xc9\xab\x60\x9f\x8b\x30\xe5\x43\xc3\x29\x46\xf9\xd0\xc0\xe7\x3a\x43\xfb\x3c\xc2\x3e\x17\x1b\xca\x87\x86\x13\x95\xf2\xa1\x81\x97\x7c\x28\x1f\x1a\x6e\x47\x53\xfb\xf8\x25\xe5\x43\x43\x1f\x88\xf2\xa1\xe1\x42\x34\xb5\x8f\x29\x36\xb5\x0f\x1b\xa6\xf6\x79\x07\x44\x73\xdc\x80\xa6\x00\x30\xcf\x49\xf9\xd0\x5c\x5e\x13\x00\x78\xf9\x2c\x94\x0f\x65\x9f\xe5\xb3\xcf\xd0\xfa\x50\x3e\xb4\x9d\x55\x94\x0f\x19\x68\x1f\xca\x87\x64\x37\x1f\xca\x87\xe4\x10\x1f\x5b\x3b\x39\x76\x6d\xed\x44\x92\xe8\x50\x5a\x64\xf6\xff\x50\x5a\xb4\x89\xa3\x0e\xa5\x45\x9b\x68\xec\x50\x5a\x64\x34\x7d\x28\x2d\x52\x44\xe0\x50\x5a\x24\x7b\xfb\x58\x5a\x44\x32\xeb\xa0\x5e\x6e\xf0\x7e\x50\x2f\xdf\x24\xa5\x0e\xea\xe5\xc7\xef\x67\x11\x92\x1b\x82\x45\x48\x30\x91\xcf\xaf\x08\x89\x73\x16\x21\x01\xfc\x1f\x0a\x8d\xae\x1b\x02\x85\x46\xd7\x19\x60\xa1\x11\x80\xec\xb1\xd0\xa8\xfb\x4b\x0a\x8d\xe0\x41\x1f\x90\x2b\x25\xec\x8f\x85\x46\xf8\xef\xc7\x42\xa3\xe6\xff\x00\x79\x61\x3c\x1d\x0b\x8d\xa6\xbf\x04\xe4\x25\xfd\x78\x2c\x26\x72\xad\xb3\x98\xe8\xfc\xa5\x04\x77\xac\x33\x22\x27\x7c\xac\x33\x22\x5f\x75\xac\x33\x82\x76\x73\xac\x33\xf2\x25\x59\x67\xa4\xdf\x68\x9d\x91\x1e\xb4\x75\x46\xcb\x07\xc3\xbc\xe9\x83\x61\x1e\xc9\x89\x63\x9d\xd1\xf2\x7e\x98\xe7\xf0\x04\xb8\x8a\xee\x93\x00\x57\xd1\x65\xc2\x1a\x24\x5f\xa0\x35\x48\x80\x29\x07\xe0\x2a\x02\x60\x1c\x6b\x90\xa6\x47\xe0\xbf\x04\x7f\x07\xe0\x4a\x75\x83\x03\x70\xa5\x4a\xc1\xb1\x06\x89\x50\xf0\x58\x83\x44\x5d\xfb\x01\xd4\x52\xc0\xfb\x00\x6a\x45\x83\x23\x6b\x90\x9a\xff\x03\xff\xf5\xd3\x02\x6a\x45\xa7\x26\xa0\x56\x1c\xfe\x0f\xfb\x00\x5a\x0e\xa0\x96\x7e\xce\x05\xd4\x8a\x2c\xa6\x17\x50\x2b\xc2\x79\xb8\x80\x5a\x16\xf9\x5e\x40\x2d\xb5\x1c\x2e\xa0\x56\xc4\x2b\xb8\x8f\xf6\x5d\x8e\xb0\x8f\x78\xe8\x02\x6a\xc9\x40\xbf\x8f\xf6\xbd\x1c\x61\x5f\xf7\x48\xfb\x7c\x16\xec\x63\x71\xbb\x80\x5a\x99\xe5\xfa\x02\x6a\xe5\xe5\x2f\x29\x42\x2a\xde\x81\x22\x24\xfc\xf0\x6b\x11\x12\x8b\xf0\xb5\x08\x89\x65\xe9\x5a\x84\xc4\x52\x77\x01\xb5\x6c\x3d\x7b\x01\xb5\x2a\x59\xbd\x0b\xa8\xd5\xaa\xff\x03\x38\xe6\x3b\x5c\x40\xad\xc6\x77\xb8\x80\x5a\xcd\xb7\x4b\x11\x52\xf3\x7d\x52\x84\xd4\x86\xcf\xf2\xd9\x60\xc7\xef\x4b\x11\x92\x61\xf0\xa5\x08\xa9\x51\x73\x78\x29\x42\x6a\xb0\x4d\x2e\x45\x48\x8d\x82\x85\x4b\x11\x52\xe3\xdb\x5e\x8a\x90\x0c\x91\x2f\x45\x48\x8d\x52\x9f\x4b\x11\x52\xa3\xe4\xf7\x52\x84\xd4\x00\x99\x6e\xd0\x06\x7f\x89\x0d\x7e\x77\x8a\x90\x6c\xc2\x76\x29\x42\x32\xcc\xbf\x41\xfb\x06\x47\xd8\x47\xd0\x7f\x29\x42\x32\xe8\xbf\x14\x21\x19\xca\x5f\x8a\x90\x1a\xcb\xd9\xa5\x08\xa9\xb1\x9c\x5d\x8a\x90\x5a\xf3\x1c\xf6\x51\x88\x7d\x29\x42\x6a\xe4\xb5\x2f\x45\x48\xcd\x11\x19\xfd\x46\x7c\xb1\xa8\x7d\x5e\x45\xfb\x78\x96\x88\x7d\x64\x88\x6f\xc4\x3e\xe6\xfb\x8d\xda\xc7\xc8\xa2\x40\x69\x46\x9f\x0c\x19\x20\x92\x83\xd7\x22\x24\xaf\x69\x11\x92\x6f\xd7\x42\x23\xef\x90\x04\xb1\xb9\x43\x02\x20\x65\x25\xba\x16\x21\x39\x26\x2c\x42\x62\x7b\xb8\x16\x21\x51\x36\x76\x29\x42\xb2\x67\xfa\xb5\x08\xc9\x31\x61\x11\xd2\xf9\x4b\xc2\xfe\x5a\x9f\x84\xab\x7d\xad\x4f\x62\x69\xbd\xd4\x27\x6d\x1c\xef\x6b\x7d\x12\x20\xda\xa5\x3e\xe9\xe0\x4f\x5f\xeb\x93\x58\xbc\xaf\xf5\x49\xc7\x73\x60\xc3\x04\xd3\xd7\xfa\x24\xc2\xaf\x6b\x7d\x12\x3b\xce\xb5\x3e\x09\xdf\xf7\x5a\x83\xc4\xa2\x7f\xad\x41\xba\xde\x1d\xf3\x58\xf4\xaf\x35\x48\x2c\xbb\xd7\x1a\xa4\xe3\x91\x36\xf8\x2c\xd8\xc0\x2e\x76\xad\x41\x22\x91\x70\xad\x41\x22\x77\x7d\xad\x41\x62\x87\xbb\xd6\x20\x01\xb0\x5d\x6b\x90\x08\x44\x6f\xc1\x86\xeb\xff\xb0\x81\x80\xf2\x16\x3e\x1f\x91\xc5\x2d\x7c\x3e\x12\x1e\xb7\x60\x9f\x4b\x56\xc1\xbe\xe3\xff\xb0\x0f\xc8\xf0\x02\x7f\x99\x0f\xbf\xc0\x5f\xef\xe3\xff\xc0\xb7\xaf\xd7\xfc\x72\xf3\x2f\x44\xbe\x0b\xfc\xf5\xf8\xce\x80\xbf\x5e\xbc\xa5\x0b\xfc\xf5\xf8\x5e\x80\xbf\xde\xc7\x5f\x82\x6f\x13\xd7\x5c\xe0\xaf\xf7\xf5\x97\xe0\xdb\xd7\xab\x50\x63\x45\xaa\xe9\x02\x7f\xbd\x14\xb1\x5c\xe0\xaf\xf7\xf5\x2a\x83\x73\x5e\x05\x24\x9c\xa8\xea\x56\xed\xf3\x7f\xda\x87\xed\x40\x63\x2f\xa9\xad\x0b\x34\xf6\x12\xf3\xdc\x26\x12\xee\x91\xf5\x57\x3c\x8b\x45\x48\x78\x91\xd7\x22\x24\xdf\x8b\x45\x48\x8f\x47\x14\x21\x01\xe5\x5c\x8b\x90\x5c\xe6\x2d\x42\x22\x80\xbd\x16\x21\x3d\x9e\xa3\xc8\x4a\xdb\x2d\x42\x7a\x3c\x02\xd2\x7e\x7d\x32\x7b\x70\xf8\x3f\x20\x6d\xad\x05\x1a\x8b\xbe\x09\xa0\xb1\x48\x5a\xef\x02\x8d\x25\xbf\x0a\xd0\x58\x22\x6e\xbb\x40\x63\xf6\xa4\xbe\x40\x63\x76\xc4\xb9\x40\x63\xc9\x77\x0d\x34\x16\x1d\x3d\x40\x63\xd1\xef\x07\x34\x16\xb5\x01\x68\x2c\x39\x42\x80\xc6\x92\xdf\x01\x68\x2c\x3a\x96\x80\xc6\x92\x6f\x02\x68\x2c\x17\xcf\x01\x93\x23\xae\x7a\x81\xc6\x32\x9c\x87\x0b\x34\x96\x01\xe9\xef\x10\x26\xe7\xee\xc0\x5f\x99\xe4\xe7\x05\xe3\xca\xce\x31\x30\xae\xe2\x62\x0a\xc6\x55\x5c\xf4\xc1\xb8\x8a\x33\x0e\x8c\xcb\x7e\x2e\x17\x8c\xab\x06\xff\x07\x14\x4e\x1a\xe3\x82\x63\xd9\xff\xe7\x82\x63\xd9\xb3\xe5\x82\x63\x55\xb4\x4d\x2e\x38\x56\x25\x5e\xb8\x94\x32\xd9\x15\xe6\x52\xca\x54\xa3\xe7\x28\xd5\x22\xa6\xbb\x94\x32\x35\x62\xc1\x4b\x29\x53\xfb\xb3\xab\xc8\x9d\xa0\xe4\xc9\x9b\x83\x92\x93\xab\xbb\x54\x40\x35\xc2\xbd\x3b\x45\xc9\x19\x4a\x13\x94\x3c\xf9\x28\xa0\xe4\x84\xc1\x77\x82\x30\xfb\x89\x26\x08\x33\x81\xf6\xa5\x56\xaa\xfb\xc1\xa8\x95\xea\xee\xee\xd4\x4a\x75\x7d\x27\x6a\xa5\xba\xcb\x12\xb5\x52\x6a\x6a\x5c\x04\xca\x6d\x09\x7f\x97\x28\x32\x2f\x1e\x11\xf2\x01\x4c\x70\x11\x21\x1f\xfa\x47\x88\x90\x4f\x5f\x20\x22\xe4\xd3\x97\x4b\xdf\x5b\x89\x67\x97\xbe\xb7\xca\xf3\x5d\x04\xca\x27\x81\xda\x45\xa0\xdc\x86\x8f\x17\x81\xf2\x19\xfc\x1f\x28\xb2\x9f\x76\x8b\x22\xf3\x9c\x88\x97\x4f\x77\x62\xc4\xcb\xa7\x8b\xc6\x17\x38\x55\x49\x70\xf7\x0b\x9c\xea\x84\x67\x70\xbf\xc0\xa9\x4a\x97\xbb\x5f\xe0\x54\xcd\x10\xdf\x0d\x4a\x1e\x7d\x16\xed\xf3\x7e\xa2\xe4\xde\x0f\xfb\x08\x28\xef\x17\x54\xd5\xe5\x5b\xfa\x82\xaa\xba\x80\x64\xee\x17\x39\xd5\xa5\x47\xf4\x45\x4e\x55\xd5\xd7\x7b\x40\x91\x7d\x83\x07\x14\xd9\xa1\x7b\x80\x8a\xbd\xfb\x01\x2a\xd6\x7b\xf9\x22\xa7\x6a\x19\xf1\xfd\x22\xa7\xba\x1d\x3d\x5f\xe4\x54\x2d\xcf\xbd\x5f\xe4\x54\x37\xa0\xdd\xfd\x22\xa7\xba\xc9\x2c\xdf\x03\x4a\x4e\x5a\xe1\xa2\x82\xb7\x1d\xad\xa8\xe0\x6d\xbf\x26\x2a\x78\x06\xe8\x17\x15\x3c\x1b\xcb\xdf\x6b\x4d\x1e\x77\x47\xe9\xce\xe0\xf6\xa2\x66\xa7\x54\xd3\x45\xb1\x4e\x09\xa4\x8b\x62\x9d\x0d\xa9\x2e\x8a\x75\x88\x33\x85\x07\xc8\xe9\xf9\x02\xf4\xf0\x00\x39\x51\x26\x13\x1e\x20\x27\x0a\x5c\xc2\x03\xe4\x84\x36\x46\x78\x80\x9c\x9e\x2f\xbd\x13\x1e\x20\x27\x72\xec\xe1\xb1\x81\xed\xeb\xd1\x07\x39\xbd\xdf\x88\x0c\x0f\x90\xd3\xfb\x7a\xf7\xce\x91\x77\x00\x9a\xfe\xc6\x4b\x78\x80\x9c\xde\xdf\x93\x01\x4d\x7f\xef\x3a\x3c\x40\x4e\xef\xef\x39\xa9\xad\xfb\xf8\x2c\xe1\x01\x57\x7a\x5f\xee\x07\xae\xf4\x06\x9e\x1a\x5c\xe9\x7d\xb9\x03\xb8\xd2\xfb\xcd\x87\xf0\xd8\xbe\xe9\xe5\x2a\xb6\x6f\x8a\xd8\x60\xfb\xa6\x88\xb5\xb6\x6f\xfa\xc6\x44\x78\x6c\xdf\xf4\xcd\xbf\xf0\x80\x2b\x85\xe8\x35\x29\x30\xab\x9e\x03\xba\xfd\xe6\x74\x78\xc0\x95\xe2\xf0\x9a\x40\xb7\xc3\xfb\x01\xdd\x36\x9f\x13\xe8\xb6\x7a\x3f\xa0\xdb\xca\xff\x02\xd0\xed\xe0\x0e\x01\xe8\xd6\xfb\x05\xa0\xe9\xc6\x1b\x0c\x40\xd3\x0d\xfb\x02\xd0\x74\xe7\x2d\x05\xa0\xe9\xce\x57\x09\x40\xd3\xd5\x73\x40\xd3\xfd\x8f\xc4\x45\x78\x10\xba\x8b\xc3\x8b\x80\x5a\x57\x4c\x40\xe8\x2e\x36\x1f\x1a\xd3\x1b\x1f\x13\xa1\x3b\xc2\xfc\xf0\x20\x74\x17\x3b\x43\x02\xa1\xbb\x38\x30\x1d\xa1\xbb\xd8\x38\x87\xd0\x5d\xac\x0c\x02\x84\xee\xe2\xe0\xa1\x11\xba\x23\x94\x0f\x4f\xd4\x74\x5e\x6e\xd4\x74\x86\x04\x42\x77\x71\xf2\x51\xa2\xa6\xfb\x3f\x4c\xff\xe4\x15\xc3\x83\x9a\x1d\x89\x84\xf0\xa0\x66\x47\xd0\x1f\x1e\xd4\xec\x62\xf5\x97\xa0\xd6\x99\x37\x81\x9a\x5d\xc9\x9e\x03\xb5\x9e\xde\x01\xd4\x7a\x7a\x4d\x50\xeb\xc5\xe0\x41\xcd\xae\x2c\x3e\x18\x6a\x76\x65\x61\x1f\x6a\x76\x65\xf2\x5e\x50\xb3\x2b\xda\xa0\x9a\xdd\xc2\x5a\xd5\xec\x26\xcf\x92\x40\xad\x27\xdf\x81\x3e\xbb\x65\xfa\x4b\x50\xeb\xc5\x57\x41\xe9\xae\x4c\x86\x12\x6a\x76\x65\xf9\x3f\x50\xeb\xcc\x73\x66\x51\x6b\xee\x90\x41\xad\x1d\x58\x19\xd4\xda\x61\x9d\x41\xad\x87\xff\x03\xb5\xf6\xdb\x66\x50\xeb\xee\x11\xa8\x75\xc7\xf6\x0c\x6a\x3d\x3c\x6a\x9c\xe3\x0d\x7e\x11\x50\x6b\xdd\x3b\x0c\x7e\xc9\xfb\xa4\x29\x6e\x73\x58\x67\x90\x77\x47\xd6\x17\x01\xb5\xe6\x28\xc8\xd4\x70\x3a\x8d\x32\xf6\x0d\xde\x44\xd1\x3e\x8f\xb4\x8f\x37\x51\xb0\xaf\x31\x0a\x68\xa6\xdb\x1b\xf6\x7d\x11\x50\xa3\x9c\x3b\x3c\x5f\x04\xd4\xfa\xe6\x59\xbe\x08\xa8\x51\x14\x1e\x9e\x2f\x02\x6a\x23\xf2\xfd\x0a\xa8\xbc\x4b\xd6\x17\x01\xb5\xe1\xc2\xf7\x45\x40\x6d\xb8\xf0\x15\x50\xf9\xe8\x35\x41\xe5\x23\xf6\x7d\x51\x4e\x5b\xce\xbf\x2f\xca\x69\xcb\xd9\x51\x81\xd7\x7f\xe7\x80\xd7\x2b\xff\xfb\xa2\x9c\xb6\x2b\xd7\xfc\xa2\x9c\xb6\x27\x77\xff\xa2\x9c\xb6\x1d\x9f\x95\x3a\x54\x47\xd6\x17\xe5\xb4\xed\xb8\xfe\xa2\x9c\xb6\x1d\xbb\x5f\x94\xd3\xce\xe6\x1b\x7d\x51\x4e\x3b\x1b\x1b\xbe\x28\xa7\xd1\xd2\x35\x3c\x5f\x94\xd3\x68\x05\x1b\x1e\x54\xe9\xce\xe6\x4d\x34\x6a\x4d\x03\xdf\xa8\x01\xaf\x3f\x3c\x75\x03\x5e\x77\xf1\x6e\xc0\xeb\x2f\x57\x69\xc0\xeb\x8f\x47\xc0\xeb\x6e\x16\x0d\x78\xfd\xf0\xd4\x0d\x78\xfd\x30\x06\x1b\xf0\xfa\xe5\xab\x7c\x51\x4e\x27\x4e\x0c\x4f\xa3\x5e\x76\x7b\x44\x4d\xec\xe1\x4d\x7c\xd1\x4a\x7f\x9d\xef\x5f\xb4\xd2\xdf\x8c\xed\x5f\xb4\xd2\xa9\xb7\x0c\xcf\x17\xad\xf4\x37\x33\x96\x3a\x35\xb1\x99\x6f\xd4\xa9\x89\x3d\x3c\xf5\x17\xad\xf4\xd7\xbb\x7f\xd1\x4a\x7f\xff\x6a\x87\x1a\x9e\x2f\x90\xe9\xef\xf5\x06\x30\x04\xae\x8f\x32\xb8\x81\x97\x9c\x9c\xd3\x04\x18\x02\x97\x17\xff\x05\x2b\xfd\x3d\xfc\x6f\x60\xde\xe1\xf3\x7d\xc1\x4a\xcf\xee\x4d\x5f\xb0\xd2\x73\xc3\xf4\x0f\x1e\xea\xd9\x65\xf7\x83\x87\x3a\x25\xd4\xe1\x19\x08\x54\x16\x3e\xfb\xa0\xe4\xb7\xf0\x31\x07\x25\xbf\x95\x4f\x34\x28\xf9\x2d\x7c\xa2\x41\xc9\xaf\xc3\xec\x0b\x64\x7a\x2d\xde\xfd\xb3\x01\x80\x2d\x3c\x5f\x20\xd3\xdb\xe1\x75\x7e\xf0\x50\xef\x4e\x77\xe0\xa1\xc7\xa5\x00\x78\xe8\x71\xc9\x02\x1e\x42\xb1\x38\x3c\xc0\x43\xb4\xa4\x09\x0f\xf0\xd0\xe3\x06\x04\x3c\xf4\xb8\x83\x03\x0f\x3d\x6e\x71\xc0\x43\x8f\x8b\x06\xf0\xd0\xe3\x32\x01\x3c\xf4\xb8\xe1\x4d\x19\x02\xbc\x25\xe0\x21\x2a\xc3\xc2\x03\x3c\x44\x5d\x5a\x78\x80\x87\x1e\x97\x17\xe0\xa1\xc7\xed\x08\x78\xe8\xcd\xbc\x17\xe0\xa1\xd7\xe1\x09\x3c\x14\x5f\xfe\x07\x3c\x14\x9d\x2a\xc0\x43\x3f\xff\x01\x78\x28\xba\x7c\x02\x0f\x65\x17\x61\xe0\xa1\xec\x52\x0e\x3c\x94\x5d\x50\x80\x87\xf2\xc0\x22\xe0\xa1\x5c\xbd\xca\x67\x5f\x49\xfe\x12\xe4\xdd\x2d\x00\x78\x28\xbb\x98\x02\x0f\xfd\xc6\x0b\xf0\x50\xd6\x7b\x01\x1e\xca\xd3\xab\x80\xbc\xeb\xcb\x00\x0f\x65\xbf\x03\xf0\x50\xf6\x9d\xa1\x51\x97\xb5\x0f\x8d\xba\xec\xc2\x07\x74\x94\xfd\x46\x5b\xfb\x18\xbb\x40\x47\x59\x47\x00\xe8\x28\x3b\x42\x80\x8e\xb2\xdb\x11\x1a\x75\xd9\x6f\x4b\x73\xdb\xea\x62\x43\x73\x5b\xb8\xd5\xe1\xa1\xb9\x6d\x8b\xbc\x97\x2d\xfc\xec\xb9\xcd\x91\x57\x01\x7e\x76\x0b\xa0\xb9\x2d\xfc\xf0\xf0\x1c\xe0\xf5\xc0\x5b\x3a\xc2\xeb\x3c\x19\x8d\x6f\x9b\x7e\x38\x8d\x6f\x9b\x9e\x37\x8d\x6f\x9b\x8b\x22\x8d\x6f\x9b\x9e\x37\x8d\x6f\x9b\xfe\x2d\x8d\x6f\x5b\xc4\x76\x1a\xdf\xb6\xc8\x7b\xa1\xf1\x2d\xbc\xf2\xf0\xd0\xf8\xb6\xb9\x01\x1d\xed\xf3\xee\xd8\xa7\x37\x7f\xb0\xcf\x6d\xec\x58\x7e\xec\xdd\x51\x77\x2c\xbc\xcf\x0b\x3c\xab\xeb\x76\x81\x67\x9d\x8d\x17\x78\xd6\xad\xff\x02\xcf\xba\xf6\x5c\xe0\x59\x47\xd6\x05\x9e\x75\xde\x5e\xe0\xd9\xca\x93\x5d\xe0\x67\xbf\xf4\x05\x7e\x76\x5d\xba\xc0\xcf\x8e\xeb\x0b\xfc\xac\x23\x70\x81\x9f\x1d\x05\x17\xf8\x59\x07\xf0\x02\x3f\xff\xf7\x6d\xff\xbd\x24\x5f\x90\xe9\xa6\x41\x20\xd3\x5f\x1a\x3d\xbc\x0f\xa6\xb3\x48\xbd\x0f\xa6\xb3\xa0\xbc\x0f\xa6\xb3\xf4\xbc\x0f\xa6\xe3\x6b\xbf\x0f\xa6\x57\xcf\x61\x3a\x83\xfc\x7d\x30\x9d\x41\xfe\x3e\x98\xde\x3d\xc2\x74\xa6\xd8\xfb\x60\x7a\xf7\x7e\x98\xde\xbd\x0a\xa5\xc9\xc7\xe7\x5c\xa0\xd6\x9e\xdb\x1c\x79\xf7\xcf\xbe\xc9\xd2\xf3\x7e\xc1\x58\x9e\x5f\xbe\x2a\xbc\xb4\x76\x9a\x8b\xab\xd0\xda\x69\x7e\x59\xaf\xf0\xd2\xda\x69\x31\x71\x5e\x5a\x3b\x2d\x3c\xa2\xf7\x05\x99\x66\xe2\xbc\x2f\xc8\x34\xa1\xe7\x4b\xdb\xa7\xcd\xd6\xf1\xd2\xf6\x89\xb0\x3b\xbc\xb4\x7d\xda\xc9\x73\x20\xd3\x0c\xeb\xf7\x05\x99\xfe\x12\x02\xe1\xa5\x25\xd4\xce\xfe\x0f\xe4\x3d\xf9\x64\x20\xef\xd9\x5f\x82\xbc\x47\xef\x0e\xf2\x4e\x28\xf8\xa2\x16\xb1\xf1\x8b\x5f\xd4\x22\x48\x32\x84\x17\xb5\x88\x1d\xb9\x03\x2d\xa1\x36\x11\xc2\x4b\x4b\x28\x54\xc6\xc2\x8b\x5a\xc4\x8e\x9e\xc3\xbe\xe4\x91\xc8\x7b\xe3\x08\xfb\x22\xef\x2c\x68\x9f\x57\xd1\xbe\xc2\x11\xf6\x25\xde\x67\xd0\x3e\x2c\x42\x49\xe2\x24\xbe\x18\x4a\x12\xc7\x37\x88\x92\x04\xa2\x40\xe1\x45\x49\xe2\x32\x71\x5e\x94\x24\x2e\x53\xe5\x45\x49\xe2\x0e\xde\x35\x90\x13\xa2\x39\xe1\x05\x72\x7a\xa6\x47\xc0\xd6\xc4\x19\x2f\x90\x13\xf5\x65\xe1\x05\x72\x7a\x1c\x13\x51\xd8\x9a\x27\x03\x72\x7a\x5f\x8f\x80\xad\xaf\xff\xfb\xb0\x80\xf7\xe1\x3b\x00\x39\xbd\xaf\xcf\xb9\x39\xe7\x73\x52\x7a\x7d\x3d\xba\xfc\x92\xaf\x09\x1c\x45\xc6\x3d\xbc\x68\xe2\x91\xc5\x0f\x2f\x9a\x78\xcf\xe5\xc9\x92\xf6\xf1\x96\x80\xaa\xde\xc7\xab\x64\xae\xe9\x55\x0a\x47\x8c\x02\xa0\x2a\x70\x82\xf0\x02\x55\x81\x0c\x84\x17\xa8\x0a\x7c\x21\xbc\x40\x55\x64\xf8\xc3\x0b\x54\x15\x12\xf6\x81\x47\xd1\xa4\x2c\xbc\xe0\x51\x71\xfa\x2c\xc0\xd6\xd3\x3b\x00\x5b\xfb\x3e\xc1\xa3\x28\x30\x0b\x2f\x78\x14\x65\x5c\xe1\x05\x8f\x8a\x78\xc2\x2f\x78\x14\x52\x62\xe1\x05\x8f\x4a\xae\x05\xe0\x51\xf1\x7a\x0e\xd8\xda\x39\x8d\x5e\x5e\x3c\xdc\x1d\xbd\x3c\xb2\xf8\xe1\x05\xab\x8a\xdb\xbb\x03\x5b\xfb\xfd\xc0\xaa\xa2\x5f\x05\xac\x8a\x26\x65\xe1\x05\xab\x8a\xdb\x27\xd3\x3e\x2d\xc2\x3e\xa2\x87\x17\xac\x8a\x62\xb7\xf0\x82\x55\xc5\xf5\x57\xe2\xe2\x05\xc6\x8a\x84\x27\x2f\x30\x16\x15\x7a\xe1\x05\xc6\x42\xed\x2d\xbc\xc0\x58\xa8\xaf\x85\xb7\x68\xba\xb7\xc3\x74\x97\x41\x60\x2c\x74\xe1\xc2\x0b\x8c\x15\x09\x25\x5e\x60\xac\xb8\xbd\x0a\xa6\x13\x18\xbe\x05\xc4\xde\x49\x5c\x40\xec\x8b\xbf\xa4\x22\x1d\x6f\xf7\x2d\x54\xa4\x17\x06\x41\xa5\x22\x3d\xf3\x2c\x15\xc5\x54\x7c\xca\xb7\xa2\x98\x5a\x78\xb9\x95\x6a\x75\x37\x84\x2f\x88\x2b\x99\x5d\xec\xfd\x82\xb8\x02\xa0\x10\xde\x2f\x88\x2b\x00\x11\xe1\xad\xa8\xa2\x56\xff\x87\x2a\x6a\xf1\x08\x55\x54\x37\x20\x9a\x47\x95\xe6\x55\x90\x3e\xc5\x9b\x7f\x69\x1e\x85\x4a\x5c\x78\xab\xac\x03\x2c\xa2\x79\x54\xa9\xdc\x8f\xe6\x51\xf5\xe1\x7f\x34\x8f\xea\x6e\x0f\x34\x8f\x6a\x7e\x23\x9a\x47\x75\x27\x0e\xcd\xa3\x9a\x83\x80\xe6\x51\x3d\x78\x07\x10\xed\xe3\x39\x10\x6d\x37\x35\x9a\x47\xb5\xeb\xfd\x06\xd7\x64\xd0\xd1\x3c\xaa\x11\xca\xbf\x34\x8f\x6a\x44\x47\x2f\xcd\xa3\xda\xc1\x76\x9a\x47\xb5\xe3\xb3\x80\xd8\x3b\x01\x50\xae\xe8\x2e\x36\x28\x57\x74\x97\x02\x94\x2b\x9a\x93\x0a\xe5\x8a\x76\x78\x96\xae\x7d\xdc\x0f\xe5\x8a\xe6\xa8\x43\xb9\xa2\x3f\x7c\x69\x94\x2b\x7a\xf5\x9a\xd8\x47\x0a\xe7\x45\xb9\xa2\xbf\x5e\x13\xc4\xde\xe9\x8e\x72\x45\x5b\x3e\xe7\xe2\x97\xfe\x0f\xfb\x5c\x14\x51\xae\x68\x8e\x90\xae\x7d\x4c\x3f\x94\x2b\x9a\x0b\x26\xca\x15\xcd\xe5\x65\xf8\xfd\x78\x4b\x28\x57\x74\x97\x6b\x94\x2b\xfa\x8b\x7d\x43\xfb\x18\x91\x34\x8f\x6a\xce\x23\x94\x2b\xda\xe1\x39\x51\xae\x40\x48\x3d\xbc\xc3\x6f\x84\x7d\x28\x57\xd0\x0d\x3c\xbc\x28\x57\x34\x9d\x92\xe1\x37\x62\x0c\xa2\x5c\xd1\xc9\x17\xbf\x28\x57\xf4\xe0\x11\x36\x38\xdf\x51\xae\x98\x6e\xcc\x28\x57\x80\xc2\x84\x17\xe5\x8a\xa9\x73\x81\x72\xc5\x74\x63\x46\xb9\x62\xba\x5c\xa3\x5c\x31\x75\xf2\x50\xae\x98\xdd\x6b\x22\x29\xd0\xbd\x3b\x92\x02\x93\xb7\x8b\x72\xc5\x74\x0d\xb1\xd1\xae\x0e\x12\xea\x14\xdb\x37\x4f\xa3\xa7\x43\xe6\xfc\x45\x9d\xe2\xe8\x40\xa0\x4e\x41\x97\xed\xf0\xa2\x40\x71\x74\x04\x68\xf4\x74\x0a\xf3\x8f\x46\x4f\x27\x60\x1f\xea\x14\x47\xfb\x90\xa0\xf8\x39\x09\x48\x50\x9c\xcc\x73\xd2\xe8\xe9\x90\x9f\x7e\x69\xf4\x74\x5e\x9f\xec\x72\x95\x3f\x4a\x45\xc2\x8b\x72\xc5\xd1\x73\x43\xb9\xe2\xe8\xbd\xa0\x5c\x71\xf4\xd5\x50\xae\x38\x7e\x06\x94\x2b\x8e\x3b\x31\xca\x15\x87\x60\xe5\x45\xb9\xe2\x64\x8f\x30\xdd\x25\x12\xfe\xdf\x71\xf9\x84\xff\x77\xdc\x7f\xb6\xa6\x7b\x84\xe9\xc1\xff\x61\x7a\xf1\xc9\x34\xdd\x5f\x62\xba\x9e\xe9\xd6\x74\x3e\x03\xdc\xc0\x03\xf4\xf0\xc2\x0d\x3c\x7e\xcc\xa3\x7d\xd8\x00\x01\xf0\xb8\x78\x43\x00\x3c\x04\x86\x2f\x04\xc0\x43\x58\xf3\x42\x00\x3c\x6e\x08\x10\x00\x4f\xf5\x97\xda\xe7\x55\x24\xc5\xf8\x2c\xd8\xa7\xd7\x0a\x01\xf0\x14\x26\x0e\x24\xbf\x43\xbe\xea\xa5\x99\xd3\x1b\x78\x4e\x60\x2c\x41\x98\x17\x18\xeb\x0d\x0c\x10\x9b\x39\x5d\x6c\x07\xc6\x7a\xfd\x0e\xc0\x58\xaf\xef\x93\x66\x4e\x2f\xc1\xed\x4b\x33\x27\xc1\xa2\x17\x88\x4b\x80\xe6\xa5\x99\xd3\xeb\xd6\x78\x65\x4e\x78\x3f\x98\x13\x7e\x15\x9a\x39\xbd\x7a\xe5\x34\x73\x12\x64\x7a\x6d\xe6\xe4\xc8\xb2\x99\x93\xf6\xd9\xcc\x89\xc9\x11\x6c\xe6\x44\x5e\x3b\xd8\xcc\x89\xd4\x56\xb0\x99\xd3\x47\xcf\x0b\xc1\x66\x4e\xc4\x66\xe1\x91\x55\x11\x38\x82\x55\xf1\x78\x0e\x56\x05\x5f\x3a\xd8\xcc\x29\xf8\x4b\x58\x07\xbc\x97\x60\x33\x27\xe2\x8c\x60\x33\x27\xbe\x7b\xb0\x99\x53\xf4\x7f\xb0\x0e\x08\xb4\x03\xcd\x9c\xa8\x86\x0c\x81\x66\x4e\x31\x78\x15\x58\x15\xc4\x3c\xe1\x85\x55\xc1\x96\x1a\x68\xf4\x94\xf8\x46\x81\x46\x4f\x29\x78\x0e\x56\x85\x4f\x4d\xa3\xa7\xc4\xc2\x10\x68\xf4\x94\xf0\xb5\x03\x8d\x9e\xd2\x07\xdd\x86\x40\xa3\xa7\x44\xae\x35\xd0\xe8\x29\xf9\x9c\x34\x7a\x4a\x5a\x8b\x72\x45\x22\xb7\x1b\x50\xae\x48\x3e\x35\xca\x15\xe9\xf5\x7f\xb0\x2a\x48\xa9\x04\x94\x2b\x52\xf0\xc9\x90\xae\xf5\xbd\xa0\x5c\x81\x6e\x5a\x08\x28\x57\x64\xc6\x67\x40\xb9\x22\x17\x8f\x10\x1f\xc0\x99\x09\x28\x57\xe4\xc3\xbb\x0e\x32\x2e\xb0\x08\xe5\x8a\xcc\xc6\x1c\x02\xe2\x03\x6c\x47\x21\x20\x3e\x80\x2f\x1a\xbe\x68\xac\xe6\xed\x1d\x06\xbf\xc4\x3e\x34\x2e\xf2\xf6\x0e\x08\xe0\xb2\xe8\x07\x34\x2e\x4a\xd7\x06\x04\x70\xbd\x3b\x3a\x16\x95\x48\x2d\xa0\x63\x41\x9f\xf9\x10\xd0\xb1\xa0\xaf\x7d\x08\xe8\x58\xd4\xe4\xff\x10\x1f\x20\x9e\x0d\x08\x52\xd4\xed\x11\x0d\xb7\xfe\xea\xbd\x17\x02\x5a\x15\x8d\xa5\x2e\x44\x99\x13\xbc\x32\xf4\x28\x28\x6a\x0c\x01\x3d\x0a\x38\x8c\x21\xa0\x47\x81\xe8\x65\x08\xe8\x51\xb4\xc2\xcd\xd1\xa3\x68\xf8\x2b\x01\x3d\x0a\x04\x31\x43\x40\x8f\xa2\xb1\x40\x07\xf4\x28\x5a\xf6\x7f\x90\x46\xd8\xa9\x42\x82\x55\x01\xea\x19\x12\xfa\x02\xec\x3f\x01\xad\x8a\x5e\xfd\x25\xfa\x02\xbf\xfb\xc1\xb8\x78\x3c\x07\xe3\xe2\xf1\x39\x37\x47\x5e\xe5\x70\x84\xb5\x68\x5c\x20\xce\x19\x02\x1a\x17\x83\x1d\x3c\xa0\x71\x31\x1c\x12\x68\x5c\x0c\x3f\x3b\x1a\x17\xd3\x8f\x82\xc6\xc5\x04\x4f\x0f\x68\x5c\x4c\x3f\x2d\x1a\x17\x93\x3c\x5e\x40\xe3\x62\x26\xee\x8e\xc6\xc5\xf4\x63\xa2\x71\x31\xd9\x1a\x03\x1a\x17\x33\xfb\x3f\x18\x17\x0e\x09\x34\x2e\x68\x67\x1b\x02\x1a\x17\xab\x7b\x95\xc3\x39\xff\x77\x39\xe2\xfb\xa1\x71\xb1\xbd\x26\x1a\x17\xdb\x89\x83\xc6\xc5\x2e\xbc\xa5\x42\xdd\x7e\xf6\x08\xc6\x05\x30\x48\x40\xff\x02\xc9\x9e\x10\xd0\xbf\xd8\x8e\x09\xf4\x2f\x76\xf2\x9a\x30\x2e\x1c\x4b\xe8\x5f\x6c\xc7\x19\xfa\x17\x26\x7b\x02\xfa\x17\xa6\x5b\x02\x04\xc0\x9d\x79\x83\x10\x00\xb7\x63\x09\x02\xa0\xe9\x9d\x00\x01\x10\xe1\x9f\x10\xaa\x6c\x0c\xde\x04\x44\xbe\xeb\x5b\x82\xac\x77\x9d\xa8\xc0\x58\x8f\x57\x01\xaa\x32\x21\x10\x80\xaa\x04\x84\x42\x85\x91\x40\x8a\x2a\x54\x18\x09\x7e\xf7\x06\x23\xc1\xa7\x6e\x30\x12\xb4\xbd\xc1\x48\x70\x4c\x7c\x51\x4e\x7b\x49\x20\x85\x2f\xca\x69\xaf\xd3\xfd\x8b\x72\x9a\x5b\x5c\x68\x30\x2e\x1c\x75\x0d\xc6\x05\x08\x4d\x68\x68\xf8\x3a\x5a\x1b\x65\xfc\xd1\xfb\x51\xc6\x0f\xd2\x1f\xba\x65\xfc\xbc\xdd\x0e\xa0\xbe\xf8\x65\x07\x50\x07\x1f\x0a\x5f\x7c\xd2\x7e\x0b\x74\x07\x50\x5f\x8c\xc1\x0e\xa0\x8e\xdf\x1f\xbe\xf8\xa4\x25\x37\xc3\x0e\xa0\xee\xd2\xda\x01\xd4\x9d\x1d\x1d\x40\x1d\x1f\x36\x74\x00\x75\x22\xa7\xf0\xc5\x27\x2d\xbd\xde\x01\xc2\xc0\xf2\x1c\x84\x81\xe5\xfd\x20\x0c\x1c\x6d\x80\x30\x70\x78\xce\x81\x7d\x60\x47\xe1\x8b\x4f\x1a\x54\xc1\x10\x06\xf6\xb9\x78\x0f\x08\x03\x24\x4a\xc2\xc0\x3e\xf2\x03\x61\x60\xdf\xf5\x2a\x10\x06\xdc\x10\x06\xf6\x91\x03\x08\x03\xfb\x88\x64\xc2\xc0\x3e\x62\xc8\x30\xb4\xcf\x3b\x40\x88\x20\x5d\x16\xbe\xd8\xa5\xa5\xe7\x0f\x12\x5c\x08\x5f\x58\xd3\xd2\xe3\xa3\x60\xba\xeb\xfa\x17\xd6\xb4\x44\xb8\x17\xbe\xb0\xa6\x25\xc2\xa1\x30\xfd\xb4\x7c\x94\xe9\xa7\xe5\x25\xa1\x40\x61\x96\x26\xa0\x40\x01\x2f\x32\x04\x14\x28\x4c\x7f\x04\x14\x28\xe2\xf6\x0e\x7e\x5a\x7f\xd9\xb8\xbb\xd7\xc4\xf4\xee\x39\x4c\x5f\x9e\xc3\x74\x42\xf2\x80\x02\x45\x74\xe8\x4e\x3f\x2d\x03\x04\x05\x8a\xe8\x7e\x8e\x02\x85\x49\x94\xa0\x02\x05\x59\xc4\x80\x02\x45\xc2\xe3\x0b\x2a\x50\x6c\x8f\xb0\xcf\x69\x8b\x02\x45\xf1\xd3\xa2\x40\x51\x7e\x57\x81\x2b\xe1\xa4\x42\x81\x02\x06\x65\x08\x28\x50\x14\x07\x16\x0a\x14\xbf\x5d\x1a\x05\x8a\xe2\x9b\x40\x81\xa2\x38\xb0\x50\xa0\x28\x0e\x4f\x14\x28\x0a\xa9\x8a\x80\x02\x45\xf1\x4d\xa0\x40\x51\x08\x52\x03\x0a\x14\x45\x6b\x51\xa0\x28\x4e\x31\x14\x28\x8a\xdf\x01\x05\x0a\x21\xa0\x80\x02\x45\x73\x11\x46\x81\xa2\x11\x05\x04\x14\x28\x1a\x1c\x92\x80\x02\x45\xfb\xdd\x01\x8e\xc5\xf4\xee\x70\x2c\xa6\xd7\x84\x63\xe1\x74\x47\x81\xa2\x91\x8f\x0b\x28\x50\xb4\xe9\xfd\xe0\x58\xc0\x1e\x08\x28\x50\xb4\xe9\x1d\xe0\x58\x10\xdc\x06\x14\x28\x28\xba\x08\x01\x05\x8a\xee\xd4\x44\x81\xa2\x39\x39\x50\xa0\xe8\x7a\x4b\x28\x50\x74\xd8\x1f\x01\x05\x0a\x41\xde\x70\xe4\x58\x78\x07\x78\x14\x2e\xf3\xa8\x4c\x0c\x17\x53\x54\x26\xa8\x16\x0c\x01\x95\x89\x91\x3d\xda\xfc\x12\x6b\x51\x8b\x18\x2e\xde\xa8\x45\x0c\xdf\x35\x6a\x11\xc3\xed\x01\xb5\x88\xe1\xa2\x8f\x5a\xc4\x70\x0b\x47\x2d\x62\xb8\xe8\x5f\x3b\x4c\x7a\x84\x0a\x43\xf3\x2a\xa8\x30\x34\xef\x0e\xdf\xc3\x2f\x86\x92\xc4\xf2\xcd\xa3\x49\x4e\xbb\xde\x10\xd0\x24\x5f\x7e\x3f\x54\x26\x68\xa3\x1f\x22\x94\x3f\x74\xe8\x42\x84\xf2\x87\x46\x5d\x88\x50\xfe\x36\x31\x4f\x84\xf2\xb7\x99\x1d\x11\xca\x1f\xac\xfd\x10\x1f\xb9\x20\x9b\x23\xb8\x20\xac\x0c\x11\xca\x1f\xf5\x0b\x21\x42\xf9\xdb\x8c\xf2\x08\xe5\x8f\x9a\x81\x10\xa1\xfc\x51\x5d\x10\x22\x94\xbf\xbd\xbd\xfb\xe2\x97\xde\x7d\x73\xce\x3b\x20\x25\xb1\xfc\xdf\x67\xdf\x21\x99\x15\xa1\xfc\x1d\xd2\x73\x11\xca\xdf\x61\x05\x8b\x50\xfe\x0e\xdb\x58\x54\x4a\x82\x19\x1e\x95\x92\x60\xed\x89\x50\xfe\x0e\x5b\x40\x84\xf2\x77\xee\x1f\xed\x50\x43\x84\xf1\x77\xae\x97\x84\xea\xc2\x74\x8f\x30\xfe\x0e\x19\xc6\x08\xe3\xef\x30\xdd\x23\x8c\xbf\x43\x2e\x2b\xc2\xf8\x3b\xc7\xc7\x84\x5e\x42\xe0\x14\x03\x34\x18\xf8\x86\x51\x95\x09\xc2\x9a\x88\xca\x04\xc5\x05\x21\xa2\x32\x21\x67\x32\xa2\x32\x21\xbc\x10\x55\x99\xb8\xfe\x0f\x1a\xcc\xf5\x97\xd0\x4b\xc8\x29\x46\x55\x26\x7c\x65\x41\x1a\x0c\x16\x05\x38\x24\x4c\xd4\x18\xe0\x90\x3c\x0c\x25\x15\x28\xc8\x5a\x46\x15\x28\x00\x61\xa2\x0a\x14\x78\xd7\x11\x05\x8a\x97\x74\x4b\x44\x81\xe2\x25\x8d\x11\xa3\xf4\x19\x9e\x13\x05\x8a\x17\xbf\x3f\xa2\x40\xf1\x12\x91\x44\x14\x28\x82\xcf\xf2\x85\x3c\x3d\xe0\xcd\xc7\x0f\x64\xea\xc8\x15\x85\xf8\x81\x4c\x3d\x78\xf7\x2f\x1c\xea\xe1\xf5\x97\x9d\x5f\xf2\x06\xbf\x98\xa7\x87\xc7\xbb\x4f\x8e\x78\x4b\x1f\xc8\xd4\x83\xd6\x7e\xf1\x50\x0f\xaf\x4f\x26\x7f\xc6\xff\x61\x1f\x59\xd2\xf8\xc5\x43\x3d\xf8\x8d\xbe\x78\xa8\xeb\x9d\xc5\x2f\x1e\xea\x81\x30\x3f\x7e\xf1\x50\x0f\xc4\x27\x31\x61\x1f\x99\xb4\x98\xb0\x2f\xf8\x3f\xec\x83\x4b\x10\x13\xf6\xbd\x5e\x05\xfb\x7c\xf3\x09\xfb\x5e\xef\x3e\x60\xef\xf0\x35\xbf\x78\xa8\xe7\xe6\x73\x2e\x8e\xbc\xdf\x67\x5f\x86\xbb\x1a\xbf\x78\xa8\x23\xd2\x13\x62\x42\x41\x04\x22\x66\xa4\x49\x6d\x01\xb6\x8e\x34\xa9\x15\x0b\x88\x34\xa9\x95\xe0\x18\x6d\x52\xeb\x04\xb7\x49\xed\xf2\x7f\x70\x80\x9c\x2b\x36\xa9\xbd\x5e\xa5\xc3\xfa\xe1\xc9\x32\x1c\xa0\xea\xb9\xc9\x39\x9f\x05\x0e\x90\x63\xf0\x8b\x79\x3a\x35\x80\x21\x7e\x31\x4f\x37\x6f\x1f\xbf\x98\xa7\x2f\x97\x82\x2f\xe6\xe9\xbf\x65\x82\x46\xb4\x67\x7a\x0e\x9e\x0f\x1b\x57\x44\x81\x82\x5a\xda\x10\x51\xa0\x78\x96\xbf\x84\xe7\x03\xb6\x12\x51\xa0\x10\xcc\x8c\x28\x50\x50\x91\x1b\x22\x0a\x14\xb4\xf9\x0d\x11\x05\x8a\xc7\xf7\x82\x02\xc5\xe3\x3b\x43\x81\x82\x82\xe3\x10\x51\xa0\x10\x86\x8c\x28\x50\x50\x7e\x1c\x22\x0a\x14\x54\x07\x87\x88\x02\x05\x12\x9f\x21\xa2\x40\x21\x3c\x1b\x51\xa0\x78\xb4\xaf\x6a\x1f\x77\x47\x81\xe2\x75\xd9\x45\x81\x22\x54\xef\x80\x4a\x48\xf5\x97\x70\x79\xfc\x7e\x48\x49\xe4\xed\xfd\xe0\xf2\x80\x59\x44\xa4\x24\x44\x99\x22\x52\x12\xf9\xf7\x64\x70\x79\x7c\x2f\x48\x49\x98\x52\x89\x48\x49\xa0\x03\x19\x22\x52\x12\x79\xff\x05\xef\x45\x54\x26\xb2\x2f\x1e\x95\x89\xec\xd2\x8a\xca\x44\xf6\xf3\xa1\x32\x21\xe0\x15\x51\x99\xf8\x4d\x07\x54\x26\xb2\xfb\x16\x2a\x13\xd9\x7d\x0b\x95\x89\x7c\xfc\x9f\xa6\xf3\x3a\x9b\xa6\xf3\x92\x50\x99\xc8\xd7\x5f\x6a\xba\x77\xc0\x74\x77\x3f\x54\x26\xb2\x9f\x5d\x95\x09\x20\x99\x88\xca\x44\x23\xd0\x8e\xaa\x4c\x90\x28\x89\xaa\x4c\xb8\x7c\xa2\x32\x81\xe6\x73\x88\xa8\x4c\x50\x34\x13\x22\x2a\x13\x28\x47\x87\x88\xca\x04\xa5\xb4\x21\xa2\x32\xa1\xa7\x18\x51\x99\x40\xc9\x39\x44\xfb\xd7\x66\xaf\x02\xcd\x27\x7b\x15\x68\x3e\xc5\xff\x41\xf3\xc9\x7c\x5a\x54\x26\x1a\xe1\x6c\x44\x65\xa2\x91\x3a\x88\xa8\x4c\x98\x32\x8a\xa8\x4c\x08\x24\x45\x55\x26\xf4\x2d\x54\x99\xf0\x6b\xaa\x32\xe1\xe0\x51\x65\xc2\x09\xa0\xca\x84\x03\x59\x95\x09\xa7\x83\x2a\x13\x7a\x44\xaa\x4c\x38\xa9\x54\x99\x70\x4c\xa8\x32\xe1\xf7\x53\x65\x62\x7a\x3f\xb8\x3c\x4e\x77\x55\x26\xf0\x6f\xa3\x2a\x13\x0e\x56\x55\x26\x1c\xd6\xaa\x4c\x38\xdd\x55\x99\x70\xfa\xa9\x32\xe1\x98\x50\x65\x02\x3f\x2e\xaa\x32\xe1\x22\xac\xca\x84\xe3\xcc\x46\xb4\xe4\xc3\xa3\x4a\x12\x64\x8f\xa3\x4a\x12\xbe\x5d\x95\x24\x7c\xf3\x2a\x49\x24\x9f\x0c\x3e\x8b\xdf\x4f\x25\x09\x92\x67\x51\x25\x09\x97\x5d\x95\x24\x48\xc8\x45\x95\x24\x1c\x83\x2a\x49\x90\xec\x89\x2a\x49\xb8\x69\xab\x24\xe1\x52\x0e\x55\xf0\x38\x3e\xa1\x0a\x1e\xc7\x19\x54\xc1\xe3\x93\x41\x15\x3c\x8e\x5d\xa8\x82\xe2\x43\x51\x25\x09\xbd\x41\x95\x24\x5c\x6c\x54\x92\xf0\x1b\xa9\x24\xe1\x78\x51\x49\xc2\x91\x05\x55\xf0\xe2\xe9\xc7\x2d\x9f\x85\x27\x53\x65\x02\x82\x63\x04\x65\x7a\xf4\x30\x41\x92\xde\xe0\x35\x3f\xa4\xe5\x25\xe9\x16\x41\x92\x5e\x58\x38\x11\x24\x49\x04\x23\x82\x24\x89\x8a\x44\x90\xa4\x37\xf9\x4b\x38\x2b\xba\x75\x20\x49\x26\x89\x22\x48\xd2\x4b\x06\x3c\x82\x24\xbd\x3e\x35\x48\x52\x08\x1e\xe9\x2e\xf1\x55\x40\x92\x02\x49\x9b\x08\x92\xf4\x73\x89\x40\x92\x7e\xee\xc4\x91\xd8\xe0\x39\x88\x0d\x6e\xc5\x20\x49\x26\x58\x22\x48\x92\x89\x99\x08\x92\x94\xfe\x12\xe7\x0c\x11\x90\xe9\xcb\x70\xfc\x77\x04\xdd\xe3\xf7\xd0\x9b\x23\x1f\xe5\x33\x3d\x39\x90\x51\x99\x48\xe4\xd5\x22\x2a\x13\xc9\x21\x8f\xca\x44\x02\xc7\x8d\xa8\x4c\x24\x48\x38\x11\x95\x89\x44\x80\x17\x51\x99\x48\xd0\xc9\x22\x4a\x12\x49\xaf\x0e\x25\x89\xa4\xff\x87\x92\x84\xc0\x47\x44\x49\x22\x05\xaf\x89\x0d\x60\xa0\x11\x25\x89\x14\xbd\xbb\x36\xf8\x64\xd8\xa0\x2f\x8a\x92\x84\x10\x49\x42\x49\x22\xf1\xf9\x12\x4a\x12\x89\x8f\x92\x50\x92\x48\x78\x83\x09\x25\x09\x4a\x4d\x43\x52\x49\xe2\x78\x2e\x73\x4d\xcf\x15\xfe\x77\x38\xc2\x3e\x40\x98\x84\x92\x44\x7a\x3c\xf7\xd9\x27\x0c\x92\x50\x92\x90\x39\x9b\x50\x92\xc8\x84\x7b\xc9\x4e\xb7\xc0\x5f\xc9\x76\xb6\xf8\x86\x49\x25\x89\xee\x53\xc3\xe9\x60\x91\x4a\x2a\x49\x00\x8d\x25\x95\x24\xa0\x3b\x26\x95\x24\xc8\x9c\x27\x95\x24\x40\xc9\x13\x4a\x12\x05\xdf\x22\xd9\xea\x36\x78\x4d\x38\x0f\x40\x94\x09\x25\x89\x4e\x84\x90\x50\x92\xe8\xd1\xff\xc1\x79\x60\x41\x49\xb4\xba\xed\x2c\x44\x09\x95\x89\xce\xa2\x98\x50\x99\xe8\xd1\xab\xa0\x32\xc1\x24\x4e\xa8\x4c\xf4\xe2\x53\xc3\x17\x60\x2c\x25\x54\x26\x3a\xd4\xbd\x84\xca\x44\xcf\x7c\x15\x54\x26\x7a\xf6\x97\x70\x1e\xf0\x9d\x12\x4a\x12\x9d\xf1\x92\x50\x92\xe8\x2c\xad\x29\x68\x03\x6f\x1e\x25\x89\xce\xb6\x99\x82\x36\xf8\x3f\x38\x0f\x2c\xa6\x09\x25\x89\xee\x3b\x43\x49\xa2\x13\x27\xa6\xa0\x0d\x3e\x0b\x36\x38\xea\x50\x92\xe8\x8e\x02\x94\x24\xe8\x5e\x18\x12\x4a\x12\x9d\xc2\xa6\x04\xad\xaf\x83\x05\x24\x68\x7d\x9d\x19\x90\xa0\xf5\x89\xc2\x24\x68\x7d\x74\x4b\x0c\x09\x5a\x5f\x27\xb3\x9c\xa0\xf5\xd1\x3b\x31\xa4\xa8\x7d\xbc\x33\x68\x7d\xc8\x62\x85\x04\xad\x0f\x1d\xe9\x90\xa0\xf5\xa1\x0e\x1d\x52\xd4\x3e\xde\x3c\xb4\x3e\x74\xa4\x43\x82\xd6\xd7\x99\x7f\x09\x5a\x5f\x27\xca\x49\xd0\xfa\x3a\xdc\x8c\x64\xab\x5b\x96\xdd\xa4\x02\x85\xdf\x1d\x5a\xdf\x64\xb5\x49\xd0\xfa\xa6\x5f\x1a\x5a\x9f\x08\x4d\x82\xd6\x37\x7d\x13\x49\x4e\x87\xf7\x93\xb7\xc1\x9b\x87\x9e\x77\x7e\xe7\x20\x05\xb0\x85\x27\xe5\x22\x70\x35\x12\xf4\xbc\x03\x39\x37\x41\xcf\x3b\xb8\x13\x09\x7a\xde\xe9\x9e\x03\xf8\x1f\x9e\x03\xf8\xc7\xd1\x49\x50\xf0\x3e\xb1\xa4\x7f\x2e\xc9\x09\x76\x9e\xfb\x64\x82\x9d\x77\xf0\x84\x13\xec\xbc\x43\xc8\x93\x60\xe7\x9d\xe5\x0d\xe0\x3c\x00\x24\x25\xd8\x79\x87\xc0\x22\xc1\xce\x3b\x78\x44\x09\x76\x1e\xad\xe4\x43\x82\x9d\x77\xf0\x73\x12\x14\xbc\x03\xb3\x34\x41\xc1\x3b\xf8\xda\x09\x0a\xde\x21\x37\x98\xa0\xe0\x1d\xb2\x5e\x09\x0a\xde\x21\xe8\x48\x50\xf0\xac\x1e\x4a\x50\xf0\xac\x3a\x4a\x50\xf0\x8e\x8b\x0d\x14\xbc\xe3\x52\x07\x05\xef\x34\xaf\x89\x7d\xcd\x27\xc3\x3e\x0a\x08\x12\x14\xbc\x03\x34\x96\x8a\xf6\xf1\x9c\x55\xfb\x78\x16\x28\x78\x87\x20\x27\x55\x3f\x1f\x93\xbf\xfa\xf9\x78\x2f\x15\xfb\x08\x13\x53\xc5\xbe\xe1\x55\xe0\x43\x24\x7f\x09\x1f\x02\x88\x2b\xa9\x24\xe1\x90\x57\x49\xa2\xf8\x3f\xf8\x10\xc5\xbb\xc3\x87\x70\x78\xa2\x24\xf1\xe2\xbf\x27\x95\x24\x5c\x14\x55\x92\xa8\x1e\xc1\xf7\x70\x41\x41\x49\xe2\x75\x19\x44\x64\xdd\xa4\x4d\x42\x64\xfd\x75\x72\xa0\x32\x61\xcd\x53\x42\x65\x42\x30\x2c\xa1\x32\xf1\x3a\xf9\x51\x99\x78\x09\xde\x53\xd3\x3e\xde\x67\xd3\x3e\xcf\x61\x5f\xf6\x2a\xd8\xe7\x22\xd5\xb4\x0f\x8b\x9a\xf6\xf9\x9c\xf2\x3d\xbc\x26\x7c\x0f\xbf\x6d\x93\xef\xc1\x78\x41\x65\x22\x50\xee\x92\x50\x99\x08\x6e\x63\x5d\xbe\x07\xdf\x08\x95\x89\xe8\x12\xa2\xca\x84\xb6\xa3\x32\x21\x88\x96\xba\x7c\x0f\x9e\x45\x95\x09\x97\x5d\x55\x26\x92\xe7\xe0\x7b\x10\x8d\x25\x55\x26\xb4\x4f\x25\x09\xbf\x34\x4a\x12\xc9\x65\x10\x25\x89\xe4\x96\x83\x92\xc4\xcf\x9d\x40\x48\x3d\xb9\xfd\x21\xa4\x9e\x7c\x4e\x94\x24\x92\x0b\x1f\x4a\x12\xc9\x37\x88\x92\x44\x72\x9c\xa1\x24\x91\x80\xb8\x12\x4a\x12\x74\xbf\x0b\x09\x25\x89\x74\xbd\x03\xbc\x8d\xeb\x55\xbe\xef\x90\x5f\x8f\x3e\x1b\x32\x9c\xa3\x84\x5a\xba\x25\x42\x49\x0a\x1e\x29\xa3\x84\xca\x44\x26\x9b\x9b\x50\x99\x28\x8f\x47\x81\x23\x7f\x09\x6f\x03\x3f\x3c\xa1\x32\x91\x7d\x16\x54\x26\x32\x31\x64\x42\x65\x22\xbb\x08\xa3\x32\x91\xa1\x34\x26\xa4\x24\x0a\x3e\x6c\x42\x4a\x22\x93\xe0\x4c\x48\x49\x64\xd2\xb9\x09\x29\x89\x7c\xb0\x08\x29\x89\x0c\x84\x97\x90\x92\xc8\xda\x8e\x94\xc4\xcf\xb5\x41\x4a\xa2\x10\x6d\x26\x5a\xf2\x7e\x88\xd0\xbf\x97\x64\xba\xf5\xd6\xec\xdf\xa0\x74\x38\x08\x50\x99\xa8\x00\x3b\x09\x95\x89\xea\x90\x47\x65\xa2\xba\xd7\x2f\xe8\x1e\x04\x63\x69\x41\xf7\xf0\xd3\xa2\x40\x51\xf5\x50\x50\xa0\xa8\x20\xef\x09\x05\x8a\x0a\x95\x3b\xa1\x40\x81\x7a\x57\x48\x28\x50\x58\xac\x9b\x50\xa0\x68\x7a\x6e\x28\x50\x34\xf7\x2d\x14\x28\x5a\xf3\x1c\x7c\x0f\x3d\x45\x54\x26\x2c\xeb\x4d\xa8\x4c\x34\x07\x01\x2a\x13\xcd\xe1\x82\xca\x84\x85\xbc\x09\x95\x09\x14\xb3\x42\x42\x65\x02\x1d\xac\x90\x50\x99\x68\xee\xf5\xa8\x4c\x74\x38\xcb\x09\x95\x09\xcb\x73\x13\x2a\x13\x9d\x32\x99\x84\xca\x44\xf7\x7e\xa8\x4c\x0c\xc0\xd3\x84\x92\x04\x32\xd9\x21\xa1\x24\x41\x1f\xc0\x90\x50\x92\xa0\x63\x60\x48\x28\x49\x8c\xe0\x2f\x2b\xe7\xb0\x08\x25\x89\xa1\x8f\x8e\x92\xc4\x70\xd0\xa1\x24\x31\x5c\xf4\x51\x92\xb0\x92\x29\x1d\x95\x40\x18\xd6\x28\x49\x8c\xe3\x55\x50\xca\xd0\x13\x86\x9e\x37\x49\xfd\x24\xe8\x79\xd3\xaf\x09\x3d\x6f\xea\x9d\x41\xcf\x9b\x8e\x10\xe8\x79\xd3\x45\x1f\x7a\xde\xd4\xc3\x84\x9e\x37\x61\xd3\x24\xe8\x79\x53\x9f\x19\x7a\xde\x74\xf1\x86\x9e\x37\xdd\x10\xa0\xe7\x4d\xb7\x0e\xe8\x79\x53\x2f\x12\x7a\xde\x74\xab\x82\x9e\xb7\xdc\xde\xa1\xe7\xad\xe9\x73\xca\x4b\x61\x2c\x41\xcf\xdb\xd0\xf3\x32\xf4\x3c\x1a\x44\x85\x0c\x3d\x4f\x18\x2b\x43\xcf\xa3\xcd\x54\xc8\xd0\xf3\x68\x2c\x15\x32\xf4\xbc\x0d\x75\x2f\x43\xcf\xa3\x39\x56\xc8\xd0\xf3\x36\xcb\x7c\x86\x9e\x67\x61\x74\x86\x9e\x47\x8b\xa6\x90\xa1\xe7\xd1\x4a\x2a\x64\xe8\x79\xbb\x79\x04\x2f\x85\xf9\x90\xa1\xe7\x09\xb7\x65\xe8\x79\x96\x5e\x67\xe8\x79\xb4\xd8\x0a\x19\x7a\xde\xe5\x8b\x65\xe8\x79\x17\xae\x4b\x7e\x55\x02\xe1\x0e\x50\xf0\x2c\xc4\xc9\xaf\x9c\x15\x2c\x82\x82\x77\xa9\xe1\xcc\xe0\x51\x96\x3b\x67\xf0\x28\xb1\x95\x0c\x1e\xa5\x93\x90\xc1\xa3\xde\xea\xff\x50\xd8\xc8\xde\x0f\x3e\x0b\xe3\x25\xa3\x40\xf1\x92\xd6\xcb\x28\x50\xe8\x40\x64\x14\x28\x74\x20\x32\x11\x50\xf5\xee\x28\x50\xbc\xa4\x8c\x32\x0a\x14\x2f\x63\x22\xa3\x40\xf1\xb2\x4a\x65\x14\x28\x5e\x22\x92\x8c\x02\x85\x9b\x7d\x46\x66\x42\xc7\x23\x23\x33\x11\xd8\x64\x32\x32\x13\x81\x4d\x34\x23\x33\x11\x7e\xff\x5b\x1c\x61\x2d\x32\x13\xb4\x92\x0a\x19\x99\x89\x90\xfe\x82\xf7\x32\x0a\x14\xf4\x69\x0d\x19\x05\x8a\x44\xd0\x98\x51\xa0\x48\x2c\xc9\x19\x05\x8a\xa4\x79\x28\x50\x24\x96\x97\x8c\x02\x45\x6a\xfe\x2f\x73\x84\x09\x28\x50\x24\xa6\x5f\x46\x81\xc2\xbd\x3e\xa3\x40\xe1\xee\x9e\x51\xa0\x48\x4e\x00\x14\x28\x92\x2f\x10\x05\x0a\x13\x17\x19\x05\x0a\x77\xf7\x8c\x02\x45\x72\x08\xa2\x40\x91\xd8\x3a\x32\x0a\x14\x89\x0d\x21\xa3\x40\x91\x58\x34\x32\x0a\x14\x89\xa5\x20\xa3\x40\x91\xf0\x22\x33\x0a\x14\x19\xa0\x25\xa3\x40\x91\xfc\xd0\x28\x50\x98\x6e\xc9\x28\x50\x24\x3c\xa2\x8c\x02\x45\x8a\xde\x01\xfb\x9c\x8c\x28\x50\x98\xec\xc9\x09\xfb\x58\x50\x72\xd2\x3e\x3e\x5f\xd2\x3e\xde\x59\xc2\xbe\xa0\x0d\xb2\x62\x3c\xc2\x3e\xbc\xcf\x8c\x72\x85\x69\x9a\x8c\x72\x85\xfe\x51\x46\xb9\x42\xb6\x6a\x46\xb9\x22\x65\x7f\x89\x7d\x2c\x7c\x39\x6b\x1f\x77\x40\xb9\x42\x9f\x2b\xa3\x5c\x91\x08\x83\x33\xca\x15\xfa\x71\x19\xe5\x8a\xe4\x20\x47\xb9\x22\x91\x73\xcb\x28\x57\x24\x17\x22\x94\x2b\x52\xf4\xa9\xb1\x8f\x98\x20\xa3\x5c\x91\xc8\x30\x66\x94\x2b\x4c\x97\x65\x94\x2b\x12\xf9\xbf\x5c\xfc\x7e\x5c\x13\xe5\x0a\x3d\xcc\x5c\x24\x74\x71\x07\x94\x2b\x92\x0b\x03\xca\x15\x7a\x83\xb9\x38\x3e\xbd\x8a\xe3\xd3\x5f\x7e\xf6\xd5\xc7\xab\x74\x8e\xfc\x1f\xac\x18\x7c\xb5\x8c\x72\x85\x65\xd2\x19\xe5\x8a\x02\x46\x9f\x8b\xac\x18\x2c\x2a\xb0\x62\xf0\xb2\x32\xaa\x16\x72\x5e\x33\xaa\x16\x05\x3f\x2e\xa3\x6a\x51\x49\x6d\x65\x54\x2d\x2a\x29\xc6\x8c\xaa\x85\xc5\x44\x19\x55\x8b\x82\x57\x97\x51\xb5\xa8\x8f\xd7\x2c\x1c\x71\xbf\x2a\x2b\xc6\x5f\xc2\x8a\x21\x7b\x9c\x51\xae\x68\xdb\xfb\xc1\x7c\xd9\x9e\x83\xf9\x02\x23\x28\x43\x07\xb4\x64\x27\x43\x07\xb4\x84\x26\x43\x07\xec\x6e\x47\xd0\x01\x3b\xe9\x81\x0c\x1d\xb0\xc3\x21\xce\xd0\x01\xfb\xf1\x97\x30\x5f\x20\xcf\x65\xe8\x80\x1d\x1f\x3d\x43\x07\xa4\x71\x56\xc8\xd0\x01\x3b\xe8\x54\xfe\xa2\xaa\x46\x73\xac\x90\xbf\xa8\xaa\x75\x60\xcf\xdc\x60\xc5\xb8\x66\x41\x1c\x1c\xae\x2f\x0d\x56\x8c\x9b\x68\x83\x15\xe3\x22\x0c\xa9\x70\xb8\x0e\x42\x2a\x1c\x6e\x24\x90\x0a\x07\x4e\x57\x86\x54\x68\xf5\x73\x86\x54\x38\xa0\x1f\x66\x48\x85\xd6\x3b\x67\x48\x85\xa3\xfd\xa5\x71\x91\xe1\x1b\x0e\x17\x29\xf8\x86\xd6\x84\x67\xf8\x86\x8b\x40\x2d\xc3\x37\x5c\x4e\xfe\x6e\xbb\x13\x7f\x09\xd1\xc6\x65\x17\xbe\xe1\x72\x9f\x84\x6f\xb8\xf0\xb2\x32\x7c\xc3\xe5\x6b\x81\x53\xb8\xfc\xb4\xf0\x06\x69\x76\x19\x32\xbc\xc1\x9f\x57\x00\x37\xf0\xe7\x93\xc0\xff\xa3\x71\x63\xc8\xf0\xff\x7e\x7e\x00\xfc\x3f\x21\x92\x0c\xc9\x6f\xfb\x31\x21\xf9\xed\xe3\x35\xe9\xa1\xe2\x76\x04\xc9\x6f\x43\x60\xc9\x90\xfc\xb6\xc3\x0c\x92\xdf\x06\xf6\xcc\x90\xfc\x10\xd2\x0c\x19\x92\xdf\x76\x80\x40\xf2\xdb\x64\x96\x33\x24\x3f\x84\x3b\x43\x86\xe4\xb7\xf1\x3e\x33\x24\x3f\xe4\x46\x43\x86\xe4\x77\xe1\x35\x64\x48\x7e\x87\x30\x31\x43\xf2\xbb\x4e\x3f\x48\x7e\xf7\xf1\xc9\x36\x47\xbc\x79\x88\x7c\x17\xce\x43\x86\xc8\x77\x5d\x50\x16\x22\x2f\x2e\x9f\x0b\x91\x17\x07\xdd\x42\xe4\xc5\xe5\x6c\xc1\x6e\xd1\x0f\x58\xb0\x5b\xc8\xa0\xe6\x05\xbb\x05\xcf\x3b\x2f\x14\x52\x9c\xfc\x0b\x85\x94\xc7\x6b\xc2\x6e\x21\x0a\xc8\x0b\x76\x0b\xcc\x89\xbc\x60\xb7\xbc\xde\x4f\x76\x8b\xcf\x29\xbb\x85\xef\xb0\x61\x78\x90\x29\xcc\x1b\x86\x87\x36\x6c\x18\x1e\x6e\xd3\x1b\x86\x87\x5b\xe3\x86\xe1\xe1\xa8\xdb\x30\x3c\x5c\xd8\x37\x0c\x0f\x47\xeb\x86\xe1\xe1\x76\xbb\x61\x78\x38\x8d\x36\x0c\x96\xe0\x39\x18\x2c\x8e\xf9\x0d\x83\x25\x79\x07\x18\x2c\x7a\x9f\x5f\x74\xd4\x83\xfe\xe6\x17\x1d\x75\x93\x28\xf9\xc0\x60\x71\x7b\x38\xd8\xa7\xe3\x01\xe4\x14\xdc\xd4\x8e\xf6\x71\x87\x83\x7d\x2e\x1a\x07\xfb\xdc\x44\x8f\xf6\x79\x0e\xfb\xdc\x72\x0e\xf6\x11\x2f\xe4\x83\x7d\x6e\x39\x07\xfb\xf4\x37\x8f\xf6\x61\xed\xc1\xbe\xec\xff\xb0\xcf\xad\xf8\x60\x9f\xce\xda\xc1\x3e\xdd\x89\x2f\x72\xea\x99\xec\x6a\xbe\x28\xdc\x20\x99\x90\x2f\x0a\x37\x44\x63\xf9\xa2\x70\xe3\x72\x7d\x61\xb0\x38\xfb\x2f\x0c\x16\x92\x7c\xf9\xc2\x60\x59\xfe\x0f\x15\x1b\x37\xbc\x2f\x3a\xea\x85\xd4\x41\xfe\xa2\xa3\xfe\xdb\xd4\xbe\xe8\xa8\xff\xb6\xbf\x2f\x3a\xea\x15\x17\xac\x7c\x11\x50\xaf\xd8\x5e\xbe\x08\xa8\x37\xc6\x6e\xf9\xa2\x9c\xae\x84\x55\xf9\xa2\x9c\x6e\x1d\x6a\xf9\xa2\x9c\xde\x48\x86\x94\x2f\xca\xe9\x7d\xf8\xbf\xef\x39\xfb\xf4\x9a\x9d\xa3\x87\xa3\xc1\xd1\x5f\x5e\x72\xf9\x02\xa0\x3e\x40\x4b\xcb\x17\x00\xf5\x81\x32\x40\xf9\x02\xa0\x3e\xb3\x47\x07\xda\xcd\xe0\x48\x12\x0e\xff\xfb\x02\xa0\xbe\x58\x88\xca\x07\x1d\xf5\x43\x80\x57\x3e\xe8\xa8\x9f\xeb\x2f\x21\xb0\xb0\x8b\x15\xd4\x22\xa4\xe2\x17\xd4\x22\x68\xa0\x14\x0a\x6a\x11\x0f\xcc\xd9\x82\x5a\x04\x1a\xbe\xa1\xa0\x16\x81\x80\x7e\x28\xa8\x45\xa8\x05\x55\x50\x8b\x40\x86\x3f\x14\xd4\x22\x68\xbc\x14\x0a\x6a\x11\xf4\xd9\x0d\x05\xb5\x88\x87\x05\xba\xa0\x16\xa1\x86\x54\x41\x2d\x42\xb5\xa9\x82\x5a\x04\x0d\xa2\x42\x41\x2d\x82\xe6\x51\xa1\x04\xdb\xf8\xf0\x9c\x28\x42\x04\x16\xef\x82\x22\x44\x60\x11\x2e\x28\x42\x58\x51\x56\x50\x84\x88\x7e\x76\x14\x21\x0a\x00\x62\x41\x11\xa2\x90\xaa\x28\x28\x42\x94\xc7\x5f\x2e\xce\xf1\xd9\x83\x2c\x15\xcf\x1d\x7e\xe9\x53\x5f\x7e\xc9\x39\x14\x21\x0a\x0b\x7b\x41\x11\xa2\x90\xf0\x28\x28\x42\x14\x96\xf2\x12\x61\xe1\x30\xe4\xcb\x17\x01\xe5\x42\xd8\x56\xbe\x08\x28\x17\x3c\xc5\x42\xbb\xa8\xcc\xd6\x51\x68\x17\x65\xe6\xae\xd0\x2e\x4a\xad\xb9\x42\xbb\x28\x24\xd7\x43\xa1\x5d\x14\x92\xf2\xa1\xd0\x2e\x4a\x5d\xb8\x42\xbb\xa8\xc6\xa6\x5d\x68\x17\xd5\x9a\x4f\x0d\x4b\xa5\x7a\x3f\x58\x2a\xb8\x13\x85\x76\x51\xc8\xaa\x87\x92\x64\xa9\x60\x03\xed\xa2\x4c\x89\x15\xda\x45\xa9\x58\x57\x68\x17\xa5\x2e\x5c\xa1\x5d\x54\xc3\xaf\x2a\xb4\x8b\x6a\x78\x44\x85\x76\x51\x8d\xa4\x46\xa1\x5d\x94\xe9\xab\x42\xbb\x28\x13\x6b\x25\x61\x1f\x51\x63\x49\xd8\x77\xbd\xc3\x67\x1f\x82\xb4\xa1\xd0\x4a\x6a\xe0\xe3\x15\x5a\x49\x8d\xe3\x2f\x61\xa9\xe0\x45\x16\x5a\x49\x8d\xed\x11\x2c\x15\xc7\x3c\xad\xa4\xc6\xf6\x08\x96\x8a\x73\x93\x56\x52\xa6\xa1\x0a\xad\xa4\x86\xf3\x88\x56\x52\x03\x77\xa2\xd0\x4a\x6a\x38\xae\x69\x25\x35\x9c\x63\xb4\x92\x1a\xce\x15\x5a\x49\x0d\xfc\xe9\x92\x61\xe1\x38\xe3\x32\x2c\x1c\xa2\xb8\x42\x9b\xa9\xe1\x2c\xa6\xcd\x14\x8d\xc8\x42\xa1\xcd\xd4\xc4\xfb\x2c\xb4\x99\x9a\xde\x9d\x36\x53\xd3\x19\x47\x9b\xa9\x55\x3c\x82\xc1\xe2\x57\x81\xe4\x67\x3a\xa9\x40\xf2\x33\x69\x53\x20\xf9\x99\x78\x2a\x90\xfc\x4c\x20\x15\x48\x7e\xdb\x91\x05\xc9\x6f\xff\x9e\x05\x45\x96\xe6\x2f\x51\x64\x71\x24\x43\xf2\x33\xb5\x55\x20\xf9\xd1\x45\x3c\x14\x48\x7e\xa6\x9a\x0a\x24\x3f\xdd\xc8\x52\x65\xe8\xfc\x05\xef\x15\xf8\x7f\xe6\xc0\x0a\x1c\x3f\x4b\x8c\x0b\x1c\x3f\x81\xb2\x02\xc7\x8f\xfe\x7a\xa1\xc0\xf1\x53\x82\xaf\xd0\x65\xea\xb0\x8b\x15\xba\x4c\x09\xb7\x15\xf8\x7f\xc7\xa1\x04\xff\xef\xf8\xc1\xe0\xff\x09\x27\x16\xf8\x7f\xc7\x05\x1a\xfe\xdf\x4d\x1e\x21\x38\x43\xd0\x5f\xe0\xff\x5d\xbc\x89\x02\xff\xef\x42\x94\x2a\x28\x42\xc8\x6e\x2e\x28\x42\x58\x00\x5c\x50\x84\x10\xf0\x2a\x28\x42\x98\x77\x2a\x28\x42\xbc\xd5\x73\x90\x77\xdc\x51\x51\x7d\x30\x7b\x55\x50\x7d\x78\x8b\x77\x80\xa0\xe3\x90\x40\xf5\xe1\x75\x99\x40\xf5\x41\x60\xae\xa0\xfa\xf0\x3a\x24\x50\x7d\x30\x5b\x56\x50\x7d\x78\xf1\xdc\x0a\xaa\x0f\x6f\xf4\x1c\x36\x14\xff\x87\x0d\x78\x4b\xa5\x6b\x03\xb6\xa3\xfa\x10\x48\x71\x14\x54\x1f\x64\x0d\x17\x54\x1f\x42\xf0\x9a\x30\x58\x7e\x47\x30\x58\x08\x9f\x0b\xaa\x0f\xe9\xf7\x64\x30\x58\xb2\xe7\x60\xb0\x68\x1f\xaa\x0f\x26\xb3\x0a\xca\x0e\x26\x90\x0a\xca\x0e\x89\x20\xae\xa0\xec\x90\x8a\xbf\x84\x69\x33\x3c\x82\xa5\x82\x77\x56\x50\x76\x48\x4e\xb8\x01\x4b\xc5\x6f\x34\x60\xa9\x90\x7d\x2c\xa8\x3e\x98\xb4\x29\xa8\x3e\x24\xc7\x2e\xaa\x0f\xa6\x2a\xca\xd0\x06\x8f\xb4\x81\xd1\x33\x64\x12\x79\x04\x0b\xc7\x6f\x8b\xea\x43\x72\xf9\x44\xf5\xc1\x24\x58\x41\xf5\xc1\x84\x5c\x41\xf5\x21\x39\xa5\x51\x7d\xc8\x8e\x1e\x54\x1f\x32\x38\x7c\x41\xf5\x81\xc6\xa2\xa1\xa0\xfa\x50\x7e\xe7\x3e\xfb\x0a\x1e\x66\x41\xf5\xc1\x94\x43\x41\xf5\xc1\xb4\x49\x41\xf5\x81\xbe\xe1\xa1\x4c\x18\x10\xd3\x6b\xc2\x80\x70\x3e\xa0\x08\xd1\x97\x4f\x0d\xa4\xe6\xfd\x16\x0c\x08\xe7\xed\x82\x01\x01\x62\x52\x50\x8b\xf8\xf9\x78\xa8\x45\x74\x1d\x08\xd4\x22\xfa\xf4\x08\x86\x87\x5b\xdc\x82\xe1\x01\x26\x53\x50\x92\xe8\x6e\x78\x28\x49\x74\x72\xd0\x05\x25\x89\xee\x92\x85\x92\x44\x1f\xfe\x0f\x86\xc7\xf4\x7f\xd8\xa7\x2f\xba\xb4\xcf\x23\xed\xe3\xbd\xa0\x24\xd1\xa1\x24\x14\xe4\x22\x3a\x20\x7d\x41\x2e\xa2\xbb\xbe\x6c\xed\xe3\x7e\xc8\x45\x74\x80\xf8\x02\x91\xaf\x77\x8f\xb0\x0f\xda\x41\x41\x2e\xa2\x03\xe7\x17\x48\x7e\xbd\x7b\xa4\x7d\xfe\x0f\xfb\xfc\xd2\x90\xfc\xfa\x7f\x11\xc2\xbf\x97\x64\xf8\x7f\x2a\xc2\x16\xf8\x7f\xd6\x2e\x15\xf8\x7f\x5d\x5f\x66\x6b\x3a\x83\x60\x6b\x3a\xc3\xe5\x68\xba\x47\x98\x0e\x8b\xa3\x1c\xc9\x2d\x3c\xe6\x91\xdc\xc2\x2b\x3b\x92\x5b\x18\xf2\x30\xf7\xa6\xde\x84\x1a\x10\x0e\x17\xe8\x79\xe7\x7a\x07\xf8\x10\xa4\x1c\x0a\xf4\xbc\x0b\x1e\x5b\xa0\xe7\x5d\xe8\x6b\x05\x7a\xde\x21\x90\x29\xd0\xf3\x2e\x59\xe0\x02\x3d\xef\x80\xb2\x16\xe8\x79\x97\x20\xb5\x40\xcf\xbb\x64\xee\x0a\x4d\xa0\xae\x8b\x06\xf4\xbc\xeb\x52\x07\x3d\xef\xbe\xde\x61\x70\x07\xaf\x39\x39\xc7\x3b\x83\x9e\x77\xf4\x5e\xa0\xe7\x5d\x08\x79\x05\x7a\x1e\x1d\xc4\x42\x81\x9e\x77\x99\xd2\xf5\xd1\x86\xce\x11\x9c\x0e\x3c\xa9\x0a\x3d\xef\x92\x21\xae\xd0\xf3\x64\x8f\x56\xe8\x79\x37\x7a\x84\x0d\xa4\xa1\x2a\xf4\xbc\x0b\xf5\xab\x42\xcf\xb3\x44\xa8\x42\xcf\xbb\xe4\xd1\x2b\xf4\xbc\xfb\x78\x3f\xec\x4b\x3e\x19\xf6\x3d\x5e\xc5\x6f\xe4\xb3\xf8\x8d\x0a\x47\xda\xa7\x0d\xd8\x87\xff\x5e\x5f\xed\xf3\xc8\x6f\x34\x38\xc2\x3e\xe8\x95\x15\x7a\xde\x25\x51\x52\xa1\xe7\x5d\xb4\x3f\x2a\xf4\xbc\x4b\xc1\x50\x85\x9e\x77\x01\x7d\x2a\x1a\x10\x2f\x5e\x72\x45\x03\xe2\x65\x5c\x57\x34\x20\x5e\x7c\xa0\x8a\x06\x84\x1b\x6c\x45\x03\xe2\x25\x2f\x5a\xd1\x80\x78\xd9\x2c\x2a\x1a\x10\x6f\xf3\xc9\xe4\xac\xf0\x06\xd1\x80\x78\xf1\xce\x2a\x1a\x10\x2f\xfe\x58\x45\x03\xe2\x65\x8e\x55\x34\x20\x84\x87\x2a\x1a\x10\x26\x0b\x2a\x1a\x10\xe1\xf7\xcb\xcc\x11\xcf\x82\x06\x44\xe8\xfe\x52\x4e\x87\x47\x72\x3a\x78\x4b\x68\x40\xd0\xdf\x3c\x54\x34\x20\xe8\xd5\x1d\x2a\x1a\x10\x09\xd8\xac\xa2\x01\x21\xb6\x52\xd1\x80\x48\xd5\xff\xc1\xf7\xa8\xde\x1d\xbe\x07\x2e\x4a\x8d\xf0\x3d\x48\xbe\x54\xf4\x21\xcc\xcd\x57\xf4\x21\x32\x69\xb6\x8a\x06\x84\xd2\xa7\x35\xc2\x87\xf0\x3b\x44\x3a\x87\x90\xda\xaa\xe8\x43\x14\xbf\x26\xfa\x10\xc6\x89\x15\x11\x08\x63\xc8\xfa\xc5\x58\xb5\x90\x20\xab\x11\x1d\x0b\x66\x55\x45\x20\xa2\x90\x20\xab\x08\x44\xa8\x34\x5e\x11\x88\xa8\x7e\x15\x04\x22\x2a\xfe\x6d\x45\x20\xa2\xfa\xdd\x11\x88\xa8\x7e\x77\x04\x22\x2c\xee\xa9\x08\x44\x54\xc7\x0b\x02\x11\x15\x57\xb1\x22\x10\x51\xab\xbf\x84\x10\xd1\xfe\x92\x1d\xaa\x68\x47\x58\x86\x5a\xd1\x8e\x50\xa0\xbc\xa2\x1d\xa1\x9a\x56\x45\x3b\xa2\x91\xe2\xa8\x68\x47\x28\x73\x5e\xd1\x8e\x68\xbf\x9b\xc3\x95\x20\xfd\x51\x93\x5c\x09\xce\xa1\x1d\xd1\x58\xbc\x2b\xda\x11\x74\xed\x0a\x15\xed\x08\x33\x38\x15\xed\x08\xa5\xd3\x2b\xda\x11\xca\x95\x57\xb4\x23\x2c\x82\xad\xe8\x43\xb8\xbb\x57\xf4\x21\x2c\x97\xad\xe8\x43\xf4\xee\xff\x26\x47\x0c\x3a\xf4\x21\xdc\x80\x6a\x96\x2b\xe1\x35\xe1\x4a\x74\xef\x0e\x57\xc2\xc1\x83\x3e\xc4\xc0\xc3\xac\xe8\x43\x58\xf6\x5a\xd1\x87\x50\xd8\xbc\xa2\x0f\x31\x80\xdb\x2a\xfa\x10\x03\x8f\xbd\xa2\x0f\x31\xe0\x5d\x57\xf4\x21\x86\xef\x13\x0d\x08\x03\xd8\x8a\x06\xc4\xf4\xc9\xd0\x80\x98\x64\xe7\x2a\x1a\x10\xb3\x79\x77\xba\x8a\xe0\xaf\x54\x34\x20\xe6\xef\xa9\xe1\x4a\xf8\x96\xd0\x80\x98\x78\x28\x95\x26\x50\xf4\x21\x0b\x95\x26\x50\xb2\x39\x2b\x4d\xa0\x26\x7e\x4e\xa5\x09\xd4\x74\xb0\xa2\x1d\x31\xfd\x0e\xd6\x4a\x01\x75\x54\xa8\x7b\xea\x7c\x55\xa8\x7b\xd3\xef\x07\x75\x6f\x3a\xc8\xa1\xee\xad\xe9\xfd\x26\x47\xbc\xb3\x2a\x57\xc2\x27\x93\x2b\x81\xb5\x50\xf7\x36\x3e\x57\x85\xba\x47\x93\xb2\x50\xa1\xee\x29\xdc\x5e\xa1\xee\x6d\xd8\x26\x15\xea\xde\x76\x94\x43\xdd\x53\xb8\xbd\x42\xdd\xa3\xeb\x5a\xa8\x50\xf7\x2c\xba\xad\x50\xf7\x36\xa2\x90\x15\xea\xde\xc6\x65\xa8\x50\xf7\x36\xbe\x5a\x85\xba\xb7\x71\x4a\x2a\xf4\xbc\x8d\x8f\x57\xa1\xe7\x29\x22\x5f\x9b\x7c\x08\x7f\xa9\x0d\x58\x0b\x3d\x6f\xe3\x33\xd7\xae\x0d\xfc\xb2\x6b\x03\x77\x87\x9e\xb7\xf1\x30\x2b\xf4\xbc\x8d\x77\x56\xbb\x36\x78\x0e\xae\x84\xcb\x2e\x14\xbc\x4b\x6a\xa4\x42\xc1\xbb\xdb\x6b\x7e\x08\x86\xe2\xf3\x15\x44\x88\x7e\xe3\xa1\x82\x08\x3d\xd9\xe7\x84\x2b\xe1\xa6\x86\x02\xc5\x6f\x3b\x02\x2d\x7a\xc9\xcd\x57\x14\x28\x7e\x5b\x23\x0a\x14\xaf\x63\x10\x24\xe9\x75\x0c\x82\x24\xbd\xa4\xa1\x2a\x0a\x14\xc1\x45\x18\x05\x8a\xe4\xbc\x05\x65\x4a\x8e\x2c\x14\x28\x92\xb6\xa3\x40\x91\x7c\x83\x20\x50\xc9\xd1\x03\x02\x95\xfc\x7e\x2a\x50\x38\x5e\x94\x99\x70\x25\x02\x81\x4a\xbe\x6b\x65\x26\x5c\xdd\x94\x99\xf0\x6b\x82\x40\x25\x57\x4c\x10\xa8\xe4\xc8\x02\x81\x4a\xeb\x2f\x12\x5c\x05\x9c\x4a\x0e\x4f\xc0\xa9\xd4\x3d\xc2\xf4\xe9\x25\x31\x1d\xc0\xab\xaa\x40\xe1\xf0\x04\x9c\x4a\x4e\x8e\xa9\xe9\x3e\x34\xa6\xbb\xb4\x02\x4e\x25\x97\x48\xc0\xa9\xb4\xfc\x1f\xa6\x03\xf6\x55\x14\x28\x92\x0b\x03\xc0\x55\x72\xd0\xa9\x40\xe1\x20\x47\x81\x22\xb9\x9c\xa1\x40\x91\xc0\x94\x2b\x0a\x14\xc9\x45\x03\x05\x8a\x34\x3d\x87\x7d\xcb\xab\xf8\x69\xb1\x0f\x05\x8a\x44\x62\xa6\xa2\x40\x91\x08\x79\x2a\x0a\x14\x89\x74\x4b\x45\x81\x22\x6d\x9f\x13\xfb\xa6\x57\xc1\x3e\x97\x48\x15\x28\x8a\x47\x60\xed\x40\x4e\x15\x05\x8a\x1a\x3c\x02\x6b\x77\xf1\x46\x81\xa2\x12\x3e\x57\x14\x28\xaa\x9e\x30\x0a\x14\x15\xdf\xbe\xa2\x40\x51\xf5\x1b\x51\xa0\x90\x1e\x54\x51\xa0\xa8\x14\x31\x57\x14\x28\xea\xeb\x35\xe1\x12\xe8\x65\xa1\x40\x51\x49\xfd\x54\x14\x28\x6a\xf2\x2a\x8b\xa7\xf6\x0e\x9b\x73\xbc\x4f\x14\x28\x2c\x23\xa9\x5b\xfb\x78\x4b\x47\xfb\x18\x59\x47\xfb\x18\x3d\x28\x50\x54\xfd\x77\x14\x28\xea\xeb\xff\xb0\x4f\x9f\x19\x05\x8a\x0a\x8c\x55\x51\xa0\xa8\x7a\xfa\x07\xfb\x92\xff\xc3\x06\x0a\x55\x2a\x0a\x14\xd5\xe5\x05\x05\x8a\xfa\x7a\x4d\x6c\x70\x13\x3d\xd8\xa0\xcf\x75\xe0\x12\xc0\xaa\xa8\x17\x15\x8d\xe3\x11\x4a\x20\x64\xdc\x2b\xea\x14\xe6\x8b\x2b\xea\x14\xcd\x2d\x15\x75\x0a\xeb\x2d\x2b\xea\x14\x82\x45\x15\x75\x8a\x46\xa4\x56\x51\xa7\xb0\xe0\xa4\xa2\x4e\xa1\x9c\x6a\x45\x9d\xc2\x82\xea\x8a\x3a\x45\x77\xfe\xa1\x4e\x61\x88\x5c\x51\xa7\xe8\x2e\x44\xa8\x53\x74\x5c\xa2\x86\x3a\x45\x07\xeb\x68\xa8\x53\x74\xae\xd9\x50\xa7\xe8\xe4\x7d\x1b\xea\x14\xe2\x4a\x0d\x75\x0a\x65\xb8\x1a\xea\x14\xaa\xa5\x37\xd4\x29\x06\xee\x4b\x43\x9d\x42\xd5\xf3\x86\x3a\xc5\x60\xcb\x69\xa8\x53\x2c\xa0\xe2\x86\x02\xc5\x22\xa5\xd9\x50\xa0\x58\xcb\xff\xa1\xb0\xc1\xfc\x6b\x28\x50\xb8\x71\x35\x15\x28\x88\x60\x9b\x0a\x14\xe0\x20\x0d\x05\x8a\x0d\xba\xd1\x54\xa0\x20\xaa\x6a\x28\x50\xd0\x09\x33\x34\x15\x28\xf0\xa7\x9b\x0a\x14\x44\xda\x8d\xa6\x53\x87\x38\xb1\xd1\x74\xea\x3c\xde\x1d\x09\x0a\x22\xc3\x06\xe5\x6f\xf3\xdd\x9b\x12\x14\xc4\x04\x4d\x09\x0a\x52\x4d\x0d\x5a\xdf\x17\x6d\xfe\x73\x49\x6e\x41\x8c\x9e\xc7\x44\x81\x42\x01\xc7\xa6\x02\x05\xe1\x65\xfb\x29\x50\x70\x3b\x15\x28\xc8\x65\x35\x14\x28\x14\x70\x6c\x28\x50\x28\x93\xdd\x54\xa0\x60\x02\x34\x14\x28\x5e\x26\x47\x43\x81\xc2\x6e\x5f\x4d\x05\x0a\x96\x89\xa6\x02\x45\xf5\x7f\x60\xf4\xd5\xfb\x81\xd1\x43\xc1\x6b\x2a\x50\x54\x9f\x1a\xfc\x17\x3f\xbc\xa1\x40\x11\xd8\x43\x1b\x0a\x14\x81\xdc\x67\x43\x81\x22\xb0\xe8\x37\x14\x28\xac\x87\x6f\x2a\x50\xb0\x40\x37\x15\x28\xba\x57\x01\xdf\x1e\xfe\x12\x7c\x9b\xbd\xbe\xa9\x40\x31\xbc\x03\xf8\x76\xf7\x97\xe0\xdb\x0e\x72\x15\x28\xb4\x41\x05\x0a\x76\xfe\xa6\x02\x05\xd9\xce\x86\x02\x45\xc0\xc7\x6b\x28\x50\x04\xa6\x7b\x53\x81\xa2\x79\x84\x7d\x78\x9f\x4d\x05\x0a\xe2\x85\xa6\x02\xc5\xf0\x1c\xf6\x11\x42\x36\x15\x28\xf0\xc3\x9b\x0a\x14\x4c\xf0\xa6\x02\x05\x7e\x78\x53\x81\x02\x1f\xa8\xa9\x40\x81\x67\xd3\x50\xa0\x08\x4e\x5b\x14\x28\x02\xdb\x74\x43\x81\x82\xd6\xa5\xa1\xa1\x40\x11\x9a\xe7\xb4\xcf\xff\x61\x1f\x8b\x4d\xcb\xda\xc7\x3b\xcb\xd8\x17\x3c\x87\x3a\x85\x8b\x8d\xea\x14\x3e\xb5\xea\x14\x4e\x4d\xd4\x29\x2a\x45\x2c\x0d\x75\x8a\xaa\xed\xa8\x53\x54\xbf\x3b\xea\x14\x06\x9b\x4d\x75\x0a\x7c\xbc\xa6\x3a\x05\x41\x6a\x53\x9d\xc2\x77\x8d\x3a\x45\xad\x3e\x27\xd8\x3e\xf1\x42\x43\x9d\xc2\x10\xb9\xa1\x4e\x51\xfd\xb6\xa8\x53\x54\x7c\xb5\xf6\x45\x5c\xbd\x52\x48\xd5\xbe\x88\xab\x37\x42\xf9\xf6\x45\x55\xbd\xbb\xf4\x7c\x51\x55\xef\x4e\xfe\x02\xee\xef\x12\x52\xc0\xfd\x7d\x83\x05\xdc\x9f\xa8\xaa\x15\x70\x7f\x8a\xac\xda\x17\x71\x75\xf3\xa9\xed\x8b\xb8\x3a\xdd\x2e\x43\x2b\x74\xd9\xc1\xa7\x6c\x5f\xc4\xd5\x4d\x5b\xb6\x2f\xe2\xea\x66\x6c\xdb\x17\x71\xf5\x8e\x63\xd5\xbe\x88\xab\x5b\x9c\xdf\xbe\x88\xab\x0f\x60\xba\xf6\x45\x5c\x7d\x1c\x7f\xd9\xa0\x0f\xf0\x26\xbe\xe8\xa8\x2f\x52\x93\xed\x8b\x8e\xfa\x71\xf4\x80\x32\xa9\x70\xd3\x40\x99\x54\x9c\x69\xa0\x4c\x2f\x5b\x6a\x03\x65\x52\xf6\xbf\x21\x17\x41\xa3\xdd\xd0\x90\x8b\x50\xe5\xaf\x35\x09\x03\xd8\x80\x24\x84\x4d\x07\x1a\xb2\x0f\x81\xc4\x68\x43\xf6\x21\x00\xf5\x37\x64\x1f\x4a\xf2\x0e\x00\xea\x38\x02\x0d\xd9\x87\x42\x5a\xa8\x21\xfb\x50\x70\x19\x1a\xb2\x0f\x25\xfd\x45\x82\x6b\x28\x42\x14\xc2\xee\x86\x22\x44\x81\xfe\xd4\x50\x84\x28\xf8\x40\x0d\x45\x88\xe2\xb0\x46\x11\xa2\x64\xff\x57\xf9\x25\xaf\x05\x45\x88\x82\xff\xd7\x50\x84\x28\xee\x8c\x28\x42\x94\xe0\x43\xc3\x25\xc0\xe7\x6a\x28\x42\x94\xe8\x1d\x30\x3d\x78\x07\x4c\x8f\x1e\x7d\xa6\xeb\xe7\x34\x15\x21\x5c\xea\x54\x84\x70\x40\xaa\x08\xe1\x00\x41\x11\xc2\x44\x49\x43\x11\xa2\xb9\xd4\xa1\x08\xd1\xf0\xbc\x1b\x8a\x10\x26\x51\x1a\x8a\x10\xa6\x5b\x1a\x8a\x10\x96\x9f\x34\x14\x21\x9a\xc3\x45\x45\x88\xdf\x11\x58\x34\x44\xb7\xa6\x22\x84\x83\x40\x45\x08\x3c\xb0\xa6\x22\x84\x83\x07\x45\x88\xe9\xa0\x53\x11\xc2\x61\x86\x22\xc4\x74\x6a\xaa\x08\x41\x9e\xb9\xa1\x08\x31\x61\x55\x34\x14\x21\xa6\x13\x15\x45\x88\xe9\xee\x8e\x22\xc4\x84\x9b\xd1\x50\x84\x58\xc5\x5f\x82\x45\xbb\xb4\xd2\x58\x6a\xbb\x59\xa0\x16\x61\x30\xdd\x50\x8b\x90\x7e\xd8\x54\x8b\x70\xd1\x57\x2d\xa2\x6b\x03\x58\xb4\xdb\x83\x6a\x11\x7e\x07\xd5\x22\x5c\x34\x54\x8b\xf0\xed\xaa\x16\xe1\xa6\xa6\x5a\x84\x8b\x30\x6a\x11\x87\xe2\x82\x86\x5a\x84\x62\xe2\x0d\xb5\x08\xf5\xb5\x9b\x6a\x11\xd9\x3b\x90\x64\x80\x75\xd0\x54\x8b\x20\xca\x69\xaa\x45\x6c\xef\x00\x18\x7d\x7c\x96\x05\xc4\xec\xfd\x36\xa0\x32\xd6\x02\x32\x19\x68\x37\x40\x26\xc3\xf5\x06\xc8\xf4\x73\x20\x00\x99\x5e\x47\x24\x20\xd3\x4b\x54\xd5\x00\x99\x5e\xdf\x20\x20\x93\x09\x81\x06\xc8\xf4\xea\x40\x00\x32\xbd\xbe\x5d\x95\x24\x1c\xbb\x2a\x49\x90\x62\x6c\x2a\x49\xf8\xc5\x54\x92\xf0\x8b\xa9\x24\xa1\x73\xa1\x92\x84\x6f\x5e\x25\x09\x5d\x0d\x95\x24\x80\x67\x9b\x4a\x12\x40\x5c\x0d\x24\xe9\xb7\x51\x82\x24\x99\x4b\x6e\x47\x90\x17\xfb\x40\x92\x92\xde\xee\x11\xe4\xf5\x1c\x20\x2f\x29\xb1\x86\x92\x84\xc9\x89\x86\x92\x44\x72\x84\xa0\x24\x61\x15\x44\x53\x49\xc2\x37\xaf\x92\x84\x0e\x84\x72\x11\xba\x0c\xca\x45\x38\xdf\x95\x8b\xf0\xbd\x28\x17\x01\xe3\xbd\x29\x17\xe1\x37\x52\x2e\x82\x48\xbb\x81\x47\x65\xdd\x3a\xf0\x28\xdb\xd8\x35\xf0\x28\x6b\x15\xdb\x15\xe4\xe5\xc9\x90\x8b\x28\x7f\x92\xe0\x1a\x50\x95\x4d\x39\x1b\x50\x55\xd1\x5f\x01\xaa\x2a\x0e\x3a\xa0\x2a\x9b\x80\x36\xa0\xaa\xe2\xc7\x04\xaa\x2a\x0e\x09\xa0\xaa\xe1\x0e\x0e\x54\x35\x70\xfb\x3b\x50\x95\x75\x69\x1d\xa8\x4a\xb2\x78\x07\xaa\xa2\xef\x74\xe8\x40\x55\xd6\xac\x75\xa0\xaa\xce\xbe\xd5\x81\xaa\xa4\x95\x77\xa0\xaa\x81\xff\xde\x81\xaa\x3a\x8b\x62\x07\xaa\xea\x04\x7f\x1d\xa8\x4a\x92\x79\x07\xaa\xb2\xd6\xad\x03\x55\x0d\x7c\xfb\x0e\x54\xd5\xd9\x51\x3b\x50\x95\xcd\x2e\x3b\x50\x55\xbf\x5e\x05\xa0\x13\xaf\xb5\xbf\xda\xc7\x93\x01\x55\x75\x96\xdd\x0e\x54\xd5\x8f\x47\xd8\xc7\x36\xd6\x81\xaa\x06\x70\x46\x7f\xb5\x8f\x77\xa6\x92\x04\xc1\x6d\x47\x49\x62\x10\xd7\x74\x95\x24\x08\x8a\xbb\x4a\x12\xc7\x5f\x62\x1f\x01\x5e\x47\x49\x42\x3d\xe8\x8e\x92\xc4\x78\xbd\x9f\xf6\xf1\xae\x5f\xbf\x1f\x6f\x50\x25\x09\x36\x8b\x8e\x92\x84\x19\xf0\x8e\x92\xc4\x60\xd1\xef\x2a\x49\xb0\x01\xf5\xe0\xf7\xf3\x97\x00\xb9\x80\x4c\x3d\xa0\x52\xc0\x16\xd7\x51\x99\x98\x4c\x95\x8e\xca\xc4\x64\x59\xea\xa8\x4c\xcc\xe1\x55\x3e\xfb\xd6\xe3\x55\x06\x47\xbc\xc1\xa0\x82\x01\x4f\x8d\xca\xc4\x7a\xbc\x0a\x50\x6a\xf2\x7f\x40\x8d\x3f\x1b\x84\x52\xf9\x7e\xa8\x4c\x5c\xfc\xf7\x8e\xca\xc4\x25\x27\xdc\x51\x99\xb8\x2c\x67\x1d\x95\x89\xcb\x92\xd5\x51\x99\xb8\x2c\x9f\x1d\x95\x89\xcb\x52\xd0\x51\x99\xb8\xc5\xff\x55\x9e\x85\xe7\x44\x65\xe2\xb2\x10\x75\x54\x26\x2e\x8e\x4e\x47\x65\xe2\x76\xef\x0e\x94\x5a\x3d\x5a\x5c\xd3\x3b\x60\x5f\xf3\x0e\xd8\x97\xbd\xa6\xf6\x71\x0e\x95\x89\x9b\x3d\xc2\x3e\x98\x28\x1d\x95\x89\x4b\x91\x76\x47\x65\xe2\x12\x19\x76\x54\x26\x2e\x5b\x40\x47\x65\xe2\xb2\xfd\x75\x54\x26\x64\xca\x77\x54\x26\x2e\xe9\xb9\x8e\xca\x84\xf5\x81\x9d\xe6\x51\xb7\xfa\x3f\xec\x2b\xde\x0f\xfb\xba\x57\xc1\xbe\xec\xfd\xb4\xcf\xab\x60\x1f\x5b\x71\x4f\xda\xc7\xfb\x44\x9d\x82\xee\xe3\xa1\xa3\x4e\x41\x67\xf2\xd0\x51\xa7\xb8\xb0\x62\x3a\xea\x14\x17\x1e\x53\xa7\x79\xd4\x65\xf9\xec\x60\x55\x2f\x2b\x5f\x47\xe7\xdc\x0d\xaf\xa3\x73\xee\xd6\xd8\xc1\xb1\xdc\x52\x3b\x38\xd6\x3b\x3c\x02\x2a\xee\xde\x01\xa8\x78\xfc\x45\x82\xeb\x40\x5c\xef\xd4\x04\x50\x64\x3c\xcc\x0e\xc4\xf5\x3a\x71\x80\xb8\x5e\x3c\x94\x0e\xc4\xf5\x92\x10\xe8\x40\x5c\xee\xaf\x1d\x88\xcb\xbd\xb7\x03\x71\xbd\xec\x70\x1d\x88\xeb\x25\x20\xe9\x45\xd3\x79\x65\x45\x14\x99\x65\x02\x09\x74\x83\xfe\x8e\x04\x7a\xcc\x9e\x13\x45\xe6\x95\x01\x6a\x45\x07\x08\xa0\x56\x84\xc2\xd5\x01\xb5\xa2\x03\x04\x50\x2b\x3a\xe4\x01\xb5\x22\xa4\xa6\x0e\xa8\x15\x9d\x38\x80\x5a\xc9\xa9\x89\xe6\x84\x75\x85\x1d\xe0\x2a\x35\xaf\x89\x16\x80\xc3\x0c\xe0\xca\xbd\xbe\x03\x5c\x25\x12\x02\x1d\xe0\x2a\x81\xea\xf6\x2a\xbe\xed\xdd\xa9\x95\x77\x49\x06\xb8\xb2\x76\xb0\x03\x5c\x65\x17\x0d\x80\xab\xe2\xf2\x09\x70\x55\x5e\xcf\xa1\x05\x40\xbe\xb8\x03\x5c\xc9\x28\xee\x00\x57\xb2\x94\x3b\xc0\x55\x21\x45\xd5\x01\xae\x0a\x51\x47\x07\xb8\x2a\x64\xb2\x7b\x53\x0b\x80\xf7\xd9\xec\xcc\xe0\xd1\x06\x45\xf6\x0e\x87\x23\x86\x6e\x13\xd1\xe6\x59\x80\xaa\xaa\x6f\x02\xa8\xaa\x11\xa0\x77\xa0\xaa\x46\xc0\xdc\x81\xaa\x1a\x39\xc5\x0e\x54\x65\x9d\x58\x07\xaa\xb2\xa1\x51\x07\xaa\xb2\x2d\x52\x47\x49\xc2\x86\x46\x1d\x25\x09\x9b\x24\xf5\x0e\x34\xbd\x7c\x16\x61\x5d\xac\x45\x49\xc2\x3c\x6c\x47\x49\x42\x92\x58\xef\xc2\xba\xdc\x1d\x25\x89\xee\x66\xf1\x45\x63\xd5\xba\xb4\x0e\xe5\xcf\x72\xee\x8e\xca\x84\xea\xc9\x1d\x95\x89\xe1\x04\x47\x65\x42\xa5\xbb\x8e\xca\xc4\x70\x06\xa0\x32\x31\x71\x7b\x3a\x2a\x13\x76\x91\xec\xa8\x4c\x4c\x68\x61\x1d\x95\x89\x39\x7c\x32\x20\x5f\xdf\x04\x2a\x13\xd3\x25\x04\x95\x89\x39\x7d\x16\x20\x5f\xc8\x5e\x7d\x00\xf9\x3a\xfb\x51\x99\x58\xcb\xa3\x97\x23\xde\x20\x2a\x13\x16\x75\x75\x54\x26\x96\x4f\x86\xca\xc4\xd6\xf1\x40\x65\x62\x6f\xcf\x01\x89\xc2\x9f\xee\xa8\x4c\x58\x48\xd5\x51\x99\x50\xbf\xb8\xa3\x32\xb1\x89\x48\x3a\x2a\x13\xe6\x76\x3b\x2a\x13\xfb\x7a\x15\xe0\x52\x1d\x16\x54\x26\xb6\x2e\x03\x2a\x13\x96\x7f\x75\x54\x26\x2c\x1b\xeb\xa8\x4c\x58\x0c\xd6\x91\x92\xd8\x70\xa4\xfb\x17\x8d\xd5\xdf\x86\xb7\x28\x2d\xf7\xed\x22\x33\x71\x5d\x76\x97\xa5\xe5\x8c\x5d\x64\x26\xee\xf1\xa8\x72\x84\xed\x44\x63\x57\xdb\x97\x50\xea\x5f\x5d\x45\x3a\x0a\x14\x57\xf3\x50\xa0\xb8\x24\xf8\x3b\x50\xd5\x43\x15\x5e\x07\xaa\x7a\xdc\xd3\x80\xaa\x5e\x3d\x1b\xa0\x2a\x83\xa3\x0e\x54\xf5\x5b\xbc\x81\xaa\x5e\xf7\x2d\xa0\x2a\x43\xb3\x0e\x54\xf5\x12\x22\x77\xa0\x2a\xe9\x41\x7d\x8b\xb2\xf2\x64\x40\x55\x56\x40\x75\xa0\x2a\xc9\x42\x1d\xa8\xca\x9a\xae\x0e\x54\x65\x7d\x52\xdf\x56\xa4\xfb\x2c\x54\xa4\xeb\xab\x01\x55\x65\xf2\xda\x1d\xa8\x2a\x43\x5f\xeb\x40\x55\x59\x4f\x11\xa8\x4a\x2a\x4f\x07\xaa\xca\xb0\x7f\x3b\x50\x55\x86\x24\xd6\x81\xaa\xb2\x9e\xe9\xb1\x2c\x9b\x0f\x06\x54\x95\xc9\xb8\x77\xa0\xaa\x4c\xf6\xaa\x03\x55\x65\xfd\x70\xa0\xaa\xec\xf2\x79\x80\x1a\xf5\x92\x11\x52\xcf\xc1\x23\xa0\x46\x07\x2b\x30\xd6\x6f\x61\x07\xc6\xca\x8f\x57\x01\x6a\xd4\x87\x05\xc6\xca\xc1\xff\x59\x56\xcf\x1b\x04\xc6\xca\xc6\x27\x17\x28\xd5\x09\x87\x00\x7b\x72\xd0\x01\x71\x25\x52\x00\x1d\x88\x2b\xe9\xb1\x03\x71\xe5\xd7\x6b\x02\xa5\x3a\x3c\x81\xb8\x12\x20\x53\x07\xe2\xca\x7e\x69\x20\x2e\x25\x6d\x3a\x10\x57\x76\x7b\x00\xe2\x52\xd2\xa6\x5f\xbf\x9f\xbf\xe4\xfb\xe9\x17\x03\x71\x29\x85\xd3\x81\xb8\x32\x1b\xd7\x00\xe2\x4a\x4c\xe2\x01\xc4\x95\x81\x0c\x07\x10\x57\x0e\x9e\x03\x0e\x66\x4a\x8f\x47\x1b\x2e\x47\xd8\x40\xca\x68\x3c\xda\xd0\x38\xf2\x1b\xf9\x3f\x6c\x88\x1e\xf9\x8d\x26\x47\xd8\xf0\x7a\x15\x6c\x08\xde\x41\x38\x38\x70\x04\x5c\x0a\x03\x7d\x00\x63\x55\x3c\xbe\x01\x8c\x55\x59\xce\x06\x30\x96\x55\x6a\x03\x18\xcb\x3c\xfa\x00\xc6\x52\x7f\x66\x00\x63\x55\xdc\x97\x01\x8c\xa5\xc2\xcd\x00\xc6\xaa\xc5\x6b\x02\x97\xe2\xcc\x0c\x60\xac\x9a\x3d\x07\x5c\x0a\x77\x7c\xa0\x5c\xa1\x8a\xcd\xf8\x1f\x63\xe7\x96\x67\x2f\xab\x03\xd1\x29\xa9\xa0\xc8\x70\xb8\xce\x7f\x08\xe7\xd7\xac\xa5\x76\xbf\x7c\xff\xf3\xe8\xde\x5e\x00\x11\x52\xa9\xa4\x82\x72\x85\x15\xe2\xcb\x6e\x1f\x18\x09\x78\x2c\xcb\x22\x15\x94\x2b\x12\x9e\xe5\x72\xd0\x3f\xcc\xac\x82\x72\x85\xc1\x65\x05\xe5\x0a\xf5\xa7\x0b\xca\x15\x72\x01\x05\xe5\x0a\x43\xd4\xca\x61\xff\x3c\x93\xfe\x11\x49\x5e\x0e\x29\x6d\xef\x49\xff\xb0\x92\x0b\xca\x15\x29\x79\x26\xfd\xf3\x3d\x1c\xf6\x8f\x91\x3f\xec\x1f\xef\x0f\x79\x8a\xdb\x51\x42\x9e\x22\xe3\x2a\x2c\xc1\xa2\x0a\xff\x5a\x92\x0b\xca\x15\x96\x7f\x2c\x28\x57\x58\xb8\xb1\xa0\x47\x61\x59\xc5\x82\x1e\x45\xde\x3d\x22\x97\x1c\x66\xba\xa0\x47\x91\x59\x96\x0a\x7a\x14\x99\x65\xa9\xa0\x47\xa1\x6d\x51\x82\xdc\xb0\xcf\x83\x1b\x66\x61\x2f\xe8\x51\x64\x76\x9c\x82\x1e\x45\xf6\x73\x88\x72\xc3\x0c\x2e\x7a\x14\x05\x4b\xaa\xa0\x47\xa1\x32\x6f\x41\x8f\x42\x25\xe0\x82\x1e\x45\x21\x5f\xaf\xa0\x47\x51\xb0\xb2\x0a\x9a\x13\xea\xfb\x16\x34\x27\x0a\x7b\x76\x41\x73\xa2\x60\x93\x14\x34\x27\xd4\xf7\x2d\x68\x4e\x14\xac\x89\x82\xe6\x44\xe9\x3e\x8f\x7c\x78\xe8\x93\x82\xe6\x84\x1a\xc5\x05\xcd\x89\x02\x29\x52\xd0\x9c\x30\xcb\xa9\xa0\x39\xd1\xf0\xaa\x17\x34\x27\x5a\xf4\xcc\xd5\x87\x86\xf5\x59\xd0\x9c\x68\x38\x7b\x0a\x9a\x13\xad\xfb\x1f\x49\xef\xcf\x3d\xe1\xb7\xd9\x60\x0b\x9a\x13\xad\xdb\x16\x92\xde\xbb\x4f\x80\xfb\xc6\x7a\x29\x68\x4e\xe8\xe9\x2d\x68\x4e\xe8\xe9\x2d\x68\x4e\xe8\xe9\x2d\x68\x4e\x74\x2c\xc5\x82\xe6\xc4\x70\x21\x42\x73\x62\x60\x87\x17\x34\x27\x06\xb6\x7d\x41\x73\x62\xb0\x19\x16\x34\x27\xac\xdc\x58\xd0\x9c\x18\xbb\x67\xc2\x7d\xef\x3e\x01\xee\xdb\x39\x88\xe6\xc4\x70\x0e\xa2\x39\x31\x5c\xdc\xd0\x95\x18\xce\x6b\x74\x25\x06\xdb\x43\x41\x57\x62\xb8\x7c\xa2\x2b\x31\xc8\x63\x2c\xe8\x4a\x58\xc2\xb2\xa0\x2b\x31\x70\xb3\x15\x74\x25\x06\x58\xa2\xa0\x2b\x31\x0f\xcf\x3c\x39\xe2\x79\xe8\x4a\xcc\xe7\x09\x89\x23\xaf\xbb\x39\x93\x51\xa2\xcc\xd4\x74\x94\x20\xb5\x36\x17\xd3\x85\x9c\xf2\x96\x3c\x73\x11\x6c\x9b\xcb\x52\xa2\x4c\x84\x0b\xc3\x4d\x99\x08\xdc\x03\xe5\x96\xa4\xe7\xcc\x1b\x92\xfe\xf0\x3f\x88\x78\xe2\x60\xca\x0d\x11\xef\x06\x74\x43\xc4\xfb\x1e\x6e\xc8\x76\xbc\xb2\xe5\x86\x50\x87\xb0\x2c\x37\x84\x3a\x44\x67\xb9\x21\x64\x89\xc5\x2a\x19\x52\xd9\x6f\x25\x43\x2a\x3b\x23\x33\xa4\x32\x11\x4f\x25\x43\x2a\xfb\x15\x67\x48\x65\xec\xdb\x92\x21\x95\x9d\xd7\x19\x52\xd9\x6f\x2c\x43\x2a\x0f\xef\x09\xa9\xec\x77\x9b\x21\x95\x9d\xd7\x19\x52\x19\xdb\xbe\x64\x48\x65\xb7\xd4\x0c\xa9\x0c\x61\x59\xb2\xa4\x39\x4f\x28\x90\xca\x60\x89\x52\x20\x95\x9b\xff\xd9\x3f\x46\xa9\xd0\x3f\x4c\xda\x52\xe8\x1f\xe8\xaf\x14\xfa\x47\x44\x49\x29\xf4\xaf\xfd\xcb\x71\x51\x0a\x5d\x27\x8d\xb1\x14\xbb\xee\xe3\xec\x3a\x9d\x2d\x76\x9d\x21\x2b\x76\x9d\xc9\x53\xe8\x7a\xf5\xe1\x76\xdd\x33\x57\xd7\x83\x1f\x63\xa1\xeb\x2e\x9f\x95\xae\x03\xe2\x4a\x25\x1f\x1e\x60\x5f\x2a\xf9\xf0\xc5\x23\xf2\xe1\xa1\xf0\xca\x82\x4a\xd9\xda\xd2\x65\x41\xa5\x7c\x02\x2c\x4a\x25\x57\xde\x45\xbf\x92\x2b\xef\x86\x50\xc9\x95\xb7\xd5\x15\x3e\xdd\x5d\xac\xc2\xa7\x63\x61\x96\x0a\x9f\xbe\x79\x1d\x7c\xba\xbb\x5f\x95\x4f\xf7\x48\x3e\xdd\xb6\xc0\xa7\x03\xd0\x4b\x83\x4f\x77\xb2\x36\xf9\x74\xa6\x44\x93\x4f\xe7\x3a\x34\x27\x6e\xec\xbf\x82\xe6\xc4\xed\xa7\x82\xe6\xc4\x8d\x55\x5e\xd0\x9c\xb8\x0f\x9f\x90\x38\xf2\x09\x37\x77\x61\x94\xd0\x9c\xb8\xb1\xbc\x0b\x9a\x13\x46\xa0\x17\x34\x27\xac\xee\x5c\xd0\x9c\x30\xa0\xab\xa0\x39\xf1\x6c\xb7\x68\x4e\x3c\x9b\x36\x9a\x13\xd6\x34\x2e\x68\x4e\x28\xf9\x52\xd0\x9c\xc8\x4e\x48\x34\x27\xcc\x79\x2a\xe8\x4a\x98\x27\x56\xd0\x95\x30\xa3\xac\xa0\x2b\x91\x09\x5b\x2c\xe8\x4a\x64\x3f\x3f\x74\x25\x32\x10\xb9\xa0\x2b\x91\xfd\xfc\xd0\x95\xc8\x7e\x70\xe8\x4a\xe8\x02\x28\xe8\x4a\x98\x00\x5c\xd0\x95\x30\xa9\xb8\xa0\x2b\x61\x52\x71\x41\x57\xa2\x80\x10\x0a\xba\x12\xc5\x85\x01\x5d\x09\x35\x7c\x0b\xba\x12\xaa\xf6\x16\x74\x25\xaa\x8b\x22\xba\x12\xaa\xe0\x15\x74\x25\x54\xb3\x2b\xe8\x4a\xa8\xa5\x57\xd0\x95\xd0\xc5\x51\xd0\x95\xa8\xda\x63\xe8\x4a\xa8\x7b\x57\xd0\x95\xa8\x50\x4e\x05\x5d\x09\x35\xf8\x0a\xba\x12\x55\x4b\x11\x5d\x89\x36\x3d\xda\x39\xe2\x6d\xa2\x2b\xd1\xc0\x0b\x05\x5d\x89\x86\xc7\xbd\x2c\x5c\x93\x1b\x08\xa8\x2c\x5c\x93\xfb\xe6\xd1\xc5\x11\x6d\x41\x73\xa2\x89\x09\xd0\x9c\x68\xe0\xb6\x82\xe6\x44\x77\x2e\xa1\x39\xd1\xfd\xaa\xd0\x9c\xe8\x30\x18\x05\xcd\x89\x01\xed\x59\xd0\x9c\x18\x7c\x8d\x75\x61\x97\xd3\xf8\xae\xba\xb0\xcb\xb9\xef\xfe\x87\x68\x01\x5b\x63\x5d\x2c\xd3\x69\x0c\x57\x5d\x2c\xd3\xa9\x96\x4a\xdd\xac\x2a\x32\x38\x5a\x24\x6f\x40\x04\xac\x6e\x08\x1a\x0c\xcf\x24\x08\x81\xb1\xae\x1b\x41\x08\x97\x47\x04\x21\x5c\xde\x85\x20\x84\x64\x5b\x08\x42\xe0\x6d\xd6\x8d\x20\x84\xcb\xff\x08\x42\x00\x21\xd4\x8d\xf8\x0b\xbc\xf8\x75\x27\xfe\xe2\xfc\x57\x10\x5c\xdd\x09\xcd\x00\x00\xd5\x05\x87\xce\xe4\xb0\xa0\x47\x61\xec\x6a\x45\x8f\x42\xef\x5c\x45\x8f\xc2\xba\x67\x15\x3d\x0a\x7d\x75\x15\x3d\x8a\x9b\x60\xff\x8a\x1e\x85\xf5\xd9\x2a\x7a\x14\x77\xb3\x99\x68\x01\x54\x9f\x87\x16\x00\xcb\x75\x45\x8f\xa2\xfa\x1a\xd0\xa3\xa8\xbb\x4f\x18\x1c\xd9\x32\xe2\x13\x08\xa5\xab\xe8\x51\x54\x96\x90\x8a\x1e\x45\xf5\xd5\xa2\x47\x51\x11\xcd\xa9\x07\xf1\x09\xd8\x5c\xf5\x20\x3e\x81\xa5\xae\xa2\x55\x51\x7d\xed\x68\x55\xd4\xc3\xeb\xa8\x58\xc1\x62\x5a\xd1\xaa\xa8\xec\xbd\x15\xad\x8a\xce\x46\x52\xd1\xaa\xe8\xd5\x96\x11\x9f\x00\x79\x5a\x0f\xe3\x13\xe8\x1f\x5a\x15\x9d\x4d\xad\xa2\x55\xd1\xab\xcf\x33\x3e\x81\xe7\xa1\x55\x61\xa2\x43\x0d\xc6\x27\xd0\x6a\xb4\x2a\x3a\xcb\x6e\x45\xab\xa2\xe3\xf5\xaa\x68\x55\x98\xb0\x50\xd1\xaa\xe8\x6c\x86\x15\x3d\x0a\xab\x65\x57\xf4\x28\xc6\xe5\x99\xc4\x20\x60\x93\xd4\x60\x0c\x02\xad\x46\x8f\xc2\xca\x63\x15\x3d\x8a\x31\x6c\x0b\x15\x2b\xb0\xe6\x6b\x30\x21\x9e\x37\x86\x1e\xc5\xf4\xbd\x47\x13\xe2\xfd\x8f\x18\x04\xf8\x8c\x1a\x8d\x41\xe0\x9e\x90\x4c\x3b\x84\x57\x85\x64\xda\x41\x2b\x15\x92\x69\xb7\x47\x90\x4c\xbb\x73\x09\x92\x69\x27\x68\xbf\x42\x32\xed\xcd\xa7\x13\x83\xe0\xfc\x84\x64\xda\x9d\xbb\x90\x4c\x7b\xf5\xe9\xc6\x20\x78\x1d\x1c\x3d\xdb\x43\x85\x64\x32\x1a\xbe\x42\x32\x19\xc3\x5f\x21\x99\x8c\x7f\xaf\x90\x4c\xd1\x6f\x05\x92\x29\xfa\x1d\x41\x32\xc5\xdb\xff\x88\x41\x00\x71\x55\xe4\xd1\x8d\x7f\xaf\xc8\xa3\xeb\x32\xaa\xc8\xa3\xc7\xee\x75\x94\x43\x08\xfe\x47\x39\x84\xe4\xd3\x29\x87\x80\xd9\x53\xd1\x40\x3f\x31\x58\x2a\x1a\xe8\x16\xb2\xaa\x68\xa0\x5f\xe0\xc4\x8a\x06\xfa\x85\xed\x5b\xd1\x39\xbf\xec\x11\x3a\xe7\x97\x7d\x40\xe7\xfc\xf2\x6d\xa2\x73\x7e\x39\xba\xe8\x9c\x5f\x8e\x3c\x3a\xe7\xc6\xe2\x57\x74\xce\x8b\xcb\x27\x3a\xe7\xc5\x19\x89\xce\x79\x21\xd6\xa5\xa2\x73\x5e\xd8\x0c\x2b\x3a\xe7\x05\xbb\xbf\xa2\x73\x5e\xd8\xc6\x2a\x3a\xe7\x05\xec\x59\xd1\x39\x2f\x38\x43\x2a\x3a\xe7\xc5\xe5\x13\x9d\x73\x35\xe3\x2a\x3a\xe7\x05\x87\x4e\x45\xe7\xdc\x8a\x88\x15\x9d\x73\x13\xbe\x2a\x3a\xe7\x05\x63\xad\x26\x02\x0d\x82\xd7\x41\xc4\x93\xaa\x5f\x13\xfd\xfb\x67\x10\x5c\x4d\x76\xdd\x5b\xd2\x75\x76\xe2\x9a\xe8\x3a\x9e\x9f\x9a\xe8\x7a\xf4\x01\x74\xfd\xf4\x4c\xba\xee\x47\x9c\xe8\x3a\xfe\x95\x7a\xdb\x75\xee\x72\xd3\x75\xd2\x02\xea\x6d\xd7\x19\xb2\xdb\xae\x33\x2c\xe8\x51\x14\x78\xe3\x8a\xe6\x44\x89\xfe\x07\x0f\xff\xfc\x97\x39\xa2\x2d\xe8\x51\xd4\xe7\x2e\xf0\xf0\x2e\x7c\x68\x4e\x54\x27\x1d\x9a\x13\x95\x78\xca\x8a\xe6\x44\x63\x3f\xaf\x68\x4e\x34\xe8\x85\x8a\xe6\x44\xc3\x85\x53\xd1\x9c\xd0\xc1\x5f\xd1\x9c\x98\xd8\x71\x15\xcd\x89\x59\xbc\x0e\x2e\xfa\x79\x02\x5c\xb4\x0b\x11\x9a\x13\x13\xbb\xb1\xa2\x39\x31\x6d\x19\x9a\x13\xd3\x71\x41\x73\x62\x36\x5b\x06\x17\xed\x07\x80\xe6\xc4\xcc\x9e\x09\x17\x0d\xe0\xaa\x19\x2e\xda\xe5\x0c\x72\x6a\xb3\x7f\xe8\x51\xa8\x7f\x5b\x21\xa7\xa6\x8b\x3e\x7a\x14\xd3\xcf\x08\x3d\x0a\xa9\x8e\x5a\xec\x9f\xff\xd9\x3f\xde\x7b\xb1\x7f\x1e\xd1\x3f\x97\x33\xf4\x28\xac\x11\x5d\xd1\xa3\x98\x2e\x4b\xe8\x51\x4c\x10\x50\x45\x8f\x62\x62\x6b\x57\xf4\x28\x2c\x29\x54\xd1\xa3\x30\xf0\xac\xa2\x47\x21\xed\x52\x21\xa7\x9e\x05\x1a\x72\x6a\x77\xeb\x87\x9c\x7a\x16\x5a\xc8\xa9\x67\xa1\x85\x9c\xda\x5d\x4c\x21\xa0\x76\xdf\x26\x04\xd4\x0e\x65\x58\x21\xa0\x76\x47\x17\x02\x6a\xf7\xdd\x42\x40\xed\x8e\x44\x95\x34\xa7\x0f\x10\x50\x0a\x53\x55\x08\xa8\xdd\x59\x00\x01\xf5\x6c\x1d\x10\x49\xc1\x2f\x07\xb2\x28\x60\x09\x57\xc8\xa2\x80\x27\xb4\x42\x16\x05\x5c\x15\x15\x46\x28\xf8\x15\x37\x69\x64\xda\x82\x26\xb9\xe9\x5f\x15\x4d\x72\x03\xcf\x2a\x9a\xe4\x26\x6e\x55\x34\xc9\x23\x11\x25\x15\x4d\xf2\x08\x07\x54\xd1\x24\x37\x2b\xae\x76\xd3\xa4\x79\x7a\x47\x52\x1e\x37\x46\xed\xd0\xc8\xb8\x4d\x6a\x97\x46\x66\x24\xd0\x2b\xbf\x82\x77\x81\x46\x0e\xfe\x07\x8d\xec\x46\x82\x5e\xf9\xe5\x3a\x81\x5e\xb9\x11\xbe\x15\xbd\xf2\xcb\x45\x18\xbd\xf2\x2b\xf8\x74\x52\xa8\xdd\x10\xd0\x2b\xb7\x1c\x71\x45\xaf\x3c\x39\x12\xe8\x95\x27\xb7\xfe\x41\x0a\xb5\xfd\x1b\xa4\x50\xe3\xac\xab\x68\x99\x27\xdc\x73\x15\xbd\xf2\xe4\xb8\xa0\x57\x9e\x60\xc3\x2a\x7a\xe5\x09\x36\xac\xa2\x57\x7e\x77\x9f\x40\x2e\xf4\xf8\x97\xe3\xa2\x22\x65\x7e\x6b\xcb\x20\x65\x7e\x0f\x1b\x4d\x9a\xb4\x20\x00\x29\xf3\x9b\xa0\xef\x8a\x94\xb9\x6a\xaa\x15\xb9\xf2\x1b\x2f\x70\x45\x92\x5c\x7f\x71\x45\x92\xbc\x44\x8f\x90\x5c\x27\xd0\xba\x22\x49\x5e\x50\xca\xad\x48\x92\x5b\x67\xad\x22\x49\xae\x4f\xb8\x22\x49\x6e\x3d\xb8\x8a\x24\xb9\xe1\xe8\x15\x49\x72\xeb\xba\x55\x24\xc9\xab\xad\x46\x92\x5c\x45\xa9\x86\x24\x79\xc5\xc6\x6b\x48\x92\x57\x86\xac\x21\x49\x5e\xf1\xfc\x34\x24\xc9\xeb\xf0\x88\x34\x62\xfc\xb0\x0d\x49\xf2\x8a\x35\xd8\x90\x24\xb7\x7c\x4c\x43\x92\xbc\xf2\x11\x37\x24\xc9\xeb\xf0\x3a\x38\x73\x42\xf0\x1a\x92\xe4\x15\xd0\xdf\x90\x24\xaf\x40\xeb\x86\x24\x79\xed\x3e\x01\xce\x1c\xbf\x5a\x43\x92\xbc\x75\xef\x32\x39\xe2\x79\x48\x92\x9b\xf3\xd4\x90\x24\xd7\x83\xda\x90\x24\x1f\x60\x89\x86\x24\xb9\x5e\xd2\x86\x24\xf9\x80\x08\x6c\xa8\x3e\xe8\x5d\x6d\xbb\xdc\xf7\xe0\xa8\xf2\x9f\x67\x36\x8e\x18\x25\x54\x1f\xf4\xb5\x36\x54\x1f\xc6\xe1\xd3\x27\x77\xa1\x7f\xa8\x3e\x0c\xc8\xd3\x86\xea\x83\x1e\xe2\x86\xea\x83\x19\x57\xed\xb0\x0f\xf4\xef\xb0\x0f\x3c\x0f\xd5\x07\x3d\xd2\x0d\xd5\x07\xd5\x37\x1a\xca\x0e\x13\xd2\xa7\xa1\xec\x30\x99\x2f\xed\x90\xc4\xf6\xe9\x90\xd8\x87\x67\x42\x62\xe3\x24\x6a\x90\x37\x1b\x8b\x62\x83\xbc\x31\xa2\xb8\x41\xde\xec\x84\xe7\x35\xc8\x9b\x9d\x4d\xad\xc1\xd0\xec\x44\x39\x34\x18\x1a\xa3\x9a\x1a\xda\xe2\x3b\x1b\x50\x43\x5b\xdc\x20\xaa\x86\xb6\xf8\xce\xf6\xd7\xe0\x72\xb4\xfb\x1b\x5c\x8e\x81\x59\x0d\x2e\x67\x67\xce\x37\xb8\x1c\xe3\x98\x1a\x5c\xce\x3e\x3d\x13\x6a\x13\x13\xa5\xc1\xd0\x9c\x28\x71\x37\x18\x9a\x93\x85\xbd\xc1\xd0\x9c\x30\x18\x4d\xc5\x70\x28\xf4\x06\x43\x73\x42\xf6\x35\x18\x9a\x13\xca\xb0\xc1\xd0\x9c\x84\x73\x36\x14\xc3\xcf\xe8\xf3\xa0\x3d\x31\xf2\x1a\xec\xcd\x19\xbd\x0b\xb4\x27\xb4\x59\x83\xbd\x39\xa3\x67\x42\x7b\x9e\x9e\x09\xed\xc9\x3a\xd1\x60\x6f\xce\xcb\x96\xd1\x3f\x2c\xe1\x06\x7b\x73\x62\xdf\x36\xd8\x9b\x13\x07\x52\x3b\xed\x9f\x67\xd2\xbf\xcb\x23\xfa\x87\x03\xa9\x9d\xf6\xcf\x23\xfa\x87\x55\xde\x60\x6f\x4e\x4c\xcc\x06\x7b\x63\x11\xde\x06\x7b\x73\x62\xdb\x37\xd8\x9b\x13\xab\xbc\xc1\xde\x9c\xe7\xbf\xca\xa1\x36\x88\x9d\xf3\xf2\xe1\x74\xdd\x29\x78\xca\xf8\xd2\x75\x88\x9d\xcb\x33\x21\x76\x2e\x87\x1a\x62\x27\x15\x8f\x60\x4b\xd9\x55\x1a\xc4\x8e\xa1\x51\x0d\x62\xc7\x7d\xa4\x41\xec\x24\xa2\x1d\x1b\xc4\x4e\x62\x97\x6e\x10\x3b\x7a\x65\x9b\x62\xe2\x04\x9e\x35\xc5\xc4\x01\xb0\x0d\x62\x27\x65\xcf\x94\x2d\xe5\x73\x40\x4c\x3c\xdd\x3e\x0f\xb6\xb4\xf8\x3c\xd8\x52\x02\xd6\x9a\x82\xe1\xec\x9a\x4d\xc1\x70\xe8\x8c\xa6\x60\x78\xf6\xc8\x3e\x30\x4a\x0a\x86\xb3\xf7\x36\x05\xc3\x81\x9e\x0d\x62\x27\xe3\xe2\x68\x10\x3b\x19\x0f\x71\x83\xd8\xc9\xec\xee\x0d\xc1\xf0\x8c\xdf\xb7\x21\x18\x9e\xb1\x26\x1a\x82\xe1\xd9\xc5\x0d\xc1\xf0\xec\xa2\xa1\x60\x38\xe0\xaf\x29\x18\x8e\x85\xd2\x14\x0c\x87\x80\x6a\x0a\x86\xef\xfe\x87\x60\x38\x3e\xd3\x86\x60\xb8\xb2\x8c\x0d\xc1\x70\x25\x1b\x1b\x82\xe1\xfa\x5a\x9b\xa2\xe0\x6e\x63\x88\x82\xeb\x24\x6a\x8a\x82\x0f\x8f\x20\x41\xdd\x48\x14\x05\x9f\x3e\x41\x12\x94\x37\xa6\x28\x38\x9b\x68\x53\x14\x1c\x8f\x5f\x53\x14\xdc\xed\x4f\x51\x70\x3c\xa1\x4d\x51\x70\x97\x56\x95\xbf\xf1\x6f\x36\xd5\xbd\x89\x72\x6d\xaa\x7b\x93\x19\xd6\x54\xf7\x1e\x3e\x0f\xa2\xd3\x91\x50\xdd\xdb\x76\xaa\xee\x8d\x7b\xa0\xa1\xe5\x60\xc9\xd3\x86\x96\x43\xf7\x93\x46\xcb\xa1\x83\x3a\x1a\x5a\x0e\x3a\xa5\x1a\x5a\x0e\x03\xfb\xaf\xa1\xe5\x30\x5c\x42\xd0\x72\x18\xa4\x47\x35\xb4\x1c\x86\x8b\x1b\x5a\x0e\xc3\xe5\x13\x2d\x87\x81\x30\x55\x43\xaf\x61\xb8\xb8\xa1\xd7\x30\x9c\x4b\xe8\x35\x0c\x00\x73\x43\xaf\xc1\x72\x6d\x0d\xbd\x86\xf9\xdc\x85\x24\x5f\x08\xbd\x86\x5e\x83\x52\x54\x0d\xbd\x86\x89\x2d\xda\xd0\x6b\x50\x36\xaa\xa1\xd7\xa0\x7c\x57\x43\x94\x61\xe2\x72\x68\x30\x3b\x1b\x2e\x80\x06\xb3\xb3\xf9\x35\xc2\xec\x6c\xc4\x35\x34\x98\x9d\xed\xf6\xcc\xe5\x91\xde\xf0\x80\x37\x98\x9d\xdd\x31\x83\xbd\x31\x31\xa6\xc1\xd0\x98\xc4\xd2\x60\x68\x94\x7f\x6a\x30\x34\xc1\xef\x08\x86\x26\xf8\xfd\xc1\xd0\x04\x7c\xde\x0d\x86\x26\xf8\x3d\xc0\xd0\x04\x70\x70\x83\xa1\x09\x9a\x0c\x30\x34\xc1\xed\x1d\x86\x26\xf8\xc6\x60\x68\x2c\xfe\xd5\x60\x68\x02\x0e\xd5\x06\x43\x13\xfc\x36\x61\x68\xc2\x3f\xcb\xa1\x36\xc8\x9b\x40\xf0\x7d\x5b\xd0\x25\x07\x77\xb8\x05\x5d\x72\x00\x74\x34\x88\x9d\xa0\xb5\x04\xb1\x13\xb4\x65\x14\x13\x07\xee\x35\x88\x9d\xb0\xfb\x1f\xbc\xa3\x43\x8d\x98\x78\xd0\x02\x53\x4c\x5c\x0b\x53\x31\x71\xc8\x86\xd6\xed\x3a\x2f\x1a\xd2\x27\x40\xb7\x35\x48\x9f\xa0\x7d\xa4\x98\xb8\x1f\x2a\xa4\x4f\x70\xc9\x82\xf4\x09\x4e\x25\x48\x9f\xe0\xa4\x1b\xf6\x8f\x96\x41\xfa\x04\x97\x97\x61\xff\x18\x6a\x48\x9f\xa0\x8d\xa7\x98\x38\x61\x5a\x0d\xd2\x27\x10\x5f\xd2\x86\xaf\x96\x8f\x43\x31\x71\x97\x09\x48\x9f\xa0\x35\x08\xe9\x73\x56\x9f\xb0\xfa\x67\x3d\xee\x06\xe9\x73\x56\x9f\x30\x38\xf2\xba\xc9\x11\xbd\x55\x30\x5c\x0b\x4c\xc1\x70\x3f\x3f\x88\x1d\x13\x7f\x1a\xc4\xce\xa5\x3d\x0d\xb1\x63\xbd\x8c\x06\xb1\xa3\xae\x44\x83\xd8\x49\x78\xdc\x1b\xc4\x8e\xd0\xac\x41\xec\x3c\x5b\x2a\xc4\xce\xb3\x55\x41\xec\x24\x97\x33\x88\x9d\x44\xe2\x4f\x83\xd8\xb9\x1d\x79\x88\x9d\xdb\xad\x63\xe1\x9a\x7c\xfb\xf1\x4f\x92\x75\x79\xb7\x1d\xa1\x71\x37\x92\x8e\xd0\xb8\x1b\x57\xdf\x20\x17\x79\xd3\x7d\x83\x5c\xc4\x85\xd3\x11\x21\x37\x81\xa7\x23\x42\x6e\xbc\x4e\x47\x84\xdc\x04\xa5\xae\x08\xf9\xf0\x79\x10\x8f\xf4\xa1\x2b\x42\x0e\xc6\xea\x8a\x90\x83\x79\x3a\x4a\xe3\xaa\x45\x74\x94\xc6\x4d\x03\xea\x28\x8d\x5b\x3b\xbb\x6f\x12\x8f\xf6\x01\xe2\x11\xdb\xb7\xa3\x34\x6e\xd4\x4f\xdf\x25\x1e\x2f\x8e\x24\x1e\x79\xde\x2e\xf1\xc8\x3d\x17\xe6\xc9\xe6\x7e\xf6\x1d\xe2\x91\x05\xac\xef\x10\x8f\x38\x12\xfa\x0e\xf1\x88\xe1\xd1\x77\x88\xc7\xdb\xeb\x20\x1e\xf1\x2c\xf7\x5d\xe2\x91\x31\xdb\x25\x1e\x6d\x19\xc4\x23\xc9\x28\x7d\x87\x78\xcc\x3e\x0f\xe2\x31\xfb\x1f\xc4\x23\x9b\x61\x5f\x78\x28\x57\x96\xb3\x8e\x60\x43\x05\xf4\x77\x04\x1b\x2a\x11\xfd\x1d\xc1\x06\xc5\xb5\x3a\x82\x0d\xfd\xf0\x4c\x88\x47\x30\x5d\x47\xb0\xa1\x1f\x3e\x21\xf1\x1f\xad\x46\xb0\xa1\xf3\x15\x77\x04\x1b\xba\x33\x04\xc1\x86\xbe\xfb\x3c\x88\xc7\xdd\xe7\x35\xce\xa4\x0f\x08\x36\xf4\xdd\x27\x0c\x8e\xbc\xcb\xe4\x88\xb7\x89\x60\xc3\xb0\xd5\x88\x32\x58\x4f\xb3\x23\xca\x30\x70\x70\x76\x84\x17\xc6\xcf\xdb\xfc\xcf\x25\xb9\xa3\xc9\xa0\x7c\x64\x47\x93\x61\x06\x6f\xb2\x88\x1d\x43\x64\x3a\xc4\xce\xee\x20\x41\xec\xa8\x71\xd1\x21\x76\x54\xae\xe8\x10\x3b\xaa\x61\x74\x88\x1d\xcb\x78\x77\x88\x9d\x83\xe8\xd8\x0e\xb1\x73\xf9\x6a\x11\x13\xb7\xf6\x72\x47\x4c\xfc\xba\x3d\x93\x04\xee\xdb\x33\x49\xe0\x76\xf2\x20\x26\x7e\x39\x5d\x10\x13\xbf\xf0\xa4\x75\xc4\xc4\x2f\xac\xeb\xae\x98\x78\xf7\x09\x88\xa5\x77\x9f\x80\x58\x7a\xf3\x3a\xc4\xd2\xbb\xf7\x94\x40\x64\x5c\x10\x13\xaf\x8e\x04\x62\xe2\x95\x05\xa5\x23\x26\x5e\xd9\x19\x3b\x62\xe2\x15\x3b\xb5\x9f\x12\x88\x4c\x2c\xc4\xc4\xab\xa3\x7b\x4a\x20\xf2\x74\xc4\xc4\x2b\xd6\x4b\x47\x4c\xfc\xf9\x38\x10\x0c\x57\xf1\xac\x23\x18\x3e\x2e\x9f\x00\xc1\x86\x4f\xb1\x23\x18\x3e\xab\x77\x21\x09\x16\xb2\xa8\x53\xa4\x56\x30\xdd\x2f\x93\x7c\xb9\x0b\xe4\xcd\xee\xf2\x02\x79\xb3\x63\x41\x77\xc8\x9b\xdd\xe5\x0c\xf2\x66\x77\x39\x83\xbc\xd9\xb1\x68\x3b\xe4\x8d\xdc\x77\x87\xbc\x31\xa6\xb7\x43\xde\x18\x97\xdc\x21\x6f\xa2\x0b\x1f\xe4\x8d\x91\xcf\x1d\xf2\x26\x3e\x4f\x20\x09\xf6\x79\xc2\xf2\x2c\x9f\xbe\x5b\xc8\x1b\x3d\x9a\x1d\xf2\xc6\x6d\xac\x43\xde\x9c\x38\x9e\x3a\xe4\xcd\xe5\xbb\x95\xbc\xc1\xe6\xea\x92\x37\xd9\xeb\x20\x6f\x7c\x82\xe4\x0d\x96\x70\x97\xbc\x01\x0f\x75\xc9\x1b\x22\xf3\xbb\x0c\x0d\x38\xb1\xcb\xd0\x14\xef\x02\x43\xe3\xd6\x21\x43\xe3\x12\x29\x43\xe3\xf7\x20\x43\x73\x7b\x26\x0c\x8d\xcb\x99\x0c\x8d\xdf\x83\x0c\x0d\xac\x41\x97\xa1\x01\xb3\x76\x19\x1a\xa4\xaf\xba\x0c\x8d\x5f\x07\x8a\xe1\x05\xe7\x4b\x47\x31\xbc\x80\xf7\xba\xec\x8d\x4b\x39\xec\x4d\x01\xa0\xf7\xdb\xfe\x31\x82\x0f\x7b\x43\x6f\x1f\xf6\x86\xf1\xbc\xcd\xa2\x64\x94\x50\x13\x9f\xcd\xbb\xc0\x0c\x14\xff\x83\x19\x70\x65\x80\xd9\x99\x7e\x9b\x30\x3b\xd3\x19\x02\xb3\x33\x71\xf9\x75\x99\x1d\x9c\xa6\x5d\x66\xc7\xb9\x2b\xb3\x83\x2f\xb9\xcb\xec\x38\x23\x65\x76\x40\x7f\x5d\x66\xa7\x7b\x17\x98\x8f\xe1\x7f\x30\x1f\xce\x3a\xd2\x8e\x76\x50\x5c\x27\xed\x68\x9f\x1e\xc1\x1a\x3c\x67\xc2\x1a\x3c\x4f\x80\x35\x18\xff\x72\x5c\x74\x48\x9f\x5d\xab\x80\x8c\xa4\xdd\xa6\x14\xf2\xd9\x08\xfe\xe8\xd6\xb6\xc5\x3e\xea\xd6\xb6\xad\x9e\x49\x3e\x1b\xfe\xb1\x6e\x6d\x5b\xf7\x49\x6b\xdb\x42\x08\x75\x6b\xdb\xfa\xc2\xac\x6d\x8b\x77\xae\x93\x75\x14\x9d\xf2\x45\x22\x82\xc9\x03\x5d\x63\xea\x46\x87\xae\x39\x5d\xae\xa1\x6b\x2e\xbc\x88\x9d\x7c\xa1\x0b\xbf\x53\x87\xae\x31\x24\xae\x5b\x95\xd6\xa5\x00\xba\x26\xb9\x2c\x41\xd7\x24\xfb\x00\x5d\x93\xec\x1f\x74\x4d\x72\x19\x84\xae\x49\x7e\xee\xd0\x35\x49\xab\x07\xba\x26\xd9\x23\xf2\x85\x92\x9f\x8a\xa5\x67\x1d\x6b\xf2\x85\x6e\x40\x71\x27\x5f\xe8\x26\x54\xa9\x43\xf3\x28\x31\xd3\xa1\x79\x54\xd1\xe8\xd0\x3c\xb7\x2f\x1a\x9a\xc7\x70\xf4\x0e\xcd\x63\x11\x9a\x0e\xcd\xa3\x3a\x59\x87\xe6\xc9\xd0\x7b\xbd\x99\xb3\x46\x6f\x9b\x39\x6b\xb6\x73\xf5\xa1\x10\x60\xdf\xa1\x79\x64\x9f\x3b\x34\x8f\x14\x6c\x87\xe6\x29\xf8\x14\x3b\x34\x8f\x94\x6f\x87\xe6\x91\x8b\xee\xdd\x9c\x35\xda\x02\x95\xd3\x6c\x35\x54\x4e\xf3\xdd\x42\xe5\x54\xfb\x07\x95\x63\xd2\x74\x87\xca\x31\x69\xba\x43\xe5\xd4\x69\xcb\xf0\xb1\x6f\x3e\x01\x0e\xc1\x0f\x1c\x2a\xa7\x81\x09\x3a\x54\x4e\x75\xe4\xa1\x72\x4c\xbd\xee\x50\x39\xcf\x12\x42\x59\x5a\x49\xde\x4e\x59\x5a\xd3\xb9\xfb\x90\x43\xa0\xef\xd0\x3c\xd5\xf7\x37\xec\x1f\xa3\x04\x5f\xd3\xb4\xb9\xe0\x6b\x1a\x29\x42\x1d\xbe\xc6\xd8\xf1\x3e\xf4\xbf\x7b\x17\xfc\xef\x80\xe2\x4e\xe9\xd9\x81\xc0\x4d\xa7\xf4\xac\xce\x90\x0e\x1e\xba\x61\x68\x3a\xa5\x67\x75\x86\xf4\xa9\xff\x9d\xe7\xc1\xf3\x0c\x62\x17\x3a\x3c\x8f\x8e\x92\x0e\xcf\x33\xfc\x72\xe0\x79\x86\xa6\x14\x3c\xcf\x88\xb6\x05\x7e\x21\x78\x1d\xfc\x02\x71\x06\x1d\x9e\x47\x07\x4b\x87\xe7\x19\x78\x88\x3b\x3c\xcf\x08\xb6\x65\xe2\xfd\x5f\xb3\x60\xc0\xf3\x98\x18\x3d\xe0\x79\x4c\x73\x1f\x9b\xb9\x75\x9d\x23\x72\xeb\x78\xb7\x03\x9e\xc7\xa5\x75\x90\xdc\xb3\x61\x04\x0d\x92\x7b\x76\x30\xc8\x20\xb9\x67\x6f\x5e\x87\x6f\xbe\x79\x26\xbe\x79\xa8\xdb\x41\x72\x8f\x54\xf1\x20\xb9\x47\x22\x77\x90\xdc\xa3\xf9\x32\x48\xee\xd9\x59\x51\x06\xc9\x3d\xc7\xe9\xf3\x26\x47\xdc\x13\xfd\xba\xe3\xfc\x57\xaa\xc8\x40\xda\xee\x64\xb7\x1d\xe4\x04\x69\x69\x0c\x72\x82\x4e\xbc\x34\x83\x9c\xa0\x13\xff\xd8\x20\x27\xe8\x64\xcf\x1e\xe4\x04\x59\x37\x61\x90\x13\x74\x92\x91\x3e\xc8\x09\x3a\x8b\x4f\xc0\x01\x9e\xfc\x0f\x07\x38\x0b\xe6\x20\x27\xe8\xcc\x76\x01\x2f\x37\xd6\xc4\x20\x27\xc8\x72\xe3\x83\x9c\x20\x43\x79\x06\x39\x41\x27\xf6\xca\x20\x27\xe8\xc4\x26\x19\x87\x0e\x7e\xee\x49\x4e\xd0\x49\x09\xd2\x71\x48\x60\x70\x4f\x72\x82\x4e\x6c\x92\x71\xd8\xbf\x8b\x23\xfa\x77\x7b\x64\xff\x98\x20\xe4\x04\x9d\xd9\xa7\xd3\xbf\xec\x7f\xf4\xef\xb6\x2d\xf4\x8f\xa8\x83\x01\xad\x74\xde\x1e\xd1\xbf\xdb\x96\xd1\x3f\x2c\x94\x01\xad\xa4\x98\xc9\x80\x56\x52\xf6\x64\x40\x2b\x9d\xf8\xd1\x07\xb4\x92\xa2\xe0\x03\x5a\xc9\x2a\x68\x03\x5a\xe9\xba\x3c\x13\x0f\x38\x4b\xe4\x80\x56\x4a\x6c\x9b\x03\x5a\x29\xb1\x6d\x0e\x68\xa5\xe4\xf4\x84\x56\x4a\xd5\x27\xe0\xc5\x87\x8e\x1a\xd0\x4a\xa9\xda\x4e\xbc\xf8\xd5\xeb\xf0\xe2\x3b\x91\x49\x11\x4a\xc5\xa7\x93\xd3\x45\xfc\xc5\x80\x80\x4a\x58\xf3\x03\x02\x2a\x11\x39\x31\x20\xa0\x92\x9f\x11\x04\x94\x1b\xe5\x80\x80\x4a\x6c\xe1\x03\x02\x2a\xf9\xf9\x41\x40\x25\x3f\x38\x08\x28\x37\xd1\x01\x01\xe5\x06\x3b\xa2\xfd\xf3\x2e\xf4\x0f\x8a\x79\x44\xfb\xc7\xb8\x40\x40\x25\x6c\xae\x11\xed\x9f\xed\xc4\xfb\x8f\x9b\x66\x40\x40\x65\x96\xcf\x01\x01\x95\x59\x68\x07\x04\x54\xc6\xb3\x3c\x20\xa0\x32\x1e\xe2\x01\x01\x95\xc9\xa6\x1b\x10\x50\x19\xff\xed\x80\x80\xca\xd1\xff\x28\x17\xea\x1b\x83\x80\xb2\x06\xc7\x80\x80\xca\x8e\xf5\xa9\xf7\xdf\xa3\xc6\x11\xfd\x83\x49\x32\x28\x74\xc0\x24\xd5\xdd\xb6\xac\x3e\x28\x5a\x35\x60\x92\x2a\x5b\xdc\x80\x49\xaa\x20\xe6\x01\x93\xa4\xa0\xd5\x80\x49\xaa\xbb\xff\x45\x8e\xbc\xcb\xc9\x99\xf4\x08\x26\xa9\xe2\x0a\x1d\x30\x49\x15\xbf\xef\x80\x49\xaa\x6c\x71\x03\x26\xa9\x42\x31\x0f\x98\x24\xc3\x5c\xc7\x65\xff\x78\xd3\x30\x49\x2d\xda\x16\x98\x01\x22\x91\x07\x4c\x52\x4b\xb6\x6c\x72\x44\x6f\x49\x1f\x6a\x44\x90\x0d\x58\xa6\xe6\x5a\x07\xcb\xd4\x70\xd6\x0d\x58\x26\xe3\xb5\x07\x2c\x53\x7f\xae\x93\x19\x60\xac\x93\xcc\xc0\xbf\xf4\x92\x07\x04\x94\xa5\x9d\x06\x04\xd4\x20\xec\x6d\x40\x40\xb9\x33\x8e\x24\xa1\xc0\x00\x52\xcd\x56\x7e\x7b\x40\x4e\x59\xcd\x62\x98\x75\xe4\x82\x62\xd6\x91\xfb\x1d\x59\x47\x3b\x3b\xf8\x20\xeb\x48\x61\x8e\x61\xd6\x91\x4b\x96\x59\x47\x80\xbf\x71\x23\x0d\xea\xc2\x77\x23\x0d\xea\x62\x63\x46\x92\x8b\xb0\x19\x49\x2e\x8a\x66\x24\xb9\x59\xdc\x78\x73\x9f\x33\xf1\x56\xbb\x1d\x91\xad\x14\x9c\xc8\x37\xde\x6a\xe8\xcb\x71\xe3\xa8\xc7\x36\x1c\x64\x32\x05\x47\x82\x4c\xa6\xe0\xf6\x40\x26\x93\x5a\x1c\x23\xe3\xad\xc6\xde\x1c\x19\x6f\xb5\x8b\x29\x59\x4e\x01\x7b\x65\x90\xc9\x14\xe0\x71\x07\x99\x4c\x81\x98\xc9\x41\x26\x53\x70\x6b\x24\x93\xc9\xba\x10\x83\x4c\x26\xc3\x9f\x06\x99\x4c\xc1\xc5\x9b\x4c\xa6\xe0\x96\x93\xed\x03\x6f\x85\x4c\x26\x55\x42\x06\x99\x4c\xc1\xa9\x4b\x26\x53\x70\x7a\x92\xc9\x14\xdc\x0c\x8b\x7d\xe0\xad\x90\xc9\xa4\x82\xc8\x20\x93\x29\x10\xba\x37\xc8\x64\x0a\x90\xc3\xa3\xd8\x3f\xef\x42\xff\x9c\xac\xa4\x2b\xa9\x35\x32\x48\x57\x3a\xb5\x49\x48\x57\x3a\x89\x87\x1d\x45\x8f\xbb\x67\xe2\x71\x77\xf1\x26\x5d\xe9\x74\xeb\x20\x5d\xe9\x74\xb9\x26\x5d\xe9\x72\x59\x22\x5d\x49\xa9\xad\x41\xba\xd2\xe5\xb6\x42\xba\x92\x9a\xcf\x83\x74\xa5\x84\xdf\x70\x90\xae\x94\x5c\xc0\x48\x57\x4a\x78\x26\x47\xd5\x1b\x4f\xcb\x20\xb5\xa4\x7c\x07\xa4\x96\x01\x56\xa3\xea\x8d\xf7\x79\x7a\xe3\x69\x99\xe9\x4a\xce\x5d\xd3\x95\x88\x01\x1a\xa6\x2b\x01\xe5\x87\xe9\x4a\xd3\x7b\xe2\x8d\x77\x29\x27\x5d\xe9\xc6\x32\x1d\x90\x61\x37\x5a\x8f\x03\x32\xec\x76\xd6\x99\xae\xa4\x9d\x6a\xba\x92\xdf\x34\x64\x58\x3e\xfc\x0f\x8f\xfb\xe1\x5d\xf0\xb8\xbb\xc9\x40\x78\x65\x5c\x77\x03\xc2\x4b\x8a\x79\x98\x92\x84\xdd\x3f\x20\xbc\xa4\xad\x87\x29\x49\xd8\xda\xc3\x94\x24\x8d\x0b\x58\x2d\xf3\x7a\x07\xac\x96\x3a\x24\x03\x56\xab\x80\x6b\x86\xe9\x4a\x78\xdc\x87\xe9\x4a\x5a\xd0\xa6\x2b\xe1\x71\x1f\xb0\x5a\xd9\xe5\x13\x56\x4b\x91\xb3\x61\x2a\x13\x5e\xfc\x61\x2a\x13\xf8\x6b\x98\xae\x44\x22\xce\x80\xb9\x2a\x9b\x2d\x93\x35\xe0\xfd\x99\xae\x34\x3d\x82\x35\x00\x39\x0d\x98\xab\xa5\xd2\xf8\xdf\x4b\xf2\x93\xc9\xc4\xe3\x20\xb5\x2a\x00\x68\x40\x6a\x55\x27\x96\x99\x4c\xc5\xff\x20\x14\x9c\x4a\x66\x32\xb9\x7c\x9a\xc9\x84\x87\x6a\x98\xc9\xe4\x70\x9a\xc9\x84\x73\x62\x98\xc9\xa4\x95\x6c\x26\x93\xb6\xa8\x99\x4c\x2e\xd0\x66\x32\xb9\xb4\x9a\xc9\xe4\xf2\x09\xe1\xd5\x9d\x20\x10\x5e\xdd\xe9\x09\xe1\xd5\x5d\x0a\x00\x78\x1d\x50\x35\xcc\x56\x72\x82\x98\xad\xe4\x66\x01\xa9\xd5\x9d\x2e\x90\x5a\xdd\xa9\x6b\x46\x92\x96\x0d\xc4\x55\xd7\x7a\x81\xb8\xea\x6e\x4e\x10\x57\x1d\xdf\xfc\x10\xa8\xc1\xfb\x4f\x88\xab\xce\x64\x9d\x10\x57\x83\x8c\xc0\x09\x71\x35\xb0\xfb\x27\xc4\xd5\xb8\x3d\x13\xd2\x80\x05\x65\x42\x5c\x0d\x62\x17\x26\xc4\xd5\xe8\xde\x45\x42\xa1\x72\x74\x73\x34\x39\x82\x35\xc0\xfb\x3f\x21\xae\x4c\xeb\x9d\x10\x57\x13\xab\x67\x42\x5c\xcd\xd3\x33\x57\xff\x66\xf1\xe9\xb0\x06\x8c\xe0\x34\xed\x88\x8f\x6a\x92\x76\x74\xb1\xf4\x4c\xd2\x8e\xac\x38\x3c\x49\x3b\xba\x98\x59\x93\xb4\xa3\x8b\x85\x68\x92\x76\x74\xb1\xf9\x4e\xd2\x8e\x32\x96\xcd\x24\xed\xa8\x06\xef\x89\x57\xbd\xf9\x1f\xf2\x91\xdd\xa7\xe3\x39\x27\xde\x63\xa2\x51\xa7\xc7\x6f\x1e\x7a\xc7\x79\x3a\x1a\x75\xba\xee\xe6\xa1\x77\x9c\x31\x43\xa3\xce\x98\xe5\x89\x46\x9d\x20\x75\xa2\x51\x17\x1d\x4f\x34\xea\x4e\xdc\x42\x13\x8d\x3a\x15\x36\x26\x1a\x75\x91\x8f\x7f\xa2\x51\x77\x6e\xb6\xa5\x73\xc4\xc8\xa3\x51\xa7\x4a\xc8\x44\xa3\xee\xc4\x1e\x9b\x68\xd4\x9d\x84\x9d\x4e\x74\xe8\x2e\x7b\x8b\x0e\x9d\x29\xfe\x13\x1d\x3a\xc9\xc5\x89\x0e\x9d\x69\xfc\x13\x1d\x3a\xe3\x59\x26\x3a\x74\x4a\x11\x4c\x74\xe8\x4c\xff\x9f\x68\xcd\x15\xb6\xc6\x89\xd6\x9c\xa4\xe4\x44\x6b\xce\x22\xca\x13\xad\xb9\xca\x56\x3c\xd1\x9a\xab\x6c\x9b\x33\x1a\xdf\x4f\xab\x29\x99\xb4\x61\x17\x4f\xca\x22\x6d\x8e\x04\x65\x91\x36\xec\xf0\x49\x59\xa4\x0d\x9a\x6e\x52\xfb\x68\xdb\x7c\x02\x71\xec\xce\x6b\xea\x1b\x6d\x70\x32\x53\xcd\x38\x47\x50\xcd\xb8\xe9\xf3\x26\x77\xa1\x7f\xd4\x37\x3a\x7c\x3a\xf5\x8d\x76\xdf\x26\xf5\x8d\x76\x16\xef\x49\x7d\xa3\xc3\x77\x44\x7d\xa3\xdd\x77\x8b\x66\x9c\x66\xd6\x3c\x75\xe7\xf2\x56\xd0\x8c\x8b\xce\x4f\x34\xe3\xe2\x3f\xc5\x39\x27\x72\x72\x16\x23\x99\xc8\xc9\x45\xd6\xfc\x79\xea\xe9\xf5\x71\x78\x7a\xf1\xcb\x4c\x34\xe3\x2c\x8c\x32\xd1\x8c\x3b\x1d\x40\x34\xe3\x4e\xa0\xc4\x44\x33\xee\xc2\x52\x9c\x68\xc6\x19\x3c\x37\xd1\x8c\xbb\xb0\x8f\x26\x9a\x71\x17\x36\xfa\x44\x33\xee\x3a\xbd\x0b\x21\xe7\x58\x7c\x13\xcd\x38\xd5\x9a\xe7\xa5\xbf\x98\x76\xa2\x19\x67\x2e\xd1\x44\x33\xee\x1a\x3e\x1d\x7f\xb1\xad\xbe\xf4\x17\x7b\x17\x7d\xad\x9e\x89\x06\x18\x3e\xc5\x89\x82\x5c\xc6\x1b\x38\x51\x90\xcb\x80\xb1\x89\x82\x9c\xe9\xc7\x13\x05\x39\x21\xe4\xa4\x2c\x92\x45\x24\x27\x65\x91\x0a\xc2\x2a\x13\x75\xb9\xb6\xfb\xdf\xea\x43\x3b\x7c\x1e\xbe\xc8\xdd\x23\x7c\xad\x87\x4f\xa7\x2c\xd2\xee\x5d\xf0\x53\xba\xb0\x5b\x16\x69\xf7\x08\x3f\xa5\x93\x15\x75\xb9\x46\xd6\xd1\x44\x5d\xae\xb9\xec\xa2\x2e\xd7\xb0\x88\x26\xea\x72\x8d\xed\x68\xa2\x2e\xa7\xd6\xf0\x44\x5d\x4e\x1c\x35\x51\x97\x1b\xa0\x87\x89\xba\xdc\xc0\x2e\x9e\xa8\xcb\x0d\xf0\xc2\x44\x5d\x6e\x5c\x3e\x0f\x3f\xa5\x23\x41\x59\xa4\x41\x0c\xea\xbc\xf1\x53\x5e\x3e\x01\x3f\xa5\xef\x1d\x1d\x3a\x31\xdd\x44\x87\x6e\x56\x5b\x3d\x38\xe2\x3f\x42\xe9\x36\xe2\x4c\x27\xe1\x72\x3b\xd9\x74\x93\x70\xb9\xc3\xa7\x67\x04\xad\x5c\x50\x32\x4e\x29\x97\x1e\x42\xe9\x4e\x97\x2c\x42\xe9\xb4\xd8\x27\xa1\x74\xda\xe8\x93\x50\xba\xd3\x99\x45\x28\xdd\xf9\xb4\x05\xa7\x94\xed\x24\x94\xce\xa8\x98\x49\x28\x9d\x98\x60\x12\x4a\x77\xe2\x6e\x99\x84\xd2\x19\x5b\x33\x09\xa5\x3b\x89\x6a\x9a\x84\xd2\x9d\x24\x1a\x4d\x42\xe9\x4e\x37\x66\x42\xe9\xc4\x0b\x93\x50\xba\x13\x76\x63\x16\xfb\x47\x8f\x28\x8b\x74\x42\x74\x4e\xca\x22\x5d\x6e\xd3\x84\xd9\x9d\x2e\x2f\x84\xd9\x89\x3a\x66\xb1\x7f\x3e\xbd\xe3\x12\x63\xb6\x12\x66\x97\x86\x67\xe2\x94\x82\x60\x9b\x84\xd9\x25\xb8\xaa\x49\x98\x5d\x72\x93\x21\xcc\x2e\xb9\x19\x56\x85\x94\xf8\x36\x09\xb3\x4b\x90\xca\x93\xda\x47\xc9\xed\x96\xda\x47\x09\x66\x60\x52\xfb\x28\x41\x07\x4f\x6a\x1f\x89\x2c\x26\xb5\x8f\x12\xb4\xe0\xa4\xf6\x51\xea\x5e\x87\x53\x0a\x92\x70\x56\x9d\x52\xf4\x9d\xda\x47\x69\x78\x26\xfd\x23\xf6\x7f\x52\xfb\x28\x91\x37\x39\xa9\x7d\x74\xbb\xcc\x53\xfb\x28\x61\xb1\xcf\x66\xff\xee\x7f\x2d\xc9\x94\x45\x4a\x30\x8d\x93\xb2\x48\xd9\x29\xdf\xf4\x57\x31\x48\x94\x45\xca\x80\xdb\x49\x59\xa4\x0c\x7c\x9e\x94\x45\xca\x04\xcf\x4d\x4a\x1f\xe5\x68\x33\xf1\x57\x01\x79\x26\x7a\x72\x46\x1d\x4c\xf4\xe4\x8c\x4f\x98\xe8\xc9\x19\xca\x33\xd1\x93\xab\x2e\x0c\xe8\xc9\x55\xbc\x73\x13\x3d\xb9\x8a\xeb\x60\xa2\x27\x67\xb4\xc2\x44\x4f\xee\xb1\xa4\xd0\x93\xab\x58\xb4\x13\x3d\xb9\xaa\x55\x87\x9e\x9c\x91\x13\x13\x3d\xb9\x1a\xbc\x27\xfe\x2a\x97\x33\xf4\xe4\x6a\xf0\x08\x7f\xd5\xe1\x3d\xed\x1f\x03\x8f\x9e\x5c\x85\xea\x98\xe8\xc9\x55\xac\xe4\xd9\xed\x1f\x23\x81\x9e\x5c\xc3\x1b\x38\xd1\x93\x6b\x2e\x21\x43\x7f\x15\x23\x88\x9e\x5c\xd3\xfa\x44\x4f\xae\x69\x6f\xa2\x27\xd7\x80\x4a\x13\x3d\x39\x15\x05\x26\x7a\x72\x7d\xf3\x09\x37\x47\x8c\x27\x7a\x72\xcf\x42\x8b\x9e\xdc\xb3\x60\xa2\x27\xf7\x2c\x8a\xe8\xc9\x3d\x8b\x22\x7a\x72\xcf\x22\x8c\x9e\xdc\x70\x39\x43\x4f\x6e\x10\xb9\x3e\xd1\x93\x1b\xe0\x93\x89\x9e\xdc\x80\xf8\x98\xe8\xc9\x0d\xb7\x54\xf4\xe4\x06\xee\x8f\x89\x9e\x9c\x52\xf4\x13\x3d\x39\x65\xea\x27\x7a\x72\x43\x8b\x1d\x95\x38\x93\xb4\x27\xd8\xc5\x5a\xe4\x13\x7c\xb2\xfb\xde\x09\xac\x23\x2d\x3b\x6c\xe0\x13\x44\x67\xc3\xb6\xe9\x2e\x4b\x1c\xe1\x2e\x5b\xf8\x2b\x6c\xe0\x13\x64\x66\xc3\x06\x3e\x09\xd5\xeb\x70\xc5\xac\x18\x84\xb0\x81\x4f\xc2\x8a\x41\x08\x1b\xf8\x24\x54\xef\x89\xab\x69\x61\xc8\xb0\x81\x4f\xc2\xc2\x04\x61\x03\x9f\x84\x85\x87\xc2\x06\x3e\x09\x4f\x5b\x70\x35\x2d\x76\x23\x6c\xe0\x93\xf0\xb4\x05\x57\x53\xf6\x3f\x5c\x4d\xcb\x28\x09\x1b\x81\x75\x21\xd3\x4e\x02\xeb\xc2\x4d\xdf\x09\xac\x0b\x99\xe7\x11\x58\x17\x32\xbd\x25\xb0\x2e\x2c\x26\x29\x6c\xbb\xfd\xa3\x9d\x04\xd6\x85\xb5\xb0\x87\x8d\xc0\xba\x90\x3d\xa2\x7f\x95\xbe\x13\x58\x17\x16\xf2\x0d\xdb\xae\x3b\xd0\xa7\xd3\xbf\xea\x7f\xf4\x6f\x39\x27\xc2\x46\xf0\xdc\xd9\xb9\x27\xc1\x73\x57\xe5\x3f\x82\xe7\xae\xce\xb8\x10\x3c\x77\x75\x46\x02\x59\x04\xaa\x2c\x86\x8d\xe0\xb9\xab\xd3\x23\x82\xe7\xc0\x12\x61\x23\x78\xee\xea\xf4\x88\xe0\x39\xd2\xb9\xc3\x46\xf0\x1c\x15\xbf\xc3\x46\xf0\x5c\x3a\x18\x41\x82\xe7\x60\x4c\xc2\x46\xf0\x1c\x3c\x48\xd8\x08\x9e\x4b\xf6\x8f\xe0\x39\x42\x04\xc2\x46\xf0\x5c\x72\x24\x08\x9e\x5b\x7c\xcd\x7f\x2d\xc9\x61\x23\xae\x2e\x15\x9a\x42\x21\xa4\xe4\x64\xa5\x10\x52\x72\x20\x88\xb9\x63\x3f\x08\x1b\x31\x77\xa9\x33\x09\x28\x84\x94\xec\x3a\x85\x90\xd2\x64\xc8\x82\x72\x37\xfe\x87\x5f\x26\x32\xf0\x41\xdf\x12\x9d\x0d\xfa\x96\xbc\x0e\xbf\xcc\xc6\xe0\x52\xde\xa8\x6c\x74\x96\xf2\x46\x88\xb3\x87\x2d\xea\x5b\x62\xa8\x29\x6f\x84\x54\x7b\xd8\x28\x6f\x54\x76\x9e\x47\x79\xa3\xb2\xf1\x04\xca\x1b\x95\x8d\xde\x52\xde\x08\x39\xf6\xb0\x51\xde\x08\xe1\xfd\xb0\x51\xde\x08\x25\xb8\xb0\x51\xde\xa8\x74\x5a\x4d\x79\x23\x88\x88\xb0\x51\xc2\xa8\x1e\xb6\x0c\x07\x4b\xf0\x09\x44\x6c\x46\x9e\x4e\x09\xa3\x1a\xb9\x0b\x25\x8c\xa8\xd5\x1d\x36\x4a\x18\x91\xea\x1d\x36\x4a\x18\xd5\x46\x5b\x28\x61\x54\x1b\x53\x89\x12\x46\xb5\x32\x4a\x94\x30\xaa\x8d\xde\x52\xc2\xa8\xba\x84\x50\xc2\xa8\xfa\x1e\x28\x61\x54\xbb\x77\xa1\x0f\xd5\x27\xe0\x40\x6a\x8c\x20\x25\x8c\xd0\xdb\x0d\x1b\x25\x8c\x6a\x65\xac\x29\x61\xd4\x4f\xfb\x80\x03\xe9\xe4\x9e\x97\x0e\x24\x5a\x46\x09\xa3\x6e\xdf\x29\x61\xd4\x4f\x7a\xbb\xd0\x51\xee\xf6\xfd\x22\x22\xf5\xe4\x79\x94\x37\xea\x27\x2d\xa3\xbc\x51\x77\xcc\x28\x6f\xd4\x4f\x46\x89\xf2\x46\xfd\x64\x26\x53\xde\xa8\x9f\xf4\x81\xf2\x46\xfd\xb4\x2d\x38\x9e\x4e\x46\x82\xf2\x46\xfd\xb4\x65\x48\xe1\xb8\x0c\x52\xde\x68\xb8\xec\x52\xde\x68\xf8\xb9\x53\xde\x68\x6e\x8c\x35\xe5\x8d\x90\x71\x0f\x1b\xe5\x8d\xe6\x4e\xab\x29\x6f\x34\xfd\xc0\x17\x72\xca\xf3\xa0\xb7\x0b\x39\xe5\x79\xf0\xf4\x85\x9c\xf2\x74\xf6\x2c\xe4\x94\xe7\x41\x3b\x29\x8b\x34\xed\x7b\xc2\xf1\x74\x7a\x4f\x4a\x11\x65\x9f\xd7\x09\x34\x65\x5c\x28\x8b\xf4\x2c\x83\x94\x45\xba\x5c\x34\x28\x8b\x74\x15\xde\x26\x65\x91\x2e\x17\x7d\xca\x22\x5d\x2e\x44\x37\x9a\x36\x2e\x83\x37\x9a\x36\x2e\x6e\x94\x4c\x22\x93\x37\x6c\x94\x4c\x02\x43\x86\x8d\x22\x49\xdd\xd9\x4a\x91\xa4\x91\x18\xa5\xdb\x20\x4d\xc6\x93\x20\xb8\x7d\x72\x17\x82\xe0\x4e\xbf\x46\x82\xe0\xce\x9d\xeb\x08\x82\x3b\xfd\xde\x09\x82\x3b\x5d\x0b\x08\x82\x43\x90\x36\x6c\x04\xc1\x21\x9c\x1b\x36\x82\xe0\x88\xd3\x0a\x1b\x41\x70\x67\xf7\xbf\x9b\x23\xef\x49\x29\x8f\xe7\x3f\x82\x18\x87\x6d\x21\x88\x71\xd8\x16\xdd\x3b\x3e\x0f\xf7\x8e\xdb\x0a\xf2\x06\xc5\x15\x13\x79\x83\xf2\x83\x72\xfe\x7b\x49\x2e\xc4\x37\x3a\xcd\x50\x3e\x78\x16\x1b\x94\x0f\x4a\xe7\xe1\x28\x1f\xa0\xa6\x15\xb6\xa2\xf7\xca\xeb\xf0\x5e\x35\x3a\x84\xf2\x41\xb1\x43\x28\x1f\xd4\xcb\xbb\xa0\x4e\x51\x3d\xb2\x4a\x84\xcf\x2b\xf8\x8f\xe8\x02\x01\x72\xdb\xc1\x40\x14\x3d\x46\x5e\xd7\x39\x93\x29\x88\x2c\xf7\xe6\x24\x27\x40\x6e\x73\x5a\x13\x20\xb7\xed\xdc\x05\x3d\x03\xaa\xee\x86\x0d\xb1\xed\x6d\xe7\xe9\x04\xcf\x1d\xb6\x85\xe0\xb9\xc3\xc5\x9b\xe0\xb9\xc3\x09\x42\xf0\xdc\xb1\x31\xe9\x08\x9e\x3b\x5c\xd8\x09\x90\x3b\xdc\x19\x09\x90\x3b\xb4\x03\x08\x90\xa3\xa6\x5d\xd8\x08\x90\x8b\x8d\x56\x13\x20\x17\x1b\x77\x21\x40\x2e\x6a\x65\x11\x20\x17\x9d\xd6\x04\xc8\x9d\xf6\x1d\x41\xed\xcb\xd1\x25\x40\x2e\xb9\x98\x12\x20\x07\x05\x14\x36\x02\xe4\xf2\xce\x3b\x22\x40\x2e\xef\x3e\x1d\xa7\xcd\xe1\x99\x04\xc8\x39\x2e\x06\xc8\x39\x82\x04\xc8\x91\x8f\x18\x36\x02\xe4\xb2\x6f\x93\x20\xb8\x16\x68\x27\x41\x70\xcd\xed\x96\x20\xb8\x16\x78\x2b\x68\x1d\xb4\xc3\xff\x70\xda\x04\xda\x62\x80\xdc\xf0\x3f\x9c\x36\x83\xf7\x40\x80\xdc\x48\xf4\x9d\x00\xb9\x91\x18\x33\x02\xe4\x46\x62\x01\x23\x40\xee\xf9\xf8\x09\x90\x1b\x89\x3e\x10\x20\x87\xac\x52\xd8\x08\x90\x1b\x89\x27\x10\x20\x37\x12\xef\x96\x00\xb9\x91\x18\x4f\x02\xe4\xc6\xc5\x13\x08\x90\x9b\x6e\x24\x04\xc8\x4d\xb7\x1c\x02\xe4\xe6\xcd\x48\x10\x20\x37\x6f\x5a\x4d\x80\xdc\xf4\xdd\x82\x48\x36\x5b\x0d\x22\xd9\x35\x82\x40\x24\x7b\xa7\x7f\x20\x92\x43\xa3\x04\x44\x72\x5c\xb4\x0c\x44\x72\x5c\xbc\x3f\x10\xc9\x71\xf1\x74\x10\xc9\xe9\x77\x0b\x22\x39\x9d\x13\x20\x92\x73\x30\x27\x54\xb8\x76\x09\x01\x91\x9c\xc3\x33\x71\x78\x0c\xda\xa9\xc2\xb5\x0b\x34\x0a\xd7\xa7\xad\x56\xe1\xda\xf7\xa7\xc2\xf5\x64\x3c\x55\xb8\x9e\xde\x05\x87\x8e\x86\x1c\x0a\xd7\xa7\x2b\x91\x0a\xd7\xcb\x59\x10\x76\x14\xae\x4f\xd6\xa5\x5d\x85\x6b\x16\xbe\x5d\x85\xeb\xc5\x05\x84\x9d\x22\xae\xe7\x72\x94\x84\x7d\xb3\x7f\x93\x23\xfb\x37\x38\xb2\x7f\x07\x47\x09\x97\x83\x77\xc1\xe1\x81\x51\xb9\x13\x20\x77\x6f\xb6\xa5\x71\x94\x39\xea\x1c\xd9\xb2\xc1\x51\xe5\x08\xf5\x64\xcc\xba\x9d\x20\xb8\x34\xff\x11\x04\x17\x76\x82\xe0\x6e\x6c\xbc\x5d\x61\xec\x49\x17\x08\x82\xbb\x59\x96\x76\x82\xe0\x6e\x16\xa2\x9d\x20\xb8\x7c\x79\x84\xe3\x02\x7b\x65\x27\xd0\x2d\x33\x41\x76\x02\xdd\x32\x96\xd4\x4e\xa0\x5b\x3e\x7d\x1e\x69\xc4\x0b\xa4\x86\x9d\x40\xb7\x8c\x7d\xb4\x13\xe8\x46\x11\xff\xb0\x13\xe8\x96\x99\xc8\x3b\x81\x6e\x19\xab\x6e\x27\xd0\x0d\xb6\x34\xec\x04\xba\xd5\x93\xc1\x25\xd0\x0d\xc2\x32\xec\x04\xba\x69\xa7\xee\x04\xba\xd5\xe8\x99\x38\x35\xb0\xf1\x76\x02\xdd\x10\x2f\x0a\x3b\x81\x6e\x08\x1b\x85\x9d\x40\x37\x2d\xda\x9d\x40\x37\x24\x90\xc2\x4e\xa0\x1b\x05\x8d\xc2\x4e\xa0\x5b\x8d\x8c\x12\x81\x6e\xf5\xf4\x08\xa7\x86\x63\x46\xa0\x5b\x8b\x3c\x9d\x40\xb7\xc6\x12\xb2\x07\x9d\x1a\xb4\x25\xe8\xd4\xa0\x0f\x04\xb3\x75\x27\x08\xc1\x6c\xe8\xd0\x85\x9d\x60\x36\x34\xe3\xc2\x4e\x30\x1b\xba\x70\x61\x27\x98\xad\x63\x2d\xed\x41\xc7\x85\xff\xe1\xb8\x60\x99\xd8\x09\x66\x1b\xc9\x96\xe1\xb8\xb8\xbc\x27\x8e\x0b\x16\xb7\x9d\x60\xb6\x91\xb8\x27\xc1\x6c\x03\x40\xb9\x13\xcc\x36\xed\x3b\xc1\x6c\xd3\x51\x22\x60\x6d\x3a\xf2\x04\xac\x4d\xac\xba\x1d\xb4\xb2\xfb\x8e\x40\x2b\x7b\xe0\x79\xa0\x15\xf4\x21\xc2\x0e\x5a\xd9\xed\x1f\xc5\x58\x83\x9f\x1f\xc5\x58\x03\xa8\x63\x07\xc9\x84\xe6\x5d\x70\x01\x3c\xed\xc4\x05\xc0\x62\xb3\x83\x64\x02\x46\xc9\x0e\x92\x09\x93\xb1\x06\xc9\x04\x96\x9e\x1d\x24\x13\x9a\x47\xb8\x00\xba\x67\xe2\x02\x28\x1e\xe1\x02\x70\xd1\x00\xc9\x84\xe6\xf3\x70\x01\x74\xfa\x0e\x92\x09\x83\x3e\x80\x64\x82\x8b\xd4\x69\xff\x98\x75\xa7\xfd\xf3\x3a\xfb\xe7\x75\xf6\xcf\x3e\xd8\x3f\x7a\x0b\x92\x09\xa0\xe2\x1d\x24\x13\xb0\x06\x77\x90\xcc\x99\x18\x4f\xd0\xca\xc5\x02\xbd\x83\x56\x12\x66\xcf\x7e\x09\xf3\x99\x2f\x20\x92\x74\xd0\x3f\x10\x49\xc2\x01\xb1\x83\x48\x92\x5f\x31\x88\x24\xf9\x15\x83\x33\x6e\xd7\x09\x70\xc6\xed\x5a\x00\xce\xb8\x5d\x27\xc0\x19\xb7\x5f\x0e\x38\x03\xdd\xc9\xb0\x83\x33\x50\xa8\x0c\x3b\x38\x83\x7a\x35\x61\x07\x67\xdc\x95\x71\x01\x67\x64\x57\x86\x44\x9c\x48\xf4\x9e\x62\x79\x5a\x4d\xcc\x58\xd9\x79\x47\xc4\x8c\x51\x80\x2e\xec\xc4\x8c\x51\x22\x2d\xec\xc4\x8c\x51\x2c\x2e\xec\xc4\x8c\x15\x0c\xc0\xfd\x16\xaf\xff\xcb\x4a\xde\x09\x27\x2b\xf8\x50\x76\xc2\xc9\xa8\x62\x17\x76\xc2\xc9\xa8\x38\x17\x76\xc2\xc9\x0a\xbe\x97\x9d\x70\xb2\x82\xb5\xb4\x13\x4e\x56\xb0\xab\x76\xc2\xc9\xa8\x3f\x17\x76\xc2\xc9\x8a\x53\x9e\x70\xb2\xea\x3e\x42\x38\x59\x75\xd1\x27\x9c\xac\x6e\xde\x13\x98\xef\xfe\x43\x38\x19\x9e\xde\xb0\x23\x8c\x5d\x01\x0f\x3b\xc2\xd8\xd5\xcf\x8f\x70\xb2\x3a\x78\x3a\xe1\x64\xd5\x0f\x80\x70\xb2\xea\xce\x48\x38\x59\x75\x7f\xcd\x42\x79\xaf\x03\xca\x77\x9f\x07\x94\xf7\xf3\x23\x9c\xac\xba\x67\x13\x4e\x56\xfd\xfc\x08\x27\x43\xae\x28\xec\x84\x93\x55\x3f\x1c\xc2\xc9\xaa\xd3\x9a\x70\xb2\xea\xc7\x4f\x38\x59\x77\x11\x26\x9c\xac\xdf\x9e\x09\x94\xbf\x3d\x13\x28\x0f\xfc\xda\x09\x27\xeb\x6e\x5c\x84\x93\xf5\xe4\x75\x40\x79\x7c\x83\x3b\xe1\x64\xdd\x85\x96\x70\xb2\x8e\xe5\xb6\x13\x32\xd6\xfd\xfc\x08\x19\xeb\x17\xef\x88\xb0\xb0\x8e\xbd\xb9\x13\x16\xd6\x2f\x7a\x5b\x6d\x27\xfd\x23\x2c\xac\xbb\x78\x13\x16\xd6\x5d\xa0\xab\xed\x64\xe4\x09\x0b\xeb\x2e\xe5\x84\x85\xf5\xe4\x3d\x6d\xa7\xff\xd9\x4e\xc6\x85\xb0\xb0\x8e\x9d\xba\x13\x16\x36\x32\x23\x41\x58\xd8\xc0\xbf\xb9\x13\x16\x36\x5c\x88\x08\x0b\x1b\x93\x37\x46\x58\xd8\x3c\xe8\x2d\xa1\x5f\x33\x7a\x84\xa6\xae\xf3\xac\x91\x17\x8a\x97\x74\xa7\x70\xea\x85\x23\x68\xa7\x70\xaa\xde\xce\x9d\xc2\xa9\xb7\x0b\x26\x85\x53\x6b\xe4\x4c\x8b\x9c\xba\x94\x53\xe4\xf4\x04\x75\xec\x14\x39\x15\xf3\xec\x14\x39\x3d\xfd\xdc\x29\x72\x0a\x4d\x1e\xf6\x2e\xb4\x66\x5c\x28\x72\x7a\x61\xb5\xee\x14\x32\x45\x01\x3a\xec\x14\x32\x2d\xce\x6b\x0a\x99\x16\x70\xc6\x4e\x21\xd3\xe2\x75\x14\x32\x2d\xb6\x8c\x42\xa6\x68\x45\x87\x1d\x14\xb0\x81\x72\x76\x50\xc0\x86\x0b\x6e\x07\x05\x6c\x07\x6d\x01\x05\x6c\x8e\x19\x28\x60\x0b\xbc\x15\xd4\xd0\xb6\xe0\x3d\xc1\xc1\x9a\x28\xa4\xd0\x6c\xc1\xb6\x80\x83\xdd\x6e\x49\xa1\xd9\x70\x62\xee\xa4\xd0\x6c\xc1\x76\x12\x39\x81\xb3\x67\x27\x85\x66\x73\xd3\x26\x85\x66\x03\x71\xed\xc8\xa1\x6d\xe0\xb6\x9d\x14\x9a\x0d\xa7\xe9\x4e\x9a\xcc\x81\x17\x78\x27\x4d\x26\xf8\x05\x90\x26\x43\x60\x6b\xd8\x49\x93\x89\xd5\xe7\xa1\x4a\xa7\x31\x43\x9a\x8c\xce\x9e\x9d\x34\x99\xcb\x45\x9f\x34\x99\x6b\x78\x4f\x52\xca\xda\x3f\xad\x64\x02\xb3\x28\x5a\x1e\x0e\x32\x68\x10\x59\x0f\x07\x19\x34\x94\x30\x0f\x07\x19\x34\x09\x08\x72\x90\x41\x43\xd4\x62\x38\xc8\xa0\x41\xfc\x26\x1c\xa8\xa1\xa1\x52\x10\x0e\xd4\xd0\x50\x22\x08\x07\x6a\x68\xb9\x7a\x17\xd4\xde\x2e\x9f\x8e\xa2\x1b\x3e\xb0\x43\xc5\xb3\xe8\x75\x44\x08\xb0\xa7\x1d\x2a\x9e\x61\xed\x1e\x3b\x11\x02\xec\x70\xc7\x4e\x36\x16\x9f\xc3\x81\x1a\x1a\x12\x33\xe1\x50\x0d\x8d\x65\xe2\x50\x0d\x2d\xf9\x1f\x11\x02\x2c\x83\xc7\x4e\x84\x00\xcb\xd9\xb1\x0b\x36\x7d\x1e\x2a\x63\x60\x89\x03\x14\x80\xb0\x4a\x38\x40\x01\x7b\xf7\x09\x02\x51\xff\x43\xb8\x89\xed\xef\x30\xa5\xc5\xbb\x60\xe9\x5f\x78\x26\x0f\x53\x5a\x26\x2d\xc3\xd2\xa7\xfa\x5d\x38\xb0\xf4\x2f\x20\xd6\x61\x4a\x0b\x08\xe1\xc0\xd2\xbf\xf0\xa3\x1f\x58\xfa\x17\x16\xf4\x81\xa5\x7f\xe1\x60\x39\xb0\xf4\x2f\x36\xbc\xc3\x94\x96\xc9\x9b\xc6\xd2\xbf\x77\xaf\x03\x8c\xb1\x84\x1c\x96\xb2\x61\x99\x38\xb0\xe6\x29\x6b\x1f\x0e\x4b\xd9\x5c\xfe\x47\xda\xc3\xe5\x7f\xa4\x3d\xe0\x91\x3e\x82\xa2\x47\xdc\x13\x4b\x5f\xd7\xd6\x81\xa5\x5f\xb1\xc3\x8f\x20\x5a\xa1\x65\x58\xfa\x88\xba\x87\x03\x4b\xbf\x3e\xcf\x03\xad\x5c\xf4\x0f\x4b\x1f\x81\xf9\x70\x60\xe9\xd7\xcb\xbb\x58\x35\x85\xd1\xd5\xd2\xbf\x6d\x27\x96\x3e\x5b\xdc\xa1\xa5\xcf\xf6\x77\x3c\x96\x3e\x7d\x20\x35\x45\x6f\xee\xf1\x58\xfa\x5e\x87\xa5\x8f\x7f\xfa\xc0\xd2\xdf\x20\xca\x0e\x2d\x7d\x2c\xb0\x43\x4b\x9f\x65\xe2\xd0\xd2\xc7\x8a\x3c\xb0\xf4\x49\x7a\x0f\x07\xd6\x7c\xc4\x98\x39\xb0\xe6\xa3\xef\x41\x6b\x1e\x3f\xec\x81\x35\x1f\x31\xac\x0e\xac\xf9\x08\x27\x73\x60\xcd\x47\xcc\xa5\x43\x6b\xde\x79\x86\x35\x1f\xd9\x10\x0e\xac\xf9\xb8\x7b\x97\xc4\x3d\xe9\x1f\xd6\x7c\x74\x86\x60\xcd\x47\x7c\xbb\x87\xd6\xfc\xf4\x2e\x95\xff\xbc\x0b\xd6\xbc\xef\x1d\x6b\x3e\x6e\x1e\xd9\x3f\xdb\x62\xff\x78\x2b\x58\xf3\x11\xff\xf4\xa1\x35\x8f\x5b\xe1\xb8\xec\x1f\x6d\x81\x97\x08\xb8\x46\x0e\x78\x89\xc8\xb6\x72\x60\xe9\xc7\xcd\xeb\x40\x2b\x7e\x7f\xf0\x12\x61\x7a\x26\xfd\xf3\xeb\x00\x05\x04\xbf\x31\x50\x40\x84\x9d\x3a\x2e\xfb\xe7\x7f\xc4\xc6\x63\x1c\x1e\xa0\x80\x13\xc3\xf1\x80\x97\x58\x5b\xea\x7f\x2e\xc9\x07\x70\x21\xf9\xa9\x00\x17\x12\x86\xfe\x21\x24\xf0\x53\xd1\xec\x87\x22\x39\x34\xed\x4f\xff\x83\xa6\x8b\x34\x85\x54\x11\x1d\x10\x07\x66\x3f\xb1\x19\xe1\xc0\xec\x27\x8a\x23\x1c\x98\xfd\x44\x78\x84\x43\xb3\x3f\x30\xf0\x9a\xfd\xec\xb6\x87\x66\x3f\xbb\xed\xf1\xd8\xf6\xdc\xf3\xb1\xed\x19\x6a\x6d\xfb\xc0\x20\x3d\xb6\x3d\x6d\xd1\xb6\x3f\x68\xa7\xb6\x3d\xbb\xf4\xa1\x6d\x8f\xed\x74\x3c\xb6\x3d\xd3\x05\xdb\xbe\x34\x9f\x40\x78\x78\xf3\x09\xd8\xc5\x4e\x5d\x6d\x7b\x27\x8f\xb6\xbd\xaf\x8f\x54\x91\xe6\x47\x45\xaa\x48\xc3\x65\x74\x68\xf7\x3b\x59\xb1\xfb\x9b\xcb\x27\x76\x7f\x7b\xee\x89\xdd\xef\xa4\xc3\xee\x6f\xd8\x08\x07\x76\x7f\x73\x92\x63\xf7\x37\x27\x39\x76\x7f\x73\xf2\x60\xf7\x37\x17\x5a\xec\xfe\xe6\x87\x8a\xdd\xdf\x9c\xe4\xd8\xfd\x1d\x56\xfe\xc0\xee\xef\x30\xf6\x07\x76\x7f\xc7\x73\x7e\x60\xf7\x77\x62\x09\x0e\xed\x7e\x62\x10\x0e\xed\xfe\x4c\xab\xb5\xfb\x33\xad\xd6\xee\x27\x22\xe1\xd0\xee\x2f\xfe\x87\x3d\x9d\x7d\x02\xf6\x74\xe6\xbd\x6b\xf7\x63\xa1\x1c\xda\xfd\x99\x1e\x91\x46\x42\x41\xaa\x70\x90\x46\xd2\xb3\x67\x82\x09\x8a\x2d\xa3\x7f\xc5\x96\xd9\x3f\xc6\xac\xda\x3f\xe6\xa7\x78\x01\x88\x7c\x88\x17\x70\x47\x1c\xe2\x05\x08\xb6\x03\x4c\x30\x1c\x25\x30\xc1\xb0\x7f\x60\x82\x61\x5b\xc0\x04\x08\xfd\x87\x03\x4c\x30\x40\x78\x07\x98\x80\x72\x01\xe1\x10\x13\x0c\x9f\x40\x7c\x78\x60\x94\xc0\x04\xd3\x79\x0d\x26\x98\x90\xa7\x87\x98\xc0\xaf\x98\x54\x11\x94\xb8\xc3\x41\xaa\xc8\x74\xc3\x13\x2f\xf8\xdd\x92\x2a\x32\x41\x1d\x47\xa3\x5a\x07\x56\xeb\xb1\xa2\xaf\xce\x3d\x78\x66\x82\x5c\x64\x04\x41\x16\x87\xef\x41\x64\x01\x0f\x72\x3c\xe8\xc1\x33\x29\x4b\xa1\x29\xd5\x28\xdb\xd0\x6c\x35\x65\x1b\x34\x0e\x17\x67\x71\x0e\xec\xf7\xa3\xa3\xc8\xa2\x01\xd1\x21\xfb\x34\x58\x40\x24\x15\xf7\xea\x01\x22\x29\x2e\xb4\x20\x92\x8a\x4f\xf8\x00\x91\x14\xbf\x23\x10\x49\x75\xeb\xe8\x5a\xf3\xf4\x16\xee\xe1\xc0\x1d\x71\xc0\x3d\x1c\xb8\x31\x0e\xb8\x87\xc3\xcd\x69\x28\x41\xc1\xe8\xc2\x3d\x88\x87\x0e\x50\xc7\x75\xfd\x2b\xe2\xe2\x00\x90\x50\x8a\x28\x1c\x00\x92\xec\xb2\x04\x20\xc9\x2e\x83\x43\x6b\x97\x41\x02\x90\x34\xbc\xab\x07\x80\xa4\xb9\xb4\x9a\xd3\xaf\x3d\x0d\x20\x21\x09\x22\x1c\xe6\xed\xdf\x0c\xa0\x79\xfb\x5a\x28\xe6\xed\x6b\x4d\x00\x3a\x04\x94\x07\xa0\x63\xba\x59\x40\x4b\x6c\x4e\x48\x68\x89\xbd\x7b\x26\x96\xe2\xce\x50\x43\x4b\x5c\x2e\xd7\xd0\x12\xd7\xe1\xf3\xb0\x14\x77\x7a\x04\x2d\x71\x69\xe9\x43\x4b\x50\xcf\x39\x1c\xd0\x12\x97\x03\x0f\x2d\x71\xe1\xd0\x39\xa0\x25\x2e\x3f\x87\xa9\x25\xbc\xc6\x2c\x40\x4b\x5c\xd8\x2b\x01\x5a\xe2\x62\x7b\x08\xd0\x12\xd4\x96\x0e\x01\x5a\x82\xba\xd3\x21\x40\x4b\xdc\xcf\x99\x27\xb6\x68\xe7\xe8\xe2\xa8\x72\x04\x2d\xf1\x3c\xe1\xe6\x28\x72\x04\x2d\x41\x1f\x02\x79\xfb\xf7\xe1\x75\x58\xc2\x4c\xba\x00\x65\x91\x2f\x9f\x80\x4f\xff\xf2\xe9\xf8\xf4\x2f\xdb\x89\x4f\x1f\xa7\x46\xd8\xad\x8f\xc8\x5d\xe0\x25\x2a\x78\x21\xc0\x4b\x54\x1c\x25\x61\xd7\xa7\x4f\xff\x48\xc0\x47\x69\x2b\x04\x12\xf0\x51\xef\x0a\x61\xd7\xe7\x3d\x39\x22\x58\x8f\x08\x88\x00\x22\x31\x02\x22\x80\x48\x5c\x5e\x02\x88\xc4\x85\x28\xc0\x4b\xb8\xd8\x04\xb4\xca\xf6\x15\xa4\x19\x02\x21\x55\xa8\x19\x87\x40\x48\x55\x04\x30\x07\xf4\xc8\x22\xc0\x37\x1c\x5a\x59\x5e\x87\x95\xe5\x5b\x21\xa4\x2a\x06\x9e\x40\x48\x55\x64\x46\x06\x42\xaa\x62\xf0\x4c\xac\x48\xe6\x60\x20\xa4\x2a\x02\xf3\x03\x21\x55\x11\xe3\x22\x10\x52\x15\xa3\x77\xc1\x8a\xe4\xfb\x0b\x84\x54\x9d\x2c\xde\x81\x90\xaa\x93\xc5\x3b\x10\x37\x25\x19\x16\x8c\x9b\xc2\xc9\x10\x8c\x9b\x62\x31\x0d\xc6\x4d\xb1\xad\x04\xe3\xa6\x70\xa5\x85\xa0\x09\xe6\x3d\xf1\xca\x36\xfa\x80\x8e\x19\x15\x7f\x42\x40\xac\xec\xc6\x2d\x14\x10\x2b\x93\x1f\x0a\x44\x58\xe5\xd3\x33\x31\x6d\x1c\x09\x22\xac\x8a\x63\x46\x84\x55\xf1\xad\x18\x61\x15\x7d\x3a\x1e\x5b\x5c\x1c\xc1\x08\x2b\xb0\x44\x30\xc2\xca\x1e\x19\x61\xe5\xfb\x33\xc2\x0a\x64\x1f\x88\xb0\x22\x81\x3b\x04\xd0\x0a\x09\xe3\x21\x80\x56\xea\x73\x17\xdc\x96\xa7\xcf\xc3\x7c\xf1\x5b\x89\x9a\x2f\xde\x53\xf3\x85\x37\x06\x2f\x21\x51\x1d\x40\x32\x8d\x35\x24\x80\x56\x9a\x5f\x23\x68\xa5\x1d\xff\xc8\xde\x0b\x01\x20\x83\xae\x58\x08\x00\x99\x8e\xc3\x3d\x00\x64\x7a\xe5\x71\x00\x99\x4e\x80\x55\x00\xc8\xf4\xe6\x75\x58\x2f\x58\x91\x01\x20\xe3\x0e\x17\x00\x32\x1d\xff\x4a\x00\xc8\x74\x22\x0b\x02\x40\xc6\x10\x99\x00\x90\xe9\x2c\xbb\xc1\x00\xab\xea\x99\x58\x2f\x38\x58\x82\x41\x54\xd0\x58\xc1\x20\xaa\xc6\x94\x30\x88\x8a\x08\xca\x60\x10\x15\xa4\x4f\x30\x88\xaa\x79\x1d\x7d\xc0\x1b\x18\x0c\xa2\xf2\x65\x1a\x44\x85\x83\x25\x00\x56\x64\xe5\x03\x60\x65\x64\xef\xa2\xf5\x42\xab\x0d\xa2\x1a\xb6\x13\x8f\xe6\xf0\x9e\x58\x2f\x2e\xa6\x06\x51\xb1\x75\x04\x83\xa8\xd8\x7b\x83\x41\x54\x7e\x8c\x06\x51\x81\x41\x82\x41\x54\x00\xf4\x60\x10\x95\x9f\x91\x41\x54\x58\xa6\x61\x91\x1b\x71\xb8\xf4\x24\xfc\xa2\x7e\x54\x49\xeb\xc5\xbb\xe0\x17\x6d\xb6\xac\x92\x31\xe7\xd3\xb1\x5e\xba\x67\x62\xbd\xc0\x76\x87\x5b\xeb\x85\xe7\xa1\x47\x76\xba\x1d\xa1\x47\x76\xba\x59\xa0\x47\x46\xe5\xe7\x10\xd0\x23\x3b\x0f\xaf\xd3\x7a\xe1\xe9\x68\x8e\x35\x60\x70\x20\x39\x64\xf3\x53\xb9\x8d\x59\xa1\x47\x0b\x83\xa4\x80\xd7\x39\x64\x62\x56\xe0\xef\x43\x26\x66\xc5\x56\x67\x62\x56\xba\xd7\x45\x8e\x98\xbb\xd9\x98\x15\x9e\x97\x49\x42\x72\xbe\x64\x8d\x12\xef\x82\x51\x02\xf1\x18\x50\x04\x6b\xa7\x77\x21\x49\x07\x72\x2a\xa0\x08\xd6\x4e\x9f\x87\x0b\xce\xcd\x02\x45\xb0\x86\x53\x23\x20\xfb\xd5\x26\xf7\x44\xf6\x0b\xed\xe6\x10\x90\xfd\xd2\x3b\x1e\x0a\x46\x09\x41\x85\xa1\x10\xef\x81\x8f\x3d\x14\x8d\x12\x66\x08\xc9\x21\x87\xdb\xa6\x09\x20\xf8\x53\x43\xd1\xf0\xa0\x9d\x24\x80\x50\x9f\x23\x04\x12\x40\x2e\x37\x20\x12\x40\xee\xe7\x4c\xdc\x57\x38\x2e\x02\x09\x20\xb7\x6f\x93\x04\x90\xdb\x2d\x87\x04\x90\x5b\xe3\x82\x04\x90\x67\x2e\x55\xdd\x57\xf4\x81\x04\x90\xec\xca\x40\x02\x08\x49\xcc\x21\x90\x00\x82\x50\x68\x08\x24\x80\x54\x1c\x48\x81\x04\x10\x84\x42\x43\x20\x01\x84\x9c\xdf\x10\x48\x00\x41\x8a\x34\x04\x12\x40\xaa\x33\x84\x04\x90\xee\x02\x4d\x02\xc8\xc8\x1e\xe1\xbe\xca\x3e\x01\xf7\x15\x48\x26\x90\x00\x32\xfc\xaa\x48\x00\x19\x20\xbc\x40\x26\x87\x18\x24\x90\xc9\x31\x2f\xcf\x44\xda\x01\x14\x10\x48\x49\x8f\xf1\x5f\xbe\xe4\x40\xb6\x7a\x3c\xbd\x25\x7b\xb6\xaf\xbd\xb9\x67\x7b\x4b\xf6\x6c\xed\x1c\xb2\xce\xa3\x3b\x5c\x77\x5f\xe6\x3a\xb2\xce\x93\x7b\x36\x59\xe7\x37\xbe\xc1\x40\xd6\xf9\xad\x05\x46\xd6\xf9\xed\x52\x60\xd6\x39\x96\x77\x30\xeb\xdc\x89\x4c\xd6\x79\x71\x59\x22\xeb\xbc\xe0\x0c\x09\x66\x9d\xdb\x6a\xb3\xce\x01\x47\xc1\xac\x73\xad\x41\xb3\xce\xf1\x4f\x07\x8b\x64\xfa\xb9\x9b\x5a\xee\x48\x58\x24\xb3\x7b\x84\x5b\x61\xf7\x3a\xf6\x5e\xf7\x50\x53\xcb\xb5\xab\x4c\x2d\xd7\x46\x30\xb5\x1c\x7f\x63\x20\xb5\xbc\x39\x66\xa4\x96\xeb\x1d\x0f\xa4\x96\x37\x47\x90\xd4\xf2\xa6\xc5\x40\x6a\xb9\x01\x64\x81\xd4\x72\x43\xcd\x02\xa9\xe5\x4d\xfb\x81\xd4\x72\x03\xcf\x82\x45\x32\xb5\xc7\x2c\x92\x89\x23\x28\x58\x24\xd3\x8f\xd1\x22\x99\x5a\x2f\x16\xc9\xf4\xd3\x34\xed\x1c\xef\x78\x30\xed\xbc\x7b\x1d\x9b\x9a\x4b\x81\x69\xe7\x10\x96\xc1\x22\x99\xbe\x5b\x8b\x64\x3a\x9e\xa6\xa4\x77\xdb\xc9\xc6\xec\x32\x6f\x4a\x3a\x34\x56\x30\x25\x7d\xd0\x77\x52\x3e\x3a\x4b\x6b\x34\x25\x9d\x45\x38\x92\xf2\xd1\x89\x94\x8f\xa4\x7c\x74\x3c\x9a\x91\x94\x0f\xb7\x95\x48\xca\x47\x07\x55\x45\x53\xd2\xab\xd7\xe1\x72\x80\x1a\x8b\xa4\x7c\x20\xea\x1e\x22\x29\x1f\x93\x91\x8f\xa6\xa4\x33\x82\xd1\x94\xf4\xe8\x11\x29\xe9\x2c\x8a\xd1\x94\xf4\xec\x5d\x4c\x49\xf7\x4c\x53\xd2\x6d\xcb\x04\xf4\xd3\x3f\x0a\x68\xde\x50\x71\x91\x74\xf5\x1b\x37\x46\x24\x5d\x3d\x13\xac\x17\x49\x57\xaf\x20\xca\x48\xba\xfa\x33\x2e\xc4\x46\xa1\x4d\x1d\x22\xe9\xea\x2e\xec\x71\xe1\x93\x8b\xa4\xe2\x10\x77\xaa\xf4\x1d\x3e\x9d\x2a\x7d\x2c\xad\x71\x27\x0d\x1c\xc7\x4c\xdc\xa9\xd2\x87\x19\x12\x0f\x52\xa8\xf1\x56\xc7\x85\x41\xae\x8a\x79\x16\xa9\x11\xb3\x9d\x9e\x09\xc1\x76\xfa\xdf\xda\x56\x0e\x36\xe6\x48\x8d\x98\x70\x7b\x74\x71\x44\xcb\x0e\xc8\x37\x82\x0a\xe3\x41\x7e\x2e\x84\x73\xa4\x7e\x0c\x19\x7a\x21\x52\x3f\xa6\xc1\x21\x44\xea\xc7\x34\xf8\x8c\x78\x80\xd7\x7d\x0f\xc4\x3f\x1d\x4b\xd6\x36\x44\x18\x93\x2b\xd8\x32\xb0\x2e\x68\x25\xc2\x98\x5c\x7c\x7f\x11\xc6\x84\x12\x54\x21\xc2\x98\x50\xba\x2a\x44\x18\x93\x8b\xb5\x20\x2a\xf4\xb5\xd2\x95\x42\x84\x31\xb9\x7f\x70\xd4\x7f\x2e\xc9\x11\x32\xe5\x76\x62\x05\x61\xb0\x37\x01\x06\x3b\x05\x21\x53\x32\xa1\x58\x11\x32\x25\x13\xb1\x19\x21\x53\x72\xf2\x4c\x60\xf0\xf4\x2e\x84\x7e\xdd\x76\x81\xd0\xaf\xdb\xff\xc8\x67\xc3\x8d\x11\x21\x53\x10\xb1\x0e\x11\x32\x45\x9a\x2e\x12\x36\x85\x8c\x74\x88\x68\x80\x8d\xec\x99\xee\x54\xb4\x45\xa2\x05\xd2\x27\x92\x00\x82\x94\x5e\x88\x40\x97\xc8\x2e\x16\xa3\xdb\x91\x4f\x00\x5e\x02\x75\x23\xd0\x25\x62\x03\x45\xa0\x4b\x04\x22\x47\xe0\x89\x31\x8c\x11\xa2\x05\xb9\xca\x10\x4f\x97\x79\xda\x09\xea\x68\x2c\xfa\x11\xd4\xd1\x00\x78\x11\xd4\xd1\xd8\x02\xe2\xa9\x4f\x98\x29\x71\xba\x78\xd3\x96\xd3\xc5\x9b\x51\x02\x75\x34\x5b\x0d\xea\x68\xcf\xf3\x58\xbc\xd9\xaa\x22\xa8\xa3\xb1\x8d\x45\x51\xc7\xf4\x2e\x2c\x6e\xf8\xae\xa3\x69\x1d\xc4\x6f\x46\xd3\x3a\xd8\x52\xa3\x88\xc4\xcf\x4f\x44\x82\x07\x2e\x8a\x48\x80\xcf\x51\x44\x02\x0d\x12\x45\x24\x80\xe2\x28\x22\x01\x3d\x44\x11\xc9\xf0\x4c\x16\x6f\x6c\xed\x68\x5a\x87\x8b\xa2\x69\x1d\xc3\xff\x58\xbc\x89\x7c\x89\x20\x92\x3e\x7d\xba\xfd\xb3\xd5\xf4\xcf\xe5\x2c\xd9\x3f\xc6\x13\x44\x62\x78\x5e\x04\x91\x0c\x36\x8b\x28\xea\xc0\xe3\x1e\x45\x1d\x80\xd4\x68\xea\x46\xf0\x9e\x2e\xd0\x8c\xa0\xa9\x1b\xc1\xeb\x5c\xa0\x69\x0b\xbc\xcb\xb3\x0c\xc2\xbb\x4c\xec\xc6\x08\xef\x32\x5d\x5e\x4c\xdd\x20\x81\x27\xde\x68\x86\x80\xdb\xe2\x8d\x12\xb7\x6f\x93\xb4\x8e\x76\xf9\x9f\xa8\xc3\x23\xfc\xa2\xbb\x77\x21\x02\x02\x0e\x28\x92\xbc\xbe\x11\xa0\x1a\x49\x5e\xdf\x9c\xf3\x24\xaf\x6f\x97\x6d\x69\x2c\x98\xde\x05\x01\x05\x36\xe6\x48\xf2\x7a\xc4\x89\x12\xc1\x2e\xc9\x0d\x0f\xec\x92\x1d\x25\xb0\x8b\xc1\xab\x11\xec\x62\xf0\x6a\x04\xbb\x34\x8c\xb5\x08\x76\x19\xd9\x33\x89\xf3\x26\xab\x31\x9a\xf4\x6e\x6f\x49\x7a\xbf\x1c\xdd\xec\x2a\xe5\xf3\x70\xd6\xf9\x56\x48\x7a\xbf\xdd\x52\xb3\xce\x3a\xfa\x50\xb4\x76\xb9\x27\xcc\xc7\x8e\xc5\x1e\x61\x3e\xa8\x9d\x18\x22\xcc\xc7\xee\x7c\x81\xf9\x88\x6e\xb7\xb0\x1b\x97\x23\x01\xbb\x91\x30\xba\x22\xec\x46\xb2\x9d\xb0\x1b\xe9\xc7\xc0\xfd\xef\x25\x19\xe2\x23\xe1\x80\x88\x10\x1f\xe9\x79\x00\x16\xa6\x0b\x11\xc4\x47\x71\xe0\x21\x3e\xaa\x4b\x01\xc4\x47\x73\x19\x84\xf8\x78\x76\x2a\x88\x8f\x67\xa7\x22\x50\xaa\xb9\x28\x56\x17\x29\x9e\x00\x29\xd2\x9c\x12\x92\x22\x9b\x67\xf2\x11\xbb\xcc\x4b\x8a\x6c\x3e\x01\xb7\xc2\xe6\xd3\x71\x2b\xf8\x51\x49\x8a\x6c\xb6\x9a\x60\x28\x88\xab\x08\xf1\xd1\xe1\x5c\x23\xc4\x47\x87\x34\x88\x10\x1f\x83\xd8\x85\xd8\xac\x16\x40\xcb\x24\x3e\xf0\x02\x47\x0a\xc6\x4c\x5f\x83\x74\x86\x7b\x76\xd3\xee\xf0\x4c\xec\x0e\xf2\xe7\xe2\xa2\x33\x2e\x2a\x70\x87\xd8\x90\x6e\xc1\x71\x11\x49\xc1\xd8\x1c\x25\x34\x8a\x0f\x60\x62\x44\xa3\xf8\x28\x9e\x79\xf2\x01\xd0\x23\x53\x30\x2e\x8f\x48\xc1\x70\xf2\x98\x82\xe1\x82\x49\x0a\x86\xd0\x2c\x9a\x82\xe1\x16\x67\x0a\x46\xf6\x3a\x6d\x0b\xee\x49\x3a\x77\x26\x3c\x28\x92\xce\x9d\x89\x60\x89\xa4\x73\x67\xc7\xd3\x94\x6d\x62\x5e\xa3\x29\xdb\x10\x81\xd1\x94\x6d\x68\xb3\x08\x0a\x88\x78\xab\x23\x28\x20\xfa\xf9\x81\x02\xe2\xe5\x3d\xe1\xe1\x5d\xce\x40\x01\x51\x43\x00\x14\x90\x40\x40\x51\x05\x61\xad\x48\x50\x40\x76\x59\x12\x05\x10\xb7\x11\x41\x01\xcd\xa7\x4f\xe7\x20\x4f\x9f\xce\x41\xfa\x07\x0a\xa0\x2a\x60\x88\xa0\x80\x81\x3f\x3c\x4e\xe7\xa0\x4f\x60\x0e\xee\x3e\x9d\x39\xb8\xdb\x6a\x5c\x5b\xc5\x23\x5c\x5b\x5a\xf3\xa0\x80\xc9\xfc\x3c\x41\x01\x13\x94\x7a\x82\x02\x26\xbe\xf9\x13\x14\x30\x19\xf9\x13\x14\x40\xa5\xc1\x70\x82\x02\x66\xf2\x2e\x8b\x98\x4b\xcc\xd6\x93\x4a\x91\x1b\x5f\xe3\xb9\x39\x43\x26\x47\x2e\x6e\x8d\x23\x22\xd7\x71\xdd\x9d\x9b\xef\xcf\xeb\x88\x05\xc1\xe1\x78\x82\x02\x22\xe6\xd9\x09\x0a\x88\x4f\x3b\x79\x7f\xc9\xeb\x7c\x7f\xab\xb7\xa7\x15\x55\xf8\xde\x4f\x12\xbf\x91\x29\x08\x27\x89\xdf\xcd\x7b\x92\xf8\xdd\x78\xd3\x27\x89\xdf\x08\x69\x86\x93\xc4\xef\xf6\xdc\x13\x94\xb3\x7b\x1d\xef\x6f\xf7\x3a\x85\xb7\x68\x0b\x89\xdf\x93\xf8\x8b\x93\xc4\xef\x59\xbc\xce\xcd\x89\x3e\x50\x61\x72\xbb\x7c\x02\x4e\x29\x8c\x99\x73\xb7\x18\x9e\x77\xc1\xa1\x83\x5d\x7c\x12\x53\x75\x83\x80\x4e\x62\xaa\xee\xf0\xaf\x88\x8b\xd3\xc4\x8a\xec\x4d\x54\x53\xe0\xa5\x10\x6e\x35\xf0\xdc\x9d\x84\x5b\x8d\xe6\x11\xc1\xe2\xec\x38\x27\x04\xc6\xdd\xbc\x0e\x07\x3f\x3b\xf1\x09\x81\x81\x58\x7a\x38\x21\x30\xa8\x81\x1d\x4e\x48\x0a\xf4\x21\xc2\x69\xd1\x14\x7c\x3d\x27\x24\x05\x05\x3b\xc3\x09\x49\x31\x81\xf9\x27\x3a\x58\x66\xd3\x9d\xe8\x60\x55\x27\xdd\x02\x08\xe9\x38\xfc\x0f\xb2\x0f\xbb\xf1\x04\x05\x8c\xe2\x5d\xb0\x92\x81\x4a\xa7\x44\x04\xcb\xd9\x29\x11\xe1\x4b\x81\x88\x18\xbb\xff\xf1\x1a\xec\xbb\x96\x3e\x11\x09\x27\x44\x44\x04\x62\x9d\x10\x11\xcd\x8f\x03\x22\x62\x60\x31\x9c\x11\x91\x25\xa7\x92\xa9\xde\x2c\x9f\x67\x74\x9a\xf1\xa2\xa3\xd3\x8c\x57\x1b\xc9\x1d\x3c\xbc\x27\x4b\x81\x53\x09\x6b\x1e\xe1\xef\x70\x42\x44\xcc\xe8\x99\xd8\x63\x2c\xbb\xe7\xb2\xf4\xe7\xd3\xa3\x65\xe9\x1f\x87\x1f\xe3\xda\x7c\x27\xf2\xe8\xe1\x5c\x9b\xef\x71\xfa\x71\xac\xcd\x77\x8e\xe0\xd1\xb1\x8e\xb0\xff\xce\xb5\xf9\x6e\xd4\x36\x0b\xe7\xda\x7c\xe7\x74\x7a\xae\x4d\x74\x4e\x36\xbc\x73\xf9\xf1\x56\x32\xd7\x3a\x1a\x9c\x49\xdf\xd7\xb6\x39\xa7\x13\x79\x6d\x9b\x47\xe2\xe8\x5a\xd6\xee\x16\x01\xda\xd7\xb2\xc0\xb6\x48\xc2\xc9\xb5\x8c\x8b\x83\x5a\x28\xe1\x5a\x7d\x88\xd4\xa6\x0b\xd7\xea\x43\xbf\xe3\xd6\x1b\x73\xf4\x5a\xfd\x88\xa8\x6c\x84\x6b\xf5\x83\xff\x6f\x7f\x59\x56\xa8\x19\x9a\xd7\xea\x4b\x8c\xd9\xbb\xb1\x09\x93\xa2\x72\x55\xa2\x0f\xc0\x76\x17\x86\x04\x85\x57\xc3\xb5\x0c\x89\x7e\x9f\xbd\x6b\x3e\x5c\x7f\xc6\xe1\x5a\xc6\xc4\x77\x54\xff\x1c\xb5\x3f\x47\xfd\xcf\xd1\xf8\x73\x34\x7f\x1f\xad\x11\xfb\x8e\xf6\x3f\x47\xc7\x9f\xa3\xf0\xe7\x28\xfe\x39\x3a\xff\x1c\x5d\x7f\x8e\xd2\x9f\xa3\xfb\xcf\xd1\x9f\xfe\xb5\x3f\xfd\x6b\x7f\xfa\xd7\xfe\xf4\xaf\xfd\xe9\x5f\xfb\xd3\xbf\xf6\xa7\x7f\xfd\x4f\xff\xfa\x9f\xfe\xf5\x3f\xfd\xeb\x7f\xfa\xd7\xff\xf4\xaf\xff\xe9\x5f\xff\xd3\xbf\xfe\xa7\x7f\xfd\x4f\xff\xfa\x9f\xfe\xf5\x3f\xfd\xeb\x7f\xfa\xd7\xff\xf4\xaf\xff\xe9\x5f\xff\xfa\xf7\x9f\xcb\xf3\xd5\xff\x74\x7d\xfc\xe9\xfa\xf2\xb4\x6e\x1b\x84\xda\x35\xe8\x3a\x80\xf5\x1a\x74\xdd\x49\x37\xe8\xba\x93\x79\xd9\x51\x2b\x64\x75\x1d\x5d\xeb\xb3\x81\xf3\xbc\x96\xa7\xf5\xd8\x0f\xff\xa3\x5a\xc6\xed\xd1\x5a\xe4\x0f\xa8\xa9\x0b\x1b\x8b\x22\x4c\xe1\x1a\x84\xe5\x43\x03\x5e\xcb\xc6\xba\x24\x80\x2e\xab\x34\x14\xdb\xb2\x3c\x75\x54\x2f\x0b\xd7\xb2\xb1\x8e\x13\x5f\xf5\x35\x59\x6a\xb0\x17\xae\x65\x63\x1d\xc8\xd9\x87\x6b\xd9\x58\x07\x55\x68\xc3\xb5\x6c\xac\x83\x22\xb1\xe1\x5a\x36\xd6\x41\x7d\xdc\x70\x2d\x1b\xeb\x38\xfd\xb4\x97\x8d\x75\x9c\x2c\xeb\xd7\xb2\xb1\x0e\x2a\xd4\x86\x6b\xd9\x58\xc7\x69\x3b\x97\x8d\x75\x50\xb9\x37\x5c\xcb\xc6\x3a\xa8\x88\x1b\xae\x65\x63\x1d\x27\xd8\xe1\x5a\x36\xd6\x71\x5e\x3e\xa1\x73\xc4\x28\x2d\x1b\xeb\xa0\x52\x70\xb8\x26\xfd\x03\x9d\xa4\x8d\xfe\xe1\xc5\x4b\x9b\xfd\x0b\x1c\xd9\xbf\x93\x23\xfa\x87\xeb\x25\x6d\xf4\x0f\x8b\x32\x6d\xf4\xef\xf2\x2e\xf6\xef\xe0\xc8\xfe\x65\x8e\xe8\x1f\x9b\x58\xda\xe8\x1f\x74\x57\xda\xec\xdf\xce\x91\xfd\xdb\x38\xfa\x3d\x75\xd3\xd6\xff\x1c\x8d\x3f\x47\xbf\xe7\x67\xda\xe9\x5f\xa6\x47\xfb\xfe\xe7\xbf\xe3\xcf\xd1\xf5\xe7\x28\xb1\x19\x45\x8e\x6e\x8e\xbc\x4b\xe6\x88\x91\x58\x96\xd3\xd4\x44\x48\x7b\xfd\x73\x97\x3f\xad\xde\xff\xb4\x7a\xff\xd3\xea\xfd\x4f\xab\x8f\xed\xcf\xd1\x9f\x56\x1f\x7f\x5a\x7d\x84\x3f\x47\xf1\xcf\xd1\xf9\xe7\xe8\x4f\xff\x8e\xf4\xe7\xe8\xfe\x73\x94\xff\x1c\x95\x3f\x47\x95\x6d\x69\xf6\x01\xf1\x99\x96\xf9\x74\x52\xe6\x20\xa4\xe5\x7b\xed\xf7\x59\xfb\xc0\xb1\x92\x0e\x0a\x19\x05\xff\x9f\xfc\x7f\xf6\x49\x24\x6e\x42\x4e\x34\xe3\x35\x4f\xcb\xc4\xea\xf7\x75\xf4\x09\x33\x90\x02\xae\x18\x36\xfb\x14\xa8\x49\x13\xfd\x2f\x72\xb7\xab\x37\x5c\x5f\x69\x99\x5a\xfd\xbe\xce\xde\xba\xe7\x5c\x64\x35\xf0\x7e\x96\xb9\x95\x0a\xc9\x1e\x29\xdc\xcf\xf5\x06\x01\xa4\xe5\x78\x4d\x54\x39\x0c\x29\x90\x11\x51\x6d\x29\x05\x9a\xba\x4f\x1a\x5c\x9b\x7b\xbb\xbd\xdb\xda\xe0\xa9\x39\x12\x52\xa4\xce\x4e\xf7\x88\x3a\x3b\x30\x13\x09\xf9\x51\x13\x73\xd2\x32\xbb\xe2\x8e\x43\x30\x51\xc8\x8e\x4a\x4c\x21\x45\xfa\x73\xa6\x4e\x9d\x9a\x90\x90\x27\x95\xe6\x4e\xc8\x93\x2e\x1e\xea\x3f\x97\xed\x84\x72\xa9\xb2\x3a\x69\x59\x6c\xfd\x3e\x63\x9f\x44\xbf\xa6\x65\xb5\xf1\xa0\xe9\x2f\x0b\x04\x54\x5f\x0c\xea\xa6\xf5\xb2\x91\xcb\xcf\x1c\xb0\xca\x53\x1c\xcf\x30\x9a\x4e\x9b\xe2\x7c\xa6\x41\x83\x35\x4d\xa8\x9c\x56\x3c\x7f\x89\x9a\x0c\x91\x45\x3d\xa1\x72\x4a\x59\xc6\x90\xce\x3f\x53\xfa\x8c\x4f\xbb\x28\xa3\x18\xd2\xf9\x67\x5a\x53\x97\x21\x3e\xd7\x5a\xb6\x87\x81\x3d\xff\x4c\x6b\xe4\x4c\x1b\xfe\xa9\x74\x7e\xfd\x6d\xb6\x02\x4a\x01\x6a\x2e\x21\x69\xda\xb0\x9a\xd3\xe9\xb4\x3e\x7a\xbb\x7d\x12\x6c\x3c\x80\x30\x9d\xf6\x77\xef\x66\xd9\x25\xa4\x4d\x1b\xd8\x24\x21\x6d\xda\x70\x33\x25\xa4\x4d\x1b\x1e\xd9\x74\xfd\xe9\x2f\xd2\xa6\xd4\x56\x0e\x09\x69\x53\x2a\x34\x87\x84\xb4\xe9\x70\xe9\x5e\x5e\xde\x78\xee\x5e\x77\xbf\x1f\x9e\x3d\x40\xde\xb4\x9f\xfe\x5f\xbe\x0f\xd3\xe7\xae\xfe\xf6\xdb\x16\xae\xfe\x9a\xa8\x9d\x2e\xa6\xba\x63\xb5\xbc\xbd\xc9\x08\x97\x84\xfc\xa9\x74\x5c\x4a\xd8\xb1\xe7\xd6\x8d\x61\x48\x89\x4f\xf8\xbc\x7b\x73\xb6\x21\x83\xaa\xe7\x3a\xad\x38\x94\xd0\x5d\x4c\x91\x41\x95\xce\x4b\x89\xe9\x1e\xcf\x3e\xa7\xd7\x5e\x5c\xeb\xff\x89\xcf\x7b\xeb\x13\x17\x45\x4a\x7f\xde\x71\xca\xcf\xb3\xbb\x73\x2b\x95\xf7\x17\xb6\xdf\x84\x2c\xea\xc0\xe1\x91\xd2\x9f\x25\x7a\x79\x88\x63\x80\x00\x4e\x49\xe7\x0b\xb3\x1c\x59\xd4\x01\x8a\x4b\xb7\xa1\x9e\x1e\x91\x80\x85\x47\x3a\xdd\xf1\x79\xa6\x9e\xee\x44\x04\x7e\x76\x91\x42\xfe\x74\x66\xaf\x4d\xcf\xd9\x26\xaa\x27\xbc\xc8\x13\xf7\x50\xba\xf3\x33\x26\x68\xee\x85\x74\x97\x17\x1b\xb8\x91\x2e\x6f\x72\x7c\x36\xd2\xe5\x4d\xee\x77\xec\x7d\x5e\xb6\xa8\xbf\xe3\x06\x11\x96\x94\x44\xf5\x4b\xb9\xe7\xb7\x98\x31\xee\xcb\xb3\x3c\x8b\x86\x81\x92\xa9\xe0\xa8\x44\xf5\xf1\xcd\x99\x97\xff\xcc\x5f\xe4\x54\xcd\x0f\x4c\xd9\xe5\xf8\xee\x8d\x18\x93\xb4\xbc\xcb\xac\x0c\xb8\x4f\x12\x5e\x64\xbd\xe4\x29\xdb\xb7\xdc\xa7\x9b\xef\xf2\x24\xc7\xfc\xb4\xab\x3d\x2d\x1d\x38\x04\x53\xee\xcf\x96\x24\x8b\x92\xf2\xbb\x34\x8f\x61\x8b\x97\x7b\x51\x85\xb8\x84\x94\xea\x86\xf9\x97\xca\xbb\xe5\x0c\xb0\x7c\x42\x4e\x75\xdf\xfc\x7f\x79\x20\x76\x5c\x93\x69\xf9\xa7\xcf\xdb\x2d\xa1\x9c\x4f\x6b\x75\xab\x24\x74\x82\x9e\x55\xaf\xa4\x77\x5c\xb3\xf7\x46\xad\x7b\x78\xef\xf7\xdd\x8a\xf2\x12\x91\x35\xc7\xee\xd9\x6e\xb7\x57\xd7\x49\x9c\x0a\xf9\x9e\x9a\x68\xe5\x5d\x97\x86\x1b\x5c\x19\xef\x2f\xd9\x5f\xd6\xb6\x14\xd3\xbf\xe2\xaa\x13\x01\x38\xc2\xf8\x54\xfd\x8c\x4b\x1f\x58\xa3\xe9\x81\xa4\xb3\x77\xe0\x7c\x5a\x90\x34\x3e\x9f\x6a\x8d\x6f\x67\x9c\x0c\x04\xe3\xc4\xe1\xf5\x6b\xa9\x0e\xda\x85\x95\xa1\x49\xa3\xf7\x9b\xc1\x7a\xa0\xe9\xd1\xbb\xaf\xa6\xe6\x67\x22\x23\x80\x1f\x52\x2d\xef\x02\x81\x37\x2c\xd5\xd7\x22\x91\x28\x4b\x04\xe8\xe8\x21\x4e\x0b\xa6\x5e\x8a\x02\xa5\x3a\xde\xa7\x12\xa4\x93\x2a\xbb\x36\x64\x4b\x22\x48\xe7\x8c\x1e\x21\x3a\xe3\x47\x8c\x4a\x6b\x70\x22\x2c\xa8\xda\xef\x18\xfa\x63\x09\xb6\xb7\xff\xcf\x36\xb8\x20\xeb\x42\xbc\xeb\x88\xa9\x1f\x5b\x37\xdd\x3a\xb5\xf4\xf6\xcf\xc5\x09\x69\xd6\x23\xf9\xfc\xf5\x69\x1c\x8e\xdf\x82\xae\x77\x70\x6a\xb4\xcf\x12\xbb\x3d\xbb\x3d\x9f\x96\x09\x19\xa9\xf5\xe7\x1d\x4e\x18\x80\xd4\xc6\xfb\x8b\xcb\x4f\x9b\x6f\x1b\x08\x8b\x4c\x0b\xce\x06\xd3\x38\x12\x52\xae\xc1\x8f\x7d\xc1\xd9\x53\x21\x9c\x84\x94\x6b\x20\x4c\x2a\x2d\x38\x1b\x4f\x2d\x93\x7e\x7e\xad\xf1\x7f\xde\xbf\x96\xd6\x1f\x48\x9b\x90\x73\x0d\xda\x8c\x3d\x7f\x9b\x15\x23\xd9\x51\x10\x73\x8b\x41\xd2\x55\x3c\x95\x16\xac\x5d\xbc\xd5\x3a\xfa\x2c\x50\x62\x36\x12\xb2\xae\x11\xfc\x93\xfa\x7c\x8d\x15\x37\x24\xa4\x5d\xf5\xaa\xa7\x85\x61\x43\xb7\x25\x0b\xc3\xc6\xf8\x9c\x89\x5c\x98\xb3\x13\x2e\x20\x42\x23\x27\xb2\x12\x8c\x28\x4e\xe3\x8f\xb5\x3d\xd2\x37\xea\xb4\x72\x7c\xdb\x75\xf2\x6e\x5f\x9f\xa3\xcf\x5e\xef\x3b\x12\x83\x93\xc6\x1f\x64\x81\xa8\x92\x92\x9e\x69\xe1\xd9\x18\xe1\x67\x12\xa2\x4a\x51\xcc\x83\xa8\xd2\xd3\x83\xb9\xbd\x66\x8f\xd7\x2e\x4c\x1b\x0f\x22\x22\xd2\x3c\x3e\xb3\xc8\x5f\xd6\x37\x7e\xda\x26\xc5\x95\x82\x77\x3b\x41\xce\x8c\xf3\xc2\xb5\xf1\x3c\x3c\x13\xf3\xc4\xed\x52\x71\x25\xbf\xd9\x85\x6b\xa3\xa9\xef\x69\xe1\xda\xcb\xf8\xee\xf4\x64\x31\xf8\x1f\x73\xfa\xda\xfb\x70\xf1\x9e\xfd\xfd\x05\xf7\x5c\x52\x64\xc9\xaf\x6c\xfa\x7e\x5b\x6f\x38\xc0\x6e\x33\x1a\xf0\x35\xdc\xdb\xfe\x7c\xa5\x4a\x12\xdc\xdb\xf1\x5e\x01\xfd\x7b\x6f\xe1\xfd\x05\x6a\xfc\xde\x98\xdb\xe0\xeb\x9b\xec\x86\xeb\xf0\xfe\xd7\xfa\xca\xa3\x47\xe9\x5d\xb2\x8b\xf7\x5f\x21\xb3\xe6\x59\xde\x5b\x7e\xee\x3d\xb3\x77\x23\x98\x92\x35\xf5\xde\x7e\xbf\xe7\x7b\x6b\xef\x06\x3a\xbd\xbf\x8a\xd3\x9e\xcd\xf7\x1c\x6b\x6f\x87\xf7\x47\x75\x1a\x77\xdf\xad\x40\x13\x28\xe4\x7e\x54\x98\x26\x47\x14\xc6\xb8\x3c\x93\x08\x97\xeb\x5f\x81\x85\xf7\xa2\x1f\xae\x1b\x47\xc0\xbd\xe8\x87\x78\x3d\xb7\x7c\xbd\x8b\x1d\x78\x77\xef\xf9\x5d\x9e\x71\xd3\xdc\x7b\xf9\xce\x89\xfc\x02\x57\xcc\x0e\x77\x93\x14\x71\x83\x2d\xee\x05\x9a\xe3\x85\x1d\x72\x4b\x29\x10\x6f\x7c\x1f\xfb\x73\xa7\xe9\xf3\xe1\x0e\x32\xb6\xc6\xfd\x07\x1c\xdf\x7f\xc0\xf1\xfd\x07\x1c\xdf\x87\xd5\xdd\xbc\x0e\xb5\x6c\xe2\x58\xee\xe3\x7e\xed\x83\xc3\xe7\x12\x9d\x33\x3c\xdb\xfe\x8c\xde\x61\x0d\x6e\x41\xf2\x39\xfa\xa8\xde\x7f\xf5\xa9\xd8\xa7\x83\x82\xb3\x7c\xa0\x37\x49\x12\x3b\xa8\xeb\x26\x40\xa9\x10\x17\x7a\x87\xed\xbd\x13\x0e\x94\x3b\x00\x24\x87\x47\xc7\xf3\xbf\x76\xdd\xbd\x00\x72\x4c\x58\xd7\xf7\x03\x90\x7f\xfe\x67\xfa\xc0\x45\xec\x10\x98\xb7\xe9\xdd\x9b\x47\xc4\xc7\x92\x5c\x74\x3f\xe0\xf8\xec\xc8\xfd\x87\x3b\xe4\xe7\x97\x8e\xb5\x71\x9b\xe6\x1d\xbc\xe2\xcf\xd4\x35\xcd\x3b\x7a\xb4\xa6\x6d\x29\xb6\xfb\xb3\x52\x92\xed\x96\xb3\xe0\x49\x46\x27\x41\xc1\xde\x44\x27\x15\xd2\x6b\xee\x78\xbc\xf6\x70\xf7\x97\xd5\xe7\x0b\x17\xcc\x4d\x84\xd2\x1d\xfd\x0f\xc5\xed\xe7\x4e\x5a\x9f\xb3\x2b\x6c\x7a\xc7\xf4\xfe\x72\x7b\xc5\xfd\x9a\x08\xdd\x73\x7e\xfa\x1d\xb4\x1e\xef\x07\x29\xff\xdc\x83\x51\xa6\x6a\x61\x03\x11\xdd\xb1\xbd\xff\x63\xf3\xdd\xb1\xbf\xbf\x38\x1f\xa8\x5e\xd8\x21\x48\x6f\xaa\x17\x76\x08\xfc\xfb\xdc\x9e\x05\xc4\x64\xa3\x1b\xb4\xdc\x30\x51\xee\xd3\xc0\x3b\xde\x19\x15\x0c\x3b\xe4\xea\xbd\xd0\x72\x10\x75\xdc\xe7\xf9\xf5\x84\xb9\x7a\x2a\xdc\xc5\x5b\x38\x5f\x34\xd5\x5c\x1c\x4f\xfa\x1e\x63\x37\xd7\xf5\x3e\xf3\x6b\x94\x61\xa1\xde\x0b\x39\x87\xea\x0c\x3a\xeb\x73\x0f\x33\x3c\xee\xb3\x3d\x0b\x5c\x77\x5e\x51\x10\x44\xf9\xcf\x9b\xaa\x87\x83\xd8\xf8\x9b\xaa\x87\x06\x69\xde\x97\x62\x5e\x8c\x04\xb1\x51\x87\x6f\x81\xaa\x87\x13\x7e\xe8\xa6\xea\xa1\x4a\x2e\xf7\x15\x3f\x5c\xc8\x5b\xba\xce\x67\x9b\x30\x2f\xf8\xa6\xfa\xe1\x2c\xfe\x4f\x8a\xb9\x63\x2e\x7a\xbe\xee\x3e\x60\xcd\xee\xcb\x75\xeb\xe8\x14\xb4\x08\x37\x55\x10\x29\x22\x11\xee\xeb\xcf\x5c\xbf\xda\xb3\x46\x18\x32\x7b\x5f\xef\x36\x45\xd5\xa5\x70\x5f\xe3\x5b\x09\x79\x93\x0b\x49\x9f\xc3\x85\x5d\x24\x1d\x5b\x47\xd9\x3d\xdc\x54\x45\xd4\xbc\xbe\xd3\x6f\xc7\xdf\x9d\x34\x3f\xef\xae\x2c\xee\xbd\x90\x74\xc8\x88\x64\xdc\xe9\xfc\x4c\x28\xc6\x9d\xf8\x2a\xb5\x5a\xee\x07\x49\xff\xb4\x8f\xb7\x94\xee\x6f\xd5\xa2\x0f\xc4\x59\x89\xcc\x6e\x91\xf4\xcf\x15\x97\x57\xd4\x77\x2b\xde\xfe\x25\x37\x75\x13\x8a\xb5\x15\x3b\xfb\x0e\xcf\x74\xa9\xb2\x62\x22\xda\x62\x77\x9a\xef\xad\x71\x93\xdc\xa4\xc2\x6f\xe8\x44\xdc\x2b\x5c\x6b\x96\xc3\xff\x08\x28\xc2\x31\x72\x5b\x35\xd1\x49\x6e\xd5\x44\xef\x4b\x1d\x92\x86\x0d\x7a\xdf\xd7\xfb\xda\xa0\x16\x6f\xc1\x78\x4c\x9d\xa2\x57\xe1\x26\x25\xfe\xd8\x7c\x2e\xe2\xae\x4e\x12\x52\xe2\x0f\x28\xbd\x9b\x94\xf8\xc3\x97\x27\x08\xff\x59\x2c\xdd\xf8\x1e\x10\x7e\xf4\xd1\x6c\xf7\x3b\x25\x9e\x05\x4a\x20\x7e\x1d\x7d\xfa\xf1\xe4\xed\xbd\x8f\x0b\x40\xde\x1f\xe4\x41\xc9\xb0\x70\x5b\x55\xf1\xf0\x0a\x54\x17\x2e\xcf\x8e\xef\x53\x87\x67\x9f\xef\x33\x86\xe7\x2c\xc2\xb0\xf8\xd9\xe5\xf4\x5d\x41\x5f\xf2\xb7\x05\xe2\x88\xb9\x17\x68\x8f\xd9\x8f\x2d\x3b\x0e\x8c\x71\xae\xdf\xfd\x6d\x91\x9f\x47\xe8\xc6\xba\xdf\xf9\x1d\x0b\x95\x5b\x6e\xab\x31\x26\xdb\x40\xa4\x84\xdb\x3e\x80\x7d\xb8\xc0\x90\x46\x4f\xe9\xde\x70\x13\x4c\x76\xe2\x88\xbb\x09\x26\x8b\xce\x0b\x82\xc9\x28\x9a\x1c\x6e\x04\x7d\xe7\xf4\xbf\x65\xad\xca\x1d\xdd\xe5\xfd\x1c\x06\xd1\xd5\x77\x79\x97\xc2\xe1\x52\x57\x5e\x53\x66\x10\xa5\x71\x2f\xb0\x1e\xb3\xdb\xd0\x02\xeb\x97\x59\x76\x37\x91\x65\x57\xb2\x07\x8b\xea\xbe\xb2\xcf\x1e\x0b\x73\xfa\x19\x59\x99\x11\xcc\x76\x4b\x0c\xaf\x0f\x97\x1e\x56\xd2\xb9\xb5\xe1\x16\x0a\x1f\xd1\xe5\x13\x29\xe0\x7b\x7a\xe6\xaf\x77\x4d\x9f\x21\x86\x2f\xb7\x1d\x88\x61\xd5\x03\xef\x85\xc0\x23\xf5\x05\xc3\x5d\x5f\x44\xd2\x88\xd0\xba\x1f\xf4\xbd\x75\xc5\x62\x6f\xd1\xf7\x99\x7b\x73\x6b\x12\x7d\x5f\xb1\x37\xb7\xe7\xda\xde\x5f\x9c\x2b\xf5\x73\x52\x74\x9f\x35\xbe\x2d\xce\x73\xe6\xb3\xf8\x19\x91\x72\x13\x9d\x96\x9c\xe1\x20\xf1\x0b\x44\x77\x37\xf3\x43\x19\xcd\x85\xc4\xa3\x3a\xf7\x77\xc3\x52\x77\xd1\x5d\x08\x3c\x3e\x73\x45\x04\xfe\xd3\x12\x0d\x28\x6a\xf1\x53\x0b\x28\xdc\xa4\xe6\x57\xbf\x67\x2a\x3c\x26\x3c\x07\xf7\x1f\xe2\xf8\x6e\x6f\xbf\xcd\x3d\xb8\xc9\xa9\x49\x20\xd4\xfb\x49\xdd\xb7\x2f\xe3\x3d\xdb\x2f\x8e\x4a\x8f\x09\xfe\xec\x36\xe7\xc6\x85\x7c\x21\xee\x73\x73\x13\xef\xc7\x33\x32\x8d\x30\x8d\xbb\x87\xef\x17\xde\x24\xb9\x37\xc9\x15\x8b\xdc\x9b\xe4\x1a\x45\xee\xcd\x83\x07\xc8\xbd\x91\xad\xb9\xc9\xbd\x49\xcd\x27\xd1\x5f\x32\x40\xee\x4e\x40\xa5\xf3\xa8\xd7\xd7\x18\x74\xd6\x92\x9b\xf3\xe0\x10\xa4\x89\xa3\x73\xbf\xdb\xdf\x1f\xd3\x91\x59\xfd\x8b\x35\xfe\xef\x6d\x82\xd4\x9d\xe4\x84\x1e\xfb\x7b\x23\x1c\x10\xf7\x78\x2d\xde\xae\xe5\x38\x78\xfd\x4e\x2d\x52\x78\x6e\x00\xea\x4d\x0a\x8f\x51\xf5\x37\x29\x3c\xc6\xa4\xde\xa4\xf0\xdc\x78\x48\xef\x05\xc8\x83\x0a\x84\xf7\x78\x41\x5a\x77\x6a\x2c\x30\x1e\xfa\xe9\x53\x74\xbe\xfc\x80\x50\x06\x68\xb8\xdc\x6f\x5d\x31\xff\x7b\xf4\x67\xc8\x8c\x70\xbe\x09\xe6\xbb\x9b\xed\x5e\x53\xe0\xf6\xa5\x12\xcc\x77\x93\x7d\x7a\x13\xcc\x77\x37\xff\x5b\x4e\x88\xe2\x42\x39\xc3\xeb\x58\x11\xf2\xcd\xf8\x59\xc4\xf4\x14\x60\x7e\xe2\xa5\xbc\x09\xea\xbb\x5d\xfe\x09\xea\xbb\xdd\x56\x09\xea\xbb\x5d\xa8\x09\xea\x0b\xc9\x56\x10\x35\xe5\x92\x3d\xeb\xfb\xf1\x1c\xfe\xf2\xd3\xe7\x58\x09\x32\xbc\x1f\x60\x7e\x3d\x4c\xc0\x3d\xc7\xf3\x4b\xc7\xfd\x74\x13\xe0\x97\x79\xbb\x79\xb3\x08\x45\xe3\xc8\x14\xe9\xca\x11\x69\x5a\x2c\x33\x99\x00\xbf\x82\x73\x25\x6f\xf1\x1d\xd9\xc3\x3b\xe9\x68\x8b\x1c\x5d\xef\x12\xc4\xb4\xcf\x82\xf2\xeb\xea\xb3\x7b\x05\x69\x67\xc3\xfb\xa3\x74\xc3\x76\x97\xb7\xf2\x9e\xbd\x79\x36\x91\x58\xd3\xfb\xaf\x7e\xab\x1b\x93\x09\xf8\xab\xbb\xff\xa1\x76\x83\x5d\x9a\xb7\xcf\x8c\x21\x83\x21\x93\xfa\xa3\x46\x5e\x36\xe8\xef\x39\xfa\xe9\xf3\x5a\xcf\xd6\xd1\xf7\x99\xe3\x2e\xcc\x04\xfe\x29\x39\x9c\x09\xfc\x53\x56\x38\xef\xf6\x39\x75\xea\x81\x86\x4c\xc5\xca\x42\x4e\x47\x16\x99\xc7\xab\x1b\xa6\x9c\x09\x00\x34\x3b\x24\xef\xaa\xdf\x30\x02\x54\x7e\xa9\xcc\xb8\x4c\xe5\x17\x15\xed\xf3\xde\x9f\x27\xa9\x1a\x9e\x91\x2a\x10\x2d\xe5\x7d\x3e\xff\xab\x07\x9e\x8f\xed\xb1\xae\x55\xbb\xc9\x22\xf7\x9f\x5f\x60\x9c\xf2\x71\xbc\x8e\x0e\xe6\x69\x3e\xc2\x7b\x0e\x2e\xa5\x7c\xc4\xf7\x17\xb6\xdc\x7c\xa8\x34\x49\x1f\x0e\x95\x26\x3d\x3b\xbd\x67\x3b\xbe\x87\x01\xac\x9e\x6d\x1a\x9b\xff\x95\xaf\x8d\x5e\x5f\x5f\x4c\x00\xf3\x98\x8f\xf6\x6e\x5b\xce\x52\xe9\xee\x9f\x73\x82\x57\x59\x69\x35\x73\x34\xdf\x5e\x61\x68\xe4\xf0\x8e\xc5\xc0\x49\x9c\x8d\x2a\x04\xf9\x66\xa2\x0a\xf5\xdd\x67\xa4\x0f\x06\xb1\x90\x19\xe9\x83\x81\x5b\x29\x2f\x24\x1f\x9f\xbe\x21\x7d\x30\x70\x7a\x67\xa4\x0f\x06\x5b\x72\x7e\x90\xfc\x0f\x3a\xf2\x6c\x82\x77\x71\x99\xe5\x00\xa2\xbb\x6c\x41\x5d\x38\x62\xd8\x82\xd7\x01\x35\xc9\xe8\xc8\x0b\xc9\x47\xd3\xe3\xf2\x42\xf2\xc1\x0d\x25\x87\xf9\x1a\x7a\x70\x68\x39\x5a\xe4\x83\xb3\xa3\x45\x3e\x98\x37\x0b\xc9\xc7\x8a\x51\x94\xa3\xa6\x5b\xfc\xc7\x16\x91\x63\x7c\x17\x40\x87\x82\xe0\xc4\x49\x60\x66\x16\xe4\xa7\xd1\xc7\x6e\x23\x4c\x26\xe1\x15\x44\x52\xd8\xd9\x1f\x73\x24\x62\x1d\x70\x9b\xa3\xc9\x24\x74\x9e\xe0\xc5\x5c\x6d\xee\x67\xd9\xdc\xde\x97\x7c\x81\x69\x2b\xf0\xbb\x26\xef\xfb\x3b\xa2\x23\x9f\x8a\x0c\xd1\x82\xd3\x68\x00\x3e\x28\x54\x16\xa6\x1f\xa2\x45\x3e\xf1\x7f\xe6\x05\xe8\x63\x75\x78\x05\xf4\x3f\x60\x9c\x6d\x29\x9f\xaf\x45\x23\xa8\xcc\x50\xe0\x3b\x5e\xe5\x7c\x7e\x9c\x0a\x30\x33\x3f\x80\x7e\xeb\x86\xae\xe6\x87\x0a\xff\x81\xba\x4c\x08\xa8\x70\xcb\x55\xe5\xf3\x05\xb7\x13\x1b\x34\x4b\x87\xff\x2c\x26\xd3\x5f\x28\xa8\xe0\x98\x9e\x2f\x8a\x79\x3e\xcd\x6b\x7b\x26\xc6\xc0\x6a\xcb\xea\xc6\x39\x22\x24\x3e\x05\x68\xef\x7c\x85\xd7\x8e\x05\x53\x64\x92\x9f\x0e\xb6\xa9\x7c\x59\xec\x8a\xd6\xaa\x1d\x47\x3e\x6a\xbe\x5e\xf4\x22\x4c\xcd\x0f\x35\xbe\xbf\x1f\x21\xd4\xf8\xe1\x7c\x59\xc0\x3e\x28\xbd\x90\xad\xfc\xc9\xa6\x96\xa1\xc5\x4b\xb4\x5d\x48\x93\x62\x99\x65\x01\xfd\xcf\x7d\x93\xff\xcf\x77\x6c\x1d\x6d\xaa\x83\xee\x8e\x42\x7a\x7d\xcf\x93\x68\x8f\x0c\x35\xbe\x61\xfb\xe7\x07\xd4\x5f\xbd\xf9\xc6\x93\x5b\x7b\xef\x4a\x8a\xe5\x05\xec\xc3\xc0\x34\xc8\xe9\x7a\xaf\xc0\xc6\xcd\x02\xfb\x1f\x4b\xed\xf0\x19\xf7\xfb\xd4\xa7\x55\x3a\xb4\xe8\x63\x7a\x39\x35\x4a\x34\x87\x9c\x3e\xda\xd1\x6f\x66\xa1\xf7\xa0\x2e\x77\x16\xbd\x2f\x16\x8e\xf7\x93\x5e\x8b\xbe\x75\xcf\x71\x2c\x52\xb7\x9c\x44\x5e\x08\x3e\x58\xc2\x2b\xdf\xef\x58\x28\xd5\x9b\x49\xba\x4a\xa7\x67\x87\xcf\xdc\xa0\x67\xd2\xea\x31\xf6\x89\xb3\x34\xdf\xe7\x8b\xd1\xf0\x2b\x64\x11\xfd\xcf\x39\x60\xec\xfc\x20\xfa\xb3\xb7\xea\x2f\x70\x11\x9b\xed\x78\x39\x46\xa3\xfb\xf3\xfd\xdb\xd2\xcf\x0b\xd5\xdf\x26\x2e\xe6\x07\xd5\x1f\x0f\x7f\x98\x45\xf5\x3f\xa6\xe2\xe5\x39\x2f\xaa\x1f\xa0\x97\x7c\xbf\x51\x4f\x1a\x87\x59\x54\xff\x73\x8e\x63\x2e\xaa\x3f\x5b\x37\x85\x31\x67\xb8\x27\x8d\x8e\x1c\xde\x76\x62\x73\xe7\x07\xd9\x5f\x5d\x49\xb9\x9c\x5f\xa7\xcf\x04\x01\x67\x2a\xf6\x24\x5c\x48\x79\x21\xfb\x15\x44\xb5\x8e\x96\xc9\xdb\x40\x60\x79\x21\xfa\xd0\x71\xd2\xe5\x85\xe8\xcf\xdb\x2f\x28\xbf\xf3\xa1\x3b\x67\xa8\xda\x73\x6b\x9e\x2d\x34\x1f\xb7\xd3\x6b\xc7\xd3\xd2\x89\x63\x38\xe7\xf7\xbb\x78\x36\xf7\xf2\x85\x8d\xb8\x96\x4a\xc3\xff\x18\xd0\x20\xb9\x5c\x8e\x17\x91\x1e\x5e\xb5\x42\xa0\x2d\x2f\x93\xa1\xe2\x2f\x57\x29\xa9\xf8\x33\xf7\xa1\xd1\xb7\x10\xfe\x79\x69\x72\x88\xf0\x63\xe8\xf3\x9f\xaa\x8f\xf9\x01\xff\x47\x9f\x4e\xac\x07\xfc\x87\x6e\x02\x4c\x2e\x7f\xa6\x49\xf9\x9c\x1e\x38\xb4\x32\x0e\x00\x63\xa4\xf2\x72\x00\x44\x7d\x7d\xb9\x90\x1c\xee\x1e\xb9\x1c\x00\x41\x89\xd7\xfc\x38\x00\xf6\x6e\xa2\x7e\x36\x32\x1c\xb0\x97\x1f\x1a\x7e\xef\xcd\x09\x57\x7f\xf3\x1c\x99\xc8\xf0\xe7\xa3\x5b\x0e\x80\x38\xdd\xde\xea\xf5\x4c\xc4\x67\xa9\xaf\x58\x89\x5a\x72\x3a\x01\xe2\xf6\xda\x65\x9f\x13\x60\x3a\xec\xcb\x09\xb0\xe6\xcb\x3a\xaa\xef\xff\x9b\xcf\x68\x6f\xfb\xb4\x89\x89\xad\x8f\xc1\xd6\x2e\xe7\x87\x25\xba\xf2\x03\xfc\xb7\x77\x19\x68\xdf\x56\x81\xaf\x35\xb7\xfd\x73\x44\x70\x0f\xa8\x78\x83\xeb\xf2\x43\xc5\x6f\x7d\x68\xa3\xe2\x04\x30\xa1\x2b\xa3\xcd\xb7\x41\xee\x65\xb5\xf9\x7c\x8b\xcb\x01\x10\x4d\xda\xcf\xcb\x01\x10\xa7\x4b\x43\x7b\x7d\xdf\x8f\xcd\xd8\xca\xfb\xd9\x3a\xa2\xcb\x11\x10\x95\x07\xc8\xe8\xf7\x6d\x87\x67\x2f\x27\xc0\xe6\x47\x84\x7e\xdf\xe6\xa6\xb5\x1c\x00\x71\xe2\x8a\xc9\xcb\x01\x10\xa7\x36\x97\x0e\x00\xd1\x0e\x94\xbb\x99\x09\x19\xfd\x3e\xab\x05\xe5\xfe\x6b\x7b\xf0\xda\xf3\x5b\x7c\x18\xe1\x7e\xbd\xbf\x40\xb1\x66\xb4\xfc\xba\x5b\x5c\xff\x90\x01\xca\x28\xb9\x7f\x8e\xae\xdb\x7b\xac\xe5\xc0\x8a\x9c\x79\x39\x03\x4e\xd3\x9f\x72\x7f\xdf\xb7\x9c\x5f\xee\xd0\xd1\x04\x3b\x66\x9d\x01\x3f\xf3\xc1\x6d\x4e\x0a\xfe\xe7\x17\x3f\xce\xb1\x7d\xbf\x30\x3e\x54\x58\x15\xe3\x67\x51\xff\x8f\x41\xe0\xf7\x34\xc2\x73\x85\x11\x8c\x79\x21\xff\xf3\x80\x27\xcb\x0b\xf9\x9f\xd6\xac\xca\xe3\x7a\xbe\xe7\x67\xab\x1e\x68\x32\xba\x1c\x8d\xdf\x51\x64\x79\xa1\xff\x78\x3d\xcf\x5e\x41\xa0\xfb\xed\x73\xeb\xbb\xc5\x3f\xbf\xb4\x67\x65\x68\xe2\x84\xf1\x3a\xbc\x0c\x2b\xcd\x63\x3c\xdb\x52\x1b\xb6\x68\x45\x24\x65\x37\x4b\x69\xf9\x15\x4c\x42\x1b\xe6\xef\xa0\xdf\xbc\x3c\x00\x61\xc0\x2d\x64\x84\x05\xa3\x5f\xe0\x44\x87\xc8\x6f\x6d\x21\xff\x14\x61\x67\x33\x4a\xe7\xc1\xef\x00\x4a\xfe\x41\x7c\xf3\x35\x0d\x9f\x95\x65\xe6\x6f\x51\xf6\xb9\xeb\xbd\x5b\x98\x24\x2f\x0f\x40\xb0\xfc\x5b\x46\xf1\xfc\x70\xb1\x16\xfd\xff\x5c\xdb\x6c\xd7\xc0\x07\xe1\xd9\xef\x77\xae\x71\x5d\x16\xfa\x3f\x23\x5f\x65\x79\x68\xf9\xe3\xd9\xb8\xcb\x86\x39\xb0\xfb\xff\x42\x07\xc7\xe9\x11\x75\x43\xd9\x1a\x8b\x29\x7e\xdd\xff\xd6\xf7\x9d\x6e\x8f\xd6\x7b\x4e\x18\xe5\x65\xa1\xfe\xa0\x70\x43\x59\xa8\xff\x54\xa4\xa6\x2c\xd4\x7f\x16\x46\xb5\x6c\xf5\x33\x41\xaf\x7f\x6c\x17\x45\x96\x7e\x59\x50\x85\xcb\x3f\x0b\xe9\xf2\xd1\xe3\xfd\x85\x5d\xb3\xa0\x09\xa2\x48\x6f\xc1\x31\x20\xd6\x28\x68\x82\x14\xec\xc6\x02\x53\x6f\x61\xba\x82\x26\x48\x81\xd6\x2a\xfb\x1b\x03\xdd\xc9\xc1\x2d\xfb\xf9\xee\xd6\xd8\xd3\x65\xff\xac\x44\xc8\x9c\xb2\xa7\xe7\x75\x09\x35\xcb\xce\xd0\x4c\x8f\x16\xcf\xa1\xdb\xa6\x2c\xe7\x40\x8a\xd1\xbb\x55\xda\xed\x9d\xda\x63\xe7\x8d\xdb\xff\xd7\xb2\x57\x6e\xff\x1f\x1f\x7a\x48\xfc\xf2\x7d\xfe\x6c\x95\x85\xf2\xb1\x81\xe5\xa3\x1c\x48\x70\xf1\x79\x15\x1d\x03\x3f\x16\xdd\xe6\xd9\x6b\xfa\xef\xb6\x6d\x39\x05\xa2\x7a\x29\x45\xbd\x43\x00\x66\x39\x3e\x7e\x07\x2b\xab\x1c\x96\xfa\x65\x72\x2c\x87\xc0\x8a\x07\x5c\x47\x6b\x3a\x34\x92\xf6\xca\x72\x08\x9c\x2d\x7b\xb4\xfa\x4c\xe9\xe4\x50\x88\x79\x37\x5c\xb0\x1c\x2f\x1a\x52\xde\xb6\x1c\x9f\x7f\x3b\xd9\x0b\xfb\x3c\x1e\xeb\xad\x04\x44\xcf\x9c\xfe\xcb\x09\x70\x56\x48\xeb\xb2\x80\xfe\x4a\xc7\x58\x47\xef\xfb\x6c\xb6\x34\x10\x71\xe2\x84\x0f\xe9\x9b\x7d\xde\x9b\x77\x89\x33\xb0\x20\x26\xb2\x23\xac\x55\x42\xf9\x26\x36\xef\x23\xb8\x85\xa7\xde\xab\xe7\xbc\x01\xa4\xcd\x71\x0d\x2f\x5f\xa3\x10\x70\x09\xd4\x9e\x64\xc3\x2d\x0b\xf8\x9f\x2e\xc5\x25\x7e\x14\x36\x2e\xca\x12\x3f\xe4\x83\x61\x51\x22\x73\xfa\xf2\x28\xbc\xff\x07\x7f\x89\x8c\x08\x9f\xf8\x13\x07\xdf\xbb\x19\xea\x05\x55\x77\xc5\xb7\xcb\x42\xf8\xd7\xe6\xf7\x22\x85\x1f\x4b\x6f\xcf\xff\x6e\x69\xb9\x8f\xc3\xfb\xaf\xf7\x3b\xbb\x47\x6b\x69\x1b\x7e\x7d\x22\xfd\x98\xbb\x9a\x9e\x45\x0a\xff\xe7\x97\xea\x33\xc6\xe7\x0d\xf0\xaa\x37\xe8\xdd\xd8\xc4\xb2\x50\xff\xb5\x63\xd8\x94\xf3\x35\x63\x9a\x0b\xd0\xf9\x25\xf9\xf9\xed\x9e\xe1\x6d\x27\xbe\x8b\xb2\x3c\x00\xd7\xee\xb2\xb4\x3c\x00\xd7\xce\x82\x5e\x16\xfa\xbf\x64\x2f\x8a\x74\x7e\xac\x0f\x9b\x58\x1e\x3a\xbf\xf6\x4e\x30\x6b\x79\xd0\xff\xfe\x44\xd6\x15\xd1\xff\x15\x7b\x27\x54\xa3\x2c\xf4\x7f\x19\x0f\x57\x1e\x3a\x7f\x7f\x42\x4c\xcb\x83\xfe\x4b\x9f\xc4\x43\x95\x85\xfe\x83\x22\xe2\x45\xf4\xff\xf3\x3f\x68\xa1\x88\xfe\x7f\xe6\x13\xce\xcb\x72\xed\x0f\x76\xb1\x0c\x62\xb9\x8e\xa7\xad\x56\x04\x2b\xcb\x0b\x70\x59\x90\xa5\x2c\x0f\xc0\x15\xc1\x70\x65\x79\x00\xae\x00\xbe\x2a\xcb\x03\x70\x85\xee\x51\x7a\xb7\x5f\x02\x82\xcb\xf5\x8d\xc3\xe5\xdd\xd6\xfa\xa6\x79\x50\x0c\x8e\xff\x19\xb9\xe2\x3d\x18\x03\xe7\xe2\x85\x46\x92\x73\xf5\x22\xa2\xd4\x2f\x63\x79\x01\x42\x75\x2b\xba\x5e\x1e\xab\xb1\xcd\x96\x5f\xb4\x3e\x9c\x5d\x79\x02\xe4\x8f\xbe\x82\xef\xff\x7b\x6b\x49\xc7\x77\x39\x8f\x5f\x4e\x82\xd3\xe2\xad\xe5\x71\x10\xb4\x87\xf2\x2b\xe9\x5b\x2e\x48\x81\x29\x3a\x09\x16\x1d\xc3\x74\x5e\x4e\x82\xeb\x6a\x36\xf1\x7e\xef\x71\x7b\x45\x7e\x7e\x31\xea\xbf\x2c\x27\x41\x28\xcf\x33\x5e\x3a\xc8\x6a\x44\x25\x7d\x4e\x22\x5f\x7a\xea\xdf\x39\x3e\x75\x7c\x0b\x15\xcb\x46\xfa\x05\x8c\xe9\xdd\xfd\xd2\xdd\x0d\xd8\x5f\x96\xa3\x20\xdd\x2e\x9b\xf7\x3b\x1e\xc6\xcb\x94\xfb\x73\x9a\xb8\xc4\xdd\xdf\x98\xe0\x1d\x2d\xcb\x51\xb0\x24\x74\xd6\xd1\x1b\x88\xab\x60\x41\x79\x9c\x04\xed\x09\x0a\x2c\xf7\xeb\x33\x35\xbf\xbc\x40\xfd\x5f\xbe\xd6\xfb\xcd\xa7\x30\xea\xab\x2c\x47\xc1\x75\x39\x49\x6e\xb8\x91\x6c\x1b\x91\xd5\x82\x2b\x2a\x3a\x08\xce\xd1\x5b\xf2\x97\xf9\x2e\xc1\xb8\xa1\x0a\xe5\x7b\x2f\x7c\xf5\xe5\xa1\xfc\x5b\x1f\xd0\x73\x25\x7f\xf3\x02\x1b\xb6\x50\xc6\x57\x71\xe6\x92\xbf\xd4\x28\x27\xea\x72\x0e\x2c\x76\x71\x1d\x5d\xcf\x86\xd4\x88\x1c\x2b\xf9\x0d\x46\x9e\xd8\x83\x05\x07\x41\x75\xe9\xc9\xaf\xa3\x44\xb4\x54\x9e\x58\xfd\xf6\x38\x64\x0a\x6a\x96\x11\x7b\xb1\x2c\x27\x41\xd0\xbf\x5b\xa4\xfc\x7f\x16\x12\xdf\x13\xe5\x7d\x6f\x3f\xe9\xfc\xdb\x61\x5a\x96\x83\x20\x58\x42\xbb\x58\xc3\xd7\xa5\x57\xc7\xc0\x4f\x4b\x60\x73\x4a\x09\x2f\x66\x26\xf6\xaf\x58\xcb\x17\x57\x47\xb1\x96\x2f\x8e\x95\x62\x2d\x5f\xdf\xab\xb5\x7c\x35\x27\xca\x8b\x86\x8c\xce\x2a\xd4\xf3\x3d\x89\xb0\x2a\x0b\xf5\x5f\xb7\x0b\x30\x94\xbf\x72\x85\xa5\xd0\x5f\xcd\x9c\x42\x2d\x26\x50\x44\x29\xc8\x9d\x9c\xfe\x37\x1f\x84\x35\xdd\x1c\xea\xeb\x10\xb2\xe4\x62\x41\x54\x26\xb8\xe5\x23\x2a\x73\xe0\x6a\x2e\xf5\x75\x90\x4e\x97\xcf\x5f\xd4\xbf\xf6\x2c\xd4\xff\xe1\x17\x2d\xf2\xbf\xb6\xfe\x18\x38\xf5\x73\x94\xe2\x88\x2e\x88\xcc\x44\x97\xc8\x8a\x09\x48\xbc\x54\x59\xa8\xff\x9a\x9b\xf7\xfe\x1d\xfd\x54\x1e\xc4\x3f\xfb\xd4\xce\x06\xf1\x3f\xdf\xfd\x42\xfc\x97\x62\x32\xa5\x7e\xce\x20\x22\x8f\xca\x42\xfc\xa7\x12\xcb\x65\xa1\xfd\x6b\xe0\x4d\x28\x0b\xe9\x9f\xb7\xa6\xca\x42\xfa\xd7\xf3\xc5\x51\x35\xf8\x06\x7b\x17\xaa\x06\xef\x2e\xd9\x0f\xd5\xbf\x75\xd5\x70\x4b\xfb\x4c\x5e\xd0\x73\xa1\xb2\xf0\x86\x4e\x6a\xa1\xb2\xf0\xe1\x06\x45\x65\xe1\xc3\xd9\x44\x65\xe1\x23\xfb\xdc\x77\x4b\x9c\xf6\xb0\xbd\x73\x5b\x46\xb2\x80\xf6\x77\x74\x16\x8a\x41\xf6\x3f\x58\xcb\x2d\xa7\x6f\x1f\x6a\xa6\xc5\xc8\xdc\x44\xe7\x4b\x7f\x93\x2d\xf4\x19\x95\xfe\x39\x00\x09\x1b\x28\xa2\xff\x9f\xbb\x46\xaf\xfa\x08\x82\xfd\x5f\xda\x47\x45\xc7\xc0\x99\xfa\x74\x09\x59\x8e\x81\x20\x5d\x5d\x96\x63\x20\xe8\x4d\x2b\xfd\x73\x86\x74\x1f\xaf\xe5\xf0\x03\x7c\xf9\xcc\xfa\x9b\x93\xa0\xb2\x62\xa1\x3c\x99\xa9\x36\x65\x39\x06\xc2\x10\x95\x50\xc0\x38\xe2\x02\x29\x14\x11\xb0\x3a\x4c\x21\x0c\x20\x38\xfc\x14\x11\x50\x7f\xbc\x18\x93\x0f\xd7\x50\xc6\x47\x87\xfb\x29\x0c\x22\x40\x70\x70\x15\xe2\xf2\x4f\xb1\xc9\x72\x04\x04\x05\xeb\xca\x13\x97\x1f\xde\xad\xf2\x89\xcb\x0f\xbd\x3b\x0a\xcb\x19\x10\xac\x25\x54\x70\x06\x98\x83\x5d\xa8\x1a\x70\x69\xed\xe9\x08\xb8\x72\xef\x42\xd8\xf1\x3b\xe3\xb7\x50\xca\x2c\x5e\xde\x69\x7e\x1f\x2c\x7d\x7e\x62\xf3\x8f\xc7\xf9\x56\xe6\x2f\x4b\x81\x8f\x16\x47\x40\x11\xcd\x4c\x52\xe9\xc4\x10\xf3\xd7\x74\xf0\x6c\xb8\x02\x68\xdc\x32\x3f\xae\x88\x00\xea\x32\x5f\x4b\xc9\x84\xc3\x42\x38\xc0\x2e\x8a\x5d\x0e\x81\x33\x41\xf5\x15\xc2\x01\x82\x9f\xdb\xfc\x00\xb2\x56\xd6\x6c\x1f\xca\x64\x92\x4f\x1c\x60\xce\x17\xc3\x01\xce\xd8\x87\xd8\xf1\x89\xd5\xff\x99\xd3\xeb\xdd\x56\x6b\x9e\x61\x01\xd6\xed\xdb\xf6\x68\x43\xa5\xb6\x59\x22\xaa\xaa\x6e\xe7\xbb\xa5\x64\xaf\xbf\xde\xad\x01\xfc\x59\x97\x03\x20\xa8\xe2\x55\xb7\xfb\xeb\xf1\xc6\x2f\x94\x78\x0b\x3e\x11\xa4\x9b\xbd\xbf\xa8\x60\x72\xd4\x3e\x87\x49\xe1\x97\x2f\xb2\xa9\xf9\xfc\xe5\xdc\xdc\x9a\x77\xfb\x3e\x7b\x36\xc1\xba\xfb\x8e\xef\x6e\xc5\xab\x4a\x08\x40\xc0\x3e\xaf\xfb\xf1\x19\x4d\xb4\x9f\x9a\x69\xf7\xee\xd9\x2c\x79\x38\x37\x2a\x35\xd3\x6e\xf0\x47\xa5\x66\xda\x8d\x81\x50\xa9\x99\xa6\xeb\xa6\x52\x33\xcd\x92\x43\xd5\xa0\xfc\xb3\xf7\x19\x7d\x4a\x79\x9e\xeb\xdb\xac\x0b\xe5\xc7\x7d\xf3\xb9\xbf\xd3\x24\xeb\x9f\x4c\xf6\xba\xc3\xfd\xb1\x51\xd4\x9d\x32\x83\x04\x40\xd4\xe3\x17\xcf\xc1\x98\x81\xee\x55\xc2\xaf\xa8\x88\x66\xac\xe7\x7a\x90\x09\x4d\x6a\x66\x3d\xbe\xb0\x16\x82\x55\xea\x42\xf7\x71\x77\x2e\x40\xf7\x1f\xac\x34\x15\x25\xd1\xcc\x62\x5e\x0d\xda\x8f\xa1\x77\x36\xe7\x7a\xfc\x0a\x64\xf6\x97\x37\x8d\x52\x75\xaf\xfa\x65\xb7\x8b\x84\xeb\xf1\x7a\x76\xe6\xd3\xaa\xb5\x86\x9d\xce\xb7\x03\x27\x17\x46\x5f\x5d\x28\x3f\x9c\x18\x75\x75\x21\xfc\x60\x81\xc0\x1a\x5e\xf4\x67\xa0\x44\x35\x78\x3f\x86\xae\x4c\x79\x35\xbb\x9d\x30\x94\xba\xbc\x00\xa7\xf2\x96\x35\xfc\x4a\x35\xa4\xc7\xe1\x7a\x4c\x3c\x89\xfe\xaa\x27\xe0\xe7\x17\xdc\xa4\x75\x79\x02\xce\xf2\xdc\xff\x8b\xe8\xc3\xdc\xae\x64\xb8\xdf\x7e\x0b\x41\xcf\xce\xbf\x52\x05\xab\x0e\x82\xf3\x7a\xbc\x75\x35\x58\x2e\x90\x41\x0a\x04\x38\x4e\x9b\xae\x56\x39\x8d\x20\x31\x5e\x89\xb1\x1a\x49\x3f\xc2\xba\xaa\xc6\xf6\xaf\x4c\x72\xa6\xa1\x8e\x81\x33\x3d\x5e\xca\x1a\xdf\x8c\x70\x09\xbb\x1a\x09\xea\x6d\xde\xf1\x5b\xe6\x7c\x7e\x7c\x1d\x24\x2a\xe4\x54\xb2\xe1\x85\x68\x15\xfd\xa2\x96\xbc\x3f\x42\xb3\x7e\x9e\x11\x0b\x8f\x74\xfc\x4a\x16\xbc\xf6\x52\x5d\x4e\x81\xa4\x8e\x4e\x8d\x64\x49\x77\xdb\x3d\xc9\x0f\xe6\x2e\xe7\xfb\xd9\x9b\xc3\x5b\xcf\x37\x4b\x5a\x4a\xb0\x9e\x5f\x2e\x07\x8e\xa5\x4a\x28\x80\x15\x9b\xea\x97\x09\x3f\xc0\x28\x75\x39\x03\xe2\x01\x08\xaf\x4f\x28\x40\xe9\x13\x87\x40\x7d\x1c\x02\x3f\xd6\x00\x23\xb5\x1c\x02\x57\xea\x1e\xe5\xcf\xfd\x60\x3b\xcb\xb3\x7c\x5a\x77\xa1\x2e\x67\xc0\x99\xb0\xc3\xeb\xf9\x66\xdf\x1a\x55\x5f\x9f\xcc\xf8\xfb\x21\x97\x2b\xa1\x00\x13\xe7\x54\x5d\xce\x80\x54\x71\x03\xd5\xc7\x11\x70\x74\xcb\x4f\x54\x1d\x01\x3f\x53\x96\x90\xcc\x7a\xbd\x29\x68\x1d\x87\x63\x5d\x8e\x80\x64\x96\x4a\xbd\xbe\x71\x70\x71\xba\xcc\xae\xa6\x57\x97\xfa\x5a\x8c\x01\x71\xfe\xe5\xf2\x4e\xab\xff\x56\x2b\xae\xd7\x8b\x68\xc4\xc5\xf5\x2a\xdf\xdc\xb1\xc5\xf5\xe9\xb1\xd5\x1f\x2a\xba\xa8\x65\xf7\x8a\xfe\xfd\xcf\xdc\xba\x4c\xbf\xf3\xf9\x6f\x3a\x9a\xae\xb0\x9a\xde\x00\x5f\xa9\xf2\xba\x1c\x02\x31\x62\xbe\xd4\x44\xf6\x71\xf0\xec\xb5\x24\x46\xe2\x67\x6a\x22\xbb\xda\x6f\x2e\xa1\xd7\x8f\x5c\x5e\x5d\x28\xff\xde\xa3\x67\xbe\x99\xc7\x26\xa3\x56\xeb\xd3\xc1\xda\xd4\x27\x53\xbe\x3c\x69\x92\x35\x91\x79\x7c\x79\x54\x39\xa2\x17\xa2\xfb\x95\x0c\x6c\x9b\x3b\xb4\xb8\x77\x1b\xaf\x11\x56\x6c\x37\x42\xcb\xb8\xba\xeb\x83\xea\xdb\xe3\xd6\xaa\xe8\xad\x16\xf4\xf6\xeb\x42\xf5\x71\x07\x3d\xd4\x5f\x88\x3e\x7a\x3d\xce\xc0\xc3\x6b\x7f\x39\x44\x69\xcd\x4d\x00\x3b\xdc\x4a\xbd\xbf\x14\x3c\x82\xb9\x2b\x94\xff\xe5\x1b\x92\xf2\x4f\xe3\xc9\x59\xa9\xf7\xcb\xeb\x89\x59\x2a\xb4\xff\xed\x36\xf6\xd0\xfe\xbd\x37\xbc\x1b\xf5\xc6\xc9\xed\x7b\xb9\xa9\x6b\xe0\x16\x71\xc3\xed\x39\x03\x33\x39\x6b\x98\xb2\x95\x4c\x7a\xcb\x88\x57\x32\xe9\x8d\xc5\xac\x99\xba\x06\x8e\x39\x99\xf4\x19\xa7\x5c\x7d\xa8\xfd\xf3\x71\xb3\x57\x74\x5a\x15\xd5\xaf\xa2\xf7\x9f\x2d\xfd\xf6\xfa\xfb\xfb\xc5\x73\xf2\x8b\x1a\xdd\x42\xf2\xeb\x0c\x9e\x18\xc0\xf5\x57\xf0\xbe\x5b\x48\xfe\x72\x5b\x5c\x4f\x33\x66\xbc\xdf\x43\x66\xbe\x17\x5b\xb5\xfa\xbe\x68\x84\xff\xde\x42\x16\xc0\x8f\x97\xcb\xcc\x02\xf8\xc1\x48\xaa\x4a\x02\xbe\x80\xb0\x92\x80\xff\x7c\xb4\x45\xa0\x7b\x76\x15\xf6\xeb\x02\xf7\xa7\x55\xb7\x2a\xe5\xf1\x0e\xa7\x4a\xf9\x40\x9f\x83\x50\x2c\xa6\xec\xd1\x5a\xfa\x77\x3c\x97\xb5\x20\xd1\xeb\x62\xf7\x2b\xf9\xde\x57\x69\x99\x3c\xb7\x2e\x4a\x5b\x98\x0b\x52\x29\x6d\xd1\x5c\xc4\x04\xf8\xe7\x7c\xc0\x75\xad\xf0\x3b\x80\xfb\xba\xc0\x7d\x4a\x7e\x8c\x15\xcd\x77\x77\xe1\x05\xee\x83\x1a\xaa\x95\xf2\x16\xba\x4c\x2a\x19\xf5\xc3\x8f\xec\xa1\xf3\x7f\x2c\x08\x9e\x4b\x89\x0b\xcb\xde\x55\x4a\x5c\xcc\xe8\xb5\x8b\xd6\x3c\xb4\xb5\x00\xf4\x0a\x64\xd7\x05\xe8\x2f\x6b\x95\xd5\x07\xd0\xdf\x7d\x62\xa9\xd7\x05\xe8\xe3\xad\x5d\x0c\xa0\x57\x61\xb3\x2e\x40\x7f\x99\x85\x5e\xa5\xef\x7f\x36\x5b\xe8\xf9\x8a\xb2\x6c\x75\x64\x16\xa0\x0f\x96\xd2\xae\xed\x8d\xf2\xe9\x44\x2b\x55\xd4\x65\x37\x5b\x42\xfc\xfe\xed\x12\x06\x75\x7f\xe2\x99\xae\x50\xf7\x19\x9c\x56\xa9\x77\xb1\x3f\xd7\x59\x05\xd5\xeb\x7e\x71\x1e\xfe\xbf\xac\x5b\x15\x66\x6b\x7b\xa7\xb8\x8e\xc9\x6a\x4d\x0c\x97\xec\x27\x7e\x3f\x3c\x61\xe8\xb5\x7d\x81\x8e\x38\x1c\x6a\x27\x8b\x1c\x0a\xbf\x92\x35\x5f\x9c\x85\xd4\xcd\x38\xb5\x32\xa9\x9b\x71\xfa\x0e\x89\xdd\x7f\xec\x49\x62\xf7\x55\xe3\xaf\x22\xf4\x2b\x3c\x21\xac\x15\x4d\x5b\x6b\x75\x54\x11\x3a\x62\xc9\xf5\x43\xe8\x0d\xc4\x57\xfb\x17\xd9\xe7\x22\xdf\x3f\xfa\xda\xed\x86\xec\x79\x8b\x28\x56\xb3\xe7\x7f\x10\xd7\xe1\x33\x56\x40\xeb\xe5\xb2\xd8\xdf\x7e\x3f\x57\x8c\x2f\x5c\x83\x50\xfa\xfa\x04\xed\x87\x87\x31\xa8\x03\xfa\x1a\x9c\x5b\xc7\xf7\xce\x09\x29\xad\xe3\x43\xae\x22\xbf\xf1\x86\x31\x4c\x1c\xbf\x95\x3a\x7f\x56\x9d\xad\xd4\xf9\x53\x18\xba\x12\xbc\xff\xbc\xbb\xa1\x30\x34\xb3\x64\xbc\xfc\x46\xd3\xf8\x5b\xa8\xfd\xd2\xa5\x54\x17\x6a\x8f\xc5\xf7\x2a\x75\xff\x73\x36\xae\xdb\x2a\x75\x7f\x9e\xc4\x0d\xfd\xfc\xf2\xdb\x51\x59\x09\xdc\x0f\xa0\xfa\x3a\x5f\x31\x11\x85\x75\xaa\x19\xf5\xcb\x4b\xc2\xf8\xcc\xcf\x79\xe7\x9c\x9f\xaf\x60\xcc\xc4\xc5\x59\x51\xe5\x3d\x44\x21\x0b\xb9\x9f\x96\x49\xad\xd4\x07\xac\x97\xf7\x5f\x21\x2b\x19\xbf\x49\xa5\x60\x79\x70\xa1\x9e\xe5\x5d\xfd\xdc\x76\x51\xe6\x4d\x7e\xc7\xf3\x0f\xaa\x43\x99\x57\x31\xf1\x2a\x5a\x8f\xe1\x89\x25\xab\xd3\x92\x93\xab\x15\x6d\xdb\xde\x5e\xe0\x4d\x68\xdb\xfe\xe1\xe3\x83\x5f\x50\x21\xc6\x54\x6a\x66\xd5\x2f\x6d\xae\x7f\x21\x8c\x06\xc3\x7f\x90\xac\xd5\xb6\x57\xd6\xcb\x4c\xd6\x46\x39\x8f\x7d\xf8\xe8\xb5\x14\x44\x7c\xa9\x6d\x7b\xd3\xd5\xe6\xe9\x2f\x9f\xf3\xea\xf2\xfa\x6f\xe7\xc3\x59\xd1\x88\xf1\xbf\x59\xae\xdb\xf6\x2d\x09\xd1\x67\x74\x9c\x63\xde\x71\xb0\xcd\x14\x8e\xd6\xae\x67\x01\xf6\x46\xd2\xbd\x11\x19\x0d\x80\x9f\x59\x26\x1a\xc2\xbe\xee\xea\xcd\x18\xff\x1f\x9b\x9f\x65\xac\x2d\x80\x1f\x24\x39\xdb\xfe\x3b\x4b\xbd\x2d\x80\x1f\xd5\xe0\x6a\x88\xfb\x66\xe0\x65\x43\xdc\xb7\x80\x25\xda\xfe\xed\xf4\x97\x6d\x2a\x8f\x9d\xdd\x70\x4e\x34\xca\x80\x94\xdb\xbb\x61\xd5\xb2\xdc\x37\x29\x7c\xd0\x5c\x23\xbe\xbf\x1c\x9e\xe9\x12\x70\x75\x2b\x4c\xb5\x05\xf2\xa3\xb9\xdb\xed\x78\xa9\xbd\xce\x06\xdd\x28\x57\x68\x3e\x7d\x03\xe4\x57\x28\xf8\x06\x7d\x5f\x59\xfe\x1a\xf4\xbd\xb5\xf8\xdb\x02\xf8\xa7\x22\xd6\xcd\x78\xfe\x15\x08\xe0\x2f\x0b\xdc\xde\x87\x47\x1f\xc0\xaf\x3e\xf7\x0d\x6c\x6d\xc3\x5f\x2a\x1e\x63\xde\xcc\xf1\xd2\xbc\xd3\x29\x7a\x7c\x5a\x42\xcf\x3d\xe0\x28\x9c\xe2\x00\x7c\xe5\x5b\x1a\xea\xc0\x0a\x8b\xb4\x05\xf0\x57\xda\xc1\x3a\x5a\x75\xcb\x76\xe7\x5f\x78\x69\x5d\xdd\x52\xcd\xcc\xfc\x58\x7a\x67\x11\x6b\x01\x6a\x77\xf3\x7a\x84\xb8\x09\x08\x68\xc4\xf3\x5b\xac\xb4\xa1\x12\xdc\x92\xd7\x51\xb1\x02\x37\x48\xa3\x94\xa1\xe9\x79\x0d\x05\x61\x2b\x57\x35\x14\x84\x6b\xf3\xe8\xcb\xe3\x38\xec\x0f\xb9\x2b\xd9\xff\xdf\xdc\x05\xd5\xb9\x5a\x7c\x73\x17\xd4\x88\x6b\xc4\xf3\xab\xb5\xd5\x88\xe7\x17\x39\xb7\x07\xb9\x6f\xbd\xb3\x0d\x37\x14\x85\x07\x02\x36\x6d\xa1\xf6\xe8\xa2\xdc\x50\x14\x36\x63\xbc\xc5\x2f\x77\xa3\x7a\xed\x9b\xa1\xdd\xd8\x34\x9a\x94\xfe\x6a\x0d\xe3\x12\xdf\xbc\x1d\x8d\x89\x16\xad\x72\x6c\xfb\x97\x22\x41\x74\xe6\xc5\x4f\x28\x86\x4d\xa5\xc5\x17\xc5\xb8\xd4\xb7\x87\xd2\x2f\x7d\x82\xb9\xdb\x89\x40\x10\x5b\x4d\x5b\x28\x3e\x9e\xb0\x4c\xed\x3c\x3e\x14\x44\xab\xcf\xd7\x39\xad\xf9\xd9\xce\x2f\x79\x01\x73\xaf\x9d\x88\x24\x1d\x1e\x2d\xab\xfe\x64\xd3\x6b\x22\xf8\x9f\xeb\x5d\x77\x1e\x4a\xbf\x3f\xe1\x34\xed\x7c\x35\xcf\x74\xbb\xb6\x85\xe2\x53\x1e\xb6\xb8\xbe\x98\x3e\xdb\xea\x37\xbc\x63\x44\xef\xfa\x45\xac\x75\x9f\xbc\x68\xed\x7e\x79\x8f\x95\xb7\x15\x08\x96\x68\x54\x30\x39\xd8\xaa\x9a\x81\xfc\x7e\xeb\xd7\x1b\xd2\xa0\xdb\xb4\x81\xde\x6f\x42\xef\x9b\x81\xfc\xa4\x27\x34\x8b\xc0\xbb\x1a\x2e\xe4\x1e\x95\xe5\x69\x0b\xb9\xaf\x42\x35\xff\xd8\x2a\x28\x70\xb2\xd9\xf9\xeb\x13\xa9\x38\xbd\x2d\x3e\xae\xe0\x11\x4b\xc0\xe9\xd9\x8d\xc6\xb1\xf8\x12\xdf\x6f\x82\x60\xbb\xbe\x88\xad\xd3\xe6\xbe\xec\x7e\x87\x3c\x6c\xe9\xf3\xd9\x63\x6f\xb4\x05\xe6\xc3\x85\x9d\xdf\x16\x98\x8f\xd3\x25\x6c\x81\xf9\x4b\xbb\xb8\x2d\x30\x7f\x09\xbc\x5a\xfa\xb3\xd4\x23\x7b\xb7\xe1\xf5\x6d\x0b\xcc\x9f\xcf\x86\x92\x5e\x6a\xda\xb2\x96\x8d\x32\x8c\x96\xa5\x6f\x94\x61\xbc\xfd\x28\x28\xc3\x98\x6e\x9f\x09\x82\xc1\x1d\xd4\x16\x88\x3f\x93\x13\x29\xa9\xd4\xe9\x53\xd6\x52\x17\xf1\x2c\xb6\xfb\x8d\xd7\x36\xa4\xb1\x41\xcb\xef\x90\x57\xed\xfe\x62\xb5\x9d\x52\x4f\xfc\x7e\x78\x94\xa6\xda\xfd\x5b\x80\xa5\xdd\x9f\xd4\x9f\xbd\xf8\xb2\xf1\x07\xfa\x9e\x8d\xe2\x2a\xbb\x8b\xc2\x8d\x2f\x93\xa0\x85\xb6\x40\xfc\x59\x36\x9f\x5f\xc8\xe6\xf6\x4c\xad\xdc\xfd\x89\xcd\x69\x0b\xc0\x2f\xb1\xd2\x75\xd4\x49\x5c\xf4\xda\xf1\x01\x5c\xff\x67\xba\x3b\x9e\x14\xa9\x0f\x6e\x08\x0f\x15\x7f\x75\x05\x3f\x5a\x7e\xfd\xb8\x13\x2b\xb2\x01\xe4\xa3\x6f\x3d\xbf\x9f\xbc\x9a\x4a\x2d\xbf\x7d\x37\x02\xae\xe5\x97\xae\xd4\x4f\xde\xf2\x17\xcd\x73\xf8\x9c\x2f\x8d\x4b\x1b\x6c\x01\xfa\x33\x43\x4b\xb6\xfc\x39\x31\x48\xbc\x6b\xf9\x75\x5e\xe9\xe7\x6f\x59\x99\x47\xfb\xf2\x3a\xef\x0c\xbf\x68\x8f\x74\xde\xdd\x9b\x4b\x58\x9e\xdf\xb6\xca\x5b\x29\xdf\x9c\x07\xf3\xb5\x4f\x42\xaf\xdb\x7a\xb2\xf2\x0f\xcd\x33\x8a\x4e\x06\x17\xa4\x82\x48\xc9\xf0\x6e\x04\xac\xba\xcc\x97\xeb\x33\x5c\x18\x99\xf2\x39\x73\xdc\x98\x0a\xd6\x3e\x9c\x65\x2b\x9f\x69\x57\xbd\x02\xad\x30\x5c\x3f\xad\x90\xcb\xe4\xd7\xb0\x10\x7c\x0a\xd3\x76\xe3\xc8\xf0\x3d\xfe\x92\xce\x23\x3e\xab\x95\x5f\xfc\x0d\xed\xab\xbf\xd0\x2d\xed\xaf\x9f\xd5\x0b\xfe\x69\x9f\x74\xfb\x04\xe3\xb5\xfa\x46\xb7\x59\x59\xb7\xd5\xf8\x61\x20\xc6\xa8\x32\x0e\x2e\xa3\xf5\x73\x62\xfb\xad\x56\x32\xd5\xdd\xca\x7e\x69\xe5\x25\xff\x47\x0b\xdb\x6d\x66\xa1\xfb\x14\x86\xff\xad\x6d\x30\x40\x1b\xb7\x5f\x01\xfa\x6e\xe3\x14\xcb\x37\x9a\xaa\xd5\xf7\x7b\x18\x7e\x6b\xf5\xe3\x2a\x6d\x4d\x93\x9f\xf5\xe8\x97\x6a\x2f\x3d\x6e\x1f\x8f\x45\x88\x46\x23\x4b\xdf\x22\xa8\xad\x7d\xe1\x0a\x6e\xac\xd2\xf7\x1a\x43\x5f\xa6\xbe\x4e\xe0\xd6\xde\xfc\x0d\xd1\x6d\x23\x5b\xff\x72\x9e\x1a\xac\x1f\xf7\x3e\x20\xfc\xdb\x13\xac\xff\xea\x5c\xb4\x47\x33\x2f\xa0\x71\xf0\xdf\xdb\x0a\xb1\xfc\xa7\xb6\xe6\x72\x08\xa4\xdc\x7c\xd8\xb7\x35\x38\xe1\x1b\xaa\xa8\x0e\x68\x7f\xa7\x89\xe0\xbc\xf5\x6f\x9a\x68\x13\x3e\x0c\xff\xf5\x24\xfc\xb4\x8e\xd4\xda\xe1\x3d\x22\x2e\x0c\x5e\xca\x72\x0c\x2c\x8d\xec\x75\xf4\x2d\x95\x2e\x29\xfd\x0b\x7a\xc3\x2f\xd7\x96\x73\xe0\xcc\xda\x57\x4f\x4c\xff\xd5\x9b\xfb\xb2\xce\x81\x15\xf7\xcf\x10\x3f\xce\x81\xfe\x64\x02\xb4\xe5\x1c\x38\x4b\xb1\x0d\x9d\x24\x30\x5b\xfb\xe9\xd9\xb8\x78\x2c\xe7\xc0\x2a\x6d\xf0\x73\x04\x85\x7f\x38\xe9\x86\x01\xcd\x7c\x34\xbf\xe2\xf9\xb5\x87\xc7\xe7\xf3\xd5\xe6\x20\x93\x3f\x90\x60\xd6\x90\x88\x97\xe3\x69\x5f\x3c\xbf\x59\xb4\x6d\x39\x04\x62\xc1\x71\xd2\x70\x08\x64\x37\xbd\xe5\x10\x38\xb7\xe9\x99\x64\xf2\x5f\xb6\x64\x51\xbc\x92\x84\xed\x89\xe5\x8f\x8f\xf7\xb3\x21\x15\xbf\xc3\xa8\xb4\xe5\x0c\x88\x87\xcb\xc7\x43\xe1\xff\xc0\x6b\x3e\xdb\xe5\x0c\xb8\x8c\x2a\x6b\x8f\x33\xe0\x8d\xfa\x6f\x53\x39\x41\xae\x9f\x44\xb3\x68\x5c\x3c\x4e\x80\xd9\xad\x5e\xd1\x88\xe5\xdf\x44\xac\x13\x65\x51\x37\xe4\xe5\x04\x08\xcf\x16\x64\x2c\xff\x72\x97\x30\x42\xf3\x97\x58\x89\xbf\x14\xda\xc6\xe8\x4e\x1c\x7e\x6e\xad\xcb\x11\x10\xba\xc8\xd2\x58\xfe\x9f\x05\x4c\xcb\x7f\x39\x03\x92\x21\x15\x6d\xfa\x9e\xd7\xb5\x7d\x39\x02\x42\x04\x55\xf6\xe5\x04\x88\x17\x2a\x44\x7d\x33\x6f\xa1\x70\xb4\xe6\xf7\x8d\xfb\xae\x2f\x84\x7f\xfa\x45\x75\x8a\x75\x1e\x78\xd0\xfb\x42\xf7\x31\x07\x8f\x70\x6a\x46\xaf\xbb\x5f\x87\xca\x6e\x0b\x5e\x2e\xc3\x68\xaa\x4e\x2c\xff\x8d\x5d\xdf\x37\x39\x2c\x5b\x48\x2a\x23\x23\xd7\xbf\x40\x7d\xbf\xc2\xbe\x90\x7d\xda\xa6\xcf\xfe\x52\x3a\x99\x97\x7d\xdf\x3e\x67\x15\x2d\xda\xf7\x67\xab\x9e\x90\xe7\x7d\x7f\x83\xd6\x07\x5f\x43\xdf\x3f\xbd\x26\xf0\x47\x57\x47\x8f\x4d\xb5\x2f\xa4\x7f\x65\xde\x75\xdf\xbf\x34\x46\x22\xcd\xfa\xfe\x46\xe7\x29\xab\xd2\xf7\x57\xaf\x69\x32\xb3\xfb\xfe\xa5\x32\x82\x5f\xfa\xfe\x39\x3e\x6f\x5b\x56\x3f\xfc\xc0\x08\x18\xc0\xbf\xa2\xf8\x78\x4f\x66\xf8\x9f\xe1\xd9\x72\xfb\xf2\x00\x5c\x65\xf7\xff\x57\x32\x54\x0e\xa0\x1f\x1f\xa7\x85\xe9\xd1\x29\xf7\x13\x7d\x83\x07\xf3\xde\x56\xe1\x01\x88\xcd\xff\x3e\x44\x84\xa1\xd3\x8f\x4f\x3a\x94\x19\xd7\x8f\x4f\x35\x98\xed\xa2\x1f\xe9\xc3\x6a\xde\xe7\x77\x0e\x4f\xff\x23\x62\xdf\x0f\xa4\x53\x83\x47\xf5\x5d\xbd\x09\x43\xe8\xe8\xf3\x85\xe1\xff\xfd\x7b\x1a\x6f\xcf\x80\xfe\x95\x9c\xc9\x38\x3e\x01\xfd\x3f\x86\xc0\xbf\xb4\xaf\x3a\xb1\xfe\x4a\x18\xf7\x20\xf5\x45\x47\xc2\xf1\xd9\xc1\xdc\x3a\x90\xdf\x01\x51\xdc\x8d\x02\x70\xaa\x7d\xb9\x00\xe6\x66\xf4\xf0\x5a\x8e\x5a\xaf\x3d\x90\xe5\xc9\x67\xdf\x89\x00\xc8\xe4\x1b\xf7\x90\xbf\xae\x7b\x76\x41\x3a\x83\xd7\xb6\x1c\x06\x69\x87\x18\xef\xc1\x14\x46\x06\x21\x10\xc4\x0a\xb2\xe9\x8f\x84\xdf\xd6\xad\x71\xd6\xc9\x01\x28\x7e\xc2\x91\xa0\x3e\x3c\xe0\x3d\xbe\xd9\x9d\x03\xbf\x6a\x5f\xce\x82\xeb\xfd\x3f\xbc\xcb\x15\xbe\xcb\xfe\xd0\xfc\xbd\x5b\xe8\xb1\xc7\x37\xda\xc7\x22\xe8\x3d\x7e\x56\x33\xa2\x2a\x1d\x3d\xfc\x1d\x3b\xbc\xc7\x2f\x88\xf7\xf4\xae\xaf\x63\xcc\x62\x99\x7d\x39\x0d\xa2\x81\x01\x3d\xd6\x6f\x32\xf2\xe1\x2d\xa7\xc1\xd9\xd8\xc6\x7b\x7c\x03\xfd\x9a\xd3\xf7\x71\x1a\xfc\x2c\xdb\x3e\xf5\x5b\x32\xfc\xd4\xc9\x03\x50\xe8\xa4\x9f\xdf\x58\x90\xa6\xd5\xcf\x5f\x39\x2e\x7c\xca\x7f\x44\xf0\xfb\x72\x1a\xa4\x1d\x37\x43\x7f\x54\x00\xb6\xa7\x46\x42\x5f\x4e\x83\xa0\x9b\xa3\x2f\xa7\xc1\xd5\xfc\xd8\xce\x57\xce\xd0\x80\xea\x7e\x82\x1a\xd8\x84\xfa\x49\x1e\xc4\x69\xdb\xea\xbb\x18\xe0\x70\xe8\x0a\xe1\x77\x9f\xdd\x9f\x45\x67\xb8\xe8\x9c\xaf\x7f\x5c\x09\xec\xfe\x88\xe1\x8f\x3e\xd9\x16\x3b\x0e\x03\x13\x21\xfb\x72\x18\xdc\xbb\x67\x23\x86\x9f\x1c\x1b\x62\xfe\x55\x4e\xed\x17\x19\xbe\x8e\xc2\x72\x16\x9c\x56\x18\xef\xc4\xfc\x27\xbf\x92\xe5\x2c\x38\x15\xc9\xee\x17\x8e\xc1\xe9\x5d\x28\xc3\xe9\x42\x7b\x11\xc0\x4b\xf0\x78\xbf\x48\xcb\x3d\xbc\xcb\x5a\xfa\x6b\xf0\x4c\x9c\x7d\xb0\x16\x9d\x4c\xfe\x80\xc3\xb7\x2f\x94\x9f\xac\xfd\xd2\x13\x41\xaa\x2e\x26\x0b\xe5\xdf\x07\xc1\x29\x1d\x94\xaf\x29\xd2\x17\xca\xbf\x36\xb7\x89\x85\xf2\xa3\x19\x41\x9d\x92\xa7\xcf\x86\x08\x5d\xaf\x13\xa5\x83\xf0\x03\xc6\x60\x4f\x28\xe6\x16\x9f\x5e\xb9\x27\x63\xbd\x10\xfe\xb9\x57\xef\x42\x58\x8e\x8b\x3f\x1a\x7b\xed\x69\xe7\x32\x59\x8b\xdb\xe2\x4d\x1d\x0e\x97\x78\xe8\xf9\x0c\xd6\xef\xb7\x41\xb8\x3c\x8f\x72\xa8\xf1\xf2\xcc\xc8\xd3\x59\x3f\x16\xaa\x3f\x4d\x9d\xec\x0b\xd1\x5f\x99\x68\xc9\x7e\xe3\xc4\xc4\x35\xd7\xa1\xe4\x93\x73\x16\x34\x6f\x02\x65\x5f\x68\xfe\xb4\xee\x60\x27\xb0\xde\x0a\x7e\xfd\xc6\x89\xe7\xc6\x73\x5b\xf0\x98\x71\x59\x48\x3e\xca\x21\xf5\x85\xe2\xaf\x03\x8e\xb5\x13\x50\x7f\xdb\x96\xfc\x3b\xbd\xb2\x43\xc3\x1f\xcf\x11\x34\xbc\x2d\x83\x86\x9f\x8e\x75\x46\x5b\xeb\x9f\xe8\xa1\x67\xb5\xa6\x18\x96\x4c\x14\x8a\xcb\xc1\x02\xf2\xa7\x15\xb9\x7a\x26\xaf\x00\xe0\xd7\x17\x88\xbf\x2e\x5f\x7b\xfe\x94\x64\xb1\x9c\x7b\x6e\x7f\x1a\xfe\xf9\xed\xa0\x8a\x7a\x1e\x7f\xfe\xff\x4d\x55\xf5\xf2\xd6\x1c\xb3\x5c\x67\x27\xae\x3e\x11\x47\xd3\x17\x68\xbf\xb2\x1f\xed\x13\x53\xff\x83\x50\xe9\x45\x79\x23\x6f\x26\x18\xa0\x97\x5f\x69\x59\xde\xe3\x7a\xec\x1c\xe3\xd8\xfb\x02\xf0\xf1\x26\x10\xb1\x2f\xf0\x1e\x4b\xf5\x19\xef\x72\x3c\x9e\xb3\x5f\xca\x4a\x62\xb5\x97\x4f\x77\x0a\x26\xa6\x97\x2f\xe3\xd8\x65\x7f\x01\xf9\x73\xef\xb6\x6a\x7c\x50\x90\x31\x5e\x40\xfe\x54\x9e\xa4\x3f\x20\x3e\x3d\xb2\x11\x7d\x81\xf8\xa0\xcc\x4a\xff\x84\xee\x85\x9a\x1d\x4a\x3e\x43\x9b\xf5\x27\xd6\x7e\xef\xd6\x3c\xee\x55\x7e\xea\x7a\x1c\x83\x7d\x01\xf8\x55\xea\x63\x1d\xa5\x67\x54\xba\xd3\x11\x6a\xbe\xba\x60\xd5\x8f\xaf\x89\xfe\xf2\x5b\x5d\xa0\x57\xe2\xcf\x37\xef\xfd\x65\x1c\x3b\xd5\x95\xd8\x8b\x7b\x97\x94\xef\x15\x95\x55\x2d\xef\x05\xe0\xcf\x03\xae\xa7\x37\x45\x49\x18\x9b\x27\xbb\x7e\x76\x03\x05\xfa\x03\xde\x8f\x6e\xa0\x41\x6f\xe4\x1c\x69\xf1\x0b\xde\x7f\xec\x6d\x6d\x66\x84\xee\x2d\x45\xda\x1f\xf0\xde\x9f\xb0\xdd\x0e\x55\x9f\x9c\x59\xed\x73\x5e\x04\x5b\x04\x42\xc3\x81\xd2\x17\x70\x5f\x55\x44\xd7\xd1\xb7\x25\xb9\x14\xff\xa9\xd3\xd6\x17\x32\x8f\x29\xf9\xdf\xe7\xcc\xf3\x8b\x6a\x5f\x6e\x8d\x86\xcc\x9f\x7a\x6d\xfd\x41\xe6\xf3\x89\x69\xeb\xd0\xf5\x9b\x9b\x73\xff\xe5\xc8\x64\x7c\x16\x32\xbf\xab\xef\x76\x21\xf3\x53\x0c\xdc\xfb\x17\x85\x47\x04\x59\xff\x23\x74\xdf\xfb\xaf\xfc\x12\x5a\xbc\x90\xf9\x6d\x31\xa0\xde\x7f\x45\xa0\xf9\xfc\x2f\xa8\x5e\x23\xae\x93\x5b\x24\xd6\xe9\x6f\x6a\xe2\xdc\x6d\x83\x75\x4b\xf8\x5a\xfa\xaf\x92\x4b\xbc\xf1\x41\x5a\x22\x11\x6a\x5d\x64\x0e\x6f\xd5\x45\xe6\x3f\xe6\x02\x58\xbb\x8b\xcc\x7f\x7e\x81\xa3\xec\x0f\x5d\xbf\x3f\x55\x56\xfa\x42\xe7\x71\xb8\x25\x8c\xcf\x79\x83\x33\xb9\xa3\xb5\x77\x39\xa2\x0b\x9d\x5f\x46\x5a\xf5\x4f\xf8\xbe\xb9\x3e\x22\x7c\x9f\x93\x2d\x7a\x9d\x98\xcd\xaf\x79\xfc\x79\xff\x20\xf4\x4a\x80\x43\x1f\x5f\x5a\xa6\xe3\x23\x4a\x8f\xc7\xbb\x1a\xcc\x3f\xef\x7f\x12\x90\xec\xda\x42\xe1\x5c\x85\x65\x3b\x01\xf6\x17\x3e\x8c\xfe\x20\xf4\xdc\x2d\x31\xdc\xe7\xf9\xac\xa8\x4a\x94\x74\x32\xee\xb3\x1b\xee\x42\xe9\x67\xc7\xed\xdc\xe7\xcb\xdd\x58\x5b\xbf\xcf\xfc\xff\xc9\x22\xf6\x05\xde\xe3\xe5\x22\xba\xc0\x7b\x3a\x5d\x20\x27\x82\xe9\xbe\x6e\x62\xee\x65\x34\xfa\x44\x9e\xcb\xa9\xf6\x24\xe1\xe7\xde\x89\x20\x1f\x80\xf7\x06\x1b\x32\x90\xe0\x3b\xd8\x4d\x87\xba\xf8\x3f\x8b\x16\xfb\xf9\x20\x09\x3f\x10\x5d\x34\xb6\xcf\x87\xd9\xfd\x65\x59\x37\x6a\x06\x8d\x27\x16\x3f\x3c\x29\x2c\x03\x20\x7f\x33\xd5\x86\xf5\x76\x71\x31\x0c\x41\x7c\x2c\x0f\x0c\x1c\xdb\x2b\x38\xac\x68\xc3\xd8\x3e\xe0\x56\x6d\xe3\xca\x2f\x31\x6f\x77\xfc\x8a\xc7\x3f\x6c\xf1\xa7\x4b\x74\xd8\xc6\x65\xd5\x65\xbc\x86\x63\xff\x3d\x15\xc6\x9f\xfa\x70\x63\x81\xf8\x78\xb2\x44\x8d\x9d\xf4\x3a\xc6\x75\x98\x75\x7f\xa5\xde\x8a\x67\xbf\x5b\x40\x7b\xee\x4d\x80\x1e\xfe\xcb\xb1\x00\x7c\x34\x17\x62\xec\xaf\x26\x93\x89\x4e\x63\x81\xf7\xa0\x1a\xeb\xd8\xdf\x40\x5c\x63\x44\xc6\xfe\x0a\x6d\x4b\x66\x8f\xfd\x73\x56\x41\x4f\x0f\x6a\xf3\xee\x4f\x8b\xd6\x16\x10\x2e\x5b\x3c\x9f\x0f\x43\xef\xff\xf8\x53\x65\x6e\x2c\xc0\x1e\x85\xef\xe3\xf8\x6a\x22\xe0\x70\x1a\xc7\x1b\xb5\x62\x76\xca\x78\x80\xfb\xf6\xce\x8f\x05\xdc\x53\xb5\xc7\x07\x9f\x02\x39\xd9\x63\x01\xf6\x4b\xae\x67\x1c\x9f\xe0\xb6\x23\xb2\x00\xfb\x55\x36\xaf\x2d\x4f\x6f\xc5\x10\x83\x0c\xfc\x00\x32\x18\xc7\x5b\xeb\xc4\xf0\xeb\x71\xe0\xc3\xae\xde\x0d\xda\x1e\xe4\x38\x0e\xd5\x56\xe9\xe9\x23\xc1\xb7\x75\x1d\x5e\x23\xbc\xb5\x6e\x64\xd4\x46\xf8\x10\xd9\xf0\xaa\x57\x8e\x71\xf8\x46\x40\xe6\xfd\xf6\x8a\xf3\x75\x4b\xf9\x7d\x04\x84\x28\x76\xff\x47\x76\x93\x4c\xa9\x11\xee\x6f\x9b\xe2\x6b\x59\xc8\xfc\x7c\xc6\x36\x7c\xdb\x00\x0c\xd6\x08\x56\x4f\x67\x34\x17\x32\xbf\x72\xf7\xde\x1d\x99\x0e\xc6\xe6\x97\xb8\x7e\xf1\xff\x2f\xdd\xd0\x6f\x3b\xf2\xdd\xef\x1e\x61\x06\x3a\x5a\x8f\xc0\x7e\xea\xd3\xd9\xb8\xd0\x79\x38\x31\xb6\xc6\x42\xe6\xf1\x9e\x1e\xfd\xe6\x2d\x07\xd5\xe9\x6e\xf4\x17\x06\xba\x7b\x07\x36\xf7\x58\x68\x3c\x06\x50\xd9\x58\x48\x3c\x06\xdf\x3e\xd9\xf8\xd9\x75\x22\xd6\x3f\xf7\x6c\x28\xf4\x31\x32\x22\xf0\xeb\xc7\xba\x60\xe4\x22\xca\xe1\xbb\xf7\x5d\xa6\x8e\xd5\x40\xc6\x42\xde\xf1\xc4\x70\x1a\xe8\xee\x0d\xc2\x21\xc6\x42\xdd\xd7\x64\x53\x1a\x27\xb5\x5d\x5c\x57\x10\xd2\xb7\x6a\xca\x78\x10\xf7\xe8\x0d\xa5\xad\x01\xe2\x4e\x20\xa9\x71\xfe\xde\xe2\x87\x88\xfb\xe7\x4b\x3d\xbc\x3e\xbf\x66\x3c\x0e\xb1\x81\x88\xbe\xa9\x7f\xe3\x7c\xb7\xf8\xe7\xfb\x7b\x02\xed\xef\x3e\x08\x2f\x19\x0b\x79\x9f\x0b\x18\xfc\xe7\x56\x31\xd4\xd7\xdf\x7c\xd0\x1a\x8e\x4a\xc8\xea\x58\x40\xfc\x0a\x78\xcc\xc6\xf5\x67\xb9\x5b\x40\xfc\x3a\x9d\xbc\x0b\x88\x9f\xd7\xe1\x7f\x14\x25\x04\x1c\x8e\x47\x5b\x3f\x3d\x15\x0e\x06\xcc\xbd\x3a\xa5\x03\x30\x7e\x11\x97\x33\x00\xe3\xe6\x25\x0f\xc0\xb8\x15\xa0\xc7\xc5\x6b\xc7\xbb\x3e\xae\x2f\xfd\x26\xda\x8a\xb5\xb5\xa5\xe4\xd1\x02\x7b\x3b\xb2\x7d\xe3\x42\x69\xf3\xf4\xbe\xd4\x50\x70\xb1\x00\xac\x5f\x6c\x90\x23\x51\xf3\x9a\x1d\x7e\x20\xb9\x77\x61\x67\x8f\x05\xd6\x53\xc2\x39\x30\x12\x9c\xc3\x73\xe6\xb2\xec\x22\x36\xec\x78\xe2\xeb\x7d\x42\x02\x32\xd2\x96\x44\x1f\x0f\xaf\x43\x70\xe3\xb9\x8e\x32\x3e\x4f\xcb\x56\x5c\xf9\x86\xa5\x33\x00\xeb\x27\xb6\xdf\x00\xac\xe7\xcb\xeb\x56\x6a\xd1\xe5\x62\xba\xc0\xfa\x19\xa1\xdf\xc6\xfd\xe9\x05\x39\x21\x17\x60\x0f\x27\x4e\xa9\x01\x60\xbf\x70\x11\x0e\x00\xfb\x49\xb4\xd6\x00\xb0\x5f\xcf\xd1\xf9\x4c\x56\xc5\xde\xc7\x8d\xb8\x88\x6f\x7e\x81\xf6\x64\xc1\x9f\x01\x05\x7f\x12\xb9\x32\x00\xed\x27\xc8\x73\x00\xda\x23\x64\xff\x58\xa0\xfd\x3c\x93\xf7\xfc\x10\x4b\xf4\xb9\xfd\xfd\x25\xdb\xa7\xd5\x5f\x6b\x57\x8c\x27\x23\x3e\x3c\xd9\xba\xe3\x91\xcc\xab\x0f\x43\x34\x3e\x21\x7c\x35\x51\x07\x42\xf8\x2a\x25\x8c\x4c\xfe\x0c\x65\xa2\x46\xfe\x1d\x7e\x30\xf2\x2b\x1d\x68\xe9\xfc\x81\x54\xde\xe1\x78\x82\xd8\x93\xdf\x0d\x88\x3d\x42\x02\x0f\x2a\xd6\x69\x1f\x8f\x8c\x3e\xd4\xb4\x95\x8b\x6a\xdd\x9f\x36\xaf\x65\x3a\xe0\x98\x1d\x0b\xad\x5f\xc1\xb9\x46\xf6\x7b\x00\x37\x8f\xcc\xb2\x85\x5d\x39\x1e\xa4\x5e\xfa\xf4\xfd\x23\x7a\x6f\x2e\xff\x28\x9f\x58\x46\xf5\xff\xf5\x8e\x77\x10\xca\x80\x62\xd7\xdf\x3e\x9e\x2a\x75\xe1\xc9\xce\x18\x48\xe3\xed\xcf\x11\xe1\x25\xb8\x2f\x47\xe1\x1d\xfb\xbd\x16\xde\xf1\xee\x53\x56\x5f\x2f\x4d\x8a\x85\xcc\x6f\xf9\xa5\x51\xde\x1c\x11\x6b\xd9\x8d\x85\xca\xd3\xe9\x92\x4a\x80\xfc\xa6\x01\xb5\x10\xf9\x7d\xe3\xee\x1c\xf5\x8f\x29\x52\xc9\x91\xc0\x25\x3d\x2a\xf9\x30\x5e\x57\x09\xad\xc0\xa0\x1d\x56\x41\x1f\x1e\x2d\xf3\x23\x3c\xf7\xa4\xdc\x18\x4e\xa4\x81\xce\x9d\x72\xfc\x83\x4c\xf7\xdd\x75\x45\xea\xdc\x4d\xeb\x29\x31\x17\x1e\x57\xf4\x10\x7d\xdb\xeb\x85\xbe\x63\x72\xfd\xa8\x6f\x6d\x97\xf9\x9c\x4d\x0a\xa8\xdb\xe3\x42\xde\xd9\xdc\xb7\xb1\x90\xf7\x75\x12\x6d\x38\x16\xf2\x8e\x2b\x50\xe7\xbf\x97\xf4\x07\x90\xef\x4f\xd5\xdc\x61\xdc\xfc\xcf\x12\x0c\xf0\x1d\x7f\x8a\xa5\x8f\xf6\x39\x66\x48\xcc\x18\x0b\x94\x8f\x8e\xbf\x7d\xb4\xb7\xe8\xa4\x59\x14\x83\x64\xf8\xfd\x39\x7b\x2d\xd3\x03\x1e\x60\x2c\x40\x9e\xfb\xe9\xb3\x91\x01\x03\x9e\x8d\x05\xc6\xaf\x46\xc4\xef\x40\xf2\x2e\x5c\xfe\xb7\xd0\x47\xee\xb6\xf0\x2d\x92\x2a\x5d\x3a\xba\x15\x07\x69\x33\xb2\x77\x91\xe8\xab\xb1\x40\xf8\x90\xfd\x1f\x0b\x84\x07\x05\x1c\xc6\x02\xe0\x49\x6a\x78\xf4\x77\x3b\x1a\xf8\x2b\xc7\x02\xe1\xb1\xbb\xeb\xa3\x79\x5f\xb5\xe3\xfe\x14\x4f\x1f\x0b\x7c\x47\xf9\x84\xf1\x64\xb4\xa7\x87\x54\x1a\x5d\xf5\x4f\xef\xfb\x96\xb6\x31\xc2\x79\x74\x3e\xe9\xc3\xb3\x49\x01\x74\x1b\x80\x0e\x2f\x22\x11\xe8\x70\x4b\x68\x0e\x40\xf7\x81\x43\x63\x18\x1f\x6f\x7f\x06\xa0\x53\x9b\xda\x6c\x76\x6d\x9d\x27\x2e\x7e\x7f\xf4\x65\x06\x71\xf1\x97\x1b\x26\xb2\x76\xc5\x05\x7a\xbc\x59\xb0\x16\xd8\x19\x0b\x6c\xa7\xfb\xb9\xf7\x5b\xca\x68\xda\x03\xab\xa6\xbb\x30\x10\x1b\xbf\x69\x53\x0f\x2c\x10\xe7\x1b\x62\xf6\x55\xab\x6c\x10\x1b\x6e\x0f\x26\xdb\xaf\xa8\xf2\xa1\xc1\x73\x6f\x6e\x23\x80\xec\xa1\xe5\x4c\x85\x39\x95\x41\xc7\xfc\x33\x8f\xc9\x60\x4f\xb8\x82\x06\x14\xf8\x0e\x78\x1e\xf3\xcd\xed\x99\xda\x94\x0b\x60\x8f\x2e\x5a\x24\x7b\xfd\xf2\xd3\x9b\xef\xbb\x1d\xb8\x31\xc6\x42\xd1\xe7\xf1\xb4\x69\xd1\xc2\xa7\xd8\x69\xf6\x3f\xad\xc0\xd4\xb0\xe7\xd3\x74\xd6\x75\x97\x89\x88\xbd\x9c\xc1\x5c\x08\xfa\x4c\xcc\x9e\x89\x84\x9d\x94\xe1\x5c\xe8\xf9\x8a\xdd\xa3\x2f\x8f\x89\x2d\x6f\x3e\xd9\xec\xf7\xa3\x9e\x30\x37\x52\x19\x69\xd3\xdc\xde\x08\x18\xb9\xa9\xb9\x7d\x59\xce\x38\xf3\xe6\x42\xd1\xc3\x0c\xe7\x09\x0d\x6e\x69\xb1\xf9\x3f\xc6\xde\x24\x69\x77\x9f\x4b\xee\x9b\x6b\x15\xdf\x0e\x8c\xbe\x89\xa8\x99\xc7\xf6\x1e\x40\x02\x70\x68\xa0\x52\x45\x59\xda\xbf\xe3\x3d\xbf\x04\xf8\x5e\x85\xe2\x7f\x3d\x78\x06\xe4\xc3\x06\x24\xd1\x9c\x3c\x4d\xa6\xbb\x3c\x5f\x92\x4b\xdb\x86\x9e\xb3\xb8\x05\x36\x44\xf6\xd5\xa9\x7d\xeb\xba\xcd\xa6\xae\xbd\xf9\x6a\x6c\x79\xfa\x33\x89\x13\xdb\x90\x73\x95\x74\xd8\x26\xc9\xfd\x21\xd5\x60\xc3\x57\xa7\x62\xc7\x4d\x05\xfb\xc3\x3c\xb3\x09\x7b\x07\xaa\x27\xb6\x87\xc7\x49\x4f\x4f\x82\xbb\x64\x0f\x36\x15\xec\x4a\x5e\xde\x22\xaf\x67\x6c\x6d\xf8\xe9\x5e\x90\xe6\xfe\x43\x83\x7d\x7b\xe2\x57\x49\x6d\x99\x14\xfe\xf2\xed\x48\x6c\x17\x03\xee\xf6\x94\xaa\xb2\x58\x6f\x38\xe9\x1e\xe6\x90\xfd\x87\x06\xfb\x26\xa1\xfd\x65\xcc\x6c\x43\xc6\x7d\x63\x66\x6c\x43\xc5\x59\x4a\x87\xdb\x10\x71\x7e\xde\xbf\x4d\xf1\x3b\x90\xfb\x7a\x6e\x00\x7f\x3b\xd6\xf5\x0e\xb0\x92\xd2\xc9\x37\x34\x75\x81\xd0\xd3\x86\xa6\x2e\xe8\xe5\x02\x92\x2b\xd3\xef\x86\xa6\x4e\x7e\xcc\x6d\x00\x39\xf7\x47\xff\x61\x6d\x79\x5d\x13\x80\x4c\x28\x68\x93\xd7\x2e\x28\xba\x23\x2a\x54\x4c\x81\x1b\x39\xf6\x84\x9d\xb2\xe1\xa7\xaf\x04\x9b\x36\xfc\xf4\x9d\xa9\x68\x47\x85\x4a\x78\x2d\x80\x61\x49\x14\xed\x48\x62\x67\xd4\x91\xe6\x0f\xec\xe7\x3f\x42\x5d\x53\xe7\x49\x97\x40\x5b\xe4\x73\xab\x63\x45\x74\x18\xa2\xda\x89\xc4\x0e\xf6\xe5\x36\x10\x5c\xa4\x86\xb5\x09\x4d\x3b\x42\x72\x9b\x0a\xf4\x9c\xb4\xf5\x51\xd3\x61\xed\xed\x44\xbd\x82\x5a\x60\xe0\x37\x07\x7d\x50\x03\xbf\x4b\x5e\xfe\x0d\xf1\xbc\xcf\xda\x2a\x94\x4a\xd1\x02\xc0\xaf\xd7\x7b\x3b\xf9\xeb\xf3\x38\xb3\xb6\x01\xe0\xee\xb3\x8e\xbe\x64\x2a\xa2\xb2\xd8\x54\x9e\x47\xc0\xea\x4e\xe8\xfe\xbe\x6a\x13\x53\xb1\xd7\xb9\x28\x08\x6a\x18\x53\x79\x9e\x99\xe2\x37\xa1\xe7\xc0\x54\xbb\x01\xc0\x91\xfc\xa2\x8d\x92\x9c\x38\xa8\x76\xbe\x95\xf6\xf2\x65\xee\xcc\xb3\xb2\x7c\x6f\x03\xc1\x55\x79\x33\xdb\x00\x70\x7f\xb0\x96\xb7\x01\xe0\x24\xa7\xdb\xce\x77\x5a\x7a\x29\x62\xdc\x06\x80\x5b\xc4\x79\xb1\x0d\xfc\x36\xf1\xf6\x6c\x03\xbf\x4b\x5a\x90\x3b\x13\x6e\x4f\xba\x12\x54\x6b\xaf\x5a\xf8\x3b\xb6\xb5\xf3\xef\xd8\xd6\x36\x64\x9b\x83\x26\x20\x43\xb6\x59\x75\x0b\xdb\x90\x6d\x52\x32\xe3\x56\x88\x99\x64\xc7\xad\x6a\xf2\xe4\xe6\xd4\xf8\x2a\x30\x26\x6b\x42\x37\x64\x9b\x13\xd9\x60\xbb\xd4\x3f\xee\x69\x96\x72\xc0\xe6\xde\x86\x6c\x9b\xf8\xc3\x36\xa4\xf2\x59\x53\xef\x1f\x6a\x71\xbb\xb0\xd4\x90\x92\xba\x0d\xd5\x2e\x79\xfb\x77\x11\x4f\x94\xae\xb2\xb1\x53\xb9\x7b\x45\x44\x00\xa7\xce\x06\xd5\xaa\x72\x66\x57\x4a\xad\x34\x25\x19\xaa\xed\x2a\x9b\xdc\xa0\xda\xa1\x91\x68\xa8\xb6\x2b\xf2\xb5\x51\x85\x53\x75\xc2\xae\xe8\xe7\x7b\x6d\xd9\x72\xaa\x8c\xb1\x6d\xa8\xb6\x48\x5b\x7f\x83\x6a\x9b\xd7\x55\xcc\x42\xde\x55\x5b\x2f\xe7\xf1\x44\x24\x99\x17\xdc\xaf\x5b\x95\xe2\xa5\x1f\xce\xa2\x4d\xa5\xb8\x64\x70\x37\x32\x6f\x5b\x4b\xa6\xa1\xda\xa5\x40\xf0\x36\x54\xdb\x44\x9f\xb1\x0d\xd5\x36\xe5\xca\xed\xa6\xda\x12\xde\x54\xa3\x4c\x96\x70\xf9\x26\x0c\x1d\xf4\x65\xda\xa7\x21\x8f\xbf\x62\x13\x8a\x5e\x5a\x54\x0d\xd5\x36\x63\x9a\xfe\xe7\x29\xdb\x00\x6f\x1d\x5a\xcf\x0d\xf0\xd6\x81\x7f\x67\x37\xea\x0a\xa6\x2e\x69\xdd\x58\x4c\x87\x9b\x62\xf1\xa1\x49\xda\x80\x6e\x2d\x78\x31\x37\xb9\xe6\xaa\xb8\xdb\x06\x70\x8b\x32\x4d\x36\x51\x6a\x91\x37\x6c\xc0\x6d\x26\x9c\xb8\xfb\x95\x46\x91\x65\xba\x3b\xdc\x30\x7a\x91\x14\x8b\xab\xbc\x66\x1b\xb8\xad\xd2\x95\xde\x06\x6e\x6b\x94\x05\x01\xb8\x95\x80\xcd\x06\xdc\x46\x75\x01\xd1\xbb\x6d\x1d\xf9\x52\xf1\xcc\xc7\xf9\x42\xd1\xeb\xd1\x1e\x7b\xce\x82\xb7\x74\x03\x70\xb7\x3a\x21\x8a\x6e\x8d\xa8\xfa\x1e\x10\x20\x68\x69\x32\x70\xbb\xe4\x65\xdd\xe3\x2b\xa1\xc1\x9d\xb1\x4f\x05\xf8\x73\x8a\xf9\xb6\x01\xdc\x26\xb6\xdc\x7d\x42\xd0\x7d\x4e\x02\x62\xdb\x00\xee\x5a\xb2\x2b\xa8\x00\x77\x1a\x8c\x54\x80\x97\x73\x25\x5b\x6e\xc6\xd4\x16\xcb\x0d\xe5\x62\x5b\x84\xee\x45\x77\x41\xf6\xa7\xa9\x95\xf6\xac\x92\xad\xda\xca\x1b\xaf\xf5\x64\x59\xed\x3f\x00\xee\x06\xe0\xbe\x38\x8f\xb6\x01\xdc\x7a\x96\xc6\x87\x25\x55\x53\xf0\x83\xe4\x0f\xd9\x49\xdb\x00\x6e\xcc\xea\x01\x06\x70\x6b\xd0\xf7\x46\xcd\xed\x55\x3f\x7a\x20\x38\xd1\xe2\x02\xc0\xed\x1a\x70\x54\x7e\x9f\x45\xcb\xc0\x6d\x7a\x01\xcd\xdb\xc0\x6d\x17\x5b\xd1\x46\x3b\xdd\x6b\x98\x18\xb0\x5d\xca\x72\xda\x84\x94\xa5\x60\xb6\x01\xb6\xbe\x68\xcb\xc3\xae\xc9\x55\x0c\xbd\x96\xa0\x09\xf5\xfd\x9d\xd9\xb4\x0d\xb5\x46\x95\x2d\xee\x97\x12\x38\xf5\x4b\xaa\xbd\x23\x05\x8e\xdb\x10\x6b\x89\x54\xf9\x6c\x43\xab\xa5\xa9\x5f\x1a\x5a\x8d\x79\x6a\x6b\x10\x90\xe5\x4d\x18\x5a\x6d\xaa\xb9\xd9\xef\x55\x22\x5c\xa7\x3d\x36\xfd\x8a\xd9\x77\x8b\xa4\x7d\xea\x3f\x1b\x9b\xaa\x30\xdf\x86\x56\x73\xc4\xad\xb7\x0d\xad\xf6\x42\xb5\xec\x9e\x5f\x0d\x88\xcc\x11\x92\xb9\x1d\x51\xb9\x6d\x88\x75\xa9\x42\x60\x1b\x62\xad\x55\x8b\x83\xa1\xd5\x25\x31\xa5\x4d\x85\xb7\xf2\xcd\xb6\xc2\xc5\xb9\x1e\x1a\xbb\x3d\x21\xab\xd1\xf3\x4c\xe6\x20\x8d\x56\xd0\xaa\x3b\x77\x79\xd9\x62\x06\x40\xa1\x4d\x1c\xaf\x1b\xa4\x9a\x35\xa2\xc4\xbd\xa6\x05\x10\x3d\x74\x55\x95\x6c\x88\xd8\x83\xee\x6e\x48\xb5\x28\x5b\x6b\x1b\x52\x6d\xaa\xa2\xdf\xeb\x66\xec\x1d\xfb\xda\xd0\x6a\x73\xa0\xeb\xad\x0a\x6e\xb0\xe9\x36\xa4\xda\xbc\xd0\x86\x21\xd5\x5a\x83\xee\x89\xc0\x32\xf9\x92\x7b\x5d\xd5\x41\x25\x00\x6c\x78\xd7\xb2\xe6\x36\xb4\xd0\xeb\xd0\xd1\xe8\x63\xff\xcc\x99\xff\x3c\x7d\x23\x93\xee\x65\xf3\x22\x93\x5e\x05\x9c\x0c\xc0\xb6\x81\x97\x7a\x6f\x86\xab\x60\x98\x81\xd7\xa6\x20\xd7\x86\x8b\xbd\xe2\x56\xd9\xe2\x62\x27\x8c\xb1\x37\x95\x7d\xfa\x54\x80\xd7\xae\xe1\x4a\x11\xf7\xd4\x10\x01\xb8\xae\x73\x77\x1e\x5f\x0f\xb4\x7f\x67\x82\x6c\xf2\xb6\x55\x8a\xb3\x09\xfd\x56\x82\x1d\xfb\x17\x07\xbb\x2c\x43\xf2\xb6\x13\xc9\x59\x9b\xbc\x6d\x64\x44\x93\x73\xca\x02\x29\x6c\x79\x88\xfa\x12\x5b\x54\xaf\x9a\xd5\x93\x9c\x01\xd7\x08\x80\x4b\xce\xfd\x02\xe8\xc9\x11\xf2\x75\xb6\x7a\x27\xe7\xe8\xca\x66\x11\x25\x67\x80\xb5\xee\xaa\xf3\x3e\x5d\x65\x8b\x0c\x24\x67\x60\xb5\x38\x73\x6d\x24\x67\x60\x35\x3d\x36\x89\x27\xe7\xae\xc2\xde\x4c\xba\xb6\x4d\x4d\xe1\xb4\xfe\x66\xbc\xa0\x05\x96\x9c\xbb\xf5\x08\x84\x43\x93\x43\x0a\x3d\x27\x9e\xc2\x00\x6b\x0a\x0f\xff\x01\x58\xe3\xe2\x5c\x08\xd6\xfd\xf9\x0f\x07\x4c\xa2\x5d\xfe\x0b\x73\x27\xda\xed\xaf\x80\x2a\x56\x6b\x72\x1e\x09\xa2\xa4\xad\x5b\xb2\x74\xde\xb5\x81\xd7\x16\x16\xcf\xf6\x69\xa2\x53\x8b\x9d\x9c\x57\x89\xa2\x5a\x4a\xc2\xdb\xb9\x9a\x59\xfe\x41\x4f\xe9\xbf\x8c\x2f\x4b\x07\x4d\xee\x23\x58\x9f\x83\xf7\xee\x3f\x4d\x0d\x5b\x60\x93\x3b\xf9\xd9\x43\x49\xc6\xc9\xa9\x4a\xdb\x52\x4e\x79\x6a\x72\xb4\xa1\xe7\x4e\x2e\xdc\x8a\x65\xea\x6d\x93\x03\xd8\xe2\xc0\x4a\xee\x57\x8e\x76\xe0\x3d\x9d\x1c\xed\xa5\x5a\xd7\xe4\xc2\xcd\x59\xa7\x7a\x35\xb9\xf0\x4b\x73\x80\x5e\x11\xfa\xb7\x58\xab\x65\xe3\x77\xff\x0a\x9f\xbe\x88\x7a\x06\xa8\x76\xab\xa7\x86\xaf\x56\xa1\xe9\x1e\xeb\xee\x51\xcf\x09\x10\x94\xe8\x5b\xc4\x4f\x6b\xc2\xf3\x4e\xa3\x04\x37\xb9\x3e\x08\xd7\x3b\xda\x67\x08\x37\xc2\xca\x99\x1c\x21\x5f\x48\xf1\x92\x03\xe1\x22\x92\x93\x1c\xa4\xec\x35\xf1\x14\x68\xa9\x13\xaf\x49\x2e\x7e\x19\x4f\x6a\x77\xec\x9f\x23\x8f\x56\x46\x9c\x35\x85\xa7\x88\x5f\xd6\xd3\xa3\x33\x48\xec\x2c\x6a\xc9\x3c\x59\x2d\x08\xe8\x26\xa7\xb0\x6f\x6a\xf3\xdd\x6a\xd1\xd7\x0f\x16\xdf\xf8\x10\xb3\xf7\x39\x23\xf7\x39\xe8\xd7\x8b\x62\x32\xb9\xf4\x31\x0b\xab\x87\xa5\x5b\x9b\x83\xb6\x5e\x72\x22\x67\x6f\x8c\x07\x34\xd6\x6b\xe5\x8b\x29\x29\xfb\xe7\x8a\xea\x6b\x87\x7f\x6d\xcf\xb7\xd3\x57\x90\x60\xf3\x8f\xce\xef\x6c\xd1\xb3\x90\x60\x23\x73\x28\xb9\x24\xad\x11\x9d\xc7\x3b\x78\x79\xe2\xa4\xac\x3f\xbe\x94\xa1\x60\x2b\x59\xb2\xad\xcd\x7f\xb4\x20\x7f\x35\x1b\x83\x2f\x62\x48\x38\xfb\xe7\x2f\x8e\x99\xe4\x72\xf8\xdd\x1d\x7f\xe7\x65\x27\x97\xe9\x0e\x1a\x20\x14\x72\xc7\x57\x5b\x4c\xf7\x91\x97\x9a\x3f\x72\xe5\xa0\xff\x49\x02\xad\x74\x4a\x72\xb2\x83\xd3\x16\x4e\x9d\xa0\xa6\xca\x4f\xc9\x83\x01\x90\xcf\x34\x46\x54\x38\x64\xba\x90\x01\xe4\x0c\x4d\x6d\x72\x84\x7e\x51\x38\x4e\x4e\x00\x59\x53\xa3\x01\xe4\x8a\xe7\xcb\x68\x70\x6c\xa2\xe4\x73\x10\xfa\x0d\x8b\x0e\x62\x00\xf9\x07\x2d\xb1\x95\xef\x44\xa2\xe1\x5a\xae\xda\xde\xab\x89\xe0\x53\x60\x5b\x1a\x52\x00\xe5\xac\x09\x15\xee\xf5\x35\xb5\x35\xbe\xdc\x04\xdd\xf1\x39\x5d\x1b\x91\xfe\xe4\xca\x47\x30\xbc\x78\x0b\x85\x38\x83\x3a\x68\x59\xbf\xbf\x4a\xb9\x09\x5f\xa4\xa9\x26\x67\xc0\xb9\xbc\x2f\x6f\xf7\x97\x0a\x9b\xde\xb0\x81\xe7\xd2\xbc\xfe\xa7\x5a\x75\xf2\x6e\xc8\xdf\x76\x89\x61\x27\xf5\x35\x4d\xb4\x06\x9e\x4d\xfa\xd7\xb6\x3e\x1d\x86\x45\x57\xae\xc4\x54\x26\xed\x32\x00\x9d\xd2\x50\x9b\x90\x56\x29\xfa\x8f\xec\x96\xca\xf3\x1e\x32\x75\x2f\xd2\xf7\xe4\x00\xd1\x51\x53\xa0\x40\xf4\xcf\x3b\x8f\xba\xda\x2d\x47\x41\x83\x22\xb9\xf6\x95\x20\xea\x4b\x51\xb1\x5d\x97\xfe\xb7\x69\x2e\x76\xfd\xf7\x29\xee\x75\xee\x08\xe5\x5a\xd4\x02\x42\x5e\x77\x54\x6b\x9a\x2c\x73\x5a\x43\x88\x38\x0e\xfa\xe0\x21\x4e\xcf\x93\xaa\xf7\xe4\x9a\x18\x74\xf9\xde\xa0\xe6\x28\xd3\x82\x30\x71\x7c\x19\xc2\x86\x9a\x73\x54\x1f\x15\x6a\x56\xaf\x51\x6e\xf7\xd9\x02\x7d\x6c\x5a\xd0\xb1\xcc\xd5\xa3\x0c\x35\x1b\x37\xb7\x6d\x85\xdb\x1b\x1a\xd3\x86\x21\xe7\x1c\xd5\xbf\x85\x9c\xad\x6f\xe9\x8c\x7c\x82\xab\xc4\xce\x92\x43\x1f\x3d\x6e\xde\x5c\xff\x2a\x51\x65\xf6\x28\x3c\xac\xf7\xdc\xa9\x37\xa8\x6a\x8d\x7d\xe7\x1c\x74\x6d\x48\xe2\x35\x5e\x09\x0f\x93\x3a\x9a\x9c\x21\xe8\x9c\xd4\x23\x4e\x25\xf6\x98\x38\x43\x92\xeb\xfb\xf3\xf6\xd3\x4f\x0c\x45\xe7\x9c\x39\x63\x10\x3f\xd3\x53\x0e\x1c\xb5\x5a\x6e\x0c\x45\xa7\xaa\xc9\x6f\x5c\x66\xd5\xad\x71\xfd\x85\x88\x97\x7a\xeb\xa0\xa6\x44\x8b\xcf\xa7\x9e\x06\x82\x48\x6e\x7c\x19\x4c\x0f\xdf\x72\x7c\x1a\x1b\x9d\xfe\x3f\x78\x76\x2d\xc3\x03\xa4\xa9\xd9\xd2\xd0\x74\x4e\x41\xad\x95\x7e\xb4\x8e\x84\x55\xb5\xa9\xb5\x84\xc6\x07\xef\xf3\x37\x92\x4e\xee\xf9\x55\x8d\xcf\xb9\x4a\xde\xb6\x04\x72\x46\xe9\x43\x59\x6d\xa6\x37\x3e\x37\x79\x15\xca\x94\xe4\x0c\x55\x97\xf2\xf7\xa5\xe0\xb9\x55\x79\xaf\x5e\x8b\xa2\xca\x51\xb7\x36\x50\x5a\xb4\x00\x3c\x57\x43\x01\xad\xb0\xe4\x00\xde\x45\x9f\xe4\x37\x87\x7a\x72\x0f\x49\x4e\x7a\xb9\x0f\x3e\xb3\xc4\xcb\x31\xe0\x5d\xdb\x66\x90\x00\xbc\x8b\xb6\x24\x93\x2e\x1b\xc2\x80\x77\x8e\x1a\x16\x70\xa7\x57\xd9\x5e\xe4\x70\x17\x59\xbc\x2f\xa5\x35\xfa\x18\xef\xb5\x68\x77\xe1\xa5\xbf\xca\x02\xa1\xeb\xbd\x97\x7b\x67\xa9\x4d\x14\x5f\xd7\xa4\xa3\xaf\x72\x14\x45\x48\xc9\xbd\xd0\xcb\x15\xb5\xc4\x00\x9b\x6b\x74\x74\x2a\xab\xab\x96\x9b\x97\xaa\x62\xd9\x83\xef\xe5\x60\x79\x35\xd9\xbd\x0c\x75\x4d\x5b\x5f\x65\xf5\x2b\xdb\x8a\xb0\x31\x05\x3d\xc9\xcd\x5b\x4e\xf7\x6a\xf1\x98\x97\x87\x06\x4a\x81\xe4\x0c\x8c\xe7\xa6\xc9\xff\xe3\x4c\xa7\xda\x35\xb9\x09\xef\x90\xac\x43\x03\xe4\xb9\x69\xca\x87\x72\x2d\x17\x5a\x3b\x51\x90\xd2\x54\x82\x4a\x5a\x93\x05\x72\xf2\xb6\xd3\x5c\x5a\xba\xa9\xa6\x6e\x9b\xb7\x60\x80\x3c\x3f\xb2\xde\x0c\x90\xe7\x63\x3d\xce\x8f\x7b\x27\x73\xed\x75\x09\x38\x28\x6f\x49\x6e\xc1\xbb\x22\x0b\x87\x10\x72\x1e\xb4\xcb\x80\x79\xee\x7a\x82\x45\xa5\xa9\x06\xff\x92\x56\xb6\xce\x33\x33\x65\x69\x72\x5e\xdf\x12\x26\xc3\x65\x41\xba\x11\x78\x97\xab\xff\xee\xb3\xeb\x13\x0e\xed\x7c\x4b\x03\xe6\x2d\x0b\x51\x18\x30\xcf\x5d\xb6\xdb\x9a\xdf\x14\xa2\x6b\x7f\xdf\xba\xa9\xdd\xfb\x43\x15\xbc\xef\xfd\x8b\x70\x81\xb7\xb8\x29\x4d\xd2\x64\xbf\xbf\xf2\x49\xbd\xd7\xfd\x49\x09\xc9\xbe\xdc\xbf\x04\x83\x79\x07\x86\xcc\xcb\x14\x32\xdd\x9f\x3c\x56\xe0\xdd\xee\xef\x3d\xc8\x0c\xd8\x94\x51\x6e\xdd\xf5\xe6\xac\x53\x93\x62\xe9\x1e\x56\x29\xaf\x36\x40\xa4\xac\xfe\xb6\x25\x9e\xaa\x7b\xff\x52\x87\xd3\xd5\xfe\x30\x5f\x40\xe9\x15\x9c\xe5\x51\x49\xa3\xae\x3d\x79\x07\x11\xbe\x39\x95\x92\x27\xbc\x8c\x03\x3a\x79\x77\x1d\xa5\xa4\x6d\x26\xaf\x10\xf3\x8f\xb5\xcf\x58\xf0\xee\x2b\x1f\xf5\x3a\x46\x89\x8c\x81\xad\xef\xb9\x1f\xdd\xdf\x9e\x9b\xea\xe1\xe4\x51\x4c\x0b\x16\xb0\x4e\x9e\xf0\xf2\x53\xd5\x36\x12\x54\x9b\xce\x7b\xf9\xef\x65\xeb\x2b\x1b\x04\x3b\x79\x11\xa5\x3b\xb5\xcb\xf8\xd3\x1a\x0b\x99\xf7\xb7\x4e\x69\xe9\x7f\xe4\xd0\x1e\xbe\x85\xf7\x97\x39\x01\x7d\x97\xe4\x0f\x8f\x5a\x99\x94\xeb\x25\x2f\xd4\xfe\x83\x42\x86\xce\x22\x14\xbb\x79\x12\x0f\xa5\x5e\xd7\x1d\xcd\x79\x3a\x3d\xcf\x65\x68\x3d\xbf\x4e\xe7\x5d\xe6\x84\x9d\xfe\xa2\x4d\x9d\xbc\x47\x35\xcc\xeb\x26\x70\x8f\xbc\x3c\xb2\x27\xb4\xe5\xd5\xe4\x79\xe2\xeb\xef\x69\xe0\xb7\xe2\xd3\x0d\xbd\x01\xf9\x2c\x0b\xc8\x43\xb3\xd6\x58\x9f\xbd\x01\xf8\x8c\xea\x6f\xf2\x81\x4c\x83\xa5\x23\x89\xb8\x33\xd5\xfb\xa0\x3c\xe5\x87\xad\x7c\xe3\xfa\x5b\x47\x97\xb3\x67\xb1\x90\xf9\x40\xd9\x82\x5e\x07\x34\x6b\xa4\x56\x26\x4f\xf8\x19\xad\xb9\xe4\x0f\xc5\x5a\x95\xb0\x45\xf2\x84\xa0\x5f\xf3\xf3\x27\x0f\x58\x87\xb4\x2f\x79\x03\xeb\x2d\x00\x4f\xbd\x01\xf5\x08\xc5\x6e\xf2\xe1\xe3\x99\x01\x7a\xfb\x03\xd4\xdb\x3c\x6f\xe0\x70\xa8\xb7\x49\x8e\x87\x51\xc1\xff\x5c\x91\xe5\xcf\x03\xd6\xc9\xfa\x4e\x1e\x15\xb5\xe7\xa5\x6b\x1b\x58\xcf\x2b\xf0\x2d\x22\x12\x30\x2c\xcc\x3e\xfe\x0a\xeb\x25\x6f\x60\x7d\x79\x2c\x13\x1f\xaf\x62\xd6\x8b\x9d\xe3\xe3\xf8\xc2\x9b\x6a\x85\x72\xd3\x75\xdf\x17\xb9\x56\xb5\x69\xfe\x71\xed\xc5\x91\xbc\xcb\xf8\x15\x91\x33\x15\x79\xaa\xa6\x97\xe3\x79\x0d\x9c\x2f\x1f\x39\x5a\xc0\xbc\x78\x15\xc1\x27\x4f\x68\x7a\xe9\x3b\x02\xca\xd1\x13\x4e\x3e\x21\xf7\x83\xfd\xee\x0d\x94\xe7\xa5\x37\x8f\x5a\x5a\x63\x8a\xf7\x09\xd9\x17\xaf\xf3\xec\xfb\xca\x2e\xf4\xe9\x72\xe4\xc3\xfb\x98\xbc\x2a\xa4\x7f\xb0\x07\x38\xd3\x1b\x28\x37\x39\x0f\xdb\x9a\xd7\xb1\x84\xfd\xe5\x13\x4a\x71\x67\xeb\x52\xaa\xbd\x9a\x2a\xf2\xfd\xce\x5b\x13\xcb\x51\x4a\xeb\xf3\xd5\x7b\x31\x14\x9e\xb5\x80\xfb\x5f\xb4\x6a\x18\x18\x1e\x24\x2e\xc4\xe1\x33\x34\x82\x49\x57\xfb\xc8\x52\xd4\x33\x0c\x8d\x67\xd8\x79\x92\x07\x89\xcf\x47\xff\xa1\x83\x9c\xf9\xfa\x47\x1b\x3d\x89\xb6\x25\xf9\xfc\x65\xd1\xe0\x8a\xf1\xf9\x66\x85\xbd\x5b\x4f\x74\x4b\xb2\xf0\xea\x27\x9f\x09\xd1\x4f\xdd\xe3\x73\xcc\x74\xda\x5f\x2e\x9b\xe6\x02\x45\xfb\x82\x43\x36\xf2\xfc\x24\x67\x17\x8d\xf6\x42\x39\xa2\xde\x46\x81\x32\xf2\xe5\x69\x0a\xcb\x7b\xd4\x55\xa8\x41\xe8\xb4\x5d\xc8\x3c\x1d\x52\xf0\xe4\x0b\xba\x10\x7a\xcb\x86\xcc\xe3\xd2\x7b\xa3\x52\xda\x9d\x16\xfe\x36\x57\x3d\x8a\x68\x6e\xf1\x06\xca\xb7\xa4\xa9\x67\x96\xf5\xed\xe1\x4d\x96\x5b\x15\xbe\xc0\x33\x9e\x24\x6d\x21\x14\x5f\x71\xc2\x2d\x5a\x42\x45\xf5\x50\xef\x85\x37\xcd\x17\x1d\x89\x22\x1e\xe6\xa3\x97\xdc\xd9\x4f\x7f\xd4\xf8\xab\x97\x2c\x02\xb1\xac\xe4\x91\x3b\xf3\x4d\xd7\xc6\xf9\xb4\x75\xb5\x8f\x37\x28\xeb\x7c\xe2\x63\x9a\x53\x40\xe6\x0f\xe6\x9f\xaf\x9f\x27\x42\xe3\xbb\x5e\x35\xbc\x37\xff\x25\x37\x3f\x79\x03\xee\x45\x5e\x29\x5f\x2f\xad\xd2\xd6\x3a\x24\xd0\x5e\x8a\xc8\xeb\x92\x37\xd0\x5e\xbc\x06\x86\x81\xf6\xd8\xb5\x5a\x1f\x9e\xf4\x31\x67\xd3\xff\x97\x55\xf2\xd5\x70\x6d\xf8\xe7\xb1\xe3\x3d\x91\x70\x72\x52\x92\x87\x5e\x8d\x4c\xdf\xe4\x0d\xb8\x97\xa8\x65\xa2\x5d\x6d\x80\x33\xf1\x1b\x70\x2f\x72\x20\xf9\xf6\x95\x62\x55\xdd\x5b\x7e\x6a\xfd\x3f\x0f\x88\x5e\x9a\x4a\x1a\xf9\xce\x45\xf7\xfe\xa6\x7b\x3c\xdb\xde\x40\xbc\x29\x93\xda\x96\x3d\x77\xd2\xd4\x67\x20\xbe\x44\x0d\xaf\x23\x85\x9e\xe6\xc6\x67\xe9\xfb\x07\x68\x35\xc5\x19\x88\x2f\x5b\x13\xfc\x51\x3b\x7b\xee\x14\xd0\xff\x98\xf2\xfb\xe7\xb4\xf0\xda\x63\x4e\xaa\xa4\xee\x48\x55\x36\xe4\xce\xc9\x93\xe3\x9d\x70\xdd\x79\x54\xce\x46\xd1\x75\x27\xed\xd6\x7d\x11\x46\xcc\x7a\x26\xf3\x43\x67\x30\x9e\x37\xf0\x5e\x36\x28\xc6\x8f\x8f\x1f\x4a\x8b\xff\xf8\xaa\x70\xf5\xf5\x0c\xc4\x97\xac\x49\x00\x85\xb3\x5c\x74\x35\x7b\xde\xac\x69\xcb\xc0\xfb\x7d\x3a\x14\xce\xf2\xa3\xf3\x3e\x5f\xb4\x06\xba\x01\xf7\xf4\x68\xf1\x87\x3e\x2d\xe3\x55\xf5\x80\x76\x37\xd5\xa6\x4f\xe2\x47\xd3\x94\x01\xf7\xe5\xb1\x7b\x3d\x2a\x67\x79\xa9\xbd\x84\xfc\xf5\x7d\x9f\x4f\x04\x12\x44\xea\x0d\xbc\x97\xa2\xfe\xf5\x50\x97\x40\xd4\xc3\x3f\x28\x14\x26\xae\xfb\x7c\x89\xac\x95\xa7\x40\x9d\x8c\xb0\x7d\xf2\xcf\x9d\xa6\x27\x56\xb6\x87\xd0\xbc\xc8\x4c\x30\x74\xbd\x91\xcc\x4d\xfe\xf9\x48\xae\x35\xbd\x1e\xca\x33\x3f\xa7\xa6\x85\xe7\x17\xd5\x23\xed\x13\xb1\x79\x4e\xc7\xf5\xe9\x5f\x91\xb8\xd3\x22\x25\x69\xff\x8c\xbd\x4d\xab\x0c\x71\xf7\xae\x09\xce\x10\x77\xa9\x8e\x36\xbc\x1f\x89\x07\xae\x30\xff\x51\x9e\x41\x47\x91\x3c\x21\xef\xbe\xe9\x4b\xef\xc7\xfc\x29\x93\xe6\xbd\x3a\x06\x2f\xb1\x0d\x0f\xea\xae\x7a\x2b\x2f\x71\xa4\xa2\xa3\xdf\x8b\xd1\xf1\x50\xf8\xf7\x23\xbb\x5e\xda\x63\xdf\xaf\xca\x5c\x43\xa3\x3c\xc9\xa8\x9c\x10\x28\x10\xbb\xf3\x13\x95\x36\x2d\x8a\x54\x4c\xcb\x45\xed\xd1\x28\x6f\x32\xe3\xe6\x55\x63\xdc\xfa\x36\xf3\x8b\x1d\x69\x82\x37\xc4\x5d\x8e\xfd\x3f\x3f\xae\xa3\x42\xdf\x99\x64\x08\x6a\x34\x4e\x95\x0a\xf2\xcc\xf3\xe3\x38\x52\x4f\x33\xe4\x5d\xba\xbe\x3d\x12\x64\xe8\x5e\xfc\xc0\x81\x73\xed\xf3\x16\x26\x99\x82\xa7\xb5\xe8\x72\xab\x87\x2e\xe6\x24\xfd\x27\x62\xf3\x9f\x4e\xa6\x27\x05\x75\x3f\x9a\x7d\x0d\x75\x97\x3a\xf4\x1f\xc4\x1f\x45\xe7\x5e\x0f\x8b\xe5\x3d\xfd\xf3\x32\x61\xa0\x3c\x1d\x3b\x79\xd1\x0d\x34\x71\x51\x3c\xdd\xf1\xb0\x79\xd4\xc9\x1e\x01\xbe\x75\xad\xb5\x0d\xe8\xf6\x00\xf2\x28\x4b\x01\x40\xee\x64\x0d\x2c\x92\xeb\x64\x3d\x1e\x89\xf2\x29\xae\x9c\xe4\x4f\xe1\x74\x3b\x60\xdc\x43\x6f\x46\xa9\x74\xf2\xfb\xbe\x0e\x94\x99\x93\xdf\x70\xfa\x68\x31\xa3\x78\xfa\x00\xae\x4d\xf7\xc7\xcd\xe3\x01\xe0\x43\x43\x4b\x00\xbc\x24\x51\xd4\x26\x2f\x7a\x33\x2d\x1d\x06\xbe\xcb\xa3\xa9\xf9\x50\x9b\x85\x39\x35\x31\x42\x6d\xa6\x00\x9e\x27\x44\xfe\x44\xb5\xd2\x3e\xff\x83\xc7\xd4\xef\xaf\x58\x5e\x9f\x7f\x23\x4e\xa8\xc9\x71\x7f\x3a\xcd\x0c\xa9\xe0\x7e\xfb\x1b\x83\xbb\xfe\xc6\x69\x75\x79\x29\x40\x71\x56\x99\x4a\x83\x83\x1b\x85\x01\x1c\x0e\x00\x5f\x93\xec\xe0\x14\x08\x97\x3f\x4b\xff\x97\x63\x4d\xc8\x32\x0f\x0e\x31\xca\xa9\xad\x46\xaa\x62\x65\xeb\xfa\x57\xdf\xa6\xb6\xdd\x2a\x51\xa8\xb8\x53\x50\xd8\xdc\xbc\xc6\xda\x43\x7d\xc6\xb9\x3f\x08\x0c\xd7\x57\x30\x10\x5e\x5e\x3c\xd5\xc1\xdd\x2a\x51\x79\x74\x03\x21\xf3\xc4\x04\x17\xbc\xff\xfe\xe7\x6d\xf8\xf0\xb9\xfd\x12\x7b\x3e\x6e\x7f\xa7\x6b\x7c\xe1\x73\x06\x55\xf0\x97\xdb\x1f\xa9\xf8\x14\x3c\xce\xc6\xa5\xfb\xf0\xed\xf1\xc6\x07\xff\xe5\xb8\x63\xf6\x04\xe5\x7e\xe3\x92\x08\xfe\x8a\x90\x0a\xcf\x86\x43\x71\xd6\xe7\xdb\x79\x07\xe4\x80\xcb\xff\x1f\x0c\x79\x97\xa6\xb7\xea\x3f\xe9\x9a\xa0\xfb\x7f\x4e\x28\xc6\x55\xf8\xe8\xcd\xa6\x5a\x65\xe8\xbb\x28\xd6\x12\x0c\x7d\x17\x84\x9c\x52\x30\xf4\x5d\x56\xd5\x16\x2c\xbf\x38\x32\x42\xf8\x04\x1a\x2b\xad\x09\x97\xc3\x4a\x58\x3e\x7c\xd4\x66\x0b\x3c\x13\x0c\x81\x37\x68\xa6\x53\x08\xd7\xf9\xb4\xab\xae\x4a\xe8\x18\x04\x10\xc2\x6f\x4b\x3d\x84\xf7\x8f\x2d\x64\x7b\x40\xc1\x21\xdc\xd4\x81\xad\x1e\x2b\x14\x5e\xd7\x9c\x38\xa0\x42\xfc\x14\xdc\x40\xc4\x21\xe2\x84\xc2\x8a\x0f\xf1\x92\xa5\x40\x91\x9d\x02\x2a\x66\x1d\x47\x4c\x30\x14\x5e\xe4\x36\x0e\xa0\xf0\xa1\xef\x12\xaf\x10\xef\xcb\x42\x1f\x48\x0c\x47\x4a\x2a\x05\x74\xcc\x2b\xb3\x40\x30\x24\x5e\x64\x2a\x87\x78\xe3\x86\x8b\x50\x76\xa0\x42\x1a\xfe\xdc\x14\xe2\x55\x6e\x7b\x3b\xef\x25\x7e\xe9\x31\x51\xd7\x58\x44\x06\x78\xef\x11\xd6\xdf\xcd\xd5\x12\xe6\x19\xe6\x48\xa0\x42\x7a\xeb\x0b\x1b\x12\x8f\x72\x63\x86\x04\xab\xb3\xbe\x85\x78\xcb\x7e\xe6\xb2\xaa\x2b\x19\x22\x9b\x91\x27\x34\x24\x5e\x76\xe7\x7d\xa4\x5b\xc3\x32\xcf\x9d\x6c\xcc\x6f\x20\x42\x48\xd7\xb1\x6e\x7d\xf9\x1f\x97\x8d\x90\x2e\x77\xce\xd4\x23\xa5\xe7\x7b\x64\x06\x47\xfa\x00\xcc\x79\xd0\xf9\x41\x1a\x35\xe1\x52\xbb\xc1\xcf\x92\xc2\x89\xa6\xb3\x95\xbf\x61\xaf\x69\xef\x00\xf2\x36\x27\xee\xa9\x00\x65\x99\xd3\x67\x25\x77\x1c\x79\xf6\x14\x32\xe4\xd6\xc0\xef\xf0\xbb\x78\x3a\x85\x8c\x26\xab\x3a\x4f\x26\x6e\x70\xee\xfb\x22\x49\x48\x2b\x33\x1a\xb3\x84\x5a\x03\xaa\x63\x5e\x4f\x80\xea\x98\xd7\xf0\x2c\xbf\x7c\xe7\xdc\x93\xf0\xb7\x27\x28\x17\xa0\x20\xf3\x2c\x6b\x81\xf0\xf7\xc0\x39\x11\x0a\xd4\x6b\x84\x7f\x83\x81\xeb\x3d\x92\xfe\xfb\x34\x66\x8b\xce\x85\x7e\x4e\x9d\x1d\x62\xf2\x88\xfd\x15\xca\xfd\x94\x0b\x6c\x16\x20\x26\xf7\x81\x67\x2d\x1f\x69\xb5\x26\xeb\xf2\x09\x4e\x06\xb5\xfb\x17\xc1\x85\xae\xaa\xe7\xd6\x19\x1f\xa2\xd4\x7b\x01\x64\x3b\x4d\xd8\xd0\x96\x05\x7c\xb0\x81\x9c\xf1\x04\x90\x0e\x84\xbd\x03\x29\x01\xa1\xc2\xce\x89\x97\x38\x54\xf1\xb4\xd3\x29\x21\x27\x0f\xc4\x04\x02\xb4\x65\x31\xe9\xc8\x8b\xa4\x48\xd7\x4d\xa1\xa2\xab\xab\x29\xa7\xa2\xab\xab\x7e\x53\x9f\x6f\x3a\xd4\xd5\xb0\xd6\x4e\x7b\x2d\x2c\x18\xd4\x9b\x21\x28\x57\xb2\x43\x80\xa0\x7c\xe9\xbf\xe6\xbe\xa9\x84\x2b\x81\x9c\x9b\x26\x8f\x46\xb1\xbf\x06\x7e\xe3\x59\x35\x61\xfd\x26\x26\x4f\xa1\x51\x45\xaa\xbe\xd1\xae\x55\x8e\xc8\x6d\x0a\xed\xa6\x37\xbc\xe7\x18\xab\xcf\x69\x4b\xe7\x5f\x2e\xa7\x57\x3d\x55\x21\x6f\x70\x5d\x20\x51\x3c\xea\x7d\x90\x28\x1e\xc9\x68\x09\x86\x9a\x2b\x29\xaf\x29\xb4\x2b\xc1\xa2\x50\x66\x68\xd7\x79\x26\x47\x66\xe8\xd0\xd2\x69\x21\xed\x4c\xcd\x49\x5b\xdf\x38\x25\x11\x22\xf4\x1b\x1b\x41\xbe\x27\x85\xfe\x49\xef\xe8\x7b\x82\x9c\x15\xf9\x0b\x9d\xa5\x59\x26\x40\xff\x58\x86\x1f\x9d\xff\xa1\xc9\xc6\xf3\xf7\x4f\x87\x03\x57\x64\x50\x12\xf9\xd6\x19\x24\x91\xab\x9f\x11\x02\xef\x4e\x77\xfb\xd5\xbf\x19\xbb\x9d\x0c\x46\xcd\x5e\x9d\x6f\x0e\x3e\x09\xaa\x92\xb6\x8c\x42\xde\x9f\x50\xf4\x0f\x06\x1b\xb4\xc6\x50\x74\x4d\x64\x55\x05\x25\x93\x97\xa8\x34\xf9\x14\x06\x19\x9b\x49\x57\xe4\xdb\x93\xd5\x17\x06\x09\xab\xc4\x37\x82\xa1\xe8\x46\xf5\x76\x0a\x86\xa2\x6b\xc2\x9b\x11\x48\x22\x4f\xea\xc3\x24\x91\x47\x99\x64\xd2\x08\xd7\x28\x87\x80\x3c\xa9\xe7\x19\x7a\x4e\x5d\x4b\xe9\x2f\x02\xf2\xa6\xa3\xf7\x37\xa3\xf3\x84\xcf\x2f\xf6\x59\x5a\xf2\x7c\xe4\xdb\xed\x6f\x0e\xa8\x80\xd2\xd8\x83\xf7\x3e\x3c\xf7\x75\xbc\xfa\x00\x8a\x8e\x1b\xdb\x3a\x1d\x4c\xbc\xe4\x58\xea\xe1\xb9\xa1\xb2\xa9\x09\x12\x5e\xf2\xac\x29\x85\xbc\x73\xb9\x94\xc2\xa1\x35\x8b\x53\xd9\x3e\xe1\xb9\xa4\xd3\x4b\x4b\xc3\x83\x7f\x4d\x9f\xf4\xf9\xf2\xb3\x81\x51\x41\xdc\xe4\xb2\x8d\x08\x85\xcb\x85\x12\x1e\x4a\x9d\x34\x39\x43\x6b\x96\x01\xbf\xe1\x15\x43\x23\x2d\x39\x15\xd4\xf1\x5a\x29\x06\xce\xe3\xb1\xcb\x0e\xa5\x59\x3c\x69\x88\xe1\x95\x6e\xb4\xce\xa7\x2b\x00\x50\xc3\xcb\x33\xeb\x0d\x51\x39\x9d\xb5\xf4\x50\x39\x5d\x9c\xee\x42\xc1\xbc\x3e\x3e\x61\xf0\x22\xcb\xdc\x00\x79\x55\x90\x3f\x40\x30\x5e\x8a\xb6\x2c\xd7\x3e\xc8\x0a\x38\x95\xd3\xed\x84\xa8\xc3\xa4\xc2\x16\x24\x17\x50\x1b\xf3\xc4\x7b\xc2\x04\x91\xc8\x86\x3a\xe1\xef\x71\x42\x7e\x61\x5e\xfa\xb6\xa9\xaf\x46\x3e\x7a\x91\xb5\x3b\xa9\x28\x1e\xba\x93\x3d\x6b\xd1\x70\x37\x20\x5e\x8b\x96\xe7\xf9\x59\xa2\xb2\x67\x26\x64\x17\x5a\xf2\x0e\xa1\x78\x12\x6f\x4a\x0a\xa7\x82\xfa\xc7\x3a\xd2\x9e\x1b\x07\xa3\x78\x27\x05\x72\xd3\xab\xfa\x10\xb9\xe9\x55\xd3\xc1\x42\x1f\x5a\xcb\xc7\xc2\x49\x38\xb8\xb7\xa8\xcb\x4c\x5f\x5a\xff\x93\x9c\x2d\xa4\xb6\xae\x23\xe2\xf4\x2d\xb4\xc1\xeb\x39\xff\xc6\x09\x26\x9e\xe6\xb0\xea\xb7\x47\xd7\xf8\x78\x9b\xb4\x88\x53\x51\x5d\xb7\xce\xf8\x9d\xbc\x1a\xa4\x34\xf6\xd2\x3f\x17\x35\x41\xe7\x6e\x68\x8d\xc8\x66\x47\x1b\xbc\xe9\x7b\x1b\xf2\xee\xe7\x0b\x50\x4d\xdd\x35\xe1\x1f\x4d\xf0\x3c\x27\x69\x07\xc1\x50\x77\x6d\x1a\x41\x24\xa4\x77\x02\xa3\x81\x84\xf4\x06\xea\x0e\xfb\xb2\x02\x2c\xa1\x33\x43\xde\x6d\x13\xec\x0d\x24\xa5\xb7\xa6\x73\xdb\xc1\x51\xe7\xcb\xa0\x2e\xd6\xc9\xcb\x09\x1b\x9a\x36\xa1\x3a\x50\x77\x57\xbf\x37\xd4\x5d\x29\xbf\x4c\xe1\x84\xbc\xcb\x7c\xb5\x78\x93\x98\xde\xd5\x2b\xf6\xc7\x18\xcb\x44\x1f\x49\x4e\x47\xd5\x2c\x45\xc2\xde\x24\xc4\xa7\x48\x72\x3a\xc5\x86\x29\x9e\xb0\xf7\x2b\xde\xb0\x14\x1d\xfa\x12\xc4\xd8\xa2\x21\xee\xda\x5f\xfd\xf7\x79\x1a\x30\x0c\x22\x49\xea\xdd\x8a\xca\x52\x74\xbf\xd8\x01\x52\x24\xdc\x9d\xc1\x85\xd1\x8d\x3f\xfe\xfb\xb4\x04\x30\xa0\xa2\xbb\x24\x27\xd3\xeb\x8c\x79\x7b\x3b\xa6\x42\x74\x64\x36\x31\x6e\xe3\x41\xdc\xcf\x7c\xd5\x3e\x43\xdc\xb1\x93\xe5\x18\xfd\xd5\x8c\x86\xfc\x3c\x45\x43\xdc\x6d\x25\x1d\x7d\xa9\x09\x91\xab\x4a\xd1\x7f\x55\xe5\xa0\xe9\xf8\x4b\x42\xec\x1f\x97\x86\x28\xce\xf1\xe2\xe6\x6b\x75\x9a\x29\x22\x21\x5e\xc9\x7d\x8e\x07\x88\x3f\xf3\x8d\xba\x99\x39\x9f\x06\x5d\x2d\x1a\x10\x4f\x75\xea\xb6\x97\xae\x4c\x91\x8c\xe8\x2f\x3f\x08\x95\x96\x29\x7e\x3c\xe3\x48\xf7\xa7\x08\xcf\x78\x9a\x3a\xe3\x57\xc2\x1b\x2f\x24\x5c\xde\x1b\x61\x95\x18\x2e\x07\xcc\xab\x3b\x8b\xba\xac\x2c\x71\xa3\xa4\x08\x20\x4f\xd8\x27\x31\x20\xa8\x09\x16\x89\xe1\x4b\x7c\x03\x2d\xc4\xf0\xdb\x77\x1e\xc3\x4d\x7c\x43\x27\x2e\xc5\xf0\xbd\x07\x75\x48\x01\xf2\x72\x08\x9d\x53\x54\x58\xfc\xc7\x96\x9f\x6a\xc3\xf3\xc7\x55\xbf\xae\xa2\x4f\xa9\x3c\xf6\x52\x44\x23\x9d\xe2\x01\xe7\x6e\x2a\xac\x1f\x0d\x9c\x27\x4d\x35\x51\xc0\x3c\x47\xb1\x74\xa6\x18\xfd\xd7\x9d\x78\xc3\x11\x36\xc3\x47\x5b\x90\x68\x14\x1d\x7d\xbb\xca\x3c\x57\x34\xa0\x0a\xe1\x59\x8a\xe4\xb3\x67\x47\xfb\x8e\xb4\x78\x92\xd4\x7d\x8a\x87\xc2\x2c\xcf\xad\xc1\x13\x7f\x67\x07\xc5\x03\xd0\x9f\x03\x6d\xa3\xaa\xb7\x59\x92\x23\xe4\xe2\x4d\x43\xe5\xa8\x91\xed\x93\xc8\x17\x01\xe7\x4a\xea\x8c\x71\xff\xbe\x36\xe0\x3c\xa9\x0f\x24\x12\x1f\x89\x3a\xc4\x14\xfe\x38\xf2\xc6\xc8\x36\xd3\x70\x4c\xe9\x8f\xff\xed\x99\x3b\x96\x6a\x54\xee\x7a\x59\x73\x82\x14\x63\xba\x3a\xca\x70\xa9\xa6\x78\x48\xc5\xfb\x54\xec\x26\xa6\x4b\xef\x25\x7f\x76\x4c\x8a\x17\xe9\x8c\x6f\x19\x24\x09\x31\xa6\x5f\x7c\x48\x6a\xb5\x39\x66\x14\x2e\x8e\x69\xfd\xd1\xc6\x0f\xd5\x51\xcb\x12\xf3\xad\x61\xd8\x44\x30\x62\xf6\xbf\xcf\x30\x84\x9e\x1a\x1e\xf2\x28\x74\x9e\xdc\xc9\x38\x8a\xd0\x9b\xc1\xf7\x9f\x62\x86\x58\x1b\x7f\x79\xcc\x37\x56\x26\x8b\x3e\xfe\x81\xd0\xa3\xaa\xbb\xb3\x3f\x91\x91\x98\xbf\x5a\x86\xad\xf6\x8d\x63\xb0\xc8\xf9\x12\xf3\x9d\x2e\xef\x33\xbc\x7f\x5c\xd5\xb2\xe1\x72\x55\xfb\xfe\x78\x7e\x43\xf3\x29\x82\x71\x63\xf9\xed\x90\x8d\x86\xe4\xd3\x50\x4f\x28\x37\x06\x43\xa9\x5d\x8a\xe5\xc6\x0a\x65\x82\x44\x12\xda\xfd\xd0\xd5\xa8\xe1\xc0\xac\x8a\xe5\x52\x56\xca\x11\x1d\x0b\x65\x87\x6a\x57\x41\x57\x84\xfc\xca\x58\xae\x43\x16\xc5\xf5\x14\x0d\xd1\xb7\xf9\xd2\x0b\x0c\xd1\x67\x99\x55\x91\x90\x79\xd2\x4c\x56\x90\x1e\xd2\xd7\xff\x23\x81\x3d\x1e\x14\xdf\x27\x15\xcc\x29\xd6\x8f\xef\x8b\xd4\x90\x58\x2f\xd2\x59\x60\xc7\x58\xc5\xdc\xea\xe7\xc4\xf4\x8b\xf5\x77\xb1\x42\xac\xe9\xbe\x09\x7d\x37\x85\xce\xd3\x9a\x53\xf3\x05\x09\xed\xbd\x6b\xab\x12\xfd\xe0\x4d\xd6\x4b\x6b\xa7\x14\xf1\x58\x29\xbb\xac\x7f\x21\xc3\x4e\xb1\xaa\x3b\x54\x29\x7b\xa5\x28\xe0\x9f\xda\x7c\x35\x9d\xd4\x3f\xba\x43\x9d\x7f\x6c\xad\x3b\xb1\x69\x2a\x3b\xa1\xf3\x3c\x37\xb6\x5e\x6c\xc8\x90\xe0\xb9\x8e\x80\x7f\xf9\xf9\x62\xbb\xd6\xff\xc2\x0b\x17\x15\x3a\xaf\xe1\x0e\xd9\x3f\x9c\x00\xb1\x7d\xfc\x49\x80\xba\xd8\xbe\x10\x72\xd3\x35\x2e\xa9\xf3\xc2\x57\x1a\x95\xfb\xfe\xf3\xe1\xb2\x8e\xb9\x08\x08\xba\xb0\x14\xdb\x47\x2f\xa5\x85\xb5\x7d\x96\x84\x96\xd2\x4f\x6e\x7c\xc9\x1e\x6a\xf3\x9b\xc6\xe8\x7c\xed\x7b\x27\xe0\x89\xd8\xe0\x1b\x22\x9c\x1a\x0f\x5d\x5a\xba\x6f\xb8\x5f\x1e\x1e\x68\x99\x53\xec\x9f\x36\xed\xd4\x9e\x8b\x08\x27\xa5\x3a\xf1\x54\x96\xff\x3c\x01\xed\x85\x03\x3d\x6b\x00\xf5\x3f\x96\xcb\x5f\x32\xe4\x99\x76\x52\x5d\xee\xb1\xd8\x63\xff\x63\x89\x20\x37\xde\x6b\xd1\x34\xc7\x40\x5a\x1a\x5c\x9d\x58\x55\xd3\xd3\xfc\xd1\x1f\x08\xab\x27\x6a\x17\x22\x95\xe5\x1e\xab\x34\x92\x13\xbf\x64\x93\x91\x13\x1f\x70\x45\x45\x72\xe2\x03\xce\xb4\x38\x44\xec\xc1\x73\x2a\x27\xde\xea\x58\xb8\xe7\xa0\xda\x1a\x70\x1e\xa1\x4c\x8b\x1a\x28\x50\xa6\xa1\xa8\x95\xe2\xf8\xc3\x6a\x14\x65\x5a\xd4\x7f\x7f\x58\x8d\x03\x5a\xbc\xa9\x3b\x40\x04\x21\x73\x67\x88\x28\x81\xaf\x39\xfe\x98\x12\x08\xa5\xc3\xa8\x94\xe2\xf3\x7d\x5b\x92\x10\xe2\xf3\xc7\xf4\xff\x5c\xf6\xd2\x63\x7e\x3c\x7f\x4c\x05\xcf\x9d\x0a\xce\xdb\x7e\xf2\x1f\xff\xff\xf1\x4d\x1f\xf4\x44\x70\x7c\xc4\x87\xe4\x48\xd0\x4f\x7c\xc8\x06\xd4\x22\xfe\xa8\xf2\x9a\x2f\x61\xc8\x3e\x36\x19\x8b\xd0\xa6\xc1\x1e\x94\x22\x09\xee\xeb\xd1\x1d\xe0\x09\xf3\x7a\x3a\x0b\xc1\x7a\xdd\x8f\xca\xf2\x20\x8b\x99\xca\xf2\xa8\x3e\x4e\x65\x79\xc2\x5d\x1a\x5f\xcc\x3c\x62\x0b\xf1\x65\x9a\x27\x3d\x22\x1a\x9a\x6f\x1e\x64\x13\x5f\xa8\x1c\xd5\x7f\x08\xb3\x37\xa7\x3b\x34\xa8\xe0\x99\x47\x40\xf3\x10\xa7\xa7\x08\x9a\x0f\x1a\xc9\xef\x75\xd8\x42\xcc\x9d\x22\x88\x3e\x6a\xcc\x82\xe8\x55\x55\x15\x5f\x3c\x17\x53\xd7\xb5\xb1\xba\xb5\x50\xcc\x5f\xa6\x1c\x6f\xd2\x10\x7d\xdc\x32\x85\xe6\x1f\x26\x8d\x21\xfa\x8a\xc4\x52\x8a\x70\xa1\x15\x1c\x46\xd1\x90\xbc\x15\x67\xd8\x16\x6c\xac\x6a\x8f\x21\xf9\x44\xc5\x75\x8a\x20\x79\x45\x62\xa2\xaa\xca\xc9\x01\x8c\x54\x95\x2b\x29\x20\x4e\xc8\x3d\xf4\xb6\x26\xb1\x34\x6a\x7f\xe2\x9c\xff\x3f\xd1\x85\x81\xfa\x16\xc8\x76\x8f\x06\xea\x73\xd3\xf0\xa1\xe0\xbc\x68\x6a\x5f\x68\xaa\x02\xd1\xe3\x82\xf4\x42\x53\x2e\x05\xe7\x1d\x6f\x5d\x5c\x7f\x4c\xd9\x14\x9b\x0f\xf2\x52\xe2\xfa\xa3\x0b\x53\x6c\x8e\x5e\x53\x8a\xeb\xae\x64\x88\x74\xa7\x48\xc1\x39\x5a\x4d\x29\x1e\xc9\xf0\x9f\x65\x51\xad\x80\xd5\x51\x53\x9a\x01\xf9\xee\xf5\xca\x17\xb2\xd9\x4e\xff\x59\xa2\x5f\xf7\xfa\xef\x0f\xab\x75\xff\x61\xb9\x6c\xf8\x5b\x34\x20\xa0\x44\x3b\x96\x83\x81\xf8\x3e\xf5\xca\x37\xdc\x26\x7a\x23\x06\xe2\xd3\xd4\x87\xdb\x7f\x3c\xe7\xc6\x17\x2f\x4b\x69\x23\x21\xa2\x29\x02\xf0\xee\xf4\xc4\x1b\x9f\x2c\x91\x8c\xb8\xff\x40\x27\x02\xef\x5a\x00\x0c\xbc\x37\xa5\xbb\xc5\x3f\x72\xd5\xa3\x01\xf7\xde\xe9\xe2\xc9\xec\x34\xe7\xb0\x31\x93\xd9\x69\xc1\x13\xa7\x48\x66\xa7\x05\x07\x44\x4f\x2f\x5b\x3c\x51\xb2\x61\xfc\x6d\x45\x3b\x8f\xe4\xe3\x64\xc3\xf8\xfb\x2f\xff\xb1\xf5\xf3\x7c\x61\x35\x1d\x79\xeb\x7e\x15\x7a\x4e\x0c\x32\x8f\xef\x3a\xcd\x9b\x55\xae\x4a\xf6\x34\x2f\xbc\xd6\xe2\x9c\x66\xfa\xf6\x3c\xec\xb9\xe9\xd2\x8a\xa8\x24\x1b\x54\x11\xde\x80\x94\x4e\xae\x8a\x3b\xcb\x63\x92\x8b\xcb\xda\xb1\xd8\x63\xbd\x20\x33\x11\xa6\x85\x18\x14\x8e\x92\xb4\x6e\x42\x01\xa2\x9e\x29\xfd\x62\xe0\xaf\x3a\x03\x4a\x90\xac\xff\xbf\x36\xb2\xe4\x25\xb1\xef\x63\x72\x24\x92\x47\x20\x61\x49\xc9\x7a\x7e\xcc\xa4\xfa\x26\xaa\x39\x14\xc9\x48\xe8\xe2\xed\x73\x5d\x84\x80\x4c\x7e\xc6\x24\xea\x7e\x26\x6f\x10\x42\x5a\xe4\xf6\x61\xb9\x27\x12\x47\x32\x09\x16\x69\xc1\x58\x54\x75\xe4\xc6\xf0\xe2\x3f\x12\x46\x14\xbd\x48\x30\xed\x23\x03\x94\x12\x6e\xab\x80\x63\x24\x41\x02\xb8\x82\xfe\xb3\x49\x2d\xe0\xc3\x4f\xfb\x06\xcd\x85\x84\x13\x2c\xfb\xa8\x4f\xa4\xb4\x71\xe1\x44\x5d\x09\xea\x93\xad\x23\xe1\x1b\x66\x11\x4f\xfb\xe2\x12\xb4\x0a\x52\xb2\x9e\x1f\x93\xde\xfd\xbe\xb4\xcb\x3b\xe9\x6a\xd6\xfb\x9d\xbe\xd6\x86\xc3\x54\x3d\xee\xb8\xad\xba\x14\xa4\x53\x76\xb7\xce\x1e\xe5\xb2\x94\x21\x04\x8c\xf8\x40\xb2\xb9\xae\x5a\xc3\x93\x90\x1d\xb3\xd9\xab\x23\xd3\x41\x91\x32\x72\xb3\xb9\xae\xda\x83\x81\x9a\x21\x03\x9c\x5e\x57\xb2\x91\x9e\x70\x8b\x67\x73\x5b\xf5\x4c\x7f\xc9\xe6\xb6\xea\x99\x04\x83\x6c\x6e\xab\x9e\x97\xfe\x7b\xae\x83\xdd\xe9\x7f\x9b\xcd\x54\x5f\x95\x21\x01\x6c\x55\xd7\xb5\xd9\xac\xfd\x8d\x4c\x23\x65\xb8\x01\x1b\x19\x38\x19\x6e\x40\xe5\x27\x67\x79\xb1\x4a\x99\xc8\x92\xa7\x0c\x3f\xe0\x0b\x14\xca\xe6\xc5\xea\x8b\x62\xa5\xec\x99\xec\xe8\x86\x19\x7e\x40\x24\xef\x53\x36\x17\xd5\xee\xc6\x71\x93\x32\x45\x1b\xaa\x59\xc8\xc7\x3d\xe5\x4e\x41\x7d\x26\x4f\xa4\xe8\x85\x79\xd2\x57\xcf\xd1\xa4\x70\x52\x8b\x9b\xcd\x35\x15\x44\x5b\x90\xcd\xc9\x14\x54\xb4\x97\xcd\x79\x14\x56\xe7\x85\x98\xf3\x28\x2c\xc0\x61\x36\xe7\x51\xd0\x9a\x9d\xcd\x71\x14\xe4\x8c\xc9\xe6\x38\x0a\xaa\x14\xce\x81\xa9\x6a\xe8\xbc\xce\x16\x6f\xcb\x9c\x45\x01\x86\xce\x94\xcd\x51\x14\xd6\xa3\x23\x69\xd9\xa3\x23\xa7\x6d\x31\xd1\xe4\x48\x3b\x81\x7f\x39\xd2\x4e\x7d\x81\x78\xf9\xa0\x36\xd3\x71\x8e\x97\xf0\x78\x12\xe8\xce\xd4\x40\x64\xa7\xab\xe9\x6d\xf2\xb6\xa0\xe4\x53\x2d\x68\x46\x62\x5e\xf9\x0e\x19\x4a\x3e\x25\x03\xe4\x78\x45\x43\x61\xad\x4c\x99\xfa\x07\xf8\x6a\x52\x36\xc7\x4e\x52\x45\x4b\xc6\xa9\xb3\x87\xb6\xb0\xdc\x41\x58\x99\xda\x07\x91\x8e\x64\x9c\x3a\x7e\xe9\x3f\x2c\x77\xa0\x74\x16\x25\x9f\xae\x42\xdd\x43\x64\xf8\xe7\x44\xa5\xb2\xda\x4a\xdd\x43\x9c\x3a\x0f\xab\x7d\xea\x3c\x48\xbb\x09\x8d\x66\xea\x1e\x1a\x49\x11\x59\x7c\xf4\x4e\x77\x7f\xd8\xe2\xcb\x42\x42\xa0\x24\xec\x0c\x09\x81\xfc\xed\x99\x5a\x87\x07\xe7\x43\x86\x64\x00\x21\x24\x2b\x40\xb5\x52\x2a\xfd\x17\xc9\xef\xa7\xd5\x99\x64\x5e\x16\xe7\x6c\x0e\x99\xa2\xea\xe6\x0c\x93\x40\x53\x5b\x50\x77\x43\xed\x23\xe5\x8c\x94\x8a\x9e\x36\x4b\xe9\x8c\x37\x88\x0c\xbc\xa6\xe9\x4c\x2a\x85\xaa\x74\x32\xaa\x6e\xa7\x3f\x9a\xf3\xa5\xae\x47\xed\x34\x4b\x55\x6e\xbe\x4c\x2a\xc5\xe9\x65\xb6\xa8\x57\x25\x5a\x66\xd2\x28\x36\x0e\x82\x4c\x1a\xc5\xd6\x08\x2b\xa8\xa0\xb1\x2c\x64\x9c\x2e\xe1\x5c\x05\xa6\x04\x8d\xea\x82\x4e\xc6\xab\xab\x98\xa9\xf6\xa8\xc7\x17\x64\x92\xf4\x8d\x0a\x5c\x4e\x45\xff\x11\x4a\x25\xaa\x95\xd1\x6e\x97\x03\x2a\x93\x16\xa1\x14\xcf\x5c\x48\xea\xc4\xd5\x9a\x49\x89\x18\x84\xcc\x33\x29\x11\x0d\xff\x79\x36\x27\x4a\x3b\x6f\x10\x25\xb7\x89\x1b\x2d\x9b\x03\xa5\xb9\xad\xab\x68\x3c\x85\x39\x09\xa5\x67\x08\xe2\x1d\x91\xb0\x4c\x5a\xc4\x79\x8b\xe6\x3c\x49\x32\x33\x72\x65\x3c\x9d\x16\xd8\x78\x52\x44\x26\x57\xaa\xa4\x59\xb0\xf3\x61\x02\xa8\x92\x03\x4a\x59\xf5\x06\xf9\x9d\xaf\xd3\x31\x8b\xf3\x79\xd3\xf5\x2b\x1d\x8d\x7f\xab\x68\xce\x38\x4d\xb2\x56\x20\x9c\x26\x62\xef\xc9\xb0\xed\x05\x35\x84\x8c\x89\xec\x69\xb2\x39\x4b\x92\xb2\x43\xb2\x39\x4b\xfa\x60\x5d\xcf\xe6\x28\xe9\x03\xc8\x94\x11\x7d\xdb\x5d\xe7\x51\x6e\xa2\x09\xfa\x38\x47\xfc\x7c\xcf\xb9\xb7\x9c\x6c\x6a\x92\x6b\x1f\x0f\x10\x35\x10\xf9\x70\xc9\x8f\xb9\xb4\x66\x35\x89\xf8\xd1\xb5\x45\x14\xd0\x74\xf4\x66\x8b\x3b\x9a\x53\x24\x21\xaa\x97\xb2\x39\x44\xd2\x22\xa5\x2f\x77\xf8\x6f\xd4\x7d\x3b\xbc\x2f\x58\x3c\xd9\x9c\x20\x09\x39\xc7\x94\x3b\x24\x10\xd8\xce\x19\x72\x00\x07\xac\xca\xe6\x00\x89\xa9\xea\x48\x03\x93\x49\x0b\x84\xe4\xda\x9d\xb6\x70\x7e\x4c\xdd\x1d\x9e\x13\x75\xdf\x2e\xb0\xcc\x5b\x83\x18\x40\x10\x38\x77\x4a\xc8\x82\xda\xb9\xf9\x82\x6c\xe1\xfc\x88\x9a\xf2\x07\x9a\x00\xb2\x44\x70\x7e\x44\x30\x4e\x1e\x4a\x54\xa5\xd5\xf0\xc5\xab\x96\x20\xcb\xf1\x41\xf2\x61\x86\x08\x00\x56\xd3\x94\xc5\x15\xdf\x75\x1e\xc4\x07\x43\x5b\xf6\x7c\xf2\xca\x67\x8a\xff\xd3\xa3\xb6\xd8\xf3\x25\x7d\x43\x15\xff\x03\x9b\x33\x8e\x8f\x0c\xa8\xcf\x2a\xfe\x3f\x2d\xa3\xf8\x5f\xcb\xc7\x43\x7f\xed\xda\xe2\xf9\xf4\x76\x1f\x2a\xa0\xf5\x6d\x1f\x34\x0f\x00\xd0\xf9\xe1\xf9\x5e\x1d\x29\x7b\x72\xcf\xa9\x25\xdf\x1c\x1e\xc6\xee\x62\x5b\xb7\xda\xfd\xdd\xfa\xff\x63\x34\xd5\x64\xf0\x5c\x9f\xbf\xbc\xa9\xf9\xf9\x7c\xde\xa7\x45\xcf\x17\x01\xe1\xbb\x3e\xef\xe7\xb8\x51\xcb\x6e\xb9\x9c\x72\xdd\xf3\x73\x79\x7c\x94\x7e\x9a\x9f\x2f\x0e\x46\x8c\x2a\x9b\x53\xc4\x28\x04\x6c\xeb\x57\xdc\x87\xb7\x4d\xe5\x7f\xc1\x3e\xce\x22\x8b\x37\x72\x3a\xae\xf8\x29\xb8\xa1\xa1\x9c\xf2\xfb\xe9\x21\x68\x92\x56\x3d\x42\x1a\x27\x39\x24\x1f\x16\x80\x31\x67\xd4\x7d\xa8\x86\xdf\x6a\x47\x3f\x71\x8e\xb9\x74\xc6\xe7\xec\x6c\xba\xcf\x17\x07\x20\xba\x90\xdf\x1b\x0b\x39\xc6\x12\x8c\x00\x72\x38\xe4\x77\x7d\xad\xa7\xf7\xbc\xdf\xfb\xc0\x13\x90\xa7\xfb\x8c\x1b\x5a\x3f\x3f\x6d\x08\xbd\xfb\x8f\xa2\x4f\xa4\x2a\x59\xa9\x11\x29\x5c\x23\xe9\xe0\xbf\x28\xf5\xb8\x94\xe7\xaf\xf7\xc2\xdd\xe7\x65\x81\x98\x32\x96\x0c\x03\x46\xf8\xff\x53\x9e\x5f\xd8\x5c\x5f\x8b\x7a\x85\x24\x83\x61\xde\x77\xb2\x87\xce\xff\xb8\x9e\xd4\xdf\xe6\x2f\xe7\x2e\x7d\x69\x7e\x7a\x18\xea\xfd\xeb\x8b\x85\x92\x1a\x90\xd7\x95\x31\xda\xd4\x65\xe4\x05\x09\x08\xe9\x1a\x19\xef\x49\x90\x69\xbd\x20\xaa\xd6\xf8\x5c\x1f\x89\xfe\xdf\xc8\xaa\x53\x36\x88\xd9\x5f\xc0\x7c\x5e\x12\xb7\xd4\xd6\x0d\x8f\xce\xa5\x66\x99\x73\xc5\x2d\x35\x42\x15\xd2\xda\xba\xe2\x6e\x53\xd3\x0d\x6c\x7e\x5e\xf6\x94\x41\xcd\x58\x09\x22\xe5\xf5\x85\x44\x35\x15\x93\x29\xe1\x75\xef\xfd\x85\x49\x00\xae\x79\x7f\xdd\x40\x70\x67\x7f\xdd\x40\x43\x70\xc7\xef\x2c\x3a\xc6\xfe\xb2\x81\xb4\x38\xc0\x43\x5f\x08\xbe\xe4\x7d\xc3\x44\x08\xb0\xa7\x8c\xd0\x5b\x19\xba\xc7\xed\x02\xe8\x5d\xa5\x7c\x6a\x16\xd2\x1d\xa2\xfb\x1b\x1a\x42\x45\xfb\xf9\x5a\xc6\x27\xde\xbf\xa6\x0b\xed\x99\x5f\x47\xd7\x9e\xfb\x4e\x96\xec\xd3\x7d\xab\x8a\xd5\x79\x8a\xfb\xde\x0b\xde\xee\xa2\x3a\x86\x1c\x4f\x5d\x6b\x71\x57\x52\x44\xb9\xfc\x85\x5a\x86\x91\xb5\x05\xe1\x07\xd6\x79\x39\xb5\x08\x51\xa2\x7a\xa9\x9c\x5a\x84\x39\x57\xd7\x19\x37\x05\x60\x61\xf7\x94\x2f\x43\x42\xef\xa5\xb8\xf9\xb5\xec\x61\xcf\xba\x93\x08\x21\xfa\xe2\x44\x88\x60\xd3\x41\xf1\xbf\x52\x00\x0a\x7b\x2e\x95\x9d\xca\x20\x8b\xff\x32\x81\xb0\xf5\x8b\x32\x25\x8c\x1f\x97\xb6\xfc\xaa\x4b\x20\xb0\x5b\xfc\x25\x47\x90\xc3\xa2\xf8\x4f\x5b\x9b\xbe\x52\xfc\x25\x0f\x56\x7e\x7f\x81\x2c\xa0\x61\xe0\x14\x2f\x72\x76\xdd\x15\x6d\x6d\xaf\xab\xa9\xaf\xe7\xa9\x34\xd4\x42\x5d\xc2\x03\xdc\x2f\x1e\x42\x90\x73\xee\x22\x84\xab\x27\x32\x33\xe6\xc1\x3d\x52\x82\x58\x82\x69\x13\xca\x6d\x7d\x69\x0b\x6c\x0d\x9a\x2e\x70\xd3\x3f\x4c\xb5\xe5\x28\xb6\x95\x53\x39\x50\x4e\xfa\xc3\x7b\x26\xb3\x62\x28\x36\x6b\x4a\x2f\x01\xf7\x11\x09\x1b\x05\x26\x80\x82\x59\x52\xc4\x04\x80\x81\x58\xa8\x41\x50\xaf\x2c\x86\x62\x23\x8a\xe4\xa9\x18\x8a\x8d\xcd\xa9\x4d\xf6\x9c\xa7\x97\x41\x44\x0f\xa1\x65\x2a\x96\xe2\x10\x1b\x31\xbd\x82\x6e\xfa\x26\xff\xa6\x40\xd3\xb7\xa9\xfb\x28\x91\x52\x58\x22\x6f\x85\xd4\x86\x4e\xcc\xa5\x50\xf9\xdf\x49\xa4\x28\x91\x12\x58\x4c\x81\x02\xea\xf5\x7a\xda\x88\x6e\xf4\xd2\x1d\x08\xef\xea\xf9\xa8\x37\xf0\x8f\xce\xa3\x2a\xf8\xd5\x1d\xec\xf9\xfa\xa3\xbb\xe3\x1e\xd3\xd7\x41\x27\x3d\x9c\x6b\x12\xdb\xd8\x3a\x92\x38\x0e\xf9\x58\x25\xa9\xbc\x8c\x27\xa2\xc6\x20\x82\x75\x4a\x52\xc9\x2b\xdf\x81\x1a\x83\xc4\x08\x2f\x09\xd6\xdc\xa4\xff\xec\xf9\x12\xcb\x53\x81\x84\x5e\xf9\x78\x25\x11\xc2\xed\x3a\xaf\x81\x32\x19\x37\x89\xf4\x1d\x8d\x07\x52\x16\xf2\xd6\x79\xe2\xa9\x52\xcb\x28\x71\x55\x2f\x30\xc4\x5b\x4a\x0f\x7f\x59\x26\x0a\x8c\x7c\x4f\xd0\x69\x06\xc2\x2a\x39\x13\xc5\x32\x18\x22\xaa\x9d\xa9\x64\x04\xe8\xd4\x25\x32\x55\x75\xa4\xed\x15\x80\x72\x23\xc9\xb3\x00\x94\x95\xa2\x56\x0c\x28\xc7\xa7\xea\x2a\x85\x2d\x5e\xae\x01\xe5\xf8\x68\x5a\x01\x28\x77\x26\xf0\x62\x40\xb9\x20\xcd\x98\x0a\x40\x39\x50\xdc\x51\x32\x89\x6c\x45\x77\x20\x3f\x59\xaf\x53\x7c\xf4\x78\xdd\x4a\xa6\x72\x70\xea\x89\xac\xeb\x3e\xb8\x4c\x0a\x4a\x6b\x03\x98\x5e\x28\xe6\x1f\x1a\x74\x14\xf3\x0f\xb5\x13\x3e\xfa\x41\x5a\x6a\xa1\x98\xff\x61\xb1\x2c\x85\x32\x39\x4d\x2e\x85\xe7\xd3\x67\x20\x33\x41\x8c\x33\xc5\x80\x72\x19\x9a\x56\xa1\xd8\x1b\x53\xf7\xb3\x4f\x3b\x00\x90\xa5\x50\x1e\xd7\x74\x77\xca\xe3\x5e\x6d\x4d\xca\xd3\x78\xd7\x45\xe5\x61\xba\x26\x9e\x5d\x6c\xb4\x52\x11\x10\xc4\x4b\x5e\x2a\xe5\x50\x78\x49\x0b\x74\x7a\x13\xb7\x40\xa1\x78\x5f\xc9\x79\x85\xe2\xfd\xa9\xbb\x43\xa7\x27\xa2\x92\x62\x00\xba\x9c\x89\x81\xa2\xfd\xa9\xa1\x52\x71\x48\x11\x68\x2c\x70\xd1\x23\x23\x94\x0a\x05\xfb\x22\x4e\x28\xc8\xa1\xcb\xcd\x52\x0e\x80\x0e\x53\xb1\x95\x62\x00\xba\xc8\x3f\x5e\xa8\xc8\x5f\x1a\x74\x55\x4c\xa1\x3c\xa3\xb8\xe8\xf1\xa3\x96\x46\x99\x0f\x28\xb3\xa0\xa2\xb6\xa3\xb6\x28\xf1\xc1\xc1\x50\xda\x2d\xeb\x53\xda\x5e\xa1\xd2\x7e\xeb\xa9\xa9\xb4\xdf\xb8\x38\x0a\xf4\x78\xb3\xe8\x9e\x08\x03\xea\x9d\x53\x2b\x70\xa6\x20\xe8\xf1\xc4\xa1\x59\x1a\xf5\x2f\x4d\xe7\x99\xc3\xc3\x69\x0a\x22\x15\x40\x31\xa2\x42\x8d\x80\xd3\x42\x4f\x8d\x80\xd3\xb2\x6e\xa8\xb7\x3a\xb0\x47\x81\x54\xde\xe9\x89\xfb\x8d\x34\x9c\x29\xd8\x90\x6f\x12\x5d\x5f\xa1\x36\x00\x5d\xb9\x54\x3e\x5a\xbc\xb3\xe8\x82\x7e\x51\xda\x4b\xa5\xf3\x9c\xd8\xbc\xa5\xdf\x94\x90\x57\x63\x44\xd4\x78\x55\xff\x23\xdb\xa2\x11\xd3\xa1\x87\xd3\x32\x46\x4d\x80\x38\xa7\x8a\x21\x60\x73\xa6\xff\x6c\x8d\x1b\x4a\x55\x52\x6b\x39\x35\x01\xe1\x90\xdd\x95\x53\x59\x3f\xe6\xc6\x69\x52\x86\x58\x5e\x69\xe9\xa1\xc7\x7b\xe6\x52\xcf\x1c\x5f\xc9\xa2\x46\xd8\xf8\x48\x26\xf4\x3d\xa8\x0f\xa8\x1a\xd5\x90\xcc\x9f\x37\x45\x7d\x40\x95\x11\x31\x48\x9c\xd5\x97\x1b\x9f\xbe\x73\xd3\xdd\x5e\x18\xa6\xf9\x96\xe3\x66\x49\xca\x74\x2c\x86\x90\x53\x0f\x3a\xff\x3a\x7c\x44\x2d\x54\x94\x1e\x50\xfc\x94\x1b\xb9\x9c\x1a\x01\x7f\xc8\x75\x0a\x68\x19\xa1\xa8\x54\x1e\xbe\xfb\x5f\xeb\x07\xca\x73\x29\xa5\x94\xbd\x52\x9e\xcb\x08\x8a\xae\x6c\x2a\xcf\xb5\x9a\x94\xe3\x5f\x28\xe6\x6f\x4d\xff\xb7\x0b\x70\xb3\xfe\x37\x7f\xd8\x26\x6b\xbc\x3c\x94\x4f\xe0\x0f\x2c\xcf\x2f\x02\x60\x5e\xcf\x23\x1e\x7e\xfd\x6f\x01\x0b\x45\xe8\x0b\xb2\xe7\xe5\xbc\x88\x9b\x48\xf5\xea\x4e\x00\x67\x8f\x2b\xa5\x90\x4d\x50\x75\xee\x2b\x16\x50\x3a\x01\xf5\x01\x8d\x18\x46\x79\x3f\x6b\x51\x53\x33\x92\xe7\x0f\x0e\xb1\x42\x46\x41\x02\xf0\x95\xf7\x2b\x93\xd1\x33\x01\x94\xbb\xa6\x19\x03\xca\x2d\xc9\x5a\x35\x90\x9c\xd0\x15\x48\xc5\x00\x72\x3f\xdd\xc8\xc0\x71\x47\x78\x3e\x15\xa4\xce\x3b\x8c\x49\x85\x62\xfd\x0d\x61\x46\x39\x35\x02\xef\x9c\x5a\xe4\xa8\x11\x40\xf4\x26\x95\xf9\x11\x4c\x00\x91\x8b\x01\xe2\xba\x34\xfc\x0c\x0c\x67\x15\xd2\x94\x09\xa7\x0c\xb5\xdb\xe5\xa3\xc8\x5b\x04\xb2\xca\x01\xc1\x79\x8a\xde\xa1\x50\x27\x70\x26\x6f\x03\xc1\x2d\x69\xd2\x87\x26\x4f\xc1\xaa\x72\x00\xf0\x3a\x28\xad\xcc\xfb\x8d\x97\xbe\x1c\x54\x79\x55\x03\x72\x5e\xb2\x63\x25\xf9\x96\x03\x90\xfd\x5c\xfa\x02\xa8\xad\x6d\x59\x5d\x07\x1c\xd7\xb9\xa9\xd2\x28\x02\xc7\x86\x00\x68\xd5\x62\xea\xd3\xc4\x21\x99\xf3\x92\x6e\xaf\x04\x20\xab\x8a\xb3\x50\x2b\x10\xd5\x57\xbe\x5a\x01\x55\xcb\x97\x53\x2b\x90\xa5\x34\x9d\xca\x42\xb6\x09\xf7\x50\xa1\x4e\x60\xcb\x4a\x5f\x84\xdf\xbd\x8e\xa4\x24\x2c\xea\x48\xb2\x48\xb4\x74\x80\x80\xd7\xd0\x5d\x28\xf7\xdb\x7a\xca\x4b\xa2\xf2\xca\x28\xa0\x56\x20\x52\x5f\x5e\x0c\xfd\x46\xc5\x8b\xca\x46\x65\x6e\xea\xbf\x88\xf7\x9c\xeb\x1a\xa2\x8d\x67\x19\xa4\xfa\x7e\x69\x72\x30\x34\x6b\xc2\x6c\xb6\x05\x47\x90\xbe\x1c\x69\x04\x68\x9a\xa5\x42\x30\x75\xe3\x97\x2e\xd0\xde\x29\xf4\x5a\x36\xd9\x30\xb8\x18\x0b\xf9\xff\x72\x31\x16\x14\xd5\x32\xd3\x7b\x45\x93\x7c\x83\xaf\x2a\xb9\xff\x99\xb7\x58\x9d\xc4\x5b\x75\x24\x99\x30\x2c\x12\x95\xbc\x7f\xd1\x04\x56\xf2\xfe\x51\xd1\x4b\xd5\x82\xa7\xd5\x37\x5d\x45\x02\xb5\x91\xad\xc6\x74\xec\xd8\x32\x32\x14\xe7\x75\x87\x41\xbd\x89\x8e\x84\x0c\x05\xe7\x57\x75\xa8\xe3\x11\x4d\xab\x86\x64\x63\xc6\x9d\x5b\x1d\x35\x2c\x5d\xf7\xdb\x68\x41\xd0\x16\xaa\xea\xb5\xe4\x56\x88\xe8\x2b\xc6\x40\x35\xe4\x5a\x2b\x66\x55\x35\xd4\x5a\x11\xd9\x49\x15\xe5\xb4\x86\xe7\xa4\x7a\xf4\x5d\x70\x80\x55\x4f\xa6\x0f\xae\xde\x4a\xe2\x7e\x63\x86\xac\x90\xcf\xa7\xa4\xab\xf4\x83\x42\x67\xfc\x8b\xc4\x4d\xaa\xf0\xd2\x77\x0a\xcf\x2b\x74\x76\x0a\x7c\x55\xaf\x6a\x5c\x5e\x06\xc2\x6a\xbd\xab\x01\xf6\xf8\xca\x1c\xad\x80\x57\x4f\xde\x79\x85\xc6\x4e\xdc\xdf\xd5\xc0\x6b\x1d\xac\x53\x35\x10\x73\xc0\x49\x51\x0d\xbc\x1a\x71\x8a\x6d\x25\xc2\x36\xbc\x36\xa4\xc6\x87\x5e\x37\xea\x69\xfe\xfc\x87\x8a\x51\xd1\x1d\x10\x8e\x2b\xba\x83\x0d\x43\xa1\x82\x1a\x48\x74\xf2\x3a\xd2\x3e\x2f\xca\x6a\xa9\x1a\x68\x4d\x0a\x60\xd5\x40\x78\xe9\x9c\x67\xcf\xf7\x76\x5d\xd3\x9e\x2f\xe0\xe1\xac\x06\x5a\xeb\x8b\xf5\x51\x0d\xb4\x26\x51\x72\x57\xe8\xea\xe4\xd9\xac\x14\xca\x3b\xec\xd2\x1a\xaf\xef\x51\x1e\xd8\x6a\xc0\xb5\xce\xb3\x65\x9f\x18\xf5\xa3\x54\x23\xd3\xed\xd4\xb9\xf6\x8c\x93\xac\x9c\x1a\x99\x6a\x1e\x1d\x09\xba\xe9\xba\x8a\x3d\x63\x04\x10\xd6\x88\x44\x48\xd0\x55\xc8\x75\xc0\xd6\xab\x91\x5c\x07\x7c\x8b\xd5\x80\x6b\x13\x1d\x59\x35\xe0\xda\x64\x43\x56\x42\xb5\x55\xf7\x4b\x4c\xab\x64\x2d\xd4\x84\x44\x08\x16\x6c\x4d\x84\xd0\xc8\xe2\xa8\x09\x6b\x92\x34\xb3\x9a\x48\xca\x23\x0c\x56\x93\xe4\x41\xb8\xbb\x01\xd7\xe6\xf5\x9d\x12\xfa\xca\x5e\xf7\xb3\xe5\x33\x39\xb5\xcc\xa6\xa0\x47\x43\x34\xe1\x4c\x24\x21\xb1\x26\xf8\x6c\x28\xf0\xab\x86\x40\x9b\xd7\x34\x93\x91\x20\xd2\xb3\x93\x3f\x9f\x58\x68\xab\x21\xd0\xe6\x87\xfe\xb3\x65\xa1\x62\x19\x56\x48\xdf\x3d\x76\x5e\xcd\x3c\x03\x41\xeb\x9a\xd1\x88\xd6\x5b\x32\x04\x9a\x44\xcf\x5c\x51\x44\x0b\xd4\x96\x56\x14\xd1\x02\x13\x75\x35\x04\xda\x02\x56\x74\xa5\xea\x3d\x11\xb7\xa9\x86\x40\x5b\xa4\x8c\xaa\x42\x2b\x57\x0a\x4f\x6b\x08\xb4\x25\xe2\x4b\x95\x50\xad\xdb\xda\xf2\x14\xe6\xd1\x16\x08\xdf\x93\xa6\xc3\x02\x41\xb2\xd3\x7f\xf6\x8d\x92\x26\x24\x42\xb5\xe2\xc1\xaa\x84\x6a\xd1\x37\x49\x95\x50\x6d\x66\x11\xab\x45\x24\x15\xfa\xcf\x9e\x4f\xa4\xcb\xd5\x10\xa8\xe5\x0a\xd8\x96\x3d\x43\x5e\x3a\x0f\x12\x06\x6c\xe3\x8a\x8e\x77\x61\x61\xa8\x95\xcc\xc0\xae\x2d\x7b\x06\x31\x18\x57\xaa\xd7\x8b\xa6\x5f\x43\x99\xa9\x68\xc6\x31\x94\x69\xde\x3a\xdb\xca\x88\x4d\xf1\x44\x84\x69\xdb\xd6\x55\xec\x19\x3a\xa8\xae\x56\x96\x02\xcd\x62\xf5\xab\xeb\xd0\xdc\x85\xea\xd9\xd0\x33\xa2\xe5\x3d\x34\xb6\x0d\x69\x36\x55\x22\x54\x43\x99\x4d\xa9\xd9\xd5\x50\x66\x7b\x35\x76\x51\x3c\xd3\x92\x5d\x0d\x65\xb6\xa9\x69\xdd\x62\xb0\xc9\x16\x8e\x7f\x9e\x9a\x25\x86\x06\xad\x51\x6d\xf0\x7b\x6b\x28\x35\x4a\x9c\xf0\x62\x56\xb8\xdb\xab\xba\x61\x93\x7f\x8f\xd7\x66\xc0\x34\x89\x0b\xa5\x4a\x08\x8d\x0c\xf3\x2a\x21\xb4\xa5\x66\x0e\xb6\x74\x15\xa4\x9f\xcf\xfd\xec\xd1\xd7\x79\x20\x12\x06\x35\x24\x50\x3b\x53\xf1\x4d\x35\x60\xda\xd0\xf1\x49\x15\xb5\x33\xa7\xe5\x85\x70\x6c\x03\x20\x56\xa4\xbc\x45\xad\x5c\x0d\x98\xf6\xa0\xa1\xdb\x15\x7e\xa6\x9d\xe4\xa3\x07\x42\x84\xd5\x40\x69\x0f\x59\x5b\x16\x9b\x08\x85\x8e\x67\x80\xb4\x07\x5c\x0a\xb5\x23\xfb\xac\x6e\x61\x80\xb4\x07\xc2\x87\x15\x8a\xb7\xb0\x74\x3f\xa4\x67\x96\xae\x62\x31\x87\xa0\xc9\xd6\x00\x67\x8f\xb2\x10\x90\xe9\x8e\xb8\xa7\xaa\x01\xcd\x1e\xf5\x44\x70\xb0\x77\x75\xd8\xc1\x33\xa8\x83\x0c\x08\x16\xd4\x61\x0d\x5c\xf6\x24\x1b\x64\x90\xea\xa5\xc9\x68\xc0\xd6\x89\xd7\xb5\x42\xdd\xd6\x65\x59\x50\x78\x9e\xf4\xa5\x87\x68\xea\x98\x1c\x50\x2f\xcb\xe7\x2a\x93\x1c\x7e\xbe\x98\x00\xe5\xd0\xdd\xed\xf9\x32\xf6\x5e\x35\x30\xd9\x8b\xbe\xd1\x23\x5f\x33\xcf\x60\x20\x32\x89\x1c\xba\x4a\xb9\x8c\x4c\xff\x8a\x34\xf7\x88\x3a\x52\x62\xa0\xdc\xcf\x10\x62\xaf\xaf\xb6\xac\x0f\x0e\xf5\x2c\xa4\xb9\x1b\xfe\xe0\xfa\x40\x4d\xe7\xb5\x35\x28\xd6\xe1\x9d\x51\x39\xde\x92\xce\x03\x29\x9d\x23\x49\xca\x55\xbf\x7e\x48\xca\x05\xbb\x54\x24\xb9\xbb\xcc\x03\x10\xe1\x83\x95\x5f\x0d\x11\xf6\x4e\xa0\xb8\x1a\x22\x4c\x22\x09\xae\xd0\xb9\x0d\x6a\x52\xeb\x8b\x32\x1b\x3e\xed\x6a\x68\xb0\x3f\x9a\x88\x5f\xc4\x31\xa7\xce\xb3\xef\xf7\xa8\xd5\x86\x04\xfb\xa3\xb7\xfb\xa2\x3f\x5d\x74\x24\x62\xa7\x5a\x8e\xd1\xd9\xae\xb2\x13\xdf\x4b\xbd\x27\xfa\xb7\x6a\x68\xb0\xcf\xa4\x7b\x92\x05\x42\xce\x50\x7d\x55\x2f\xc0\x95\x26\x82\xae\x78\x7a\x2b\xca\x65\xf2\xcd\x57\xa8\xdb\x12\xce\xc1\x6a\x28\xb0\x29\xb2\x52\x27\xb9\x78\x1a\x2f\x13\xe1\xc8\x73\x15\x84\x23\x5f\x1d\x49\x1f\x95\xed\x3d\x49\x3c\xd6\xcc\x61\xe8\xaf\x2f\x3d\xff\x24\xdb\x45\x4b\x88\x21\xbf\x2e\x96\x9d\xfa\xa5\xce\x8a\x5b\xb6\xce\x2b\xef\x23\x3e\xdd\x3a\x3f\x79\x1f\x99\x18\x86\xfc\x7a\xd2\x4c\xb8\x3e\x79\x1f\x3c\xfe\x15\xa2\x74\xa5\x78\x56\xa5\xd7\x5a\x42\x09\x5f\x59\xc8\xcf\xb0\xa4\xf6\x5c\xf2\xe8\xa5\x05\xfa\xe8\x6e\xe7\xa9\x2c\xa9\xba\x60\x56\xd5\x42\xbc\x20\x7e\xa9\x7f\x0b\x9d\xd6\x13\x1e\x0d\x73\xe9\x33\xae\xfe\xed\xe1\xd5\x1e\x1a\xb7\x30\xb7\xa6\xa3\xf5\x91\xee\x6a\x0d\x5d\xef\x3d\x46\x60\x01\x79\xee\x04\xdc\xad\x87\xce\x2d\x1c\x5e\xf4\xba\x6e\x04\xf9\x5c\xe3\x0b\x97\x22\x51\x9d\xea\x17\x2e\x95\x57\xae\x7e\xe1\x52\xa5\x6b\xd6\x2f\x5c\xfa\x0a\xb0\xed\xcf\x72\x7d\x74\x56\xfe\x02\xa4\x3a\xe6\x0b\x99\x6a\xd1\xd8\x9f\xa4\x84\xba\xf8\xfe\xa8\xbe\x34\x51\xec\x1b\x66\x54\xad\x61\xfd\x15\x36\x95\xbd\xf2\x2b\x6c\x2a\x6b\x71\x7f\x19\x05\xea\x02\xfb\x86\x19\x37\xae\x9f\xba\xbf\xac\x02\x4d\x89\xfb\x8b\xb0\x53\x09\xd9\xdc\xaf\x50\xe3\xcb\x9e\x1b\x6a\x7c\xb3\xf6\x7c\xa5\x36\xb8\x55\x9a\xfb\x2a\x0e\xe9\x3c\xcd\x7d\x95\x77\x58\x5c\xcd\x7d\x59\x05\x5d\xc7\x90\x65\x03\x9c\x6b\xee\xcb\x40\x79\x74\xd5\x76\x83\x9c\x41\x7b\xfa\x97\x87\xf0\xb0\x47\x92\x32\x89\xad\x4f\x7f\x60\xe9\x79\x6e\x38\x59\xf5\x8a\xcd\xfd\x22\x6b\x56\x3b\xd6\xe9\xe8\x0a\x79\x36\x77\xc3\xc9\x72\xb5\x34\xff\x71\xf2\x33\xe8\x9a\xff\x24\x75\xc8\x44\x6a\x00\x59\x87\x97\xbd\xf9\xab\x20\xf5\xf2\xb6\x9b\xbf\x44\x23\xf2\x7c\xb7\x2f\xfc\xba\xce\x31\x97\x6c\x44\x2c\xfb\xed\x28\xab\xd5\xf9\x06\x9d\xd5\xee\x1e\xa6\xf0\x76\xf8\xda\xeb\x7c\x49\x6f\x6c\xfe\x23\x29\xa7\x17\x35\x7f\x49\x9c\xc5\xef\xdf\x54\x9d\xfe\x33\x9b\x78\xed\x31\xc4\xe7\xbb\xce\xf8\xd4\xb5\x4e\x5b\x48\x2a\x04\xcb\x34\x43\xb5\xb1\xe8\xfa\xe1\x12\x95\x2b\x4c\xdc\x54\x95\x6e\x24\xd7\xbc\xa1\xa3\xb0\xd6\xa6\xea\x70\x5b\xb8\xce\xd5\xad\xa7\x3b\xe1\xd9\x71\x88\xb0\x5b\xb8\x59\x39\xca\x74\x69\xe1\xcb\xca\x29\xba\x72\xbb\x7b\x40\x9a\xed\xa8\xac\x8d\xfb\xbc\x87\xb8\x7d\x1c\xb1\xa2\x76\x94\xd6\xc6\x94\x03\xa7\x85\x9b\x69\xb7\xa3\xee\x75\x59\x7d\xdf\xa4\xe7\xfa\x32\x55\xd4\xb7\xc3\x47\x6a\xc0\x94\xdd\x4e\xa5\x7a\x39\x35\x14\xed\xab\x54\x17\xcd\x5c\x8b\x5f\xfa\x01\x28\xaf\xc5\x78\xf7\x9c\xeb\x5c\xbf\xfc\x24\x1d\xbb\xc5\x2b\xd5\xa3\x82\xbf\x16\x6f\x99\xa6\x42\xdc\x4d\x95\xeb\x3f\x7b\x30\x3b\x9b\x2a\xd7\xd3\x3b\x5f\xcc\x9a\x16\xaf\x56\xcb\x8b\xd3\xa4\xc5\x4b\x2b\xb8\x09\xa5\xb7\x5f\x8a\x6c\x24\x59\xb7\x43\x31\x37\xef\x9b\x8f\x1f\xbb\xe8\xd6\x95\x3f\x5a\x4d\xd2\x00\xda\x21\x7d\x9f\xa7\x7e\xbc\x91\xf8\xdc\x98\x3b\xdb\x51\x64\x5b\xa7\xae\xbf\xa5\x4b\xb1\xa7\x64\x8b\x76\xaa\xda\xf7\x5c\x18\x4a\x4d\xb4\x73\xd9\xcd\xa9\x51\x9a\x2e\xc3\xec\x22\x11\xa7\xa5\x8f\xaf\x8c\x48\x48\xfb\xe8\xe7\x14\xc9\x6a\xa7\xba\xdd\xcd\xad\x99\x29\x7d\x04\xf8\x4e\xc7\xfc\x62\x37\xd0\x31\x66\x8a\xfd\xe0\x87\x7f\x5e\xfe\x9a\x0a\xdf\xf3\xcf\xca\xaa\x8b\xcd\xb3\x67\x6b\x62\x4b\x97\x06\x49\x8e\x99\x96\x7e\xf9\x39\x99\x50\x7e\x09\xba\x69\xb8\xe6\xcf\xbf\x8d\x43\xa5\x91\x6f\xdd\x8b\xfe\xbf\x5c\x19\x9b\xd0\x60\xcb\x7a\x65\xe9\x94\x79\x35\x0a\xe1\xab\x3a\xbb\x0a\xe1\x73\x3a\x21\x9e\x26\x15\xb7\x9c\xe7\xab\x97\x9c\x2f\xdd\xd9\x9b\x74\xd5\xeb\x5f\x93\xf8\x4d\x3b\xc5\xf0\xf9\xd0\xe9\xb5\x7c\x33\x41\x66\xd6\x31\xef\xdd\x83\x5d\xda\xc4\x21\x6f\x7b\x74\xe5\x75\xf6\x9c\x49\x56\x3c\xf2\xc6\xab\xc2\x07\x2d\x77\xa8\x4d\xfc\xda\xad\xf8\xb3\x47\xf5\x06\x4d\x45\xf2\x3f\xc3\x91\x4c\x87\xa6\x22\xf9\x5c\xe7\x0b\x80\x6e\x05\x27\x07\x09\x88\xcd\x9c\x00\x15\xa9\xfa\xd4\x0e\xed\x5d\x9b\x0a\xf8\x36\xf1\xca\xff\xec\x79\xb4\xe7\x92\x24\xbc\xe7\x98\x7e\xf7\x10\xca\x6f\xe5\xea\xba\xbe\xe0\xa5\x56\x9e\x6f\x0f\xd3\xc2\xa1\xc0\xeb\x77\x5a\x38\x14\x78\x7d\x4e\x2d\x8d\x87\x6b\xbe\x4f\xb1\xb8\xb6\xa2\x2c\x0b\x9e\x4e\xc5\xf3\x3f\xff\x63\xf3\x36\x73\x24\x44\x11\x4f\x37\x15\xce\xe7\x3e\x95\xa6\xdc\xea\xe5\x4c\x3a\xdf\xb0\x7e\x09\x93\xfa\x62\xf5\xc6\xbd\x54\x5f\xdd\x0e\xef\xfc\x38\x4c\x34\x4d\x8a\x70\xf9\x26\x4c\xb6\x43\x8f\x37\xe6\xd4\xa4\x7f\x9c\x0c\xe3\x2e\x7b\xa7\x5a\x7e\x1c\x79\x93\x56\x7f\xb1\xba\xd2\xff\xeb\x25\x53\x11\x1f\x66\x3b\x79\xe1\xcf\x7c\x87\xce\xfa\x98\x4d\xf5\xe5\xeb\x8d\x11\x89\x6f\xb3\x89\x36\x2f\xbf\x87\x0e\xb9\x35\x7f\xf6\x28\x85\xba\x9d\xea\xf9\x9f\x3d\xbc\xdf\x16\xbf\x3d\xba\x4e\xba\x7b\x48\xca\x6e\x24\x85\x27\xdc\x8e\xed\xd0\xe8\xcd\xf9\x66\x5d\xd5\x62\x0c\xe7\x1b\x1d\xd5\xb8\x79\x27\xe9\xf6\x25\xd8\x82\xe5\x9b\x79\x20\x72\xd1\x94\xa3\xc4\xf0\xbc\x0e\xe5\x64\x3b\x55\xf3\x6b\xca\x11\xda\xda\x2f\xd9\x19\xde\xb6\xaa\xe6\xf3\x9a\xdb\xa9\xe5\x7a\x27\xfb\x8e\x33\x55\xce\x17\x37\x5f\x9c\xdb\xed\x54\xce\xbb\x43\x02\xd8\x4e\xe5\xbc\x9b\x2f\x7e\xf5\x76\x2a\xe7\xdd\x7c\x9b\x8e\x49\x77\x0f\x46\x67\x93\xb2\xdc\xcf\x1e\xf0\x5f\xeb\x97\x74\x67\xe2\x68\x6d\xfd\x66\x98\x9d\x05\xbe\x7f\xe5\xaa\x43\x7b\x3e\xc2\x19\x2d\x2a\x0a\xa7\x97\x9f\xa9\x5d\x4f\x71\xb3\xef\xce\xbc\xda\xdf\xbb\xa7\xe9\x2c\x91\xae\xf8\xf9\x16\x3d\xc5\x25\x42\x57\x32\x6e\x83\xb4\x3e\xea\xab\x8e\xab\x53\xa1\x2a\xef\x36\x2e\xfd\x9c\x38\x88\xda\xd1\x67\x0f\x73\x6b\x4e\x1c\x9f\xbc\x18\x2e\xb0\xa6\xf0\xb9\x31\xcf\xf1\x8e\xa5\x30\x57\xe2\x91\xef\x6d\x47\x61\x2e\xcd\x97\x98\x6b\x93\xc2\x5c\x49\x53\xda\x34\x6d\x8c\xbb\x27\xea\x18\x65\x9e\x31\x26\x45\x58\x6f\x51\x3d\xde\xef\xf8\x28\x06\xf1\x49\x35\xb4\xdb\xa5\x3d\xd2\xc6\x65\x96\x78\x89\xd5\xb5\x13\x4e\xcf\x73\xe2\x84\x6d\x27\x9c\x9e\x79\xe6\x7f\x5e\xf2\x54\x8c\x5f\xf2\xdc\x44\x4e\xda\xa1\xdd\x2b\xa7\x12\xb5\x29\xac\x5e\xca\x14\x9c\x6f\x0a\xab\x97\xcf\x3e\x56\x58\xfd\x67\x8f\xac\x6e\xe5\xa9\x97\x72\x34\x03\x9a\x42\xeb\xa5\x5c\x1b\xee\x50\xf0\xd5\x39\xb3\xae\x33\xee\x1e\xc2\xca\xed\xa1\x34\x48\x43\xf5\xb9\x25\x27\x02\xe9\x4d\x39\xea\xa5\xce\xad\xee\x8f\x43\xe5\xbc\x32\x1c\x2a\x92\xf9\x6b\xe2\xc9\x2f\x6d\x2e\x59\x9f\x50\xf1\x79\x9c\x4d\x4d\x54\x7c\x3f\xff\xe3\x83\x6d\xca\x4f\x2f\x7d\x4e\xb0\x6c\x33\xe7\x4a\x12\x07\x4b\x7b\x3f\x34\x79\xf6\x88\xb6\x8c\x67\x34\x07\x4b\xdb\x00\xf3\xf6\xde\xe4\xdb\x57\x9f\x8b\x70\xfb\xd6\x54\xf3\x5e\xd2\xec\xdb\x3e\x88\x27\x96\xce\xbf\x19\x43\x5b\x66\xc1\x0b\x37\x8f\xa6\xc3\xf7\x22\x24\x91\xf1\xb5\xf7\xe3\xe7\x21\xca\xd4\xe6\x1d\x26\x67\x49\x39\xe1\xf7\x3e\x97\x06\xb1\xf2\xd1\xf3\x9c\xe2\x30\x6d\x87\xaa\x2f\xcf\x15\xb5\xe7\x26\x6c\x9e\xe1\x46\x81\xbf\x6a\x74\x9a\xc2\xf0\xb9\x4e\x11\x2b\xb4\xf9\x65\xe1\xe0\x54\x6a\x27\x1f\x7d\xcf\xa5\x45\xf5\xd0\xf6\xc5\x43\xf2\xd8\xe6\xf8\x9e\x49\xf7\x91\xb5\x5b\x0e\xc5\x44\x3b\xd4\x7d\xf5\x2e\xe0\xf3\xd2\x9b\x6d\xd9\xa5\xe6\x9c\x89\xf3\xd5\x35\xf6\x6d\x1d\xb1\x8c\xb6\xa8\xbf\xc1\xd7\xdd\xd6\xf5\x36\x6c\xbd\xfb\x75\xbd\x0d\x67\x1c\x1c\xe7\xcc\x3c\x8e\x97\xb6\xae\xd9\xa6\x64\xd3\x66\xce\x99\x9f\xb7\xc6\x56\x81\x31\x80\x36\xac\x0f\x49\xe3\x00\x6a\xeb\xf2\x17\x9d\xa9\x92\x3a\xe8\x47\x93\xf4\xba\xcb\xef\xab\xfe\xb1\x2e\xa1\xb8\x82\xe0\x4d\xde\x97\x9f\x45\x43\x93\xeb\xba\xe4\xd2\x12\x0d\x6d\x47\xdd\x6e\x1f\xb1\xaa\xf6\xa9\xdb\x2d\x8d\x9c\x7d\x97\x5f\x25\x25\xb4\xfd\x25\x33\xc3\x7c\xd5\xf6\xb5\xfe\x55\xdc\xd6\xf6\x1d\x2f\x4a\x0b\x68\x9f\x07\x46\x25\x7d\x6d\xdf\xba\xf5\x57\xe3\x4e\x1e\x98\x1f\x03\xf8\xd5\x9e\x8f\xdb\x0c\xd7\x76\xdb\x5f\xf2\xfe\x50\x0b\xfb\x77\x8c\xae\xfc\xcb\x03\xc3\x17\xf9\x3c\x30\xe2\x0e\x6b\x5f\xe2\xfa\xa4\xf2\xaa\x6d\x6a\xb4\xb4\x5c\x6d\x6a\xb4\x84\x27\xcc\xf3\x92\x1f\x30\x49\x27\xfc\x5f\x78\x8e\xae\xfa\xe9\xaa\xff\x02\xff\x65\xb6\x22\xa9\xd7\x83\xad\x9b\xa2\xa3\x02\xc1\xee\x30\xe7\x87\xfe\x2f\x67\x2c\xa9\x98\xb7\x1f\x2f\x4b\x98\x13\x27\x79\x77\xdf\xdc\x51\x74\xcc\xa7\xd5\xbe\x75\xd5\x3b\x7f\xaa\x1e\xa5\x1f\xd2\xfd\x78\xea\x48\xba\x3c\x2d\x3f\x0b\x44\xd7\x59\x97\x65\x5b\x42\x53\xdd\x5d\xb3\x55\x9a\xec\xdd\x7d\xc8\x10\x17\x70\xf7\x1f\xf9\x3a\x0b\x5a\xff\x48\xf8\x55\x2b\xdf\xfd\xd5\xeb\x7e\xc9\x5b\xec\xfe\x7a\xa0\xd4\x3f\xba\x97\x39\xaf\x6b\x7c\x24\xf4\xe5\x6f\x0e\xcb\x7e\x72\xe0\xdf\xf9\x62\x45\x76\x7f\x45\x02\x35\xdd\x75\x39\x61\x7e\xac\x48\x9c\x4f\xdd\x5f\x66\x50\x89\xfd\x77\xff\x4d\xbb\x4b\x7b\x1e\x32\xd5\x1f\xb6\x2e\xd9\xb5\x32\xca\xbb\x27\xf3\x85\x41\xda\x7f\xf3\xf4\xf3\xba\x3e\x99\x7b\x89\xfe\xf4\xe0\xbe\x8f\x45\x87\x09\x17\x15\x0a\x16\x77\x94\xf2\x44\x6a\xd8\x51\xca\x4b\x7a\x71\xa4\x18\xf8\xf3\xdf\x97\xf5\x84\x2b\xac\x87\x5f\x59\x3f\x3a\x86\x77\x51\xd7\x7c\x89\x7b\xf4\xe3\x7c\x29\xc7\xcd\xda\x0f\x5f\x7f\x9b\x33\xab\x0d\x9f\x73\x81\x25\xa4\xcb\xf9\xf2\xb3\x60\x30\x38\x7b\xb8\x0e\x29\xa5\x95\xf6\x30\xbf\xe9\xc3\xb3\xc7\xa6\xdb\x12\x75\x8d\x6f\x19\x02\x49\x74\xf2\xe7\x83\x3a\x93\x39\x5d\xe2\x0b\xea\xe9\x1f\x6f\xbf\xf0\x4b\x8f\xf1\x9b\xae\xb5\x27\x7d\x4b\x14\x6d\x90\xc3\xc5\xb0\x2c\x6d\x88\x1f\x23\x30\x5e\xfc\x1e\xaf\x59\x22\x0c\xda\x8f\xfc\xfd\x33\x27\x11\x82\x7e\x54\xf5\xde\x43\xd4\xdc\xe3\x2d\x9f\x9b\x67\xcf\x7d\x27\xaa\xdd\xe9\x9f\xc3\xe5\x7c\x91\x78\xe3\x03\x2f\x4e\x8e\x1e\xaf\x8a\xa2\x10\x79\x97\xc3\xe5\x67\x78\x62\x14\x75\x73\xb8\x58\xc1\xb2\x6d\x21\x2e\x89\x9b\xa7\xcb\xd9\x62\x14\x10\xb4\xd5\x9c\x2d\x5d\x25\x55\x3d\x89\x8c\x85\x6b\x1f\x27\x4b\x9b\x8b\x18\x63\xa7\xe2\xdc\xab\x8f\xab\xe2\x3c\x69\x0b\x81\x60\x3d\x9f\x2a\xce\xb3\xee\x82\x56\x32\x8e\xf8\x4e\x1a\xc3\x04\x6f\x75\xf3\x9a\x14\x5f\xd4\x82\x49\x9c\x54\xcf\xb2\x88\xac\xe9\x9a\xfb\x5b\xb6\x79\x43\xe6\x29\x29\x4e\x53\x4c\x26\x0d\x80\x88\x5d\xcf\xc4\x58\xbd\xb6\xae\x50\xee\x4b\x2a\x4b\xcf\x97\x31\x57\x62\xbc\x3d\xdf\x65\x45\x4c\x01\x5d\x49\xf7\xd0\x78\x74\x92\xee\xa5\xd4\xd1\xf3\xe5\x64\x50\xbd\x4f\x57\x85\x3a\xc6\x4a\x47\xe7\x5e\x46\x5d\xcf\x5f\xa9\xef\xab\xd6\x5a\x06\x59\xd5\x34\x9b\x3f\x67\x35\x8e\xf5\x9e\x3f\xc2\x6c\xaf\x3b\xfe\x1a\x03\xb4\xe8\x78\x44\xda\xc1\x65\xdd\x3c\x22\xce\x53\x59\xd3\xcd\x1b\xe2\x1c\xc6\x41\x37\x4f\x88\xf3\x60\xe1\x6e\x5e\x10\xa7\x04\x9d\x6e\x5e\x10\xa7\x24\x94\x6e\x5e\x10\xe7\x48\xc9\xed\xe6\x01\x71\x9e\xe5\xad\x9b\xf7\xc3\x39\x9c\xc1\xdd\x3c\x1f\xce\xab\x37\x99\xd7\xc3\xb9\xa9\xb6\x3c\xf6\x9f\xc6\xb3\x79\x3b\x9c\x9b\xba\x83\x71\x2b\x45\x52\x52\xba\x79\x39\xbc\x98\x20\xba\x79\x38\xb6\x8a\x80\xbb\x79\x38\xbc\xfc\x5e\xdd\xbc\x1b\xce\x81\x6e\xba\x79\x37\x9c\x27\x3d\xa6\x9b\x67\xc3\x49\x65\xaf\x9b\x57\xc3\x79\xe2\xfd\xdd\x3c\x1a\xce\x2d\x5d\xc5\x9e\x2f\x64\x1d\xa9\xe7\xa3\xd5\x95\xe7\xc3\xf5\xdd\x2b\xcf\xf7\x33\x8f\xff\xf3\x52\x52\x79\x74\x7c\xc0\xbd\xf2\xe8\xfa\x4c\x95\x47\xc7\x7e\xe8\xe6\xcc\x70\x52\xbd\xeb\xe6\xc8\x70\x2a\x20\xec\xe6\xc4\x70\x9e\x14\xc0\x6e\x0e\x0c\xe7\xf0\xb6\xf6\xc6\xa7\xd5\x0b\x6c\x7c\xda\xad\x2d\x3e\xad\x86\x69\xe3\xd3\xe2\x84\xe9\x8d\x4f\x0b\x38\xed\x8d\x4f\x4b\x3d\x67\x6f\x3c\x3a\x6e\x87\x6e\x8e\x0a\xe7\xb1\x67\x7b\xe3\xd1\xb5\x7c\x98\x83\xc2\x79\x4d\x71\xe6\xa0\x70\x4e\x4b\x93\x39\x27\x76\xd4\x14\x69\x8e\x09\xaf\x3a\xf4\x6e\x4e\x89\x1d\x35\x5d\x99\x43\xc2\x8b\x5e\xba\x77\x9e\x0f\xfb\xb8\x9b\x23\xc2\x85\xa2\xff\xec\xf9\x82\xba\xb5\x39\x20\x5c\xd0\x34\x65\xce\x07\x17\x70\x17\x75\x73\x3c\x38\x65\x22\xf5\xce\xa7\x25\x06\xd4\x3b\xcf\xa7\x89\xa7\xf3\x69\x41\x7e\xbd\xab\xeb\xea\x2a\x83\xfb\xa9\x2d\x0f\x6d\xd1\xd6\x82\x18\x85\xaf\x62\x4e\x83\xa0\xe0\x70\x1f\x10\x95\x10\x85\xea\x50\xf2\x89\xf8\xa2\x0f\x6a\x45\x64\x5b\x1d\x7e\xfe\x3a\xdf\xaa\xa3\x6d\xba\xdd\x9a\x6e\xa9\x4c\x17\x71\x42\x1f\x64\xf2\x90\x51\xd5\xc7\x2f\x29\x15\x5d\x0d\x2d\x11\x4d\x84\x54\xa7\xbf\x5a\x70\xcd\x71\x90\x1e\x2d\x8d\xe3\x32\xb4\xca\x0d\xd6\x45\xcd\xa7\x05\xfb\x38\x0d\xea\x9c\x9a\x8c\x50\xba\x13\xbb\x55\x1f\x77\xda\x11\xb5\x62\x37\xa7\x41\x93\xc4\x68\x37\x87\x41\xf7\x60\xab\xfe\xa0\x37\x42\x96\x51\x7f\x50\x0d\x93\x79\x62\x9e\x80\x2a\x06\xaf\xfe\xdc\xf2\x3c\xe1\xbb\x7e\xbc\x00\x6d\x4e\xa7\x6b\x23\x97\x84\x23\xae\x3f\xd7\xfc\x50\x31\x64\x3f\x29\x14\xda\xb2\x6c\xc0\x46\xb2\x45\x07\xf9\x27\xa7\x36\x5b\xd2\xb5\xd7\xc2\xf2\x5c\xe7\xd0\xd6\xf2\xfb\x48\xb3\x59\x2d\xdd\x54\x38\xf1\x9d\x7e\xa1\x7e\xb5\xfd\x25\xf3\x51\xc6\x9a\xa1\xfe\x56\x74\x25\x43\xfc\x75\x04\x1d\xf9\xcb\xfb\xc1\x33\x7d\x7a\xf4\x42\xe5\x9d\x94\x8a\x0a\x52\xee\x10\xf0\x3b\xcd\x01\x68\xd1\x47\x2d\x6a\xaa\x42\xff\x01\xac\x5a\xb4\x5e\xe9\x31\xe8\x7f\x48\xf8\x41\x57\xfd\x43\xfb\xaa\x59\xef\xa4\x55\x9c\x2f\x07\x6d\x5f\x9d\xba\x13\x6c\x12\x20\xbc\x6e\x28\x3f\x49\x47\xa7\xa3\x43\x2f\xea\x90\x6e\xe8\x3e\x49\x32\xa9\x1b\xb2\x4f\x4a\xd5\xef\x53\x7d\x9a\x31\x66\x88\x3e\x27\x5c\xbd\x1d\xca\x3e\x89\x35\x77\x69\xcf\x93\xff\xd6\x27\xa5\xa6\x9a\x15\xe7\x8d\x73\x1e\x44\x81\xfe\xfc\x3a\x47\x3f\x6c\xf1\x9c\x24\xd4\x1f\xe3\x72\x7e\x32\x68\x5a\xce\x50\xc1\xcb\xe7\xbe\xfb\x33\x50\xfb\xdf\xa6\x75\x03\xf5\x45\x99\x37\x1d\x4e\xfe\x41\x3e\x54\x5f\x9f\x95\xa9\x8e\x82\x48\xde\x8b\xeb\xa7\x2f\x88\xbe\xb4\x16\x2b\xcb\x22\xfb\x39\x49\x62\xec\x06\xe6\x6b\x94\x3d\x02\x99\x99\x94\xd9\xfa\x6a\xdf\xea\xaf\x6b\x03\xe4\xbd\xce\x25\x37\xfd\x51\xbb\x2c\x63\x4d\xaa\x61\x7d\x7d\xce\x0c\xbc\xe5\x7d\xdd\x78\xcb\x81\x87\xe4\xda\x8f\xae\x33\x2c\x47\x5d\x85\x79\x9d\x3c\xfb\x57\x76\x0a\xc4\x66\x4b\x68\x68\x93\xc4\xac\x29\xd4\xc0\x7a\xcb\x24\xdc\xf6\xad\x4f\x4f\x9b\x36\x89\x89\x38\x1e\xfa\xa6\x72\x53\x70\x15\x2e\x7e\x85\xf7\x3a\x54\x7e\x9b\x62\xbf\xbe\x71\x68\x91\x18\xdc\xe1\xe1\x97\xf4\x67\x37\x30\xde\xbb\x56\xf1\x4d\xe6\x1a\x9c\xa2\x7d\xab\x6b\xab\x9d\xf2\xf5\xc6\x39\xcf\x5d\xbe\xca\x71\x22\x55\xc3\x91\xab\x4e\xf0\x79\x38\x86\x34\x0e\x85\x21\xf9\x79\x6c\x9e\x61\x60\xbc\x37\xfc\xc8\xc3\xa1\xf6\xc7\x62\x3b\x0c\x88\x27\x25\xbb\x0e\x47\xe6\x0c\xf6\xe3\x70\x24\x91\x4e\xfd\xf7\xc9\xc9\x54\x9d\x4b\xa2\xec\xa3\xf6\x8c\x8b\x34\x9d\xce\x87\x2f\xa7\xa9\x85\xef\x45\x1a\xc4\x17\x87\xa3\xda\xf8\x5c\xed\xd3\x58\xa7\x97\x0c\x77\x9d\x32\x72\x27\x0e\x8f\x46\x0a\xe1\xcf\x01\x3b\xd9\xc6\x69\x37\xc8\xc1\x17\xd5\xde\xf0\x24\x30\x33\x01\x0c\x43\xca\xe9\x65\x01\x18\xb0\x93\x15\x10\xd0\x30\x84\x6c\x5c\x2a\xb6\xd5\x49\x79\xe5\x5d\xf9\xfb\x4c\x8b\x30\xf2\x30\x64\x9c\x94\x80\x31\x48\xb4\xcf\x8f\xae\x34\x8f\x5b\xe9\x25\x2f\x6b\x50\x29\xfe\x2e\xdd\xf7\xc6\x33\x5e\xfc\xe8\x83\xd4\x84\xa7\x6b\x8b\x04\x53\xd2\x3d\x86\xa1\x61\xcb\xcb\xb6\x2d\x9b\xa6\x5e\x26\xe1\x61\x68\x38\x09\xd7\x8e\xf0\x85\x93\xf5\x2d\x4e\x2a\xc2\x9c\xcb\xeb\x8c\x7a\x9e\x44\xd4\x7c\x23\x5c\xe4\xa7\x48\xd1\x08\x1f\xf2\x9b\x3a\xc6\x96\x62\x29\x43\x8c\x83\x84\xdb\x51\x30\x1c\x24\xe2\xd7\xa4\xbb\x1a\xfa\xc9\x98\x5c\x23\xf0\xec\x4d\xcf\xf6\x3d\x3b\x63\x71\x18\x02\x4e\x5a\x2a\x07\xc9\xf8\x83\x11\x3f\x0c\x01\x27\xd1\x73\x8f\x78\x63\x7e\x72\x72\x8f\xc8\xdc\x84\xfd\x3d\x0e\xf2\x2d\x73\x65\x9d\xff\xa5\xa7\x14\x9d\x51\xaf\x73\x06\xaf\xc5\x88\xd7\xf9\xba\x8b\xee\x83\x70\x2d\x4b\xd7\x88\xc4\xb4\x88\x6a\x0f\x43\xbc\x55\xc9\x0d\x23\xc2\x33\xe6\x75\xe4\xbc\xc8\x86\xd1\x3a\xa8\x2c\x17\x79\xff\x40\xbd\xae\xb2\x8c\x8c\x24\xd4\xb3\x0e\x37\xed\x10\xca\x65\xee\x1c\x27\xa5\xa0\x9e\xb8\xc8\x80\x53\xed\xbc\x1b\x2a\xcc\x8b\x9e\x3d\x7d\xe4\x20\x8f\xfb\xcb\x72\x30\x00\xc0\x03\x48\x33\x00\xc0\x0f\x19\x1c\x03\xca\x35\xf9\x31\x87\x01\xe0\x52\x8b\x1a\xc0\x34\xc6\x74\x3b\xc4\x99\x6f\x36\x81\x1a\x01\xdd\x97\x5e\x63\xa2\x22\x14\x7b\x73\xa4\x9b\xed\xb6\x8a\x1e\xd7\xac\x93\x42\x08\x67\x00\x82\x97\xba\x58\x46\x4e\x04\x80\x34\xa8\x36\x97\x9c\xd1\x30\x10\x9c\x94\x4c\x38\x3e\x00\x2c\x07\xc8\x38\x00\xb8\x9f\xfc\x88\x61\x00\xd8\xb8\xac\x6d\xab\x92\xe9\xae\xff\x78\x5e\x72\x6e\xc6\xe1\xc9\x5f\x53\xe4\x78\x83\xbc\xff\x01\xd2\x18\x06\x80\xb3\xa8\x3e\x06\xe0\x57\x61\xef\x91\xbf\xcc\x12\x0d\x8b\x0c\x71\xc2\x39\xda\x3e\xff\x26\xfc\x3e\xc8\xfd\xf7\x7a\x5e\x38\xf2\x33\x61\xd4\x51\xae\x2a\x98\xc2\x6a\xe3\x70\xe4\xd7\xa3\x34\x3d\x0a\x43\x5f\x13\x10\x92\xf2\x5d\x77\xa2\x0a\x3d\x11\x03\x18\xe5\xf2\x9f\xaa\xf4\x6f\x94\x3b\xe4\x5f\x4a\xd8\x06\xb5\x00\xe3\xd5\xdd\x06\x5c\x5a\x3a\xfa\x2b\xfd\x23\x44\x3e\x0a\xdd\x5e\x93\x0c\xb5\x02\x5e\xc3\xb9\xc0\x47\xa9\x6f\x71\x78\xf2\xcb\x7c\xc1\x71\xa3\x42\x18\x01\xb6\x18\xf5\xab\xfc\x25\xb6\x35\xea\xcd\xc2\x9a\xe0\xab\xa1\x50\xbf\x49\xfc\xd0\x97\xa8\x1d\xf0\xd8\xc4\xc3\x40\xb1\x55\xa1\xda\xd6\x95\x8f\x91\x68\xea\x80\x23\x7f\x6b\x82\xa9\x2c\xd3\x9a\xaa\x15\xda\xff\xb1\xd5\x71\x7f\x0c\x43\xc0\x49\xe8\x6a\x54\x12\x7c\xb5\xf4\x19\x02\xb6\xda\x3b\xdb\xfa\xc2\xf9\x49\xff\xdb\x54\xa7\x7a\x95\x71\x68\xde\xfc\x51\x32\x1b\x5f\x28\x7f\x63\x5c\x0d\x6a\x09\x54\x72\x37\xd0\x8e\x6f\x60\xdc\xd1\x6e\xac\x49\xf4\x84\x03\x4e\xb7\xac\xf1\x65\x88\xd8\x78\x32\x6d\xcb\xfa\xb8\xd8\x92\x07\x45\x03\x8a\x0b\x0d\xd4\xef\xa6\x16\xf7\xc6\xd2\xb6\x74\xcd\x01\xcd\x35\xcf\xdb\xae\xda\x9f\x10\xc5\x30\x54\x1c\xcb\xb9\xa7\x4d\xed\x89\x38\xce\x80\xc7\x2d\x3d\x6a\x3d\x35\x64\xf8\x07\x06\x5a\xf1\x62\x29\x1d\x0a\xcf\xdb\x64\xc6\x9b\x57\x78\xfe\x67\x69\xc2\xff\x3e\xfa\x55\xa8\x7c\x31\x86\x46\x47\x26\x48\x63\xa0\xdf\xe9\xfd\xd5\xfd\xa9\x6e\x1f\x5b\xf7\x30\xc4\x31\x34\x73\x51\x48\xb0\x31\xea\x46\xbf\xca\x8e\x53\x4f\xd2\xaf\x26\xf5\x31\x53\xfa\xcd\x1e\x93\xd6\xcd\xe8\x37\x83\x57\x54\xa3\xa3\x7f\xba\xe4\x9a\x94\x3b\x1a\x28\x4e\xff\x53\xdf\x43\xb2\xcc\xa0\xf0\xe0\xcc\x42\x14\x1e\x24\xf0\xc6\x30\x54\x6d\xfe\x5f\xdb\x8a\x14\x45\xf3\x6e\x0c\x51\xe7\x76\xce\x23\x31\x5f\xa3\x99\xc2\x83\x80\x8b\x78\x0c\x49\x23\xe9\x2a\x10\x86\xcb\xbc\x19\xd2\x5f\xff\x73\x39\x28\xf9\x7f\x5d\x0d\x50\x93\x17\x2b\xf7\x30\x9c\xdd\x9a\x66\x6d\x69\xe1\xe1\x18\x1b\x86\xb1\xeb\x23\xa3\x05\x7c\x5d\x9b\xee\xb6\xc1\x8b\x1c\xf9\xe0\xd6\x96\x41\x00\xb6\x76\x1a\x25\xd4\xb5\xa7\xa5\x2d\xc3\x99\x91\x0a\xc2\xa1\x28\xfb\x0f\x8a\xd7\x12\x7a\xc4\xed\x74\x34\x06\x38\xee\xf0\x61\xb8\x3a\x57\x8d\x65\xc3\xd5\xe6\x63\xb7\x2d\x0a\x9a\xd5\x72\xc3\xd4\xc9\xe3\x10\x1f\xa7\x60\x7d\xce\x85\x78\xdc\x00\x57\xab\x8c\x73\x18\xae\xae\x83\x0a\xa7\xf1\x7c\x09\x29\x44\x9c\x86\xe1\xea\xf6\xe0\xd5\x18\x94\x27\x14\x30\xf9\x10\xd3\x9b\x99\x53\x5c\x8d\x12\x05\x2f\xf3\xf7\xbd\x2e\x7c\xc9\x37\x0c\xc3\xd6\xf5\x39\xe7\xdf\xd5\xeb\x05\xa7\x8e\x57\xcf\xac\xab\xd5\xfb\xbf\xe6\xc7\x5f\xd1\xf4\x57\x57\xfc\x64\xa8\x35\xa3\x83\xaf\xf7\xf9\xdf\xbe\xb1\xaa\xc9\xc6\xfb\xe5\x48\x6a\x0e\xa5\x88\xdd\x69\xfe\xa7\x6c\x41\xe5\x41\xe3\x28\xce\x73\xef\x13\x45\x7f\xe6\xd4\x8c\x86\xea\x7c\x50\xdb\xa6\xb8\x2b\x78\xb6\x89\xa1\x4e\x06\xc1\x30\x8c\x9d\x95\xb2\x36\x0e\xc6\xd6\x55\xb0\x50\x00\x5a\xc3\x30\x76\x51\x99\xfc\x40\x69\xde\xe3\x17\x1a\x30\xb7\x89\xbd\x79\x4c\x28\x72\xb2\xce\x93\xb8\x9b\xee\x80\xcc\xb6\x46\x87\xe1\xeb\x32\x35\xb3\x22\x68\x27\x9a\xdb\x81\xa0\xdd\x20\x14\x31\x10\xb4\x53\x31\xc6\x58\x08\xf9\xa9\x27\xc1\x7d\xef\x89\x7d\x0e\xd8\xdb\x54\x96\x33\x0c\x38\xb7\x2a\x10\x23\xee\xfb\xa1\xab\x90\x1d\x11\xb5\x65\xa5\x19\xd2\xc2\x1d\x8b\x12\x28\xcd\xa3\x0b\xa6\x68\xad\x20\x8b\xf2\x93\x1f\xf3\xff\x7f\x6f\xe2\xfd\xe7\xf8\xf7\xff\x67\xfd\x97\x7f\x73\xce\xe1\x62\x16\xe1\xbb\xbd\x2c\xe7\xf0\x8f\x3b\xec\x03\x67\x0e\x67\xe7\x2a\xfe\x4b\x5b\x78\x37\x5c\x63\xce\xe1\x77\x76\xb6\x76\x6e\xcc\x69\xe7\xe4\xc9\x6d\x28\x59\x58\x5a\xb0\x73\x72\xe1\xda\x6a\xb5\xc9\x8a\x70\x4e\xfe\xd9\xc6\xe9\x56\xe3\xe3\x1c\x8e\x59\x07\x9b\x8a\xf3\xba\x26\x1e\x67\x5b\x78\x36\x06\x86\x73\x0d\x57\x33\xfc\x29\xce\xd3\xa4\x86\x8f\xd9\x96\x99\x8d\x4a\x8c\x73\x72\xbe\xda\xfa\x12\x9d\xcd\xc2\xce\xe1\x75\x75\x5d\x4d\x9a\xec\xe4\x89\x60\x06\x75\x6a\x3c\x7e\x56\xd7\xd5\xce\xcd\x4e\xda\x09\x1b\x8a\xb3\x6a\x57\xe7\xf0\xac\xba\x4e\x3b\x13\xaf\xae\xd3\xce\x4e\x3b\xad\xbf\x38\xd7\x69\x67\xa7\x9d\xe6\x65\x71\x6e\xd0\x4e\x9b\xcb\x37\x84\x04\xce\x0d\xee\x6e\x93\x78\x70\x9e\x26\x8d\x76\x28\xfa\x6d\x27\x77\x1f\xdc\x9d\xcc\x29\x2a\xdf\x9d\xb3\xa9\xc0\x62\x18\x76\x23\xae\x69\x63\xdf\x42\x0b\xb6\x53\x47\xe2\xe8\xb6\x91\xbe\xa1\xfc\x70\xce\x46\xb9\x73\x2f\xed\xcc\x3c\xfb\xe4\x74\x1b\x47\x21\x58\xba\x9d\x73\x93\x4e\xb4\x78\x9f\x16\x93\x73\x6e\x29\x16\x61\x94\xda\x21\x70\xf7\xdd\x8f\xcf\xfe\x5f\xff\x16\xe8\xd0\xce\x9b\x37\xc1\x79\x47\x73\xcd\x35\xe1\xbc\xb9\x01\x9c\x37\xb4\xbf\x97\x55\x65\x39\x6f\xc1\x74\x8b\xdf\xfc\xeb\xdf\x62\xb4\xa0\x93\xf3\x5e\x41\x1d\xeb\xb4\xd1\x26\x6c\xe7\x03\x31\x13\x68\xba\xb3\xcd\xad\xce\x1b\xdc\x72\xde\x70\x56\xc0\xa8\x72\x3e\x71\x77\x43\x39\x21\x2f\xee\x9e\xc6\x09\xf8\xfc\xec\xac\x9c\x9e\x08\x69\x64\xf4\x1a\xe8\x75\x3e\xe3\x7b\x97\x54\x42\x61\xa7\xe2\x53\x85\x1e\x12\x38\xbd\x70\x7a\xe3\x74\xed\x54\x68\x62\xa0\x2b\x41\xb7\xf1\x83\xd3\x6d\x59\x74\xb1\xb3\xf3\xe1\x89\x6c\x15\x73\xd1\xfc\x97\xce\x3f\x78\xf7\xf9\xa8\xf1\xe1\xc8\x77\x9c\xd0\xcb\xcf\xce\x97\x23\x27\xd7\x84\x05\xd1\x9b\x6f\xce\xf9\xcd\x91\xe6\x34\x0a\x28\xec\xba\x60\x0e\x23\x17\xcc\x1b\x14\x12\x9f\x38\x38\x82\x11\xe6\x8a\x09\xa8\xe4\xba\x60\x1f\xc7\xa1\xf6\x1f\x7c\xe5\xf4\x18\x4e\xd4\xe9\xe7\x48\xc7\xce\xe2\x4e\xd4\xc3\xb4\x7c\xd8\x49\x18\x08\xdd\xe7\xfc\x30\xb1\xa0\xbd\xec\x90\x58\xce\xd3\x2a\xce\x1c\xa2\xbf\x0e\xa5\xdf\x44\x4c\xc2\xa1\xed\xeb\x10\xf5\x4d\x64\x02\x3a\xc4\x79\x1d\xaa\xbc\x19\xe9\x18\x87\xbe\xae\x43\x2b\x37\x07\xc7\xe9\x0f\x01\x15\xb3\x18\x72\xb0\xe8\x85\x43\xb4\xd5\xa1\xd6\x9a\x37\x53\x10\x2a\x99\x2e\x28\xff\x65\x6a\x27\x47\x6e\xdc\xc9\xe6\x78\x76\xe8\x56\x3a\x04\x2b\xb3\x37\x5b\xdb\x21\x4f\xe9\xd0\xa5\xcc\x7e\x6b\xe7\x64\x27\x4c\xc0\x7c\x0e\xd4\xf7\x1c\xb2\x7b\x79\x19\x7c\x71\x88\xe1\x39\x54\xf0\x4a\xc8\xdc\x88\xfe\x89\x2c\x5d\xa9\xe6\x84\x77\xc8\xb1\x39\x74\xd8\x2a\x7c\xbb\x0e\x1d\x36\x87\xc8\x5a\xcd\x66\x4e\x3a\xc4\xca\x1c\x2a\x65\x69\x59\x11\xae\x43\xa1\xcc\x21\x4b\x96\x56\xe6\xee\x84\xf1\x90\xef\x4a\xea\xf3\xc8\x50\x39\xb4\xa7\x72\xb0\xc4\x31\x87\x2e\x94\x93\x20\x54\xa4\x33\x20\x53\xe4\xd0\x26\xca\xf8\x97\x1d\xda\x44\x0e\x51\xa2\x4c\x81\xa7\x43\x32\xc8\xa1\x15\x94\x9f\xcc\xce\x97\x1b\xc1\x85\xfb\x34\x76\xd2\x93\x51\xd4\x29\x81\xe9\x17\xbd\x1b\x87\xd0\x4d\xc9\x4b\x3b\x79\x21\x2c\xe5\x65\xf3\x44\x8b\x23\x11\x76\x7d\x99\xd6\xd0\x75\x71\x08\xba\x94\x97\x59\x31\xd9\x08\x70\xc9\xc1\x78\x60\xce\x2f\x97\xcc\x15\xe7\x12\x3e\x38\x32\x0a\x5c\x32\xaf\x91\x4b\x91\x4f\x6c\xbe\x7c\x97\xcc\x15\xe4\x12\x3e\x20\x4d\x80\xc9\xe6\x1e\x97\xa8\x17\x09\x83\x9d\xe6\x63\x70\x29\x63\x92\xb2\x44\x26\x46\x47\x3a\xa3\xc3\x3e\x71\x22\xca\x99\xa8\x00\xc7\xaf\xe7\x12\x43\x26\x35\x85\xe2\xd9\x69\x36\xaa\x4b\x68\x2f\x55\x0b\xa7\x39\xe4\x54\x1c\x3a\x2a\x85\x04\x7d\x87\xbe\x88\x43\x58\xa4\x3a\x03\xa7\x0e\x69\x0f\x87\xa6\x47\xcd\xf1\xd8\x13\x98\x0f\xff\x3b\x83\x22\x9b\x1f\xcf\xe5\xa0\xf8\x8a\xbd\x2d\x48\xea\x1d\x7c\xf4\x39\x9a\x33\xc2\x41\x44\xee\x60\x20\xcf\x28\x01\x39\xb8\xad\x9d\x48\xad\x29\xd0\x72\xd0\x3c\x3b\xb8\x9d\x33\x4e\x7d\x07\x93\xb3\x83\xbe\x39\x6f\xcb\xd3\x77\x10\x35\x3b\xd8\x99\xf3\xb6\xb8\x99\x83\x71\xd7\x41\xb3\x5b\x50\x62\x76\x30\xd0\x3a\x68\x67\x4b\x30\xe4\xee\xa0\x2c\x75\xf0\x94\x16\xea\x75\x1d\x6c\x9f\x0e\x8a\xcf\x82\x20\x80\x83\x4e\xd3\xc1\xa3\x59\xe0\xb0\x75\xf0\x37\x3a\x88\x1b\x2b\x24\x92\x0e\xf6\x42\x07\x6d\x61\xcd\x66\xcc\x3b\x48\x05\x1d\x6c\x82\xb5\xf3\x01\x61\x2b\x73\x50\x94\xa5\x65\xb9\x25\x0e\x86\x1b\x07\xb5\x4d\x7e\xf9\x80\xb0\xb9\x38\x68\x5c\x32\x39\xe0\x0e\x12\x03\x07\x7b\x41\x81\x04\xd4\x51\x44\xef\xa8\x9e\xaf\xc1\x62\x09\x8e\xaa\x74\x47\x39\x7a\xcd\xe6\xed\x71\x94\xa3\x3b\xea\xd0\x2b\xf5\xe4\x8e\xca\x73\x47\x91\x79\x2d\x96\x89\xe9\x28\xc9\x76\xd4\x62\xd7\xc6\xc8\xa3\xa6\xda\x51\x4c\x5d\xbb\xa1\x32\x47\x31\xb5\xa3\x8a\xba\x76\x73\x24\x3a\xea\x7e\x1d\xc5\xbe\xcd\xb1\x2e\x51\x15\xe9\x28\x85\x6c\x83\x39\x8f\xc2\x3a\x47\xed\x5c\x2f\xd8\x23\x54\x93\x39\x4a\xc8\xb2\xcc\x2e\x6a\x82\x1c\x85\x40\xd9\xf3\x44\x14\x64\x38\xaa\x30\x32\xac\xb3\x8e\xaa\x08\x47\x29\x44\xee\x4c\x30\xe4\xf4\x3a\x12\x79\x4b\x64\x1e\x25\x25\xd7\x91\x87\x5b\xb2\x65\xa8\x3a\x72\x56\x1d\x89\xaa\xa5\xb2\x32\x90\xbe\xe8\xc8\x5b\x2c\xaf\xa5\x72\x38\x12\xa3\x1c\xd9\x50\x15\xc3\xdc\x91\x81\xe4\x48\x3d\xaa\xc5\x22\xd4\x8e\x44\x23\x47\x86\x51\xad\x96\xbd\xe4\x14\xbe\x27\x6e\xdf\x02\x4d\x22\xe6\xeb\x08\xf6\xb6\x86\x39\x43\xe0\xd3\x11\xed\x6c\xef\x60\xa7\xcd\x6b\x8e\xe8\x58\x2f\xd8\x62\x44\x23\x1c\x61\x88\x1c\x31\x63\xf1\x4e\x3a\xdc\x92\x99\x62\x58\x87\xfb\xcd\xe1\x77\xcb\x14\x6c\x3b\x3c\x27\x0e\x97\x49\x09\xe6\xf8\x74\x00\x51\x07\xfa\x2c\xd9\x30\x9b\x03\x8d\x38\x60\x48\x79\x2c\x25\xd5\x3d\x16\x7f\x71\x0f\x81\x17\xd8\x86\xdc\xc3\x38\x7a\xa0\xf6\xa1\x76\xdd\x3d\x16\x39\x70\x8f\x85\x0b\x6a\x36\x34\xed\x1e\x0b\x00\xb8\x27\xb2\x82\xb1\xfc\x3e\x24\x7f\x3c\x0d\x19\x8a\xca\x8d\x26\xd7\xa4\x76\xbd\x54\xae\xc9\x24\xf0\xd8\x24\xd0\x1b\x1d\xec\xd9\x34\xc9\x62\x79\x39\x60\xce\xbc\xbc\xa5\x97\xb7\xd4\x58\x2a\x5f\xe6\xfb\xd7\xe6\xfb\xdc\x58\xbd\x5f\x9b\xe4\xdc\x4b\x72\xde\x0b\xaa\x78\xcd\xbd\xef\x5e\x33\x32\x33\xc9\x1f\xee\x65\xf5\x7e\x71\xcd\x13\x34\x74\x2f\xa9\x46\x2f\x84\x9f\x90\xe7\xb8\x97\x2c\x9f\x17\xae\x4d\x12\xdb\xdc\x0b\xa2\x7a\x91\x75\x28\x18\x29\x2f\x53\xe5\x3b\x08\xc3\x06\x76\x9a\x95\xef\x5e\xd4\xee\x3c\x2b\xed\xcb\x02\xf8\x4e\x3c\xed\x2c\x2c\xaf\x99\xe9\xee\x25\x6e\x8b\x32\xb6\x7b\x99\x15\x5f\x42\xa4\x85\xf7\x39\xed\x4d\xb8\x49\x19\x2d\x75\x1f\x6e\x9a\xb3\xdd\x4d\x18\x75\xc0\xce\x6e\x1a\xe8\x72\x13\x36\x90\xc0\xe8\x98\x58\x6d\x93\xfc\x8f\x62\x01\x1e\x37\x99\x58\x26\x5c\x16\x05\x53\x6e\x9a\x3b\xc8\x4d\xfc\x40\x0d\x6b\x68\xb2\xf8\x4f\x16\x7f\xc7\x38\x9a\x18\xb5\x93\x48\x7d\x58\xda\xc9\x35\x09\x90\x67\x6c\xb1\xb9\x38\xd2\xf0\x78\x46\x37\xc0\x4d\x46\xf1\x24\xdd\xbc\x9a\x63\xde\x2d\x26\xd5\x65\x9f\xbf\x10\x68\x75\xcb\x3a\xa6\x5b\x01\xe2\x77\x2b\xf3\x74\x8b\xae\xb8\x22\x9f\x03\x7b\x64\xb1\x9c\x2d\xeb\x91\x35\x59\x5c\xd1\x2d\x70\xe7\x82\xa9\xb3\x98\x3f\xd2\x2d\xec\xfa\x65\xdf\xaf\xb6\xce\xe9\x98\x48\x0b\x3f\xd6\x30\x2f\xb7\x5b\x0c\xae\xc5\xfc\xb9\x41\x3f\x8b\x79\x69\x4d\x78\x95\x2a\x3b\x37\x3b\x89\x35\x57\xba\xf7\x66\x52\xdd\x9a\x54\x2b\x3b\x2d\xac\xe8\xb6\x75\xe8\x46\xc6\xa8\xdb\x98\x87\x9b\xd8\x43\x31\xca\x06\xb7\x49\xa8\xdb\x16\x54\xe8\xc5\x9c\x42\x6e\x93\xe7\xb6\xcd\xb7\xdf\x1b\x96\xe0\x26\x19\x6d\x9b\x37\xa0\x37\xcb\xd8\x75\x9b\x19\x6c\xa3\x95\x51\x1c\x3b\x59\xa0\x37\x0b\xf4\xb3\xf2\x5f\x0d\x8a\x6d\xfe\x1f\xb7\xcd\xf1\x53\xbc\x0d\x08\xef\x6c\x02\xf5\xce\x16\xdc\xda\x0d\xec\x79\x67\x86\x93\x77\x90\x00\xb3\x26\x7b\x67\x4f\xe6\x71\x70\xd4\xa9\x9d\x66\xf1\x7a\x5c\x1a\x75\xdb\xaa\xe8\x9d\x19\x14\xde\x99\x41\xd1\xa8\xe7\xf1\xce\xba\x8f\x77\x30\x4f\x64\x4b\xf4\xf0\x6e\x71\x4d\x28\xeb\x9b\x85\x4c\xbd\xb3\x57\xef\x1d\xf1\xfd\x61\x51\x66\x0f\xc2\xf5\x8e\x50\xfe\x63\xb8\xce\x7b\xfb\x2c\xde\xa3\x49\xef\xcd\xc5\xe0\x01\xba\x1e\xa0\x9b\x83\xf5\x29\xef\xed\x5b\x79\x6f\xdf\x2a\x17\x73\x59\x7a\x6f\x2b\x9f\xf7\x16\xc6\xcc\xaf\xa5\x69\x7b\xcf\x13\x79\x7b\xa2\x02\x05\x93\x07\x55\x7a\x0f\x4b\x2d\xfe\x58\x0f\x9c\xf4\xe0\xc8\x8a\x46\xa9\xf7\x2f\xa7\x43\x34\xf9\xd8\x70\xf4\xde\xa6\x6f\xef\xc5\xe3\x6f\x25\x46\xde\x6f\xee\x4e\xc2\x43\x36\x1b\xc7\x83\x00\x7d\x30\xbb\xa9\x75\x1b\x4f\x3e\x58\x34\xd8\x07\x9b\xcc\x1b\x11\x2a\x1f\x6c\x4e\xf7\x21\xb0\x58\x2d\x8e\xb4\x1e\xe6\x83\xc5\xaa\x7a\x35\x60\xe6\x83\x99\x33\x3e\x98\x39\xd3\x87\xe5\x04\xfb\xf0\xb0\xd3\xba\x4f\x49\xe6\x87\xf4\x81\x37\x1f\x90\x8b\xf3\x66\x50\xf8\x68\xf0\xd5\x47\x91\x0e\x9a\x99\xe0\x01\x5f\x3e\x3a\x48\x5c\x2d\xa0\xe0\x51\xea\xf7\x48\xf4\xd7\x61\x46\xbf\x47\xbf\xde\x23\x5c\x5f\x09\xfb\x79\xa4\xdf\x3d\x9a\xef\x95\x6c\x21\x8f\xfa\xba\x47\x72\xbd\xc1\x56\xe4\x81\x70\x1e\x08\xd7\x72\x61\xa7\x79\x0c\x3c\x22\xdc\xed\x31\xb7\x9a\x47\x8d\xd8\x23\x41\xdc\x8b\xe5\x2a\x79\x24\x7f\x3d\x00\xab\x57\x9b\x4b\x3c\x72\x9a\x1e\x1d\xcd\x92\xcd\x9f\xee\x51\x8d\xf4\xc8\x45\x16\x18\x3c\x7d\xb2\x70\xac\x4f\xc4\x61\x49\xf9\xf0\xc9\x3c\x5a\x3e\xc1\xaa\x44\xde\xae\x4f\xe6\x30\xf2\x49\x94\x42\x06\x9e\x3d\x4a\x8d\x1e\x89\xc6\xbe\x2c\x09\xd2\x23\x96\xe8\x51\x49\x2c\x69\x73\xa4\xb5\xc5\x23\x6b\x58\x86\xb9\xa6\x3d\x32\x82\x1e\xfd\xc0\xea\x2d\x20\xee\xd1\xe3\xf3\x88\xf0\xd5\xca\x87\x43\x64\xcf\xa3\xac\x57\x87\x45\x5c\x3c\x5a\x7a\x1e\x11\xbd\x3a\xcc\xe1\xef\x91\xb6\xf3\x68\xda\x55\xfc\x8c\x1e\x79\x32\x8f\x2e\x59\xf7\x83\x6b\x32\xde\x11\xbb\xea\xdd\x0a\x10\x3c\xa2\x4d\x1e\xb5\xa6\x8c\xb6\x9d\x07\x63\x78\x14\x73\xea\xab\x23\x07\xd7\xc4\xe0\xc5\xdf\xe4\x81\x1a\x1e\xa8\xd1\xf2\xe2\xee\xb6\xc4\x7a\x84\x51\xda\x93\x38\x7d\xb2\x13\x6a\x1c\x67\x86\xb9\x47\xbb\xc3\x23\xda\xd1\x23\xef\x13\xee\x7c\x5f\xc4\x3f\x68\xa1\x7d\x0f\xa9\xbc\x87\x4d\xbe\x91\xcd\xed\x21\x04\xf7\x30\x81\x67\x6f\x38\xd9\xc3\x85\xec\x21\x40\xee\xd5\x68\xcc\x3c\xec\xbb\x5e\xb4\xbb\xdb\x90\x8a\x87\xb2\xd5\xc3\xd5\xda\xa6\x67\x27\xd3\x5a\x11\xa1\x8e\xf9\xd6\x3d\x34\xaa\xbe\x48\xa4\xd2\x00\x84\x87\xb9\xd2\x43\x59\xd9\x87\xe1\x4f\x0f\x49\xa5\x87\x9d\xb2\x0f\x43\x54\x1e\x92\x47\x2f\x76\xc7\x42\xaf\x83\xa5\xd0\x43\x4f\xd8\xa7\xd9\x4d\x1e\x7a\x42\x0f\x2f\x61\x87\x57\xc3\xc3\x87\xe7\x45\x84\x87\xec\x92\x87\xfa\xce\xc3\x79\xd7\x89\x62\x7b\x08\xbe\x3c\xcc\x5e\xb9\x5a\xe2\xa6\x87\x2d\xc8\x43\x11\x94\x5f\x2b\xfc\xf0\xa0\x0a\x0f\xaa\x28\x54\x4a\x7b\xc8\x53\x3c\x8c\x29\x35\x58\xf4\xc2\xc3\x23\xe2\x21\x0f\xe9\xce\xd6\x64\x0f\xbd\x84\x87\x53\x22\xa3\x61\xe9\x61\x86\xf0\xd0\x41\x64\xfc\x8c\x9e\x4a\x63\x4f\x79\x71\x09\xda\x69\x91\x2f\x4f\x1d\x6a\x81\x67\xc0\x53\x62\xe8\xa9\x2b\xac\xd1\x72\x24\x3c\xd5\x81\x9e\x92\xc0\x9a\x3b\x4d\x32\xeb\xc4\xab\x0a\x8e\xdc\x60\x4f\xfd\x8f\xa7\xf0\x27\x07\x0b\x52\x78\x6a\x74\x3c\x85\x39\x99\x18\xa3\xa7\x58\xc2\x53\x21\x91\x6b\xe5\x74\x5b\xa8\x3d\x09\xe2\x79\xf3\xea\xc8\xc8\xf4\xa4\x62\x96\x6a\xc9\x01\x9e\x6c\x2a\x3f\x6c\x72\xac\x48\x60\x7b\x32\x42\x3c\xa9\x20\xad\x98\x5b\xcd\x13\x8e\xf6\xc4\xa1\x73\x62\x95\x21\x02\xec\x09\xfd\x66\xcd\xb4\x04\xbd\x3c\x91\xae\x8c\xa0\xb5\x27\xe6\xe4\x09\x2f\xe5\xc5\x7a\x34\x6c\xcd\xf1\x03\x7d\xd2\x60\x45\x17\x7e\xd8\x2a\xea\x87\x4d\x25\x25\x5a\x10\xd4\x83\x2a\x3c\xa8\xa2\x54\xb7\xff\x66\x50\xf8\x87\xaf\xfa\x90\xbe\x53\xcd\xac\xf1\x0f\x06\xc5\x83\x02\x03\xbc\x5d\xfe\x31\x5b\xc7\x3f\xc8\xd3\x11\xe7\xf2\x0f\x2b\xed\x83\xed\x10\x12\xa7\xdb\x87\xf7\x0f\x1c\xec\xd4\xcf\xfa\xa7\x73\xa3\x0e\xf3\xac\xa3\xbd\x9d\xd3\xcd\xd3\x5b\xeb\xe2\x48\x1b\xc6\xfe\x19\x62\x89\xb5\x77\xf0\x30\xeb\x3c\x0f\x3c\xa7\x8e\x26\xb1\x00\x3e\x8f\x48\xd5\x1b\x3b\x27\x3b\x59\xac\x8c\x5c\xdb\x3f\x2f\xa7\x53\x32\x4b\xd0\xc1\xbf\x66\xce\xfa\xd7\xcc\xd9\x44\x85\xa8\x7f\x2d\xfd\xc9\xbf\x28\x68\x40\xd2\xea\x81\x31\x5e\x30\x26\x64\x4e\xb7\x9c\x19\xff\xda\x42\x96\x93\x25\x38\xf8\xd7\x92\x5d\xfc\x9b\x21\x7a\x66\x59\x7b\x29\x64\x78\x01\x90\xc3\xaa\x98\xfc\x3b\xb8\x91\xf9\x1d\x0a\x19\xf4\xfe\xa5\x53\xbc\x70\x76\x67\x56\x6f\x60\x8c\x07\xc6\x14\x0c\x74\xff\xbe\x34\x09\xb6\xec\x46\xdf\x7f\x59\x00\x5f\x16\x40\xab\x82\xfb\x37\x3f\x0d\x55\xfa\x09\x45\xac\xa3\x4b\xce\xc4\x4e\xcb\x5c\xaa\xd1\x0a\xa3\xfc\xb4\x35\xd2\xcf\x44\xfa\x34\x2b\xc3\x34\x7f\xbf\x9f\xca\x4c\xb2\x38\x9d\x9f\x18\x29\xd3\x8c\x94\x4a\x92\xb7\x9f\x18\x29\xd3\x8c\x94\xda\x0d\xe8\xfa\x89\xd9\x35\x91\xc8\x1b\x8d\x9d\x58\x82\x73\x03\xdd\x13\xed\xb4\xe5\xd0\x4f\xc4\x68\x49\x82\xf0\x0b\xa3\x6f\x21\x0d\xe3\x2c\xbb\xd9\x2f\x8c\xa9\x65\x16\x48\xf7\xac\x36\x8b\xc6\x2f\x38\x5b\x1c\xcf\xbe\xf8\x1c\x8b\xcf\x91\x75\x4d\x03\x4a\x7e\x4d\x84\x2b\x0d\x44\xf9\x35\x29\x44\x31\x64\x5c\xa8\x63\xf1\x9b\xb9\x64\x23\xb2\xda\x18\xe2\x9b\xce\xb0\xad\x33\x94\x87\x25\x68\x5b\x1e\x9a\xdf\xc8\x9b\x20\x4c\xe3\xb7\x19\x37\x7e\x4b\xcd\x92\xb5\x6e\x37\x8e\x6c\xe8\x04\x1b\xaa\xf4\x9b\xe5\x77\xb3\xfc\xe2\x38\xf0\x7b\x70\xa3\x41\xae\xb6\x45\x4f\xfd\x36\xe7\xa5\xdf\x14\x9f\x77\xd6\xe4\x4d\x0f\xd9\x00\xdd\x4e\x4f\xde\x98\x1e\x1b\xd3\x83\xea\x43\xbf\xcd\x54\xf5\x5b\x4a\xc3\x9d\x26\x6d\x4e\x97\xa8\x30\x86\xcf\x66\x82\xd9\xa8\x66\x53\x13\x1f\x9c\xbd\xe4\xe0\xec\x25\x37\xd2\x87\x82\xb3\xae\x11\x5c\x82\xa4\xde\x50\x45\x70\x85\x9d\x05\x8a\x50\xf3\xa4\x04\x67\x2e\xf3\xe0\x60\x0a\x5d\x8b\x6b\x36\xae\x69\xd1\x8d\x4e\x59\x4b\x20\x8c\x19\x88\x5f\x76\xb7\xb8\x91\x85\x0e\x03\xa1\xc3\xee\x2d\xe1\x24\x78\xc3\x59\xc1\xdb\x2c\x5e\xb2\xe5\x60\x04\x4f\x78\xd0\x23\x57\xd0\x26\x3b\x6d\x9e\x08\xfe\x41\x0d\x84\x1b\xf9\x97\x20\x15\x9c\xf9\xcb\xd2\x2d\x82\x47\x90\xdb\xe3\xc7\x59\x16\x71\x0e\x98\xfe\xc1\x33\x0d\x13\xb4\x0d\xc1\xbc\x1e\x21\xc0\x8e\x5c\x39\x3d\x44\xe2\x7b\x90\x19\x57\x5b\x69\x43\xb0\xc5\x3f\x04\x5b\xfc\x2b\x5a\xc9\x21\xd8\x94\x10\x42\x95\xc6\xe8\x62\x67\x64\x67\x02\xe8\x72\xa3\xca\x35\x2d\xb8\x5c\xe1\x08\x0c\xa1\x12\x72\x84\xb1\xd5\x59\xe6\x48\x08\x36\xd4\x42\x80\xd9\xd4\xdb\xbc\x14\x82\x45\x87\x43\x80\xc4\x34\xf0\x44\xc1\xbc\xdc\x21\x2c\xe8\x61\x2d\xf7\x34\x04\xeb\x36\x21\x58\xb7\x69\x23\x73\xba\xc5\x02\x42\xb0\x58\x40\x1b\x36\x59\x85\x48\x8c\x2b\x42\xc4\xbd\x6c\xf6\x0e\xd1\x72\x12\x43\xb4\x50\x57\x2f\xe6\x4e\x0f\x44\x5a\x42\x2c\x54\x0f\xd8\xea\x1d\xa2\xd9\xa1\x21\x62\x87\x32\x10\x42\x7c\xd8\x89\x23\xfb\x99\x9c\x6e\xa6\x40\x40\xf7\xbf\x78\x5b\x65\x02\x82\xf1\x01\x9b\xbf\x24\x5b\xbd\x43\x42\xc8\x38\x99\x93\xb4\x74\x73\x53\x06\x10\x40\x00\x01\x94\xc7\x6c\xf0\x90\x08\x63\xa6\xa4\xce\x60\x8d\x4f\x99\xd3\x11\xaa\x85\x47\x21\x24\x33\xad\x42\xea\x4a\xeb\xb1\xb7\x94\x06\xa1\x3c\xdc\x16\x89\x37\x2f\xc5\x77\xa4\xde\x6b\xcd\xec\x9c\xc4\x0c\x27\x34\xe7\xe6\xf1\x09\xe8\xa3\x07\x20\x43\x1d\x16\xc5\x0e\x28\x4a\x07\x64\xa4\xeb\xb6\xa4\xe9\x80\x1c\x74\x40\x07\xba\x6e\xcb\x73\x0d\xd8\xee\x01\x89\xd5\xd6\xcc\x73\x1a\x50\xd0\x0c\x48\x67\x36\xb8\x87\x02\x62\x99\x81\x48\x42\x9b\x85\x1b\x99\x53\x3d\x20\x81\xd9\xa6\x19\x68\x01\xd1\xcb\x80\xda\x65\x83\x61\x2d\xa0\xda\x18\x90\x6a\x6c\x96\x0e\xf8\xcf\x06\x45\x40\xc5\x30\x20\x5d\xd8\x7d\xe1\xda\x86\x93\x03\x72\x73\x1d\xde\xe3\x80\xc4\x5b\x40\xd7\xad\x23\x22\x12\xd0\x6b\x0b\x45\x69\xf7\xe6\x27\x09\xc8\x7d\x05\x74\xbe\x72\xb0\x40\x46\x40\x8e\x27\xa0\xc3\x93\x97\x41\xcd\x80\x06\x4d\x40\x7c\xa6\x78\x8b\xd7\x05\xa4\x54\x02\x1a\x2a\x25\x55\x76\x9a\x41\x19\xd0\x37\x28\x8f\xd9\x64\x01\x6d\x83\x80\xa8\x41\x79\x6c\xf9\x0d\x88\x08\x84\x22\x54\x69\x6b\x5d\x80\xe4\x3c\xc0\x6e\x5e\xb3\xb9\x98\x02\x3c\xd9\x01\x82\xec\x8a\x10\x4a\x80\x4e\x3a\xc0\x23\x5d\xd1\x35\x0a\xd0\x0e\x07\xf8\x86\x2b\xf4\x20\x81\xb8\x44\x80\xce\xb7\xee\xc5\x35\x69\x12\x74\x9a\xad\x5a\x64\x27\x40\x68\x19\x60\xb1\x6c\x10\xc7\x06\x78\x12\x03\x04\x89\x0d\xe6\x9b\x00\xdd\x5f\x80\xe7\xaf\x11\xab\x0c\x10\x63\x05\xd8\xb0\x3a\xcc\xc4\x01\x2e\xa8\x00\x01\x54\x7f\x98\x8a\x20\x7f\x0a\x30\x3e\xf5\xa7\x70\x3a\xbd\x8f\x50\x42\x7f\x75\x77\x5b\xd6\x82\x42\x09\xde\xdc\x16\x01\xb6\xa4\x00\x4d\x52\xf6\x46\x4d\x14\xa0\x40\x0a\xe2\x3d\x0a\x8d\x9d\x8c\x66\xd8\x1c\x0a\x01\x82\x40\x51\x69\xa0\x7e\xb4\x46\x33\xbb\x02\xd5\x9d\x01\xab\xbd\x26\x8b\x27\x07\x2a\x16\x03\xc5\x89\xb5\xd8\xb2\x16\x08\x17\x04\xea\xfb\x6a\xe3\x6b\x52\xd0\x11\xa8\xe4\x68\x89\x49\x0b\xc3\x3e\x0c\x1b\x80\xad\x16\x8e\xb4\x6f\x1b\xc8\x87\x6f\xdd\x73\x24\x29\x11\x64\x7c\x37\x94\xa8\x02\xd9\xbe\x81\x14\xdf\xb6\xf8\x46\x24\xc5\x06\xb2\x61\x1b\x9c\x78\x01\x5c\x10\x48\x4a\xed\xde\xe2\x9f\x81\x54\xd3\x40\x8e\x69\xf7\xcc\x10\x64\x95\x06\x52\x49\x3b\x89\x70\x81\x04\xd1\x40\x66\x68\x0f\x7a\x22\x46\x1c\x69\x65\xbd\xeb\x46\x4c\x99\xe4\x84\xf5\x3e\x39\x92\x11\x37\x18\x71\x24\xab\x86\x87\xc5\xea\xc1\xe0\xa5\x54\x23\x3c\xa4\x6e\x3c\x08\x7c\x15\xb3\x08\x02\x81\x85\xf0\xd8\xd7\x2c\xf8\x86\xc2\xc3\xc2\xf2\x34\xe6\xd1\xc1\x91\x0f\x47\x3e\xc8\x53\x58\x01\x6f\x78\x58\x69\x1f\xd1\xe6\xb0\xda\x3c\x4c\x99\x0f\x53\x66\x60\xf5\x7e\x58\x7e\x1f\x3c\xbd\x28\xe2\x84\xc7\xdc\xd4\xe1\x41\xb0\xa4\x5a\x48\x2e\x3c\xac\x4b\x0f\x95\x4a\xcd\x12\xec\x02\x81\x8c\x40\x20\xa3\x36\x73\x03\x85\x97\xc9\xf5\x65\x72\x7d\x31\x67\x5e\x26\xd7\x97\xc9\x15\xa9\xfe\xf0\x22\x71\x0f\x3a\xa8\x9b\x75\xe9\xb5\x65\x3b\x80\x00\x5a\xb0\x7a\xbd\xf0\x1a\xfa\x09\x98\xf7\xad\x76\xae\xc9\x77\x7f\xf9\xee\x88\xda\x84\x97\x4f\xfc\xc2\x3d\x3e\xcc\x88\x0e\xaf\x79\x9f\xc2\x6b\xc3\xbe\xbd\x96\xd2\x12\x5e\xa6\xe1\x97\x69\x58\xa6\xc7\x6b\x40\x27\xbc\x90\x41\x7b\x4c\x8f\x97\xb9\xf9\x85\xa6\xc8\xeb\xee\x18\x29\xef\x82\x08\xdb\x22\x8f\x61\x9a\x6f\x3e\x4c\xcb\x42\xe9\x48\x88\x85\x69\x3e\xba\x30\x23\x84\xc7\xe6\xd4\x0b\xd3\xec\xd7\x30\x09\xcd\x14\xab\x4f\x0b\xd3\x5c\xc9\x61\x52\xd6\x0e\xe1\x73\x20\x90\x11\x08\x64\x54\x54\x7e\xc2\x34\x53\x35\x10\xba\xa8\x30\xe8\x87\x69\xce\xfc\x30\x71\xe6\x17\xd6\xe4\xc9\x27\x9e\x7c\xe2\xc6\x9a\x3c\xad\xb7\x86\x89\xe6\xce\xa0\xdb\xcc\xc5\xdd\x29\x7b\x7b\xcc\xcf\x18\x16\x4d\x5a\x14\x1a\x74\x4c\xb9\x65\xb9\x6b\x61\x59\xd2\x5a\x8f\x99\x23\xb9\x11\x51\x83\xde\xad\x2c\x3b\xac\xc9\xe9\x78\xa6\xba\xb9\xe8\xc3\xa2\xdb\x2c\x6a\xd9\xe0\x2d\x0b\x6b\x73\xa4\x01\x96\x3e\x0d\x7b\x87\x6d\xee\x80\xb0\x6d\xd6\xc8\x9e\x4f\x0c\x56\x08\x60\x85\xfc\x9a\x61\x1e\xb6\xb9\x50\xc2\x46\x03\x13\xea\xa2\x40\xb4\x21\x6c\x0b\x9f\x15\x72\xbf\xc3\xe6\x1b\x6d\xfb\x46\xa5\x30\x3a\xb6\xb9\x4c\xc3\x36\xd3\xb1\x20\x45\x1b\xb6\x7d\x9c\xb0\x09\x9b\x12\xf3\x0d\x1b\x1b\x67\x63\xe3\x90\x29\x1f\x36\x36\xf8\x46\x35\xbe\x9b\x8f\x20\xec\x46\xe3\x51\x4f\xdb\x18\x3e\xdb\xb0\x7a\xd8\x1d\x49\x08\x73\xf7\x07\xe0\x44\xd8\x38\xf5\x3a\xef\x73\xdb\x32\x18\xb6\x6a\xf5\x30\x78\x01\x09\x61\x53\x88\xe7\x8d\xa0\xdf\x32\xee\x2c\xf1\xce\x4c\xf8\x6c\x55\x51\xd1\xd9\x34\x13\x9d\xf9\x1b\x7a\xcb\xee\x6f\x06\x45\x04\x6b\x44\x67\xf6\x5a\x7f\x2c\xff\x36\x3a\x1b\x64\xd1\xd9\x20\xcb\xa8\xea\x46\x72\x2c\x23\xc9\x95\xb9\x58\xe6\x6b\x3c\x99\x93\xe4\x4e\x3d\xe6\xc7\x8b\xce\xbc\x50\xd1\x99\xf7\xbf\x92\x8b\x16\xdd\xc3\x8d\xf0\x26\x04\x23\xe3\x89\xee\x25\xed\x93\xca\x5c\xfc\x23\xd1\x4d\x6e\x44\xa2\xee\xb0\x29\x33\xba\xc5\x8d\xe8\xa7\xdb\xfa\x54\xf4\xb6\x26\x47\xcf\x9a\x5c\x0d\x98\x45\x65\xe5\x79\x8f\x46\x83\x79\x11\xa3\x47\xea\x93\x78\x46\x43\x64\x30\xfa\xc4\x4e\xf4\x45\xb6\x59\x99\xd1\x17\x76\xb2\x7a\x53\x31\x16\xbd\x59\x19\xd1\x9b\x95\xd1\xab\x75\xf3\xe8\xed\xc3\x47\xe2\x20\x9d\x62\xdf\xe8\x0d\x9e\x47\x5f\xa1\x92\xe7\x2d\x79\x72\x41\x3d\xea\x04\x08\x25\x46\x4f\xe6\xa4\xc7\x1f\x4e\xed\x6e\xf4\xbc\x3a\x0f\x7f\x3e\xd5\x88\x11\xf4\x14\xbd\x4d\xe6\x7d\x5b\x06\x47\xf4\xe6\x39\x8f\x5e\xa9\xd8\x99\x1b\x21\x82\xed\x5f\xaa\x7c\x5e\xed\xe4\x9a\xb6\x82\x65\x68\x5d\x23\xc9\x79\xd1\x83\xd2\xf7\xcb\x35\x27\xef\x93\x94\xa6\x62\x51\xcd\xe8\xcd\x8a\x8e\x5e\x8e\x77\x9d\xbe\xb9\xbb\xd9\x15\x15\x85\x85\x18\x2c\x09\x2d\x06\x64\x93\xba\xe5\x26\xc4\x60\x1f\x27\x06\xf3\x84\xd6\x61\x25\x39\x31\xd0\x79\x03\x76\x13\xc2\xb7\x91\x78\x4d\x54\xbc\x86\x70\x5f\x0c\x36\x65\xc6\x80\x22\x8c\x1e\x33\x20\x2d\x1a\x12\x03\xc2\xcc\x99\x18\x6c\xb9\x88\x41\x9f\xc3\x26\x98\x08\xd8\x8b\x80\xbd\x5e\xe9\x36\x80\xbd\x08\xd8\xeb\xad\x70\xba\x99\x5d\x11\xcc\xd7\x09\x32\xc7\x80\x04\x3c\x89\x7b\x7d\xf2\x35\x83\x8d\xd8\x18\x2c\x83\x35\x03\xc8\x63\xb0\x0c\x80\x18\x26\x6e\xa0\xc4\x0b\x99\x3c\xfb\xc4\xa9\x97\x78\xcc\xc9\xb3\x93\xdf\x8d\x10\x54\x0c\x08\x76\x81\x0e\xeb\xb2\x90\x5c\x8c\xe6\x68\x8c\xd1\x1c\xb0\xed\x31\x3f\x73\x24\x4c\x14\x23\x2e\x1b\x6f\x58\x31\x46\xf3\x25\xc6\x88\x8c\xeb\xe3\x39\x3d\x71\xa4\x41\xc6\xfe\x5a\x72\x5e\x8c\x66\x7a\x44\x20\x63\xa7\xa2\x21\x46\x3a\x2d\x99\x77\xf9\x31\x44\x1d\x89\x16\x45\xa2\x45\xe5\x71\x9c\xce\x78\x8f\x58\x82\xce\x16\xea\x18\x49\x8a\x8e\xa8\x49\x06\xcb\xed\x8b\x24\xe7\x45\x92\xf3\xea\xb0\xe4\xbc\x18\xcd\x71\x10\xa3\xad\xc2\xad\x30\xb1\x90\x6b\x17\xa3\x19\x29\x0d\xf9\xf3\x18\x5f\x4e\xa7\x4a\x00\x58\x18\xa3\xf5\xeb\x18\x5f\xb8\xfb\x79\x9f\x71\x72\x24\xab\xcd\xb0\x6c\xc5\x98\xcc\xe6\x88\xc9\x56\x8d\x12\x9c\x76\x2e\x76\x9a\x13\xea\x31\xd7\x67\x04\xa9\x46\x90\x6a\xaf\xe6\x91\x8c\xc9\xf0\x75\x4c\x96\x71\xd0\x1f\x9e\x28\xd1\x97\x12\x7d\x09\xdd\x12\x53\x7f\xb4\x9d\x18\x7d\x85\x23\x51\xf6\x24\x67\xae\x14\x5b\x82\x22\x08\x37\x26\x73\xaf\xb4\xa7\x73\xa3\xce\xe9\x06\x9e\x1a\x65\x47\x31\x0d\x8a\xe5\x24\xe1\xc1\xe8\x20\xbb\x2e\x26\x48\x14\x97\xb9\x68\x63\x62\xfe\x4c\xc8\x43\xc0\x5d\x1d\xd3\xcb\x8d\x5e\x6c\x46\xcf\xe9\x93\xc6\x83\x93\xeb\xd4\x4e\xae\x69\x5d\xb1\xf9\xc5\x35\xd1\xc4\x03\x43\xb7\x62\x4b\x50\x04\x4a\x47\xa2\x6f\xad\x5b\x22\x40\x24\x8d\x2f\x92\xc6\xd7\x1e\xe3\x3c\x8f\x59\xe2\xcf\x01\x45\x0e\x8b\x05\xc4\x1c\xd0\x39\xb3\x08\x54\x1f\x66\x72\xc6\x6c\xab\x54\xcc\x91\x4f\x6c\xb8\x33\x66\xb4\x87\x33\x9e\x53\x67\xeb\x7c\xcc\xe8\xfe\xe6\x41\x1a\x7b\xe0\x48\x1b\x94\x91\x4c\xbd\xe8\x18\xda\x19\x5e\x0b\xa2\x68\xd1\x75\xed\x1c\xec\x7c\xc9\x89\xb7\x4e\x9b\x99\x54\xc1\xc7\xd1\x59\xb8\x3c\x16\xd1\xc8\x99\xa3\x3f\x3a\x9a\x84\xe8\x77\x2c\x4a\xad\x1e\x1c\x69\xe0\x29\xa2\x6f\xeb\x12\x93\x55\x11\x45\x30\x99\x18\x64\x70\x44\xc4\x52\x23\x8a\x9d\x2e\x45\x76\x9a\xf3\x31\x22\xca\x19\xbc\x71\xa0\x46\xe2\x5f\x11\x91\xb6\x8d\xc0\x7b\x24\xaa\x15\x89\x6a\xd5\x61\x54\x0c\x11\xf9\x9f\x88\xee\x4f\xd5\x8a\x00\xc0\x8d\x00\xdc\x06\x55\x4a\x84\x0e\x3f\xc2\x81\xdf\x1a\xb3\x0d\x78\x35\x42\x46\xdf\x9a\x05\x1b\x22\x95\xcd\xf1\x94\x34\xa7\x43\xc4\x15\x1f\xf8\xf3\x1e\x74\xf3\xaa\x5b\x7f\x1a\x15\xa1\xff\xaf\x36\xc5\x2c\xf0\x50\x01\xd8\x36\x15\x3c\x24\x01\x24\x2f\x1a\xd3\xf4\x4e\xb1\xad\x7a\xfb\x8e\xc9\x8b\xa3\xe4\xe7\x0f\x6a\x42\x83\x7d\xf5\x44\x5a\xf7\x12\xa7\x50\x30\xd3\x34\x05\x12\x2f\x1c\x35\xb2\x09\xc2\x81\x94\x7f\xf5\x8f\x94\x70\x87\x91\x8e\x7a\x77\xda\x80\x49\xe9\xc5\x4e\x82\xca\x34\xa1\xa7\x92\xce\xe2\xc9\x91\x70\x71\x68\xdc\x78\x8a\xbd\x92\xcd\xf2\x29\x31\xaf\x7b\x6a\x97\x18\x45\x89\x51\x14\xc5\x02\x95\x3d\x15\xe7\x1e\x4e\x1b\x78\x25\x33\x29\xbc\xd9\x2a\x05\xc2\x82\x9f\x82\x41\x91\xc8\x62\x0d\x8b\xea\xa8\x4c\xd1\x79\x8e\x1c\x49\xb1\x67\x46\x8a\x8c\xd1\x90\x71\xaa\xa4\x5c\xa8\x9d\xb4\xfe\xd8\x08\xc4\xa6\x3c\xa9\xfe\x9f\x57\xc1\xe2\xca\xe2\x27\x08\x06\x3e\x29\x09\x2f\x95\xfd\xc2\x1f\x1f\xf3\xa5\xe4\x22\xa9\x07\x2d\x66\xf6\x15\xd1\xfe\x97\xcd\x65\x58\xfe\x93\x24\x95\xa0\x18\xab\x38\xaa\x3d\x24\x38\xd5\xfa\x42\xaa\xf4\x85\x2c\xcd\x8e\xce\x91\x36\xf9\xf5\x20\xd2\x7b\xca\x0f\xdb\xf8\x6a\x6b\xa9\xc3\xee\x36\x71\xa6\x6e\x27\x85\xa8\x1a\x7e\xf4\x10\xf1\x29\xf4\x3d\xe6\x9f\x9d\x72\xfd\xfb\x7c\xff\xdb\xf8\x8f\xff\xf2\x7f\xfe\x5f\xe3\x3f\xfe\xef\xf1\xdf\xd6\xbf\xde\xff\xf9\x9f\xff\xb9\xfe\xfd\x7f\xcc\xff\xfa\xfe\x8f\x7f\xfd\x1f\x3f\x7b\xff\x35\xd7\xfe\xaf\xff\xbe\xfe\x73\xfd\xbf\xff\xfd\x7f\xfe\xe7\xbb\xfe\xf5\x1f\xff\xfd\x3f\x7e\xce\xb2\xdf\xff\x17\x00\x00\xff\xff\xec\x4a\x35\xdf\x39\x08\x04\x00"); +var _gffga =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\x91\x31\x6b\xc3\x30\x10\x85\x77\xfd\x8a\x1b\xd3\xa5\x96\x1c\x92\x76\x08\x81\x92\x10\x70\x21\x4d\x89\x9b\xb6\x50\x3a\x28\xd2\xd9\x08\xea\x93\x90\xe4\xc1\xff\xbe\x48\x76\x5c\xe8\x60\xce\xfa\xee\x3d\x74\xef\x54\xec\xaa\x7d\x45\x26\x42\xf1\xea\xad\xaa\x31\x42\x63\x48\x7b\x0c\xb6\xf7\x0a\xe1\x8a\xad\x21\xc6\x44\x09\xda\xa8\x78\x3b\xe6\xa2\x3a\xe9\x18\x4b\xfe\x7a\x08\x11\xbb\x8a\x1a\x0b\xcb\x51\xa7\x7b\x37\x69\x01\x8a\x33\xb6\x26\x44\x3f\xc0\xe2\x49\xdb\x2b\xde\x81\xc6\x26\xf1\x93\xd7\xe8\x0d\xb5\xb0\x78\x96\x4e\x92\x98\x1b\x75\xef\xdc\x0f\x76\x48\x11\x78\x66\x48\x3a\x57\x56\xec\x8e\xd2\xbd\xc8\x0e\xa1\x38\xdb\x4e\x52\xa6\x19\xbe\xa3\x0f\xc6\x12\x08\x7e\xcf\xf9\xfa\x8f\xbf\x0d\x0e\x41\x4c\xee\x4b\xb5\x3f\x35\x4d\xc0\x08\x8f\xeb\x49\xf3\x79\xa9\xf6\xf0\x25\x40\x70\x28\x57\xcb\x95\xf8\x9e\xa4\x1f\x47\xab\x71\xba\x9e\x89\x31\x8c\xb2\x1a\x83\x93\x0a\xbd\xa4\x16\x19\xc0\x86\xf3\x2d\x6c\x0e\x87\x6d\x9a\xf0\x5f\x77\x36\x19\x3d\x82\x4d\x99\xc4\x0f\xb8\x85\x72\x29\xb2\xe1\xd6\x49\xff\x69\x99\x73\x38\xd5\x7b\x8f\x14\xf3\x2a\x73\x8a\x34\x86\x21\x9c\x9f\xc5\x59\x97\x5c\xf9\xfb\x0d\x00\x00\xff\xff\x19\xfc\x17\x6a\xc2\x01\x00\x00"); +func _abb ()([]byte ,error ){return _c (_dgab ,"Adobe-Japan1-3")};func _bffa ()([]byte ,error ){return _c (_ebef ,"B5-V")};var _abbf =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\x9b\x4b\xcb\x27\xc9\xd1\xdd\xf7\xcf\xa7\xf8\x2f\xe5\x85\x3c\x15\x95\xb7\x4a\x68\x1e\x90\x75\x41\x83\x91\x6c\x3c\xbe\x81\xf1\xa2\x32\x32\x73\x68\xf0\x74\x37\x3d\x3d\x0b\x7d\x7b\x13\xe7\x57\x23\x5b\xf6\x0b\x7a\x17\x22\x34\xa7\x23\x2f\x75\x2a\x2e\x27\xb3\xfe\xcf\x77\xbf\xff\xfe\x0f\xdf\x7f\xfa\xf8\xed\xf5\xdd\x7f\xfc\xfa\xd9\x7f\x58\xdf\x5e\xfb\xe3\xa7\xf9\x75\xfd\xfc\xf9\x97\xaf\xbe\x5e\x63\xfd\xf8\xf1\xd3\xdb\x9b\x9d\xaf\xf9\xd1\xbf\xfd\xfa\x9f\x32\xfe\xd3\xfd\xe5\xed\x2d\xc6\xff\xf0\xb7\x9f\xbf\xad\x9f\xbe\xff\xb4\x3f\xbf\x12\x7e\xf3\x97\x2f\x8f\xef\xeb\xf5\xdd\x7f\x5a\x3f\x7e\xfc\xf9\xdb\xd7\xbf\xbd\x7e\xf3\xbb\xf9\x79\xac\x7f\xf3\x9a\x6b\x07\xfe\x1f\xbe\xce\xf5\xf5\xe3\xa7\x1f\x5f\xbf\xf9\xfd\x5f\x7f\xb0\xbf\xc3\x3f\xfc\xf2\xe5\xcb\xff\x5a\x3f\xad\x4f\xdf\x5e\x26\x6c\x7d\x9a\xb2\x6f\xdf\xfd\xfe\x2f\xf7\x97\xbf\xde\x3f\xad\xd7\x77\x7f\xfe\xf7\x3f\xe5\x66\xbf\xfd\x77\xe5\xb7\x7f\xd6\xbf\xe9\x9f\xfe\xeb\xfa\xfa\xf3\xc7\xcf\x9f\x5e\xf6\x6f\x8f\xa3\xfe\x1f\xf8\x3f\xff\xed\xcb\x7a\xa6\x7a\xfb\xee\xbf\xff\x97\xef\xff\xf0\xfa\x1f\xf6\xb2\xe3\x75\x96\x72\x96\xff\xf9\xe0\xff\xed\x2f\x9f\xe7\x7a\x1d\xfc\xd7\xc9\xe6\xfd\xf3\x5c\x3f\x7f\xb9\x7d\x7d\xbd\x3f\xfd\xb8\xde\x5e\xaf\x0f\xc7\xf1\xfe\x7a\xbd\x3e\x5c\xc7\x7b\xfc\xd7\xef\x2c\x1f\xef\xaf\x0f\x7f\xfa\xe3\x9f\xfe\xf8\x1e\xbb\xfc\x7f\xfc\xdf\x8c\x69\x3e\x7d\xfe\x36\xd7\x06\xd3\x0c\x1f\x6c\xbf\xbf\x2c\x46\xfc\xdf\xff\xf4\x66\xc7\xf1\xac\xfb\x71\x3e\xde\x67\x78\xb7\x15\xde\x1f\x6e\x56\xbb\xad\x5c\xef\xaf\xde\x03\x28\x1d\xc0\xdf\x5f\x96\x5a\x4e\xc2\xa6\x30\x0d\x3a\xaf\x40\x6e\x13\xb2\xcb\xfb\xcb\xea\x19\xc8\xae\x20\xf5\xfd\x75\x66\xf9\xec\x06\xd2\x02\x69\x42\x2e\x90\x15\x48\xac\x76\xb2\xfc\x19\x33\x9f\xa5\x06\xc2\xcc\x67\xf8\x24\x0b\x9f\x84\x4f\x0a\x9f\x6c\xb1\x9f\x84\x4f\x1a\xe3\xfd\x95\x5b\x8c\x4a\x63\x82\xec\xf7\x57\x39\xc2\x27\x33\x2a\xc7\xa8\xd2\x4b\x20\x8c\xca\x31\x73\x2d\xb1\xc3\x82\x4f\x09\x9f\x56\xe2\x29\x0a\x3e\x25\x7c\x2e\x8b\x51\x15\x9f\x1a\x3e\xfd\x88\xfd\x54\x7c\x6a\xf8\xf4\x16\xa3\x1a\x3e\x4d\xfc\x1c\x35\x36\xd4\x70\x6a\xe1\x64\x76\xc6\xb8\x0b\xaf\x0b\x16\xcf\xd8\xe4\x85\xd7\xb5\x21\x36\x06\x76\xbc\xba\xbc\xd2\x75\x04\x84\x57\x97\x57\xd6\x1b\xb9\xf1\xba\xe5\x55\x52\x90\x7b\xe3\x75\xcb\xab\x1e\x31\x70\xe0\x35\xe4\x55\x7b\x0e\x08\xaf\x21\xaf\x56\x62\xa0\xe3\xe5\xf2\xba\x4a\x44\x85\xe3\xe5\x7b\xbe\xbf\xac\x5b\x0c\xf4\x18\xf1\x98\x33\xa7\xf0\x9a\x0c\x9c\x7a\x79\xc7\x11\x73\x4d\x06\x4e\x79\x1d\x2d\x36\xb1\xf0\x5a\xf2\xb2\x1a\x73\x2d\xbc\x96\xbc\xce\x33\x06\x6e\xbc\xb6\xbc\xd2\x19\xd3\x6f\xbc\xb6\xef\x80\xae\x18\xb8\x27\x5e\xcf\x26\xce\xb7\x0f\xe3\xd0\xc0\x71\x68\x60\x6e\x3d\x20\x0d\x1c\x87\xbc\x4a\x0e\x2f\xc2\x7c\x28\x82\xcf\x9a\x6a\x40\x78\x11\x8c\x35\x62\x7f\x10\x8d\x83\x68\x6c\x3d\x05\x84\x97\xc2\xf1\xbc\x22\x42\x07\xf1\x38\x14\x8f\x67\x2f\x47\x40\x78\x25\x05\xed\x11\x31\x3a\x88\xbf\xa1\xf8\x4b\x16\xe4\x0c\x02\x70\x64\x42\x3b\xc8\x19\x44\xe0\x50\x04\xa6\x33\xc8\x19\x84\xe0\x50\x08\xa6\x14\xe4\x0c\x62\x70\x28\x06\x53\x0e\x72\x06\x41\x38\x14\x84\x29\x07\x39\x83\x28\x1c\x8a\xc2\x54\xda\x15\x10\x5e\x8a\xc2\x54\x73\x0c\x24\x0a\x87\xa2\x30\xb5\x54\x02\xc2\x4b\x51\x98\x5a\x8f\x81\x44\xe1\x50\x14\xa6\xab\x07\x85\x44\xe1\x50\x14\xa6\x5e\x62\x20\x51\x38\x14\x85\xf9\x88\x84\x1e\x44\xe1\x50\x14\x66\xb3\x18\x48\x14\x0e\x45\x61\x3e\x8f\xa0\x90\x28\x1c\xc3\x5b\x40\x35\x06\x0e\xbf\x04\x69\x60\x8a\x44\x1b\x04\xe6\x50\x60\xe6\x24\x72\x08\xcc\xa1\x28\xcc\x59\xe4\x10\x85\x43\x51\x98\x8b\xc8\x21\x0a\x87\xa2\x30\x17\x91\x43\x14\x8e\x55\xec\xfd\x95\xab\xc8\x59\xe5\x04\x3a\xb5\x22\x50\x12\xa4\xb9\x6a\x8f\xad\x12\xab\x43\xb1\x9a\x5b\x8e\x97\x46\xac\x0e\xc5\x6a\xbe\x52\x4c\x4f\xac\x0e\x05\x66\xbe\x7a\x7b\xfb\xe0\x04\xa6\x2b\x30\x73\xef\x16\x90\xbc\x5c\x81\x59\x8e\x92\xdf\x3e\x38\x81\xe9\x0a\xcc\x62\x51\x37\x9d\xc0\x74\xbb\xef\xf7\x57\x39\xcd\x04\x0d\x41\x1a\x78\x9e\xe7\xdb\x07\x27\x56\x5d\xb1\x5a\x52\xb0\xea\xc4\xaa\x9f\x1e\x03\x53\xb0\xea\xa7\x0f\xa0\xa1\x81\x26\xc8\x05\x69\xae\xac\xe9\x89\x68\x4f\xf5\x08\x28\xca\xb9\xa7\xaa\xb9\x14\xe4\x25\x07\x13\x4e\x90\x7b\x1a\xd7\xfb\xab\x94\x53\xd0\xe8\x40\x3d\xa0\xa2\xb9\xc6\x0d\x74\x0b\x3a\x04\x69\x13\xca\x8e\x52\xa2\xce\x3a\xd9\xe1\xb9\x94\xf7\x57\xa9\x67\x78\xe5\x52\x81\xaa\x56\x2c\x82\x9a\x20\x6d\xa2\x66\x0d\x64\x13\xca\xa1\x52\xaf\x80\xc8\x21\x57\x0e\x95\x16\xed\xc0\xc9\x21\x57\x0e\x95\x2b\x05\x13\xe4\x90\x57\xfa\x41\x4a\x6f\x1f\x9c\x20\xf7\x9e\x63\xf7\x5d\xcf\xd8\xf3\x0d\x74\xbf\xbf\x6a\x74\x3a\xef\x59\x9b\xef\x75\xbc\xbf\xea\x21\x9e\x7b\x15\x83\x4a\x8e\x7a\xe4\x43\x6d\xfa\xd7\xf6\xfa\x2f\x75\x5c\x27\x77\xbc\x47\x97\xaa\x47\x89\xfd\xf4\xb1\x80\x34\x49\x02\xda\x82\x96\x07\x74\x69\xf5\x35\x05\xa9\x67\x59\x64\xab\x93\x74\xae\xa4\xab\x56\xe2\x41\x48\x3a\xbf\xa3\xf7\xd6\xd3\x62\x8f\xb7\x9a\x2f\xa6\x5a\xc4\xa8\xdf\xea\xbe\xae\xd4\xac\xe9\x08\xea\x48\x4d\x57\x6a\x56\x25\x9d\x93\x9a\x3e\xf0\x8a\xf6\xe6\xe4\xa1\x2b\x0f\x6b\x8e\xf6\xe6\xe4\xa1\x3b\xbd\x34\xda\x9b\x93\x87\xae\x3c\xac\x35\xda\x9b\x93\x87\xae\x3c\xac\x35\xda\x9b\x93\x87\xae\x0c\xab\x2d\xda\x9b\x93\x61\xae\x0c\xab\x57\xb4\x37\x27\xc3\x5c\x19\x56\x7b\xb4\x37\x27\xc3\x5c\x19\xd6\x8e\x68\x6f\x93\x0c\x9b\xca\xb0\x76\x44\x7b\x9b\x64\xd8\x54\x86\x35\x8b\xf6\x36\xc9\xb0\xa9\x0c\x6b\x67\xc4\xe8\x24\xc3\xa6\xd2\xa9\xa5\x68\x6f\x93\x74\x9a\x4a\xa7\x96\xa3\x18\x4c\xd2\x69\x2a\x51\x5a\x6e\x31\x90\x44\x99\x09\xc1\x50\x4b\x40\x78\x29\xb8\x9b\x42\x66\x12\xdc\x53\x61\xdb\x5a\x64\xeb\x24\x6c\xa7\xc2\xb6\xb5\x2b\x06\x12\xb6\x13\xf1\x71\x45\xe3\x9a\x84\xed\x54\xd8\xb6\x1e\xf1\x3e\x09\xdb\xa9\xb0\xbd\x8e\x68\x5c\x93\xd2\x3f\x6b\xe4\xf4\x75\x44\xe3\x9a\x55\x39\x8d\xb9\x5a\x44\xce\xac\x3e\x05\xa1\x64\x82\xd5\x49\x83\x98\xad\xf5\x80\xba\xa0\x76\x03\xdd\xef\xaf\xeb\xba\xba\xa0\x01\x14\x03\xe1\x8b\x36\x32\xd5\x46\xae\x33\x4a\xff\xa4\x8d\x4c\xb5\x91\x2b\x45\xe9\x9f\xb4\x91\xa9\x36\x72\xe5\x28\xfd\x93\x0c\x9b\xca\x94\xab\x44\xf2\x4c\x52\x61\x2a\xa2\xaf\x12\x45\x6a\x12\xd1\x53\x11\x7d\xd5\x1a\xfb\x22\xa2\xe7\x3d\x03\x6a\x51\x6b\xe6\x3d\x37\xd0\xd6\x03\xc5\xf4\xf7\x62\xa0\xe6\x6a\xda\x3d\x11\x3d\x15\xd1\xd7\x15\x85\x65\x12\xd1\x73\xdc\x55\xcf\x98\x04\x35\x41\x1a\x78\xf5\xf0\x22\xc8\xa7\x82\xfc\xea\xd1\x20\x26\x41\x3e\x15\xe4\xfd\x88\xee\x39\x09\xf2\xa9\x20\xef\xca\xc7\x49\x90\xcf\xb9\x47\x40\xd1\x3d\xe7\xdc\x0e\xe4\x31\x50\xfb\x9a\x7b\x02\xc5\xc0\x53\x10\xa9\x30\x95\x0a\xfd\x8c\x06\x31\x49\x85\xa9\x54\xe8\x29\x1a\xc4\x24\x15\xa6\x52\xa1\xe7\x68\x10\x93\x54\x98\x4a\x85\x5e\xa2\x82\x2f\x52\x61\x29\x15\x7a\x3d\x4a\x40\xf2\x5a\x4a\x85\x5e\xeb\xf5\xf6\x61\x91\x0a\x4b\xa9\xd0\x5b\xd4\xf9\x45\x2a\x2c\xa5\x42\xbf\xce\x18\x48\x2a\x2c\xa5\x42\xef\x21\xc1\x17\xa9\xb0\x94\x0a\xbd\x47\xd5\x5d\xa4\xc2\x4a\x68\xde\x23\xca\xee\x22\x17\x96\x72\xc1\x0e\x8b\xa2\xb6\x48\x86\x95\xf1\x3b\xa3\xf0\x2e\xb2\x61\x65\xfc\xce\xa8\xbc\x8b\x74\x58\x05\xbf\x14\xef\x64\x91\x0f\xab\xe0\x97\xa3\xd6\x2d\x12\x62\x55\xfc\x4a\x9c\x2b\x16\x19\xb1\x2a\x7e\xd5\x62\x2c\xc1\xbe\x1e\x4d\xde\x8e\x1c\x18\x7e\x88\xf2\xa3\xd5\x18\x4b\x20\x2f\x54\xf9\x71\xd5\x60\x93\x48\x5e\xd7\x7d\x06\xd6\xcf\x2c\x2c\x09\x63\x6c\x0f\xe9\xb1\x08\xef\xd5\x5b\x9c\x82\xec\x10\x55\xbd\x55\x30\x09\xff\xa3\xc5\x58\x62\x7e\x21\xe0\xed\x88\x10\x5c\x04\xfd\x42\xc1\x9b\xb5\x98\x8f\xa8\x5f\xf7\x73\x68\x08\xb1\xb1\x08\xe8\x35\xca\x1d\x58\x8a\x4a\xbe\x46\x19\xc2\x18\x9b\xf4\x22\x89\xf2\x35\xf6\x21\x2c\xe2\x70\x8d\xfd\x60\xc6\x9e\xab\xb0\x13\x4c\x63\x73\x04\xfa\x22\xf6\x17\x27\x00\xcb\x11\x8a\x8b\xe0\x5f\x3e\xe3\x08\x60\x25\x62\x71\x79\xa4\xe3\x63\xe2\xd9\x92\xb0\x2d\x8c\xf9\x6a\x9c\x99\x16\x59\xb2\x26\xf3\x55\xbd\x23\xd2\x64\xcd\xbb\x07\xd6\xf4\x8e\x66\x48\x9c\x0f\x6b\x32\xb6\x45\xb6\x2e\xb2\x62\x2d\xc6\x5e\x0a\x65\xd2\x62\xad\x25\x0e\x2e\xc5\xf2\x5a\x03\x6c\xc4\xd1\x49\xf2\x6d\xad\xe8\x9c\x1f\xd6\x62\x3e\x15\xd0\x45\xfe\xac\xcd\x7c\xbd\xda\x3f\xed\xd6\x8b\xfc\x5a\x9b\x53\xd9\x11\xaf\x7f\x93\x60\xfb\x08\xc1\x62\xa7\xd9\x15\x98\x14\x0b\x26\x1e\xa9\x0b\x6b\xc2\x38\xe4\x59\xbc\xc2\x4d\x26\xee\x23\x74\x99\x9d\x76\x09\x93\x30\xc3\xc4\x2b\x34\x61\x2e\x8c\x75\x25\xf3\x36\x29\xbb\xad\x9e\xc2\x82\xf2\x6d\x35\x81\xdd\x3c\x7a\x17\x36\xc0\x44\x47\xd5\xba\x26\x9d\xb2\x9f\x63\x7b\xb2\x16\x18\x7b\x31\xd6\x48\xd1\x50\x36\x09\xbf\xcf\xda\x02\xcb\x29\xc6\x9e\xf5\x02\xbb\x02\x6b\x11\xb2\xfb\xac\x5d\x18\xf3\xe5\x26\x3f\xe6\x3b\x5d\xfb\xcb\x71\x52\xd8\xa7\x6b\x7f\x27\x6b\x94\x48\x95\x4d\xb9\xd8\xa9\x65\x61\x97\xb0\xc8\x9b\x30\x8b\x3d\x07\x07\x94\x90\x4d\x09\x39\x6b\xb4\x9f\x4d\x09\xd9\xb9\x8a\xfb\x96\x4b\x60\x55\xdc\x53\x56\xce\x16\x1a\x7f\x53\x56\x76\x1e\x5a\xe3\x12\x2f\x79\x14\xb0\xc2\x5e\xaa\x30\xc6\x46\x79\xb6\xf3\x3a\xe5\xa7\xfa\xbc\x29\x49\x67\x3f\x62\x5d\x4a\xd2\xa6\x24\x9d\xfd\x08\x0e\x28\x49\xbb\x3c\x7e\x21\x86\x36\x25\x69\x57\xbd\xa3\x74\xd4\xe0\xa5\xf2\x8e\x64\x62\x2c\x58\x16\xc6\xd1\xfe\x08\x89\xbb\x29\x5d\x9b\xd2\x95\x4c\xef\x9c\xd2\xb5\x29\x5d\x49\x7a\x6e\x53\xba\x36\xa5\x2b\x9d\x21\x17\x36\xa5\x6b\x53\xba\x52\x52\x6c\x50\xba\x36\x65\x2a\x65\xbd\x5f\xca\xd4\x56\x65\xb2\x54\xf4\x7e\x7b\x6b\x60\xf2\x2b\x97\xfc\x18\xdb\xe3\xf5\x59\x2a\x21\xa8\x76\xf7\x0c\x96\xf1\x2b\xc2\x0a\x58\x70\x9a\xaa\xf8\xeb\x5e\xc1\xb4\x06\xef\xb2\x3b\x6b\x4c\x13\xc6\xba\xf3\x04\x63\x6c\xa4\xe8\xa6\x14\x62\xac\xb4\x68\x42\xfb\xce\x06\x16\x63\xb3\x24\xcd\xbe\xf3\x09\x16\x3c\xb7\x74\xe0\x97\xc0\x92\x2e\xa2\xe2\x9c\xbd\xef\x9c\xc1\x62\xcf\xe5\x6a\x60\x05\xac\x30\xb6\x0a\xab\x60\xb1\xe7\x72\x66\xb0\x06\x16\xb9\x90\x8f\xc2\xba\x17\xd8\xa5\xbd\x74\xf6\xdc\xc1\xa2\x9c\xe5\x1a\xad\x69\xdf\x3a\x3c\x60\x62\x0d\xd6\x1d\x60\x91\x97\x35\x1b\xf3\x39\xd8\x64\x3e\xd6\x5d\x60\x8b\xb1\xf8\x6d\xb0\x0d\x07\xc1\xf3\x5d\xe0\x2a\x4c\xf8\x81\xc1\x55\x18\xab\xbc\xf3\xbb\xc0\x55\x1c\x68\xad\xa5\x28\xb7\xfb\x2e\xf0\x12\xc6\xea\x91\xc4\x5f\x81\x17\xd5\xb5\x7a\x24\xad\x4b\x5d\x93\x89\xb1\x7a\x5e\xea\x9a\x8c\xd5\x5c\x19\x0b\x2f\xa5\x0b\x2b\xac\x0b\x07\x6a\x57\x35\x17\xf6\x07\x07\x05\x0e\xaa\xb8\x2a\x70\xa0\x6b\xc6\x9a\x2b\xeb\x4e\xb0\xe0\xa5\xb6\xca\x9e\xe1\xa5\xe8\x0a\xcb\x9e\xfd\xc1\x4b\x85\x03\xd3\x7c\x15\x0e\x2a\x1c\x44\xdb\xdd\x77\x85\x03\xe5\x65\x3d\xe0\x85\xbc\x94\xb1\x72\x11\x43\xe4\xa5\x4c\xcc\x07\x06\x2f\xaa\x39\xe5\xe2\x5d\x52\x73\x64\x62\x0d\xe6\x83\x17\xd5\xc9\xaa\xfb\xa7\x7d\x53\x27\x65\xac\xe6\x8b\xfd\xc1\x4b\x25\x36\x8c\xb1\xf0\x52\xc5\x41\x21\x26\x2b\x1c\xd4\x09\xc6\x7c\x70\x50\xc5\x41\x31\x9e\xed\xe1\x60\x2b\xee\x93\xf6\xd7\x88\x8d\xf6\xf0\x02\x06\x2f\x4d\xbc\x94\x53\x7b\x69\xf0\xd2\xc8\x23\x62\xb2\xc1\x4b\x53\x1e\x99\xf2\xfc\x6e\xf0\xa2\x9a\x5d\x4b\x32\x61\xf0\x22\xc9\x53\x4b\xd2\x5e\x1a\xbc\xb4\x27\x5e\xb4\x67\xea\x8b\x4c\xf8\xe9\xd9\x1a\xf1\x12\xc6\x4a\xef\xf8\xc1\x55\x18\x2b\x0f\x7f\x0d\xae\xda\xcd\x7b\x03\x83\xab\xa6\x18\xba\x9e\xb1\xc4\x50\x13\x7f\xc7\xc5\xfe\xe0\xaf\x89\xbf\xc3\xfe\xf9\xe1\x7c\x4b\x82\x3d\xc6\x2a\xed\x1e\x25\x86\x89\x69\x94\x02\x37\xb4\x49\x15\xd6\xa2\x36\x74\xdf\xd0\x76\x2b\x9c\x5a\x16\xe5\x37\xb4\x85\xb1\x7c\x65\xd1\x7b\x43\x5b\x18\xcb\xad\x30\x16\xda\xee\xca\x1a\x7a\x35\x37\xb4\x85\xb1\x96\x4e\xa5\xc0\x0d\x6d\xb7\x42\x8c\x76\x70\xdf\xd0\x26\x35\x55\xae\x83\x3d\x43\xdb\x7d\xb3\x3f\xfc\xa0\x2d\x8c\x95\x52\xf1\x83\xb6\x1b\x8a\x32\x6b\xc0\xc1\xad\xfb\x64\x2b\x60\x84\x58\x18\x2b\xba\x30\xd8\xf7\x20\xc4\xc2\xc4\x9e\x45\xf9\x80\xab\x01\x57\x84\xc9\x80\xab\xa1\x10\x33\x4a\xdc\x80\xab\x41\x49\x3a\xf1\x83\x2b\xb5\xec\x6a\x84\x09\x2d\x5b\x26\xe6\x13\xa7\xb4\x6c\x19\xab\x07\x69\x31\xe0\x2a\x8c\x95\xeb\xd9\x0b\x5c\x8d\x0b\x3f\xf6\x0c\x57\xa3\x83\xe1\x07\x57\x83\x10\x83\xe7\x01\x57\x61\x62\x7f\x8c\x85\xab\x41\x88\x49\x02\xdc\x83\x10\x1b\xf0\x47\xa9\x1e\xf0\x37\x28\xdf\xa4\xd9\x80\xbf\xb1\xe1\x4a\xcf\xe1\xf0\xe7\xa4\x28\xb1\xe6\xf0\x17\xc6\xb8\x87\xda\xb7\xc3\x9f\x53\xba\x24\x1f\x6e\x64\x95\x4c\xcc\xa7\x18\xa2\x3d\xcb\x58\x33\x5a\x04\xed\x59\xc6\x4a\x6f\xf8\xc1\x9f\xda\x73\xe9\xb4\x30\xda\xb3\x4c\xf8\xb1\x2e\xfc\x85\x89\xfd\x31\x16\xfe\x5c\xad\xee\xec\xec\x05\xfe\x24\x69\xeb\x49\x19\x45\xd2\xca\xc4\x58\xe6\x83\xbf\x30\xb1\xae\xb8\x72\xf8\x73\x4a\x5c\x63\x2f\xf0\xe7\x8b\xbd\xe8\x1d\x39\xfc\xf9\xc6\x4f\x9c\x4e\xf8\x9b\x0f\x7f\xe2\x74\xc2\x9f\x64\x46\x3d\x89\x21\x64\x86\x8c\x55\x23\xd6\x26\xfc\x4d\xf1\x57\x2a\x63\xe1\x6f\xd2\x12\xc9\xcb\x09\x7f\x92\x28\xd5\x88\xb5\x09\x7f\xb3\xb2\x86\xde\xdb\x84\xbf\xd9\xc8\x69\x3d\xdb\x84\xbf\xf9\xf0\x07\x06\x7f\x93\xf8\x7b\xf6\x02\x7f\x61\x2c\x57\xf2\x72\xc2\xdf\x7c\x72\x55\x3c\x4f\xf8\x9b\x4f\x5c\xb1\x17\x78\x99\xf0\x82\x34\x5a\xf0\xb2\xc8\x4b\x5a\xc9\x82\x97\x45\xe9\x97\x44\xbe\x17\xbc\x84\xb1\x92\x2f\x71\xbf\xe0\x65\x25\x30\x71\xb0\xe0\x65\xd1\x12\x13\x7e\xf0\xb2\x28\xfd\x5d\xef\x63\xc1\xcb\x52\x5c\x35\x49\xbc\x7b\xc1\xcb\xa2\xf4\x13\xcf\x0b\x5e\x96\x4a\x7f\x22\x0e\x16\xbc\xac\x8e\xd4\xd2\xb3\x2d\x78\xd1\x49\xaf\x56\xf2\x77\xc1\x8b\x4e\x7a\xb5\x92\xbf\x0b\x5e\x16\xad\x93\x18\x5f\xc4\x55\x98\xa8\xc5\x60\xc4\xd5\x52\x6d\xaf\xc4\xf3\x82\xbf\x25\xfe\x38\x2a\xdd\x1b\xfe\x74\x7a\x2e\x99\x67\xdb\xf0\xa7\xd3\x73\x4b\x09\x0c\xfe\xc2\x58\x7e\xa4\xe5\x86\xbf\x30\x96\x9f\x9c\xd9\xf0\xb7\xd5\x03\x8e\xaa\xe7\xd8\xf0\xb7\xc9\x4b\xe2\x6f\xc3\xdf\x56\x5c\xd5\xc7\x0f\xfe\xb6\x7a\xc0\x81\x7c\xd8\xf0\xb7\x55\xd7\x2a\xf9\xb1\xe1\x2f\x4c\xec\x4f\xef\x77\xc3\xdf\x86\x3f\xe2\x6a\xc3\x9f\x8e\x3b\x2d\x21\xfb\x38\xee\xc8\xc4\x7c\x60\x70\xc5\x07\xc4\x2a\x09\xc5\xed\x03\x26\xb0\x2e\xcc\xc0\x1e\x5e\x9a\xb0\x13\x4c\xf9\x56\xd5\x8a\x07\xd2\x5c\x26\xfc\x2e\x61\x19\x0c\x69\x7e\x32\x5f\x01\x23\xdf\x8c\xb1\x15\x8c\xb8\x2a\xec\xa5\x81\xd1\x1b\x13\x63\x2f\x30\x49\xf3\xab\xff\xf3\xd3\xfd\x1e\x28\x77\x19\x6b\x49\xaf\x7f\xa0\xdc\x65\xac\xea\xc3\xcf\x1e\x28\x77\x99\xf0\x63\x5b\x0e\x46\x3b\x30\xb6\x35\xc1\x26\x5b\x60\xec\x02\xe3\x8b\x6d\x86\xa2\x0d\xa6\xb0\x6b\x52\x94\x03\x35\x2f\x63\x55\x97\x22\x7b\xa0\xe6\x07\x6a\xbe\xa9\xbd\x0c\xd4\xbc\x4c\xf8\x25\x61\xd0\x2b\x85\x5f\xf4\x11\x6d\x0f\x14\xfe\x40\xe1\xb7\x93\x35\xa0\xb7\x70\xf2\xd1\x89\x6b\xa0\xf0\x65\xac\x36\x5e\x21\x0a\x5f\x26\x42\x96\xbd\x40\x6f\x51\xd8\x35\x49\x8a\x51\xe0\x4f\xaa\xbf\xb4\xcc\xfe\xe0\x0f\xd5\x9f\x2e\xfc\xe0\x0f\xd5\xdf\x08\x27\x54\xff\x40\xf5\x27\xf8\x43\xf5\xcb\xc4\xfe\x78\x36\xf8\x43\xf5\x93\x52\x03\xd5\x2f\x13\x2d\x47\xeb\x56\xf8\xab\x94\x3d\xb5\xec\xc1\x49\x40\x26\xe6\xd3\x1a\x9c\x04\x06\x27\x81\xd6\x18\x0b\x7f\x3a\x09\x54\xe4\xc8\xe0\x24\x20\x13\x61\x27\x4e\x39\x09\xc8\xc4\x7c\xda\x0b\x27\x81\xc1\x49\xe0\x48\xac\x0b\x7f\xba\x45\xa9\x48\xa8\xc1\x2d\xca\xe0\x74\x70\x10\xee\x9c\x0e\x06\xa7\x83\x76\x31\x16\xfe\x74\x3a\xa8\x0d\xfe\x38\x1d\xc8\x58\xee\xcf\x7c\xf0\xc7\x89\xe1\x38\x79\x0e\xf8\xd3\x89\xa1\x9d\x9d\xfd\xc1\x1f\x27\x86\xc3\x98\x0f\xfe\x38\x31\xb4\xae\x77\xce\x89\x61\xb4\x87\x2b\xf9\x71\x3a\x18\x9c\x0e\x4e\xd2\x96\xd3\x81\x8c\xe5\x93\x77\xce\xe9\x60\x70\x3a\xd0\x67\xe3\x3d\x38\x1d\x0c\x4e\x07\xfa\x82\xbe\x07\xa7\x03\x99\xe0\x5e\xfb\xe3\x74\x30\x38\x1d\x1c\x2a\x5d\x83\xd3\x81\x4c\x8c\x15\x57\x9c\x0e\x64\xa2\xad\xb1\x67\xb8\x7a\x4e\x07\x07\x63\xe1\x8a\xd3\xc1\xf1\x3c\x07\x5c\xe9\x24\x50\x4e\x49\xbc\x81\xd4\xe7\xe2\x34\x9f\xe4\x02\x52\x5f\xc6\xca\xa9\xd3\xd0\x40\xea\xcb\x84\x6c\xd1\x73\x20\xf5\x07\x52\xbf\x53\xe2\x90\xfa\xe3\x7e\x62\x83\xb1\x3c\xef\x23\xeb\x79\x6f\xc8\xfa\xf1\xc8\xfa\x07\xe3\x79\x91\xf5\x07\x71\x8a\xac\x97\xb1\x7a\x3d\xfb\xe3\x79\x91\xf5\xd7\x85\x1f\xcf\x7b\x53\x9b\x0a\x7b\xe1\x79\x6f\x67\x2c\x7b\x21\x36\x24\xf5\xcb\xf1\x3c\x1b\x1c\x48\xea\xd7\xab\xb2\x06\xb1\x21\xa9\x5f\x2f\xe2\x1e\xa9\x3f\x90\xfa\x97\x64\xda\x40\xea\xcb\xc4\xba\x60\x70\x25\xa9\x5f\x13\x79\x8e\xd4\x97\x89\xf9\xf4\xde\x90\xfa\x32\xc6\xa7\xdb\x3d\x90\xfa\x03\xa9\x7f\x49\x7a\x0c\xa4\xfe\x40\xea\x5f\x92\x37\x03\xa9\x2f\x13\xa7\x3f\x3d\x2f\x52\x7f\x20\xf5\xb9\xb1\x1b\x48\x7d\x99\xc8\x5f\xc6\xc2\x1f\x52\xbf\x53\x63\x91\xfa\x32\x56\x9a\xb1\x2e\xfc\x21\xf5\x7b\xc2\x0f\xfe\x90\xfa\x9d\xfc\x45\xea\xcb\x84\x1f\xeb\xc2\x1f\x52\x3f\x4b\x86\x0f\xa4\xbe\x8c\xd5\x8c\x1f\x52\x5f\xc6\x6a\x87\x7b\xa4\xbe\x8c\xe5\xc2\x73\x20\xf5\x07\x52\x9f\x5b\xc6\x81\xd4\x97\xb1\xa2\x6f\x3c\x7b\x20\xf5\x07\x52\xbf\x51\xc3\x90\xfa\x03\xa9\x5f\xa9\xb1\x48\x7d\x19\xab\x5d\xb7\xaf\xfc\xe0\x02\x63\xe5\x20\x5e\x90\xfa\x32\x71\xac\x04\x83\x3f\x49\xfd\x7c\x9d\xec\x05\xfe\x24\xf5\x6b\x22\x26\x91\xfa\x32\x56\x39\xc6\x0c\xa4\xfe\x40\xea\xf7\x8e\x1f\xfc\x39\xb5\x5d\xf2\x66\x20\xf5\x07\x52\xff\x60\x0d\xa4\xfe\x40\xea\x73\xd4\x1c\x48\x7d\x19\xcb\xb5\xb7\x7f\x45\xbb\xe7\x24\x20\x13\xd3\xe8\x91\x38\x09\xc8\x58\x3b\x68\x93\x9c\x04\xc6\x24\x95\x75\xa1\x37\x50\xfd\xe3\x51\xfd\x84\x2c\xaa\x5f\x26\xd2\x1b\x3f\xa8\x9c\x48\x0a\x9d\x22\x06\x0a\x5f\xc6\x2a\x17\x8e\x03\x85\x3f\xa6\x94\xd8\x53\xf6\x26\x14\xe9\x3b\x4b\xb1\x67\x2f\x50\x84\xea\xe7\xe2\x6a\xa0\xfa\x65\xac\x71\x6a\x1f\xa8\x7e\x19\x2b\x87\x54\xe1\x40\xf5\xcb\xc4\x5e\x34\x1f\xaa\x5f\xc6\xda\x41\x39\x43\xf5\xcb\x04\xa6\x35\x50\xfd\x32\x51\x92\xf4\x1c\xa8\x7e\x99\x98\x4f\xfc\xa1\xfa\x65\xac\x9e\xcf\xba\xf0\xb2\x9e\x12\xa7\x14\x40\xf5\x0f\x54\x7f\xa7\xad\xa1\xfa\x65\x02\x13\x07\xa8\x7e\x19\x6b\x09\xe9\x81\xea\x1f\xeb\x29\xe9\xe2\x1e\xd5\x2f\x13\x7e\xac\x0b\x7f\x52\xfd\xf5\xa4\xad\xa1\xfa\xf9\x16\xd6\x12\x69\x86\x9a\xe7\x5b\x58\xd3\x2f\x93\x36\xdf\xc2\x30\x51\xba\x34\x1f\x6a\x5e\xc6\x9a\xd1\x36\x50\xf3\x32\x56\x8c\x96\x83\x9a\x97\xb1\x66\xb4\x35\xd4\xbc\x8c\xe5\x44\x8b\x40\xcd\xcb\xc4\xf3\x6a\x7f\xa8\xf9\x81\x9a\x7f\xa4\x25\x6a\x7e\xec\x87\x03\xe6\x83\x83\x3d\x88\x0d\xd6\x85\x03\xa9\xf9\x7c\xe8\xd2\x75\xa0\xe6\x65\xac\xf1\xd1\x69\xec\x87\x03\x6e\x74\x14\xf7\x7c\xe7\xc3\x58\x33\xc9\x16\x47\xcd\x3b\x6a\x9e\x1b\x18\x47\xcd\xcb\x44\xfb\x6b\xc2\x12\x18\x6a\xbe\x82\x65\x30\x6e\x1f\xd4\xd6\x1c\x35\xef\x5c\xb4\xeb\x27\x18\xdb\x51\xf3\x32\xf1\xbc\xac\xd1\xc0\xb8\xbd\x79\xfc\x2e\x30\xa9\x79\x53\xc9\x74\xe4\xba\x4c\xc8\x4d\xb0\x1b\xec\xe1\x8a\x67\x1b\x60\x83\xb1\x60\x0e\x26\xae\x4c\x2d\xd6\x91\xeb\x8e\x5c\xb7\x67\x2f\x0b\x4c\xb2\xe0\xd7\xe7\xd8\x60\xba\x7c\xd7\x6f\x5c\xb7\x23\xd7\x1d\xb9\x6e\x8a\x71\x47\xae\xcb\xc4\x5e\xc0\xe0\x4f\x72\x3d\x1f\x8a\x53\x47\xae\x3b\x72\xdd\x24\x41\x1d\xb9\x2e\x63\xd9\xd4\x3a\x1d\xb9\x2e\x13\x7e\x49\x18\xfc\x3d\x17\xf2\xfa\xf0\xe6\xc8\x75\xe7\x42\x5e\xbf\x7e\xd9\x8e\x5c\x97\xb1\xcc\x25\xae\x23\xd7\x65\x02\x63\x5d\xf8\x93\x5c\xcf\xa6\x98\x74\xe4\xba\x8c\x65\xeb\xac\x01\x7f\x92\xeb\x99\x8f\x2b\x8e\x5c\x97\x09\x8c\xfd\xc1\x5f\x41\x56\x19\x63\xe1\x4f\x72\xbd\x74\x9d\x94\x1d\xb9\x2e\x63\xc5\x54\xfa\x1d\xb9\x2e\x13\x63\xf5\x1c\xc8\x75\x99\x78\x5e\xf1\x87\x5c\x97\x09\x3f\xbd\x37\xe4\xba\x3f\x17\xf7\x92\x28\x8e\x5c\x97\xb1\x7a\x3c\xeb\xc2\x9f\xe4\x7a\x3e\x89\x2b\xe4\xba\x23\xd7\xf5\xcb\xde\xed\xc8\x75\x99\x98\x8f\xfd\xc1\x5f\xe5\xf6\x8b\x58\x43\xae\xfb\x73\x99\xcf\x7b\x43\xae\x3b\x72\x5d\xbf\x69\xd8\x8e\x5c\x97\x09\x69\xc9\x5e\xe0\x4f\x72\xbd\xd0\x12\x1d\xb9\x2e\x13\xf3\xe9\xbd\x21\xd7\x65\x2c\x17\xe5\xb9\x23\xd7\x65\x2c\x27\xd5\x21\xe7\x82\x5f\xc6\x32\x97\xf9\x8e\x84\x97\xb1\xcc\x2d\xa3\x23\xe1\x1d\x09\x4f\x8f\x72\x24\xbc\x37\x6a\x7b\x63\x0d\xb8\x42\xae\x23\x0b\x1c\xb9\x2e\x13\x7e\x60\x70\x85\x5c\xa7\x5e\x39\x72\x5d\xc6\xb2\x7e\x15\xb4\x1d\xb9\xee\x8f\x5c\xd7\x51\xd8\x91\xeb\x8e\x5c\x3f\xe1\x0f\xb9\x2e\x13\xfb\x63\x0d\xb8\x92\x84\xcf\xa9\xa6\x7f\x6c\xf7\x57\xff\xff\xba\xbd\x23\xf0\xf9\x25\x43\xe5\xae\x92\x5f\x32\x60\x8c\xdf\x91\x6e\x47\xe0\xfb\x0d\x1b\x12\x58\x8e\x98\x97\x89\x9d\x6a\xf7\xdc\xdb\xcb\xe4\x4e\x51\x41\xdf\xcb\x04\x19\xb8\x41\x90\xf4\x7d\xa5\x31\x39\xfa\x5e\xc6\x9a\x7e\xc9\xbd\x1d\x7d\xef\xe8\xfb\x44\x70\xa2\xef\x65\xac\x34\x7d\x1d\x73\xf4\xbd\x3f\xfa\xfe\x62\x3e\x08\xba\xb9\x4a\x7d\xd6\x80\xa0\x9b\xb3\xb3\x04\x8a\xa3\xef\x65\x2c\xa7\x8e\x1f\xc1\x84\xbe\x3f\x99\x0f\x7d\xef\xcf\x55\xbe\xce\xd8\x8e\xbe\x97\x89\x35\x44\x0b\xfa\x5e\xc6\xca\xa9\x86\xed\xe8\x7b\x47\xdf\x1f\x3a\xb3\x3b\xfa\xde\x07\xc1\x44\x72\xa3\xe5\x65\x2c\xf3\xcb\x02\x47\xcb\xcb\x84\x1f\xeb\xc2\x95\xb4\x7c\xb9\x0e\xd6\x85\xab\x5f\xaf\xed\xf1\x83\x2b\xe9\xf6\x9c\x13\x18\xbc\x48\xb7\x97\x46\xb0\xa3\xdb\x65\x2c\x67\x5e\x25\xba\xdd\xd1\xed\x08\x1e\x47\xb7\xcb\xc4\x5e\x84\xa1\xdb\x65\x2c\x67\x89\x11\x47\xb7\xcb\x84\x9f\xde\x1b\xba\xdd\x9f\x2b\x7a\x12\x14\xdd\x2e\x13\x63\xc1\xe0\xc5\x09\xab\x93\xb1\x84\x95\x3f\x5c\x29\xae\xd0\xed\x32\x96\x33\xc5\x0c\xdd\xee\x5c\xd1\x3f\x85\x06\xdd\x2e\x13\x22\x03\x3f\xb8\xe2\x8a\x3e\x13\xf6\xe8\x76\x47\xb7\x67\x8a\x0a\xba\x5d\xc6\xca\x93\x0a\xe8\x76\x99\x10\x14\xec\x0f\xfe\xa4\xdb\xdb\xc1\x3b\x42\xb7\x3b\x57\xf4\x7c\x79\x76\x74\xbb\x4c\xac\x2b\x3f\x74\xbb\x8c\x95\x8b\x9c\x41\xb7\x3b\xba\xfd\xe4\xbd\x21\xcc\x65\xac\xf0\xd5\xd5\x11\xe6\x32\x96\xf5\xd3\xb6\xed\x08\x73\x7f\xae\xe8\xf5\x69\xc5\xb9\xa2\x97\x89\xe2\xa8\xe7\x45\xac\x3b\x62\xdd\x88\x71\xc4\xba\x73\x45\xcf\x95\xba\x23\xd6\x65\xe2\x5c\xa6\xe7\xe5\x8a\x5e\xc6\x72\xa1\x10\x22\xe0\x7d\x3e\x39\xa8\xe7\xe5\x3a\x5e\xc6\x0a\xe2\xda\x11\xf0\xfc\x28\xaa\x3c\x39\x8d\x58\x77\xc4\xfa\x93\x83\x88\x75\x99\x68\x60\x7a\x0e\xc4\xba\x8c\x65\x7e\x71\xe1\x88\x75\xe7\x8a\xfe\x42\x90\x21\xd6\x1d\xb1\x9e\xf4\xf9\xc6\x11\xeb\x8e\x58\x3f\x75\xff\xe2\x88\x75\x19\xcb\x95\xe6\x8c\x58\x77\xc4\xba\x7e\x30\xbc\x1d\xb1\x2e\x13\x7e\xac\x01\x2f\x12\xeb\xb9\xd2\xac\x10\xeb\x32\xb1\x2e\x63\xe1\x45\x62\xbd\x64\x09\x64\x47\xac\xcb\xc4\x58\xf6\x02\x57\x12\xeb\x25\x3f\x18\x5c\x49\xac\xe7\xaa\x2f\xc5\x8e\x58\x97\x09\xa1\x00\x07\xf0\xc7\x15\xfd\x23\xbe\xb8\xa2\x77\xae\xe8\x5b\x06\x83\xbf\x4d\xbd\x22\x4e\x11\xf5\x32\xb1\xae\x9e\x03\x51\x2f\x63\xf5\xd0\x55\xbe\x23\xea\x1d\x01\x9f\xe0\x1e\x01\xef\x5c\xc7\x1b\x71\x80\x80\x97\xb1\x5c\x9f\xb1\x70\xf5\x08\x78\xc4\x08\x02\x5e\xc6\x72\x45\x58\x72\x1d\xef\x8f\xa8\xa7\xe6\x20\xea\x65\xc2\x8f\xfd\xc1\x95\x44\x7d\x3d\xc9\x7d\x44\x3d\x7f\x83\xd3\x12\x22\x1c\x51\xcf\x1f\xe1\xb4\x5c\xff\xa1\x1f\xc6\xff\xff\xe9\xfe\xf2\xf6\xf7\x3f\x68\xf3\x5f\xbe\x7e\x5d\x9f\xbe\xe9\x8f\xe7\xf4\x47\x6b\xaf\xb9\xf6\xc7\x4f\xeb\xef\x7f\x88\xf7\xe5\xf3\x97\x18\xa5\xff\xfd\xef\x00\x00\x00\xff\xff\xd6\xea\xb5\x3c\xb4\x37\x00\x00"); +func (_gd bindataFileInfo )Name ()string {return _gd ._dae };func _affgd ()([]byte ,error ){return _c (_gbdg ,"UniJIS2004-UTF8-V")};func _fde ()(*asset ,error ){_gedb ,_cbfd :=_badg ();if _cbfd !=nil {return nil ,_cbfd ;};_cbgg :=bindataFileInfo {_dae :"ETenms-B5-H",_fb :401,_ae :_be .FileMode (436),_g :_a .Unix (1580491796,0)}; +_acagbg :=&asset {_dd :_gedb ,_ef :_cbgg };return _acagbg ,nil ;};func _fafg ()([]byte ,error ){return _c (_ebgb ,"ETHK-B5-H")};func _bebaf ()(*asset ,error ){_cdgcb ,_gcaf :=_bfbf ();if _gcaf !=nil {return nil ,_gcaf ;};_agbfd :=bindataFileInfo {_dae :"UniJIS-UCS2-HW-V",_fb :4243,_ae :_be .FileMode (436),_g :_a .Unix (1580492906,0)}; +_debe :=&asset {_dd :_cdgcb ,_ef :_agbfd };return _debe ,nil ;};func _gddb ()([]byte ,error ){return _c (_cgef ,"UniAKR-UTF16-H")};var _dde =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\xd5\x4f\x6b\xeb\x46\x14\x05\xf0\xbd\x3e\xc5\x2c\x5f\x17\xaf\x99\xfb\x67\x46\x23\x10\x81\x47\xc2\x83\x2c\xde\x6b\x69\xfa\x0f\x4a\x17\x8e\x35\x0e\x86\x46\x36\x8e\xb3\xc8\xb7\x2f\xe7\x1e\x3b\x94\x2e\x82\xa3\x13\xe9\x4a\xf9\x1d\x8f\xe6\xe6\xee\xe1\xfe\x61\xdd\x9f\xd3\xcd\xcf\xa7\xc3\xf6\xb1\x9f\xd3\x6e\xbf\x2e\xa7\xfe\x7a\x78\x3b\x6d\x7b\x7a\xea\xcf\xfb\x75\x18\x44\xd3\xb2\xdf\x9e\xaf\x87\xf1\xb1\x7d\xd9\x1c\x87\x01\xd7\x3f\xbe\xbf\x9e\xfb\xcb\xc3\xba\x3b\x24\xe3\x79\xcb\xdb\xf1\x72\x6e\x4a\x37\xbf\xf4\xe7\xfd\xeb\xf9\xf4\x9e\x3e\x7d\x59\x0e\x4f\xfd\x87\xb4\xf4\x1d\xf2\x9f\x4e\x4b\x3f\xed\xd7\xe7\xf4\xe9\xee\xfb\xa3\x7c\xc4\x8f\x6f\xc7\xe3\x3f\xfd\xa5\xaf\xe7\x54\x22\xeb\xeb\x12\x9f\xc3\xcd\xdd\xb7\xcd\xf1\xfb\xe6\xa5\xa7\x9b\x98\xf4\x19\xd7\x7d\xe6\x49\xf1\xb7\xdf\xfb\xe9\x75\x7f\x58\x93\xfc\x98\xf3\x7f\xe2\x5f\xdf\x8f\x3d\xc9\x65\xc6\x9f\xbf\x3d\xdc\xa7\xbf\x24\x49\x4e\x5a\xca\xd4\xfe\xbe\xe4\x7f\x7c\x3b\x2c\x3d\xe5\xeb\x9d\x1e\xee\xef\x0e\x6f\xeb\x39\xc9\x94\x5b\x63\x28\xfc\x97\xb6\x87\xa5\xbf\x1e\x37\xdb\x7e\xda\xac\xcf\x7d\x48\x69\xce\x39\xe7\xdb\x34\xfb\x97\xaf\x5f\x6f\xf1\xb4\xff\x3b\x63\x18\xcb\xe5\xca\xfd\xc2\xe4\x7a\x45\xce\xbb\xdd\x6d\xca\xc3\x9c\x85\xc7\x82\x63\x2d\x75\x98\xb3\x32\x51\x24\x45\x74\x98\xb3\x31\x31\x24\x63\x6d\xc3\x9c\x9d\x89\x23\x91\xac\x3e\xcc\xb9\x30\x2a\x11\x69\xc3\xec\xca\xa8\x46\x54\x0c\xc3\x47\x46\x63\x44\xe3\x84\xe9\x8d\x51\x8b\x27\xc8\x8e\xf1\x13\xa3\x29\x22\xcb\x18\xbf\x61\xb4\xb9\x3c\x27\xc6\x3f\x31\x7a\x8a\xa8\x09\xc6\x6f\x19\x6d\x11\x59\x1e\x31\x7e\x61\xb4\x44\x64\x8a\xf1\x9d\x51\x8f\xa8\x34\x8c\xdf\x31\xda\x45\xd4\x3c\x0f\xb3\x50\x4a\x42\xca\xf3\x54\x87\x59\x88\x25\x81\xe5\x56\x74\x98\x85\x5a\x12\x5a\x5e\x73\x1b\x66\x21\x97\x04\x97\xb7\xea\xc3\x2c\xf4\x12\xbf\x98\x62\x3c\xbd\x24\xbc\x8a\x8d\x18\x4f\x2f\x09\xaf\x52\x0d\xe3\xe9\x25\xe1\x55\x5a\xc3\x78\x7a\x49\x78\x55\x71\x8c\xa7\x97\x84\x57\xf5\x8c\xf1\xf4\x92\xf0\xaa\x15\xc5\x0a\xbd\x24\xbc\xea\x84\x66\x85\x5e\x12\x5e\xa3\xa0\x5a\xa1\x97\x84\xd7\xe8\xa8\x56\xe8\x25\xfd\xd2\x3f\xc6\xd3\x4b\xc2\x6b\x9c\x50\xad\xd2\x4b\xc3\xab\x09\xaa\x55\x7a\x69\x78\x35\x47\xb5\x4a\x2f\x0d\xaf\x36\xa2\x5a\xa5\x97\x86\x57\x9b\x50\xad\xd2\x4b\xc3\x6b\x52\x54\xab\xf4\xd2\xf0\x9a\x1c\xd5\x2a\xbd\x34\xbc\xa6\x11\xd5\x2a\xbd\x34\xbc\xa6\x09\xd5\x2a\xbd\xb4\x5d\xbf\xab\x98\x4f\x30\x9d\x98\x39\xca\x55\x8a\xe9\x86\xd9\x88\x76\x95\x64\x1a\x64\x68\x1f\xb7\xa0\x99\x6e\x99\x29\xfa\x55\xa2\xe9\xc2\xac\xa0\x60\xa5\x9a\x76\x66\x23\x1a\x56\xb2\xe9\x8e\x8b\x24\xa3\x62\xa3\x9b\x65\x66\x8a\x8e\x8d\x70\x26\xcc\x0a\x4a\x36\xca\x99\x5e\x17\x58\x1e\x66\x23\x9d\x05\x9d\x58\x46\xcd\x46\x3b\xe3\xda\x34\x43\xcf\x46\x3c\xe3\xe2\xb4\x82\xa2\x8d\x7a\xc6\xd5\x69\x0d\x4d\x1b\xf9\x8c\xcb\xd3\x33\xaa\x36\xfa\x19\xfd\xdc\xd0\xb5\xd1\xcf\xe8\xe7\x05\x65\x1b\xfd\x8c\x7e\xde\xd0\xb6\xd1\xcf\xe8\x57\x04\x75\x1b\xfd\x6c\x7b\x7d\x2b\xe0\x1e\xf4\x33\xfa\x95\x8a\xc2\x8d\x7e\x46\xbf\xd2\xd0\xb8\xd1\xcf\xe8\x57\x05\x95\xfb\xe5\x1d\x48\xbf\x6a\xe8\xdc\xe9\xe7\xf4\xab\x15\x9d\x3b\xfd\x9c\x7e\xb5\xa1\x73\xa7\x9f\xd3\x6f\x14\x74\xee\xf4\x73\xfa\x8d\x8e\xce\x9d\x7e\x4e\xbf\xb1\xa2\x73\xa7\x9f\xd7\xeb\xab\x0c\xf7\xa0\x9f\xd3\xaf\x09\x3a\x77\xfa\x39\xfd\x9a\xa3\x73\xa7\x9f\xd3\xaf\x55\x74\xee\xf4\xf3\x4d\x8b\x6c\x72\x8f\x37\xfa\xf5\xcd\x8d\xdf\xb1\xef\x7d\xec\x44\xdb\xb7\xd3\xa9\xaf\xe7\xd8\xf5\x62\xb3\xc1\x5e\xb1\x5f\xfb\xc7\x0e\x7a\x3c\x1c\x71\x55\xfc\xfc\x1b\x00\x00\xff\xff\x71\x52\xeb\xb8\x6d\x07\x00\x00"); +var _gdb =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\xd5\x4f\x6b\xeb\x46\x14\x05\xf0\xbd\x3e\xc5\x2c\x5f\x17\xaf\x9e\x7b\xef\xcc\x68\x04\x22\x50\x12\x1e\x78\xf1\x5e\x4b\xd3\x7f\x50\xba\x70\xa4\x71\x30\x34\xb2\x91\xed\x45\xbe\x7d\x39\xf7\xd8\x29\xbc\x45\x70\x74\x22\x5d\x29\xbf\xe3\x19\x6d\x1e\xb7\x4f\xdb\xe5\x70\x09\x9b\x5f\xd6\xe3\xf4\xdc\x2e\x61\x7f\x58\xe6\xb5\x9d\x8f\xd7\x75\x6a\xe1\xa5\xbd\x1e\x96\xae\x13\x0d\xf3\x61\xba\xdc\x0f\xfd\x63\x7a\xdb\x9d\xba\x0e\xd7\x3f\xbf\x9f\x2f\xed\x6d\xbb\xec\x8f\xc1\x78\xde\x7c\x3d\xdd\xce\x0d\x61\xf3\x6b\x7b\x3d\x9c\x2f\xeb\x7b\xf8\xf4\xd3\x7c\x7c\x69\x3f\x84\xb9\xed\x91\xff\xbc\xce\x6d\x3d\x2c\xaf\xe1\xd3\xe3\xb7\x67\xf9\x88\x9f\xaf\xa7\xd3\xbf\xed\xad\x2d\x97\x20\x9e\xb5\x65\xf6\xcf\x6e\xf3\xf8\x75\x77\xfa\xb6\x7b\x6b\x61\xe3\x93\x3e\xe3\xba\xcf\x3c\xc9\xff\xf6\x47\x5b\xcf\x87\xe3\x12\xe4\xc7\x18\xf3\xff\xf1\x6f\xef\xa7\x76\x9b\xd5\x6d\xfe\xfa\x7d\xfb\x14\xfe\x96\x20\x31\x68\xce\x43\xfc\xe7\x96\xff\xf9\xf5\x38\xb7\x10\xef\x77\xda\x3e\x3d\x1e\xaf\x78\x84\x3e\xc5\xca\x50\xf8\x2f\x4d\xc7\xb9\x9d\x4f\xbb\xa9\xad\xbb\xe5\xb5\x75\x21\x8c\x31\xc6\xf8\x10\xc6\x64\x5f\xbe\x3c\xe0\x69\xbf\x3b\xa3\x2b\xf5\x76\xe5\x61\x66\x72\xbf\x22\xc6\xfd\xfe\x21\xc4\x6e\x8c\xc2\x63\xc1\xb1\xe6\xd2\x8d\x51\x99\x28\x92\x2c\xda\x8d\xd1\x98\x18\x92\xbe\xd4\x6e\x8c\x89\x49\x42\x22\x51\x53\x37\xc6\xcc\x28\x7b\xa4\x15\xb3\x0b\xa3\xe2\x51\x36\x0c\xef\x19\xf5\x1e\xf5\x03\xa6\x57\x46\xd5\x9f\x20\x26\x8c\x1f\x18\x0d\x1e\x59\xc4\xf8\x1d\xa3\xdd\xed\x39\x31\xfe\x85\xd1\x8b\x47\x55\x30\x7e\x62\x34\x21\xb2\xd8\x63\xfc\xcc\x68\xf6\xc8\x14\xe3\x1b\xa3\xe6\x51\xae\x18\xbf\x67\xb4\xf7\xa8\xa6\xd8\x8d\x42\x29\x71\xa9\x14\x87\xd2\x8d\x42\x2c\x71\xac\x64\x59\xbb\x51\xa8\x25\xae\x95\x4a\xac\xdd\x28\xe4\x12\xe7\x4a\xb5\xa4\x6e\x14\x7a\x49\xba\x99\x62\x3c\xbd\xc4\xbd\xb2\xf5\x18\x4f\x2f\x71\xaf\x5c\x0c\xe3\xe9\x25\xee\x95\x6b\xc5\x78\x7a\x89\x7b\x15\x49\x18\x4f\x2f\x71\xaf\x92\x22\xc6\xd3\x4b\xdc\xab\x14\x14\x2b\xf4\x12\xf7\x2a\x03\x9a\x15\x7a\x89\x7b\xf5\x82\x6a\x85\x5e\xe2\x5e\x7d\x42\xb5\x42\x2f\x69\xb7\xfe\x31\x9e\x5e\xe2\x5e\xfd\x80\x6a\x95\x5e\xea\x5e\x55\x50\xad\xd2\x4b\xdd\xab\x26\x54\xab\xf4\x52\xf7\xaa\x3d\xaa\x55\x7a\xa9\x7b\xd5\x01\xd5\x2a\xbd\xd4\xbd\x06\x45\xb5\x4a\x2f\x75\xaf\x21\xa1\x5a\xa5\x97\xba\xd7\xd0\xa3\x5a\xa5\x97\xba\xd7\x30\xa0\x5a\xa5\x97\xd6\xfb\x77\x15\xf3\x09\xa6\x03\xb3\x84\x72\x95\x62\xba\x63\xd6\xa3\x5d\x25\x99\x3a\x19\xda\xc7\x2d\x68\xa6\x13\x33\x45\xbf\x4a\x34\x9d\x99\x65\x14\xac\x54\xd3\xc6\xac\x47\xc3\x4a\x36\xdd\x73\x91\x44\x54\x6c\x74\xb3\xc8\x4c\xd1\xb1\x11\xce\x84\x59\x46\xc9\x46\x39\xd3\xfb\x02\x8b\xdd\x68\xa4\x33\xa7\x13\x8b\xa8\xd9\x68\x67\x5c\x9b\x66\xe8\xd9\x88\x67\x5c\x9c\x96\x51\xb4\x51\xcf\xb8\x3a\xad\xa2\x69\x23\x9f\x71\x79\xa6\x88\xaa\x8d\x7e\x46\xbf\x64\xe8\xda\xe8\x67\xf4\x4b\x19\x65\x1b\xfd\x8c\x7e\xa9\xa2\x6d\xa3\x9f\xd1\x2f\x0b\xea\x36\xfa\xd9\x74\xdf\x15\x70\x0f\xfa\x19\xfd\x72\x41\xe1\x46\x3f\xa3\x5f\xae\x68\xdc\xe8\x67\xf4\x2b\x82\xca\xd3\x6d\x0f\xa4\x5f\x31\x74\x9e\xe8\x97\xe8\x57\x0a\x3a\x4f\xf4\x4b\xf4\x2b\x15\x9d\x27\xbb\xed\x9f\xdc\x8e\x24\xab\xef\xa2\xf7\xdd\x12\xbf\xe3\x5d\xf3\xb1\xfb\x4f\xd7\x75\x6d\xcb\xc5\xdf\x34\xbe\xc1\x63\x7f\x3e\x2c\xed\xe3\xad\x75\x3a\x9e\x70\x95\xff\xfc\x17\x00\x00\xff\xff\x33\x87\xd9\xc1\xe1\x06\x00\x00"); +func _ddbg ()([]byte ,error ){return _c (_dbac ,"UniAKR-UTF8-H")};func _bgg ()(*asset ,error ){_aggc ,_ggac :=_bde ();if _ggac !=nil {return nil ,_ggac ;};_febg :=bindataFileInfo {_dae :"Adobe-Japan1-UCS2",_fb :281822,_ae :_be .FileMode (436),_g :_a .Unix (1580490574,0)}; +_dbfg :=&asset {_dd :_aggc ,_ef :_febg };return _dbfg ,nil ;};func _bgc ()(*asset ,error ){_gfc ,_dbg :=_fcb ();if _dbg !=nil {return nil ,_dbg ;};_gfg :=bindataFileInfo {_dae :"90msp-RKSJ-V",_fb :1874,_ae :_be .FileMode (436),_g :_a .Unix (1580491002,0)}; +_egb :=&asset {_dd :_gfc ,_ef :_gfg };return _egb ,nil ;};func _cgbe ()([]byte ,error ){return _c (_gfeg ,"Adobe-KR-9")};func _acagb ()(*asset ,error ){_dfbb ,_fdbd :=_bga ();if _fdbd !=nil {return nil ,_fdbd ;};_ceag :=bindataFileInfo {_dae :"ETen-B5-H",_fb :5459,_ae :_be .FileMode (436),_g :_a .Unix (1580491749,0)}; +_ebgd :=&asset {_dd :_dfbb ,_ef :_ceag };return _ebgd ,nil ;};var _gg =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\x9b\xdb\xab\x65\x37\x72\xc6\xdf\xcf\x5f\xb1\x1f\x27\x0f\x89\x97\xa4\xba\x48\x70\x38\x10\x66\x06\xe2\xc0\x24\x21\xce\x0d\x42\x1e\xd6\xda\x6b\x6d\xd3\x10\x9f\x3e\xb4\xdb\x0f\xfe\xef\x43\xfd\xbe\x6d\x87\x19\x02\xce\x83\xf9\xdc\x5f\x4b\x5a\xa5\xaa\x52\x5d\xa4\xdd\xdf\xfc\xfe\xdb\x3f\x7c\xfb\xfe\xe9\xeb\xed\x9b\x7f\xfa\xf2\xf9\xfe\xdd\xf5\xf5\xf6\xf8\xf4\x7e\x7e\xb9\x7e\xfc\xfc\xd3\x97\xfb\x75\x3b\xae\xef\x3f\xbd\xbf\xbc\xb4\x7e\x3b\x3f\xdd\xbf\xfe\xf2\x47\xe0\xfe\xc3\xfe\xf1\xf2\x52\xf3\xbf\xfb\xf9\xc7\xaf\xd7\x0f\xdf\xbe\x3f\x3e\xdf\x86\xc6\x9d\x3f\x7d\x3c\xc7\xde\x6e\xdf\xfc\xf3\xf5\xfd\xa7\x1f\xbf\x7e\xf9\xf9\xf6\xbb\xbf\x3d\x3f\x1f\xd7\x5f\xdd\xce\xeb\x51\xfc\x3f\x7e\x39\xaf\x2f\x9f\xde\xbf\xbf\xfd\xee\xef\xf7\x8f\xfd\xbd\xfd\xfa\x17\xdf\xfd\xf4\xf1\xf1\xdf\xd7\x0f\xd7\xfb\xd7\xdb\x06\x77\xbd\x9f\xe0\xcb\x37\xbf\xff\xd3\xfe\xf1\x0f\xfb\x0f\xd7\xed\x9b\x9c\x7f\xfd\x77\x90\x70\xff\x76\x7d\xf9\xf1\xd3\xe7\xf7\x5b\xdb\xfe\x66\xdb\xe2\x7f\xf9\x7f\xf9\xf9\xe3\xba\xb5\xe7\xe4\xff\xf8\xd7\x6f\xff\x70\xfb\xcf\x76\x6b\xdb\xad\xfb\x30\xff\xaf\x27\xff\xef\x7f\xfa\x7c\x5e\xcf\x4f\xbd\x34\x09\x7e\xff\x7c\x5e\x3f\x7e\xec\xf7\xeb\xcb\xfe\xfe\xfd\xf5\x72\xbb\xbd\xf6\xd6\xdb\xdb\xed\x35\xff\x98\x7f\x7c\x2b\x89\xfe\x62\xc4\x4b\xdb\xb6\xe7\xd4\x4f\xa7\xa8\x5f\xa6\xf4\x96\xd7\xdb\x2d\xc6\x78\x79\xed\x5d\x4c\xef\xd7\xdb\x2d\x7b\xbe\xbc\xf6\x31\xb6\x62\xc6\x58\x6f\xb7\x9c\x5b\x31\xc6\x98\xe1\xfb\xdb\x2d\x17\x4c\x88\xc9\xfd\xed\x36\x5b\xbc\xbc\x76\xd3\x3a\x96\xe3\xed\x36\xad\xbf\xbc\x76\x17\xe3\x19\x6f\xb7\xd5\xfd\xe5\xb5\x87\x98\x18\xf3\xed\xd6\xb6\xd6\x8a\xd2\xd2\xe1\x50\xa3\x46\xa5\x46\x65\xfd\x4d\xdb\x7c\x15\xe5\xa2\x12\x6a\xf5\x97\xd7\xb1\x31\x4a\xd0\x5a\x2d\x3f\xb6\xde\x45\xf5\xb7\x5b\xb2\xbb\xb1\xf5\x21\x6a\x32\x2a\xa1\x96\xa8\xf5\x76\x9b\x3d\x02\x6a\x87\x1a\xac\x35\xac\xa8\xa1\xb5\x0a\x72\x45\x83\xd2\x5a\x05\x39\xc6\x06\x65\xa2\xf6\x9a\x68\x9a\x78\x88\x3a\x10\x42\xd4\x1d\x2a\xce\x1a\xe5\x48\x1f\x97\xa8\x8b\x51\x48\x1f\x0f\xa8\xec\x6f\xb7\xd6\x37\xa4\x4f\x7d\xb1\x20\x63\x20\x6a\xea\x8b\x79\x30\x6a\x42\x69\xf9\x82\x8c\xc1\x1e\xf3\x14\x75\xd5\xa8\x56\x94\x2c\x3f\x5a\x6d\xbb\xf5\xb6\xa0\x76\x51\x3b\x13\x27\x14\xd2\xb7\xda\x57\xeb\x9d\x51\xc3\x45\x39\xa3\x44\x85\xa8\xd2\x6a\xb7\x0d\x6a\x89\x2a\xa7\x89\x27\xa5\xe5\x6b\xf7\xad\xa3\x9c\x36\x4e\x51\x27\xa3\x3a\x14\x9a\x68\x58\xbb\x1b\x42\x58\x17\x85\x1d\x6d\x40\xa1\x89\x16\xa5\xe8\xee\x50\x21\x51\x03\x45\x6b\xf9\x40\x13\x4d\xdb\x5e\x45\xc9\xbd\x47\xef\xf9\x76\x6b\xa3\x0d\xa8\x29\x6a\x32\xd1\xa1\x96\xa8\x92\x7e\xc4\x82\xda\x45\xa1\x1c\x0b\x28\xbe\xd8\xfd\x51\x6b\x75\xd6\x8a\x0d\xaa\x20\xc3\x12\x4a\x5f\xcc\x52\xf4\x48\xa8\xd4\x5a\xa9\xb5\x26\x94\xd6\x2a\xa3\x35\xc3\xda\x5d\x46\x03\x32\x0c\x21\xf2\x12\x75\x31\xaa\x84\x18\xda\x10\xd0\x6c\x4b\xa8\x2e\x0a\x7d\xf9\x06\x85\xbe\x38\xb8\xcd\xb6\x5a\x6b\x48\xab\x40\xd8\x62\xa2\x3d\x47\x95\x1d\xcd\x1a\xd4\x12\xb5\xde\x6e\xbe\xb1\xc7\x61\x48\x3f\xc2\x18\x55\xd2\x8f\x70\x51\xf8\x84\x33\x31\x42\x54\x59\xc8\x12\x51\x65\xa1\x21\x0b\xe1\xf7\x43\x16\x1a\x38\xb9\x4d\x28\x39\xf9\x90\x93\x63\xda\x21\x27\x1f\xe9\x35\x6a\xb1\xa1\xd4\xf2\x05\xbe\x70\xf2\x91\x29\x6a\x31\x4a\x13\x25\xaa\x14\xed\x06\x25\x21\xa4\x42\xb6\xad\x50\x35\x0c\xe5\xf8\x56\xd2\x9b\x94\x63\x72\x39\x77\xa8\x21\x6a\xbc\xdd\x5c\x42\x98\x99\xa8\x32\x9a\x73\x1e\xcd\x4e\x51\x18\xcd\x45\x61\x34\x73\x96\xc7\x73\xcc\xb5\x7c\x41\xc4\x9c\x50\x5a\x1e\xad\x3a\x2a\x34\x69\xd5\x9e\x5a\x45\x54\x69\xd5\x90\xde\xb3\x84\x50\x58\x1d\x5e\x8e\xd9\x7c\x39\xd4\x21\x4a\x8a\x9e\x50\x28\xda\x47\xf9\x6a\xe0\x39\x6e\xf8\x2a\x90\x51\x71\x75\xb8\x69\x2d\x96\x0f\xc2\xa3\x62\xb4\xa0\xc5\x5c\x50\x5d\x14\xca\x89\x0d\x6a\x88\x2a\xdd\xc7\x6a\x50\xbb\x28\x74\x1f\xa2\x90\x2b\xcc\x19\xc5\x5a\x16\xa2\xe2\xed\x96\x96\x06\x95\xa2\x4a\x88\x94\x10\xf6\x10\xf5\x60\xad\x72\x93\x70\xa4\x8f\x72\xa0\x96\xe8\x3e\xe2\x14\x85\xee\x63\x40\xa1\xfb\x28\x67\x6a\x49\x70\x0f\x39\x13\x90\x11\x7c\x31\x5d\x54\xa9\x30\x93\x89\x72\x13\x20\x23\x1c\xea\x2e\x8a\x2f\x4e\xb6\xad\x23\x1a\x3a\xa2\xcf\xe5\x9f\x5f\x44\xfa\xd9\xc9\xc4\xbf\x24\xdc\xff\x2b\x07\x0f\xe5\xb7\x91\x1d\x19\xe7\x80\x32\x51\x92\x31\xa1\x90\x31\x2b\xd4\xb6\x9c\x50\x23\x45\x25\xa3\x26\x14\xb1\x2c\xcb\x31\xdb\xc4\xcc\x69\x9a\x68\x78\x11\xb1\x2c\xa5\xf4\x2c\x27\x6d\xb3\x6f\x50\x97\x28\x12\x50\x8a\x42\xe9\xe4\xda\x36\x89\xfd\x29\xbf\x05\x32\xb2\x41\x0d\x51\x7c\x91\x24\x9b\xae\x2f\x3a\x5f\xcc\x0e\xa5\x2f\x56\xc5\xd0\x26\xd6\x4a\x3f\x44\x95\x86\xdb\xd4\x5a\x68\x38\xa3\x34\x41\xd1\x30\x32\xa4\x89\x40\x13\x98\x26\x75\x2c\x32\xb7\x1a\xc5\x49\xa1\x10\x78\x42\x06\x5e\x94\x29\x51\xb3\x62\xd9\x0c\x51\x4b\x14\x39\x29\x1d\x6a\x17\x85\x26\x24\xaa\x0c\x08\x64\x10\xb8\xa6\x2c\x34\x07\x72\x11\xc2\xa7\x32\x3d\x90\xf1\xa4\x90\x6b\x1a\x72\x11\x59\xa6\xce\x13\x90\x91\x13\x0a\xb9\x26\xfe\xb1\x5a\x29\x7a\x69\xf9\xc5\x09\x5e\x68\x75\xe9\xa4\x2c\x9d\xe0\x5c\x50\x28\x67\xe1\x00\x8b\x50\xb9\xe4\x00\x4b\x0e\x80\x47\x2e\x39\xc0\x22\x96\x2d\x52\xde\xd2\x17\x97\x62\x19\x8a\x5e\x8a\x65\xab\x74\xdf\xb7\xad\x34\xb1\xa4\x7b\xc0\x27\x61\x77\x39\xde\xbd\xea\x88\xf5\x6d\x30\x31\x9e\x14\x0e\x2f\x21\x74\xc4\x56\x1d\xb1\xbe\x91\x0e\x96\x8e\xd8\xd2\x11\xc3\xa3\x97\x8e\xd8\x2a\x73\xf4\x8d\x80\xba\x64\x8e\x25\x73\x4c\x44\x95\x39\x56\x29\xa7\x6f\x44\x96\x5d\xca\xd9\xcb\xe5\xfa\xc6\x41\xdc\xe5\x72\x40\xc6\x14\xc5\x17\xf7\x0a\x8f\xbd\x55\x01\x3a\xf6\x48\x51\x52\x8e\x28\x94\xb3\x23\x6a\xc3\x0b\x77\x89\xba\x3f\x45\x4d\x28\x17\x55\x42\x34\xf2\xee\x21\x21\x8e\xce\xf2\x2e\x2a\x45\x69\xf9\x09\x35\x45\xad\x1a\x45\x34\x38\x14\x04\x0f\x05\xc1\xa9\x89\x87\xa8\x83\x51\xa2\xee\xa2\xa8\xd8\x48\x2d\x47\x47\xd1\x47\x99\xb3\x37\x7c\xe2\x50\x49\x75\xa8\xa4\x5a\xa2\xb4\xbc\x44\x45\x85\x77\x89\x7a\xaf\x20\xda\x55\x19\xdd\x6d\x8a\xa2\xc0\x59\xa2\x96\xa8\x55\xc9\x9f\x4c\x7f\x57\x5a\xbf\xd7\x49\xed\x2a\x96\xee\x9e\xa2\xd8\xe3\x93\xd2\x5a\xe5\x26\x7d\x50\x6f\xde\xe5\x26\x77\xe7\xc0\x90\x80\xee\x4e\xe8\xb8\x23\xd7\x68\x45\x9d\x92\xeb\x2c\x4d\xf4\x41\x65\x74\x4a\x13\xa7\x9c\x7c\x89\x42\x13\x67\x1d\xa5\x3e\xc8\x5c\xa7\x8a\x4b\x20\x63\x89\x42\xae\xb3\x0a\x89\xae\xf2\xec\x54\x21\x71\xca\x31\x97\x28\x1c\xf3\xac\xa0\xd0\xad\x97\xf4\xa7\x82\xc2\x49\x6d\x91\x64\xfa\x53\x0e\x70\x22\xaa\x51\xc5\x5f\x12\xf5\xaa\xe8\xdb\xa5\x9c\x4b\xd1\x17\xc8\xa4\x3c\xbb\x3a\x72\x5d\xd5\x11\x74\x23\xad\x5f\xea\x08\x80\xcc\xcd\xa0\x4c\x14\xcb\xe3\xd1\xd7\x78\x88\x7a\x30\xaa\x94\x73\x29\x15\x5f\xce\x17\x09\x43\x97\x82\x28\x90\x49\x24\xbf\x14\x44\x2f\x67\x2d\xcc\x71\x49\xd1\x40\x26\xd5\xdf\xa5\x12\xf4\xaa\x20\xda\x5d\x42\x28\x88\x02\x99\x18\xed\x52\x10\xbd\xd8\xb6\x53\x10\x3e\xb4\xed\x07\xee\xeb\xf4\x20\x0f\xb9\x2f\x90\xf9\x1c\x85\xd1\x1e\xe5\x07\xdd\xa9\x96\x1f\xbe\x44\x95\x63\x26\x21\xed\xe1\x9a\x58\x72\x75\xa7\x41\x7b\x48\x2e\x20\xb3\x9a\xbd\xf1\x50\x69\xfc\x08\xd6\xc2\x68\x8f\xd0\x5a\xa1\xb5\x34\x51\x6b\x21\x6a\x94\xf4\xa6\x66\x4f\xd0\xa3\x52\x93\xa9\xd9\x13\x64\x56\x61\x6f\x6a\xf6\x6c\x33\x46\x8d\xf6\x9b\xa9\xd8\x36\xd3\x22\xa6\x45\x0c\x4a\x8b\x94\xbe\x3a\x45\x85\x6d\x14\x61\x82\xcc\xf2\x6e\xdb\x08\x36\xb6\x55\x4e\xea\xb8\x9f\x6d\x29\x19\x53\x6b\x05\x94\xd6\x22\x08\xa2\x02\xdb\x08\x82\xb6\x51\xa1\x66\x63\x73\x94\x1e\x46\xb3\xd6\xb3\x3a\x33\x53\xb3\x66\x8d\xf8\x93\x55\x85\x5b\x23\xfe\x08\x32\x2b\x87\x5b\x23\xfe\x08\x82\x62\xc7\x68\xef\x5e\x8d\xce\xac\x67\x85\x70\x53\x67\x26\xc8\xec\xa2\x76\x28\xab\xf3\x94\x15\xc2\xad\x55\x4d\xfb\x84\xcc\xde\xa1\x4e\x51\xc8\x55\x45\x89\x35\x4a\x04\x41\x3e\xe5\xa2\x2e\xb3\x86\x93\x66\x22\x97\x6b\x94\x9c\xb4\x0e\xa2\xb5\xd0\x28\x2c\x9f\x13\x51\x43\x72\xc9\xf2\xd5\xc0\x1b\xed\xdd\xab\x35\x69\x62\xd5\x28\xf5\x6f\xd6\xab\x89\xec\xb3\x3a\x59\xeb\x34\x91\x82\xcc\xce\x28\x9a\x48\xeb\xc6\x28\x83\x92\xf4\x40\x52\x55\x5a\x37\x8d\x22\x0b\xce\xaa\x2a\xad\x93\x05\x05\x99\x7d\x42\x69\x62\xd4\x39\x27\xf9\x5b\x8f\x21\x8a\x73\x8e\xfb\x75\x8e\x98\xf5\x8a\x39\x7d\x56\x24\xb6\x4e\x03\x2f\xc8\xac\xc8\x62\x3d\xd9\x76\xaf\x98\xd3\xa7\x36\x44\xb6\xb1\x9e\x38\x13\x16\xea\x34\x32\x46\x2f\xd8\x57\x05\x1b\x53\x2f\x28\xc8\x1c\xa2\x24\x3d\xca\xa1\x90\x30\xf5\x82\x36\x70\x93\x85\x7f\x0d\xb9\xc9\x90\x9b\x0c\x83\x9a\xa2\x26\xa3\x26\xd4\x12\x85\x17\xd6\xd1\xb7\xc1\x39\xb7\xd1\x11\xa2\x6b\xad\x53\xd4\xc5\xa8\x84\x62\x8f\x63\x68\x14\x13\x65\x8e\x21\x73\x8c\x05\x85\xa8\xa3\x34\xd1\x97\x21\xaa\x34\x01\x64\x3e\x29\x49\x8f\x72\xd6\xe2\x8b\x52\x0e\x90\x69\xa2\x42\xd4\xc1\xa8\x80\xba\x8b\xc2\x68\x55\x36\xda\x90\xbe\xe8\xf2\xc6\x86\x0a\xd5\xe5\x99\x95\xa8\x83\x9a\xc7\x4c\xa2\x9a\x44\x35\x46\x49\x54\xab\xf4\x39\x36\xf4\x65\xa4\x4f\x41\xa6\x89\x5a\xa2\x56\x8d\x32\xd6\x22\x7d\x0a\x32\x9f\xd4\x21\x8a\x2f\x56\xca\x33\xb5\x87\x82\x4c\x1c\x53\xed\xa1\x60\x6c\xd5\xad\x9b\xe9\x58\x99\x8e\x95\x26\xea\x58\xd1\x25\x8e\xad\x7a\x67\x33\x6a\x1e\xc1\xec\xa1\x51\x2e\x6a\x67\x94\x28\x09\x51\x60\x8e\xe7\x98\x9c\xdc\xa4\x9c\x2a\x8d\x4d\x4d\xa4\x60\x6c\xc4\x2f\x57\x40\x75\x05\x54\x82\x82\x2b\xa0\x7a\xf9\xd7\x68\x95\x3e\xcd\xe5\x5f\x2e\xff\x32\x4d\x9c\xa2\x4e\x46\x05\xd4\x25\x0a\xcf\x61\x8f\x2e\xcf\xf1\xca\xf4\xa3\x11\xaf\x9d\x4c\x2f\xc8\x74\x96\x1f\x5a\xbe\xac\x32\x5a\x17\xf5\x9c\x88\x72\xd0\x84\x3a\x59\x73\x8c\xd6\x38\x69\x2e\xa3\xb9\x8c\xe6\x2c\x2f\xa3\x79\x59\x68\x34\x1c\xd3\x65\x21\x20\xd3\xd1\x84\x02\x9f\x97\xbe\x47\xc3\x99\xdc\xa5\x1c\xba\x9e\xac\xda\xd5\xdc\xa5\x09\x47\x13\xda\xb6\x4b\xd4\x02\x9f\xcf\x51\x12\xa2\xe2\xc4\x68\x5a\x5e\x71\xc2\x95\x8a\xb1\x90\x93\x8a\xcd\x03\x7d\x85\x28\xe9\xab\xc0\xfb\xc6\x86\x14\x4d\xbc\xd2\xc9\x68\x84\x21\x57\x3a\x01\xdc\xb4\xed\xd4\xf2\x89\x26\x26\xd2\xa7\x84\x48\x69\x02\x3b\x2a\xe9\xd0\xe6\x8f\x56\x45\xaf\xa9\xcd\xb7\x18\x08\x51\x35\xa2\x85\x8e\x02\x90\x59\x45\xaf\x85\x74\xcf\x25\xed\xe8\xc4\xfb\x50\xca\x0c\xa5\xcc\x2a\x70\x2c\x94\x32\x03\x5f\xed\x84\xda\x90\xaf\x86\xaa\x99\xf8\x7f\xa4\xe2\xa0\xd8\xb1\xc0\x95\x3b\x27\x25\xe4\xca\xa1\xe0\x4c\x2a\x0e\x05\xe7\xa8\x74\x32\xa8\x76\x2d\x42\x3b\x29\xc8\xac\x86\xc1\x22\x24\x63\x29\x7a\x74\x54\x10\xca\xe1\x41\x77\xa0\x5c\x19\x74\x07\x16\x95\x80\x46\xe7\x58\x84\x12\x10\x90\x19\x9a\x28\x21\x92\xb5\xb0\x56\x28\x24\x01\x31\xa5\x3b\x85\x70\x6e\x01\x46\xaf\xfe\xcd\xd4\xe6\x5b\xd6\xe9\x18\x1d\xa5\xa7\xc2\x2e\x90\x19\x1a\xc5\x17\xe9\xe3\x47\x27\xbc\xa5\x12\x76\x2a\x61\x93\x51\x53\x09\x9b\xae\x7a\x8c\xaa\x92\x2c\xe5\x7e\x40\x66\x35\x0c\x96\x72\xbf\x0c\x46\xe1\xca\xa9\x3a\x25\xb5\xed\x14\xf5\x1c\x55\x55\x83\x13\xd5\x53\xa9\x38\x95\x8a\xab\xe9\xb6\x94\x26\xb2\xca\xec\x31\x30\x73\xd2\x0b\x0a\x32\xab\xe9\xb6\x94\xdf\xd2\x3b\x8f\x81\x0a\xd5\x3b\xdb\xac\xd0\x31\x46\x75\x9f\x36\xb9\xdd\x10\x64\x56\x1f\x6e\x93\xfa\xda\x26\x31\x63\x4c\x51\x97\x28\xdc\xaf\xfa\x70\x9b\x8a\x19\xc0\x18\x8b\x51\x3c\x4e\x08\x32\x39\x16\x73\xe8\x8b\xb8\xdf\x58\x50\x72\x3f\x20\xb3\xfa\x70\x9b\x0a\x95\xb3\xdc\x64\x18\x71\x71\xca\x4d\x80\x4c\x8c\x36\x95\xe9\x67\x1d\xab\x61\x44\xe2\xa9\x9c\x34\x95\x93\xaa\xe9\xb6\x29\x07\xa0\xa7\x1f\x86\x33\xa9\xa7\x17\x0c\x63\x8f\x4b\x01\x75\x75\xaa\x06\x34\xb1\xa4\x89\xd5\x99\x88\x5c\x4b\x7b\x04\x92\xdb\x20\x5b\xda\x23\xe0\x0d\xb9\x96\xf6\x08\x0c\x23\x57\xae\xa1\xe5\x79\xa1\x48\x2a\x90\x45\x3f\x62\x6b\x20\xfd\xd2\x5a\x2e\x4a\xd2\x23\x97\xc2\xee\xaa\xb3\x3d\x0c\x97\x5b\x0a\xa8\x40\xaa\x3c\xe3\x46\xa1\xa0\x2c\xe4\xd5\x69\xd8\x52\xe6\x02\x92\x2b\x29\x5b\xca\x5c\x8b\xe8\xe9\xc4\xeb\xa5\xe8\x09\x64\x4e\xf6\xe8\x12\x15\x7d\x39\x05\xa1\xda\x7c\xdb\x2b\x8c\x0c\xe7\x28\xec\x0a\x23\x40\xe6\x14\x65\xa2\xca\x0b\x63\x63\xa2\x32\xea\xae\x8c\x5a\xbd\xb3\xed\x92\x6b\xaf\x7e\x64\x04\x55\xfc\x4e\x3f\x22\xc8\x44\x5f\xbb\xa2\xc9\x5e\x71\x71\x70\xd7\x69\xbb\xe2\x22\x90\x59\x5d\x8b\xed\xa9\x89\x88\xca\x55\xaa\xe9\x32\x40\x30\xd4\x11\x1c\x32\xed\xa1\x5c\xb9\x44\x0d\x51\x2c\x4f\x18\x3a\x74\xdc\x0f\x1d\xf7\xea\xdf\x4c\xf7\x03\x76\x90\x93\xb8\x2a\xb3\x43\x39\xe9\x50\x4e\xc2\xc9\x0f\xe5\xa4\x83\xc8\x44\x2f\x68\x87\xce\x23\x90\xf2\xaf\x43\x91\xe9\xa8\x44\x31\x54\x9e\x1d\xaa\xb2\x0e\x55\x59\x98\xf6\x50\x95\x75\x90\x21\x54\xf3\x1c\xca\x10\x40\x2e\x3c\xfa\x90\x26\x00\x6b\xcf\x51\xfa\x22\x9a\x50\xde\xd5\x5d\x83\xdd\x31\x87\x92\xd9\x5d\xe6\xb8\x3f\xcd\x21\x0a\x73\x70\x73\x30\xe6\xc6\x44\x3a\x46\x41\x66\xf5\xf4\x76\x97\x85\xb8\x45\x18\x13\xa3\xe9\x16\x41\x90\x49\x51\x72\x57\xdf\x70\xe7\xd4\x72\x73\x69\x77\x9d\x5a\x20\xe7\x26\x0a\xdd\xdf\x31\xed\x24\x4d\xdd\xb5\x21\x20\xcc\x45\xe9\x8b\xb4\x5e\x93\x6a\xe6\xae\xd6\x0b\x18\x93\xe3\x7e\x57\x71\x09\xe4\x53\x7a\x15\x97\xc0\x98\x24\xff\xbb\x8a\x71\x20\x27\xf5\xa6\x2e\x3c\xec\xe4\x88\x72\x4d\x69\xa7\x8e\x28\x90\x13\xf7\x3d\x75\x44\xcf\x3a\x37\x63\xe2\xf7\xa7\x4a\x3d\x20\x27\x85\xea\xa9\x33\x74\x12\xd2\xe6\xd2\x28\x13\x65\x8c\x0a\x28\x17\x55\x6e\xa2\xbe\xe1\x94\x56\x81\xe4\x15\xc6\x4e\xf9\xfd\x59\xf1\x7e\xac\x6d\xfd\x76\x2a\x3e\x95\x0e\x80\x9c\x1c\xfd\x53\xee\xc7\xad\xc9\x58\x9c\x60\xdd\x9a\xd8\x85\x2b\x2f\x0a\xe0\x4b\xae\x0c\xe4\xa4\x73\xbf\xe4\xca\x57\x22\x23\xd1\xe0\x92\x1d\xae\xd4\xa8\x05\xf5\x1c\x75\xbd\xdd\x6c\x1b\x25\xb6\x6e\x27\x04\x39\xe9\x6d\x1e\x3a\x75\x8f\x8a\x8b\xb6\xd1\x43\x3c\x14\x17\x81\x9c\x24\xc6\xc7\x78\x8e\xf2\x1a\xe5\xac\xa5\x88\x07\xc4\xc6\x86\x1e\x2a\x34\x1f\x95\x77\x6d\x0b\x96\x57\xde\x7d\xe8\xdd\x9b\x0a\xf5\xa1\xbc\xfb\x28\x3b\x18\x95\xb3\xeb\x2a\xc2\x37\x67\xf9\x8a\x3f\xbe\x51\xba\x08\x06\x75\xac\x6f\x64\x67\xa7\xa7\x37\x1e\x86\x5d\x3d\xbd\xf3\x1c\x6a\xdc\xdd\xb9\x9e\x43\x05\xc9\x19\x70\x3d\x87\x7a\xb3\x78\xbb\x59\x2f\x21\xbc\xf1\x3e\x22\xc8\xd9\x1c\x6a\x8a\xda\x6b\x54\xd7\xa8\x43\x14\x5a\x6d\x01\x75\x17\x75\x67\x54\x42\xe9\x8b\xa6\x2f\x8a\xd2\x17\x11\x95\x27\x5f\x57\xd3\xed\x5d\x54\xa5\x29\x57\xab\xe9\xf4\x7f\x36\x2a\x70\xb9\x7e\x27\x20\xc8\xd9\x18\x35\x34\xaa\x54\x68\x63\x8a\xda\x45\x71\xea\xda\x82\x42\xd4\x51\xb5\x9c\x8d\xc5\x28\xbf\x44\x71\x9e\x2a\x8f\xf8\x20\x1a\x38\x0f\x8a\x66\xd5\x99\xb9\x1e\x14\x05\x39\x3b\x42\x70\x0f\xe8\x34\x7e\x46\xc2\x76\x35\x7e\xce\xc3\x9d\x91\x9d\x5d\x0f\x77\x82\x24\x40\xb8\xf1\x4c\xe2\x56\xa1\xc3\xbc\xce\xb9\xf3\x16\xf7\x84\xb1\x05\xa3\x42\xa3\x58\xde\x11\x42\xad\x93\x3b\x76\xf4\xaa\x8c\xdc\x65\x47\x97\x1d\x3b\xa3\x64\x47\xaf\x28\x65\x5e\xc9\xcc\x69\x0b\x9e\x90\xb3\x7a\x67\x57\x77\xe0\x14\xe6\x46\x4e\x72\x15\xe6\x02\xe3\x09\xd3\xf5\xfe\x26\xc8\xd9\x03\x8a\xb5\x42\x13\xcb\xc9\x5d\xf5\xa6\x53\x8b\x19\xfd\x9b\xab\x16\x73\x6a\x31\xe3\x7d\xc5\x55\x8b\x09\x72\x76\x8d\x62\x8f\x54\x33\xc6\xe5\x89\xab\x9a\xf1\x55\x26\xa8\x7a\xa1\x28\x22\xb1\x20\x79\x1d\xf2\x15\x1a\x55\xe6\xf0\xad\x22\xb1\x2f\x99\x03\xc8\x39\x44\xa1\x9c\x55\x09\xc8\xb7\x3a\xa2\xce\xab\xc0\x13\x9a\x8c\xa6\xc7\x01\xa7\x44\xf0\x0d\x15\xaa\x44\xf0\xbd\x8e\xa8\x6f\xac\xb5\x73\x44\x05\x39\x47\x83\xc2\xbf\x28\x11\x9c\x87\x06\x57\x89\x20\xc8\x39\x3a\x14\xe6\xd8\xb5\x7c\xa5\x4f\x57\x5a\xf7\xa3\x7c\xc2\x1b\x5f\x3c\xe4\x13\x40\xf2\xb6\xe5\x07\x4f\x67\x7e\xf0\x1e\xde\x2a\x4e\x38\xc9\xfb\x09\x39\x87\x26\xe2\x98\x07\xbd\x20\x2f\x01\x7e\x50\x8c\x0b\x06\xcf\xc7\x7e\x90\x05\x9d\x1c\xee\x6d\x42\xc9\xa3\x0f\x79\xf4\x40\x2e\xa9\x10\xf0\x56\xb1\xdf\x0f\xa9\xf0\x50\xc7\x98\x2c\x4f\xe5\xed\x07\xbd\x60\xdf\x90\x8b\x5e\x50\x90\xbc\xb9\xf9\x91\xda\x50\xaa\xaf\x2c\x6b\x2b\x87\xfb\x5d\x14\xa7\x56\x99\xcb\x09\xee\x4e\x77\xe1\x0a\xee\x7e\xa1\x7b\x7e\x78\xe0\x97\x74\x0f\x0c\xde\xef\xfc\x92\xee\xaf\x4a\x66\x6e\x98\xe3\x22\x99\x09\x72\x56\x51\xe2\x97\x6b\xad\x92\xcb\x0d\x8f\xbe\x24\x17\xd0\xb8\x7a\xf6\x8b\x9a\xda\x49\x01\x4e\x85\xeb\x4a\x01\xce\x45\xb0\x7b\xf9\x57\x28\xfa\xc6\x56\x2e\xeb\x5e\x25\x55\x6c\xdc\xcb\x0b\x72\x56\x9b\x1f\x1b\x97\x14\xb1\x55\x34\xf1\xd0\x44\xa2\x89\x20\xa7\x41\xe1\xd1\xb1\x95\x10\xce\x73\x7b\x6c\xa9\xb5\x52\xaf\xd3\xa2\xb4\x16\x42\xf0\xe6\x16\x8a\xe4\xc1\xef\x66\x9c\xa7\xa0\xd0\xef\x66\x04\x39\xad\x41\xdd\x45\x95\x72\xb8\x22\x8e\x46\xc4\x8c\xa6\x6c\x65\xbf\xfd\x56\x1c\x8d\x64\x16\x04\x67\xe7\xed\x20\x14\x9c\x83\x1f\xa6\x78\x56\xcb\x1f\xfa\x61\x8a\x20\x67\x65\x9b\xe8\xfa\x7a\xaf\xc6\xcf\xa9\x50\xa3\xd3\xf8\x09\x3a\xe7\x29\x3a\x99\x5e\xe0\xd3\x99\x48\xa6\x17\x8c\xe6\x9a\xa8\xe5\xb9\x9d\x98\x15\x6c\x42\x77\x9d\x82\x9c\x86\x5c\xd4\x9e\x41\xd2\xf0\x59\x27\x25\x94\x34\x42\x3f\x26\x99\xe5\xb7\xa1\x1f\x93\x08\x92\x60\x13\x83\xc3\x13\xa3\x92\xac\x73\x3f\x19\x83\x62\x47\x90\xd4\x65\x31\x28\x76\x82\xa4\xe1\xab\x6b\xd4\x25\x4a\x3f\xed\xe8\x50\xc8\x45\x3a\xf0\x35\x6a\x94\xd2\x41\x18\xae\xbc\xaa\x9d\x0e\xc3\x95\x05\x39\x8d\x51\xb8\x72\x90\x15\x7c\x55\x15\x1e\xc6\xd1\x17\x18\x8f\x93\xc1\x35\xe1\x6b\x90\x34\x62\xdb\x98\x48\x08\x17\x24\xc5\x61\x28\x69\x84\xd5\x71\x8d\x4d\x42\x70\x5c\x05\x39\x9d\xb5\xa4\x42\x52\x4b\xf0\x8e\x1a\x4a\x2d\xe1\x25\x6a\x50\x6e\x84\x4b\x54\x97\xa8\x55\x5b\x84\x4b\x54\x20\xb6\x4a\x2d\xe1\x64\x54\x41\xce\xaa\xd5\x83\xfc\xf4\x1a\x5e\x1b\x8a\x6d\x31\x51\x1b\x02\x92\x27\xdf\x70\x6d\x88\x04\x14\xad\xb2\x60\x28\x01\x05\x3f\xda\x88\x56\x1d\x50\xe8\x47\x1b\x82\x94\x9b\xe8\x47\x1b\x11\x9a\x58\x9d\x46\x28\x01\x05\xaf\xf9\xd1\x11\x42\xaf\xf9\x82\xe4\x8e\x2c\xf4\x9a\x1f\xba\x7e\x18\x55\xd1\x87\xae\x1f\x04\x29\xff\xd2\xf5\x43\xf0\xc0\x1f\xa3\x33\x91\xb7\x3c\x41\x4e\x8e\x6b\x72\x21\x16\xf9\xfc\x35\x63\xc9\xa5\x94\x17\x3c\xdd\xc7\xc0\xbf\xf4\x74\x2f\xc8\xc9\x86\xf4\x74\x1f\x13\x15\x8e\xd0\xa8\x43\x94\x54\xb8\xa0\x50\xe1\x4c\xd6\xca\xd2\x17\x17\x03\x4f\xc8\x89\x4f\xe8\x7e\x20\x48\x9f\xc1\xad\x5c\x28\x7d\x0a\xc2\x4c\x54\x17\xd5\x79\x6d\x1d\x50\x43\xd4\xc9\xa8\x0e\x75\x89\xa2\x29\xe2\x58\xe9\x7e\x20\x96\xab\x91\xa9\x3d\x2e\x8a\x7c\x41\x7b\x2e\x4f\x91\x1f\x4b\x42\x54\x49\x15\x4a\x9f\xb1\xd7\x57\x82\xd2\x25\x76\x92\xbf\x60\xf0\xda\x1a\x3b\xc9\x3f\xf6\x8a\x9e\xe5\x78\x50\x29\x8a\x7a\x33\x3a\x14\xa1\x63\x2f\x85\x84\x13\xde\x76\x6a\x1e\x41\xce\x2a\x96\x62\xa7\xe6\x89\xbd\x9c\x3c\x5c\x94\x9c\x7c\x57\x9c\xc0\xa3\x77\xc5\x09\x52\x71\x44\x55\xb8\xa1\x54\x1c\x47\xc5\xc5\x08\xce\xf6\xa1\xc0\x77\xa8\x75\xaa\x76\x3a\x0e\x5a\xa7\x38\xbc\x84\xe0\x17\x79\x71\x70\x1d\x28\x68\xce\xb1\x3a\x14\x14\x8e\x72\xb3\xe0\x05\x3e\x0e\xee\xfe\x04\x39\xb1\xf6\xc1\xbd\x58\x90\x1f\x83\x47\xe6\x38\x14\xfb\x81\x9c\x91\x50\xcf\x51\x25\x2a\xcf\x83\xa1\xf4\x19\xb4\xc0\xc1\x3b\x59\xa8\x05\x16\x74\xde\x7d\x42\x2d\x70\xdc\x43\x2f\x73\xb5\xd6\x5d\x4e\x7e\x97\x93\xc7\x84\xc2\x8e\x77\xfc\x8b\xce\x3f\xee\xf2\xaf\xfb\xd3\xbf\x16\x94\x8b\x2a\x21\x68\xfc\x42\x09\x3b\xce\xfa\x62\x50\xeb\xc7\xa9\x2f\x02\x39\x89\x72\xf4\x98\xaf\xc1\xab\x79\xc8\x8e\x7a\x35\x17\xe4\xcc\x06\x75\x8a\x62\xad\xa5\x51\x5a\x4b\xc1\x2a\x45\x69\x2d\x09\x41\xde\x55\x89\x10\x17\xaf\x8f\xbc\x47\xc5\xc5\x85\x87\x20\x27\x07\xe6\xe2\xc2\x23\x2e\x3c\x67\x55\xf9\x1f\x97\x3c\xe7\x92\xe7\x24\x6b\xc9\x73\x78\xf0\x8e\x45\x0e\xbf\xe8\xa0\x04\x39\xab\x62\x8b\x8b\x92\x2a\x28\x11\x62\xe1\x13\x2a\x11\x82\x12\x21\xb7\xea\xb0\x53\x25\x42\x6e\xd4\xfa\x5b\x99\x36\x37\xea\x3a\x41\xce\x14\x15\x50\xd4\x29\x6d\xf8\x9f\xa7\xe2\x3e\xfe\x32\x13\xe7\xe6\x5a\x96\x6b\xad\x99\x0b\xaa\x8b\x2a\x8f\x69\x95\xa5\x52\x7d\x9f\x20\x67\x55\x0b\xb9\x21\x75\xea\x47\xbc\x24\xd4\xd4\x8f\x78\x05\x8d\x6a\x21\xa9\x42\x9e\x90\x73\x8a\x92\x88\xec\xad\xcd\x9a\xf8\xfc\xc5\x77\x13\x55\xc6\x4a\x95\x03\x49\xbe\xcf\x3e\x03\xea\x14\x85\x82\xa7\x46\x5d\x50\x44\xb7\x5e\xc5\x48\xf2\xa4\xfa\x84\x9c\x2c\xaf\x97\xd5\xe4\x19\x35\x47\xf9\x7b\xea\x19\x55\xd0\xb8\x18\x4a\x3d\xa3\x0a\x92\xa7\xcf\xec\xb8\x5a\xf6\xd4\x4f\xa3\xf9\xa2\xf6\x08\xb4\x51\x1d\x5d\xea\xe9\x33\xa9\x10\x72\x94\x8f\xa6\x2a\x84\x1c\x98\x61\xa0\xaf\xe1\x4f\x0a\x45\x4f\x87\x42\xd1\x7a\xf0\xb3\xea\x3d\x52\x0f\x7e\x82\x9c\x6c\x9b\xa4\xff\x84\xb4\x1c\x7f\x66\xd2\xfa\xff\x1f\xf6\x8f\x97\x5f\x7f\xaf\x7f\xff\xe9\xcb\x97\xeb\xfd\x2b\xff\x3a\x80\x5f\xe6\xdf\xce\xeb\xf1\xe9\xfd\xfa\xf5\x5f\x1a\x7c\x7c\xfe\xa8\x59\xfc\xf7\x3f\x01\x00\x00\xff\xff\x94\xbf\x01\x60\x95\x30\x00\x00"); +func _fag ()(*asset ,error ){_efc ,_ebag :=_gcce ();if _ebag !=nil {return nil ,_ebag ;};_acage :=bindataFileInfo {_dae :"GBKp-EUC-H",_fb :80839,_ae :_be .FileMode (436),_g :_a .Unix (1580492102,0)};_gagg :=&asset {_dd :_efc ,_ef :_acage };return _gagg ,nil ; +};func _beffd ()([]byte ,error ){return _c (_bfaf ,"GB-V")};func _bgee ()([]byte ,error ){return _c (_bcac ,"GB-EUC-V")};func _ada ()(*asset ,error ){_aage ,_bbfc :=_baeb ();if _bbfc !=nil {return nil ,_bbfc ;};_gbbg :=bindataFileInfo {_dae :"UniCNS-UCS2-H",_fb :324097,_ae :_be .FileMode (436),_g :_a .Unix (1580492685,0)}; +_ebcbc :=&asset {_dd :_aage ,_ef :_gbbg };return _ebcbc ,nil ;};func _fdbde ()(*asset ,error ){_agcb ,_bgffd :=_cdc ();if _bgffd !=nil {return nil ,_bgffd ;};_ddcg :=bindataFileInfo {_dae :"GBT-EUC-H",_fb :44530,_ae :_be .FileMode (436),_g :_a .Unix (1580492198,0)}; +_adca :=&asset {_dd :_agcb ,_ef :_ddcg };return _adca ,nil ;};var _cfga =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x84\x9c\x4b\xaf\x27\xb9\x79\x9f\xf7\xfd\x29\xce\xd2\x59\x38\xaa\x0b\xc9\x22\x81\x83\x06\x12\xd9\x86\x85\xc0\x4e\x10\xe5\x06\x04\x59\xf0\xaa\x0c\x10\xf5\x0c\x66\x46\x0b\x7d\xfb\x80\xcf\x53\x52\x22\xc1\xc6\x2c\x1a\xff\x26\xab\x48\xbe\x45\xfe\xde\xfb\xcb\xf3\xab\x5f\xff\xe6\xef\x7e\xf3\xed\xbb\x9f\x3f\x7e\xf5\x9f\x7e\xfc\xbe\xff\x76\xfe\xfc\xb1\xbe\xfb\x36\x7e\x9c\x3f\x7d\xff\x87\x1f\xfb\xfc\x68\xf3\x77\xdf\x7d\xfb\xf2\xe5\xbc\x3e\xc6\x77\xfd\xe7\x3f\x35\xf9\xe9\xbf\xaf\x3f\x7c\xf9\xb2\xc7\xff\xf6\x8f\x3f\xfd\x3c\x7f\xff\x9b\x6f\xeb\xfb\x8f\xdb\xf7\xc6\x1f\x7e\x78\xdf\xfd\xf8\xf8\xd5\x7f\x9e\xbf\xfb\xee\xa7\x9f\x7f\xfc\xe3\xc7\xdf\xfc\xbb\xf1\x7d\x9b\xff\xe6\x63\xcc\xb5\xfb\xff\xe3\x8f\x63\xfe\xf8\xdd\xb7\xdf\x7d\xfc\xcd\xaf\xff\xf9\xb7\xe7\x9f\xbb\x7f\xfb\x87\x1f\x7e\xf8\x3f\xf3\xf7\xf3\xdb\xcf\x1f\x89\xbe\xf9\x6d\xf0\xfb\xe5\x57\xbf\xfe\xa7\xfa\xc3\x3f\xd7\xdf\xcf\x8f\x5f\xfd\xe3\x7f\xf8\xa9\xff\xf4\xb7\xff\x3e\xfe\xed\x3f\xf2\x88\x27\xff\x6d\xfe\xf8\xd3\x77\xdf\x7f\xfb\xb8\xfe\xed\x71\x94\xff\xd7\xfd\x5f\xfe\xf8\xc3\xfc\x38\xdf\x19\xfe\xc7\x7f\xfd\xcd\xdf\x7d\xfc\xcf\xf3\xe3\x3c\x3e\xae\x18\xf3\xf1\xbf\xde\xfe\xff\xfe\x4f\xdf\x8f\xf9\x71\xd8\xba\xa4\xbd\x7f\x3f\xe6\x4f\x3f\xd4\x3e\x7f\xac\xdf\x7e\x37\xbf\x7c\x7c\x7c\x1e\xc7\xd7\x8f\x8f\x8f\xcf\x7c\x7c\xdd\xad\xfc\x84\xe3\xeb\xc7\xe7\x3f\xfc\xfd\x3f\xfc\xfd\xd7\x4d\xe4\x5f\xbd\xff\xe5\x74\x9a\x6f\xdf\xff\x3c\xe6\xb2\x8f\x19\x3e\xcf\xf5\xf5\xe3\xdc\x23\xfe\xff\x47\x5f\xce\xe3\x78\xd7\xfd\x6e\xf4\xff\x5d\x7f\xfc\xf2\x99\x4b\xb8\xbf\x7e\x9c\xcf\x73\x66\x1a\x9d\xc6\x75\xd3\x18\xbb\x71\x87\x67\x37\xe2\x49\xe3\x48\xbb\x51\x13\x8d\x33\xd0\x68\x34\x32\x13\x54\x27\x78\x18\x53\x9d\x20\xdb\x98\x3e\xe1\xb5\xbe\x9c\xfa\xd8\x8d\x51\x9c\x9a\x27\xa3\xee\x46\x3e\x23\x0d\xa7\x3e\x7d\xad\xfb\x04\x0a\x86\x53\x9f\xe7\x6e\x4c\x69\x3b\xa1\x7a\x5e\xbc\x76\x31\x66\xde\x3e\x61\xb6\xc5\xd4\xf7\xb5\xc7\xd4\xbd\xaf\xe7\x93\x43\xa4\xc1\x04\x67\xf2\xc9\xf0\xc9\x5e\xa7\x46\xc9\x61\x0f\x6a\x9c\x36\x36\xa1\xf5\x39\x6d\x14\x1a\x6c\xc8\xc5\x86\xd4\xe7\xe1\x49\x3c\x68\x38\x41\x64\xea\xa7\xf9\x9a\x63\xfc\x9e\x78\xd1\x60\xd1\x4b\xda\x1e\xd7\x89\xfb\x7b\x6a\xcd\x36\x98\xba\x25\x1b\x50\xdd\x58\xe7\xf2\x13\xda\xfb\x1a\x54\xb7\xe2\x13\xa8\xee\xef\x3a\x34\xa6\x13\x24\x68\x9b\x4c\x70\x3f\x7b\xd1\xf6\x6e\x48\xbe\x69\x44\x26\x28\x81\x86\x63\x72\xa2\xe1\xa2\x25\xd2\x70\x51\x0e\xb8\x05\x17\x2d\xbe\xe6\x67\x03\x8a\x16\xfc\xec\xe2\x6b\x92\x93\xf7\x1e\xb4\x98\x3d\x7a\x16\x8d\x4c\x90\x9d\xc0\x8d\xbf\x0f\x28\x88\xe2\x80\x8d\x6f\xe9\x3d\x6d\x26\x48\x4e\x70\xed\xd7\x7a\xda\x47\x5f\x8e\x6b\xef\x68\x07\x3b\xe5\x00\xca\x1d\xec\xe4\x92\xf6\x6b\x83\x2f\x2d\x07\x1b\x32\x18\xf3\xdc\x77\xa6\xe1\x6c\x77\xa1\x21\x2c\xcf\x8b\x86\xe4\x84\x93\xc6\xb4\xc1\x13\x8f\xfe\x0e\x37\x8d\xf7\x35\xd6\xf1\xb4\x4b\x66\x8c\xa7\x7d\x73\x58\xa3\x46\x1b\x89\xc6\xbb\x28\xe4\x54\x17\xbd\x78\xcd\xd3\xbe\xc1\xce\xe8\x42\x19\xb8\x0c\xa1\x1c\x8e\xfd\x64\x72\x58\xf9\x78\xf6\x93\xb9\xa9\x0e\x27\x6b\x4e\x88\x0e\x27\x5f\x3d\xd3\x66\xb9\xf3\x61\xfc\x84\xe8\x7c\x3c\x91\x46\xb3\x91\x68\xcc\xaf\x1f\x17\x87\x33\xeb\xfb\xd2\x43\xa3\x7d\xfd\x08\x17\x07\x35\x5b\xf8\xfa\x11\xca\xc1\x4c\xe0\x2e\x1f\xb0\xf5\xec\xc5\x06\xc3\xfb\x86\x74\x62\x5f\xe6\x38\xf6\x08\xf8\x78\x4e\xc9\xcd\x36\x96\x0d\xe8\x5d\x2e\x98\xf7\xc4\x2b\x3e\x5f\x3f\xee\x9b\x07\x0b\x98\x04\xa1\xb5\xa2\x8b\x00\xd4\x15\xdf\xf1\xfb\x13\x57\x7a\x6c\x44\x1a\x8c\xb9\x8f\x42\x63\x8f\x39\x4e\xa8\x5c\xfb\xf8\x72\xe6\xb3\xd6\xf3\x4e\x96\x90\xae\xaf\x54\xfc\x97\xe4\xe4\x6a\x87\x6f\x32\xac\xbf\xdf\xc0\x7c\x3d\xb1\x52\xb2\xf1\xd2\xc0\xb2\xbd\xd2\x28\x07\x8d\xbd\x83\x25\xf8\xff\x8d\x86\x74\x4b\xc3\x78\xdf\xe2\x53\x91\x58\xf9\x28\xec\xc1\xea\x36\xf8\xd4\xb5\xf7\x33\x04\x04\xdb\x5a\xfb\x98\xe2\xde\xd0\x72\x44\x89\xd9\xcc\x5a\x8e\x34\xbe\x7e\xdc\xc7\x16\x78\xe5\x00\xa7\x21\xa4\x44\xc3\x9d\x2a\x79\x37\xc0\x69\x80\x05\xca\xf1\x9e\x73\x29\xbb\xe1\x79\x9e\x07\x33\x6f\xb6\x89\xc7\xc1\x83\x75\x7e\xfd\x88\xcf\x3e\x82\x72\xa6\xe8\x4b\x27\x8d\x69\xe3\xda\x8d\xe7\x6d\xdc\xbb\x51\x37\xa7\x86\x74\xdb\xb8\x7c\xb2\xa9\x3c\xdb\x26\xe6\x0a\x8e\xe9\xef\x92\x9b\xe6\x2b\x84\x3d\xe6\xb9\x36\x99\x57\x0a\x3e\x49\x34\x86\x8d\x4d\xf3\xd5\xce\x0d\xd3\xc0\x7f\xaf\xfd\xdf\xbd\xc6\xc5\x4c\xe9\x86\xf8\x6b\xec\xd5\x8f\x74\xd1\x98\x2f\xc5\x4c\xbb\x5e\x52\xf6\x77\xdd\xc9\xd5\xd9\xca\xbb\x56\x1b\xfb\xc3\xee\xee\x6b\x5b\x00\x94\xfb\x9d\x60\xeb\x98\x72\xcf\x77\x4c\xa0\xd1\x6c\x6c\xf2\x03\xb2\x32\x9f\x5b\x49\x95\xb0\x65\xe5\x13\xee\x3d\x73\x10\x68\xe7\xb9\xa9\x0f\xe0\xe2\x48\xd1\xc6\x3b\x7e\x93\x16\x83\x1f\xb9\x85\x5b\x89\x51\x6a\xf8\x82\x28\xd2\xcf\xad\x21\x4a\xec\x2e\xb3\x25\x5d\x89\x5b\x7f\xa6\x73\x4b\xf1\x92\xd8\xbe\x58\x18\x9f\xd0\xd9\xf9\xdc\x22\xb0\xa4\xf4\x4e\xb6\x69\x4e\xc3\x8d\xdd\x62\xa6\xa4\xb9\xd7\x8c\x61\x33\x47\x49\x40\xee\x3c\xb6\x04\x2b\x39\xbd\x6b\xee\x27\x19\xb5\x16\x1f\x8e\x29\x03\xa0\xf8\x70\x32\xb9\xde\x36\x1e\x1a\xcb\x06\x63\xb6\xa4\xd8\x42\x8b\xd9\x9a\x5b\xf8\x36\x92\xaf\x15\x1a\x8f\x4f\x98\x5a\x4d\x76\x47\xa6\x46\x93\xc5\x87\xd3\xc9\xcd\x4f\x78\x9f\x34\x45\xe0\x45\xa3\xfb\x04\x0a\x38\xb7\xf8\x70\x54\x19\xb1\x99\x51\xed\x25\xf7\xe0\x13\x28\x90\x87\xcf\xc4\x04\x43\x35\xe0\x04\x32\x24\xd2\xa2\xe4\xd7\x06\x71\x82\xa1\xdd\x92\x98\x60\xfa\xd9\x1c\x69\x9e\xee\x0e\xa7\x98\xdd\xd1\x87\x53\xc8\xeb\xa0\xc1\x29\xe6\xe5\x91\x14\xbe\x74\x49\x28\x47\x9a\x97\x84\xc2\x60\x99\x53\x88\x0f\xe7\x9b\x61\xfc\x8c\xec\x2d\x79\xa9\x7b\xd2\x5e\xb4\x84\xcb\x3d\x08\x34\x24\x87\xd3\x2e\xe0\x20\x5f\x9c\x4f\x41\x41\xc4\xe7\xf2\xb5\xe4\x13\x27\xd0\x02\xd8\xa2\xab\x94\xe0\xc9\x01\x8a\x12\x3d\xb9\x54\x68\xa8\xbc\x9e\xe3\x17\xa4\x64\x29\xc9\x61\x5b\x17\x95\x92\x04\xc9\x05\x11\x88\x89\xf8\x5c\xac\xfb\xbc\x14\xb1\xee\x93\x6d\xb0\x14\x32\x23\x5f\x40\xa1\x54\x37\x08\x0e\x2a\xa0\x2c\x5f\x9c\x7e\xa9\xae\x13\x1c\x13\x7d\xc2\xd4\xaf\x6d\x1a\x1d\xe3\xa2\xf7\xde\xe1\xd2\x3c\xe3\x87\x6d\x78\xf1\x77\x43\x68\x93\x50\x04\x55\xe9\xea\xf0\x87\x75\xba\x76\x26\x50\x28\x43\x15\xfc\xb0\xe8\x70\x9d\xcc\xd4\x2f\x2e\x1e\xa8\x9e\x2f\xd5\xac\xa3\x3c\xc7\xb8\x2d\x65\x4a\xb5\x47\xa4\x44\x41\x41\x95\x32\xdf\xd9\x7c\x02\x3b\x60\xf6\x96\x32\x65\x87\xec\xd4\xcb\x03\xa7\xb1\x44\xf3\xbd\x1b\x35\xbc\x9f\x90\x68\x20\x52\xb0\x56\x4a\x0d\x62\x69\xdb\x17\xa5\x46\xf9\x69\x9b\x3b\xa5\x46\xa9\xe6\x48\x6a\x42\xbf\xdd\xb1\xd0\x38\x7d\xcd\xc6\x4b\x9b\x0d\x69\x83\x03\x6a\xf2\xe4\xb6\x4e\x2b\xf5\xb5\x97\x8a\x8d\xea\x6b\xd0\x96\x5e\x56\x65\x9d\x47\x98\x4a\xdb\x03\x4c\xef\xe7\xa6\xa1\x55\x54\x6c\x78\x72\xdb\xc6\x2a\xb5\xba\xf1\x70\x4d\xad\x8e\x41\xf8\xd7\xd7\x92\x2a\x36\x8a\xeb\x40\x41\xf5\x18\xe1\xa7\xda\x3c\x92\xc0\xd4\x4d\x56\x45\xc4\x69\x37\xe7\x1b\xe5\x57\x5f\x69\x13\x58\x47\x69\xf3\xce\x86\xb4\x89\x4f\x70\xb6\xee\x13\x3e\xa1\x89\x10\x4f\xa1\xbf\x53\xf3\xa5\x43\xc6\x0f\xec\x35\xda\x28\x07\x44\x42\x1d\x2f\x39\x34\x5e\xb8\x44\x68\x13\x2e\x01\x58\xd6\xe9\x01\x23\x30\xeb\x74\xaf\x61\x8c\x3a\x5f\x33\x91\xa9\xa7\x22\x01\x2e\xa9\xaf\x4c\x81\x4b\xea\x12\xe4\x30\x46\x5d\x7e\x42\xdc\x63\xb4\xe9\xe3\xc3\x69\xb7\x17\x3b\xdb\x29\x28\x2d\xba\x28\x62\x51\xfb\x3c\x3e\xe9\xa6\x81\x0a\x0b\xf0\x8f\xf6\x79\x7c\x92\x8d\xe6\x93\x48\x43\xbc\x25\x1b\xc3\x27\x9b\x9c\x26\xc4\xc2\xb6\x7a\x4a\xc3\x04\xbd\xd4\xae\xed\xd5\x2d\xe0\xa0\x6d\x79\x10\x0b\x62\xa8\x61\x9b\xde\xc7\xed\x10\x67\x76\xb2\xc7\x99\x8b\x0d\xd1\xe2\xcc\x55\xf0\xc2\xb3\x4d\xb3\x23\x14\x9f\x40\x67\xe4\x48\x5b\x75\x36\x18\xab\xbd\x5a\x2b\x33\x5b\x73\x36\xe0\xd6\x30\x55\x72\x84\x4d\x1b\x7a\xf7\x28\xc9\x06\x5b\x90\x91\xcb\x4d\x2d\x1e\x4f\x1b\xdd\x27\xe1\x97\xe4\x65\x43\xbe\xe4\x88\x46\x6a\xfd\x95\xed\x90\xd7\x5d\x17\xb3\xa2\x01\x98\x1c\x31\x2b\x1a\x62\x28\x66\xd8\xa9\xa9\xc9\xe3\x69\x23\xfa\x84\x2f\xc7\x45\x8e\xd9\x0d\x1e\xf3\xeb\xc7\x73\x66\x1f\x2c\x1f\x40\xea\xe4\x4c\x22\x9a\xa6\xe1\x48\xc7\x2c\x35\xd3\x35\x2f\x5f\x73\x4d\xa9\x51\xd7\x65\xa9\xd1\x16\x8a\x08\x91\x36\xb1\x6b\x33\x32\xa0\x4d\xbf\x0d\x90\xb6\xe5\x04\xce\xb6\x71\x19\x32\x22\xa0\x2d\x04\x4a\x44\x5a\x36\xfc\x9a\x1c\x61\xa6\x8e\x76\x3b\x03\xb2\xaa\xa3\xdd\x72\x7c\x1b\xef\x98\x42\x03\x8c\xe6\x77\x0c\x18\x8d\x48\xa4\x2e\xae\x33\x32\xb1\xc7\xfb\xeb\x47\x92\x2f\x7a\x74\xd3\x10\x07\x3d\xba\x69\x88\x83\x1e\x93\x4f\x6c\x74\x1b\xcc\x1c\xdd\x4e\xf4\x4a\x07\xc9\x11\xaf\xbe\x74\x84\x65\x8e\xf0\x39\x3e\x68\xd4\xca\xea\x49\x9a\x61\xf3\xae\xe0\x8c\xef\xf8\xfc\xf5\x23\x17\xb0\xdb\x93\x24\xbf\x73\x49\x32\x1c\xdb\x91\x9b\x77\x38\x9d\x58\x62\xb6\xff\x56\x7a\x7a\x89\xf1\xc9\xf4\x09\x5f\xb3\x39\x29\x67\x97\x7c\x3c\x1a\xbf\x19\x03\x34\xe6\x64\xc3\x7d\x76\x19\x39\x29\x3a\x99\x9c\x94\x41\x78\xaf\x6e\x0d\xda\xbc\x6b\x1b\x47\x64\x41\x87\x93\x62\x86\xe3\x7b\x95\x34\x64\x41\x6f\x32\x02\x06\x4a\xdf\x92\x32\xe1\x83\x97\xbe\x05\xe5\xa5\xa0\xed\x5d\x92\xb1\x59\x3b\x48\x8f\x05\x3e\xea\x5b\x68\x3e\xf9\xf6\xff\x4e\x05\xbf\xf7\xe9\xc9\xc0\xe2\x7d\x4a\x0b\x2c\xde\x5f\x9c\xa1\x96\x3b\xc6\x52\x2c\xe2\x64\xb9\x0c\x5a\x55\xb7\xff\x51\x6f\x0c\xe5\x5f\x01\x41\x03\xd0\x44\x5c\xb3\x32\x82\x63\x8a\x63\x24\x0d\x38\x8c\x28\xab\x14\x1b\xa7\x4f\x22\x8d\x68\x23\xd1\x90\x50\x1c\xad\xb1\xbd\xd8\x92\x92\x6f\xd5\xed\xd1\xba\xca\x1b\xc4\xe0\xcc\x8c\x41\xc4\x02\x80\x86\xa0\x49\x70\xf7\x48\x9a\xf3\x1c\xe7\x78\xb4\x04\x10\x65\xc3\xe3\x2c\xc0\x69\x78\x68\x05\x08\x19\x42\xc8\x09\x7e\x18\x1c\x5a\x2c\x40\x60\x28\xfe\x12\xfc\x30\xf0\x67\x63\x41\xd8\x8c\x76\xdb\x60\x02\x8c\xf6\x9c\x82\x0d\x3f\x0d\x75\x60\x40\x22\xa7\x60\xe3\xf1\x09\x9f\x80\xc8\xcc\x09\xc5\x67\xa8\x22\x16\xac\xca\xa1\xcd\x8d\x2d\x33\x8c\x0f\x24\x30\x3c\x14\x9f\xe5\xb9\x7e\x49\x48\x0e\xa5\x5f\x42\xf5\x0d\x7d\xe2\x04\xdd\x53\xa9\x90\xa0\x7b\xea\x21\x25\x48\x9d\xef\x36\x42\xdd\xc4\x4e\x49\x07\x8a\x74\xca\x6f\x09\x46\x30\x44\x92\x0e\xa6\x9e\x84\xf4\xd2\xc1\x66\xcd\xc7\x45\x51\x49\x13\xa3\x25\xe9\x2f\x4f\x5d\xb9\xf4\xd8\x70\x02\xc9\x31\x92\x92\x80\xe5\x44\x5b\xa5\x43\xda\xe4\xb1\x04\x46\x89\xb1\xec\x27\x10\xaa\x59\x9b\x32\x13\x78\x76\xb7\x0f\xde\x99\x19\xf2\x1e\x1d\x48\x9e\xd5\xcd\x06\xc9\x04\x63\xce\x44\x28\xa7\x4c\x5d\xac\x94\x21\x4d\xd3\x26\x21\xf4\x27\xa6\x4d\x3a\x24\xad\x49\x9a\xd4\xe8\x4b\x26\x84\xd1\x1b\xb4\x21\x7c\x51\xa6\xfb\xfe\x60\xe7\xcc\xe1\x16\x14\x68\xdb\x76\x68\xb9\x81\xf8\x5c\xef\x5b\x8c\xc7\xc8\xc8\xfa\x6b\x93\xa3\x4a\x0a\xc3\xb9\x19\x33\x9d\xd1\x07\xd3\x07\x7b\xc8\xf2\x0c\x1f\x7c\xee\x85\x30\xcf\x0f\x4a\x6b\x21\x65\xef\x88\x86\x5e\x58\xa1\xc1\xa3\x5e\xcf\xe1\x6b\xfb\x3b\x97\x1f\xad\xeb\xb5\xda\x4b\x40\xa1\x01\x22\x74\xbd\x56\xdf\x63\xd2\xe5\xd4\xfd\xf4\x09\xb3\x6d\xdd\x7d\x97\xc7\xb7\xba\x0f\x78\x4b\xe5\xaa\x4b\xb5\x06\x01\x25\x82\x58\x65\xcd\xf7\xc9\xfe\xb4\xb5\x8a\x8d\xf8\xe5\xb3\x1e\x41\xd2\xf6\xb7\xd5\x43\x45\x85\xd3\x53\xdf\x38\x0d\x4e\x4f\x3d\xc0\x67\x40\x00\xd4\xc3\xd0\x06\x1e\x50\x3d\xb4\x85\x36\x01\xf5\x10\x50\x38\x40\xf5\xc0\xae\x49\xf7\xdb\x70\xd7\xb7\x67\x53\x8f\xea\x32\x37\x63\xf4\x6b\x71\x66\xea\x31\xa4\x66\x6b\xd7\x7a\x68\x1e\x1c\x19\xd2\x06\x47\x18\x18\xaf\xd5\x89\x27\x51\x0f\xad\xce\x23\x40\xcc\x9f\x6c\x4b\x66\x5e\x6f\xac\x74\x8f\x3f\xb7\x0e\xbf\xb6\xc8\xaa\xe7\x56\xe1\x04\x9b\x2b\x12\xf7\x0a\x9b\xaa\x36\xe3\xf5\xf5\x23\xe0\xf9\xf4\x6b\x6f\x71\x24\xbc\xdd\xef\x0d\xc5\x88\xbe\xeb\xf7\x36\xb2\x23\x4a\xb1\x87\x2d\x38\x63\xd8\x56\x57\x27\x40\x81\x46\xea\x69\x3b\x5a\x71\xf3\x57\xcf\x1a\x2b\x84\xe6\x7b\xc6\x06\xce\x84\xe6\xfb\xeb\x57\x13\x9a\xef\x65\xeb\xfd\x74\xf1\xdf\x2d\x97\xd2\xb1\xc5\x7c\xaf\x9b\xcc\x74\xee\xad\x18\x69\x1f\x73\x7e\x36\x6b\x8c\x67\xb3\x70\x26\x20\x3d\xea\xde\x95\x7c\x6e\x01\x37\x90\x34\x05\x56\x98\x8d\xf9\x8f\xb2\x4f\x75\xf6\x6d\x4c\x9d\xe7\xb1\x45\xc3\x9c\x84\x7f\x2e\x3e\x73\x1d\xc8\xfe\x13\xf4\xad\x03\x93\xf0\x24\x72\xb0\x4e\x74\xf9\x95\xb6\xf4\x5f\x17\xf2\xe8\x7a\x36\x37\xaf\x00\x7c\xaf\xb8\xa7\x5e\x09\x58\x5c\xe5\xf8\x4b\x4f\x3b\xc4\xbf\x92\x89\xab\x20\x56\xe5\x8d\x55\x38\xf2\x3b\x6d\xfc\xac\x02\x3f\xdf\x88\xef\x85\x8b\x77\x11\x40\x5b\xf8\x71\x17\x3a\x7f\xe1\xb5\x3c\x99\x57\xf6\xe0\x7b\xcb\xc9\x55\x37\x40\xae\x73\x6b\xbb\x65\x6c\x3f\x1d\xc7\xb5\x1b\x51\x80\xec\x53\x58\x4d\x7b\xe3\xe1\xbb\x5a\x7d\x9f\xf0\xda\x96\x38\x37\x11\xba\xf5\xda\xcd\xb8\x0e\xeb\x35\x73\xf1\x16\x16\xa6\x60\x22\x44\xb6\xda\x52\x2c\x6d\x8b\x73\x69\xaf\x65\x3c\x87\xd5\xb7\xea\xcd\xa0\x61\xf5\x28\xd8\xb7\xc8\x5e\xaf\x55\xf5\x6c\x03\x63\x69\x15\x25\xbc\xe3\xd5\x5f\x36\xda\x7a\x67\xf5\x47\x36\xd8\xe2\x73\xf5\x0d\xb9\x10\x02\x43\x5e\x0e\xdf\x46\xcd\xea\xdb\xc8\xbd\xcf\xad\xec\x57\x7f\xb9\xe0\xb1\xe1\x47\x3e\x10\xc6\xe9\x93\xb6\x59\x1a\x0b\xf9\xd9\xf2\x76\x99\x16\xc8\x78\x24\x0b\x85\x98\xee\xcd\x77\x6b\xb0\x13\x17\x5b\x34\xb6\x48\xba\xaf\xed\xc2\xac\xf1\xa7\x35\x68\xec\x69\xef\x6b\x8b\xe4\x35\x5e\x29\x4a\x03\xce\x79\xc3\x23\x6b\xbe\x5f\xb5\x85\xf5\x9a\xa6\x1e\xd0\x57\x8b\x90\xfe\xfd\xb0\x91\x53\x5b\xef\xd9\x6a\x64\xa1\x3a\xae\xcc\xe8\xed\x05\x3c\x47\xfe\xd7\x23\x37\x6f\xd6\xf0\x3a\xbe\x7e\x7c\xa2\x98\xbe\xfc\x29\xeb\xb8\x4f\xe2\x2b\x69\x93\xb8\xfb\xb6\x01\xfb\xb9\xe9\x20\x7b\x42\x26\x00\xd6\xd9\x3f\x93\x3e\xc2\xe1\xcf\x16\x53\x9f\xf9\xc1\xcb\x28\xc6\xae\xb3\xf3\x65\x24\xe0\x93\x88\xc9\xe7\xcd\x2b\x9f\x39\x1b\x31\xc6\x0d\xcb\xd9\xb1\x99\x94\x48\xce\x9b\x25\x72\xde\x3a\x71\xff\x54\x39\x9c\x9c\xa3\xf3\x15\xf3\x76\x8f\x29\xc1\x90\xec\x2b\xf6\x15\xfa\x26\x7d\x58\x6e\x0f\xd2\x3a\x97\xbd\xb9\x9f\xb9\x98\x64\x43\x34\xe7\xe2\xba\x06\x92\x1e\xa0\x91\x4b\x73\x0d\xa3\x46\x6c\x7f\x2e\x9b\x57\xf7\x0f\x81\x93\x87\x44\x45\xe9\x8e\x35\x3f\xf3\xf0\xbd\x30\xe4\xfe\x71\x8d\x62\xca\xd2\xf9\x86\x39\x33\x13\xa9\x43\xfa\xa6\xb9\xb7\x13\x5a\xb6\xfc\xdd\x3f\x66\xc3\x2e\x33\x9c\xd5\xbe\x37\x1f\xea\x7b\x9d\xbe\xf5\xbe\x47\xdf\x56\xbf\xfb\xe7\x4d\x54\x9a\xcf\xbc\x77\x9f\x61\xa0\xe7\x4c\x24\x15\xdd\x17\xa3\x41\xcf\xf9\x90\x5b\x8c\xcd\x3e\xe2\x19\x67\x36\xe3\xb9\xe8\x33\x49\x76\x92\xa1\xa8\x09\xfa\x2a\x2a\xf8\x21\x5e\x99\xeb\x73\xd9\x17\xcc\x6f\x9a\xf9\xcc\xf6\x99\x16\xe4\x8c\xaa\xfb\x5c\xab\x49\xc4\xcb\x04\x67\xb1\x8f\x78\xcd\x75\xb3\x46\xe5\xdb\x2a\x36\xea\x73\xdd\xe6\x3e\x5d\xa3\x99\x9a\x24\x8f\x42\x58\xe6\x33\x1b\x76\x79\x2e\x73\xb1\xdd\xf9\xba\x49\x47\xbf\xb7\xfb\xbd\xc3\xb1\x64\x6a\xea\x48\xf6\xbd\xd9\x5a\xfb\xa4\xd9\x54\x33\x9c\x99\x51\x09\x9f\xb9\x4e\xc7\x82\x53\x82\x31\x9f\xb9\x12\x81\x7b\xb2\x79\xe3\xe5\x7c\xef\xde\x3f\xa6\x4e\xf9\xde\x66\x9c\xf6\x22\xa9\xd3\x3c\x8f\x16\x1c\x9b\x7d\x6f\xd0\x27\x4e\xaf\x42\x9e\x33\x3a\x16\xd1\xfb\xe0\x52\xe7\x16\xa3\x7d\xd2\x5c\x4c\x9b\xb2\x57\x06\x57\x9e\x6c\x92\x35\x5d\xf6\xf1\x9e\x99\xba\x96\xd8\x17\x43\x25\x4f\x21\xdb\xde\x3c\x0f\x65\xf5\x53\x6e\xd6\xe8\xe0\xb4\xb9\x07\x89\xf3\x68\xe2\xb4\xe1\x5c\x3d\xd8\xde\xb9\xcb\x83\xaf\xf7\x6b\x1e\x1c\xd9\xfc\x99\x75\x22\xb3\xb9\xe4\xee\x1a\xfa\x92\xb9\x90\xb1\xef\x15\x59\xd2\xfb\xdb\xb7\xb1\xd1\x3d\xb7\x57\x3c\x17\x72\xd7\xdd\x73\xeb\x06\xe4\xf1\x6f\x72\x1f\xec\x55\xc7\x4c\x29\x87\x99\xdf\xc9\xde\xeb\xef\x95\xe3\x26\x47\x1a\xd8\x83\x11\x95\x43\xd1\x04\x2f\x34\xbf\xde\x17\xee\x4e\x1e\xd2\x3c\xde\xbd\x02\x2f\x23\x35\xfb\x86\x7d\x8e\x05\x07\xc3\x28\x65\x79\xcc\xea\x3e\xf6\x15\xfb\x78\xef\x19\xf6\xb9\xcf\xc8\x88\xe1\x1e\x0c\xa3\xd6\x85\x33\x1f\x35\xd9\xe7\xba\xc8\x4e\xdc\xb5\xcf\xac\xd3\xf5\x14\xce\x1c\xb5\xf2\x99\x87\xd9\x28\xf4\x71\xc6\xa9\xfa\xcc\x43\xc3\x13\xed\x99\x87\xbc\x3f\xf4\x79\x0f\x68\x9e\x9e\xd1\x34\xa9\x46\x22\x28\x4f\xe5\xa4\x3e\x51\x20\xb7\x93\xa7\xdf\x3b\x8d\x31\x60\xd8\x64\xf4\xce\xfe\x99\x26\x91\xcd\x0e\x3b\x1f\x7b\x10\xce\x44\x9e\xd7\x3d\xd0\x11\x0a\xe7\x9b\x52\xee\xf6\x91\xb2\x3c\x4d\xf5\xba\x07\xb3\x3a\x96\x7d\x99\xe2\x40\x57\x27\x28\x73\xa6\xbc\x3f\x71\x49\xc3\x59\xcc\x32\x47\xfb\x1e\xf2\xc0\xa6\xbd\x1b\x78\x99\xdd\xdc\xf0\xc1\xba\xbd\xda\xd7\xe9\x43\x76\x4e\x31\x34\x89\x32\x84\x8b\xcc\xfa\x1c\xd2\x02\x86\xc2\xe5\x1e\x88\xa1\x89\xe2\x0f\x58\xb6\x79\x2e\xbf\x77\x41\x33\x09\x86\x3c\x97\x34\x2f\xdf\x23\xb9\xbe\xdc\xe7\x85\xf9\x17\xae\xc7\x04\x76\xb5\xcf\xf7\xe0\xcb\x25\xfe\x5e\x5f\xe6\xe6\x2c\x57\xf2\x3d\xb0\x16\xac\x68\x59\x62\x6d\x3d\xe6\xb0\xe1\x8f\xa5\xae\x5d\xe0\x2a\x10\xb4\xcf\xcb\x3d\x5d\x44\x2f\xc3\xb6\xd2\xd5\xf2\xff\x42\xb9\xcf\xab\xe6\xf3\x6a\x0e\xc1\x7e\x0c\x96\x54\xac\x9e\xed\x2b\x26\xb2\xcd\x5d\x73\xfc\x6b\xd8\x87\x38\x5b\x03\x98\x2c\x22\x83\xc1\xba\x9e\xa5\xba\x5a\x38\x7e\xc1\x70\x3b\x3e\xd0\x67\x39\x08\xb3\x85\x80\x2f\x85\x69\xbc\x7f\x78\x2f\x10\x51\x39\x10\x5d\xe5\x88\x42\x96\x78\xeb\x81\xca\x29\x07\x50\x0c\x81\x90\xc6\xf1\x38\x1f\x6c\x16\x02\xa1\x25\x5c\xa3\xfd\x63\x8e\xfb\x31\x93\x7d\xd2\x27\xc4\x02\xa9\x19\x7c\xa3\xcf\x72\x08\x9d\x40\x80\xf7\x00\x3a\xe5\x20\xbe\x14\x22\x81\xa7\x03\xb1\x52\x0e\xb2\x75\xc1\xd0\x22\x0e\xcf\xfe\x61\x0d\x7c\x90\x72\xfa\x6d\x27\x91\x99\x10\x09\x0f\x9c\x29\xd9\xc7\x11\x26\x3c\xc4\x93\x23\x2c\xe7\xf3\xf6\x65\x72\xe0\x37\x7d\x04\x4b\x42\x22\xe4\x79\x76\xe7\x43\x85\x05\xe3\x15\x27\xa2\xb0\x9c\xae\x9b\x08\xbf\x5d\xae\x7b\xe1\x2d\x07\x73\x6a\x57\x88\xf4\xe9\x4b\x9a\xe5\xba\xd2\xdb\xc7\xfe\x19\xb9\xbf\x36\x0f\x7f\x96\xcb\xbd\x7a\x9c\xcf\xbd\xba\xaa\x7d\x38\xfc\x57\x85\xe6\x6b\xab\xdd\x8b\xdd\xbb\x1a\x14\x5f\x52\x67\xa8\xfb\x92\xba\x0b\xd7\x32\x64\xe2\xf4\xd7\x60\xa7\x2e\x19\x2a\xf3\x65\x17\x0c\x55\x2e\x8c\xe7\x40\x35\x53\xb9\x96\xf3\xf9\x65\x99\xb8\xd8\xed\x97\xdd\xc9\x35\x38\xc9\x1b\x65\x55\x6e\x29\x2e\xf8\xf9\xb7\x14\xdf\xc4\x48\x82\xa1\xbb\xbb\x82\x82\x1b\x77\x3e\x18\x41\xbb\x3b\x6b\xdc\xd2\x82\xa0\x2e\xb7\xb4\xdc\x46\xae\x0f\xf2\x67\xf7\x74\x0d\x62\x89\xf1\x20\x68\x7e\x63\x54\x95\x1b\xfa\xe2\xc1\x49\x06\xe9\x0b\x66\x51\x0f\xd2\x94\x61\x7b\x47\x9f\x25\x98\xba\x3c\x88\xa8\x05\x18\xb4\x04\x83\x71\x78\xd9\x25\x48\x73\x80\xb3\x22\x25\x1e\x25\x74\xd6\x08\xae\x81\x3f\x5a\xa2\x6b\x44\x73\x75\x27\x11\x8f\x88\x91\x56\xa2\x29\xbb\x93\x60\x4b\xc4\x48\x2b\x11\x8e\x89\x18\x5a\x25\x26\xc7\x3e\x6f\x1f\x63\x5d\x37\xa2\x60\xe3\x45\x60\x32\x76\x38\x21\x62\x80\x46\x2b\x26\xe2\x80\xe6\x28\x2d\x08\xa4\x92\xa4\x25\x99\x4f\xa6\x18\xaa\x24\x91\x96\x30\x50\x22\xf5\x4d\x25\x61\x48\x97\x44\x3c\x2d\x9a\x3a\x4f\x28\x92\x92\xa4\xe5\xce\xcc\x27\x2d\xc9\xb4\x85\x09\xfb\x34\x9c\x8f\x7c\x41\x0c\x60\x23\x4d\xbe\x37\x99\xa7\xfa\x53\x39\xc2\xb0\x8f\xf9\x02\x41\x59\x9d\x93\xa2\xd3\x61\xbc\xa0\xe8\x74\x94\xc7\xf7\x0c\x65\xeb\x74\x94\xec\x77\x18\x74\xcc\x5b\x13\xee\x1f\x73\xff\x70\x51\x46\x21\x96\x6c\x82\x3a\x39\x56\x89\x93\x1f\x93\x61\x24\x8c\xf2\x13\xed\x7b\x6b\x2f\x48\xee\x63\xe4\x96\xfc\x56\x77\xc0\x81\x59\xc9\xf4\x3a\x36\x27\xa1\x6c\x1d\x9b\x92\xdf\x22\x98\xdb\x4a\x09\x69\xa9\xef\x7b\x56\x42\xb8\x6e\xb3\x18\x20\x5a\xf6\x30\xec\x33\x2b\x45\x9c\x2c\x37\x38\x35\x1b\xc6\x3a\xa5\xb9\xfb\x1d\x6f\x0e\x12\x1c\xe4\x2e\x7d\x66\x1f\x31\xfe\x4b\x1e\xb7\x7d\x16\x5d\x3c\xf6\xbd\xef\x99\x57\x74\xbe\xd1\xed\x93\x3e\x82\x85\x44\x60\xf6\x8f\xdf\xc1\xf9\xe6\xe9\x77\x18\xa0\x17\xbb\x79\x3a\xdf\xb4\x2e\x23\x5b\x15\x31\xed\xb3\xa8\xa4\x58\xce\xe0\xd8\x65\x1a\x37\x59\x16\xe1\x77\x18\x4a\x3c\x8b\x85\x0a\xac\xab\xc3\x97\xaf\xb7\xe0\x21\xdb\x37\xed\x23\xc3\x1e\x7d\xcf\x78\x85\xbc\x50\x30\x9a\x4b\x31\x49\x89\x17\x5f\x4a\x64\x4f\x8b\xb1\x84\xeb\xad\x50\xf0\x3d\xe3\xc3\x97\xc5\x00\xe2\xb9\xe8\x83\x5f\x64\x15\x8a\x92\xbd\x98\xbb\xbe\x08\x93\x97\x27\xd9\xf7\xd8\x67\x91\x43\xb1\x4f\xfa\xde\x52\x05\x78\xd0\xca\xd8\x7c\xb1\xcf\x45\xa9\x5b\x9a\xdf\xc6\x1e\x14\xe5\x6e\x31\xb4\x79\x59\x9f\xd1\x1c\xdb\xa4\xef\x39\x7f\x51\xd9\x97\xd2\x24\xbf\xbf\x43\xd8\xb6\xfe\xf6\x71\x34\x94\xfa\x15\x1c\xd5\xcf\x52\x0c\xf8\x5e\xc5\x9a\x86\x60\x9f\x24\xa0\xd8\xcb\x90\x04\x21\x81\x9f\x52\x8a\x90\xb0\x08\x37\xdf\x56\x9c\x28\x5a\x8b\x41\x14\x6c\x9a\x52\x96\xef\x59\xe7\x82\x0f\x5b\xca\x72\xcb\xb5\x59\xa9\xcc\x2d\xd5\xa3\xae\xc6\x59\xee\xdb\x3e\x8e\xab\x46\x93\xf5\x16\x05\x60\x5f\x15\x8b\x72\xb3\x25\x46\x38\xaa\xfb\xc7\xd2\x8a\x64\x29\x02\x30\xae\xc6\xf3\x6f\xc2\xfe\xd5\xe3\xb2\xea\x36\x5b\x11\xa2\x6f\x5a\xaa\x2c\xaa\xe8\xaa\xd5\xf7\x8c\x47\x58\x83\x51\x55\x39\xd5\xe3\xa2\xec\xb9\x54\x8f\xcb\xf2\xdc\xfc\xd6\x29\x34\xf6\xb4\x1a\x5e\x57\xec\x55\xd9\xb1\x9a\xdb\x0d\xec\x4b\x95\x1d\x71\x3d\xcf\x4c\x79\x5f\xa9\xa3\xd8\xf7\xa6\xec\xed\xf3\x3b\xdc\xe7\x00\x64\x71\x4a\xf7\x0f\xb0\x0b\xb7\x25\x04\xee\x8b\x59\xb1\x60\x41\xc8\x04\x62\xd5\x28\x69\xb0\x5e\x43\x55\x5c\x61\xbd\x1c\x2c\x8d\xc0\xb6\x2d\xd5\x34\x6c\xb0\xda\x61\xb9\xae\x67\x14\xa0\xa5\x79\x46\x96\x09\x67\xc5\x37\x95\xc1\xfb\xc7\x2a\x81\xb7\xb2\x80\xbd\x7a\xc3\x87\xe1\xad\x29\x88\xf6\x49\x33\xea\xb9\xc5\x69\x9f\x59\xf8\x64\xb5\x00\x67\xd9\xac\x41\x53\x1d\x34\xc5\x72\x7b\x6b\x48\x92\x7d\xc1\x3e\x69\x29\xd6\x13\x14\xfb\xfc\x0e\x32\x76\x4d\xe3\xab\x55\x45\x3a\xe2\xac\x55\x69\xb1\x02\x32\x14\x2b\x06\xfc\x0e\x33\x67\xc4\x48\x4b\xab\xc3\x3e\x73\x83\x24\x44\x9a\xa2\xba\x89\x03\x8d\xc8\xd6\xa4\xf9\xad\x23\x21\x0d\xd3\x5a\xb5\xcf\x2c\x25\xa6\x87\x3e\x76\x69\xaa\x67\x8b\x2a\x9b\xea\xb9\xc9\xab\x26\xcc\xda\xf0\xbd\x61\x5e\xde\xb1\xc4\x2d\x4a\x53\x7c\xc7\xd3\x94\x7e\xb6\xef\xad\x48\xe0\xdb\x86\x7b\x6f\xe9\x73\xbc\x4c\xc9\xbb\x57\x6f\x2e\xf5\x32\xcf\xef\x5e\x4d\x33\xba\x16\x12\x28\xaa\xdb\xb4\x52\xe0\x32\x51\x2f\x2d\xeb\x2d\x0b\x60\x0d\xc5\x77\x13\x43\x91\xbc\x55\x5b\xd2\xb2\xcc\x37\x5b\xc6\xb1\xa4\xc5\xb2\xb6\x6c\xad\x80\xaa\xbd\xbd\x39\x5a\x93\xf4\xe2\xaa\x07\xbf\xf7\x32\xbf\x1f\xec\x4b\x26\xf3\xc9\x45\x8b\xab\x1e\xde\x04\x3d\x69\x64\x65\x84\xb1\xe2\x98\x51\xb1\x3d\x3e\xf6\xf9\x6d\x6f\x22\x7f\xda\x67\x7d\x45\x30\x07\xef\x1a\xc9\x35\xcc\xa4\x2b\xe6\xfb\xe3\x7c\xd1\x8c\xfa\x6d\x9f\xf5\x03\xc8\x9c\xae\x59\xd0\x1f\xc7\x9a\x1e\xd7\x04\xe8\x16\xac\x64\x73\xe1\xca\x97\x6e\x4d\x5b\x26\xdb\xd4\xc5\x64\xaf\xef\x7c\x26\xdd\x93\x7d\x9e\x2f\xf9\xae\x5e\xb3\x7d\xee\xe9\x63\x0a\xde\xef\xb5\xc4\x2d\x9b\x24\x57\x95\x74\x6b\x95\x23\xaa\xa4\x37\xd7\xb5\xc6\x2d\x9b\x32\x57\x36\x75\x2b\x25\x2d\xd7\xe8\x9a\xcd\x6f\x4c\x26\xc2\x5b\x5d\x93\xa2\x77\xcb\x0d\x90\x6b\x7d\x38\x9f\xe6\x5c\x39\xec\x73\xff\x5e\x4c\x5a\x2f\x20\x26\x8d\xdd\x44\xe2\x4d\xa5\x2b\xc3\xfa\x34\xa9\x8c\xfc\xeb\xd3\x33\x9a\x26\xb4\x2f\xfb\xdc\x3f\xcd\xc3\x62\x35\x85\x98\xec\xeb\x7d\x8f\xef\x5d\xd5\x3e\x71\x90\x4d\xe0\x43\xdf\x50\x36\xc5\x37\xdd\xff\xd8\x67\x41\x44\x36\xeb\x5f\xed\xb3\xc8\x00\x9d\x37\x42\xb7\xcf\x22\x02\xf3\xdc\x9a\xb9\xe3\xad\x19\x29\xa6\xf2\xb3\x7d\xf2\x2a\x35\x0d\x43\xd3\x7c\x58\xe4\x94\x90\x11\x43\x93\x62\x68\x16\x24\xf6\x60\xe8\x26\x8c\x37\x23\x0c\x2f\x18\x1f\x2a\xc6\x87\x32\x31\xb7\x32\x94\x4d\x5e\x0f\x88\x25\xfe\xb2\x6f\x5f\x46\x95\xfc\x2a\xf9\xd1\xa9\xa7\x7d\x26\xc7\x61\x8b\x21\x24\x46\x33\xc5\x6d\x11\x44\xf3\x93\xcc\x9f\x52\xb6\x5f\x46\x73\xbe\xe6\x7c\xd4\x77\x0c\x2d\xcf\xd1\xdf\xf2\x01\x6a\x09\xba\xf3\x19\xa2\x4a\xd6\x31\x74\xc9\x7f\xb3\xcb\xd6\x29\x28\xe2\x46\xf7\x93\x1e\xfb\xdc\x36\xcd\x91\x64\x41\x04\xb1\x87\x32\x14\x7b\x05\xb8\x0f\xd5\xe4\x30\x87\x49\xa8\xad\x0c\x45\xe1\x18\x6f\x59\x01\xb4\xe8\xd1\x0c\xbd\x08\x2e\x5f\x94\xa1\xa8\x31\x34\x96\x2c\x8e\x37\x34\x56\x26\xa1\xd9\x74\x20\xf6\xa6\xa2\x66\x46\xdf\x03\x8a\x53\xef\x6a\x26\xdf\xc3\x8a\x9b\x8a\x8b\x89\x99\x91\x8e\x68\xc1\x41\xb2\xcf\xa3\x4e\x96\x1a\xf0\x6d\xd3\x6c\x75\x4a\x16\x0c\x38\x56\x2f\x22\x61\x7a\x18\x42\x2b\xe6\x70\x12\xa1\xca\x62\xb8\xac\xcc\xea\xba\xd6\x31\xe8\x31\x78\x31\x23\x1d\xb0\xb7\x21\xb4\x32\xeb\x9b\xec\x87\x66\x71\x30\xab\xc9\xfc\xc7\xd2\x02\xce\x6d\x36\x6b\x1c\x60\xd1\xa9\xba\x32\xd4\x96\x53\xb6\x84\xc0\xef\x20\x5e\x92\xb8\x14\x52\xa6\x2a\x6c\xbe\xd8\xb0\x38\x40\xaf\x64\xbe\x85\x1f\xb0\xcf\x14\x1b\xd3\x4c\xfb\x61\x49\x83\xd8\x98\xd6\x61\x27\xac\xfe\xd9\xfd\x8e\xee\xfe\x61\x6a\x4d\xb1\x41\x04\x6f\xf7\xb1\x2f\x62\x63\xbe\xd8\xc0\x13\x30\x9c\x57\x0c\xe7\xe5\x54\x2c\x54\xf0\x8c\x86\xdf\x86\x38\x9b\x8a\xa4\xa9\xf9\xfa\x60\x7e\x4d\xf1\x32\x87\xdf\x26\x2d\x8a\xa9\x29\x86\x1e\x3c\x8b\x29\x86\x0c\x05\x26\xe3\x52\x86\x02\xcb\xc4\x84\x4a\xd6\xf1\x4f\x4d\x28\xc3\x83\xc9\xa2\xfd\xa9\xf7\x32\x97\xf9\xb8\xc3\xf7\x8a\x7d\xd5\xb2\x07\x6a\x0b\xc4\xdf\x12\x7f\x27\x62\x60\x89\xbf\x45\xd5\x40\x3a\x29\xe8\x5c\xa1\xd8\xe7\x58\xa2\x05\x4b\xf5\xb7\x54\x7f\x16\xba\x2f\xd5\x9f\x17\x62\xd2\x89\x3a\x5d\x89\xbd\x5f\xe2\xd4\xba\x79\x2e\xc9\xec\x9f\xb7\xd0\xc2\xda\x0a\xd7\x48\x8e\x05\x6b\xeb\x71\xac\xb5\x2a\xa7\xc5\x11\x62\x72\x59\x72\x72\x72\x46\x4b\xbc\x2c\xd4\x4b\xd2\x33\x5b\xca\x8d\x05\x36\xd2\x85\x39\xb2\x3a\x58\xf3\x4a\x4c\xba\xa4\x59\x3e\x5f\x96\x96\x5c\x16\x53\x18\x19\x58\x9e\xd1\x75\x5b\x87\x21\x7d\xd3\xf7\xfc\x36\x4d\xdf\xc5\x3e\x27\x3d\xae\xa5\x3a\x58\xf2\xf9\x95\xa8\xba\x40\x1d\xd4\x03\xf3\x21\x11\x9a\xad\x07\x9e\x63\x35\x3e\x99\x48\xf3\x54\xe3\x93\xf5\x90\xcf\x71\x81\xea\x01\x9f\xd7\xe3\x4d\x32\x1f\x94\x47\x10\x4b\xab\x07\xfc\x9b\xb8\x02\x59\x8f\xc7\xf9\xac\x05\xe2\x32\x5a\x3d\x08\x81\x57\xe3\x93\xe9\xb6\x02\x04\x75\x5f\xbd\x70\x93\xee\xb7\x76\xc3\xb1\xc4\x63\xd3\x6d\x09\x46\x97\x16\x30\x9e\xa8\xb5\xae\xc7\xf0\x3b\x86\xef\x3d\xf6\xf9\xde\x70\x8d\xc7\x8a\x8d\x83\x3e\x3c\xf4\x44\xd1\x76\x3d\xd8\xab\x7a\x4c\xd7\x2d\x54\x86\xa0\x76\xeb\xa1\x9b\x40\xdd\x78\x3d\x70\x13\xea\xa1\x9b\x40\xb5\x74\x3d\x96\x34\x6b\xa6\x51\x00\x5d\x8d\x81\xd6\x73\x6b\xc1\xcd\x80\xf5\xdc\x8a\x70\xff\xec\x8d\xba\x1d\x78\xe2\x62\x57\x6f\x04\x51\xf3\xc2\x7d\xa0\xcf\x7a\xca\x2e\x17\x95\x23\xd9\x1e\xaa\x46\xf6\x4c\x86\x39\x2b\xa1\x4a\x4a\xfd\xab\x81\xca\x4a\xc8\x90\x4b\x7f\xd5\x80\x61\x25\x38\x18\x36\x90\xaa\xa1\xc1\x7a\x6f\x01\x45\xad\x71\xbd\x11\x4f\xf5\xde\x12\x09\xdb\xbc\x1a\xc6\xab\x84\xe7\xd0\xe2\xd5\xe0\x5c\x25\x10\x47\xd8\xa7\x1a\x86\xab\x84\xd2\xb8\x29\x57\x0d\xa4\x55\x02\x64\x54\xbf\x56\xc3\x63\x95\x10\x57\xd9\xd0\xae\x06\xb8\x2a\x41\xaa\x02\xc0\x0c\x51\x55\x43\x54\xc7\xd6\x91\xd5\x08\x55\x35\x42\x75\x5e\xe5\x17\xb5\x79\x35\x7e\x55\x8d\x23\x91\x2b\xad\x86\x91\xaa\x97\x40\x2e\xea\x78\x8c\x8c\x54\xa3\x0c\xf7\x16\xb9\xd5\x6c\x76\xd5\xab\xc6\xb1\xab\x3a\xd5\xf5\xad\xaa\xdf\x46\x40\xd5\xdf\xad\xf5\x55\x8a\x7b\xa0\x6e\x5d\x35\x45\x98\xb6\xd7\x54\xcd\x10\x56\xad\x74\x0a\xc9\xab\x46\x7a\x7d\x93\x7c\x71\x83\x58\xdb\xb6\x5a\x7c\x59\xe0\x89\xe1\x5b\xa4\xc1\xae\x63\x8b\xc1\xaa\x95\x53\x51\xc3\x17\x5a\xa9\xaa\x85\xab\xb7\x0e\xb9\xa8\x58\x55\x7c\x95\xfc\xca\x75\xc1\x37\xca\xca\x8a\x2c\xba\x88\x12\x54\x45\x51\x5d\x9b\x45\x2e\x6a\x3a\xeb\x1a\xbe\xf5\x96\x20\x5d\x5f\x3e\x9b\x89\x88\x06\x13\x5e\x61\xf3\x47\x33\x47\xd0\x0e\x2f\xd0\x6d\x0b\xaf\x09\xe7\x06\x52\x2f\xaa\x23\x9b\x50\x6d\x02\x13\x25\xd3\x44\x66\x13\x99\xa4\xf9\x9b\xd0\x6c\x40\xf3\xe2\xea\x6d\x13\x9b\x0d\x6c\x5e\x54\x67\x36\xc1\xd9\x88\x29\xdf\xc7\xc6\x6b\x13\x8b\x0d\x2c\x5a\x2f\xd3\x04\x63\x0b\xc2\x7c\x6f\x4e\x13\x8d\x0d\x34\xde\x24\x9a\x9a\x70\x6c\xc0\xf1\x46\xa8\x34\xf1\xd8\xc0\xe3\x1d\xf6\xe6\x34\x01\xd9\x00\xe4\x1d\xf6\xe6\x34\x11\xd9\x40\xe4\x4d\xdd\x6c\x13\x91\x0d\x44\x5a\x2e\xd4\x84\x5c\x03\x72\x37\xe5\x60\x4d\xc8\x35\x20\x77\x3f\xdb\x43\x6e\x42\xae\x01\xb9\x3b\x6f\x87\xbb\x09\xb9\x06\xe4\xee\x12\xf7\x40\x21\xd7\x80\x5c\xc0\x6e\x6a\x42\xae\x01\xb9\x40\xe5\x7f\x13\x72\x0d\xc8\x05\xae\x2b\x35\x21\xd7\xf0\x87\xc3\x95\xf6\xc0\x46\xdc\xa4\x81\x42\xaf\x74\x36\x51\xd8\x40\x61\x40\x44\x36\x51\xd8\xc8\x02\x87\xc0\xe6\x88\xc2\x06\x0a\x43\x64\x73\x44\x61\x03\x85\x01\xf7\xa0\x89\xc2\x36\xe3\xf9\xf5\x23\x50\xbd\xd9\x66\xbc\xe9\x62\x20\xb5\x91\x4d\x60\x36\x80\x19\xb8\xf3\xd2\x04\x66\x03\x98\x66\x3d\x9a\xc0\x6c\xa0\x30\x90\x8d\xef\xa2\xb0\x83\xc2\x50\xb6\x66\xe9\xa2\xb0\x83\xc2\x48\x5d\x6a\x17\x85\x1d\x14\xc6\x93\x42\x36\x51\xd8\xcf\x5a\xbf\x7e\xc4\x6b\x7b\x4b\xfd\x24\xfa\xd4\x01\x66\xbc\xb6\x25\xd1\x05\x66\x07\x98\x91\xf8\x5b\x17\x98\xfd\xda\xca\x36\x92\xcf\xeb\x17\x59\x87\x0e\x56\x23\x91\xa7\x2e\x56\xfb\xbd\x2d\xdc\x48\x70\xa6\xdf\x58\x0c\x1d\xf8\x46\xee\x56\x74\xe1\xdb\xef\xed\x1f\x44\xaa\xd4\x3a\x72\xf6\xb3\x83\xe8\x48\x45\x7a\x17\xd1\x3d\xc4\xf8\xf5\x23\x72\xe7\xb2\x07\x9c\xef\xae\xc0\xa5\x66\xb8\x0b\xf2\x0e\xc8\x63\xda\x76\x5f\x17\xe4\x1d\x90\x7b\xb5\xa3\x0b\xf2\x0e\xc8\x63\xa6\x76\x4f\x90\xf7\xa4\xf0\xbe\xef\xdd\xe5\x5b\xa9\xb1\x85\x7b\x5c\xc2\xfc\xec\xa9\xb3\x11\x0f\xb5\x83\x0e\x1b\xd7\x26\x34\xd0\x93\xed\x19\x6a\x2a\xde\x9a\xbe\x85\x8c\xbb\xb9\x6e\xd3\xe5\x97\xae\x04\xbf\xa9\x4e\xea\x32\x4c\x57\x84\xdf\xd6\x1a\xca\x31\x5d\x21\x7d\xe3\x31\x76\x59\xa6\x13\xdf\x3f\x03\xc9\xa6\x9e\x31\x75\x3a\xb1\xf7\x53\x76\xe8\x19\x13\xb5\x67\x6f\x92\x25\xbe\x81\xa8\xfc\xfe\xa1\x22\x23\x15\xe6\x9b\xce\xe7\x4d\x30\xca\x71\x7b\x26\xca\xd7\xbd\x5c\xf8\x70\x8d\xb2\x13\x45\xdf\x3f\x56\x5f\x6c\x38\x76\x79\xb5\x53\x15\x15\xb9\x70\xd0\x0b\xd6\x63\x27\xb4\x9d\x0e\x56\x2d\xc4\x48\x3b\x1c\x9d\x8e\x0d\xed\x2e\x47\xf7\xb2\xf5\x68\x3a\x62\xa1\x98\x92\xfd\xa5\xf0\x28\x51\xec\xd5\xcb\xe4\xb3\xe0\xfb\x74\x6e\x81\xd1\xe5\xfb\x0e\xdf\xa7\x73\xfb\x73\x5d\xbe\xef\x54\xc8\x24\x2a\x81\x7a\x45\xf3\x77\x44\x41\x22\xef\xd4\x15\x05\x1d\x51\x90\x60\xf2\xae\x28\xe8\xcd\xb7\xb6\x6a\xed\xf2\x7d\x87\xef\x13\x57\x9b\xbb\x7c\xdf\xbb\x7a\xfc\xda\x03\xe5\xfb\x0e\xdf\xa7\xb4\x75\x67\x97\xef\x3b\x7c\x9f\xd2\xd6\x9d\x5d\xbe\xef\x30\x79\x7a\xfe\x5c\x23\xf7\xaf\xeb\xe4\xae\x0c\xe8\xc8\x80\x94\xb7\x6a\xed\xca\x80\x8e\x0c\x48\x05\xd8\x29\x03\x3a\x32\xe0\x39\xb6\x6a\x1d\xca\x80\x81\x0c\x78\xb8\xaa\x3d\x94\x01\x03\x19\xf0\x70\x75\x75\x28\x03\x06\x32\xe0\xb9\xb6\x6a\x1d\xca\x80\x01\xc3\xfb\x17\x37\x86\x0c\x3f\x60\xf8\x27\x1c\x79\x77\xf9\x16\xdc\xfd\x10\x53\x1d\x72\xf7\xb8\xb5\x65\xb6\xaf\x38\x64\xe5\x01\xdf\x3e\x14\xc8\x0e\xf9\x76\xc0\xa4\x0f\x55\xcf\x43\x26\x1d\x30\xe9\x03\xf2\x87\x4c\x3a\xb4\x8b\xf2\xd6\xa3\x43\x26\x1d\x30\xe9\x03\xee\x87\x4c\x3a\x60\xd2\x4c\x4e\x74\xc8\xa4\x23\x6d\x47\xce\x1b\xe6\x23\xc1\x09\x23\x69\x51\xed\x2d\x1c\x32\xdb\xa0\xb4\xd0\xc4\xd0\x78\x88\xa0\x0d\xf8\x2f\xbb\x13\xb2\xdf\x80\xfd\xbc\x20\x3a\xe4\xbe\x01\xf7\x65\x2e\x83\x0e\x99\x6f\xc0\x04\x39\x6c\x1d\x33\xe4\x81\x01\xba\x33\xa2\x62\x88\xee\x01\x6e\x73\x4c\x94\xfe\xfa\x16\xb8\xf5\xde\xc0\x10\xb7\xa3\x6e\xfb\xda\x8a\xee\x51\xa7\x6f\x31\x90\xac\xf9\x10\xb7\x03\xdc\x66\xfe\xee\xc8\x10\xb7\x83\xb8\xb2\x65\x50\xc3\xb0\xf2\x00\xca\x99\x88\xdb\x10\xca\x03\x28\x67\x22\x1a\x43\x28\x0f\xa0\x5c\x8e\xad\x93\x87\x50\x1e\x40\xb9\xc0\x62\x43\x28\x0f\x62\x1c\x85\xc4\xf0\x30\xc4\x31\x40\x77\x21\xa9\x33\x44\xf7\x00\xdd\x05\x87\x66\x08\xdf\x01\x7c\x0b\x29\x93\x21\x7c\x07\xf0\x2d\x61\xcb\xb4\x21\x7c\x07\xf0\x2d\x71\xab\x8a\x29\x7c\x27\xf0\x2d\x69\x4b\xb4\x29\x7c\x27\xf0\x2d\x29\xe5\x2f\x9f\x53\xf8\x4e\xe0\x5b\x28\x09\x9e\xc2\x77\x02\xdf\x42\x30\x78\x0a\xdf\x09\x7c\x0b\x37\xd5\xa7\xf0\x9d\xc0\xb7\x50\x32\x35\x85\xef\xb4\x02\xe0\x20\x0e\x31\xc5\xef\x34\x3b\x7f\x90\x31\x9d\x02\x78\x9a\x75\x3f\xc8\xda\x4d\x11\x3c\xcd\xb0\x1f\xa4\xae\xa6\x10\x9e\x66\xc9\x0f\x6e\xa9\x4e\x31\x3c\xcd\x7e\x1f\xa4\x31\xa6\x20\x9e\x66\xb0\x8f\xb8\x15\xc4\x14\xc5\x53\x05\x71\x50\xdf\x31\xc5\xec\x7c\x4d\x7c\xe2\x06\x53\x84\x4e\x15\xc4\x41\x85\xf2\x14\xa2\x53\x05\x71\x50\x2a\x38\xc5\xe8\x34\x1b\x7c\x10\xde\x9c\x5c\xa2\xff\x9c\x0a\xef\xa3\x6c\xeb\x65\x0a\xdc\xe9\x6d\xe9\xf3\x60\xab\xcc\x34\x4e\xed\xfd\xf3\xd8\x7e\xe0\x14\xcd\x53\x83\xff\xe4\x2f\x63\x4c\xe1\x3c\xb5\xf8\xcf\xf3\xd9\xf3\x89\xe7\x59\x5f\x1f\x64\xcb\xf9\x29\x7a\xa7\xf7\x39\xcf\x7b\x2b\x8d\xc9\x7d\xce\xcf\xa9\x1f\x70\xde\x1c\xa4\x90\x9e\x64\x01\xce\x93\xab\x1f\x93\x5c\xc0\xfe\xe1\x3d\x52\x34\x53\x50\x4f\xbd\x83\x33\x6c\xd8\x4d\x51\x3d\xa9\xdc\x3b\x4f\x14\xf1\xec\x94\x55\x4e\x4b\xf6\xce\xb4\x5d\xab\x29\xd4\xa7\xa5\x73\x27\x97\x89\xa6\x58\x9f\xde\x6a\x3a\xb9\x58\x32\x2d\x93\x9b\xc6\xf3\x4e\xae\x77\x4c\xd1\x3e\xbd\x5b\x73\x92\x2a\x99\xc2\x7d\x4e\x2a\x3c\xce\x0c\x46\x27\x15\x1e\xd3\xf2\xad\x13\xc1\x35\xe5\x81\x69\xac\xe3\xa4\x2c\x70\xca\x04\xd3\x58\xc2\x45\x99\xe1\x92\x0b\x96\x17\x39\x2e\xfe\x62\xc3\x3a\xb0\x72\x96\x7e\xfe\x75\x52\xdf\x2f\x6b\xac\x83\x58\xc7\x45\xf9\xdb\x3a\xb0\xbf\x96\x7e\xf4\x85\xe5\xb6\xe4\x97\x75\x12\x73\xb8\x2e\x0a\xcf\x4f\xca\x11\xd7\x49\x65\xf9\x85\x1a\x5c\x27\xea\x79\xbd\xae\x34\xa9\xd3\x25\x63\x2d\x6b\x84\x2e\xee\x64\x2c\x39\x6b\x5d\xc4\x20\x2f\xfe\xf0\xc4\xba\x88\xed\x2c\x6b\x7f\xae\xf0\xd0\xe7\xd8\x8b\x78\xed\x45\xca\x6c\x5d\x84\xff\x97\x95\x39\x17\xd7\x39\x97\x3c\xb8\x6e\xd2\x1d\x57\xcc\xf4\x91\xee\x58\xf2\xe5\xe5\x2d\x03\xf9\x72\xc9\x97\x57\xda\xd2\x7a\xc9\x97\x2b\x10\x7b\xba\xb8\x52\xbd\x02\x31\xd2\x25\xaf\x5e\xcf\xb6\xbd\x97\xbc\xba\x02\x31\xa5\x8b\xd4\xd5\x0a\xcd\xf7\x08\xeb\x5f\xa4\x81\x56\x40\xc0\x2d\x79\xfa\x2a\xdb\x08\x5a\xf2\xf4\x92\xa7\xaf\x72\xdc\x7f\xa9\xc0\xd3\xf3\xd7\xfa\x7b\xc9\xf1\x2b\xbe\xb3\x70\xa1\x40\x8e\x5f\x89\x53\xb8\xb9\xc9\xb5\x12\x91\x9f\xa5\x14\xb8\x89\x00\x2e\xa5\xc0\x7a\xcd\x44\xa2\x78\x4b\x29\xb0\x5e\x33\x11\xd3\x66\x29\x05\xd6\x6b\x26\x5e\xd4\xed\x2b\x05\xd6\x6b\x26\x72\xdf\x7d\x29\x05\x96\x1c\x7f\x93\xa8\x5d\x72\xfc\x82\xc9\xcf\x3b\x72\x82\x14\x15\xec\x9f\xe9\x8d\x0f\xde\x73\xac\x45\xe7\x37\x57\x12\x57\xe9\xbe\x47\x14\xf4\x4e\x8e\xa5\x2e\x6b\x99\xc4\xbf\x31\xc2\x17\x7f\xb9\xe0\x73\xbd\xe1\x01\x6e\xbb\x2d\xa5\xc5\x32\x99\x9e\x48\x60\x2f\xfe\x22\xc0\xfe\x21\x5c\x83\x3f\xb5\xb8\xfe\xff\xb9\x94\x2a\x29\x6c\x69\xb1\x94\x2a\xcb\x24\x79\x0a\x31\xd3\x57\xec\xf3\x7e\xc4\xdb\xd7\xe8\xf3\xf2\x59\xe0\x96\x86\x49\xf2\x55\x8d\x7e\x05\x10\x46\xc6\xfc\x73\x55\x23\x5d\xde\x00\xb1\x58\x7b\xbd\xc1\x0a\x74\xd2\x52\x72\x2d\xff\x22\x55\xc2\x0d\x59\x64\x9f\x3f\x57\x23\x09\x98\xa2\x57\x54\x22\x67\xd9\xa8\xe1\x48\x24\xa7\x16\x59\xe5\xcf\xf5\x46\x3a\x48\xe0\x2c\x25\xdc\xf2\xc6\x78\x42\x22\x2d\xb2\xc5\x9f\xab\x19\x0d\xa7\x8a\x6f\x91\xdd\xdd\x3f\x8c\x25\x7b\xb2\x4c\xe8\x2e\x2f\x7e\xa7\x04\xda\xb9\xce\xfd\xb9\x4c\x98\x26\x02\x4c\xcb\x84\xe9\x6a\x46\x2d\xf1\x2b\x17\x97\x9e\xf7\x0f\xf3\x11\xa9\x5e\x4a\xd1\xe5\x75\xe6\x44\x14\x79\x99\xf4\x5c\x3d\xf8\x1e\x52\xa0\x47\xdf\xe3\x36\x6a\xe2\x3a\xdb\xe2\xa6\xf3\xe7\xf2\xaf\x61\x25\x2e\xaf\x2d\x13\x9c\xcb\x1b\xc5\x89\xbf\xeb\xb0\xb8\x37\xfc\xb9\x4c\x66\x26\xfe\x18\xc1\x22\x8b\xb9\x7f\x5c\x03\x6c\x28\xbd\x57\xe7\x3a\x61\x7a\x6f\xe7\x90\x11\x58\x5e\xf6\x4d\xd8\x41\x8b\xcb\xbe\xfb\xe7\xbd\xaf\x72\xd0\xe7\x1a\xdd\xf7\x90\x34\x64\x13\x3f\x57\xa7\x90\x21\x65\xbf\x6d\x4a\x1f\xd1\xc8\x24\xc7\x77\xa2\x91\xab\xa3\x71\x52\x96\x66\x34\xce\x52\x6b\xa4\x0c\x9e\xd5\x1a\xcb\xe4\x5e\xe2\x6f\xa3\x2d\x93\x7b\xcb\xbf\xe1\x95\x32\xf7\x8e\x2c\xea\x5e\x6a\x97\x84\x6b\xbe\xd4\x2e\xcb\x8b\xad\x89\x3a\xc3\x35\x3c\xdf\x61\x44\xbb\x04\xef\xf0\xf0\x6d\xc3\xa8\x2a\xf7\x81\xd7\x90\xe6\x21\x7d\x14\x75\xaf\x41\xb4\x74\xbd\x99\xa6\x52\xb8\x82\x23\x7d\xd3\xbf\xa0\x47\x4d\xe1\x32\xbc\xb0\x2c\xb8\x7e\xa8\x29\x5c\x16\x57\xaf\xe9\x9f\x8f\xe3\xae\xe9\xe2\xae\xe9\xfe\x21\xfc\x46\xc6\x67\xa9\xd5\x96\x77\x45\x9f\x63\x1b\xfb\x6b\xca\x5b\xd3\xa2\xfd\xc3\x5b\x40\x14\xed\xaf\x39\xbc\x88\xc5\x65\xaf\x39\x5d\x63\x7a\x19\xe4\xb6\x6f\xd8\x67\x84\x97\x4b\x69\xd3\xbd\x57\x4b\x3e\x67\x08\x7f\x29\x59\x77\xe3\xf7\xf5\x87\x2f\x7f\xfe\x63\x89\xfd\x0f\x3f\xfe\x38\xbf\xfd\xcc\x1f\x66\xe4\x2f\x22\x7e\x8c\xb9\xbe\xfb\x36\xff\xfc\x47\x1e\x7f\xf8\xfe\x87\x3d\x8a\x7f\xff\x37\x00\x00\xff\xff\x50\x54\xfb\x3f\x10\x52\x00\x00"); +func _ab ()(*asset ,error ){_fgeg ,_abe :=_ceg ();if _abe !=nil {return nil ,_abe ;};_df :=bindataFileInfo {_dae :"78-EUC-V",_fb :900,_ae :_be .FileMode (436),_g :_a .Unix (1580490853,0)};_ec :=&asset {_dd :_fgeg ,_ef :_df };return _ec ,nil ;};func _bffg ()([]byte ,error ){return _c (_fdfb ,"Adobe-KR-UCS2")}; +func _bcd ()([]byte ,error ){return _c (_ff ,"90msp-RKSJ-H")};var _gbcg =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\xd6\x4d\x6f\xdb\x46\x18\x04\xe0\x3b\x7f\xc5\x1e\xd3\x43\xea\x7d\x3f\xf6\x83\x00\x61\xa0\x89\x91\x40\x87\x34\x45\xd3\xb4\x05\x8a\x1e\x64\x71\x69\x08\xa8\x29\x41\x92\x0f\xfe\xf7\xc5\xec\x48\x2e\xd0\x43\xa0\x68\xbc\x7c\x29\x3d\xe3\xe5\xfa\xee\xe3\xe6\x61\xb3\xee\x2f\xe1\xee\x97\xd3\x61\xf7\xad\x5d\xc2\xb2\x5f\xe7\x53\x3b\x1f\x5e\x4e\xbb\x16\x1e\xdb\xd3\x7e\x1d\x06\xd1\x30\xef\x77\x97\xdb\xdb\xfe\xb2\x7b\xde\x1e\x87\x01\xd7\x7f\x7b\x3d\x5f\xda\xf3\x66\x5d\x0e\xc1\xb8\x6e\x7e\x39\x5e\xd7\x86\x70\xf7\x6b\x7b\xda\x9f\x2f\xa7\xd7\xf0\xee\xa7\xf9\xf0\xd8\x7e\x08\x73\x5b\x90\x7f\x3d\xcd\xed\xb4\x5f\x9f\xc2\xbb\xcf\x1f\xe4\x2d\xfd\xf6\x72\x3c\xfe\xd3\x9e\xdb\x7a\x09\xda\xb3\xb6\xce\xfd\x75\xb8\xfb\xf8\x65\x7b\xfc\x79\xfb\xdc\xc2\x5d\x1f\xf4\xfe\xf3\x07\x79\xcf\x35\xfd\x47\xbf\xb7\xd3\x79\x7f\x58\x83\xc8\x8f\x31\xe6\xff\xf2\xdf\x5e\x8f\x2d\xc8\x75\xc6\xf7\xcd\xc3\xd7\x65\x39\xb7\x4b\x28\x29\x72\xcd\x9f\xdf\x37\x0f\xe1\x2f\x09\x12\x83\x26\x4f\xfe\xf7\x75\xe9\x1f\x5f\x0e\x73\x0b\xf1\x76\xf3\xcd\xc3\xc7\xc3\x0b\x3e\x95\x8a\x16\x86\xc2\x2f\xb9\x3b\xcc\xed\x7c\xdc\xee\xda\x69\xbb\x3e\xb5\x21\x84\x29\xc6\x18\xef\xc3\x94\xf2\xa7\x4f\xf7\xf8\x02\xff\x5b\x31\xd4\x72\xbd\x72\x3f\x33\xb9\x5d\x11\xe3\xb2\xdc\x87\x38\x4c\x51\xf8\x5e\xf0\x5e\x53\x1e\xa6\xa8\x4c\x14\x49\x12\x1d\xa6\x68\x4c\x0c\x49\xc9\x75\x98\xa2\x33\x71\x24\x12\xd5\x87\x29\x26\x46\xa9\x47\x5a\x31\x3b\x33\xca\x3d\x4a\x86\xe1\x85\x51\xe9\x51\x19\x31\xbd\x32\xaa\xfd\x13\x44\xc7\xf8\x91\xd1\xd8\x23\x8b\x18\xbf\x65\xb4\xbd\x7e\x4e\x8c\x7f\x64\xf4\xd8\xa3\x2a\x18\xbf\x63\xb4\x43\x64\xb1\x60\xfc\xcc\x68\xee\x91\x29\xc6\x37\x46\xad\x47\xa9\x62\xfc\xc2\x68\xe9\x51\xf5\x38\x4c\x42\x29\xe9\x52\x1e\xc7\x3c\x4c\x42\x2c\xe9\x58\x6e\x49\x87\x49\xa8\x25\x5d\xcb\x73\xac\xc3\x24\xe4\x92\xce\xe5\x35\xfb\x30\x09\xbd\xc4\xaf\xa6\x18\x4f\x2f\xe9\x5e\xc9\x0a\xc6\xd3\x4b\xba\x57\xca\x86\xf1\xf4\x92\xee\x95\x6a\xc5\x78\x7a\x49\xf7\xca\xe2\x18\x4f\x2f\xe9\x5e\xd9\x23\xc6\xd3\x4b\xba\x57\xce\x28\x56\xe8\x25\xdd\x2b\x8f\x68\x56\xe8\x25\xdd\xab\x08\xaa\x15\x7a\x49\xf7\x2a\x8e\x6a\x85\x5e\xd2\xae\xfd\x63\x3c\xbd\xa4\x7b\x95\x11\xd5\x2a\xbd\xb4\x7b\x55\x41\xb5\x4a\x2f\xed\x5e\xd5\x51\xad\xd2\x4b\xbb\x57\x2d\xa8\x56\xe9\xa5\xdd\xab\x8e\xa8\x56\xe9\xa5\xdd\x6b\x54\x54\xab\xf4\xd2\xee\x35\x3a\xaa\x55\x7a\x69\xf7\x1a\x0b\xaa\x55\x7a\x69\xf7\x1a\x47\x54\xab\xf4\xd2\x7a\xfb\x5d\xc5\x7c\x82\xe9\xc8\xcc\x51\xae\x52\x4c\xb7\xcc\x0a\xda\x55\x92\x69\x27\x43\xfb\xb8\x05\xcd\x74\xc7\x4c\xd1\xaf\x12\x4d\x67\x66\x09\x05\x2b\xd5\xb4\x31\x2b\x68\x58\xc9\xa6\x0b\x37\x49\x44\xc5\x46\x37\x8b\xcc\x14\x1d\x1b\xe1\x4c\x98\x25\x94\x6c\x94\x33\xbd\x6d\xb0\x38\x4c\x46\x3a\xeb\x74\x62\x11\x35\x1b\xed\x8c\x7b\xd3\x0c\x3d\x1b\xf1\x8c\x9b\xd3\x12\x8a\x36\xea\x19\x77\xa7\x55\x34\x6d\xe4\x33\x6e\x4f\x8f\xa8\xda\xe8\x67\xf4\x73\x43\xd7\x46\x3f\xa3\x9f\x27\x94\x6d\xf4\x33\xfa\x79\x45\xdb\x46\x3f\xa3\x5f\x12\xd4\x6d\xf4\xb3\xdd\xed\xa9\x80\x7b\xd0\xcf\xe8\x97\x32\x0a\x37\xfa\x19\xfd\x52\x45\xe3\x46\x3f\xa3\x5f\x16\x54\xee\xf4\x73\xfa\x65\x43\xe7\x4e\x3f\xa7\x5f\xce\xe8\xdc\xe9\xe7\xf4\xcb\x15\x9d\x3b\xfd\x9c\x7e\x45\xd0\xb9\xd3\xcf\xe9\x57\x1c\x9d\x3b\xfd\x9c\x7e\x25\xa3\x73\xa7\x9f\xe7\xdb\xa3\x0c\xf7\xa0\x9f\xd3\xaf\x0a\x3a\x77\xfa\x39\xfd\xaa\xa3\x73\xa7\x9f\xd3\xaf\x66\x74\xee\xf4\x73\xfa\xd5\x11\x9d\x3b\xfd\x9c\x7e\xa3\xa2\x73\xa7\x9f\xd3\x6f\x74\x74\xee\xf4\x73\xfa\x8d\x05\x9d\x3b\xfd\x9c\x7e\xe3\x88\xce\x9d\x7e\xbe\xf0\x59\xab\xe8\x3c\x5d\xcf\x90\x78\x7b\xfe\xc6\x61\x4a\xf4\x4b\x3c\x15\x62\x41\xe7\x89\x7e\x49\x99\x8d\xe8\x3c\xd1\x2f\x75\x3f\x15\x45\xe7\x89\x7e\xc9\x99\x25\x74\x9e\xe8\x97\x12\xb3\x82\xce\x53\xbe\x9e\x5d\xb9\xdd\x07\xd5\x28\xb9\x9f\x60\xb7\x93\x0a\xff\xc7\xc9\xff\x76\x18\xef\x5e\x4e\xa7\xb6\x5e\xfa\xb9\xdf\xcf\x5b\x9c\x8d\xfb\xb5\xbd\xfd\x0d\x71\x3c\x1c\x71\x55\xff\xf7\x6f\x00\x00\x00\xff\xff\xe0\x07\xe7\xdd\x6f\x08\x00\x00"); +func _fgfa ()([]byte ,error ){return _c (_dcb ,"KSCpc-EUC-V")};func _aecd ()([]byte ,error ){return _c (_gdeg ,"Hankaku")};func _cdfb ()(*asset ,error ){_cgbaa ,_efaa :=_cac ();if _efaa !=nil {return nil ,_efaa ;};_cege :=bindataFileInfo {_dae :"GB-H",_fb :2090,_ae :_be .FileMode (436),_g :_a .Unix (1580492002,0)}; +_bcbc :=&asset {_dd :_cgbaa ,_ef :_cege };return _bcbc ,nil ;};var _gdeg =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\x52\x4f\x8b\xdc\x20\x14\xbf\xfb\x29\xde\x71\x7b\x69\xd4\x4c\xb2\x19\x10\xa1\xec\xb0\x34\x85\xed\x96\x4e\xb7\x2d\x94\x1e\xdc\xf8\x1c\x64\x3b\x2a\xc6\x1c\xe6\xdb\x97\x67\x32\x53\xe8\x21\x9a\xdf\xbf\xf0\xcb\xd3\xe6\x61\x3c\x8c\xc1\x17\x68\xbe\xe4\x38\x1d\xb1\x80\xf3\xc1\x66\x9c\xe3\x92\x27\x84\x57\x3c\xf9\xc0\x98\x90\x60\xfd\x54\xae\xb0\x6e\xd3\xd9\x24\xc6\x28\x7f\xbc\xcc\x05\xcf\x63\x70\x11\xda\xd5\x67\x97\xb4\x79\x01\x9a\xaf\x78\xf2\x73\xc9\x17\xb8\xfb\x60\xe3\x2b\xbe\x03\x8b\x8e\xf8\xe7\x6c\x31\xfb\x70\x82\xbb\x4f\x26\x99\x20\x6e\xc2\x71\x49\xe9\x0f\x9e\x31\x14\xe0\x95\xc3\x60\xeb\xce\x9a\x87\x27\x93\x3e\x9b\x33\x42\xf3\xd1\x84\x37\xf3\xb6\x54\xbe\xd2\xdf\x31\xcf\x3e\x06\x10\xfc\x3d\xe7\xfd\x3f\xfe\xdb\x25\x21\x88\x2d\xff\x32\x1e\x9e\x9d\x9b\xb1\xc0\xd0\xaf\xdf\x6e\x7e\xbe\x8c\x07\xf8\x25\x40\x70\x90\x5d\xbb\x1b\x7e\x6f\xd6\x1f\x4f\xd1\xe2\x56\x80\x89\xf5\x77\xa6\x68\x71\x4e\x66\xc2\x6c\xc2\x09\x19\x80\xe2\x5c\x83\x7a\x7c\xd4\xd4\xf1\x3f\x95\x09\xbe\xa5\xbc\x5d\x19\x25\xc9\xdd\x39\x0d\xb2\x15\x4c\xf5\x84\x68\x59\x91\xd0\xa0\xee\x51\x83\xdc\xf7\x4c\x0d\x84\x86\x4e\x43\x2b\xef\x99\x1a\x7a\x42\x4e\x43\x27\x7a\xa6\xf6\x94\xa3\xa5\xdd\x49\xa6\xf6\xe4\xdc\x93\x26\x7b\xa6\x0c\x21\xeb\xb6\x1c\x92\xd3\x59\x0d\xdd\x4e\x30\xe5\x90\x10\x69\xc3\x50\xfb\x5e\x7b\xd1\x3b\x9d\xe6\x6d\xba\xd3\x92\x33\x86\x52\xcf\xb2\x0e\x91\xa6\xe0\x03\xde\xee\x45\x8a\x89\x52\xf5\xf9\x1b\x00\x00\xff\xff\xd5\x41\x84\x18\x43\x02\x00\x00"); +var _daafa =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\xd6\xcb\x6b\xe3\x56\x18\x05\xf0\xbd\xfe\x0a\x2d\xa7\x8b\x69\xee\xf7\xb8\x0f\x81\x18\xe8\x24\xcc\x90\xc5\xb4\xa5\xe9\x0b\x4a\x17\x8e\x75\x1d\x0c\x8d\x6c\x1c\x67\x91\xff\xbe\x9c\xef\xd8\x29\x74\x11\x1c\x9d\x48\x9f\x94\xdf\xc9\xd5\xcd\xcd\xed\xfd\xdd\xfd\xba\x3f\x8f\x37\x3f\x9f\x0e\xdb\x87\x7e\x1e\x77\xfb\x75\x39\xf5\x97\xc3\xeb\x69\xdb\xc7\xc7\xfe\xb4\x5f\x87\x41\x74\x5c\xf6\xdb\xf3\xf5\x30\x3e\xb6\xcf\x9b\xe3\x30\xe0\xfa\x87\xb7\x97\x73\x7f\xbe\x5f\x77\x87\xd1\x78\xde\xf2\x7a\xbc\x9c\x3b\x8e\x37\xbf\xf4\xa7\xfd\xcb\xf9\xf4\x36\x7e\xf8\x61\x39\x3c\xf6\xef\xc6\xa5\xef\x90\xff\x74\x5a\xfa\x69\xbf\x3e\x8d\x1f\xbe\x7e\x96\xf7\xf4\xe1\xf5\x78\xfc\xa7\x3f\xf7\xf5\x8c\x61\x7d\x37\xf4\x75\x89\xcf\xe1\xe6\xf6\xdb\xe6\xf8\xe3\xe6\xb9\x8f\x37\x31\xe8\xe3\xd7\xcf\xf2\x91\xe7\xc4\x8f\x7e\xef\xa7\x97\xfd\x61\x1d\xe5\xfb\x94\xf2\x7f\xf1\xaf\x6f\xc7\x3e\xca\x65\xc4\x9f\xbf\xdd\xdf\x8d\x7f\xc9\x28\x69\xd4\xec\xb9\xfe\x7d\xc9\xff\xf8\x76\x58\xfa\x98\xae\x37\xba\xbf\xbb\x3d\xbc\xae\xe7\x51\xd5\x32\xef\x30\x08\x7f\xa1\xed\x61\xe9\x2f\xc7\xcd\xb6\x9f\x36\xeb\x53\x1f\xc6\x71\x4e\x29\xa5\x4f\xe3\x9c\xeb\x97\x2f\x9f\xf0\xb0\xff\x3b\x63\x68\xed\x72\xe5\x7e\x61\x72\xbd\x22\xa5\xdd\xee\xd3\x98\x86\x39\x09\x8f\x05\xc7\x9a\xcb\x30\x27\x65\xa2\x48\xb2\xe8\x30\x27\x63\x62\x48\x6a\x69\xc3\x9c\x9c\x89\x23\x91\xa4\x3e\xcc\x29\x33\xca\x11\x69\xc3\xec\xc2\xa8\x44\x94\x0d\xc3\x2b\xa3\x1a\x51\x9d\x30\xbd\x31\x6a\xf1\x04\xc9\x31\x7e\x62\x34\x45\x64\x09\xe3\x37\x8c\x36\x97\xe7\xc4\xf8\x47\x46\x8f\x11\x35\xc1\xf8\x2d\xa3\x2d\x22\x4b\x15\xe3\x17\x46\x4b\x44\xa6\x18\xdf\x19\xf5\x88\x72\xc3\xf8\x1d\xa3\x5d\x44\xcd\xd3\x30\x0b\xa5\x24\xa4\x3c\x4d\x65\x98\x85\x58\x12\x58\x6e\x59\x87\x59\xa8\x25\xa1\xe5\x25\xb5\x61\x16\x72\x49\x70\x79\x2b\x3e\xcc\x42\x2f\xf1\x8b\x29\xc6\xd3\x4b\xc2\x2b\x5b\xc5\x78\x7a\x49\x78\xe5\x62\x18\x4f\x2f\x09\xaf\xdc\x1a\xc6\xd3\x4b\xc2\xab\x88\x63\x3c\xbd\x24\xbc\x8a\x27\x8c\xa7\x97\x84\x57\x29\x28\x56\xe8\x25\xe1\x55\x26\x34\x2b\xf4\x92\xf0\xaa\x82\x6a\x85\x5e\x12\x5e\xd5\x51\xad\xd0\x4b\xfa\xa5\x7f\x8c\xa7\x97\x84\x57\x9d\x50\xad\xd2\x4b\xc3\xab\x09\xaa\x55\x7a\x69\x78\x35\x47\xb5\x4a\x2f\x0d\xaf\x56\x51\xad\xd2\x4b\xc3\xab\x4d\xa8\x56\xe9\xa5\xe1\x35\x29\xaa\x55\x7a\x69\x78\x4d\x8e\x6a\x95\x5e\x1a\x5e\x53\x45\xb5\x4a\x2f\x0d\xaf\x69\x42\xb5\x4a\x2f\x6d\xd7\xbf\x55\xcc\x27\x98\x4e\xcc\x1c\xe5\x2a\xc5\x74\xc3\xac\xa2\x5d\x25\x99\x06\x19\xda\xc7\x2d\x68\xa6\x5b\x66\x8a\x7e\x95\x68\xba\x30\xcb\x28\x58\xa9\xa6\x9d\x59\x45\xc3\x4a\x36\xdd\x71\x91\x24\x54\x6c\x74\xb3\xc4\x4c\xd1\xb1\x11\xce\x84\x59\x46\xc9\x46\x39\xd3\xeb\x02\x4b\xc3\x6c\xa4\xb3\xa0\x13\x4b\xa8\xd9\x68\x67\x5c\x9b\x66\xe8\xd9\x88\x67\x5c\x9c\x96\x51\xb4\x51\xcf\xb8\x3a\xad\xa1\x69\x23\x9f\x71\x79\x7a\x42\xd5\x46\x3f\xa3\x9f\x1b\xba\x36\xfa\x19\xfd\x3c\xa3\x6c\xa3\x9f\xd1\xcf\x1b\xda\x36\xfa\x19\xfd\xb2\xa0\x6e\xa3\x9f\x6d\xaf\x6f\x05\xdc\x83\x7e\x46\xbf\x5c\x50\xb8\xd1\xcf\xe8\x97\x1b\x1a\x37\xfa\x19\xfd\x8a\xa0\x72\xa7\x9f\xd3\xaf\x18\x3a\x77\xfa\x39\xfd\x4a\x41\xe7\x4e\x3f\xa7\x5f\x69\xe8\xdc\xe9\xe7\xf4\xab\x82\xce\x9d\x7e\x4e\xbf\xea\xe8\xdc\xe9\xe7\xf4\xab\x05\x9d\x3b\xfd\xbc\x5c\x5f\x65\xb8\x07\xfd\x9c\x7e\x4d\xd0\xb9\xd3\xcf\xe9\xd7\x1c\x9d\x3b\xfd\x9c\x7e\xad\xa0\x73\xa7\x9f\xd3\xaf\x4d\xe8\xdc\xe9\xe7\xf4\x9b\x14\x9d\x3b\xfd\x9c\x7e\x93\xa3\x73\xa7\x9f\xd3\x6f\xaa\xe8\xdc\xe9\xe7\xf4\x9b\x26\x74\xee\xf4\xf3\x1d\xdf\xb5\x8a\xce\xf3\x65\x0f\x49\xd7\xf7\x6f\x1a\xe6\x4c\xbf\xcc\x5d\x21\x55\x74\x9e\xe9\x97\x95\xd9\x84\xce\x33\xfd\x72\xf8\xa9\x28\x3a\xcf\xf4\xcb\xce\x2c\xa3\xf3\x4c\xbf\x9c\x99\x55\x74\x9e\xe9\x97\xc3\x4f\x35\xa1\xf3\x5c\x2f\xfb\x59\x4e\xc8\xb4\x6a\xec\x6a\xd7\xdd\x0b\xdf\x63\xe7\x7f\xdf\x8c\xb7\xaf\xa7\x53\x5f\xcf\xb1\xef\xc7\x86\x8b\xfd\x72\xbf\xf6\xf7\xff\x21\x8e\x87\x23\xae\x8a\xaf\x7f\x03\x00\x00\xff\xff\x6b\x9d\x07\x71\x6f\x08\x00\x00"); +var _acag =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\xd6\x4d\x6b\xe3\xd6\x1b\x05\xf0\xbd\x3e\x85\x96\xf3\x5f\xcc\x3f\xf7\x79\xb9\x2f\x02\x31\x50\x66\x18\x08\xc3\xb4\x25\x29\xed\xda\x91\xae\x83\xa1\x91\x8d\xe3\x2c\xf2\xed\xcb\x79\x8e\x9d\x42\x17\xc1\xd1\x89\xf4\x48\xfc\x4e\xae\xae\xef\xbe\xde\x7f\xbb\xdf\x0e\x97\xf1\xee\xf7\xf3\x71\x79\xec\x97\x71\x7f\xd8\xd6\x73\x7f\x3d\xbe\x9d\x97\x3e\x3e\xf5\xe7\xc3\x36\x0c\xa2\xe3\x7a\x58\x2e\xb7\xc3\xf8\x58\x5e\x76\xa7\x61\xc0\xf5\x8f\xef\xaf\x97\xfe\x72\xbf\xed\x8f\xa3\xf1\xbc\xf5\xed\x74\x3d\x77\x1c\xef\x1e\xfa\xf3\xe1\xf5\x72\x7e\x1f\x3f\xfd\xb2\x1e\x9f\xfa\xff\xc6\xb5\xef\x91\xff\x76\x5e\xfb\xf9\xb0\x3d\x8f\x9f\x7e\x3c\x7c\x84\x8f\x6f\xa7\xd3\xdf\xfd\xa5\x6f\x97\xb1\x45\xd6\xb7\x35\x3e\x87\xbb\xaf\x3f\x77\xa7\x5f\x77\x2f\x7d\xbc\x8b\x39\x9f\x7f\x3c\x7c\xe6\x29\xf1\x97\x3f\xfb\xf9\xf5\x70\xdc\x46\xf9\x7f\x4a\xfa\x6f\xfc\xc7\xfb\xa9\x8f\x72\x9d\xf0\xd7\xcf\xe3\xda\xc7\x74\x9b\x77\xff\xed\xeb\xf1\x6d\xbb\x8c\xaa\xde\xae\xa1\xf0\xb1\x97\xe3\xda\x5f\x4f\xbb\xa5\x9f\x77\xdb\x73\x1f\xc6\x71\x4e\x29\xa5\x2f\xe3\x9c\xeb\xf7\xef\x5f\xf0\x4c\xff\x39\x63\x68\xed\x7a\xe5\x61\x65\x72\xbb\x22\xa5\xfd\xfe\xcb\x98\x86\x39\x09\x8f\x05\xc7\x9a\xcb\x30\x27\x65\xa2\x48\xb2\xe8\x30\x27\x63\x62\x48\x6a\x69\xc3\x9c\x9c\x89\x23\x91\xa4\x3e\xcc\x29\x33\xca\x11\x69\xc3\xec\xc2\xa8\x44\x94\x0d\xc3\x2b\xa3\x1a\x51\x9d\x30\xbd\x31\x6a\xf1\x04\xc9\x31\x7e\x62\x34\x45\x64\x09\xe3\x77\x8c\x76\xd7\xe7\xc4\xf8\x27\x46\x4f\x11\x35\xc1\xf8\x85\xd1\x82\xc8\x52\xc5\xf8\x95\xd1\x1a\x91\x29\xc6\x77\x46\x3d\xa2\xdc\x30\x7e\xcf\x68\x1f\x51\xf3\x34\xcc\x42\x29\x09\x29\x4f\x53\x19\x66\x21\x96\x04\x96\x5b\xd6\x61\x16\x6a\x49\x68\x79\x49\x6d\x98\x85\x5c\x12\x5c\xde\x8a\x0f\xb3\xd0\x4b\xfc\x6a\x8a\xf1\xf4\x92\xf0\xca\x56\x31\x9e\x5e\x12\x5e\xb9\x18\xc6\xd3\x4b\xc2\x2b\xb7\x86\xf1\xf4\x92\xf0\x2a\xe2\x18\x4f\x2f\x09\xaf\xe2\x09\xe3\xe9\x25\xe1\x55\x0a\x8a\x15\x7a\x49\x78\x95\x09\xcd\x0a\xbd\x24\xbc\xaa\xa0\x5a\xa1\x97\x84\x57\x75\x54\x2b\xf4\x92\x7e\xed\x1f\xe3\xe9\x25\xe1\x55\x27\x54\xab\xf4\xd2\xf0\x6a\x82\x6a\x95\x5e\x1a\x5e\xcd\x51\xad\xd2\x4b\xc3\xab\x55\x54\xab\xf4\xd2\xf0\x6a\x13\xaa\x55\x7a\x69\x78\x4d\x8a\x6a\x95\x5e\x1a\x5e\x93\xa3\x5a\xa5\x97\x86\xd7\x54\x51\xad\xd2\x4b\xc3\x6b\x9a\x50\xad\xd2\x4b\xdb\xed\x7f\x15\xf3\x09\xa6\x13\x33\x47\xb9\x4a\x31\xdd\x31\xab\x68\x57\x49\xa6\x41\x86\xf6\x71\x0b\x9a\xe9\xc2\x4c\xd1\xaf\x12\x4d\x57\x66\x19\x05\x2b\xd5\xb4\x33\xab\x68\x58\xc9\xa6\x7b\x2e\x92\x84\x8a\x8d\x6e\x96\x98\x29\x3a\x36\xc2\x99\x30\xcb\x28\xd9\x28\x67\x7a\x5b\x60\x69\x98\x8d\x74\x16\x74\x62\x09\x35\x1b\xed\x8c\x6b\xd3\x0c\x3d\x1b\xf1\x8c\x8b\xd3\x32\x8a\x36\xea\x19\x57\xa7\x35\x34\x6d\xe4\x33\x2e\x4f\x4f\xa8\xda\xe8\x67\xf4\x73\x43\xd7\x46\x3f\xa3\x9f\x67\x94\x6d\xf4\x33\xfa\x79\x43\xdb\x46\x3f\xa3\x5f\x16\xd4\x6d\xf4\xb3\xe5\xf6\x56\xc0\x3d\xe8\x67\xf4\xcb\x05\x85\x1b\xfd\x8c\x7e\xb9\xa1\x71\xa3\x9f\xd1\xaf\x08\x2a\x77\xfa\x39\xfd\x8a\xa1\x73\xa7\x9f\xd3\xaf\x14\x74\xee\xf4\x73\xfa\x95\x86\xce\x9d\x7e\x4e\xbf\x2a\xe8\xdc\xe9\xe7\xf4\xab\x8e\xce\x9d\x7e\x4e\xbf\x5a\xd0\xb9\xd3\xcf\xcb\xed\x55\x86\x7b\xd0\xcf\xe9\xd7\x04\x9d\x3b\xfd\x9c\x7e\xcd\xd1\xb9\xd3\xcf\xe9\xd7\x0a\x3a\x77\xfa\x39\xfd\xda\x84\xce\x9d\x7e\x4e\xbf\x49\xd1\xb9\xd3\xcf\xe9\x37\x39\x3a\x77\xfa\x39\xfd\xa6\x8a\xce\x9d\x7e\x4e\xbf\x69\x42\xe7\x4e\x3f\xdf\xf3\x5d\xab\xe8\x3c\x5f\xf7\x90\x74\x7b\xff\xa6\x61\xce\xf4\xcb\xdc\x15\x52\x45\xe7\x99\x7e\x59\x99\x4d\xe8\x3c\xd3\x2f\x87\x9f\x8a\xa2\xf3\x4c\xbf\xec\xcc\x32\x3a\xcf\xf4\xcb\x99\x59\x45\xe7\x99\x7e\x39\xfc\x54\x13\x3a\xcf\xf5\xba\x9f\x2d\x91\x69\xd5\xd8\xd5\x6e\xbb\x17\x7e\xc7\xfe\xfe\xb1\xe7\x2e\x6f\xe7\x73\xdf\x2e\xb1\xbb\xc7\xc6\x8a\xfd\xf2\xb0\xf5\x8f\x6f\x0a\xa7\xe3\x09\x57\xc5\xcf\x3f\x01\x00\x00\xff\xff\xb5\x37\x77\xc2\x55\x08\x00\x00"); +var _dgd =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\xd5\xcd\x6a\xe4\x46\x14\x05\xe0\xbd\x9e\xa2\x96\x93\xc5\xc4\x75\x7f\x54\x2a\x81\x30\x04\x9b\x01\x2f\x66\x12\xe2\xfc\x41\xc8\xa2\x2d\x55\x9b\x86\x58\xdd\xc8\xed\x85\xdf\x3e\x9c\x7b\xba\x1d\x98\xc5\xd0\xd3\xc7\xd2\x95\xfc\x1d\x57\xd5\xcd\xdd\xc3\xfd\xc3\x7a\x38\xa7\x9b\x5f\xb6\xe3\xfc\xd8\xce\x69\x7f\x58\x97\xad\xbd\x1e\xdf\xb6\xb9\xa5\xa7\xf6\x7c\x58\xbb\x4e\x34\x2d\x87\xf9\x7c\xfd\x1a\x1f\xf3\xcb\xee\xd4\x75\xb8\xff\xf1\xfd\xf5\xdc\x5e\x1e\xd6\xfd\x31\x19\xaf\x5b\xde\x4e\x97\x6b\x53\xba\xf9\xb5\x3d\x1f\x5e\xcf\xdb\x7b\xfa\xf4\xd3\x72\x7c\x6a\x3f\xa4\xa5\xed\x91\xff\xbc\x2d\x6d\x3b\xac\xcf\xe9\xd3\xdd\xb7\x47\xf9\x88\x1f\xdf\x4e\xa7\x7f\xdb\x4b\x5b\xcf\x98\xd6\xf6\x5d\x5b\x97\xf8\xec\x6e\xee\xbe\xee\x4e\xdf\x76\x2f\x2d\xdd\xc4\xa4\xcf\xb8\xef\x33\x2f\x8a\x9f\xfd\xd1\xb6\xd7\xc3\x71\x4d\xf2\x63\xce\xfd\xff\xf1\x6f\xef\xa7\x96\xe4\x32\xe3\xaf\xdf\x1f\xee\xd3\xdf\x92\x24\x27\xed\xfb\x3a\xfc\x73\xc9\xff\xfc\x7a\x5c\x5a\xca\xd7\x27\x3d\xdc\xdf\x1d\xdf\xd6\x73\x92\x5a\xbd\x30\x14\xfe\x4a\xf3\x71\x69\xaf\xa7\xdd\xdc\xb6\xdd\xfa\xdc\xba\x94\xa6\x9c\x73\xbe\x4d\x93\x8f\x5f\xbe\xdc\xe2\x6d\xbf\xbb\xa2\x1b\xfc\x72\xe7\x61\x61\x72\xbd\x23\xe7\xfd\xfe\x36\xe5\x6e\xca\xc2\xef\x82\xef\xda\x97\x6e\xca\xca\x44\x91\xf4\xa2\xdd\x94\x8d\x89\x21\x19\x4a\xed\xa6\xec\x4c\x1c\x89\x64\xf5\x6e\xca\x3d\xa3\x3e\x22\xad\x98\x5d\x18\x95\x88\x7a\xc3\xf0\x81\xd1\x10\xd1\x30\x62\x7a\x65\x54\xe3\x0d\xb2\x63\xfc\xc8\x68\x8c\xc8\x32\xc6\xef\x18\xed\x2e\xef\x89\xf1\x4f\x8c\x9e\x22\xaa\x82\xf1\x33\xa3\x19\x91\xe5\x01\xe3\x17\x46\x4b\x44\xa6\x18\xdf\x18\xb5\x88\xfa\x8a\xf1\x7b\x46\xfb\x88\xaa\xe7\x6e\x12\x4a\x49\x48\x79\x1e\x4b\x37\x09\xb1\x24\xb0\xdc\x7a\xed\x26\xa1\x96\x84\x96\x97\x5c\xbb\x49\xc8\x25\xc1\xe5\xb5\x78\x37\x09\xbd\xc4\x2f\xa6\x18\x4f\x2f\x09\xaf\xde\x06\x8c\xa7\x97\x84\x57\x5f\x0c\xe3\xe9\x25\xe1\xd5\xd7\x8a\xf1\xf4\x92\xf0\x2a\xe2\x18\x4f\x2f\x09\xaf\xe2\x19\xe3\xe9\x25\xe1\x55\x0a\x8a\x15\x7a\x49\x78\x95\x11\xcd\x0a\xbd\x24\xbc\x06\x41\xb5\x42\x2f\x09\xaf\xc1\x51\xad\xd0\x4b\xda\xa5\x7f\x8c\xa7\x97\x84\xd7\x30\xa2\x5a\xa5\x97\x86\x57\x15\x54\xab\xf4\xd2\xf0\xaa\x8e\x6a\x95\x5e\x1a\x5e\x75\x40\xb5\x4a\x2f\x0d\xaf\x3a\xa2\x5a\xa5\x97\x86\xd7\xa8\xa8\x56\xe9\xa5\xe1\x35\x3a\xaa\x55\x7a\x69\x78\x8d\x03\xaa\x55\x7a\x69\x78\x8d\x23\xaa\x55\x7a\x69\xbd\xfe\xad\x62\x3e\xc1\x74\x64\xe6\x28\x57\x29\xa6\x3b\x66\x03\xda\x55\x92\x69\x90\xa1\x7d\x3c\x82\x66\x3a\x33\x53\xf4\xab\x44\xd3\x85\x59\x8f\x82\x95\x6a\xda\x98\x0d\x68\x58\xc9\xa6\x7b\x2e\x92\x8c\x8a\x8d\x6e\x96\x99\x29\x3a\x36\xc2\x99\x30\xeb\x51\xb2\x51\xce\xf4\xba\xc0\x72\x37\x19\xe9\x2c\xe8\xc4\x32\x6a\x36\xda\x19\xd7\xa6\x19\x7a\x36\xe2\x19\x17\xa7\xf5\x28\xda\xa8\x67\x5c\x9d\x56\xd1\xb4\x91\xcf\xb8\x3c\x3d\xa3\x6a\xa3\x9f\xd1\xcf\x0d\x5d\x1b\xfd\x8c\x7e\xde\xa3\x6c\xa3\x9f\xd1\xcf\x2b\xda\x36\xfa\x19\xfd\x7a\x41\xdd\x46\x3f\x9b\xaf\xbb\x02\x9e\x41\x3f\xa3\x5f\x5f\x50\xb8\xd1\xcf\xe8\xd7\x57\x34\x6e\xf4\x33\xfa\x15\x41\xe5\x7e\xd9\x03\xe9\x57\x0c\x9d\x3b\xfd\x9c\x7e\xa5\xa0\x73\xa7\x9f\xd3\xaf\x54\x74\xee\xf4\x73\xfa\x0d\x82\xce\x9d\x7e\x4e\xbf\xc1\xd1\xb9\xd3\xcf\xe9\x37\x14\x74\xee\xf4\xf3\x72\xdd\xca\xf0\x0c\xfa\x39\xfd\xaa\xa0\x73\xa7\x9f\xd3\xaf\x3a\x3a\xf7\xf1\xb2\x6f\x8f\x0b\xb2\x52\x6b\xec\xde\xd7\x5d\x1a\xff\xc7\x19\xf7\x71\xea\xcc\x6f\xdb\xd6\xd6\x73\x9c\x70\x71\xb0\xe0\x5c\x38\xac\xed\xe3\xb4\x3c\x1d\x4f\xb8\x2b\xfe\xfd\x17\x00\x00\xff\xff\x1f\x1a\xa1\x81\x59\x07\x00\x00"); +func _bga ()([]byte ,error ){return _c (_ddc ,"ETen-B5-H")};func _ebcff ()(*asset ,error ){_gcbeg ,_gdac :=_cggb ();if _gdac !=nil {return nil ,_gdac ;};_bgcd :=bindataFileInfo {_dae :"UniJIS-UTF32-H",_fb :243137,_ae :_be .FileMode (436),_g :_a .Unix (1580492947,0)}; +_eacf :=&asset {_dd :_gcbeg ,_ef :_bgcd };return _eacf ,nil ;};type bindataFileInfo struct{_dae string ;_fb int64 ;_ae _be .FileMode ;_g _a .Time ;};var _aaf =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\x9a\x4f\x8f\x1c\xb7\x11\xc5\xef\xfb\x29\xfa\xe8\x1c\x9c\x25\x8b\x4d\x36\x09\x08\x03\x18\x92\x8c\xe8\x60\x39\x88\xa2\x24\x40\x90\xc3\x34\xff\x08\x0b\x44\xb3\x8b\xdd\xd5\x41\xdf\x3e\x20\x59\xc5\x57\x36\x72\xb0\x05\x43\x54\xd7\x72\xa6\x9a\xaf\x59\xfd\xf8\xab\xbd\x7f\xfb\xe1\xdd\x87\xdb\xc3\xeb\x76\xff\xd7\xe7\xc7\xfc\xa9\xbe\x6e\xed\xe1\x56\x9e\xeb\xcb\xe3\xb7\xe7\x5c\xb7\xb3\x7e\x79\xb8\xdd\xdd\x59\xda\xca\x43\x7e\x95\x7f\x8e\xbf\xf2\xd7\xeb\xd3\xdd\x5d\x9f\xff\xe9\xfb\xcb\x6b\xfd\xfa\xe1\xd6\x1e\x37\x37\x7f\xae\x7c\x7b\xe2\x9f\xdd\xb6\xfb\xbf\xd5\x2f\x0f\x2f\xaf\xcf\xdf\xb7\x1f\x7e\x2a\x8f\x67\xfd\xd3\x56\x6a\xeb\xd7\x7f\x7d\x2e\xf5\xf9\xe1\xf6\x65\xfb\xe1\xed\xc7\x4f\x76\x5d\xfe\xf4\xed\xe9\xe9\xbf\xf5\x6b\xbd\xbd\x6e\x66\x5c\xab\xb7\x32\xfe\xbe\xbb\x7f\xfb\xcb\xf5\xe9\xe3\xf5\x6b\xdd\xee\xdf\x7e\xfc\xf4\xe3\xfb\xcf\x6f\x7f\xfc\xcb\x88\x8c\xc0\x3f\xea\xf3\xcb\xc3\xe3\x6d\xb3\xe6\xcf\xc6\x04\x5c\xff\xfb\xf7\xa7\xba\x59\xfe\x84\xcf\x1f\xde\xfd\xda\xda\x4b\x7d\xdd\x9c\x99\x9f\x7e\xff\xaf\xcf\x1f\xde\x6d\xff\xb6\x9b\x35\x1b\x79\x17\xe3\x7f\xf8\x47\xff\xf9\xcb\x63\xa9\x9c\xc2\x9d\x9f\xb7\x93\x1f\x4b\x7d\x79\xba\xe6\xfa\x7c\xbd\x7d\xa9\x77\xdb\xf6\xc6\x98\xcb\x36\xff\x7b\x13\xcd\xa5\x5f\x89\xef\x7f\xb2\xfd\xcf\x65\x0e\x7f\x7e\xff\xf3\x7b\xb9\x4e\xb8\x4e\xfa\xba\xc3\x75\xb7\xae\xcf\x6b\xe3\x93\xe7\xb5\x7a\x2b\xbf\xfb\xfe\x3b\x3b\xd3\xba\x3d\xbe\x96\xda\xe6\xb5\x91\xd1\x1b\xdb\x2e\x9b\x75\x61\x8f\x7d\x96\x0e\xdf\x59\x63\xf8\x5e\x1e\x0a\xcf\xa0\x3e\xe3\xa8\x32\xe3\x4d\xac\x57\xdb\xff\xf4\x8c\xc6\xb0\xd5\xcb\x96\x12\x07\x08\x01\xea\x01\x9b\x1c\x47\x1c\x22\x2e\xd7\xcb\x46\xf1\xe0\xc8\x8e\xc8\xde\xe7\x38\x27\x73\x3c\x22\xbe\xe6\xcb\xb6\x93\xcc\xf1\xb5\xae\x48\x33\x97\xcd\x1b\x99\x13\x30\x27\x9c\xb5\x47\x02\x47\x0e\x44\xc6\xd0\x27\xbf\x22\x84\xc8\x7e\xd9\xbc\xc3\x1c\x8f\x88\xef\x73\x10\x09\x88\x84\x3e\x27\xad\xc8\x81\xc8\x71\xd9\x82\xa1\x15\x89\x88\xc4\xcb\xe6\x77\xb3\x22\x09\x91\xdc\xe7\xb8\x15\x29\x88\xb4\x3e\xc7\x4a\xe4\x34\x2b\xd2\x87\xc1\x1c\x2b\x82\x3b\x3d\xc7\x9d\xa6\xb8\x42\xb8\xd5\x3e\x0c\x06\x11\x87\x88\xbb\x6c\xc1\xae\xe4\xce\x1d\x91\xbe\x3c\xfb\xbe\x22\x58\x9e\x3e\x0c\x16\xc9\x61\x79\xfa\xd0\xa7\xf5\x8c\x1c\x27\xd6\xa7\x0f\xfd\xbe\x74\x38\xb1\x3e\x67\xea\x1f\xb7\x56\xee\xbc\x22\x72\xed\x73\x96\x0e\xe7\x89\xc8\xd9\x6f\xc8\x20\xef\x8c\x50\xee\x93\xb0\x40\x58\xd4\x3e\x0c\x16\x77\x54\x11\xa9\x97\x2d\xac\x87\xf1\x38\x1b\x22\x6d\x7c\xd1\xca\x3b\x43\x89\x6c\xfb\xa4\xf5\x71\x19\xcb\xdd\x87\x7e\x6d\xa1\x23\x63\xb9\x73\xe8\x73\xd6\x1d\x65\xac\x4f\x1e\xeb\xb3\x56\x2e\x63\x7d\x72\xbf\xd7\x7d\xad\x4f\xc6\xad\xe6\xf1\xfc\xe0\xb1\xcf\xb8\xd7\x3e\x0c\x58\xba\x8c\x7b\xed\x43\xef\xd7\xca\x65\xdc\x6b\xe9\x8f\x16\xd2\x2e\x78\xb4\x4a\x7f\x7e\xfc\x4a\xa1\xe0\x86\x4a\xdf\x2a\x7e\x3d\x0b\x05\xcf\x42\x89\x7d\xce\x5a\x9e\x82\xc7\xbe\x74\x59\x55\x04\xb2\x96\x29\xeb\x12\xaf\xe0\x5e\x4b\xbb\x6c\x07\xad\xb4\x2b\x74\xe8\xc3\x83\x96\x42\x15\x69\xf7\xa1\xf7\x6b\x11\x2a\x14\xaa\xbe\xcf\x41\x04\x69\xf7\xa1\xf7\x2b\x83\x0a\x85\x6a\xb9\x6c\x87\x43\x06\x58\xd2\x3e\x0c\x46\x7d\x1c\xd6\xb4\x51\x9f\xb4\x3e\xae\x61\xe5\xfa\x30\x18\x5a\xcb\xdd\xb0\xf5\x5a\xbc\x6c\x07\x76\x7f\xc3\xd2\xf5\x61\x30\xb4\x1e\x93\x86\xcd\xd2\x7a\x7a\x50\xbc\x21\xbd\x3e\x8c\x6b\xbd\x23\x8a\x63\xec\xe5\x2c\x7a\xbf\x22\x07\x22\xc7\x65\x8b\x81\x56\x24\x22\x12\x7b\x24\xac\x48\x42\x64\xe8\x1a\x57\x64\xe9\x1a\x7b\xfd\x89\x41\x56\x21\xa2\xfe\x8c\x61\x30\xf8\x38\x14\xa0\xd8\x8b\x49\x3c\x56\x72\xa8\x25\xb1\xd7\x05\x6b\xd6\x4e\x8e\xa7\xfa\xa6\xfe\x04\x59\x24\x8e\xc2\x10\xfb\x26\xb7\xc6\xae\xfc\xb0\xcb\x63\xdf\xa1\xd6\xd0\x9a\x95\x91\x45\xdf\x63\x16\x2b\x1e\xb1\xc7\xc6\x30\xd8\xe0\x56\xa8\x22\x54\x47\x68\x7d\x17\x76\x59\xec\x7b\xc9\x9a\xf5\x0e\x89\xd8\x4c\x63\x18\x6c\x40\x08\x69\xf4\xed\x63\x29\xae\x0f\x2c\x57\x84\xae\xbd\xa6\x60\xa1\xb0\x9f\x62\x7f\xe2\x2d\xa5\xb5\x50\x15\xdf\xd5\x87\x3e\x98\x15\xc1\x57\xf5\xa1\x75\x6b\x13\xc6\xea\x11\x3a\x7a\x68\xd5\xea\x58\xf1\x58\xd4\xf3\xb2\xd9\x10\x97\x90\x15\x0b\xdf\x87\x3e\xd8\x15\xc1\x0a\xf6\x17\xba\x0d\xeb\xed\x1c\x1b\x1e\xcd\x76\x5e\x36\x32\xf8\xbc\x86\xcf\xeb\xcf\x33\xa1\x56\x26\x3c\xd0\x63\x78\x1c\xce\xae\x10\x21\x44\x7d\xd6\x2a\x62\xe9\xea\x10\x72\x63\x16\x42\x3b\x42\x7e\xcc\x72\x2b\x14\x10\x3a\x2f\x9b\x33\x3b\xbe\x2b\x23\xd4\xcd\x8d\xb7\x7e\x85\x1a\x42\xed\xb2\x25\xb3\x8a\x52\xc2\xab\x7d\x0c\x13\xb6\x70\xc2\xbb\x3d\xf5\x6d\xe2\xd2\x7a\xd4\x12\xb6\x49\xea\x6f\xe3\xdd\xe1\xbe\xf0\x3a\x1e\xc3\xfd\x58\x2f\xdd\x84\x2d\x94\xfa\xfb\xd7\x9b\x1d\xb3\x12\x42\xe3\x51\x33\x32\x2d\xc3\xe9\x65\xea\xef\x3c\x2f\xbb\x2b\xc3\xcf\xe5\xe1\xe7\xba\xcf\xea\xf6\x54\x2c\xe5\xff\x73\x99\xe3\xa7\x61\xf7\xb2\xef\x13\x43\x64\x31\x33\x4c\x5d\x0e\x3d\x72\x44\xbe\xe7\x0c\x53\x97\x67\x45\x3b\xf8\x09\xcd\xa8\x68\x79\x3c\x1b\xe9\x60\x4d\x32\x1e\x8d\x9c\x86\x49\x35\x41\xee\xea\x8a\xd0\x75\x84\xac\x97\x1c\x4e\x84\xce\x11\x22\xd1\x3f\x67\x84\xf2\x08\x39\x71\x1a\xb9\x20\x54\x46\x68\x97\x47\x23\x57\x84\xea\x08\x79\x27\x69\x34\x84\xda\x08\x05\x29\x35\xc5\xac\x50\x31\x23\x74\x10\xa7\x51\xe0\xca\xcb\x70\xe5\x36\x5a\x4e\xa3\x40\xad\xc2\xbe\x5c\x9c\x5a\x81\x31\x2f\x6e\xec\xa1\xe5\x6b\x0a\x94\x2c\xfb\x0c\x89\x89\x2b\xd0\xaa\x0c\xad\x68\x39\xfd\x02\xb1\xca\x10\x8b\x96\xd5\x2f\x50\xab\x0c\xb5\xc8\x45\x49\x03\x72\x95\xb9\x95\x77\xa9\x5d\x05\x7a\x95\x34\x77\xb9\x14\xc3\x02\xbd\xca\xd0\x8b\x82\xec\x86\x02\xbd\xca\xd0\x8b\x0e\x79\x7f\x17\xe8\x55\x86\x5e\x14\xc5\xab\x14\xe8\x55\x86\x5e\x94\xe4\x89\x2f\xd0\xab\x0c\xbd\xdc\x2a\xd7\x05\x7a\x95\xa1\x97\xb3\x62\x1b\x2b\xf4\xaa\x43\x2f\x47\x72\x88\xa9\xd0\xab\xda\x79\xf0\x21\x4e\xa3\x42\xaf\x3a\xf4\x72\xbb\x94\x8d\x0a\xbd\xea\xd0\xcb\x79\xc3\x69\x54\xe8\x55\xe7\x49\x6a\x1d\x23\x2a\xf4\xaa\x7e\x86\x92\xa4\x01\xbd\xea\xd0\xcb\x1d\x49\xd2\x80\x5e\x75\xe8\xe5\x62\x94\x34\xa0\x57\x1d\x7a\xb9\x74\x48\x1a\xd0\xab\x0e\xbd\x76\x73\x48\x1a\xd0\xab\x0e\xbd\x76\x2b\xef\xff\x0a\xbd\xea\xd0\x6b\x27\x79\x39\x54\xe8\x55\x87\x5e\xbb\x13\x77\x52\xa1\x57\x1d\x7a\xed\xbb\xbc\x01\x2a\xf4\xaa\x43\xaf\xdd\xef\x92\x06\xf4\xaa\x43\xaf\x3d\x88\x19\x6b\xd0\xab\x0d\xbd\xf6\xf5\xde\x68\xd0\xab\x0d\xbd\xf6\x28\xfe\xb2\x41\xaf\x36\xf4\xda\x93\xe5\x34\x1a\xf4\x6a\x43\x2f\x6f\x2c\xa7\xd1\xa0\x57\x9b\x95\xd2\xca\xfb\xb5\x41\xaf\x36\xf4\xf2\x64\x24\x0d\xe8\xd5\xc2\x0c\xc9\xab\xb2\x41\xaf\x36\xf4\xf2\x4e\x4a\x68\x83\x5e\x6d\xe8\xe5\x77\xa9\xa1\x0d\x7a\xb5\xa1\x97\xf7\x52\x44\x1b\xf4\x6a\x43\x2f\x1f\xa4\x8a\x36\xe8\xd5\x86\x5e\xfe\x90\x2a\xda\xa0\x57\x1b\x7a\xf9\x28\x55\xb4\x41\xaf\x56\xfa\x11\xc6\x27\xae\xa2\x04\xa8\x40\x13\x2a\xf8\xc4\x87\x6d\x02\x56\xa0\x89\x15\x82\x49\x86\x43\x0e\xa1\xb1\xbc\xc1\xc6\x9d\x43\x3b\x42\x63\x79\x03\x1d\x91\x43\x1e\xa1\xf9\xaa\x71\x07\x71\x28\x20\x34\x96\x37\xec\x41\xd2\x38\x10\x1a\xcb\x1b\xc4\x2a\x11\xfc\x33\x4d\x27\x12\xe4\x90\x43\x70\x22\x74\x1d\xcb\x1b\x8e\x5d\xd2\xb8\x22\x74\x9d\x6f\xbc\x5d\xd2\x38\x11\x1a\xcb\x1b\x92\x93\x34\x32\x42\x63\x79\x0f\xe3\x24\x8d\x82\xd0\xd8\x0e\x87\x25\x49\xa3\x22\x34\xb6\xc3\x41\x56\xd2\x68\x08\x8d\xed\x70\x88\x99\xa3\x73\x6d\x07\x3a\xc7\x76\x38\x76\x3e\x58\xd2\x09\xbd\xce\xa1\xd7\xe1\xf9\xe4\x4d\x27\xf4\x3a\x69\x86\xd8\x6d\xd2\x09\xbd\xce\xa1\xd7\x11\xd8\xbe\xd2\x09\xbd\xce\xa1\xd7\x71\x44\x49\x03\x7a\x9d\x7e\x1a\x80\x43\xd2\x80\x5e\xe7\xf4\x06\xe9\x90\x34\xa0\xd7\x39\xcd\x81\x09\x92\x06\xf4\x3a\x87\x5e\xd1\x7a\x49\x03\x7a\x9d\x43\xaf\x48\x5e\xd2\x80\x5e\xe7\xd0\x2b\xba\x5d\xd2\x80\x5e\xe7\xd0\x2b\xee\xbb\xa4\x01\xbd\xce\x3c\x4f\x5d\x4e\xd2\x80\x5e\xe7\xd0\x2b\x06\x92\x34\xa0\xd7\x59\xa7\xb3\x21\x49\x03\x7a\x9d\x43\xaf\x18\x2d\xa7\x91\xa1\x57\x1e\x7a\xc5\xc4\x18\x87\x32\xf4\xca\x13\xda\x19\xc3\x69\xc0\xcc\x51\xa6\x19\x62\x60\x44\x19\x7a\xe5\xa1\x57\xb2\x89\xd3\x80\xd1\xa3\x69\xf4\x12\x45\x49\x03\x7a\x4d\x2b\x97\x5c\x94\x34\xa0\xd7\xf4\x72\x69\x3f\x24\x0d\xe8\x35\xcd\x5c\xf2\x41\xd2\x80\x5e\xec\xe6\x42\x90\x34\xa0\xd7\xb4\x73\xe9\xf0\x92\x06\xf4\x9a\x76\x2e\x45\x2f\x69\x40\xaf\x69\xe7\x52\xda\xf7\x3f\x62\x53\x09\x6e\x8f\xd8\xed\x19\xe3\x24\x4d\xe8\xc9\x76\xcf\x58\x27\x79\x42\x50\xf6\x7b\x86\x48\x12\x85\xa2\x6c\xf8\x8c\x63\xaa\x41\x70\x7c\xc4\x8e\xcf\xec\x7c\xc8\x25\x58\x3e\x62\xcb\x67\x3c\x03\x3d\x82\xe7\x23\xf6\x7c\x46\x48\x24\xc1\xf4\xd1\x34\x7d\xd6\x04\x29\xb6\x70\x7d\x34\x5d\x9f\x35\x87\x54\x5b\xd8\x3e\x9a\xb6\xcf\x9a\x28\xe5\x16\xbe\x8f\xa6\xef\xb3\x26\x49\xbd\x85\xf1\xa3\x69\xfc\xac\x35\x52\x70\xe1\xfc\x68\x3a\x3f\x6b\xad\x54\x5c\x58\x3f\x9a\xd6\xcf\x5a\x92\x92\x0b\xef\x47\x85\xbd\xba\x93\x9a\x0b\xf3\x47\xd3\xfc\x59\xbb\x4b\xd1\x85\xfb\xa3\xe9\xfe\xac\xf5\x52\x75\x61\xff\x68\xda\x3f\x6b\x85\xcb\x11\xfc\x1f\x4d\xff\x67\xad\x70\x1f\x82\x01\xa4\x69\x00\xad\x8d\x52\x78\xe1\x00\x69\x3a\x40\x6b\x93\x54\x5e\x58\x40\x9a\x16\xd0\x92\x91\xd2\x0b\x0f\x48\xd3\x03\x5a\xb2\x52\x7b\x61\x02\x69\x9a\x40\x4b\x24\xc5\x17\x2e\x90\xa6\x0b\xb4\x24\x67\x7d\x82\x0d\xa4\x69\x03\x2d\x39\x29\xbf\xf0\x81\x34\x7d\xa0\xa5\x5d\xea\x2f\x8c\x20\x4d\x23\x68\xc9\x4b\x01\x86\x13\xa4\xe9\x04\x2d\x05\xa9\xc0\xb0\x82\x34\xad\xa0\xa5\x43\x4a\x30\xbc\x20\x4d\x2f\x68\x29\x4a\x0d\x86\x19\xa4\xca\x87\xad\x24\x45\x18\x6e\x90\x2a\x9f\xb6\x8c\x54\x61\xd8\x41\x9a\x76\xd0\x3a\x2b\x65\x18\x7e\x90\xa6\x1f\xb4\x8e\xa4\x0e\xc3\x10\xd2\x34\x84\xd6\x39\x29\xc4\x70\x84\x34\x1d\xa1\x75\xbb\x54\x62\x58\x42\x9a\x96\xd0\x3a\x2f\xa5\x18\x9e\x90\x1a\xe5\x41\x4f\x06\x52\x67\x9f\x83\xc6\x09\xbb\x1b\xd5\x30\x61\x53\xa3\x1a\x25\xec\x65\x54\x83\x84\x2d\x8c\x6a\x8c\x70\x53\x44\x35\x44\xd8\xcb\xa8\x46\x08\x5b\x18\xd5\x00\xe1\xe6\x87\x6a\x7c\x70\xd3\x43\x35\x3c\xb8\xd9\xa1\x1a\x1d\xdc\xe4\x50\x0d\x0e\x6e\x6e\xa8\xc6\x06\x37\x35\x54\x43\x83\x9b\x19\xaa\x91\xc1\x4d\x0c\xd5\xc0\xe0\xe6\x85\x6e\x5c\x70\xd3\x42\x35\x2c\xb8\x59\xa1\x1a\x15\xdc\xa4\x50\x0d\x0a\x6e\x4e\xa8\xc6\x04\x37\x25\x74\x43\x82\x9b\x11\xaa\x11\xc1\x4d\x08\xd5\x80\xe0\xe6\x83\x6a\x3c\x70\xd3\x41\x37\x1c\xb8\xd9\xa0\x1a\x0d\xdc\x64\x50\x0d\x06\x6e\x2e\xa8\xc6\x02\x37\x15\x74\x43\x81\x9b\x09\xaa\x91\xc0\x4d\x04\xd5\x40\xe0\xe6\x81\x6a\x1c\x70\xd3\x40\x35\x0c\xb8\x59\xa0\x1a\x05\xdc\x24\xd0\x0d\x02\x6e\x0e\xa8\xc6\x00\x37\x05\x54\x43\x80\x9b\x01\xaa\x11\xc0\x4d\x00\xd5\x00\x60\xf8\xaf\xc0\x3f\x43\x7f\x05\xfc\x19\xf6\x2b\xd0\xcf\x90\x5f\x03\x7e\x86\xfb\x0a\xec\x33\xd4\x57\x40\x9f\x61\xbe\x02\xf9\x0c\xf1\x15\xc0\x67\x78\xaf\xc0\x3d\x43\x7b\x05\xec\x19\xd6\x6b\x50\xcf\x90\x5e\x01\x7a\x86\xf3\x1a\xcc\x33\x94\x57\x40\x9e\x61\xbc\x06\xf1\x0c\xe1\x15\x80\x67\xf8\xae\xc0\x3b\x1f\x1a\x14\x70\x67\xd8\xae\x40\x3b\x43\x76\x05\xd8\x19\xae\x03\xac\xff\xc6\xb4\x24\xff\x7b\xcf\xc2\xc8\x5d\xe1\x76\x46\xed\x1a\xb3\x33\x62\x57\x78\x9d\xd1\xba\xc6\xea\x8c\xd4\x35\x4e\x67\x94\xae\x31\x3a\x23\x74\x8d\xcf\x19\x9d\x6b\x6c\xce\xc8\x5c\xe3\x72\x46\xe5\x1a\x93\x33\x22\xd7\x78\x9c\xd1\xb8\xc6\xe2\x8c\xc4\x35\x0e\x67\x14\xae\x31\x38\x23\x70\x8d\xbf\x19\x7d\x2b\xec\xcd\xc8\x5b\xe3\x6e\x46\xdd\x1a\x73\x33\xe2\xd6\x78\x9b\xd1\xb6\xc2\xda\x8c\xb4\x35\xce\x66\x94\xad\x31\x36\x23\x6c\x8d\xaf\xf9\xc0\xa8\xb1\x35\x23\x6b\x8d\xab\x19\x55\x6b\x4c\xcd\x88\x5a\xe3\x69\x46\xd3\x1a\x4b\x33\x92\xd6\x38\x9a\x51\xb4\xc6\xd0\x8c\xa0\x35\x7e\x66\xf4\xac\xb1\x33\x23\x67\x8d\x9b\x19\x35\x6b\xcc\xcc\x88\x59\xe3\x65\x46\xcb\xbf\xc1\xca\x7c\x0a\x51\x38\x99\x4f\x18\xc0\xc8\x6f\xf8\x60\xa1\xf8\x30\x9f\x27\x14\x17\xe6\x63\x84\xe2\xc1\x7c\x7a\x50\x1c\x98\x0f\x0d\x9a\xff\xf2\x61\x41\x73\x5f\x3e\x24\x68\xde\xcb\xee\x5f\x73\x5e\x36\xfd\x9a\xef\xb2\xd7\xd7\x5c\x97\x2d\xbe\xe6\xb9\xec\xec\x35\xc7\x65\x43\xaf\xf9\x2d\xfb\x78\xcd\x6d\xd9\xbe\x6b\x5e\xcb\xae\x5d\x73\x5a\x36\xeb\x9a\xcf\xb2\x47\xd7\x5c\x96\xad\xb9\xe6\xb1\xec\xc8\x35\x87\x65\x23\xae\xf9\x2b\xfb\x6f\xcd\x5d\xd9\x76\x6b\xde\xca\x6e\x5b\x73\x56\x36\xd9\x9a\xaf\xb2\xb7\xd6\x5c\x95\x2d\xb5\xe6\xa9\xec\xa4\x35\x47\x65\x03\xad\xf9\x29\xfb\x66\xcd\x4d\xd9\x2e\x6b\x5e\xca\x2e\x59\x73\x52\x36\xc7\x9a\x8f\xb2\x27\xd6\x5c\x94\xad\xb0\xe6\xa1\xec\x80\x35\x07\x65\xe3\xab\xf9\x27\xfb\x5d\xcd\x3d\xd9\xe6\x6a\xde\xc9\xee\x56\x73\x4e\x36\xb5\x9a\x6f\xb2\x97\xd5\x5c\x93\x2d\xac\xe6\x99\xec\x5c\x35\xc7\x64\xc3\xaa\xf9\x25\xfb\x54\xcd\x2d\x99\x59\x6a\x5e\xc9\xac\x52\x73\x4a\x66\x94\x9a\x4f\x32\x9b\xd4\x5c\x92\x99\xa4\xe6\x91\xcc\x22\x35\x87\x64\x06\xa9\xf9\x23\xb3\x47\xcd\x1d\x99\x39\x6a\xde\xc8\xac\x51\x73\x46\x66\x8c\x8a\x2f\xea\x37\x64\x1f\x7f\xbd\x3e\xdd\xad\x5f\x17\xcb\xdf\x9e\x9f\xeb\xed\x75\xfc\x6a\xda\xf8\x9d\xb0\xad\xd4\xf6\x70\xab\xeb\xd7\xdc\x9e\x1e\x9f\xfa\xac\xf1\xff\xff\x02\x00\x00\xff\xff\x32\x3f\x1b\xc2\x12\x27\x00\x00"); +var _ccaf =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x44\xd3\x41\x8b\xdb\x30\x10\x05\xe0\xbb\x7f\xc5\x1c\xb7\x97\xda\x92\x2c\xcb\x82\xb2\x50\x92\x43\x5d\xd8\x6e\x69\xba\x69\xa1\xf4\xe0\xd8\xe3\x60\x68\x64\x23\xdb\x87\xfc\xfb\xa2\x37\xa9\x7b\x08\x72\xbe\x68\x1e\x2f\x30\xce\x0f\xcd\xb1\x09\xe3\x4a\xf9\xd7\x38\x75\x27\x5e\x69\x18\x43\x1f\x79\x99\xb6\xd8\x31\x5d\xf8\x3a\x86\x2c\x53\x9a\xfa\xb1\x5b\xff\x7d\xc5\xd1\xdd\xda\x39\xcb\xf2\x4f\xb4\x2d\xfc\x78\x3e\x34\xc7\xd3\x7d\x59\xf9\xd6\x84\x61\x22\x23\x33\xfd\x36\x3f\xe6\x88\xf2\x6f\x7c\x1d\x97\x35\xde\xe9\xe9\x63\x3f\x5d\xf8\x1d\xf5\x3c\x24\x7f\x8d\x3d\xc7\x31\x5c\xe9\xe9\x73\x3b\xb7\x41\xed\x3f\x9c\xb6\x79\xfe\xc3\x37\x0e\x2b\x29\x18\x87\x1e\x67\x96\x1f\x5e\xda\xf9\x4b\x7b\x63\xca\xcf\x10\xc0\x99\xe3\x32\x4e\x81\x94\x7e\x5f\x14\xf6\xbf\x7f\xbf\xcf\xfc\x48\xc8\xf2\xb7\xe6\xf8\x3a\x0c\x0b\xaf\x54\xdb\x42\xee\xfc\x7c\x6b\x8e\xf4\x4b\x91\x2a\x48\x5b\x53\x16\xbf\x1f\x57\x7f\xbc\x4c\xfd\x3e\xa8\x9d\xfc\x93\x6e\xec\x63\x1b\xae\x9c\x7d\xd0\x4a\xeb\x67\x4a\x87\x79\x26\x57\xd7\x2e\x91\x51\x20\xa3\x41\x1e\xd4\x09\x71\x22\xaf\x12\x95\x72\xab\xb4\xa0\x12\xd4\x82\xec\x05\x84\xc1\x4a\x6e\xa5\xc3\x79\x95\xe2\x4b\x0d\xc2\xe1\xbc\xaa\x41\x46\xc8\x80\x3c\xc8\x0a\xa5\x78\xaf\x0b\x90\x13\x72\x20\x05\xf2\x42\x1e\xa4\x13\x95\x92\x55\x22\x4b\x9b\x44\x95\x50\x25\x54\x82\x24\xbe\x92\x78\x0b\x92\xf8\x4a\xe2\x2b\x10\x0b\x31\x28\xb5\xb7\xd2\xde\x4a\x7b\x5d\x83\x8c\x90\xc4\x7b\x90\x15\x42\xbc\x29\x40\x4e\x08\xf1\x46\x81\xbc\x10\xda\x9b\xd4\xde\x4a\x7b\x2b\xed\x4d\x6a\x6f\xa5\xbd\x95\xf6\xa6\x04\x49\xbc\xb4\x37\x16\x24\xf1\xd2\xde\x54\x20\x16\x42\x7b\x83\xf6\x4e\x06\x5d\x05\xaa\xd3\x36\xee\xcb\x90\x9e\xd3\x7b\xb0\xef\x65\xb7\xc5\xc8\x61\xc5\x5b\x80\x25\x4c\x5b\x34\x06\xde\xdf\xae\x79\x9a\xd3\x14\x3e\x7f\x03\x00\x00\xff\xff\xad\x4b\x3b\x79\x89\x03\x00\x00"); +var _caeb =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\x58\x41\x6f\x1c\x37\x0f\xbd\xef\xaf\x98\x63\xbe\x43\x3e\x4b\xa2\x34\x23\x01\x85\x81\x22\x41\x51\x07\x48\x5b\xd4\x49\x1a\xa0\xe8\x61\x76\x57\x72\x17\xa8\xd7\x8b\xb5\x7d\xc8\xbf\x2f\xf4\xb8\x7a\x74\x8d\x1c\x82\xcc\x23\x29\x8a\x8f\x12\x49\x79\xaf\xde\xdd\xbc\xbf\x39\x1e\x9e\xa6\xab\xdf\xce\x0f\xbb\xdb\xfa\x34\xb5\xc3\x71\x7f\xae\x8f\x0f\xcf\xe7\x5d\x9d\xb6\xf5\xee\x70\xdc\x6c\x7c\x98\xf6\x87\xdd\xd3\x80\xf8\x6f\x77\xbf\x9e\x36\x9b\xab\xcf\xc7\xc3\x87\x9b\xdb\xaf\x2e\x78\x79\xfb\xf9\xd3\x4f\x12\xde\xfe\x3c\x3d\x3f\xd6\x8b\xf6\xdd\xcd\xfb\xdb\x6f\x8f\x4f\xf5\xfe\xe6\xd8\x1e\x26\x51\x2f\xfb\xe7\xd3\xc5\xd3\x34\x5d\xfd\x5e\xef\x0e\x8f\x4f\xe7\x6f\xd3\x9b\x1f\xf7\x0f\xdb\xfa\xbf\x69\x5f\x5b\x97\xff\x7a\xde\xd7\xf3\xe1\x78\x37\xbd\xf9\xb0\x9e\xd6\xa3\xa7\xe2\xf6\xf9\x74\xfa\xa7\xde\xd7\xe3\xd3\xb4\x40\x56\x8f\x7b\xfc\xbf\xb9\x7a\xf7\x71\x3d\xfd\xb2\xde\xd7\xe9\x3b\x51\x7d\x81\x0d\x4c\xbe\xd4\xf3\xe3\xe1\xe1\x38\xf9\xff\x3b\x97\x4d\xfc\xe9\xdb\xa9\x4e\xfe\xe2\xea\xeb\xe7\x9b\xf7\xd3\x9f\x7e\xf2\x6e\x0a\x69\xf6\xe9\xaf\x8b\xfc\x8f\x8f\x0f\x7b\x5a\x79\xe7\x94\xc8\xee\xb0\xdf\xfd\xbd\x9e\x37\x3f\x38\xe7\x5c\x70\x3e\x5d\x4f\x4b\x2e\x81\x78\x06\x4e\x03\x07\xd5\x67\x62\xd5\x2f\x17\xec\x8b\xbb\x9e\x16\xc9\x84\xbe\xc3\x99\x30\x74\x58\x08\xa5\x43\xae\xdd\xc5\xeb\x29\x8b\xf7\xc4\x09\xd8\x11\xcf\xc0\x23\x36\x5f\x3b\x76\x2f\xf0\x02\x1c\x89\x33\x30\xfd\xd5\x02\x2c\x17\x2c\x65\x7b\x3d\xf9\xe0\x63\xa6\x60\x07\xc1\x6c\x82\xbd\x5a\x2c\x14\x54\x08\x92\xa3\xa0\xbd\x5a\xb2\x3a\x5d\x52\x28\xf0\xba\x64\xa6\x20\xbc\x5e\x22\x6a\x91\x28\x88\x2a\x30\x8b\xf4\x7a\xc9\xac\x16\x0c\x6c\xed\xdc\x5f\x1a\x64\x60\xd3\x17\x60\x0b\x62\x7d\xed\x71\xdb\x0d\x96\x40\xbc\x03\xf6\xc4\x7b\xe0\x41\x3c\xb9\xdd\xf5\xb4\x44\x5e\x8c\xe4\xf6\xc0\x0b\x71\x05\x9e\x89\x1b\xf0\xd8\x2f\xf9\x7e\x51\x92\x13\x62\x0f\x4c\x7f\x3e\x00\x47\x62\x01\xa6\x3f\x1f\xe1\xcf\x13\x27\x60\xf3\x37\x03\x07\xe2\x05\xd8\xfc\x65\xe0\x42\x5c\xe0\xdf\xfc\xad\xc0\xe4\xeb\xb7\xc0\xe6\xaf\xf3\x4f\xc1\xf6\xdb\x03\x93\xbf\xaf\xc0\xc6\xa7\x01\x73\xff\x00\xfe\x81\x7c\x02\xf8\x07\xc6\x13\xc0\x3f\x30\x5f\x28\xbc\x24\xf4\x87\xc2\x4b\xc2\xfd\xc3\x02\xcc\xf8\x42\x06\xb6\xfd\xc0\x8f\xc5\x96\x02\xf8\x89\xed\x0f\x7e\x62\xfb\x81\x9f\xe7\x7e\x82\x78\x3d\xed\x25\x22\x1f\xf4\x27\xd8\xcf\x71\x7d\x84\x7d\x64\x3e\x23\xf8\x45\xe6\x33\x82\x5f\x64\xbc\x11\xe7\xcb\x4a\x4b\x11\xfe\x59\x46\x29\x82\x7f\xe4\xfe\x11\xfc\xa3\xed\x07\xfe\x89\xf9\x88\x88\x27\x0d\xff\x73\x3f\xaf\x1c\x82\x27\xee\xf7\x39\xf8\x42\x5c\xa1\x37\xfb\x06\x3c\xe2\x5d\x9c\x56\xed\x32\x36\x5c\x7a\x5d\xe7\xe0\x2e\x0e\xc4\xe1\x42\xe4\x71\xc1\xc4\xe1\x42\x94\x51\xf6\xe2\x70\x01\xca\xa8\x58\x71\x48\x48\xf1\x99\x58\x80\xe9\x0f\x84\xcb\x08\x40\x1c\x08\x96\x41\x40\x5c\x2c\xc0\x61\xe0\x19\xeb\xc7\x85\x14\x97\x15\x33\x9e\xac\xfe\x12\xb1\xfa\x63\x7c\xb9\x02\x33\xbe\xde\x1d\x73\x58\xe8\xbf\x20\x81\x0b\xf7\x47\xa3\x9b\x45\x4c\x00\x42\x21\xf7\xa9\x36\xa6\xca\x26\x7f\x6f\xcc\x88\x5b\x35\x38\x92\x5d\x11\x9c\x90\xec\x8a\xe0\x5e\xf8\x06\x59\x61\x30\x3b\xac\x17\x92\xad\x8a\x49\xb6\xaa\x3f\x92\xad\xea\x8f\x64\x2b\xc8\x0a\xc9\x36\x3d\xbc\xb1\x5f\x68\xed\x7a\x0a\xe2\xd2\x08\x50\x9c\xeb\xb3\x67\xf4\x7d\x11\x27\x1d\x8f\x72\x11\x71\xbd\x65\xfb\x32\x9b\x01\x86\x17\x23\x14\x37\xab\x81\xa7\x60\x51\x41\xa2\x20\xab\xc0\x96\x14\x15\xd8\x26\xab\x0a\x66\x0a\xb6\x10\x2c\xb6\xeb\x4e\x05\x81\x02\xbd\x85\x34\x40\xdb\x2c\x91\x51\x78\x84\x19\x4d\x8f\x19\x2b\x86\x35\xca\x6c\x82\x0c\x03\x26\xc6\x6b\x90\x99\x3b\xa2\x90\x24\x91\x45\x6f\x64\x59\x78\xd4\x12\x90\xb9\x48\x52\x41\x33\xc7\xdc\x4b\xef\x74\x5d\x60\x1e\x66\x70\x30\x03\x1c\x66\x64\xe2\x7a\x2b\xcb\xc2\x4a\x13\xb4\xb2\xf2\x22\x82\xbd\x3a\x64\x08\xe2\xb1\x80\x21\x08\x6a\xdb\x39\x7a\x14\x3d\xdd\x48\x8c\x08\x46\x73\x12\x91\x05\x0b\xbc\x19\x64\x15\x30\x06\x29\x60\xc9\x18\x64\x55\x03\x73\xb1\x85\x81\xc5\xb4\x53\x03\x26\x5a\xf6\x2a\x60\x94\xd1\xab\x80\x4b\x22\x32\x6b\x51\xf5\x0e\x91\x25\x19\xd6\xa0\x82\x09\x50\x45\x76\xd8\x71\x45\xa2\xc8\x22\xe2\xb2\x58\xd0\x11\x47\xc9\x2a\x91\x84\x0a\xb7\xa3\x4b\x9a\x37\xcb\x53\x12\x15\x98\x45\x54\x01\x33\x9b\x10\x63\xe4\x8a\x05\x6f\x30\xf7\x42\xa0\x79\xb0\x20\x16\xcd\x43\xe4\x05\x5b\xaa\x0a\x78\x1f\x96\x86\x1b\x76\x71\xd1\x9a\x43\xa7\x1a\x65\xd3\x9a\x43\x6b\x5f\xa8\xf7\xfa\xf6\x19\xb3\xbe\x35\x6d\xd5\xe3\x6c\x5a\x13\x5c\xa0\xf1\x36\x69\x4d\xa0\x77\x74\x20\x0d\xdd\xc2\x0d\x9c\xd4\x3e\x11\x6b\x37\x99\x89\x75\xbd\xe1\xfa\x72\x54\xb4\x86\xee\x95\x73\xf9\x4f\xe7\x94\x85\x9d\xf3\xbc\x1e\xef\xea\x65\xee\xc8\xd6\x5d\x4f\xe3\xd3\xa3\x05\x27\x7b\x94\x51\x97\x5c\x3f\xab\x98\x39\x7f\xfb\xfc\x1a\x9f\x7d\xbb\xb8\x70\xb4\xf6\xde\x35\x3e\xf1\x8a\xca\xf6\xaa\x9b\x4d\x85\x07\x54\xe6\x80\xed\xed\x6a\x7c\x16\xa8\xcc\xe1\x6a\xaa\x2d\x54\xf6\xec\x10\xaa\x02\x26\xbc\x30\xf8\x5e\xa6\xe3\x13\x8f\x25\x6f\x8f\x0b\x4f\x95\xe0\x9d\xc0\xb9\x9c\x24\x99\x0a\x4f\x00\xc7\x30\x7a\x0d\x8e\x4f\xbc\x6e\xf8\xa7\x42\x12\xdb\x0b\x87\x99\xa2\x3d\x1c\x6c\x15\xea\x23\xb1\x79\x3a\x37\xc2\x10\xd7\xd3\xb9\xe4\xcc\x01\xc2\x6c\x88\xc3\x4b\xb6\x38\xaa\x7c\x34\x15\xc6\x92\xe3\x58\xf3\xb3\xa9\x16\x9c\xa5\x8d\x44\xff\xc2\x63\xc1\x85\x65\xd3\x75\x25\x51\x57\x66\x5c\x76\x4e\xbe\x66\xaa\x86\xae\xc5\x62\xf4\x6d\xdc\x0e\xf1\xad\xe8\xf0\x16\xea\x56\xd3\x35\xe8\xac\x24\x8d\xb6\xe0\x15\xe4\x8b\xb5\xce\x5e\x5b\xa3\xf1\x8b\xce\x1e\x56\xae\x5f\x4d\xa7\x2d\x38\xd3\x67\x7f\x0d\x8d\xf6\xec\x55\x67\x13\x21\x9b\x4e\xa7\x4b\xb1\xde\x6e\xfb\x89\xd3\xae\xcd\xc6\x20\xd1\x74\x49\x75\xd6\xe2\x6d\x5d\xd4\x75\xc1\xda\xa0\x98\x6e\x56\x9d\xb5\xc0\xad\xe9\xb4\x33\x05\x6b\xc8\xc6\x21\xa9\x4f\x9b\x9b\x29\x99\x4e\x7d\x8e\xd3\x6b\x8d\x77\xa5\x35\x54\x4e\x2e\x54\xa5\x46\xd5\x7c\xf9\x43\xd2\x5f\xba\x82\x36\x01\x80\xfb\xf5\xb4\xe1\x0f\x06\xbb\xe7\xf3\xb9\x1e\x9f\xf0\xf3\x04\x7e\x0c\xe8\x7f\xe0\x1f\x8e\x95\x3f\x84\x9c\x1e\x4e\x7d\x15\xfe\xfd\x1b\x00\x00\xff\xff\x3c\x91\x84\x09\x34\x11\x00\x00"); +func _cecd ()([]byte ,error ){return _c (_cegc ,"HKdlb-B5-V")};func _ed ()([]byte ,error ){return _c (_aecc ,"Add-RKSJ-H")};func _faf ()(*asset ,error ){_bcc ,_cgf :=_bc ();if _cgf !=nil {return nil ,_cgf ;};_gba :=bindataFileInfo {_dae :"78-RKSJ-H",_fb :12581,_ae :_be .FileMode (436),_g :_a .Unix (1580490930,0)}; +_gc :=&asset {_dd :_bcc ,_ef :_gba };return _gc ,nil ;};func _eeg ()([]byte ,error ){return _c (_dfb ,"Add-H")};var _ceea =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\x97\x4f\x6f\x1b\xbd\x11\xc6\xef\xfa\x14\x7b\x4c\x0f\xa9\x49\x0e\xb9\x4b\x02\x86\x81\x22\x41\x51\x07\x48\x5b\xd4\x49\x5a\xa0\xe8\x61\x25\x91\xae\x80\x5a\x16\x64\xfb\x90\x6f\x5f\xcc\xef\x91\xfd\x3a\xef\x41\xe0\x33\xc3\xf9\xf3\x90\x1c\x0e\xb5\x57\x9f\x6e\x3f\xdf\x1e\x0f\xcf\xd3\xd5\xdf\xcf\x8f\xbb\xbb\xfe\x3c\x8d\xc3\x71\x7f\xee\x4f\x8f\x2f\xe7\x5d\x9f\xb6\xfd\xfe\x70\xdc\x6c\x62\x9a\xf6\x87\xdd\xf3\xab\xc8\xb0\x7b\x58\x4f\x9b\xcd\xd5\xf7\xe3\xe1\xcb\xed\xdd\xc7\xef\xdf\xfe\x1c\xe7\x8f\x7f\x99\x5e\x9e\xfa\x65\xe2\xd3\xed\xe7\xbb\x9f\x4f\xcf\xfd\xe1\xf6\x38\x1e\x27\x53\x80\xfd\xcb\xe9\x12\x64\x9a\xae\xfe\xd1\xef\x0f\x4f\xcf\xe7\x9f\xd3\x87\x3f\xed\x1f\xb7\xfd\x0f\xd3\xbe\x0f\xd7\xff\xed\xbc\xef\xe7\xc3\xf1\x7e\xfa\xf0\x65\x3d\xad\xc7\xf8\x36\x71\xf7\x72\x3a\xfd\xaf\x3f\xf4\xe3\xf3\xb4\xa0\xeb\xc7\x3d\xe3\xe6\xea\xd3\xd7\xf5\xf4\xd7\xf5\xa1\x4f\xbf\x12\xfa\xc1\x34\xb3\x3f\xfa\xf9\xe9\xf0\x78\x9c\xe2\x1f\x43\xa8\xbf\xa9\xbf\xfd\x3c\xf5\x29\x5e\xa2\xfc\xeb\xfb\xed\xe7\xe9\xdf\x71\x8a\x61\x4a\x65\x8e\xe9\x3f\x17\xfd\x3f\xbf\x3e\xee\xdf\xac\x62\x08\x5a\xc3\xee\xb0\xdf\xfd\x77\x3d\x6f\xae\x43\xd8\x86\x9b\xa9\xa6\xb9\x6d\xae\x53\x88\xe1\x66\x5a\x6a\x33\x70\x01\x27\xf0\x0c\x2e\x8e\x93\xf4\x15\x2c\xfd\xe2\xd8\x92\xc7\x59\xf0\x35\x73\x5c\x1d\xc7\xe6\x31\xad\x02\xa3\xc3\x19\x98\x1c\x36\xa0\x39\xf4\x18\x71\x97\x6f\xa6\x6a\x31\x82\x0b\x38\x80\x67\xb0\x73\x89\xdd\x71\xb8\xe0\x05\x9c\xc1\x15\x8c\x6f\x6f\x60\xcf\x6f\x6d\x7b\x33\xc5\x14\x73\x45\xd8\x21\xcc\x12\xf6\x9a\x59\x10\x3a\x42\x09\x08\xe3\x9d\xd9\x1a\x64\xd6\x10\xa2\xcc\x66\x84\xf4\xde\xcc\x34\x53\x10\xb2\x04\xcd\x94\xf7\x66\xb3\x66\x48\xba\x3a\xff\xd7\x89\x0a\x96\xbe\x81\x95\x64\x7d\xef\xbd\xf5\x89\x25\x81\x77\xe0\x08\xde\x83\x9d\x7c\x09\xbb\x9b\x69\xc9\x1c\x56\x09\x7b\xf0\x02\xee\xe0\x19\x3c\xc0\x1e\xb3\x70\xe8\x25\x18\x38\x82\xf1\x8d\x09\x9c\xc1\x06\xc6\x37\x66\x7c\x23\xb8\x80\xe5\x3b\x83\x13\x78\x01\xcb\xb7\x82\x1b\xb8\x11\x47\xbe\x2b\x18\xce\x71\x0b\x96\xaf\xf3\x2f\x49\x31\xf7\x60\xf8\xc7\x0e\x16\xb7\x01\x26\x7e\x82\x7f\x82\x5b\x82\x7f\x22\x57\x82\x7f\x62\x8d\x14\x6d\x31\x7c\x29\xda\x62\xc4\x4f\x0b\x98\xbc\xa9\x82\x15\x13\x9e\x14\x65\x49\xf0\x34\xc5\x87\xa7\x29\x26\x3c\x23\x31\x0d\x0e\x11\x1b\xcb\xac\x05\x5f\x23\x66\xc0\x3e\x63\x93\x59\x7b\x86\x67\x66\xed\x19\x9e\x19\x0e\x99\x7d\xa6\x22\x4b\x26\x0e\x65\x57\x32\xfc\x33\xf1\x33\xfc\xb3\x62\xc2\xbf\xb0\x96\x4c\xae\xe2\x71\x66\xdf\xc3\x9a\x52\x04\x7b\x6d\xa4\xd8\xc0\x1d\xbd\x6c\x06\xd8\x39\x2c\x41\x95\xbc\x78\xd0\xc5\x6b\xbc\xa6\xd0\x36\xd7\x16\x38\x8c\xea\x07\x69\x81\xc3\x68\x5e\xfa\x16\x38\x80\xe6\x55\x6c\x81\xc5\xb4\x58\xc1\x06\xc6\x17\xd2\xcd\x13\x58\x80\x68\x73\x42\x16\x72\x03\x27\xc7\x33\xf6\x7e\xd8\x16\xaa\x30\xb9\xaa\x7c\x0b\x58\xbe\xe4\xad\x1d\xbc\x78\xff\x7c\x6d\x62\x9b\x9a\x7f\xd7\xd5\x2c\xf8\xad\xaf\x69\x21\x47\x63\x33\x16\x72\x73\x99\x67\x33\x09\x10\x4f\x10\x5f\x95\x1c\xe2\x2b\xc9\x0d\xe2\x2b\xc9\x2f\xf6\x10\x37\x82\xee\xb0\x37\x88\x77\x61\x88\x77\xf9\x42\xbc\xcb\x17\xe2\x1d\xe2\xc6\x86\x0d\x6d\xaa\xc7\x4c\x63\xdc\x4c\xc9\x42\xf1\xc4\x16\xbc\x17\x9b\xf7\x20\xb3\xe0\x3d\xd4\xbc\xd4\xcc\x82\xb7\x93\xd8\x66\x4d\xd0\x18\xc9\x6c\x61\xd6\x44\x44\x58\x24\x14\x84\x2a\x41\x66\x4d\x82\x82\xad\x12\x66\x84\x2d\xc2\xa2\xc8\x3b\x09\x09\x41\xa7\xcd\x04\x57\xbe\x65\xb2\x44\xd2\x67\xe9\xe9\xcb\x26\xac\xec\x55\x42\x65\x82\x45\x45\x25\xaf\x44\xa5\x00\xad\xc0\xca\x2f\x68\x35\xb6\xdc\x12\xab\xcd\x10\x4c\x5a\x2d\xfb\x63\x7e\x73\x5d\x90\xc7\x0c\x27\x4d\xb0\xb9\x99\xc5\xfa\x15\xad\x46\x65\x1a\x57\xb4\x5d\x32\xec\xe5\x4c\x0a\x8b\x18\x91\xc2\xa8\xf7\x10\xf0\x36\xed\x74\x06\x93\xc1\x2f\xa0\x99\x2d\x18\x45\x4d\x54\x09\xe4\xb0\x06\x5b\x72\xd8\xaa\x09\xb9\x6c\x99\x50\xbe\x9d\x26\xd8\x10\xdb\x4b\x20\x7b\x8e\x12\x30\xcb\xec\x82\x32\xfa\x2d\xa9\x56\x84\x95\x30\x49\xa0\xf2\xb4\xe9\x79\x65\x81\xb0\xca\x1c\x92\x88\x64\xb6\x96\x0a\xb3\x42\x65\x6b\x3b\x8b\xd6\xaa\xf5\x15\x93\xa0\x99\x2c\x81\x5d\x28\xe4\xce\x58\x2d\xbc\x99\xe1\x22\x68\x1d\x4a\xb2\x68\x1d\x99\xc3\x5c\xba\x04\xce\x63\x19\x9c\x66\xde\x5c\x8f\x11\xb8\x71\x5e\x6e\x63\x04\x5a\xce\x82\x3e\xea\x2d\xf3\xfe\x3f\x86\xda\x89\xef\xdb\x18\xc6\xa1\xf9\x1b\x34\x86\xa1\x0f\x38\xd8\xe0\xa6\x04\xc7\x45\x36\x05\xac\x1b\x34\x83\x65\x2f\xdc\x5f\xdb\xd5\x18\xdc\xca\x5a\xdb\x2f\xad\xc2\x96\xb7\x56\x71\x5e\x8f\xf7\xdd\x1f\x4f\xff\x07\xe4\x43\xa4\x35\x14\x3d\xa2\xe8\x4a\xf0\x7d\xcc\x95\x9e\xed\x3d\xd2\x07\x0f\x9b\x17\xda\xb2\xdf\x4b\x1f\x78\x05\xab\x5e\xdc\x59\x2a\x1e\x40\xfe\x01\x15\xbf\x8a\x3e\x34\x54\x72\x5c\xa5\xda\xa2\xd2\x33\x63\xa8\x12\x5d\xdf\x20\xe1\xe5\xeb\x03\x8f\x5d\xd4\x83\x12\x51\x19\xef\x04\xbd\xbb\x58\x91\x8a\xa7\x20\x10\xde\xeb\xd3\x07\x5e\x2b\xfe\x2a\x15\x53\x2c\x36\xb4\x64\x3d\x18\xb2\xa2\x9e\x0a\x17\x3d\xf8\x7a\x7d\x48\x6c\x1d\xcd\x0a\xf6\x16\xf8\x67\xd0\x02\x2a\x6f\x07\x3e\xd0\xea\x02\xad\xd1\x3b\x81\x0f\x0b\x7b\xa8\x36\x1a\x2f\x9e\x8d\x43\xa7\x19\x84\x56\xd0\xb5\x99\x02\xa1\x63\x0e\xa9\x06\x37\x8f\xc2\x8c\xc3\x77\xdf\xe2\x68\x6a\xd6\x86\x6e\x95\x6e\xa0\x53\x69\x8a\xae\xf1\x7a\xc5\xa6\xab\xed\xf5\xe6\x8d\xc6\xd4\xcb\xa8\xda\xb8\x4a\xa7\x76\x50\xf1\xf5\x17\xcc\x5b\x44\x94\x4e\x9d\xa7\x4a\xa7\x8e\xd5\xd4\x4f\x14\xcf\x82\x3a\x06\x85\x6f\x59\xba\x22\x9d\x5a\x8a\xec\xb2\xec\x92\xae\xaa\x49\x37\x4b\xa7\x6b\xba\x95\x4e\xb7\x2a\xa9\x21\x88\x4b\x91\xaf\xfa\x69\x29\xd2\xc9\xd7\x77\x6f\x0c\xce\x62\x0c\x2a\xa9\x36\x54\x65\xa0\x9a\x2f\x7f\x52\xe3\xa5\xda\x55\xdc\x08\xfe\x4d\xf3\xf6\x8d\xb1\x7b\x39\x9f\xfb\xf1\x99\x2f\x1a\x3e\x22\xfc\xc3\xe0\x70\xec\x6f\x9f\x4d\xa7\xc7\x93\x7b\xf1\xfb\x7f\x00\x00\x00\xff\xff\x03\x19\x3b\x09\x62\x0d\x00\x00"); +var _ff =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x64\x97\x4f\x6f\x23\xb9\x11\xc5\xef\xfa\x14\x3c\x6e\x0e\x1b\xf3\x3f\x59\x80\x20\x60\x31\x93\x41\xbc\xc1\x26\xc1\x38\xff\x80\x20\x07\x76\x77\xd1\x10\x10\x4b\x82\x2c\x1f\xe6\xdb\x07\xf5\x9e\x3c\x4e\xb2\x07\x83\xd6\xaf\x1f\x4b\xc5\xe2\xeb\x22\xf5\xf0\xe9\xf1\xf3\xe3\xe9\x78\x73\x0f\x7f\xbe\x9e\xd7\x27\xbd\xb9\x79\x3c\x6d\x57\x7d\x3d\xbf\x5d\x57\x75\x8b\x3e\x1f\x4f\xbb\x5d\x88\x6e\x3b\xae\xb7\xf7\x8f\x18\xd6\x97\x71\xd9\xed\x6c\xfe\xd3\xb7\xd7\x9b\xbe\x3c\x9e\xe6\xd9\x25\xea\xb6\xb7\xcb\x5d\xeb\xdc\xc3\x57\x7d\x3e\xbe\xde\xae\xdf\xdc\x0f\x3f\x6d\xe7\x45\x7f\xe3\x36\x9d\xc6\xff\x74\xdd\xf4\x7a\x3c\x3d\xbb\x1f\x7e\x1e\x97\x71\x0a\xdf\x1f\x3c\xbd\x5d\x2e\xff\xd6\x17\x3d\xdd\x5c\x04\xd3\xd3\x86\x71\xf7\xf0\xe9\x97\x71\xf9\xe3\x78\x51\xf7\x20\xfe\xe5\xf5\xf2\xe3\xd7\x3f\x3c\xfd\xfc\xe3\xef\xf1\x10\xcf\xfe\xa6\xd7\xd7\xe3\xf9\xe4\x42\xf8\xad\xf7\xf5\x83\xff\xe5\xdb\x45\x5d\xb8\x07\xf9\xc7\x5f\x1f\x3f\xbb\x7f\x06\x17\xbc\x8b\x25\xe7\xf2\xaf\x3b\xff\xfb\x2f\xe7\x4d\x9d\xe7\xa7\xcc\x05\xac\xe7\x4d\x5f\x2f\x63\xd5\xeb\x38\x3d\xeb\xce\xb9\xbd\xf7\x07\xe7\xdc\xbe\xfb\x83\x7d\xea\x21\xfb\x83\xdb\xcb\x97\x2f\x9f\xf0\xf9\x27\x3e\xfd\xfc\x05\x9f\x7e\xe7\xf1\xf4\xcb\x27\x7b\xaa\xa7\xed\xff\xa2\xed\x02\xbf\xe4\x74\xbe\x6d\x3a\xc9\x10\x7f\x1f\xe6\xc1\x05\x9b\xf1\xdf\x8f\x76\xc1\xfb\x7b\x56\xc7\xed\xae\x8e\xa6\x6e\x6a\xea\xf7\x5c\x7a\xb0\xcf\x35\x25\x23\x9d\x64\xac\x07\x57\xa5\x1a\x59\x3a\xc8\x32\x0f\xae\x65\xcc\x5a\x49\x56\x35\x22\x46\xb6\x01\xa2\xfd\xe0\x5a\xc1\xac\xc9\x38\xb3\x1d\x5c\x6b\x98\x35\x57\x92\xd5\x88\xcd\x8a\x79\x1a\x89\xc5\x66\x75\x6f\xa4\x62\x56\x6c\x72\x70\x4d\x40\x7a\x00\x91\x71\x70\x3d\x58\xe4\x28\x9c\x35\xc3\xc1\xf5\x1c\x77\xfb\x9e\xb8\x8a\x64\xab\x90\x58\x8c\x70\x15\x49\xea\xc1\x49\xef\x46\x38\x2b\x2d\xf5\xe0\x82\x0f\x96\x50\x5a\x88\x36\xa0\x64\xf3\x32\x23\x65\x4b\x23\xf8\x62\x49\xe6\x46\x84\x92\x79\xb1\xef\xcb\x8c\x9e\x25\x1c\x5c\x08\xbe\x19\x62\x78\x0c\x2d\x63\x75\x79\x50\x65\x43\xcb\x3d\x00\x05\xa2\x80\xc2\x11\x45\xa2\x08\x84\x24\x46\x22\x4a\x56\x4c\x9f\x80\x32\x51\x86\x8a\xe1\x0b\x51\x81\x0a\x49\x8c\x4a\x54\x0d\x45\x4e\x6c\x44\xb6\x0d\x25\x30\x7c\x27\xc2\x5e\x25\x26\x21\x44\x02\xc4\xf0\x83\x68\x20\x7b\x0f\xb4\x10\x2d\x40\xa8\xc4\x58\x89\x56\xe4\x95\x81\x36\xa2\x0d\xa8\x03\x29\x91\x22\xd5\x0a\xc4\x7a\xd9\xd0\x8a\x47\xac\x85\xf5\xb2\xa1\x95\x80\x58\x0b\xeb\x65\x43\x2b\x09\x49\x2c\xac\x97\x0d\xad\x44\x4e\x64\xbd\x16\xd4\x2b\xe1\x1b\x17\xd6\xcb\x86\x56\x0a\x63\xb1\x5e\x0b\xea\x05\x03\xe4\x85\xf5\x5a\x58\x2f\xe4\xb5\xb0\x5e\x0b\xeb\x85\x4a\xd0\xff\x18\x5a\x49\x8c\xc5\x7a\x2d\xa8\x57\x66\x12\xac\x97\x0d\xad\x78\x26\xc1\x7a\xd9\xd0\x4a\xc4\x0e\x2d\xac\x97\x0d\xad\x04\x7e\x23\xeb\x65\x43\x2b\x74\xe1\xc2\x7a\x2d\xa8\x57\x36\xd4\x68\xcc\x56\xa0\x2a\x40\x05\x25\x6c\x15\xf5\xea\x40\x35\x10\xd9\xab\xe1\x51\x89\x56\x23\x11\xea\xd5\x89\x12\x51\x32\x55\xf6\x40\x99\x08\xf5\x12\xa2\x42\x54\xa0\x8a\x40\x95\x08\xc5\x11\xa2\x4e\xd4\xa1\xca\x40\x42\x84\x4a\x08\xf3\x5a\x88\x16\xa8\x12\xd0\x4a\x84\x05\x09\xf3\x52\x22\x85\xaa\x01\x71\x8d\xcd\x36\xad\x7a\xdb\xb4\xd6\xa8\xb2\xa1\x27\x98\xbc\xf1\x7d\x6c\x3d\x41\x85\x58\x9d\x0b\xb2\xa1\x7b\xd6\xab\x73\x41\xdd\x2c\x57\x03\x26\x0a\x27\xda\xd0\x2a\xd6\x23\xac\xa0\x0d\xad\xe2\xfb\x84\x05\xb4\xa1\x55\x01\x61\xfd\x44\x30\x0b\x6b\x96\x41\x64\x6b\xae\x48\x40\xb8\x64\xb1\x9d\xae\x78\xcb\x3a\x7b\x44\xb7\x06\x18\x02\xfa\x94\x70\x5b\x05\xcd\x25\xc2\x6e\xc2\xc5\x08\x54\x11\x6f\xd9\xa0\x6a\x40\x95\xf1\xaa\x0f\xaa\x06\x54\xb9\xd9\x86\x2d\x54\x2d\x50\xb1\xee\x0b\x55\x0b\x54\xb5\x58\x5e\x2b\x55\x2b\x54\xad\x5b\x15\x56\xaa\x56\xa8\x7a\x36\x53\x6e\x54\x6d\x50\x09\xda\xf7\x46\xd5\x66\xaa\xe8\xf1\x1a\x28\x55\x6a\xaa\x18\xd0\x2d\x95\x2a\x85\x2a\xe2\xf5\x9c\x54\x4d\xa8\x12\xb6\x75\x52\x35\xa1\xca\xc1\xef\xf6\xc2\x73\x4f\x3c\x54\x78\x0d\xc4\x77\x22\xa8\x60\x11\xb9\x9f\x9d\x38\xaf\x62\xb3\xcd\x17\x1e\x58\x82\x63\x25\xb6\x5e\x77\x7b\x89\x54\x45\xa8\xc4\x5e\x75\x89\x54\x45\xa8\xa4\xe5\xdd\x5e\x78\x6a\x08\x4e\x8d\xe4\xad\xa7\x0a\x8f\x0d\x49\xa6\x4a\xc1\x0c\x21\x3c\x11\x04\xed\x3f\xc5\xde\x0c\x51\x95\xa1\x4a\xc5\xe3\x9c\x7e\x3f\x5f\x77\xed\x57\x27\xae\x14\xc6\x28\x88\x91\x9b\xad\xad\x30\x46\x41\x0c\xf4\x2c\xa9\x54\x55\xa8\x6a\xb5\xb5\x55\xaa\x2a\x54\xcd\x1a\x94\xb0\x11\x08\xec\x9f\x7a\xb1\xb5\xd1\xfe\xd2\xa0\x12\x6b\x9c\xd2\xa9\xea\x2d\x1e\x5c\xf6\xd6\xd0\x85\xee\x13\xb8\x2f\x7b\x7b\xc5\x85\xee\x13\xb8\x2f\x87\x6e\x13\xe9\x3e\x81\xfb\x72\xb4\xcd\x12\xba\x4f\xe0\xbe\x9c\x9a\x15\x85\xee\x13\xb8\x2f\x67\x6c\x16\xdd\x27\x70\x5f\x2e\xd5\xc2\xd3\x7d\x02\xf7\xe5\x8a\xcd\xa2\xfb\x04\xee\xcb\x2d\xdb\xb2\xe9\x3e\x81\xfb\x72\xc7\x66\xd1\x7d\x02\xf7\x65\x49\xb6\x6c\xba\x4f\xe0\xbe\x2c\xd8\x2c\xba\x4f\xe0\xbe\x12\xec\x35\x14\xba\x4f\xe0\xbe\x12\xb0\x59\x74\x9f\xc0\x7d\x25\x05\xcb\x9e\xee\x13\xb8\xaf\x24\xdb\x0e\x9c\xd4\xdb\xb4\x1d\xae\xbb\xbd\xd2\x8b\x0a\x2f\x96\xe2\xbd\xa1\x4e\x84\x39\xc5\x36\x47\xe9\x45\x85\x17\x4b\xb5\xce\xaa\xf4\xa2\xc2\x8b\xa5\xd9\xe6\x28\xbd\xa8\xf0\x62\xe9\xcd\xc2\xd3\x8b\x0a\x2f\x16\xb1\xcd\x51\x7a\x51\xe1\xc5\xea\x6b\x36\x44\x15\xbc\x58\x83\x9d\x1e\x4a\x2f\x2a\xbc\x58\x63\x89\x86\xa8\x82\x17\x6b\xb2\xf3\x5d\xe9\x36\x85\xdb\x6a\xb6\xf6\xae\x74\x9b\xc2\x6d\x15\x37\x0a\xa5\xdb\x14\x6e\xab\x35\x5a\xf6\x74\x9b\xc2\x6d\xb5\xda\xed\x44\xe9\x36\x85\xdb\x2a\xae\x5f\x4a\xb7\x29\xdc\x56\xbb\xdd\x74\x94\x6e\xd3\x6e\xaa\xe6\xbd\x65\xdf\xa9\x82\xdb\x9a\xaf\x96\x3d\xdd\xa6\x70\x5b\x0b\x76\x7a\x28\xdd\xa6\x70\x5b\x8b\xd6\xa5\x95\x6e\x53\xb8\xad\x25\xbb\x77\x28\xdd\xa6\x83\x57\x24\x3b\x3d\x74\xe0\x8a\xa4\xc3\xee\x43\x3d\x9a\x73\x95\xa6\xd1\x8d\xe7\x82\x35\x23\xa5\x69\x74\xb3\x8b\x41\xcf\xd6\x8c\x74\xc3\xc5\x80\x43\x10\x49\x40\x05\xc8\x92\xe8\xd9\x5a\x83\xd2\x5a\x0a\x6b\xf5\x62\x1d\x51\x69\x2d\x55\x35\x55\xf5\x16\x5e\x75\x02\x4d\x9c\x7d\x58\x90\x4e\x21\xc2\xc5\x20\x80\x0c\x12\x9b\xe7\x7d\xd9\xed\x27\x97\x38\x47\x96\xf7\x79\x73\xe4\x01\x54\x70\x85\x69\x50\x95\x4c\x94\xef\xa1\xe6\x28\x85\xa4\x7d\x84\xb2\xab\xf3\x7d\x68\x35\x74\x20\x21\xc2\xe9\x64\xbd\x75\x8e\x72\x8f\x3e\xde\x0f\xc3\x39\xca\x42\xb4\xdc\x0f\xac\x39\xca\x0a\xf2\x51\xbf\xc9\xc2\xcf\xb1\x4e\x43\x76\xbb\x9b\x63\x23\xb2\x81\xf5\x9b\x63\x0b\x40\x1f\xf5\x9b\x6c\x06\x73\x61\xfd\x90\x16\x9b\xc1\x44\x33\xe8\xc5\x6e\xc3\x93\xcd\x60\xae\xd9\x6e\x05\xcd\xd7\xff\xe9\xa3\xf6\xbf\xfd\x5e\xfc\xfe\xfb\x6d\x7d\xbb\x5e\xf5\x74\xc3\xaf\x45\xfc\x42\xb3\x5f\x5d\xc7\x93\x7e\xff\xe5\x79\x39\x5f\x6c\x16\xfe\xfe\x13\x00\x00\xff\xff\xa9\x31\x44\x80\xa5\x0e\x00\x00"); +var _aed =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x44\xd2\x41\x8f\x95\x30\x10\x07\xf0\x3b\x9f\x62\x8e\xeb\x41\xa1\x40\xe9\x6e\x62\x4c\x14\x0e\x72\xd8\x5d\x23\xbe\xa7\x89\xf1\xc0\x6b\x07\xd2\x44\x4a\x53\xca\xe1\x7d\x7b\x33\x53\x64\x0f\x2f\xf3\xf8\x85\xf9\xa7\x33\x25\x6f\xfb\xae\x77\x36\x42\xfe\x2d\xac\x7a\xc0\x08\x93\x75\x26\xe0\xb6\xee\x41\x23\xdc\x70\xb6\x2e\xcb\x44\x09\xc6\xea\xf8\xff\x91\x8b\x5e\x46\x9f\x65\xf9\x17\xe9\xf5\xfb\xaf\xb0\x6f\x78\x40\xdb\x77\xc3\x7d\x8b\xb8\xf4\x6e\x5a\xa1\x4a\x8d\x66\xf7\x47\x33\x40\xfe\x1d\x67\xbb\xc5\x70\x87\x87\xcf\x66\xbd\xe1\x3b\x30\x38\x91\xbf\x06\x83\xc1\xba\x19\x1e\xda\x97\x41\x9c\x3c\xec\xde\xff\xc5\x05\x5d\x84\x82\x0d\x9d\xe1\x9a\xe5\xed\xf3\xe8\x5f\xc6\x05\x21\x1d\xe3\xca\xcc\x7a\xc5\xb0\xd9\xd5\x81\x28\x3e\x14\x45\xf3\xe6\x3f\xee\x1e\x41\x1c\xed\x97\xbe\x7b\x9d\xa6\x0d\x23\x3c\x15\x29\x3a\xff\x75\xe9\x3b\xf8\x2d\x40\x14\x50\xca\xea\xb1\xfa\x73\xbc\xfa\xf3\x79\x35\x67\xa3\x28\xd3\x30\xda\x9a\x30\xba\x19\xb3\x8f\xa3\xa8\x6f\x9f\xe0\x28\xa2\x6a\xea\x86\x4c\x8e\x6c\x54\x44\xa5\xea\x8a\x4d\x27\xd3\xc9\x24\x9b\x49\x86\x64\x05\x49\x23\x58\x9a\x92\xa4\x66\x91\x49\x1a\x92\x47\x96\xa7\x24\x94\x5e\x97\x2c\x29\xa7\xa1\x9c\x74\x02\x95\x72\x14\xe5\x48\x4e\x56\x29\x47\x51\x8e\xe4\x64\x95\x72\x14\xe5\x48\x4e\xc6\x8a\x85\x0a\xcd\xa2\x68\xe3\xe7\xac\xf4\x9f\x6e\xfa\xdc\xbd\xde\x43\x40\x17\xf9\x9e\x79\xc7\xb4\x24\xeb\xf0\xfc\x88\xfc\xea\xa9\x8b\x7f\xff\x02\x00\x00\xff\xff\x92\x04\xb5\xc7\x70\x02\x00\x00"); +func _ddeg ()(*asset ,error ){_efd ,_ecca :=_bbcb ();if _ecca !=nil {return nil ,_ecca ;};_bbcd :=bindataFileInfo {_dae :"B5-H",_fb :5259,_ae :_be .FileMode (436),_g :_a .Unix (1580491473,0)};_bgf :=&asset {_dd :_efd ,_ef :_bbcd };return _bgf ,nil ;};func _gaad ()(*asset ,error ){_fdfc ,_ecee :=_ece (); +if _ecee !=nil {return nil ,_ecee ;};_faa :=bindataFileInfo {_dae :"Adobe-Korea1-0",_fb :1190,_ae :_be .FileMode (436),_g :_a .Unix (1580491374,0)};_bffd :=&asset {_dd :_fdfc ,_ef :_faa };return _bffd ,nil ;};func _fecf ()(*asset ,error ){_cdcb ,_afdcg :=_abbe (); +if _afdcg !=nil {return nil ,_afdcg ;};_bccb :=bindataFileInfo {_dae :"V",_fb :905,_ae :_be .FileMode (436),_g :_a .Unix (1580493073,0)};_dggd :=&asset {_dd :_cdcb ,_ef :_bccb };return _dggd ,nil ;};var _fbac =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x84\x9a\xcb\x8a\x66\x39\x76\x85\xe7\xf1\x14\xff\xb0\x3d\x68\xe7\xd1\x5d\x82\x20\xa1\x5d\xdd\x4d\x17\xa6\xdb\xc6\xe5\x1b\x18\x0f\x74\x4d\x12\x9c\x11\x41\x64\xd6\xa0\xde\xde\xec\xf5\x9d\x2e\xdb\x85\xa1\x06\x85\x2a\x56\x1e\x49\x5b\x5b\x6b\x5f\xf5\x7f\xf8\xee\xfb\xdf\x7f\xff\xf2\xf9\xdb\xe3\xc3\x3f\xbe\xbf\xce\x1f\xf6\xb7\xc7\xf9\xfc\xb2\xde\xf7\xd7\xd7\x1f\xdf\xe7\x7e\x8c\xfd\xe9\xf3\xcb\xd3\x93\xf3\x8f\xf5\x79\x7e\xfb\xeb\x9f\x1a\xe6\x97\xfe\xf6\xf4\x64\xf3\x7f\xf8\xe9\xeb\xb7\xfd\xe5\xfb\x97\xf3\xfa\x08\x7c\xb7\x7e\x7c\xbb\xbf\x7d\x3c\x3e\xfc\xd3\xfe\xf4\xf9\xeb\xb7\xf7\x9f\x1e\xbf\xf9\xdd\x7a\x1d\xfb\x6f\x1e\x6b\x1f\xc3\xff\xe1\x7d\xed\xf7\xcf\x2f\x9f\x1e\xbf\xf9\xee\x2f\x3f\xb8\x9f\xe1\x1f\x7e\x7c\x7b\xfb\xaf\xfd\x65\xbf\x7c\x7b\x38\x61\xfb\x65\x69\x7c\xfa\xf0\xdd\x9f\xfb\xdb\x5f\xfa\x97\xfd\xf8\xf0\xa7\xbf\xff\x34\xe7\xd7\xdf\xfe\x5d\xfa\xed\x9f\xf4\x6f\xfa\xa7\x7f\xdd\xef\x5f\x3f\xbf\xbe\x3c\xdc\xdf\x5e\x57\xfe\x1f\xf8\x9f\x7f\x7a\xdb\xf7\x52\x4f\x1f\xfe\xfd\x5f\xbe\xff\xfd\xe3\x3f\xdc\xc3\x5d\x0f\x9f\x42\x6b\xff\x79\xe3\xff\xf6\xe7\xd7\xb5\x1f\x17\x7f\x79\x84\x9f\xaf\x6b\x7f\x7d\xeb\x73\xbf\xf7\x97\x4f\xfb\xe9\xf1\x78\xbe\xae\x8f\x8f\xc7\xe3\xb9\x5e\x1f\xed\xaf\xfa\xbb\x78\x7d\x7c\x3c\xff\xf1\x0f\x7f\xfc\xc3\x47\x93\xf2\x17\xdf\x3f\x39\x96\x79\x79\xfd\xb6\xf6\x01\xd3\x0a\xcf\xee\x7c\x7c\x38\x9b\xf1\xbf\xff\xe9\xc9\x5d\xd7\xbd\xef\xe7\x75\x7f\xed\xed\xeb\xb2\xed\xeb\xe7\xda\xb5\x5b\xed\xfa\xbb\xb8\x7c\x19\xd6\x9d\xb0\x9d\x0c\xf3\x3e\x3c\x3d\xd7\x11\x85\x8d\xe8\x85\x35\x2f\x2c\x81\xf1\x5d\x8b\xc2\x0a\x58\x01\x4b\xc2\x1a\x58\x03\xcb\xc2\x06\xd8\x00\x2b\xc2\x96\xb0\x74\x81\x55\xc3\x52\x04\x8b\x86\x85\x4b\xfb\xa6\x0a\x56\xc1\x24\x5f\xea\x60\x1d\xcc\x64\xd9\x9c\x6d\x47\x9b\x1b\x9d\xce\xb1\x63\x16\x96\x3b\x98\xed\xb1\xf3\x14\x56\x92\xb0\x6c\x32\xef\x52\xc0\x96\xb0\x02\xb6\xc1\xf6\xc7\x87\xaf\xcd\x10\x34\xb5\x3b\x33\xab\x17\xc6\xcc\x59\xc1\xec\x64\x7b\x4a\xba\xbd\x25\x89\xf7\xa6\xf9\xbd\x91\x64\x6f\x61\x51\x92\x1c\x24\x3e\x60\xc9\xe6\x1e\x4e\x71\x74\xda\xe8\x8b\xed\x71\x38\xed\x49\x7c\x27\xed\x9d\xcc\x77\x39\x1b\x86\xa6\x4e\x96\xa6\x8e\x6e\x37\x86\xcb\x64\x3e\xc8\x7c\xa6\x64\x09\x41\xdf\xcd\x0c\xc6\xdc\x5c\x85\x31\x77\x35\x30\xcd\x5d\xba\xb5\x73\x86\x30\x9d\xed\x9c\x05\xa6\x3d\xa2\xbf\x9e\x9e\xdb\x25\x99\xdb\x95\x06\x98\x37\xcc\x84\x7d\x6e\x57\xe6\xbb\xa4\xef\x0a\xdf\x15\xed\x11\x73\x11\xd6\xc1\x74\x43\x57\x02\x1b\x60\xcc\x2d\xc2\x74\x8e\x76\xa1\xfb\x58\x9d\xb0\x22\x6c\x14\xb0\x6c\xd8\x68\xc2\x90\x2f\x19\x5b\x9a\x43\x3e\x97\xa5\x83\x54\x84\x99\xe2\x6c\xd0\x8d\x67\x77\x09\x3b\xc2\xca\x8d\x55\xc3\xd8\x57\x83\x8b\x39\x68\x6e\x0f\xc2\xd8\x23\x87\xf8\xf4\xdc\x3c\x7b\x78\x64\x2e\xde\x64\xf1\xcc\xf5\x1d\xcc\x38\xd4\x7c\xd7\x1e\x7e\x5c\xc6\x2a\x3b\x85\x1f\x7c\x65\x83\xaf\x5a\x6b\x78\x10\x6f\x48\x10\xa2\x1d\x3d\x8c\xaa\x3a\x95\x17\xa3\x9a\x3f\x92\xac\x26\x61\x87\xef\x90\xac\x1a\xb7\x5b\x40\xb2\x90\xa5\xa5\x2a\x6d\x86\x2c\x2d\x05\xa4\x6d\x4e\x18\xd2\x86\xae\xdb\x69\xa1\x09\xd3\x4d\x84\xa9\x3d\x9a\xb1\xb6\x85\xa9\x3d\x02\xb2\xb4\x62\x67\x08\xc8\x12\xb6\xdd\x62\xba\x2e\xed\xbb\xa7\x30\xc9\x92\x2e\x69\x38\x22\x4b\x94\x0f\x49\x97\x6f\xc2\x74\x8b\xb1\xf0\x5d\xb0\xb9\x11\x59\xe2\x3d\xb7\xd9\x1e\x89\xb9\x29\x4e\xc3\x5c\x4d\xc2\xc4\xb2\x94\x9a\x30\xf3\x21\x2d\x25\xc9\x9c\x58\xcf\x6b\xdf\xc4\x7a\x69\x6a\x5f\x1f\xed\x76\xd2\xd4\xbe\x89\x3d\xd0\x73\x66\x8f\xcc\xdc\x20\x1d\x64\xe6\xe6\x15\x0c\x8b\x66\x69\x2d\xaf\x24\x8c\xb9\x51\xba\x2f\xcc\x2d\xcc\x8d\xe6\x0b\x5b\x61\x6e\xe1\xbb\x94\x4c\xbe\xca\x77\xb5\x98\xfe\x52\x4e\xb6\x5e\x95\xff\x61\x70\xa9\x48\x7f\x15\xcb\xd0\x60\x98\xc9\x5c\x61\x9e\x06\xc3\x8a\xb0\x03\x76\xc0\xb4\xc7\xd0\x7d\x68\x30\xac\x09\x6b\x60\xd2\x55\x91\x5e\xea\x58\x60\x1b\xcc\xf4\x5c\xa7\xd8\xa7\xc1\xb0\x20\x2c\x82\x45\xb0\x28\x8c\x3d\x26\x32\x3b\xc9\xbc\x91\x6f\x23\x9f\x78\x55\x37\x67\xdb\xf7\x77\x92\x6f\xb3\xaf\x0d\x86\x49\xbe\x83\x5e\x6c\x70\xa9\xc8\xb3\xd4\x83\x2c\x07\x59\xbc\xe4\x3b\x13\x6c\x82\x99\xfe\x5a\xd4\xbe\x1a\x0c\x0b\xc2\x12\x58\x02\x8b\xc2\x0e\x18\xba\xf2\x26\x73\xcb\xd2\xb3\x06\xc3\xb2\xb0\x0d\x86\x5e\xbc\x9d\xa3\x15\xd6\x2b\xf7\x7a\x55\x58\x05\xab\x60\x76\x8e\xd6\x25\xb3\x06\x97\x4a\xb8\x84\xb1\x5e\x67\xbd\x60\xe7\x68\xdc\x51\xbb\xef\x28\xe8\x1c\x03\x59\x06\xb2\x84\xa0\x9c\xe0\xaf\xb1\xfc\xff\x0b\xef\xad\x6d\xb6\xdb\xf7\x76\x3a\xe6\xd1\x75\x69\x30\xcc\x8e\xd9\xa3\x96\xd6\x60\x58\x16\x36\xc1\x50\x65\xb0\x63\xf6\x24\x9a\x74\x4c\xaa\x04\x3b\x66\xcf\xa2\xb1\x06\xc3\x9a\xb0\x0a\xc6\xd1\xa3\x1d\xb3\x17\x5d\x83\x06\xc3\x9c\xb0\x0d\xc6\xd1\xa3\x1d\xb3\xe3\xe0\x34\x18\x16\x84\x15\x30\x68\x12\xa3\x30\x64\xb9\x29\x1b\x75\x8e\x31\xc0\x06\x98\xce\x81\x29\xf7\x9b\x8a\x51\xe7\x58\xa2\x93\x06\xc3\x74\x8e\xc5\xbe\xeb\xde\x57\xe7\x58\xec\xb1\x58\x4f\x81\xaa\xa3\xd3\x7e\xeb\x54\xe6\xdd\x77\x04\x43\xa7\x49\xf2\x6d\x74\xb0\xd1\x41\x92\x7c\x50\xb6\xdf\x94\x4d\x92\xef\x64\x30\xae\x5a\x41\xae\x1f\xce\x71\xee\x7d\x4d\xbe\xa1\x74\x85\xc1\xb0\x26\xac\x83\x71\x6f\x96\xb2\xb5\xc1\xbd\x8d\xfb\xde\xb2\xe9\x99\xd4\x89\xc1\x30\x2f\xac\x82\x21\x5f\x0e\xc2\x58\x2f\xdd\xeb\x45\x61\xac\x97\xee\xf5\x92\xb0\x0d\x86\xa9\x64\x3b\xc7\x20\x80\x8f\xfb\x7e\xb3\x64\x2e\xc8\x7c\x9b\x40\xd1\xbe\x04\xf0\x51\x58\xaf\x68\x3d\x78\x30\x6e\x1e\x28\x0c\x0d\xdc\xa3\x06\xc3\xb4\x1e\x2e\x6e\x74\xce\x51\xa4\x03\x02\xfd\xe8\xc8\xac\xb0\x39\x3a\x32\x77\xf6\x50\x38\x18\xb8\xc2\x71\xbb\x42\x25\x04\x03\xae\x8d\x9b\x43\x55\xfb\x0e\x64\xb9\xdd\x9e\x5c\xf5\x98\x9c\x6d\xa2\xfb\xa6\xb9\x13\x5d\x4d\xed\x4b\xd8\x1d\x93\x7d\xe7\x04\x93\xfe\xe0\xda\x58\x0e\x4c\xeb\x2d\xce\x41\xd8\xa8\x72\xd5\x83\xb0\xa1\xc1\x30\x9d\x77\x71\x47\xeb\xde\x43\xe7\x5d\x0b\x4c\xee\xb1\x3a\xe9\x74\x21\xb3\x0d\xc5\x55\xa6\x72\xdc\x75\xf8\x4c\xe2\x6d\x54\xba\x11\x45\x9e\x7a\xe0\x95\x07\x5e\xb9\xca\x53\x0f\xbc\xf2\xc0\x2b\x57\xa7\xe3\xee\x06\xc6\xd1\xe4\xbd\xc7\x66\xdb\xcd\x1e\xf2\xc0\x83\x2c\x43\x83\x61\xda\x17\x8a\x0f\x28\x5e\xe5\x6d\xc7\xe1\x68\xa7\x81\x69\x5f\x68\x3f\xf0\xde\x55\x9e\x75\x12\x11\xa7\xaa\x8d\x54\xe5\x45\x67\x8c\x60\xac\x27\xef\x38\x63\x05\xab\x60\x49\x58\x07\x43\x7d\x72\x6b\x53\x95\x45\x9b\x09\xf9\xe4\xd6\x66\x4a\x60\xa8\x5e\xee\x65\xa6\x02\x36\xc0\xb4\x5e\xba\xe7\xa2\x7a\xb9\x83\x99\x91\x2f\x5f\x60\x4e\x98\x07\x43\x66\x45\xf1\x99\x91\x39\x23\xb3\xdc\xc6\xc4\x4d\x4e\xdc\x64\x95\x3b\x98\x44\x9c\x49\xc4\xa9\x72\x07\x33\x0f\x30\x93\x25\x44\x45\xc9\x99\x91\x25\xdf\xb2\x80\xe9\xce\x67\xb9\xf7\x95\xae\x88\x4c\x93\xec\xa1\xca\xcc\x67\x69\x60\xe8\x5e\xe6\x3b\x31\xcb\x89\x59\x56\xe5\xdf\x13\xb3\x9c\x98\x65\xcd\x5a\x0f\xb3\x9c\x44\xb0\x5a\xa4\x83\xce\x1e\x1d\xfd\xc9\xcc\x67\xe7\x6c\x9d\x3d\x94\x57\x4f\x32\x46\x0d\x86\x49\xa7\x9d\x73\x10\xfd\x6a\x91\x2c\x64\xbd\x93\x48\x57\x65\xfa\x73\xc8\xb4\x26\x99\x47\x15\xc7\x27\x59\xc6\x9c\xe8\x40\xa6\x3a\x27\x3a\xc0\xb4\x9a\xcc\x72\x62\x46\x13\x33\x6a\x32\xad\xb9\x58\x4f\x95\x6d\x6a\xca\x6e\x26\xbc\x9f\x5b\x32\x37\x0f\x86\xcc\xf0\xbe\x89\xbb\x13\xde\xcf\x73\x7f\x27\x99\x0f\xe7\x38\x92\xa5\x29\x34\x2e\x5c\xf6\x82\xa7\x64\xcd\x4b\x15\x70\x5b\x70\xb2\x29\x34\x2e\x5c\xf6\x8a\xcc\x55\x18\x5c\x64\x23\x8b\x6c\xa4\xc5\xf8\xeb\xd1\x7e\x25\xa9\x4d\x83\x4d\x49\xc2\x12\x18\xc7\x54\x44\x5c\x50\x5b\x43\xcb\x99\xcf\x3a\xd0\x2d\x95\xdd\xfe\x82\xc5\x0b\x16\x93\xdf\x2f\x58\xac\xc1\x30\x9d\x08\x36\x2d\xd8\xd4\x64\x15\x0b\xe6\x2c\x98\xd3\x64\x15\x0b\x96\xac\x5e\xc1\x74\xca\xce\xbe\x38\xef\x26\x0b\x58\x38\xef\xd5\xef\xb9\x92\x65\xc8\xca\x34\xb8\xd4\x14\xe8\x16\x75\x8f\x06\xc3\xb4\xc7\x60\x8f\xc1\x71\x15\xe8\x16\xc9\xc3\x22\x79\x68\xb2\x80\x05\x9b\xd6\x40\xe3\x0a\x74\x6b\xa0\xf1\x79\xef\x21\x59\xa8\x67\x16\xb9\x6d\x53\x50\x5b\x24\x14\x6b\x72\x0e\x59\xc0\x22\x18\x2c\x82\x41\x93\x05\xac\x29\x46\x2c\x1c\x7f\x93\x05\x2c\x1c\xff\xc2\xc9\x37\x31\x7b\x2d\xe6\x12\xec\x9b\x02\xd8\x82\x4d\x4b\xb5\x41\xbe\xe4\x95\xe9\x61\xb4\xad\xfb\xc8\x97\x3c\xf0\xe6\x3e\x76\x4e\xc2\xa4\xd3\x8d\x57\xd1\x60\x58\x14\xd6\xc1\x3a\x98\xd6\x2b\xa2\x8b\x06\xc3\xb2\xb0\x00\x16\xc0\xb4\x07\xf5\xc7\x2e\xf7\x7a\x55\x18\xeb\x15\xd6\xd3\x7d\xec\x32\xc1\x26\x98\x13\xb6\xc1\x38\x87\xee\x83\x4e\x49\xdb\x9d\x73\xe8\x3e\x76\xe7\x1c\x3d\x83\x49\xbe\xde\xc0\xee\x3d\xb4\x2f\xdc\xd8\xe6\x34\x5c\xbe\xa4\xfb\x4d\x60\xdf\x83\x73\x48\xf7\x7b\xb0\x9e\x0d\x86\x69\x3d\x72\xea\x2d\x1e\xe4\x4b\x9e\x66\x93\x44\x6a\x30\x4c\x7b\xc0\x0d\x0d\x86\x35\x61\xec\x21\x6e\xe4\xab\x6a\x5f\xea\x9e\x3d\xd1\x7d\xd5\xbe\x70\x43\x4d\x1e\xc3\xa4\x7b\x92\x82\x3d\x91\x59\x9e\x6b\x93\x14\xec\x85\xcc\x4d\xeb\xc1\x0d\x0d\x86\x69\xbd\x85\xcc\x0b\x99\x9b\x74\x05\x5f\xf6\xb9\xe7\xea\x6c\x44\xdd\x7d\x24\x8b\x53\xcd\xb4\x0f\x67\x3b\x92\xc5\xa9\x16\xda\xd4\x47\x74\x95\xb2\x93\x37\xa3\xab\xd4\x8e\x22\x6c\x76\x8a\xba\x87\x08\x7b\xd4\xbb\xcb\x4e\x75\xca\xc1\x73\x9d\xc8\x7a\x81\xb9\xe2\xe9\xc9\xf7\x77\xa6\xd3\x43\xff\xe0\x58\x30\x72\xd9\xe9\x7e\x0f\x5c\xa3\xfb\x94\x9d\xee\x8d\xee\x53\x3b\xdc\x91\x93\xae\x0e\x77\x74\xe4\xf9\xb3\xbf\xc0\x26\xd8\x06\xb3\xb3\x1d\x12\xb2\xc3\x7d\x78\x25\x41\x87\xda\xf4\x28\x93\xc9\x5e\x19\xcf\xd9\xf2\x07\xe7\x88\xbb\x5e\x7e\xed\x9c\x0e\xc6\x7a\x16\xe9\xfa\xa5\x9e\x66\xbf\xe4\xa9\xb3\x3a\x6b\xfd\x52\x46\xd1\x2f\x25\xcd\xd9\x1b\x37\xfa\x95\xb2\xb0\x2c\x6e\xf8\xe6\x0c\x53\x3d\xd8\xe9\x52\xe5\x60\x59\x55\xbf\x64\x0b\x9d\x2e\x55\x0e\x5e\x7b\x74\xf6\x50\x42\x9b\x83\xe9\xb4\x5f\x4a\x68\xfb\x05\xef\x43\xd0\x7a\x9d\x7d\xe5\x73\x72\xb0\x4c\xa6\x5f\x93\x7d\xa7\x74\x1a\xb2\xf6\x58\xac\xa7\x42\x24\x87\x22\x4c\x85\x48\xbf\x36\xeb\x19\x87\x3a\x1d\xae\xee\x2c\xd1\x6f\xcd\x00\x55\x71\xdd\x29\xa3\x0f\xaa\xb0\xba\x53\x6a\xd3\x9d\x04\xb6\xf2\xb5\xd3\xdc\xea\x0e\x4a\x69\x21\xa5\x71\x0c\x6a\x52\x76\x77\x0a\x48\x31\xa4\x08\xa9\x20\xdb\x10\xdb\x8d\xe6\x57\x57\xf3\xcb\x9b\x93\xe9\xb4\xbe\xba\x1a\x51\xc1\xa8\xda\x69\x43\x75\xb5\x9c\xa2\x5d\x5c\xa7\xe1\xd4\x83\x55\x72\xd1\x4c\xb5\x07\xb5\x23\x7a\x30\x4b\x54\xeb\xae\xd3\x30\xea\x6a\x0e\x25\x33\x83\x4e\x6b\xa8\xab\x35\x94\xcd\x51\x75\x1a\x43\x5d\x0d\x9f\x62\xee\xb1\xd3\xee\xe9\x6a\xed\x28\xdd\xed\x34\x76\xba\x1a\x3b\xcd\xe8\xd5\x69\xeb\x74\xb5\x70\xe4\xcc\x3b\x0d\x9c\x4e\x03\xe7\xb2\xd8\xd0\xe9\xdf\x74\xfa\x37\xce\x12\xd3\x4e\xfb\xa6\x57\xb4\x68\xb9\x6f\xaf\x7c\x55\x0f\x8a\xcd\xbf\x1a\xc6\x7b\x63\x91\xa6\x45\x82\xb9\x9a\xde\x58\xa4\xdd\x8d\x55\x5b\x97\x6e\x7d\xbf\x4b\x67\x4b\x63\x3b\xcd\xfa\xde\xef\xa0\x61\x13\x07\x5f\x51\x58\xe5\x66\x14\xa1\xae\xea\x43\x5f\xa9\xdc\xec\xe4\xd8\x9d\x3c\x4f\x29\x6c\x27\xcd\xeb\xa4\x33\x4d\x9c\x9e\x67\x03\xe9\x6a\x45\xd5\xc5\x44\x85\x79\x7f\x59\x19\xd3\x17\x13\x15\xb9\xbc\x1c\x74\x27\x70\x75\x9a\xe5\x4e\xdc\x25\x06\x74\xf9\x21\xef\x65\x1e\xb8\xa1\x2e\x17\xe1\x83\xe5\x5e\x1d\x0f\xd1\x8f\xb1\xde\x07\x73\x10\xfd\x2c\xbe\xba\x85\xf0\x4f\xcf\x83\x0e\xf3\x90\xad\xf9\x68\xee\x7a\x60\x6a\x43\x8d\x5e\x9f\x2c\x9f\x1a\x58\xc1\x10\xc1\x7d\x36\x47\x35\x60\xf8\x80\xab\xd9\x4c\x63\x40\xd6\x01\x59\x8b\xb9\xdb\x01\x5b\x87\xd8\xea\x95\xa3\x0f\xe8\x3a\x44\x57\xaf\x84\x67\xc0\xd7\xa1\x86\x66\xb8\x8c\xc2\x03\x7a\x0e\xd1\x33\x38\x53\xce\x80\x9f\x23\xc2\x7c\x53\xce\x80\xa0\x43\x04\x0d\xde\x94\x33\x60\xe8\x10\x43\x83\x7c\xc7\x80\xa2\x43\x14\x0d\xd1\x94\x33\xe0\xe8\x10\x47\x43\x34\xe5\x0c\x48\x3a\x44\xd2\x90\xcc\x61\x0d\x48\x3a\x44\xd2\x90\xa3\x4d\x84\xa4\x43\x24\x0d\xea\xff\x0c\x48\x3a\x44\xd2\x50\x9a\x4d\x84\x85\x43\x2c\x0c\xd5\x1c\xc9\x80\x85\x43\x2c\x0c\xcd\x72\x88\x01\x0b\x87\x58\x18\x2f\xb3\xf7\x01\x0b\x87\x58\x18\x9d\x79\xe6\x01\x0b\x87\x58\x18\xfd\x65\x2a\x84\x85\x63\x58\xbc\x8c\xde\x2a\x8b\x31\xf4\xca\x30\x44\x4c\x1e\x28\x06\xc4\x1c\x22\x66\x94\xd7\x1b\x10\x73\x88\x85\x31\x4a\x39\xb0\x70\x88\x85\x31\x49\x39\xb0\x70\x88\x85\x31\x49\x39\xb0\x70\x6c\xcb\x8e\x63\x96\x72\x76\xf2\x40\x5e\x3b\x02\x05\x41\x5a\x2b\x5b\xa1\x3f\xe0\xea\x10\x57\xa3\x7a\x59\x03\xae\x0e\x71\x35\x56\x8b\x84\x03\xae\x0e\x11\x33\xd6\x56\x9e\x9e\x27\xc4\x9c\x22\x66\x6c\x16\x2b\x26\xc4\x9c\x22\x66\x52\x6a\x36\x21\xe6\x14\x31\x93\x33\xb7\x3a\x21\xe6\x74\x96\xf9\x24\x6f\xa5\xc9\x74\x2a\x9d\xa6\xb8\x9a\xbc\xc5\xf2\x09\x57\xa7\xb8\x9a\x82\x69\x75\xc2\xd5\xe9\x2d\xfd\x48\x7a\xa7\x99\x7e\x0e\xa0\xa1\x89\x4e\xd0\x14\xa4\xb5\xa2\x96\x87\xd1\x33\x58\x15\x9b\xa2\x79\xfb\x19\xd4\xd7\x9b\x22\x79\x8a\xa6\x89\x09\xc9\x67\x18\xf5\xe3\x23\x25\x2f\x48\x09\x14\x43\x4a\x49\x6b\xa9\x4f\xc9\x90\x92\x59\xc7\x94\x1b\x7f\x9e\xb2\x8e\x94\xcc\x0d\x4f\xac\x63\x46\x2b\x4c\x52\xf6\xf6\x55\x54\x70\x65\xa0\x47\x3e\xa3\x4a\x95\x89\x8b\xcf\x51\x13\x11\x42\x36\x94\xb2\x65\x5d\x13\x1b\x9a\xb2\xa1\x54\x2c\x5a\x4c\x6c\x68\xca\x86\x52\xb5\xca\x6b\x62\x43\x33\x13\x2e\x42\x78\x7a\x9e\x90\x7c\x36\xcb\x6c\x52\xd3\x19\x9b\x7a\x06\x0c\xd9\x02\xe1\x6c\x7a\x9f\x9c\xcd\xaa\xef\x7c\x49\xcf\x4d\xcf\x84\x53\xc6\x91\x2f\xa3\xc4\xc4\x38\x66\xb3\x28\x95\x2f\x2b\xbd\x67\x53\x27\x89\x21\x5f\x01\xe8\x08\xb2\x6a\x92\x54\x70\x36\xb5\xbb\xa7\xac\x2a\x3b\x33\xc7\x89\x55\x4d\x59\x55\x76\xc9\x24\xc5\xaa\xa6\xba\x84\xd9\x3b\x13\xa2\x2b\xf8\x32\x90\x8e\xcd\xae\xe8\x3b\x65\x7b\x59\xef\x7e\x13\xdb\x9b\xb2\xbd\x2c\xab\x9a\xd8\xde\x1c\x7c\x65\xe1\x6d\x62\x68\x53\x86\x96\xa3\x85\xb7\x89\xa1\xcd\x49\x2c\xb5\xf0\x36\x31\xb4\x29\x43\xcb\xd9\xc2\xdb\xc4\xd0\xa6\x0c\x2d\xe7\x6a\x13\x31\xb4\x29\x13\xca\xc5\xe2\xd7\xc4\x84\xa6\x4c\x28\x57\x8b\x5f\x13\x13\x9a\x32\xa1\xdc\x2c\x7e\x4d\x4c\x68\xca\x84\xca\x65\xf1\x6b\x61\x42\x4b\x26\x54\x2e\x8b\x5f\x0b\x13\x5a\x32\xa1\xe2\x2c\x7e\x2d\x4c\x68\xc9\x84\x8a\x37\x12\x2e\x4c\x68\xc9\x5e\x8a\x72\xb2\x85\xbd\x2c\xd9\x4b\x89\x57\xfd\xd5\x48\xbc\x30\xa7\x25\x43\x29\xb1\xd8\xba\x18\xca\x0a\xe4\x13\x56\xa7\x2c\xac\x62\x89\xdc\x45\x94\x59\x90\x7b\x89\xb6\x45\xaf\x10\x0b\xda\x2e\xd1\xb6\xa8\x23\xb9\xa0\xed\x22\x37\xa9\x16\xb8\x16\xb4\x5d\xa2\x6d\x51\x23\x60\x41\xdb\x25\xda\xd6\xcb\x02\xd7\xc2\xf5\xaf\x6c\x36\x5d\x2f\x0b\x5c\x2b\xcb\xa6\x19\x6a\x31\x62\xad\xac\xfa\x73\x65\x12\x1d\x53\xfa\x22\x40\xac\x62\xa5\x7a\x75\x4d\x90\x2a\x39\x86\x5a\x6b\x13\x34\x80\x6c\x22\xea\x24\x8c\x2c\x85\x91\xea\xcd\xf5\x2f\xc2\xc8\x52\x18\xa9\xc1\x5c\xff\x22\x8c\x2c\x85\x91\x1a\xcd\xf5\x2f\x2c\x6c\xc9\x52\x6a\x32\xe3\x59\x58\xca\x12\xe1\x6b\x32\x27\xb5\x20\xfc\x12\xe1\x6b\xb6\x8a\x61\x41\xf8\xd5\x97\x41\x7a\x78\x59\x5d\x2d\x4d\x86\xea\xa4\x9c\xbe\x99\xa8\xb5\xf4\x88\xba\x20\xfc\x12\xe1\x6b\x35\xc7\xb2\x20\xfc\x1a\x96\x65\xd7\x5a\x83\xa0\x22\x48\x13\xab\xd5\x5f\x0b\x1b\x58\xb2\x81\xaa\xd2\x7c\x61\x03\x4b\x36\xd0\x2e\x8b\x9e\x0b\x1b\x58\xb2\x81\x26\x73\x5d\xd8\xc0\x52\x01\xdf\xf4\xce\xb8\x96\xea\x2c\x86\x76\x49\x2e\x4a\xfa\x25\x4b\x69\xfa\xcd\xc0\xc2\x52\x96\x2c\xa5\xa9\x98\x58\x58\xca\x92\xa5\xb4\x60\x01\x62\x61\x29\x4b\x96\xd2\xa2\x05\x88\x85\xa5\x2c\x59\x4a\x4b\xe6\xc1\x37\x96\xb2\x65\x29\x2d\x5f\xc9\x20\x7d\xb5\x65\x29\x2d\x5b\xfd\xbc\xb1\x94\x2d\x4b\x69\x7a\x07\xd8\x58\xca\x96\xa5\x34\xf5\x61\x37\x96\xb2\x65\x29\xad\x59\x86\xbe\x31\x85\x2d\x53\x68\xcd\xbc\xee\xc6\x14\x36\xef\xc4\x97\xea\xe9\x8d\x2d\x6c\xde\x75\x2f\x67\x3e\x6f\x63\x0c\x9b\x37\xdc\xcb\x9b\xe3\xdd\x58\xc3\xe6\x0d\xf7\xd2\xef\x40\x36\xe6\xb0\x79\x9b\xbd\x82\xdd\xc9\xc6\x1e\x36\xef\xb0\x97\xde\x52\x37\x06\xb1\x79\x87\xbd\x92\x95\x1d\x1b\x8b\xd8\xbc\xb9\x5e\x7a\xb1\xdf\x90\x7d\xdf\x29\x7b\xb1\x5a\x72\xc3\xe3\x4d\xce\x7e\x15\xab\xfd\x36\x44\xde\x24\xed\x57\xcd\xa6\x4d\x98\xbc\xab\x7a\x14\x97\xba\x7e\x9b\xf7\xd5\x4d\x26\x7f\x35\x4b\x3d\x36\xf4\xde\xbc\xfb\xb9\x4b\xaa\x6a\x7a\xf4\xd8\xe4\xef\xee\xb2\xba\x6c\xc3\xf9\x4d\x02\xef\x2e\xa3\xe0\x86\xf4\x9b\x0c\xde\xb9\x62\xeb\xc1\xfa\xdd\xef\x9a\xc2\x22\xcb\x86\xd0\x9b\x47\x19\x17\xcc\xd1\xef\xa1\x77\xec\x4d\x5e\xef\x82\x2e\x12\x96\xef\xa1\x37\x52\x17\x8c\x87\x7b\x9c\x1b\x73\xc8\x9c\x85\x79\x30\xcd\x8d\x46\xf4\x0d\xf7\x37\x15\x80\x8b\x46\xc5\x0d\xf9\xf7\xd4\x43\x83\x4b\xc6\xc5\x3d\xf5\xd0\xc0\x60\x67\x0b\xc2\x8e\x30\xd6\xcb\x56\x52\x6d\xac\x64\xd3\xff\x73\x59\x77\x84\x99\xec\xa5\x8e\xb0\xd3\x1b\xf3\xa6\xff\xb7\xe9\x73\x39\xbd\xeb\x6e\xac\x62\xd3\x33\x72\x7a\x30\xd9\x98\xc5\xde\xfa\x0d\x81\xab\xe2\xf2\x56\x67\x96\xc1\x79\xa5\x6f\x7b\xeb\x77\x05\x9b\xfe\x86\x93\x03\xdd\xd8\xcf\xa6\xf7\xe0\xd4\x27\xdc\x18\xd0\xa6\x07\xe0\x2f\xbb\xdf\x83\x05\x9d\x4b\xad\x52\xef\x5c\x35\x4c\x29\x09\x83\xc9\xdc\x84\x15\x61\x14\x79\xce\xee\xe8\x60\x6a\xe7\x52\xdf\xc7\xbb\x2a\x4c\x99\x17\x83\xdd\x91\x13\x36\x85\xb1\xaf\xf2\xb8\x83\x4d\x1e\xa7\xbe\x9e\xf7\xa6\xd3\xe3\x72\x00\xeb\x9c\xad\x09\x1b\x60\x3a\x6f\xd6\xbe\x4e\x89\xc8\xb9\xcb\xf6\xe0\x8a\x61\xc8\xc2\x2f\x50\x7c\xb0\x88\x71\xb0\xe8\xe3\xd5\xa7\xf1\x31\xd8\x5c\xaf\x3e\x21\x83\xf3\xc5\x38\x79\xbc\x7a\x37\x87\x5f\xaa\xf8\x58\xf4\x1d\xeb\x79\x75\xde\x7d\xb4\x52\xe0\x78\xf5\x45\x0f\xbf\x25\xf1\xc9\x6c\xe1\xe0\x0f\x4e\xd0\x6f\x17\x7c\xaa\xc2\xf4\xfa\x70\xf0\x11\x5e\xf5\xc7\xc1\x47\x1c\x7c\x84\xcf\x16\x5f\x0e\x3e\xe2\x44\xf5\x31\xbd\x1e\x73\x4f\xd4\xaf\x70\x0e\x7e\xc3\x17\x4b\xe2\x0f\x7e\xe3\x44\xf5\x8c\x7c\xbd\xda\xff\x0d\xe2\xc9\xff\x32\x86\x9f\xa8\x8e\x30\x83\x49\x9a\x85\xb1\xb2\xde\x99\xbc\xde\x94\x4e\x94\x7b\x3e\x78\x24\xdf\x2e\x93\x0a\x8f\x74\xf0\x48\x5e\x6f\x09\x07\x8f\x74\xd2\xfd\x9d\xa5\x4a\x07\x8f\x74\xb2\x6e\x30\xa8\x1b\x7a\x32\x37\xa8\xc1\xe6\x82\x45\x61\x54\xf6\xea\xdc\x1d\x3c\xd7\xc1\x73\x05\x75\xe9\x0e\x9e\xeb\xe0\xb9\x82\xb2\xbd\x83\xe7\x3a\x78\xae\xe0\x2d\x5b\x38\x78\xae\x83\xe7\x0a\x41\xcc\xc1\x73\x1d\xbc\x54\x88\xba\x7d\xbc\xd4\x91\x63\x72\x21\xe9\xf6\x9b\xba\xba\xe7\xee\x32\xa4\xaa\xef\x98\xdb\xec\x72\x5d\x48\x96\x6e\x9d\xa6\x2e\x27\x83\x7d\x97\x84\x25\x30\xd3\x69\xc8\xd2\x5f\x53\x87\x8a\xc1\x51\x69\x9e\x36\xd9\x43\x5d\xce\x90\xd9\x57\xcf\xec\xa7\x2d\xe6\x9a\x85\x1e\x3c\xe1\xe9\x77\xb7\x4c\x7a\xc1\x13\x9e\xbb\x99\x11\x93\x59\x23\x9e\xf0\xdc\xdd\x0c\xd5\x11\x07\xaf\x77\x78\xae\xcd\xf2\x3e\x87\xe7\xda\xc3\x33\x6c\xce\x11\x6c\x0b\x63\x3d\x35\x87\x0e\x5e\xef\x4c\xfd\x1a\x31\xeb\x17\x33\x67\x2a\xdb\x3f\x33\xea\x3b\xfd\x4a\xe5\x4c\xbd\xc5\x30\x54\x15\x26\x67\x26\xa6\xea\xad\x25\xeb\xc7\x27\x47\x6f\x8a\xcf\x87\x67\xbf\xac\x1f\x9a\x1c\x9e\xfd\xce\x94\x51\x64\xfd\x3a\xe2\x4c\x05\x88\x83\xb3\xcd\xfa\x15\xc0\xc1\xd9\x9e\x39\xd4\xa8\xd4\x2b\xfb\x99\xaa\xad\x18\x62\x8c\x92\x44\xb5\xd5\x99\xfa\x81\x43\x56\xc2\x73\xa6\x1a\x63\x67\xd2\x07\x2c\x4d\xa2\x6c\xb6\xd5\x6f\x68\x32\x0c\x9f\x9b\x53\xa0\x01\xd5\x44\x07\x3f\x7d\x96\x5e\x4d\x73\xb5\xc4\xee\xe8\x69\xea\xf9\xe0\xbb\x73\xb5\xaa\xfb\xe0\xbb\xcf\xa2\xe7\xac\xdf\x84\x9d\xa5\x9e\xf3\xb9\xdf\x28\x9a\xc5\x9b\x83\xef\x3e\xfa\x19\xa5\x2b\xfa\x5d\xd7\xd9\xea\x8f\x1e\x3d\x23\xb8\xa2\xb7\x87\xb3\xf5\x66\x74\xf0\xf1\x45\xfd\xfe\x83\x8f\x3f\x6a\xfb\xbb\x72\x59\xba\x7d\xd4\xfc\xbf\x07\x5f\xb5\x83\x0a\xe1\xb3\x15\x95\x8a\x3a\xf1\x67\x6f\x76\xd5\x1b\x5d\x71\x41\x33\x39\x2d\x91\xa0\xb8\x5f\xbc\x9f\xd9\xff\x7f\xe9\x6f\x4f\x3f\xff\xe2\x77\xfe\xf8\xfe\xbe\x5f\xbe\xe9\xd7\xc5\xfa\x55\xef\x63\xed\xf3\xf9\x65\xff\xfc\x4b\xe5\xb7\xd7\x37\x9b\xa5\xff\xfe\x3b\x00\x00\xff\xff\xa0\x76\xd7\x85\xd5\x2c\x00\x00"); +func _bgea ()([]byte ,error ){return _c (_afdc ,"Adobe-CNS1-UCS2")};func _ggb ()([]byte ,error ){return _c (_cega ,"Add-V")};var _bdc =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\xd5\x41\x8b\xe3\x46\x10\x05\xe0\x7b\xff\x8a\x3e\x6e\x0e\x1b\x77\x55\x75\xb7\x5a\x20\x06\xc2\x0c\x0b\x26\x6c\x36\x64\x32\x49\x20\xe4\xa0\x91\x5a\x83\x20\x96\x84\x6c\x1f\xe6\xdf\x87\xaa\x67\x4f\x60\x0f\x8b\xd7\xcf\xad\xb2\xfc\xbd\xe9\xd6\xe1\xf1\xf8\x74\x5c\xe6\x8b\x3f\xfc\xba\xaf\xc3\x73\xbd\xf8\x69\x5e\xc6\xbd\x9e\xd7\xeb\x3e\x54\xff\x5a\xdf\xe6\xc5\x39\x62\x3f\xce\xc3\xe5\xfe\xd6\x5e\x86\x53\xbf\x39\xa7\xd7\x3f\xbf\x9f\x2f\xf5\x74\x5c\xa6\xd5\x0b\xd6\x8d\xd7\xed\xb6\xd6\xfb\xc3\x6f\xf5\x6d\x3e\x5f\xf6\x77\xff\xe9\xa7\x71\x7d\xad\x3f\xf8\xb1\x4e\x9a\x7f\xdb\xc7\xba\xcf\xcb\x9b\xff\xf4\xf3\xba\xd7\x9e\x3e\x3e\x78\xbe\x6e\xdb\xbf\xf5\x54\x97\x8b\x27\xcb\xea\x32\xda\xab\x3b\x3c\x7e\xed\xb7\x5f\xfa\x53\xf5\x07\x9b\xf5\x19\x57\x7e\xc6\x32\xfb\xf4\x8f\xba\x9f\xe7\x75\xf1\x14\x7e\x0c\x21\xff\x9f\xff\xfe\xbe\xd5\xdb\x38\x77\x78\x39\x3e\x7d\x9b\xa6\x73\xbd\x78\x91\x80\x35\x7f\xbd\x1c\x9f\xfc\xdf\xe4\x29\x78\x4e\x91\xca\x3f\xb7\xa5\x7f\x7e\x5d\xc7\xea\xc3\xfd\xfb\x8f\x4f\x8f\xeb\x55\x6f\xac\x50\x4a\x08\x09\x3f\x75\x58\xc7\x7a\xde\xfa\xa1\xee\xfd\xf2\x56\x9d\xf7\x5d\x08\x21\x3c\xf8\x2e\xe6\x2f\x5f\x1e\xf4\x37\x7c\xb7\xc2\x35\xf7\x2b\xe7\x11\xc9\xfd\x8a\x10\xa6\xe9\xc1\x07\xd7\x05\xc2\x7b\xd2\xf7\x9c\xb2\xeb\x02\x23\x61\x4d\x12\xb1\xeb\x82\x20\x11\x4d\x9a\x5c\x5c\x17\x22\x92\xa8\x09\x05\x8e\xae\x0b\x09\x51\xb2\x88\x8b\xce\xce\x88\xb2\x45\x49\x74\x78\x83\xa8\xb1\xa8\x69\x75\x7a\x41\x54\xec\x0e\x42\xd4\xf1\x2d\xa2\xd6\x22\x09\x3a\xbe\x47\xd4\xdf\xee\x53\xc7\xbf\x22\x7a\xb5\xa8\x90\x8e\x1f\x10\x0d\x1a\x49\x68\x74\xfc\x88\x68\xb4\x48\x58\xc7\x57\x44\xd5\xa2\x54\x74\xfc\x84\x68\xb2\xa8\xc4\xe0\x3a\x82\x14\x99\x54\x0c\x6d\x76\x1d\x01\x8b\x0c\x2b\x4a\x62\xd7\x11\xb4\xc8\xb4\x62\x0e\xc5\x75\x04\x2e\x32\xae\x58\x72\x74\x1d\xc1\x8b\xe2\xcd\x54\xc7\xc3\x8b\xcc\x2b\x49\xa3\xe3\xe1\x45\xe6\x95\xb2\xe8\x78\x78\x91\x79\xa5\x52\x74\x3c\xbc\xc8\xbc\x32\x45\x1d\x0f\x2f\x32\xaf\x1c\x83\x8e\x87\x17\x99\x57\xce\x5a\x2c\xc1\x8b\xcc\x2b\xb7\xda\x2c\xc1\x8b\xcc\xab\x21\xad\x96\xe0\x45\xe6\xd5\x44\xad\x96\xe0\x45\xf5\xd6\xbf\x8e\x87\x17\x99\x57\xd3\x6a\xb5\x0c\x2f\x36\xaf\x42\x5a\x2d\xc3\x8b\xcd\xab\x44\xad\x96\xe1\xc5\xe6\x55\x1a\xad\x96\xe1\xc5\xe6\x55\x5a\xad\x96\xe1\xc5\xe6\xd5\xb2\x56\xcb\xf0\x62\xf3\x6a\xa3\x56\xcb\xf0\x62\xf3\x6a\x1b\xad\x96\xe1\xc5\xe6\xd5\xb6\x5a\x2d\xc3\x8b\xcb\xfd\x6f\x55\xe7\x03\x8c\x5b\x64\x51\xcb\x65\x88\x71\x8f\xac\xd1\x76\x19\x64\x6c\x64\xda\xbe\x7e\x05\xcc\x78\x40\xc6\xda\x2f\x03\x8d\x47\x64\x49\x0b\x66\xa8\x71\x45\xd6\x68\xc3\x0c\x36\x9e\xb0\x49\x82\x56\x2c\x70\x93\x80\x8c\xb5\x63\x01\x9c\x10\xb2\xa4\x25\x0b\xe4\x84\xef\x1b\x2c\xb8\x4e\x40\x27\x46\x47\x12\xb4\x66\x81\x9d\x60\x6f\x8a\x68\xcf\x02\x3c\xc1\xe6\x94\xa4\x45\x0b\xf4\x04\xbb\x53\x8a\x36\x2d\xe0\x13\x6c\xcf\x18\xb4\x6a\x81\x9f\xc0\x2f\x8a\x76\x2d\xf0\x13\xf8\xc5\xa4\x65\x0b\xfc\x04\x7e\xb1\x68\xdb\x02\x3f\x81\x5f\x22\xad\x5b\xe0\x27\xc3\xfd\x54\xd0\xef\x80\x9f\xc0\x2f\x65\x2d\x5c\xe0\x27\xf0\x4b\x45\x1b\x17\xf8\x09\xfc\x32\x69\xe5\xf1\x76\x06\xc2\x2f\x8b\x76\x1e\xe1\x17\xe1\x97\xb3\x76\x1e\xe1\x17\xe1\x97\x8b\x76\x1e\xe1\x17\xe1\xd7\x90\x76\x1e\xe1\x17\xe1\xd7\x44\xed\x3c\xc2\x2f\xc2\xaf\xc9\xda\x79\xcc\xb7\xb3\xb7\xf6\x38\xca\x82\x9d\xc0\xf7\x93\x56\xff\xaf\xcf\xaf\x8f\xe7\xc9\x70\xdd\xf7\xba\x5c\xec\xe9\x65\xcf\x0b\x3d\xdb\xe7\xa5\x7e\x3c\x09\xb7\x75\xd3\xab\xec\xdf\x7f\x01\x00\x00\xff\xff\x4b\x22\x59\x16\x35\x07\x00\x00"); +func _dbbfa ()(*asset ,error ){_aefd ,_gaga :=_ggbd ();if _gaga !=nil {return nil ,_gaga ;};_bded :=bindataFileInfo {_dae :"NWP-V",_fb :1293,_ae :_be .FileMode (436),_g :_a .Unix (1580492618,0)};_ddfc :=&asset {_dd :_aefd ,_ef :_bded };return _ddfc ,nil ; +};func _fcad ()([]byte ,error ){return _c (_afbb ,"UniJIS2004-UTF16-V")};func _gcg ()([]byte ,error ){return _c (_ee ,"78ms-RKSJ-V")};func _ffc ()(*asset ,error ){_cecfc ,_ggbe :=_acf ();if _ggbe !=nil {return nil ,_ggbe ;};_bdac :=bindataFileInfo {_dae :"Adobe-CNS1-2",_fb :1781,_ae :_be .FileMode (436),_g :_a .Unix (1580491179,0)}; +_ebe :=&asset {_dd :_cecfc ,_ef :_bdac };return _ebe ,nil ;};var _fegb =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\xbd\x4d\xef\x25\x39\x72\xee\xb7\xef\x4f\xf1\x5f\x5e\x2f\xec\x39\x49\xc6\x0b\x09\x34\x0a\xf0\x95\x2e\xae\x67\x21\xc9\xb0\x24\xdb\x80\xe1\xc5\x79\xc9\x33\x68\xc0\xd3\xdd\xe8\xe9\x59\xe8\xdb\x1b\xf9\xfb\x9d\xb1\x21\xfb\x02\xa5\x45\xe1\xa9\x8a\xca\xcc\xc3\x64\x46\x04\x83\x8c\x87\xc1\x3f\xfc\xdd\x1f\xff\xfe\x8f\x3f\xff\xf4\xfb\xd7\x1f\xfe\xe7\xdf\x7e\x79\xfe\xf3\xf9\xfb\xd7\xfb\xa7\x9f\x5f\xbf\x9d\x7f\xf9\xe5\xaf\xbf\x3d\xcf\xaf\xc7\xf9\xa7\x9f\x7e\xfe\xe1\x87\x63\x7c\xbd\x7e\x7a\xfe\xfe\xb7\x7f\x02\xcf\x3f\xdf\x7f\xfd\xe1\x87\xeb\xfe\x7f\xfe\xb7\xbf\xfc\x7e\xfe\xf9\x8f\x3f\xbf\x7f\xf9\x9a\x5e\xf7\xfa\xeb\xaf\x9f\x6b\xbf\xbe\xfe\xf0\xbf\x9c\x7f\xfa\xe9\x2f\xbf\xff\xf6\x6f\x5f\xff\xe9\x7f\x7c\xfd\xf2\x38\xff\xbb\xaf\xd7\xf9\xbe\xe4\xff\xf4\xdb\xeb\xfc\xed\xa7\x9f\xff\xf4\xf5\x9f\xfe\xeb\x7f\x3e\xfe\x1f\xe9\x3f\xff\xf5\xd7\x5f\xff\xaf\xf3\xcf\xe7\xcf\xbf\x7f\x1d\xc8\xce\x9f\x5f\xe0\x0f\x7f\xf8\xbb\x7f\xb8\xff\xfa\x8f\xf7\x3f\x9f\x5f\x7f\xf8\xaf\xff\xf9\x5f\xfe\xfb\xff\x09\x29\xc2\xff\xf5\xfc\xed\x2f\x3f\xfd\xf2\xf3\xd7\x71\xfb\x1f\x6e\xb7\xfa\x7f\xe5\xff\xf2\x6f\xbf\x9e\x9f\xa7\xfc\xf0\x87\x7f\xfd\xe3\xdf\xff\xd3\xfb\xfd\x97\xf3\xf7\xaf\x5c\x37\xaf\xf9\xdf\xff\xf5\x8f\x7f\xff\xf5\x7f\x1c\x5f\xc7\xed\x6b\xe4\xec\xf1\x7f\x7e\x2e\xfd\xdf\xfe\xe1\x97\xd7\xf9\xe5\x45\x3f\x1c\xbe\xc9\xf3\x97\xd7\xf9\x97\x5f\xef\xcf\xf3\xb7\xfb\xcf\x7f\x3a\x7f\xf8\xfa\xfa\x71\x1c\xe3\xf8\xf6\xf5\x63\xff\x97\xfe\x2f\xdf\xae\x56\xfe\x7f\xae\xf8\xe1\xb8\xdd\x3e\xb7\xfe\xf4\x52\xf4\xb7\x5b\xc6\xd1\xe7\xb7\xaf\x5d\x3f\xfc\x38\xc6\x44\x30\x6a\x7c\xfb\x3a\xf6\xed\x92\x54\x2a\x39\xbf\x7d\x8d\x40\xd2\x5e\xd3\xcf\x6f\x5f\x23\x2f\xc9\xf4\x31\xf3\x7a\xcc\xa8\xf1\xc3\x8f\x23\x94\x44\xcf\x6f\x5f\x33\xaf\x27\xa7\x92\xec\xfa\xf6\x15\x73\xff\xf0\xe3\x28\x25\x35\xd7\xb7\xaf\x1c\x79\x49\x42\x49\xe7\xb7\xaf\x8c\xeb\x9a\xf6\x9a\xbe\xfe\xa3\x6e\xd7\x93\x3b\x95\x5c\x8d\xa8\x79\xdd\xb5\xbc\x66\xc5\xed\xdb\x57\xd5\xba\x24\x41\x9b\x57\xdd\xbf\x7d\xf5\xed\x6a\xe1\x1e\x71\x49\x76\xbd\xbf\x7d\xf5\xbc\xae\xb9\x7b\xd7\xfd\x6a\xf3\x3a\xe2\x87\x1f\xc7\x43\xc9\xe3\x7a\xce\xbe\xad\x1f\x7e\x9c\x37\x24\xf3\x36\xfa\xdb\xd7\xbe\xde\x7d\xde\xc6\x52\xb2\xbe\x7d\x75\x1f\x8d\x68\x2b\xda\xd7\x45\xde\x76\x57\x72\xe7\x22\x45\x0f\x45\xcf\x6f\x5f\x3b\x7d\xd2\x4b\xc9\xc9\x45\x1b\xd1\x1b\xd1\xd5\x21\x3b\xe3\x92\x4c\x9f\x7d\x41\xf7\x38\x10\xf9\xf0\xf9\xbe\x3e\x59\x5e\x92\xab\xc1\x1f\xe8\x1e\x03\x91\x0d\xcf\xf1\xed\x6b\x37\x92\x9c\x4a\x26\x17\x4d\x44\xa1\x28\xbe\x7d\xed\xcd\xb3\x33\x95\x24\x17\xd1\x82\x2c\x45\xd7\xdb\x6d\x6f\xb3\x01\xc9\xdb\x0d\x5a\x90\xbe\xdd\x05\x7b\xf3\xbe\xf9\x54\xf2\xe4\xa2\x42\xe4\x0b\xd7\xfc\xf6\x75\xdc\x6e\xf4\x41\xd9\x82\x0b\xba\x07\xbd\x59\x36\xa1\x1e\x5c\xc5\xb3\xca\x67\xd5\x8b\xab\x14\x9d\x8a\xce\xeb\x2a\x3f\x43\xd9\x79\x7c\xe1\x9e\x3c\xbe\xed\x98\x1e\x5c\x45\x17\xb7\xdd\xd0\x74\xc3\xe4\xa5\xdb\x46\x5c\x8a\x79\xdc\xec\x99\x6e\x45\xcd\x55\xf4\x5f\xfb\xe1\x2f\x38\x6e\x36\xb5\xfd\x38\xcd\xc7\x99\xde\x68\xdf\x34\xed\x1a\xd7\x2f\x6a\x62\xf3\xb8\x14\xf0\xb8\xcd\x40\x94\x8a\x8a\x1b\x15\xb5\xa2\xbe\xae\x42\xd5\x0e\x55\xed\x50\xd5\x66\x21\xda\x8a\xee\x5c\x35\x10\x3d\x14\x3d\xb8\xaa\x11\xd1\x5f\xc7\x65\xca\xc7\x2d\xae\x0f\x74\xcc\xa1\x68\x70\xd5\x42\x34\x15\xf1\x39\x92\x67\xcd\x50\xc4\xe7\x9f\xb4\x7e\x96\x22\x3a\x27\x7d\x96\x4d\x55\x27\xe3\x40\xc4\x6b\x1f\x97\x06\x1e\xb7\xe4\x46\x35\x10\xe8\x0e\xde\x31\x6c\x44\xec\xeb\xaa\xa2\xa9\xf1\xb9\x11\x5d\xb2\xa9\xe1\x0b\x05\x5d\xd8\xbc\x76\xf0\x69\x8f\x44\xc1\x03\x51\xfa\xf8\xe4\x1d\x17\xad\x4f\x1f\x9f\xbc\x23\x86\x78\xa8\xf4\x47\xd2\xf7\x8b\x46\xa8\xe2\x87\x2a\x1e\x34\x55\x15\x3f\x92\x5f\x5c\xb4\x2b\xfd\xc5\xa2\xf5\xd8\xeb\x51\x3e\x5e\xf5\xdd\xdc\xa8\xfa\x1e\xaa\x6f\x4e\x44\x3e\xbe\xae\xfe\x3a\x6e\xb4\xab\xec\xaf\xe2\x3b\x62\xd6\x47\xf9\x1d\x2f\x38\x8e\x1b\x2f\x54\xf6\x04\x2e\xab\x53\x91\x3d\x71\xe9\xfd\x71\x60\x0a\x87\x7a\x0f\x74\x27\x4d\x55\xef\x8f\x4b\xd7\x8f\xe3\xe0\x17\xdb\xce\x69\x5b\xcf\x8d\x6d\xeb\x2f\xbd\x3f\x8e\x83\x8e\x56\xef\x0f\x95\xdc\x8f\xa6\x92\x1f\x97\x67\x3f\x0e\xdc\xcd\xd1\x2f\x45\x18\x5f\xf1\x8e\x6d\x23\x50\xf2\x03\x53\x18\x2a\xf9\xb8\x14\xfb\x38\x30\xd1\x31\x4a\x11\x8f\xaf\x40\xb4\x14\x5d\xb6\x7d\x5c\xbe\x7b\x0e\x75\x15\xe8\xae\x42\xc4\x2f\x8e\x4b\x19\x8f\x03\x53\x18\x33\x15\xf1\xd1\xd0\x9c\xa1\x62\x8e\xcb\x57\x1e\x07\xdf\x71\xe8\x2c\x87\x8a\x59\x34\x42\xc5\x1c\x41\xbb\xf8\x42\x23\xbc\x31\x30\xbe\xe2\xc6\x68\x45\x74\xb4\x8d\x08\xde\x71\x24\xad\x6f\x1a\x91\xb6\x3e\xb9\x6a\xf1\xac\xfc\x5c\xc5\xe7\x58\x37\x86\xdd\xbf\x8d\xae\xff\xad\x01\x77\x0e\x15\x0b\x38\x18\x60\xe7\x28\xbc\x14\xd0\xbd\x0e\x44\x76\xe7\x05\xc7\xb1\x07\xa2\xa1\x08\xc7\xb5\x14\x85\x22\xbe\xc3\xa6\x3b\x55\x86\xa1\x13\x44\xe1\x87\x4e\x70\xe0\x04\xc7\x8d\xbe\xd3\x09\x32\x80\x77\x2f\x6e\xf4\x33\x0f\xbe\xe9\x18\x57\xbb\x1c\xd4\xe7\x1c\xd8\x13\x8f\x9f\x63\x2a\x9a\x5c\x15\x88\x42\x11\x1d\xb5\x1b\xd1\x52\xb4\xb8\x6a\x23\xda\x8a\xae\x4f\xb3\x6e\x07\xa2\xbb\xa2\xab\x3b\xc7\x54\x74\x2a\x3a\xb9\x6a\x20\xe2\x85\x26\xca\x30\x70\x82\x53\x65\x00\x7a\xdd\x26\xa2\x52\xc4\x2f\x86\x22\x7f\x71\xfa\x8b\x34\x55\x65\x98\x93\x5f\x0c\x9a\x3a\xfd\xc5\xe9\x2f\xf2\x8e\xd3\x5f\xbc\x1c\xd7\x31\xf0\x8b\x53\xc7\x05\xf4\xc2\x5c\x67\xd8\x13\x41\x4f\xa4\x22\x7b\xe2\x82\x5e\x74\xf4\x0c\x9b\x8a\xfa\x0d\x0c\x71\xaa\x7e\x40\xaf\x9b\xa2\x56\x74\x59\xdd\x28\xfa\x3e\x5e\x8a\x5e\x5c\x45\x17\xaa\x91\xc0\x31\xca\xc7\x7f\x9a\x7a\x7d\xed\x75\x70\x63\xf2\xb5\x27\x7e\x71\xa0\xdd\x53\xbf\x08\xf4\x3a\xe8\x68\xfd\xe2\x4c\xfa\x8b\xf8\x60\xa6\xfd\x95\xf4\xd7\xa1\xc8\xfe\xba\xe0\x18\xed\xb3\x1e\x8a\x1e\x5c\x45\x47\x3b\xd2\x03\xc7\x58\x3e\xde\xd6\x27\xad\x3f\xe8\x7b\x2d\x65\x12\x57\x0e\x8c\x67\x96\x8d\x40\xa3\x17\x2e\x69\xaa\xd1\xc0\x31\x16\xbf\xa8\x43\x9d\x45\x7f\x1d\x74\xb4\x0e\x15\x38\x06\xd6\x31\x4b\x95\xc3\xc7\x2e\x22\xae\xa9\x8f\x9d\x45\xeb\x37\x8d\xd0\xa1\xce\x2b\x9e\xe8\x75\xf8\x78\x9b\x8a\x0d\x8d\xed\x8d\xf6\x2a\x36\xb4\x70\x82\x53\x1b\x02\x8e\xa9\xfa\xea\x63\x81\x5e\x04\x5d\x53\x1f\x0b\x1c\x53\xc5\xd4\xd2\x80\x5e\x43\x91\xef\x78\x45\x0d\xc7\x54\xe5\x8c\x1a\x66\xd3\xab\x9a\x55\xdb\xab\xd8\xe3\xa4\xa3\x0d\xa9\x67\x60\x8f\x8b\x90\x2a\xb4\xc7\x20\xb6\x98\xbc\x76\x18\x5b\x04\xb1\xc5\x1a\x8a\x5a\xd1\xd5\x13\x93\xa6\x86\x51\x03\xd0\x8b\x60\x29\xf4\xc4\x31\xf8\x45\xbc\x7a\x68\x7c\x40\x2f\x4c\x34\x26\x3d\x11\x93\x77\xfc\x88\x6c\xc4\x44\xef\x09\x96\x42\x13\x8d\x2b\x52\x38\x26\x56\x1b\x73\x29\xe2\x0b\x11\xf3\x84\x26\x1a\x93\x5f\xc4\xd1\x87\xc6\x07\xf4\x62\x84\x08\xa3\xdb\xc0\x1e\x27\x56\x1b\xda\x63\x68\x8f\x3e\x5e\x7b\x8c\xcb\xac\x8e\xc9\x80\x1d\x9a\x15\xd0\x6b\x7a\xa3\x8d\x20\x02\x99\xe9\xe3\xef\x8a\xee\x5c\x45\x7f\x19\x81\x04\xf6\x38\x53\xd1\x4b\x11\x1a\x4d\x64\x14\xda\x23\x70\xcc\xa2\x27\xb4\xc7\xd0\x1e\x7d\x21\xed\x31\x92\xfe\x62\xf8\x0c\x8d\x2f\x92\xfe\x22\x7e\x0a\x83\x92\x48\xda\xc5\xc8\x15\x1a\x1f\xd0\x2b\xbc\xd1\x76\x5d\x70\xcc\xa6\x0b\x35\x3e\xa0\x57\x28\xb2\xa9\x45\xeb\x89\x9f\xa2\x3e\x22\x5a\x4f\x94\x15\x06\x12\xc0\x31\x89\xeb\x43\xbd\x0f\xf5\x9e\x28\x2b\xd4\xfb\x68\xbe\x23\x43\x40\x18\x22\x00\xbd\xfc\x1c\xc6\xc1\x71\x69\xf1\x11\xb8\xda\x68\x9b\xaa\x46\x13\x8b\x85\x1a\x1d\x68\x74\xe0\x1e\x9d\x12\xce\xbc\x34\xfa\x08\xfc\x57\xaa\xd1\x40\x2f\x86\xf5\x74\x84\x01\x8e\xc0\x14\x52\x25\x4f\x42\xe3\x95\xde\xb8\x15\x3d\xb8\x6a\x7d\x7f\x28\x4e\x15\x1e\xe8\x45\x5c\x96\x86\x1e\xc0\x11\x58\x4a\x3a\x26\xa5\x36\x80\xca\xa4\x36\x00\x1c\x31\x14\xf9\x26\x8e\x49\xc4\x65\xe9\x98\x04\x1c\x81\xa5\xa4\x91\x33\xd0\xab\x78\xbc\x66\x91\x97\x29\x1c\xc1\x1c\x22\x1d\xa6\x72\xd2\xae\x52\x64\xbb\x18\x47\x02\x25\x4d\xc7\x91\x74\x1c\x21\x66\x49\x15\x3e\x83\xef\x10\x5e\xf5\x50\xc4\x77\x60\xd0\xc8\xf0\xb5\x2f\x25\x3d\x82\x90\x28\x55\x52\xa0\x17\xea\x97\xc6\xd7\x89\xde\x46\x2a\xf2\xd3\x30\x83\x5c\x0c\x2d\xe9\x0c\x32\xf1\xfd\x81\x0d\xa4\xea\x97\x49\x7f\x11\x38\xa5\x01\x4e\xe2\xfb\xa3\xf9\x45\x7d\x7f\xea\xfb\x3f\x22\x9f\x55\xbc\x63\xd3\xd4\xf2\x1d\x8b\xfe\x42\xe1\x53\x47\x9f\x68\x77\x30\xda\xa4\xda\x9d\x6a\x37\x0a\x9f\x6a\x77\x36\xcf\x22\xa2\x67\xdd\xe1\x02\x9f\xa5\xc8\x67\x11\xed\xc6\x56\xe4\xb3\xda\x67\xf1\x8e\xfd\x79\xd6\xa5\xb7\x89\x57\x77\xe1\x62\x16\x61\x50\xa2\xf0\xa5\x92\xd6\x40\x01\xd6\x0d\x51\x29\x2a\xae\xda\x88\x5a\x11\x8d\x20\x88\x2b\x83\x25\xe0\x48\x46\xe7\x52\x95\xcb\x60\x69\xf9\x8b\x77\x45\x77\xae\x52\xf4\x50\xc4\xa7\x5d\x36\xe2\xa9\x88\xa6\x32\xa2\x96\x2e\xbc\x26\x9f\x96\x50\xaf\xd4\xd5\xc2\x85\x27\xa1\x5e\xe9\xc2\x81\x5e\xf4\x57\x39\x17\x2c\xd4\x37\x19\xb9\x4a\xf5\x2d\xd5\x77\x2d\x44\xb6\x1e\x17\x9e\xc3\x1b\xfd\x45\x26\x7e\x8b\x31\xbc\xf4\xd7\x45\xb0\x94\x78\xe2\x32\x58\x2a\x83\x25\xc6\xf0\x32\x58\x02\x8e\xc4\x7b\x96\x4a\x5e\x2a\x39\x5e\xaa\x54\xf2\xc2\x39\x67\x78\xe3\x4b\x11\x1f\x8d\x91\xbe\x74\xce\xc0\xc1\x4a\xd2\x2c\x9d\x73\xa9\xe4\xf8\xb2\x52\xc9\x0b\x25\x4f\x42\xbd\x52\xc9\x4b\xe7\x8c\x4e\x94\xce\x19\x38\x92\x50\xaf\x9c\x31\x02\xbd\x98\x0b\x56\xda\x2e\x42\xaa\xc4\x60\xca\x90\x0a\xe8\xcd\x82\x47\xe9\xd5\x81\x23\x31\x98\xd2\xab\x03\xbd\x6f\x8a\xfc\x8e\x97\xdd\x1c\x89\x07\x28\x67\x04\x40\x6f\x42\xe3\x72\x46\x50\xc5\x2f\x62\x8f\x65\xcc\x03\xf4\x56\x57\x9d\x57\x16\xeb\x29\x89\xde\x57\x7d\x1e\xff\xe4\x2a\xfa\x4b\x1b\x02\x8e\x54\x7d\xb5\xa1\x62\x38\xd8\xc4\x29\xe5\x70\x00\x1c\xa9\x62\x1a\x06\x01\xbd\xf1\xea\x65\x18\xc4\x22\xde\x91\xaa\x9c\xc6\x07\xb4\x4b\x6b\xe5\x12\x4b\xb1\x9e\x92\x4c\x84\xca\x71\x04\xe8\xad\xc1\x18\x19\x01\x47\xaa\x00\x0e\x2d\xc5\xe4\x65\x1f\xde\x68\xeb\x35\xd1\x7d\x7d\x21\xd7\x0d\x67\x33\x8e\x6c\xc2\xd9\xd6\x44\x1b\x7b\x2c\x3a\xba\xb5\x47\xa0\x37\x06\xd3\xda\x63\x63\x43\x75\x53\x84\xe6\x34\x36\xb4\x09\x41\x5b\x1b\x6a\x6c\xa8\x88\x70\x5b\x1b\x02\x7a\x13\x8b\xb5\x36\xd4\xd7\xa8\x70\x14\xab\x54\xed\xa8\xd0\xd3\x5f\xdc\x88\xfc\x45\x26\x2f\x45\xbc\xd9\x46\x46\x40\xef\x8f\x88\x9e\xe8\xe0\x17\xb1\xc7\x36\xe6\x69\x6c\x68\x33\x5a\xb5\x36\xd4\xc1\xb3\x88\xb2\x3a\x7c\x56\xf8\x2c\x45\x9f\x67\x3d\xb8\x8a\x46\x38\x2a\x00\xbd\x19\xd3\x5a\xb3\x6a\x6c\xa8\xc2\xc7\xdb\x13\x04\x38\x9b\x10\xb4\x1d\x3b\x80\xa3\x88\x2d\x5c\xa1\x15\x7a\x8f\xfe\xfe\x50\xdc\x4e\x51\x3a\xf9\x34\x04\x15\xad\x3d\xf5\x65\x4f\xbd\x89\x63\x5b\x7b\x6a\xe2\x9f\x62\xc0\x6e\x2d\x05\xe8\x4d\x1c\xdb\x0e\x40\xcd\x6a\x4e\xa5\x37\xda\x6c\x8d\x87\xa1\xb8\x35\x1e\xe0\x28\x4c\xac\x1d\x93\x80\xde\xf6\x9d\x63\x52\x33\x26\x15\x8b\xad\xed\x98\xd4\xcc\x34\xf6\x54\x64\xbb\x98\x69\x14\x43\x5e\x3b\xd3\x68\xc6\xa4\xcd\x80\xdd\xda\x13\x70\x54\x7b\xe3\xa7\x5d\x74\x27\x91\x60\x6b\x62\xcd\x3a\x4d\x61\xae\xed\x84\x01\xe8\xed\x77\x68\x3f\x33\x71\x59\x2d\x45\x6a\x11\x71\xd9\x26\x5e\x6c\xed\xa9\x31\x8b\x5a\xd7\xd7\x72\xa9\x7c\x2e\x6d\x00\xb7\xbb\xb4\x81\x35\xbc\x31\x10\x71\xe3\x42\xbb\x59\x3f\x9f\x4b\xed\x5e\xd3\x46\xf0\x2c\x83\xfc\x45\xe8\xd2\x98\xd8\x52\x49\x81\x76\x2d\x7c\xcd\x87\xa2\x07\x57\x29\x7a\x2a\xe2\xa3\xe1\x9c\x97\x01\x0e\x70\xf4\xf0\x17\x4f\x45\x74\x0e\x31\xde\x72\x2a\xb0\xb0\x01\xd7\xb0\x97\x36\x00\xf4\xc6\x85\x2f\x87\x16\x72\x00\x87\x8b\xca\xcb\x71\x64\x31\x15\xd8\xe9\x8d\x4b\xd1\x65\x29\x2e\x04\x2f\x2d\x65\x69\x29\x84\x7a\x4b\x4b\x59\xd8\x80\x4b\xbc\x4b\x1b\x58\xda\x00\xc3\xc1\xd2\x06\x16\xe3\x88\xeb\xa6\xcb\x71\x64\x31\x42\x6c\x02\xc2\xa5\x46\x2f\x46\x08\x57\x31\x97\x1a\xbd\x08\xf2\x37\xc3\xc1\x72\x38\x58\x2c\x33\xba\xf2\xb8\xd4\x42\xa0\x37\xba\xba\x9c\x15\x2f\x7c\x7f\x97\x57\xf9\x2c\x7d\x3f\xeb\x6d\x4b\xdf\x0f\x1c\x8d\xfa\xae\xfa\x3c\x9e\xd1\xe6\x23\xf2\x73\x30\x6d\x75\x71\x6d\x39\x6d\x05\x7a\x13\x5c\x2e\xb5\x10\x38\x1a\xf5\x5d\x6a\xe1\xd2\xab\x7f\x6e\xf4\x1d\x51\xcc\x6e\xbe\xb6\x8a\xb9\x54\x4c\x86\xa9\xa5\x62\x2e\x14\xb3\x19\x6d\xb6\x8a\xb9\x59\xff\x6e\x74\x75\xeb\x89\xb7\x8a\xd9\x5e\xb5\x15\xa1\x26\x8c\xf4\xdb\xf8\x1c\xe8\xdd\x07\x22\xbe\xd0\x26\x3e\x5f\xa8\xef\xd6\x5f\x03\x6d\x42\x64\xbb\x24\x0e\x1c\x2e\x23\x6d\x95\x7c\xeb\xc2\x5b\x51\x28\x0a\xae\x4a\x44\xa9\x28\xb9\x8a\x46\xe8\xd5\x37\x2e\xdc\xa5\x9f\xad\x0b\xdf\x9a\x42\x7b\x23\x7d\xbf\x51\x4c\x97\x58\xb6\x8a\x09\xf4\xc6\xdc\xb7\x01\xce\x26\x8a\x77\x31\x60\xc7\xe7\x46\x3e\x1a\xbd\xba\xf5\xd7\x9b\x28\x7e\xb1\xc6\xb6\xd5\x42\xa0\x77\x2b\xf2\xb5\x2f\xcd\x3b\x9c\x74\x6f\x57\x31\xb7\x7e\xd5\xbe\x57\x0b\x37\x41\xc9\xc2\xc1\x6c\xb5\x70\x1b\x94\x10\x66\x6f\x5d\x2d\x70\x38\x89\xdc\xba\x5a\xa0\xf7\xf2\x46\x3f\x07\xde\xd7\xe9\xe1\xd6\xfb\x02\xbd\x89\x1a\xb6\x33\x02\xe0\x70\x96\xb7\x0d\x70\xb6\x3e\x9a\x70\x76\xeb\xa3\x81\x63\x25\x8d\xd0\x47\x6f\x7d\x34\xb1\xc5\xd6\x3a\x36\x3e\x7a\xa5\x8f\xb7\x57\x59\x33\xda\x2a\x93\x6b\x46\x1b\x83\x59\xa9\xc8\xd7\x36\x0c\x22\xe8\xdd\x86\x41\xc0\xe1\x04\x6d\xeb\xb6\x81\x36\x4b\xb6\x75\xdb\x9b\x30\x68\x61\x69\xdb\x30\x68\x1b\x06\xe1\x57\xb7\x61\x10\x70\x38\xf5\xda\x9a\xd5\x6e\x34\x87\x68\x66\x1b\x19\x6d\x0c\x66\xa9\xbe\x1a\xcc\xd6\x60\x88\x66\xb6\x06\x03\x1c\x4e\x84\xb6\x91\x11\xd0\x7b\xfb\x78\x3f\x1a\xf3\x19\x27\x42\xdb\xc8\x08\xe8\xbd\xff\x03\xb3\xe2\xed\x74\x07\x38\x9c\x01\x99\x29\x9d\x77\x06\x0d\xe7\x36\x77\x07\x8d\xbb\x81\xd3\xf6\xaa\xa5\x08\x2d\xa2\x3b\xef\x4e\x51\x80\x65\xc6\xef\xee\x14\xe5\xce\xa0\xb1\xe8\xce\xbb\x83\x06\xb0\x6e\x37\x45\xde\x78\x79\xf2\x63\xb3\xe0\x7a\x37\xb2\x01\xd6\x8d\x00\xf8\xae\xf1\xdc\x59\xeb\xdc\x84\x57\x77\x03\x09\x60\xdd\x30\xea\xbb\x9e\xf8\x4e\x6c\x61\x88\x70\xd7\x13\xdf\x2f\x1b\x58\x37\x02\xe0\xbb\x36\x70\xc7\xed\x6e\x96\x94\xee\x2a\x16\xb0\x6e\x36\x42\xb7\x7b\x67\xe5\xd1\xf1\xed\xee\x84\x14\x58\x37\x4c\xff\x5e\x9f\x67\x5d\x43\x9e\x63\xd2\x5d\x1f\x0b\x2c\xb3\x9a\x77\x75\xed\x8e\x7e\x38\x8e\xdc\xd5\x0f\x20\x8d\x3d\xef\xba\xdd\x3b\xfa\xa1\xef\xbf\xab\x1f\xc0\xba\x11\x26\xdf\xd5\x0f\x72\xd9\xc7\x66\x02\x6f\x32\x7b\x3e\x98\xa3\xea\xa5\x1e\x06\xc0\xc0\xba\x11\x39\x3f\x5c\x48\x01\x0e\x3d\xcb\xc3\x69\x2b\xb0\x6e\x4c\x48\x1f\x7e\xed\x07\x73\x54\x7d\xc6\x43\x4f\xfc\x18\x7c\x34\x7c\xd9\xc3\xaf\xfd\xb8\xbe\xf0\xa1\x05\x3f\x5c\x4f\x79\x5c\xce\x79\xdd\x0e\x45\x6f\x45\x6f\xae\xe2\x17\x5d\x4f\x01\xd6\x8d\xf8\xfa\xa1\xbf\x7e\xe0\x9c\x37\xb3\x83\x87\xce\x19\x58\xa6\x7c\x1f\x3a\x67\xe0\xd0\x9e\x1e\x3a\xe7\xc7\x15\x5f\xaf\xdb\xe1\xe3\x97\x22\x5a\xbf\xbd\xd1\xd6\xab\x72\xc4\xd7\x0f\x55\xee\x71\x79\xcf\xa1\xae\x3e\xf4\x9e\xc0\x32\x31\xfc\x50\xbf\x80\xf1\x37\x91\xed\x4a\x7a\x15\x7f\xfd\x70\xc6\xf8\xb8\x9c\xe0\xb8\x11\x26\x3f\x74\x82\x8f\xa2\x5d\x8a\xd4\x9c\xc7\x35\x3a\x0f\xd3\xb4\x0f\x47\x67\x60\xdd\xa6\x22\x34\xe7\xd1\xb4\x0b\x57\xf9\xd0\xd9\x00\xeb\x86\xae\x3e\x74\x36\x8f\x4b\x5b\x86\x69\xda\x87\xa3\xf3\xa3\xf9\x45\x26\xdd\x0f\x35\xe7\x71\x69\xcb\xb8\x11\x6e\x3c\x74\x23\xc0\x32\xef\xfc\xd0\x8d\x3c\xa0\x77\xdc\x70\x6f\x0f\xdd\x08\xb0\x6e\xe1\x8d\xa7\x22\xde\x11\xf7\xf6\x54\xe5\x80\x71\x43\x0b\x9f\x63\x28\xc2\x1e\x19\x5a\x9e\xae\xf0\x3d\x07\x4d\x65\x58\x7f\xaa\x85\x4f\x55\x8e\xd8\xf5\xa9\xca\x01\xe3\x86\xfa\x3e\x75\x30\xcf\x4b\xf3\x96\xfd\xf5\x74\x59\x04\x18\xb7\xb6\x11\x0f\x45\x74\x61\x28\x7a\x2a\xe2\x85\x70\x69\x4f\x15\x13\x58\xb7\xb0\xa9\xbc\xd0\xf3\x52\xa0\x71\x63\xc8\x7b\x3a\xac\x3f\x27\x96\x46\xdf\x3f\xd5\x9c\xe7\xe4\x17\x71\xf4\x4f\x35\x07\x58\x26\xd2\x9f\x46\xb8\xcf\xe0\xa3\xb1\xd6\xf0\x34\x1f\x0e\xac\x1b\xc3\xd4\xd3\x65\x11\x60\x1c\x38\xbe\xa7\xe1\x2c\xb0\x6e\x4c\x71\x9e\x86\xb3\xcf\xcb\xf1\x8d\xe3\xe6\x8d\xb6\x2b\xf8\xb4\xe9\xe3\xed\x9c\x2b\x76\x1d\x07\x6e\xe8\x69\xec\x0a\xac\x5b\x2a\xb2\xa9\x17\x8c\x03\x0f\xf0\x8c\x4f\x53\xe9\x09\xa6\x4b\x4f\x17\x4f\x9e\x57\x6c\x31\x0e\x16\x9b\x9e\xc6\x16\xc0\xba\x11\x6f\x3e\xb5\x8e\xe7\xa5\xfe\xe3\xc0\x6a\x9f\x2e\x07\x3e\x93\xef\x88\x7e\x3d\x75\xb5\xc0\x38\x98\xa3\x3e\x8d\x40\x9e\x7a\x5f\xf4\xeb\xa9\xf7\x7d\x5e\x11\xc8\x38\x86\x22\x9b\x9a\xf4\x2a\x81\xea\xd3\x08\x04\x18\xe6\x9d\x9f\x46\x20\xc0\xba\x95\x8d\xb0\xf5\x18\xdf\x41\x64\xf4\xd4\xf8\x9e\x45\xdf\xab\xab\xc6\x16\xc0\x38\x08\xec\x9f\xc6\x16\x4f\xfd\xbd\x8a\xa9\xbf\x7f\x16\xad\xc7\xd2\x9e\x5a\xed\x53\x7f\x4f\x24\xf9\xd4\xdf\x03\xc3\x84\xf5\xd3\xc8\xfb\xa9\xbf\x6f\x1f\x6f\x53\xe1\x51\x1d\x11\xdf\x1f\x8a\x9f\xc6\x19\xcf\x46\x19\x18\xcf\x9f\x0e\x07\xcf\x46\x19\x08\x89\x9e\x46\x10\xcf\xe6\xa7\xd4\x5b\xcd\xf5\x89\x6d\x1e\x7c\xad\x97\xb6\x09\x8c\x83\xc8\xe6\xa5\x6d\xbe\x06\x5a\x84\x27\x7e\x69\x62\x2f\xec\xe9\x20\x56\x7f\x69\x4f\xaf\xc1\xe3\x09\xb9\x5f\x1a\xcf\x6b\xf0\xf8\x56\x44\x53\x5f\x13\x3b\x27\x66\x79\xe9\xaf\x81\x71\x30\x68\xbc\xf4\xd7\xc0\x3a\x6e\x8a\x52\x11\x7d\x47\x08\xf9\x32\x1e\x00\x96\x66\xf1\xd2\xc4\x5e\x93\x2f\x6f\x53\x9d\x31\xbe\xae\xe9\xe1\x92\x68\xf1\x72\x7a\x08\x8c\x83\xe1\xe0\xa5\xd5\xbd\xc2\x5f\x4c\x44\xfe\x62\xf0\x4d\xc9\xf8\xbd\x34\x9e\x57\xf8\x8b\xbc\xb6\x96\xf2\xba\xcc\x62\x0c\x42\x84\x97\x66\xf1\x0a\x7e\x91\x21\xef\xa5\x59\xbc\x2e\x85\x1f\xc3\x1b\x55\x78\x60\x1d\x0c\x79\x2f\x15\xfe\x75\x29\xf9\x18\x8c\x5c\x2f\xd7\x01\x81\x25\x1d\xe3\xa5\xc2\xbf\x2e\x5d\x1d\x66\xe0\x5f\x86\xc9\x2f\xf4\x56\x13\x7b\xa9\xb7\x2f\x06\x8d\x81\x0d\xbc\x1c\x34\x80\x75\x30\xe4\xbd\x1c\x34\x5e\x97\xe6\x8c\x81\xef\x7f\xa9\x39\x2f\xa2\x86\x83\x85\xa7\x97\x51\xc3\x0b\x47\x0f\x91\x6f\xbe\xd4\x1c\x60\x69\x88\x2f\x1d\x3d\x30\x06\xce\xe6\x54\x99\x4e\xbc\xfa\x31\x14\x4d\x45\xc1\x55\x0b\x51\x2a\x4a\xae\x6a\x44\xa5\xe8\xea\xfb\x81\x83\x38\x55\x39\x60\xc9\x1c\x39\x8d\x2d\x80\x31\x70\x10\xa7\x8e\x1e\x58\x1a\xf5\xa9\x62\x9e\x78\xf5\x81\xe9\x9f\x2a\x26\xb0\x0e\x42\xbd\x53\xaf\x7e\x5e\xb1\xc5\x30\x1f\x7e\x1a\x5b\x00\xeb\x60\xe6\x7f\x3a\x17\x3c\x27\xad\xc7\x5c\x4f\x15\xf3\x24\x90\x38\xc8\x6a\x9e\x06\x12\x27\xba\x6a\x3e\xfc\x54\x57\x4f\x75\x95\x01\xfb\x54\x57\xcf\xc9\x77\x44\xa3\x4f\x15\x13\x58\xba\x91\x53\xc5\x3c\x2f\xcd\x1b\x03\x8d\x3e\x5d\x7e\x00\xd6\xc1\x47\x3b\x75\xe1\x27\x3e\x76\x10\xba\x9c\xfa\x58\x60\x1d\xac\x2c\x9d\x86\x1b\xe7\xa5\x66\x63\xde\x14\xf9\xac\xf4\x59\x34\x35\x3f\xcf\xba\xfa\xcb\x8c\xf2\xa9\xf7\x04\x96\x8e\xeb\xd4\x7b\x9e\x97\xca\x8d\x89\xae\x9e\xaa\x1c\xb0\x0e\x06\xff\x53\x57\x79\x5e\xae\x72\x98\x51\x3e\x75\x95\xc0\x3a\x42\x91\x5f\xfb\x82\x31\x55\x13\xa7\x61\xc0\x3a\x18\xe9\x4f\x1d\x2a\x30\xcc\x3b\x9f\x3a\x54\x60\x1d\x2c\x49\x9d\x3a\xd4\xf3\x72\xa2\x63\xaa\x00\xf5\x69\xaa\x04\x4e\x1f\x8f\x1b\x3a\x09\x83\x26\xf3\xdd\xd3\x30\x08\x58\x07\xab\x2e\xa7\x1e\x13\x18\xd3\x17\x72\xdd\xe2\xd4\x3a\x88\x1a\x4e\xad\xe3\xbc\x22\xa3\x31\x6d\x84\x91\xd1\x89\xab\x95\x73\x74\x6a\x30\x27\xd6\x31\x09\x24\xde\x5a\xc7\x1b\x53\x30\x15\xfd\xd6\x14\xde\x9a\x02\x6e\xfb\xad\x29\xbc\x51\x72\x53\xd1\x6f\x95\xfc\xad\x92\x13\x48\xbc\x55\xf2\x37\x4a\x3e\xcb\x67\xbd\x14\xf1\xd1\x08\x24\xde\x2a\xf9\x3b\xf8\x45\x26\x09\x6f\xbd\x1c\xb0\x0e\x02\x89\xb7\x51\x03\x30\x26\x13\xb4\xb7\x6b\x0d\xc0\x3a\x6c\x84\xbe\xf0\x8d\xe3\x9b\xa4\x6f\xde\xf1\x79\x3c\x1d\xcd\x4c\xe5\xed\x22\xd8\x9b\x68\x79\xe2\xef\xdf\xc6\x03\x6f\xa6\x5e\x07\xe1\xc6\xdb\xd0\xf8\x8d\x62\x06\xfe\xfe\xad\x62\xbe\x55\x4c\x48\x67\x6f\x15\xf3\x8d\xca\x99\x18\x7e\xab\x72\x6f\x86\x62\x07\xb0\xb7\xfa\xf5\x46\x4d\x02\x2f\xf7\x56\x4d\xde\xaa\x89\xaf\x5d\x9f\x67\x5d\x1f\x2d\x86\x22\xbb\x50\xf7\x88\x37\x79\xeb\x1e\x81\x11\x23\xbf\x3f\x14\xbf\x1d\xbc\x81\x75\x10\x8d\xbc\x55\xbf\xf7\x15\x79\x8f\x40\x6f\xdf\xce\xdf\x80\x25\x8f\xec\xad\xdb\x05\x86\xf9\xdd\xb7\x1a\xf9\x56\x23\xcb\x1b\xfd\x34\x68\x64\xe0\x46\xde\x6a\x24\xb0\x0e\x82\xe9\xb7\xe1\x3b\x30\x62\x7a\xa3\x5d\x40\xf8\xee\x80\xfd\x56\x49\xdf\x68\x64\x5c\x46\x1d\xd2\x98\x85\x75\xf4\x81\x68\x28\xa2\xf5\x97\xf1\xc4\x0d\x17\x2e\xac\xe3\x8a\x6c\xe2\xc6\x8c\x31\x60\x3b\x8f\xb8\xcc\x22\x64\x3b\x0b\xeb\xb8\x5c\x65\x48\x77\x16\x06\x19\xe5\x90\xee\x2c\x2c\x42\x84\x80\xfa\x7c\x01\xed\x4a\x7f\xf1\x8d\x88\x89\xdf\xd1\x88\xa6\x4d\x9d\xb4\xab\x68\xfd\xb4\x5d\x57\x30\xbe\x8e\xa6\x11\x64\x22\x85\x11\x57\x47\x07\xa4\xe9\x1f\xe3\xe6\x48\xbf\x78\x47\x6c\x20\x6e\x44\xbb\xb1\x78\x56\xd8\x08\xa2\xdd\x63\xd3\x2e\xb4\x3b\x20\x46\x8f\xb8\x14\x3e\x24\x46\x0b\xeb\xd8\x3c\x3e\x7d\xd6\x05\x23\x3e\xa2\x52\x44\xbb\x36\xed\x4a\xdb\x45\xb4\x1b\x57\x6c\x11\xb7\xb4\x5d\x44\xbb\xc7\x47\x64\x17\xa6\xfc\x79\xda\x85\x27\x16\xd6\xb1\x6d\xc4\xa7\x5d\x6f\xae\xa2\x73\x88\x07\x84\x35\xbc\xb1\xec\x2f\xcc\x22\x6f\x3c\xbe\x7c\x3c\x66\x31\x6e\xf4\x44\xf9\x85\x30\x8b\x3c\x68\x6a\xf9\x85\x88\x50\xc7\x8d\xaf\x5d\x36\x82\x08\x95\xc4\x70\x48\xaa\x8e\x1b\x53\x4d\xc2\xa0\x80\x4d\x7d\x41\x72\x15\xed\x6a\x7b\x02\x2d\x84\x62\x18\xb7\xf6\xf1\x68\x61\x5e\x9e\x38\x24\x42\xc7\x71\xe9\xd7\xc8\x6b\xe4\x8a\x43\xfd\x82\x0f\xbd\xc6\x15\x52\x05\xa4\xe8\x0b\x78\xa1\x6b\x84\x08\x59\xcf\x71\xe0\xf1\xc6\xe1\xb3\x4e\x45\x3c\xfe\x72\xa8\x71\xa8\x4c\x07\x93\xb5\x71\x05\x38\x01\x45\xf9\x02\x3a\xba\x78\x3c\x61\x63\x1c\xf3\xf2\x65\x70\x13\xe3\x98\xde\x78\x8d\xc8\x23\x8b\x76\x31\x33\x13\x16\xdc\xc4\x38\x98\x99\xc5\xc1\x34\x2c\xb1\x8e\x23\x6c\xea\x05\x6b\x4c\x45\xad\x88\xd6\x5f\x21\x7b\x40\x77\xfe\xc0\x1a\x93\x17\x62\x58\x8f\x23\x68\x57\xd3\x88\xb0\x5d\x28\xe6\xb0\xbf\x54\x4c\x38\xcc\x83\x6c\x6b\x1c\x2a\x26\xb0\xc6\xe5\x27\x42\x3e\x73\x1c\xf8\x58\xf2\xa8\x71\xa8\x5f\x07\x53\x27\x38\x93\x71\x30\x75\x8a\xe3\xd2\xaf\x91\xe8\xea\x91\x9f\xc7\xd3\x13\x93\x46\xa4\x3d\x71\x8d\xee\xa3\xd0\x2f\x29\xce\x01\xad\x79\xb1\xfd\x23\xe0\x36\x5f\xb0\xb8\x8a\x67\xa9\x72\x87\x2a\x17\xf4\x84\x2a\x07\x8c\x3a\xe8\x42\x55\xee\x50\xe5\xfc\xb4\xaa\x1c\xec\xe4\x51\x7e\xda\xb6\xa3\x71\xa2\x03\xcf\x24\x53\x59\x18\x64\x48\xe3\x68\x5f\xbb\x6d\x17\xef\xa8\x16\x1e\xac\x6e\x90\x21\x8d\xa3\x6d\x04\xe1\x2c\x8c\xcf\x90\xbc\x2c\x8c\xe2\xd3\x4a\x5e\x16\x46\xf1\x1d\x87\xee\x11\xc2\xf2\x1a\xe9\x55\x5b\x11\x2f\x44\x4f\x0c\xbd\xdc\x60\x49\x8a\xa0\x37\x60\x2d\x5f\x70\x79\x80\xf2\x46\x3d\xd3\x50\x31\x2f\x7f\x1f\x32\x95\x63\x5c\xa1\xe2\xa8\x6b\x44\x8d\xc1\x92\x41\x8c\x49\x53\xcb\x67\x9d\x8a\x68\x6a\xf9\xac\xb7\xa2\x6b\x0e\x32\x9a\x46\x10\x5c\x0a\x83\x4c\x66\x8c\xf0\x85\x58\x6b\x18\xf8\xfb\xa1\x46\x0f\x42\x04\x32\x99\x31\x74\x8f\x90\x9f\x17\x24\xd0\x18\x61\x53\x83\x77\xfc\xdc\xe8\x3b\x32\xf3\x1f\xf8\xe8\x91\x3e\x3e\xe9\x2f\xfc\xea\x48\x1f\xcf\xe0\x0f\x09\x34\x06\x83\x7f\x8c\xe4\x17\x17\x8f\x57\x57\x47\xa2\x00\x1f\xd1\x4b\xd1\xa5\x98\xb5\xc7\x77\x87\xe2\x90\x73\x1d\xf0\xa1\xd7\x40\xe1\x21\x45\x5f\x90\x3c\x84\xbe\x53\x49\x07\xd3\xf4\xb1\x69\xb6\x4a\x0a\x8c\xc6\x97\x0d\x95\x14\x06\xf5\x1a\x9f\x1b\xed\xe1\x0b\x46\x1f\x3c\xbe\xed\xe1\x0b\x16\xbc\xce\x70\x0b\x94\x30\xc8\x7d\xc6\xd0\x2f\x0e\x34\x72\xfa\x78\x35\x12\x18\x6c\x16\x8a\xc1\xb0\x1e\x03\x57\x49\xac\x1e\x43\x57\x09\xf5\x7a\xb0\x7d\x27\xa4\x5e\x0b\x6b\x1e\x8a\x86\x22\x5a\x7f\x85\x1b\x21\x83\x5a\x58\x44\xf4\x31\xd5\xc8\x49\xbc\xc8\x9e\x91\x80\x60\xfd\x81\x35\x31\x31\x79\xd6\x31\x19\x64\xc9\x57\xc6\x74\x90\x05\xd6\xbc\x26\xa4\x31\x55\x65\xa0\x8b\x91\x5e\xea\x75\xc0\xa0\x1e\xa4\x30\x43\x06\xb5\xb0\xe6\xa1\x88\x2e\x84\x08\x3d\xd8\xca\x10\x12\xa1\x03\xa6\xf3\x62\x5a\x11\x53\x5d\x9b\x8c\xce\x24\x27\x63\x3a\x3a\x03\x6b\x32\x00\x49\x84\x16\x06\x3c\xfc\x90\x08\x2d\xac\x89\x37\x90\x08\x1d\x13\x5d\x6b\x54\x79\xaa\x6b\x93\xd1\x79\xda\xab\x8e\xce\xb0\x9e\x07\x69\xc7\x90\xf5\x2c\xac\x39\xe8\x9c\xb4\x57\x19\x77\x1b\xb7\x3b\x1d\x77\x81\xc5\x44\x26\xa6\xe3\x2e\x4c\xe5\xd1\x68\xa1\x4c\x65\x61\xcd\xc1\x6b\xab\x85\x10\x8e\x07\x14\xfa\x90\x70\x2c\xac\xe9\x77\x2c\x5f\x08\x95\x23\x13\x19\x12\x8e\x85\x35\xaf\x59\x71\x48\x38\x0e\xe8\xc3\x03\x12\x7a\x4c\x9d\xe0\x6c\xdf\x91\xef\xa8\x7e\x4d\x62\xc4\xa5\xe6\xb4\xef\xa8\xca\xe1\xf1\xa6\x2a\x07\xc9\x78\x2c\x3f\x5a\xdb\x2e\x5c\xe5\x9c\x36\xc2\x76\xa1\x98\xd0\xa5\x43\x0e\x72\xc0\x02\x1e\x8b\x2f\x14\xf3\x23\x42\x57\x19\xb9\x60\x07\x5f\x70\xd9\x23\xcc\xdb\x08\x96\x52\x85\x35\x19\xb9\xc2\x20\x2e\x18\x51\x49\x3b\x46\x38\xa2\x02\x0b\xde\x70\xc8\xe2\x0d\x98\xbb\x63\xe1\x63\xc3\x11\x15\x58\xd3\xc7\x3b\xa2\xc2\xb6\x1d\x0b\x57\x19\x7a\x29\x60\x4d\xc2\x8d\xd0\x4b\x01\x03\x06\x63\x48\xc6\x8d\x50\x4d\xa6\x22\x7f\x11\x35\x21\xd9\x16\xa1\x9a\x84\x6a\xc2\xc8\x25\x3f\x37\x82\x59\x0b\x7c\xc2\x88\xf2\xf1\x78\x26\x66\x8c\x11\x7a\xa6\x40\x4d\xd6\xe2\x85\x54\x93\x50\x4d\x18\xdf\x42\x35\x89\x6b\x7c\x1c\x50\xe6\x02\xfa\xee\x07\xd6\x0c\x6f\x7c\x29\x42\x4d\x08\x41\xe5\xe7\x46\x10\x9e\xc1\x8d\x8e\xd0\x0d\xb1\xf1\x72\x40\x27\x8b\x70\xf8\x04\xd6\x0c\x1e\xaf\xe6\x00\x03\x0a\x58\x84\xce\x0a\x62\xef\x62\xda\x1a\x12\x7b\x03\x62\xef\x80\xb6\x15\x12\x7b\x03\x32\xef\x9a\xc4\xfa\xa1\xe6\x00\x03\xaa\x55\x84\x9a\x03\x2c\x26\xb7\x21\xd7\x37\xe0\xfa\x2e\x76\x84\x86\x5c\xdf\x80\xd8\x3b\xe0\x55\x85\xc4\xde\x80\xcc\xbb\xa0\x5e\x47\xea\xe5\x60\xdb\x8e\xcd\xb0\x2e\xdb\x56\x58\xcc\x77\x23\x55\xb9\x64\x05\x07\x8a\x4f\xa4\xce\x0a\x58\xf3\x9a\xf8\x85\x9c\x5c\x61\x40\xde\x09\x39\xb9\x01\x01\x77\xcd\x52\xf4\xf9\x45\x5e\x1b\x9d\x48\x16\x75\x84\x05\x41\x3b\xd2\x01\x1b\x18\x90\x77\x42\x9a\xae\xb0\x66\x79\x23\x3d\x01\x01\x77\x40\xcb\x09\x09\xb8\xc2\x9a\xb8\xb4\xd4\xcb\xc1\xb6\x1d\xdb\xd7\x56\x31\x81\x35\x19\x8a\x65\xdb\x46\xa2\x72\xdb\xa6\xaa\x72\xa9\xca\xe1\xf8\xa4\xd6\x06\xdc\xd9\x41\xb2\x2e\x20\xd0\x7e\x60\x4d\x3c\xb9\x3c\xda\x48\xd5\x64\xf1\x2c\xd5\x24\x55\x93\xfe\xfe\x02\x75\xa4\x5a\x04\x35\x76\xb0\xef\x33\xa4\xc6\x06\x4c\xd4\x49\xa2\x33\xca\x01\x08\x56\xea\x9a\x44\x10\xb2\x52\x03\x8e\xe9\xbc\xe1\x9c\xcb\xaf\x55\x3a\x08\xec\x49\xbe\x69\xd4\xf5\x1d\xe6\x6d\xde\x10\x3d\x14\xf1\x1d\x88\x9c\xcb\xef\x50\x57\xa7\x4f\x72\x66\x51\x76\x7a\x39\x26\x2d\x6f\xfc\xfc\xe2\x9b\xab\x68\x97\x81\x13\xb0\x26\x31\x8b\xfb\x8f\x03\xbe\xea\x24\x1b\x16\x65\xdc\x0f\x51\x75\x4d\x62\x16\x89\xaa\x51\x41\xbb\xb0\xf3\x32\x4a\x82\x82\xba\xe6\x52\x64\x23\x92\x67\x61\x29\x92\x4b\x85\xc5\x0a\x4c\x94\xdf\x14\x26\xe9\x64\xe7\x64\xc8\x24\x15\xd6\x5c\x34\xd5\x49\x24\xbc\xce\x79\x43\xe1\xe5\x75\x06\xbc\xce\xc5\x3a\x4d\xc8\xeb\x0c\x88\x9b\xf3\xb6\xbc\xca\xd7\xbe\x60\xcd\xcd\x3b\xea\x33\x80\x79\xb3\x11\x0e\x2d\xa5\x1b\xd9\xbc\xa3\x6e\xa4\xd8\xbf\x7d\xf3\xf1\xea\x47\xa9\x1f\x9b\xc7\xab\x00\x70\x39\xe7\xed\x73\xa3\x4d\xd5\x8d\x30\xc3\x96\xd7\x19\x30\x36\x27\xc9\x81\x90\xb1\x29\x2c\x36\x16\x44\xe9\x33\x80\xc9\xb2\x7f\x48\xe2\x8c\xbe\x7c\xc6\x64\x8d\x3f\x5a\x9f\x01\x2c\x16\x9e\x42\x5e\xa7\x30\x59\xe3\x8f\xd6\x8d\x40\xf5\x5c\x93\xe9\x8e\x54\x4f\x61\xb2\x99\x32\xa4\x7a\x46\xeb\x6c\x98\x74\xb7\xce\x06\x98\xc7\x61\x23\x1e\x8a\xae\x8e\x8e\x4f\xbb\x9e\x8a\x5e\x5c\x35\x11\x9d\x8a\xde\x5c\x45\x53\x49\x6b\x07\x1c\xd1\x79\x10\xf3\xc8\x11\x0d\x08\xa1\x8b\x9d\x12\x21\x21\x34\x60\x7f\xce\x03\xf7\x26\xfb\x33\x60\x7c\x2e\x16\xc4\xa2\xd5\xfb\xbe\x74\x7d\xb2\x4a\x1e\xad\xb3\x69\x94\x3c\x6e\xb4\x5e\x25\x07\x26\x6b\xd6\xd1\x2a\x39\xb0\xc2\x17\x52\xc9\x81\x79\x30\x60\xb7\xb3\x03\x60\xc5\xe1\x8d\x36\x35\xe8\x55\x86\x62\xc9\xa5\xc2\x0a\x5f\xdb\x01\x1b\x98\xac\x33\x47\x3b\x60\x43\x41\x5d\x71\xf8\x78\x5f\xe8\x32\x92\xc9\xda\x70\xc8\x37\x15\x56\x1c\x3e\xde\x17\x0a\x14\x20\x14\xf9\x42\xa4\x5c\xc2\x2e\x4c\x5f\xe8\xb2\xa1\xc9\x1a\x6c\xb4\x36\xd4\x69\xbb\xe8\x1c\xd7\x66\x80\xc9\xc2\x66\x48\x28\x15\x56\x10\xba\xb4\x66\x05\x63\x74\xb2\x64\x19\xed\xec\x02\x58\x41\x70\x29\x7b\x34\xfa\x8a\xfe\x26\x0b\x88\xd1\x46\x7f\x50\x45\x17\xfb\x44\x42\xaa\x68\xc0\x05\x9d\xac\xc4\x45\x6b\xa2\x30\x3e\x17\xfb\x44\x42\xc6\x67\x74\xd3\x2e\x3c\x53\x1b\xb1\x41\xdc\x5c\x31\x15\xd9\x5f\x8d\x16\x6e\x45\x2a\x40\xa3\x85\x7e\xda\xb6\x0b\x31\x2b\xd2\x5d\xd1\x9a\x15\xb0\x58\x6d\x8c\xd6\xac\x5a\xb3\xc2\xd2\x24\x81\xc6\xd2\xac\xb0\xa1\xa5\x59\x01\x2b\xd0\x89\xa5\x59\x41\x15\x9d\x2e\x49\x49\x15\x0d\xa8\xa2\x8b\x65\xca\x90\x2a\x1a\xeb\xd2\xfb\xe9\x02\xd1\x52\xef\x81\xc5\x32\x65\x2c\x07\x6c\xd8\xa3\xd3\x75\x1e\xd9\xa3\xc2\x62\x4b\x4b\x2c\x4d\x01\x98\xe4\xc9\x62\x39\x04\x00\x8b\xaa\x11\xb1\x9c\x4e\x43\x02\x9d\xae\xf3\x48\x02\x0d\x58\x9e\xcb\x25\xcf\xa5\x16\x02\xd3\xf5\x14\x19\x9f\xc2\x8a\x50\x64\xeb\x2f\x2d\x9c\xae\x94\x2c\xb5\x10\x58\x2e\x8c\x2e\x3d\x39\x30\x07\x23\xbd\x24\x50\x61\x05\xba\x2a\x09\x34\xd6\x15\x6f\x4e\x57\x37\x96\xf1\x26\xb0\x5c\x3e\x95\x17\x1a\x90\x40\xe7\xf8\xdc\x68\x23\x08\x2e\xd9\xb6\x13\xcb\xe0\x72\xa1\x98\x23\xe7\xf7\x87\xe2\xa5\xde\x2e\xf5\x16\xb3\x58\xea\x2d\xf4\xce\xe9\xea\xc4\x32\x84\x04\x56\x10\xe3\x2d\x27\x1f\x8b\xe1\x80\xd4\x57\x2c\x87\x03\xd8\x9f\x2b\x58\xc3\x90\xfd\x19\x50\x3d\x27\xa9\xaf\x90\xea\x19\x4b\xbd\x4d\xba\x53\xbd\x05\xe6\x58\x8a\x7c\x13\x26\x1f\x41\xd8\xb7\x54\x65\x60\x8e\xa5\xe8\xa9\x08\x6f\x80\x21\x2e\x55\x19\x8e\xe8\x24\x41\x16\x72\x44\x85\xc5\x9e\xa4\xd8\xce\x8a\xa9\xee\x31\x07\xe3\xdb\xd6\xf7\x03\x2b\x18\x51\xb7\x6b\x8a\xc0\x74\x31\x60\xab\xca\x5b\x55\x66\x9d\x59\x72\x69\xec\x41\xbb\xb6\x8f\x7f\x2a\xa2\x5d\x2c\x20\x6e\xa3\x19\xc8\xa5\x73\xe2\xe8\x25\x97\x0a\x2b\x18\x9d\x25\x97\x06\x4c\xd2\x39\x71\xe1\x32\x49\x85\x15\xb8\x11\x99\xa4\xb1\x2f\xed\x9e\x93\xb5\x86\xad\x76\xc3\x1e\x5d\x41\x8c\xb7\x0d\x47\x77\xf0\x8b\x4c\xcd\xb7\x2e\x7c\xeb\xaf\x59\x52\xda\xda\x00\x30\x9d\xc9\xee\xf0\x17\xc3\x5f\xa4\x27\x74\xe1\xfb\xb2\x81\xe9\x1c\x75\x6b\x03\xc0\x0a\xc2\xd1\x1d\x9f\x5f\xbc\xfc\x8f\x33\x46\x29\xa8\xc2\x8a\x56\x64\xe7\x60\x3c\xce\x18\xb7\xc6\xb3\x35\x1e\xc2\xd1\xad\xf1\xec\xcb\x47\x4f\x27\x7e\xdb\xa9\xf9\xd6\x5f\xa3\x72\x5b\x7f\x0d\xdf\x74\x3a\xc1\x92\x6f\x2a\xac\x60\x1a\x26\xdf\x54\x98\x4e\x51\xe4\x9b\x0a\x2b\xda\xc7\xa3\xf7\x90\x4b\xe7\x4c\x1a\xa1\xbf\x06\x56\xb0\x2c\x2b\xb9\x54\x98\x4e\x51\x24\x97\x0a\x8b\x1d\x68\x21\xb9\x54\x98\x33\x15\xd9\xfa\xb2\xf5\xa8\x89\xf3\x37\x38\xa6\x73\xaa\x72\xc6\xd7\xc0\x8a\x56\x64\x47\x5f\x43\xc0\x9c\x2a\x93\xb1\x18\xb0\xcc\x50\xc8\x24\x0d\x68\xa3\xd3\xd9\x81\xb4\xd1\xd8\x04\x5e\xec\x79\x8b\x6d\xe0\x05\xcc\x69\xe7\x38\x7f\x03\x56\x10\xfd\x6d\x4d\x14\x98\xd3\xd7\x36\x3c\x83\x49\xba\x62\x79\xa3\x5f\xbb\xe9\x55\x9b\xea\xa0\x01\xac\xc0\x44\x25\x81\xc6\x7d\xa0\x5f\xdc\x78\x77\x84\x80\x17\xba\xd8\x65\x17\xf2\x42\x85\x39\x19\xb9\xe4\x85\x0a\x2b\x3e\xa2\xad\x68\x73\xd5\x40\x74\x57\x84\x7e\x61\xc8\x52\x45\xe3\xae\xa5\x61\xb5\x77\x2d\xed\xae\xa5\x31\xe4\xdd\xb5\xb4\x3b\x96\x66\x78\x76\xd7\xd2\xee\x4c\x25\x82\x10\xf4\xee\x38\x02\xc7\x74\x06\x8b\x27\x72\x4c\x85\xc5\xee\xbf\xb8\x3b\x95\x80\x63\x3a\x0d\x96\xe4\x98\x0a\xcb\x8c\xce\xdd\xa1\xe5\x7e\x19\xcc\x74\xf0\xbf\x6b\x30\xc0\x0a\xc6\xca\xbb\x06\x73\xc7\x3a\x02\x4b\xbb\x6b\x1d\x77\x16\xae\xcc\xfb\xdc\x1d\x47\xe0\xab\x4e\x07\x7f\xf9\xaa\x71\x67\x8d\x3f\x71\x30\x77\x0d\x06\xbe\xea\x0c\x86\x29\xf9\xaa\xc2\x62\x0b\x62\xdc\x1d\x34\xee\x58\x47\x30\x4c\xdd\xb5\x0e\x60\x99\x43\xba\xe7\xe7\x17\xdf\x5c\xc5\xb3\x5c\xde\x02\x56\xda\x39\x1a\x0c\x74\xd8\xe9\x98\x24\x1d\x56\x58\x89\x4b\x93\x0e\x1b\x70\x5f\x67\x60\x69\x72\x5f\xe3\x7e\x85\x3e\xcb\x7c\xd4\xdd\x65\x7f\x58\xad\x53\xb7\x2d\xab\x35\xee\xac\x95\x26\x8e\xef\xae\xfa\x02\x53\x67\x75\x57\x7d\x81\x95\x44\x0d\x72\x5f\x03\xbe\xeb\xd4\x0d\xdd\x55\x5f\x60\xb1\x35\x32\xee\xfd\xf9\x45\xfa\x1e\xeb\xb8\x3b\x9c\x00\x2b\x0f\x45\x76\x0e\x23\x8c\xe6\x2e\x69\x36\xe0\xbe\x4e\x6d\x5b\xee\xab\xb0\xf2\xf8\x7e\xae\x38\x1e\x2a\x3c\xd4\xd8\x19\x4c\xad\xa5\xc6\x0a\x2b\x89\x76\x1f\x6a\x37\x30\x4d\x3b\xca\x96\x15\x96\x59\xba\x87\xd3\x0a\x78\xb0\x53\xb3\x90\x07\x2b\xac\x24\xda\x95\x07\x2b\x4c\x55\x59\x1e\x6c\x3c\xb0\x81\x24\x4a\x7a\x68\x03\xc0\x54\xfd\xa4\xc6\x0a\x2b\x87\x8f\xdf\x8a\x4e\xae\x1a\x88\xde\x8a\xde\x5c\x85\xc8\x69\xc5\x83\xb8\x9f\xbd\xad\xf1\xd0\x2c\x80\xc5\x86\xd1\x78\x18\x71\x01\xf3\xf3\x42\x8e\x36\x0f\xe2\xfe\x64\x98\x7a\x68\x16\x0f\xc2\xab\xbf\x3d\xde\x5f\x24\xe9\x90\x4c\x77\x24\xe3\x06\xcc\xdb\x99\xd8\x93\xcc\x5b\x61\x25\xc6\xf3\x70\x2a\x00\xcc\x64\x45\x54\x32\xae\xb0\x92\xc1\xec\xe1\x68\x03\x3f\x77\xfe\x4d\xe4\x2f\x6a\x03\xc4\xd7\x0f\x6d\xe0\x81\x0d\xb0\xd3\x34\x1e\xda\xc0\x43\x1b\x20\xaa\x7c\x68\x03\xc0\x4c\xec\xe9\xe1\x70\x20\xd7\x37\x19\xf2\xe4\xfa\xc6\x83\xd9\x01\xfb\x51\xe3\xe1\xec\xe0\xa1\xa5\x10\x26\x4b\xff\x8d\x07\x13\x78\xf6\xa3\xc6\xc3\x09\x03\xf4\xdf\x65\xd2\x54\xfa\x6f\xc0\xf5\x9d\xec\x34\x0d\xb9\xbe\xf1\xc0\xf7\xb3\x75\x36\x1e\x1a\x0f\x30\x93\x70\x43\xfa\xaf\xb0\x3e\x2f\x64\xc4\x06\x8b\x77\x26\x89\x74\x59\xbc\x21\x65\xd7\x04\xac\x94\xdd\x80\x8c\x3b\x13\x7b\x92\x8c\x2b\xac\x24\x4c\x7e\xea\xd5\x61\xde\x4e\xf6\x90\x86\xcc\x5b\x61\xd9\x39\x32\x6f\x03\xb6\xed\xcc\xe5\xb3\x78\xc7\xa7\x1a\x4d\x98\xfc\x54\xa3\x21\xe0\xce\x44\xef\x9f\xaa\xaf\x64\x5c\x3b\x47\x32\x6e\x3c\x59\xfa\x61\xdf\x67\x3c\x5d\xfa\x01\x56\x12\x95\x3e\xe7\xe7\xf1\x97\xc7\xa3\x86\x5c\x3c\x55\x5f\x60\x25\x83\xbf\xfc\xdc\x80\x1a\x3b\x0b\x87\x2a\x35\x56\x58\x6c\xfc\x8d\xa7\xba\x0a\xcc\x3a\x14\xf9\x8b\x7a\x75\x42\x84\xa7\xea\x0b\xcc\xc2\x44\x25\xd0\x0a\xcb\x8f\x26\x81\x36\x9e\x97\x62\xce\x62\x42\xfa\x54\x31\x25\xd0\x26\x81\x84\x04\xda\x80\x21\x3b\x0b\xbd\x7f\xea\xe8\x81\x95\xe5\x8d\x0f\x45\xb4\x7e\x2a\xb2\xf5\xc4\x4f\x6c\x35\x0e\xd9\xb2\x01\x1d\x76\x9a\xe8\x7c\xea\xfb\x9f\xea\x7d\x29\xb2\x5d\x17\xcc\x62\xb4\x91\x2d\x2b\x2c\x36\x24\x87\x6c\xd9\x80\x2d\x3b\x0b\xc5\x94\x2d\x2b\x2c\x55\xee\xa9\x29\x40\x5b\x9d\xc5\x98\xf4\x54\x57\x9f\xfa\x7e\x22\x5c\x29\xac\xf1\xbc\x14\x73\x96\x5d\xa8\x62\x3e\xf5\xea\x2a\xa6\x5e\x1d\x98\x65\x53\x9d\x37\x40\x74\x5d\xa6\xee\x25\xba\x06\x7c\xd5\x59\xdc\x28\x5f\x55\x58\xc9\xa0\xf1\xd2\xaf\xc2\x57\x9d\x45\xcc\x23\x5f\x55\x58\x26\xf8\xe5\xab\xc6\x0b\x2d\x2c\x3c\xf9\x4b\x2d\x04\x56\x12\xbb\xbe\x74\xa2\x70\x54\x67\x2d\x9f\xf5\x54\x44\xdf\x63\x30\xf2\x55\xe3\x85\x5f\xad\xad\xe8\xad\x08\xbf\x4a\xec\x2a\x85\x35\xe0\xab\xce\xc2\x93\xcb\x57\x15\x96\x94\x82\x97\x41\x09\x30\x9b\x84\xd1\x4b\xef\xfb\xd2\xfb\xb6\x37\xda\x2e\x26\xa4\xcd\xe0\xff\x72\x42\x0a\xac\x64\x7c\x7b\xe9\x44\x81\xd9\x68\xf4\x4b\x27\xfa\x52\x0b\xed\x1c\xb5\xf0\x75\x29\xd3\x64\x7f\x66\xbc\x54\x26\x60\x25\x0b\xa3\x2f\xc3\x0d\x28\xac\xd3\x1c\xa5\x14\x56\x61\x49\x62\x78\xa9\x5f\x2f\xfc\x2a\x85\xfa\xe2\xa5\x5f\x7d\xa9\x39\x38\x85\x97\x9a\x03\xcc\xc6\x89\xbe\x5c\xc6\x7e\xe9\x57\x57\x7d\x7f\x28\x7e\xe9\x76\x5f\x4d\x17\xe0\x63\x5f\x2e\x6c\x02\x2b\x97\x22\xbb\x00\x57\x49\xe1\xb8\x78\xf5\xe7\x46\x9c\xcd\x52\xb4\x15\x5d\x1f\x90\x32\x6e\x21\x0f\x36\xe0\xbe\x4e\x76\x61\xc6\x69\x4c\x2c\xe9\x35\x51\x06\x49\xaf\xc2\x34\xd1\x79\x1a\x54\x9c\x06\x15\xb8\x37\x79\xb0\x01\xe9\x75\xb2\x0b\x33\x24\xbd\x86\x74\xd6\x24\x4c\x96\xce\x1a\x27\xcb\x2d\x8d\xfa\x9d\x2e\xb7\x48\x67\xd5\x09\x4a\x67\x15\x66\xa3\x0c\xa7\xda\x7d\xaa\xdd\xc4\xb1\xa7\xda\x7d\xb2\xa6\xd8\x7c\xe6\x53\x25\x05\x56\x6e\x45\xfe\x22\xde\xb3\x7d\x21\x95\x54\x3a\xab\x34\x11\xe9\xac\x71\xa2\xb7\x6d\x53\xd5\xdb\x93\xc8\x99\xed\xf6\x71\xaa\xa4\xc0\x6c\x1b\xa1\x92\x02\xab\x50\x65\x79\xb0\xc2\x5c\x9f\xc7\xdb\x13\xc4\xd7\x3a\xe7\xd3\xf8\xfa\xc4\x13\x53\x2b\x2c\x4e\x3d\xf1\x49\xc6\x8f\xed\x53\x71\xaa\xf0\xe7\xa5\xbe\x93\x3a\x5a\x71\xba\xe8\x07\x1d\x76\xd5\x47\xe4\xb3\xf0\x9e\x54\x8f\x8a\x53\xef\x09\xac\x22\xf6\x94\x2d\x2b\x4c\x73\x9f\xb2\x65\xe3\xbc\x14\x7e\x15\xb1\xe7\xa9\xc2\xc3\x57\x9d\x54\x7c\x8a\xd3\x61\x1d\x58\xc5\x04\xfe\x74\xa9\x1e\x98\xd4\x39\x8a\xd3\xb5\x19\x60\x39\xb4\xc8\x70\x8d\x93\xb5\x19\xf3\xa8\xa7\x83\x3f\xb0\x28\x29\x10\xa7\x1a\x0d\x4c\xea\x09\xc5\xa9\x46\x03\xcb\x01\xe8\x34\xe4\x86\xbb\x3a\xa9\x27\x14\x72\x57\x03\xee\xea\x2a\x62\x44\xb9\xab\x01\xb9\x74\x52\x13\x27\x24\x97\x0a\x4b\xf2\xcd\xdb\x01\x1b\x98\xd4\x8b\x89\xb7\x5a\x08\xac\x22\x88\x7b\x3b\x59\x7b\xa3\x85\x54\x82\x89\xb7\x5a\x08\x2c\x29\x3a\x6f\xb5\xf0\x8d\x8f\xa5\x12\x4c\xbc\xf5\xb1\x6f\x46\xfa\x22\x46\x7c\x3b\xd2\x03\x73\xb5\xbf\x78\x57\xc4\x77\x64\x60\x7c\x3b\xa5\x7b\xa3\xd1\x6c\x54\x8c\xb7\x1a\x0d\xac\xc2\x25\xbd\xd5\x68\x60\x52\x5e\x25\xde\x7a\xe2\x37\x84\x99\x22\xde\x7c\xbb\x24\x0e\xa7\x76\xb2\x9d\x31\xe4\xd4\x0a\x4b\xea\x90\x9c\x5a\x61\xb2\x9d\x31\xe4\xd4\x0a\xcb\x41\x56\x4e\x6d\xbc\xd5\x68\xa6\xad\x6f\x35\xfa\xcd\x7a\x4a\x4d\x45\x4f\x45\xb4\x7e\xfb\x8b\xb6\x9e\xd8\x82\x62\xb7\x21\xf3\x56\x98\x14\x15\x89\xb7\xb1\x05\xb0\x0a\x35\x91\x8c\x1b\x10\x70\x27\xe5\x42\xe2\xad\x57\x87\x8c\xbb\x1c\xb0\x25\xe3\x0a\x93\x52\x1a\x21\x19\x57\x58\x85\x9a\xbc\xb5\x0e\x60\x9a\xdf\x7d\x6b\x1d\x6f\xad\x83\xa5\xd4\xb7\xd6\xf1\x26\xa6\xde\x87\x22\x9b\xaa\x75\x10\x23\xbe\xb5\x0e\xb8\xbe\x93\x2d\x9b\x21\xd7\x57\x58\x45\x8c\xf8\x36\xb6\x78\xe3\xfb\x37\x96\xf6\xd6\xf7\x03\x8b\x0a\x11\xf1\xd6\xb9\x43\xff\x9d\x94\xac\x08\xe9\xbf\xc2\x2a\x3c\xb9\xf4\x5f\x61\x6e\x3f\xad\xc6\x07\xac\x22\x18\x97\xdf\x2b\x4c\x36\x89\x86\xfc\x5e\x61\x55\x2a\xf2\x85\x98\xc9\x6e\x3f\xad\x66\x05\x2c\xf9\x5e\xf2\x7b\x03\x9a\xee\xdc\x76\xb4\x63\x87\x34\xdd\x4a\x6f\xb4\x5d\xac\xba\x6c\xbb\xd0\x09\xe9\x5b\x7b\xbc\x8c\x2f\x65\xee\x26\x3c\xdc\xc9\x86\xd3\xbc\xb1\xbe\x29\xac\xba\x62\xd7\xbc\x31\xc2\x24\x0c\xdb\x49\x79\x83\xb4\xba\x70\xde\xb4\xda\x2b\x76\x4d\xd9\xb6\x09\xc3\x76\xee\x2b\x7e\x4a\x68\xb6\x17\xd8\x7a\x1e\x3f\x7d\x3c\x96\xc6\x56\xd2\xb4\xe2\x70\xde\x58\x29\x81\x87\x96\x37\x02\x9c\xbc\x61\x43\xbb\xbf\x3f\x2b\x4e\xea\x15\x7f\x60\x41\x53\x4b\xeb\x16\x27\x34\xdd\xc9\x86\xf5\xbc\x85\x6f\xe2\xa0\x51\x74\x01\xf6\x94\x37\x16\x23\xd9\xcc\x9d\x30\x7a\x3f\xb0\x20\xb3\xa5\xc4\xde\xbc\xa9\x58\x9b\x36\x96\x2f\xa7\x62\x15\x37\xa2\x58\x49\xbd\xe1\x60\x3f\x6a\x5a\x6f\x58\x58\x75\x8d\xbb\x79\x2b\x1b\x71\x69\x51\xb0\xd3\x34\x65\xcb\x0a\xab\xec\x95\xfa\xfc\xe2\xf3\xba\x6a\xf0\x42\x65\xa7\xeb\xc2\x8b\x17\x42\x8b\x12\x86\x6c\xdc\x06\x4d\x6d\x5f\x88\x25\x38\xca\x85\xa4\x65\x83\x13\xd2\x6c\xb0\x57\x33\x6f\xed\xe3\x59\x12\x87\x7d\x95\xb7\xf6\xf1\x97\x7e\x04\xd9\xe9\x94\x53\x9b\x07\x93\xb5\xba\x02\xcd\x84\x5f\xfb\x81\x20\x3b\x9d\xd2\x6c\x85\x55\x57\x08\x99\x96\x20\x4e\xd8\xb6\x71\x0b\x45\xad\x08\x13\xbb\xa2\x86\xb4\x04\x71\x52\x6f\x38\xd8\x00\x99\xd6\x1b\x16\x56\x5d\x9e\x38\xad\x37\x9c\x90\x71\x83\x4c\x77\x4a\xc6\x4d\x4a\x10\x2f\xe2\xeb\xb4\x04\x71\x52\x63\x38\xc8\x74\xe7\xa1\xae\x51\x50\x78\x41\x11\x4c\xe8\xbb\x1f\x08\xb6\xfd\xa5\x2c\x5e\x61\x11\x85\xa7\xf5\x86\x85\x60\x43\x5f\x1e\xd3\x76\x11\x72\x53\xec\x24\xe5\xfa\x26\x94\xdd\x60\x43\x5f\x4a\xd9\xcd\xc3\x70\x63\xd1\xfa\xf0\xf1\xc1\xb3\x6c\x84\xfa\x75\xa8\x5f\x28\xd3\xa1\x7e\xc1\xcf\x8d\x9b\x8d\x20\xdc\x48\x8a\x13\x2f\x6a\xa9\x24\x15\x8a\x2f\xe0\x1d\x17\xef\x98\xbe\x23\xc1\x34\x71\x7f\x1e\x69\x47\x27\xcf\xda\x34\x35\x7d\x16\x0b\x75\xf5\x11\xd9\x85\x97\xc7\x8c\xe3\xc6\x8d\xe5\xd7\x56\xa3\x37\xaf\xad\x46\x53\x63\x38\x48\x6b\x27\xc4\xdc\x0b\xe8\xaf\x4d\x23\xca\xfe\xba\xd4\x37\xd8\x6e\x96\x87\xea\x2b\x19\xb7\x6f\xbc\xa3\xea\x0b\x04\x1b\xc9\xd2\x7a\xc3\x49\x8d\xe1\xd5\x37\xde\xb1\x7d\xc7\xa6\x5d\x83\x1b\xdb\x76\x11\x94\xb4\x4d\x6d\xbf\xf6\xe5\x2a\x83\xb4\x76\xca\xe2\x15\x16\xf3\x91\x94\xc5\x9b\x30\x77\xe3\x18\xbc\xb6\xd6\x01\x8b\x77\xf5\x4d\x91\xad\x47\xef\xd9\xb0\x95\x52\x76\x85\x20\x3b\x9d\x52\x76\x85\xd5\x57\x5c\x97\x43\x53\x18\x97\xde\x07\x7b\xa5\x72\xa8\xf7\xc0\x82\xde\x99\x16\x2a\x4e\xb8\xbe\xc1\xfe\xa6\x94\xeb\x2b\xac\x3e\x14\xdd\x15\xd1\x88\x6b\x30\xcb\xa1\x92\x03\x0b\x12\x68\x0e\xc2\xa0\x1c\x97\xae\x07\x1b\x7d\x12\x76\xf0\x07\x56\x5f\x31\x62\x4a\x12\x16\x82\xec\x74\x5a\xe1\x38\xa9\x6a\xbc\x1a\xcf\x04\x87\xf8\x82\x27\x57\xd1\x7a\x35\x5a\x92\x30\x93\xb5\x94\x24\x2c\x04\x3b\x53\x52\x92\xb0\xb0\xa0\x9d\xa6\x24\xe1\x84\x05\x1c\xec\x39\xc9\x11\xb6\x2b\x6c\x17\x8f\x0f\xdb\x15\xb4\xab\x69\x7d\xd8\xae\xb0\xbf\xe8\x55\x6d\x08\x08\x76\x80\xa4\x05\x94\x85\xc5\xf4\x30\xa5\x12\x27\x75\x94\x83\xbd\x1d\x39\xc2\x76\x61\x30\x14\xb3\xcf\xa1\xc1\x40\x12\x0e\x6a\x2a\xa7\x24\x61\x61\x41\x87\xcd\x91\xfe\xe2\x15\xa7\xc4\x81\x59\x8d\xf4\x73\x10\xa7\x50\x0a\x28\x07\x71\x4a\x42\x06\x0e\xf6\x76\xa4\x15\x92\x13\x62\xf0\xa2\x9e\x7d\x4a\x0c\xce\x81\xc1\x0c\xb4\x70\x68\x30\x03\xe7\x4e\xad\xfa\x1c\x5a\x07\xc4\xe0\x18\x2a\x40\xd9\x7a\x4d\x61\xf2\x8e\x9a\x02\x10\x03\xb3\x92\x18\x2c\xac\x56\x57\x35\x85\x71\xe9\x7d\x0c\x3f\x87\x7a\x2f\x57\x98\xfa\xf2\x29\x57\x38\xe1\x07\xc7\xb0\x73\xda\x76\x31\x09\xa5\xf8\x50\x8e\x56\x31\x2f\x8b\x88\xe1\x0b\xb5\xaf\x0d\x33\xa0\xe7\xf7\x69\x5b\x39\x1c\x5a\x28\xf9\x1c\xec\x21\x4d\xc8\xc7\x1f\x58\xcc\xb6\x53\x0e\x72\xc2\x3b\x8e\xc1\xfb\x5a\xfe\x39\x61\x17\x2f\xd8\xc5\x29\xbb\x58\x08\x98\xff\x29\xbb\x58\x58\x90\x84\xd3\x2a\xce\x39\x27\x1d\xc5\x98\x34\xa7\x8f\x67\x84\xe8\x2b\xa0\xcb\xe9\x08\x01\x07\x39\xc6\x47\x14\x8a\x30\x0b\xe2\x9f\xa9\x59\x00\x41\x7d\xe6\x9c\x0e\x1a\xc0\x6a\xac\xce\xf2\xcf\x49\xc9\xe7\x18\xe9\x2f\x3e\x14\xd1\x51\x9f\x1b\xe9\x09\x98\xca\x31\x92\x5f\x54\xe1\xa7\x0a\xcf\x60\x66\xc9\x66\x21\x20\xf0\xa7\x25\x9b\x85\xd5\x3e\x5e\x85\x9f\xd7\x70\x12\xec\x34\xcd\x49\x90\x9f\xf2\x99\x1b\x3b\x97\xcf\x9c\x30\x95\x63\x30\x60\xcb\x54\x16\x16\xd5\xda\x73\xaa\xf0\x14\x4d\x0e\xaa\x25\xe7\x74\x38\x90\x83\x4c\xb5\xf6\x94\x83\x9c\xd4\x54\x0e\x2a\x1c\xa7\x35\x95\x85\xd5\x84\x6a\xd6\x54\x4e\x68\xc9\xc1\x1e\xd2\x94\x96\x2c\xac\x26\x12\xb4\xa6\x72\x52\x2d\x39\xe6\x8d\xaf\x6d\xcc\x33\x1d\x21\x88\xd8\x24\x2f\x27\x84\xe5\x98\x38\x67\xab\x25\x0b\x8b\xd5\x8d\x94\xbc\x9c\x14\x3d\x8e\x89\x27\xb6\xe8\xb1\xb0\x28\xf3\x9e\x92\x97\x13\x2a\x72\xc0\x4b\x4f\x8b\x1e\x0b\xab\xed\x68\x63\x1e\x20\xa0\x71\xa7\xb4\x64\x61\x51\xe6\x3d\xa5\x25\x27\xe5\x90\x83\xe4\x77\x86\x31\x0f\xb0\x28\xf3\x9e\x96\x46\x16\x02\x52\x75\x86\xbe\x3f\x58\xc6\x86\x5e\x9e\xa1\xef\xa7\x0e\x72\x4c\x6c\xd3\x3a\xc8\x09\xad\x79\xb1\xea\x92\x16\x3d\x4e\x8a\x1e\xc7\x44\xef\x2d\x7a\x9c\x52\x9c\x59\x75\x49\x29\xce\x42\xc0\xe2\x4d\xeb\x20\x0b\x8b\x55\x97\xb4\x0e\x72\xc6\xa4\x27\x50\xf2\x50\x31\x81\x05\x55\x3d\x43\xdf\x0f\x04\x69\xed\x0c\x7d\x7f\xe8\xe8\xd7\xf5\xb5\xad\x96\x9c\x94\x43\x0e\xd2\xda\x19\x7a\x75\x60\x41\x68\xcf\x50\xc9\x81\x60\x5b\x69\x4a\xbd\xce\x50\xa3\x17\x5d\xa8\x46\x03\x01\xcd\x36\xa5\x5e\x0b\x8b\x32\x5d\x29\xf5\x5a\x08\x08\xb4\x69\x01\xe5\xa4\x34\xf2\xea\x45\x4f\xe8\xfb\xa1\x5e\xc7\xb4\xa3\xd3\x2e\x24\x7d\xd3\x44\x59\xd4\x44\xbe\x80\xfe\x62\xd0\x80\x86\xfd\x81\xc5\xca\x52\xca\xc6\x4e\xea\x20\xc7\xb4\x73\xd2\xfe\xd2\x3a\x36\x4d\xd5\x3a\x60\x60\x07\x34\xca\x0c\x4d\x01\x58\xac\x3f\xa5\x6c\x6c\x21\xa6\x8f\xd7\x3a\x42\xeb\x20\x7e\x0a\xad\x03\x06\x76\x40\x6a\x4c\x0b\x28\x0b\x8b\x55\xaa\xb4\x80\xb2\x10\x70\x00\x53\x82\x76\x4a\xbd\xa6\xee\x7d\x4a\xbd\x4e\x78\xd6\x11\x44\x6c\xf2\xac\x85\x05\xb5\x3f\xc3\x98\x07\x52\x75\xc0\xb5\x4b\x49\xd5\xc2\xa2\xc8\x58\x4a\xaa\x4e\x49\xd5\x14\x93\x4f\x49\xd5\x49\x69\xe4\x80\xe6\x96\x96\x46\x16\x16\x65\xe2\x53\x52\xb5\x10\x6c\x5e\xcd\x34\xb0\x07\x16\x65\xe2\xd3\x0a\xc9\x49\x39\xe4\x88\xb1\x11\x9d\x8a\x68\x04\x31\x4f\x6a\x1d\x10\xb4\x03\x6a\x5a\x4a\xd0\x16\x16\x65\xe2\x53\x82\x76\x42\xd0\x0e\xb8\x63\x29\x41\x3b\x29\x81\xbc\x28\x13\x9f\xa9\x29\x40\xbd\x8e\x08\x9f\x65\xbb\xa6\xed\xe2\x1d\xb5\x0e\x20\xe0\x68\xa5\xd4\x6b\x61\xb1\x57\x21\xa5\x5e\x67\x4e\x3e\x07\xc3\x49\x6a\x1d\xc0\x5a\x76\x4e\xd8\x54\x86\x00\x28\x51\x99\x5a\x07\xb0\x28\x00\x9f\x56\x5b\x16\x82\xcd\xab\x69\xb5\x65\x61\x51\x00\x3e\x53\x83\x49\x86\x80\xc8\xef\x17\xbe\xcc\xd4\x78\xa0\x87\x2f\x56\x0b\x53\x7a\xb8\x10\xd4\x54\x4e\xe9\xe1\xc2\x5a\xc3\x5f\xf7\xe5\x2e\xe3\x09\x38\x47\x29\x3d\x5c\x58\xd4\x87\xcf\x74\x68\xa1\x3e\x73\xc0\xed\x49\xeb\x33\x67\x32\xd3\x58\x7e\x79\x87\x16\x20\x60\xa1\xa4\x25\x9b\x85\xb5\xfc\xf2\xda\x13\x10\xc1\x3c\x49\xf6\xb9\xb0\xa8\x22\x9f\xb2\xcf\x33\x8b\x2e\xc0\x8d\xa4\x93\x0f\x4a\x36\x2f\xaa\xc8\xa7\x25\x9b\x93\x32\xcd\x01\x43\x23\x53\xe3\x01\x16\xa5\xea\x32\x35\x9e\x6c\x7e\x91\x91\x2b\x8d\xa5\xa0\xad\xaf\xa5\x16\x39\xb4\x78\xae\x54\x62\x62\xe9\x1c\x02\xc8\x52\x95\x8d\xa5\xa0\xaa\x07\x4c\x88\x94\xaa\x9e\x54\x6e\x5e\xac\xae\x66\x39\x42\x40\x55\x0f\xf2\xf4\x29\x55\x3d\x29\xa0\xbc\x58\x5d\x4d\x0b\x28\x27\xd5\x92\x83\xec\x74\x5a\x2d\x59\x58\xac\xae\xa6\x84\xf6\x84\xbd\x1e\x64\x94\x53\xf6\xba\xb0\xa8\xd6\x9e\xb2\xd7\x85\xc8\xb9\x11\xbd\x14\xf1\xb5\xd1\x6e\x09\xed\x42\xe4\xa7\x11\xb6\x4b\x55\x66\x68\x91\xbd\x9e\x30\xd6\x23\x7d\xbc\xbe\x5f\xf6\x3a\x75\xd8\x53\xf6\x7a\x16\x4a\x9a\x1f\xd1\x5d\xd1\x9d\xab\x68\x84\x2e\x9c\x32\xcb\x41\x1e\x35\x2d\xb3\x2c\x2c\x8a\xae\xa7\x1c\xf7\x84\xe3\x1e\xe4\x3e\x53\x8e\xbb\xb0\x28\xda\x97\x72\xdc\x85\x20\x7b\x98\xd6\x54\x4e\x39\xee\x8b\xc1\x4c\x8e\x7b\x52\x2d\x39\xb2\x7c\x96\xed\x22\xc8\xa7\xf6\x7a\x5a\x2d\x39\x8b\xc8\x28\xd1\xe8\x52\x7d\x81\x45\x69\xbf\x2c\xd5\x17\x08\x32\x6b\x69\x01\x65\x61\x2d\x9b\xaa\xfa\x16\xab\x41\xe4\xcc\xb2\x1c\x0e\x80\xc5\x6e\xa3\x2c\x87\x03\x20\x92\x41\xb6\x1c\x0e\xa8\xbc\xbc\x16\xb1\x98\x95\x97\x93\x02\xca\x41\x06\x2b\x2d\xa0\x9c\x72\xef\xd9\x93\x94\x72\xef\x13\xa2\x7d\x90\xf7\x49\x89\xf6\xc2\x5a\x76\x4e\xdb\x85\x4c\x18\x12\xeb\x90\x68\x9f\x14\x50\x5e\x94\x1c\x4c\x0b\x28\x27\xe5\x90\x83\x8c\x4e\x96\xf1\x53\x39\x42\x10\x65\x49\xa1\x4f\xf8\xf2\x51\x37\x45\xa1\x08\x9d\x20\x32\x92\x2f\x9f\x90\xe3\xa3\x18\x21\x24\xc7\x27\x4c\xf8\xc5\xea\x7d\xca\x84\x17\x82\x0c\x45\xca\x84\x17\x16\xab\xf7\xd9\xce\x08\x80\x20\xf7\x90\x92\xe3\xb3\x1d\x0e\x08\x7a\xdb\xe1\x00\x08\x32\x01\x29\x39\x3e\x5b\x1b\x62\x65\xa9\xb5\x21\x20\x58\xe3\x4f\xf9\xf2\xc2\x62\x8d\x3f\xdb\x28\x0b\x08\x56\xef\xd3\x9a\xca\x09\x5f\x7e\x2d\x3e\x9a\x7c\xf9\x84\xaa\x1e\x94\x46\x4e\xa9\xea\xc2\x62\x77\x56\xb6\x2e\x1c\xc6\x7a\xb0\x66\x9d\x56\x4b\x16\x16\x99\x80\x6c\xad\x03\xe2\x79\xb0\xce\x9c\xad\x46\x4b\x42\xa7\x38\x7a\x4a\x42\xcf\xbe\xd4\x37\x0a\x35\xe9\xfc\xdc\xc8\x17\x5a\x8a\x50\x5f\xea\x0a\x87\x4b\x8b\xad\x7e\x01\x8b\x7c\x41\xb6\x73\x54\x20\x5c\x9c\xb3\xec\x70\xc2\x32\x5f\x94\x3d\x4f\xcb\x0e\x27\xfc\xf1\x60\x67\x6e\x4a\xf6\x4e\x28\xd2\x51\xfb\x7a\x21\x0b\xe4\x0a\x8b\x8d\x64\xe9\x81\x79\x09\x83\x3a\x9c\xb6\xca\xa0\x16\x16\xe9\x88\x94\x41\x2d\x04\xe7\x96\xa5\x0c\x6a\x61\x2d\xb4\xd0\x9a\xb9\xb9\xae\x3e\x0a\x67\x89\xcb\x31\x4d\x52\x35\xf5\xd2\x53\x52\x75\xc2\xa0\x8e\x66\x31\x53\x06\x75\xc2\xa0\x5e\x6c\x5d\x4b\x19\xd4\x42\x70\x8a\x58\xca\xa0\x16\x16\x35\xce\x73\xe9\x60\x20\x55\x87\x33\x4e\x49\xd5\xc2\xda\xb7\xff\xc0\xac\x58\xce\xb5\x10\x4e\x0f\xad\xc5\x9b\x8b\x34\x07\x25\xd0\x73\x39\x7c\x42\x97\x0e\xa7\x74\xd2\xa5\x85\x45\x09\xf4\x5c\x1a\x35\x05\x72\xa3\x59\x70\x5d\xce\xef\x61\x4d\x2f\xf6\xd2\xa5\x95\x71\x13\x8a\x73\x70\xa4\x53\x4a\x71\x4e\x08\xc7\x41\xb6\x35\x25\x1c\x0b\x8b\x24\x4d\x5a\xf3\x56\x08\x72\x9f\x69\xcd\x5b\x61\x6d\x86\xbc\xed\x5a\x14\x10\x9c\x80\x94\x32\x95\x13\x5a\xf2\x22\x95\x93\xd2\x92\x93\x0a\xb4\x61\x08\x69\x05\x5a\x61\x51\x15\x3d\xb7\x5f\x1e\xae\x6f\x70\xaa\x4c\xca\xf5\x4d\xca\xcd\x2e\x76\xef\xa5\xe5\x66\x13\xca\x6e\x38\xa2\x4a\xd9\x15\x16\xa9\x9c\x94\xb2\x9b\xf0\x73\xc3\x71\x44\x7e\xae\xb0\xa8\x77\x9e\xf2\x73\x13\x32\x6e\x90\x89\x4c\xc9\xb8\xc2\xa2\xde\x79\x4a\xc6\x15\x42\xaf\x2e\x19\x57\x58\xec\x17\x4c\x8b\xbf\xe6\x66\xf9\x53\x7f\xbd\x5d\xe0\x01\x16\x55\xd1\xd3\xe2\xaf\x09\xdb\x36\x16\x13\x99\x6d\x6c\x01\xcd\x76\x91\x62\x4a\x69\xb6\x09\x35\x36\xf4\x65\x52\x63\x13\x3a\x6c\x90\x50\xcc\xbb\x0e\x15\x96\xe5\xda\x44\x59\xb2\x2c\x13\x82\x64\x50\x41\x3b\xef\x46\x46\x92\x25\x4d\x6d\x48\x96\x4c\x68\x90\x41\xdd\xe8\x94\x06\x29\x2c\xea\xd4\xa6\x34\x48\x21\x28\x8d\x9c\x96\x00\x15\x16\x75\x35\x53\x66\x64\xc2\x79\x0c\x8a\x1e\xa7\x9c\x47\x61\x6d\xf4\x4b\xce\x63\x3e\x58\xe7\xa1\x04\x71\x3e\x9c\x43\x00\x8b\xea\x9b\x69\xed\xd0\xa4\x50\x68\xb0\xab\x30\x2d\x14\x2a\x2c\x53\x2e\x92\x25\x13\x06\x64\x50\xea\x37\x2d\x14\x9a\x16\x0a\xa5\x32\x6e\xca\x86\x4c\xaa\x6f\x86\x2f\x64\xf5\x4d\x61\x6d\x7c\xd9\xc3\xc8\x08\x48\x8a\xb4\xe6\x43\x17\x0e\xac\x8d\x2f\x7b\x18\x19\x41\x1e\x4c\x8a\xb4\xa6\xe4\x41\x61\x51\x3f\x37\x1f\x7a\x16\x20\xa9\xd1\x99\xf2\x09\x85\x45\x55\xd0\xb4\xb8\x67\x3e\x2e\x0f\x90\xd4\xe8\xcc\x87\x1e\x00\x58\xec\x70\xcc\x87\x53\xcd\xc7\xa5\xd1\x49\xf5\xcd\x7c\xa8\xd1\xc0\xa2\x1a\x6e\xca\x27\x4c\x38\x84\x79\x23\xae\x7b\xa8\xd1\xc0\xa6\xc2\x68\x3e\x8c\x96\x81\xa4\xf0\x65\x4a\x31\x14\x36\xd5\x70\x53\x8a\x61\xc2\x14\x4c\x0a\x5f\xa6\x4c\x41\x61\x53\x0d\x37\x2d\x14\x9a\x8f\xa2\x5d\xa9\xc8\x76\x5d\xb0\xa9\x86\x9b\xf2\x09\x13\x3e\x61\x52\x3a\x32\xe5\x13\x0a\xfb\xd3\xd1\xfa\x2f\x28\x86\x49\x51\xc8\x94\x62\x98\xf0\x09\xf7\xed\xe6\x8d\x4b\x11\x7d\x4f\x50\x22\x79\x30\xa9\x85\x99\x37\x56\x90\xad\x85\x29\x6c\x76\x84\xe6\xd3\xef\x08\x49\x2f\x39\x4a\x31\x25\xe9\x09\x9b\xa2\xb6\x29\x49\x2f\x21\xe6\x25\xbb\xff\xd2\x8a\x99\xc2\xa6\x82\x6d\x5a\x31\x33\xa9\x85\x99\xec\xfe\x4b\x6b\x61\x26\x85\x2f\x37\x15\x6c\xd3\xc2\x97\x09\xfd\x2e\xd9\xb1\x97\xd2\xef\x84\x6d\x2e\xf0\xa9\x02\x40\xbf\xcb\x03\x67\x25\xfd\x4e\xd8\x37\x7c\xa1\xf5\x2b\x13\x16\x5d\x9a\xb4\x90\x45\x27\x6c\x2a\xd8\xa6\x2c\xba\x84\x32\x97\x54\x86\x4b\x29\x73\xf9\xf4\xd3\xb2\x10\x2c\x65\x2e\xa9\x26\x99\xec\x9f\x4b\xab\x49\x26\x15\x24\x37\x87\x96\xe6\xd3\xaf\xfd\xe4\xa3\x99\x7b\x78\xfa\xd1\x9e\x7e\x34\x3c\xe6\xd3\x8f\x06\xb1\x2e\x29\x1f\x96\x12\xeb\x84\xcd\x3e\xdb\x7c\xea\x4d\xe0\xda\x25\x7b\xde\x52\xae\x9d\xb0\xcd\x64\x3e\x75\x1d\xf0\xeb\x92\x02\x5c\x69\x51\xc9\x84\x6b\xb7\xb5\x21\xb9\x76\xc2\xd6\x60\x2c\x2a\x29\x24\x25\xb0\xf2\xa5\x37\xa1\xce\xe4\xbe\xfd\x07\x8e\x83\x48\xcb\x50\xe6\xeb\x72\x1d\x49\x25\xaa\x7c\xb9\x60\x41\x35\xca\x7d\x9b\x8a\x50\xac\xd7\x44\x3f\x18\x64\x5f\x46\x95\xc0\xe6\xac\xd5\x94\xd6\x97\x50\xf9\xd2\x0c\x83\x35\x27\x85\xcd\x8e\xe1\x7c\x19\x55\x52\x86\x32\x8f\xe5\xb3\xfc\xc5\xe9\x2f\x2a\xf2\x17\x93\x97\xc3\x97\x49\x9f\x13\x36\xfb\x8a\x53\xfa\x5c\x52\xdb\x31\x07\xca\x60\x6d\x47\x61\xeb\x0d\x5e\xf9\x79\xd6\x65\xae\xae\xe4\x4b\x9f\x13\xb6\xf9\xdd\x97\x6e\x04\xae\x5c\xba\x54\x2f\x57\x4e\xd8\xd4\xe2\xcd\x97\x5a\x44\x51\xc8\xa4\xc4\x50\x5a\x14\x52\xd8\x14\xde\x4d\x8b\x42\xe6\x0b\x2d\x1a\x3e\x5e\x2d\x7a\xa9\x45\xf8\x1f\xf9\x71\xf9\x42\x8b\xd8\xa0\x96\x2f\xb5\xe8\xa5\xe9\x13\x84\xc9\x8f\xcb\xd7\x35\xf9\x48\x17\xe1\x5f\xfd\x79\x3c\x76\xfe\xb9\xf1\xa5\x88\x77\x44\xd7\xac\x26\x29\x6c\xca\xf3\xa6\x2c\xba\xa4\x90\x63\x0e\x46\x67\x0b\x39\x0a\x9b\xf2\xbc\x29\xf3\x2d\x21\xb0\x25\xd5\x6a\x52\x02\x9b\xb0\xcd\x4e\x5b\xb5\x31\x29\xd1\x98\xec\x53\x4b\x4b\x34\x0a\xfb\x46\xb8\x61\x89\xc6\x84\xa1\x96\x83\x64\xee\xe9\x02\x0f\xb0\x6f\x4c\x5b\x65\xab\x25\xac\xb2\x74\xe1\xfc\x74\x68\x01\xb6\x3e\xf6\x74\x68\x01\xd2\x25\xf1\x53\xcf\x02\xf7\x6c\x9b\x0f\x3f\x55\x13\x78\x68\xe9\x92\xb8\x3c\x34\x61\xeb\x89\xad\xda\x98\x14\x5f\x4c\x76\x7a\xa5\xc5\x17\x85\x7d\x63\x72\x6b\xf1\xc5\xa4\x86\x62\x52\x8d\x24\xad\xa1\x28\x6c\x4a\xfd\xa6\x35\x14\x13\xd2\x59\xb2\x87\x2b\x25\x9d\x09\x5b\xaf\x2e\xe9\x2c\xe1\x8e\x25\xbb\xb3\x52\xee\x98\xb0\xcd\xd3\xcb\x1d\x4b\xca\x1f\xa6\x8b\xdd\xa7\x5f\xfb\xf4\x6b\xe3\x20\xa4\x93\x25\x74\xb2\x9c\x74\xa1\x74\x32\x21\xa9\x16\x91\x6f\x1d\xc4\x7b\xf0\xf8\xf2\xaa\x50\x14\x5c\x55\x88\x52\x11\x26\x5a\xde\xc8\x17\x82\x3b\x96\x94\x86\x48\xb9\x63\xc2\x76\x00\x7a\xab\x00\x30\xc1\x92\x52\x07\xf9\xd6\x6a\xa1\x80\x6d\x29\x05\x52\xc0\x84\x64\x53\x7f\x4a\x01\x13\xb6\x94\x82\xb7\x03\x10\xac\xb0\x64\xcb\x53\xca\x0a\xcb\x77\xd8\x7a\x1a\xe1\x6c\x0a\x26\x57\xba\xce\x2c\x93\x4b\xd8\x12\x0f\x64\x72\x25\xb4\xad\x64\x47\x7a\x4a\xdb\x12\xb6\x63\xa5\xb4\xad\x84\xaa\x95\x6c\x66\xca\xb7\xf3\x4a\x60\x53\x6f\x38\xdf\xce\x2b\xdf\x28\x13\x9b\x99\xf2\xad\x32\xc1\xe4\xda\x37\x5f\xdb\xf9\x0c\xb4\xad\xe4\x70\xbd\x94\xb6\x25\xec\x1b\xcb\x22\xd2\xb6\x12\x8e\x56\xba\xce\x2c\x47\x4b\xd8\x94\x1d\xce\xb7\x83\x19\x90\xec\xc3\x4e\x69\x5b\xc2\xa6\xf4\x76\x4a\xdb\x4a\x2a\x35\x66\x30\x72\xbd\x0d\xc6\x81\x7d\x63\x4e\x2f\x93\x2b\x61\x6f\x25\x25\x1a\xd3\x42\x8e\xc2\xa6\x40\x77\xca\xe4\x12\x92\xed\x53\x29\x93\x4b\xd8\x37\x42\x50\x99\x5c\x09\x47\x2b\x63\xf8\x78\xbf\x63\xf1\x1d\x99\xf9\xbf\x5d\x75\x81\xa3\x95\x2e\x50\xcb\xd1\x12\xb6\xa4\x0f\x6b\x30\x26\xb4\xad\x64\x43\x72\x4a\xdb\x12\x36\x05\x15\xf2\xed\xc0\x08\x47\x2b\x59\xa0\x2e\x39\x5a\x05\x71\x2a\x59\x67\x2e\x6a\x15\x5e\x80\xc7\xbc\x34\xa7\xac\x4f\x58\x30\xa6\x92\xa5\xd8\x92\x12\x25\xec\xdb\x35\xe8\x94\x94\xa8\x82\xf3\x94\x6c\x40\xaa\x5b\x78\x63\x60\xdb\x8b\xc7\x33\xe9\x2e\xaa\x18\x66\x7c\x44\xa7\x22\xfc\xea\xf2\x46\x1f\xcf\x68\xc5\x66\xb9\xf2\x10\x78\x61\xdf\xd6\xfe\xee\x50\x5c\x96\x42\xac\x9b\xfa\xb1\x79\x6e\xd9\x46\xf5\x63\xf3\x26\x65\x17\x5c\x9d\x9e\x1c\x62\x57\x9e\xbd\x2e\xec\xdb\x56\xe4\x55\x2c\xcb\x72\x58\x5c\x79\xaa\xba\xb0\x29\x20\x51\x9e\xaa\x5e\x70\xa1\x92\xdd\x33\x25\x17\xaa\x6e\x0e\x1a\xbc\x89\xc4\xa7\x82\x99\x94\xac\x88\x96\xcc\x24\x61\x43\xab\x29\x99\x49\x42\xb2\x67\xa4\xa8\x22\xf8\x81\x7d\xbb\x0c\xb1\x2c\x26\x58\x70\x96\x92\xb5\xce\x3a\x98\x3b\x0b\xfb\xc6\x6b\xc3\x65\xba\x60\x72\x15\x37\xe2\x7f\x84\x4d\x1c\x5b\x52\x9a\x0a\x66\x52\xb2\xeb\xa2\x64\x26\x09\x9b\xaa\xd7\x05\x4b\xe9\x03\xc9\xbe\x85\x92\xac\x24\x6c\xca\x5f\x14\x45\x0a\x2f\xa0\x5d\xa8\xcc\xa1\x7e\x50\xab\x70\x13\x13\x97\xb5\x0a\x0b\x4a\x53\xb2\xd7\xa0\xa4\x34\x09\x1b\xea\x50\x59\x72\xb0\x20\x2b\x25\x6c\xfd\x92\xac\x24\x6c\x22\xe7\xf2\x54\xf5\x3a\x08\x5d\x60\xaf\x17\x55\x04\x3f\xb0\x39\xaa\xbc\x2c\x26\x58\x30\x93\xb2\x7c\x21\x15\x00\x38\xe0\x16\x96\xe7\xa5\x0b\x9b\x8a\xf4\x25\x59\xa9\x28\x20\x98\xf5\x11\xb5\xa2\x66\x5d\x9e\xa6\x32\x98\x15\x34\xa4\x84\x7a\x5d\xd2\x90\x0a\x1a\xd2\x86\xe5\x54\xd2\x90\x0a\x06\x51\xb2\x7b\xa6\x2c\x00\x28\x6c\xaa\xdb\x97\x6c\x22\x21\xa1\xff\x96\x67\x9c\x0b\x9b\x12\x1f\x75\xa8\x72\x1c\x7b\x9e\x35\x78\xed\xf6\x73\x34\x9f\xc3\x46\xb4\x8d\xc0\xf4\x59\x40\x2c\x69\x48\x05\xcf\x28\xe1\xe7\x16\x64\xa3\x0f\x6c\x66\x1a\x25\xe7\xa8\x38\x09\x3d\x39\x6e\xad\x3c\x09\x5d\xd8\x54\x09\x2f\x39\x47\xc5\x89\xe5\x09\xf3\xb6\x86\x9a\x03\x1f\x67\x43\xdb\x2a\xf9\x38\x42\x0c\x4c\x41\x3e\x4e\xc1\xb4\xd9\x54\xe3\x2e\x99\x36\x42\xd6\xe5\x04\x4b\xa6\x8d\xb0\x0f\x5b\xef\xd7\xe6\x5c\xf3\xac\xc5\xb3\xd2\x46\x30\x8e\x1c\xbe\x10\xe3\x48\x51\x6f\x2f\xa1\xb9\x95\xf5\xf6\x0a\x76\xcd\x86\x7d\x55\x50\x6c\x3e\x90\x6c\x49\x29\x99\x36\xc2\x86\x7d\x55\xc3\xaf\x0d\xe1\x26\xa1\x80\x95\x55\xf9\x0a\xf2\xcd\x3e\xec\x1c\xbc\x7a\x41\x85\x49\x38\x5a\x25\x15\x46\xd8\x54\x10\x29\xa9\x30\x42\xc2\x00\x2a\x68\x31\x17\xf0\xd1\xec\x42\x3f\x1a\x90\x7d\x8d\x10\x25\xb1\x45\xc8\xe6\x6b\x5b\x5c\x4f\xd8\x94\x7f\x2e\xb9\x2e\xc5\xf1\xe6\xc9\x8a\x68\x4d\xbf\x23\xb0\x8f\xf0\x59\xa5\xe8\xce\x55\x81\xe8\xa1\x88\x17\x0a\x1f\xcf\x0b\x41\x6c\x49\xd6\x3a\x4b\x62\x8b\xb0\x8f\x54\xe4\xe3\x83\x5f\xf4\x46\xbf\xf6\xd4\xf8\x92\x46\x68\x7c\x90\x3e\xb2\x71\xf4\x92\x3e\x84\x4d\xb1\xdd\x92\xf4\x51\x70\x37\xb2\xf1\x85\x72\x37\x84\x0d\x21\xab\x2c\x3c\x57\xf0\x35\x92\xbc\x73\x59\x65\xae\x38\xc3\x7a\x33\xa9\x2a\xcf\xb0\x2e\x2a\xcb\x25\x89\xe1\x9a\x7e\x8e\xe9\xe7\x60\x98\xb2\xca\x5c\x41\xd4\xc8\x75\xd0\x85\xfd\x79\x3c\x8a\x79\x0d\xeb\x25\x51\xa3\x20\x6a\x24\xf9\xce\x92\xa8\x51\x61\xaf\x5e\xc3\x7a\xc9\xca\x28\x0e\xac\x4e\x56\x1b\xcb\x03\xab\x85\xcd\x39\x01\xe5\x81\xd5\x05\x51\x23\xc9\x18\x96\x44\x8d\xa2\x16\xdd\x66\xb2\x57\xd6\xa2\x2b\x88\x1a\xc9\x99\xcc\x25\x51\xa3\x20\x6a\x6c\x26\x7b\x25\x51\xa3\x38\x64\x3a\xc9\xb9\x95\x87\x4c\x0b\x9b\x33\x07\xca\x43\xa6\x0b\x26\x45\xb2\xda\x58\x32\x29\x84\x0d\x35\xad\x64\x52\x14\xb4\x89\x5c\xc5\x2f\xea\x90\x43\x87\xbc\x15\xa1\xab\xf0\x1a\x72\xd5\xf7\x17\xa8\x4b\xda\x83\xb0\x0f\x46\x54\x8b\xd0\x15\x4c\x88\x5c\xf6\x9d\xfa\x01\x6c\xe6\xa8\xe5\x89\xd0\x42\x2e\x7b\x85\xa9\xa6\xb0\xa9\x1d\x53\x91\xf6\x1d\x53\x4d\x4e\x8a\x2d\xf9\x12\xc2\x86\x51\x57\xf2\x25\x2a\x88\xcb\x96\x8d\x28\x3f\x4d\xf9\x8b\xde\xe8\x2f\x36\xdd\xc9\xc0\x68\x5d\x3a\x61\x53\x2d\xb9\x42\xc5\x82\xe3\x90\x2c\xaf\x97\x1c\x07\x61\x53\x2d\xb9\xe4\x38\x14\x2c\x83\x64\xcb\x40\x79\x00\xb3\xb0\x29\x4d\x53\x32\x0e\x0a\x2e\x41\xee\x6b\x0a\x5c\x72\x09\x84\x4d\xb5\xe4\xb2\xb2\x5b\x91\xc6\x4f\x8e\x52\x2c\xd3\xf8\xc2\xa6\x5a\x72\x99\xc6\x17\x92\x93\x99\x2a\xfd\x80\xc0\xa6\x5a\x72\x99\xba\x2f\x92\xf2\x49\xcd\xb6\x32\x29\x2f\xec\x81\x13\x4c\x3d\x31\x69\xed\xe4\xfc\xa6\x32\xad\x2d\x6c\x4a\xe6\x54\x6a\x75\x40\xb2\x18\x59\x66\xba\x85\x0d\x4f\xb1\xd2\xfe\x4a\x22\xa3\xed\x6b\x1b\x19\x71\x5e\xf1\x1e\x58\xb0\xe7\x15\x0b\xc5\x1a\x59\x99\xe9\xae\xba\xdc\x5b\xb1\x20\x56\xa5\x7b\x03\xf6\x60\x44\xf5\x08\xe3\xe2\x8c\xe1\x62\x41\xac\x3c\x63\xb8\xa8\xe6\xb6\x39\xdf\xa2\xac\xe6\x26\x14\x8b\x45\x55\xc6\x4f\xc0\x1e\x9f\xc7\xf3\xda\xa4\xc8\x0b\xda\x7b\x99\x22\x2f\xd2\xe2\x9b\x1a\x40\x55\x86\xc9\xa4\xb5\x8b\x45\x9d\x32\xad\x2d\xec\x61\x23\x8c\x79\x38\xf8\xb7\x58\xca\xa8\xf2\x0b\x95\x9f\x83\x81\xd1\x1c\x76\x91\xb0\x2e\xa6\xe6\x65\xc2\x5a\xd8\x10\x2f\xcb\x84\x75\x91\x2b\x2e\xa6\xd3\x65\xae\xb8\x48\x9a\xee\x71\x5c\x3d\x61\xd2\xb4\x48\xdc\xed\x81\x27\x36\x71\x57\x14\x81\x2a\x6a\xcd\x97\x45\xa0\x8a\x23\x44\x37\x35\x5e\xca\x23\x44\x8b\x5c\x5e\x41\xa0\x2d\x73\x79\xc2\x66\xe6\x5f\xe6\xf2\x8a\xba\x50\xa5\x8f\xb5\x2e\x94\xb0\xa9\x04\x53\x9e\x04\x5a\x9c\x04\x5a\x07\x73\x08\x4f\x02\x2d\xaa\x47\xed\x49\x47\x5b\x3d\xaa\x28\xef\x54\x3a\x05\x33\x7e\x45\xb1\xa6\xd2\x3a\x96\xe1\x06\xb0\xe1\xda\x95\x85\x9b\x6a\x5d\x5f\xb8\xa8\xd9\x5d\x4b\x87\x0a\x6c\x96\x1f\x6a\xf9\xb5\xa9\xd2\x54\x7e\x5a\xab\x34\x09\x9b\x82\xaf\x65\x95\x26\xa1\xe0\xae\x96\x55\x9a\x8a\x93\x40\x37\x05\x5f\xcb\x93\x40\x8b\x73\x3d\xaf\x98\x08\x11\xaf\xcd\xb9\x9e\x9b\x82\xaf\xb5\xc2\xd6\x5f\x3e\xb6\x28\xbd\x5d\x26\x27\x85\x0d\x07\xb0\x3c\xd0\x53\x28\x0a\x37\x95\xf9\xca\x22\x13\xb9\x27\x8a\x69\x26\xb2\x48\x3b\x16\x2b\x5e\x65\xda\x51\xd8\x14\xc0\x29\x6b\x39\x09\x45\xc1\xe9\x32\x13\x29\x6c\x8a\xb4\xd6\x32\x58\x22\x13\x59\x90\x53\xcb\x4c\xa4\xb0\xe1\x13\x96\x99\xc8\x22\x63\x58\x1c\xa9\x52\x66\x0c\x85\x4d\x91\xd6\xb2\x58\x93\x50\xa3\xbc\xca\x46\x24\x0a\x30\x11\xa9\x98\xeb\x52\xb3\x2b\xfc\x42\x34\x14\xf1\x8b\x76\x8e\x3e\x1a\x28\x8e\x41\x29\x0f\x07\x15\x36\x85\x79\x6a\x19\x8b\x01\x45\x75\xe9\x5a\x2a\xe6\x52\x31\x19\x3e\x97\x8a\xc9\x79\xa1\x45\x75\xe9\xf2\xbc\x50\x61\xb3\x40\x54\x9e\x17\x2a\x14\x14\xd6\xb2\xae\x94\xb0\xa7\x9f\xc3\xd8\x02\xa8\xd1\x8a\x7c\x47\x95\x7c\xd2\x85\x2a\x39\x99\xd0\x2b\xba\x43\xa4\x62\x32\xe9\xa6\x6e\x6b\x59\x44\xaa\xa8\x18\x55\xd4\x82\x2a\x2b\x46\x15\x55\xa2\x36\x75\x5b\x6b\xe9\xf8\x80\x1a\x8c\x7c\xa6\x53\x85\xcd\x49\x1f\x65\xc5\xa8\x22\xc3\x5a\x90\x66\xcb\x0c\xab\xb0\x67\x7c\xbf\x06\x75\x99\x80\x2d\xf2\xa8\xc5\xa2\x5f\x99\x47\x2d\x4a\x3a\x6d\x2a\x18\x95\xa7\x82\x0a\xa5\xd5\x6d\x2d\x05\xd8\x14\x7f\x2d\x2b\x3e\x15\x85\x9b\x4a\x7b\xb2\x70\x93\xb0\xa1\x8d\x96\x85\x9b\x84\x52\x8b\x3c\x3b\x54\xd8\x14\x7f\x2d\x33\xb7\x45\xb6\xb6\xd4\x0f\xcb\x3b\x09\x1b\x72\x69\x59\xde\xa9\xa8\xbf\x54\x7e\x79\xeb\x2f\x09\x9b\x12\xb1\xc5\xa1\xa1\x17\xec\xeb\x2a\x1f\x9f\x9f\x1b\x31\x6a\xb4\xdb\x83\x42\x8b\x34\x6d\xb1\xe8\x57\xa6\x69\x85\xfd\x37\x91\xad\x2f\x7e\xb1\x14\xf9\x8b\xaa\x1f\xfe\xda\x9a\x49\x42\x51\xb0\xb5\xac\x99\x24\xec\x99\x8a\x6c\x04\x4a\x3a\x51\xf8\x5d\x9f\x46\xa0\xa4\x49\xaf\xaa\xa4\x40\x51\xb0\xb5\xcc\xef\x16\x99\xdb\xcd\x32\x63\x99\xb9\x2d\xb2\xb5\x9b\x32\x4a\x75\x37\xf6\x04\x0a\x42\x68\x59\xd4\xa8\xee\x7a\x4f\xe2\x58\x2b\x18\x15\xb5\x89\x8a\xda\x44\x65\x6d\x22\x61\x53\x4e\xb4\xac\x4d\x54\x94\x18\x2a\xca\x3d\x96\x25\x86\x84\xcd\xca\x63\xdd\x9d\xf9\x53\x4f\xa8\x02\xb7\x6b\x3d\x21\x61\x4f\x22\x36\xeb\x09\x15\xf5\x84\x0a\x2e\x66\x59\x4f\x48\xd8\xac\x4f\xd6\x5d\xf7\x46\x3d\xa1\x62\xa9\xab\xac\x27\x24\xec\x49\x5c\x77\xd7\x4b\x51\x3c\xa8\x58\xea\x2a\x8b\x07\xd5\x5d\xdb\x24\x26\xbe\x6b\x9b\xe4\x8a\x8b\x43\x36\xca\x5c\x71\x91\xf2\x2d\x2a\x51\x95\x29\x5f\x61\x43\x67\x2d\x0b\xe0\x14\x99\xdf\x8a\xa5\xe8\xae\xe8\xce\x55\x1b\x11\x2f\xc4\x49\x8f\x45\x69\x9b\x7a\xd8\x5f\xc0\x66\xc9\xb2\xac\x76\x53\x54\xa8\x29\x2a\x2b\x95\x15\x6a\x84\x4d\x95\xa6\x7a\x18\xd7\x51\x5c\xa6\xa8\x60\x54\x8f\xf8\x88\x1e\x5c\x35\x10\x3d\x15\x5d\x5d\x48\xed\x99\xb2\xf6\x8c\xb0\x29\x56\x59\x0f\xbb\x90\x7a\x31\x45\xa1\x99\xb2\x5e\x8c\xb0\xfd\x42\x0f\xad\xe3\x41\x17\xba\x4a\xf5\xb0\x0b\x81\x4d\x49\xcb\x32\x7d\x5c\x54\x95\x29\xd8\x7d\x65\x55\x19\x61\xb3\x94\x5a\x26\x86\x8b\xea\x2d\x45\x95\x94\xb2\x7a\x8b\xb0\x29\x69\x59\x66\x5b\x8b\x6c\x6b\xb9\x66\x64\xb6\xb5\x28\xd5\x52\xd0\xdc\xca\x52\x2d\xc2\x66\x0d\xb6\x9e\xc6\x75\x94\x6a\x29\x8a\x3e\x94\xa5\x5a\x8a\x22\x2c\x1b\x92\x70\x59\x84\xa5\x9e\x68\xb4\x4b\x3f\x4f\x35\x1a\xd8\xac\xc1\xd6\xd3\x2f\x44\xa9\x96\xa2\x24\x41\x59\xaa\xa5\x38\x37\x71\x43\x25\x2e\xcf\x4d\x2c\xd2\xbc\x45\x49\x82\xb2\x2e\x4b\x99\xdf\x55\x7d\xcd\xef\x0a\x05\x35\xad\x2c\xc2\x22\xec\xc0\x7f\x99\xf2\x2d\x8e\x3c\xac\x42\xbf\x9e\x7a\x39\x60\xab\xe4\xa6\x7c\x8b\x94\x6f\x71\x8e\x44\x99\xf2\x15\x36\xb5\x30\xcb\x82\x2e\x45\x6a\xb6\xa0\xa6\x95\x95\x4d\x84\x4d\xe1\xcb\x32\x4d\x5b\xa4\x56\x8b\x9a\x25\x65\x6a\x55\xd8\x90\x97\xeb\xd9\x9f\xab\xae\x71\x97\x9a\x25\x65\x65\x13\x61\x53\xa6\xab\x4c\xc0\x16\x49\xd7\x2b\xd2\x44\x64\x53\x99\x3b\x53\x1e\xb3\x4c\xc0\x16\xa9\xd5\x62\x6f\x6c\x99\x5a\x15\xb6\x26\x6a\x6a\xb5\xc8\xa3\x16\xfb\x46\xcb\x44\xa9\xb0\x29\x8f\x59\x2f\x3f\x2d\x05\x4e\x0a\xa2\x58\x79\x38\x5f\xbd\x98\x2e\x51\x1e\xb3\x5e\x7e\x5a\x92\xa3\xc5\x9e\xca\xb2\xd8\x89\xb0\x5d\xd9\x36\x51\x2a\x14\x95\x4d\xca\x44\xa9\xb0\x83\x61\xce\x92\x28\x42\xb1\x5b\xb2\x2c\x89\x22\x6c\x4a\x6d\xd6\x4b\xab\x05\xaa\xb6\x37\xde\x15\x61\x30\x61\x23\x1e\x8a\x68\xfd\xfe\xfe\xbe\xe2\xb2\x88\x8a\xb0\xa9\x67\x56\x16\x51\x29\xce\xfe\x2b\x8e\xaf\xaf\x97\x5a\xf4\x22\x6f\xe3\x1a\xfd\xcb\x41\x96\x83\xfe\x8a\x4d\x8b\xf5\x52\x3f\x5e\x7a\x03\x46\x41\x0f\xfd\x2b\x52\xbe\xc5\xbe\xbc\x32\xe5\x2b\x6c\xca\x63\x96\x29\xdf\xa2\x62\x4a\xb1\xff\xad\xac\x98\x22\x6c\x6a\xa3\x95\xe7\x00\x16\xf5\x4b\x8a\xdd\x68\x65\x81\x12\x61\x73\x74\x52\xbd\x1c\xf2\x5e\xd7\x68\x55\x8d\xfa\xbd\x8c\xa5\x80\x4d\xa9\xcd\x7a\x19\x4b\x91\x87\xad\xf6\x85\xd4\xa2\x57\xd3\x9d\x8c\x82\xe4\x67\x2f\xb8\xba\x93\x4d\x43\x65\xb6\xb5\x48\x81\x16\xbb\x7a\xea\x74\x4c\x02\x36\xd5\x37\xcb\x42\x20\x45\xf1\x8f\x62\x6f\x46\x9d\x76\xf4\x69\x47\x33\xdf\xb5\x10\x48\x9d\x84\x2e\x1c\xc7\x5e\xa7\xbd\x4a\x12\x70\x53\x7d\xb3\x4c\x02\xd6\x9b\x24\x33\x05\xcb\xea\xad\x3d\x91\x45\x29\xb6\xc8\xb7\x59\x94\xe6\x40\xaa\xda\x57\xaf\xb6\x07\x52\x09\x9b\x6a\x24\xed\x81\x54\xcd\xb6\xf6\xda\x57\x4f\xb4\xdb\xda\x9b\x43\x95\x36\xab\xd1\x7d\xc3\x13\xf7\x8d\xd3\xcb\xa1\x9c\x34\x87\x2d\x5d\x70\x7d\x5a\x56\x57\xdb\x03\x96\x84\xe6\x08\xe3\x26\xcd\xf1\x81\x0d\xfb\xb3\xcd\x76\x34\x07\x2c\x35\xb3\xe2\xf6\x80\x25\x61\x53\xb1\xa0\x3d\x60\xa9\xd9\x1f\xde\x90\x23\xda\xfd\xe1\xc2\xa6\x62\x41\xbb\x3f\xbc\xd9\x13\xde\xb7\xa1\xc8\x5f\x2c\x7f\x91\xa6\xb6\xbf\xc8\xb1\xfa\x94\x3d\x6f\xb7\x8c\x0b\x9b\x8a\x05\x6d\xe6\x44\xe8\x9b\x5d\xd8\xb6\x8b\xc8\x99\x8a\x05\xed\xc6\xf2\x26\x99\xd2\x50\x0a\xda\x64\x8a\xb0\xcb\x8e\x6e\xdb\xd5\xb4\x8b\xce\x31\xbf\xd2\x6c\x06\x6f\x38\x47\xed\x66\x70\x61\x53\xc4\xa0\x3d\x99\xa9\xc9\xc2\x34\x99\xee\x36\x0b\x23\xec\xfa\x88\x9e\x8a\x5e\x5c\x55\x88\x4e\x45\x27\x57\x05\x22\x7a\x82\x34\x4b\x93\x77\x6e\xb7\x8c\x0b\x9b\x52\x07\x4d\xfa\xe5\x02\x5e\xa8\x78\xfc\xf4\xf1\xd3\x17\xe2\xf1\xa8\x6f\x93\x39\x69\xd2\xa1\x6d\xe6\x44\xd8\xf8\xeb\x26\x8b\x72\x01\x5d\xd8\x8a\x7c\xa1\xb0\x0b\x17\xa2\xbb\xa2\xe7\x75\xd5\xe2\xf1\xe1\xe3\xf1\x13\x65\x53\xc3\x17\x0a\xba\x70\xdf\x10\xf9\x42\x4c\x22\xf1\xfd\x6d\x7e\xa5\x39\xa0\xa9\x49\x64\xf5\xa1\xae\x02\x9b\xaa\x56\x6d\xca\x45\x68\x4e\xfc\x6d\x53\x2e\xc2\x2e\x5f\x3b\x6d\x04\x47\xe1\x93\xbe\x69\x0f\x6b\x12\x36\xd5\x13\x9a\x83\x9b\x2e\xe0\x59\x07\x37\xaa\x98\x87\x8a\x59\xde\xf8\x79\xd6\xd5\x7a\xf6\x74\xf7\xa1\x62\x9a\x72\xa1\x7a\x42\x9b\x72\x69\xf2\x2b\xcd\xe1\xa0\x6d\x7e\x45\xd8\x54\x4f\x68\xf3\x2b\x42\x53\x84\xbc\xcd\xaf\x08\x1b\x8a\x73\xbb\xa7\xbb\x0f\x14\x93\x74\x44\x1f\x2a\x26\xf9\x95\x4d\xf5\x84\x36\xbf\xd2\x83\x99\x59\xf5\x40\x44\x47\xb3\xd1\xba\x61\x39\xf5\x98\x5e\xa5\x9a\x5c\x83\x59\xbb\xe9\xba\x39\x73\xa9\x61\x39\xb5\x67\x2e\x09\xbb\x96\x22\x1a\xc1\xae\xe8\xa6\xb2\x77\xbb\x2b\x5a\xd8\x14\x08\x68\x77\x45\x37\x1b\x9a\x9b\xe5\xf5\x1e\xaa\xc9\x50\x4d\x16\x4d\x8d\xcf\xb3\x78\xa1\x75\x43\xf4\x54\x44\xeb\xb7\x22\x5b\x8f\x9a\xb0\xa8\xd3\xe6\x6a\x84\x4d\x7e\xa5\xcd\xd5\x34\xa7\x29\x35\x0b\xd4\xed\x69\x4a\xc2\x66\xf8\x6c\x36\x4d\xff\xd8\x64\x61\xfa\xf0\xf1\x7e\x6d\x60\x53\x6c\xa0\xcd\xc2\xf4\xb8\xbe\x70\xb3\xd0\xd7\xec\x6a\xfe\xc0\x86\x12\xde\x6e\x6e\x6e\x36\x21\x37\x4b\x65\xed\x49\x45\xc2\xae\xfd\xfd\x6a\x5b\x6d\x92\xa6\xd9\x5e\xdc\x63\xd0\x6c\x3d\x8b\x19\x19\x2a\x16\xb4\x19\x19\xa1\x39\x35\xad\xcd\xc8\x34\x67\x08\x35\xfc\xa5\xf6\x0c\x21\x61\x73\xa4\x53\x4f\x2d\x98\x9c\x48\x73\x2c\x6c\xbb\x33\x57\xd8\x94\x3a\x68\x77\xe6\x0a\xcd\xd9\x57\xed\xce\x5c\x61\x13\x0f\xf4\xf4\x03\xb2\xe7\xb6\xa9\x7a\xdd\xee\xb9\x15\x36\x05\x11\xda\x03\x83\x9a\x03\x83\x7a\xa0\x32\x1e\x18\x24\x6c\x0a\x22\xb4\x07\x06\x35\x29\x97\xe6\x40\xaa\xf6\x28\xa0\x66\x83\xed\x26\x1b\xd6\x6e\xb0\xed\x79\x0d\x1a\x3d\x3f\xa2\xcf\x8d\x77\xae\x4a\x44\x0f\x45\x0f\xae\xe2\x17\x35\x57\x60\x53\x10\xa1\x4d\xe5\x34\xe9\x9b\x66\x4d\xb1\xdd\x86\x2b\xec\xf6\x46\xcd\x15\x68\x0e\x91\x6a\xb3\x3b\xc2\x6e\x94\x81\x4c\xcf\x05\x4f\xae\xa2\x57\xfd\x68\xc0\x6e\x1f\xef\x47\x03\x9a\x65\xb3\x36\x95\xd3\xa4\x6f\x9a\x35\xb2\x76\x83\xad\xb0\x49\xdc\xb5\xa9\x9c\x26\x49\xd3\xec\xa6\x6d\x93\x34\xc2\xa6\xb8\x42\x73\x9e\xd0\x05\x3c\x2b\xb8\x6a\xfa\xac\xe9\xb3\x14\xf9\xac\xe0\x85\x18\x2b\x43\x17\x0e\x6c\x8a\x2b\xb4\x79\x9b\x26\x0b\xd3\xec\x6d\x6d\xcf\x10\x12\x36\x41\x5c\xbb\xb7\xb5\xd9\xa2\xda\xac\x22\xb4\x5b\x54\x9b\x33\x84\x76\x5f\xb3\xbc\xf6\x0c\xa1\x0e\xd4\x84\xfd\xa8\x1d\xaa\x49\xa8\x26\x58\x8a\x07\x06\x75\xf8\x69\x17\x2f\xe4\xa7\x0d\x3f\xed\x41\x53\xfd\xb4\x6c\x18\x6d\xb8\x3d\xed\x86\x51\x61\x53\x5c\xa1\xdd\x30\xda\x6c\x18\x6d\xb8\x3d\xed\x86\x51\x61\x13\x5c\xb6\x67\xf5\x34\x69\x92\x66\x72\xdb\xa6\x49\x9a\x03\x74\x9a\x83\x0b\x3a\xed\xfb\x64\x6a\xde\x1f\x11\xaf\x4d\x4e\xa4\x21\xcc\xb4\x39\x91\x66\x7f\xe5\x26\x8f\xda\xee\xaf\xec\xbc\x9c\x60\x53\xfd\xb7\x53\x27\x08\xec\x1e\x89\x28\x15\x5d\x96\x46\xd8\xd8\x66\x4e\x84\x4d\x25\x85\x36\x73\xd2\xa4\x49\x9a\xed\x8c\x6d\x9a\xa4\x49\x8d\x6c\xca\x04\x76\xea\xf1\x80\x0e\x46\x88\xb4\xef\x39\x13\x67\x93\xa6\x6d\xcf\xc4\xe9\xc4\x1e\xa9\xfe\xdb\xa9\x3d\xa6\xf6\x38\x15\xf9\x42\x0c\x9f\x70\x68\x3a\x1d\x3e\x81\x4d\xbd\x85\x76\x1f\x64\x67\xd1\x5f\x7c\xb4\xd4\x55\x72\x4c\xce\xa6\xde\x42\x7b\x4c\x4e\xa7\x1f\x0d\xe7\xec\x46\x45\x61\x53\x2a\xa1\xcd\xe8\x34\xe9\x9b\xa6\xb2\x6e\x9b\xbe\x11\x36\x9b\x60\xda\xf4\x4d\x93\xbe\xe9\xc4\x03\x98\xbe\x11\x36\xf5\x09\x3b\x35\x3e\xd2\x37\x4d\x39\xe3\x36\x7d\xd3\xa4\x6f\x3a\x51\x4c\xd3\x37\xc2\x6e\xa2\x3f\xd3\x37\xcd\x16\xc6\x26\xcc\xee\x52\x01\x80\xcd\x39\x6f\x5d\x2c\xd7\x08\x4d\xc5\xdf\x2e\x75\x02\xd8\x64\xa7\xbb\x8c\xeb\x48\x05\x35\xb5\x7c\xdb\x54\x90\xb0\x99\x96\x74\x19\xd7\x91\xeb\x69\x56\x4a\xba\x34\x64\x60\x37\x86\xec\x6e\xc9\xae\x49\xeb\xf9\x42\xe5\xe8\x4c\xde\x67\x37\xf1\xa6\x79\x9f\x66\xa3\x62\x53\x4f\xb6\xdd\xa8\x28\x6c\xb6\xda\x74\xe9\xef\x81\x86\xcf\xd3\xa5\x6d\x97\xb6\x4d\xf4\x67\x76\x48\x68\xf8\x3c\x5d\x6a\xa1\x09\xa3\x46\x57\x4d\x18\x35\x19\xa1\xce\xcf\x8d\x36\x82\x08\x84\x4a\x0c\x6d\x2a\xa8\x39\xd7\x65\x93\x22\x6f\xcf\x75\x69\x76\xb3\x35\xe5\xe9\xda\xdd\x6c\xcd\x0e\xb6\xcd\x8e\xe1\x66\x1b\xdb\x07\x9a\x4d\x69\xed\x6e\x36\x61\x93\xfc\x6e\x77\xb3\x35\xfb\xd4\x9a\xba\xad\xed\x3e\x35\x61\xaf\xcf\xe3\x31\x18\x8e\x67\xe9\x9a\xeb\xdf\x0f\xc5\xeb\xf8\xff\x8d\xc4\x1e\xde\x22\x6c\x36\x0c\x77\x6b\xc0\x40\x53\xb2\xad\x3d\xcf\xa5\xd9\x11\xb7\xd9\x30\xdc\xee\x88\x6b\xb6\xbf\xb5\x93\x16\xb7\xbf\x35\x5b\xde\xf6\xf2\x45\x0c\x6c\x38\xa9\xa5\x9d\x09\x78\x52\x4b\x73\x3a\xcb\x5e\xbe\x88\x06\xcc\xe9\x2a\x6d\xc4\xed\xe9\x2a\xc2\x5e\xd8\xa1\xdb\xdf\x9a\xc4\x5a\x73\xe4\x64\x9b\x58\x13\x46\xa3\x0b\x24\xd9\x7e\xec\xc6\xc2\xa8\x73\xd5\xdd\x1f\xd1\xe0\x59\xf4\xa6\x16\x46\x9a\xac\x59\x89\xe8\xd6\x79\x02\x1b\x92\x40\xb7\xce\x93\x94\x59\x1b\x24\x99\x32\x6b\xce\x3a\xd9\x6c\x2b\x6e\xcf\x3a\x11\x8e\xc1\x6b\x9b\x45\x13\x0e\x07\x7a\xb3\x68\xc2\xc1\xa1\x8f\xbd\x58\xea\x6c\x12\x6b\x9b\x0d\xc3\x6d\x62\x4d\x38\xe2\xf3\xac\x97\xa2\xd7\x25\x22\xc4\x5b\x46\xb6\xc0\x66\x0f\x71\x2f\x87\x4a\xe0\xd0\xc2\x3c\x5d\xa5\x39\x51\x65\xb3\x87\xb8\x97\xda\x07\x1c\xd4\x71\xec\xa5\x85\x01\x87\xb3\x8a\xa5\x42\x02\x9b\x0d\xc3\xed\x19\x2c\xc2\xa1\x5b\x34\xbb\xd7\xa4\xf2\xf6\x42\x01\x4c\xe5\x09\x07\x7b\x75\x7b\x19\x4b\x9b\xdd\x63\xc3\x70\x9b\xdd\x13\x0e\x36\xf5\xf4\x72\x18\x21\xc9\xb7\xd9\x0a\xdc\xcb\x18\x0e\x18\xb0\x02\xdb\x84\x9f\xb0\xd9\xe4\xdb\xcb\x21\x1c\x18\x87\xaf\xad\x46\x03\x83\x53\xcf\xdb\x6d\x8c\x6d\x5a\x90\x7d\xbf\x6d\x5a\x50\x18\xe4\x52\xda\xb4\x60\xb3\x67\x71\xb3\xa3\xb7\xdd\xb3\x28\x0c\x96\x60\xdb\x4c\xa1\xb0\xe1\x6c\x34\xfb\x17\x2f\xe0\x90\xf0\xcf\x8d\x7e\x34\x02\x7a\x76\xf4\xb6\xf9\x44\x61\x50\xbc\xbc\xcd\x27\x0a\x7b\xd9\xf7\x0e\x6f\xc0\xd0\x23\x99\x4f\x6c\xb6\x18\x6e\xf6\xfd\xf6\x72\x94\x02\x26\xbb\x17\xda\xe4\xa1\x30\x29\x0c\xd7\x26\x0f\x85\x09\x9f\xbd\x4d\x1e\x0a\xf3\xe6\x17\x72\xd9\x02\x98\x37\x5b\xaf\x59\x99\x16\x64\xe7\x5a\x9b\x16\x14\x26\xb9\xef\x36\x2d\x28\xcc\x69\x53\x1d\x04\x97\x65\xfe\xcb\xab\xec\x42\xeb\x99\x7f\x6e\xb4\x0b\x09\x79\x56\xa3\x13\x86\x3c\xc0\xcc\x8f\xc8\x77\x64\xee\x01\x63\xa5\x4d\x0b\x0a\x93\xda\x67\x6d\x5a\x50\xd8\x30\x56\xda\x5d\x96\xc2\x6c\x15\x53\x0f\xc0\x96\xca\xbd\x98\x4c\xb9\xa5\x52\x08\xe7\x7d\xe6\x13\x85\xe0\x94\xd4\x36\x9f\xd8\xe4\x13\xf7\xd2\x90\x1d\x89\x81\x98\x9f\xc7\xdb\xf7\x96\x9e\xf1\x6b\x1b\x06\x03\x7b\x11\x0e\x98\x62\x14\xc2\xf1\xda\x14\xa3\xb0\xd9\xbe\xdb\xdb\xf1\x1a\x08\xca\xb8\xf7\x76\xbc\xe6\x9c\x9a\xcd\xf6\xdd\xf6\x9c\x1a\x21\x28\x8d\xdd\x9e\x53\x23\x6c\xf6\xea\xf6\xd6\x0d\x01\x41\x99\xdb\xf6\xe8\x1a\x21\x6a\xfe\xfb\xf3\x82\xae\xbf\xff\xf9\xfe\xeb\x0f\x7f\xf7\x0f\xf7\x5f\xff\xf1\xfe\xe7\xf3\xeb\xf9\xd7\xdf\x7e\x3b\x7f\xfe\xfd\xf5\xd3\xf3\xf7\xaf\x3f\x5c\xd2\xaf\xd7\xf9\xfe\xe9\xe7\xf3\xb7\xf3\x2f\xbf\xfc\xf5\xb7\xe7\xf9\xf5\xeb\x2f\xbf\x5e\x77\xf1\xe7\xff\x0e\x00\x00\xff\xff\x4a\x6a\xca\x5f\x91\xad\x00\x00"); +func _agaed ()(*asset ,error ){_cagd ,_ccac :=_fbe ();if _ccac !=nil {return nil ,_ccac ;};_bdef :=bindataFileInfo {_dae :"EUC-V",_fb :913,_ae :_be .FileMode (436),_g :_a .Unix (1580491862,0)};_gbaa :=&asset {_dd :_cagd ,_ef :_bdef };return _gbaa ,nil ; +};func _gegf ()(*asset ,error ){_bdfe ,_eceb :=_gbb ();if _eceb !=nil {return nil ,_eceb ;};_ggca :=bindataFileInfo {_dae :"GBTpc-EUC-V",_fb :789,_ae :_be .FileMode (436),_g :_a .Unix (1580492242,0)};_daeg :=&asset {_dd :_bdfe ,_ef :_ggca };return _daeg ,nil ; +};func _gfbb ()([]byte ,error ){return _c (_gggg ,"Adobe-KR-7")};func _dbfga ()(*asset ,error ){_ecab ,_bbde :=_acee ();if _bbde !=nil {return nil ,_bbde ;};_fgcf :=bindataFileInfo {_dae :"KSC-Johab-V",_fb :716,_ae :_be .FileMode (436),_g :_a .Unix (1580492521,0)}; +_egba :=&asset {_dd :_ecab ,_ef :_fgcf };return _egba ,nil ;};var _dbeg =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x84\x9b\xdb\xab\x65\xb9\x75\xee\xdf\xf7\x5f\xb1\x1e\x7d\x1e\xce\xe9\x29\x69\x5c\x24\x28\x36\x1c\x6c\x43\x3a\xe0\x38\xc4\x71\x12\x08\x79\x98\xb7\xd5\x14\xa4\xab\x8a\xea\x6a\x88\xff\xfb\x30\x7e\xdf\xb2\x83\x4d\xa0\x1f\xcc\xe7\xfe\x4a\xd2\x1a\x1a\x1a\x57\x69\xee\xef\x7e\xfd\xfd\x6f\xbe\xff\xf4\xf1\xdb\xe3\xbb\x7f\xfc\xfa\xf9\xfc\xc3\xfd\xed\xf1\xfc\xf8\xe9\xfa\x7a\xff\xf4\xf9\xe7\xaf\xe7\xfd\x38\xee\x1f\x3e\x7e\x7a\x7b\x6b\xfd\x71\x7d\x3c\xbf\xfd\xf9\x3f\x81\xf3\xc7\xfd\xcb\xdb\x5b\xcd\xff\xc3\x9f\x7e\xfa\x76\xff\xf8\xfd\xa7\xe7\xe7\xc7\xd0\xb8\xeb\xe7\x2f\xaf\xb1\x8f\xc7\x77\xff\x74\xff\xf0\xf1\xa7\x6f\x5f\xff\xf4\xf8\xd5\xff\xbf\x3e\x1f\xf7\xff\x79\x5c\xf7\xb3\xf8\xdf\x7f\xbd\xee\xaf\x1f\x3f\xfd\xf0\xf8\xd5\xdf\xef\x5f\xf6\x4f\xed\x2f\xff\xf0\x87\x9f\xbf\x7c\xf9\xcf\xfb\xc7\xfb\xd3\xb7\x47\x87\xbb\x3f\x5d\xe0\xdb\x77\xbf\xfe\xdd\xfe\xe5\x1f\xf6\x1f\xef\xc7\x77\xbf\xfd\xaf\x6f\xff\xf7\xef\x60\x21\xff\xe5\xfe\xfa\xd3\xc7\xcf\x9f\x1e\xad\xfd\xbf\x6d\x8b\xff\xe1\xff\xf9\x4f\x5f\xee\x47\x7b\xcd\xfe\xe3\xf7\xbf\xf9\xfd\xf3\xf9\xd3\xfd\xed\x31\xe6\xa6\x31\xff\xf6\xc7\xef\x7f\xf3\xf8\xf7\xf6\x68\xdb\xa3\xfb\x18\xed\x3f\x5e\x43\xff\xf5\x77\x9f\xaf\xfb\xa1\x41\x6f\x4d\x9b\x39\x3f\x5f\xf7\x4f\x5f\xf6\xf3\xfe\xba\x7f\xfa\xe1\x7e\x7b\x3c\x3e\xf4\xd6\xdb\xfb\xe3\x43\xfe\x36\x7f\xfb\x5e\x52\xfe\xcd\x88\xb7\xb6\x6d\xaf\xa9\x1f\x2f\x51\x7f\x9e\xd2\x5b\xcc\xf7\xc7\x23\xc6\x28\x2a\x96\xa8\xf5\xfe\x48\xcb\x09\xb5\x43\xe5\xfd\xfe\x78\xe4\x16\x6f\x1f\x7a\xd7\xc4\xde\xa1\x7a\xbe\x7d\xe8\x63\x6c\x45\x8d\xb1\x8a\x9a\x5b\x51\xc6\xa8\xe1\x7b\x51\x0b\x2a\x44\x65\x51\xb3\xd5\x5a\xa6\xb5\x2c\x47\x51\xd6\xdf\x3e\x74\x17\xe5\x19\xef\x8f\xc7\xea\xfe\xf6\xa1\x87\xa8\x18\xf3\xfd\xd1\xb6\xd6\x8a\xd2\xf2\xe1\x50\xa3\x46\xa5\x46\x65\xfd\x4b\xdb\x7c\x15\xe5\xa2\x12\x6a\xd5\xf2\x4b\xa3\x96\x3f\xdf\x1f\x8f\x3e\xa0\x02\xe9\x81\xc7\x40\xd4\x25\x51\x17\xdb\xee\xab\x44\xdd\x35\x71\x67\xe2\x60\xdb\xbb\x26\xee\x8c\x1a\xab\xe4\x3a\x34\xea\xa8\x5f\x7c\x58\xaf\xe5\x8f\xec\xa2\x3a\x6b\x39\xd4\x10\x55\x13\x7d\x2b\xdd\x9f\xdd\x8a\x3a\xe3\x89\xee\x4b\xfa\x4b\x6b\x5d\xe3\x7e\x7f\xa4\x7b\x4d\xbc\x8c\x5f\xbc\x3c\x8a\x9a\x50\x25\xd0\x0b\xe6\xe8\xb5\xd6\x25\xb9\x2e\xd6\x8a\xad\xce\xf1\x4a\x51\x05\x8f\x8c\x0e\xa5\xe5\x11\x35\xa3\x41\x75\x51\x1d\x0a\x21\x24\xea\x95\x65\x13\xd1\x0d\x6a\x17\xc5\xd1\x86\x96\x3f\x44\x9d\x35\x6a\xb4\xb7\x0f\x63\x43\x7a\x41\x6b\x75\x8e\x63\xeb\x5d\x54\x67\xd4\x80\x1a\x50\xa3\x33\x2a\x8b\x1a\x2f\x6a\xbc\x3f\x72\x8c\x0d\xca\x44\xed\x35\xca\x0c\xea\x10\x75\xb0\x96\xa8\x13\x2a\xae\x1a\xe5\xbd\xa8\xb8\x45\xdd\x8c\x42\x88\xd2\xca\x87\xb1\xd5\x1e\x5b\xdf\x10\x22\xf5\x8b\x05\x19\x23\xa0\xf4\x8b\xb5\xaf\xd6\x4b\x85\x63\x4b\x2d\xff\xda\x23\xa2\xe6\x25\xea\xae\x51\xad\x28\xb9\xd5\x68\x7d\x41\x2d\xa8\x5d\xd4\xce\xc4\x09\x85\xf4\xad\xf6\xd5\x7a\x67\xd4\x70\x51\xce\x28\x51\x21\xaa\x8c\xbc\xdb\x06\xb5\x44\x71\x1c\x2f\x4a\xcb\x0f\x44\x45\x39\x4d\x9a\x68\xe3\x62\x54\x83\x42\x13\x0d\xef\xe8\x86\x10\xd6\x45\x71\x1c\x36\xa0\xd0\x04\x5e\xdf\xba\x43\x85\x44\x0d\x14\xad\xe5\x43\xcb\x6b\xdb\xab\x28\x05\x85\xd1\x7b\xbe\x3f\xda\x68\x03\x6a\x8a\x9a\x4c\x74\xa8\x25\xaa\xa4\x1f\x65\x5f\xa3\x4b\x39\x5d\xca\xb1\x80\xe2\x17\x7b\x59\x74\xc3\xa2\x47\xc7\xa2\x05\x19\x96\x50\xfa\xc5\x32\xcc\x36\x12\x2a\xb5\x56\x6a\xad\x09\xa5\xb5\xea\xd0\x9a\x71\xda\x5d\x87\x06\x64\x18\x42\xe4\x2d\xea\x66\x54\x09\x31\xb4\x21\xa0\xd9\x96\x50\x5d\x14\xfa\xf2\x0d\x0a\x7d\x11\xec\x9a\x6d\xb5\xd6\x90\x56\x81\xb0\xc5\x44\x7b\x8d\xaa\x73\x34\x8e\x63\xd8\x12\xb5\xde\x1f\xbe\xb1\xc7\x61\x48\x3f\xc2\x18\x55\xd2\x8f\x70\x51\xd8\x84\x33\x31\x42\x54\x9d\x90\x25\xa2\xea\x84\x86\x4e\x08\xbb\x1f\x3a\xa1\x81\x91\xdb\x84\x92\x91\x0f\x19\x39\x47\x3b\x64\xe4\x23\xbd\x46\x2d\x36\x94\x5a\xbe\xc0\x17\x46\x3e\x32\x45\x2d\x46\x69\xa2\x44\x95\xa2\xdd\xa0\x24\x84\x54\xc8\xb6\x15\xdc\x87\xa1\x1c\xdf\x4a\x7a\x93\x72\x4c\x26\x57\x21\x6d\x98\x94\x03\xb8\x84\x30\x33\x51\x75\x68\x8e\x3f\x9a\x5d\xa2\x38\x34\x17\xc5\xa1\x99\xb3\x3c\x96\x63\xae\xe5\x0b\x22\xe6\x84\xd2\xf2\x68\xd5\x51\xa1\x49\xab\xf6\xd2\x2a\xa2\x4a\xab\x86\xf4\x9e\x25\x84\xf2\xd0\xf0\x32\xcc\xe6\x15\xb6\x87\xcb\x30\x81\x0c\x9f\x50\x28\xda\x47\xd9\x6a\x60\x39\x4e\x8c\x16\x64\xf8\x22\x21\xff\x39\xef\xfe\x6f\xa9\x78\xb8\xe9\xa7\xf8\xf5\x20\x08\x2a\xe5\x09\x5a\xcc\x05\xd5\x45\xa1\xbb\xd8\xa0\x86\xa8\x3a\x9a\xa8\x04\x34\x42\xfe\x14\xf2\xa7\x10\x85\xd8\x61\xce\x28\xd6\xb2\x10\x15\x64\x1b\x83\x4a\x51\x25\x44\x4a\x08\x7b\x8a\x22\x8f\x54\xd2\x18\xe1\x6c\x2e\xca\xbe\x5a\x72\x34\x11\x97\x28\x8e\x26\x06\x14\x47\x13\x65\x6b\x2d\x83\x51\xb2\x35\x20\x23\xf8\xc5\x74\x51\xa5\xe1\x4c\x26\xca\x8a\x80\x8c\x70\xa8\x53\x14\xbf\x38\xd9\xb6\x3c\x38\xe4\xc1\xaf\xe5\x5f\xbf\x88\xf4\x18\xbc\xea\x81\x91\x1d\x21\xe6\x80\x32\x51\x12\x22\xa1\x10\x22\x2b\xd4\xb6\x9c\x50\x23\x45\x25\xa3\x26\x14\xb1\x2c\xcb\x30\xdb\xe4\x98\xd3\x34\xd1\xb0\x22\x62\x59\x4a\xab\x59\x46\xda\x66\xdf\xa0\x6e\x51\x24\xa0\x14\x85\x56\xa9\x4d\xda\x24\xf6\xa7\xec\x16\xc8\xc8\x06\x35\x44\xf1\x8b\xe4\xca\x74\xfd\xa2\xf3\x8b\xc9\x1e\x5d\xbf\x58\x55\x56\x9b\x1c\x47\xfa\x21\xaa\x54\xd8\xa6\xd6\x42\x85\x19\xa5\x09\xaa\xac\x91\x21\x4d\x04\x9a\x40\xf7\x29\xb7\xc8\x2a\x11\xda\xc4\x53\x28\x9c\x5e\x90\x81\x99\x64\x4a\xd4\xac\x58\x36\x43\xd4\x12\x45\x4e\x4a\x87\xda\x45\xa1\x09\x89\xaa\x13\x02\x32\x08\x5c\x53\x27\x34\x07\x72\x11\xc2\xa7\x32\x3d\x90\xf1\xa2\x90\x6b\x1a\x72\x11\x59\xa6\x1c\x06\xc8\xa8\x42\x75\x4c\x45\x96\x89\x01\xac\x56\x8a\x56\xa9\x37\x16\x1e\xbc\xd0\xea\x92\x2b\x2c\x79\x70\x55\x59\x63\xc9\x83\x17\x06\xb0\xb0\x9c\x25\x03\x58\x32\x00\x4c\x6e\xc9\x00\x16\xb1\x6c\x91\xf2\x96\x7e\x71\x29\x96\xa1\xe8\xa5\x58\xb6\x4a\xf7\x7d\xdb\x4a\x13\x4b\xba\x07\x7c\x12\x76\x97\x63\xbe\xab\x7c\xa8\x6f\x14\x4b\x2b\x5e\x14\x16\x2d\x21\xe4\x43\xab\x7c\xa8\x6f\xa4\x83\x25\x1f\x5a\xf2\x21\x2c\x7a\xc9\x87\x56\x1d\x47\xdf\x08\xa8\x4b\xc7\xb1\x74\x1c\x13\x51\x75\x1c\x94\xb3\x7d\x23\x74\xa8\x9c\x1d\x7b\x99\x5c\xdf\xf0\xb4\x5d\x26\x07\x64\x4c\x51\xfc\xe2\x5e\xe1\xb1\xb7\x2a\xd9\xc7\x1e\x29\x4a\xca\x11\x85\x72\x76\x44\x6d\x58\xe1\x2e\x51\xf7\x97\xa8\x09\xe5\xa2\x4a\x88\x46\xde\x55\xb5\x3c\x8e\xce\xf2\x2e\x2a\x45\x69\xf9\x09\x35\x45\xad\x1a\x85\xbb\x1f\x8a\x72\x87\xa2\xdc\xd4\xc4\x43\xd4\xc1\x28\x51\xa7\x28\x2a\x36\x52\xcb\xd1\x51\xf4\x51\xc7\xd9\x1b\x36\x71\xa8\xa4\x3a\x54\x52\x2d\x51\x5a\x5e\xa2\xa2\xc2\x53\xa2\x9e\x65\x13\x5d\x95\xd1\x29\x9b\x00\x32\xaa\xbb\x18\xa7\xd6\x3a\x8d\x51\x98\xef\x69\x1a\x65\x1a\xc5\x44\x7b\x8d\x5a\x55\x22\x50\x0f\x9c\x4a\xfe\x67\xf9\x73\x57\x49\x75\x7a\x8a\x42\x13\x2f\x4a\x6b\x95\x31\xf5\x41\x55\x7a\xca\x98\x4e\xc7\xad\x48\x53\x27\x1d\xc1\x38\x91\x7e\xb4\xa2\xd4\x4a\x8c\xab\xf4\xd5\x07\xf5\xd3\x25\x7d\x5d\x72\x85\x25\x0a\x7d\x5d\xe5\x70\x7d\x90\xdf\x2e\x95\xa0\x40\xc6\x12\x85\x5c\x57\x95\x1b\x5d\x45\xdc\xa5\x72\xe3\x92\xf9\x2e\x51\x98\x2f\xdd\x45\xb7\xea\x1b\x86\xba\x8b\x41\x47\x91\x49\x3d\x70\xc9\x4c\x2e\x44\x35\x6a\xfd\x5b\xa2\xde\x15\xa3\xbb\x94\x73\x2b\x46\x03\x99\x14\x71\x77\x47\xae\xbb\xfa\x86\x6e\x24\xff\x5b\x7d\x03\x90\xb9\x19\x94\x89\x62\xf9\xd8\x7e\x39\x15\xdf\xe3\xa9\x19\x4f\x16\x29\xdd\xdd\xca\xe7\xb7\x23\x10\xb1\xec\x56\x24\x06\x92\xae\x78\xdc\x8a\xc4\xb7\xf3\x53\x9c\xd6\xad\x73\x00\x32\x29\x21\x6f\xd5\xb1\x77\x45\xe2\xee\x92\x51\x91\x18\xc8\xe4\x4c\x6f\x45\xe2\x1b\xad\x38\x55\xe5\x53\x5a\x79\xe2\x03\x4e\x23\xf3\x94\x0f\x00\x99\xaf\x51\x9c\xe9\xb3\xcc\xa4\x3b\x25\xf7\xd3\x97\xa8\xb2\xee\x24\x2e\x3e\x5d\x13\x4b\xae\xee\xd8\xed\x53\x72\x01\x99\xd5\x61\x8f\xa7\xea\xeb\x67\xb0\x16\x67\xfa\x0c\xad\x15\x5a\x4b\x13\xb5\x16\xa2\xd2\x6a\x9a\x1a\x3f\x41\x8f\xca\x6f\xa6\xc6\x4f\x90\x59\xdd\x81\xa9\xf1\xb3\xcd\x18\x55\x41\xd0\x36\xd3\x28\xd3\x28\x83\xd2\xa8\x52\x48\xa7\xb6\xb0\x8d\x52\x4d\x90\x59\xd6\x6d\x1b\x21\xc9\xb6\xca\x5c\x1d\xf3\xb3\x2d\x25\x44\x6a\xad\x80\xd2\x5a\x84\x4a\xf6\x68\x1b\xa1\xd2\x36\xea\xd8\x6c\x48\x4f\x05\x62\xb4\x74\x3d\xab\x7f\x33\xb5\x74\xd6\x88\x52\x59\xb5\xba\x35\xa2\x94\x20\xb3\x32\xbd\x35\xa2\x94\x20\xa8\x79\x8c\x26\xf0\x83\xd1\xbf\xf5\x64\x8f\xea\xdf\x04\x99\x5d\xd4\x0e\x65\xe5\x4f\x59\x81\xde\x5a\x55\xbe\x2f\xc8\xec\x1d\xea\x12\x85\x5c\x55\xba\x58\xa3\x90\x10\xe4\x4b\x2e\xca\x33\x6b\x58\x61\x26\x72\xb9\x46\xc9\x0a\xcb\x11\xad\x85\x46\x71\xb4\x39\x11\x35\x24\x97\x8e\xb6\xba\x75\xd3\xd5\x8f\x35\x69\x62\xd5\x28\x75\x79\xd6\xab\xbd\xec\xb3\xfa\x5d\xeb\xe3\x12\x75\x31\x91\x51\xb4\x9a\xd6\x8d\x51\x06\x25\xe9\x81\xa4\xb8\xb4\x6e\x1a\x45\xae\x9c\x55\x5c\x5a\x27\x57\x0a\x32\xfb\x84\xd2\xc4\x28\x3f\xa7\x44\xb0\x1e\x43\x14\x7e\x8e\x7d\x75\x7c\xc8\x7a\xc5\x9c\x3e\x2b\x5e\x5b\xa7\xcd\x17\x64\x56\x64\xb1\xce\x1d\x88\xf5\x8a\x39\x7d\x6a\x43\xe4\x24\xeb\x89\x31\x71\x42\x9d\x76\xc7\xe8\x18\xfb\xaa\x60\x63\xea\x18\x05\x99\x43\x94\xa4\x47\x39\x94\x1b\xa6\x8e\xd1\x06\x66\xb2\xb0\xaf\x21\x33\x19\x32\x93\x61\x50\x53\xd4\x64\xd4\x84\x5a\xa2\xb0\xc2\xf2\x6d\x1b\x38\xb2\x8d\x8e\x10\x5d\x6b\x5d\xa2\x6e\x46\x25\x14\x7b\x1c\x43\xa3\x98\xa8\xe3\x18\x3a\x8e\xb1\xa0\x10\x75\x94\x26\xfa\x32\x44\x95\x26\x80\xcc\x17\x25\xe9\x51\xce\x5a\xfc\xa2\x94\x03\x64\x9a\xa8\x10\x75\x30\x2a\xa0\x4e\x51\x1c\x5a\x15\x97\x36\xa4\x2f\x7a\xc1\xb1\xa1\x42\xf5\x82\x66\x25\xea\xa0\x32\x32\x93\xa8\x26\x51\x8d\x51\x12\xd5\x2a\x7d\x8e\x0d\x7d\x19\xe9\x53\x90\x69\xa2\x96\xa8\x55\xa3\x8c\xb5\x48\x9f\x82\xcc\x17\x75\x88\xe2\x17\x2b\xe5\x99\x9a\x48\x41\x26\x86\xa9\x26\x52\x30\xb6\xea\xe9\xcd\xe4\x56\x26\xb7\xd2\x44\xb9\x95\x55\xe0\x1c\x5b\x75\xd8\x66\xae\xe5\x0b\xcc\xb1\x09\x93\xf9\x9a\xb6\x5d\xa5\xb1\xa9\x89\x14\x8c\x8d\xc8\xe4\x8a\x85\xae\x58\x88\xbb\xbb\x62\xa1\x97\xe5\x8c\x56\x89\xd1\x5c\x96\xe3\xb2\x1c\xd3\xc4\x29\xea\x62\x54\x40\xdd\xa2\xb0\x09\xa4\x77\xd9\x84\x57\x0e\x1f\x8d\x50\xeb\xe4\x70\x41\xa6\xb3\xfc\xd0\xf2\xa5\xef\xd1\xba\xa8\xd7\x44\xb6\xcd\x1e\xd5\xc9\x9a\x73\x1c\x0d\x1f\x72\x1d\x87\xeb\x38\x9c\xe5\x75\x1c\x5e\xba\x1f\x0d\x93\x73\xe9\x1e\xc8\x74\x34\xa1\x90\xe6\xa5\xc9\xd1\xac\xff\x62\x2a\x36\x77\xe9\x8e\xa6\x28\xab\xb4\x35\x77\x29\xca\x51\x94\xb4\xe2\xda\x49\x81\xcf\xd7\x28\xc9\x58\x01\x62\x34\xfd\xba\x02\x84\x2b\xc9\x56\xcb\x6f\x4e\x92\x35\x0f\xd4\x19\xa2\xa4\xce\x02\xef\x1b\xfb\x55\x18\xf1\xca\x23\xa3\x11\x7f\x5c\x79\x04\x70\x93\x56\x52\xcb\x27\x8a\x9a\xe8\x2e\x25\x44\x4a\x51\x1c\xb3\xb2\x0d\x6d\xfe\x68\x55\x13\x9b\xda\x7c\x8b\x81\x10\x55\x1c\x5a\xc8\x07\x80\xcc\xaa\x89\x2d\x74\x34\xdc\x79\x8f\x4e\xa0\x0f\xe5\xca\x50\xae\xac\x8a\xde\x42\xb9\x32\x4a\x47\xa3\x13\x63\x83\xf2\xdd\x42\x75\x4a\x34\xa8\x10\x55\xa7\xd5\xf1\x81\x90\x29\x87\xc2\x2e\x49\x36\x14\x76\xa3\x12\xc5\xa0\xda\xb5\x08\x89\x5a\x90\x59\x0d\x83\x45\x48\x88\xd2\xe4\xe8\xec\x31\x94\x9d\x83\xee\x40\x59\x30\xe8\x0e\x2c\x2a\xb5\x8c\x8e\x5b\x84\x52\x0b\x90\xdc\x20\x5b\x84\x84\x48\xd6\xe2\x38\x42\xc1\x06\x88\x29\xe5\x28\x38\xd3\xe6\x8f\x5e\xfd\x9b\xa9\xcd\xb7\x2c\xef\x18\x1d\xad\xa6\x02\x2a\x90\x5c\x63\x5b\x52\x2c\x19\x7d\xfc\xe0\x42\xdf\x52\xa9\x38\x95\x8a\xc9\x95\xa9\x54\x4c\x57\x3d\x46\x15\x38\x96\xb2\x2f\x20\xb3\x1a\x06\x4b\xd9\x57\x06\xa3\x88\x78\xa9\x0a\x24\xb5\xed\x14\xf5\x1a\x55\xf5\x80\x13\xaf\x53\x49\x36\x95\x64\xab\xe9\xb6\x94\x26\xb2\x0a\xe8\x31\x38\xc7\xa4\x17\x14\x64\x56\xd3\x6d\x29\xc3\xa4\x77\x1e\x03\x15\xaa\x77\xb6\x59\xa1\x63\x8c\xea\x3e\x6d\x72\xbb\x21\xc8\xac\x3e\xdc\x26\x95\xb3\x4d\x62\xc6\x98\xa2\x6e\x51\xd8\x57\xf5\xe1\x36\x15\x33\x80\x31\x16\xa3\x78\xd1\x11\x64\x62\xf7\x73\xe8\x17\xb1\xaf\xb1\xa0\x64\x5f\x40\x66\xf5\xe1\x36\x5d\xbf\x58\x66\x32\x8c\xb8\x38\x65\x26\x40\x26\x87\x36\x95\xc3\x67\xf9\xcd\x30\x62\xec\x54\xb6\x99\xca\x36\xd5\x74\xdb\x94\x01\xd0\xd3\x0f\xc3\x98\xd4\xd3\x0b\x86\xb1\xc7\xa5\x80\xba\x3a\xf5\x00\x9a\x58\xd2\xc4\xea\x4c\x44\xae\xa5\x3d\x02\xc9\x6d\x90\x2d\xed\x11\xf0\x86\x5c\x4b\x7b\x04\x86\x91\x05\xd7\xd0\xf2\x03\xe9\xa9\x2d\x16\x9d\x86\xad\x81\xf4\x4b\x6b\xb9\x28\x49\x8f\x5c\x0a\xbb\xab\x9c\x77\x18\x26\xb7\x14\x50\x81\x54\xe1\xc5\x8d\x42\x41\x9d\x90\x57\x93\x60\x4b\x39\x09\x48\xae\xa4\x6c\x29\x27\x2d\xa2\xa7\x13\xaf\x97\xc2\x23\x90\x39\xd9\xa3\x4b\x54\xf4\xe5\x94\x7a\x6a\xf3\x6d\xaf\x38\x31\x1c\x57\xd8\x15\x27\x80\xcc\x29\xca\x44\x95\x15\xc6\xc6\x44\xe5\xca\x5d\xb9\xb2\x7a\x67\xdb\x25\xd7\x5e\xad\xc4\x08\xea\xf3\x9d\x56\x42\x90\x89\xbe\x76\x45\x93\xbd\x02\xdf\xe0\x32\xd3\x76\x05\x3e\x20\xb3\x1a\x0e\xdb\x53\x13\x11\x95\xab\x54\xd3\x65\x80\x60\xa8\xd6\x3f\x74\xb4\x87\x72\xe5\x12\x35\x44\xb1\x3c\x61\xe8\x90\xbb\x1f\x72\xf7\x6a\xbd\x4c\xf7\x03\x76\x90\x93\xb8\x2a\xb3\x43\x39\xe9\x50\x4e\xc2\xc8\x0f\xe5\xa4\x83\xc8\x44\x1b\x67\x87\xfc\x11\x48\xd9\xd7\xa1\xc8\x74\x54\x26\x18\x2a\xbc\x0e\xd5\x4f\x87\xea\x27\x8e\xf6\x50\xfd\x74\xb0\x6d\x55\x33\x87\xb6\x0d\x58\x7b\x51\x5a\x9e\x6d\x2b\xc9\xea\x62\xc1\x4e\x74\xaf\xd4\x74\x4a\xf7\xe7\x4b\xf7\xa2\xd0\x3d\x17\x00\x63\x6e\x4c\xa4\xb3\x13\x64\x56\x6b\x6e\xa7\x8e\x83\xcb\x80\x31\x39\x21\x5d\x06\x08\x32\xa9\x40\x4e\x95\xff\x27\x2e\x3a\xfb\x2f\x77\xc5\x76\xca\x83\x81\x9c\x24\xc6\x53\x1e\x7c\xb2\xdf\x49\x4e\x3a\xb5\x5f\x20\xcc\x45\x49\x20\x1a\xac\x49\x65\x73\xaa\xc1\x02\xc6\xc4\xf5\x4f\x95\x90\x40\xbe\x36\xa7\x12\x12\x18\x93\x4c\x7f\xaa\xe4\x06\x72\x52\x55\xea\x5a\xc3\x2e\xdc\x95\x2b\x4b\xbb\xe4\xae\x40\x4e\x4c\xf9\x92\xbb\x5e\xe5\x43\x63\xe2\x03\x97\x0a\x3a\x20\x27\xe5\xe8\x25\x7f\xba\x08\x6f\x73\x69\x94\x89\x32\x46\x05\x94\x8b\x2a\x93\x51\x77\x70\x49\xe9\x40\xf2\x22\x63\x97\x7c\xe0\xaa\xd8\x3f\xd6\xc6\x5a\x8a\xfd\x40\x4e\xfc\xfc\x92\xad\x71\xf9\x31\x16\xee\xaa\xcb\x0f\xbb\xb1\xdb\x45\x1d\x7b\xcb\x6e\x81\x9c\x74\xd8\xb7\xec\xf6\x4e\x84\xc0\xf5\x6f\x29\xfa\x4e\x8d\x5a\x50\xaf\x51\xf7\xfb\xc3\xb6\x51\x72\xe9\x16\x41\x90\x93\x16\xe5\x29\x17\x7b\x56\x10\xb4\x8d\x56\xe0\xa9\x20\x08\xe4\x24\x0b\x3e\xc7\x6b\x94\xd7\x28\x67\x2d\x85\x37\x20\x36\x36\xf4\x54\x55\xf9\xac\x24\x6b\x1b\xe5\xc6\x53\x49\x16\xc8\x49\x39\xfa\x54\x92\x7d\x96\xa2\x8d\x32\xd9\x75\x65\xe0\x9b\xb3\x7c\x05\x1b\xdf\xa8\x53\x04\x83\xa2\xd5\x37\x52\xb1\xd3\x9a\x1b\xaf\xc0\xae\xd6\xdc\x79\xef\x34\x2e\xea\x9c\x47\xcf\x17\x24\x3e\xe0\x7a\xfb\xf4\x66\xf1\xfe\xb0\x5e\x42\x78\xe3\xb5\x43\x90\xb3\x39\xd4\x14\xb5\xd7\xa8\xae\x51\x87\x28\xb4\xda\x02\xea\x14\x75\x32\x2a\xa1\xf4\x8b\xa6\x5f\x14\xa5\x5f\x44\x54\xde\x77\x5d\xbd\xb3\x77\x51\x95\x93\x5c\x1d\xa3\xd3\xc6\xd9\xa8\x28\xe5\xfa\x92\x42\x90\xb3\x31\x6a\x68\x54\xa9\xd0\xc6\x14\xb5\x8b\xc2\xad\xda\x82\x42\xd4\x61\xac\xb5\x18\xe5\x5a\x4b\x46\xde\x37\x28\xad\x55\xe5\x9d\xd9\x8b\xba\x45\xe1\x56\x95\x5a\x7c\x10\x33\x9c\x37\x46\xb3\x6a\xc3\x5c\x6f\x8c\x82\x9c\x1d\x51\xb9\xf4\x73\xba\x3c\x23\x87\xbb\xba\x3c\xe7\x2d\xcf\x48\xd8\xae\xb7\x3c\x41\x12\x27\xdc\x78\x39\x71\xab\x08\x62\x5e\xee\xee\x3c\xcf\xbd\x60\x6c\xc1\xa8\xd0\x28\x96\x77\x84\x50\x37\xe5\xce\x69\x7b\x15\x4b\xee\x3a\x6d\xd7\x69\x77\x46\xe9\xb4\xbd\x82\x95\x79\xe5\x37\xa7\x15\x78\x41\xce\x6a\x94\x5d\x1d\x81\x53\x8c\x1b\x69\xca\x55\x8c\x0b\x8c\x57\x4d\xd7\x9b\x9b\x20\x67\x0f\x28\xd6\x8a\xd4\x28\xa8\xd4\xa8\xd4\x28\xd6\xca\xd7\xa8\x5a\x9e\x77\x32\x57\xa1\xea\x29\xaa\x1a\x3f\x57\x11\xe7\x14\x71\xc6\xc3\x8c\xab\x88\x13\xe4\xec\x1a\x85\x26\x28\x83\x8c\xfb\x14\x57\x19\xe4\x7c\xc5\x52\x85\x46\x51\x44\x75\x41\xf2\xac\xe4\xfa\x8a\xc5\x57\x1d\x9a\x6f\x15\xb6\x7d\xe9\xd0\x80\x9c\x43\x14\x2a\x5c\x55\x5a\xfb\x56\xee\xee\x3c\x27\xbc\xa0\xe9\x68\xf5\xaa\xe0\xd4\x16\xbe\xa1\x68\xd5\x16\xbe\x97\xbb\xfb\xc6\x5a\x3b\xee\x2e\xc8\x39\x1a\x14\xb6\x4a\x6d\xe1\xbc\x50\xb8\x6a\x0b\x41\xce\xd1\xa1\x38\xb4\x5d\xcb\x57\xde\x75\xd5\x03\x7e\x94\xe5\x78\xe3\x17\x0f\x59\x0e\x90\x3c\x8a\xf9\xc1\x9b\x9b\x1f\x3c\xa4\xb7\x8a\x39\x4e\xd6\x7f\x41\xce\xa1\x89\x98\xef\x41\x97\xc8\x13\x82\x1f\x54\xf1\x82\xc1\xbb\xb3\x1f\x64\x54\x27\xf9\x7b\x9b\x50\xb2\xfb\x43\x76\x3f\x90\x4b\x2a\x04\xbc\x55\xa2\xf0\x43\x2a\x3c\xd4\x4b\x26\xcb\x53\xb2\x3b\x5f\xfa\x78\xdf\x90\x8b\x2e\x51\x90\x3c\xd6\xf9\x91\xda\x50\xaa\xe3\x9c\xbf\x98\x8a\x5d\xe5\x82\x9f\x9a\x41\x80\x50\x16\x74\xf2\x88\xd3\xb5\xb8\xf2\x88\xdf\x1c\x0d\x1f\x34\xf8\xad\xa3\x01\x06\xef\x82\x7e\xeb\x68\xee\x8a\x19\x6e\x9c\xd6\xad\x98\x71\x2b\x66\x54\xb1\xe3\xb7\x62\xc6\x5d\x62\xbb\xe1\x16\xb7\xc4\x06\x1a\xb7\xd1\x7e\x53\xab\x3b\xd9\xc6\xa9\x9c\x5d\xd9\xc6\x9f\xe5\x16\xee\x98\xdf\x53\x6e\x01\xe4\x1c\x13\xca\x44\xd5\x44\xaf\xc2\x3c\x94\x0e\x62\x2b\xbb\x77\xaf\x82\x2e\x36\xee\xfb\x05\x39\xc7\x82\x4a\xa8\x0a\x5c\x1e\xb5\x7c\x6c\x04\x2e\x41\x4e\x83\xc2\x2d\x62\x2b\x51\x9d\xc7\xfe\xd8\x52\x6b\xa5\x1e\xbf\x45\x69\x2d\x84\xe0\xc5\x2f\x94\x5a\x82\xaf\x76\x9c\x87\xa8\xd0\x57\x3b\x82\x9c\xd6\xa0\x4e\x51\xa5\x42\xae\x9e\xa3\x11\xc2\xa3\x29\x7d\x96\x53\x47\x23\x7d\x06\xe9\xc0\x79\x55\x08\xa5\x83\xe0\xbb\x17\xe7\xc1\x3a\xf4\xdd\x8b\x20\x67\xe5\xb7\xe8\x5a\xbe\x57\x5f\xe9\x14\xc0\xd1\xe9\x2b\x05\x1d\xaf\x8b\x4e\x6d\x21\xf0\xe9\x4c\xa4\xb6\x10\x8c\xe6\x9a\xa8\xe5\xb9\xdd\x98\x15\xb8\x42\x97\xa4\x82\x9c\x86\x5c\x94\xb6\x41\x9a\xf2\x59\xfe\x14\x4a\x53\xa1\x6f\x55\x66\x59\x77\xe8\x5b\x15\x41\x12\x92\x62\xe0\x62\x31\x2a\xad\x3b\x17\x9b\x31\xa8\x9f\x04\x49\xa9\x17\x83\xfa\x29\x48\x40\xbe\xba\x46\xdd\xa2\xf4\xe5\x48\x87\x42\x2e\x52\x8b\xaf\x32\x93\x50\x6a\x09\xc3\xa2\x57\x75\xeb\x61\x58\xb4\x20\xa7\x31\x0a\x8b\x0e\x32\x8c\xaf\x2a\xf2\xc3\x08\x10\x02\xe3\xed\x33\xb8\x5f\xfc\x10\x24\xa0\xd8\x36\x26\x92\x0e\x04\x49\xbd\x19\x4a\x40\x61\xe5\xd4\xb1\x49\x08\x9c\x5a\x90\xd3\x59\x4b\x2a\x24\x4d\x05\xcf\xb4\xa1\x34\x15\x5e\xa2\x06\x05\x4e\xb8\x44\x75\x89\x5a\xd5\x4c\xb8\x44\x05\x62\xab\x34\x15\x4e\x0e\x17\xe4\xac\xee\x20\xc8\x75\x1f\xc2\x6b\x43\xb1\x2d\x26\x6a\x43\x40\xf2\xa2\x1c\xae\x0d\x91\xcc\xa2\x55\x46\x0d\x25\xb3\xe0\xa3\x8f\x68\xd5\x60\x85\x3e\xfa\x10\xa4\xcc\x44\x1f\x7d\x44\x68\x62\x35\x32\xa1\x34\x15\x7c\x2c\x10\x1d\x21\xf4\xb1\x80\x20\xb9\x63\x0b\x7d\x2c\x10\xba\xdd\x18\x55\x48\x84\x6e\x37\x04\x29\xfb\xd2\xed\x46\xf0\xfd\x40\x8c\xce\x44\x72\xa5\x20\x27\xfe\x98\x04\x85\x20\x31\xc6\xa8\x78\x1d\x4a\x8c\xc1\x97\x01\x31\xb0\x2f\x7d\x19\x20\xc8\xc9\x86\xf4\x65\x40\x4c\x54\x38\x42\xa3\x0e\x51\x52\xe1\x82\x42\x85\x33\x59\x2b\x4b\x5f\xdc\x3b\xbc\x20\x27\x36\xa1\xeb\x87\x20\xc9\x06\xb7\x7a\xa1\x24\x2b\x08\x33\x51\x5d\x54\xe7\x99\x76\x40\x0d\x51\x17\xa3\x3a\xd4\x2d\x8a\x36\x0c\xb7\xd2\xf5\x43\xac\x92\x2b\x08\xa2\xb1\x24\x17\x90\xf2\xb4\x45\x35\x13\xcb\xe9\xa0\xa2\xf6\xb8\xe8\x2e\x04\xed\x25\x04\xdd\x45\x2c\x89\x5a\xa5\x5e\x28\x15\xc7\x5e\xb2\x04\xc5\x52\xec\x14\x12\x82\xc1\x63\x6e\xec\x14\x12\xb1\x57\x10\x2d\xf3\x84\x4a\x51\xd4\xc1\xd1\xa1\x08\x30\x7b\xc9\x15\x4e\x94\xdb\x25\xd7\xae\x2a\xab\xca\xb3\xd8\xa9\xb2\x62\x2f\x57\x08\x17\x25\x57\xd8\x15\x4d\xb0\xfb\x5d\xd1\x84\xb4\x1e\x51\x95\x77\x28\xad\xc7\x51\xe1\x31\x82\x08\x70\x28\x3c\x1e\xea\xd9\xaa\xa7\x8f\x83\x9e\x2d\x0e\x2f\x21\xf8\x2c\x30\x0e\xee\x24\x05\xcd\x71\xbe\x43\xa1\xe3\x28\x63\x0c\x3e\x03\x88\x83\x0b\x48\x41\x4e\x6c\xe2\xe0\x72\x2e\xc8\xb5\xc1\x1b\x76\x1c\x4a\x01\x40\xce\x48\xa8\xd7\xa8\x12\x35\x9b\xfd\x75\x2a\x8e\xf6\xb7\x99\x38\x94\x89\x83\xc6\x3d\x78\xa4\x0b\x35\xee\x82\xce\xa3\x53\xa8\x71\x8f\x33\xf4\x2c\x58\xbf\x74\xca\x51\x4e\x39\x0a\xa7\x7c\xca\x51\x4e\x6c\x94\xcb\x89\x38\x65\xa3\xe7\xcb\x46\x17\x94\x8b\x2a\x11\xe9\x47\x43\xb9\x3f\xae\xfa\xc5\xa0\x43\x89\x4b\xbf\x08\xe4\x24\x52\xd2\xfa\x7e\x08\x9e\xec\x43\xa7\xac\x27\x7b\x41\xce\x6c\x50\x97\x28\xd6\x5a\x1a\xa5\xb5\x14\xf0\x52\x94\xd6\x92\x10\x24\x67\x55\x1b\x71\xf3\xf4\xc9\x63\x58\xdc\xdc\xc9\x08\x72\xe2\x74\x37\x77\x32\x71\x63\x57\xab\x9a\x96\xb8\x65\x57\xb7\xec\x2a\x59\x4b\x76\xc5\x73\x7a\x2c\x12\xfd\x4d\xdf\x27\xc8\x59\xb5\x61\xdc\x14\x6f\x41\xb5\x11\x0b\x8b\x51\xb5\x11\x4f\x82\xd4\x56\x8d\x7f\x3c\x15\xa4\x80\x54\xe2\x7a\xca\x3c\xa8\x36\x72\x2b\xb9\x52\xd5\x46\xf2\x09\x72\x6e\x65\x1e\xa9\x4f\x90\x05\xc9\xab\x63\xea\x13\xe4\xdc\xe8\x63\x5a\x83\xa2\x1a\x15\xe4\x4c\x26\x12\x62\x73\xa3\x7c\x6a\x55\x18\xe5\xe6\x5a\x9e\x7b\xba\x99\x0b\xaa\x8b\x2a\xeb\x6b\xc6\x5a\xec\x51\x90\xb3\x0a\x90\xdc\xd8\x63\xea\xab\x64\x52\x78\xea\xab\x64\x41\xa3\x00\x49\x0a\x9b\x17\xe4\x9c\xa2\x24\x04\x7b\x6c\x55\x51\xe5\xeb\xef\x03\x9a\xa8\x3a\xda\x54\x01\x92\x54\x18\xd9\x67\x40\x5d\xa2\x38\x8e\xa9\x51\x37\x14\xf1\xb4\x57\x7d\x93\xbc\xfe\xbe\x20\x27\xcb\xeb\x11\x38\x79\xf1\xcd\x51\x3d\x77\xea\xc5\x57\xd0\xb8\xfc\x4a\xbd\xf8\x0a\x92\x57\xda\xec\x18\x66\xf6\xd4\xb7\xde\xfc\xa2\xf6\x08\xb4\x51\xfd\x68\xea\x95\x36\xa9\x49\x72\x94\x45\xa7\x6a\x92\x54\x6f\x3b\xd0\x97\x7a\x5b\x41\xce\xe9\x50\x28\x5a\x6f\x93\x56\x3d\x51\xea\x6d\x52\x90\x93\x6d\x53\x66\xbc\x20\x0d\x9b\x50\xe8\x4f\x42\xec\x1c\x95\x46\x52\x21\x36\xf7\xca\x39\x93\xdb\xad\xdc\xb9\x02\x11\xb4\xb5\x44\x71\x8e\x04\xbc\xc9\x87\x95\xa9\x80\x97\x04\x96\xc9\x77\xaa\xa9\xd0\x91\x67\xb9\xd5\xe4\x2b\xee\x3c\x53\x54\xee\xef\x8f\xc9\x9f\x2a\xa4\x6e\xca\x04\x0f\xae\x40\x52\x37\x65\x49\x04\x98\xdb\xe6\x7f\x15\xa4\xea\xff\xff\xb8\x7f\x79\xfb\xcb\x1f\xa7\x9c\x3f\x7f\xfd\x7a\x7f\xfa\xc6\x9f\xc2\xf0\x57\x28\x8f\xeb\x7e\x7e\xfc\x74\xff\xe5\xcf\x6a\xbe\x7c\xfe\x52\xb3\xf8\xdf\x7f\x07\x00\x00\xff\xff\xcf\x44\xd9\x36\x82\x33\x00\x00"); +func _def ()([]byte ,error ){return _c (_gfda ,"Adobe-KR-5")};var _geb =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x84\xbd\x4b\xab\x2e\x4b\x92\xa6\x37\x3f\xbf\x62\x0f\xa5\x41\x2b\xc3\x3d\xfc\x0a\x4d\x81\xa8\xa6\xa0\x04\x2d\x09\x95\x5a\x12\x08\xd1\xc4\xc5\x3d\x95\xa0\x3c\x79\x38\x99\x35\xa8\x7f\x2f\x96\x3d\xcf\x97\xec\x12\x62\xef\xd1\xc2\x57\x7c\x11\xee\xe6\x17\x33\x7b\xed\xe6\x7f\xf8\xc7\x7f\xfe\x4f\xff\xfc\xeb\x9f\xfe\xf6\xed\x0f\xff\xf3\xef\x7f\x79\xfe\x65\xfd\xed\xdb\xfe\xd3\xaf\xef\xef\xeb\xaf\x7f\xf9\xd7\xdf\x9f\xf5\xed\x5e\x7f\xfc\xd3\xaf\xbf\xfc\x92\xf2\xb7\xf7\x4f\xcf\xdf\x3e\xcd\xf8\xf3\xfc\xf9\xfa\xed\x97\x5f\xbe\xde\xff\x97\x7f\xfb\xeb\xdf\xd6\x9f\xff\xf9\xd7\xfd\x97\x6f\x27\xbf\x7b\xff\xf5\x37\x7f\xfb\xed\xdb\x1f\xfe\x97\xf5\xc7\x3f\xfd\xf5\x6f\xbf\xff\xdb\xb7\xff\xe6\xbf\x7f\xff\x72\xaf\xff\xf6\xdb\xbb\xf6\xd7\xff\xff\xa7\xdf\xdf\xf5\xfb\x9f\x7e\xfd\xa3\xff\xff\xaf\xff\xc3\xf5\xdb\xf5\x6b\xfa\xaf\xff\xe5\x1f\xff\x25\xff\xfd\x37\xff\xf2\xaf\xbf\xfd\xf6\xff\xac\x3f\xaf\x5f\xff\xf6\xad\xc7\xff\xd6\xaf\x6f\xfc\xfd\xe5\x0f\xff\xf8\x9f\xaf\xdf\xfe\xc7\xeb\xcf\xeb\xdb\x1f\xe2\xf5\xff\xc0\xeb\xff\xe1\xeb\xf5\xf8\x45\xfc\xe0\x7f\x5b\xbf\xff\xf5\x4f\x7f\xf9\xf5\xdb\xfc\xef\x8e\xe3\xbb\x7f\xff\xaf\xff\xf6\xdb\xfa\x96\xfd\xd0\xff\xf1\x5f\xfe\xf9\x3f\x7d\xfb\x3f\xd3\xb7\x74\x7c\xcb\xf5\x3c\xeb\xb7\x94\x53\xfe\xbf\x7c\xf8\xbf\xff\xe7\xbf\xbc\xeb\xdb\x41\x2b\x41\xd4\xf3\x97\x77\xfd\xf5\xb7\xeb\x59\xbf\x5f\xbf\xfe\x71\xfd\xf2\xed\xdb\x7f\x3c\x8e\xe3\xf8\x87\x6f\xff\xf1\x9f\xfe\xe9\x9f\xfe\xe9\x1f\xbe\x86\xf8\xff\xf9\xc5\x2f\xe9\x38\x78\xf5\xde\xcf\xff\x7d\xfd\xfe\xcb\xe7\x85\xbd\xf7\xfb\x0f\x5f\xad\xf3\xfd\x87\xaf\xaf\x5c\x35\x5a\xd5\x56\xa3\xb5\xa2\xd5\xf9\x65\xdd\x5f\xad\xf3\x38\xa3\xd5\xbe\xbe\x92\x8f\x34\x69\xa5\xf8\x65\x7d\x68\x65\x9e\x0d\x5a\x27\x5f\xf1\x59\xa1\xb5\x68\x8d\xf8\x65\x29\xb4\xe6\xd7\xb3\x34\x33\xad\x8b\xb1\x74\x5a\x37\x2d\x7f\xf9\xd0\x83\xdf\x74\xd4\x77\xb4\xba\xbd\xf3\x95\x5e\xe3\xd9\xcd\x57\x7a\xa3\x05\x7d\xbd\xc7\x2f\xb3\xbf\x64\x2c\xe9\xa2\x35\x69\x31\xce\x7e\xd1\x62\x26\x3a\x63\xb9\xed\x8f\xb1\x64\xbf\xf9\x46\xeb\x3c\x68\x31\x83\xf7\x8e\xd6\x60\x96\x2e\x5b\x95\xf9\xa4\xbf\xe1\xc8\x98\xb3\xd1\x79\x46\x0f\x63\x44\x2b\xfb\x6c\xf2\x0c\xda\x47\xcc\xd2\x79\xd2\xfb\x60\x64\x8f\xad\x87\xfe\xec\x21\x66\x29\x95\x44\x8b\x91\xbd\x7e\x33\xd6\x36\x55\x66\x62\x1e\x8c\x85\xf7\x26\xa3\x5e\x7c\x73\xe6\xf8\xe5\xc9\x57\xe6\xc9\x37\x7d\x8f\xb5\xdd\x7c\x73\x56\xbe\xc9\x7e\x99\xd0\xf7\x42\xfb\x0c\xfa\x8e\xcc\x7c\xce\xc1\x38\xd9\x4b\x73\xd2\x82\xbe\xe9\x2e\x60\x1d\xe6\x66\x64\xec\xd6\xcb\x71\xf2\xde\x0b\x0d\x8d\x99\x5f\xf1\x2c\x75\xc6\xb2\x12\x2d\xfa\x5b\x99\x19\xe4\x2b\x0b\x1a\x1a\x14\xad\x2f\x1a\x72\x72\x4f\x2c\x68\x70\xb7\x2e\x68\x60\x6d\x53\x3e\xbf\x3b\x39\xa9\x54\xd6\x3d\x7e\x99\x62\x35\xf7\x2e\xfc\x32\x56\xec\x3c\x96\xcf\xae\x68\xb1\x5b\x53\xac\xd8\x79\xdc\x89\xd6\x13\xad\x5d\x68\xbd\xfc\xf2\xa1\xb5\x68\xf9\x95\xcd\x7b\xf4\x10\x2b\x76\x1e\x77\xa6\x95\x68\xf1\x95\x58\xb1\xd3\x3d\x9f\x62\xc5\x4e\xf7\x59\x8a\x15\x3b\x5d\xe9\x14\x2b\x76\x1e\x37\xfd\xc5\x8a\x9d\xc7\x4d\x7f\xb1\x62\xe7\xf1\xd8\xdf\xa0\x65\x7f\xd0\xf7\x30\x13\x13\xfa\x9e\x4e\x0b\xfa\x9e\x58\xa3\x74\x31\x2f\xac\x51\xda\xce\x19\x5f\xd9\xcc\xee\xc5\xc8\x36\x67\x93\x7d\x9d\x36\x3b\xa4\x32\x67\x9b\x1d\x52\x63\x35\xf3\xf1\xfd\x79\xcf\xc7\xf9\x5d\x0f\xf9\x80\xbe\xe9\x33\xe8\xe3\x04\xe4\x03\xfa\xca\x49\x0b\xfa\x4a\xa5\x05\x7d\xa5\xd3\x82\xbe\x32\x69\x41\xdf\xf0\x3d\xe8\x1b\xbe\xc7\xfa\x0d\xdf\x63\xfd\xda\x19\xac\x59\x0e\xfc\xff\xc3\x92\xf3\xc1\xd2\x16\x87\xc9\xd2\xc2\x14\x73\x62\x69\x4b\xa3\xc5\xd2\x96\x41\x0b\xf2\x0a\x13\x91\x24\x6f\xd3\x82\xbc\x0a\xb1\x09\xf2\x38\x8c\x39\x41\x5e\x65\xd0\x09\xf2\x2a\x83\x4e\x90\x57\x21\x36\x41\x1e\x13\x9f\x13\xe4\x39\xf1\x09\xf2\xaa\xfd\x41\x43\xb3\x3f\x68\x68\xd0\x90\xa1\xa1\x41\x43\x86\x86\x06\x0d\x99\xb1\x74\x68\xcf\x8c\xa5\x33\xb2\xcc\x58\xba\xbf\x64\x2c\x9d\xb1\x9c\x7c\x65\xd0\xc3\xc9\x26\x1f\xf4\x70\xf2\x95\xc1\xc8\x4e\xbe\x32\xa1\xfd\x64\xd4\x63\xd1\x72\xe6\x1f\x5a\xce\x3c\xcf\x0a\xa3\xae\x6c\xa5\x42\x7f\xb0\xc8\x5c\xe8\xaf\xd2\x7b\xe1\x50\x55\x7a\x2f\xac\x4a\x65\xd4\x85\x55\xa9\x17\x2d\x57\x85\xfe\x8a\xab\x62\x7f\xcc\x84\x5b\xb7\x40\x43\xb3\x3f\x68\x68\xcc\x4b\x61\x26\x1a\x2b\x56\x58\x95\xc6\x8a\x55\x58\xeb\xc3\xc8\x2a\x07\x67\xfb\x8c\x83\xb3\x6c\xc1\x5a\x17\xab\x59\xef\xef\x18\x74\xae\x88\x8e\x45\x0f\xaa\x05\x8f\x2d\x45\x07\x2b\x8d\x5a\x70\x6c\x5a\x21\xfa\x8f\x63\x33\xd7\x8a\xfe\x0d\xed\x8a\xfe\xcb\x5f\xd6\xef\x44\x63\x6e\x8a\x3f\xc6\xd2\xa0\xe1\x65\x3e\x1b\x34\xbc\xcc\x59\x93\x06\xe8\x53\x49\x58\xec\x09\x95\x84\xe5\x37\xa1\x61\xfb\x95\xf7\xdf\x7d\x05\x1a\x16\xb3\xdb\xa0\x61\x31\xce\x8e\x58\x81\x5d\xe7\x8e\xf8\x83\x25\xe7\x2e\x7d\x7c\xa5\x43\xdf\x62\xc5\x7a\xf9\x7e\x76\x43\xf1\xc8\x15\x96\x9c\x55\x3c\x16\xb4\xf7\xfe\x9d\x12\x94\xfb\xf8\x4e\xac\xe4\x50\x27\xf6\x3e\xec\xe1\xa5\xe5\x2f\xd9\xad\x1b\x6a\x43\x9d\xd8\x3b\x41\xed\xc8\xfc\x92\x1e\x86\xb3\xcb\xa8\xff\x9d\x38\xca\x28\x17\x32\xda\x1c\xca\xc5\xde\x08\xae\x3c\xe6\x77\x62\x2c\x87\xa8\xda\xfb\xb4\x07\x4e\x07\x0a\x60\x0e\x91\x53\xd6\xcb\x8a\x29\x48\x9c\x97\x09\x63\x4f\xec\xd6\x10\x24\xf9\x48\xf4\x1e\x82\x64\xef\x83\x6f\x4e\x7b\xf7\xbd\x19\x2d\xcf\xc3\x54\xe9\x62\xfd\x42\x90\xec\xed\xc9\x99\xdf\x2b\x5d\x79\xa2\x74\x65\xfa\x53\xc8\x9c\xcc\xd2\x45\x7f\x27\xe3\xbc\xe8\xef\x8b\x9f\xfd\x98\x25\x5f\x0e\x85\xd7\xee\xc2\xa0\xf9\xe4\x5d\x69\xf9\xcc\xad\xcb\xc4\xdf\x6e\x5d\x8e\xca\xed\xf1\xb3\xc5\x37\x93\xef\x05\x79\xd9\xe3\x7e\x43\x1e\x1a\x6d\xbe\xd9\x04\x68\x9f\xf9\xde\xf1\x4b\x5b\x4f\x68\xde\xf9\x64\x69\x9f\xaf\x4d\x90\x9b\xa2\xe3\xc9\xb4\xf8\xe6\xc3\xf6\xbc\x6d\xc5\x32\x24\x97\xef\x61\x5a\x16\x53\xf6\x30\x2d\x87\xdf\x64\x2c\x87\xcf\xdc\x90\xbe\xe7\x86\x64\xe2\x9f\x45\x8b\x83\xf3\xec\x68\x65\xfa\x7b\x8f\xef\xf4\xf7\xfc\x32\x4e\xdf\x7b\x19\xa7\x3d\xbc\x67\x1c\x95\x87\xd9\x7d\x0b\x2d\x36\xc8\xcb\x31\x7a\xa0\xfd\x6d\xb4\xfc\x66\xa7\xe5\x37\x43\x7f\xaf\xb2\x97\x77\xd2\x72\x2c\x17\x87\x11\x1a\xde\xfb\xfb\xa3\xf9\x3e\xb4\x58\x95\xf7\xa5\xc5\x3a\xbc\x8b\xe3\xe0\xc8\x38\x00\x6a\x1a\xa1\x61\x66\xd1\x4a\x0e\x2d\x32\x27\x85\xcc\xe2\x38\x24\x5b\x41\xc3\x97\x52\x11\xad\x46\x8b\x6f\xae\x18\xcb\x97\xa4\x8b\xd6\x43\x0b\x16\xb2\xf6\x77\x9a\x70\xde\xf4\xf7\xd2\xdf\x4e\xb4\x58\xb1\x9d\xf9\x26\xd4\xee\x93\x16\xbd\xef\xc2\x37\x7d\xc6\x58\xd0\x5a\x73\xe8\x5c\xf9\x94\x22\x74\xae\x2f\x85\x2a\x5a\x83\x16\x73\x1d\x3a\x57\xce\x8a\xf7\xcd\xde\x55\x18\xee\x97\xfd\x09\x0d\x7b\xb1\x3f\x99\xcf\xed\xde\x8d\xd6\x79\xb8\x77\x2b\x2d\xe6\x2c\xdf\xb4\xca\x77\xc8\xe9\x0c\x5d\x2d\xb7\xb6\x69\x35\x5a\x7e\xa5\xd3\xba\x68\x5d\xdf\x61\xba\xf3\x60\x6d\x11\x01\x25\xd4\x89\xa3\xc0\x14\x4b\x08\xd1\xa3\xa0\x12\x95\x10\x40\x65\xcd\x87\xd6\x57\x0f\xb5\xc2\x6c\x4a\x08\xa0\x7a\x31\x83\x25\x04\xd0\x6c\xb0\xc1\x12\x02\xa8\x16\x34\xe1\x12\x02\xa8\xa5\x74\xd3\xfa\xea\xbd\x89\xd4\x4a\x08\xa0\x3a\xb7\xdf\xfc\x9a\xa5\x29\xda\x2c\x21\x80\x46\x41\xd1\x29\x21\x80\xc6\xc9\xe9\x2f\x21\x80\xfa\x85\xe2\x51\x42\x00\x35\x51\x5c\x09\x01\xd4\x4e\x04\x49\x09\x01\xd4\x16\x8c\xaf\x84\x00\x6a\x15\x81\x5e\x42\x00\x8d\x82\xd2\x55\x42\x00\x8d\x7c\xd9\xfa\xa2\x6f\xde\xdb\xf7\xbe\xe8\x6b\x83\xbd\x5b\x02\xf9\xd6\x9e\x3b\xad\xa0\xcf\x53\x55\x02\xf9\xb6\x2f\x99\x18\xad\xa0\xef\x9e\xd0\x1e\xa2\xaa\xce\xd7\x51\x07\x7d\xad\xfb\xec\x8b\xbe\x39\x10\xa2\x65\x04\x7d\x2f\xaa\x4d\x09\x31\xd6\xdf\x2f\x9c\xf1\x43\x96\x5c\x42\xc2\xcd\x1b\xcd\xad\x8c\x20\x3d\xbb\x60\xe3\x8b\xf4\xfe\x4c\x96\x28\xa4\xdf\x18\x80\xfe\x12\xd2\xaf\xde\x63\xd2\x8a\xa5\x5d\x40\xc8\x12\xd2\xaf\x9d\x87\xcf\xbe\x48\x6f\x6d\xfa\x5e\x90\x3e\xd0\xb5\x4b\x00\xb5\x29\xeb\x29\x01\xd4\x66\x1f\x4c\x75\x00\xb5\xd6\x8b\xbd\xaf\xd8\x58\xcb\x1e\xbe\x48\x2f\xb2\xc8\x82\xd4\xdc\x68\xec\x25\x80\x5a\xd9\xd3\xd6\x17\x7d\x55\x98\x51\x02\xa8\xd5\xb6\x99\xa4\x90\xaf\x75\x9e\xf4\x1e\xf2\xb5\x4e\x0e\x7f\x09\xf9\x5a\x2f\x37\x79\xc8\xd7\xfa\x48\x51\xc8\xd7\xa6\x56\x57\x42\xbe\xb6\x74\xd8\x62\xeb\x76\x16\x2c\xe4\x6b\x6b\xb0\xac\x12\xf2\xb5\x4d\x18\x74\x09\xf9\xda\x85\x89\x65\x7e\xd1\xd7\xab\xd4\x06\x24\xef\xd5\xaf\x04\x24\xef\x13\x0d\xa5\x5c\x2c\xed\x05\x7d\x57\x8e\x96\x47\xf3\xfa\xa2\x6f\x1c\x0f\xfd\x5d\x25\x36\x2b\x7a\x4e\xb9\x58\xbf\xe6\xb3\xd8\xba\x37\x6c\xa9\x84\x3c\x9f\x62\x97\x12\xf2\x7c\x1e\x9d\x91\x85\xd0\xae\xe7\x69\xef\x17\x07\xdc\x5f\xde\xd1\xba\x6c\xc5\xd6\xed\xce\xcb\xf5\xc6\x58\x6e\x7b\x58\xf1\xcd\x87\xf9\xbc\x82\xbe\xe1\xa8\x6f\xb4\x1e\x18\x6d\xb9\xbf\xe8\xab\x03\xdd\xb7\xdc\x71\x34\xd7\xc5\x57\xee\x33\xbe\x72\xb2\x7b\x42\x81\xe8\xd7\xe9\xb3\xa0\xef\xc3\x26\x6e\x8e\xe6\x60\xd4\xa1\x40\xcc\x27\xdb\xdf\x17\x7d\x55\xa3\x4d\xb9\xa1\xcf\xb9\x0e\x05\xa2\x16\x04\x57\x09\x05\xa2\x16\x19\x43\x28\x10\xb5\x2d\x7f\xc9\xd1\x74\x55\xee\x2f\xfa\xea\x46\x3b\x2b\xb7\x47\x93\x91\x85\x72\xd1\x5e\xf4\xe9\x12\xca\xc5\x50\xd7\x2e\xa1\x5c\x8c\x8a\xd1\xa6\x84\x72\x31\x9b\x87\xf8\x29\xd1\x72\x64\x4f\x8d\xd6\x65\xab\xc5\x59\xb1\xf7\x50\x3c\x6a\x39\x6c\x05\x7d\x27\x78\xa1\x3c\x93\x93\xca\x2e\x7f\xae\xd8\x75\x28\x02\x25\x94\x92\xbe\xa5\x36\x94\x92\xb1\x1f\x7b\x0f\xd6\xda\x16\xf3\x19\x4a\x49\x3d\x9b\xef\x05\x7d\x2f\x7a\x63\x79\x61\xad\xee\xe4\x50\x4a\xca\x4a\xcc\x59\x28\x25\xfd\xc3\x06\x43\x29\x19\x69\xfb\x5e\x81\xd1\xc2\x6d\x42\x29\xa9\x0d\x03\x67\x79\x11\x1d\x28\x4f\x25\x94\x92\x76\x23\xf0\x4a\x28\x25\xa3\x26\xfb\x9b\xb1\xb6\xee\xcf\x50\x4a\xea\x94\x4f\x84\x52\x52\x4f\x8c\x60\x25\x94\x92\xf6\xca\xbc\x43\x29\xe9\xe5\x75\x2c\xb1\x3f\x2b\xe8\xb6\x84\x52\x52\x55\x00\xcb\x62\x7f\x4e\x28\x0a\xb3\xd7\x3c\x0a\xfd\x85\xd9\x6b\x7e\x38\x4a\x28\x2c\xe3\xf4\x14\x87\xc2\x32\x27\xa8\xa3\x84\xc2\x52\x43\xc8\xfc\x98\x25\x2f\x48\x47\xf6\x96\x15\x4b\x7b\x23\xc1\xcb\x8a\xa5\xdd\xca\x8a\x05\x6b\xcd\x3e\x0b\xd6\xd3\x5c\xf6\xd0\x81\xda\x70\x02\x43\x07\x6a\x8f\x07\x67\x05\x6b\x7d\x3e\xbf\x5c\x31\x2d\xe8\x47\x25\xf4\xa3\x5e\x30\x4e\x94\xd0\x8f\x7a\x7b\x78\x2f\xf4\xa3\x7e\x01\xe5\x4b\xe8\x47\x73\xa0\x33\x97\xd0\x8f\x46\xf6\xd8\x86\x7e\x34\xc6\xe7\x2b\x71\x34\x2f\xb4\xf2\x12\xfa\xd1\xcc\x4a\xd4\xd0\x8f\xda\x2b\x9b\x08\xfd\xa8\xd7\xcb\xf7\x26\xbd\xb3\xd0\xa1\x1f\xcd\x89\x45\xac\xec\x1b\x09\xce\x2c\xed\x07\x76\x66\xef\xc1\x7a\xde\xe1\x7b\x2c\xed\xa7\x87\x1d\x4c\x18\x81\x57\x43\x77\xaa\x27\xcc\xb4\x1e\xc1\x7a\x12\x06\x8f\x1a\x36\xb0\xda\xd1\xe3\x6a\xe8\x55\x75\xb0\x0e\xf5\x40\x74\x60\x4e\xaa\xa1\x57\xd5\xfb\xb6\x15\xeb\xb7\xb6\x5f\x09\xfa\x0e\xd8\x52\x3d\x10\x8d\x6c\xc8\x1a\x36\xb0\x76\x6e\xdf\x8b\xf5\x7b\x00\xef\x35\x74\xae\xb6\x93\xcf\x9e\x38\xb6\x9f\x51\xc7\xd6\x4d\x9f\x67\x21\x3a\x52\xf5\x9b\xb1\x7e\xe9\x8d\x59\xaa\x61\xe8\xea\x27\x5a\x56\x0d\x43\x57\x5f\xcc\x52\x4d\xc1\x7a\xbe\x50\x74\xb4\x58\xbf\xd7\x67\xb1\x7e\x15\xa1\x5d\xc3\x08\x36\x35\xa2\xd4\xc4\xfa\xb1\xb6\x35\x8c\x60\xf3\x4d\xb6\x62\x7f\x0e\xcc\x26\x35\x8c\x60\x4d\xbd\xbf\x26\xe8\xc3\x68\x53\xc3\x08\xd6\x6b\x76\x9c\xc1\x5a\xd3\xf6\x3d\x58\x6b\x86\xda\x30\x82\xd5\xd9\xfc\x65\x1c\xcd\x3d\x18\x4b\x18\xc1\xea\xe6\x10\xd7\x30\x82\xb5\x6c\x7f\x39\x44\x47\xc5\x50\x52\xc3\xb2\xdc\xae\x6c\x2b\x58\xcf\x8d\x3e\xf6\x35\x88\xaf\x96\xeb\x97\x5b\xcc\x19\xa2\xa3\xe6\x1e\x2c\x12\xc1\x55\xc3\xb0\x36\x26\x46\xa9\x1a\x9a\xf0\x7c\xb3\xfd\xc5\xfe\x7c\x11\xb7\x35\x0c\x6b\x73\x3d\x7e\x33\xe8\x7b\x2e\xbf\xc2\xf9\x9b\x7e\x25\xb4\xba\xb3\xdb\x5f\xd0\x97\x38\xb7\xf5\x0c\xfa\x1e\x98\x4d\x0d\xf3\x5c\x4b\x70\x86\x1a\xe6\xb9\x91\x1e\x5b\x41\xdf\x70\x35\xcf\x10\x8d\x22\x8b\x7a\xa2\x95\xbb\x43\xce\x16\x0a\x92\xf3\x72\x76\xc4\x1f\xfb\xf3\x44\xb5\x71\xfd\xc2\xe4\xd7\x56\xb6\x75\x71\xfa\xd9\x4b\xe7\x8d\x00\x3a\x69\x3d\x88\x70\xc7\x19\xeb\x77\x26\xc7\xa2\xea\xc6\xbc\x9c\xa8\x6e\xa8\x1a\xb5\xa0\xba\x81\x6b\x6a\x41\x75\x73\x96\xc2\x1c\x58\x76\xa7\x87\x30\x07\xd6\x8c\xf8\xab\x61\x0e\xac\x27\x0a\x44\x2d\x88\x0e\xd4\xb3\x1a\xe6\xc0\x3a\x0f\x9f\x81\x3a\x5c\xbf\x30\x07\xd6\xdb\x19\x2c\x88\xc6\x9f\xb2\xe4\x1a\x20\xa7\x4f\x0f\x47\x41\xab\x43\xa2\xd6\xb0\x14\xb6\x0e\xe4\xa9\x05\xad\xf5\xd3\x41\xb0\xd6\xbb\xf8\x6c\x73\xc0\x21\xa8\xc6\xd1\x3c\x1a\x53\x56\xe3\x68\x9e\xc8\xde\x5a\x43\x6a\x4e\x34\xe1\x5a\xcf\x68\xe1\x34\xa8\x55\xad\x87\x6f\xd6\x2f\xd2\xbb\xd2\xbd\x56\xb4\x1e\xcc\x26\x35\xac\x96\xe3\x0b\x99\x47\x2b\xb6\xee\xe9\xc6\x0a\xab\xe5\x38\xbb\xef\x5d\xd1\x72\x3a\xc3\x6a\x39\xce\xd7\x71\x06\x6b\xed\x48\xcd\x1a\x56\xcb\x71\xdd\x8e\x33\x8e\x66\x73\x83\x84\xd5\x72\x3c\xd8\xc0\x6a\x38\x33\xc7\xc6\xc5\x55\x9b\x52\x13\x1a\xc2\xa2\x39\x7b\xb2\x15\xac\xa7\xc1\xae\x6b\x58\x34\xcb\xf6\xe0\x04\xa0\xac\xcf\xf2\x9b\x0d\x7c\x02\x7d\x01\x28\x7b\x76\x5b\x37\x44\x07\x7a\x40\x0d\x40\x39\x12\x7a\x40\x0d\x40\x39\x32\x7a\x4e\x0d\x40\x39\xda\xb6\xf7\xa0\xef\x01\x7a\x56\x00\x65\x7b\x7c\x2f\x44\xc7\x44\x7f\xaf\x01\x28\xe7\x94\xb5\x76\xb4\x02\x0c\x2c\xb5\xb3\x75\xd1\x49\x6a\x00\xca\x31\x17\xef\x75\x50\xc7\x4b\x7f\x01\x28\xeb\x28\xfe\x32\xe8\x1b\x8f\x2d\x45\x87\xdf\x8c\xad\xbb\x97\x2d\x8e\xa6\x0c\x2c\x00\x65\x3b\x26\xb3\x04\xa0\xd4\xae\x5d\x01\x94\x09\xd0\x58\x03\x50\xb6\xac\x18\x0b\x40\xd9\xf2\xe7\x59\xec\xcf\xaf\x73\x1e\xad\xa0\xef\x46\x2f\xae\x01\x28\x5b\x73\xdd\x03\x50\xb6\x81\xd9\xab\x06\x6a\x6c\xaf\xbb\x27\x50\x63\x3f\xba\xcf\x0a\x48\x86\xfd\x19\xa8\xb1\x37\x45\x6a\xa0\xc6\xfe\x02\xd0\xeb\x60\x7f\x5e\xb6\x62\x7f\x76\x45\x40\xa0\xc6\x59\x65\xc2\x81\x1a\x67\x53\xfc\x05\x6a\x1c\x0f\x08\xaf\x0e\x45\x87\xa3\x0e\xd6\x93\x3d\x2b\x03\xd1\x21\x23\x0a\xd4\x58\x8b\xe7\x2f\x50\x63\xbd\x3f\xad\x10\xfd\xaf\xbf\x0c\xd4\xd8\x12\xde\x94\x1a\xa8\xb1\xcd\xc1\x0c\x06\x6a\x6c\x2f\x0e\xe7\x1a\xa8\xb1\x0f\x4f\x6a\xa0\xc6\x51\xdc\x13\x81\x1a\xc7\xc0\x07\x54\x03\x35\x8e\xab\xfb\x95\xa0\xef\xbc\x7c\x16\xf4\x5d\xb7\xfd\xdd\xe8\xa9\xcc\x60\xa0\xc6\x39\x3d\x55\x81\x1a\x47\x7b\x99\xa5\x40\x8d\xb5\x5f\xd2\x10\xfc\xa5\x6f\x46\x16\xa8\x71\x34\x8c\x7c\x35\x50\xe3\xcc\x0a\xa7\x40\x8d\x35\xe3\x6e\xab\x17\xfb\x53\x1e\x12\xa8\xb1\x16\xf9\x44\xa0\xc6\xba\xe4\x05\x17\xe7\x0f\x3c\x54\x03\x35\xb6\x82\xab\xb8\x5e\x18\x3c\xe4\x4b\x81\x1a\xdb\x40\xe1\xac\x81\x1a\xdb\x8d\x73\xbf\x06\x6a\xec\xa7\x33\x11\xa8\xb1\x0f\xd0\x43\x0d\xd4\xd8\xaf\xf6\x33\x5b\x72\x0d\x40\x39\xe6\xf4\xb5\x60\x3d\x13\x3b\x5e\x0d\x40\x39\x5e\x59\x6b\x00\xca\xa1\xad\xb5\x06\xa0\x9c\x3a\x68\x2a\x80\xb2\x3a\x81\x37\x80\xcb\x43\x15\x80\x72\x76\x65\xe1\x8d\xc1\xc3\xe3\x70\x63\x10\x70\xf3\x04\xa0\x6c\xb3\xfb\x4d\xec\x55\xd3\xde\x83\xbc\x1b\x1d\xbd\x06\x68\x6c\x57\xf6\x59\x1c\xbf\xab\xb3\x60\x01\x1a\xdb\x50\x74\x04\x68\x9c\x0f\xf6\xf0\x1a\xa0\xb1\x6d\xdc\x82\xf5\x61\xf9\x9c\xc0\x00\x8d\xb5\x7a\x1c\x02\x34\xb6\xcf\x61\x0c\xd0\xd8\xf2\x62\x51\x02\x34\xb6\x57\x16\x19\xa0\xb1\x2d\x6c\x91\x35\x40\x63\x5b\x8a\xb8\x00\x8d\x43\x14\x50\x03\x34\x8e\x99\xfc\x66\x1c\xbf\xad\xee\xfb\x20\xf9\xd5\x45\x01\x8d\x8f\x0c\x45\xd0\xa8\x26\xfc\xa0\x79\xab\x29\x06\x68\x6c\xd7\xc9\xfa\x05\x68\x9c\x1d\xc7\x63\x0d\xd0\xd8\x86\xac\x2e\x40\x63\x4d\x80\xcd\xfa\x22\xfe\x30\x71\xd4\x17\x7b\x9c\xe2\x28\x40\xe3\x4c\x6a\x83\x01\x1a\xe7\x39\x6c\x85\xe4\x6f\x52\xf4\xaa\xb9\xb1\x3d\x5f\x8c\x52\xd9\xaf\x20\xfe\x30\xd3\xd4\x00\x8d\xa3\x10\x9b\x51\x01\x8d\x8f\x2c\x2b\x40\x63\xd5\x06\x5d\x03\x34\x8e\xac\xe8\x08\xd0\xd8\x8b\xe2\x6f\x01\x8a\x71\x4e\xd5\x85\x66\xe3\xf1\x5b\xd0\xa7\x66\x13\xa0\xb1\xde\xee\x64\x40\x63\xc6\xd0\x55\x41\x86\x99\xf8\x92\x0a\x32\xcc\xb8\x13\x2b\xc8\xf0\x55\x74\x04\x32\xac\xd5\xd3\x11\xc8\xb0\x7e\xe6\x33\x90\x61\x9d\x9f\x91\x61\x6f\x74\x96\x02\x19\xd6\x7b\xda\xc3\x62\x2c\x7e\x33\xd8\xe7\x72\xd7\x05\x32\xac\xab\xb3\xd2\x5b\x7b\x2a\x14\x6d\xd8\x27\x4e\xb4\x1a\xc8\xb0\xa5\xe6\xb3\x82\x0e\xcb\x4c\x04\x32\x6c\xa7\x3d\x04\x32\x6c\x55\x31\x06\x32\xec\xee\xc8\x0d\x7b\xa9\x7e\x05\xf6\xa2\x0e\xbb\x61\x2f\xa7\xdf\x8c\xf3\x77\x7f\x7e\x09\xf2\x95\x09\x07\x32\x6c\xdb\x95\x0e\x64\xd8\xb6\x28\x07\x64\xb8\x89\x56\x68\x07\xeb\x87\xc0\x6b\x81\x0c\x7b\xc5\x38\xd1\x02\x19\xf6\x86\x78\x6f\x81\x0c\x7b\x47\xf7\x6d\x07\xfb\x13\x26\xdc\x0e\xd4\x33\x34\xda\x16\xc8\xb0\x3f\xd9\x56\xc7\x74\x37\x69\x85\xfa\xb2\x89\xcd\x68\x81\x0c\xfb\xde\xf6\x1e\xe7\xef\xe0\x84\xb7\x40\x86\x23\x37\x7f\x19\xfb\xf3\x9c\x8b\x56\x88\x87\x79\x3b\xb2\xe0\x91\xd7\xf3\xd0\x52\x3d\x63\x9c\x81\x0c\xa7\xae\xfe\x16\xc8\x70\x6a\xc5\x6f\x81\x0c\x67\xc5\x68\xd3\x12\x3c\x72\xfe\x4c\x4b\x6e\x01\x1a\x67\xc5\x56\xd7\x00\x8d\x0d\xd8\xd6\x00\x8d\xfd\xf5\x93\x71\x34\x27\xc7\xaf\x05\x68\x1c\xd9\xc9\x0d\xd0\x58\xd6\x69\x0b\x7b\x5c\x76\xd0\x37\x6c\xd7\x67\xb1\x75\x5f\xc9\x0b\xd0\xd8\x85\xd6\x2d\x40\x63\x6f\xc5\x67\x01\x8a\x3b\xb2\xa9\x01\x1a\x1f\x7f\x19\xa0\xb1\xab\x65\xb5\x00\x8d\xe3\x75\x31\x33\xf6\x38\xc0\x43\x0b\xd0\x38\x47\xb2\x15\xf4\x0d\xa2\x15\x5a\x80\xc6\x39\x88\x4f\x68\x01\x1a\x8b\x7e\xe3\x16\xa0\xb1\xe8\x6f\x6e\x59\x7b\xa3\xcf\x2e\x0e\xaa\x23\x0b\xfa\x5a\xf3\x2b\xd8\x53\xd9\xe4\x2d\x03\x8a\x09\x9f\x69\x99\xa3\x79\x48\x43\x1c\xcd\x1b\x9d\xb9\x09\x1a\x27\x9b\x27\x40\x63\x5d\x58\xa1\x5a\x80\xc6\x2a\x23\x6a\x01\x1a\xeb\x76\x06\x03\x34\xb6\x73\xf9\x2c\x8e\x66\x87\x41\xb7\x93\xa3\x89\x0b\xb6\x05\x68\x6c\x15\x4f\x7f\x03\x34\x76\x8e\x7b\x03\x34\x0e\x74\xa0\x76\xc2\x5a\x3f\x23\x8b\xa3\x79\x55\x7f\x19\xf4\xad\xd3\x71\xc6\xd1\xbc\x61\x9f\x2d\x40\x63\x7b\x92\xfd\x81\x9c\x10\xb0\x2d\x40\x63\xaf\x88\xcd\x16\xa0\xb1\x4f\x3c\x0a\x2d\x40\x63\xbd\x61\x36\x2d\x40\x63\xbf\xb0\x2c\xb7\x00\x8d\xfd\xfd\xb4\x82\xb5\x6a\xfb\x6c\x01\x1a\xc7\x1c\x7e\x33\x34\xb7\xcb\x1d\x19\xa0\x71\x3c\x98\x07\x5a\x80\xc6\xa1\xee\xdb\x02\x19\x8e\xe5\x0c\x16\x44\x63\xf2\x9b\xa1\xb9\x0d\x67\x29\x90\xe1\xbc\xdc\x05\x81\x0c\xe7\xed\x8e\x0c\x64\x58\x16\x46\x8d\x16\xc8\xb0\x1a\x22\xda\x2a\x46\x29\x47\x1d\xc8\xb0\x4e\x8f\x66\x20\xc3\x7a\xbb\x7b\x02\x19\xb6\x8c\x95\xbb\x55\x44\xff\xe7\x9b\xb1\x7e\x65\xf9\x4b\xec\xa9\xae\x6d\x20\xc3\x2e\xb4\x6e\x81\x0c\x7b\xc5\xda\xd9\x2a\xc8\xd7\x5d\x57\xb1\x17\x7b\x72\x44\x86\x88\x9c\xf6\x41\x86\xf6\x10\xac\xe7\xee\x7e\x73\x63\xf6\xe2\x19\xc8\xf0\x04\xf3\x34\x90\x61\xb7\xf7\x40\x86\xb5\xb8\xaf\x03\x19\xd6\x82\xea\xd6\x02\x19\x56\x8d\x83\x2d\x90\x61\xfb\x9c\x3f\x90\xe1\xe5\xf9\x6b\xac\x9f\xbd\x83\x0c\x07\xc6\x9e\x16\xc8\xb0\x75\x30\x48\x0b\x64\x38\xd7\xc3\x5c\x37\xec\xc5\xdd\x6f\x22\x1a\xe5\x67\x81\x0c\x47\x4a\x8e\x1a\x57\x5c\xb5\x87\x40\x4e\x07\x8e\xf8\x26\x32\x74\xf7\x80\x0c\x97\x62\x25\x90\x61\x59\x78\xbc\x5a\x20\xc3\xb2\xe5\x28\x20\xc3\xcf\xbc\x80\x0c\x8b\x7c\x10\x64\x78\x13\xa8\xd8\x44\x86\xe9\x67\x41\x70\xed\x03\x1a\xed\x1c\x7b\x9c\x5c\x1e\xd0\xd8\xb1\xbd\x34\x40\xe3\x83\xc9\xbb\x01\x1a\x9f\x6e\x0b\x7b\x95\xf2\x2e\x40\x63\x37\x80\xac\x75\xec\xc5\x2e\x11\x5e\xc8\x0b\x2b\x54\xc3\x0b\x79\x39\xe8\x00\x8d\xfd\x46\x5b\x6a\x80\xc6\xd7\xe9\xd4\xd5\xb8\xfd\x65\xc5\x97\xe9\x57\x60\x3d\xe8\x39\x6d\x08\xfa\xd9\x04\x03\x57\xc7\x6d\x6b\x62\x2d\x83\xda\x00\x8d\xf5\x5d\xf6\x87\x97\x15\xbd\xaa\x0d\x40\x31\xae\x9c\x86\xab\xf1\x24\xee\xba\x05\x68\x6c\x2b\xfb\x6c\xb3\xd0\x8c\x33\x40\xe3\xb8\xd0\x06\x5b\x80\xc6\xf1\x12\xae\xd3\x02\x34\xce\x4c\xa4\x6e\x03\x34\x7e\x44\x40\x80\xc6\x3e\xb1\x56\xb7\x00\x8d\xf3\xfe\x7c\xb3\xe1\x44\xf3\xbd\x89\xfb\x12\x8a\x02\x18\x96\xed\xe1\x08\x60\x58\x0d\x12\x6b\x13\xe0\xeb\xd1\xc4\x9d\x78\x6d\x7b\x08\xf1\x90\x14\x32\x13\x9b\xa2\xcf\x2e\x6c\xde\x1e\x9c\x00\x86\xf5\x54\x27\x01\x18\x9e\xb2\x56\x80\xe1\xa9\x68\xbc\x3c\x7e\x1c\x62\x80\xe1\x40\x87\x6d\x01\x0c\xeb\xb3\xfc\x0a\xdb\x13\xc7\x6a\xbb\xf0\x59\x60\xf0\x68\x00\xc3\x43\x26\x05\x30\x34\x1c\xb0\x5d\xd8\xf4\x89\x48\x68\x01\x0c\xdb\xa9\x58\x09\x60\xd8\x2a\xc6\x9e\x76\x81\x9c\x8a\x23\x43\x3c\x28\xa6\x03\xfd\xf5\x8c\x29\xad\x05\xfa\xeb\x7a\x1b\x5a\xa0\xbf\xde\x31\x74\xb5\x1b\x77\xa9\x2b\x16\xe8\x6f\x24\xf4\xfe\x86\x3b\x51\xdd\xbe\xe1\x4e\xac\x98\xaf\x1a\xee\x44\x23\x90\x5a\xa0\xbf\x69\xf4\x40\x0b\x77\xe2\x14\x84\xb7\x1b\x9f\x45\xf5\x97\x61\x33\xbd\x5c\xf7\x1b\xe4\xa4\x8e\x87\x3b\x31\xb9\x97\x70\x27\x3e\xd9\xd6\xc6\xe0\x48\x0f\xb8\x13\xa7\xb3\x14\xc8\xb0\x3e\x44\x27\xb5\x40\x86\x4d\x77\x54\x7b\x30\x5c\xc8\xea\x02\x19\xf6\x13\x97\x7d\x7b\x64\x9f\xbe\x87\x66\xfa\xe9\x21\xd6\xcf\xd8\xe3\x86\x3b\x31\xe3\xb0\x6c\xb8\x13\xbb\xbb\xee\xe1\x8c\x79\x6e\x03\x19\xce\x13\x87\x5e\x0b\x64\xd8\xea\xe5\x7b\x88\xf7\xcc\x7e\x79\x30\x8c\xca\x7b\x1e\x78\x08\x9e\xa4\x86\x3b\x71\x3a\x96\x17\xf1\xae\x98\xc6\x9d\x78\xbb\xee\x2f\x3c\x44\x86\x19\xc8\x70\x64\xcc\x11\x0d\x64\x78\x2a\x98\x03\x19\x8e\xe1\xbe\x0e\x64\x38\xa6\x6a\x08\xee\xc4\xfb\xf4\xbd\x10\xef\xdb\x33\x16\xc8\x70\xa6\x4f\x0b\x77\xb0\x3b\x32\x90\xe1\xfc\x08\xd8\x40\x86\x65\xd5\xf7\x67\x2c\x19\xd0\x68\x10\x76\xc3\xd3\x78\x62\xa7\x6c\x8b\xa3\xa9\x5c\x5e\x6c\x5d\x75\xae\x00\x8d\xfd\xc4\x69\xd0\x16\xa0\x43\xf0\xb0\x20\x7d\xf9\x2c\x48\x5f\x58\xa8\x5a\x80\xc6\x39\x1f\x9f\xa1\x79\xe3\xd0\x6b\x01\x1a\xa7\x66\x93\x06\x68\x4c\x6a\x36\xcb\x20\x1c\xc7\x82\xcd\x94\x28\xc2\x06\x68\xac\x82\xa3\x05\xeb\xe9\xfe\x12\xfa\x14\x01\x80\xc6\x5b\xbd\x7f\x03\x3a\xdc\x3c\x01\x1a\x67\x23\xcc\xbb\x6d\x24\x23\xde\xfc\x06\x68\xbc\x00\x86\x2d\x40\xe3\x4c\x8a\x80\x8d\x4d\x58\x31\xb6\x61\x3d\xea\x7f\x80\xc6\x73\xda\x0a\xc9\x7f\x11\xc1\xd2\x00\x8d\x8f\xba\x13\xee\xc4\xae\xac\xdf\x68\x6e\xcd\x6f\x3e\x08\x2e\x28\xda\xb8\xdb\x86\xad\xc5\xa8\xed\x61\x73\x70\x62\xd4\x3d\x40\x63\x1b\x68\xad\x1d\xd0\xb8\xd0\x42\xfa\x81\x51\x83\x51\xf7\x00\x8d\xf3\xc4\xc6\xd7\x71\x27\xe6\xed\x57\x90\xfc\x18\x4a\xfa\x01\xeb\xb9\x6c\xa9\x99\x9e\xb4\x00\x8d\x1c\xb1\x1e\xa0\x71\xa8\xcb\xf4\x00\x8d\xd3\xe8\xd8\x7e\xa0\xd9\x20\x52\x3b\xa0\x71\x40\x43\xc7\x9d\x38\x8b\xbf\x5c\xd8\xdf\x1d\x4b\xac\x9f\x09\x0b\x3d\x40\x63\xd5\xfe\xde\x13\x9a\x29\x86\xa0\x1e\xa0\xb1\x56\x60\x77\x0f\xd0\x58\x3b\x0c\xac\x27\x58\x0f\xb1\xc0\x3d\x90\x61\xed\xd8\x76\x7b\xc2\x5d\xe3\xbc\x24\x44\x07\x26\x80\x8e\x3b\x71\x0f\x7b\x40\x74\xc0\xce\x7a\x32\xd2\x06\x8a\x12\x36\x6f\xa2\xb7\x7b\x20\xc3\x96\xd0\x53\x7b\x42\xbc\xdf\x7e\x33\x58\x4f\x39\x1d\xcb\xc6\xe4\xc0\x3a\x64\x6d\xde\x9b\x16\x36\x6f\x54\xa2\x8e\x3b\x71\x39\xf3\x81\x0c\x7b\x75\x3e\xb3\x3e\x19\xa8\x0d\x64\xd8\x1f\xf4\xe2\x8e\x3b\xf1\x2d\xf6\x00\xe8\x9f\x8c\x2c\x90\x61\x5f\xc5\x5f\x02\xfa\x9b\x2d\x7c\x32\xe0\x85\x9e\x31\x4a\x21\x44\x7b\x20\xc3\xd1\x5c\xe9\x8c\xe6\x8d\xa8\xea\xb8\x13\xaf\xe6\x38\x43\x7d\xd1\x6c\xd9\x03\x19\x8e\x45\x9a\x5a\x0f\x64\x38\x07\x27\xbc\x07\x32\x9c\x2f\x08\xa8\x9f\xb8\x83\x41\xda\x3d\x90\xe1\xd8\xd8\x92\xfb\x89\xfa\xb2\x7c\x86\x51\x0a\xeb\x71\x07\x19\xe6\xe4\x57\x42\xfd\x2c\x28\x09\x1d\x64\xb8\xf1\xb4\xf4\x13\x9b\xbe\x33\x01\x32\x1c\xee\x41\x90\xe1\x31\x6d\x29\x3a\x7c\x0f\x64\xd8\x1d\x35\x46\x1b\x94\x99\x5e\x54\x3f\x6d\x11\x29\xf5\x25\xe2\x7e\xc8\x92\x7b\x80\xc6\x31\x90\xa1\x3d\x40\xe3\xb8\x90\x54\x3d\x40\x63\xeb\x4e\x6e\xc1\x93\x8a\x26\xd5\xf1\x34\x1e\x48\x8e\x8e\xa7\xd1\xf0\xe9\x8e\xa7\xd1\xe4\x82\x5e\x64\xad\x6c\x82\x00\x8d\x35\x9f\x7e\x33\x8e\x66\x76\xc1\x0a\xac\x15\xc7\x40\x0f\xd0\x58\x3b\xbe\xcc\x1e\xa0\xb1\x8e\xc3\x6f\xc6\xd1\xd4\xba\xd3\x01\x8d\x0b\x63\x41\xaf\x7a\x8a\xd9\xba\x15\x7b\x1c\x7a\x4e\xaf\x04\xf9\xe1\xb9\xed\x80\x46\x8d\xf1\x1d\xd0\x38\x93\xdf\x04\x54\xe1\xde\xeb\x15\xcd\x1b\x58\xda\x3f\xa0\xd1\x5f\xc6\xd6\x3d\xf1\xd8\x77\x40\xe3\xc0\x26\xdc\x01\x8d\xc3\x43\x15\xa0\xb1\xbf\xdd\x6f\xbe\xd8\xce\xfc\x4a\x6c\x5d\x73\xd6\x3a\xee\xc4\x29\x9b\x00\x34\xde\xe8\xe8\x3d\x40\xe3\x78\x80\xd6\x3d\x40\xe3\x58\xaf\x2d\x82\xc4\x9c\xcf\x00\x8d\xf3\x94\x69\x34\x8c\x52\x6e\x9e\xa6\xd1\xc6\x67\x21\x1a\x3f\xac\x95\xf8\xd4\x05\xca\xe9\xc4\xa7\xa6\xe2\xb3\x58\xbf\x13\xb1\xd2\x05\x8d\xb7\xcf\x30\x6a\x74\x47\x1d\xeb\xb7\xdd\x13\x0d\x64\x21\x63\x0f\xd0\xd8\x16\x66\x9a\x4e\x7c\xea\x29\xab\xeb\xb8\x83\xd1\xab\x7a\x27\xc8\xcf\xde\x3b\x47\x13\xed\xba\x07\x68\x1c\x9a\x38\x3a\xf1\xa9\x97\xbb\x20\x40\xe3\x14\xa4\xf6\x00\x8d\x65\x15\xbf\xc9\xfe\xc4\xd0\xd5\x89\x4f\x3d\x97\xbd\x63\x74\x73\xb7\x76\x8c\x52\x9f\x6f\x12\x7f\x8b\x46\xd4\x89\x4f\xbd\x9b\xef\x2d\xb4\x41\x9f\x61\x2f\x56\x70\x0d\x22\x35\x00\xe1\x1d\x77\xe2\xe7\x04\xe0\x4e\xac\xe0\xb6\x4e\x10\x6a\x47\x7d\xe9\x83\x20\x31\x22\x2e\x3a\xc8\x50\xf7\x65\xc7\x9d\xf8\xa0\xff\x75\xdc\x89\x03\x33\x4d\xc7\x9d\x68\x62\x4c\x0f\x64\x38\x3e\xc2\x70\xc0\x5a\xb7\x5f\x41\xb5\x71\x5e\x02\x19\x8e\x4b\x76\x36\x88\x24\x92\xd5\x05\x32\x9c\x9f\x99\x0f\x64\x38\x1b\x50\xbe\x07\x32\x9c\x43\x01\x14\xc8\x70\x6e\xf7\xd2\x44\xb5\xc1\xaf\xd4\x03\x19\x96\x45\x8c\x7b\x9f\xb8\xbb\xf1\xf3\x74\x82\x50\x4f\x94\x99\x4e\x10\x6a\x21\x78\xb5\x13\x84\x5a\xb0\x72\xf7\x70\x27\xd6\x0b\x1c\xd5\x03\x35\xd6\x8d\x15\xbf\x07\x6a\xac\xc6\x51\x74\xdc\x89\x87\xbb\x95\x20\xd4\x21\x7f\x99\xf8\xa3\x86\xdf\x5c\xc4\x7e\x31\x9f\x04\xa1\x0e\xf4\xf0\x8e\x3b\xf1\xc2\xce\xdc\x03\x35\x8e\x4b\xc5\x23\x50\xe3\xb8\x51\x1c\x7b\xa0\xc6\x99\xdc\xd7\x81\x1a\xcb\xaa\xbe\x87\xe8\x78\xe6\xcf\x58\xf2\x25\x28\xb6\x03\xec\xa9\x6e\xc8\x0b\x7b\xaa\x1b\x84\xf8\x54\x93\xa6\x7b\x00\xca\x6a\x7e\x4b\x0f\x40\x59\x93\x13\x48\x7c\x6a\x52\xd6\x5f\x78\x8a\x9d\x96\x0b\x57\xce\xed\x2f\x37\xfa\x18\x83\xbe\xd1\xca\x71\xa6\x74\xe2\x53\x4f\x8c\x21\xfd\xc6\x5e\xa5\x46\x74\x6b\xaf\xf2\x3d\x00\x33\x80\xab\xdf\x68\x3d\xea\x39\xb8\x13\x3b\xb6\xa5\x8e\x3b\x51\x07\x62\x27\x3e\xf5\x56\xa6\x11\x9f\x7a\x57\x9f\x05\x7d\xb7\x52\x9a\xf8\xd4\x17\xf4\xd0\x89\x4f\x7d\xd1\x92\x3b\x80\xf2\xdd\xb6\x16\x6c\x89\x8d\x75\x73\x34\x95\xcb\x0f\xa2\x43\xfa\x00\x94\x8b\x38\xef\x8e\xab\x71\x63\xcb\xea\x00\x4a\xf3\xf5\x3a\xae\xc6\xa4\x66\xa3\xab\x71\xfa\x1e\x9e\xe2\xd7\xf7\xd0\xca\xdd\x74\xb8\x1a\x8d\xd4\xe8\x0f\x41\x8c\x87\xdf\x24\x88\x51\x56\xf7\x10\x69\x43\x80\x5c\x07\x50\x76\x80\x6f\x07\x50\x0e\x0c\x17\x1d\x40\x39\x3e\xbd\xe3\x6a\xc4\x06\xdd\x71\x35\x3e\xc0\xbd\x1e\x80\xb2\xbd\x38\xc3\x3a\xae\xc6\x17\x27\x6f\x7f\x0d\xfd\xf7\x97\xb0\x1e\xdc\x2e\x3d\x00\x65\xaf\xe0\x93\x1e\x80\xb2\xeb\x33\xef\x01\x28\xfb\x70\x67\xbd\xa0\x8e\xd3\xaf\x84\x68\x7c\x30\x35\xf5\x00\x94\xfd\x55\x84\x07\xa0\xec\xaf\xb3\xfb\x22\x1a\x3d\x2a\xb8\x1a\x5f\x62\x79\xfa\x8b\x68\x4c\xbe\x17\xa2\xd1\xac\xb1\x1e\xa8\x71\x98\x02\xdf\x17\xf1\xc5\xbe\xb7\x08\x12\x73\x2f\x11\x9f\x9a\xdc\x3d\xa2\x46\x67\x02\xd4\x78\xba\xb6\x0b\xc0\xec\xda\x2e\x58\x6b\xf3\x9b\x00\x66\xc5\x58\xa0\xc6\xf1\xb8\x93\x03\x35\x8e\x67\xfb\xde\x4d\xd4\xb7\x3d\x04\x60\x4e\x8a\xe2\x40\x8d\xd3\xb4\x87\x1e\xa8\xb1\x0f\xe7\x2c\x50\xe3\xcc\x7e\x05\xd4\xa8\x21\xa1\x8b\x1a\x89\xf6\xef\x06\xa1\x3a\x9f\x81\x1a\xe7\x54\xa7\x04\x35\x5e\xee\xc1\x40\x8d\x53\xe7\x77\x07\x35\x6a\x46\xec\x1b\x57\xaa\xa2\x6a\x1b\x3f\xcd\xda\x6e\x52\x53\x54\x00\x37\xae\xd4\xd7\xfe\x30\x2a\x7e\x7e\x19\xfb\x73\xbb\xd2\x04\xa1\x3e\x24\xd4\xf4\x40\x8d\x43\x07\x7e\x0f\xd4\x38\x17\xdc\x66\x10\x84\x9a\x40\x01\x83\x20\xd4\x7c\xda\x82\xbf\xa0\xf7\x8f\xc3\xfc\x85\x97\x16\xa8\x03\xb5\x75\x04\x6a\x9c\xa2\xf7\x11\xa8\x71\xbe\xcd\x67\xa1\xda\xa8\x20\x0d\x50\xe3\x09\x6e\x1b\x04\xa1\xee\xe3\x67\x2c\x79\xe0\x85\x34\xb5\x61\x1c\xc4\x6f\xc2\xf8\x46\x00\xca\xba\x3f\x03\x8b\xa3\x79\xbc\x0e\x3a\xa4\xe6\x85\x7d\x73\x10\x9f\x6a\x50\xda\x48\x04\x89\xe1\x34\x18\x01\x28\x9b\xda\xc4\x48\x2e\xed\x49\x0b\xa9\xc9\x56\x1a\x01\x28\x6b\x43\x82\x0f\x01\xe5\xe7\xbd\x58\xda\x01\x64\x1d\x00\x4a\x6d\x6e\x23\x19\xdf\xc8\x58\x00\x94\x09\x09\x3e\x00\x94\x0d\x5d\x7b\x00\x28\xcd\xad\x1b\x00\xca\x81\xa6\x3f\x00\x94\x83\x23\x36\x00\x94\x32\xda\x81\xab\xb1\xb2\x41\x46\x26\x2b\x07\xb0\x39\x02\x50\x8e\xdc\x18\x59\x26\xf5\x06\x78\x39\xb2\x5a\x01\xf3\x92\xd1\x0a\xd0\xdc\x46\x46\x2b\x20\xdf\x7f\x64\x43\xe3\x19\x59\x00\xca\xfa\xa2\x5d\x8f\x4c\x14\xc0\xf2\xd9\xa4\x65\x7f\xd8\xfb\xb7\x3d\x60\xef\x9f\x7e\x33\x58\x4f\x21\xd6\x72\x04\xa0\xec\xe3\x70\x64\x00\xca\xcf\x58\x62\xeb\x6a\x86\x1a\x00\xca\x41\xca\xc7\xc0\xd5\xd8\xfd\xa5\xae\x46\x98\xfe\x20\x3e\xf5\xc4\x91\x3b\x02\x50\x56\x6b\x4e\x8c\x00\x94\xd5\x9c\xbc\x01\xa0\x4c\x84\x54\x0d\x00\x65\x3f\xfc\x66\xd0\x57\x9c\x89\x00\x94\x75\xc0\x30\xc7\x49\xe8\xff\x6d\x0f\x21\x1a\xef\xdb\xf7\xd8\x9f\xcd\xf7\x08\x82\x2b\xf6\xb0\x10\x4e\xac\x26\x80\x72\x00\xe5\x47\x00\xca\x76\x3b\x2f\x01\x28\xdb\x82\x15\x8c\x40\x8d\x5d\x37\xdd\x28\x68\x3d\xee\x25\x5c\x8d\xda\x06\x47\x21\x48\x0c\xe6\x3d\x02\x35\xf6\x01\x26\x18\x81\x1a\xbb\xd6\xdc\x51\x10\x8d\xe8\x63\x23\x50\x63\x7f\x4f\xbf\x82\xd6\x4a\x74\xcb\xc0\xd5\x38\xb0\x79\x8f\x42\xea\x06\x6e\xb3\x81\xab\xb1\xb9\x97\x40\x8d\xd9\xd3\x01\x6a\xec\xb8\xde\x47\xa0\xc6\xf6\x59\x31\x82\x50\x37\x2c\x6b\x04\x6a\x1c\xc6\x2c\x0f\x5c\x8d\x09\xed\x7a\x04\x6a\xac\xdd\xbd\x5b\x41\x55\xd9\xf7\x38\x7f\xee\x79\x5c\x8d\x73\xd8\x42\x2b\xff\x7c\x05\xd6\x7a\xfb\x15\x6c\xc9\x28\x4f\x23\x50\x63\xed\x88\x80\x01\x6a\x1c\xa4\x1d\x8d\x40\x8d\xf3\xdd\x7e\x13\x83\x55\xf5\x97\xa8\x6e\x32\xcc\x40\x8d\xb5\x80\x21\x47\xa0\xc6\xa6\x06\x3d\x1a\xb6\x72\x67\xa2\x81\x3a\xc0\xac\xa3\x81\xfa\xc9\xe5\x1b\x81\x1a\xfb\x35\x7c\x16\xeb\x77\x83\x48\x06\x41\xa8\x2f\x11\x25\x03\xd4\x78\xa2\x40\x0c\x5c\x8d\xc3\x91\xe1\x6a\xbc\xc9\x35\x18\x81\x1a\xbb\x56\xe7\x01\x6a\xd4\x03\x35\x40\x8d\x61\x70\xfc\x31\x4b\x6e\x2c\x2d\x80\x64\x34\x6d\xad\x74\x1e\x80\xb2\x65\x4c\x15\x83\x84\xc7\x82\x2b\x6e\x90\xf0\x68\x70\xd2\x20\xe1\x51\x5b\xdd\x20\xe1\xf1\x26\x1e\x6f\x00\x28\x2b\x90\x7c\x08\x28\x01\x7f\x23\x00\x65\x6f\x28\xfa\x23\x00\xe5\xbc\x5f\xbf\x49\x6a\x03\xfa\xc3\x08\x40\x39\x4f\x59\x56\x00\xca\x79\x23\x6d\x47\x00\xca\xde\x6e\x47\x1d\x47\xb3\xa1\x85\x8c\x4e\xe8\xb8\xdb\x1a\x40\x79\x60\xdb\x1d\x00\x4a\x23\xa6\xc7\xc0\x0d\x82\x36\x31\x00\x94\xc7\xf2\x97\x41\x5f\x99\xfe\x92\x84\x4e\xcc\x03\x63\xe8\x06\xa1\x77\x00\x65\x72\x5e\x70\x35\xea\x8f\x1d\x83\xf8\xe2\xec\x7b\x71\x34\x6f\xf4\xcd\x11\x80\xb2\xaf\x61\x0f\x00\x4a\x37\x2b\x80\xf2\x1e\xbe\x87\x56\xa0\xf8\x03\x50\x5a\x50\x67\x00\x28\x0d\xb3\x1b\x01\x28\x9b\xee\xb6\x11\x80\xb2\x35\xe7\x8c\xf8\xd4\xdb\x6d\x2d\xa0\x54\xe4\x00\x28\x17\x79\x8c\x23\x00\x65\xd9\x1e\x46\x5c\x8d\x1b\x37\xc8\x00\x50\xe6\xcf\x33\xb5\x1e\xc6\x02\xa0\x3c\xb1\x48\x0f\x00\x65\x05\xf3\x0c\xdc\x90\x4d\x1a\x70\x43\x8e\x65\x8b\x28\x95\xc7\x16\xf1\xb7\xb2\x6b\xdc\x90\x13\xd7\xd8\xc0\x0d\x79\xcb\x7a\x2e\xdd\x58\xec\x41\xdc\x90\x4b\x01\x84\x1b\x72\x29\x3a\x70\x43\x6e\xbc\x22\x23\x00\x65\xb3\x88\xd4\x20\x3e\xf5\x3c\x7c\x46\x94\x8a\x87\xf1\x12\x55\x31\x9f\xb8\x21\xeb\xe5\x33\x12\x72\x6f\xbf\x72\xe3\x70\x66\x26\x2e\xe3\xfb\x7d\x86\x2d\xb2\x39\x32\xdc\x58\xdd\x91\xe1\x86\x54\x81\xc0\x0d\x79\x62\xd4\x18\xb7\x51\x2a\xcc\x04\x6e\xc8\x29\xf3\x0e\xd4\xd8\x1f\x67\x9e\xac\xc6\x57\x56\x70\xe3\x0a\x97\x76\xdc\x90\x07\xba\xf6\x08\xd4\x38\x92\xb3\x14\xa8\x71\x24\xcc\x7a\x23\x50\xe3\x98\x8a\xe9\x40\x8d\xe3\x52\x50\x06\x6a\x1c\x97\xc2\xf0\xc6\xe0\xd1\xfc\x25\xb6\x64\x0c\x09\xe3\x46\xf4\xab\x40\xdc\x04\x90\x29\xe2\x02\x35\x8e\x47\x71\xf4\xa0\x95\x3f\xb6\x50\xdd\x64\xde\xa0\xc6\x5b\x15\xe5\x61\x7f\xba\x77\x1f\xf7\xa7\xbf\x64\x7f\x2a\xfa\x71\x43\x26\x77\xc8\xe3\xfa\xd9\x3b\xa8\x58\x11\x00\x6a\x4c\x98\x4d\x06\xa8\xf1\xc4\xf5\x3e\x40\x8d\xe6\xf2\x8d\x8f\x1b\xd2\x67\x18\xe4\xdc\xad\x8f\xf9\x19\xb4\x70\x43\x66\x85\x05\x6e\xc8\xc8\x0b\xfd\x31\x4b\xc6\x43\x59\x3d\x7e\x78\x28\x3f\x52\x9a\xd8\xd5\xe9\x81\xc3\x43\x79\x60\xfb\x1c\x78\x28\x8f\x93\xe5\xc3\x43\x99\x96\xbf\x8c\xa5\x2d\xd3\x6f\xe2\xa1\x9c\x0e\xcc\xac\x2a\x26\xe9\x25\xeb\xc8\x03\xfe\xa2\xf5\xb8\x21\x03\x50\x8e\x9b\x10\x99\x41\xc2\xe3\x67\x63\x05\xa0\xec\xda\x0d\xc7\xd2\x4d\xc0\x2f\x03\x50\xd6\xdb\x45\x31\xe1\xd1\xe3\xbe\x60\x3d\xea\xe8\xc4\xae\x9e\xd8\xff\x06\xb1\xab\x5d\xbd\x98\xd8\xd5\x79\xfa\xcc\xac\x1c\xb6\x20\xb1\xab\x37\x00\x6f\x90\xd5\x78\x0c\x9f\x05\x7d\x1f\x8a\xc8\x6a\xb4\x52\xc6\x08\x40\xd9\xab\x9a\xfe\x82\xb5\x3a\x67\xc6\xae\x4e\xdf\x8b\xad\x5b\xd5\x22\xc9\x6a\xbc\x97\xad\xa0\xcf\x62\x49\x83\xd8\xd5\x8e\xc9\x61\x98\xd5\xe8\xe1\x0f\x40\x59\x1f\x60\xf0\x20\xab\xb1\xaa\x69\x04\xa0\xec\x8b\x94\x96\xb1\x49\x6d\x50\x97\x01\x50\x26\x75\x6d\x00\xe5\x73\xd8\x43\xd0\x77\x8a\x48\x70\x43\x1a\xf9\x32\x00\x94\x06\x07\x0e\xdd\x90\xa2\x87\x00\x94\x7d\xba\x3d\x71\x43\xbe\x38\x1e\xe7\x81\x41\x00\x50\x3c\x03\x50\x0e\x93\x67\xe7\x81\xad\x1c\xa1\x36\x0f\x6d\xe5\x8b\x56\xc1\xad\xe4\x57\xc8\xfa\xbb\xfc\x25\xbe\x0e\x1c\x3b\xf3\x40\x74\x6c\x9f\x05\x7d\xcf\x69\x8b\x00\x2b\x1c\x81\xf3\x20\xe1\x18\xd3\xdd\x04\x35\x5a\xab\x62\x1e\x18\x04\x8a\xcf\x5e\x34\xe8\x41\x6b\xa1\x49\xdd\xb4\x88\xad\xc6\xd0\x35\x71\x43\xde\x88\xfe\x89\x1b\x72\xb3\xb3\x66\x42\xf4\x93\x46\x32\x45\x8d\x80\xe9\x09\x6a\x3c\x51\x51\x26\xa8\xf1\xc6\x09\x3a\x13\x06\xab\xe2\x2f\x41\x1d\x9f\x6f\x0e\xc4\x2d\xf4\x05\x6a\xec\x79\xd9\xc3\x85\x6b\xf3\xa0\x15\xf4\x5d\xf8\x41\x66\xa0\xc6\x91\x9a\xdf\xc4\x96\x4c\x8c\xf4\x4c\x88\xfe\x2a\x0d\x88\x7e\xd8\xf5\x24\x40\x35\x91\xb2\x33\x33\x06\x47\x04\xde\xcc\x18\x04\xd0\xd1\x67\x26\x00\x10\x91\x3a\xc9\x6a\x3c\xa5\x88\xac\xc6\x0b\x0d\x73\xea\x86\x44\x9d\x98\x81\x1a\xa7\xa8\x6a\x82\x1a\xdb\xeb\x37\x11\xfd\x38\xfb\x26\x01\xaa\xa5\xf9\x4d\x50\xd5\x74\x2c\x64\x35\x3a\x4b\x04\xa8\xbe\xaf\xef\xa1\x95\x2f\x5b\xc1\x5a\x13\x2c\x79\x9e\xaa\xa6\x3c\x23\xab\xf1\xc5\xb0\x36\x4f\x45\x23\x23\x3b\x49\x7d\x83\x41\x4f\xb2\x1a\xdf\xe2\x2f\x2b\xce\xd3\x9f\xb1\xe4\x19\x80\xb2\xef\xd7\xd7\x64\xad\x1c\x87\xd3\xd8\x63\x26\xf0\x24\xed\x61\xda\xf9\x85\x0d\x8c\x45\x09\x40\x39\x66\xf7\x2b\x68\x75\x9f\x5f\xc6\xd2\x2e\xfc\x8e\xf3\xc4\xd6\x93\xfd\x26\xb1\x81\x4e\x52\x00\xca\xa9\xad\x67\x06\xa0\x9c\x5a\xa4\x67\x81\xb5\x12\xa9\x31\x05\x94\xd3\x67\x48\x4d\xa7\x05\x37\xe4\x26\x15\x73\xe2\x86\x4c\x68\x1a\x13\x37\xe4\x59\xec\x0f\x0f\x3a\x31\x0f\x33\x00\x65\x93\x2d\xcd\x82\x41\x00\x51\x35\x8b\x01\x80\xbe\xf7\x00\x75\x1d\x27\xb1\xd5\xcd\xaf\x04\xeb\x31\x6f\x7f\x06\xa0\x9c\x09\x5f\xf4\x0c\x40\x39\xcd\x2c\x9a\xd5\xad\x4b\x0f\xc6\xae\xa2\xd9\x4c\x63\x57\xd1\xfb\x27\x6e\xc8\x17\x64\x31\xc9\x6a\x9c\xd5\x6f\xc2\x5a\x3d\x54\xb8\x21\x1f\xc0\xed\xac\x24\x1c\x77\x9f\xc5\xd1\x4c\xd3\x6f\xc6\xd6\x4d\x32\x29\xb2\x1a\x4d\x20\x98\xc4\xae\x1a\x60\x3f\x03\x50\x96\x2d\x53\x24\xab\x51\xff\xfd\x24\x76\xb5\x11\x42\x39\x03\x50\xf6\xee\x31\x6a\x04\x38\xa2\x17\x4f\xdc\x90\x39\xf9\x0c\x5b\xa4\x47\x93\xd8\x55\x93\x75\x27\x59\x8d\x5b\xd6\xda\x0c\x70\xf4\x3d\x00\x73\xf3\x3d\x59\x0f\x73\x06\xa0\x7c\xb7\xfd\x21\x1a\x65\x1a\x94\xc9\xd9\xc0\xfc\xd9\x40\x55\x1e\xb1\x86\x2d\x39\xf9\x0c\x37\x1d\xce\xb0\x69\xec\x2a\x56\xd9\xd9\xd9\x9f\xd8\xb5\x67\x27\x42\x00\x71\x3b\x03\x35\x56\xd1\xd1\x24\xab\xd1\x22\x44\x13\xd4\x98\xb1\x45\xce\x40\x8d\xad\xe1\xbf\x9f\x81\x1a\x9b\x39\x6b\xb3\x93\x76\x44\xd4\xc1\xc4\x0d\xb9\x6e\xbf\x89\xc1\xc3\x93\x1a\xa8\xb1\x6f\x4f\x5c\xd7\x17\x00\x23\x0a\xd4\x38\xd4\xdf\x67\xa0\xc6\x51\xb7\xa3\x46\x6b\xfd\xfc\x12\x83\x00\x08\x76\x8a\x1a\x1d\x0b\xa8\x71\x62\xde\x99\x03\xd4\x81\x75\x7c\x0e\x62\xe3\x3d\xe1\xa0\x46\x2b\xa4\xcc\x40\x8d\xd3\x90\xb8\x39\x40\xc5\xce\x3c\xb5\x70\x2c\x8e\x3b\x09\x50\x35\x15\x66\x12\xa0\x9a\x09\xf2\x9b\x04\xa8\x9e\xd9\x1e\x70\x23\x17\xdf\xc3\x20\xe0\x9e\x20\xab\xb1\x80\x48\x26\x59\x8d\x55\xbe\x44\x56\x63\x95\xbf\x90\xd5\xd8\x54\x04\xc8\x6a\x9c\x32\x6f\x6a\xe1\x98\x47\x3c\xa9\x85\x63\x1e\xf1\xa4\x16\xce\x8d\x41\x6e\xe2\x86\x7c\x5c\x77\xdc\x90\xe2\x9a\x69\x2d\x9c\x64\x7f\x88\x7e\x57\x13\xd4\xb8\x46\xf9\x19\x4b\x06\x50\x2e\x25\x2a\x80\x72\x29\x43\x01\x94\xbb\xdb\xc2\x56\xd7\xed\x3c\x14\xf6\x8c\x25\x66\x92\xf0\xa8\x2d\x79\x06\xa0\x6c\xe6\x7b\xcd\x00\x94\xcd\x04\xe7\x79\x61\xeb\x39\x6c\x9d\xb4\xfc\x65\xe1\x80\xb3\x28\x00\xca\x46\x58\xd1\x04\x50\x76\xd9\x0b\x80\x72\x00\xbf\x26\x09\x8f\x97\x4b\x0b\xa0\xbc\xd4\x6c\x2e\x6b\x39\xd8\x03\x09\x9d\xca\xe5\x4b\xd6\xca\x16\x04\x50\xae\xea\x33\x6a\x39\xb8\x28\x94\xc9\x49\x32\x5a\x00\xa5\x21\x4e\x13\x40\x69\xe9\xa4\x69\x5c\xab\xf2\x15\x40\x39\x64\x9f\x00\xca\xf9\x79\x06\x6b\x25\x2e\x65\x06\xa0\xec\x53\x36\x18\x80\xb2\x5f\xae\x43\x00\xca\x7e\xbb\xd0\x37\x6e\xac\xcb\xfe\x70\x63\xa9\x5b\x00\x28\x0f\x19\x11\x80\xf2\xa3\x65\x01\x28\xb5\xc0\x4d\x00\x65\x2d\xbe\xb7\x61\xc9\x8c\x13\x40\x39\x64\x6e\x94\xc9\xf9\xcc\x2e\x65\x72\x3e\x9b\xf5\x21\x42\x07\xa7\xd6\x7c\x88\x80\xf0\x10\x07\xa0\x1c\xea\xe8\x33\x00\xe5\x78\xd4\x49\x02\x50\xce\x74\xf9\x5e\x18\xac\xcc\xa3\x9a\x0f\x09\xb9\xae\x74\x00\xca\x59\x70\xcc\x4d\xe2\x5a\x9b\xa2\xf8\xa1\x4c\xd5\xf4\x19\x71\x9f\x64\xe8\xcd\x47\x83\x95\xcf\x48\xeb\x00\x13\xcc\x97\xb4\x00\x00\xec\x7c\x09\x9e\x53\x93\x7a\xcd\xe8\x64\xe6\xc9\x78\xec\x6a\x60\x2f\x09\xe3\x44\xc7\xce\xd7\x84\x71\xc6\x42\x99\x9c\x1b\xeb\xe3\x7c\x29\xc3\x45\x54\xc5\x7c\xf1\x75\x10\xc5\x3b\x03\x35\xb6\xa2\x40\x00\x35\x76\x67\x29\x50\x63\xeb\x58\x34\xa7\x65\x72\x8a\xfd\x85\xe8\xc8\x32\xe8\x97\x32\x55\xce\xb5\xa8\x51\xb5\x00\xd4\x58\x08\x19\x9b\xb8\x21\x6f\x99\x37\xa8\x31\x7d\x9e\x11\xfc\x28\xe3\x03\x35\x36\x19\xd8\x07\x35\xd2\x3b\xc1\xab\xc3\x51\x2f\x82\xcb\x54\xdd\x16\x59\xb7\x87\xad\xa0\xef\x76\x0f\x06\x6a\xec\x1f\x25\x2f\x50\x63\x5f\xee\x97\x40\x8d\xe3\x90\x33\x80\x1a\xf3\x67\x9c\x64\x15\x2b\xe2\x70\x43\xea\xdd\x98\x81\x1a\x47\x57\x04\x6c\xb2\x8a\xf1\x01\xcd\x40\x8d\xd5\x22\x44\x73\x93\xd6\xe1\x3a\x6c\x7c\x39\x8a\xdb\x8d\xea\x26\xa3\xdd\xfa\x72\x18\x0b\x6e\xc8\xcb\x79\x01\x35\xde\x0a\x8b\x6d\xad\x0a\x4e\x0e\x6e\xc8\x4d\x16\xec\xc4\x0d\x99\x88\x60\x99\xa0\x46\x6d\xd0\x93\x8c\xc7\x08\xd5\xfd\x31\x4b\x26\x19\xb2\xa9\x99\x92\x0c\x39\x50\xdf\x2f\xe2\x5a\x27\x3a\xd7\x75\xa0\xb0\x63\xb5\xbc\x88\x6b\x35\xe8\xe7\x22\x19\xb2\x62\xc6\xb8\xf0\x50\x56\xfc\x9c\x17\xc9\x90\xe6\x89\x5d\x24\x43\xce\x6a\x0f\xb8\x41\x98\xf8\x0b\x0f\xe5\xfb\xf9\x8a\xb5\x1c\x6c\x51\xcb\xe1\xf2\x2b\x37\x7a\xc0\x45\x2b\x96\x76\x7e\x5a\xd8\xb2\x4e\x5b\xb1\xb4\x86\x23\x5d\x00\x4a\xd3\x2c\x2e\x93\x21\x81\x20\x17\xc9\x90\x86\xe2\x5f\xb8\x21\x3b\x4b\x74\x09\x28\xb1\x8e\x5f\x49\xad\x1c\xda\x93\xc9\xba\x8c\x53\x37\x24\x7a\xd5\x85\x1b\x72\x20\xcf\x2f\xe2\x5a\x9f\xc3\xde\xc9\xb8\x4a\x7e\xf3\x62\x2b\xd9\x7b\xd0\xe7\xd2\x5e\x00\xca\xeb\xf0\x97\x2f\x51\x99\xf6\x40\x5c\x72\xb3\xf7\xd8\xba\xc6\x4a\x5c\xb8\x21\x6f\x74\xd8\x0b\x37\xe4\x45\x0d\xb0\x2b\xeb\x66\x65\x35\xc9\x78\x4c\xd8\x37\xaf\xac\x9b\x95\x6f\xea\x86\xbc\xfc\x65\x1c\xcd\x03\x4d\xe3\xca\x06\x27\xb1\xd2\x00\xca\x3e\xfc\x0a\x5a\xc1\xa7\x77\x0c\x1e\x9f\xaf\x80\x3a\x60\x6e\x57\xb6\xcc\x11\xf4\xe1\x86\x94\x49\x5d\x01\x28\xfb\x83\x20\xb9\x02\x50\x76\x7d\xed\x97\x6e\xc8\x6e\xcb\x5a\x23\xf4\x4e\x5c\xab\x11\x10\xd7\x09\xeb\x49\xfe\x92\xe0\x40\xd8\xfc\x45\x5c\x6b\x43\xff\xbb\x40\x8d\xc5\xfd\x79\x12\x1c\xf8\xf8\x15\xdc\xac\xee\x09\xdc\x90\xc6\x90\x5c\x64\x3c\xd6\xcf\x58\x60\xad\x97\x63\x79\x30\x01\xd8\x1f\x6e\x3a\xd4\x97\x4b\x37\x64\xb3\x3f\x6a\x39\x20\x28\x2f\xdc\x90\x22\xa7\x2b\x50\xe3\x38\x5d\x77\x50\xa3\x31\xe7\x57\x31\x63\x95\xde\x0b\x65\xb8\x60\x9f\x57\xa0\xc6\x66\x34\xf5\x55\xc8\x08\x24\x14\xf2\x02\x35\xde\xe8\xcc\x57\xa0\xc6\xb2\x88\xa2\xba\x70\x43\x1e\x94\x39\xba\xa8\x85\x53\x11\xda\x97\xb5\x70\x60\x36\x17\xc1\xab\xc9\x59\x22\x78\x35\x9f\x7e\x05\x5f\x15\x21\x9b\x17\x6e\xc8\x49\x5e\xc0\x45\xf0\xea\x26\xd4\xec\x22\x78\xf5\x20\x54\xf0\x22\x78\x35\xbb\x62\x04\xaf\x56\xe2\x44\x2e\x50\x63\x05\x77\x5f\x04\xaf\x36\xf9\x0b\xc1\xab\xed\xf3\x0c\xd5\x0d\x7f\xc6\x55\x49\x26\x97\xbe\x8a\xe8\xf0\xe4\x54\x50\x15\xc6\xb3\x8b\xe0\x55\xc5\xc3\x85\x1b\xb2\x7e\x7a\x88\xfd\xf9\x59\xbf\xca\xfe\x44\xbb\xbe\x08\x5e\xb5\x7a\xf9\x85\x1b\x72\xa0\x66\x5d\x04\xaf\x8e\xfd\x33\xc3\xc5\x05\xa0\x9c\xe8\xbe\x17\x65\x72\xae\xcb\x8f\xa0\xf5\x00\xec\xaf\x46\xdc\x27\x76\x92\xab\x79\x34\x59\x22\xe2\x5a\xad\xa9\x7b\xe1\xa1\xec\xd5\x16\xd9\x4a\x64\x55\x5d\x00\x4a\x03\xd6\x2e\x3c\x94\x26\xac\x5e\x94\xc9\x49\x87\x04\xb1\x75\x6f\xfb\x23\xb8\x2c\xdb\x5f\x6c\x5d\x8b\x82\x5f\xba\x21\x65\x6e\xb8\x21\x2b\xf5\x13\x2e\xdc\x90\x0d\x58\x7a\xe9\x86\x04\x70\x5d\x01\x28\xbb\xf5\xa5\xae\x8e\x07\x16\xf7\xd0\xd5\x89\xfb\xfc\xb4\x42\x74\x2c\x2c\xa1\x57\xc7\x0d\x22\x8b\xec\x06\x27\x39\x96\x0b\xeb\xaa\xfd\x61\x6b\x45\x2e\x5f\x00\xca\x85\x23\xf0\xea\x44\x40\x00\x1a\xaf\x6e\x9d\x07\x36\x64\x17\x75\xf0\x8c\x32\x39\xa7\x14\x11\xd7\x5a\x64\x3d\xb8\x21\x33\x9a\xe2\x35\x8c\x2b\x67\xd4\x64\x3c\x5e\x18\x4a\x2e\xe2\x5a\x6f\x8f\x6d\x00\xca\x71\x39\xea\x00\x94\xb3\x61\xd7\xbe\x70\x43\xbe\xe0\x93\x8b\xb8\xd6\x7c\xf8\xcb\xa0\xef\xc3\x34\x06\xc5\x39\x3f\xe3\x34\x5b\xd0\xb1\x50\xa1\xab\xd8\xbb\xc5\x1d\xed\x1d\x37\x32\x76\xca\x0b\x40\xf9\xe0\x64\xba\x00\x94\x8f\x07\x07\x40\x69\xfe\xe3\x45\xc6\x63\xce\x3e\xd3\x20\xc0\x9c\x05\xa0\x6c\x56\x53\xb8\x02\x50\xb6\x91\xec\x81\xa3\xa9\x08\xa0\xb8\xea\x83\x67\xe0\xa2\xb8\xea\x8b\x69\xeb\xa2\xb8\xaa\x56\xee\x8b\xb8\x56\x4b\x0a\x5c\xc4\xb5\x1a\x05\x70\x91\x0d\xf9\x11\x9b\xc4\xb5\x7a\x53\xc9\x05\x6a\xb4\x32\xf6\x75\x99\x32\xc0\xba\x53\x5c\x55\x1f\xfd\x65\x71\x55\xec\xa2\x57\xa0\xc6\xbe\x8a\xad\x58\xbf\x2d\x2b\xa7\xb8\x6a\x92\x99\x52\x5c\x35\x27\x7b\xc0\x17\xa0\x68\xbc\x28\x5e\x49\x26\xe8\x15\xa8\x71\x5c\x32\xfd\x8b\xe0\xb9\xc7\x16\xfb\x93\x18\x84\x2b\x50\xe3\x34\xeb\xf6\xba\xa8\x7b\x8c\x0e\x7b\x51\x5c\x35\x7f\x46\x4d\xf0\x1c\xc6\x97\xeb\x26\x78\xce\x7d\x16\xa8\x71\x9a\x46\x7c\x11\xbc\x6a\x1c\xcc\x45\xf0\x6a\x55\x3c\x04\x6a\x6c\xea\xb0\x17\xa8\x31\xc9\xca\x09\x5e\xb5\x3c\xd2\x05\x6a\x9c\xa4\x71\x5d\xa0\xc6\x55\x6d\xa1\xba\xdd\xf6\x1e\xa2\xe3\x43\x1f\xc1\xab\x96\x68\xb8\x08\x5e\x35\x3d\xea\x22\x78\xd5\x52\x62\xd7\x6d\x84\x0e\xb3\x6b\x36\xa4\x42\x8d\x6c\x48\x43\xe2\x2e\xea\xe4\x4c\xa2\xbd\xae\x40\x8d\xfd\x73\x52\x1f\x54\x53\xc5\x3b\xd9\x90\x46\xda\x5c\x0f\xa8\xf8\xf8\x59\xbd\xe4\xeb\x51\x6b\x65\x22\x1e\x48\x7f\xfd\xe4\xc0\x32\xc9\xa2\x3c\xd8\xb2\x50\xe6\x2f\xea\xae\x0a\xaa\x2e\x4a\xe8\x68\x8e\xb8\xa8\xbb\x7a\x79\x00\xac\xbb\x0a\x94\xb8\x1e\xea\xe6\xaa\x03\x51\x77\xd5\x62\xf0\xd7\x4b\x9d\x00\xe2\x7d\x2f\x00\x65\x56\xdf\x04\x50\x9a\xfe\x78\xbd\x26\xf2\x72\x88\x01\x94\x07\x06\x88\x0b\x40\xf9\xd1\xa0\x01\x94\x1f\xbd\x1f\x40\x39\xb1\x33\x5f\xc4\xb5\x5a\x84\xfc\x7a\xad\x2b\xcb\x38\xa9\xbb\xfa\xc8\x5a\xad\xbb\xaa\x00\x02\x50\x1e\xea\xef\x2f\xc1\x81\x32\xf6\x97\xa5\xf5\xd8\xbe\xd4\x09\x70\xb3\x2e\x58\xab\xb2\x7e\x61\xd0\x51\xe4\x2c\x22\x58\xb0\x3a\x5f\x0b\xad\x00\x70\x74\x2d\x0c\x3a\xdb\x56\xc5\xda\xe9\x37\x83\xf5\xcc\xcf\x7b\xd8\x5a\xdd\x3c\x00\x4a\x6b\xf8\x5e\x0b\x5b\xf2\xb2\x45\xdd\x63\x45\x23\x80\xf2\xef\xfd\x69\x6b\x65\xb3\x9a\x0d\xa9\x60\x26\xae\xf5\x71\x87\x50\x5c\xf5\x55\xf3\xc6\x0d\xf9\x62\x56\xb8\x00\x94\x9f\x95\x0e\x40\x39\x4e\x59\x39\x6e\xc8\x13\x23\xd1\x45\x71\xd5\xd2\x7c\xcf\x12\x48\xb6\xc8\x16\xc4\x76\x7d\xe1\x86\x1c\x6a\x8a\x01\x28\xc7\xab\x66\x1a\x80\x72\x1e\x87\xfd\x91\x2d\x28\x5e\xd8\x24\xf2\xba\x93\x37\x06\x8f\x64\x0f\xd4\xb1\xc0\x39\x75\x6d\xb2\x3d\x3f\x14\x85\xe8\x30\x0a\xfb\x06\x35\x26\x8e\xd8\x8d\x1b\x32\xc1\xae\x6f\xdc\x90\x15\x73\xd9\x1d\xa8\x71\xbc\x60\x90\x3b\x50\xe3\x3c\xd8\xe5\xf7\x01\x60\x7e\x7c\x0f\x37\x24\x5a\xdd\xad\x1b\xb2\xd8\x1f\x11\x2c\xdd\x5f\xe2\x46\xc6\x8e\x7e\x53\x5c\xd5\xf9\xbc\x0f\x0d\x1e\x3e\xc3\x20\x87\x7e\x7b\x83\x1a\xdf\xdb\xaf\x70\xfe\x92\xbf\xa4\x78\x25\xae\xb8\x1b\x37\xe4\x03\x42\xb8\x13\x29\x49\xf8\x10\x6e\xdc\x90\x5e\xb8\x70\x27\x12\x95\xa7\xcf\x70\x43\xa2\x82\xdd\x89\xba\xdc\x18\x2e\x6e\x50\xa3\x59\x8d\x37\x6e\xc8\x53\xda\x93\x11\x10\xcc\x52\xe2\xfc\xe1\x5c\xbc\x45\x8d\x87\x3d\x04\x7d\x05\xd3\xc8\x4d\xf0\xaa\x99\x07\x77\x42\x74\x70\xe2\xee\x84\xc1\xea\xb5\x3f\xb4\x72\x94\xb5\x1b\x37\xe4\xcc\xb6\xe2\xfc\x3d\xec\x9e\x9b\x3a\x39\x97\xdf\xc4\x0d\x59\x51\xc1\x6e\x50\xa3\xe1\x8e\x37\xa8\x71\x5e\xb6\x1a\xa7\xdf\xaf\x60\xd0\xc1\x27\x73\x67\xea\xc8\x3c\x7e\x13\xd5\xe6\x6b\x87\xfc\x90\x25\xdf\x00\xca\x59\xed\x00\x5b\x5d\xb1\x03\x8a\xe7\x01\x48\xee\xcc\xd6\x25\xe2\xef\xd6\x43\xf9\xe9\x9c\xad\x8b\x7e\x7b\x53\x42\xe7\x46\xc6\xdc\x27\x47\x13\x08\x72\x13\xd7\xfa\x60\xf9\xb9\x4f\x83\x93\x58\x68\xe2\x5a\x37\xb2\xf0\xa6\x84\xce\x67\x23\x53\x42\x47\xd7\xdf\x6d\xa2\x24\x4c\xff\x26\x51\xb2\x6d\xbf\x42\xa2\xb2\x93\x04\xa0\x5c\xaf\x63\xc1\xd6\xfa\xd8\x42\x2b\xef\xbe\x87\x2d\xeb\xf5\x9b\x61\xf0\x18\xc3\xfe\x08\xde\xc1\x02\x77\xe3\x86\x3c\xf0\xff\xde\xb8\x21\x0f\x1c\x6c\xb7\x6e\x48\x40\xf8\x0d\xa0\x5c\x80\x9c\x3b\x00\xe5\xbc\x3f\x2d\xb2\x21\x61\xad\x37\x6e\x48\xb3\xaa\x6e\x00\xe5\x04\xc4\xdd\x05\x5b\xb2\x47\x2c\x00\xe5\x34\xc2\xf7\x0e\x40\x39\x4d\x35\xb8\x03\x50\xce\x17\xe6\x7d\xeb\x86\x7c\xfd\x25\x25\xf3\x3f\xdf\x44\x6b\x75\xfd\x00\x94\x15\x01\x7b\x03\x28\x6f\xd7\x01\x40\x99\x3d\x38\x02\x4a\xe2\x67\x6e\xb3\x21\x65\x4b\x00\x4a\x93\x19\x6e\x00\xe5\xa6\x5a\xc4\x8d\x1b\xb2\x64\x9f\x99\x88\xcd\x58\x02\x50\x4e\x8b\xb5\xdc\xd5\x44\x57\x76\x08\xc5\x55\x2f\xf7\x92\xc5\x55\x3f\xbf\x44\x2b\x5f\x7e\x85\xe2\x8e\xdb\x67\xd0\x87\xde\x7f\x57\x0b\x05\x30\x2f\xcd\x2b\x0f\xd8\xad\x16\x57\xc5\xc4\x71\x83\x1a\x37\xba\xf6\x4d\x09\x9d\x49\xbc\xc0\x0d\x6a\xf4\xa6\xc1\x1b\x37\xe4\x8b\xf8\xbb\x89\x6b\xbd\xec\x8f\x12\x3a\x1b\xf7\xec\x8d\x1b\x72\xbc\x3e\x03\x55\x11\x76\x7a\x07\x6a\xec\xd6\x3d\xb9\x03\x35\x4e\xd3\xf1\xef\x40\x8d\xcd\xc4\xe8\xbb\x59\x22\xc8\x91\xc1\x7a\x4e\x29\x82\x3e\xd7\xa8\xe3\xc6\xf2\x34\x76\xe2\xca\x9b\x2d\xd6\x0f\xa1\x76\x83\x1a\x4f\x57\xec\x73\x5b\x87\xbf\xa4\xae\x33\x28\xe0\xc6\x0d\x29\xde\xbb\x75\x43\x92\x00\x72\x07\x6a\xec\x07\x1a\xf4\x8d\x1b\xb2\x2f\x5b\xd4\x3d\x76\x17\x74\xe2\x76\x51\x97\x6e\x82\x57\xdf\xdb\xaf\x70\xe5\x81\xd4\xe2\x86\xf4\xde\xc8\xbb\x53\x47\x06\xd4\x71\x0f\xb3\xe9\xa0\x21\x50\xe3\x3c\x1d\x0b\x6e\x48\xab\xcb\xdd\xb8\x21\x07\x7e\x9e\x7b\xc0\x5f\x64\xb4\x04\xaf\x56\x47\x4d\x9d\x9c\xa6\x20\x09\xd4\xd8\x2e\x22\xd0\x6f\xae\xe4\xd0\xbd\x77\x13\xbc\x5a\x5d\x3f\x50\xe3\xf5\xe9\x81\x1a\x33\x99\xbd\x14\xa8\xb1\xf7\xe5\x7b\x64\x23\x9f\x3f\xb3\x25\xdf\xc3\xdb\x10\x24\x08\x83\x00\x2e\xa7\x9b\xb8\x56\x53\x70\x6f\xe2\x5a\x1f\xa0\xe7\x3d\x09\x9e\xc3\xf8\x7f\x4f\xaa\x77\x29\x8d\x28\xa1\xb3\x81\x4a\xf7\x04\x70\x7d\x7e\x19\x5a\x4f\xc7\x8e\x77\x4f\xca\xb3\x14\xfb\xa3\xc6\x85\xf2\x7c\x12\xb7\x0b\xbc\xbc\xa7\xb6\x2c\x58\xcf\xc4\xe0\x21\xeb\x99\x14\xee\x54\xc2\x51\x77\xb5\x28\x48\xa6\x5a\x81\xa3\xde\xd8\xae\x79\x4f\x40\x89\xb9\xe5\x26\x51\xd2\xab\x44\x6f\xe2\x5a\x2f\xb7\x20\x80\xb2\x2b\xaa\x4c\x94\xc4\x3c\x70\x5f\x26\x9a\xfb\x15\xdc\x3c\xd3\x1e\xac\x0b\xec\x7b\xb1\xb4\xd6\x36\xbe\x71\x43\x36\x1c\x65\xf7\x65\xca\x87\xfd\x61\x6b\xc5\x8b\x7c\x5f\xd4\x10\x50\x7f\xe0\xb6\x8e\x01\xa0\xbc\x29\xae\x7a\x9d\x3e\x23\xc2\xc3\x63\x04\xa0\x34\x7d\xfc\x06\x50\x7a\x41\xcd\xcd\x6d\x1d\x1f\xa6\x88\x1b\xd2\x84\xf8\x1b\x37\xe4\xa9\x36\x61\x79\x1d\x19\x1f\x71\xad\xa5\xda\xea\x18\x6d\x38\x70\x37\xb6\x48\xf4\xd4\xfb\x36\x11\xdb\x6f\x12\xe1\xe1\xa1\x02\x50\x5a\x33\xf8\x06\x50\x7a\x1d\xcf\x0d\xa0\xd4\xa2\x79\x9b\x0d\x79\x4a\x83\xd9\x90\xf4\x40\x36\xa4\x85\xf7\xef\xc7\xe0\x32\xbe\x62\x36\xa4\x73\x46\xe1\xd5\x7d\xfb\x4b\xb2\x21\x5d\x31\xb2\x21\xcf\xe4\x37\x39\x9a\x32\x29\xb2\x21\x3b\xe8\xe8\x26\x1b\xf2\xb3\xaf\x41\x8d\x5e\x02\x75\x83\x1a\x2b\x1e\x8c\x9b\xdb\x3a\xfa\xa7\xa5\x1b\xcb\xde\xa9\x4e\x26\x33\x0d\xd4\x38\x8c\x2b\xbf\x03\x35\x8e\xae\x4e\xf9\xc2\x7a\x64\xec\x2f\xbe\x00\x8c\x75\xf7\x4b\xf5\x43\xc5\x26\xb7\x75\x18\x6d\x72\x07\x6a\x9c\x59\x1d\x36\x50\xe3\xac\xee\x17\x0a\xaf\x9a\x30\x74\x53\x78\xf5\x91\x69\x50\x78\xf5\xc3\xae\x71\x43\x9e\xae\x34\xd9\x90\xe6\x77\xde\xba\x21\xd5\x1b\x41\x8d\x0f\x4e\xf3\x1b\x37\xe4\x09\x6e\xbb\xc9\x86\x7c\xd4\x8b\x5f\x52\x92\x30\x6a\xdc\x81\x1a\x67\x13\x05\x2c\xb3\x3d\xf9\x66\xa0\xc6\x3a\x40\x5c\x37\xa8\x71\x1e\xbe\x57\x40\x86\x3e\xab\xc4\x07\xd1\x1f\x6e\x48\x33\x80\xef\x40\x8d\xbd\xaa\x04\x51\x43\xc7\x2b\x8e\xef\x65\x4a\x92\x2d\xaa\x1f\x3a\x2f\x04\xaf\x9e\xee\x17\xae\xe4\xf0\xfe\x98\x7b\x11\x81\x54\x1c\x35\x85\x49\x55\x97\x16\xbe\x00\xf2\x18\xef\x6d\xca\x1c\xef\x81\x1a\xeb\xd7\x19\xfb\x31\x4b\xde\xd8\xb2\xec\x9c\x44\x49\x6b\x80\xdd\xd4\x64\x9d\x00\xed\x9b\x9a\xac\xc6\x5f\xdc\x78\x28\xbb\xfa\x03\x1e\xca\x41\xa0\xcd\xad\x87\xd2\x61\x6e\x0d\x1e\xb6\xd0\x0a\x3c\xee\x9b\xca\x49\xc2\x13\x00\xa5\x0e\xbd\x1b\x40\xf9\xf7\x91\xa1\x15\x28\xd3\x36\x80\x0b\xd6\xf3\x90\x28\x29\x74\x79\x0e\xe3\x76\x2b\x2d\x6d\x59\x27\xad\xd8\xba\xcf\xf4\x3d\x4a\x5a\xa3\x93\x3c\x94\xd7\x19\x48\xb8\xe7\x90\xb5\x5e\xb4\xf0\xa0\x73\x34\x1f\x00\xa5\x97\x1d\x3d\x07\x6e\xac\xcb\x67\x44\xb0\x30\x13\x0f\xe5\x75\xbc\x36\xf2\x01\x50\x1e\xc3\x71\x12\xc1\x72\xfb\x15\x0c\x1e\xa7\xfd\x61\xf0\x80\x7d\x3e\x89\xf2\x41\x30\xbe\x87\x6c\x48\x2b\x7b\x3d\x89\x8b\x74\x08\xcc\x7a\x00\x94\xde\x62\xf2\x50\x5e\xe7\xc2\x9d\xf8\x24\x52\x06\x96\xef\x61\x8b\x2c\xbe\x87\xd6\xca\x86\x7c\x28\xbc\x7a\xa1\x2d\x3d\x89\xf2\x41\x68\xd0\x4f\xc2\x20\x80\x8d\xf6\x49\x24\xf2\x82\x1e\x9e\xc4\xfa\x21\xaa\x1e\x00\x65\x7a\x7d\x16\xa2\xd1\x62\xa7\x0f\xe5\x75\x64\x05\x0f\xe5\x75\x0a\x3a\xde\x03\xa0\x2c\x18\xa5\x1e\x6f\xeb\x70\x35\xb9\xad\x63\xc1\x18\x1e\xca\xeb\xb4\x61\x0b\x5b\x39\xca\xc5\xa3\x1b\x12\xe7\xdb\x43\x5c\xeb\x49\x18\xe1\x03\xa0\xd4\x59\xfb\xe0\x86\x2c\xdb\xfe\xf0\xa0\xdf\xbe\x07\x60\xbe\xec\x81\xe0\x40\xec\xa2\x0f\xe5\x75\xf6\xb2\x85\xad\xd5\x59\xf2\xb6\x0e\x18\xed\x03\x6a\x1c\x88\x87\x87\x6c\xc8\x49\xf5\x94\x47\xd4\x08\x4a\x7d\x44\x8d\x18\x4a\x1e\x0a\xaf\x5a\xbb\xf9\x31\xae\x15\x3b\xe5\x83\x1b\xb2\x62\x7c\x79\x08\x5e\x35\xae\xe8\x21\x78\x75\x39\x83\x81\x1a\xa7\x77\xee\x3c\xdc\xd6\xe1\x3d\xde\x4f\xa0\xc6\x62\x61\xd2\x27\x50\x63\x33\xf4\xf2\x21\x1b\xd2\x48\x86\xe7\x24\xc2\x83\x9c\xc3\x87\xe0\xd5\xe6\xc8\x8a\x89\xca\xac\x6d\xa0\xc6\x5a\x50\x82\x1e\x0a\xaf\x0e\x04\xe5\xc3\x6d\x1d\x96\xbe\x7f\xb8\xad\x63\xe2\xcf\x78\x28\xbc\xaa\xca\xf7\x80\x1a\x37\xea\xd2\x53\x48\xd9\x71\x5e\xc8\x86\xec\x9e\xf7\xe2\x6d\x24\x8c\x13\x37\xa4\x77\xe1\x3d\xc5\x2b\x2b\xa0\x88\x6c\xc8\xc7\x15\x23\x1b\xf2\x40\xa0\x3f\x14\x5e\x3d\xb6\xcf\x10\x1d\xae\x34\x57\x72\x0c\x84\xc5\x43\x36\xa4\x79\x8c\x0f\xc1\xab\xf9\xb2\xc5\xfa\x61\xc5\x7f\xcc\x86\xf4\xf4\x57\x0c\x1e\xfd\x67\x41\x70\x0f\x1e\x4a\xaf\xbe\x7c\x2a\x71\x83\x9f\x16\x71\x83\xd5\xee\xd0\x7a\x9c\x40\xe3\x5a\x1f\x07\x4d\xf9\x20\xa0\xfc\x03\xa0\xac\x2e\x4a\x00\xca\x6a\x8d\xd4\x07\x40\x69\x8d\xe2\x07\x40\x69\x69\xc2\x07\x0f\xe5\x2d\xab\x6b\xb8\x79\xc8\x1d\x7c\xa8\xc9\xfa\xa2\x57\x3d\x24\x4a\x7a\xa1\xf9\x43\xa2\x64\xfe\xbc\x87\x9b\x47\xc6\xd0\x0c\x9e\x63\xc1\x88\x6b\x1d\x32\x68\x01\xe5\xe7\x2b\x24\x4a\xba\x7c\x00\xca\xf6\x3a\x32\x82\xe7\x64\x2f\x00\xca\xd5\xfc\x65\x6c\xdd\x77\x3a\x32\x0a\x93\x7e\x9e\x11\x3c\x47\x3a\xc1\x03\xa0\xd4\xd8\xf3\x50\x5e\xa7\xfa\x4d\xca\xeb\x4c\x74\x99\x27\x00\x65\xbf\xb1\x14\x3e\xb8\x21\xad\xc5\xf1\xe0\x86\xbc\xd1\xce\x1e\xdd\x90\xd8\xce\x1e\xdc\x90\xaf\xd4\x12\xd7\x9a\x3d\x46\xb8\x21\x4b\xb3\xf7\x00\x5c\x55\x96\x85\x1b\xb2\x2e\x7b\x30\xc2\x83\x23\x06\xa0\xbc\x0f\x9f\xa1\xf5\x14\xfb\x0b\xad\x6e\x11\x95\xf9\x0c\x0d\x3a\xf4\x00\xa0\x3c\x3e\xcf\x32\xc1\x6c\xf4\x37\x88\x10\x40\x1b\x7c\x06\x35\xad\x5d\x31\xe2\x5a\x2f\x47\x4d\x5c\xeb\x67\x96\x8c\x6b\x75\xd7\x11\xd7\x9a\xc9\x39\x7c\x86\x35\x12\x58\x4d\xe2\x5a\xd5\x7a\x1e\x00\xe5\x23\x45\xc3\xca\x6c\xcc\x35\x85\x57\x8b\x62\x9a\xc2\xab\x6f\xb2\x45\xcd\x6e\x70\xdb\x33\x41\x55\x0a\x12\x0a\xaf\x7a\x7f\xf4\x13\xa8\x71\x78\x63\xc5\x33\x49\x69\x71\xa5\x27\x5a\xeb\xf0\x3d\x6f\x93\x81\xbe\x49\x8d\x04\xbc\x30\x0f\x71\xad\x7a\x1b\x9e\x69\xdc\xbc\xcf\x28\xaf\xf3\x19\x0b\x6e\x48\xb4\xc8\x67\x1a\x21\xc0\xec\x82\x1a\xbb\x2b\x8d\x1b\x72\xca\x68\x71\x43\xde\xae\x34\x6e\x48\x0b\xfd\x3f\xa0\x46\x2f\x6a\x78\x3e\xe5\x75\x98\x6b\x82\x57\x2d\x84\xf0\x10\xbc\x7a\xe1\x27\x78\xc8\x86\xb4\xb4\xd7\x73\x99\xa8\xec\x33\x7c\x1d\x98\x18\x1f\x50\xe3\x83\xfb\xf2\xe1\x8e\xc7\xcf\x09\xc7\x0d\x99\x49\xea\x7a\xa8\xa1\x63\x25\xee\x27\x50\xe3\xb4\x86\xce\xc3\x6d\x1d\x87\x6b\x44\x0d\x9d\xa6\xf8\xa3\x86\xce\xe3\xf9\x23\x1b\xd2\xfb\xcd\x9f\x9b\x6c\x56\x4c\x38\xcf\x8d\x6a\xa3\x82\x74\x93\x68\x2e\xaf\xf3\x8e\x47\xf2\x10\x9e\xdb\x9a\xeb\xd0\x4e\x0d\x1d\xcb\xd4\x3f\x37\xa8\xea\xd3\x43\x88\xfe\x8c\xcd\xfb\xa1\x86\x8e\x55\xc1\x1f\x8a\xb2\xc6\xf5\x04\x3f\x66\xc9\x02\x4a\xb7\xcb\x8d\x07\x5d\xe9\x70\x6b\xab\x73\x98\x84\x9c\x03\xc9\x1f\xe2\x5a\x6f\x37\x79\x00\xca\xee\x65\xf5\x0f\x1e\xca\x13\x83\xc7\x43\xa2\xe4\x89\x15\xf8\xa1\x5e\xeb\x24\xdc\xea\xe1\xfa\xc7\x89\x26\xfc\xe0\xa1\x5c\x6e\x6b\x3c\x94\x02\xae\xe7\xc1\xd6\x2a\xf3\x7e\x4c\x19\x60\x5b\x3f\x68\x05\x32\x53\xe2\x5a\xb5\x26\x3d\x8f\xd9\x82\x50\xf4\x40\x9f\xcb\xf0\x98\xcd\x63\x8b\xca\x65\x0a\x12\x00\xe5\xc6\xc4\xf1\x3c\xd8\xea\x3c\xe0\xaf\x89\xa0\x2c\x0a\x80\xd2\xec\xbd\x07\x40\xd9\x3c\x1c\xb8\x21\x17\x56\xee\xe7\xd5\x56\xc7\x5c\xbf\x18\x3c\x80\x6d\xcf\xab\x87\xd9\x67\xd8\x92\x87\xfd\x99\x6d\xe6\x57\x88\x60\xc1\x61\xf9\xbc\xb8\xe9\xd4\x57\x70\x43\x5a\x7b\xe0\x31\x1b\x52\x06\xf6\x9a\xe8\x6a\x0b\xc0\xb5\xa4\x01\x83\x0e\x76\xca\x87\x9b\x3c\x3e\x6b\x64\x36\x24\x86\x8b\x87\xf2\x3a\x45\xa6\x4f\x51\x56\x73\xd6\x9e\x00\x94\x3d\xa9\x57\xe1\x86\x34\x45\xe8\x21\x1b\x72\x63\x9c\x78\x70\x43\x7a\x03\xdc\x83\x1b\xb2\x88\x48\x74\x43\x02\x75\x1f\xe2\x5a\x1f\x22\x4a\x9e\xe5\xfe\xf4\x19\x95\xe7\x48\xba\x7d\x00\x94\x96\x96\x7c\xc8\x86\xec\xaf\xcf\x62\xfd\x34\x47\x3c\x01\x28\x9b\x55\xf7\x1e\x6e\xf2\xd0\xdd\xf6\x88\x1a\x3d\x54\xdb\x7a\xc9\xb6\xb4\x25\xfb\x4b\x0c\x72\xb2\x3a\xdc\x90\xfb\xb6\x07\xea\xed\xca\x4c\x71\x43\x36\x75\x6d\xe2\x5a\x5f\x59\x39\xd9\x90\xd9\x15\xdb\x6a\xe5\xf6\x47\x70\xa7\x08\x88\xb8\xd6\xee\x79\x20\x78\xd5\x7a\x80\x0f\xc1\xab\x2f\x56\xd2\xd7\x9b\x3c\x30\xc1\xbd\x87\x5a\x5d\xa1\x85\x41\xae\xf8\x2c\xd6\x6f\x83\x41\x5e\xb2\x21\x8d\xaa\x78\xc9\x86\x54\x87\x7d\x0f\xef\xd0\x3b\x69\x81\x1a\x1f\x5b\x18\xe4\x5e\xdf\xc3\xe0\x81\x7e\xfb\xe2\x86\xac\x9c\xdb\x57\x37\x24\x0c\xf3\xe5\x8e\xc7\xf6\xf9\x0a\x71\xd7\xc5\xfe\xb4\x25\xdb\x22\xb8\x0c\x5c\xf3\x5a\x43\x07\x9c\xf1\x1a\xbc\x0a\xcf\x7a\x29\xca\x7a\x1c\xb6\x88\x2b\xdf\xfe\x32\x44\x87\x86\xca\x37\x51\x08\x01\xce\xf7\x92\x0d\x69\x62\xcc\x1b\xa8\xb1\x27\x9c\xfb\x6f\x22\x0c\x60\xfb\x4d\x7c\x01\xa4\xbb\xbc\xb8\x21\x0d\xb3\x7b\x09\x5e\x55\xdc\xbe\xa0\x46\x6f\x18\x7f\x75\x43\xa6\x9f\x95\x1d\x7a\x03\x50\x8e\x8e\x8b\xeb\x4d\xda\x5a\x19\x0a\x71\xad\x9d\xc3\xf8\x12\xd7\x5a\x9c\x88\xcc\x25\x3b\x38\xe6\x5e\x3c\x94\x19\x86\xf2\x66\x3d\xb0\x0c\x85\x44\xc9\x0c\x63\x78\xf1\x50\xf6\xc7\xf7\xe2\x68\xea\xd5\x7d\xa9\xd7\xda\xba\xbf\xb4\x06\x84\x63\xf1\x68\xda\x03\x97\xb4\xb8\xe9\x00\x94\x86\xd6\xbc\x1f\x40\x79\xd3\x22\xee\xda\xed\x42\xa2\xa4\x11\x1e\xef\x89\x56\x80\x1b\xe4\x3d\xa9\x27\x0c\xf0\x7d\xb9\xfe\xf1\xbc\x6c\x21\x3a\x70\x39\xbd\xc4\xb5\x0a\x4f\x5e\xca\xeb\x24\x17\x0c\x40\x79\xdf\xfe\x92\xca\x65\xc4\x37\xbe\x27\x6e\x3a\x60\xfe\x4b\x36\xe4\xc1\x81\x7b\x01\x94\x77\xf1\x19\x37\x79\x2c\x5b\xb0\x9e\xe6\x37\x71\x83\x20\x56\x5e\x01\x65\xf5\x19\xe5\x91\x10\x55\xaf\x80\x12\xc0\xfc\xe2\x86\xcc\x30\xda\xb7\x50\x6f\xd7\xaf\x70\x93\x87\x5e\x83\x17\x37\xa4\xc9\x13\x6f\x41\x6b\x5d\x3e\xe3\x68\x26\x7b\xe8\x1c\x69\x5b\x1c\xcd\xe9\x37\x59\x3f\xa2\x5b\x5e\xdc\x90\x86\x26\xbe\xb8\x21\x1f\x04\xde\x4b\x5c\xeb\xdf\x7b\x17\x55\xf9\x8c\x9b\x20\xdc\x91\x00\xca\x06\xae\x79\x2b\x6e\x3a\x99\x0d\xd9\x90\x39\xdb\x22\x42\x07\x7d\xec\x05\x50\x6a\xdf\x7c\xab\x89\xca\xcc\x0b\x80\x72\xb9\x0b\xbc\xc9\x23\xdb\x83\x80\x99\xd9\x25\xae\xf5\x73\x56\x70\x43\x3e\xb2\x41\xe2\x5a\x9f\x62\x0b\xad\xd5\xd5\x24\xae\xd5\x98\xfa\x97\xb8\xd6\x73\x39\x16\xd7\xcf\x51\x6f\x82\xe0\xe8\x8f\xa2\xac\xd9\xb1\x10\xd7\x6a\x54\xcc\xdb\x2c\x1f\x64\x0b\x54\x85\xff\xe4\xa5\x28\xab\xd9\x90\x2f\xe5\x75\x52\xf3\x97\xd8\x92\xc1\xc1\x2f\xc1\xab\xde\x14\xfe\x82\x1a\x4f\x1c\x6c\x2f\xa8\xb1\x7d\xde\xc3\x56\x2e\x7b\x21\x78\xf5\xb3\x2a\x64\x43\x0e\xcc\x6c\x2f\x6e\xc8\x8a\xd8\x7c\xbd\xc9\x03\x05\xe2\xd5\x0d\x89\xd9\xf2\xed\x5e\x95\x00\xb5\xb8\x21\x0b\xfe\x8c\x97\x6c\xc8\x49\xac\xd2\x4b\x36\xe4\xf2\xac\x70\x93\x87\xf5\x2a\x5f\xdc\x90\xde\x84\xfe\x76\x13\xcd\x19\x35\x6e\x48\xd1\xc3\xcb\x75\x1d\xd6\xa1\x7b\xbd\xae\x83\x80\xd8\x97\xeb\x3a\x6e\x9c\xfb\xaf\xd7\x75\x28\x10\xba\x85\x10\xec\x81\xb8\x64\xec\xe1\x2f\xd7\x75\x0c\x77\x08\xd7\x75\x4c\x30\xdd\xcb\x75\x1d\x2f\xfe\x93\x97\xeb\x3a\xf6\x97\x48\xfd\x31\x4b\x0e\x40\x39\x0e\x8f\x0a\x71\xad\xc3\x41\x0f\xe2\x92\xb1\x3b\xbd\x83\x6c\xac\xdb\x67\xd8\xea\xdc\x9e\xc4\xb5\x76\xc2\x67\xde\x00\x94\x73\xb8\xe5\x07\xd9\x74\x87\x2d\x58\xeb\xe9\xa0\xf1\x50\x4e\x7b\x50\x6b\xf5\x2b\x68\xad\x92\x0e\xa0\xec\x2e\xca\x10\x70\xf1\x95\xa9\x56\x00\x0d\x01\x28\x7b\x27\x24\xee\xc5\x0d\xb9\xb1\xae\xbe\x00\xca\x8d\x33\xec\x25\xae\xb5\x2b\x10\xb8\xfe\x51\x87\xd7\x4b\xa2\xe4\x79\xfa\x15\xdc\x04\xc3\xf7\x06\x4c\x8a\xad\x2b\xa0\x04\x0e\xbd\x93\xca\x7a\xd3\x67\xd8\xb2\x70\xda\xbd\x13\x37\xcf\x74\xd4\xd0\x87\x8e\xfe\x52\x5e\xc7\x04\x90\x77\xca\x5a\xd9\x04\x00\xca\x5b\xcd\x86\xeb\x1f\x0f\xdf\x13\x50\x92\x49\xf8\x52\x5e\x67\x2a\x8e\x2e\xb5\x02\x5b\xd8\x92\x65\xa6\x17\x45\x2f\xc9\x91\x7b\x89\x6b\xd5\xfa\xff\x5a\x94\x15\x8d\xf6\xbd\xa4\x8f\x59\xc2\x0d\x79\x61\x80\x78\x75\x43\x9e\xf6\x4e\xdc\xee\xe1\xa8\x63\xeb\x6a\x13\x7e\xc9\x86\x34\x7d\xf5\xe5\x8e\xc7\x61\x8b\x3b\x1e\x2f\xec\xa9\x2f\x77\x3c\x3e\x1e\x23\xe2\x5a\x45\x40\xef\x4d\x84\x80\x02\x1d\x37\x64\x75\xce\xcc\x86\x04\x84\xbf\xb8\x21\xbd\x70\xe1\x05\x50\x9e\xd9\xfe\xc8\x16\x54\xb3\xb9\x2d\x14\x00\xed\x94\xd7\x69\xae\x2d\xb7\x7c\x78\x77\xc7\x0b\x6a\x2c\x0a\x66\xdc\x90\xbb\xf9\x5e\xec\xcf\xaa\x88\x23\xae\xd5\x4b\xf5\xdf\x40\x8d\xdd\x82\x9f\x2f\xd9\x90\x66\x5f\xbe\x64\x43\x3e\xc4\xac\xbc\xa0\xc6\xe1\xfe\xc4\x0d\x59\x15\x6a\xa0\xc6\x02\xcc\x7f\x29\xaf\xb3\xd4\x06\x1f\xea\x41\x7b\x1e\x28\xaf\xd3\xd5\xd5\x28\xaf\x33\xb3\xdf\x0c\xad\xce\x12\x41\xef\x43\x0d\x08\x59\x0f\xa8\x31\x5d\x7e\x05\x37\xeb\xe1\xc8\x70\xb3\x3a\x4b\x94\xd7\xb1\x34\xef\x4b\x51\x56\x6f\x1f\x7f\x29\xca\x2a\xba\x7d\x29\xca\x6a\x0d\xf4\x97\xa2\xac\x0d\x07\xe9\x0b\x6a\x7c\x3f\x2d\xea\x41\xab\x66\x51\x94\xf5\x96\x41\x5b\x43\x87\xca\x38\x2f\x35\x74\x12\xa8\xea\xa5\x86\x4e\x96\x87\x04\x6a\x1c\x96\x86\x7a\xb9\xff\xf1\xb9\x7c\x4f\x5b\xb2\xdf\x24\x38\x10\x14\xf7\x52\x43\xa7\x25\xdf\x43\xf4\xe3\x19\x78\x17\xa2\x5f\x4e\xb4\x2c\xbf\xc6\x7c\x12\xbc\x6a\x51\xfe\x97\xa2\xac\x39\xf9\x4b\x83\x3b\xd9\x2f\xb8\x21\x43\xa8\xfd\x98\x25\xe3\xa1\xb4\xe2\xd9\x4b\x79\x9d\xe7\xf0\x23\x24\x4a\x62\x11\x7b\x17\x6e\x02\x17\x8c\x7a\xad\x66\x01\xbd\xdc\xf2\xf1\x81\x27\x01\x28\x8b\xe5\x83\x5e\xae\x86\xcc\x82\x15\x00\xa5\x37\x81\xbd\x5e\x0d\x49\xc4\xc5\x0b\xa0\xec\x6e\xb3\x4d\xe5\x2b\xdc\x19\x2f\x71\xad\xc9\x83\x0a\xa0\x9c\x58\xe0\x5e\x00\xe5\xe4\xae\xe0\x17\x37\xa4\xe1\xef\x2f\x6e\xc8\x2d\xa3\xdd\xc6\x0d\xfa\x8c\x94\x01\xb5\xd6\xcd\xfd\x81\x1e\x77\xdd\x90\xea\x08\xc4\xb5\xde\x42\x9e\x00\x94\xf5\xa3\x5d\x6f\x72\xec\x3d\x46\xc4\xb5\x9a\x3d\xf4\x1a\xd7\x8a\xfd\x6f\x19\xd7\x0a\x80\x5d\x64\x43\x5a\xd4\x73\x71\x35\xa4\xb7\xa6\xac\xc3\xe0\x2b\x9f\x71\xc9\x15\xa6\x91\x45\x36\xa4\xa9\xc9\x8b\x6c\x48\xaf\xd1\x5f\xd4\x6b\xb5\xbc\xe9\x3a\x2c\x0a\xd9\x69\xa1\x95\x57\xdf\xc3\xe0\x91\xfc\x26\x6e\x1e\x00\xec\xa2\x28\x6b\xfa\xb4\xd0\x5a\x8b\xdf\xe4\x68\x36\x29\x62\xfd\x80\x7b\x8b\xb8\xd6\x8d\xb3\x76\xe1\x86\xec\x68\x6e\x2b\x51\xca\x9c\x23\xb6\x02\x50\x8e\x8a\x3e\xb6\xbc\xff\x51\xfa\xbc\xff\x11\x77\xd4\x4a\xd8\xca\x3f\x3d\xa0\xd5\xb1\x3f\x17\x71\xad\xc7\xf6\x97\x78\xd0\x1f\x9f\xe1\x0b\xa8\xf6\xc7\x55\x02\x30\x86\xc5\xfd\x8f\x19\x77\xcd\xe2\xfe\xc7\x7e\xd9\x22\xd1\x3c\xf9\x95\x10\x8d\x37\x3b\x6b\x11\xd7\x7a\xc0\x22\x17\xe5\x75\x26\xa2\x7f\x65\x52\x06\x70\x97\xae\xac\xd6\x6a\x8b\xf2\x33\x9c\xb1\x95\x89\x10\x00\x84\xaf\x8c\xc1\x03\xed\x6c\x65\x23\x90\x98\x17\xef\x7f\xbc\xed\x8f\x1a\x10\x8f\xfd\xc1\x5a\xb3\x2d\xdc\xc8\xce\x0b\xc1\xab\xfd\xf2\x2b\x44\x08\xbc\xb6\x16\x4c\xc3\x91\x91\xf2\x01\x02\x5a\xb8\x21\x3b\x4c\x78\x51\x5e\xe7\xe4\xac\xac\x53\xd6\x43\x7f\x94\xd7\xa9\xb0\xf9\xc5\x2d\x1f\x03\x23\xd1\x3a\xa1\x0f\xb7\xd9\x02\x35\x5e\x24\x36\xad\x93\xb8\x6b\x04\xec\x22\x1b\x72\x4c\xfb\xa3\xa8\xee\xa7\x3f\x0c\x3a\xee\x25\x50\xa3\x9a\xe9\xd2\x0d\x09\xe6\x59\x81\x1a\xbb\x66\xbd\x45\xf0\xaa\xe1\x8e\xeb\xa4\xf2\x23\xb5\x17\x57\x81\xb5\x62\xf3\x5e\xb8\x21\xbd\xae\x77\x15\xeb\x25\xb3\xd2\xba\x21\x09\x77\x5c\xba\x21\xd1\xbc\x17\x6e\xc8\x1b\xa5\x6b\xe1\x86\x34\xe4\x76\x11\xbc\xfa\x80\x3a\x16\x35\x74\x5e\xd7\x88\xab\x3c\xa2\xea\xca\x0f\x59\xf2\xa2\xbc\x8e\x97\xf1\x2f\x12\x25\x4f\x74\xae\x45\x5c\xab\x01\xd3\xab\x98\xa3\x6d\x07\x68\xad\xe8\xbe\xab\xe0\x41\xc7\xd1\xb2\xa8\xd7\xea\x3d\x6b\x0b\x0f\xa5\xb5\xae\x56\x25\x42\x80\x24\xe6\x55\xc9\x56\x72\x69\x03\x50\x8e\x43\x66\x53\x09\xbe\x92\x9d\x55\x82\xaf\x70\xde\x2c\xe2\x5a\xbd\x28\x72\x51\xaf\xb5\x1f\x7e\x93\xa2\x82\xc9\x16\x71\x83\x40\xa5\x45\x5c\xab\xee\x85\x55\xc9\x56\xc2\x00\xb1\xa8\xd7\xea\xdd\x7b\x2b\x00\xe5\x1c\x98\x23\x56\x00\xca\xf9\x60\x49\x5b\x01\x28\xa7\x57\x9f\xaf\xe6\xd5\x89\x2c\x43\x83\xf5\x50\x8f\x76\x11\xd7\x7a\x60\xbf\x5d\x94\xd7\xc9\xb2\x09\xe2\x5a\xbb\x63\x69\x54\x9e\x43\xe0\xad\x66\x8d\x04\xdf\x63\x8d\xdc\x74\xb8\x1a\x1b\xf6\xf7\x85\xab\xb1\xcb\x92\x71\x35\x76\x20\xe4\xe2\x26\x8f\x21\x45\x80\x46\x33\x2c\x17\x37\x79\xbc\xf8\xa9\x57\xc7\x1e\x8e\xdf\x78\x75\xc4\x9f\x63\xe1\x26\x8f\x1b\xd7\xed\xe2\x26\x0f\x9d\x22\xab\x8b\x9c\x18\x19\x85\x57\x33\x9a\xf7\xea\x88\x07\x57\x1a\x57\x63\xc9\x7e\x05\xf1\x9e\xfd\x0a\x25\x66\x64\x13\xdd\xfb\x03\xd9\x4b\xdc\xe4\x61\xea\xcd\xe2\x26\x8f\xf1\x19\x19\x97\x24\xdd\xf6\x40\x00\x12\x66\x8c\x05\x68\xcc\xee\x64\x40\xa3\xb1\xb9\x8b\x3b\x1e\xb5\xa7\x2e\x5c\x8d\x16\x0c\x5a\xc4\xae\x66\xec\x9b\x8b\xd8\x55\xab\x0b\x2f\x62\x57\x3f\x0c\x1a\x57\xe3\x70\x5e\x70\x35\x2e\x2c\xa1\x0b\x57\xe3\xac\x8e\x85\x00\x47\xa9\x0d\x64\xd8\xb7\x82\xc4\x8c\x47\xcf\xca\x00\x14\x3f\xf6\x00\x7d\xb2\x41\x5c\x8d\x43\xc6\xce\x4d\x1e\xba\x7c\x17\x37\x79\x2c\x10\xec\x22\xe3\xb1\x3f\xb6\x10\xef\x9e\xdb\x69\x1d\x19\xe6\x85\x8c\xc7\x8e\xbe\xb9\xc8\x78\xbc\x89\xda\x5f\xde\xe4\x21\x73\x23\xe3\x71\xbe\xb6\x60\x2f\xb2\xcf\x0f\x32\x84\x3e\x33\x1e\xa7\xcf\x1e\x72\xf9\xec\x81\xfd\xb9\xed\x21\xce\xd8\x83\xa3\x7a\xe1\x6a\xb4\xce\xca\xba\xa8\x43\xe2\xd9\x0c\x64\x58\x36\xfe\xa1\xe5\xfd\x8f\x38\xcd\x17\xae\x46\x2f\xc5\x58\xd4\xc9\xe9\x72\x94\xcb\xf5\xb3\x85\xf8\x53\x49\xf0\xba\x0e\x05\xd7\x45\x46\x60\xb3\x35\x99\x4f\xf6\xf5\x85\xfa\x82\x02\xb8\x2e\x2f\xf1\x62\xd4\xd6\xc9\x21\x82\x79\x51\x27\x67\x7f\x7a\x57\xbc\x3b\xea\x38\x7f\x51\xbd\xfc\xc7\x2c\x19\x2f\x64\x97\x65\x99\x0c\x89\xd6\xba\x00\x8d\x46\x3b\x2e\x62\x57\x8d\x87\x58\xdc\xe4\x61\x1a\xf1\xc2\x0b\x79\xbb\x95\x6e\x63\x8f\x7d\x46\x58\xb9\xac\x87\x9a\xac\x05\xd7\xd8\xa2\x84\xce\xa5\x44\x05\x34\x26\x72\x9e\x16\xb1\xab\xde\x5c\xb0\x02\x34\xf6\x47\xe6\x16\xa0\xb1\x59\x71\x69\x05\x68\xec\xdd\xe3\x4e\xec\xaa\x29\x8e\xeb\x31\x63\x87\x09\x0c\xd0\xd8\x93\x8c\xc8\x64\x48\x72\x9e\x16\xc9\x90\x1d\x73\xcb\x0a\xd0\x38\xbb\x5b\xf7\xe1\xa6\x84\xe6\x7b\xb8\x02\x14\x47\xd4\x64\x35\x5d\x76\x01\x1a\xbd\x27\x79\x3d\x46\xa9\x30\x67\x80\x46\x73\x90\x16\xa0\xb1\x74\x5b\xd4\x64\xc5\x5d\xba\x1e\xf3\xe8\xfd\x26\xae\xc6\xed\x58\x4c\x66\xa5\x87\x00\x8d\xf3\xc1\x59\xb4\xc8\x78\x9c\x6a\x3d\xaf\xf4\xd1\x83\x37\x79\x00\xf3\x17\x19\x8f\x3a\x45\xd6\x8b\xab\x43\x0d\x0c\xd0\xf8\xba\x21\xb9\xc9\xe3\x55\xfc\xbd\x24\xcb\xbb\x21\x5f\xb7\xae\xfd\x05\xeb\x29\xdd\x91\x61\x0f\x77\xae\x01\x8d\x3a\x48\xd7\x4b\x4d\xe4\xe1\xa8\x29\x4c\xea\x3a\xbc\x1a\xa5\x98\x5d\x5c\x8d\xa7\x22\x87\xfb\x1f\xbd\xcc\x73\x2d\x03\x38\x6d\xe1\x8a\x93\xb1\x0b\x1a\xdd\x3d\xb8\x1a\x93\xe2\x81\x8c\x47\x0b\xbe\xaf\xe5\x4d\x10\xfe\x12\x7f\x06\xb6\xcf\x45\x09\x9d\x0f\xb5\x8b\x4b\xca\x70\xd6\x2e\x6e\xf2\x98\x6a\x59\xb8\x1a\x1f\x2c\xd9\x6b\x11\xe0\x78\x3a\x6a\x32\x1e\x15\x55\xcb\xb4\x23\x76\x6b\x20\xc3\xaa\x71\x62\xe1\x6a\x3c\x28\x2d\xb4\x3e\xae\x46\xbe\x42\x80\x6a\xf5\xf0\x53\x78\xd5\x8a\xbe\x8b\x12\x3a\xa6\xea\x2f\x90\x61\xfa\x7c\x05\x57\xb1\xa7\x71\x9b\xb1\xca\x8a\x6d\x90\xd3\xe9\x2f\x2f\x6c\xd0\x8c\x93\x00\xd5\x2d\x96\xd8\xa6\x3d\x30\x13\x20\x43\xaf\xe6\x5a\x20\xc3\x0d\x82\x5d\x16\x5e\xc5\x49\xbf\x29\xbc\x6a\xcd\xee\x4d\xc6\xe3\x85\x83\x74\x5b\x78\x95\x33\xbd\x29\xbc\x6a\xc9\xa5\x7d\x58\x6e\xde\x5f\x5a\x73\x7d\xd1\x0a\xd1\x5f\xaa\xcf\x82\xbf\x24\xd0\xca\x06\x19\xca\x43\x36\xae\xc6\xe7\xf6\x99\xc8\x29\xd3\xa2\xe6\xf3\xb2\x77\x02\x1c\x4f\xdf\x0b\xfa\xac\x93\xbd\xbd\xff\x11\x9b\xf7\x06\x19\x26\x38\xe6\xf6\xfe\x47\xf0\xd0\xa6\xf0\xea\x89\x30\xdc\xb8\x1a\x6f\x4e\xff\xc6\xd5\xf8\xa5\x55\xfc\x98\x25\xef\x44\x61\x3d\xac\x2d\x1b\x2f\x64\xc2\xd3\xbf\xf1\x42\x5a\x49\x6c\x5b\x93\x55\xd2\xa9\xc9\xda\x5f\x07\x46\x6c\x60\x73\x60\x04\xe8\xa0\x49\x6d\x80\xa1\x05\xf2\x76\xc2\xa6\x58\xed\x0f\x9b\x22\x1a\xd1\xce\x66\xe5\x30\x2d\xd9\x32\x32\xf4\x40\x99\x1c\xaf\x24\xdc\x94\xc9\x39\xb6\xef\x05\xfb\x6c\x48\xbf\x0d\x30\xec\x2e\x34\xb7\x75\xcc\xe4\x2f\xb1\xb9\x0d\x7b\x00\x18\xe2\x48\xda\x19\xc3\x05\x4c\x71\x73\xfd\xe3\x35\x7c\x76\xb3\x60\x2c\x11\xc0\x70\x60\x95\xdd\xd4\x5d\x35\x77\x69\x67\x2f\x7a\x82\x76\xe2\x53\xad\x2b\xbb\xcd\x6a\x74\x83\x9c\x5e\xf4\xc4\x58\x00\x86\xa7\xf3\xe9\x6d\x1d\xdb\x56\xac\x91\x36\xcc\x4d\x56\x63\x03\x26\x6e\xb2\x1a\xa7\xb3\x44\x56\xa3\xee\x85\x4d\x56\xa3\x47\x7a\x03\x0c\x2d\xf5\xb8\x71\x27\x26\x9c\xa7\xfb\x24\xa1\x3a\xfb\x5e\x1c\xbf\x0b\x77\xd4\x06\x18\xee\x61\x0f\x78\xc2\xd1\x0d\x37\x59\x8d\xde\x90\xb6\x0b\x15\xc8\x1e\x5b\x09\x73\x12\xa3\xe6\x8e\x47\x0b\x7f\x6f\xee\x78\xb4\x6a\xdb\xc6\x9d\x68\x82\xd2\x2e\xde\x11\xc8\x7c\x06\x30\x9c\xf3\xf3\x4b\x8e\x1f\xcc\x6d\x7f\xdc\x89\x7e\x93\x32\x32\xb0\xdd\x0d\xfa\x7b\x70\x0f\x6d\xd0\x9f\x76\xc3\x1d\xe8\xaf\x6f\x2c\xa8\x9b\xac\xc6\xbd\x6d\x11\x04\x47\x25\x90\x5d\x28\x73\x84\x57\x7e\x57\x2a\x90\x21\x80\x76\xb5\x8c\x0c\x73\x46\x56\x63\x97\x86\x4a\xc2\x38\xd8\x73\x57\x82\xa8\xb0\xfe\x6f\x6f\xeb\x40\xc0\x6e\xdc\x89\x1a\x9e\x36\xc5\x55\x15\xfd\x1b\xf4\x57\xc0\x4a\xbb\x92\xb5\xd9\xec\x1d\xcd\xad\xfb\x4b\x12\xfe\xbb\xbd\x73\x11\x99\x67\xac\x52\x72\x5d\x16\x59\x8d\xb4\xb1\x3f\xea\x72\x63\x02\xd8\xb8\x13\xad\xc4\xb8\x71\x27\x4e\x8c\x3d\x9b\x20\xd4\x0c\x08\xdf\xcd\x8b\xd6\xd8\x21\xcd\xba\xdc\xf4\x4e\x10\x6a\xc7\xd1\xb9\x09\x42\x15\xd7\x6c\x6e\xeb\x28\x98\xfc\x76\xb8\x13\xbb\xd7\x93\xee\x46\x56\x1c\x4c\x7f\x37\x8a\xff\x3e\xf6\x40\xf1\x58\xb0\xc4\x6e\xc4\xbf\xbb\x7e\xd6\xc2\xf9\xbc\x87\x4d\xb8\xdb\x5f\x9c\xbf\x8d\x0f\x68\x7f\xee\x78\x84\x22\x82\x50\xad\xd9\xb3\x41\x86\xc5\x51\x7f\xb2\x1a\x99\x41\x82\x50\xab\xf4\x75\xca\x8c\xc9\x19\xcc\x6a\xc4\x21\xbb\xcd\x6a\x04\x2f\x6c\xb2\x1a\x8b\x1c\x93\xac\xc6\xb8\x41\xfd\xc7\x2c\x99\x84\x47\xc3\xd8\x37\x09\x8f\x0f\xe0\x76\x77\x82\x38\x00\x6a\x1b\x4f\xa3\xd9\x43\xbb\x13\xfa\x2f\xe3\xeb\xa4\x6e\x78\xdc\x29\x93\x63\xf1\xf2\x4d\x99\x1c\x9d\x30\x1b\x77\x62\x03\x88\xee\x41\x85\x35\x7b\x18\x64\xc5\x29\x0b\x07\x17\x05\xc9\xa4\x06\xee\x0c\x8f\x34\xa0\xf1\xb3\x28\x80\xc6\x7b\xf9\x9e\x9e\x54\x26\x02\xd0\xe8\xc5\x86\x7b\x70\x34\x6f\xdf\x7b\xd0\xc0\x58\x76\x41\x23\x56\xaf\x3d\xd0\xbc\x65\xb4\x80\xc6\x0b\x4d\x63\xe3\x4e\x7c\x88\x44\xd9\xd3\x8b\x9e\xf8\x0a\xf1\xa9\x17\xc6\x82\x6d\x7c\xaa\x0c\x7a\xea\x09\xf7\x97\xb2\x1e\xe6\x65\xea\x09\x67\x2b\x79\x5b\x07\x8e\xb9\x3d\x29\x03\x04\xb2\xd8\x80\xc6\x23\xfb\x0c\xd0\xaf\x18\xfb\x80\x46\x47\x46\x71\x47\x37\x9d\x65\x72\x30\x6a\x6c\xaf\x7f\x54\x5f\x09\xd0\x38\x12\xa0\x78\x5f\x06\x19\x31\xf3\xb8\x13\x1b\x25\x82\x76\x80\xc6\xf9\xe0\x35\xd8\x5c\xff\xb8\xa8\xc1\xbc\x29\x93\x53\x88\xf7\xd8\x17\xa9\x37\x6e\x56\xe2\x53\xbd\x0b\x79\x5f\x5e\xa4\xe3\x7b\xb8\x83\xb1\x72\xef\x0b\xd1\x88\x37\x7f\x03\x1a\x37\x7a\xdc\xbe\xb0\x79\x7b\xc4\xbc\xe3\xf1\x76\x2c\xf8\x2c\x64\x83\xc4\xa7\xbe\xb2\x4f\xe3\x53\x5d\x3f\x6f\xeb\x40\xbb\xde\xde\xd6\x21\xc3\x24\x3e\xd5\x14\xf1\x4d\x7c\xaa\x89\xfb\x9b\xf8\xd4\x66\x7f\xb7\xac\x95\x91\x05\x32\x9c\x5d\xd1\x81\x3b\xd1\x94\x8f\x8d\x3b\xd1\x7b\xae\xf7\x4d\x24\xc3\xe5\x7b\x78\xfa\x15\x16\x20\x43\x2d\xbd\x1b\x77\x62\x76\xe6\x6f\x12\xe2\x81\xeb\x9b\x20\xd4\xf1\xf8\x4d\x6c\xfa\x0a\x43\x82\x50\x0f\xc2\x01\x37\x65\x72\xbc\xa2\x73\x13\x84\xba\xb1\xae\x6e\x90\xa1\xf1\xbe\x9b\x20\x54\xdd\xeb\x1b\x77\xa2\xc1\x7a\x9b\xe2\xaa\xc6\xdb\xef\x47\xc3\xa1\xbf\x24\x2b\xee\xf3\x4d\x8a\xab\x62\xa6\xd9\x22\x43\x4f\x15\xc5\x55\xef\xcf\x57\x48\x18\x77\xae\x41\x86\x06\x93\xee\xc7\xac\x3f\xdf\x8b\xfd\xf9\x62\xa3\xdd\x20\xc3\xae\xf0\xb5\x16\x0e\x86\xbc\xfd\x1a\xe4\xc7\x2e\x30\x08\x15\x07\xfe\x06\x19\x6e\x85\x13\xc8\xb0\x3b\xd7\xaf\x41\x70\x8c\xfa\x45\xb5\x51\x61\xa1\xb8\xea\xab\x30\x7c\xbd\x43\xcf\xb1\xe8\x73\x72\x2c\x44\xda\x28\xde\xb9\xe3\xf1\x56\x0f\xc7\x9d\x18\x35\x58\x7e\xcc\x92\xbd\xfe\x51\xbd\x83\xeb\x1f\xbb\x8b\x49\xc2\xa3\x15\x21\x36\xf1\xa9\x09\x6b\xcb\xa6\xee\xea\xc2\x34\xbf\x97\x59\x63\x90\x00\x68\x3c\x3c\x38\x01\x1a\xe7\xe9\x04\x72\xfd\xe3\xa5\xe6\x8d\x3b\xf1\x50\x2e\x73\x5b\x47\x51\xbb\xe6\xfa\xc7\x4b\x3d\x80\x84\xc7\xdb\x69\xc1\x9d\xf8\xa8\x17\x2f\x2b\xc8\x31\xb9\xcb\x3b\x02\x7d\x0f\x9b\xb7\xf2\x8e\xba\xab\x2f\xc0\x77\x6f\xec\x55\xb2\x89\x8d\x4d\x58\xe6\xc6\xf5\x8f\x8f\x9a\x30\xee\xc4\x4b\xc1\x85\x3b\xb1\xaa\xb5\x7a\x5b\x47\xf3\x3d\x8d\x1a\xbe\x87\xd4\x74\x76\x01\x8d\x16\xb1\xd9\x80\x46\xdd\x19\xdb\xba\xab\xd8\xca\xf7\x26\xfe\xf6\xd3\xfb\x43\xcb\x5f\x12\x7f\x2b\xc3\x34\xab\x51\x0c\x42\x56\xe3\x0a\x06\x96\x8e\x03\xfa\x82\xd9\xa4\xe3\x80\xbe\xd0\xf4\xd3\x71\x60\xf3\x8e\xa3\x92\x8e\x03\xd1\x58\x7d\x0f\xd1\x18\x51\xe6\xe9\xa0\x4c\x0e\x57\x50\xa5\x83\xf8\xd4\x15\x7a\x63\x3a\x0e\xb2\xc6\x62\x5e\xd2\x71\x90\x50\x1d\xfa\x74\x3a\x70\x27\xe6\xe4\x7b\xd2\xf7\xd2\x32\x3e\x7c\xd1\x62\xd4\x17\xbf\x4c\x8c\x3a\x80\x7d\x3a\x12\xa3\x0e\x8f\x42\x3a\x74\x12\xde\x8c\xf3\x73\x73\x23\x5f\xf9\x94\x4c\xa5\x87\xc4\xa8\x63\x87\xa4\x23\x31\xea\xc7\xf7\xc0\x4a\x8f\xfd\x31\xea\x88\xcd\x48\x47\x42\x20\xbc\x7e\x13\x5d\x74\xf9\x4d\xeb\xde\x31\x83\x89\x55\xd9\xbe\x87\x13\x2d\x34\xa2\x74\x24\xa1\x2e\x33\x91\x50\x58\x4e\x28\xca\x38\x99\x2a\x73\x96\xb1\x92\x56\x7a\x30\xb4\xb4\xf2\x4d\x6e\x6e\xdc\xc5\x16\xd5\x7e\x3b\x34\x64\x8a\x17\x0d\xd6\x28\x7b\xbd\x11\x23\x03\x0b\xee\xe9\x33\xb0\x60\xb7\xbf\xa0\x8f\xfb\x0a\xd3\x91\x11\x78\xdd\x91\x21\xf0\x02\x75\xa4\x23\xe3\xa4\x6f\x7e\x13\xfa\x86\xbd\x43\xdf\xb4\x05\x94\x4f\xf4\x77\x42\xdf\xcb\xcc\x9f\xd0\xe7\x9c\x9d\xd0\xe7\x8a\x9d\xd0\xf7\xfa\x1e\xf4\xbd\x8c\xf3\x84\xbe\x97\xb1\x9c\xd0\xf7\x32\x9f\x27\xf4\xbd\x8c\x9a\xdb\x19\x49\x93\x4e\xc7\x69\x95\x09\xbf\xf9\xf0\xcc\xb1\x80\x67\xb3\xbf\xa4\xc0\x54\x66\x27\xeb\x08\x3c\x68\xe9\x08\x4c\x9c\x9c\x02\x0d\x1b\x6a\x71\x04\x1e\x99\x91\xe1\x08\x3c\x32\xf3\x89\x23\x90\x82\xa6\xe9\xf0\x32\x8d\x0d\xb5\x86\x8f\x7e\x89\x95\x1f\xb1\xe4\x74\x78\xdd\x7f\xb2\x03\x7c\xd8\x87\x9d\xa3\x8f\x15\x8e\x03\xd7\xfd\x1f\x6e\x10\xa0\x20\xde\xd9\x74\x10\x59\xca\xbd\x02\xe9\x20\xb2\xf4\xa8\x4c\x19\x05\x6e\x8e\xc2\x24\x51\xe0\xe6\x70\xb3\x56\x53\xa1\xe9\x8f\xc8\xd2\xa3\x41\x10\x91\xa5\x94\x0a\x4c\x47\xd5\x51\xc6\x37\x89\x2c\x3d\xa6\x5f\x41\x9f\x96\x4d\x70\x71\x23\x97\x33\xa6\xc3\x7c\xc4\x9b\xe3\x47\xce\xe1\xe1\x01\x07\xee\x1d\x1e\x4d\xe0\xde\xf1\x3a\x16\x68\xf0\x68\x92\x73\x78\x2c\x7b\x80\x06\x0f\x6a\xb3\x7e\x1d\xdf\x24\xe7\xf0\x58\xbc\x07\xdc\xc3\xb5\x99\x0e\x9d\x7d\x9b\xaf\x78\x97\x86\x87\x18\x87\x5e\x4a\xf4\xde\xbc\x6f\xc1\x5f\x62\x91\x76\x63\x71\x6d\x7f\x72\x0b\x72\x6d\x7f\x72\x83\x70\x01\x63\x3a\x7d\xc6\x05\x8c\x27\x2b\x46\x79\xd3\x24\x83\xd6\xd9\x77\x72\x00\xbc\x13\xa3\x32\x13\x44\x81\x72\xa1\x51\x3a\x88\x02\xa5\xf2\x70\x3a\x80\x6d\x38\x37\xd2\x41\xee\x20\x77\x54\xa4\x83\xeb\xf7\x41\x47\xe9\xe8\x26\x21\xb1\x62\x38\xed\x92\x8c\x1d\xa7\x5d\xf3\x30\x76\x2f\x8a\xb4\x3f\xc6\x39\x98\x17\xee\xbd\x48\x32\x1b\xee\xbd\x48\x32\x8d\x61\xf1\x79\x66\x1e\xc7\x1c\xf1\x2c\xe9\x00\x63\xa5\x8b\xf9\x1c\x58\x57\x65\xfa\x64\xf6\x25\x77\x01\xc1\x96\x49\x11\x40\xcd\x97\x74\x33\xf3\x14\x11\x4d\x37\x2b\x4d\x11\xd1\xf4\xf0\x8c\x22\xa2\xe9\x61\x9c\xb8\xd4\x92\x0c\x05\x97\x5a\x5a\x7c\x73\x72\x21\x95\xa7\x83\xec\xbd\xb4\x7c\x8f\x91\xb9\x97\x40\x47\x69\xfb\x1e\xbb\xc0\xfd\x02\x3a\x4a\x1e\x70\xd0\x51\x3e\xa0\x76\x9a\x3d\x6b\xef\x68\xd7\xee\x17\x82\x2d\xb9\x2d\x27\x1d\x04\x5b\xe6\xcc\x9e\xe0\x2e\xc3\x2c\x93\xe2\x2e\xc3\x9c\xf9\x25\x77\x19\xe6\x93\x59\xc2\xa5\x46\xf9\xcf\x74\x10\x6c\x99\x0b\xab\x42\xb0\x25\xc9\xe4\xe9\x20\x43\x2f\x57\xbf\x42\x86\xa5\xbb\x87\x80\xca\xdc\xec\x0f\x1a\xba\xcf\xa0\x41\x61\x01\x02\xca\xdd\xde\xa1\xa1\xdb\x1f\x34\x74\xe6\xcc\x5b\xee\x07\x2d\x6e\xb9\xcf\x93\x6f\x72\xcb\x7d\x9e\xac\xbb\x85\x42\x3b\xbb\x87\x42\xa1\x59\xa1\x86\x6f\x2c\xbb\xb3\xa8\xeb\x42\x59\xd4\x74\xe0\x1b\xdb\x17\x73\x46\xed\x96\x7c\xb3\x5b\x49\xb5\xcb\xee\x17\x51\xce\xe3\x57\xa0\x41\x25\x81\xa0\xc9\x08\xcb\xfc\x31\x4b\xa6\xac\x4b\x96\xf5\xe8\x1a\x93\xbd\xe0\x1a\xcb\x8b\x6d\x4d\x16\xde\x70\xf3\x50\xd6\x25\xbb\xe9\x28\xeb\x42\x81\x9b\x74\x3c\x90\xe7\x56\xc2\xfd\x75\xca\xe6\x71\x7f\x9d\x07\xc4\x3e\x56\x55\xb2\x05\x08\x57\x93\x7a\x2c\x88\x69\x0f\x78\xde\x0f\x16\x85\x98\xc9\x53\x96\x45\xcc\xe4\x29\x93\x32\xd3\x2e\x33\x16\x0a\x7e\x52\xd9\x3f\x1d\x80\x9c\xf3\x64\xca\x2c\xf8\xe9\xa6\xb3\xe0\xa7\x63\x01\xe4\x9c\x85\xde\x29\xf8\x79\x16\x68\x20\xd3\x8e\x6b\x2a\xd3\xf1\xa2\x73\x25\x16\x8c\x4c\x3b\x8a\x26\xa6\x83\x82\x9f\xe4\xca\xa7\x83\x82\x9f\x49\xa6\x6f\xc1\x4f\xb7\x2e\x99\x76\xa7\x1b\x12\xf7\xd7\x29\x73\xc3\xfd\x35\xd5\x42\x5e\xe8\x53\xeb\x59\xd0\xd7\xe9\x1d\x24\x73\xca\xf8\x28\xdd\x72\xaa\xcb\x2c\xe8\xbb\xa0\xc8\x7b\x07\x65\x59\xcb\x32\xf5\x50\x44\xa6\x1d\xc5\x61\xd2\x01\x92\x39\x65\x59\x20\x99\x53\x3d\x75\x79\xef\x19\x33\x68\xa6\x9d\x7a\x31\xee\x2f\xae\x30\x4a\x07\xee\xaf\x53\x6d\x09\x24\xd3\x36\xdb\x1a\xf7\x57\x52\x8c\x2d\xab\xb6\xd1\xc2\xfd\x75\x2e\x68\xe7\xde\xc1\xd3\x3d\xc8\x0d\x12\x58\xdc\xd3\xb1\xb5\x6f\xb2\xb6\xb8\xbf\xb0\xc3\xa6\x63\x93\x04\xeb\x6a\x52\x83\xa5\x28\x9c\xbc\xac\x5e\x46\x04\x5a\x29\xe2\x0c\x6b\xb0\xa8\x03\x11\xfc\x58\x92\xdf\x24\xf8\xb1\xf8\x5e\xac\x51\x51\x74\x6c\xbd\xeb\x31\x9f\x89\x1a\x2c\x05\x4c\x90\xa8\xc1\x52\xc2\x15\x97\x92\x97\xd5\xc3\x26\x12\xc1\x8f\x85\xd5\x4c\xd6\x60\x41\x87\x4d\xd4\x60\xe1\x4a\xde\x94\xa8\xc1\x52\xd8\x05\x89\x6c\xba\x32\xfc\x25\xf4\xa1\x4f\x27\x6a\xb0\x94\x40\xb0\x29\x81\x56\xb8\xae\x2d\x25\x6a\xb0\x94\xe1\x2f\x8d\xbb\xb6\x77\xe8\xbb\xec\x0f\xfa\xc2\xf3\x91\x12\x2e\xae\xc2\x7e\x49\xb8\xb8\x4a\xb8\xf0\x52\xc2\xc5\x45\xd9\xaf\x94\x70\x71\x95\x87\xf7\x70\x71\x95\xcb\x16\xf4\x5d\xd0\xc0\x55\x10\x05\x05\x29\x51\xd4\x93\xea\x22\x29\x71\x15\x44\xb9\x99\x41\x82\x1f\x29\xdf\x9a\x12\xc1\x8f\xe5\xf5\x9b\x14\x73\x80\x4f\xa4\x84\x9b\x2e\xf9\x15\x68\x88\x28\xaa\x94\x28\xdc\x89\xf1\x25\x25\x02\x1c\x0b\x3b\x2b\x11\xe0\x58\xd8\x59\xc9\xfb\x03\x17\x23\xfb\x14\xee\x9c\xb4\x82\x86\xca\xce\x4a\x14\xee\xe4\xa2\xe4\x94\xbc\x75\x1e\xd5\x26\x71\xdd\x43\xcd\x3f\xa9\x97\x9c\x12\x37\x41\x50\x61\x2d\x25\x62\x1f\x2b\xcc\x26\x71\x7d\xa0\x0c\x33\xe1\xc6\xe2\xe6\x90\x94\x70\x63\x71\xcb\x40\x4a\x40\x17\xec\xb7\x29\xe1\xc6\xaa\x6e\x10\xdc\x58\xe5\x62\x92\x28\xb3\x52\x01\xb7\x89\x32\x2b\x75\xfa\x0c\xf2\xdc\x66\x64\xc5\xd5\xce\x94\x71\xe9\x7c\x05\x8c\x25\xe2\x1b\xeb\xf4\x19\x34\x5c\xb6\xa0\xa1\x43\x11\xb0\x86\xf2\xda\x29\x01\x6b\xb8\x2d\x3b\x25\x60\x0d\x71\xbb\x29\x01\x6b\xaa\xdb\x05\x58\x53\x5f\xc7\x09\x7d\xe8\x47\x89\xac\xb8\x0a\x7b\x49\xc4\x37\x56\xb7\x20\xb0\xa6\xbe\xf4\x0e\xac\xa1\x76\x44\x4a\xc0\x1a\xae\x9e\x4d\x89\xf8\xc6\xe6\x76\x21\xbe\x91\x1b\xd2\x52\x02\xbb\x34\x74\xe6\x04\x76\xa9\xe8\x47\x09\xec\x52\xdd\x58\x60\x97\x96\x98\xb3\x02\x7d\x68\xe5\xc9\xac\xb8\xe2\x7b\xd4\x02\x00\xbb\x24\xee\x08\x4c\x1f\x1a\x48\x38\x3e\x19\x0b\xd8\xa5\xc1\x96\x12\xd8\x85\x60\xb6\x94\xc0\x2e\xcd\x3d\x01\x76\xa1\x46\x5d\x4a\x60\x17\xee\x59\x4b\x09\xec\xc2\xcd\x13\x29\x81\x5d\x1a\x08\x28\x81\x5d\x48\x35\x4d\x89\x5a\x2a\x4d\xc6\x40\x2d\x95\xe6\xee\x01\xd7\x34\xf7\x0b\xb8\xa6\x5d\x3e\x83\xbe\x69\x7f\xd0\x37\xec\x8f\xf8\x70\x99\x46\x35\xa1\x9a\x99\x00\xd7\x34\xc4\x4a\x02\xd7\x10\x54\x98\x12\xb8\xa6\xc9\x18\xc0\x35\xcd\xc3\x0f\xae\x69\xe8\x40\x89\x20\x46\xd2\x81\x53\x22\x88\x91\x7b\x3d\x52\x02\xf3\x34\x19\x11\x98\xa7\x3d\xf6\x0e\x7d\xaf\x5f\x81\xbe\xd7\xaf\x40\x1f\x46\x94\x04\xe6\x69\x32\x0d\x30\x4f\x73\x6d\xc1\x3c\x5c\x10\x9a\x12\x98\x87\xf2\xb4\x29\x75\xe3\x8b\xa1\xc8\xe2\x9c\xa0\xb1\x04\x1e\xea\xa8\x44\x09\x3c\x44\x28\x6b\x4a\xe0\x21\xf2\x02\x52\x02\x0f\xf5\xc4\xc8\x3a\x65\xc6\x92\xef\x75\x5a\xcc\x20\x01\x8e\x55\x56\x0e\x56\x22\xde\x2a\x25\xb0\x52\xcf\xfe\x92\x02\x95\xee\x48\xf0\x50\x3f\xed\x7d\xf3\x0c\x8a\xc0\x43\x1d\x3d\x3c\x0d\x0b\x8c\x42\xc3\x30\xc8\xcf\x5f\x42\x03\xda\x6e\x02\x2b\x71\x27\x4d\x4a\x60\x25\xf2\x2d\x53\x02\x2b\xf5\xe1\x57\xa0\x01\x8c\x95\xf0\x47\x75\x77\x16\x41\x8c\xd4\x36\x49\x09\x54\xd5\x15\x0f\xa4\xb7\xf5\x8b\x1d\x49\x10\x63\xbf\x7d\x0f\xfa\xdc\x13\x20\xae\x8e\xb9\x2c\x81\xb8\xe2\x36\xcf\x1f\xb3\x64\x00\xd7\x38\xe8\x00\xc0\xd5\xd1\xe3\x12\xd7\x00\x76\x74\xe6\x04\xe0\x1a\x2e\x1f\x80\x6b\x24\xc8\x03\x70\x0d\xf4\x87\x34\xbd\x86\x93\x6d\x0d\xe0\x1a\x40\xeb\x04\xe0\x1a\xcd\x67\x41\xde\x28\x7e\x93\xaa\xff\x6a\x05\xc4\x30\xde\x4e\xfc\xb4\x5c\x91\xef\x91\x82\x81\x0e\x94\x00\x5c\xa3\x33\x16\x00\x17\xb9\xeb\x29\x01\xb8\xc6\xed\x33\x42\xc0\x15\x01\x00\xae\xa1\x94\xd6\x1d\x75\x33\x13\x14\xd9\x1c\xa0\x87\x04\x18\x1b\xb7\xbf\x84\x3e\x35\x06\xc0\xd8\xf0\xb8\x03\xc6\x86\xcc\x1b\x30\x36\x3c\x70\x80\xb1\xe1\x61\x04\x8c\x0d\x8f\x1f\x60\x6c\xbc\x8e\x13\xfa\x94\xfc\x80\xb1\x81\xd9\x24\x01\xc6\x86\x4c\x1f\x30\x36\x64\xfa\x80\xb1\x21\xa3\x05\x8c\x91\x2e\x9b\x12\x81\x8a\x43\xc9\xcf\xad\x0d\xc3\x03\x0e\xfc\x9a\x07\xb3\x6b\xf8\xa1\x7b\x02\xf8\x35\x41\x2b\x09\xf8\x35\x15\x01\xe4\xac\x0d\x74\xed\x04\xc6\x9a\x58\xe7\x12\x38\x6a\xca\xca\xc1\x51\x53\x56\x0e\x8e\xe2\xbe\xea\x94\x70\x24\xe1\x12\x4d\x89\x6a\x26\x54\xf0\x4e\x09\x8c\x35\x15\x24\x8f\x85\x5c\x7c\xcf\xe8\x5f\xc6\x09\xc6\x9a\xd5\x1e\xa0\xc1\x7d\x06\xc6\xa2\x26\x4a\x4a\x60\xac\xd9\x98\x79\x30\xd6\x54\x58\x80\xb1\xa6\x87\x1f\x8c\x35\x31\x9e\x25\x43\x0c\x07\xeb\x07\xc6\x9a\x93\x3d\xf8\x62\x17\x05\xf3\xa4\x17\xbb\xa8\x3b\xeb\xb5\xe8\x39\xbb\x00\x8c\x35\x31\xa5\x25\xab\x99\x78\x6c\xc1\x58\x73\xd9\x1f\xf4\xb9\xd2\x60\xac\x39\xec\x2f\x68\xb8\x9c\x6b\x70\x14\xf7\x23\xa6\x04\x8e\xba\x30\x46\x26\x70\xd4\x25\x8b\x04\x47\x5d\x32\x68\x70\x14\x45\x75\x53\x02\x47\x5d\x32\x45\x70\xd4\xe5\xbc\x80\xa3\xae\xe2\x7b\x84\x7a\x3a\xbb\x60\xa5\x4b\x01\x4b\xa8\xe0\x35\x6d\xc5\x3a\x5c\x0a\x35\xb0\xd2\xa5\xb6\x4b\x12\x19\x31\x0f\x29\x91\x44\x76\x29\x0c\xc1\x4a\x17\x26\xa3\x04\x56\xba\xe4\x44\x60\xa5\xcb\x93\xb3\x2d\xa3\xcb\x0c\x82\x95\x2e\xcc\x42\x09\xac\x74\xc9\xcf\x08\x07\xbc\x0f\xc6\x62\xbd\x4a\xf9\x99\x37\xea\x29\x64\xc0\x4a\xb7\x7b\x17\xac\x74\x61\xbb\x4e\x60\xa5\x1b\x63\x4f\x02\x2b\xdd\xaa\x2f\x60\xa5\xdb\x7d\x0d\x56\xba\x31\xfc\x66\xb0\x52\x04\x18\xff\x90\x25\x67\x60\xd4\xcd\x32\x64\x60\x14\x95\x87\x53\x06\x46\xdd\x1c\x8e\x6c\xb9\xca\x66\x0b\xf2\xd8\xba\x19\xa8\x74\x77\xbf\x02\x79\xdd\xa1\x40\x5e\xf7\x3d\x52\x38\xd9\xe4\x99\x72\x95\x75\xd8\x82\xbc\xc8\x08\x4c\x19\xa8\x74\x0f\xbf\x09\x79\x68\xbb\xd9\x6b\xd8\x61\x05\x19\xa8\x44\xed\x88\x94\x8d\x06\x7c\xfc\x25\x34\x20\xc1\x33\x50\x89\x1a\xcc\x29\x7b\x0d\x3b\x5a\x6b\x06\x2a\xdd\x4c\x7c\x06\x2a\x51\x31\x2b\x65\xef\x3f\x58\xf6\xe7\x85\x88\x99\x16\xf4\xc1\xbc\x73\x82\x3e\xd8\x67\x06\x46\xdd\x11\x72\x94\x32\x30\xea\xde\xf6\x00\x7d\xdb\x6f\x42\x1f\xa6\x9f\x9c\xbd\xfa\x88\xaf\x00\x95\x1e\xb4\x97\x0c\x54\x7a\x92\xbf\xa4\xae\x58\xe6\x9b\x40\xa5\x27\x33\x32\xa0\xd2\x83\xab\x23\x93\xef\xc5\x2d\xdb\x29\x93\xef\x45\x45\xb7\x94\xbd\x4e\x1d\x56\x97\xc1\x43\x4f\xb5\x07\x6a\x6b\x55\x7b\xd8\xfc\x32\x0e\x7f\x36\xac\x0f\xd8\x9d\xc1\x43\x0f\x87\x38\x5b\x76\x12\xe3\x4b\xc6\x95\xb3\x38\xc4\x19\x3c\xf4\x00\xad\x33\x78\x88\x14\xea\x94\xc1\x43\x24\xa3\xa4\x0c\x1e\x7a\xa6\x3d\x50\x80\x09\xbd\x38\x83\x87\xb8\x1b\x32\x65\xf0\x10\x69\x01\x29\x83\x87\x48\xff\x4f\x19\x3c\xf4\xdc\xf6\x07\x7d\xb7\x3d\x40\xdf\xcd\x0e\x01\x0f\x3d\x88\xd4\x0c\x1e\xe2\x66\xb5\x94\xc1\x43\x8f\x7b\x09\x3c\xf4\x20\x44\x33\x78\x88\xaa\x1d\x29\x83\x87\x1e\x90\x4c\xb6\xec\x24\xc2\x30\x9b\xef\xb5\x7c\x16\xf4\xbd\x52\x0b\x1e\x7a\x96\xbf\xa4\x40\x11\x4c\x23\x83\x87\xde\xe4\xc8\x6e\x5a\x8e\xc5\xb0\x37\xbf\xf2\xf2\x8c\x35\xc2\x97\x43\x98\x5d\xca\xe0\xa1\x17\x76\x9d\xc1\x43\xdc\xce\x9d\x32\x78\xe8\x75\xf7\x80\x87\x5e\xd8\x75\x06\x0f\xbd\xa8\x60\x19\x3c\xf4\xa2\x33\x67\xf0\xd0\x0b\x40\xcf\xe0\xa1\xb7\xfa\x15\xe8\x73\x67\x81\x87\x5e\x54\xb0\x5c\xbd\xbd\xd0\xf7\xa0\x4f\xae\x01\x1e\x7a\xdd\x21\x86\xf5\x81\x67\x33\x78\xe8\x1d\x8e\x1a\xfa\x86\xfd\x41\x1f\xe6\x96\x0c\x1e\x7a\x11\x9b\x19\x3c\xf4\x62\x60\xc9\xd6\x96\x44\x95\xca\xe0\xa1\xf7\xf6\x97\xd0\x87\x79\x27\x7b\x59\x81\x3b\x04\x3c\xf4\xba\x7b\xc0\x43\xaf\x1c\x05\x3c\xf4\x3e\x7e\x05\xfa\x50\xc8\x32\x78\x28\x6e\x18\xff\x31\x4b\x06\x2a\xbd\xc8\x91\x0c\x54\x7a\x71\x52\x64\xa0\xd2\x2b\x43\xf1\x3a\xf5\x2d\xb1\x90\x8e\xbd\x38\x03\x95\x96\x9b\x07\xa8\xb4\x5c\x4c\xa0\xd2\x72\x31\x2d\x20\xe2\x96\x00\x2a\x2d\xb7\x0b\x70\x88\xca\xbc\x29\x7b\x65\xba\x32\x06\x38\xb4\x14\x1d\xc0\xa1\xe5\x42\xe3\x3a\xe2\xc6\xe1\x94\x71\x1d\x71\x0b\x6e\xca\x40\x25\x82\xe8\x53\xee\xa6\x03\x43\x03\x50\x69\x01\xb4\x33\x50\x69\xe1\xbe\xcc\xc3\xc0\x6e\x68\xa0\x7c\xe4\x72\x19\x86\x35\xce\xf8\x26\x70\x68\x01\x79\x32\x90\x67\x01\x59\x33\x90\x67\xc9\xe6\x81\x3c\xa4\x6c\xa7\x0c\xe4\x59\xce\x3c\x90\x87\x3b\x46\x52\x06\xf2\x70\x1f\x48\xca\x38\x92\x96\x22\x00\x5c\xb3\x16\x33\x08\x76\x59\x8b\x91\x81\x5d\xd6\xf6\x19\xf3\x29\x9b\x07\xbb\x2c\x05\x82\xf9\x57\x1b\xda\xbd\xa7\x1c\x37\x5d\xf6\x9e\x72\x0c\x25\xd9\x7b\xca\x0f\xbf\x42\x65\x07\xb4\xac\x6c\x65\x8e\xea\x38\x89\x02\x95\x31\x5c\xa6\x57\xb3\xb6\x60\x97\xed\xba\x83\x5d\x36\x3a\x49\x06\xbb\x50\xd9\x2b\x65\xb0\xcb\xce\x7c\x13\xec\x42\x08\x7f\xca\x60\x97\xad\x58\xf1\x82\x80\xe2\x33\x4a\x59\xca\x18\xac\xcc\xe1\x0e\x01\xbb\x50\x24\x2b\x65\xb0\xcb\x56\xf1\xb8\xa4\xc1\xde\xa1\x01\xe0\x9b\xc1\x27\xbb\x31\x16\xf0\xc9\x96\x69\x80\x4f\x36\x76\xdf\x0c\x3e\xd9\xaa\x0c\xb7\xf7\xe3\xb0\x62\xe0\x93\xed\x7e\x01\x9f\x10\xe7\x9d\xf2\x0d\x0d\x2a\x25\xb7\xe5\x38\xed\x1d\x1a\x64\x44\x20\x99\x8d\xb1\x2e\x83\x64\x36\xa6\xc2\x0c\x92\x31\xc6\x22\x5b\x7d\xc3\x1d\x79\x5b\xc2\xc0\x67\xd0\x77\x41\x91\x97\x00\xb8\xaf\xbd\x04\xc0\x1d\xe9\x25\x00\x9b\xf5\xf3\x12\x00\x55\x14\x50\xce\x76\xbf\x3c\xd0\xe7\xae\x03\xe5\x6c\xf7\x2e\x35\x1b\x75\xa8\x67\x50\xce\xc6\xc0\x92\x1f\xae\xae\xca\xbe\x17\x31\x55\x07\x48\x26\x07\xca\x69\x87\x5c\x83\x70\x39\x2e\xa2\x48\xf9\x21\xa6\xca\xfd\x12\x28\xa7\x1d\xb8\x2f\xb3\xd5\x37\xf0\x16\x65\xaa\x6f\x1c\xf2\x17\xaa\x6f\x1c\x0a\x35\xaa\x6f\x10\x4c\x9a\x32\x89\x54\x5c\xe2\x90\x32\xd5\x37\x28\x2c\x9b\x32\xe1\x72\x07\x4e\xf3\x4c\xb8\x9c\x01\x0a\x99\x70\xb9\xc3\x1d\xe9\x5d\xe4\xcd\x67\xd0\xe7\x0e\x21\x91\xea\xa8\x3f\x8b\xb8\xc8\xe4\x58\x91\x90\x91\xb2\xb7\xca\xa9\x3b\x79\xab\x1c\xce\xa9\x4c\x39\xc7\x03\xd3\x75\x26\xc7\xca\x68\x8c\xcc\xad\x72\x87\xcc\x8d\xc2\x1c\xdc\x15\x9c\x32\x85\x39\x8c\xa3\xc8\xdc\x0f\x70\x60\x7d\xcc\xdc\x0f\x70\x78\x1c\x16\xa4\x03\x0c\x33\x39\x56\x24\x23\xa7\x4c\x39\x47\xee\xe5\x4b\x99\xea\x1b\x87\x07\x80\x1c\x2b\xe3\x2f\x32\xe1\x72\x87\x32\x94\xfb\x01\x0e\x35\x29\x42\xe2\x8e\xe9\xc8\xa0\x01\x4f\x6a\xb6\x64\xe3\xe0\x97\xe6\x51\xc9\xf8\x36\x34\xa8\x87\x6f\x68\xc0\xb5\x99\x29\xf4\x7f\x28\x0b\xb7\x75\xa9\xe8\xdd\x0a\x1b\xb2\xc1\xed\xf6\x84\x22\x2a\x6c\x70\x95\x4d\xca\x1b\x1a\xf0\xdc\x66\x4a\x36\x1e\xaf\xfd\x91\xc2\xe9\x3a\x70\x15\xb9\xd1\x18\x99\x92\x8d\x5c\x21\x9b\x4e\xab\x68\x60\x61\x3c\xa9\xa2\x41\x45\xdf\x74\x72\xa7\xf8\x81\xae\x76\x06\x02\x6a\x09\x46\x7b\x92\x2b\x65\xdc\xc6\x79\x40\x03\x87\xf1\x3c\xbc\x5d\xcc\x67\x54\x22\x40\x70\x9d\x94\x5e\x4c\x00\xb5\x93\xd2\x8b\x09\xad\xfc\x04\x01\xa5\xec\x2f\x19\x67\xb1\xf7\xc5\x7b\x9b\xd6\xa6\x15\x3b\xe4\xa4\x60\x7f\xca\xb6\x88\xaa\xc5\xca\x7d\x72\x03\x5c\xc2\x60\x75\x26\x68\x60\x9f\x9d\x24\x3d\xa5\xe2\x2f\x49\x7a\x82\x7d\x9e\x24\x3d\x25\x0e\xc7\x49\x2a\x13\x15\xf2\xd2\xc9\xbd\x6e\xa9\xfb\x1e\xa3\x26\xf4\xeb\x4c\x8c\x1a\x64\x78\x26\x46\x0d\x26\x38\x29\xc3\x9f\x10\xf6\x27\x65\xf8\x13\xc2\xe9\xa4\x0c\x7f\x02\x67\x9c\x94\xe1\xa7\x66\x48\x3a\x29\xc3\x9f\x60\xa6\x67\x66\xd4\xb8\x60\xcf\x6c\xaa\x16\xe3\xa4\x6a\x22\x15\xca\xd3\x49\xd5\x44\x92\x7b\xd2\x49\x19\x7e\x4a\xef\xa4\x33\xb3\x2a\xc3\x16\xf4\xc1\xd8\x4f\xca\xf0\x27\xd0\xc3\x99\xad\x15\xcd\x8a\x65\xe8\x7b\xec\x01\xfa\x1e\xbf\x02\x7d\xe8\x7f\xe7\x09\x7d\xf8\x3a\x4e\xea\x5f\x50\x07\x3c\x9d\xa4\x39\x51\x4e\x35\x9d\xa4\x39\x51\x87\x2e\x9d\xa4\x39\x25\xcc\x81\x27\x69\x4e\xdc\x2d\x93\x4e\xea\x5f\x90\xf5\x97\x4e\xd2\x9c\xa8\xc0\x9e\x4e\xd2\x9c\x48\x73\x4f\xa7\xf5\x2f\x96\x3d\x40\xdf\xf6\x19\xf4\xb9\xaf\xa9\x7f\x91\xdc\xf3\x94\xe1\x4f\x88\x80\x93\xdb\xc0\xa9\xd9\x98\x4e\x6e\x03\x4f\xb8\x98\xcf\x22\x7d\xcc\x4b\xa1\xfe\x8c\xe7\xa8\x50\x8f\x1d\x94\x7a\x72\xe3\x37\xd7\x03\xa7\x93\x1b\xbf\x8d\x6e\x39\x49\x65\xe2\x92\xda\x74\x9a\xca\x94\xfc\x66\xd0\x90\xf3\x4f\xe2\x92\xd3\x69\x8d\x0b\x2c\x23\x27\xa1\x6d\x86\xc1\x9c\xd4\xb8\xa0\x04\x7a\x3a\xa9\x63\x91\x91\x07\x27\x75\x2c\x32\x5a\xc8\xf9\xb9\x9f\xcd\x16\xf7\x7b\xc1\xbc\x4f\xef\x67\x23\x0e\xf3\xe4\x7e\xb6\x8c\x2c\x3c\xb9\x9f\x2d\x37\x96\x96\x4c\xa6\x8c\x63\xee\xa4\x30\x62\x46\xd3\x38\x29\x8c\x48\xce\x4c\x3a\x29\x8c\x48\x35\x85\x74\x56\xc6\xe9\xb6\x26\x5b\x89\x3b\xf4\xd2\x49\xb6\x52\x1e\x8e\x05\x1a\xdc\xd6\x0d\x1a\xb0\x49\x9d\x0d\x1a\xb0\xf4\x9e\x0d\x1a\x00\xbe\x27\x25\xf3\x33\xfa\xed\x69\xc9\x7c\x17\xba\x59\x7c\x94\xde\xc9\x56\x2a\xf6\x4e\xc9\xfc\xec\xd6\x6d\xd6\x95\x85\x3e\x8a\x1f\x66\x8f\x83\x75\x2c\x3c\x0e\xd4\xb1\xc8\xd8\xd5\x4e\xea\x58\x90\xb4\x99\x4e\xea\x58\x90\x46\x92\x4e\xea\x58\x64\x0f\x0e\x37\x77\x9f\x6e\x17\x6f\xee\xc6\x3d\x74\x72\x73\x77\x96\xb5\x72\x07\xdb\x29\xc3\x34\x5b\x09\x5b\xf2\xc9\x1d\x6c\x46\xc5\x9c\x14\x3f\xcc\x58\xa4\x4f\x8b\x1f\x82\x8e\x4e\xb2\x95\x4e\x8c\x1a\x67\xb7\xb8\xa3\xfd\x51\x37\x17\x41\x72\x52\xfc\xb0\x24\x47\x46\x2d\x95\xe2\x37\x83\x3e\x23\x43\xce\xc0\x35\xed\x1c\x7e\x85\xdb\x56\x86\x3d\x40\x9f\xec\xc5\x9b\xbb\x01\xb7\x27\x29\x49\x27\x16\xdb\x93\x9b\xbb\x4f\x9c\x7d\xe7\x80\x3e\x77\xcf\x80\xbe\xe9\x33\x2e\x7a\x42\x18\x9e\xd4\xb1\x38\x65\xd7\xdc\xc1\x66\x1c\xcc\xc9\x1d\x6c\x27\x66\x8c\x93\x94\x24\x0a\xdc\xa4\x93\x94\xa4\x13\xcf\xc7\x49\x4a\xd2\xe9\x9e\xa0\x64\xfe\x29\x43\xa1\x64\xfe\xe9\x8a\x51\xc7\xe2\xc4\x8e\x7e\x52\xe1\xf0\x94\xd9\x70\xd1\xda\x89\xe3\xf8\xe4\xa2\xb5\x92\x7c\x16\xf4\x15\x45\x15\x37\x77\x17\x05\x33\x75\x2c\x0a\xa6\xad\xd3\x9b\xbb\xb3\xcf\xd8\x9f\xa7\x2d\x8a\x8f\xe2\x03\x3a\xa9\x63\x51\x30\x86\x9c\xdc\xdc\x5d\x14\xb0\x94\xcc\x27\x5f\x2f\x9d\xa4\x24\x95\xe6\x2f\x1f\x5a\x3e\xe3\x4a\x00\x57\x65\x52\xa7\x43\x3e\xe1\xcd\xdd\x72\x9b\x8b\xdb\x64\x26\x33\x7f\x41\x1f\xee\xb6\x93\x0a\x87\xc6\x74\x9c\xd4\xb1\x28\xb8\xe5\x4f\xea\x58\x14\x90\xc5\x49\x1d\x0b\xe3\x2f\xce\xcb\xf3\x67\x0f\x9d\x16\xb3\xcb\x45\x6b\xe5\xf1\x9b\xd0\xe7\xa9\xa2\xc2\x61\xf1\xbc\x53\xc7\xc2\x28\x8e\x93\x3a\x16\xc6\x82\x9c\xd4\xb1\x28\x9e\xa3\x0b\xfa\x96\x5f\x89\xbc\x8e\x0c\x86\x3c\xb9\x4c\x2d\x2b\x52\xa9\x62\x58\xd6\x4f\x6a\x5c\xa4\x93\x8b\xbb\x8b\x07\xee\xe6\x8a\x40\x35\x14\x2a\xe6\x17\x37\x08\xb5\x2a\x8a\xf2\xe7\x86\x3c\xcc\x18\x27\x19\x49\x06\x8d\x9c\x64\x24\x55\x65\xcc\x0d\x79\xca\xa6\x1b\xeb\x31\x56\xa8\x93\x5a\x15\xd5\x83\x6a\x81\x43\x2c\xa8\xe7\xed\xf2\xd1\x1f\x19\x49\x95\xd0\xb6\x93\x8c\x24\x2a\x51\xa5\xd3\x22\x86\xc4\xdf\x9e\xdc\xa5\x56\xdd\x74\xd4\xa3\x30\x6a\xe4\xe4\x06\xee\x5a\x7c\x8f\x4a\x69\xc5\x67\x64\xfd\x55\xdf\xb3\xf4\x36\x63\x01\x46\x55\xd9\x0b\x30\xaa\x56\xdf\x83\x06\xc5\x11\x30\xca\x48\x94\x13\x18\x55\x71\x74\x9e\xc0\xa8\x8a\x1d\xfd\xe4\xbe\xb4\x5b\xcd\xc6\xf2\xf6\x32\x5a\xa0\x92\x91\x28\x27\x50\xa9\xca\x88\x80\x4a\x15\xcb\xd6\x09\x54\xaa\x6a\x28\x40\xa5\x2a\x2b\x00\x2a\x91\xd2\x92\x4e\xf0\x90\x91\x21\x27\x78\xa8\x2a\x10\xc0\x43\xd5\xad\x0b\x1e\xe2\xc6\xb2\x74\x82\x87\x2a\x36\xd3\x13\xcc\x53\xdd\x90\x60\x9e\x2e\x7d\xde\xa4\x8d\x5b\xf0\x04\xf3\x34\xf5\x70\x30\x4f\x55\xf3\x06\xf3\x74\x75\x58\x70\x8d\xf1\x1e\x27\xb8\xa6\xb9\x27\xb8\xf7\xac\xc9\xbc\x0d\x9e\x53\x13\x06\xf3\xb4\xe2\xc8\x36\x2d\x46\x06\xe6\x69\xae\x0a\x98\xa7\xb9\x2a\x60\x1e\x23\x43\x4e\x70\x4d\x53\xdb\x25\xd5\xa7\x61\xda\x3a\xc1\x35\x0d\x1f\xc9\x09\xae\x69\x8a\x77\x70\x4d\x93\x31\x80\x6b\x9a\x82\x04\x5c\xd3\x14\x01\xe0\x1a\x2e\xa4\x4a\x27\xb8\xa6\x4d\xdf\x83\x86\xe9\xc8\xa0\x81\x15\x2b\x60\x9e\x86\x6b\xba\x80\x79\xda\x63\x0b\x1a\x10\x0f\x05\xcc\x63\x64\x48\x01\xf3\x50\x60\x20\x15\x30\x4f\x03\xe1\x15\x30\x4f\xc3\x38\x51\xa8\x0f\xd1\x60\x60\x85\xfa\x10\x0d\xf4\x57\x0e\xef\x86\xdc\xb4\xa0\x6f\xf9\x1e\xf4\x2d\xc7\x02\x7d\xdb\xf7\x0c\x70\xac\xb4\xa0\x0f\xed\xba\x80\x87\x3a\x8c\xbd\x80\x87\x8c\xdb\x28\x56\x0e\x44\xa7\x2c\x54\x07\xec\x9c\xdb\x02\xe6\xe9\xd9\x67\xd4\x28\x71\x64\x16\x7a\x38\xfd\x0a\x85\x1e\xd8\x05\x85\x42\x0f\x7f\xff\x0a\xe5\x9f\xe0\x13\x05\x74\xd4\x8b\xef\x51\xbe\xab\xda\x03\xe5\x91\x50\x1c\x0b\xe8\xa8\x83\xe5\x0b\x08\xc8\xb8\x8d\x02\x02\xea\xec\x90\x02\x02\xea\x97\xcf\xa8\xd3\x81\x8a\x59\x40\x40\xfd\x67\xc5\x39\x53\xb1\xa4\xfc\xf0\x35\xc8\x03\xbc\x17\x2f\xbd\xc6\x89\x56\x00\x47\xfd\x82\x58\xc0\x51\x27\xae\xa1\x00\x8e\x3a\x6c\xa2\x00\x8e\x3a\x6c\xbe\x00\x8e\x3a\x50\xbe\x00\x8e\xfa\xb2\x3f\x96\x08\x4b\x53\x01\x1c\x75\x17\x1a\x70\xd4\xdd\x4a\x80\xa3\x8e\x2d\xab\x00\x8e\x3a\x2e\xb5\x02\x38\xea\x58\xaf\x0a\xe0\x88\x02\x29\xa9\x50\x03\x82\x3b\x38\x52\x01\x1c\x75\x37\x39\xe0\xa8\x3f\x3e\x83\x3e\xd8\x59\x01\x1c\x51\xbe\x3f\x15\x4b\xca\x4f\x46\x0d\x38\x1a\x6e\x1e\xc0\xd1\x70\x69\x01\x47\x23\xdb\x03\xd5\xad\xb0\x80\x17\xc0\xd1\x80\xb1\x17\xc0\x11\x35\xf1\x52\xa1\xa4\xfc\x40\x9b\x28\xe1\x2c\x6a\xc3\x79\x01\x38\x0d\x04\x50\x01\x38\x0d\x37\x08\xc0\x69\x34\x7f\xc9\x45\x56\x00\xf4\x02\x70\x1a\xd8\x30\x0b\xc0\xc9\x68\x93\x52\x4c\x34\xb7\x15\xf4\x8d\xcb\x91\x41\x1f\x58\xa2\x50\x01\x70\x4c\x9f\x41\xdf\x74\x2c\xd0\x07\x93\x2a\x20\xa7\x0b\x50\x5c\x40\x4e\xc6\xba\x14\x90\xd3\xc0\x3c\x50\xaa\xf4\xb1\x7b\x40\x4e\x03\xdb\x67\x01\x39\x19\xf9\x52\xaa\xd9\x90\x8c\x13\xe4\x34\x30\x66\x95\x2a\x7d\xf6\x37\xf9\x25\xfb\x93\x92\xf2\xe3\xf1\x2b\x37\xcf\xd8\x4b\xa0\x2a\xe3\x59\x0a\xa8\x8a\xc2\x54\xa9\x80\xaa\x26\x3a\x65\x01\x55\x51\x5b\x21\x15\x50\xd5\x04\x83\x14\x50\xd5\x00\x68\x17\x50\xd5\x00\x1d\x15\x50\xd5\x70\xf7\x80\xaa\xa8\xe4\x92\x0a\xa8\x6a\xca\x42\x40\x55\xd4\x2d\x4c\x05\x54\x35\x0f\xbf\x02\x7d\xaf\x5f\x61\xfd\xd0\xb5\x0b\xa8\xca\xe8\x96\x02\xaa\x32\x7e\xa6\x80\xaa\x86\xac\x15\x54\x65\xdc\x4d\x69\xd2\x07\xed\xa0\x2a\xae\xd1\x4f\x05\x54\xc5\x15\xfb\xa9\x80\xaa\x26\x4a\x50\x01\x55\x4d\x4c\x5b\x05\x54\x35\x3c\x2b\xa0\xaa\x89\x01\xa2\x80\xaa\xa6\x7b\x10\x54\x35\xf1\x2f\x14\x50\x95\x11\x2c\x05\x54\x35\x41\x24\x05\x54\x45\xf5\xbc\x54\x40\x55\xd3\xb5\x05\x55\x51\xac\x36\x15\x50\xd5\x3c\xed\x8f\xf5\x73\x67\x81\xaa\x26\xa6\xad\x02\xaa\x9a\x9e\x15\x50\xd5\x04\xf5\x17\x50\xd5\xc4\x6b\x50\x40\x55\x53\x96\x0c\xaa\x9a\x88\xf0\x02\xaa\x32\xd2\xa6\x80\xaa\xb8\xb5\x3c\x15\x50\x95\xf1\x33\x05\x54\x35\x3d\x01\xc3\xea\x79\xf6\x07\x7d\xf7\xcf\x6c\xc9\x05\xc0\x35\x95\xcb\x00\xae\x89\x5d\xb4\x00\xb8\xa6\x92\x18\xc0\x35\x65\x60\x38\xa0\x6e\xc2\x75\x0a\x80\x6b\x7a\x00\x00\x5c\x53\x16\x09\xe0\x9a\x40\x82\x02\xe0\x9a\x68\x75\x05\xc0\x45\x69\x93\x54\x00\x5c\x97\xb2\x10\xc0\x35\xb1\x88\x15\x00\xd7\xf4\xd8\x4e\x73\xd0\x59\x68\x0b\x07\x02\x80\xca\x94\x74\x96\x08\xc0\x35\x65\xde\x00\x2e\x83\x8c\x0a\x80\x8b\x4b\x40\x53\x01\x70\x5d\xc9\x71\xb2\xb4\x18\x27\x8a\x77\x94\xa1\xff\x15\x00\xd7\xf4\x00\x00\xb8\x26\x78\xa1\x00\xb8\xa6\x87\xd1\x3b\xca\xd0\xfb\x0b\x80\x6b\xde\x50\x04\xe0\xba\x64\xec\xde\x51\x86\x1f\xbe\x00\xb8\xa8\x90\x97\x0a\x80\x8b\xc2\xf4\xa9\x5c\x5e\x09\xe0\x58\x2c\x29\x6f\xef\x88\x0e\x57\x13\xc0\x75\x79\xa8\x2e\xe9\xb3\x15\xf4\x5d\xc5\x1e\x36\xdf\x64\x3e\xa9\x0e\x78\xa1\xfb\x16\xee\x28\xbb\x64\x21\xde\x6c\xed\xa1\x02\x8c\x5d\x58\x96\x0b\x88\xcb\xd0\xa8\x02\xe2\xba\x3c\x0e\x20\x2e\x4a\xa7\xa7\x02\xe2\xba\x8a\x5f\x19\xf4\x60\x0b\xfa\x64\x91\x20\xae\x0b\xdf\x77\x01\x71\x5d\xb2\x64\x10\xd7\xe5\x9e\x00\x71\x5d\xe8\xa2\x05\x54\x75\x4d\x46\x46\xd9\xf8\x96\x6c\x41\x83\x3b\xf2\x81\x06\x77\x24\x88\xcb\x50\xac\x02\xe2\xba\x54\x0b\x40\x5c\x97\x82\x12\xc7\xd5\x05\x2c\x2d\x20\xae\xcb\x7d\x06\xe2\xba\x30\x82\x15\x10\xd7\x45\x68\x62\x01\x71\x5d\xc4\xb5\x96\x4f\x9d\x07\x5b\xd0\xb0\x6c\xb1\x46\xdb\x71\xba\x07\xd9\x4b\x5c\x36\x66\xe4\x7a\xc1\x71\x75\x81\x52\x0b\x8e\xab\xdb\x3d\x81\xe3\xea\xfe\xfc\x32\xb4\xcf\x1b\xf7\x57\x01\x8d\xdd\xc4\x66\x14\xd0\xd8\xed\x3a\x80\xc6\x6e\x75\xca\x97\x0a\x79\x18\xdd\xca\x6b\x89\x27\xd6\x36\xd0\xd8\x1c\xaa\x3d\xa0\xb1\xdb\x3d\x01\x1a\x33\x10\xac\x80\xc6\xb8\x53\x32\x15\xd0\xd8\x8d\xd9\xab\x58\x01\xd0\xfd\x82\x77\xea\x96\x41\xe3\x9d\xba\x31\x7e\x16\xcb\xc6\x83\x6b\x0a\x48\xed\x96\xb5\xe2\x65\xba\xdd\x05\x78\x99\x8c\xd3\x2a\x16\x65\x70\xf7\x80\xc6\x6e\xd0\x4a\x01\x8d\xdd\xf2\x10\xd0\xd8\x8d\x2b\xb5\x80\xc6\x6e\xe2\x92\x0b\x88\xeb\x26\xcf\xa2\x80\xb8\x6e\x59\x32\x5e\xa6\xdb\x13\x8e\x97\xe9\x76\xbf\x80\xc6\xee\xfb\x67\xd9\x7b\x05\xa0\x76\x0b\x79\x00\x6a\xb7\xd2\x0f\xa0\x76\x63\x8c\x2f\x00\xb5\x5b\x76\xbd\xbd\x18\xc5\x81\x41\x9e\xba\x2f\x40\xcd\xd0\xaf\x02\x50\x33\xbc\xab\x00\xd4\x6e\x65\x76\x00\xb5\xb9\x60\xfa\x15\xa0\xf6\xa0\xcb\x54\xc0\xd8\x03\x8b\xac\x80\x31\x8a\x1f\xa6\x0a\x18\x7b\x60\x36\x15\x30\xf6\x54\xbf\xc2\xe5\x51\x98\x1c\x2a\x60\xec\x81\x4d\x54\x8b\xf5\x21\xe1\xea\x61\xb5\x30\x9f\x71\x43\x06\x0b\x56\x01\x63\xcf\xf4\x97\x14\x03\x45\x4e\x56\xc0\xd8\x33\x1d\x19\xb5\xa2\x91\xe7\x15\x30\xf6\x60\x1d\xaf\xde\x26\x0d\x40\xaf\x38\xa7\x28\xea\x94\x2a\xce\xa9\x07\x66\x53\x71\x4e\x51\xb5\x23\x55\x80\xda\x83\x79\xa0\x02\xd4\xb8\x79\x22\x55\x80\xda\x83\x93\xb0\x02\xd4\x1e\x34\xa9\x0a\x50\x33\x84\xab\x02\xd4\x9e\xd7\x5f\x42\xdf\xe5\x38\xa1\xef\xb6\x07\xe8\x73\x1d\x00\x6a\x0f\x7a\x6a\xf5\x36\x69\xcc\x18\x35\x5b\x0b\x7b\xd3\x82\x3e\x8c\x1a\x15\x10\x67\x08\x57\x05\xc4\x19\x8a\x55\x33\x65\xce\x41\x08\x15\x10\xf7\xc2\xe6\x2b\x48\xed\xcd\xf6\xd0\x79\xe6\x2f\x29\xf9\x02\x9b\xa8\x20\x35\x43\xb1\x2a\x48\xed\x3d\xa1\x16\xa4\xf6\x92\xca\x54\x41\x6a\x2f\x6c\xa9\x82\xd4\x5e\x44\x4e\x05\xa9\xbd\xcd\x5f\x72\x03\x08\x36\xcc\x0a\x52\x7b\x31\x6a\x54\x90\xda\x8b\x77\xbd\x82\xd4\x5e\xb4\xc1\x0a\x52\x7b\xab\x2d\x6e\xc8\xc0\x70\x51\x41\x6a\x2f\x07\xbc\x82\xd4\x8c\x56\xa8\x20\x35\xae\xfb\x4f\xd5\x6a\x7d\xdb\xaf\x50\xad\x2f\xf9\x2c\xe8\xa3\x5e\x5e\xaa\xa7\x25\xb3\x7c\x66\x49\x29\xd6\x1d\xa4\xf6\x62\x56\xa8\x20\xb5\x17\x41\x52\x41\x6a\x2f\x67\xba\x82\xd4\x28\xb5\x9a\x2a\x48\xed\x45\x90\x54\x90\xda\xfb\xf8\x0c\xfa\x50\x5f\x2a\x48\xed\xc5\xb4\x55\x41\x6a\xaf\xfb\x0c\xa4\xf6\x22\x10\x2a\x48\xed\x75\x4f\x80\xd4\x5e\x69\x07\xa9\xbd\xaf\xef\xb1\x7e\xee\x17\xab\xf5\x2d\xc7\x42\x1d\x62\xe2\x6e\x2a\x48\x6d\x35\x9f\x2d\x9e\xd9\xda\xcc\x19\xfd\x81\xd4\x16\xea\x44\x05\xa9\x19\x6f\x55\x41\x6a\x0b\x5f\x47\x05\xa9\x2d\x79\x08\x48\x6d\xa1\xb1\x57\x90\xda\x72\x47\x82\xd4\x16\xd6\xf1\x5a\x2d\x36\xcc\xc8\x40\x6a\xcb\x5d\x0e\x52\x33\x4a\xac\x82\xd4\x16\x91\x1a\x15\xa4\x16\x51\x62\x3f\x64\xc9\xb5\x4a\x3a\x53\x06\x88\xe3\xfa\xce\x54\x01\x71\x5c\x95\x9f\x2a\x20\x6e\x79\x38\x00\x71\x16\xa3\xa9\x80\xb8\x85\xe4\xaf\x80\x38\x0a\xf8\xa4\xda\xac\xd3\xcb\x94\x01\xe2\x16\x26\x8e\x0a\x88\x5b\x32\x1b\x40\xdc\x92\xd9\x00\xe2\x16\xd2\xa8\x02\xe2\x2c\x23\x53\x9b\x85\x26\xed\xdd\x32\xd2\xfe\x12\x1a\x70\x0c\x54\x80\x9a\x25\x66\x2a\x40\x8d\xca\x65\xa9\x02\xd4\x0c\xa9\xaa\x00\x35\xc3\xb4\x2a\x37\x46\x1f\x84\x54\x55\x80\x9a\xa1\x66\x15\xa0\x66\xc8\x58\x05\xa8\x19\x32\x56\x01\x6a\x94\xf1\x4c\xd5\x62\x7d\x68\xd0\x15\xa0\xb6\x4f\x7b\x80\x06\x99\x1b\x40\x6d\x9f\xfe\x92\xe5\xf3\x70\x00\xd4\xb6\x5b\x09\xa0\xb6\xd1\x76\x2b\x40\xcd\xe2\x37\x15\xa0\x66\x71\x98\x0a\x50\xdb\x04\xf2\x55\x80\xda\x46\xbf\xad\x00\xb5\xad\x90\x01\xa8\x6d\x9c\x68\x15\xa0\x66\xc1\x99\x0a\x50\xb3\x4c\x4e\x05\xa8\x71\x2d\x66\xaa\x00\x35\x83\xc4\x2a\x40\xcd\xd0\xaf\x0a\x50\xe3\x86\xb4\x54\x41\x63\xbb\xda\xfb\xcd\x2f\xa1\x08\x34\x66\xe8\x57\x05\x8d\x6d\x57\x0c\xf7\x17\xd7\x68\xa5\x0a\x1a\xe3\x96\xe6\x54\x41\x63\xfb\xb2\x05\x7d\x18\xd6\x2a\x68\x6c\xa3\xd9\x54\xd0\xd8\xc6\x88\x52\x41\x63\x5b\x26\x05\x1a\xdb\xee\x5d\xd0\x98\x65\x72\x2a\x68\x6c\xcb\x42\x40\x63\xdb\x5d\x00\x1a\xb3\xbc\x4e\x05\x8d\x59\x42\xa7\x82\xc6\x0c\x0b\xab\xa0\xb1\x2d\xb3\x01\x8d\x59\x5e\xa7\x52\x91\xef\x38\x1c\xd9\xa6\xc5\x33\xd0\xd8\x96\xd5\x5d\x5c\x05\xe1\xfe\xbc\xd8\x9f\x87\xad\x93\x16\xa3\x06\x8d\x59\xee\xa6\x72\xc1\x97\x81\x60\x95\x0b\xbe\x2c\xd2\x53\x41\x63\x1b\xd0\x5f\x29\xe3\x7e\x78\xde\x03\x8d\xf5\x03\xaf\x4f\x0d\x34\xd6\x0f\x59\x4f\xa0\xb1\x7e\x60\x02\xa8\xde\x18\xed\xfe\xe4\x82\xaf\xc3\x9d\xcc\x05\x5f\x47\x75\x9c\xd0\xa7\x30\xa4\x22\x1f\xd7\xbc\xa5\x4a\x45\x3e\xa3\xa1\xea\x0d\x7d\x9e\x7e\x6a\xb5\x1b\xf5\x53\xb9\xe0\xeb\x00\x9f\x54\x2e\xf8\x32\x1a\xaa\xde\xd0\xe7\x0e\x09\x34\xd6\x0f\xd5\x90\x1b\xfa\x5c\x5b\x6a\xb5\x1f\x28\x9c\xf5\x86\x3e\xd5\x97\x1b\xfa\x14\x2b\xd4\x6a\xb7\x1a\x4d\xb5\x22\xdf\xf6\x97\x64\xc1\x26\xc7\xb2\x69\xf1\x4b\x2e\xf8\x32\x5e\xa7\x5a\xab\xbd\xfe\x2c\x55\xa4\x52\xc6\x3d\xe1\xa4\xa8\x16\xeb\xf3\x00\x50\xac\xcf\x12\x33\x95\x1c\x2b\x8b\xd1\xd4\x00\x71\x3d\x55\x7f\xd9\xf9\xa5\xcf\x06\xdf\x84\x74\xea\x58\x24\xe0\x57\x7d\xa8\xd3\x0b\xb0\xa8\x01\xe2\x7a\x52\x9b\x78\x20\xfd\x72\x2c\x14\x93\x74\xe2\x1f\x13\x80\x61\x3d\x0f\xa4\x7b\xc4\x5e\x48\x57\xc7\x7b\x21\x5d\x79\x4e\x19\x77\x43\x79\xea\x0b\x7d\x1e\xa3\x17\xfa\x1e\xdf\x83\x3e\x2c\x70\x95\x32\xee\xc9\xe3\x47\x19\xf7\x84\x39\xa2\x02\xe2\x2c\x07\x53\x5f\xe9\xf3\x97\xd0\xa7\xd6\x43\xb1\x3e\x83\x70\x2a\xc5\xfa\x0c\xa6\xa9\x01\xe2\x7a\x4e\xf6\xb7\x68\x31\x4b\xdc\x18\x9d\xb1\xf8\x55\xca\xb8\x67\x35\x06\xca\xb8\x73\x49\x66\xaa\x94\x71\x37\x2a\xa6\x52\x91\x2f\x7b\x1c\x28\xc7\x9e\xff\x5f\xc2\xce\x2c\x69\x76\x96\x57\xd6\x53\xf9\x87\x60\x83\xe9\x22\x4e\xec\xb9\xd0\xce\x7f\x08\x27\x96\x9e\xf4\x5b\x14\xdf\x6a\x2e\xea\x02\xbb\x6c\x23\x1b\x50\xa6\x24\x24\xac\xdc\x81\xca\xcf\x0e\xd7\x66\x20\x1f\x85\xd3\x12\x39\x49\x2a\xa8\xa9\x39\xe9\xa7\x70\xff\xa4\x9f\x5a\x68\xc9\x47\xe1\xb4\x94\x4f\xfa\x49\xd0\x56\x58\xf4\x53\x93\x8a\x42\x5d\x8a\x83\x09\xa4\x63\x77\x55\xe7\xe8\x67\xd5\x75\xf6\x1d\x9c\xbe\xe6\xa2\x06\x9b\xd4\xad\xb1\xb8\x44\x95\x8f\x3b\x18\x8b\x4b\x8a\x6e\x09\x4a\xc7\x2e\x35\xbd\x90\x4f\x5f\x53\x85\xba\x34\x0a\x16\xf2\x4d\xb5\x90\x41\xdf\x88\x94\xeb\x0e\xa5\x16\xd9\x63\xa5\xc5\x2d\x52\xdd\x99\x7a\x27\x77\xa4\x18\x97\x07\xb5\x46\xaa\x3b\x7b\x26\x63\xa4\x18\x97\xc7\x3c\x10\x29\xc6\xe5\x59\xdc\x22\xc5\xb8\x3c\xee\xcb\x68\x2c\x2e\x29\xeb\x4a\x34\x16\x97\x3c\xbe\x87\x68\x2c\x2e\x79\x2c\xc4\x91\x94\xeb\x8a\x60\x89\xc6\xd4\x0a\xf5\xf5\xee\x68\x4c\x2d\x51\xb1\xfd\x8e\xc6\xd4\x92\x87\xfd\xc5\x9b\xe4\xa3\x30\xb5\x78\x23\x03\x0e\xa8\x78\x23\x43\xd2\x39\x64\x20\x3c\x2f\xde\xc8\x40\x42\x83\x78\x23\x43\xd2\x3d\x91\xa1\xeb\x3a\x64\x60\xe1\x8b\x54\x70\xf6\xbc\xf9\x78\x23\x43\xd3\x5d\x90\xa1\xeb\xe9\xf6\x1d\xfc\xd4\xf3\x48\x8e\x3b\x75\x9d\x8d\x33\x3f\xd4\x22\x79\x2c\xe3\x25\x52\x70\xeb\xc1\x68\x13\x29\xd3\xac\x08\x8f\x68\x4c\x2d\x3d\x7a\x67\x14\xdc\xf2\xc0\xa5\x48\xc1\xad\x87\xf9\x10\x29\xb8\xf5\x80\x5a\xa3\xa3\x96\x61\xd0\x75\x91\x73\xba\x27\x79\x9d\x83\x5a\xe4\x3d\x86\x0f\x45\xca\x34\x3f\x00\xb9\x48\x99\xe6\x07\x5b\x79\x34\xa6\x96\xa8\x03\x73\x47\x63\x6a\x49\x39\x4a\xa2\x31\xb5\xf4\xc4\x7f\x45\x5c\x44\x87\xe8\xfa\x98\x0e\xd1\x81\xe8\x91\x0a\xce\x0f\x53\x33\x52\xc1\xf9\xc1\xf5\x17\x8d\xc4\xa5\xa7\xe8\x1c\xa2\x33\xc5\xa2\x47\x74\x2c\xcb\xd1\x23\x3a\x01\x64\x91\x58\x44\x05\x89\x45\x2a\x38\x53\x2e\xf4\x8e\x54\x70\x7e\x58\x14\xa3\x47\x74\xdc\x19\x91\x94\xeb\x0a\x36\x89\xa4\x5c\xa7\x08\xcd\x1d\x49\xb9\xae\x04\x22\x91\x94\xeb\x8a\x05\x89\x0f\x32\xe8\x13\x3d\xc8\xa0\xe9\x67\x44\x2d\x05\x9c\x29\x91\x2a\xcd\x81\x08\x81\xf8\x90\xb6\x5a\x83\xc0\x88\x5a\x0a\x10\xdf\x68\x44\x2d\x05\x82\xd3\x23\x55\x9a\x03\x0b\x6d\x34\xa2\x96\xc2\xad\xeb\x48\xab\x74\xeb\x9e\x95\x96\xae\x53\xda\x78\xde\x35\x69\xd5\x15\xeb\x12\x1f\xa5\xfd\x57\xcb\xbe\x51\x78\xd4\xcf\x45\x8b\xe7\x19\x51\x4b\x81\x78\xdf\x48\x51\xad\x80\xad\x2e\x52\x54\x2b\x80\x6f\x23\x45\xb5\x02\x0b\x74\x0c\xc8\x17\x74\x1d\xf2\x69\x28\x05\xe4\x83\xbc\x47\xd2\xaa\x07\x02\x9e\x62\x40\xbe\xa8\x7b\x22\x5f\x54\x5f\x90\x4f\xd3\x9d\x2a\xcd\x41\x63\x49\x95\x98\x93\xee\x89\x0c\x44\x9b\xc4\x88\x0c\xf8\xb0\x63\x44\x06\x54\x40\x8c\xc8\x80\xab\x31\x52\x89\x39\x14\x5d\x87\x0c\x38\x1e\x23\x95\x98\xa9\x81\x7d\xc7\x88\x0c\x20\xe8\x48\xea\xf4\xd0\x75\x4f\x64\xd0\x82\xa2\xd4\xe9\x5d\x2d\x64\x68\xba\x0b\x32\x34\x3d\x81\x6f\x04\x1e\x8b\x91\x6f\x84\xc9\x2f\x46\xe4\xc3\x10\x14\x23\xf2\xe1\xfa\x8b\xa4\x4e\x0f\x9a\x0f\xa4\x4e\x57\x74\x4b\x84\x8d\x29\x9e\x25\x26\xe4\xd3\x98\x57\xea\x74\x2d\x52\x09\x19\x50\xfd\x91\xf4\xe8\x11\x94\x1c\x95\x1e\x9d\x98\x87\x48\x0e\xf4\xb0\xf4\x3c\xf2\x80\x83\xbc\x23\x15\x95\xa3\x46\x2b\x15\x95\x23\xf8\x2f\x52\x1c\x2b\x82\x84\x23\xc5\xb1\x28\x09\x75\x47\xe3\x4a\x29\xc2\xa6\xa3\x71\xa5\xa4\x18\x99\x68\x5c\x29\x45\x60\x41\xcc\xf4\x8c\xcc\x15\x91\xb2\x56\x51\xa3\x8e\x0c\xe5\x51\x0b\x98\x32\x94\x03\x0b\xa2\x31\x99\x14\x35\xce\x8c\xc9\x24\xe5\x44\x89\x94\x2a\x56\xe4\x4b\x2c\x3c\x1d\xe3\x44\xa4\x54\x71\xd4\x38\x23\xb7\x78\xd4\x18\x34\x26\x93\x62\xd2\x5d\xa8\x2a\x92\x75\x17\x7a\x86\x9d\x39\x16\x7a\x96\x75\x1d\x3d\xd3\x5a\x07\x93\x51\x34\x4d\x84\xc9\x44\xa0\x46\xa4\x54\x71\xc4\xec\x15\x61\x2b\x91\x8c\x17\x91\xfc\xe1\xca\x9e\x12\xe1\x20\x96\x3d\xe5\xef\x4b\x32\xf4\x24\x6a\xf0\x40\x4f\x14\x22\x13\xa1\x27\x51\x83\x07\x7a\x12\x35\x40\xa0\x27\x11\x5f\x74\x84\x9e\x44\x69\x3f\xe8\x49\xd4\xf2\x09\x3d\x89\x58\x8c\x22\xf5\x87\x95\x8c\x26\x42\x4f\x22\x08\x3a\x42\x4f\x94\x12\x25\x42\x4f\xd2\xa5\xbb\x04\x5a\x88\x07\x3d\x49\xc2\x16\xd0\x93\xa4\xe1\x02\x3d\x51\x30\x4d\x84\x82\x50\x9b\xee\x8e\x2a\x09\xf5\xe8\x9e\xd6\xcf\xa4\x65\x09\x9a\x91\x84\x2d\xba\xaa\xb5\x71\x1d\x5c\x22\x69\x71\x53\x49\x28\x08\x49\x84\x4b\x28\xb5\x49\x84\x4b\x24\xa9\x31\xb8\x44\xc2\xfa\x18\xe1\x12\x49\x9f\x16\x2e\xa1\xe8\x96\x08\x97\x48\x90\xf7\x08\x97\x50\x12\x94\x08\x97\x48\x52\x7f\x70\x09\x25\x3a\x89\x70\x89\xc4\x56\xe1\x08\x97\x50\x44\x49\x84\x4b\xa4\x46\xcf\xe0\x0b\x49\xe8\x05\xbe\x90\xb0\x45\x46\xf8\x42\xd2\x28\x80\x2f\xa4\xa1\x73\xc8\x80\x03\x2a\xc2\x17\x12\x6e\x9e\x08\x5f\x50\x16\x94\x08\x5f\x50\x74\x4b\x84\x2f\x24\x2d\x21\xf0\x85\x2c\xa5\x06\x5f\xa0\x74\xfd\x1d\xe1\x0b\x8a\x72\x88\xf0\x85\xcc\x16\xf1\x08\x5f\x50\x4c\x40\x84\x2f\x64\xd2\x62\x45\xf8\x42\xd6\xfb\x84\x2f\x28\xa6\x23\xc2\x17\x32\x26\x9c\x68\xe1\x79\x29\x6b\x6a\x5a\x78\x5e\xca\x5a\xd8\x2d\x3c\x2f\xe5\xac\x73\x26\x5f\xd6\x52\x0e\xcf\x50\x64\x48\x84\x67\xe4\xaa\xeb\x28\xfe\x00\xb5\x8e\xf0\x0c\xe5\x2f\x89\xf0\x0c\x45\x24\x44\x78\x46\x86\x22\x47\x78\x86\x62\x33\x22\x3c\x23\xc3\xf0\x22\x3c\x23\x6b\x99\x87\x67\x28\x5f\x4a\x84\x67\x28\x86\x24\xc2\x33\xf2\xd4\x3f\x91\x4f\x33\x0e\x9e\x91\xf5\xc5\xe0\x19\x54\x91\xbc\x23\x3c\x23\x13\xca\x1a\xe1\x19\x45\x73\x0c\x9e\xa1\xe8\x8f\x08\xcf\x28\x18\x4a\x22\x3c\xa3\x40\xc9\x23\x65\x9f\x8a\x00\xc4\xd2\xf7\x43\x3e\x38\x48\x21\xca\x28\xc2\x41\x94\x5d\x24\x19\x07\x49\x05\x6c\x9f\xe0\x20\x05\x2c\x9a\xe0\x20\xca\x58\x92\xe0\x20\xca\x74\x92\xe0\x20\x14\x66\xbe\x13\x1c\xa4\x24\xfd\x33\xd2\xd2\x5d\x4c\xbe\x92\x75\x0e\xf9\x50\xda\x09\x0e\xa2\x60\x82\x64\x1c\xa4\x2c\x58\x63\xba\x90\xaf\xea\x3a\xe4\xc3\xe0\x91\x2e\xe4\x43\x85\x27\x38\x48\x81\x77\x27\x38\x48\xc1\xb4\x95\xe0\x20\x72\xee\x27\x38\x48\xe1\x1b\x25\x38\x48\x99\xff\xda\x2a\x92\xa0\x27\x65\xea\x71\xe4\xbf\x65\x51\x4c\xd0\x93\x8a\x46\x4d\x50\x90\xca\x54\x49\x50\x10\x25\x3a\x49\x50\x90\x92\x75\x8e\xfa\x23\xd8\x4c\x13\x14\xa4\xa2\x35\x13\x14\xa4\x42\xc6\x12\x14\xa4\xe2\xd5\x4d\x50\x90\x8a\x71\x3c\x41\x41\xaa\x3e\x1f\x14\x44\x69\x4f\x12\x34\xa3\x46\xb5\xac\x86\xc3\xd2\x8b\x87\x66\x54\x34\x6a\x82\x66\xd4\xa4\x7f\x22\x43\xd2\x3f\x91\x01\xcd\x98\xa0\x19\xf2\xd1\x27\x68\x46\xc5\xa4\x92\xe0\x12\x94\xa0\xba\x13\x5c\xa2\xa2\x27\x13\x5c\xa2\x12\x8b\x98\xbc\xca\xc7\xf0\x4f\xb8\x44\x65\xf9\x4c\x70\x89\xda\x74\xdd\xc3\x3f\x79\x02\x5c\xa2\x42\xc2\x93\xea\xfa\xb2\x98\x26\xe3\x12\x45\x7b\x15\x13\x5c\xa2\xb2\x98\x26\xb8\x44\x65\xa2\x26\xb8\x44\x65\x69\x4d\x70\x89\xda\x75\x17\xe4\xd3\xe0\xf1\xaa\x11\xc3\x3d\xe1\x12\x15\x4b\x5a\x82\x2f\x28\x91\x4b\x82\x2f\x50\xa3\xec\x4e\xf0\x85\x0a\x1e\x4b\xf0\x85\x46\xcc\x4a\x82\x2f\x34\x48\x7f\x82\x2f\x28\x4a\x25\xc1\x17\xda\xa5\x7b\x5a\x3f\x9b\xd7\xd3\xad\x2f\x0d\x25\x9a\xe0\x04\x0d\xa7\x5d\x82\x13\x34\x4c\x38\x09\x4e\xa0\x24\x2f\x09\x4e\x20\x8f\x7d\x82\x13\x28\x43\x4a\x82\x13\x50\xde\xe8\x4e\x70\x82\x06\xb3\x48\x70\x02\x25\x9c\x49\x70\x82\x86\x41\x2e\xc1\x09\xa8\x3e\x79\x27\x38\x81\xf2\xb3\x24\x38\x81\xb2\xbc\x24\x38\x01\xf5\x40\xee\x04\x27\x68\x60\xbc\x04\x27\x68\x51\xf7\x44\x06\x9c\x53\x09\x4e\xd0\x34\x5a\xe1\x04\xf2\xfb\x27\x38\x41\xc3\xd7\x91\xe0\x04\x8a\x10\x48\x70\x82\x46\x94\x51\x82\x13\x34\xd4\x4a\x82\x13\x34\xd4\x7b\x82\x13\x50\x4f\xfd\x4e\x70\x82\x96\x75\x4f\x64\x08\xba\x27\x32\x60\xcd\x4d\x70\x02\xb9\xf3\x13\x9c\xa0\x11\xbd\x93\xe0\x04\xad\xeb\xe9\xc8\xa7\x91\x05\x27\x68\xa0\xc1\x04\x27\x50\x88\x40\x82\x13\x34\x8d\x2c\x38\x41\x83\xdd\x26\x38\x01\x15\x34\xef\x04\x27\xe8\xb7\xee\x82\x7c\x1a\x83\xe4\xe5\x56\xe6\x98\x04\x5f\xe8\x5a\xe6\xe1\x0b\xfd\x52\xab\xd0\xe2\x3b\x24\xa5\x8b\x65\x9c\x51\x33\x49\x81\x06\x29\x21\xdf\xd2\x3f\x07\xff\x54\x6b\x72\x17\xf5\x1a\xf9\xd8\x9f\x91\xe0\x12\x0a\x2d\x48\x70\x89\x0e\x97\x48\x14\xda\xed\x00\x88\x94\x25\x1f\x6f\x29\xab\x66\xcb\xbf\x22\x2e\x12\x84\xa4\xa3\xe1\x12\x84\xa4\xe3\xed\x4e\x10\x92\xae\xc1\x0a\x21\xe9\x5a\x30\x33\xa2\x13\xa4\x92\x32\xa2\x3f\x7a\x38\xe5\xa2\xd0\x93\x09\xb2\xa2\xb4\x35\x09\xb2\xd2\x21\x2b\x89\x72\x4a\x5d\x7a\x92\x72\x4a\x1d\xc2\x9c\x54\x4e\x09\x6b\x75\x2a\x88\xae\xe9\x50\x10\x5d\x43\x1e\xca\xd3\x35\x71\xa0\x3c\x5d\x0b\x18\x94\x47\x71\x0d\x09\xca\xd3\xab\x9e\x80\x7c\x44\xe3\x26\x28\x4f\xc7\x7a\x95\xa0\x3c\x4a\x62\x93\xa0\x3c\x54\x2a\xbe\x13\x94\xa7\x63\xf3\x4e\x50\x9e\x2e\x1d\x0a\xe5\xe9\x4d\x77\x41\xbe\xa6\xeb\x90\x4f\xba\x17\xca\x43\xa9\xc6\x3b\xe1\xbc\x51\x1c\x45\xc2\x79\xd3\xb1\xc0\x25\xe8\x90\xe2\x28\x12\x74\x88\x12\x38\x77\xc2\x79\xd3\xb1\x30\x26\x9c\x37\x7d\xe8\x1c\xf2\x81\x68\x13\xc4\xa9\x4f\x9d\x2b\x04\x43\x21\x1f\xec\x48\x71\x14\x09\x76\xd4\x97\xfe\x89\x7c\xe0\xaa\x04\x3b\xea\x1a\x9e\xb0\x23\x25\xd4\x49\xb0\xa3\xa1\x65\x17\x76\x34\xb4\x5c\xe3\xbc\x19\x58\x5e\x13\xec\x48\x29\x74\x12\xec\x68\x68\xf1\x86\x1d\x0d\x2d\x8a\xb0\x23\x25\xaa\x49\xb0\xa3\x81\xaf\x3d\xc1\x8e\x86\xd7\x13\x28\x87\x85\x35\x30\xe1\xbc\x51\x34\x46\xc2\x79\x33\x1e\xf5\xcc\xe4\x53\x82\x9b\x84\xf3\x66\x68\x9c\xe1\xbc\x51\x9a\x9c\x04\xab\x1a\x49\x4f\x40\x3e\x78\x54\x82\x55\x0d\x2d\xb4\xb0\xaa\xa1\x19\x00\xab\x52\x4c\x47\x82\x55\x29\xa6\x23\xc1\xaa\x06\x66\x9a\xa4\x72\x4a\xf0\xaf\x04\xab\x1a\x5a\x3e\x61\x55\x43\x00\x02\x56\x35\x8a\xfe\x89\x7c\x44\xc5\x24\x58\x95\x52\xe8\x24\x58\xd5\xa8\x7a\x1e\xf2\x81\xf4\x13\xac\x4a\x91\x1a\x09\x56\xa5\x64\x3b\x09\x56\x35\x34\xe6\xf1\xd0\x4c\xad\x05\x78\x68\x94\xce\x27\xc1\xb8\x06\x0c\x21\xc1\xb8\x86\xc6\x19\x8c\x4b\xf1\x1e\x09\xc6\x35\xa4\x64\xde\x42\xbb\x8c\x6b\x15\xda\xd5\xd8\x1d\x2a\x67\xa6\xe7\x21\x1f\x91\x1a\x09\xc6\xa5\xc8\x90\x04\xe3\x1a\x4b\xfd\x44\x3e\x8d\x56\x18\xd7\x80\xbd\x27\x18\xd7\xc4\xfc\x98\x60\x5c\x8a\x60\x49\x30\x2e\x45\x5c\x24\x18\x17\x85\xe4\xee\x04\xe3\x9a\xf0\x85\x04\xe3\x9a\x82\x98\x30\x2e\xc5\x58\x24\x18\xd7\xc4\xf4\x93\x60\x5c\xca\xf5\x93\x60\x5c\xd3\xe9\x2e\x26\xdf\xfc\x35\x06\xff\xbe\x24\x43\xc6\x26\x0e\xbd\x04\x19\x9b\x9a\xa8\x90\xb1\xa9\x61\x0d\x19\x9b\x5e\x0f\x1f\x3c\x40\x02\x21\xba\xd0\x2e\x64\x6c\x6a\xaa\x2c\x7d\x5a\x5e\x04\x64\x6c\x0a\x4d\x40\xc6\xa6\x74\x36\x64\x4c\xe5\x86\x12\x64\x6c\x12\xda\x96\x20\x5c\x53\x68\x17\xc2\x35\xa3\xee\x29\x19\x74\x0e\x19\x20\xa9\x09\xc2\x35\x71\x59\x24\x08\xd7\xd4\x72\x0d\xe1\x52\x48\x4e\x82\x70\x4d\x4d\x00\x23\x5c\x79\x31\xc8\x33\x84\x4b\x89\x86\x32\xa4\x6a\x42\x75\x33\xa4\x6a\x82\x49\x32\xa4\x6a\xa2\x02\x32\xc4\x69\x82\xa7\x33\xc4\x49\xe5\x8d\x32\xe4\x48\x09\x75\x32\xe4\x68\xf1\x96\x32\xce\x9b\xc5\xb2\x94\xa1\x3c\x2b\xa8\x15\x68\x3d\xb4\xc8\x13\x80\x8a\xcb\x70\x97\xc5\xdb\xcd\x70\x17\xc5\x58\x64\xb8\x8b\xe2\x21\x32\xdc\x45\xb1\x19\x19\xee\xa2\xa4\x39\x19\xee\xa2\x54\x38\x19\xee\xa2\xe4\x37\x19\xee\xb2\x24\x3b\xdc\x65\x61\xe9\xcd\xb8\x4f\x94\x18\x27\xe3\x3e\x11\x77\xc9\xf0\x9a\x05\xaa\xcb\xb8\x4f\x14\x2b\x91\xe1\x35\x8b\x09\x9e\xe1\x35\x0b\xa5\x96\xe1\x35\x8a\x95\xc8\xf0\x9a\xf7\xab\xc0\x6b\xa8\xf8\x78\x67\x78\xcd\x6a\xea\xb5\x15\x30\x53\x8e\xba\x0c\x77\x59\x70\x89\x0c\x77\x51\x1c\x45\x86\xbb\x28\x72\x22\xc3\x5d\xd6\xd4\x75\xc8\x00\x56\xcb\xca\xc9\x00\xc6\xcb\xf8\x41\x14\x7b\x92\xe1\x2e\x6b\xe9\x9c\x29\x3c\x25\x50\xcd\xc6\x5d\xb2\x6a\xf5\x64\xe3\x2e\xf9\xba\xf4\xbc\x4e\xab\xd1\xa2\x3e\x1b\x4b\x41\xa6\xbc\x2c\x15\x03\xef\x4c\x79\x59\x25\xe9\xc9\x94\x97\x55\x41\xa3\x4c\x79\xd9\x0b\x75\x94\x1f\x0a\xad\x31\x8b\xb3\xf1\x9a\xac\x2c\x36\xf9\xa1\x86\x1e\xca\x29\x1b\xaf\xc9\x57\xd0\xf3\x32\x2d\xdd\xb3\xd0\xd2\x75\xc8\x10\xf4\x04\x64\x88\xba\x0e\x19\xa2\xae\x43\x06\x14\x5e\x7e\x54\x48\x4e\xff\x5c\xb4\x98\x1d\x94\x97\xbd\xb0\x02\x67\xca\xcb\x5e\xcc\xf0\x1c\x90\x8f\xd9\x98\x29\x2f\x7b\x69\xfe\x05\x15\x92\xe3\x0d\x06\xe4\xd3\x48\x0e\xc8\x47\x88\x61\x0e\xc8\x87\x1a\xcb\x94\x97\xbd\x50\x8d\x39\x20\x9f\x46\x64\x40\xbe\xaa\xe7\x51\x03\x47\xb3\x38\x20\x1f\x81\x06\x39\x20\xdf\xd0\x3d\x91\x6f\xea\x79\xc8\x87\x67\x20\x53\x5e\x56\x51\x1c\x99\xf2\xb2\x57\xff\x57\xbe\xe4\x1c\x11\x1d\xbb\x53\x8e\x88\x8e\x2d\x39\x1b\x55\xca\x0a\xfe\xc8\x11\xd1\x41\x52\x39\x22\x3a\x8e\xb9\x6c\x54\x29\xdf\x58\x6c\xb3\x51\xa5\x7c\x3b\x5d\x47\x8d\x39\xb4\x51\xa6\xf2\xec\xed\x74\x17\xfb\xb4\xf7\xa3\xeb\x3a\xe5\x57\xd5\x1a\x9c\x53\x5f\x4c\x74\x25\xb8\xc9\x46\x95\xb2\xd2\xba\x64\xa3\x4a\xf9\x26\xd0\x26\x27\x44\xc7\x86\x99\xa9\x3c\xab\x54\x31\xd9\xa8\x52\x56\x29\xa2\x6c\x74\x28\x2b\xe1\x4c\x4e\xc8\xa0\x65\x29\x21\x83\x96\xa5\x84\x0c\x58\xa8\x72\x42\x06\xcc\x34\x39\x21\x83\x96\xba\x44\x1d\xc0\xaa\x73\xc8\x80\xf9\x23\x27\x64\xa8\x7a\x1e\x32\x68\x59\xca\x92\x81\xf7\x62\x74\x28\xab\x84\x51\xa6\x84\xec\x8d\x69\x24\x67\x64\x00\x69\xe4\xcc\x37\x02\x03\x65\xe3\x3c\x59\xb1\x27\x39\x23\x9f\x16\xa9\x8c\x7c\x20\xa2\x9c\x91\xaf\xeb\x2e\xc8\x07\xf2\xce\x19\xf9\x40\x60\x39\x23\x5f\xd7\xd3\x91\xaf\xeb\x2e\xc8\x87\x05\x35\x67\xe4\xd3\x80\xcc\xc8\x07\x06\xca\x05\xf9\xba\x5a\xc8\xa7\x51\x47\x21\x24\xc5\xb3\xe4\x42\x3f\x09\xe1\xca\xc6\x4f\xb2\x03\xe7\x64\xe3\x27\xd9\x5d\xfa\x67\xa7\xa5\xbb\x0c\x5a\xf4\xcc\xf8\x49\x56\x3c\x4b\xa6\xdc\xab\x23\x1e\x22\x53\xee\xd5\x69\x7c\x1a\x3f\xc9\x0e\x9e\x98\x2b\xe5\x50\xa5\x28\x8d\x9f\x64\x15\x3b\xca\xc6\x4f\xb2\x83\xfd\x65\xe3\x27\xd9\x05\xdd\x25\xd2\xd2\x75\x89\x16\x7d\x31\x7e\x92\x9d\x16\xb7\x4a\x4d\x42\x7d\xe9\x8a\x7c\x30\xc3\x5c\x91\x4f\x4b\x5d\x45\x3e\x2d\x75\xca\x9f\x00\x43\xc8\x0d\x19\x34\xae\x1b\xfd\x4c\x3a\x47\x3f\x31\x78\x64\x8a\x16\x29\x0e\x26\x53\xb4\xc8\x81\x84\x73\xa3\x9f\x60\xd8\xdc\xe8\x67\xd3\x39\xfa\xa9\x85\xa8\xd1\x4f\xa9\xaa\x46\x3f\x31\x77\xe6\x46\x3f\x87\xee\xc2\x77\x18\x7a\x1e\xdf\x01\x8e\x95\x1b\x32\x48\x8d\x75\x64\x80\x63\x65\xb6\xf3\x78\x8d\x79\xe3\x19\xd9\x5f\x6a\x21\x1f\xb8\x38\x77\xe4\x93\xfa\xeb\xc8\x07\x82\xce\x94\x6d\x55\x0d\xa3\x4c\xd9\x56\x65\x95\xc9\xc6\x33\xb2\xd7\x7a\xd6\x91\x4f\xa3\xd5\x78\x46\xf6\xc0\xcf\x6c\x3c\x23\x2b\x46\x26\x1b\xcf\xc8\x8a\xa6\xc9\xc6\x33\x32\xb5\x44\xef\x4c\xd9\x56\xd5\x29\xca\x94\x6d\x55\x2d\xa2\xcc\x76\x1e\x0f\x88\xcd\x03\xf9\xc2\xf5\xaf\x25\x79\x20\xba\xf0\x18\x79\x17\x14\xa0\x93\x8d\x82\x64\xaf\xc1\x6a\x34\x23\x7b\xe9\x9f\x81\x78\xd2\x31\x46\x33\xb2\xaf\x6a\x21\x9e\x3e\xf4\x40\x3c\x28\x4f\x1e\x88\x27\xdc\x48\xd5\x56\x15\x65\xca\x94\x66\x55\xc2\x99\x4c\x69\x56\x2f\x74\x36\x11\x4f\x8b\xe2\x44\x3c\x90\x70\x9e\xc8\xa0\x65\x69\x22\x83\xb4\x34\xa5\x59\x15\xe6\x93\x8d\x66\x64\x15\x3b\xca\x94\x66\x55\x32\x9a\x3c\x91\x0f\x73\x44\x9e\xc8\xa7\xa1\x44\x69\x56\x25\x72\xc9\x13\xf9\xd8\x0a\x93\x29\xcd\xaa\x10\xa0\x4c\x69\x56\x8f\x33\x25\x1b\x97\xc8\x8f\x06\xd6\x44\x3e\x2d\x52\xc6\x25\xf2\x23\x7c\xb4\x90\x0f\xcb\x5d\x5e\xc8\x87\x9d\x2b\x1b\x97\xc8\x8f\x16\x22\x4a\xb3\x7a\xe2\x52\x32\xa5\x59\x3d\xb4\x2d\x53\x9a\xf5\xd1\xb2\x64\x8e\x9d\xfc\x38\x9d\x4b\xb4\x74\x1d\xf2\x69\x81\xa6\x34\xeb\xa3\x85\xc8\x78\x46\x0e\x1a\xd6\x0b\xf9\x34\x1d\x8c\x67\xe4\x27\xea\x3a\xe4\xc3\x76\x96\x8d\x67\x64\x15\x50\xca\xf0\x0c\xc5\x74\x14\xe3\x19\x59\xe5\x86\x8a\x39\x76\xb2\x0a\x1a\x95\x0b\xf9\x70\xa5\x16\xe3\x20\xf9\x01\xaf\x14\xe3\x20\xf9\x41\x89\x96\x0b\xf9\x50\x7f\xe5\x42\x3e\xd8\x51\xa1\x34\xeb\x83\x0a\x2f\xc6\x4f\xf2\x83\x03\xaa\x50\x9a\x55\x61\x53\xc5\x1c\x3b\xf9\x49\xba\xae\xd1\xeb\x40\x0b\xf9\xba\x7a\x8d\x7c\x51\xcf\x43\xbe\xa6\xeb\xf8\x7e\xd8\xfb\xcb\x8d\x7c\x45\x2d\xe4\x63\xba\x97\x1b\xf9\x50\x63\xe5\x46\x3e\x16\xbe\x72\x23\x1f\xca\xa9\xdc\xc8\xc7\x16\xdc\x72\x23\x1f\x63\xa2\xdc\xc8\x87\x8d\xb6\xdc\xc8\x37\xd4\x42\xbe\xaa\x7f\xf2\xfd\x9c\x5a\xc8\xb7\xd4\x33\xe4\x63\x5c\x97\x9b\x6f\xa4\xb7\x64\xec\x28\x07\x28\x79\x31\x76\x94\x15\x3b\x54\x8c\x1d\x65\x95\x4c\x2a\x0e\x19\x96\xae\x33\x19\x54\xec\xa8\x18\x3b\xca\x2a\x76\x54\x8c\x1d\x65\xe5\x83\x29\xc6\x8e\xb2\xb2\xca\x14\x63\x47\x39\x10\x4e\x56\x8c\x1d\xe5\x88\xa1\xab\x38\x64\x00\xac\x15\x63\x47\x59\x19\x67\x8a\xb1\xa3\xac\xaa\x45\xc5\xd8\x51\x0e\x55\x3d\x9b\x9c\xd3\x13\x90\x0f\xa7\x79\xf1\xc8\xc7\x1a\x52\x3c\xf2\x31\xdf\x8b\x47\x3e\xc6\x75\x31\xe6\x94\x15\xe7\x53\x3c\xf2\x81\xb5\x8b\x47\xbe\xa9\xbb\x20\x1f\xab\x54\xf1\xc8\x87\xbd\xbf\x78\xe4\xd3\x28\x37\xe6\x94\xad\x4a\xd2\x5f\x97\xe4\x02\xa9\x0a\x40\xf4\x02\xa9\x0a\x20\xa2\x02\xa9\x0a\x4d\x0f\x47\x74\x4c\xfa\xc5\x23\xba\x86\xa7\x47\x74\x0d\x25\x08\x57\x80\x18\x16\x08\x57\x00\xbe\x17\x08\x57\x98\x3a\x87\xe8\x68\xb1\x02\xe1\x52\x99\xa2\x02\xe1\x52\x12\x9b\x02\xe1\x8a\x2c\x8a\x05\xc2\xa5\xc0\x9e\x02\xe1\x52\x21\xa4\x02\xe1\x52\x08\x50\x81\x70\x45\x96\x97\x02\xe1\x8a\x2c\x52\x05\xc2\x15\x6f\xfd\xd3\xe4\x53\x28\x4f\x81\x70\x29\xe9\x4a\x81\x70\x45\xdc\x43\xc5\x08\xd7\x33\x35\x40\x20\x5c\x11\x43\x42\x81\x70\x29\x89\x4d\x81\x70\x29\xb0\xa7\x40\xb8\x22\xc8\xa6\x40\xb8\x14\x3e\x53\x20\x5c\x94\xe6\xbf\x4b\xa0\x9f\x50\xf2\x02\x71\x8a\x55\xf7\xa4\x9f\x5d\xcf\xa3\x9f\x9a\xa8\x10\x27\x05\xe1\x14\x88\x93\x12\xd5\x14\x88\x53\x46\xfd\x15\xd8\x51\x04\x2d\x15\xd8\x51\x84\xbc\x17\xd8\x91\x62\x6b\x0a\xec\x48\x29\x66\x0a\xec\x28\xe2\x45\x2e\xb0\xa3\x08\x3e\x2a\xb0\xa3\x38\x74\x4f\xa6\xd8\xd4\x39\xfb\x0e\x09\x4a\x5e\x60\x47\x49\x5f\xc5\xd8\x51\x56\xa4\x4d\x81\x1d\xa9\x84\x51\x81\x1d\xa9\xec\x6e\x81\x1d\x29\x42\xa7\xc0\x8e\x12\xee\xa1\x02\x3b\x52\x41\xa3\x02\x3b\x52\xd1\xa2\x02\x3b\x52\x91\xa4\x62\x8e\xa4\x9c\x34\xb2\xcc\x91\x94\x13\x88\xa8\xc0\x9c\x94\xd2\xa6\xc0\x9c\x94\xa8\xa6\xc0\x9c\x54\x98\xa8\xc0\x9c\x12\xf1\xb0\x05\xe6\xa4\x18\xa0\x02\x73\x4a\x1a\x59\x30\x27\x25\xb1\x29\x30\xa7\xa4\x11\x02\x73\x4a\x18\x97\x0a\xcc\x29\xe1\xbd\x29\x30\x27\x95\x45\x2a\x30\xa7\x04\xa7\x2b\x30\xa7\x84\xf3\xbb\xc0\x9c\x14\x2d\x54\x60\x4e\x49\x6a\x0c\xe6\xa4\xa4\x39\x05\xe6\x94\xe0\x97\x05\xe6\x94\xb4\x7c\xc2\x9c\x12\xe6\xc0\x02\x73\xca\xf0\x93\x02\x73\x4a\x00\xab\x02\x73\x4a\x52\x40\x30\xa7\x24\x45\x09\x73\x4a\x1a\xad\x30\xa7\x84\xcb\xb0\xc0\x9c\x12\x40\xa0\xc0\x9c\x54\xb0\xa9\xc0\x9c\x92\xd6\x10\xf3\x16\x15\xc5\x7e\x95\x82\x7c\x1a\xad\xb0\xaa\xa4\x19\x50\x90\x0f\x5f\x4e\x29\xc8\x87\xad\xbc\xc0\xb8\x94\xb7\xa6\x14\xe4\x93\x32\x2c\x7c\x3f\x8d\x4f\xd8\x58\x02\xda\x14\xd8\x58\x9a\xea\x4b\xe7\x4d\xe8\x9f\x83\x96\x64\x40\x3e\xad\x3d\x30\xae\x7c\xa9\xc5\x37\x82\x2f\x14\x18\x57\xbe\xff\x15\x71\x51\x20\x63\x19\x50\x5e\x20\x63\x59\x9a\x11\x32\x96\xb5\x80\x41\xc6\x54\xb0\xa9\x40\xc6\xb2\x57\x8b\xcf\xe7\x75\x97\x4a\x8b\x41\x00\x19\xcb\xf8\x24\x0b\x64\x2c\x6b\x58\x57\xc4\x23\xe2\xb6\x98\xb3\x28\xe7\x47\xcf\xb3\xcf\xa7\xd2\x4e\x05\xa2\xa6\x64\x3b\x85\x50\xba\x8c\x9d\xb9\x98\xb3\x28\xab\x78\x54\x81\xc4\x65\x61\x2e\x48\x5c\x66\x6b\x43\x81\xc4\x29\x51\x4d\x81\xc4\xe5\xa2\x16\xf2\x81\xa7\x0b\x24\x2e\x63\xcb\x2a\x90\x38\x05\x43\x15\x48\x9c\x0a\x59\x15\x48\x5c\xd6\x80\x84\xc4\x65\xe2\x36\x0a\x24\x2e\x17\x9d\x43\xbe\xaa\xe7\x21\x1f\xde\xee\x02\x89\xcb\x1a\xf2\x90\x38\xa5\xd7\x29\x90\xb8\x2c\x1c\x00\x89\xcb\x5a\x76\x21\x71\x59\x58\x0d\x12\x97\x71\x27\x16\x88\x9a\xc2\xad\x0a\x64\x2c\x4b\x35\x42\xc6\x94\xa8\xa6\x40\xc6\x54\xe8\xa9\x40\xc6\xb2\x30\x10\x64\x4c\x61\x53\x05\x32\x96\xd9\x66\x5b\x20\x63\x59\x03\x19\xc6\xa5\xa4\x39\x05\xc6\xa5\x24\x3d\x05\xc6\xa5\xe2\x51\xc5\x9c\x3e\xb9\x48\xc1\x9a\xd3\x27\x97\x47\xad\xc4\x39\xde\x12\x6c\x4c\xe9\x75\x0a\x8c\xab\x08\x57\xc1\xb8\x8a\x46\x0f\x8c\xab\x68\x64\xc1\xb8\x94\xdc\xa7\xc0\xb8\x54\x66\xaa\xc0\xb8\x8a\x16\x3e\x18\x57\x61\x5b\x47\x81\x71\x29\x68\xab\xc0\xb8\x94\x8c\xa6\xc0\xb8\x0a\x7e\x97\x02\xe3\x2a\x98\x1c\x0a\x8c\xab\x08\x65\xc1\xb8\x94\x9a\xa6\xc0\xb8\x8a\x30\x3a\x8c\x4b\x69\x72\x0a\x8c\x4b\x49\x7a\x0a\x8c\x4b\xc9\x76\x0a\x8c\xab\x60\x4a\x2b\x30\xae\x22\xfc\x07\xe3\x52\xb0\x57\x81\x71\x15\xa9\x77\x18\x57\x21\x8a\xa3\xc0\xb8\x8a\x10\x34\x8c\xab\x60\x04\x2b\x30\xae\x42\x62\xb1\x02\xe3\x2a\x98\x2a\x0a\x8c\xab\x68\x69\x85\x71\x29\xbd\x4e\x81\x71\x15\x81\x35\x18\x57\xd1\x42\x0b\xab\x2a\xc2\xfd\x30\x27\x85\x85\x15\x98\x53\x61\x2c\x55\x98\x53\x61\xcf\x40\x85\x39\x55\x94\x6f\x85\x39\x55\xd6\xa5\x0a\x73\xaa\x98\xa1\x2a\xcc\x49\x19\x59\x2a\xcc\x49\xb9\x69\x2a\xcc\xa9\xf2\x35\x2b\xcc\x49\xe5\xb0\x2a\xcc\x49\xd9\x5a\x2a\xcc\xa9\x32\x96\x2a\xcc\xa9\x06\xdd\xa5\xd1\x72\xb4\x3a\xff\xd4\x75\x83\x96\x7a\x6d\xf2\xd5\xa4\xbe\x98\x7c\x95\x51\x50\x61\x4e\x2a\x95\x55\x61\x4e\x96\x01\xe6\xaf\x4b\x72\x85\x54\x55\xcc\x11\x15\x52\x55\x59\x5e\x2a\xa4\x4a\x89\x5c\x2a\xa4\xaa\x02\xf4\x2b\xa4\xaa\xf2\xa1\x2b\xa4\xaa\x16\xb5\x10\x0f\xa3\x46\x85\x38\x55\xf0\x5f\x85\x38\x29\xd8\xab\xde\x88\xd7\x25\x02\xe2\x75\x3d\x1d\xf1\xf8\xb4\x15\x52\x55\x31\x16\x54\x48\x55\xc5\x26\x55\x21\x55\x95\xcf\x5e\x21\x55\x15\x5f\x6d\x85\x54\x55\x6c\xde\x15\x52\xd5\x6e\x9d\x43\x06\x74\x61\x85\x54\x55\x22\x12\x2a\xa4\xaa\x2e\xdd\x93\xcf\x07\x6e\xac\x90\xaa\x3a\xd4\x17\x93\x4f\x15\xbd\x2a\xa4\xaa\x5d\xba\x6e\xf0\x3c\xc9\x80\x7c\x53\x7d\x59\x9c\xe3\x43\x43\xaa\x9a\x06\x1d\xa4\xaa\x11\x92\x53\x21\x55\xcd\xe9\x1c\x49\x3d\xb1\x6f\x56\x4f\x12\x43\xf0\x43\x85\x54\x35\xa7\x7b\x46\x5a\x3a\x97\xb8\x0e\x19\x20\x55\x0a\x2e\xab\x90\xaa\xa6\xe1\x09\x73\x52\x58\x58\x85\x39\x35\x62\x09\x2a\xcc\xa9\x3d\xba\x0b\xf2\x11\x9a\x58\x61\x4e\x2d\xe8\xe9\xc8\xa7\x41\x0e\x73\x6a\x98\x31\x2a\xcc\xa9\x45\x9d\x43\x3e\x70\x63\x85\x39\x29\x80\xac\xc2\x9c\x5a\xd4\x39\xe4\x63\x39\xab\x30\xa7\x86\xda\xac\x30\x27\x15\x06\xab\x30\xa7\x96\x75\x17\xe4\xc3\x24\x56\x61\x47\x0d\xe3\x59\x85\x01\x75\x1c\xab\x15\x97\x93\xca\x61\x55\x18\x50\x07\x33\x57\x18\x50\xd7\x64\x84\x01\x29\x1e\xa9\xc2\x80\x54\x2a\xab\xc2\x80\x14\x65\x54\x61\x40\xca\xba\x52\x71\x39\x29\xeb\x4a\xc5\xe5\xa4\xd8\xa1\x8a\xcb\xa9\x27\x3d\xa1\xd2\x52\xcf\xec\x3b\x28\x23\x4b\x85\x39\x75\x8c\x6e\x15\xe6\xd4\x35\x8b\x61\x4e\x9d\xe5\xba\xc2\x8e\x54\x1c\xab\xc2\x8e\xba\x96\x10\xd8\x51\x67\xf1\xae\xca\x03\xae\xe5\x0c\x76\xa4\x78\xa4\x0a\x3b\xea\x55\xf7\x44\x86\xa6\x73\xf4\x13\xa8\x51\x61\x40\x2a\xaa\x55\x61\x40\xbd\xeb\x09\xf4\x13\x53\x4c\x85\x01\x75\xcd\x54\x18\x50\xc7\x3e\x5d\x61\x40\x5d\xb3\x1f\x06\xa4\xc2\x59\x15\x26\xa3\x08\x9d\x0a\x93\x19\x9a\x71\x30\x99\x01\xa2\xad\x30\x99\x71\xe9\x3a\xeb\xe7\xd0\x1c\x33\x26\x53\x54\x77\xa6\xc2\x64\xc6\xad\xa7\xab\x9f\xba\x6e\x72\x8e\x7e\xc2\x64\x86\xe6\x2d\x4c\x66\xc0\x83\x2b\x4c\x66\x68\x49\x86\xc9\x0c\x58\x71\x85\xc9\x58\x9c\xcf\xdf\x97\x64\x48\xce\xc8\xba\xcc\x3e\xc3\x00\xb9\x55\x48\xce\xd0\x12\x09\xc9\x19\xb8\x8e\x2a\x24\x47\x41\x38\x15\x92\x33\x30\x6a\x54\x48\xce\xd0\xeb\x84\xe4\xa8\x94\x54\x85\xe4\x28\xb5\x49\x85\xe4\xa8\xb0\x54\x85\xe4\x0c\x48\x4e\x85\xc8\x0c\x48\x71\x2d\x88\xa7\x0f\x06\x91\x19\xe0\xb8\x0a\x59\x19\x4b\xff\xb4\xbe\x4c\xbd\x78\x08\x89\x42\x56\x2a\x84\x64\x82\xc3\x2b\x84\x44\x11\x25\x15\x42\x32\xbd\xae\x9b\xb4\xf8\x0c\xb8\x87\x26\x5e\xeb\x8a\x7b\x48\x25\xa1\x2a\x64\x65\x6a\x59\x82\xac\x4c\x4d\x54\xc8\xca\xd4\xd4\x84\x91\x4c\x4d\x69\x18\xc9\x0c\xba\xce\x64\x50\xd1\xa9\x0a\x23\x99\x51\xd7\xd9\xbb\x9e\x4e\x4f\x47\x3e\xc8\x66\x85\x91\xc8\x88\x52\x61\x24\x4a\x90\x52\x61\x24\x4a\xc1\x52\x61\x24\x8a\x44\xa9\x30\x92\xa9\xef\x0e\x23\x99\x58\xc4\x2a\x8c\x64\x6a\x82\xc3\x48\xa6\x14\x33\x8c\x64\xe2\x82\xad\x30\x92\xa9\xc9\x0f\x23\x99\x60\xb5\x0a\x23\x99\x52\xd3\x30\x92\xa9\x85\x01\x46\x32\x35\xce\x60\x24\xca\x90\x52\x61\x24\x53\xca\x1e\x46\x32\x41\x6e\x15\x46\x32\x61\x08\x15\x46\x32\xa1\xa5\x15\x46\x32\x9b\xae\x43\x3e\x8d\x56\x18\xc9\x24\x8c\xb0\xc2\x48\x54\x8c\xab\xc2\x48\xa6\x46\x1d\x8c\x64\x6a\x44\xc2\x48\x54\x7e\xab\xc2\x48\xa6\x46\x1d\x8c\x64\x2e\xfd\x13\xf9\x04\x19\x70\x2b\x29\xef\x49\x85\xad\x2c\x2d\x21\xb8\x95\xd6\xa5\xbe\x98\x7c\xeb\x56\xab\xd1\xe2\x8b\xc1\x64\x16\xdb\x33\x2a\x4c\x46\xb9\x4d\x2a\x4c\x66\xdd\xea\x0b\xf1\x41\x1a\xe5\x30\x99\x25\xdc\x08\x93\x59\x82\x0c\x30\x99\x25\xa5\x0d\x93\x59\x52\xef\x30\x99\xe5\x75\x5d\xa0\xc5\xd3\x61\x32\x8a\x01\xaa\x30\x99\xa5\x79\x04\x93\x51\x0e\x96\x8a\x5f\x49\x05\xb7\x2a\x7e\xa5\xa5\xd9\x01\xcb\x59\xc2\x9b\xb0\x9c\x77\x51\x84\xe5\x2c\x4c\x31\x15\x96\xa3\xa2\x61\x15\xee\xb2\x8a\x5a\xf4\x1a\xb3\x49\x85\xbb\x28\x7a\xa7\xc2\x5d\x54\xc8\xaa\xc2\x5d\x14\xcb\x53\xe1\x2e\x8b\xfc\x3a\x15\xee\xb2\xb4\x4a\xc1\x5d\x16\x06\xd5\x0a\x77\x59\x82\x67\x70\x97\x35\xf5\x4f\x7a\x3d\x75\xcf\xc1\x9e\x01\xdd\x93\x5e\x8b\x05\x18\x77\x29\x97\xbe\xb4\xf1\x93\x72\xfd\xd3\x70\x51\x8d\xba\x14\xd5\xa3\xaa\x46\x5d\x8a\x02\x6d\xaa\x51\x97\x72\x49\xc7\x18\x75\x29\x17\x84\xb2\x2e\xb6\x2f\x48\x57\x18\x75\x29\x0a\xe5\xa9\xe6\x2c\x2a\x17\xa6\x8a\x6a\xce\xa2\x72\x89\x2e\x18\xad\x29\x97\x96\x41\x73\x16\x95\x4b\x9f\x1d\x67\x91\x2a\x7a\xb5\x0b\x11\xb0\xcb\xb4\x8b\x7e\xf2\x69\xdb\x45\x3f\xbd\xce\xd1\x4f\xd0\x59\xbb\xe8\x67\xd0\x5d\xe8\x67\xd0\x3f\xe9\x67\xd4\x39\xfa\x09\x02\x6b\xec\xe6\x51\x48\x4e\x33\xea\x52\x62\xd5\x3f\xe9\x27\x8b\x5b\xbb\xf4\x19\xd4\x9a\x9c\x1b\xb4\xf8\x0c\x2c\x75\xcd\xa8\x4b\xb9\x40\x6e\xcd\xa8\x4b\xb9\x58\xc0\xda\x8d\x7c\xe0\x9c\x76\x23\x1f\x11\xa9\x8d\x04\xde\x97\x9e\x7e\x23\x5f\xd5\x39\xe4\x6b\x7a\x02\xf2\x61\x52\x69\x37\xf2\x31\x94\xda\x8d\x7c\xa0\x90\x46\x5e\x38\xf7\xe8\x9e\x7c\x07\x96\x9e\x66\xdc\xa5\xdc\x97\xae\x33\xf9\xee\x5b\xad\x49\x4b\xfd\x34\xf9\x6e\xfc\xcd\xcd\xb8\x4b\xb9\x51\x63\xcd\xb8\x4b\x51\x31\xa7\x66\xdc\xa5\x28\x0b\x4a\x33\xee\x52\x6e\x7d\x15\xe3\x2e\xe5\x46\xad\x34\xe3\x2e\x45\xe9\x59\x9a\x71\x97\x72\xe3\xb4\x6b\x6c\x03\x52\xc1\xa6\x66\xdc\xa5\xdc\xfa\x0e\xc6\x5d\xca\x8d\x7a\x68\xc6\x5d\xca\xad\xf7\x69\xdc\xa5\x28\x0e\xa6\x39\xe4\xab\x6a\x21\x5f\xd5\x75\xc8\xa7\xb7\xeb\x90\x0f\xf5\xd0\x3c\xf2\xe9\xed\x7a\xe4\x63\x4b\x44\xf3\xc8\xd7\xf4\x4f\x64\xc0\x6e\xdf\x3c\x32\xb0\xcc\x37\xb6\xfa\xdc\x58\x49\x9b\x47\x06\x20\x4a\x23\x5c\xee\x06\x78\x34\x8f\x0c\xf0\xa8\xe6\x91\x41\xdf\xc8\x23\x03\x0a\xa1\x19\x07\x29\x2a\x22\xd4\x1e\xfa\x09\x28\x69\xc6\x41\x8a\x8a\x0f\x35\xe3\x20\x45\x39\x51\x9a\x71\x90\xe2\x98\xef\xcd\x38\x48\x71\x58\xe3\x9b\x71\x90\xa2\xda\x40\xcd\x38\x48\x71\x2c\x91\xcd\x38\x48\x71\x8f\xae\xcb\xb4\x90\xd6\x38\x48\x51\xd4\x48\x33\xef\x4d\x79\xc7\x99\x79\x6f\x8a\x2b\xba\xce\x64\x70\x5e\xfd\x1c\xfc\x13\xf9\xcc\x7b\x53\x1c\xf0\xa5\x3d\xc8\xc7\x22\xdc\x8c\xbb\x14\xe5\x4b\x69\x01\xf9\x50\xfd\x2d\x20\x1f\xce\xb7\x16\x90\x0f\x36\xd6\x02\xf2\x01\x15\x5b\x40\x3e\xfc\x5f\x2d\x20\x1f\x0b\x74\x0b\xc8\x37\x75\xce\xe4\xf3\x97\xae\x43\xbe\xa5\x7b\x9a\x7c\x1e\x73\x59\x33\xee\x52\x3c\x71\x30\xcd\xb8\x4b\xf1\x9a\x2b\xc6\x5d\x8a\xc7\xf0\xdb\x8c\xbb\x14\x7f\xff\x2b\x85\x7d\x33\x87\x50\x51\xcc\x43\x33\x87\x50\xf1\x90\xb8\x66\x94\xa7\x28\x30\xa4\x19\xe5\x29\x1e\x1d\xda\x8c\xf2\x14\x8f\x16\x6b\x46\x79\x8a\x07\xd5\x35\xa3\x3c\x45\xf1\x10\xcd\x28\x4f\xf1\x38\x1b\x9a\x51\x9e\xe2\x35\x51\x23\xa2\x37\x5d\x87\x78\x20\xa9\x46\x48\x9c\xd7\x0b\x8c\xf4\x13\x1b\x66\x4b\xf4\x13\x9d\xd6\x12\xfd\x1c\x3a\x47\x3f\xc9\x59\xd0\x12\xfd\xc4\x82\xda\x12\xfd\xd4\xe4\x48\xf4\xb3\xeb\x3a\xfa\xa9\x05\xcc\xe8\x50\x79\x30\x39\x34\xa3\x43\xe5\xd1\x20\x37\x3a\x54\x14\x7f\xd1\x8c\x0e\x15\x45\x55\x34\xe8\x90\xa2\x23\x9a\xd1\xa1\xf2\xdc\x7a\x9e\x7d\x22\x15\xd9\x69\x46\x87\xca\x83\x59\xa1\x19\x1d\x2a\xf2\xfb\x37\xa3\x43\xe5\x41\x35\x36\xa3\x43\x45\xe9\x52\x9a\xd1\xa1\xa2\xb4\x27\xcd\xe8\x50\x79\xb0\x7a\x35\xca\xb6\x3e\x1a\x2e\xc6\x79\xca\x83\xe9\xa0\x19\xe7\x29\x8f\xbe\x51\x46\xbe\xa8\xeb\x90\x4f\x93\x31\x23\x5f\xd4\xf3\x98\x62\x38\xae\x5a\x46\xbe\xa4\xbb\x20\x5f\x52\xaf\x91\x0f\xbb\x68\xcb\xc8\x27\x55\x95\x91\x4f\x53\xa5\x20\x9f\x46\x48\x41\x3e\x2c\xa8\x0d\xc7\xce\x23\xa5\x56\x90\x8f\x88\xd4\x66\x8e\x9d\xa2\xfc\x17\xcd\x1c\x3b\x45\xde\xee\x66\x5c\xa9\xc8\x9f\xde\xcc\xb1\x53\xe4\x33\x6f\xe6\xd8\x29\x41\x53\xda\xb8\x52\x09\xc4\xdd\x34\xe3\x4a\x45\x9e\xf7\x66\x5c\xa9\x84\xaa\x7b\x4e\x5a\xc8\x60\x5c\xa9\x28\xab\x45\x33\xae\x54\x02\xce\xa2\x66\x5c\xa9\xc8\xdd\xdd\x8c\x2b\x95\x00\x46\x6f\xc6\x95\x8a\x72\x5c\xb4\x37\x4f\x1b\x7d\xa9\xc8\xa0\xd1\x5a\x91\x01\xc2\xdc\x2a\x32\x74\x3d\x0f\x19\x70\x9a\x37\xb6\xfa\x04\xfc\x04\xcd\xb8\x52\x09\x5a\xe6\x2b\xf2\x0d\x5d\x87\x7c\x5a\xe6\x2b\xf2\x69\xe6\x54\xe4\x93\x0a\x37\xae\x54\xa2\x46\x9d\x71\xa5\x12\x31\x6d\x35\xe3\x43\x25\x82\x8b\x9b\xf1\xa1\x12\x41\xc2\xcd\xf8\x50\x51\xe5\x97\x66\x7c\xa8\x44\x2d\xb4\xc6\x87\x4a\xd4\x98\x30\x3e\x54\x94\xe3\xa2\x19\x1f\x2a\xaa\xfc\xd2\x8c\x0f\x15\x55\x7e\x69\x0d\x48\x14\x74\x4f\xc2\x63\xb1\xe2\x37\xe3\x43\x45\x39\x2e\x9a\xf1\xa1\xa2\x6c\x18\xad\x21\x03\x5e\x98\xd6\x91\x01\xc3\x4c\x33\x3e\x54\xa2\xd4\x43\xc7\x81\x88\xd7\xa7\x75\xe4\x93\x2a\xee\xc8\xa7\x51\xd0\x91\x41\xab\x54\x47\x06\x29\xe6\x8e\x0c\x98\x69\x5a\xa7\x9f\x44\x5f\xb5\x4e\x3f\xa5\x98\x3b\xfd\xfc\xa5\xb4\xff\xbe\x24\x77\x44\xd0\x20\x18\x72\x7c\xa8\x85\x08\xfa\xb4\x46\x79\x8a\x7c\xd8\x6d\x20\x82\x06\x08\x89\xb1\xe5\xd1\x6e\x46\x79\x8a\xf2\x51\x34\xa3\x3c\x45\xde\xf5\x66\x94\xa7\xc8\xbb\xde\x8c\xf2\x94\xa4\xc5\xcd\x28\x4f\x49\xc2\xc5\x24\xc6\x96\x3f\xbd\x19\xe5\x29\x2a\x11\xd3\x8c\xf2\x14\x95\x88\x69\x46\x79\x4a\x92\x6e\x32\xca\x53\x94\xf1\xa2\x99\x63\xa7\x24\x48\x7f\x33\xc7\x4e\x49\x42\x75\xe6\xd8\x29\x09\x8c\xde\x26\x56\x59\x2d\x67\x13\x19\xa0\x58\x6d\x22\x83\x34\xff\x44\x06\x0d\xcf\x89\x0c\x42\x0c\x13\x19\x34\xe8\x26\x32\x68\x19\x9c\xc8\x20\x34\x31\x91\x41\xc3\x0c\x02\x24\x9f\x79\x33\x02\x14\x14\xdb\xd9\x20\x40\xca\xb7\xd1\x16\x32\x60\xa1\x6a\x0b\x19\x08\xe8\x6a\x90\x23\xd5\x7a\x69\x30\x20\x15\x9a\x69\x30\xa0\xa4\xa5\x0e\x06\x94\xb0\x53\x36\x18\x50\x22\xdc\xbe\xc1\x80\x94\x7d\xa3\xc1\x72\x92\xf0\x0a\x2c\x27\x69\x01\x83\xe5\xa8\xee\x4c\x5b\xc8\x00\x85\xec\x17\xfd\xec\x6a\xd1\x4f\x8c\x0c\x1d\x06\x94\x50\x86\x1d\x06\x24\xaf\x7c\x87\x01\x29\x8b\x46\x87\x01\x25\xb6\x73\x77\x18\xd0\x62\xf2\x77\x18\x90\xbc\xe4\x9d\x6d\x39\x4a\x14\xdf\x61\x40\x69\xe9\x79\xc8\x40\xee\xbe\x0e\x03\x92\x07\xbd\xc3\x80\x94\x7d\xa3\xc3\x80\xb2\x57\xcf\x6c\x2c\x65\xc6\x52\x87\x01\xc9\xc1\xdd\x61\x40\x99\x68\x8c\x0e\x03\xca\xec\x75\xeb\x30\x20\x55\x9a\xe9\x30\xa0\xac\x5e\xc3\x80\x32\x4b\x56\x87\x01\xc9\x19\xdd\xe1\x35\xca\xd3\xd1\x6f\x52\xc3\xc3\x10\x3a\xbc\x46\x19\x36\x3a\xbc\x46\x19\x36\x3a\xbc\x46\x6e\xdd\x0e\xaf\xc9\x4d\x4f\xa7\xd7\x78\x6f\x3a\xbc\x26\xeb\xab\xc0\x6b\x94\x8b\xa3\xc3\x6b\x32\x48\xb1\xc3\x6b\x32\xa6\x98\x0e\xaf\x29\x97\xae\x0b\xb4\xf4\x4f\xfb\x2a\xca\x8d\xd1\xe1\x35\xe5\xd6\xf3\x32\x2d\xde\x27\xbc\x46\xb5\x49\x3a\xdc\xa5\xe8\xed\xc2\x5d\x0a\x1e\x93\x0e\x77\x51\x16\x8d\x0e\x77\x29\x60\xd1\x0e\x3f\x29\xcc\xbf\x6e\xbe\x95\x52\x98\x7f\x1d\xdf\x4a\x01\xcd\x77\xb8\x4b\x01\x79\x77\xb8\x4b\xd1\x9b\x87\x9f\xc8\xc9\xdb\xe1\x27\xca\xa9\xd1\x3d\x7d\x21\x85\x55\x87\x83\x14\x54\x71\x87\x83\x14\x8d\x33\x38\x48\x81\xc9\x74\x38\x88\x8a\x77\x74\x38\x48\x01\x2a\x76\x38\x48\x19\xff\x32\x5c\x74\x68\x46\x59\xba\x65\xa3\xa5\x9b\xd8\x2b\xab\x64\x9b\xea\xd0\x8c\xaa\x81\x0c\xcd\x50\xbd\x8c\x0e\xcd\x28\x68\xdb\x0e\xcd\xa8\x2c\x91\x1d\x9a\x51\x41\x83\x1d\x9a\xa1\xac\x16\x1d\x9a\x51\xf5\x02\xa1\x19\x55\xaf\x1a\x9a\x51\x89\x76\xec\xd0\x0c\xe5\xbf\xe8\xd0\x0c\x65\xca\xe8\xd0\x8c\xaa\xd7\x09\xcd\xa8\xa8\x95\x0e\xcd\x90\x27\xb5\x43\x33\x94\x37\xa3\x43\x33\x2a\x9a\xb8\x43\x33\x54\x13\xa3\x43\x33\x6a\xd4\x3d\x17\x2d\x06\x0f\x5c\x42\x19\x36\x3a\x5c\xa2\x6a\x52\xc1\x25\x2a\x08\xb3\xc3\x25\x2a\x28\xab\xc3\x25\x94\xf1\xa2\xc3\x25\xaa\x3e\x34\x5c\xa2\x76\x9d\x43\x3e\x08\x57\x87\x4b\xa8\x46\x45\x87\x2f\x28\x03\x45\x87\x2f\x54\x2c\x5b\x1d\xbe\x20\x27\x68\x87\x2f\x54\xd2\x00\x75\xf8\x42\xc5\xce\xd5\xe1\x0b\x72\x7b\x76\xf8\x82\x9c\x99\x1d\xbe\xa0\x6a\x16\x1d\xbe\xa0\xec\x14\x1d\xbe\xd0\x34\xc5\xe0\x0b\x72\x5f\x76\xf8\x82\x6a\x54\x74\x38\x41\xc3\xdb\xdd\xb3\xaa\x59\xf0\x76\xc1\xef\x0d\xf5\xd7\xc1\xef\xaa\x3c\xd1\xc1\xef\x72\x27\x76\x30\x7a\x63\x1b\x50\x07\xa3\x37\xcc\x1f\x1d\x8c\x2e\x67\x5f\x07\xa3\xb7\xa2\xbb\xd8\xf7\x53\x3d\x89\x0e\x46\x6f\xd8\xb5\x3b\x58\xbb\xa1\x56\x3a\x58\x5b\x19\x1a\x3a\x58\xbb\xe9\x3b\x80\xb5\x1b\xf8\xb6\x83\xb5\x1b\x48\xb8\x17\x64\xd7\x72\x56\xe8\xa7\xbe\x18\x58\xbb\x61\x83\xee\x60\xed\xa6\xd9\x01\xd6\x6e\xb0\xb1\x0e\xd6\x6e\x43\xad\x9b\x73\xf4\x13\xac\x2d\xc7\x63\x07\x6b\x37\x29\xa0\x8a\x0c\xfa\x7e\x60\xed\x46\xe6\x91\x0e\xd6\xee\x18\x27\x3a\x58\x5b\xb9\x23\x3a\x58\xbb\x6b\x31\x05\x6b\x2b\x07\x44\x07\x6b\x77\x29\x27\xb0\x76\xd7\x77\x07\x6b\xab\xbc\x44\x07\x6b\x77\x2d\xc2\x60\xed\x7e\xa9\x9f\x8b\x16\xcf\x03\x6b\x77\x2d\xa6\xe6\x97\x28\x2a\x4b\xd1\x1b\xf2\x69\x84\x80\xc3\x55\xa4\xa2\x83\xc3\xbb\x16\x6f\x70\x78\x07\x4a\x75\x70\x78\xc7\x97\xd3\xc1\xe1\x5d\x23\x0b\x1c\xde\xa5\x0c\xc1\xe1\x5d\xeb\x04\x38\xbc\xc3\xd4\x3a\x38\x5c\x99\x32\x3a\x38\xbc\x47\xdd\x13\xf9\x92\xee\x82\x7c\x38\x5d\x3b\x38\xbc\x13\x4c\xd0\xc1\xe1\x9d\xa0\xd0\x0e\x0e\xef\xfa\x0e\xe0\xf0\xa1\x77\x0d\x0e\x1f\xbf\xde\xe0\xdf\x97\x64\x20\x7a\xd7\x24\x36\x97\x45\x19\xd2\x85\xe6\xb2\x28\xca\x59\xd0\x81\xef\x03\xbc\xd9\x81\xef\xc3\xe9\x9c\x89\xae\x3d\xef\xdd\x5c\x16\x65\x38\xdd\xc5\x44\x57\x75\x89\x0e\xb4\x1f\x9a\x8c\x40\x7b\xe5\x3a\xe8\x40\x7b\x55\x82\xe8\xe0\xf7\x01\x41\xef\x86\xdf\x8b\x32\x18\x74\xf0\xfb\xd0\xab\x06\xbf\x2b\x83\x41\x07\xbf\x0f\x10\x6d\x07\xa3\xab\x4a\x44\x07\xa3\x0f\x4d\x70\x30\xfa\x90\x0e\x05\xa3\xab\x4a\x44\x07\xa3\x2b\xbb\x41\x07\xa3\x2b\x2f\x41\x07\xa3\x0f\x08\x73\x07\xa3\x2b\x33\x40\x07\xa3\x8f\xa8\x7e\x22\x03\x58\xb4\x83\xd1\x47\x51\x0b\x19\x08\x6d\xeb\x13\x19\x08\x4e\xea\x13\x19\x08\x39\xea\xe0\xf7\x21\x9c\x03\x7e\x1f\x78\xad\x3b\xf8\x7d\x40\x9f\x3b\xf8\x5d\xf9\x05\x3a\xf8\x5d\x2e\xd8\x0e\x7e\x57\x75\x89\x0e\x7e\x97\x43\xb6\x83\xdf\xe5\xc8\xed\xe0\x77\xd5\x85\xe8\xe0\xf7\x41\x82\xa2\x3e\x91\x4f\x4a\x1b\xfc\xae\x6a\x16\x1d\xfc\x3e\x84\x68\xc1\xef\x43\xca\x02\xfc\x3e\x96\xce\x99\x0c\x13\x4b\x68\x07\xa3\x4f\xcc\x1f\x1d\x8c\xae\xad\xf3\x1d\x2f\x85\xb6\xb9\x77\xbc\x14\x72\x4a\x76\xf0\xfb\x24\x2c\xac\x83\xd1\xb5\xb1\xbd\x5b\xf0\x55\x99\x45\xf7\xa4\x7a\x0d\x4b\xf2\x00\xbf\x4f\xb6\x7a\x0f\xf0\xbb\x4a\x1e\x0c\xf0\xfb\xe4\x3b\x0c\xf0\xfb\xe4\x7d\x0e\xf0\xbb\xdc\x90\x03\xfc\x3e\xab\xee\x02\xcf\x88\x7a\x02\x32\x60\x72\x18\xa0\xf2\xc9\xb2\x3b\x40\xe5\x73\xe8\x9c\xb2\x20\x4f\x5a\xf4\x7a\xe8\x9e\xf4\x9a\x88\xa0\x01\x2a\x9f\x98\x1c\x06\xa8\x7c\x62\xc8\x1b\xa0\x72\x95\x43\x18\xa0\xf2\x89\xf2\x1d\xf8\x1e\x26\x0c\x76\xb0\xc9\x3e\x62\x41\x1d\xa0\x6b\x39\x17\x07\xe8\x7a\xb1\x0c\x0e\xd0\xf5\x02\xa7\x0e\xd0\xb5\x5c\x78\x03\x74\xbd\xf0\x1a\x0c\xd0\xf5\xc2\x78\x36\x40\xd7\xda\xf0\x3f\x40\xd7\x0b\xaf\xc1\xc0\xde\xbf\xa2\xee\x49\xcc\x43\xd4\x5d\xec\xbd\x2c\x4c\x1c\x03\xcc\xbc\x92\xee\x49\xcf\x58\x22\x07\x98\x79\xf1\x6d\x07\xf6\x7e\xb9\xfe\x06\xf6\xfe\x85\x51\x6a\x18\x9e\x0e\x99\xad\x6f\x83\x3a\x30\x85\x98\xe5\x01\x9e\xbe\x98\xef\x43\x29\x84\x59\x27\x86\xe1\x69\x27\x33\xcd\x30\x45\xe9\x3d\x38\x7c\x98\xa2\xf4\x1e\x15\x37\x4c\x51\x7a\xd9\x8b\x87\x29\x4a\xaf\xaa\xec\xc3\x14\xa5\xf7\xc0\x97\x61\x8a\xd2\x5b\x4d\xf8\xbf\x2e\xc9\xc3\x74\xa8\xd7\xc6\xc5\x61\x3a\xd4\x7b\xac\x9d\xc3\x74\xa8\xf7\x2c\x60\xc3\x74\xa8\x57\xd2\xec\x61\x3a\xd4\xfb\x4b\x0f\xef\x3c\x4e\xd7\x0d\x5a\xba\xe7\xa4\xd5\x68\x2d\x3a\xcd\x67\x30\x1d\xea\x65\x9f\x1e\x8d\x4e\xb3\xf4\x8c\x46\xcf\xf0\xbc\x0f\xd3\x7e\x5e\x15\x0f\x86\x69\x3f\xaf\x1a\x07\xc3\xb4\x9f\xbb\x31\x63\x8c\x46\xcf\xba\xfe\xd9\xed\x9c\x86\x99\x29\x20\xef\x30\x55\x8c\xce\x2b\xc3\x86\x39\x3a\x4f\x67\xf2\x8f\xce\xd3\x21\xfd\xc3\x14\x90\xd3\x66\xd6\x61\x0a\xc8\xc9\x29\x32\x4c\x01\x39\x07\x52\x1c\xa6\x80\x9c\xd3\x04\x37\x05\xe4\x1c\x64\x6c\x98\x02\x72\x4e\xbd\x36\x05\xe4\x1c\x11\xc5\xc3\x94\x4c\x50\x9d\xeb\x81\x92\x51\x2c\xf0\xa0\x7a\xda\xc4\x39\x35\x86\xf0\x83\xae\xa3\xe4\x0e\x2a\x75\xc8\x2f\xde\xf5\x4f\xca\x76\xe9\x9d\x99\x02\x0a\x5e\x8b\x8d\x29\xa0\x91\xa3\x1f\x2a\x04\x35\x4c\x09\x85\x77\x18\xa2\x84\x14\x55\x3c\x48\xed\x22\x37\xde\x50\x04\x30\xfe\x80\x21\x25\x44\x2a\xcf\x41\x04\xb0\xb2\x42\x0c\x2a\xa8\x29\x17\xc2\xa0\x82\x9a\xc3\x92\x3f\xa8\xa0\x26\xfb\xe0\x30\x25\xb4\x14\x33\x3a\xf0\xa2\xcb\x0a\x3e\x64\x44\x22\xe6\x63\x98\x12\x0a\x91\x68\x8d\x61\x4a\xc8\x2b\x4d\xd0\x98\xca\x34\xa1\x27\x90\x2d\x43\xef\xc6\x94\x50\x58\x04\x6e\x0d\xf2\xb7\x14\x90\xd6\x30\x25\xf4\x2c\x2d\x7e\xa6\x84\x82\xc7\x7e\x3d\x30\x22\x5d\x44\x6b\x8c\xa9\xd8\x0d\xfe\x69\x4a\x28\x84\xa6\xd6\x6d\xef\x34\xcd\xd1\x51\x4b\xc3\x14\x51\xe8\x9a\x41\xaf\x21\x09\x39\xc8\xe1\xa2\x18\xeb\x41\x65\xb6\x1b\x94\x36\x4c\x49\x8d\x1c\xe2\xe8\xef\xbf\xc9\xf1\x02\x17\x1b\xda\x7b\x09\x08\x19\xeb\xe7\x5b\xce\xa5\x23\x26\xeb\xa5\xf9\x68\xc6\xa6\x50\xa5\x20\x28\xc3\xe6\xb5\xd8\x49\x91\x69\x9c\x13\x45\xac\x1a\x7e\xc3\x14\x59\x18\x70\xa7\xa9\x7a\xd9\xcc\xd5\x49\xbd\x6c\xa9\xb5\x29\x45\x06\xd3\x98\x28\xb2\x01\xfe\x9c\xe4\x80\x09\xcc\x96\x79\xc9\x0d\xaa\x7b\x5a\x0d\x17\x45\x57\x4f\x4a\xb4\x69\x73\xca\x24\x8a\x38\x30\x5e\x27\x86\xa8\x86\xb5\x7c\x62\x88\xd2\xb6\xe9\x49\x62\x4d\xdf\x75\x97\x6e\x5f\x6f\xe9\x79\xf6\x2d\x15\x72\x38\xe5\x8a\xc7\xaf\x35\x4d\xe5\xf1\xbd\x50\x90\x93\xc4\x9b\x57\x52\x4b\xf9\x78\xb8\x13\x6a\x4f\xc9\x1f\x26\x65\xda\x22\xb0\x65\x9a\x31\x6a\x29\x72\x79\x12\x2e\x1c\x00\xa8\x93\x70\xe1\xa0\xb7\x68\xee\xf8\xf0\xa0\x4a\xa7\xb9\xe3\x83\x29\xdd\xbf\x2e\xd3\x93\x0a\x6e\xda\xb6\x30\xdf\xed\x99\x9e\x16\x5e\xe0\xaa\x4e\x63\x4b\x2c\x7a\x80\xf6\x25\xf1\x4a\xd1\xb9\x89\x18\xbd\x89\xce\xbd\x88\xb4\x9d\x4a\x6c\xc3\x14\x98\x54\x70\x7b\xc0\x92\xd3\x29\x58\x84\xeb\x88\x32\x56\x45\xeb\x49\x19\xee\xa7\xe9\x3a\x1b\xc6\x19\xda\x35\x49\x6c\x73\x33\x39\x27\x89\x6d\xee\xa4\xbb\x10\x65\xac\x4f\x61\x16\xad\x20\xe7\xc4\x44\x73\x5f\x7a\xf1\xa6\xb9\x83\x03\xb1\x4d\x2a\xb8\xc9\xad\x37\x49\x6c\x13\xb0\xb5\x4d\x34\xf7\x15\x74\x17\xcc\x09\x20\x85\x49\x94\xf1\xcd\xa4\x9e\x68\x6e\x05\x56\x4d\x34\xb7\x12\xd2\x4f\x34\xb7\x42\x6a\xa6\xd7\xa7\xe5\x4d\x10\x65\x1c\x41\xa4\xd3\xc7\x9f\x01\x94\x75\xad\x82\x7a\x74\xad\x95\x21\x52\x96\xdc\x89\xa5\x4c\x31\xb4\x93\x2a\x6e\x15\x4b\xe7\x24\x69\x67\x07\xa3\x4e\x22\x8d\x95\x3c\x75\x92\xb4\x53\x93\x79\x5a\xa4\x71\x50\xe4\xc0\xa4\x8a\x9b\x94\xf2\xa4\x8a\x5b\x61\xa2\x4f\x2c\x6c\xda\x60\x3f\xcd\xc2\xb6\x14\xda\x3f\xa9\xe2\xf6\xb0\x30\x4d\x2c\x6c\x37\x35\x52\x26\x55\xdc\x1e\x48\xfd\x34\x2f\xff\x52\x86\xd9\x69\x5e\xfe\x90\xf5\x65\xf0\xf2\xe7\xa0\x27\xd8\x37\xcc\xb8\x43\xa7\x99\xdf\x78\x37\x49\xbd\x63\x1b\x38\x16\xbf\x49\x24\xb2\x16\xca\x69\x26\xb8\x90\x31\x7f\x4c\x92\x81\xaa\x48\xed\xc4\x04\xa7\x28\xd7\x49\x32\x50\x25\x0c\x9a\x41\xa5\x96\x78\x6f\x66\x82\x0b\x4a\x96\x3e\x83\x22\x82\xb8\x0b\x26\xb8\x77\x64\x06\x45\xcc\xa8\x45\x34\xf5\xa5\xbb\x50\x8a\x48\x7d\xa1\x92\x5b\xd1\x02\x42\x32\xd0\xa2\xd1\x1e\x50\x99\x5a\x78\x48\x06\xea\x34\x86\x31\xc1\x5d\x98\x0a\x67\x20\xbf\x2f\xa6\x91\x19\xf0\x4b\xe0\x36\x9b\x4a\x14\x0a\xee\x9f\x94\x6b\x5b\xfa\x32\x51\x11\x25\x6a\x99\xca\xf4\x1a\x33\x94\x6b\x53\x8c\xc5\x24\x82\xb9\x12\x61\x35\x29\xd7\x96\xd4\x33\x12\x85\x56\xcd\x74\x4c\x70\x17\x9b\xec\xa7\x99\xe0\x42\x2d\xba\x8e\x68\x71\xa7\x73\x26\xdf\xd4\x17\x23\x51\xa8\x22\xc1\xa6\xb9\xfa\x97\xcc\x81\x93\xe8\xe6\xf0\xf6\x8c\x1c\xe1\x55\xff\x34\x35\x52\x71\x46\x4f\x33\xeb\x05\xa5\xfd\x9a\x94\x72\xeb\x98\x85\x26\xfb\x3b\x1f\x8d\x35\xcc\x7a\x19\xd0\x31\x31\xeb\x75\xcd\x66\xcc\x7a\x93\xb8\x9b\x69\x66\xbd\xa0\x98\xa3\x89\x59\xaf\x48\x8d\x28\x51\x28\x20\x6f\x2a\x0c\x80\x9d\x92\x93\x52\x6e\x37\xa6\x9f\x49\xa2\xd0\xf8\x3e\x81\xfa\x2a\xff\x4c\xdc\x39\xc9\x21\x7a\xe3\xb5\x9e\x04\x4c\x5f\x97\x3a\xad\x0c\x0d\xbc\x24\x8b\x10\x58\xaa\x3b\x3d\x2d\x0a\x60\x15\x70\xcc\x54\xc9\x6d\xdd\x25\x6b\x7f\x20\x2f\x3e\x7f\x96\x99\x4b\x47\x6c\x1a\x2a\x94\x69\x5a\x24\x80\xf4\x98\xee\x5d\x7e\x8e\x40\x08\xa6\x59\x1b\x43\xf0\xba\xa2\xd1\xd2\xbf\x4d\x63\x06\x0d\x4e\xb3\x36\x86\xa8\x97\x49\x8d\xed\xa8\x4f\x69\xd6\xc6\x90\x35\xc8\x2c\x22\x20\x54\x3c\xe6\xb3\x80\x7e\x9e\x38\x26\x58\x78\x16\xa1\x1f\xfd\xdb\xdb\x87\x87\xf4\x4c\x2a\xbb\x5d\x78\x72\x27\x95\xdd\x3c\x76\xe7\x49\x65\xb7\x47\x53\x9c\xca\x6e\x01\xd2\x33\xa9\xec\x16\xb0\x7e\x4e\x2a\xbb\xc9\x71\x36\xa9\xec\x96\x96\x9e\x6e\x95\xdd\x54\xb8\x7f\x52\xd9\x4d\x89\xdc\x27\x95\xdd\x54\x38\x72\x9a\x15\x73\xe4\x70\x8d\x05\x36\x9d\xe5\x07\x19\x0c\xb0\xfb\x24\x49\xa8\x72\x74\x4c\x92\x84\xaa\xd2\xca\xac\xaa\xbb\xc2\xe0\x27\x49\xa8\xb2\x1e\x4c\xd5\x4c\xc0\x76\x3b\x49\x12\xaa\x24\xf1\x93\x24\xa1\xca\x98\x3d\xeb\x9e\xcf\x7a\x92\x24\x54\x39\x7a\x27\x25\x14\x94\x3c\x75\x2a\x49\x68\x55\x5f\x48\xc2\x28\x39\x49\x12\x3a\xde\x73\x63\x4b\xfa\x38\x49\x12\xaa\x6c\x6e\xf3\x2b\x41\xcf\x54\x82\x1e\x7c\xf0\x93\x28\x6b\x39\x4e\x27\x51\xd6\xe2\x73\xb3\x29\x3b\x0a\xf2\x11\x65\x1d\xb4\xb4\x10\x65\x1d\xbc\xee\xc9\xb6\xdd\xac\xbb\xb0\x6d\xf7\xbd\x27\x7b\xd9\x34\x33\x88\xb2\xd6\x1e\xb8\xd9\xb4\xc9\x48\x77\xd1\x26\x1c\xde\x12\x51\xd6\x8a\xe6\x9f\x8a\xb2\xc6\x0e\x39\xdb\xdc\x62\x92\x67\x5b\x5b\x9c\xec\xec\x0a\xb4\xa4\x9f\x58\x33\xdf\x25\x9e\x5a\xdc\x0a\x48\x9b\x58\x33\x6f\x4c\x5e\x13\x93\xa5\x22\x46\xa6\x4a\x2f\x48\x19\x60\xb2\x94\x8b\x7c\x62\xb2\x94\x93\x7a\x62\xb2\x94\x7b\x79\x62\xb2\xcc\xef\x3f\xb1\xa8\xeb\xcd\x63\xb2\x6c\x9a\x09\x98\x2c\x65\x0b\x9f\x98\x2c\x65\x04\x9a\x98\x2c\x65\x7c\x98\xc6\x18\x9d\x42\x5c\xa7\x31\xc6\xa5\x6a\x96\xd3\x18\xa3\x57\x52\xb1\x69\x8c\xd1\xbd\x0b\xb7\x31\x46\x77\x09\x08\x18\x63\xf4\xca\xa3\x37\x8d\x31\x3a\x05\xed\x4e\x63\x8c\x4b\x51\xcf\xd3\x18\xa3\x7b\x61\x88\xb1\x45\x77\x61\xe1\x9e\xc6\xec\x96\x2a\x4f\xce\x49\x5f\xa4\xde\x8c\x4d\xad\x25\xf0\x68\x6c\xca\xbf\x4a\xd9\xd8\x94\xbf\xf0\x8f\x4c\x63\x53\xfe\xc2\x67\x36\x8d\x4d\xf9\x0b\x86\x36\x8d\x49\x79\x85\xf7\xce\x85\x7c\x51\xd7\x19\xab\xb7\x4c\xe9\x7f\x5f\xaa\x8d\x64\x79\x25\xc0\x9b\x0b\xd1\x35\x24\x8c\x60\xf9\x4b\x0b\xc4\xc2\xdc\x80\xf1\x61\x2e\xcc\x0d\x42\x0b\x46\xae\xfc\xa5\x25\xd1\xc8\x95\xbf\xaa\xee\xd2\x69\xa9\x9b\x66\x08\xb9\xb4\xe0\x2f\x44\x9f\x6a\x21\x3a\x16\xb6\x75\x21\x3a\xa6\xf7\x75\x21\x3a\xee\xad\x75\x3d\x9b\x45\x68\x5d\x61\xb3\x08\xad\x2b\x6e\x16\xa1\x75\xa5\xcd\x22\xb4\xae\xbc\x59\x84\xd6\x55\x7e\x2c\x42\xbf\x5a\x75\x33\xfb\xac\xab\x6d\x66\x9f\x75\xf5\xcd\xec\xb3\xae\xb1\x99\x7d\xd6\x35\x37\xb3\xcf\xba\xd6\x66\xf6\x59\xf7\xb5\x99\x7d\xd6\x7d\x6f\x66\x9f\x75\xbb\xcd\xec\xb3\x6e\xbf\x99\x7d\xd6\xad\xcc\x5d\xba\x0b\xa9\x91\x08\x61\x5a\xc6\x6d\x42\x0c\xba\x67\xdf\x4c\x18\x8b\xa4\x9d\xca\x68\xb6\x54\x9d\x1a\x5a\xbb\x48\xda\xd9\xd0\xec\x0b\x7b\xa2\x6a\x42\x2c\xb8\x8d\xb2\x7a\x2d\xb8\x4d\x61\x3a\x2c\xec\x89\x62\x48\x8b\xa4\x9d\x62\x2c\x8b\xa4\x9d\x15\x06\xb1\xe0\x36\xad\xea\x9c\x29\x29\x05\x30\x2e\xb8\x8d\x90\xee\x22\x69\xa7\x10\xe4\x32\x6e\x13\x3c\xcc\x63\x39\x25\x5f\x57\xcf\x08\xe6\xc7\x00\xb6\xe0\x36\x72\xf1\x2c\x27\x33\x04\x6f\xd0\xb8\x4d\xf0\x4c\xe9\xe5\x31\x43\xe8\xbd\x18\xb7\x09\x11\x15\xb0\x64\x95\xbc\x75\xce\x94\x70\xc1\x4d\xb5\x8c\xdb\x84\xae\x77\x6d\xdc\x26\x4c\x54\xe0\x32\x6e\x13\x26\x36\xfb\x45\x75\x6a\xc7\xb4\x5d\xf0\x9a\xd8\xd5\x32\x25\x2c\x07\xda\x52\x75\x6a\x8d\x02\xaa\x53\xab\x1c\xef\xf2\x7b\xb1\x85\x05\xaf\x51\x92\xf8\xe5\xe7\x96\x40\x74\xb1\x83\x52\x89\xa7\x16\x3b\x28\x95\xed\x62\x3d\x7b\x3e\x86\xf5\xec\xf9\x18\x16\x91\x03\x72\xd0\xaf\xe7\xd9\xac\xe6\xcb\x78\xcd\x52\xbd\xed\x05\xaf\x59\xb0\x8a\x65\xbc\x66\xad\x4b\x77\xf9\x25\xdf\xad\x5a\x9a\xcb\x78\x8d\x0b\x92\xd6\x78\x8d\x0b\x4d\xd7\x99\xb9\xef\x56\xaf\x1f\x8c\x8d\x9a\xc5\xc6\x69\xdc\x8d\x29\x6c\x19\xa7\x71\xf7\xd4\x3d\x97\xdd\x05\x3e\xbf\x8c\xd3\x38\x65\x94\x59\xc6\x69\x5c\x84\x63\x2d\xe3\x34\x2e\x02\x9b\x96\x71\x1a\x17\x35\x96\x02\x2b\x03\xf6\xe7\x15\x58\x19\xde\x7b\x32\xfb\xf5\xae\x8d\xb7\xb8\x1b\xd5\xb8\x02\xb3\x1f\x1b\xc1\x0a\xcc\xfe\xa6\x73\xcc\xfe\xa6\xbb\x30\xfb\x9b\xfa\xc2\xec\x87\xfd\xac\xc8\x9c\x86\x89\xae\xc8\x9c\x2e\x3a\x47\xcf\xc6\xbf\x12\x7a\xae\x48\xa7\xa1\x03\x2b\x7e\x2d\x67\x91\xe5\xec\xd6\xb9\xaf\xe5\x2c\xb2\x9c\x69\x02\xc4\xaf\xe5\x2c\xb6\x7d\x21\x8a\x7d\x5f\xc0\x22\x02\x3d\x7a\x02\x02\x81\x8a\x57\x5c\xfb\xb2\x94\x58\xce\x40\xf2\x2b\xb1\x9c\x81\xd5\x56\xd2\x72\xc6\x3d\x13\xa2\x43\x42\x57\x42\x74\x5c\x97\x2b\x85\xcd\x1a\xbd\x92\x6c\xcc\x4c\x2a\x23\x2a\xaf\x6d\x7a\x19\x51\x71\x51\xc3\x3a\xa1\x72\xb4\x24\x27\x54\x8e\x53\x5f\x7e\xc9\x77\x49\xc9\x2c\x23\x2a\x97\x2a\xe7\x2e\x63\x23\xd7\xe5\xaf\xeb\x02\x5f\x2c\xc3\xc1\xde\x69\x39\x37\xec\xe1\x1d\x1a\x77\x75\xce\x41\xdb\x96\x61\x0f\xaf\xe0\xfb\x65\xd8\xc3\x3b\xf6\x1c\x2e\xc3\x1e\x5e\x89\x26\x97\xb9\x4b\xbd\x12\x4d\x2e\x73\x97\x7a\x07\xa1\x5c\x86\x4b\xbc\xd3\x1b\x36\x5c\xe2\x9d\x16\x31\x70\x89\x93\x54\x43\xd6\x78\xbe\xa1\xe1\x12\xef\xf4\xf6\xc1\x25\x4a\x5e\xb9\x0c\x97\x78\x47\xbc\xc0\x32\x5c\xe2\x9d\x86\xa1\xe1\x12\xef\x34\xc9\x07\xf2\xe9\xdd\x0c\xe4\x03\x57\xae\x81\x7c\x70\xac\x35\x90\xaf\xea\x9e\xc8\xa7\x29\x31\x90\x0f\x37\xeb\x9a\xc8\x87\xb3\x6f\x4d\xe4\xc3\xbd\xb7\x26\xf2\x81\xef\xd7\x44\x3e\x4c\x71\x6b\x22\x9f\xbe\xcc\x44\x3e\x8d\x74\xb3\x62\xbb\x57\x95\x99\x15\xdb\x29\x73\xe0\x32\x2b\xb6\xf3\x40\x8a\x65\x56\xec\xa5\x6a\xee\xcb\xac\xd8\xce\x4b\x5a\xb3\x62\x3b\xff\x3e\xaf\xd3\x52\xaf\xc7\x7e\x9d\xa1\xa9\x4f\x2b\x7c\xb5\xe4\x77\xe1\x2e\x4b\x1e\x21\xbe\x8a\x01\xa1\xeb\xc2\x6a\xbe\x0c\x08\x5d\x57\xd3\x3f\xb5\x8c\xf0\x76\x01\x42\x1e\x90\xb4\x00\x42\x5e\x4a\x7d\x31\x2a\x93\xbf\xae\x18\x2e\xe1\xb6\x65\x80\xe8\xba\xe2\xb8\xae\x58\x2e\x59\x65\x17\xc0\xc8\x59\xb6\x18\x77\x5d\x5a\x64\x32\x2d\x8f\x3f\x65\xd0\x7a\xb0\xd3\x5f\xb4\x34\x7e\xd4\xd2\x58\x4e\xb4\xf8\xd6\xa6\xbe\xdc\x65\x20\xc6\xa5\x4a\xcb\xa0\x89\x23\x3d\x9a\xbb\x6e\x2d\xb0\xdc\xc5\xec\xba\x2e\x5a\xac\x94\x01\x68\x6b\x79\x5a\xb8\xed\xcc\x7f\xe1\x2e\x03\x2a\x2e\xde\xf4\xda\xc0\x88\xa3\xf2\xa0\xbb\x6e\x49\xc4\x13\x0c\x8c\xb8\xc7\x78\x89\xbb\x0c\x70\xac\x75\xf3\x3c\x03\x1c\x9f\x16\x70\xf5\x52\xcb\xee\x19\x32\xf7\x74\x28\x90\xcc\xf3\x0c\x00\xb8\x90\x79\x2f\x06\x00\x5c\xb0\x04\x00\xee\xf2\xc8\x67\x61\xa8\xee\x32\x00\xe0\x88\xb8\x77\x97\x01\x00\x67\x95\x2a\xff\xb6\x4c\xbb\xcb\xa3\x03\xf5\xaa\x3d\x3a\x30\xd2\x15\xd3\xf1\x2e\x04\x9d\xeb\xb4\xd4\xb1\xc1\x3f\xf5\x38\x44\x88\xbc\xf8\x87\x6e\x4e\x5e\xee\x43\x37\x4d\x3b\xbb\xeb\xa1\x9b\x9d\x27\x98\x1e\xbf\x40\x26\xee\x22\xb0\xef\x32\x25\xe1\x2e\xac\x8a\xab\x21\x9e\x69\xe0\xc5\xf6\x52\x77\x3d\x0c\xbb\xa6\xeb\xc0\xdf\x37\x9f\xef\x01\x7f\x17\xfe\x19\xc0\xdf\x85\xbb\x04\x51\x2b\x9e\x10\xa0\x33\x17\x12\x05\x51\x24\x5d\x97\x69\xe9\x1c\x14\xe9\x66\xb0\x06\x28\xd2\x8d\xec\xa6\x65\xed\xfd\x5b\xcb\x90\xec\x3d\x74\x17\x99\x90\x18\x20\xa6\xf6\xae\x2b\xe4\xeb\x7a\xca\xfb\xe3\x4c\xfe\x3a\x13\x18\x7a\xb1\xfc\x1c\x7d\x8f\xa0\x12\x52\xd6\xc4\xb2\x1f\x67\xc6\xd7\x99\xa4\xff\xcf\x9f\xa3\xef\x11\x1b\x5e\x58\xcb\xdd\x65\xaa\xd0\xdd\x17\x92\x98\x2a\x74\xe4\xd9\x76\x97\xa9\xc2\xeb\x0a\xcf\x75\x3d\xbc\x2f\x53\x87\xee\xf6\xbc\x4b\xd4\x21\x29\xdd\xdd\x65\xea\xd0\xdd\x9d\xa7\xa0\xf2\xee\xe2\xdd\x5d\x18\x13\xa6\xbe\x42\x71\x4c\x5b\x33\xa6\x05\x8c\x5e\xee\x4a\x9a\x46\x0c\x72\x33\xa6\x45\x16\x49\x77\xd9\x76\x9b\x98\xae\x52\x62\xb8\x9e\x75\xd7\x54\x3c\xdf\x84\x4c\x04\xbd\xde\x21\x4e\x1f\xfb\x08\xcf\x6c\xc8\x91\x51\xdb\x89\x7e\xe6\xe7\xa3\x9a\xdd\x95\xc3\x1f\xef\x17\xff\x78\x3f\x16\x4e\x7d\xe1\x0c\x5c\x79\x74\x55\xf9\x00\x1b\x77\xe5\xfa\x01\x36\xee\xca\xed\xb3\xe0\xba\x2b\xf7\xaf\xd6\xf8\x6a\xcd\xaf\x27\xac\xfd\x09\xe5\xfa\x6a\xdd\x5f\x2d\xf7\x81\x47\xee\x2a\xfe\x03\xa4\xdc\x55\x9e\x0f\x90\x72\x57\x09\x1f\x40\xe4\xae\x12\xbf\x5a\xe9\xab\x95\x3f\xb0\xca\x5d\xa5\x7c\x60\x95\xbb\x4a\xfd\x6a\xb5\xaf\x56\xff\x80\x33\x77\x95\xf1\x81\x5c\xee\x2a\xf3\x03\xb9\xdc\x55\xd6\x07\x56\xb9\xab\x5e\x5f\xad\xfb\xab\xe5\x3e\x90\xcb\x5d\x6f\x94\x84\x5a\xcf\x57\x2b\x7c\x80\x9b\xbb\x14\x25\xe1\x19\x7b\x54\xe9\x99\x5a\x1a\x49\x73\x50\x34\xcf\x09\x27\xf4\x0f\xef\x8c\x70\x42\x97\xd5\x22\x3d\xaa\xe6\x72\xc5\x95\x2c\x75\x82\x01\xee\xd2\xea\x64\x06\xb8\x18\xdf\xe7\x99\xef\x26\x4b\xb5\x11\x4e\x48\x96\x68\x77\x99\x01\x2e\x92\x13\xd1\x5d\x66\x80\x0b\x6c\x77\x77\x97\x19\xe0\x9e\xe9\x74\xdd\x63\xad\xc9\x3d\xcd\x00\xf7\x90\x14\xc0\x5d\x66\x80\x7b\x96\xde\xa7\x19\xe0\x9e\xa5\x51\x60\x06\xb8\xc7\x36\xd4\xff\x7d\xe9\x37\xdb\xdc\xb3\xb4\xb4\x98\x6d\xee\x59\x85\x8f\x69\xb6\xb9\x67\xe9\x95\x35\x44\x2f\x6a\x0d\x5a\x4c\x7c\xb3\xcd\x3d\xab\x33\x79\xcd\x36\x17\xae\x87\x8e\x99\x6d\x2e\xbc\x0b\xba\xd9\xe6\x9e\xb5\x98\x88\x66\x9b\x0b\xef\x02\x6b\xb6\xb9\x40\x85\x06\x77\x99\x6d\x2e\x5c\x52\x4a\x66\x9b\x0b\xef\x22\x64\xb6\xb9\x70\xe9\xe9\x66\x9b\x0b\xd7\x52\xcb\x5c\x1e\xd7\xe0\x05\x9a\x6d\x2e\xb0\x29\xd9\x5d\x86\x8f\xc3\x1d\xf5\x4f\xd5\x3a\xa0\xd7\x9d\x45\xbb\xa9\x2f\xb6\x54\xdd\x93\x57\xdd\x71\xe9\x68\x1a\x19\x3e\x0e\x4e\xca\xc5\xf0\x71\xc0\xc0\xe1\x2e\x22\x3d\x5c\xa7\xd7\x86\x8f\x83\x1b\x7c\x68\xc3\xc7\xe1\x9d\x00\x03\x7c\x73\x31\x58\x0d\x1f\x07\xef\xe8\x99\xe1\xe3\x80\x17\xdf\x5d\x86\x8f\x03\xc9\xc8\xdd\xa5\x48\x8f\xa6\x73\x05\x83\x03\x32\x18\x3e\x5e\x55\xca\xcc\xf0\x71\x78\xde\x7e\x9a\x7c\x8f\xbe\xa6\xe1\xe3\xf0\x54\x06\xa4\xe1\xe3\xf0\xe8\xab\x18\x3e\x0e\x21\x23\x91\xe1\xe3\x00\x3d\x77\x97\xe1\xe3\x90\x84\x99\x0c\x1f\x87\x54\x79\x82\xe1\xe3\x90\x34\xe4\x0d\x1f\x07\xd2\x3a\xba\xcb\xf0\xf1\xaa\x5a\xec\x89\xf2\xc0\xb5\xe8\xae\x89\xdb\x51\x98\xd0\xf0\x71\xc8\x92\xcf\xf0\x71\x28\x17\x6f\x90\x28\x0f\xca\x78\xba\xcb\xf0\x71\x28\x41\xe7\x3a\x2d\xde\x04\x51\x1e\x45\x68\x8e\x28\x8f\x52\x79\xbb\x66\x97\x0c\x45\x0b\x3b\x51\x1e\x4d\x33\xc0\x90\x74\x68\xfa\x7e\x54\xe9\x09\x8e\x5e\x9b\x5d\x32\x34\x8d\x2c\xb3\x4b\x86\xa6\x6f\x6b\x98\x3b\x74\x8d\x64\xc3\xdc\xa1\x6b\x4c\x18\xe6\x0e\xfd\x7d\x9e\xc9\xd7\x17\x6f\xd0\x30\x77\x18\x52\x89\x44\x76\x0c\xc9\x67\x98\x7b\xd5\x9b\xc9\x6f\x98\x3b\x0c\xcd\x00\xc3\xdc\x81\x84\x3c\xee\x36\x03\x63\x18\x40\xa8\xdb\x0c\x8c\x81\xe0\x3b\x77\x5f\x2c\x2f\xc6\xf4\xdc\x6d\x18\x3b\x50\x27\xc7\xdd\x60\x6c\xb2\x54\xb8\xdb\x30\x76\x58\x66\x99\x77\x37\xd1\x1b\x57\xd0\x13\xcc\x44\x84\x71\xd5\xdd\x66\x7c\x8c\xa4\x32\x30\xac\xf0\xab\xf5\x5e\x57\x69\xe9\x9f\x66\x22\xba\x9d\x7a\x66\x7e\x9a\xcb\xec\xdf\xee\x36\xdc\x1e\xef\x5b\xfd\xb4\xe5\xf3\xf6\xea\xcb\xa2\xc5\x75\x66\x7c\x8c\xb7\xf1\x37\x77\xdf\x98\xf8\x80\x7a\xf7\x8d\x7d\x9f\x77\x7d\x13\xb9\xe1\x79\xbb\xf7\x4d\xf8\x42\xd4\x5d\x70\x7d\x33\xdf\xef\x1b\x3f\x54\xa7\xd7\x37\x7e\xa8\x47\x2d\x4c\x60\x97\xae\x33\xf9\xe2\xad\x7b\x56\xce\x15\x5a\x26\x5f\x74\xba\xae\xf3\x4f\xb5\x06\xe7\x78\xf3\x98\x30\x8d\x6d\xfc\x75\x49\xbe\x8d\x50\xc4\x88\xee\xbd\x1d\x81\x39\x4c\xbf\xdb\xac\x9b\xab\xde\xbc\x40\x47\x90\x55\xe2\x45\x38\x82\x56\x8a\xfe\x69\xa2\xc7\x8a\x08\x44\x6e\xc4\xa6\xeb\x22\xad\x45\x2b\xa1\x8d\xf8\x98\x66\xdd\x8c\xec\x2f\x74\xb7\xc3\x05\x77\xab\x2f\xb8\xe0\x20\x45\xb7\x59\x37\x23\xb9\x59\xdd\x4d\xe4\x06\x89\x46\xdd\x6d\xd6\xcd\x48\x9e\x58\x77\x1b\xb9\x89\xf9\xe2\x43\x3b\x34\xe3\xc3\x6b\x31\x72\x13\x33\x5c\xe0\xf6\x92\x0f\x89\x8c\xdc\xc4\x12\xf9\xec\x9e\x20\xb2\x5b\xd7\xc9\xa5\xaa\x73\x26\x1f\x1b\x79\xdc\x6d\xd6\xcd\x58\x35\x78\xb0\x6e\xb2\xd1\xc5\xdd\x58\x37\x09\xe6\x71\x37\xd6\xcd\xaa\x37\xa8\xa8\x8d\x84\xec\x58\x37\xeb\x7b\xcf\x4e\x4b\x4f\x37\xf9\x08\x58\x72\xb7\xc7\x3a\xed\x25\x83\xc9\xd7\xcd\xb1\xe2\x6e\xa2\x36\x3a\x8b\xe9\xfd\xe0\x11\x87\x5b\xdd\xc6\x8a\x22\xb9\xc0\xdc\x4d\xd4\xc6\x00\x4b\xdf\xc6\x8a\x22\x91\xe1\xee\x26\x6a\x63\xbc\xd7\x99\x7c\xa3\xe8\x9e\x26\xdf\xa8\x7a\x9e\xc9\x37\xf4\x3e\xcd\xba\x19\x89\xb1\x76\xb7\x71\xab\x38\x34\xfd\x8c\x5b\x45\x12\x5b\xb9\xdb\xb8\x55\xa4\xc8\x99\xbb\x1f\x5c\xa8\xaf\x0c\x13\xab\xaf\xfa\xb2\xf8\x27\xe7\x8c\x5b\xc5\xa9\xb1\x64\xdc\x2a\x52\x40\xcb\xdd\xc6\xad\xe2\x6a\x4c\x9c\x40\xe4\x8d\xa6\x26\xe5\x5b\x49\x58\xe3\x6e\xca\xb7\x5e\x28\xc3\x9b\xf2\xad\x94\x78\x72\xb7\x22\x36\xb4\xf4\x50\xbe\xf5\xaa\x7c\x4d\x22\x36\xee\x4b\x4f\xaf\xb4\x78\x83\x44\x6c\xdc\x92\x21\xe0\x06\x7e\xee\x31\xb5\xe0\x10\x99\x81\x2b\xd0\xdd\x94\x70\xa5\xd2\x8b\xbb\x29\xe1\xea\x9a\xce\x39\x5a\x3a\x67\x2e\x60\xa9\xea\x3b\x12\x41\x04\xda\xbf\x29\xe1\xea\x13\x72\x10\x99\x41\x11\x05\x77\x53\xc2\xd5\x83\x1d\x6f\x4a\xb8\x7a\x8d\x20\x4a\xb8\xfa\xc9\x38\xa4\x84\xab\x1f\x7c\x27\x22\x33\x1e\xbd\x1b\x4a\xb8\xbe\x0b\x1c\x25\x5c\x1f\xa7\xbb\x4c\x5a\x8c\x27\x4a\xb8\x3e\x8e\xe7\x51\xc2\xf5\xd1\x42\x45\x09\x57\x92\x0d\xb8\x9b\x12\xae\x4f\xd6\x3f\x4d\x3e\x4a\x15\xb8\x9b\x12\xae\x41\x73\x97\x12\xae\xb2\x0d\xdc\x94\x70\x8d\x59\x77\x49\x38\xc3\x79\xdf\x44\x66\xc4\xa2\xe7\x15\x5a\x7c\x35\x4a\xb8\x46\x2d\xd9\x49\x6a\x0e\xf9\x88\xcc\x48\x9a\x9f\x30\x46\x4c\x7c\xee\xa6\x84\x6b\x96\x62\xa3\x84\x6b\xd6\x92\x4d\x09\xd7\x0c\xb4\xbb\x29\xe1\x9a\x13\x6f\x82\x12\xae\x45\xeb\x01\xd5\x57\x09\xc6\x70\xb7\xf1\xba\x65\x89\x4f\xff\xbe\x2c\x53\x98\xb5\x48\x04\x0a\xb3\xb2\xb7\xcd\xdd\x14\x66\x25\x51\xa7\xbb\xb3\x04\xe2\x45\x50\x98\x95\xbd\x6d\xee\xa6\x30\x6b\xd3\x6b\x31\xca\xb7\xc8\xb3\xea\x6e\x0a\xb3\xb2\xdd\xc4\xdd\x14\x66\x1d\x1a\xbe\x14\x66\x1d\xd2\xd4\x14\x66\x1d\x5a\xdc\x29\xcc\x3a\x34\x94\x28\xcc\x3a\xb5\x10\x53\x98\x75\x3d\xba\x8e\x3a\x6e\xd8\xc6\xee\x22\xd1\xe9\x4b\x51\x41\x1a\x9d\xa3\x62\x8b\x06\x08\x99\xed\x44\x9f\xef\xa2\x8a\x26\xba\xa7\x2a\x9a\xe8\xe9\x54\xc4\x78\x65\x50\x45\x0c\x5e\x75\x51\xc5\x0f\x06\x39\x99\xed\x82\x14\x1b\x99\xed\x82\x16\xe9\xaa\x70\x36\x9e\x47\x66\x3b\xe2\x70\xdd\xad\x7c\xda\x9a\x0e\xca\xa7\xad\xe9\x00\xad\x7b\xd5\x23\xd9\xeb\xaa\x10\x05\xd9\xeb\xa8\x1a\xee\xee\xaa\xe4\xad\x3a\x47\x48\x9e\x26\x38\xd9\xeb\xd8\x24\xed\xee\xca\x37\x72\xba\x27\xc9\x5b\x25\x6d\x53\xf2\x4f\x24\x22\xae\xa2\xe9\x2d\x11\x57\xc1\x9e\x2a\x77\x13\x57\x41\x79\x57\x77\x13\x57\x31\xd4\x4f\xe2\x2a\x46\xd2\x3d\x23\xcf\xd3\x3d\xc9\xee\xa6\xe5\xbc\x29\x74\x92\x5e\x37\x25\x71\xa2\xd7\x8d\x90\x2d\x2d\x05\x4d\x49\x9c\x78\x2f\xec\x04\xbb\xb5\x80\xb3\x13\xec\x96\xda\x21\x76\xe2\x1e\x9c\x23\x76\xe2\xd6\x3d\x89\x81\x70\x17\xf7\x24\x06\x82\x32\x56\xee\x26\x06\x82\x82\x57\xee\x26\x06\x02\x1b\xbe\xbb\xbb\x92\x00\xe9\x9f\x24\x01\x92\xc2\x20\x06\xc2\x69\xda\x12\x03\xe1\x34\x0a\xba\x92\x00\x31\x06\xd9\xb6\xe5\xa4\x92\xd8\xb6\xe5\x24\x3b\xdb\xb6\x9c\xbe\x1f\x51\xf3\x4e\xf3\x8f\xd4\x0a\x4e\x12\xb1\x6d\x8b\xd2\x4a\xee\x66\xdb\x96\x13\x52\x26\x06\xa2\xea\xbd\xb0\x6d\xcb\x09\xb9\xb2\x6d\xcb\x4d\xfd\x13\x19\x06\x5f\x85\x6d\x5b\xde\xe9\x9f\x4a\xf4\x43\xaf\x89\x98\xa7\x3c\x94\xbb\x8d\x4b\xad\x2a\x55\xc6\xb6\x2d\x19\x36\x6e\xb6\x6d\x39\x58\xd7\xcd\xb6\x2d\xaf\xb5\x80\x6d\x5b\xfe\x62\x84\xb0\x6d\x4b\xb6\xf0\x9b\x88\x79\x19\x67\x6e\xb6\x6d\x79\xb8\xcd\xcd\xb6\x2d\x8f\x09\xee\x66\xdb\x96\xd7\xd7\x64\xdb\x96\x17\x18\x60\xdb\xd6\x83\xb9\xe2\x66\xdb\xd6\x83\x11\xe2\x66\xdb\xd6\x3b\x8b\xd9\xb6\x15\x8a\xfa\x42\xd6\x0c\x01\x9a\x29\xf9\x78\xbb\x4b\xd9\x3d\x90\x81\x6d\x5b\x51\x8b\xb7\xd2\x2e\x60\xde\xba\x15\x2d\x8f\x69\xe8\x56\xda\x85\x47\xe7\x94\x56\x62\xfc\x6b\x49\x56\x46\x86\x47\x0f\x20\x44\x47\x83\x87\xdd\x5e\xc4\x46\xbb\x9b\xdd\x5e\x59\xaf\x8c\xdd\x5e\x39\xea\x9c\xf6\xd4\xeb\x9c\xa6\x3b\x83\x95\xdd\x5e\x85\xe5\xda\xb1\xdb\xab\x3e\x6a\xb1\x69\x99\x81\xe5\x08\x92\xaf\xd8\x89\x1c\x41\xf2\x14\x99\x77\x8e\xdd\x5e\x0d\x3a\xef\x08\x92\xa7\x78\xbb\x73\xec\xf6\x6a\x20\x0d\xc7\x6e\xaf\x06\xa6\x76\x97\x36\xbd\x5e\xb4\xd8\x75\x97\xd4\x62\xd7\x5d\xd4\x3f\x51\x39\xb8\x4e\x9c\xf6\x85\xdd\xea\x99\xf6\x85\xe9\x09\x58\x83\xab\xfa\xb9\xb0\xef\xd2\x7a\xe4\x6c\xa4\xd7\xb2\x33\xa3\xa5\xdd\x6b\x5b\xe6\x09\xd8\x94\x65\x73\x74\xd8\x93\x2f\x3d\xcf\x90\xc6\xcf\x3d\xb1\x27\xcb\x6a\xee\x64\x4f\x4e\x3a\xe7\x69\xf1\x3e\x71\x98\x5e\xf0\x02\x67\xf8\xe1\xba\x19\x74\x2e\x61\x05\x67\xba\x3b\xc3\x0f\xd7\x55\xf5\xcf\xb6\xd9\xec\xdd\xeb\x30\xe5\xbd\x64\x3d\x9d\xbb\x98\x15\xf8\xba\x50\xa2\xce\xac\xc0\xd7\xd5\x90\xcf\x50\x81\x93\x99\xca\xe5\xb4\x59\xf7\x5d\xde\xfd\x00\x2e\xcb\x0f\xc0\x9b\xc8\xf4\x45\x5f\x2c\xb7\x4f\x18\x95\x73\xa6\xfa\xcd\x7f\x63\x2d\xf9\x2b\xf8\xee\x85\xb7\x54\xd5\x7a\x78\x9f\x3c\xaf\xa8\x67\xbc\x33\x53\xda\x97\xc7\x04\xe2\x4c\x69\x5f\x44\xd0\x38\x67\x4a\xfb\xf2\x78\x44\x9c\x29\xed\x8b\x48\x1f\xe7\x0a\x3d\xeb\x6a\xc9\xad\xac\x27\xd8\x5b\xba\x71\x99\xb9\x42\xcf\x86\xee\x69\xdf\xf6\x06\x40\xb8\xc2\x08\xc1\x78\xe1\x2a\xbd\x9e\xdc\xd3\x94\xf6\x75\xb3\x84\x38\x53\xda\xd7\x8d\x81\xc2\x55\xbe\x2d\x8b\x8d\x33\x3b\xed\x45\x8d\x4c\xdb\x3f\x65\xcf\x43\x76\x53\xe8\xd7\xa5\xb1\x5b\xd3\xc7\xfd\xed\x5c\xcd\xfb\x68\xad\xe5\xe3\x0c\x77\xae\x32\x92\x61\x17\xae\xaa\x9f\x5c\x37\x91\x01\xe2\xef\x6c\x91\xba\xee\x44\x5f\x6c\x91\xba\x6e\x8d\x64\x5b\xa4\x2e\xd9\xe0\xdd\x42\x06\x7c\x58\x6e\xe1\xeb\xd0\x98\x58\xc8\xa0\xd1\xba\x82\x5c\xf1\xb4\x18\x3d\x2c\xd7\xde\xbb\x6d\x1e\xf9\xf0\x7c\x42\xf9\x9c\x0f\xc4\xa9\xa0\x1a\x7d\x88\x9b\x2f\xca\x07\xc9\x9e\x69\x31\xea\xf8\x9a\x3e\x20\xbb\x45\x0f\x39\x1f\xf8\xb6\xd8\x93\x7d\xe0\xdb\x4e\xb5\x98\x01\x16\x7b\xef\x7c\x18\xdb\xbb\xf6\x81\x77\x86\xa2\xf4\x81\x77\x06\x90\xf3\x91\x6f\xcb\x3a\xe1\x8d\x01\x5d\xd4\x54\x75\x3e\x32\x73\xd6\x3f\x82\xf0\x9c\x8f\xbc\x16\x8c\x09\x3e\xf2\x69\xab\x6e\x92\xb6\x09\xe0\xe3\xe6\x7b\x76\x5e\x6e\x2e\x30\xac\x8f\x88\xc7\x62\xea\xa3\xc4\x43\x74\x2d\x4b\xe0\x69\xaf\x65\x69\xea\x9e\x88\xb7\x74\x97\xb5\xdf\x45\xcb\x12\x74\xde\x27\xc4\xc3\x4f\xeb\xb5\x2c\x4d\x3e\x91\x96\x25\xb0\x9a\x4f\x12\x5d\x77\x41\x3e\x50\x81\x4f\x71\x7f\xf1\x09\xf9\x30\xd6\x7b\x16\x30\x2d\x6e\x5e\x0b\x98\xd7\x75\x75\x1b\xd6\x5e\x11\x1f\x2c\x98\xbe\xcd\x4f\x78\xa0\xf3\x0d\x47\x26\xcb\x99\xef\x38\x32\x51\x16\xbe\x13\x48\xa8\x7e\x76\x62\x28\x75\xcf\x4e\x0c\x25\x53\xc5\xb3\x33\x52\xae\x52\xcf\xce\xc8\x0b\x63\x90\x67\x67\xe4\xd5\x74\x17\x02\x25\x59\x14\x7d\x27\x50\x92\x85\xc8\x77\xa2\x56\x58\x0a\x3c\xb1\x26\x44\x0b\x38\x4f\xac\xc9\xd5\xf4\x3c\x02\x25\xbb\x9e\xa7\x40\x49\x3d\x0f\xf9\x3a\x93\x83\x58\x93\x77\x08\x12\x6b\x72\x41\x91\xbd\x61\xae\xb5\x98\xc4\x9e\xf8\x8e\x0b\x85\xe0\x89\xef\x20\xd2\xd4\xf9\xa1\xb8\x53\x4f\x4b\x71\xa7\x3c\x61\x2a\xee\x94\x27\x4c\xc5\x9d\xf2\x04\xe2\x3b\x2c\xb6\xf4\x57\x8b\x77\x96\x75\x9d\xe2\x4e\x75\x1d\xef\x2c\xea\x9f\xbc\x33\x96\x3a\xcf\x2e\x45\x29\x2e\x3f\x79\x67\x10\x58\x3f\x79\x67\x20\x29\x3f\x91\xe1\x61\xcc\x4f\xc9\xc0\xd8\x55\xec\x2c\xf0\xc5\x2b\x76\x96\x05\xd3\x2b\x76\x16\x30\xe3\x15\x3b\x0b\x98\xf1\x8a\x9d\x05\x41\x7b\xc5\xce\x62\x13\xf7\x8a\x9d\xc5\x86\xeb\x15\x20\x1b\x78\x9e\x02\x64\x59\xea\xbc\x02\x64\xa1\xcf\x5e\x01\xb2\x18\xfa\xbc\x02\x64\x31\xc3\x3d\x0a\x66\x05\xcc\x3c\x0a\x66\x05\xe8\x3c\xc4\x73\x5c\x49\xff\xa4\x2f\xb8\x60\x1f\x42\x54\xa9\x5d\xed\x1e\x42\x54\xa9\x5d\xed\x1e\xc2\x49\x49\x7f\xeb\x1e\xc2\x49\xa9\x56\xed\x9e\x5b\x61\xbd\x93\x96\xde\x7c\xa7\xa5\x37\xaf\x73\xf4\x9a\x50\x85\xe7\xe6\x79\xa8\xb1\xe7\xe6\x79\x81\xa7\xdf\x8c\xd6\xa0\xa7\xf3\x55\x02\xbd\xbe\xf9\x2a\xf8\x26\x9e\x5b\x5f\x45\xcf\xd3\x57\xe1\x79\x8e\x37\xc1\xf8\x7c\x1c\x32\xc0\x98\x1f\x87\x0c\x40\xcc\xc7\x29\xa2\x39\xd1\xe2\xab\xe0\xb4\x7f\x3c\x2b\x11\x5f\xec\x91\xea\xe0\x8b\x3d\xbe\x6d\xf0\xe5\xf1\x7d\x9b\x0f\x0f\x30\x24\xb4\x7f\x54\x42\x71\x4f\x26\x52\x81\x85\xe1\x01\xa1\xdc\x20\x94\x07\x03\x44\x03\x61\x3e\x05\x7d\x8e\x09\xe0\x29\xe8\x42\x47\xc7\xcc\xc8\x70\xdd\x51\x2d\x74\x21\x76\xda\x07\xbc\x72\x33\xac\x1f\xf0\xca\xfd\xde\x33\x71\x17\x5e\x27\x78\xe5\x8e\x6a\x15\xee\x82\x78\xe0\x95\x5b\x9f\xb6\x82\xdc\x40\xbb\x4f\xa3\x2f\x38\x18\x9f\x46\x5f\x40\x67\x4f\x63\x81\x7e\xc2\x8b\x9f\x1e\x23\xd4\xb6\x9b\xc0\x5a\xf4\x07\x0a\xfd\x34\x16\xe9\xa7\x7c\xfe\x4d\x9f\x40\x54\x4f\xa3\x4f\x68\xc1\xa7\xb1\x50\x3f\xeb\xf3\xef\xc6\x79\x24\x6f\xe0\xa8\xc8\x80\x30\xd2\x7d\xdd\x9a\x28\x0d\x0c\xd2\x75\x0e\x0c\x72\xf3\xfe\x3a\xca\x28\x7e\xfa\x6c\x8b\xb9\xed\x79\xb0\x16\xf2\x42\x53\x9f\xee\x85\xb3\x3e\xff\xe6\xfd\x43\xbb\x9e\xce\xfb\xc7\x5e\xf8\x74\x94\x52\xfc\xf4\xb9\xf3\x0d\x06\x83\xbf\xeb\x1b\xf0\x3e\x3a\xf2\x6a\x30\xda\xa2\x7e\x89\x80\x3f\xb6\xa8\x5b\x74\xa4\xb5\x3a\x2d\xf5\x09\x59\x97\xfa\x3b\x37\x5c\xf8\xd8\xa2\x7e\x39\x4d\x36\x5b\xd4\x3f\xad\xfb\xab\xe5\x68\xf1\x74\x73\x90\x7e\x5a\x91\x16\x32\x18\x39\xb7\x68\x4c\x6b\x55\x5a\x48\x6c\x8a\xe2\x52\x38\xd8\x33\x84\x6d\x79\xd3\xa6\x28\x2e\xa7\x05\xca\x14\xc5\xe5\x08\x9e\x7a\xc6\xda\x5b\xf3\xfa\x6a\xd1\x4f\xd4\xcd\x33\xe9\x27\x8a\xe2\x99\xf4\x93\xaf\x13\xdc\xb5\xa1\xbd\xf0\xa8\x15\x69\x31\xb9\xc1\x9a\xc1\xec\xfd\x2f\x6b\x0a\x44\x41\x89\x35\x05\xa2\xa0\xb4\xd0\x84\x27\x6c\xac\x29\x3c\x7c\xd1\xa4\x73\x69\x03\x16\x81\x18\x65\x29\x9f\x00\x83\x13\x6b\x0a\x8a\x90\x82\x35\x85\x47\xcc\x4f\xff\x5c\x1b\x6b\x0a\x41\xbd\x6e\xb4\xc2\xb6\xec\x84\x20\xa0\xc6\x5d\x84\x43\x01\x08\x41\x51\x50\x4e\xff\x6c\x1b\x6b\x0a\xa1\x6f\xac\x29\x18\x0e\x7d\x59\x53\x10\x0e\x6d\x7a\xde\xda\x58\x53\x30\x1c\xfa\xb2\xa6\x20\x1c\x0a\x68\x0c\xc2\xa1\x55\x2d\xb1\x1f\x9e\x27\x08\x09\x58\x09\x40\x48\xb1\xa6\x00\x84\x14\x6b\x0a\x40\x48\xb1\xa6\x00\x84\x14\x6b\x0a\x82\x90\x5d\x2d\x20\x24\xac\x29\x00\x21\xc5\x9a\x82\x20\x24\xac\x29\x00\x21\xc5\x9a\x82\x20\x64\xd3\x75\xcf\xcf\xec\xf8\xeb\x52\x1d\x40\x97\x22\x54\x01\x74\x29\x42\x15\x84\x2e\x97\x1e\xc7\x24\x06\x1f\x04\xa1\x4b\x40\x7e\x10\xba\x84\x50\x85\x3d\x9e\xd8\x85\x97\x1e\x23\xba\xe2\x89\x41\x89\x21\xa3\x7b\x20\x54\x21\x4b\x04\xae\xd3\x82\x84\xee\x09\x5a\x90\xd0\xf3\x41\x8b\x91\x06\x39\x8b\x91\x08\x55\x60\x31\x12\xa1\x0a\x3d\x6d\x84\x2a\x68\x21\xd2\x40\xee\x3b\x42\x0e\x7d\x57\x5a\xa1\xef\x4a\x2b\xf4\x5d\x69\x85\xb1\x2b\xad\x30\x76\xa5\x15\xc6\xae\xb4\xc2\xd8\x95\x56\x18\xbb\xd2\x0a\x63\x57\x5a\x61\xec\x4a\x2b\x8c\x5d\x69\x85\xb1\x2b\xad\x30\x76\xa5\x15\xe6\xae\xb4\xc2\xda\x95\x56\x58\xbb\xd2\x0a\xeb\x54\x5a\x61\xed\x4a\x2b\xac\x5d\x69\x85\x75\x2a\xad\xb0\x76\xa5\x15\xd6\xae\xb4\xc2\x3a\x95\x56\x58\xbb\xd2\x0a\x6b\x57\x5a\x61\xed\x4a\x2b\xac\x5d\x69\x85\xb5\x2b\xad\x78\x9d\x4a\x2b\x5e\xbb\xd2\x8a\xd7\xae\xb4\xe2\x75\x2a\xad\x78\xed\x4a\x2b\x5e\xbb\xd2\x8a\xd7\xa9\xb4\xe2\xb5\x2b\xad\x78\xed\x4a\x2b\x5e\xbb\xd2\x8a\xf7\xb3\x4d\xe0\x78\x87\x6d\xf4\xc7\x9b\xfb\x7a\xb5\x78\x8f\x18\xf7\xa2\xcb\xfb\x75\xae\xec\xd7\xb9\xba\x5f\xe7\xda\x7e\x9d\x30\x1a\x0b\x62\x24\xe6\x56\x23\x35\xfa\xe7\xff\x7e\x22\xf4\xd7\xa5\x80\xd0\xe8\xc5\x7c\x27\x2d\x96\x18\x7f\xeb\x3f\xba\x0f\x4b\x8d\x77\x5f\x47\xa5\x4e\xbc\xff\x3e\xca\xd2\xe3\x9f\xef\xa3\xf4\xcb\x87\xef\xa3\xcc\x63\x1f\xbf\x8f\xe6\xef\x3e\xf0\x26\x9f\xf2\xdd\x07\x1d\xad\xdf\x4f\xd3\xd1\xf6\xfd\x34\x1d\x65\x7d\xf1\xe9\xfb\xa8\xf6\x2d\xe4\xef\xa3\xc7\x7b\xb8\xdf\xd9\x1f\x9f\xf5\x2d\xf5\xe7\x8c\x14\xd5\xcf\xfd\xb7\x33\x7a\x27\xe5\xbf\x67\xdc\x7f\x9f\x73\x73\xc6\x7f\xcb\xbb\x9d\x79\xfe\xdb\x03\x9d\x09\xdf\x6f\x63\x3b\x13\xbf\xdf\xc8\x76\x26\x7d\x7f\x83\xed\x4c\xfe\xaf\x3c\x3a\x53\xbe\xdf\xd9\x76\xa6\xfe\x57\x52\x9d\x69\x3f\x92\xfe\x8c\xc0\xed\x6c\xff\xef\x7b\x60\xf6\xc9\x48\xf4\xd5\x73\x9d\x99\xff\xed\x9f\xce\xac\xcf\xb3\xfe\x7b\x47\x19\x93\xbe\xbf\x2d\x5f\xe4\xaf\x2a\x30\x4a\xdf\x1f\x13\x28\x1e\x9f\x50\x0f\xf1\xdf\x47\xf5\xdf\xe7\xfb\xa3\xea\x68\xf8\xfe\x2f\xcb\x8a\x0c\x54\x3f\x9f\x59\x47\xd3\xf7\x7f\x03\x47\xf3\xf7\x7d\x75\xb4\x7c\xdf\x41\x47\x8f\x29\xa3\xa3\xed\xfb\xbe\x2c\x3c\x32\x68\xfd\xbc\x7c\x1d\x1d\xbf\x5b\x24\x84\x4e\x8e\x45\x22\xae\xdf\x2d\x12\x32\x78\x1d\x8b\x84\x50\xcb\xb1\x48\xc8\x00\x76\x2c\x12\xe9\x78\xbf\x99\xa3\xc7\xd4\xd0\xd1\xf0\x7d\x5f\x1d\x8d\xdf\xc3\x47\x47\xd3\xef\x16\x9f\x94\x7f\xb7\xf8\xbc\x86\xb3\xef\xc5\x47\x10\xe7\x58\x7c\x04\x75\x8e\xc5\x47\x90\xe7\x58\x7c\xd2\xf8\xd3\xe2\x93\xe6\x9f\x16\x9f\xb4\xfe\xb4\xf8\xe4\xeb\x4f\x8b\x4f\xbe\xff\xb4\xf8\x08\x6e\xfd\x66\xf1\x11\xf4\xfa\xcd\xe2\x23\x0f\xc6\x6f\x16\x9f\x1c\xfe\xb4\xf8\xe4\xf8\xa7\xc5\x27\xa7\x3f\x2d\x3e\x39\xff\x69\xf1\xc9\xe5\x4f\x8b\x8f\x3c\x21\x7f\x58\x7c\x72\xfb\xd3\xe2\x93\xfb\x9f\x16\x1f\x79\x4c\x7e\xb3\xf8\xe4\xf9\xb7\xc5\x27\xaf\x3f\x2e\x3e\xff\xcf\x45\xf9\x45\xde\x16\xd0\x12\xc3\x5e\x2c\xfd\x67\xf5\x79\xcf\x7f\xb6\xdc\x49\x92\x32\x3f\x47\x78\x9e\x7c\x24\x76\x84\xfb\xc8\x4f\x62\x47\x58\x53\xea\x67\x5d\xd3\x6a\x50\xdd\xe7\x08\x73\x5e\x3e\x13\x3b\xc2\x0c\xac\x1f\x38\xa1\xb9\x53\xc3\xe7\x08\x23\x59\xfe\x93\x5f\xe3\x48\x3d\x94\x0f\xc5\x8e\xd0\xc3\xfa\x99\x5b\x6f\x0f\x3f\xaa\xfe\xed\x61\xfd\x1c\x51\x0f\xdb\xe7\x88\x7a\xd8\x3f\x47\xd4\xc3\xf1\x39\xa2\x1e\x7e\xd6\xa8\xb7\x87\x9f\xf5\x49\x6f\xb5\x7d\x60\x8d\xfa\xdc\xee\xcf\x11\xfa\xdc\xdc\xe7\x08\x7d\x6e\x9f\x79\xa1\x3e\xb7\xcf\x5a\xa4\x3e\xb7\xf0\x39\x42\x9f\xdb\x67\x8d\x57\x9f\x65\x03\xb2\x23\xf4\xb9\xe5\xcf\x11\xfa\xdc\x3e\xeb\xce\xdb\xe7\xcf\x9a\xfe\xf6\xb9\x7d\x8e\xa8\xcf\xfd\x73\x44\x7d\x1e\x9f\x23\xea\xf3\xfc\x1c\x51\x9f\xd7\xe7\x08\x7d\xee\x9f\xb5\x5b\x7d\xee\x1f\xc8\xa7\x3e\x77\xf7\x39\x42\x9f\xbb\xff\x99\x49\xea\x73\x7f\x3e\x47\xe8\x73\xff\xac\x13\xea\x73\xff\xc0\x16\xf5\xb9\xa7\xcf\x11\xfa\xdc\xf3\xe7\x08\x7d\x7e\xe9\x5a\xf8\xf4\xf9\xb3\x26\xbf\x7d\xfe\x40\xc4\xb7\xcf\x9f\xb9\xfe\xf6\x79\xfc\xac\x4e\x6f\x9f\xe7\xe7\xc8\x3f\xf2\xc0\xbb\xd8\xd7\xe7\xcf\x88\x33\xae\xcf\x11\xc4\x19\xf7\xe7\x08\xe2\x8c\x8f\xba\x93\x38\xe3\x83\x92\x25\xce\x78\x3e\x47\x10\x67\x84\xcf\x11\xc4\x19\x9f\xa5\x55\xe2\x8c\xcf\x92\x2a\x71\xc6\x07\xe1\xe9\x13\x8c\xf2\x39\xa2\x3e\xd7\xcf\x11\xf5\xf9\xa3\xca\xde\x3e\x7f\x90\xf5\xdb\xe7\xcf\xf2\xf8\xf6\xf9\x83\xd6\xde\x3e\x7f\x54\x96\xfa\x3c\x3f\x08\x5a\x7d\x9e\xf7\xcf\x62\xaf\x3e\x4f\xf7\x39\x42\x9f\xa7\xff\x1c\xa1\xcf\xf3\xf9\x1c\xa1\xcf\x33\x7c\x8e\xd0\xe7\x19\x3f\x47\xe8\xf3\x4c\x9f\x23\xf4\x79\x7e\x54\x8d\xfa\x3c\x3f\xc8\xf7\xed\x73\xfd\x1c\x51\x9f\xdb\x8f\x1a\x7a\xfb\xdc\x3f\x47\xd4\xe7\xf1\x39\xa2\x3e\xcf\xcf\x11\xf5\x79\x7d\x8e\xd0\xe7\xf5\x51\xe5\xea\xf3\xfa\x30\x0b\xf5\x79\xb9\xcf\x11\xfa\xbc\xfc\xe7\x08\x7d\x16\xc3\xb7\x23\xf4\x79\x85\x2f\x05\x49\xbf\xd3\xa5\x90\x88\xff\x6c\xe7\x4b\x97\xff\x3a\x43\x7c\x58\x82\x45\x6f\xdb\xf9\xd2\x2d\x0f\xc2\x7f\xb6\x14\xa6\xdb\x7d\x9d\x09\xfa\xbf\xff\x39\xaa\x23\x6e\x6e\xfe\xac\xe4\xd6\xe6\xcf\x4a\xfe\xda\xfc\x59\xc9\xdf\x9b\x3f\x2b\xf9\x67\xf3\x67\x25\x1f\x36\x7f\x56\xf2\x71\xf3\x67\x25\x9f\x36\x7f\x56\xf2\x79\xf3\x67\x25\x5f\x36\x7f\x56\xf2\x75\xf3\x67\x25\xdf\x36\x7f\x56\xf2\x7d\xf3\x67\x25\x3f\x36\x7f\x56\xf2\x73\xf3\x67\x25\xbf\x36\x7f\x56\x7a\xae\xcd\x9f\x95\x9e\x7b\xf3\x67\xa5\x27\x6f\xfe\xac\xf4\x94\xcd\x9f\x95\x9e\xba\xf9\xb3\xd2\xd3\x36\x7f\x56\x0a\xf7\xe6\xcf\x4a\xc1\x6d\xfe\xac\x44\x2a\x85\xab\x72\xcf\x20\x1f\x2e\xff\x8c\xf4\x05\x03\x71\x8a\xdc\x05\x97\x7f\x22\xb1\xc2\x55\x91\x8f\xec\x09\x32\x76\xa6\x18\x37\xdf\x6f\x8a\xf2\xd3\xf2\x3e\xa3\xfc\xb4\xf4\x3a\xca\x4f\xcb\xfb\x8c\xf2\xd3\xf2\x3e\xa3\xfc\xb4\xc8\x40\xf6\x04\xf9\xe0\x13\xd9\x13\x64\x6a\x4d\x51\x7e\x5a\x3d\x4f\x7e\x5a\x64\x48\xf2\xd3\x22\x03\xd9\x13\x2e\xf6\xfd\xa4\x44\x5f\xb0\xeb\x24\x65\x3a\x20\xa6\x2e\x29\xd3\xc1\xd0\x3f\xe9\x0b\x3b\x68\x52\x56\x5a\x1c\x9e\x90\x79\x9f\x38\x14\x52\x61\xcf\xd3\x73\x3f\x13\x0b\x5d\x2a\xe5\xe7\x08\x06\xfb\x54\xea\xe7\x3f\xc8\x6a\xd0\xee\xd7\x91\x10\xf5\x8c\xd2\x7f\xfe\x43\xf8\x6f\x2a\xe3\xfd\xcf\xcd\x5e\x9a\x64\xf0\x4e\xf7\xf9\x57\xb8\x43\x2a\xeb\x73\x39\x8f\x30\xe4\xc7\xe5\x1a\xa6\x86\xfc\x7e\x75\xf3\xd7\x51\x8e\x90\x91\x12\x1b\x7a\x32\xd4\x17\x9e\x8b\x97\x42\x31\x32\xb2\xe8\xbb\x64\x68\x2f\x04\x4d\x29\x52\x8a\x35\x7c\x27\xa9\xb2\xe3\x8f\xad\xdf\xa9\xf5\xcd\x41\x9d\x0c\x75\x44\xa7\x89\xa9\x90\x02\x42\x66\x93\xa1\x8d\x9f\x17\x69\x48\xe3\xe7\x25\xb2\x3d\xef\x7d\x81\x6c\xcf\x7b\x5f\x5e\x67\x67\xa2\x5e\x1c\xdb\xf3\xde\x97\xd6\xd9\x99\x88\x67\x23\xb1\x3d\xef\x7d\x23\x86\x26\x7e\xde\x46\x7f\x3f\x25\xad\xb2\xf7\xcc\x10\xc4\xa7\x67\xed\xab\x67\xfd\xab\x67\xe3\xab\x67\xf3\xab\x67\x6b\xef\xd9\xb8\xf6\x9e\xb1\x3d\xef\xed\x99\xc1\x80\x9f\x9e\x69\x7b\x9e\x7a\x36\x9e\xbd\x67\x23\xec\x3d\x33\xb5\xff\xd3\xb3\x91\xf6\x9e\xb1\x3d\xef\xed\x99\xa9\xfa\x9f\x9e\x8d\xfa\xd5\xb3\xf6\xd5\xb3\xfe\xd5\xb3\xf1\xd5\xb3\xb9\x2f\x66\xa6\xd2\x7f\xbe\xed\xbc\xf6\x9e\xcd\x7b\xef\xd9\x74\x7b\xcf\xd8\x9e\xf7\xf6\x6c\x3e\x7b\xcf\x4c\x75\xff\xf4\x6c\xc6\xbd\x67\x6c\xcf\x7b\x7b\x66\xea\xfa\xa7\x67\xb3\xec\xef\x6c\xd6\xfd\x9d\xcd\xf6\xd5\xb3\xfe\xd5\xb3\xf1\xd5\xb3\xf9\xd5\xb3\xb5\xf7\x8c\xed\x79\x6f\xcf\xd6\xbd\xf7\x8c\x04\xcc\x6f\xcf\x96\xdf\x7b\xc6\xf6\xbc\xb7\x67\x0a\x7d\xd0\x72\xf9\x86\x3e\xa8\xc5\x52\xda\xd5\x52\x6e\x30\x7a\xa6\x94\x18\xee\x17\x0f\xd6\x91\x7a\x30\xc4\x7c\x3d\x07\x73\xc9\x57\x38\x98\x4b\xbe\xe2\xc1\x5c\xf2\x95\x0e\xe6\x92\xaf\x7c\x30\x97\x7c\x95\x83\xb9\xe4\xab\x1e\xcc\x25\x5f\xed\x60\x2e\xf9\xea\x07\x73\xc9\xd7\x38\x98\x4b\xbe\xe6\xc1\x5c\xf2\xb5\x0e\xe6\x92\xef\xeb\x60\x2e\xf9\xbe\x0f\xe6\x92\x6f\x77\x30\x97\x2c\x70\xf1\x61\x2e\xf9\x7e\x0e\xe6\x92\xef\x70\x30\x97\x7c\xc7\x83\xb9\xe4\x3b\x1d\xcc\x25\xdf\xf9\x60\x2e\xf9\x2e\x07\x73\xc9\x77\x3d\x98\x4b\xbe\xdb\xc1\x5c\xf2\xdd\x0f\xe6\x92\xef\x71\x30\x97\x7c\xcf\x83\xb9\xe4\x7b\x7d\x31\x97\xbf\xaa\x85\xec\xae\x83\xd4\x64\x77\x7f\x91\x9a\x5f\x47\xdc\xc1\x5c\xb2\xf3\x07\x73\xc9\xee\x39\x98\x4b\x76\xe1\x60\x2e\xd9\xc5\x83\xb9\x64\x97\x0e\xe6\x92\x5d\x3e\x98\x4b\x96\xb7\xe3\xc3\x5c\xb2\xab\x07\x73\xc9\xae\x1d\xcc\x25\xbb\x7e\x30\x97\xec\xc6\xc1\x5c\xb2\x9b\x07\x73\xc9\x6e\x1d\xcc\x25\xfb\xeb\x60\x2e\x59\x51\x30\x1f\xe6\x92\xe5\x65\xf9\x30\x97\xec\xfd\xc1\x5c\xb2\x7f\x0e\xe6\x92\x7d\x38\x98\x4b\xf6\xf1\x60\x2e\xd9\xa7\x83\xb9\x64\x9f\x0f\xe6\x92\x7d\x39\x98\x4b\xf6\xf5\x60\x2e\xd9\xb7\x83\xb9\x64\xdf\x0f\xe6\x92\xfd\x38\x98\x4b\xf6\xf3\x60\x2e\xd9\xaf\x83\xb9\xe4\xe7\x3a\x98\x4b\x7e\xee\x83\xb9\xe4\xc7\x1d\xcc\x25\x3f\xfe\x60\x2e\xf9\x79\x0e\xe6\x92\x9f\x70\x30\x97\xac\xe0\x82\x0f\x73\xc9\x0a\x30\xf8\x30\x97\xbc\x79\x8b\xb6\x85\x2f\x8d\x8d\x35\xe4\x34\x37\xd6\x90\xd3\xda\x58\x43\xce\xd7\xc6\x1a\x32\xa9\x39\xc4\x1a\x72\x7e\x36\xd6\x90\x73\xd8\x58\x43\xce\x71\x63\x0d\x39\xa7\x8d\x35\xe4\x9c\x37\xd6\x90\x73\xd9\x58\x43\xce\x75\x63\x0d\x39\xb7\x8d\x35\xe4\xdc\x37\xd6\x90\x49\xc1\x21\xd6\x90\xf3\xae\x68\x73\x5e\x1b\x6b\xc8\xe5\xda\x58\x43\x26\x5d\x86\x58\x43\x2e\x79\x63\x0d\xb9\x94\x8d\x35\xe4\x52\x37\xd6\x90\x49\x74\x21\xd6\x90\xeb\xbd\xb1\x86\xac\x08\xc7\x85\xb4\x44\x15\xba\xc2\xbb\xa6\xda\x7f\x05\x9b\xe7\xa9\x64\x29\xb4\x50\x91\x2e\xaa\x45\xee\x7e\x7c\xb6\xd9\x54\x64\x24\x65\x9e\xcb\xa6\x22\x63\x63\x37\x76\x46\x45\x92\x51\xd7\x65\x53\x91\xa9\x64\xde\x04\x6a\x90\xb2\xda\x2e\x13\x01\xe8\x8a\xfe\xa9\x2c\x5c\xf4\x73\x29\x0b\x17\x6f\x62\x29\x0b\x17\x5f\x85\x5d\xea\xf7\xfb\x04\x65\xe1\xea\xb4\x24\x83\xbd\xb3\x42\xfd\x81\x09\x08\x2e\xec\x60\xcf\xdc\xa5\x5c\x6e\x03\xc1\xc5\x58\xf1\x0b\x82\x8b\x29\xdf\x17\x04\x17\xb6\x56\x28\xb1\x46\x31\xa5\xeb\xa8\xd6\xeb\x8a\x29\x5c\xa7\x1c\x07\xe5\x55\xb6\x3f\xa3\xb9\xbc\xca\xf6\xc7\xd0\x5b\xae\x4d\xd5\x3b\x8e\xb4\xcf\x11\xcf\x91\xcd\x60\xac\x1e\x6d\x06\x63\xc9\xb6\x19\x8c\x23\x47\x36\x83\x31\x32\xde\x9b\xc1\xf8\x1f\x95\xb6\x5c\xb9\x37\x5b\x72\xe1\x72\xb7\x4d\x50\x8e\x7c\x7c\x37\x12\xe7\xd5\xc3\x3f\x76\xf2\x72\x6f\x06\x09\xc4\x79\xf5\xf0\xfd\x23\xce\xfd\xf1\xd5\x48\x9c\x7b\x5b\x0c\x10\xe7\xd5\xc3\xf7\x47\x9c\xcd\x17\xc0\x27\xbd\x37\xd7\xa4\xfa\xbc\xd9\x92\xd5\xe7\xcd\x96\xac\x3e\x6f\xb6\x64\xf5\xf9\xe3\x26\x57\x9f\x5f\x65\xfb\x63\xc9\x2e\xaf\xb2\xfd\xb1\x64\x17\xf7\xf1\xb5\xa8\xcf\xee\xe3\xfa\x55\x9f\xdd\xc7\x6f\xa8\x3e\xbf\xca\xf6\xc7\x92\x5d\xdc\x86\xe3\xe8\xb3\xdb\x70\x1c\x7d\x76\xf9\xc0\x83\xc5\x95\x03\x0f\x16\x57\x0f\x3c\x58\x5c\x3b\xf0\x60\x79\x95\xad\xff\xf4\x79\x1c\x78\xb0\xb8\x79\xe0\xc1\xe2\xd6\x81\x07\x8b\xbf\x0e\x3c\x58\xfc\x7d\xe0\xc1\xe2\xdd\x81\x07\x8b\xf7\x07\x1e\x2c\xfe\x39\xf0\x60\xf1\xe1\xc0\x83\xe5\x55\xb6\x3f\x78\xb0\xbc\xca\xf6\x07\x0f\x96\x57\xd9\xfe\xe0\xc1\xe2\xcb\x81\x07\x8b\xaf\x07\x1e\x2c\xbe\x1d\x78\xb0\xf8\x7e\xe0\xc1\xe2\xc7\x81\x07\x8b\x9f\x07\x1e\x2c\x7e\x1d\x78\xb0\xbc\xca\xf6\x07\x0f\x96\xe7\x3e\xf0\x60\xd9\x42\x2b\xd4\xe7\xc7\x7f\xe1\xc1\x5f\x47\x9e\x03\xf4\x95\x27\x1c\xa0\xaf\x3c\xf1\x00\x7d\xe5\x49\x07\xe8\x2b\x4f\x3e\x40\x5f\x79\xca\x01\xfa\xca\x1b\x92\x11\x3f\x7d\x6e\x07\xe8\x2b\x6f\x28\x46\xfc\xf4\x79\x1c\xa0\xaf\x3c\xf3\x00\x7d\xe5\x59\x07\xe8\x2b\x5b\xc8\x85\xfa\x1c\xee\x03\xf4\x95\xe0\x0e\xd0\x57\x82\x3f\x40\x5f\x79\x43\x2a\x7e\x40\x5f\x79\x43\x29\x7e\x40\x5f\x09\xf1\x00\x7d\x25\xa4\x03\xf4\x95\x90\x0f\xd0\x57\xb6\x50\x89\xb7\xcf\xf5\x00\x7d\x25\xb4\x03\xf4\x95\xd0\x0f\xd0\x57\xc2\x38\x40\x5f\x79\xc3\x1f\xf2\xa7\xcf\xeb\x00\x7d\xe5\x0d\x75\xf8\x01\x7d\x25\xde\x07\xe8\x2b\xd1\x1d\xa0\xaf\x44\x7f\x80\xbe\x12\x9f\x03\xf4\x95\x18\x0e\xd0\x57\x62\x3c\x40\x5f\x89\xe9\x00\x7d\xe5\x8d\x53\xf8\x01\x7d\x25\x96\x03\xf4\x95\x58\x0f\xd0\x57\x62\x3b\x40\x5f\x89\xfd\x37\xa0\xaf\x08\xb2\x00\xfa\x4a\x75\x1b\xe8\x2b\xd5\x6f\xa0\xaf\xd4\x67\x03\x7d\xa5\xa6\x0d\xf4\x95\x9a\x37\xd0\x57\x6a\xd9\x40\x5f\xa9\xf5\x07\xf4\xfd\x5d\x0d\xd6\xb6\xe1\xc1\x52\xfb\x86\x07\x4b\x1d\x1b\x1e\x2c\x75\x6e\x78\xb0\xd4\xb5\xe1\xc1\xd2\xae\x0d\x0f\x96\x76\x6f\x78\xb0\x34\xb7\xe1\xc1\xd2\xfc\x86\x07\x4b\x7b\x36\x3c\x58\x5a\xdb\xf0\x60\x91\x31\x0e\x3c\x58\xda\xd8\xf0\x60\x91\x31\x0e\x3c\x58\xb4\x33\x07\x3c\x58\xb4\x33\x07\x3c\x58\xc6\xbd\x59\x91\xcb\x70\x9b\x15\xb9\x28\x07\x7c\xd5\x3f\x9f\xcd\x8a\x5c\xc8\xa7\x2a\x2b\x72\x19\x79\xb3\x22\x97\x51\x36\x2b\x72\x19\x75\x33\x8b\x94\xd1\x36\x2b\x72\x11\x1a\xc5\x8a\x5c\xb4\xdf\x06\x2b\x72\x91\x41\x0a\x2b\x72\xd1\x7e\x1b\xac\xc8\x45\xfb\x6d\x40\xaa\x45\xfb\x6d\xb0\x22\x17\xed\xb7\xc1\x8a\x5c\xb4\xdf\x06\x2b\x72\xd1\x7e\x1b\xac\xc8\x65\xb6\xcd\x8a\x5c\xb4\x6f\x06\x2b\x72\xd1\xbe\x99\xa1\x7f\xce\xcd\x8a\x5c\xb4\xe3\x05\x2b\x72\x91\xd9\x07\x2b\x72\xd5\xce\x15\xf0\x75\xa5\xc6\x95\x12\x54\x56\xc3\x98\x91\x92\xfb\xae\x82\x31\x2f\x0c\x4b\xf5\xc2\x24\xcb\x84\xab\x17\xc9\x03\x9d\xfe\x19\xd9\x2f\x7f\xd3\x32\x53\x59\x22\x6f\x41\x35\x8c\xf9\xe2\xd6\x6a\xf8\xf2\xc5\xad\xf5\xaa\x1b\x6e\xad\x57\xdb\x12\x62\xd6\x1f\x4c\x49\x6b\x1c\x48\xb5\xbe\x78\x52\xcf\x5c\x07\x6e\xad\x2f\x96\x74\xb4\xee\x03\xc5\xd6\x17\x2c\xf2\x1e\x6e\x7f\x60\xda\xfa\x63\xb0\xa1\x15\x0e\x84\x5b\x7f\x8c\x35\xb4\xd2\x81\x77\xeb\x0b\x10\x79\xeb\x77\x39\xd0\x6f\x7d\xc1\x61\xa2\xd5\x0e\x2c\x5c\x5f\x60\xc8\x1b\xbe\xc7\x17\x32\xfe\x75\xe4\x65\xd0\xb4\xd6\x01\x86\xab\xbb\x0e\x30\x5c\xdd\x7d\x80\xe1\xea\xdc\x01\x86\xab\xf3\x07\x18\xae\xee\x39\xc0\x70\x75\xe1\x00\xc3\xd5\xc5\x03\x0c\x57\x97\x0e\x30\x5c\x5d\x3e\xc0\x70\x75\xe5\x00\xc3\xd5\xd5\x03\x0c\x57\xd7\x0e\x30\x5c\x5d\x3f\xc0\x70\x75\xe3\x00\xc3\xd5\xcd\x03\x0c\x57\xb7\x0e\x30\x5c\xfd\x75\x80\xe1\xea\xef\x03\x0c\x57\xef\x0e\x30\x5c\xbd\x3f\xc0\x70\xf5\xcf\x01\x86\xab\x0f\x07\x18\xae\x3e\x1e\x60\xb8\xfa\x74\x80\xe1\xea\xf3\x01\x86\xab\x2f\x07\x18\xae\xbe\x1e\x60\xb8\xfa\xf6\x05\x86\xff\xaa\x2a\xaa\xef\x07\x4e\xae\x7e\x1c\x38\xb9\xfa\x79\xe0\xe4\xea\xd7\x81\x93\xeb\x73\x1d\x38\xb9\x6e\xa1\xb8\x12\xe7\x71\x07\x4e\xae\x8f\x3f\x70\x72\x7d\x9e\x03\x27\xd7\x27\x1c\x38\xb9\x3e\xf1\xc0\xc9\xf5\x49\x07\x4e\xae\x4f\x3e\x70\x72\x7d\xca\x81\x93\xeb\x53\x0f\x9c\x5c\xb7\xd0\xdd\xb7\xcf\xfd\xc0\xc9\xf5\x19\x07\x4e\xae\xcf\x3c\x70\x72\x7d\xd6\x81\x93\x6b\xb8\x0e\x9c\x5c\xc3\x7d\xe0\xe4\x1a\xdc\x81\x93\x6b\xf0\x07\x4e\xae\xe1\x39\x70\x72\x0d\xe1\xc0\xc9\x35\xc4\x03\x27\xd7\x2d\xcc\x56\x7d\x0e\xf9\xc0\xc9\x35\x94\x03\x27\xd7\x50\x0f\x9c\x5c\x43\x3b\x70\x72\x0d\xfd\xc0\xc9\x35\x8c\x03\x27\xd7\x2d\x54\xf6\xed\xf3\x3a\x70\x72\x8d\xd7\x81\x93\x6b\xbc\x0f\x9c\x5c\xa3\x3b\x70\x72\x8d\xfe\xc0\xc9\x35\x3e\x07\x4e\xae\x31\x1c\x38\xb9\xc6\x78\xe0\xe4\x1a\xd3\x81\x93\x6b\xcc\x07\x4e\xae\xb1\x1c\x38\xb9\xc6\x7a\xe0\xe4\x1a\xdb\x81\x93\x6b\xec\x07\x4e\xae\x71\x1c\x38\xb9\xc6\x79\xe0\xe4\x1a\xd7\x81\x93\x6b\xba\x0e\x9c\x5c\xd3\x7d\xe0\xe4\x9a\xdc\x81\x93\x6b\xf2\x07\x4e\xae\xe9\x39\x70\x72\x4d\xe1\xc0\xc9\x35\xc5\x03\x27\xd7\x94\x0e\x9c\x5c\x53\x3e\x70\x72\x4d\xe5\xc0\xc9\x35\xd5\xdf\xe0\xe4\x2a\x90\x09\x4e\xae\x02\x99\xe0\xe4\x2a\x90\x09\x4e\xae\x02\x99\xe0\xe4\xda\xc2\x86\x93\x6b\x8b\x1b\x4e\xae\x2d\x6d\x38\xb9\xaa\x68\x2e\xc6\xd1\xaa\xa2\xb9\x80\xe1\xda\xea\x06\x86\xab\xc0\x29\x60\xb8\x0a\x9c\x02\x86\xab\xc0\x69\xd0\xf3\xe6\x06\x86\xab\x36\x9f\x03\x86\xab\x36\x9f\x03\x86\xab\x36\x9f\x03\x86\xab\x36\x9f\x03\x86\xab\xbc\xba\x80\xe1\xaa\x8d\xe2\x80\xe1\xaa\x8d\xe2\x49\xff\xec\x1b\x18\xae\x82\xb8\x80\xe1\x2a\x88\x0b\x18\xae\x02\x99\x80\xe1\x2a\x90\x09\x18\xae\x02\x99\x80\xe1\x2a\x90\x09\x18\xae\xda\xb8\x0d\x18\xae\xda\xb8\x0d\x18\xae\xda\xb8\x0d\x18\xae\xda\xb8\x0d\x18\xae\xda\xb8\x0d\x18\xae\xf2\x6c\x02\x86\xab\xc0\x29\x60\xb8\x0a\x9c\x02\x86\xab\xc0\x69\xfb\x57\xf2\x9a\x2a\xdc\xda\xd4\x95\xb5\xe1\xe4\xaa\xfd\xde\xe0\xe4\xaa\xfd\xde\xe0\xe4\xaa\xfd\xde\xe0\xe4\xaa\xbd\xd9\xe0\xe4\xaa\xe2\x45\xe0\xe4\xaa\xe2\x45\x43\xff\xec\x1b\x4e\x6e\xda\xa9\x0d\x4e\x6e\xda\xa9\x0d\x4e\x6e\xe4\xde\x14\x32\x6e\xe4\xde\x14\x32\x6e\x54\x4d\x15\x32\x6e\xe4\xde\x14\x32\x6e\xe4\xde\x14\x32\x6e\xf7\xb3\x21\xe3\x66\x28\xf2\x45\xc6\xed\x56\x9a\xed\x8b\x56\x22\x4b\xee\xa0\xb5\xa3\xe6\x76\xef\xa8\xb9\xdd\x3b\x6a\x6e\x64\xe5\x57\xfe\xab\x76\x93\x9a\xbe\xea\x79\x63\xc3\xd0\xed\x9e\x07\x86\x6e\x2f\x6a\xe4\xdf\xee\x3a\x30\x74\xfb\x31\x21\xd2\x72\x07\x86\x6e\x2f\x5a\xf4\xb4\x9e\x03\x43\xb7\x17\x29\xd2\xef\x17\x25\x5e\x9f\x23\x69\xc3\xd0\xcd\xe5\x03\x43\xb7\x1f\xff\x1c\xad\x7a\x60\xe8\xf6\xe3\x9b\xa3\xd5\x0f\x0c\xdd\x5e\x64\xc8\xb7\x70\xf3\xc0\xd0\xed\x45\x85\x36\x84\x9b\xbf\x0e\x0c\xdd\xfc\x7d\x60\xe8\xe6\xdd\x81\xa1\x9b\xf7\x07\x86\x6e\xfe\x39\x30\x74\xf3\xe1\xc0\xd0\xcd\xc7\x03\x43\x37\x9f\x0e\x0c\xdd\x7c\x3e\x30\x74\xf3\xe5\xc0\xd0\xcd\xd7\x03\x43\x37\xdf\x0e\x0c\xdd\x7c\x3f\x30\x74\xf3\xe3\xc0\xd0\xcd\xcf\x03\x43\xb7\x6d\x27\x96\xfa\xfc\x5c\x07\x86\x6e\xcf\x7d\x60\xe8\xf6\xb8\x03\x43\xb7\xc7\x1f\x18\xba\x3d\xcf\x81\xa1\xdb\x13\x0e\x0c\xdd\x9e\x78\x60\xe8\xf6\xa4\x03\x43\xb7\x27\x1f\x18\xba\x3d\xe5\xc0\xd0\xed\xa9\x07\x86\x6e\x4f\x3b\x30\x74\x7b\xfa\x17\x86\xfe\x75\x64\x1c\x40\xb9\x3d\xf3\x00\xca\xed\x59\x07\x50\x6e\xe1\x3a\x80\x72\x0b\xf7\x01\x94\x5b\x70\x07\x50\x6e\xc1\x1f\x40\xb9\x85\xe7\x00\xca\x6d\xdb\x6d\xa5\x3e\x87\x78\x00\xe5\x16\xd2\x01\x94\x5b\xc8\x07\x50\x6e\xa1\x1c\x40\xb9\x85\x7a\x00\xe5\x16\xda\x01\x94\x5b\xe8\x07\x50\x6e\xdb\x4e\xa9\xb7\xcf\xf3\x00\xca\x2d\xac\x03\x28\xb7\x78\x1d\x40\xb9\xc5\xfb\x00\xca\x2d\xba\x03\x28\xb7\xe8\x0f\xa0\xdc\xe2\x73\x00\xe5\x16\xc3\x01\x94\x5b\x8c\x07\x50\x6e\x31\x7d\x01\xe5\xbf\xaa\xa5\x16\xf3\x81\xa1\x5b\x2c\x07\x86\x6e\xb1\x1e\x18\xba\xc5\x76\x60\xe8\x16\xfb\x81\xa1\x5b\x1c\x07\x86\x6e\x71\x1e\x18\xba\xc5\x75\x60\xe8\x96\xae\x03\x43\xb7\x74\x1f\x18\xba\x25\x77\x60\xe8\x96\xfc\x81\xa1\x5b\x7a\x0e\x0c\xdd\x52\x38\x30\x74\xdb\x76\x2b\xa9\xcf\x29\x1d\x18\xba\xa5\x7c\x60\xe8\x96\xca\x81\xa1\x5b\xaa\x07\x86\x6e\xa9\x1d\x18\xba\x6d\xbb\x92\xde\x3e\x8f\x03\x43\xb7\x34\x0f\x0c\xdd\xd2\x3a\x30\x74\xcb\xd7\x81\xa1\x5b\xbe\x0f\x0c\xdd\xb2\x3b\x30\x74\xcb\xfe\xc0\xd0\x2d\x3f\x07\x86\x6e\x39\x1c\x18\xba\xe5\x78\x60\xe8\x96\xd3\x81\xa1\x5b\xce\x07\x86\x6e\xdb\x8e\xa1\xb7\xcf\xf5\xc0\xd0\x2d\xb7\xdf\x60\xe8\x26\xc4\x09\x86\x6e\x42\x9c\x60\xe8\x26\xc4\x09\x86\x6e\x4a\x77\x04\x86\x6e\x4a\x69\x04\x86\x6e\x4a\x69\x24\x40\xa1\x94\x46\x60\xe8\x26\xa4\x0a\x86\x6e\x42\xaa\x60\xe8\x26\xa4\x0a\x86\x6e\x42\xaa\x60\xe8\xa6\x94\x46\x60\xe8\xa6\x94\x46\x41\xcf\x5b\x1b\x86\x6e\x4a\x69\x04\x86\x6e\x32\xe9\x82\xa1\x9b\xf0\x2e\x18\xba\x09\xef\x82\xa1\x9b\x4c\xb3\x60\xe8\x26\xd3\x2c\x18\xba\xc9\x34\x9b\xf4\xcf\xb1\x61\xe8\xf6\x26\x31\xe2\x09\x6f\x12\x23\x9e\x20\x58\x09\x86\x6e\x82\x95\x60\xe8\x26\x58\x59\xf5\x4f\xbf\x61\xe8\xa6\x78\x39\x30\x74\x53\xbc\x1c\x18\xba\x29\x5e\x0e\x0c\xdd\x04\x47\xc1\xd0\x4d\x70\x14\x0c\xdd\x04\x47\xc1\xd0\x4d\x70\x14\x0c\xdd\x54\x4b\x13\x0c\xdd\x54\x4b\xb3\xe9\x79\x6b\x03\xca\x5d\x46\x5c\x80\x72\x57\xfa\x21\x80\x72\x17\xa8\x05\x28\x77\x81\x5a\x80\x72\x57\xc2\x21\x80\x72\xbf\xda\x06\x94\xfb\xd5\x37\xa0\xdc\xaf\xb1\x01\xe5\x7e\xfb\x0d\x28\xf7\xfb\xd9\x80\x72\x27\x37\xbb\x80\x72\x77\xf7\x06\x94\xbb\x41\xc6\x17\x28\x77\x72\xb3\x0b\x28\x77\x72\xb3\x0b\x28\x77\x83\x8a\x2f\x50\xee\x06\x15\x5f\xa0\xdc\x0d\x26\xbe\x60\xb8\xbb\xbc\x81\xe1\xee\xca\x06\x86\xbb\xa3\x6a\x13\x90\xba\xbf\xf0\x50\xad\x73\x57\x5b\x7f\xe1\xa1\x9e\x39\x0f\xf8\xdb\x7f\x8c\x86\xff\x50\x17\x7d\x47\x8e\xbc\xda\x17\x39\x7a\x5a\xee\x40\xc6\xfd\xc7\xb1\x4c\xeb\x39\x90\x71\x7f\x11\x23\x2f\xd5\xc7\x03\x19\xf7\x17\x2d\xf2\x09\x7c\x3e\x90\x71\x7f\x91\x62\xa2\x55\x0f\x64\xdc\x7f\xa2\xb6\x68\xf5\x03\x19\xf7\x17\x21\x16\x5a\xf3\x40\xc6\xdd\xaf\x03\x19\xf7\xe7\x3a\x90\x71\x7f\xee\x03\x19\xf7\xc7\x1d\xc8\xb8\x3f\xfe\x40\xc6\xfd\x79\x0e\x64\xdc\x9f\x70\x20\xe3\xfe\xc4\x03\x19\xf7\x27\x1d\xc8\xb8\xef\xd1\x5a\xf4\x79\xdb\xd7\xff\xf6\xb9\x1e\xc8\xb8\x3f\xed\x40\xc6\xfd\xe9\x07\x32\xee\xcf\x38\x90\x71\x7f\xe6\x81\x8c\xfb\xb3\x0e\x64\xdc\xc3\x75\x20\xe3\x1e\xee\x03\x19\xf7\xe0\x0e\x64\xdc\x83\x3f\x90\x71\xdf\xf6\xe4\xab\xcf\x21\x1c\xc8\xb8\x87\x78\x20\xe3\x1e\xd2\x81\x8c\x7b\xc8\x07\x32\xee\xa1\x1c\xc8\xb8\x87\x7a\x20\xe3\x1e\xda\x81\x8c\x7b\xe8\x07\x32\xee\x61\x1c\xc8\xb8\x87\x79\x20\xe3\x1e\xd6\x81\x8c\x7b\xbc\x0e\x64\xdc\xe3\x7d\x20\xe3\x1e\xdd\x81\x8c\x7b\xf4\x07\x32\xee\xf1\x39\x90\x71\x8f\xe1\x40\xc6\x3d\xc6\x03\x19\xf7\x98\x0e\x64\xdc\x63\x3e\x90\x71\x8f\xe5\x40\xc6\x3d\xd6\x03\x19\xf7\xd8\x0e\x64\xdc\xb7\x8d\xed\x6f\x9f\xc7\x81\x8c\x7b\x9c\x07\x32\xee\x71\x1d\xc8\xb8\xa7\xeb\x40\xc6\x3d\xdd\x07\x32\xee\xdb\x06\x76\xf5\x39\xf9\x03\x19\xf7\xf4\x1c\xc8\xb8\xa7\xf0\x85\x8c\x7f\x1d\x89\x07\xfc\xed\x29\x1d\xf0\xb7\xa7\x7c\xc0\xdf\x9e\xca\x01\x7f\x7b\xaa\x07\xfc\xed\xdb\xe6\xf4\xb7\xcf\xfd\x80\xbf\x3d\x8d\x03\xfe\xf6\x34\x0f\xf8\xdb\xb7\x4d\xe8\xea\x73\xbe\x0e\xf8\xdb\xf3\x7d\xc0\xdf\x9e\xdd\x01\x7f\x7b\xf6\x07\xfc\xed\xf9\x39\xe0\x6f\xcf\xe1\x80\xbf\x3d\xc7\x03\xfe\xf6\x9c\x0e\xf8\xdb\xb7\xcd\xe3\xea\x73\x2e\x07\xfc\xed\xb9\x1e\xf0\xb7\xe7\x76\xc0\xdf\x9e\xfb\x01\x7f\x7b\x1e\x07\xfc\xed\x79\x1e\xf0\xb7\xe7\x75\xc0\xdf\x5e\xae\x03\xfe\xf6\x72\x1f\xf0\xb7\x17\x77\xc0\xdf\x5e\xfc\x17\xfc\xfd\xbb\x1a\x2c\xcf\x81\x8c\x7b\x09\x07\x32\xee\x25\x1e\xc8\xb8\x97\x74\x20\xe3\x5e\xf2\x81\x8c\x7b\x29\xbf\x41\xc6\xbd\xef\x1b\xf6\x7a\xdf\x37\xec\xf5\xb1\x6f\xd8\xeb\x63\xdf\xb0\xd7\xc7\xbe\x61\xaf\x8f\x7d\xc3\x5e\x1f\xfb\x86\xbd\x3e\xf6\x0d\x7b\x7d\xec\x1b\xf6\xfa\xd8\x37\xec\xf5\xb1\x6f\xd8\xeb\x63\xdf\xb0\xd7\xc7\xbe\x61\xaf\x8f\x7d\xc3\x5e\x1f\xfb\x86\xbd\x3e\xf6\x0d\x7b\x7d\xee\x1b\xf6\xfa\xdc\x37\xec\xf5\xb9\x6f\xd8\xeb\x73\xdf\xb0\xd7\xe7\xbe\x61\xaf\xcf\x7d\xc3\x5e\x5f\xfb\x86\xbd\xbe\xf6\x0d\x7b\x7d\xed\x1b\xf6\xfa\xda\x37\xec\x8d\x6b\xdf\xb0\x37\xae\x7d\xc3\xde\xb8\xf6\x0d\x7b\xe3\xda\x37\xec\x8d\x6b\xdf\xb0\x37\xae\x7d\xc3\xde\xb8\xf6\x0d\x7b\xe3\xda\x37\xec\x8d\x6b\xdf\xb0\x37\xae\x7d\xc3\xde\xb8\xf6\x0d\x7b\xe3\xda\x37\xec\x8d\x6b\xdf\xb0\x37\xae\x7d\xc3\xde\xb8\xf7\x0d\x7b\xe3\xde\x37\xec\x8d\x7b\xdf\xb0\x37\xee\x7d\xc3\xde\xb8\xf7\x0d\x7b\xe3\xde\x37\xec\x0d\xb7\x6f\xd8\x1b\x6e\xdf\xb0\x37\xa8\xf8\x23\x64\x3c\xa8\xf8\x23\x64\x3c\x0c\x32\xbe\xc8\x78\xf8\x7b\x43\xc6\x83\x8a\x3f\x42\xc6\xc3\xa0\xe2\x8b\x8c\x07\xf5\xcc\x85\x8c\x87\xdf\x77\xc6\x0d\xbf\xef\x8c\x1b\x7e\xdf\x19\x37\x7e\x20\x22\xad\x72\x60\xe1\xf1\x63\x48\xa4\xd5\x0e\x2c\x3c\x7e\x8c\x88\xb4\xc6\x01\x78\xc7\x0b\x11\xf9\xb2\xfe\xcc\x05\x31\x7e\x7c\xc6\xb4\xee\x03\xf0\x8e\x9f\xd8\x42\x5a\xfe\x00\xbc\xe3\x27\xae\x90\x56\x38\x00\xef\x78\x21\x21\xa3\xe7\x49\x07\xe0\x1d\x2f\x1c\xe4\x9d\x3e\xe5\x00\xbc\xe3\x85\x82\x8c\xb7\xa7\x1d\x80\x77\x3c\xfd\x00\xbc\xe3\x19\x07\xe0\x1d\x5b\x2a\x27\xbd\x95\x67\x1d\x80\x77\x84\xeb\x00\xbc\x23\xdc\x07\xe0\x1d\x5b\xaa\x26\x49\x17\xfc\x01\x78\x47\x78\x0e\xc0\x3b\x42\x38\x00\xef\x08\xf1\x00\xbc\x23\xa4\x03\xf0\x8e\x90\x0f\xc0\x3b\x42\x39\x00\xef\x08\xf5\x00\xbc\x23\xb4\x2f\xc0\xfb\x57\xb5\x30\x42\x3f\xb0\xf0\x08\xe3\xc0\xc2\x23\xcc\x03\x0b\x8f\xb0\x0e\x2c\x3c\xe2\x75\x60\xe1\x11\xef\x03\x0b\x8f\xe8\x0e\x2c\x3c\xa2\x3f\xb0\xf0\x88\xcf\x81\x85\x47\x0c\x07\x16\x1e\x5b\x4a\x24\xf5\x39\xa6\x03\x0b\x8f\x98\x0f\x2c\x3c\xb6\x34\x48\x6f\x9f\xeb\x81\x85\x47\x6c\x07\x16\x1e\xb1\x1f\x58\x78\xc4\x71\x60\xe1\x11\xe7\x81\x85\x47\x5c\x07\x16\x1e\x5b\xaa\x23\xf5\x39\xdd\x07\x16\x1e\xc9\x1d\x58\x78\x24\x7f\x60\xe1\x91\x9e\x03\x0b\x8f\x2d\xad\x91\xfa\x9c\xe2\x81\x85\x47\x4a\x07\x16\x1e\x29\x1f\x58\x78\xa4\x72\x60\xe1\xb1\xa5\x30\x7a\xfb\xdc\x0e\x2c\x3c\x52\x3f\xb0\xf0\x48\xe3\xc0\xc2\x23\xcd\x03\x0b\x8f\xb4\x0e\x2c\x3c\xf2\x75\x60\xe1\x91\xef\x03\x0b\x8f\xec\x0e\x2c\x3c\xb2\x3f\xb0\xf0\xc8\xcf\x81\x85\x47\x0e\x07\x16\x1e\x5b\xba\x21\xf5\x39\xa7\x03\x0b\x8f\x9c\x0f\x2c\x3c\x72\x39\xb0\xf0\xc8\xf5\xc0\xc2\x23\xb7\x03\x0b\x8f\xdc\x0f\x2c\x3c\xb6\x94\x41\x6f\x9f\xe7\x81\x85\x47\x5e\x07\x16\x1e\xe5\x3a\xb0\xf0\x28\xf7\x81\x85\x47\x71\x07\x16\x1e\xc5\x1f\x58\x78\x94\xe7\xc0\xc2\xa3\x84\x03\x0b\x8f\x12\x0f\x2c\x3c\x4a\x3a\xb0\xf0\x28\xf9\xc0\xc2\xa3\x94\x03\x0b\x8f\x52\x0f\x2c\x3c\x4a\x3b\xb0\xf0\x28\xfd\xc0\xc2\xa3\x8c\x03\x0b\x8f\x32\x0f\x2c\x3c\xca\x3a\xb0\xf0\xa8\xd7\x17\x16\xfe\x75\xe4\x3e\x00\xef\xa8\xee\x00\xbc\xa3\xfa\x03\xf0\x8e\xfa\x1c\x80\x77\xd4\x70\x00\xde\x51\xe3\x6f\x00\xef\x10\xac\x04\xf0\x0e\xc1\x4a\x00\xef\x78\x73\xc1\xf3\xd4\x37\x17\x3c\xf7\x7f\xf3\xbd\x03\x98\x14\x1a\x20\xd0\x20\x53\x29\x80\x77\xc8\x54\x0a\xe0\x1d\x0a\x1b\x00\xf0\x0e\x85\x0d\x00\x78\x87\xc2\x06\x00\xbc\x43\x70\x14\xc0\x3b\x04\x47\x83\x9e\x57\x37\xc0\x3b\x04\x47\xa3\x9e\xd7\x37\xc0\x3b\x14\x36\x00\xe0\x1d\x8a\x0d\x00\xf0\x0e\x45\xb1\x02\x78\x87\x8c\xb1\x00\xde\x21\x63\x6c\xd2\x3f\xf3\x06\x78\x87\x40\x2d\x80\x77\x08\xd4\x02\x78\xa7\x60\x65\xfd\x97\x81\x6f\x0a\x71\x82\x85\xa7\x10\x67\xd5\x4d\xe6\x86\x85\xa7\x50\x25\x58\x78\x2a\x89\x3b\x58\x78\xca\x8a\x0a\x16\x9e\xb2\xa2\x82\x85\xa7\x12\xbc\x83\x85\xa7\x12\xbc\x83\x85\xa7\x12\xbc\x83\x85\xa7\x90\x2a\x58\x78\x0a\xa9\x36\x3d\xaf\x6e\x58\x78\x0a\xa9\x76\x3d\xaf\x6f\x58\x78\x2a\xc1\x3b\x58\x78\x2a\xc1\x3b\x58\x78\xaa\x28\x3f\x58\x78\xba\xb8\x61\xe1\xe9\xd2\x86\x85\xa7\xcb\x1b\x16\x9e\x4a\xa0\x02\x16\x9e\x4a\xa0\x02\x16\x9e\xd4\x91\x14\x16\x9e\xd4\x91\x14\x16\x9e\x7e\x6c\x58\x78\xbe\x75\x24\xb9\x0b\x75\x24\x85\x85\xe7\x73\x6d\x58\x78\x1a\x8a\x7c\xb1\xf0\x7c\xf6\x0d\x72\xf3\xd9\x37\xc8\xcd\x67\xdf\x20\x37\xc9\x2b\x2d\x2b\xf1\x7c\xa8\x90\x4d\x61\x86\xf9\x50\x01\x9c\x74\xb5\xf3\xa1\x7a\x3b\x75\x0d\xa7\x50\x63\xb8\x2e\x4d\xac\x49\x6a\x14\xaf\xb7\x41\x6a\x14\x4f\x49\xb1\x29\x34\x18\xe2\xa5\xe9\x34\xc9\x36\xad\xf4\xba\x93\x7a\xfc\xef\x73\x85\x02\xa3\xb2\xdd\xb1\x2b\x7f\x92\x50\xc5\xeb\x9b\x05\x2a\xb1\x90\x54\x78\x06\xaa\x7e\xb3\x3d\x70\x06\xaa\x7e\x93\xa5\x7c\x06\x64\xa2\x2e\xe8\xa4\x9e\xbf\x52\xfe\xce\x40\x55\xf3\x8c\x84\x81\xaa\xe6\x6c\x71\x9c\x01\x79\xa8\xa9\x39\x85\xf2\xe2\x50\x9f\x74\x05\xcb\x69\x9c\xdf\x47\xe5\xef\x09\x6f\x09\x81\x19\xaf\xff\x1c\x79\x43\xf9\x7f\x46\x1a\xa9\x5e\x3c\xb5\x2a\x27\xa9\x5e\x3c\x85\xd6\xa6\x52\xbd\xd4\xe8\xaf\xd9\x7e\xe6\x02\x29\x5f\xbc\x46\x8e\x52\xbe\xd4\xfc\x6b\x8e\xfd\xcc\x1e\x52\xbf\xa8\xa8\xf4\x24\xf5\x8b\x12\xea\x4e\xa5\x7e\xa9\xd5\x5f\xcb\xfb\xab\x5d\xbf\xe6\xd5\xaf\xfe\xf8\x6b\x0e\x7f\xad\xee\x55\xd6\x64\x46\x55\xa9\x67\xd6\x29\x2d\xcc\x7b\x1d\xff\xe7\x8c\x2a\xba\xf3\x06\xe3\x5b\xaa\xc4\x5f\xdd\xfb\x8b\xf2\x6b\x93\x54\x31\xca\xb5\x3d\xd3\xbb\x35\x81\x67\xce\xca\x7f\xed\x9e\xdc\x85\xf4\x31\xfe\xd6\xd5\x9a\xe3\xea\xeb\xd6\x47\x52\xc9\x78\x36\xb6\x4e\xa5\x92\xf9\xf5\x26\xec\x8d\x45\xfe\x4b\x21\x91\x99\x55\x33\x9e\x77\xad\x0d\xc7\x3d\xbd\x65\x55\x26\x9b\x8e\x55\xce\x6d\x6a\xd3\x71\xff\xf5\xf6\x75\xbd\x32\x44\x94\x5f\x47\x78\x0a\x41\x47\x53\x1b\x8d\xc7\xa5\xe7\xe9\x09\xcc\x06\x52\x09\x4f\x6d\x38\x1e\x37\x32\xfc\x7a\x3f\x92\x55\x9b\x8f\x7f\x5d\x3d\xfb\xcf\x51\x55\xf7\x47\x19\x4f\xaa\xfb\x5f\x23\xf8\xab\xde\x3c\x5f\x52\x51\xe9\x9f\x33\xe9\xd7\x7b\xf9\x19\x5b\x6f\x65\x7f\xde\x79\x79\xd7\x2d\x7a\xfe\xfe\x27\x1f\x47\x7f\xdb\x43\x6d\x65\x1e\xf5\xd7\xaa\xfb\xb3\xba\xb2\xa5\xd9\xa3\xd4\x67\x69\x9f\xff\xe8\x3c\xe3\xc7\xeb\x49\x83\x16\xa3\xb0\x30\x66\x48\xac\x3c\x0d\x6a\x78\x65\xe9\x98\xec\x11\x52\x1d\xfe\xa9\x0d\x3d\x53\xdf\x72\xfe\x2b\xa2\x6e\x6a\xcf\xcf\xf6\x8a\xd8\xf7\xe3\x49\xca\x3e\x09\xc9\xf4\x5a\x18\x15\x92\xf9\x6b\xb8\xd8\x04\xe2\x0a\x85\x66\xfe\x3a\x3a\x9e\xd7\x20\x34\x09\xd1\xf4\x5a\xcc\x14\xa2\xb9\x4d\x66\x42\x31\xdf\xc9\xdc\xca\x3e\x99\x15\x8a\x79\x4c\x66\x42\x32\xdf\xc9\xac\x90\xcc\x63\x32\x13\x9a\xf9\x4e\xe6\x36\xf7\xc9\xfc\xd6\x05\xfa\xf7\x64\xee\xd7\x3e\x99\xe5\x44\xff\xcd\x64\xc6\xa1\xfe\x4e\xe6\xb7\x7e\xd0\xf7\x64\xee\xcf\x3e\x99\xe5\x20\xff\x9a\xcc\xcf\xd7\x64\xc6\x69\xfe\x4e\x66\x39\xcd\x7f\x33\x99\x31\x67\xbe\x93\x59\xe6\xcc\x7d\x32\xf7\xf5\xf3\x4d\x31\x4c\xbe\x93\x59\x86\xc9\x6d\x32\x63\x9c\x7c\x27\xb3\x8c\x93\xdb\x64\x16\x92\xfc\xcd\x64\x16\x72\x3c\x26\x33\x86\xc9\x77\x32\xcb\x30\xf9\x9b\xa9\x22\xa4\x79\x4c\x66\x70\xe4\x3b\x99\x67\xfc\xd3\x64\x16\xa6\xfc\xcd\x64\x9e\x75\x9f\xcc\xef\xbe\xa8\xef\xc9\xfc\xee\x8f\xfa\xfb\x64\x7e\xf7\x4d\x7d\x4f\xe6\x39\xf7\xc9\xac\x38\xd4\x6d\x32\x13\x34\xf0\x4e\xe6\x75\xef\x93\x19\x23\xea\x3b\x99\x09\x1a\x78\x27\x33\xee\x7e\x4d\xe6\x25\x23\xea\x3e\x99\x7f\x1d\xbd\x8f\x19\xbb\x2e\xb7\xcd\xd8\x85\x0b\x5f\x33\x76\xc9\xd8\xfa\x3d\x63\x97\x8c\xae\xdf\x33\x76\x61\x7c\xd5\x8c\x5d\x18\x58\x3d\x95\x06\x16\x06\x56\x9f\xd4\x07\xfa\x49\x71\x8d\x05\xdc\xf5\x20\xe8\x75\x91\x1d\xcc\xb7\x14\x1f\x17\xfb\x08\xcf\xa4\xa4\xc3\x32\xe8\x1b\x5a\x8c\x31\xbb\xfb\xfb\x0c\xe9\xa7\xd2\x1d\x9e\xab\xa7\xf1\x3c\x6f\x6a\xaf\x75\x93\x1a\x2c\x3c\xff\x3d\x73\x2b\x05\x58\xee\x3d\x3d\xeb\xae\xa9\x50\x2e\x6e\x19\x8c\xfe\x75\x26\x3c\xd7\xf8\x3e\xe3\x29\x6a\x3c\x43\x9c\xfe\xab\x07\x06\xaf\x43\x2b\x29\x86\x50\xbe\xcf\x58\xa8\xc1\xb5\xc2\xb3\xda\x4a\x21\xd6\xe0\x57\xe2\x4c\xfc\x93\xa4\x44\xe7\xfe\x4e\x52\x22\x75\x7f\x2b\x69\xf9\xa3\xa4\xf5\x8f\x92\xb6\x3f\x4a\xda\xff\x28\xe9\xf8\xa3\xa4\xf3\x8f\x92\xc2\x6e\x99\xcf\xeb\x8d\xfc\x55\xeb\x06\x66\x32\x6a\xcc\xa4\x6d\x29\xf8\xad\xe5\x69\x31\xbe\x54\xc3\xe9\xd6\x3f\x19\x83\xd4\x84\x58\x8a\x59\xa0\xa0\xe8\x52\xbc\x82\xd3\x39\x98\xfd\x53\xaf\xeb\xb9\x5f\x78\xbc\xcc\x28\x6d\x55\xec\xad\x45\xe9\x12\xea\x28\x2c\x6a\x40\xa9\xce\xee\x32\xfa\xe0\x54\xf0\x7c\xc9\x18\xdd\x74\x1d\x45\x39\x87\x5a\x8b\x16\x23\x19\x23\xb4\x87\x3e\xac\x87\x2a\xbf\x7d\xa6\x47\xb2\x1a\x4d\xb0\x5c\xe4\xd6\xa2\x48\x21\xb5\x2a\x96\x0c\xcc\xa4\xc4\x5a\xcf\xa7\x40\xe3\x5f\xd5\xf1\x92\xdd\x99\xe2\x22\xeb\x29\x5f\x2d\x96\x65\xaf\xce\xb5\xaf\x16\xd5\x60\x58\xf0\x56\xa0\x1a\x0c\x09\x2d\x97\xb8\x02\xa5\x76\x97\x71\x84\xcf\x3f\xfd\xd7\x3f\x4d\xa0\xe7\x41\x04\x59\x88\x43\x7f\x2b\xec\x2c\x2a\x2f\x3a\x7d\x40\x78\x82\xa3\xbc\xc9\xa2\xf2\xa2\xa3\x9c\xdc\xa2\xba\xa9\x78\xc2\x32\x33\xa2\xf3\x30\xa8\x65\x26\x44\xe7\x29\x78\xbb\xcc\x7c\xf8\xf9\x67\xf8\xfa\x67\xe4\x1c\xf2\x53\xeb\xd4\x13\xac\xbe\x0c\xcb\x3a\x0f\xab\x5e\xd4\x33\xf5\xa4\x57\x59\x66\x02\xfc\xfc\x73\x7c\xfd\x73\xd2\x62\x79\x4c\x6b\xff\x67\x76\xfb\x3f\xb3\xdf\xef\x99\x9f\xaf\x7f\x86\xaf\x7f\xc6\xfd\x9e\x54\x47\x5f\x7a\x67\x6f\x1d\x54\x06\x98\x99\xd1\x2c\x7f\xe9\xaf\x96\x99\xd0\x3e\xad\xfb\xab\xe5\xbe\x5a\x40\x0b\x4d\xb9\xf2\xec\x53\xa7\x30\x91\x48\x6c\xb3\x0a\x8b\xd2\xa3\x7f\xf2\x8d\x80\x43\xab\xf0\x8d\x60\x84\xcb\x70\xaa\x95\x27\xb5\x96\xbd\x4f\x07\x97\x5b\x64\xf8\x76\x30\xc2\x65\xd8\xd4\x29\xed\xcc\x32\x6c\xea\x94\xae\x66\x19\x36\xb5\x02\xa8\xd6\x5a\xfb\x3f\xcd\x04\x66\x89\xbd\xad\x75\x53\x7c\x8d\xf7\x69\xa6\x2f\x17\xba\xce\x79\xce\xf1\x74\x33\x79\x59\x95\x66\x6b\x05\x5a\xf4\xc5\x4c\x5d\x56\xb3\xd9\x5a\x70\x55\x60\xca\xaa\xf0\x6f\x2d\x02\x95\x05\x82\x9c\x78\xcb\x60\xad\x55\xd2\xb6\x16\xdc\xba\x33\xea\x0c\xaa\x5a\xf5\x78\x6b\xc1\x9b\xa9\x07\xb5\x1a\x7d\x29\x7c\x77\x03\xad\x2e\x00\x5a\x57\xa3\x9c\x1c\xa0\x75\x09\xb4\x7a\xdd\x85\x11\xa9\x37\x2f\xb0\xfa\x9e\x1b\x5f\xe7\xe6\xd7\xb9\xb5\x9f\x53\x34\xa7\xce\x19\x10\xfd\x9c\x73\x5f\xe7\xfc\xd7\x39\xeb\x75\xd2\x32\x6c\x5b\xe4\x2d\xbf\xab\xb5\xe2\xb6\xe9\x63\xf5\xf2\xd5\xaa\x5f\xad\xf6\xd5\xea\x5f\xad\x41\x8b\x37\x68\x60\xf4\xb5\x91\x2c\x03\xa3\x2e\x50\x01\x6a\x0d\x46\xb9\x16\xc6\x71\x7f\xb5\x34\x0a\xe8\xf5\x08\x5f\xad\xf8\xd5\x4a\x5f\xad\xfc\xd5\x42\x06\xac\x53\x6b\xd4\xaf\x96\xb6\x89\x33\x3e\x07\x32\x08\x38\x0d\x64\xf8\x35\x0a\xfe\xbe\x2c\x0f\xc4\xd3\x80\x1c\x6b\xdb\x79\xbe\xe6\xb5\x95\xf3\x5a\x54\x33\x4a\xe4\x08\x5e\xd3\x7d\xb5\xfc\x57\xeb\xf9\x6a\xc9\xcd\xcf\xe4\x78\xeb\x5a\xaa\xa5\x60\x4e\x5a\x0a\x48\x7d\x5b\x5c\x67\x13\xce\x5f\x42\x7b\x36\x89\xad\xe0\xe3\xaf\x96\x55\x61\x35\x43\xac\xb5\xf8\xa7\xb2\xed\x2e\xfe\xa9\xbc\x0c\xba\x8b\xb6\xbe\x71\x97\x5b\x28\xd4\xa6\x91\xbf\x15\x20\xca\x3d\x6f\x19\x33\xb9\xe7\x2d\xa3\x24\xf7\xbc\x65\xbe\xb1\xbc\x52\xfe\x36\x4f\xdb\x5a\xa6\x91\xfd\x1d\x51\x3b\x5e\xe7\x9e\x9f\xcf\xf0\xab\x15\x3e\x1f\xcc\xdf\x31\x7e\x3e\x98\xbf\x63\xfa\x2c\x21\xfe\x8e\x0c\x02\xab\xc9\xea\x6f\x99\x15\x90\xe1\xc6\x20\xf0\xca\xf0\x06\x6d\xdc\xb4\x14\xea\xcc\x5d\x14\xb4\xf1\x70\x9d\xb8\x91\x55\x3e\xf5\xb7\x82\x36\x1e\x9e\x2e\x5e\xf4\xd0\xcf\x37\x68\x43\xf7\xdc\x52\xc9\xfa\x5b\xd6\xf5\xac\x96\x6c\xca\x7a\x82\x6c\xca\x3c\x41\xdc\x28\x23\xad\x38\x89\xde\xa7\x02\x8a\x79\x9f\x4e\xd9\xa0\x6d\xfa\x79\xa7\x6c\xd0\xa6\x9c\xbc\x53\x36\x68\x2b\xa7\xe7\x9d\xb2\x41\x5b\x09\x3b\xef\x94\x0d\xda\x90\x88\x77\xca\xf8\xdc\x75\x9d\x8c\xae\xb4\x94\xf1\x79\x72\x17\x65\x7c\x9e\xdc\xe5\x51\xa8\xc2\xa4\xb5\x8f\x02\xf7\x3c\x5f\xad\x40\x32\xde\x4c\x2b\x7e\x2a\x3d\x79\xf7\xa4\x4f\x4d\x32\xef\x0c\xd0\xa8\x26\x99\x77\x38\xc8\xa9\x49\xe6\x1d\xe6\x50\x6a\x92\x79\x87\x63\x9c\xa4\xa5\xde\xe1\x14\xc7\x40\xe9\x1d\xf0\x86\x9a\x64\xde\xe1\x0c\xbf\x75\x4f\x1c\xe1\xd4\x24\xf3\x0e\x27\x38\x35\xc9\xbc\x03\xde\x50\x93\xcc\xbb\xa0\xba\x71\xf4\x53\x85\xf7\x12\x77\x89\xaa\xef\xc5\x13\xa2\xea\x7b\x71\x17\x79\x51\x7f\x6a\x92\x79\x8a\xb7\xab\x26\x99\x57\xf1\x76\x6a\x92\xf9\xb7\x78\xfb\x4f\x4d\x32\xef\x92\xea\x7b\xf1\xb6\x54\xcb\x6e\xf0\x0e\xe4\x35\xfd\xa9\x49\xe6\x29\xf7\xae\x9a\x64\xfe\x2d\xf7\x1e\xf9\x26\x49\xf5\xbd\x74\x27\x6a\xac\x75\x9d\xa3\x96\xd9\xcd\xfb\x93\x87\x34\x6e\x7d\x1e\x9f\x9a\x64\xde\xe1\x1d\x45\x8d\x7a\x87\x67\xf4\x53\x93\xcc\x3b\x3c\xa3\xd4\x24\xf3\x94\x8b\x57\x4d\x32\xef\xe4\x11\x8d\x9f\x3e\xe3\x11\xa5\x26\x99\x57\x39\x79\x6a\x92\x79\x95\x93\xa7\x26\x99\xa7\x9c\xbc\x0a\x69\x7a\xca\xc9\x7f\x5a\xf9\xa7\xf5\xb7\xa5\xda\x53\x69\x5e\x35\x36\xfd\x5b\x69\x7e\x32\xe0\x70\x86\x52\x47\xd3\x53\x69\xfe\xd3\x1a\x5f\x2d\x6a\x5e\x06\x75\x6c\xed\xad\xa2\xfa\x9b\x88\x87\xb3\xd2\x05\x5e\x6d\x89\x5f\x2d\x60\xbf\x06\x9c\xea\xb8\x3e\x3a\x67\xfd\xa4\xc6\xa6\x57\xdd\x79\xea\x68\x7a\xd5\x9d\xff\x69\xf5\xaf\x16\xfd\x2c\xbc\xee\xa2\xda\x9c\x0c\x08\x9c\x90\x4e\x1f\x4e\xc5\x0f\xb4\x28\x2c\xb5\x78\x13\x14\xb0\xa3\xc6\xa6\x77\x14\xb0\xa3\xc6\xa6\x77\x4b\x55\x2e\x4d\x5a\xaf\x02\x76\x86\x66\xbd\xbf\x28\xd6\x67\x35\x36\xbd\x7f\xd3\xf0\xeb\x9c\x52\xef\x4f\x5a\xe9\xff\x7e\x6a\x6c\x9a\xcd\xee\xa7\xc6\xa6\xd9\xd5\xfe\xf7\xd6\xd8\x34\xeb\xdc\xff\xde\x1a\x9b\x66\x4b\xfb\xa9\xb1\x69\x56\xb3\xff\xbd\x35\x36\xbd\xbf\xf5\x74\xee\xa2\x94\x2b\x8d\xbb\x28\xe5\x8a\x21\x48\xef\xef\xf8\x51\xca\x66\x4b\xfb\xa9\xb1\xe9\xfd\x2d\x44\x4e\x3f\x8d\x76\xab\xc6\xa6\xf7\x4a\xb3\xd2\xf4\x3c\xfa\xe2\x74\x4f\x6a\x73\x1a\xde\xf2\x5e\x9b\x65\xcd\xe0\xe3\xfd\x5b\xcf\x54\x2d\x8a\xeb\x31\x01\xbc\xb6\xb5\x36\xde\x19\xdb\x5a\x31\x19\x7a\xcf\x96\x56\x6a\x6c\x7a\xaf\xe2\x7a\x17\xb2\xb3\x9d\x95\x52\x7b\xde\x6b\x3b\x6b\x57\x4b\x05\x2a\xf5\x04\x55\x6f\xbd\x69\xa9\x7a\xbd\xee\xc9\x64\x0e\xbc\x09\xed\x51\x68\x5c\xa7\x8d\x08\xcc\x0e\xcf\x26\x04\x0a\x69\x7a\xd5\xe3\xa7\x90\xa6\xf7\xda\x80\xb0\xb8\x27\x1b\x10\x28\xa4\xe9\xbd\x36\x1f\x0c\x64\x7f\x89\x3c\xef\xd3\x7f\x88\x2f\xf6\xb0\xff\xbd\x85\x34\xbd\xf7\x1b\xbb\xf5\x5e\x11\x61\x46\xcb\xbd\x57\x44\x58\xe3\x3a\x2d\x48\x91\x37\xaf\x05\x29\xd1\x17\x2d\x46\x8c\x64\xcf\x62\x44\x21\x4d\xef\xb3\x0a\x70\x22\x11\x7c\xee\xd6\x98\xd0\x42\xa4\xd1\xfa\x86\x64\xf0\x84\xbc\x2b\x2d\x9f\x77\xa5\xe5\xf3\xae\xb4\x7c\xde\x95\x96\xcf\xbb\xd2\xf2\x79\x57\x5a\xbe\xec\x4a\xcb\x97\x5d\x69\xf9\xb2\x2b\x2d\x5f\x76\xa5\xe5\xcb\xae\xb4\x7c\xd9\x95\x96\x2f\xbb\xd2\xf2\x65\x57\x5a\xbe\xee\x4a\xeb\xff\x13\x76\x66\x47\x92\xf3\x38\x10\x76\x89\x22\xc1\xcb\x1c\x9e\xfe\x9b\xb0\x31\xf8\x52\x55\xdd\xf3\x47\xec\xbc\x35\x5b\x2a\x89\x10\x2f\x24\x8e\x44\x1a\x3f\x0f\xad\x34\xff\x3e\xb4\xd2\xfc\x79\x68\xa5\xf9\xf3\xd0\x4a\xf3\xef\x43\x2b\xcd\x9f\x87\x56\x9a\xdf\x43\xeb\xff\x6e\xcd\x69\xfe\x7d\x9e\xa5\xf9\xf3\x3c\x4b\xf3\xe7\x79\x96\xe6\xcf\xf3\x2c\xcd\x9f\xe7\x59\x9a\x3f\xcf\xb3\x34\xff\x3e\xcf\xd2\xfc\x79\x9e\xa5\xf9\xf3\x3c\x4b\xf3\xef\xf3\x2c\xad\x9f\xe7\x59\x5a\x3f\xcf\xb3\xb4\xfe\x3e\xcf\xd2\xfa\x79\x9e\xa5\xf5\xf3\x3c\x4b\xeb\xe7\x79\x46\x65\xfe\xcf\x02\x56\x45\x1d\x2d\x8c\xb7\x9a\x8e\x5a\x7c\xe2\xc8\xe7\x3f\xf6\xf3\x77\x27\xff\xfc\xdd\x29\x3f\x7f\x77\xea\xaf\xdf\x9d\x9f\x1b\xe2\xb9\x3f\x7f\x77\xc3\xcf\xdf\xdd\x1f\x36\xbb\x44\x35\x7c\xd9\xec\x12\xd5\xf0\x65\xb3\x4b\x6f\x35\x7c\x4d\xdb\xfb\xc3\x66\x97\x2c\xfc\xb0\xd9\x25\x0b\x3f\x6c\x76\xc9\x7c\xc3\xbf\xa3\xe8\x5a\xa7\xa5\x6b\x7f\xc6\xb2\x6e\xb4\x4e\xf3\x0d\xbf\x9f\xa5\x96\xbb\xfa\x0f\x1b\xbe\xb9\x2d\xf9\x8e\xac\xdf\x79\x0d\xdb\x81\x0c\xe6\x36\xe3\x3b\xd0\xdb\xcd\xed\xc4\x77\xb8\xf5\x33\x51\x1b\xbf\xf4\x33\x68\x79\x80\xec\xf1\x10\x81\x64\x6e\x03\xbe\x83\xcd\xc4\xfc\x10\xb9\x03\x7d\x9f\xba\xf9\x77\xb8\xdd\x3e\x51\x37\xff\x0e\xbe\x04\x75\xf3\xef\x30\xbd\xe1\x8f\x7c\xad\x70\xd0\x53\x37\xff\x0e\xc6\x9d\xba\xf9\x77\xbc\xef\x9b\x5c\x43\x3e\x3f\x44\x4a\x3a\xc8\xe0\x87\x48\xb1\xa5\x7e\xfe\x91\xaf\x36\x0f\x49\x48\xd4\xcd\xbf\x03\x85\x84\xba\xf9\xb7\xb3\xb8\xa9\x9b\x7f\x07\xdb\x07\x75\xf3\xef\x60\x9b\xa3\x6e\xfe\x1d\x86\x0c\x51\xf2\x2d\x5a\xc8\x90\x75\x27\x63\x04\x0e\xb2\x88\x0c\xa8\x35\xe6\xc7\x4d\xd9\x0d\x89\xfc\xb8\xa9\x71\xe9\xed\x2e\xc3\xa3\x2f\xe1\xc7\xcd\x6e\xf5\xec\xad\xb1\x88\x8c\x93\x23\xdb\x64\x51\x72\xf0\xdb\xa4\x71\xa2\x07\x09\x39\xc0\x81\xd4\xf1\xcf\xfb\xf0\xbd\x13\x72\x24\xbe\x46\x42\x8e\xc2\x1b\x08\x64\xc6\x1b\x91\x2c\x31\x4e\x89\x31\x4c\x92\x51\xbf\x73\x7b\xfb\x9d\xfa\x1d\x32\x9a\xfa\xf2\x47\xc6\x9e\x38\x80\x2c\x31\x4e\x1c\x6a\xe6\x36\xe3\x3e\xa3\xde\xa0\x79\xa8\xa7\x20\x1f\x3b\x93\x25\xcd\x43\xc6\xc9\x90\x0f\x55\xd1\x1c\x43\x95\xa2\x6f\x6a\x8c\x53\xe2\x29\xa6\x71\x42\x76\x93\x7c\x7a\x0a\xf3\x90\x03\xdd\x4c\xf2\xd1\x6b\x23\x50\xbb\xea\x29\x8c\x61\xd2\xfb\x90\x2f\x21\x83\xe3\xab\x32\xf5\xcd\x0c\xf9\xd2\xf8\xc7\x36\x6d\x6e\x36\x28\x93\xdd\xdf\x0c\xd1\x13\x83\xe2\xb0\xac\x44\x2d\x33\x93\xe8\xdc\x99\x99\xa2\x68\x52\xe6\xb0\xec\xf6\xcd\xc4\x73\x58\x76\x3b\x5b\x9a\x39\x2c\x2b\x7b\xf3\x59\x1c\x96\xdd\xce\xf6\x6c\x0e\xcb\x4a\x59\xba\xb3\x78\x5f\x2a\x43\x9b\x35\xb4\x6a\x35\x1f\x3e\xd3\x53\xdc\x7d\x72\xb4\x94\x32\x43\x1b\xf8\x9c\x1e\x99\x52\x7a\x43\x86\x4c\xd5\x90\xa9\x6b\xbe\x04\x93\x16\x88\x9b\x45\x1a\x55\x35\x92\x79\x94\x4a\x0f\x5a\x04\x1e\xa1\xd2\xdf\x0d\xce\xcd\x1b\x59\xa6\x01\x73\xf3\x46\xdd\x87\x2f\xe1\xe6\x8d\x1e\x34\x5d\x0a\x55\x35\x86\xee\x74\x77\x52\x47\xc7\x33\x37\x6f\xb4\xa6\x6d\xc4\xcd\x1b\xf9\x00\xf8\xcd\xcd\x1b\x65\x4d\x3d\xf3\x8f\x7c\x3d\xbe\x77\xfa\x16\x7a\x17\x13\xc4\xa3\x54\x5a\xe4\xb8\x33\x8f\x44\xe9\x65\xe9\xed\xb8\x7b\x30\x99\x98\x43\xd9\xa2\x43\xd5\x1c\xca\x7e\xbe\x8b\x43\xd9\x32\xd1\x7d\xad\x42\xf5\xa8\x2d\xdb\x61\x6c\x5b\xda\x96\x1d\xc6\xe6\xbd\x90\xc1\x21\x6c\x6f\x0f\x7d\x71\x08\x9b\x8f\x26\xab\x43\xd8\x76\xde\x3b\xff\xc8\x57\x87\x16\x9c\xc3\xd7\x5c\xb5\xf5\x3a\x7c\xcd\xa1\xeb\x29\x2e\xdf\xa8\x8c\x91\xc3\xd7\x1c\x34\x91\x1d\xbe\xe6\x73\x19\x69\x87\xae\x3d\x6a\xf1\xbb\xa6\x58\x46\xd3\x1b\xa8\x8a\x02\xb2\xb0\xa6\xaa\x28\xf4\xa5\xb1\x34\xaf\xae\xf9\x11\xd1\x22\x6f\x77\x4d\xb1\xb6\xf7\x4e\xf3\xb1\xcd\x3c\xd3\x35\xc5\x16\x38\x3a\xad\x41\xca\x73\x75\x67\xf5\x2f\xaf\x6d\xd9\x21\x6b\x89\x97\x9e\x39\x2e\xad\x17\x3d\xce\x1a\xa4\x3c\x95\xb1\x6d\x14\x5d\xba\x7c\x6b\xc7\xa5\xb9\x63\xf2\x32\xd7\x30\xdb\xd4\xaa\x6a\xb8\xe8\x86\x9e\x42\x25\x25\x94\x22\x73\x0d\xb3\xdd\xc8\x33\x3b\x99\xd5\xa8\x29\xe6\x1a\x66\xad\x68\xb4\xe6\x1a\x66\x8b\x8f\x5a\x9e\x59\xdd\x8b\x7e\x07\x55\x67\xd5\x33\x5d\xbe\xf1\xe8\x9a\xaa\xf6\x30\x7b\x28\x30\x55\xf5\x05\x1d\xcf\x96\x1e\xe8\xa7\xe3\xd9\x16\xb4\x6e\x1d\xcf\xb6\xae\x5e\x3b\x9e\xed\x41\xc7\x6a\x67\xfd\x15\xbd\xcf\xc7\xcf\xde\x6b\xd7\xfb\xa9\xcd\xcd\xbd\x09\x75\x6b\x5f\x72\x6f\x42\x0b\x3a\xf4\xa8\x0e\x15\xde\x6b\x2e\xdf\xc0\x14\x68\x54\x87\x7a\x67\x0f\xd5\xa1\x1e\x63\x8d\x51\x1d\xaa\x26\x7a\xe6\xde\x84\x16\x34\xeb\xdc\x9b\xd0\xf6\x65\xa4\x07\xfb\xcb\x40\x3e\xe7\xdb\xcd\x47\x63\x3b\x58\x7f\x9a\xc9\x1e\x83\x53\x9a\x8e\x55\x0f\xb0\xe9\xef\x7c\x71\xad\xbc\x6c\xed\x9f\xae\x95\x97\x3f\xea\xff\x3f\xb6\xe4\xa9\xa1\xe5\x43\xb8\xb2\x5e\x5f\x1d\xc2\x95\xf5\xde\xa4\x93\xb9\xb2\x5e\xc2\x54\xcb\x28\x7b\xa4\xdf\xf9\xd0\xe6\xce\xd2\x74\x6d\xbc\x6e\xac\xae\xe6\x9a\x78\x1b\x53\x77\x36\x96\x3b\x02\xb9\x26\x5e\xa3\x36\x6f\xd7\xc4\xdb\x9f\x15\xea\x2d\x9f\xba\x31\xe8\x9a\x4f\xdd\xa2\x0f\x48\x41\xad\x47\xcb\xcf\xb5\xf0\xba\xb4\x99\xba\x16\x5e\x37\x1a\xbc\xb9\x06\xde\xcb\xa5\x67\xae\x81\xb7\x2c\x3d\xcf\x35\x70\xbb\xda\x06\x5d\xfb\x2e\x49\x7a\xa5\x6b\xdf\xf5\x3d\x2c\x5c\xfb\x2e\x2d\xeb\x77\x3e\x75\x1f\x4d\xd6\xc5\xd0\x4a\x06\x27\xb4\xa8\x57\xcb\xd6\x5d\x20\xd9\x82\xde\xe0\x47\x47\xc1\xb2\x6a\x0b\xed\xb4\xeb\xda\xa2\xa5\xb7\x6f\xa6\xa0\xae\x1d\x26\x0f\x43\xeb\x2e\x90\x72\xd4\x72\x24\x90\x65\x01\x36\x15\xd4\xea\xbc\x61\x53\x90\x49\x47\x8e\x23\x81\xdd\x2c\xee\x1d\xf4\x5b\x15\x65\xe2\xdb\x6c\xaa\x35\x6c\xbe\xa2\x5b\xb2\x73\xd6\xd1\xe2\x96\xec\x5c\x74\x28\x50\x54\xab\x6a\x41\xba\x25\x3b\x37\x6d\xe0\x14\xd5\xea\x3a\x80\xdd\x92\x9d\x87\xbe\x0d\x45\xb5\xc6\xd4\xdb\xfd\xf8\xd8\xd2\xf5\xdc\x92\x9d\x37\xb6\x6b\x73\x4b\x76\xde\xda\xa8\xdc\x92\x9d\x37\x58\xce\xdc\x0f\x92\xaf\xf4\x27\xf7\x83\xe4\xdb\x19\x8b\xc3\x1c\xdd\x6a\xf9\x1c\x7d\x34\xda\x8e\x76\xca\x73\x79\x9f\xa3\x9d\x12\x75\x5c\x39\xda\x29\x51\x8b\xdc\x63\xc8\x4b\xd6\xc6\xe8\x31\xe4\xe5\x1d\x43\x8f\xff\x29\xa6\x0d\xf5\x10\x4c\xac\x79\xe1\x36\xf6\x52\xa4\x1f\xba\xdf\xa5\x54\x7d\x41\x47\x50\xa5\x62\xf3\xb6\xc3\xf1\x08\x80\x37\x47\x50\xa5\xeb\x60\xa3\x62\x48\xd7\x0a\x51\xc5\x10\xe9\x80\x54\x0c\x19\x5a\x67\x17\x26\x64\xcd\xc3\x8b\x75\x1c\x3c\x65\x1e\x97\x5e\x4e\x54\xcb\xe5\xbb\x3a\x48\x3d\x2e\xbd\x1c\x7d\x09\x27\x09\x29\x57\x1b\x87\x93\x84\xd4\xe7\x22\x83\x47\x0d\xd5\x84\xdd\xde\xdc\xd0\x57\x4d\x0a\x9b\x1b\xfa\xaa\x49\x5a\x37\xf4\x55\x3b\xea\x99\xaf\xc1\x8c\x2a\x92\xdd\xd0\x57\x8b\x47\xcc\xa7\xec\x86\xbe\xda\x31\x42\x64\x37\xf4\xd5\xc6\x61\x92\x61\x7a\xee\x53\xd7\x7c\x0d\x52\x2d\x25\x65\x8f\x2c\xaa\xda\x7a\xb3\x23\xc4\xba\xae\x9e\xe9\xc7\xff\xae\x89\x96\xaf\xc1\xed\x0c\x76\x29\xc3\xf4\x7c\x92\x7e\x87\x7a\x83\xa2\x90\x1d\x21\xd6\x7b\x1e\x5a\xcb\xd7\x59\xd6\xdb\x59\x83\xc8\x97\x83\xd6\xa0\xde\x70\x69\xb9\xb4\xd9\x11\x62\xa3\xfe\x67\xca\x8e\x10\x9b\x4c\x58\xd9\x11\x62\x7b\x1a\xcf\x74\x84\xd8\x9e\xf9\x8f\x54\xb5\x94\x1d\x3c\x36\xd9\x58\xb2\x83\xc7\xa6\x53\x3c\x43\xd7\x97\xd1\x01\xb3\x83\xc7\x96\xb7\x5a\xbe\xbd\xe2\x03\x4d\xd9\xc1\x63\x6b\x49\x1d\xf3\xed\xb5\x75\x44\x77\xf0\xd8\x1a\x4b\x25\x3b\x78\x6c\x8d\x13\x37\x3b\x78\x6c\x1d\x6b\x53\x76\xf0\xd8\x7a\x52\xcb\x45\xef\x68\x1b\xd9\xc1\x63\xd3\x09\x9f\x1d\x3c\xb6\xc1\xc2\xc9\x0e\x1e\xdb\xc6\x62\x96\x1d\x3c\xb6\x1d\x74\xa7\x6b\x76\x97\xc5\x9f\xdd\x8e\xd9\x0e\x1a\x5a\x8e\x68\x76\x43\xad\x8a\xc6\x8b\xec\x0e\x2c\x7b\x08\xfa\x9d\x6b\xae\x0f\x0b\x27\x3b\xb0\xec\x0f\xe0\x30\x3b\xb0\xec\x4f\x46\x3e\x07\x96\xfd\x29\xea\x8b\x9f\x9c\x8f\x06\xd3\x41\x65\x7f\x34\x3d\x1d\x54\xf6\x67\xd0\x4a\xc4\xf9\x63\x7d\xcd\x89\x40\x1d\xb4\x8d\xec\xa0\xb2\x4b\xdb\xcf\xca\x8e\xd5\xd4\x75\x50\xd9\x0d\x2d\x25\x27\xb6\x56\x36\xa9\xec\xa0\xb2\x57\xb6\xa5\xec\xa0\xb2\x57\x8c\x06\xd9\x41\x65\xaf\x15\xd9\x1d\x54\xf6\xa6\x65\x04\xa8\x6c\xea\xb5\x83\xca\xde\x96\x5a\x2e\x9f\x4c\x16\xd9\x41\x65\x9f\xa6\x37\xb8\x7c\x53\x5f\xc2\x41\x65\x9f\x1c\x6c\x99\x3c\x86\xa9\x05\x40\x20\xd2\xbc\x6a\xb9\x7c\x1b\xb8\x9f\x1d\x54\x76\xe9\x48\xd9\x18\xbf\xa0\x6b\xbe\xf5\x44\xf5\xda\x41\x65\x29\x1c\x65\xd9\x41\x65\x79\x34\xee\x0e\x2a\x5b\xc3\x64\x91\x1d\x54\xbe\x68\x26\x3b\xa8\xec\x81\xe3\x3f\x3b\xa8\xac\xed\xe8\x77\x3e\x3f\x57\x57\xcb\xed\x91\x67\xeb\x0d\xee\x42\x97\x49\x2e\x3b\x72\xcc\x07\xcc\x97\x1d\x39\x56\x03\x2b\x66\x47\x8e\x5d\x6e\xd6\xec\xc8\xf1\xc5\x4b\xd9\x91\x63\x6b\xe8\xe2\xd9\x91\x63\x8f\x60\x9b\xec\xc8\xb1\xe7\x89\x7c\x8e\x1c\x5f\x2c\x95\x1d\x39\x96\xa4\x95\xe3\xc8\xd1\x4d\x16\xd2\xdc\xb3\xa3\xc7\xfa\x00\xdb\x33\xe8\x31\x68\xb4\x1d\x3d\xbe\xc8\x2b\x3b\x7a\x2c\x79\xea\x77\x7e\x3c\xde\xa6\x3b\xcf\x0f\x54\x96\x33\xda\x39\x76\xea\x0c\x7a\xac\x68\x93\x19\xf4\x98\x1e\x7a\xe7\xe8\xb1\x45\xf5\xdc\xd1\x63\x4b\x5b\x77\x1a\xaa\x98\x9e\x42\x30\xa2\x56\xa4\xa3\x47\x4c\x2f\xda\x70\x4b\xfd\x81\xfd\xb2\x23\xc8\xde\x1f\x3d\x09\x0d\x16\x87\x7c\x06\x41\xbe\x9b\xa3\x23\xc8\x17\x25\xe6\xb2\x7e\xa0\xc4\x5c\xf6\xaf\xd6\xf9\xd5\xba\x9f\x2f\x89\xb1\x2d\x83\x22\x85\x29\x33\x28\xb2\xa2\xdd\x67\xe2\xc0\x8e\x66\xb5\xa3\xc8\x5e\x08\x2c\xc8\x8e\x22\x79\x52\xd4\x6f\x7d\xbf\xb9\xa6\xeb\xbe\x1e\x13\x5e\xb0\xec\x48\xb2\xc5\xf5\xcf\x2d\x1a\x90\x39\xb7\x1e\xe9\xc3\xfc\x47\x9d\xf6\x96\xec\x90\x0c\x7a\xe5\x94\xd1\x36\x5c\x01\x29\x4d\x2f\xf7\xa5\x9a\xbb\x9e\xe2\x4b\xb5\x6a\x80\x2a\x20\x05\x97\x58\x06\x64\x26\x2d\x32\xea\xf3\x5a\xe0\x77\xd4\xe7\xfd\xb4\xd2\xaf\x96\x6b\x79\xd2\x17\x73\x43\x53\xc7\x42\x9a\x1d\x64\x16\x12\x97\x52\x76\x90\x59\x64\xdf\xca\x0d\x90\xa2\x2d\xac\xb1\x15\x1d\x3d\x73\xbc\xba\xe4\x9d\xba\x3e\xd1\x17\x99\x02\x0e\x34\x5b\xc1\x32\x97\x9b\x80\x0a\xf2\x37\x2a\xfa\x62\x4e\xc9\x00\x4d\xc3\x2e\x9a\x1d\x68\x96\x10\x99\x64\x0e\x34\xeb\xd6\x61\xd6\x65\xc3\xd3\x9d\xae\x09\x45\x7d\x7d\x07\x9a\xed\x3d\xf1\x1d\x68\xee\x56\xea\xde\x5a\xea\xbd\xfc\xe7\x3f\xf5\x33\x29\xb0\x69\x65\x40\xe7\x4d\x7a\x9b\x6b\x45\x41\x12\x38\xe8\x2c\x5d\xcb\xcf\x41\xe7\x6e\xb6\xf7\x79\xef\x5e\xff\xf9\x0f\x32\x03\xe3\x72\x67\x5c\xd1\xaa\xb2\x83\xcf\xde\x31\x36\x65\x07\x9f\xa5\x34\x9e\x4d\x28\xdb\x41\x6b\xcc\x0e\x3e\xdb\xdd\xba\xe6\x25\x55\xaf\xb6\x67\x07\x9f\xb5\x6a\x8e\x09\x7c\x6a\xb4\x1c\x7c\xb6\xa2\xcd\x6c\x60\x1c\xd1\xc6\x3a\x38\x42\x4d\x77\xba\x9c\x03\x8c\x90\x01\x9f\x59\xba\x8b\x83\xcf\xdb\x83\xde\xe0\x4b\x97\x4c\xc7\x94\x87\x96\xae\x9e\xe2\x2a\xc2\x5d\x7a\xdf\xfd\x61\x70\xc9\x8e\x30\xcb\xc5\xda\x9c\x41\x98\x32\xbf\xe4\xf9\xa3\xce\x47\xca\x84\xc7\xc9\x55\x94\x27\x25\x8d\xab\x5a\x2e\x5f\xd4\x3c\x99\x9f\xed\x69\x0d\x5d\xf7\xb9\x5b\x81\xc6\x19\x94\x29\xe7\x60\x76\x94\xd9\xa6\xf4\xc8\xa9\x2d\x58\x77\xce\x77\x26\x9f\xa2\x3e\xf9\xdc\x1d\x41\xbd\xa7\x74\xb3\xd6\xae\x23\xcd\x5e\x16\x52\x3b\xd2\xec\x4d\xdf\xc0\x91\x66\x36\xcd\x26\x47\x9a\x79\x80\x42\xb3\x23\xcd\x36\xc0\xab\x79\x61\xe4\x42\xab\xce\x0b\x94\x82\x99\x30\x83\x34\x63\xd3\x35\x5f\x9f\x69\xe8\x0d\x95\x59\xa8\x67\x7e\x8e\x9a\x1d\xf4\xce\x8e\xce\xcf\x2c\x5b\x18\x4a\x1e\x3d\x69\xa2\x95\xaa\x07\x2e\x63\x92\x52\xb5\x64\x08\xd2\x73\xcf\x0f\xc3\x53\x5e\x5a\x9f\x3c\x73\xa3\x0e\x69\x96\x6d\x34\x5d\x6d\xf4\x8e\x36\x6b\x06\x63\x64\x47\x9b\xed\x6a\x2c\x37\xe5\x8d\xb5\xe6\x41\x9a\x24\xf7\xa5\x0c\xd2\x3c\x92\x11\xa4\x79\xf1\x77\x64\x47\x9a\x25\x49\x15\x74\xa4\x59\xa6\x14\x35\x47\x9a\x2d\xe9\x68\x07\x69\xba\x32\xf6\xff\xb7\x6d\x40\xa8\x4d\x3d\xc4\x4f\xd9\x68\xea\x98\x9f\xb2\x59\xa7\x84\x83\x50\x9b\x9a\x72\x80\xd0\xae\x25\x0c\x08\xfd\xb4\xd8\x9a\xde\x16\x36\x22\x02\x9a\xb2\x83\xd0\x6f\xcb\x4f\x9e\xa5\x09\x74\xca\xaf\x56\xa5\x1c\x24\xc2\x02\x42\x3f\xad\xfe\x1d\x6c\x86\xc9\x81\x68\x4d\xd2\x37\xcf\x67\x1a\x5f\xe9\x48\x80\xd1\xa4\xd3\x14\x30\x9a\x3b\x1f\xeb\xfc\xb4\xf5\xe5\xf3\x3d\x69\xf1\xbb\x66\x07\xa4\x35\x0a\x32\x39\x20\xe5\xdd\xea\xcd\x45\xf3\xd5\x94\x75\x50\x9a\x6f\xd2\x35\x86\x5a\x68\xe1\xe2\x4e\x91\xa6\x06\x28\x4d\x4d\x6f\xf9\xb1\x05\xd3\xe7\x0b\x70\xc3\x46\x97\x2f\x76\x4d\x6d\xf1\x17\xf4\x82\x75\x2d\x3b\x30\xed\xe1\x7d\xa7\x57\xb3\xbe\xa6\xa7\x6c\x34\x39\x16\xc5\x65\x6b\xc2\x00\x94\x2f\x86\x05\xf4\xdd\x12\xb0\xbb\xb3\xa5\x95\xf0\xfc\x6a\x45\x0c\x5c\x81\x56\xc2\xa6\xdb\x68\xf9\xd6\xd4\xd1\xc4\x4b\xc8\x5f\xc2\xf4\x54\x02\x86\x13\xfa\x59\x28\x41\x34\xa7\x9e\xf9\xd5\x0e\xdf\xdf\xfa\xb4\x5d\x6c\x4d\x05\x17\xe5\x6e\x7a\x8b\x03\x6c\x19\x9d\x8a\x00\x68\xd7\x73\x19\x33\x0b\x7b\x31\x1f\x0a\xe9\x2c\x13\xed\xa8\x3c\x9f\x31\x5b\x59\xff\x71\x79\x02\xfa\x5b\x71\x20\xfa\x5a\x58\x0b\xe4\xf0\x0d\x83\x40\x71\xb4\xf9\xda\x5b\xcb\x83\x9f\x44\xef\x25\xde\xe5\x48\x56\x47\x9b\xbd\x01\xfa\x0b\xf1\x2e\x67\xeb\x29\x1e\x2a\x58\x9b\xee\x9c\x98\xda\xf4\x76\x8f\x77\x91\xb1\xab\xe0\xaa\xdc\x68\xb3\xc5\xd1\xa6\x9c\x7e\xba\x8e\xaf\x04\xb3\x43\x71\xc4\x69\x07\x5f\x42\x89\xcf\xfb\x1d\xf6\xd0\xf5\x88\xd9\x90\xef\xeb\xa8\x33\xbf\xdf\x28\xb2\x16\x71\xb7\x17\x50\xe7\xa7\x55\x38\xc2\xe8\xa1\xa3\xce\xd6\xd8\xda\x8a\x50\xa7\xe9\x0d\x1e\x12\x99\x51\x9a\x8a\xa3\xce\x1c\x8f\xae\xcd\xcf\x77\x9f\xfa\x8f\x1b\x4d\xe4\xf7\x29\x51\x46\x05\xbe\x66\x04\x59\x37\xbd\xe5\x72\x48\xd0\x72\xe4\xd9\x06\x9b\x7d\x01\x79\x56\x62\xa5\x0a\xc8\xf3\xd3\x72\xa3\xc9\x00\x67\x97\x84\xe5\x00\x65\xab\x08\x79\xea\x6b\xc1\xcb\xb4\xc0\x85\xc5\x91\x67\x9d\x4b\xef\x6b\xbc\x9d\xaf\x01\xf2\x2c\x47\x2d\xd4\xd9\xac\x37\x4c\x56\x06\xa3\x43\x06\xbd\x0c\x70\x85\x0c\xfa\xcb\x86\x5d\x1c\x79\xbe\x56\xf6\x02\xf2\x0c\x1a\x67\xd3\xda\xe3\x29\x64\xd0\x7b\x15\xfd\xff\xbb\x7d\x17\x92\xeb\x05\x12\x8a\x61\xb3\x25\x48\xad\x38\x28\x2d\x64\x16\xa5\xe2\xa0\xb4\x16\x82\x6b\x8a\x83\xd2\xb6\x35\xa0\x86\x51\x81\x33\xbe\x18\xc3\x5b\xf8\x2c\x02\xa5\x51\x77\x0e\x80\x05\x1f\xc2\xd8\x76\x34\xf4\x02\xa5\xef\xb5\xcd\x54\x53\xeb\xfc\x6a\xf9\xb6\xd3\x09\x98\x2b\x0e\x4a\x77\xb3\xbb\x97\x96\x9c\x80\x29\x61\x3a\x05\x60\x1a\xa2\xae\x01\x66\xb0\x20\x15\x80\xe9\xd4\x74\x72\x60\x9a\x3b\x71\x12\x85\x64\x7b\x7b\x5b\x3e\xbc\xe1\x6d\x21\xa3\x86\xc2\x41\x69\x53\x38\x51\x71\x50\x6a\xe7\xbd\xe6\xc3\x3b\x4d\x6f\x5f\x9f\xe5\xf8\xa8\x07\xfb\x87\x0b\xa4\x38\x30\x2d\x45\xdb\x03\xc0\x34\x44\xb6\x15\x07\xa6\xf5\x02\xd1\x8a\x03\xd3\x3a\xb1\xe9\x96\x02\x60\x1b\xba\x26\x92\x04\xc6\xc3\x81\x69\x0f\x0f\x5f\xa3\xe0\x36\xba\xba\x56\x7e\xc4\x00\x17\x40\xa9\x1c\xbc\xa5\x7c\xb7\xd7\x4e\x5f\x01\xa6\xef\xb6\xe3\xc0\xb4\x3c\x98\xd1\x8a\x03\xd3\x52\x31\x56\x95\xf2\x95\x13\x53\x45\x29\xfb\x5b\xe3\x39\x15\x07\xa7\x55\x4e\xbd\x82\x7b\xb3\xa2\x5b\x15\x80\xe9\xa7\xf5\x50\x2d\x99\xc5\x89\x7b\xf3\x12\x34\x5a\x00\xa6\x0a\x17\x2c\x15\x0a\xb5\xa2\x16\xc4\xc3\x20\xb3\xe2\xa0\x34\x1b\xc6\x97\x52\x71\xdf\xaa\xaf\x8e\x3c\xeb\xd0\xa6\x06\xf2\x2c\xe0\xc9\x52\xa5\xdd\xf2\x95\x1d\x79\xb6\x7b\xf4\x3b\x8e\x97\xab\xdf\x51\x0d\x5a\xe3\x0c\xf2\x0c\x8f\x9e\xe2\xf6\xdb\x06\x96\x29\x20\xcf\xca\xe1\x5f\x9a\xb6\x5c\xdb\x07\x13\x56\x71\xf4\xc9\x77\x97\x64\x8e\x40\x73\xd6\x08\x36\x22\x10\xb4\x25\xe3\xe6\xcc\x87\x37\xe1\xe6\x9c\x41\xad\xfa\xc3\xa5\x55\x9a\x8c\x7d\x8c\x00\x08\x54\xb1\x0a\xc5\x11\x68\x5e\x18\x02\x4b\x63\x5d\x66\xfd\x0e\x15\xef\xd1\x35\x8f\x98\x9f\x3a\x54\x41\x9f\xc2\x2d\xa5\x61\xc7\xc5\x73\x54\x3a\x47\x8b\x8e\xe6\x8e\x9f\x01\x13\x6c\xe9\x68\xf0\x3a\xce\x1c\x7d\xde\x0e\x52\x2e\x1d\x37\xae\x0e\x4c\x47\x9f\xad\xe3\xc9\x28\x8e\x3c\x5f\xb7\x5c\xe9\xf8\x8a\x50\xda\x0a\x88\x33\x65\xb5\x7c\x4d\x66\x8d\x23\x6e\xce\x7b\x18\x2b\x47\x9c\x95\x2a\xe2\xa9\x74\xec\xd4\xef\x1b\x36\xab\x57\xad\x03\xda\x62\xac\x40\x9a\x0f\xe6\x9f\xe2\x48\xd3\x2e\xd1\x43\x65\xb0\xe5\x6a\xad\xe2\xe6\x54\xc8\x43\x71\xa4\x99\x8f\x0e\x11\x90\x66\xce\xba\x93\x30\x8a\xf2\x8f\x8c\xc3\x54\x00\xa1\x19\x48\x56\x06\x43\x8b\x5f\xba\x0c\xc0\xb6\x96\xbf\x83\xd0\x7e\xd1\x19\x0b\x20\x34\x69\x3b\x72\x10\x1a\x8f\xce\x25\x07\xa1\xf9\x62\xc7\x2d\x0e\x42\x73\x3f\x2c\xb5\xf1\xd1\x1c\x16\xb1\x05\x65\x70\xa2\xea\xdc\x72\x20\x9a\x4f\xe7\xb9\x00\xd1\xac\xf3\xde\x81\x68\x1e\x05\x81\x71\x75\x66\x9d\x4d\xb8\x3a\xb7\xb6\xb1\x99\xbf\xc5\x72\x52\x99\xe5\x57\x0b\x10\xaa\x89\x00\x08\xed\x4d\xcf\x74\x7e\xf0\x23\x4d\x6f\xe2\xe5\x05\x84\x16\x5c\x9d\xef\xc4\xc3\xd5\xa9\x84\x96\xe2\x00\xb4\x09\x56\x15\x07\xa0\x19\xca\xa4\x54\xe4\xea\xd4\x66\xb8\x70\xe5\xe2\x4a\x29\x4b\xb6\x4e\xfa\xe2\x00\xb4\x4a\xcf\x2e\x00\x50\xc5\xb2\x16\x07\xa0\x79\xe3\x02\x2e\x02\xa0\x9a\x32\x00\xd0\xaa\xad\xc6\x01\x68\x6d\xd2\xc4\x70\x75\x1e\x1d\x22\x0e\x3e\x5b\x90\xf6\x07\xf8\x34\x6c\xab\x05\x57\xa7\x22\xc4\x0b\xae\xce\x4f\x6b\xa3\x7b\xaa\x9f\xbe\x0d\xed\xa2\xdf\x29\xca\x82\xbe\xe0\xea\x7c\x37\x9d\x8d\x01\x48\x12\x6d\x38\xdc\xb5\x40\x76\xfe\xd5\x2a\x38\x45\xe9\xb5\x03\xcc\x62\xda\x20\xb7\xdc\xb5\xba\xd3\x8f\x8b\x47\xe8\xc0\x01\x66\x6d\xfa\xba\x0e\x30\xfb\xd4\x22\xd8\xb8\x6b\xa5\x57\x39\x8a\x2c\x7d\xeb\x99\xe7\x87\xb3\xb8\x90\x94\x63\x52\x58\x1c\x45\xf6\x8b\xcf\xa0\x38\x8a\xac\x47\x8a\x87\xa3\xc8\x7e\x74\xe0\x80\x22\xe5\x64\x2e\xb8\x32\x8b\xb6\xbb\x83\x6a\xb3\x75\x27\x9a\xab\xd4\x1e\x47\x91\xb9\x6b\x1b\x71\x14\x99\x15\xb7\x5f\x0e\x47\x85\x0e\xc0\x23\x03\x81\x7e\x87\x56\xa7\x35\xe8\xe8\xb1\x0a\x6b\x96\x83\x91\x52\x7a\xaa\xa3\xc7\xba\xb5\x65\x3b\x7a\x6c\x47\x1b\x23\xae\xcc\x86\xa9\xa9\xe0\xca\xfc\xb4\x88\x84\x91\xd2\x85\x2b\xf3\xc1\xb8\x54\xee\xc7\x46\xbb\xd5\xd7\x9b\xbf\xff\x41\x4e\x47\x8f\x39\x82\x96\xcb\xd5\x5a\xd3\xef\x7d\x1c\x15\xd8\x5a\x2e\x5a\x78\xce\xfb\x68\xbf\xb9\x8a\x0c\x51\x4f\x7c\xbc\x0a\xa6\x83\x72\xe5\x3f\xd0\x73\xf1\x6f\x61\x8e\xab\x20\xc4\xce\x5a\xac\xb8\x2e\x2f\x31\x47\x15\xd7\xa5\x5c\xfd\xd5\x11\x62\x3b\x64\x09\xd4\x40\xe4\x19\x8a\x62\xc5\x75\x99\xd8\xb0\x2b\x45\x6a\x2f\x5f\xac\x3a\x42\xfc\xb6\x3c\xe8\xae\xa3\xd0\x56\x77\x5d\x96\xf6\xf6\x05\xd7\x2c\xdf\xa7\x12\xdc\xaa\x60\x82\xea\xc8\xb1\xaf\xac\x37\xec\x4f\x68\xc1\xff\xdd\xa2\x6b\x20\x72\xc2\xf9\x15\x52\x25\xee\xb5\x03\xa4\x2a\x95\xc6\x48\x5d\x4d\xf5\x21\xe8\x0e\xbd\xaa\x02\x26\x2b\x53\xa7\xe2\xd5\x0c\x41\xbf\x63\x28\x73\xdf\x67\xea\xb7\x99\x10\x1a\xfd\x96\xe5\xf8\xa8\xe5\xd3\x55\x76\xa9\x2a\x0e\x03\x74\xcb\x2a\x40\xa9\xcf\x06\x57\x41\xd4\x87\x82\x9f\x20\x6e\x5d\x5b\x1f\x38\xdc\xf4\xdc\xfd\x35\x6a\x30\x40\x50\x8b\x65\x4e\xe2\xfa\xe0\x42\x61\x6a\x55\x4a\x47\x14\x0d\xa5\x83\xca\x9c\xb1\xe4\x55\x00\xa5\xf4\x95\x0a\xa0\x34\x8e\x94\xea\x80\x32\x17\x20\x54\x8d\x68\xe3\x1c\x5c\x95\xd2\x11\xe3\xd1\x33\x5d\xce\xb1\xf8\x46\x11\xdf\x01\x1e\xe3\x1a\xfb\xf7\xe0\x42\x3a\x40\xe5\x7a\xf4\x4e\xcf\xb3\xab\x47\xbf\xf5\xe3\x61\x1d\xfd\xd6\x8f\xc0\xa3\xef\xe7\x80\xd2\x0e\x5a\x63\x8d\xb8\xc2\xd0\x28\x6b\xc2\xb6\x0e\xe8\xae\xe9\x6b\x20\xd0\x94\x85\xec\x37\x6a\x72\x3b\xa8\x2c\xa6\xde\x27\x90\xd5\xd2\x9d\xbe\xbd\x1a\xc6\xa2\x9a\xb0\xc5\xe6\xb1\x37\x47\x6b\x4d\xb8\xc4\xd8\x7e\xab\x03\xcb\x37\x2a\xa2\x3a\xb0\xfc\xb6\x06\xba\x84\x7a\x38\x19\x05\xbe\x6d\xfa\x68\xe4\x6b\xeb\x49\xbe\x6c\x5b\xe7\x1b\x41\xcf\xd6\x34\x1f\xa0\x67\xeb\x38\xe5\xaa\xc9\x55\xa4\x96\x8f\xe7\x64\x23\xaf\x20\xc8\x4f\xcb\xe5\xec\x6c\xe4\x15\x04\x39\xf5\x0d\x70\x6b\x2a\x6a\xa2\xe2\xd6\x3c\x9a\xf3\xb8\x35\x05\x7b\xab\x11\x50\x89\x92\x52\x1d\x41\x7e\x5b\xb8\xc3\xf4\x35\x70\x6b\x3e\x28\x28\xd5\x11\x64\xd5\xa6\x5b\x0d\x4d\x4e\xf3\xd5\x11\x64\x4d\x1a\x01\x47\x90\x55\xf1\xdc\x55\x6e\x4d\x9c\xa3\x35\xa3\xca\x60\xb8\xaa\x19\x3b\x2c\x4a\x51\x75\xf4\x58\x0b\x5a\x7e\x85\xaa\xed\x72\xb8\x57\x47\x8f\x55\xf8\xa3\x66\x02\xd6\xb0\x99\x57\xd0\x63\xc7\xfc\x55\x1d\x3d\xd6\x8e\x7e\x5d\x71\x69\x7e\x5a\x03\x57\x3e\x32\x38\x7a\xac\x7d\xe8\x7d\xf2\x75\xe9\xce\x0d\xca\x53\x8b\xbd\x47\x73\xdc\x91\xe3\xa7\xe5\xc8\xd1\x62\x51\xcb\xe5\x5b\xf8\x62\x2a\x01\xb1\x0b\x77\x76\x05\x39\x6e\xcc\x6d\xb5\x7c\x8f\x11\x54\x88\xea\xe8\xb1\x1e\x4c\xba\xd5\xd1\xe3\xb7\xe5\x32\xbe\xab\xa5\xb4\x1f\x71\x22\xb5\x10\x35\x82\xf2\x5a\x71\x69\x9e\xa6\x67\x62\xe4\x40\xc7\xae\x05\xb5\x33\xb7\x7d\xb0\x2e\xd4\xca\x31\x81\x67\xa6\x82\x00\x95\x42\x55\x1d\x01\x9a\xe9\x1b\x38\x02\x6c\x51\xb2\xe0\x96\x8c\xf5\x5f\x9a\x75\x75\x00\xd8\xa2\x16\x36\xf1\xad\x4f\xd5\xeb\x30\x8b\x03\x2a\x2a\x00\xd0\xa2\x3a\x86\xd9\x1f\x4f\x79\x75\x00\xd8\x0c\x48\x5b\x1d\x00\x5a\xc6\xf5\x56\x71\x3d\x66\x6d\xbd\x0e\x00\x5b\xd6\x9d\xed\x63\x73\x5b\xda\xe0\x1d\x00\xb6\x9a\x74\x77\xa2\xc5\x84\x70\xf0\xd7\x1a\xba\x66\x05\xfc\x55\xf5\x00\xf0\x57\xaa\x5a\xf5\x47\xb4\x4a\x75\xf0\xe7\x11\xff\xde\x22\x92\x45\x1b\x90\x83\xbf\xd6\xdf\xa7\xb8\x8c\x72\x61\x55\x5c\x8f\x53\xdb\xbc\x62\x5c\xf5\x35\x1c\xfc\x35\x85\x09\x55\xc0\xdf\xbb\x69\x01\xfe\xaa\xb6\x55\x07\x7f\x4d\x89\x1d\x15\xf0\x77\xd0\x1e\x2a\x31\xae\x57\x8b\xaf\x63\xac\xd0\x97\x02\xfc\xdd\xab\x3b\x0b\xa0\x9a\xbe\x74\x10\x90\x26\x58\x07\xdc\x6a\x52\x03\xfe\xee\x62\x22\x74\x40\xbc\xce\xfd\x8e\xf6\xac\x83\x4d\x31\xae\x6f\x6b\xff\x6a\x9d\x5f\xad\xfb\xb3\x35\xc2\xaf\x16\xe8\x00\xe0\x5b\x47\xfc\xd5\x4a\xbf\x5a\xf6\xab\x95\x7f\xb5\xca\xaf\x56\xfd\xd5\x6a\xbf\x5a\xfd\x57\x6b\xfc\x6a\xcd\x5f\xad\xf5\xab\xc5\x31\x5e\xe2\x56\x68\x60\x75\x94\xd7\x13\x16\xe8\xea\x08\xaf\x2b\x66\xa2\x4e\x0c\x6b\x25\xed\x77\x9b\x76\x94\xd7\x0b\xb6\xd8\x3a\x7f\xda\x4d\xab\xa3\xbc\xde\x74\x5c\x4f\x6c\xe0\x00\xee\x3a\x15\x4b\xcf\x4c\x71\x94\xd7\xe5\x08\xad\x13\xa3\x13\xb1\x36\x75\xb6\x5f\xad\x4e\x4b\x4f\x71\x39\x07\x3a\x7c\x75\x94\xd7\xe5\x5e\xaf\x93\x88\x9d\xa2\xdf\xf9\x38\x0e\xcd\x29\xdc\x8c\xf3\xd1\xef\x88\xd8\x91\xaa\x42\x40\xeb\x56\x5f\x40\x79\x5b\x6f\x58\x20\x08\xcc\x8c\xd5\x51\x5e\x57\x84\x7c\x5d\x3f\x23\x76\xaa\xa3\xbc\x7e\x35\xa3\x17\x1a\xa9\x8e\xe1\x85\x46\x8a\x89\xa4\xca\xcd\x58\xfa\x3e\x52\xd9\x16\xea\x4a\x0e\xfb\xe0\xd5\xaa\x6b\xfc\xe7\x3f\xc4\x65\xeb\xf0\x5a\xc4\x2d\x6b\x76\x2f\xb4\x6f\x30\x57\x75\xc4\x97\xaf\xbe\x1f\xee\xc6\x84\x21\xb4\x82\xf8\x92\xe6\x02\xc1\xad\xef\xb1\xb3\x49\x79\xd1\xe1\xac\xe0\x56\x8f\x16\xd1\x7f\xfc\x28\x1f\x5a\xeb\x3b\x7f\x4c\xae\x84\x9f\xd6\x8d\xda\x62\xcf\x3e\xef\x33\x08\x54\x26\xdc\xb9\x6e\x8c\xa2\xd2\xe0\x1d\xfd\x99\xb0\x6e\x3d\x18\x8a\x88\x1f\xa9\x8e\xe2\xec\xe4\x7f\xa5\xbf\x54\x07\x78\x26\x48\x52\x1d\xe0\x99\x80\x53\x3d\xb8\xcd\xb0\xa3\x56\x07\x78\x76\x88\x99\xae\x0e\xf0\x4c\x21\x4d\xf5\x10\x2a\x7f\xd4\x6a\xde\xba\x7a\x0a\x46\x86\xab\x37\x90\x0a\x10\xd4\x69\x5c\x30\x58\x29\xeb\xc1\x65\x56\xf4\x94\x8d\x65\x48\x77\x1e\xdc\x69\x7a\xbb\x83\x70\xf9\xef\xeb\xc5\x86\x04\xa4\xab\x97\x88\x04\xe9\x94\xb8\xfe\xae\x3e\xb0\x03\x38\xbb\x04\x8c\x55\x07\x6f\x26\x3b\x68\xbd\xa4\x64\x60\x1f\xac\xee\xda\xcb\xaf\x86\x74\x49\xc9\x88\x7a\xe6\xa2\xa5\x67\xba\xb6\x1b\x04\x73\x2e\xc6\x10\x8c\x36\x15\xd7\x9e\x52\xe2\x5b\x20\x2e\x1a\x89\x5a\x20\xa5\xa6\x5d\x5a\x84\xf4\xf3\xad\x9b\x03\xb7\x1c\xb0\xd7\x36\x5c\x7b\x61\xa9\x05\x72\x39\xba\xb3\xd0\xea\xb4\x2a\x2d\x3d\x13\xe4\xc2\xf2\x6a\x81\x23\x39\xe8\xed\x03\xc4\x13\x68\xe1\xa9\x7e\x74\x8d\x94\x21\x8e\x88\x06\xc3\xdd\x93\xf5\x4c\x6c\x95\x98\x3f\x9a\x98\xec\xd8\xea\x1a\xee\xbe\x07\x73\x4b\x83\xb1\xee\x39\x6a\xe1\x23\xe1\xb8\x6e\xa0\x2f\xa8\xb5\x52\x03\x7d\x29\x6e\xbf\xa9\xd6\x33\xa9\x0e\x0d\xf4\x15\xf9\x9e\x0d\xd6\xb8\xd8\xf5\x3b\xd0\x17\x4b\xb8\x09\x7d\xe1\x54\x6d\x0f\x11\x3d\x49\x6f\x67\x09\xe3\x1c\x6e\x91\x25\xcc\x86\xd8\x40\x56\x49\xef\x03\x59\xa5\xa2\x3b\x31\x4a\x0d\xdd\x49\x6c\x3a\x71\xe4\x0d\x64\x95\x34\x0e\x20\xab\x04\x4e\x68\x20\x2b\x79\x3d\x1a\xc8\xca\x30\x7b\xb5\x48\xfc\xbd\x24\x02\x55\x59\xd1\x1b\x60\xb8\x23\x12\xa5\x81\xaa\xac\xe9\x77\x3e\x0e\xa6\x19\xe2\xa8\x2a\x9b\xc6\x01\x54\x65\xa4\x6b\xb4\x44\xd4\x07\x2b\xb5\x25\x98\x03\x31\xe1\x34\xb2\x0e\x0d\xa5\xa5\x25\x90\xe3\xd2\xef\x5c\xbe\x8c\x41\xa7\xa9\x7c\x0a\xdb\x4b\x4b\xb8\x90\x51\x14\x5a\x52\xd1\x41\xbe\x44\x22\x42\x07\x6b\x76\x4b\x44\x5d\x35\x3d\x85\x1c\x09\xcd\x41\x47\x44\xb9\xa0\x94\x35\x47\x44\xb9\x60\x2e\x6b\x20\xa2\xa2\x59\x00\x22\x2a\x1a\x23\x47\x44\xb9\x98\xee\x04\xe1\xea\x0b\x3a\x22\xca\xa5\xe8\x77\x85\x96\xee\xf4\x6f\x5d\xc0\xee\xcd\x51\x4f\x2e\xd8\x0b\x1a\xbe\xb1\x02\xee\x68\xf8\xc6\xca\xd2\x53\xe8\x27\x07\x7a\xcb\xf4\x13\xb4\xdd\x32\xc4\xda\x98\x5f\x9a\x23\x9b\x2c\x3f\x4b\xcb\xb8\xb0\x89\x70\x6f\x19\x5f\x0a\xb1\x2f\xcd\xd1\x4b\xfe\x03\xaf\xfe\xff\x96\xdc\x32\xa9\x0c\x28\xee\x8d\x4c\xbf\x8a\x9a\xdf\x1c\xd8\xe4\xaa\x8d\xc1\x81\x4d\xae\x70\x2d\x34\x32\xfd\xa4\x2d\x36\x62\x35\x2b\x6e\x96\x56\x70\x97\xb0\x09\x37\xe2\x31\x1b\xe7\x75\x73\xf0\x92\x1b\xfa\x78\x73\xf0\x92\x65\x4f\x6d\x64\xf3\x35\x02\x9e\x9a\x03\x97\xdc\x9a\xee\xf4\x4f\xdd\x86\x9e\xe2\xe2\x35\xc2\xad\x9a\x03\x97\xdc\xb6\xee\x24\x1d\x03\x2b\x70\x73\xe0\x92\x9b\x96\x11\xb1\x98\x4d\x1b\x58\x21\x1b\x2c\xe8\x7d\xd8\xd2\xa3\x7e\x77\x68\x49\x06\xdc\x97\x5a\xb6\x95\x48\x18\x4c\x15\x0d\x77\x57\x07\x98\x36\x07\x3b\xb9\x13\xb3\xd1\xc8\xe6\xeb\x1a\x5a\x5c\x5a\x03\xbb\x61\xc3\xa5\x35\xf4\x76\x82\x29\x87\x06\x13\x44\xa3\xd4\xe9\xe6\x88\x26\xcb\x8a\xdf\xc8\xd8\x53\xd2\x73\x23\x63\x6f\xbc\x7d\x71\x19\x06\xa1\x8e\xcd\x11\x4d\x1e\x5d\x2d\x97\x61\x10\x66\xd4\x70\x69\x0d\x82\xc7\x5a\x23\x58\x8b\x18\xd5\xd6\xf0\x05\x70\xc0\x36\x5c\x59\x62\x65\x68\x04\x53\x2a\x94\xac\x39\x9a\xc9\x13\xcc\xd4\x1c\xcd\x64\x25\xf6\xb6\x46\xe4\x07\xb0\xaf\x35\x19\x7c\xf4\x3e\x62\x62\xd1\xc5\x1b\xee\xaa\x25\xd9\x1b\x6e\x64\x6d\x05\xb8\xab\x56\xd2\xdb\x5d\x86\x25\xd9\x1d\xb1\xe4\xa5\xc5\x88\xbb\x6a\xe9\x0d\x04\x4b\x2e\xa2\x07\x5a\x27\x0a\x42\xa3\xe2\x88\x25\x2f\x1d\x0f\x8e\x58\xf2\xd6\xb8\xc3\xf1\xb7\x71\x9a\x37\x47\x2c\x79\x9b\xde\xd7\x68\xe9\x5a\xa7\x85\x0c\x8e\x58\xf2\xee\x7a\xc3\xa4\xa5\x67\x2e\x5a\xea\x27\x69\x3f\x78\x4c\x5a\x27\xed\x87\x2c\x84\xd6\x15\x9d\xc3\xb5\x41\xda\x0f\x31\x37\x0d\x77\xd5\xd1\x38\xe0\xae\x3a\xe8\x6a\x8d\xe0\xc7\xf3\xe8\x4e\x02\xca\x50\x19\xda\xc0\x75\x9a\x75\x0d\xbf\xcb\x50\x0b\xbf\x0b\x86\x9a\xe6\xc8\x22\x1f\x7d\xb3\xa1\x38\x72\xde\x80\xef\xe8\x06\x66\xcf\xc4\x35\xa8\xcd\x9b\x40\xc5\x1b\x75\x67\xa6\xc5\x1b\x1c\x39\x64\x85\xfe\xb6\x49\x70\x9b\x94\x92\x89\x0f\x0c\x13\x4b\x9b\xb8\xaa\xb3\x5a\x83\x96\x9e\xe2\xfd\xbc\x98\x43\x9a\xfc\x43\x68\xc5\x6d\x12\x27\xae\x5d\x0a\xff\xd0\xd5\x2c\x77\xe4\x90\x2f\x61\x87\x8d\x00\xc5\x4b\x2e\x43\x23\x40\xf1\x6a\x3f\x5b\xa4\x51\x2d\xdd\x49\x44\x97\x36\x68\xfc\x43\x4a\x92\x69\x0b\xf9\xb4\x87\x2c\xe4\xd3\xce\xb7\x90\x0f\x33\x6a\x73\xe4\x50\xe4\x5f\x68\x04\x27\xba\xeb\xfb\xff\x6f\xc9\x0e\x26\x0a\xb5\x4e\x52\x73\x20\x51\x94\x8c\xd9\x96\x62\x50\x25\xc2\xc6\xa2\xc9\x30\x38\x90\x28\xe1\x15\xd6\xed\x81\x01\x03\x45\xdb\xd8\x3e\x35\xb4\x0e\x24\x0a\xc5\x22\x52\xdb\x04\x46\x69\x9a\x39\x2c\x28\x0f\xc0\xa5\xe1\x2c\x52\x0c\x6a\x23\x1a\xf1\x91\x8e\x40\x34\xe2\x43\xb8\x5d\xdb\xc4\x16\x68\x62\x39\x5c\x28\x0f\xd6\xde\xb6\x09\x7a\xdf\xba\x93\x88\x52\x9d\x62\x38\x8b\x22\xce\xb7\xe6\xce\xa2\x12\xb5\xe0\x1c\x66\x94\xa8\x05\xe7\x30\xa3\x44\xe9\x55\x07\x6b\x2d\x36\xa8\x46\xde\x5b\xcc\xba\x93\xdc\x4c\x0d\x26\x79\x6f\x51\x83\x42\xde\x9b\x18\x47\x1a\x21\x87\x09\x87\x65\x23\xe4\x30\x69\x19\x91\xf7\x26\x37\x6c\x7b\xc3\x09\xe9\x35\xe1\x84\x49\xba\x13\xb9\x6d\xe2\x4c\x68\xe4\xb6\x25\x1c\x50\x0d\x87\x90\x5c\x1f\x0d\x87\x50\xc2\xa7\xd0\x70\x08\x25\x8d\x1f\x0e\x21\x38\x71\x53\x23\xb7\x4d\xd1\x9d\x8d\xdc\x36\xd3\x21\x4a\x18\xa1\x49\x9f\xc6\x11\x64\x5a\x7e\xe4\xb6\x59\xd6\xdb\xc9\xdd\x23\xc1\xa2\x5d\x72\xf7\x74\x58\x38\xce\x28\x56\x75\x8d\xf4\x60\x62\x72\x9b\x63\x89\x62\xb8\xd4\xba\x63\x89\x62\x00\xd6\x1e\x48\x5f\xe7\x18\xeb\x84\x09\x66\xd2\x2d\x3a\x61\x82\x99\xe3\xa1\x3b\x96\x28\xd9\xf4\x14\x22\xef\x8b\x5a\x2e\x43\xc6\xc4\xd3\x1d\x4b\x94\x4c\xd4\x6f\x0f\xe4\x1f\x32\x7b\x3a\x4e\xa0\x8c\xae\xdd\x1d\x4b\x94\x7c\x75\x0d\x8b\x39\x16\xe3\x4e\xf8\x60\x31\xb5\x2e\xb6\x75\xde\x80\x37\xa7\xa0\xfb\x76\x58\x4c\x0a\x0e\xee\x8e\x37\xa7\xb0\x72\xfa\x43\xa8\x23\x9a\x7e\x7f\x70\x3c\x62\x4d\xee\x84\x06\x56\x8c\x79\xfd\x51\xf6\x40\xa2\x85\x43\x2e\xa9\xe5\x32\x54\xd3\x53\x3a\x2d\x3d\xc5\x65\xa8\x78\x3f\xfa\x43\x1c\x4e\x55\xcf\x28\xc8\xc2\xba\xed\x84\x06\x56\xcc\x37\xfd\x21\x87\xf2\xf2\x75\x1f\x62\x70\xf0\x00\x75\x3c\x38\x15\x17\x6c\x57\xf1\x6f\x7d\xb3\xa8\x14\x7c\xde\x1e\x95\xcb\xcb\xfb\x1c\x4b\x94\x46\x4c\x71\x77\x2c\x51\x1a\x96\xf4\xee\x58\xe2\x75\x5f\xf6\x28\x67\x1c\x5f\x09\x16\x93\x36\x74\xa7\xcb\xd0\xd4\x4f\x58\x4c\xa4\x90\xf5\x88\xd7\x62\x23\x2d\xa5\x18\xe5\x54\xee\x94\x62\x6c\x6c\x9f\x1d\x0f\x4c\x63\xa5\x76\x3c\x30\x1d\xe3\x44\xc7\x03\xa3\x84\x9b\x8e\x07\xa6\x83\x10\xba\xe3\x85\xa2\x04\xbd\x8e\xf7\x45\xd9\x05\x1d\xef\x4b\x2f\xfa\x1d\xa9\xf4\x92\x96\xd0\xbd\x3e\xca\x3f\xb6\xe4\x8e\xe3\xa5\x0f\x75\xf3\xe0\x32\xe1\x05\x10\x91\x28\x5c\xbe\x1b\xe9\xaa\x84\xec\x74\x9c\x2b\x83\xad\xae\xe3\x5c\x19\x9c\x8c\x1d\xe7\x8a\xa8\x6c\x3a\xce\x15\x91\xec\x74\x9c\x2b\xca\x66\xeb\x90\x8d\x88\xf4\xa5\xbb\x03\xa5\x0c\x0d\x1f\x8c\x22\x03\x07\x43\x77\x98\x51\x06\x27\x63\x87\x51\x64\x90\x86\xd0\x33\x3d\x63\x43\xe9\xf0\x84\x0c\xd2\x71\x7b\xa6\x67\x9a\xe4\xf0\x84\x4c\x20\x79\x17\x4f\x08\xfa\x51\x27\xdb\x6b\xea\xc3\x67\x62\xb4\xd9\xa0\x7b\x26\x3c\x5d\xfd\xcc\xa2\x48\x61\x12\x28\xa8\x8e\xe8\xdc\x4e\xa6\xd7\x9c\x7a\x83\xf7\x5a\x39\x78\x9d\x80\x3a\xe5\xe0\x75\x77\x8b\x94\xc5\x56\xd7\x1d\x59\x14\x25\xac\xf4\xa2\x5a\x9d\xf4\xc5\x91\x45\x59\x84\x6c\x75\x47\x16\x65\x91\x75\xd6\x0b\x89\xc2\x5a\x70\x04\xd4\xc9\xe9\xdb\x15\x50\xa7\xad\xc7\x91\x45\x59\x5d\x2d\xdc\x5a\xe8\x16\xbd\xe0\xd6\xd2\xb4\x26\x98\x6e\x81\x33\x3a\xc1\x74\x4b\x93\x9c\x2c\xaf\x75\x74\x27\x32\x60\x9c\xe8\x04\xcb\x6d\x0e\xa0\x4e\x16\x97\x12\xd2\xbb\xa3\x87\xb2\x35\xe5\x2b\x5c\x2e\x51\xd7\x88\xc2\xd1\xb4\x76\x57\x49\x11\x73\x46\xaf\x04\x59\x71\x38\x75\x47\x16\x65\xeb\x5b\x3b\xb2\x28\x1b\x48\xde\x1d\x59\x94\xcd\xd1\xd8\x2b\x54\x44\x4b\x7d\x71\x19\xb6\x64\x50\xb0\x1c\x7a\x4e\x77\x64\x51\xe4\x38\xea\x70\x81\x9c\xac\x7e\x92\x90\x4f\x5c\x42\x77\x64\x51\x14\x30\xda\xe1\x02\x39\x20\xb5\x0e\x17\x88\x8c\x75\xdd\x91\x45\x81\xd6\x3d\x75\x47\x16\xe5\x46\xb5\x70\x3d\x82\xbf\x3a\x69\x5a\x57\xe3\x4e\x9a\xd6\xcd\xba\xb3\xd1\xd2\x1b\x48\xe6\xc6\xbd\xd8\xdd\x4f\x52\x6e\xd5\xfb\x5c\x3e\x6a\x4f\xa5\xde\x88\xdb\x6d\xba\xe6\xf2\xdd\xae\xdf\x11\x44\x86\xfe\xde\x1d\x75\x94\x0b\x94\xef\x8e\x2c\xca\xc5\x69\xdc\x49\xc3\xba\x5b\xd7\x90\x01\xa3\x54\x87\xef\xe3\x6a\xbb\x76\x64\x51\x15\x80\xda\x3b\xc1\xa9\x89\x99\xe5\xc8\xa2\x2a\x3a\xa3\x3b\xb2\xa8\x81\x23\xbc\x3b\x7a\xa8\x14\x66\x4b\xbd\xab\x42\x97\x7e\x77\xc8\x34\xd4\xfb\xdc\x85\x28\xaf\x49\x87\xd3\x43\xa4\xbd\xdd\xd1\x43\x15\x81\x59\x27\xa0\x4d\x34\x01\xdd\xd1\x43\x0d\xda\x19\xe0\xed\x78\x82\xee\xf4\x7e\x3e\xe0\xf5\xee\x3e\x8d\x2a\x1e\xc3\x3e\xc8\xec\x54\xaf\x07\xd1\x19\x44\xdb\xf7\x21\x37\xaf\x7e\xe7\x32\xc8\x43\xd7\xdd\xa7\x51\x15\x8f\xd4\x1d\x75\xd4\x07\xec\xd9\x1d\x75\xd4\xe7\x5f\xbc\xd1\xa9\x3b\x20\xa9\xe2\xb7\xeb\x04\xb3\x3d\x9a\xba\xee\xe6\xa8\x11\xa8\xd4\xdd\xcd\x51\x23\xb1\xa3\xdd\xc1\x4a\x8d\xc0\xcb\xee\x60\xa5\x2a\xab\xaa\xc3\xdb\x11\x81\xac\xdd\xc1\x4a\x8d\x59\x6f\x18\xb4\xf8\x48\x13\xd6\x2e\x4d\x9e\x89\x17\x5b\xc7\x83\x03\x92\x1a\x09\x71\xea\x70\x73\x28\x68\xa7\x13\xb0\x16\xa5\x49\x11\x94\x26\x8a\xca\xee\xa0\xa3\x26\x7d\x5c\xf8\x37\x12\x9a\x70\x5f\x04\xd0\x68\xd8\x1d\x74\x54\x6a\x84\xa4\x4e\x50\x9a\x62\xc0\xfb\x22\x2d\x46\xc3\xbe\xf0\xa1\x13\x6a\xd6\x1d\x13\x54\x59\x18\xbb\x63\x82\x9a\x88\x0d\xee\x1b\xe6\x13\x4d\x10\x72\x99\x12\xb6\xd6\xbe\xe9\x19\x96\xec\xbe\xe9\x99\x34\x8d\x4d\xcf\xb4\x4d\x6c\x7a\x06\xb4\xee\x9b\x9e\x69\xb9\x13\x6a\x66\xd2\x1b\x37\xf9\xa2\xda\x06\x37\xcc\x0a\x3a\x64\x36\xcc\x0a\xfa\x2e\x24\x25\x99\xb4\x17\xd7\xfb\xab\x69\x19\xb9\xde\x5f\x0d\x47\x44\x77\xbd\xbf\x9a\xf4\x4d\x82\xc4\x0c\xab\x5e\x77\xbd\xbf\xca\x2e\xda\x5d\xef\xaf\xa6\x0d\xec\xd0\x33\x6d\xad\x04\x89\xc9\x66\xda\x49\x33\x92\xcd\xb4\xbb\x0f\xa1\x5a\xd5\xef\xe8\x35\x26\xaa\x4e\xd2\x90\x75\xb5\x1e\x5a\xc8\x70\xe9\xb5\x0e\x92\x4b\xaf\x87\xee\xa4\xd7\x04\x32\xf5\x4b\xaf\x87\x7e\x47\xaf\x35\x62\x97\x5e\x6b\xc4\x08\xf9\x92\xad\xb5\x93\x2c\x64\xd2\x5a\x61\xb1\x30\x6d\x4b\xb0\x58\x98\xb6\x25\x58\x2c\xb2\xa9\xb5\x89\x9d\xe0\x7b\xc2\x62\xf1\x6a\xe5\x62\xb1\x40\xa2\x41\xb8\x57\x66\x5e\x0f\x98\x2a\x14\x15\x34\x60\xaa\xc8\x6c\x75\x83\x70\xaf\x12\xf4\xbb\x42\x6b\xd0\x22\x04\xef\xd1\x9d\x83\xd6\xa1\xe5\xfd\x2c\x18\x90\x46\x20\x71\x84\xe3\x7d\x90\x0c\x54\x58\x0f\x83\xb8\x2d\x59\x6c\x87\x6b\xfa\xb5\x70\xfc\x8d\x07\xb6\x0d\x50\xce\x70\x4d\xbf\xca\x46\x3b\x5c\xd3\xaf\x85\xf1\x1b\xd4\xac\x11\xa7\xce\x78\xe8\xe7\xd2\x53\x2a\xad\x45\xcb\xbf\xb5\x50\xc0\x78\x14\x46\xa8\x96\xcb\x50\x93\x9e\x32\x69\x15\x5a\x2e\x83\x1c\xae\xc3\x35\xf6\x5a\xd1\x3e\x87\x6b\xec\xb5\x72\x38\x0d\xd7\xd8\x6b\x65\xdd\x8e\x28\x52\x29\xbe\x99\x7b\x06\xaa\x8c\xad\x23\x92\xf7\x8a\x6e\x3f\x22\x31\x2c\xac\xb8\xe1\xda\x7c\x6d\x41\x77\x12\xae\x1a\xf5\x3e\xc2\x39\x93\x7e\x07\xbd\x80\xbe\x2e\x49\x3a\x8d\x20\xcd\x11\x49\xbc\x02\x97\x8e\x08\x77\xe2\x9f\x99\xf5\x7f\xb7\xe4\x11\x09\x9a\xd7\x27\xa3\xae\xba\x6c\xb4\xc3\x1d\x03\xb5\x69\xba\xb8\x32\x5f\x1b\x20\x6e\xb8\x32\x5f\x1b\x60\x73\x90\xa3\xd3\xd8\x22\x07\x39\x3a\x9d\x4d\x71\x24\xc2\x70\xf4\xa9\x13\x61\x38\x49\x77\x0e\x5a\x7c\xce\x44\x18\x0e\x1a\xf4\x70\x8d\xbd\xf6\xa6\x3b\xbd\x9f\x1d\xe7\xc6\x70\xc7\x40\xed\x2c\xd4\x61\x90\xb3\x4c\xb5\x22\x2d\x7e\x47\x25\x4b\x59\x7a\x87\x6b\xf3\x55\x44\x3f\x83\x64\x1b\x85\xf8\x0f\xd7\xe6\xeb\x00\xae\x0f\x23\xfd\x18\xad\x6e\x18\xc9\x0b\x9a\xf2\xee\x34\xa8\x43\x53\x9e\x50\x29\x51\x0e\x0e\x42\xa5\x84\x02\x06\xa1\x52\xa2\x9b\x1c\xae\xe9\xd7\x91\xf5\x3b\x97\x4f\xc4\x9b\x83\x50\x29\xd9\x84\x07\xa1\x52\x83\xac\xa3\x41\xa8\x94\x72\xac\x06\xa1\x52\x83\xad\x67\x10\x2a\x25\x2b\xf0\x20\x1c\x6a\xe0\xbc\x19\x84\x43\x4d\xb4\x82\x41\x38\xd4\x24\x58\x69\x10\x0e\x35\xa3\xae\xb9\x0c\x53\x23\x46\x38\xd4\x34\x5d\x5b\xb4\x90\x5d\xe1\x50\xea\x35\xe1\x50\x13\x6b\xee\x20\x1c\x6a\x4a\x06\x12\x69\x94\xf8\x3a\x94\x48\x03\xae\x19\x84\x43\x4d\xac\x7a\x43\x89\x34\x80\xe2\xe1\x7a\x7f\x9d\x1c\x55\x83\x50\x28\xe5\xc2\x0d\x42\xa1\x56\xd0\xef\x5c\xbe\x85\x9e\x33\x08\x85\x5a\x58\x81\x07\xa1\x50\x4b\x12\x11\x0a\xb5\xb4\xc0\x5d\xef\xaf\x2b\xeb\xda\xa2\xa5\xf7\xb9\x7c\xab\xa8\x2f\x84\x7b\x11\x45\x3f\x0a\xe1\x5e\xf8\x5d\x86\x63\x82\xba\x38\x6e\x07\xe1\x53\x62\x27\x1c\xae\xf7\xd7\x25\x89\x2a\x32\x48\xa2\x8a\x0c\xf8\x17\x06\x1c\x80\x8b\x08\x8e\x01\xe9\xc2\x06\x30\x8f\x4a\x3c\xf3\xa3\x3b\xbd\x67\x3b\xea\x1a\xf1\xcc\xa8\x3d\x83\xd4\x97\x8d\xda\x33\x1a\xcc\x70\x92\xa8\x41\x48\xa0\x59\xd7\x60\x66\xc4\x3c\x30\x60\xf6\xdb\x84\x1c\x8e\x26\x0a\x34\x24\x6a\xd0\x13\xa9\x67\x8d\x2c\x57\x10\xde\x80\xbd\x6f\xeb\xe8\x68\x04\x9a\xe1\xc2\x1b\x4d\x69\x1f\xba\x73\xd1\x62\x3d\xb8\xc6\x5e\x8f\x46\xcc\x35\xf6\x7a\x34\xcf\x5c\x63\xaf\x07\x14\x30\xdc\x4f\x50\x8f\xbe\x3c\xa4\x0a\xca\x35\x18\xb0\xf7\x29\x08\x61\xb8\x36\x5f\xc5\xc3\x33\x48\x6b\x39\xda\x19\x5c\x9b\xaf\xe2\xcc\x18\x68\xf3\xca\xb8\x1d\x5d\x0c\x84\xfa\x1d\x14\x4b\xef\x53\x20\xbf\xd0\x68\xa2\xcd\x8b\x28\x60\xa0\xcd\xdf\xad\x6b\x70\x9c\x60\x82\x1b\x68\xf3\x57\x47\xce\x50\xac\x35\xdf\x7a\x28\xe0\xf8\xfc\x6b\x4b\x76\x45\xbf\x05\x7d\xc0\x01\xc1\xa2\x96\x2d\xe9\x29\xca\x55\x1b\x22\xe8\xd3\x94\x87\xa0\x2f\x24\xbd\x8e\xd4\x86\xa4\xae\x10\x36\xaf\x65\x0b\x41\x5f\xd0\x89\x3a\xc8\xcc\xc1\x7e\x34\x06\xc9\x9e\x3a\x47\xe0\x48\x50\xda\xc3\x20\x35\x45\xf4\xf3\x63\x12\x23\x88\x15\x71\x4c\x42\xff\xb1\xc3\x8e\x49\x42\xa7\xfa\x42\xfa\x89\x40\xc7\x20\xfd\x44\x89\xd8\x03\xa6\xbd\x07\xed\x65\x90\x7e\xf2\x60\xaf\x1a\x70\x20\x88\xac\x68\xc0\xb4\x27\x1a\xee\x31\xe1\x06\xd0\x14\x84\xff\x40\x09\xb4\x83\xf4\x93\x18\xf5\x4c\x25\x74\x32\xb1\xa6\x48\x14\x79\x26\xe9\x27\xb2\x56\x0f\x98\xf6\xa2\x34\x14\xf8\x0f\xa2\xa6\xcb\x82\x24\x12\xaf\xf5\x58\xc4\x40\x0e\xb5\x88\x81\x44\x0f\x1f\x30\xed\xc5\xa9\x6b\xa2\x66\xd1\x1b\x08\x82\xbc\xba\xe6\xf2\x09\x2f\x8c\xa5\x20\x48\x7a\x4d\x30\x52\xc2\x81\x38\xc4\x7d\xa0\x85\x0a\xf7\x41\xd2\x02\x80\xfb\x20\x01\xcd\x86\xe3\x85\x96\xb4\x00\x1c\x2f\x34\x91\xad\x0e\xf8\x0d\x12\x09\xb2\xc3\x31\x41\x13\x47\xdc\x70\x4c\xd0\x4c\xb3\xce\x31\x41\x33\x8d\x18\x41\x46\x86\x29\x66\x38\x26\x68\xd2\x76\x87\x63\x82\x66\xda\xca\xe1\x37\x30\x62\xcb\xc7\x26\x90\x13\x9b\xf0\x70\xbc\xd0\x4c\x3a\xd0\x56\x20\x27\x32\x38\x5e\x68\xe2\x5e\x1b\x9b\x40\x4e\x8d\xd1\x21\x90\x13\x63\xc1\x38\xb0\x21\x12\x15\x33\x1c\x59\xb4\xac\x2f\x4f\xfa\x89\x6a\xe5\x0c\x48\x0c\x32\x08\x6f\x40\x62\x50\x70\xbe\x0d\xd2\x4f\x0a\x1e\x8c\xe1\xc8\xa2\x95\xac\x6b\x70\x59\x63\x7d\x1c\x8e\x2c\x1a\x55\xed\xd2\x20\xfd\xe4\xd5\x4c\x1d\x59\xb4\xa2\xcd\xf4\xc0\x1f\xa3\x51\x71\x6f\x43\x2b\xda\x50\x0e\x44\xba\x1a\x15\xc7\x19\xad\x68\x63\x70\x9c\xd1\x8a\xbe\xc4\x25\x10\x55\x07\x9e\xe3\x8c\x26\x6b\xf5\xb8\x04\xa2\x4a\x0f\x77\x9c\xd1\xaa\x94\x12\xc7\x19\x8d\x52\xdf\x69\x5c\x28\xd5\x92\xae\xb9\x0c\x22\xe8\x1a\x90\x12\xd4\xa6\x3b\x5d\x86\xda\xf5\xcc\x43\xa8\x2b\xb3\x8e\xb4\x92\x0a\x42\x9f\xee\x51\x68\x95\x03\x61\xba\x47\xa1\x29\x7c\x60\x3a\xce\x68\x4a\x93\x99\xa4\x95\x34\x56\xe3\x0c\x0a\xa6\xd5\x53\x32\x2d\x3d\x05\xc2\x5f\x76\xb7\x19\x08\xa6\xc5\x8f\x35\x03\xb4\x5b\x59\xbf\x23\x98\x96\x28\xa3\x19\x20\x56\x28\xfa\x1d\xb4\x70\x7c\xdd\x09\x23\x5e\x43\x0f\x9f\xb0\xde\x35\x14\xc0\x09\xeb\x5d\xc3\x41\x3a\x61\xbd\x6b\xfb\x5f\x86\x8b\x09\xb3\x5d\x97\x08\xf0\xd5\x29\x81\x79\xc2\x57\x27\x22\xc4\x09\x5f\x1d\x65\x27\xd3\x84\xaf\xae\x63\xb5\x9c\xf0\xd5\x75\xac\x8f\x53\x7c\x75\xfa\xb8\xe2\xab\xe3\x1c\x99\xe2\xab\xe3\xb4\x9d\xf0\xd5\x0d\xf4\xb8\x29\xbe\x3a\x96\xed\x84\xaf\x4e\xd6\xea\x09\x5f\xdd\x00\x3c\x4c\x31\x07\xa0\xb9\x4d\x31\x07\x54\xfd\x0e\x26\x5b\x20\xc8\x84\x39\x60\x3e\xba\xe6\xf2\xcd\xa4\xf7\xb9\x0c\xca\x21\x9b\x91\x48\x65\x40\xf1\x84\x19\x60\x76\xbd\x01\x12\x16\xd3\xef\x5c\x86\xa5\xdf\xc1\x0c\x20\x06\x89\xe9\xc8\xa2\xad\xa1\x6b\xb0\x29\xa3\x1f\x4d\x77\x21\x34\x45\x44\x4e\x98\x01\x16\x8e\xce\x99\xc8\x63\x64\xfb\x9c\x89\xf4\x78\x82\xd2\xa6\xa3\x8e\xb6\x8b\x9e\x02\x11\x14\xcb\x76\x3a\xea\x68\xbb\xe9\x7d\x83\x16\x53\xd7\x51\x47\x13\x63\xd8\x74\xf7\x42\xdb\x1c\x78\xd3\x7d\x08\x6d\x2f\xb5\x88\xc4\x5e\x7a\x3b\x91\xd8\xa0\xa3\xe9\x88\xa4\x6d\x4e\xfe\x69\x44\x62\xa3\xe7\x4c\x53\x24\x36\xfd\x34\x72\xae\xd4\x33\x47\x24\x4d\x41\xf8\xd3\xe0\x14\x64\x43\x99\xa4\xff\x1f\x36\xf6\xe9\x88\xa4\x29\xf9\x7c\xc2\x49\x77\xd0\xfb\xa7\x23\x92\x76\x70\x43\x4e\x47\x24\xed\x68\x9e\x39\x22\x69\x87\x83\x72\x92\xfe\x7f\xf1\x6f\x4f\x47\x24\x4d\x9e\xfe\x69\xb0\x8e\x48\x76\x47\x1d\xed\x4a\xf6\x4c\x4a\x38\xd6\xf1\x99\x15\x4d\xce\x1b\xdc\x13\xd1\xee\xd5\x9d\x44\x5b\x93\x58\x35\x33\xd1\xd6\x18\x82\x66\x26\xda\xda\xf4\x3b\x45\x5b\x33\xb6\x99\x68\x6b\x8d\x83\x38\xe7\xd8\x96\x26\x9c\x73\xa1\xf3\x05\x95\xa0\x31\xf4\x06\xa2\xc9\xa7\x9e\x49\x34\x39\x9a\xf7\x14\x63\x39\xba\xf6\x14\x63\xb9\xe6\x7c\x81\x17\x51\x5f\xa2\xc0\x0e\xa3\xad\x07\xc6\x72\xd9\x4c\x27\xa9\xfd\x52\x66\x26\x9c\x73\x22\x68\x9d\x8e\x48\xfa\x83\xcb\x70\x92\xda\xff\xe0\xe7\x99\xf0\xcd\xa9\xde\xca\x84\xb1\xfc\xd1\x96\x55\xe0\x7d\x44\x9d\x98\x05\xde\x47\xad\x23\x18\xcb\xe5\x96\x9f\x45\xe9\xd0\x48\x5b\x21\x33\x02\x75\xcc\x8a\x0c\x1c\xa9\xb3\x22\x03\x98\x7c\x92\xb6\xff\x80\xc9\x27\xac\xe4\x51\x7b\x08\x69\xfb\x91\xc3\x62\xc2\x25\x17\xb1\xd4\x4f\x47\x24\x5d\xe6\xd5\xe9\x9e\x88\x2e\xe7\xfe\xac\xb0\xae\x6b\x85\x93\xb6\x2f\x05\x69\x56\x78\x01\x8b\xfa\xe2\x32\xc4\xa5\x5e\xbb\x0c\x11\x9d\x79\x3a\x3e\xe9\x72\xe0\x4f\xc7\x27\x3d\x69\x07\x73\x7c\xd2\xd3\xf3\xaf\x2c\xc0\xe9\xd0\xa5\x27\x6d\xc2\xee\x88\xe8\x49\x1d\x6b\x70\x35\x71\x9e\xcf\x06\x55\x5e\xd1\x0b\x2a\x2d\x06\x93\x6c\xfd\x54\xd4\x15\x17\x2f\x69\x9a\x35\x48\xf3\xa7\xee\x74\xf1\xa4\x49\x4d\x87\x35\x3d\xc1\xad\x36\xe1\x8a\x13\x3b\xdc\x84\x94\x3c\x1d\xbd\xdd\x45\x4f\x9c\xf5\xb3\x23\x3a\x67\xfd\x74\x58\xd3\xa5\x81\x4d\x87\x35\xdd\xd0\x7a\xa6\xc3\x9a\x2e\x0e\xab\x49\xc2\x86\x32\xf8\xa6\xc3\x9a\x2e\xfb\xe6\x24\x61\xc3\x00\xda\x93\x84\x8d\x8c\xe9\x60\x92\xb0\x91\xb5\xa4\x1d\xf2\x74\xf1\x23\x4f\x12\x36\xc4\x7e\x37\x49\xd8\x90\xa5\x70\x92\xb0\x91\xa7\xfa\x49\x2a\xed\x96\x0c\xf0\x89\x3d\xba\xe6\xf2\x15\x80\xe8\x24\x61\xa3\x10\x02\x34\x49\xd8\x10\xcb\xc3\x24\x61\x43\x1e\xfb\x49\xc2\x46\x51\x5f\x48\xd8\x28\x3a\x97\xc7\x37\x8d\x56\x8b\x95\xa4\x8d\x82\x35\x74\x92\xb4\x51\x8e\x7e\xeb\x32\x16\x1d\x96\x24\x6d\x54\x6d\x3f\x24\x6d\x28\xe1\x76\x92\xb4\x51\x71\x42\x4d\x92\x36\x2a\x7a\xde\x84\x98\x5c\xd4\x8c\x93\x84\x8d\xaa\xe3\x8a\x84\x8d\x8a\x33\x69\x4e\xa8\x2b\xb5\xfd\x90\x90\x21\x1f\xfe\x24\x21\xa3\xaa\x9f\x24\x64\xc8\xce\x37\x49\xc8\x68\x41\x4f\xa9\xb4\x74\x27\xa4\x44\x8f\x5a\xf0\x16\x02\xf5\x27\x09\x19\x0d\xef\xc7\x24\x21\xa3\x49\xc1\x20\xe9\xa2\x65\xbd\x5d\xdc\x6e\x6c\x0e\x24\x5d\x34\xcc\x62\x93\xa4\x8b\xa6\xd9\x4c\xd2\x45\x03\xe0\x4e\x92\x2e\x94\xea\x30\x97\x92\x4a\x98\x6b\x4b\x89\x23\x2c\xeb\xa5\xc4\x11\xc6\x7e\x91\x38\x92\xf5\xbe\x41\x4b\xcf\xf4\x7e\x76\xa2\x67\x27\x29\xf2\x22\xf1\x9f\x8e\x51\xfa\xd0\x18\xc1\xcf\x36\xc0\x91\xd3\x7d\x1a\x7d\x80\x70\xa7\xfb\x34\xfa\xd0\x2a\x87\x83\x4d\xcc\xdc\xd3\x31\x4a\x57\x75\x9a\xe9\x18\xa5\x0f\x10\xcb\x74\x8c\xd2\xe5\x7e\x9f\xa4\xc1\x0f\x1d\x81\xa4\xc1\x4f\x69\xa7\x1b\xda\x59\x1d\xd5\xa4\xba\x4f\x8d\xfb\x81\x5a\x16\x3b\xfb\x24\xd5\x7d\x12\xa6\x36\x1d\x6b\xf4\xa9\x1d\xe0\xc0\x70\xb3\x74\xcd\xfb\x29\x83\xd6\x74\xac\xd1\xe7\x51\xab\xd2\x62\x34\x1d\x6b\xf4\xa9\x2d\xdb\xb1\x46\x9f\xda\x2b\x1c\x6b\xf4\xa9\xbd\xc2\xb1\x46\x97\x21\x6c\x1e\x52\xa7\xf5\x5d\x48\x75\x5f\x51\xbf\xf3\x6f\x2d\x63\xd7\xf4\xc8\xa6\xbe\xb4\x3e\xdd\xdf\xd1\x17\x86\xa2\xe9\x38\xa4\x2b\x34\x73\x42\x90\x26\xf3\xd6\x74\x1c\xd2\x17\xd1\x36\xd3\x71\x48\xdf\xe1\x5f\xd4\xfc\xd3\x21\x4a\x17\x1b\xda\x74\x88\xd2\xc5\x89\x35\x1d\xa2\xf4\xfd\xbe\xae\xd1\xe2\xe3\x3a\x44\xe9\x1b\xf7\xd8\x74\x88\xd2\x37\x3e\xd2\x09\x6f\xda\xab\xaf\x91\x15\xbf\x35\xb1\xdc\x15\xd2\xf7\xd2\x33\x61\x62\xd0\x30\x38\x7c\xe9\xf2\x8d\x2f\xb2\xe2\x95\x97\xbf\xe0\x4d\x93\x75\x6b\x05\x58\x83\x59\xa8\x2b\x90\x83\xc4\x89\xb4\x1c\xbe\x74\xd1\xd8\x2c\x87\x2f\x5d\x35\x34\x16\x59\xf1\x8a\xcc\x5c\x64\xc5\x1f\xe2\x73\x97\xc3\x97\x7e\x18\xf6\xe5\xf0\xa5\x2b\xd3\x68\x05\xd2\x4f\x89\x90\x58\x64\xc5\x5f\xa0\xe9\x22\x2b\x5e\x1a\xda\x22\x2b\xfe\x02\xf9\x96\xbb\x50\xba\x3c\xec\xcb\xa1\x4d\xbf\xe8\xe9\xeb\x81\xa5\x01\x3b\xf4\x72\x68\xd3\x2f\xc3\xbe\xdc\x85\xd2\x95\xaf\xb4\xdc\x85\xd2\x6f\xd6\xef\xc8\xb1\xc2\x8d\xb0\x28\xef\x7f\xab\x7e\x47\x8e\x55\xd5\xef\xc8\xb1\xc2\xb5\xb4\xe0\x51\x93\xbf\x7d\x3d\xb0\xa1\xb0\x29\xae\x47\xe4\x4c\xba\x73\x42\xed\xaa\xa7\x7c\x53\xa4\x83\x7e\x4b\xa0\x7d\xd4\xdd\x3f\x23\x5a\x97\x23\xa1\x78\xd0\x0a\x17\x01\x53\x0a\x97\x5c\x2f\x8f\xda\x87\xc0\x74\x11\x34\xa5\xb8\x97\x15\xd3\x0f\x5f\xfe\x72\x34\x54\x0e\x0e\x99\x85\x0b\x46\x1e\xec\xe5\x68\x28\xbe\xa3\x8a\x0b\x46\x56\xf4\x15\xdb\x0f\x3b\xe1\x8a\x98\xd5\xf4\x7d\x22\x66\x35\xf4\xb6\x15\x61\x7d\xc1\x7e\xba\xc4\xde\x7d\xd5\x22\x82\x18\x2d\x6e\xc5\xf3\xe3\x98\x58\x91\x64\x25\xdc\xe2\x8b\xe4\x8c\xc0\x81\xb2\x48\xce\x08\x68\x78\x8b\xe4\x8c\x67\xe9\x4e\x92\x1e\x30\xcb\x2c\x82\xad\x54\x20\x6b\x11\x6c\xb5\x01\xe4\x8b\x60\x2b\xb1\x54\x2c\x82\xad\x0e\x6b\x74\x11\x6c\x75\xde\xf7\xb9\x55\x34\x1d\x3d\x05\x97\x64\xd4\x53\xdc\x2a\x9a\x39\x5e\x56\xc2\xfd\x94\x75\xcd\x91\x44\x25\xbd\x65\x25\xd2\x8b\x6d\xed\x0b\x56\x5b\x49\x6e\x6c\x66\x19\xa5\x75\x07\xec\xcf\x8b\xd2\xba\x46\x68\xeb\x72\xb4\x64\x62\x61\x59\x94\xd6\x3d\x44\x9d\x2f\xb3\x77\xc4\x15\x0d\xb3\x28\x0d\xa5\x14\xad\xe5\x88\xc9\x94\x26\xbf\x1c\x31\x7d\xaf\x79\x6e\xee\xd9\x7a\x92\xf3\xe1\x4d\x90\xf2\xa2\xf4\xee\xe7\x4e\x4f\x3a\xcb\x55\x77\x7a\xd2\x59\xe8\xea\xeb\x7e\x49\x79\xc5\xe9\xb2\x1c\x35\x99\x1c\x99\xcb\xfd\x38\xa6\x52\x72\x2b\x93\x12\xae\xdf\x3a\xa2\xb2\x02\x82\x5b\x19\xfa\x63\xd0\xcf\xca\x2a\x74\xd1\xf7\x41\x59\x59\x54\x77\x52\x20\xdf\x72\xac\x74\x1b\xe8\x7d\x65\x0a\x2a\xbf\x6f\x39\xb4\x98\x07\x8e\x79\x28\x3f\xfc\x7f\xb7\xea\xe5\x70\x28\x4a\x61\x5f\xd4\xa0\x8e\x68\x20\x8b\x1a\xd4\xb2\x92\x2e\x6a\x50\xbf\x42\x39\xe4\x49\x81\x54\x91\xe5\x90\x47\xe5\xf6\xd3\xa2\x06\x75\xc4\x15\xb0\x1c\xf2\xc4\xc8\x99\xb5\xdc\x99\x12\x23\xa7\xd4\x72\x58\x13\x15\x43\xbc\x2a\xef\x93\xe8\x0e\x4f\x54\x98\x3f\x2d\x87\x19\x51\x15\x08\x97\xc3\x8c\xa8\x7a\x83\xcb\x61\x46\x54\xd4\xc8\x72\x17\x49\x94\x15\x78\x51\xe0\x32\x6a\x5b\x69\xbc\x81\xd8\xc7\xd5\xf4\x06\x9e\x49\x81\x4b\x81\xa3\x45\x81\x4b\xe5\x97\xad\x86\x44\x59\x77\x4e\xbe\x12\x32\x34\xde\xae\x89\xd0\x78\xbb\x0e\x8a\x86\xb4\xf8\x6a\x97\x6b\xfa\x31\xe2\xdc\x58\xae\xe9\x47\x81\xaa\xd5\xe9\xa7\x36\xe7\x4e\x3f\x01\x94\xcb\xb5\x79\x15\xed\x4f\xab\xd3\x97\x47\xbf\xf3\xaf\xfb\xbc\x6f\xe0\x2b\x81\x25\x56\xe7\x2b\xa1\x1f\x2c\xd7\xe6\x53\xc0\x81\xb8\x54\x47\xdb\x66\x0a\x68\xb4\x4b\x55\x0d\x6d\x7f\xff\x43\x65\x43\xbb\xdf\xff\x14\xd5\xf7\xfe\xfe\xa7\xaa\x2a\xfb\xfb\x9f\x6d\x4c\xc4\x31\xbf\xff\x61\x32\x8e\xcf\x93\xb7\x2f\x89\x14\xc6\xfd\xfe\xe7\xa1\x82\xfb\xf3\xfd\x4f\x54\x4d\xf7\xef\x7f\xe8\xf3\xfc\x3e\x19\x56\x88\xb0\xec\xfb\x1f\xfa\xbc\xda\xe7\x3f\x3e\xc3\xd3\x73\xeb\xf7\x3f\xf3\x5b\x49\x3e\xed\xb2\xbe\xb5\xe3\xd3\x66\x46\x3e\x60\xac\xed\x40\x3b\x2a\xae\x7c\xbf\x95\xa8\x0b\xad\x42\x4b\xd7\x2a\x2d\xde\xa0\x2a\xd4\x04\x66\x6d\x55\xa1\xe6\xa0\xdb\x54\xa1\x8e\xef\xef\x26\x95\x37\x37\x2d\x8a\xd6\x66\x3d\x85\x42\xaa\xd8\xbc\xf7\x5b\xf0\x55\x4f\xb9\x94\x6a\xf5\xb5\xb2\xdf\x82\xaf\x93\x16\xd5\x3a\x59\x39\x9b\x82\xaf\x71\xeb\x5a\xe2\x7d\x3c\x53\x05\x5f\xb3\xae\xb9\x7c\x8a\x78\xda\x54\x9e\x56\x46\xe7\xa6\xf2\xb4\xca\x50\x6c\x2a\x4f\x3f\x6c\x4b\x9b\xf2\xd2\xa2\x91\xdd\x94\x97\x56\xe6\xc1\xa6\xbc\xb4\x58\x72\x36\xe5\xa5\x1f\x56\xdc\x56\xa1\xd8\x24\x19\x90\x8f\x0d\x6c\xab\x50\x2c\x07\xc0\x7e\x0b\xc5\xf2\xcd\x54\x28\x16\xd4\xb4\x55\x28\x96\x75\xb4\x55\x28\x16\x65\x73\xab\x50\x2c\xa9\x29\x5b\x85\x62\xb3\x9e\x82\x7c\x55\xd7\x24\x1f\x3d\x53\x59\x6a\xcd\x82\xae\xf1\xd3\x1b\x90\x0f\x65\x63\x53\x96\x5a\x41\x77\xbb\x4b\x3e\xbe\x04\x65\xa9\x1f\xd4\xb6\xdd\x25\x1f\xdf\x93\xb2\xd4\x0f\x9e\x96\x3d\x90\x0f\x93\xd8\x1e\xc8\xc7\xea\xdf\x03\xf9\xfe\x59\xe5\x7b\x0f\x44\x07\x06\xee\x81\xe8\x55\x2f\x40\x74\xb4\xee\xed\x40\x3a\xc4\xad\x3b\x11\x3d\xe8\x75\x88\x8e\x0d\x6c\x0f\x44\x8f\xea\x98\x44\x57\x4b\x43\xab\x3b\x11\xbd\xa8\xa5\x1a\xc0\x7a\x03\xa2\xb3\x29\x6e\xd5\xdd\x25\xf7\x6c\x53\x77\x57\x1b\xd8\x9e\x88\x8e\x9f\x7a\xab\xe6\x6e\x51\xcb\xe5\x53\xad\x8e\x4d\xbd\xdd\x48\x64\xc8\xa6\xde\x6e\x04\x2b\x6c\x8a\xea\x46\xf5\x85\x82\xba\xb1\xe8\x5a\xe3\x4e\x7a\x46\x41\xdd\xc8\xf9\xbb\x29\xa8\xab\x64\x94\x4d\x41\xdd\x08\x0c\xdc\x14\xd4\x8d\x55\x7d\xd9\xfc\x8e\xe9\x42\x31\xdd\x88\x4e\xbc\x29\xa6\x1b\xb5\x18\x29\xa4\x1b\x25\x03\x85\x74\xa3\x16\x15\x85\x74\x23\x46\x9b\x4d\x11\xdd\xd8\x75\xa7\xe4\xa3\xd7\x14\xd1\xd5\x71\xb4\x17\xf2\x69\xea\x2e\xe4\x6b\xba\xc6\xf8\xb1\xe9\xef\x85\x7c\x68\xce\x7b\x21\x1f\x07\xc9\x5e\xc8\x47\xb8\xdc\x5e\xc8\x87\xfb\x64\x2f\xc6\x6f\xa9\x67\xc8\xa7\x0d\x73\x21\x1f\xc8\x61\x53\xd0\x37\x62\xde\xd9\x14\xf4\x95\x3a\xb1\x29\xe8\xab\xa2\x5e\x9b\x82\xbe\x2a\x5c\xb5\xb7\xe4\x63\x1c\x36\xf2\x69\x69\x6e\xe4\xd3\xcc\xda\xc8\xa7\x6d\x70\x33\x7e\x5a\xd2\x1b\xf9\x70\xc5\xed\x8d\x7c\xe8\x89\x7b\x4b\x3e\xf5\x0c\xf9\x38\xc2\xf7\xd6\xf8\xf1\xad\x37\xf2\x69\x73\xdb\xc8\x07\x8a\xd9\x07\xf9\x48\xa1\xde\x47\xe3\xc7\x9d\x87\xf1\xeb\xba\xa6\xf9\xc9\xdb\x29\x58\x1c\x89\x21\xd9\x14\x2c\x56\xfa\xf8\xa6\x60\xb1\x52\xd2\x37\x05\x8b\x45\x5f\xb5\x0f\xf2\x6d\xdd\xd9\xa9\xaf\x8e\x7c\x6e\x0c\x08\x49\x5b\x08\xe5\x8b\xe3\xe9\x21\x62\xa6\xd9\x97\xde\x9d\xfc\xe7\xbf\xfc\xc7\x7b\x98\xb4\xd6\xfc\xd0\x0f\x09\x3b\xfc\xf6\x03\x3f\x28\x4d\x6a\x5f\x7a\xa8\x75\xef\xb8\x3c\x24\x1d\x4b\x8e\xcb\x43\x8a\xba\x93\x5e\x44\xf5\x82\xaf\x0c\x8a\xd9\x54\xd4\x4f\xda\x2f\xa8\xa8\x9f\x40\x80\x5b\x15\xf5\x93\xde\x70\x69\xf9\x9d\x27\xd0\x17\xd4\xc2\x43\xd9\xe4\xf4\xa8\x85\xc2\x43\x34\xfd\x09\xa8\x93\x78\xa9\x8e\x63\xe8\x18\xa7\x5a\x8c\x6a\xd1\xef\x18\xd5\xaa\x37\x68\x55\xfa\x6c\x3f\x0f\xdf\x0e\x03\xe9\x79\xf8\x6e\x84\x83\x9e\x87\x51\xc5\xb9\x7c\x1e\xad\xca\x4e\x8b\x51\xc5\xf3\x75\xa8\xaf\x1f\xff\xc9\x56\x77\x1e\x06\x7c\xea\x05\x0c\x38\x30\xf0\x3c\x0c\x38\xde\xeb\xf3\x30\xa1\xb1\x28\x9d\x47\x9a\x2d\x02\x3d\xd2\x2d\x75\x4d\x9a\xb4\x0f\xd1\x89\xe8\x96\x2c\xdf\x13\xd1\x2d\x81\xa4\x27\xa2\x5b\xa2\xf9\x1d\x0a\xf1\x87\xa2\x6b\x0c\xbb\xfa\xa2\x42\xfc\x53\x4f\x61\x18\xd0\x07\x8e\x43\xe0\x57\x9b\x3c\x50\x89\x87\xf7\x99\xe3\x87\xd6\x74\x28\xa8\x2f\x3d\xe9\x50\x50\x5f\x7a\xd2\x51\x41\x7d\xf4\xa4\xa3\x82\xfa\xe8\x49\x87\x82\xfa\xd2\x93\x8e\x0a\xea\x33\x05\x4f\xd2\xd9\xad\xdf\x49\x37\x41\x86\xa4\xb3\x5b\xbf\x93\x6e\xc2\x80\x51\x50\x5f\x9a\xd1\x49\x1c\x60\x68\x46\x27\x49\xf7\xd2\x53\xa4\x7b\xe9\x4e\xe9\x5e\x4c\x82\x24\xdd\x4b\xbf\x93\xee\x45\x5f\x4c\xba\x17\x32\x98\x0e\x30\xfa\x62\xc8\x87\xbe\x73\x4c\xba\x17\x3d\x33\xe4\x43\xdf\x39\x86\x7c\x41\x4f\x41\x3e\xf4\x9d\x63\x3a\xa0\xe9\xa7\x21\x1f\xfa\xce\x31\xe4\x43\xdf\x39\x86\x7c\x6c\x8e\xc7\x74\x40\xeb\x29\xc8\x57\x75\x0d\xf9\x8a\x7a\x86\x7c\x1a\x3f\x93\xee\xc5\x1b\xb2\x0e\x68\xa4\xcd\xd2\xbd\x78\x5f\x96\x7c\x8c\x51\x46\x3e\xf4\x9d\x93\x25\x1f\x5f\x30\x23\x9f\xe6\x6e\x46\x3e\xf4\x9d\x93\x91\x0f\x7d\xe7\x64\xe9\x5e\xba\x13\xf9\xb2\x9e\x29\xdd\x52\xd7\x90\xaf\xa8\x9f\xd2\xbd\xf4\x14\xe9\x5e\x7c\xcf\x8c\x7c\x51\xef\x43\x3e\x6d\x3d\x05\xf9\x38\x6c\x4e\x41\xbe\xa2\x96\xe4\xe3\xed\x45\xf2\x21\x6d\x41\x3e\xb6\xd6\x53\x90\x2f\xa9\xa5\xf9\xa9\x3b\x35\x3f\xd5\x5a\x3f\x60\xfb\x29\xfb\x07\x6c\x3f\xe5\x7c\x60\xfb\x9f\xd6\xfd\x81\xb1\x4f\x0d\x3f\x30\xf6\x59\xf5\x2f\xfc\x76\xfc\xe0\xff\x89\xdf\xce\xea\x7f\xe1\xb7\xe3\x0a\xc0\x4f\xfc\x76\xd6\xfc\x0b\xbf\xdd\x18\xff\xc2\x6f\x37\xa6\xbf\xf0\xdb\x8d\xf6\x17\x7e\xbb\x31\xff\x85\xdf\x6e\x2c\x7f\xe1\xb7\x1b\xeb\x5f\xf8\xed\xc6\xf6\x17\x7e\xbb\xda\x57\xbe\xf8\xed\xfa\x3e\xf0\x13\xbf\xdd\x74\x7f\xe0\xb7\x8b\x19\x49\xf8\xed\x62\x46\x0a\x18\x71\xae\x21\x0b\x47\xce\xc5\x8c\xa4\xef\x79\x0d\x8c\xcd\xf8\x5d\x5f\x63\xb1\x94\x7f\x05\xe6\x5d\x5f\x7e\x51\xe9\xa8\xd7\x97\x58\xec\x53\x8f\x5c\x3f\xb6\xc8\x6b\xfb\xc7\x16\x79\xa9\xf5\x16\x80\xed\x57\x70\xf7\x3b\x7c\x57\x70\xf7\x3b\x7c\x57\x70\xf7\x3b\x7c\x57\x70\xf7\x3b\x7c\x57\x70\xf7\xc7\xf0\x41\xa5\xff\x73\xf8\x72\xfd\x7b\xf8\x72\xfb\x7b\xf8\x72\xff\x7b\xf8\xf2\xf8\x7b\xf8\xf2\xfc\x7b\xf8\xf2\xfa\x7b\xf8\x64\x93\xfa\x31\x7c\x2c\xbd\x84\x26\x79\x1d\x7a\x47\xd5\xa3\xbb\x0e\xa1\x7f\x0d\x2d\xc6\x94\xc0\x96\x7c\x1d\x20\xde\x8b\xf6\x73\x31\xa6\x28\x0c\xea\x3a\x40\x7c\xa1\xf9\x75\x80\x18\x0d\x67\xd9\xc5\xd0\xa2\x1a\xd0\x17\x30\x27\x7b\xf1\xc5\x60\x12\xd8\x5e\x2e\x06\x13\xd5\xc7\xb8\x30\x76\xcb\x00\x75\x07\x87\x2f\x81\x95\x77\xec\x1f\x06\x9a\x3b\xce\x0f\x03\xcd\x1d\xf7\x87\x61\xe7\xfa\x42\x8c\x8a\x37\xb8\x5a\x60\x9a\x05\x6b\xfd\x9c\x05\xae\xd9\xfe\x92\xff\x84\xbf\xe7\xc5\x79\xfe\x9e\x17\x27\xfe\x3d\x2f\x4e\xfa\x7b\x5e\x1c\xfb\x7b\x5e\x9c\xfc\xf7\xbc\x38\xe5\xef\x79\x71\xea\xdf\xf3\xe2\xb4\xbf\xe7\xc5\xe9\x7f\xcf\x8b\x33\xfe\x9e\x17\x67\xfe\x3d\x2f\xce\xfa\x7b\x5e\xdc\xff\xc8\x7e\xcf\xdf\xb2\xdf\xfb\x5b\x76\x0b\x21\xfc\x96\xdd\x42\x78\x7e\xcb\x6e\x21\xc4\xdf\xb2\x5b\x08\xe9\xb7\xec\x16\x82\xfd\x96\xdd\x42\xc8\xbf\x65\xb7\x10\xca\x6f\xd9\x2d\x84\xfa\x5b\x76\x0b\xa1\xfd\x96\xdd\x42\xe8\xbf\x65\xb7\x10\xc6\x6f\xd9\x2d\xb8\xde\xf8\x43\x76\x0b\x28\x7a\xec\x23\x16\x50\xf4\xb2\x7b\x29\x2c\x3c\x7f\x7d\x17\x0b\xcf\x7f\xbe\x4b\xfc\xcf\x77\x89\xff\xf9\x2e\xf1\x3f\xdf\x25\xfe\xe7\xbb\xc4\xff\x7c\x97\xf8\x9f\xef\x12\xff\xf3\x5d\xe2\x7f\xbe\x4b\xfc\xcf\x77\x89\xff\xf9\x2e\xf1\x3f\xdf\x25\xfd\xe7\xbb\x68\x73\xf7\xad\xde\x82\x36\xf7\xa9\xd6\xfa\xfb\x6e\xed\x98\xba\x5b\xbb\xa5\xee\xce\xf9\x6b\xe8\xb6\x90\xdb\xd7\xd0\x6d\x21\xf7\xaf\xa1\xdb\x42\x1e\x5f\x43\xb7\x85\x3c\xbf\xc6\x6c\x0b\x79\x7d\x8d\xd9\x16\xca\xf3\x35\x66\x5b\xa0\x30\x08\xc6\x6c\x0b\xa5\x7e\xf7\x12\x0b\xaf\x49\x3c\xd3\xda\x5f\x63\xb6\x05\x4c\xe2\x6e\xcc\xfe\x7f\x47\x8f\x05\x59\xcb\x03\x22\x60\x9b\x8c\xea\x66\x2d\x5f\x3b\xb7\x85\x5a\xbf\x76\x6e\x0b\xb5\x7d\xed\xdc\x16\x6a\xff\xda\xb9\x2d\x60\x57\xc7\xb0\x60\x01\xbb\x3a\x20\xd9\x42\x3d\x5f\x3b\xb7\x85\x7a\xbf\x76\x6e\x0b\x2d\x7c\xed\xdc\x16\xda\xf3\xb5\x73\x5b\x90\x95\xbd\xf0\x14\x59\xd9\x8d\x7e\xca\xca\x6e\xba\xb3\x7e\xb7\x51\x0b\x6d\x7c\xed\xdc\x16\x5e\x2b\xbb\x7e\xb7\xbe\x76\x6e\x0b\x58\xd9\xd1\x2d\x2d\x70\x30\x70\xec\x5a\x68\xf7\xbb\xe1\x5a\xc0\xca\x8e\x66\xeb\xfe\x9b\xcf\xa1\x61\x41\x56\xbe\xcd\x32\x93\x95\x6f\xeb\xda\xf8\xe2\x14\x0b\xb2\xf2\x39\x4e\xb1\xf0\x5a\xf9\xe8\x27\x56\xbe\xf8\xfe\xee\x7c\x51\x8b\x05\x59\xf9\x32\x4f\x91\x95\x2f\x33\xe9\x64\xe5\x2b\x3c\x45\x56\xbe\xca\x74\x91\x29\xaf\x32\xcd\x64\xca\xd3\xe4\xc1\x94\x87\x3d\xd7\x02\xa6\x3c\x30\x8c\x05\x99\xf2\xb2\xae\x81\x2c\x17\xdf\x45\xa6\xbc\xcc\x37\x93\x29\xaf\xe8\x99\xf3\x8b\x68\x2c\x60\xca\xc3\x9e\x6b\x41\xa6\xbc\x8a\xec\x32\xe5\x65\xf5\xfa\x7e\xf1\x8d\x85\xd7\x94\x87\x0c\x32\xe5\x05\xbe\xae\x4c\x79\x81\xa7\xcc\xf4\xc5\x37\x16\xa6\x7d\xf1\x8d\x05\x4c\x79\x8f\xe6\xcb\x2c\x5f\x7c\x63\x61\xd6\x2f\xbe\xb1\x30\xdb\x17\xdf\x58\x98\xfd\x8b\x6f\x2c\xcc\xf1\xc5\x37\x16\xe6\xfc\xe2\x1b\x0b\x73\x7d\xf1\x8d\x85\xb9\xbf\xf8\xc6\xc2\x3c\x5f\x7c\x63\x61\xde\x2f\xbe\xb1\xb0\xc2\x17\xdf\x58\x58\xcf\x17\xdf\x58\xc0\x94\x07\xbe\xb1\xb0\xd2\x17\xdf\x58\xc0\x94\xf7\x68\x96\xaf\xfc\xc5\x37\x16\x56\xf9\xe2\x1b\x0b\x98\xf2\xc0\x37\x16\x64\xca\x2b\xf4\x53\xa6\xbc\xad\x3b\xc7\x17\xed\x58\xc0\x94\x07\xda\xb1\x80\x29\x0f\xb4\x63\x41\xa6\x3c\x6d\x6e\xeb\x7c\xd1\x8e\x05\x4c\x79\xa0\x1d\x0b\x98\xf2\x1e\x6d\x59\x98\xf2\x1e\xad\x70\x99\xf2\x22\x5f\x70\xa7\x2f\xda\xb1\xb0\xed\x8b\x76\x2c\xec\xfc\x45\x3b\x16\x64\xca\x93\x44\x32\xe5\x35\xe6\xa7\x4c\x79\x95\x71\x7f\x4d\x79\xea\x0b\xa6\xbc\xa2\x6b\x32\xc5\xaa\x67\xcc\xcf\x86\xec\x32\xe5\x65\xe6\x99\x4c\x79\x95\x6f\x26\x53\x5e\xa5\x2f\x32\xe5\x35\xe6\x84\x4c\x79\x9d\xf9\x22\x53\x9e\x56\x9c\x4c\x79\xe5\x1f\x45\xbd\x2c\xc8\xca\xa7\x45\x75\x64\x85\xd6\x0b\x10\xbd\xeb\xe5\x12\x1d\x81\x64\xe5\xd3\xb6\x7b\x10\x5d\x53\xf7\xc8\x8a\xa9\x6b\x0c\xad\x36\xb7\x23\x2b\x2d\x1f\xfe\x20\xba\x36\xcc\x23\x2b\x26\x1f\xe2\x20\x7a\xe7\x23\x61\x2b\xc4\x9e\x6b\x41\x76\x42\x9d\x93\xd8\x08\xb1\xe7\x5a\xc0\x46\x88\x3d\xd7\xc2\x95\x15\x93\x9e\x61\x23\xc4\x9e\x6b\xe1\xca\xca\xae\x37\x48\x3e\x86\xe8\xca\x4a\xab\x6b\xc8\xa7\x49\x77\x65\x65\xe7\x4b\xc8\x7e\xa8\x25\x8d\xfd\x10\x7b\xae\x85\x2b\x2b\x2d\x4b\xf3\x4a\x3e\xf5\x4c\x56\x68\x97\xe8\x09\x1a\xda\x4d\x4b\x56\xe8\x4c\x0b\xf9\x86\xee\x44\x3e\xb7\xe7\xda\x13\x34\x7e\xba\x53\xf6\x3c\x5d\xd3\xd4\x1d\xb4\xe4\x45\xa8\xb4\xb0\x8f\x16\xdd\x29\xa3\x5d\xa3\x85\x7c\x6e\xcf\xb5\x27\xc8\x3e\xaa\x3b\xd7\xd7\x9e\x6b\x0f\xf6\x4a\xec\xb9\xf6\xc8\xd2\xf8\xb1\xe7\xda\x23\x6b\xe3\xc7\x9e\x6b\x0f\x16\x47\xec\xb9\xf6\x60\x56\xc4\x9e\x6b\x0f\x66\x45\xec\xb9\xf6\x60\x56\xc4\x9e\x6b\x8f\x47\xdf\xc8\x9e\x6b\xcf\x23\x2b\xad\xee\xa4\x17\x51\xbd\xe0\x2b\xbb\x3d\xd7\x9e\x07\x2b\x2d\x5b\xc9\xe3\x5a\xa6\xec\xb9\xf6\xb8\x86\x29\x7b\xae\x3d\x11\x4b\x73\xd2\x9d\xf4\x05\xcd\xe8\x89\x58\x8c\x1f\xb5\xe6\xd7\x9e\x6b\x4f\x5c\x5f\x7b\xae\x3d\x71\x7f\xed\xb9\xf6\x24\xf9\x4e\xf8\x1d\xa6\x43\xec\xb9\xf6\x24\x2d\xd8\x42\x4b\xb6\x77\x46\x20\xc9\xb7\x40\x3f\x31\x1d\x62\xcf\xb5\x27\x69\x55\x22\x3b\xa6\x43\xec\xb9\xf6\x60\x3a\x74\x7b\xee\x9f\x16\xa3\x3a\xf5\x14\x46\x75\x32\x8b\x30\x1d\x62\xb4\xb5\x07\xd3\x61\x5c\xba\xf3\x7e\x8d\xb6\xf6\x58\xf8\x1a\x6d\xed\xb1\xe7\x6b\xb4\xb5\x47\x26\x08\xd6\xe8\x63\xf9\x6b\xb4\xb5\xc7\xca\xd7\x68\x6b\x0f\x26\x40\x8c\xb6\xf6\x60\x02\x4c\xea\x0b\x26\x40\x8c\xb6\xf6\x60\x02\xc4\x68\x6b\x8f\xfd\x08\x01\xb0\xc7\x7e\x84\x00\xd8\x43\x2d\x7a\x1d\x8a\x8f\x4c\x79\x28\x43\x8f\x4c\x79\x28\x35\x8f\x4c\x79\x28\x43\x8f\x4c\x79\x28\x43\x8f\x4c\x79\x28\x43\x8f\x4c\x79\x9a\x67\xaf\x29\x4f\xbf\x93\x02\x82\x0c\x32\xe5\x15\xfd\x4e\x0a\x08\xa3\x22\x53\x1e\x9b\xf1\x23\x53\x5e\x50\x3f\xa5\x60\xfd\xc3\x50\x63\x8f\xac\x7c\xe8\x42\xcf\x6b\xe5\x63\x68\x5f\x2b\x1f\x8f\x94\x95\x4f\x0b\x5d\x56\x3e\xf4\x9d\x47\x56\x3e\xf4\x9d\x47\x56\x3e\xf4\x9d\x47\x56\x3e\x2d\x38\x59\xf9\xd0\x77\x9e\x82\xe8\x41\x4f\x41\x74\xf4\x9d\xa7\xe8\xec\xe6\x43\x14\x44\x47\xdf\x79\x0a\xa2\xa3\xef\x3c\x45\x56\x68\x06\xac\xe8\xec\xd6\x53\x64\x85\xe6\x5a\x45\x3e\xf4\x9d\xa7\xca\x0a\x8d\x7c\x55\xba\x17\x6f\xa8\x3a\xbb\x91\xb6\x4a\xf7\xe2\x7d\x8a\x70\x40\xdf\x79\x14\xe1\x80\xbe\xf3\x28\xc2\x41\x9b\x95\x22\x1c\x34\xad\x15\xe1\x80\xbe\xf3\x10\xe1\x20\x7d\xe7\x51\x84\x43\xd6\x9d\xb2\xb2\xeb\x99\xd2\x2d\x75\x4d\x56\x76\xf5\x53\xba\x17\x4f\x51\x84\x83\xb6\x33\x45\x38\x68\x5b\x22\xc2\x41\x1a\xce\xa3\x08\x87\xac\x3b\x91\xaf\xa8\x25\xf9\x78\xbb\x22\x1c\xd0\x70\x1e\x45\x38\x68\x6b\x55\x84\x43\x52\x4b\x53\x57\x77\x6a\xea\xaa\x05\x3b\xb9\xa4\x6d\xb0\x93\x6b\x9e\x35\xd8\xc9\xb5\x81\x35\xd8\xc9\xdf\xbe\xc0\xfa\xad\x59\x00\x25\x6a\xd0\x0c\x81\x12\x35\x18\xdf\x05\x4a\xd4\x70\x19\x5b\x28\x51\xc3\x66\xdc\xa1\x44\x7d\x67\x1d\x94\xa8\xef\x48\x43\x89\xfa\xca\xd0\x55\xaf\x48\x2d\x58\xbf\x39\xf4\x1f\xc7\x3e\x09\x7e\x12\x7b\xa0\x44\x7d\x16\xbd\x86\x12\xf5\x39\x7a\xbb\x53\x78\xc6\xf7\x77\x14\xa1\xd6\x51\x07\x25\x6a\xd4\x16\x02\x25\x2a\x8c\x39\xf6\x40\x89\xfa\x1e\x47\x43\x6c\xda\xf4\x53\x15\xfc\x50\x94\x1e\x2a\xf8\xd9\xc3\xfb\x1c\xfb\x64\xab\x7c\x4f\xe8\x52\x09\x97\xb3\x07\xba\xd4\xac\xd5\x01\x5d\x2a\x0c\x28\xf6\x50\xa6\x8f\xbc\x4f\x7b\x1c\xfb\x64\x72\x42\xed\x81\x4a\xb5\x24\xf5\xcc\xe5\x2b\xda\x76\x29\xd3\x47\x46\x82\x3d\x43\xec\xcf\xea\xa7\xcb\x57\x2b\xb2\x43\xb3\x5a\xb5\x4f\xa8\x80\x83\xd9\xbe\x0f\xcf\x85\x6a\xb5\x2e\x7a\x4e\x99\xbe\x7a\x98\xa3\x13\xfa\x64\x6d\x7e\xd0\xb0\x36\x54\xa7\x67\x8a\xf0\x3f\xef\xa5\xed\x1e\x2a\x56\xf2\x15\xed\x81\x8a\x95\xd2\xc5\xf6\x90\x2b\x5d\x34\x53\xa0\x62\x85\x2e\xc3\x1e\xa8\x58\x7b\xd7\xef\x26\x74\xc7\xc8\x02\x15\xeb\x78\xd4\x82\x7e\x58\xca\x0d\x54\xac\x43\x72\x42\xc5\x3a\x50\x08\x1f\xa8\x58\xc7\x52\x4b\xc1\xb7\x65\xaf\xc9\x97\x86\x8e\x75\xd6\x7f\x69\xce\x0f\x4c\xad\x13\x5d\xf2\x81\xa9\x75\x69\xd0\x1d\x22\xdd\x21\xcd\x62\x95\xf7\x83\x9c\xa9\xd7\x56\x18\x83\x99\xa0\x0e\x93\xf2\xd2\xf9\xee\x30\x29\x2f\x9d\xe1\x8b\x72\x54\x43\x6f\x99\xb4\xf4\x3b\xd8\x8b\xb5\x90\x16\x31\x9d\x56\xf7\xd1\x46\x42\x7d\x87\xad\xcd\x90\xfa\x0e\x5b\x1b\x33\xf5\x1d\xb6\x26\x1b\xf5\x1d\xf6\xe0\x77\x0e\x95\xf2\x1e\xba\xd3\xe5\xdc\x8b\x21\x71\xa8\x94\x8f\xce\xc0\x0d\xfb\xef\x65\xe0\xa9\xf6\x77\x31\xef\x3c\x2a\x27\xaf\xa3\x66\xc3\xb8\x1b\x91\x83\x6a\x7f\x57\xa7\xec\x16\xe3\xae\xde\x0e\xe3\x6e\xd5\x35\x68\x67\x25\x03\x04\xae\xd0\x08\xd8\x03\x81\xeb\xbb\xe5\x40\xe0\x1a\xb4\x59\x40\xe0\x1a\x24\x2d\x04\xae\x41\x0b\x14\x02\xd7\xb0\x79\x0a\x04\xae\x58\xbb\xed\x81\xc0\x95\xf2\xbc\xf6\x40\xe0\x4a\x9e\x9a\x3d\x10\xb8\x3e\x13\x69\x21\x70\x8d\x11\xf9\x20\x70\x8d\xd2\x14\x20\x70\x15\x0a\x78\x1c\x0f\x95\x77\x5b\xa1\xda\x5f\xd2\xb2\x13\xb9\xab\xf4\x65\xc8\x5d\x4d\x5a\x04\xe4\xae\xa6\xa9\x0a\xb9\xab\x69\xb4\x21\x77\xcd\xd2\x80\x21\x77\xcd\x92\x0f\x72\xd7\xa2\x03\x12\x72\xd7\xa2\x7e\x42\xee\x5a\x24\x1f\xe4\xae\x45\xfa\x30\xe4\xae\x25\x31\x46\x90\xbb\x16\x1d\x0b\xb7\xbd\xb1\xd0\x5b\xfd\x81\xc4\xb5\x08\xb1\x5c\x08\x50\xa7\x9e\xab\x2a\x7f\x6a\xb9\x1c\xe5\xe8\x49\x90\x87\x32\x32\x11\x82\xd7\xca\x3c\x8c\x10\xbc\x56\xd6\x54\x84\xe0\xb5\xa2\x5d\x46\x08\x5e\xab\xa7\xb5\x59\x84\xe0\xb5\xba\xa3\xd1\x22\x04\xaf\x8d\x83\x30\x42\xf0\xda\x86\x9e\x02\x29\x27\xda\x6c\x84\xe0\xb5\x3b\xfd\xbe\xc5\xd0\x7f\x47\x62\x5b\x84\xe4\xb5\xbb\x3f\xc5\x22\x24\xaf\xbd\xe8\x9a\x48\x3b\x33\x2d\x98\x39\xd9\x1e\xa3\xc7\x6a\x78\x76\x94\xb7\xdc\x84\x37\xd9\xaa\x22\x04\xb0\x1d\x04\x14\x21\x80\xed\x97\xa7\x78\xac\x86\xf7\x00\x2f\x91\x45\x48\x60\x07\x9b\x7b\x7c\x3e\xb1\xe2\xd4\x88\xb1\x08\x11\xec\x00\x33\x47\x88\x60\x87\xfa\xe4\x08\x2a\xc1\x2c\x63\x11\x22\xd8\xf9\xe8\x49\x70\x64\x82\xb5\xe2\x23\x8e\x4c\x46\x01\x22\xd8\x39\xd4\x43\x38\x32\x39\x7a\x22\x44\xb0\xa4\x01\x59\x7c\xc4\x91\xa9\x37\xc0\x2f\x89\x66\x1b\xc9\x6b\x58\xe0\x9b\x08\x11\xec\xd2\xe8\x91\xd3\xb0\x38\x4c\x23\x39\x0d\x6b\xf1\xb5\xc8\x69\xd8\x89\x39\x00\x49\xec\x46\x29\x8d\x90\xc4\x6e\x7d\x1b\x48\x62\x77\xd6\x33\xe1\x97\xec\xff\xb2\x3b\x47\xf8\x63\x37\xdb\x66\x84\x3f\x76\x6f\x75\x45\xd4\x93\x08\x0b\x7f\x2c\xe5\x65\x2c\xc2\x1f\xab\xcd\x2e\xc2\x1f\x7b\xa6\xba\x29\xea\x49\x5a\x54\xf8\x23\x15\xc6\xa2\x03\xbd\x72\xd1\x11\x23\xdc\xb2\xa4\x5e\x58\x84\x5b\xf6\x62\x33\x8a\xa4\x3b\xdc\xc6\xa0\x90\xee\x70\x87\x9e\x02\xf5\xe4\xd4\x35\xa8\x27\x81\x45\x91\x74\x87\x8b\x86\x13\xe1\x96\xbd\x57\xbf\xa3\xea\x9d\xe9\x0d\x9e\xee\x00\x2f\x8a\x45\xd2\x1d\x70\x25\x5a\xa4\x64\x7c\x38\x6a\x41\x87\xc8\xd6\x10\x49\x75\xa0\x3a\x8a\x45\xa8\xaa\x9e\xa8\x16\x9c\x87\x68\xc4\x11\xaa\x2a\xea\xc2\x5b\x84\xaa\xea\x69\xbc\x0f\xaa\xaa\xa7\xd1\x6b\x53\xba\x0a\xbd\x86\xaa\xea\xd1\xc2\x83\xaa\x0a\x6e\x6e\x8b\x4a\x73\xd0\xb0\x43\x55\x15\xb5\xf4\x4d\x25\x8f\x9e\x7d\xaf\x7a\xe0\x32\x92\x45\x6b\x11\xba\xaa\x84\x56\x15\xa1\xab\x4a\x18\x95\xa2\x2a\xfb\x61\x4a\x89\xaa\xec\x27\x89\x55\xd9\xcf\xb8\x13\xba\x2a\x03\x8f\x44\xe8\xaa\xe0\xaf\xb6\x98\xc5\xa2\xa7\x3b\xc5\xa2\xc7\x68\x53\xd9\xcf\x96\x5a\xb0\xe8\x69\xb9\x40\x65\x95\x1f\xfa\x89\x13\xfb\x56\xbd\xc1\x65\x94\x86\x17\xa1\xb2\x2a\x41\xd7\x60\xa7\x03\x49\x44\xa8\xac\x8a\x36\x25\xa8\xac\x8a\x36\x50\xa8\xac\x4a\x57\x3f\x61\xa7\xd3\xbc\x87\xca\xaa\x68\x8b\x82\xca\xaa\xe8\x7d\x50\x59\x15\x8e\xc4\x08\x95\x55\x39\xba\xd3\xe5\x2b\xfa\xd6\x50\x59\x55\x6d\xa7\x50\x59\xc1\xe5\x61\x11\xba\xaa\x5a\x75\x0d\x76\x3a\x8c\x18\x11\xba\xaa\xaa\x6d\x0b\xba\xaa\x7a\x74\x6d\xbf\x45\x63\x57\x53\x7f\x60\x7e\x03\x53\x46\x28\xab\x1a\xda\x64\x84\xb2\xaa\x61\xd6\x88\xf5\x79\x7f\x0b\x95\xad\x45\x47\x8b\xb5\x69\xfb\xaa\x50\xa7\x05\xdd\x0d\x75\x1a\x5a\x7c\x84\xd2\xaa\x6b\x56\x43\x69\x05\xc5\x9b\x45\x28\xad\xba\x66\x03\x75\xdf\x3b\x07\x73\xa4\xee\x7b\xc7\x5c\x16\xeb\x78\x7b\x40\xc2\x99\x45\x08\xb0\xba\xbe\x26\x04\x58\x7d\xeb\x2d\x3e\x5e\xfd\x30\xe7\x20\xc0\xea\x47\x7d\x85\x3e\x4d\x6b\xa7\xa1\x91\xe7\xf2\x39\x9c\x20\xc1\x1a\x1a\x33\x48\xb0\xc6\xe5\xb7\x90\x60\x4d\x14\xd0\xd8\xa0\x1f\x8b\xba\xe6\x72\x4e\x1d\x29\x10\x64\x4d\x94\x93\x08\x41\xd6\x0a\xf4\x1c\x82\x2c\x68\x8e\x2d\x36\x95\x1b\xab\x7b\x0f\x5d\x87\x82\x4c\xeb\x00\x92\xac\xa5\xaf\x02\x49\x96\xd4\xd8\x08\x49\xd6\xd2\x78\x43\x92\xe5\xc5\xba\xff\xff\x56\x0d\x7f\xd6\xda\x7c\x02\xf8\xb3\xde\x93\xa1\x8b\x03\x8c\xc1\x83\x3f\x6b\x37\xba\x0a\x7f\xd6\xd6\x92\x54\x59\x78\xac\xc5\x11\xfe\xac\x13\x19\x2e\xf1\x67\x75\x16\x21\x6c\xb8\x57\x87\x41\x17\xf9\x94\xde\x2e\xf2\x29\xdd\x49\x96\x9c\xb6\xdc\x0e\xf9\x94\x26\xb0\xca\xc2\x5f\xf5\xc5\xb3\xc8\x60\xa0\xb5\xe8\xc0\xb1\x09\x6c\x47\x07\x8e\xed\x41\x4f\x8a\x03\xf2\x29\x3d\x13\x6e\xad\x47\x27\xad\x03\x47\x83\x40\xdf\x22\x04\x5a\xf1\x7d\x26\xe4\x4c\x3a\x69\x1d\x38\x7a\x19\xd8\xa3\x8d\x06\x12\x2d\xd9\x88\x23\x44\x59\x51\x1b\x14\x44\x59\xb2\x50\x46\x88\xb2\xa2\xbe\x37\x44\x59\x51\x53\x0a\xa2\xac\xa4\xa5\x33\x21\x61\x42\x8f\x8c\x0e\x0e\x5b\xd2\x04\x83\x44\x2b\xa1\x71\x46\x48\xb4\x92\x34\x3c\x48\xb4\x28\x51\x60\x11\x12\xad\x34\x74\xcd\xe5\x48\xd2\xa1\x20\xd1\xa2\x0c\x81\x45\x80\x61\x3a\x6a\x41\xd0\xa4\x69\x0a\x89\x96\x61\x34\x88\x90\x68\x59\xd6\x53\x20\x68\xaa\xea\x35\x04\x4d\xb8\x53\x22\x24\x5a\xa6\x05\x06\x89\x96\x01\x9c\x23\x24\x5a\xa6\xc3\x49\xc0\x30\xcf\x7d\x8c\x27\x41\xa4\x95\x13\xf2\x43\xa4\x95\x75\x3c\x42\xa4\x95\xb1\x40\x47\x88\xb4\xb2\x36\x68\x88\xb4\xb2\x36\x45\x88\xb4\xb2\x0e\x7c\x88\xb4\xb2\x8e\x23\x88\xb4\x32\x48\x2b\x42\xa4\x95\xb5\x35\x40\xa4\x95\x35\xbe\x90\x65\x15\xa9\x1b\x8e\xec\x76\xcb\x6b\x53\x59\xc6\x22\x84\x59\x05\x64\x14\x37\x44\x4d\x49\x2d\x88\x9a\x30\x80\x44\xc8\xb4\x8a\x8e\x39\x47\x77\x26\x1c\x11\x21\xd3\x2a\x52\x1d\x20\xd3\x2a\x53\x4f\x81\x6c\x4a\xfa\x37\x64\x5a\x55\xc7\xbc\xa3\x3b\xcb\x07\x89\x21\xd3\x6a\x3a\x30\x20\xd3\x6a\xea\x39\x64\x5a\x4d\x1b\xda\xd6\x31\xb0\xf7\x69\x92\x03\x3e\x21\x7d\x73\x08\xb5\xba\x34\x43\x08\xb5\xba\x46\x07\x42\xad\xae\xed\x06\x42\x2d\x4a\x12\x5b\x84\x50\x6b\x68\x3e\x42\xa8\x05\x7f\xa5\x45\x08\xb5\x86\x94\x33\x08\xb5\x86\x24\x86\x50\x6b\x6c\xbd\x01\x3e\x21\x1d\x08\x10\x6a\x4d\xa9\x78\x10\x6a\xc1\x20\x69\x11\x42\xad\xa9\xaf\x08\xa1\xd6\x12\xe2\x80\x50\x6b\x49\x59\x82\x50\x6b\x0f\x46\x95\x7a\xee\x5b\xf3\xff\xc2\xc5\xa3\xdd\xe0\x8a\x8b\x87\x79\x0c\xd9\x16\xb9\x9b\x16\x21\xdb\x3a\x58\x9b\xa3\xea\xb9\x97\xb0\x4f\xd5\x6f\xbd\x1c\x60\x93\x52\x0b\xe1\xd6\xb9\x8c\x07\x84\x5b\x57\xf3\x18\xc2\xad\x1b\xff\x65\xfc\x88\x70\x71\x09\xb2\xc7\x3b\xde\x57\xde\xa5\x2e\x4d\xa8\x75\x10\xf3\x42\xd7\x73\xf4\x12\xa8\x6e\xa4\xcd\x90\xec\x1e\xb4\x91\x90\xec\x4e\xa5\x6c\x4b\x24\xbb\x2b\x00\x26\x91\xec\x1e\x9c\x91\xce\x12\x09\xed\x61\xe9\x4e\xe8\x7a\xbc\x22\xa0\x25\x12\xda\x1f\xcc\x04\x89\x84\x76\x18\xfe\x2c\x91\xb4\xfe\x44\xdd\x09\x65\x4d\xd2\x9d\x24\x3b\x37\xbd\x6f\x93\xfa\xfc\xd0\x82\x0f\x85\x61\x4c\x24\xa6\x27\x20\x66\x22\x31\x9d\x8a\xe6\x96\x48\x4c\x87\x6d\xda\x12\x89\xe9\x96\x74\x27\x9c\x27\xce\xef\x60\x89\xc4\x74\x2b\xba\xe6\xfd\x84\xe1\xd9\x12\x89\xe9\xd4\x97\xb3\x44\x62\x7a\xee\x7a\x83\x38\x4f\x16\x2d\x71\x9e\x20\xdf\x03\xe7\x09\x9b\x48\x7a\xc4\x79\x12\x68\x1d\x5a\x7a\x9f\x27\xf9\x76\xf4\xa8\xe4\xe0\xad\x67\xb4\x94\x14\xe1\x3c\x01\x56\xa6\x08\xe7\x89\xbe\x6e\x84\x2b\xc4\x74\x27\x5c\x21\x5d\x77\xc2\x15\x32\x74\xcd\xe5\xab\x6c\xa9\xc9\xc1\x5b\xaf\x20\xa6\xe4\xe0\xad\x57\xf4\xe4\x14\xe1\x3b\xe1\x18\x4e\x11\xae\x10\x3c\xe2\x29\xc2\x15\x72\x18\x69\x12\xd2\x3b\x10\x30\x45\x8a\xb7\x62\x2f\x4e\x24\xa4\x8f\xf7\x0d\xf0\x73\x00\xc2\x53\x82\x9f\x83\xad\x26\x25\xf8\x39\x30\xc9\xa4\x04\x27\x06\xda\x76\x4a\x70\x62\x30\x3f\x93\x23\x34\x5b\xe8\xec\x29\xc1\x89\xc1\x6c\x4d\x09\x4e\x8c\xac\x67\xc2\x89\x51\xf4\x4c\x38\x31\xd8\xc8\x52\x82\x13\x03\x47\x70\x4a\x70\x62\x74\xfd\x6e\xc2\xba\xa1\x16\xbc\x1e\x18\x84\x52\x82\xd7\xe3\xaa\x2f\x70\x62\xb0\x09\x24\x13\xef\x05\x77\x1a\xdc\x16\xa6\x6b\x10\x58\xe0\x5c\x4e\x06\x81\x85\xde\x6e\x10\x58\x74\xfa\x69\x10\x58\xe0\xfa\x4b\x06\x81\x85\x66\x96\x41\x60\x31\xd5\x9a\xac\xf2\xb6\x77\xd7\xdd\x90\x58\x68\x64\x1c\x69\xf5\x13\xd4\xf2\xbe\x1e\xc9\xe8\x48\xab\x1f\x36\xba\x94\x21\x79\xd0\x2a\xcf\xcf\xa7\xa8\x35\x16\xe4\x94\xa9\xd6\xaa\xf1\xc8\x54\x6b\x0d\xfa\xad\x51\x1c\x56\xd7\x32\xc5\x61\xf5\xbb\x42\x8b\x77\x3a\xda\x32\x88\x59\x2d\xe5\xf6\x79\xcb\xd0\x6f\xa9\xd8\x0a\x8a\x4d\x84\x0b\x4b\xa5\x48\x79\x7e\xef\x66\x04\x1d\x75\xd9\x29\x7a\xd3\xa6\x66\x2c\xf3\x80\xd4\x75\x78\xe2\x2d\x39\xea\xb2\xa3\xaf\x46\x3d\xf5\xa3\x59\x58\x28\x58\x0b\x72\x48\x05\x39\xc1\x02\xa9\x20\x27\x4e\xca\x54\x90\x53\xbb\x4f\x41\x4e\x8c\x46\xc9\x51\x97\xdd\xe7\x1f\xd5\x63\x2c\xb9\x4b\xcf\xa8\x5e\x66\xc9\x5d\x7a\x06\xd3\x86\x25\x07\x6b\x76\x09\xbc\x4a\x0e\xd6\xec\x6a\x59\x95\x8f\xf8\xe7\x51\xc7\x71\xfd\x10\x7a\x92\x0a\x5c\x0f\xe8\x51\xa9\x52\x98\x16\xb8\x98\x1c\x90\xd9\xc5\xb7\x9b\x1c\x8c\xd9\x5d\xba\x33\xd1\x42\x60\x07\x63\x76\xb7\xee\xf4\xd8\x49\xc3\xd5\x94\x2a\x22\x5e\x5d\xab\x38\x97\xe8\x0b\x15\x0b\x03\x20\x2e\x51\xb1\x50\xe6\x8e\x44\xc5\x42\x45\x50\x26\x2a\x16\x06\x6d\xb0\x54\x2c\x0c\xda\xb4\xa9\x58\x08\x6f\x9b\x25\xaa\x12\x06\x6d\x63\x54\x25\x0c\x00\xe7\xd4\xe2\xfb\x35\x2e\xa6\x82\x44\x65\xc2\x80\x29\x28\x51\x7d\x30\x00\xd2\x12\xd5\x07\xdf\x83\x89\xea\x83\x42\x06\x49\x80\xea\xcf\x93\x9a\x7e\x4b\x7f\xb5\xf8\xdb\xe7\xbb\x0b\x4a\x26\x2a\x14\xca\x56\x9d\xa8\x50\x18\x8e\xae\x31\xed\x70\x8f\xa4\x76\x3f\xbf\xc5\x1e\x9f\x70\xc9\x3d\xda\xba\xfa\xf3\x56\x5d\x5e\x3a\x7e\x70\xcb\x09\xa7\xa4\x9e\xde\xeb\x54\xb8\xb6\x24\xd7\x1c\xba\x73\x92\x6b\x4e\x87\xa3\x5c\x73\x38\x6a\x92\xa3\xa8\x64\x9a\xf2\x72\xcd\x61\xf9\x4b\x54\x2b\x7c\xf4\xd5\xe5\x9a\x03\x9c\xa7\x0e\xa7\x8a\xbe\x55\x5f\x9f\x1e\x68\x63\xc6\x3d\xf7\xe8\xeb\xc9\x3d\xa7\xa5\x2f\xf7\x9c\x8e\xf5\x11\xde\xdf\xc2\x8c\x6c\x09\x17\x9d\x22\x63\x12\x2e\x3a\x45\xf0\x24\x5c\x74\x0a\xd5\x4a\xb8\xe8\x22\xda\x52\xc2\x45\xa7\xf8\xa1\x84\x8b\x4e\x21\x57\x49\x48\xeb\x8f\xe2\xaa\x6d\x0e\x37\x9d\x22\x20\xd2\xe8\x9f\xeb\x60\xa1\x84\xab\x2e\x6a\x13\x19\x72\x37\xea\x9a\xdc\x8d\x8c\xe6\xb8\x9f\xdf\xe2\x61\x48\x54\x3e\x8c\x97\x37\xe1\x8e\x4b\x60\xd3\x84\x3b\x2e\x61\xa7\x4e\x33\xbd\xbf\x85\x7b\xc8\xd2\xb4\xcf\x7f\xb4\x49\x51\x1d\x31\x15\x3d\xcd\xe5\x4a\xa0\x92\x84\x4b\x2e\xa9\x97\x54\x47\x4c\x53\xad\x8f\x4c\x47\x8a\x03\x6e\x39\x0a\x76\x58\xc2\x2d\x97\x74\x80\xcc\xf5\xde\x7d\x1f\xbd\xd7\xc7\x29\x81\x30\x93\xa3\xac\x94\xb5\x22\xa9\x84\x48\xd1\x0e\x4b\xb8\xde\x28\xc5\x61\x09\xff\x1a\xa5\x38\x2c\x39\xc2\x4a\x19\x13\x50\xa2\x12\xa2\xe9\xb0\xa3\x12\xa2\x4c\x75\x09\xdf\x9a\x69\x6c\xf1\xad\x99\xd6\x35\xbe\x35\xca\x5f\x58\xc2\xb7\x26\x33\x5e\xc2\xb7\x66\x52\x5d\xf0\xad\x99\x64\x5c\x14\x25\x96\x22\x83\x5f\xcd\xb4\xa5\x0b\x7d\x59\xda\x9b\xa0\xe0\x84\x6f\xcd\x0e\x3d\xc0\xb7\x66\x52\x9e\xf0\xad\x99\xb6\x75\x7c\x6b\xa6\xf9\x8d\xff\x2c\xff\x59\x7d\xff\x7f\x5b\xc7\xb5\x96\x93\x5e\x80\xa7\xd8\xf4\x48\xf7\x84\x67\x09\x85\x6b\x2d\xeb\x0c\x74\xf0\x95\xf2\xe0\x93\x3a\xf8\xca\x82\xa9\x49\xe0\xeb\xcf\x1f\xda\x5e\x1c\x7c\xe5\x0c\x70\x4f\x0e\xbe\x72\xd6\x42\x70\xf0\x95\x33\x81\x66\x89\x14\x8f\xac\x4d\xde\xc1\x57\xce\xda\xd6\x4f\x7a\x9f\x7b\x34\x08\xc7\x3e\xff\xc1\x28\x92\x1c\x84\xe5\x8c\x49\x22\x1d\x3e\x83\x34\xc3\x83\xac\x78\xe8\xd3\x41\x56\x2d\x99\x83\x57\x7c\xeb\x29\x7e\x82\x67\x9d\x9f\x0e\xc2\x72\x3e\xea\xc5\xfa\xbe\x13\x79\x1d\x88\xe5\x7c\xf4\x16\x97\xb5\x68\xb2\x9d\xcf\x90\x2a\x0e\x22\x39\x18\xcb\x45\x8b\xde\xc1\x58\x16\xfc\x4e\x0e\xc6\xb2\x9c\x68\x09\x5e\x92\xac\x29\xed\x60\x2c\x17\x80\x5a\x72\x20\x96\x8b\xe9\xce\x42\x4b\xcf\x74\x39\x8b\x74\x49\x07\x62\xb9\x68\x6b\xa6\x66\x7b\xd1\xd7\x72\xb4\x95\x0a\x4e\x97\x44\xcd\xf6\xa2\x63\x8c\x9a\xed\x05\xf3\x42\xa2\x66\xbb\xac\xc1\x89\x9a\xed\x45\xa3\x4f\xcd\xf6\xc2\x31\x6d\xd4\x6c\xa7\x02\x89\x19\x35\xdb\x0b\x58\xce\xa8\xd9\x5e\x40\x37\x46\xcd\x76\x39\xf3\x2c\x94\x37\x6a\xe0\x60\x9a\xb1\x50\x3f\xff\xc9\x7a\x9a\xcb\x52\xd1\xd1\xec\x75\xb9\xd9\x16\x60\x35\xea\xb0\x57\xd3\xdb\xf6\xf7\xba\xf1\x1f\xa2\x16\x8a\xde\x48\xd4\x02\xd6\x4b\x73\xac\x95\xab\x9e\xf4\x3a\xcb\x6c\x1f\x7c\x1a\xf6\xe4\xcf\x7f\x00\xd2\x46\x15\x76\x58\x10\xcd\xa8\xb4\x5e\xf9\x26\x46\xa5\xf5\xfa\xde\x39\x3f\xbf\xc5\x20\x66\x0f\x3d\x65\x2e\xda\xf3\xe9\x29\xd4\xb3\x66\xcf\xf9\xfc\xc7\xf4\x7e\x7a\x0b\xaa\x32\x2a\xb2\x53\x3f\xc5\x8c\x04\x97\xc2\x61\x6c\x54\x64\xaf\x68\xfa\x46\x45\xf6\x8a\xbb\xcc\xa8\xc8\x5e\xd5\x0b\x2a\xb2\x37\xf0\xa5\x51\x91\x1d\xce\x45\x33\x2a\xb2\x37\x3c\x21\x46\x45\xf6\x86\xc1\xc4\xe2\xe7\xcb\x53\x6c\xd6\x8c\xaa\xec\xcd\x74\x7d\xd2\x42\x3a\xaa\xb2\xb7\xa2\x27\xb9\x1c\x0d\x67\xaf\x41\xe0\xd5\x30\xb6\x18\x04\x5e\xad\xeb\x1a\xb1\x20\xa8\x4e\x46\x75\xf5\x86\xa2\x64\xa9\x7c\x23\x43\x74\x37\xfd\x65\x2b\xb5\x44\x7f\x35\xef\x1c\x33\xe5\xc6\x0a\x36\xc7\x3e\xb9\x07\x5d\xf3\xfe\x74\x10\xbe\x59\x78\x9f\x2b\x73\x89\x91\x68\x03\x6f\xb9\x19\x55\xd6\x29\xd0\x62\x46\x16\x65\x21\x80\xd2\xa8\xb2\x2e\x3b\xbf\x39\x6e\x4a\xa5\xab\x55\x5e\x23\xe0\xd2\xec\x75\xec\x94\x61\x87\x34\xb3\xf6\x09\xec\x30\xbd\x97\x18\x15\x0e\x61\x73\x7c\x94\x7b\xd7\xdd\x94\xf9\x1e\xff\x0a\xfc\x33\x8a\xb4\xf7\xa9\x87\x20\x2a\x90\xc1\x28\xd2\xde\xf5\x89\x28\xd2\x2e\xd7\x82\x51\xa4\xbd\x03\xc7\x8c\x22\xed\xfd\xe8\x9a\xbd\x5d\xbd\x40\x1c\xcb\x9f\x30\x9d\x8b\x16\x61\x64\x5e\x16\xac\xb1\x46\x21\xf7\xa1\x0f\x4e\xb5\xf6\xf1\xe8\xd9\x3e\x34\x43\xd3\x8c\x6a\xed\x54\x92\x71\x83\xb5\x87\xe2\xb0\xf8\xa9\xd6\x3e\xd0\x33\x8c\x6a\xed\x03\xad\xd1\x32\x61\x3a\xc4\xae\x1a\xd5\xda\x07\xe0\xcc\xa8\xd6\x3e\x34\x71\xa8\xd6\x3e\x08\xef\x32\xaa\xb5\x0f\x4e\x63\xa3\x5a\xfb\xe0\xf0\x30\xaa\xb5\x8f\xad\x6b\xc8\xb0\xf5\x06\x64\x38\x7a\x0a\x32\x68\x31\x52\xad\x7d\xe8\x6b\x51\xad\x7d\x5c\xdd\xe9\x32\xc8\x20\x60\x54\x6b\x9f\xfa\x12\x54\x6b\x9f\x18\x90\x8c\x6a\xed\x53\x4b\x88\x6a\xed\x13\x10\x6e\x54\x6b\x9f\xda\xc6\xa8\xd6\x2e\x27\x8c\x51\xad\x7d\x82\x09\xcc\x71\x51\x96\xe9\xc0\x6a\x7e\x43\x94\xb6\x96\x09\xd5\xdc\xa7\x26\x29\xd8\x68\x0e\xbd\xd3\xe5\x90\x31\xc1\xc0\x3f\x73\xeb\x4e\x8f\x9e\xad\x45\x77\x6e\x5a\x8c\x05\x15\xdb\xa9\x7d\x69\x46\xc5\xf6\xa9\x0d\xc7\xb1\x51\xaa\x58\x45\x0d\x6c\xb4\x30\xb9\x18\x15\xdb\xdf\xe5\xd1\xd2\x1b\x83\xb4\x30\xde\x18\x55\xdb\x97\x16\x4c\x53\xdc\x13\xdf\xbc\xb5\xf7\xee\xad\xb9\xf3\xe2\xa3\xfa\xea\x52\xd6\xc6\xe7\x3f\xc4\x46\xdb\x8b\x91\xea\xde\x68\x7c\xa6\x2a\xee\x4d\xd7\xa9\xe2\x8e\xb1\xc3\xc0\x48\x32\x3a\xd9\x8b\x91\x3e\x0e\x2d\xeb\xe1\xf3\x1f\xcd\x43\x55\x73\x47\x47\x34\x55\x73\xd7\xac\x54\x35\x77\xbc\x17\xd6\xed\xfb\x5b\x5d\xcf\x5c\x47\x1a\x30\xd2\xd2\xac\xed\xf5\x73\xf7\xd4\xef\x89\xfb\x42\xd1\xb1\xfe\x95\xfd\xe8\xdd\xe3\x1b\xd1\xc5\xd7\x56\x75\x77\xad\x60\x55\x77\x7f\x74\x37\xdc\x8c\x20\x54\x53\x75\xf7\x47\x3d\x21\xf6\x8b\xe4\x3a\x53\x75\x77\xbc\x6a\x06\x4e\x52\xbc\x85\x39\x4e\x4a\x55\xc7\x3b\x38\x69\x17\xdd\x69\xb4\xf8\xb2\x8e\x93\x12\xb4\xc0\x66\xe0\xa4\xad\x91\x1d\x1f\x59\x65\x59\x36\xc7\x49\xe9\x3d\xc2\x08\x67\xdc\x1a\x31\xc7\x48\xa9\x05\xfd\x16\x19\x31\x0e\x19\xe1\x8c\x7b\xea\x9a\xf8\x27\xf5\xce\xf3\x79\x0b\x51\xf4\x46\x48\xa3\x2c\xe8\x06\x7e\x7a\x8f\x84\xf9\x7c\xee\xc6\xf6\x6d\x60\xa8\x2d\x55\x81\x90\x46\xaa\x8e\x9a\x39\x7e\x4a\x0d\x33\xb1\x39\x76\x4a\x4d\xc7\xbc\x63\xa7\xd4\x50\xe3\x0c\xec\x74\xfe\xc5\xf5\x6d\x06\xac\x3a\x18\x5c\x8c\x48\xc7\xa3\xb3\x77\xf2\x09\x80\xa7\x06\xa4\x3a\x5a\x42\x0e\xa9\x52\xd3\x20\x4c\x4d\xe1\xb6\xb7\xb4\x1e\x22\x1a\x0f\xb6\x5a\x03\x52\x1d\x6d\x07\x40\xaa\x03\xa0\x34\x20\xd5\x21\xec\xc6\x08\x59\x84\x32\xd3\x6c\xe5\xf7\xb9\xef\x90\x01\xab\x5e\xdd\x47\x05\xe6\xb5\x09\xae\xf6\xb9\x5b\x93\x1d\x68\xf5\xf9\x2d\x21\x7d\x3a\x15\x81\x56\x0a\x60\x32\xa0\x95\xe2\x1e\x0c\x68\xa5\x78\x18\x03\x5a\x5d\x7c\xc8\x46\xc8\xe2\xd5\xe2\x03\x56\x29\x02\xc6\x80\x55\x32\x25\x19\x81\x88\x57\xba\x82\x82\x0d\x81\x55\x06\x22\xea\xda\xb0\xa9\x16\x1f\xa2\xee\x9c\xb4\x98\x02\x8e\x88\xbc\x48\xb6\xb7\x08\x36\xd4\x66\xae\x60\x43\x30\x8c\x29\xd8\x50\x7a\xe3\x09\x1f\xda\x4b\xbd\x53\x01\x87\x3a\xbe\x14\x70\x88\xe7\xc2\x14\x70\xa8\x03\x9d\x80\xc3\xa0\x51\x20\xe0\x30\xe8\x18\x22\xe0\x30\xe8\x18\x22\xe0\xf0\xd1\x72\x27\xe0\x50\xb1\xed\x46\xc0\xa1\xa2\x75\x8c\x80\x43\x45\xc8\x1b\xc9\xec\x5d\x47\x0d\x01\x87\x8f\xa9\x67\x9b\x16\x33\x82\x80\x43\x19\x84\xec\x45\x41\x63\x2f\x9c\xd0\x46\x60\xe1\xa3\xa5\x49\x60\xe1\xa3\x79\x47\x60\xa1\x0c\x3b\x76\xf3\xe7\xb7\x43\xbf\x25\x78\x72\xeb\x6e\x64\xd9\xba\x1b\x59\x24\xe7\xed\xef\x6f\xb7\xe6\x01\xd5\xe3\x23\x76\x6f\x23\xf0\x50\x89\x53\x46\xe0\xa1\x12\xd1\x8c\xc0\x43\xa5\x58\x19\x81\x87\xca\x89\x33\x02\x0f\x21\x32\xb3\x4c\xe0\xa1\xf2\xec\x32\x81\x87\x4a\xaa\xc9\x04\x1e\xca\x29\x9e\x43\x7a\xfb\x73\x70\x7e\x66\x82\x0f\xe5\x26\xcf\x04\x1f\xa6\xa0\x27\xb9\x9c\x89\x51\xca\x54\x90\x4f\x38\x30\x33\xc1\x85\x32\xe1\x64\x02\x08\x13\x23\x91\x1d\xe5\x94\x04\x6e\xc8\x54\x90\x4f\x18\x35\xf3\x13\xde\x1e\x5c\x46\x2a\x13\x44\x98\x70\x3f\xe6\x37\x88\x70\xee\xc5\x86\x9f\x9f\x4f\x9f\x29\x84\x61\x99\x6a\xf2\xd4\x71\xb5\x4c\x10\x61\x92\xbc\x4f\xf9\xfc\x9e\x95\x90\xa9\x28\x9f\xba\x5a\x3e\x3e\x69\xea\xd9\x04\xb0\x72\x48\x65\x02\x02\x13\x86\xda\x4c\x40\xa0\x31\x0f\x33\x01\x81\x46\x46\x42\x26\x20\xd0\x50\x15\x32\x01\x81\xc6\x06\x9b\x09\x08\x34\xc2\x67\x33\x01\x81\x86\x8b\x36\x13\x10\x28\x17\x7e\x26\x20\xd0\xaa\xae\x79\x3f\x0d\xc7\x73\x26\x20\xd0\xd0\xfa\x33\x51\x7f\xd6\xf5\x86\x45\xf8\xac\xfa\x42\xa0\xed\xd6\xef\xce\x2b\xbf\xdb\x3e\xfe\xef\x36\x9e\x09\xfc\x33\x4e\x8d\x4c\xe0\x9f\x02\xbc\xb2\xbb\x95\xbc\xe0\x9e\xb7\x5c\xc4\x1c\x74\xcd\x45\xcc\x8f\x7e\xe7\xe7\xcb\x90\x50\x04\xfe\x29\x9a\x20\x13\xf8\xa7\x48\x83\x4c\xe0\x5f\xd6\xc4\x20\xf0\x2f\x67\xb5\x5c\xc4\x8c\x0e\x97\xdd\xad\x54\x14\x69\x90\xdd\xad\x54\x72\xd3\x9d\x8b\x96\xae\xb9\xf8\x79\xea\x0d\x87\x16\x9f\xc6\xa1\x55\xc9\x9a\xea\x46\x9c\x31\xda\x75\xa6\xe2\xbc\x4c\x33\x99\x8a\xf3\x19\xdb\x74\x06\x56\xc9\xa5\x96\xa9\x38\x4f\x59\x56\xcb\x54\x9c\xcf\x44\x0b\x64\x2a\xce\x97\xa0\xdf\x11\x67\x1c\xf4\x3e\x97\xaf\x44\x86\xd0\xdd\x51\xa5\x90\x85\x97\xa9\x46\x5f\xd0\x0c\x33\xd5\xe8\x4b\xd6\x9d\xc4\x1f\x6b\xc1\xc0\x5c\x33\x8e\x7e\x77\xbe\xb1\xcb\x7c\x6f\xbb\x9f\xff\xb0\xe9\xe4\x1c\x3e\xff\xc1\x91\x9a\x1d\x5b\x95\x82\xb6\x93\xa9\x53\x5f\xd8\x4a\x32\x75\xea\x0b\xa1\x6d\x99\x3a\xf5\xa5\xab\x85\x3c\x68\x84\x99\x20\xbf\x49\x68\x5a\xa6\x4e\x7d\x61\x93\xcc\xd4\xa9\x2f\x1c\x12\x99\x3a\xf5\x45\xa3\x00\x33\xcd\x7c\xf4\xf6\x4d\x8b\xef\x87\xbb\x69\x68\xf2\x52\xa7\xbe\x62\x7e\xc9\xd4\xa9\xaf\xd8\xc8\x73\x79\x3e\x0c\xd6\x55\xff\x21\xa6\x9a\x63\x23\x97\xf4\xb9\x8e\x6d\x37\x17\xfb\xfe\x47\xbf\x70\x59\x65\x9e\xc9\xd4\xac\xaf\x9a\x7f\xd4\xac\xaf\x5a\xa8\xa5\x7d\x7f\xcb\xb7\x28\xfd\xf3\x1f\xad\x97\x32\xbe\xf7\x20\x29\xf5\xeb\x6b\xd5\xf5\xf5\xbd\x8e\xec\x8e\xb7\x4a\xd5\xf7\x2c\x5f\x4e\x6e\x0c\x52\xb9\x10\xa5\x84\x72\x91\xa9\x71\xaf\xf8\x92\x4c\x8d\xfb\xaa\x51\xa7\xc6\x7d\xe5\xe0\xcd\xd4\xb8\xaf\x92\x92\x1a\xf7\x72\x40\x67\x6a\xdc\x57\x2c\xef\xb9\x96\x37\x06\x5b\x9e\x93\x5c\xeb\xe7\x3f\x9a\x7f\xb5\x7d\xef\xd1\x33\x3a\x3d\xd1\xdb\x06\x2d\xfa\x4c\xbd\xfb\x06\xea\xc9\x75\x7d\x7e\x0b\x6a\xce\xd4\xbc\x6f\x49\xfd\x3e\xb4\xf4\xdc\x4b\x8b\x19\x45\xcd\xfb\xa6\x35\x41\xcd\x7b\x19\x74\x32\x35\xef\x65\xd0\xc9\xd4\xbc\x6f\x59\x77\x1a\x2d\x24\xf4\x00\x41\x2f\x9a\xe3\x2d\xe2\xe7\xb5\xab\x50\xf3\x5e\xc1\x97\x99\x9a\xf7\xad\xea\x99\xc8\x88\x51\x38\x53\xf3\xbe\x69\x1d\x50\xf3\xbe\x81\x52\x73\x63\x3e\xeb\xf0\xed\xf4\x1a\xc4\x95\xa9\x64\xdf\xd0\xea\x33\x95\xec\x1b\x11\x72\x99\x4a\xf6\xd4\xe4\xb5\xdc\xbf\x23\xa1\xf9\xd4\x3f\x23\xb1\x75\x78\x74\x7a\xa8\x31\xef\xf4\x70\xe5\x7f\x6d\xeb\x9d\xce\x2f\x75\x89\xce\xa3\x95\xe5\xce\x00\x1c\x5d\x63\x00\x34\x39\x06\xc1\xfd\x3a\xfd\x07\xc1\xfd\x41\xd7\x1c\x4c\x4d\x9d\x4e\x23\x7d\xba\xaa\x73\xd5\x01\x95\x17\xde\xf1\x96\x8b\x2a\x4b\x54\x76\x40\x55\x3a\xfe\xe6\x3c\x48\x62\xd0\xe9\x3d\x48\x62\xd0\x46\xef\x60\xaa\x28\x4b\x2a\x03\xa6\xe6\xd0\x1b\x48\x60\xd0\x20\x0c\x12\x18\x00\x53\x79\x90\xc0\x30\xf5\x94\x43\x4b\x6f\x70\x19\x3b\x4e\x9d\x3c\x91\x11\x58\x95\xe7\x8f\x82\x05\xf4\x6e\x7e\x92\x18\x64\x07\xcb\x33\x7d\xef\x61\x01\x38\xa0\x2a\xfd\xf0\x9d\x26\xf2\x5c\xb5\xd8\x24\x31\x6a\xe5\x89\x3c\x00\xcb\x3c\x49\xc8\xb8\x4c\x3f\x47\x46\x85\x82\xc6\x96\x1d\x19\x95\xa1\x4d\xd2\x43\xfd\xca\x90\x06\x34\xcf\x27\x71\x42\xdb\xa6\x23\xa3\x32\x88\x29\xcf\x8e\x8c\xca\xd0\x52\x59\x24\x5d\xe8\x8b\x2e\x8a\x10\xe8\x30\x59\x24\x5c\xa0\x6f\xe6\x45\xc2\x05\x1a\x66\x5e\x9f\xe9\x77\x83\xde\xe2\x63\x23\x13\x57\x86\xc1\x6e\x62\x64\xca\x8e\x8a\xca\xc0\xf4\x90\xd7\xfc\xa6\x76\xe8\x69\xc8\x33\xf4\x5b\xe4\x91\xd6\xe5\xc8\xa8\x50\xce\xc1\xb2\x23\xa3\x32\x74\xf4\x3a\x32\x2a\x0a\x54\xcb\x1b\x39\xd1\xad\xf3\xfe\x26\x98\x48\x49\xd9\x9f\xb1\xb9\x98\x0a\xb3\xfb\x93\x8a\x22\x89\xf3\xd6\x56\x76\x3e\xda\xe0\x26\x75\x04\xd2\xa0\xfc\x7a\x8a\xce\x5e\x49\xbf\x20\x29\xe4\xd1\xd3\x3c\xf9\x85\x12\xc6\x96\x49\xc4\x9a\xd2\xf3\xc0\x45\x53\xdb\x28\xb8\x68\x12\x74\x90\xc1\x45\x53\x73\x1c\x5c\x34\x31\x3a\x65\x70\xd1\xd4\xf8\x80\x8b\x64\x2e\xcb\xe0\xa2\x49\x76\x40\x06\x17\x4d\xdc\x78\xf9\xf4\xb7\xaf\x14\xd3\xf5\xa8\xc4\x3f\xd7\xf5\x55\x41\x3c\x53\x47\x0d\x69\x54\x13\xf4\x95\x41\x3b\x8b\x28\x94\x0c\xda\x59\x41\x77\x1a\x2d\xdd\xe9\xbd\xa3\x56\x8d\xe5\xab\x4d\xea\xee\x45\xd6\x67\x06\xed\x2c\x1d\xa1\xa0\x1d\x61\xaa\xec\x68\xa7\xc8\x1e\x9e\x41\x3a\x4b\x4a\x1b\x48\x47\x51\x31\xd9\x91\x4e\x5a\xda\xd8\x40\x3a\x8a\xaf\xce\x20\x9d\x05\x32\xcb\x20\x1d\x99\xa1\x0a\x48\x67\x11\x0c\x5d\xa0\x1b\x5b\x5b\x2d\x64\xc4\x40\x5a\x48\xb1\x5a\x98\x40\x0a\x28\x67\x1d\x3d\x25\xbf\x52\x6d\x0c\x35\x05\xa4\xf3\x69\x91\x9a\xc3\x8c\x29\x20\x1d\x0a\x50\x5b\x21\x8d\x6a\x33\x07\x0a\x69\x54\x3b\xe9\x9d\x2e\xc7\xe6\x6b\x14\x50\xd0\x2e\x7a\xa6\xcb\x21\xa3\x52\x71\x94\x53\x3c\x8a\xe9\xff\x6e\xe5\x85\x0c\x2a\x2a\xed\x58\x01\xf8\x6c\x40\x41\x01\xf8\x6c\x26\x43\x79\x3e\x43\xb5\x4d\x2f\xa9\x9f\xff\x60\x25\x2a\x4f\xfb\xfe\x87\x0f\xf3\xf4\xcf\x7f\xd0\x9a\x0a\xd9\x54\x9b\x85\x5b\x00\x48\x9b\x29\x58\xc8\xa6\x92\xcd\xaa\x90\x4d\xa5\xc8\xf4\x02\x78\xda\x49\xd7\x10\x17\xfd\xa4\x00\x9e\xa8\xd3\x68\x05\xf0\x44\xdd\x1f\x2b\x80\xa7\x4d\x7c\x6b\x01\x3c\x9d\xa4\x16\x15\x62\x1e\xfd\xce\x4f\xf6\xcd\x86\x59\x00\x4f\x07\x64\x51\x48\x7d\x3a\xa6\x67\x92\xde\x84\x46\x50\x94\xde\x84\x56\x55\x1c\xe5\xa4\xad\x67\x92\xde\x74\xba\xae\x79\x5f\x0e\x36\xd1\x02\xca\x51\x9e\x6b\x21\xbd\x49\xc1\x4f\x45\xe9\x4d\xc0\xdf\x02\xca\x51\xf0\x53\x51\x35\x17\x7d\x61\x55\x73\xb9\xba\x46\x7a\x13\x4b\xaf\x80\x72\xb4\xdd\x16\x50\xce\x45\xcb\x2a\xa0\x9c\x1b\xf5\x86\xcd\xfb\xf8\x2e\xa0\x9c\xab\x69\x97\xee\x3b\x86\x32\x3d\x15\x90\xce\x65\x9b\x2f\xa6\x14\x2e\xa4\x32\xa5\x70\x31\x47\x8c\x14\x2e\x2c\xf9\x05\xa4\x43\x3d\x21\x2b\x20\x9d\xcb\x81\x5b\x4c\x29\x5c\x7a\x03\x29\x5c\x00\xd2\x02\xd2\xb9\x98\x4f\x0a\x48\xe7\x0e\x5d\xf3\x43\x7c\x73\x2c\x14\x43\x0e\x2d\x4b\xa1\x99\x1c\xf6\x7a\xdf\xe2\x63\x75\x41\x57\x85\x34\xa6\xa0\x65\x49\x1a\x53\xd0\xb7\x23\x8d\x29\x60\x48\x29\xaa\xd6\x92\xc3\xde\x41\xff\xf1\xbc\x09\x8a\x6f\x5b\x21\x95\x29\x98\xae\x15\x5a\x7c\x11\x52\x99\x02\xba\x6e\x01\xe5\xec\xae\xdf\x79\x7a\x4c\x40\x97\x2d\xa4\x32\x05\x14\x99\x42\x2a\x93\x78\x40\x0a\xa9\x4c\x01\xeb\x6d\x21\x95\x29\x34\xb5\x3c\x65\x44\xa1\xc0\x25\xdf\x4f\x5f\x39\x02\x0b\xe9\x4c\x41\x5f\x93\x74\x26\x19\xdc\x4a\x89\x9f\xbb\x51\x1c\x0a\x29\x4d\x01\x15\xae\x90\xd2\xa4\x5c\x8e\x42\x4a\x53\xd8\xfa\x2d\x69\x69\xfa\x22\x54\xe7\x17\x3d\x41\xa1\x3a\xbf\x28\x1d\x0a\xe9\x4e\xa2\xc8\x28\x85\x31\x43\x65\x2a\xa4\x3b\x29\xcc\xb8\x90\xee\x24\x1a\x8c\x42\x75\xfe\x27\xeb\x0d\xa4\xdd\x65\xf5\xd3\x0f\xcf\xcd\xc1\x5e\x48\x75\x7a\x34\xce\x54\xe7\x7f\x40\x9d\x85\x34\xa7\x87\x63\xaf\x90\xe6\xf4\x0c\x5d\x23\xed\x0e\xc3\x69\x11\x5a\xc9\x61\x2b\x99\xb0\x90\xce\xf4\xa0\xde\x16\xd2\x99\xc4\x87\x52\x1c\xa9\x54\xd1\xeb\x15\x47\x2a\xe9\x10\x6c\x50\x48\x65\x12\xcf\x60\x21\x95\x29\x26\x3d\xc5\xe5\x88\xa6\x77\x7a\x1e\x8f\x68\x16\x0a\xb5\xfc\xe3\x9f\xdd\xe4\xff\x6f\xdd\xed\x79\x73\xfb\x14\xd3\x59\xc8\x64\x12\x31\x4e\x21\x93\x29\x72\xae\x16\x32\x99\x44\x49\x55\x5a\xfd\xfc\x56\x8b\x8a\x6c\xa6\xa8\x8d\x98\x72\xff\xa2\xc3\x29\x64\x32\xc1\x53\x6e\xa5\x21\xa6\x16\x38\x99\x4c\x62\x85\x28\xee\x50\x72\x4a\x64\x6f\x1d\x5a\xea\x0f\x62\xa2\xc7\x16\xd2\x95\xa2\x0e\x0e\xd2\x95\x92\x3e\x24\xe9\x4a\x09\x60\x5e\x1c\xd6\xa4\xd3\xf4\x3b\x97\x43\xc4\x47\x85\x94\x24\x91\x22\x15\x87\x33\x35\x25\xdd\x49\x61\x2b\xf4\xae\x42\xb9\xff\xa4\x2d\x8b\x60\xba\x83\x46\x50\x28\xf7\x9f\x00\x71\xa5\x2b\xb5\x22\x7e\x36\x0d\xc7\x2d\x35\x11\x66\x58\x06\x7d\x6d\x6a\xd1\x57\x8c\x45\xc5\x71\x4b\x95\x2d\xb0\x38\x66\xa9\x49\x07\xa8\x63\x96\x9a\x00\x72\x65\x20\x87\xbe\xfe\x40\x0e\x7c\x0f\x65\x20\x07\x86\xa4\x32\x90\x63\xe9\x4e\xe4\xc0\x96\x5f\x06\xd9\x9c\x47\x7d\x41\x0e\x34\xd5\x32\xc8\xe6\xd4\x31\xe1\x98\xa5\x1a\x61\xa1\x65\x50\x9c\x4b\x5f\x7f\x92\xcd\x89\x59\xa4\x4c\xb2\x39\xb5\xe4\x26\xd9\x9c\x3a\xf2\x27\xd9\x9c\xda\xe6\x26\xd9\x9c\xfa\xa6\x93\x6c\x4e\x0c\x1c\x65\x92\xcd\xa9\xaf\xe4\x18\xa6\x8a\xcb\xa3\xcc\xf6\x7e\xe1\x63\xba\xdb\x65\x54\x78\x66\x99\x14\x21\xd3\x76\xe6\x38\xa6\x1a\xf6\xd7\xe2\x38\xa6\xda\xd0\x73\x37\x2d\xbe\xcd\x44\xc6\x21\xa9\xc8\x58\xd5\x37\x5d\xc8\x08\x54\x2e\x0b\x19\xc1\x73\x65\x21\x23\xe6\xb8\xb2\x90\x11\x3a\xa4\xb2\x90\x51\x47\xaf\x3c\x3f\x39\xee\x9b\x75\xb7\xb2\x56\xf5\xa4\xfa\xb9\x8e\x0f\xa1\x38\xc6\xa9\x19\x77\x62\x59\x64\xae\x4a\xf3\x73\x8c\x53\x73\xd4\x6f\x7d\x4e\xbe\xc7\xe8\xc2\xd0\x91\xd3\x5e\x8f\xde\xe4\xf2\x64\x8d\x84\xe3\x98\x9a\xa1\x1c\x28\x8e\x63\xaa\xd8\x51\x8a\xe3\x98\x9a\x35\x2e\x8e\x61\x6a\xae\x6a\x19\x2d\xbe\x9f\xfb\x82\xaa\xcc\xa0\x65\xd3\x57\x22\xa2\x0a\xbe\x20\x4a\x01\x5a\xd9\xf4\x55\xdb\x24\xd1\x71\x17\x23\x48\x71\x5f\x50\xcd\xda\x2d\x1c\xf3\x54\x2a\xf4\x5b\x39\xf4\x53\x07\xd1\xa1\x9f\x84\x4d\x94\x43\x3f\xa5\x18\x1e\xfa\x09\x16\x2b\x8e\x5b\x6a\xd6\x5c\x3e\x64\x03\x83\x36\xca\xa1\x9f\x38\xe0\x8b\xe3\x96\x5a\x74\x08\x1d\xb2\x81\xa5\xe4\x1c\x65\x03\xeb\x29\x64\x03\x07\xbd\xdd\xf7\xaa\xab\x1d\xef\x9c\xf7\x7b\x9f\xa0\xff\x90\x11\xac\x15\x73\xe3\xe7\x3a\x41\xe1\xe5\x92\xf9\x2b\x05\xea\x92\xf9\x1b\xdb\xbf\xb6\x6d\x07\x40\xb5\x48\xb7\x72\x00\x54\xc5\x23\x51\x6e\xfd\xbc\x04\x5b\x6a\xb9\x24\x3e\x63\x45\x2e\x17\x51\x71\x83\x14\xa5\x12\xfd\xb9\x1b\x08\x5d\x2e\xe2\x9a\xee\x46\xdc\xac\x0e\x22\xee\x56\xe7\x49\x7e\x96\x6e\x71\x11\x15\x87\x5d\x0d\x24\x3f\xb3\xc4\x6a\x20\xf9\x99\xd3\xb2\x06\xc4\x44\xf7\xaa\x02\x3a\xd9\x5e\x6b\x5f\x0d\xc8\x43\x7f\xab\x02\xdc\xfe\x5c\xcf\x7a\xb6\x0f\x9d\x42\xe2\xaa\x02\xdc\xb2\xed\x8d\x93\xb1\x06\x12\xa1\x81\xc7\x35\x90\x08\xfd\xe8\xd9\x24\x42\x63\x09\xac\x0e\x86\x6a\x4d\x7a\xee\xf9\x3c\x69\xe8\xdd\x1e\x77\x1f\x38\x28\xaa\xdc\x42\x7f\xae\x13\xd3\x52\x9f\xe7\xf3\x1f\x8c\x29\xd5\x41\x53\xad\x40\xec\x2a\xb7\x50\xb6\x2d\x7c\x50\x1d\x1d\x55\x91\x00\xd5\xe7\x23\xfb\x31\xfd\xc7\xe3\xf0\xc3\xfb\x7b\x9f\xb2\x0a\x9e\xab\x8e\x8c\x6a\x45\x03\xab\x0f\xc9\xdf\x2c\xa6\xfa\x20\x33\x66\xa8\xfa\x20\xd7\x51\xeb\xd0\xd2\x53\x2e\x2d\xde\xe7\xa8\xa7\x2a\xf0\xad\xc6\x4f\x72\xf7\x22\xa9\xa3\x46\x92\xbb\xd1\x47\xaa\x23\x9f\xda\x88\x57\xaf\x8e\x7c\x6a\x23\x62\xa9\x52\x1b\xb3\x3d\xba\xe6\x63\xd8\xa2\xde\xe2\x72\x34\x74\xd9\x4a\x6d\xcc\xc6\xec\xac\x0a\x93\xfb\xf3\xce\xad\xdf\xba\x2c\xad\xe9\xba\x8f\x9f\x82\xdf\x6a\xa4\x7e\xa4\xe4\x74\xb7\x52\x55\x28\x5c\x8d\x24\xb1\xeb\xfb\x44\x92\xd8\xd9\xac\x6b\x22\x89\x1d\x1b\x78\x75\x44\x55\x1b\x19\x14\x35\x21\x07\x9a\x6b\x4d\xf9\xed\x8f\x18\x79\x6a\x22\x51\x1d\x1b\x77\x4d\x24\xaa\x3f\x7a\x2e\x89\xea\x51\xcf\x25\x51\x5d\xf3\x18\x62\x08\xa5\x4e\x55\x47\x4e\x26\x56\xba\x0a\x31\x44\x2f\x7a\x03\x49\xea\x6c\xaf\x15\x62\x88\xae\x95\x04\x31\x44\xd7\x4a\x82\x18\xa2\x6b\x7e\x42\x0c\xd1\x41\x7f\x15\x62\x88\x0e\xd6\xad\x10\x43\x74\xdc\xf7\x15\xf2\x87\xce\xf1\x54\x1d\x19\x99\x08\xd7\xaa\xc2\xea\x72\xde\xf7\x7d\xee\x67\x4c\xee\xfb\xec\xc1\x2f\xf8\xb6\x10\x40\x0c\x50\x4e\x85\x00\x62\x40\x25\x51\x21\x80\x18\xfa\x3e\xd4\xb9\x14\x45\x5b\x85\x00\x82\xe2\xcb\x56\x41\x4e\xca\x13\xad\x20\x27\x8a\x2f\x5b\x05\x39\x0d\x1c\xae\x15\x02\x88\x41\xb8\x46\x05\x35\x0d\x62\x9c\x2a\xa8\x49\x54\x54\x15\xd4\x34\x34\xb7\x40\x4d\xca\x2f\xad\x8e\x9a\xea\xc0\x7a\x5e\x41\x4d\x43\xb3\x0c\xd4\x34\x40\x95\x15\xd4\x34\x86\xde\xa7\x63\xb4\x6c\xe1\x84\x4a\x3a\xd2\xa3\x6f\x03\x72\x1a\x53\x7d\x45\x46\x30\x68\x25\x1d\xe9\x99\xff\x8a\x56\xa9\x45\x5c\x03\xbc\x12\x7e\x88\xa1\x2d\x0e\x30\x35\xb0\xd0\x56\xb9\x8c\x72\x79\xa3\x6e\x6b\xc9\xdf\xff\xf0\xa1\x4b\xf9\xfc\x87\x13\xae\x02\xac\x26\x9a\x6c\x05\x58\x4d\xb4\x86\x5a\x98\x9a\x5a\x0e\x0e\x9e\x4c\x49\x20\x15\xf0\x34\x41\x00\x15\xf0\x34\x4d\xcf\xa4\x6c\x29\x27\x6a\x05\x3c\x4d\x6d\xd2\x80\x27\xaa\x60\x5b\x05\x3c\x4d\x00\x76\x05\x3c\x29\x73\xaf\x02\x9e\xa8\x9e\x6d\xb5\x7e\x64\x51\x4a\x53\x25\x35\x49\x00\xa9\xc2\x13\x31\x35\x50\x00\x2b\xd9\x22\xab\x03\x2b\xe7\x06\xf2\x96\x0f\xe9\x9c\xea\xcf\xa4\xc5\xf7\x05\x58\xcd\xa5\x6b\xc8\x08\x3c\xad\x55\xc7\x40\x7d\x5d\x4b\xb5\xde\xcf\x7f\x24\x01\x00\x6b\x6a\x3a\xc0\x13\xa1\xb0\xbf\x0a\x4f\x84\x6c\x9c\x55\x3c\x11\xda\x7c\xc5\x13\x81\x7d\xba\x82\xae\x14\xda\x57\x41\x57\xb2\x71\x56\xf1\x44\xe0\x68\xaa\xe2\x89\xd0\xc6\x02\xb2\x5a\x68\x79\x55\x1c\x11\x59\xbf\x83\x23\x82\xf8\x8c\x2a\x8e\x08\x8c\x01\x55\x1c\x11\x68\x95\xb5\x7d\xe4\x54\x06\x5f\x6d\x1f\x39\x15\x0b\x55\x15\xae\xf7\xe7\x3f\x98\x17\x2a\x28\x6b\x0d\x5d\x8f\xdf\xeb\x8c\x56\xcf\x9f\xff\xa0\xfd\x56\xd0\xd6\x22\x06\xba\xca\x81\xf4\xe7\xba\x36\x2a\x10\xd7\xd2\x01\xda\x3f\x1c\x18\x47\xb3\x5f\x61\x79\xb9\x6e\xd1\x99\xd5\x8e\x8c\x9a\xaf\x4a\x63\xfa\x73\x5d\x1b\x44\x47\xce\xab\x1e\xfb\x9c\x95\xc9\xa5\xba\x37\xc9\x59\x02\xfe\xb4\x40\x65\x1b\x94\x58\x41\x65\x32\xbb\xd5\xf1\x91\xed\x12\x7b\x51\xe5\x51\xfa\xf3\x1f\x8d\x3c\x08\x4c\xc6\xcc\x0a\x02\x13\xe5\x5b\x1d\xda\x56\xdb\x5e\x98\x2c\xea\xf8\xc8\x76\x75\xe0\x3a\x12\x33\x51\x95\x55\x90\x98\x1c\x6b\x15\x24\xa6\xf0\xbf\x0a\x12\x93\x6d\xb6\x3a\x12\x33\x31\xae\x57\x90\xd8\xd6\x1a\x15\xb3\xe0\x9f\xf7\x4a\x05\x02\x8d\x29\xfc\xaf\x82\xc6\x14\xf0\x57\xe5\x39\xfa\x73\x37\x68\xbc\x82\xc8\x94\xc6\x54\x41\x64\xef\x51\x08\x22\x13\xb3\x53\x05\x91\xc9\x81\x5f\x1d\x91\x55\x19\x64\x2a\x68\x4c\xc1\x80\x15\x34\xb6\x75\xc0\x83\xc6\xb6\xc6\xcf\xd1\x98\x25\xec\xfe\x75\xee\x4f\x7f\x8e\x7a\x70\x9c\xdc\x4f\xc7\x28\x88\xec\xe8\x30\x06\x91\x1d\xc9\x09\x22\xa3\xe8\xba\x55\x10\xd9\x89\xba\x96\x68\x31\x12\x20\xb2\xa3\xd5\xb5\x20\x2c\xd1\x31\x01\x1a\x3b\x98\x29\xab\xa3\x2d\x4f\x8a\xf6\x96\xcb\x71\xa4\x90\x39\xda\xb2\x04\x92\xad\x8e\xb6\xaa\x1b\x3c\xff\xff\x56\xef\x8e\xa6\x7a\x93\x1e\x79\x68\xe9\x75\x2e\xde\xd5\x23\x1d\xa0\x25\xc3\x68\x52\xf7\xf3\x7e\x9a\xa3\x69\x20\x67\xd3\x9f\xff\x60\xc5\xab\x80\xb1\x8b\x7b\xa3\x02\xc6\x64\x2b\xad\xb0\x00\x8a\x25\xb7\xee\xf1\x75\x30\xf0\x6e\x07\x64\x55\xb6\xd4\x0a\x20\xbb\x98\x1a\x2a\x80\x4c\xc1\x87\x75\x6b\xeb\xe8\x5b\xee\x9a\xba\xe9\x37\x96\xe7\x0a\x60\xbb\x40\xb4\x0a\x60\xbb\x3a\x9a\x00\x6c\xca\x34\xad\x70\x45\xc8\x5e\x5a\xe1\x8a\x10\x55\x41\x85\x2b\x22\x00\x5d\x2b\x5c\x11\x41\x03\x08\x57\x44\x20\x09\xa8\xc2\x15\x21\xcb\x69\x85\x2b\x22\xe8\x78\x81\x2b\x22\x48\x6a\xb8\x22\x02\x86\x80\x0a\x57\x44\x90\x8c\x70\x45\x88\xac\xab\xc2\x15\x11\x34\xf1\xe1\x8a\x08\x44\xe9\xd4\x1b\x5e\xf9\xdf\x69\x02\x5f\x44\xd0\x81\x02\x5f\x44\x90\xb6\x09\x5f\x44\xd0\x74\x77\x90\xd7\x44\x99\x5b\x2f\x32\x6a\xab\x82\x2b\x22\x68\x73\x70\x24\xe7\xb9\x52\xde\x72\x19\x45\xce\x5a\x21\x84\x50\x00\x62\x75\x14\xe7\x59\x53\xde\x72\x19\x45\x76\x5b\x21\x83\x10\xa3\x73\xbd\x70\xe5\xe8\x2b\xde\xcf\x38\x2a\x7b\xb0\x3a\x8a\x6b\xe2\x63\x6e\x8e\xe2\x3c\xa3\xc8\x5b\x70\xe9\x70\x98\x34\x77\x65\x99\xb1\xf4\x9a\xbb\xb2\x3c\x63\xc7\x5b\xc8\x48\xbe\x72\x73\x84\xe7\x19\x37\xde\x72\x19\x95\xad\xda\x1c\xdd\xb5\x67\xea\x1a\x32\x32\xdf\x5b\x40\x46\xe6\x54\x73\x54\xd7\xc4\x37\xdd\x02\x32\x12\x3f\xd2\x82\x8e\x80\xb1\xd7\x56\xcf\x91\x13\x05\xa9\xbd\xc8\x6e\xec\xc5\x41\xdc\x02\x72\x82\x82\xda\x03\x67\x10\x0e\xd9\xf6\x20\x27\xee\xdb\xa6\x60\xbf\x3c\xf6\x2e\xfa\x8f\x8f\x67\x24\x9e\xaa\x29\x09\xea\xcf\x75\xbd\xfb\x81\x3b\x08\x24\xd4\x1e\xb8\x83\x24\xfd\xf3\xe5\x0e\x62\xec\xda\x03\x77\x50\x52\x4f\x5c\xe6\x68\xfa\xed\xa0\xc5\x77\x54\x82\xd4\x9f\xdf\xb2\x19\x36\xf7\x75\x79\x82\x82\xb7\x36\x2d\x24\x7c\xe0\x16\x42\x49\x68\xcf\xfd\xfc\x16\xd3\x4c\x73\xe4\xd7\x94\xa1\xdb\x1c\xf9\xb5\x88\x9e\xde\xe2\x47\xe6\x83\x09\xa6\x45\xc6\x17\xaf\x5e\x73\xe4\xd7\x54\x26\xa1\x45\xe4\xe5\xf8\x69\x11\x79\x9b\x9e\x54\x69\xd1\xa7\x88\xac\x5d\xd7\xe0\x49\xd2\xd8\x47\xf1\x24\xf1\x55\x23\x3c\x49\x53\xbf\x43\x96\xa9\xbe\xfa\xd8\x45\x82\x8f\x5b\x42\x0e\x94\x85\x96\x90\x83\x60\x91\x96\xe0\x42\xe2\xf8\x6d\x09\x2e\x24\x62\xa9\x5a\x82\x0b\x09\x9c\xd2\x12\x5c\x48\xac\x82\x96\xe0\x42\x4a\xff\xa2\xcf\x6a\x0e\xf8\x9a\x28\xed\x9b\x03\xbe\xa6\x98\xd2\xe6\x80\xaf\x25\x0d\x40\x62\xa8\x80\x05\x2d\x31\x54\x5b\x77\x1e\xae\xf1\x59\x0c\xaa\x27\x74\xda\x66\x50\x3d\x71\x1a\x37\x83\xea\x09\xd3\x48\x33\xc4\x23\x0e\xa1\x19\xe2\xe9\x99\x86\x78\x9a\x92\x86\x78\x98\x2d\x9a\x21\xde\xd5\x53\xa0\x7a\x7a\x74\x4d\xda\xd6\xdc\xab\xaa\x3f\xd0\x3d\x69\xa1\x1b\x74\x4f\x49\xbf\x85\xee\x09\x58\xd8\x1c\xb4\x35\xd3\x94\x7a\xdd\x5d\xf3\xb3\x28\x1d\xb8\x35\x43\x93\x6c\x0e\xdc\x9a\xe1\x69\x68\x0e\xdc\x9a\x55\xfd\xd6\xfb\x2b\xcb\x6f\x73\xe0\xe6\x01\xbc\xde\xa2\xbf\xe8\x2f\x2d\x43\x4d\x85\x3e\xda\x32\x7d\xd5\x57\x86\x43\x22\x6b\xfb\xca\xd0\x4f\x61\x29\x6c\x25\xbc\xbd\x93\x66\xdb\x1c\x81\x35\xc3\x5a\xd8\x0a\xb2\x68\xbb\x70\x04\xd6\x94\x54\xdc\x0a\x72\x80\xac\x5a\x41\x8e\xab\x3b\xa1\x9f\xd2\xb4\x2a\x50\x4c\x45\xb5\xa0\x98\xd2\xd7\x2a\x50\x4c\x69\x53\x01\x75\x65\x53\xef\xfc\xbb\x66\x82\xdd\x5a\xfd\xf4\xf5\x62\x06\x69\x8e\xae\x5a\xe6\x50\x6b\x15\xaa\x2c\x2d\xc7\x0a\x55\x96\x96\x63\x85\x2a\x4b\x5f\xb2\x42\x95\x85\xb2\xd0\x2a\x7d\xd5\x72\xac\x50\x65\x69\xa6\x55\xa8\xb2\xba\x9e\xd2\x3f\x3d\x20\x63\xb2\x39\x82\x6a\x59\x4b\xb2\xd2\x5f\x8c\x0d\xcd\x11\x54\xcb\xe0\xa9\xd6\xe8\x2b\xae\xf4\xd6\xe8\x2b\xde\x86\xd6\xe8\x2b\x47\x63\x6b\xf4\xf5\xaa\x05\x1d\x16\x8e\xd5\xd6\xa0\xc3\x7a\xf4\x3b\xe8\xb0\xb4\x85\x36\x38\xad\xa3\xae\x75\x5a\x7c\x29\x47\x47\xad\x70\xfc\x35\x25\x33\xe5\xb5\x45\xd3\xdc\x1c\x21\xb5\xa2\xf9\xec\x08\xa9\xc9\xb0\xda\x5e\x84\xb4\xf6\x7e\xaf\xfb\x1c\x52\x46\x71\xeb\xd0\x7e\xe1\xe5\x68\x1d\xda\x2f\x90\x53\xeb\xd0\x7e\x61\xdd\x6e\x1d\xda\xaf\xa6\x96\xd1\xe2\x99\x1d\x59\x70\xa5\x36\x28\xf1\xc4\x20\xde\xa0\xc4\x2b\x3a\x10\xa1\xc4\x2b\x3a\x10\xa1\xc4\x2b\x5b\xd7\x90\x03\x95\xa3\x41\x89\x57\xb6\xde\x07\x7d\xd9\xd1\xef\x90\x41\xdf\xdc\x11\x90\x29\xfc\xb8\x41\x97\x57\x31\x52\x35\xe8\xf2\x2a\xc8\xbb\x41\x97\x57\x51\x16\x9b\xfb\xa5\x5a\x45\x0f\x6f\xd0\xe5\x55\xc2\x2d\x1b\x74\x79\x55\xe3\xe1\xa8\xa8\x55\xb0\x5b\x83\x2a\xaf\x26\x5d\xeb\xb4\x98\x29\x8e\x86\x5a\xd5\xd7\x85\x46\xaf\x6a\x45\x40\xa3\x57\xb5\x22\xa0\xd1\x93\x99\xb5\x41\x95\x57\x6b\xfc\xd7\x76\x0d\x8b\x9e\xac\xaf\x4d\x61\x74\x79\x6d\xf1\x11\xb6\x17\x0c\x7d\xa2\x61\x1b\x6c\x7a\x15\x2d\xb0\xc1\xa6\x57\x35\x70\xb0\xe9\xd5\xa6\xdf\x22\xa6\x16\x13\x6c\x7a\x15\x8b\x77\x13\xa7\xc3\x9f\xe7\x62\x65\x6c\x0e\x88\x3c\xce\xca\x5b\x88\xaa\x6d\x4b\x9c\x0e\x79\xef\xa5\xcf\x0b\xab\x9e\xb2\xea\x1a\xac\x7a\x75\xe9\x6e\x1f\xce\xaa\xe5\xb5\xc2\xe7\xb7\xd2\x21\x16\x32\x6b\xf0\x61\xce\x93\x2d\xb8\xc1\x9c\xd7\x1e\x5d\x73\x79\x1a\x49\xf9\x0d\xe6\xbc\x86\x69\xa0\xc1\x9c\xd7\x88\x64\x69\x30\xe7\x35\x2d\x13\x07\x45\x26\x97\x48\x83\x39\xaf\x99\xde\x00\xe3\x9c\x06\x6a\x7d\x19\xe7\x74\xdc\xac\xf3\xfd\x0f\x0b\xd6\x11\x50\x6b\xd2\x32\xf7\x47\x9e\xa3\x29\x03\xbb\x5e\xd3\xb6\x09\xbb\x5e\xd3\x77\x86\x5d\xaf\x69\x53\x72\x37\x55\x6b\x4b\xd7\xf2\xe7\x49\x1a\x23\x18\xf6\x9a\x16\x10\x0c\x7b\x4d\xc7\x83\x23\x27\x93\x97\xa4\x39\x72\x6a\x3d\xa8\x35\xde\x27\x5d\x2d\x06\x58\xf6\x3a\x4e\x9d\xb6\x3f\xe3\x27\x83\x45\x73\xf4\xd4\xc4\x72\xdd\xc4\xb2\x27\xad\x4e\x2c\x7b\x1a\xad\xf3\x91\x57\x91\x31\x4d\x4c\x7b\x45\x2d\x98\xf6\x34\x03\x41\x4f\x1d\x7c\xd7\x40\x4f\x4a\x7f\x6e\xa0\x27\x05\x9f\x36\xd0\x53\x97\x36\x07\x7a\xea\x18\x68\x1a\xe8\x49\x14\xa9\xcd\xd1\x93\xc9\x73\xd3\x40\x4f\x0a\x1c\x6d\xa0\xa7\x2e\x3d\x19\xf4\xd4\xa5\x27\x3b\x7a\x32\x79\x75\x1a\xe8\x49\x81\xa3\x0d\xf4\x34\x34\xc2\x2f\x7a\x3a\x7b\x0b\x21\x80\x9e\x86\x36\x0c\xd0\xd3\x48\xba\x06\x9b\x20\xf8\xb8\x81\x9e\x86\xbe\x1d\xe8\x69\xe0\x00\x6e\xa0\x27\x19\x0a\x1a\x4c\x7b\x63\xe8\x77\x2e\xa3\xec\xbb\x0d\xf4\x34\xf4\x35\x1c\x3d\x35\xc5\xf7\x37\xd0\xd3\x20\xba\xa7\xdd\xf5\xf6\x55\x1c\x89\x0d\x04\x35\x41\xac\xcd\x11\x54\x9b\xda\x30\x41\x4f\x93\xa3\xa5\x3b\x7a\x6a\xca\x22\xe8\xa0\x27\x51\x99\x75\xd0\x53\x0d\xba\xe6\x32\x4e\x36\xb7\x0e\x7a\x12\xcd\x59\x77\xf4\xd4\x26\x3a\x7e\x07\x3d\x29\x14\xb3\x83\x9e\x26\x3b\x50\x07\x21\x2d\x8e\xaa\x1e\xe6\xdb\xf3\xcb\x61\xd2\x03\xcc\x88\x49\x3d\xd8\xdf\xeb\x7a\xd3\xf9\xfc\x87\x83\xbc\x83\x92\x64\x84\xec\xa0\xa4\x85\xfa\xd2\x41\x49\x32\x42\x76\x47\x49\x4d\x86\xc6\x0e\x42\x52\x90\x65\x7f\x11\xd2\xdd\x8b\x63\xa6\x83\x90\x16\xeb\xb0\x83\x90\x16\x8e\xfb\xee\x08\xa9\xad\xae\x27\xf9\x3a\xac\xe5\x5f\x9c\xe3\x1d\xe0\xb4\xd0\x9a\x3b\xc0\x69\x01\x16\xbb\x03\xa7\x26\x92\xdb\xfe\xac\xb7\x3b\x9b\x6d\xa3\x3f\x90\x44\xa2\xcf\x75\xb1\x4a\xe4\xbb\x65\x65\xea\x0f\x44\x91\xb8\xbd\x3a\xc0\x49\x46\x93\x0e\x70\x52\x10\x61\x77\xe0\xd4\x64\xe7\xea\x11\xa2\x48\x0d\xb2\x83\x26\x53\x4a\x6e\x07\x34\xed\xb7\x05\x49\x24\x61\x4f\x3d\x02\x12\x4b\xd8\x4a\xab\xee\x00\x27\x6d\x91\xdd\x5d\x66\xed\x3c\xba\xdb\x87\x55\x76\xae\x1e\xf7\xe7\xb7\xb8\xbe\xba\x83\x27\xc7\xa1\xde\x72\x59\x14\xbc\xd8\x01\x4f\x8a\x2b\xef\x80\xa7\x03\x40\xea\x09\xd2\x4b\x36\x9e\x9e\x90\x45\x43\x0a\xb0\x3a\x6c\xc2\x1d\x60\xa5\x88\xdf\x0e\xb0\x12\x13\x5d\x07\x58\x1d\xac\xf0\x1d\x60\x75\xd4\xb3\xd4\xdf\xbe\x9e\xa6\xb7\x0c\xa8\x33\xf5\xdb\xf9\xb9\xce\x06\xd4\x13\xcc\x96\xe8\x84\xdd\x51\x54\x53\x8e\x6c\x77\x14\xd5\x44\x19\xd6\xdd\x6d\xd6\x2e\xba\x44\x77\xb7\x59\xbb\x1c\x4a\x1d\x84\x25\xf2\xb5\x6e\xa8\x01\xe5\x79\xed\xb4\x1d\x94\x75\x31\x04\x75\x50\x96\x1c\x61\xdd\xf2\xe7\x6e\x3c\x1d\x1d\xa4\x75\x39\x9c\x3b\x48\xeb\x62\x5f\xee\x8e\xb4\xee\x88\xfa\x2d\x2c\x9e\x4b\xbd\x18\xb4\xf8\xa2\xa0\x2c\xa5\x05\x75\x50\x96\x52\x76\x3a\x28\x4b\xec\xeb\xdd\x90\xf3\xea\x1a\x72\x62\x32\xea\x30\xfd\x05\xc9\x91\x61\xf0\xe4\x58\xea\xf9\x23\xe7\x2e\xba\xdb\x99\x17\x65\x36\xeb\x19\x86\x4f\x62\x6f\xba\x23\xb0\x1e\xd8\xa0\xbb\x23\xb0\x1e\x9a\x9e\xdb\x61\x0d\xe5\xdb\x3a\x02\xeb\x81\x03\xa3\x3b\x02\x73\x4d\xc9\x5b\x0b\x0e\x51\xdd\x09\x13\x29\xf6\xe2\x9e\x61\x22\x5d\x7a\x3b\x4c\xa4\x5a\x47\x42\x67\xe5\x7f\x8c\xbd\x3b\x96\xfc\x3c\xac\xc4\x97\x7b\x35\x7c\x88\x0f\x9c\xe3\xcd\xf0\xe9\xcc\x81\xf7\x1f\xf8\x0c\x7e\xd5\xd3\xdd\xe3\x7b\xbf\xbf\x83\x09\xc4\x51\x4b\x84\x44\x91\x05\x10\xa8\x8a\x2f\x1e\x19\xab\xd8\x42\xd2\x9c\xb9\x77\x66\x01\xd0\x63\x2a\xab\xfa\x39\x1b\x2f\xcc\x2a\xb6\xe0\x49\x58\x85\xad\x94\x90\xa3\x55\xd8\x4a\x35\x86\x2a\x76\xb2\xf8\x59\x85\xad\x94\xd0\x8e\x55\xd8\x4a\xf5\x55\x56\xd8\x4a\xa3\x7a\x08\x5b\x29\x1e\x88\xf9\xbe\x98\x45\x3d\x69\xdf\x17\x33\xe9\x7c\x99\x7b\x67\x26\xe5\x24\x73\xef\xcc\xa4\x67\x65\xee\x9d\x59\xa4\x18\xcb\xdc\x3b\x33\x89\x9a\x59\xa3\x9f\x7a\x03\x0d\x56\x55\x4d\xe5\xee\x9d\x59\xd4\x93\x6c\xfa\x4e\xd2\xde\x8f\x7e\xbb\xde\x2d\x3a\x87\xfe\x12\xf0\x32\xf7\xd0\x2c\x01\x68\x4c\x59\x80\x3f\x67\x6b\x64\xb8\x97\x66\x4a\x2e\x34\xf7\xd2\x2c\xe9\xeb\x71\x2f\xcd\xa4\x9f\x69\xee\xa5\x99\xea\x81\xcd\xbd\x34\x93\x90\xa2\xb9\x97\x66\x12\x7c\x34\xd1\x4f\xfc\xdc\xa5\xff\x2b\xc3\xc5\xdc\x51\x33\xc5\x94\xcc\x9d\x34\x93\x56\xa4\xb9\x93\x66\xd2\x6e\xb4\x8e\x29\x84\x03\xcc\x1d\x34\x53\x61\xb1\xb9\x83\x66\xd2\xe7\x33\x77\xd0\x2c\x91\x35\x6e\x86\x19\x44\x9f\xcc\xe8\xaa\x3e\x5b\x77\xc2\x2c\x81\xb0\xcd\x9d\x30\x93\xc6\xa2\xb9\x13\x66\x19\x64\x63\xf6\xfb\xe8\x15\xcf\x33\xfb\x7d\xf4\x4a\xa9\x34\xa3\xbf\xc4\xa4\xcc\x20\xb6\x7d\xfd\xef\xfe\x9e\x4d\x3a\x95\x89\x59\xef\xa7\x45\x1f\xe6\x80\xfc\x56\xe8\x60\x40\x7e\xcb\x26\x91\xb9\x53\x66\x4a\x3b\x34\x77\xca\x2c\xbf\xae\x54\x38\xd2\x55\x2a\x14\xba\xfa\x5f\xfb\xbd\x8b\x9e\xd5\xf8\x7d\x3d\x47\x53\x92\x3b\x67\x96\xd9\x36\xb2\x81\xdd\xc2\x1a\xee\x9c\x59\xa6\x60\xdc\xdc\x39\xb3\xac\x29\xdf\x9d\x33\xcb\x9a\xa0\xc4\x1a\xf1\x73\x5d\xa2\xb1\x36\xde\x36\x13\x18\x32\x77\xe0\x2c\x6b\x82\x9b\xd8\x2b\x0c\x32\x45\xf6\xcb\xc0\x9d\xd8\x7b\xf4\x3f\xc8\x7e\xb5\x30\xbb\x07\x66\x59\x53\xa1\x7b\x60\xf6\xe0\xb1\x98\x7b\x60\xf6\x64\xfd\x6f\xbc\x7a\xf0\x9a\xb6\xe7\xef\x7b\xbc\x04\x79\xcc\xbd\x30\x93\x04\x85\xb9\x07\x66\x8f\x16\xbc\x09\xb1\xaf\x3e\x54\xf7\xc0\x4c\x41\x15\x5b\x9a\x66\xf3\x16\x53\x88\xad\xfc\xdb\xa2\x37\xe3\x5e\x98\x15\x4d\x76\x4a\x08\xfc\xf9\xbf\xfa\x2e\x05\xab\x9a\xf7\xc1\xa5\x36\xf7\xc6\xac\x12\xb7\xb7\x35\x7e\xff\xaf\x85\xdc\xbd\x2e\x53\xe0\xc2\xdc\xeb\xb2\xaa\x8f\x52\x5e\xd7\xcf\xd9\xfa\x82\xdc\xeb\xb2\xaa\x45\x57\x8c\x7a\x3f\xff\xd7\x34\xe8\x5e\x97\x55\xb6\xb9\x4c\xfb\x4e\x35\xef\xab\xa7\xe9\x5e\xd7\x23\xe6\x23\x73\xaf\xcb\x14\xb2\x30\xf7\xba\xac\x4e\xfd\xb6\x70\xc4\x53\x74\x8f\xeb\x31\x4d\xd2\xbb\xfd\x5e\x97\xa0\x92\xb9\xd7\x65\x75\xeb\xc8\x38\xd2\xd9\x83\x23\x5d\xc9\x97\x99\xa1\x89\xda\x3d\x2e\x6b\x82\x47\xee\x6d\x99\x02\x0e\xe6\xde\xd6\x33\xf4\xbd\xb9\xb7\x65\x4d\x4f\xcd\xbd\x2d\x6b\x78\x79\xe6\x9e\x96\x49\x29\xc9\xdc\xd3\xb2\xa6\x69\xfb\x40\xc2\x4c\xd9\x8c\x1d\x48\x98\xd9\x9a\xb5\xa3\xf7\xf7\xec\x23\x40\x79\xea\x6f\xcb\xd4\xb5\x21\x63\x36\xdd\x17\x32\x66\x7d\x2f\xee\x55\x99\xbc\x7f\x3b\xd8\x42\x22\x88\x1d\x6c\xd9\xba\xca\xe1\x08\x3b\x0f\xb6\xe8\x69\x5d\x6c\x21\xb0\x66\x17\x5b\xf4\x45\xb9\x47\x65\xa2\x30\x33\xf7\xa8\x4c\x79\x5b\xe6\x1e\x95\x75\x3d\x3b\xf7\xa8\xec\x05\x16\xdd\xa3\x7a\x06\xfe\xb4\x29\xb3\xb0\x96\xbd\xb4\xf4\x5f\x88\xa3\xc9\x7e\xb2\x0b\x71\xb4\x9e\x9f\x7b\x4e\xd6\xeb\xbf\x48\x73\x0d\x7e\xf2\xae\x69\x19\x7e\x72\xa9\x89\x18\xfc\xe4\xd2\x1e\x19\x21\xbc\x3a\xb0\xd9\x5a\x1c\x70\x94\x77\x1c\xb9\x01\x47\x79\x27\xaf\x60\xc0\x51\xde\x97\xfe\x57\x39\x9a\x1c\xf9\xeb\xe8\x3c\xac\xe1\xdb\x4e\xd6\x09\x91\x0c\xdf\x76\xb2\x4e\x88\x64\xc0\x51\xde\xaf\xfe\xe7\x7d\x35\x10\xe7\x70\x87\xe9\x91\xce\xc7\x08\xf7\xd5\xbb\xc3\x46\xdc\xd0\xd6\x51\x2d\xfb\xb2\x19\x34\x54\x00\xf5\xd3\x52\x74\x8e\xf7\xc4\x08\x6e\x0c\xb8\xc5\xed\xd1\x11\xdc\xdb\xac\xe0\x03\x6e\x71\x03\x1b\x0f\xb8\xc5\xad\xea\x2a\xfe\x9c\x0c\xd2\xd7\x01\xb7\xb8\x11\x13\x1f\x70\x8b\x1b\x9f\xe0\x80\x5b\xdc\xc8\x0b\x1f\x70\x8b\x4b\xe3\x6f\xc0\x2d\x2e\x1d\x95\x01\xb7\xb8\xe1\xcb\x0c\xb8\xc5\x45\x7d\x36\x5e\x1e\x4a\xdd\x12\x95\x1a\xf0\x8b\x9b\x2c\x87\x5f\xdc\xae\x7e\x3b\x38\x5a\x1c\xb9\x8d\x4a\x1e\x1b\xf0\x8b\x2b\x50\x30\xc4\x2f\x1e\xf5\x3f\xf8\xc5\x93\xae\x09\xbf\xb8\x9e\x94\xf8\xc5\xd9\x6b\x19\xe2\x17\x27\x89\x72\xc0\x2f\xae\x40\xc0\x70\xcf\xe5\x99\x1a\x15\xee\xb9\xd8\x20\x4c\x31\xdc\x73\x79\x94\xf9\x33\xe0\x17\x57\x58\x60\xb8\xe7\xf2\xcc\xad\xdf\x75\xfe\x87\x45\x2f\xcf\xa5\xee\xd3\xf4\x7f\xb7\x51\xf5\xa2\x03\x8e\x71\x55\x88\x0e\x38\xc6\xc7\xeb\x4a\xd8\x08\xb6\x1f\x70\x8c\x8f\xa3\x33\xb1\x11\xa8\x31\x1e\x6c\xa4\x10\x69\xc0\x3f\x3e\xc1\xf6\xe3\x81\x43\x9d\x25\x66\x3c\x70\xa8\x93\xc7\x32\xe0\x26\x9f\x7c\xc4\x03\x6e\x72\x85\x21\x06\xdc\xe4\x13\x2f\x69\xc0\x4d\xae\xac\xb0\xe1\xde\xca\xb3\xf4\xbc\xe1\x26\x9f\x8f\xce\x84\x43\x9d\x0d\xc2\xf1\xc0\xa1\x0e\xce\x1b\x78\x1d\x53\xe3\x0d\xaf\x43\x04\x69\xe3\xe5\x75\xb4\x2d\x05\xb0\x81\xd7\x31\x01\x5e\x03\xaf\x63\x12\x18\x18\x85\xbe\x32\x15\x8e\x42\x5f\xf5\xed\xe1\x91\xcc\xad\x33\xe1\x7b\x67\x39\x18\x78\x24\xca\xb2\x1a\x78\x24\x93\x85\x7c\x14\xfa\x7a\x74\xcd\xf5\xea\x8f\x42\x90\xa3\xec\xdf\x96\xae\xdf\x9f\xdf\x16\xf0\xf4\xc0\x3b\x51\x16\xfd\x70\x7f\xc3\xc4\xfd\x32\xf0\x35\x16\x1b\xbc\x03\x5f\x43\x04\x6d\x43\x79\x78\x3f\x57\x22\xff\x69\xe0\x6f\x2c\x8d\x62\xcf\xc3\xb3\x85\xdf\x30\x7c\xb7\xc8\x14\x6e\x19\xf8\x22\x8b\xdd\xb4\x21\x8a\xf0\x9f\x2b\x69\x3c\xd4\x77\x2f\xf5\x64\xf1\x3b\x16\xfe\xfb\xf0\x5d\x23\x5b\xfa\x0a\x1a\xec\xf5\x2c\x60\x03\x9f\x64\xe1\xeb\x0d\x7c\x12\x91\xc6\x8d\x46\x2f\x34\xae\x1b\xbd\x68\xff\x2a\xe8\x1f\xee\x84\x98\x34\x36\x87\x3b\x20\xa6\x14\xad\x81\xf3\xb1\xae\x2e\xe9\x43\x7e\x07\x75\xe5\xbe\xcc\x50\x5e\xf9\xf0\xe4\x3a\x53\x0d\xe5\x10\xc7\x5d\xed\x7b\x51\xdd\x35\x3a\x12\x01\x7a\xa0\xbd\xfc\xfe\x5f\xd3\x06\x4e\xc8\x06\xab\x0c\x77\x42\x9e\xb5\x75\x35\xe8\xf7\x1f\x9d\x09\xfd\xbe\x0c\xef\xd0\xef\x57\xfd\xee\x97\x7e\x7f\x69\x1a\xeb\xeb\xb7\xa5\xeb\x1c\xb7\x6b\x83\xb0\x07\xde\xc6\x26\x4e\x38\xf0\x36\x36\xe8\x7a\xf8\x76\x90\x89\x05\x6f\xf8\x76\x90\x6d\x4d\xc2\x78\x22\x1b\x97\x79\x18\x52\x02\x9a\x68\x0c\x5b\x34\x79\xe3\xa5\xec\xa5\xff\x61\x0b\xf8\x68\xe0\xa5\x88\xcb\x6e\xe0\xa5\x6c\x2d\x69\xee\xa5\x3c\x9b\x8d\x9c\xe1\x1e\x8a\x1d\x4d\xc0\x26\x19\x01\x2c\xc2\x3b\x39\x41\xf7\x43\x46\x40\x53\x87\x7b\x26\x26\x1a\xd9\x31\x44\x4b\xd0\xf7\xc1\x25\x1e\x78\x26\x87\x7a\xb9\x81\x67\x72\x70\x5f\x07\x9e\xc9\x31\xfd\xf6\xf7\x9d\x49\x8a\x6f\xe0\x9d\x1c\xd9\xf9\xf2\x4e\x6c\xbf\x3e\x0d\xf7\x4e\xec\xe0\xf0\x0f\x3c\x13\xa9\x2f\x0d\x3c\x13\x29\x9f\x8e\x81\xad\x4d\xbf\x5b\xfc\x8f\xe7\x80\x67\x72\xd9\x6e\x1a\xee\x99\x98\x54\x51\x87\x7b\x25\x26\xc2\xa7\x81\x47\x72\xd9\xda\x1b\x78\x24\x97\x80\xcf\xc0\x23\x51\xf8\x68\x68\xcf\xa8\xda\xde\xa0\xad\x81\x57\x72\xf5\x71\x49\x9e\xb7\xfe\xbc\x1a\x7a\xe8\xfb\x46\x76\x89\x95\x0e\xbc\x16\x65\x6c\x0d\xbc\x96\x4b\x7e\xd7\xd0\xbe\xd1\xcf\x6f\x35\x5d\xba\xe7\x92\x44\x37\x37\xdc\x6b\xc9\x15\xec\x36\x44\x5c\x37\x74\xa5\x4d\x7d\xa4\xce\x3c\x54\x6e\xe8\xe8\xb2\xe9\xc7\x94\xe8\x7b\x46\x8f\xe8\x95\x87\xef\x17\x3d\xb3\xe9\x7f\x8e\xf4\x17\x19\xdb\xc3\x3d\x99\x67\x09\x36\x2d\x24\x13\xb4\x20\x2d\xe4\x1f\xf0\x89\x86\xef\x17\x3d\x0a\xdb\x0d\x92\xe8\xee\xeb\x4c\xb4\x0f\x04\x89\x48\xa2\x53\xd8\x6e\xb8\xe7\xf2\xdc\xa4\xbb\x6f\x34\x13\x74\x3f\x69\x22\x60\xed\x42\x13\x01\x0c\x3d\x36\x9a\x08\x5a\xba\x21\xab\x0b\xe0\xdd\x01\x07\xb8\x82\x62\x03\x0e\x70\xd1\xcc\x0d\xf4\x75\x83\x66\x00\x68\xed\x82\x66\x00\xf8\xc1\x83\x46\x12\x24\xe0\xa1\xeb\x7e\xe8\x0c\xbc\xee\x8e\x26\xc2\xd0\xef\xa4\x31\x80\xed\xe8\xeb\x06\xf2\x53\x06\x24\xe0\x41\x23\x65\xa3\x2f\x70\x75\x15\x27\xe3\x93\xb4\xfa\x80\xd6\x3b\x52\xd5\x33\xdc\xff\x28\x51\xef\xe1\x48\x29\x00\xfb\x8e\x94\x02\x74\x84\x52\x80\x16\x54\xe8\xbc\x5d\x02\xf2\xbf\xa7\x6f\x98\xbe\xe3\xd2\xcf\x48\x15\x14\xca\x3e\x88\x08\x68\x0a\x85\xc9\x5b\x52\xff\x03\x26\xef\xa8\x0f\xf3\x20\x12\xc0\x76\xc8\x80\xc5\x3b\xc1\x4c\x31\x60\xf1\x4e\x6c\x2f\x0e\x58\xbc\x93\x5e\x3b\x4c\xdd\x29\xeb\x77\x88\x00\xe0\xcc\x0e\x98\xba\x25\xf5\x3b\x60\xea\x96\x30\xdb\x80\xa9\x3b\x51\x82\x34\x60\xe3\x56\xb2\xd1\x80\x8d\x3b\x69\x82\x81\x8d\x3b\x69\xe8\xc2\xc6\x9d\x58\x49\x67\x10\xf1\x7f\xe4\x08\x92\x7c\xa6\x8c\x09\x1b\xb7\xc2\x3d\x13\x36\xee\x8c\x53\x3e\xdd\xdf\x28\x12\x65\x9b\x01\xc2\x7f\x96\x9d\x19\x20\xfc\xcf\xfa\x1f\x84\xff\xe0\xa5\x09\x43\x77\xae\xfa\x9f\xdb\x90\x9b\xfa\x02\xd9\x3f\x9f\xdf\x0c\x90\xfd\x93\xf5\x31\x61\xee\x16\x8b\xdc\x74\x5f\xa4\x64\x72\x71\x27\xac\xdd\x79\xa8\x67\x88\x00\xe0\x84\x4f\xdf\xb8\x29\x99\x50\xc7\x84\xc3\x5b\x7c\x72\xd3\x37\x67\x8a\x6a\x3a\x67\x84\xe8\x3f\xe9\x77\x10\xfd\x67\xfd\x0e\x32\x7f\x3e\x9c\x19\x45\xe6\xdf\x38\x12\x99\xbf\x7e\x27\x32\x7f\xfd\x4e\x64\xfe\x93\x23\x91\xf9\x63\x1f\x7c\xdd\xca\xb2\x99\xf0\x75\x3f\xf8\x09\xd3\xfd\x96\x52\x18\x4b\x13\xbe\x6e\xe5\xf2\x4c\xf8\xba\x4b\xd4\xff\xdc\x86\xc2\x0e\xc8\x84\xaf\x5b\x15\x91\x13\xbe\xee\x82\xc3\x3f\xe1\xeb\x56\x5e\xcd\x84\xaf\xbb\x54\xfd\x0f\x76\x7b\x42\x5a\x13\xae\xee\xc2\xa6\xd4\x84\xab\xbb\xe8\x3d\xc0\xd5\x5d\x86\x8e\x60\xb6\x9f\x3a\x13\x16\x7f\x3e\xfe\x09\x8f\xb7\x2a\x17\x67\x86\xc5\x9f\x18\xff\xcc\xd8\x07\x76\x9b\x70\x7c\x17\xe2\xb3\x13\x8e\x6f\xd5\x2a\x4e\x38\xbe\x55\xab\x38\xe1\xf8\x56\x96\xcc\xcc\xd8\x47\x00\x65\xc2\xef\x2d\xae\xfa\x09\xbf\x77\x65\x31\x9f\x19\xe6\xfa\xa4\x3b\xc0\x5c\x9f\x75\x26\xcc\xf5\x44\xac\x27\xdc\xdf\xf5\xd1\xef\x60\xae\x07\x55\xce\x07\xe6\x7a\x96\xf5\xf9\xc0\x5c\x4f\x80\x75\xc2\xfb\x5d\xf1\x03\xe6\x03\x73\x3d\x53\xf2\x84\xf7\xbb\xb2\x1c\xcd\x07\x66\xfe\xa5\xdf\xc1\xcc\x8f\xa7\x39\xe1\xfc\xae\x7c\xa9\xf3\xc1\x06\x02\x53\xf3\x81\x99\x9f\xcc\xf0\xe9\x3e\x49\x91\x52\xea\x84\x0b\x5c\xd9\x2a\x13\x2e\x70\x6d\xb0\x4e\x48\xbd\x1b\x88\x7d\x42\xea\xdd\xf4\x24\x20\xf5\x6e\x2c\x39\xb3\xc0\xfd\xce\x82\x30\xdd\x1f\x29\x22\x6d\x9e\x05\x2e\x7b\x7d\xb7\x10\x76\x4b\x7d\x75\x42\xd8\xdd\x48\x7b\x9c\x10\x76\x37\x82\xd2\x13\xc2\x6e\xa9\x74\x4d\x08\xbb\xdb\xfe\x17\xa2\x9e\x70\x79\xb7\xa3\x8b\xf8\x2b\x52\xd4\x66\xc2\xe5\xdd\x99\x5a\x67\x81\x2e\x5e\x2f\xcc\x37\x4f\x4a\x67\x9f\x76\xc2\xf3\xdd\x65\x10\x3c\xdf\x5d\x26\xc0\xf3\xdd\x9b\xfe\x07\x95\x3c\x7b\xcb\x13\x9e\xef\xce\xa6\xde\x84\xe7\x5b\x99\x15\x13\x9e\x6f\xd3\x34\x08\xcf\xb7\x11\x6f\x9b\xf0\x7c\x1b\x1b\x1c\x13\x9e\x6f\x09\xb9\x4e\x78\xbe\x4d\x8f\x05\x9e\x6f\xd3\x94\x05\xcf\xb7\x4d\x5d\x05\x4e\xf6\xad\xff\xc1\xc9\xae\x17\x0d\xcf\xb7\x69\xc8\xc3\xf3\x3d\xf4\xf9\x35\xf1\x98\xeb\x7f\xf0\x98\x6b\x7a\x81\xe7\x7b\xe8\xc3\xf1\xcd\x96\x22\xb5\xee\x29\x8e\x6f\x0d\x10\x71\x7c\x27\xdd\xcf\xed\x9b\x59\xd7\x74\xfb\xa6\x86\xb5\xf8\xbf\xb7\x8e\xe0\xff\xd6\xd4\x8a\xfe\xd1\xd2\x53\x42\xff\x68\x69\x5a\x82\xff\x7b\x69\x08\xc2\xff\x2d\x42\xa3\x89\x36\xd2\xd2\x13\x14\xff\x37\x6e\xe0\x14\xff\xb7\xde\x1f\xba\x48\x4a\xaf\x9c\x70\x7f\x6f\x36\x75\xa6\xfb\x45\x45\x5c\x37\x13\xcd\xa4\xad\xe5\x08\x5e\xf0\xfd\xba\x83\xdb\xb7\xb5\xe4\x74\x71\x45\xf3\x1e\xd0\x4b\xda\x04\xd1\x66\x87\x2b\xfa\xea\x77\x6e\x9f\x74\x5e\x27\x3c\xe0\xe2\xba\x99\xbe\x2b\x53\x8e\xa6\x17\xdf\x95\x29\x07\xe7\x73\xa2\x93\x24\x4a\x87\x09\xff\xb7\x6a\x95\x27\xfc\xdf\x52\x52\x9c\xf0\x7f\xcb\xa3\x98\xe8\x23\xa9\x4e\x79\xc2\xfd\x7d\x34\x5e\xe0\xfe\x96\xff\x30\x0d\x8e\x68\x00\xcb\x34\x91\x23\xeb\x7f\x90\x23\x83\xa0\x27\x9c\xde\x57\x23\xc4\xa0\x20\xd6\x14\x02\x0d\x5d\x20\x04\x30\xa1\xa1\x0b\x9a\x06\xa1\xa1\x0b\x54\x1d\xce\x21\xfa\x61\x7a\x36\xa0\x1f\x5e\x3a\x13\xfa\x61\x36\xfa\xe7\x80\xb6\x17\xdf\x6b\x42\x41\x27\xa9\xc4\x09\x05\x5d\xd4\x08\x81\x82\x2e\x6a\x4c\x40\x41\x27\xd6\x92\x09\x05\x5d\xac\xba\x03\xf4\xc3\x4d\x77\x9f\x1c\xe9\x7e\xd0\x0f\xeb\x0b\x87\x82\x2e\x9a\xfe\x07\xfd\xb0\xbe\x15\x28\xe8\xc4\x4a\x32\xa1\xa0\x8b\xe4\x58\x4f\xf7\x7f\x6a\x24\x2c\x35\x27\xb4\xc4\x20\xda\xe9\xfe\x4f\x55\x36\xfc\x84\x76\x4e\xc5\x7a\xd3\x7d\x9f\x9a\x04\x20\xdc\xef\xa9\xe2\x2f\x99\x50\xd2\x25\x8d\x48\xf7\x7b\x6a\xd2\x64\x0a\x25\x5d\x22\xca\x3c\xa1\xa4\x4b\x43\xf7\x83\x8e\x78\xeb\x4c\xe8\x88\xaf\xee\x0e\xc5\xaf\x9e\xe7\x84\x2a\x57\xcf\x73\x42\xf1\xab\xe7\xe9\x3e\x4f\xcd\x8f\x8e\xa0\xf7\x7d\xe6\xbf\xa6\x64\x58\xec\x32\x6e\xe1\x84\xc5\x4e\xdb\x6d\x13\x16\xbb\x4c\x15\xd1\x84\xc5\x2e\xeb\xc1\xc3\x62\x97\x09\x1b\xcc\x05\xdb\x2f\x38\x75\xc2\x52\x97\x35\x04\x61\xa1\x7b\xa2\xce\x3c\x1c\x61\x3a\x2c\x74\x0f\xf1\xb9\xb9\xc5\xf6\x8b\xe9\x5b\x6c\xbf\x5c\x65\xc3\xf6\xab\xcf\x6f\xc3\xf6\xab\x47\xbd\x61\xfb\x85\x97\x6f\x6e\xd8\x7e\x49\x36\x9b\x1b\xb6\x5f\x2d\x16\xf0\xd4\x3d\x4d\x77\x10\xdb\xaf\xee\xee\xaf\xe1\xd1\x67\xb4\x61\xfb\xd5\xc7\x08\x93\xf7\xa3\x55\x1a\xb6\xba\xe7\xea\x77\xd0\xdd\x6a\xda\x85\xad\xae\x68\x8a\x84\xad\xae\x68\x25\x86\xad\xae\xe8\xf3\x83\xad\xae\x80\xfb\x27\x6c\x75\x2f\x74\x06\x5b\x5d\xa1\x60\x7a\xc2\x56\x57\xc8\xd7\x98\xb0\xd5\xc9\xd5\x9d\xb0\xd5\x69\xe3\x6d\xc2\xe2\x2d\x0d\xf8\x09\x53\x9d\xb4\x3b\xe7\x81\xce\x57\x0b\x10\x2c\xde\x55\x53\xa4\x7b\x39\x55\x1b\x5e\xd3\xbd\x9c\x5a\x49\x33\x9c\x70\xda\xbd\x90\x0d\x9c\x76\x8d\x0d\x92\x09\xa7\x9d\xe8\x06\x26\x9c\x76\xad\xe8\x08\x0a\x54\x4d\x75\xb0\x77\x37\x61\x51\xf8\xec\x1a\xc5\x17\x13\x3e\x3b\x95\xfa\x4f\xf8\xec\x9a\xb0\x36\x7c\x76\x6d\xea\x9a\x50\xbd\xca\x76\x98\xbb\x95\xde\x39\xe1\xb3\xeb\x6c\x5a\xce\x2b\xc6\x4d\xde\xca\x15\xe3\xa6\x5f\x65\xc1\x67\x27\x3e\xf7\x05\x73\xb7\xe1\x96\x2e\xf8\xec\x8c\xa5\x71\xc1\x67\x67\x4c\xf3\x0b\x3e\x3b\xab\xba\x0a\x6c\x9b\x43\x67\xc2\xb6\x39\x74\x26\xec\x94\x00\x81\x15\x60\xdb\x3c\xfa\x9d\xd8\x29\x23\x47\x30\x3a\x12\xbe\x5b\xf0\xdc\x8d\xa2\x33\x61\x73\xac\xea\x27\x6c\x8e\x4d\xbf\x83\xcd\x51\x77\x80\xcd\x7b\xe2\xe1\x2d\x78\xee\xb4\x8b\xb3\x20\xb3\x9b\x59\x67\xc2\x7c\xc8\xfe\xd3\x82\xa5\x7b\xb2\x91\xbf\x60\xe9\x9e\x2c\x86\x2b\xc2\x2b\xc8\x34\xb8\x20\xa8\x5b\x41\xff\x83\x57\x10\xe8\xb6\x20\xa8\xd3\xd2\xbf\x20\xa8\x53\x65\xef\x82\xa0\x6e\xf1\x35\x2e\x08\xea\x14\xcf\x5d\x10\xd4\x49\xfd\x7d\x41\x50\xb7\xf8\xfe\x16\x04\x75\x6b\xea\x4c\x78\x05\xd9\x6f\x58\x10\xd4\x49\x54\x62\xc1\xee\x2d\xd9\xba\x05\x41\x9d\x82\x8d\x0b\x76\xef\xcd\x97\xba\x60\xf7\x56\x8d\xe4\x82\xdd\xfb\x10\xea\x5c\xee\x1d\x55\x85\x02\x97\x88\xed\x58\x72\x16\xcc\xdf\xda\x6a\x5e\x30\x7f\x4b\x9d\x73\x41\xdf\x7d\x81\xad\x0b\x62\xbb\x4b\xac\x7c\x41\x6c\x77\x29\xe9\x5b\x10\xdb\xdd\xde\xfe\x31\x25\xaf\x2c\x3e\x38\x6e\x2e\xce\x3b\xa0\xf6\xca\xe2\x83\xe3\x85\xc1\xdc\x10\xf4\x1a\x60\x6e\x08\x49\xb7\x83\x43\xed\x51\x57\xe0\x50\x03\xfb\xae\x0c\x87\x9a\x06\x01\xec\x0c\x51\x8f\x05\x76\x06\xd5\xaf\x2d\xd8\x19\x22\xab\xd1\x82\x9d\x21\xe9\xc3\x81\x9d\x21\x31\xd5\x2d\xd8\x19\x12\x19\x1e\x0b\x76\x06\x85\x38\x96\x3b\x40\x4d\x21\x8e\xf5\x40\xaa\x05\x5a\x5a\x0f\xa4\x5a\x4d\xd7\x84\x54\xab\xeb\x7e\xde\xcf\x44\x74\x78\xc1\xca\xa0\xac\x95\x05\x2b\x43\x7a\xf5\xcc\x6d\x50\xc9\xed\x82\x95\x21\x13\x8f\x5f\xb0\x32\x64\xb2\x59\x16\xac\x0c\x52\xa1\x5f\x30\x2f\x64\x90\xd4\x82\x79\x21\x13\x07\x5d\x30\x2f\x48\xef\x70\xc1\xbc\xf0\x34\xfd\xce\x6d\x78\xf4\xf9\xc1\xbc\xf0\x6c\x1d\x41\xd4\x44\x6e\xc8\x82\x79\xe1\x51\x3f\xe1\xab\x7b\xae\x7a\x06\x29\x10\xab\xfb\x82\x75\xa1\x80\xd1\x17\xac\x0b\x45\x9f\x2d\x5c\x75\x05\xb4\xb4\xa0\x56\x28\x84\x4d\x16\xd4\x0a\x72\xde\x17\xd4\x0a\x85\xd0\xc8\x82\xa7\xae\x2c\xfd\x0f\x62\x23\x5c\xd6\x05\x4f\x5d\x01\xe9\x2f\xe8\x14\xca\xd6\xff\x20\x13\x3a\xba\x0a\x04\x4d\x47\x7d\x81\x4c\x48\x13\x43\x15\x99\x90\x7e\x07\xbb\x0e\x5e\xc7\x82\x6a\xa1\x82\xa0\x17\x54\x0b\x52\x91\x5f\x15\x76\x1d\x8d\x3a\xa8\x16\x24\x65\xb6\xa0\x5a\xa8\x2c\xda\x0b\xaa\x05\x71\x9e\x2f\xa8\x16\x94\x7f\xb1\xa0\x5a\x90\xa3\xbd\x1a\x2c\x42\x4c\xfa\xab\xc1\xba\xa3\x8f\x1f\x9a\x85\xaa\xc9\x0d\x9a\x85\x16\xf4\x3f\x98\x67\x48\x80\x5d\xd0\x2c\x34\x8d\x10\x68\x16\x1a\x8b\xcc\x6a\x62\xdb\x51\xcf\xc4\xb6\xa3\x6b\xc2\x4a\x93\x75\x15\x58\x69\x64\x1f\xf4\x0a\x4d\xf6\x41\xaf\xd0\xf0\x67\x57\x17\xc3\x0e\xbf\x83\x5e\xa1\x81\x84\x17\xf4\x0a\x4d\x63\x10\x7a\x05\xe9\x2f\x2d\xe8\x15\x9a\xbe\x15\x28\x14\x94\x8f\xb1\xba\xd8\x73\xf4\x3b\x6c\xd0\x68\x85\x42\xa1\x69\x0e\x81\x42\x41\x4b\xea\xea\xd8\xa0\x2f\x0e\x72\x3a\xe5\x6a\x2c\xc8\xe9\x9a\x9e\x35\xb4\x09\xca\xc7\x58\x90\xd3\x75\xf6\x36\x96\xc1\xaa\x83\x87\xb7\x0c\x36\x1a\xa0\xc6\x32\x58\x75\x34\x13\x41\xa5\xd0\x87\xae\x02\xab\xce\xd4\x11\xac\x3a\x80\x92\x05\x71\x5d\x57\xcf\x20\xae\x53\x6d\xc3\x82\x3e\xc1\x34\x06\x21\xae\x93\x2f\xbf\x0c\xb6\x19\x7d\x47\xd0\x23\xa8\x6e\x61\x41\x8f\x60\xe5\x5f\xb9\xd8\x0b\x3e\x3b\x23\x6a\xb2\xe0\xb3\x93\x46\xdb\x82\xcf\xee\xb5\xf2\xc3\x67\x67\xfa\xe0\x60\x53\x30\x90\xf0\x82\x4d\x61\x68\x92\x82\xcf\x6e\xa8\xd3\xf0\xd9\x0d\xad\x15\xf0\xd9\x8d\xac\xdf\x41\xde\xf2\xe8\x9a\x90\xd3\x74\x9d\x09\x39\x0d\xa8\x67\xc1\x67\x37\x4c\x67\x8a\xb8\x85\x21\x08\x9f\x9d\xd8\xa0\x17\x0c\x0a\x83\x40\xfd\x82\x41\x41\x7b\xe8\x0b\x3e\x3b\x91\xb9\x2f\xd8\x13\x26\x89\x40\x0b\xf6\x04\xed\x85\x2f\xd8\x13\x5e\x68\x02\xf6\x84\x89\x1b\xb5\x60\x4f\x98\x6c\x91\x2e\xd8\x13\xa4\x43\xbe\x60\x4f\x98\x57\x57\x81\xc9\xe4\xd5\x17\x18\x3e\x84\x34\xe0\xb2\x5b\xfa\xfc\xe0\xb2\xd3\xb6\xe9\x82\x39\x61\xe9\x65\xc2\x79\xa0\x5d\xde\x05\xe7\xc1\xd2\x0a\xbe\xe0\x1e\xa1\x5a\x6d\xc1\x3e\xb7\xd8\xea\x58\xb0\xcf\x2d\x22\xcb\x0b\x3e\x84\xb5\x74\x26\xbc\x1c\x1a\x66\xf0\x21\xac\xad\x33\xe1\xaf\x20\xa6\xbf\x20\x3d\xd8\x5a\x48\x20\x3d\xd8\x78\x47\x0b\x56\x3a\x95\x86\xac\x2d\xee\x0a\xce\xdc\xe2\xae\x60\xc8\xc3\x4a\xb7\xd5\x33\x58\xe9\xb6\x3e\x00\x88\x10\x5e\xc8\x66\xc3\x5b\x01\xb6\x5f\x1b\xde\x0a\x2d\x8d\xb0\xd2\x1d\x3d\x25\x48\x10\x94\x56\xb7\x20\x41\x38\x1a\x4b\x90\x20\x28\xeb\x7d\xb9\x5f\xd3\x0e\xf5\xab\x0b\x02\x84\x43\xf0\x6c\x89\x00\x01\x8f\x6b\x89\x00\x41\xb8\x58\x04\x08\x45\xff\x73\x1b\xae\x50\xb2\xfb\x35\x4d\x62\xd4\x0b\xc6\xba\xdb\xf5\x3b\xc8\x1c\xd8\x64\x5a\xa2\x2e\xc0\xd1\x5e\xa2\x2e\x10\xb4\x11\x75\x81\x96\x70\x51\x17\x68\xda\x75\x6f\xa5\x4b\x86\x7b\x89\xb6\x80\x4d\xad\x25\xda\x02\x7c\x97\x25\xda\x02\xb2\x81\x16\x85\x37\x01\x9f\x6e\xbd\x68\x0b\x78\x9e\x2f\xda\x02\xfa\x42\xe1\x4d\x20\xc9\x6f\x51\x78\xa3\x2d\xae\x25\xda\x02\x21\x6f\x0a\x6f\x24\x98\xbd\x44\x5b\xa0\x6f\x5a\xb4\x05\x45\xff\xa3\x9c\x5f\x4f\x9e\xa2\x1b\x09\x65\x2f\x51\x16\xf0\x94\x36\x45\x37\x11\x2f\x75\x8b\xb2\xc0\xf4\xbf\xc4\xd1\xe1\xc8\xed\x8b\x4b\xff\x83\xb2\x80\xac\x9c\x2d\x5a\x02\x16\xf4\x2d\x5a\x02\x16\xf4\x2d\x5a\x02\xc2\x88\x9b\xa2\x9b\x14\x74\x3f\x4a\xda\x83\xae\x49\xd9\x3a\x69\x09\x9b\x62\x9a\xc4\x2c\xb5\x29\xa6\x49\x8c\xac\x1d\x55\x7e\xbf\x39\xf2\x7e\x0a\xd6\x6d\xd1\x0d\x80\xa7\x77\xa4\xf4\x9e\x2f\x60\x8b\x6a\x60\xfc\x6b\x7b\x6f\x8b\x85\x80\xa9\x67\x53\x63\x93\xb6\x8e\xa8\xca\x3f\xea\x18\x0c\x04\x32\x56\x0c\x04\x32\x36\xaa\xa4\x5d\x47\xfe\x8a\x32\x1f\xc0\xa6\x88\x26\x5f\x1d\x1d\x8e\x16\x47\x94\x5e\x83\x14\x37\x05\x34\x0f\xd5\x3f\x9b\x02\x1a\x6d\x16\x6d\x0a\x68\x1e\xa6\xdd\x4d\x01\x8d\xf0\xdf\x86\x75\xa0\x10\xb3\xd9\x14\xd0\x14\xf5\x85\x02\x9a\x52\xf4\x3b\x4a\x99\x99\x42\x76\x52\x29\xb3\xee\x4e\x49\x2d\xd3\xe0\x4e\x94\xd4\xbe\xae\x49\x49\x2d\xae\xfc\xa6\xb0\x46\x59\xa5\x1b\x46\x02\xe1\x9c\x0d\x23\x81\x36\x0d\x36\x45\x35\x42\x36\x9b\xa2\x1a\xa9\xb4\xec\xac\x9a\x53\x6c\xa0\xa8\xa6\xb1\x29\xb9\x29\xaa\x69\x7c\x7e\x9b\xc2\x19\x65\x85\x6e\x0a\x67\x1a\x29\x7d\x3b\xab\x9e\x54\xff\xa3\x6c\x96\xfc\x91\x0d\xed\x80\x50\xc8\x86\x76\xa0\x31\xed\x6e\x0a\x66\xa4\x8a\xb2\x29\x98\xe9\x51\x7d\x71\x1b\xa4\x8a\xb2\x29\x98\xe9\x1a\x9e\x14\xcc\x48\xe7\x64\x53\x30\xd3\x49\x05\xdb\x50\x12\xa8\x48\x67\x53\x2c\x23\x9d\x93\x4d\xb1\x4c\x2f\xba\x0a\xf5\xa5\x55\x67\x52\x35\x4a\x76\xf9\xa6\xfc\xa5\x13\x2b\xdf\x94\xbf\x74\x8d\x3a\x4a\x5c\x0c\x37\x71\x53\xe2\x62\x84\x4d\xb6\xfb\x27\xdd\x74\x87\x42\x75\x24\xd8\x69\x43\x40\x20\xe0\xb1\x0b\xd5\x91\xe4\x52\x6c\xc8\x07\x04\x43\x36\xe4\x03\x36\x74\x4d\x55\x47\xea\x88\xea\xc8\xa9\x33\xa9\x8e\xd4\xc4\x00\xf9\x80\x64\x2c\x36\xe4\x03\x83\x49\x6a\x43\x3e\xa0\x00\xc4\x76\xdf\xa5\x0f\x70\xdc\x76\xdf\xa5\x0b\x78\xec\x42\x75\xa4\xe9\x88\xea\x48\x8a\x39\xb6\xfb\x2e\x7d\xe8\x6d\x42\x4a\x30\xc0\x94\x1b\x52\x02\x49\x4d\x6c\x48\x09\x06\x5b\x86\x1b\x52\x02\x69\xa8\x6e\x48\x09\x66\xd0\x35\xa9\x1a\xa4\x42\x77\x57\xaa\x06\xa3\xae\xe9\xf6\x4d\xbd\x69\x08\x0b\xa4\xa1\xba\x21\x2c\x90\x8a\xcc\x86\xb0\x60\xea\x7b\x77\xdf\xa5\x4f\x3d\x4f\x08\x0b\x94\x35\xb2\x2b\x55\x91\xfa\xfe\x50\x0c\x9a\x6c\x12\xee\xa6\x2a\x42\xde\x51\x53\x15\x21\xa3\x1c\x22\x83\xa5\x6f\x05\x22\x03\x41\x8d\x0d\x91\xc1\x82\x61\x67\x43\x64\x20\x2d\xcf\x0d\x91\x81\x02\x1e\x1b\x22\x83\xa5\xe7\x02\x91\x81\xc8\xc0\x76\xa3\x4c\x90\xa5\x6a\xbb\xef\xd2\xb5\x63\xb2\xdd\x77\xe9\x22\x0a\xdb\x10\x1c\xec\xa8\x33\x37\x47\xba\xa6\xdb\xb7\x35\xae\x1b\xe5\x81\x9a\x92\x3b\xe5\x81\xf6\x2f\xc6\xbf\x0d\x2f\x82\x44\x0c\x36\xbc\x08\x9b\x40\xc2\x86\x17\x61\x6b\xd0\xc1\x8b\xb0\xd9\x08\xdc\x70\x1f\x6c\x5c\xe4\x0d\xf7\x81\xd4\xc0\x37\xdc\x07\x47\xeb\x0f\xdc\x07\x47\x9f\x91\xbb\x35\x5d\x65\xd4\xdb\x5d\x97\x2e\xee\xe4\x0d\xaf\x81\xa4\x09\x36\xbc\x06\x47\x1f\x15\xbc\x06\x87\xf8\xd1\x36\x55\x05\xf2\xe0\xe1\x35\x50\xe9\xca\x86\xd7\x40\x3c\x5a\xdb\xa8\x0a\x04\x17\x6f\xa3\x2a\x50\xab\x18\x9c\x07\x47\xab\x34\x9c\x07\xd2\xab\xdf\x70\x1e\x88\x63\x6b\xc3\x79\x20\xb9\x83\x0d\xe7\xc1\x19\xba\x0a\x95\x8f\xb8\xba\x1b\xce\x03\xb1\xc6\x6d\x38\x0f\x94\x89\xbd\xe1\x3c\xb8\xa0\xa5\x3d\xa8\x06\xd4\xa4\x08\xe7\x81\x44\x0c\x36\x9c\x07\x37\xe9\x4c\x2a\x01\x89\xd5\x6d\x38\x0f\x24\xa8\xb0\xe1\x3c\x50\x32\xd9\x86\xf3\x40\xc4\x5d\x1b\xce\x03\xe9\x71\x6e\x38\x0f\x2e\x59\x07\x1b\xce\x03\x25\x93\x6d\x98\x0c\x24\x4b\xb0\x49\x49\x53\xe2\xd2\x26\x25\x2d\x68\xba\x26\x25\x2d\x80\x53\x37\x29\x69\x4a\x63\xda\xa4\xa4\x85\xa2\x33\xa9\xeb\xd3\xc4\x47\x3a\x5a\x20\x8a\xbf\x27\xb5\x70\x44\x11\x37\xa9\x68\x41\xd8\x89\x54\x34\x85\xbd\x36\xa9\x68\x61\xe8\x2a\xd4\xfc\x69\x7c\x4e\x6a\xfe\xb4\x4c\xbb\x47\x62\x41\x1f\x23\x85\x33\xc2\x86\x9b\xc2\x19\xd1\x9e\x6e\x0a\x67\xa2\x9e\x35\x85\x33\x51\x53\xb9\x6f\xc9\x58\xd4\xf4\xe9\x5b\x32\x16\x9b\xfe\x47\x0d\x5d\xd7\x11\x35\x74\xfa\xe0\x28\xa6\x89\x1a\x3d\x8b\x1a\x3a\x01\x9d\x45\x0d\x1d\x1b\x73\x7b\xa9\x86\x8e\x5e\x2f\x6a\xe8\xc8\x0b\xdf\xee\xd7\x58\xd4\xf4\xe2\x7e\x8d\xbd\x50\x1d\xc5\x35\x09\x1f\x6b\x53\x5c\x23\x75\xcc\xbd\x28\xee\xa2\x3c\x7b\x53\x58\x23\x86\xfc\xbd\x28\x46\x23\x90\xb0\x37\x35\x75\x84\x9a\x36\x45\x33\x89\x3c\x91\x4d\xd1\x4c\xd2\xdd\x29\x9a\x49\xec\x52\xec\x4d\xe1\x96\x60\xc8\xa6\xc8\x29\xeb\x77\x9d\x23\xee\x4e\xc1\x8c\x02\x72\x9b\x82\x19\xed\x40\xed\xad\x82\x2d\xac\xa5\x60\x46\x3b\x50\x9b\x82\x99\xac\xa7\xb4\x29\x50\x23\xec\xb5\x29\x98\xc9\x24\xf2\xee\xa3\x42\x2d\x9e\x04\x05\x33\x0f\x1e\xfa\xa6\x28\xe6\x11\x24\xf2\x3d\x19\x53\xb6\xd0\xf6\x3d\x19\x2b\x78\x1d\x9b\x62\x98\x42\x18\x63\x53\x0c\x23\xc9\xc3\xed\x7b\x32\xa6\x8c\x99\xed\x7b\x32\x26\x01\xc4\x4d\x31\x4c\x11\x64\xa0\x18\xa6\x10\x38\xdc\x14\xc3\x88\x49\x66\x53\x0c\x23\x0e\x98\x4d\x31\x4c\xcd\xff\xd2\x9a\xdc\xd4\xc9\x28\xe6\xb6\xa9\x93\xa9\x38\x71\x9b\x3a\x19\xa5\xc1\x6c\xea\x64\xaa\x3e\x2a\x77\x80\x4c\x6a\x85\xfb\x52\xab\xa5\x07\x7f\xa9\x69\xc2\x31\xdc\x97\x9a\x26\x76\xd7\x37\xf5\x33\x22\x82\xd9\xd4\xcf\x48\x0c\x7f\x53\x3f\x53\x85\xf8\x28\x92\x69\x5a\x9b\x28\x92\x69\x9a\x18\x28\x92\x11\xdd\xca\x09\xd4\x01\x81\x53\x0f\x05\x32\x8a\xc7\x9d\x40\x4d\x53\xd6\x99\xd4\x34\xf1\xc1\x1d\x8a\x67\x1a\x03\xf9\x50\x3c\xd3\x08\x08\x1c\x8a\x67\x1a\x16\x9d\xa0\x5a\x26\xe3\x48\xb5\x4c\xfa\x9f\xdb\xd7\x08\x78\x1c\x77\x8e\xac\x4d\x9d\x49\x9d\xd3\xd2\x35\xa9\x73\xe2\x65\x1e\x0a\x6b\xda\xd1\x55\x28\x02\x0a\xea\x19\x45\x40\x2c\x63\xc7\x1d\x27\x13\x2f\xc9\x89\xd4\x32\xb1\xf1\x71\xa2\x0a\x80\x0a\x47\x14\xb0\x30\x3c\x4f\xa4\x80\x05\xd4\x73\x54\x76\x13\x75\x26\xc5\x2b\x59\x47\x14\xaf\xc0\x8e\x7c\x22\xc5\x2b\x45\x77\xa0\x40\xa7\xe8\xee\x14\xe8\x1c\x5d\x93\xc2\x0e\x42\x54\x87\x02\x9d\x41\x56\xed\xa1\x40\x67\x30\x69\x9c\xa4\xe2\x15\x7e\x47\x81\xce\x28\x3a\xa2\x20\x22\xe8\x88\x82\x08\xa6\x9e\x43\x11\x8e\x84\xc1\x0e\x45\x36\x33\xea\x7f\x14\x3d\xc8\x06\x8a\x6c\xa6\x6c\xa0\xc8\x46\xd4\xbc\x87\x22\x1b\x29\xe3\x1f\x8a\x6c\x26\x01\xb2\x43\x91\xcd\x04\xa7\x1e\x8a\x6c\x44\xb6\x7b\x28\xb2\x99\xec\xb4\x1c\x8a\x6c\x14\xcc\x3a\x59\x45\x1d\xbc\x3f\x8a\x6c\x26\x13\xd8\xc9\xd8\x70\xf5\x3f\xb7\x41\xbc\x91\x27\x53\x0e\x01\xae\x3a\x59\xe5\x10\xf4\x33\xab\x1c\x82\x27\x9f\x55\x0e\xa1\x9e\x51\x6d\x00\x28\x39\x14\xd8\x2c\x59\x44\x81\xcd\xce\xea\x19\xd5\x06\x59\xbd\x76\xfb\x44\xaa\x7a\x28\xb0\x91\xb0\xf7\xa1\xc0\x46\x61\xa1\x43\x81\x8d\xf4\xc9\x0f\x05\x36\x9b\x7c\xe6\x43\x81\xcd\x69\xba\x0a\xb9\xe9\x7a\x12\x94\xcd\xa8\xd6\xf5\x50\x36\x23\x18\x72\x28\x9b\x39\x04\xf9\xce\xa3\xdc\x74\xdd\x81\xdc\x74\x30\xfa\x79\xc8\x4d\x8f\xba\x0a\xb9\xe9\x7c\xef\x87\x72\x9b\xab\x2f\x9c\x72\x1b\x6d\xa9\x1d\xca\x69\x2e\x59\x3f\x87\x72\x9a\xcb\x02\x7b\x8a\xf2\xce\xb9\x03\xe5\x34\xca\x9f\x3e\x94\xd3\x08\x86\x9c\x22\xc5\xad\xb0\x85\x9b\x4f\x79\xeb\x04\x04\x5d\x7b\xbe\x5a\xc4\xe5\x79\xca\x9b\x58\x83\xd0\xcc\x51\x69\x4d\x3b\x7b\xe9\x4b\x53\x69\xcd\x4f\xcb\xa3\x1e\xdf\xdf\x16\xcd\x28\x2a\xfe\xff\x69\x19\xff\xaa\x1e\x3c\x92\x5c\xfd\x39\x59\x2f\x4e\x62\x44\xed\xec\x4d\xb5\xda\x71\x47\x29\x97\xd7\xd1\xcf\x23\xba\x97\x84\x9c\xe3\x8e\xd2\xfb\xa8\x7e\x1d\xb5\xaf\xa3\xfe\x2a\x5a\x50\x32\xfe\x71\x67\xe9\x91\xd6\xc3\x71\x67\xe9\x11\xda\x3e\xaa\xd7\x79\xc2\xde\xac\xc7\x07\x86\xb7\xab\x47\x43\xba\x5b\xd0\x70\x26\xdd\x4d\xd1\xb5\x43\xba\x5b\xc4\x8d\x3d\x62\x7f\x7b\xe2\xde\x04\x49\x0e\x29\x6f\x51\xf6\x90\xf2\x26\xf2\xca\xd3\xf2\xeb\xec\x83\x03\x74\x48\x7b\x93\x46\xf7\x21\xb5\x2d\x13\xe0\x3f\xa4\xb6\x89\x12\xf1\x34\x65\xf8\x32\x58\x9b\x08\x62\xf3\xaf\x05\x4d\x59\xb0\xba\xae\xb2\x60\xd5\x4b\x32\x48\x35\x98\x49\x6f\xd3\xe2\x75\x48\x6f\x7b\x1d\x91\xde\xa6\x20\xcb\x21\xbd\x4d\x9c\x66\x87\xf4\xb6\xba\x74\x26\x19\xa4\x47\x47\x64\x66\xc2\xe9\x72\x48\x6f\xeb\xfa\xac\x49\x6f\xeb\x24\xb4\x1d\xd2\xdb\x0c\x6f\xe6\x90\xde\x66\x9a\x5e\x49\x6f\x53\xdd\xe4\x21\xbd\x4d\xe4\x4a\x87\xf4\xb6\x41\xe8\xe4\x90\xde\x36\xf5\xf1\x90\xde\x26\x96\xf2\x43\x7a\x9b\x9c\xdf\x43\x7a\xdb\x24\xf2\x7c\x5e\x9c\xd9\x75\xab\xf8\xe2\x28\xc5\xed\xd1\xff\x49\x71\xc3\xa3\x39\x4a\x71\x3b\xfa\x9f\xdb\x78\x01\x20\x87\x14\xb7\x0b\x4e\x3a\xa4\xb8\x5d\x9c\xff\x63\xa4\x87\xa9\xe7\x88\xb0\x6a\x1b\xfa\x20\xc2\x1a\xaf\xae\xe2\x42\x59\xc6\x86\xe7\x41\xb5\xc8\xa6\xfe\xc7\x27\xfb\xcc\x7d\x1e\xfd\x96\xdc\x1d\x4d\x04\xa6\xdc\x1d\x9e\xb9\x7b\x51\x59\x34\xfc\x47\xfc\xd8\xcf\xdc\x97\x2d\xc4\x43\xaa\x5b\x61\xdf\xe0\x90\xea\x56\x00\x37\x47\x25\x3f\xe5\x6c\x49\xf3\x1d\xd2\xdd\x0a\x58\xf9\xb8\xc7\x94\xc7\xd2\xff\x3a\x47\xba\x2e\x79\x3a\x5a\x66\x49\x77\xab\x82\x2d\xa4\xbb\x49\x84\xe4\x90\xee\x26\xbe\xbc\x43\xba\x5b\xdd\xea\xaf\x97\xc0\x0c\x82\x12\x87\x74\x37\x6d\x69\x1e\xd2\xdd\x9a\x96\x13\xd2\xdd\x9a\xfa\x42\xba\x5b\xd7\x82\x45\xba\x9b\x69\xdc\x49\x65\x55\x70\x80\x74\xb7\x81\xaf\x73\x48\x77\x1b\xfa\x5a\xdc\xb7\xca\xaa\x65\x3c\xa4\xbb\x0d\xbd\x21\xd2\xdd\xa6\xbe\x6e\xd2\xdd\x54\x72\x73\x48\x77\x5b\x64\xd6\x9f\x29\x71\x43\x5d\x13\x71\x43\x2d\x35\x94\xf8\x6c\x81\x3b\xd2\xdd\x0e\xf9\xf2\x87\x74\x37\xd5\xaa\x1e\xd2\xdd\x8e\x9e\x2e\x39\x6d\x87\x58\xc3\x21\xa7\x4d\x15\x85\x87\x9c\x36\xed\x5c\x1c\x72\xda\x7e\x8f\x48\xae\xd0\xbc\x42\x4e\xdb\x6d\x3a\x12\xf7\x79\x80\x43\xff\xbf\xa7\x70\xb6\x94\x12\x3b\xc1\xc7\x5d\xaf\x7c\x34\x09\x21\x68\xa4\x1d\xcf\xc3\x96\x52\xa6\x5c\xf7\xb0\xa5\xa4\x58\xf1\x61\x4b\x49\x11\xe0\x23\xa1\x23\x3d\x28\x09\x1d\xb1\x17\x7b\xd8\x52\x92\x02\xfa\x61\x4b\xa9\xca\x0c\xb6\x94\x6a\xd5\x99\xec\x97\x0b\xc7\xb0\xa5\xd4\xd8\xb5\x3d\x6c\x29\x35\x22\x5e\x87\x2d\x25\xd3\x47\x0d\xef\xb6\xe9\x85\x6e\x36\x2b\xa7\xce\x64\x33\x4f\xb8\x97\xed\xa6\x55\x74\x04\xe5\xbb\x26\x51\xb6\x9b\x14\x12\x3a\x6c\x37\xfd\x1e\xc1\xb7\xad\x67\xa6\xed\x26\x7d\x20\x30\xc6\x05\x52\x08\x0f\x8c\x71\xaa\x62\x3a\xe2\xdb\xd6\x24\x7a\xc4\x45\xcd\xfd\x60\x8c\x8b\x49\x47\xec\x18\x08\xcd\xc2\x18\x97\x84\x40\x60\x8c\x4b\x7a\x47\xf0\x6d\x67\xf2\x39\x0e\x8c\x71\xa2\xa1\x3d\x30\xc6\x3d\x42\x35\x6c\x5a\x3d\x8f\xee\x00\x79\x2c\xfb\x0e\xe7\x25\x9e\x34\xb7\xb6\x1a\x0f\x1b\x57\x2a\xd6\x38\x6c\x5c\x15\x0a\x90\x0f\x1b\x57\x12\x81\x3a\x6c\x5c\x49\x8d\xfe\xb0\x71\x55\x35\x35\x5e\x91\x6d\x72\x17\x36\xae\xba\x26\x3b\x36\xae\xba\x9e\x0d\x1b\x57\x2a\xbe\x3f\x6c\x5c\x4d\x2d\xd0\xd7\xbe\x8e\x88\x8b\x6a\x22\x74\xbf\xed\x11\xf9\xe5\xb9\xbf\x28\x68\x65\xfd\x1f\x7a\x31\x61\x4e\x36\xaf\x94\xc6\x75\xd8\xbc\x5a\x8c\xe8\xcb\xe6\xd5\x66\x6a\xbb\xee\xbb\x39\x91\xb3\x1f\x11\x98\xc2\x03\xbc\x6c\x5e\x5d\xb0\xf1\x65\xf3\xea\xe2\xf7\x5c\x18\xe3\x24\x51\x70\x61\x8c\xbb\x4c\xe1\x17\xdf\x4d\xa3\xe1\xe2\xbb\xfd\x1e\x11\xc6\x21\x45\xef\xe2\x9f\x45\x02\x84\x17\xff\x4c\x05\x53\x17\xff\x2c\x67\xdd\x8f\x10\x01\x41\xa4\x8b\x7f\xf6\x10\x16\xbb\xbe\xb1\x65\x05\x9f\xef\x46\xfc\xeb\xa4\xff\xe1\x5f\x13\x6e\xba\xf8\x6e\x95\x2f\xe8\xe2\xbb\x35\x7c\x86\x8b\xef\xf6\x7b\x84\xef\x16\x74\x15\x7c\x37\xbc\xdf\x2b\xdf\xad\xe8\x2a\xf8\x44\xb2\x08\xdf\x4d\x52\xc5\x17\xdf\x6d\xe2\x9b\x5e\x7c\xb7\x15\x74\xa6\xdb\x27\x39\xe6\x8b\xef\xb6\x48\x10\xbc\xf8\x6e\x8b\x20\xe7\xc5\x77\x53\x9d\xf3\x85\x5c\x41\x12\x08\x17\x72\x05\x69\xcf\xde\x24\x9f\x81\x3b\xe0\xd7\x69\xbf\xe3\x26\xca\xc4\xdf\x12\xcf\x17\xc5\xa4\xa9\xfe\x90\x8a\x27\xf6\x99\x9b\xd8\x82\xe7\xdb\xbf\xa8\x25\xcd\x57\x7f\x7c\x3e\x51\x61\xd4\x65\x07\x4b\x12\xdd\x97\x54\x3c\x55\x37\x5e\xd4\x92\x42\xfb\x17\x15\xd3\xa5\x86\xe9\xb0\x59\x78\x11\x52\x52\x01\xf4\xc5\x25\xac\x00\xf7\xcb\xe6\x96\x42\x24\x97\xcd\xad\x48\x6c\xf8\x66\x51\x13\xd1\x31\x6a\x98\x94\x3d\x7c\x11\x58\x52\x6d\xde\x45\x9a\xb6\x53\x24\x72\x71\x09\x27\x28\xf3\x66\x6a\xe5\x96\xee\x47\xb6\x2b\x1f\xe5\x25\x4d\xaf\x24\x1d\xa1\x27\x17\x75\x4d\xf2\x3e\x98\xc8\x2f\xd2\xb4\x59\x43\x14\x97\x30\xf0\xd9\x5f\x5c\x42\x5b\x3a\x22\x23\x59\x83\x12\x97\x50\xbb\xc2\x17\x97\xb0\x11\x7d\xbe\x8f\xf6\x65\x79\x2e\x8f\xb2\x2b\x78\x45\x4a\xef\xd3\xfd\x60\x88\x93\xa4\xd6\x85\x8b\x5b\x81\x9d\x2b\xce\x05\xbd\x30\x71\x2e\x10\x7d\xbe\xd4\x37\x85\xa0\x3b\xac\x0f\x1f\xe0\x3e\xd4\x02\x06\xf5\x13\x74\x7a\xf4\xbb\x1f\xfb\xae\x11\x02\xba\x85\x6c\x65\x4d\x2a\xee\x3c\x5e\x63\xca\xbf\x92\xab\x25\xed\xea\xfa\xf6\xd9\x95\xac\xd3\xa5\x2e\xaa\x80\x90\xae\x3b\x96\x75\xc9\xa2\x97\xe8\x12\x23\xa4\xb4\x97\x28\xc5\x25\xfa\x77\xd9\x42\xeb\xb2\x11\xae\x06\xf9\x0d\x17\xae\x06\x65\x41\xdf\xf2\x66\x39\xd0\x87\xf0\xe2\x6b\xb0\x7d\xa2\xee\xf6\x63\x4f\x08\x6c\x0b\x5d\x77\x16\x43\x18\x3a\xfa\xb1\x27\xa9\xa0\xe2\xba\x27\x18\x22\x21\x98\xeb\x5e\x60\x88\x1a\x1f\xee\x05\x86\x48\xb2\xdd\x75\x2f\x30\x44\xbc\xa2\xeb\x5e\x60\x88\x7a\x0e\xee\x05\x86\x58\xf5\xbb\xce\x99\xd8\xe2\x1e\x60\x50\x59\xee\x75\x0f\x30\xc4\x47\xf7\x9b\x1c\xf1\x6c\xdd\xfb\x0b\x8a\x6e\x5f\xf7\xfe\x82\xca\x40\xae\x7b\x7f\xe1\xb7\xd7\x97\x23\xde\x90\x7b\x7f\x21\xe2\xec\x5f\xf7\xfc\x42\x24\x69\xf5\x36\xec\xcb\x3a\x92\x7d\xfa\x9d\xec\xe3\x9a\x4d\xf6\xf1\x4c\x1b\xf6\x69\x42\x6b\xd8\xc7\x06\xe0\x6d\xd8\xa7\x6f\xaa\x61\x5f\xd3\xdd\xb1\x8f\x14\xc8\xdb\xb0\x6f\xeb\x2a\xd8\x07\xc4\xba\x0d\xfb\xb6\xae\x89\x7d\x60\xc3\xdb\xb0\x8f\x40\xe3\xed\xd8\x47\x48\xeb\x76\xec\x63\xd3\xed\x76\xec\x23\x04\x71\x3b\xf6\xb1\xcc\xde\x8e\x7d\x9a\xf6\x3b\xf6\x25\xfd\x4f\xf6\xe9\x2a\xd8\xa7\xe9\xb2\xeb\xfd\x31\x32\x3b\xf6\x3d\xea\x0b\xf6\x69\xf1\xe8\xd8\x87\xc7\x77\x3b\xf6\x69\xfe\xea\xd8\xa7\x85\xd3\xbd\xc1\xf4\x7a\xf2\xee\x0d\xa6\xc4\xd6\xeb\x75\x6f\x30\x25\x00\xd0\x75\x6f\x2f\x89\x19\xfd\xba\x47\xf7\x3b\x92\xdd\xa3\xfb\x1d\xc9\xee\xd1\x31\x92\xff\x7b\x7a\x36\xfb\x1c\xe4\x36\x3e\x07\xb9\xcd\xcf\x41\x6e\xeb\x73\x90\xdb\xfe\x1c\xe4\x76\x3e\x07\xb9\xdd\xcf\x41\x3e\xc2\xe7\x20\x1f\xf1\x73\x90\x8f\xf4\x39\xc8\x47\xfe\x1c\xe4\xe3\xf9\x1c\xe4\xa3\x7c\x0e\xf2\x51\x3f\x07\xf9\x68\x9f\x83\x7c\xf4\xcf\x41\x3e\xec\x73\x90\x8f\xf1\x39\xc8\xc7\xfc\x1c\xe4\x63\x7d\x0e\xf2\xb1\x3f\x07\xf9\x38\x9f\x83\x7c\xdc\xcf\x41\x3e\xc3\xe7\x20\x9f\xf1\x73\x90\xcf\xf4\x39\xc8\x67\xfe\x1c\xe4\xf3\xf9\x1c\xe4\xb3\x7c\x0e\xf2\x59\x3f\x07\xf9\x6c\x9f\x83\x7c\xf6\xcf\x41\x3e\xed\x73\x90\xcf\xf1\x39\xc8\xe7\xfc\x1c\xe4\x73\x7d\x0e\xf2\xb9\x3f\x07\xf9\x3c\x9f\x83\x7c\xde\xcf\x41\xbe\xc2\xe7\x20\x5f\xf1\x73\x90\xaf\xf4\x39\xc8\x57\xfe\x1c\xe4\xeb\xf9\x1c\xe4\xee\xfc\xfd\x0e\x72\x77\xfe\x7e\x07\xb9\x3b\x7f\xbf\x83\xdc\x3d\xb8\xdf\x41\xee\x1e\x5c\xc8\x5d\x67\x7a\xcf\x54\xb4\x7e\xdd\x2f\x0b\x99\x6c\x98\xeb\x7e\x59\xc8\x04\x04\xae\xfb\x65\x21\x6b\x99\x70\xbf\x2c\x88\x6f\xf0\xba\x7f\x15\xe4\x07\x5e\xf7\xaf\x42\x26\x4a\x7d\xdd\x87\x0a\x12\x37\xbe\xee\x43\x85\x3c\xf5\xbf\xc3\xff\xb8\x83\xe3\xf6\x1c\xc8\x1a\xb8\x8e\xdb\xb3\x34\x7b\x2e\x4a\xa7\x01\x92\x83\xeb\x98\x3d\x07\x8d\x02\xc7\xec\x39\xf8\xd2\xeb\x24\x13\x3f\x47\xee\x84\x97\xe0\xd8\x3b\xa3\xf5\x53\x42\x94\x20\x58\xe2\xc8\x7b\x1d\x3c\x26\x5f\x82\x23\xd5\x10\x9e\x1c\xd8\xc4\x2d\xc1\xd1\x6a\x08\xcf\xfc\x6e\x9d\xb4\xa6\x10\x9e\xf2\x6e\x5d\xb4\xc6\x10\x3c\x77\xa2\x04\x47\xb0\xb4\x38\x66\x2f\x81\x62\x12\x04\xf0\x4a\x88\xf4\x7a\xd2\x4f\x47\xb1\x19\x02\xd5\x12\x12\x77\xf6\x6f\xac\x84\x34\x75\x14\x82\x7f\x05\x25\x24\xee\x96\xe3\xbb\x85\xbb\xe5\xf4\x6e\x39\xb4\xe4\x77\x0b\x0b\x75\x7e\x7e\x5b\x32\x8b\x75\x2e\xef\x96\x48\x4b\x7d\xb7\x24\x5a\xda\xbb\x25\xd3\xd2\xdf\x2d\x0f\x2d\xf6\xdb\x42\x61\xf8\x69\x58\xf7\xe8\x49\xf2\x86\x00\x4e\x80\x1c\x27\xfe\x70\xb6\x0c\x9e\x11\x5a\xff\xc8\x0e\x97\xe0\xc0\xa9\xd6\xa4\x23\xaa\xaa\x2f\x47\x14\x8d\x27\x3d\x5b\x8a\xc6\x61\xaf\x29\x01\xe0\xf4\x7a\xcf\x52\xab\xf4\x11\x58\x42\x81\x25\x65\xd0\xb3\xc2\xf8\x68\x33\x87\x7f\x05\x46\x3c\x38\xec\x0c\x16\x98\x48\xbd\x39\x09\x76\x25\x28\x2d\xe9\xf0\xf2\x1d\x53\xd5\xee\x8e\x55\x09\x85\x08\x52\xd4\xef\xdc\x3d\x3d\xaf\xae\x52\x74\x1d\x75\xe6\x7e\x47\xec\x4a\xf0\xe0\x7c\x4d\x8f\x3a\xce\xeb\x2b\x21\x10\xa5\x2e\x41\x58\xeb\xd9\xef\x16\xb8\x32\x16\xd7\x06\x6f\x85\x92\x7f\x07\x25\x98\xcb\x5b\x3c\x2e\x55\x02\xb8\x8b\x16\x1e\x17\xd8\x8b\x16\xfd\xaa\xfa\x43\x5a\xf4\x0a\xfc\x15\x9e\xfe\xbe\xab\xaf\x8d\x21\xf2\x48\x1d\x83\xbd\x8f\xc6\xd7\xd1\xfe\x1d\xca\x1a\xdc\xf5\xbc\x5b\xd4\xa3\xfb\x6e\xa1\x47\x2d\xbc\x5b\xe8\x51\x8b\xef\x16\xae\xdc\xd2\xbb\x85\x0f\xac\xe5\x77\x0b\xfd\x6c\xcf\xbb\x05\x5b\xc0\x61\xb4\xf0\x1e\xc1\x62\xb4\x30\x40\xc1\x63\xfe\xb1\xa9\xcf\x60\x32\x5a\xe8\x33\xb8\x8c\x16\xf5\x79\xbc\x5b\xd4\xe7\xf9\x6e\x51\x9f\xdf\x9f\xf1\xab\xcf\xfb\xdd\xa2\x3e\x9f\x77\x8b\xfa\x7c\xdf\x2d\xf4\xb9\x87\x77\x0b\x7d\xee\xf1\x77\x3a\x50\x9f\x7b\x7a\xb7\xd0\xe7\x9e\xdf\x2d\xf4\xb9\x3f\xef\x16\xfa\xdc\xcb\xbb\x85\x3e\xf7\xfa\x6e\xa1\xcf\xbd\xbd\x5b\xe8\x73\xef\xef\x16\xfa\xdc\xed\xdd\xa2\x3e\x8f\x77\x8b\xfa\x3c\x7f\x27\xac\x57\x9f\xd7\xbb\x45\x7d\xde\xef\x16\xf5\xf9\x3d\xcd\xbd\xfa\x7c\xdf\x2d\xf4\xd9\xc2\xbb\x85\x3e\x5b\x7c\xb7\xd0\x67\x4b\xef\x16\xfa\x6c\xf9\xdd\x42\x9f\xed\x79\xb7\xd0\x67\x2b\xbf\x53\xaa\xfa\x2c\x0c\xe9\x2d\xf4\x59\x38\xd2\x5b\xe8\xb3\xf5\x77\x0b\x7d\x36\x7b\xb7\xa8\xcf\xe3\xdd\xa2\x3e\xcf\x77\x8b\xfa\xbc\xde\x2d\xea\xf3\x7e\xb7\xa8\xcf\xe7\xdd\xa2\x3e\xdf\xdf\x49\x5f\x7d\x1e\xef\x65\x40\x7d\x1e\xf1\xdd\x42\x9f\x47\x7a\xb7\xd0\xe7\x91\xdf\x2d\xf4\x79\x3c\xef\x16\xfa\x3c\xca\xbb\x85\x3e\x8f\xfa\x6e\xa1\xcf\xa3\xbd\x5b\xe8\xf3\xe8\xef\x16\xfa\x0c\xe8\x0c\xa9\x7d\xcd\x1d\x80\xcf\x77\xab\xfa\x3e\xbf\x5b\xd5\xff\xf5\xdd\x2a\x1b\xf6\x77\xab\xec\x38\xdf\xad\xb2\xe5\x7e\xb7\x62\x0f\x60\xf5\xdd\x8a\x4d\x80\xd6\x77\x2b\x76\x01\x5e\xdf\xad\xd8\x06\x88\xa5\xf5\x3d\xc7\x00\x66\xdf\xad\xd8\x06\xa8\x7d\xb7\x62\x1b\xe0\xf6\xdd\x8a\x6d\x80\xdc\x77\x2b\xb6\x01\x76\xdf\xad\xd8\x36\xed\xbb\x55\xb6\x8d\xef\x56\xd9\x36\xbf\x5b\xff\x11\xb0\x2a\x61\xae\xef\x1f\xc8\xec\x8f\x47\xff\x9e\xa6\xe6\xf9\x6e\x95\xd9\xf7\xbb\x15\xb3\x57\xf8\x6e\xc5\xec\x15\xbf\x5b\x31\x7b\xa5\xef\x56\xcc\x5e\xf9\xbb\x15\xb3\xd7\xf3\xdd\x8a\xd9\xab\x7c\xb7\xf2\x4a\x57\xfd\x6e\xc5\xb6\xf5\xf1\xe8\xdf\xd3\xd9\xea\xdf\xad\xd8\xb6\xec\xbb\x55\xb6\x8d\xef\x56\xd9\x36\xbf\x5b\x65\xdb\xfa\x6e\x95\x6d\xfb\xbb\x55\xb6\x9d\xef\x56\xd9\x76\xbf\x5b\xb1\x6d\x87\xef\x56\x6c\xdb\x1f\xcf\xf7\x3d\xed\xed\xf4\xdd\x8a\x6d\x3b\x7f\xb7\x62\xdb\x7e\xbe\x5b\xb1\x6d\x97\xef\x56\x6c\xdb\xf5\xbb\x15\xdb\x76\xfb\x6e\xc5\xb6\xdd\xbf\x5b\xb1\x6d\xdb\x77\xab\x6c\x1b\xdf\xad\xb2\xed\xe3\xf9\xbe\xa7\xc7\xbd\xbe\x5b\x65\xdb\xfe\x6e\x95\x6d\xe7\xbb\x55\xb6\xdd\xef\x56\x6c\x3b\xe1\xbb\x15\xdb\x4e\xfc\x6e\xc5\xb6\x93\xbe\x5b\xb1\xed\xe4\xef\x56\x6c\x3b\xcf\x77\x2b\xb6\x9d\x8f\xe7\x5b\x7f\x6d\x3b\xf5\xbb\x15\xdb\x4e\xfb\x6e\xc5\xb6\xd3\xbf\x5b\xb1\xed\xd8\x77\xab\x6c\x1b\xdf\xad\xb2\x6d\x7e\xb7\xca\xb6\xf5\xdd\x2a\xdb\xf6\x77\xab\x6c\x3b\xdf\xad\xb2\xed\xe3\xf9\xb6\x5f\xdb\x6e\xf8\x6e\xc5\xb6\x1b\xbf\x5b\xb1\xed\xa6\xef\x56\x6c\xbb\xf9\xbb\x15\xdb\xee\xf3\xdd\x8a\x6d\xb7\x7c\xb7\x62\xdb\xad\xdf\xad\xd8\x76\xdb\x77\x2b\xb6\xdd\xfe\xdd\x8a\x6d\xf7\xe3\xf9\xf6\xb7\x6d\xe3\xbb\x55\xb6\xcd\xef\x56\xd9\xb6\xbe\x5b\x65\xdb\xfe\x6e\x95\x6d\xe7\xbb\x55\xb6\xdd\xef\x56\xb7\x2d\x86\xf0\xdd\xda\x68\x8d\xdf\xad\x9d\xd6\xf4\xdd\x6a\xb4\x7e\x3c\x5f\x7b\xd9\x16\xc3\xf3\xdd\x1a\x69\x2d\xdf\xad\x89\xd6\xfa\xdd\x9a\x69\x6d\xdf\xad\x0f\xad\xfd\xbb\xb5\xd0\x6a\xdf\xad\xb2\x6d\x7c\xb7\xca\xb6\xf9\xdd\x2a\xdb\xd6\x77\xab\x6c\xfb\xeb\xea\xc4\xf0\xd7\xd5\x89\xe1\xaf\xab\x13\xe3\x5f\x57\x27\xc6\xbf\xae\x4e\x8c\x7f\x5d\x9d\x18\xff\xba\x3a\x31\xfe\x75\x75\x62\xfc\xeb\xea\xc4\xf8\xd7\xd5\x89\xf1\xaf\xab\x13\xe3\x5f\x57\x27\xc6\xbf\xae\x4e\x8c\x7f\x5d\x9d\x18\xff\xba\x3a\x31\xfe\x75\x75\x62\xfc\xeb\xea\xc4\xf8\xd7\xd5\x89\xf1\xdb\xd5\xf9\x4f\x98\x11\xd3\x5f\x2f\x28\xa6\xbf\x5e\x50\x4c\x7f\xbd\xa0\x98\xfe\x7a\x41\x31\xfd\xf5\x82\x62\xfa\xeb\x05\xc5\xf4\xd7\x0b\x8a\xe9\xaf\x17\x14\xd3\x5f\x2f\x28\xa6\xbf\x5e\x50\x4c\x7f\xbd\xa0\x98\xfe\x7a\x41\x31\xfd\xf5\x82\x62\xfa\xeb\x05\xc5\xf4\xd7\x0b\x8a\xe9\xaf\x17\x14\xf3\x5f\x2f\x28\xe6\xbf\x5e\x50\xcc\x7f\xbd\xa0\x98\xff\x7a\x41\x31\xff\xf5\x82\x62\xfe\xeb\x05\xc5\xfc\xd7\x0b\x8a\xf9\xaf\x17\x14\xf3\x5f\x2f\x28\xe6\xbf\x5e\x50\xcc\x7f\xbd\xa0\x98\xff\x7a\x41\x31\xff\xf5\x82\x62\xfe\xeb\x05\xc5\xfc\xd7\x0b\x8a\xf9\xaf\x17\x14\x9f\xbf\x5e\x50\x7c\xfe\x7a\x41\xf1\xf9\xeb\x05\xc5\xe7\xaf\x17\x14\x9f\xbf\x5e\x50\x7c\xfe\x7a\x41\xf1\xf9\xeb\x05\xc5\xe7\xaf\x17\x14\x9f\xbf\x5e\x50\x7c\xf4\x7c\xea\xbb\xcf\xe3\xdd\xa2\x3e\xcf\x77\x8b\xfa\xbc\xde\x2d\xea\xf3\x7e\xb7\xa8\xcf\xe7\xdd\xa2\x3e\xdf\x77\x0b\x7d\x2e\xe1\xdd\x42\x9f\xcb\x3b\x58\xa8\x3e\x97\xf4\x6e\xa1\xcf\x45\xcf\xe7\x77\x59\x8e\xe5\x79\xb7\xd0\xe7\x52\xde\x2d\xf4\xb9\xd4\x77\x0b\x7d\x2e\xed\xdd\x42\x9f\x4b\x7f\xb7\xd0\xe7\x62\xef\x16\xf5\x79\xbc\x5b\xd4\xe7\xf9\x6e\x51\x9f\xd7\xbb\x45\x7d\xd6\xf3\xe9\xef\x3e\x9f\x77\x8b\xfa\x7c\xdf\x2d\xf4\x59\xd1\xb8\xf7\x12\x1b\x6b\x7c\xb7\xd0\x67\x45\xe4\xde\x4b\x6b\xac\xef\x60\xaa\xfa\xac\x88\xdc\xc7\x92\xaa\x88\xdc\xc7\x72\x5a\xeb\xbb\x85\x3e\x2b\x2a\xf7\xb1\x8c\xd6\xfe\x6e\xa1\xcf\xd5\xde\x2d\xea\xf3\x78\xb7\xa8\xcf\xf3\xdd\xa2\x3e\xaf\x77\x8b\xfa\xbc\xdf\x2d\xea\xf3\x79\xb7\xa8\xcf\xf7\xdd\x42\x9f\x5f\x51\xbc\xf7\x12\xf9\x8a\xe2\xc5\xaf\x65\xf2\x15\xc9\x8b\x5f\x4b\xe5\x2b\x9a\x17\xbf\x96\xcb\x57\x44\x2f\x7e\x2d\x99\xaf\xa8\x5e\xfc\x5a\x36\x5f\x91\xbd\xf8\xb5\x74\x7e\x45\xf7\x7e\xed\xf9\x8c\xf0\xbd\x97\xd0\xcf\x28\xdf\x7b\x19\xfd\x8c\xf4\xbd\x97\xd2\xcf\x68\xdf\x7b\x39\xfd\x8c\xf8\xbd\x97\xd4\xcf\xa8\xdf\x7b\x59\xfd\x8c\xfc\xbd\x97\xd6\xcf\xe8\xdf\x7b\x79\xfd\x8c\x00\xbe\x97\xd8\x1e\xbf\x5b\xb1\xad\xa7\xef\x56\x6c\xeb\xf9\xbb\xf5\x9f\xcb\x6d\x7f\xbe\x7f\x80\xd9\xfd\xe3\xd1\xbf\x97\xdd\x5e\xbf\x5b\x31\xbb\xb7\xef\x56\xcc\xee\xfd\xbb\x15\xb3\xbb\x7d\xb7\xca\xec\xf1\xdd\x2a\xb3\xe7\x77\xab\xcc\x5e\xdf\xad\x32\x7b\x7f\xb7\xf2\x4a\xfb\xf9\x6e\x95\x6d\x1f\x8f\xfe\xbd\x3c\x5b\xf8\x6e\xc5\x36\x8b\xdf\xad\xd8\x66\xe9\xbb\x15\xdb\x2c\x7f\xb7\x62\x9b\x3d\xdf\xad\xd8\x66\xe5\xbb\x15\xdb\xac\x7e\xb7\x62\x9b\xb5\xef\x56\x6c\xb3\xfe\xdd\x8a\x6d\xf6\xf1\x7c\xdf\xcb\xb8\x8d\xef\x56\xd9\x36\xbf\x5b\x65\xdb\xfa\x6e\x95\x6d\xfb\xbb\x55\xb6\x9d\xef\x56\xd9\x76\xbf\x5b\xb1\x6d\x84\xef\x56\x6c\x1b\xf1\xbb\x15\xdb\x46\xfa\x6e\xc5\x36\x05\x2a\xd3\xf9\xb5\x4b\x81\x4a\x6f\xc1\x26\x05\x2a\xbd\x05\x7b\x14\xa8\xf4\x16\x6c\x51\xa0\xd2\x5b\xb0\x43\x81\x4a\x6f\xc1\x86\x57\xa0\xf2\xbc\xfb\x3f\xde\x2d\xea\xfb\x7c\xb7\xa8\xdf\xeb\xdd\xa2\x3e\xcb\x3b\x5b\xef\x3e\x9f\x77\x8b\xfa\x7c\xdf\x2d\xf4\xf9\x15\x8c\x5c\xbf\x7d\x7e\x05\x22\xd7\x6f\x9f\x5f\x41\xc8\xf5\xdb\xe7\x57\x00\x72\xfd\xf6\xf9\x15\x7c\x5c\xbf\x7d\x7e\x05\x1e\xd7\x6f\x9f\x5f\x41\xc7\xf5\xdb\x67\x05\x1c\x5b\xe0\xaf\xaa\x4f\xfd\xbb\x75\xd3\xfa\xf6\xba\x8a\x7a\xaa\x3d\xc2\xf7\x82\xaa\x40\xe3\x73\xdf\x2d\xeb\xb7\xa5\xa9\x17\xda\x65\x3d\xef\x16\x9e\x53\x79\x4f\xa4\x8a\x1e\x3e\x23\x84\x96\x7e\x9e\xb2\xb7\x2a\x7a\xf8\x3c\xdf\xad\xd1\xb7\xba\xc6\xca\x48\x50\x96\xe8\x91\xc3\x1c\x66\xc8\xe1\xac\x1c\xd8\x37\x8c\x1e\x39\xcc\x61\xdc\x1c\xce\xce\xe1\xae\x1c\x7c\xf7\xbb\xc4\xc5\xfe\xf3\x6c\xb4\x6e\xfb\xb9\x52\x46\x48\xb3\xc4\x55\x7e\xff\x3b\x5a\x0e\x33\xbe\xef\xc3\x26\xdb\xec\x39\x9c\xc2\x6f\x5f\xff\x69\xda\x7e\xe3\x77\x5c\x91\xff\x74\xfe\x63\x39\xac\xfc\xbe\x87\xb1\x97\x1c\x7e\x7a\xfb\x6e\x1d\xb4\xe6\xef\x73\xb5\xe7\x6e\xb2\xe5\xe3\xae\xda\x7f\x5f\x3f\x7d\xa1\x85\x3d\xf8\x63\x39\xdc\x9f\x2b\xf0\xd6\x17\x7b\xf1\x67\xd0\x3a\xce\xf7\xf5\xef\xdf\xe7\xb9\xc3\xff\xf4\x3c\x77\xfc\xdf\x9e\xe7\x4e\xff\xf5\x3c\x77\xfe\xdf\x9e\xe7\x7e\xfe\xb7\xe7\xb9\xcb\xff\xf6\x3c\x77\xfd\x9f\x9e\xe7\x6e\xff\xd3\xf3\xdc\xfd\x7f\x7a\x9e\xdb\xfe\xb7\xe7\xb9\xc7\xdf\xe7\xb9\xe7\xff\xf4\x3c\xf7\xfa\xaf\xe7\xe9\x51\x47\x95\x40\x79\xb6\xe1\xe7\x11\xcf\x3a\xa4\x0c\xf1\x50\x89\x27\xbc\x5b\x2e\x2d\x7c\xeb\x93\x67\xab\x48\xe1\xd0\x51\x79\x27\xeb\x95\x78\x94\x11\xc4\xec\x73\x94\x11\xa4\xff\x29\x69\x8b\xef\xeb\x28\x23\xe8\x1f\x0c\x0b\x25\x1e\xe5\xe3\xe9\x76\x24\xd3\x54\x5d\x52\xc9\x42\x4c\x06\x47\xc9\x34\x18\x7d\x94\x2c\xa4\xae\x90\x4c\xf3\xf0\xb8\x08\xf2\x91\xe2\x54\x22\xc1\x3d\x52\x9c\x4a\xbc\xca\x37\xe4\x0e\x57\xf9\x6a\x7c\xe8\x57\xf9\x6a\x98\x70\x95\xaf\xc6\x1d\xae\xf2\xd5\x74\x24\xd3\xf5\x3b\x99\xae\x6b\xca\x74\x1e\x37\x41\x39\x52\x9c\x4a\xbc\xca\x37\x64\x92\x25\x08\x47\x8a\x93\x17\x87\xfd\xa6\x38\x95\x48\xd0\x8d\x14\xa7\x12\x09\xb6\x91\xe2\x54\x12\x41\x36\x52\x9c\x4a\x0a\x4a\x86\x2a\x1c\x29\x59\xe8\xe1\x48\xc9\x42\x95\x23\x25\x7b\xe9\x2a\x4a\xf6\x6a\x1c\x61\xdf\xd5\x55\xb0\xcf\x53\x9c\x4a\x0a\x4a\xf6\x8a\x1c\x61\x5f\xd2\xff\x64\x9f\xae\xa2\x64\xaf\xc3\x91\xde\xdf\xe2\x48\xc9\x6c\xea\x0b\xf6\x15\xfd\x4e\xf9\x86\xfe\xa6\x53\x54\xb2\x17\x7d\x21\xd8\x45\x8a\x53\x49\x1e\xe8\x52\x8a\x53\x49\x1e\xe4\x52\x8a\x53\x49\x1e\xe0\x52\x8a\x53\x49\x1e\xb8\x52\x8a\x53\x49\x0a\x48\x4d\x1d\xcd\x8f\x41\x9e\x3c\x10\xf5\x1a\xe4\x89\x20\x94\x06\x79\x22\x00\xa5\x41\x9e\xe2\xfd\x18\xe4\x29\x85\xdf\x41\xfe\x73\x14\x3f\x46\x72\x22\xaa\xa4\x91\x9c\x88\x28\x69\x24\xa7\xf4\x7c\x8c\xe4\x44\x24\x49\x23\x39\xa5\xfa\x31\x92\x53\x6a\x1f\x23\x39\x11\x3d\xd2\x48\x4e\xc9\x3e\x46\x72\x4a\xe3\x63\x24\xa7\x34\x3f\x46\x72\x4a\xeb\x63\x24\xa7\xb4\x3f\x46\x72\x4a\xe7\x63\x24\xa7\x74\x3f\x46\x72\xca\xe1\x63\x24\x27\x22\x43\x1a\xc9\x29\xa7\x8f\x91\x9c\x88\x08\x69\x24\xa7\xfc\x7c\x8c\xe4\x44\x24\x48\x23\x39\x11\x05\x7a\x8d\x64\x22\x40\xaf\x91\x4c\xf4\xe7\x35\x92\xb3\x7d\x8e\x64\xa2\x3e\xaf\x91\x4c\xc4\xe7\x35\x92\x89\xf6\xbc\x46\x32\x91\x9e\xd7\x48\xce\xe7\x73\x24\x13\xe1\x79\x8d\xe4\x27\x7c\x8e\xe4\x27\x7e\x8e\xe4\x27\x7d\x8e\xe4\x27\x7f\x8e\x64\xa2\x39\xaf\x91\x4c\x24\xe7\x35\x92\x9f\xfa\x39\x92\x89\xe0\xbc\x46\x32\xd1\x9b\xd7\x48\xf6\xc8\xcd\xef\x48\xf6\xa8\xcd\xef\x48\xf6\x88\xcd\xef\x48\xf6\x48\xcc\xef\x48\x7e\xa8\x1a\x1b\x3c\x5d\x8f\xc0\xdc\xa1\xd1\x43\xae\xf8\xd0\x9b\x86\x6a\x69\x36\xae\xe2\x51\x17\xaf\xf4\xfe\xef\x29\x39\x29\x1b\xaa\x60\xac\x07\x62\xbc\x3e\xd7\x8f\x2a\x47\x0c\xdd\x42\x71\xad\x61\x50\xa1\xb8\x76\xe8\x76\xa4\x34\xe9\x45\x7b\x40\xc5\x0b\x9d\xfc\x68\x73\xa4\xab\x1c\x8e\xf4\xbb\x8b\x2a\x15\x8f\xa5\xa2\x19\x15\xf8\x9d\x07\x4f\x1e\xc4\xe4\x4b\xf2\xc0\x89\x17\xac\xf8\x51\xe6\x88\xbe\x78\xc0\xc4\xeb\x1b\xfc\xa8\x70\xc4\x6b\xf0\x40\xc9\x73\xf5\xc8\x3c\x48\xe2\x75\x03\x7e\x84\xee\x55\xd1\x11\xba\x57\xb2\x5d\xc5\xc1\x55\x3d\x43\xf7\xaa\x31\x94\x2a\xba\x57\x8d\x81\x5c\xd1\xbd\xea\xfc\xaf\x61\x43\xe7\x7f\x0d\x1b\x48\xf5\x4a\x0d\x1b\x3a\xd7\x6c\xd8\x60\xf4\xac\x61\x83\x71\xf7\x86\x0d\xa6\xab\x60\x83\xf1\xcc\x1a\x36\x4c\xfd\x8f\x9e\x2d\x86\x52\xa3\x67\x60\x85\xd4\xe8\x19\xc9\x60\xa9\xd3\xb3\xad\x23\x7a\xa6\x77\xd4\xe9\x19\x99\x75\xa9\xd3\xb3\xab\x33\x51\xe4\x0a\x3c\x6b\xca\x7c\x83\xa6\x25\xca\x7c\x83\xde\x03\x65\xbe\x21\x32\x85\x50\xe6\x2b\xef\x25\x51\xca\x2b\x8f\x23\x51\xca\x1b\x34\xa1\x50\xca\x1b\x34\x99\xa2\x46\x11\x0a\xf6\x51\xaa\x1b\x2a\x57\xa1\x54\x37\x68\x8a\xa4\x54\x57\x1e\x45\xa2\x54\x37\xe8\x1d\x51\xaa\x1b\xf4\x56\x8c\xbe\x74\x9e\x92\xa1\x0e\xd6\x75\x3f\xd4\xc1\xf4\x1e\x50\xa3\x08\xc6\x48\x1e\xdc\x5d\xcf\x7a\x70\xf7\xc9\xfd\x06\x77\x5f\xfc\x6e\x70\xf7\xcd\xfb\x1b\x3c\x09\xb2\x39\xd3\xe0\xee\x7a\xd6\x83\xbb\x93\x9f\x9a\x06\x77\xbf\xf4\x6c\x70\xf7\x4b\xcf\x86\xb4\xc9\xf4\x3b\x64\xbe\x22\x7d\x71\x4f\xcf\x77\x2f\xfc\x08\xc5\x31\x4d\x6e\x13\xc5\x31\xbc\xc4\x34\x51\x1c\xc3\xfb\x4b\x13\x59\xb1\xac\xab\x20\x2b\xa6\xef\x61\x22\x2b\xf6\xe8\x2a\xde\x97\x58\x74\x07\xb2\x34\x0b\x23\x6b\xd2\x17\x2d\x78\x13\xc9\xb1\xc6\xb8\x9e\x14\xcb\x6b\x94\x2f\xfa\x39\xb9\xe6\xa2\x50\x7e\x71\xbf\x45\xa1\xfc\xd6\x11\x8a\x6a\x5a\x10\x16\x8a\x6a\x47\x47\xd8\xa7\x27\xb1\xb0\xef\x32\x0a\x16\x72\x64\x91\x9e\x2d\xe4\xc8\xb4\x18\x2e\xe4\xc8\x34\xce\xdc\x03\x2a\x49\x36\xb8\xe7\xe3\x53\x90\x1f\x49\xaa\x8c\xb7\xb9\x24\x55\xc6\xef\x50\xaf\x4b\xc6\x5b\x41\xbd\x2e\x0d\xfd\x2f\x73\x44\x5f\x50\xaf\x83\xd5\xb1\x24\x34\xe9\x92\xc6\x0b\x9a\x74\x3f\x86\xfd\x63\x4a\x46\xae\x2e\xe9\x93\x46\xae\x2e\x2d\xba\x89\x5c\x5d\xda\xbc\x4c\xe4\xea\x92\x3e\xe9\x2d\x45\x35\x75\x4c\x8a\x6a\x18\x7b\x48\x96\x3d\x98\x70\x30\xe8\xf0\x3b\x84\xed\xa0\x22\x2f\x09\x61\xbb\xa4\x01\x89\xb0\x5d\x0e\x3a\x13\x45\xb5\xc8\x90\x40\xd8\x2e\xeb\xc1\x23\x6c\x97\x23\x1f\x0e\xea\x75\x59\x08\x05\xf5\xba\x9c\xe8\x19\x9a\x74\x59\x13\x03\x9a\x74\x59\xab\x2d\x9a\x74\x59\x1f\x3f\x9a\x74\xb9\x70\xcd\x8b\x4e\x5a\xe5\x2a\x97\x9e\x75\xfa\x82\x26\x5d\xd6\xa0\x43\x93\x0e\x69\xfd\x92\xd0\xa4\xcb\x53\xbf\x43\xcf\x6d\xd2\xeb\x8b\x9e\x9b\x5e\x11\x7a\x75\x59\xcf\x1a\x4d\xba\x4c\x5a\x79\x46\x93\x0e\x95\xb6\x92\xa5\x49\xe7\x0c\x70\x25\xa3\x49\x07\xef\x92\x0b\xd5\xb9\x82\xdb\xe0\x08\x3d\x37\x50\x48\x0e\xd2\x73\xbb\x1c\xa1\xe7\xe6\x45\xa3\x5e\x2c\xe6\x47\xba\x66\xe7\x48\x67\xc2\x04\x51\xd4\x17\xb4\xde\xaa\x7e\x87\xd6\x5b\xd5\xef\xd0\x7a\xf3\x82\xe9\x1f\xb7\xd7\x8f\x98\x06\x33\xba\x73\x0f\xcf\x2c\x3b\xd6\x2e\x0f\x83\x3c\x47\x6c\x60\xe1\xca\x68\xd2\x3d\xa6\xdf\x61\x03\x0b\x50\x96\x26\x1d\x08\x25\x4b\x93\x4e\xcf\x25\x62\x03\xa3\x27\x47\x6c\x60\x79\xcf\x68\xd2\x15\xf0\x74\x46\x93\xae\x80\x30\x33\x9a\x74\x05\xf4\x99\xd1\xa4\x43\x69\xc4\xc5\xfd\xfc\x88\xff\xa1\x49\x57\xf8\x88\xb3\x74\xe7\x40\x3d\x59\xba\x73\x2c\xa2\x59\xba\x73\x00\x96\x2c\xdd\xb9\xa1\xff\xa1\x3b\xb7\xb0\x4f\xba\x73\x24\x88\x67\x69\xcb\xe9\xbd\x4b\x5b\xee\xea\x0e\x62\xd5\xe0\x99\xa1\x2d\x57\x59\x0c\x33\x75\x99\x95\x09\x3a\xa3\x2d\x57\x01\x25\x19\x6d\xb9\xca\x28\xcf\x68\xcb\xd5\x87\xbb\x53\x7b\x09\xe5\x69\xc9\x54\x54\x56\x50\x64\xce\x28\xaa\x75\xde\xb4\x14\xe3\x3a\xfd\x94\x62\x1c\x53\x4f\x96\x62\xdc\xd0\xff\xe8\xd9\xc4\x06\x29\xc6\xc9\x3e\x29\xc6\x6d\xde\x98\x14\xe3\x98\x43\x32\x5a\x6f\x2d\xd2\x33\xb4\xde\x5a\xd2\x99\x68\xa8\x31\xb5\x66\xe9\xb9\x91\xe1\x9e\xa9\x77\x6c\x78\x47\x99\x7a\xc7\x56\x74\x26\x5a\x6f\x84\x03\xb3\xb4\xde\x34\x5a\xa5\xf5\x06\xcc\xca\x8e\x61\x4b\x63\x09\xcf\x8e\x61\x4b\x03\x66\x65\xe9\xc0\x35\x9d\x89\x0e\x9c\xc6\xb5\x74\xe0\x8c\xa7\x24\x1d\x38\xd3\xef\xb0\x41\x63\x57\x3a\x70\x43\xbf\x43\x07\xce\xfe\x85\x92\xb3\x24\xe2\xf4\xa8\xa5\x03\x37\x74\x03\x4c\x67\x0a\xc9\xe8\xc0\xb5\xad\x23\x4c\x3f\x9c\x89\x0e\x5c\xd3\xe7\x20\x1d\xb8\xc0\x00\x91\x0e\x1c\x68\x37\xa3\x03\xd7\x0e\xdd\x94\x0e\x1c\x93\x70\x96\x0e\x1c\x13\x6d\x96\x0e\x1c\x2e\x4f\x46\x07\x0e\x06\xd9\x92\xd1\x81\xeb\x7a\x29\xe8\xc0\xf5\xc2\xcb\x44\x07\x0e\x96\xd8\x92\xd1\x81\xeb\x55\x77\x77\xfb\x7a\xd3\x11\x55\x17\x60\xd8\x8c\xd6\x5b\x37\x06\x2b\x54\x36\x7d\xe8\x88\x9e\x2d\x5e\x03\x0a\x6e\x88\xff\x97\x0c\xcd\x4d\x07\x99\x66\x68\x6e\xfa\xd6\xef\xe8\x99\x9e\x19\x0a\x6e\x5d\xb6\x43\x71\x63\x41\x67\xa2\x42\x17\x75\x26\x2a\x74\x9a\x5a\xa1\xb1\xa1\xac\xb6\x64\x68\x6c\x8c\x45\x26\x43\x63\x63\xfa\x18\xc1\xb0\xa6\xe7\x02\x86\xb5\x47\xff\x83\xaa\x46\x43\xf7\x45\x55\xc3\x1b\x7b\x51\xd5\xf0\xe4\x5f\x54\x35\xba\x0a\xfd\x6c\xfa\x1d\x45\x1d\x4d\x67\xa2\xa4\xa7\x27\x08\x55\x8d\x75\x5d\x13\x1b\x8c\xf7\x00\xf6\x35\x8d\x33\xb0\xaf\x0d\xac\x05\xfb\x1a\xd8\x22\x83\x7d\x6d\xea\x4c\x7f\x0f\xa6\xe9\x0c\xec\x6b\x7a\x0f\xd0\xd4\x18\x1e\x57\x46\x89\xcd\x40\x52\x19\x5c\x6c\x57\x67\x62\xdf\xd5\x35\xdd\xbe\x11\x74\x3f\xa8\x78\x02\xbd\x46\xa5\x6d\x44\x5d\x65\x73\xa4\xff\xb9\x7d\x23\xe9\x9a\x97\x23\xde\x8a\xef\xe5\x94\xa1\x49\x03\x74\x3d\xf4\x8e\x40\xd0\xe3\xd1\x99\x85\x23\x9e\x99\xef\xc5\x94\xa1\xb1\x0b\xba\x1e\x7a\x2b\xa0\xeb\xa1\x67\x0d\xba\x1e\xa6\x33\xb1\x41\x0b\x02\xe8\x7a\x68\xec\x82\xae\x87\xa6\x09\xd0\xf5\x98\xba\x0a\x36\x2c\x9d\x89\x0d\x1a\xbb\x20\xef\x01\x48\xc8\x13\x1b\x88\xc0\x66\xdf\x5b\x29\x70\xc5\x95\xec\xfb\x2a\x05\xc1\xfe\x92\x7d\x4f\xa5\x4c\xf5\x1a\xc4\x3e\x35\xf1\x81\xd8\x61\x79\x2b\x19\xc4\x3e\x35\x42\x40\xe5\x53\x93\x1b\xc8\x7b\x6a\x4c\x80\xbc\x27\x5e\x78\x06\x5d\x4f\xc2\x5e\x19\x74\x3d\x27\x4f\x10\x74\x3d\x35\x42\x40\xd7\x73\x71\x15\xd0\xf5\x94\x45\x20\xe8\xa9\xf1\x02\x82\x9e\x1a\x21\x20\xe8\xa5\x99\x08\x04\xad\xb2\xa6\x0c\x82\x5e\x04\xcf\xf2\x92\xba\x22\x36\x2c\xd4\x15\xb5\xf4\x2f\xa9\x2b\x32\xe6\xb7\xd4\x15\xe9\x35\x78\xda\x19\x87\xff\x7b\x4a\x06\x6a\xa3\x90\x50\x32\x42\xd1\x28\x24\x94\x8c\x50\xf4\x32\x6e\x87\x50\xf4\x32\x9d\xe9\xe6\xad\xa9\xff\x19\x47\x98\x07\xf2\x5e\x5b\x57\xc1\xbc\x83\x09\xa0\xeb\xad\x21\x0f\xba\xde\xb8\x5f\x19\x74\xbd\x35\xa1\x80\xae\xb7\x06\x32\xe8\x7a\x6b\xa2\x05\x5d\xef\xc2\x6b\x00\x41\x6f\xad\x8c\x20\xe8\x2d\x54\x87\xc6\xf3\x16\xb2\x39\x08\x3d\xe2\xb2\x66\x8f\x95\x97\xad\x61\x8d\xfe\xf3\xd6\x14\x82\xfe\xf3\xc6\x81\xcd\x60\xed\xad\xd5\x0f\xac\xbd\x85\x11\xc0\xda\x7b\x71\x15\xb0\xf6\x5e\x58\x0b\xd6\xde\xc4\xea\x32\x58\xfb\x10\x02\xc8\x68\x43\x23\x49\x5f\x32\xda\xd0\x47\x18\x01\x1c\x7e\x34\xe4\xc1\xda\x0a\x2e\x65\xb0\xf6\x69\x3a\x13\xb1\x4a\x0d\x72\xb4\xa1\x15\xe7\xca\x68\x43\xab\x44\x2f\x83\xc3\x8f\x93\xf7\x94\x07\x1c\x7e\x08\x6a\x3c\xe0\xf0\x43\xaf\x1f\x70\xf8\xd9\xfa\x1f\x4c\x5e\x5b\xff\xc3\x06\xbc\xa3\x07\x1c\x7e\xd8\x9a\x79\xc0\xe1\x97\x45\xe6\x01\x87\x23\x87\x5e\x1e\x70\xf8\x65\x3a\x7b\xc0\xda\xc8\xa1\x97\x07\xac\x8d\x42\x56\x79\xd0\x7f\xbe\x8c\x82\x07\xfd\x67\x08\x61\xca\x03\x0e\x87\xa9\xa9\x3c\xe0\xf0\x4b\x50\xe3\x01\x87\x43\x03\x58\x1e\xb0\xf6\x65\xf1\x7d\xc0\xda\xd7\x89\x0d\xcb\x03\xd6\xbe\x94\x4a\x3e\x60\xed\xcb\x74\xf6\x80\xb5\x91\xdd\x2a\x0f\xda\xd0\x77\xe8\x7e\xf4\x73\xe9\x9a\xf4\x05\xcf\xf0\x01\x4f\x5f\x7c\xc1\x07\x8d\x67\x08\x04\xcb\x83\xc6\x33\x54\x35\xe5\x01\x6b\x5f\x82\x13\x0f\x2a\x66\x0a\x04\x3d\xa8\x98\x05\x3c\xc3\x07\x15\xb3\x00\x28\x79\x50\x31\x0b\x80\x92\x07\xea\x94\x40\x40\xee\x41\xc5\x4c\x25\xb8\x0f\x2a\x66\x81\xaf\xe3\x11\x3d\x4a\xd3\x11\xe2\x9f\xe0\xbf\x27\x21\xfe\xd9\xe9\x27\x2a\x66\x0a\xef\x3c\xa8\x98\xa1\xa8\x51\x1e\x54\xcc\x50\xd4\x28\x0f\x2a\x66\x01\xbf\xe6\x41\xaa\x2c\xf0\x1d\x3d\x48\x95\xc1\xb6\x5c\x1e\xa4\xca\xd0\x1b\x2c\x0f\x1c\x28\x08\xca\x97\x27\x63\x03\x21\x80\x27\x63\x03\x4b\xf1\x03\x07\x4a\x58\x3a\x93\x7e\x12\xfa\x79\x1e\xfa\xa9\x31\x08\x97\x89\x36\x03\x9f\x07\x11\xcf\xa0\x33\x33\x47\x5c\xf3\x91\x48\xa9\xce\x94\x48\xa9\xfe\x27\x91\x52\xfd\x4e\x22\xa5\xd8\xf7\xc0\x42\x97\x75\x3f\x58\xe8\x08\xfd\x3c\x0f\x22\xa5\x8f\xfe\x87\x48\xe9\xa3\xff\x21\x52\x5a\x75\x3f\x44\x4a\x7f\xa0\xcd\x7f\x4e\xc9\x0f\xd5\xba\x51\x43\xb7\x60\x02\xce\xca\x53\x30\xc1\xb8\x24\x74\x25\x71\x30\x08\x0a\x26\xb0\x41\xf3\x14\xba\xa2\xcf\xb6\xd0\x15\xd0\xe0\x43\x79\x6c\xc4\xed\x7e\x28\x8f\x8d\xa0\xeb\xa7\x4a\x13\x95\x17\xe6\x78\xba\x26\x56\xe2\xa7\x4a\x13\x95\x17\x5d\xd1\x44\x8d\xf4\xa5\xa2\x89\xca\x04\xf6\x54\x34\x51\x13\x77\xa8\x68\xa2\x26\x6c\xa8\x68\xa2\x12\x2d\x7b\x2a\x9a\xa8\xfa\xc0\x2b\x9a\xa8\x45\x57\x41\x13\xb5\xe8\x7f\x68\xa2\x16\xdd\xcf\x6d\x48\x2c\x5c\x8f\x47\x88\x6b\x9a\xf4\xac\xd1\x33\x56\xf0\xa7\x71\x77\x4d\x6e\x8d\xbb\x1f\xfd\x8f\xbb\xeb\x43\x6d\x48\x96\x06\xee\xe7\x98\xb9\xa2\x1f\x57\x1e\x4f\x39\xab\x0a\xda\x3c\x0d\x45\x56\x6a\xaf\x9f\x26\x45\x56\xf5\x05\x45\x56\xe2\xb0\x4f\x47\x91\x15\x24\xfc\x74\x14\x59\x65\x51\x97\xec\x2a\x6f\xba\x23\xbb\xaa\xc9\xad\x23\xbb\x4a\x6c\xf0\xe9\xc8\xae\x12\xa3\x7d\x3a\xb2\xab\x1a\x21\x1d\xd9\x55\x16\xae\xc7\xb1\x76\xcd\xa6\xbb\xbb\x7d\x79\xe8\x7e\xd8\x37\x74\x4d\xec\x1b\xba\x26\xf6\x81\x6c\x9e\x8e\x7d\x4b\xd7\xc4\x3e\x4d\x7c\x1d\xfb\xf4\x3c\x0d\xfb\x88\xd8\x3e\x86\x7d\x57\x47\xc8\xb5\x6a\x72\x33\xc9\xb5\xf2\x6e\x0d\xb9\x56\x96\xb8\xc7\x90\x6b\x25\x4c\xf3\x98\xe4\x5a\x75\x15\xe4\x5a\xf5\xde\x4d\x9c\x51\xf4\x13\x4a\xc8\xa7\xea\x4c\xb7\x4f\xa1\x98\xc7\x90\x72\xed\xba\x26\x52\xae\xa6\xfb\x89\x0e\x52\x57\x81\x0e\x72\xe8\x2a\xc8\xd1\xea\x29\xa1\x88\xfc\x0c\x6c\x47\x11\x19\x6e\xbe\xf2\xa0\x88\xfc\x90\x71\xf0\x40\x13\xf9\x6c\xae\x09\x0d\xe4\xc3\x96\xda\x83\xea\x71\xd1\x77\x04\xb9\x63\xd1\x58\x82\xdc\x11\x82\xa7\xf2\x40\xee\x58\x34\xf5\xa0\x65\x5c\x32\x4f\x10\x02\xc7\x82\x8f\xf5\x40\xe0\x58\xf4\xad\x40\xe0\x58\x34\xce\x20\x70\x2c\x44\x65\x1f\x08\x1c\x8b\xbe\x15\x08\x1c\x8b\x26\x68\xf4\x8a\x8b\xe6\x10\x08\x1c\x15\xde\x79\x20\x70\x2c\x7a\x12\x10\x38\x96\xc1\x7b\x87\xc0\xb1\xe8\x8b\x83\xc0\xb1\x6c\x9d\x89\x0d\x5b\x77\x38\x9f\x4b\x00\x44\x8c\x88\xf7\x97\x07\xb2\xc5\xca\x86\xec\x03\xd9\x22\xba\x81\xe5\x71\x04\x5d\x2b\xe0\xf0\x71\x04\x5d\xab\x9e\x12\xe2\xc2\x55\xdf\xdf\x82\x2c\x53\x53\xf2\x82\x2c\x93\x4d\xc9\x07\xe1\xe1\xaa\x85\x12\xe1\x61\x05\x89\x1e\x84\x87\x5d\x6f\xf0\xbf\xa7\x64\x34\x89\xab\x3e\x54\x34\x89\xab\x70\x07\x9a\xc4\x8a\x34\x3d\x68\x12\x43\x92\x5e\x1e\x34\x89\x2b\xb1\x97\x07\x4d\xe2\xda\x18\xc8\x1b\x83\x4c\x67\xba\x41\x46\x50\xe3\x41\x69\xb8\x0a\x9d\xa1\x34\x5c\xf5\xc1\xa1\x34\x5c\x89\x5d\x3f\x28\x0d\x57\x3d\x5c\x94\x86\xab\xf0\x18\x4a\xc3\xf0\xcc\x96\x07\xa5\xe1\xa6\xb5\x10\xa5\xe1\xa6\xc9\x1b\xa5\x61\x45\xa8\x1e\x94\x86\x15\xa1\x7a\x50\x1a\x46\xd0\xb0\x3c\x28\x0d\x37\xad\x77\x28\x0d\x37\xad\x70\x28\x0d\x23\x45\x58\x1e\x94\x86\x9b\x10\x03\x4a\xc3\x4d\x28\xcb\xb1\x76\x55\x6c\xe9\x41\x69\xb8\x69\xad\xbf\x62\x29\xe5\x0e\x52\x1a\xd6\x27\x26\xa5\x61\x21\x53\x29\x0d\x6b\x51\x93\xd2\x30\x14\x25\x8f\x94\x86\x35\xb1\x4b\x69\x58\x08\x0c\xa5\xe1\x0e\x97\xc2\x83\xd2\x70\x17\x4e\x45\x69\xb8\x6b\xe1\x42\x69\xb8\x13\x67\x7e\xa4\x34\x2c\x64\x2a\xa5\x61\x4d\xf3\x52\x1a\xd6\x08\x91\xd2\x30\x58\xb4\xa0\x26\xdc\x19\x05\x05\x35\xe1\x8e\xa3\x5d\x50\x13\xee\xa0\xac\x82\x9a\x30\xb4\xa0\xa5\xa0\x26\xdc\x87\x7e\x07\x7f\x1c\x9f\x5f\x41\x4d\xb8\x6f\x9d\x89\x0d\x4c\xc2\x05\xc5\xe0\xce\x12\x57\x50\x0c\xee\xd8\x5e\x50\x0c\xee\x38\xda\xc5\xf1\x74\x55\x58\xa8\x44\x14\x91\x03\xf7\x43\x4d\xd8\xc8\xe9\x28\xa8\x09\x5b\xd4\x99\x62\x8b\xe5\xee\x11\xb6\x58\xc6\x44\x89\x28\x22\x43\x52\x52\x50\x1a\xb6\xaa\xdf\xa1\x7a\x2c\xdb\x51\x13\x36\x70\x78\x41\x4d\xd8\x64\x3b\x6a\xc2\xf0\xf9\x96\x82\x9a\xb0\x2d\xdd\xe1\x70\xa4\xff\xdd\x8f\x2f\xa7\xa0\x26\xac\x70\x4b\x41\x4d\x78\x00\x58\x0a\x6a\xc2\xda\xe9\x2f\xa8\x09\x2b\xc0\x52\xc0\xe1\x83\x49\xa3\x80\xc3\x51\x60\x2e\x05\x1c\x3e\x2a\xcf\x13\x1c\x3e\x88\x99\x16\xb0\xf6\x60\x59\x29\x60\xed\x81\x1f\x5c\xc0\xd3\x83\xaf\xb8\x80\x99\x07\x9b\xc3\x05\xcc\x3c\xae\xfe\xe7\xf7\x9b\xa0\xd6\x02\x2e\x9e\x7a\x0f\xe0\xe2\x49\xe8\xa7\x80\x8b\xd1\x68\xf4\xb0\xbf\xab\x3a\xf3\x74\x3d\x92\x5d\x27\x11\xfe\xe2\x91\xec\x8a\xe4\x51\x29\x70\x03\xce\xa2\xff\xf9\x33\x9b\x84\xe0\x0a\x78\x5a\x41\x94\x02\x9e\x9e\xf8\x97\x05\x3c\x8d\xe4\x51\x29\xe0\xe9\xc9\x5e\x40\x01\x17\x43\x43\xe9\xdb\x0c\x7e\x84\x45\x80\xd8\x09\x8f\x4b\x21\xff\x62\xe1\xf5\x17\xb8\xfa\x16\x5f\x5c\x29\x28\x3e\xe3\xe5\x14\x31\xf0\xfd\x78\x86\xff\x39\x25\x17\xd0\x2e\xec\x95\xa5\x78\xb0\xba\xa2\xbe\xe4\xbb\x1a\x7e\xa4\x4b\x22\x61\x2d\x63\x45\x22\x03\x76\x2a\xa0\x64\x05\x3c\x0a\x28\x79\x99\x7e\x87\x84\x35\x91\xc2\x02\x4a\x56\xc0\xa3\x14\x0c\x22\xf2\x53\x2a\x06\x11\xf9\x29\x20\xe8\xa5\x4f\x13\x04\xbd\xc0\xda\x05\x04\xbd\x98\x96\x0a\x08\x7a\x11\x15\x2a\x20\xe8\x1d\x74\x26\x12\xd6\x41\xd7\x44\xc2\x1a\xc4\x50\x40\xd0\x9b\xad\xb1\x02\x82\xde\x1a\x20\x20\xe8\x5d\xf4\x3b\xb7\x0f\xe6\xd5\x52\x40\xd0\xdb\x74\x77\x68\x96\xf5\x32\x3d\x1b\xa3\xee\xa9\xa3\xcb\x11\xf6\x79\xb4\xba\x6e\x36\xa7\x0a\x58\x7b\xe3\x8c\x15\xcf\xc6\xa8\xa8\x0b\x94\xe2\xd9\x18\x75\xe3\x3d\x14\x70\xf8\x96\x7d\x1e\xd7\xae\x47\x9f\xa6\xc7\xb5\x2b\xac\xfb\xa5\x80\xd1\x8f\xde\x26\x18\xfd\x68\xe8\x82\xd1\x8f\x86\x2e\x18\xfd\x54\xfd\x6f\x72\x84\xed\x4d\x12\xdd\x3a\x13\x89\x6e\x16\x99\x02\x46\x3f\xe0\x9c\x02\x0e\x3f\xa0\x97\x02\x0e\x3f\x44\x2d\x0b\x38\xfc\x2c\x9d\xf9\x70\xc4\x1d\xc0\xe1\x47\xef\x1d\x1c\x7e\xf4\xde\xc1\xda\x57\x16\x81\xb5\x95\x77\x53\xc0\xda\x37\xe8\x77\xde\xcf\xab\xc9\x14\xac\x8d\x0a\x42\x29\x60\xed\xab\x27\x01\xd6\xbe\x78\x16\x05\xac\x7d\x35\xae\xc1\xda\x17\x94\x5c\xc0\xda\x57\x4f\x09\xac\x7d\x59\x98\x0b\x58\xfb\x76\x9d\x09\xdd\xb5\xe9\x08\xba\x6b\x30\x5e\x01\x6b\x5f\x8d\x79\xb0\xf6\xd5\xb4\x0b\xd6\x56\xc0\xa3\x80\xb5\x95\x33\x5b\xd0\xde\x55\x06\x4b\x41\x7b\x17\x49\xa7\x52\x1c\x6b\x37\xe5\xcd\x17\x83\x9f\x55\x13\x2d\xba\xbc\x01\xef\xaf\xa0\xcb\xab\x30\x46\x41\x97\x37\x68\x12\x46\x7c\x37\x98\xce\xcc\x1c\xd1\x6b\xc4\x77\x95\x6d\x52\x10\xdf\x15\x23\x58\x41\x7c\x57\xb9\x20\x05\xf1\x5d\x64\x9b\x4a\x41\x7c\x57\x29\x71\x05\xf1\xdd\xa8\x67\x8d\xf8\xae\x12\x0e\x0b\xe2\xbb\x91\xad\xc6\x82\xf8\x6e\xd4\x6c\x83\xf8\xee\xb3\x75\xa6\xdb\xa7\xd4\xb6\x82\xf8\x2e\x52\x50\xa5\x20\xbe\x1b\xd9\xc1\x28\x88\xef\x46\xd3\xff\xdc\xbe\xa8\x27\x8f\xc0\x6e\xd4\xd2\x81\xc0\x6e\xdc\x3a\x13\x1b\x20\xcc\x2a\x88\xe8\x26\xcd\x0c\x88\xe8\x26\xcd\x0c\x88\xe8\x26\x2d\x71\x88\xe8\x26\xbd\x15\x44\x74\x95\xd3\x51\x10\xd1\x4d\x5a\xb4\x3d\xdb\xa4\xa5\xa2\x23\xef\x67\xaa\xff\x8a\x25\x97\x85\x14\x3c\x91\xa6\x82\x12\x2f\xfa\x9e\xa5\xa0\xc4\x9b\x34\xe8\x50\xe2\x4d\x5a\x39\x50\xdb\x4d\x7a\x80\xa8\xed\x26\x10\x6d\x81\x1a\x3d\x69\x75\x87\x1a\x3d\xeb\x33\x82\x1a\x5d\x2e\x79\x81\x1a\x3d\x13\x1c\x2f\x50\xa3\x43\xe5\x5c\x0a\xd4\xe8\x08\x7c\x96\xb2\x25\xe9\x4e\xcf\xa0\x38\xcf\x42\x67\x50\x9c\x67\x12\x58\x0a\x14\xe7\xca\x87\x28\x50\x9c\x43\xc8\x57\x0a\x14\xe7\x59\x16\x41\x71\x9e\x35\x99\x42\x71\x0e\x1d\xa0\x6f\x81\xfb\x11\xbd\x86\xe2\x3c\xb3\x29\x52\xa0\x38\x17\xd3\x58\x41\x51\x57\xce\x74\x41\x51\x37\xb3\xa1\x57\x50\xd4\x45\xb1\xaa\x14\x14\x75\x33\x9b\x4c\xe5\x20\x59\x7f\x19\x90\x28\xea\x3e\xec\x3e\x17\xc7\xe8\xed\xd1\xb0\x76\x1c\xde\x1e\xad\xf5\x87\xa1\x8b\x8b\x5c\x3c\xe6\xdd\x94\xad\x50\x3c\xe6\xdd\x1e\x0d\x4f\xc7\xe8\xed\x11\xfa\x74\x1c\xde\x1e\xf5\xda\x71\x78\x7b\xd8\x09\x2f\x8e\xc3\xdb\x23\x1b\x1c\x87\xff\x7e\x1c\x8e\xc3\xdb\x43\x82\x63\xb9\xf4\x53\x13\xca\xa5\x9f\x42\xad\x8e\xc3\xdb\xa3\x85\xc4\x71\x78\x7b\x84\x96\x2e\x1c\xc8\x42\xad\x8e\xc3\x5b\x11\xb6\xb8\xd0\xe5\x83\xdf\xcb\x85\x2e\x1f\x37\xb1\x06\xe8\xf2\x41\x4b\xd5\x63\xde\xad\x64\xfd\x0f\xf9\x7c\x5c\xeb\xea\x18\xbd\x15\x72\x48\xaa\x63\xf4\x56\x8a\x8e\x0a\x47\x97\x23\xe4\xf3\x09\x47\x54\xc7\xe1\x0d\x81\x56\x4f\x68\x70\x81\x7e\x1d\xc1\xe3\x4c\xe8\xae\x06\x6c\x20\x44\x55\x1d\xa3\xb7\x8a\x0d\xd5\x31\x7a\x93\xe3\x5b\x1d\xa3\x37\xb9\xba\x35\x42\xeb\x8f\x3b\x5b\x23\xb4\xfe\x4c\x9f\x35\x42\xeb\x5f\x74\xa6\xf7\xb3\xaa\x2f\x1e\xd7\x6e\xf2\x36\xab\x63\xed\x86\x9e\x44\xa9\x8e\xb5\x9b\xf2\x1a\x6a\xa4\x2f\x5b\xd7\xa4\x2f\x47\xf7\xa3\x2f\xf8\x12\xd5\xb1\x76\x6b\x41\x47\xfe\x3c\x9b\x6c\x70\x3c\xdd\xe4\x5f\xd6\x84\xc4\x00\xf1\xfe\x9a\x90\x18\x20\x4b\xa5\x42\x09\xde\x1e\xfd\x0e\x49\xfe\xa2\x23\xef\x67\x03\x8b\x56\xa8\xbd\x5b\xd7\xef\xbc\x2f\x8d\x58\x72\x85\xbf\x1b\x21\xd9\x52\x33\x7d\x61\xaf\xa3\x66\xa4\xf5\xc9\x5c\xaa\x8e\xc3\x5b\x63\xbf\xa6\x66\xfa\xb9\x75\x15\xfa\xb9\x75\x26\xfd\x64\xa2\xad\x1e\xbb\x6e\x3d\xe8\x0e\xc8\xd2\x47\xdd\x01\x59\x7a\x02\x17\xd5\x31\x7a\xeb\x7a\x7f\xf0\x77\x77\xbd\x23\xf8\xbb\xfb\xa3\x6b\x6e\x8e\x78\x4a\x8e\xd1\x5b\x97\xed\x8e\xd1\x5b\x67\x12\xae\x0f\xd2\xfa\x04\xba\xaa\xe3\xf0\xd6\xfb\xbf\x4a\x45\xaa\x87\xbc\x5b\x67\xa2\xad\xd0\x77\x77\x20\x7a\x85\xbe\xbb\x83\x68\xeb\x83\x79\x20\xbe\xfa\x48\x75\x9f\xe1\xf2\x60\x1e\xc4\x85\xf5\xc1\x3c\x3d\xb2\x07\xf3\x88\xfc\xd4\x07\xf3\xf8\xc0\xeb\x83\x79\x5b\x57\xc1\x3c\x3e\xf0\xfa\x60\x1e\x91\xc2\xea\x2e\x41\x93\x93\x5a\xdd\x25\x68\x9d\x64\xa1\x0a\x0b\xa5\x9c\xd4\x0a\x0b\xa5\x88\x1e\xab\xc7\xc3\x9b\xb1\x67\x5e\xdd\x79\x68\x86\x83\x57\xa1\xef\x16\x3f\x66\x2d\x28\x59\x30\x0d\xd6\x82\x92\x05\xcb\x43\x75\x0f\xa1\x99\x5e\x91\x7b\x08\xcd\x58\xdd\xab\x7b\x08\x0d\xd1\x9d\x52\xdd\x43\x68\x88\xee\x94\xea\x1e\x42\xb3\xaa\x3b\xb8\x7d\x72\x6e\xab\x7b\x08\xcd\xd8\x68\xa9\xee\x21\x34\xe5\x2e\x54\xf7\x10\x9a\x31\xd1\xd6\x8a\x7d\x2c\x24\xb5\x62\x9f\xa6\x89\x8a\x7d\x7a\x7f\x15\xfb\xd8\xa7\xae\x15\xfb\x96\x8e\xb0\x8f\xc5\xa2\x56\xec\xd3\x67\x5b\xb1\x0f\xc4\x5e\x2b\xf6\x81\xd8\x6b\xc5\xbe\xab\xbe\x60\x9f\x86\x7c\xc5\xbe\xab\xbe\xb8\x7d\x03\xff\xa4\xba\x87\xd0\x06\x59\x23\xd5\x3d\x84\x36\x98\x76\xab\x7b\x08\x6d\xe0\xa4\x56\xf7\x10\xda\x00\x77\x54\xf7\x02\x9a\xf2\x13\x6a\x83\x62\x1d\x8c\x57\xdd\x0b\x68\xa3\xea\xc8\x6d\x18\x7a\x82\x0d\xb5\x91\xae\x6b\xba\x0d\x43\x4f\xd0\xbd\x80\x36\x4c\x67\xba\x0d\x28\x0d\x97\xda\xa0\xc8\xd7\x88\x6c\xd8\x70\xf4\x3f\x6c\x60\xd3\xae\x76\x6c\xd0\x93\xe8\xd8\xc0\x92\x5a\xdd\x43\x68\x13\x27\xb5\xba\x87\xd0\xa6\x3e\x70\xf7\x10\xda\xd4\x38\x73\x0f\xa1\x4d\xa2\xdc\xd5\x3d\x84\x36\xc1\xbe\xd5\x3d\x84\x36\x09\x24\xd4\x8e\xc2\x41\xd7\xff\x26\x47\xba\xca\xe2\x08\x8b\xdc\x43\x68\x13\xb4\x5b\xdd\x43\x68\x93\x6d\xb3\xea\x1e\x42\x9b\xfa\x8a\xdd\x43\x68\x73\x72\xa6\xd1\x4f\x7d\xd3\x46\x3f\x97\xce\xa4\x9f\xf8\x35\xd5\xe8\xa7\x9e\x12\x68\x1e\x2d\xbb\x52\x41\xf3\x0b\xbf\xa6\x82\xe6\x97\xbe\x46\xd0\xbc\x32\x19\x2a\x68\x5e\x8e\x7d\x05\xcd\x2f\xfc\x9a\x0a\x9a\x5f\x24\xaf\x56\xd0\xfc\x4a\xfc\x0e\x34\xbf\xf4\x94\x40\xec\xe8\xa8\x79\x5e\x9e\x2b\xc9\xe8\x77\x9d\x23\x9e\x20\x88\x7d\x69\x52\x04\xb1\x2f\x7d\x8d\x20\xf6\xd5\x74\x07\x6c\xe8\xba\x26\x36\x80\xb5\x2b\x88\x7d\x4d\xf5\x13\x1b\xf4\x55\x81\xd8\x97\x16\x43\x10\xfb\xd2\xe8\x01\xb1\xcb\x43\xaf\x1e\x7f\x6f\x3b\xfe\x43\x8c\xb3\x54\x0f\xcd\xb7\x8d\xf3\x57\x01\xfa\x3b\xe9\xa8\x72\x84\x79\x00\xfd\xad\x29\xcb\x43\xf3\x4d\x39\x0f\xd5\x43\xf3\x6d\x0b\x93\xe0\x04\x6c\x7d\x38\x38\x01\x72\xfa\x2b\x4e\xc0\x26\xe0\x51\x71\x02\xb6\x26\x29\x9c\x80\xdd\x75\x4d\x37\x7d\x6b\x98\x81\xd8\xe5\xae\x57\x10\xbb\x9c\xfe\xba\xe8\x8b\xa6\x72\x84\x8e\xf6\xa1\x9f\xa0\xf9\x7d\xf5\x3f\xef\xcb\x11\x0e\x00\xcd\x1f\x59\x04\x9a\x3f\xa4\x93\x55\xd0\xfc\x21\xba\x5a\x41\xf3\x07\x87\xa4\x82\xe6\x0f\x5b\x1d\x15\x34\x7f\x88\xb5\x56\x84\x8e\x8e\xf0\x18\x42\x47\x47\x4f\x02\xa1\xa3\x23\x04\x06\xd2\x57\x66\x41\x05\xe9\x5f\xb6\x95\x2a\x48\xff\x12\xa7\xac\x20\xfd\xdb\x75\xbf\xc9\x11\xbd\x06\xe9\xdf\xae\xab\xb8\x0d\x72\x9f\x2b\x48\xff\x82\xfb\xab\xc4\x8c\x70\x44\xab\xc4\x8c\x48\x24\xaa\x20\xfd\x4b\x90\xa1\x82\xf4\x95\x59\x50\x41\xfa\x72\xb4\x2b\x62\x46\x2a\x3c\xad\x88\x19\x29\x43\xa0\x22\x66\xa4\x52\x91\x8a\x60\x91\x4a\xb0\x2b\x82\x45\x72\xbb\x2b\x82\x45\x21\xeb\x7f\x2e\xa0\xa2\xec\x81\x8a\x60\x91\x9c\xf0\xea\x5e\x40\x0f\x55\x47\x97\x23\xee\x80\x58\x91\xca\x41\x2a\x62\x45\x2a\xeb\xa8\x88\x15\xa9\xc0\xb6\x22\x56\x14\x96\x7e\x87\x0d\x82\x0c\x88\x15\x05\xf6\x25\x2a\x62\x45\x2a\xcf\xa8\x88\x15\xa9\x90\xa3\x22\x56\x14\xae\xee\x60\xc8\x3a\x31\x76\x11\x2b\x8a\x1a\x59\xee\x21\x74\xd5\xeb\x55\xf7\x10\xba\x6a\xcf\x2a\x42\x45\xda\xa3\xaf\x08\x15\x45\x61\x7b\x84\x8a\x22\x98\xab\x21\x54\x14\x41\xf3\xcd\x3d\x84\xae\xda\xb3\x86\x50\x51\x64\x0a\x69\x08\x15\xa9\x3c\xa3\x21\x54\x14\x4d\xff\x43\x70\x6a\xe8\x9a\x95\x23\x9d\xe9\xf6\xa1\xc7\x5c\x9a\x47\xf1\x7b\x5c\xfa\x1f\xf6\xb1\x7b\xd3\x02\xbd\xbe\x3a\x93\x5e\xb3\x30\x37\xf7\x09\x3a\x3a\xce\xa5\x79\xdc\xbe\xab\xf2\xad\x79\xdc\xbe\x27\xc6\x44\x73\x7f\xa1\x27\x82\x83\xcd\xfd\x85\x9e\xf0\x72\x5a\x44\xdb\x85\x6f\xac\xb9\xbf\xd0\x13\xf3\x4b\x8b\xc8\x64\xe1\x31\xb7\x88\x4c\x16\x33\x4a\x8b\xc8\x64\x31\x87\x34\xf7\x25\xba\xd8\xbc\x9b\xfb\x12\x3d\x11\xa6\x69\xee\x4b\xf4\xa4\xe7\xe2\xbe\x44\x4f\x6c\x3c\xb6\x44\x3f\x09\xc8\xb5\x44\x3f\x09\x71\xb4\x44\x3f\x8f\xfe\x47\x3f\x29\xf5\x69\x89\x7e\x32\xdb\xb4\x84\x2c\x17\x30\xa4\xb9\xbf\xd0\x33\xcb\x4a\x43\x26\x28\xff\x33\x96\xdc\x3c\x6c\xdf\x11\x9f\x2e\xcd\xdd\x8c\x9e\x89\x50\x35\x77\x33\x7a\xc6\x59\x69\xee\x66\xf4\x8c\xb3\xd2\x90\x02\xca\xb8\x27\xcd\x5d\x89\xae\xd0\x41\x73\x57\xa2\x23\x4c\x5d\x9a\xbb\x12\x3d\xb3\xd6\x37\x77\x25\x7a\x26\x32\xd9\xdc\x95\xe8\x19\xc4\xd7\x32\xaa\x63\x4c\x28\x2d\x63\xde\xd0\xff\x30\x8f\x74\xf4\x96\x31\x8f\xf8\x5f\xcb\xd8\xc0\xa4\xd1\xdc\x95\xe8\x4f\xd4\x1d\xb0\x81\x00\x44\xf3\x70\x7f\x57\xf1\x44\xf3\x70\x7f\x7f\xf8\x38\x9a\xbb\x19\x5d\xc5\x13\xcd\xdd\x8c\xfe\x3c\xfa\x9d\xdb\xf7\x68\x48\xb8\x2f\xd1\xb5\x2b\xdf\xdc\x97\xe8\x0f\x5b\xa2\x0d\x29\x20\x15\x56\x34\xa4\x80\x54\x58\xd1\xdc\x97\xe8\x0f\x18\xa8\xb9\x2f\xd1\x9f\xa6\x33\x51\x55\x6b\xba\x1f\xaa\x6a\x44\xab\xdb\x83\xaa\x1a\x53\x79\xa3\x4c\x53\x01\x88\x56\xe8\x27\x53\x48\x2b\xf4\x93\xd0\x48\x73\xdc\xdf\x4b\xd0\x51\xe7\x88\x27\xe8\xb8\xbf\x17\xb6\xb8\x9a\xe3\xfe\x5e\xa2\xae\xe9\x7d\x29\x49\xd7\x5c\x1c\xe9\x2a\x9b\x23\x6c\x70\xdc\xdf\x8b\x46\x4f\x41\xdd\x8d\x20\x43\xab\xa8\xbb\xb1\xe4\xb4\x8a\xba\x1b\xcb\x58\x73\xdc\xdf\xb5\x63\xdf\x2a\xfd\x24\x0c\xd5\x2a\xfd\xec\x3a\xa2\x9f\x60\xdf\x56\xe9\xa7\x3e\x9c\x4a\x3f\x41\x83\xad\xd2\x4f\x32\x9f\x5b\xa5\x9f\x2c\x40\xad\xd2\xcf\xa9\x9e\xd1\x4f\x36\xd8\x9a\xc7\xed\x7b\x01\x1b\x36\x8f\xdb\xf7\xa2\x8f\xd1\x11\x7b\x2f\xfa\x18\x1d\xb1\xf7\xa2\x71\xd6\xe8\x35\x5e\x5c\x6b\xf4\x1a\x7f\xa1\x39\x2a\xef\x2a\xe4\x68\x8e\xca\x7b\x05\x0d\x36\x47\xe5\xbd\xea\x29\x39\x2a\xef\x35\xeb\x7e\x97\x23\x46\x41\x97\xf8\x96\x8e\xbc\x2f\x55\x23\xcb\xd1\x75\x47\xd5\xb0\x34\xcf\x83\xe9\x95\x72\xe7\xe6\x79\x30\xbd\x6a\xea\x71\xe4\xdd\x2b\xc1\xac\xe6\xc8\xbb\x57\xb6\x1a\x5b\xa7\x9f\xfa\xe2\x3a\xfd\xd4\xb7\xd2\xe9\x0b\xbb\x22\xcd\xd1\x75\xaf\x2c\x78\xcd\xe3\xef\xbd\xe2\x23\x37\xa3\x9f\x9a\xd8\x0d\xad\x3e\x16\xbc\x66\x68\xf5\xe9\x79\x1a\x36\xb0\x89\xdd\x0c\x1b\xf4\x74\x0d\x1b\x8e\xae\x82\x0d\x47\x77\xc7\x06\xb6\x8a\x9b\xc7\xdf\x7b\x03\x95\x37\x47\xec\xbd\x69\x09\x70\xc4\xde\x9b\xbe\x70\x47\xec\xbd\x11\x18\x6d\x8e\xca\xbb\x36\xf0\x9b\xa3\xf2\xde\xf4\x85\x3b\x2a\xef\x4d\xcb\x9f\xa3\xf2\xde\xd8\xc4\x6e\x03\x41\x2f\x82\x9f\xcd\x91\x77\x6f\xfa\x1a\x07\x7d\x21\x6b\xa4\x0d\xfa\x32\x75\x15\xfa\x02\x2c\x68\x83\xbe\xac\x7f\x65\x5c\x34\x07\xe5\x5d\x91\x98\xe6\xa0\xbc\x37\xf2\x68\xdb\xc4\x04\x3d\xc0\x89\x09\x20\xd3\x36\x31\x41\x6b\xc5\xc4\x04\x5c\xba\xe6\xc8\xbb\x37\x0d\x56\x47\xde\x5d\xd1\x9d\xe6\xc8\xbb\x37\x50\x6b\x73\xe4\xdd\x11\xe6\x2b\x6d\x4a\xe7\x4b\x77\x77\xd3\x95\x2f\xd0\x1c\x79\xf7\x1e\x75\xf7\xc9\x91\xae\xb2\x38\x62\xb2\x71\xe4\xdd\x3b\x8e\x61\x73\xe4\xdd\x3b\x01\x88\xe6\xc8\xbb\x77\xb6\x17\x9a\x87\xdf\x7b\xd7\x2a\xed\x09\x33\xbd\x13\x8e\x68\x9e\x72\xde\xbb\x56\xe9\x85\xec\xa3\x26\xe1\x85\xec\xa3\x26\xe1\x85\x1e\x5b\xd3\x99\xd8\xa0\xe9\x65\x61\x83\x56\xf0\x85\x0d\x5a\xb8\x16\x36\x10\x29\x6c\x0b\x1b\x08\x40\xb4\x85\x0d\x44\x2d\xdb\xa6\x9f\xa4\x18\x36\x47\xe5\xbd\x6b\xb0\x3a\x2a\xef\x5d\x93\xb0\xa3\xf2\x6e\xc4\xed\x9b\xc7\xdf\xbb\xc2\x34\x6d\x23\x4f\x29\x84\xb2\xd1\xff\x20\xb3\xa0\x39\x2a\xef\xa6\x89\xc1\x51\x79\x37\x1c\xc3\xe6\xa8\xbc\x2b\x30\xd3\x1c\x95\x77\x15\x9c\x34\x47\xe5\x1d\xb9\xc4\xd2\x1c\x95\x77\x23\xb1\xae\x39\x2a\xef\xa6\x41\xee\xa8\xbc\x1b\x2e\x64\x43\x62\xd4\x88\x8e\x37\x24\x46\xad\xe9\x7f\xd8\x40\x9e\x4f\x03\x95\x1b\x19\xc5\x0d\x54\x6e\x5a\xb8\x40\xe5\xca\x6b\x68\x48\x8c\xaa\x34\xa5\x81\xca\x4d\x93\x37\xa8\xdc\x34\x41\x83\xca\x4d\x13\x34\xa8\xdc\xc8\xa2\x6f\xa0\x72\xc3\xf5\x6c\xa0\x72\x13\x06\x02\x95\x1b\x28\xb9\x81\xbc\x55\x46\xd2\x40\xde\xca\x79\x68\x20\x6f\xe5\x3c\x34\x90\xf7\xc0\xf7\x6c\xa0\x6b\x85\x69\x1a\xe8\x7a\x68\x12\x06\x5d\x8b\x31\xa1\x81\xae\x87\xc6\x27\xe8\x7a\x08\x86\x80\xae\x87\x40\x02\xe8\x1a\x65\xe5\xd2\x41\xd7\x0a\xef\x74\x50\xf2\x60\xd4\x75\x50\xf2\x60\x8b\xb2\x83\x92\x15\xec\xe9\xa0\xe4\x81\xc7\xd5\x41\xc9\x03\x58\xd0\x03\xfd\x64\xdf\xa5\x07\xfa\x09\xb0\xea\x81\x7e\x9a\x7e\x47\x3f\x87\xfe\x47\x3f\x87\xfe\x47\x3f\xd9\x0e\xee\xe0\x69\x15\xb1\x74\xf0\xf4\x58\xfa\x5f\xe2\xa8\x72\xc4\xb3\x66\x72\xeb\xe0\xe9\x41\x45\x67\x07\x25\x2b\xdf\xa3\x47\x7a\xcd\x8c\xd2\x23\x42\xab\x41\x77\xf0\x5e\x4f\xde\x58\x07\x41\x2b\x80\xd4\x41\xd0\x13\x4f\xa6\x83\xa0\x27\xf0\xb3\x7b\x34\xbe\x4f\x42\x69\xdd\xa3\xf1\x5d\xd9\x1f\x1d\x74\x3d\x19\xd7\x3d\x89\xd5\x02\xdb\x41\xd7\x0a\x3c\x75\xd0\xf5\xfc\x19\xad\xff\x39\x25\x77\x80\xf7\xd4\x6b\xf0\x20\x7e\x47\xce\xb9\x74\x0f\xe2\x77\xb4\x3b\x4b\xf7\x20\x7e\x5f\x4c\x52\xdd\x93\xd3\xfb\x2a\x3a\x73\x70\x84\xe9\x00\xf6\x55\xd4\xe9\xc5\x91\xba\x89\x86\x2c\x2e\x79\x47\x84\x13\xe9\xc9\xd2\x41\xd7\x4b\x03\x04\x74\xbd\x58\x9b\x3a\x08\x7a\xb1\x4a\x77\x10\xf4\xd2\x0b\x03\x41\xaf\xa5\xdf\x71\x3f\x62\x3d\x1d\x04\xbd\x88\xa0\x76\x10\xf4\x02\xe7\x74\x10\xf4\x62\x3b\xaa\x83\xa0\x95\xc5\xd1\x41\xd0\x4b\xaf\x16\x04\xad\x50\x4c\x07\x41\xab\xfc\xa4\x83\xa0\x77\xd7\xef\x0a\x47\xdc\x01\x04\xbd\x65\x03\x08\x7a\x13\xd1\xec\x20\xe8\x3d\xf4\x3f\xe3\x88\x21\x01\x82\xde\x53\xf7\x9b\x1c\xf1\x39\x80\xa0\xb7\x9e\x04\x08\x7a\x6b\x58\x7b\x34\xbe\xa3\xe9\x5a\xba\x47\xe3\xfb\x06\xbd\xf4\x82\x5e\x2f\xf1\xfe\xee\xd1\xf8\xbe\x35\xac\x41\xde\x9b\x88\x58\x07\x79\x2b\xfb\xa3\x83\xbc\xb7\x86\x7c\xc1\x3e\x02\x1e\x1d\xe4\x7d\xd8\x30\xe9\x20\x6f\x85\x7e\x3a\xe8\x5a\xc1\x9e\x0e\xba\x3e\x1a\x21\x20\xe8\xa3\xa1\xeb\xd1\xf1\x7e\x4c\xff\x7b\x38\xe2\x8d\x79\x74\xbc\xab\xf8\xa5\x7b\x74\xbc\x1f\x96\xaa\x0e\xba\x3e\x6c\x78\x75\x10\xf4\x91\x7d\x20\x68\x95\xbb\x74\x10\xf4\x21\x38\xd1\x41\xd0\xe7\xea\x77\x87\x23\xfd\xee\x72\x26\x77\xf7\x08\x78\x17\xeb\x4a\x07\x4f\x2b\xc3\xa3\x83\x99\x2f\xf1\xe2\x0e\x66\xbe\x2c\x78\x1d\xcc\xac\x52\x98\xee\x51\xee\x7e\x09\xda\x74\x8f\x72\xf7\x8b\x27\xda\xc1\xd3\x17\x90\xd0\xc1\xd3\xca\x05\xe9\x1e\xad\xee\x57\xa3\x0e\xcc\xac\x22\x96\xde\xe9\x0b\x48\xbf\x77\x34\x95\xf1\x21\x3b\x78\x5a\x61\xa8\x0e\x9e\xbe\xfa\x3a\xc0\xd3\x77\xeb\x7f\xf4\x13\x44\xdb\xc1\xd3\x97\xf4\xae\x0e\x9e\xbe\x57\xd7\x9c\x2e\x3c\x0b\xa1\x41\x77\x94\x6c\x01\x0f\xa8\x3b\x4a\x36\x71\x1a\x76\x47\xc9\x16\xf4\x85\x3b\x4a\xb6\x40\xce\x4a\x77\x94\x6c\x2a\x38\xe9\x8e\x92\x4d\xa5\x22\xdd\x50\x7b\x5e\x3a\x13\xb5\xe7\xad\xff\x71\x77\x8d\x48\x47\xc2\xa6\xc0\x53\x77\x24\x6c\x31\xa8\x67\x87\x23\x9e\x92\xc7\xae\x4d\x14\x56\xdd\x51\xb2\x45\x80\x5c\x77\x94\x6c\x0a\x2e\xf5\x81\x5c\x2e\xf1\xfe\xee\x28\xd9\x44\x49\xd4\x3d\x13\xc5\x44\x06\xd5\x3d\x13\xc5\x14\x86\xea\x1e\xd7\xb6\xc8\xb2\xd9\x3d\xae\x6d\x62\x09\xe9\x8e\xae\x4d\x2c\x21\xdd\xd1\xb5\xc5\xfa\xcf\x29\xd9\x81\xb7\x45\x70\x5c\x77\xe0\x6d\x91\xe8\x5c\x77\xe0\x6d\x8a\x57\xf5\x81\x79\xc4\x5e\xfa\xc4\x3c\x1c\xa0\x3e\x31\x0f\x07\xa8\x4f\xcc\xc3\xad\xe9\x13\x13\x40\xde\x7d\xd2\x4d\x4d\x83\x93\x6e\x5e\xfd\x8f\xbe\x90\x10\xd4\x1d\xed\x1a\x32\xeb\xa5\x3b\xa2\x35\x91\x8b\x74\x47\x98\x96\xb4\x58\x38\xc2\xb4\x04\xaa\xeb\x8b\xdf\x69\x15\xf3\x98\xb0\x89\x6a\xa4\x3b\xc2\xb4\x84\xbb\xd7\x3d\x9b\xda\x12\x78\xac\x3b\xa6\xb4\xa4\x69\xc2\x31\xa5\x29\x42\xd5\x1d\x53\x5a\xa2\xea\xaf\x3b\xa6\xb4\x24\xfc\xe0\x98\xd2\x14\x85\xea\x9b\xbb\x0f\xdd\x8f\xbb\x83\xc7\xba\xe3\x46\x4b\xfa\x8c\x0e\x16\x69\x7a\x39\xf4\x8c\x8d\x96\xee\xb8\xd1\x92\xa6\x17\xc7\x8d\x96\x96\xfe\xe7\x03\x44\xb9\x2e\xfd\xd0\x4f\x32\x98\xfb\xa1\x9f\xfa\xa8\x0e\xfd\xd4\x02\x74\xe8\x27\x5b\x55\xfd\xf0\x04\x35\x49\x1d\x9e\xa0\xa6\x5d\xc7\x8d\x96\x83\x8e\x0e\x47\xba\x8a\xdb\x90\x09\x71\x74\xc7\x8d\x96\x41\x83\xdd\xa3\xb9\x96\x09\x6a\x74\x8f\xe6\x5a\xd6\x44\xe4\x98\xd2\x14\x12\xeb\x17\xcd\x6b\xc2\x18\xdd\x31\xa5\x65\x36\x68\xba\x63\x4a\xcb\xec\x5a\x77\x8f\xe6\x5a\xae\xfa\x5d\xe7\x88\x77\xe4\x78\xd3\x32\xee\x65\x77\xbc\x69\xb9\xe9\x7e\x93\x23\x9e\xbc\xe3\x4d\xcb\x4d\x3d\xc3\x3e\xb0\xb6\x05\x6c\xe8\x3a\xc2\x06\xde\xad\x05\x6c\x00\x79\x5b\xc0\x06\xbe\x00\x0b\xd8\xc0\x17\x60\x01\x1b\xf8\x02\x2c\x60\xc3\xd0\x99\xd8\x40\x0d\xa0\x21\x18\x8f\x52\x77\x31\x09\xc6\x2f\xfd\x8f\xa7\xcb\x9b\x36\x04\xe3\x95\xcb\x63\x08\xc6\x67\xbe\x23\x43\x30\x5e\xd9\x3b\x86\x60\xfc\x43\x71\x88\x21\x18\xff\xf0\xc6\x0c\xc1\xf8\x27\x62\x03\x82\xf1\x0f\xdb\x90\x86\x60\xbc\x02\x79\x86\x60\xfc\x93\x75\x77\x7f\xba\xcf\xa3\xbb\xfb\xd3\x7d\x8a\xee\x3e\x39\x5a\x1c\x2d\x8e\x74\x15\xb7\x4f\xe5\x35\x86\x60\xfc\x53\xd5\x97\xcb\x91\xbf\x5b\x43\x30\xfe\x01\x45\x1a\x82\xf1\xe2\x44\x31\x04\xe3\x4b\xd3\x99\x6e\x5f\x79\x9d\xe9\x36\x28\xf3\xc5\x1c\x38\x5a\xd1\x73\x71\xe0\x68\x05\x08\x66\x09\x45\x6d\xd2\x07\xcc\x81\xa3\xa1\xf0\x5d\xcc\x81\xa3\x55\xc2\x73\xe6\x21\x5b\x53\xc9\x87\x49\xbd\x1d\x5f\xd0\x50\x68\xaf\xea\xb5\x03\x47\x53\x0d\x86\x39\x70\xb4\xaa\x7e\x7a\x58\xd6\x2a\x9b\xca\x86\x42\xbb\x32\x66\xcc\x41\xa5\x79\x90\xe8\x3f\xa7\x64\xcb\x74\x13\xb4\x64\x99\x6e\x6e\x1d\x2d\x8e\x74\x49\x7f\xd4\xf5\xea\x7f\x6e\x42\x23\x33\xd1\x10\x6f\x6f\xac\x3f\x86\x78\x7b\x23\xa4\x6f\x8e\x37\xad\x11\xf2\x36\xc4\xdb\xdb\xa3\x33\xfd\x51\x37\x26\x4c\x73\x4c\x69\x8d\x69\xd0\x1c\x53\x5a\xc3\xe1\x32\xc7\x94\xd6\x88\x30\x1a\x02\xed\x0d\x37\xca\x10\x68\x6f\x53\x57\x99\x1c\xf1\xc8\x1c\x53\x5a\x63\x79\xb0\x87\x7e\x32\xd5\x59\xa1\x9f\xb2\xbd\xd0\x4f\x36\x37\xac\xd0\x4f\xd0\x84\x15\xfa\xb9\xf5\xbb\x87\x23\xec\x73\xdc\x68\x0a\xe1\x58\xa1\x9f\x7a\x4a\x88\xac\x2b\xf8\x62\x88\xac\x77\xa6\x33\xf3\x88\xad\xf5\xa4\x3b\x2c\x8e\xe8\xa7\x63\x4a\x53\xb8\xc5\x3c\x62\x6b\x4a\xc9\x31\x8f\xd8\x9a\x0a\x39\xcc\xf1\xa6\x29\xc0\x62\x1e\xb1\xb5\x5e\xf5\x3f\xb7\x41\x25\x18\xe6\x58\xd4\x3a\x28\xc4\x1c\x8b\x5a\x27\x3d\xcf\x1c\x8b\x9a\xf2\x59\xcc\xb1\xa8\x19\x31\x68\x73\x2c\x6a\xa6\x8f\xd8\x23\xbd\x66\x1a\xc8\x1e\xe9\x35\x4b\xfa\xdd\xe0\x88\xf7\xe7\x38\xd5\x8c\x29\xd9\x1c\xa7\x9a\x91\xbe\x66\x8e\x53\xcd\x1e\xdd\xc1\xed\x33\x7d\xee\x8e\x53\x4d\xe1\x0f\x73\x9c\x6a\x66\x3a\x8a\x1c\xf1\xe4\x3d\x53\xc3\x4c\x43\xde\x31\xac\x89\x29\xc3\x3c\x26\x6c\x46\x9e\x81\x79\x4c\xd8\x0c\xaf\xc3\x1a\xf6\x69\xaa\x6b\xd8\xa7\x31\xdf\xb0\x0f\x74\x6d\x0d\xfb\x08\x12\x99\xa3\x56\x1b\xc4\x30\xcd\x51\xab\x0d\x9c\x62\x73\xd4\x6a\x0a\x63\x98\xa3\x56\x1b\x7a\x4a\x8e\x5a\x6d\xe0\x3d\x98\xa3\x56\x1b\x7a\xb7\x8e\x5a\x6d\xe8\x49\x38\x32\xb5\x51\x74\x87\xc9\x11\xd6\x7a\xa4\xd7\x06\x9b\xb5\xe6\x39\x16\x36\xf0\xaa\xcc\x73\x2c\x6c\xe8\x4d\x7b\x14\xd8\x86\x6c\xf7\x28\xb0\xa9\xc8\xc3\xc0\xb7\x0a\x16\x18\xf8\x76\xe8\xeb\x00\xdf\x2a\x3c\x60\xe0\xdb\xa1\x31\x0f\xbe\x55\x5e\x8a\x81\x6f\x87\xc6\x3c\xf8\x76\xe8\x29\x81\x6f\x95\xa5\x62\xe0\xdb\xc1\xb6\xa0\x81\x6f\x87\xbe\x0e\xf0\xad\x58\x34\x0c\x9c\x3a\x89\xb8\x1b\x38\x75\x6a\x64\x81\x53\xa7\x9e\x19\x38\x75\x6a\xfa\x04\x8b\x4e\x92\xd2\x0c\x50\x39\x35\x7a\x00\x95\x53\xcb\x83\x47\x73\x4d\xf9\x2c\x06\xa8\x9c\x24\x1a\x18\xa0\x52\x44\x9a\x06\xa8\x54\x19\x89\x4d\xfa\xc2\x96\xa1\x4d\xfa\xa2\x99\x08\xc0\x39\xf1\xec\xcd\xc3\xb2\x36\xb5\xbc\x7b\x58\xd6\xc4\xe1\x61\x80\xd1\x69\xdf\xb1\xe4\xf6\xff\x99\x91\x81\xa9\x73\xe8\xfa\x3e\x22\xe6\xd4\xbd\xb1\x4e\x73\xdb\xc4\x3a\xcd\x51\x40\xd8\x79\xf5\x3b\x1f\x11\x2b\xc8\x1e\x1f\x11\x0b\x6f\xd6\x80\xb7\x4b\x63\xd5\xf3\xa5\x4d\x0c\x1e\xe6\x49\xd1\xb6\xf0\xf6\xcc\x83\xb9\xb6\xb4\x48\x7b\x30\xd7\x96\x16\x69\x0f\xe6\xda\x7a\x74\x15\xb7\x7c\x15\x1d\xb9\xe5\x4b\x33\xb9\x07\x73\x6d\x09\x3e\x78\x30\xd7\x96\xfa\xe9\xc1\x5c\xdb\x9a\x13\x81\xda\x5b\xb3\x20\x70\x7a\x13\x4e\x35\x4f\xb1\xb0\x8d\x77\x62\x1e\xcc\xb5\xcd\xbe\x80\x79\xc0\xd6\x14\xc5\x30\x4f\xa3\xb0\xad\xc5\x1d\xe0\xbd\x71\x2c\x0c\xe0\xbd\xf1\xd3\x0c\x70\x2d\x12\x0d\xf3\xa0\xac\x6d\x7d\x61\x80\xeb\xad\x6f\x0a\x70\xbd\xf5\xa5\x00\xae\x15\x63\x30\x00\xf4\x26\xb0\x6c\x00\xe8\x7d\x74\x44\x5f\x00\xbb\x76\xe8\xcb\xd5\xff\xbc\x2f\x27\xe8\xc8\x9f\xc4\xc1\x07\x37\x20\xf3\xd1\x98\x03\x16\x1f\xd3\xff\x2e\x47\xbc\x23\x60\xf1\x51\x3f\x81\xc5\xaa\x14\x31\x60\xf1\x21\x9a\x64\xc0\x62\xd5\x86\x18\xb0\xf8\x08\x0c\x02\x8b\x0f\x5e\xa9\x01\x7d\x15\x47\x30\xa0\xef\xd1\x37\x0c\xf4\x3d\x57\x57\xf1\x7e\x5e\x8d\x2c\xa0\xaf\xe2\x08\x06\xf4\xbd\x42\x05\x1e\x6a\xb5\xab\x75\xc4\x43\xad\x76\x09\x9c\x0f\x60\xf1\x65\xcf\x67\x00\x8b\x2f\x6f\x7a\x00\x8b\x95\x06\x33\x80\xbe\x97\xf9\x72\x00\x7d\x2f\xe1\xdb\x01\xf4\xbd\x8c\xc1\xe1\x61\x58\x13\x97\xeb\xf0\x30\xac\x5d\x82\xe3\xc3\xc3\xb0\x26\x82\x8d\x11\xb0\x01\x88\x3e\x02\x36\x74\xdd\x8f\x7e\xf2\xe4\x07\x20\xf9\x02\xc3\x07\x20\xf9\xb2\x8f\x34\x1c\x24\xe7\x44\x5c\x6d\x38\x48\xe6\xe8\x7f\x06\x60\xff\xcf\xf8\xbf\xff\xaf\xf3\x7f\xfc\x9f\x21\x48\x39\x4f\x7a\x56\x0e\x07\x42\x90\x72\x95\x44\x8a\x7c\x05\x08\x2f\x89\x6e\x69\xfe\x78\x27\xc2\x4b\x49\xdb\x57\xcd\x84\x26\x43\x78\x49\x67\xfb\x72\x79\x21\x26\x0a\x2f\x65\x6c\x5f\x19\xd3\xeb\x46\x12\x96\x41\x49\x26\xeb\x4c\x69\xc5\xa0\xf5\x92\x3d\x77\x2e\xbc\x84\x88\x25\xe2\x31\xf9\xb9\x04\x39\xa4\xb5\xe1\xf3\x52\x78\x09\x02\x4b\x14\x63\xe9\xcc\x5f\x76\x6e\x6f\x6c\xde\x28\xad\x07\x89\x32\x6c\x3a\x2f\x29\x57\x69\xac\x1e\x7e\x2e\x6d\x55\x49\x80\x1e\x7e\x2e\xe9\x4f\xa9\x6f\x5e\x7e\x2e\x15\xcb\x97\x78\xa1\xff\x5c\xa2\x85\xbf\x42\x70\x7e\xa6\x24\xdf\x5e\xca\x5d\x3c\x64\x69\x74\xa1\x68\x73\x21\x6b\x09\xd2\xac\x41\xa4\x26\x87\x4b\x23\xd2\x27\x68\x9d\xe4\xb0\xd5\x08\x19\xb5\x5d\xc9\x04\x78\x23\x62\x26\xa8\x97\xe4\xe0\xb9\xc7\x41\xaa\x25\xc8\x94\x64\xd9\x2e\x89\x12\x74\x49\x72\x70\x14\x12\xa4\x40\x82\xec\x48\x26\x7b\x2a\x48\x72\x04\x42\xfb\x54\x02\x77\x17\x15\xfd\xa5\x4b\xee\x93\x85\x17\xcf\xfc\x95\x4e\xc0\xcf\xf7\x10\x44\x30\x0f\xb3\x7c\x0e\x1e\x46\x0a\x30\xaf\x07\x28\xd7\x33\xcc\xbc\x41\x34\xe7\xf0\x94\xe7\x50\xd5\xe8\xb6\x43\x1f\x9e\xa1\x67\x09\xa2\x08\x87\xe3\x3b\xc3\xc4\x12\xc4\xe3\x0d\x81\x77\x86\x6f\x37\x24\xa4\xc8\x60\xbd\xce\xa1\xa9\xd1\xdf\x18\x74\xd7\x39\xf8\x97\x1a\xa0\xbb\x0e\xf0\x5c\xe7\xe0\x1e\x76\x80\xe7\x3a\xc0\x62\x9d\x83\x07\x51\x02\x2c\xd6\x01\xfa\xea\x1c\xdc\x63\x0a\x90\x4b\x87\x24\x49\x2e\x8f\xb5\x86\x84\xa0\x53\x6a\x08\x31\xf0\xe8\xa0\x4d\x0e\xf0\x25\x5f\xe6\xac\x00\x27\x72\x80\x0c\x39\x53\xb0\x15\x20\x35\x0e\xb0\x19\xe7\xe0\xe8\x25\xc0\x66\x1c\x52\xc7\x22\xa3\x11\x39\x20\x18\x8b\x73\x70\x5f\x29\x24\x46\x48\x32\x3e\xd8\xc8\x53\x62\x84\xc0\x3c\x9c\x42\xa4\xf3\x8c\x10\x28\x87\x2f\xa5\x79\x01\xca\xe1\x90\x34\x42\xbc\x28\x3c\xc0\x27\x1c\xd2\xcc\x1f\xef\x1d\xba\xde\x00\x4f\x6f\x4a\x95\x47\x87\xca\x31\xd4\xba\x09\xa9\x94\x00\x61\x6e\x48\x52\x1f\xd6\x53\x42\x91\x16\x9e\xd8\x14\xf5\xe2\xf8\xb8\x20\x7a\x4d\xa9\x73\x4d\x94\x20\xd2\x81\xdf\xbc\xeb\xe7\xdc\xfd\x70\x77\xcf\x44\x09\x10\xaf\x06\x18\x57\x53\x62\x2c\xc1\xaa\x1a\xa0\x53\x4d\xb0\xae\x04\x88\x50\x03\x0c\xa8\xaf\xc9\x0a\x96\xd3\x00\x15\xe9\xbd\x0c\x5a\xa8\x48\x03\x3c\x9c\xf7\xba\x9b\x19\xe0\xe1\x0c\x90\x57\x5e\x62\xd0\x21\x23\x9b\x07\x8d\x5d\x0e\x6a\x44\xaa\x08\x22\xac\xac\x49\x15\x22\xac\x00\x07\x55\xc8\xee\x61\x07\x38\xa8\x02\x04\x53\x21\xfb\x5e\x47\x80\x60\x2a\x3c\x68\x24\x64\x5f\x0a\x02\x7c\x51\xe1\x41\x82\x20\x4f\x7e\x8e\x16\x26\xec\x4a\x21\x2f\xce\x44\x35\x00\x7a\xa4\xf0\x60\x11\x84\x48\x01\xe6\x9e\xf0\xf8\x62\x1a\xe0\xea\x09\xb0\xd8\x84\xc7\x23\xb6\xa1\xa0\xa7\x43\x51\x9d\x75\x8f\x42\x86\x8a\x00\x54\x75\x1c\xfe\x1c\x0f\x04\x85\x83\x2c\xdc\x81\x0e\xf2\x7a\x3c\x2f\x5c\x3a\x78\x29\xa8\xc9\x7e\xcd\x18\xfc\x21\xc7\x10\xa0\x6c\x77\x33\x63\xf0\x6f\x3a\x06\x0f\x2b\x3c\xd7\x71\x7f\x0c\x85\x46\xd8\x35\x11\x32\x89\x2c\x52\x31\xc0\x50\x19\x7d\x41\x89\xac\x47\x91\xf5\xa8\xa0\xa6\x10\x83\x3b\x5e\x31\xc0\x0a\x19\x2b\x3f\xf7\xa5\x27\x86\x0e\x2d\xb4\x03\xb3\x18\x3a\x67\xc2\xc4\x18\x87\xce\x9c\x34\x42\x51\x3d\xb9\xd1\xe0\xee\x30\x07\x26\x4f\x42\x88\x48\xa2\x47\x34\xd0\x9d\x5f\xfb\xa7\x71\x71\x26\xac\xd2\xc9\xd1\x4c\x44\xb7\x37\x22\xd4\x5b\x1e\xcf\xcb\x8b\x08\x9d\x46\xd4\x4d\x9d\x7b\xe2\xa7\x31\xd1\x28\xd6\x58\x07\x20\x11\xf5\xb7\x88\xdc\x9b\xa7\xcd\xfd\x34\xba\xff\x15\x91\x06\x2b\x54\xee\x44\x44\x93\x22\x7a\x48\x1e\x3f\xfc\x69\x5c\x9c\x09\xa1\x9f\xe9\xee\x9b\x6b\x42\x01\xfd\x03\x58\xc1\x13\xc0\x87\xff\x01\x50\x44\x24\x5c\x22\xda\x2d\x05\x3f\x33\x22\x75\x12\xd1\x38\x29\x38\x60\x11\xb5\x90\x88\x4c\x48\x99\x85\x46\x0f\x8d\x45\xa6\xfd\xb2\x3c\x08\x10\xd1\xa5\x88\x08\x52\x14\x76\x51\x23\x7c\xf5\x11\xa2\xfa\x72\x18\x3e\x50\xcc\x47\xb8\xe5\xcb\xf1\x70\x77\x84\x23\x3e\x8a\x1c\x9e\x6d\xad\x98\xdc\x4d\x8d\x62\x7e\x3f\x9b\xbb\xfb\x5c\x19\x45\xeb\x8e\x7c\x40\x84\x12\x3d\x8a\x0b\x1d\xb4\x17\xd3\xa1\x11\x6e\x0e\x4a\x6b\x63\xf2\xb5\x2e\x42\xe2\x5c\x49\xcb\x8d\x50\x2c\x47\xa6\x94\xca\x06\x4a\x84\xb3\x38\x66\x28\x1e\x60\x38\x8f\xd9\xa3\x53\x31\x3f\x22\x8e\x52\xe3\xa6\xd1\x2b\x9d\x93\x4f\x99\x11\x12\xd9\x08\x45\x6c\x25\x3a\x1f\x21\x89\x8c\xb0\x43\x56\xc8\x91\x23\x8c\x8c\x11\x2a\xc6\x5a\x3c\x1c\x12\xb3\xef\x0d\xc4\x0c\x19\x4b\xe9\xfc\xfc\xf0\x73\x58\x51\x8a\x7e\xee\x53\x6d\xcc\x50\x97\x54\xde\x26\xf3\x53\x84\xa1\xaf\x56\x8f\x57\xc7\xc7\x57\xef\xf8\x40\x76\xd1\xdc\x9f\x8b\xd0\xbe\x45\xf8\xde\x6a\xf3\xfd\xf5\x08\xc5\x4d\x7c\xdc\x2b\xac\xc3\xe7\xfb\x08\xc5\x4a\x14\xb7\x0a\x6e\x71\x84\x5b\x25\x8a\x54\x05\xef\x38\x3e\x87\x6b\xc2\x83\x32\xdd\x5d\x8a\xc5\x67\xf1\x28\xf2\x90\xe5\x09\xdf\x91\xea\xfe\xa8\xb2\xfe\xe3\x9b\xb0\x91\x5a\xd0\xa8\x22\xd0\xe4\x95\xe3\xb1\x70\xa3\x72\xa8\xb4\x65\x86\xa0\x72\x32\xaa\x64\x92\xf4\xda\x48\x61\x62\x54\x45\x62\x76\xf7\x33\x52\x8b\x16\x55\x84\xf6\x5c\xce\x74\xf4\x1c\x55\xf6\x54\x7c\xb1\x8a\x14\xf4\x44\x55\xf2\x94\xcb\xcf\xf9\x70\x55\x8a\x53\x7c\xa3\x3c\x52\x44\x13\x55\x2f\x53\x13\xd7\xf4\x39\x28\xaa\x18\xa6\xba\x1b\x12\x29\x71\x89\xaa\x6d\xa9\x1e\x6d\x88\xd4\xb6\xc4\x6a\x54\x40\x7a\x4c\x3a\x52\x56\x12\x55\x4f\x52\x3d\xf1\x23\x56\x26\x2d\x95\x8e\xd4\xc9\x99\x93\x1b\x51\x2a\xd1\xbc\x0e\x25\x52\x1c\x11\x55\x15\xa1\x09\x86\x6a\x83\xa8\x32\x03\xe2\x9e\x91\x04\xec\x48\xe6\x75\x33\xdf\x52\x8f\x64\x42\xc7\x16\xa9\x4d\x72\xe8\x11\x49\x57\x8e\xe4\x29\xb7\x41\xe7\x49\xc8\x8d\x64\xe2\xb6\xb1\xf9\xb9\x47\x72\x23\x49\xb7\x6d\x1c\xce\xf4\x75\x29\x92\xfd\xda\xa6\xae\xc9\x93\x27\xf1\xb4\xc1\xcd\x11\xc9\xe6\x89\xa4\xf1\xb4\xe3\xd1\xbe\xd8\x19\x36\x9d\x7a\xd6\xe3\x98\x31\x92\x5d\x13\x49\xab\x69\xc7\x2b\xcd\x22\xa9\x33\x91\x9c\x99\xc6\x96\x7a\x24\x13\x26\x92\xf4\xd2\xae\xc7\x80\x22\x49\x2f\x91\x6c\x97\x76\x7d\xdf\x27\x76\xbe\x77\xd2\x5c\xda\xf5\xed\x83\x48\x9a\x4b\x24\xbf\xa5\x5d\xde\x11\x89\x1c\xb1\x53\xa2\x09\x9b\x40\x24\xbf\x22\x2a\xb1\x02\xd4\x16\xbb\xbb\x52\xb1\x93\x71\x1a\x2b\x67\x1a\x77\x27\xa5\x32\x6e\x6e\xe4\xe1\xb3\xc8\xbe\x70\x8f\x4c\xbf\xec\x04\xc7\x4e\xa2\x24\xa4\x75\xb1\xfb\x24\x17\x3b\x09\x85\x40\xa4\xc8\x96\x67\x64\xaf\xb3\x27\xcf\xf0\x8f\xec\x28\x46\xb6\x12\x7b\x76\x2e\x83\xc8\x86\x48\x64\x27\xa4\x17\x35\x7a\x52\x71\x24\x36\xdd\x2b\xeb\x27\xb1\xe9\x48\x50\xba\xc3\x2e\x1e\xcd\x51\x69\x34\x65\x5d\x32\x7f\x12\xdb\x89\xa6\x0c\x3d\x47\x2e\x91\x30\x4e\x34\x25\xe3\x39\xa0\x88\xc4\x53\xa2\x29\xf3\xcd\xf7\xe6\x22\xe1\x83\x48\xdc\xa0\x9b\x47\x50\x22\x91\x82\x48\x88\xa0\x13\x6e\x8d\x83\xf1\x39\x94\x7c\xe4\xbb\xe7\x71\x38\x6a\x8b\x83\x54\x91\xc9\x4c\x3b\x98\x93\x07\x59\x21\x93\xef\x68\x78\x64\x3c\x0e\x52\x30\x96\x07\xe1\xe2\xa8\x5c\xb3\x2a\xcb\x86\x9f\x7b\xe4\x38\x0e\xd2\x1e\x16\xaf\x63\xf0\x36\x07\x6f\x73\x7b\x94\x37\x0e\x16\xa9\x41\x2a\x2d\x15\x44\x71\x18\x67\x92\x19\x7b\x58\x26\x86\xc3\xae\x38\x4c\x89\x23\xdc\x7d\xf3\xf3\xa3\x7c\x07\xee\xee\x13\x67\x1c\xd4\xa3\xdc\x4b\xe7\x59\xb9\x06\x71\x91\xe0\xfb\xec\x71\x3a\xe4\x8c\x93\x80\x08\x0c\x99\x71\xba\x9b\x15\x27\x1b\x45\xd1\xdd\xeb\x38\x7d\x77\x26\x4e\xb6\x65\xa8\xc2\x88\xd3\x8d\x8e\x93\xb8\x3c\x59\xf9\x71\x56\xce\x24\xe8\x9e\x77\xfd\x27\xa0\x98\xc6\x65\x3c\x85\xd7\x20\x62\x8b\x93\x21\x39\x89\x94\x56\xcf\x27\x88\x13\x50\x35\x09\x06\x56\x30\xd9\xf4\x21\x12\x27\xb1\x3d\x4d\x6f\xd3\xdd\x8a\x38\x09\x96\x51\x5b\x1d\xa7\x87\x9d\xe2\x24\xde\xd4\x3a\xcf\x80\x07\x33\x79\x30\xcd\x03\x5b\x71\x39\xe8\x8f\x8b\x4d\x44\x88\xab\xe2\x02\x93\x2d\xf6\xda\xa0\x0b\x8f\xcb\x3f\xe3\xb8\xd8\x64\xb3\xac\xc6\x46\x23\xc1\x7e\x9e\xeb\x72\x4f\x35\x2e\x76\xbd\xcc\xf7\x96\xe2\xe2\xbb\x5f\x6c\x70\x41\xca\x1d\xd7\xc3\xdd\xd9\xa1\x22\xad\x31\x2e\xdf\xa1\x8a\x8b\xad\x29\x0a\x54\xe3\xe2\x0d\x2c\xde\xc0\xd8\x74\xbe\x72\x23\xb6\x44\x86\x87\x0d\xe3\xe2\xb5\x2c\x5e\xcb\xf0\xf4\xe0\xb8\x58\x97\x56\x23\xd0\x9b\xd4\x48\x97\xd8\x8d\x98\x89\x7e\xb2\x58\xad\xae\xb0\x39\xd7\xec\x74\xa9\x13\x51\x7e\xe8\x27\xeb\xd2\x62\x23\x80\x22\xcd\xb8\x98\xb4\x16\x3b\x00\xd3\x78\x9e\xc6\xdd\x4d\x61\x66\x2c\xf2\xe0\x6a\x5c\x8a\xaa\x16\xae\x09\x1e\x59\x0a\x29\xba\xf3\x1c\xd7\xe5\xe7\xc4\x04\x0f\x13\xcc\x76\x10\x16\x37\x01\x38\x18\x7c\xe3\xf6\x3d\xe4\xb8\xd9\x3c\x3e\xcc\x3a\x9b\x09\x7b\x47\x05\x1f\xf9\x39\x58\x7c\xb3\x25\x7c\x01\xa7\xdb\x97\xae\xb8\x93\xc2\x7f\x97\x46\x6e\xc4\xa6\x2c\x85\x72\x71\xf3\xde\xb7\x3f\x2c\x05\x4d\xe2\xf6\x67\x16\xb7\xcf\xcd\x89\x9a\x90\xb8\xf9\x9a\xb7\x4f\x84\x29\xaa\x91\x31\xbf\x71\xb3\xa9\x80\x89\x7b\xd2\x79\xdf\x08\xc8\x70\x6f\xc4\xed\x2b\x74\xdc\xe8\x8a\x26\xe7\xb3\x8c\x1b\x24\xb8\x11\x11\x4d\x1e\xfa\x8c\xdb\xc3\xda\x71\xfb\x22\x9e\x92\x67\xe9\xc4\x03\x88\x3e\xde\xcf\x6b\xcc\x79\x87\x33\x8f\x94\x34\x59\x2e\x0e\xee\xc1\x71\xf7\x40\x31\x82\x78\x3c\x74\x1d\xcf\x3e\xef\x18\x41\x3c\x4c\x45\xc7\x41\xe6\x3d\x20\x97\xe3\xdf\x5f\x3c\x67\xbd\x03\x07\xf1\xfa\x62\x1c\x6f\x20\x9a\xc0\x5c\x72\x79\x47\x37\x96\x77\x10\x2a\x5e\x3e\xc3\x1b\x89\xf8\xf8\x46\x47\xbc\x85\x46\x5f\x74\x32\x5c\x9e\xf1\x32\x37\x5f\x0f\xc4\xe4\xdc\xb9\x26\x23\xf9\x76\x9e\x3c\x8b\xff\xc5\x57\xb8\x3e\xdb\x24\x4a\x6d\xe2\xf5\x31\x18\xaf\x23\xa5\x14\x01\x14\x77\x70\x23\xcf\x15\xca\xc9\xf7\xcf\xe3\x05\x83\x5f\x5f\x9e\xd2\xc3\x3b\xba\x87\x1b\xf9\xc4\x9b\xc8\x8d\x88\xf7\x62\x26\x11\xb4\xec\x35\x28\x29\xf8\x8c\x9b\x08\xca\xe6\xec\x5d\x4a\xc1\xf1\x48\x0a\x0e\x3d\x72\xf2\x65\x2d\x85\xa0\x00\x8e\x87\x6c\xa6\x07\x77\x52\x40\x91\x30\xf8\x30\x4d\xd5\x07\x98\x87\x73\xbc\x71\x7b\xa3\x07\x77\x52\x48\x84\x7a\x12\xe1\x95\xca\x35\x13\x37\xf2\x02\xaf\x54\x3c\x33\x2a\x85\xac\x58\x8d\xff\xaf\xf8\x43\x4e\x21\x73\x23\x9f\xc1\x52\xf1\x7a\xc7\x14\x32\x5d\xf2\xfd\xf7\x54\x7c\x0e\x49\xe1\xe1\xe7\x3e\x59\xa5\xd2\xb8\xa6\x4f\x56\x29\xf8\x64\x95\x83\xd1\x79\x0f\xab\xa5\x50\x9e\x77\x64\x2a\x85\xc2\xcf\x4b\x7d\x47\xa6\x52\xf0\x1d\xe9\x84\x93\x9f\x9a\x47\xe5\x52\xf0\x49\x2e\x05\x9f\xdd\x52\x6c\x58\xd4\xf8\x9d\xfb\xfa\x29\x2e\x3a\xdf\x88\xea\x34\x45\xd0\x78\xf2\x97\x6b\xc2\xfb\xbd\x7d\x99\x48\xa8\xf4\x27\xa4\xf9\x1b\x72\x7c\x09\xd1\xf2\xa4\x10\x2d\x30\x36\x11\x39\x4d\x44\x4e\x25\x8f\x97\x50\x21\x4e\xb8\xd9\x97\x3c\xf2\x84\xb4\x6f\x42\xcb\xd7\xa2\xcf\xde\x09\xfd\xde\x84\x50\xaf\xc5\xc3\x99\x9b\x33\xd9\x5d\x02\x76\x25\x04\x3e\x13\xca\x9e\x17\x51\x83\x84\x9e\x65\x42\xd4\x4f\x41\xe7\x44\x94\x33\x25\x69\xeb\xfb\x54\x99\x90\x7c\x4b\x49\xb2\xf4\x1e\x6f\x4a\xe8\xb9\x25\x84\xdc\x14\xc4\x4f\x44\x24\x93\x22\x92\x04\xf1\x13\x7e\x75\x22\x30\x99\x5e\x37\xea\x04\xd9\x50\x2a\xcf\x3a\xd3\x27\xf8\x84\x43\xad\x20\x7e\x22\x50\x98\x92\x74\xa6\x27\x3f\x9f\x74\x5e\x12\xd1\xee\x40\x24\x62\x89\x29\x49\xc7\x79\xe9\x4c\x7f\x71\x8a\x17\x12\xc4\x4f\x84\x0d\x53\x5a\xf7\x37\x88\xff\xdf\x80\x22\x25\x4d\x76\xbb\xbc\x23\xfc\x29\x39\x8e\x4d\xe8\x4b\x29\xc2\x9f\x88\x37\x26\x05\x13\x89\xf0\x27\x64\x9f\x52\x7a\x45\xf8\xdd\x5c\x94\x9a\x12\x92\x3b\x21\xf0\x5a\xb2\x43\xa5\x84\xa6\xcc\xeb\x0d\x20\xba\x92\x50\x5b\x51\xb4\x33\x65\x1f\x8b\x29\xfb\x86\x84\xc2\xfe\x29\x4f\x35\xee\x77\xd8\x3f\xe1\xba\xa7\x2c\x81\xe2\xad\x46\x6e\x24\xf5\x61\x5f\xe7\x13\xf2\x04\x29\x4b\x5e\xd8\xc3\xfe\x09\x5d\x82\x94\x5f\x3a\xc2\x46\xa3\xd1\x38\xde\x61\xff\x84\x16\x40\x42\x04\x40\xd1\xf8\x04\xb9\x7e\xca\x0a\xe6\x33\x6d\x10\x84\x4c\x90\xd6\x2b\x1a\x9f\x08\x42\x26\x58\xe7\x15\x8d\x4f\x04\x07\x12\x74\xf3\x8a\xc6\x27\x68\xdc\x13\xfc\xed\x8a\xc6\x27\xf8\xdb\x13\x91\x49\x45\xe3\x13\xc4\xed\x89\x00\xa5\xa2\xf1\xe9\x49\xdc\x28\xad\x77\x34\x3e\x41\xe3\x9e\xe0\x6f\x57\x34\x3e\xc1\xdf\x9e\x1e\xed\x1a\xf8\x1a\x92\x20\x67\x4f\x30\xaf\x6b\x09\x4a\x30\xaf\x27\x68\xd5\xb5\x67\x91\x9e\xbc\x5f\xeb\xc4\xef\xea\x9d\x20\x82\x4e\x30\x40\x2b\xa0\x9d\xe0\x7c\x4e\x90\x3d\xdf\x19\xe8\xbc\xd1\x4f\x8f\xbf\xa7\xe8\x19\x02\x09\xf6\xe4\xf4\x68\x9d\x2f\x9c\xe9\xee\x79\x82\x05\x39\x05\x5f\x82\xd2\xe3\xdb\x2f\x09\x52\xe3\x14\x3a\x77\xdf\x3c\xf9\xad\xbd\x07\x6c\xe7\x15\x3f\xec\x4e\xa5\xc2\x3b\x3a\x9c\xf9\xb9\x2d\xe5\x36\xfc\x98\x82\xe6\x6c\xf0\x0d\xcf\x04\x0b\x68\x82\xf4\xf2\x35\x68\x21\xaf\x4c\xe5\x19\x1f\xd3\x06\x5c\x94\xa9\xf8\xe6\xc8\x6b\xda\x28\xcc\xe2\xc5\x67\xf1\xd7\xb4\x01\xfd\x64\x82\x77\xf2\x35\x6d\xc0\xf5\x98\x20\x79\x7c\x4d\x1b\xd0\x3a\x26\x18\x1c\x5f\xd3\x06\x6c\x84\x09\x1a\xc2\xd7\xb4\x01\xd5\x60\x82\x55\xf0\x35\x6d\x94\xce\x32\xd3\xd7\xc7\xb4\x01\x65\x60\x82\x59\xef\x35\x6d\xc0\xac\x97\x8a\xb6\x0e\xf9\x10\xa0\xc6\x4b\x45\x5b\x87\xcc\x0c\x70\xdb\xa5\xa2\xad\x43\x66\x06\xa8\xe3\x52\xd1\x66\x21\x33\x03\xf4\x6b\x09\xde\xb5\xd7\x60\x80\x69\x2d\x41\xb1\xf6\x1a\x0c\xd0\xa1\x25\xb8\xce\x5e\x83\x01\xae\xb3\x04\xc9\xd9\x6b\x30\x40\x6b\x96\x88\x4c\xbd\x06\x03\x9c\x65\xa9\xdc\xcf\xc1\x00\x81\x56\x82\xe5\x4a\x02\xfe\x09\x26\xab\x54\x23\x16\x79\x5e\x45\xaa\xc2\x07\xd2\x28\x76\xb4\x9e\xe0\xb5\x4a\x10\x5a\x85\xe0\x59\x0f\x09\x42\xab\x04\xeb\xd4\xef\x35\x13\x67\x22\xf3\xfb\xba\x66\xd2\x99\xf7\xf3\x9a\xfe\xa9\xa5\xaa\x59\x51\xd7\x04\x50\xc0\x17\xf5\x32\x13\x86\xa8\x04\xc5\x53\x8a\x9e\x1e\x9b\xe0\x63\x4a\x90\x2d\xbd\x9e\x12\x81\xad\x54\xcd\x3e\xbb\xe4\x51\x9d\x04\x3f\x81\x00\x5a\x82\x9f\x20\x41\x4c\xf0\x42\x04\xd0\x0d\x24\x58\x00\x84\xac\x13\xb5\xfd\xa9\xc9\x22\xdf\x9a\x49\xcd\x6b\x68\x12\x65\xeb\xaf\x09\x90\xe8\x53\xa2\x66\xfb\x35\x01\x12\x7d\x4a\xad\x7c\x6c\x47\x26\xca\xac\x13\x35\xd4\xaf\x09\x90\x1a\xea\x44\x64\x2a\x07\x77\x31\x13\xa5\xcd\xa9\x55\x6e\x34\xb8\x66\xa3\xb1\x71\xa3\xa5\x46\x6e\xd4\xb9\xd1\xe6\x46\x2c\xc6\x4d\xbb\xc3\x87\x1b\x75\x6e\xd4\xb9\xd1\xe1\x46\x2c\xd4\x94\xcd\x66\xc4\x07\x12\xa5\xaa\x89\xc2\xd0\xd7\xf3\xa4\x30\x34\x35\x6d\x90\xab\x11\xe8\x41\x99\x9a\x3c\x95\x44\x99\x5a\xea\x81\x69\xd4\x83\x50\x89\xa2\x9b\xd4\x31\x0c\xaa\xbb\x44\x35\x4a\xa2\x14\x23\x3d\x9e\x27\x9e\x28\xc5\x48\xd4\x60\xbc\x1e\x32\x55\x10\x89\x70\xd5\xeb\x21\x53\xaa\x90\xba\xb6\xb6\x79\xc8\x54\x17\x24\xca\x03\x5e\x0f\x99\xf2\x80\x44\x4a\xff\xeb\x21\x13\xd8\x4a\x1d\xf9\xfb\xa4\x2e\x6d\x1a\x7d\xd1\xcf\xe8\x70\x26\x12\xcb\x13\x99\xe1\xd9\xf3\xe0\xff\x01\x28\x48\xe3\x4e\xe4\x6f\x67\xb2\xe3\x13\x49\x86\xc9\x34\x3f\x79\x60\x33\x91\x6f\x97\x08\x70\xbd\x06\x1a\x09\x65\xc9\x46\xfd\x78\x06\x64\x76\x25\x12\xb0\x5e\xcf\x80\x44\xaa\x44\x5e\xd4\xeb\x19\x10\x1f\x4b\x24\x2f\xbd\x9e\x81\x31\x15\x99\xbc\x35\x9e\x01\xb9\x48\xc9\x84\x08\x18\x68\x24\x05\x25\xf2\x7f\x5e\x03\x8d\x1c\x9f\x44\xca\xce\x6b\xa0\x19\x66\x92\x73\xf3\x1a\x68\x44\xd2\x92\x09\x11\x30\xd0\x86\x07\x0e\x12\x81\xaa\x97\xed\xc4\xab\xd2\x18\xe7\xc3\xf6\x01\xce\x1b\xf3\xf9\xb0\x7d\x2c\x1a\x57\xff\xb0\x7d\x30\xab\x8e\x1d\x3f\x6c\x1f\x2c\x80\x63\xdb\x87\xed\xc3\x71\x4c\x1a\xf2\x3f\xb1\x7d\x1c\xae\x79\x9e\x0f\xdb\xc7\xa5\xf1\xf6\x0f\xdb\xc7\xe5\x46\xb2\x08\xdb\x09\x85\xa5\xa9\x84\x05\x0f\x3e\xa7\x09\xf0\x99\xc1\x3e\x1e\xc8\x64\x1a\x9e\xe1\x7c\x3c\x90\x09\x4c\x98\xa3\x7c\x3c\x90\xe9\x2f\x3c\xcd\x79\x3f\x1e\xc8\xc4\x13\x20\x94\xf5\x7a\x20\x13\x33\xa7\xcc\xac\x6a\xf4\xaf\x99\x50\xd6\xeb\x81\x4c\xde\xe6\xd4\xdb\xe4\x81\x4c\xc7\x70\x69\x9e\xfb\xf1\x40\x26\x8e\xe7\xbc\xe5\xe3\x81\x2c\x2c\x5a\xb2\x68\xa9\xd1\x6f\xb4\x62\xfa\x78\x20\xcb\x3d\xf1\xb4\xe2\xf8\xb0\x7d\xf9\x8a\x92\x56\xfc\x1c\x0c\x0b\x57\x7a\xcd\xfc\x61\xfb\x9a\xdc\x68\x7d\xce\xb8\x0b\x87\x67\xed\xcf\x19\x77\xb1\x00\xae\xf3\x39\xe3\x2e\x8f\x18\xa4\x75\x3f\x67\x5c\xc2\x40\x69\xdd\xcf\x19\x77\x79\x34\x2f\xad\xfb\x39\xe3\x6e\x36\xfb\x77\xf8\x9c\x71\x37\xc2\xff\x04\x7e\x5e\xb6\x6f\x56\xc5\x9d\x3e\x67\xdc\xed\xdb\xe6\x69\xa7\xcf\x19\x97\x50\x4f\xda\xe9\x73\xc6\xdd\x60\xb8\xad\x0c\x23\x6c\x27\x2c\x93\xf6\x1e\x1f\xb6\x6f\x16\xff\x7d\xc2\x87\xed\x9b\xcf\x70\xdf\xe7\xc3\xf6\x8d\x45\x5b\x16\x61\xfb\x61\x7c\x9e\x50\x3e\x6c\x3f\x04\x0e\x4e\x18\x1f\xb6\x1f\x02\x07\x47\xc0\x1c\xdb\x4f\xa4\x31\x3d\x1f\xb6\x1f\x2c\x3a\xb2\x08\xdb\x0f\x4b\xfa\xc9\xe5\xc3\xf6\xc3\x5a\x7e\x84\x97\xb1\xfd\xb0\x2a\x1e\xdc\x50\x14\xf1\xd3\xf1\x95\x2f\x1d\xf7\xe0\x73\xf6\xec\xde\x74\x58\x27\x0e\x0b\xa0\x90\xe0\xf1\xdd\xfa\x74\xdc\x53\xcd\x19\x0c\x7e\x58\x3c\x8e\xfb\xa6\x39\x47\xfa\xd9\xe9\x12\x6b\x48\x8e\xdc\x1d\x98\x7e\x7c\x1d\xcc\x19\x90\x72\x58\x00\x8f\x43\x88\x9c\x01\x29\xc7\x67\xa9\x74\x8c\x08\x9a\xef\x90\xa6\x03\x22\x3f\x83\x6b\x66\xce\x74\xb0\x98\x0e\x13\x75\xf6\x44\xd4\x74\x58\x6d\xce\xe0\x46\xbe\xe7\x9f\x0e\x98\xf1\x78\x3a\x70\xce\x0f\x5d\x62\xae\x3b\xcc\x75\x94\x00\xa5\x33\x79\x74\xb3\x7d\xda\x4e\x7e\xcc\x71\xd7\xf6\xd7\x76\xdc\xd6\xc3\xd7\xf1\xb2\x9d\x99\xe1\x30\xa5\xbf\x6c\xdf\x3c\x25\x5f\xdd\x7e\x6d\xe7\x3b\x3a\x4c\x80\x2f\xdb\x59\xeb\xce\xb1\x4f\xdb\x99\x19\xce\xad\x9f\xb6\xe3\xf5\x9e\x3b\x3e\x6d\x67\xf2\x3f\x0c\xc5\x97\xed\x44\x52\x0e\xf3\xa7\x6c\xbf\xbe\x99\x96\x2e\x3e\xa2\x6c\xbf\xc4\x9b\x6e\x62\xb6\xf1\xea\xb7\x74\xdd\xbb\x4b\x37\xb1\xca\x60\xe6\x05\x72\x5e\x0d\x45\x62\x2e\x17\xc8\x79\x95\x7a\x83\xeb\x76\x19\x9f\x37\xc7\x0f\x27\xef\x02\xe5\x2e\xbe\xde\xeb\xe7\xbe\x83\x91\xae\xe2\x5b\x84\x96\x2e\xf8\xee\xfa\x16\x7c\x62\xdb\x34\x5d\x46\xf2\x55\xbe\x98\x27\xd2\xa7\x0b\x94\xbb\x85\xf0\x83\x6b\x70\xa6\xeb\x1b\xf2\xe9\x32\xbc\x5f\x16\x79\xf0\x31\xdd\x1a\x7e\x2d\xfa\x07\xa0\x20\x4e\x99\x6e\x4d\x9f\xe6\x82\x9f\xae\xa7\xe0\x5c\xe2\xcc\xe9\xe2\x2f\xdd\xda\x3f\x6f\x58\xe9\x5a\x1d\x9f\x8f\x90\xc0\xd8\xad\xeb\xeb\x9a\x9b\xc6\xf3\x79\xcd\xc6\x23\xe4\x03\xcc\xc6\x23\xf4\x3c\x99\x74\x89\x9d\x91\x69\x94\x2e\x5f\xde\x05\xc4\xfd\x36\x72\xf7\x3e\x3e\xdf\x40\xe7\xee\x7d\x7d\xbe\x01\x1c\xb3\xcb\x57\xf9\x6a\xe4\xd3\xb9\x83\x38\x97\xa9\x91\x37\x00\x88\x83\x39\x2c\x11\x6b\x4d\x17\x97\x58\xc1\xbd\x0b\x6e\xba\x13\x9f\xc1\xe8\xd2\x62\xf4\x2d\xdc\x26\x00\xda\x25\x68\x72\xf9\x82\xca\xe2\x9a\xac\x9f\xf7\x7c\x86\x03\x2e\xce\xd7\xd5\xa2\xfa\x6a\xc4\xa2\x57\xec\x9a\x87\x8c\x47\x76\x95\xce\xa5\x47\xc7\xba\x74\xef\x47\xe2\x57\xba\x7c\x25\x57\x28\xc3\x3f\x9d\x4c\xf8\x37\x07\xad\x4b\xbe\x63\xe2\x89\x7b\xde\xc8\xba\xe4\xbb\x45\xde\x09\x3f\x85\x4f\xc7\x9d\x28\x5f\x35\x74\xb1\xdf\xd4\x40\xbf\x8a\x9f\x22\xd0\xc7\xcf\xe5\x95\xc8\x0f\x19\xdc\xbd\x28\xaa\xc3\xa7\x33\x39\x53\x63\x50\x79\xa2\x93\x1b\x0d\xa1\x28\xba\xe4\x11\xd4\x1c\x94\x20\x3a\xec\x6d\x7b\x26\xef\xd6\x7f\xf7\x6b\x7b\x0e\x6c\x56\x84\x39\x3e\x6d\x9f\x3c\x9e\x79\x3e\xcd\x9c\x74\x49\x4f\x09\x33\x23\x20\x2c\x86\xf4\x61\x66\x74\xe4\x92\x63\xd8\x1f\x66\x46\x5f\xeb\x72\x54\xbc\x09\x33\xa3\xef\x1a\xe4\xa8\x5d\x03\xcc\x8c\xee\x20\xe7\x58\xc6\x87\x99\xd1\xbf\xe6\x1c\xf5\x35\x63\x66\xe4\x29\xc5\xaa\x8d\x8c\xe2\x8d\x95\x9f\xeb\x8b\x53\x97\x2a\x3f\xd7\x17\x67\x6a\xdc\x34\x9e\xf7\xa4\x95\x63\xe5\x9a\x4d\x33\xc4\xe3\x8d\x0d\x33\xdd\x11\xfc\x3d\xd3\xf7\x8c\x73\x6c\xcf\xd7\x99\x85\xc6\xf3\xf6\xd6\x72\x64\x8d\x8c\x2c\x80\x7a\xf2\xb1\xd3\x25\x13\xca\x58\xde\xe8\xbb\x6f\x39\x2a\x7a\xe8\x1b\x19\x39\x1e\xee\xae\xf0\x9f\x9e\x27\x3e\x51\x7c\x65\x2b\xf2\x73\xd0\xc9\x2b\xc1\xd7\xb7\xb8\x33\x09\xbe\x39\x29\xac\xe6\xf5\xf3\x59\x59\xb8\x29\x2b\xa0\xe9\x8f\x2e\x79\x68\x29\x27\x5c\x46\x82\x26\x99\x48\x76\x4e\x3e\xf1\x2a\x68\x92\x13\x5b\x3a\x89\x19\x97\x70\x40\x4e\xbc\xa3\xf4\x8a\xd4\xeb\x4c\x7f\x63\x89\x19\x93\xa0\x49\x4e\x3e\x71\xe6\xc4\x94\x47\xd0\x24\x93\xfe\x95\x5f\xa9\xb2\x1e\x41\xcb\xca\x98\x25\x0b\x4c\x11\xb4\x4c\x8e\x6c\x4e\xfb\x23\xc6\x9e\x13\x4b\xac\x12\x4b\x09\x96\x65\xd4\xf7\x33\x42\xfb\x0a\x96\xe5\xcc\xc0\xcc\xe1\x23\xc6\x9e\x51\xca\xcf\x48\xe4\x2b\x58\x96\x11\xc5\xcf\xa8\xe1\x2b\x58\x96\x51\xa7\xcf\xc8\xd2\x2b\x58\x96\x73\x62\x9b\x28\x7d\xc4\xd8\x33\xea\xed\x19\x69\x76\x05\xcb\x32\xf2\xeb\x99\x04\x33\x05\xcb\x32\x79\x66\x19\xc1\x75\x05\xcb\x32\x39\xab\x19\xcd\x72\x05\xcb\x32\xe9\x66\x19\x65\x71\x05\xcb\x32\xca\xe2\x39\xd7\x8f\x30\x7a\x46\x1a\x3c\xe7\xf6\x11\x46\xcf\xe8\x70\xe7\xdc\x3e\xc2\xe8\x19\x99\xeb\x8c\xbe\xf5\xeb\xbd\xa3\x68\x9d\x91\xb2\x7e\xbd\x77\xe4\xa3\x33\xda\xd0\xaf\xf7\x8e\x36\x74\x26\x9b\xf6\xf5\xde\x91\x81\xce\x79\x7c\xbe\x77\x34\x9e\x33\x62\xcb\xaf\xf7\x9e\x17\xfd\xd4\xae\x01\x9f\x8c\xe2\xe7\x59\x1b\x03\x8e\x9b\xb2\xe2\xe7\x59\xa9\xff\x8e\x9b\xb2\xe2\xe7\x04\xce\x15\xd8\xca\x8a\x9f\x23\xb7\xfb\x7b\xcd\xc3\x99\xc7\x3e\xaf\x79\x74\xe6\xfc\xbc\x26\x2b\x49\x3e\xfb\xf3\x9a\x02\x61\xf7\x03\x22\xe5\x2c\x10\x76\xe7\xff\x4f\x40\x91\x11\xbe\xcd\xf9\x7e\xe0\xa7\x8c\xe2\x6d\x26\x98\xff\x9a\x60\x48\x33\xce\x4f\xf8\xc0\x4f\x19\x8d\xdb\x4c\xee\xb1\x16\xea\x4c\xd8\x3f\xa3\x6a\x2b\xfc\x94\x09\xe6\x67\x82\xf9\x77\xf0\xae\x20\xfa\xcf\x0a\x50\x1e\xa7\xf5\xce\x24\x8c\x65\x08\x69\x95\x12\x9c\x21\x2d\xcd\xb0\x95\x2a\x25\x38\x43\xda\x97\x61\xeb\x53\x42\x55\x86\x91\x2f\xb7\xf6\x91\x26\x95\xa1\xdb\xcb\x04\xcd\xd2\xf1\x5c\x9f\x0c\x49\x56\x86\x1d\xeb\x41\x42\x27\xc3\x80\x95\xa1\xbe\x7a\x4e\xd2\x99\x87\xc6\xeb\x8d\x0f\x37\xf2\x25\xfd\xff\x25\xec\xdc\x95\x34\x57\x72\x23\xec\xeb\x29\xe6\x0d\x44\x16\x12\x75\x89\x58\x4f\xb6\xf4\x0e\x64\x5d\x22\xd6\xd8\xb3\x13\xa3\xdd\xf7\x57\x34\x3e\xb4\xba\xcf\x71\xc6\x18\x63\x2a\xf8\x37\x6f\x45\x14\x90\x85\xcc\xb4\x16\x31\x4f\xb0\x74\xac\x01\xf5\xb4\x28\x35\x9d\x1e\x7e\xa3\xe3\xcb\x10\x36\x72\x1a\xaa\x0c\x81\x22\x43\x99\xc8\x2d\xd2\x04\xeb\x70\x14\xd0\xde\x09\x43\xa4\x18\x5c\x0c\x7e\x5c\x44\xd8\x1a\x7c\x0c\x02\x34\xa2\x69\x13\x52\xe1\x31\xf8\x32\x18\x4d\xb9\x95\x30\x8c\x80\x8c\xf5\x58\xe7\x43\x6c\x33\x06\x37\x83\xb1\xab\xd9\x88\xb8\xf4\x8d\x19\x7d\x63\x41\x18\xfb\x18\x64\x9d\x40\x9c\xc4\xdf\xc6\xd9\x59\xf5\xd1\xe9\xf0\xcd\x6a\x03\xbc\x66\xc8\x6e\xf8\x0e\xa3\x28\x4b\xb0\x0d\x94\xcd\x37\xf1\x9e\x86\x31\xeb\x58\x92\x1f\x66\x48\xa7\x7e\xa1\x7d\xac\xde\x21\x05\x67\x08\x36\x18\x4a\x0d\x15\xc1\x50\x43\xc9\xc0\x90\x30\xa8\xe2\x6f\x22\x29\x60\x68\x09\xd4\xca\x04\x83\x33\x6f\x03\x5b\x32\x44\xe3\x6c\xb0\xcf\x03\xbf\xbd\xf6\x93\x83\x0f\x83\x71\xa2\x11\x1d\xa5\x06\x7f\xdc\x20\x8e\xd7\x11\x3b\x65\x06\xe5\xdb\xe0\x7a\x57\x5c\xe0\x0d\x06\xb7\x41\xd6\xae\x0f\x4b\x3a\x48\x9f\xc1\x23\xae\x73\x73\x49\x2c\x2c\x23\x6d\x87\x62\x7b\xdf\xc6\xe0\xec\xe9\xff\xc3\x72\x01\xf3\xd4\x46\x9a\xf4\xc4\xe6\x9d\x41\xd7\x34\xd8\x98\xad\x44\xbd\x64\x30\x27\x0d\xca\x64\xc3\x78\xd5\xa0\x37\x1a\x0d\x71\x8d\xd6\x06\x4b\x30\x70\xa4\x03\xcc\xe0\xd1\x11\x9f\x06\x02\xcd\x8a\xb2\xc0\xe0\x12\xda\x40\x61\x19\x75\x04\x1b\xac\xf3\x23\x4d\x4d\xf8\x9b\xb0\xe4\xec\x49\x27\x90\xe8\x0a\x31\x48\x6f\x06\xdb\xad\xd5\x9b\x23\xc9\xb7\x9e\xf4\xd4\x88\x16\x0c\x7b\xe2\x0b\xb0\x07\x8b\x8c\x16\xa5\x86\x3d\x40\x28\x4f\x54\x80\xad\x87\xd2\xb5\x3d\x51\xad\xd9\x83\xf5\x44\x67\x61\x79\xc8\x1d\x1e\x3c\x20\xa0\x67\xdb\x03\x05\xe7\xc1\xc9\x00\x56\xb1\xd1\x5d\x67\x74\xd7\xb5\x19\x74\x43\x7b\x1a\x27\x42\x09\x1f\xd7\x30\x7b\x20\xd6\x3c\x88\xd0\xaf\xce\xcf\x59\x6d\x68\xa4\x6b\x87\x6c\xe8\x61\xf1\x7f\x90\x65\x3f\x41\xae\xb4\xe7\x65\x10\x49\xc5\x6b\xf1\x37\x09\x6b\x0f\x8a\x7e\x46\x08\x7a\x40\xde\xe8\xbc\xeb\x95\xc9\xf0\x30\xbd\x81\x1b\x7b\xe3\x2b\x7e\x99\xde\xa0\x87\x1d\x7f\x09\x7b\xc9\x08\x5e\xf4\xd3\x72\x26\xbf\xb4\xc2\xbc\x88\x0d\x0f\x62\xf2\x4b\x29\xfd\x22\x1b\xf6\x46\x95\x6e\x2f\x93\xf6\x45\xa7\xea\x04\x0b\xdd\xe8\xc3\xb3\xec\xc3\xbb\x1f\x4e\xd4\x18\x6c\x48\xb9\x04\x37\xd3\x68\xb5\xb3\x6c\xb5\x6b\xf9\x73\xb2\xf5\x17\xd6\x2f\x26\x1c\x96\xa0\x65\xf6\xdf\x0d\xcb\x41\x8e\x44\xaa\x86\x56\x60\x7b\x09\x02\xe0\x9a\xe3\xe1\xbd\x27\xbc\xf9\x22\x32\xf3\xe4\x89\x88\xc9\x2f\x94\xd7\x97\xb0\x36\x79\xef\x33\x62\xdd\x41\xc2\xd1\x66\xa4\x2c\x36\xfd\x7b\x0e\x3e\x49\x0f\xa7\x7f\xcf\xc1\x27\x15\xce\x04\x76\x82\x9a\x64\x34\xc9\x19\xdd\x71\xc9\x2d\x32\x9a\xe4\x8c\xee\xb8\xe4\x16\xd9\x24\x4d\x9f\xd4\xc7\x25\x84\x3a\x6c\x32\xeb\x66\xa3\x6f\x21\xd4\x73\x6c\xb2\x1e\x4d\xd6\x23\x8b\x26\x1d\x9b\x4c\xc5\x49\x25\x0d\x35\xc9\xe8\xaa\xb3\x49\x41\x5d\x06\x47\x76\xae\x33\x9b\x2e\x4a\x0e\x72\x9b\x1d\xdc\xa1\x72\xa2\xd8\x71\x36\x9a\xeb\x92\xc4\x64\x13\x44\x6b\xd2\x59\x56\x1a\x77\x04\x5f\x70\x66\x0a\x4f\x59\x90\x90\xe9\xcc\x14\xfe\xb9\x7f\x9b\x50\x2c\x82\xc1\xca\xe2\x32\x7a\x7a\x6d\x51\x63\xae\xac\x90\x98\xa7\x8b\x87\xbd\x48\x0c\xe9\x3d\xb6\x15\xfb\xbb\xb6\x3e\xeb\xa5\xc6\xe0\x62\x90\x76\x92\xc5\x91\x54\x41\x8b\x96\xd9\x1d\x60\x94\x2d\xaa\xa0\xd5\xa0\x2b\x06\x7b\xc6\x16\xa5\x0a\x98\xe9\x55\x82\x28\x63\x8b\xfc\x69\x1d\xf6\x93\x03\x1f\x33\xc0\x52\xdb\xc9\xfc\x22\xc7\xd9\xe4\x38\x3b\xf9\x55\x7c\x4f\x89\xa7\x02\xa4\x5e\x46\x4e\xb6\x69\xc4\xda\xd0\xc1\x4a\x74\xd5\xda\x06\x08\xdf\xec\xa9\x42\x16\x30\x60\x55\xdb\xe5\xfa\xc2\x88\x6c\x83\x6c\xed\x80\xb4\x3e\xef\x28\x41\xd6\x5d\xf6\xb7\x3b\x82\x35\x65\xb0\xa6\x3e\x67\xf4\xe6\x99\x6d\x92\xa2\x9c\xd1\x80\xa5\xb6\x67\xfd\xf6\x56\x37\x5f\xde\xfe\xf6\x56\xff\x66\x87\x7b\x3f\x25\xc9\xa0\xf1\x94\xc0\xdc\x0c\x7c\xec\xf3\xc5\x01\x8c\xd9\x61\xc5\xcc\x17\x77\x62\xe1\xb4\x63\xdf\x4b\xe2\x23\x8e\x14\x67\x0f\xc6\x98\x1d\x0a\x89\x13\x98\x44\x41\x87\xc3\x0e\xa1\xe8\x44\x28\x2a\x23\xff\x26\xf3\x05\x0c\xab\xe0\x01\x6d\x60\x58\x06\x86\x55\x6a\xfe\x4d\x3e\xc7\x93\xf5\x6e\x5e\x27\xd5\xc5\xa1\x9d\xeb\xf3\x3a\x89\x64\x09\x3b\xa1\x01\x6e\x87\x42\xf7\xb0\x11\xe5\x8b\x9f\xb3\xcb\x78\x06\x1b\xec\xe2\x8e\xa8\x2e\xc0\xa2\x0c\xf6\xa1\x81\x37\x59\xe2\x4d\xf9\x3d\x1d\x72\x9c\x93\xfd\x4a\x04\x83\x03\xc4\x9b\x58\x54\x06\x83\xf3\x72\x22\x90\xa9\x9c\xde\x87\x75\xfe\xd0\xd9\x64\x6f\x9e\x88\xd7\x01\x0a\x5c\x99\x36\x87\x77\x0b\x94\x65\x57\xf4\x9c\x1b\x7d\x86\x76\xe6\xf3\xfd\xc9\x4f\xee\x7d\xd5\xef\x4f\x89\x2c\xf8\xac\xf5\xfd\x29\x11\x5c\x0f\x7b\x0f\x9f\x67\x67\xf1\x3f\xe7\x4f\x3f\x27\x42\x9c\xf3\xed\xe7\xa2\x23\x51\xd7\xad\xaf\x23\x75\x05\xbc\xa2\xeb\x7e\xbf\x1f\x59\x38\xd2\xfe\x74\xa4\x71\xa4\xfd\xe9\xc8\x58\xe7\x45\x2f\x61\x4e\x30\x5d\x51\xb7\x2a\x81\xad\xcf\x9f\x47\xec\xd1\x05\x37\xf7\xf3\xe7\xce\xdf\xa4\xd3\x84\xd0\x2e\x60\x2e\x65\xdb\x20\xa1\x5d\xa0\x5d\xba\xea\xf5\x15\xda\x75\x05\x62\xa0\xab\xea\xeb\x6d\x0a\x4e\xa1\xb2\xdd\x90\xb7\xa9\x2b\xe6\xa7\xb2\xeb\x90\xd0\x2e\x9a\x0f\x75\xd5\xf9\x15\xda\x05\xed\x50\x57\xae\x0c\x83\x23\x23\x74\xe9\x6a\xfe\x15\xda\x45\x47\xa2\xae\x6c\xc7\xab\x9c\xa8\x73\xef\xec\xf2\x13\xda\x75\x45\xf1\x2c\x28\x89\x39\x15\x75\x45\xf4\xd7\x95\x9d\x77\x8b\x9f\x0f\x4e\x04\x03\x84\x68\xa3\x6b\xf0\x94\xa0\x6a\x12\x6d\x74\x43\xb9\xbc\x93\x85\x1d\xf1\x53\xe0\x62\x82\x84\x98\xf1\x53\x77\xa4\xdb\x4a\x02\x3b\xf1\x53\x77\x54\x7e\xba\x4b\xfd\x8a\x9f\xba\x23\xbf\xd3\x1d\x69\x49\xc6\x4f\xdd\x85\x13\xd1\x2a\x42\xfc\xd4\x1d\x89\x9d\x6e\x94\x07\x88\x9f\xba\x79\xef\x37\x68\x3c\xf1\x53\xb7\xf8\xb9\xce\xb7\x3b\xba\x23\xa2\xe8\x86\xaf\xfd\x79\x47\x87\x8b\xc7\xa5\xba\x46\x03\xa5\x4a\x2c\x3d\x2a\x78\x3e\xa1\xe5\x2d\x58\xd1\x82\x15\xdd\xef\xca\x91\x51\xe1\x88\xa6\xc5\x5e\x02\xdd\x56\x89\xa0\xaa\x82\xb6\x73\x8d\x1c\x5c\x90\x87\x65\x88\xa6\x5d\x33\x07\x3b\x83\xe8\xfe\x45\xf7\xbc\x40\x7c\x64\x29\x77\x56\x39\xd2\x18\x44\xb8\x0a\x23\x5e\x81\xd5\x08\x90\x66\x2c\x1e\xb2\xc5\xcc\x92\xc5\x4a\xa9\xc3\x1d\x59\xe4\x0e\xb2\x00\xfc\xfc\x1a\x9c\x28\x72\x5b\x59\xe4\xb6\x7e\x85\x7e\x98\x2c\x40\x75\x59\x14\x6b\x5e\x72\x30\x72\x38\x19\xc0\xab\x3b\x27\x5a\xfc\x3c\xaa\x34\xa7\xd9\x4d\x54\xfc\xa2\xe2\x77\x7c\xed\x04\xf7\x58\xf4\xfb\x39\x4a\xe9\xa2\xed\x4f\x70\x02\x43\x2f\xff\x37\x09\x85\x14\x79\xac\x14\xa8\x6c\xa8\xb0\x7f\x0c\xc6\xaa\x28\xda\xf8\x42\x38\xf3\x63\xd0\xf8\xdb\x51\xd7\x79\xb8\xba\x7d\xfc\x8f\xab\x88\x58\xe2\xf8\xa4\x49\xc4\x12\x1a\xf7\x42\xb6\xee\x63\x30\xd6\x25\x29\xd6\x25\x47\xa0\x5a\x22\x18\x28\x82\x81\xa3\x81\x2c\x45\xa2\x26\x45\xa2\x66\xe8\xbc\x4b\xf1\x40\xa5\x68\xeb\xf0\xc9\x4c\xc1\xc2\x5f\x10\x1b\x7d\x57\x2e\x3e\x4a\x00\xd1\xa3\xe7\x48\x81\x4a\x11\x94\x45\x8f\x9e\x53\x48\x08\x2a\xa3\xd2\xcb\xfd\xe6\x05\xe2\x60\x2e\xac\xcb\x57\xd7\xb3\x50\x2f\x95\x13\x75\xd3\xb7\xdc\x82\xc0\x28\xbc\xc2\x95\x26\xe1\x16\x54\x47\x61\x0b\xae\xf4\x03\xb7\xcd\x91\xb1\xd6\xcb\x23\x22\x57\x4d\x06\x23\x88\x8a\xe6\xbd\x5a\x43\x54\x54\xf4\xcd\x29\x5d\x75\x7b\xec\xc4\x08\x1f\x5d\xa5\x81\x6e\x8f\xed\x63\x61\x61\x2b\x3a\xec\x6a\xdf\x9c\x3d\x56\x3f\x61\xc7\x5a\x07\xb7\x8a\x75\xaa\xf0\x4c\xad\x8f\x71\xab\x4c\x36\x9c\x46\x2b\x96\x62\xc2\x3f\x54\x58\x85\xd6\xf7\xe2\xde\x37\xf7\x0e\xeb\xf6\x0d\x74\x52\x78\x6f\xca\x93\x10\x1a\x9a\x62\xaa\x7c\x7d\x40\x4f\x15\xc7\x28\x55\xa6\x65\xc5\xac\x7d\x05\x14\x28\x9a\xdb\x84\x97\x62\xdd\xa1\x0f\xad\x1a\x11\x4b\x15\xc3\xf2\x1d\x5b\x14\xa2\xf1\x4d\x34\xbe\xd5\x1d\x98\xa3\xb0\xf4\x13\x5e\x7e\x15\x53\x22\x41\xf3\x54\xd2\x3c\x71\xb3\x11\x8c\x4e\xa5\x1f\x5a\xa9\x0c\x06\xd6\xac\xb4\x1b\xcb\xb0\x89\x51\x98\xd2\x21\xcc\xf2\xc8\x08\x39\x4a\xe7\x27\x0f\x2a\x91\x2a\xf3\x29\xcd\x9a\xbc\xe5\x20\x3f\xc7\x51\xc9\xa3\x06\x15\xce\x48\xc2\x12\xa9\x21\x13\x28\x2c\x8a\x84\x37\x51\xc3\x6e\x42\x78\xf7\x08\xd3\x9e\x46\xb5\x2a\x8c\x6b\x84\x63\x4d\x6b\xd1\x0c\x20\x5a\xe4\xd4\xb2\x52\x0f\x60\x57\x38\x9f\x08\xcb\x93\x36\x42\xf0\x4d\x98\x72\x08\x37\x8e\x06\x41\x48\xf8\x3e\x08\xc3\x87\x36\xa3\x23\x4c\xed\xe1\xe7\xf8\x12\x2f\x6e\x13\x79\x7e\xa1\xcb\xdf\x36\x2b\x38\x3a\xf9\x6a\xd8\x56\x9d\x20\x17\x0b\xb9\x7c\xb5\x74\xaf\xe2\x81\x20\xaa\xad\x54\xd3\x2e\xdc\x11\x1a\xd9\xea\x69\x4b\x73\xe5\x60\xcc\xa5\xd4\xac\xb6\x60\x3b\x08\xf5\x67\xa5\xec\xb3\x62\x6b\x4a\xc8\x3e\x2b\xf5\x9e\x11\x8b\x14\x6a\xcc\x02\x76\xeb\x0a\x7e\x91\x90\x53\x56\x4f\x97\x92\xc2\xdf\xac\xfc\xcd\x34\x16\x21\xb8\x20\x61\x2c\xb4\x8b\x57\xf7\x77\x1d\x82\x6c\x6f\x5c\x56\x94\x87\xdd\x03\x2c\x15\xac\x4e\x25\xab\xb3\x06\xd7\x44\x30\x37\xd5\xd3\x03\x82\x05\xa6\x4f\x6e\x15\x73\x84\xc6\xd2\x3e\xf8\x42\x06\x0a\xf1\xc8\x84\x09\xdd\x48\x21\x18\xd9\x77\x34\x6d\x08\x8d\x41\x8d\xc8\xad\x56\xaf\xf7\x5a\x4c\x73\xe4\xf8\x94\x3a\x7c\x57\xb0\x99\x85\x66\x9e\x52\x2c\x0f\xd2\x84\x90\xb2\xd3\x88\x1b\x1c\x77\x90\x38\x35\xb8\xab\x11\x77\x35\xca\xcd\x91\x9d\x23\xd1\xa2\x2b\xd1\xba\x2d\x94\xe2\x84\x44\xdc\xea\xb5\xac\xc5\xe2\x85\x30\x9c\x52\x11\xae\x30\xd5\xe9\x9d\x53\xca\xa1\x29\xff\xee\xe4\xb2\xd0\x1b\xf3\xce\xdf\x9d\xdc\x00\xa2\x60\xd5\xb8\xac\xcd\x15\xec\xd4\x75\xe4\x19\x1c\x8e\x84\x1c\xd8\x09\x5c\x88\x43\xe9\x61\xdd\xef\x81\x3f\x09\x75\x27\xa5\xac\x13\x68\x8d\x90\x6e\x52\x6a\x36\x0d\x2e\x09\x95\x26\x81\x93\x0d\x4c\x3a\x05\x0b\x55\x0f\x22\xa4\x98\x39\xe8\x89\xe8\x22\x78\xa7\xe3\xad\x9c\x88\x69\xf9\xa0\x2a\xf9\x92\x04\x42\x3f\xd5\x83\xf8\xe2\x24\x9e\x3c\xa4\x0d\x0f\xba\x87\x53\x31\x57\x21\x9c\xea\x41\x8e\x10\x23\x40\x3d\x51\x4c\x09\xb8\x6c\x4c\x56\xb2\x27\x70\x08\x3d\x48\x0e\xae\x60\xf5\xea\xe9\x9c\x1d\xb5\xbf\x95\x67\x8f\x92\x45\x4f\xd4\x2a\xda\x21\xe1\x2d\x58\xa8\x82\x85\xea\x77\xec\x61\xe8\x21\x92\x3f\x1b\xfd\x8c\xc5\x91\x87\x07\x72\x40\xd0\x83\xa2\xa6\xe7\xf0\x3c\x63\xb7\xc3\x4b\x28\x03\xe8\x8d\x07\x29\x90\x31\xb7\x8f\x8c\xeb\x37\x09\x06\x40\x99\x5e\x12\x0c\x45\x3d\xaa\x17\x45\x91\x37\xb2\x07\xaf\x21\x23\xa6\x97\xc2\xe2\x8d\xc7\xeb\xa8\x8a\xea\x65\x85\x7c\x63\x85\x74\x18\xa3\x7a\x11\x39\x81\xa1\xea\x08\x0c\xe8\x65\x4e\xbd\x31\xa7\xaa\x11\xfb\xa1\x9f\x0a\x30\xac\x1a\xf9\x29\x80\x97\x00\xbc\xaa\x58\x60\xdf\xcd\xd9\x37\x00\x77\x80\x92\x9a\xa4\x8d\xf3\x66\xd9\xe4\xeb\x9b\x51\x77\x89\x4e\xbc\xfa\x12\xea\x26\xc9\xf5\x8c\xe4\xba\x22\x6b\x21\x48\xa5\x9a\x80\xa7\x14\xfd\x9a\xc4\xe9\x49\x9c\x2e\x24\x17\x93\xdb\x9c\xf8\xc6\x66\xc2\x3e\xa3\x6b\x55\xf0\x39\x5b\xe3\xd3\x01\x48\xd2\xc4\xd3\x72\x50\xeb\x4c\x3e\xb2\x09\x42\x3d\x03\x16\xd4\x24\xfa\xcc\x49\x98\x77\xee\x28\xea\x51\x4d\x9c\x04\xd7\xe1\x92\x62\x71\xd2\x8c\xee\x8b\x76\x1a\x97\xc4\xe7\x38\x63\xc2\x34\x2c\xf4\xb5\x22\x07\xd5\x4a\xbb\xb8\x95\x83\x93\xc1\xc8\xcd\x31\x79\xd7\x8a\x9a\x53\x0b\x0f\x04\x34\x5b\xb5\x02\xaa\xd0\xc2\x2a\xa0\x87\xd1\x91\x16\x1f\x19\x98\x56\x1f\xb1\x01\xa3\x45\xbe\xb7\x10\x7b\x5f\xe4\x26\xab\x73\x64\x24\x48\x9d\x8d\x22\xad\xa8\x13\xb4\xb0\xf0\x39\x0f\x83\xd1\xb4\xa5\x95\x62\xdc\x44\x88\x15\xad\x58\x5a\xb0\x8f\x75\x71\xf1\x7c\x10\x0b\x79\x6a\x0f\xba\xab\x36\xd3\x7c\xa3\x80\xdc\x29\x95\x76\x90\xf6\xe2\xeb\x0a\x9c\x74\x31\xd8\x18\x44\xe6\x91\xbf\xb9\xe3\xdd\x6a\xc3\x14\xde\xd4\xb8\x9b\x57\xbc\x11\x95\x3d\x41\x55\xd2\x26\x61\xa1\xdb\xce\x31\xa5\x17\x4d\x70\xda\x0f\x8a\x20\x54\x06\xe7\x42\x84\x07\x0a\xed\x15\x3a\x94\x3a\xac\x7b\xf4\x3d\x5d\x18\xb7\xe9\x90\x2a\x82\xba\x94\x52\x73\x50\x0c\xfa\xf7\x23\xf9\x64\x92\x35\xf9\x79\x24\x95\xd6\x99\xf9\x37\x63\xce\xd3\xad\xa3\xc3\x6e\x2c\x9c\x72\x1d\x52\xc5\xc3\xd6\x3c\xee\xf0\x02\xd4\xd0\x61\xe3\x55\xe1\x34\x20\x5a\x78\x44\xef\xce\x25\x5e\x31\x2d\x3c\x02\xf0\xb8\xc4\xa4\x3d\x81\x18\x0a\xdc\xe3\x92\x73\x24\x05\xe5\x39\xd9\x2b\x1d\xda\x7e\x34\xed\xf8\x67\xd3\x0e\x72\xc5\x70\x36\x3d\x39\x9b\xb4\x49\x3a\xda\x46\x7e\x65\xeb\x25\xba\xf0\x30\x38\x1d\xd8\x24\xbb\x41\x1d\x7a\xa6\x5f\x25\xf7\x97\x19\x34\x6a\x39\xfb\xd6\xe6\xe1\x00\x25\x7e\xe5\x26\x7e\x0e\x06\x0e\xe1\x89\x43\xa4\x45\xfd\x9d\xf1\x77\x97\xaf\x27\xef\x25\x82\x87\x97\xbb\x7e\x3d\x79\x2f\xc4\xc8\x02\x69\xe4\xf3\x48\x76\x1b\xff\x9f\x55\xc8\x60\xe0\x2c\x5e\x1c\xb1\x27\xf4\xc8\x29\xad\xbd\x90\xf2\x1d\xac\x98\x0a\x3a\x4b\x85\x0c\xe7\xbc\x39\x98\x31\x3d\xdf\x74\x5c\x7c\x41\x67\xa9\xb0\x13\x49\x63\x80\xc3\x31\x74\x38\x86\x4e\x77\x90\x97\xc1\x6c\x0d\x18\xc3\x2f\x04\x37\xcb\xe0\x3a\x23\x2e\xf9\x85\x3a\x2f\x85\xbd\xd3\xc3\xe1\x17\x3e\x36\x88\x98\x79\x41\xad\x09\xda\x9b\x97\x87\x13\x45\xfe\xe4\xe9\x97\x59\x02\xf2\x73\x28\x8a\x7e\xe3\x6b\x07\x45\xd1\x4b\x60\x7d\x7e\xe3\xa2\x58\x26\x3f\x8f\xcf\xde\x01\x7b\x1c\xa6\xa1\x17\x8a\xbe\x54\xc8\x47\xaf\xcc\xd1\x11\x72\xcb\xbf\x19\xc1\xdf\x91\x2d\x73\x43\xca\xb8\x1c\x7e\x8e\x78\x92\xa1\xc9\x59\x0e\x47\x1e\x8e\xc4\xb2\x81\x26\x13\xa7\xc9\xc4\x85\x0d\x29\x1a\x43\x6e\x91\x50\xb8\xe3\x31\x40\xeb\x88\x1b\x32\x4b\x8e\x43\xb0\xa1\xaf\x64\x85\x23\x91\xde\x85\xc4\xe8\x16\x61\x34\xbc\xd4\x63\x90\x6b\x31\xb6\xa5\x11\xb8\x05\xb1\x70\x13\x47\xe2\x29\x61\x11\x82\xdc\xc4\xb6\xf4\x95\x47\x3e\x0c\x82\x19\x20\xa9\x0f\xa8\xe1\x56\xb3\xd8\xe7\xec\x68\x76\x59\x80\x67\x61\x34\x11\x83\x3c\xb3\x46\x5d\x8f\x9b\x98\xa1\xd9\x05\xee\xe1\xe9\x55\x6e\x0f\x97\x14\x7b\xab\xfe\x20\x61\x6d\x28\x71\x19\xea\x57\x2f\x1e\x32\x50\x2f\x1d\xce\xa5\xbf\x4f\xff\x5d\x42\xe1\x16\xa5\xac\x5b\x2c\x79\xfe\x62\xe0\x46\x5f\x89\x5b\xd4\x2b\xfe\x22\xd4\x0e\x67\xd3\xe1\x6c\xfa\xe4\x2b\x31\x24\xb5\x2c\x00\x59\x9f\x68\x9d\x5a\x14\x69\x6e\xb1\x0e\xfa\x42\x65\x9e\x16\x12\xa7\x85\xc4\x17\xa6\x0d\x46\xeb\x01\x8d\x21\x9e\x5e\xbf\x8a\xd8\xec\x40\x32\x7e\x98\x3e\x09\xc2\xc0\xbd\xf4\xc3\xd9\xc5\x6c\x40\x23\xce\x0f\xaa\xd5\xa2\x49\x41\xb1\x45\xeb\x69\x65\x02\xbf\xd2\xe1\x57\xd6\x0b\xad\xd3\xc4\x59\x00\x58\x2a\xda\x6b\x9e\x38\x8b\x22\x3e\xd5\x8c\x8e\x8a\xec\xd4\x15\xd5\x52\xbd\x91\x53\x57\x14\x4d\xae\x58\x89\xea\xcd\x87\x2b\x62\x89\x1c\x9d\xac\x99\x47\x72\x47\xb1\xa9\x57\xd3\xfa\x15\xb4\xc6\x41\x6b\xea\x8d\xd4\xb3\x98\x37\x8a\xea\xa3\x16\x34\x90\xd5\xb8\xf7\x86\xa2\x16\x5f\x9e\x68\x7c\x50\xac\x75\xb5\xe0\xed\x22\x7a\x1c\x14\x31\xa1\x0a\xe7\x30\x48\x97\xae\x58\xd9\xab\x63\x32\x20\x42\x83\x62\x37\xa0\x3a\x32\xb1\x88\x59\xb9\xc0\x35\xfc\xf0\x90\x91\x52\xd3\x44\x66\x0b\xd9\x5d\x4d\x4e\x14\x99\x72\x25\xe5\x74\x60\x21\x87\xb3\x59\xd3\x78\x51\x8b\x87\x0c\x02\x52\x71\x9b\x14\xa1\x01\x11\xac\x9a\x32\xf3\x10\x39\x1d\x11\xac\xda\x71\x58\xf5\x2b\x3f\xf8\x00\x7a\x3a\xe1\xcd\x23\x0b\x76\x8f\x08\x5f\x47\x1e\x19\x49\x83\x7b\xa1\xd5\x01\xa9\x62\x4f\x6d\x39\xde\xfb\xf3\xe6\x91\x9b\x41\xa4\xbb\x78\x74\x0e\x12\xe7\x51\x4f\xd7\x07\x0d\x5f\x27\x42\xb8\x21\xdd\x85\x01\xba\x13\x1a\x5c\x64\xac\xc4\x66\x27\x34\xb8\x38\x12\x43\x22\x98\xa6\xee\x11\x21\xea\x8b\xb6\xbe\xb3\x04\xb9\x12\xfd\x89\x69\x03\x74\xe5\x10\x4e\x6b\xea\x48\x3b\x58\xa8\x47\x65\x59\x37\xf6\x94\x90\x43\xdd\x3b\x40\x0f\x4e\x44\x4e\x14\x77\x7c\xc6\xd3\xc7\xc5\x89\x10\x9e\xdd\x17\xbc\x77\x9f\x1c\x49\x1a\x9b\x6e\x29\x3e\x39\x92\xee\x8b\x92\xf7\xce\x87\xee\x11\xf6\x9b\x21\xa0\x8e\xc4\x98\xa7\xc4\x98\xa1\xd3\xeb\x2c\x02\xc0\x5a\x2d\x4d\x5f\xa1\x75\xba\xc7\x16\x6d\x13\x81\xa5\x06\x1c\xe8\xc0\x5a\xcd\xd3\x91\x3c\x32\x09\x07\xcf\x6a\x15\x75\xfb\x1a\x6b\xb9\xd7\x1b\x3d\xaf\x8e\xab\x33\x8b\x00\xcc\xcf\x56\x79\xc8\x95\xe8\x5f\x23\x91\x6c\xed\xc6\xc3\x9a\x45\x00\xe4\xab\x35\xbe\x77\x90\x2f\x07\xf9\x6a\x0d\x19\xe3\x2a\xce\x1e\xba\x5c\x2d\x8d\x14\x2b\x91\xba\x46\x71\xd9\x9e\x4f\x2b\x7f\x2e\x9e\x02\xe2\x4d\x4b\x71\x24\x09\x53\xa1\xec\xc5\xe1\x02\xf5\x48\x47\x3d\xb2\xbd\x27\x5d\xf4\xb9\xa4\x01\x78\x94\xfe\xd6\x7c\xb0\xa8\x97\xb5\x99\xf7\x4e\x30\xae\xf1\xaa\xda\x9a\xe9\x95\xce\x91\x13\x44\x29\x4d\xb6\x59\x93\xc1\xcf\x5a\x9a\x62\x55\x44\x0b\x6b\x04\xdc\x7e\xa1\x15\xdd\xf8\x8e\x1a\xfe\x78\x6c\x3e\x39\x22\x66\x51\x1c\x86\x9d\x73\x0e\xd2\x66\x85\xb7\x5c\x49\xfb\xd4\xc2\xca\x87\xe7\x1b\x0d\x60\xde\xf8\xe2\x1a\x66\x6f\x96\xee\x83\x7c\x47\x80\x6a\xdd\x3e\x7d\x84\xa9\x42\x13\x7b\x42\x96\x1d\xa6\xa9\xb7\xc4\x9e\x66\xfa\xec\x3a\x83\x51\xa9\xf8\x95\x46\xb9\xd4\xab\x78\x7f\x79\x5a\x5f\x56\x8e\xc4\xf4\xcb\x59\x65\xe8\xa4\x73\x78\xa7\xdd\x31\xe7\x69\x8d\xdb\xc4\x5a\xab\xa6\x23\x65\xe7\x48\x5c\xb4\x2a\xee\x19\xb0\x50\xbd\x61\x98\x55\xd3\x55\x33\x0a\x24\x87\x77\xda\x6b\x1a\x37\x92\x99\x35\xf6\x5a\x1a\xf1\x13\xd4\xcf\x5b\x74\x94\xf7\xd6\xd3\xcc\x93\x07\x12\xf1\xb3\x77\xa5\xab\x26\x3f\x8f\xce\xcd\xde\x67\xda\x54\xf2\xf3\x78\xa9\x7d\xdc\xe9\x1e\xc9\x43\xc6\xe8\x3d\x3d\x1c\x68\xe7\x73\xda\xf9\x7a\x9a\x29\xd0\xce\xe7\xb4\xf3\xf5\xa7\xa4\x91\x22\x1b\x0c\x38\x99\x3f\xe9\xae\x73\x91\x88\x60\x61\xfe\xa4\xc9\x0e\x49\x34\x1a\x6f\x1d\x99\x25\xef\xf1\xad\x78\xc7\x1f\x7b\xd6\xbf\x6c\x81\x78\xff\x6b\x3e\x81\xe2\x9b\xf7\x98\x05\x7d\xa6\x53\x13\xd9\x57\xc7\x2d\x7b\xa6\x3d\x55\x04\x55\xa7\x8b\xb0\xcf\xb4\x77\xa3\xf1\xaf\xe3\xe0\x4c\x9b\xa3\xf7\x58\x37\xbd\x63\xcf\xbc\xd3\x91\xc8\xc9\xb0\xf0\x5e\xde\xe9\x26\x58\xb9\x5b\x6c\x96\x77\x9a\xee\x91\xc9\x77\xd4\xcb\x76\x9a\x3a\x92\x92\x75\x26\xca\x41\xe2\x9f\x9e\x42\x4f\x2d\xba\x93\xde\x5f\x24\x68\x1d\xc3\x62\x5a\xa9\x1c\x28\xd3\x13\xca\x3c\x79\x76\x64\x54\x3b\x46\x12\x57\x9a\xbd\x91\xec\x77\x1c\x24\xae\x74\xbf\x23\x16\x74\xd4\xc0\xae\x74\x86\xa2\xed\x10\xec\x73\x40\xfa\xf0\x6c\x3b\xec\x18\x26\xdc\xf9\x56\x5e\x9e\x12\xde\x08\xf7\x4e\x33\x2e\x76\x8d\x30\x34\x28\xf9\xe8\xd8\xcc\xe9\x78\x17\x14\x92\xcc\xce\x8c\x04\x4f\x1d\x25\x9d\xa1\x58\x18\x3a\xe2\x2d\x25\x0d\xa2\x48\x04\x3b\xe6\x03\x25\x0d\xcf\x26\x17\x8f\xeb\x40\x21\x47\xed\x93\xdb\xc4\x52\xa0\xa4\xfb\x27\x4b\x48\xa7\x41\x8a\xbd\x02\x87\xbc\xec\x1d\xa3\x00\x64\x9d\xbc\x93\x2b\xc2\x61\x1e\x25\x7d\xf9\x28\x0b\x3a\xaa\x65\x69\xb2\x0e\xe0\xeb\x83\xca\xdd\xd2\x91\x83\x7d\xbb\x81\xec\x7c\x00\x69\x7f\x73\x1a\x29\x7d\xc4\x96\xee\xf0\xf4\x3b\x61\x0d\x18\x31\xaf\x47\x2d\xc8\xf1\x47\x26\xe0\xf4\x5a\x8e\x5c\x81\x46\x44\x30\x1f\x31\x77\x47\x65\x09\x19\xac\xfd\x23\xd6\xfe\xd1\x5a\x7a\xe7\x90\xc2\x47\x90\x1b\x2d\xcf\xce\x4c\x46\x36\x70\xb4\xf4\x6d\x68\xb9\x5f\x87\x3c\xda\x4e\xbb\x14\x7e\x4e\xbf\xda\x60\xb5\x00\x55\xf6\x44\x95\x47\xda\x7b\xa0\xfd\x0a\xb8\x3c\x9e\x74\xaf\x61\x2e\xd1\x95\x39\x9e\x93\x86\x25\x9b\xc1\xc3\x20\x7e\x01\x14\x8e\x03\x6b\xbb\x37\x2d\x58\x28\x1c\x07\xde\x74\x6f\xde\x3b\x6d\xb1\x03\xaf\xb9\x37\xef\x9d\xa2\x72\x60\x2b\xf7\xd6\xf4\xb3\xe0\x79\xd2\x18\xb7\xd2\x9e\x85\x52\x61\x2c\xa0\x56\xcf\xc1\xc6\x60\xcc\xa5\x95\x7e\x5d\x8b\x07\x12\x73\x62\xac\xf4\x22\xda\x5c\x27\x0e\x6b\x69\x3b\x39\x58\xd5\x80\xb5\xc7\xbe\xd3\x0b\x82\xb3\xe3\x7f\xb6\xd3\x90\x82\x12\x73\x60\x44\xb6\x77\x3a\x20\x50\x3c\xe1\x01\x76\x94\x16\x06\x8b\xc1\x78\xf2\x67\xfc\xa5\x63\x6c\xff\xb1\xe6\x3f\x9e\x9f\xff\xf1\x5f\xff\xfd\xfc\xfc\x9f\xe7\x1f\xfb\xc7\xfc\xf7\xaf\x5f\xfb\x8f\x7f\xad\xbf\xcf\x7f\xfd\xf8\xcf\x8f\xd1\x1f\x6b\x9f\xbf\xff\xb1\x7f\xed\xff\xfd\xe7\xbf\x7f\xcd\xfd\xe3\xe7\x3f\x7f\x7e\xfc\x2a\xfe\xfd\x5f\x00\x00\x00\xff\xff\xed\x09\xe5\x3d\xde\x4c\x04\x00"); +func _bc ()([]byte ,error ){return _c (_gea ,"78-RKSJ-H")};func _fccd ()(*asset ,error ){_fcbg ,_fbba :=_fcfc ();if _fbba !=nil {return nil ,_fbba ;};_ceb :=bindataFileInfo {_dae :"CNS-EUC-H",_fb :10002,_ae :_be .FileMode (436),_g :_a .Unix (1580491600,0)}; +_acaa :=&asset {_dd :_fcbg ,_ef :_ceb };return _acaa ,nil ;};var _bbcg =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x54\xd2\xcd\x8a\xdb\x30\x10\x07\xf0\xbb\x9f\x62\x8e\xdb\x43\x6a\xc9\xae\x1d\x19\x96\x40\x71\x0e\x31\xcb\xb6\xa5\xe9\xee\x16\x4a\x0f\xfa\x18\x07\x41\x2d\x09\xd9\x3e\xe4\xed\x8b\x46\xae\xcb\x1e\xc2\x24\xbf\xf1\xfc\x23\x4b\x2a\xfb\xe1\x3c\x38\xbb\x40\xf9\x2d\x7a\x7d\xc5\x05\x46\xeb\x4c\xc4\xd9\xaf\x51\x23\x28\xbc\x59\x57\x14\xbc\x02\x63\xf5\xf2\xef\x27\x15\x3d\xc9\x50\x14\xe5\xd3\xb5\x9f\xe6\xc3\xcb\xa5\x3f\x5c\xde\x0e\x17\x58\x67\xdc\x1a\xfd\x70\xbe\xde\xe7\x05\xa7\xc1\x8d\x1e\xea\x1c\x60\xd6\xb0\x85\x00\x94\xdf\xf1\x66\xe7\x25\xde\xe1\xe1\xb3\xf1\x0a\x3f\x80\xc1\x31\xf9\xd7\x68\x30\x5a\x77\x83\x87\x27\x1f\x51\xf2\xbd\x71\x5d\x43\xf8\x83\x13\xba\x05\x38\x19\x3a\x43\xb5\x28\xfb\x67\x19\xbe\xc8\x09\xe1\xfd\x82\x5e\xa9\x4d\xdd\x57\x8c\xb3\xf5\x0e\x38\xfb\xc8\x58\xfb\xdf\x7f\xdc\x03\x6e\x71\x45\xf9\xf3\x65\x38\xc3\x2f\x0e\x9c\x41\xd5\x7c\xe2\xc7\xdf\x9b\xbf\x3d\x7b\xb3\x3f\xc5\xdb\xfc\x0e\xda\x9a\x28\xdd\x0d\x8b\x47\xc9\x65\x75\x82\x54\xea\x13\x08\xd6\xb4\x44\x4d\xa6\x86\x48\x10\xb5\x99\xda\x13\x88\xba\x62\x44\x5d\x26\x45\x4f\x75\x44\x26\x93\x49\xd4\x56\x89\x54\x8e\x57\x99\xea\x44\xa8\x88\x90\x06\x8f\x4d\xf1\x28\x6b\xc9\x13\x51\x11\xec\xd8\x12\x89\x4c\x1d\xd1\x91\x48\x67\xd2\x44\x1d\x11\x66\xc2\x44\x22\xad\xab\x56\x92\x48\x8d\x44\x3c\x91\xa1\x7f\xa4\x22\x98\xa0\x2c\x63\x32\xd1\xba\x84\x20\x1a\x33\xe5\x41\x8a\x1f\xf3\xe0\x48\xf1\x1d\x4b\xc7\xb6\xef\x5d\xfa\x9e\x2e\xcc\x7e\x80\x7a\x8d\x11\xdd\x42\xd7\x85\x0e\x28\x6d\xba\x75\xb8\xdf\xc9\xe0\x43\x9a\xa2\xcf\xdf\x00\x00\x00\xff\xff\xc4\x43\xb0\x3f\xbf\x02\x00\x00"); +func _dbcc ()(*asset ,error ){_edbe ,_dbee :=_fcad ();if _dbee !=nil {return nil ,_dbee ;};_bgef :=bindataFileInfo {_dae :"UniJIS2004-UTF16-V",_fb :3434,_ae :_be .FileMode (436),_g :_a .Unix (1580492812,0)};_gdgc :=&asset {_dd :_edbe ,_ef :_bgef };return _gdgc ,nil ; +};func _agfb ()(*asset ,error ){_aaeg ,_ebcb :=_fgbd ();if _ebcb !=nil {return nil ,_ebcb ;};_gefac :=bindataFileInfo {_dae :"CNS2-V",_fb :371,_ae :_be .FileMode (436),_g :_a .Unix (1580491570,0)};_agdb :=&asset {_dd :_aaeg ,_ef :_gefac };return _agdb ,nil ; +};func _dgde ()(*asset ,error ){_bbab ,_gdg :=_gfe ();if _gdg !=nil {return nil ,_gdg ;};_babe :=bindataFileInfo {_dae :"Adobe-Japan1-4",_fb :1625,_ae :_be .FileMode (436),_g :_a .Unix (1580491326,0)};_ebc :=&asset {_dd :_bbab ,_ef :_babe };return _ebc ,nil ; +};func _faff ()([]byte ,error ){return _c (_fdb ,"Adobe-GB1-UCS2")};func _fdaag ()(*asset ,error ){_gbf ,_deaf :=_ced ();if _deaf !=nil {return nil ,_deaf ;};_gbfe :=bindataFileInfo {_dae :"ETenms-B5-V",_fb :709,_ae :_be .FileMode (436),_g :_a .Unix (1580491804,0)}; +_gbae :=&asset {_dd :_gbf ,_ef :_gbfe };return _gbae ,nil ;};func _eabf ()(*asset ,error ){_eced ,_dagdf :=_ebfe ();if _dagdf !=nil {return nil ,_dagdf ;};_fbfc :=bindataFileInfo {_dae :"UniKS-UTF32-V",_fb :789,_ae :_be .FileMode (436),_g :_a .Unix (1580493054,0)}; +_eacb :=&asset {_dd :_eced ,_ef :_fbfc };return _eacb ,nil ;};var _eaf =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\x94\x4f\x6b\xdb\x4c\x10\x87\xef\xfb\x29\xe6\x98\xf7\x90\xd7\x33\xfb\x4f\x2b\x10\x86\x12\x13\x70\x21\x4d\x69\x9a\xb6\x50\x7a\x90\xa5\x95\x11\xd4\x2b\x21\xcb\x87\x7c\xfb\x32\x33\x76\x0a\x3d\x18\xd9\x8f\x66\x7e\x58\xcf\xec\x68\xf3\xb0\xdf\xed\xcb\xb8\xc2\xe6\xf3\x32\x75\x2f\x79\x85\x61\x2c\xfd\x92\xcf\xd3\x65\xe9\x32\x1c\xf2\x71\x2c\xc6\x90\x85\x7e\xec\xd6\xdb\x4f\xb9\x74\xa7\x76\x36\x86\xfb\x5f\xde\xce\x6b\x3e\xed\xcb\x30\x81\xd3\xba\xfe\x32\x5f\x6b\x01\x36\x5f\xf2\x71\x3c\xaf\xcb\x1b\xdc\x7d\xe8\xa7\x43\xfe\x0f\xfa\x3c\x30\x7f\x5e\xfa\xbc\x8c\xe5\x08\x77\x1f\xdb\xb9\x2d\xf4\x7e\xe3\xe5\x32\xcf\xbf\xf3\x29\x97\x15\x48\x58\x2e\xbd\x5c\xcd\xe6\xe1\xa9\x9d\x3f\xb5\xa7\x0c\x1b\xc9\xba\xd7\xce\x7b\x2d\x93\xbb\xdf\xf2\x72\x1e\xa7\x02\x84\xff\x23\xc6\xbf\xfc\xeb\xdb\x9c\xaf\x71\x66\xf3\xba\xdf\x3d\x0f\xc3\x39\xaf\x40\xe8\x50\x8b\x7e\xbc\xee\x77\xf0\x93\x80\x10\x6c\x08\x0e\x7f\x5d\x6b\xbf\x3f\x4d\x7d\x06\xbc\xfd\x81\xfd\xee\x61\xba\x94\x15\x92\x0b\xb5\x32\xd2\x47\xed\xa6\x3e\x9f\xe7\xb6\xcb\x4b\x5b\x8e\xd9\x00\x34\x88\x88\x5b\x68\x2c\x3e\x3e\x6e\xf9\x19\xfe\xa9\x30\xce\x5d\x3b\xc7\x5e\xc9\xad\x03\x71\x18\xb6\x00\x00\x68\x1a\x24\x45\x24\xc8\x86\x68\x1a\xb4\x8a\xac\xa0\x40\xd6\x34\xe8\x14\x39\x41\x55\x4c\xa6\x41\xaf\xc8\x33\x22\xb4\xde\x34\x18\x14\x05\x41\x36\x71\x7c\x54\x14\x05\x05\xc7\xf1\x95\xa2\x4a\x50\x55\x73\x7c\x52\x94\x18\x59\xf4\x1c\x5f\x2b\xaa\x05\x39\xe4\xf8\x56\x51\x2b\x28\x44\x8e\x3f\x28\x3a\x08\x4a\xc4\xf1\x9d\xa2\x8e\x91\xc3\x8a\xe3\x7b\x45\xbd\x20\x67\x39\x3e\x2b\xca\x82\x42\xe2\xf8\x41\xd1\x20\x28\x79\x34\x0d\xa9\x2f\x12\x5f\x1e\xeb\x68\x1a\x52\x5f\x24\xbe\xbc\x0b\xd6\x34\xa4\xbe\x48\x7c\xf9\x88\xc9\x34\xa4\xbe\x48\x7c\xf9\x14\xbd\x69\x48\x7d\x91\xf8\x0a\x64\x39\x5e\x7d\x91\xf8\x0a\xae\xe2\x78\xf5\x45\xe2\x2b\x44\xc7\xf1\xea\x8b\xc4\x57\x48\x89\xe3\xd5\x17\x89\xaf\x48\x9e\xe3\xd5\x17\x89\xaf\xe8\x91\xe3\xd5\x17\x89\xaf\x18\x79\xb4\xa4\xbe\x48\x7c\xc5\x9a\x47\x4b\xea\x8b\xc4\x57\x45\x3c\x5a\x52\x5f\x24\xbe\x2a\xcf\xa3\x25\xf5\x45\xe2\xab\x8a\x3c\x5a\x52\x5f\x24\xbe\xaa\x9a\x47\x6b\x6f\x27\xb2\x8d\x5b\x48\x54\x5b\x39\x96\xb7\xe3\xc7\xdf\x79\xa9\xdf\x97\xac\xbb\x2c\x4b\x2e\xab\xac\xb4\x2c\x11\x1f\xf8\xb1\xe4\xf7\xd7\xc3\x3c\xcd\xdc\x25\x9f\x3f\x01\x00\x00\xff\xff\x26\x4d\xff\xfa\x4a\x04\x00\x00"); +var _dcgb =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x4c\xd2\xcd\x6e\xd4\x30\x10\x00\xe0\x7b\x9e\x62\x8e\xe5\x50\x62\xe7\xc7\x71\xa4\x6a\x25\xb4\x7b\x20\x54\xa5\x88\xa5\x05\x09\x71\x70\xe2\xc9\x62\x89\xb5\x23\x27\x39\xec\xdb\x23\xcf\x84\xd0\xc3\x6a\x36\x9f\x67\x26\x8e\x3d\xf9\xb1\x3b\x75\xde\x2d\x90\x7f\x89\x61\x38\xe3\x02\xa3\xf3\x36\xe2\x1c\xd6\x38\x20\xf4\x78\x71\x3e\xcb\x64\x01\xd6\x0d\xcb\xbf\x47\x0a\xc3\xd5\x4c\x59\x96\x3f\x9e\x8f\xf7\x9f\xc2\x6f\xd3\xdf\x7f\x84\x75\xc6\x4d\x8f\xdd\xe9\x7c\x9b\x17\xbc\x76\x7e\x0c\x50\x72\xb5\x5d\xa7\xad\x03\x40\xfe\x15\x2f\x6e\x5e\xe2\x0d\xee\x3e\xd8\xd0\xe3\x3b\xb0\x38\x26\x7f\x8e\x16\xa3\xf3\x17\xb8\x7b\x0c\x11\x8d\xdc\x17\xce\xeb\x34\xfd\xc1\x2b\xfa\x05\x24\x19\x7a\x4b\x31\xcb\x8f\x4f\x66\xfa\x6c\xae\x08\x6f\x76\xf3\x4a\x6b\xb4\xf4\x8a\x71\x76\xc1\x83\x14\xef\x85\x50\xff\xfd\xdb\x6d\xc2\xad\x57\x96\xbf\x74\xa7\xe7\x71\x9c\x71\x01\xd5\x0a\xce\xf9\xf1\xd2\x9d\xe0\xa7\x04\x29\xa0\xa8\x2b\x59\xfc\xda\x52\xbf\x3f\x05\xbb\x17\x4a\xc5\xdf\x34\x38\x1b\x8d\xbf\x60\xf6\x60\xdb\xb2\x38\x40\x0a\xe5\x01\xb4\xa8\x15\x51\xcd\x54\x13\x69\x22\xc5\xa4\x0e\xa0\xcb\x42\x10\xb5\x4c\x3d\x65\xb5\x44\x96\xc9\x26\x52\x45\xa2\x8a\xdb\x57\x4c\x65\xa2\xa6\x27\x6a\xa8\xb0\xa9\xb3\x07\x6b\x4a\x99\x88\x82\x16\x8d\x22\xd2\x4c\x2d\x51\x43\x34\x30\x0d\x44\x2d\x11\x32\x61\x22\x9d\xf6\x65\x2a\x43\x54\x8d\x44\x32\x91\xa2\x37\x52\xd0\x42\x53\x2f\x65\x99\x68\x5f\x5a\x13\x8d\x4c\x5c\x48\xed\x5b\xce\x32\x22\x51\x2b\xd2\x35\xee\x67\x97\xfe\xa7\x01\xda\x2f\x74\x58\x63\x44\xbf\xd0\xf8\xd0\x9d\xa5\x43\x77\x1e\xf7\x01\x9d\xc2\x94\xaa\xe8\xf7\x37\x00\x00\xff\xff\xb0\xc5\x59\xa9\xcc\x02\x00\x00"); +var _cebe =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\xbd\x4d\xab\x36\x3b\x96\x25\x36\xcf\x5f\x71\x86\xed\x41\x3b\x43\xdf\x12\x98\x03\xa6\x9b\xc4\xd9\xd0\xb6\x71\x75\xd9\x0d\xc6\x83\xf8\x2c\x5f\x70\xde\x4c\x6e\x66\x0d\xea\xdf\x1b\xad\xa5\x67\xad\xb8\x0d\x0d\xe7\x9d\x9c\x57\xf1\x44\x48\x5b\x5b\x5b\x5b\xfb\x5b\x7f\xfc\x0f\x7f\xfe\x8f\x7f\xfe\xf5\x97\x7f\x7c\xfd\xf1\x7f\xff\xed\xaf\xe7\x3f\xdd\xff\xf8\x7a\x7e\xf9\xf5\xfa\xed\xfe\xfb\x5f\xff\xf5\xb7\xf3\xfe\x3a\xee\x7f\xf9\xe5\xd7\x3f\xfc\x21\xc4\xaf\xeb\x97\xf3\x1f\x9f\x26\xfe\x9c\x7f\xd9\xff\xf6\x87\x3f\xcc\xef\xff\xe9\xdf\xfe\xfe\x8f\xfb\x2f\x7f\xfe\xf5\xf9\xeb\x57\xe2\x7b\xd7\xbf\xfe\x6d\xbd\xfb\xf5\xf5\xc7\xff\xe3\xfe\x97\x5f\xfe\xfe\x8f\xdf\xfe\xed\xeb\xdf\xfd\xcf\xd7\x5f\x8f\xfb\x7f\xf8\xba\xee\x67\x3e\xff\xdf\x7e\xbb\xee\xdf\x7e\xf9\xf5\x5f\xbe\xfe\xdd\x7f\xda\xff\xb6\xff\x1a\xf4\xc3\x3f\xfd\xeb\xdf\xfe\xf6\xff\xdd\x7f\xb9\x7f\xfd\xc7\x57\xc3\xb3\xfb\xd7\x0b\x7f\xff\xf0\xc7\xff\xf0\x9f\xf7\xbf\xfd\xaf\xfb\x5f\xee\xaf\x3f\xfe\xf3\xaf\xbf\xfc\xa7\x3f\xff\xd3\x7f\xdd\x62\x48\x71\xdb\xf2\xbf\xff\xe7\xff\xf2\xa7\x14\xff\xfd\xff\x82\xf7\xf0\xda\xff\x79\xff\xf6\xf7\x5f\xfe\xfa\xeb\x57\xf8\x1f\xb7\xb8\xf9\xf1\x7f\xf9\xb7\xbf\xdd\x5f\x61\x75\xf7\x5f\xff\xf9\xcf\xff\xf1\xeb\xff\x0e\x5f\x61\xfb\x8a\xa5\xa6\xf4\xff\xac\xe7\xff\xd7\x7f\xfe\xeb\x75\x7f\xf1\xab\x3f\x04\x4e\xe5\xfc\xeb\x75\xff\xfd\x6f\xfb\x79\xff\xb6\xff\xfa\x2f\xf7\x1f\xbe\xbe\xfe\xa7\x6d\xfd\xfb\x9e\xff\x0d\xdb\x9f\xfe\xf4\xa7\x3f\x7d\x4f\x58\xff\x9b\x37\x3f\x1d\xfc\xfa\xd7\x7f\x5c\xf7\xc3\x67\xbf\xff\x76\xfe\x0b\xcf\xf7\x57\x98\x5f\xbf\x5f\xfb\x43\xd8\xb6\x35\xfa\x2f\xd7\xf9\xff\xee\xbf\x7d\x3e\x2c\xe7\xf7\xd7\x68\x9f\x56\x9b\xad\xa1\xd6\xf5\xfd\x35\xb2\x5a\xf7\xf7\x57\xd8\xb6\x4f\x73\xdf\xe6\x30\x9f\x46\x9e\xbf\xa9\x9b\xbd\x7c\x7f\x55\xff\x58\xbf\xbf\x46\x52\xab\xcd\x57\xab\x9a\xfd\xfb\x2b\xa4\xa8\xe6\xf8\xfe\x0a\xc5\xcd\xfd\xfb\x2b\x64\x8f\x79\xcc\x6f\x05\xdf\x7e\xce\x97\xdd\xf3\x35\x9b\x1e\x76\xc2\x5b\x04\xfe\x3e\xd1\x12\xf5\xed\x31\x21\x8e\x82\xf8\x28\xf3\x65\xff\x5a\xbf\xbf\x42\xe8\x6a\x4e\x98\x83\x5f\x06\xcc\xea\xf9\x98\x30\x57\x01\x79\x00\x66\xff\x3a\x61\x8e\x02\xf2\x00\x18\x9a\xfe\x39\x07\x4a\x1a\xf7\x9a\x3d\x67\x4d\xff\x9a\x2f\x17\xf5\x7c\xcf\x97\x73\xf9\x34\x1f\xbc\xfc\x01\x32\x4c\x12\x18\xa9\x56\xb5\x03\xda\x41\xed\x38\x3b\x6b\xc5\x2f\x24\x3c\xa8\x43\x0f\x32\x1e\xa4\xa6\x07\xc0\x4a\xd3\x90\x61\xab\xec\xc3\x83\x36\x3c\x68\x1e\xa5\xe3\x41\x4f\x7a\x30\xf8\xc0\xa3\xec\xdf\x5f\x71\x4b\xc9\x6f\x1c\x78\xa0\x55\x0f\xdb\xc9\x51\xfc\xc9\xc5\x51\xfc\xc6\x4d\xd0\x3d\xec\xc3\x37\x3e\x68\x0f\x61\x43\xa7\x51\x9f\x84\xc0\x37\x34\x97\x10\x81\x1f\x0d\x12\x12\xda\xee\xa1\x12\x4e\x3f\x68\x84\x53\x80\x07\xce\x55\x4b\x1f\x02\xe7\xda\xfc\xc6\x3e\xfb\x1c\x1e\xf3\x98\x3b\x4a\x1b\x25\x04\xce\xb4\x7b\x0c\xce\x74\xb8\xcb\x9b\x50\xb8\x8b\x87\x50\xe8\x41\xe4\x4c\xbd\x6a\x31\xf0\x0d\x2d\x74\x8c\x7c\xc3\x0f\xb8\xd0\xdd\x7d\x70\xa1\x87\xf0\x19\x39\x79\xd1\x6d\x88\x58\xe8\x1e\xdc\x47\xc7\x54\x04\x68\x1c\xb3\x1d\x84\xef\x88\xa9\x57\x43\x75\xa0\xed\xdf\xd7\xc4\x84\xff\xb8\x26\xa6\x2f\xd2\x9a\x98\x88\x2d\xcd\x25\xcc\x82\x20\x71\x5a\x51\xc8\x4b\x89\x0f\xfc\xc1\x9a\xa7\x3f\x59\xf3\x14\x14\x89\xf3\x14\x8b\x09\x69\x2d\xb2\xfb\xe8\xec\x54\x70\x26\x2e\xf2\x0b\xce\x9d\xab\xee\x3e\x48\xd0\xd9\xa3\x9c\x78\x60\x42\x49\x5c\x66\x4f\x3e\x91\xa0\xb3\x3b\x25\x36\xa2\x96\x28\x2f\x6c\xa8\x8f\x0c\x6c\x68\xc5\xf2\xdc\xde\xfe\x3e\xaf\xcd\x2d\x18\x32\x71\xd1\x84\x8b\x5c\x08\xa5\x96\x38\x13\x17\xde\x54\x99\x9b\xbb\xfa\x0d\x12\x7c\xf3\x28\x83\x40\xe1\xbc\xf9\x9c\x2c\xff\xbd\xb3\x26\x64\xee\xfc\x68\x10\xb0\x1d\x4c\x97\x79\x1e\x3f\xc9\x88\xcc\x17\x68\x46\x38\x28\x1b\x01\xd2\x8a\x97\xb5\xa9\xb5\x5a\x05\x58\x10\xc0\x65\x62\x21\x0b\xcb\x85\x38\xf0\xde\x29\xa4\x87\xea\xef\x17\x3d\x78\x04\xd2\x83\xf1\x58\xd6\xa6\x77\x1f\x6b\xd3\x7b\x14\xd2\x83\x69\xaa\x1c\x7c\xe0\x51\xd6\xb6\x17\x1e\xcb\xda\xf6\x06\x7c\xd1\x83\xd6\xa2\x90\xc1\xe9\x30\x08\x75\xd2\x83\xf7\x67\x9d\x9b\x5e\xe7\x59\xa8\x64\xf6\xde\x7e\x95\xf4\xd0\xd5\x61\x25\x2e\x4c\xa4\x95\xb8\x28\x7e\x63\xf1\x00\xf7\x41\x5c\x24\x7f\x42\x1e\x20\x54\x54\xf2\x00\x7f\x40\x1e\xa0\x79\x57\xf2\x00\x03\xbd\xf0\xe0\x17\x16\x1e\x84\xfe\x7a\x63\x04\xb7\x1f\x8c\x20\x8a\x69\x8b\x22\xfc\x80\x14\xd1\x85\xa7\x46\x2e\xe1\x33\xac\x91\x4b\x18\x8a\x96\xb9\xe5\xfd\x09\x77\x86\xc9\xac\x11\x13\x46\x4d\x5b\x54\xe1\x4e\x27\x97\x30\x27\x6a\xa4\x09\x13\x62\x23\x4d\xf8\x8c\x6b\x8b\x26\xfc\xc9\x3a\xf4\xfc\xe0\x9a\x5d\x7a\x84\xc9\x2f\xcd\x85\xc6\x5c\x60\x63\x7e\x60\x79\xbb\xb7\xd6\x19\xf9\x40\x20\x9f\xd8\x4b\xc6\xec\x49\xcc\xfa\x83\x07\xbf\x6b\x29\xae\x0d\x98\x16\x52\xae\x80\xf7\xd5\xdf\x15\xf1\xbb\x66\x78\x25\xfc\xee\x76\xc6\xef\x82\xf0\x5a\xec\x46\x33\xb8\x28\x4b\x58\x0e\xb8\x88\x54\x33\xf8\x8b\x5b\xcd\x27\xf0\x45\x76\xe3\x8d\x74\x11\xad\x3e\x1d\xaf\xc5\x7a\x45\x82\x17\xd1\x6a\x1e\xf3\x10\x0e\xe3\xf9\x81\x94\x2b\x44\xc5\x79\x02\x8c\xac\x2e\x23\x99\x4e\x17\xd5\xc7\x02\x4c\x48\x3a\x8c\x85\xa8\xd6\x10\xb1\xac\xc5\xf0\x17\xc0\x85\x36\x6b\x24\xdb\xe9\xda\xdd\xb1\x00\x17\x7d\xf3\x17\x3c\x6e\x5f\x9f\x74\x3e\x18\x7a\x80\xbd\x16\x3d\xe8\x8e\xb6\x7f\x27\x6f\x75\x8f\x27\xa1\xdc\xf4\xe0\xe6\x03\x03\xf1\x10\x08\x75\x51\x39\x73\xd1\x60\xac\x81\x42\x80\xa0\x22\x13\xe9\x46\x16\x99\x48\xd7\x99\x1d\x2b\x67\x16\xdc\x29\x67\x26\xc2\x8f\x75\xcd\xac\xe9\x01\x16\xb5\x77\x77\xca\x35\x1c\xee\xf4\x22\xa4\x7e\x40\x76\x39\x3c\x0a\xe7\x92\xd2\x4f\x0e\xa6\x48\x2e\xd2\x83\x60\x5a\x5c\x44\x82\x5b\x6c\x5c\x63\x6d\x87\xd8\xb8\xc6\xa2\xf7\xd8\x88\x0a\xc9\x1a\x71\x72\x91\x91\x25\x96\xc5\x46\x4c\x74\x3f\xe0\xc4\xc5\xfd\x22\xb9\x46\xdf\x3c\x08\x31\x91\x3d\xc8\xc1\x37\xdc\xc7\xc2\x84\x21\x5f\x98\xd0\x1b\x9d\x73\x93\xfc\x1d\xfb\x5a\x44\xcd\xad\x73\x6e\x9b\x1f\x60\x2b\xeb\x64\x88\x9d\x53\x13\x7b\x8b\x9d\x90\x8b\x19\xc4\x4e\xc8\x25\x79\xc5\x4e\xc8\x93\x3f\x21\xbf\x1b\x42\x4f\x3f\x81\x1e\x7f\xc1\x99\x18\x5f\x9d\xf4\x19\x0c\x06\xd7\x54\xb2\x71\x1c\x9c\x9a\x78\x58\x1c\x9c\x9a\x21\x1f\x60\x52\xde\x67\x83\x33\xf1\xde\x1d\xa4\x57\x1d\x59\x71\x2c\x6a\xf4\x20\x9c\xda\x70\x1f\xdc\x48\xc3\x83\x10\xf2\xe0\x37\x16\xa0\x5a\xb6\x7d\xc1\xa5\x4e\xf7\xc5\x32\xb4\x28\x07\xa7\x22\xf6\x1c\x0f\xbe\x61\x0a\x3c\xb8\x6f\x8c\xc0\xa9\x58\x7a\x4b\x1c\x13\x9d\xfa\xed\xe4\x80\xa6\x02\xe8\x99\x5e\x9e\x93\x92\x9d\x98\x71\x3c\x39\xed\xec\x1e\xc6\x5b\x5d\x8e\xe7\xfe\x56\x97\xe3\x79\x7c\x7f\xe9\xf0\x8b\x27\x31\x22\xa6\x1b\x79\x76\x98\x6c\xaf\x35\x7f\x8d\xff\xe1\xec\x7e\xb0\xb4\x44\x21\x15\x9c\x3d\xb9\x87\x75\x5c\x0a\xbe\xc9\xd7\x8d\x9c\x8b\x72\x43\xf1\xfb\x24\x1e\xc9\x3f\x69\x6a\xc7\x82\x38\x4d\xd5\x77\xb8\x95\xdf\x73\x4d\x53\xeb\x8d\x62\xac\x69\xfb\x1d\x24\x69\x6a\xab\x21\xf9\xdb\x39\xf7\xe4\x61\xae\xdf\xe3\x31\x51\x31\xed\x12\x2e\x52\xe0\xce\x90\xb8\x98\xa8\x03\x76\x89\xdd\x89\xda\x59\x97\xd8\x94\xa8\x9d\xf5\xe2\x07\xed\x6d\x80\x48\x11\xf6\x08\x0d\x19\x49\xb1\x9e\x6d\x5c\x43\xfa\x0d\x0e\x29\x05\x3b\x45\x42\x29\x31\x2a\x25\xd2\xa3\xb4\xe3\x34\x95\x2d\x09\x44\x89\x8a\x55\x97\xda\x9f\x12\xec\x18\x02\x30\x2d\x10\x34\xeb\xc4\x11\x9b\x1f\x10\x51\xee\x72\x9d\x2d\x92\xd3\x52\x87\xd0\x95\x45\x74\xa9\x43\x8b\xf2\x91\x96\xfa\xcd\x07\x5a\x9b\xfe\xf0\x81\xfa\x18\x50\x9a\xcc\x00\xd2\xbe\xf3\x0d\x3f\x38\xf8\x40\x70\x1c\xeb\x13\xf5\x01\x49\xaa\x46\x9d\xe6\xe9\x64\x1f\xda\xcd\xe9\x64\x1f\x3a\xd2\xd2\x49\xc0\x4c\x05\x73\x43\x84\xb8\x8d\xed\x27\xc7\x51\xc2\x76\x89\xdb\xf0\xe7\x85\x0f\x34\x00\xb6\x43\xdc\x44\xc2\x79\x0b\xb0\xaa\xa9\x0d\xc5\x68\x13\x7b\x78\x20\x6c\xc5\xf0\xd9\x5f\xe1\x06\xbf\x48\x1f\x06\x11\xee\x03\x52\xd0\xe7\xec\x0f\x4f\xc3\x16\xfe\xb0\xc1\xf0\x34\x0a\x3d\xfe\x1d\x9c\xf5\x83\xb6\xf0\x34\x9c\x19\x9f\xa5\x88\xdb\x36\xc5\xee\x0f\x9a\xe3\x36\x37\x5c\xf5\xaf\x61\xe2\x23\xab\x15\x7e\xd7\x8a\xbf\x6b\xcd\x73\xf6\xd5\xcc\x2f\x3a\x8b\x5b\x28\xdf\x5f\xb5\x6a\x94\x50\x67\xb3\xaa\xd9\xcd\x21\xe3\x16\x86\x39\x64\xdc\xb0\x0d\x3f\xd3\x8b\x1b\x36\xe1\xe6\x77\x27\x75\x7e\x56\x3c\x6e\xe1\x06\xf6\x3e\xcd\x38\x21\xfc\xa0\x22\x6e\x11\x40\xb8\x09\x20\xd4\xd5\xdc\x49\xb2\x5c\xc5\x2d\x1d\xdf\x5f\x92\x68\xe3\x86\x7d\x11\x43\x50\xdf\xe9\x7e\x31\x9f\xb8\x25\x6e\xcc\xac\xde\x33\xa9\xb1\xab\x43\xe8\xf5\x9b\x3a\xcc\x83\x1d\xea\x77\x50\x42\x8d\x5d\x23\x4c\x41\xb1\x75\xe3\x65\xea\x9e\x4d\x47\x45\xdc\xb0\xf2\xa9\xb9\x0d\x10\x86\x91\xb3\x83\x74\x8a\x86\x04\xf3\xad\x32\xbb\xc4\x0d\xcc\x37\x6c\x9f\x6d\x18\x61\x9a\x0c\xa1\x17\x3f\x48\xdf\x5f\xed\x23\x4c\x45\xda\x19\x83\xf8\x51\x84\xd1\xb0\xa7\xcd\xef\xef\x68\x67\xb5\x01\x53\x11\x5d\xc0\x78\xd7\xb7\xa8\x0f\x26\x25\xb4\xea\x11\x62\x98\xbf\x1b\x00\x98\xc4\x04\x31\xcc\x5d\x23\xbd\x7e\x6e\xec\xdf\x0f\xe6\xb2\x7d\xd8\x5d\xfc\x18\xaf\x44\x6a\xcb\xb0\x54\x3e\x92\x71\x84\x0d\xa8\xa7\x8f\xa0\x16\x61\xba\x18\xb2\xeb\x45\x58\x2e\x86\x44\xbd\x08\xc3\xc5\x90\x28\x13\x3f\x96\x89\xa8\x0e\xe6\x32\xf4\xb4\x69\x80\x29\x72\x0d\xe9\xb9\x11\x0a\xa1\xd4\x9c\x08\x85\x50\xf6\xa5\x18\x28\xf8\x14\xd1\x59\x98\x02\x41\x4f\x9b\x5e\x38\xc1\x51\xa2\x01\xc6\xa1\x1e\xa3\x21\x22\x0f\x8b\x06\xf9\x82\x88\x92\x45\x8a\x50\xf9\xe6\x03\xc1\x78\xcf\x41\x36\x23\xe5\x6e\x68\xeb\x83\xbb\xa3\xad\x55\xbc\x07\xda\x02\x72\xea\x6a\x3d\xe9\xfd\x08\x3a\x2a\xf9\x63\x2e\x8d\x91\x36\xed\xfc\x91\xb4\x62\xa4\x4d\x3b\x7f\x74\x87\x18\x69\xc2\xce\x22\xe7\xb8\x2d\x2b\x97\x1f\x34\xf6\xe1\x4e\x21\x9c\xe4\xea\x07\x83\x7d\x54\x3d\xd8\xb9\x25\x36\x3d\x38\xf8\x89\x87\xa5\xf9\x4e\x6c\x20\xd2\xfc\x3c\x3e\x22\x73\x8c\x60\x73\xc5\xcd\xc4\x05\xd2\x5c\x61\x4b\x0e\x82\x92\x62\x43\xfe\x68\x38\x31\xd2\x52\x5c\x5e\x1d\xd2\xdf\x51\xc6\x0f\xce\x98\x18\x03\x19\x8b\xd8\x42\x8c\xc4\xed\xf0\x83\x35\x6b\x3f\x20\x08\x4d\xb3\x8e\x17\xe7\x24\x98\x23\xa5\x2e\x11\x65\xa4\x9c\x90\xab\x1f\x70\x9f\xf8\x13\x30\x40\x23\x32\xad\x59\xe9\x01\xed\x98\x45\x64\x18\xf3\xea\x41\x98\xa1\x51\xb2\x88\x3f\x2d\x7d\x3c\x8b\xd7\x2f\x3d\x36\x17\x3f\x08\x7c\x43\xcb\x45\x73\x59\x11\xc3\x59\x6a\xc0\x78\x3d\xb8\xf9\x40\x7d\xc0\xff\x55\x86\xe1\xd8\x49\x69\x43\x53\x3b\x16\x8a\xf5\xe0\x84\x9c\x19\x3f\x62\x70\x4c\x20\xbd\xb9\xd4\x9f\x07\x93\x28\xe4\x5d\x89\x69\x39\x18\xc4\xa7\xd2\xc0\x2e\x95\x81\x33\xa6\xc1\xf3\x43\xd4\x9c\xa0\x7b\xbc\x1f\x00\xce\x28\xb3\x79\x4c\x50\x46\xa2\x49\x2f\x41\x19\xf9\xdd\x27\xe5\xbf\x7d\x40\xe9\x41\x2c\x1f\x62\xd4\xef\xde\x98\x12\x4f\xa8\xf1\xe3\xf9\x88\x39\x26\x3e\xf8\x4c\x3e\xdf\x93\x85\xcb\x44\x16\xf3\xf3\xc0\x80\x25\x86\x56\x26\x87\xec\x51\x60\x95\x72\xa3\xfd\xe9\xa0\xcc\x45\xeb\x51\x30\x94\x8a\x0e\x8b\xbe\x9f\x2a\x7f\x8f\x1f\x41\x3b\x96\x86\xfe\x74\x72\x96\xc9\x30\x7b\xcc\xfa\xbe\xe3\x7b\xa1\xb2\x4c\x0d\xb5\xc7\xac\xf1\xa6\xb8\xd9\x63\x16\x3c\x53\x41\xed\x31\xab\xff\x0e\xf8\x92\xfb\xc7\xf8\x92\x4d\xca\x44\x7c\x8b\xfa\x79\xa2\xdd\x2b\x59\x26\xd2\xfb\xa6\x03\xa6\x10\xa3\xaf\xee\x76\x32\xe4\x8f\x6a\x11\xcb\xc1\x83\x5c\xa7\x6a\x39\xc0\xf1\x05\xdf\x01\x8e\x2f\xf0\x0e\xae\xd9\xf0\xeb\x64\xbe\x7e\xe1\x9c\xef\x6b\xfa\x53\x00\x6c\x49\xb3\x3f\x49\x36\xe2\x8a\xe5\xc4\x09\xaa\x03\xa3\xcc\x03\xc4\xc7\x53\x99\x1a\x65\x93\xdc\x52\x4e\x20\xdb\x83\x51\x66\x4e\x62\x26\x65\x9e\x37\x2d\x6a\x74\x9c\x36\x9b\xf9\x42\x99\x04\xd5\x74\x9e\x97\xf3\x99\x4d\x01\x73\x67\xac\xb5\xb0\x79\x17\xb4\x05\x0d\x3c\xa5\xf1\x45\x2c\xf7\xfc\xbe\x09\xf8\x67\x21\x57\xf0\x3e\x3c\xed\xb4\x7a\x75\x9e\x1b\x4d\x12\x60\xdd\x30\xdb\xa0\xe6\x0d\x71\xe2\xf3\x79\x0d\xa0\x05\xed\xe3\x1a\x40\x0b\xfe\x3c\x4f\x5a\x10\xef\xa8\x53\x88\x6b\xe2\x2d\xb5\x82\x52\x75\xec\x55\x50\xfa\x26\xde\x5f\x2b\x69\x45\xbd\xd7\x84\xf7\x93\xda\x19\xbf\x0b\xf6\x0a\x6c\xe8\x28\xa9\xb5\xa2\x9d\xd5\x26\x25\x08\x9c\xb9\x93\xe4\x18\x8d\xb5\x1e\x20\x34\xf1\xe0\x5a\xc9\x64\x5e\x0f\x26\xad\x34\xf7\x87\xcd\x1f\xc6\x8f\x4e\x9e\x5a\xb1\x14\x02\x7e\xf1\x27\xb1\xcd\xba\x76\x42\xf1\x1b\x5c\x2c\x49\x67\x75\x92\xea\x54\x7e\x84\xa0\xe3\xa6\x3a\xa4\x07\x4b\x9a\x11\x75\xb7\x8d\x3c\x4e\x47\x78\x0b\x8b\x3f\x6d\x7a\xc0\x61\xb5\xdf\x1b\x44\xef\x28\x93\x7b\x6c\x99\x02\x90\xf6\x70\x2b\x8b\xca\xf4\x46\x23\x4f\x13\xa6\xdb\x0e\x9e\xa5\x85\x6f\xc7\x43\xc8\x3f\x5d\x0c\x9c\x11\x35\x8a\x0b\x0e\x18\x62\x62\xd4\x46\x3c\x00\x57\xd8\x44\xaa\x07\xac\x01\xd1\x8c\xed\x88\x04\xe3\x63\x7e\x89\x07\x4e\xee\x68\x56\x78\x54\x42\x1e\xfc\x20\xf0\x81\x46\xc1\x01\x18\x4d\x83\xc7\x28\xbf\x83\xfc\x18\x8d\x0a\xe4\xa7\x8b\x1b\xd8\x28\x45\x54\x74\x77\xf8\xda\x2c\xb4\xdf\xbd\x40\x57\x2b\x7e\xa3\xc1\x63\xf9\x7a\x63\xe0\x93\xd7\x1b\x07\xde\x10\xa0\xf7\x64\xb2\x39\x8a\xeb\xdc\xb0\x01\x66\x8b\x62\xf7\xd4\xf0\x73\xcd\x6e\xc7\xef\xaf\x24\xb7\x67\xbc\xa7\x1c\x9c\x2d\x08\xdf\x53\x10\xce\xe6\x04\x37\x0d\x80\x49\x62\xcf\x3d\x18\x64\x21\x46\x7a\x63\xe6\xa9\x17\x77\x89\xb8\x8b\x52\xfd\xc9\xf8\xfe\x2a\x5b\x71\x9f\xc7\x6c\x77\xb7\x27\x79\x36\xd9\x03\xe3\x3d\x0f\xe9\x54\x75\x14\xdd\x73\x0f\x24\xef\x89\x7b\x07\x2a\x65\x9e\x8b\x37\xe2\x6b\x8a\xbc\x33\xf1\xc6\x89\x9c\x83\xb6\xc0\x8d\x38\x9a\x6c\x7d\xe0\x46\x24\x4d\xf2\x01\x74\x63\x5f\xa5\xa1\x03\xe1\xc6\xbe\xca\x63\xf8\x8d\xb9\xcf\x47\xf0\xd4\x11\x51\x93\x2d\x05\xdd\x88\xa9\x49\x43\x8c\xed\xc6\xa1\x54\x36\xb1\x86\x1b\x76\xcb\x77\xa7\x07\xe6\x12\x8c\x0d\x18\x32\xf3\xd6\x34\x17\xc4\xcf\xe4\xed\xf5\x09\x6d\x6a\x22\x68\x18\x27\x42\x7a\xad\x32\xec\x9b\x43\x67\xdf\x4d\x6f\x97\xed\x04\xf7\x99\xb0\x68\xda\xde\xf7\x94\xbd\x62\xd5\xc6\xbb\x19\x78\x53\x25\x9c\xdd\xb0\x70\x26\xeb\xc5\x37\xad\x9a\xf2\x68\xc5\xfb\x64\x7c\x51\xf7\x20\x10\xf0\xa2\x89\xed\x0a\xdf\x5f\x69\x33\xca\xa9\x21\x99\x73\xdd\xf4\x79\xbd\xbf\x68\x9c\x99\xdf\xe8\x13\x4e\xe9\x1e\x37\x94\xeb\xd4\x8d\x0b\x28\xd7\xc9\x16\x81\x1b\x41\x42\x49\xc6\xd5\x78\xcf\xc3\x31\x54\xe3\x62\x6a\x59\x29\x99\x32\x6e\x50\x86\xce\xde\xfb\x3e\x30\xa4\x90\x7b\xc3\xf1\x98\xfd\xfb\xa4\xd6\x21\xdd\xe6\x7e\x60\x82\x90\xe8\xf2\x6c\x34\x6e\x6d\x6a\x4f\xa6\xe7\xa3\xfe\x99\xbc\x37\xcb\x56\x15\x9f\xa9\xa3\x65\x33\xeb\x07\xe6\x57\xc5\x03\xc5\x67\x1e\xbd\x39\x48\x14\x78\xe6\xd9\x9b\x62\xf3\xf7\x6d\xfe\x1e\x3c\xde\x44\x59\xd1\x96\x7e\xa6\xba\x96\xa3\xf4\x81\x67\x6a\x6b\x29\xf6\xfa\x93\xd3\xe9\x99\x9a\x5c\x4a\xc3\x83\x9f\xb3\xb3\xe0\xce\xaf\xd9\x8e\x06\x1e\x0c\xea\x05\xfc\x33\xdb\x42\xde\x13\x36\xb4\x05\xcc\xd4\x03\x53\xa8\xfe\x7d\xf2\xab\x21\xf6\xf3\xcc\x73\x29\x47\x89\x5d\x4f\xa8\xdf\x5f\xd9\x76\x84\x07\x41\x48\xc9\xc8\x98\x2a\x42\x6a\x9e\xec\x54\x1b\x73\x12\x57\x7e\xe6\xf1\x91\x53\x74\xff\x07\xda\x7e\xff\x9c\xdf\x67\xbf\x3f\xe9\x6d\xc8\x9a\xf5\x4c\xc9\x26\xe7\xe2\xf6\x24\x86\x20\x8e\xfd\x20\xfa\x28\xca\x32\xf3\x4c\xb9\x3f\x75\x6d\xee\x27\xce\x7d\x27\xa7\x57\x7c\xe6\xe9\x15\x6d\x27\x7c\x10\x68\xf4\x5a\xac\x38\x17\xb7\x8a\xc1\x3c\x11\xfb\x41\x3b\xfd\x99\x67\x5b\xcc\xc5\xe3\xed\xbf\xe3\xff\x4f\x3c\xd0\x76\x7f\x73\xfd\xbc\xef\x9f\xa9\xb3\xc6\xd0\x0c\xcf\x9c\x5f\x33\xbe\x60\x09\x1f\x26\x26\x18\xc2\x87\x64\xab\x07\x31\x48\x72\x5c\xc4\x27\x91\xf3\xf8\xfd\xdf\x9f\x37\x4f\xc2\x79\x23\xa9\xe2\x99\x0a\x70\x56\xe0\x5a\x7c\x52\x45\x5b\xf8\x48\x0d\x6d\xf7\x3f\xf9\x7a\x15\x07\x79\x60\x59\xcf\xc5\x0b\x9a\x26\x02\x14\x6f\x17\x9f\x74\xa0\xed\x0f\xce\xb9\x3b\x8c\xb0\xa9\x61\xe7\x21\x1e\xff\x20\xf2\x68\xbc\xfa\x9b\x22\x8a\x62\x74\xe2\x83\xb8\xa3\xe8\xdd\x9e\x03\x0e\x3b\x01\x38\x65\xd9\x54\xbc\x61\xa6\xc2\x9e\xac\xa1\x3e\xb0\x4f\x2a\x18\x26\x3e\x53\x7f\x4f\xb6\xd9\x3e\xb9\xe2\xb0\x74\x7f\x0d\xbb\x55\xf0\x4e\xf5\xbe\x28\x42\x34\x3e\x30\x70\xca\xb3\x10\x9f\x3c\x77\xb7\x5c\xb7\xf1\xc9\xf3\x54\xeb\xc5\xe3\xcf\xf9\x47\xcf\x2f\x5f\xdf\x5f\x45\x61\x08\xf1\xc9\xf7\x6c\x57\x7f\xff\xa0\x2d\x78\xa6\x5a\x9a\xb2\x64\xa9\xa7\xcc\x0d\xdc\xbd\x21\x0b\x2c\x89\xe2\xa6\x4f\x49\xf3\x7b\x6f\x80\x82\x83\x67\xf3\xef\x90\x8a\x0c\xff\x14\x22\xd3\x26\xee\xfb\x94\x39\xff\x62\x82\x29\x73\xfe\xd5\x1b\xac\x0c\xb4\xfd\xfe\x9c\x7f\x35\x81\x96\xa9\x58\x99\x5b\x3f\xf0\xfb\x57\x73\x63\x84\x1a\xd9\x44\xf3\x20\x0c\x60\xbc\xfa\x7f\x40\xe0\xc2\x37\x65\x47\x1d\x50\x0f\x6d\x27\x7e\x9f\xa6\x13\xa9\xa9\xcf\x54\x4e\x62\x2d\xfe\x3e\x4f\x7c\xe9\x70\x7f\xa6\x72\x92\xe4\xbc\x8a\xcf\x54\x4e\x52\xf6\x86\x43\x7c\x40\xf6\x71\xf6\xd4\x89\x80\x17\x81\xd7\x31\x39\xb4\x17\x68\x6a\x2f\x29\x7b\xc1\xa7\xfa\x12\x43\x33\x00\x27\x08\x44\x08\x9b\xca\x4b\x6a\xaf\x01\xef\xf9\x7b\xf2\xef\x73\x03\x54\x49\x98\xf0\x84\xc4\xe8\x05\x43\x6c\x40\x1e\x52\xbf\xe0\x0a\x09\xa9\xfe\x24\xd4\x20\xc2\x4f\x12\x2c\x13\x3f\x6d\xa2\x67\x18\x7a\xc4\x1e\x0d\x2f\x57\x9b\xe8\x79\x2d\x37\x22\x8f\x5e\xe7\x0f\x83\x08\x24\x4a\x3e\x6d\x7c\x7f\xd5\xd7\xf9\xd2\x26\x76\x6c\x76\x7c\x1a\x35\x23\x7f\x3f\xf9\xe3\xe6\xed\xc8\xa8\xa3\x57\xfb\xfe\xfe\xaa\x51\x12\xe0\x33\x55\x9c\x68\x01\xe6\xe9\xdb\xfc\xdd\xfd\xf5\x80\xed\xab\xef\xfb\xdc\x1e\xc5\xe7\xc9\xd4\x12\x62\x34\x7c\x3d\x23\x8c\xcd\xfd\x41\xbb\x91\x91\xe3\x81\x17\xb0\x5a\x58\x98\x3a\x44\xb4\xa1\xe1\xe9\xf3\x7c\x78\x6d\xa7\x8e\x10\xa1\xd7\xf8\xfb\x1c\xdf\xdb\x69\x6a\x18\x35\xf9\x7c\xe9\xe7\xf7\x57\x7d\x91\x5f\x9f\xf3\x1f\x66\x47\x88\x42\xe8\x66\x77\x74\x31\xfa\xfb\x41\xd7\x86\xbe\x1f\xe1\xfb\xab\x56\xc3\x8f\x38\xad\xd7\xf9\x87\x40\xad\x6c\x7e\x0e\xc3\xbc\x9d\x2b\xcf\xc0\xfa\x9b\x5d\x4d\x75\x24\x85\xe1\xdf\xdb\xf7\x57\x55\xd4\x5e\x7c\xa6\x32\x52\x9b\xb7\x27\xc2\x15\xb2\xcf\xa3\x31\xe7\x6f\x31\xf7\x99\xba\x49\xec\xaf\xf1\x26\x7b\x54\x58\x51\x7c\xc6\x05\x61\x4a\xf4\x34\x75\x97\x98\x4c\x7f\x53\x75\x89\xc5\xf2\xc7\x54\x5d\xe2\x30\xfb\x65\xa8\x43\xf0\x76\xdd\x23\x04\x02\xbf\x30\xcf\x87\x97\x80\x34\x55\x9b\x94\x2d\x90\xec\x93\x3f\x0c\x6f\x7f\x68\x3a\xcd\xe7\xd7\xde\x7e\x27\x63\x3f\x53\xf1\x49\xdd\x04\x38\xf5\x9e\x54\xcc\xaf\xa7\xda\xd3\x82\x77\xeb\xd4\x7a\x5a\xf0\x79\xb6\xd3\xf2\xe3\xfe\xae\xef\xaf\x5e\x2d\xad\x4e\x95\x27\x65\x13\xec\xfe\x80\xff\xab\x7f\x44\x6e\x64\x6f\x98\xa9\x11\xb5\xe0\x0d\x0c\x2b\x5d\x90\x6e\xf7\x40\x1f\x4a\x16\x10\x8e\x8c\x0d\x2e\xf8\x8f\x39\xff\xf2\xea\x0f\xfc\xd1\xe7\xd3\x54\x9f\x62\x31\xfe\x0e\x6c\x00\x13\xdc\xc1\x18\x39\xb7\x27\x03\x78\x49\xd7\x07\x9c\xd5\xde\xc0\xc7\x8a\x4d\x56\xfb\x82\x5d\xcf\x6d\x18\xe2\xa4\xbb\x3e\x50\xbd\xac\x5d\x3c\x74\x8f\x5b\xde\x98\x9a\x57\xda\x2c\xb0\x4d\xc5\xab\xe5\xd7\xfb\x8c\xae\xd0\x7c\x61\x47\xcc\xd1\xdf\xcf\xf5\xb5\xda\xfa\xc0\x20\x92\xac\xae\x3c\x88\x4c\xa9\xde\x01\x34\x2d\x7a\x47\xc1\xb2\x98\x2d\x11\x4e\x3d\xae\x65\x1f\xf8\x53\x8d\x4b\x2f\xf5\x02\xa6\xeb\xe1\x03\x6c\x6a\x75\xb1\x19\xc0\x0b\x02\x80\x29\xfe\x4a\x50\x87\x56\xff\x89\xae\xed\xcf\xf0\x69\x9b\xda\x4c\x4f\x9f\x0d\x96\xe0\xce\x56\x80\x62\x82\x3f\x5b\xd2\x50\x82\xdf\xb9\x56\xff\x3a\x91\x5f\x5f\x1f\xd3\xf1\xdc\x7e\x12\x37\x90\x90\xf9\xd3\xea\xc7\x58\x92\xb6\x29\x9b\x77\x89\x6a\x09\xae\xe8\x10\x63\xf0\x03\xf8\xe7\x3e\x46\x84\x04\xe7\x74\x88\xca\xce\x49\x74\x4f\x57\x59\x81\xd3\x06\xff\x4c\x0c\x4d\x63\x2c\x7f\xc3\x87\xe1\x26\xe6\x05\xf9\xc4\x48\xdb\x03\x8e\xab\x31\x1f\xcc\x58\x08\x80\x1b\xa0\xca\x4c\x9d\xe2\x04\xb2\x87\x0f\xc3\x4f\x71\x0a\xd4\x5d\xf2\x64\x82\x4b\xa9\x2b\xee\x3d\xc1\xa3\xd4\x95\x06\x93\x22\xe6\xa4\x40\xf8\x84\x70\xce\x2e\x05\x25\xc5\x29\x50\x77\xe5\xd8\xa4\x38\x05\xea\x56\x3f\x91\x00\x29\x4e\x79\xba\xcb\x3b\x92\x22\x1c\xb9\x8a\x21\x4f\x70\x58\x75\xe5\xf7\x24\x78\xac\xba\x52\x78\x52\x9c\xf2\x74\x97\xbb\x25\xc5\x29\x4f\x77\xe5\x30\xa5\x98\x31\xbf\xe2\x36\x4d\x84\x9a\xff\x94\xa7\xbb\xb2\x7c\x12\x1c\x60\x5d\x21\x0f\x29\x2e\x7f\xff\xd0\x83\x02\x6b\xf1\x10\xc0\x38\x91\x36\xf9\xed\x12\xa2\xe2\x7a\xa8\x6e\x63\x04\x2d\x41\x1c\x18\xa1\x0a\x23\x03\x18\x2e\x9a\x01\x4c\x64\x5b\xf6\x12\x0d\xa0\xb8\xba\xdd\xf8\x82\x7b\x00\x8e\x45\x78\x88\xa1\xeb\x92\x91\x53\x9c\x87\x52\xd8\x72\x17\xd2\xe0\xd7\xda\x72\xf7\x17\x27\xbb\x14\x9a\xe7\xb9\xd4\x53\xf0\x17\x40\xf3\x6b\xd6\x0f\x67\xad\x17\xe0\xd5\xda\xb2\xdf\x80\x51\x6d\xcb\x43\xf3\x9e\x27\x45\x97\x53\x2b\xc5\x9d\x2b\x2f\xca\xd9\xb1\xf2\xc5\x3d\x62\xe5\xab\x66\x81\x93\x42\xf9\x67\x29\xee\x00\xa9\xba\x3f\xac\xbc\x38\x03\x62\xfc\xba\x92\xdb\x52\x7c\xa0\x69\x79\x7f\x22\x46\xad\x6f\xd9\x6d\x04\x35\x88\x54\x19\xa7\x16\x14\xc7\x95\x10\xa9\xd6\x75\xd6\xa6\xb4\x31\x6d\xed\xa3\xdd\x26\x3a\x18\x83\xbc\xbc\x29\xc1\xb7\x1d\x14\x7d\x96\x12\x7c\xdb\xa1\x7f\xf4\xad\xc4\x70\xb7\x20\xaf\x65\x62\xc0\x5b\x50\x60\x6b\x62\xc8\x5b\x50\xdc\x6a\x42\xd0\x5b\x2b\xa2\x8f\x14\x32\xbc\x98\xfa\x20\x14\xcc\x43\x40\x04\xb0\x1d\x6d\x99\x14\x08\xe5\xf0\x07\x88\x0b\xd0\x9e\x49\xf4\x85\xcb\x36\x97\x52\xa0\xff\x45\x3d\x46\x78\x48\xb4\x49\x52\x24\xe6\x84\x18\x84\xd4\x05\x39\x6b\x13\x43\xea\xc2\x10\xaf\x4c\xb1\x62\x0e\x02\x21\x36\xb4\x05\x42\xdc\x31\xa2\xb0\x82\x80\x90\x62\x88\xe0\x0b\x0f\x23\x08\x09\x09\xdb\x52\x7c\x03\x01\x74\xc1\x8a\xf6\x3c\x92\x27\x45\x47\x81\x94\x08\x81\x46\x48\xc0\x8a\x34\xf5\x94\x60\x0a\x08\x23\xf9\x0d\x84\x4b\x88\xd5\x24\x24\x22\x85\x91\x34\x6d\xf0\xae\x2d\x7b\x88\x93\x30\xf8\x0b\x42\x9d\xb4\xfa\x48\x2a\x0a\x43\xe7\x55\x02\x3b\xda\x72\xf9\xc9\x01\x94\x32\x1c\x4b\xe2\x6d\x29\x13\x62\xaf\xc3\x54\xde\x5b\xe9\xee\x7d\xc7\x9c\x85\xa4\x0c\x4a\x32\x65\x4d\xe5\xbc\xcb\x5a\x95\xd2\xe4\x75\xad\x0c\xf5\x57\x88\x54\x8f\x88\xd0\xfb\x30\xb4\xa9\x53\xe1\xca\x9b\x54\x0a\x60\x14\xff\x4e\x50\xe7\x82\xc2\x2f\x53\x6a\x88\xdc\x11\xb3\x4a\x53\x43\x6a\xf5\xd5\xc6\x19\x1d\xb5\x0a\x53\x43\x6a\xd5\xeb\x8a\x40\x9d\xcd\x10\x20\xb0\x39\x28\xd2\x31\x21\x28\xb1\x6f\x46\xf1\xe0\x76\xd0\x2a\x0d\x40\x18\xfd\x3e\x76\x83\x17\x6d\x70\x43\x56\x77\x00\x46\xe3\xfd\xb6\x63\x00\x1d\x69\xf0\xf8\xb7\x6a\xe2\xa7\xef\xd9\x10\xef\x38\x00\xba\x7f\x07\x7f\xf7\x2a\x1c\x04\x58\xfd\x1d\x20\xed\xa8\x55\x3b\xd8\x9f\xdf\x67\x30\x96\xfa\x83\x88\x68\xa5\x37\x25\xc8\x84\x52\x6a\x53\x3a\x71\x5e\x88\xd9\x23\xa0\xb2\x6f\xa6\xca\x13\x9c\xd7\x2c\xe9\xc4\x12\x04\x4d\xe0\x82\x03\x34\xa9\xbf\x8b\x3c\x4c\x8b\x9e\x37\xaa\xe8\xda\xae\x99\x61\x41\x49\x73\xce\x60\x9d\x4d\xee\xff\x94\x19\x63\x3b\x3e\x66\xe6\x94\x11\x34\xdb\xa2\xb6\x5b\x46\xb4\x4b\x8e\x41\x0f\x90\xc9\x90\xbd\xdf\x32\x32\x19\x5a\xfc\x68\xbf\x29\xf7\xa5\xad\x6b\x14\xa8\x87\x4d\xf6\xde\x94\x91\x88\x5c\x95\x09\x96\x32\x9c\x21\x4d\x81\x5f\x29\x43\x00\xef\x49\x1c\x3b\x23\x98\xbb\xc9\x46\x9c\x32\x83\xa5\x25\x53\xa7\x12\xe8\x22\x10\xc5\x14\x18\xfd\x6c\x43\x4f\x05\xe9\x61\x4d\x79\x6f\xa9\xc0\xa7\xdb\x94\x6a\x93\x0a\xf5\x30\xe5\xcb\xa6\x02\x8f\x53\x93\x9d\x3f\x95\x29\xd9\xcf\x07\x1f\x38\x0a\x96\xa1\x25\x11\x66\xb9\x10\x36\xb7\x55\xbd\xf1\xc0\x38\xa8\x04\xd9\x04\xb7\x7b\x68\xf9\x23\x9d\xa7\x8a\x80\xcf\x11\x3e\xfa\x44\xaa\x19\x9d\x2a\xa4\x37\x55\x04\xfd\xb7\xfc\xd1\xb0\x52\x85\x07\xaf\x29\xe4\x2b\x55\xe8\xc4\x4d\x22\x7c\xaa\x70\xdc\x34\x4b\x17\x0d\x2e\xef\x56\xc4\x39\x1b\x5c\xde\xad\x88\xd7\xb6\x56\xf8\xe0\x33\x97\xd6\xe9\x98\x11\xeb\x69\x58\x97\x56\xfc\xe0\x86\x2b\x4c\xb9\xdf\xa9\xdd\xc0\x58\x69\x7a\x83\xd3\x2f\x02\xbd\x3d\x17\x1f\x7c\x46\xe9\xf0\xad\xb4\xf2\x31\x27\xa6\x0e\xfb\xf4\x8b\x45\xf6\x44\xfd\x58\xb2\x54\xcf\xfc\x44\x47\x57\x2f\x9c\x8b\x66\xdb\x2b\x21\xd5\x61\xd7\x77\x64\x0c\x4b\x69\x4d\x1d\x8e\xbf\x21\xab\x6b\xea\xcf\xfe\x3b\x27\x68\x1a\x38\xb3\x5b\x15\x8d\x0d\xf8\xa9\x5b\x15\x17\x18\x48\xc1\x69\x55\xcc\x7f\xec\xc8\xb3\x53\x58\x6d\x1a\x50\x5d\x37\x23\x68\x2f\x27\x1f\x7c\x56\x6e\x27\x15\xb6\xa0\x37\x60\x3e\x6b\xb2\xd7\xa7\xbd\x23\x9d\x6b\xca\xf3\x3f\x38\xa0\xf6\x93\x20\x88\xf7\xee\x0c\xdd\x56\xf0\x7c\xda\xe1\xa1\x6b\x0a\xab\x49\x3b\x3c\x74\x4d\x41\x59\x69\xbf\x31\x51\x99\xf4\xd3\xfe\x30\xe6\x50\x0c\xfb\xd8\x08\xb5\x90\x45\x1f\x7e\x53\xea\x7d\x3a\x10\x6e\xdc\x94\x43\x9c\x8e\xc8\x98\x35\x11\xe0\x81\x14\xa7\xa6\xc4\x9e\x74\x34\xc2\x21\xc5\xe8\x80\x37\xbd\x29\xe5\x2f\x1d\x60\x2e\x76\xd4\xa5\xa3\xb3\x0f\x2d\xc9\x01\x37\x72\x53\x56\x4e\x3a\x10\x24\x54\xcd\xe4\x0e\xf8\x4d\xeb\x10\x6b\x3d\x4e\xf6\x21\x3e\x70\x3c\x20\x2f\xf3\x92\xe3\x41\x3e\xa5\x35\xa6\x13\xc1\xb9\x75\x48\x56\x3f\x11\xa0\xd0\x64\x04\x4b\x27\x46\x69\x43\xab\x78\xc2\x51\xda\x2c\x1c\x5d\x08\x97\x6c\x0a\xf1\x48\x17\x34\xe1\x36\x3e\x66\xdf\x74\x25\xd2\xac\xd6\xe5\xca\x38\x87\x25\x6e\x5f\xc8\x4d\x6b\x43\x64\x7f\x41\xeb\xe8\x9b\xb4\xeb\x0b\x31\x4e\xaf\x93\xf5\x3a\x97\x03\xfc\xb3\x0a\x17\x22\x5a\xbb\xac\x19\xe9\x06\x7f\x7a\x49\x96\x77\xe2\x64\x05\xd7\xcd\x3c\xed\xa0\x4d\x7e\x57\x8e\x22\x3d\xe2\x46\x4a\x5c\x97\xcd\x35\xdd\x38\x37\xba\x6c\x32\x89\xa1\x14\x7d\x13\xaf\xbd\x99\x4e\xa5\x5c\x88\x84\x30\x86\xd0\x37\xb1\xb4\x9b\x99\x90\x4a\x8e\x48\xf0\x23\x84\xee\xcd\x45\x33\x75\x1d\x3a\x37\x60\x6a\x0e\x5d\xc9\x2b\x09\xb6\xe5\xf0\xd2\x65\x61\xfb\x0a\x2f\x95\x08\xc6\xad\x90\xad\xe3\xd0\x18\xd3\x83\xa6\xff\x5c\xec\x43\x2c\xed\xb9\x16\x4e\xd7\x27\x79\x4b\xfc\xe4\xa3\x98\xe5\x0d\xa9\x8d\x5d\x36\xce\xbc\x31\x99\x55\x79\xe1\x79\x55\xaa\xc8\x1f\xc0\x32\x03\xc6\xbb\xcc\xc4\x99\x99\xe9\x5d\x31\x30\x39\xe4\x07\x0f\x3e\xdc\x38\x33\x01\xda\xf1\x83\x39\xa0\x02\x48\xd7\xe1\x9c\xc3\xc1\x4f\x3e\x9e\x83\x8c\xf0\xe5\xd0\xe3\x47\xbf\xca\xe1\xbe\xf9\x40\xa3\x3c\xec\xf4\x83\xd3\xcc\x60\xe2\xae\xf3\x3c\xc7\x8d\x9f\x7c\xb6\x6d\x66\xca\x64\x56\x24\x52\x8e\x6b\xb6\x1f\x6d\x27\x33\x57\xab\xcb\xa4\x97\xe3\xc5\x07\x59\x9f\x20\x28\xa0\x2b\x63\x39\x27\xc8\x37\x5d\x5e\xac\x0c\xf5\x24\x74\x9d\xc5\x39\x21\x8e\xb6\xa7\x8f\xe2\x97\x13\xe7\xa2\xa4\xd4\x9c\xb0\xb1\xbb\x32\x4a\x73\x86\xae\xd8\x45\x52\x39\xb3\x2e\xc7\xeb\x0d\x1c\x02\x5d\x59\x20\x39\x83\xaf\x75\x25\xe0\xe4\x0c\xbe\xd6\x95\x05\x99\x33\x33\xf2\x65\xef\xc9\x19\xc9\xf1\x6d\xfb\x98\x23\x72\x46\x9e\x64\xcf\xaf\x07\x3b\x1f\x7c\x08\x26\xe3\xc4\xef\xb9\xaa\x53\xd8\x54\xbb\xce\xf3\x9c\x0f\x4e\x6e\x08\x74\x6e\x64\x05\x8a\xe7\xc2\xc9\x95\x0f\xd3\xce\x05\x99\x5b\xbd\x7c\xa4\xe6\x5c\xa0\x22\x66\x85\x40\xe5\x42\x14\x16\x2d\x54\x69\x6b\xcf\x7d\xe6\x52\x90\x09\xd8\x94\x47\x92\xcb\xc1\x51\x04\x47\x01\x60\x23\xf8\x93\x1b\x94\x5c\x43\xff\xc1\xf9\x95\x0b\xcf\x1e\x59\xb3\x73\x05\xaf\xed\x55\x2b\x50\x03\xfd\xd5\xda\x3b\x15\x1a\x5d\x97\x47\x3c\x57\xa6\xe8\x2a\xf3\x32\xd7\x9d\x6f\x7c\x38\x7a\xae\xab\x72\xce\xe7\x84\xcb\x75\xe7\x28\xda\x2a\x0d\x94\xd0\xeb\x47\xc6\xc8\x8d\x55\x49\x14\x27\x91\x1b\xc8\xbc\xb7\x4f\x84\x59\x6e\x2c\x5e\xa3\x00\xe0\x4c\x59\xa7\x2b\xa8\x33\xf7\x80\x85\x57\x72\x4c\xee\xac\x7d\xa2\x1c\xf8\xdc\xe9\x4b\x96\xf1\x2f\xf7\x8c\x75\x56\xf8\x42\xee\x10\x9f\xbb\xbc\x7b\x79\xc0\x3c\xdf\x64\x23\xc9\xe3\x06\xcd\xca\x96\x90\x07\x44\x9b\xae\x28\xf6\xbc\xc3\xcc\xd2\x65\x2c\xc8\x3b\xe2\xe9\xba\x4e\xc9\xbc\x43\x26\xef\x52\x9b\xf3\x01\xd5\x3c\xa9\x7e\x4a\x3e\x60\x49\xed\x0a\xf4\xcb\x47\x5b\x0b\xff\xe9\xf4\x80\x52\xd4\x15\x8e\x95\x8f\x93\x70\x88\x53\x1c\xd7\x7a\xe3\x33\x97\xe3\xa6\xf6\xf0\x51\xc4\xf2\x49\x21\x4c\xc6\xcd\x7c\x22\x88\x7f\x28\xb4\x33\x9f\x00\x6c\xc8\x7c\x98\xcf\x93\xfe\x26\xb1\x9f\x13\xc9\x66\x63\x13\xc6\xce\x3b\xf0\x93\xcf\x83\x0b\x3c\x6d\x28\x3e\x2b\x5f\x38\x27\x86\x7c\x28\xf9\xfe\x7d\x04\x50\xbe\x37\xc4\x41\xbd\xda\xd4\x72\x84\xaf\x7b\x83\x17\xb0\xb9\x03\x18\xfd\x8b\x7f\x47\x48\x4f\x70\x07\x03\x3e\x5d\xff\x0e\xaf\xde\xc7\x7a\x93\x6f\x26\x65\x66\xbf\xcf\x43\xe7\xf5\xe0\xfa\xfe\x4a\x45\x9c\xeb\xde\xe0\xf4\xfd\xd8\xc5\xf2\x8d\x7d\xd4\x7c\xa0\xdc\x88\xdb\x91\x55\x35\xdf\x10\x48\x14\xe7\x93\xef\xb0\xa6\xa4\x1e\xa1\xa8\x28\x35\x25\xdf\xa1\xa0\x83\xa8\x36\x1c\x99\xc9\xed\x86\x40\x1d\x0f\x80\x40\x0f\x6d\xd3\x3b\xc0\x8f\x35\xdc\xdf\x0d\x94\xf8\x7d\x44\x42\x46\xd1\xf1\x1d\x27\xd2\x87\x71\x14\xe9\x39\xd6\x80\xb1\xbf\xc3\xb2\xf2\x0d\xaa\x6e\x0a\x30\xcf\x37\x42\x69\x36\xb1\xc8\x1b\x67\x48\x8e\x5a\xf7\x1b\x1a\xb0\x83\x0e\xf3\x1d\xe9\x2c\x15\x96\xa1\x11\x37\x45\x51\xe7\x7b\x0a\x69\x79\xf3\x24\x60\x04\x53\xb9\x96\x7c\xa7\x29\xbd\x87\xcd\x84\x80\x70\x18\xc5\x8a\xe5\x3b\x51\x0b\xf7\x42\x81\xa0\xe5\x1e\xcb\xf7\x94\x26\xe2\xf0\xc2\xa2\xf6\x8e\xac\x37\xf9\x4e\xf0\x6f\x0f\xff\xfe\xbc\x83\xcf\xf2\x9d\x19\x9c\x26\x88\x10\xbe\x22\x5d\x3a\xdf\x60\x39\x59\xa9\x67\xf9\x46\xfe\x49\xcd\x42\x4a\xe6\x1e\x4c\x7e\xd0\xa9\xf6\x69\xc8\x8c\x90\x32\x13\x6b\x9e\xb4\xa8\xa8\xe1\x7c\x67\xb2\x06\x4d\x29\x23\x3a\xd4\x53\x46\x06\x5f\x53\x64\x72\xbe\x4b\xf9\xfe\xaa\xd9\x68\x2f\x44\x9a\x3a\x44\xcd\x1a\xa5\x12\xe5\x7b\x0a\x58\x39\x78\x3b\xa2\x62\x4d\x32\x2d\xa3\x60\x8d\x23\x77\xf3\x0d\x3d\x2c\x4c\x26\xf1\x83\x43\xe9\x2e\x4b\x69\x55\x1b\xf3\x29\x9a\x7f\x81\xc7\x34\x0a\xbc\x1a\x11\x92\xe5\x76\xe2\x68\xea\x60\xca\xc3\xf3\x81\x16\xa5\x92\x54\xb3\x16\xa1\x81\xd6\xc5\x08\xef\x06\xa7\x72\xd7\x04\x50\x49\x61\xc8\x6b\x94\x6f\x96\x45\xf0\x0c\x11\xa9\x9d\xe5\xd7\xce\x37\xca\x24\x54\xb3\xb4\x1e\x81\x33\xe1\xbc\xff\x2e\x28\x31\xdf\xbd\x62\xb7\xf9\x77\xb8\xa1\xc5\x45\x11\xda\x1c\x9b\x29\x7f\x4a\xf0\x39\x98\x8c\xfa\x81\x20\x4b\xb7\xcf\x77\x90\x63\xbe\xa1\xbb\xe5\x17\x21\x22\x12\x3a\xb8\x0d\x21\x28\x9a\x5f\xc0\x92\x34\x4c\x86\x0c\x2c\xf0\x56\x1c\xb4\x78\x6b\x40\xc6\x39\xcb\x51\x99\x11\xe7\x1c\xc3\x66\xba\x1b\x93\x6c\xde\xed\x81\xb6\x90\x8e\x50\x82\x4d\x27\xeb\x0d\x9f\x4d\xd0\x69\x7d\x53\x1a\x52\xe8\x50\xbe\xa7\xa0\xe1\x90\xdb\x7c\xef\xc0\xb1\x09\x1f\xea\xa9\xcf\xcc\x7b\x27\xc8\xfe\xbe\x22\x56\x51\x53\x80\x05\xaa\x76\xad\xe1\x3e\x37\xd6\xd6\x04\x20\x5c\xf7\xa3\x79\xbc\x87\x33\xd4\x83\x29\x1c\xe4\xe0\x8d\x32\xe5\xc8\x6c\xe9\xea\x9e\xea\x71\x56\x54\x71\x5e\x91\xca\xaf\xad\x7c\xec\xef\xd0\xd3\x7c\xa3\xd8\x9f\x43\xde\x33\x43\x99\x9b\xf5\x92\x7b\xea\x9c\x31\x19\xa6\x73\xaa\xb1\xc5\x48\x3d\x89\x13\xf5\x48\x55\xf9\xb5\xce\xf3\x00\xcf\x4a\x0c\xcc\x08\x64\xce\xaa\x55\x98\x6f\x58\x03\x6b\x71\x87\x9d\x1d\xb8\x47\xf8\xcb\xab\x3b\x38\x18\xd3\xad\xf6\x85\x0e\x35\x85\x13\x84\xe7\x9d\x71\xce\xed\x5c\xbc\x5b\x91\x17\x9a\x93\x0f\xeb\x29\x6b\xc7\x60\x96\x8b\xca\x3f\xaf\x65\x9c\xea\x4c\x54\x89\x84\x8c\x18\xe8\xac\x5c\xec\x8c\x10\xe8\x54\xa2\x07\x18\x08\x01\xd2\x04\x68\x56\x54\xa6\x58\xbe\x51\xf4\x27\xbc\x28\x71\xea\x47\xd5\x8b\x70\x61\x06\xd1\xef\x3f\x68\xeb\xf5\x7b\xcd\x40\x2f\xdc\x8c\x60\x16\x4a\xee\xc8\x01\x44\x08\x77\x42\x54\xab\xa6\x74\xcf\x45\xd9\x4c\x17\x90\xea\x43\x15\x04\x37\x39\xda\xeb\x83\x83\x73\xd0\xa4\x6f\x60\x3d\x7a\x48\x84\x79\x67\xb7\x17\xed\xaa\x4b\xda\x61\x24\x3d\xdf\x0f\x4f\x89\xa2\x2f\x9e\x88\xc3\x59\x93\x82\xae\x3a\x82\xb7\xcf\x53\xf8\x85\xf0\xf0\x54\xea\x22\x6a\x73\x61\xfc\xc1\x3c\xc8\xa2\x84\xfe\xfb\x39\x81\x26\x7f\x4f\x9e\xe5\xfd\xf4\xdc\x04\x5a\x4b\xf9\x90\xed\x6a\x87\x21\x76\xbc\x27\x09\x2d\x88\x1d\x0f\xa5\xfd\xc4\xdd\x94\x11\x58\x3e\xbb\xef\x7a\x00\x97\x9a\x98\x28\x23\xc3\x83\x32\x31\x32\x43\xc3\xcd\xa2\x1e\x3a\x3b\xb5\x17\x10\xfd\x3d\xe1\x33\x3c\x4b\x90\xf4\x17\xb0\x8c\x4a\xb0\x7c\x3e\x95\x28\xd5\xc6\xee\x90\x22\x8e\xf8\xef\xa4\xc4\x8d\x8c\xf8\xef\x50\x45\xbb\x88\xff\x8e\x61\x13\x52\x9f\x50\x08\x82\x46\x0c\xf4\x4c\x14\x77\x49\x46\x3d\xdc\xc7\x3a\xed\x04\x44\x60\xaa\x87\xb0\x3c\xd5\xf2\x2c\x8f\x7f\x46\x90\x77\x92\x4d\x3d\x23\x68\x7a\x76\x20\x3c\x44\x8a\x24\xe2\x3a\x08\x8b\x4e\xaa\x82\x97\x11\x16\x9d\x65\xa8\xcd\x0c\x8b\x1e\x0a\x93\xc8\x88\x83\x9e\x40\xfa\x0b\xc4\x79\xe9\xb8\x79\x96\xe8\x67\x20\x29\xfa\x89\x8d\x20\x12\x7a\xce\x5b\xb3\x42\x25\xc6\x62\x20\xe1\xfe\x4c\x46\x7d\xda\xc1\x67\xfc\xfb\x5a\x4c\x3f\x40\x28\xb0\xd7\x12\xde\x4f\xf9\x3c\x32\x43\xa1\x9b\xd2\x08\x33\x63\x9f\x83\xe5\x57\x04\x3b\xcf\x07\xea\x02\xe2\xe2\xa6\x2d\x84\x68\xe6\x38\xb4\x03\x10\xcd\x9c\x5f\x98\x86\x70\x58\xad\x9f\x32\x9c\x39\x27\xf1\x6f\xc4\x27\x07\x19\xd4\x32\xe2\x93\xd3\xd6\xdc\x03\xa2\x06\xb4\xe9\x10\x9f\x1c\xcd\x9a\x56\x7c\xb2\xa9\xa5\x2c\x90\xd5\x61\x01\xef\xf2\x52\x16\x4a\xb8\x3a\x72\x56\x84\x72\xf6\x08\x28\x15\x20\x86\x0f\xcb\x62\x56\x96\x50\x46\x84\xf2\x44\x9b\x47\x18\x50\xae\xfc\x02\x64\x1f\x09\xc4\x08\x51\xce\xaa\x46\x94\x1f\x8a\x9b\xd9\x10\x91\x17\x1a\xa0\xc9\xbf\x4b\x35\x40\xb0\xb9\x36\x0f\x50\x17\x03\xd7\x08\x4b\xa4\xd4\x99\xf1\xd0\x18\xac\x4c\x9c\x8c\x28\xe2\x6c\x75\x1c\x51\xc4\xb3\x4f\xe1\xb9\x32\x6e\x5a\xc2\x02\xe2\x84\x63\xb0\x18\x8d\x40\xe1\x6c\x1d\x13\x81\xc2\xd9\xaa\x36\x02\x85\xe7\x07\xea\x12\xce\x0b\x9b\xf1\x60\x80\x4d\xc5\xc4\xd4\x70\x94\x4b\x45\x44\x2c\xef\xec\xc0\x0f\x28\xa8\x47\x0f\x09\x4c\x26\xf7\x08\x76\x25\xd1\x9a\xd1\xba\xb6\xac\x22\x3a\x77\xf6\x28\x54\x76\xaa\xb1\xa6\x06\x98\x9e\x95\x6e\x9f\x11\x9f\x1b\x86\xe2\x95\x32\x03\x74\x5b\xf4\x6a\x74\x40\x2d\xed\x04\x11\xb9\x59\x36\xf4\xcc\x88\xdc\x60\xd1\x17\x21\xb9\x2f\x4b\x24\x42\x72\xb3\xaa\x3e\x64\x84\xe4\xce\x0f\x84\x97\xce\x84\x24\xc3\xb4\x56\xc2\x0f\xb0\x12\x32\x2f\x20\x28\x77\xbe\xa0\xd5\x9d\xc2\x72\xb6\x49\x03\x51\xb9\x5d\x41\xfa\x19\x51\xb9\xf3\x03\x3f\x40\x14\x5f\xff\x49\x5d\xd3\x8c\x18\xdd\xfc\xa2\x5f\xc4\x43\x65\x2b\xa1\x08\xd2\xcd\x36\xfa\x21\x48\x77\x0e\x67\x78\x80\x12\x13\x34\x5c\xfc\xd5\xe7\xd6\x20\x53\x70\x9b\xfc\xd9\xc7\x08\xc2\x72\x43\x30\xf7\x64\x18\x9e\x8f\x15\x18\xf9\x92\x79\xdf\x7e\x60\x4f\x09\x65\x90\x9d\x9b\x3b\x84\xec\x5c\x24\x4d\x20\xec\x35\x0c\x1f\x21\xc7\x22\x1c\x75\x78\x14\x70\x67\x81\x88\xb8\xd5\xe1\xa3\xf5\xa0\xd1\xc8\x3d\x1e\x44\x82\xd7\x1d\xb6\xd1\xac\x7a\xbe\xf9\x39\xa0\x08\xbb\x4d\x93\x99\x97\xfd\x04\x27\x93\x5c\x87\x50\xd3\xf0\xc2\xe2\xb9\x48\xd5\x1f\x54\x0e\x29\xa0\xce\xce\x07\x5a\x77\xe4\xad\xdb\x8e\xce\xe0\xd2\xe4\x33\xe5\xa4\xdc\xe6\x69\x9d\x24\x56\x73\xcf\x13\x81\x6a\x66\x1b\x14\x9f\x4d\xbc\x27\x45\x20\xcb\x20\x17\xd8\x86\x31\x7f\x81\x56\x8d\xc8\x6b\x61\x5a\x30\x5e\x74\x18\x98\xba\x2f\xa8\x04\x3e\xc7\x50\x48\xb3\xfb\xd0\xb9\x40\x7e\x3e\x38\x2f\xf0\x63\x6f\xe9\x0b\x5c\xc4\x87\xfd\xc5\x39\x99\xcd\x4c\x79\x3a\x55\x33\x64\x0a\xd0\x26\xa6\x29\x40\xb7\x6a\xe2\xb8\xa1\xd4\xb8\x43\xca\xcf\x96\xc0\x9f\x29\x3f\xa7\xf6\xea\x80\x32\x8e\xf1\x7e\x23\xec\xdc\x20\xde\x18\xd1\x2b\xf9\x70\x87\x4b\x5e\x7e\x20\xfe\xa6\xe6\x49\x3f\x44\x9b\xb4\xc1\xe7\x81\x65\xc7\x4c\x62\x8a\xbf\x49\x55\x42\xf2\xf3\x60\x17\x57\x77\xd0\x91\xa4\xab\x49\xd0\x05\xfe\xfa\x7e\x61\x49\xbb\x7c\x89\xbf\x3e\xe7\x1e\x2c\xbd\xb7\xc8\x83\x12\x3e\x1f\x25\xa0\xb0\x46\xd6\x26\x03\x5b\x41\xec\xf0\xdc\x23\x49\x0f\x60\x75\x28\x7e\x81\x30\x76\xb5\x1b\x61\xc8\x7a\x00\xb3\xc3\x47\x73\x29\x1b\x0c\xa5\x56\xca\xcb\xb6\x51\xd4\xf3\x0b\x14\x70\x8b\x7b\x98\x6b\xad\x43\xaa\x6c\x10\x70\xab\xf2\x6f\xca\x36\x25\xdc\x22\x43\x66\x59\xb5\xbc\x54\x20\xbb\xa0\x9c\x57\x96\x50\x5d\x10\x01\x9d\x5e\x93\x08\x54\x69\x3f\x22\x4d\x41\x51\xaf\xac\x80\xd3\x82\x32\x5e\x61\x54\x8f\xb0\x66\xe9\x17\x28\x45\x75\x01\x4d\x09\xb8\xba\x47\x52\xb8\x7f\xa7\x28\xf8\x91\x59\x0a\xeb\x7d\xb5\x68\x44\x85\x8b\x63\x18\x6a\x84\x9e\x75\x8f\x09\xb9\x2b\xa8\x87\xc8\x59\xaa\x03\x84\x20\x26\x83\x84\x44\xc8\x9a\xd5\x1f\x12\x21\x47\xd1\x42\x44\x2e\xad\x96\x12\x01\x88\xb5\xf9\x7b\x1e\x22\x3f\x2a\xad\x5d\xb6\x88\x2d\xfe\xea\x1d\xe2\x4d\xd5\xa2\x45\x22\xc4\xd0\x1c\x48\x3b\xf5\xef\xd4\x10\x3c\xfa\x14\xc1\x36\x2f\x11\x63\x9d\x92\x57\x3d\xad\x0d\x28\xf8\x29\xcf\x4b\xd4\x2d\xdb\x27\x30\x45\x6d\x26\xee\xb9\x87\xb5\x26\xc2\x30\x22\xa3\x93\x09\x0d\x9e\xab\xda\xbc\x5f\x32\x51\x2c\x42\xca\x30\xd7\x54\xb7\x17\x08\x1a\x22\x43\x72\xed\x9a\x35\xa5\xf1\xa6\x35\xcc\xc0\x9a\x71\x9e\x59\x73\xc9\xbf\x73\xf7\x24\x83\xb4\x76\x8b\x41\xa2\xca\xd0\xfc\x06\xce\xac\xa0\x49\x15\x70\x77\xff\x5e\x16\xf1\x6b\xcc\x02\x3a\x30\x21\xc2\x98\x2b\xf7\x70\xd9\xca\xa2\x03\xf7\xc0\x73\xd3\x78\xa3\x78\xdd\x04\xd3\x14\xa7\xd3\xf6\xea\xf1\x21\xd0\xfa\xa0\x72\xed\x92\xf0\x82\x1c\xbe\xf1\x22\x8f\xba\xa0\x54\x9f\x95\x6e\x4a\x41\x5d\x69\x3d\x4c\x7e\xc0\x3d\x9a\xb4\xdc\x95\xb2\x6a\x72\x17\x20\xb1\xe6\x31\xb8\xe3\x92\x96\xaf\x71\xfd\xd5\xc3\x92\x9f\xb3\x96\xa3\xb1\x68\x9b\x3f\x40\x6e\x71\xd4\x44\x21\x4f\x6f\xc6\x75\x63\x2c\x8f\x60\x5c\x7e\x2b\x93\x64\xe3\xfa\xbb\x8d\x4a\x76\x5e\xbc\xce\xc5\xd3\x80\x4b\x7c\xce\xa2\x71\x5a\x85\xbb\xdb\x14\x30\xb2\x86\xec\xd4\x8d\x3c\xeb\x4e\x92\xca\x42\x4b\xc7\xd9\x6a\xaa\xef\x4b\xb4\xf3\xa0\x14\x18\xbc\x5a\x4b\xba\x35\x8b\xa6\x3f\xbc\x08\x0f\x14\x5e\x87\xf0\x36\x28\x07\x75\x3f\x58\xab\xa7\x89\x0f\xc8\x41\x5e\xee\x29\xa0\xa6\x6c\x16\x3e\x40\x62\xaf\x0e\x0e\x82\xe0\x17\x4e\xf6\x28\xa8\x97\x84\x5a\xf5\xc9\x4e\x1a\x33\x8f\xde\x17\x8d\x69\x1a\x3b\xed\x7a\xc6\xe6\x4e\x37\x84\xdb\x17\xf4\x4a\x41\x79\xd0\xe4\x65\xdc\x1d\x30\x9e\xbe\xda\x60\x10\xe6\xe1\x07\x0e\x9a\x2e\x44\x1d\xb4\x41\x08\x46\xe4\x56\x65\x4f\x62\x89\xa8\x3e\x8f\x0f\xd2\xac\x0f\x16\x06\x1a\x6c\xc2\xc3\xc9\xb5\x31\x83\xa0\x3d\xd7\x2c\xe8\xa4\x15\xce\x6c\xf0\xa4\x66\x6a\x20\xa7\xd4\xda\xea\xeb\x05\xda\x41\x5e\x5d\x10\xd7\xde\x17\xc8\x68\x8a\x2f\x20\xc8\x94\x4c\x00\x48\x69\x52\x8e\x74\xd9\x60\xb2\xad\xcd\x5d\xc2\x09\x5c\x87\x30\x7d\x51\x1f\x32\xcb\xb8\x08\xe5\xf8\x49\x98\x5d\xd9\xae\x82\xa2\x04\xee\x1e\x3c\xcd\x3b\xfb\x82\x2b\x72\x68\x8a\xac\xfe\x2b\xe3\x50\xd9\x2e\x64\xad\x7a\x27\xd3\x82\xeb\x9d\x7f\x51\xdd\xf1\x26\xb9\x49\x0a\x3e\xd0\x96\xc8\x69\xfa\xbb\x41\x0b\x1e\xf3\xce\x7c\x41\x73\xbe\xb1\x97\x8d\x34\x06\x2c\x24\x6f\xf6\x1b\xa9\xa7\x16\xbe\x6e\xfa\xd6\x7d\xc8\xde\xb4\xe5\x64\x8f\x01\x43\x86\xd1\x7a\x63\x1a\x2f\x20\xb9\xb5\xb3\x1e\x3c\xac\x54\xb7\x69\x5e\x0f\xed\x6a\x66\xbc\x2c\xbe\xd1\x4c\x2e\x0f\xb7\x91\x91\xfb\x70\xf7\x6b\xd0\x87\xf3\x12\x45\x3e\xe4\x51\x26\xb0\x07\xb2\xc2\xf0\x10\x64\x51\x9e\x17\xec\xbe\xd5\xab\xf3\xac\xbd\xfd\xe9\x92\xf5\x3d\xeb\x47\xad\x2a\x8c\xd7\xaa\xba\xf3\xa7\xf0\x66\x21\xe5\x3a\x14\xde\x23\x54\x75\xf1\x43\xe1\x3d\x42\x43\x02\x7e\xe1\x3d\x42\x59\xc6\xb9\x12\x68\xba\x1d\x7e\x81\xe2\x83\x18\x69\x58\x72\xa8\xd8\x22\x2e\xf8\x89\x96\x2f\x02\xc4\xcc\x28\x76\x12\xe0\xa1\x57\xd4\x42\x41\xcd\xd0\x1c\x24\x8d\x87\x15\x5d\xe1\x21\x03\xf5\xa8\xa4\x36\xd9\x83\xf1\x00\xb1\x33\x7e\xec\x35\x25\x2c\xb1\x53\x6c\x12\xb7\xf9\xcc\x07\x9a\x37\xa4\x4a\xc5\x7e\x15\xd4\x29\xcd\x2a\x07\x55\x42\xe4\x46\x14\xd1\xe1\x5a\x9d\xa4\x4a\xaa\x85\xb7\xe6\x04\x0b\x18\xb8\x24\x67\x3e\x10\xe2\x52\x44\xe9\x33\xf5\x90\xc8\x81\x24\xe5\xe0\x96\x9c\xf9\x85\xfa\x4c\x2b\x06\xdd\x6f\x34\x40\xe5\x17\x48\xf9\x12\x0f\x71\x27\xce\xec\x42\xa8\x4a\xc4\x84\x81\x38\xd0\x16\x22\xe0\x96\x57\x6c\x55\xe1\x65\x36\x2a\x03\x52\x02\x0d\xad\x96\x16\x78\x9f\x8d\xaa\xd4\x16\x5e\x67\xa3\xbb\x0a\x0a\x6f\xb3\x49\x9e\x75\x46\x59\x05\x2f\x36\xdc\xf4\x55\xdb\x1f\x01\x83\xb1\x79\xf1\x33\x35\x08\xa1\x31\xc3\x22\x33\xdc\x66\x8d\x67\x03\xc8\xba\x30\xee\x1f\xf6\x13\xd3\x4a\x66\xa5\xa4\x6c\x00\xd7\x42\xa9\x07\x18\x6e\xa3\x69\xa3\x44\xf4\x28\x88\x0a\x97\x5e\xd2\x07\x6e\xaf\xc9\xaa\xd9\x55\x58\x22\xb6\x2a\xe8\xa8\xe0\xae\x9a\xf9\xc0\x6f\xd0\xbc\xd1\xdd\xe7\x8e\xea\x33\x6e\x9f\xac\x65\xa0\xf6\x62\x48\x1a\xb3\xd2\xcb\x64\xea\xa9\x84\x52\x78\xa9\xe4\x36\xc2\x3b\xca\x3b\xf8\x34\xe3\x25\x32\xc1\x22\x12\x2e\x91\x09\xce\x9f\x2d\xb8\x44\x26\x2a\xa3\xbd\xe0\x92\x18\x57\xe0\x29\xbc\x24\x66\x54\x8f\x00\xd5\xa4\xfe\xc4\x45\x54\x70\x7f\x4c\x8e\xe6\x4c\x8d\x07\x9d\x3a\x63\x3c\x79\x32\x1d\x34\xaa\xe0\x92\x9e\xc3\x32\xd2\x0a\x5c\xdc\x05\xa3\x0b\x2e\x4a\x60\x5c\xb6\x94\x10\xdc\x04\x93\x64\x0f\x2a\xbc\x0a\xe6\xcd\x76\x1a\x43\x33\x4d\x5a\x8d\xc1\x74\xda\x5d\x8d\xe6\x4d\x89\x29\x01\x62\xa8\xd2\x76\x4b\xe8\xf1\x5d\x93\xa8\x84\xbe\x26\xa1\x21\x96\xd1\xd6\x4c\xa1\x63\x55\x8a\x7b\xe0\x75\x00\xfe\x00\x25\x93\xa2\x47\xc4\x11\x20\x7d\x20\xa0\x2e\x5b\x4b\xe6\x6c\x1d\xe4\x1f\xdd\x01\x04\xa3\xd7\xef\x6b\x0e\x86\x00\x75\x91\xa2\xda\x03\x75\x23\xa4\x1d\x04\x58\x68\x15\x1d\x58\x50\xce\x38\x29\x0d\xbf\xa0\x9e\x71\x56\x28\x60\x09\x83\x31\x2e\xee\x8f\xd9\x28\xe6\x38\xb0\xb1\xbe\x98\x37\x13\x48\xdd\x21\xeb\xb7\x9a\x23\xc1\x40\x9a\x65\x72\x2a\x01\xd1\x09\x31\xb9\xbd\xb0\xec\x1e\xf2\xf7\x57\xeb\xa6\x2d\x54\x2e\xb0\xba\x1a\xf6\x0a\x90\xb5\x4c\xa8\x54\xa0\x94\x92\x12\xa6\x78\x9b\x2c\x80\x04\x24\x5d\xb4\x64\xa6\x88\xf0\x04\x05\x68\x95\x00\x71\x56\x51\x74\x05\x11\xcc\xd1\x1a\x77\x38\x70\xa0\x99\x34\x61\x82\xed\x9e\xc1\x14\x6f\xf3\x66\x06\x72\x2c\x36\xee\x0e\x77\x3e\xd0\x14\x0e\x8a\x9a\xc5\x43\xa0\xfc\x95\x24\xe4\x70\xc0\x4a\x62\x2c\x1f\xe4\x72\x32\x83\xe0\x1e\xa2\xf9\x40\x5d\x9e\xb4\x5e\x9a\xcf\xb1\x32\x9b\x8f\xe9\x13\xb3\xf0\x91\x08\xa3\x6d\xf6\xc2\x9e\x0b\x6a\x7f\x00\xe2\x95\x9c\x16\x4e\xba\x72\xbc\xc9\xcf\x03\x67\x81\xe6\x3d\x05\xe8\x34\x3c\x4b\x56\x04\xa8\xfe\x9d\x0a\xb3\x0f\x1f\xc6\x48\xbe\x78\xf7\xb5\x66\x25\x18\x18\xe3\x60\x39\x1f\xb7\x1b\xd9\x91\x5c\x78\x97\xd1\x78\xf1\x41\x18\x5d\xa3\xd9\xde\x85\x72\xb3\x46\xdc\xc5\xe8\x19\x01\xc9\xdc\xa9\x17\xa7\xba\x08\xa5\xd9\xc4\xbd\xbd\x4b\x8f\x95\x30\x65\xe2\xd4\xbc\xa5\x6e\x8a\x8e\xde\x02\xf7\x02\x5a\xd3\xba\x81\x6a\x33\x1a\x48\xbc\xc3\xa7\xf2\x4d\x4c\xbb\x03\x54\x56\xf3\x71\x72\x23\x20\xc0\x87\x34\xe4\xdf\x68\x89\xec\xa6\xf8\x23\x7d\x2a\x3c\x04\x59\x1f\x40\xdc\xd5\xad\x03\x25\x3c\x0b\xcf\xa2\xb7\x67\x6d\x42\x3f\xa0\xf7\x52\x1a\x19\x6a\x86\xbb\xe0\x5a\x09\x0f\x53\x5c\x04\xf3\x43\x43\x85\x85\x1b\xd8\x79\xa3\xe9\xef\x41\x74\x9c\x27\xfd\xd0\x05\xe0\x01\x60\x20\xfd\x91\x6b\xa8\x04\x98\x80\x15\x7c\x53\x50\xc1\xdc\xe5\xdf\x0a\xea\x95\xc7\x22\xaa\x88\x1b\xce\x78\x31\x21\x96\x2f\x1f\xe6\xa3\x28\x5f\x9e\x14\x2f\x54\x90\x70\x10\x15\x03\x55\x56\xf1\x72\xd1\xfa\x2a\x55\xbe\x19\x00\x90\x5d\xf1\x80\x00\x50\x2b\xc2\x3a\xe5\xaa\x0f\x53\x58\xa6\xbc\xd9\xee\xc9\x42\xe5\x59\xd7\x34\x96\x48\xb1\x5a\xd6\x87\x88\x6c\x6f\x45\x3c\x94\xc8\xf8\x05\x45\xd7\x94\x88\xc8\x57\xa5\x87\x96\x18\x28\xa5\x0c\xbf\x70\x81\x0c\x05\x73\x24\x15\x48\x24\x88\x91\xb1\x04\x7e\x01\x35\xc5\x82\x7f\xaf\xc4\x5a\xd6\x03\x08\xb0\xc5\xed\xb5\x1b\x8b\x1e\x0c\x04\x14\x0a\x68\xd8\x4b\xe5\x2e\x2e\x71\x45\x48\x18\xcf\x91\x78\x53\x3b\x61\x61\x0d\x22\xea\xc0\x45\x63\x29\xad\x85\x14\xcc\x89\xf1\xc0\x7e\x01\x74\xa9\x23\x1a\x75\x2a\x82\x6e\x64\x29\xa8\x53\x91\xe3\xeb\x77\x46\x3b\xb8\x3f\x0a\xa8\x6e\xd3\x54\x29\x3a\x8f\x0c\x55\x10\xb3\x47\x21\x89\xec\xcd\x1b\x97\xf5\x54\x72\x49\xcc\x70\x23\x45\xb7\x57\xb5\x56\x81\x40\xf3\x68\xf6\x0b\x73\xdd\x9a\x91\x98\x71\xe6\x4b\x49\x8f\x14\x60\x25\xc9\xf1\x1a\xb4\xa6\x68\xa0\x82\x6b\xd0\x52\xf5\xb2\x7d\x04\x5a\x21\x61\x09\xb4\xc3\x6f\xf0\xc4\x32\xed\x14\x5e\x00\x27\x18\x98\xfc\x68\x46\x1c\x71\xdd\x85\x8d\x82\xb8\x06\x2d\x47\xef\xc8\xc2\x13\x4c\x0c\x83\xd5\xe3\xc7\x6b\x69\xeb\x92\x14\x34\x2f\xa6\x16\xc9\x5a\x86\x14\x9f\x68\x77\x05\x2e\x45\x4b\xc9\x43\x2c\xe3\xa9\x51\x8f\x60\x84\xf8\xea\x00\xd4\x57\x0d\xc2\x9a\x84\x1f\x50\x03\xf7\x5a\x55\x86\x1d\xe9\x05\x14\x2d\x2b\x9e\x75\x83\x78\xe5\x59\x37\xde\x16\xea\x36\xc8\x55\x6a\x26\x6e\x33\xcb\xd1\xd4\x87\xb2\x64\x96\x72\x23\xa5\x5e\x45\x5c\x14\x5c\x44\x96\xe5\x6d\x2b\xb1\x61\xed\xfd\x41\xa7\x61\xcc\x4b\xd9\x17\x63\xd1\x90\xac\x1f\xac\x03\x91\xb7\x8e\x35\x85\xef\x94\xd8\x17\x81\xfa\x01\xd3\x8f\xdc\x65\x07\x0c\x42\x42\xc7\xa6\xf6\x1e\xec\x8b\x58\xfc\xc1\xda\x23\x7e\x83\xb3\x10\x35\x51\x2a\x95\xa8\x81\xd2\x29\xd9\xd6\x7e\xe6\x6e\x65\x5d\x99\x5a\x50\x3b\x25\xdb\xad\x14\x97\x58\xaa\x13\x0d\xa5\x4f\x62\xb0\x3a\x80\xd2\x27\x2e\x00\x5a\x50\xf9\xa4\x27\xef\xeb\x41\xc7\xbb\x26\x05\xb9\x35\xe5\xf6\x93\xe3\x07\x35\x4f\xb2\x32\xf3\x4b\x64\x02\xa8\xca\x9f\x15\x5c\x5a\x30\xc1\xf1\x83\xfa\xfd\xd5\x75\xad\x6f\x89\x7b\xe3\x0b\x9a\xf2\x8e\x02\x9c\x12\x3a\x51\x35\x25\xd9\x22\x1a\x79\xa1\x92\x24\x44\x56\x41\x29\x46\x19\xee\x57\x0a\x36\x0d\xc4\x03\x39\x02\x66\x02\x30\xd2\xbe\x18\x19\xa5\x5a\x89\x39\xf1\xa0\xa6\xae\x35\x39\xa0\x8a\xf8\x08\xa5\x8d\xd6\xb6\x84\x78\xac\x3c\xfd\x4f\xfb\xdc\x30\x45\xb7\xb1\xc8\x3e\x62\x51\xc1\xaa\x99\xb4\x4f\x6e\x67\x1f\x37\x27\xfc\x0c\x12\xe4\x23\xc3\x0a\xac\xba\xe3\x7a\x35\x47\x01\x17\xde\xae\x96\x15\x3e\x57\x70\xbb\x5a\x52\xf2\x74\xe1\xf5\x6a\x2d\xbd\x1e\x30\xfa\xc8\x94\x89\xa8\x5c\x8b\x87\x11\x26\xdd\x60\x03\x44\x64\x18\xee\xe6\x41\x2f\x56\x2a\x35\x1b\xba\x50\x89\xcc\xb2\x05\xe3\x74\x6d\x50\x88\x30\xdb\xbe\x10\x77\xd1\x4a\xe7\xa3\x1c\x91\xba\xd1\xa7\x26\xaf\x71\xf3\xbc\xaf\x81\xd2\x8a\xfe\xfd\x00\xa6\x3d\xc0\xc9\x11\x85\xea\x0b\x27\x7d\xf6\x24\xc0\x8c\x7d\xca\x5e\xf0\xa6\x99\x98\x28\xe2\xfa\x4c\x5b\xb9\x4a\x86\x10\x66\xdf\x6a\xf6\x0f\xab\xaf\x6d\xe7\xf1\xe6\x06\xd0\x00\x14\x81\xa3\x19\xe5\x0d\xa5\xad\xbb\x83\xc6\xca\xd2\x6a\x77\x7e\xa0\x39\xde\x0c\xbe\xf4\x86\xbd\xb9\xc3\x4d\x3f\xf7\x9a\xb5\x80\x78\x68\xa9\xf4\x81\x40\x2b\xaf\x4d\x91\x91\xc1\x0b\x66\x54\x0f\xab\x02\x0b\x8a\x67\x2d\x9d\xc0\xa4\xd4\xeb\x33\xea\x59\x24\x29\xa8\x1e\x32\x6c\xb3\x02\x8a\xb5\x9e\x18\xae\x44\xa8\xcd\xf3\xa0\x95\xd7\x87\xd2\x83\x34\x0e\x0d\xc9\x6a\x45\x2a\x8f\x5d\x12\x92\xbe\x94\x6c\x5e\x90\x93\x9a\xa2\xcc\x57\xa8\x66\x34\x27\x19\xf4\x00\x52\x5b\xf6\x0b\x40\xbd\x0e\x5e\x14\x2f\x9a\x1a\x8f\x3f\x00\x7f\x17\x56\x50\x88\x28\x86\x28\xe6\x9a\x58\x9c\x79\x18\x84\x07\xc5\x93\xf5\x3b\x8b\x31\x6b\x8a\x29\x2c\xbc\x47\x3d\x48\xec\x51\x43\xc2\x46\xfc\x02\x01\xc2\xac\x7d\x02\x28\x5d\x94\x74\xb3\x43\x49\x94\x65\x6d\x49\x49\xb4\x11\x17\xbf\x80\x7a\xcc\xaf\x11\x0f\x7e\x20\x34\x22\x32\xa1\xf6\x17\xd0\x90\xaa\x8c\x47\x24\x82\x05\x9b\x4a\x12\x32\xc1\x86\x59\x74\x42\x4d\x66\x9f\xa4\x29\xd2\xe8\xd5\xd4\x4e\x80\xc1\xef\x67\xac\xa4\x10\x1f\xb9\x29\xa2\x1f\xa0\xc4\xaa\xb6\x21\x8b\x1d\x8d\xc9\xc3\x7f\x70\x08\xe1\x72\x41\x67\x50\x95\xc4\xd0\x01\x5d\x0e\x57\x50\x2a\xc9\xe9\x47\x85\xa5\x92\x46\x7c\x3d\x20\xc0\x42\x62\xa2\xe0\x28\xd3\x0a\x4a\x23\x39\x59\xa6\xa0\x32\x52\xca\xd2\xd7\x59\x19\x49\x17\xf5\x17\x14\x46\x7a\x89\xba\x28\x8c\x34\x41\x12\xca\xd2\x9a\xa1\x87\xa4\xea\x5a\xfd\x60\x6e\x87\xd7\xba\xe5\x0d\x20\x68\xc8\x1c\xde\x85\xba\x0b\x0a\x29\x85\xe6\x10\x14\x64\x64\xc7\x66\xd2\xca\x20\xb5\xe0\xdf\x59\xf9\x5b\x73\x84\x38\xae\x4b\x35\x0b\x8b\x2b\x0d\x93\x62\x66\xe5\x6f\x4d\x01\x85\x91\xf3\xab\x3f\x3a\x23\xaa\x21\xa4\x71\x47\x3b\x1c\xd5\x97\x1c\x9c\x5f\x50\x6d\x29\xd9\x39\x81\x6a\x4b\x51\x95\x72\x4b\x62\x24\xb1\x84\x71\xd6\x5a\xaa\xde\x9f\x28\x65\x6c\x99\x30\x41\x7a\x1f\x52\xfc\x12\x23\x19\x94\x54\x59\x12\xcc\xd3\x8a\xbe\x2b\xa9\x70\x73\x24\x3f\x38\xdf\xd5\xce\x4b\x82\xf0\x6e\xb9\x38\x21\xb2\xa1\x79\x77\x2d\x51\x5d\x62\x68\x82\xa8\x5e\xbb\xb1\x8e\xc0\x86\x61\xcf\x44\x5a\xd5\x19\x04\x53\x25\xe3\x34\x90\xf5\x77\x15\xd6\x4b\xaa\x44\xa3\xa7\x59\x17\xed\x08\xca\x4a\x28\x3d\x04\x6a\x26\x9a\x12\xda\xba\x1d\x52\xed\x75\xab\xbd\xda\x11\xfb\x53\x23\x36\xc6\x3d\x0a\x2b\xb0\x59\x57\x53\x06\x4c\xd6\xc3\xfb\xab\x21\xd5\xd4\x6c\xb2\xb1\xa4\xa6\xb0\xc6\x6c\xb9\x37\x00\x14\x47\x8c\x77\xc4\x19\x2b\x44\xbc\xa0\x06\x56\x48\xba\xff\xbc\xa4\xb6\xaa\x88\x7b\x0c\xd4\xa2\x94\x60\x9c\x60\xb3\x4e\x66\xac\x9d\x9c\xd6\xc4\xd4\x51\x27\x5a\xfa\x70\xe2\xdd\x20\x3e\x89\x79\xdb\x67\xb0\xed\x31\xa1\x6e\x61\xf6\xca\x31\xe3\xcd\x22\x11\x0a\x6b\x65\x0b\xbb\x28\xa4\x95\x86\xe9\x75\x70\xde\xde\x32\xa8\x10\x32\xbc\x43\x10\x76\x5b\xbb\xe9\x09\xc2\x78\xf7\x01\xb3\x63\xd3\x9b\x09\xa0\x90\x4e\xb0\xf1\x32\x2d\x81\xdb\xb8\xde\xb1\xcb\xcd\x5a\x77\xc2\x28\x98\x76\x24\x39\x98\x57\x43\xdc\xde\xac\x92\xf0\xea\xad\x61\x19\x2a\xf1\x1a\x8f\xf4\x7a\x03\x35\x3a\xbb\x61\x00\xf9\x49\x0e\x4c\x0c\xe5\xb5\xcc\x83\xfa\x5e\xd9\xde\x59\xd6\xf3\xb2\x37\x3e\xb1\xbc\x82\x8f\xcd\x63\x4d\x4a\x3d\x32\x8e\xc2\x26\xd8\x74\xd4\xf7\x2d\x03\x25\x1d\x6b\x13\xf9\x01\xcf\x49\x9f\x51\xc7\x9a\x96\x10\x73\x50\x1e\xf1\x0b\x14\xeb\x4d\xe5\xa8\xde\xd2\x52\xfa\xc9\xad\x43\x25\xf1\xc6\x10\x4b\x65\x89\x86\xe9\xe6\x36\xce\x18\x1f\x29\x67\x7f\x5f\x8c\x50\xd2\xc9\x85\x90\x9e\x91\x68\x66\x96\xdd\x0b\x45\xcb\x52\x97\xb6\x89\xa2\x65\xb1\x99\x2d\xc0\xca\x9c\x4d\x9d\xb8\x24\xd6\xfe\xeb\xb4\x24\x7a\x79\xbc\x51\xd5\x2c\x3a\x5c\x94\xb7\xc0\x36\x47\x0b\x24\x24\xd2\xbd\x68\x07\x71\xbf\x0e\x14\x4a\x17\x55\x35\x41\x78\x31\x24\xcb\x38\xbd\x50\x2b\xde\xc7\xe4\x14\xc7\xbb\xed\x6a\xe9\xe2\x96\xcb\xee\xf1\x61\xdd\x30\x4d\x02\xa9\x73\xc3\x72\x66\x82\x44\x6e\x7b\x62\x82\x40\xde\x4c\x9c\x77\x7a\xdf\x2f\x51\xd2\xbd\xea\x7b\xa9\xcd\x3a\x5b\xfe\x9d\xb6\x92\xe6\x17\xa8\x90\x5a\x6c\xbc\x71\xf6\x9b\x18\x6f\x64\x84\xbf\x40\xdc\xd1\xd6\x3a\x20\xf5\xae\x9a\x9a\x21\x9e\x67\xa3\x1d\x46\xeb\x17\x16\x11\xb4\xf1\xda\xc1\x08\xda\xb0\x0b\x1f\x75\x53\xa2\xca\x63\x96\x34\x85\xf9\x68\x9b\x41\x82\x0d\xfb\x25\xf6\xc2\x84\xfd\x12\xdf\x56\x0d\x34\x13\xc2\xc3\x0c\xb0\xe6\x37\x80\x83\xd7\x08\x10\x8c\xcd\x64\x9e\x8e\x11\xdc\x86\x8c\xa9\xcd\x86\xcb\x81\x5f\xb1\x59\x99\x79\x73\xb6\x32\x67\xc6\x6b\x68\x8a\x19\xe1\x1a\x46\x09\x2a\xc1\x44\x15\xf0\x2c\x19\x45\x43\x55\x74\xa4\x64\xdc\xb0\xa2\x94\xd2\x92\xb7\x75\xfd\x96\xda\x48\x6e\xde\x0c\x00\x9c\xe5\x9a\x50\x46\x8c\xb1\x92\xa9\x4b\x46\x12\xdd\x30\xc0\x48\xa2\x73\xbc\x62\xa6\xdc\xae\xad\x95\x03\x6b\x50\xeb\xd0\xce\x81\xba\x46\xf4\x1b\x54\xca\x64\xf7\xce\x08\xcd\xb0\x7e\x9d\x03\x56\x5d\xab\x9a\x03\xfd\xf7\x92\x45\x72\x60\xe1\x35\xe1\x28\xe2\xce\x26\x49\xb5\x39\x92\xf5\x8b\x1f\xe4\xb8\xd6\x55\xb3\x44\x41\x06\x2b\xbb\x79\x45\xf8\x36\x77\x49\x63\x91\xb6\x5b\x46\x14\xef\xbb\x4d\x26\x19\xdd\x05\x2a\xfd\x55\x8f\x09\x5a\xcd\xee\x91\x3c\x45\xdb\x31\x33\x4f\xcf\xfa\x49\x46\x34\x48\xb2\x68\x9c\x91\x86\xf7\x82\x7a\x5d\x40\xe2\x1e\x06\x0e\x28\xad\xcd\x14\xa5\x93\x3d\x18\x19\x91\x1d\x8e\xdb\xc9\x89\x88\x75\xff\x58\xeb\xec\xfe\xb0\x9d\x6c\x34\xc8\x14\xa4\x8d\x26\x56\x68\xd0\x49\x91\xf3\x2a\x55\x28\x08\x32\x95\x61\x99\xa0\x32\x62\x3f\xaa\xc9\x3b\x93\x65\x78\xed\xa6\xe8\x9c\x54\x03\xa5\x64\x06\x7f\xbc\x86\x60\x49\x71\x77\x70\x12\x6b\xee\x80\xa1\xfe\x3f\x2a\x90\x50\x72\xe6\xaa\x18\xe0\xb5\x2a\x1a\x1f\x82\xf6\x6b\x95\x60\x18\x77\xce\x75\xc9\x85\x8c\x58\x87\x4b\x2e\xd0\xa9\xfc\x45\xa5\x76\x61\x90\x97\x0d\x5a\xc6\xfa\xbc\x8c\xce\x92\x2a\x73\x5d\x58\x11\x58\x08\xc4\x78\xad\x7c\xa5\x78\x6e\xd2\xa8\x30\x19\x98\xaf\xd4\x25\x79\xf8\x01\xed\xd4\xde\x65\x48\x89\x4b\x9e\x28\xcc\xd0\x76\xd6\x65\xd4\x6d\x30\xb7\xcf\x8d\xde\xbc\xe6\x07\x10\x97\x5e\x1d\x82\x3a\x0d\x12\x45\x5b\xaf\x2c\x05\x55\xcf\xba\xad\xfc\x5d\xb5\xc9\x79\x84\x04\xd4\x81\xa8\xdd\xdb\xb8\x13\x62\x01\xc0\x90\x5f\xfb\x07\xf2\x12\x5c\xcd\x18\xa6\xe0\xfa\x32\x01\x67\x9a\xa9\x6d\xbd\xcf\x9d\x30\xbb\x07\x96\x2d\xd8\xfc\xc2\x42\xb4\xd0\x84\x0c\xb9\x2c\xb9\x34\xa3\x58\x84\xa3\x8a\x33\xa2\x2f\x1c\xe1\x9d\x57\xb1\x08\x89\x7c\x19\xc5\x22\x92\x79\x51\x27\xb9\xe8\x77\xdc\x9a\x67\x7b\x24\x2a\x6a\x4d\x08\x84\x17\x18\xba\xed\xe4\xcb\x0c\x21\x7e\xf5\xb8\x42\x88\xbd\xef\x61\xb7\xb6\x78\x93\x99\x91\x66\x97\x42\xde\x29\xaf\x99\x66\x57\xc4\x85\x2c\xbb\x19\x11\x17\x56\x2a\xf2\x0e\xcc\xea\x1c\xcc\x94\x9d\x0d\xe4\x2a\x49\x6a\x72\xda\x1b\xf7\xa9\x10\xb9\x43\x36\xf0\xc1\x82\x92\xdf\x39\x18\x84\xc5\x50\xdd\x25\xe8\xc7\x98\x45\x08\xf2\xe6\xf8\xed\xbc\x2f\x54\xbb\x0b\x16\x4a\x35\x09\x4e\xf1\x3a\xdb\xbc\x9c\x8f\xc5\x72\x85\x88\x03\xc7\xaf\x4f\x33\xde\x90\xe7\xd3\x72\x09\xcb\xde\x35\x07\x66\x61\xf2\x58\x65\x28\x64\x0c\xce\x07\xf5\x35\x2f\x17\x84\xe7\xe1\xd8\x13\x54\x91\xcd\xc9\x1c\xef\x60\x1d\x7f\x11\xc4\x01\x82\x31\x13\x3e\x18\x08\x26\xe1\x33\x43\xda\x0e\xee\x70\xca\xd3\x49\xb7\x3f\x96\x8c\x38\x67\x8b\x69\x99\x75\x2b\x5e\x3b\xf1\xe4\x36\x71\x07\x8b\x80\xdc\x03\xb6\xb2\xf7\xd5\xc9\xb5\x13\x88\x10\xc0\x83\x77\xea\xc9\x23\xfd\xd5\xe3\x5a\x1a\x61\x81\x37\x3b\x58\xd1\xce\x17\xbb\xd4\x0b\x37\x2d\x51\x1e\x83\xd2\xab\x89\xf8\xc6\xac\x0c\xe3\x94\x35\x5b\xb3\x9c\x71\xc3\xe0\x6d\xc1\xe9\x26\x3d\x25\x77\x40\x8e\x68\x86\x45\xe9\xd2\x4b\x47\xe9\xd2\xe4\x74\xf3\xfa\x25\xb3\x13\xd6\x75\x78\xed\xd5\x07\xe9\x54\xa6\xe1\x15\x12\xf1\xa3\xfb\x87\x4a\x5e\x86\x61\x6f\x09\x0a\x8b\x5e\xe8\x87\x67\x5d\xf2\x78\x84\xd8\x6d\x9e\x45\xde\x23\x48\x6b\xd3\x0d\x1f\xa5\x40\x7a\x74\x18\x52\x61\x0c\x83\xcd\x3c\x85\x57\xb0\x0b\xab\x05\x86\x5e\x15\xce\x2d\xac\xcd\x37\x6c\xf6\x29\x90\x37\x9b\x77\x40\xd9\x68\x8d\xeb\x1e\x03\x0c\x4e\x0c\xb0\x50\x62\x14\x31\x15\x04\x29\x98\x5b\x95\xb0\x60\x2a\x7a\x80\xd2\xf9\xe2\x1c\x25\x92\x95\x24\x3f\x58\x4b\xdb\xf4\x80\xa7\x9f\x3c\xfa\x85\xc2\x97\x8c\xf4\x05\x35\x13\x74\x13\x59\x29\x88\xcc\xcd\x92\xe6\x4a\xa2\x18\xae\x4d\x57\x68\xe6\x1c\x7e\x81\x8a\x80\xdc\x1d\x05\x29\x55\xe3\x85\x5a\xda\x3d\x65\x71\x2b\x08\x12\xf0\x0e\x28\x89\x06\xb4\xe6\x17\x16\x3d\xfa\x0d\xaa\xd5\xcd\x0f\xe6\xf2\xaa\x74\x76\x29\x14\xc7\x8c\xe9\xbc\xe8\xd1\x0f\x90\x85\x23\xb3\x7d\xa1\x1d\x53\xb6\xd5\x82\x92\x08\xba\x8f\xa5\x14\x16\xcc\xf2\xc6\x2e\x99\xc7\x5f\x73\x8f\xd4\x53\x8d\x49\x04\xdb\xbe\xf0\x90\x17\xd0\x42\x7d\x66\x89\x29\x2d\x77\xd9\x78\xc4\x6a\xd0\x42\x26\x2c\x95\xa2\x20\x0f\xab\x8b\x01\x16\x46\x16\xd8\x6a\x52\x0a\xc7\x8c\x6a\x63\x1b\xc8\xf4\x83\xeb\xc9\x5b\x35\x51\xaf\x1a\x04\xfe\xa0\x06\xba\x2f\xf4\x45\xc5\xf2\x9a\x5e\x58\x93\xc0\x87\x4d\xa9\x5c\x5e\xc9\xca\x05\xd2\x8c\x43\xdf\x0a\x2e\xeb\xb2\x7e\x5e\x1a\x23\x06\x9b\x5f\xc0\x6d\x8d\x92\x2c\x0a\xf3\xff\xed\xdb\x2c\x10\x6f\xec\xde\x2d\x3d\x10\x51\x5a\xfe\xe5\x96\x37\x51\x4e\x79\x27\xdb\x8c\x5c\x70\x61\x57\x33\x22\x3b\x1c\xc6\xc1\xef\x37\xbc\xaf\x49\x75\xfa\x3e\x65\x75\xc3\x3d\xec\x61\x78\xd6\xa8\x8c\x65\x27\x21\xee\x61\x4f\xdb\x66\x90\xb9\xd7\x4d\x60\x9d\xf6\x2b\x69\x08\x85\x15\xc0\x7d\xba\x15\xd6\xc2\xb2\x75\xa9\x30\xbf\xdf\xee\xd3\xb2\x6c\x85\x52\x43\x0a\xab\x5f\xd9\xb7\x59\x90\xb3\x6f\xa3\x6b\x41\xf5\x2b\xfb\xe5\x0b\x6c\x85\x0e\x40\x2d\xc8\x80\x2a\x26\x62\xd8\x0e\xb3\xf1\x38\xb8\x34\x42\xf4\xa0\x98\xa0\xef\xf7\x05\xa2\x06\xdc\x17\x88\x82\x19\xd2\x4d\xf7\xc6\x83\x70\x63\x61\xa6\x4c\xe1\x26\x5b\x02\xc3\x95\xf2\x51\xb7\x0a\x17\xde\x28\xef\x40\xcb\x82\x9b\xaf\x1c\x02\x5f\xf6\x65\xed\xf4\x00\x04\x59\xed\x83\x69\xde\x02\xe8\x58\x68\xd6\x1c\x79\xe7\x7c\xf9\x91\x5b\xa8\x1c\x3c\xe9\xcc\x93\x4f\x0a\xa1\xe6\x5e\xcc\x95\x72\xfc\x60\x81\x0c\x91\x83\x5f\x28\x68\x6b\xfc\x73\x6d\x20\xbf\x00\x62\x34\xad\x9d\x3c\x48\xba\x1f\x90\x41\x9a\xbd\x9d\x64\x90\xde\x31\x10\x22\xaa\x33\x0d\xca\xf2\xab\x9b\x96\xae\xb5\x65\xd4\xc7\xb5\xe0\xf6\x03\xc0\x2d\x6b\x04\x0a\xe3\xe7\xd7\x89\x79\x51\x5c\xcb\x1e\x03\x1b\x3d\xb8\x03\x6e\x74\x53\xe7\xb2\xcc\x99\x45\x22\x25\x3f\x4b\x1e\x2b\x37\x81\x32\x32\x51\xb2\xca\xae\x4e\x5c\xa1\x9f\x1d\x64\x57\xee\x85\x1a\x3f\xa0\x20\xe0\x63\xf9\xa6\x38\xe5\xa3\x61\xb9\xad\xa5\x14\x94\x87\xf8\xf7\x91\x87\x0a\x52\x39\xfa\x05\x9e\xec\x92\xd8\x0b\x72\x8f\x54\xd7\xba\x14\x08\x1b\xba\xb9\xa0\x14\xc4\x4f\x66\x33\xf6\x87\x0c\x4d\x5c\xb6\x2e\xe1\x42\xe2\x37\x6e\xea\x8f\x43\xd2\x76\xdd\x78\xdc\xbc\xbe\x58\x0c\xa9\xea\x01\x02\x3e\x85\xfc\xca\x9c\x79\xd5\x70\x2e\x95\x35\x9f\xac\xaf\xb3\xc8\x6e\xf3\x19\x87\x5b\x0a\xb2\x43\x4c\x2a\x52\x89\x2c\xd2\xd7\x40\xdf\x9d\x80\x42\x02\xbb\x65\x89\x4a\x2f\xb1\x7d\xdf\x15\xd7\xf4\xaa\xd2\x72\xa9\x28\xec\x5a\xbc\x3a\x75\xd9\x8a\x74\x26\xd6\xc8\xfb\xbe\x05\x74\x5c\xcb\xe7\x2f\x40\x21\x1e\x33\xad\x49\xe8\x0b\xc8\x27\x8e\x4f\xaf\x48\x1c\xea\x9e\x14\x4b\x3a\xd9\xff\x5e\x71\xb7\xad\x43\x81\x2a\x63\x1c\x6d\x30\xa8\xb0\x25\xe5\x57\x8f\xb4\x78\x89\x89\x56\xc8\x2f\xaa\x1f\x5d\x6a\xa2\x47\xa6\xba\x4b\x16\x42\x09\xee\x92\x9e\xda\xe1\x69\x70\x6b\xbc\xa0\xe2\x15\xf1\xe2\x6b\x35\xaf\x89\xea\x93\x4c\x46\xa3\xb3\xbc\xe6\x39\x53\x5d\x29\x57\x2a\x44\x96\x60\xb7\x7f\x5d\x32\xcb\xeb\x8b\xc1\x41\xfc\xc6\xc1\x07\xee\xe3\x9c\xaa\x82\xb1\x97\x49\x44\xd5\x2f\x90\xb4\xdd\xe5\x82\x5b\x44\x83\xd4\xf1\x2c\x95\xab\x4e\x91\xa5\x39\x45\xa9\x16\x1e\x10\xaf\x07\xbc\xd0\x5d\x98\x28\x54\x4d\x8d\x6e\x66\xf3\xbc\x50\x53\xb9\x82\xfa\x82\x46\x22\x4b\x1c\x15\xa5\xe9\x55\xe0\xb0\xd4\xba\xe6\x2d\x42\x45\xa8\xa2\x43\x03\x6a\x05\xe1\x26\xff\x0e\x4e\x26\x89\xb5\xf2\x5e\x83\x17\xe2\xea\x9a\xb6\x60\xc0\x8d\xa8\x45\x2c\xba\x22\xf4\x30\x38\x3c\xa0\x22\xad\xbb\xf8\xa0\xab\x48\xb9\xf1\x31\x54\x71\xe7\xe9\x6b\x12\x14\x7a\xf2\x8f\x22\xb6\x6b\x67\x52\x85\xe1\xe9\x8b\xaa\xdd\x1d\xa8\x5a\x52\x5a\x45\x18\xa2\x1d\xf3\x95\x39\xdf\xaf\x85\xa4\x84\x63\xf2\xa2\x39\xc7\xe1\x0a\x15\x71\x88\xed\x0d\x31\xf6\xaa\x67\x84\xb0\x42\x1b\xe4\x2b\xcc\x31\x2f\x49\x10\x57\x9c\xb4\x5a\xfc\x02\x44\x68\x8b\x6d\x75\x2c\xbc\xbb\x4b\x9e\x6b\xc6\x22\x03\x0d\x6d\xb7\xaa\x3b\xd1\xa6\x69\xe0\x26\x4f\x47\x0c\x55\x98\x63\x2c\xd8\xd7\x9d\xdc\xbf\xfa\x41\xe3\x3c\xb5\xf8\xfb\xc2\x8c\xdf\x18\x04\x42\xa8\xd9\x17\x6a\x34\x31\xca\x20\x3a\xd1\x2b\x6f\x20\xb0\xd4\x53\x59\x88\xc8\x82\x55\x3d\xe8\xe2\x7f\xbd\x41\xe4\xa9\xcb\x83\xeb\x27\xa8\x58\x99\xc8\xc6\xaf\x0a\x63\x49\xd6\x39\x57\x8f\x9b\x79\x36\x42\x26\x8c\x21\xae\x91\x59\x2a\x42\x08\xb3\x0e\xc2\x0a\x6b\x88\x2e\x8d\x2e\x15\xce\x45\xdd\x51\x5c\xea\xb9\xae\xb9\x11\x0c\x30\x76\x64\x9f\x62\x27\xf7\x99\x44\x84\x7a\xee\x08\x5b\x76\x8f\x44\x94\x57\x83\x77\x57\xd8\xde\x56\xcf\xb5\xe2\x9a\xf7\xc9\xab\xdc\x0d\xf4\x5a\x70\xbd\x70\x6d\xec\x53\xd3\xb8\x38\x2d\x21\xe6\xe2\x34\x34\x04\xe2\x01\xb3\x8f\x18\xd8\x57\xec\x75\xa9\x17\xd9\xb9\xa1\xbe\x60\x41\x36\x1d\xa3\x72\xa7\x23\x97\x2a\x03\x04\x1d\x82\x52\x21\xf8\xbc\x44\xbc\x7a\xd1\x2f\xe3\x36\xaf\xf2\xf1\xda\xc0\x23\x69\x9f\x7e\x65\x88\xa0\x0d\x1e\x15\x82\xd0\x30\xd9\xde\x74\x76\x79\x31\x79\x4d\xcf\x8b\xbf\xdc\x14\xcf\x9a\xfb\x24\x2f\x97\x68\x5d\x61\xc5\xc9\x3e\xf8\xe0\x13\xdc\xbc\x16\x4b\x52\xf2\xe9\x8c\x00\x3f\x27\xd0\x56\x5c\xa2\xe2\x2c\xc3\x4a\xb9\xc8\xe7\xe0\xc3\xd0\x65\x4d\x7b\xca\x49\x71\x33\x89\x3e\x60\x18\x3a\x0a\xda\x86\xbd\xab\xc3\xa6\x6d\xa8\x46\x93\xdc\xc6\x9e\x10\x4f\x6b\xcc\xbf\xb6\x2d\xa2\x21\xd6\x2e\x6b\x2f\xb7\x8d\x00\xf9\xf7\xc5\x60\x9a\x1e\x80\xf1\x57\xb7\x49\x8f\xcd\x3d\x40\xb4\x13\x4e\xda\xba\xba\xe0\x43\x3c\x2d\x04\xae\xbd\x1f\x44\xc4\x31\x08\xe6\x00\xea\x7b\x7d\x40\x26\x28\x29\xb9\x51\xea\x12\x52\x1b\xf2\xb5\xb3\xa8\xaf\xa1\x0c\xa6\x2e\x8a\x2a\x2d\xac\x65\x74\x8f\x0f\x62\x99\x05\x72\xe4\x86\x10\x41\x37\x44\xd2\xa5\xa1\x8d\xde\x98\x9a\xe2\xb8\x96\x16\x19\xc5\xee\x59\x44\x02\x25\x4c\xc3\xb0\x14\x7e\x74\xa1\x5e\x69\x91\x56\x09\x21\x95\x35\xdb\x4d\xab\x2d\xee\x1c\xdf\xdd\x13\xed\xdd\x20\xe3\x9a\x85\x60\x00\x29\xc5\x77\x3f\xe0\x01\xec\x49\x22\x3e\xcf\x61\xf3\x0d\xb9\xdb\x0e\xa6\x6b\xe9\xe1\x98\xa2\x05\x98\x88\xb2\xd1\x98\x17\x52\xd4\x5e\x16\x1f\xb5\x71\x65\x7d\xf7\xf7\x27\x21\xd0\xc2\x64\xb2\x2e\x83\x44\x59\xa9\xb9\x07\x90\xbb\x27\xc9\x22\x98\x92\xf0\x1a\xcd\x3d\x5e\xe9\xb2\x20\x12\xde\x0a\x1d\x01\x6e\x93\x17\x4a\xa9\x6b\x15\xac\xef\xd5\x5e\x3d\x68\x08\x38\xd8\x36\x53\x63\x2d\xe8\xd1\xbf\x53\x0f\xf1\xef\x3c\x0c\x25\xef\xb5\x4a\x36\x23\xe5\xa8\x21\xb0\x2c\x7b\x61\x2a\xbd\xea\xfe\x9d\x6c\xc8\x78\x5b\x81\x66\x32\x19\x34\x96\xa8\x4c\xaf\x41\xc9\x1d\x8d\x59\x84\x9a\xbd\x14\xaa\xc6\x22\x3b\x0e\x4b\x6c\xc8\xec\xa8\x2e\x16\xd2\x58\x85\x32\x49\xcc\x6f\x8d\x96\x50\xa9\x96\x0d\x19\xcd\xcd\x5a\x5c\x6b\x8c\x61\x15\xbb\x6a\x4c\x69\x76\xf9\xa8\xd6\xb8\x80\x7a\xa1\x2f\x30\x04\x28\xee\x8d\xaf\x92\x54\x5b\xa7\x4e\x2d\x45\xbd\x21\xd9\x23\x77\x7f\x40\xec\x09\x17\x48\x59\xb6\x14\xd0\xfa\x22\x32\x0d\x89\x8c\xe2\xec\x59\x0c\x0a\x7e\x52\x46\xda\xa0\xe0\x29\xd9\xb5\x0d\x32\x49\x29\x61\x6d\x2c\xd4\xb8\x4f\x5e\x4e\x67\x6c\x8e\x35\xaa\xc0\xa2\x5b\xcc\xe1\x2a\x8d\x52\x96\xe7\xb5\x2f\x4c\x08\x2e\x16\xce\x31\x03\xd9\x99\x73\xe2\x0f\xc0\xca\xa5\x08\xb6\x25\x75\x49\x24\x6f\x4b\xea\x32\x6e\x77\x82\x9d\xfd\x09\x04\x54\x19\x13\xda\x4e\x5f\x9e\x87\x20\xcf\xf0\x18\x88\x18\xd3\xf5\x3a\xa5\x1d\xc4\xa5\x86\x44\x66\xf1\x4b\xaf\x6f\x8c\xde\xb2\x57\xbf\x9d\x9c\xb6\x7a\xa0\x84\x24\x8d\xba\xa1\xac\xb9\x6e\xf4\x29\xed\x6c\x13\x24\x73\x04\x5c\x19\xf9\x62\xb3\x88\xbe\x6a\x46\x3c\xed\x38\x56\x6d\xda\xc9\xfb\x33\xb4\x54\x27\x3d\xbf\xde\xb0\x34\xd2\x48\xb2\x68\x17\xe5\x7e\x63\xe5\x22\x48\x1a\x92\x37\xc3\x59\x7b\x6d\x53\x7a\x49\x16\x13\xdb\xb5\x26\xad\x49\x42\x78\x69\xd6\x96\x1a\xa4\x17\x27\x24\xb5\x29\xbc\xa4\x62\x1e\x71\x93\x18\x24\xfe\x36\xe4\x33\x14\x6f\x0b\x08\x2f\xd5\x51\xf9\xeb\x9a\x9d\xfc\xea\x82\x44\xeb\xb5\xba\xd7\xea\x0b\xd5\x37\x65\xac\xf8\xa3\x40\xba\xc6\xba\xe3\x56\x7f\x70\x89\x61\x2c\xa6\x2e\x44\x27\xd9\xa1\xd0\x1e\x92\x9f\xb1\x30\x65\x9b\xf4\x9a\x13\x64\x1b\xa7\xb4\xb6\x87\xec\xc4\x00\xb2\xd2\xa2\xb1\xc6\x5b\x12\xad\x0e\x35\xba\xa4\xd2\xeb\x01\xcf\x34\xf1\x1b\xdc\xa3\x98\x9a\xc8\xa5\x33\x39\x41\x4b\xd5\x91\x87\xeb\xfa\xa8\xa5\xc3\x89\xd5\xf2\xeb\x01\x6f\x16\xf2\x17\xa8\x03\x21\x89\xab\xb3\xd6\xb8\xc3\x27\xfa\x46\x11\x3e\xf9\x0d\xee\xb2\xae\x36\x4a\xb0\x4a\x13\xee\x4c\x67\x70\x0c\x52\x5f\x76\x27\x6d\x8a\x3e\x25\x9e\xe8\x42\x5f\x3d\x0c\xf4\xe0\x36\x95\x02\xa9\x3a\x1d\x51\x4d\x65\x73\x07\x24\x40\x03\x19\xc8\x8e\xa4\xa9\xf4\xc8\x03\x42\x44\xdd\x51\x91\x46\x37\x67\x94\x8e\xdc\x5b\x5d\xd6\x51\x3a\x73\x6d\x6d\x2d\xeb\x91\xdb\x22\xfb\x0d\x5a\xca\xfd\x02\xb7\x85\x84\x57\xdc\x69\xd9\x2c\x22\x75\xde\x53\x2f\xd6\xde\x13\xee\x8d\xf0\xfb\xc8\x0f\x78\x19\x19\x3a\x2a\xd8\xd8\x19\xdd\x53\x99\xca\x52\x71\x07\x14\x9b\x8c\x59\x26\xcf\x7a\x92\x08\x52\x72\x96\x4f\x5f\x22\x8e\x31\x9d\xb1\x31\x25\x60\xf4\x8c\xa4\x35\x63\x25\x73\x04\xe3\x31\xb3\x04\xbb\x40\xca\x5c\x6c\x77\x40\xfe\xe4\x49\x2d\xfb\xd0\x70\x97\x14\x49\xdc\x45\xa1\x34\xea\x69\x4d\x29\x27\x36\xcf\x0a\x15\x64\x9c\x8e\xd5\x4b\x86\x13\x54\x3d\x16\x1e\x68\xb2\x12\x74\x04\xe8\x7b\x63\xf5\x82\xda\x25\xd5\x23\x22\x8d\xc2\xb3\x44\x7c\xbe\x53\xf3\x3a\xc3\x92\x5e\xbf\x2f\x90\x35\xcb\x29\x45\xb5\xe6\x49\xa2\x7a\x8c\xaa\x4b\x97\x5e\x17\xfb\x52\x8f\x8c\xb6\xb7\x26\xdd\x79\x17\x8c\xc3\x2b\x7a\x65\x7a\xbe\xe6\x80\x72\x31\xaa\x55\x5b\xfa\x12\x8a\xbc\xcd\x10\x83\x54\x36\xb7\x09\x83\x3a\x80\x7d\xc9\xf6\xa6\xde\xd6\x88\x02\xb2\x61\x97\x05\xbf\xc0\x33\x3d\xf9\x05\x44\xf2\x0e\xbf\xb0\xd0\xa0\x59\xf5\xb5\xa9\x84\x17\xb8\xdd\x86\x33\x93\x3a\x4b\xb8\x98\x17\xa0\xb0\xa0\xbd\x4b\xbd\xd3\x50\xe2\x69\xb2\x48\xb6\x03\x95\x3a\x2f\xfb\xb4\x09\xa1\x0f\x16\x20\xd5\x17\x83\x1c\x4d\xda\x7b\x1f\xb4\x72\x56\xbf\x81\x84\xef\xe0\x1e\x3a\xa1\x14\x54\x03\x95\x25\xc5\xc9\xfb\x32\x2a\x19\x08\xdc\xca\x6f\x71\xb3\xc3\xc9\xe5\x43\xb7\xef\x6b\x48\x21\x1f\x35\x51\x9a\x6c\x14\x7d\x5f\x4c\xf3\x27\xd7\xe1\x95\xce\x8a\x81\xd6\xbb\x3b\xab\x5a\x9b\x11\xc0\x7a\x54\xa4\x9d\x75\x56\x0c\xb4\x5e\xdd\x19\xea\x2e\x71\xb8\x4f\x41\x26\x15\xb3\x1e\x84\xde\x14\xa3\xfd\x20\x2d\xf8\xfd\x1d\x6d\x2d\xec\x41\x00\x34\x1f\x14\x50\x19\xce\xf7\xea\xb0\x25\x6d\x3e\x46\x10\x47\x53\x8d\x00\x86\xa5\x3b\xd4\xa1\x33\x90\xc6\xaa\x7d\x67\x3a\xaa\xc3\xa4\x3a\xbc\x60\x45\x7a\x44\x3f\x51\xb5\xc3\xfc\x97\x45\xae\xed\xf3\xef\x27\x79\x93\xdb\x27\xd8\xa7\xdb\x5c\x56\xaf\x12\x7c\x60\x2f\x2b\x6f\x67\xb2\xa9\x85\x80\x0e\x4b\x51\x31\x1e\x2f\x46\xe4\x1a\x28\x98\x8e\x8a\x29\xe3\x5a\x21\xc6\x5a\x09\x54\x50\x79\xd1\xd6\xb5\x48\x45\xe4\x0a\x63\x53\x91\xfc\xde\x2f\x2e\x8d\xa0\xbe\xb0\x34\x92\xb4\x3b\xa3\xdd\xf3\xab\xc7\x13\x2f\x78\x12\x3c\x87\xaa\x1f\x80\x5a\x82\x47\x04\xf5\x4a\xf1\xe9\x37\xa3\x0a\x3c\x89\x25\x9e\x79\x35\xe9\x75\xb3\x99\xa4\xc3\xcb\x56\x92\x5f\xe0\x5a\x69\x08\x96\x0c\xb4\xac\xd3\x6f\x5a\xc4\x84\x48\x44\xa7\xbf\x08\x12\x85\xb1\x5d\xbe\xa0\xdf\x84\x51\x93\x84\xe5\xa9\x9a\x79\x3d\x2c\xac\xa6\x39\x20\x7a\xe8\x75\x04\x4c\x69\x2d\x6d\xa6\x2e\x18\x9e\x8a\x4f\x46\x84\x07\x59\xba\x1b\x1b\xb8\xa7\xb4\x8f\xb1\x2e\xec\xae\x7e\xc0\x75\x93\x15\x66\x6c\xc8\x75\x16\x75\x8d\x8d\x3d\x0e\xb5\x91\x24\xac\x75\x1d\x1b\xd9\xab\x84\xb9\xb1\x91\x1c\x85\xe5\x01\xcb\x91\x65\x96\x81\xb4\x4e\xdd\xcb\x59\x46\x20\xa7\x33\x08\x53\x6e\x4a\x5d\x16\x8c\x11\xd6\x5d\x94\x6a\x23\x8c\x26\xf8\xf7\x81\xcc\x8b\xaa\xf6\x8e\x1b\x8b\x34\x05\x78\xe7\x4a\x76\xff\x27\x72\x97\xdc\x26\x65\x69\x95\x06\x53\x34\x9d\x72\x39\xe2\xa2\x1c\xcd\x3a\x46\xa4\x4e\x6b\x48\xd8\x91\x86\xcf\xb9\x11\xd7\x86\xf1\x17\x20\xa5\xec\x2e\xc1\xbd\xa5\xcf\x0e\xda\x8e\xd2\xab\xcb\x81\x93\x52\x50\x46\xce\x4a\xb3\x46\x4d\x68\xef\x8f\x01\x4b\x91\x4d\xf1\x63\x19\x8a\x24\x3c\x0e\x26\x72\x3a\x9e\x6e\x24\xa6\x3e\xa8\xc7\x04\x62\x79\x7d\x40\x29\xfb\xf5\x02\x8c\x61\x32\xac\x0e\xf8\x03\x8b\x11\x0d\xc1\xcd\xb7\x5d\x95\x91\x16\x2d\x08\x2d\x09\x7b\xd6\x93\x58\x92\x9b\xac\x28\x23\x73\x4c\x9d\xef\x03\x95\x03\x6d\xe9\x19\x79\x5d\x17\x2f\x28\x61\xae\x2a\x3f\x2b\xf0\x33\x10\x4a\x6e\xd7\xf0\xc8\xa0\xf6\xe2\xd1\x00\xdf\xab\xfd\x60\xff\x6a\x15\xe1\xe4\x2b\x92\x90\x06\x2c\x57\xb6\xbe\x8c\x65\xb9\x12\x03\x18\x05\x59\x6f\x62\x73\x03\x42\x9e\xfd\x8c\x03\xf5\xa4\x1d\x4c\x37\x28\xe3\x89\xf9\x0f\x5c\x06\x58\x8a\x07\x18\x24\x34\x43\x84\xfd\x59\x3c\x20\xf7\xa7\x3b\x40\x92\x90\x58\xd8\xa0\x10\xe8\x78\x88\x51\x68\x74\x92\x3d\x70\x54\xce\x51\x20\x33\x2b\xd3\x1a\xc2\xa0\x58\x28\xd1\x65\x54\xce\xd1\x1d\xe0\x46\x1a\x09\xb6\xa3\xe2\x28\x28\xfe\xbe\xc3\xbd\xee\xf7\xc1\xc4\x8a\xdb\x4c\x01\x72\xff\xd4\x93\xba\x1f\xe0\x68\x90\x68\x34\x2a\x55\x62\x93\x55\xc5\x75\x18\xde\x5c\x75\x91\x99\xe6\xd4\xd6\x3a\xe9\x0d\x24\x69\x5a\xfb\x1b\x70\x6b\xba\xa4\xde\x40\xed\xe9\x22\xd1\x65\xb4\xb5\x0e\xee\x71\x01\x29\x18\x1a\x55\x06\x93\x02\xc2\xbf\x5c\xc7\x6c\x74\x1c\xc2\x12\x6e\x46\x87\x92\x6b\x90\xa6\x90\x99\x7c\x20\x0e\xa6\x5c\x7a\xe5\x3b\xca\x79\x0d\x7f\x4f\xe7\xbb\x59\xf3\x12\x3a\x65\xe7\x19\xa8\x97\x52\xcc\x99\x99\xa3\xe9\xa8\x84\x31\x96\x1c\xa0\x59\xa1\x62\x4a\x35\xab\x5d\x46\x36\x0f\x3a\x50\xb4\xce\x40\xd3\xe8\x66\x67\xe9\x18\x2c\x32\xe1\x0f\x26\x33\xd6\xed\xc5\x65\x0c\xc0\x24\xb3\xe9\x18\x24\x47\xd3\x27\x8a\xa2\xb8\x56\xce\xd8\x91\xfe\xae\x33\x7a\xec\xd4\xb2\x85\xe6\x65\x50\x93\x7c\x3f\x20\xb4\xba\xe6\xd6\x60\x21\x3f\x9f\x3f\x3b\xd9\xff\x70\x0f\x54\xbb\x4d\x6f\xfb\x3a\x0f\x84\x06\x56\x45\x71\x30\xc6\x40\x29\xeb\x22\x31\x70\x1c\xeb\x3c\x10\xea\x8f\x05\x95\xfa\x3c\x18\x8b\x2c\xbc\x1c\x48\x22\x78\xb5\x79\x4b\x9e\x7b\x5c\xe4\xe4\x07\x73\xf1\xac\xc2\x0e\xc6\x63\x59\x87\x1d\x27\x3d\xab\x66\x05\x4b\x14\x1d\x7e\x50\x01\xb5\xdb\xb4\xfd\x78\x35\x11\xc4\xed\xb4\xfa\x71\x2e\x21\x4d\xd3\x3a\x29\xff\x68\x56\x4b\x16\xf5\x2e\x80\xe8\x19\xfc\xc1\xaa\xcd\xa7\x1e\x2f\x1a\x07\x3c\x0d\xd4\xb2\x76\x0d\x91\x01\xc9\xd3\xb5\x31\x07\xc5\xc2\xea\xdf\xb9\xf7\xcd\x92\x97\xd5\xce\x54\xcf\xca\x7b\x2f\x7e\x84\xa4\x45\x87\x1b\x0e\x18\xe1\xac\xf6\xf0\xce\xe9\x66\x1b\xed\xb8\xb9\xf9\x35\x29\x14\xd2\x6b\x26\x98\x29\x05\xa6\x3c\x7e\x76\x04\x21\x50\x2b\x0d\xaf\xc2\x4d\x80\xbd\xa7\x78\x79\xa0\xc3\x57\x06\xfd\x91\xf6\x1e\x0f\x16\xda\x73\xa8\xc8\x60\x85\x11\x87\x8a\x0c\xc4\x76\xd9\xa9\x33\x58\x47\xcf\x81\x1c\x83\xb1\x5d\xf6\x1e\x0f\xd8\xf1\x9c\xa8\x3c\x10\xbb\xe5\x4c\xfb\x7d\xdb\xd8\x43\xd4\x83\x80\x95\xc9\x6a\x27\xc4\x64\xfb\x03\x8a\x40\xc5\x2f\x80\xcf\x37\xbf\x40\xd1\x51\x07\xc9\xbe\x44\xc7\xe1\x07\x37\xc7\xfc\x00\xb5\xe3\xb2\x92\x22\x1e\xba\xf3\x3e\x3e\x87\x62\xec\x61\x11\x7d\xd7\x83\xb5\x98\x55\x0f\xa0\xc3\x76\x7f\x81\x03\xb4\xf9\x83\x83\x29\x76\x41\x0f\x40\x71\xcd\x1d\x2c\xa0\x0c\x04\x84\x7a\x23\x02\x7e\x48\x0b\x09\xfb\x72\x32\xea\x44\xdd\xe3\x5a\x2d\x3f\x80\x14\x20\x22\xdf\x97\x51\x4e\x34\xb2\x53\x3a\x74\xd8\x04\x2e\x39\x6f\x2e\x26\xbc\xd3\xb3\xe8\x10\x85\x3d\x2e\x5c\xfa\x01\xb6\x81\xe4\xf4\x3d\xad\xf5\x1c\x7a\x80\xcc\x5a\x83\x0d\x3f\xa1\x83\x89\x76\x1a\xd1\xb4\x53\x77\xe4\xed\xd9\x15\xb5\x67\x06\xd6\xe8\xcc\xdc\x33\x81\x16\x89\xed\xa8\x79\xe1\xe4\xc3\x3d\xf3\x26\x39\xd1\xdc\x4e\x9b\x99\xe3\x28\x76\xa6\xd6\xd9\x0a\xb2\x17\xe4\xfa\xe9\x38\xd9\x29\xce\x38\xe2\x60\xa7\x70\xe2\xe5\xad\x0b\xf9\x9a\x46\xa5\x0a\x34\xfc\x00\x35\x1a\x3d\x8f\x4a\x97\x5a\xf4\x0b\xa0\x90\xee\x21\x40\x10\xdd\x1f\x90\x05\x49\x38\xd8\x97\x53\xce\x5d\xb2\x42\x83\x1d\x01\x3b\xa5\x05\x7b\x34\xf7\x46\x9d\xdd\x54\xd7\x1e\x90\xa9\x50\xd3\x69\x7b\xd3\x01\xb1\xb3\xc8\xaf\x0d\xd2\xfb\x58\xc8\x13\xfe\x51\x94\xd7\x06\xea\x9d\x61\xd5\x76\x14\xed\x34\x29\xd9\x2d\xb3\xd3\x43\x66\xbf\xcd\x3e\x38\x75\x81\x39\xc8\xe9\xb4\xa2\x70\x98\x35\xdb\xb4\xf7\xb1\xe6\xa1\x07\xf0\x87\x35\x5b\xa4\xf7\x9d\x64\x22\x1d\x76\xdf\xc9\x06\x64\xbf\xd8\x69\xf6\xb1\xdd\x71\x67\xe4\xb2\xe3\x4c\x76\xe6\x60\x59\x71\xdf\x0f\xe6\xa1\x7b\x7f\x1c\x8b\xbd\xb9\xd3\xb5\x04\x9a\x3c\x0f\x58\x47\x81\xee\x07\x97\xd5\x5d\x40\x32\xf1\x16\x43\xd2\x55\xe9\xee\x80\x29\xc6\xde\x40\x28\x5a\x60\x43\xf9\x8e\xb0\xa2\xa2\x63\x64\x3f\xd7\x12\x0a\x37\xac\x44\x66\xcd\x76\xa7\xed\xc7\x16\xb9\x9d\x07\xb0\xf7\xe0\x09\x55\xb6\xbb\x8d\x62\xd4\xde\x0e\xac\x4a\x60\x0b\xd9\x8e\xeb\xca\xea\xf6\xa3\x6c\xa3\x1d\x2e\x33\x87\xb5\xec\xb4\xe1\xe8\x9c\xdb\x79\x95\xaf\x4d\xd6\xfb\xc5\xe5\xd7\xc1\xb4\xf3\x6e\x5e\x07\xa2\xec\xb0\xb9\xb8\x66\xc1\x4e\x8f\x98\x09\x68\x15\x10\x30\x8f\xb8\x09\x83\x26\x80\x22\xb6\xc5\x47\x02\x73\xb6\x5c\x44\x66\xe7\xf1\x69\x23\xdf\x4e\x97\x97\xad\xb1\xfb\xb3\xc6\xd0\x27\x0c\x7c\x76\x51\x98\x1d\xf1\x39\xc1\x56\x8d\x63\x5b\xf3\x68\x7a\x10\xf8\x46\xd5\x83\xce\x4e\xfd\x00\xb7\x62\x48\x71\x3d\xe0\x2f\xb2\x4b\xfc\xd8\x40\x5e\x62\x3b\x07\xc2\x5f\xaa\xb6\xef\xc1\x83\xca\x76\xbd\x23\xd0\xd8\x24\xb1\xe3\xc0\xc9\x34\xd2\xeb\x8d\x8b\x0f\xf4\x46\x5c\x82\x82\x06\x41\xc0\x4b\x79\xbd\x40\x7e\x5a\xfd\xc2\x0e\x28\xb2\xda\xb0\x19\x57\xb7\xc9\xdb\xa4\x33\x1c\xf4\xf6\xe8\xcc\x3e\x60\x34\xa8\x62\x00\x47\xca\x9c\x86\x86\x4c\x9c\xa7\x3f\xe0\xce\x8c\xee\xf1\xc6\x0b\x42\x64\x26\xc9\x0a\xc4\x4c\xfd\x53\x44\x7e\xe0\x22\xa9\xaa\xbd\x7e\x20\x85\xc9\x17\x5e\x1c\x79\xed\x6c\xbf\xb0\xc8\x54\x5d\xb2\x98\xbf\xbf\x98\x6a\x7c\xae\xa2\xeb\xa3\x90\x69\x19\x46\x06\xef\x4a\x06\x38\xa0\xb6\x57\xd1\xfd\x81\x4b\x57\xed\xc0\x3c\x70\xa7\xbf\x53\x0a\x0e\xe4\x2b\xf5\xec\xfe\x70\xb7\xad\x89\xa7\x50\x37\x14\xc4\xeb\x58\x8b\xee\x00\x29\x53\x46\x12\x2b\x23\x19\xed\x75\xd5\x90\x57\x9b\x00\x6a\x1d\x19\x2a\x5c\xfd\x3e\xc9\x57\xdc\xef\x80\x12\xae\x1b\xf5\xcb\x01\xa5\xbb\x67\xff\xbe\x20\x12\x0e\x19\xac\x62\x43\xf6\x01\xcf\x8d\xaf\x63\x3a\x90\x3d\x6e\xdb\xe6\x81\xa2\xa5\xb6\x2c\x1e\x8d\x20\x6a\x8a\x08\x14\xf6\xcd\xe2\xe5\x80\xce\x5d\xbd\x6a\x0d\xb4\x6a\x90\x97\x67\xa7\x19\x02\xa6\xc4\xc8\x1c\x7a\x20\x94\xb8\x1a\xc4\xce\x93\x45\xfc\xf5\x40\xfe\x54\x7a\x2d\x0c\xf2\xa7\xea\xeb\x05\x92\x73\x74\x97\x50\x37\xc5\x23\x0f\xde\x21\x65\x7d\xf4\x40\x7c\xb1\x8b\x0f\x1c\x1d\x79\xfa\xaf\x36\x6e\x2d\x93\x44\x73\x74\xea\x54\xcd\x2f\x1c\xb0\x39\x09\x4f\x08\x85\x79\x31\x1a\xde\xaf\xda\x0c\x22\x57\x46\x92\xc1\xc1\x8c\x2b\xf1\xdc\x83\x4a\x7c\x97\x03\xf6\x60\xec\x8c\xbd\xc6\xc7\x54\xeb\x93\xaf\x2d\x39\x06\x2f\x83\x33\xb7\x83\xaf\xc9\x41\x00\xc7\x60\x29\x49\xb7\x51\xc5\xc5\xcc\x6f\xc0\xf5\xf8\x02\x01\x15\xdc\xf2\x8f\xfc\x44\x07\x84\x8a\xd7\xba\x0f\xdc\xb9\x25\x0d\xff\x40\x50\x8e\xe3\xa8\x0e\x88\x18\x55\x92\xed\xb1\xb3\x54\x9b\xde\xdf\x33\xde\xd7\x0a\xa1\xf2\x7f\xf7\x0a\xa0\xa8\x53\xf5\x12\x33\xd3\xca\xbe\x8a\x83\x16\x02\x3b\x04\x0f\x58\x08\x1c\xbf\x7d\xec\x3c\x76\x65\x67\x3f\x68\x20\x30\x8b\x5a\x49\xe3\xfa\xe0\xa0\x55\x53\x2b\x82\x92\x4c\xf6\xa3\x1e\x48\xcd\x4a\xaf\x36\xcd\x2a\xa6\x7d\x78\xba\x5c\x92\xf4\x38\x78\x89\xb3\x01\xa0\x3e\xe0\xfd\x7b\x50\xd6\xce\xee\x12\x37\x24\x4a\xdc\x39\x58\x67\x55\x16\xb0\x83\xf6\x04\xfb\x3a\x0e\xf8\xba\x5e\x7c\xfb\xe4\x56\xd1\x32\x40\xbc\xb1\xef\xe3\x40\xdd\x55\xab\xd9\xc7\x94\x76\x52\x93\xcc\x76\x20\xdb\xab\x1a\xcb\xb8\x18\xa0\x9a\xe5\xa1\xee\xbf\xfd\x39\xc7\xc9\x55\xf0\x3a\xf3\xe2\x2c\x4b\xee\xc7\x92\x7e\x64\x74\x3f\x28\xfd\xf8\x05\x58\x1b\x2c\x03\x1e\x48\xfd\xb2\x79\xf7\x40\x50\x51\x35\x8f\xbb\xb8\x0f\x0c\xc3\xb5\xd6\x41\x93\xc2\xdd\x58\x8e\x6d\x38\x90\x1b\xf6\x3a\xfd\xe0\xb5\xb2\x41\xf9\x80\xd3\xca\xb5\x78\x0e\x5e\x8d\x25\xed\xe4\x60\x85\x26\xd7\x28\x3b\x6e\x0a\x95\x6e\xe3\xbc\xf5\x32\xc1\x65\x55\x0d\x21\x5c\x56\x2e\x0e\x74\x40\x9e\x72\x28\xf1\x71\xa3\xca\x9f\x34\xcb\xe3\xee\xdf\x5f\xc5\x79\x2e\x07\xe2\x8d\xca\x6b\x3c\x88\x31\xf2\x9e\x1f\xf0\x70\x6d\x76\x91\x1e\x53\xfe\x4a\xaf\xa3\xf1\x5e\x8b\x20\x14\x3c\x5c\x04\x8d\xc8\x14\x79\x3b\xad\x0e\x94\x4b\xb5\xc9\xe7\x58\xc6\x8c\xec\x07\xa8\xe0\x6b\x21\xe5\xe1\x9c\x3c\x42\x87\xcd\x48\x38\x40\xb1\xd4\xf8\xfa\xfe\xe2\x88\x42\x0a\x22\x90\x7c\x3f\xe2\x01\x5b\x87\x63\xf0\x4e\x14\x47\xb5\x45\xfa\x44\x09\x26\x57\x0f\x3a\x61\xea\x68\x45\x73\x3a\x37\xb0\x98\xe1\x36\x56\x41\xc7\xca\x09\x37\x9b\x33\x0a\xce\x8d\x57\x57\x16\xb5\xe9\xdc\x89\x6a\x1f\xf0\x23\x7a\x40\xee\xde\xe2\x0e\x2f\x0c\xe0\x0e\x6f\x44\x48\x05\xb5\x71\x53\x95\x38\xd4\x89\x70\x6d\x9b\x5a\xce\x55\x83\x49\xeb\x7a\x22\x5c\xdb\x4c\xf4\x84\x57\x2e\xeb\xca\xde\x72\x4e\x79\x35\xb6\xcd\x3d\xd0\xa2\x24\x75\xe7\x84\xbc\x9a\x7c\xcc\x9c\xf0\xc3\xd9\xec\x71\xe2\x8e\x56\x73\xd1\x73\xb9\xd9\xc4\x15\xcf\x08\x4a\xd1\xf6\x3d\x23\x68\x5d\x0e\xa9\x73\x19\x52\x9a\x1f\xc0\x24\x2e\x96\x74\x46\x1e\xc6\xda\x6e\x27\x2e\x5a\xad\x3f\x2b\xbf\x7d\x32\x5c\xdb\xde\xd2\x93\x45\x04\x7c\x76\x9f\x2c\x22\xe0\xc8\xe6\x93\xf1\xdb\x8e\x54\x3e\x69\x76\x79\xb5\x79\x38\x7b\xe5\x13\x35\x0b\x1d\x8d\x27\xbc\x70\xd6\xd2\x4f\xd6\x19\x78\x2d\x1d\xaf\x6a\x7d\xad\x1d\xeb\x0a\x38\xb8\xf9\x4c\x2c\x0e\xac\x59\xa3\x8e\x80\x1d\x79\x67\x42\x41\x2f\xa3\x0d\x55\x04\xac\xd5\x9f\x53\x02\x4f\x56\x34\x4e\x16\x4b\xd5\x61\x72\xe6\x75\xad\x94\xda\x94\xec\x84\xf6\xcc\xab\xad\x34\x47\xd4\x42\x75\x04\xd8\x89\xda\xa7\xba\x9b\xbf\x9c\x88\x28\x77\x76\xff\x89\x6c\x3c\xc7\x5a\x9f\x28\x18\xe0\x02\x64\x27\xbc\x72\xf6\xd2\x9d\x88\x27\xaf\x46\x08\xbc\x72\x3e\x8e\xcf\x29\xce\xb7\x2a\x25\xf4\x2c\xa0\x6d\xaf\x41\x81\xb8\x63\xd2\x5e\x4e\x35\x03\x50\x78\x7a\x9a\x74\xcb\x81\xe4\x4a\xb7\xd7\xba\x0b\x44\x08\xec\x56\xed\x4f\x7a\xd5\xec\xe5\x3e\xeb\x86\xd8\x2a\xc1\x88\x7a\x03\x8e\xf3\x3c\x2b\x92\x1a\xa5\x6b\x9f\xcb\x6e\x25\xd5\xff\x44\x04\x7b\x33\xdd\xe0\x9a\x82\xf1\x1a\x80\xea\x62\xf7\x83\x13\xb3\x16\x95\x30\xd4\xca\x06\xbb\xb3\x12\xad\xee\x11\xcb\x6e\xb2\x69\x54\xa4\xcd\x64\x18\x7d\x6e\xea\x47\x79\x27\x5d\x24\x5e\x4e\x84\x5e\xb9\x8a\xe8\x09\xb3\x57\xed\x5e\xe8\x65\xf6\x32\x63\x5d\x22\x7c\xf7\x27\x3c\xe4\xdd\x67\x27\x9b\x71\xa7\xcc\xd7\xb3\x0f\xf9\xec\xb4\x4a\x88\xdd\x9f\xa8\xb7\xe4\x2b\x39\xcf\xce\xd8\x61\xa3\x6a\x20\x3d\xd7\xdc\x15\xf7\x06\x54\x59\xa4\xce\xc1\x2d\xe8\x1e\x90\xd0\xe7\x54\xfa\x73\x2c\x28\xfd\xc5\x1a\x42\x50\xb2\x7c\x92\xcf\xd1\x93\x37\xfa\x9b\xd7\x2d\xbb\x98\x09\x62\xa7\x94\xee\x33\x80\xb5\xfd\xcd\x8d\x76\x1a\x08\x4c\xf6\x3b\xaf\x62\xd3\xbc\x11\x8d\x65\x37\xc5\xb9\x13\xfd\x5e\xbf\x9d\xbe\x37\x2d\x30\x3c\x61\xcd\xd3\xe2\x95\x56\xf6\xd4\x9e\x47\xc0\x39\xa9\x0f\x8e\x85\x18\x7d\x41\xb9\xd6\x78\xe0\x1d\x57\x36\xcc\x9d\xcb\x30\x67\x22\x3b\x48\x33\x6e\x43\x0a\x94\x7d\xe1\x84\xe1\xae\xbc\x7a\xa4\x5f\x4c\x93\x3c\x38\x07\x83\xc8\xc5\xf6\xef\x20\x6a\xe9\x84\x27\xc2\xad\xaa\x8c\x07\x27\xa5\x4e\xf3\x2a\xd6\x18\xb0\x67\xf7\x3c\xc9\xe3\xcd\xad\x78\xfd\x6a\xf7\xd1\xb8\x7c\x56\x92\x74\xcf\x6b\xd1\xa8\xf0\x84\xe0\x26\xdf\x0e\x7e\x5e\x6b\xeb\xfd\xc8\x43\x74\x22\xac\xdc\x65\x03\x4f\xde\x96\x2a\x89\xeb\xbc\x97\xa2\xac\xee\x91\x02\xe7\x20\x8a\xf3\xe6\xf0\x5a\x84\x1b\x8a\xb3\x39\x03\xaa\x1a\x55\xb3\x92\x9b\x87\x94\x91\x7a\xa3\x90\xbf\x29\x6d\x8a\x70\xe9\xc5\x60\x79\x8d\x93\x9d\xb4\xe7\x83\x74\x1a\xef\xb0\x29\xa1\x25\xdf\xf5\x7d\x22\x2e\xa9\x9a\x73\x3c\x07\x62\x30\x05\xc1\x43\x88\x3e\x08\xbc\x36\x1a\xb2\xc4\x4f\xaf\x8d\x92\xb8\xe8\xe2\xe2\x4d\x4a\xc1\x5f\x80\x2e\x84\x83\x6b\xa3\x2d\x20\xfb\x85\x15\xf8\xf0\x69\xb3\x2a\x40\x11\x2d\x5f\xf0\x2d\x55\x29\x44\xd7\xf2\x2d\x89\x34\x2f\x94\x0d\xa8\xdd\x3d\x80\xb4\x44\x28\xd7\x8a\x53\x2a\x6a\x83\xd4\x44\x26\x17\xe2\x96\x7c\xa9\xe5\x85\x78\x70\x5f\xe3\x7b\xc1\x13\x55\x87\xc7\xe3\x94\x34\x83\xc0\xed\x59\xfd\x00\xe7\xa0\xb4\xc8\x2b\xae\x29\x69\x0a\x14\xa0\x64\x2e\xbe\x78\x3f\xa9\x4d\x69\xd7\x0a\x53\x7a\x75\xc1\x84\x04\x0f\x1a\x91\xc9\x91\xfd\x05\x23\x66\xfc\x3b\xdd\x10\xda\xf1\x57\xa2\x78\xaf\x1d\x7e\xc1\x22\x38\x9c\x2c\x74\xa5\xb5\xe5\x04\x56\x5a\xdb\x43\x4b\xc1\xb0\x20\x5b\x76\x2e\xdc\x25\x6f\xd5\xef\xca\x3c\x1d\xbd\x58\x79\xc1\xad\x51\x79\x83\xa8\xa3\xc0\xae\xe5\x8d\xd2\xce\xbf\x58\xb7\xc8\x8e\xe2\x0b\x41\xdf\x2e\x88\x7e\xa1\x8e\x91\x8f\xe4\x8b\x62\x88\x4c\xd1\xd7\x14\x3b\xd2\x30\x8d\x16\x6a\xcc\xcd\x2f\x00\xfd\xb2\x65\x5f\x0c\x06\xca\xfe\x80\x92\x5d\xf3\x0b\x14\x44\x92\x7b\x00\x08\xda\x67\x57\x25\x72\xbd\x80\x75\x11\xa9\xe6\xcd\x4a\x92\x96\x1b\x2e\xd4\x85\xb4\xd9\xed\xaa\x3c\x2e\x8d\x5b\xca\x09\xc3\x2f\x20\x62\x48\x52\xf8\x85\xe0\x99\xcd\xa8\x5e\x62\x81\xa1\xa6\x61\x4f\x9b\xf9\xa2\x58\x20\x4b\xf7\xc5\x6a\xe3\x4e\xa2\xba\x58\xe7\xc8\x2c\xf6\x5a\x75\x8d\x74\xa6\x5f\xa8\x3f\x6e\x96\x77\x31\x9f\xcc\x69\x56\x17\xca\x38\x3a\x02\xfb\x42\x1d\x23\x57\xc7\xb9\x96\x94\xd0\xfc\x01\x45\x3a\xef\x46\x14\x2e\xf2\xbd\xba\x17\xa5\x06\xe3\x0d\x45\x17\x5d\xbc\xfe\x1a\xe4\xfa\xde\x9e\xcb\x9d\xe6\xc5\x19\xdc\x4c\xde\xd0\x8c\x96\x79\xed\xae\xc1\x23\xfc\x35\x08\x85\x36\xf3\x04\x5e\xd5\xfe\xda\x7f\x88\x8f\xb1\xea\x79\x8d\x85\x3b\x4d\x6c\xa7\x42\x61\x32\xdd\x89\x3b\xb7\xe9\x76\x92\x9c\x70\xed\xdc\x1a\x65\xfb\xc9\x69\x74\xed\x0b\x22\x21\x62\x4a\x0d\xd9\x8a\xe0\x85\xa8\x6d\x5f\xaa\x71\x1d\xa4\x0f\x1d\x37\x17\xdc\x77\xc5\x0e\xf3\x8b\x15\xc9\xed\x08\xbe\x0e\xae\x9e\x20\x44\x9c\xf6\x26\xeb\xf5\x85\x43\xbe\x05\xf7\x48\xa4\x08\x07\xe7\x5a\x0a\x75\x70\xd2\x4e\x63\x6e\x0f\xe3\x52\x93\x7e\x7c\x9d\x0c\x96\x2a\x7e\x00\x2b\xab\x4f\x03\xdc\xe0\xd3\xa4\x53\x5d\x27\xcf\x48\x2f\xff\x05\x7b\x99\x49\x96\x85\x86\x6c\xff\xba\x2e\xac\x83\x27\x81\x98\xea\x16\xfc\x7b\x45\x5b\x58\x61\x82\x9a\xc5\xd2\xeb\x62\x5a\x9e\xf9\xc7\x45\xf7\xac\x09\x0c\xb7\x52\xfa\xee\xa3\x0b\xd6\xa6\xd7\x52\x5c\x2c\x5a\x2e\xb4\x2c\xf7\x9c\x59\x18\xdc\x73\xf6\xb7\x5f\x88\x88\x4e\x2e\x5f\x78\x21\xfd\xde\x57\x83\x5f\xf7\x5a\x3a\x0d\x01\x07\xde\x30\x45\xdf\xac\x16\x28\xb4\x30\xa1\xcd\xc4\x00\x59\xc5\xa2\xd1\xc5\x42\x46\x76\xbb\x5e\x37\xe7\xe4\x36\x42\xf0\x0d\xc1\xba\x63\x5d\x03\x3c\x44\xb3\xdb\x28\x52\xeb\x19\x4c\x59\x25\xd9\x72\x7a\xe1\xee\x1d\xe7\x96\x5d\x4f\x9b\x8a\x97\x27\xf0\x2c\xac\x6b\x86\xcf\x62\xca\x7e\x83\x36\x3e\x8f\x70\x21\x5e\x51\x10\x3f\x2c\xe4\x62\x88\x58\x33\x59\xeb\x78\x2f\xef\xa2\x58\xee\x0d\xfb\x92\xf3\xdb\x6e\xe4\xff\x3b\x8c\xfb\xc6\x35\x92\x8e\x93\xb8\x37\x0a\x9c\x62\x1b\x37\xa4\x9f\x16\xdd\x01\xa8\x59\x8c\xe7\xde\xa8\xb0\x88\x49\xdc\x10\x76\x5a\x74\x7b\x71\xb7\xae\x07\xbc\x91\x5b\x3d\xa0\x06\xd2\x2b\xff\xed\x86\xf4\xd2\xa4\x44\xdf\x90\x5e\x1c\xd9\x7a\x07\x82\xa4\x49\x4f\xe9\x25\x6d\xc2\xf3\xbd\x2a\x74\x8b\x98\x6f\xa6\xef\x9b\xdc\x6f\x5c\x6c\x63\x0f\xe9\xcd\x6b\x20\x9d\x08\x7b\x47\x44\x9f\x05\xbf\x30\x67\x69\x5d\xe2\x46\x48\xf4\x2b\xe3\xee\x46\x81\x6d\x5f\xfd\x77\xc3\x18\x63\x87\xf7\xcd\xab\x6c\x9c\xf7\x7a\x27\xdc\xc2\xb8\xf9\x85\xc2\x17\xd4\x63\xc2\x05\x10\xa2\xa6\x3b\xc1\x57\xd1\x3d\x02\x6d\xd4\x5e\x29\x78\x37\x6d\x4b\xb9\xe1\xcc\x6c\x32\x3d\xdc\xb8\xe7\xb1\xc9\xb6\x73\x67\x5c\x68\x6d\x90\x33\x58\xa5\xce\xd2\x9b\xa9\x6c\x76\xd2\xdf\xcb\xfb\xa9\x3d\x7e\x67\x68\x79\xa6\x0d\x88\x31\xce\xbd\xbd\x71\xcf\x63\x93\x18\x73\xc3\x3a\xe2\xfc\xff\xbb\x50\xf4\x76\x87\x85\x20\x08\x49\x65\x91\x86\x40\x28\x74\x54\x67\x3f\xa0\xf9\xd2\xd4\x55\x58\xce\xa6\xc4\x9f\x1c\x41\x37\xca\x67\x37\x6f\x87\x29\x05\x25\x87\xda\xde\x88\xf9\x69\x12\x1f\xef\x8a\xed\xe3\xd1\x2a\x67\xa8\x09\xd4\x45\x48\xfe\x80\x86\x3e\xc9\x3c\x77\x5b\xb4\xa8\x65\xc2\x0d\x8c\xaf\x75\x6e\x1c\xc2\x6d\x70\x19\xd3\x6a\xe3\x01\x24\xf5\xe3\xc6\x2d\x2e\xf6\x90\xdd\x08\x20\xb6\x87\xf9\x86\x73\xd3\x85\x1a\x6f\x64\xe9\x8f\xcd\xbf\x23\x69\xa1\xbb\xbf\x0b\x4e\x2c\xbf\x7f\x63\xc7\xfb\x77\xe0\xcc\x94\xdc\xe9\x58\x90\x3c\x7c\x4f\x99\x2b\x6d\x9b\xdb\x10\xb1\x74\x7c\xdd\xa8\xac\xe4\x68\xae\x7b\x4a\x58\xc9\xee\xa0\xbb\xd3\xba\x2b\x24\xf7\xb5\xe8\x7e\x80\x13\xd3\x41\x4f\x77\x87\x4d\xda\xcb\x04\xaf\xe3\xa6\xa3\xe1\x1e\x15\x31\x6d\x42\xd1\x40\x2c\xbc\x79\x14\x85\xa5\xcd\x1d\xf2\x02\x98\xee\x0e\xe9\x31\x52\x1b\xc9\xfa\xbe\xab\xfe\xde\x23\x21\x12\x52\xe0\x19\x7c\xdd\xbf\x7b\xef\x30\x57\x38\x6a\xe3\xde\xa1\xc8\x4a\x13\xbe\x11\x5d\xbc\x99\xb4\xf6\x45\xfb\xc2\x3b\x8c\x2e\xaf\xd4\xd1\x7b\xe7\x5d\xb4\x5a\x28\x7a\x17\x5f\x6c\x6d\x07\x63\x94\x30\x74\xc3\xe8\x12\x5e\xdb\x69\x05\x13\xeb\x18\xbf\x61\x54\xb1\xd3\xe8\x3e\xe0\x5d\x30\xab\xa5\xb7\xd0\xdc\xff\xe8\xa0\x1d\xbf\x3f\x08\x82\xa6\x7d\x50\x01\x93\x45\xf7\xc6\xa5\x8a\xd6\x43\x6e\x94\x6a\x6c\xd5\x30\xa1\x02\x52\xf3\x86\x81\x7c\xb5\x99\x27\x9c\x90\xe0\x8a\xdb\x38\x33\x1d\x6a\x7e\x23\x8b\x2d\x38\xb1\xf3\x3e\x17\xb9\xb8\x4b\x52\xb0\x10\x79\x71\x35\x85\x69\x86\x12\x3b\xde\xea\xa6\x5d\xc6\xd1\x48\xf7\xb5\x62\xff\xd4\x86\xc4\x65\x0a\xbd\x16\x1e\x04\xc3\xb5\x80\xf2\x18\x90\x02\x8d\x97\x6b\x01\x69\xa0\x9e\x49\xb3\xde\x76\xa8\x51\x6d\x03\xe7\x7d\xe3\x9c\x95\xe5\xe4\x86\xfb\xce\xb9\xce\x37\xe2\xa1\x6c\xc3\xbb\x79\xc3\xa1\x5d\x94\x37\x32\xcc\x5e\x57\x42\xdf\x37\x64\x61\xef\x4b\xb8\xd7\x7c\x23\xc4\xfd\x70\x44\x75\x00\xef\x9a\x8b\xf6\xdf\x0f\x98\xa1\xec\xa9\x37\x82\xa1\xec\x4d\xbf\x99\x62\x66\x46\xf5\x60\xa5\xab\xdb\xcc\x6d\xf5\x14\x50\x10\xa0\x37\xbf\x00\x6b\xbe\x4d\x6c\xf7\x83\x42\x0b\x9e\x12\xdd\x71\x8e\xf8\xb9\x51\x36\xb2\x55\x7f\x40\xff\xc3\xa7\xfd\x6c\xb4\xc0\x09\x8b\x0f\xfc\x73\x76\x1d\x3f\x1b\xbd\x59\xda\xa6\xcf\x86\x49\x57\x7f\x80\x5b\x4a\xe5\x41\x78\x98\xf6\x56\xc2\x8f\x54\xa0\x07\xe5\x96\x5e\x39\xc5\x0f\x83\xbf\x1c\x82\xf4\x20\xb4\xd9\xbe\xed\x07\x57\xac\x98\x8d\x3c\x94\xcf\x64\x13\x79\x10\x0c\xb6\x0d\xff\x3e\xe9\xcc\xd1\xfe\x0f\x2b\x66\x3b\x86\xed\x81\x3f\xcf\xe5\xc2\x1e\x54\xcc\x76\xd9\x86\x87\xf2\x9c\x4c\x2a\x0f\xe3\xa0\x8d\x90\x80\x3a\x00\x9b\xbf\x47\x0c\xbc\x04\xff\x07\xd1\x68\x2e\x58\xf6\xe0\xa6\x44\xeb\xf8\x4f\xe0\xf1\x25\x00\xd7\x45\x89\xda\x6b\x0f\x8a\x19\x8c\xe2\x01\x6e\xa2\xc8\x10\x3d\xa0\x2b\xcd\x28\x06\xe8\x4f\xfa\x3d\xae\xdd\xab\x21\x22\x0d\xe2\xc5\x0f\xc8\xad\xbd\x0c\xb8\x48\xdc\x0e\xc7\x87\xc5\x0d\xc4\x59\x9f\x55\x15\x5c\x93\x8a\x64\xd6\x92\xd4\x1f\xdc\xd8\xe2\xe4\x94\x27\x62\xbb\x37\x0f\xc0\xed\x1e\x3c\x02\x78\x92\xac\x2d\x0f\x83\xa8\x5f\x40\xd3\x9b\x27\x29\xf8\x49\xc8\x56\x11\x03\x79\x12\x5d\xd9\x9a\x35\x7c\x79\xaf\x2c\xd6\x07\x39\x76\xd6\xde\x1f\xe4\xd8\xb9\x2c\xf0\x83\xbb\x11\x5f\xe2\xdc\x83\x9a\x9b\xaf\x24\xe6\x07\xde\x3e\x1b\x1d\x9e\x44\x4b\xa8\x38\xc6\x83\x9a\xe1\x23\x7b\x48\xc6\x20\x18\x2d\xf0\xf7\xbd\xf2\xa8\x1f\x38\xfc\x9c\xc6\xfa\xe4\xb5\x12\xea\x22\xe3\x16\x79\x93\x0f\x6b\x48\x39\xa2\xee\xc9\x9c\x86\x80\x82\xf1\xcd\x66\x8d\x07\xb6\x36\x27\x54\x3e\x79\x9d\x48\x7e\x01\x3c\xc2\x04\x5f\x16\x8c\xc2\x74\x21\x8c\x42\x43\x99\x47\x98\x2f\x95\x7f\x78\xdd\xa1\xc3\x7e\x9e\x25\xb6\x4a\x83\x79\x0a\xa8\xa1\xbb\x4d\xd6\x6b\xcc\xc2\x1a\xd7\xaa\x61\x00\xb9\xc8\x1e\xfb\x54\x52\x83\xf1\x86\xb2\x54\x0e\xe2\x7e\x70\xef\x8b\x53\xf6\x1f\x38\xf9\x9a\xe3\x08\x1f\x84\xf1\xbd\x12\xaf\x1f\xe6\xd2\x8d\xe1\x31\xa0\x0a\x76\x7f\x01\xfb\x6c\x71\x9b\xf7\x2e\x68\x96\x28\x4b\x65\x55\xf3\x41\x01\x86\xcd\x0b\x53\x21\x33\x79\xed\x2b\xe6\x64\xb4\x31\x75\xee\x85\x67\x88\xc6\x76\xd0\x3d\x8d\x57\x88\x09\x40\x48\xca\xcd\xd7\xfb\x3f\x30\x0f\x36\xd3\x23\x2e\x81\xf1\x91\xf9\xb0\x82\x83\x43\xec\x9e\x86\x58\x26\xe9\xcf\x4f\xdb\xf9\x82\x7b\x00\x85\x67\x7f\xb0\x28\x5c\x0b\xd5\xc8\x7c\xcc\x3e\x29\x0d\x4b\x02\x7a\x20\x0d\x3b\xa1\xe6\x41\x41\x2b\xc7\x6b\x3c\xb4\x3f\x4a\xc3\x78\x3a\xe7\x20\x2c\x21\x2c\xb0\x7b\xdb\x33\x2a\xd0\xec\x99\xe6\x48\x29\x65\x0f\xca\x5f\x39\x5d\xe3\xe1\x75\x89\x73\xce\x3f\x39\x7f\x50\x91\xb4\xf9\xb4\x80\xe9\x72\x78\xcd\x79\x31\xba\xe4\x9c\x07\x11\x82\xc1\xe1\x7b\x0f\x3c\xa0\xcd\xe1\xa0\x0f\x72\x05\x1c\xb6\xf4\xc0\x03\x6a\xd1\xfb\x41\xea\x40\xc8\x6e\x27\x5c\x8f\xaa\x0e\x99\x39\xe0\x10\xb9\x07\xb2\xba\xaf\x49\x7b\x10\x20\x98\x1c\x4b\xf1\xa0\x20\x7b\x1b\x1e\xf1\x24\x06\xfc\x60\x01\xed\x2f\xb0\xe3\x65\x0e\x78\x28\xcd\x9b\x92\xe1\x51\x75\x65\xc8\x67\x5f\x84\xa7\x1e\xf7\xb5\x99\xfc\x05\xcf\x71\xe3\x65\xe7\xb2\x68\xc8\x7d\x40\xd9\xf6\xef\xd0\x71\x36\xf7\x48\x8e\x20\xed\xfd\xd9\x19\x07\xe0\x73\x76\xc7\xf6\x19\x7e\x81\xa1\x15\x6e\x3f\x04\x41\x43\xa2\x84\x85\xc3\x45\x9f\x03\x07\xb5\x29\x13\xb2\x7e\x72\x61\x85\xe7\xe0\x86\xd7\xd2\x1c\x8b\x8d\x69\x08\x84\x02\x06\xaf\x35\x8c\xa7\xbe\xa1\xf8\x99\xc2\x7e\xb3\xdb\xff\x81\xf1\xd4\x8e\xe8\xe7\x24\xda\x64\x20\x78\x10\xc8\x67\x93\xf4\x73\x2e\xe6\xee\x07\xdc\xc1\x32\x21\x3c\xac\x87\xea\xb8\xb9\x07\xe2\x7f\xb3\x17\xe2\xa1\xb9\xd5\x1b\x0a\xd7\x2d\x3a\x1c\xe2\x81\xa8\xee\x8b\x5f\x1f\xb8\x58\x5d\x27\xf4\x41\xe6\x41\x7a\xb5\x2f\xbc\x2f\x90\x2e\xc4\x1a\x49\x48\x7d\x20\x97\x5b\xbb\x7d\xe0\x53\x7d\x55\x62\x78\x58\x0b\xc2\xd1\xc5\x0f\x02\xeb\x7c\x49\xdd\x73\xaf\x49\x6a\xa5\xee\x35\x49\xbf\x41\x2b\x82\x59\x21\x2a\x91\x3a\x4b\xef\xe1\xd5\xe2\x25\xf9\x85\x8b\x5d\x08\xf7\x10\xe6\x5f\x82\x2e\x84\x79\xe7\xfc\x3e\x4c\xfc\x73\xe0\xd9\xc3\xeb\x64\x1c\xbc\xfa\x20\x56\xce\xe1\x79\x0f\x6f\x90\x79\x6d\x44\xc8\xf3\xbe\x42\xeb\x79\xc8\x5d\x65\x79\x78\xa6\xfc\x9e\xfb\xab\x07\xee\x54\x4f\x9c\xd5\x4c\x7d\x02\xa0\x9a\xa9\x2e\x22\xa8\x1b\xab\x93\xea\x7e\xa3\xba\xb1\x44\xbb\x82\x61\xea\xb6\x9c\xb3\xd5\x0f\xe6\x5e\x57\x1e\x7d\xdd\x70\x41\x8c\x02\xbb\xea\x86\x9a\x11\x2a\x3c\x5c\xb7\x00\xfe\x54\x34\x24\x6f\x02\x57\x8d\x87\xba\x05\x9e\xf6\xd5\x0f\x0a\x7a\x10\x4c\x81\x59\x5f\x45\x6d\xf2\x86\xcf\xda\xd4\x2d\xf0\xde\xaf\xea\x31\x07\x7a\x70\x8f\xd4\xf4\x93\xbb\x04\xe2\x82\x7b\x80\x90\x1f\x3c\x04\xc2\x9a\x3e\x87\x52\xdd\x58\xcd\xab\x64\x8d\x00\x0b\xa8\x6a\xac\xd6\x2d\x72\xf5\xdd\x5e\x34\xaa\x11\x78\x69\xa1\x14\xa1\xba\x21\xbf\x43\xde\xd9\xba\xa1\x9c\xa9\x0a\x36\xd5\x0d\x55\x27\xaa\xd1\x04\x89\x38\xf6\x9f\xc4\xc7\xd5\x2d\x12\x01\x82\x1f\xe1\x71\xca\x39\xad\x5b\xe4\xfc\xb5\x28\xac\x1c\xa6\xf8\xa1\xba\x21\x05\x51\x9e\xa3\xba\xe1\x26\xf1\x6e\x04\xe1\x76\x43\x97\x2b\xa9\x1b\xcc\xad\x55\x65\xdb\xea\x36\xa5\xdf\xac\x22\xf7\x75\xcb\x94\xb8\xb2\x08\x07\x92\xaa\x6a\xbe\xd4\x0d\xd7\x11\xf6\xe4\x76\x42\xdb\x1d\x00\x41\x51\x23\x2e\xb7\x71\x75\x87\xdc\xf6\x59\x40\xf2\xf6\xc1\x64\xda\xcb\x84\x49\x6b\x00\x37\xf2\x96\xb4\xaa\xcc\x3e\x51\x54\x71\xdd\x70\x71\x77\x77\x1b\xa2\xac\xbc\x36\x75\xa3\x1f\x59\xf1\x7b\x75\x43\x3a\xca\xe8\x1a\x81\xd9\x28\xaa\x26\x55\x37\x38\x92\xb3\x69\x17\x92\x6c\x7f\xb5\x09\xa2\x40\x62\x51\x88\xa2\x49\x16\x6e\x37\xbd\x5f\xb9\xdd\xb4\xb2\x75\x71\x4b\x0d\x08\xb7\xf3\x16\x4d\xaa\x95\x78\xf5\x17\xe0\x9e\x46\xc2\x94\x63\xe3\x30\xc4\x95\x3c\xc2\x1c\x00\x45\x21\x74\x49\x5e\xdd\x58\x38\xcc\x53\xa8\x9c\x82\x40\x46\xe5\xfa\xee\xfd\x0b\x2f\xb6\x52\x3f\xea\xc6\xca\xf5\x9b\x70\x06\x39\x56\xc5\x11\xea\xc6\xd2\xaa\x4d\xfd\xb7\x85\x74\x41\xd8\x50\x41\xd0\x0c\x03\x62\xeb\xbb\x03\xea\x86\x45\x33\x68\x3c\xda\xcd\xe5\x50\xe0\xa1\x9b\x3f\x74\x32\xef\x22\xe2\x83\x54\xd9\x5f\x1f\x00\x69\xe6\x07\x1d\x51\x35\x45\x43\x32\xd7\x44\xd1\xe4\x75\xeb\x24\xce\x22\xf2\xc6\xdd\x84\xaa\x16\x5c\x37\x5e\x4d\x68\x7e\xd0\x81\xb5\x2c\xda\xed\x48\xf7\xea\xc2\x1a\x2a\x44\x74\x6f\xc0\x65\xc3\x35\xa5\xf0\xea\xc1\x62\x98\x70\xf5\x60\x37\xad\xd2\x2b\x5e\x3c\x24\xbd\xe2\x9b\x40\xe2\xdd\x84\xd5\xa4\x32\xd6\x24\x84\x27\x24\x9d\x76\x33\xa9\x41\xa0\x35\xc9\x75\xcf\x77\x35\x0c\x0b\x4a\x81\xcd\xe2\xf8\x59\x3d\x4e\xd1\x31\xbd\x8e\x9b\x65\x08\x36\x39\x22\xf8\xae\x98\xaf\x2c\xd1\xd1\x4b\xb1\xd3\x2e\xf7\xea\x02\x66\xb3\x26\x18\x76\x90\xc7\x6b\x48\x9a\x88\xcc\x69\x20\x5b\x26\x1f\x61\x30\x14\x07\x53\xc7\x41\x85\xd6\xd3\x64\x1a\x6c\x35\xef\x3a\x22\xd4\x1e\x0d\x89\x32\xae\xdd\x24\x8e\xca\xf9\xdd\xc4\x70\xe0\xc8\x33\x5e\x0f\xd4\xea\x30\x05\xb3\x26\x45\xf1\x19\x89\xa4\x92\x6e\x8a\xe6\xbd\x84\xe9\xf5\x02\x4a\x67\x34\xb7\x41\x2e\x26\x86\x83\x7a\x97\x77\x21\xeb\xa3\x15\x1f\xa2\x27\x59\xd7\xeb\x01\xea\xf9\xc5\x9f\x18\xe2\xea\x86\x82\x15\xdd\xb4\x75\x42\xeb\x30\xd2\xcf\x85\x74\x01\xc4\x60\xbe\xd7\xf9\x80\xca\x67\xaa\x87\x59\x37\x38\xe5\xbb\x77\xd4\xb5\xe4\x06\x0d\x71\x71\x0f\x8a\xb4\x2e\xe2\xc8\x6d\xda\x90\xcd\xa8\x50\x34\x7f\x33\xce\xae\x05\x82\x60\x82\x91\xb9\x1a\x89\xd7\x22\x67\xc3\x44\xd9\xd5\x6d\x94\x9d\x35\xab\xba\x29\x24\xaa\x03\xd8\x98\xbb\x39\xd7\xbd\x90\xae\x0e\x96\x13\x5f\xeb\xba\x8c\xcc\x55\x93\xb8\x41\xbc\x66\xef\x94\x75\x9b\x7f\x5f\xeb\xaa\x1e\x79\x8b\xb6\xd9\x02\xe5\xd4\xa6\x11\x1e\xc4\x6b\x79\xb7\x3c\x84\x40\x20\xc3\x08\xfd\xda\xc1\xcf\x62\x0a\x1a\x91\x5e\xf8\xd7\x19\xf8\xa0\xc8\x97\x8f\x30\x44\x14\xbe\xd6\x89\x52\xab\x0f\x24\x56\xa1\x2d\xaf\x07\xb4\x28\x49\x96\x08\x28\xba\xef\x93\x3e\x20\xc5\x57\xee\x84\x1a\x78\xef\xb6\xca\xe5\xd4\x00\xa3\xb2\xd7\x29\x6c\xa0\xc6\xea\x0f\xb8\x9f\x9a\x1f\xf4\xef\xaf\x26\x49\xba\x06\xd4\x56\x33\x8f\x08\x1b\x15\x86\x17\x08\x04\xba\xf9\x0b\x2e\xbd\xbe\x60\xd0\xa2\x72\x65\x6a\x08\xb0\xa2\x1a\x06\x8a\xb9\x42\x7c\x08\xcc\x15\x10\xa6\x43\x58\x40\x0a\x0d\x81\x04\x9c\xfd\x09\x4c\x73\x9e\x36\xd2\x8e\x43\x72\x9b\xfa\x40\xf1\x03\x52\x47\x36\x10\x0f\xb8\xa9\x66\x11\x11\x2a\x23\x6e\x1b\x28\xd7\x8a\xfc\x42\x5c\x98\x16\x1e\x22\xe8\x51\x14\x1f\x90\xc6\xd1\xc5\x6c\xc3\x4a\xcc\xa8\x7e\x81\xe1\x3c\xaf\x2e\x21\x0e\x88\xe4\x43\x02\x08\x5e\xfc\xc4\x73\xcc\x5d\xe2\x76\xa4\x2e\x0a\x0d\xcc\xba\x28\x86\x61\x65\x5d\x78\xf9\x13\x14\x71\x71\xb2\x90\x68\x12\xf7\x62\xc1\x54\xeb\x8b\x8a\x6a\xc0\x65\xdb\xbd\x09\x0f\xa8\x63\xdb\xbb\x7f\x87\x16\x64\x34\x24\x88\x65\xda\x86\x81\x97\x39\x2a\x49\xa7\x06\x4a\xb7\x5d\xb3\xca\x9c\x84\x7f\x5f\x93\x70\x0f\xf4\xe3\x89\x19\x85\x4c\x4c\xbb\x07\x5c\x4e\xef\xb5\xcd\x6b\x52\x82\x99\xd2\xae\x27\x89\x70\x03\xef\xfc\xc0\xcb\xb7\xbb\x47\xe4\x11\xe1\xef\x51\xd8\x5b\x47\x46\x40\x6e\x46\x1f\xea\x0f\xd1\x07\x2f\x5a\x82\x8d\x55\xf9\xb6\x35\x14\x06\x13\x7a\xa5\x29\xbb\x0e\x75\xc8\x5b\x93\x94\x35\x54\x43\x45\xad\x3e\x8f\x58\x79\xd6\x6b\xca\x75\x1d\x49\x3f\x29\xa8\x5d\x03\x12\xab\xfb\xf0\xd7\xb8\xe6\x4f\x1a\x56\x40\x6c\x81\xea\x04\xd4\x40\x39\x75\x08\x3f\x95\x5b\xdc\x94\x89\x5a\x65\xc3\xf3\xa9\x9c\x8f\x88\x02\x82\xaa\x79\x71\x40\x5a\x75\x1f\x5a\x63\x96\x32\x2b\xa6\x5c\xd8\x5b\x7b\xd7\x7c\x1b\x88\x62\xf8\x77\xce\xc0\x1d\x56\xcc\xc0\x6d\x90\x44\xd7\x0c\x96\x7d\xd6\x64\xca\xd0\x84\xe4\x35\x6f\x8b\x23\x78\x08\xf2\x5a\x73\xc2\x86\x49\x06\xb7\x99\xfa\x65\x46\x87\xe2\x67\x2f\x5e\x0a\x03\xaa\x5c\x39\x35\xc0\x04\x3a\xa4\x3a\x06\x5e\xca\x24\x03\x52\x0d\xbc\x54\xdb\xb2\x71\x80\xe8\x6a\x6d\x3c\x20\x9e\x73\x93\x34\x15\x60\xf2\x1c\x9b\x7f\xcf\x68\xfb\xf7\x8a\xb6\x26\xc9\xd8\xcd\xea\xad\x31\x90\xfa\x69\xe6\x0d\x0b\x67\x1f\xa2\x84\x41\x90\xfd\xfb\x5a\x79\x21\x7a\x2c\x2c\x79\x48\x6a\x10\x92\xe0\xc2\x4e\xf5\xb6\xab\xcf\x9d\xb7\x6d\xa9\xcf\x15\xaf\x60\xcc\xef\x90\x88\x24\x65\x86\x15\x9f\x50\xfc\xc5\x64\xf7\xb6\xac\x84\x9d\xb6\x19\x13\x28\x92\x44\x86\xa4\xca\x80\x70\xcf\xe1\x43\x8c\x49\x22\xd5\x88\x46\xfc\xe7\x90\xf9\x27\x20\xdc\xf3\xc5\x52\x98\xcb\x2c\x75\x37\xac\xd2\x2c\x66\x73\x07\x3d\xca\xa6\x27\x84\x7f\x0e\x2f\xdd\xc1\x0b\x2a\xaa\xbb\x40\xb0\x8b\x94\xc1\x70\xd2\x77\xe8\x3d\x8e\xdc\x64\x5d\x24\x5f\x03\x04\x47\x95\x14\xac\x01\x45\x77\x37\xc3\x88\x70\x86\x11\xdc\x1e\x68\x0b\xad\x27\x21\x12\x84\xa8\xc3\xa2\x90\xbf\x1a\x4e\x22\x49\x00\x22\x7a\x74\x98\x2b\xb0\x02\xaf\x89\xeb\x5a\xeb\x26\x00\x2f\x1a\x92\x7d\x1e\x5d\x0b\xcd\x7e\x40\x25\xc7\x8c\xee\x5a\xd4\x22\x34\xb1\xbe\x6d\x31\xaf\xbc\x19\xce\xe6\x33\x0c\xd1\x06\x43\x6a\x4e\x60\xf0\x66\x32\x37\x47\xb6\xf0\x30\x75\xdc\x94\x16\xcc\x9e\xef\xb5\x78\x5a\x6d\xde\x4f\x50\xcc\x4e\x98\xff\x5b\xbd\x75\x51\xc3\x76\x33\x49\x42\xf6\x1b\x5e\xbc\x25\xfb\x79\x1e\x0f\x81\xf0\x07\xe0\x05\xaf\x0e\x3a\x08\xcc\x1d\x60\x71\xcc\xd0\x1f\x2c\x86\x0c\x32\x01\xc9\x25\xc3\x2c\x19\xe1\x06\xba\x73\xb2\x06\xd8\x2f\x87\xf4\xa2\x08\xc1\x50\x77\xc1\xd4\xc8\xda\x2f\x0a\x97\xa9\x91\xd7\x0f\x28\x1a\xa6\xc6\x8d\x47\x48\xf3\x27\x34\x6f\x88\xcb\x47\x06\x04\x64\x77\x01\x18\x93\x7b\x00\x8c\xe9\x27\xf1\x70\x35\x22\x95\xc5\xab\x16\x03\xaa\x08\xbb\xf3\x80\x5c\xb3\xee\x36\xb6\x87\x38\x51\x0c\xc8\x43\x90\x4c\x18\x91\xd8\x32\x92\x7f\x2f\xa4\x2c\x0f\x80\x6a\x72\xc5\x1f\xec\x50\x61\x3c\x00\xb6\x43\xf2\xef\x27\x11\xe4\x1e\xaf\xef\xaf\xda\xb4\xc4\x31\x60\x09\x92\xdb\xb8\x5d\x4a\x92\x71\x64\x2c\xa8\xaa\xc6\xd4\x08\x91\x71\x24\xbf\xc0\x88\x0f\x9d\x30\x31\xd2\x10\x2e\xc5\x2c\x46\xe6\x2b\xfb\x8b\xc6\x2e\x35\x66\xa4\xfd\xfe\xf5\x05\xe8\x28\xb9\x7d\xf0\x0b\x77\x41\xa8\xb5\xca\xb0\x67\x56\xed\x96\x98\x40\x38\xd9\x6d\x46\x28\xe9\x68\x8e\xb8\xf9\xe0\x05\x34\x64\xca\xd4\x8c\x68\x16\xc7\x89\x7e\x81\xc6\x46\x2f\x65\x3a\xa0\xc3\xfb\x05\x9e\x21\x12\x01\x23\x02\x4e\x93\x02\xad\x6a\x44\x32\x6f\x75\x1b\x26\xd3\x6c\xa0\xa7\x50\xd9\x86\xc4\x83\xc8\xeb\xa0\x54\x4e\xa7\x46\xe6\xda\xd8\x58\x12\xe9\xfd\x57\x68\x47\x8d\x4c\xbe\xb1\x71\x24\x4e\xa9\x32\xb6\x57\x17\xfd\xfb\xab\xbe\x30\x8b\xb2\xbb\x2a\x4d\x5c\x23\x84\x48\x65\x51\xd7\xc8\x2b\xa6\x6c\x99\x88\xbc\x42\xfc\x35\x22\x56\x42\x82\x70\x64\xe1\x38\xc5\x1b\xd4\x58\x68\xb1\x94\x74\x1e\x59\xd2\xa7\x7a\x16\x53\xf0\x8c\xb6\x5d\xc4\xc2\x59\x89\xe7\x47\x48\xa2\xd6\x10\x62\x59\xb3\x14\xaa\x59\xd4\x47\xbc\x31\x16\xe6\x5b\x7a\x5b\x14\x6c\x0b\x53\x35\xc3\x60\xe5\x1a\xaf\xb1\x70\x1a\x1a\xa2\x92\x80\x84\x27\xa6\xfb\x54\x23\x16\x66\xd6\x61\xc4\xf1\x52\xf2\x6a\x44\x55\x1c\x64\xb2\x05\x44\x9a\x41\xab\x81\x5e\xa5\x71\x3d\x24\x33\x57\x75\x14\x46\xf8\xf3\x83\x81\x6e\xdc\x58\x92\x73\x62\xa3\xe7\x44\x30\x34\x2e\xa6\x3f\xa0\x72\xd6\xfd\x01\x9d\x7f\x5e\x0b\x5c\x8c\x3e\x24\x49\x45\x26\xfd\xca\x5d\x5f\x23\x2e\x46\x1f\xc5\x6d\x44\x8e\x7a\x96\x70\xdf\x57\xef\x02\xb8\xeb\xe5\x10\xaf\x11\x86\xd5\xe1\x9d\xcd\x58\x56\x03\x80\x4b\x42\x5d\x8b\xa4\x46\x5c\x47\xa5\x8b\xe2\x6a\x44\x6d\x5d\x5b\x1b\xe2\x60\xf4\xac\xd1\x36\xa5\xc7\xe4\x33\x29\x52\x7a\x34\x75\xb1\xa2\x8e\x49\x81\xd2\xa4\x19\x20\xeb\xe4\x76\xbf\x8f\x12\x16\xde\xa5\x83\x5a\xb9\x21\x84\x11\x74\x78\x99\x10\xeb\x6a\xe7\x4b\x84\x0d\xd4\x52\x7d\x64\xf6\xb0\x34\xe4\xb8\xf3\xe0\xee\x7e\x80\x52\x7e\xa6\xb5\x29\xe7\x95\x2d\xff\xec\x04\x3a\x78\xc7\x8b\x3e\x3e\x78\x22\x4a\x20\x8a\x07\x63\x7b\x05\x3e\xcb\xdd\x9a\x48\x58\x9f\xe6\xc5\x3b\x91\xd7\x3b\xbc\x44\x07\x1d\xbc\x9a\x2f\xae\xa4\x1a\x26\x2a\x14\xd7\x1b\x66\xa5\xcb\x6b\x6d\x32\x85\x61\x71\xc8\x6c\x11\x29\x02\x1a\xa1\x48\x04\x1e\x5e\x21\x8a\x80\x52\xef\x23\x45\xc0\xe6\xfe\x70\x3a\x34\xf7\x07\x22\x96\x4c\x1a\xe1\xc1\x4e\xaf\xfe\x6f\xce\x50\x33\x40\x3c\xeb\xf0\x4e\x5c\x32\xa1\x3e\x80\x69\x72\x98\xc8\x79\x29\x83\xf9\x0f\x2a\xe3\x5a\xbf\x88\x17\x49\x4e\x00\x2f\x99\xd2\x4b\x8e\xea\x35\xd5\x82\x52\x44\x3d\xbf\x61\x6e\x82\x04\xa3\x61\xa2\x43\x7e\x91\x92\x17\x6a\xbc\xd6\x4e\xf6\x83\x03\xfb\xc8\x53\x20\x0e\x44\x06\x17\x70\x60\xd6\xc0\x2b\x18\x9a\xdb\x2c\xe5\xe6\xf6\xa2\x02\x41\x88\xe2\xb8\xd9\x92\xcd\x8d\x4a\x15\x16\x2c\x70\x73\xe7\x78\x75\x08\x9c\xfa\x80\x85\x1d\x72\xf8\x7b\xfa\xcb\xab\x65\x3b\xf8\xcb\x6d\x49\x8a\x0f\x25\x37\x29\x65\x11\xe9\x41\xc3\x07\x2e\xfd\xe7\xc6\x19\x0a\xe9\x6e\xb2\xd2\xc7\xe5\x1d\xf7\xba\xaf\xe8\x56\x23\x05\xc5\x66\x92\x79\x0b\xc5\x4d\x11\x6a\x82\x78\xa9\x7b\xda\x6b\xda\x48\xd9\x43\xed\xc5\x80\xfd\x80\x27\x95\x8e\xcb\xb4\x31\x38\xc2\x3d\x82\x94\x25\x7c\x26\x56\x9b\xa9\x6e\xd3\x73\x5d\xdd\x01\x25\x1d\x89\xcc\x89\xe2\xa9\xd0\x94\x36\x6a\xd7\xda\x1d\x69\x19\x22\xb5\x1d\x52\x40\x3a\x81\xf6\x6b\xa2\x47\x5e\xe5\x9c\x6a\x5a\x96\x48\xb1\xbc\xb4\x32\x8a\xaa\xdf\x80\x1e\xd8\x3c\x06\x2c\xe7\x41\xab\x9f\x98\x32\x24\xb1\x22\x45\x6e\x61\xb7\x3b\x2c\x95\xc2\x64\x1c\x84\x41\x43\x2e\xbb\xa1\x28\x3e\x41\xc4\xdb\x86\x5f\xe0\x49\x94\xfc\xc2\x03\x73\x95\x30\x95\x28\x46\x88\x0f\xa7\xc4\x5d\xa7\x4d\x96\x96\x9d\x50\x02\x55\xe2\xad\x08\xb6\x44\x27\x94\x6b\xd9\x14\x72\x5d\xd3\x14\xe2\x5a\xf3\x3c\x60\x07\x34\xaf\x4b\x08\xd0\x6c\x6e\x2f\x3b\xa0\x31\x95\x29\x06\xb8\x87\xbc\x80\x88\x7a\x30\xe0\xfe\xd4\x90\x99\x3b\xcf\xb8\xca\x34\xea\xc8\xb0\x95\x58\x9c\xd7\x50\xc3\x90\xa7\xa4\x82\x9a\x32\xad\xbe\xa6\xd3\xcc\xbd\x28\xa0\x50\x95\x45\x21\x37\x35\xf1\x6e\x04\x95\xa2\xaa\xa9\x30\xaf\x41\xa6\xac\xb4\x44\xb0\xf4\x93\x6a\xa5\x35\xd1\x52\x98\xdc\x7f\x9b\x58\xcc\x6e\x77\xf6\xe6\xee\x79\xa6\x8a\x5b\x24\x06\x78\xda\x5d\x94\x20\xa0\x29\x02\xb4\xa6\x4a\x45\xa8\xf9\x01\xb9\x81\x38\x5c\xaa\x0d\x07\xa1\x90\x00\x37\xb6\xae\xb3\xaa\x09\x65\x15\x87\x09\x0c\xe6\xc0\xf1\xfa\x9d\xc1\x01\x5e\xdb\xba\x28\x50\x68\x44\xe1\x45\xd5\x30\xac\xa9\x51\xa9\x90\x1d\x20\x35\x54\x8e\x11\x4f\x4c\x8d\x27\xa1\x49\xb4\x51\xcb\x1f\x7e\x03\x47\xa1\x89\xa3\x35\xb0\x75\xf7\xb8\x30\x27\x28\x71\x45\x7b\x34\xcb\x9a\x12\x5d\xd2\xfd\x28\x35\xad\x1b\x44\xcd\x2f\x1a\xf9\x85\x77\xc5\x32\xf8\x49\x58\x4e\x28\xcd\xe8\xb3\x27\x75\xda\x2a\x8c\x99\x4e\x97\x91\xc6\xe8\x6b\x5a\x1a\x83\x17\xb9\xdb\x42\x9f\x58\x69\x31\xbb\x4b\xe2\xde\x1f\xac\xdd\xaf\xc5\xc0\x05\x09\xb6\xe0\xa5\xce\x7d\xe7\xdf\x41\xd1\xa6\xcf\x41\x17\xad\xf7\x1d\x2b\x2c\x7b\xad\x78\x69\x97\x4f\xd0\xc4\x0c\x70\xfb\x6b\x12\xe5\x40\x1d\x37\x69\xb0\x34\x92\x66\xb9\xe4\x3e\x6f\xb3\xc1\x8d\xea\x59\xa1\x94\x62\x36\x27\x66\xc5\x65\xdb\xf8\xd3\x20\xd4\x42\x0b\x9c\xdf\x43\x8a\x4e\xe2\x95\xa5\x52\x95\x12\x9c\xe1\xc3\x9c\x00\x17\x2e\x0c\x33\x02\x26\x49\xd9\x24\x9f\xe0\x0b\xaf\x9e\x03\xaf\x09\xb3\xfd\x21\x21\xce\xd2\x2a\x65\x42\xa1\x1a\xdb\x4f\x12\x6c\x90\xf1\xd5\xc1\x9c\xa3\xb2\x6c\x6a\xa2\x09\xf2\xf5\x3d\xc8\xeb\x05\x21\xf7\x88\xb7\x3a\x4d\x8e\xd2\x07\x12\x83\x28\x7d\xa4\xc2\x13\x3e\x4c\x7c\xa8\xfd\xdc\x8c\xe4\x83\x67\xb6\x21\x3a\xee\x29\x0c\x4b\xba\x4e\xe7\x86\xb6\x66\xc0\xe2\x88\xf6\xc4\xa4\x33\x4d\x2d\xda\xc4\x39\xc5\xd1\xb2\xf9\xa8\x3a\x49\x08\xd9\x2f\x54\xbc\xa0\x29\x30\x86\xd2\x6e\x8b\x34\xe5\xcf\xa2\x04\xdc\x9a\x96\x3c\x29\x11\x3a\x4d\x79\x32\x29\x15\xa9\xa6\x29\x4f\xa6\xcd\xb4\x77\x51\x05\x36\x83\x9e\x02\x65\x51\x32\x6b\x4d\x17\x8f\x68\xa9\x00\xe9\x42\x80\x80\x64\xf0\x34\xe5\xbf\x64\xdf\x45\x62\x71\x43\x09\x53\xe9\xa2\xec\x63\x41\xe3\xa6\x54\xe0\x95\x83\xc0\x17\xcc\x48\xee\x04\x10\x84\xb6\x9b\x01\x5e\xde\xc3\x37\x67\xed\x0e\xb0\x67\xb3\x31\x8f\x90\xc9\xf4\xda\xe5\x37\x13\x1f\x35\xc4\xc3\x13\xda\xbb\xf6\x59\xd3\x14\x1e\x1e\x16\xdf\x74\x1b\x2e\x7e\xef\xa8\x87\x4b\xf3\xa3\xa0\xb8\x34\xe5\xc1\x90\xec\xaf\x49\x0f\x91\xf6\x99\x41\xde\xd0\x5b\x70\x9b\xe2\x40\xf7\x03\xee\x70\x91\x7f\x46\xb2\xb6\xe3\x5d\xf2\xf6\xa0\x87\xcf\x0c\x73\x20\x1b\xd2\x31\x95\x61\xdf\x1b\x56\x25\x72\x00\x9a\x83\x5f\xc8\xf3\x68\x94\x98\x9d\x03\x67\x38\xd4\x6e\x78\xbf\xaa\xdd\xd9\xa1\x1f\x40\x1e\xec\x6e\xf3\xf0\x17\x6f\xcd\x28\x3d\x33\x74\x41\x41\xcd\x2b\x9d\x47\x9c\x2d\x23\x56\x71\xe8\x86\x82\x9a\x23\x25\x27\x31\xaa\x1c\x89\x29\x7f\xd1\xd1\x76\x97\xe4\x8d\xc3\x0f\x16\x71\x68\x1e\xa8\x5e\xad\x72\x06\x35\x4f\x71\x2e\xe9\xf2\x90\x9a\x19\x80\xa8\x52\x25\x35\x33\x7f\xc7\xfe\x93\x9c\xb0\x6f\xc5\x1c\x33\x13\xbe\xf3\xeb\x01\x81\xd4\x10\x70\xf2\x3a\xb4\x2e\xd3\x20\x97\xbd\xde\x69\x55\x00\x54\x9b\xb1\x49\x5e\x1c\x18\xdc\x54\xa4\xa7\x66\x26\x70\xdb\xc1\x92\x33\x98\x91\x87\xc8\xb4\xb0\xcb\x3c\x92\x51\xef\xce\xca\x75\x66\xbc\x60\x36\x26\x0b\xb7\x80\xdc\x0d\xb9\xf0\x30\xed\x7e\x80\xbb\x44\x37\xb7\xe9\xbb\xd6\x59\x99\x0b\xc3\x58\xc4\x33\xf3\x32\x66\x15\x3f\xb8\x18\x37\x20\x54\x95\x35\x53\x75\x5a\xe9\x84\x17\xf6\x2b\xb9\xa8\xa4\xeb\x5c\x17\x9c\x9a\x49\x25\x61\x0a\x8a\x0a\x33\x42\xf4\x07\x94\x33\x4c\x98\x2c\x56\x63\x51\x25\xd3\x7c\xa5\x4a\x31\x35\x37\xd2\xa1\x7c\x41\xb9\x61\x45\xa3\x5f\x40\xb6\xac\x38\x4e\x6e\xcb\x3d\x25\xa0\xa6\x34\xd4\x9a\xb1\xdb\x16\x6a\xfc\xc2\xc2\x84\xba\x40\x6e\xb5\xc3\xee\x72\xe7\x69\x50\xfc\xa0\xf1\x0b\xf5\xd9\x41\xfb\xd1\x2f\xac\x35\x17\x26\x68\x91\xca\xde\xb3\x23\xb0\x0b\xcd\x9c\x55\xec\x9a\xbf\x00\x53\x10\xf7\xce\x53\x36\x29\x9b\x99\x02\x6a\x36\xa7\xd7\xf7\xa4\x43\xa9\x8d\x79\x20\x6a\xb4\xba\x43\xd6\x1c\x15\xcc\xbc\xba\xc9\xf1\xbd\x99\x92\x86\xad\x93\x79\xe7\xfa\xea\x84\xc9\xf0\x67\x06\xaf\xc5\x4e\x98\x34\xa9\x25\x5a\xc8\xe2\x90\x77\x1e\x93\x5e\xdf\x1d\x07\x86\x34\xd7\x0c\xb3\x96\x5d\xa8\x99\x19\x1a\xd9\x24\x84\x74\x6b\x15\xd8\xad\x79\xe7\xb9\x2a\x18\x0f\x14\x6a\x34\x5e\x11\x75\xd7\xcc\x00\x98\x8d\x6d\x03\x7a\x3e\x58\xc3\x47\x10\x4c\xe1\xa2\x6c\x52\x3b\xf2\x01\xc3\x9a\x94\xd0\xcc\xcb\xd5\x6d\xda\xcb\xb8\x54\xd4\x27\x48\x3e\x71\x4e\x4b\xc7\xc8\xeb\xde\x88\xf6\x93\xea\xd9\x35\x9f\x40\x61\x72\x6f\xd8\x42\x52\x93\xf2\x49\xa5\xb8\xba\xfb\x9d\x27\xaa\x30\x80\x42\xcb\xcd\x7b\xea\x44\x3c\x9a\x54\xfd\xbc\x0a\xe2\x99\xb2\xae\xb5\xce\x42\x01\x25\x0d\x09\x6c\x99\xa6\x2a\x0f\x49\x53\x95\x35\xf9\x7c\x2d\xfa\x77\x97\xa0\x7f\x69\x66\x79\x8a\x22\x65\x93\x5e\x9e\xef\x08\x96\xa7\xf7\x29\x58\xf8\xcc\x64\x9d\x9a\x66\x36\x7c\x53\x95\x1b\xee\x81\xa4\x25\x3c\xdd\xc4\x93\x40\x82\x29\xca\x7a\x57\xbe\xc9\xd8\xcd\x27\x6e\x1c\xcb\x12\x01\xf3\xc3\x1d\xe9\x2f\x9e\x80\x1e\x85\x95\x07\x58\x31\x17\x78\x70\xd6\x98\x70\x1e\x72\x05\x23\x9a\x82\x88\x44\xc2\xfc\x50\xe3\xb1\x6c\xf1\x00\x2b\xc6\xc2\x43\x4e\x64\x52\x7a\xae\xf9\x82\x8f\x37\xd8\xa2\x1c\xe7\x9a\x1f\x6e\x59\x1d\x46\x65\x83\xa0\x2b\x59\xa4\x2c\xdf\xa7\xec\xac\x85\xb7\x3a\xa9\xde\x48\x2d\x1b\xe8\x4d\x47\x4b\xd9\x56\x97\x7a\xb0\x2c\x41\x92\x8d\x4b\x58\x6b\xe3\x07\xf4\xac\x0c\x7f\x82\xd5\xd7\x09\x58\x78\x15\x86\x7d\xdf\x85\x57\x61\xe8\xa2\x94\x5a\x02\x36\x59\x71\x1b\x13\x7f\x0d\x71\x73\xcc\xa6\x07\x3c\x9c\xc4\xfe\xca\x14\x58\x9a\x33\x03\x4a\x04\x45\xe9\x6c\x2a\x11\xab\xa5\xe3\xae\xb0\xd6\xb0\xf5\xee\x12\x79\x4e\x48\x1a\x2e\x11\xab\x63\x18\x23\x18\x83\x0e\xb7\x12\x69\x71\x77\x8f\x37\x41\xf2\x03\x24\x7d\x7b\x12\x69\x2d\x86\x7a\xa0\x35\x4a\xc5\x8f\x6a\xa1\x74\x22\x66\x56\x12\x88\x5a\x2c\xbc\x24\x20\x56\x44\x5f\x68\x9b\x92\x9c\x57\x78\xd3\xba\x0d\x49\x05\xd9\xc5\x36\x15\x14\x94\x0a\xae\xaf\x0e\x1f\xb8\x9e\x35\x47\xde\xdf\x69\x1b\x4b\xc9\x6b\xb1\x87\x1e\x40\xa2\xd2\x2e\x29\x79\x11\xb5\x60\xc8\x84\x51\x0b\xc3\x84\x0b\x87\x54\x95\x8c\xb5\x15\xb7\x29\x99\xfc\xc9\x43\x42\x31\xf2\xca\x2e\xe7\xa0\xe4\xe5\x02\xe7\xa0\xa5\x8c\xb2\x2c\x53\x92\x55\x4b\x21\xd0\xe2\xf1\xa5\x80\xc8\xc5\xc0\x4a\x21\x9e\xb5\x32\xb8\xb6\x53\xe5\xc6\x6a\x29\x9c\x83\xdb\x10\x5d\xc5\xde\x4a\xc1\x14\x9a\xfb\x87\x88\x57\xfd\x3b\x8f\x7b\xc9\x67\xa5\x2e\xe6\x22\x98\x91\x4a\x5c\x8c\x14\x8a\x4e\x26\x3e\xe4\x09\xeb\x06\x92\x5a\xea\x42\xb3\x3b\x38\x38\x47\xa1\x0d\xa6\x28\xa7\xce\x14\x24\xfa\x56\xd3\x56\x03\xfb\x6a\x3f\xa9\x61\x5a\xcb\x94\xb2\xa2\xf5\xe3\xd2\xe0\x0f\x33\xa1\x35\xd4\x17\x10\x6f\x2c\x0d\x08\x93\xa1\xad\xf0\xc6\xac\x66\x32\x59\x3e\x42\xc9\x9f\xa5\x53\xbd\x95\x2c\x5f\xfa\x5a\x34\x4d\xa0\x2f\x96\x2f\xac\xa2\x84\x8d\xb9\x63\xe9\xbc\x44\x41\x38\x43\xf6\x84\x4f\xc6\xd2\x17\x10\x9a\x45\x67\xb2\xb4\x87\x84\xec\xe0\x0e\xa6\x50\x96\x54\xd3\xa0\x16\x78\x09\x2d\x6a\x96\x41\xc1\x5c\x62\x5d\x19\x54\x2f\xa2\xbf\x40\xcd\x1b\xef\x27\x26\x47\xa8\x08\x68\x2d\xb8\x4f\xd3\x1e\x8e\x32\xc0\x54\xcc\x85\x10\x65\xa6\xab\xea\x6b\x59\xc9\x12\xde\x90\x03\xc7\x96\x3b\xd8\xd7\xee\xf0\x03\x3a\x80\xd5\xe3\x12\xda\xa4\x61\x97\x9d\x17\x36\x6b\x08\xda\x83\xa4\x65\x95\x25\xb4\x49\xa3\x29\x2c\x9a\x13\x5f\x0f\x08\xb4\x7b\x84\x2e\xe1\x85\x81\x81\xc7\x5e\xec\xb2\x64\xb4\xe1\x21\xc9\x19\x05\xf3\xc1\x2b\xf7\xdc\x26\x63\x34\x2b\x5d\x0e\x4a\x1d\x9d\xe5\xa0\x1a\x20\x89\xa2\xb0\x52\xb1\x75\x8b\x72\x80\x77\x4a\xca\x29\x88\x5b\x6b\xcd\x5b\x10\x3e\x4d\x4b\xb7\x85\x2e\xcb\xcd\x63\x32\xdf\x4f\xb3\x3c\xc8\xdf\x7d\xc4\xf0\x06\xb1\x66\x72\x38\x21\x31\x98\x51\x31\xae\xad\x7a\x35\x4f\x1c\x4a\xde\xe5\x34\x33\x99\x71\x21\x55\xd7\x4e\xc9\x42\x2b\x93\x17\xff\xa4\x62\x9f\x3c\xc2\x20\x08\xfe\x02\xa6\x31\xb3\xeb\x13\x87\x94\x19\xd1\xb9\x26\xe1\x21\x91\x58\x25\x71\xb7\x5c\xe4\x54\xaf\x07\xe0\x1b\xde\xb8\x17\xf7\xa9\x31\xcf\xbb\xe3\xab\x97\x1f\xd2\xa0\x45\xb5\x72\x71\x13\x58\xe6\xb8\x20\xf4\x9b\x64\x2f\xd0\x93\x37\x09\xaf\xfc\x54\x7e\x7b\x2d\x88\x84\xb3\xe0\x54\xa6\xb8\x18\x92\xb5\xc2\x72\xe3\xb2\x12\x4f\x13\xd2\xe1\x30\x9e\x50\xc6\xd0\xa2\x59\x41\x86\x44\x34\x9a\x10\x06\xd7\x0c\x11\x52\x7d\x5f\x07\x2b\xa4\xc7\xe0\x3d\x03\x61\xd1\xd7\x7f\xd5\x42\x61\xd1\x73\x7e\xd6\xd2\x0b\x82\x87\x2b\x65\x90\x50\x77\x27\x59\xce\x7a\x80\x04\x0b\x51\xf0\x4c\x36\x95\x4d\xab\x75\x83\xfa\x2d\x1e\x5b\x51\x35\xc7\x86\xde\xba\x81\xb8\x5e\xed\xb5\x50\x59\x0f\x50\xdb\x51\x82\x5c\xdd\xe8\x37\xa8\x6a\x73\x87\x24\xbf\x30\x30\xa2\x3b\x80\x44\x34\x0c\x01\x0d\xf0\x4d\x6d\x32\x79\x71\xec\x8a\x6b\x2d\x54\x87\xa1\x56\x94\xc1\xd9\xda\x4f\xca\x26\xd4\x8a\x1a\x38\x56\x80\x6b\xc0\x99\x64\x68\x02\xec\x7e\xe2\x5b\x15\x37\x5c\xb8\xd0\x76\xad\x14\x2a\x0d\x0d\x2f\x8a\xb7\x96\x5e\x71\x15\xe8\x66\x9d\xb9\x06\x8a\x43\x42\x40\xe4\x6d\x69\x9a\x60\xa4\x92\x2e\xdd\xae\xae\x38\x36\xed\xe0\xca\x12\xcd\x56\xe3\x6b\x44\x05\x99\xe6\x2e\x0a\x4a\x67\x0b\xa8\xff\x9f\xb1\x2b\x39\x9b\x18\xd5\x81\xa9\x4c\x08\x6d\x36\xc1\x65\x72\xf1\x9a\x7f\x08\xef\x73\x95\xa6\xca\xef\xf6\x1f\xdd\x6d\x83\x00\x21\x0a\xad\x25\xa9\x76\x9f\x81\xfc\x7d\x1a\x45\xd6\x0e\x75\x97\x8b\x1f\xf8\x07\x1e\x73\xd5\x5d\x30\x9a\x62\x9a\x86\x93\xcc\x68\x2a\x2f\x2c\x9c\xd6\xa5\x10\x82\x99\x06\xcc\x83\x19\xa1\xf2\xca\x38\xfd\xc3\xf6\xef\x3f\xd3\x01\x1c\xa3\x32\xd9\xcf\xf4\x0f\x90\x6c\x3a\xdd\x47\x0d\x52\xed\x1f\x72\x18\xa2\xba\xd2\xfd\x4a\xd2\x73\xbc\xd8\x35\x94\xf6\x7c\x0c\x14\x38\x5d\x1f\x1a\xde\x93\x70\x93\xe8\x1b\x0c\x26\x36\x4a\x1b\xed\xdd\x93\x9b\x47\x0d\x4d\x5d\xd1\xb5\x64\xc0\x33\xce\xf6\xa1\xf1\x62\xdd\xbe\x69\x4f\x8f\xc6\x23\x45\xb0\x70\x34\xae\x95\x94\x09\xa3\x31\xc8\x5c\x72\x63\xbc\x60\xb7\x6f\x66\x41\xda\x69\x7d\x8f\x1d\xd0\x0e\xda\x69\x71\xb4\x5c\x1a\x13\xc1\x9b\x4e\x73\x1f\x18\xa6\xce\x90\xd1\x93\x07\x35\x4c\xc2\x5f\xef\x83\x8e\xc0\x16\xef\x1b\x1a\x52\x7d\x49\x1c\x1d\xdb\xda\x13\xdb\xa9\x41\x30\x8f\x02\xde\x6e\x66\x49\xc0\x5b\x6b\x17\x47\x27\x49\xea\x81\x89\x73\xac\x52\x1b\x0c\x38\xb6\xeb\xe5\x78\xe1\x6e\xb7\xd1\x6a\xb0\x3c\x86\x2d\x0b\x63\x70\xee\xc5\x3f\x83\x9b\xdb\xff\x0f\x64\xbd\x70\x03\xf0\x5a\xb3\x70\x64\x5a\xec\xf0\xd6\x1d\xb4\xb3\x99\xe1\xe8\x39\xe7\x69\x83\xe7\x9c\x23\x92\xc7\x8b\x97\xfb\xe6\x95\x0a\x78\xd9\x9a\x1d\x13\x12\x8b\xc2\xe8\x1c\xb4\x1b\x40\x1a\x3f\x1d\xde\x23\xc8\xe1\x9b\xbf\x40\x61\x7c\x5d\xbe\x06\x1d\xeb\x94\xd0\x6e\x8c\x38\xf9\x85\xa6\x2d\xf2\xb4\x76\x13\x0f\xdf\xd0\x30\xe1\x4a\xf7\xd1\xa4\x0c\xd6\xc8\x13\xca\x19\xb3\x62\x58\x1a\xc6\xc4\x44\x9b\x28\xa8\x2e\x95\x01\x65\x0c\x68\x2e\x37\x2f\xe5\x04\x47\x7f\x3a\x24\x20\xd5\x59\x3c\x26\x98\xc3\xd3\xb0\x48\x91\x97\x0a\x31\xc7\x56\xbc\x8c\x45\x70\xd7\xfd\x03\x0e\xeb\xcf\x07\x01\x7f\x17\xff\x4f\x92\x34\xa4\x45\xfe\x15\x89\x0b\xec\x2a\xa0\x36\x98\x63\xdb\x57\xa3\xb1\xe3\xe4\xb4\x3c\xdc\xe9\xd2\xfe\xb7\x63\x88\xb1\xc4\xf6\x4d\x1d\xa8\x37\x67\x45\xec\x60\x56\x19\x9f\xbb\x8c\xb0\x50\x92\xc0\x31\x90\x44\xc6\x97\xec\xc1\xc8\x60\x65\x15\x1c\xe3\x40\xb8\xa5\x25\x5b\xea\x28\xcd\xab\x30\x88\x1a\xfd\x8e\x83\xbc\xa7\xeb\xd5\x38\x30\x45\xa6\xe9\xc0\xaa\xe9\x66\x33\x0e\x1e\x09\x3e\xba\xa1\xd5\x54\x72\xce\x31\x60\x31\xdd\x3e\x0d\x3e\x20\x49\x6c\x72\x12\x16\x5a\x2c\x01\xeb\x6e\x42\x50\x03\x50\x76\xf3\x76\x42\xca\xc9\x6a\x8f\x81\xc1\x60\x5f\x0f\x1a\x58\xd6\x45\x38\xc7\x38\x49\xb3\x9f\xb9\x1b\x3c\x28\x9a\x50\x0d\xf1\xc7\x99\x35\xb1\xf5\xc9\xd5\xf8\x86\x3a\x7d\xb1\x69\xdf\xfc\x05\x5c\xe4\xac\xe3\x1b\xd0\x4b\x6e\x9f\xf7\x73\x9e\x34\x2f\x17\xf2\xb6\x7e\x9e\xa1\x7e\x36\x08\xb9\x92\xd7\xc4\x7c\x37\xc4\xc8\xe7\x19\x14\x08\x2d\x0f\x26\xd0\x76\x00\xd8\x80\xc9\xd4\x5e\x4f\x83\x19\x23\x0d\xe9\x07\x9d\xea\xec\x76\x3c\x58\xef\xc3\x08\x7c\x3c\xe8\xd3\x90\x81\x36\xd4\xcf\xff\x15\x30\x46\x34\xd1\x6b\x4e\xea\xb8\xf1\x74\x7c\xaf\x41\x3e\x81\x67\x91\x88\x02\x6d\x56\x5e\x8c\x87\x68\xd9\xed\x21\x4d\x81\x4f\xc1\x17\xca\xce\x6a\x49\x88\x88\x8e\xfa\x69\x1f\x1a\x6a\x1f\xc4\x50\x6b\x7e\x04\x02\xea\xb9\xd9\x11\x3b\x58\xbb\x5e\x07\x79\xfc\x72\x03\x2d\xfd\x50\xff\xfd\xa7\x39\xb0\x3d\x7e\x9d\x53\xe6\x2f\x08\x3f\xaa\xdf\x40\x10\x8a\x64\x71\x30\xb6\x77\xf8\x83\x03\x97\x43\x93\x70\x21\xb5\xd4\xd4\x33\x10\xd3\xf4\x33\x8e\x44\x21\xa6\xd8\x28\xe4\xdc\xc1\xc6\x52\x3b\x92\x93\xb1\x65\xa5\x07\x3d\xc3\xe5\xf6\xd3\x02\x19\x67\xe8\x39\x90\x03\x53\x14\x32\xf0\x37\x4c\xe2\x06\x92\x97\x9f\xb9\x7f\xaa\x7f\x40\xa6\xda\xcd\x3d\x60\xcf\x57\x53\x80\xb8\x5f\x37\xc0\x28\x0e\xdf\x40\xa2\x24\xd2\xd0\x18\x0a\xf5\x1f\xcd\x9f\xc0\xf8\xe6\x41\xbe\xd8\xb4\x7e\x66\xe1\x85\xa6\xd5\x27\x5e\x14\x26\xb7\xf6\xf7\xe9\x3e\xa5\x67\x90\xa8\x0d\x1e\x99\x9f\x51\x24\xd7\x9c\x55\x8d\xe9\xc5\x9d\xd5\x78\x2b\xd2\x00\x2c\xe1\x1b\x50\xb1\x6e\x9f\x67\xf0\xba\x8e\xf5\x80\x8a\xd5\xf6\xde\x00\x2c\x75\x08\x5f\x30\x1d\xa3\xf6\x52\xd4\xdc\x8c\xfe\x00\x9c\xe0\x29\x21\x0a\x95\x2a\x2d\x1a\xef\xae\xfd\x4f\x8a\xb8\x60\x08\xb0\x6f\x1c\xd1\x48\xbf\x66\x20\x33\xde\x68\x33\x47\x4b\xb9\xea\x2f\xa0\x16\x93\xa8\x8f\x84\x9c\x9b\x9b\xe0\x81\x35\xdc\x04\xc2\x3d\x3d\xeb\x0d\x61\xec\xfe\x9f\x1a\x59\xc9\xb8\x40\xc6\x9b\xe9\x21\xf6\x8a\x62\x68\x7e\x9f\x37\x51\x5d\x17\xa2\xe7\xaa\xf8\x8b\x41\x15\x93\x66\xad\x43\x2a\x0a\x13\x44\x47\xea\x8a\xcf\x07\x49\xb3\x06\x41\x8c\x6a\xce\xea\x4c\x18\xa3\xff\x07\x64\xa4\x70\x52\xc0\x78\xed\x20\xf7\x40\x98\xb1\xf3\xc5\x04\xeb\xb3\x7d\xfe\x87\x43\xbe\x2e\xf8\x31\x70\x72\x74\xbf\x9f\xbb\xcd\x3f\xc0\xe0\x24\xbd\x78\x0c\x44\xf6\x58\xb5\x1e\xa8\xd7\xa6\xba\x04\x23\x08\x40\x75\x40\x46\x6c\xf0\x7e\xf0\x33\x14\x31\x02\x01\x11\xbc\xef\x6b\x96\x83\xb3\x6c\x29\x08\xc7\x41\x3b\x7e\x05\x2b\x34\x5b\x25\x1c\xd0\xe2\xaa\x3e\xe2\x08\x5a\xc2\x55\xba\x77\x44\x00\x25\xc8\x88\x12\x48\x9a\x63\x53\x62\xbc\x70\xb4\xda\x88\x1d\x33\x51\x82\x5a\xcc\xca\x30\x9e\x85\xc9\x13\x5a\xc0\x3f\x26\xce\x1e\x4b\x31\xe6\x29\x77\x17\xc4\x9f\x16\x7b\xf3\xc0\xb3\x48\x9c\x24\xd1\xed\xe5\x7e\xf4\x0b\x09\x12\x44\x02\x92\x27\xda\x9e\x15\x8b\x89\x08\xbd\xa5\x12\xa0\xea\x46\x15\x59\x81\x79\xf9\x0d\xe6\xd8\x57\x1f\xcc\xa7\xe8\x4b\x5b\x40\x0f\xec\x13\x36\x56\x9e\xfa\x22\x73\xf1\x72\xe0\xc5\x81\xf9\xfe\x23\x6b\x57\x22\x11\xf7\x01\xf5\xa4\xd7\x02\x09\x17\x8b\x20\x5e\x20\xbf\xa2\x95\xb2\xb1\x43\xee\x08\x45\x07\xfc\x04\x3f\x6b\xbb\x53\x83\xea\x1d\xb3\x43\xb2\x58\x56\xef\x9c\x79\x8d\x01\xb9\x0f\x1d\xa7\x19\xcc\x78\x63\xfd\x7b\x1c\x39\x91\xea\xe2\xa0\x12\x4c\x90\x2e\x0e\x5c\x46\xbc\x69\x0f\x80\x46\x0b\x96\x83\x72\xc1\xdb\x3e\x0b\x29\xfb\x03\x48\x6b\x9f\x0f\xc4\xbd\xc3\x3d\x82\x66\xaf\xed\x8b\x7b\x67\xf3\x9e\x49\x1d\xae\xa0\x46\xb0\x6c\xb2\xf0\x5d\xc0\x33\xd0\x29\x6a\x82\x19\x70\xc2\x82\xe7\xa4\x43\x8a\x2e\xcb\x71\x02\x9b\xff\xdc\x22\x25\xb6\xf7\x00\x94\xb8\xdb\xe7\x03\xaa\xd9\xbc\x52\x67\xf2\x82\x3b\x45\xd2\xd7\xf0\x33\x64\xdb\xe7\x19\x92\xc3\xe2\x14\xae\x83\xd6\xaf\x06\x5c\x07\xbb\x65\xdf\x95\x0c\xad\x69\x82\xeb\xe0\x7b\x8b\xfc\xcb\x11\x04\x50\xed\x90\xe1\x80\x7a\xb7\x7d\x0e\x94\x6b\xc2\x5d\x53\x03\x46\x4e\x1d\x57\xe4\x1e\x41\x47\xc4\xe1\x67\x5e\x7c\xa5\x81\x08\x26\x6e\xb7\x0b\x54\x5c\xb8\xd2\x19\x01\x5e\x9c\x01\x4d\x32\x63\xa5\x3f\x40\xe2\x86\x82\xc1\x5b\xf6\x06\x67\x59\x8c\xdc\xb9\x43\x35\x05\xf0\x17\x70\x5e\x86\x20\x0c\x37\xc0\xbb\x21\x57\x3c\xc7\x37\x29\xd0\x18\xe0\x3e\xb0\x79\x4c\xa9\x11\xb6\x30\x7d\x36\xa8\xab\xd4\x00\x63\x59\x7c\x2f\x0e\x54\xba\xf9\x9c\x9a\x0f\x8b\x10\xfb\xff\x2c\x3f\xa5\x67\x0e\xc1\xbc\xfb\xd0\xeb\xc2\x27\xca\x93\x13\xaf\x69\x7b\x81\x79\x58\xb9\x1f\x0f\xe3\x25\xdc\x05\x9c\x24\x9c\x25\x21\x1e\x28\x6c\x2d\x95\xe0\x60\xe0\x8b\xe8\x04\xf2\x6e\xb6\xa4\xce\x1f\xae\xd2\x1a\xd4\x44\xe9\x9b\xa2\x1e\x27\x94\xd0\xa5\xbb\x81\x0e\xa5\xde\x7f\x0b\x3d\x19\x88\xa2\xcc\xd1\x63\x6e\x64\x4d\x35\x48\x98\xec\xcb\xc2\x84\x9a\xd7\x5e\xaf\x13\x99\x1f\x95\xfb\x76\xcc\x8d\xdb\x4b\xb7\xe9\xc9\x5c\xe7\xbe\x8f\x4f\x14\xe2\x1b\xce\x4e\x31\x09\x84\xa7\xfb\xa4\x61\x47\x6b\x37\xa1\xf7\xb5\x03\xf2\xa4\x77\xa4\xa4\xf9\x64\x70\xb2\x6f\xf4\x93\xb5\x6e\x9a\xa9\x2e\x60\xaf\xe9\x67\xc4\xf0\x68\x25\x26\x9c\x0b\xb6\xe9\x16\x09\xd2\x8a\x49\x20\xe0\xf1\xcc\x15\xde\x3c\xb5\xed\x66\xc5\x16\xf0\xb8\x2b\x25\x95\xa0\xeb\x44\xf8\xb2\xb1\xf1\xac\x59\x2a\x49\xcf\x0b\xda\x79\x75\x59\xb9\x4d\x4d\x64\xcd\x72\xaf\x7a\x06\x5a\xff\x34\x48\xdd\xe5\xf2\x0f\x49\xa3\x9a\x6c\xc0\x38\x52\xdd\x4c\x84\xc2\x38\x17\xd6\x6c\xf4\x04\xd7\x18\x1a\xb2\x80\x87\x9f\xa1\x4d\x5f\x7e\xa6\x8a\xd6\xab\x4f\x78\x3c\xdd\x20\x62\x8a\x86\xff\xe7\xad\x69\x99\x02\x6a\x68\x75\xc4\x4c\xe6\x7b\x54\xe2\xe2\x31\xe1\xaf\xa0\x4c\xe4\x63\x36\x72\x8b\xc6\xc4\xfc\x8f\x3a\xb9\x27\x15\xb4\xfe\xbe\x43\xbb\x63\x12\x3b\x13\xd8\x68\x16\x99\xd9\x5c\xc0\x71\xf6\x1c\x93\x06\xd9\xb9\xcf\x97\x7b\xa4\x46\xb7\xbb\x09\x72\x97\x56\x92\xde\x9e\x8e\x9c\x9a\x3d\x53\xd7\xea\xf9\xc2\x3e\xf7\x33\x16\xca\xd3\x36\x70\x50\x7b\xe5\x11\x27\xf3\x61\xd7\xf4\x3e\xf0\x0e\x18\xb9\xf4\xea\x31\x78\xf6\x4b\x09\x31\x5f\x78\xda\x8b\x54\xe3\x33\x78\x47\xff\x53\x51\xd5\x31\x83\xea\x24\x11\x18\x10\xdf\xe6\xb4\x54\xb6\x7a\xa1\xe1\x81\xe0\xca\xf9\x63\xb2\x78\xb1\xca\x54\x8c\x89\xa8\x97\x50\x66\xe5\x31\x5f\x74\xdb\x8b\x34\xc6\x33\x20\xe2\xbd\x70\x28\xb9\xe3\x78\xb5\x89\x98\x97\x98\x96\x23\xd4\xb5\x7a\x0e\x18\xf3\xe2\x18\xa7\x39\x91\xdd\xd7\x3b\x6e\x0e\x8a\x09\xbf\xc0\x95\xd5\xb1\x32\xe7\x05\x9a\xc4\x1c\x2f\xbc\x0d\xa7\x06\x9d\x93\x34\xea\x7d\x6a\x5f\xed\xfe\x3a\x81\x5d\x7d\x71\x9a\x0b\x07\xa3\x79\x69\x0d\x7e\x20\x12\x16\xad\xfd\x02\x0b\x13\x2e\x0a\x9b\x97\x7a\xe5\xbc\xf9\x07\x6c\x10\x4b\xc7\x45\x9a\xd4\xe2\x8b\x4c\x7b\x91\xf9\x60\xd2\xaf\xd4\xf7\xcd\x09\x68\x6a\x0f\xa0\xc9\x5a\xca\x4e\x5a\x33\xf7\xe4\x15\x37\x31\xfe\xfd\xe7\x93\xdf\x71\x32\x64\xc5\x92\x69\x9f\xb8\xc1\xfa\xff\x64\x0f\x0d\x7b\x27\xcd\x26\x81\xd7\x06\x41\xd3\xb9\xb3\xde\x85\x5a\x24\xda\x95\xcd\x63\xa2\xcc\x8f\xfd\x30\x66\x62\x5d\xe9\x01\x26\xb1\xae\xe5\x35\xab\x26\x3a\x01\xf1\x7c\xc1\x6e\x2f\x9e\x78\x60\xdd\xcf\x2c\x00\xcb\x16\x73\xd7\xb1\xe3\xd9\x1d\x1c\x6c\x50\x83\xcc\xf4\x8e\x1a\x23\xa1\xaa\x73\x28\x4d\x78\xa2\xda\x4f\x6f\x9e\x9d\x2f\x88\x46\x40\xd5\xe2\x31\xbc\x50\x75\x3a\x67\xda\x3c\xe1\xbf\xed\x95\x3e\x41\x92\x0f\x6b\x96\x09\xf2\xca\x9f\x64\x15\xdd\x38\xe7\x09\x76\xfe\x74\x08\x35\xb3\xb9\x91\x41\xd5\x0e\xd0\x9b\x57\xf2\x8a\x5a\x78\xb1\x6c\x75\x78\xc8\x64\x14\x8c\x4a\xa7\x8c\x79\x41\xce\xb8\xcb\x0b\xd3\xac\x5b\xca\xbc\x78\x0b\xb6\xbc\x7d\xf1\x6c\x57\xee\xfb\x31\xe1\xbb\xea\x1c\x4c\x93\x29\x22\x9d\x23\x6c\x22\x45\xe4\xfa\xb4\xf8\x60\xde\xd5\x20\x54\xc0\xc5\x02\xfe\x05\xab\xdd\x7e\x80\x13\xce\xae\xc5\x87\x1c\xa0\xa8\x9d\x11\xe6\x4d\x0d\x4e\x75\x03\x3c\xa3\x04\x87\xe7\x4d\xff\x49\xe3\x8d\x9b\x13\x5d\xfc\xc6\xc5\x36\xdc\x28\x13\xb7\xf9\xf9\x01\x11\x7a\x06\x3c\x75\x78\xd2\x7c\xf2\x2a\x26\x2a\x13\x7e\x0a\x62\x4f\xc2\x4f\x7b\x9c\xcd\x07\x0c\x5b\xdc\x04\x54\x67\x9f\x2e\x92\x61\xfd\x01\x41\x8e\xb7\xe9\x43\x0b\xbd\x50\xf6\x42\x2e\x1f\x7b\x86\xac\x1f\xa6\x52\xbb\x70\x31\xb8\xda\x56\xbc\xf5\xc3\xea\x8b\xa6\x05\x4d\xb0\xa1\xdd\xfa\xe5\x28\xba\x7e\xc8\x51\xfc\xe9\x2e\xb4\x7e\xe4\x8d\x4d\xcf\x94\x2b\x61\x02\x77\x8a\x2e\x13\x00\x8d\xa7\x80\xdf\xfa\x9d\x68\xc1\x1f\x30\x44\xde\xcf\x2f\x02\xb7\x27\xf4\x82\x62\xb9\xc8\x30\xba\x36\x2a\x65\xc5\x6d\x6b\xa3\xad\xd5\x5f\x6c\x05\x53\xa0\x1e\x53\xf3\xac\x23\x60\xa5\xa3\x84\x0e\xb2\xb5\x51\x7a\x76\x77\x42\x95\xa1\xbf\xc0\x3e\xaf\x6e\x12\xf8\x62\x9a\x06\xf8\x1e\x9a\xa6\x82\x65\x92\xb8\x5e\x05\x24\x69\xe1\x17\x9c\x73\x4b\xf5\x33\xf7\xa8\xfa\x47\x28\x91\x23\xe2\x17\x42\x89\x8a\xb0\xc4\x2a\xa4\x47\xcb\x50\xb1\xe3\x24\xfe\x17\x3d\x6d\x7d\xe1\x5d\x95\x16\x35\xa1\xbc\x05\x3d\x71\xa9\xfe\x82\x27\x8c\x6e\xed\x0b\x7a\x62\x55\x71\x1f\xab\x26\xa2\xf7\x17\xe0\x76\xcf\x2a\x0b\xf9\xd8\x40\xbc\x2a\x64\xdd\xe7\x19\x27\x8a\xf4\x2b\x0b\x58\x77\x38\x85\xdd\x4a\x5d\xaf\x99\x95\xe9\x1e\x9d\x6a\x7c\x01\xbd\x0e\x27\xa5\x5b\x8d\xd1\x6a\x7e\xe6\x31\x26\x20\xb7\x50\x46\xc7\xa9\x7d\x56\xc7\xfe\x68\xfe\x1f\x95\x4f\x3c\xaa\xce\xcb\xbd\xe4\xc0\xea\x1c\xa6\x9f\x19\xec\xa9\xa5\xeb\x29\x8a\x44\x63\x07\x83\x7b\x66\xe1\x4c\xe0\xfc\x08\x0b\x8a\x5a\xa7\xa8\x5c\x83\xa5\xb0\xf4\xff\x00\xef\x08\x23\xad\x81\x50\x01\x1d\x00\x6b\x24\x3b\xfb\x87\xc6\x49\x11\x89\x83\xa2\xcb\x83\x66\xd8\xf7\x67\x13\x0e\xe4\xfe\x5b\x6e\x82\x22\xde\x0c\x06\xed\x6e\xf1\x28\x5f\xbc\xdb\x4b\xf3\xff\x94\xb7\xe6\x40\x26\xea\x29\x6e\x11\xa3\xf4\xa6\x84\xb7\x41\xfd\xd0\x94\xf8\xd8\xe3\x44\x49\xca\xea\x79\x21\x5e\x36\x43\x02\x2f\xdb\x82\xb5\x80\x80\x8b\x8e\xb1\x15\xdc\x23\x6e\x0f\x0b\x67\xc1\x42\x97\x5c\xe7\x74\x5f\x09\x88\xa7\x7b\x40\xc1\x03\x1d\x2a\x8b\x51\xe0\xc3\xcf\x1c\x93\x1a\x98\x58\xa9\xee\x67\x0c\x49\xf2\x7f\x01\xdd\x36\x63\xcf\x35\x77\x5c\xfe\x45\x12\x0b\xdd\xc4\xe7\x87\x1b\x59\xb9\x35\x86\x85\x1e\x86\x9f\x89\xb8\x2d\x38\x5e\x34\xfb\x81\x40\x0b\x41\x51\x25\xfc\xcc\x1d\x24\x44\xb3\x90\xf5\x51\x45\x2d\xc7\x42\x94\xd4\x67\x7f\x2c\x70\xaf\xb9\x91\xd8\x55\x7a\xa4\x95\xd8\xd5\xa2\x0f\xd0\x74\x38\x7f\xe2\xda\x89\x2f\x3c\x2d\x3b\x16\x6a\xf8\x0b\x4a\x92\xe1\x3e\xb8\x85\xc6\x9f\x72\xf7\xac\x9d\xab\x62\xde\xdc\xb9\xa1\x34\x44\xea\x69\x9d\xe6\x65\xb1\xa2\xb7\x2f\x0d\xeb\xc0\xb4\xea\x46\xbb\x0e\x88\x67\x2f\x3c\xd4\xb2\x25\xdc\x00\x85\xc2\xe7\x85\x4c\x30\xad\x41\x1f\xc9\x5c\x1a\x24\xa2\xa8\x8a\x20\xfe\x3a\x72\xc3\xf8\x0b\x50\xed\x89\x3f\x70\xce\x59\x40\x9f\x49\xb4\xd6\xfe\x24\xb7\xa9\x01\xf8\xd2\x16\x21\xfa\x95\x7a\xd7\xe9\x0f\xe2\xdf\x7f\xc2\x4e\x6d\x8b\x21\xda\x56\x67\x2c\xa2\x57\xcf\xd3\xc9\x60\x09\x37\x70\x22\x48\x49\xa3\x66\x60\xd5\xe7\x7b\x0e\x41\xeb\x08\x77\x84\xe1\x34\x92\xeb\x02\xf3\xf8\x58\x65\x8d\x71\x57\x0c\x58\x17\xc6\x60\xd9\x09\x4d\xaa\x6d\x79\xeb\x02\xde\xf6\xc2\x41\x2d\xea\xe8\xc8\x05\xb5\x68\x31\x5c\xba\x0b\xb8\x5b\x14\xdd\x84\x47\x1e\xc2\x9d\xa2\xd1\x3f\x80\x39\x2d\x19\x6f\x48\x11\x4f\xda\xcd\x13\xc7\x3b\xec\xa6\xb3\x98\xcf\xa4\x1b\x2b\x6d\x56\xb8\x41\xa3\xf7\xf4\x93\x75\x9e\xd4\x24\xe2\xa8\x5c\xe4\x60\x3d\x49\xa4\x96\xfe\xe1\x4d\xc9\xa2\xf1\xe1\x1e\x33\x7e\x78\x52\xb2\xf8\x07\x08\x3b\x9f\x9c\x0f\xca\xa4\x79\x0f\xd2\xe3\x60\xb9\x4f\xa8\x2b\x9c\x2b\x7f\x3d\x60\x3f\x41\xa2\x9d\x2e\x07\x56\x2c\xed\xd4\x7c\x3a\xea\x64\xff\x61\x18\x42\x7e\x3b\xb3\x4a\x5a\xb3\xb4\x23\xb2\x4a\x65\x30\xc7\x0e\xef\x59\x7b\xd1\xef\x2f\x32\xfc\x28\xc1\x77\x22\x43\x2d\xfe\x8e\x48\xac\x66\x53\xf3\xbe\x91\x7d\x74\x94\xee\x44\x7a\x62\xc8\x1d\x71\xe3\xc5\x14\x6c\xd8\xc7\x92\x55\x3b\x13\x43\x3a\x0a\x75\x47\x36\x71\x7b\x40\xee\x1b\xbc\xea\x96\x7b\xe4\xb6\xd6\x3c\xee\x1b\x16\x3b\xdc\xe2\xc5\x17\xdc\x25\x38\x52\x67\xca\x0e\x8f\x5a\x3b\x2d\xef\xe9\x53\xe0\x2e\x0b\xa2\x27\x85\x97\x77\x40\x45\x7b\xe1\xef\x84\x8a\x5e\x07\x56\x91\xb4\x76\x6c\x67\x55\x48\xc7\x34\xed\x08\xe4\x72\xda\xed\xbd\xd0\xd1\xda\x1f\x10\xa8\x69\x12\x0a\xb7\xb1\xde\x47\xae\x71\x15\x15\x1e\x7b\xa5\x16\x47\xfb\x7c\x47\x6e\x71\x3b\x1e\xef\x84\x8a\xba\x15\xef\xe9\xeb\xaa\x5b\xed\x0e\x9f\x02\xbb\x19\xef\x50\xb4\x3a\x62\x73\x87\x8f\x81\x9d\x49\x76\x40\xc9\xe1\x7c\xb7\x3b\x33\x0c\x55\xbf\x70\x93\x24\xd3\xf8\x70\x1d\x44\x03\x7c\x59\x8b\xa7\xb9\x71\xe9\x25\xec\xf6\x17\x5b\xce\x6e\x9a\x1a\x04\xc1\xfa\x53\x16\xed\xbd\x71\x40\x6e\x8c\xf8\xc9\xac\xda\x18\xda\x2f\xe9\xbc\x23\x3f\x91\xd5\xfa\x3b\xdd\x5c\xed\x80\xb3\x33\xc1\xa3\x53\x48\xef\x50\x8b\x76\x07\xda\xef\xe9\x34\xa0\x83\x74\x67\x46\x47\x07\xfc\xec\x28\x09\xe9\x7b\xf3\x0e\xec\xaa\xaa\xde\x63\x4f\xb5\xe8\xa7\x05\x7a\xbc\x68\x9e\x51\x99\xdc\xfa\x8f\x7d\x90\x19\x45\x24\xf3\x35\x3a\xc5\xc6\xfe\x22\xcb\x5e\xcd\x2b\xac\x8b\x63\xcf\xea\x7d\xf0\xea\xee\x2d\xf5\x22\xc9\xd9\x3d\x75\x91\xe2\x51\xec\x18\xdc\xd4\x1a\x14\xfc\x50\xbb\x37\x04\x71\x9e\x1b\x4c\x5c\xe7\x4d\xfd\xc2\xb4\xa9\x22\xc8\x63\x67\x61\x1b\x41\x98\x7d\xa2\x96\x9a\xa5\xc8\x24\xa4\xd1\xb9\xb7\x4f\x22\x6c\x0f\x02\x3e\xa3\xf5\xe7\x17\x68\x67\x32\xcd\x93\x37\x7b\x1d\x2b\x3b\xd4\x96\x55\x90\x7c\x9f\xb4\xbb\xea\x83\xf5\xc3\xff\xa2\x71\x51\xba\x9a\xc8\x45\x50\x2f\x4d\xd1\xbe\x5e\xfe\x74\xfd\x95\x9d\xe1\xed\x56\x74\xee\x40\x6e\x0e\x17\xd8\x77\x76\xa1\x41\xec\x94\x9e\xe6\x96\x44\x6e\x9b\xdf\x78\x05\xb4\x43\xcb\xf7\x3d\x47\xe5\x17\x4e\xd0\xe0\x2e\xa8\x30\x16\xd1\x89\xbc\x3c\x0a\xe8\x00\xab\x7b\x38\x1a\x89\xd6\x62\xc2\x7e\x5d\x3d\x4a\xc0\x26\x07\x85\xec\xcc\x6c\xe3\xd4\xd9\x3b\x51\x90\x0e\xb2\x1d\xc1\xe6\x55\xea\x84\xfd\x64\x8f\xea\x80\x95\xbf\x9d\x9c\x7b\xa7\x57\xa5\xb5\xb7\xfb\x45\xa0\x65\x11\xfd\xa2\x94\xae\x1a\xb8\x63\x47\x8d\x15\x07\x4a\xef\x0c\x00\x72\x1a\xdc\xfd\xe2\xbc\xf9\x05\x38\xee\xeb\xc0\xdf\x99\x67\xc6\x91\x1b\x3b\x93\x63\x3b\x69\xe9\x0e\x1c\x53\xa5\x51\xdb\xaf\x07\xcf\x22\x29\x71\x8d\xa6\xe9\x6e\x78\xd6\x18\x6e\x02\x54\xc1\x96\xfd\x85\x31\xd5\x99\x0f\xf7\x9b\x24\xfa\xff\x24\x49\xf3\x86\x8a\x28\x9b\xb5\xb3\x3b\x7c\x1e\x7f\x9b\x8f\xbe\x87\x4d\x68\x25\x10\xaf\xe3\xa4\xb7\x3b\x2b\x96\xf8\x2e\xb2\x3f\x39\xca\xff\xbe\x38\x58\x91\xc4\xfa\xaf\xe3\x47\xad\x44\xf8\x87\xf6\xef\x3f\xd5\x69\xa5\x0f\x40\x08\xbb\xbb\x1d\x54\x37\x59\xa3\x7b\x10\x53\x7c\xba\x20\xcb\x0a\x5c\x1d\x80\x08\x55\x17\xdb\x03\x5e\x85\xb6\xa3\x1c\xb4\x9e\x3a\x70\xe3\xd8\x78\xf6\x14\x7f\xf1\x0e\xc3\xf7\xca\x63\xe3\xd9\x23\x0c\x70\x6c\x58\x2c\x13\x8d\xa0\x19\x43\x82\xa3\x30\x41\xa2\x9f\x81\xf7\x74\xfa\x1d\x85\xe7\xab\x0e\xec\x03\x75\x9f\x5f\x9e\xfe\xc3\x51\x74\x30\x3c\xc6\x3a\xec\x83\x69\x9f\xad\x73\x3e\x0a\x8d\xdc\xc5\x1d\xf2\xb0\xd4\x79\x7b\xd4\x82\x6c\xb0\xa2\x30\x95\x41\x9e\xd6\x3a\xd8\xa6\x7f\x80\x34\xd2\x41\x71\xf0\x84\x97\xc2\xeb\x80\x72\xc8\x99\xc5\x0e\x06\xb7\x14\xf7\xc0\x2b\x5f\xf8\x03\x30\x8b\xee\xd6\x07\x4e\xf8\xee\x75\xcb\xb4\x33\xe2\xf0\xa3\x61\xa3\xeb\x2a\x71\x30\x89\xb3\xc3\x65\x8e\x46\x12\x45\x32\x42\x53\x0c\x3a\x0e\x96\x70\x9e\xd3\x2f\xd0\xc1\x48\xb3\xc2\xa4\xcd\xae\x35\x70\xe0\xcc\xae\x86\x25\x47\x87\x88\x35\xd1\x8c\x44\x71\x22\xaf\x83\xa6\x4e\x73\x1b\xb4\x4f\x55\xa2\xe4\xc8\x13\xdc\xec\xda\x99\x4f\x4d\x90\xf6\xe0\x11\x2e\xa0\x7f\x74\xec\xba\x66\x12\x92\x48\xd3\x00\x6e\x94\xd6\xed\x18\xb4\x28\xe8\x86\x73\x40\xbf\x54\x75\xdb\x38\x50\x0b\xcf\x8a\xbe\x03\x91\xd8\xd6\xcb\x1c\xef\x99\x5f\x1c\x2b\x7e\xb0\xa4\xb3\x33\xf1\x1e\x08\xd5\x76\x89\x86\x03\x18\x60\xd8\x75\xf0\x40\xac\x8a\x8d\x57\x07\x6a\xe1\xfd\xbc\xf6\x83\x1c\x6b\xee\x48\xed\xd2\x32\x4d\x37\xdf\xf0\x27\x08\xa0\xf5\xb4\x04\xc5\x97\x04\xdc\x01\xf5\x52\xb5\x72\xe7\x08\x5c\x4f\x24\x9d\x0e\x94\x15\x71\xaa\x96\x83\xea\x25\x47\x08\x1c\x11\x74\xe0\x17\x3f\x24\xd0\x58\xee\xf4\xc0\xcc\xe9\x0b\x86\x9e\x58\x1b\x79\x50\x21\xe4\xc0\xfc\x03\x06\xd2\x6a\x51\x40\x60\xd1\xdd\x42\xe7\x30\x44\xd5\x1c\x70\xe7\x15\x0d\x08\xf1\x76\x12\xaa\x63\xee\xf0\x07\xf6\x33\x63\x31\x4c\x01\x70\x88\xd7\x06\xfa\x21\x3b\xd1\x1d\x70\xdc\x73\x1c\xfb\x01\xe3\xe7\x66\xb7\xd1\x03\xb1\x27\x0e\x8f\x39\x16\x05\xec\xf2\x0f\x38\xba\x04\xbc\x8f\x9d\x43\x12\x45\xcc\x78\x63\xb5\xdb\xb1\xf3\x46\xed\xd5\x66\xf4\xb4\x95\x5a\xc7\x4e\xff\x14\xaf\xf6\x4e\xb0\x2c\x4c\x78\xec\x60\x72\x61\xe5\xe3\xa0\xdf\xa5\x45\x28\x34\x3c\x2e\x96\x75\x40\xc3\xe3\xb2\x6d\x07\x81\x89\xf0\xda\x01\xe3\xa4\x71\xc8\x71\xb0\xde\xa3\xdf\x87\x30\xf1\x26\xc8\xfc\xcf\xfe\x9e\x99\x4b\xb4\x6d\x11\x5e\x62\x0f\xb5\x23\x71\x8c\x99\xe9\xe0\x29\x32\xdd\x02\x8c\x68\x9e\xa6\xf3\xf7\xef\x3f\xad\x0b\x73\x1e\xb0\x55\x3a\xff\xc1\x01\x53\xa5\x4d\x93\xc7\x09\xc1\x20\xac\x76\xc0\xf4\xd8\xec\x3e\x75\x20\xc1\xb3\xad\x20\xc7\x09\x57\x27\xef\x4a\x68\x6f\xaa\x53\x09\x1f\xb0\x34\x96\xbf\xf9\x27\x1c\x17\x27\x54\xe4\xbe\x20\xa9\x7e\x26\xe4\xe2\x75\xcb\xff\xa7\x90\xd0\x8c\x42\xf5\x63\xeb\xef\x81\xe4\xcd\x61\x1b\xf8\x71\xa1\x74\x80\x30\xd0\x41\x8c\x24\x60\x77\x30\x39\xb3\x33\x2c\x1c\x37\x53\x4a\xe8\x3a\x74\x40\x53\xe3\xa2\x3d\x07\x5c\xdc\x5c\xe5\xe7\x60\x99\x38\x57\xe9\x39\x6e\x76\xa1\x29\x7a\xb2\x0b\x2d\xeb\x83\x51\x1b\xbf\x3c\xbc\xfe\xf8\xe0\x7c\x98\xfc\xc3\xa7\xd2\x43\x1d\x99\x76\xf8\x89\x28\xe6\xb0\x15\xe4\x64\x31\x0e\x95\xc8\x1f\xe7\x8f\x38\x5d\x7b\xf2\x84\x11\xce\x65\x51\xce\x5f\x76\x52\xf4\x43\xce\x9d\xbf\x60\xf2\x1f\x09\xa2\xf3\x97\x43\x9d\xfa\x01\x02\x55\x9b\xf2\xdc\xf2\xd8\x50\x13\x48\x90\x6c\xeb\xe7\xb9\xf1\xac\xd3\xf9\x7a\x6e\x8c\x7a\x57\x8b\x74\x3b\xb3\xb2\xef\xdc\x38\xfd\xfe\x80\x3e\x37\x3a\x91\x4f\xa8\x3a\x5c\x6e\xe2\x44\xca\x1a\x17\x21\x39\x0b\x73\x61\x69\xcf\x9c\x85\xc7\x82\x4e\xc3\x33\xc3\x21\xc4\xc3\x27\x5c\xbe\x1c\xf8\x7b\x26\xb2\xd1\xa1\x7f\x22\xdd\x71\x58\x67\x79\x56\x7a\xfa\xf8\x19\x25\x86\x75\x4f\x3f\x99\xfd\xb8\x7e\x3e\xe0\xe9\xa5\x13\xf7\x44\x8e\x99\x26\x59\x72\xbe\xd0\x65\x76\x5d\xfd\xcf\xc6\x44\x97\x6a\xa0\x21\xa6\xc3\xf3\x42\xbb\x58\xf7\x33\x75\x09\x62\xec\xb3\x65\x8f\xea\x81\x01\x0c\xae\xf7\x73\x36\x92\xa0\x69\x68\x39\xd5\xfa\x01\x11\x0c\x56\x1e\x9f\x99\x72\x6f\xfa\x87\xe4\x42\xf5\x81\x14\x32\x2e\xd4\x71\xc2\x50\xa6\x02\xe4\xe3\xec\xbc\x13\xeb\xcc\x3e\x19\x55\x6b\xbe\x86\xf2\x21\xac\x49\x3d\xfb\x89\x79\xf1\x07\xa8\xa1\xae\xdd\x76\xc2\x50\xe6\xda\x21\x27\x7c\xb4\x9c\xd4\xf4\x44\xd4\xad\x13\xce\x9f\x54\x56\x98\x3b\x06\x1d\x23\xab\x3f\xc0\xbe\xd1\x09\x7f\xc2\xc8\xe5\xa2\x08\x67\xe2\x10\x41\x9f\x73\xe4\xbc\x6a\xd0\x83\x4b\xa9\x67\xc0\x8e\xcf\x07\xc8\x65\xec\x44\x61\x27\x42\x14\x9c\x94\xfa\x0c\xde\xea\x75\x5e\x9f\x19\x92\x60\x9a\x98\xbb\xd8\x8a\xd9\x33\x72\x73\xfb\x13\x64\x6c\xd4\x91\x7e\x66\xd0\xc2\xa7\x93\x0b\x1b\xd1\x44\x61\x1e\xbd\x30\x30\x5b\x39\x91\xf9\x39\x39\x6f\x22\xfa\x05\x29\xd5\xc5\xa7\x4e\x26\xa6\xf9\xfe\xc0\x4d\xb4\xfc\x03\x84\xbb\x57\x76\x12\x45\x74\x77\x09\x0f\xe9\xea\x2e\x16\x9b\xd4\xd4\x23\x33\x8d\x8d\x9e\x27\x71\x8b\xb9\x8f\xfa\x92\xf5\x27\x27\x85\x73\x61\x40\x26\x6f\x51\xc1\xae\xce\x56\x0e\xc8\xad\xe7\x80\xfc\x06\x6b\x7e\xf9\x99\xac\xe4\x0d\xc5\x78\x06\x17\x59\x3a\x11\xcf\xe0\xe0\x94\x73\x91\xb7\xfc\x01\x84\x9f\x70\xfd\xb9\x78\x01\x17\xa4\x39\x19\xb4\x6b\x55\xf3\xb9\x43\xe0\x9a\x48\xe6\x39\x36\xfb\xa3\x00\x6f\xb3\x4f\xe3\xb9\x33\xb6\x4c\x24\x65\xea\x40\x2f\xf4\x9e\xec\xec\x1f\x5e\xce\x70\x59\xaf\xf3\x20\x8a\x76\x93\x80\x51\xae\xbc\x74\x1e\x14\xfa\x66\x3e\x44\xea\xba\x92\xf7\x99\x69\x69\x3c\xce\x63\xa2\x0a\x8d\x86\x79\xb0\x86\xa8\x3f\xd8\xd1\x83\xff\x07\xa6\x16\xde\x3c\x0f\xa4\xd8\xb0\x50\x38\xc0\x18\x66\xee\x83\x43\xf0\xfb\xef\xf9\x6a\x93\xc0\x79\x02\x93\x5b\xc8\x9c\x3c\x6e\x8b\x5f\xc0\x21\xe3\x75\x40\xfe\x41\xd7\x7b\x3e\xa1\x40\x1a\xce\x2f\x7d\x22\x5a\xc1\xd9\x04\x4e\x04\x2b\x18\x88\x9d\x27\x92\xb8\x9a\xf7\x4f\xde\xd0\x3c\xa4\x33\x57\x5a\x5d\xa6\xd3\x97\xb0\xdd\x49\xa7\x2f\x6b\xb3\xcf\x8b\xe2\xd9\xec\x45\xb8\xe5\xc3\xf6\xa2\x0e\xe1\xf3\x03\xb2\xcb\x0b\x00\x9f\xe9\xf5\xe5\x89\x83\xd7\x97\x0b\xb0\x9c\xc8\x49\x63\xff\xbe\xf3\xc5\x5f\xb3\x7b\xd3\x23\x47\x8d\x13\xe4\x9e\x50\x6a\x85\x6f\x79\x27\x6c\x73\xce\x74\x7c\xde\xac\x50\xee\x1e\x6e\x14\x5d\x11\x66\x3e\x6f\x64\x1f\x37\x12\x82\xb1\xce\x66\x86\xf3\x66\xce\x2d\x0d\xe1\x4e\xa9\xa2\x31\x22\x89\x8d\x33\xf6\x9f\x37\xa5\x8a\x41\x0c\xb4\x5e\x4e\x7e\x7b\xde\xdc\x00\xc5\x24\xdc\xa4\xd1\x5f\x3c\x18\x84\xba\x60\xa1\x60\xa3\x1e\xa4\xb9\x71\x50\xf7\xf9\xe4\x86\xd0\xb4\x31\xd4\xd8\x83\x78\xa8\xf1\x34\x7e\x78\xa8\x5f\xd2\xa9\x74\xfd\x7e\x24\x6a\xe8\x87\x8d\x8a\xff\xaa\x1f\xa0\xed\x93\xb0\xbc\x18\xcc\x6b\x53\xc1\xc5\x82\x18\x4e\xba\x72\xc1\xe9\xca\xf7\xa5\x0b\xa6\x35\xa7\x20\xb8\x7e\x39\x6e\x37\x49\x9e\xd4\x05\xe9\xa2\x57\x95\xb3\xac\x5c\x50\xa4\x39\x6d\xe8\xc5\xb4\x88\x8e\x18\xbe\x60\x4b\x73\x3a\x88\x6b\x03\x43\x49\x7e\x5d\x28\xba\xb6\x59\x47\x7e\x21\x5e\xf7\x33\xee\x8d\xf9\x58\xfd\x3f\xd6\x42\x5b\xf7\x2a\x14\xdb\xc2\xc1\x57\x41\xc4\x70\xf3\x0b\x3c\x3b\x75\x4b\xbb\x60\x09\x2b\x1e\x54\x01\x76\xfb\xf9\x03\xf0\xb4\x7b\x2c\x39\x2d\xee\xe1\x21\x84\xd0\x17\x28\x89\x36\xfe\x58\xe8\xee\xaa\x05\xa5\x53\x34\x45\x2f\x3c\xed\xce\xe5\x7a\x55\x8e\x48\x87\xfd\x55\x21\x7c\x74\xcc\x5c\xb0\xac\x7d\x38\x01\x6a\x36\xc7\x1b\x5e\x95\x77\xe9\xea\x17\x00\x06\xc2\x0d\x70\x97\x0a\xa6\x5d\x70\xca\x72\x4a\xb7\x0b\x60\xd5\x1a\xd6\xab\xf2\x7e\xa2\x6b\xe1\xd5\xe0\xf4\xad\x4d\x77\xa1\x7a\x9a\xb3\x13\x5e\x70\xda\x72\xea\x93\x8b\x0e\x54\x4e\x74\x73\xd1\x28\xe5\xea\x7a\x17\x54\x5a\x76\x93\xb9\x3a\x76\x69\xf1\xff\x04\x8a\x1e\x54\x67\xda\x3a\x4d\x5b\xcf\x65\xf2\x0f\xc9\xbd\x9a\x17\x16\xd1\xfd\x8c\x62\xd0\xca\x24\x9c\x75\xc1\xc1\xdf\x89\x10\x2e\xe4\x5f\x71\x3a\xcd\x8b\xa5\x33\x6c\xb0\xbb\x06\x0a\xe6\x37\xbf\x90\x9b\x50\xc3\x18\x40\x00\x3f\xb7\x08\x2d\x57\x37\x4d\x38\xf1\x3d\x0d\xcc\xc7\xd2\xdc\x01\xb1\xa5\xda\x8b\x1c\x83\x3e\x08\x28\xc7\xbd\x74\x50\x50\x59\xba\x5d\x80\x8e\x2e\x3a\x77\x05\xe7\x59\x04\x04\xf1\x80\x80\xe2\x45\xf5\x94\x0f\xc7\x0b\xb1\xa8\x4e\xf0\x76\xbd\x38\x6e\x76\xb3\x1b\xbc\xf3\xad\x83\xbd\x00\xe3\xaa\xd5\x4b\x17\x33\x0e\xba\x52\xde\x05\x5c\xf7\x59\x98\x49\x09\xac\x5b\xe3\x85\xec\x29\xce\x28\x78\xad\x0c\x1e\xd1\xa8\x98\x06\xda\x46\xa8\x6b\x71\xe5\x34\x8a\xb4\x94\x09\x5c\x5e\xd0\x71\x39\x27\xe1\xb5\x88\x4e\xdd\x40\xae\x9c\x5f\x98\xec\x53\xe3\x46\x29\x5c\x57\x1a\xb8\x5e\xf0\x56\x1d\x1d\x72\xa1\x78\x99\xdd\x35\xaf\x9d\x4e\xaf\x52\xa3\x5d\xb4\x9c\xb9\xd0\xdd\xb5\xf3\xae\xa3\x2e\xa9\xd1\x72\x6d\xbd\x0b\xa6\xb3\xcf\x3c\xc0\x9d\xde\x7e\x58\x17\xbd\xe7\xed\xe1\x7f\x1d\x5c\x2b\xad\xc5\xc1\x51\x49\x1f\x72\xc1\xb4\xd6\xbc\x14\x07\x2f\x12\x82\xc5\x17\xdc\xe5\x5d\xa8\xe9\x62\x62\xe7\xf9\xe9\x93\x86\x53\x41\x9d\xeb\x44\x29\x0e\xcf\x64\x82\x29\xa1\xb9\x8b\x55\xcc\x3e\xd2\x80\x68\x4a\x17\xf4\x0b\x5a\x2b\xc7\xd3\x5d\xc8\xee\xec\xfc\x3e\x17\x63\x43\x6d\x9c\xbd\x4e\x1e\x6d\x96\xd1\x27\x4e\x0d\x1f\x6d\x48\xf0\xe7\x0c\x0c\xd7\xc9\x99\xed\xfe\x01\xfb\xca\x07\x17\xd0\xd6\x57\xea\x03\x6d\x19\xaa\x5f\x48\xf8\xe7\xd8\xfc\xeb\xe2\x18\x44\xf3\x95\x71\x0a\x1a\x14\x54\x57\xb6\xbc\x5e\x84\x52\x5e\xdb\x8b\x2e\x43\xcb\x1f\x24\x06\x70\x97\xd4\x78\x7a\x5e\x60\x10\x74\x62\x97\xeb\xe2\x41\xe4\xa3\xe4\x26\x54\x8f\xbf\x1d\x44\x08\x17\xfd\x88\xc3\x9b\x9b\x2a\xdc\x1c\xc4\x9f\xb9\xeb\xa6\x22\x3a\xfc\x05\x17\x4e\x63\x82\x9f\x94\xd3\x4a\x5c\xc0\x5e\xcd\xc9\x9e\x2e\x62\x2f\x1f\x6d\x37\x8c\xa2\x9f\x06\xb8\x6e\xfe\x1f\x23\xf6\xc2\xb3\x0e\xaf\x6b\xf2\x5c\x99\x9f\xda\xb3\x88\x00\x53\x97\xc8\xbc\x1e\x18\x49\x2d\xd2\x51\x38\xc3\x88\xf6\x4a\x28\xa6\xbb\xc8\xf5\xb0\x42\xa6\xc6\xf0\x50\x17\x64\x71\xc6\x62\x69\x3e\x4d\x1f\x38\x4f\x1a\x46\xc1\xeb\xca\xd9\x28\x2f\x98\x48\x1d\x69\x7f\xc1\x0b\xcb\x39\x81\xae\x07\x52\x40\xa2\xeb\xfe\xe5\x22\x86\x7e\x48\x12\xa7\x7e\x40\x6e\x52\xcd\xe2\xfd\xe3\xe9\xba\xf4\x0c\xc8\xb3\xb9\x45\xd8\x07\x34\xc4\x1b\xf6\x51\x27\xb3\xbc\x51\x29\xcd\x2a\xb5\x1b\xbe\xf1\xb6\x37\xdc\x1b\xa5\x8a\xda\xdb\x78\xc6\x98\x00\xa2\x3a\x5d\x66\x6e\xa0\x3a\x4b\xe3\x9b\x99\xad\x75\x0a\xde\x48\x64\x6d\x8f\x80\x7b\xcb\xed\xe9\x1e\x81\xf2\x84\x0a\xef\xc2\x9a\x7b\x9a\x01\xf8\x47\x39\x1f\xc9\x5d\xf2\xd0\xd2\x9c\x41\x6b\x68\xff\xeb\x1b\x5a\x43\x7b\xa0\xdc\xc8\xd1\xb2\x55\xff\x8f\x83\x5c\x22\xe7\x2e\x38\xe4\x3c\x05\x85\x87\x9a\xdb\x07\x48\xd4\xb1\x7a\x97\x13\x89\x35\xdc\x3e\x46\x28\x79\x73\x17\x32\xb2\x07\x44\xb5\x95\x66\x88\x49\xaf\x8d\xa8\x6e\xa0\xc0\x6a\x1b\xf5\x9d\x3a\x49\x4f\x32\x61\x9f\x04\xf3\xfd\xc2\xbe\x69\x0c\x76\x57\xac\xb2\x4e\xd9\x3b\x55\x92\x66\x93\x4a\xc6\xd3\x98\x2a\x69\x14\x09\x50\x39\x7e\x60\xe1\x0d\xeb\xaa\x7d\x16\xef\xc6\x43\x56\xdb\xf5\x66\x1a\x6c\x47\x2e\xdd\x8d\x99\x6e\xd4\x05\xa2\x46\xed\x84\x7b\x23\x6a\xb4\x7d\xfe\xa7\x44\xf3\x0b\x2c\x79\x6b\x5b\xd7\x9d\xd6\x54\x33\x2b\xac\xa5\xbe\xbd\xdd\x8c\x0b\xb5\xba\xed\xee\xc4\x27\xea\x03\x05\xd2\x8c\xa0\x6e\x6a\x1c\x8b\x9f\x79\xe2\xe9\x60\xbf\x81\x2c\x87\x91\xc0\x0d\x6b\xaa\xc3\x26\xee\x91\x34\x69\xb5\xe1\x8d\x1f\xae\xbb\x79\x23\x52\xd4\x77\x90\x7b\xf0\x52\x22\xc5\xe9\x3d\xc8\x4f\x1a\xd5\xe0\x5a\xf8\x7f\x18\x82\x3c\x6a\xf8\x43\x39\x36\xe5\x0e\x3a\x4d\xe8\x0e\x7a\xa3\x00\x88\xab\xc3\xde\x41\xdb\xba\x74\x01\x77\x50\xfb\xaf\xbb\xff\x8d\xfa\xb4\xce\x3f\x7b\x23\xab\x9e\x9d\x60\xef\xf9\x9e\xf3\x8e\x5a\xbe\xa1\x21\xb4\x13\xe3\x0d\xdc\xb7\xfa\xef\xf7\x97\xc3\xe7\x06\x06\xb4\x3a\xee\x9e\x39\xeb\xfe\x01\x93\xec\x67\xd6\x06\xf1\x8e\x59\x39\xc7\xa2\x1f\x56\x4b\x23\xdf\x7b\x71\x7f\xb8\x01\x9a\x1e\xa4\xf1\xbb\x01\xd8\x5c\xde\xf6\x46\xee\x10\xd7\x71\xba\x17\x29\xd0\x84\x30\xa9\xb4\xbd\x42\xee\x1d\x45\xea\xcc\x49\x28\xf4\x61\x95\xfc\xbd\x93\x15\x2d\xe7\xe0\x4b\x65\xcf\x96\x1b\x88\xb0\xda\x49\xe8\x86\x09\xf3\x23\xc9\x0f\xde\x2c\x05\x64\x6e\x98\x2c\x6d\x06\xba\x99\x02\xda\xfe\x0a\x77\x42\x42\x8b\x85\x03\xf5\xaf\xcc\x18\x30\x5a\x7e\x0e\x83\x03\x85\x5f\x2c\xcb\x0f\x8a\x89\xe5\x1f\x4e\xae\xab\x5b\xa4\xf4\x16\x27\x1d\xc4\x52\x7a\x3e\x39\x4f\xd2\x4b\xdd\x67\x8e\x42\xe3\x3e\x39\x0a\xd1\xc0\x98\x4c\xd7\xad\xbd\xa1\x7f\xb3\x81\xec\x46\x0a\x68\xbb\xb7\xde\x27\x4f\x3c\x41\xe7\x9b\x6e\xec\x36\xd4\xdf\xc8\x9b\xe7\x5b\xc9\x9d\x90\xb1\xb8\x49\xea\x14\x35\xf5\x84\x8c\xde\x0e\xa9\xa1\x5b\x26\x9a\x17\xcc\xe2\x61\x11\x8c\x98\x87\x59\x9c\xcc\x54\x43\x1f\xf7\x91\x3c\x88\x99\xfc\xdc\xd4\xef\x0b\x45\xb1\x4c\xf4\x85\x7a\xc7\x66\xd9\x17\x5f\x6d\x1f\x3d\xe4\x7d\xf3\x0a\xf1\x79\x83\x54\x8b\x26\xaa\xaa\xbc\xda\x70\x2b\x37\x3c\xba\x1f\xd4\xa6\xf9\xf9\xff\x97\x1b\xec\xd6\x7b\x3f\xd8\x34\xa6\x88\x09\x9a\x5d\x03\xee\x7e\x92\x02\x91\x04\x87\xae\xe6\x6c\x65\xf7\x03\xd1\xe5\x79\x7b\x78\x96\xff\x37\xb1\xcf\x8f\xd9\x8f\xaa\x9e\x0b\x4a\xbe\xfd\xf4\x4c\xb8\xa3\x31\x3c\x88\x4e\x2c\x9f\x0f\x72\xad\xa7\x7e\xc0\x25\xbb\xfb\x03\x5e\x38\xc3\x3f\x50\xe1\x11\xfe\x22\x17\xd7\x44\x3d\xb8\x97\xeb\x0b\x58\x3a\x87\x8b\xb1\x3f\x1b\x94\xde\xda\x67\x0f\xbc\xca\xbd\x29\x1e\xd4\xff\xb0\x0b\xe2\xb3\x41\x03\xa2\x89\x7c\x18\x5e\x68\x4d\xfd\xc3\x8c\x1c\xbe\x69\x3d\x5b\x72\xa8\xc6\xb9\xd1\x6d\xc3\x7d\xbc\x28\xa8\x56\xad\xc5\x03\xd4\xd3\x85\xcb\x9e\x17\xf4\xc4\x14\xb6\x7d\x58\x8c\xcc\x35\x73\x1f\xa0\x9c\x65\xff\xe6\xa7\xa4\xcc\x76\x93\x49\x84\xdf\x80\xfd\xc0\x13\x83\xdc\x74\x0e\x87\x7a\x98\x9b\xce\x72\xf9\x29\xbc\x1f\xea\x3c\x7d\x90\x26\x79\xd9\xf5\xf6\xa9\x98\xca\xe5\x67\xf2\xa8\x16\x87\xf6\x5a\x67\xb4\x7c\x58\x8e\xd6\x75\xc2\x9f\xc4\x42\x12\x83\xcf\x8b\x85\x8a\x33\x4d\x3d\x35\xa7\xee\x4f\x17\xa1\x27\xf5\x61\x3a\xea\x1e\x20\xa1\x0f\x4b\x56\xee\x2a\x0d\xba\x91\x19\x44\x31\x70\x8f\x2b\x3a\x3f\xb4\xac\x3a\x22\xf1\x61\x31\x33\x6d\x9a\x87\x7e\xdd\xae\x86\xfb\xb0\x98\x99\xbd\x0c\x1e\x98\x5a\x6d\x1f\x78\x12\xd6\x4c\xff\xf0\xee\x54\xab\xe2\x9f\x4e\xad\x5f\xf3\x0b\xb9\x94\x5a\x3a\x78\x89\xd9\xdb\xe2\x61\x61\xd8\xcd\x44\xe5\x52\xfa\x87\x94\x78\x1a\x67\xe7\xda\x6a\x1d\x52\xa3\x26\x41\xfe\x8c\x94\xf4\xfe\x81\xc0\x5c\x7a\x97\x07\x8e\x63\xd6\xdf\x3e\xf0\x15\xb7\x1e\xe6\x19\xdc\x16\x3a\x75\x1f\xa6\x90\xb3\xdb\xc2\x33\x2e\x7c\xe1\x16\x10\x1b\xec\x61\xbc\x50\xa9\xdb\x0d\xf6\x09\x58\xd6\x05\xd5\x1f\x84\x10\x76\x1d\x46\x0f\x5c\xc7\x3f\x5b\x20\x76\x3c\x6b\x62\x91\xee\xcd\xe6\xdd\x87\x01\x80\x4e\x24\xfa\x44\xe2\x43\x51\xf8\x22\xa5\x6e\xc7\xdc\x07\xb6\xd5\xcf\x06\x00\x72\xb2\x65\xf4\x99\xb9\xf8\x22\x19\xf9\xe0\x9c\xa8\xe4\x99\x98\x24\xef\x31\xa4\x27\x5e\xdf\x1e\x78\x07\xf5\x07\xd4\xf8\x4a\x69\xf7\x4c\xba\x7b\x36\x77\x91\xa3\x30\x11\xe0\x79\x81\xfd\x67\xe5\xda\xea\x0b\x84\x1d\x5a\xef\xf7\x2c\x2e\xad\xc5\xcf\xca\x61\x88\x8a\x45\xc5\x8f\x2e\x9a\xcf\xca\x7d\xeb\x37\xe8\x2f\xe0\x17\x26\x0a\x4f\x7a\x5f\x2c\x32\xb1\xb7\x16\x4a\x7f\xac\xcf\xf2\xb2\x40\x9b\x0b\xab\x3e\x7b\x8a\x6e\x75\x82\x9c\x6f\xbe\xa0\x3f\x3b\x44\xb7\x90\xc0\x03\xe7\x34\xab\x08\x9e\x9d\xe2\xc6\xb2\x9b\xb5\x3f\xd6\xe6\x2f\xc0\x22\x16\x71\x50\xdc\xad\xcf\xd6\xda\x93\x28\xcd\x0d\x8d\xa8\x76\xc6\x78\x0e\xdc\x60\x3d\x79\xf0\x3d\xb3\x2e\xf0\x39\xfa\xbb\xa2\x66\xb2\xcc\x83\x21\xed\xd0\x73\x90\x07\x4c\x14\x32\x63\x58\x8f\xf0\x1c\x5c\xf2\xee\x17\x78\xcb\x16\xb2\x7b\x10\x4d\x68\xb3\xeb\x83\x34\x6f\x1f\x19\x74\x92\x4f\xc5\x65\x27\x82\x71\xbd\x13\x18\x5c\x68\xe7\x8d\x07\x8a\x3c\x5f\x41\x9f\x93\xfe\x5c\xd2\xdf\x3c\x27\x75\xa2\xba\x17\x3f\x17\xe7\x5e\x24\x40\xad\xe6\x3b\xe9\x83\xb4\x13\x9f\x69\xb8\x92\x1f\xfc\x01\x84\x9a\xe7\xf1\xa2\xcc\xf2\x51\x00\x8f\x30\xdf\xe4\x1f\xe8\xc8\xec\xb8\xff\xc0\x00\xe9\x98\xa0\x87\x4a\x2f\xf7\x08\x7b\xe2\x66\x77\x8f\x27\x0d\x8a\xc6\x27\x37\x94\x8f\x66\x62\x60\x32\xe3\xe1\x07\x4a\xac\xfe\x37\xeb\xd0\x03\x0d\xd7\xe7\xcc\x7f\xc8\xcd\xba\x09\x3e\x30\x36\xda\x7b\xf8\x79\xc8\x38\xa2\xf7\x21\xe3\xf8\xff\xf1\xef\x3f\xe1\xfc\x55\x0f\x10\x5d\xb7\xde\xf1\x81\x7e\xca\xb9\x16\x1e\x96\xd8\x70\xc4\xe7\xc3\xfc\x13\x76\xf5\x78\x80\xf0\x64\xa4\x88\x1f\x8c\x95\x53\x4e\x38\xf1\xfb\x91\xc6\xa9\x67\xd2\x54\xf4\x3c\x10\xbd\xee\xf7\xa1\x6d\xf9\x6f\x11\xe3\xf7\x03\x2b\xff\x37\xa3\xf1\x03\xa0\x9b\xb2\xd1\xc5\xef\xc7\x55\xef\x7a\xa6\x54\xd8\xfc\x02\x56\xfd\x3f\x36\x89\xdf\x46\x8a\x42\xcf\x1d\x61\x86\x7e\x0e\x8e\x51\x2d\xa2\x5a\x5b\x6f\x7e\xc6\x2c\x35\x0d\x01\x7e\x6b\xbd\xa9\x43\xa8\xb4\x7a\x13\xc9\xdb\x8d\x21\xfa\x7f\x10\xf4\xdf\xc1\x18\x3f\xd6\x96\xd5\x21\x10\x3f\x04\x00\x4c\x99\x8a\xe2\x57\x30\x49\xee\x01\xe9\xd4\x74\x1f\x89\x5f\x81\xcc\xf7\x24\x41\x05\x35\x3c\x89\x4c\x85\xb6\x36\x75\x89\x7c\x10\xbd\x69\xcc\xc0\x5d\xbd\x69\x8e\xe0\x16\xb7\xc9\x03\x26\x7e\x35\x27\x45\xeb\xc8\xca\x6a\xe1\x59\xa8\xb9\x30\x22\x82\xc9\xd0\x94\x43\x2b\x7e\x84\x52\x4d\x4d\xb4\x1c\xa6\x26\xb6\x65\xaf\x22\x03\xb9\x7b\xa7\x0c\x2d\xf1\x6b\xdc\x81\x45\xec\xc2\xe2\x69\x3a\x92\xe3\xd7\xd2\xfd\xce\x9f\x1c\x6c\x43\x43\x69\xbc\x27\xb9\x09\x9e\xd9\x5d\x84\x77\x30\x48\xd7\x0b\x2c\x26\x1b\x66\x80\x4e\x61\x57\xb4\x1e\x2f\x00\x73\xae\xdd\xf8\xc1\x78\xd8\xbb\xfe\x1f\xd9\x82\x86\x0e\xeb\xe1\x54\x85\xe2\xf8\x21\xc1\xc2\x54\x61\xde\xf8\x21\x81\x58\xf5\xbe\x18\x39\x9b\xfe\xe2\xe6\x17\xee\x84\x7a\x21\x2d\x08\xec\x83\xcd\xff\x33\xdb\xad\xb4\x86\xaf\x20\x60\x0b\xfe\x62\x32\xb3\x95\x3a\x7d\xf1\x8e\x2b\x18\xc7\x8f\x45\xca\x36\xcd\x54\x50\xc2\x7a\xaa\x58\xb4\x2c\x3c\xf2\xc9\xed\xae\x3e\x67\xf6\xa9\xf5\x42\x11\xfb\x9f\xe7\x16\x0e\xeb\xc3\x5c\xc4\x8c\x07\x4b\x34\xc2\x77\x4b\xf5\x4f\xe3\xb7\xc8\x33\xc5\x2f\xd0\x30\xdb\xfd\x03\x8f\xec\xe2\x4f\xc8\x55\x1e\x06\xa0\xc6\xea\x9f\x1f\x20\x74\x3e\x4d\xf0\x0e\x51\xfc\xc2\xc3\x26\x34\x33\x3b\xf5\x9f\xdd\x3f\x20\x8c\xb1\xfa\x19\x27\xc1\xe7\x7f\x94\x00\xfb\xfc\x8f\xcd\xd1\xb5\xbc\x50\xff\x74\x33\xe5\x91\x42\x42\x13\x05\x7d\xd0\xfc\x79\x8b\x12\x36\x74\xf1\xd8\x91\x33\xe3\x2f\xa8\x29\xf1\xdc\xc1\x02\xd8\xfb\x5f\x0a\x81\xc7\x0f\x8e\x59\xca\xd3\x1f\x3f\x64\x34\x90\xcd\x33\x7e\x07\x73\xda\xab\xb7\x73\x22\x7e\x42\x03\x3a\x29\x1f\xbc\x75\xe1\x90\xde\x2d\x16\xe1\x5f\x2e\xa3\x69\xfc\x2e\x0e\xd0\xbb\xec\x9a\xa4\xdf\x6f\x60\x99\x86\xc6\xc3\x38\x3a\xdd\x50\xe3\x07\x97\x23\x59\x80\xe2\x47\x00\xe0\x4d\x75\xe7\xaa\xe9\x03\x84\xbd\xcd\x9f\x25\x10\x8f\x58\xef\x99\x87\x35\xd1\xfc\xbc\x73\x92\x45\xd3\xc3\x2e\xff\x7b\x61\xfb\x51\xc8\x89\x3f\x37\x3a\xeb\xe8\x40\xdc\x7e\x29\x4c\x42\x3f\x70\x8b\x88\x5f\xb7\xb4\xe9\x74\x7f\x32\xf9\x46\xd3\x0f\x9c\x08\x3f\x27\xbf\xfa\x0b\x8e\xab\x98\x2c\x28\xea\x74\x08\x6e\xa9\xb3\x50\x9f\x1b\x5b\xf4\xff\xfb\xbf\xff\x54\xd5\xa1\x8e\x0d\xa5\xa3\xfa\xf0\x73\x0a\xd1\xff\x26\x6e\x2b\xf4\xee\xfa\xfc\x40\xff\x70\xb5\x88\xba\x4e\xd2\x6f\xc6\xc6\xa2\x4c\xcb\xa3\x4c\x75\x42\xf1\x1b\xec\x43\xcb\xb7\x15\xee\x42\x4f\xdd\x7b\xac\x85\x42\x18\x62\xab\x14\x47\xfe\x02\x71\x6a\x3e\x48\xb7\xca\xf3\xa4\xfa\x05\xba\x13\x8a\x08\xf8\x5e\x6f\x72\xf0\x89\x8d\x76\x0d\xdd\x52\x63\x7b\x4f\xa0\x98\x12\xdc\x5b\x23\x2c\x1d\xfe\x22\xcb\x9f\x88\x03\x70\x00\xc9\xac\x18\x5b\x03\x3e\x70\x8b\x9d\x18\xca\xab\xc7\x7a\x9e\xcb\x4d\xd2\xf2\x21\x0f\x98\xd8\x7a\x72\x99\xe6\x0a\xde\xd8\x7d\xf8\x19\x70\x3c\x34\x33\x9d\xe7\x79\xf5\x0f\x70\x85\x5a\x7e\x26\x63\x4b\x72\x6f\xb4\x8d\x54\xb7\xc8\xf3\xc7\x53\xc7\x40\x32\xe5\x8f\x8c\x0d\xfe\xd6\x3d\x34\xee\xf7\x14\xac\x55\x67\xc3\x36\x48\xa3\x86\xc9\xfb\x7f\xf8\x7f\x94\x5f\x9b\xee\x80\x8e\x42\xc3\x0d\x22\x1b\x83\x07\x3d\x38\xb1\x22\x19\x51\x61\x0a\x6f\x8f\x2d\x88\x59\xbc\x4f\xde\xf3\xcc\xba\xe6\xd8\x26\x67\xde\xf3\x8a\xf8\xab\x6e\x76\x98\x3c\x43\x3d\xc6\xc9\x6b\x8d\x9b\x44\x79\xa0\xae\x23\x74\x9b\x19\x14\xa6\x67\xea\x30\x24\xf8\x37\x18\x37\xe4\x00\x1b\x5b\xde\xa5\x2d\x41\xde\x13\xae\x4a\xc5\x19\x1b\xdc\x57\xba\x37\xce\xa2\xbc\x30\x7f\xa1\xfc\x8f\x52\x4c\xc4\xb6\x72\x29\xb5\x4d\x16\x21\x91\x17\x1f\xbe\xc5\xd5\xbb\x7f\xcf\x79\x50\x13\x7b\xe1\x0f\xa2\x72\xc7\x30\xbd\x36\x3c\xde\x74\x1a\x6c\x79\xc9\xb5\x98\xc3\x25\x57\x99\x02\x62\x83\xff\xca\xd2\x2d\x37\xb6\x83\xa1\x90\xeb\x4f\xa7\xd1\xc6\x1b\xee\x14\xc5\x07\x6f\x93\x9e\x35\xf8\xfd\xf6\xa9\x21\xbe\x17\xda\x29\x55\x4f\x6c\xbc\xc0\x0a\x7b\x6e\x2c\x42\xbe\x2c\xd1\x4e\x38\x6d\xb8\x87\x93\x3d\xfa\x7f\xea\x55\x2c\x22\x19\x38\xbe\x2c\x5c\x4e\x92\xa0\x29\x40\x16\x72\x5d\x16\x63\x83\x1f\x49\xf7\x3a\x5d\x54\x76\x7a\x43\xf0\x46\x3c\xfd\x41\xc7\x1e\xf5\x07\x54\x04\x78\x97\xc3\x67\xb7\x0b\x02\x6e\x17\x51\xa5\xae\x67\xdb\x45\x56\x68\x7e\x83\x07\x83\x89\x7e\x8f\xc8\xd6\xbc\xab\x91\xab\xb1\x9b\x7f\x6f\x2a\xb3\x35\x2d\xcc\x1b\xee\x2e\x91\x2f\x47\x95\x28\x63\xe3\x0d\x78\xb9\x3d\xa6\xf3\xd3\x18\xdf\x1b\x71\xab\x66\x45\x96\xde\x91\x4a\x26\x36\xd4\xde\x51\xd1\x95\xd8\x1e\x8a\x6c\xaf\x24\x9c\x2c\xba\x25\x17\xe2\xce\xbb\x0f\x9a\x87\x14\xf8\x7d\xa4\x7f\xf0\x21\x01\xa3\x84\x72\x5c\x44\xf9\x51\x8e\x69\x0b\x97\xf7\x40\xae\x0a\xa7\x8a\xf2\x23\x7e\xd4\x24\x96\x1f\xce\x7c\xc1\xe4\xb2\x61\xce\xb4\xd0\x85\xae\xb0\x52\x85\x46\xd9\x52\x8c\xf8\x0d\x6a\x70\x84\x75\xca\x96\x0b\xe5\x37\x30\x2a\x49\x81\xb2\x51\x69\x17\xfe\xe2\x61\x13\xa2\x8a\x89\x60\xa4\xe7\x8b\x82\x24\x81\x8a\xfb\x88\x82\xda\x33\x4a\x55\x1e\x85\x79\x5f\x94\x45\x33\x0a\x0a\x78\x2b\x73\x7f\x14\x78\x32\xa8\x5a\x6b\x94\xbc\x56\xea\x4e\x52\x70\xad\x54\x4d\xcf\x28\xb8\x56\x2a\xba\x2a\x0a\x3c\x19\xa6\x34\x2e\x51\x90\x29\x46\xd9\x18\xa2\x54\x84\x0a\x8b\x1b\x0b\x33\x70\x2b\xaa\x2c\x4a\x4d\x8e\xf6\x17\xb8\xef\xf9\xe0\x2a\xc8\xb9\x1d\x5e\x2d\xd4\x9f\x51\x8e\xa9\x28\x8d\x98\x40\x47\x61\x61\x4a\xed\x9f\x57\x87\x65\x0f\xa5\x3e\x8b\xc2\xbc\x83\x52\x9f\x45\x41\x12\x6d\x95\xce\x8b\xf2\xde\x53\xab\xea\x86\x44\x69\x88\x55\x94\x6c\x2b\x2f\x04\xe8\xe3\xe7\x67\x24\xce\xf2\xda\x31\x2b\xa1\x94\x63\x51\x3a\x0b\xb0\x69\xf5\x3b\x45\x83\x8e\xb6\xd2\x93\x07\xfd\xc6\xbb\xb8\x2a\xc2\x16\xe5\x3d\xcf\xc3\xf2\xb0\xc0\x04\xb0\xa4\xfc\x8a\x02\x2f\xda\x61\x1a\x3a\xc1\xb3\xce\xba\xc2\x14\xd8\x9e\xd8\x9e\x44\x6a\x75\xfb\x03\x44\xa7\x0f\x58\xc3\x5b\x1a\xbb\x28\x30\x01\x54\x1d\x4c\xe5\x05\x04\xed\xd7\xfd\x01\x51\x8b\x39\x14\xbe\x11\xf2\x27\x8c\x32\x78\x31\x2b\x7e\x61\xc1\x23\xcb\xcf\xc4\x56\xba\xd2\x94\x20\x5e\xd3\xbd\xa9\x04\xd2\xb6\x7a\x66\xa1\xf2\x57\x51\xb5\x28\x91\x3b\x4f\x6b\x13\x04\xd7\xfd\x2f\x3a\xba\x28\x2f\xa4\xa8\xc5\x43\x86\x45\x40\x8e\x35\x51\x10\x5b\x35\x3c\xa2\x20\x64\x35\xc1\x48\x36\xa3\x72\x83\x51\x60\x20\x50\x15\xac\x28\x30\x10\xa8\x50\x57\x94\x49\xf9\x28\x01\x5d\x5e\x04\xd2\x87\xb7\x10\x22\xc0\x37\xdf\x69\x4a\xaa\xf7\x4d\xd3\x24\x72\xf3\x1c\x2d\xf6\x21\x1a\x52\x7b\xef\x85\x5a\xe0\x77\xb3\x23\x6b\xaf\xc8\xe1\x22\x0a\x15\xed\xba\x90\x94\x9d\x2d\xaa\x81\x9d\x44\xfa\x7d\x0a\xf1\xee\x1f\x70\x0e\x09\x4f\x14\x26\xf1\x8b\xcf\x0f\x49\xb4\x88\x44\xfe\x69\xc5\x1b\x44\x39\x88\x59\x3c\xee\x83\x27\xbe\x26\x06\xfe\x12\xc3\x22\xf6\xa0\x52\x66\xfa\x07\xc4\xba\x17\x7f\xb0\xf0\x81\x7b\xe0\xc1\x21\x0a\xa0\x33\xaf\x8a\x7d\x8f\x72\xf2\xc6\xea\x79\xa3\xff\xab\x57\x1f\xc9\x67\x86\x45\x34\x7c\x1b\x3e\xd3\x06\xa5\xf9\xb0\xe0\x49\xdf\x86\xe9\x0f\xa8\xee\xd2\x75\xa4\x9c\x3c\xbf\x75\xc3\x29\x00\x1d\xc3\x83\x60\xb9\xea\xcf\x33\x67\x41\x83\x40\x9c\xb5\x6f\x2b\x85\xb5\xa8\x0d\xb2\x0b\x2a\x02\x86\x99\xe5\x42\x89\x0c\x21\xe0\xc2\x02\x7f\x86\xc4\x05\x88\x61\x78\xcf\xc2\xb7\xf4\x57\xbc\x69\x6f\x92\xa0\x85\x62\xce\x3d\xeb\x84\x0b\x8a\x4d\x57\x6f\xc9\x1b\xee\xd4\x9f\xff\xe1\x24\xee\x3d\xf1\x50\x8e\x98\x84\x04\x11\xd5\x3f\x80\xff\x3c\x6d\x00\x11\x56\x1a\x15\x60\x88\xe1\x4d\xf5\x50\x59\x21\x58\x5f\x9e\x8c\x9b\x70\x8b\xcc\x05\x2a\x1a\x1f\xd4\x3d\xb4\x70\x7c\x28\x2d\xd5\x42\x65\x35\x6a\x2b\x69\x6b\xc2\x08\x89\xe8\x0a\x5f\xcc\xf1\x79\xe1\xe0\x17\x7e\x81\x37\x62\x7f\xb1\xf1\xe8\xd2\x11\x5e\x13\x69\x7c\x7e\x00\x47\x55\x3f\x73\x22\xaa\x9e\x19\x34\x3f\xf5\x8c\x23\xdf\x5d\x42\x97\x2d\xaf\xdc\xa8\x1b\xcd\x5b\x9f\x06\xdf\x6d\x28\xbf\x82\xa8\x25\x87\xa9\x2f\x50\xdf\xd9\xaa\xe6\x8a\x54\xc6\x2a\xba\x15\xb5\xf0\x06\x15\xfe\x81\x67\xbe\x90\x76\x45\x69\x90\xd1\xdc\x05\xd2\x8b\x2f\xff\x7f\xc0\x6c\xb3\xf4\xcc\x3d\xf1\x69\x11\xb2\x63\xfa\xf9\xc1\xa0\xf4\x41\xaa\x09\x04\xb4\x6b\xe5\xfd\x7a\xf8\x07\x72\x98\xa0\x51\x45\xf9\x66\x65\x52\x8b\x5a\x09\x11\x86\x7f\x80\xaf\xd5\xa7\x05\x6c\x65\x25\x35\x89\x9a\x48\x46\x30\xb3\x22\xc3\xcd\xfc\x09\xeb\x54\xe8\xcb\x47\xfb\xd3\x41\x54\x2b\xe3\x1a\x35\x29\x8d\x88\x41\xb7\x8f\x0a\xe5\xba\xe5\x67\x05\xa8\x51\x56\xf7\xa8\x8d\x76\x13\x4f\x73\xa7\xb9\xc9\x63\xee\xe4\x36\x0f\xa1\x53\xb3\xaa\x63\xa0\x76\x70\x97\x24\x64\xed\x3c\xbf\xbd\xd8\xc8\x1d\x53\xbd\x12\x83\xc1\x93\x1e\x33\xf3\xc3\xd9\xb8\x52\x11\x93\xad\x64\xc6\x51\x07\x8f\x37\x13\x81\x20\xed\x61\xfe\x1a\xbc\xdc\x0a\x00\xd6\xd4\x9c\xeb\x0a\x53\x51\x47\x4e\x09\x6c\xa2\x06\xc5\xb6\x79\x98\xa9\x87\x85\x19\x6a\x80\x65\x3f\xcf\xb0\x51\x7d\x1a\x00\x8d\xdd\xdf\x27\x8d\xda\x45\xf0\x23\x50\x46\xda\xa8\x01\x3c\x28\x61\x51\x83\x24\xea\x96\x54\x89\x0a\x96\x07\x31\x93\x46\xd1\xc0\x1c\x74\xca\xd8\x19\x95\xc0\x40\x8a\xf3\x8a\x3a\x71\x46\x6b\x95\x21\xd5\xd5\xcf\x14\x71\xd3\x3f\xc0\xe2\xa0\x33\xbb\xb2\x50\x9c\x5c\xa7\xa2\xae\x24\x4a\x6f\x24\x4e\x10\xb2\xa8\x8b\xf8\x5e\x52\xb2\xa6\x32\x5e\x20\xb2\xd2\xec\xaf\xd3\xa5\x32\xd6\xe6\x23\x3f\x16\xe1\xd7\xf4\x17\xdc\xcd\xba\x26\xd7\x9d\x69\xc1\xcd\x01\x3b\x8d\x29\x16\x18\xcc\x30\xac\x9c\x82\x51\x91\x51\xd8\x31\x41\x51\x91\x63\xc6\x5a\xda\xba\xf3\xba\xe5\xe9\xdd\x29\xef\x2d\x54\x76\xca\x5e\x4f\xd7\x01\x30\x2b\xd0\x54\xa1\x7e\x1f\x02\x03\x15\xa5\xda\x9a\xaa\xa7\x44\xa5\xfa\x5d\xd5\x50\xa2\x1e\x94\x00\x16\x3b\x50\x62\x54\xa5\xec\x8b\x7a\x90\x4f\xfc\xc2\xc9\x26\xfc\xc2\xf5\x72\xa2\x39\xef\x20\xbc\xf4\xae\x3f\xc1\xeb\xdd\xcf\x48\x7b\xa4\xe3\xbe\x9e\x39\x77\x1a\xe7\xc9\x3d\xed\x25\x3c\xc9\xdc\x9a\xed\x13\xbe\xe5\xde\x0c\x27\xc3\x36\xfd\x3e\xf7\x9f\x79\x39\xf5\x22\x5e\x51\x24\x9a\xf9\xf9\x84\x20\x64\xb1\x64\x82\x21\xa0\x29\xe5\x69\xd4\x0b\x81\x1b\x26\x81\x25\x2d\x96\x59\x82\xc9\x63\xcc\xeb\x2c\xb0\x36\xbd\x19\xae\x5c\x3d\xf5\x81\xf8\x99\xe1\x79\x80\x2b\x80\x5c\xec\xa3\xde\xdc\x6f\xde\x5e\x37\xb2\x4c\x7a\x0b\xdf\x99\x7d\x53\xa3\xb8\x29\x24\x34\x91\x77\x4e\xa4\x5f\xe0\x79\x2f\x4d\x46\xbd\x93\x4a\x0d\x03\xa9\x83\x95\x20\x2f\xea\x8b\x73\xaa\xa2\x72\xa3\xde\x24\x5a\x44\xc2\x38\x31\xdc\x03\x60\x4f\x9b\xb2\x7d\x56\x3a\x00\x78\x66\x9f\xdc\x6d\x62\x07\xf8\x78\x0e\xc3\x85\x87\x2c\x29\x65\x49\x4d\x20\x24\xed\x48\x7d\x78\xe3\x9a\x7f\xc9\x83\x1a\x95\x1e\xa1\x4a\xca\x13\x15\x79\x85\x97\x87\xfc\x10\x3d\x8a\x5b\x1a\x43\x5e\xe4\xc3\x13\xed\x97\x2b\x31\xf4\x03\xc3\xc0\xab\x9e\x73\xd4\x53\x3f\x60\x25\x3e\x2f\x0c\xd4\xba\xf1\x33\xc4\xb7\x76\x6a\x43\x69\x63\x9b\x15\x1a\xa3\xa5\xe5\x3c\x19\x6d\xe3\xa5\x52\x2b\xd7\x18\x15\xf3\x93\x58\x6b\x25\x43\xb2\x45\x43\x61\x32\x06\x7d\xc1\x1c\x7e\x5e\xdb\x46\x18\x24\x09\xd4\x0a\x59\x38\xf4\x3c\xf9\x81\xa8\x2e\xdc\x77\x22\xaa\x20\xfe\xbe\xbb\x47\xde\xc9\xc2\x2d\x52\x58\x6c\x26\x92\x9b\x60\xb9\x49\x5c\x68\x3c\x70\xaa\x6b\x84\x59\x5a\x45\xa2\x0f\x89\xd1\xc6\x70\x64\x4f\xe4\x0b\x7a\xaa\xdc\xfe\xa3\x01\xf3\x28\xd9\x58\x34\xfa\x08\x4c\xcf\x0a\xe2\x50\x94\x37\x35\x1a\x9c\x29\x95\xd4\x34\x5a\xe3\x1d\xce\x3d\xc2\xbb\x72\x08\x1e\xb4\x74\x19\x90\x58\x6e\x2d\xe7\xd5\x3f\x24\xa2\x10\xbb\x34\x8a\xdd\xe2\x4e\x58\x9b\x43\xdb\xaa\x35\x32\xa9\x6e\x03\x8d\x91\x26\xca\x37\x17\x8d\xc8\x67\x93\x2c\x6f\x69\x6f\x91\x8a\xaf\x75\x2e\xa7\xc8\xe8\xd9\xab\x26\x1f\x41\xcd\xc3\x73\x95\xfa\x18\xb7\x78\x20\x14\xdd\x5d\x02\x88\x87\xbf\xbf\x48\x82\xa8\x86\x3a\xc6\x8a\x82\xd6\x39\x97\xfa\x7f\xa0\x32\x8c\x44\x60\x1b\x79\x6c\x8a\x64\x38\x29\x8c\xcf\x73\x43\x3a\x78\x3f\x0f\x0e\x41\x0c\x35\x38\x04\x3f\x63\x35\x05\x07\xda\xc8\x89\xd5\xd4\x0f\x46\x2d\x7e\xde\x20\xa4\xf0\x5e\x86\x83\xa6\x52\x3e\x44\x23\x34\xf3\xe2\x45\xae\x84\x88\x0a\x5e\x2f\xcc\x83\x48\xdb\x67\xa1\xda\x10\xec\xa2\xcc\x94\xd1\xa8\x80\x11\xbe\x68\x30\xf1\xb4\x69\x26\x25\xb2\xda\xbc\x55\x99\xde\x46\x3a\xca\x36\x27\x5f\x50\x97\x13\x3b\x71\xf8\x03\x9c\xd2\xc2\x0e\x6d\xa6\x4c\x13\xd1\x8b\x7d\x0a\x7b\xb5\x95\x02\x45\x44\xac\x64\x30\xcd\x2d\x7d\x14\x36\x89\xf2\xb6\x28\x0f\x74\x73\x6b\x6b\xf1\x0d\xf7\x42\x0c\xe3\xbd\xc1\x14\x32\xaa\x6e\x19\x6d\x71\x2e\x4c\x06\x8c\xc0\xe6\xb9\x3d\xe9\x14\x15\x7b\xce\x8d\xe8\xa4\x5e\xc7\x43\x47\x21\xb2\xa6\xca\x09\xd1\x88\xc5\x36\xcb\xce\x3d\xf7\xa3\x7f\xc0\x1d\x61\xba\xd3\x1c\x98\xc6\x91\xf9\xff\xbc\x64\x3b\x8f\xc5\xcd\x3f\x90\xd1\xaa\xc9\x82\x8e\xf7\xf7\xa7\x78\xa3\x68\xcc\x42\x6c\x0b\x40\x83\xea\xc8\x77\xda\x96\xd0\x4d\x17\xc4\x46\xa4\xa6\x42\x8e\xd1\x8e\x24\x49\xa3\x40\x7e\xbf\xb9\x59\xbe\x23\x58\xba\x58\x9e\x33\x56\x5a\xd9\xce\xa2\x9d\x1c\xb7\xee\x46\xed\xcc\x71\xfb\x07\xec\x2f\xe1\xa6\x06\x20\xe5\x48\xc1\x68\x27\x76\x8f\x60\x50\xbb\x7e\x7c\x41\x5f\x00\x28\x15\x7b\x58\x35\x58\x94\x94\x9f\x2e\x1a\x2c\x48\xd3\x1e\x3d\xed\x22\xb3\x6f\xfe\x82\x87\xa1\x2e\x64\x0d\xfa\x9f\x62\x7f\xaa\x06\x13\x92\xea\xb0\x44\xa3\xdb\xe5\xf4\x16\xbd\x72\xbe\xf5\x06\x35\x44\x42\x21\xed\x66\xd8\x87\x06\x8e\xfa\x5f\xca\xc1\x16\xed\xa6\x3a\x47\xf7\xca\xc6\x60\x18\x8f\x13\x46\xa7\x61\x10\x01\x47\xcd\xf2\x33\xdf\xa2\x78\xed\x30\xa8\x40\xc1\xb0\x62\xff\xab\x76\xe7\xfa\xb9\x0b\xec\x15\xcb\x95\x1b\xeb\xb7\xf9\xb0\x44\x38\xcd\xf0\x61\x9a\x3a\x27\x5d\x44\xdb\x03\x5b\x86\xc5\x27\x75\x50\x96\x0a\xc4\x5e\x96\x85\x4f\xf2\x94\x88\x7e\xa8\xff\x69\xfe\x81\x0c\x60\x36\xcc\x64\x81\xda\xd1\xfd\x07\x9d\xa7\xe4\x69\xff\x61\x26\x25\x12\x3a\xaa\x7f\x29\x0b\x50\x74\x40\x25\xa5\xe0\x89\xce\xf8\x1a\xbb\x84\x75\x24\x86\x09\x2d\x4d\x87\xa9\x4b\xf9\x70\xa2\xff\x6e\x3c\xeb\xfd\x8d\xca\x3e\x31\x6d\x47\x1a\xc0\x62\x87\xaf\x8e\x68\x19\x65\x96\x89\x8e\xe8\x98\x9f\xca\xbf\x44\xdf\x18\x99\xa2\xeb\x75\xdf\xa8\x21\x9a\x6e\x02\xd7\xb9\xea\x2f\xde\xd5\xb4\x21\xb5\x6f\xa8\xf3\xa7\x73\xa8\x6f\x24\xd2\xcf\x0f\x6c\x02\x22\x9a\x09\x99\x37\x41\x84\xce\x72\xb6\xbe\x57\xf5\xc2\x6c\xb1\xcb\x3f\x30\xd8\x4e\xc3\x04\xbe\x9b\x9b\x40\x45\x47\xc0\x8d\x12\xbc\x47\x2f\x59\xc0\x5f\x83\x80\x0f\x67\xb1\x17\x5a\x2f\xac\x6d\xa2\x61\xbf\x80\xef\x7d\x41\xc3\x2a\x79\x3d\x30\xdd\x07\xf2\xe6\xfa\x05\x2e\x96\x56\xb7\xa0\x78\xa0\xe4\x7f\xaf\x3f\xb8\x70\xf9\x19\xa5\x25\x04\x5a\x3a\xd4\x5e\x96\x16\xfd\xc5\x7f\xc5\xe7\x43\xaf\xc9\x1d\x9a\x48\x78\x85\xda\xfa\xd2\xeb\xfc\xf7\x9f\xa6\x42\x0f\xd1\x6b\x0e\xc1\x3f\xc0\xe4\x28\x16\xef\x48\x47\x53\x3d\x8d\x95\x23\x30\x45\x14\x1d\xba\x6d\xf6\x96\x4b\xa5\x16\x1b\x45\x9c\x9b\x44\x61\x07\xe5\x65\x89\x0e\x5b\x5d\x78\x16\x5b\xce\xbb\xfa\x68\x14\x79\xc5\x2d\x2c\x7c\xa1\x51\xb5\x1d\xcf\x9a\x76\x58\xf3\xac\x6d\xee\x8d\x99\x54\xfd\x3f\xf6\xc8\xf6\x97\xbc\xa8\xd1\x5b\x4a\x4b\x4d\x01\xe2\x9e\x6d\x50\xef\x3d\x47\x2c\x7a\x3b\x3c\x29\xcc\x8a\x09\x4e\xab\x7f\x40\x6a\x55\xb3\x49\xe7\x88\xcd\xde\x9d\x17\x1e\x4d\x6a\xe7\x00\xb5\xac\x88\x0e\x0a\x73\x26\xa2\x83\x14\xbb\x1a\x1d\xd1\x41\x56\x54\xf7\x4e\xa5\xb0\x37\x14\xf2\xed\x14\xbb\xee\x75\xd4\x30\x53\x8a\xc1\xe8\x63\xe3\x0b\xfa\xe2\x45\xa7\x55\x01\xb6\xd1\x07\x57\x51\x6b\x32\x3a\xb4\x59\x22\x11\xe0\xd4\xb8\xb0\x8f\xc0\xfb\x9a\xa4\xc1\x35\xf4\xff\xa8\x18\x6f\x92\x11\x64\x1d\x9e\x12\x28\x09\x9d\x7a\x29\x3a\x42\x8b\xe2\x33\x02\x62\x25\xb1\x11\xbc\x6b\xad\xf6\xe8\x54\x22\x2a\x3f\x6f\xf4\xc8\x65\x51\x0b\x40\xaa\x36\xc0\x76\x58\x22\xe3\xf3\xdc\x79\xc2\xf8\x03\x70\x6e\x71\x17\xf1\xef\x3f\xb5\x78\xbb\x42\xed\x18\x9e\x43\xba\x37\x29\xdb\x69\x74\x66\x82\x54\x64\x49\x74\x58\x1f\x6d\xc0\xef\x74\xd7\x55\x6a\xd2\xe8\xb0\x36\x86\x79\x0d\xf9\xa6\x8b\xfd\x06\xfb\xc4\xbc\x7a\xaf\x4c\xb0\x8e\xd7\xe1\xc5\xc2\xd5\x5e\x7d\x1d\xc1\x46\x73\xab\xee\xe1\x86\x39\xc9\xcf\x0f\x9e\xd5\x41\x62\x65\x1d\xa3\x1d\x09\x7f\x6c\xd0\xea\xa8\xcf\x1b\xe6\xf6\x95\x24\xaa\xc5\x45\x1b\x99\xa5\x12\x52\x2d\x86\x17\x62\xf1\x18\x35\xd1\xa8\xcf\x6b\xd5\x68\xdf\x73\xe9\x34\x4a\x84\x09\x85\xb9\x67\xe7\x59\xdf\xfd\x03\xce\x51\x4f\x34\x10\xaa\xca\xac\x45\xa7\x71\x72\x13\xfa\xeb\x48\x9c\x68\xef\xf9\x7e\x80\xff\xbd\x83\x0e\xf6\xa8\x41\xd1\x58\x39\x7d\x22\x1d\xec\x51\x24\x1e\xbc\x30\x08\x4e\x76\x38\xf7\xc6\xa7\xc7\x05\x61\x2e\x92\x0f\x42\x20\x2f\x25\x32\x29\xfe\x54\x4b\x3c\xfa\xc1\x69\xd1\x5a\x1e\x40\xd9\x16\xd6\x67\x9e\x92\xfa\x00\x41\x42\xe1\xf3\xe8\xe4\x20\x34\xcf\x67\x4e\x9b\x46\x85\x58\xee\xee\x03\xeb\x24\x1c\xb5\x30\x3c\xe9\x02\xa8\x41\x01\x12\xc7\xe7\x7f\x06\xa4\x77\x77\x01\x9a\x85\x3d\xfb\x49\x9f\x51\x63\x03\x28\x17\xe7\xe6\x4d\x02\x83\x68\x7c\x9e\x2b\x5f\x10\x91\x2f\x66\x2e\xaa\xab\x16\xfd\x02\x60\x31\x8b\x5f\x34\x59\x7c\x5e\xa0\xe7\x98\x5b\xc4\x9e\xf9\x34\x88\xda\x5b\xe6\xf0\x2b\x07\xe1\x16\x79\xd7\xff\xbc\x01\x00\x23\x20\xd8\x6f\xce\xbc\xc0\x68\x07\x82\x5e\x1e\x04\x10\x74\xb4\x3f\xf9\xd2\xf5\x3b\x79\x4b\xb3\x4c\x4d\xe5\x66\x66\x83\x41\x56\x31\xf7\xd1\x59\x1d\x44\x55\xe3\xa3\x23\x4f\xe2\xdc\x3e\x4d\xf0\xe0\xb6\x30\x7b\x5e\xcc\x6f\xdf\xf3\xfe\x50\x5e\x9a\xe3\x91\x7d\xc7\x76\xe7\xfe\x50\x9a\x7d\x5e\xc0\xda\x7b\xcf\xc1\xaf\xcb\xa1\x06\x83\x7e\x5b\x4a\x4e\x1a\x03\xa1\x47\x0e\x04\x18\x3f\x6a\x40\x74\xfb\x19\xf4\xcd\xde\x3e\x5f\x90\x41\x87\x3f\xc9\x99\xe8\xfa\x81\x3e\xa8\x3a\xa8\x06\x5c\xaf\xed\xe6\x3c\x52\x79\x28\x32\x07\xe2\x93\xec\x93\x3e\x7e\x5c\xed\xe1\x4e\xc1\xb2\x62\x9f\xf1\x23\x87\x6a\x97\x8c\x84\xd0\x92\xca\x63\x4b\xba\xfd\x03\x21\x8c\x3b\xdd\x72\xf2\xd4\xeb\x46\xeb\xde\xf0\x1b\xc4\x1d\xee\x16\x51\x49\x76\x95\x1e\x85\xc0\xaa\xfa\x07\x08\x5e\x9d\x80\xa3\xf0\xaa\xef\x81\x20\xa4\xbc\x3a\x2c\x69\x14\x1c\xca\xe2\x81\x51\x48\xa6\x89\x48\x88\x5b\xfd\x06\x55\x71\x1e\x19\x3c\xca\xec\x64\x39\x2a\xf5\x3f\xa6\x82\x96\xd9\x4d\x2a\xec\x51\x49\xa6\x9f\x79\x99\xf7\xc0\x58\xa8\xb6\x7f\xde\xc0\x0a\x49\x2b\x39\x2a\xcf\x2c\xf7\xd1\x78\xaf\x96\xfc\x1f\x8d\xcc\xab\xa3\x78\x34\xec\x3f\xc9\xa9\x41\xeb\xeb\xf4\xd0\x61\x7d\x2d\xf6\xa8\x1d\xe9\x47\xee\x91\x11\xa7\x86\xbf\xa0\xce\xe1\xf3\x03\x35\x86\xa6\x33\x15\x99\xe6\x56\x00\xd1\xcf\xc0\x88\x2d\x3f\x2b\x04\xb7\x32\x1f\x22\xa3\x73\x09\x75\x4e\x8d\x3e\xe0\xc8\xe6\x17\x70\x88\x84\x1b\xc8\x05\x53\x17\x50\x53\xc6\xa7\x81\xdc\xf7\x9a\x99\x2c\x3e\xab\xcb\xfe\x18\xb9\x1e\x6a\x93\xd0\x2d\xfc\x05\x9a\x94\xfa\x67\x0c\xf2\x84\xb9\x86\x91\x4f\x5b\xf8\x07\xea\x56\xbc\x60\x50\x23\xda\xb3\x67\xa4\x1a\xd1\x33\x83\x9c\x39\xf6\xab\x19\x41\x11\xe8\xd5\x20\xf6\x12\xbc\x1b\xc4\x5a\x3a\xfb\x46\x20\xa9\xef\x72\x8f\xc8\xe4\xd5\xdc\x01\x07\xe1\xff\xe1\x1e\xe2\xb5\x0b\x24\x60\x97\x01\x61\x4c\x52\xac\xef\x27\x5d\xfe\xa5\x03\x19\x13\x36\x30\x8f\x00\x95\x42\xec\xb2\x30\x26\xb3\x79\xa8\x83\x44\x6e\xd5\x2f\xb0\x24\xa4\x46\x84\x1c\xdc\x0e\xad\x1b\x93\x23\x74\x03\xd8\x15\x1f\x02\x70\x06\xe9\xda\x31\x68\x0d\xf6\x8c\x21\xed\xa2\xb2\x5c\xc4\x58\xc9\x5b\x9a\x02\x38\x91\xc5\xfa\xd3\xb5\x68\x2c\x84\x4f\x99\x8d\x16\xa2\x0f\x3e\xbd\x51\xb5\xfc\x21\x87\xb6\x0c\x91\xbf\x78\x05\x11\xfe\x19\xf4\x69\x57\x15\xfa\x18\xa9\xdc\x94\xb2\x79\xec\x30\xc1\x84\xbf\xa0\x4f\xb9\x6e\x2d\x63\xa7\x10\xfd\xbc\x81\x55\xf4\xf9\xb1\x53\x74\x9b\x77\x0f\x2c\xab\xd9\x04\x85\x63\x55\xf8\x30\xc6\x41\xed\xa8\x67\xed\x40\x4d\x56\x9f\x59\x47\x76\x29\x1a\x0e\x28\x97\xbd\xe1\x4e\xde\xa4\x84\x78\x06\x40\x98\xcd\xce\x83\x8e\xee\x9e\x87\x93\xfb\xcf\x83\x38\x51\x42\x46\x00\x7b\x9c\x2c\x68\x20\xd6\x3c\x29\x88\xbc\x59\x10\xc9\x55\x2c\x14\x98\x3e\xc7\x5e\xbd\x83\xa5\x45\xa6\x89\x06\x2a\xb3\xe5\x7b\x24\x2a\xf3\x49\x71\x91\x68\x3f\x53\x6a\x78\x7f\x5c\x03\x2f\x88\x86\x17\x74\xd5\x4d\x96\x85\x71\x11\xf4\x7b\x5e\xa0\xa6\xb4\xcb\xc5\xb8\x50\xcb\xc3\x82\x0b\x90\xca\x16\xe2\x71\xc1\x99\xd5\xec\x7e\x53\xe6\x7b\x47\xbf\x98\xab\xdb\x58\x3b\x6e\xc6\x2b\x88\x82\x1b\xb7\x6e\x0b\x78\xd8\x83\x6d\x8b\x1d\x77\x2e\xb5\x5f\x08\xbc\x20\x7e\xbc\x79\x3a\x5a\xc6\x20\x43\xa2\xed\x9a\xe3\xa6\x3e\xd0\x13\x7f\xe7\x3c\x6b\xd0\x2f\x0c\xab\xaa\x7e\x16\x83\x29\x11\x1d\xf6\x33\x1e\x8a\x15\x33\xe0\x83\x13\x41\x0a\x97\x81\xa4\x40\x9f\x93\xee\xa1\xca\x47\x50\x74\xc0\x73\xee\xc3\xc1\x4f\x4e\xbc\x86\x05\xf7\x7b\xc7\x43\x8d\x27\x89\x14\xd5\xf0\x8c\xb3\xba\x24\x7e\x49\xe4\xd0\x0f\x1b\x40\xbf\x5f\x68\x68\xb1\xea\x39\x69\x9a\xfa\x01\x33\xf9\x69\x71\xe2\x79\xd3\x33\xe2\x84\xc2\x0d\xe4\xc6\x0e\xfd\x70\x30\xf6\x44\xcf\xf4\x46\xed\x7a\xa6\x82\x43\xb2\x23\x12\x92\x49\x47\x19\x1b\x81\xa2\x04\x78\x6c\xd4\xe6\x4b\xd5\x1a\x1b\x2f\xe3\xd3\x6d\x70\xa2\xdc\x04\xaf\xa5\xda\xfb\x01\xb5\xa5\x57\x33\xa0\xb6\x34\xf4\x09\xe4\x00\xb2\x23\x7b\xa4\xeb\x9d\x36\x45\x14\x4e\x9c\x3f\x20\xf2\xd1\x51\x1b\xf0\xac\xb3\x85\x38\x0a\x2f\x1e\xd3\x2d\xd0\xb0\xa2\x6d\x14\x85\xe7\xbb\x24\x5c\xb0\xf8\xeb\x34\x15\x95\x72\x5f\x3b\x29\x2a\xed\x88\xe2\x90\xa8\x64\x19\x1d\xcf\x91\x5a\x41\x7f\x41\x1c\xa3\x99\x82\x4b\x7f\xb1\xc3\x72\x54\xae\x87\x59\x04\x08\xcd\x46\xa6\x68\x5c\x1f\xe1\xf6\x48\xb8\xa5\x03\x3d\x58\xde\xf5\x4f\xe9\x51\x23\x50\x2a\xce\x06\xe2\x48\x28\xa6\xad\x1a\x2d\xa7\x45\xfd\xf5\x24\x40\x8b\xd7\xb9\xbb\x25\xd1\x02\x4a\x37\xdb\x98\x03\x4a\x37\x1b\x4f\xa3\xe7\xbe\xf1\x0f\x39\x68\xfd\x00\x25\xda\x90\x44\x8a\x51\xfe\xfd\x27\xa6\x99\x74\x54\xf8\xa6\x6b\x31\x07\x6f\x37\xe6\x40\x04\xe0\x59\x89\x16\x83\xc5\xc4\x44\x52\x3a\xe3\x99\x1d\xe0\x8c\x67\xa3\x76\x0c\x96\x98\x30\x4b\x0e\x0e\xc2\xcf\xbc\xec\x98\x19\x82\x62\xb5\xfb\x87\xc2\x61\xfa\x07\xf0\xa4\xae\x1d\xc1\xaa\x6a\x4e\xf8\x10\x41\x78\x2e\x11\x14\xcc\xc2\x63\xe7\xf1\x80\xcd\x77\x16\x37\xf9\xe0\x59\xc3\x80\x0d\x38\x9c\x5f\x21\xd2\xa9\x5e\x68\x22\x00\x7e\x6c\xb0\x0d\x80\x9f\xa9\x7b\x4a\x20\x01\x8e\x8d\xb1\xc1\x8a\x21\x36\xcd\x05\x1d\xdf\xec\x73\x1a\x8b\x56\x8d\xe5\x37\x28\x0f\xa4\xef\x8f\xc5\x3e\x34\x77\x8c\x31\x57\xf5\xd4\x08\x14\x6c\xb5\x39\x37\xa8\xa6\x2a\x9e\x19\xa8\xa5\x66\xf1\xb8\x76\xa4\xb6\xf0\xb0\x76\x2e\xa8\x99\x10\xb6\xd6\xe6\xdb\x53\xec\x59\x69\xd9\x4d\x20\x20\xf6\x43\xc4\x85\x9b\x8e\xff\xa7\x84\x18\x6e\x92\x5b\x41\xe7\x5c\x1c\x24\x5b\x5d\x1c\x44\x2c\x66\x9a\x03\x7c\x6a\x31\x75\x10\xba\x9a\xa8\x03\x87\xbf\xa0\x6c\x64\xbe\x1b\x73\xc0\x41\x9e\xd1\x02\xc3\x6f\xce\x36\xcb\x38\xb8\x75\x2c\xf0\x51\x4c\xdf\x06\xde\x38\x79\xd9\xb5\xc8\x41\xde\x69\xdb\x30\x23\x1d\xef\x2d\xce\x09\x69\x84\x79\xe2\xa2\x4a\xc6\xcb\x79\x51\x02\x08\x91\xc6\x95\xc3\xf2\x1b\xec\x43\xe3\x26\x86\xb1\x7a\x36\x50\x37\xd6\xda\xd9\x80\xe2\xc8\x37\xa5\x00\xa6\xb1\xaa\x34\xee\xe4\x6b\x11\x05\xb5\xd0\x67\xea\xa1\x16\x9a\x3e\x38\xef\x64\x18\x91\x70\xb3\xac\x9d\x3f\xa0\xec\xb6\xd8\x7c\x41\x4b\x75\x5a\x8a\x60\x06\x9c\xe1\xff\x77\xb6\xe8\x16\x4e\xfe\x60\x22\x99\xf8\xc0\xcf\x60\x7b\x9f\xa4\xd0\x1c\xd9\xf8\x10\x0f\xd5\x3a\x96\xb5\xac\x97\xef\xb0\xb4\x40\x1e\x67\x3b\x8d\x44\xba\xc1\x59\x18\x3f\x34\x07\x0b\xf2\x06\x2c\xab\xb3\x08\x5a\x05\x74\x49\xbe\x18\x4f\x54\xa2\xb5\x1b\xdc\x44\x89\xb5\x59\x36\xbf\x90\x13\x33\xf4\xc3\xe2\x1b\x9b\x7e\x60\x93\x7e\xbe\xf8\x42\xd1\x0f\xdc\x39\x42\xc9\x73\xe3\xc6\xf8\xdb\x99\x34\x51\x6f\xc3\xea\xb1\x89\x08\x7e\x6f\xdc\x09\xbb\xea\x26\x0b\xc8\xdc\x92\x40\x8d\x69\xe3\xa9\x2a\x58\x34\x0b\x36\xaa\x4e\xd9\x59\x60\x4c\x0e\x3f\x53\x54\xeb\xfc\x98\xa9\x22\xfa\xbc\x81\x8a\x2c\xa6\x09\x46\x4f\x5b\xb4\x27\x7d\xfd\x75\x17\x99\xf4\xd4\x57\x49\x8f\x98\x95\x8b\x2d\x89\x35\x51\x79\xd6\x0e\x8a\xb3\x22\x86\x5c\xa2\x7d\xa6\x76\x47\x77\xb4\x09\x3f\xfb\xe5\x18\xc4\x09\x70\x61\x1d\xdf\xac\x0f\x13\xc4\xfc\xf7\x0c\x55\x4d\xf8\x22\x3c\x53\x55\x23\xbc\x32\x1b\x8e\xc9\xee\x17\x82\x54\xfb\x85\xe4\x2f\xbf\x41\x28\xa7\xa3\x78\x36\xdc\x4e\x3f\x4d\xb2\x96\xa2\x24\xd4\xec\x74\x20\x94\x41\x6a\x26\x80\x10\x98\x9b\xc0\x03\xcb\xc1\x94\x13\x56\x38\x95\xec\x8b\xd9\x93\x9f\x34\x37\x83\xcb\x63\x96\x18\x08\xc5\x30\x99\x83\x2e\x28\xcb\x2f\x70\xf7\x6e\x7e\x03\xf9\xac\x86\x5f\x80\x8d\x40\x9b\x79\x42\x15\x13\xdf\x1f\x70\x68\x99\xa8\x40\x0d\x9f\xcf\x33\x20\xa9\xb4\x8e\x33\xe0\xc5\xe8\x89\x82\xde\xc4\xca\xba\x89\x0c\x33\xcb\xf9\x60\xe6\xa4\x9c\xd5\x7a\x23\x1f\x9e\x15\x86\x13\x6e\xef\xf6\x3e\x9e\x33\x87\xa4\x1e\x27\x7b\xd0\x90\x18\x1e\x67\x8e\xe2\x51\x2f\xcd\xe9\x9c\x54\x24\x78\x08\xef\xd9\x5f\x9b\xb7\x09\xb2\x0f\x97\xea\x67\x0a\x55\xc1\xd9\x09\x0b\x95\x6d\x3f\x73\x05\xb2\x2b\x8b\x22\xa6\x9f\x31\x90\x9b\x30\x58\x59\x79\x38\x17\x45\x47\xf1\x0f\x54\xde\x5a\x3e\x25\x56\x10\x42\x9d\x7b\x0a\x49\xad\x24\x4c\x58\xd6\xba\xcd\xc4\x0a\x66\xb8\x9d\x31\xac\xea\x63\x27\x53\x4b\xee\xce\x17\x2b\x14\x7b\x1b\xcd\x9d\x54\xfa\x99\x4c\xff\x79\x01\x61\x5a\xce\x69\x34\x91\xd3\xc6\x5a\xb8\x79\xe4\x79\xa5\x99\x38\x92\x6a\x4d\xfe\xc1\x5d\x60\x31\x8b\x2c\x01\x6b\x7c\x3e\xc1\xe6\x14\xfc\x98\xf0\xcc\xb2\x02\x65\xd2\x31\x4b\x85\x2b\x63\xa2\xf2\xaa\xef\xcc\x93\x8e\x5a\xf6\xc2\x9f\xc8\x1c\x60\xe5\xc5\x3c\x92\x01\xd4\x25\x55\x2e\x66\x39\xd4\xb0\xf0\x05\x77\x22\x8a\x4f\x05\x49\x62\x9e\xb4\xbf\x4f\x7f\x90\xfb\x4e\x44\x9f\x79\xf2\xfb\x0d\xcc\xad\x05\x2b\x72\xe5\xd8\x53\x63\xa6\x86\x45\x20\x6b\x9e\xc9\x11\x9a\x28\x24\x1b\x50\xe1\x8c\x98\x28\x5a\x6f\x05\xe7\x4c\x78\xe2\x8d\x72\x71\x66\xbd\x5a\xf0\x15\x9b\xf1\x27\x9f\xba\x79\xf1\x80\xd4\xd5\x60\x5e\xbc\xa4\x5b\x30\x13\xcc\x78\xa7\xa7\x1f\x99\x85\xcf\xc5\x79\x36\x53\xa7\x5d\x4a\xa8\x6d\xde\x34\xfa\xeb\x7a\x31\xa9\x42\xb1\x40\x43\x55\x7b\x5b\xa3\x67\xba\x79\x79\xa2\x6f\x2e\xbe\x1b\x80\xb3\x85\x40\xdb\x7c\x70\xc4\x29\x35\x6f\xcc\x87\x32\xd4\x13\xfd\x70\x56\xfc\x45\x8e\x53\x34\xa0\xc4\x6b\x53\xda\xbe\x98\x0c\x1d\xb4\x2f\xf8\x44\x8a\xa0\x69\xc9\x0e\x9f\xf8\xe9\x8b\xda\x7c\x72\x26\xfe\x1b\xc7\x62\x09\x30\x3b\x7e\xad\x54\x91\x34\x3d\x27\x15\x53\x3f\x60\x66\x74\x25\x5a\xb4\x3a\x8d\x4f\x0b\xb4\xc3\xab\x0b\x64\x39\x9e\x45\xe7\xe2\x42\x9a\x3c\xe3\x89\x45\xbc\xa1\x0b\xcd\x42\x86\x20\x4b\xfa\xb5\xe5\x5c\x2f\xfd\xc0\x9d\x57\xfd\xc5\xc9\x51\xb8\x49\x9c\x58\x76\xab\x5e\xcc\x61\xe0\x70\xe9\x55\x7e\x7c\x43\x6d\xd0\xe8\xe4\x58\xd0\x55\x28\xff\x45\x06\x4d\x4a\x76\xe7\x5d\x05\x7c\x27\x4d\xc0\x42\xb9\x06\x83\xc3\x05\xa7\x29\xc3\xcb\x05\x2f\xf9\x62\x77\xdf\x55\x78\xc6\x09\x38\xad\x17\xa4\x4c\xab\x59\x16\xc3\x07\x97\xbf\xa0\x9f\xbc\x5d\xbb\x16\xa2\x03\xcb\xf6\xf3\x0f\x98\x2c\x1d\x73\xab\x26\x8f\x88\xaa\x8a\xf0\x52\xa1\xb7\x85\xe0\xc0\xa6\x84\xbc\xb1\x2a\x73\xdb\x68\x98\x35\xa7\x4e\x2d\x34\xa0\x39\x49\xce\xd5\xb6\x7f\xff\x09\xfb\xde\x2f\xa4\x3d\x58\x8e\xfa\x5e\xc4\x3d\xf6\x41\x5e\xd0\x99\x34\xa5\xdb\x8d\x05\xdf\xfa\xf8\x7d\xfa\x88\xb7\x4d\x49\xc2\x05\x57\x2a\x23\xf3\xd5\xb0\x18\xc5\xef\xf3\x30\xd6\xbd\x79\x21\x37\x52\xb1\x9b\xf3\x42\xba\xe4\x62\xaf\xe6\xd5\x5f\x39\x66\x6d\xf5\xea\x1b\x5f\xd0\x38\x3a\x0e\x36\x89\x91\xc5\xc2\xb4\x0e\x56\x5f\x70\xcd\x37\x42\x5c\x88\x5a\xb4\xbd\x75\x75\x6e\x15\x3f\x4f\x12\xa9\xc5\xa2\xa6\x66\x99\x84\x0b\x41\x8c\x1a\x35\x80\x97\x4d\x33\x0b\x9e\xf8\xd3\xff\x0f\xae\x84\x08\x82\xaf\x93\x43\x35\xd7\xe8\xd8\xcc\x9a\xa5\x41\x7c\x59\xfd\x02\x6a\x64\x7a\xad\x47\xf2\xb8\x7b\x38\x38\x66\x8d\x61\x30\x51\x9f\x5e\xa0\x33\x52\xd1\xad\x6b\xc1\x97\xc8\xea\xca\x05\xdf\xa1\xb0\x6b\xdf\x0a\x0e\x5a\x2b\xc5\x5a\xf6\x76\xc2\x5e\x91\x12\xc5\x7d\x70\x37\x5b\xc4\x50\xed\x22\xe1\xbb\x60\xe3\x72\x12\xca\xc5\x72\xf8\xcd\xff\xa3\xe2\xbe\x8e\xa8\x05\x13\x96\x7d\x39\xd6\x24\x49\x7f\xa9\xf1\x1a\x8b\x69\x8f\x97\xe9\x45\xe2\x25\x17\xf8\x8f\x05\xe0\xa7\x92\xef\xb1\x26\x92\x47\x9b\x4f\x5e\xe0\x57\x6d\x82\x5a\x8b\x9c\x67\x39\x80\xf0\xc7\x4f\x3a\xc4\xb5\x80\xaf\x2d\x32\x57\x0a\x2b\x2d\x0b\x94\x40\x6d\x79\x8a\xe8\xd5\xbf\x4c\x14\xed\x5e\x96\x46\x2b\xa9\x16\x73\xc0\x57\xc9\xe7\xfc\xa2\x15\xab\x48\x95\xb1\xe8\x70\xef\x16\xe0\x6f\xef\x43\x74\x11\xd7\xd9\xd3\x79\xed\xbc\x18\x0a\x9f\x2e\x02\x3b\x0b\xf2\x9d\xdc\x55\xfc\xc2\x8b\x90\x7c\x48\xae\x9d\x9b\xd6\x5b\xee\x05\x76\xe1\xbc\x44\xeb\x40\xce\x73\x6f\x39\x78\x37\xf9\x88\x5c\x07\xc1\x68\xf3\x0f\x39\x2f\x9a\xeb\x23\x97\x53\xc3\x62\xc1\x7c\x29\x4f\x16\x54\x3c\x2a\xe8\x1f\x0b\xe5\xf2\x8b\x60\xfd\x42\x25\x0a\x55\xa2\x8b\x45\x10\x27\x75\xeb\x3a\xb9\x43\x74\x23\x5b\x74\x56\x72\xbe\x88\x75\x72\x5b\x9a\x1f\x59\x8b\xec\x23\xa4\x91\x22\xca\x21\xb8\x8b\x85\x26\x9c\x49\x76\xc1\x52\xe6\x84\x11\xeb\xcc\x89\xd3\xc4\x40\x8b\xf4\xa1\xf2\xa2\x67\xbc\x46\x71\xe5\xc9\xe2\x1f\x3a\xba\x54\x8b\x74\xe8\x2f\xd2\x19\x2d\x96\xcd\x77\x97\x57\xd2\xe4\x17\x78\xde\x7d\x9a\xe4\x79\xe7\xe5\xbe\xe8\xa2\xa7\x17\x68\x1a\xb3\xbb\xf4\x82\x69\x6c\x59\x24\xa3\x7a\x58\xb1\x33\xf4\xba\xb9\xde\x6e\xa1\x21\xff\x8d\x66\xf2\xe6\xf9\xa8\xeb\xcb\x42\xf0\xa4\x2d\x00\x0b\x40\xef\x73\xfa\xc1\x21\xc9\xb1\x6e\x0b\x6a\xa7\x35\x3e\x0d\x1c\x1c\x84\x49\x38\xd1\x82\x5b\xe4\xe5\xc4\x5f\xa0\x92\x6b\xb3\x44\x7c\xb8\xdd\x75\x71\x58\xd4\x22\xa9\x5a\x57\x2c\x00\x3b\xdb\xeb\x16\xdd\xf3\x37\x1d\x77\x3b\x60\x9b\x6f\xec\x3b\x53\x40\x38\xbf\xc7\x0e\x07\xa4\xe6\x34\xbb\x3b\xf4\x4c\xd5\x00\x75\x47\x29\xd7\x62\x5f\xf6\x1d\xb6\x2d\x8b\xb5\x1d\x7a\xa7\xe6\xc4\xbc\x3b\x13\x24\x17\xdd\x90\x77\xd4\x7a\x35\xce\xde\x13\x0a\x6a\x1c\x3b\x1c\x90\x2c\x94\x76\x40\x43\x87\x01\xee\x2c\xf5\xea\xb4\xbc\xfb\xd6\x50\xca\xc9\xcf\x94\x73\xba\x74\xed\x5b\x20\xa5\xb2\x9f\x91\xb1\x41\x9b\x73\x4f\x68\xd8\xfd\x03\xea\xef\x4c\x3f\xe3\x3a\xe3\x3c\xbf\x3b\xbc\x93\xbc\x93\xf6\xc2\xb3\x44\x63\x28\xb9\x5a\x22\xba\xe4\xc4\x69\x5e\x0a\x0f\x30\x49\x84\x9d\xbe\x46\xce\xe2\xbb\xc3\xd8\x55\xab\x9f\xb9\x3b\x05\x89\x77\x96\xaf\xb0\x2f\xea\x8e\xf2\x15\xef\xf2\xfd\xe1\x44\xda\xe1\xba\x54\x24\x1d\xf6\x0a\x9e\xf6\x10\x2b\x71\x47\x77\xeb\x5c\x5a\xb1\xe8\x5e\x93\xcb\xc5\x0c\xf0\x5c\xfa\xac\x3d\x0c\x67\x75\xb8\x0b\x2a\x0e\xfc\x3f\x04\xb7\x17\x92\xba\x30\x6d\xdc\x1d\x66\x34\x5b\x20\x77\xb8\x35\x39\xcb\xc5\x8e\xaa\x5f\x9f\x19\x6b\x29\x23\x35\xeb\x09\x19\xcd\xe1\x8d\x26\x25\x51\x94\xba\x33\x29\xd3\x76\xea\xce\xec\xa3\xbc\xc3\xfb\xfe\xdb\xc2\xc9\x26\xdd\x04\xbc\xcf\xc3\x7d\x22\x43\xb0\xf4\x10\x7b\xea\xd6\x44\x34\x1c\xe8\xed\x81\xbc\x77\x0a\x1b\xe1\xbb\xbd\x53\x66\xea\x2e\xb4\x77\xae\x8c\xa6\xa1\xf3\x84\xec\x6e\x92\x7a\x4b\x89\xc4\xbd\x27\x2f\x89\x88\x4e\x85\x8c\x10\xfe\x3e\x30\xb5\xd5\x1b\x77\xd0\x1d\x5c\x9d\x8e\x24\x4b\x4d\x24\x0c\x94\x1a\x68\x1f\x9c\x19\x0d\x24\xb5\x75\x42\x30\x3b\x03\x30\xbd\xab\x46\x52\xa5\x3e\xe0\x17\xe5\xb4\xb0\x7b\xb0\xb2\x88\x5a\x0c\x6e\x64\x6f\x54\xa4\x88\x76\x7c\xe6\x1e\x3c\x97\x3f\x2d\x90\x26\x4d\x04\xad\x75\xe1\x06\x20\x5b\xbc\x85\x12\x24\x7a\x35\x5e\x90\xe8\x7a\x2e\xb1\xcf\xdc\x63\xea\x61\x22\x29\xbf\x90\xeb\x3e\x79\x50\x9b\x26\x94\xcc\x70\xa4\xd6\x8e\x8a\x19\x9b\x0c\x0a\x3b\x72\x76\x86\xf3\xe9\xee\xf0\x84\x5a\xc3\x44\xc3\xf5\xc9\x39\x5e\xf7\xd4\x19\x9a\xa5\x26\x65\x87\x89\x58\xbc\x2d\x0b\xf3\xef\x09\x0e\xcd\x75\x28\x4b\xeb\x30\xe4\x1d\x60\x31\x96\x5b\xe0\xd6\xf1\xcc\x20\xad\xa7\x53\xba\xee\x70\x97\x72\xfe\xd5\x7d\x81\x29\x75\xf1\xdd\x17\x89\xd6\x34\xac\x9c\x59\x8d\x8a\xd5\x30\x74\x3c\xed\x8c\xee\xfc\xac\x15\x83\x37\x3f\x8b\xb3\x63\x31\xbd\x36\x3b\x73\x97\x6a\x4c\x4c\xd2\xe5\x50\xad\x1d\x49\xb9\x1c\xc4\xbe\x23\x27\x97\x81\xe1\x0e\xd3\x9f\x93\x80\xee\x47\xf6\xa8\x99\x46\xa4\xe5\x1a\x9f\x1f\x38\x6a\xd1\xc8\xc8\x4b\xa7\x24\xdf\xa1\xdf\xf3\xfd\x7f\xa7\x83\xd4\xf8\xfc\x40\x6d\x4a\xb8\x49\x1c\x1d\x02\x76\xfb\x49\x22\xfc\xdc\xf0\xbf\xde\x87\x3a\x4f\x95\x0c\x63\x3f\x09\xda\x3d\xd3\xb0\x0d\x3a\x40\x78\x3f\x99\x36\x5d\x17\xb8\xfd\xe4\xfd\xec\xd3\xc4\x8e\x2f\xfc\x02\xd4\xea\xde\xa8\xcc\xe2\x65\x97\xaa\x1d\xd6\x45\x27\x8c\xdc\xcf\xc4\x64\x6e\x81\x83\xd2\x4a\x5c\xb0\xd5\xcc\x3f\xdd\x8d\xf6\x17\x55\x36\x07\xd8\xed\x28\x4e\xb6\x3e\xcf\x9c\x01\x2d\x1b\x55\x75\x8e\x2d\xd8\x2f\x1c\xd7\x5e\x77\xe4\xd9\x76\xae\x99\xfd\x45\x8c\x61\xcf\xba\xfd\x26\xb6\x12\xb5\x37\x2b\xaf\xaa\xbd\x17\xff\x55\x9b\x1d\x76\x14\x93\x75\xa6\xfa\xfd\x46\xc6\x86\xe9\xff\x79\x54\x4a\x3f\xba\xdf\x39\xe3\xa2\x00\x9a\xbf\xcf\xc9\x78\xf3\x5e\xe5\x67\x62\x35\x81\xf9\xfd\xe6\x10\xdc\x05\x8a\x6f\x98\x75\xe1\xbf\xee\xac\x7a\x7b\xc2\x43\x73\xc1\xc3\x3b\x8c\xa1\xdb\x43\x87\x2f\xf5\xf0\x20\x38\xce\x47\xe1\x43\x0c\xab\x49\x40\x2a\xf1\x0f\xdf\x3e\x39\xeb\x6e\x30\x21\xab\x68\x64\x32\x0d\x67\xf3\xda\x11\x0f\xea\x14\x4e\xc7\x0b\x38\xbb\xf3\xf8\x1d\xf0\xa4\x72\x97\xc7\x0f\xf3\x3c\xfc\x4c\xdd\xa5\x84\xce\xf1\x23\x6b\xeb\x40\x38\x90\xa3\xcc\xb9\x32\x0e\x78\xb7\x5b\x7c\x1f\x28\xb6\xe1\xbc\x7e\xc7\x46\x45\xa5\x28\x40\xc6\xb2\x70\xec\xcd\x01\xb3\x65\xb3\xd0\x39\x90\x91\xcc\xba\x8d\x03\x5e\x50\xe6\xb5\x63\x23\x2a\xd3\xde\x38\x98\x69\x5c\x8a\xad\x83\x56\x49\x47\x4f\x1c\xe5\x3d\x59\x9d\x41\xf6\x28\x4c\x32\xea\xe7\x1c\xb5\x3f\x80\x68\x1d\x7e\x4e\xee\x72\x17\x3c\x20\xa4\x5e\x3d\x0a\xaf\xc8\x92\x11\x07\x8b\xc0\x7a\xdc\x25\xd7\x4e\x3f\x54\x5e\xa2\xb4\xe9\x8e\xd4\x22\x56\xbf\x81\x5d\xa9\xd3\xfd\xa8\xd4\xcf\xc9\x48\x7d\x54\x6c\x53\x9d\x41\x47\xe5\x6a\xba\x01\xa4\xa1\xd2\x2e\x3a\x6a\xde\x89\xdc\x25\xe1\xa1\x94\xd9\x07\xfd\xda\x8b\x36\xda\x01\xd3\xa7\xef\x59\x07\xe0\xdc\x67\x39\x5b\x4e\x9d\x5b\x98\xb0\xf7\xb9\x01\x54\x0d\xd0\xce\x3f\xe0\xb3\xee\x58\x98\x03\xb9\xd0\x9d\xcb\xe9\x40\xec\xa4\x73\x8e\x1d\x74\x61\xb7\x34\x3e\x1a\xd2\x3e\x4a\x74\x1c\x1d\xfb\x52\x77\x91\x03\xfa\xc1\x4f\x03\x70\x79\xb7\x37\xda\xc1\x4c\xaa\x9b\x39\x16\xd1\x92\x76\x79\x3b\xe8\x13\x5f\x3e\x3f\xc0\x88\xed\x69\xef\x20\x51\xfb\xfa\x60\xde\x73\x1f\x20\xc7\xa0\x24\x90\xc2\xf0\x18\x9c\x45\x4d\x42\x06\x2f\x2e\x7f\x81\x13\xc5\xeb\x30\x88\xfc\xcd\xa2\x63\xe7\xda\xbb\x53\xcc\xdb\xf4\x0b\x84\x7a\xcd\x2f\x60\xdb\x4c\x3f\x03\x0d\xd8\xee\x7d\xd0\xf1\xca\xc7\xd8\x11\x2c\xf5\xec\x7d\x12\x94\x16\x9a\x88\xc8\x48\x6d\x2d\x1e\x73\xa7\x3a\x00\xf9\x08\x9e\xd6\x7f\x4b\x0e\x74\x40\xc5\xe8\xb0\xd2\x83\xb9\x51\x7d\x8e\x1e\x33\x39\x5e\x24\x4e\x86\x27\xf8\x85\xc0\x7d\xc7\xcf\xdc\xa8\x66\x79\xf8\x71\xd9\x4b\xfc\x98\x58\x3b\xb3\xe3\x24\x68\x92\xd8\x3f\x90\x8d\xdd\xfe\xd8\x47\x02\x3d\xd9\x7f\x8e\xc5\x6d\xda\xfc\x03\x64\xac\xd7\x12\xe9\xda\xab\x19\x72\xa1\x5e\xa9\x25\x28\xca\x91\x94\x4d\x27\xc9\xc1\x14\x68\x1e\x35\x81\xdd\xe7\x19\xa8\x4c\x6a\xd4\x03\xd6\x61\x47\x06\x1c\xcc\xe6\x6e\x7d\xf2\xb1\xc8\x1b\x5a\xb7\xc5\x41\xbb\x01\x38\x23\x7c\x1a\xc0\x98\xbd\x67\x77\x42\x70\x8b\xe4\x3d\xb3\x1b\xe9\x99\x57\x15\x9f\x2b\x48\x9f\xf6\x91\x02\x3b\x55\x0c\x96\xa8\x3b\x13\xed\x8b\x04\x38\x89\x35\x03\x9c\xe3\xc8\x3e\xd5\x24\xf3\xc5\x9b\xc1\x69\x09\x76\xcc\xd3\x01\x57\x7a\x67\x3b\x39\x0e\xee\xdb\xe5\x16\x38\xd1\x3e\xab\x0e\x54\xe9\xb1\x30\x3b\x88\xba\x3e\x4d\x50\x15\xe6\xb5\x82\xd2\xd0\x47\xf8\x71\xe2\xbe\xef\x99\x3e\x49\x94\xee\x22\xc7\xc9\xd0\x6b\x8d\x9b\xe9\xd5\x9c\xf6\xfe\x78\xc1\xe4\xf8\x7d\x9e\x03\x13\x23\x12\x4e\x5e\x87\xcd\xd2\xc0\x92\x1f\xf9\xc6\x32\x2a\x2e\x6a\x70\x9c\x64\x71\x7f\x80\xd5\x5f\x26\x81\x1c\xad\x69\x81\x0a\x71\x56\xe9\x21\x0e\xaa\x0c\x9d\x0a\xff\xb8\x28\xd4\x7d\x80\x5e\x29\x8e\xdc\x46\x12\xa1\x89\x48\x84\x68\xd1\x70\x61\xc1\x4d\x05\x75\x86\xe6\x49\x78\xcb\xdb\xda\x78\xbc\x08\x70\xd8\x09\xe7\xb8\x39\x4f\xa2\xe9\xa6\x8f\x84\x59\xec\x45\x7c\xc3\x2e\x9c\xc7\x9d\x24\xb9\xc7\x0b\xd6\x04\xf5\x00\x3f\xb2\x59\xa5\xec\x38\x1e\x6a\xe3\x7c\xb4\x3c\xf5\x6d\x52\x7a\xb0\xe3\x01\x0d\x96\x36\x4f\xe0\x59\x5d\x3e\xa4\xc9\xfb\xe2\x21\xdb\x5b\x6c\x27\x40\x93\x54\x3e\x7f\x3f\x50\x3d\xf5\xbc\x51\x2a\x6f\xfa\x81\x1c\x15\xfe\xa1\x92\xec\xa5\x1f\x28\x14\x75\xc2\x9d\xb4\xfd\xfa\x44\x3b\x7f\xa0\xf3\xf3\x05\xbd\x0b\x24\xe9\xcf\x1f\x95\xe9\xcd\x6f\x10\x0d\x87\xdf\xb8\x30\x54\x3f\xe3\x52\x65\xed\xc5\xf9\xe3\x06\xd6\xa9\x78\xbe\x40\x6f\xd8\x01\xf6\x7c\x81\x5e\x73\x42\xbd\x73\xe3\xe4\xfa\xb9\xe1\x7d\xf5\xb0\x71\x72\xfd\x3d\x45\xb9\x76\xeb\xb9\x91\xc5\x74\xa9\x38\x59\x56\x4d\x1c\x71\xbe\xc0\x70\x58\x35\x7e\x12\x17\xae\xfe\xa7\x80\xa3\x33\x33\xb8\x69\x56\x0b\xe9\x55\x6f\x85\x32\x4f\x87\xf8\x59\x78\x2d\xec\xfe\x82\x23\xf0\x0b\xc9\x1e\x1a\xc1\x8b\x1a\x87\x33\x55\x9c\x2f\x68\x1c\x56\x51\x9f\x25\x57\xc1\x2f\xd0\xa6\x2b\x29\x79\x26\x46\x14\x0c\x38\x2b\x9d\xd7\x74\xfb\x3d\x13\x24\x4a\xa0\x9c\x35\xc9\xd4\x44\x57\x90\x29\xb5\xe3\x59\x61\x20\x18\xee\x03\x4b\x5f\xdc\xe2\xcd\x53\x5f\xc3\xa8\x2f\x02\xfb\x0c\xab\x81\xa7\x25\xf3\xce\x34\x2c\x37\xff\x80\xa9\x94\x02\xef\x6c\x14\x8a\xda\x68\x67\x23\x07\x4b\xd8\x9f\xb4\x13\xd7\xcd\x3f\x9c\x68\x42\xe3\x4e\x1d\xa0\x66\xaa\x61\xed\x75\x33\x3a\x3b\x69\xd2\xff\x3d\x27\x4e\x44\x77\xb0\x5f\xf1\x33\x97\x57\x78\xe9\xec\xd8\xfc\x9e\x58\x26\xdc\xaf\x66\xd0\x3e\xd1\x82\x26\xba\x53\x48\x76\xd3\x40\xcc\xa6\x73\xf7\xec\xb9\x89\xfc\x03\xa8\xf6\x1e\x19\x94\x0e\x9a\x38\xe4\xcf\x9f\x2e\x8f\x70\xd2\xa3\xcf\x58\xe1\x1c\x18\x86\xc5\xc7\x80\x18\xd5\x85\xf0\x1c\x14\xe5\xdd\x4d\x2e\x36\x29\x2a\x07\x66\x56\x17\x97\x73\xf0\xa2\xf2\xf9\x81\x08\x5c\x87\xfd\x49\x17\xbf\x6a\x46\x8f\xdc\x68\x9a\x0a\x26\x69\x73\xf0\xd5\xf9\x42\xcb\x6a\x67\xb4\x33\x48\xa6\x86\x91\xd6\xe7\xcf\x0f\x90\x50\x76\xdc\x39\x83\x7b\x63\xba\x53\xea\x7d\xcc\xd7\x41\x3e\xd5\x61\x7d\xd2\xbc\xec\x81\xcc\xc2\x3c\xe4\x5a\xd2\x09\xbe\x14\xcc\x39\x67\xb2\xa1\x46\xca\xda\xba\xce\xe9\x7a\x4e\x94\x1f\xf8\xbc\x80\x20\x33\x8f\x6b\xa2\x64\xc2\xa7\x87\x04\xdd\x7a\x61\x61\x85\x85\x8b\xce\x85\xb8\x61\x01\x8e\x33\xe3\x08\x3e\x2f\x74\xd4\x1e\x11\x8b\x00\x2c\x3a\x4a\xfb\x5c\xb8\x6f\x99\x02\x54\xaa\x73\xa2\x95\x73\xf1\x04\x32\x57\x42\x2b\x68\xc0\x7b\xee\x74\x2d\x12\xf0\x3a\x77\x08\x72\x0b\xc2\xbd\xe0\x59\x3d\xee\x64\x39\xbf\x8f\x82\xd7\xc2\x23\xe7\x4e\x38\x61\xb1\xb6\x33\x87\x83\xb8\x63\xc7\xc6\xf1\x99\xb8\x43\x0c\x36\xbf\x0f\x01\x64\xb9\xbe\xdf\xf8\x5f\x53\x72\xf0\xe6\xec\x06\x0f\x52\xac\x21\x1d\xa4\x58\xab\x76\x60\x9d\x7d\xfc\x1d\x80\x0e\x42\x33\xe7\x41\xb3\x8a\x37\xc9\xc1\xa3\x46\xd7\x86\x93\x79\x77\xad\xf6\x38\x0f\xd0\xe8\x03\x14\xa9\x31\x3e\xcc\xc8\x6c\x6f\xd6\xac\x9c\x27\x16\xbe\xff\xc9\x99\xee\x3c\x31\x00\x9f\x2c\x27\x21\x9b\xc5\xdb\x89\xfd\xd3\xdd\x7a\x32\xaa\x86\x04\x94\xb8\x3e\x1f\x5c\x6c\xc1\x2f\xc0\xfd\xcb\x73\x96\x96\x68\x33\xce\x45\x1a\x34\xa2\x74\x0f\xf4\x26\x67\x5a\x8c\x4d\x57\xa5\xf3\xa2\x9e\xdd\x0b\xf7\x02\xcb\xfa\x99\xc5\xc4\x95\xc3\x6d\x82\x13\x2c\x26\x12\x67\xfa\xa8\xb9\xb8\x32\x9e\xf7\x0b\xd2\xca\x1b\xf2\xe2\xb5\xd7\xa7\xd7\x75\x63\x87\x9a\x06\xd8\xae\x85\x7e\x4f\x96\xfc\x35\x36\xba\x39\x4c\x7d\x4f\x17\x43\x1b\x01\x4f\x04\x3c\xf8\xf2\x74\xa6\xa6\xd1\x62\xe6\x26\x98\x92\xb6\xe8\xbc\x21\xd5\xbd\x16\x0f\xbb\x50\x97\x0f\x36\x90\xc7\xf4\xf0\x38\xb4\xd0\x26\xee\x34\xef\xd0\xf0\xec\x03\xf6\x01\x8e\x90\x62\xe8\xcc\x68\x06\x77\x40\xad\xfc\x7f\x04\x5c\x69\x86\x6e\x7a\x06\x41\xc3\xcf\x84\x98\xd5\x3f\xa0\xe2\x98\x16\xf2\x42\x89\x42\x63\xb7\xeb\x47\x02\xab\x9e\x49\x50\xe8\x19\x45\x05\xc4\x7d\xd7\x0f\xc1\xef\x9b\xdb\x4f\x66\xd3\x0f\x1b\x9c\x55\x35\xa7\x17\x23\x21\x36\x5d\x6a\x2e\x16\x3a\x70\xf8\xee\xb5\x51\x89\x2f\x9c\x7c\x6d\x2c\x26\xef\x26\xb0\x45\x86\x3f\xa0\x70\x5f\xfe\x21\xe0\x40\xe7\x0f\xa0\xea\xdc\xdc\x20\x7d\xd7\x34\x8b\x88\xdf\xb4\x55\xfc\x82\x9e\xd2\x21\x63\xd7\x06\xd6\x1c\x26\x99\xac\xa9\xc3\xe0\xda\x78\xfc\x4b\xb6\x5f\x70\x6e\x74\x7a\x8c\x0b\x15\x12\x9d\x10\xf0\x42\x0e\x61\xe7\x54\xb9\x4a\x8e\x59\x24\x97\x1c\x93\x5b\x24\xe4\x10\xbb\x5f\x34\x7a\x8b\x35\xae\x17\x62\xd6\x0f\x91\xe9\xec\xb8\xfc\x02\x84\xad\xce\x9b\xeb\x85\xa0\xcd\x90\xe4\x82\xda\xd2\x9e\x1d\x57\xe5\x05\x46\xc7\xc3\x55\xc1\x5c\x5e\x97\xcc\x21\x27\x8a\x2a\xd6\xc5\x63\x80\x92\xd2\xd5\x78\x2f\xd6\x73\x9a\x7e\xe6\x9d\xca\xb3\x54\xb1\xbd\x3c\xad\xcc\x08\xe7\x50\x8a\x8b\x05\x9e\xac\x6c\xb8\x10\x0c\x5a\xb5\xc7\x2f\xd6\x77\xfa\xf9\xb9\x61\x1d\xdc\x00\x59\x47\x24\x37\xb0\xfb\xa7\x3d\x42\x41\x9d\x60\x57\x43\xf9\x65\xc9\xce\xab\xe1\x44\xd3\x9d\xfd\x82\x09\xdb\x21\x8d\x17\x4b\x2d\x8c\x4f\x8f\x9c\x75\xcd\x32\xe1\xac\x7c\x6d\x2f\xe6\x80\xd3\x01\x75\xd1\x09\xd2\xa1\x81\x57\x4f\xd6\xd0\xc2\x76\x3a\x92\x08\x52\x5f\xc4\xb3\x31\xfe\x72\x00\x5d\xcc\x18\xe7\xc8\xc2\x2b\xc1\xad\x2e\x5f\x57\x27\x42\x6f\x26\x09\x63\x9e\x26\x80\xce\xbe\xcd\x4d\xe4\x7e\xf0\x17\x00\x6c\xc2\xf8\xd7\x8b\x76\xab\x8d\xd5\x17\x12\x16\x3b\x98\xe8\x1a\x38\xc6\x3d\x22\x1a\xcc\x1d\xed\x78\xb1\x98\x84\xa7\x7d\xe4\x28\xb4\x4e\x03\xe7\x4d\xf8\x85\x1c\x84\x56\x7a\x60\x1d\xcc\x7c\x91\xbc\xa5\x2f\x02\xa5\xfa\xbd\xd2\x41\x6e\x57\x03\x01\x1a\xbd\x0c\x99\xd3\x4d\xac\x13\x03\x0a\x25\x4d\x63\x50\xb4\x5b\x36\x53\x83\x3a\xfd\x4c\x77\xad\x4f\x0f\xdc\xd1\x3f\x77\x01\x28\x22\x60\x7c\x51\x8b\xea\x32\x9b\xd7\x4c\x66\x51\xa7\x93\xf0\xdc\xf2\x7b\xf2\x16\xe9\x2d\x34\x69\x96\xf5\x11\xc1\xe4\x21\xd6\x53\x5d\x4c\x8a\x5c\xbb\xdb\x00\xa8\x32\xe1\x33\x79\x5c\x74\x4e\xf2\xb4\xa8\x58\x8c\xf5\xb0\x84\x5e\x5c\x5f\xb5\x48\x45\xa9\x23\x07\x2f\xe6\x44\xb6\x77\xdc\xb5\xf2\x32\xa3\xe7\x57\x76\x38\x82\xf6\x5a\xe4\x49\xcd\x1d\x9c\x29\x9d\x1a\xe3\x62\x5c\xcd\x47\x32\x24\x5a\xb6\x90\x7f\xd1\xf2\xb0\xfb\xf9\xb5\xc3\xf5\xdb\x07\x17\xc1\xb1\x05\xf0\x8e\x31\x98\x3f\x76\x7a\x4c\x5b\x54\xec\x39\x06\x7f\x41\x1e\x14\x5c\xb8\x08\x87\x7d\xf4\x21\xac\xe6\x23\xde\x10\x55\xe3\x2b\xe0\x45\x78\x6c\x01\xba\x63\x9e\x7d\x04\xbc\x70\x79\xd8\x1f\xfe\x42\xf8\xad\x15\x2d\x17\x32\xcf\x39\x5f\xc3\x95\x11\x36\x16\x7f\x07\x52\x42\x98\xc0\x03\xe2\x71\xb9\x41\x42\x26\x01\x9c\xeb\x80\xb5\xd6\xa7\xf9\x31\x41\x81\x7b\xa0\x3e\xca\x1b\xf5\x00\x7e\x98\x7e\x7e\x79\xdc\x36\x9f\x8b\x68\xdb\xb3\x0e\x13\xbf\x8d\x21\x17\x7c\x3d\x0d\xf2\xae\x93\xdb\x56\x10\xeb\x62\x1d\x2e\x5f\x01\xae\x13\x4a\x10\x93\x08\xbc\x1c\x96\x66\x30\xd0\x37\x33\x06\xe3\x6d\x6c\x6f\xb9\x4e\xe2\x4a\x91\xcc\x32\x5b\x4e\x65\x7f\x5d\x90\x66\x9e\x25\xc4\xdb\x34\x29\x1c\xae\x17\x2d\x0f\x9b\xd4\x2f\x96\xb0\xf0\xb2\x5f\x64\x14\x9f\x7b\x17\x67\x51\x24\xb3\xb6\xa7\xfd\x97\x2f\xd4\xf6\x74\x3a\xc8\x8b\x58\xf9\x43\xe2\x85\x06\x34\x07\x2f\x54\x1e\x76\xbd\xbf\x5e\x68\x5c\x3f\x73\x72\x6f\xf8\x5f\xdf\xd3\xab\xd3\x61\x8f\x17\x32\xa0\xd4\xea\x1e\xef\x86\x2f\xfc\x02\xc5\x88\xc1\x40\xa2\xeb\x51\xff\x74\x0a\x21\x9a\xc7\x6e\xc7\x17\x62\x8d\x9d\xfa\xfd\x62\x74\x8f\xdd\x06\xae\x84\xe2\x16\x21\x28\x1c\xf6\x59\x25\xc4\x1e\x97\x22\xd5\xc5\xc5\xf8\x1f\x0b\xa5\x87\xd8\xc1\x62\x0c\xe0\xdd\xd1\x06\xd7\x03\x1f\x75\x63\x38\x66\xa9\xb3\xb5\xe6\x7a\x92\x28\x7f\x71\xa0\x85\xff\xbe\xb8\x51\xe0\xa2\xd8\x0f\xe0\x86\x0e\xd8\x49\x73\x6f\xa0\xef\xa2\xfd\x77\xff\xc0\x29\xda\xa0\xf7\x8f\x3e\x58\x22\xfa\xfe\x2d\xbc\xe0\x06\x76\x3c\x6f\x7a\x06\x05\xa2\xe8\xde\x72\x7b\xe8\x83\x74\xf0\x9c\xfe\x01\xa3\x36\x89\x1b\xdd\xfa\xa6\x9b\x48\xee\xf4\x0f\x07\xf4\x14\x6e\xe1\xe4\x28\x97\x7e\xa0\xac\x1d\xfe\x01\xa6\xb7\xe5\x3e\x20\x6a\xb5\x98\x77\xaa\x6f\x25\x15\xee\x02\x7e\x94\xe0\xba\x0b\x89\xf4\xff\x15\xcf\x45\xcf\x03\x61\x1a\x7e\x26\xcd\xda\xa2\x77\xa1\xff\xb6\x14\x05\x37\xf3\x29\x7b\x5e\x18\x9e\x5c\xc5\xbf\x37\xe1\xb2\x83\x26\x6f\xba\x8c\x2e\x3f\x53\x63\x2b\xac\x78\x57\x12\xad\x2e\x00\x8f\xed\xa6\x7a\x03\x1e\x17\x87\x76\xde\xc0\xc7\xf6\x3a\xbe\x2b\x9d\xd5\xc2\x2d\x04\x5e\xd0\x3c\x55\xac\x7e\x71\x8f\x58\x7d\xdd\x5b\xee\x8a\xd5\xd7\x26\xbd\xa9\xdf\x5d\xfe\x1e\xaa\x0b\x9d\xec\x37\x7c\x42\x8b\x43\x49\xef\x86\x78\x57\x53\x04\x75\xae\xbd\x9c\xef\x74\x02\x15\x36\xbc\x53\xbf\x1b\x6e\x61\xe0\x0b\xcd\x52\x7a\x0d\x78\xda\x10\x37\xd4\xac\x7d\xbd\x1b\x65\x99\x9f\x0f\xea\x2f\xf4\x8c\x10\x1c\x9d\xa2\x37\x0a\xa8\x16\x47\x79\xde\x9d\xbb\xcc\xd3\xd2\x91\x3f\xcd\xc3\xee\x0d\x75\x88\x35\xec\xce\x60\x13\xbf\x0f\x9a\x85\x2d\xee\x4e\xa4\xe6\x61\x77\x88\x53\x81\xfa\xbb\x43\x9c\x9a\xc4\x9e\xf3\xa8\x1e\x07\x02\xb0\xbc\xcf\x07\x0d\xf0\x02\x0b\x77\x02\x5a\x33\xc7\xe0\xbc\xf9\x05\x2e\xbd\x68\x1e\x58\xfa\xea\xf7\xb1\xf4\xd5\x3d\x1e\x6f\x8f\x66\xdf\x01\xf5\xa4\x10\xf5\x9d\xaa\xdd\xe5\x1f\x92\x7d\xd5\x22\x00\xb0\xab\x3d\xdf\xc1\x7b\xc6\xe7\x87\x5c\x6b\xff\x40\xab\x87\x00\xeb\x1d\x24\x52\xf3\x16\xe0\x47\x4f\x7c\x9c\x78\xf6\xfb\x98\x57\xe1\x9d\x3b\x78\x6d\xf6\x96\x0a\x08\x0a\xaf\x14\x23\xc2\x3f\x1c\x0c\x45\xaf\x85\xfa\x0d\x3d\xaf\xbd\xf1\xee\xb9\xff\xfb\x0f\xf0\xca\x1f\x0e\xa1\x7b\x82\x3c\x21\x83\x9b\xe1\xe2\x36\xc7\xdf\x13\xeb\x2e\x30\x72\x23\x6c\xe8\xb3\x3d\xa0\xf2\xb5\x9f\xcf\x9d\x0e\x04\xcb\x2f\x40\x24\xe8\x12\x72\xaf\x64\x03\xff\x00\x36\xf0\xb2\x65\xd0\x90\x79\x99\xa9\x64\xaa\xe6\xfc\x81\xd0\x70\x81\x8b\xa7\x02\x3b\x08\xce\x3c\x94\x11\xda\x3e\x4f\xe5\xf6\xd2\x85\xf3\x61\x0a\xcc\xaa\x9b\xd0\x53\x09\xe7\x3f\x3f\x70\x59\x24\x5e\x9f\x94\x1b\xda\x31\x0f\x6b\xf5\x38\xf6\xff\x61\xad\x1e\x1b\x85\x1f\x5c\xb4\xed\x46\xf0\x34\x02\x47\xff\x4f\x2d\xaa\x80\xdd\x03\xab\x8d\x8d\xe3\x4f\x47\x03\xba\xa6\x3c\xb0\xc9\xd8\x0a\xfd\x74\xba\x65\x79\x5c\x9d\xc7\x92\x76\xe9\xd3\x73\x5c\xfa\x01\x36\x97\xee\x74\x43\xcf\x20\x88\xf1\x30\x06\xef\x25\xd5\x3f\x60\x5b\x86\xbf\x40\x21\x16\x6d\xd3\x87\x15\x09\x3f\xef\xf3\x28\x9c\x7e\xe1\x86\x8d\x5f\xc3\x08\x66\x4b\xd7\xff\x41\x0e\x9f\x7e\x81\x60\x52\xe3\x0c\x58\x09\x3c\xf5\x88\xee\x6b\x5e\xdf\xc0\xbc\x48\x20\x3f\xef\x9e\xfc\xc4\x8c\x3c\x13\x2c\xa8\x4d\xfc\x70\xc7\xe8\xcc\x79\x26\xb2\xaf\xeb\xa8\x7d\x26\x38\x52\x5b\xf2\x99\x9c\x01\xf5\x37\xd9\x9f\xe8\x7b\x77\x5c\x75\xbc\xd7\x33\x73\x5d\xfc\x01\x76\x99\x19\x78\xf2\xa0\xad\xa6\x00\x99\x16\x3f\x3d\x26\xb7\xa9\x0b\x3a\xea\x54\xc9\xb2\x67\xe5\x42\xfa\x07\x30\x8f\xc4\xc4\xb3\x08\x46\xb5\x11\x1f\xdc\x2f\xc3\x86\x84\x67\x61\x9b\x98\x37\x58\x8a\xb0\x2e\xbf\x00\x59\x65\xf6\x5a\x90\x05\xde\x24\x3b\xbc\x72\xcd\xbf\x3b\x6f\xde\xd3\x3f\x60\xa2\xcd\x5b\xcc\xca\xf0\x73\x03\xc9\x6b\x9a\x28\x44\xef\x85\x8e\xb5\x87\xc5\x72\x8a\xff\x27\xfc\xac\xee\x81\xcc\xe6\x4d\xb5\x93\x46\x3f\x43\x9c\x9a\xb7\x60\x3d\xf1\xfd\xf2\x39\x1a\x5b\xd4\xbc\x1d\x58\x7c\x8f\x81\xd7\x3b\x73\x33\xcc\x2b\x16\xbf\xcf\xc1\x3d\x27\xf9\xfb\xc0\x65\xdb\xc7\xdc\x03\x63\x49\xb7\xef\xc0\x73\xf2\xf0\xd6\xe5\xe8\x41\xa6\xf1\x6a\xfe\x3b\x29\x5a\xbc\x43\xe8\x36\xe3\xe8\xbd\xe7\xc4\xd2\x2d\x37\x09\x8f\x65\xa1\xcb\x07\x0e\xd5\xdd\xfe\x07\x0f\xf3\x82\x3b\xd1\xd5\x73\x51\x6b\xa8\x61\x5e\x60\x1f\x73\x0b\x2f\x70\x3a\x07\x9e\x8b\xde\x95\x3a\x29\x9e\x2b\x87\xa5\x2f\x60\x7b\x70\x72\x8b\x87\x17\xac\xf5\x27\x95\xdc\x83\xcb\xd6\xb4\xe3\xe3\x73\xd3\xee\xa6\xfb\xdb\x03\x97\x19\x2b\x83\x9f\x3b\xe7\x44\x73\x00\x97\x19\x2b\x87\x9f\x1b\xf0\xc0\x52\x02\xa9\x9a\xba\x95\xbd\xcf\xf3\xc3\x0b\xea\x01\x1e\x33\xb3\x79\x4b\xc1\x63\xc6\xda\xe3\xe7\xbd\x0d\x0d\xab\x25\x1f\x94\xb4\xe9\xb6\x1c\x3c\x0f\x32\x58\x09\xa6\x3d\x0f\x97\x25\x7b\x9c\xbf\xf7\x72\x54\x95\x2a\x61\xfe\xde\xbb\x51\x93\x29\x64\xfe\x10\x41\xd7\x74\xa9\x9d\xbf\x1f\xca\x7f\xfd\x87\xaf\xe7\xef\xbd\x3c\x0d\xa9\xfc\xe6\x0f\xa6\x0b\x39\x3b\xcd\x1f\x4c\x17\xe5\xd3\x01\x2d\x67\xcb\x3f\x4c\x8e\xd1\x5f\xec\xfc\xc1\x4d\x1e\x68\xc2\x2f\x80\xbf\x3f\x34\xf2\x48\x59\xfe\x80\xbc\xb6\xf9\x0d\x0a\xaf\xa6\x26\xde\x1b\x59\x51\x2a\x95\xf9\xdb\x28\xbb\x36\x51\x85\x0b\x99\x94\x7e\xf3\xb7\xf1\xda\xd0\xfc\x43\xe3\x17\xea\x94\x65\x75\x36\x77\x31\x38\x0c\x7f\x11\xd0\xfb\x88\x28\xd8\x2f\x94\x12\x6b\xfe\x98\x1e\x4a\x91\xa4\xf3\xc7\xd2\xcf\x63\xa9\x49\x5c\xc8\xca\x4f\x6b\x51\x92\x06\xbf\xc0\x32\x4d\x5e\x9d\xf7\xc6\x35\x94\x45\x6b\xfe\x78\xc1\x6a\x3f\xf5\xc1\x7c\x93\xa5\xa9\x4d\x84\xdc\xcd\xf6\x13\x87\xf0\xc2\x34\x34\x33\x74\x78\x29\x5d\x6d\x56\x9a\x21\x9b\x06\xc2\x4a\xcc\x55\x33\x53\x53\xcc\xbb\x0f\xea\xa3\x96\xc8\xac\xc9\xb6\x22\x0b\x77\xa8\xe2\xe5\x60\x82\xca\x9f\xf9\x16\x19\x2a\xe5\x02\x3c\x7f\x95\xe3\xe8\xfe\xe1\x41\x0b\x7a\x66\x4a\x71\x85\x4c\xce\x5f\xcb\xfd\x2d\xb2\x5b\x0e\x4c\x74\xe3\x16\x55\x3c\xbb\xef\x1d\x69\x14\xaf\x78\x07\x8f\x78\xb2\xe1\xb7\x2c\xe7\x85\xf9\xeb\x9c\x7c\x0d\xaa\xf3\x7b\x8d\xa1\xc3\x74\x6a\xb6\xed\x24\x59\x04\xc1\xcf\xb9\xff\x3e\x3f\x6c\x50\xa7\x6a\x4c\x83\x04\x68\x5e\x47\x8e\x40\x14\x8f\xe4\x41\xbf\x01\x92\x8a\xd6\x6e\x90\xe7\x4c\xf3\x80\xf9\xa9\xaa\xcb\x17\x19\x0d\x5d\xf3\xe6\x2f\x72\xa3\xa8\x45\x28\xe4\x75\x79\x9d\x3f\x28\xe4\x75\xbd\x9e\xbf\x80\x32\xd3\x3d\x06\xa5\xe8\xe7\x07\xcc\x72\x11\xcd\x2f\x94\x2a\x0a\xa9\x98\x3f\x5c\x67\x74\x0d\x9c\x3f\x78\xaa\xcc\x66\x9e\xc6\xfd\x45\xd7\xbe\xf9\x7b\xef\x2f\xed\x67\x86\xc5\xf5\x45\xa7\xdf\xfc\xa5\x7a\xbe\xeb\x83\x09\x11\x56\x34\xe6\x17\x7c\x0d\xb9\x4a\xce\xdf\x24\x85\x1a\x32\x32\x5e\xd5\x29\x8a\x26\x6f\x60\xcb\x0d\xae\x7f\xff\xa9\x65\x6a\x0e\x5e\xf4\xd5\x64\xdf\x9a\xbf\x17\x7c\xd5\xfa\x27\xa7\xed\xf9\x9b\x29\x05\x44\x3f\xd4\xf6\x42\xd4\xf3\x07\xb5\x7d\x5b\xea\x0d\x1e\x2a\x4a\x55\x33\x7f\x54\xda\x37\x6f\x05\xa0\xac\xe2\xfd\x09\xad\xbd\xee\x11\xf3\x47\xd4\xd5\xbc\xfb\xa0\xb6\xef\x16\x4c\x8b\xf2\xd5\x8b\xcc\xe4\x57\x9e\xc1\x1d\x9a\x4b\xcf\x20\x51\x56\xf3\xd6\xd9\x51\xc8\xb4\xfb\x03\x0a\x2e\xb3\x11\xd5\xf6\xcd\x9b\x8f\x49\x13\xa6\x68\x78\x71\x57\xfd\xcc\x0a\x72\x26\xf4\x9f\x39\x75\x87\x78\xad\xfe\x00\x6c\x52\xdd\x20\x42\x71\xbd\x3b\x53\x4d\xaf\x06\x0f\x58\xc3\xdc\x01\x60\xd9\xe6\xf6\x0e\x9e\x5b\xde\xfe\x47\xe6\x5e\xf1\x17\x48\x59\xdf\x44\x11\x40\x94\x80\xe0\xfc\x9d\xe0\x3b\xcb\x30\xfa\x2e\x37\x93\x80\xd2\xd0\x0a\x4a\x98\xbf\x04\x5d\x9e\x36\x6a\xd1\x7f\x96\xc5\x40\x5d\xf5\xf3\x45\xee\x6f\xf1\x2e\xdc\x50\x14\xee\x3e\x7f\x27\x15\x10\x4b\x4d\x32\x4d\x95\xe2\x68\xe7\xef\xa2\xb6\xc9\x08\xe0\x4a\x32\xfd\x09\xf6\x87\xc7\x79\x61\xc7\x56\x7f\x00\x7e\x33\x51\x17\xf9\x4d\xc3\x84\x9e\xbc\x78\xc7\xc3\xa5\x64\x78\xbb\x64\x96\x4d\xcb\x76\x56\x63\xf1\x86\x44\xde\xaa\x8f\x60\xbd\xb9\x81\xdd\x00\xc5\xa0\x85\x16\x72\x11\x2c\x95\xe1\x9b\xbf\x9b\xc7\x87\x31\x05\x7c\x4a\x3e\xc7\x3d\x13\x7b\x87\x65\xef\x83\xb3\xd8\x7b\xe2\xc9\x79\xd3\x28\x1f\xda\xf8\x7c\xe0\x20\xd3\xf7\x87\x4a\xba\xa1\x34\xef\x22\x66\xb6\x52\xec\xd7\xfc\x21\xb3\xd5\x0a\x83\x27\x38\x40\x87\x59\xee\x21\xcb\x0d\x31\x35\xf0\xdf\x0a\x63\x27\xba\xaa\x34\x6f\xac\x07\xdb\xc2\x4c\xfa\xd0\x55\xc4\x4d\xde\x6c\xe1\xbf\x26\x37\x3a\x48\x4b\x3a\x6c\x70\x5e\x59\xaa\x27\x38\x37\xa4\x50\x50\x31\xb3\xb9\xc1\x3d\xda\xcb\xb7\xfd\x90\x7d\x2f\xfc\x3f\x72\x86\xfd\xa7\x15\x9e\x1b\xb4\xe9\xc6\x66\xdb\x8b\xff\x8a\x14\x1f\x73\xfb\xd1\x00\x3b\xdc\xe1\xc5\x31\xe9\x8d\x2d\xa5\x87\xba\xd8\x72\xe2\xfc\xc3\xe4\x1b\xa1\x1f\xe0\x5c\xa2\xf5\xdd\x36\xf0\x64\xf3\xff\xbc\x43\x0d\xb7\x70\xb3\x53\x7d\xc1\x4c\x59\x8a\xcd\x9d\x1b\xd4\xe1\x46\x52\x1b\x2b\x14\x36\xf7\x49\x7d\x78\x93\x98\xdc\x0a\x47\xee\x67\x14\xe7\x53\x12\x96\xb9\x25\x5c\x2b\x6e\x13\x6c\xa9\xfd\xbe\xd5\x64\x4b\xf5\x51\x11\x8d\xe5\xc5\x40\x45\xe9\xfa\x79\x4e\xa6\xd3\x6c\xbf\x58\xac\xbe\xa2\xfc\x0f\x67\xd1\x96\x38\xcd\x23\xa8\x39\x4d\xfe\x81\x6b\x63\x76\x79\x81\xd9\x30\x24\xd9\xe8\x2c\xa2\x6b\xdc\xdc\x1a\xb5\x6f\x43\x63\x24\xec\x12\x0c\xdb\x58\x3f\xb0\x98\x61\x5a\x52\xe1\x2f\xb0\x78\x92\x0f\x1b\xcb\xb2\xc8\xcf\x77\x6e\xd0\x56\x2b\x0f\xf7\xdc\x90\xe3\x4a\x86\xad\xb9\x75\x6c\x66\x21\x82\x8d\xb9\x40\x15\x1a\x3a\xb7\x8e\xb5\x15\x4c\xda\xa0\xcc\x36\x32\xdb\x7a\x47\x86\x49\x51\xd4\x93\x01\xfd\x02\x16\xee\x3f\x85\xd0\xdc\x46\xca\x34\x91\xc0\x02\x7d\xdf\x37\x78\x6c\x57\xbf\x01\x4f\xd3\xea\x17\xe8\x38\x6c\xaa\x07\xa7\x5a\x44\x50\xb9\xac\xe2\x8e\x73\x0b\x66\x9b\x10\x51\xc1\xda\xa1\x3a\x0d\xb6\xe0\xde\x16\xb6\xda\x02\x47\x94\x84\xda\x16\xb9\x16\x22\x2a\x26\xd8\xc7\x2f\xc0\x61\xd7\x6b\x15\xb4\x2b\xb8\x87\xe7\xdf\x7f\x22\xcc\x40\x13\xf8\xd2\xdb\x6c\x12\x5f\x9a\x7f\xa0\x29\xfb\xec\x32\x68\xca\x2c\x23\xb7\xc9\x3b\x90\xa7\x65\x92\xc3\xab\x9b\xa4\x58\x0d\x71\x1c\x94\x65\x16\x9a\xdb\xc4\xf9\x64\xf9\x42\x65\x59\x6c\xa6\x81\xa7\x83\xe7\x69\x12\x3b\x68\x62\x17\xb7\xa1\x10\xd3\x46\x8c\xe6\x69\x5a\x38\x91\xcc\xe3\xe9\x6a\x61\xa1\xb8\x88\x26\x74\x66\x6d\x2f\x48\xab\xdd\x52\x71\x25\x51\x6e\x12\xa6\xd6\xcf\x07\x17\x60\x9f\x49\xa0\x20\x17\x82\xda\x76\x4e\xb5\x3e\xd8\x93\xc9\x35\xb5\x3b\x89\xd6\xb0\xe1\x78\xfc\xd9\x77\x3b\xcc\xc3\xcb\x0d\x40\x7c\x79\x5e\xf7\x9c\x26\xbd\x00\x4f\x88\xcf\xb4\x1d\x54\x67\x08\x19\x6c\x07\x72\x34\x58\x0a\x1f\xb9\x98\x1a\x24\x5c\x1f\x3e\xd3\x04\xd5\xd7\xb7\x07\x2c\x9d\x07\x7d\x50\x27\xa4\xe3\x6d\x83\x27\x83\x02\x6e\xe7\x76\x60\x8f\x78\xcc\xf0\x64\x90\x6b\xfd\xdc\xe0\x36\x5c\x7c\xf8\x40\x11\x36\x5b\xf3\x0f\xe0\x47\x61\xfb\x8d\x9a\xb1\xd6\xfc\x03\xe5\x99\xbb\x44\x3a\x83\x6a\x61\x74\x62\x0c\x53\x63\x38\x31\x8d\x53\x63\xfe\x0f\xd4\xf9\x85\x5c\x7a\x4d\xd3\x89\x41\x09\xe1\x6f\x27\x27\xfe\x43\x35\x35\x61\x02\xbb\xdb\x05\x01\xa7\x2b\xcb\x86\x3a\xd5\xd3\xc3\x06\xa6\x5b\x9f\x43\x9c\x31\x6a\x4d\xa0\x6d\xbb\x78\x89\xb7\x74\xb9\x38\x0c\x37\xc1\x61\xb8\x05\x2e\x8d\xdf\x27\x12\xb1\xd0\x25\x8a\x0b\xef\xa2\x9b\x9e\x8b\x7f\xba\x16\x6d\xcc\xa4\xde\xcc\x3b\x37\x1d\xf0\xfc\x1c\x6f\xff\xd2\x33\x6d\x70\x6e\x50\xf8\xe2\xdc\xe8\xcc\x60\x41\x72\x13\x66\x78\x65\x99\x48\xbd\x19\x13\xdc\xb4\x81\xba\x05\xca\x57\xe3\x10\xe6\x2e\xb5\x28\xca\x0a\x7b\x22\xe9\x21\x6b\x98\x46\x64\x2c\x58\x2a\x7a\x3a\xb7\xf4\x3c\xf6\x2c\xc2\xdd\xa1\x2b\x50\x63\x6e\x08\x79\x2b\x9f\x67\x1e\xb8\x06\x11\x0f\x38\x7c\xf9\x05\xea\x59\x85\x4b\x0a\xcb\xbf\xc8\x6f\x65\x16\x20\xba\xae\xa0\x89\x59\x7e\x9c\x5b\x1d\xa8\x05\x1e\x11\x8a\xf4\x9c\xe5\xc7\xb9\x75\x93\xc4\xa5\xa1\xe7\xf5\xef\x3f\x5d\x8e\xe9\xb3\xc0\x41\x42\x41\x99\xb3\xfc\xc8\xd1\xba\xac\x15\xa8\xf4\x7c\x9b\x2b\x08\x87\x53\xcc\xe5\x2c\x4c\xdd\xae\x41\x95\x54\xe8\x69\x13\x95\xed\x87\x0f\x34\x26\x44\xc3\xc9\x33\x66\x96\x17\x22\x0e\x39\x1f\xcf\x02\x65\x9c\x92\xc1\xcc\x42\x80\x38\xfc\xcc\xd3\xb7\xfb\x03\x22\x6b\x61\xcc\x82\xf0\xb8\xef\x33\xeb\x36\x98\x02\x5e\xbd\xb4\x01\xca\x06\x75\x4f\x37\x49\xef\x18\xaa\xbb\x2c\x79\xf4\x69\x12\x0a\xc5\xa5\xb0\x53\x29\xe4\x8e\xe5\x4f\x16\x46\xe5\x17\xe0\xcb\x5b\xfc\xff\x81\xff\xd5\x25\xbc\x91\x0d\xfe\x0a\x9c\x8f\xa5\xe6\x9f\x05\x19\xb3\xba\xd5\x3f\xe5\x85\x8f\x43\x31\x9e\xb3\xd4\x14\xd0\xfe\xe2\x65\x69\x39\xca\xce\x02\xdd\x9f\x1c\x38\x66\x61\x76\xf8\x4f\x03\x13\x0d\x6a\xd6\xe0\x8d\xac\x04\xc2\xb3\xd4\x9c\x66\xff\xc0\x5d\x28\x94\x53\x1a\x57\x5a\x24\xb2\x1e\xb5\x62\xfb\x67\xa1\x7b\x84\x31\x46\xa1\x7b\x84\xb5\x0d\xa5\x65\x35\x7b\xcd\x53\x63\x0e\x73\xcd\x4b\xcb\xd5\x17\x15\x8d\xda\x85\xe6\x4e\x28\x72\x25\x5e\x4a\xa3\xc8\x95\xc0\x2c\xe9\x32\x2c\xf5\x5e\xe9\x3c\xf3\xdd\x0b\x23\xdc\xda\xf0\x27\xf4\xca\x90\x22\xa9\x74\xae\xaf\x66\x1b\x1a\x44\x45\xe9\xcd\xc2\xb4\x58\x6d\xb8\x49\xec\x1b\x21\x97\x02\xd8\xa9\x18\xba\x59\x12\x76\xea\x9e\x5b\xa0\x42\xf4\xf5\xaf\x0c\x1e\x67\xc3\x3f\x34\xbc\xa0\x1e\x06\x2d\xdd\x9a\x99\xf4\xf9\xf5\xd6\x84\x8a\xd1\x37\x8e\x32\x78\xd7\x16\x5a\x2f\x30\xbe\xca\xd7\x7a\x96\x81\x1c\x46\x12\x8a\xe5\x45\xa5\xa3\x9a\x89\x61\x7b\xed\x9e\xfa\x60\xc8\x96\xa7\x0d\x39\xb3\x3e\xd2\x89\x65\x99\xad\xba\x29\xe9\xc2\xeb\x79\x0d\x0a\xcd\xe1\x4f\xb0\x11\x2c\x8f\xe8\xd3\xdb\xfe\x76\x16\x95\xc9\x49\x13\x52\x2a\x2c\x6f\x13\x16\x2f\x33\x67\x49\x93\x30\x17\xdf\xd0\xa8\x98\x02\xab\x79\xe7\x00\x85\x16\xef\x94\x89\xa5\xf5\xde\x9d\x54\xc2\xe9\x3c\x2d\xf4\xef\x55\x55\xe5\x59\x16\xe3\xef\xcc\xa3\x2b\xe9\xf4\x0f\x8d\x7a\x3a\xd1\x49\x5c\xfa\x11\xbc\x6b\xf2\x07\x7f\x02\x80\xaf\x63\xb7\x2c\x88\x39\xef\x3e\x38\xf0\x56\xef\xdf\xfd\xc7\x06\xf4\xc1\xce\x00\x06\xf3\xec\x4e\x97\x6d\xbf\x30\xfe\xfd\x27\x96\x59\x74\x67\xac\xe2\x70\x93\x94\x11\x42\x89\x05\x1e\xbc\xd5\xa2\x18\xaa\xbf\x6a\x8e\x43\x09\x1d\xdf\x9c\xca\x9e\x53\x67\x12\x50\xe8\xcb\xeb\xc7\xe4\x08\x0a\x65\x9c\x05\x79\xf2\xab\xae\x29\x25\x91\xac\xa0\x6d\x41\x49\x1d\x79\xd8\xce\xc2\x04\xab\x2d\xfc\x45\xb0\x4f\x7f\x91\x88\x5f\xcf\x18\xa6\xce\xf1\x72\x24\x43\x68\xd8\x07\x47\xe9\x17\xb8\xf9\xc3\x3f\x20\xbf\xee\x74\x97\x39\x4c\xff\xc0\xe8\x48\xb3\xfd\x49\x65\xbc\x68\x38\x53\x30\xaa\xcf\x2b\x27\x42\x54\x5f\xf4\x9d\xd4\x38\x11\xb5\x56\xbd\x14\x2f\xb0\x6c\xbe\x18\x17\x04\xad\x4d\x0f\x22\x63\xd6\x3c\x51\xa8\x2b\xd8\x75\xe3\x2c\x80\x91\xd5\xd3\x04\x27\xdb\xf2\x39\x31\x80\x23\xab\xb9\x01\x5e\xb7\xd6\xb2\x16\x78\xd9\x56\x8b\x8b\x0b\x0c\xe9\xc5\xbf\x93\x21\xd5\x00\xac\xc2\xc6\xe7\xe5\xce\xb5\x15\x89\x37\x0e\x41\x6f\xd5\x3b\x77\x8d\x06\x89\x6c\xaa\x9f\x63\x14\xfa\xc6\x30\x87\xbf\x50\xb4\x2c\xcb\x23\x66\xd3\x6a\xd3\x5d\x26\x47\x6b\x90\x2f\x18\xad\x56\x0d\x17\xfa\xd1\x7e\x4e\x82\xc4\x9e\x06\x0b\x70\xa4\xf5\x3d\xb9\x3c\x24\x5a\xf3\x88\x20\xb8\x6a\x8e\x4e\xe8\xe9\xa3\xfe\xe1\x69\x64\xb9\xfc\x70\x25\x44\x24\xa2\xe0\xaa\x69\x84\x9f\x6d\x35\x14\xc8\x6c\x59\xde\x45\x4f\xf2\xdf\x7f\x5d\xd4\xcc\xaa\x2f\x19\x57\x7f\xdb\xbf\xff\x4c\xd5\x5f\x9a\xf5\xc7\xe2\x88\x4d\xcf\x1c\x84\x1b\x68\x58\x7b\x3f\xd3\x4d\x76\xe9\x19\x28\x4f\x67\x70\xfd\x71\x08\x6e\x8f\x5b\x66\xfa\x07\x3a\x55\xe9\x99\x30\xd1\x14\x33\x6f\xaa\x92\xd4\xce\x8a\x94\xfa\x72\xae\x9b\x95\x5e\xb6\xca\xb4\x36\x2b\xf3\xa2\xfa\xc0\xac\x85\xae\xf0\x12\xba\x15\x7a\x42\xe5\xd0\x99\xf5\x45\x75\xa1\xb4\x53\xb3\x12\xb4\x09\xf0\x54\x66\x29\x78\xcf\xe8\x3f\x9c\x45\x35\xf3\x5e\x49\xf5\x50\x69\xe1\xf5\x81\x5c\xa1\x43\x54\x4e\xe4\x59\xd3\xe2\x2b\x2c\x5d\xe1\x42\x5b\xa5\x64\xac\x70\xa1\x55\x4c\xce\xac\xb4\x08\xfb\xd2\x5c\x2b\x78\xab\xf9\xb9\xe3\x59\x3d\x56\xd8\x31\xc2\xff\x07\x1b\x70\x8f\xef\x29\x63\x94\x58\xe1\x62\x5b\xa5\x3a\xaf\x95\x57\x62\xa9\x1a\x6a\xa2\xc2\x69\x9a\xb8\x41\xb4\x07\x2b\x61\xa2\xae\x30\x95\x05\x0a\x0d\x2b\x6a\xe3\xad\xc7\xc3\x6a\x14\xd9\xcb\x6f\x60\x18\x82\xdf\xf5\x85\x8d\x31\xbc\x90\x8d\x57\x62\x1d\x02\x15\xd9\xf7\x55\x33\x75\xd6\xcc\xaa\xe0\xff\xdf\x4d\x6b\x3d\x65\xed\xa4\x51\x4b\xc5\x9a\x44\x36\xe7\xd4\xce\x13\xdc\x1f\x70\xe6\x25\xcc\x6a\x27\xcd\x02\x4f\xb5\x53\xa2\x7f\xfa\xc8\x7d\xae\x61\x26\xea\x5c\x7e\x63\x82\x6a\x53\x81\x08\x28\xbb\x6c\xd4\x17\x23\x4e\x15\x19\x98\x15\x18\xd1\x79\x7d\x66\x65\x8d\x41\xc3\xa7\x0a\x23\xb0\x6f\x01\x15\xe9\x07\xaa\x67\x2e\x98\x46\x4a\x34\xd1\x87\x35\x24\x6b\x2a\x8c\xbc\x3e\xd1\x2b\x7c\x56\xbf\x1f\x24\x97\xfb\x85\x07\x34\xaa\x87\x99\x24\x69\xf1\x66\xae\xbf\x88\x66\xae\xab\x4f\x1f\x93\xcb\xad\x3e\x26\x0f\x43\x73\x21\x9c\xee\x7c\xf2\x54\x44\x60\x55\x33\x25\xf4\x88\x1f\xe9\x04\xcf\xd5\x6e\x1d\x6f\x85\xe7\xaa\x51\x44\x5d\xbc\x6e\x99\xc3\x16\xe5\x9d\x7a\x80\x23\xaa\xd2\x0b\xcf\xba\x68\xc6\xf0\xde\x5d\x8b\x83\xf0\x17\xa4\x41\x13\xc9\x5c\x55\x6d\xf9\x05\x4a\x13\xc1\x88\xca\x98\xac\xb6\xfc\x03\xc4\xb6\x65\x20\x11\x9d\xe5\x13\xf4\x88\xd5\x02\x06\x21\x59\x4a\x04\x3f\x2b\x5d\xe8\x0c\xbf\xea\x9e\xfb\x44\x34\x20\x21\x41\x35\xff\xec\x54\x72\x58\xe4\xed\x1c\x85\xf8\x67\x67\xb0\x83\x48\x62\xe5\x23\x9f\xd9\x75\xe7\xf6\xf7\x56\x3b\x18\xdb\x28\xa2\x0e\x72\xa0\x3e\x80\x5e\x50\xce\x8b\xb3\x1e\x94\x92\x3a\xe4\xeb\x09\x21\xe8\x93\x02\x6a\xbd\x61\xf6\x39\x03\x0c\xa7\x0e\x58\xb4\xf9\x73\x16\x41\x8d\x37\xbc\x55\x11\xd1\x14\x16\x37\x27\x98\x21\xfc\x4c\x70\xe6\x41\x5e\x8c\x41\xf5\xe9\x78\x11\x39\xfb\x13\xa4\x08\xf8\x6c\x33\x66\x9a\xea\xde\xa9\x17\x5d\x03\x44\x03\x74\x76\x72\x21\x9e\xf5\xc5\x4e\xce\x02\x3f\x2b\xa2\xfb\x67\xf7\x36\x42\x91\xe6\xcd\x92\xfd\xc6\xda\xcf\xbf\xe4\xdf\x9e\xf5\x26\xbd\x82\x39\x15\x2a\xba\x69\xbc\x59\xe9\x31\x67\xf8\x58\xef\x85\x54\x37\x62\x84\x9b\xa6\x1e\x6f\xca\x1b\x87\xa3\x27\x09\x38\xe8\xb3\xae\xb4\xd3\x9a\x31\x1e\xc4\x52\x48\xb9\x5a\x11\x5e\x54\x7d\xd6\x11\x16\x59\x8e\xbc\xb0\x68\x0e\x23\x10\xa4\xa0\xb2\x56\xb1\x3e\x29\xa9\x34\xc5\x50\xd0\xcd\xfe\xf9\x02\x14\x2e\x7f\x71\xf2\x0b\xcd\xe9\x03\xd6\xd3\xac\xb4\x4c\x49\x25\xe0\xd5\x88\x7a\x3e\xcf\x34\x1c\x4f\x3d\x33\xc6\x51\xcb\xd8\x7e\x24\x72\xe8\x79\xff\xf7\x9f\x50\xa1\xeb\xd9\xe0\x40\x27\xbf\xf0\xd9\x5e\x18\x54\x15\x3a\x37\x1b\xb5\x6d\x3a\x4c\x1b\x50\x91\x1c\x4e\x67\xfb\x51\xb7\x21\xa9\xd2\xd2\x5d\x4e\x1b\xb4\x6d\x14\xf8\xea\x71\xcb\x95\xee\xfa\x21\xf8\x83\xdf\xa0\xe4\x12\xf4\x6a\x05\xac\xa5\x63\xa9\x21\xda\x48\x91\x3e\xb3\x95\x85\x34\x7f\xfe\x1f\x32\x42\x82\xad\xbd\x30\x69\xd8\x9d\xab\x31\x99\xbc\xf1\x6a\xab\xe9\x9f\xac\xe7\x57\x24\xd8\x2d\xa6\x51\x35\x25\x7d\x4d\xab\xb9\xb2\x6a\xb1\xe2\x10\x5a\x7e\x46\x65\x56\x49\xd2\x46\x4b\xa6\xc5\x77\x83\x25\xd3\xae\x74\x8d\x96\x4c\xe3\xd9\x86\x38\xf6\xe1\x59\x42\xf2\x4e\xd5\x35\x9a\x2d\x2d\x9d\x92\xbd\xad\xa5\x9c\xd3\x52\xb5\x1b\x89\x8d\x35\x8b\x80\x18\x53\x05\x2c\x66\xa3\xd6\xc9\x30\xbe\x75\x5e\x46\x44\x43\x4f\x8e\x56\xa7\x9d\x5e\xaa\xea\x93\x4a\xa6\x2e\x44\xdb\x3a\x25\x95\xf9\x69\xf0\xb0\x15\x8b\x37\x44\x96\x77\xc9\xf3\x06\x2d\x93\xdd\x7f\x1a\x0a\x25\x6f\x9e\x6a\x3a\xae\xf9\x12\xd7\x06\xf9\x67\x73\x0b\x2f\xcf\x2b\x7a\x73\x36\xaa\x9d\x0c\xed\x1b\x42\x73\xec\xd8\xd8\x98\xc0\xd3\x17\xc9\x36\x0e\xbc\x60\x1a\x19\x9b\xec\x06\x78\x22\xb8\x81\x1b\xef\xfb\xff\x07\xcf\x9a\x58\x46\xea\x28\x00\x7b\x36\x84\xaa\x5b\x0d\xd5\x82\x0e\x20\x92\x1d\x2d\x72\x94\xea\x02\xbe\x70\x9b\xb7\x40\x10\x71\xe8\x28\x6d\x2f\x4e\x1a\x72\x41\x7e\xef\xfa\x9c\x16\x71\x14\x9c\xe3\xec\x0b\xd7\x02\x56\x43\xf3\x4b\xe4\xda\x99\x28\x32\x90\x24\x7a\x83\xc1\x75\x76\x01\xe7\x06\x83\xab\xdd\x56\x1b\xbc\xe3\x9a\xb7\x4d\x66\x77\xb7\xb4\x41\x4e\xa6\xe6\xc5\x5c\x28\xfc\xe2\x8d\xba\x88\xbc\x04\x28\xda\xa2\x95\xd9\x6b\x47\x35\xd4\xf0\x33\x37\x92\xce\xca\xc6\x40\xf4\x5e\xdc\xe6\x82\x2f\xed\x5f\x0a\xb7\xce\x06\x4b\x69\x37\xf7\x2d\xe6\xf6\xd6\x9d\xad\x01\xe1\x34\x33\x1b\x32\x32\xd9\xd5\xa3\x31\xc3\x52\xd7\x39\xd9\x76\xe2\x30\x53\x0c\xe7\x32\xbb\x2c\xb7\x3d\x25\xa6\x9a\x60\xa1\x45\x9b\x3a\xdb\xc1\x60\x34\x7d\x71\x34\x88\x02\xd1\x70\x4c\x54\x2b\xd0\xa4\x1d\x5c\x69\xf5\x78\xf0\x4a\x64\x21\x0d\xf5\x90\x7d\x9c\xda\x41\xfe\x76\x87\xd4\xc3\x9a\xfb\x98\xb7\xbd\x17\x93\xc0\x69\xd0\x17\x27\xfd\x4f\x85\x57\xdb\xc9\x79\xd1\x34\x9c\xc4\xaf\x42\xc4\xed\x84\xc1\x4b\xd0\xb0\x21\xf9\x66\x73\x0f\x27\xe5\x9b\x06\x81\xa0\x01\x3b\x1a\x36\x58\x3a\x9b\x4e\xef\x76\x12\xe7\x59\xbc\xc1\xf2\x69\xd7\xb3\xf6\x62\xa4\x61\x17\xaa\x86\x20\xf0\x18\xfe\xbf\x72\x8c\xa2\xf0\x22\x45\x6a\xf0\xe2\xb4\xfa\x7f\x50\xa4\x5b\x62\x7b\x11\xd2\x34\xb8\x6d\x77\x72\xa2\xa6\x99\x69\x30\xbb\x69\xbe\x4f\x94\x00\x57\x0f\x37\xdc\x51\x2d\xb1\x6f\x4a\x68\x21\xcd\xf6\xe4\x34\x8b\xe8\x87\x5b\x52\xd0\xb1\xd1\xb7\xcc\x57\xf6\x06\xd4\x62\x47\xa2\xf6\x50\x1a\x5a\xe0\x3e\x49\x95\xe8\x7e\x68\x71\xf3\xbe\x87\x1f\x58\xab\x6e\x92\x97\x15\x5d\xb1\xda\x03\x6e\xd0\xcc\x75\x86\x51\x4f\x3f\xe3\x6e\xa2\x71\xf6\x5f\xd2\xb0\xf4\x03\xbd\x70\x04\x33\x3a\x8d\x78\xbe\x9c\xf4\x8d\xe7\x86\x44\x45\x67\x5c\xb4\x9d\xea\xfb\x8b\x2b\xaa\xea\x58\xbd\x87\x10\xa8\x56\xa7\x48\x3a\x64\x1f\x99\x0e\x2b\x9d\x5d\x09\x3b\xf5\x37\xfd\xf3\x01\x39\x4a\x12\xb2\x6f\x14\x06\xcb\x34\x60\xdc\x9a\xfc\x5e\xc8\xf4\x43\xcf\x5c\x0c\xb1\x44\x2f\xf5\x5d\xf0\x9f\x5f\x18\x48\xdf\xa0\x89\x62\x61\x1c\xdf\xe2\x3a\x93\x06\x59\x03\xd4\x4b\x52\xe9\x4f\xb8\x38\xa2\x09\x4a\x1d\x23\xc0\x5e\x78\x02\x0b\xd8\xf7\x4a\x25\x93\xd0\x52\x4f\x1d\x8d\xf6\x6e\x4f\xcb\x9d\x2e\x0b\x9d\x96\x3b\xb7\x59\x09\x14\xb4\x99\xfb\x0b\x6f\x22\x84\x0a\x7b\xbd\x5f\x54\xe9\xc5\x62\xfc\xa1\xef\xbb\x1d\x2a\x17\x3b\xde\xf4\x86\x99\xf3\x62\xb4\x8a\x0a\xa9\xea\xa0\x51\x35\xd1\xdc\xc0\x44\x03\xea\xb1\x31\x55\x91\x26\x0e\x41\xca\xb6\xa8\x75\xf8\x7d\xd9\x47\xa1\x23\x77\x79\x78\x48\x09\x86\x84\xb7\x7a\x4f\x86\x53\x0f\x9d\x5b\x4d\xb8\xa2\xd3\xf3\xcb\x17\x8a\xde\x2b\xe4\xb2\x88\x46\x04\xa4\xbd\x18\x7a\xea\x57\xda\x9f\x2c\x45\xbd\x43\xdb\x6d\xde\xe9\x1c\xb1\x09\x5c\xe8\xcd\xcf\x04\xb9\xa6\x97\xec\xeb\x55\x64\x38\x65\x74\xd3\x4b\xa5\xab\x74\x2d\x1d\x59\x7c\x3e\xb3\x3e\x68\x3e\xf3\x2c\x8e\x09\xdf\x35\x71\xe3\x40\x06\x79\xcf\xfa\x00\xa6\x30\x3f\xbf\x40\x6a\xaa\x74\xee\xec\x00\x4e\xcd\x14\x8c\x9c\x75\xbd\x40\x14\x23\xe1\xd4\x83\xd0\x5f\xf7\xff\xce\x1a\x36\xb6\xbf\x76\xfa\xf8\xdb\xca\xd4\x69\xb0\xb3\x0b\x7a\x87\xc1\xce\x06\xda\x4e\x83\x9d\xed\x92\x1d\x8e\x65\x4d\x18\xa3\x27\xce\x31\xb3\x4d\xa4\x0d\xf7\x3c\x31\x05\x4f\x48\x73\xd6\x27\x4f\x7d\xa1\x90\x3e\x39\x0e\x37\x89\xc5\x33\x4d\x33\xc7\xe5\x1f\x70\x98\x7c\xba\x3c\xf8\x82\x89\x64\xce\x26\x5d\x16\xfb\x24\x6e\xd0\x09\xda\x11\xcc\x6c\xd3\x75\x5f\xdc\x53\x6a\x81\x26\xbd\xee\xd9\x47\xd0\xa5\x5d\x37\x3a\xa0\x93\x2d\x7c\x9d\xb5\xaf\x15\x93\x3e\x3b\xa0\x94\x3d\x9f\x3b\xa2\x01\xda\xe7\x7f\xc8\x22\x9d\x3d\x9d\xfa\xa2\xfe\xe9\x81\x53\xef\x2f\xd2\xe4\xa7\x4b\x7a\xdf\x53\x3a\x69\x62\xe0\x59\x66\xdf\x9d\xce\xfc\xe6\x56\x86\x74\xe8\x90\x6c\xc2\xef\x3b\x65\xa8\x2e\xcd\x7d\xe7\xdc\xfb\x83\xf5\x5e\x5a\xa6\x3f\xd8\x61\xd1\x13\x91\x08\x0f\x50\xc6\x9a\xd9\xf7\x17\x13\x4e\xcb\xa6\x9d\xc7\x9f\xd7\x6e\xbf\xf1\x82\x49\x84\xe3\xa2\xa0\x78\x3f\x7e\xef\x2e\xd8\xfc\x4c\x70\x3f\xfd\x03\xe5\xa9\x6e\xe9\x3d\x2d\x80\xd2\x17\xf6\x83\xda\x0f\xdd\xa3\x3a\x31\x9e\xcf\x26\x78\xb7\x35\x9f\x97\xb4\xf8\xf9\x5e\xd5\x4f\x44\xeb\xe9\x0a\xd2\x99\x1e\xbd\xfa\x90\x66\x09\xc5\xcf\xe6\x85\xb3\x59\xf3\x21\xcd\xec\xe6\xdd\x0c\x76\xd2\x83\x6e\xf9\x0b\xdc\x72\x05\x14\x7a\x06\x72\x7a\xf7\x9e\x38\x30\xcd\x40\xc4\x64\x96\x71\x88\xdb\xb4\x8f\x42\x4f\x8b\x9e\xd7\x0a\x16\xbc\xe6\x83\x07\xf1\x00\x76\x41\xe8\x17\x19\xcc\x3d\xa4\x09\xcf\x47\xd3\xcd\xcd\xed\x99\x43\xb6\xf3\xcd\xfb\xea\x26\x0d\x9a\x38\x46\x04\x7c\x04\x71\x6a\xa2\x7c\x80\x42\x13\xe5\x3b\x40\xbf\xb1\x16\xdd\x1f\x50\x03\x6d\x8e\x4a\xe7\x2f\x03\x09\xd4\xa7\x69\x0e\xf0\xeb\x4f\x76\xaa\x99\x78\x50\xb5\x4f\x57\xd2\xfe\x70\xfd\xfd\x01\xfa\xb4\x30\x40\x81\x9a\x69\xa4\xc1\xfa\x87\xd6\x62\x76\xf8\x7e\xb5\xf8\xd3\xb5\xa8\x3f\x09\x22\xfe\x9b\xc5\xf1\xa3\xc2\x51\x13\x3f\x90\xb7\xd2\xae\x8d\x03\x90\x4f\x31\xe1\xef\xa9\x88\x3c\x7e\x55\xcf\xe4\x57\x37\x08\x51\xa2\x4d\x38\x90\x07\x27\x94\x1a\xeb\xdd\x3e\xec\x71\xe8\x07\xde\x28\x24\x21\x07\x14\x4b\xf6\xac\x18\xdb\xf8\xf7\x9f\x6e\xed\xf5\xd8\xe2\x7d\x16\x60\x1c\x1b\x3d\xd1\x74\xc5\x18\xa9\x67\x12\x2b\x8c\x8d\x93\xea\x2e\x29\x94\x97\x7f\xe0\xbd\x48\xfc\x38\x4a\x52\xa9\x4e\xa1\x9a\xb2\xf1\x7f\x94\xac\xea\xa6\x81\xd3\xd3\xdf\x0e\x05\xa3\x50\xc3\x1d\x6e\x82\xbb\x4a\x9d\x16\x94\xee\xd5\xa1\x3a\x2a\x36\x91\xe7\x21\xd1\xd9\xf2\x0f\x39\x50\x11\x91\xea\x2a\x1d\x68\x83\x25\xaf\xad\xaf\x1a\x34\x9a\x75\xf1\xd3\x48\xa3\x99\x39\x00\x41\x93\xf6\x28\x18\x2d\xd3\x20\xaa\x13\x78\xef\x8f\xa9\xfb\xd3\x60\xee\xf1\xd0\xbe\x18\x09\xea\xba\xdf\xc0\x6e\x96\x68\x1f\x00\x69\xaa\x48\x36\x07\x52\x2d\x5a\xe5\x3b\x7a\xb2\x80\x3e\xe8\x3c\xe2\xbc\x62\x74\xbe\xb7\xe3\xf1\x80\xf7\xbd\x23\x48\x06\xeb\x0b\x76\xcf\x1e\x6c\x5e\xa1\xd4\x5b\x73\xc0\xc6\x35\x3e\x7d\xc0\xde\x64\x65\xe1\xe8\x88\x93\xf6\x02\xa2\x04\xf5\xc7\xbd\x6f\x00\x67\x85\x79\x1b\x9e\x56\x76\xbf\x1e\x48\x36\x13\x4a\x43\x35\xc7\xa0\xbd\x51\x47\xd8\xa0\xd2\xcb\x9a\x96\x81\xb4\x16\xd6\x55\x0f\x56\x9d\xb6\x4e\x6b\x20\x02\x40\x49\xa1\xe6\x18\xbc\x61\xe9\xcc\x19\x83\xf0\xc1\x54\xc0\x97\xca\xf6\xee\x11\x8c\xd5\x31\x9f\x21\x3f\x62\xb1\x8e\x72\x44\xb2\xae\x3a\x09\x06\x33\xba\x49\xea\x24\x4d\x26\xc0\x9a\xca\xf5\xcc\x01\xac\xe6\xba\x5b\x73\xcc\x6c\x52\x9d\x4e\x08\x5b\x0b\xd7\x31\xc9\xbb\x9e\x1b\x78\x43\xd5\xcf\x17\x3c\x9e\x3d\x90\x4c\x36\x21\xd4\x3a\x60\x3a\x6b\x9f\xe7\x8e\x9c\x34\x1a\xd7\xca\x81\x6a\x5c\x69\x4b\x93\x1e\x6b\x20\x99\x61\xb1\x86\x6f\xec\x30\xe5\x5b\xbb\x36\x76\xf6\xa1\x2f\x76\x40\xc8\xe2\xff\xd9\x87\x40\xc1\x80\x63\x92\x4d\x6b\x83\x66\x2a\x2b\x3c\x06\x72\x41\xd8\x40\x33\xe0\x31\xdf\x2c\xac\x0e\x8a\x1e\x4f\xf6\xc1\xcd\xe0\x89\x40\x72\x08\x5b\x73\xc7\x11\xec\xc2\x4d\x50\x50\x78\x14\x8c\x53\xb4\xba\x6b\x1c\x0f\x7f\xd0\x5c\x9d\xf4\xfa\x11\xe6\x1b\x67\x92\xe1\x1f\x92\x0c\xb5\x81\x58\x46\xab\xb3\x06\xbd\xe0\xad\xa9\x19\x54\x05\xad\xf6\x97\xa3\x69\x9c\x4c\x15\xec\x8f\x71\x30\x5a\x44\x9f\xcc\x57\xe8\xde\x32\xd7\x99\x9e\x91\x67\x49\xe8\x6e\x5c\x49\xbf\x46\xc8\x28\x47\x6b\xcb\xc6\x45\xfa\xfd\x4c\x05\xb4\xf7\x1a\xd3\x03\x2a\xd1\xf5\x1c\xcc\x9d\x5d\xdd\x24\xd9\xc7\xdc\x80\x30\x47\x1b\x86\x06\x8c\x6d\xc5\xca\xaa\x01\x4f\x25\x1b\x24\x06\x3c\x95\x6c\x1d\x1b\x84\x39\xd6\xb7\x0d\xa6\xa4\x50\x0a\xe4\x39\x00\x73\x3e\x02\x82\x65\x9d\xad\x70\x1b\x89\x73\xcc\x1e\x37\xd9\xc3\x02\x1c\x39\x2a\x6c\x32\x1c\xf7\x89\x67\xf7\x79\x41\x79\xea\xf7\x91\x17\x46\x37\xd6\x71\x93\x68\x71\xc6\x83\x9a\x3f\xd2\xc8\x0c\x60\x9a\x6e\x76\xcc\x0c\x15\x9e\x47\xd8\xcb\xba\xf7\x0c\xec\x65\xb1\x7d\x7e\xe0\xde\xf7\xa8\xe1\x57\x64\x90\x1b\xa8\xf1\x62\x93\x47\xc0\x8b\xc8\x7e\x1a\xc1\x94\x15\x76\xff\x0c\x56\x74\xb1\x4e\x27\x7e\x5c\x6d\xb1\x6f\x00\xe9\xd8\x5a\x15\x3f\xae\xbe\x6e\xa8\xf1\x9b\x78\x61\xea\x99\xc3\x74\x03\x3b\x9e\xdd\x03\x1d\x88\xb5\x10\x01\x9b\x9b\xe7\x35\xe8\x89\xa4\x7c\x94\x33\xe8\xe2\x6e\x05\x5c\x30\x8b\x60\xf7\x30\x50\x01\xa6\x4b\x98\x04\x72\x56\xf4\x9f\xff\xe7\x89\xb3\xfc\x02\xdd\x52\xbb\xdf\x80\xdf\xcd\xf0\x33\x61\x8a\xe7\x01\x60\xc9\x2a\xe2\x40\xd9\xe8\xf8\x7c\xc0\xcb\x80\xe7\x65\x23\x56\x17\x4e\x89\x04\x4f\x92\x81\x51\x12\x31\xf8\x8d\xe4\x6a\xad\x5f\xe9\xe8\x54\x53\x55\x28\xa9\x3d\x35\x70\x7b\xb7\x3a\x3e\x0a\x43\x9d\xba\xfb\xc8\xb9\xd3\x0f\xb0\xfd\x7d\x3c\xcd\xa2\x52\x00\x48\x8f\x1b\xf0\x61\xb2\x65\x25\x90\xf5\xcf\x66\x91\x60\xce\x0a\x15\x65\x9f\x01\x9f\xa4\x8f\x5b\x4c\x20\x67\x45\x2f\xee\x22\xe7\x46\x93\x05\x74\x65\x5b\x4c\x10\x5d\xd9\x69\x25\x98\x92\xc2\x4e\x05\x41\x8b\xa2\x95\x91\x01\x8d\x98\x43\xb0\xa2\x31\xb3\x80\x3f\xc0\xee\x35\xcf\xd0\x5e\x68\x05\x69\x20\xf1\xb5\xcd\x0a\xd1\x73\x62\xb4\x80\x88\x74\xb4\xc2\x34\x5e\x6c\x15\x8e\x21\x8c\x8e\x79\x91\xba\x3b\x60\x3e\xfc\xd8\x30\x03\x3e\xeb\xd6\x3c\x47\x6a\xa8\x86\xbf\xc0\x34\xe8\xf0\x0f\x14\x61\xe9\x92\x48\xc1\x48\x48\x2b\x79\x63\x90\x24\x7f\x80\x80\x2a\xef\x6f\x78\x9c\x5b\xa1\x1e\xc8\xca\xd7\x75\x1a\x04\x2c\x79\x56\xa7\xc7\x20\x77\xd4\x3f\x39\xd4\x45\x66\xbc\x30\x47\xa3\xd8\xca\x47\x49\x17\x08\x92\xb4\x49\x20\x02\x0a\x60\x6f\x1a\x24\x03\xeb\x96\x36\x41\x5d\xbc\xee\xb3\x41\x2b\x9d\x55\x6a\x11\x88\x4a\x33\x3f\xc3\x26\xe7\x9c\x18\x31\x89\x67\xbd\xf5\x67\x6e\x11\x7f\x01\x44\x35\x2c\x90\xe0\x4e\x3e\x87\x05\xce\xa4\x5f\xc2\x70\x1b\xaf\xa4\xb7\xab\x6e\x30\xf1\x84\xaf\x77\xb1\x78\x1e\x99\x0c\x2a\x9f\x54\x1e\x70\x06\x0d\x77\xbe\x31\xc6\x4a\x81\xa2\x91\x65\x54\xa2\x25\x08\x6c\x6f\x56\x16\xc6\xce\x4d\x61\xc9\x09\xf7\x22\xeb\x70\x63\xa7\xf5\x50\xd7\xb3\x60\xaa\x88\xe1\xc9\x00\xea\xb2\x2a\x30\xf6\xec\xd3\x4d\xa0\x4f\x53\x79\x90\xe3\x84\x27\x02\x05\x4c\xac\xf9\x0b\x94\xba\xeb\xbe\xb8\x06\x52\x3b\x2c\xef\x75\x18\xdf\xac\x02\x0b\xb8\x17\xf5\x4f\x83\x37\x69\x74\x8b\xf4\xdf\xd5\x95\x31\x10\x78\xe8\x78\xcf\x20\xe4\x1a\x96\x82\x40\x58\xd6\x5f\x06\x00\x95\xd5\x70\x81\x0c\xcb\x56\x04\x06\x93\x45\xb4\x4f\x8b\x94\x60\xe1\x37\x88\x58\xa4\xe3\x8a\x93\x13\xa7\x51\x9c\xa4\xda\x82\xf6\x22\x91\xfa\x00\xde\xdf\x56\xbb\xc4\x95\xeb\xaf\xc5\x43\x18\x61\xdf\x2c\xd1\x2e\x82\x4f\x2f\x0e\x2b\x8e\xf8\x22\x15\x09\x93\x3c\x50\xaa\x7f\x86\xf7\x13\x9c\x90\x1c\x48\x15\xcc\x93\x6c\x65\x60\x10\x27\xd9\x59\x2b\xe8\xb1\x6d\x1d\x75\xd0\x6a\x37\x2c\x07\x91\xc9\xb8\x5b\x6f\x10\x34\xe3\x99\xb5\xa1\xef\xe9\xbe\x6f\x07\x81\x8f\x2e\xbe\xc1\xfa\xc4\xd6\xbc\x06\x5c\x8d\xba\x2e\xc2\x41\x05\x91\x35\xab\x81\x04\x10\xdd\x80\x30\x18\xfd\xd7\x3e\x6d\x32\x92\x45\xd3\xc9\x5c\xc7\xed\xd3\xe6\x81\x6c\x74\x1a\x06\x14\x40\xd6\xe6\xc5\x43\x51\xa7\xb9\x9a\x70\x36\xea\xbe\x09\x4f\x82\x23\xc7\x14\x4d\xd6\x1e\x71\x40\xcf\xfc\xe5\x1a\x4e\xfd\x00\xd7\x37\x49\x92\xf9\xe3\x9a\x76\xb7\xb9\x53\x3c\xf9\x8d\x9c\xdd\xa5\x1f\xb0\x3f\x84\x01\xe6\x0f\x74\x4b\x22\xce\x1f\x27\x57\x2d\xa6\xe6\x48\xcb\x31\x89\x7d\x24\x9b\xe6\x46\x1e\xd0\xc8\xe7\x96\x3c\xa0\x2e\x99\xb0\xcb\xf7\xa0\x09\xdb\xa1\xb5\x5d\x13\xbe\xdf\xd6\xce\xcd\x8d\x9a\x72\x9d\x33\x73\xcb\x71\x8a\xea\x2d\x97\xc3\x7d\x50\xb2\x87\xc9\x3a\xd9\xa9\x06\xc6\x24\xcc\xd6\xe9\xce\x17\x30\xc5\x94\x9c\x9e\x85\x03\xfb\x93\x87\xdd\x2c\xdc\x7f\x9a\x26\xb8\x96\xdb\xd9\x73\xa2\x42\x9e\xb5\xe0\xb3\xf0\xb0\xd6\xe9\x3d\x0b\x0f\x67\xa9\x52\x66\xe1\x96\xd7\x61\x3a\x59\x36\xd9\xea\xdd\x59\x49\xa0\x26\xba\xf2\x38\xd4\xf1\x3a\x2b\x85\xc0\xf0\x0f\x9c\x58\xcd\x12\xbc\xbb\xad\x1c\x9b\x19\xf3\x27\x2d\xd3\x24\x92\xf2\xc4\x53\x71\xa5\xb2\xdb\x73\xa6\x5e\x4a\x34\x34\xee\x3d\xb3\x43\xc3\xc4\x78\x58\x0c\x12\xb4\x12\x7a\x36\x48\x53\x2f\x54\xa3\xf5\x47\x4a\xa6\x89\x12\x79\xb6\x13\x4f\xfa\x72\xab\xf4\xee\x9c\x2d\xd7\x5a\x93\xfd\x62\xaf\xe2\x54\x08\x13\x95\x95\x7d\xd7\x9f\x54\x7c\x85\x34\x2b\xb3\x27\xd5\xfe\x81\x54\xab\x0b\xb8\x7b\x5b\x75\x39\x7b\x12\xa9\x99\xec\xdc\x9a\xee\x03\x8a\x2e\x1b\x8e\x67\xa2\x33\x61\xa1\x49\x74\xe6\x61\x76\xce\xbd\x34\x2f\x13\x9a\xb0\xf2\xa1\x89\xe2\xd8\xab\x07\x4d\x58\xfb\x10\x85\xad\xeb\x69\x80\x77\x58\xdf\xcc\xd1\xf4\x0e\xb3\x0e\x77\x0e\xa6\x9d\xf0\x0b\x1c\xb6\xba\x1c\xcc\x93\xa4\x1e\x47\xee\x5c\x2d\xde\x0b\xf8\xaa\x2f\xca\x93\xa9\x32\x54\xab\x74\xce\x41\x06\xf2\x33\xa7\x5e\x8a\xb2\x49\x1b\xa5\x2a\x89\xce\x19\x4c\x15\x29\x1a\x82\x6b\xe3\xad\x83\x3c\x67\x56\x78\x4c\xb8\xb4\x5b\x31\x33\x91\x19\x63\x99\x68\x1a\x39\x1d\x6b\x37\x19\x84\x68\x6d\xfe\x44\xde\x32\x6b\x72\x26\x4c\x9a\xdd\x34\xc2\xa4\x69\xcb\xee\x9c\x39\x8f\xfa\x60\x62\x27\x7a\xe9\x88\x12\x75\x2f\x9e\x2c\x19\xf2\xf3\xfb\x30\x1f\x78\x9e\x11\x51\xe8\x4b\xef\x5c\xfc\x5e\x43\x80\xca\x6c\x4a\xc3\x31\x17\xa4\x89\x54\x22\x93\x1a\xb4\x8f\x50\x5e\x60\x2e\xdd\x71\xe7\xe2\x88\x34\x05\x8b\xa7\x91\x19\x3c\xc1\x9e\x10\xc7\x24\xd8\x5b\x7e\xc6\x36\xd5\xf5\x72\xee\x3c\x21\xcd\xbf\x88\x05\xec\xca\x62\x3f\xe7\xce\x42\x12\x1a\x04\xb2\xaf\x5a\x65\x32\xa1\x61\xf3\x35\x7b\xa2\x96\x9d\xef\xab\x13\x81\x7b\x2a\x8a\x33\xe7\xc1\x75\xf6\xfb\x01\x6d\xa7\xff\xe7\x19\x60\xfe\xa7\x91\x4e\x25\x68\xe7\x84\x5b\x95\xaf\xed\xf3\xcc\x41\x6b\x50\x2f\xd4\x2b\x9b\xf7\xc3\x59\xe0\x31\x24\x92\xa1\x4b\xb3\x3b\xef\x44\x94\x5e\x73\x26\xa9\x79\xe6\x24\x68\xd0\x27\xc5\xba\xa9\x3e\xe9\x19\xe1\x69\x3a\x11\x74\x2b\xa0\x36\xa9\x21\x1b\x9f\x1f\xa0\x86\xdf\xca\x5f\x0a\xe8\xcd\x49\x3f\x2b\x95\x20\x9d\x13\xfa\x34\xdf\xb7\xe7\x8b\x0c\xeb\xf4\x76\xba\x88\x08\x8a\x7f\x80\x4f\xb2\x05\x15\x8c\x80\xbe\x0a\xcf\x8b\x07\xa7\xb9\x1d\x85\xe6\x7c\xbb\x9e\x37\x95\x96\xde\xa1\x37\x42\x00\x4c\x52\xaa\xbe\xbc\xc1\xee\x89\x2e\xc4\xcf\x19\x53\xe7\x0d\x04\x04\xe7\x6b\xd9\x04\x82\xb3\x1a\x72\x3e\x1c\xa4\xdf\xef\x00\x46\x9a\xf5\x27\x7b\x14\x3b\x3f\xc8\x41\xe1\x41\x43\x39\xe6\xcb\xf7\x84\x53\x96\x9d\x00\xe7\x83\xaa\xab\x66\xb6\x07\xa5\x03\x04\xf7\xd6\x2f\x57\x6d\xe9\x07\x52\xdc\xf5\x0c\x0a\x85\x79\x56\x62\x39\x5d\xb6\xd7\x0f\x0e\x29\x5a\x97\x05\xbd\x95\xef\x52\xeb\x07\x8a\x36\xff\x4f\x85\x82\xe4\xde\x02\x32\xf3\x10\xd7\x46\xe5\x9b\xff\xaf\x68\xc0\xcf\x74\xa8\x13\x45\x1b\xd6\x59\x50\x7d\xbd\x00\x69\x78\x0e\x17\xd3\x6c\x59\xe9\xbe\xa0\x1d\xf2\xfd\x70\x15\x1a\x9c\xb4\xc3\x17\x8c\x6f\x7d\xf3\x2c\x31\x6d\x82\x63\xf4\x16\x22\xde\xba\x12\x86\xcf\x55\x29\xed\x25\xda\x16\xfd\xa9\x54\xc2\x63\xae\xca\xa3\x57\xb2\x6d\x01\xd4\xf8\x6a\xb4\x2a\x6f\xa1\xdd\x2f\x80\xbb\xb4\xab\x17\x14\x48\xe1\x4d\xba\x68\x9f\x73\x0c\xdb\x02\xec\xf1\x8d\x6f\x51\x81\xa4\x8a\x07\x73\x35\xa2\xe0\xe2\x1f\x36\xcc\x85\x5a\x68\xc4\x62\xba\x40\xac\xc6\xd9\xd7\x72\x03\xf6\x8c\x4f\x03\x9d\x1f\xf8\x05\x9a\x30\x3c\x9b\x4c\x85\xe0\xac\xa6\x0b\x2a\xa6\x61\x0e\x7a\x61\xce\xff\xd1\x44\x21\xef\x99\xa2\x4b\x95\x8d\x1c\xab\x23\x8e\x4e\xb7\xc8\xc5\xe2\x67\x36\x1e\xac\x04\x25\x9f\x2f\x78\x76\xea\x1c\x58\x9d\xca\x8b\xcf\x27\x60\x1b\x89\xed\x45\x1f\x75\xaf\x06\x94\x4c\x43\x3a\x98\x95\x4a\x26\x9d\x03\x6b\xe4\xd4\xa9\x05\x96\xfe\xf5\x6e\x5f\x83\x73\xa7\xc9\x1e\xe4\x00\xb1\x08\xd4\x4e\x46\xce\x6b\x10\x20\x9a\x68\x38\x4a\x19\x7c\xaf\x41\x91\xb6\xdc\xe5\x83\x17\x34\xec\xa0\x48\x33\x91\x48\x85\x60\xd7\xc3\x15\x49\xa3\x68\x80\x2a\xca\x40\x79\x05\xb1\xb8\xf4\x2f\x0b\xbe\x58\x43\xba\xb5\x85\xfc\x5c\xc5\x46\x88\x15\x14\xcc\x1e\x46\xe4\x54\x6b\x1e\xe8\x42\x6e\x93\xc1\x02\x70\x31\x32\x5e\x2f\x70\x29\xaa\x8d\x3a\xd7\x0b\x5c\xb6\x3a\x05\x00\xd7\x84\x64\xb6\x94\x42\x4e\x2f\xcb\xfe\x35\x07\x84\x92\xe6\x81\x09\x57\xcb\x9f\x6c\x47\x0b\x5e\x59\x43\xa8\x65\xa5\x26\xec\x43\x0e\xd7\xc9\xcf\xd0\x8c\x59\x3a\xcc\x1c\x9f\xbb\x7f\x50\xce\x53\xe4\x31\xf3\xbd\x2a\xb3\xce\xb5\x48\xbf\x9f\x1b\xf7\xa9\x66\x88\x7a\x31\x23\xd6\x95\x79\x16\xfc\x8c\x11\x7a\x23\x2f\x0c\x42\x9a\xb6\x85\x82\x13\xbe\xf7\x2f\xfa\x5c\x0d\x8b\x51\xfa\x5c\x59\xf9\xbf\xe0\xc3\x6e\x80\xbb\xf6\x14\x60\x1a\xe6\x0e\xf6\x15\x4c\x59\x3b\xea\xae\x7a\xde\x90\xdd\xcb\xd0\x6c\xa5\x47\x95\x9f\x21\x07\x84\x62\x16\x94\x6a\x9f\x5d\x7d\x70\x96\x74\x71\x5c\xc8\x73\x6f\x84\xb1\x60\xca\xb4\x92\x6d\xd1\x83\xca\x46\x97\x75\x24\xc9\x5a\x29\xba\x54\xd9\xea\xb2\x0e\x0a\x5d\xdd\xd2\x16\x3c\xa6\x0c\x43\xd6\x91\xcc\xeb\x4e\xb0\x07\xa5\x5c\x5a\x80\x39\xd6\x8f\xac\x8b\x77\x0d\xef\x41\x66\xc6\x9a\xde\x20\xa9\xd2\xf2\xda\x5d\x41\xaa\xd4\xc7\xc5\x4b\x97\xb7\x29\x9c\xca\x3f\x47\x03\xeb\x78\x59\x30\x30\xb3\xbc\x03\x41\xd6\x3d\x90\xf2\x44\x44\x20\x97\xd5\x47\x4a\xb3\x26\xae\xb3\x26\xac\x9b\xda\xdd\xf1\x3f\xc6\xde\x24\x67\x9b\x5e\x59\x0e\x9b\x7b\x15\xdf\x0e\x5c\xec\xc9\xc9\x3f\xf1\xd8\xde\x43\x75\x34\x34\xd0\xd5\xc5\xb1\xb4\x7f\xa3\x22\xc8\x88\xe7\x18\x92\xf1\x0d\x5e\xe0\x7d\x8a\x55\x6c\x92\xc9\xcc\x64\xb6\x7e\x83\x48\x6c\xc6\x3d\xa9\xf8\xf1\x29\x9d\x14\xd9\xa4\x3c\x18\x94\x66\x0c\x0a\xb8\x2b\x35\x47\x07\x8e\x09\xa4\x2c\xfe\x60\xcd\xc2\x2f\x3c\xec\x52\xe0\x9f\x0b\x4d\x37\xb8\x4f\xe6\x9e\x3a\xfc\x1b\x79\x35\x6c\x91\x3a\x61\xbb\xb3\xa9\xe7\x44\x2c\x9c\xa9\xf2\x79\x90\xb9\x27\x7f\xc0\xba\x88\x7e\xe1\x64\x12\x8c\x43\x0f\x80\xa7\x3f\xbf\x5f\xb8\x86\xb9\x03\xde\x57\xdd\x03\x52\x49\xf9\x74\x9f\x74\x52\x72\xb8\xdc\x19\x10\x0f\x2d\x09\xe4\x84\xaa\xc9\x38\x76\x42\xd3\xd4\x55\x06\xa8\x9f\x61\xed\xaf\x96\x0d\x55\x93\x49\xd2\x89\xd2\xb8\x8e\xfb\x3a\xa1\x7a\xb2\x60\x79\x22\x3b\xa9\x8f\xd2\x89\xdc\x52\x87\x6f\xe9\x27\xd5\x4a\x36\xb3\x9e\x48\x2e\x65\xd6\x72\x52\x8c\xb2\x41\xf2\x8c\x6b\x55\x1a\x33\x52\xe0\x17\x15\x3b\xb7\x5d\x4e\xbf\x79\x3e\x83\xfb\x84\x24\x56\xdd\x03\x8f\xa7\x84\xa6\x33\x22\x47\xb3\x2e\xac\x27\xaa\x79\x55\x49\x06\x27\xcd\x74\xb6\xf4\x9d\x89\xee\x45\x82\x34\xb2\x97\xf6\xec\x76\x16\x8e\x55\x87\xcc\x66\xfa\x33\x02\xa5\xb2\x9f\x17\xa8\xaa\xd4\x94\x13\x89\x98\xa6\xfc\x89\x5c\xcd\x71\xe7\x27\xf2\x99\x9a\x9f\x9e\xf4\x90\xb2\xa9\xf1\x64\x15\x9e\xda\xfe\xca\x76\x74\x32\xe9\xbc\xed\xa7\x27\x05\x36\xe9\x1c\x4f\xea\xa5\x6c\xfc\x3a\x97\x40\xa6\x0b\xee\x99\xb9\x22\xcd\x88\x49\x07\xc2\x4f\x97\x38\x95\xd2\xcf\x9c\x10\xd8\x86\xb3\xc4\x9f\x99\xa7\x52\x37\xd4\x33\x53\xae\xf4\xaa\xe1\x16\x6f\x23\xee\x09\xc5\x54\x2f\x6e\x07\xe5\xd6\xb1\x3e\xcb\x9a\xb5\x96\x01\x8f\x2c\x4b\x19\x67\x29\x50\xd0\xb8\x43\x62\x86\xc4\xaf\x93\xf9\x51\x9d\x2a\xe1\x5c\x8a\x2a\x29\x27\xce\x42\x94\xf7\x17\x37\xbb\xf0\x24\x1e\x02\xc2\x83\x30\xbc\x44\xbf\x91\xeb\xca\x39\x37\x4f\x14\x1a\x6a\xc1\xb3\x86\xde\xe9\xe7\x04\xd4\x55\x3f\x49\xbf\xc9\xb5\xa3\x1f\xac\x10\x09\xfd\x5e\xab\x70\x0f\x74\x36\xf4\x08\x30\xcf\x76\xb7\x83\x16\x89\x87\x9e\x94\x08\x4d\x28\x3e\x89\xb0\x39\xa1\xe0\x09\x01\xd0\x82\xc5\xd9\xe0\xef\xeb\x19\xc3\x14\x69\xf3\xf0\x09\x79\xd0\xc2\xdc\xb9\xdc\xbd\x0c\xf7\x86\xf8\x02\x9f\xd0\xc6\x09\xf9\x83\x97\x2b\x12\x10\x1b\xa9\xa3\x8f\x20\xb5\x50\xb6\xef\x9e\x9d\x50\xd4\x9a\x3b\x91\xc3\xfb\x80\x00\xc2\x1f\x8c\x46\x9e\x85\x9f\x33\x0b\x3f\xfb\xe1\x48\xb5\x13\xd6\xcd\xe1\x55\x21\x9d\xbe\x2a\x2b\xf7\x93\x6e\xf4\x36\x08\x9f\x7d\x45\x45\xe8\xf7\x83\x48\x4c\x4f\x91\x74\xc6\x1b\xb7\x24\x38\x13\x1a\xb8\xd5\xdb\x1f\xf0\x64\xcc\xa2\x23\x72\xce\x4f\xc4\x8b\x3f\x5c\x04\x12\xdd\x90\xf4\x73\x8e\xb5\x08\x0f\x41\xa9\xc0\xd8\x84\xb4\xfc\xdd\x7b\xcf\xd4\x0d\xb6\x7c\x9e\x48\xdd\x50\xbd\x4c\x9a\x4a\x8b\x7f\x73\x15\x3e\xb6\x90\xf9\x7e\x18\x15\x45\x3e\x1f\x21\xb8\xab\x55\x63\x1f\xb2\xf0\x8f\xe2\xdf\x24\x8e\xfe\x1e\x94\xc4\x74\xe2\xe4\x0c\xbd\xf7\x27\x79\xab\xc1\x76\x32\x6d\xa3\xa0\x80\x44\x5b\x16\x6b\xcf\x73\x51\x4b\x0f\xb1\xd6\xa0\x45\x7d\x52\x62\x1c\x3e\x93\x08\x8b\x74\x72\x89\xf3\x22\x36\x65\x3f\x58\x80\xd6\x2c\x97\x0c\x28\xb5\xce\x89\x44\x5a\xc9\x57\xbb\xf3\x22\xbe\x78\xb3\x20\x15\xfa\x26\x77\x5e\xef\x07\x08\x1f\x3b\x24\x85\x3d\x4c\x59\x90\xf3\xb5\x4a\x05\x71\xde\x6b\x52\x1a\x01\xb6\x59\x95\x0b\xeb\xe7\x4d\x7a\x97\xfd\x05\x18\x7c\xf1\x0b\x9d\x2f\x68\x15\xf7\xa2\xda\xda\x3c\x1a\x67\x6d\xef\x3d\xe1\xf3\xf6\x23\x03\x20\x9f\x44\x29\x7f\xa5\x9f\x3b\x11\x37\x59\xbb\x27\x8c\x84\x67\x3e\x21\xcf\xd2\x2c\x68\x3e\xd0\x07\x0e\x3b\x24\x9f\x9f\xa0\x9c\x86\x61\xf0\x89\xc1\xd9\xc1\x7d\xe7\xb3\xb6\x41\x3b\x4b\xa1\xb7\xbb\x47\x10\x74\xb3\x56\x28\xfc\x0e\xef\x3c\x72\x4f\x0c\xd5\x45\xee\x27\xdc\xe3\x9c\x13\xf4\x7c\x90\xe2\xc5\xc2\x02\xcc\xc0\x3f\xc8\x87\x3c\x5e\xf6\xa6\x3f\x5f\xec\x9a\xd1\x00\xc5\x72\x7f\xa4\x8f\x17\x6e\x1a\x16\x04\x29\x64\x4b\xf3\x71\x22\xd5\x84\x43\x4a\x4e\xe4\x83\x1d\x2e\xe0\x73\xc2\x35\xae\x17\xff\x26\x03\xd2\x07\x93\xa4\xd2\x27\x18\x35\x03\x5c\xfa\xe8\x9c\x3c\xa0\x82\xf1\xe4\xe5\xc3\xa7\x63\xf2\xf2\x11\xfc\x00\xe9\x29\xcc\xfc\x27\xe7\xac\x35\xc0\x82\xec\x00\xda\x73\x9e\x48\x59\xe4\x29\x51\x39\x6d\x9a\x00\x8d\xe2\x30\xd9\xa2\xc1\xd8\x66\xed\x0b\x05\xa2\x5c\xfd\xe1\x62\xf1\x5c\x51\xf3\xeb\x60\x99\x8c\x43\xbf\x19\x79\xd1\xf4\x9b\x02\x4d\xf7\x07\x3c\xc0\xc1\x23\x34\xec\x9b\x7b\xa0\xa5\x4d\xc8\x7a\xb1\x00\x80\x2d\xe9\x17\x45\xfa\x9f\x39\x51\xc2\xe9\x1e\x14\x7c\xb4\x7a\xcc\xc9\x31\xd5\x03\x64\x7c\x17\x39\xb8\x02\xd1\x5d\xf2\xf3\x15\x88\x2c\x9a\x24\x24\x76\xd7\x55\xb8\x02\x27\xed\xf7\x59\x9e\xa4\xeb\xf7\x89\xf6\xa0\xdf\x17\x24\x76\x0f\xb8\x36\xc2\x1f\x20\xb9\xf0\x4f\x87\x94\xe8\x8b\x1f\x2c\x4e\xac\x29\x44\xae\x41\x8b\x8c\xd4\xaa\xf8\x37\xa7\x2c\x28\xa1\x16\x94\x73\x94\x5f\xc8\x33\xe6\x5c\xef\x57\x84\xc7\x83\xc1\x1e\x17\x54\xd5\x41\x5a\xf8\xac\x11\x90\x1d\xd6\xc5\x07\xae\xc4\xcb\x99\x08\xed\x45\x9d\xa7\x0e\xc0\xc5\x72\x01\xb6\xfb\x5f\xa8\x0e\xe0\x4c\xeb\x17\xe4\x63\x27\x39\xbf\x98\xb5\xcb\x0e\x0d\x57\x5e\x27\x42\x73\xc8\xeb\x96\xea\x37\x48\x5a\xc5\x16\xaf\x4f\x20\xae\x4e\x4e\x7c\x41\x81\xe9\xbc\xe8\x17\x7d\xe4\x9c\xfb\xf7\xca\x9c\x94\x87\x98\xf8\x2d\xc0\x2c\x9f\x39\x51\x92\x0b\x21\x0b\xc3\xe9\xb4\x2f\x06\x8d\x7a\xb7\xcb\x3a\xd8\x7e\x01\x7b\x23\x39\xec\x62\xb1\x5b\xc9\xaa\x57\xa1\xb2\x38\xfa\x01\xf0\x49\x2c\xea\x2a\xdc\x3c\xb7\x23\xc7\x81\x18\xce\x55\xc8\x79\x45\x6b\x2e\x78\xdd\x39\xe9\xf3\x45\xf5\xa6\x5d\x2e\xae\xba\xaa\x33\xea\x37\xa7\x20\x5a\x72\xc1\xa8\xea\x5c\xd5\x17\x84\xd9\x16\xff\xa6\xb4\x78\xbf\xea\xa2\xee\x5a\x71\xe5\x7c\x04\xa2\x25\xea\x6a\xb4\xc6\x5a\x7d\xfe\x8d\x2c\xb0\x06\x08\x34\x9d\x2e\x2c\x70\x21\x77\x46\xff\x39\xb1\x08\x64\x30\xcb\xbd\x98\x63\xac\x1b\x64\xb4\xd0\xda\x7b\xe9\xa2\xa6\xb3\x1b\xc8\xb0\xd0\x3a\xc5\xf3\xb5\xa4\x63\x83\x00\x9a\xce\xe0\x90\xbe\x0b\x51\xa7\xce\x5e\x7c\xf5\x85\x2a\x7e\x21\x21\x2c\x41\x60\x60\x16\x32\x3b\xb2\x5c\x0c\x43\xed\xde\xa8\x7e\xfe\xf3\xe7\x27\xdc\xee\x5a\x8e\x7c\xc3\x0f\xb8\x0f\xee\x72\xe1\xb3\xc7\x04\x3e\x1b\x74\x4b\x1c\xd6\x2d\xf4\x5a\x19\x3b\xf4\x01\xd2\x8e\x39\x91\xec\x35\xe8\xc5\x22\x59\xe4\x1a\xbc\x7b\x49\x49\x7c\x8d\x75\xa5\xd4\x18\x83\x14\x57\x9c\xea\x46\xce\x3f\x9b\xbe\xee\xc4\x63\x2a\x1a\x7d\x33\x7e\xc9\x02\xc2\x8d\x9a\xb9\x4e\x3d\x7a\xb3\xb4\x88\x19\xc5\xcd\x9a\x6f\x0e\xd4\xba\xe1\x60\xeb\x9c\x98\x37\xa9\x89\xc4\xfe\x9b\x97\x6b\x53\xf1\xfb\x23\x1e\x29\x78\xc8\x4c\x02\xa6\x9b\xef\x8d\xcb\xb5\x93\x64\xde\x79\x1d\x8a\xa8\x07\x54\x71\x68\x92\xf4\x0a\x71\x80\xd4\x4d\x6a\xa3\x63\x75\x93\xb8\x64\x8f\x30\x39\x27\x7d\x80\xa4\x80\x4e\x30\x75\xd3\x4b\xc4\x0e\x37\x37\xe2\xa1\x46\x17\xea\xdf\x8b\xba\x14\x7f\x52\xd0\x85\x26\xc9\x94\x7f\xe6\x56\x77\x59\xc0\xd7\xac\x0a\xcf\x42\xf3\x27\xdf\xba\x5c\x68\xe6\xa6\x05\xc6\x4e\x3b\x37\x03\xa2\x6c\x39\xbc\x61\x51\xb1\x55\xe0\xc6\xed\xda\x69\x85\x6e\x5e\x9e\xed\xdd\x72\x57\x06\xa6\x24\xbf\x31\x38\x4d\xed\x17\x72\xf8\x38\x65\xee\x8d\xeb\xb4\x9d\x09\x6f\x52\x20\xb1\x9b\xbb\x2e\x0c\x11\x02\x20\x05\x4f\x51\x25\xe7\x7e\xc3\x15\xd7\x59\x58\x6e\xd0\x80\xc3\xe5\xeb\xee\x06\xa4\x13\x1d\xbd\xdb\xda\x4f\x3f\xc0\x98\x22\x2b\x77\x23\x12\x4a\xc4\xba\x3b\xd7\xad\x39\x74\x6e\x86\x40\x8d\xac\x81\x4e\x7a\x70\xc3\x1c\x61\x37\x8f\x7b\xdd\x6e\x75\x9f\xb9\x51\x2d\xee\x07\xed\xe9\x86\x6b\xb7\x8a\x1b\x69\x04\xbb\x39\xf9\x4d\xbf\x5c\xb3\xfe\x1b\x41\xe1\x0e\xd2\xbb\x61\x5e\x70\x7c\xcf\xcd\x12\x71\xe6\xc3\x37\xd3\x06\x9a\x11\xdf\x4c\x1b\x68\x6f\x95\x1b\x24\xc0\x01\x34\xf7\x47\x01\x92\xc9\xd4\x0d\x02\x90\x6c\x1f\xb8\x4f\xd6\xdc\x11\x5c\x10\x5d\x65\xf6\x72\x9f\xcc\x75\xa9\x0e\xce\x85\xd5\x9a\x02\x0c\x14\x56\x16\xde\x48\xc2\xe3\x2c\x02\xf7\xc9\x88\xdd\xbf\xa9\xee\xda\xef\x93\x50\xd7\x2e\xb0\x7c\x9c\x8f\x10\x6f\xb6\xde\x04\x24\xf8\x71\xd0\xc2\x0d\xb7\x12\x3b\x4f\xdf\xb8\xd8\xba\xba\xc4\xfd\xdd\x6b\xd3\x0f\xf9\x83\x5b\x89\x7d\x0d\x6e\x84\x6d\xd9\xb7\xfa\xbe\x60\x00\xf2\x62\x11\x1b\xde\x9b\xfb\xe3\x01\x95\x74\x76\x23\xff\xcf\xe8\x62\x35\xf7\x05\xc7\x17\xf1\xf3\xfb\xbb\xe4\xa6\xf0\xd3\xce\x15\xb8\xc7\x09\xb4\xd2\xfb\x37\xad\x74\x9a\x21\x92\xfd\x34\x31\x89\x9b\x5e\x29\x3e\x19\xdf\x25\x38\xb9\x54\xc0\xfd\xdd\x81\xf3\x0f\x02\xdc\x8b\x91\xf9\x05\x12\x80\xee\x1e\x18\xd4\xaf\x19\xa1\x30\x8a\xb5\xbb\xf7\xba\x13\x47\xbf\x70\xc2\x21\x49\x40\xba\xd7\x51\xd1\x1a\x71\xcd\xb5\x9b\xd7\x8d\xc2\x28\x4e\xc3\x7e\xdf\xe4\x7c\x5e\x24\xf2\x05\xb9\x70\xca\xfd\x50\x92\xf3\x17\x4f\x02\xd2\x69\x9f\x19\x17\x66\x61\xf0\x66\xa1\x14\x8b\x93\x37\xe2\xc2\x4a\x30\x85\xc0\x45\xd8\xde\xe7\xf7\x77\x11\x8e\x76\x6f\xbb\x97\xc3\xb3\x87\x24\x65\xfd\x79\x01\xd5\xab\x74\xb1\xbd\x5f\x54\x2b\xf7\xe9\x7d\x69\xda\xf9\x79\x00\x82\xe0\x0e\x90\xc0\xda\x1e\xf3\x37\x6e\xc2\xbe\x1e\xdd\xb8\x09\x5b\xd5\x70\x33\x18\xde\x4e\x53\x37\x6b\xa5\x18\xf9\xd6\x55\x58\xfc\xff\x7e\x91\x2b\xa6\xb8\x47\x02\x5a\x22\xf2\x3d\x91\x2e\xc1\x64\x94\x39\x8e\x2c\x95\xdf\xcc\x71\x64\xd7\xaf\x7b\x22\x21\x96\xf1\x77\xdd\x85\xcd\x7a\x59\x1d\xef\x07\x1d\x26\xfd\xd1\x3c\x8b\x49\x8f\x4c\xff\x06\x7a\x98\xeb\x31\x41\xb5\x9d\xb9\xee\x75\xfb\x95\x10\xf9\x1c\xbc\x17\x4a\x99\xf9\xb0\xfa\x9d\x73\xfa\x3e\xbc\xbd\x36\xff\xc6\xc1\x15\x5d\x7c\x8e\x45\x5a\xfd\x00\xe8\xd0\xdc\x23\x28\x8f\x18\xeb\x03\xd7\x68\xbb\x95\x3e\x0c\x0c\xb3\xe8\xff\xc0\x37\xda\x9e\xaa\x0f\xef\xb2\x62\x40\x0f\xcd\x53\xd1\xbf\xb1\xfb\xc2\xf1\x07\x57\xdb\x26\xf6\xf1\xf0\x6a\x2b\x95\xc0\x13\x16\x5c\x3d\x00\x5d\x02\x8a\x7b\x5c\xdb\xaf\x39\x22\x94\xd9\xba\x9f\x67\x69\xce\x25\xf6\x3e\x64\xfe\x22\x8f\x0f\x42\x9d\x5b\x77\xfb\x3a\x34\x7e\x01\x99\xc0\xb4\x95\x0f\x43\x9d\x83\x2e\x69\x4f\xe5\x51\x17\xdc\xe9\xe2\x69\xed\xfd\x03\x8f\x4e\x2b\xd4\x1e\x5c\x28\xec\x1e\xf6\x34\x82\x45\x6b\x40\xa1\x5a\x9b\xa3\x9f\x46\x55\x8b\x7f\x37\x50\x70\xff\x5e\xb8\xa2\x19\x74\x0e\xd0\xff\x86\xff\x3c\x7d\xa1\xbb\xa6\xc3\x3a\x66\x41\xf4\xfb\xf9\xe4\x86\x64\xe4\x7d\xfa\x3a\x94\x9a\x30\x62\xa4\x5d\xca\xea\x61\x8c\x74\x10\x4f\x7a\x96\xa0\x20\xf1\xf6\x19\x0b\x9b\xb5\x86\x41\xc3\xa4\xd8\xd0\x03\x0f\x4e\xe7\x7c\x7a\x06\xa5\x1b\x6f\xdc\x92\xeb\x45\xad\x1e\x3a\x1e\xd8\xd3\xef\x39\xe1\xb4\xac\x53\xf9\xb0\xb4\x6b\x10\x59\x7f\xe0\xc3\x69\x6d\xeb\x73\x52\xc4\x92\xc4\xfb\x30\xbb\xaf\x23\xeb\x1e\x64\xd3\x6b\xb6\x8f\x3f\x17\xc9\xb4\x24\xdc\x07\x6a\x62\x73\x8a\xe7\x2a\xec\xc2\x2f\x34\x3e\xd0\xb4\xc8\x50\xed\x7b\xf7\xc0\x75\xc0\x3e\x47\x0f\xb5\xc6\xf6\xa5\x7b\xae\x55\x76\xdc\x5d\x40\x06\x10\x8d\x7b\xee\x05\x0a\x6d\x19\xf4\xc6\xf6\x4c\x7b\xee\x35\x2b\x6d\xd9\xbd\x60\xa3\x31\xee\x35\x4d\x6d\xd9\xdd\x79\xfa\x3d\x08\xcb\x56\x19\x0f\x11\xb4\x63\x27\x89\xe7\x86\x80\x6a\xc4\x62\xbe\x96\x50\xfd\x00\xf4\xc3\x34\x8e\x69\x85\xed\x19\xf0\x3c\x4c\xc7\x28\x79\xf2\x59\x3e\x10\xd9\x9f\x80\x64\x18\xf5\x59\x1c\xcc\x56\xf9\xe7\x21\xd5\x13\xdf\x7c\xc8\x04\x4d\x10\x1e\xce\x5a\x90\x80\xf6\xd7\xf2\xd6\x83\x58\x68\x1b\x31\x9f\x8f\xc7\x45\xeb\x2d\x1f\xb0\x34\xdb\x0f\x9f\x77\x1d\x1f\x75\xc8\x50\x68\x7b\x2e\x3e\x2f\xc9\x9a\x04\xd2\x07\x55\x18\x86\x11\xf5\x5d\x24\x46\x90\x7c\x51\x0b\x5b\x12\xeb\x43\x7d\xae\x9d\x23\x9f\x09\x11\x28\xfa\x85\xcc\x21\xfc\xa0\x40\xfe\xd0\x1c\xe0\xdf\x69\x7b\xe1\x43\x87\x09\x6b\x31\x9e\xc9\x65\x6f\x38\xbe\x8b\xff\x88\x35\xbf\x07\xc5\x8d\xe8\x37\x10\x89\x26\x94\x7a\x8f\x75\x9a\x86\x1e\xdc\xfc\x22\xe9\x01\x72\x3a\xeb\x48\xbf\xe0\x1f\xd6\xf4\xbf\x21\x70\x99\x1a\x82\xfe\x0c\xd6\x30\xbc\x61\x4d\xc2\x9f\x60\xda\x42\x98\x37\xd2\xc1\x52\x9c\xf6\x85\x2f\x41\xb3\x93\xc5\x4b\xaf\x4d\xdb\x98\x5f\xa6\x4c\xb1\xd2\xe1\x45\x7e\x5f\x5f\xa4\x5f\x64\x44\xb1\xda\xf8\x4d\x04\x8d\x44\xf6\x77\x15\xaa\x97\x48\xf1\x22\xa4\xd7\x4a\xdf\x17\x09\x7f\xad\x4c\x7f\x13\x97\x21\xc4\x7f\xa9\x82\xb0\xc2\xe0\x4d\x4b\xcf\xa1\x95\x23\xae\xc4\x26\x80\x37\xa3\xba\xb9\xd0\xf8\xcd\x0d\xed\xea\x00\xfa\x03\x6b\x94\x5e\xe8\x22\xad\x28\x7c\x51\x52\xde\x6a\xe7\x97\x75\xa6\x42\xf3\x07\xc0\x98\xe0\x09\x50\x8f\x26\xe9\xf2\x65\x21\xaa\xfa\x33\x04\x29\xb4\xa4\xc1\xb7\x10\x70\x7f\x95\xa0\xee\x65\x41\x01\xeb\x50\x5e\xe8\x12\x7c\xff\x7d\x11\x40\x62\x15\xd8\x4b\xc5\x40\xfd\x79\x40\xe1\xa0\xf8\x0b\xb8\x03\x8a\xd7\xbf\x70\xc5\xf4\xd5\xe8\xad\x6b\x23\x35\x24\x5d\x31\xad\x75\x79\x11\x00\x6c\x85\xc7\x0b\x4f\x4c\xab\xc8\xde\xca\x8b\x42\xf1\x07\x3c\xca\x52\x4e\xbc\x4b\x33\x20\xce\xf7\x32\x00\xc4\x7a\x98\xb7\x11\x65\xa5\x01\x79\xdb\x9a\x96\x3e\x41\x04\x88\xef\x33\x2f\xd2\xf9\x3a\x8b\xe3\xdb\x48\x25\xab\xbb\xac\xf8\x40\xeb\xa2\x46\xd2\x19\x14\x5f\x6a\x20\xad\x27\x7e\x99\x5b\x25\xc8\xfc\xf9\x42\xfd\xd0\xec\x94\xf3\x42\xfd\x60\x46\xf7\x42\xe8\xf0\x7d\xe5\x85\xb1\xdd\x32\xf1\x0b\xed\x83\x85\xe6\x17\x39\xec\x2c\xb8\xbf\xac\x43\xd5\xab\x5f\x00\x46\xfa\x4c\xf4\x0b\xbf\x35\x45\x46\x09\x8b\xf3\xbe\x2c\x7d\xda\x25\x42\xbc\x83\x33\xd2\xaa\x59\xe4\x20\x48\xe0\x7d\xe1\x2d\x69\xf1\xf2\x1d\x9c\xb2\xe0\x3a\x16\x1c\xfd\x01\x79\xa0\x04\x84\x17\x52\x8a\xc5\x98\x77\xf0\x2e\xec\xad\x18\x0b\x29\x3d\x89\x87\x0f\x3c\x08\xa5\x6a\xaf\x03\xc6\x73\x0b\x21\x2f\xab\xa3\x5a\xfe\x7b\xcf\xb5\x7b\x9a\xf7\xb9\x40\xa7\x41\xa0\x53\xb0\x68\xf4\x7e\x82\x4d\x74\x10\xda\x0b\x8f\xc9\x1f\xd0\x9d\x3c\xcb\x62\x38\x2f\xeb\x52\x05\x5d\x26\x5e\x0a\x3e\x5e\x17\x82\x57\xcc\x87\xdf\x8b\x93\x76\x3b\xf5\x5d\xba\x1b\xbc\x17\xaf\xab\x3f\x5f\x20\x76\xc4\x2e\x29\xef\xb5\xca\x60\x6a\xd6\x17\x55\x3f\xe2\x93\x2f\xc4\x9c\xae\x8b\xff\xfb\x89\x39\xcd\x6e\x5f\xef\x4d\x7e\x61\x9c\xba\x81\x73\xe2\x82\x2f\x22\x95\xcd\x78\xdf\x25\xe4\x18\xa7\x70\xf1\xff\x61\x72\x90\x71\x5c\xf2\xe9\x85\x88\xf3\xc3\xd2\x60\xfa\xb6\x7c\xf2\x32\xfd\xcb\xe1\x09\xc0\x52\xec\x09\x3d\xbc\x20\x4b\x54\x7e\x71\xcd\xef\x12\xcc\xde\xe5\xf5\xa9\x3b\xd4\x0b\xf1\xe4\x87\x3b\xf1\x8e\x6e\x1f\xe7\x17\x85\x11\x5c\xad\xf9\xfd\xae\xdc\xc9\x56\xa8\x97\xf2\x89\x99\x13\x85\x8d\x6e\x8e\xf8\x72\x04\xc1\x80\x0e\x9b\xf6\xf5\x79\x69\x4d\xb6\x57\xf4\xcb\xd2\x06\x76\xa3\x7e\xe7\x02\xbc\x96\x35\x17\x60\x35\x0b\x06\x14\x7b\x96\xac\x26\x1a\xa4\x56\x7a\x27\x23\x75\x8d\x93\x93\xd3\xd2\xe6\x52\x62\x29\x6e\x67\xb5\x10\xcf\x01\xc8\x21\x66\x33\x99\x43\xce\xea\xcd\xc9\xf2\xf1\x76\x65\x9e\xb8\x41\xe7\xf2\x57\x01\xae\x13\x85\x47\xcd\x1a\xe6\xc1\x43\x28\xc2\x3e\x8f\x45\x1b\x86\x1e\x0c\x04\x53\x65\xfd\xc6\xa1\x14\x37\x9a\xb0\x1d\x9b\x54\x4c\x24\x4d\x31\x95\x9f\xb8\x2d\x9b\x46\xcf\x4f\xf8\x49\x86\xf1\x0c\x9c\x91\xd6\x17\x2a\xd7\x97\xf4\x80\x36\x04\xdd\xb7\x27\xe3\x88\xed\xf9\x33\x03\xc8\x57\xf5\x0b\x80\xb9\xe8\xdd\x0c\x9c\xa2\xdf\x87\x6c\x1c\x3c\x25\x06\x73\xfd\x0c\x09\xf1\x4b\x27\x72\x46\x4a\x42\x3a\xb2\x33\x92\xa4\x36\xbf\x81\x23\x59\xfd\xc2\x82\xab\xe6\xc0\x98\x19\x7b\x52\x4f\x96\x5f\xc8\x7e\xe1\xfc\x84\x63\x5d\xfb\x26\x73\x18\x5b\x8f\x3d\x23\xe5\x00\x11\xb3\xc9\xca\x54\xe1\xa7\x0b\x62\xb8\x71\x25\xb2\x22\xaa\x66\x95\xb8\x17\x9a\x43\x5a\x79\xe2\xb5\x59\x69\xad\xcb\x5f\xf0\x42\xa5\x7b\xc4\x64\xa9\xa9\xea\x69\x25\xb8\x61\x09\xa1\x67\xe2\x66\xb8\x4b\xf2\x92\xe6\x41\xb9\x3b\x9a\x24\x4c\xd6\x3f\xbb\x99\x26\xbc\xd3\x04\x5a\xc6\x26\x3b\xf4\x64\x32\x38\xb9\xfe\x3c\x00\xca\x19\x87\x33\x75\x4a\xa2\x3e\x13\x95\xa8\xf2\x4f\x97\xc0\x39\x1d\xfc\x09\x9f\xd0\x1f\xc8\xe6\xb5\x7b\x5a\x04\xc5\x4c\xef\x26\x83\x97\x6d\x88\x9f\x14\x2b\x8d\x0f\x9f\x58\x99\x1c\x1e\x38\x33\x17\xe9\xdf\x93\x6b\x50\x07\x85\xd2\x91\xb1\xbc\x30\xe6\x41\xbc\x68\x32\x58\xb9\x7b\x2b\x90\x39\xe6\x07\xb0\x74\xf9\xb4\x55\x62\x16\x4e\x4a\x60\x80\xe0\x68\x8d\xf3\xa4\x03\xa7\x34\x36\x93\x5a\x26\x3b\x87\xcf\x41\x86\xab\x29\x20\x75\xad\x1d\x07\xe7\x92\x02\x7c\x78\xa9\xde\x30\x31\x40\x32\x92\x9f\xbd\x84\x07\x5d\x97\xe8\x3a\x4f\x4a\xc7\x26\x77\xe7\x5a\xa4\x1f\x2c\x04\xd4\x98\x9f\xd8\x90\x5d\xb1\x7c\x9e\x1d\xbf\x35\x67\x18\x16\x7e\x3b\xf8\x20\xff\x73\xb6\x4f\x4e\x49\x40\xa0\xc3\x9c\x2e\x35\x13\xb9\x4b\xec\x8a\x36\xaf\x88\x48\x12\x8d\x77\xad\x29\xbb\x03\x6c\x83\xa1\xc8\x2c\xb4\x76\x23\x9c\xc8\x6d\x62\x81\x7e\x7e\x02\x41\x77\x65\xc1\x09\x3d\x88\x6b\x1f\x4c\x96\x4e\xb2\x6f\xe4\xbc\x90\x2a\x57\xbc\x72\x2e\xbd\x88\x69\x2a\x73\x9b\xd8\xfa\x32\xef\xf8\x89\x14\xc9\xbf\xf3\x3f\x7f\xda\x30\x72\x41\x71\x62\x8d\xf8\xbc\x79\x73\xf3\x9c\xa1\x26\xc9\xf6\x3c\x9c\xcc\x6b\xdb\x7e\xc6\xa4\x48\x68\xaa\x4a\xa1\xa1\xd5\xbf\x4a\x96\x3a\x99\x0a\xc5\xb4\xeb\x59\x6b\xd2\x80\xd4\xa2\x18\x99\x99\x61\xce\xae\xe8\x93\x21\xb2\xed\xe7\x0b\x70\x16\xdd\x62\xe6\x32\x2d\xfc\x7c\x01\xd6\x25\x63\xc5\x7c\x79\x45\x31\x2e\xc0\xc3\xcd\x62\xcc\x7c\x49\xf7\x8d\xcf\x4b\x2b\xe2\xcd\x46\x1e\x5c\x5b\x06\xe6\xcb\x50\x3c\xb7\xd3\x26\xfb\xf3\x00\xd9\x1f\x8d\xbe\x48\x83\xdb\xa5\xf3\x9a\x2f\x2b\x73\x69\x51\x2f\x09\x89\xbf\x5f\xbc\xca\x1d\x00\x9f\xa5\x66\x9b\x50\xaa\x38\xfb\xea\x5c\x86\x01\xaf\x01\x61\x29\x5d\x9a\xa3\x39\x17\x98\xfc\xc5\x3a\x72\x1a\xe2\x13\x83\x92\xd5\x6e\x13\x71\x2b\x43\x0a\x8e\x39\xc9\xaa\x8c\xd1\x9f\x50\x93\x6c\x67\x9e\x73\x61\xf4\x1a\x62\x1c\xa8\x7d\x20\x62\x37\x8e\x03\x0e\xf2\xbb\xc7\x71\x1c\xbc\xe3\x74\x3f\x48\x1f\xd8\x0e\x7f\x40\xcd\x50\x77\x8f\xd8\x88\xad\x41\x1b\x07\xf4\x3a\xda\x88\x71\xac\x8a\xea\xd9\x3d\x5e\x58\x44\xd6\x6f\xaa\x75\x36\x5f\x1a\x07\xec\x06\x63\x0b\xc1\xe3\x40\x4a\x15\x11\x8a\x71\x40\xed\x13\xdd\x8e\xe2\x0b\xa3\xa9\x1d\x19\x55\xfa\x50\x7f\x28\xbd\x70\xfc\xfc\x86\x63\x9f\x27\x44\x41\x68\xf8\x77\xc5\xf8\x49\xbf\x91\xdc\x38\x78\x3c\xd2\x99\xaa\x25\x7e\x62\x50\x53\x7a\x95\x71\x84\x13\xbb\xe0\x01\xa9\xc9\xea\xfe\x00\xe1\x23\xd5\x1f\x60\x85\x87\x7f\x4f\x98\x07\x05\x74\xc4\xbc\x48\xf9\x32\x0e\xa4\x56\x19\xde\x94\x18\x41\xd8\xb4\x27\x11\xb5\x6b\xb3\xdb\x1b\xde\xd7\x1e\x45\x6a\x15\x86\x5f\xa0\x44\x53\xfc\xe0\x05\x9e\x68\xcd\x91\xba\x98\xae\x35\x21\xd0\x38\x19\x06\x48\x43\xa7\x74\x1c\xe3\x80\x8a\x4a\xda\xbc\x71\x24\x02\xd5\xed\xd4\x92\x55\x41\x1d\x69\x80\xa3\xa1\x0e\x71\x46\x01\x56\xe3\x48\x74\xea\x73\x3b\xb1\xc2\x1d\x92\xb1\x37\xbd\x90\x99\x9c\xc3\x50\x87\x0b\x5e\x35\xae\x33\x49\x9d\x12\x36\x8d\x23\x93\xc8\x0c\x3f\x80\x6f\xbc\x17\xc9\x90\x15\x2f\x12\xd2\xc9\x08\x82\x2b\x7c\x68\xfa\xcf\x14\x90\x82\xc4\x98\x96\x29\x49\xfa\x74\x41\x5a\x91\x17\xec\x38\x10\xd0\xa2\xb4\xfa\xe3\x28\x38\x7d\x41\xef\x23\x3c\x65\x04\xbd\x0f\xd1\xe4\x67\xc2\xf0\xc6\x1b\xc1\xdf\x83\x60\x04\x01\xb1\x7c\x98\x9a\xbd\x80\x42\xcc\x34\x22\x14\x40\x39\xfa\x05\xf2\x16\xe3\x76\x21\xd8\x35\x23\xc4\xa6\xa4\x23\xfc\x05\xef\x19\xc7\x27\xf7\x34\xe9\xd2\xc7\x51\xc9\x5a\x7c\x74\x19\xb8\xe2\xf5\x7c\x82\x51\xfa\x41\x02\x5a\xdf\xe4\xa5\x34\x8e\x0a\xcf\xff\xe4\x0e\xb0\x60\x9f\x14\x96\x80\x08\xfe\xcd\xeb\xaf\x21\x50\x1f\x58\x39\xfd\xc2\x8b\x1b\xbb\x20\x08\xef\x3e\x79\x7b\x8d\x83\x91\xcc\x3f\x53\x84\x32\x6d\x44\xcd\xa0\x91\x40\x0e\x2d\x12\x91\xcb\xd9\x48\x02\x65\xda\x30\x10\x90\x6f\x45\x79\x46\xc7\xd1\x3a\x7e\xbb\x9d\xda\x99\xe1\x17\x4e\x6c\xba\x5f\x40\x86\x67\xe3\x39\x9c\xfd\x86\xf7\x10\x39\xf8\xb2\xa9\x0d\x5c\xfb\x54\xed\x6d\x1c\xd0\xbc\x29\x51\xc8\x38\x3a\x57\xa4\x09\xf7\xf4\xcf\x9f\xa2\x1c\xb5\xe3\xa0\x81\xaf\xb8\x3f\xf2\x31\x6f\x0a\x55\x73\x9e\x30\x73\xfa\xfd\xcc\x18\x9e\x43\xc3\xf4\x0d\xaa\xba\x11\x85\x54\x7d\xa1\xa5\x80\xda\xc9\x23\xbc\x6d\x9d\x8c\xcd\x27\xa5\x63\x9f\x92\xb6\x85\x81\x31\xcd\x2f\x8c\x80\xb3\xa9\x2e\x97\xc5\xd0\xb3\x1c\x34\xfd\x14\x77\xc1\xeb\xae\x59\x1b\x73\x00\x06\x4f\x6b\x50\xc9\xed\x37\xce\x85\x1d\x9a\xe7\x49\x21\xa0\x09\xd8\x27\x19\xec\xcf\x1b\x38\xe2\x45\xf3\x64\x05\x89\xfa\xf3\x45\x85\x63\x9e\x3f\x00\x8a\x1b\x3f\x4e\xea\x98\x04\xbc\x93\x90\xd0\xba\x18\xbe\xdc\xcc\xf3\xa1\x6b\x1b\x3e\x33\xcb\x06\x39\x34\x85\x8b\x36\x0e\xef\xf0\xb5\x08\xa3\xdf\x00\x75\x4f\x5a\xf7\x45\x31\xd6\xfc\xe2\x93\xc5\xd3\x61\x9e\xca\x9a\x5d\x3f\x4c\xf9\xa2\x38\x55\x34\x4d\x88\xd2\xc1\x2f\x30\x31\xb3\xac\xfb\xe3\xb8\xd7\xfe\x08\x10\xcb\xa2\x68\x96\xb0\xdc\x6c\x3c\x2a\xd4\x6f\x87\x31\xfb\x5e\xa7\xdf\x2f\xa0\xa4\x55\x15\x28\x96\xac\xdb\xfd\x80\xbb\x61\xe0\x3d\x54\x8a\x78\x9e\x50\xb0\x8d\xa4\x2e\x1f\xa2\x6a\x17\x6c\x1e\x5a\xb3\x3d\xab\x07\x41\x3a\x06\x1e\xd3\x02\x36\x8b\x54\x2c\x02\x61\x71\x00\xd2\xb1\x52\xec\x8f\x03\x5e\x2f\x0a\x70\x1f\xc7\xb2\x10\x1a\x10\x2f\xd2\x4a\x15\xcd\x91\x41\xd5\xcd\x44\x0b\x39\x00\xf3\xcf\x0b\xb4\x4b\x1b\x0b\xa9\xa2\xfb\x11\x31\x26\x4d\x19\x66\x5d\x0c\xf1\xf8\x91\x0c\x27\x13\xe3\x68\x59\x73\xe1\x84\x06\x99\xdc\x40\xf7\x00\x09\x5b\x32\x47\x58\x1a\xb7\xe1\x07\x58\x77\xf6\x6f\xde\x00\x75\xfe\x02\x42\x32\x86\x45\xc5\xb0\x8c\x8a\xe3\x6f\x82\x5a\x47\x38\x28\xc8\x69\xab\x02\x73\xc2\x28\xc4\x63\x04\xd6\xf5\x52\x3c\xc6\x08\x81\x53\xd2\x80\x81\xca\x02\x41\x32\x04\x64\xce\x49\xfe\x80\x5e\xfd\xfb\x82\x37\x02\xb5\x6a\x16\x5f\x43\x20\x1a\x0f\x0f\x0a\xea\xb8\x35\x99\x23\x30\x39\x9f\x22\x2c\x46\x60\x2e\x3e\xd5\xb5\x1e\x81\x85\x1e\x64\x84\x1e\x21\xae\x79\x6b\xd4\xb8\x20\xa5\x4f\x22\x19\xa7\xfa\x8c\xb4\xe0\x18\xf8\x11\x8e\x50\xd9\x2f\x90\xe2\x0a\x87\x02\x4b\x77\xc9\x4b\x63\x04\xd8\x35\x15\x49\x38\x02\xcb\x94\x5a\xa4\x0b\x89\xc0\xf3\x6f\x02\xaf\xfa\x01\xd9\xfb\x70\x97\x94\x12\x75\xda\xc2\x32\x6c\xea\x30\x05\x68\xb9\x4a\x3c\x3c\x2a\xcf\xf8\x70\xa7\x0f\xdf\xd0\x2e\x33\x54\xb9\x1a\x8d\x72\xe7\x1b\xda\x01\x54\x2f\x8d\x9e\x28\x8c\x9b\x23\xbb\x07\x14\x16\xf5\xac\x90\x30\x4f\x85\xe9\x47\x80\x58\x97\x7e\xde\x47\x6c\x92\x41\xb7\x94\x50\xe2\x1b\x01\x99\x65\x54\x42\x76\x84\xb2\xa6\xa8\x1e\x21\xf8\xc9\x50\x30\x02\x05\xbd\xec\x76\x00\xca\x34\x23\x50\xf2\xd3\x35\x2c\x14\x86\xf5\x78\x33\x98\x9a\x66\xfc\x3c\xb8\x08\x05\x7d\x52\xd7\xfe\x69\x99\x10\xd7\x8a\x67\x0d\x6b\xe6\x30\x8a\xd4\x45\x12\xb4\x39\x15\x6c\x22\xfb\x77\xe3\x98\x5a\x27\x6a\x9d\x0e\x93\x80\xca\x6c\xb4\xfe\x00\x80\xad\xfe\xcd\x03\x6a\x44\xa7\xf4\x25\x4e\x15\xe0\x0b\x35\xc4\xc3\x03\xa4\xb1\xde\x3d\x62\x63\x52\x50\xcd\x19\xd2\x97\x2a\x9b\x8f\x00\xe9\xcb\x37\xa3\xd0\x16\xdc\xb4\xe8\xb6\xe0\xe6\x07\xd4\xc7\x18\x1b\x3a\xd5\xa4\xc6\x51\x0a\x54\x45\x5f\x74\xf2\x57\xb1\x9d\x40\x09\xaa\x1b\x01\x3b\x0e\x82\x5c\xa5\x47\xf8\x44\x2a\x57\x3a\x18\x81\x12\x54\x71\x0f\x6b\x56\x7e\x01\x6c\xc9\xeb\x42\x2c\x85\x6f\x1e\x01\x39\x91\x4b\x34\x46\xd1\xfc\xe9\x49\xd2\xc5\xca\x37\xb8\x80\x48\xe2\xea\xc3\x3a\x16\x49\xd1\xba\x99\xfa\xc5\x38\x3b\x68\xb3\x31\x86\xc1\xf5\x5a\x25\xdf\x46\x18\x6b\x0e\x7a\xc0\x3a\x15\xcd\xbb\x75\x12\x72\xea\xf2\xcc\x70\x20\x55\x8f\xe7\x82\x93\x66\xcd\x7a\xa6\x31\x08\x21\x60\xca\x1c\x26\xbf\x27\xe1\xa2\x55\x9d\xb8\xf0\x78\x95\x94\x9e\x4c\xcf\xaf\xc5\x08\xd5\xc1\x85\x3b\x8c\xe4\xca\x00\xe9\xa9\x44\xc9\xf7\x81\x85\x2d\xba\xbb\xbc\xc0\xae\xeb\x5f\x5d\x91\x02\x25\xab\xaa\x6d\xa1\x64\xd5\x0d\x65\x96\x53\x4d\x7e\x01\x0b\x34\x15\x86\xd5\x73\x0c\x6f\xec\x45\x6e\x61\xdc\xa1\x2c\x36\x0c\x76\x96\xcd\x68\x46\x1e\x94\x43\x1d\xc3\x50\xa4\x0b\xb4\x2f\x9e\xe1\xae\x70\x51\xd7\xac\x60\x09\x0d\x06\x02\xc2\x82\x93\x2e\xa2\x01\x75\x2f\x46\x75\x3b\xb6\xa1\x7a\x44\xdc\x61\x4c\x4a\x6e\x04\x11\x76\x8f\x87\x22\x66\x26\x90\xcc\xfa\x67\x96\x88\x7c\xce\xbe\xa9\x87\xa5\xc4\xd4\xfb\xf0\xf3\x1a\xd5\xef\x83\xfd\x59\xb4\x78\x3e\x89\x29\x98\x29\x33\xbb\x73\xf3\xb6\x3f\x27\xf8\xa5\x7f\x63\x01\xc6\xe5\x87\x1e\xba\x26\x1c\x70\x7e\x2e\xc6\x13\x4a\x7d\x96\x1c\xe0\x17\x36\x4c\xda\x10\xf4\xab\x3a\x3d\x23\xbc\xd0\x5a\x79\xc6\x70\x6d\x6e\x86\x30\xbc\xc0\x2c\xd5\x07\x38\x7d\xf5\xee\x2d\xa2\xe7\x72\xf3\x26\xb2\x3c\x6b\xf4\xa6\x4c\xfa\xcb\x79\x57\x26\x65\x13\xe9\x0b\x02\x13\xe3\x34\x77\x3a\xc9\x24\x24\xc4\x05\x98\x55\x47\xf3\x20\x0f\xbf\x10\xe4\xe1\x08\x36\x74\x7d\x89\x4c\x9c\x63\x75\x5e\x64\xea\xbf\xfe\xf3\x00\xfe\xaa\xd9\x5f\x70\x56\xba\xd4\x47\x78\x22\x0f\xeb\x5d\xe2\x81\xcd\x11\xf6\xc4\xe3\xe6\x24\x9a\x1e\x20\x9c\xbf\xf8\x03\x96\x55\xd9\x9b\x11\x03\x9c\xba\xc5\x2d\x23\x54\x88\x52\xdb\x8f\x08\x4f\xe3\xd1\xdc\x8e\x53\xaa\x7b\x44\x0c\xcb\x3c\xed\x0f\xa0\x26\x91\x30\x1c\xe1\x36\x36\xac\xae\x8a\x2c\x05\x11\xa5\x58\x88\x9f\x00\xd6\x0e\xb1\xc2\x18\x09\x58\xad\x29\x25\x7e\x10\xf5\x00\x61\x0a\xda\x89\x98\x98\x6c\x42\x60\x4c\x6b\x84\xa4\x07\x48\x99\x61\x20\x24\x42\xcd\x1d\xdc\x68\xd7\x8c\x18\x95\x26\xa7\xbf\x11\x11\x95\xe6\x43\x17\x33\xa0\xe6\x29\x33\x69\x9f\x7c\xbc\x46\xcc\x6b\xce\x9a\x13\xbc\xcc\xc2\xcf\x0b\x80\xa3\x8e\x79\x64\xd2\x3e\x2b\x3f\x62\x5e\x7b\xaf\x49\xc3\x0f\x4d\xd1\xfb\x23\x52\x05\xd7\x3d\xc2\xc9\x39\x68\x55\x28\xad\xaa\x74\xb6\x23\x32\x48\xd6\xfa\x96\x98\x71\x30\x8b\x87\x9c\x1c\x52\x43\xc0\xed\x6c\xe8\x64\xc7\x12\xf0\x81\x86\x64\x91\x2e\xab\x67\x23\xec\x83\x43\x37\xd7\xc8\x20\xb5\xe6\xad\x61\x71\x54\x31\xe7\x88\x98\xd8\x21\xc1\x2a\xb2\x88\xd7\xe1\x0e\x80\x4d\xba\x5d\xc7\xca\x93\xac\x8b\x6d\xac\x3c\x43\xc6\xa6\x0a\xe3\x99\x84\xe0\x08\x47\xb3\xd1\xff\xea\x5e\x14\x59\xb3\xbe\x1b\xd5\xa0\x76\x53\x16\x9c\x11\xa9\x75\x13\x5b\x8e\x08\x80\xeb\xdd\xa8\xc6\xf4\x31\x72\xbe\x1b\xb1\x51\x19\xab\x5d\x60\x3a\xbf\xe6\x13\x88\xa8\xd7\x61\xd5\x65\xa4\x4b\x99\xfc\x9a\x46\xa4\x9c\x25\x0f\xa0\x11\xdb\x8b\xb8\x1f\xbf\x30\x39\x0b\x75\x81\x74\x7d\xcd\xd3\x44\xc8\x6a\x32\xae\xc0\x31\xfd\x87\xae\xf4\x8e\x8c\x9e\xea\x90\x09\xf7\xe4\x28\x37\x62\x3f\x39\x05\xf7\xf0\xf0\x0d\xad\x8b\xa5\x26\xac\x71\x8d\x9f\x18\x15\x65\x42\x1c\x91\xf9\x58\x14\xb8\x37\x22\x9c\xc8\x86\x77\x6a\xf0\x48\x68\x11\x08\x61\x1d\xba\x12\x45\x56\x90\xb7\x71\x20\x22\x1d\x8b\xef\xf6\x91\x21\x70\xdd\xc7\x76\xc0\x1c\xe1\x55\xa0\x2e\xea\xd0\xf5\x27\xc2\xb8\x3c\x7e\x3a\x20\x1c\x7d\x08\xe9\x19\xdf\x4c\x91\x99\x6f\x45\x42\x54\x64\x32\xe3\x66\x52\x72\x32\x13\xa1\x0f\x19\xea\x85\xfd\x9c\x00\xf8\x83\x0d\xeb\x91\xe3\x45\xda\x21\x25\x47\x84\x18\x95\x7e\xce\x25\x73\xe6\x35\x93\x1b\xd8\x7f\x87\xe4\xee\x48\xfb\x6f\x33\x01\x43\x15\xd2\xa1\xcb\x42\xa4\x87\x58\xfb\xe9\x92\xb4\xc0\x07\xf1\xa6\xd0\x6b\xcc\x67\x61\xf8\x68\xe0\xdd\x24\xe4\x46\xf5\x25\x1a\x99\xc6\xd1\xa4\x2b\xa7\xbe\x11\xe9\x25\x66\x61\x24\x42\x71\x35\xac\x61\x8d\xf7\x9a\x87\x1f\xe0\x42\x2f\xef\xa4\x11\xe1\xea\x3e\x24\x5b\xc7\x07\xa4\x57\xc2\x78\x7c\x98\xac\x56\x4b\x7d\x10\xb7\x5f\xfd\x1b\x6a\x09\x71\xfa\x48\xf9\xa7\x0a\x54\xcf\x82\x9d\x07\x00\x89\xf2\x59\x78\x48\x15\x8d\x55\x2f\x67\xa0\x0f\x5e\xca\xee\x92\xb4\x23\x6d\xb8\x2a\x97\x33\x22\x6a\x57\x64\xd3\x84\x97\x64\xc6\x34\xe0\xe5\xa4\xfc\x01\x27\xe5\x59\xbe\xdc\x50\x0f\x01\x03\xff\xcf\x9c\xc8\xf7\x3d\x6b\xe8\xb9\x62\x73\x8f\x64\x69\x86\x1b\x3d\xe1\x65\xaa\x1e\x71\x46\x54\x09\x53\x0f\xc8\x94\xfc\x73\xfc\x26\x8f\x9f\xcf\x2f\x62\xb5\xaa\x89\xfd\x27\x32\x75\xd5\x12\x1f\x11\x89\x4b\x0e\x49\x96\x71\xa2\xe8\xb4\xa7\xc4\xd0\x2e\xaf\x61\xc2\xe5\x4f\x36\xa4\x74\xac\x19\x16\x3d\x40\x54\x54\xf3\xef\x8c\x2c\x41\xa2\x83\xe9\x80\x29\x5c\xfc\x2a\x1d\x0b\x8c\x55\x0f\xa8\x11\x49\xfe\x62\x62\x8e\xfa\x02\x6a\x2f\xf9\x69\x8d\xc4\xc4\x81\x72\xf8\x1c\x89\xf5\xb7\x6c\x63\x48\x4c\x0c\x28\xb7\x85\x91\x20\x11\x29\xc2\x60\x24\xd8\x48\x0f\xb1\x90\x14\x08\x96\xbf\x89\x71\x1d\x29\xac\x7d\x6d\x7a\xf0\x00\x06\xee\x0d\x3c\xbc\x79\xb4\x85\xad\x7a\x01\x0a\x31\x55\x56\x1a\x29\x82\x87\x4b\xfa\x4e\x31\x62\x3a\x02\x2a\x4a\xe1\x1f\xba\xc3\x25\xa6\x0c\xb4\x91\x3a\x45\x1e\x28\xff\x86\x9e\x2f\xb9\x43\x0a\x2e\xc9\x3d\x42\x27\x6b\x98\x46\x92\x69\x11\xd5\xc4\x62\xfa\xed\x67\x4e\x17\xee\x50\x1e\xe2\x86\x55\xd7\x3d\xbc\x98\xa3\x40\x0e\xa7\x33\x6b\xed\x53\x42\x9c\xab\xfb\x4b\x8b\x74\x69\x51\xf4\x42\x53\x1d\x9d\x91\x52\x41\x8f\xfe\x82\x4c\x59\xd4\x2f\xd1\x09\xcd\x26\xd3\x94\xb8\x8d\x7e\xe1\xfa\x7e\xeb\xf2\x99\x3e\x81\xaf\x1d\xc6\xcd\x25\xcf\x89\xcc\xa7\x4c\x9e\xab\x0e\x57\x5e\x02\x23\x2b\x04\xba\x94\x8d\x9c\x9f\x40\x97\xa2\xcf\x03\x3d\xbe\x44\xf5\x13\x4b\xe3\xdb\x64\x99\xca\xc2\x5e\x2d\x8b\x85\x59\x95\x66\x6d\xa4\x82\xe0\x87\xe2\x17\x28\x9d\xf8\x10\x22\xd1\xf3\xa1\x0b\x47\x2a\xa0\x54\xcd\x1d\x2c\x8a\xee\x1e\x28\x86\x8a\x59\xa5\xc2\x42\x8f\xee\xe1\x46\x8f\x9e\x35\x29\x93\x51\xfa\x93\xf1\xda\xe1\x03\x54\x17\xe8\xd5\xc3\x92\xb1\x74\xb3\x4a\x95\xaa\x50\xe3\x60\x25\x17\x36\x68\x10\x4d\xa0\x68\xa7\x91\x2a\x09\x81\xd8\x4c\x42\xda\xbe\x23\x78\x12\xbc\x43\x7a\xa1\x0d\x54\xdf\x63\x36\xc2\xd6\x48\xd7\xa8\xfd\x10\x4b\x4d\x6d\x21\x99\x50\x64\x69\xe0\x7e\xfa\x20\x63\xd7\x6d\x2a\x31\x95\xb3\xef\xb6\xa9\x11\x58\xee\x93\xfc\x52\x02\x71\x6a\x0c\x2c\xd6\xc2\x1a\xc5\x0b\x09\x49\xa9\x53\xa3\x61\x02\xc0\x92\x12\x72\xc8\x1d\x69\x69\xd0\x4c\x14\x57\x36\x65\xa9\x82\x12\x8c\x90\xd9\xd0\xeb\x6b\x16\x82\x56\xa7\xe0\x64\x3c\x5a\xc2\x9e\x0c\x0c\x69\xe0\x38\x04\xbf\x40\x44\xd3\x75\x26\x21\x9d\xf2\xe1\x31\x90\x7c\xaf\x1b\x4d\x96\x4e\x4d\xe2\x61\xfa\x84\xbb\x66\x71\x32\xd1\x24\x19\x4d\x25\x18\x1f\x20\x27\xdd\x91\xce\xb5\x65\x9a\xf6\xb9\xd4\x91\x9a\xd5\x89\x80\x65\xef\xd8\xd2\xb2\x75\xbf\xc0\xe2\x2c\xda\x8f\x25\xff\x99\xe5\x20\xa2\xa0\x58\x83\x9e\x4e\x0a\xef\x12\x32\x13\xaa\xd2\x1f\xc6\xd5\x8b\xe8\x2e\x40\x5c\xe0\x17\x92\xcd\xd3\x45\xe4\x36\x0b\x5a\x7a\x2e\x4f\xe2\xa6\xba\x5a\xc2\x79\xba\x41\xc3\xcd\xa3\x6e\xe8\x15\x8c\x66\x2c\x29\xdf\x4d\x49\x3e\xb9\xac\x7d\x97\x94\xbf\xe1\x49\x37\x8f\x9f\xa4\xcb\x74\xaf\x19\xba\xbb\xb5\x66\xc1\x11\xde\xfe\xc3\x57\xf4\xb4\xe4\x3e\x09\x34\xe9\x01\x14\x4c\x6f\x11\xd5\x1f\xbc\xfd\x0f\x64\xaa\x6e\x62\xf8\x70\xca\x1a\x93\x7a\x2b\x45\x10\x8c\x44\x73\x64\x37\x3d\x7d\x1e\x7c\xa1\x69\x53\x2f\xe5\xb3\xf6\xd0\xac\x63\xa6\x00\x6b\xa4\x55\x1b\xe9\x25\xf5\x34\xe3\x7a\x81\xd4\x3e\x6b\x2f\xb8\x88\x04\xe2\xf4\x92\x8b\x98\x15\xbe\x0b\xf0\x9a\xc3\xcb\x55\x68\x2b\xe9\x3a\x27\x47\xf2\x91\xe8\x2a\xd7\xcd\x26\x18\x20\x60\x7b\x47\xfa\xc4\x30\xe7\x4e\x1c\x69\x52\x47\x64\x46\x33\xd7\xf6\x68\xd0\xb9\xb2\xa5\xfb\x93\x45\x0d\x37\xf4\x33\x9c\xe3\xa2\x6d\x26\xf9\x58\x54\xa4\xe9\x01\x50\x4c\x1b\x9a\x0f\x5a\xb4\xd4\x67\x3e\x1a\x5e\x28\xfa\xdd\xd9\xa5\xbf\xa0\x18\x50\x3d\x28\x45\x17\x71\xab\x1c\x80\x13\x5a\x48\x0e\x1c\x53\x93\x0a\x04\x7f\xd4\xef\xc2\x21\x34\x26\x44\x31\x25\x54\x1f\x39\xc0\xba\x75\xf8\x03\xf0\x70\x91\xc6\x0c\xef\x33\x57\xe7\x1f\xf9\x13\x96\x9a\xdd\xc9\x72\x04\x93\x97\xed\x30\xb3\x6a\xe9\xf8\x79\x61\xf5\x20\x38\x25\x88\x5b\x12\x92\x33\x4b\x6d\xc9\xf7\x7c\xe4\x44\x1a\xf4\xf3\x80\xb6\x24\x31\xd0\x4c\xd9\x44\x04\x23\x27\xb0\x64\x6f\x05\xd2\x30\xd9\xb4\x94\x29\x99\x88\x0e\xe6\xb4\xb6\x5b\x70\x63\x46\x64\x6b\xd6\x73\x22\xe4\xc5\x2e\x73\xe6\xba\x35\xa7\xbc\x4e\x9f\xe6\x40\xe9\x46\x14\x27\x67\x08\x85\x52\x67\xe5\x4c\xa4\x74\x3b\x83\x54\x3c\x07\x3a\x84\xd9\x9e\x9c\x21\xab\x28\x69\xe1\xc8\x05\x72\x69\xf6\xef\x6f\xf3\x7d\xbc\x73\xa1\xdc\x2d\xfe\x9b\x99\xff\xc8\x0e\x4d\xb9\x00\x0e\xba\x5a\xe6\x82\xcd\xcb\xfe\x7d\xf3\x03\x77\x09\x19\xc0\xa7\xa0\x70\x33\x25\x89\x64\x4a\x26\x3a\xff\x99\x15\x28\xac\x79\xce\x95\x93\xd6\xd6\xd4\xb5\xb9\x82\x43\xe5\x29\x08\x7e\xc0\xcd\x12\x60\x2b\xb9\x98\xe1\xc0\xb0\x47\xf9\xf1\x8f\xcc\x92\x13\x0a\x38\x1d\x99\x71\x90\xf2\xca\x1f\xb9\x61\x9a\xde\xcd\x46\x6d\xb7\x04\xa8\xdc\x48\xc8\xc4\x08\x73\x03\x8a\x19\x96\x0d\x87\xd7\x93\xa0\x18\xa2\x3b\x72\x6e\x20\xa5\x3f\xdf\x03\x72\xc5\x33\xc0\xb5\x4a\xe2\x40\xee\xc0\x27\x09\x14\x99\x09\x86\x15\x44\x3b\x32\x73\xa8\x29\xea\x76\x94\x6f\x06\xe9\x2f\x39\x52\x69\x54\xf8\x6a\xab\xcb\xb2\x5d\x8a\x91\x97\xb6\x80\xa6\x07\x9d\xc9\x7d\x9a\x7e\x63\xe7\x24\x2b\x14\xcc\x50\x61\xc4\xa3\xec\x09\x0e\x3d\xa0\xb2\xa3\xf9\x01\x60\x26\x42\x5d\x3a\x25\x63\x1d\xa2\x82\x1c\xc8\xca\x56\x30\x4a\xc7\xd6\x57\xb7\x23\x5f\x46\xf0\x94\xe8\x28\xd4\x3c\x87\x09\xa7\x4a\xfd\x66\x01\x7d\xaf\x7a\xe0\x7e\xdc\xfd\x1b\x4a\x68\xed\x52\xa1\x0c\x26\x15\x40\x19\x20\x24\xd5\xed\x8b\x01\x6a\x06\x27\x10\xa9\xfa\x37\x95\x44\x3a\x94\x85\x3e\x5d\xc2\x8b\x72\x32\x30\x4c\x30\x81\xd5\xd2\x14\xba\x9c\x05\xc5\xce\xfd\xbb\x72\xe3\xdc\x01\x81\xe8\x0e\xc0\x1f\xc5\x23\xca\x12\xaf\x8a\xa7\x74\x51\x89\xe0\x29\xb1\xf6\xb8\xb7\xfe\x04\xae\x8a\xab\x17\xd4\xe3\x4f\xd6\x41\x17\x28\xe0\xa2\x3f\xb8\x16\x01\xd6\x24\x2e\x7a\xb2\x78\xab\x29\xa2\x35\xf7\xc0\xdc\x3a\x52\x9e\x95\x0b\xa4\xa6\xf9\x37\xce\x8f\x98\x63\xb9\xc8\x70\x8d\x6e\x17\x0e\x90\xe8\x44\x61\x6d\x59\xbb\x94\x14\x8a\x74\xde\x9a\x9b\xa2\x85\xa8\x59\x81\x4c\x67\x8f\x92\x42\x1f\x31\x05\xbe\x8c\x42\x1f\x31\x7b\x4e\x94\x1b\xf8\xd7\xdc\x03\x03\x95\x25\x10\x95\x9b\xb3\xd6\xb2\x6f\x42\x52\x80\x5a\x19\x87\x25\x7a\x94\x87\xe4\x4e\xdc\xae\x3c\xc0\xb8\x9f\x17\x40\x67\x3c\xc2\x03\x0c\xfc\x79\xbf\x83\x41\x6b\x8a\x4b\xa8\x93\x7c\x54\x1e\xca\x32\x3e\x65\x0f\xe6\xd8\xfd\x02\x79\x9b\x64\xb0\xf2\xf0\x14\x19\x0e\x0f\xa9\xba\x24\xc7\xc2\xaa\x63\x76\xd6\x28\x2f\xa8\x95\xbf\x78\x41\x1b\x74\x55\x29\x2f\x75\x40\xe2\xd0\x85\x72\x9f\x0f\xde\x92\xfb\x44\x81\x0b\x62\x32\xb2\x89\x43\x45\x11\x76\x55\xfa\x1d\x35\x2c\x84\x88\x7a\x40\x82\x25\x19\xbe\x52\x14\xd1\xf5\xa7\xc6\xc8\x17\xfc\x60\xcd\x4a\x5d\x44\x9c\x1d\x19\xad\x2a\xd4\x2c\xca\xd5\x37\x6a\xa4\x80\xec\x2e\x99\x8e\xc1\xae\x13\xf5\x13\x56\x92\xdd\x18\x2a\x95\x20\xd6\xc0\xd7\x44\x1a\x27\x12\x53\x3f\x59\xe3\x47\x65\x57\x59\xf6\xd3\x4e\xc3\x35\xd1\x04\x5f\xfc\xc6\x87\xe9\x8a\xba\x1d\x15\xf5\x16\x7c\x93\xac\x99\x97\x1b\x21\x76\xcd\xd8\x0d\xf7\x08\xcb\x9a\xd2\xbe\x8d\x0a\x17\x25\x55\x42\x18\x35\x03\x43\xa4\xc7\xac\x30\x83\x59\x8a\xac\x19\xbc\x4a\x66\x88\x5a\x80\x0e\x12\x23\x2a\x6b\x5f\xf5\xf4\x37\x49\x52\x47\x2d\x6b\x17\xb4\x6f\x85\xbc\x49\x54\xb6\x7e\x62\x48\x52\x4e\x9a\x51\xa9\x0f\x19\xfe\x00\xa7\x4c\x77\xa7\x4a\xa9\x44\xb7\xad\x5a\x38\x5f\x01\x68\x59\xc0\xbc\x40\xe4\x5e\xb0\xa1\xba\x22\x4d\xac\x32\x81\x8d\x5a\xa9\x8d\xd6\x00\x30\x7a\x29\xa1\xef\xa8\xf5\x3b\x94\xe1\xf0\xfb\x27\x72\x95\x69\x82\xf5\x46\xbb\xc7\x23\xaa\x8a\x57\x56\x78\x8a\xdb\xba\x54\x3f\x71\xa3\xd9\xc5\xa0\x36\x18\xf8\xb3\xdb\x17\xcc\x34\x83\x06\xe7\x77\xdd\xba\x2b\xaa\xb1\xdb\x9d\xae\x52\x3c\x91\xae\xa0\x36\xd4\xe4\xf3\x69\x82\xa7\x92\xdd\xb0\x2b\x33\x40\xda\xb7\xa5\x36\x8a\x7e\xc9\x23\x3e\x70\xb7\xf7\x88\x6b\x4d\xfe\x82\x04\xd9\x78\xd9\x79\x58\x44\xc2\x6b\x5f\x19\xdb\xb4\xd1\x9d\x5a\x47\x1f\x7a\xba\x8f\x5b\x81\x57\xe1\xfd\x64\x1d\x53\x45\xd1\xac\x61\x54\x81\x08\x61\xe5\x42\x65\xa6\x07\xbb\xbc\x54\x98\xe5\x14\x1d\x39\x2a\x7c\x9f\x2c\x13\xd7\x8e\xc2\x6e\x06\x1c\x44\x8a\x2c\x29\xa8\x22\x8d\xac\xd2\x21\x8d\x3a\x28\xd0\xea\xae\x51\x51\x06\x2b\x7b\x91\xa3\xa0\x43\xad\x80\x35\x13\x86\x4f\xe7\x68\x78\x41\xb8\x30\x3a\x7e\x6b\x49\x83\xd9\x3a\x9b\x3f\xa0\xbe\xd0\xf8\x8f\x08\x50\x95\xf8\x18\x15\xbe\x53\x2a\x29\x35\xea\x80\x06\xdc\x64\x8d\x35\x15\x6c\x31\xaa\x27\xd1\x4f\x60\x3f\x11\x13\x64\xf4\x3b\xd7\x36\x68\xc4\x93\x25\x36\x44\xbf\x2b\xd5\x3e\xb6\xcf\xd4\x93\xab\xd2\x98\xf4\x44\x17\x5b\xaa\x4b\x2c\x91\xa4\x54\xcf\x13\x1f\xf8\x37\x2f\x8a\xde\xda\x13\xc6\x0e\xa3\x38\xb4\x40\xd6\x77\xd4\xe5\x4b\xe5\x63\xfe\x49\x25\x4d\x65\x82\x47\xbd\x70\x4a\xbd\x75\x57\xfb\x56\xe9\x43\x77\xf1\x0c\xf8\x18\x5f\x2c\x3e\xe0\x0e\x6f\xc8\x62\x9a\x22\x64\x92\x6e\x97\xe2\x8a\x98\xcf\x6a\x06\x43\x35\x53\x73\x7b\x86\xdb\xb3\xc0\x08\x7b\x60\xf2\x92\x90\x2c\x32\x49\xf0\xaa\x37\xdd\x34\x04\xe5\x4f\x20\x71\x7d\xc6\x51\x99\x16\xcb\xb6\x96\xfa\x09\x24\x4d\x81\x88\xa3\xd2\x89\xdd\xbb\x02\x79\x24\x98\xd0\xdd\x2f\x7e\x6b\x42\x0f\xd2\x93\x7a\x9f\x59\x0f\x55\x25\x97\x46\x85\x38\x12\xbc\x8d\xf0\x95\x52\x06\xee\x51\x59\x05\xcc\x57\xeb\xfa\xc9\x23\x39\x49\x61\x50\x9f\x05\x64\xad\x09\x89\x21\xab\x71\x0f\xe2\x49\xf8\xf9\xbd\x80\xec\x21\xe8\x09\x68\x28\x2d\xf1\x44\x92\x5f\x45\x5a\x8a\x4f\x3a\xf9\x1b\xf6\x03\xdf\xa9\x9f\xd3\x05\xc1\x23\x4a\x3b\x5f\x5f\x22\xaa\x37\x11\x69\x21\xed\x8f\x5b\xdf\xe5\x6b\xa0\xdf\xbc\x13\x48\xf8\xa9\x13\x39\x60\xcd\x7e\x59\x94\x4c\x09\x2a\x46\x85\xbf\xbc\xd5\x17\x75\xa2\xca\x84\x41\x80\xd0\x4e\x9b\x80\xeb\x04\x1a\x48\x60\xab\x73\xa1\x81\x5f\xf8\x18\xa6\x72\x9b\x8d\x06\xbb\x60\xd2\x25\xa4\x31\x72\xd3\x8b\x6e\xc7\x22\xbc\xfe\x02\x67\x27\xfa\x37\x15\x45\xda\xe8\x06\xc3\xa1\x6a\xec\x8c\x76\x34\xb8\xb0\x75\xfd\x06\x15\xd3\x51\x68\xc7\x02\x63\xd6\x03\xa4\x52\xd0\x05\xa0\x1d\xac\xa8\xe9\xdf\x40\x4d\xed\x43\x83\xdd\x51\xc9\xb7\x47\x0b\x01\xbf\x0f\xfd\x4e\x78\x5f\x13\x60\xfe\x2e\xbb\x9c\xb6\x80\x19\xeb\x66\xd5\x60\x65\xb4\x70\xd7\xc2\x82\xa2\xa6\xcc\x50\x4c\x3b\x1e\x36\x98\x16\xad\xdc\x68\x81\x92\x73\xf6\x10\x0c\xc9\xd3\x6f\x16\x13\x33\x93\x6c\x11\x60\x95\x0e\xb0\x45\x04\xed\x4a\xba\x6f\x91\xd2\x61\xf5\x07\xa0\x8a\xde\xc9\x04\xa2\x27\xc1\xa1\x2d\x01\x54\x87\xa1\xd1\x90\xe7\x29\x25\x18\xf7\x87\xdb\x2b\xa3\xe6\x04\xc7\x4f\x20\x75\x59\xac\xd1\x12\xc1\x22\x28\x24\xd8\xa0\x85\xbd\x0d\xd2\x65\xb7\xbf\x67\x83\x74\x19\x8c\x5c\x99\x23\xba\x1d\x6b\xf6\x00\x19\xfb\x90\xdd\x61\x63\x87\xee\x00\xa8\x93\xdd\x01\x66\xa4\xe3\xdd\xf2\xca\xcb\xea\x1e\xc1\xdf\x86\x3b\x58\x17\x18\xad\x21\x83\x75\x48\xce\x68\xf4\xca\xd2\x11\x6e\x85\xee\xca\x6e\x2f\xbc\x22\xfb\x41\x45\xfe\x27\x8d\x50\xd6\x9c\xfd\x02\xb5\x54\x92\xa9\x1b\x74\x6b\x76\xa2\x68\x85\xd7\xb0\xe6\x07\x17\xbb\xf0\x03\x10\xbe\xec\xdf\x2f\x42\xf1\x34\x26\x54\x69\xc1\x27\x10\x01\x92\xd9\x07\x00\x6e\x5c\x56\xf7\xb7\x4a\x87\xba\xe6\x0f\xb8\x11\x82\x0a\xa5\x56\xa3\xca\xf2\xb8\x17\xa5\x6b\x95\x1b\x21\x64\x44\xc6\x31\x25\x5b\x1e\xad\x92\x96\x07\x8f\x00\xf6\x63\x20\xc0\x05\xdf\x94\xaf\xd5\x45\xba\x35\x85\x46\xcd\x82\x48\x59\x6b\x6b\xd2\x9a\x14\x24\x5d\x1b\xbd\xda\xf2\xfd\x12\xf1\x6c\x0d\xd8\xa1\x1b\x58\x6b\x38\x31\xc5\x43\x5c\xdc\x19\x0f\x01\x38\xeb\x3a\xd5\x1a\xef\x57\x26\x86\x4b\x70\x35\xa9\x62\xf5\xaf\xee\x4f\xa0\x9c\x73\x74\x59\xfb\xc4\xd4\x66\xfd\x48\xeb\xe0\x92\xe5\x6f\x4a\xb7\x8e\xd6\xb1\x0d\x92\xb4\x5b\xe7\x0d\xfe\xa7\x77\x42\x55\xdb\x00\x47\x32\x47\x04\xb4\xb1\x84\x31\xf5\x30\xd6\x19\xd7\x17\x2c\xcb\x65\x03\x66\x83\x8c\xd9\x4c\x1b\x07\xc5\x64\x63\xe7\x58\xe8\xea\x2e\x00\x35\xc9\xd1\x8d\xa6\x42\x47\xcf\xb6\xb1\xa0\xa6\x69\x9f\xac\x6d\x21\xa0\x50\xf3\x15\x4d\xec\x4e\x50\x6c\x1f\x91\x13\x80\xf0\xba\xa0\xc9\xb2\x7e\xa6\xc1\x1d\xff\x67\xd2\x27\x15\xe2\xc6\xa6\x93\x05\x22\x8d\x6f\xe7\x22\x04\x5a\xc5\xb5\x8e\xa9\xfa\xb8\xd6\xc2\xfd\x80\x6a\x77\x13\x4c\x26\x40\xf5\xf5\xba\x5d\x6b\xe5\x9a\x17\x5d\xe2\x6d\x35\x6d\x37\xb5\xc7\x9e\xc7\xcd\x95\x6a\x90\x9b\x2b\x55\x97\xf4\xfa\xea\x5e\x2a\xac\x8b\xb6\xab\xb5\x9b\x9e\x0e\x26\xaa\x4b\xf2\x33\xb0\x28\xf9\xf9\xec\xc2\x7e\xd8\xed\x6a\xd6\xee\x85\xe6\x1e\x94\x17\x36\xc3\x9f\xd9\x3d\x6c\xfe\x6b\x2c\x8f\x6f\xc1\xa3\x3d\x54\x8f\x6a\x1d\x0f\x79\xac\xa5\x80\x67\x2d\x44\x5b\xb2\xe4\x41\xcb\x01\x4c\x14\x1e\xa5\x7e\x6a\x0f\x75\x68\xa6\xde\x14\x00\x7d\xc0\x97\x7e\xca\xd0\x5b\x02\xa0\xb4\x4d\x6d\xa9\xa3\x8c\x59\xef\x9a\xb8\x3e\x79\xa9\x8b\x36\xc4\x91\xba\xdb\xc6\x95\xf6\xbe\x48\x89\xee\x76\x62\xb3\xf4\x70\x6d\xae\x2e\xf5\xc6\x04\xdb\xf3\x89\x41\x65\xd9\x94\xdc\xce\x3b\x53\xf7\x0b\x20\x0a\xc6\xb4\x09\x24\x30\xf6\x2e\x29\xce\x0b\x87\xd1\xd1\x4e\xdc\x0d\x75\x65\x95\x14\x77\xf4\x23\x40\x2d\xd2\xf4\x1b\x55\x64\xc5\x10\xfa\x27\xd4\xc5\x43\xdb\xd9\x19\x12\x39\x7e\x5e\x20\x9b\xcb\xfa\x5d\x11\x38\xe4\x0e\xc9\x10\x74\x59\xee\xb0\x48\x2a\xc1\xf5\xe8\x07\xa9\x44\xf7\x10\xd8\xbb\xee\x11\x28\xbc\x27\xcf\x79\xed\x9d\xc7\x80\x58\x27\xac\xec\x01\x56\x06\xed\x6d\x0f\xbc\x42\x69\x0a\xa8\xb4\x6f\xae\xd7\x03\x43\xa2\xdd\xbe\x16\xe9\x07\x24\x86\xa2\x43\x1d\x65\x67\x95\x94\x7d\xf4\x00\x55\xc8\x70\x8f\xa4\xbf\xcd\x1f\x80\xcd\x49\x60\xe9\xf4\x30\x73\x78\x78\x0f\x6b\x51\x7b\x6b\x3b\x43\x2a\x1d\xdf\xda\xa1\x8a\x0c\x42\xfa\x1e\xc9\xe6\x84\x6f\x9d\x82\xa1\x21\x8d\x18\xcc\x3e\x92\xbb\x24\xdf\xfb\xe9\x82\x66\x2f\xcf\x3b\xb2\x62\x86\xc7\x44\x1c\x83\x6e\x62\x7d\x59\x5e\xfb\x5f\x71\xa5\xbe\xcc\xb2\x22\xe7\x1d\x92\xa7\xfd\x81\x3a\x8c\xae\x56\x09\xf4\xc4\x1b\x82\xf0\xb9\x27\x68\x00\xbc\x93\x09\x34\x4d\x27\xaa\x23\x3c\x33\xdb\x68\xd0\x3f\x49\x33\xa9\x6c\xec\xe8\x09\x71\x3e\xd1\x1d\xe0\xcc\x76\xcf\x80\x60\x17\x99\xed\x99\xa7\x5c\x47\xac\x53\xd4\x34\x7a\x2e\x51\x53\x87\xb4\x2f\x51\xd2\xe8\x07\x55\xa8\x59\x69\x47\xb4\xa6\x73\x5e\x74\xa8\x3e\x2d\x59\x76\xd6\xa9\x71\x92\x9c\xce\xb2\x34\x46\x9e\xc2\x8d\xd4\x22\x0a\x2d\x23\x3f\x0f\xe0\x1e\x36\xdc\x23\xb4\x9f\x46\xae\x42\x82\xf9\xf3\x01\xbc\x78\x8c\xf1\xd0\x8e\xfa\xa2\xd4\x0b\xe2\xd4\xc5\x26\x7b\x85\xa1\x79\xf8\x37\x0f\x84\x04\xf2\x4e\xb9\x4f\x77\x8a\x5e\x09\x14\xef\x14\xc5\x3a\x23\x2b\x13\xcd\x46\xe3\x42\x03\x7f\xf3\x14\x1b\xb0\x59\x24\xbd\x9f\xf0\x67\x94\xe0\xd8\xa9\xeb\xf1\xf7\x74\x01\xb7\x69\xbb\x9f\xa4\x1b\xba\x03\xf4\x93\xcc\xca\x07\xe4\xc4\x46\x48\x07\xd6\x99\xb9\xc0\x86\xb6\x8e\xd8\x3b\xa7\x21\xe8\x17\x55\xa6\xde\x3a\xaa\x83\x0c\x17\x96\xd4\xb4\x7d\xa8\x5f\xd4\x43\xff\x8c\x41\x72\xf7\xd3\x27\xbd\x00\xdc\xc7\xcd\x14\x9b\xd9\x0f\x3e\xc8\x38\xf0\xbd\xdf\x84\x8c\x40\xb9\x3c\xc2\x8d\x70\x10\x0d\x1c\xf1\xdd\xef\x35\x2b\x7f\xb1\x66\xe5\x07\x04\x5e\xf1\x18\xa4\x4f\x26\x15\x0f\x8b\xa4\x68\x7b\x3e\x0e\x5b\x7f\xc6\x80\x02\xa5\x18\x74\x2f\x8b\xa2\x78\x15\x8b\x9f\x4a\xb0\xef\xf0\xeb\xb1\xc7\x6e\x7f\x79\xd1\x35\x52\xb2\xb8\x7b\xf2\xc2\x5f\x2a\x08\x4d\x0e\xde\x15\xe1\x2f\x70\xbf\x03\x2b\x77\x17\xbc\x5d\x14\x4f\xeb\xc2\x0b\xfe\xfd\xfc\xf3\x27\xff\xd0\xd0\x8f\x87\x97\x64\x92\xf9\x22\x97\x89\x79\x0f\xd5\x2c\xba\x70\xf5\xb9\x26\xad\xfd\x9d\x10\xe3\xcd\x0f\xe7\x9a\xb3\xbf\xa0\x3a\x4d\x53\x44\x56\x02\x3b\xbf\x75\xa4\xd0\x52\x11\xe0\x31\x96\x0f\x90\xa6\x38\x0e\xa2\x83\x5f\x28\x20\xaa\x6e\xa7\xfc\x24\x8a\x35\x98\xe9\xd3\x8a\xfe\x71\x10\x4a\x45\xbf\x11\x05\x2d\xdb\xcb\x40\x86\xac\xe4\x40\xab\x01\x97\x20\x2b\x08\x06\x8b\x3e\x9a\xdf\x8d\x8f\xa3\x36\x5b\x10\x47\x60\x9d\x7e\xb7\x67\xb4\x6b\x06\x81\x28\x2b\xb2\x3b\x3e\x06\xda\x1c\xfa\x3d\x96\x4f\x90\x4e\xda\xf8\xd8\x61\x8b\xba\xe0\x0f\x70\xc3\x78\xfc\x95\x7e\x6e\x2c\xab\x9d\x4e\xc8\x00\xab\x74\xd4\xee\x88\x6b\x97\x04\x44\xa4\x2b\x50\x8d\x9f\x31\x18\x3e\x57\xdc\xce\x1b\xa1\x57\x88\x1a\x90\x51\x97\xf9\x01\x67\x69\x23\xca\x48\x44\x7f\x49\xb5\x83\xce\xd0\xb6\xd1\x8d\xb4\x60\xa2\x49\x25\x0a\x11\x7e\x80\x04\x99\x25\x09\x7b\xc7\xd2\xa3\x48\x62\x1f\xd0\xa3\x38\x9e\x72\xe4\x0f\x37\x6c\x13\x1a\x99\x74\xbb\xb9\x4b\x22\xcb\x70\x97\xd4\x1e\xfd\x3c\x00\xb2\xe8\x1e\x38\xc0\xdd\x2c\x51\x0e\x18\xfa\x1c\x30\x37\x90\x67\xbd\x24\xe3\x67\xe6\x5d\x47\xec\x6c\x14\x6c\xa5\x64\xd0\xb1\x8c\x77\x22\xfd\xa3\x70\xd6\xc2\xa6\x8f\xbd\x35\x07\xd3\x8e\xc2\x14\x6f\xc3\x2f\x2c\x48\xb9\x87\xb5\x3d\x9a\x15\x72\xab\x97\x64\x9c\x2f\x94\x64\x7e\xde\x98\x7c\x43\x9d\x56\x72\x03\x71\xd1\x01\x5f\xd9\x24\x3d\xda\xa0\x51\xe5\xe7\xf7\x1a\x54\x3d\x30\x6b\xa6\x13\xdd\x8c\xef\xc2\xeb\x2a\x7a\x63\x2c\x23\x8a\x68\xff\x38\x49\x4e\x24\xf4\x8d\x93\xa0\x10\xf4\xcf\xb5\x81\x1a\x03\x01\xe8\x39\xf9\xf7\x27\xf0\xa8\x88\xc8\x18\x17\xc5\x48\x93\x07\x38\x62\x14\x67\x9c\x1a\x17\x0e\x87\x4d\x16\x03\x25\x41\x7e\xc0\xfd\x71\xbd\x64\x2b\xcb\x60\x89\x10\x9b\x2c\x06\xfc\x2c\x1c\xde\x31\x96\x4d\xa3\xf9\x8b\xc9\x07\xea\xf2\x5e\xb9\xd2\xfc\x60\x2d\x5c\xd3\xfc\x98\xdc\xcf\x7d\x78\x80\xc9\x59\xf5\x3b\xe0\x89\xe1\x18\x93\x01\x96\xe6\x88\x8d\x81\xdb\x6e\x49\x26\x6a\xb8\x99\xfe\xe0\xf5\x03\x02\x22\x1d\xe5\x80\x99\xc2\x01\x17\x83\xae\xaf\xce\x60\x32\xd6\x45\xb5\xbb\x47\x58\x5e\x7c\x80\xe1\x1b\xeb\x50\x83\xc1\x52\x1e\xbe\xff\x8d\xe7\x64\x97\x9e\x03\xce\x92\x69\x3d\x93\x65\xdb\xf2\x31\xe0\x3c\xeb\xa0\x8e\xf1\xf0\x2c\x75\x4f\x6a\xe2\x05\xf5\xf8\x2e\xca\xac\x49\xc0\x8b\xc2\x5e\xa8\xe3\x6d\x1c\x42\x5d\x4e\xa2\xb9\x98\xea\x98\x58\x86\x38\xf9\x98\x6b\x19\xfe\x02\xb3\x16\x07\x1b\x2c\x8d\xec\x18\xd9\x81\x62\x50\x59\xcb\x3c\x0f\x80\x5a\xca\xd7\x93\xa6\x83\x24\xfd\xf1\x79\xd0\x83\x45\x07\xe5\x3c\x40\x1c\xad\xcf\x3d\xc1\xe4\xec\x84\x75\x1e\x4c\x5b\x5a\xfd\x80\x9c\xbe\xbb\x8b\x8b\x5d\x78\x54\xaa\x7a\x7e\x06\x79\x21\x80\x78\x0c\xc0\x52\xb2\xdb\x19\xa8\x12\xd0\xe9\x3c\x19\x96\x64\x41\xeb\xfc\xd8\xde\x8f\x23\xe2\x19\x96\x34\xf0\x37\x4c\xe9\xc4\xa5\xb2\x24\x31\xa1\xf3\xbb\x34\x76\xc7\xd7\x9c\x61\x2d\x69\xe8\xc1\xcb\x25\x69\x86\x91\x7b\x27\x2e\x74\x92\xd1\x59\x9b\x7a\xae\x38\x70\x1d\xff\x13\xfe\x2a\xc5\x9e\x5b\x27\x03\x87\xac\xa7\x3e\x91\xc0\xda\xae\xcf\x67\xe4\x76\xab\x87\xef\x12\x97\x2c\x3d\x9c\x8b\xb3\xe9\x1c\x9c\x2c\x27\xe2\xd0\xda\x93\xd7\x3a\x07\xa9\x9e\x69\x2d\xdd\x6f\x7c\x14\xde\xd6\xab\x93\xb1\xe4\xe9\xe7\x0b\xb0\x53\x69\x4f\xcf\x0c\x1e\x22\xb9\xee\x64\xf2\x45\x87\x94\x9d\xe4\x84\x12\x26\xcf\x0c\xa9\x49\x1a\xdc\x33\xf3\x34\x0f\xbf\x00\x0c\x93\x78\x7a\x92\x33\x5a\x01\x7a\x66\xa2\xf9\xf0\x98\x38\x9c\x12\xab\xce\x4c\xea\xae\x21\xca\x9a\x93\xba\x84\x73\xad\x6a\xdc\x8e\xb3\x10\xcb\xc5\x4b\x4f\x32\x3e\x09\x93\x67\x21\x9c\xc4\xbf\xcf\x42\x38\x69\x4e\xcc\x04\x6d\xd6\x79\xc2\x44\xa0\x92\x35\xe3\x84\xf7\x6d\x94\xb6\xed\x64\xf1\xd1\xf1\xf3\x02\x90\x5e\x74\xf6\x84\x2f\xad\x3d\xbd\x4e\x28\xfc\xed\x07\x74\x56\x4c\x51\x3a\xdc\xb3\x42\x3c\xd0\xbd\xe0\x84\x67\xed\xcf\xb9\xc4\xbd\xcf\xce\x17\x27\x42\x37\xec\x7e\x79\x9e\xa4\x89\xba\xa1\x9f\xac\x61\x65\x85\xe1\x09\x4f\x42\xb3\x9f\x93\xd7\x38\x2b\x0c\xcf\x93\xdc\x45\x34\xef\x84\x55\xdf\x06\xe7\x73\x71\x38\x03\xfe\x5a\x80\xf7\x1b\xbc\x21\xf9\xa8\x5f\x64\xab\x9a\x15\x75\xbc\x3f\xf8\xc5\x22\x57\xd6\xe5\x9d\x64\x82\xd5\xbf\xc1\xdb\xad\x29\x3b\x51\xfd\xc1\x26\xe7\x73\x6b\x78\x35\xe6\xbd\xa8\xa0\xba\xb8\x99\x84\x49\x90\xa0\xf7\xa1\xa3\xdb\x4e\x64\x3d\x89\x56\x8d\x9d\x88\xe3\xfd\xb9\x2b\x9e\x37\xb6\x57\x02\xe2\x09\xe7\xc1\xf1\x43\x64\xc8\x06\x25\x10\x9e\xac\xe3\xe8\xc0\xc9\x93\x25\xac\x1c\xaa\x78\xa2\x6e\xe3\xcf\xf5\xf2\xa4\xc2\xd6\xea\xb2\x13\xc1\xbd\x8e\x20\x38\x11\xdb\xdb\x7e\x7a\x20\xec\x92\x27\x71\xe3\x05\x7d\xf0\xae\x59\xfa\x01\x37\xcc\xfb\xf1\xae\x59\x69\x4b\x91\x8f\xd9\xb6\x86\x73\xf1\x39\xb1\xce\xf3\x5d\x3b\x28\x70\x23\x98\x37\x99\x1d\xf0\x6a\x28\x6e\x7d\x32\xb8\xd7\x3a\x8d\x13\x19\x9a\xb3\xf8\xff\xf9\x82\x26\x89\x17\x9f\x2f\x60\xed\xf6\x09\xd0\x8a\xb1\x9e\xb8\x1a\x5a\x6b\x7d\x4e\x92\x45\x69\x92\xce\x89\xd3\x2d\x46\x7b\xb2\xe8\x44\xf2\x61\xa5\x7a\xd7\x6a\x97\x93\xac\x58\x9c\xf7\x64\x36\x14\x2b\x41\x4e\xd6\x65\x1c\xf9\x6f\x72\x75\x8f\x8b\xb1\xbf\x56\x80\x5c\xc7\x22\x61\x59\x0f\x22\x37\x3f\xea\x41\xe2\x1c\xfd\x06\x36\x42\x7c\xf8\x62\x3e\x66\x5f\xb9\x2f\xd4\x99\x38\x8c\x50\x17\x38\xf5\xe1\xdd\xbe\xc8\xa9\x1d\x17\x7a\x91\x13\x3b\xcc\xf3\x0a\xc4\x52\x49\x10\x57\xe0\xd1\x10\x33\xbd\x78\xa1\x14\xab\xbe\xc2\x1a\xd5\x7d\x82\x50\x75\xff\x26\x52\x4a\xc4\xb8\x58\xab\xd1\x51\x80\x57\x58\xa6\x21\x2d\x2d\x60\xc3\xc5\x7d\x2f\x16\xef\x4a\x22\x5d\x57\x04\xb1\x14\xc7\xb8\x78\xcd\x74\x96\xb4\x0b\x0a\xd8\xe1\x00\xc8\x2b\xae\xb4\x3e\x9a\x37\x33\x25\x9b\xdd\x5e\x1f\xbb\x2d\x49\x87\xed\x4a\x1f\xc1\xb6\x92\xe4\x02\xb3\x3d\x7e\x60\x45\xf7\x51\x6b\x7f\x2e\xd4\x65\x70\xd8\xc0\x95\x58\x14\x46\x73\xa0\xb3\xa8\xa3\x4f\x2f\x5c\x33\xed\xb3\x74\x21\xb1\xb1\xfd\x87\x2f\xf0\x56\xa7\x0f\xb9\x60\xad\x4f\x22\x10\xd7\xc7\x5a\x93\xc3\xea\xaf\xdc\x39\x45\x3f\x58\x60\xf0\x08\x3c\x7b\xc5\x5d\x4e\x74\x29\x48\x7e\xbc\xb5\xf9\xb2\x76\x21\xa2\x56\x85\xd6\xc6\x55\x16\x14\xd4\xc1\xc7\x29\x9b\x6f\x3d\x17\x18\xa5\xbd\xf6\x2f\xde\x18\xed\x21\x7b\x95\x45\x4a\x35\x04\xc3\x4e\xac\xea\xb9\x60\x1c\x1f\x87\x84\x94\xab\x92\x28\x49\x64\xb8\xea\x22\x95\x1a\xb5\xae\x95\x6b\x1d\xd4\x93\x5a\x37\x83\xea\xfe\xd9\x01\x38\xa8\xde\xdf\x6d\xb0\xbc\xda\x3a\x6f\x7e\x40\x60\xfb\x77\xc1\x07\xea\xb0\x91\x47\x88\xc3\xa3\x7a\xff\xd7\x83\x66\xc9\x7a\x9c\xf6\x98\x44\x2d\xfe\x6f\x96\xc2\x88\x8e\x0d\x36\x4a\xc1\xa5\xf2\x47\x5d\x83\xda\xfb\x5f\x17\x02\x37\x12\xca\x1d\x3f\x38\xd4\x89\x85\x12\x24\x2e\x9a\xa8\xed\x9b\x87\x72\xfd\xa1\x39\x9b\xdf\xc5\x7a\xde\x76\x28\x5a\xf5\xf9\xed\x4c\x83\xfa\xfc\x41\x05\x83\x07\xea\xf3\xbb\x7a\xf7\x60\x79\xfe\xc3\x51\x9e\xd7\x00\xda\x18\xf1\x06\xb2\x2f\x34\x7f\x40\x4c\xf6\x6f\xf2\x1d\x09\x1f\xd7\xe0\x7e\x49\xb6\x40\x41\xff\x6f\x08\xbf\x41\xbc\x31\xb0\x4e\x92\x26\x53\xc8\x93\x12\x77\xf2\x1b\xc0\x4d\xcf\xf2\x5c\xa0\xd1\x34\x3e\x21\x29\xa9\xe4\xda\xb8\x18\x7e\x61\x56\x73\xd1\x8c\xed\xb8\xcc\x0b\x66\xec\x1f\xc8\x9c\xac\xe7\xac\x59\x5e\x0b\x32\x5a\xc7\x15\x3e\xd0\x79\xd6\x4c\xd2\xeb\xb8\xcd\x0b\x9e\x90\x16\xd9\x2f\xd6\x05\xb5\x52\xf0\x82\xc8\x34\x1c\x4c\x7a\x21\x5e\xc3\xc2\xeb\x85\x72\x18\xce\x6b\x7f\xd1\x2a\x3e\xda\x5f\x25\xaa\xbb\x60\x32\x1f\x4e\xe9\x73\x41\xc0\x3a\x7e\x4e\x1b\x04\x2c\xdf\x19\x2e\x7a\x4e\xda\x6f\xf0\x82\x5e\x3c\x45\xff\x5e\x1b\x21\xac\xbd\x79\x3c\x3d\x65\x46\x6f\xf8\x74\x22\x78\x23\xfd\x0c\xb9\x36\xdb\x5d\x82\x4e\x49\xa2\xbf\x68\x0f\xb7\xc2\xed\x42\x6c\xc6\xcf\xf1\x45\x2c\x86\x3d\x52\xaf\x67\xcd\x49\xe7\xe4\x21\x58\xbd\x0a\x48\x4f\x56\x82\x5f\x0f\xc9\xb5\x57\x81\x88\xda\x6c\xa1\xef\x42\x64\xc5\xcf\x81\x87\x4e\x20\x49\x80\xbe\x5e\x60\xbd\x91\xe7\xe5\x1c\xb5\x6a\x08\x5b\x3f\xea\xd2\xeb\x5d\x93\xd4\x1c\xe0\xf0\x68\xe7\xc1\x0b\x7a\xf7\x61\x77\xff\x0b\x19\x81\x8b\x95\x67\xd7\xcb\xed\xfc\x79\x30\xf9\x40\x7d\x4e\x6c\xa7\xbb\x80\x38\xf5\xb3\x59\x30\x9e\xff\xec\xee\x24\x39\xf6\xb1\x42\x10\xaf\x9d\xca\xae\xb9\x66\xad\x75\x4f\x8a\x26\xa6\xc6\x4c\x3f\x67\x55\xe5\xc5\x20\xde\xe4\x73\xc3\x98\x5d\x1b\x08\xae\x49\x2c\x14\x52\xdd\x9f\x0c\xd5\x9d\x05\xef\x46\x19\xaf\xc3\x4e\x8a\x37\xdc\x22\xed\x48\x79\x43\x60\xb2\xd1\xff\x86\xd7\x63\xd2\x61\xbf\xa1\xad\xf7\xac\xef\x03\x38\x98\xdd\xdf\x02\xad\x3b\xb8\xf1\x41\xd7\x6f\x24\x5f\x6e\xfe\x80\xf4\x5e\xba\xb4\xfb\x13\xaf\xb2\xf9\xf9\xcd\x3a\xa6\xd6\x42\xde\x50\xef\x27\x49\x95\x37\xfc\x24\x0d\x95\x1b\xea\x7d\x6f\xee\x1d\x0a\x7e\x7b\x00\x92\x40\x4f\xf1\x13\xb6\x9a\x13\xd6\xde\x30\x87\x1f\x8e\xc8\xbe\x03\x91\xda\x50\x5a\xba\x0f\x29\x3e\x6f\x18\x00\x92\xec\x4b\x77\x24\xc1\x92\x96\xe9\x66\xe5\x54\xab\xe4\xef\x48\xc0\x6b\xd6\x90\xce\x52\x76\x8f\x94\xce\x9a\x5f\x20\xc2\x78\x2b\x58\xdb\xcb\x7a\xcc\x3b\xf2\x52\xe1\x85\x44\x22\x8c\x41\x05\x0b\x7a\x09\x7e\xe1\xc5\xa0\x9e\xd4\x84\xbd\x48\x93\x80\x89\x3c\x49\x58\xbb\xe9\x9c\xe9\xe0\xd6\x9b\xf2\x9e\xf4\x14\xf7\x92\xf7\xc4\x5e\xee\xa5\x5c\x31\x82\x30\x51\x9f\xfd\x39\x6f\x5a\xcd\x25\xfb\xdc\x08\x5d\x36\x3f\xba\x13\xcb\x48\x78\x08\xf2\xdd\xe6\x49\x61\x11\xd2\xbe\xdc\x8c\x16\xfa\xc1\x69\x46\x2e\x5b\x57\x7a\xc3\xac\x7e\x98\x41\xdd\x99\xb2\x92\x17\x0a\x3b\x7b\x92\xc4\x77\xe7\x86\xdf\xee\x01\xf1\xd6\xc6\x10\x96\x6f\xb5\x76\xf5\xa6\x76\x45\x5a\x80\xbb\x50\x52\x32\xa8\x69\x67\x70\x68\xf2\x5d\x28\xa4\x44\x7f\x02\x6f\xfe\xe3\xaf\x2e\x4b\x37\x73\xb0\x38\x3c\xf7\x86\x51\x3d\x15\x8f\x47\xa9\x56\xdc\xe3\x66\x81\x57\xe7\x5c\xbc\x0b\xb1\x5c\xea\x99\xbb\xac\x45\x09\x0a\x85\x54\x51\x1a\x9f\x1b\x1e\x9c\xc9\x6b\xa8\xbc\xa1\x89\x58\xdf\x75\x2d\xdb\x6f\x2c\xea\xed\x37\x08\x59\xcd\x7b\x09\xa5\xe2\x49\x37\x2b\xba\xfe\x9c\x8c\xc6\xb3\x25\x49\xec\x66\xc5\x56\xfb\x05\xdd\x8d\xbb\xa7\x31\xda\x3a\x3a\x7e\x00\xaa\xe6\x95\x32\xad\xb1\xa3\x5c\x6f\xfa\x58\xda\x39\xe5\x7e\x51\xc6\x5d\xf4\xfd\x66\x78\x9f\xa3\x52\xef\x97\xeb\x10\x68\x50\x71\xc9\x6a\xe7\x1b\x17\xfa\x24\x01\xf3\x7e\x41\x17\x25\x08\xdf\x64\x30\x12\x7b\xef\xb9\x56\xa9\x0e\x51\xa5\xda\x09\x3c\xee\x89\x4b\x86\x54\x86\xf7\x44\x80\x94\xc9\x03\x93\x44\x58\x95\x7e\x2f\x7e\xa2\x93\xf6\x2c\xcd\xb7\x8e\xe2\x03\x63\xae\x4a\xe1\x8e\x87\xcc\x40\x70\x7d\x8e\x86\x94\x81\x51\xbf\x01\x46\x49\xd1\xcf\x41\x07\x98\xe6\x17\x88\x74\x12\xcb\x1e\x68\xb9\x2d\x91\x3c\xb4\xdd\x3a\x4a\xf6\x21\x71\x17\x37\x78\x48\xbc\xc5\x03\x9f\xc0\xe4\x90\xfe\x4d\xb1\x4d\x4a\x87\x07\xd7\x60\xa7\x59\x7e\x90\xcb\xca\x11\x28\x4f\xe4\x9a\xb4\x66\xd8\x52\xb3\xae\xd1\x0f\xfc\xd3\x5d\xda\xe7\xa1\x6d\xf5\xe7\x7b\x98\xa3\xa3\xfb\x27\xff\x92\x8a\xe1\x49\x14\x66\x25\xe0\x3c\x89\x3b\x29\x3a\xfd\x24\x8a\xed\xba\xaa\x3f\x89\x01\xcc\xee\x82\x8b\x92\x12\xfb\x49\x94\xeb\x93\xbf\x00\xcd\x6b\xfe\x82\xab\x16\x14\x90\xbc\x21\x89\x67\x3e\x79\x6d\xb5\x26\x95\xc9\x8f\x24\x5c\x3e\xbc\x26\x7b\x23\x32\x2f\x51\xc3\x0f\x00\x38\xaf\x82\xc9\xac\x4c\x13\x1f\x78\xb9\xa7\xe6\x21\x78\xa8\x44\x76\x1f\x98\x5a\x9d\x81\xf2\xe1\xb5\x59\x67\xec\x29\x54\xe7\x18\xb6\x28\xd8\x93\x8c\xb0\x20\x59\xce\xc2\xf7\x2c\x7a\x24\xaa\xfb\x80\x1e\x39\x05\xc5\xf3\xd1\xa3\xd4\x7e\xda\xb9\x15\xa2\x68\xcf\xa2\x4f\xc5\x6f\x00\x0c\x3f\x2f\x2c\x30\x68\x0e\x95\x17\xd6\xe2\x37\x4e\xee\x8d\xbb\xe0\xcd\x42\xcb\xac\xf7\x77\x70\x0d\x86\x8a\xbd\xf2\xee\x37\xca\x68\x9a\x34\x42\x25\x93\x31\xba\x51\x94\x34\x18\xe0\x10\x6e\x53\xdf\xd3\xa8\xb2\x92\x30\xfa\x34\xda\x97\x8b\xbb\x7c\xf9\x40\x73\x62\xf2\x05\x6b\xa9\x9f\x4e\x76\x24\x15\xd5\xc3\x24\xec\x36\x50\x3d\xc8\x6d\x90\x7a\xff\x1b\x76\xf4\x74\xee\x9c\x3f\xe6\x75\xda\x07\xbf\x53\x74\x15\xeb\x78\x58\xd3\xc6\x4a\xef\x87\xf9\xa4\x24\x38\x3c\xc8\x16\x95\x6c\xc0\x78\x06\xf5\x19\x62\xc2\x0f\x7d\xbe\x0f\x5d\x5f\x9e\x41\x40\xa9\x0b\xe6\x2e\x38\x0c\xfa\x13\xbb\x2d\x95\xd8\x73\x62\xda\x32\x60\x3c\xab\xba\xcc\xe1\x07\xa0\xe2\x1e\x81\x99\x06\xec\x70\xf0\x9c\xac\xa0\x74\xf8\x01\x76\x5b\x64\xfc\x59\x16\x6f\x31\xbc\xe7\xc2\x76\x1b\xc1\x60\xe0\x3e\x7e\x3e\x20\x77\xf3\x2a\x2e\x9c\xb3\xe1\x17\xb8\x6c\xaf\xe2\xfa\x96\xed\x9c\x71\x0f\x32\x11\x24\x43\xf6\x5a\x93\xf6\x14\xc8\xf9\xbd\x6e\xa6\x1e\x70\x80\xf5\x73\x1f\xfc\x44\x6f\xdc\x38\xbb\xc6\x0e\x94\x7e\x34\xbb\x7b\xee\x75\xb0\xfc\x02\x41\xad\x31\x71\xfd\xcd\xde\xcd\x75\xfd\x15\x4f\x7e\xee\xb5\x2c\x01\x66\x95\x93\x3e\xdc\xe5\x44\x17\x02\xcc\x93\xf0\x5b\x1f\x3c\x94\x3d\xc5\x93\x9f\xef\x3a\xdb\x9c\x5b\xfb\x79\x50\x10\xcc\xbb\xfb\x90\x62\x79\x92\x0f\x77\x53\x8a\x88\x87\x89\x40\xcd\xb6\x9f\x65\x1c\x30\x20\x5e\x9e\x56\x43\xfb\xa5\x48\xac\xab\xe3\xf3\x72\xe5\xfe\xa2\x11\xb6\xfe\x82\xda\x61\xdd\x58\x9e\x75\x5f\x95\x70\xf0\xc0\xd9\x3b\x1f\xfe\x62\xcd\xd3\x2f\x10\x34\x5a\x39\xcb\x33\x5a\x03\xf9\x4c\x44\x55\x99\x58\x23\xd3\xe7\xe1\x1b\xf0\x43\x6f\x6f\xe7\x03\x7e\x60\x89\xcf\xd2\x40\x3e\x10\x27\xec\x31\xf4\xc0\x1c\xe0\x28\xa8\x67\x62\x8e\x06\xdd\x5c\x73\xdc\x70\x78\xe9\x4b\xe6\x98\xf0\xf7\x58\x80\x18\x7a\x70\xf2\x8d\x43\x0f\x1e\x3e\x88\x7a\xb0\x3a\xdd\xa0\x7a\x99\x8a\xd3\x32\xc9\x8b\xc2\xce\xc9\xba\xa5\x17\x86\xed\x26\xfd\xd6\x4b\xcd\xba\x03\xa4\x5f\xe6\x61\xb0\xa8\xf6\x7e\xb7\xbd\x96\x3d\x71\x64\xca\xc9\x1e\xb3\xd1\xee\xa9\x1e\x11\xc0\xe3\x9a\x67\x6f\x5b\x1c\xc2\x2f\x5c\x1c\xd2\x3d\x7c\xc2\xa0\x33\x2a\xbe\x8d\xb0\xf3\x07\xab\xbc\xdf\xfe\xdd\x57\x7e\x02\xbd\x80\xf8\x1d\x3b\xba\xbf\x88\x2a\x1f\x0e\x3e\x7e\xa1\xf1\x4c\xd6\x4f\xbd\x1d\xdb\x69\xb0\x40\x19\x99\x45\x4c\x51\xef\xbf\x65\xf1\x62\x94\xfb\xcf\x96\xb1\x51\xde\xbf\x65\x11\xf4\x97\xfe\x48\xc7\xcf\x03\x06\x23\xbb\xc3\xce\x17\xfc\x60\x41\xc1\x53\xc0\xaa\x45\x63\xde\xa5\xbc\x94\xd4\xf3\x0e\xa8\xa3\xbd\x53\xe7\xc2\xd1\xbf\x72\x71\x78\x4f\xce\x58\xdb\x82\xd2\x62\x49\x7c\xf9\x65\xf5\x0c\x8b\xbb\x2f\xb8\x41\x8e\xfe\x0d\xba\xaa\x73\xfa\x9e\x64\xb3\xde\x96\x93\x0b\x10\x8c\x17\x33\xf0\x8a\x4e\x06\x3c\x48\x56\x78\x97\xe6\x53\x52\x3b\x4a\xff\x7f\x9f\x68\x96\xd0\x74\x3a\x79\xd8\x7b\xd1\xc1\x52\x63\x82\x1b\xe4\xe8\xdf\x20\x1e\xd9\xbf\x51\x95\xd1\x87\xec\x63\x06\xa9\x79\x8e\x1f\x33\xc8\xed\x67\x02\x3c\x62\xc1\x0f\xe0\x84\xda\x3c\xa1\xf9\x75\x20\xd9\xe2\xbd\x19\x26\xe2\x7d\xbd\x91\x92\xf7\xe7\xf7\xc2\x0c\xc1\xf1\x5e\x98\xa0\x39\x22\x57\xe0\x4f\x92\xee\x17\x59\x67\xec\xe8\xfa\x22\xd4\xa7\x4a\x16\x78\x1f\xea\x87\xd5\x01\x2a\x97\xf9\x2e\xfd\x42\xaf\x99\x93\x7f\x53\x76\xf0\xaa\x9f\xfe\xcf\x9f\x52\xb3\x5f\xf8\x6e\x6b\xce\xa7\xf5\x2e\xb5\xa6\xd6\xf0\x70\x42\x5a\x02\x5c\xa1\x9c\x3f\xe3\x7d\x40\x22\x92\x27\x34\x09\x45\xcd\xf8\xe3\x13\x2d\x4b\xe7\xf4\xbe\x54\x41\x88\x5c\xbe\xc8\x1f\x93\xbd\x0f\x4b\xab\xa9\x8b\xca\x8b\x34\x81\xf9\xe7\x03\xca\x74\xd5\x5d\x82\xe6\x1b\x48\x73\xe1\x96\x1f\xa0\x6a\xa9\xe5\xc4\x77\x52\x1b\x28\x4d\xc9\x0b\xa3\x70\xfe\xf9\x4d\xb8\x25\x3f\xe0\xd6\x89\x35\xbd\x88\xdc\xce\x62\xa9\xef\x5c\x0b\xdf\x5f\xcc\x45\xe5\x45\x2d\x27\x23\xb3\x1d\xa2\x3f\x97\x09\x36\xfb\x8d\x17\xe5\x48\xa2\x7e\x53\xab\xa9\xdd\x9a\x81\x2a\x01\x5d\xca\x66\x58\x2b\xf3\x1b\xbc\xef\xe8\x1a\x38\xe1\x0c\xe5\xdc\x85\x33\x2c\xf8\x6b\x16\xb8\x68\x66\xa1\xf5\x5c\x7c\x23\xf9\x05\x6e\x88\x6e\x48\xa8\xff\xff\x3d\xf0\x27\x14\x50\x7e\x06\xa1\x60\x9e\xfd\x60\xf2\x8d\xbd\xa9\x13\x71\x35\x76\x14\x9c\xd0\x23\x66\xc9\xe9\x33\xae\x1d\xf2\x07\xd4\x12\xe9\x22\x87\xfa\xfc\x2d\x0b\xf5\x51\x7c\xff\x9b\x95\xba\x48\x5c\xa9\x2e\x2c\xa8\xa5\x1f\x7e\x4e\x34\x6a\xe7\x7f\x0f\xb4\x54\x16\xcf\x77\xd6\x05\x14\xcf\x4f\xf9\xe7\x0b\xd4\x32\x32\xf6\xce\xb4\xa8\x86\xe6\x89\x0b\x6a\x2e\xee\x92\x2b\x17\x32\xce\xa5\xa5\x13\xcf\x43\x75\xfc\xef\x81\xba\x80\x7b\xf0\x70\x6e\x07\xd4\xc7\x8f\xe9\x07\x0f\x32\x08\x72\x71\x17\xd7\x3f\x7f\x8a\x1d\x58\x59\xfe\xde\xa9\x75\x27\x63\x5d\x0c\x1a\x28\xe9\x5c\x08\x70\x16\xa2\xa6\x2e\xc5\xa8\x86\xdf\x9c\xcb\x6c\x15\xc3\x77\x2e\x87\x59\x88\x25\x46\xa3\xb2\x80\xfb\x57\xae\xe0\xac\x9d\x3f\x9c\x23\x60\x16\x8a\x0a\x46\x43\x2a\xe5\x9c\x1a\x61\x16\xf2\x14\xe3\x54\x85\x24\xe7\x17\x2a\xa4\x60\x49\xa8\xb3\x92\xad\x75\x3f\x18\xec\x52\x73\x86\x97\x54\x36\x12\x22\xb9\x4f\xae\x6e\x5f\x73\xf0\x0b\x6b\x0e\x02\x5c\xe5\x09\x35\xde\xb2\x50\xac\x93\x17\xcc\xc6\xed\xd6\x55\x7c\xe2\x96\x9b\x45\xbd\x66\x23\xe3\x33\x62\x37\xe2\x83\x38\xdf\x84\x56\x2f\xfb\xd0\x23\x03\x50\xae\x1e\x82\xc7\xaf\xf8\x85\x87\x0f\x34\x66\x47\x86\x1f\x2f\xac\x13\x29\x7d\x34\x06\x09\x8b\xe8\xfe\x1c\x94\x30\xa4\xb3\x98\x14\x7b\x4c\x57\x96\xd8\xe3\xf3\xc7\x42\xaa\xf6\x3f\x9e\x88\x33\xb6\xc1\x63\x7e\x52\x4e\xb1\xfb\xd7\xfc\xa4\x9c\x0f\x76\xea\x01\x19\xf7\xb2\xc9\xca\x49\xe2\xe6\xb3\xc4\xb8\x63\xeb\x45\xe6\x49\xd8\xf9\x20\x9c\xbc\x73\xf8\x13\xc4\x0a\xfd\x64\x51\x98\xac\x8b\x65\x16\x3b\x99\x8e\xce\xc2\xcb\x84\x89\xb3\xd8\xeb\x0c\xd5\xfc\x43\xf6\xf5\x9a\xe5\xfb\xb3\xa3\x80\x27\xe2\x74\x0e\x85\x91\x9f\x0d\x77\xd7\xa2\x74\x11\xe7\x45\x35\xb8\x92\x35\xcc\x0e\xcd\x6b\xc9\x1b\x9d\x67\x47\xac\x7a\xc9\x7b\xa6\x13\xf1\x21\x21\x29\xb9\xfc\x1c\x90\xcf\x93\xae\xf5\x13\xe1\x19\xdf\xc4\xf2\x7e\x10\xe9\xf2\xb5\x05\xc5\x39\x22\x9d\xe3\xf7\xd5\x70\x0e\x98\x25\x92\x6e\xfa\x93\x0e\xf7\x49\xc1\x0b\x73\x00\x83\x93\x14\xf6\x73\x20\x95\x53\x96\x86\x64\xc2\xe3\xbe\x29\x75\xe8\x1c\x88\x30\xcf\xba\x0a\xce\x81\x7d\xca\xba\xc1\x4e\xf8\x95\x37\xe5\x5c\x9d\xf0\x02\x0f\x2e\x1a\x37\xe1\x72\x1d\x5c\xb9\x66\x0e\x68\x89\x55\xf5\x63\xd2\x37\x39\xc9\xed\x63\xc2\x6d\xb8\xeb\x96\x35\xe1\x36\xdc\x25\xb6\x4f\xb8\x0d\x37\x15\x2f\x99\xf4\x1a\xce\x72\x13\x9a\xf0\x1a\xee\xb9\xfb\x83\xf4\xfd\xd6\x22\xce\x8f\x51\xf6\xbc\xb5\x0d\xf3\x0c\x0c\xb1\x3d\xfc\x42\xfd\xe7\x4f\x2f\xda\xaf\xf3\xe3\x93\x5d\x29\x82\xe6\xf9\x31\xc1\x5e\xf6\x91\x9a\xe7\x77\xdf\xea\xa5\xfb\xfb\xe7\xfb\xfd\x33\xa1\x17\xbf\x3d\x20\x52\x5d\x78\x85\x60\x99\x41\x99\x17\xe7\xc9\x6a\x06\xc1\xbf\x91\x02\x73\xd3\xd4\x09\xaf\xe3\x5e\x93\x3b\x60\x21\xd5\xea\x07\xac\x5a\xea\x0e\x90\x2a\x3b\x09\x66\xac\x16\xba\xef\x83\x13\x3e\xc9\xbd\x7a\x85\x11\xd5\x42\xbc\xa2\x48\x07\x42\x4f\xe0\x81\xb4\xba\xd1\x00\x3e\xcb\x21\x89\xb2\x4d\x3a\x2d\xa7\xe4\x19\x41\x65\x9c\xa4\x67\x9a\xf0\x62\xfe\x1e\xb8\x0f\x08\xd9\xb2\xab\x4e\xb8\x35\x87\x24\xf6\x39\xe1\xd6\xdc\x54\xd0\x6a\xc2\xab\xf9\x1b\xe4\x6f\x8a\x4e\x4c\xfa\x3c\x3b\x74\x63\x9e\x10\x12\x92\x28\xe1\x3c\x21\x24\xa4\xe4\x65\xc3\x50\x97\xa4\xa5\x98\x27\x5d\xb9\x94\x61\x6d\x9e\x89\x27\x37\x0a\xb2\x08\x78\x4d\x72\x40\x98\x27\x32\x01\x26\x5d\xdf\x27\x5c\xab\xbf\xdd\x16\xac\x32\x61\x65\x84\xcd\x84\x55\xd2\xc4\x32\x61\x55\xfc\x09\x61\xd5\x04\xbc\x4c\x58\x45\x4d\x0c\xba\x6d\x15\x9c\x9c\x70\xb7\xfe\xfa\x74\x17\x04\x47\xf6\x17\x94\x99\x86\x66\x0e\x59\xa4\xfd\x7c\x41\x68\x34\x6d\x61\xe6\xd9\xf6\x41\xc9\x84\x46\xf6\xb4\x08\x8d\xe4\x07\x84\xc6\xd0\x5a\x0b\x31\xa7\xa8\xd3\x42\x68\x78\x97\x0b\xa1\x11\xd5\x47\x21\x34\x8c\xad\x85\xd0\xc8\x02\x71\x59\x98\xe3\x07\x24\x8e\x45\x33\x2d\x04\x87\xcf\x24\x3d\xbd\x75\x55\x9e\x67\x21\x76\x34\x3f\x20\x76\x14\x77\x0a\xbb\x7f\xf8\xe9\x83\x79\xe8\x0c\xc1\xb2\xf6\x5e\x30\x66\x75\x7d\x39\x55\xcc\xb3\x72\xb5\xa6\x66\x75\xad\xd6\x6f\x70\xb5\x62\x16\xf0\x18\x0f\xbe\xe5\x4f\xb8\x8c\x7f\xa3\x08\x5d\xe0\x16\x57\xa4\xba\x9c\x67\xe5\x6a\xa3\x3f\xe1\xe6\x37\x7f\xc2\xd5\x1a\xb1\x21\x41\xa9\xd8\xf3\x84\x9f\x79\xb0\x8f\xd4\x3c\x11\x60\x9c\xa3\xb1\x16\x32\x55\x52\xc6\x9e\x09\x6f\xd7\x61\x98\xbf\x28\xca\x27\xb7\xf1\x09\xb5\x55\x53\xf4\xd6\x7c\x61\x9a\x97\xac\x3b\xdf\x04\xde\x22\x32\x3a\x8f\xf0\xcf\x1f\xdd\x98\x27\xae\x61\x5d\xba\xd3\x89\x5b\x98\x94\x60\x73\xae\xec\x58\xfa\xc9\x74\x2f\xfa\xc9\xc4\x0e\xfa\xd9\xd0\x97\x3f\x46\xf0\x73\xd7\x4f\x54\xd8\x72\x5f\xf7\x3f\x7f\x4c\x4c\xe7\x81\xfa\xfc\x49\x3f\x3f\x11\x3d\xb9\xeb\xf9\xcf\x1f\x15\x76\x9a\x33\xb0\x38\x97\x7e\xe2\x5b\xbd\x1c\x58\x02\x46\x3f\xbf\x6f\xf7\x95\x64\xe2\x6a\xa5\x7a\xdb\x13\x57\x18\x05\xb6\x4e\xdc\x60\x4c\xd2\x71\x7f\x91\x6d\x75\xe2\xf6\xa2\x8a\x8a\x13\x97\x17\x05\xa0\xce\xf9\xd1\x24\x69\x91\xe7\x2c\x5f\xcf\x42\xb0\x59\xd0\xb3\x26\xf9\xe1\xbd\x32\xf3\x4f\x88\xef\x4a\xa2\x34\x27\x9c\x9f\x74\x7a\xe7\x9b\xbe\x9e\x35\x8d\x37\x03\xd0\x7e\x1b\xdb\xe2\xb7\x91\x29\x97\xc0\x0a\x13\x15\xc4\xfb\xce\x2f\x1b\x66\xc4\xcd\xfb\xd8\xf6\xde\x30\x59\x23\x31\xec\xab\x42\x98\x48\x81\x13\xe2\x8e\x85\x8a\xc7\x01\x7b\x6d\xda\xb9\x1f\xe3\x71\x20\xdb\xa4\x42\xba\xbe\x07\x10\x72\xb6\xd2\x2e\x1e\x2c\xe9\xdf\xb6\xdd\xf9\x7b\x40\x77\xcc\xac\x4f\x10\xc8\x9e\xff\x2a\x3a\x36\x1e\x28\xa4\xfe\x89\xae\x6d\x3d\x40\x2d\xe7\x78\xec\x1c\xc5\xf1\x40\x59\xdc\x90\xba\xde\x88\x81\xb6\xcc\xb2\x67\x8d\xda\x41\x41\xce\xf0\xf1\x60\xa1\x96\xb6\x13\x2b\xc4\x23\x75\x3e\xe8\xfa\x64\x72\xa1\x63\x8f\xb2\xb2\xd5\x6f\xff\xea\x78\x94\x63\xbd\xb1\x3f\x29\xe0\x55\x79\xa7\x56\x88\x07\xb2\x4a\x7f\x20\xda\xa0\x28\x0c\x4e\x48\x02\x56\xdd\xd2\xd7\x06\x78\xa5\xf5\x79\x27\xd3\x8c\x47\x7d\xe9\x7b\xd4\x37\xf4\x90\xe9\x2b\xb4\x1d\x98\x15\x8f\x46\xb7\xc0\x7d\xb5\x8a\x07\x93\x9a\xc8\x0f\x30\x1e\x1d\x9c\x59\xae\x85\xf1\xe8\xb0\x10\xc9\x87\x2e\x1e\x83\x66\xf8\x9d\x99\x22\x1e\x03\x16\x43\xf9\xaf\xc5\x63\xc0\x1e\x98\xc3\xb1\x3b\x45\xf8\x68\x90\xc7\x5b\x3c\x16\x65\xdd\x65\xdb\xe2\x71\x32\xf3\xf3\xa6\x8a\xf1\x80\x8b\x7a\x90\xf3\x58\x3c\x2e\x64\x54\x4a\xbb\xa4\x44\x3c\xe0\xb6\x19\xd2\x8e\xb5\x88\x07\xac\xce\x41\x6e\x14\xf1\x78\xd6\xee\x8f\xdd\xc7\xc3\x82\x1c\x9b\x5b\xc5\xe3\xc5\x3c\x60\x98\xdc\x0f\x38\xac\xb6\xe1\x65\x3a\xa9\xcd\x8a\xe3\x31\x0b\x61\xba\xd1\x21\xb0\x0a\xab\x54\xfa\x31\x44\x4a\x2a\x3b\x54\x3f\x86\x08\x26\x29\xa5\x7e\x0c\x91\x69\xbc\xb6\xa4\xfd\x3d\xb8\xf8\x46\xdb\x0f\xe0\x3c\x29\x75\x70\x0c\x28\x01\x17\xa4\x40\x8e\x21\xc2\x7f\x4f\x7a\xca\x18\x12\xbc\x1b\xea\x4e\x81\x1f\x03\x6b\x50\x49\xb1\x18\x03\x4a\x4a\x05\x69\x1e\x63\x48\x37\x1f\xe4\x3d\x0a\x8b\x05\xb4\xbc\x0c\x37\xdf\x83\x97\x35\xda\xf6\x4c\xcb\x9a\x58\xdb\x6f\xd4\xcc\x07\x1b\x62\x01\x89\x46\x3f\xc9\x6d\x8f\x82\xe4\x88\xa1\xe5\xb1\x3f\x41\x8e\xbc\xef\xc1\x06\x50\xc7\xfd\xb1\xee\xa2\x87\x31\x30\x88\xb6\x95\xb8\x17\x87\x08\xc2\xd6\xf5\xfb\x66\xe2\x90\xb2\x89\x4d\x78\x18\x5d\x50\x36\x39\x0a\x0b\x1b\x4a\xde\x9f\xd0\x7e\xdf\x4a\xde\xe0\x78\x60\x7a\x69\x3b\x5d\x67\x0c\xcf\xe0\x1b\xc5\x0f\x6e\x3e\xd8\x33\xa7\x11\xb8\xed\x64\xd1\x31\x3c\x40\xc2\xb6\xc3\xe9\x63\xa0\x4d\xaf\xed\xec\x1e\x31\xbc\xac\xcf\x51\x04\xd2\x37\x11\x3e\x9a\x18\x58\x51\x68\xa5\xe9\x41\xe3\xe2\x36\x09\x0a\x13\xce\x9b\xad\x2c\x6a\x1c\x63\x20\xbe\xec\x8b\x4e\x8c\x28\xa3\x1b\x86\x68\x41\x4c\xec\xb4\xfa\x01\x92\x88\xb4\xba\xe9\x49\xac\xcc\x41\xb9\x15\xb6\x31\x56\xb8\x9d\xb6\xba\x4f\x69\x44\x2e\x95\xd0\x76\x71\xdf\x18\x99\x99\x44\xa9\xdd\x62\x1c\xb0\xb3\xb7\x5d\xcf\x32\x46\x46\x9b\xb5\xcd\xc2\x62\xbc\x32\xa3\x9b\x37\x7a\x44\x3a\x91\xcb\xcf\x22\x46\x3a\x48\xca\x4a\x11\x23\xbc\x1b\xbf\x07\x6b\x1b\xe2\x3a\xb6\xdb\xa5\x3b\xc6\x97\x61\x1b\x5b\xb1\x15\xe3\x44\xd6\xd1\x63\xe7\xbf\x8c\x89\xc5\xbf\xdb\xae\x37\x1a\x53\x20\x46\xed\xa2\xa8\xdf\x03\x6e\xc3\x3e\xfa\x29\x4c\x26\x53\xde\xf0\x48\x09\xbe\x62\x6d\x47\x7b\xc4\xc4\x2a\x44\x79\x27\x6f\x8c\x29\x31\x81\xfd\x0e\xb5\xfe\x1e\xac\x4f\xb2\x1e\x70\xd8\xfa\x17\xc9\xbf\xbf\xb7\x57\x3e\x67\x0f\x70\xf2\x41\xd4\x83\xc9\x07\x1a\x80\x74\x61\xd7\xbe\x8b\x29\x4d\xaa\x5e\xe2\xfe\x64\x31\xa3\xd6\xfd\xe0\xe2\x83\xdd\x07\x4b\xa7\xb4\xb6\xb7\x24\x65\x3a\xda\x35\xc1\x26\x73\x94\x5d\x76\x24\xa6\xc2\xe8\xcc\x6d\xf4\x88\x09\xb5\x21\x42\xdb\xe9\xe4\x63\x2a\x84\xef\x0e\xcf\x8e\x89\xb9\xde\x5b\x17\x7c\x2b\x6e\x85\x6d\xa7\x92\xfa\x1e\xd0\xe5\x74\xe8\x0d\xd2\x96\xae\x4d\x6b\x88\xa7\x6a\x3b\x35\x5c\x4c\x48\x42\x1a\xda\xce\x67\x18\x53\x03\x63\xad\x43\x33\x65\xe2\xc7\xba\x03\x89\xbf\x07\x2b\x87\xe2\x9e\x69\x5b\xf5\xc0\xf7\xf9\x4b\xc8\x6e\xf6\x09\x0f\x1a\x96\xb9\xc6\xba\xa0\xde\x89\xa2\x3b\xd1\x51\x4c\xc8\xc6\xf4\x3d\xd8\x7d\x9c\x83\xab\xdd\x22\x40\xba\xa1\x9b\x6a\x3b\x37\x49\x4c\x37\x74\x64\x39\x6a\xb5\x37\x76\x2e\xed\x98\xf9\x98\x1e\x14\xfc\x6e\x3b\x80\xf4\x7b\x80\xa0\xf9\xad\x79\x8a\xe9\xc9\x7c\x43\x00\x7a\x88\x6f\x3b\x6d\x4f\x4c\x0f\x65\x93\xa1\x83\xf0\x90\x96\x0c\x6d\xc3\x84\x7f\x4f\xdb\xee\x8a\x31\x1f\x99\x87\x69\x63\x75\x3e\xe8\x2c\xb3\xdd\x6b\x62\x0e\xd0\x24\x29\xc0\x3b\xe6\xc0\xca\xad\x3b\x48\x26\xe6\x80\xb5\xf4\x6d\x39\x8f\x19\xf5\x43\xbf\x4b\xcc\x9a\x69\x4e\x50\x22\xf6\xed\x49\x1d\x33\x2b\x78\x89\x6d\xe4\xca\x32\x8f\x5b\xa9\x1b\x33\xd3\x6c\xf7\xad\xec\x8c\x99\x59\xe8\x54\xf9\x3d\xe6\xce\x54\x8f\xbb\xca\x45\xcc\xbc\x26\xf7\x6d\x2c\x8f\xf9\x62\xc5\xe9\x6d\x9d\x88\xf9\x62\xf1\x9b\x6d\x28\x88\x99\x1e\xde\x5d\xb4\x25\x3f\xc8\xa1\x96\xb6\x17\x57\xcc\xef\xb1\x8c\x22\x5d\x0f\xb0\xd8\xe0\x07\x10\x96\xfb\xce\x0f\x19\xf3\xcb\xdc\xa0\x61\xe3\x5c\x7e\x59\x22\x2f\x68\xea\x73\x99\xd3\x36\x23\x29\x07\xcb\x71\xef\x0c\x61\xb1\x1c\xcc\x9d\xb5\xd3\xa6\xc5\x12\xe0\x27\xde\x77\x0a\xb0\x58\x02\xb2\x88\xf7\x9d\xad\x31\x96\x70\x73\xf9\x43\x9f\xb0\x70\xec\xce\x9c\x18\x0b\xaa\xad\x7f\x0f\x76\x1f\x91\xb1\xe1\x3b\x81\x41\x2c\x2c\x51\xd5\x77\x30\x53\x2c\x99\x65\x65\xf6\xcd\x22\x96\xcc\xec\x10\xdb\x2d\x37\x96\x72\xac\x37\xf6\x27\xa8\xca\x12\xfa\x76\xce\x88\x85\xd9\xf0\xb3\xe4\xf2\xc2\xd4\xa7\x4d\xf8\x52\x1a\xd7\xb2\x4b\x8a\xc5\xd2\x20\x56\xf4\x1d\xbd\x1f\x0b\xd3\x6a\xed\x72\xb0\xb1\x0c\x0a\x33\xfb\x86\xf2\x3d\xa0\x46\x79\x4b\xbf\x65\xe5\xbd\xd8\xf7\xe2\x58\x10\xef\x1b\xd2\x0e\x5b\x8f\xe5\x64\xe6\xa6\x9d\x92\xf5\x7b\xc0\x4f\x96\x6e\x22\x96\x93\x99\x0f\x77\x4a\xd6\x58\x18\x5e\xd4\x75\x8c\xcb\x0d\xf2\xda\x77\x10\x61\x2c\x37\x08\x4e\xdf\x1a\xe5\x58\x96\x14\xb1\x2d\xa3\xb1\xbc\x84\x71\xd2\xea\x5f\xa2\xa9\xc4\xf2\xf2\x42\x78\xe9\x49\x33\x7d\x59\x69\x7c\x2b\x1a\x62\x79\xef\xf5\xc6\x9e\xfa\xcb\x64\x93\x5b\x9b\x13\xcb\xfb\xae\x07\xbb\xd3\xc9\x84\xcc\xdb\x5d\x3e\x16\x5c\x3f\xbf\x07\x7b\x94\x49\x88\xa5\xf4\x37\xd7\xaf\x32\x21\xfb\xf4\xad\x57\x8c\x65\xb2\x50\xdc\xd6\x52\xc5\x7a\x1c\x1c\x60\x53\xa3\x7a\xc0\x30\xda\xb7\xbe\x2d\xd6\x83\xb9\x6a\xb6\x6f\x5f\xac\x07\x0a\x11\xf7\xed\x58\x1c\x6b\x04\xda\xa7\x9d\x83\x39\xd6\x58\x79\xad\xdc\xf7\xb1\x1a\x1b\xfb\xe8\xfa\x84\xb5\x96\xb6\x5b\x64\xac\x29\xaf\xd2\xc1\xbb\x0f\xd6\xa7\xeb\x5b\x25\x17\x2b\x0a\x38\x84\xbe\xdd\x68\x62\xad\xbc\x89\x6e\x7f\xa2\x58\x91\xef\x3a\xf4\x9d\x7c\x31\xd6\xce\xdc\xec\x59\x8b\x5b\x39\xbb\xb6\x81\x3b\xd6\x41\x8d\x5b\xf5\x03\x52\x9f\x5c\x76\x1f\xb0\x0b\x84\xbc\x73\x62\xc7\x3a\x56\xa7\x02\xd0\xc9\x13\x9b\x05\xa0\xa5\x4f\xdb\x86\xc6\x58\x4f\x54\xdb\xec\x3b\x57\x72\xac\x2b\x27\xc0\x36\xca\xc5\x7a\x92\x9f\x1d\x7a\x83\xd1\x1f\x2d\x6f\xac\xae\x37\x8b\x91\xee\xd2\x77\xb1\xde\xb4\x34\x45\x3f\xe0\xc4\x76\x3c\x48\xac\x2f\x79\xd1\xa1\x6d\x58\x28\x5a\xf6\x95\xa5\xd2\x20\xd6\x25\xa3\xd7\x89\xb0\xa5\xbe\x8b\xb6\xc5\x76\x4c\x56\x01\xdc\x47\xa5\x05\xa6\xcc\xdc\x16\x81\xd8\x02\x84\x86\xbe\x33\x02\xc6\x46\x11\xa9\xef\x92\xcb\xdf\x83\x8b\x0f\x8e\xfd\x80\xbc\xa8\x6e\xfa\xd4\x50\x17\x30\xf4\xba\xcf\xce\x77\x01\xe2\x83\xdd\x69\x65\xde\xcc\xba\x31\xb9\x55\xb8\x86\xf5\xad\x6c\x8a\x8d\xb5\x6e\x7a\xdd\xb2\x60\x63\x71\x0e\x55\x1b\x88\xad\xa2\x7a\x56\xdf\x7e\x22\xb1\x35\xb2\x89\xad\x0b\x8a\x6d\x25\x44\xdf\x85\xda\x63\x43\xe6\xed\xef\xc1\x02\x72\x1b\x9d\xc3\x6e\xf9\xaf\x21\x83\xd1\x27\xe8\x6e\x00\x9d\x9d\x33\xdd\xc2\x5c\xbb\x58\xf8\x61\x2b\xbe\xbe\x07\x18\x76\x67\x00\x8b\x8d\xc1\x82\xb2\x31\xc4\x76\x27\x86\x6a\x0b\x1e\x37\xa4\x78\xc5\xea\xc6\x06\x37\xe2\x78\xec\xf2\x66\xb1\x3d\x48\x67\x2c\x4f\xb8\xd8\xde\xb0\x1e\xec\x4f\x26\xaf\xe7\x5b\xc9\x18\x3b\xb5\x3f\x7d\x27\x0d\x89\xfd\x40\x1d\xd2\xde\xf6\x5a\x3e\xb2\x0b\x10\x6e\x98\xf6\xc8\x92\x28\xbb\x46\x6b\xec\x91\x49\xea\xda\xbe\x91\x74\xd4\x01\x0d\xca\x03\x1e\x7b\x26\x85\xd9\x25\xe3\x63\x67\x9d\xbf\xde\xf6\x15\xa5\x17\xd6\xf6\x95\x90\xdd\xeb\x43\x78\x6c\x10\x76\x54\x10\xf8\x1e\xec\x4f\x56\xb2\xb1\x9d\xeb\xfe\x7b\xc0\xfa\x70\x1b\xe9\xfa\x58\x05\x83\x83\x3e\xe9\x8d\xf9\x3c\x93\x1e\xb0\x9e\xd6\xc6\xb1\xbe\x0e\xb2\xe4\xe1\x7e\xee\xba\xd6\x7a\x23\xb3\x86\xc7\xe6\x81\xfd\x5c\x35\x83\xb5\xfc\x73\xf0\x93\x4d\x0c\xfa\x49\x8e\xbf\xd3\x65\xc7\x7e\xf2\x98\x4a\x62\xee\x8b\xa3\xf5\x2d\x9b\x74\x06\x97\x76\x09\xb7\x9d\xf1\x8b\x5d\xf2\x70\xc7\x51\x6f\x5b\x3b\x1a\xfb\xc3\xbd\xde\xe9\x27\x63\x7f\xd6\xbc\xb6\x68\xd2\x9f\x55\x21\x74\x53\xe0\xfe\x86\x05\x8e\xaa\x07\x1c\xa4\xeb\x01\x53\xf1\x6f\x25\x74\xec\x6f\xe7\xda\x36\x63\xed\xef\xcb\x4e\x87\x3a\x45\xce\xe0\x5d\xf0\x3d\xf6\xb9\x6a\x63\x6e\xd9\xa5\x2f\xfa\x32\x8e\xbf\xb9\x7d\x8d\x48\x9c\xde\xd9\x7e\xe2\x88\xd7\x4a\xee\xbf\xe0\x3f\xf2\xe0\x1b\x5b\xe7\x32\xca\xcd\x84\x2d\x7b\xcb\x56\x99\x9f\xb4\x2b\x66\x47\x96\xbb\x08\x7d\xd7\xfd\x89\x2c\xb4\x10\xfa\x0e\x30\x8f\xa3\x15\xbe\xb1\xa9\x33\x93\x5e\x86\x2e\x81\x7c\x9c\x2b\x68\x69\x9f\xe0\xf1\xd0\x3e\xd4\x34\xd3\xe7\x61\xac\x4c\xdc\x7d\xd0\x95\x75\x6c\x0f\xa4\x38\x5e\x46\x81\xa4\x4d\xae\xc7\x9b\xe9\x22\xbd\x49\xdc\x78\xfb\x8a\x74\xdd\x9d\xd2\x17\x6f\x6c\xff\x94\x48\xc7\xb6\x30\xb6\xa7\x46\x1c\xef\xca\x44\xb2\xd5\x21\x63\xde\x8c\x85\x6d\x7a\xf0\xb4\x7f\x7b\x70\x1e\x81\xa3\x6c\x09\xeb\x3c\x22\xdd\xc5\x37\xb6\x9d\x47\x5f\x71\x16\x79\x3f\x98\xcb\x35\x7f\xc1\xe3\x0c\x63\x39\x94\xef\x3e\xe2\x45\xe1\x79\x93\xc9\x93\x05\xa7\x87\x34\x90\x67\x66\xe4\xe0\xae\x8f\x13\xcf\x02\x39\x6e\xec\xda\x2d\xf1\xac\xcb\xd7\x6c\x8b\x4b\x67\x85\x47\xd6\xb1\x83\xd9\xe3\x59\xaf\xf5\xc6\xee\x74\xbc\xf4\x61\xd8\xe4\xe9\x42\x31\x87\xa0\x0a\x16\xf1\x6a\x64\xf8\x3b\x89\xf8\xf7\x80\x84\x74\xdf\xac\xaf\xb6\x9c\x76\x86\xdf\xa0\x12\x77\x23\xf1\xd5\x2a\xab\x7e\x67\x3d\x40\xd5\xef\x63\x7b\xc5\x7d\x0f\xa8\x09\xdd\xe7\xf1\x42\x52\xff\x78\x68\x2d\x57\xeb\x54\x98\xec\x23\x7c\x21\xad\x7e\xc8\xbb\x76\xe3\xf7\x80\x97\xbe\x8d\xb8\x57\xeb\xac\xde\x11\xf5\xc6\x20\xeb\xd9\x14\xed\x42\xc6\xf9\x78\xec\xfa\x92\xdf\x03\x78\xf2\x04\x2f\xff\xa2\xdd\xae\xa9\x0f\x94\x7e\x3e\x76\x6e\xdc\xef\xc1\xa4\x58\xa1\x89\xd1\x1b\x73\x27\x05\xfd\x1e\x74\xa6\xf0\xd4\x1b\x74\x4d\x94\xd1\xe0\x42\x5a\xed\x78\x88\xb6\x5c\xcc\x69\x7d\xec\x54\x50\xdf\x83\x93\xb1\x65\x0b\xea\x4f\xa1\x55\xb7\x6f\x31\xeb\x8d\x8d\xba\xf4\x4d\xf2\xdf\x42\x33\x9d\xe8\xe6\x8b\x42\x37\x21\xef\xc0\x87\x38\x99\x40\xbc\x48\x77\x3c\x99\xbc\x5b\x3a\x92\xd9\xe9\xed\xb0\x8d\x2a\xdf\x83\x8e\x17\x9a\x7e\x9f\x54\x14\xeb\x8b\x25\xda\x76\x3f\xe8\x54\x7a\xeb\x93\x78\xff\x9b\x6a\x7d\x76\x1a\xf7\xb7\xad\xea\x7b\x40\x0a\xb4\x0f\xfa\x44\xda\xe7\x6f\x1a\x71\x3f\xa0\x99\x57\x7a\x97\xd9\x69\x09\xd5\xfd\x7e\xf6\xca\x7d\x8b\x7a\x03\xe2\x60\xea\x49\x7d\xc0\x7f\xaa\x79\xe6\xa8\xf9\xd0\x92\x7e\x33\xa3\xa4\x24\xcc\xd9\x07\xd7\x1a\x35\xc6\xb9\xa6\xa5\x4f\xe0\x11\x9d\xb6\xbf\x4a\x9c\xfd\xe2\x3c\xab\x16\x7f\xf1\xbc\x45\xad\x15\x41\x1b\xd2\x78\x4f\xa4\xf6\xfd\x51\xd0\x4d\xe4\xf6\x6d\xdb\x50\x1a\x27\x53\xf7\x66\xd9\x72\x66\x5f\x01\x16\xd5\x6f\x60\x9e\xdb\x9c\xf7\x3d\x00\xf3\xf3\x0b\x73\xa5\x94\xdd\x83\x0e\xba\xd5\x48\x09\x38\xc7\x32\x84\x6d\x9c\x9e\xe3\xa0\x7f\x90\xa0\x37\xd6\xc6\x6b\xe2\xcc\x09\x2b\xd3\xd9\x44\x4e\xd8\xaf\x8b\x7f\xbf\x77\xf5\xff\x09\xdb\x9a\x63\x39\x24\x6c\x01\x67\x0e\x3a\x20\x48\x27\x36\x07\x0d\xc8\x3a\x97\x73\xc0\xa8\x91\x74\x77\x5e\xce\x44\xf9\xf0\x1a\x1e\x3a\x96\x55\xcd\x90\xa9\x18\x76\x68\x51\x9c\x63\x65\xf4\xaf\xff\xeb\xab\xe1\xbf\xce\xff\xf8\xbf\x5f\xbc\xfe\x7d\x71\xfc\xf3\x67\xfd\x0b\xb5\xf2\x7e\x5e\x1e\x3d\x6f\x28\x3e\xb7\x1b\xbe\x4b\xf2\xfe\xf7\x83\xf0\xa1\x4f\x2e\x77\x75\xb1\x04\x83\x5a\x6e\xb7\x30\x25\xe2\x6e\xb9\xfd\x0d\xf2\x6f\x6e\xeb\xed\x71\x7c\xd2\xf0\xfa\x97\xb6\x8d\x63\xb7\x3c\xc3\x2d\x94\xa1\x77\xcb\xeb\xde\x98\xbe\x2b\xa9\xc5\xbd\x4d\xd6\x0b\xd8\x2d\xd3\xbd\x21\xd3\xc2\xb6\x9f\x1f\xe1\x93\x52\xf6\xbf\x83\xf9\xd2\xf7\xbc\xe3\x77\x34\xf7\xbf\x58\xab\xfc\xca\x8f\xe8\x59\x44\xe0\xb5\xbd\x57\x3f\x02\xe6\x36\xf4\xa9\x62\x3c\x47\x3a\x04\xd9\x74\xb0\x74\xad\x5a\xaa\x5b\x40\x79\x36\x2c\x52\xd0\x1c\x13\x5d\x97\x95\xf0\xff\x48\xe1\x71\xdb\xcb\xb6\xa8\xb6\xa9\x36\xe6\x94\xea\xda\xe1\x94\x4e\xb5\xc1\xfd\xa7\x28\x5d\xfe\x91\x3e\x7a\xb2\xff\x5d\xe5\x87\xdc\xe6\xb9\xa0\x7e\xe1\xa1\xb0\x8a\x23\x0d\xaf\x0d\x5a\x16\x85\x35\x1d\xe9\xc3\xa2\xfd\xef\xb7\x84\xc3\x5f\x9d\xb7\x9b\xc0\x90\xe4\xad\x7f\xa4\xcb\x3d\x42\x52\x96\xa3\xf8\x91\x6e\xf7\x88\x80\x33\x39\x83\x1e\x30\x15\xec\x7f\xc1\x9e\xe4\x5b\x7f\x40\xd7\xb0\xff\xbd\xd9\xd6\xd4\xf6\xba\x8d\x33\xd9\x5e\x1d\x07\xae\xad\xfb\xdf\x82\xe1\x86\x9a\xb4\x71\xa8\xf6\x1e\x14\x6b\x73\xa0\xda\xfb\xfa\x17\xe6\x60\x55\xfe\x3c\x50\x22\x7d\xff\xcb\x89\x6c\x2f\xb2\x03\xb5\xcc\xf7\xbf\x9c\xc8\xf6\x02\x0a\x6f\xda\x6d\xe1\x65\xe5\x77\x85\x84\x44\x9f\xf3\x78\xc0\x1f\x7d\x7b\xf5\xc4\x23\x45\xb5\x7c\x4c\x6b\x28\x8c\x31\x1e\x69\xb8\xe9\x84\x9f\xc1\x6e\xc9\x4d\x2d\x70\xa3\xaa\x2a\x86\x14\x8f\x96\xd5\xd6\xc6\xd7\xa1\x9b\xba\x67\xd1\xd1\xb4\x5d\xcf\x62\x28\x7b\xd3\x62\x28\x19\x5f\x15\x35\x55\x37\x9d\xff\xfc\x19\xad\xbb\xe9\x72\xd3\x8b\xaf\xc2\x6e\xaa\x1a\x2b\x20\x85\x64\x71\x87\xf5\x74\xd3\xf5\xcf\x9f\xae\x58\xcf\x18\x9a\xbf\x6a\xc8\x96\xba\x9d\x5e\x62\x68\xfe\xaa\xe1\xab\x7d\xac\x23\x24\xdf\xfd\x2f\xa3\xb4\xd5\xe2\xb9\xc3\x8b\x38\x2a\xaf\x7a\x0c\xa3\xbb\x6d\xb0\x4d\x83\xdd\x02\x62\xf8\x08\x63\x57\x6e\xac\x18\xe3\xa6\x21\x31\x46\xfa\x39\x6d\x9f\xc2\x18\x63\x73\x5b\x67\x9b\xbf\xbb\xdc\x06\x4f\xe1\xb2\xfd\xa3\x62\xac\x1a\x2e\x52\xae\x55\x0c\x4a\x8c\xb5\xba\x0d\x9e\xf0\xf2\xce\x8f\xd1\x90\x8c\xac\x70\x2f\x2f\xd3\x18\x9b\x10\x2b\x32\xa7\xd8\xf0\x78\xcd\x7d\x32\x91\x43\x39\x34\x5e\xf7\x77\xf0\xcf\x2d\xf2\x07\x8f\xb1\x7b\x9e\xd0\xc1\x14\x39\x61\x47\x68\x13\xf7\xbf\x9c\xe7\x3e\x6d\x31\x76\xcf\xb3\x73\x9e\x9b\x4e\xc6\x38\x0c\xcf\xc1\xef\xba\xbe\x7b\xfc\x1d\x84\x98\xd2\x84\x2a\xe9\xd0\x77\x20\xd0\x5f\x9f\x7b\x9e\x29\xea\xe4\xa4\x78\xfe\xf3\x47\xb1\x5e\x31\x8d\x47\x2d\x88\x85\x8b\xaa\x19\x17\x4d\x0a\x63\x82\xc7\x4d\xdc\xb6\xae\xef\x41\x73\xdb\x87\x98\xc1\x83\x9d\x97\x9b\x1e\x34\xa9\x47\xf1\xe4\x08\x82\x19\xaa\xb2\x01\xc7\x74\xbd\x6a\x83\x05\xb5\x2a\xdb\x6d\xcc\x3e\x3c\x19\x65\x33\x54\x8d\x3e\x66\x1f\xef\xdc\xe1\x34\xa6\x23\x97\xc5\x01\x22\xae\xe4\x5d\x59\x58\x63\x16\x03\x88\x79\x30\xb0\x6b\xb3\xed\x98\xc7\xad\xb6\xeb\xc3\x75\x85\x58\xc5\x7c\x69\x4f\x33\xee\xf4\x87\xdc\x00\x63\x7e\x3c\x47\xf0\x52\x57\x8b\x8f\xf9\x15\x48\x32\x04\xa2\x43\x09\x72\x62\x9e\xc5\x6d\x90\x46\x14\x6e\x1e\xcb\xa1\x3e\x0b\xd2\xd0\xe7\xed\x3f\x16\x4b\xd5\xc6\x95\xfa\x7e\xc7\x7f\x73\x87\x58\x9a\x16\x57\x3e\x68\x75\x65\xb7\x8d\xa5\xbb\xe9\x83\x4e\x57\xe4\x63\x84\x69\x76\xff\x5b\xd0\xe1\x9e\x62\xf1\xd2\x58\x7b\xbd\x2a\x2f\x79\x44\xd5\xf2\xfd\x2f\x06\xd3\xd6\x54\xcf\xbe\x1e\x68\xd2\xa2\xab\x38\x51\xac\xd0\xf9\x54\xa5\xf4\x8e\x28\x5a\xbe\xff\x7d\x40\x0e\xf7\x1c\x6b\xd5\x8e\x56\xdc\xbc\xa2\x82\xa0\x63\xf5\xf9\x46\x99\xe5\x0f\xb7\xf6\x24\x9b\xcf\x77\x6b\x00\x96\x8e\x14\xca\x12\xec\x7f\x21\xf2\x29\xd1\x6b\x1c\x53\xc7\x0d\x39\xc0\xbf\xb6\xb6\xe4\x58\x4a\xad\xff\x2b\x41\x36\x5e\x3e\x8d\x17\x7c\x19\x95\x13\x31\x22\x8d\xe2\xfe\xb7\xb0\x86\xf0\x5e\xfb\x65\x62\x83\x1c\x84\x1f\x0d\xde\x0b\x7c\xbb\xe0\xf2\x22\xb5\x41\xea\x82\xd9\x2b\x31\x38\xbe\x0c\x09\x50\x86\xb5\xf8\xfa\x60\xbd\x37\xad\x13\x22\x8a\x88\x51\xdb\xff\x96\x7f\xfe\x64\x25\xb1\x8c\x88\x13\xdb\xff\xc6\x7f\xfe\xe4\xb2\x1d\xc1\xe3\xbc\xa6\x9a\x98\xe4\x77\x0b\x0b\x71\x3e\xfe\xea\x89\xbf\xa1\x53\x11\x56\xa2\xfd\x6f\xf9\x0d\x58\x49\x87\x30\x25\x1d\x9f\xd8\x23\x47\xf9\x74\x08\x8e\xe9\xf8\xe0\xb8\x7d\x48\xbe\x9f\x5d\x2d\x21\xfc\xd0\xb4\x74\x68\x51\xe9\xf8\x16\x55\xb7\x70\x91\x0e\xa1\x5d\xa2\x49\xa9\x0a\x14\xe9\x08\x3f\xfd\x01\xb7\x54\x1e\x28\x41\x12\xd9\xff\x62\xcb\x14\x52\x9c\x8e\x1c\xd4\x36\x10\xd8\xa0\x79\x0c\xcf\xe3\xe3\xbb\x4d\x95\xc1\xd3\x31\x86\x9b\x90\x98\x53\x1e\xeb\xe9\x18\x97\xdb\xee\x7f\xfe\xd4\x2c\x60\x88\x58\xa7\xe3\x23\xd6\x2a\x9e\x98\x7c\x0d\x4a\xc7\xac\xff\xfc\x51\x36\xe9\x84\xfb\xc5\xfe\xf7\x04\xe7\xd6\x47\xd3\xdd\x4d\x74\xb7\xf6\x3e\x59\x80\x48\x01\x0e\x75\x55\x59\x7c\x53\x98\x6e\xc3\x3d\xa4\xaa\x02\x40\x0a\x3a\x30\x29\x4c\x7e\xb7\xa9\x52\x8a\x12\xf9\x52\x84\x0a\xfb\x50\x78\x58\x8a\xf1\x74\xdb\xfc\x48\xee\x3e\xd6\x29\x26\xad\x2c\x22\x13\x58\x0d\x6a\x92\x60\x9a\xe2\x27\x78\x75\xc5\x73\xa6\x58\x6e\x37\x81\x50\x2b\x1b\x7f\x8a\xdd\x13\x81\x7e\xeb\x50\x75\xce\x64\xc6\x9c\x22\x9c\x96\x0e\x23\x29\x14\xbf\xfb\x5f\x88\xf8\x62\xcc\x29\x9e\xd9\x6d\x1d\xb3\xdc\xf0\x8a\x97\x17\x70\xad\xa9\x68\x05\x8f\xbb\x04\xed\x3f\x94\x02\x20\xf9\xfe\x95\x78\xff\x0a\xba\x4b\xa5\x24\xf9\x3f\x25\x78\xa6\x06\x55\x72\x49\x29\x9c\x6e\x43\xd1\x4b\x55\xba\x48\xbe\x67\xa5\x04\xdd\x41\x50\xe9\x85\x94\x62\x77\xdb\x40\xdb\xe6\x7b\x29\x45\x8f\x87\xc8\x92\xa0\xdc\xf6\x29\x89\x80\xa6\x84\xb3\x11\x94\xdb\x3c\xa5\xe4\xef\x32\xbf\x13\xae\xa4\x9c\xdc\x56\xd9\xa6\x35\xe4\xcb\x6d\x37\xda\xb4\x7d\x29\x7b\x0d\x85\x7d\x66\xf5\x59\x8a\xdb\xd8\xe7\xe6\x46\x09\x17\xc4\xfd\x2f\x04\x85\x7d\x7d\x4e\xbe\x2a\xa6\xd4\x21\xcc\x0c\xad\xbc\x7b\x05\x1d\x99\xeb\x0c\x30\xc9\x09\x09\xa2\x53\xab\x87\x3a\x34\x3a\xa4\xf3\xe3\xa5\xca\x59\x90\xd2\xa3\xf3\x98\xa0\xb3\x0c\x2a\xb0\x98\x8a\xb4\x1c\xa9\x30\x1b\xaf\xf2\xea\x25\x54\xae\xdd\xff\xd2\x01\x71\x5f\x4c\xe9\x6a\xb2\xff\x2d\x54\x5d\xd5\xdd\x16\x93\xda\xe0\x8e\x34\x94\x3f\x23\xbf\x71\xaa\x0d\xdb\x9a\x95\x56\x39\xc3\x4e\xbb\xff\x0d\x6c\x8b\xbb\xad\x79\xbc\x56\x18\x3c\x33\x76\xdb\x78\xd5\xf6\x1d\x18\xf9\x71\x7f\xbf\x2f\x37\x31\x6e\x67\x11\x87\x3c\xb5\xe1\x79\xc2\xe8\x1e\x94\x21\x25\x23\x08\x73\xff\xcb\x04\x96\xfb\xfe\x99\x11\x7f\xb9\xff\x85\xeb\x90\x02\x35\xf2\xbc\xdc\xe7\x85\xec\xb0\x12\xe4\xf2\x94\xa2\x27\x4f\x94\x66\x09\x61\xcb\x26\x19\x2e\xf1\xfb\xdf\x8f\x27\x4a\xea\x2d\xe6\x53\xe5\x38\x08\x94\xad\x15\x29\xbe\xb8\x16\xb0\x8b\x18\xc4\x3f\xca\x51\x82\xda\x50\x36\x39\xa8\x9c\x75\x39\x7a\x52\xdb\x77\x9d\x88\x41\x55\x9c\xcb\x31\xdc\xe7\xa0\x07\xfa\x16\xb3\xcb\x31\xa6\xda\x4e\x2e\x21\xab\xed\x74\x1b\xd2\x3f\x04\xd5\x17\x2e\xc7\x75\xba\x6d\x39\xb1\x6b\x2e\xf7\x50\xdb\x7d\x7e\x4b\x77\xd3\x73\xab\xe9\x21\x34\x37\x2b\x2e\x41\xa4\xaa\x84\x8f\x54\x59\xc0\x28\xe1\xb8\xdd\x04\xab\xcf\xf6\x6e\x3a\x4a\x08\x6e\x0b\xec\x72\xdf\x90\x4a\xd0\xcd\xb1\x04\x84\x5a\x06\x55\x7e\x2d\x21\xfa\xbb\xc8\xef\xb6\xcc\x5f\x42\xd2\xca\xc3\x87\xc1\x59\xf2\x53\xc1\xb5\x7b\xff\xfb\x2d\x4e\xe2\x68\x09\xba\x73\x15\xdc\x90\xa5\xbf\x3f\xe8\x2d\xb5\xff\xbd\xbe\xa6\xa4\xb1\x2e\x2f\xfb\x8a\x68\x52\x87\x8f\x36\x35\x3c\x3c\x75\xfb\x84\x94\x68\x68\x31\x7e\x22\x2b\x45\x55\x31\xb7\x2b\x91\x39\xdd\xa4\x4e\x2c\x51\x67\x84\xee\x57\x59\x62\x7d\x81\x5d\x62\xff\xcb\xd0\xeb\x1d\x76\x5a\x7c\x9f\x2c\xb8\x4f\xc6\x20\xe6\x5a\xa2\x34\x5a\x25\x9e\x28\x0c\xa7\xa0\xf2\xff\x7f\xf9\xb6\x44\xdd\x84\x4a\x44\x7d\xe0\xa0\x8c\xed\x25\x1a\xc3\x22\x31\x4c\x99\x3a\x4a\x9c\x9e\xe9\x27\x3d\xc8\xb1\xf1\x28\xe9\xd0\x67\x09\xba\xf1\xac\x08\xaa\x92\x8c\x0e\x60\x4e\x31\x78\x87\x92\x14\x09\x25\x21\x9b\x7c\x50\x7a\x9f\x02\x4a\xbf\xff\xe5\x34\xb7\x2e\xa4\x24\xe9\x34\x4a\x62\x45\x41\xa5\x8c\x2c\xf0\xd0\xdd\xff\xe2\x30\xeb\x36\x54\xb2\xd1\x2f\x7f\xe8\x97\x95\x79\xb4\x64\xf1\xc2\x42\x05\xdb\xd0\x5d\xae\x64\x5d\xd8\x0a\xdc\xe5\x63\xf0\xfe\x65\xe9\x61\x4b\x7e\x3f\xfc\x93\x8e\xaa\xf8\x0a\x58\x0a\x43\x08\x0c\x95\xe2\xc3\x55\x60\xdd\x0a\x71\x47\xd8\x95\x22\x2d\x55\x29\xc8\xf2\xa9\x40\xe4\x02\xaf\xdc\xfd\xef\x85\xcf\x76\xf0\x50\x29\x62\x4f\xa5\x3c\x04\xd8\x96\x2c\x4a\x95\xd4\x51\x2a\x6c\x15\x59\xc9\xb9\x0a\xc2\x4e\xf6\xbf\x40\x5c\xd5\x89\x29\x55\x9c\xbe\x54\xa4\x45\x0d\xba\x2f\x94\x5a\xfd\x5d\x05\xa0\xc5\x66\x4a\x6d\x6e\x83\x6d\x3b\x2b\xa3\x55\xa9\xc6\xdc\x0a\x97\xf5\x9c\xb7\x0a\xb7\x54\x43\xb3\xa2\x2a\x46\xd0\x4d\xb0\xd4\x29\xb0\xd4\xc9\x90\x84\xcd\x14\x4a\xf3\xc1\x6c\x48\x62\x1c\xa4\x4d\x2e\x4d\x52\x55\x69\x88\xa0\x18\x2a\xc8\x5e\x5a\xd4\xae\xb7\x08\x76\xa8\xec\x93\xa5\xe9\xe6\x50\x1a\x3c\xfa\xb3\x02\xa7\x4b\x4b\xcd\x6d\xfd\x9f\x3f\x59\xd9\x2f\x4a\x4b\x8f\x9b\x40\x36\x55\x76\xa3\xb4\xac\xe5\xd1\x92\xec\x14\x4b\x05\xa5\xe0\xf7\xbf\x0c\x27\xd9\xc2\x58\x69\xc3\x7d\x32\xed\x91\x42\xf3\x4b\x33\xbe\xa3\x5e\x75\xce\x9b\xfd\x96\x36\x3d\xdc\x84\x65\x4d\x85\x84\x4b\xf7\xf1\xea\x3c\x5e\xca\xc6\x56\xba\x44\xe9\xd2\x3b\xe3\x56\xf6\x75\xa5\xf4\x2e\x2a\xdd\x69\xa5\x57\x1a\x8f\xd2\x25\x66\x97\x7e\x72\x17\x74\x4e\x50\x7d\x72\xff\xcb\xa0\x14\x71\x8c\x3e\x2f\xb7\x3d\xb8\xaf\x6e\x68\xa2\x5a\xe3\xfe\x97\x48\xb6\xa5\xfa\x32\x7c\x9a\x07\x4e\xf3\xf6\x3b\x3b\x0a\xf4\x01\xfb\xdf\xca\xcf\x36\xde\x8e\xe6\x36\xc6\x61\x28\xbe\xbd\x0c\x59\x84\x0a\x2a\xa0\x65\x45\xaa\x97\xf1\x6a\x01\xe3\x25\x3a\x48\xb8\x38\x3d\x1c\x02\xab\x73\xd1\x96\x23\xbc\x78\xff\x5b\x98\x03\x6d\xef\xc1\x69\x39\xe0\x3c\x19\x55\xb2\xf5\x9a\xe5\xd4\x7d\xac\xa0\x72\x4a\x2e\x3a\xb0\x97\x89\x00\x4a\x41\x64\x15\x26\x2d\x57\xd3\x39\xbf\xe8\x81\xab\x4c\x11\xe5\xd2\xcd\xb0\xa0\xb6\x40\xfc\x44\xa0\xdd\x76\x8a\xb6\x33\xa3\x7f\x50\x7a\xa4\x72\x99\x57\xc2\x15\xf6\x6b\xdb\xb0\xbc\x0c\xaf\xeb\x61\x86\xb7\x2d\xd1\x97\xfb\x10\x86\x21\x4f\x78\x56\xf4\x65\xb9\x93\x86\x43\x82\xe7\xac\x68\xca\x82\x8c\xbf\xfb\xdf\x15\xbe\xa3\xcf\x24\xbc\x96\x9b\xc2\xab\x54\x14\xe5\x9e\x9a\x25\x92\xe3\xc6\x20\x5d\x6f\x41\x26\xd0\xf5\x6f\x85\x4c\x95\xb7\x5e\xa1\x3c\x4d\x2b\x40\xe6\xcc\x18\xa4\xe7\x2e\xc8\xa5\xb8\xff\xfd\x2e\x17\x5e\xdc\x2b\x45\x45\xa1\x27\x4e\x56\x12\x84\xf2\xca\x20\x53\xe0\x27\x9e\xa5\xe9\x2d\x6f\xd1\x1e\xbc\x85\x7b\xa0\xd3\xfa\x56\x9d\x82\x97\xf6\xdc\xb2\x2f\x2c\xe5\x35\x07\x7a\x2b\x83\x89\x84\x0e\xaf\xf1\xf9\xfd\xf0\x39\xcb\x66\x50\xac\x3f\x2a\x48\xcc\xf5\x75\xb9\x81\xf2\xde\x02\x18\x3c\x8b\xf3\x8e\x8b\x39\xca\xfb\x78\x71\x2c\xa9\xa4\x70\xf9\xf2\x4a\x8f\x5d\xe0\x2d\x94\x15\x9f\x4a\xf7\xe3\xfd\xef\x40\xd3\x5e\xf7\xb4\xbc\x88\x30\xdd\x90\x8b\xe8\xfa\xb4\x10\x30\x29\x04\x94\x7d\x93\x2e\xd3\xac\x10\xb9\x73\x72\xd3\xe6\x4c\x23\xc3\x24\x32\x14\x91\xee\x29\x65\x75\x99\x08\xbb\x0c\x45\x84\x6f\x3e\x6e\x7b\x56\x9b\x86\x33\x2d\xa5\x63\xb4\x55\x16\x65\x3e\xdd\x6d\x03\x39\x5b\xd5\xf4\x0a\xcc\xf3\x65\xbc\xd4\x9e\x4a\x3d\xb4\x82\x7a\x94\xc6\x42\x17\x6d\xb7\x0d\xb7\x21\x1f\xde\xf6\x0c\x3c\xaa\xc5\xf9\x0a\x71\x3e\x86\xb2\xe3\x9e\xeb\x71\xbf\x6e\x9b\x6c\x2b\xbb\x6d\xba\xcb\x89\x2e\xb7\xe2\xbc\xc2\xd3\x76\xff\xfb\x7e\x4d\x9b\xb6\xd5\x20\x2a\x5b\x03\x1c\x63\xb3\x27\x89\x08\xdb\xfd\xef\x47\x12\x55\xe8\xb6\x06\xa9\x63\x6a\xe8\x04\xe5\xd6\x35\xd5\xa0\xbb\x51\x0d\xbc\x1b\xed\xe0\xb6\xa3\x86\xe1\xe1\x78\x37\xd2\xf9\xaf\xe1\x76\x9f\xbc\xde\x95\xa1\x69\x7a\xe1\x61\x2d\x7c\xa4\xbf\x12\x7a\x6b\x78\x6f\x7d\xfa\xb2\xde\xc8\x3e\xaf\x35\x4a\x1d\x59\xe3\xf1\xe1\xad\x0a\xa1\xd5\xa8\x9b\x61\x8d\x9f\x38\x90\x55\xae\xaa\xc6\x2e\x70\x42\xdf\x14\x5d\x96\xa8\x46\x2f\x30\x22\x33\xe2\xf6\x00\x3a\xaa\xa5\xef\x1a\x51\x96\x24\x08\xc5\x6a\xd4\x71\xad\xd0\x37\xc5\x50\xb7\xc4\x51\x61\x40\xdf\xff\x22\x24\xaa\x6e\x91\xa3\xa6\xac\xe1\xa0\x9a\xf9\xc8\xe2\x5e\x41\x3a\xd5\x27\x2c\xdf\x61\x28\xf5\x6b\x4d\x3a\xe7\x75\x05\xa6\x49\xf5\x5c\xd3\xeb\xf1\x5e\x8e\xb7\x35\x2b\x35\xe9\x26\x50\x19\x19\x3d\x94\x1f\xa1\x66\x99\x22\x6b\x66\xc6\x5d\xe5\x9d\xac\xd9\xeb\xcb\x8b\x1c\xed\x33\x54\xf3\xad\xf1\x32\x6c\x48\x4d\x35\xd6\x6a\x96\x1f\x44\xcd\x6f\xf8\xe7\x4f\x51\x46\xc4\x0a\x7b\xcd\xfe\x17\xe7\xa4\x6e\xb2\x5f\x8b\xf7\xb5\x1c\x6c\xdb\xb2\x43\x2d\x12\xf7\x6b\xf9\x98\x77\x51\x62\xfb\x5a\xd2\xed\xa6\x87\x9f\x6d\xa8\x14\x29\xf9\x6b\xf9\x10\xbc\x28\xd1\x4c\x2d\x9e\x64\xe1\x24\xb5\xb6\x32\x3d\x18\x02\xd8\x83\x32\x3b\xd4\x32\x5f\xb7\x71\xcf\x37\x65\xaf\x96\xcc\x2b\x24\xf3\x18\x94\xcf\xa0\x56\x89\x1c\xb5\x7e\xfc\xa6\x48\xeb\x52\xab\x4c\xd9\xb5\x22\xde\x23\xef\x20\xd1\xa3\x56\xb1\xd7\x0a\x8b\x4c\x51\x12\xd0\x5a\xeb\xed\xa6\x87\x91\x92\xea\xb2\xf9\x33\x28\x72\xaa\xb4\x96\xb5\x76\x0f\x47\xaf\x4c\x65\x3a\xac\x75\x9c\x6a\x1b\xa0\xed\xca\x04\x51\xeb\x2d\x58\xd6\x1b\xa2\x9d\x6a\x41\xd6\x16\x75\x4a\xda\x77\x7f\x2c\x61\x5b\x30\x6a\x93\x0d\xa6\x22\xd0\xaf\x48\x3f\x52\x9b\xbc\x83\x6a\xa3\xda\x68\x47\x83\x1e\xb5\x27\x6d\x4f\x87\x67\x7f\xae\x5b\xff\x53\x7b\x9d\x6a\x6b\xa0\x39\x6d\x3b\x5e\xd4\x6e\x7c\xa6\x87\x5b\xeb\x02\x26\xea\xfa\xef\x7f\x2f\xb6\xe9\x3b\x29\x5d\x18\x36\x12\x43\xd3\x99\xec\x52\x53\x55\x16\x8e\x6f\x3d\xaa\x6d\x7a\x9e\x93\xf3\x14\xb2\x0f\xb9\x14\xd4\xb1\xe6\x29\x7a\x3b\x9a\xd6\x30\x90\xff\x35\x2b\x25\x45\x1d\x8f\xa0\x39\xe0\x01\x95\xeb\xe6\xcc\x75\x88\x77\xd5\x41\xde\xa5\xd2\x38\xf5\x34\xf5\x63\x8a\xa1\xd6\xf5\xdd\x29\x49\xa6\x32\xcd\x4c\x56\xbe\x8c\x7a\xca\x7e\x5e\x4f\x64\x96\x0d\x5d\x78\x7b\xea\x2a\x53\x21\xfe\x86\xac\x54\x49\xf5\x3c\x3d\xde\xf9\x9d\x2e\xb9\x2a\xd4\xf3\xf2\x70\xe4\xe8\x5d\x24\xe7\x34\x59\x61\x25\xcb\xd0\x45\x3a\x50\x76\x72\xff\x4b\x72\xe4\xe1\x1e\x1d\x21\x14\x8a\xfc\xbe\xdb\xdb\x77\x4a\x9c\xac\x27\xa3\xa6\xfb\x16\x19\xeb\x25\x27\xaa\x0a\x03\x61\x0c\x5d\x94\xff\x3a\xb4\x0d\x17\xd2\x39\xb4\xed\x44\x7f\xd4\x4b\xaa\x9e\x8a\xc2\x66\xae\xad\x50\x2f\x29\x43\x2b\x44\xf8\x6f\x9a\x1a\xce\x3b\x8b\x6a\x67\x4e\xaa\x5f\xaf\xe1\xa6\x13\x82\x6d\x8f\xea\xd2\xc0\xbc\x90\x01\x2e\x74\xb1\xb5\xcb\x88\x8b\xfa\x5c\xce\x82\x5d\xaf\xcb\x93\x44\xb2\xd8\xb0\x7d\x68\x8f\x7a\xc9\x1d\xaa\x5e\xa8\xf7\x19\x7a\xd2\x2c\xe5\x65\x57\x59\x89\xaa\xa9\x8e\x77\xbd\x5e\x03\x8c\xa1\xb8\xf2\xdf\xa8\xa8\xcf\xb3\xff\xcd\xc8\x25\xbb\x8f\xe5\x6d\x22\xc0\x6a\x36\xce\xf7\x5e\x6f\xb3\x27\xd4\xca\x08\x59\x05\xf0\xeb\xe3\xef\x9e\xc8\xe1\x04\x95\xc7\x22\xcb\xc3\x2c\x1f\x32\x6b\xd4\x37\x6b\xe9\xf4\x9d\x6f\x43\x60\x79\xa5\xc1\xab\x2f\xcc\x1a\x4d\x35\xe8\xea\x2b\x87\xa3\xfa\x22\x7d\x52\x53\xa5\xb8\x8a\xa4\xbf\xfb\x5f\xa8\x8e\x2c\x3e\x59\xcc\xae\x10\xb3\x4b\x16\xaa\x58\xca\xae\xcb\x27\xbf\x1c\x6a\x7b\xdd\xe5\xcb\x2e\xc5\x4d\xa6\x7c\x3b\xea\x64\xb5\xf5\xa6\xe5\x4d\x1f\x85\xc9\x1d\x52\xdd\x82\x66\x27\xcd\x76\x30\xf3\x92\x68\x7f\x3b\xa4\x10\x6d\x07\x84\xe2\xbc\xbd\x82\xbf\x07\xc5\x6d\x48\xc8\x59\xb6\xd7\x63\x0b\x79\x6f\x43\x0b\x19\x59\xdf\x36\x21\x6b\x41\x42\x49\x0b\xac\x88\xab\xb4\xa8\x2d\xc8\x42\xdd\x20\x0b\x46\x1b\x97\x9a\x25\xb5\x06\x49\x2d\xda\xb8\xd4\xa2\x04\xa4\x16\x3f\x0e\x5e\x64\xee\x69\x51\x9a\xe5\x16\xf3\x81\xa6\x3d\xc9\x98\xdd\x04\x93\xd4\x28\x51\x9f\xc9\x24\xd5\x22\x4c\x52\x59\xbe\x6e\x2d\x56\xad\x20\x32\xc4\x4f\x99\x25\x1b\x72\x7d\xec\x7f\xc1\xf4\x64\xca\x6a\xd1\x00\x8b\xa4\x39\xaa\x76\xd8\x92\x6c\x41\x2d\xd1\x16\xb4\x23\x96\x8e\x66\xf7\xcc\x46\xf7\xcc\x7e\xd4\xbf\xf3\x67\x68\xf6\xc2\x6c\xf4\xc2\x1c\x72\x07\x68\x29\x6b\x19\x30\xce\x15\x59\xac\x5b\x32\x4a\x24\x5e\x9a\x55\x3f\xaf\x25\xaf\x3e\xad\xd5\x37\x75\x29\x63\x5d\x4b\x9d\x50\xdb\x82\x63\x4b\xc3\xdf\x41\xe1\x91\x9b\x50\x30\x4b\x4d\xd7\x32\xd4\x74\xb9\x6f\xea\xdf\xb2\xac\x5d\x2d\x93\x79\x2b\x19\x73\xcb\x92\x68\x5a\x46\x75\xa0\xa0\x12\xd3\x2d\x7b\x2e\x99\xe1\x5a\x7d\xeb\x97\x5b\x96\x5a\xa3\x65\x16\x5d\x56\xf1\x88\x96\xc5\x84\x5b\xfe\x18\x41\xa9\xea\xb2\x48\xbd\xd7\x4a\x62\x68\xf5\xbe\xdd\xb7\xe2\x8d\x2f\xd8\xf8\xa8\x7c\xe6\xad\x34\x7f\xc7\xc8\x53\xd9\x91\x5a\x11\xbf\x6c\xe5\x9b\x66\x69\xc2\xc1\xa2\x9b\x44\x2b\xb8\x2a\xe5\x1d\x2c\x76\xb4\xe2\x93\x52\xe0\x1d\xd2\x65\x7e\x6a\xe5\x71\xdb\xbb\xda\xf4\xdd\x74\x9f\x1f\x6f\x2b\xba\xa7\x37\x4b\xa3\x0d\xd2\x68\x69\x3b\xdd\x14\x03\x24\xf7\xbf\x95\x45\xb9\x8a\xda\x2e\xb7\x31\xbc\x5c\x58\x5d\xe5\x3c\xf0\xdd\x8a\xbf\x2e\xf7\x8d\xb4\x55\x79\x85\xb6\xca\xaa\x37\xca\x3e\xdd\xaa\xfc\x42\xbf\xcb\x21\x3e\xd3\x4c\xa4\x78\x6e\xb5\xa2\xc7\x6d\x5d\x6f\xf6\x32\x6a\xb5\x9e\x68\xda\x27\xb6\xca\x07\xa7\x55\x16\xe7\x54\xa2\xe5\x56\x87\x27\x32\xf0\xd9\x36\x6d\xb4\x2a\x36\xda\x2a\xd8\x68\x54\x5e\xe3\x56\x65\x2b\x6e\x4c\x5d\x90\x7b\x55\x97\xa7\xe7\x0f\x4a\x6c\x37\xbb\x56\x2f\xcf\xf2\xe2\x70\x9b\xfa\x35\xe9\x95\x5a\x43\x74\x49\x34\x5d\x69\x72\xd7\x6c\x90\x8f\xcb\x0e\x34\x39\x9a\xf5\xd1\x0d\xfa\xe8\x22\x81\xb2\xb5\x2c\xc4\x6b\x48\x21\x58\x55\x61\xbf\x35\x29\x27\x5a\x83\x72\x22\x2a\x4b\x6c\x6b\x52\x9a\xb5\x86\x90\xed\x2c\xe7\xed\x66\x5d\x75\x6b\x0d\x65\x47\x0f\xed\x77\x33\x9c\x1b\x7c\x9d\x86\x2e\xf0\xcd\x02\x7a\x83\x80\x5e\xba\x58\x42\x7b\x84\x79\x0d\x91\x08\x5d\x65\x98\x5b\x8f\x5a\x42\x47\x20\x7d\xde\x49\x5d\x8e\xd6\xe5\x5f\xd8\x3a\xab\xde\xaa\xa4\x50\xeb\xaf\xdb\x18\x17\x22\xff\xf9\xd6\xe5\xad\xdf\x3a\xa3\x41\x65\x96\x6a\x43\x26\xab\x86\x64\xb1\x61\xc8\x27\xa4\x0d\x5d\xae\xda\xe0\xe5\x6a\x6c\x95\x5a\x1b\x97\xfa\x1c\xd8\xd7\xb1\x99\x76\x1b\x72\x17\x6f\x83\x11\x9c\xf2\x6a\x69\xa7\x69\xfb\xf9\xd1\xf6\x22\xef\x8d\x76\xea\x9a\xda\xa0\x63\x8e\x31\x6c\xc5\x7f\x3b\x7d\x0c\x90\xe9\xb0\xc8\x79\xa3\x9d\xb2\x9f\x37\xd4\x7a\x0f\x59\x15\xcf\xdb\x29\x95\x6d\x3b\x1f\x4c\x52\x08\x76\xbe\xee\xf1\x45\x8f\x5b\xed\xdf\x2e\xcf\xf1\xe2\x1c\xab\x9a\xe4\x61\xd2\xae\xc8\x9d\xdb\xfa\xf4\x76\x99\xf3\x5e\xc8\xd5\x19\x75\x5b\x6b\x97\x6e\x33\xed\xfa\x6e\x33\x45\x25\xf8\xda\x25\x33\x64\xbb\x58\xbc\x5e\x81\x1e\xed\xd2\x65\xba\x5d\xac\x4a\x2e\xb3\x74\xbb\xbc\xa9\x17\xeb\x8f\xcb\xf4\xdc\x6e\x13\x9b\x9b\xc4\x26\x68\xbc\x5b\xee\x48\x8d\xa5\xf8\x86\x14\x52\xed\xf6\x86\xaf\x1a\x78\xba\x58\xb5\x5b\xca\x9c\x76\x33\x04\x5f\xe6\xd2\x76\x4b\xdc\x6a\x37\xc4\xad\xac\x92\xc3\xed\x91\x6a\xbc\xad\xaa\x68\xaa\xd2\xdb\x1e\x33\x98\x87\x0c\x46\x45\x1d\xdb\xa3\xab\x76\x7b\x3a\xf7\x55\x6b\x78\x24\x9c\x37\x54\xcf\x89\xf6\x3f\x6c\xcf\xed\x3e\x6f\x54\x52\x52\x81\xd4\xf6\xc8\x48\xd4\x1e\x18\x89\x86\xb4\x24\xed\x2d\x82\xd9\x5b\xce\x7f\xfe\xd4\x1d\x96\x7e\xb4\xd7\x3c\x0b\xd5\x43\x42\x97\x9b\x7d\x7b\xe5\x94\xd3\x10\xe3\x5b\x77\x00\xe5\xd1\x50\x28\x64\xff\x9b\xbf\x26\x01\xf3\x95\xf3\x5c\x7b\xe1\x3c\xa7\x92\xc0\xed\xd5\xa5\xb1\xc1\x49\x25\x46\xd9\x89\x1b\x9c\x4e\xf6\xbf\x2f\x3e\x53\x93\xee\xa8\x6d\x7e\x77\xd4\x1a\xb4\x03\xd3\x3b\xce\xbc\xee\xd9\x54\x71\x9a\xf2\xcd\x8f\xba\x54\x23\xd8\x94\xf2\xa1\xcd\x95\xf4\xa3\xbb\xad\xbb\x0d\xab\x16\xee\xd9\xd7\xa5\xd1\xd7\xa5\xab\xc0\x57\x9b\xcd\xa3\xb1\x70\x8b\x2a\x7d\xb7\x79\x6b\x6f\x90\x4e\xbb\x06\x91\x52\xeb\x9c\x1b\x75\xce\xe5\xd0\x76\xcf\xe9\xe1\x58\x71\x41\x7a\xbd\x6e\x5f\xc9\x0e\x5f\xc9\xaa\xaa\xe1\xfd\x90\x8b\x59\x47\x90\x47\x8c\x72\x01\xec\x87\x8c\xcb\xfd\x80\xef\x53\x51\x4e\xf9\x1e\xea\x9e\x65\x0f\xf5\x9b\xa5\x9c\x7c\x7a\x90\x70\xd6\x03\xad\x39\xca\x02\xdf\xc3\xf3\xa8\x0d\xd1\x57\x43\x49\x44\x7b\x90\xf8\xd2\xc3\x47\xc4\x6b\x1c\xc7\x5f\x49\xbb\xdd\x3e\x8e\x3d\xc0\x0e\x14\x65\x7e\xed\xf6\x71\xec\x61\x22\x14\x6d\xb3\xf9\x6e\xcf\x8e\x0e\xcf\x8e\x2a\x37\xac\x1e\x75\x43\xed\x11\xca\xf1\x21\xf1\xac\x3b\x6a\xa1\x23\x6a\xa1\xca\xec\xcc\x5c\x07\xfb\xdf\xfe\x35\x6d\x5d\x6e\xb7\x1b\xe3\x47\x2a\x31\xc7\xa1\xcf\x86\x7b\x1c\x20\x7d\x4a\x54\xde\xe3\xe9\x99\x30\x8f\xa6\xca\x5c\xf6\x78\x7a\x38\xca\x1b\xb2\xfc\xf5\x24\x72\xd3\x19\xf5\xd5\x75\xd3\xec\x76\xdd\xe8\x70\xdd\x88\x51\x4a\x97\x9e\x82\xbf\x0b\x58\xc2\x96\x0e\x3a\xe2\xc0\xf6\xbf\x93\x9f\xa9\x4b\x49\x1c\x3d\xb1\xf2\xa9\x97\x9e\xe4\x58\xdb\x13\x62\x14\x7b\xde\x37\x80\x9e\x24\xcf\xf6\x04\x79\xb6\x48\x1a\xe9\x59\x6e\x58\x3d\x33\x87\x46\xd1\x34\xb3\xa8\x54\xcf\xc8\x5a\xd6\x8b\xe6\x92\x4f\xb7\xa1\x5c\x5b\x94\xf6\xa4\x67\xa9\x2c\x7a\x46\xda\xcc\x28\x33\x57\xcf\x32\x35\x74\x86\x0b\xf4\x9d\xaa\xf0\xe8\x45\xe1\x5d\xbd\x1c\x89\xdf\xed\x79\x16\x83\xac\x00\x64\x4a\x99\xdf\x8b\x7c\x0d\xbe\xbe\xd0\x65\x52\x97\x22\x39\xbd\xe0\xb2\x15\x95\x70\xb9\x17\xf1\xf9\x5e\x98\x24\xa8\x6c\x31\xbf\x97\x4b\xa0\xc6\x6d\x20\x46\xc5\x41\xf5\x22\x83\x55\x2f\x4c\xe0\xb4\x93\x18\x1e\xbd\xea\xaa\xd9\x2b\xae\x9a\x4d\x65\xb4\x7a\x95\x9d\xa8\xc3\x6d\x24\x46\x65\x9c\xef\x55\xc6\xa0\x5e\x0b\x0a\x86\x66\x7f\x27\x49\xac\x57\x4a\x62\xb2\x0a\x74\xeb\x88\x3b\xe4\xf0\xaa\x40\xa3\x5e\xe5\x8b\xd9\xeb\x60\x2e\x98\x2d\x3e\x74\x0b\xd1\x9d\x42\x74\x39\x36\xb9\xed\xd5\x3b\x5b\xbf\x9d\xad\xd9\x4d\x97\x57\x77\x41\x44\x90\x6f\x6e\x6f\xd2\xee\xf7\xc6\x5a\xc1\xf2\x89\xe8\x4d\xb1\x4b\xbd\x31\xb5\x8d\x14\x05\xbd\xc9\x9e\xd5\x1b\x8b\x1f\x2a\x82\xb0\xb7\xa1\x69\x36\x64\x85\x1b\x3b\x3f\xe0\xd1\xdb\xe9\xf1\xe0\xed\x52\x0c\xe9\x26\x6f\x97\xde\x90\x69\xa0\xd7\xa8\x3e\x65\xc8\xeb\x6d\xc2\x7b\x5e\x9b\xd7\xa5\xa7\xea\x3d\x73\x13\x44\x06\xba\xc9\x47\x47\x6e\xcb\xd1\x74\xd4\xbb\x91\xa5\xb3\x7c\x83\x6a\xb8\xf4\x2e\xe9\xa1\xf7\xfb\xe3\xcb\x65\x4b\xca\xbd\xcb\x32\xd3\x3b\x12\x6e\x45\x45\x27\xf5\x6e\x1c\xeb\x1f\x8e\x55\x39\xd2\x76\x2b\xb2\x3b\x15\xd9\x45\x85\x4c\xfa\x90\x3b\x52\x67\xe8\xf4\x50\x76\xec\x3e\x74\xcf\xec\x23\x10\xd0\x42\xe9\x61\xe6\xc5\x08\xeb\xa2\xcb\x77\x1f\x72\x44\xef\x23\x7e\xa4\xb8\x6a\x71\x43\x92\x45\x1f\xb0\x42\x44\x59\xd6\xfb\x30\xd1\x19\x1f\xd1\xa9\x4a\xb0\xdc\x87\x54\xf8\x1d\x49\x9a\x6a\x15\x79\x38\x7d\x7e\xce\x03\x18\x26\x9b\x75\x3f\x65\xcf\xee\xc8\xf5\xff\xb5\xed\x2e\x4f\x45\xb3\xf4\xb3\xe1\xc2\x55\xa2\xdb\x4e\xb7\x81\x12\x97\x2d\xeb\xf7\xf3\x14\x50\xce\xf3\x63\xb1\xca\x28\xdd\x4f\xa9\xe7\x3a\x14\xda\x31\x16\xad\xe0\x92\xfb\x56\xbf\x90\x10\xa1\x48\x12\xeb\x97\x34\x0b\xfd\xfa\x84\xb2\xda\x74\x0e\x2e\x13\xe9\x8b\x44\xba\x8a\x1b\x5e\xba\x2a\xf7\xeb\xc3\xb5\xba\xb3\xfb\x1c\xfd\x96\x70\xd4\x91\x11\x2d\xc6\x22\x22\x76\xcb\x49\xa1\xa3\xfe\xf2\xd7\xb6\xbb\xbc\x25\x4a\xf6\xbb\x13\x28\xdb\xe0\xd6\x6f\x59\x59\xfb\xdd\x51\xaf\x67\xdf\x1f\xfa\x7d\x69\x01\xf7\x85\x05\x48\xec\xb8\xcd\xe8\x6f\x30\x7a\xd9\x5e\xfa\xe3\x9d\x7b\x0e\x44\x98\x6c\x69\xb7\x3f\xaf\xbe\x42\x4d\xc5\xda\xb6\x48\xd8\x1f\x99\x03\xfa\xc3\xd2\xcb\xb2\x92\x74\xbb\x70\xf7\x97\xb8\x20\x43\x70\x7f\xa5\xb0\xec\xef\x27\xe8\xd7\x2e\xc4\x7b\x15\x54\xdd\x51\x42\xb0\xee\x1c\x10\x47\x7f\x15\xbf\xd3\x5f\xa6\x00\xf4\xde\xbc\xba\xe9\xf7\x37\x75\x8e\xb6\x8f\x8e\x1d\xbf\x3b\x1d\xbf\x47\x17\xc6\xbe\xc5\xc3\xb1\x72\xb7\x7c\x14\xfa\x2b\xab\x66\x7f\x59\xfa\xb5\xea\x58\xbd\x26\x0c\x48\x17\x13\xe3\x4e\x1f\x7b\xf4\x29\x63\x47\x47\xd1\xad\x18\xe5\xe2\xd3\xa7\xd4\x3e\x1d\xe1\x48\x5f\xdb\x5e\xba\x85\xef\x0e\xe1\x3b\x46\x85\xc3\xf4\xe9\x79\xce\x35\xcf\xad\x66\xea\xb3\xfa\xbb\x0f\xc1\x6a\x17\x9e\xcc\xd3\xc3\x9d\xdc\x20\xd1\xbd\x79\x09\xf7\x26\x12\x4c\x94\x9d\x62\xf1\xe8\x53\x37\xc6\x8e\x1c\xbc\xd5\x85\x1a\x0f\x45\x55\x8c\x23\x42\x74\x90\x69\x79\x38\xaa\x68\x1c\x89\x50\x51\xd1\x9f\x43\x2a\xe5\x01\x8f\xf1\x3a\x54\x2d\xef\x90\xdf\xea\x60\x92\x82\xa6\x3b\xce\x38\x1e\x0f\xf7\x80\xaa\xd7\x1e\xfe\x4a\xe6\x1d\x87\xb4\x76\x03\x99\x07\x42\x77\xe1\x6f\xe4\x90\xdc\xff\xc2\x90\x25\xd5\xdc\xb0\x86\x7e\x40\x43\x1f\xba\xec\x74\x23\xe8\xa2\x36\x02\xf2\xc2\x44\x19\x58\x46\x90\x51\x63\x40\x93\x1f\x8a\xc2\xe0\x86\xfd\x37\x06\xfc\x37\xaa\x14\x05\x23\xdc\xee\xf2\x66\x8e\x2a\x95\x20\xb5\xd7\xf5\x80\xd7\xf5\x37\xdc\xae\x57\x14\x64\x2e\x1d\x48\x6f\xd9\x85\x49\x23\xc8\xfc\x3f\x02\xcc\xff\xb1\x09\xd8\xe1\xf5\x2c\xbf\xcb\x52\x77\x85\xc0\xa0\x3b\xef\x08\x1f\x9f\xad\x43\xf5\x94\xa2\x4e\xf3\x88\x3c\xcd\xaa\x74\x30\xa2\xdc\x64\x06\x2e\x05\x5f\x5b\x57\x5b\x75\x1b\x61\xf9\xf3\xdd\xed\x36\xc8\x1c\x4d\x35\xc2\x62\xf4\x78\xa8\xde\x16\x65\x05\x1f\x51\x9a\x95\x11\x51\x37\x3c\x36\x95\xe5\x8a\xb2\xff\x8f\x98\xd6\x77\x1b\x98\x0e\xa1\x1a\xb1\x70\x3c\xd5\xbe\xb3\xe1\x62\x20\x8b\xe2\xd7\xa6\x35\xe8\xca\x32\x70\x65\xf9\xc4\x3d\x35\xb9\xcb\xc6\x84\x63\x2a\x42\xe9\x08\xaa\x11\x4f\x82\x4c\xf5\xc7\xa2\x34\x51\x23\x42\x13\x35\x86\xea\xa7\x45\xb1\xde\x11\xa9\xbf\x56\x31\x98\x11\x6f\x7f\x07\x77\x90\xe2\xc2\xaf\xf1\xf1\x5c\x1e\x2e\x4f\xb5\xad\x92\x44\xb8\x91\x98\xe3\x58\x97\xf7\x91\x74\xed\x1a\x89\xd7\x2e\xc9\x46\xc3\x09\x22\x06\x22\x9f\xdb\xa1\xf2\x76\xe9\x72\x97\x17\x21\xad\xd3\x65\x47\xf4\x01\x47\xf4\xaf\x6d\x83\x25\xc9\xea\x3e\x10\x39\xd4\x0e\x6d\x7a\x96\x88\x3d\x32\x43\x2b\x86\x36\xc1\x99\x1e\x46\x5e\x88\xa4\x32\x68\x45\xba\xd5\x51\x3a\x77\x41\x85\xdb\x8a\x1c\x15\x46\x41\xed\x29\xdd\x0d\x47\x91\xfa\x64\x14\xaa\x4f\xa4\x1e\x1e\x45\x51\x9f\xa3\x20\xb7\xf5\x18\xda\xbc\x2a\x85\xf3\xa8\xc4\x4d\x99\x97\x47\x35\x6e\xd6\x38\xbf\xe1\x54\xf9\xab\x9a\x38\xd6\xc4\x73\xae\xc2\xe1\x56\xf9\x8f\xa5\xf2\xef\x2a\x32\x56\xa5\x8d\x1e\x95\xda\x68\x99\x9e\x47\x95\xb5\x66\x20\x4b\x57\x0b\x22\x1d\xd6\xa6\x8f\x7a\x0d\x94\xc0\xd8\x5f\x35\x31\xd2\xd1\x22\x17\x27\x6c\xb0\x9f\xf6\x80\x9f\x76\x93\x8b\xc9\x68\x3e\x07\xad\x81\xc7\x8a\x8f\x8e\x26\xff\xe7\xd1\x06\x6a\x88\x88\x9c\x36\xcf\xb1\x31\x67\xec\xd0\x8e\xb7\x2b\xb9\x0d\xd5\x54\x54\x67\xae\x89\x3d\x8d\x46\xf6\x24\xfd\xe9\x68\xc6\xaf\x46\xfc\xea\x2a\xf3\xdc\xa6\x67\x39\x39\x4b\x55\xbf\xeb\xf2\xdc\x18\xcc\x1f\xd5\x65\xe6\x1e\x5d\xd7\xf3\xd1\x61\x10\xd0\xed\x61\xf4\xe2\xcf\x58\x8b\x2d\x0a\xd5\x7b\x75\x1b\x12\xd5\x8c\xa1\x12\x73\x76\xa0\x19\x70\xa0\x69\x41\x45\xd4\xbb\x09\x40\x67\x42\x68\xc5\xfc\x0d\x5f\x11\x06\xaf\x08\x5d\x7e\x72\x63\xf8\x18\x0c\x1e\x03\x19\x4a\xc7\x90\xa9\x70\x0c\x9a\x9b\xcc\x64\x86\xc4\xaa\x31\x50\x01\x26\x8a\x21\x0c\x03\x65\x24\x16\x20\x17\x4b\x1b\xc9\x5d\xa6\xd5\x65\x57\x9b\xbb\x4c\xec\x72\xaf\x60\x48\x2d\x31\x06\xca\x45\xba\xde\xfc\xd0\xa5\x70\x8c\xef\x68\x2a\x9b\xdd\x31\x86\xf9\xe7\x38\xd1\xa1\x8a\x18\xdb\x84\x30\x60\x42\xf8\xe6\xa8\x79\xbc\x9e\x23\x0a\x81\xc4\xa1\x12\xcf\xc3\xcc\x0e\x1e\x3d\x2d\x0a\x9b\xc7\xf4\x1c\x27\xe6\xa8\x32\xb2\x43\xba\xf4\x31\xa8\x4b\x57\x31\xbe\x31\xa6\x7b\x9c\xac\xbe\xaf\x02\xe2\xa7\x0c\x32\xe3\x8c\x2c\x34\x2b\x66\x87\x52\x57\xfb\x5f\x5c\x63\x4c\xf1\x4f\xa3\xfa\x49\x54\x97\x66\x68\x9c\x97\xfb\xbc\x98\x9b\x4a\x35\x5e\x7d\xc7\x19\x27\x8a\xf7\x2a\x58\x66\x9c\xb2\x1b\x8d\xf3\x99\x68\xd2\x4c\x94\xdf\x60\x20\xed\x73\x53\xdc\xc7\x38\xa7\x9b\x50\xdb\x3c\xba\xf8\xeb\x65\x09\xe0\xa2\x04\x20\x27\x83\x71\x99\x70\x5f\xc7\x9a\xa4\xbe\xb3\xa4\x75\x45\x0c\xa7\xea\xe7\x97\x0c\x4a\xe3\xfa\x44\xc9\x16\x55\x4c\xdf\xd6\x93\x01\xeb\x49\x53\x2e\x98\x71\x99\x8e\x5e\x89\xa9\xe8\xc4\xfe\x2f\xd3\xd1\x8b\x74\x54\x66\x9c\x71\xf9\x80\x5f\xdf\x01\x6f\x49\xa5\xc4\x2f\x93\xd8\x8b\x24\x56\x26\x9e\x71\xc9\xff\x7c\x5c\xf0\x3f\x1f\x87\x36\xee\xaa\xee\xb2\x12\x19\x24\x1a\x5c\xcd\x7d\x36\x26\x83\x54\xc5\xd2\x6b\xb8\xed\x3b\x0f\xaa\x54\xf3\xfd\x16\xcd\x80\xef\x52\x4b\x21\xff\xbb\xb8\x5b\xdb\xff\x54\xda\xbd\xcc\xb1\x2e\xe4\x29\x70\x31\xe9\x5b\xfa\x81\x71\xaf\x34\x94\xc2\xf5\x3b\x0b\x62\x77\x66\x9b\x88\xfa\x6d\x91\xfd\x2e\x4c\x3d\x29\x7c\xbe\xab\xbf\xab\x4c\x8f\x29\x42\x74\x1b\x2c\x77\x65\x62\x4c\x11\xa2\x47\x9a\xc0\xf1\xb0\x76\x87\x7c\x45\xc7\x63\x22\xf5\xb0\x8c\x47\x94\x20\xf9\x78\xd7\x1f\x5e\x2d\x86\xb8\xe7\x53\xdc\x56\xd8\x36\xd4\x67\x71\x9f\x05\xbb\x2e\xd1\xe0\xf1\x0e\x3d\x6b\x87\xba\x0a\xf5\x4b\x0d\x30\x9e\xc1\x93\xb0\x6f\xbd\xe3\x31\x09\x7b\x56\x7d\x76\x1d\xc9\x47\xce\x4b\xe3\x59\xf5\xb3\x5d\xaa\x5d\x79\xac\xc6\x0b\xbf\xd5\x74\xb8\x76\xb6\x69\xf7\x1b\x90\x17\x45\x54\xc5\xd7\xd0\xf1\x76\x66\xe0\x77\xc9\x6c\x29\x10\x07\x92\x69\xb4\xfc\x53\xab\xfe\x75\x13\x4b\xb6\x0a\x6f\xdf\xdb\x6d\x0f\x6b\x6c\xef\x05\xbc\xf2\x08\x1f\xf0\xa8\x8a\xe9\x70\x29\x79\x29\xdf\xc6\x3b\x51\x47\x56\x14\xe0\x9d\x9e\xc8\x44\x99\x6f\xd7\xda\x95\x9a\x7d\xcc\x03\xe5\xb8\x5d\x6c\x56\xca\xa9\x81\x70\x87\x78\xfc\x14\xa2\x55\xe0\xe8\x40\x7e\xdb\x6f\x22\xae\x49\xac\x0d\x9f\x88\xbf\x4b\x2e\xc7\x6d\x33\xd5\x98\x15\x85\xa1\x25\x1a\x4c\x25\x5a\x1a\xb3\xb2\x0e\xae\x4b\xd4\x7a\xb4\xc1\xd1\x5c\x4e\xd8\x02\xf9\xbc\x99\x70\x55\x15\xe6\x6c\x67\x5f\xd9\x24\x4b\x76\xf1\x53\xe1\xd0\x1c\x83\x45\x4c\x5d\x9f\x73\x9f\xc8\x89\x0a\x3f\xbd\xb8\xe4\xa1\x60\x32\xa1\x32\xeb\xf5\xa7\xfa\xdf\xa5\xa6\xb2\x0a\x23\xee\xb6\x4b\x96\x9a\x79\x31\xb9\x42\x54\x4b\x72\x0b\x12\x7f\xa9\x12\xe2\x2b\x4f\xea\x09\x8c\x6c\xf2\xc2\x9b\xaf\xce\xe9\x7c\x71\x4e\xeb\xce\x9f\x7f\xcc\x37\xf9\x33\x64\xb0\xe8\x2a\x5c\xf7\xea\xfe\x35\x11\xef\x63\x77\xc7\x69\x15\xcd\x84\x8a\xa6\x0d\xd5\x68\x7b\x45\xb6\xe7\xfb\x91\xed\x36\xb6\x04\x32\x5f\xf9\xaf\xcd\xf7\x93\x40\xda\x08\xfe\xea\x71\xd3\x8b\xaf\x3c\xd6\x54\x53\x3e\xd0\xa4\x85\x65\x4f\xfe\xc3\x9d\xe6\xba\xba\x6f\xf6\xe4\x11\x87\x18\xab\x6a\x22\xbe\xd9\xb3\xcf\x9c\xbd\xcb\xf1\x69\x33\x51\x96\xbd\xaa\xe6\xe1\xd4\x89\x9f\x93\xa5\x08\x5d\x77\xef\x74\x0b\x2c\x64\xaa\x5f\x27\xe1\x7c\xce\x05\x8b\xdd\xe2\x99\xa3\xe4\x75\x77\x25\x42\xe1\xfc\x84\x69\x36\xd8\x1f\x62\xce\xea\xaf\x3e\xde\xe2\x02\x9e\xf3\xf5\xec\x5e\x88\xa7\xaa\x8a\xb7\xe7\x1d\x66\x60\x66\x93\xe3\xd8\xf5\xef\x42\x72\x1b\xdc\x41\x8f\xbd\x59\x61\x86\xe2\x36\x64\x33\x3a\x6a\x52\x5b\x73\x1b\x92\x94\x84\x3d\x5e\x8c\xd7\x66\x34\x31\x5e\x64\x34\x5b\x6f\x14\xeb\xdc\x44\xe7\xfb\xb7\xd1\x5e\xb3\x33\x76\x97\xed\x4c\xf0\xfd\x3b\x98\xdd\x5c\x79\xc7\xb7\xb3\xc4\xf7\x2f\x13\x68\xa7\xff\x0f\x27\xfd\x7e\xfc\xd7\xf3\x3f\xff\xb7\xff\xe3\xff\x3c\xff\xf3\xff\x3a\xff\xeb\xfb\xe7\xfe\x1f\xff\xfa\xd7\xfb\x1f\xff\xfd\xf9\x2f\xf7\x7f\xff\xf3\xbf\x7f\x4f\xff\x3c\xef\xfc\x2f\xff\xf1\xfe\xeb\xfd\x7f\xfe\xdb\xff\xf8\xd7\xfd\xfe\xf9\xcf\xff\xf6\x9f\xdf\x57\xf8\xfb\x7f\x03\x00\x00\xff\xff\x82\x78\xbd\xa1\xf5\xb5\x03\x00"); +func _acee ()([]byte ,error ){return _c (_dcgb ,"KSC-Johab-V")};func _eefb ()(*asset ,error ){_acbde ,_ccacc :=_aecd ();if _ccacc !=nil {return nil ,_ccacc ;};_affg :=bindataFileInfo {_dae :"Hankaku",_fb :579,_ae :_be .FileMode (436),_g :_a .Unix (1580492279,0)}; +_bfed :=&asset {_dd :_acbde ,_ef :_affg };return _bfed ,nil ;};func _eed ()(*asset ,error ){_fcbb ,_dafd :=_aabcga ();if _dafd !=nil {return nil ,_dafd ;};_ggab :=bindataFileInfo {_dae :"UniGB-UTF16-H",_fb :197731,_ae :_be .FileMode (436),_g :_a .Unix (1580492754,0)}; +_ecdf :=&asset {_dd :_fcbb ,_ef :_ggab };return _ecdf ,nil ;};var _aeeg =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x4c\xd2\x41\x8f\x9b\x30\x10\x05\xe0\xbb\x7f\xc5\x1c\xb7\x87\x2d\x36\xc4\xc4\x48\x51\xa4\x2a\x39\x14\xad\xb6\xad\x4a\xb3\xad\x54\xf5\x40\xf0\x10\x59\x6a\x0c\x32\x70\xc8\xbf\xaf\xfc\x4c\x69\x0f\xd1\x4b\x3e\x33\x8f\x80\x9d\x9d\xea\x73\xed\xdd\x4c\xd9\x97\x30\x74\x0d\xcf\xd4\x3b\x6f\x03\x4f\xc3\x12\x3a\xa6\x2b\xdf\x9c\x17\x42\xe5\x64\x5d\x37\xff\xfd\x89\xe8\xee\xed\x28\x44\x76\xf1\xee\xa5\x79\xbe\x9c\x9a\xfc\xf9\x23\x2d\x13\xaf\x7c\xaa\xcf\xcd\x63\x9a\xf9\x5e\xfb\x7e\xa0\x22\x8d\xdb\x65\x5c\x2b\x88\xb2\xaf\x7c\x73\xd3\x1c\x1e\xf4\xf4\xc1\x0e\x57\x7e\x47\x96\xfb\xe8\x9f\x83\xe5\xe0\xfc\x8d\x9e\x5e\x86\xc0\xad\xda\x16\x9a\x65\x1c\x7f\xf3\x9d\xfd\x4c\x0a\xc6\xde\x22\x45\x76\x7a\x6d\xc7\x4f\xed\x9d\xe9\xff\xbf\xf3\x86\x45\xac\xbd\x71\x98\xdc\xe0\x49\xc9\xf7\x52\x96\xff\xfc\xdb\x63\xe4\xb5\x4c\x64\x3f\x2e\xf5\x99\x7e\x2a\x52\x92\x72\xbd\x93\xfb\x5f\xab\x7f\x7f\x1d\xec\x76\x95\x32\xe9\x09\x3a\x67\x43\xeb\x6f\x2c\x0e\xb9\x54\xc5\x91\x62\xec\x8e\x64\xa4\xae\x40\x65\xa2\x32\x52\xa9\x22\xe5\x1a\x14\xc3\x48\x6d\xc4\xa1\x90\x52\x1d\x29\x46\x0e\x2a\x41\x06\xa4\x14\x06\x75\x24\xd4\xa7\x30\x72\x9f\x68\x97\x08\x5d\x65\x21\x0e\x7d\x8f\xae\x14\x46\xee\x4b\x90\x49\x54\x81\xf6\xa0\x2e\x51\x07\xaa\x40\x9c\x88\x23\x19\x19\x49\xb5\x20\xd5\x83\x54\xa4\xe2\x0a\x8a\x61\xa4\x41\x57\x61\x13\x59\x90\x01\xf5\x89\xd2\x20\xea\x75\x1a\xd4\xb8\xaa\x42\xbd\x4e\x77\xd4\xb8\x63\x99\x47\xe2\x02\xc4\x78\xc6\xaa\x88\x5b\xbb\xbd\xe1\xf8\x3d\x1e\xaa\x6d\x93\xbb\x25\x04\xf6\x33\x8e\x14\xb6\x31\x6e\x8d\xf3\xbc\x9d\xda\x71\x18\xe3\x14\x3e\x7f\x02\x00\x00\xff\xff\x23\x3f\xe6\x8f\xe1\x02\x00\x00"); +var _cfc =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x44\x92\x4f\x6f\xd4\x30\x10\xc5\xef\xf9\x14\x73\x2c\x87\x12\x3b\x26\x75\x56\xaa\x2a\xd1\x5d\x54\x22\x54\x40\x2c\x2d\x48\x88\x83\xff\x8c\x57\x96\x88\x13\x39\xc9\x61\xbf\x3d\xf2\x4c\x08\x87\xd5\xdb\xfd\x79\xde\xf8\x79\x67\xea\x63\x7f\xea\x53\x5c\xa0\xfe\x9a\x47\x77\xc6\x05\x42\x4c\x3e\xe3\x3c\xae\xd9\x21\x58\xbc\xc4\x54\x55\xb2\x01\x1f\xdd\xf2\xef\x27\x89\x1b\xcc\x54\x55\xf5\xd3\xe3\xa7\xdb\x0f\x2f\xc7\xdb\x8f\xb0\xce\xb8\xb1\x63\x7f\x3a\x5f\xe7\x05\x87\x3e\x85\x11\x14\x7b\xfd\x3a\x6d\x7e\x80\xfa\x1b\x5e\xe2\xbc\xe4\x2b\xdc\xbc\xf7\xa3\xc5\x37\xe0\x31\x14\xfe\x25\x7b\xcc\x31\x5d\xe0\xe6\xe9\x51\xee\xf4\xbc\x4e\xd3\x1f\x1c\x30\x2d\xd0\x10\xc3\xe4\x49\xab\xfa\xf8\x6c\xa6\xcf\x66\x40\xd8\x83\xbc\xd2\x09\x1d\xbc\x62\x9e\xe3\x98\x40\x36\x6f\x85\x68\xff\xf3\xef\xd7\x09\x41\x6e\x1d\x7e\xbe\xf4\x27\xf8\x25\x41\x0a\x68\x5a\xa5\xbb\xdf\x1b\xff\xf1\x3c\xfa\xbd\xaa\x11\x9c\xdd\x45\x9f\x4d\xba\x60\x75\x6f\xa4\x69\x1e\x60\x13\x68\x75\x4b\x48\x31\x52\x84\xde\x11\x32\x8c\x4c\x41\x87\x8e\x90\x65\xe4\x1e\x40\x6b\xc1\x55\x9e\x91\xa7\xaa\x43\x41\x96\xdb\xdb\x50\x50\xd7\x14\x14\x90\x50\x11\xad\xc5\x5d\x75\x6f\x94\x91\x05\x91\x40\xab\x3b\x42\x1d\xa3\x03\x19\x05\x21\xc7\xc8\x51\x95\x22\x84\x8c\xb8\x97\x2e\xc8\x52\x54\x65\x2d\x55\x51\x7b\xeb\x19\x79\xaa\xa2\xf6\x25\xd0\x26\xd0\xea\x12\x55\x79\x7a\x10\x89\xd6\x82\x11\x1b\x3d\x19\x25\x85\xf0\x6c\x2c\x02\x77\x82\x50\x60\x63\xa0\x1b\x0f\x74\x63\x60\x63\xe0\x7f\x82\x72\xf1\xb3\x15\x3f\x5b\xca\x32\xfd\x7d\x0e\xe5\x7b\x59\xba\x7d\x0f\xdc\x9a\x33\xa6\x85\x56\x8e\x86\x5d\x06\x18\x13\xee\x2b\x3d\x8d\x53\x71\xd1\xe7\x6f\x00\x00\x00\xff\xff\xbd\xdd\xac\xdd\xfe\x02\x00\x00"); +func _dfbd ()([]byte ,error ){return _c (_acag ,"Adobe-KR-8")};func _gdbcb ()([]byte ,error ){return _c (_fgdb ,"UniAKR-UTF32-H")};func _geda ()(*asset ,error ){_acb ,_dgee :=_abb ();if _dgee !=nil {return nil ,_dgee ;};_feg :=bindataFileInfo {_dae :"Adobe-Japan1-3",_fb :1147,_ae :_be .FileMode (436),_g :_a .Unix (1580491320,0)}; +_gefb :=&asset {_dd :_acb ,_ef :_feg };return _gefb ,nil ;};func _fff ()([]byte ,error ){return _c (_cec ,"90pv-RKSJ-V")};var _afda =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x84\xfd\x4b\xab\x6e\xdb\x95\xa5\x07\xd7\xcf\xaf\xd8\xc5\xef\x2b\xa4\x35\xc7\x1c\x77\x10\x82\x71\x85\xc0\xa4\x6d\x1c\x4e\xdb\x60\x4c\xa2\xd0\xd9\x11\x16\x38\x8e\xc4\x91\xa2\x10\xff\xde\xac\xf6\xb4\x37\x09\x8c\x39\xbb\xb4\xe8\xeb\x9d\x73\x8e\x7b\xef\xbd\xf5\xdb\xf8\xdd\xfa\x87\xfd\x0f\xbf\xfc\xf9\xef\xdf\x7e\xf7\x3f\xfd\xfa\x97\x3f\xfd\xe3\xf7\xbf\x7f\xfb\xe7\x3f\xff\xf2\xf3\xaf\xdf\xff\xf6\x97\x7f\xfb\xf5\x4f\xdf\xbf\xfd\xd3\xf7\x7f\xf9\xf3\x2f\x3f\xfd\x14\xde\x6f\x3f\xff\xf9\x4f\x7f\xff\x90\xfa\xf3\xa7\x7f\xfd\xe3\x5f\x7f\xfa\xe9\xeb\xfd\x7f\xfc\xf7\xbf\xfd\xfd\xfb\xbf\xfe\xc3\x2f\xff\xfc\x97\x6f\x91\xe7\x7e\xfe\xb7\xbf\xfa\xd9\x6f\xdf\x7e\xf7\x3f\x7f\xff\x97\x3f\xff\xed\xef\xbf\xfe\xfb\xb7\xff\xdf\xf8\xf9\x2f\xff\xf4\xfd\xff\xff\xed\xe7\xef\xff\xfc\xf5\xff\xff\xf1\xd7\x9f\xbf\xff\xfa\xe7\x5f\xfe\xc5\xff\xff\xaf\xff\xfd\x5f\x7e\xfd\xfe\xc7\xf0\x5f\xff\xcb\xfa\xc7\xf7\xbf\x3d\xf3\x8f\xff\xf6\xd7\xbf\xfe\xdf\xdf\xff\xf5\xfb\x2f\x7f\xff\xf6\xea\x7f\xdf\x7f\xf9\x59\x7f\x7f\xfa\xdd\xfa\xcf\x7f\xfc\xeb\xff\xf0\xc7\x7f\xfd\xfe\xed\x77\x7a\xfd\x3f\xf1\xfa\x7f\xfa\x7a\xfd\x3f\x3c\xf1\xbf\x7e\xff\xf5\x6f\x7f\xfe\xcb\x2f\xdf\xf2\x7f\xf7\x3c\x59\xff\xd7\xbf\xff\x97\x7f\xff\xeb\xf7\x6f\x9f\xe7\xfe\xf7\xff\xf2\x0f\xfb\xdb\xff\x11\xbe\x85\xe7\xdb\x9b\x63\xcc\xdf\xc2\x1b\xde\xff\xd3\x3f\xfe\x6f\xff\xf9\x2f\x3f\x7f\xff\xf6\x40\x05\x46\xf5\xa7\xbf\xfc\xfc\xfd\x6f\x7f\xfd\xe3\x9f\xbe\xff\xfa\xc7\x5f\xfe\xe5\xfb\x4f\xdf\xbe\xfd\xfe\x79\x9e\xe7\x0f\xdf\x7e\x7f\xef\xbd\x7f\xf8\xea\xe3\xff\xeb\x89\x9f\xc2\xf3\xf0\xea\x3f\xfd\xf3\x9f\xfe\xaf\x3f\xfe\xfa\xd3\x7f\x78\x61\xff\xe1\x8b\x2a\x5f\xd4\xfb\x8c\x0e\x15\x44\x85\x07\xea\xfd\xc3\x57\x0b\x9f\xdf\xe2\xd7\x6f\xe1\x7d\xa1\xd2\x17\xf5\x9e\x0b\xd5\xf4\xe4\xac\x50\x93\xf7\x1a\xd4\xfa\xc3\xb7\xdf\xc7\xe7\x89\x50\x97\x16\x8a\xa8\x4a\x5f\xe2\x82\x52\xeb\xaf\xa9\x46\xeb\x33\x40\x45\x51\x9b\x16\x5a\x12\x75\x4d\x65\xbd\x57\xe8\x75\x6b\xa2\xc2\x81\xea\x7c\x33\x41\x0d\xbe\xe9\x27\xb7\x46\xe4\x9e\xb5\xc3\xf8\xa6\xa8\x1e\xd4\xb3\x93\xa1\xbe\xfa\xf2\x96\xc4\xd8\x7b\x84\xe2\x2b\x9d\x99\x78\x4d\xd1\x97\xe1\xf7\xca\x17\x15\x83\xdf\xab\xfa\xed\x31\x45\x3f\x1f\xc6\xd0\xe9\x67\x61\xb4\x7d\x88\xca\x7e\xd2\xf3\xe9\x27\x97\x66\x30\xba\x9f\x1a\x43\x79\x98\xcf\x7e\xa0\xdc\xba\xe6\x3a\x2f\x9e\x1c\x0f\x14\x2b\x36\x02\x14\xb3\x34\x5e\x28\x5a\x18\x11\x8a\x6f\x0e\x8d\x2f\x0f\x7a\x36\x32\x14\xa3\x1d\x1a\x5f\x9e\xcc\xe0\xa8\x50\xf4\x7a\x34\x28\xf6\xd9\xe8\x50\xac\xed\xd0\xf8\x42\xf7\x93\x57\x3b\x24\xf0\x95\xf9\xb2\x7e\x03\x2a\xb2\x7e\x7c\x65\x32\xd7\xc1\x14\x73\x1d\x19\xed\xf4\x7c\xb2\xeb\x26\xf3\xf9\x30\xf6\x79\x58\x23\x7f\xf3\x42\xb1\xaf\xd7\xcb\x4a\xd3\x97\xc5\x2e\xdf\xa6\x12\x14\xbb\x67\xd1\xde\xc3\xd8\x57\x81\xa2\xd7\xab\xb2\xb3\xfc\xa4\xce\xc3\xbb\x19\xed\xea\xa2\x3c\xbb\x6b\xf0\x1b\xfd\x5c\x13\x8a\x11\xad\x05\x45\x3f\xd7\x86\x72\x3f\x0f\x2d\xf8\xbd\xcb\x6f\x8c\x6f\x3f\xec\x10\xd6\x68\x07\x9e\x64\xa5\x37\xf3\x19\x59\xcd\xcd\x7c\xbe\xac\xfb\xf6\x7c\xfa\x3d\x8f\xcf\xef\x15\xbe\xc9\x88\x76\xe5\xac\xd0\x97\xdd\xd8\x83\xcc\xc4\x66\x6d\x97\xbf\x32\xa0\xfc\xdb\x64\xdd\x19\xfb\x5e\x50\xee\x0b\x7b\xb7\xd0\xc2\x79\xa0\x58\xcd\x13\xa0\x78\xef\x70\xfe\x0a\x73\x7d\x18\x43\xa7\x2f\x87\xfd\xb9\x98\x97\xe3\xfd\xe9\x27\xd9\x83\xde\x67\x87\xbe\x98\x2f\x1d\xfa\xe2\x53\x75\x36\x14\x3d\x3b\x07\xca\x2d\x5c\x5a\xe7\xbd\x4b\x3f\x3d\x4b\x97\x7e\x3e\xcc\xe7\xa5\x9f\x81\x75\xbf\xf0\x89\x2f\x4e\xf4\xfd\x97\x9f\xcd\x81\xff\xbf\x58\xf2\x85\x9d\x79\x5a\x2e\x53\xdd\x99\x88\xdb\xa0\xe8\xe6\xed\x50\x74\xec\xfa\x18\xf9\xbd\x09\xe5\x6e\x2e\x3a\xcd\xc6\xba\x1e\x82\x3a\x16\x24\x02\xe2\x5b\x2f\x54\x10\x15\xfc\x9b\x86\x10\x60\xd0\x5f\xbc\xf1\xdb\xef\x63\x64\xeb\x86\x27\xfd\x07\x11\x10\x9e\xcc\x6f\xa6\x8a\x28\xb6\x75\x78\x18\xc3\xab\x2d\x11\x52\xe4\x88\xf1\xcd\x92\xa1\xb4\x44\x2f\x4f\x66\x0e\xd5\xd7\xe9\x15\xf5\x42\xb1\xb1\x9e\x05\xc5\xc6\x0a\x7e\x92\xc5\x0c\x0d\x8a\xc5\x0c\x09\x8a\xc5\x0c\x7e\x8f\xc5\x7c\x4d\xc1\x14\x5f\x9e\x0c\x30\xc5\x68\x0a\xa6\x88\x00\x7a\x03\x4c\xf1\x09\x50\x30\x45\x8e\xfb\x1b\xd8\x74\x6c\x82\x37\xb0\xe9\x82\x7f\x83\x29\x86\x09\xc5\xf8\x42\x85\x62\x7c\xaf\x9f\x64\x7c\xd1\x14\xe3\x7b\xfd\x1e\xe3\x8b\xa6\x18\x5f\x32\xc5\xf8\x10\x39\x5f\x92\x4e\x94\xfb\xe2\xf1\x31\x2f\xaf\xc7\x47\xeb\xaf\xc7\xc7\x93\x2f\xe3\x83\x99\xbe\x2f\xe3\xe3\x48\xbf\x2f\xe3\x7b\x33\x14\xe3\x8b\xfe\x26\xe3\x43\x18\xbe\xaf\xc7\x67\x8a\xf1\xc1\x50\xbe\x38\xac\xa8\x01\xe5\xf5\xeb\x50\x5e\xbf\x02\xe5\xf5\x73\x7b\x8c\x8f\x43\xf5\xc5\xab\x44\xd1\xcf\x84\x98\xf6\x5c\x27\x89\x8e\xc8\x9e\x7f\xf3\xc3\x8e\x64\x35\x33\xbf\x2d\x5a\x2f\xde\xc9\x8c\xbd\xb0\x5b\x61\x1a\x6f\xb3\x6a\x43\x5f\xa4\x32\xc4\xb8\x4d\x0d\x9e\xa4\x67\x52\x12\x62\x84\xed\xbe\x9d\x6f\xc2\xbc\x5f\x29\x02\x31\x6e\x66\xb0\x73\x3a\x36\xfd\xec\x6e\xcf\x54\x85\x62\x26\xa4\x08\xc4\x88\xb0\x78\x3b\xad\x23\x7c\xdf\x8e\xc2\xf2\xa1\x50\x04\x3e\x2d\x2c\x18\x34\xe3\x93\x22\xf0\x7c\xc6\x20\x45\xe0\x09\x91\x55\x91\x22\xf0\x04\xaf\xbb\x14\x81\x27\x24\xd6\x68\x20\x2c\x38\xb7\xaf\x14\x81\x27\xa0\x78\xbc\x03\xa5\x6b\xd2\xc2\x80\x4b\x6d\x56\x45\x8a\xc0\x13\x0a\xed\x49\x11\x78\x42\xe2\xc9\x43\xcf\x10\xfd\xaf\xd8\xe7\xf3\x20\xfa\xdf\x8b\xa8\x9a\x7c\xe5\xea\x2b\x0f\x9c\xe1\xbd\x7c\xc5\xbb\xe7\x22\x52\x2f\xa3\x15\x1f\x7c\xc2\xcb\x4e\x16\x1f\x7c\x42\xf4\x93\x03\x8a\xd9\x15\x1f\x7c\x82\x77\xab\xf8\xe0\x13\x92\xbf\xc2\x2c\x7d\xed\xdd\xdf\x64\xc9\xef\x45\xda\x5e\x7f\x84\x09\xcc\x6a\x20\x3e\x0c\x61\x5f\x28\x26\xf0\x1e\x28\x26\x10\xb9\x15\xc5\x3e\x9f\xc0\xb1\x8d\x62\x9f\x4f\x48\x5a\xf6\x98\xac\x8b\x9a\xd2\x96\x7f\x6a\x82\x3a\x50\x6a\x21\xf1\xcd\x04\x23\x4a\x3a\xa8\x4f\xca\x50\xe9\xab\x2f\x63\x3d\x7a\x2f\xe5\x57\x14\x8c\x21\xe5\x08\xe5\xdf\xa6\x28\x98\x5b\xca\x4b\x54\xf2\x93\x1b\x6a\x42\x1d\xa8\x0d\x75\x45\x65\xbe\x52\x68\x2f\x37\xa8\x00\xc5\x37\x85\x09\xc6\xaa\x7e\xb2\x42\x69\x4b\xa4\x4a\xcf\x3a\xed\x55\x7a\xd6\x79\xb2\xd2\x97\xc1\x57\x1a\x5f\x41\x9b\x48\xd2\xed\xc7\xe2\x48\xa7\x56\xa0\x68\xbd\xd1\xc2\xf2\x7b\x4d\xd4\xce\x50\x1d\xaa\x42\xd1\xc2\xf1\x57\x18\xd1\xa1\x67\x9d\x11\x1d\xbe\xd2\x69\xfd\x46\x28\x7d\x65\x23\x9c\x92\x0e\xe3\xd8\x9e\x6b\x1d\xc6\xb1\xd1\xbc\x93\x0e\xdc\xd8\x08\x84\xa4\x03\x37\x36\x1b\x39\xe9\xc0\x8d\x8d\xa8\x4a\x3a\x70\x63\x23\x9c\x92\x0e\xdc\xd8\x5e\x31\x1d\xb8\xb1\xd1\x4c\x93\x34\xe8\xb1\xa3\xdf\xa3\x2f\x5e\xbf\xa1\x11\xed\xc4\xf8\xc6\x86\xf2\x7b\xf4\x25\xfb\x9b\xf4\xc5\xeb\x37\xe9\x8b\xd7\x6f\xd2\x17\x50\x47\x9a\xf4\x05\x2d\x2b\x49\xbb\x1e\xbb\xf2\x95\x49\x0b\xde\x91\x8b\x27\x1b\x7d\x59\xf4\xda\x6b\x2b\xbd\x78\x6c\xf4\xc6\x24\xbd\x78\x6c\xf4\xbf\xb4\x98\x41\xaf\xe6\x62\x06\xbd\x9a\x8b\x5e\xc3\x30\xd3\xa2\xd7\x30\xc5\xb4\xe9\xf5\xa1\x85\x4d\xaf\xbd\x9a\xd2\x61\xc7\xbe\x7e\x52\x2d\x1c\xf4\xfe\x24\xed\x73\x1c\x44\x47\x92\xf6\x39\x4e\xf0\x7b\x6a\xe1\x20\xfa\x93\x34\xcc\x71\x22\x7b\x42\x5a\xe4\x38\x89\xbe\x48\x8b\x1c\x27\xf9\x37\xbe\xe2\xd9\x95\xde\x38\x8e\x67\x57\x7a\xe3\x38\x99\x3d\x21\xb5\x6e\x1c\x34\xda\x24\x76\x36\x0e\x2a\x58\xba\x7c\x93\xd9\xcd\xe2\x28\xe3\x30\x9f\xf9\xe1\xbd\xe5\xdf\xe8\x0b\x73\x96\x1f\xda\xdb\x7e\x92\xf6\x4e\x83\x62\x44\x47\x63\xcf\x81\x6f\x9e\x0d\xa5\x39\x3b\x97\xaf\x04\x46\x0b\x77\xcb\x52\x6d\xc6\x61\x06\xb3\xd4\x97\x71\x1f\xbf\xa7\x5e\x5f\x94\xae\x2c\x15\x65\xdc\x68\x6a\x42\xbd\x50\x0b\xca\x2d\x5c\x28\xed\x97\x2c\x05\x62\x5c\xe6\x2c\xbf\x7c\xa5\x76\x28\xbe\xd2\x9e\x1f\xb0\xe4\xfc\xd2\x40\xa3\x01\xe9\x08\xe3\x36\x86\x10\x35\xd8\x8b\xce\x9c\x63\x80\x62\x40\x51\xd3\x79\xa7\x29\xba\xe2\xc9\x8d\x1d\x8a\x29\x8b\xb4\x00\xdc\xcb\x91\x16\x3c\xd5\x49\x53\x76\x3d\x81\xd2\x68\xc7\xf5\x04\xa6\xaf\x29\x9b\xcf\xe3\xdf\x2a\x94\xdf\x6b\xa2\x3c\x81\xa9\x43\xf9\xc9\x25\xea\xf5\x57\xae\xa8\x04\x25\x5d\x66\x3e\x6c\xba\x9c\x03\x14\xdf\x14\x9b\x9f\x4f\x3a\x50\xb4\x9e\x2b\x14\xad\x67\x26\x37\xd3\x7a\x66\x31\x25\x02\xe6\xd3\xe8\x4b\xa6\x75\xcf\x67\xa6\xf5\xc6\x82\x15\x5a\xef\x01\x2a\x41\xd1\x7a\xe5\x37\x0c\x33\xb9\xf2\x1b\xb0\x34\xd7\x0c\xe5\x27\xb7\x28\xcf\x67\x3d\x50\x7e\x92\xf6\x38\xd2\xb9\xf1\x4d\xcc\x2d\x59\x4c\x7f\x06\xcf\x99\x18\xf4\x0c\x9e\x25\x19\x66\x66\x40\x9b\xcf\x62\xd0\x33\x24\x5a\x10\x83\x9e\xc1\x33\x28\x26\x3c\x03\xac\x2e\x0f\xbe\x82\xa8\xca\x83\xaf\x60\x32\xca\xd2\x6c\x66\xa8\xfe\x8d\xd6\x3d\x4b\xd2\x6c\x66\x68\x6c\xf2\x41\x7b\x8d\xfd\x32\x68\xaf\x31\xbb\x62\xbb\xd3\xf8\x2b\x0f\x5a\xf7\x9c\x4d\x5a\x07\x7a\xe6\x49\xeb\xcb\xbf\x69\x35\x03\x5a\x5d\x96\xc1\x63\xda\xe4\xf0\x85\x94\x45\xb1\x2a\x93\xd6\x8f\xdf\xa3\xf5\xeb\xf7\x26\x14\xeb\x3e\x17\x14\xfd\x14\xf3\x9e\x01\x93\xdf\x17\x32\xff\xf6\xfb\x69\x43\x49\x96\x51\x63\xbe\xe0\x93\x2c\xe6\x3d\x5f\x74\xf4\x2c\xe6\x3d\x6d\xda\xca\x32\x6a\x4c\x9b\xd2\xb2\x8c\x1a\xd3\xc6\xba\x2c\xc6\x3e\x5f\xcf\xb5\x18\xfb\x7c\x3d\xd7\x32\x6a\x4c\x9b\xe7\xb2\x98\xf7\x7c\x3d\xd7\x62\xde\xf3\x4b\xe5\x16\x45\x7b\xa8\x05\x59\xe6\x81\xf9\x02\xe5\xf3\xa1\xd7\x68\xbb\xf9\xf0\x15\x54\x86\x2c\xe6\x3d\x5f\xcc\x7a\x59\xe6\x81\xf9\x62\x8a\xc9\x87\x11\x79\xae\x0f\x2d\x78\xae\x0f\x23\xc2\xd8\x93\x0f\xbd\x46\xb7\xcf\x87\x5e\xa3\xdb\xe7\x43\x5f\x30\x12\xe5\x4b\xeb\x66\xbb\x52\x0e\xe7\x97\x8e\xf8\xd3\xef\x9f\x22\x65\x6d\x46\x78\x41\x91\x02\x38\x23\x73\x5d\x84\x67\x67\x44\xf4\x17\xb1\xf2\x19\x99\xb3\x22\x44\x39\x23\x8a\x63\x11\xa2\x9c\xb1\x74\xa8\x02\x35\xa1\x2a\xd4\x81\xd2\xcc\x47\x94\xae\x22\x96\x3c\x63\xe5\x9b\xc2\x7b\x33\x22\x56\xca\x4b\xcf\x10\xd3\xe5\xa5\x67\xcc\x75\x79\x69\x61\xf8\x3d\x5a\xf8\x9a\xdd\xdf\x64\xc9\xe5\xa5\xf1\xe5\xd7\x18\x10\x36\xc5\x22\xd8\x36\x0d\x87\x4a\xa4\x2b\xe8\x63\x25\xd2\x15\x2c\x5b\x25\xd2\x15\x26\xbe\x44\x26\x82\x89\x2f\x91\x89\x38\xfe\x0a\xdd\x44\xf2\x97\x48\x37\x59\x86\x12\xb5\x98\x11\x29\x56\xc4\xd8\x67\x0a\x7e\x6f\x40\xf9\xc9\x09\xe5\x27\xb5\xd0\xe9\xf5\x93\x17\x8a\xbe\x48\xbb\x9e\x89\x2d\x5f\xc4\xf4\x67\xca\xa6\x12\x14\xdf\x84\xe9\x27\x74\xa7\x02\xd3\x4f\x48\xfe\x02\xd3\x4f\x48\xfe\x92\xe8\x0b\xec\xa5\x24\xfa\xd2\xfc\x15\xfa\xd2\x19\xbb\x30\xc1\x4c\xc3\xed\x1d\x28\x3f\x49\x3f\x39\x00\x05\x61\xf1\xa5\xb2\x89\x0a\x50\xcc\x35\xc2\x22\x81\x33\x4a\x66\x0c\x88\xbf\x92\x19\x03\xba\x45\xc9\x19\x8a\x16\x10\x2b\xc9\xeb\x87\x58\x49\xdb\x2d\x30\x06\xaf\x4a\xa6\x9f\x80\xb8\x82\xe8\x48\x78\x06\x4a\xa1\x2f\x37\x40\xd1\x17\xc4\x66\x91\x21\x68\xda\x84\x53\x10\x2b\x36\xc5\x14\xf9\x02\xa6\x4d\x0e\xa5\xaa\xbd\x8c\xfe\x50\xea\x84\xe2\x49\x81\xf7\x99\x3d\x4b\x42\x0f\xd3\x36\xbe\x22\x4d\x7f\xda\x16\x59\x10\x24\xd9\xa3\x15\x24\x9f\x19\x71\x54\x04\xc9\x67\x86\xb5\x16\x04\x49\x09\x7e\x72\x42\xf9\x49\xad\x51\xc1\x34\x52\x04\xbb\x67\x79\xfd\x9e\xd6\xa8\x78\x0c\x08\xa0\x82\x38\x2a\x08\x20\x5b\x3b\x0b\x02\xc8\x36\xc5\x82\x00\x2a\x58\xd5\x0b\x02\xa8\x78\x44\x42\x01\xb3\x20\x6e\x0b\x02\xa8\x6c\xff\x46\x3f\xaf\xdf\xa3\x9f\xd7\xbf\xd1\x4f\xcf\x35\xe2\xa8\xe2\x19\x28\x88\x9c\xea\x5e\x4f\x8d\xbd\x62\x6a\x2a\xb2\xa3\xcf\x8a\x48\x2d\x88\x9c\xea\x31\x20\x72\x6a\xf2\x7b\x1a\x7b\x85\xb1\x17\xd9\xd8\x67\xf5\xf8\x26\xed\x79\x7c\x8b\xf6\x2a\xa7\x43\x78\x61\xd6\x4a\x5f\x10\x39\xd5\xe7\x01\x91\x53\x51\x4a\xca\xe6\x3d\x84\x68\xd9\xbc\xe7\x59\x92\x6e\x3f\x2b\x8a\x47\x91\x6e\x3f\x2b\x86\xca\x82\xe8\xa8\x18\x58\x0a\xa2\xa3\x7a\x96\x10\x1d\xd5\xb3\x74\x34\xa2\x86\xb2\x56\x10\x01\xcd\x5c\x43\xda\xfc\x6c\x18\xf2\x8a\xcc\x18\xb3\x61\x2e\x2b\xb2\xf4\xce\x86\x52\x52\x64\xe9\x9d\xcd\xf3\x29\xe3\xc4\x6c\x60\xeb\x72\x69\xc1\xf3\x79\x69\x01\xf4\x5e\x64\x9c\x98\x0d\xbb\x42\x41\x90\x34\xe6\xb3\x0a\x13\xcc\xc6\x7c\x56\x04\x49\x2b\xf7\x07\x2c\xb9\x0a\x3c\xcc\x56\x03\xaf\x65\xa8\x06\x55\xa0\x16\x94\xa6\xba\xa1\xbd\x54\x59\x5e\x67\x1b\x7e\x92\x21\x4c\x77\x85\x21\x4c\x77\x85\x21\x4c\x3f\xc9\x24\x61\xd9\xaa\x0f\x43\xc0\x5a\x56\x03\x43\x40\xf6\x56\x41\x90\xd9\x60\x28\x35\x30\x81\x6c\xe4\x1a\x18\x1e\x4c\xbf\x22\x0b\x1b\x5a\x4f\x45\x16\xb6\xc3\x88\x02\xfd\x3c\xfe\x26\xfd\xbc\xfe\x26\xd3\x89\xd6\x53\x65\x25\x9d\xed\xfa\x9b\xea\x67\x7f\xdc\x9e\xfa\xd9\x39\xd2\x55\x56\xd2\xd9\x11\x01\x15\xc9\xd8\x93\xa9\x04\xc5\x7b\x02\x32\xb3\x73\x00\x2a\x52\xb3\x27\xfa\x89\xd4\xec\x2c\x6d\x45\x34\xf6\xec\x27\x35\x67\xdd\x4b\x8b\x68\xec\xc8\xf3\xfa\xd2\x17\x2c\xf5\x15\xd1\xd8\xbd\x62\x88\xc6\xee\x15\x43\xfc\xf5\x56\xa1\x34\xbe\xee\x35\x8a\x7c\xd3\x6b\x94\x02\x14\x3d\x4b\x7c\x13\x93\x4a\x4d\x8c\xc1\xab\x82\x90\xe9\x08\xdf\x8a\x20\xe9\x9e\x6b\xc4\x43\x47\xc0\x56\xc4\x43\xf7\xcc\xcb\x48\x34\xc7\xe3\xdf\x34\x86\x81\xfd\xb6\xc2\xe6\x07\xba\x61\x95\xe5\x75\x0e\xcf\x27\x58\x62\x60\x3d\xae\x32\x12\xcd\x81\xe1\xa9\x16\xf5\x65\x20\x52\x6b\xa1\x05\xcf\x60\xd5\xd8\x07\x7a\x4e\xad\xbc\xe7\x59\x42\x20\x0c\xcf\x8b\xcc\x49\x73\xa0\xf5\xd4\xa6\x99\x18\x9e\xa5\x46\xcf\x70\x51\x56\x70\xc6\x98\xb4\xde\x68\x01\xab\x65\x6d\xb4\x80\xb0\xa8\x32\x2e\xcd\x81\x68\xac\x8d\xf6\xae\x5b\x50\x7b\xf3\x71\x0b\x1b\xca\xef\x1d\x28\x7f\xf3\x42\xb1\x2a\x88\xa3\x89\x91\xa8\x82\x6b\xa6\x77\xa4\x1c\xce\x73\xa2\xa2\x54\xd9\x99\xe7\xf4\xfe\x94\x89\x6a\x4e\x8c\x44\x55\x76\xe6\x39\x51\x58\x2a\x78\x68\x22\x36\x2b\x22\x67\x62\x24\xaa\x88\x9c\x89\x91\xa8\x0e\x5a\xc0\xc8\x57\x11\x39\x13\x91\x5a\xc1\x3c\xd3\xeb\x20\xb7\xee\x9c\x18\x89\x2a\xe2\x68\xa2\xe8\x54\xc4\xd1\x44\xb5\xa9\x88\xa3\xd9\xfc\xde\x84\xf2\x6f\xcc\x12\xda\x67\x1d\xcc\xd2\x70\x7b\xcc\x92\x79\x0f\xa2\x6a\xa2\xda\x54\x90\xd3\xf4\xbe\x06\x39\x4d\x54\x9b\x8a\x18\x9b\x88\xf7\x0a\x72\x9a\x5e\xb1\xc9\x2c\x79\xc5\x26\xe3\x33\xef\x01\x55\x4d\x4c\x4d\x15\x11\x37\xbd\x9a\x20\xa7\x85\x07\xaa\x22\xb8\x96\x57\x0c\xc1\xb5\xbc\x62\x32\x4a\xcd\xf5\xd6\x1f\xb1\x64\x20\xcf\xf2\x82\x21\xd3\xd6\xcb\xc4\xcb\xe7\x3a\x17\x1a\x43\x95\xcf\x75\x2e\x2f\x1f\x32\x6d\x79\xc1\x64\xaf\x9a\x0b\x1d\xa8\x22\xd3\x16\xc0\xbe\x02\x79\x96\x27\x1e\xc8\xb3\xda\x81\xd2\xf0\x16\x0e\xc4\x8a\x4c\x5b\x9e\x78\x59\xa1\xe6\xf2\x04\x22\xb7\x6c\x6b\xad\xc8\xad\xb5\x68\xe1\xf2\x1e\xfa\x5f\x45\x52\x2d\x74\xa7\x86\xa4\x5a\x18\x4a\x1a\x02\x68\x5d\xff\xc6\xf8\xae\x7f\x53\x7b\x9b\x98\x87\x86\x90\xd9\xf8\x94\x1b\x42\x66\x23\x7b\x1b\x42\x66\xa3\x81\x35\xb9\xf7\xe6\x7e\x4d\x6d\x28\x7f\x53\x3d\xdb\xb0\x97\x86\x90\xd9\x30\xe8\x86\x90\xb1\x25\xb4\x21\x48\x36\x12\xb5\x01\xaa\x36\x1a\x4a\x43\x90\x6c\xf4\x8e\x86\x40\xd8\x3d\x42\xf1\x4d\x8c\x4b\x0d\x81\xb0\xd1\x49\x1a\x02\xc1\xd6\xce\x86\x40\xd8\x30\x9b\x86\x40\xd8\x08\xca\x86\x40\xd8\x9e\x33\x04\x82\xed\x9b\xed\x65\x7c\x87\x99\x00\x47\xed\xeb\xaf\x30\xbe\xeb\x16\x2e\x14\x5f\x91\xd9\x6b\x1e\x58\x4f\x03\x63\x1d\x5c\x94\x0d\x41\x72\xd0\xf8\x1a\x38\xea\x78\x76\x11\x24\xb6\x84\x36\xb0\xd2\x09\x17\x4a\x7d\x39\xc9\x2d\x6c\x28\xfa\x89\x90\x39\x18\x9e\x1a\x42\xe6\x60\x78\x6a\x20\xa0\xe3\xd9\x05\x01\x1d\xcf\x2e\x08\xe8\x14\x81\xf7\x06\x22\x39\x68\x7c\x0d\x44\x72\x3c\xf3\x98\xa8\x0e\xac\xa0\x21\x64\x0e\x4a\x42\x03\x4b\x1c\x50\x47\x03\x3d\x1c\xc4\x51\x93\x43\x6f\x5e\x7c\x24\x0d\x2c\x71\x11\xda\x0d\x2c\x71\x3d\x22\x0c\x56\x37\x33\x2f\x18\xac\x6e\xf7\x93\x7c\xc5\xeb\x87\x90\xb9\xcb\x4f\x6a\xfd\xee\xf6\x6f\x13\xca\xef\x2d\x28\xfa\x82\xd9\xeb\xa2\xbe\x34\xcc\x5e\xf7\xb8\x67\x5f\xeb\xb7\x1e\x44\x63\x93\xd9\x6b\x3d\xa8\x0c\x4d\xa2\x6a\x3d\xb0\xdd\x26\x51\xb5\x9e\xec\x27\xa3\x28\x14\x88\x26\x71\xb4\x1e\xf7\x5a\xbe\x8e\xf5\x74\xbf\xb7\x44\x61\x36\x69\x12\x47\xeb\x21\x1e\xa9\x09\xc9\xac\xc7\x23\x12\x5a\x59\x0f\x8a\x40\xeb\xf4\xcc\xe3\x13\xd3\x5f\x0f\xa2\xbf\x0d\xda\xf3\x5c\x0f\xbe\x42\xf4\x55\x1b\xb4\x87\xe1\xa9\x89\xb1\xaf\xe0\x1d\x29\xc6\xbe\x02\xc2\xb0\x89\xb1\xaf\x80\xca\xd0\xc4\xd8\x97\x8d\x7c\x4d\x8c\x7d\x05\x14\x88\xb6\xf8\x8d\x98\x95\x26\xb6\xbb\x82\xe7\x4c\x31\x39\xcb\x0e\xbd\x26\xe3\xd2\xb2\x91\xaf\x2d\x5a\xcf\x3f\x32\x5c\xb4\xcd\x27\x31\xbf\xb7\xcd\x27\xd1\x2d\x9a\x58\xf2\x0a\xe8\x16\x4d\x2c\x79\x85\x46\xc7\xe4\x5e\x58\xa1\xfb\xbd\x09\xe5\xf7\xe8\x0a\xd1\x18\x6d\x33\xd8\xce\x26\x38\x0c\x88\x00\x9d\x76\x18\xac\x17\xe5\xd0\x3a\xf2\xae\x1d\x5a\xf7\x16\x3c\xb4\x8e\x4e\xd2\x64\xbd\x5a\x01\x06\xdd\x64\xbd\x5a\x01\x09\xd7\xc4\xe6\x97\x6d\x8a\xed\xd0\x4f\x6f\xcf\xc3\xb4\xf8\xe0\x1c\x16\xe5\xf8\x37\xfa\xe9\x85\x16\xac\x59\x01\xf7\x57\x93\x77\x76\x39\xe0\xa9\xc9\x3b\xbb\x5e\x2f\xa6\x84\xc5\x72\xb0\x50\x93\xb0\x58\x0e\x24\x6a\xf2\xb2\x2e\x47\x94\x74\x59\xc4\xd6\x8b\x86\xd2\x05\x64\xd6\x8b\xf8\xeb\x12\x16\xeb\x25\x76\xa1\x0b\x91\x2c\x5b\x18\xbb\x84\xc5\x7a\x39\xb6\x5d\x02\x61\xbd\xd9\xbf\x2d\x28\xff\x46\x7b\x1c\x8e\x2e\x81\xb0\x5e\x8c\x2f\x5d\x02\x61\xbd\xac\x74\x0f\xf4\x85\x95\xee\x81\xf1\xe1\xd4\xea\x81\xf1\xb5\x00\xc5\xf8\xba\xdf\x63\x7c\x1c\xb1\x1e\xe8\x4b\x67\x44\x81\xbe\x60\xb4\xe9\x42\x16\xeb\x85\x81\xf5\x97\xf1\xa1\xaf\xf4\x97\xf6\x30\xc5\xf4\x97\xf1\xb1\x2a\xfd\xa5\xd7\x98\x4d\xfa\xcb\x57\x30\x9b\x74\xb1\xf9\xf5\xde\x02\xa5\xaf\x44\x56\xa5\x8b\x41\xaf\x88\xde\xd8\xc5\xa0\x97\x2d\x8c\x5d\x06\xab\x15\x13\x33\x21\x2f\xc5\x8a\xc5\xbf\x69\xae\xa3\xe7\x45\xec\x7a\xc5\xfa\x42\xf1\x4d\x58\x72\x4f\x7c\x13\xe5\xa2\xcb\xf0\xb4\x6c\x53\xec\xc2\x0b\x2b\xa2\x40\xf4\x4c\x7b\xdb\xbf\xd1\x1e\x36\xd3\x9e\x3b\x14\xb3\x24\xdf\xc3\x8a\x88\xb1\x2e\x03\xd2\x4a\x8f\x29\xb5\x67\xd3\x5d\x17\xb2\x58\x09\xd1\xdf\x65\x5c\x5a\x09\xd1\xdf\x25\x10\x56\xc2\x1d\xd5\x85\x3a\x96\x8d\x75\x5d\xe2\x61\x25\xef\x1e\x05\xa8\xae\x54\x4c\x75\x28\x7f\x45\x7d\x49\xb8\xa3\x7a\xa1\x2f\xcd\xdf\xa4\x2f\xdd\xdf\xa4\x2f\x88\xfe\x5e\xe9\x0b\xe2\xbd\x57\xfa\x32\xfd\x1b\x7d\x41\xa0\xf7\x4a\x5f\x10\xe1\x5d\x42\x66\xd9\x08\xd6\x25\x64\x56\xba\x03\x4a\x3b\xcb\x11\x4f\x5d\x62\x65\x39\xe2\xa9\x4b\xac\x2c\xc7\x38\x75\x89\x95\xe5\x18\xa7\x8e\xe8\x70\x8c\x53\x47\x74\x38\x96\xa7\x0b\xe5\x2c\x47\x12\x75\xa1\x9c\x95\x09\xa8\xec\xc2\x0b\x2b\x23\xb4\xbb\xcc\x5e\x2b\x7b\x96\x06\x5f\xf1\x4c\xc8\x35\xbd\xb2\xf7\x84\x0c\x56\x2b\x83\xb8\x3a\xc2\x22\xe3\x3b\xea\x08\x8b\x8c\xef\xa8\x0f\x5a\xf8\x52\x9e\x7e\x93\x25\x77\xe4\x48\xf6\xe4\x22\x47\x1c\x67\xda\x91\x23\x8e\xc7\xeb\x13\x0a\x56\xd7\x65\x69\x5a\x8e\x64\xed\x8b\x4e\xc3\xf8\x3a\x92\xc3\x36\xbe\xbe\x18\x3a\x81\x67\x7d\xd1\x69\x5c\x4e\x7d\x31\xf1\xe8\x5c\x1d\xa9\x92\xbd\x60\x8a\x6f\x5c\xc5\x8b\x82\x08\x28\x5e\x14\x58\x79\xc1\x0e\xd4\x61\xde\xc5\x13\x0f\x4b\x2e\x04\x5f\x75\x58\x72\x89\x8c\x41\x96\xa6\x55\xbc\x28\xb0\xe4\x82\xbe\xd2\x61\xc9\xb6\x1b\x76\xf9\x8d\x57\x31\x73\x93\xc6\xbe\x1c\xc8\xd7\x61\xc2\xa5\x30\xf1\x30\xe1\x82\xe9\xa7\xc3\x84\x4b\xf5\x93\xb4\xe0\xc5\xbc\xb4\xc0\x91\x1e\xd2\xdf\x57\xc1\x09\x33\x1e\x46\x84\x8b\x6b\xc0\xbc\x0b\x46\xa2\xf1\x30\xbe\xee\xf7\x0a\xd4\x82\xa2\x2f\xc4\x53\x8e\x87\xbe\x0c\x7f\x93\xbe\x00\xe2\x86\x8c\x3d\xab\x60\x32\x1a\x32\xf6\xac\x82\x4e\x32\x02\xa3\x45\x0b\x19\x81\xd1\x6e\xbf\x47\xaf\xd1\x42\xc6\x4b\xaf\x59\xb1\xf1\xf2\x4d\x8c\x3d\x43\x7a\xf8\xaa\x30\x94\x21\x3d\x7c\xd5\xc7\xef\xa9\x67\x15\x87\xd7\x90\x1e\xbe\x2a\x0e\xaf\x01\x13\xae\x30\x9b\x01\x13\xae\xac\xed\x90\x3e\xbd\x2a\x41\x46\x43\x86\x99\x55\x89\x3d\x1e\xf2\x59\xac\xca\x4a\x8f\x48\x7b\x68\x28\x43\x7e\x89\x65\x7b\xea\x90\xae\xbd\x2a\x6e\xdd\x21\x5d\x7b\x55\x0c\x48\x43\x86\x99\x55\xd1\xf8\x06\xec\xda\xd6\xd5\x01\xbb\xb6\x3d\x75\xc0\xae\x2b\x06\xa4\x91\x18\x03\x0a\xcb\x80\xed\x56\xd0\xdf\x80\xed\x56\x18\xd8\x80\xd1\xd6\x4e\xeb\x85\x27\x51\x35\x46\xa1\x05\xaf\x11\xac\xae\x72\xc6\x06\xac\xae\x72\xc6\x06\xac\xae\x7a\x8d\x60\x75\x95\x33\x36\x2a\xf3\x82\x21\x6f\x54\xe6\x05\x55\x63\xc0\x06\xeb\xf1\x93\xb4\xee\xd5\xac\xea\x67\x7b\xfc\xe4\x80\xf2\x93\x13\x8a\x5e\xc3\xf8\x1a\x01\x80\x03\xbd\xb8\x61\x1a\x19\xb2\xfe\xaf\xe6\xf5\x93\x09\x67\x35\x94\x8b\x81\xce\xdc\x08\x19\x1b\xe8\xcc\x0d\xa4\x3d\x1a\xed\xa1\x61\x8e\x46\x7b\x5e\x3f\x99\x69\x56\x43\xf1\x18\x9d\xf6\xaa\x29\xda\xf3\xcc\xcb\x14\xb3\x1a\x11\x4f\xa3\xd3\x5e\xa3\x9f\x68\xd7\xcd\xeb\x30\xf8\x26\x2a\xc3\x90\x61\x66\x35\x54\xc5\x01\xdb\x6d\xa8\x8a\x03\xb6\x6b\xb3\xec\x90\x61\x66\xb5\xe5\xaf\x30\xbe\xe5\xdf\x68\xcf\x2b\x86\x8e\xde\xf0\xb7\x0d\x78\x6b\xc3\xdf\x36\xd0\xc3\xbf\xf4\xce\xdf\x66\xc9\x03\x15\xfd\x4b\x0d\x14\xa5\xae\x74\xf4\x8e\x21\xab\xc9\xea\xe8\x7f\x43\x8e\x81\xd5\xd1\xff\x86\x7c\xd1\xcb\xd6\xd5\x21\x8b\xca\xea\xc8\xa6\x21\xa7\xc1\xea\x48\xe9\x81\xa2\xdf\x3d\xb9\x2b\x40\xf1\x1e\x8a\x7e\xc7\xd2\x34\xe4\xa7\x5e\x1d\xc6\x37\x60\xe5\x1d\xed\x65\xc0\xca\xbb\x17\x45\x7e\xea\x65\x9b\xe9\x80\xb1\xf7\x66\x8a\xbe\x74\xbf\x77\xa1\x38\x46\x9b\xbe\x78\x51\x40\x08\xdd\x53\x0d\x0a\xe8\xc4\x92\x0e\x04\x42\xc7\x7e\x34\xd0\xed\x3b\x7a\xdc\x40\x20\x74\xb4\x9e\x21\xcf\xf4\xea\x3e\x00\x87\x6f\x1e\x16\x05\x11\xd0\x31\x8d\x0c\xf9\x9b\xd7\xf0\xec\xa2\x87\x0f\x64\xfd\x90\x7b\x61\x0d\xcf\xa7\xc2\x8a\xd6\xc0\x9c\x34\x10\x0f\x23\xfb\xbd\x06\xe5\xf7\x74\x54\x86\x99\x06\x4c\x7f\x54\x8d\x6f\xc2\xf4\x07\xf2\x7c\xc2\xf4\x07\x8c\x7d\xa2\x95\x0f\xb4\xba\x09\xd3\xb7\x25\x74\xa2\x95\x0f\xe2\x68\x27\x4c\x7f\xec\x00\x35\xa0\x22\x94\x56\x7a\x1c\x7f\x85\xbe\x70\xdc\xe7\x43\x5f\x10\xb0\x53\x7e\x82\x35\x39\xee\x13\x8d\x7d\x22\x60\x27\x1a\xfb\x0c\x7e\x32\x42\xf9\x49\xad\xca\x24\x92\x75\xa2\xb1\x4f\x4c\x15\x13\x8d\x7d\x66\x7f\x65\x43\x31\x76\xf9\x02\xd6\x44\xeb\x99\x2f\xed\x21\xc6\xe6\x4b\x7b\x68\x75\x13\xb1\x32\xb7\x9f\xd4\xbc\xcc\x63\x2a\x43\x55\x28\xfa\x82\xc6\x37\x15\xf9\xbc\x96\xc7\x80\xc8\x59\x1e\x03\x82\x64\x71\x1e\x26\x82\x64\x91\x90\x31\x11\x24\x0b\x05\x62\xa2\xdb\x2f\x14\x81\x89\x6e\xbf\x3c\xbe\xc4\x93\x88\x87\x89\xe8\x58\x1e\x11\xa2\x63\x11\x9b\x3b\x11\x1d\x8b\x5d\x30\x11\x1d\xab\xfa\x3d\xfa\x89\x2b\x6e\xca\xfd\xbc\x96\x67\x02\x14\xb0\x50\xc1\x66\xa6\x05\xcf\x0b\x42\x66\xa1\xed\x4e\x84\xcc\xc2\xf9\x36\x33\xa3\xc5\xf9\x36\x65\xd0\x59\x6b\xfb\x2b\xb4\xe0\xf9\x44\x1c\x39\x2c\x73\xa2\xf7\x3b\x10\x73\xa2\xf7\x2f\xc4\xfb\x44\xef\xdf\x98\x77\xa6\x3c\x0a\x6b\x23\xd0\xa7\x3c\x0a\xcb\x86\xc3\x89\x18\xdb\x38\xed\x26\x7a\xff\xc6\x69\x37\xd1\xfb\x6d\x46\x9c\x65\x40\x31\x22\x25\xad\x2d\x1b\x15\x27\x98\x60\xa3\xac\x4d\x30\xc1\xce\xfe\x4d\xfd\xdc\x9e\x79\x04\xa5\x8d\x8a\x13\x61\xb8\x51\xc8\x26\xc2\x70\xa3\x90\x4d\x84\xe1\x46\x58\x4c\x84\xe1\x6e\xa6\xe8\xe7\xd7\xf9\xfb\x4d\x96\x3c\x91\x93\xb6\x3e\x4e\x00\xc2\x46\xe7\x9a\x00\x84\x8d\xce\x35\x91\x93\xb6\x45\x4e\xec\x4e\x8e\xbc\x9c\xd8\x9d\x36\xb2\x62\x02\x1e\xb6\x97\x08\xf0\xb0\x91\xd2\x13\xf9\xba\xbd\x28\xc8\x57\x5b\x26\x27\xf2\x75\xe3\x6e\x9b\xc8\xd7\x8d\x06\x36\x91\xaf\xe7\x71\x7b\x03\xca\xdf\x9c\x50\xfe\xa6\xc6\x60\x5b\xe4\xc4\x5e\x75\xd0\xc7\x26\xb2\xf7\x78\xc1\xe4\x22\x59\xc7\x0b\x86\xec\x3d\xe8\x63\x13\xd9\x7b\xd0\xc7\x26\xb2\xf7\x78\xc1\xb0\x73\x1d\xb4\xa5\x89\x24\x3e\xb8\xdb\x26\xd2\xf6\x78\x51\x90\xb6\x07\xd1\x31\x91\xb6\x07\x90\x33\x91\xb6\x07\x2d\x79\x0e\x46\x84\x3c\x9f\x48\xdb\x63\xf6\x89\xa0\x3c\xb8\xdb\xe6\xe4\x2b\x9e\x4f\x04\xde\xf5\xbc\x20\xf0\xae\xe7\x05\x81\x77\xd1\x6c\x26\x02\xef\x62\x11\x9b\x08\xbc\x0b\xdc\x9b\x08\xbc\x8b\xd6\x33\x11\x78\xd7\xb3\xa4\x38\xda\x75\xd1\x6c\xe6\xa6\x85\x6c\xea\x85\xe2\x2b\x18\xba\x2e\x21\x47\x13\x11\x77\x09\x39\x9a\x88\xb8\x8b\x48\x9d\x60\x9e\xeb\x59\xc2\xec\x75\xc1\x12\x13\xb3\xd7\xc5\x40\x36\xe5\x79\x5f\xb7\xb9\x05\xfa\x82\x2e\x33\x31\x89\x5d\x74\x99\x89\xd8\xb4\xad\x75\x22\x36\xaf\xf7\x27\x26\xb1\x6b\xc6\x00\xaa\xba\x9e\x41\xcc\x5e\x17\x13\xd5\x04\x63\x5d\x54\x94\x09\xc6\xba\x88\xd4\x29\x01\xbb\x9f\xc7\x2d\x2c\x28\x7f\x73\x8b\x42\x61\x99\xc2\x5f\xfb\xb1\x58\x11\xfe\xda\x0f\x26\xaa\x29\x51\xbc\x1f\xcf\xa7\x44\xf1\xb6\xfd\x76\xca\x24\xb6\x1f\x1c\x6c\x53\xa2\x78\x3f\xf8\x6b\xa6\x44\xf1\x7e\x2c\x80\x84\xd4\xf6\x83\x60\x9e\x42\x6a\xdb\x96\xde\x79\xe9\xa7\x19\xca\xa5\x2f\x66\xd0\x97\xbe\xb0\x0e\xeb\xa1\x2f\x98\xa8\x96\x04\xf3\x76\x9e\xed\x7a\xe8\x0b\x66\xc4\xf5\xd0\x1e\x86\xa7\xf5\xd0\x1e\x86\xa7\xf5\x30\x76\xe6\x7a\x05\x7a\x8d\x98\x5e\x81\x5e\x1f\xff\x46\x5f\x30\x55\x2c\xe1\xaf\x1d\x70\x66\x2e\x09\xca\x1d\x50\xe4\x96\x04\xe5\x76\xd2\xc5\x92\xa0\xdc\x81\x68\xea\x25\xef\xc6\x0e\xcc\xc4\x92\x77\x63\x07\x66\x62\xc9\xb4\xb5\x43\xbe\x50\x41\x14\xae\xc6\x15\x69\x01\xc1\xb5\x22\x2d\xa0\x00\xae\x48\x0b\xd5\x94\x66\x22\x34\x7f\xb3\x40\xf9\x3d\xcd\x44\x18\xfe\x6d\x40\xf9\x37\xfa\x42\xfe\xea\x92\x80\xdd\x81\x28\xaa\x15\x19\xed\x1c\x3f\x60\xc9\x2b\x31\x04\x64\xe1\x4a\x0c\x01\xdd\x69\x25\x86\x00\x38\x5a\x89\x21\xa0\xf5\xac\xc4\x10\x3c\xb9\x92\xe0\xdb\xe9\xc0\x4b\x12\x7c\xbf\xb8\xc6\x96\x24\xf8\x7e\x83\xbf\xa9\x21\xbc\xd1\xd4\x84\xf2\x37\x0f\x14\xd3\x29\x5b\xdd\x7e\xd1\x8f\x96\x6c\x75\xdb\xf6\xd4\xa5\x20\xb1\xed\x18\xcd\x25\x97\xcc\x7e\x91\x62\x2b\xd3\x17\x4f\x67\xa6\x2f\x9e\x4e\xc9\xfa\xfd\xe2\x0c\x5b\x99\xbe\x74\x7f\x85\xbe\xa0\x31\x2c\xc9\xfa\xfd\x7a\xe2\x25\xeb\xb7\x23\x36\x57\xa6\x9f\x04\x35\xad\x42\x5f\x3c\x83\x92\xe7\xfb\x25\xaf\x70\x15\xc6\x4e\x84\xf6\x92\x3c\xdf\x2f\xfa\xc3\x2a\xf4\xc5\xb3\x5b\xe8\xcb\xf6\x57\x18\xbb\xe7\xba\x32\x76\xcf\xb5\xe4\xf2\x8e\x38\xca\x96\xe4\xf2\x8e\x38\xca\x96\x24\xf1\x8e\x9e\x6b\x89\xdb\x1d\x83\xbf\x32\xa0\xa4\x57\x2d\x09\xd1\x1d\x09\x04\x5b\x8d\x6f\xa2\x3f\xac\xc6\x37\xbd\x46\x8a\x02\xd8\xb1\x99\xba\x50\x7c\x53\x81\x67\x3b\x7a\x06\x3b\xad\x7b\x06\xe5\xae\xd9\x71\x30\x76\x05\x9e\xed\x38\x38\x7e\x0a\x3c\xdb\x71\xfa\x2b\xb4\x80\x76\xb6\x3a\x2d\x78\x3e\x07\x7d\x41\xbc\x2f\x79\xfa\xb7\xf3\x34\x97\x44\xdc\x8e\x38\xa7\xd6\xa0\x2f\x18\xc8\xd6\x60\xb4\xd7\xef\xd1\x17\xcf\xe7\xa0\x3d\x62\x5e\x97\x00\xe5\x76\x82\xd2\x12\x6a\xdc\xb6\xe6\x2e\x39\x76\x76\x42\x03\x5b\xf2\xd8\xef\x04\xb4\x5e\x12\x94\x3b\x61\x1a\x59\xf2\xd8\xef\xe4\x1d\x29\x8f\xfd\x4e\xc5\x4f\x16\x28\x3f\x59\xa1\xfc\xcd\x06\x45\x5f\x84\x3d\x77\x32\x63\x90\xa9\x70\x27\xa2\xb7\xd7\xa2\x2f\x98\xb6\xd6\xa2\x2f\x98\xb6\xd6\xa2\x2f\x08\xf4\xb5\xe8\x0b\xaa\xd4\x5a\xf4\x05\x75\x69\x2d\xfa\xe2\xf9\x5c\xf4\xc5\x3b\x72\xd1\x17\xef\x41\xc5\x48\xef\x84\x23\x70\x29\x46\x7a\x27\xc4\xd8\x5a\xf4\xf3\xf8\x49\xad\x6d\xf2\x5c\xcb\x8d\xb5\x6d\x21\x5e\x8b\x31\x5c\xf7\x9a\xb9\x46\xcd\x5a\xc2\xac\x3b\x23\xd4\x96\x84\xfd\xce\x9e\x79\x09\xfb\x6d\x5b\xf2\x92\xb0\xdf\xce\x43\x5d\x4a\xe0\xde\xd9\xeb\x20\x61\xbf\xb3\xd7\x41\x02\x7d\x67\x8c\x52\x4b\x02\x7d\x67\x5c\x94\xeb\xd0\x9e\xd7\xe8\xd0\x9e\xd7\xe8\xd0\x1e\x7e\x97\x75\x68\x0f\xa5\x6b\xc9\x8f\xb5\xb3\x57\xec\xd0\x1e\xea\xc4\x92\xd0\xde\xd9\x2b\x76\x69\x01\x84\xbe\x2e\x2d\xe0\x29\x5b\x42\xbe\x5b\x86\xdf\xdf\x66\xc9\x97\xc6\xbd\x44\x48\xe9\x4c\x98\xf7\x42\x12\x67\x02\x9e\x16\x92\x38\x63\xaf\x5a\x97\xc1\x7a\x89\x90\xc4\x8e\x09\x5d\x48\x62\xdb\x84\xf7\x43\x37\xd1\x3b\xf6\x43\x37\xf1\x88\x6e\xa4\x74\xc6\x23\xba\x91\xd2\xe5\xf1\x7b\x05\xaa\x41\x69\xaa\x9d\x2f\xbe\x91\xcb\x05\xad\x6e\x0b\x30\xef\xf2\xfa\xbd\x0b\xa5\x7e\x6e\x81\xe2\x5d\xd0\x42\xb6\x40\xf1\x76\x3d\x8a\x2d\x7b\xea\x2e\x38\x7d\x36\xd2\xbd\x10\x60\xb5\x91\xee\x25\xf9\x2b\x9a\x89\xc2\xd2\xee\x40\x5f\xd0\x49\x76\xa0\x2f\xd9\x2d\xd0\x17\x34\xc5\x8d\x1e\x50\xd0\x14\x37\x7a\x40\x41\x43\xd9\xe8\x01\x05\xab\xd7\x46\x0f\x28\xe8\x86\xfb\xa5\x2f\x2c\xed\x7e\xe9\x4b\xf7\x7b\xf4\x05\xe3\xcb\x16\x60\xde\x05\x8b\xd8\x96\x8d\x76\x17\xb4\xc8\x8d\x36\x51\x90\xe0\x1b\x6d\xa2\x20\x56\xf6\x4b\x3f\xa7\x5b\xa0\x9f\x68\x3d\x1b\x4d\xa3\x10\xec\xb5\xd1\x26\x0a\xb6\xb3\x8d\x36\x51\x38\xe0\x1b\x6d\xa2\x60\xd4\xd8\x68\x13\xb6\x41\xef\xc8\x18\xb0\xab\xed\xc8\x18\xb6\x5b\x60\x0c\x68\x52\x1b\x4d\xa3\x1c\xbf\xc7\x18\x8e\xdb\x63\x0c\xd7\x4f\x32\x06\xef\x25\xd4\x89\x8a\xd6\xba\x51\x27\xaa\x77\x0f\xea\x44\x45\x6b\xdd\xa8\x0c\xd5\xbb\x07\x95\xa1\x7a\xf7\x08\xd8\xef\x8a\xd3\x75\xa3\x32\x54\xef\x1e\x01\xfb\x5d\xd1\xd5\x36\x2a\x43\xf5\x5e\x42\x65\xb0\xb5\x7a\xa3\x32\x54\xf4\xdb\x8d\xca\x50\xd1\x6f\xb7\x82\x03\x77\xcd\x7e\x52\xe3\xab\x18\xeb\x36\xa2\xbf\xc2\x0a\x36\xa2\xbf\x7a\xbf\x20\xfa\x2b\x7a\xdc\xce\xb4\x87\xb6\xbb\x0b\xed\x79\x2f\x09\xe6\xef\x8a\xb6\xbb\x0b\xe3\x03\x59\x6c\xd4\x82\xea\xbd\x84\xe8\xaf\x18\xf2\x76\xa1\x2f\xde\x4b\x82\xf2\xe9\x46\x53\x5b\x14\x91\xc8\x5b\x50\x3e\x5b\x7f\xdf\x52\x19\xb2\x23\x19\xb6\x54\x86\x6c\x65\x66\xcb\xe6\x9d\x23\xee\xd9\x2d\x98\x9f\x13\x66\x93\x2d\x75\x22\xa7\x63\xea\x6b\x5e\x72\x79\xfc\x95\xaf\x35\xca\x03\x2c\xb8\x65\xf3\xce\x93\x42\x0f\x5b\xae\xbf\x52\xc0\x97\x5b\xca\x45\xa9\x9f\x16\xbe\xc6\x50\x6c\xcc\xda\xc2\xf9\xd5\xa5\x16\xb6\x70\x7e\xcd\x1f\xea\x6b\x0c\xd5\xc1\x96\x5b\x38\xbf\x39\x89\x65\x4b\x45\x69\x4e\x46\xd9\xc2\xf9\xad\x11\xaf\xb3\x85\xf3\x5b\x43\xad\xdb\x52\x5f\xda\x20\xe2\x62\x4b\x7d\x69\xce\xb3\xdd\x72\x20\xb6\x8d\xc9\x6f\xcb\x81\xd8\xce\x75\x0b\x5f\x63\x68\x2a\xed\xf0\x9b\x2c\x79\xcb\x3c\xd0\x3b\x01\x64\x5b\xe6\x81\xfc\x46\x7f\x64\x68\x72\xbd\xec\x32\x0f\xe4\xf4\xe9\xf4\xd7\xd0\xcb\x43\xe8\xd0\x96\x79\xa0\x84\xe2\xdf\x8e\x26\x09\x3d\x67\x4b\xaf\xaa\xce\xf0\xdf\x32\x1d\xb4\x40\xed\x81\x2d\xd3\x41\xeb\xd3\x94\x86\xde\x11\x08\x5b\x26\xfd\xee\x92\x21\x5b\x66\x85\x74\xcd\xc0\x64\x56\xc8\xef\xe3\xf7\xb4\x7c\x8d\xdc\xf5\x2d\xcd\x2d\x3b\x52\x77\x4b\x73\xcb\x9d\x24\x88\x2d\xbf\x6a\x3e\xd5\x2d\x0c\x28\xb6\x84\xb4\xba\x12\xb0\x96\x6d\x69\x75\xc5\x1e\xf4\x2d\xad\xae\xd4\xe4\xaf\x1c\xb6\x04\xe3\x93\x56\x57\x1a\xd1\x0a\x5b\x2e\x84\x72\x09\xeb\xdb\x72\x21\xd4\x42\x60\xd6\x96\x51\xa3\x56\x92\x60\xb7\x8c\x1a\xd5\x56\xfc\x2d\x6d\xb0\x3a\x6e\x77\x4b\x1b\xac\xe3\xfa\x9b\x5f\xe3\xab\x8b\xaa\x1d\x5b\xda\x60\x7b\x7c\x8c\xe4\x5e\x68\x6f\x71\x0b\x5d\x54\xf5\x93\x43\x9b\xe7\xb8\xbd\xa9\xf9\x24\x78\x6e\xcb\xf5\x90\x6c\x7c\xd9\x72\xeb\xe6\xfc\xf9\xa6\xc6\x57\x2c\x36\xa5\x45\x16\x27\xe4\x6e\x69\x91\xb5\x79\x55\xa4\x45\xd6\x41\xf4\xc0\x96\x16\xd9\x52\xe6\x9b\xd2\x22\x5b\x47\x63\xdf\xd2\x22\x5b\xf5\x4c\x48\x8b\xec\xd5\xc2\x42\x5a\x64\x36\x5e\xd8\xd2\x22\xf3\x7f\x7b\x52\xeb\xd7\x28\x11\xb4\xe5\xdd\xc8\x0e\x23\xdc\xf2\x6e\x94\x40\x80\xdc\x9e\xac\x9f\x77\x81\xbc\x1b\xe5\xf5\x9c\xc9\xbb\x51\x72\x61\xdd\x27\xeb\x67\x41\x22\x47\x75\x19\x66\xad\x32\x04\x95\x83\x9d\x72\x4b\x33\xad\x4e\x85\xd9\xd2\x4c\xab\xcb\x2a\x6d\x69\xa6\xb5\x1c\x53\x5a\x3f\x3b\xed\xb6\x34\xd3\xba\x01\xda\x5b\x9a\x69\x7f\x06\xfd\x94\xf6\xd9\x9d\x13\xbb\x17\x67\xec\xf5\x57\x74\xc6\x9c\x72\xbf\xa5\x7d\xd6\x4c\x22\xef\x96\xf6\xd9\x1e\xb3\x10\x69\x9f\xfd\xb5\x72\x21\xed\xb3\x67\x0c\x5d\x7b\xc3\x22\xbd\x0e\xd2\x3e\xb3\x9d\x76\x5b\xda\x67\xee\x68\xc2\x5b\xde\x94\xbc\x2c\xc2\x15\x6f\x95\x37\xba\xe8\x96\x66\x9a\xcf\x34\xa5\x35\xba\x1e\x91\x32\x02\xf3\x4d\xa6\x9a\x66\xbe\xfa\xc9\xaf\xf1\x95\x85\xe9\x60\xcb\x44\x55\x73\xf5\x93\x53\x54\xe3\x1c\x49\xa3\xad\xcb\x82\x59\x1a\x6d\xdd\x16\x01\x32\x51\xd5\x3d\xdd\x33\xf1\x10\x9b\xaf\xf6\x81\x87\x58\xc4\x49\xdb\x6d\x9f\x95\x96\xb6\xdb\x1c\xe5\xb0\x0f\x7b\x30\x99\xd2\x1e\x9c\x5e\x5b\x69\xc2\xfd\xbd\xfe\xa6\xd6\xe8\xa3\x82\x29\xa2\xab\x2f\x0b\x20\x99\xb6\xd2\x59\x7e\xaf\x8b\xf2\xe9\x90\x96\x9c\x1f\x9f\x69\x99\xb6\x72\xb8\x6e\x6f\x69\xe6\xd1\xd8\xf7\x81\x47\xc6\x1f\xc5\x25\x6f\x59\xbd\x4a\x88\x6c\x64\x59\xbd\x8a\xad\x2d\x5b\x6a\x78\xc9\x18\xc0\xb7\xd4\xf0\xd2\xa9\x98\xb0\x65\x11\x2b\xd7\x5a\x88\x2c\x62\xd5\x2a\xfa\x96\x8a\x5e\x8b\x27\x5e\x7a\x78\x2d\xdb\x94\xd8\xcb\xb4\xbc\x93\xb5\xac\xbd\x9f\xf7\xc4\x5e\x92\x87\x2e\x1d\xbd\xc7\xe1\x27\x87\x36\x5d\xf3\x6f\x1a\xba\xc3\x52\xb6\x32\x68\xf2\x1c\x6c\x5d\xe9\xef\xb9\x5a\xa3\x95\xfe\x5e\x97\x8f\xd1\x65\x69\xd1\x06\x8f\xf4\xf7\x6e\x5b\xcf\x91\xfe\x9e\x9d\x88\x7d\xa4\xbf\xe7\x88\xa6\x78\x1e\xb6\x6e\xf2\x93\x6c\xdd\xe3\x27\xb3\x0e\x3f\x82\xe4\x48\xb7\x2f\x4e\xcc\x3c\x0a\x66\x2b\x89\x5a\x5e\x47\x6e\xb3\x92\x70\x16\x1d\x59\xe7\xca\x41\x57\x3b\xb2\xce\x55\x5b\xee\x8e\x02\xdd\x6a\xcf\x6e\x7d\x49\xf6\x82\x4f\x8e\x10\x42\x3b\xc1\x2d\xe8\x68\x3e\xd5\xbf\x5d\x0e\x2a\xfd\x94\x4b\xad\xdb\xe0\x71\xe4\x52\x4b\xa7\xf2\x9e\xd0\x43\x3a\x84\x93\x1d\xa1\x87\xfc\x14\xbf\xc7\xf8\xae\x9f\xe4\x68\x12\x9c\x74\xe4\x6e\x2b\xe1\xf1\x7b\x1a\x5f\x47\x9b\x38\x42\x16\x2d\x20\x10\x8e\x90\x45\x2b\x1c\x9c\x23\x57\x5c\x3b\xc9\x4f\x4a\x3c\xc4\xea\xf6\xbe\xc6\xd7\x07\x7a\xea\x11\xea\x48\x27\xbb\x75\xb4\xb3\xee\x6f\x6a\x7f\x5a\x53\x3c\x8a\xfe\x28\xf6\xd1\x1f\xb9\xf0\xb2\xab\x93\x1d\x21\x92\xfc\x02\xec\x8f\x10\x49\x7e\xa9\x01\x76\x84\x48\xca\x18\xa6\x32\xcc\x94\x99\x97\x0b\xaf\xdb\xcc\x76\x84\x56\xba\x63\x8f\x8f\xd0\x4a\x7e\x31\xc5\x1c\xa1\x95\xf2\x10\x59\x70\x84\x56\xda\xbd\xfe\xe6\x44\xa7\x64\xe6\x85\x56\x4a\x18\xee\x99\x8e\xa6\x83\xe0\x8e\xd0\x4a\x49\x38\x95\xcf\x8b\x78\x47\x8f\x3b\x42\x2b\xc5\xee\xd9\x23\xbb\x68\x71\xd1\x82\x23\xbb\x68\xb3\x7d\xf3\x44\x58\x0f\xac\xf5\x08\xc9\x74\xa3\xaa\x23\x24\x93\x1b\xa6\xad\x23\x24\x53\x5f\xef\x17\x21\x99\x6a\x83\xdc\x11\x92\xa9\x36\x24\x1c\x21\x99\xba\x51\x58\x8e\x90\x4c\xb5\xc7\xe4\x08\xc9\x34\x57\x85\x3c\x42\x32\xad\x73\x36\x8f\x90\x4c\x9b\xd5\x5f\x61\x7f\x82\x09\x8e\xec\xa9\x7d\x73\x36\x8f\x50\x4e\x71\xe2\xf7\x11\xca\x29\xae\x15\x73\x12\xfc\xc5\xbb\x47\x46\xd3\xea\x18\xfe\x23\xa3\x69\xb5\x78\x38\x42\x40\x6d\x20\xd4\x8e\x10\x50\xb6\x4d\xf8\xc8\x68\x5a\x5c\x92\xe8\xc8\xed\x59\x27\x8a\xc7\x11\x3a\x6a\x33\xb8\x75\xf1\x97\xd7\x3b\x39\xb1\x3f\x9b\xbf\x82\xfa\xe2\x59\x4a\xa0\x87\xed\xf6\xd8\x9f\x3e\x8d\x09\xf4\x80\x5a\x70\x84\x9c\xf2\xe7\xac\x08\x39\xe5\xf7\x0b\x05\xfc\x26\x4b\x3e\x99\xad\x4b\xd2\xc5\x51\x3c\x65\x8e\x68\x7c\x47\x80\x2b\x7f\x0e\x40\x66\x69\xd1\x53\x8f\x6c\xb4\xf9\x10\xd8\x73\x32\x52\xd3\x07\x27\x5b\x6a\xba\x2b\x9d\x0d\xc9\x80\x64\xbf\x2d\x69\xb9\xd3\x13\xed\xc5\xbf\x69\xeb\x3a\xb8\xec\x08\xc4\x15\xc3\xe7\x93\xad\xb9\xb1\x44\x99\xad\x8b\x2e\x7a\x04\xe2\xca\x6e\xa6\xa4\xd9\x3c\x98\x00\x8e\x62\x34\xeb\x83\xdc\x3a\x02\x78\x35\x01\xf3\x8f\xec\xbe\x35\x0d\x3f\xa9\xa3\xf9\x39\x1c\x02\x7f\x35\x03\xb4\x8f\xc0\x5f\x6d\xee\xa7\x6c\xc2\xd5\x19\x81\x47\x36\xe1\x3a\xb6\xbf\x39\xd0\x6f\x19\xbb\x80\x61\xdd\x66\x91\x02\x86\xd5\x49\x1e\xa7\xa0\xf5\x04\xff\x76\x44\x45\x7f\xe5\x82\x25\x18\x7b\x05\x54\x11\xe7\x7d\x04\x0c\xdb\x2c\xa6\x74\x34\xed\xb4\x3b\x02\x86\xfd\xf3\x4d\x01\xc3\x6e\x5b\xeb\x11\x30\xec\x0d\x1b\xf4\x11\x30\xec\x0e\x47\x3a\x02\x86\x7d\x64\xc6\x2e\x8b\x74\x9f\x16\x39\xb2\x48\xa7\x0b\xf8\x3b\x02\x8d\x39\x67\x7f\x45\xac\xa7\xf9\x70\x08\x34\x66\xe7\x23\x1e\x81\xc6\xec\xbc\xad\x23\xd0\x98\x57\x72\xaf\xb5\x7e\xae\xe1\x71\x1a\x47\x93\x8a\x6e\x47\xa0\xb1\xb4\x64\x4a\x47\xd3\x79\xa1\x47\xa0\xb1\x34\xf7\x4c\xa0\xb1\x1c\x2a\x34\x1c\x81\xc6\x9a\xd1\xa0\x8f\x40\x63\x2d\xd5\x4f\xb2\x7e\xde\x75\x42\x86\x75\x00\xd0\x8f\x90\x61\x5d\xc0\xcb\xd3\xcc\x7a\x4c\x69\xfd\xec\x9e\x3d\x42\x86\xcd\x48\xe6\x08\x19\xb6\x61\x36\x28\x64\xd8\x96\xd7\x4f\xc8\xb0\x17\x42\xe2\x8e\x90\x61\xb7\x2b\xfc\x74\x03\x7b\x53\x88\x7e\xa2\x38\x4e\x07\xd8\x9b\x85\x08\x19\xe6\x64\x11\x07\x32\x2c\x16\x8d\x20\xc3\xbe\xfd\x5b\x65\xae\xfd\x4d\x89\x8e\x05\xd6\x3d\x46\x86\x16\x24\x42\x86\xe5\x45\xc7\x3b\x20\x43\x57\xeb\x3b\x20\xc3\xec\xdd\x0a\x32\xcc\x20\xca\x03\x32\x74\xc2\xf8\x01\x19\x56\xf4\xfe\x03\x32\x74\xb6\xe7\x19\xb0\x56\x32\x08\x0e\xc8\x30\xa3\x8b\x1e\x90\xa1\x0d\x72\x07\x64\x58\xad\x24\x18\x19\x7a\x06\x41\x86\x4e\x93\x39\x46\x86\xde\xbb\x20\x43\x17\x1f\x3d\x20\xc3\xd0\xfc\x9e\x44\xe3\x0b\x2a\x3e\x42\x86\xed\xbd\xee\x8b\xd6\xcf\xfe\x85\x23\x64\xd8\xf2\xa7\xd7\x5a\x3f\x07\xeb\x1d\x21\xc3\xe6\xfc\xe3\x23\x64\xd8\x86\xf9\x84\x90\x61\x73\xad\x9f\x23\x64\xd8\x23\xd1\x34\x47\xc8\xb0\x17\x90\xf6\x11\x32\xec\xad\x98\xd2\xf9\x1b\xfb\x47\x11\x17\x47\xa0\xb1\xdb\x2b\x7f\x00\x8d\xc9\x12\x5c\xa0\xb1\x64\xec\x4e\x47\xa0\xb1\x14\xeb\x01\x80\xc6\xe6\x89\x10\x68\xac\x4e\x82\x3d\x02\x8d\x6d\x79\xa1\x05\x1a\xbb\x03\x4a\x8e\x40\x63\xb6\x6d\xf0\x08\x34\x66\x67\xd5\x1f\x81\xc6\xec\xba\x62\x47\xa0\xb1\xb8\xf6\xef\x59\x3e\x9a\xfe\x8d\xa3\x69\x41\xb2\x38\x9a\xd6\xea\x00\x8d\xc9\xda\xae\x40\x63\x6b\xdd\xbf\x55\x98\x8d\xdb\xd3\xf8\x1c\x3a\x74\x00\x94\x63\x98\x1a\x62\x44\x1e\x3b\x80\xd2\xde\xd9\x23\x40\x99\x3f\xda\xa0\x00\x65\x7e\xcd\xe6\x05\x28\xb3\x53\x4d\x8f\x00\x65\xde\xd8\xce\x8e\x00\x65\xb1\xcf\xfc\x08\x50\x96\xc7\x7a\x87\x00\x65\x71\x4a\xc4\x11\xa0\x2c\x46\x08\x47\x80\xb2\x38\xc4\xfd\x08\x50\x56\x57\x17\x39\x02\x94\x75\x58\xb7\x10\xa0\x6c\x05\xb3\xc2\x11\xa0\x6c\xcb\xda\xa0\x00\x65\xaf\x5e\x31\x01\xca\x74\xa2\x7f\xd3\xf8\xa6\x99\xf7\x06\xf4\x9b\xf5\x6c\x8c\x36\xde\x82\x00\x4a\xbb\x80\x0e\x80\xf2\xc3\x18\x00\x94\x2e\x0a\x79\x00\x94\x4e\x5b\x3e\x00\x4a\xa7\x26\x1f\x00\xe5\x07\x67\x08\x50\x76\x17\x7c\x3a\x00\xca\x88\x4d\xff\x00\x28\x9b\x59\xb9\x00\x65\x3e\x9f\x16\x1a\xb8\xcd\x5f\xd1\xd1\xcc\x18\x7b\x8e\x00\x65\x7f\xbc\x93\x0d\x28\xcd\x50\x00\x94\xb3\xfb\x3d\x44\x87\x05\xac\x51\xa3\x05\x09\xa8\xb1\x99\x0d\x82\x1a\x27\x88\xf2\x5c\x44\xbf\x45\x80\x50\x63\x4d\xd6\x99\x41\x8d\x09\x53\xcc\x01\x35\x4e\xb3\x10\x50\xa3\xab\x85\x1d\xa1\xc6\xe6\x02\x9c\x07\xd4\xd8\xad\x09\x5f\xaf\x1f\x33\x01\x6a\xcc\x9e\x79\x50\x63\xf7\x2e\x07\x35\xba\xee\xf1\xb9\x18\x15\x09\x07\x3c\x42\x8d\xe5\xf5\xf8\x2e\x5a\x2b\x09\xc0\x47\xa8\x31\xdd\xa6\xf1\xdd\x07\xad\x0e\x0b\xf8\x05\x35\x46\x0c\x02\x17\xd4\xe8\x18\xdb\x0b\x6a\x3c\x18\x6d\xae\x50\x63\xb1\x67\xe0\x82\x1a\x5d\xd7\xef\x0a\x35\xd6\xa7\xbb\x05\xb4\x72\xc4\xfb\x15\x6a\xac\x2e\x45\x7a\x85\x1a\xab\x43\x1a\xaf\x50\x63\xb3\x2a\x75\x85\x1a\xbb\x4d\x62\x57\xa8\x31\xc7\xe2\xf7\x40\x1d\xdd\xbf\x69\x7f\xde\x62\xea\x82\xb8\x78\x52\xa8\x31\xbb\x40\xd8\x0d\x18\x74\x10\x7f\x37\x78\x7c\x07\x2a\x82\x80\xfc\x9b\xc6\xe7\xe2\x9c\x37\x18\x15\xfb\x2b\x42\x8d\xfd\x43\xc1\x5f\x30\x94\x5c\xa1\xc6\x3c\x39\x71\x37\x80\x3a\xc2\x8f\x58\xf2\x05\x50\xba\x02\xd9\x15\xa0\x6c\x37\xfb\x23\x56\xd8\x13\x94\xb6\xee\xb3\xfd\xa4\x58\x8f\x8b\xe6\x5c\x01\xca\x9c\x4d\x09\x50\xe6\xf9\x98\xd2\xd0\x37\xc7\xe1\x02\x28\x37\xe0\xfd\x0a\x50\x96\xec\xa1\x03\x28\x33\x47\xf3\x0a\x50\x96\xe6\x2d\x21\x40\x59\x5c\xdd\xe0\xbe\x2c\xed\xf1\x6f\x0d\x43\x89\xdf\xd3\xd0\x6d\xfc\xbf\x02\x94\x75\x67\xff\x26\xd1\x71\x71\x4b\x5c\x01\xca\x16\x3e\x3d\x43\x6a\x7e\x5a\x97\xd4\x2c\xdb\x5f\x91\xd4\xbc\x48\xe9\x2b\x40\xd9\xae\x9f\x14\xa0\xec\x0f\xda\xf5\x15\xa0\xec\xfd\xf3\x64\x44\xfb\xcc\x50\x62\x3d\x93\x23\x76\x05\x28\xd3\xc1\x4e\x79\x05\x28\xd3\x49\x7e\xb2\xb2\x95\x36\x94\x6d\x59\xcc\x59\x44\x6b\xf5\x66\x15\xa0\xcc\xb6\xe3\xdd\xc8\xd1\xbc\xee\x19\x5b\x17\x41\x79\x05\x28\xb3\x23\x12\xae\x00\x65\x8e\xc7\xed\x69\xfd\x92\x67\x50\x80\x32\xbb\x64\xcf\x15\xa0\xcc\x2e\x31\x73\x05\x28\x73\x85\xcd\x5f\x01\xca\x3c\xdd\xb3\x84\xc1\xa3\x99\xc2\xe0\xe1\xcd\x9a\x30\x78\xa0\x2d\x5d\x00\xa5\xad\xc7\x37\x21\xfa\xd1\xae\xaf\x00\x65\x71\x31\x9a\x9b\xec\xca\x61\xc5\x04\x28\x4b\xc7\xb4\x75\x05\x28\xcb\xe7\x10\x0b\x50\x96\x49\x7d\xdf\x9b\xf0\x67\x1c\xb7\x27\xd6\xba\xd0\xbc\x6f\xc6\x5e\x0c\x80\xbd\x19\xd6\x8a\x3e\x7d\x85\x1a\xeb\x8b\x53\xf2\x0a\x35\x56\xe3\x93\x9b\x41\x55\x5e\xdb\x6c\x83\x07\x3b\x44\xa8\xb1\x7e\xfa\x29\xd4\x58\x47\xf5\x7b\x0d\x13\x80\x9f\xec\x68\x7c\x7e\x52\xe7\xef\x33\x2f\x19\xad\x0e\x23\xc3\x15\x6a\x6c\xf6\x98\x5c\xa1\xc6\xf6\x7a\x47\x66\xb4\xba\xe2\x11\x69\x7f\x4e\x02\x38\xaf\x50\x63\x73\xa1\x80\x2b\xd4\xd8\x5c\x02\xf3\x0a\x35\x76\x07\xeb\xdd\x02\xaa\xf2\xe9\x17\x6a\xec\x8e\x5c\xba\x05\x5b\x2b\x0e\xb6\x2b\xd4\xd8\xed\xe7\xb9\x05\x54\xe5\xdd\x2a\xd4\xd8\x97\xc7\x2e\xd4\xd8\xb7\x67\x50\xa8\xb1\x5b\xa7\xbc\x42\x8d\xd9\xde\x94\x2b\xd4\x98\x5d\x38\xf7\x82\x1a\x5d\x63\xfa\x0a\x35\x76\x17\x28\xba\x42\x8d\xbd\xfa\xe4\x08\x35\xf6\x83\x0e\x7b\x71\x27\xa6\xe0\xdf\xb4\x7e\x8e\xbe\xbf\x42\x8d\xf5\x9a\x83\x09\x35\xb6\x8f\x58\x11\x6a\x6c\x07\xb5\xee\x82\x1a\x1f\x73\x14\xa1\xc6\xdc\x70\x1c\xdf\x0a\xea\x48\xfe\x66\x47\x04\x98\x02\x15\xa3\x90\x5d\x50\xe3\x1c\x9c\x23\x50\xa3\xd5\xdd\x8b\xab\x71\xd4\xfe\x23\x96\x6c\x2f\xe4\xe7\x23\x78\x21\x7d\x34\xf1\x42\xda\x86\x72\x9b\x6d\xad\x2c\x51\xc3\xe0\x61\x59\xd8\xb0\xd5\x5d\x53\x09\xf3\x07\x8b\x22\x40\x99\x9d\xd3\x75\x05\x28\xcb\x4b\x14\xe8\x15\xa0\x2c\x4e\x5f\xbd\x02\x94\x65\x7a\x0b\x0a\x50\x96\xbd\xfc\xa4\x86\xee\x4c\xad\x8b\xab\x31\x02\x25\x6e\xc3\xcb\x9a\xfd\x1b\xac\xb5\xb8\x3d\x6d\xdd\xe3\xc3\x01\xa0\xcc\x38\x33\xaf\x00\x65\xa9\xc0\xee\x2b\x40\x59\x86\xdb\xeb\xd8\xb2\x30\xda\xdc\x8e\x97\x15\x8d\xf6\x0a\x50\xb6\x43\xd4\xc1\x15\xa0\xec\xdd\xc2\x42\x80\xb2\x14\x8f\x5d\x80\xb2\x4c\x1f\xf7\x8e\xd6\xe3\xad\x24\x40\xd9\x67\xf4\x57\x70\xf3\x1c\x7f\x85\xad\xfb\xba\x3d\x0c\x02\x16\x01\x00\x4a\x17\x1a\xbf\x00\xca\x7e\xfd\x1e\xae\x54\xec\xfd\x77\xe0\x8a\xf3\xc1\xc1\xd5\x38\xa6\x7f\x63\xeb\x2e\xff\x16\x01\xef\xb4\x20\x40\xd9\xec\x25\xbf\x02\x94\xad\x5b\xd6\x0b\x50\x36\x3b\x61\xae\x00\x65\x7f\xa2\x9f\x6c\x38\x64\x19\xed\xc0\x55\xec\x9e\x09\x50\x66\x47\x24\xdc\x81\x9b\xe7\x43\x69\xfd\x26\x38\xea\x0e\x1f\x4d\xe6\x65\xe0\xc6\x0a\xee\x19\xae\x38\x62\x5d\xee\xb4\x56\x47\x0b\x13\x5b\xdd\x87\xb2\x2d\x99\x16\x04\x28\xcb\x8b\x23\xf0\x0a\x50\x96\x66\x81\x20\x40\x59\xba\x47\x0b\x6a\x2c\x5c\xd4\x70\x41\x8d\xae\xbb\x70\xa7\x6d\xc9\xac\x1f\xae\xc6\xf7\x98\xc2\xd5\xe8\xdd\x83\xab\x31\x7f\x9e\x5c\x58\x88\xfd\xcd\xcd\x8a\xb9\x2f\xa0\x0e\xc0\xfb\x15\x6a\xac\xd3\x63\x10\x6a\x6c\x4e\x3b\xbf\x42\x8d\xed\xb3\x43\x16\xae\x70\x50\xc7\x15\x6a\x6c\xd3\x2d\x08\x35\xb6\x6b\xe5\x69\x79\x7f\xfa\x37\x44\xbf\x19\xdf\xc2\x15\x8e\x01\xf0\x82\x1a\x93\xd9\xee\x02\x15\x9b\x79\x0b\x35\x96\x61\xce\x20\xd4\x58\x9d\xb2\x7d\x71\x43\xf6\xe6\x27\xc5\x7a\x3a\x86\x8b\x2b\xd4\xd8\x5e\xac\xce\x77\xe3\xce\xb7\xca\xb7\x0d\xfa\xd9\xc9\x42\x86\xe9\x9a\x5d\xe3\x6a\xfc\x30\x68\x21\xc3\xf2\x10\xb2\x79\x37\x3c\x04\x94\x7a\x85\x0c\xcb\x32\x0f\xd9\x88\xbf\xe0\xf7\xd0\x4c\xad\x4f\x1b\x19\x9a\x99\x6e\x23\x5f\xbf\xa7\x31\x54\x30\xc8\xdd\x18\x15\x87\xfb\x79\xe8\x99\xdb\x03\x59\x70\xc9\xc1\x3d\xec\x41\xf3\x97\x83\x3f\xc3\x7a\xb8\x90\x61\x36\xae\xb9\x42\x86\x59\x95\x03\x7f\x9b\x25\x1f\xec\xc5\x80\xe2\x7b\x60\x9f\x00\xb5\x2b\xd0\x98\xab\xa5\x2d\xa0\xb1\x5b\x77\x3a\x44\x32\xf8\x50\x09\x34\xe6\x8e\x95\xf4\xe2\x85\x74\x8d\xa5\x0b\x68\x74\x51\xf7\x0b\x68\xdc\x9f\x01\x6d\x1c\x49\x0c\x56\xa0\x31\xdb\x01\x75\x05\x1a\xf3\xf5\xd1\xbc\x76\x05\xf0\x15\x5c\x8d\xd9\x92\x18\x57\xa3\x53\xb6\xaf\x80\x61\xa9\xd6\x8b\x05\x0c\x4b\xb3\x5e\x25\x60\x58\x9c\x1a\x79\x05\x0c\xcb\xf0\x06\x11\x30\x2c\xd3\x0c\x5a\xc0\xb0\xac\xd7\xdf\x9c\x2c\x3b\xdb\x0c\x60\xb8\x88\x17\xbd\x00\xc3\x6d\x4d\x11\x77\xe2\x47\x86\xe2\x4e\x4c\xda\x74\x81\x4b\xb5\x6a\x12\x26\x08\x8f\x80\x61\x25\xea\x34\x3c\x0f\xc0\x57\x26\x87\xf0\x3c\xb8\x4b\xc5\xca\xc3\x23\x60\x58\xb3\xb4\xac\xf0\x08\x18\xd6\xa6\x03\x10\x1e\x80\x61\x3b\xfe\x4d\xda\x19\x1e\xe6\xf0\xe0\x32\xec\xd5\xed\x4d\x9c\x1b\x19\x0a\xbb\xb6\xf4\x80\xf0\x3c\x78\xbb\xa7\x9f\x04\xfc\x35\xb7\x7e\xd1\xea\x18\x83\xc0\x5f\x23\xed\x21\x3c\x02\x7f\xed\x91\x1b\x24\x3c\x01\xe3\x44\xe0\xbd\x00\x9b\x48\xf4\x2c\x10\x2c\x94\xfc\x1b\xc1\x42\x12\x5c\xe1\x11\xf8\xeb\x40\xe4\xf0\x00\xfe\xa2\x42\x1a\xc3\x23\xf0\xd7\xdb\x61\x96\x04\xfe\x3a\xd6\xea\xf0\xd8\x2d\x58\x18\x91\x50\x5c\x3f\xdd\x4f\xe2\xb1\x5f\x8c\x28\x70\x8c\x2a\x63\x00\xc5\x25\xe9\xa9\xe1\x11\x8a\x2b\xef\x39\x50\x18\xc8\x32\xad\x0b\xc5\xf5\xb0\x69\x4f\x28\x2e\x67\xe9\x6a\xe1\x11\x8a\xcb\xa4\x2f\x84\x47\x28\x2e\x8f\xc0\x4c\xbc\xb8\x95\x8e\xdb\xd3\x3e\x7b\x17\x33\x81\x5b\x90\x4a\xc0\xe1\x79\x31\xb0\x78\xdd\x85\xe2\xda\xb8\xee\x0b\xbe\x95\xee\xaf\x68\x8d\x42\x36\x25\x51\x45\xbc\x47\x78\x70\x0b\x46\xcf\x35\x6e\xc1\xe8\x75\x8f\x18\x20\x32\x73\x2d\x14\x57\x30\x5f\x85\x47\x28\xae\x50\x71\x30\x3c\x11\x03\x60\xe5\x9b\x11\xdb\x7c\xf4\x7b\x85\xfd\xc2\xba\x0b\xc5\xb5\x56\x99\x6b\xa1\xb8\x5c\x3c\xd7\x42\x71\xf9\xb3\x0b\x22\x6c\x30\xf9\x9b\x66\x83\xfe\xa6\x55\x0d\x3f\x89\x81\xec\xba\x2f\xf8\x56\x82\x29\xf1\x82\xee\x9e\x81\xe2\x4e\x65\x8d\x70\x0b\xa6\x4e\xeb\x42\x71\xb5\xbb\x2f\xa0\x38\x12\x7f\xc2\x23\x14\x57\x9e\xc2\x1a\x25\x0c\x10\x8b\xd6\x41\x71\xb1\xb2\xb6\x09\xdb\xfc\xa1\x9f\x09\x03\xc4\x36\x85\x28\x1e\x6e\x61\xd0\x33\xf7\x45\xe3\xbb\x2f\x3b\x0b\x14\xf7\x04\x66\x49\x28\xae\xa6\xfc\x03\x2d\x39\x3c\x02\x78\xbd\x7b\xd3\x01\xf0\xee\x62\xe8\x99\x60\x93\xc9\xf2\x65\xcc\xda\x93\x06\x04\xf0\x0a\xb6\x9e\xf0\x08\xe0\x35\xae\x5e\x09\x0f\x6e\x41\x5c\x1d\xe1\xc1\x2d\x38\x0e\xdd\x14\xc0\x6b\xe3\x65\x92\x04\xf0\x4a\xf5\x44\x18\xe0\x79\x19\x0c\xf0\x2e\x9b\x40\x00\x2f\x73\x57\x48\x78\x70\x0b\xae\xe3\xaf\x00\xd0\x3f\xed\x69\x69\x8f\xd9\x8b\x00\x5e\xee\xc1\x94\xd8\x4b\x8c\xf4\x53\x00\x2f\x9d\x48\xcf\x0a\x11\x09\xd3\xbf\x29\x22\xe1\x26\x53\x91\xc3\xc8\x51\x29\x88\x31\x6f\xba\x82\xdb\x73\xb1\x60\x85\x60\x21\x1f\x1c\x01\xbc\xc2\x5d\x63\x81\x3b\x09\x4b\xf6\x41\x15\xc0\x2b\xa3\x31\x5a\x01\xbc\x32\x27\x23\x12\xc0\x2b\x27\x31\x76\xdc\x82\xf5\x98\x02\x00\x99\x09\x17\x22\x4a\x82\x7b\x26\x11\xb0\x37\x14\x6e\xc1\xb2\x98\x5d\xdc\x82\xcd\x2c\x4b\x00\xaf\x73\x1d\x4f\x78\x70\x0b\xc6\xec\x27\xb5\x75\xd3\x34\xa5\xad\x7b\xa7\xbf\xa9\xa3\xf9\x39\xee\x02\x78\x35\x4f\x66\x02\xb7\xe0\x63\x76\x26\x80\x97\xb3\x67\xa2\x5a\x4b\x66\x0c\xd5\x01\x6b\xfe\xca\x42\x3b\xf3\x7b\xb8\x75\x3d\x9f\x42\x71\x65\x1f\xf6\x19\x6e\xc1\xe3\x7e\xe2\x16\xbc\x85\x6f\xe2\x16\x24\x9a\x26\x70\x57\x63\xcd\x3e\xe0\xc4\x92\x3e\x66\x0c\xc4\x92\x52\xc2\x2a\x70\x57\x63\xcb\x16\x63\xc4\x92\xf6\xe6\x27\xc5\x7a\x86\xfb\x22\x14\xd7\x66\xa6\xd7\x8d\x88\xa0\xc0\x3a\x34\x44\x78\xf7\x7b\xa0\x80\x6c\x0a\x14\xe0\x79\x01\xc5\x9d\xc7\xef\x61\xdb\xcd\xee\x0b\x06\x40\x9f\x00\xa1\xb8\xdc\x1e\xd6\x08\xb7\x60\xcb\xcc\x35\x6e\xc1\x53\xfc\x1b\x28\xe0\xa1\x9f\x9d\xf5\xeb\xac\x58\xc7\x00\x78\xfc\x4d\xdc\xd6\x16\x4e\x42\x71\x75\x6d\x53\x1a\x5f\x9d\xf4\x1a\x14\x47\x96\x68\xe0\xfe\xc7\x74\x2c\x02\x8c\xe2\x2c\xb4\x41\x71\xb5\xb8\x3d\xa9\x59\xfd\x75\x5f\x70\xeb\x9a\x95\x0b\xc5\xe5\x35\x99\xeb\x01\x6b\xf5\x69\x14\x8a\xcb\x64\x6d\x06\xee\x7f\x2c\x24\x91\x05\xee\x7f\x2c\xc9\xbb\x00\xb7\x60\x74\x3f\x41\x71\xe1\xb2\x2a\xa0\xb8\xd6\xd8\x21\xb8\x05\x97\xf7\x27\x28\xae\x34\x3f\xc9\xf8\xb6\x9f\x44\x8d\xfc\xb4\x0e\x6b\xf5\xb9\x1d\xb0\xd6\x4f\x7b\x18\x70\xcd\x68\x85\xe2\xf2\x6b\xd5\x46\x28\x2e\x93\x08\x17\x1e\x50\x5c\x0d\x8c\x0f\x14\xd7\xe2\x0f\xca\x0e\x05\xae\x9b\xcc\xcd\x32\x74\x12\xec\xf5\x30\xb9\x13\xd6\x6a\x19\x2a\x80\x97\xd7\x75\x03\x05\xbb\x21\x03\x02\xe0\x9d\xe1\xdf\x24\x55\xae\x0f\x3f\x6e\x41\xee\xc4\x08\x0f\x00\x2f\x06\x26\x17\x80\x17\x1b\xc7\x08\x80\x97\x82\xfb\xa2\xa3\xd9\x7c\x8c\x88\x25\x6d\xd7\x4f\x02\x60\x17\x2d\x10\x4b\x4a\x69\xc9\xf0\xe0\x16\x3c\xd6\xb9\x70\x0b\x1e\x1f\x77\xdc\x82\x24\xd6\x06\xae\xb7\xac\xc1\x3a\xc9\x72\xb0\x1e\xfd\x5c\xd8\x06\x2b\xed\x2d\xb4\x4f\x6f\xa5\x65\x8f\x3d\x63\x17\xc0\x6b\xc4\x6b\x07\xae\xb7\x6c\x7d\xf8\x3d\x69\x3d\xcb\xcc\x74\x11\xcc\x76\x19\x11\x71\xa6\xc7\x3a\xc2\xb2\xdb\xc5\xbf\x5d\x2c\x7e\x7c\x53\x6e\xc1\xfe\xf8\x80\x6f\x6c\xd7\x16\x55\x06\x7f\x66\x75\x1b\x8f\xaf\x0f\x9c\xc0\x5f\xaf\x1e\x11\xe0\x6f\x6e\xe6\x0c\xb7\xe0\x47\xf7\xdd\xd8\xe6\x7d\xdc\x01\x7f\xef\xf0\x93\x02\x7f\xb1\xf8\x37\x0c\x48\xc5\x7d\x21\x58\xcf\x42\x1b\xf0\x37\x3d\xbb\xc4\x99\x9e\xce\x2c\x09\xfc\xb5\x69\x01\x24\xf0\x97\x9b\x67\xe9\xe0\xf6\x34\xe3\x3b\x20\x20\x8b\xf7\x03\x02\xf2\x68\x05\xfe\x4a\xb1\x78\x10\xc2\x2b\xcb\x3a\xba\x10\x5e\x0d\x16\x4e\x42\x78\x35\x2c\xb7\xc0\xd1\x34\x33\x3d\x68\xde\x81\x31\x38\xce\xd4\x8c\xfd\x60\x1b\x34\x06\x11\xc2\x4b\x67\xfb\x37\xdc\xba\xc3\xed\xe9\x68\x86\xe5\xdf\x38\x9a\x9b\x23\x0d\xc2\x4b\x0f\x4f\x82\xf0\xc2\x60\x7c\x20\xbc\x5a\x69\xe1\x5a\x2b\x67\x5e\x2e\x6e\xeb\xcd\x7c\xca\x2d\x58\xb6\x47\x04\xfa\xbb\xd5\xdf\x84\xb5\xfa\x54\x09\xfd\xd5\x0f\x33\xbd\xec\x4f\x2b\x2c\xd7\xaa\x0d\xab\x22\xf4\xd7\x92\xd7\x4f\xe8\xaf\xbf\x66\x44\x04\x93\x72\x47\x4c\x78\x40\x7f\xb9\xbb\xd7\xc4\x72\x7f\x7e\x23\xe2\x02\x01\xc4\x7d\x9a\x95\x32\x63\x81\xfb\x34\xab\xc5\x18\xf7\x69\xb6\x58\xfd\x64\x04\x2b\x15\x28\xdc\xba\xc1\x4f\x12\x11\x04\xfe\xe2\x3e\xcd\xbc\x14\x7d\x15\xb8\x4f\xb3\x91\x55\x1c\xc2\x43\x2c\x3e\x7a\x71\x90\x5b\xb0\x3f\x88\xd4\xf0\x80\x3a\x3e\xef\x31\xbe\xc7\xdf\xc4\xb6\xdb\xdd\x1e\x08\xbd\xfb\xb7\x03\x62\xee\x50\x97\xdd\xc3\x88\x84\x0c\x6b\x41\x71\x0c\x42\x86\x95\x3a\xd2\x21\x80\x0c\x33\x7b\x3e\x18\x19\x3e\xa6\x34\x3e\xdc\x82\x21\x04\x22\x2e\xe2\x0f\x2e\x7a\x0a\x41\xa0\x31\x53\x5c\x2e\x04\xe2\x4c\x03\x6c\x37\x04\xdc\x66\xc5\x8d\x77\xe0\x6c\x86\xd2\xd2\x16\x34\xd3\x80\x5b\xb0\xa2\xf5\x04\x01\xca\xd6\xae\x07\x24\x40\xc9\x65\x47\x21\x04\xb4\x9e\xe0\xe1\x69\xe8\xcf\xa6\x05\x01\xca\x1a\xd1\xf1\x82\x00\x65\xe5\xbe\xb4\x10\x5e\xd2\x10\x22\x13\x68\x40\x59\x68\x4f\x80\xb2\xf7\xeb\x27\x71\x9b\x61\x10\x08\x00\x4a\x22\x60\x43\x00\x50\x7e\xa6\x0c\x40\x39\x83\x9f\xd4\xf8\x9e\xe8\xd6\x75\x34\x5f\xf7\x13\x40\x59\xbc\x5d\x04\x28\x3b\x91\xc1\x21\xbc\x44\x5c\xc8\xf3\x1e\x02\x6e\xc1\x0b\x10\x0d\x2f\x11\x17\x1c\xb8\x00\xa0\x24\x77\x29\x04\xe2\x4c\x29\x23\x18\x02\x80\x72\x22\x51\x43\xb4\xe8\xa0\x75\x01\xca\xba\x10\x4e\x01\x40\x79\xba\xdf\x2b\x84\xf2\xd0\x33\x00\x65\x2f\x8c\x4f\x80\xb2\x61\xd5\x0b\x21\x02\x98\x61\x52\x21\xe2\x56\xf2\x31\x22\xce\xb4\xa1\xf1\x05\x00\x25\xf6\xc6\x10\x0c\x28\x7d\x70\x22\xeb\xe7\x99\x17\xa0\xac\x84\xdb\x87\x90\x30\xcc\x3c\x8c\x2f\x61\x98\xf1\xe1\x10\xa0\x6c\xd5\xab\x92\x70\x2b\x79\xa5\x93\xd3\x80\x18\x3b\x6e\x41\x43\xe4\x40\x9c\xe9\x1d\xcc\xa0\x00\x65\x4b\x0f\xad\x03\x28\x03\xba\x4c\xc0\x2d\x18\x3f\x4f\x92\xa2\x50\xdc\x17\x58\xeb\x70\x7b\x1a\x9f\xc5\x51\x48\xb0\x56\xef\x72\xe2\x4c\xcd\xca\x03\xa8\xd1\x46\xa2\x80\x5b\x70\x04\x53\x1a\xdf\xf2\x37\x71\x0b\x5a\xff\x0b\xb8\x05\x17\xc0\x37\x08\x35\xb6\xd7\x33\x91\x89\xa3\x45\x34\x06\x50\xe3\xf5\x3e\x13\x6a\xec\x61\xf9\x49\xb9\x75\x2f\xb8\x2d\x08\x35\xe6\x10\xfd\xcd\x81\xa5\x9e\xf1\x65\xd2\xb8\x92\xbf\xc9\xfa\x1d\x56\x25\x3b\x8d\xcb\xfd\x3c\x68\x9f\xa6\x34\xbe\xbc\xf8\x0a\xc1\xa4\x63\x33\xbb\x05\xd4\x81\xc2\x12\x08\x26\xed\xaf\x7f\x13\xeb\xc1\x4a\x1a\x42\xc1\x6d\xf6\xb2\x3f\x71\x0b\xe6\xc1\xfa\xe1\x16\x1c\x68\xf3\xc1\x6e\x41\xef\x1e\xdc\x82\xc7\x2c\x12\xb7\xe0\x59\x6e\x8f\xf1\x21\xd0\x03\xa8\xb1\x2c\x66\xa2\xe0\xd6\xad\x7e\x4f\xa2\xff\x09\x6e\xef\xd0\x4f\xbf\x87\x5b\xde\xad\xe3\x16\xac\x9e\x25\xa1\xc6\x42\x79\xe1\x10\x2a\x5a\xf9\x63\xca\x61\x07\x8c\x08\xd4\x78\x3f\x14\xa2\xdf\x2c\x19\xd4\x98\x9a\x29\x89\x46\xea\x87\x87\x50\x09\xd6\xf3\xba\x57\x54\xb7\xf3\x83\x1b\xaa\x43\xa8\x84\xb8\x63\xed\x0c\x02\x94\xfd\xf9\x34\xbe\xd0\xc0\x98\x40\xe2\x4c\x0d\xf7\x02\x71\xa6\xaf\x0f\x6a\x45\x61\x37\x23\x02\x50\x52\xc5\x29\x84\x86\x47\xdb\x12\xc7\xc9\x89\xe8\xb7\x01\xb7\xe0\xf1\x01\x20\xce\x34\xfb\xd8\x36\xb4\x3a\x6f\x79\xdc\x82\xf7\xf3\x1e\x80\xcb\x1b\x8b\x38\xd3\x0f\xdb\x6d\x68\x3d\x96\x5b\x8d\x60\x36\xc0\x51\xc0\x2d\x58\xae\xdb\xc3\xe3\x6b\x41\xd2\x90\x9a\x1f\xea\x60\x07\xf2\x18\x70\x9b\x61\xb4\x09\x02\x94\x75\x9a\x41\x0b\x50\xd6\x6b\x99\x2d\x40\x59\xaf\x37\x56\x37\x60\xa6\xf5\x6e\xad\xc0\xbf\xe1\xd1\x06\x9a\x85\x8e\x5b\xc9\xc2\x50\x80\xb2\x73\x39\x4f\x08\xdd\x5a\x9d\x29\xb2\xbf\x2c\xaa\x00\x94\x17\xb4\x12\x88\x33\xbd\xe8\x63\xa1\xe3\x76\xf1\x0c\x0a\x50\xf6\x30\xdd\x1e\xb6\x48\xb3\x33\x00\xe5\x6b\x16\x49\x9c\x29\x57\x57\x85\x40\x9c\x29\x57\x49\x85\x00\xa0\xa4\x12\x5c\x08\x00\xca\x9b\xfd\x5e\xe2\x70\xf8\xbd\x8c\x50\x63\x93\x13\x67\x5a\xcc\xa4\x3e\x71\xa6\x8c\x81\x38\xd3\x62\x16\x39\x9c\x62\xc2\xcc\x13\x67\xba\x31\xd3\x04\xe2\x4c\xaf\x99\xbe\x00\x65\xaf\x18\x5f\x82\x00\x65\x9f\x3e\x00\xb8\x05\x37\x70\x36\x08\x50\xf6\xe3\x1d\xe2\x0c\x44\xb4\xeb\x40\x06\x62\xc7\x52\x1f\x84\x1a\xeb\x36\x63\x27\x03\x31\x7a\x7f\x12\x67\x1a\x2d\xd0\x89\x33\x3d\x9f\xf7\x0a\xec\x85\x79\x99\x18\x3c\x30\x08\x04\x67\x20\x6e\x3f\x29\xd6\x7a\x3f\x5f\x21\xa2\xc4\x9a\x14\xc1\xa4\xcf\x87\xd2\xfa\x25\x33\x68\xa1\xc6\x6a\xcc\x1a\x26\xb6\xd6\xca\xcc\x13\x4c\xca\xad\xec\x21\x08\x35\x56\x92\x9e\x42\x20\x03\xf1\x35\x5b\x22\x03\xb1\x59\xdc\xe2\x16\x5c\x3e\x55\xb8\x05\x97\x59\xb2\x50\x63\x5b\x66\x2f\xcb\xfb\x93\x9e\x2d\x22\x82\x2c\x44\x85\x1a\xf3\xf3\x79\xaf\x63\x87\xa5\x67\x64\x27\x1e\xcf\xc4\xc2\xed\xd9\x99\x4f\xdc\x82\xc1\x67\x05\xb7\x60\x31\xc3\x14\x6a\xac\xd5\x8c\x7d\xe1\xcf\x30\x27\x12\x6a\x6c\xc9\x8a\x80\x51\x63\x35\x25\xd4\x38\x3d\x83\xa0\xc6\xdb\xf8\x0a\x2e\xc3\x66\x35\x84\xec\xc4\x61\xed\x7a\x5b\x2b\xa7\x75\x5c\x86\x03\x1c\x15\xc8\x4e\xdc\x1e\x1f\xd9\x89\x17\xc3\x53\x00\x35\x52\xee\x37\x04\x50\xe3\x7e\xfd\x9b\xc6\x77\x2c\x44\x71\x19\xe6\xf0\x43\x96\x0c\xa0\xec\xd1\xdd\xbc\x24\x17\xb0\x0c\x02\x94\x9d\xaa\x0f\x21\xe0\x4d\x7c\x2d\x0f\x0c\x28\x2d\xeb\x01\x94\x15\x48\x1e\x00\x94\xdd\x87\xff\x10\xa7\xe8\xa1\x0b\x50\x96\x8f\x8e\x27\x40\x59\x1f\x0f\x4f\x80\xb2\xda\xed\x12\x04\x28\x6b\xf2\x16\x04\x50\x66\x03\x0b\x01\xca\x4a\x55\x8b\x10\x04\x28\x6b\x2b\xee\x27\xd9\x43\xd6\x3e\x05\x28\x7b\x33\xd3\x00\x50\x06\x40\x6a\xb0\xcb\xf0\xe5\x37\x01\xca\x4e\x72\x41\x08\x17\x5b\x32\xae\x95\x70\xc9\x6e\xb3\xec\xbd\x4e\x3c\xa5\x2f\x00\xca\x7d\x58\x30\x00\x25\xb7\x75\x84\x40\x9c\xe9\xb5\x6e\x71\x31\xe8\x98\x7d\xe2\x4e\xe4\xd2\xd1\x10\x70\x27\x36\x8b\x38\x00\x65\xf1\x96\x07\x50\xbe\x9e\xeb\x8b\x37\xf8\xf3\x15\xb4\x3a\xeb\x2b\x97\xf1\xc9\x25\x1a\xde\x87\x10\x7e\xc6\xfe\x1a\x50\x06\xff\x06\xeb\x99\xfe\x0d\xd6\x03\xce\x78\x01\x94\x05\x06\xf6\x0a\x50\xa6\xcb\x86\x7c\x01\x94\x2f\x0e\x8c\x57\x80\x32\xe3\xcc\x0c\xaf\x00\x65\x4e\xac\xe6\xfb\x60\x4b\x7e\xdc\x02\xbe\x80\xe2\x6f\xea\x68\x3e\x88\x8e\x57\x80\xb2\x90\x42\x1d\x5e\xe2\x4c\xa9\x55\x1b\xde\xc7\x5a\xb9\x7b\x8d\x56\x8e\xd6\xfa\x02\x28\x89\xf3\x09\x2f\x80\x32\xc1\xd8\xdf\x80\xbb\x14\x9b\xf0\x1b\x70\x97\xe2\x24\x7c\x03\xa8\xc3\xdf\x0c\xc4\x09\x63\xa2\x7a\x03\x29\x0a\xd3\xdf\xd4\xfa\xd9\xb0\xf6\x92\x9d\xd8\x60\x91\x2f\xd9\x89\x5c\x28\x16\x5e\xa1\xc6\xfe\x99\x79\xb2\x13\xb9\x8c\x35\xbc\xb8\x21\xcb\xa7\x75\x44\xc7\xf2\x37\x09\x26\x45\xc7\x7b\xc9\x4e\xbc\x30\xda\x17\xd4\xf8\xf9\x0a\xa8\x31\x79\xae\x41\x8d\x19\x91\xf3\x0a\x35\x36\x92\x66\xc2\x0b\x6a\x24\x3a\x3d\xbc\x42\x8d\x7d\x61\x9a\x7c\x5f\x8b\x0e\xc6\x00\x6a\xac\xdd\xbf\xc1\x7a\xf0\x3d\xbc\xa0\xc6\x14\xfd\x15\x50\xd5\x71\xeb\x1a\x9f\xad\xa4\xef\xcb\xf9\xe3\xc4\xbd\xb8\x21\xc7\xe7\x2b\x07\xf5\xc5\x63\xd0\xfa\x2d\x4c\x9a\xaf\x51\x23\xf8\xe4\x8d\x46\x55\x8c\x21\xda\x17\xe0\x27\x29\x3e\x80\x99\xe6\x05\x35\x36\xf7\x25\x12\x51\x32\xfc\x9b\xc6\x67\xbb\xfd\x1b\xc9\xbe\xc4\x2b\xf2\x46\xbb\xe9\x98\x5d\xdc\x90\x27\xb3\x23\x85\x1a\xcb\x75\x3f\x41\x8d\x5c\xbb\x1b\x5e\xb2\x13\x29\xa0\x15\xde\x68\xd4\xef\xd6\x15\x8d\x71\xb0\xe2\xbf\xb8\x21\x6d\x46\x7c\x71\x43\x0e\x9f\x15\x82\x49\xf7\xd7\x29\xfe\x4d\x96\xfc\x12\x67\x7a\x7d\x1c\x04\x28\x0b\x81\x21\xe1\xc5\x43\x19\xa3\x1b\x10\xeb\xb1\x19\xe3\xc5\x43\x59\x90\x54\x2f\x71\xa6\x07\x2f\xf2\x4b\x9c\xe9\x85\x81\xbd\x09\x83\x00\xd6\xab\x17\x40\x59\xbb\xdb\xd3\xd0\x93\x17\x53\x80\xb2\xe5\xe0\x27\xc5\x7a\x5a\xf4\x57\x30\x08\x7c\x7e\xbb\x04\xf6\x30\x9d\x02\x94\x7d\xf9\x49\x12\x17\xb3\x59\x0f\x6e\x48\x02\x89\xc2\x9b\x11\x1d\xee\x59\xc6\x16\xe9\xa9\x06\x50\xc6\xc7\x4f\xe2\xe6\xf1\x06\x01\x50\xd6\x6a\x8a\x38\xe1\xc1\x61\x04\x50\xf6\xc6\x26\x20\x03\xb1\x06\x7f\xd3\x91\x0c\xcc\x67\x26\x92\xc1\xdb\x05\x57\xe3\xeb\xed\x49\x2c\x69\x74\xcf\x88\x25\x8d\x20\x92\xb7\x38\x43\x8f\x39\x73\x2c\x29\x9a\xc6\x6b\x57\xa3\x0f\x00\xae\xc6\xee\xd1\xe2\x6a\x1c\x9f\x16\xf0\x22\xfb\x80\xe3\x6a\x2c\x68\x13\x2f\xae\x46\x8a\xac\x87\xb7\x38\x0d\x88\xd9\x05\x34\x4e\x33\x22\x5c\x8d\x54\x33\x09\x2f\xa0\xf1\x9a\x79\x93\x81\xb8\xa6\xbf\x79\xb1\xa3\xb3\x62\x80\xc6\xc7\xcc\x54\xa0\xb1\x4f\xaf\x1f\x19\x88\x5c\xb2\x13\xde\x8a\xe6\x86\x13\xe6\x25\x03\xb1\x60\x16\x7a\xc9\x40\x24\x25\x29\xbc\xc4\x92\x9e\xe1\xaf\x30\xbe\x4c\x3f\x2b\x69\x40\xde\x2f\x15\x7b\xb8\x57\x85\x58\xd2\xe2\xe3\x5e\x11\xef\xdb\xef\x2d\x4c\x23\x6e\x0f\x64\x68\x56\x57\x51\x5f\xba\xbf\x89\xf8\xf3\xf1\x6b\x04\x43\x11\xcf\xf2\x36\x27\xcf\xb2\x0e\xce\x40\xfc\x50\x11\x47\x20\x33\xd8\xc8\x60\x7b\x4c\x11\xeb\x6c\xc6\xd0\x2c\xde\xe9\x19\xc8\x90\xb2\xb6\xe1\xa5\x36\x4d\xf5\x49\xc5\xd5\x78\xa6\x5b\xd7\xfa\x9d\x65\x6a\x72\xaa\x98\xf9\x66\x7b\xb8\x7f\xdb\x08\x51\x8f\x01\xf1\x50\x4d\x49\x3c\x14\x8b\x54\x02\x46\x29\x76\x15\x5e\x02\x46\xed\xc2\x7b\x09\x18\xfd\xb0\xf9\x4e\x86\x9e\x7b\xdd\x19\x5f\xa7\xf5\xce\x19\x0b\x7e\x4f\x67\x2c\xa1\xa3\xbf\x42\x86\xad\x7e\xbe\xd2\x30\x4d\x32\x67\x20\xc3\xd7\xe2\x48\xc8\xb0\x5b\x7f\x7f\x3b\x46\xb7\xe6\xaf\x50\x3a\x69\xb8\xd7\xac\x9f\x4f\x40\xb7\xbd\xdf\x2d\x10\xc5\x81\x31\xe4\xfd\xb8\x1a\x19\x1f\xc8\x30\x98\x5d\x0f\x52\x61\xfc\xcd\x41\x44\x97\xcf\xd1\x20\x5f\x02\x7c\xf2\x0e\x0c\xa3\xcb\x5f\xc1\x30\x8a\x03\xf1\x15\xfa\xab\x5f\xc7\xfe\x07\x2c\x79\x60\x33\x2d\xfe\x24\xf1\x86\xc9\x14\x9e\x7e\x34\xe8\x57\xc0\xb0\xd6\x4f\x03\x0e\x52\x61\x72\x49\x40\x7c\x2d\xc5\xa6\xab\x2a\x31\x20\x12\x10\xb9\xfe\x31\xbc\x94\xa6\x99\x80\xaa\x77\xfa\xf8\xf9\xbd\x04\xc3\xf4\x6f\x99\xad\xeb\xf7\xc8\xcd\x27\x7c\xe6\x15\x30\xac\x05\x70\xf4\x0a\x18\xd6\x8a\x43\xe8\x9d\x24\x38\x27\x53\x5a\x3e\x6a\x3e\x87\x17\x77\xe2\x04\x6c\xbe\xb8\x13\x3f\x32\x7b\xda\x53\x6c\x0a\x77\xc6\xeb\xaf\x68\x7c\xc9\x6c\x90\x2c\xc3\x08\x44\x7e\x17\x9e\x54\x1f\xd4\x45\x59\x97\xcf\x93\x18\x66\xbc\x09\xc8\x32\x8c\x66\x6e\x0b\x11\x87\xe1\xe2\x15\x30\x2c\xdc\x00\x1c\xde\x85\x88\x23\xc0\xea\xc5\x9d\xf8\x61\xd7\xcb\x09\xdc\xcc\x04\xee\xc4\xf7\x43\x91\x9b\xef\x19\x5c\xd6\xae\xdd\x17\x0c\x33\xc7\x5f\x21\x4b\xcd\xdb\x6c\x51\xdb\xc4\x8c\x9d\x2c\x43\x52\x14\xc2\x4b\x96\xe1\x8b\xbb\xe6\x25\xcb\x30\x59\x8c\x91\x65\x98\xf1\xe6\xbf\x64\x19\x76\x90\xcc\x6b\x77\xa2\x57\x85\x58\xd2\xf9\x69\x41\xeb\x67\xa0\xfd\xe2\x4e\x8c\xd7\x2d\x74\xf0\x10\xdb\x1a\x60\x78\xbc\x9a\x9b\x54\x0a\x0b\xa7\x8d\xf6\x42\x44\xc2\x6b\x60\x68\x21\x0a\xfa\x1b\xd6\x14\x37\xe2\xc1\x6c\x02\xf4\x67\x63\xc1\x2b\xf4\xd7\xed\xb3\x78\x89\x25\xfd\xe8\xe8\x42\x7f\xfd\x6c\x53\x09\x5f\xbb\x9f\x74\xe9\x2b\xfa\x42\xc0\x68\xb2\x5a\x40\xc0\x28\x25\x22\xc3\x4b\x96\xa1\xfd\x35\xef\xa1\x2c\x0f\x2e\xd8\x57\x08\xaf\x3d\x46\x32\x20\x3c\xc7\x04\xbc\x20\x3c\x2a\xb9\x84\xf7\x90\xa4\x8d\x09\xe7\xbd\x94\x16\xb2\x12\x84\xcb\x70\x59\x20\x90\x49\xf8\x9a\x9d\x81\xf0\x92\x77\x16\x08\x6f\x58\xf8\x5e\x5c\xf6\x18\x00\xdf\x8b\xcb\x1e\x54\xfc\x5e\x97\x16\xe2\x6c\x1a\xe1\x79\xbf\x80\xf0\xea\xeb\xaf\x20\xc2\xb1\x79\xbf\x04\x8c\x76\xab\x60\x04\x8c\x9e\xe8\xaf\x10\x0d\x05\x32\x7c\x09\x18\xad\x56\x82\x08\x18\x5d\xf4\x33\xe2\x32\xbc\x8a\x83\x0e\x51\x08\xaf\x79\x06\x23\x2e\xc3\xf9\xf8\x37\xf1\x90\x7b\xfd\x1b\x2e\x6d\x56\x33\xe2\x32\x3c\x30\xef\x68\x97\xe1\xf4\x93\x3a\x63\x0f\xbd\x8e\xd4\x9f\xa1\x76\x73\x88\x8f\x8b\x40\x4c\x28\x8d\xcf\xab\x19\x41\x71\x5c\x72\x1a\x22\x28\x6e\x1d\xff\x86\x81\x13\xb1\x12\x41\x71\x36\x7b\x45\x50\x9c\x62\x87\x7e\x93\x25\x47\x01\xbc\x9e\x91\xd9\x31\x38\x1b\x8b\x6e\x12\x4b\x4a\x49\xc3\x10\x89\x25\xe5\x26\x88\x10\x71\x0b\xbe\x1c\x9c\x18\x00\xb0\x78\xb4\x63\x70\x1c\xa6\x7f\xd3\xf0\x0c\x67\x63\xa0\xc6\x05\x7a\x63\x14\xc0\x2b\x35\xba\x75\x2d\xdf\x40\x04\xc4\xc0\xd0\x97\xbf\x49\xbc\xef\x72\xeb\xc4\xfb\xa2\x6b\x47\x00\xde\xf4\x18\x00\x78\xde\x9e\x51\x00\xaf\x52\xd9\x2b\x44\x00\x5e\x60\xcb\xc7\x17\xb7\x0b\x76\xe6\xf8\x12\x0c\xd5\xfc\x15\xdc\x2e\xc7\xef\x55\x2c\x69\x4c\xee\x4b\xf5\xbc\xc5\xa2\xbc\x64\xd3\x79\x0c\x2f\x29\x1f\xc9\x2d\x90\xd2\xe2\x99\x78\x09\xd6\xdb\xfe\x26\x89\xae\x40\xdd\xe8\xf2\x33\xaf\x29\xdc\x2e\x88\xb1\x08\xc0\xa3\xba\x55\x88\xb8\x05\x3b\x81\x8a\x11\xb7\xe0\x42\x38\x45\xbb\x05\x89\x9c\x88\x00\x3c\x0a\xdc\x84\xe8\x38\x53\x74\xf4\x48\x9c\x69\x41\x00\xc5\x68\x11\xe7\xdf\x70\xeb\x82\x80\x22\xe5\x67\xb8\x29\x3c\x44\xca\xcf\x70\xab\x77\x88\x91\x88\x0b\xf7\x3a\x12\xeb\x0c\xfb\x8c\x94\x9f\x79\x3f\xbf\x89\x45\xd6\xe3\xaf\xe0\x76\x21\x0e\x26\x0a\xe0\xf5\x86\x9b\x35\x0a\xe0\x75\x47\x5a\xc7\xe4\x1a\x2c\x8c\x16\x14\xf7\x7e\xde\x23\xd8\x0b\x8d\x2f\x82\xe2\xb8\x9e\x20\x44\x50\xdc\x25\x82\x39\x26\xc6\x87\xbd\x31\x0a\xc5\x35\x03\xf4\x28\x14\xd7\xc3\xf4\x93\x94\x9f\x29\xee\x8b\x44\xdc\xf0\xec\x0a\xc5\xf5\x99\xdc\x17\x82\xa1\x5e\x53\x94\x9f\xc1\x6a\x19\x29\x3f\x53\xbd\x0b\x28\x3f\xd3\x61\xf3\x11\x14\xb7\x5e\x53\x04\xb3\x25\xd8\x04\x35\x66\x6e\x35\x95\x70\xc5\x31\x13\x42\x71\x25\xc3\x3e\xa3\x50\x5c\xc9\xe0\xa1\x48\x30\x69\xf6\x8e\xa4\xc6\x0c\x45\x2f\x43\xa4\xc6\x4c\xc5\xd0\x15\xa9\x31\xd3\x81\xe4\x91\x60\xd2\x83\x9e\x1a\x33\x06\x08\xb4\xeb\x68\x84\xf7\xfa\x9b\xa8\x60\xc3\x23\xa2\x06\x0b\xc2\x22\x82\xf0\xb8\x53\x32\x44\x10\xde\x4b\xf4\x47\x04\xe1\x25\x10\x65\xc4\x2d\x58\x50\xc1\x22\x6e\xc1\x01\x63\x8f\xc5\xfc\x85\xb1\x17\x57\xcf\x63\x2f\xe1\x16\x2c\x78\x0d\x22\x6e\xc1\xdb\xdd\x7a\xc7\x59\xcb\xcc\x17\x7c\x2b\xd7\xad\x13\xac\xe7\x73\x5b\x1c\x71\xc1\xcc\x17\xce\xdf\x76\x5f\x74\xfe\x62\x77\x0b\x44\x94\xa0\x74\xc5\x4a\xb6\xa7\xd7\x5d\x08\xaf\x06\xcc\x96\x91\x6c\xc1\xe2\xfd\x09\xc2\x7b\x7c\xa6\xc9\x16\xb4\x8d\x3d\x56\x5c\xef\xe1\x47\x71\xc9\x11\xaf\xe0\xf2\x51\xc1\x2b\xe8\x50\xe7\x58\xb1\x8f\x01\xcd\x22\xae\xbf\x52\xdc\x00\x00\xe1\x75\xa7\x5d\x5b\xd5\x5f\x21\xe5\xc3\x6c\x90\x58\xd2\x8a\x6e\x18\x71\xfd\x35\xb3\x02\x81\xb8\x3e\x91\x9a\x91\xac\xbf\x63\x09\x87\x7b\x6f\xa0\xab\x45\x40\x9c\x81\x4c\x04\xc4\x05\x1f\x4d\xdc\x7b\xd6\x8f\x22\x65\x64\x4e\xf2\x57\xa4\x45\x66\x4f\xa7\x41\xdc\xf1\x57\x74\xc4\x9a\x17\xa5\x31\x06\x8b\x9c\x86\x0d\xcc\x92\x11\xf7\xde\x67\x7c\x94\x91\xc9\x66\x05\xc4\x8b\x06\x6c\x8a\xd1\xf1\xa2\x58\x34\x23\xf1\xa2\x6d\xfa\x49\x0c\x25\x3e\x54\xc4\x8b\xae\x64\x4a\x47\x6c\x99\x5d\x77\x57\xe8\xa2\xf5\x4e\x05\x2b\x1c\x6c\x51\x20\xae\x51\xc2\x3e\x44\xca\xc8\x70\x3b\x77\x88\xdd\x59\x55\xcc\x04\xf1\xa2\x8f\xd9\x27\x20\x8e\x62\xfe\x21\x02\xe2\x9a\x0f\x31\x65\x64\xa8\xc9\x10\x22\xee\xbd\x81\x85\x31\x92\xf5\x97\x86\x29\xb6\x20\xd1\xc6\xd1\x05\x46\x3f\xbf\x69\x0b\x16\x1f\xaa\x81\xe7\x1d\x0b\x6a\x14\xc0\xeb\x95\x18\xf0\x38\x2c\xc2\x19\xfb\x40\x03\xc3\xd9\x17\x71\xef\x4d\x8b\x4d\xdc\x7b\xd7\xec\xcc\xee\x3d\xcf\x0b\xee\xbd\xe7\xf3\x24\xe3\x23\xe2\x3d\x0e\xbb\x87\x4c\x49\xc3\xe4\x3e\xf5\x10\x85\xe2\x3a\x77\xaf\x84\x38\x89\x47\xf7\x11\x23\x28\x94\x1a\x10\x21\x12\x14\x1a\x30\xcc\x44\x07\x85\x12\x15\x1d\x09\x0a\x3d\x66\x9f\x13\x43\x1e\xfa\x7b\x9c\xd4\xf7\xf5\x3a\x50\x2b\xa6\x7a\xfd\x08\x0a\xfd\x30\xbe\x49\x05\x40\x33\x30\xdc\x7b\xd9\x33\x81\x7b\x2f\x7f\x9e\x24\x2b\xce\x3a\x17\x59\x7f\x83\xf0\xbc\x08\x8a\xbb\xe8\xfd\x51\x28\xae\x77\xcc\x1f\x51\x28\xae\x0f\x8f\x76\xe1\x23\xf1\x7b\xa0\xb8\x66\xb6\xbb\x70\x7f\x45\x53\x1a\xdf\xc4\xe1\x1c\x41\x71\x85\xb8\x8d\x08\x8a\x9b\x78\x06\x22\x59\x7f\xdb\x7a\x23\x59\x7f\x07\x23\x5f\x24\xeb\xef\x56\xb7\x37\x51\x12\x98\x09\x17\x1f\x35\x2b\x27\x28\x34\xfa\x6c\x92\xf5\xf7\x39\x9b\xb8\xf7\x3a\x66\xa8\x88\x7b\x6f\xe2\x00\x8e\x64\x04\x5e\x02\x46\xe3\x66\x7c\x56\x00\x29\x3e\xfa\xf8\x74\x38\x23\xd0\x27\x1c\xf7\x5e\xfc\x7c\x85\xfa\xcc\xdd\x2d\x80\x10\xc0\xd6\x11\xf7\x5e\x35\xd3\x07\xc5\x91\xcd\x1a\xe2\xc6\xc6\x5e\xfd\xe4\xc4\xfc\xe8\xdf\x6c\x88\x75\xcf\x34\xbe\xfe\xfc\xa0\x38\x67\x88\x76\xef\xe1\x48\x8a\x00\xbc\xeb\x83\x43\x19\x99\x0b\x18\x8b\x00\xbc\xee\x4d\x2e\x80\xd7\x97\x35\x1b\xbb\xf7\xac\x11\x09\xe0\x25\x92\x98\x43\x3c\xb8\x87\x70\xc2\x44\x00\x5e\xf7\xe1\x00\xe0\x2d\x6f\xc1\x43\xcc\x32\xc6\x89\x28\x17\x5e\x69\xdb\x2d\x68\xf9\x1c\x8d\x1b\x0f\x99\x4c\xc3\xbf\x91\x94\xea\xa5\x15\xc0\xab\xc7\xd4\xc5\x3b\x8b\x05\x2e\x0a\xe0\xb5\xea\x03\x77\xc9\xf7\xb7\x78\x10\xc0\xeb\x76\xa2\x45\x01\xbc\xbe\x2c\x6d\x2f\x81\x75\x5e\x94\x4b\x52\xaa\x19\x98\x00\x5e\xba\xd6\xea\x00\x78\xd4\xa1\x0b\xf1\x92\xe9\x63\x06\x76\x09\xec\xb1\xec\xa5\x54\x8c\x33\xfb\x22\x2e\xbc\x64\xc9\xef\x02\xa3\x16\x94\xb8\xf0\xfa\x67\x44\xd2\xc0\x06\x06\x81\x44\xa9\x18\xa7\x2f\x24\x4a\xc5\x4c\x58\x48\xa2\x54\xcc\x44\x66\x27\x97\x8a\xe9\xa6\xd0\xc0\xaa\xbf\x82\x06\x06\x7b\x49\x14\x18\xcd\xc3\x54\xc5\xc1\x76\xa0\xb4\x3d\x6d\xbf\x4d\x94\x8a\x31\xce\x48\x64\x0b\xce\xd7\x94\x8e\x9f\x13\x86\x12\xd9\x82\xf7\xf3\x24\x5a\x16\xf0\x39\x91\x11\x48\xed\xdf\x90\xc8\x08\x7c\x31\xfd\x24\xe2\x3e\xe3\x30\x45\x62\x3b\xe2\x28\x39\x23\x70\xf8\x3d\x22\x04\x48\xc4\x49\x42\x71\x8d\xfa\x6e\x21\xe1\xa6\xdb\xe4\x58\x25\xdc\x74\x8e\xad\x49\x64\x04\x72\x05\x7d\x48\x76\xd3\xc1\x0a\x12\x6e\x3a\x2e\x4e\x08\xc9\x6e\xba\xe4\xaf\xc8\xcd\xd3\xb7\x7b\x26\x23\x83\xc3\xde\x12\x35\x5f\x6c\x33\x4d\x64\x0b\xbe\x88\xe9\x44\xcd\x97\x84\xda\x93\xa8\xf9\x52\xdc\x33\x8a\x88\x36\x18\x74\x22\x5b\x90\x5b\x2b\x43\x22\x5b\xb0\x7b\x1d\x08\xee\xbc\x18\x2e\x92\xb3\x05\x87\x9f\x04\xa5\x7e\x9e\x74\x62\x34\xb3\xf4\x22\xc2\xab\x7f\x9b\x68\x7c\xcc\x04\x6e\x3a\x87\x9a\x25\xdc\x74\xab\xb9\x9f\xa4\x24\x6d\xbf\x47\x4a\x12\x4a\x57\xa2\xe6\x0b\x25\x3e\x43\x12\x8a\x6b\x0b\x61\x9f\xa8\xf9\x42\x99\xb1\x90\x22\x49\xd3\xd9\xef\x69\x7c\xd7\xb3\x44\x11\xd1\x8b\x51\x31\x45\x92\xa6\xd1\xdf\x93\x50\x5c\xde\x9e\xb3\x68\x16\xe9\xaf\x20\xe2\xd0\x45\x93\x51\x5c\x75\x5f\xa8\xe4\x87\x42\x96\x84\xe2\xba\x5d\xc5\x29\x52\x04\x36\xb0\x93\xa3\x8b\xc0\xba\x05\xaf\x1f\xbf\xe1\xa6\x8b\x68\xf3\x29\x39\x1b\x92\xf1\x81\xe2\x9c\x5a\x94\xc8\x16\x74\xc8\x5f\xa2\xe6\x0b\x17\xbb\x85\x04\x8a\x7b\xe6\x8f\xdc\x7b\xc9\xe5\x60\x9a\x9b\xa3\x1c\x0c\x0c\x33\xe1\xa6\x7b\xab\xa9\x0e\x7c\x66\x72\x5d\x0e\xe6\xd3\x1c\xf6\x23\x1f\x62\x97\x83\x41\x87\x4d\x44\x73\x3a\x83\x26\x11\xcd\x99\x22\x83\xcd\xf6\xab\xd2\x3a\xd1\x9c\x06\xb0\x89\x22\x2f\x0d\xb8\x9e\x28\xf2\x42\xa9\xfd\x90\x28\xf2\xd2\xb7\xbf\x49\x48\x9c\xa7\xc5\x39\x80\xc0\xd2\x94\x89\xa6\x3e\xfe\x0a\x45\x96\xcc\x50\x28\xf2\x42\xad\xe8\x90\x28\xf2\x12\xbc\x09\x28\xf2\x12\xaf\x29\x60\xb7\xb7\x2e\xb0\xcd\x1e\xdf\x04\x6c\x1b\x40\xc8\x54\x5c\x3a\x93\x65\x07\xb6\x2d\x3c\xbe\x09\xc7\x9c\x21\x4f\xa2\xc8\x0b\x89\xdf\x21\x11\xcd\xd9\xb6\x9f\xa4\x3e\x5f\x34\xa5\x0d\x59\xbc\xe5\x0b\x7e\x63\x6f\x10\x60\xdb\xfd\xb4\x87\xd5\xab\x99\xd2\xaa\x0c\x1f\x70\x47\x73\xa2\x61\x26\x60\x1b\xd7\x3f\x86\x04\x6c\xa3\x94\x51\x48\xe4\x00\x3e\xde\x90\x95\xb8\x06\x4c\x54\x09\xd8\xc6\x85\x4d\x21\xe1\x98\x5b\x5e\x77\x3b\xe6\x08\x90\x4b\x38\xe6\xec\x9e\x4d\xe4\x00\x06\xaf\x66\x05\x13\x44\xbf\x47\x48\x1c\xe6\x96\x44\x0e\xe0\x78\xfc\x24\x21\x8d\xc9\xed\x91\x43\xd6\xfc\x4d\xa2\x8d\xbb\x29\x8a\x64\x79\x87\x18\xb7\xa1\xa7\xa6\x4a\x95\x02\x2c\x9a\xa9\x3a\xbd\x9a\x99\x10\x6e\x4b\x77\x9b\xa2\x92\x8b\x59\x1d\x95\x5c\x3e\xbb\x80\x90\x4d\x2e\xf8\x0f\x09\x4c\x97\xcd\x68\xa9\xe4\x42\x52\x7f\x48\xc2\x74\xb9\x78\x35\x1b\x45\x6c\x8e\x29\x4a\x11\xf8\xd8\x36\xa7\x1f\x33\x5a\x2e\x8d\x98\x9f\x27\x29\x62\xe3\xd3\xe1\x90\x4d\x1c\x81\xc9\x21\x9b\xd7\xed\x81\x4b\x5f\xbf\x47\x29\x02\xb3\x17\x1c\x73\x8e\xdb\x4d\x38\xe6\x9c\xf8\x93\x70\xcc\x65\x8b\x69\x30\x5d\xf6\x0e\x01\xd3\x55\xb4\xe4\x04\xa6\xab\x16\x71\x60\xba\xe6\x5d\xf0\xa9\xe4\xe2\xdf\x70\xac\x7e\x5a\xc7\x72\x8e\xaf\x23\x81\xe9\x0e\xc6\x9e\x04\xa6\xa3\x00\x53\x48\x84\x6c\x46\x5c\xbe\x49\x98\xae\x3a\x73\x31\x75\xa2\x8d\x7d\x52\xa9\xe4\xd2\x2d\xc2\xa9\xe4\xe2\xa4\xf0\x04\xa6\xb3\x51\x31\x81\xe9\xb8\xc0\x36\x24\x30\xdd\xb6\x08\x20\x64\x73\x93\x14\x9e\xc8\x01\x7c\x50\x4d\x13\x39\x80\x4e\x31\x49\xc3\x71\x37\xb4\x4e\xc8\x66\xda\x6e\x81\x90\xcd\xe5\x6f\x0e\x74\x7b\x66\x10\x4c\xc7\x35\xc6\x21\x51\x1a\x74\xe4\x1f\x05\xc1\x25\x8a\xbc\x4c\x2f\x18\x4e\xbb\x65\x1d\x01\xa7\xdd\xb6\x3e\x86\xd3\xee\x7a\x19\x26\xd1\x80\xd8\x96\x12\x55\x43\x1b\xd6\xc7\x44\xd5\xd0\xee\x8e\x11\xcd\x49\xdd\xad\x90\x80\x7b\x6f\xf2\x7b\x38\xb5\x50\xed\x93\x8b\xbc\x60\xeb\x49\x2e\xf2\x62\xd6\x43\x34\xe7\x22\xe7\x29\x11\xcd\x99\x71\x21\x24\x9c\x76\x0b\xff\x68\x9a\xbe\xea\xc5\xef\x71\xd5\x8b\x37\x01\x70\x2f\x7f\xfa\x42\x91\x17\x00\x7a\xa2\xc8\x4b\xf2\xf6\x04\xee\x05\x42\xe2\x92\xe0\x5e\xaf\x24\x4a\x26\xc1\xbd\x64\xc8\x9a\x96\xd3\x57\x59\x5a\x9c\x76\xd3\x1a\x18\x39\x80\xc1\x6c\x57\x70\xaf\x65\x6b\x7c\x8b\xb8\x0d\x6f\x48\xe0\x5e\xb5\x30\x04\xee\xb5\xe3\xf7\xb0\xf8\x79\x2b\x91\x03\x48\x31\xd0\x90\x96\xa3\x1d\xdd\x4f\xd7\x07\xe3\x70\xe0\xb4\xb3\xdb\x2c\xe1\xb4\xbb\xc4\x3c\x24\xa2\x39\x5f\x8b\x3f\xa2\x39\x9b\x0f\x23\x05\x60\x0e\x26\xa3\x04\xdc\xe3\x22\xcc\x90\x80\x7b\xcf\xf2\x93\x14\x0c\x0f\xa6\xec\xd4\x62\xbf\x08\xee\xe5\xec\x1d\x22\xb8\x97\x6d\xd4\x48\x1b\xd6\xe3\x43\x45\x01\x98\x65\x51\xb5\x61\x3d\xc7\xbf\x6d\x3c\xe1\x8c\x6f\xc3\x7a\xac\x40\x90\x03\x78\xac\x25\x53\x00\xc6\x76\xd1\x44\x0e\xe0\x63\x96\x75\x9c\x23\xc7\xd8\xc1\x74\xa3\x98\xa2\xb2\x83\x05\x02\x39\x80\x2f\x9e\xf7\x44\x0e\xe0\x47\x7f\x3f\x2e\x2d\x69\xca\x16\x77\xbf\x07\x9c\x05\xca\x27\x42\x36\xe7\x74\x0b\xd4\x1f\xb4\x8a\x72\x9c\x48\xe5\x9e\x01\x67\xaf\x7f\xc3\x29\x59\xfd\x1b\x4e\x49\xf7\x13\xbc\xf7\xd1\x53\x09\xd9\xb4\x9f\x27\x5d\xe7\xe0\xfa\x37\x4a\x83\x12\xaf\x93\x2e\x58\xe2\x9a\x42\x74\x98\x85\x10\xb2\xf9\x99\x09\x72\x00\x37\xa8\x31\x51\x1a\xf4\x35\xcb\xba\xe0\xa1\x0f\x45\x48\xaa\xd7\xfd\x62\x6e\xc1\x64\x94\x2e\x39\x9c\x5e\x4d\xf0\x9e\xa3\x77\x12\x78\xcf\x9e\x88\x04\xde\xdb\x04\x05\x64\xf0\xde\xc1\x20\x90\xc1\x7b\x2e\x6f\x90\xc1\x7b\xb6\x1e\xe7\x87\xd2\x99\x9c\xf7\x6c\xbc\xc7\xf9\xcb\xe0\x3d\x2a\xbe\x87\x6c\xbc\x87\x40\xcf\xe0\xbd\x82\x5a\x90\xc1\x7b\x5c\x3d\x16\xf2\xe3\xd2\xc3\x0d\xca\x21\xa9\x6e\x1d\xbc\x7e\xdd\x82\xc6\x47\xb5\x9d\x90\x1f\x57\xae\x38\x50\x98\x3b\x8b\x29\xb0\x84\x29\x9c\x7d\x7b\xff\xe0\xa2\xa7\x90\xf1\x03\x5e\xa6\x3a\x03\x13\x1f\xf2\xcb\x32\x30\xd1\xc7\x36\x03\x13\x2d\x43\x33\x30\xd1\x01\xf6\x19\x98\x38\xb0\xc4\x64\x0a\xc7\x58\x2e\x67\x0a\xc7\x50\x31\x2b\xe4\xe0\x1c\x1d\xff\x46\xe9\x3e\xac\x5e\x59\x30\x31\xf7\xe0\xd6\x29\x4a\x52\xfc\x24\x47\xf3\x35\x45\x22\x07\xa2\x23\x13\xcd\x49\x31\xc9\x90\xb9\x6b\xa2\xb0\xad\x33\x45\x65\xaa\x17\x93\xa2\x32\x2b\x9b\xd2\xd2\x6e\x6c\x75\x99\xd2\xa0\x14\x26\x0d\xd9\x77\x4d\x5c\x7f\x85\xe2\x3e\x30\xd3\xfc\x92\x43\x06\xc0\xcb\x38\xfb\x1c\xad\x90\x5f\x2a\x1f\xbc\xa6\xd0\xea\xbc\xec\xbe\x6b\x02\x61\x91\x71\xf6\x05\xd2\x41\x32\x39\x80\x76\x2e\xe6\x97\xaa\xcb\x8f\xbf\xa2\xad\x3b\x89\x1e\xc8\x38\xfb\x5e\x1c\x42\xd9\x39\x80\x00\xd1\x8c\xb3\x2f\xbb\x2f\x38\xfb\xa8\x89\x1c\x32\xce\xbe\x80\x55\x2f\xe3\xec\xe3\x12\xd0\x90\x71\xf6\x71\xb5\x67\xc8\x38\xfb\x52\x73\x0b\x44\x8b\x13\xad\x90\x71\xf6\x15\xb4\xf2\x0c\x4c\xec\xb0\xdd\x0c\x4c\x74\x48\x7d\xc6\xd9\xe7\xb8\xcf\x1c\x09\x97\xc3\x26\x9c\x71\xf6\x85\xea\x27\x31\x63\xa0\xcd\xe7\x04\x0c\xc6\x78\x96\x05\x13\x5b\x01\x9f\x64\xe7\x00\x62\x86\xca\x09\x33\x06\x66\x9a\x2c\x98\xd8\xf6\xf1\x57\x32\x09\x04\xb4\x97\xb8\x2b\xc4\x87\x51\x58\xb0\xa7\xd7\xef\xe1\xac\xf5\xb1\xc5\xd9\xe7\x04\xa5\x4c\x51\x19\xeb\x94\x99\xa2\x32\x2b\xfb\x2b\x42\x1d\x36\x2b\xe4\x64\x67\xb4\x29\xa2\xa9\x5f\x8f\x81\xca\x1c\xde\x13\x54\x8e\x79\x09\xb3\xcb\x54\x8e\xa1\x26\x79\xc8\x99\xfa\x6e\xd1\x14\xe3\xf3\x9e\x27\x07\x70\x78\xae\x85\x1a\x7b\x39\xa6\x40\x55\x98\xfc\x32\x17\x4a\x38\x8a\x2a\xdb\xd9\x07\x8a\xcb\x38\xfb\x26\xee\xf5\x9c\x89\x67\x21\xfa\x3e\x83\x1a\x2b\xf9\x7a\x19\xd4\xe8\x2c\xca\x2c\xd4\xd8\x33\x48\x34\x67\x12\x8d\xb2\x7f\xc3\x19\xed\xf3\xfe\xb9\x50\x82\xf6\xb8\x50\x22\xa0\x5c\xe4\x42\x69\xd7\x65\x4a\xa8\xa3\x83\xaa\x32\xe1\x9c\x13\x2c\x98\x8b\x6b\xbf\x31\x22\xa1\xc6\xf2\x80\x17\x32\x95\x63\x9c\x84\x94\x1d\xce\x89\x78\xc8\x84\x73\x16\x9f\x62\x2e\x94\x88\x5e\x07\x2e\x94\x88\xd7\x14\x66\x1a\x90\x4c\x26\x9c\xb3\xfa\x3c\x14\xb3\x56\xf7\x85\x44\x15\xcc\x8f\x99\xca\x31\x8f\x39\x26\x95\x63\x02\xa2\x38\x83\x1a\x07\x4a\x42\xa6\x72\x8c\x43\xf0\x72\xc5\x9c\x1b\x7e\xc8\x92\xb9\x84\xf0\x3d\x7e\x8d\x50\xa5\x4f\x73\x58\x11\xd1\x6c\x72\x25\x73\xfe\x71\xe3\x14\x9c\xf6\xc1\x21\xd2\x73\x47\x77\x85\xca\x0e\xd3\x14\x71\x06\x3e\x46\x44\x7a\x16\x0c\xe0\x19\x47\xa0\xb5\x97\x4c\xa4\xa7\x4b\xef\x64\x22\x3d\x17\x86\xfa\x0c\xa0\x74\xe8\x49\x6e\xae\xba\x4c\x3f\x89\xf4\xb4\x2e\x93\xc9\x01\x8c\xde\x3c\x38\x09\x93\xd9\x35\x39\x80\x4e\x8c\xce\x94\x06\xb5\xe5\x2e\x53\x1a\x74\x59\x66\xbb\x34\x28\xce\xb0\xec\x48\x4f\x8b\x23\x8a\xca\x3c\xde\x04\x14\x95\x79\x86\x5b\xc0\xca\xbd\xdd\x33\xb4\x72\xac\xab\x19\x27\x61\xb6\x1e\x40\x0e\x60\x06\x0e\x65\x72\x00\x0b\xba\x45\x26\x07\x70\x7a\xb4\x44\x7a\x4e\xf4\xc6\x4c\xa4\xe7\xf2\x01\xef\xdc\xf2\x66\xa1\x46\x51\x99\xed\x55\x21\xd2\xd3\x29\xdb\x99\xa2\x32\xd9\x22\x0e\x27\x61\x21\xc4\x3d\x77\x6e\xe9\x23\x6a\x24\x77\x72\x38\x7d\x18\x3b\x4e\x34\x1f\x70\x72\x00\x1f\xaf\x11\x39\x80\xef\xf4\x57\xa8\x6a\x0b\xd4\xcd\x02\x94\x7d\x60\x9c\xc8\x02\x94\xe9\x6e\x53\x5a\x3f\x27\x6b\x64\x72\x00\xab\x8f\x11\x51\xa0\xdb\xec\x93\x1c\xc0\xd5\xfd\x9b\xc6\x77\x9a\xdf\xab\x20\x3c\xb7\x87\x85\xf8\x43\x61\x21\xf6\x1a\xb9\xa8\x0c\xe8\x21\x53\x54\x66\xa3\x37\x66\x8a\xca\x38\x36\x37\x83\x1a\x13\x9a\x70\x1e\x2e\x0a\xe4\xf6\x2e\xb1\x20\xf4\x8c\x1c\xc0\x68\xc1\x45\x51\x99\x89\x49\x25\x4f\x8a\x72\x61\x2b\xcf\x94\x06\xad\x16\x9b\x84\x7a\xba\x34\x54\x9e\xa4\x57\xbb\x9f\x13\xd5\x86\x38\x83\x3c\x51\x6d\xcc\x26\x26\x39\x9c\x66\xe5\x2e\x0d\xea\xd9\xb5\x93\xd0\xe7\x08\x27\x61\xf3\xce\x9a\xe4\xe0\x9a\xed\x4e\xa2\xfd\x71\x54\x67\xa1\xc6\x1e\xbc\x2a\x13\x83\x8e\xd9\xa7\x43\x3d\xfd\x1b\xa1\x9e\xae\x35\x92\x09\xf5\x2c\x16\xbe\x38\x09\x9d\x2c\x9f\xed\x24\xfc\x3c\x49\x8e\xdc\xf2\x6f\x38\xd1\x7c\xaa\x28\x0d\xea\xbc\x80\x4c\x0e\xe0\xf2\xcc\x93\x03\x78\x2c\x36\x41\x8d\xc1\x33\x01\x6a\xb4\x59\x21\x2f\x2e\x5c\x48\xfe\x0a\xa5\x6b\x3f\x2d\x10\xc7\x04\x96\xc8\xa0\xc6\x8c\x3f\x23\x83\x1a\x5d\x6d\x31\x13\xea\x39\x7c\x72\x08\xf5\xb4\x8b\x39\x13\xea\xb9\x7c\x3a\xb6\x2b\x8f\xf8\x49\x2a\x8f\xe0\x12\xcd\x54\x8e\x09\x78\x14\xb2\x2b\xc7\x1c\x3f\xe9\x1c\xe3\x1f\x14\xe7\x0c\x19\xff\x61\xf2\xd1\x24\x0a\xd4\x21\x6a\x79\x3b\x47\xce\x43\x20\x4a\xd9\x47\x73\xdb\xff\xcb\x04\x72\xd7\xc4\xc8\xfe\x8a\x58\xcf\xb0\x04\x17\xa0\xac\xcb\x52\xfa\x10\x9d\x67\xb6\x74\x9c\xbe\xca\x94\x09\x50\x56\x47\x5c\xe4\xc3\x0d\x5b\x04\xba\xe5\x43\xbd\x27\xcb\xbb\xc3\x5d\x0c\x9e\x08\x8a\xca\xd8\x35\x96\x8f\x6d\x3d\x6e\x9d\xbb\x26\x3e\x7d\xc1\xd6\xe3\xed\x79\xb0\xf5\x58\x74\x00\x28\xe7\xe7\x2b\x1b\xd7\x26\x0b\x46\x84\xe8\x43\xb2\x67\x26\x42\xf4\x31\xd3\xbf\xdc\xe0\x67\xf6\x02\xa0\x7c\xdd\x02\x0e\x44\x27\xaa\x64\x1c\x88\xc5\xc7\xf6\x92\xa2\xba\xfd\x24\xc9\x28\x84\xbd\xe5\xeb\xe3\x47\xeb\xdc\x27\xd1\x3f\xdf\x14\xb2\x70\x4a\x73\x26\xcf\x6f\x5a\x8b\xbc\x0e\xb3\x63\xf3\x18\x34\x9a\x15\xd8\x49\xe8\xad\x04\x68\x9c\x1c\xcd\x62\x27\x21\x9a\x70\x11\x68\x2c\x1b\x6b\x59\x79\x7c\x0b\xda\x80\xd2\x1a\x85\xee\x27\x29\xea\xfe\xfa\x49\x34\x6f\x46\x5b\x04\x1a\x9b\x1d\x9d\x85\xc2\x31\x91\x83\x5a\xc8\xf3\x73\x7d\xb7\x42\x9e\xdf\x85\xb9\x15\xf2\xfc\xee\x70\x7b\xe4\xf9\x31\xf3\x85\x3c\x3f\x6e\x42\x0f\xc5\x79\x7e\xc1\xbf\x51\x39\xba\xb8\x67\xae\xac\xac\x59\x2a\x81\xfb\x40\xd0\xdc\x4a\x60\x7c\xf8\x33\x8a\x90\x61\xb1\x55\xb6\x90\xe7\x47\xa1\xff\x50\xc8\xf3\x2b\xe8\x8d\x85\x3c\xbf\xca\x6e\x2d\xe4\xf9\x4d\xb4\xeb\x12\x00\xfd\x88\xfe\xe2\x5b\x08\x5f\x7f\xa5\x83\x36\xfd\x9e\xf6\x20\x17\x0b\x84\x42\x75\x98\x74\xfd\x1e\x3e\xfa\xe2\xf7\xb8\x4a\x0a\xab\x73\x09\x18\x35\x96\x9f\xd4\x1e\x0c\x9e\x33\x21\xc3\x1e\x89\xf7\x28\x2f\x61\x84\x58\xb9\xcb\xcb\xa5\x0a\xe4\xd2\x96\xd7\x35\xe3\xe8\x0b\x61\xa0\xcd\xb3\x44\x18\xe8\xc5\x15\x57\x7c\x0b\x21\xfa\x5f\x79\x71\xb0\x3d\x6e\x8f\xf5\x7b\x4d\x69\xfd\x36\xd1\x50\x85\xea\x30\x09\x01\x5b\x5e\xe7\xc1\x31\x4b\x5c\x1a\x51\x41\x1d\x85\x30\xd0\xbb\xdd\x02\xd5\x37\x3c\xd7\x38\x10\x2f\xaa\x4d\xc1\x81\xd8\x61\xa6\x05\x07\x62\xaf\xfe\x8d\x5b\x24\x3d\x76\x1c\x88\x36\x43\x15\x1c\x88\x0f\x2c\xb2\xe0\x40\x7c\x89\x36\x29\x91\xea\x37\xc9\xbf\xa1\x79\x83\xfa\x4b\x74\x18\xa1\x7f\x23\x86\xcb\xe3\xa3\x3a\x0c\x77\x19\x86\x12\x71\x00\x67\xb7\x4e\x1c\x5a\x73\x0b\x5c\x1a\x11\xfc\x1e\xf7\x29\xc5\x1f\x69\xc9\xc5\x95\x48\x81\xba\xc5\x29\x80\x68\x7c\x05\xdf\xe2\x82\x2d\x15\x7c\x8b\x0e\xda\x2a\xf8\x16\x97\x37\xa4\x7d\x8b\x18\xe3\x0b\x85\x63\xb8\x2a\x35\x14\x1c\x88\x2e\x8c\x58\x92\xcb\x55\xfa\x3d\xe7\x90\x31\x11\x38\x10\x9d\xe5\x5e\xec\x40\x9c\x6e\x8f\x08\x66\x6f\xdd\x84\xbd\xd8\x9b\x9c\x4a\xa4\xf5\xf8\x3d\xbb\x02\x38\xd2\x89\xa5\xc5\x38\x51\xb2\xed\xc5\x7c\x05\xd0\x98\x30\xa2\x14\x83\x46\x18\x5f\x31\x68\x2c\xa6\x00\x8d\x5e\x14\x17\x8e\x31\x43\x21\xcf\xcf\x96\xec\x92\xa9\x39\x06\x24\x2f\x02\x8d\xf9\xd3\x6b\xf2\xfc\xec\xf6\x2c\x14\x8e\x71\xb8\x4e\x21\x42\xd4\x25\x4a\x0a\x39\x80\xef\x71\xcf\x28\x7a\xfe\x98\xe2\xbe\x8c\x4f\x3f\x5d\xae\x92\x99\x28\xa4\xe0\x62\xfe\x28\x80\x46\xd7\x7e\x2b\xb8\x1a\xab\xfb\x49\x84\xe8\xf4\xd6\x25\x42\xf4\xf8\x38\x7c\x5c\x8d\xf4\x05\x57\x63\xfb\xfc\x46\x7c\x89\xf7\x44\xa1\x30\x0e\xf6\xe9\x52\x88\xd0\xf6\xbc\x50\x38\x26\xe1\xf4\x29\x44\x88\x0e\xb4\xf9\x42\x84\xe8\x9c\xfe\x0a\x85\x71\xa2\xc7\x70\xd8\x21\x7e\x12\xa3\x94\x0f\x31\xae\x46\xee\xe0\x08\x05\x57\x63\x26\xe5\xb7\x10\x21\xea\xf4\xf1\xc2\x7d\x12\xfb\xf3\x1b\xe5\x38\xbd\x77\xb9\x4f\x22\x98\xed\x56\xc4\x7b\x77\x0b\xb6\xf7\xb3\x7e\x84\x88\xe6\xe5\xf7\x3a\xf1\x3a\x7e\x0f\x64\xf1\xf8\x49\xb1\x1e\x6e\xb8\x0b\x85\x1c\x40\xae\x09\x0b\xa5\x22\xde\xbd\x07\x41\x86\x1d\x75\xa2\x18\x19\xfa\xc4\x81\x0c\x27\x51\x23\x85\x72\xa3\x8f\x05\x09\xc8\xd0\xae\xaa\xd2\x5c\xb3\x91\x16\x70\x35\xba\xa8\x6e\x01\x19\x2e\xaf\x0a\xc8\x90\x9a\xe4\xa1\x34\x97\x30\xf0\x7b\x84\x8f\x22\xd0\x4b\x43\x74\x80\x05\x0b\xe1\xa3\xdc\x22\x19\x4a\xc3\x95\x8a\x0a\x56\x9a\xef\xab\xf1\x37\x37\xca\x85\x7b\x46\xf2\x84\xf7\x75\xe3\xaa\x25\x14\xab\xd2\x71\xa5\x5a\xac\x38\x7c\x34\xb3\x3f\x09\x1f\xcd\x5e\x3f\x6e\x21\x74\x11\xdf\xc2\x2d\x84\x0b\x87\x7a\xc1\xd5\xf8\x9a\xbf\x80\x0c\x5f\x12\x94\x0a\xc8\xf0\x35\x7f\x01\x19\x46\xaf\xa6\x91\xa1\x77\x32\xc8\xb0\x7d\xde\x43\x3d\x0b\x7e\x8f\xd8\x1a\xa2\x85\x0a\xc8\xb0\x78\xfd\x40\x86\x0e\xc8\x2b\x20\xc3\x8d\x47\xa8\x80\x0c\x37\x06\x9d\x42\xb9\xd1\xe6\x1d\x62\x64\xf8\x85\xc9\x7f\x9b\x25\x0b\x34\xe6\xed\x21\x0c\x58\x2b\x36\xc5\x42\xea\xe0\xe3\x23\x46\xea\x60\xc0\xd2\x5b\x48\x1d\x8c\x9f\xdf\x28\x06\x6f\x96\x3c\x88\x4c\xf4\x74\x0e\xc2\x8a\x3e\xbf\x91\x5f\x96\xdd\x02\x91\xc1\x3e\x2a\x14\x8e\x59\xd8\x88\x0a\xa0\xd1\x61\xf3\x85\x4a\xa4\x1f\x3d\x87\x4a\xa4\x8e\xe2\x28\x13\x2f\xb2\xa7\x05\xd0\x58\x88\x28\x2e\x80\xc6\x96\xfc\x24\xe9\x9d\x3e\xfc\x14\x8e\x29\x78\x67\x0b\x85\x63\xaa\x25\x1c\xa0\xd1\xa5\xcc\x0b\xa0\x71\x5a\x37\x24\xb2\x34\x0f\xbf\xa7\xa5\x9d\x8f\x29\x8e\xa6\x45\x1c\xa0\xd1\x25\x14\x0b\xf9\x81\xd9\xda\x19\xb7\x10\xae\xe1\x5e\xe3\xea\x40\x67\x2e\x80\x46\x27\xc8\x16\xdf\x42\x88\x1b\xb2\x50\x38\xc6\x29\xc6\x65\xb9\x3a\x05\xfd\x14\x68\xec\x76\xde\x14\x40\x63\x43\x9f\x2e\x44\x96\x3a\xc3\xb2\x2c\xbb\xaa\x98\x79\x81\xc6\xbe\x49\x5f\x28\x8b\x28\x07\x6b\x4b\x14\x8e\xe9\xaf\x9f\x44\x74\xf8\xc0\x01\x1a\x5d\x74\xa5\x00\x1a\x67\x73\x7b\x88\x46\x6b\x28\x94\x1b\xdd\x20\xae\xc2\xb5\xf6\x11\xdf\x43\xe1\x5a\x7b\x1b\x0b\xca\xb6\xbd\xd1\xbf\xb1\x3f\x83\xdf\xe3\x16\x34\x82\xaf\x0a\xa0\xd1\x38\xa3\x90\x1f\xb8\xcd\x50\x00\x8d\xcd\xab\xb9\xed\xaa\x62\x0c\xdc\x42\x58\xcc\x84\x85\x0c\x7b\xf5\x9e\xc7\xd5\x18\x2d\xd4\x7c\x0b\x21\x21\x55\x65\xfb\x96\x37\xb7\x87\xbd\x18\x44\x59\x40\x86\x76\x89\x16\x5f\x6b\x0f\x98\x2e\x84\x8f\x36\xab\x2f\xb8\x1a\xc7\xf5\x6f\x5c\x45\xe4\xd5\xe4\x16\xc2\xcf\x18\xb8\x85\xf0\x98\x61\x1e\x42\x2f\xad\x7d\x12\x3e\xfa\x78\xe6\x8f\x6b\xe2\xd1\x33\x5f\x28\x61\x85\x85\xd0\xd2\x07\x0b\x6a\x21\xb4\x34\x9a\xd1\x1e\xec\xe1\x18\x1c\x0b\xa1\xa5\xaf\x95\x19\x5c\x8d\x8f\x35\x53\x90\xa1\x4b\x04\x15\x72\x07\x0d\xd7\x0b\xb7\x10\x6e\x62\x41\x8a\x90\x61\x7b\xf1\x47\x15\x21\xc3\xe6\x7a\x80\x05\x57\xa3\x2b\x71\x97\x4b\x72\xd6\xe7\x49\x89\xc6\xe3\x15\x73\x68\xe9\xe7\x3d\x0a\x37\x1d\xb7\x80\x6a\x63\x25\x8f\xdc\xc1\xc7\xac\x95\xdc\xc1\x08\x46\x2e\xe4\x0e\xda\xf9\x5d\x5c\x6e\xb4\xb8\x85\xc3\xa9\xf2\x6f\x12\xfd\x9d\xb0\x83\x4a\x75\x18\x6e\xbd\x0e\xd5\xa8\x11\x31\x56\xa9\x0e\x63\x73\x52\x35\x6a\x04\x23\x57\x5f\x36\x81\x12\x54\x41\x8d\x05\x55\xaa\x72\xd9\x44\xff\x21\x4b\xae\x8f\x6f\x09\x7b\x78\x4d\x52\x93\xeb\x11\x43\x15\xa0\x6c\x9d\xcd\x5a\xb9\xa0\xd0\xc1\xd4\x95\x4a\xa4\xae\x60\x5a\x1f\xa4\x4a\x75\xe3\x44\x6c\x3e\xfe\x8a\x58\x8f\xb3\xf8\xeb\x43\x80\x0e\xec\xac\x02\x28\xcd\xb2\x2a\x80\xd2\x29\x03\x95\xc2\x31\x05\x28\x5f\x01\x94\x1d\x2b\x5b\xc5\xd5\x38\x90\xbd\x35\xb8\xf0\x08\xad\x07\x17\x1e\xa1\x75\x5c\x8d\x0e\x12\xab\x5c\x50\x18\xdc\x17\xf2\x0a\xbd\x91\x2b\x79\x85\x76\x01\x55\xf2\x0a\x47\xf3\x37\x1d\x20\xe7\x27\xc9\xdb\x62\x4b\x54\x0a\xc7\xb4\xe8\x7e\x32\x3e\xb4\xeb\xea\xc2\x31\x08\x8b\x2a\x40\xd9\x86\x47\x44\xe1\x98\x81\xcb\xa2\x12\x91\x3a\x39\xfc\xf5\x75\xd2\x85\xbf\xe2\xc8\x6e\x3f\x49\x94\x43\xf4\x93\x04\xc8\x01\x4b\xeb\xeb\xbb\x5e\x4c\xb9\x5c\xa5\x5b\x1f\x68\x4b\xa6\xb0\xa7\x0e\x7f\x93\xa3\xc9\x66\xad\xb8\x1a\x43\x73\xeb\x14\x56\xc1\x3a\x57\x5f\xec\x8d\x1c\x80\x1a\xc9\x4b\xc3\x8a\x58\x71\x35\xba\xca\x44\x75\x5e\x21\x1a\x43\x8d\x8e\x02\xc8\x50\xda\xba\xdd\xe3\x13\xa0\x6c\x2e\xc0\x5e\x29\x37\xfa\x26\x3f\x89\xc1\x23\xba\xbd\x86\x39\xc9\x2d\x90\xd8\xf4\x69\x61\xa0\xbd\xd0\xcf\xe8\x72\x9c\x6e\x81\x22\xeb\xdb\xef\x69\x7c\x2e\x34\x54\x29\x37\x5a\xd0\x7a\x2a\xe5\x46\x7d\x73\x48\xa5\xdc\xe8\xf1\x93\xc9\x01\x8e\x7c\x25\x11\xd5\x8e\x79\xa0\x26\xdf\xb2\xe8\xf7\xa4\xda\x14\x82\x2d\x2b\xa8\xb1\x01\xf3\x2b\xe5\x46\x3b\xbe\xfd\xca\xfd\x15\xb6\x25\x57\xdf\x5f\xe1\xd5\xe4\xfe\x8a\x73\xdd\x02\x51\xfb\xb8\xa6\x2b\xa8\x31\x46\xb7\x67\xd6\xca\x4c\xd8\xd5\xd8\xdc\x1e\x5a\xeb\x74\x0b\x17\x1f\x09\x27\x87\x00\xd5\xed\x33\x9d\x61\x3d\x14\xfc\xac\x54\x87\x71\x0a\x46\x25\x40\xf5\xf1\x0c\x12\xa0\x1a\x60\xd7\x95\x00\xd5\xe0\x3d\x91\x5d\xa9\xda\xdf\x74\x52\x97\xbf\x29\xfe\xd2\x92\xbf\x42\x5e\xa8\xe7\x13\x57\xa3\x63\xea\x6b\xc6\x55\x7c\xfc\x15\x5c\xc5\xaf\x9f\xc4\x1e\x8e\x88\xab\x04\xa8\x9e\x4f\xcf\x24\x3a\x5e\xaf\x43\xa1\xfa\x8d\x67\xb0\x18\x75\xd0\x42\xc1\x60\xf5\xa1\x60\xad\xc4\xc8\x54\x02\x54\xf3\x87\x22\xa9\xc4\xfc\x05\x57\x63\x45\xd1\xa9\xdc\x5d\xff\x78\x3e\xb9\xbb\x3e\x98\x17\x14\x17\x6e\x32\x45\xe9\x83\xfa\x23\xc3\x45\x2d\x54\x0d\x30\x5f\x2f\xd6\xea\x3c\x20\xb1\x56\x97\xc2\xae\x5c\x50\x78\xcc\x76\x0d\x28\x81\x20\xd5\x80\x12\x7d\xb3\xe2\x85\x4c\x04\x74\xd5\x4a\x80\x0e\x1a\x43\xad\xd6\xca\xd9\x90\x15\xc0\x55\xfd\x1e\x5a\x0f\xe0\xb6\xe2\x6a\x2c\x1e\x2c\xae\xc6\xee\xc3\x41\x51\x19\x97\x9d\xac\x5c\x50\x68\x03\x4b\xad\x04\xc3\x63\x1b\xac\xdc\x5f\xe1\x9b\x0b\x2a\xf7\x57\xdc\xe4\xf6\x6c\xcb\x82\x2d\x71\x0b\xe1\x13\xdc\x4f\x62\x73\xbd\x09\x1a\xe3\xf3\x71\xa0\xdc\x68\xf0\x26\xe0\xfe\x8a\x68\xa1\xd6\x60\x3d\xde\x12\x14\x95\xf1\x7d\x19\x95\xa2\x32\x85\x32\xa5\x95\x7c\xc4\x01\x42\xa8\x00\x4a\x17\x77\xac\xdc\x5f\xc1\x7d\xd5\xa1\x02\x28\x47\x71\x0b\xe4\xb3\x2d\xbf\x07\xea\x48\xfe\x26\xe5\x2a\xb1\x5e\x55\xf2\x11\x0f\x86\xa0\x4a\xec\x2a\xb7\xee\x86\x4a\xec\x2a\xb7\x50\x87\xca\xfd\x15\xc6\x3c\x95\xd8\xd5\xe2\x19\x24\x76\x75\x99\x5d\x13\xbb\x7a\x89\x1a\xa9\xb8\x1a\xa3\x85\x2f\xae\xc6\x8a\x3d\xae\x76\x07\x58\xd1\xba\x01\xa5\x57\xcc\xae\xc6\xed\x6f\xda\xd5\xe8\x27\x1d\xdb\xc9\x9c\x19\x50\x16\xf7\x05\x7b\xbf\xf7\xa0\x00\x65\x5b\x38\xed\xea\xc7\xd5\xe8\x27\x71\x35\x9a\xd1\x0e\xa7\x6c\x33\x83\xb8\x1a\x0f\xe6\xab\x3a\x9c\xef\xc5\x37\x07\xc9\x0c\xe4\xc8\xd5\xe1\x00\x40\x7a\x36\x38\x9a\x9e\xeb\xe1\xaa\x16\x8c\x88\x7c\x44\xd7\x4d\xab\xe4\x23\x66\xef\x2c\x6e\x21\x6c\x9e\x09\x5c\x8d\x6d\xfa\x37\xa2\x8c\x88\x95\xa8\x42\x8d\x79\x78\x0f\x92\x8f\xe8\x2b\x01\xea\x20\xca\x08\xa4\x56\x87\xab\x92\xf0\x95\x89\x6a\x43\x4c\x40\x05\x35\x72\x57\x77\xa8\x46\x8d\x14\x8a\xaa\x46\x8d\x44\x92\x57\x5c\x8d\x2e\xed\x5f\xa7\xef\x8f\x61\x0c\x54\x95\x71\xb8\x63\xa5\xaa\x8c\xcb\xf7\x57\xaa\xca\x44\x4c\x0e\x95\xaa\x32\x9f\x55\x01\x35\x56\xef\x2c\x50\xa3\x4d\xa1\x15\xd4\xb8\xa2\xdf\xdb\x64\x51\xba\x2f\xa0\x46\xf3\x09\x2e\xa9\x70\xae\x41\xa5\xdc\x68\xb4\xaa\x41\xb9\x51\xd7\xe7\xab\x04\xa8\x5a\xb7\xaf\x5c\x52\x61\x03\x52\xe5\x92\x8a\x84\x3d\xbc\xfa\x92\x0a\x8b\xbf\xe5\xfd\xe9\xaf\x70\xfe\x82\x9f\x74\xb9\x58\x7f\x93\x4a\xd5\x58\xff\x2b\xa8\xd1\xd9\x97\x15\xd4\x98\xcc\xf9\xc8\x47\x4c\x38\x48\x2b\xe5\x46\xf3\xe7\x9b\xe2\x2f\xa5\xfe\xa8\x84\x7d\x5d\xb6\xb5\xf2\x49\xdf\x5f\x41\x7d\x88\x4a\xec\x6a\xc1\xd6\x5a\x89\x5d\x75\xd0\x4f\xc5\x0b\x79\x00\xa2\x75\x33\xf4\x63\x8a\x3b\x00\xcc\xca\x01\x8d\xb6\x34\xd5\x8d\x3d\x0e\x3f\x67\x25\x1d\xf1\xb3\x05\x01\x8d\xc3\xac\x9c\xf8\xd4\x89\x77\xbd\x12\x9f\x3a\xbb\x9f\xe4\x8e\x11\xeb\xda\x1b\xd0\x61\xed\x93\x3b\x2a\xb6\x0f\xf1\x71\x6a\x03\xdf\xc4\x9d\x98\x7c\x50\x01\x8d\xae\x2b\x51\x8f\x53\x53\xd8\x20\xc4\xa7\xee\xe3\xf7\x28\xd9\x48\x08\x7f\xc5\x9d\x18\xac\x8f\xe1\x4e\x74\xd5\xa8\x8a\x3b\x31\x5a\x7f\xc7\x9d\xb8\x92\x5b\xc0\x15\xf0\xfa\x37\x8c\x36\x58\xc4\xea\xe1\x7a\xa3\xeb\x31\x1c\x1c\x5e\xa6\xf0\x14\x5b\x4b\xa6\xa4\x68\xf5\x86\x74\xc1\x99\xe2\xdf\x10\x0f\x38\x10\xeb\xa7\xa4\x28\xeb\xe7\x82\x33\x58\x42\xeb\x75\x51\x20\xbf\xc7\x1d\x2a\xde\x4a\x14\x9c\xf9\xe8\xb0\x80\x46\xe7\x3c\x55\x40\xe3\xf6\x9e\xb8\x0e\x32\x62\xec\x8e\x4f\xb5\x0e\x84\xab\xd1\x01\x95\x15\x57\x63\xb0\x8e\xee\xf8\x54\x0b\x3c\x5c\x8d\x9d\x7e\x36\x5c\x8d\xb6\xe9\x37\xe2\x53\x3b\xcc\xad\x39\x1f\x91\x6f\x36\xf2\x11\x37\x39\x9c\xcd\xf1\xa9\x44\x08\xb4\xc7\x91\x36\xfe\x8a\xc4\x7b\x42\xe0\x35\xe2\x53\x13\x36\xc5\xf6\x89\x4f\x5d\x50\x5c\xbf\x05\xdb\x6d\xe4\x23\x06\x98\x5b\x23\x1f\x31\xc1\xdc\x1a\xf1\xa9\xa3\xf9\x49\x4a\x52\x0e\x3f\xa9\xe3\xe7\xca\x15\x8d\xf8\xd4\x83\x95\xb4\xf9\xf6\x42\x76\x6b\x23\x57\x31\x54\x53\x0e\xf2\xe3\x2b\x04\xa1\x72\xcd\x68\x68\x20\x43\x97\xb9\x6c\x20\x43\xc3\xf5\x06\x32\xe4\x3a\xfc\xd0\x40\x86\x1d\x86\xd9\xa8\x38\x13\xaa\x5b\xf7\x0d\x93\xfe\x0d\xe4\x44\xee\x60\x0b\xe4\xba\x05\xb7\x2e\xf1\xd7\x59\xdb\x86\xab\xf1\x4e\xf7\x85\xd4\x9b\x6d\x4a\xeb\xf7\xa0\x45\xb6\xd7\x35\xf1\x18\xfb\xeb\x9a\x78\xa6\x6c\x94\x32\x45\xae\x22\x3b\xb9\x91\xab\x38\xa7\x29\xd2\xd5\x51\xdd\x1a\xf7\xd3\x07\x94\x8b\x46\xae\x62\x87\x4b\x35\x97\x14\x85\x4f\x34\x90\xe1\x29\x6e\x81\x48\x29\x70\x70\x73\xae\x22\xa2\xb8\x91\xab\x98\x8a\xbf\xe9\xfc\x05\xb7\xe7\x48\x29\x7f\x93\x20\x38\xc2\x6a\x1b\xae\xc6\x88\x02\xd8\xa2\xfd\x51\xf4\x5a\xc8\xb0\xd9\x7c\xd5\xb8\x9f\x3e\xba\x3d\xee\xa7\xd7\x05\x1d\xbf\xc9\x92\x9b\xaf\xae\x47\x17\x6d\x5c\x5d\xef\x62\x2d\x8d\x34\xc6\x87\xa4\xdb\x46\xb5\xd1\xf0\xba\x39\x1d\xcd\xb8\xdc\x31\xe2\x37\xb1\xa0\x36\x2e\x3d\x8c\xd7\x43\x30\x6b\x65\x92\x00\x8d\x73\xfb\x37\x24\xe3\xeb\x4e\x23\xf9\xb1\x9d\xb5\xc4\xf5\x38\x80\xe2\x96\x2c\xf9\x79\x92\x4b\x0f\x0d\x4f\x5a\xc2\x4b\xee\x4d\x90\x10\x0f\xc8\xb4\x96\xac\x99\xfa\x2b\xd8\x73\xb2\x7f\xe3\xfa\x26\x4c\x15\x4d\xa0\xb1\xba\xb0\x65\xa3\xa4\xe8\x06\x96\x36\x4a\x8a\x5e\x2c\xee\x8d\x92\xa2\x6f\x73\xeb\x78\xc9\x81\x66\x8d\x92\xa2\xf6\xc0\x36\x97\x14\xfd\xb4\x4e\xa4\x86\x0f\x2a\x25\x45\x1f\x60\x62\xcb\xa4\xa6\x10\x19\xd2\x32\x69\xa8\xcd\xbf\xd9\x53\x4c\x5f\x32\xa9\xb4\xde\x74\x2e\x38\x83\x23\xb0\x39\x06\x15\x1b\x5f\x23\x06\xd5\x8c\xaf\x01\x0c\x7d\x8d\x4f\x03\x18\x8e\xe8\x6f\x12\xe8\xb6\xfc\xde\xc6\x63\xef\xbe\x60\xb8\xf0\x2c\x65\x47\x32\x30\x22\x62\x50\x27\x02\xa8\xf9\x1e\x0a\x62\x56\x1a\xf7\x50\x04\x1f\x38\xdc\x89\x2e\x6f\xdf\x70\x27\xbe\x3e\x70\x14\x9c\xf1\x4d\x75\xcd\x05\x67\xd0\x96\x9a\x0b\xce\xf8\xf8\x51\x70\xc6\x65\x35\x1b\xf7\x50\x38\xa3\xac\x01\x0c\xed\xaa\x6a\x85\x48\x14\xcf\x44\x21\xb3\xef\xd3\x33\x02\x15\x9b\x9f\x24\xc6\x16\xbc\xd7\x8a\x4b\x6e\xd2\x97\x6a\x9b\x37\x33\xe8\xeb\xe9\xc1\x12\x0d\xf4\x67\x3d\xbc\x81\xfe\x2a\xd1\x1f\x0d\xf4\x57\x87\x7f\x23\x10\x0c\x75\xa2\x55\x4a\xa6\xba\x3d\x97\x14\x5d\x7e\x52\xeb\xe7\xe2\xf3\x0d\xf4\x17\xa2\x5b\xc7\x70\xe1\x13\x00\xfa\x5b\xde\x21\xa0\x3f\x07\x3f\x36\xd0\xdf\xa9\xee\x8b\xd4\x97\xcf\xd8\x41\x7f\xbe\x1d\xae\x81\xfe\x7c\x6b\x65\x03\xfd\x25\xe2\xa6\x1a\x97\x4d\xbc\x66\xbb\xdc\x5e\xe8\xfb\x55\x1a\xb7\x17\x5e\x8c\x4b\xad\x21\x1e\x8a\xbf\x49\x24\x91\x59\x5d\xb3\x4f\x86\x11\x51\x52\xd4\x89\xd8\x8d\x40\x53\xeb\xd3\x0d\xf4\xb7\xbd\x2a\xa0\xbf\xd7\xe7\xa8\x11\xc9\x80\xa9\xa2\x35\x1b\x0e\x19\xad\xd1\xdf\xf6\x93\xa4\x42\x83\xbb\x1b\xe8\xcf\xd5\x29\x5a\xb7\x78\x67\x06\x71\x27\x3a\x4b\xb4\x75\xbb\x4b\xf9\x26\x99\x8b\x1f\x41\x89\x3b\xb1\x78\x06\xc9\x5c\x74\x86\x44\x73\x35\x1a\x8b\x38\xaa\xd1\x24\xef\xdd\x0e\x0f\xb1\x80\x05\xfd\x3d\xeb\x47\xb6\xe4\x06\x30\x4c\x14\xba\x6b\x00\xc3\x84\x25\xb4\x01\x0c\xb3\x17\xac\x93\x54\x9c\x4d\x91\x54\x6c\xa6\x38\x08\x52\xf1\x81\x1b\x2e\xc7\x49\x37\x07\x36\x37\xb4\xc8\x26\x60\xd8\x5d\xdf\xb7\x09\x18\x76\x17\xf7\x69\x03\xf1\x60\x69\x34\x10\x0f\x66\x05\x00\xc3\xe0\x2d\x0f\x30\xf4\x45\x4f\x0d\x60\x98\xcd\x7a\x00\x86\xce\x91\x6b\x00\xc3\x59\xfd\x24\xe2\x61\xb8\x2f\x64\x7f\x11\xd3\xd1\x00\x7f\x0f\x61\xde\x0d\xf0\x67\xdb\x59\x9b\x2e\xab\xc9\x62\x4e\xd7\xe4\x62\xb4\xce\x40\xf4\x62\x52\x70\xa6\x7a\xd9\x5d\x70\xc6\x3a\x9e\xb3\x0c\xcd\xf4\x29\x0d\xea\x40\xa2\xc6\x4d\x83\xe7\xf3\x4d\x12\x9c\x7d\xf8\x97\x8f\x0a\xcc\x14\xf7\x5e\x36\xb3\x59\x54\xa7\x35\x8b\x04\xa8\x6d\xeb\x2b\xcb\x17\x45\x32\xbe\x45\x75\x5a\xb7\x40\x26\x61\xb3\x20\x01\xa8\x8d\xee\xdf\x30\x94\x10\x44\xdf\x28\xff\x39\xcc\xf4\xb9\x4d\xf0\xf8\x48\x93\x49\x68\xd3\x48\x5b\xc4\x2c\xe3\x22\x69\xbe\x4d\x30\xba\x75\xc4\x91\xd7\x01\x34\xe6\xcb\x72\x1a\x68\xcc\x97\x2b\x35\xdf\x26\x48\xce\x53\xc3\xbd\xd7\x3c\xbb\xb8\xf7\x3e\x02\x7d\x3b\x09\xd6\xbf\x11\x74\x87\x91\xa1\x91\x49\x18\x30\x51\xb5\xed\x24\x66\x46\x44\x26\xe1\x32\x03\xdb\x14\xc6\xb1\xee\x4b\xe0\x67\x04\xd8\x37\x0a\xc7\x3c\xc7\xbf\xe9\x3c\x38\x10\xac\x6d\x0c\x25\xc1\xd4\x25\x95\x82\xfd\x72\x9c\x4e\x60\x8a\xf2\xa6\x3e\x63\x20\x35\xdf\x57\xd3\x40\x6a\x9b\x88\x92\x76\xa8\xbd\x88\x07\xa3\xf9\xbe\x78\xef\x48\x2e\x7f\x78\x00\xda\xed\x50\xd5\xc2\xe2\x9d\xf2\x9f\x73\x9a\x62\xfd\xbc\xaf\x0f\xb5\xed\xac\x41\x1b\xa9\x59\xdb\x3d\x88\x2a\xeb\xda\xdc\x26\x98\xac\x25\x1f\xdc\x97\x20\xc3\x46\x26\x61\x36\x23\x22\xf0\xb3\x98\x65\x39\x93\xd0\x2a\x18\x81\x9f\xce\x3c\x6d\xdc\x26\x18\xad\x4e\x70\x9b\xa0\x6b\x68\xb7\x0b\x2b\xf7\x09\xa7\x34\x68\xd8\x6e\x81\xf1\x79\x4f\x90\x49\xe8\xeb\x73\x1b\x41\xa1\xf6\x8a\xb4\x4b\xed\xb7\xee\xf7\x48\xc7\xb2\x60\xf6\x6d\x82\x46\x24\xd7\x48\x9b\x99\xc7\xbd\x17\x70\x54\x37\xdc\x7b\xc6\x43\xfd\xf1\x95\x6c\x0b\x8a\xda\x8b\x84\xbd\x75\x82\x42\xe7\x32\xc5\xe5\x08\x8c\xa1\xe3\xde\xab\x8c\xaf\xe3\xde\x73\xf1\xa2\x4e\x50\xe8\xfb\xb5\xcf\x7e\x93\x25\x77\xe2\x45\xbd\x95\x3a\x17\x0d\x5a\xef\xe8\xb8\xf7\x5a\x71\x03\x1c\xcd\xe9\x6e\x4e\xac\x7a\x0f\x94\xb4\x2c\xd7\x17\xed\x0f\x36\xcc\xe6\x27\xd1\xb2\x8e\x87\x80\x7b\x08\x0d\xac\x07\x40\x2a\x01\xef\x3d\x20\xc5\x08\x75\xe9\x81\x74\x10\x34\xa2\x4e\xd9\x50\xdf\x51\xd6\x03\x36\xe8\x6c\xca\x99\x3e\x4c\x0b\xf1\xa2\xbe\x5d\xac\x13\x2f\x1a\xdd\x3a\xb7\x09\x66\xf7\x9a\xdb\x04\x7d\x6f\x5d\x0f\x64\xa2\x79\xec\xc4\x8b\x3e\xc4\x6f\x76\x40\xdc\x83\xa5\xb0\x07\xdf\xeb\x91\xa0\x0e\x1e\x66\xb7\xae\xad\xeb\xa2\x24\xfd\x25\x09\x16\xed\xba\xe3\xde\x5b\xd8\xea\x3a\xf1\xa2\x0f\xe8\xa1\x73\x9b\x60\x43\x07\xea\xbe\x4d\xd0\xad\x93\x49\xf8\x78\x96\xc8\x24\xf4\x15\xed\x5d\x20\xae\xde\x0f\x85\x7b\x76\xf9\x3d\xea\x7b\x5c\x53\xb8\x67\x83\x9f\xc4\xfd\x35\x4d\x71\x34\x97\x7b\x4d\x4d\xb5\xc7\xfd\x3c\xe8\x1d\xcc\x19\x99\x84\x4e\xd6\xed\xb8\xf7\x0a\x49\x2c\x9d\xeb\xe9\x3f\x33\x18\x5d\xf4\x88\x99\x8f\x5e\x3f\x53\x0e\xda\xf2\x57\x28\xab\x09\x13\xee\xbe\x9e\x1e\x71\xdb\x3f\xee\x3d\xbf\x87\x11\x0c\x03\x44\xc7\xbd\x67\x17\x6c\xc7\xbd\x57\x8b\x29\xee\xbd\x20\x5e\xa7\x13\x2f\x7a\x1e\xf7\x93\xfa\x17\xd9\x2d\x00\xc2\xab\x5b\xd7\xf8\x7c\xed\x6e\x07\xa9\x39\x26\xa0\x83\xd4\x0e\x86\x92\x6e\xf7\x1e\x22\xae\xe3\xde\x8b\x84\xee\xf5\xc4\xfa\x4d\x7f\x05\x55\xc3\xf3\x82\x7b\xaf\xf9\xb8\xe3\xde\xeb\xe8\x86\x1d\xf7\x9e\x4b\x19\x75\x82\x42\x7d\xd1\x67\x07\xa9\x0d\xdc\x6d\x1d\xa4\x16\x51\x66\x3a\x48\x6d\xa1\x6b\xf7\xcf\x6d\x82\xee\x35\xeb\x97\xfc\x1e\x41\x69\x9e\x79\xca\x86\xba\xb2\x72\xa7\x6c\xe8\x44\x79\xea\x04\x85\xbe\xb8\x05\x7b\x26\xde\x17\x55\xa3\x73\x07\xbd\xed\xb7\x1d\x14\x97\xc8\xcc\xec\xa0\x38\x57\xac\xeb\x64\x12\x76\xb3\x3a\x82\x42\x27\x28\xb5\x3b\x28\x14\xad\xbc\x13\x14\xea\xfa\x6e\xfd\x13\x14\xca\x88\x08\x0a\x75\xa6\x6b\xf7\x1d\xf4\xa8\x75\x9d\x8b\x21\x5c\x30\xa8\x0b\xc5\x55\xdf\x34\xd8\x8b\xd3\x79\x0a\x14\xaa\x0d\x05\x06\x3a\x28\x2e\xe3\x70\xee\xb8\xf7\x5c\x19\xb1\x17\x54\x1b\xd2\xb1\x3a\x28\xee\x31\x4b\x16\x8a\x6b\xc6\xb3\xbd\xb0\x3f\xc1\x35\xbd\xe0\x23\x09\x6e\x81\x9c\x08\xcf\x44\xb1\x6a\xf3\x23\xc3\x45\xc7\xbd\xb7\x96\x3f\x42\xe4\x84\x8f\x74\xf1\xd6\x35\x45\x4d\xfe\xeb\xae\x68\xeb\x16\x33\x68\x2a\x8a\xda\x4f\xdd\xb9\x68\xb0\xb8\x9b\xc4\x8b\xfa\x6e\xac\x4e\xbc\xe8\x33\xfd\x5b\x82\x7d\x32\x58\x2e\x1a\x74\x40\x5e\x27\x5e\xf4\xf5\x81\x13\xc0\xeb\x21\xf9\x2b\x00\x58\xe2\x3d\x7a\x45\x6a\x02\xd4\x3a\xd7\xd3\x4f\xa0\x4b\x07\xe0\x35\x42\xb1\x3a\x00\x6f\x76\xb7\x8e\x7b\x0f\xcd\xad\xe3\xde\x2b\x00\xa0\x4e\xbc\xe8\xb2\xf4\xa3\xa4\x68\xf1\xf8\x7c\x3d\xbd\x05\x02\xee\x3d\x7b\xc9\x3b\xee\xbd\x85\x79\xa7\x03\xf0\x1a\xe6\x81\x0e\xc0\xb3\xd5\xb2\x37\x82\x9a\x80\x6d\xbd\x71\x9b\x19\x96\xd0\x4e\x69\x9a\x88\xdd\xb0\x53\x9a\xa6\x45\xb7\x60\xf7\x90\x5b\x9f\x1c\x70\xb6\x7c\x73\x12\xba\x5b\xd8\x80\x31\x7f\x93\xfa\x10\x16\x2b\x00\xbc\x63\xb1\xd2\x1d\xd4\xc4\x3a\xb8\x34\x8d\x45\x2a\xee\xbd\x82\xf6\xd9\xbb\x33\xed\x18\x11\x00\xcf\xf1\x02\x1d\x80\xe7\xb2\xf1\x1d\x80\x37\x2d\x56\x28\x4d\xe3\x58\x89\x0e\xc0\x7b\x93\xbf\xc2\x9d\x1f\x3e\xa8\x9d\x54\x03\xcc\x42\x9d\xd2\x34\xc3\x4c\x9f\xd2\x34\x2e\x73\xd4\x41\x71\xae\x43\xd2\x41\x71\x76\xba\x76\x50\x9c\xf3\xa8\x3a\x28\x2e\x9a\xf1\x81\xe2\x92\x67\x69\x70\x65\x12\x01\x4f\x5d\x28\xae\xb9\x7e\x78\xa7\xdc\x68\xc6\xc5\xd5\x29\x4d\xd3\xd0\xe3\x3a\xa5\x69\x76\xf0\x7b\xec\xcf\xe1\x6f\x6a\x7f\xba\xb2\x5e\x1f\x0e\xba\xf3\x6f\x5a\xbf\xe0\x7d\x0d\x8a\xb3\x2d\xb2\x83\xe2\x7c\x89\x43\xb7\x7b\xcf\x6c\x1e\xf7\xde\x9b\xfc\x1e\x25\x6f\x3d\x67\x20\xbc\x46\xc4\x45\x07\xe1\xf9\x52\x85\x8e\x7b\xef\x7c\x7e\xc3\x07\xb4\xfd\x1b\xb7\x25\x56\xff\x96\x89\x6b\x60\xcf\x93\x49\xf8\x61\x52\xdc\x26\xb8\x86\x29\x22\x5f\xc0\x2e\x7d\x72\x1b\x24\x70\xbd\x73\x69\x84\xef\x29\xea\x64\x12\xbe\xaf\x5b\xa0\xfe\x85\x15\x40\x32\x09\x87\xc5\x03\x99\x84\xd1\x2a\x83\x33\x09\x41\x01\x7d\x11\xcf\xec\x6f\x92\x49\x18\x30\x16\x74\x32\x09\x13\x28\xa0\x2f\x27\x69\x9b\x22\xa8\x17\xb3\x57\xa7\xfe\xcc\x6b\x26\xfc\xb9\x34\xc2\x14\xf6\x69\xb3\x72\xca\x8d\x0e\xb3\x56\xea\xcf\xf8\xe2\xdb\x4e\x26\xa1\x43\x13\x3b\xe5\x46\x7d\x4d\x44\xc7\xbd\xe7\x9a\x71\xdd\xee\x3d\xf3\x33\xdc\x7b\x8a\xc5\xff\x6d\x96\x8c\x7b\xcf\x99\x4c\x9d\x4a\xa4\xaf\x37\x32\x95\x48\x9d\x13\xde\x37\xc5\xa8\x2d\xd3\x36\x5b\xd7\x12\x67\x13\x94\x66\x26\x05\xa0\x5c\xb8\x3a\xfa\x76\xbc\xa1\x9f\x74\xfd\x0b\x7f\x53\x5b\xf7\xc3\xa0\x1d\x2f\x4a\x2c\x41\x27\x5e\xd4\x35\x27\x3a\xae\xbf\xd7\x90\x00\xd7\x9f\x6f\x2a\xee\xb8\xfe\x9c\xba\xd1\x29\x4d\x33\xb1\xdf\x76\x5c\x7f\x09\x5b\x56\x3f\x4e\xa2\x64\xb4\x00\x4a\xdf\x39\xd0\x01\x94\xef\x32\x85\x41\xc0\x2c\x0b\xd7\xdf\xf0\x71\xc0\xf5\x37\xad\xb1\xe3\xfa\x5b\x9f\xdf\xf0\xdc\x5a\x47\xa7\x34\x8d\xab\x8c\x75\xbb\xfe\xaa\xdf\x43\x6b\xb5\x24\x3e\x16\x8d\x8c\x88\x4c\xc2\x5d\xdc\x3a\x80\xd9\xe3\x23\x5e\xd4\xf1\xa9\x1d\x40\x79\x2d\xb3\x29\x4d\x73\xbd\x62\x00\x4a\x43\xdd\x0e\xa0\x8c\xd8\x06\xfb\x25\xb2\x00\x9b\x69\x17\xa0\x4c\x1f\xe1\x44\x69\x1a\xd7\xf0\xed\x06\x94\x40\xeb\x8e\xeb\xef\xc3\x06\x71\xfd\x7d\xd8\x84\x4b\x91\x5a\xbf\xa5\x14\x69\x2b\x6e\x0f\xd1\x61\xc1\x7c\x2d\x3a\x38\x38\xd7\xa2\xc3\xdf\xc4\xbf\x60\x5d\x0d\xd7\xdf\xc1\x88\x32\x00\x94\x4f\x37\x85\x41\x00\x23\xca\x00\x50\x36\x58\xe4\xa0\x34\x8d\xf3\x11\x07\xae\x3f\xb7\x30\x1e\x47\x16\x04\x28\x82\xb6\x38\xee\x83\xa0\xd0\xf4\xfa\x9b\xa0\xaa\x4f\x0b\xa0\xaa\xe8\xaf\xf8\x36\x48\x7f\x85\x4c\x57\xd4\x82\x81\xeb\x6f\xa2\x40\x0c\x5c\x7f\x4e\xb6\x1e\x2e\x4d\x83\x71\x69\xe0\xfa\xf3\xa5\x11\x83\xd2\x34\x2e\xbd\x33\x70\xfd\x0d\xd8\xc4\xc0\xf5\x77\xa3\x29\xee\xd2\xc0\xf4\x33\xb8\x9e\xde\xc5\xee\x07\xae\xbf\x17\x96\x3c\x70\xfd\x45\x8a\x09\x8d\xe0\xfa\x1e\xf4\x25\xd8\x36\x6f\xea\xff\x61\xec\xcf\x95\x2b\xd8\x7d\xa8\x5f\x2c\xbf\x4f\xc3\xb9\xc9\xaa\x9b\x10\x1c\xde\xc3\x81\xcb\x99\x03\xbf\x7f\xe0\x12\x7e\x6b\x9f\x96\x74\xae\xfe\xe7\x0b\x14\x6c\xaa\x07\x36\x07\x10\xc3\xc2\xc2\xc0\xef\x3b\xf9\xe5\xfb\x4f\x14\x56\x13\x9a\xd2\x11\xf5\x76\xea\xd5\x70\xd8\x4f\x8a\x4d\x88\x20\x6c\xc2\x3f\xa3\xa2\x4c\x13\xfe\x99\x8d\x6b\x64\x02\x0a\x15\xfa\x63\x52\x6c\x62\xb2\xe6\x27\xc5\x26\x0c\x35\x6b\x26\x1c\x3a\xc4\xb1\x26\xa1\xbf\xdc\xf4\x3f\x6a\xa1\xe0\x98\x99\x80\x42\x55\xe7\x7a\x26\x1d\xfd\xbc\x1d\xab\x31\x98\xde\xee\xf3\xb7\xd4\xb3\x84\x55\x45\x78\x7d\x52\x4d\xd0\xba\x9e\xe9\xaa\xe9\xd9\xfa\x05\x1e\x1d\x77\xe7\x54\xb1\x89\x47\xbd\xbe\xc0\x15\xe8\xa7\x5b\x8d\xe5\xe0\x9f\x9e\x59\xc8\x1e\xee\x53\x96\xe1\xd7\xbc\xff\x4f\x91\x3c\x31\x28\x95\xc5\x3f\x95\x80\xf8\xe8\x21\x18\x24\x98\x0b\x33\xcb\x20\x61\xa2\x09\xfd\x19\x59\xfc\x93\xd0\xdf\x21\xa4\x36\x55\x68\x50\x8b\x8e\xd0\xdf\x41\x78\x4f\x42\x7f\xca\xf7\x9a\x6e\x50\xb6\xb0\xf4\x3e\x3e\x3d\xeb\x99\x64\x71\x69\x99\x11\xfa\xab\xc4\x86\xa7\x0c\x4a\xb4\xf9\x89\x41\xd9\x34\x2c\x05\xad\x0e\xa1\x31\xa9\x43\x21\x2a\x95\x49\x1d\x8a\xd1\xf4\x3f\xb4\x3a\x7c\x91\x93\x2c\x43\xc3\x54\x9a\x64\x19\x2e\x7d\x11\x59\x86\x5b\xcb\x05\x83\x72\x1f\x3d\x45\xa7\x26\xfd\x04\x2f\xaa\xe8\xfa\x24\xcb\x50\x35\xa9\x27\x59\x86\x01\x4d\x63\x92\x65\x28\xca\xbf\x49\x96\xa1\x12\x8e\x67\x85\xff\x42\x23\x01\xa1\xe9\xc3\x81\x37\x21\x34\xed\x1c\x71\x13\xbc\xe8\xd0\x53\xc0\x8b\xce\xa0\x2b\xfd\xe8\x98\x8f\x9e\xc9\xd1\xa1\x85\x0c\x5e\x74\x7f\xee\x03\x74\x57\xf4\x4c\x1c\x02\xc4\x02\x66\x95\xc1\xa5\xbe\x70\x74\x0c\xdd\x87\xc3\x2a\xe9\x0d\x1b\x4b\x46\x57\x8a\x3f\x81\x51\x12\x5e\x94\x28\xc5\x04\x2f\xaa\x8a\x2a\xd3\x0d\xca\x21\x9b\x60\x36\x58\xf7\x82\xae\x24\xf6\x50\xf5\x4b\x84\xa6\xba\x8f\x2c\x43\xf5\x53\x84\xa6\x78\x6c\x27\x84\xa6\x62\x72\x9e\x10\x9a\x0a\x73\x3e\x21\x34\xad\x8f\x9e\xc2\xd1\x41\x88\x79\x92\x65\x78\xc8\xe2\x9a\xaa\x43\xa1\xb9\x25\xcb\x30\x74\xdd\x47\x1d\x8a\xad\x5e\xfb\xfa\x14\x97\xde\xc4\x6a\xd4\x51\x3c\xc9\x32\x14\xea\x7b\x62\x35\xaa\x5c\xef\x84\xd0\x34\x2e\xfd\x0f\xad\x1c\x77\xd2\x24\xcb\x50\x6c\x11\x13\xab\x71\x82\x67\x9e\x64\x19\x2a\xa9\x6b\x62\x35\x4a\xf3\x9e\x58\x8d\x1f\xc1\x47\x21\x8a\xa6\x63\x8c\x42\x14\x4f\xd6\x95\x4a\xd5\x52\x5f\x00\xa5\x69\xfe\x44\x68\x8a\x82\x34\x3f\x95\x06\x19\x4f\x55\x1a\xc4\x75\x30\x55\x69\x10\x9f\xe9\x24\xcb\x50\x15\x40\x66\x97\xc3\x8a\xbe\x28\xcb\x50\x62\x9e\x2c\x43\xe5\xd6\x4d\xb2\x0c\x95\x4b\x3b\xbb\xc2\xd6\x7a\x26\x61\x6b\x5c\x38\xb3\x8b\xb5\x4d\xf7\x4d\x7e\xe9\x4a\xb2\x7c\x35\x7f\x6e\x35\xb6\x3e\xf4\x8b\x04\x7c\x2c\xd1\x49\x96\xe1\xd0\xe8\x52\x69\x50\x8e\xb5\x09\xa1\xe9\xd5\x61\x08\xff\x4c\x24\xa0\x3e\xe1\x9f\x11\x9e\x6c\xc2\x3f\xf3\x39\x8e\x00\x85\x16\x7d\x91\x40\xa1\xda\xc5\x43\xd0\x82\xff\xc2\x25\x4f\x22\x86\x43\x27\x23\x06\xa5\x68\x35\x27\x06\xa5\x92\x60\x27\x06\xe5\x94\xcc\xc7\xa0\x5c\x3a\x9b\x64\x50\x7e\xee\xa3\x44\x8c\x96\x0b\x5c\xa7\xe7\xd1\x53\x00\x94\x48\xa0\x60\x50\x56\x9d\xd2\x18\x94\x0d\x0c\xe3\xc4\xa0\x9c\x55\xbf\x48\x70\x96\xd6\x83\x41\xb9\xf1\x1f\x4d\x0c\xca\x23\x31\x4f\xfd\x8a\xa0\x5e\x63\x50\x06\x6d\x07\x0c\x4a\xa5\xd2\x4e\x19\x94\x59\x6f\x67\xe9\x12\xf0\x9a\x64\x19\x2e\x0d\x3c\xd4\x34\x32\x60\x27\x55\x08\xe5\x10\x98\x10\x9a\x6e\xd3\x33\x5d\xf4\x64\x1d\x5c\x26\x82\x79\xb6\x11\xd4\x34\x0b\xdd\x7e\x52\xbf\x42\xd8\xce\x69\x2a\x61\xc4\x17\x61\x50\x66\x2d\x2c\x08\x4d\xc5\x8a\x35\x4d\xf5\x0f\xf4\x8b\xfa\x07\x12\x91\x84\x13\x03\xa6\xee\x24\xcb\x30\x6a\x03\x40\x68\xaa\x80\xde\x24\xd4\xb8\x3f\xef\x03\x10\x94\xf4\x14\x00\x5d\x9f\x5f\x87\xd9\x54\x3f\xb1\xaa\x30\xc2\x27\x78\xd1\x43\xa8\x71\x2e\xb1\x62\xf1\xbe\x05\x20\x48\x8b\x95\x2c\xc3\x83\x35\x36\xc9\x32\xcc\xf8\x6f\xa7\x1b\x94\xa3\x10\x1c\x9e\x4b\xa8\x1f\xbe\x01\x6a\x9a\xe7\xf3\x4b\xdc\x18\x08\x06\x51\xd3\xe0\xc6\x98\x18\x94\xe2\xe0\x9b\x18\x94\xb7\xe9\xed\xf8\x92\x35\xd3\x0b\x87\x1c\x7e\xd8\xb9\x10\x3d\xd2\x4c\x17\x80\x2e\xed\x07\xb2\x0c\x07\xae\x8a\x89\xd5\x18\xb0\xa3\x26\x59\x86\xaa\xa8\x3c\x09\x43\x16\x1d\xf6\x10\x9a\x56\x29\x02\x10\x9a\x0e\xbd\xef\x53\xbf\x82\x91\x27\x0c\x29\x12\xa2\x49\x18\xf2\x6c\x3d\x53\xac\x66\x7a\x3b\x04\x03\x1a\xeb\x2d\x82\x01\xfd\x42\xf4\x68\xac\xc9\x32\x54\xfa\xf1\x54\x96\xa1\x44\x24\x56\xe3\x91\xd8\x3d\x22\x6c\xe5\x0d\x00\x46\x45\xc3\x3a\xb1\x1a\x33\x2e\xa3\x89\xd5\xa8\xea\x77\x13\xab\x51\xe0\xce\x29\xc0\xa8\x8e\x46\xac\xc6\xad\x23\x07\xab\x51\x40\xc5\x09\x60\x34\xe9\x88\xc3\x6a\x14\x17\xdb\x3c\xa2\xbe\xd2\x2f\xf0\xcc\x20\x4a\xa6\xac\x46\xc9\x10\xac\x46\x51\xb4\x4e\xac\xc6\x8b\x43\x6e\x8a\x7f\x46\xa3\x24\xfe\x19\x59\x40\x58\x8d\x4a\xe0\x9e\x58\x8d\x62\x3f\x9c\x57\x84\xc2\xbc\xe1\xa2\xda\x48\xcc\x5f\xa8\xaf\xa4\x25\x53\xc0\x42\xd1\x9b\x29\xab\x51\x7a\x31\x56\xa3\x52\xca\x26\x56\xe3\x03\x2a\x6d\x5e\x71\x61\xff\x57\x39\xd4\x89\x41\xa9\xea\x0b\x93\x04\xc4\x26\x33\x83\x04\xc4\xa9\x13\x95\x08\xe5\xd6\x62\x25\x42\x29\x5a\x3f\xc3\xa0\xbc\x84\x2c\x8c\xf2\xf4\x31\xe8\x17\x6e\x74\x72\x74\x8c\x08\xe5\x44\x28\x5a\xc0\xd7\x8a\x51\x65\x14\x2f\x54\x98\xce\x02\xa2\x15\x8d\xdd\x02\x60\x28\xce\x65\x0b\x10\x2a\x5e\x3d\x53\xa5\x8f\x74\x1f\x84\x98\x68\x6e\x16\x08\x63\x5d\xbd\x01\xae\xda\xa2\x5e\xa3\xd5\x2d\x5d\xa9\x30\x96\x7e\x01\xf6\x62\xb9\x18\x59\x86\x8a\xd8\x1b\x59\x86\x8b\x33\xdb\x30\x28\x65\xc8\x18\x61\xc8\x8e\x88\xb4\x08\x98\xa6\xeb\x17\x60\x9a\xab\x5f\x24\x38\xe3\x05\x36\xc2\x90\x81\xcd\x6f\x0a\x43\x46\xbd\x41\x61\xc8\x87\x5f\x10\x2a\xb2\xb0\x4c\xb4\x35\xb8\x7e\x8c\x30\xa4\x61\xce\x5a\x14\x42\x40\xff\x23\xcc\x5a\xf4\x0d\x80\x85\xd0\x7d\x0d\x2c\xa9\x8a\x9c\x1a\x58\x52\xb1\x43\x9b\xb0\xa4\x45\xbf\xd0\x7a\xd0\x34\x0c\x42\xd3\xcf\xc8\x27\xb4\x9e\xa0\xff\xa1\xf5\x68\xde\x31\x28\x85\x8a\x31\xb0\xa4\x15\xa1\x61\xaa\x7b\xa1\x11\x04\x4b\xfa\xa0\xd9\x58\x42\xf4\x70\xe0\x19\x59\x86\x06\xc0\xca\x30\x28\x57\x53\xcf\xc8\x52\x1b\x7a\x0a\x5a\x0f\x82\xc1\xdc\xa0\x7c\x1e\x0e\x58\xa3\x3c\x7d\x4f\xfa\x05\x37\x86\xc6\x8c\x2c\xc3\x81\x7b\xce\xc8\x32\x14\xeb\x97\x91\x65\x18\x10\x2f\x46\x96\xa1\x88\x02\x8c\x30\x64\x04\x75\x60\x84\x21\x93\xbe\x81\x30\xa4\xf8\xf2\x0c\xda\x9a\x87\x03\xc8\xb2\x44\x8f\xfa\x29\x42\xcc\xc2\x2f\xe6\x0f\xbb\xc6\x32\x08\x96\x47\xef\xf3\xa3\xb1\xe1\x74\x33\xb2\x0c\xa7\xfa\x59\x70\x08\x10\x0e\x36\x00\xa3\xa7\xea\x4a\xc0\x88\x8f\xfe\x27\x1a\x7e\xfd\x82\x4b\x79\xeb\x4a\xc2\x90\xda\x7f\x58\x8d\x2a\x61\x64\x58\x8d\x45\xfb\xf6\xc3\x4d\xa3\xb7\xa3\xb5\x6a\x9d\x61\x35\x76\x54\x22\x53\x96\xe1\xd0\xff\x94\x80\xaf\xf7\x89\xd0\x54\xef\x43\xbe\xe0\x5c\x32\xac\x46\xd5\xb0\x34\x95\xc1\xe0\xf8\x33\xac\x46\x55\xf7\x33\xac\xc6\x8a\x45\x69\x58\x8d\xaa\x50\x68\x58\x8d\xed\xe8\x4a\xb0\xf8\x58\xb0\x86\xd5\xa8\x0a\x85\x46\x96\xe1\xe0\xe8\x37\xb2\x0c\xc5\x6c\x6e\x22\x34\x8d\xea\x0b\xb4\x4a\x57\xf7\x01\x88\xd5\x28\x29\xcb\x10\xe5\xc9\xc8\x32\x9c\x5f\x3a\xf3\xff\x14\xc9\x46\x85\x8c\x85\x87\xd1\xa8\x90\x71\x00\xbe\x18\x15\x32\x2e\x3a\x97\x35\x45\x98\x99\x06\x0c\x4a\x25\x19\x1a\x06\x65\xc3\xe8\x37\x0c\x4a\x31\x16\x1b\x06\xe5\xa3\x69\x17\x6d\x8d\xa6\x01\x83\x32\x5f\xbd\x9d\xdc\x7c\x89\x09\x0c\xca\x49\xe0\xc3\x3e\x06\xa5\x7e\xa1\x15\x70\xfa\x19\x38\x53\xf1\x17\x1b\x5c\xa7\x55\x0b\x99\x0a\x19\x03\x03\xc8\xc8\x32\x54\x19\x7d\x13\xd7\x29\xe1\x28\x83\xeb\xb4\x01\xf6\x32\x55\xc8\x50\x5f\x30\x28\x37\x86\xb6\x61\x50\xde\xcf\x95\xd0\x64\x83\x5d\x35\xb2\x0c\x1f\x0c\x20\x7b\x44\x3b\xc4\xb7\x83\x33\xbd\xda\xee\x22\x34\x95\x10\x86\xb6\x46\xb5\x0c\x0d\x83\x52\x4c\x04\xf6\x88\xf6\x44\xbf\x48\x23\x31\xbd\x41\xe0\x1d\xbe\xa8\x4b\xeb\x61\x74\xbb\xaa\xca\xe9\x17\x59\x6a\x78\xd2\x0c\x83\x52\xe4\x95\x86\x41\xa9\x5a\xba\xa6\x0a\x19\x5b\xff\xf3\xad\xb9\x25\x5a\xa9\x90\xb1\x81\x38\x19\x06\xa5\xe9\x10\xc5\xa0\xb4\xa6\xf7\x51\x72\x47\x87\x28\x84\xa6\x72\x74\x59\x17\x78\x4e\xef\x43\xeb\x59\xfa\x1f\xa2\xa7\xe9\x0d\xd0\xf0\xeb\x4a\x0c\x4a\x65\xcc\x19\x06\xe5\xe7\xb0\xc0\xa0\x9c\xfa\xf6\xc1\xfa\xd4\x78\xba\x41\x39\xca\xa3\x5f\xbe\x3e\xa5\x41\x1b\x61\xc8\xa2\x55\xae\x30\xe4\xd4\x95\x24\xc8\x6a\x6b\x62\x35\x0a\x59\x60\x0a\x43\x6e\x3d\x85\x30\xe4\xd2\xdb\xb1\x1a\x81\x6c\x1a\x56\xe3\xe9\xfa\x45\xc9\x24\xd3\x2f\xd2\x48\x34\x2b\x58\x8d\x9f\x51\xc2\x6a\xdc\x41\xbf\xd0\xea\xa4\x32\x00\x26\x1d\xe4\x23\x1a\x60\xd2\x81\xd6\x6a\x64\x19\x8a\x71\xda\xc8\x32\x34\xcd\x26\xdc\x34\x4a\xea\x32\xb8\x69\x1e\xa9\x2f\x94\xb5\xdf\x58\x47\x46\x18\x32\x68\x95\x13\x86\x94\xf5\x67\x84\x21\xfb\xa3\x37\x68\x0d\xd2\x4f\x65\x12\x12\xe8\x34\xe3\x78\xc0\x1a\x33\xd5\xa7\xd7\xfe\xa3\x3e\xbd\x08\xb4\x8c\xca\x86\xaa\x31\x62\x1f\xcb\x90\x95\x85\x65\x98\x74\x3c\x60\x19\x0a\x06\x6a\x94\xba\x98\x59\xef\xc3\x72\x42\xb7\x37\x83\xda\xeb\xd1\x2f\x3f\x1e\x22\x61\x72\x03\x84\x2a\x9a\x23\x03\x84\xda\xa4\x46\x02\x42\x6d\x59\x3d\x23\x53\x59\x47\xf1\x42\x3d\xd3\xf1\x00\xff\xcc\xd1\xbc\x2f\x92\xd0\x25\x23\x01\xa8\x66\xd2\x95\x0c\x80\x6a\x4b\xff\x55\xa1\xda\x48\x32\x14\xf9\xbc\x81\x5d\x8d\x9a\x4c\xb0\xab\xe2\x58\x32\xb0\xab\x42\x18\x1a\xd8\xd5\x02\xe2\xc2\x48\x32\x14\x8b\xae\xb9\xd1\x58\x1f\x32\xd1\x8c\xd2\xf5\x72\xdb\xdb\x52\x92\x28\x4b\x70\x21\x5e\x9a\xde\xc0\xf6\xd3\x79\xe7\x46\xe3\xd3\xc9\x0f\xb4\x0d\xb5\x89\xde\x40\xa8\x31\x83\x5d\x30\x85\x1a\x35\x7d\x6e\x34\x8e\x28\x9d\xd2\x8d\xc6\x11\xaf\xee\x23\x54\x85\xc9\x63\x1b\xf1\xf9\xf9\x9f\x6f\x3f\xab\x7a\xdf\x20\x44\xa9\x37\x10\x25\xd7\xc0\x13\x6a\x1c\x60\x1e\x0c\xa3\x31\x10\x57\xb5\xad\x54\x11\x3d\x13\x18\x7b\xd4\x53\x48\x62\x96\xbe\x42\x15\x8c\x85\xa7\xc9\x08\x35\x8a\x60\xde\xa0\xa6\x49\x51\xff\x93\x53\x83\x39\xa2\x0a\x46\x91\x10\x3e\x60\xa4\x31\xaa\x0c\xec\xea\xd1\xd1\x81\xd1\xa8\x04\x75\x53\x96\xa1\x36\x38\x46\xe3\x91\x86\x09\x76\x55\xc4\xdf\xf6\xc1\xae\xf2\x7d\xc2\xae\x6a\x4b\x83\x5d\xcd\x45\x7d\xf1\xef\xab\x12\x28\x47\x59\x78\xcc\x26\xd4\x34\x9f\x23\x87\x2c\xc3\x42\xd4\xc0\x2e\x49\xda\x3a\x02\xc0\xae\x6e\x6d\x69\x8c\x46\xe5\x3c\xd9\x95\x3f\x9c\xb7\x43\x4d\x93\x08\xac\xda\x15\x6b\x1b\x33\x06\x76\x75\x1d\xdd\xc7\xf7\x49\x64\x41\x68\xfa\xd1\x0d\x21\x34\x15\x1a\xc3\x2e\x24\x02\xd2\x9d\x2e\xc7\x9f\xd6\x92\x5b\x86\xe3\xd1\x61\x48\xa8\x31\xe2\xcd\x5d\x64\x19\x6a\x1e\x16\x59\x86\x15\xb8\xd5\x52\x15\x0c\xb4\xb3\x45\xa8\xb1\xe0\x90\x5b\x84\x1a\x6f\xd7\x53\x84\x32\xd2\xff\xfc\xfb\xe4\xbb\x5e\x00\x54\x95\x20\xb1\xb0\x0c\x55\x22\x6d\x41\x68\x1a\x96\xde\xe0\xeb\x73\x45\xbd\x5d\xf8\xf7\xc3\x2f\xf0\xef\xe8\x71\x2b\x28\xc9\x57\xbf\xfc\x78\x78\x4c\xbf\xfc\x78\x58\x58\xc5\x8b\x50\xe3\xe2\x80\x5d\x0a\x35\x22\x84\x17\x96\xa1\x58\x90\x97\x2c\x43\xf4\xcd\x05\x40\x75\xe8\xed\x91\x2c\x3c\xf5\x0c\xcb\x30\x33\x0f\x0b\xcb\x30\x55\x3d\x05\xcb\x90\xbd\xb9\xb0\x0c\x1f\xec\xd2\x05\xa1\xe9\x64\xbf\xaf\x28\x3e\x76\xfd\x82\x75\x2f\xea\x29\x94\xba\xc0\x5a\x59\x84\x1a\x55\xd9\x70\x29\xd4\xa8\xf9\x4b\xc2\x8e\xf3\xb5\x00\x54\x33\xf8\x92\x25\xfe\x19\xd4\x89\x95\x14\xcf\xd0\xff\xc8\xa5\x40\x0e\xae\xa4\x2a\x49\xbc\x0f\xcb\xb0\x61\xbd\x2f\x2c\xc3\x8d\xab\x77\x61\x19\x9e\xff\x74\x5c\xac\xa4\x0c\x93\xc0\x6d\x0a\xe5\xe8\x75\x50\x99\x73\x6a\x2e\xa2\x90\xa1\xea\x17\xfc\x17\x18\x39\x0b\xec\x6a\x8a\xfa\x3c\x44\x0f\xdb\x68\x81\x5d\x2d\x08\xe1\x05\x35\x8d\x92\x1a\x17\xd4\x34\xa9\xeb\x97\x44\x0f\x03\xe1\x46\x63\xeb\x9c\x4d\x0b\xec\xea\xd0\xc0\x53\x2c\x51\x1e\xf0\x05\xd7\xe9\xd4\x62\xa5\x0a\x46\x18\xba\xd2\xbf\x2f\x22\xd8\x97\x8a\x25\xe2\x9d\x5b\x2a\x79\x8f\xd9\xbd\xa8\x82\x31\x08\x0f\x2d\xaa\x60\x8c\xad\xa7\xc0\x07\x1d\x74\x1f\xfe\x70\x4e\xf7\xa5\x2a\x18\x84\x13\x17\xd4\x34\x09\x8f\xed\xa2\x0a\x86\x74\xbc\x85\xd1\x58\x3f\xbf\x28\xc0\x83\xee\xb4\xdc\x68\xec\x22\x41\x59\x54\xc1\x88\x4d\xff\x03\x60\x85\x51\xb5\xa8\x82\x11\x81\xe4\xac\x02\x21\x26\xda\xcb\xa2\x0a\x46\xc3\xe6\x59\x85\x04\x52\xf4\x9c\x45\xa8\xf1\xc1\xe5\xb0\xc8\x32\x14\x3f\xf3\x22\xcb\x50\x54\x38\x8b\x92\xf7\xa6\x5f\x60\x57\xaf\x96\x20\xd4\x34\x9f\xe5\x49\x96\x61\x98\xba\x92\xda\x74\x90\xa4\x2e\xb0\xab\x8a\xdf\x2f\xb0\xab\xc6\xf1\xb7\x28\x79\x2f\xda\xff\x45\x06\x62\xec\x7a\x26\x46\x31\x87\xc5\x92\xd1\x28\x31\xa1\xda\x89\x8f\xfe\x67\x1c\xc5\x7a\xe6\x22\x25\x82\x91\x00\xbb\x5a\x34\x4a\x95\xa3\x91\x03\x76\x55\x58\xf7\xb0\x1e\x16\x19\x88\x9f\x91\x68\x10\x2a\xe2\x2b\x5f\x50\xd3\x88\xea\x71\x35\xd2\x1e\xf4\xb5\x8d\x50\xb1\xd6\x0b\x55\x30\x86\x56\x01\xd4\x34\x53\x42\x8a\x2a\x18\x47\xe2\x05\x6a\x9a\x46\x08\x6f\x41\x4d\x23\x72\xdc\x25\x6a\x1a\x89\x48\x00\xaa\x2a\x9c\xba\x1a\xb5\xdb\x88\x67\xac\x86\x53\xe3\xd3\x17\xfc\xa9\x57\xfd\x84\xb5\x4d\x7b\xe5\x91\x3f\x95\x67\x3e\xf8\x53\xf5\x7d\x0f\x28\x1c\x0e\xae\x45\x15\x8c\x8c\x4b\x65\x51\x3b\x31\xa3\xb1\xaf\x47\x00\x4e\x3d\xc5\xd7\xa7\x72\x3f\x17\x00\xd5\xa5\xdd\xf1\x50\xc0\x0c\xa7\xdb\xa2\xd4\x45\xad\x7a\x1f\xd8\x7f\xed\xbf\x07\xcb\xe2\xea\x0d\xa0\x54\xb4\xb2\x1e\x50\x2a\x3a\x72\x00\xa8\x1e\x49\x22\xb7\x0c\x7b\x41\x41\x5a\x1d\xcb\x1e\xc5\x71\xb9\x65\xd8\x8f\x84\x30\x19\x88\x47\x2b\x99\x7a\xf8\x41\x5f\x4b\xa9\x8b\xa6\xd5\x43\xa8\x71\x00\x26\x58\x5d\x55\x76\x58\x4b\x58\x86\xb2\x02\x56\x97\x65\x41\x5f\x3a\x55\x92\x74\x58\x00\x50\x8d\x45\xcf\x04\xca\x20\xd9\x4a\xa8\x71\x8d\xff\x0a\xef\x2d\x8c\xc6\x47\x67\x7d\xa7\x76\x9b\x86\xac\x93\xa1\xa7\x33\x4d\x65\x15\x75\x9e\x0f\x8c\x7e\xb4\xd6\x35\xf0\xa7\x92\x5c\xb0\xdc\x68\xec\x3b\xe8\x7f\x18\xc5\xda\xd2\x03\x14\x07\x7a\xf8\x1a\x94\x8d\xcc\x7a\x26\xac\x58\x9a\xe8\x41\x95\x01\xcc\x93\x85\xd1\xa8\x02\xf1\x0b\xa3\xf1\xf3\xb1\x64\x20\x2a\x24\xb3\xc8\x40\x8c\x41\x4f\x01\xbb\x2a\xb1\x04\x76\x75\x4f\xf5\x53\x34\xe0\xf4\x45\x55\x30\xd0\x14\x97\x1b\x8d\x43\x89\x2a\x0b\xae\xd3\xa0\x89\x86\x9a\x46\xc6\xca\x82\x9a\x26\x93\x63\xb5\x44\x68\x2a\x9d\x64\x2a\xf9\x92\x09\x23\x03\xf1\xa3\x77\x4c\x71\x0d\xb3\x5c\xc8\x40\x0c\x49\xff\x23\x03\xf1\xe8\x17\xfe\xfe\xad\x7e\xba\xd5\x71\x3e\xfd\x04\x05\x40\x5a\xc0\x02\xbb\xda\x75\xe0\x61\x50\xaa\x18\xeb\xc2\xa0\xdc\xea\x35\x06\x65\x94\x2e\x63\xf8\xfb\x75\xc0\x1a\xfe\xb8\xab\x5f\x18\x5c\x80\xd9\x16\xd8\xd5\x89\xfe\xbe\x4c\xd4\x49\xf4\x0c\x6a\x9a\x8d\x7d\xb2\xa0\xa6\xf9\x68\x67\x50\xd3\x28\x86\xbd\xa0\xa6\x89\x9f\x37\x18\x61\x5d\x3d\x45\x5a\x0f\x63\x66\x72\xda\xe8\x7f\x70\xd5\xe2\x59\x5e\x6e\x50\x8e\x2b\x2d\x0b\x42\x53\xa1\x46\xd6\x12\xb7\x02\xe3\xb2\x94\x51\xc6\x2a\x20\xd4\xa8\xf2\x54\x6b\x51\x80\x47\x6b\x17\xec\xea\xa3\xa3\x18\xec\xea\xd5\x5a\x5a\x38\xdd\xb4\xe6\x09\x35\x9a\x0e\x20\xd5\x4e\x94\x46\x44\xa8\x71\x69\x6e\xa1\xa6\xd9\x12\xd7\xa2\xa6\x91\x9e\x0a\x76\x55\x2c\x71\x6b\x09\xa5\xa2\x7e\x12\x2a\x06\x19\xb2\x00\xa8\x3e\x9a\x3f\xac\xc6\xa1\x15\xb2\x71\xda\x68\xaf\x10\x6a\x14\x23\xcb\xda\x7c\x9f\xf6\xdf\x56\x5a\x87\xee\x6b\xb8\x00\x98\x15\x42\x8d\x5d\xc7\x98\x32\x1e\xb1\xbf\x16\xa1\xc6\x80\xe5\xbb\x08\x35\x26\x52\xe0\x17\xa1\xc6\xf4\x79\xc3\x22\x0c\xa9\x5f\x70\x7d\x57\x3d\x85\xb4\x2a\x29\x4f\x64\x3c\x36\x1c\x4f\xcb\xad\xc6\x31\xf0\x1e\x2f\xd5\xc3\xd7\x48\x1c\xf6\x9f\xf6\xd1\xe1\xe8\xd7\xdb\x0f\xfe\x70\xc2\x74\x4b\x19\x8f\x1a\x33\xac\xc6\x44\x78\x7d\x1d\x39\x6d\x98\x31\x32\x1e\x9b\x0e\xca\xc3\xfc\x7d\xde\x47\x46\xa7\x74\x66\x08\x4d\x55\x83\x7e\x1d\x85\xc2\xf5\x14\x9c\xa6\x59\x6f\xc0\x5f\x0c\x9e\x79\x11\x6a\xfc\xfc\x0f\xab\xb1\xd4\xff\x72\x5c\x2c\x37\x28\x6b\xd3\xa2\xa3\xac\xe2\xd3\xf4\x8b\xa9\x2d\x7a\x24\xa1\x2a\x9d\x9a\xa2\xad\xc1\x9b\xbb\xa0\xad\x51\x8d\xe1\x45\x59\x45\xd1\x90\xac\xcb\xd6\x94\x60\xc0\xa0\x14\x6e\x63\x11\x85\x1c\x4d\xcf\xc4\x55\x9e\x74\xe5\x42\x27\xe1\xd3\xaf\x6a\x63\xe9\x0d\xe2\x72\xd5\x1b\xf0\x87\xb3\xc5\x36\x06\xa5\x98\x8e\x37\xd8\xd5\x82\xb7\x6c\x83\x5d\x95\xcb\x61\x43\x5b\x63\xf4\x65\x07\x60\xe5\x9c\xee\x3b\x28\xa3\xec\xf2\xcb\x0d\xca\x8a\x83\x65\x07\x25\xeb\x2e\x7e\xc9\x1f\x1e\xf8\x85\x3f\x3c\xa9\x2f\x70\xb9\x26\xfd\x0f\x5f\x56\xd1\xdb\x09\x55\x61\xea\x6e\x2a\x64\xac\x47\x57\x12\xaa\xfa\x3c\x13\xec\x2a\x3a\xd7\x16\x6d\xcd\xd2\x2f\x69\xe5\x7c\x2d\x06\xe5\xc6\xd0\xde\x11\xad\x00\x2f\xe9\x06\xbb\xda\x59\xf2\x9b\x50\x63\x41\x7c\x6e\x0c\xca\x3b\xf5\x14\x96\xee\xd0\x95\x84\xe2\x82\xfe\x27\x56\x2c\xbd\x1d\x9a\xfa\xa8\x37\xe0\xb0\xc2\xec\xde\x18\x94\x33\xe8\x4a\x68\xea\xab\xfe\xc7\xd1\xf1\xa8\x9f\x10\x62\xa2\x81\x6d\xb0\xab\x86\xa0\xdd\x60\x57\x37\x89\x3f\x5b\x19\x8f\x1c\x08\x5b\xb4\x35\xac\xdd\x4d\xa8\x71\xe0\xb4\xd9\x54\xc8\x88\x58\x6a\xdb\x0d\xca\xfe\x99\x95\xa4\x02\x4a\xf4\x9a\xda\x89\x1d\x25\x61\x53\x21\x43\x35\xfb\x76\x62\x7d\xe2\xfd\xdf\x10\x9a\x8e\xa9\x37\xc0\xa5\xac\xd5\x83\xd5\x28\x1e\xe9\xed\x56\xe3\xb0\xcf\xfb\xf0\xb5\xa2\xe8\x6c\x42\x8d\xaa\xfb\xbe\xdd\x6a\x1c\x15\x71\xb6\xb3\xf6\x1f\x5f\x0b\x40\x75\x16\xfd\xcf\xd7\xe7\xe6\x18\xdb\x58\x8d\x09\x15\x65\x63\x35\x96\xa9\x37\x88\x56\x49\xff\x43\xab\x43\xb1\xda\x94\xd8\x5f\x88\xa5\x9d\xa1\x1d\x42\x24\xef\xac\xb4\x0e\xbe\x0f\xab\xb1\x64\xbd\x9d\xa3\x23\xeb\xed\xae\xb5\xde\xcf\x33\x7d\xff\x25\xbd\x1d\xab\x71\x6b\x36\x0b\x5c\xd1\x08\xa9\x4d\x19\x8c\x84\xe2\xb1\x29\x83\xf1\x80\xe5\xd9\x00\x54\xc5\x23\xb8\xe1\xa6\x49\xc8\x9e\x0d\x37\x4d\x01\x14\xb0\x8b\xd2\x56\x18\xc1\x42\xda\x0a\xee\xab\x4d\xed\x44\xd1\xdb\xef\x82\x43\x4e\xf3\x40\xed\x44\x21\x82\x76\x51\x01\x3a\xf5\x1a\x00\xae\xf6\x74\x01\x85\xa3\xfd\x8e\xd5\xf8\xd9\x01\x55\xd8\x78\xde\x87\xd5\x58\xb5\x42\x20\x34\x5d\x84\x2f\x77\xc5\x21\xa7\x2f\x22\xd4\x98\xbe\xde\xf0\x3f\x45\xf2\x26\x0a\x99\x30\x79\x36\x51\x48\x49\xf9\x4d\x85\x8c\xd1\xf5\x0b\x5f\xdd\xd0\x95\x14\xe7\x69\xfa\xc5\xa9\x02\xb2\x60\x43\x69\x23\xd2\xec\xad\x62\xfc\x98\x58\x1b\x83\x32\x6a\xa3\x42\x69\x73\x4d\x9d\x06\x80\x04\x58\x68\x63\x50\x26\x70\x0d\x9b\x64\x48\xe9\x40\xbb\x09\x56\xae\x5f\xc0\xca\x71\x8d\x6c\x92\x21\x2f\x01\xbd\x4d\xa8\x31\xe0\x8f\xdb\x0a\x35\x6a\xf1\x40\x69\xa3\x38\xf5\x26\x19\x72\xc1\x1a\xb5\x09\x35\x3e\x1c\x16\x9b\x50\xa3\xd8\x37\x76\x13\x0a\x80\x2d\x8d\x41\xa9\xda\x6d\x1b\x83\x72\xa2\x15\x6c\x32\x1e\x95\x78\xb0\xc9\x78\x54\xad\xb8\x0d\xa5\xcd\x21\x24\xba\xa1\xb4\x39\xda\x2a\x50\xda\x28\xed\x7c\xbb\x41\xd9\x54\x8a\x72\x13\x6a\x0c\xa6\xff\x41\xd9\xc3\xe1\xb4\x31\x28\x2b\x7a\xff\xc6\xa0\x6c\x44\x9f\x37\x06\xa5\x0e\xd8\xfd\x40\x1b\x85\x25\xb3\xc9\x78\xcc\xfa\x86\x87\x50\x8e\xc4\x0b\xb5\x13\x8b\x8e\x0e\x6a\x27\x7e\xb6\xfb\x23\x2e\x6c\xf5\x8c\xb4\x0e\xfd\x22\xd4\x18\xf4\xb5\x64\x3c\x26\x2d\xd6\x2e\x87\x00\x73\x4b\xed\xc4\xac\x31\xeb\xe2\x41\xd0\xff\x5c\xf4\xa8\x4a\xfa\xc6\xa0\xac\x9f\xfb\xa0\xa9\x27\x98\xb2\x21\x34\x15\xfd\xcc\x86\xd0\x34\x12\xde\xdb\x50\xda\xa4\xcf\xff\x70\x08\x48\xf0\x11\x6a\x54\x71\xb3\x8d\xd5\x28\xea\xfb\x8d\xd5\x28\x77\xd9\xee\x00\xac\x40\x7d\xef\x01\xb6\x9a\x00\xf0\x1e\x88\x1e\xed\x23\xb7\x1a\x87\xe9\x50\x83\xd2\xe6\x60\xce\x6e\x32\x1e\xc5\x70\xbd\x45\x69\xb3\x75\x1f\xaa\x8d\x04\x8a\x28\x6d\x74\xe4\x0c\xe6\xef\xea\x29\xa4\xe5\x3c\xba\x8f\x30\x96\x56\xeb\xe0\xe8\x47\x8b\xdc\x03\xad\xf5\xf3\x0b\x14\x95\xd6\xfc\x80\x4b\x05\xd4\xc8\x26\xd4\x28\x2d\x72\x7f\x8a\xf1\xb3\x5e\x08\x35\xf6\xcf\x2f\x3f\xfa\x97\x8e\x15\x42\x8d\x5d\xbb\x91\x50\x63\x47\x9b\xdf\x6e\x35\x8e\x89\x0b\x60\x8b\xd0\x14\xed\x73\x4f\xb8\xda\x75\x84\x13\x6a\x1c\xea\x27\xc5\xf8\xe7\xd5\x33\xc5\xa8\xc8\xf7\x01\x50\xed\x92\x28\x94\xc1\x10\x51\xef\x9e\xe2\xc2\x46\xb4\x2a\xe3\x11\x24\xd1\x9e\x1c\xfd\x9a\x69\x6a\x27\x36\xdd\x67\x7c\x9f\xae\xa4\xe2\xbe\x38\x4a\x36\x15\xf7\x55\xed\x68\x13\x86\x14\x83\xf7\x26\x0c\x79\x09\x2e\x6e\xc2\x90\xaa\x1f\xb3\xe1\xbb\x59\x52\x12\x44\x68\xba\xfe\x53\x24\x63\x50\xd6\xa6\xd7\x91\x91\xd4\xd5\x31\xa2\xe4\x3a\xa5\x31\x28\x55\x1b\x6b\x63\x50\x0e\x09\x68\x13\xc0\x4a\x9f\x20\x6c\x20\x5d\x59\xca\x68\xe1\x99\x6e\x50\x96\xab\xed\x47\x32\x64\xd6\x09\xa7\x64\x48\x89\x02\x25\x43\x82\xea\xdb\x18\x94\x0d\x60\xd6\xc6\xa0\x14\x5b\xc4\x86\xeb\xb4\x7c\x9e\x49\x18\x52\x27\x38\x61\x48\xe9\xfd\x1b\x0a\x1d\x95\x5c\xdc\x0b\x5f\x79\xd5\x2f\x71\x0d\xf3\x7d\x4b\x15\x4e\xf4\x4c\xc8\x24\xf1\xd1\xee\xa5\xba\x75\xf4\x0c\x83\xb2\xe9\x29\x60\x57\x0d\x3f\xe5\x86\x42\x47\xc1\x9b\x8d\x41\xa9\xc2\x4b\x1b\x0a\x9d\xa0\x45\x4e\x85\x8c\x20\x51\x40\x85\x8c\x0a\x12\x65\x13\x86\x5c\x3a\x89\xdd\xa0\x6c\x37\xe9\x29\xa0\x38\x70\xc5\x6c\x6a\x27\x7e\xb4\x48\x28\x74\x3e\x63\x4d\xed\x44\x55\x56\xdb\x32\x1a\xd5\x6b\x8c\x46\xd1\x72\xef\x83\xd1\x0f\xdc\x6a\x1f\xb2\xc6\x30\x0c\x37\x46\x63\x94\xe8\xc1\x68\x54\x2e\xd8\xc6\x68\x14\x20\x6f\x1f\x8c\x62\x1d\x39\x54\xc1\x50\xf0\x66\x63\x34\x4e\x59\x2b\x18\x8d\x0a\xdd\xee\x23\x24\x8a\x9e\x02\xeb\x9e\xe6\x0f\x42\xd3\x84\x27\x74\x1f\x9c\x1a\x9a\xe9\x23\x3e\x6f\xb6\x0a\xa1\xc6\x82\x55\xb5\x65\x34\x6a\x2d\x51\x05\xa3\x69\x1e\xae\x90\x36\x7c\x1f\xf8\xd4\x2a\x7b\xe1\x42\x65\x2e\x1b\x04\x9a\x9c\x86\x5f\x74\x83\x4f\x15\xe3\xc5\x56\x15\x0c\xf0\x02\x1b\x7c\xea\x00\x97\xb2\xc1\xa7\x2a\x42\xb3\xb1\x0c\xb7\x84\x0d\x55\x30\x82\x6c\x82\x2b\xcd\x5b\xff\x73\xf1\x29\xd6\x8e\x0d\x08\xb5\x4b\x45\xb9\xe2\x13\xf6\x67\x1e\x40\xa8\xa2\x78\x3f\x80\x50\x95\xc1\x76\xdc\x32\xec\xca\x78\x3c\x6e\x19\x76\xa5\x36\x9c\x80\xf8\xe4\x60\x3e\x01\x2e\x8e\xa9\x5f\x3e\x7f\xa2\x0b\x3b\x58\x86\x85\x1d\x77\xb0\x0c\x9f\xa1\x5f\x58\x86\x55\xcf\x04\x7f\x8b\x86\x79\x02\xb4\x5f\x9f\xfb\xe0\xaa\x58\xea\x19\x4e\x0d\xe6\xef\x60\x19\xee\xcf\x2f\xf1\x95\x73\x1f\x96\xe1\x83\x92\x77\xb0\x0c\xc7\xd1\xff\x08\xc5\xb1\x5a\x0f\x59\x8d\x93\xd0\xed\xc1\x32\x0c\x5d\xff\xa3\xd4\x05\x7a\xf1\x21\xab\x71\xb2\x5a\x4f\x24\xb5\x08\x47\xde\xc1\x32\xec\x1a\x41\x2c\x43\x29\x17\x27\x4a\x3d\xd3\xff\x50\xcf\x90\x7c\x07\xcb\x50\xf5\xfc\x4e\x14\xd5\xfe\xe2\x17\x32\xf2\x4b\xe8\xff\x4f\x91\x7c\xc0\xa7\x16\xce\xe5\x03\x3e\x55\x27\xc7\xc1\x68\xcc\x2c\xa5\x83\xd1\xa8\x42\x4f\x47\x51\x48\x62\x8b\xe7\x43\x93\xc3\x90\x25\x3e\x1d\x11\x72\x28\xab\x38\x86\xfe\x47\x15\x0c\xce\xc2\x43\x15\x8c\x3e\xf4\x14\xa0\xe3\x68\x75\x47\xa1\xc6\xac\x9e\x71\xf2\x73\xc2\x1d\x8c\x46\xd5\x05\x3b\x70\x9d\x2a\x51\xf9\x24\x55\x19\xd0\x95\x17\x07\x0b\x7d\xc9\x30\x58\xe1\xe2\x38\x18\x8d\x2a\xe2\x7a\x30\x1a\xe5\xf5\x3a\xe0\x53\x13\xc6\xed\xc9\x80\xe0\x30\x79\x8e\x1b\x8d\xe3\xd1\xa2\x13\xa1\x29\xdb\xf6\x90\xd5\xb8\xae\x7e\xf9\xf7\x5d\x82\x8b\x07\xa3\x51\x11\xfb\x83\xd1\xf8\xf9\xda\x4c\x94\xfc\xe8\x17\x59\x7f\x53\xbf\xf8\xbe\xae\x67\x92\xf5\x67\x7a\xbb\xb2\xfe\x98\x31\xf0\xa9\x0f\x01\xa1\x53\x04\x12\x63\x09\x82\x4f\xdd\xe8\x2b\xa7\x88\x81\x8c\x51\x82\xd0\xf4\x68\x03\x10\x6a\x54\xf5\xe3\x53\xe0\x3a\xa8\xba\x12\xa3\xf1\xe8\x97\x1b\xfd\xa9\xe8\x7d\x24\xe4\xe2\xec\x39\x45\x34\x32\xcc\x1f\xa1\xc6\x89\x37\xfe\x14\xe1\xc3\x19\xdd\x22\x32\x50\x5d\xe9\xc7\xdf\x44\xb7\x38\xd0\xe4\x28\x6a\x70\x08\x35\xaa\x4c\xd8\x81\x26\x67\x60\x76\x9f\x4a\x6d\x33\x0e\x8b\x83\xd1\x98\x3f\xff\x2b\x6c\x77\xfa\xf9\xb1\x0c\xf5\x4b\xf8\x62\xe6\x1d\xcb\x30\x02\xd9\x3c\x55\xb5\xdb\xf8\xda\x8a\x51\x4c\x80\xed\x54\x12\x8e\xb3\x7a\xa6\x2a\x26\xcc\x6d\x85\x81\xac\xa8\x9f\xd0\x38\x69\x8f\x11\x6a\x14\x02\xf6\x54\x55\xa1\xe1\x0d\x58\x86\x6b\xe9\x97\x00\x56\x7c\x43\x53\x81\x21\xfa\x89\x65\x28\x75\xe2\x60\x19\x06\xa0\x7b\xa7\x51\xe5\x63\xe8\x29\x8d\x5d\xcc\xd7\x52\x05\xa3\x68\xed\x62\x19\x66\xb4\xcf\x03\x4d\xce\xa3\xaf\x25\xd4\xa8\x84\xf8\x03\xd9\x69\xe0\x88\x3b\x70\xe1\x84\xcf\x95\x1b\x40\x2c\xab\x07\xb2\xd3\xa1\x91\x10\xd9\x29\x31\x84\x83\x65\x28\x18\xe8\x81\x0b\x27\x68\x6e\xdd\x32\x6c\xca\x91\x3b\x58\x86\x4d\xa2\x5c\x59\x8d\x84\xf0\x0e\x96\xa1\xd2\x5d\x0e\x96\x61\xd4\xb7\x63\x19\x7e\x46\x57\xa1\xc6\xa2\xb7\x53\xc0\x4c\xe3\xf2\xa8\x36\x24\xeb\x0c\xcb\x50\x89\x54\x07\xcb\xb0\x5f\xbd\xc1\xe7\x6f\x60\x91\x1c\x2c\xc3\x65\xba\x92\xf9\x23\x16\x70\xb0\x0c\x95\x33\x7a\x64\x19\x62\x97\x1e\x2c\x43\xa7\xc5\xff\xdf\x22\x19\xa3\xb1\x69\x20\x30\x1a\x4d\x82\xe1\x63\x34\x32\x10\x2a\xab\xa8\x05\x49\xc2\xe3\xa9\x7a\x39\x00\x0f\x09\x1b\xf0\xa9\x97\x20\xd3\x21\xe1\xf1\xb3\xa9\xba\x5c\xe5\x7a\x26\xa2\x07\x2f\xdb\xa1\xe0\x7e\xda\xba\xf2\xe0\x46\xe7\xd3\x29\xb8\x5f\x74\x12\x53\x70\xbf\xe8\x99\x2a\xb8\xaf\x33\x1b\x7c\xea\x40\x97\x39\x24\x3c\x8a\x3b\xe2\x90\xf0\xa8\x6a\xb6\x67\x00\xfd\xc7\x44\x3e\x03\x80\x15\x1a\xfb\xa1\x0a\x46\x91\x10\xa6\x0a\x46\xc1\xc1\x72\x54\x05\x43\x13\x0d\x0f\xaa\x00\x64\x87\x50\xe3\x23\xd1\xf3\xa9\x82\xc1\xe8\x7e\xaa\x60\xa8\x2f\xd0\xac\x4c\xf5\xf3\x22\x96\xf8\x22\x55\xc1\x20\x68\x77\xa6\x88\x42\xe9\xe7\x14\x40\x8e\x7e\x62\x34\x46\xbd\x81\x50\xe3\xd4\x28\x11\x6a\x6c\x58\x1d\x87\x50\xa3\xb4\xb3\x03\x3e\x55\x5c\x1c\x67\xc2\xf3\x9a\x75\xa5\x8b\x1e\xc3\x50\x3b\x84\x1a\x15\xcd\x3f\x13\xad\x6e\xeb\x0d\x44\xc9\x3f\x6f\xc0\xa9\x81\xc9\x7a\x26\x00\x47\xe2\xf7\x47\xa1\x46\xf0\x3a\x87\x50\xe3\x42\x2b\x3f\xd0\xe4\x6c\x69\x6e\x84\x1a\x03\x5a\xf2\x21\xd4\xa8\x50\xf1\x31\x0a\x60\x49\xb4\xaa\xe0\x3e\x58\xd2\x43\xed\xc4\x4d\xf6\xd7\x01\xbb\x2a\x4c\xe8\x01\xbb\x5a\xba\xae\x84\x81\xec\xf3\x4c\x5f\x9f\x33\xeb\xed\x38\xdd\x34\xef\x64\x35\x8a\x13\xe5\x90\xd5\x38\xb0\x64\x0e\x59\x8d\x02\x7b\x1d\xc3\x9f\x8a\x4b\xe5\x2c\x68\x8e\x08\x08\x9d\x25\x00\x99\xfe\x07\x36\xb7\xe8\x17\xf8\x77\x09\x30\xb2\x1a\x3f\xab\x07\xcb\x50\xd5\xab\x0f\x96\x61\xc5\x22\x39\x8b\xcc\x5a\xf5\x73\x91\x1e\x25\xad\x0e\x10\x6a\x25\xea\x73\x00\xa1\x8a\x23\xfc\x08\x84\xaa\x55\x8e\xf5\x77\xa4\xcc\x00\x42\x0d\x12\xad\x14\xd5\xcf\xf8\x84\x0f\x45\xf5\x4d\x02\x7a\xab\x52\x09\xe3\x42\x39\x0b\xd5\xb9\x3e\x58\x7f\xca\x20\x38\x9b\xe3\xe1\x73\x25\x3e\x61\x5c\x7e\x87\xfa\x88\x4a\x65\x3a\xe2\xbb\x91\xe2\x01\xdf\x8d\x6a\x7e\x1c\xf8\x6e\x96\x64\x01\xe1\xc4\xcf\x4c\x13\x4e\x3c\xda\x1d\x54\xce\xff\x1c\xc5\x84\x13\x95\xd4\x75\x44\xa0\x2a\x59\x00\x08\x35\x62\x35\x1e\x2c\xc3\x23\x8d\x96\x70\xe2\xd5\xac\x00\x42\x95\xf3\xf3\x00\x42\x0d\x52\x07\x01\xa1\xaa\xb4\xd3\x39\xa2\xda\xd7\x53\x5c\x0e\x2a\x40\x7a\x08\x19\xae\xf5\x5f\xe1\xbd\x73\xc4\xc9\xc0\xe2\xa1\x3c\xe2\x21\xbe\x7d\xa8\x74\xf1\x39\xc1\xdd\x30\x7c\xfe\x79\x1d\x22\x12\x13\xf2\x5c\xfc\x32\x78\x9d\x0f\x86\xa1\xe1\x31\x3a\x54\xba\x58\x3a\x47\x28\x8f\xa8\x34\xe2\x43\x79\xc4\x47\xa7\xa6\xf8\x53\xa5\x57\xa9\xa8\xbe\x36\x00\x45\xf5\x0f\x60\xaf\x73\xc5\x94\x46\xaf\x31\x0c\xc5\xe1\x76\xae\x38\x35\x98\xb0\x2b\x4e\x0d\xa6\x01\xc3\x30\xe8\x8b\x30\x0c\x83\x8e\x0e\xf1\xa7\x4a\x64\x61\x18\x36\x0c\xe6\x1b\x04\x94\xca\xfc\xf2\xe5\x39\xf9\xf6\x4b\xc8\x50\xc9\x13\x17\x0c\xea\x9d\xfa\x25\xa6\xad\xc0\x2f\x5f\x9e\x19\x91\x7c\xa1\xbb\x39\x9f\x5f\x68\x67\xa6\xfb\xd0\x5e\x08\xa6\xdc\xa0\xc4\x53\xfd\xc2\x7a\x60\xb9\xdc\x20\xba\x22\xfd\x0f\x3a\x98\xae\x7e\xca\x7a\x48\xfc\x82\x8e\x69\xe8\x8b\xc8\x4e\x64\x4b\x5f\x37\x0c\x47\x21\x80\x71\xa3\xa8\xda\xe9\x0b\x24\xa9\x0d\x13\xf9\x82\x41\x35\x0e\xd1\x4b\x76\x62\x45\x0f\xb8\x84\x0c\x2b\x40\xbe\x4b\xc8\x50\x58\x89\x4b\xc8\x50\xf6\xd0\x8d\xaa\x04\xa1\xa7\xe0\xb8\x58\x7a\x83\x3b\x2e\x52\x56\xcf\x40\xd3\x98\x7a\x06\xa7\xc6\xa3\x37\x00\xc4\x2c\x7a\x0a\x71\x89\xa9\x37\x10\x97\x40\x30\xdc\x24\x2a\x7a\xc6\x9a\xec\x44\x71\x84\x5f\xb2\x13\x0b\x6e\xb6\x4b\xc8\x50\xde\xf8\x0b\xdd\x4d\xc5\x37\x78\x55\xe9\x82\x83\xeb\x42\x77\x73\xbb\xee\x03\xe3\x8e\x4f\xff\x42\x77\x13\xb5\x7a\x00\x9a\xe6\xad\xff\x81\x91\x0e\x7a\x26\x74\x5a\x08\xbe\x9b\x98\x3f\x50\xb5\x17\x92\xd4\x0e\x42\xe7\x02\x34\xed\x4b\xbd\x86\x84\x52\x33\x46\xc8\x30\x92\x14\x7e\xc9\x4e\x54\x46\xd9\xa5\xd2\x85\x2a\x7e\xdf\x8c\x61\x0f\x39\xd3\x05\x68\xda\x40\x86\x5c\xb2\x13\xab\x56\x16\x9c\x36\x95\x74\xf5\x4b\xc8\x50\x34\x5c\x17\xa0\xa9\xd8\x4c\x2e\xd9\x89\x05\x7b\xf6\xaa\x9c\x05\x96\xd3\xcd\x3a\x1e\xf4\x8b\x90\xf6\xd2\x95\xf8\x7d\xab\xfe\xa7\x14\x28\x46\x09\x4e\x9b\xac\x35\x08\xa7\x4d\xd3\xac\x60\xfd\x89\x2b\xfa\x02\x34\x9d\x38\xf9\x2e\x40\xd3\x0b\x1c\xf7\x42\x92\x2a\x46\xf4\x0b\x49\xaa\x2a\xe7\x5f\x38\x6d\x0a\x47\xf1\xa5\x9c\x45\x00\x8c\x78\x29\x67\x51\x35\x7f\x85\xfd\xd7\xf4\x3e\x42\xf6\x9a\x15\x48\x52\x05\x73\xb8\x6e\xfd\x0d\x21\x9f\xaf\x48\x52\x3f\xfd\x3c\x1c\x01\xff\x05\x82\xbb\x44\x13\x33\x27\xd5\x55\x79\x44\x14\xef\x4b\x51\xfd\xa0\x17\x80\x41\xd5\x69\x74\x31\x0c\x1b\x6e\x8c\x8b\x61\x68\x18\xbe\x17\xc3\x30\x0c\xdd\x47\x48\x66\xeb\x4a\x7c\x52\x12\x6e\xf0\xa7\x2a\x4c\x70\xab\x2a\x79\xf0\x09\xa2\xbb\x89\xea\x8b\xf1\x06\x16\x16\xfc\xa9\xa6\x0d\x40\xc8\x50\x3e\xef\x8b\x61\x28\xe8\xc9\xa5\x0a\xc6\x47\x28\x36\x7d\x1f\xf7\x11\x32\xbc\xea\x19\x45\xf5\x55\x8d\xee\x36\xb2\xdb\x88\x84\x5f\x37\x0c\x6b\x44\xe8\x5f\xca\x23\x56\x89\xe4\x06\x90\x4f\xc2\x0d\xba\x1b\x15\xc7\xba\x4d\x3e\x45\x5d\x29\xed\x8c\xaf\x55\xc8\x30\xe8\x7f\x38\x66\xb4\x74\xc9\x4e\x8c\x1a\x41\xe8\x6e\x92\x96\x3c\x74\x37\xaa\x5b\x72\x55\x03\x11\xe7\xd2\x55\x0d\x44\x3d\x05\x22\xd4\xa4\x4d\x05\x11\xea\xf8\xfc\x02\xcc\x86\x56\x7e\x1f\x0a\x59\xe1\x16\xba\x50\xda\xa8\x44\xee\x75\x03\x2f\x05\x34\x94\xeb\x06\x5e\x10\x9a\xe6\xba\x81\x97\x82\x56\x81\x1b\x78\x29\x7d\xae\xfc\xea\xe7\xbd\xea\xa7\x5b\x47\x39\x48\x14\xb8\x75\x74\x55\xf8\xf6\xba\x05\x74\xaf\x46\xc2\x2d\xa0\x2b\xfa\xa0\xeb\xd6\xca\xbd\x12\xd0\x6e\xad\xdc\xab\xf9\x73\x6b\xe5\x8a\xf0\xf3\x5e\xfa\x82\x7e\x74\xfd\xb8\x0d\xe1\xd1\xaf\xe3\xbf\xb0\x9c\xae\x1f\xb7\x29\x3b\xcc\x2e\x05\x3f\x6e\x53\xf6\x20\x53\x0a\x7e\x54\x85\x90\x7a\xa0\xb6\x47\x0a\x7e\x5c\x85\x90\xc6\xd7\x1f\x2d\xf1\x5f\xd7\xa4\x7f\x5d\xc3\x73\xdc\x2d\x95\x42\xe2\x19\x7e\x90\xa5\xe0\x62\x3f\x35\xef\x69\x0a\x2e\xf6\x53\xcb\xfa\x5f\x65\xb4\x23\xbf\xda\x8f\x5f\x3e\x13\x90\xe6\xa7\xe0\x02\x3b\x05\xf5\xdb\x05\x76\xa2\x72\x64\x0a\x99\x1e\x6e\xae\x74\xa1\x9c\x52\xe4\x7d\x2e\x86\x43\x30\x9e\xe9\x62\x38\x25\x9f\x97\x14\x5c\x0c\x87\xa0\x9e\xb9\xa8\x4d\xc9\x11\xe2\x29\xb8\x38\x0d\xe1\xd1\x1b\x34\xbe\xf4\xba\xf0\x06\xf7\xd9\xa6\xe0\x62\x31\xb1\x93\x52\x70\xb1\x18\x70\x6b\xa4\xe0\x62\x31\x7c\xbe\xa8\xec\x17\x80\x98\x82\xdc\x52\x85\xff\xb9\x84\x09\x30\xbb\xa4\x50\xe9\x99\x5b\x52\x29\xb8\xdc\xf8\x67\x24\x5c\x6e\xbc\xff\x9b\xbe\x2a\x2e\x3d\xab\xfb\xf7\x5c\xd5\xf3\x7b\xae\xea\xbf\xe6\xbc\xfd\x6b\xce\x1b\xef\xc8\x31\x11\x40\x4e\xc1\xf7\x6f\x08\x39\xbd\x2d\xec\x8d\x9c\xdf\x16\xc6\x2c\x97\xb7\x85\xfe\xe4\xfa\xb6\xd0\x9f\xdc\xde\x16\xfa\x93\x9f\x7f\x5a\x1e\xfa\x93\x3b\x2d\xff\x4b\xa4\xa7\xf0\x30\xf9\x79\xbc\xb7\x27\x2d\xc6\xaf\x0f\x08\x21\x87\x7f\x96\xe2\x93\x7f\xfe\x27\xbe\xff\x29\x3f\xff\x93\xde\xff\xd4\x9f\xff\xc9\xef\x7f\xda\xcf\xff\x94\xf7\x3f\xcf\xcf\xff\xd4\xf7\x3f\xfd\xe7\x7f\xda\xfb\x9f\xf1\xf3\x3f\xcf\xfb\x9f\xf9\xf3\x3f\xfd\xfd\x8f\xfd\xfc\xcf\x78\xff\xb3\xde\xff\xa4\x9f\x63\xc0\x94\x38\xae\x23\x05\xf7\x3d\x25\x78\x2e\x52\x70\xdf\x53\xc2\x87\x9b\x42\x4f\xbf\x17\x41\xcf\xbf\x17\x41\x2f\xbf\x17\x41\xaf\xbf\x17\x41\x6f\xbf\x17\x41\x7f\x7e\x2f\x82\xde\x7f\x2f\x82\x3e\x7e\x2c\x82\xaf\x96\xf9\x7b\xa6\xbb\xfd\x35\xd3\x7d\xfd\x35\xd3\x7d\xff\x35\xd3\xfd\xfc\x35\xd3\xfd\xfe\x35\xd3\x23\xfc\x35\xd3\x23\xfe\x35\xd3\x23\xfd\x35\xd3\x23\xff\x35\xd3\xa3\xfc\x35\xd3\xa3\xfe\x35\xd3\x73\xfe\xb3\xd1\x4b\xfc\x67\x6b\x4f\x7b\x5b\xd3\xdb\xba\xde\xd6\xfc\xb6\xbe\xe2\xa4\x94\xb7\xf5\xbc\xad\xf5\x6d\x7d\xc5\x4a\x69\xff\xb4\x5a\x78\x5b\x9f\xb7\xf5\x3d\x52\x4a\x7f\x5b\xd3\xdb\xfa\x8a\x22\xcb\x6f\xeb\x7c\x5b\xcb\xdb\x6a\x6f\x6b\x7d\x5b\xd7\xdb\xda\xde\xd6\xfd\xb6\x3e\x6f\xeb\x79\x5b\xfb\xdb\x7a\xdf\xd6\xf1\x4f\x6b\x0d\x6f\xeb\x3b\xbe\xf5\x1d\x5f\x7b\xc7\xb7\xbe\xe3\x6b\xef\xf8\xd6\x77\x7c\xed\x1d\xdf\xfa\x8e\xaf\xbd\xe3\x5b\xdf\xf1\xb5\x77\x7c\xeb\x3b\xbe\xeb\x1d\xdf\xfa\x8e\xef\x7a\xc7\xb7\xbe\xe3\xbb\xde\xf1\xad\xef\xf8\xae\x77\x7c\xeb\x3b\xbe\xfb\xfc\xde\xfb\xfb\xfe\xde\xfb\x27\xfc\xde\xfb\x27\xfe\xde\xfb\x27\xfd\xde\xfb\x27\xff\xde\xfb\xa7\xfc\xde\xfb\xa7\xfe\xde\xfb\xa7\xfd\xde\xfb\xe7\xf9\x6b\xef\x9f\xfe\xd7\xde\x3f\xe3\xaf\xbd\x7f\xe6\x5f\x7b\xff\xd8\x5f\x7b\xff\xac\xbf\xf6\xfe\xd9\x7f\xed\xfd\x73\xfe\xda\xfb\xe7\xfe\xb5\xf7\x6f\xf8\x6b\xef\xdf\xf8\xd7\xde\xbf\xff\x92\xdd\xf7\x5f\xb2\xfb\xfe\x4b\x76\xdf\x7f\xc9\xee\xfb\x2f\xd9\x7d\xff\x25\xbb\xef\xbf\x64\xf7\xfd\x97\xec\xbe\xff\x92\xdd\xf7\x4f\xd9\x7d\xff\x94\xdd\xf7\x4f\xd9\x7d\xff\x94\xdd\xf7\x2f\xd9\x1d\xc3\x5f\xb2\x3b\x86\xbf\x64\x77\x0c\x7f\xc9\xee\x18\xfe\x92\xdd\x31\xfc\x3f\xcb\xee\xff\xa9\xd6\xc4\xf0\x97\x58\x8f\xee\xb6\x49\x04\x14\x53\x74\xd7\x4c\x4a\xee\xba\x48\x11\x0d\x1a\x64\x72\x8a\x09\xbd\xd1\xc3\x5a\x29\x26\xee\x73\xeb\x33\x45\x69\xc9\x68\xa6\x31\xa3\xc3\x3a\x24\x2f\x45\xd7\x99\x13\x09\xc1\x29\x4a\x67\x76\x47\x54\x8a\xee\xac\x48\xc9\xd1\x27\x29\x66\xde\x30\x79\x43\xd6\x24\x87\xcf\x24\xc7\x6c\xbf\x96\x61\x94\x5e\xfd\x2e\xc3\x28\xdd\xfa\x5d\x86\x31\x9f\x5f\xcb\x30\xe6\xfb\x6b\x19\xc6\x12\x7e\x2d\xc3\x58\xe2\xaf\x65\x18\x4b\xfa\xb5\x0c\x63\xc9\xbf\x96\x61\x2c\xbc\xeb\x3d\x20\x63\xe1\x5d\xef\xe1\x18\x2b\xef\x7a\x0f\xc6\x58\x79\xd7\x7b\x28\xc6\xca\xbb\xde\x03\x31\x4a\xa3\x7f\x0f\xc3\x58\x59\x08\xef\x41\x18\x2b\xb3\xfc\x1e\x82\x51\x9a\xff\x7b\x00\xc6\xca\x86\x7b\x0f\xbf\x58\xd9\x70\xef\xc1\x17\x65\x13\xbc\x87\x5e\xac\xcc\xc5\x7b\xe0\xc5\xca\x5c\xbc\x87\x5d\xac\xcc\xc5\x7b\xd0\x45\xd9\x0f\xef\x21\x17\x65\x3f\xbc\x07\x5c\x94\xfd\xf0\x1e\x6e\x51\xf6\xc3\x7b\xb0\xc5\xa6\x0d\xf4\x8e\x4f\xd3\xc6\x79\xc7\xa7\x69\xc3\xbc\xe3\xd3\xb4\x51\xde\xf1\x69\xda\x05\xef\xf8\x34\x29\xdd\xef\xf8\x34\x1d\x04\xef\xf8\x34\xc6\xa7\xbd\x7d\x96\x3d\xd3\xbe\xf5\x99\xf1\x69\xdf\xfa\xcc\xf8\xb4\x6f\x7d\x66\x7c\xda\xb7\x3e\x33\x3e\xed\x5b\x9f\x19\x9f\xf6\xad\xcf\x8c\x4f\x7b\xfb\x2c\x7b\xa6\xbd\x7d\x96\xd1\xd2\xde\x3e\xcb\x68\x69\xef\x9c\xca\x58\x69\xef\x9c\xca\x48\x69\xef\x9c\xca\x38\x69\xef\x9c\xca\x28\x69\xef\x9c\xca\x18\x79\xde\x39\x95\x11\xf2\xbc\xe3\x23\xe3\xe3\x79\xc7\x47\x46\xc7\xf3\x8e\x8f\x8c\x8d\xe7\x1d\x1f\x19\x19\xcf\x3b\x3e\x32\x2e\x9e\x77\x7c\x1e\xc6\xe7\x79\xc7\xe7\x61\x7c\x9e\x77\x7c\x3a\xe3\xf3\xbc\xe3\xd3\x19\x9f\xe7\x1d\x1f\x19\x23\x92\x57\x32\x44\xdc\xf1\x9a\xa2\x8c\x10\x6c\xe7\x28\x03\xc4\xd1\x87\x29\x76\x7c\x0a\x19\x79\xd5\x5f\xa5\xcf\xa5\xea\xdb\xab\xde\x7f\xfe\xe7\x5b\xef\xc6\xcf\xff\x7c\xeb\xe5\xab\x00\x7e\x1d\x38\xf9\x1d\xe1\x8e\xb7\x22\xa9\x7f\x47\xbf\xde\x96\x2b\x4f\xc7\xc7\xdb\x11\xdd\x90\xf8\x5c\xf3\xcf\x75\x32\x22\x26\x5f\x26\xc3\x21\x21\x97\x65\x2c\xe0\x07\x88\x32\x10\x3e\xbf\x5c\x4a\x87\xc2\x18\x8c\xfe\xe3\x7f\xf6\xe3\x7f\xeb\xc7\xff\xd4\x2f\xfe\xe7\xd1\xeb\x54\x67\x48\x14\xb7\x4c\xd1\x23\xd8\xa9\xae\xe7\x6d\xc9\x5c\x13\xdf\x16\x3f\x13\x5a\xfc\x0f\x60\x6f\x8a\x1e\x9e\x4e\x0d\x47\x4d\x74\x0b\x44\x8f\x56\xcb\x79\x1f\xad\x96\xcb\x35\xaf\xd0\x77\x3b\x20\x55\xfb\x3a\x3c\x38\x1e\xdd\x06\x48\xd5\xd2\xdb\xe2\x4b\xe0\x89\x7c\xa2\xeb\xfd\xe9\x71\x47\x6b\x8a\xae\xd9\xa7\x8a\xfd\x1b\x4d\xcf\x77\x57\x59\xdc\x38\xa7\x26\x53\xba\xf9\xac\xc4\x95\x1e\xc8\x7c\x7f\xd9\x8f\x5f\xd7\x9d\x7f\x9a\xc2\x5b\x7f\x2e\x9f\x77\xd3\xdd\xf6\xf3\x3f\xef\xe6\xbb\xbf\x96\xe9\xbb\x09\xef\xaf\x65\xfa\x6e\xc6\xfb\x6b\x99\xbe\x9b\xf2\xce\x9f\xff\x79\x37\xe7\xa5\xdf\x5a\x0a\xb8\x14\x93\xbe\xd7\x75\xad\x1c\x32\xe3\x74\x99\x8b\xc5\x41\x8f\x4b\xb1\x7a\xd8\x3f\xa5\xa0\x65\x12\xf9\xe5\x4b\x24\x3b\x86\x3e\xa5\xa0\xe5\xb1\xf9\x55\x7e\xfc\xea\x9a\x71\x7e\xa1\x9e\x38\xba\x3f\xa5\x40\x5f\x1c\xa8\xf1\x35\x93\x38\x2d\x7d\xce\x53\x44\x75\xa9\xbc\x3d\xa2\xba\x54\xde\x1e\xdb\x37\x07\x5f\x8a\x7c\xf9\x7d\x3e\x6b\x21\xa1\x3c\x65\x07\x3f\xbb\x8f\xd0\x5d\x7e\xf4\x35\xf1\x1d\xb8\x0a\x53\x92\x82\xa4\xff\xe9\x2d\x81\x5f\x6c\x36\x87\x36\xb8\x07\xf8\xeb\x99\x1e\xb1\x49\x49\x2a\x18\x0e\xc0\x94\xa4\x2e\xd5\x40\xad\xf4\x94\xa4\x86\x79\x24\x2f\xa5\xc4\x77\x76\xfa\x83\x93\x33\xb9\xcb\x3c\x25\x9c\x9c\xc9\x1d\xc5\x29\x79\x54\x2a\x41\xe2\x90\x52\x46\x64\xb2\x8a\x53\xc6\x6f\x53\xe9\x01\xaa\x5d\xd6\x48\x66\x89\x09\xde\xe0\x4e\xce\x9c\x06\x23\x99\x11\x05\x99\x37\x48\x35\xfb\x52\x8c\x33\xe3\xfe\x51\xc4\xee\xdb\x42\x2f\x16\x4f\x2b\xe1\xfb\x0c\x96\xf8\xe3\x7f\x49\x7b\x95\x5f\x5a\x07\xf4\xbe\x94\xef\x2b\xa6\xd4\x1f\xff\x6b\x12\x3a\xfc\x7a\xd8\x9f\x7a\x4a\xff\xb6\x0a\x53\x19\x3f\xfe\x37\xf9\x1f\xfd\xf4\xd8\x51\xa2\x52\x50\x4a\x65\x49\x4a\xf0\x6b\xf3\x4b\xbd\xd6\xca\x56\x5f\xfc\xfb\x9e\xc4\x33\x6b\xf8\xfe\xcc\x1a\xbf\xf7\xac\xf2\x45\x8b\x31\x77\xd5\x2e\x13\xb4\x48\xc9\xd5\xba\x0c\xa1\x5c\x4a\xae\xd2\xe5\xac\x5e\xbb\x3a\x97\x4a\xa7\x2f\x75\xfd\x21\x1d\xd2\x37\x57\xee\x4f\xe9\x90\xea\xf9\x43\x3a\xa4\x6f\xae\xdd\x9f\xd2\x21\xb5\xf0\x87\x74\x48\x2d\xfe\x21\x1d\x52\x4b\x7f\x1c\x96\xa9\xe5\x3f\x0e\xcb\xd4\xca\x1f\x87\x65\x6a\xf5\x8f\xc3\x32\xb9\x4a\x97\x40\x1e\xa6\xe4\xaa\x9a\x9f\x6e\xfe\xcb\x67\x27\x6e\xc6\xdc\x55\xab\x14\x35\x1f\xae\x56\x25\x18\x82\x53\x72\x95\x2a\xc5\xfd\x1f\x35\x53\xdd\x00\xfa\x9a\xe2\xc1\x32\x75\x6d\x21\x3d\x83\x2d\xe0\xe7\x6d\x7a\x8c\x49\x1d\x74\x6c\x33\xa9\x9c\xa9\x51\x42\x6f\xe8\x29\x6c\x24\x47\x84\xfd\xf3\x8b\x73\x13\xca\x8c\x94\x38\x33\xa3\xc4\x0a\xe7\x65\x34\xde\xee\x38\xaf\x14\xd1\x63\x92\xe3\xbc\x52\xd4\x32\x35\x9e\xa2\xe5\x6d\x3c\xe5\x20\x44\xdc\x55\x96\xa0\xff\x4a\xc9\x78\xe6\x61\x38\x4d\xcf\xe4\x8b\x38\x0e\xe3\xe2\x0d\xee\xb2\x7a\x7f\xd9\xf7\x2b\xe5\x1e\x72\x4b\x88\xef\x90\x6b\xc8\x2d\x21\xb5\x94\xd7\x12\x52\x4b\x7d\x2d\x21\xb5\xb4\xd7\x12\x52\xcb\xf3\x5a\x42\x6a\xe9\xaf\x25\xa4\x96\xf1\x5a\x42\x6a\x99\xaf\x25\xa4\x16\x7b\x2d\x21\xb5\xac\xd7\x12\x52\xcb\x7e\x2d\x21\xb5\x9c\xd7\x12\x52\xcb\x7d\x2d\x21\x5a\x76\x78\x2d\x21\xb5\xc4\xd7\x12\x52\x4b\x7a\x2d\x21\xb5\xe4\xd7\x12\x52\x4b\x79\x2d\x21\xb5\xd4\xd7\x12\x52\x4b\x7b\x2d\x21\xb5\x3c\xaf\x25\xa4\x96\xfe\x5a\x42\x6a\x19\xaf\x25\xa4\x96\xf9\x5a\x42\x6a\xb1\xd7\x12\x52\xcb\x7a\x2d\x21\xb5\xec\xd7\x12\x52\xcb\x79\x2d\x21\xb5\xdc\xd7\x12\xa2\x45\xae\xbe\xf6\xf6\x59\xae\xbe\xf6\xf6\x59\xae\xbe\xf6\xf6\x59\xae\xbe\xf6\xf6\x59\xae\xbe\xf6\xf6\x59\xae\xbe\xf6\xf6\x59\xae\xbe\xf6\xce\xa9\x5c\x7d\xed\x9d\x53\xb9\xf8\xda\x3b\xa7\x72\xed\xb5\x77\x4e\xe5\xd2\x6b\xef\x9c\xca\x95\xf7\xbc\x73\x2a\x17\xde\xf3\x8e\x8f\x5c\x77\xcf\x3b\x3e\x72\xd9\x3d\xef\xf8\xc8\x55\xf7\xbc\xe3\x23\x17\xdd\xf3\x8e\x8f\x5c\x73\xcf\x3b\x3e\x72\xc9\x3d\xef\xf8\xc8\x25\xf7\xbc\xe3\x23\x97\xdc\xf3\x8e\x8f\xd4\xc7\xe7\x1d\x1f\x57\x1b\x57\xb3\x7f\xbc\x23\xc9\xd5\x45\x4b\xb7\xbe\x2d\x5f\xe3\xb3\xfa\x5d\x6f\xcb\xd7\xf8\xd8\xec\xdf\xae\xf9\x1a\x1f\xfb\xfa\xaa\x7f\x5a\xbe\xc6\x67\xb7\xf8\xed\x9a\xaf\xf1\xb1\xdd\xbf\x5d\xb3\xfd\xc9\xe1\xdb\xdb\x8f\xb7\xc4\xf8\xb6\x7c\x8d\xcf\xfa\xb2\xd9\xd4\x92\x5d\x45\xb4\xbc\xc7\xdb\xf2\x35\x3e\x76\x4a\x79\x5b\xbe\xc6\xc7\xd6\xf7\xbb\xbe\xc6\x67\x3d\x23\xbc\x2d\x5f\xe3\xb3\xc3\xfa\xd6\xf2\x35\x3e\x73\xc5\x6f\x2d\x3e\x3e\xf5\xd9\x6f\xcb\xe3\xcf\x79\xbe\x3d\xf9\x6b\x7c\xec\xc9\xf6\xb6\x90\x00\xfc\x7c\x7b\xce\xa7\x0a\xc1\xdb\x62\x3e\xf2\xe1\xdb\x73\x40\x2e\xc4\xfb\xb6\x00\x4c\x99\xdf\x9e\x43\x2d\xb4\xfa\xed\x4b\x2f\x35\xb5\xff\xf1\x78\x65\x40\x62\x3d\xbd\x7d\x06\x28\x96\x76\xfd\x3f\x88\x81\x66\x70\x64\x25\x7c\xbb\x9d\xd2\x7e\xe7\xbc\x2d\xa2\x2c\xfe\x76\x8d\xaa\x6f\xae\xb7\x85\x0a\x8e\xe9\x5b\x0b\x49\x47\xed\xfd\xc0\x48\x61\x8a\xfe\xad\x65\x40\xe8\xf7\xed\x73\x44\x23\x1b\xdf\x16\x83\x03\xe9\x1d\xcc\x08\x1e\xf2\xdb\xe4\xc2\x7b\x68\xf5\x5b\x0b\x04\x80\xe5\x5b\x9f\x55\x4a\xee\xbd\x26\x01\x6f\x9d\xf5\x6d\xf9\xd4\x05\x7a\x5b\x1c\x47\x98\xc3\xf3\xb6\x64\x71\xe5\xbc\x2d\x64\x7b\xe4\x77\xc4\xc0\xa4\xdd\x96\xde\x16\x5f\x5a\xfd\xdb\x22\x71\xfd\xde\xec\x75\x31\x66\x77\xba\x7e\xdf\x8c\xd9\x31\x6a\xdf\x37\x63\x76\x68\xc3\x8f\xe5\x97\xec\xf7\x62\x73\xcb\x60\xee\x6f\xa3\xe1\xd6\xc1\xaa\xe7\x1d\x0d\xb7\x10\xd6\x53\xbe\x3d\xf9\xb2\x19\xdf\xb7\xbb\xa5\xb0\xeb\xf3\x2e\x3f\xb7\x16\x7e\x2c\x63\xb7\x18\x56\xf7\x6b\x36\x2d\xd9\x7b\xf8\xac\xb7\xe5\x6b\x7c\x6c\xac\xfe\xb6\x54\x36\xec\xb7\xbb\x7c\x7c\xc2\xfc\x76\x97\x6f\xbd\x5a\xbe\x5d\xd3\xdf\x4d\xad\x16\x1f\x9f\x95\xbe\x3d\xf9\x6b\x7c\xd6\xf9\xde\x1f\x7b\x37\xbe\x5a\xbe\xc6\x67\xe7\xf0\xed\x5d\x5f\xe3\x63\x71\xa4\xb7\xe5\x6b\x7c\x2c\xcc\xf3\xb6\xdc\x57\x0c\xd2\x52\xc2\x2b\x06\xd5\x12\x5f\x31\xa8\x96\xf4\x8a\x41\xb5\xe4\x57\x0c\xaa\xa5\xbc\x62\x50\x2d\xf5\x15\x83\x6a\x69\xaf\x18\x54\xcb\xf3\x8a\x41\xb5\x74\x17\x68\xfd\xfd\x2e\xb7\x73\x24\x18\xd5\xe2\xe3\x13\xfb\x7e\x5b\xec\x15\x71\x6a\x71\xd1\xbd\xee\xb7\x96\xfd\x0a\x46\xb5\x1c\x7a\xf8\xad\x3f\xbe\x7e\x9e\xf4\x7e\xa9\xdb\x40\x73\x7f\x1b\x1f\x32\xa8\x10\x71\x6a\x79\xfe\xb0\x62\x72\xed\x7f\x58\x31\xb9\x8e\x3f\xac\x98\x5c\xe7\x1f\x56\x4c\xae\xf6\x87\x15\x93\x7f\xdb\x51\xed\xfd\xcf\x7e\xf7\xac\x7a\x7b\xfc\x8b\xda\x3b\x0e\x6e\x37\xe9\x10\xa1\xa5\x85\xf7\x38\x50\x8b\x32\xfe\xf3\xdb\x92\x90\x96\xf6\xb6\x64\x7f\xce\xf7\xbb\xca\x2b\x0d\xd4\xc2\xae\xf9\xb6\x92\x1b\xbb\x66\xbd\x2b\xc7\x5d\xda\x2b\xe6\x77\x0d\xb8\x4b\x7b\xa5\xf3\xed\xae\x81\x34\xf8\x76\xcd\x7c\xf7\xb5\x5a\x38\xb0\xf6\xb7\xbb\x16\xbb\xef\xdb\xbb\x7c\x7c\xc6\xb7\xf9\x75\x9b\x6b\x07\x7b\x57\x85\xdb\x5d\xab\x7d\x5b\x5d\x6e\x7b\xed\x56\xdf\xb7\xbb\xfd\x35\xd7\xb7\x1d\xe1\x2e\xed\xb9\xbe\xad\x2e\x77\x69\xaf\x74\xbe\x5d\x53\xde\x03\x54\x2d\x00\xf1\xbf\x8d\xf3\xd3\xde\xe3\x52\x2d\xcf\x7b\x38\xaa\xa5\xe3\xd7\x28\xfc\x1a\xef\x59\xa7\xff\xcf\xf7\x1c\xfb\xaf\xd8\x5b\xa6\xb6\x40\x3c\xf3\xbd\x7d\xbd\x07\x91\x5a\xc8\xec\xbe\xef\xe4\x3f\xe7\x3d\x88\xd4\x72\xdf\x83\x88\x16\x52\xbd\xd6\x79\x07\x92\x22\x76\x79\xbd\x1f\xd7\xd3\x7b\x08\xab\x05\xc2\x13\x7b\xa7\xa8\x17\x25\x70\xbe\x2d\xdf\x0e\x2b\xb5\x40\x7e\x32\xbe\x3d\x99\x0a\x5a\xe1\xed\x73\x67\xd8\x3c\xb3\x21\xe5\x3e\xde\x43\x51\xff\xf7\x83\xea\xb4\x6f\x6f\xf6\x25\x95\xf6\xb7\xde\xb1\xa4\xbe\x89\x54\xf7\x7e\xaf\xe7\xdb\xf2\xed\xdf\x0e\x2a\xb5\xf8\x92\x1a\xdf\x16\xbd\x7b\xc0\x77\xf9\xb6\xa4\x86\x96\xd4\xfb\x76\xf7\x80\x5b\x18\xef\xf8\xb9\x17\xdc\xbe\x2f\x29\xf7\x84\xef\x5a\xbf\x5d\x53\x7f\x1f\x5d\x6e\xd9\xff\x38\xba\xdc\xba\xff\x71\x74\xb9\xd7\xfc\xc7\xd1\xe5\x36\xff\x8f\xa3\xcb\x73\xc6\x7e\x1c\x5d\xee\x5d\xff\x71\x74\xb9\x87\xfd\xc7\xd1\xe5\xde\x82\x1f\x47\x97\xe7\x90\xfd\xec\xf3\xfd\x7d\x30\xb8\x57\xe1\x87\x28\x99\xf1\xf7\xec\xcc\xf4\x5b\xe8\x4f\x8d\xcf\xb7\x96\xf2\x5b\xb8\xcc\xfa\x7b\x4e\x67\xfb\x2d\x5c\x3c\xcf\xec\x87\x70\x99\xfd\xf7\x2c\xcf\xf1\x7b\x96\x1d\x82\xf4\x63\x6d\x38\xfc\x68\xf5\xf8\xed\x9a\xf5\x5b\xf9\x98\xff\x12\x49\x1e\x0a\xf8\xb1\x36\x3c\x14\x20\xb5\x86\x16\x63\x7c\xbe\xcd\x8e\xfb\x4c\x7e\x28\x04\x96\x7e\x2b\x04\xee\x3b\xf9\x71\xb8\xba\xff\xe4\xc7\xaa\x73\x1f\xca\x8f\x55\xe7\x21\x85\x1f\xab\xce\xc3\x0a\x3f\x14\x26\x87\x12\xfd\x10\x9a\x36\xfe\x70\xa8\x65\x9b\x7f\x38\xd4\xb2\xd9\x1f\x0e\xb5\xfc\x0d\x52\xf4\xd3\xa1\x96\x09\x4e\xc8\xc3\x95\xdd\xea\x4d\x0f\xce\xd6\x7c\xce\x37\xaf\x52\x3e\xf7\x9b\x57\x29\xdf\xf0\xcd\xab\x94\x6f\xfc\xe6\x55\x2a\x6e\x55\xa5\xe6\xe0\xff\x54\xdc\xa2\x4a\x0d\x34\x6e\x71\x4b\xe9\xfb\x1a\x2b\x58\x4a\x2b\x7f\x6b\x59\xa8\x2c\xeb\x6d\x61\x96\x5f\x85\xa9\x04\xa4\xc4\xf3\xed\x1a\xd4\x91\x77\x96\x8b\x5b\x4a\xfb\xc9\xdf\x5a\x14\xf7\xff\xc7\xd8\x28\xc2\x27\xbf\x18\x83\x12\x15\xf7\xcf\x6f\x8b\xc0\x2f\xe5\x6d\x11\xf8\xa5\xbe\x2d\x02\xbf\xb4\xb7\x45\xe0\x97\xe7\x6d\x11\xf8\xa5\xbf\x2d\x02\xbf\x8c\xb7\xe5\x17\xb8\xe8\x1f\x2c\x47\x89\xbf\x40\x30\xf1\xfd\xcf\x2f\x10\x4c\x7a\xff\xf3\x0b\x04\x93\xdf\xff\xfc\x02\xc1\x94\xf7\x3f\xbf\x40\x30\xff\x40\x5d\x4a\xfa\x05\x82\x69\xef\x7f\x7e\x81\x60\x9e\xf7\x3f\xbf\x40\x30\xfd\xfd\xcf\x2f\x10\xcc\xff\x09\xd4\xa5\xa4\x6f\xf8\x98\x1f\x50\x97\x92\xa0\xfb\x78\x5d\x14\x25\xa1\x0b\xf4\xf5\xb6\x3c\x5c\xf3\x0e\x37\xfc\x10\x6d\xdb\xdb\xa2\x1c\xee\x77\xb2\x21\x17\x8c\x6d\xbf\x2d\x26\x70\xf6\xdb\x42\x3e\x7e\xfb\xf6\x1c\x00\xdc\xf5\xdb\x5d\x47\x20\xee\xb7\xe5\x33\xd4\x5f\xad\x5f\x7d\xff\xe7\x6b\x72\xf8\xf1\x9f\xbe\xde\xff\xc4\x9f\xf7\x8c\xf7\x3f\xe9\xdb\x7f\xbe\xbe\xe9\xfd\x4f\xfe\x71\xcf\x78\x27\x3b\x97\xef\xf7\xc4\xb6\xdf\xff\xd4\x9f\xef\x79\x97\x4e\x6e\x3f\xef\xf9\xf6\x9e\xe7\xc7\x3d\xf5\xdb\xd3\x3e\x38\xbb\xaf\x6f\xf9\xfa\xef\xfb\x9f\xf1\x7b\xde\xf2\xfc\x3d\x6f\xd9\x7e\xcf\x9b\x5b\x74\x3f\xe6\x2d\xef\xdf\xf3\x46\x26\xd3\xf7\x79\xcb\xf7\xf7\xbc\x95\xf0\x7b\xde\x4a\xfc\x3d\x6f\x90\x21\x7e\x9f\xb7\x92\xff\x9a\xb7\x52\xfe\x9a\xb7\x52\xff\x9a\xb7\xd2\xfe\x9a\xb7\xf2\xfc\x35\x6f\xa5\xff\x35\x6f\x65\xfc\x35\x6f\x65\xfe\x35\x6f\xc5\xfe\x9a\xb7\xb2\xfe\x9a\x37\x88\x18\xeb\x79\x45\x20\x75\xdf\x9e\xd7\x57\x50\xa8\x18\x1e\xbe\x8d\x2e\x69\x54\xeb\x9b\x28\x15\x9d\x7f\x7a\xef\x22\x9d\x2a\xee\x77\xbc\xa1\xf5\x7f\x5e\xd7\x59\x51\x0c\x6d\x04\x7e\xd9\xef\xbe\x90\x06\xf5\xbd\x2f\x75\xff\xab\x2f\xe7\x5f\x7d\xb9\xbf\xfb\x42\x15\xf0\xef\x7d\x81\x9e\xff\x7b\x5f\x14\x93\xe2\x60\x2c\x8a\x49\xe9\x28\x14\x74\x88\xc8\x70\x69\x4a\xf5\xe1\x28\x74\xfb\x2a\x07\x1d\x93\x0d\x18\x08\x31\xf4\xf2\x81\x0a\xf1\x7d\x0d\x94\x80\x27\x05\xa5\x22\x40\x50\xd2\xaf\x04\x82\x40\xbf\x14\x6d\x5b\xfc\x2a\xdc\xc7\xdb\xdd\xe8\x98\x2b\xd2\x4f\x57\xce\xe7\xc2\x51\x5c\x26\xea\x73\xe1\xbe\x85\xa3\x14\xf8\x5f\x59\x5c\x49\x0a\x4b\xd9\xfc\x22\x7c\x55\x0e\x76\x1b\xf1\xd8\xe2\x2e\xf2\xb9\x08\x89\x55\x77\xe4\xce\xe5\x89\x62\xa9\xfa\x11\x3e\x17\xe3\x52\x03\x7d\x71\xd2\x89\x54\x23\x6f\x77\x5e\xf5\x54\x23\xcf\xf4\x14\xf8\x54\xfd\x08\x9b\x90\x01\xa4\xea\x87\xc6\xdc\x9e\x02\x95\xaa\x9f\x06\x73\x3b\xad\x6d\xaa\x85\x2b\x0b\xef\x2b\x58\xee\x40\x11\x2b\xd6\x36\x6c\x34\xa9\x3e\xdc\xf7\xf0\x14\xb7\x22\xe7\xee\x3c\xc5\x95\xb3\xb9\x37\x57\x7a\x58\x62\x9e\xc0\x17\x79\x48\x62\x92\x98\x96\x9a\xab\x32\xf3\x10\xb9\x6d\xae\x6c\xcc\x03\x3e\xa2\xf1\x45\xd4\x3e\x4f\xcd\xd5\x85\x49\xc5\xce\xd4\x5c\x55\x98\xd0\xcb\xa5\x16\x79\x8a\xb3\x02\xa5\x96\x78\x8a\xa7\x86\xa5\xe6\x12\x7d\x9e\xe7\x3f\x18\x3d\x52\xf3\xe5\x32\x0f\x10\x88\xe6\x26\xed\x84\xd6\x25\x35\xb7\x9e\xe6\x39\x74\xda\x63\x67\xf3\x12\x7c\x6e\x1e\x37\x9b\x54\xc1\x4d\xcd\xa3\x56\xf3\x92\xe3\xd4\x3c\x62\x35\xaf\x53\xe8\xa4\xc7\x05\xdb\xa4\x7e\x6d\x7a\x5c\x98\xcd\x0b\xf8\xe5\x71\xad\xdc\x82\xa7\x9a\xa6\xc7\x35\x72\x0b\x7c\xec\x33\x71\xab\x79\x72\x70\x7a\xd0\xa0\x83\x33\x88\xa4\xc7\xb5\x67\x83\x8d\x3a\x3d\x07\x7d\xdb\x89\x50\xd3\x73\xb8\x92\x0d\xfe\x78\x7c\xc6\x60\xfd\x4a\xcf\x95\x66\x4e\x5f\x2e\x57\x12\x17\x7d\x2e\xcf\xf4\x7c\xbd\x2f\x75\xd7\x7f\x79\xba\x7a\xea\xc4\x11\x02\x30\x83\xee\xc7\x8c\x51\x20\x2a\x75\xdc\x7f\xd1\x93\x52\x53\x77\x01\x6f\x11\x18\x50\xf7\x10\xbd\x45\xb6\x66\xef\x5c\xd9\xb9\xd2\x2d\x48\xa3\xc4\x56\xea\x58\x8f\xd1\x93\x91\x53\xf7\xad\x62\xe4\x46\xa6\x7e\xb1\x30\x2e\x57\xf2\x0d\xf1\xfa\x95\x23\xe0\xfa\x01\xa2\x31\x3c\x4e\x61\x89\x8d\x3a\x1e\x9c\xc4\x4e\x85\x93\x86\xcf\xad\x09\x53\x3b\xdc\xb3\x60\xc2\xd4\x0e\xb7\x1e\x2d\x11\x83\x1e\xd8\x77\xc9\x59\x3b\xd2\x90\x6d\xb7\x79\xdf\xe4\x99\xce\x39\x96\xc6\xe4\x99\xe8\xf2\xc3\xad\x25\x4b\x97\xbe\x38\xcc\xc9\x72\xe4\xed\x1e\xd1\xb1\xec\x44\x01\x69\x2a\x52\xc3\x81\x30\xe9\x75\xf6\x64\xdd\x34\x03\xee\x4b\xe7\x03\x4c\xd3\x6d\x00\x23\xe5\x3e\x4d\x6c\x80\xec\x34\x4e\x69\x46\xfe\x87\x78\x99\x2e\xea\x8d\x02\xa1\x69\xba\x98\xb7\x4c\x10\x7f\xba\x83\xd0\x28\x1a\x91\xa6\x3b\x05\x2d\x03\xac\x99\x95\x67\xf2\xb5\xd3\x0f\x04\xa3\x60\x5a\xa2\x96\xbc\x15\x70\x6b\x54\xee\xb6\x82\x28\xa0\x72\xb7\x15\x4f\x23\x4e\x94\xeb\xb5\x42\xc2\x13\xe5\x7a\x0d\x06\xc0\x44\x81\x57\x2b\x5e\x7a\x36\x51\x9a\xd5\x48\xce\x4f\x94\x66\xb5\xe2\xbc\x12\x89\xba\x98\x56\x01\x86\x50\x29\xd2\x2a\x82\x81\xda\x89\x46\x65\xbc\x44\x49\x36\xab\xc0\xa8\x28\xad\x66\x90\x6c\x26\x8a\x8d\x59\x65\x17\xc3\x9d\x6e\xcd\x29\xa5\x12\x3c\xd2\x46\xd9\xfe\x04\x89\xaf\x3d\x4e\x30\x90\x20\xf1\x35\xf8\x44\x12\x44\xb6\xf6\xb0\xab\xa0\x7d\xb5\x87\x9d\x03\x85\xa9\x51\x69\x3a\xc1\x11\x69\xcf\xe5\x4a\x8f\xeb\x5a\x67\x07\xc0\xa8\x68\x9d\xbc\x50\x58\x05\xad\xb3\x1f\xe0\xcb\x33\xe8\xbb\x12\xbc\x70\xd6\x9d\x8e\x29\x41\xfe\x66\xdd\xf3\x65\x13\xd4\x50\xd6\x17\x57\xba\x9b\xd2\x20\x3b\x4d\x50\x20\x59\x67\xaf\x40\x81\x64\xfd\x70\x9f\xfb\x76\x0c\xb2\xa4\x04\xd7\x8f\x75\x76\x0e\x4c\x20\x06\xd3\x49\x82\x0e\xc3\xe0\xa9\x4f\xd0\x61\xd8\x68\x7e\x25\x94\x10\x36\x9c\x40\x21\x41\x09\x61\xc3\x53\xee\x13\x89\xfb\x06\xaf\x4b\x22\x71\xdf\x06\xc8\x07\x12\xe9\x8d\x9a\x84\x89\x14\x78\x1b\xfb\xbf\x44\x32\xd9\xf1\x36\x58\x82\x64\xc0\xdb\x70\x56\xb3\x44\xfa\xb8\x0d\xb6\x18\x69\xbd\x36\x49\xee\xbc\xb8\x9b\x26\x08\x31\x92\x7c\x6d\x72\x2e\x5f\xb6\xed\x64\x8b\x5d\xcf\xfd\xb1\xa9\x0f\xda\xfc\x62\x6a\x2f\xc2\x74\x02\x24\xb9\x87\xfb\x4c\xff\x23\xbc\xeb\x50\x8e\x4c\x0a\xac\x99\x9f\xa8\x39\x10\xcb\x31\x3f\x51\x73\x70\x2d\xd3\xa0\x47\xcf\x81\x5e\x9b\x67\xfc\x65\x52\x4b\x8d\xd4\xf2\x4c\x6a\xa9\x99\x9f\xb6\x99\x44\x52\x23\x1b\x3f\x93\xd8\x69\xd4\x7a\xce\x64\x80\xd8\x72\x5d\x26\x93\x8b\x61\x2b\xf0\x06\x16\xf9\xa2\x2f\xe4\x5c\xd8\xa2\x2f\x91\x65\xb6\x7c\x53\xe5\x88\x08\x59\x9e\x94\x9a\x63\x24\x7e\xe1\x5b\x2c\x03\x67\xb7\xe5\xac\x16\x19\xc0\xb9\x79\xd1\x9b\xaf\x5f\x91\x5f\xdc\xf7\xe0\x02\x33\xee\xeb\x38\xfa\x16\x6f\x9f\xfc\x72\x1e\x92\x1c\x71\x0f\xed\xc0\x53\x70\x0d\x41\x62\x93\xc1\xf4\xd9\x76\x4c\x52\x06\xd3\x67\xdb\x1d\x2a\x39\x11\xbd\xdb\x7e\x70\x65\x00\x44\x76\x02\xff\x73\xa7\xa1\x41\x4c\x95\x81\xd4\xd8\xf1\x83\x32\x03\x7a\x31\xa8\xb6\x32\x80\x17\x3b\x95\xf7\xf9\xc1\x6c\xc7\x69\x72\x32\x60\x0f\x3b\x0f\x6f\x77\x07\x8e\x1d\xdf\xee\x99\xa8\x83\x5d\xdf\xc4\x5f\x16\xbe\xff\xf2\x0d\x97\x71\x61\x18\x14\x5d\xb9\xf8\x1b\x16\x7c\x6b\xb9\xb8\x5a\xb0\x28\x8e\x95\x8b\xc3\x5b\x56\x70\x2e\x95\x5c\x36\x57\x1a\xbf\xfc\x7d\x0b\x6a\xa8\x5c\x08\xef\x43\x93\x93\x0b\xa1\x7d\x48\x12\x72\x75\x51\xb0\xa2\xa7\xc0\x67\x34\xb7\x15\x5d\xfb\xcc\x95\xa8\x67\x64\x65\x55\x22\x83\xb0\x5a\xe4\x5a\xf8\x9f\xaf\xf9\x5c\x89\x6d\xc0\xb0\x91\x2b\x11\x8a\x38\x78\xa6\xcf\xe6\x8a\x83\x67\x12\x3f\x88\x8e\xc0\xcb\xd5\xf8\xe5\x1a\x66\xae\x8b\x08\x09\xeb\xac\xf2\xed\x89\x75\x56\x37\x4e\x6b\xd6\x7c\x75\xf1\xb2\xa0\xda\xcf\xd5\x01\x31\x2b\xa9\xd7\x9b\x88\x58\xd6\x7d\x00\x19\x5c\x95\xca\x55\xb0\x06\xe7\xd4\xc8\x2d\xf2\x14\xd7\x37\x73\x8b\x3c\xc5\xf5\xcd\xdc\x32\x71\x0e\x07\x95\xe5\xa6\x38\xa0\x1f\x40\xb9\xb9\x65\xb8\x92\x1f\x40\xb9\x7d\x22\x22\x3c\xc5\x75\xd8\x95\x2e\x4f\x79\xf8\x06\x56\x6b\xf3\x08\xc6\x4a\x2e\x30\x73\xe3\x1b\xb2\x53\x51\xe5\xc7\x15\x9d\x95\x9d\x00\x2d\x77\xb7\xf2\x57\xf1\x63\x25\x77\x46\xb7\xfa\xb1\x92\xbb\xa2\x46\x8e\xf8\xcc\x9d\xd1\xad\xae\xd6\xe5\xfe\x10\xab\x65\x7d\x76\x0f\x82\xac\xea\xec\x45\xb9\x77\x9e\xc2\x8a\xec\xb8\xbd\x2b\x2b\xb2\xe3\xf2\xae\xae\xd6\xe5\xee\x8e\xeb\x55\xd9\x9b\xdd\xb8\xd2\x78\xbb\x67\x2b\x2e\xf0\x9b\xb9\x7b\x96\xe2\xaa\x2e\x84\x73\x5f\xf4\x65\xf1\xbe\xc5\x53\xbe\x64\xeb\xff\x12\xc9\xb9\x6f\x1e\xe9\xdc\xb8\xb9\x6f\x3e\xe1\xf0\x10\xa6\xbd\x3a\x45\x78\xee\x7e\x72\xac\xc6\xc6\xe9\xe0\x58\x80\x6c\xe7\x11\xf8\x9f\x9f\x7e\x79\x04\x02\xe4\x0e\xd8\xcd\xc3\x71\x29\xab\x31\x80\xc3\x3d\x89\xab\xf9\xc9\x98\x07\x8b\xbc\xf9\x59\x98\x87\x3b\x30\x56\xeb\x5c\x99\x79\x83\xeb\x8d\x79\x54\xde\x30\x79\x43\xe5\x0d\x93\x37\x34\xde\xb0\x78\x66\xe3\x0d\x6c\xe9\xc1\x70\x02\x57\xcf\xc3\x63\x00\x8b\xf2\xf4\x79\xb0\x01\x9e\xcc\x7d\xae\x79\xaf\x27\x73\x9f\xfb\xac\xd7\xa3\x2f\x5a\xfc\x8f\x89\x1e\x8b\xff\x21\xca\x87\xe3\xf5\xd6\x53\xf9\x86\x03\x56\xa6\x73\x1f\xa2\xe0\x61\x6b\x8e\x83\x7f\x96\xad\x39\x0e\x3d\x73\xf6\x8d\x3c\x2e\xcf\x44\xd8\x4c\x21\x6e\x10\x28\x33\xd2\x6b\x26\x7a\xba\x19\xb5\x1e\x26\x7a\xfa\x91\xba\xba\x43\x9e\xf3\x74\xe7\xc8\xea\x91\xa7\x14\x50\x4c\x0e\xd6\xce\x68\x83\xab\xb3\x51\xd1\x06\x17\x44\x9a\x79\x12\xbd\xa1\xbe\x72\x9e\x83\x90\x6f\xe7\x29\x03\x7c\x52\xe7\x29\x1e\x25\x58\x1d\x81\x32\x8d\xb7\x23\x50\x26\x9b\xbf\xbb\x2e\x9a\x27\x9b\xbf\xbb\x2e\x9a\xcd\x11\x43\x8b\xba\x7c\xd9\xfc\xe0\x5a\x54\x93\xce\x94\xbc\x5f\x83\xc3\x90\x7a\xe3\x6b\x38\x21\x52\xa6\xde\xf8\x1a\x88\x02\x6a\x4b\xaf\xe1\xc4\x4d\x99\xaa\xd0\x8b\x6a\x90\xd9\x14\xf5\x70\x2a\xaa\x4c\x55\xe8\x35\x9c\xbc\x28\x53\xf9\x79\x0d\x36\x38\x95\x9f\x17\xec\xc2\x99\x2a\xcd\x0b\x26\xe7\x4c\x39\xe2\x35\x39\x7c\x29\x56\xba\xa6\x6b\xa6\x99\xaa\x79\x6b\x2e\xfd\xf2\xf1\x9c\x0e\xad\xcd\x54\xcd\x5b\x93\xbe\x50\x46\x61\x51\xe2\x38\x43\x22\xbf\x96\xd7\xf1\xc9\x90\xc8\xaf\xc5\xce\x81\xe2\x7d\x51\x02\x38\xc3\x6c\xbe\x16\x22\x04\x6e\xf1\xb5\x9c\x33\x2e\xc3\x2d\xbe\x96\x53\xfd\x64\xf8\xa0\xd7\x1a\xfa\xc5\x1b\x5c\xd1\xc9\x10\x0a\xaf\xe5\x36\x5d\x86\x50\x78\x2d\xd7\x68\x33\xc4\xa4\x6b\xb3\x8b\xd1\x3e\xd7\x76\x1d\x36\xc3\x4d\xb8\xb6\xeb\xa9\x19\x6e\xc2\xb5\xd9\x9b\xf0\xc9\xad\xcd\xfe\x83\x4f\x6e\x51\xe7\x30\x43\x48\xb6\x36\xeb\x13\xf2\xa9\x45\x29\xdf\x0c\xf9\xd4\xda\xae\x99\x66\x94\xbc\x75\xd8\x71\x70\x04\xad\xc3\x8e\xbb\xcc\x34\xa4\x63\xf9\x7a\xa4\x77\x9d\xc6\x7d\x6e\x21\xac\xc3\xae\xba\x6e\x5f\xae\xe3\x7a\x6a\xbe\x44\xd6\x60\xe9\xce\x97\x3d\x76\xfc\xb8\x2d\xb0\xb5\xac\xeb\xbc\x8c\x25\x20\x97\x28\x13\x5b\x02\x72\xe9\xfa\xee\x28\x81\x99\xbe\xbe\x3b\x0a\x2c\x24\xeb\x36\x9e\xc2\x01\x74\xdd\x6e\x2b\x24\x9d\xaf\x7b\x79\x8a\x2b\x9c\xeb\xba\x63\xa6\x90\xc4\xba\x83\x2b\x80\x25\x0a\x6d\xe7\x0a\x60\x41\xe9\xda\x4e\x1c\xf1\x4d\x24\xb7\xfe\x53\x22\x17\xd4\xb1\x1d\x8c\xbb\x1e\x9e\xe8\xeb\xaa\xa0\x8e\xed\xe0\x6b\xb5\x44\x5f\x2d\x9b\x52\xdd\x25\xfa\xca\xdd\xb1\x70\xa5\xe3\x4b\x77\xac\x5c\xe9\xaa\xef\x8e\xee\x3a\x2b\x29\x71\x9f\xab\x78\x25\xb9\x0c\xde\x20\xaa\x0b\x49\x13\x3b\x7a\x9a\x44\x49\xbe\x8e\x37\xdc\x2c\x05\xec\xf5\x4e\xee\x0b\x29\x60\xaf\x77\x72\x5f\x48\x01\x81\xb7\x93\xa7\x01\x14\x80\x70\x3b\xb9\x67\xa4\x00\xff\xd9\xa4\xb4\x14\xa0\x3f\x3b\xbb\xc2\x57\x80\xe2\x6c\x8a\x83\x14\x00\x35\x3b\x3b\x43\x50\xc9\x6e\xe9\x6e\xd2\x56\x0a\x30\x8f\x9d\x33\xcf\x24\x7e\x99\x3b\xff\x5b\xbc\x61\xf2\xbf\xc5\x1b\x9c\x51\xb4\x10\xb1\xdb\xd4\x3f\x2d\x85\x19\x82\xba\xb9\x14\x66\xa8\x38\xaf\x51\xc1\x4d\xb9\x4b\xe3\x7f\x0e\x9b\xd8\xc5\x7d\x1a\xa5\x38\x82\x61\x17\x3f\x9b\x4a\x71\xcb\x6c\xc3\xa3\x59\xca\x21\xf2\x7e\xf9\x75\x89\x9f\xfb\x89\x53\xaa\x2b\xc2\xbb\xfa\x59\x51\xaa\xef\x8d\x5d\xfd\xac\x28\xd5\x03\x00\xbb\xfa\x8a\x2f\xd5\x9d\xfe\xbb\xfa\x8a\x2f\xd5\x9d\xcc\x9b\x62\xd2\xa5\x76\xe2\xdb\xee\xc5\x28\x55\x11\xfa\xcd\x7d\x83\x37\x6c\xee\x9b\x3c\x93\xf5\x5f\x27\xcf\x74\x75\xb3\x54\x8f\x78\xee\xc6\xfa\xaf\x8e\x13\xde\xad\xf0\x14\x3f\xb7\x76\x2b\x3c\xe5\x72\x25\x2b\xbe\xf9\x99\xbd\x21\x58\x2b\x2d\x71\xa5\x9f\x00\xa5\xb1\x96\x9a\x9f\x00\xa5\xf9\x99\xbd\xa9\xa2\x5a\x5a\xe5\xbe\xcd\x53\xe8\xf5\x93\xf8\x1f\xbd\x7e\x5c\x89\x2c\xcd\xe3\xdc\xfb\x61\xa7\x34\x97\xd6\xfb\x71\xf7\x5f\x69\xc6\xff\xfc\x74\x28\xcd\xa5\xf5\x7e\x1a\x7d\x39\x5c\x39\x78\xe6\xe1\x0d\x7e\x56\x94\x87\x84\x16\xd2\xcf\xca\x43\x42\x0b\x55\x46\xcb\x23\x17\xfe\xe7\x7f\xee\x66\x8e\xee\x90\x2e\x0f\x09\x2d\x50\xba\x14\x3c\x77\xe2\x89\x2a\x8f\xa8\x3b\x1e\xfd\x52\xa8\xea\xcf\x4c\xbd\xff\xdf\xff\xeb\xff\xfb\xff\xf9\x7f\xff\x5f\xff\x77\x08\x9f\x84\x78\xe5\x97\x7c\x75\x22\x04\x65\x74\xb8\x0c\xce\x54\xf4\x0a\x1f\xe6\xa0\xf6\x8d\x46\x2b\x7c\x68\x80\x9a\x58\x9b\xb2\x37\x2a\xe3\xd5\x05\x44\x0a\xae\xd2\x84\x0f\x0f\xcf\x43\xea\x9d\xcb\xf5\xf0\x21\xda\x79\x78\x91\x0b\xbc\xf0\x61\xd2\x71\x4f\x4c\x86\x62\x3a\x7c\xa8\x66\x3a\x59\x57\x8d\x2b\xc5\x12\xd3\xc5\x98\x95\x68\xe4\x53\x44\xbf\x75\xe8\xbc\xb8\x51\x48\x45\x8c\x43\x8d\x74\x9e\x6c\x44\xf2\x52\xc2\x87\xd7\x84\xac\x8c\xe4\x3b\x20\x7c\x88\x46\xc8\x30\x4c\x4e\xf0\x1a\x3e\x2c\x21\xa6\xb4\xaf\x46\x23\xf3\x67\xe4\x7b\x75\xba\x24\x2e\x8f\xc5\x33\x3d\x9b\x35\x04\xa1\xf3\x5d\x19\x49\xad\xd1\x25\x41\xe4\x0f\xc9\x51\x5b\x8d\x8c\xfc\x21\x0f\x6a\xf2\xed\x82\x8f\x5f\x31\x6b\x71\xa5\x68\x14\xc8\xe9\x6b\x6e\x73\x86\xe8\x0a\x4e\x20\x67\x5e\x5c\x65\x21\x12\xfa\x22\x31\x5b\x44\x64\x41\x29\xd8\x64\x95\xe6\x98\xb9\xd2\xb1\x31\x21\xba\x20\xcb\xd0\xc4\x86\x48\x02\x49\x5c\x8c\xa7\x9f\xc4\x21\x92\xa1\x11\x37\x11\x16\xbe\x28\x92\x02\x11\x41\xfa\xe7\xc1\x33\x41\xf9\x47\x00\xf8\x50\x6a\x85\x08\xf8\x9e\x14\xc4\x90\xdd\x19\x12\x48\x41\x0c\xc9\x1d\x94\x21\xbb\x6b\x38\x90\x31\x17\x48\x95\x4b\xd5\xa5\x70\x20\x55\x2e\x28\x47\xae\x26\x6e\x27\x96\x9a\xe0\x3d\xc0\xc7\x17\x12\xc1\xd2\x94\xc9\x47\x73\x68\x45\x48\x44\x43\x13\xbc\x07\xd5\x35\xa2\x40\x52\x5d\x48\x99\x91\xcf\x7a\xa6\xd1\x48\xea\x99\x17\xc2\x0c\x09\xae\x03\xf2\xea\x52\xcd\x7a\x26\xfd\x54\x32\x1d\x83\x4c\x32\x5d\xf8\x64\xd1\xf9\x21\x15\xc8\xa2\x0b\x9f\x54\xb7\xc2\x67\x12\xe8\x23\xab\x2d\xe7\xc1\x8b\x20\x28\x50\x5a\x9a\x86\x8e\xb4\xb4\x40\xfe\x58\xce\x83\xb7\x93\x19\x46\xb2\x57\xce\x9d\xb7\x93\xc6\x45\xce\x56\xce\xae\xa8\x84\x44\xa2\x7d\x72\x83\x32\x67\xcf\x49\x0e\xa4\x6b\x85\x44\xc4\x2a\x1b\xfd\x24\x62\x95\xd8\xb0\xb9\xab\xb1\xd3\x48\x3f\x5d\xc4\x86\x44\x7a\x78\xea\xdc\xce\x8e\x4b\xe4\x73\xe3\x59\xc9\x79\xa9\xb1\xd1\xc8\xdb\x3b\xb7\xb3\xb5\x53\xe7\x99\x93\xce\xb3\xb5\xd3\xe0\x99\x93\xcf\x9c\x74\x9e\xf5\x09\xc9\x5b\x50\x82\x13\x59\x32\xa9\xb0\x8f\x94\x21\x83\xd7\x25\x15\x5d\x79\xd4\x88\x10\xa8\x8c\x27\x39\x1e\x24\x6d\x38\xbf\xc2\xff\xf5\x7f\x07\x12\x12\x02\xb0\xf4\x4c\x29\x88\x00\x24\x3d\x80\x6b\x4e\x30\xfb\x06\x30\xcd\x01\x78\xaf\xc7\xf5\xbe\x1a\x8b\x1a\x25\x20\x12\x8d\x2c\x76\xd7\x37\x9d\xa5\xeb\xab\x11\x7e\x09\xc0\x5b\x39\x14\x1a\x27\x3b\xe0\x12\x94\x9c\x34\x42\xa8\x92\xd9\x32\x14\x8c\x0c\x78\x8e\x42\x41\xb2\x17\x84\x2a\xda\x45\x10\xc0\xa3\xb8\x0a\x10\x84\xcf\x20\x18\x1f\xa8\x49\x18\x08\xc4\x07\xa2\xef\x73\xf1\x99\xc4\xd9\x03\x01\xf3\xb9\x9c\xd9\x32\x28\x48\x4e\xd4\x79\x2e\xbd\xbd\xf0\xb0\x1a\x05\x11\xf5\x46\xf8\x31\x4a\x25\x52\xe9\x47\x6b\x28\x10\x62\x94\x0a\x2c\xda\xad\x8e\x50\x00\x0f\x17\x37\x09\xe7\x72\x43\x3d\x14\xf2\x15\xcb\x3f\x20\x5c\x1a\x79\xbb\xcb\xac\xb9\x1e\xba\x04\x41\x04\xfa\xd2\x5c\x5d\x57\x4e\x1a\x89\x69\x7a\x7e\x66\x50\xcc\xb6\x08\xdc\xda\xe9\x27\x87\x54\x21\xc6\xb8\x98\x4d\xd4\xad\x50\x1e\xfa\x39\xe8\x27\xbc\x0a\xe5\x21\xbe\x3a\xe9\x27\x24\x09\x9f\xd0\xed\xd4\x95\x4c\x4e\x27\xbe\x6a\x5c\x09\x0d\x42\xe9\x7c\x91\xeb\xb4\xa1\xc0\x3a\xf0\x89\xf5\x72\x72\x15\x58\xcd\x4a\x57\x08\x96\xcf\x84\x3d\xa0\x0c\x6e\x3f\xbc\x08\xbe\xb0\x32\x18\x10\xf7\x8d\x84\xe2\xf6\x73\x28\x83\xce\x5f\xbe\x08\x6a\x80\x32\x14\xac\xa5\x71\xf2\xed\x93\xf8\xaa\xe6\x88\x55\x57\x26\x61\xd6\xfc\x49\xc1\x44\x7d\xf8\x7f\x52\x28\x0a\xdc\x64\xc5\x0f\xdc\xb9\x0b\xab\x0f\xaa\xaf\x02\x00\x6f\x37\x9e\xcd\xa1\x5a\x1c\x3b\x37\xf7\xc3\xb4\x70\xa8\x16\x23\x47\xe2\x61\x60\xe0\xcd\x2a\x1e\xdd\x9a\x9b\x5d\x52\x38\x54\x8b\x1f\xaa\x73\x23\xc9\x0a\x69\x8c\x0a\x89\x6f\x4d\x20\x39\x89\x78\x4d\xe7\x46\xea\x14\x12\x0c\xcb\x62\x0c\x90\x10\x85\x4c\xc0\x42\x30\x15\x46\xda\x50\x48\xf4\x2b\x9b\x31\xb8\x0c\x36\x79\x7c\xf8\x57\xe7\x09\xba\x92\xb9\xda\xc4\x77\x33\xcf\x24\xc3\xae\x1c\x62\xcc\x99\x09\x24\x81\xae\x28\x44\x5d\x74\x25\x03\xe2\x47\xe5\xa4\x8a\x5e\x28\x1c\xfe\xb8\x6e\x27\xec\xe7\xa1\x70\x54\x96\xab\xf8\x33\x8d\x08\xad\x72\x09\x82\x57\xfa\x89\x9a\x50\x2e\x51\xec\x46\x3f\x61\x14\x28\x97\x60\xf6\xa3\x46\xa3\x71\xd3\xc8\xc8\xc3\xbe\x84\x73\x78\x1e\xd7\xb3\x43\x45\xb2\xd4\xc0\x8b\x3c\x32\x11\x2a\x27\x74\x0d\x74\x7e\xa9\xb1\xd3\xc8\x8b\xdc\x31\x14\xaa\x43\x08\x43\x75\xdc\xe0\x3c\xae\x83\x87\x0a\x6a\xaf\x12\x7b\xbf\x08\x98\x0a\x04\xaf\x46\xa2\xe0\x2c\x49\x20\x06\xa1\x7a\xe8\x6a\x52\x8f\x2e\x54\xc0\x6e\x35\x11\x13\x47\x64\x02\x3f\x08\xc2\x1d\x50\x0f\x32\x60\xe8\x84\xea\xb6\xc2\xbc\x55\xb7\xf3\xa2\xc4\x8b\xd0\x2e\xab\x1b\x9c\xa1\xba\xb2\x31\x2f\x27\x58\x05\xb6\x55\x33\xe1\x76\x76\x33\x3e\xf0\x80\xd5\x34\xef\xa2\xf3\x70\x26\x55\x3f\x0b\xe6\x75\x17\x44\xa8\x08\xd7\x8a\x70\xbd\x87\xdb\x61\x3c\xaa\x2e\x63\x27\x45\xd2\x42\x45\x41\xab\x05\x84\x6a\x50\x23\xcf\xf4\xa3\xc4\xa4\x44\x83\xa4\x08\x40\x28\x2c\xb0\xe3\x2a\x67\x48\x25\x18\x1e\x38\xd6\x2a\xc2\xb5\x12\x72\x09\x0f\xb7\x93\x8e\x5e\x89\x02\x85\x4e\x23\xb9\xe3\x00\x31\x0c\x06\xe4\x50\x91\xb8\x78\xf5\x2d\x20\x08\x2b\x6a\x42\x6d\x3c\x73\xea\x4a\xa6\x98\xd0\x2a\x75\x8b\x42\x05\x09\x83\xab\xdf\x82\xd1\x25\x84\x6b\x25\xf0\x19\x16\x9d\x47\xa1\xa8\x0f\xcf\xd4\x78\xc2\x52\x53\x1f\xe0\x0b\x6c\xd8\x8a\x1c\xad\x9d\xf8\x3c\xdb\xb0\xc2\x21\x53\x3b\xc1\xfe\xc0\xdb\xd1\x32\x2a\x31\xd5\xe8\x96\x66\xa8\x70\xc3\x54\x87\xc7\x5b\x8c\xba\x9d\x41\x76\xab\xc2\x62\xd4\xed\x8c\x92\x6b\x20\x16\x13\x9d\x87\xb6\xa5\x12\x25\x8e\x99\xce\xc3\xd7\x52\x89\x0c\x12\x25\x09\x15\x31\x5c\x09\x22\x45\xf6\x7b\x1d\x7c\x11\x40\x80\x58\xd5\xc8\x8b\x88\xf6\xc6\xca\x33\x27\x2f\x02\x16\x10\xd9\xb0\x15\xc5\x07\xbb\xda\x62\x57\x23\xcf\x9c\x9f\x8c\x29\x6f\x84\x53\xb1\x82\x76\x8e\x9b\x29\x86\x26\xb1\x1a\xb7\x6b\x29\x22\x69\x2b\x38\x82\x14\x78\x3b\xa4\x83\x95\x98\x57\xd2\x78\xa2\x61\xd5\x25\x2c\x84\xae\xa4\xf3\x04\xed\x13\xd2\xa6\x92\x94\x5d\x37\x28\x6e\xb4\xa1\x8a\xa4\xad\x44\xc7\x92\x04\x0b\x92\xb6\x6e\x30\xd8\xda\x71\x48\xda\xba\x81\x22\x6b\x29\x92\x10\x4d\xc0\xc7\xd2\xd4\x95\x74\x9e\x60\x38\xa9\x0f\x01\x14\x50\xa8\x07\x94\xc6\xe2\x76\x84\x6a\x05\xa8\x92\x24\x82\xb0\x46\x2a\x71\xe8\x74\xe8\x12\xb9\xbd\xf5\x0a\x16\xce\xb7\xc3\xe2\x52\xc9\xbc\x85\x78\x3e\x54\xc8\x58\x2a\x31\x52\x62\x3b\xa1\xa1\x8b\x35\xb0\x2c\x99\x5d\xdc\xa0\x8d\x6b\x82\x60\x44\x35\x36\x1a\x41\x4d\x60\x49\x03\x5a\x0a\xcd\x45\xa5\x51\xe7\x2a\x34\x47\x63\x85\x16\xc0\x7a\xa0\x9c\x02\x68\x0a\x20\x99\x2c\xbb\x73\x2d\x34\xe0\xd2\x78\x49\x2c\x23\xd6\x1a\x42\xb5\x01\x97\xc8\x28\x53\xc4\xbc\x02\xc1\x2e\x93\x5e\xdf\x40\x1d\x83\x72\xb2\x8c\xde\xd4\xd0\x19\x1b\x61\xd4\xcc\xc8\xe3\x6b\x09\x2d\xf1\x4c\x76\x71\x73\xdc\x6d\x68\x89\xce\x2f\xfa\x89\xe9\xd6\xb2\xd2\x86\xff\x5b\xa1\xc0\x73\x13\x5a\x16\x2c\xc4\xe7\xaa\xa1\x8f\x36\x21\x39\xd8\x3a\x84\xe3\x02\x71\x38\x93\x7e\xdf\xc8\x53\x6b\x04\xc0\x0b\x6b\xbf\x91\x6e\xd6\x1c\x77\x68\x14\xc0\x0e\x0d\xf6\x8d\x56\xc1\x98\x1c\xae\x84\x10\xa3\x01\xd3\xa8\x2c\xf3\x86\x9d\xdc\x40\x48\x54\x24\x44\x43\xf5\x6c\x2e\x0f\xad\x26\x5d\xc9\x04\x12\x54\xaf\x58\xfe\xe0\xbf\x42\x13\xf0\x04\x35\xa1\xe1\x34\x21\x6c\x68\x32\x0b\x09\x1b\x86\xe6\x42\xd2\x64\x16\x36\x68\xbf\x08\x22\x1a\x21\xbe\xd0\x60\xec\x6a\x00\x33\x2a\xc7\x5a\xc3\x06\x6b\xae\x7a\x1a\x01\xbf\xd0\x10\x99\x0d\x91\x59\x35\x81\x50\x6b\x35\x82\xea\xd5\xbd\x95\xa1\xc1\xa9\xd5\x5c\x48\x1a\xb5\x10\x42\x83\x34\xab\xb9\x92\x6a\x10\xaf\x84\x06\x29\x6f\x03\x6c\x55\x51\x67\x1b\x4a\x6a\x03\x01\x02\xf5\x52\x68\x70\x5b\xe1\x64\x33\x62\x82\xa1\x41\x63\xd5\xdc\xd3\x60\x4d\x1b\x02\x99\xd7\x90\x79\x0d\x55\xae\xa1\x8f\x36\x17\x7d\xd6\x38\x58\x1a\x7e\x9c\x06\x78\xed\xd1\x26\xc3\x8f\xd3\x80\x02\x3c\x5a\x36\xe8\xa1\x0d\x28\xdb\x83\xc9\xd1\xe0\x96\x6d\x26\x94\x8e\xae\x64\x85\xb8\x1e\x6a\x8f\x76\x1e\x2a\x67\x5b\x3c\x53\x5b\x07\x95\xb3\xb9\xca\x69\x0f\x87\x6a\x43\xe5\x04\xbf\x67\x4f\x57\x23\x8b\x41\xd0\x9d\xce\xdb\x21\xb1\x68\x9b\x67\x7a\x70\x35\x34\xd8\x26\xda\xe6\x99\x1c\xaa\x0d\x7a\x89\xb6\xc9\x70\xd7\xb7\xc3\x1e\xd1\x90\x8e\x8f\xd1\xcf\xad\x67\xfa\x02\x7b\xb4\x92\x61\x71\xc0\x31\x69\xcf\x55\x23\x2f\x3a\x7c\x3b\xba\x6d\xc3\x57\xd3\x40\x9e\x74\x74\xb1\x06\xa1\x42\x3b\x20\x7f\x38\x2a\x1b\xec\x08\x0d\xb0\x5c\xd7\x9a\x87\xea\xa0\xb9\xe6\x69\xd4\xb6\x0f\x0d\x4a\xac\x06\x9e\xa4\x73\x2a\x36\xdc\x55\x0d\x91\xd9\x59\xb4\x0f\xda\xe5\x03\x69\x40\x6f\x6a\x5c\x34\xf2\x76\x54\xf8\x87\x2c\x8e\x07\x48\x5a\xe7\x04\x7b\x48\xc9\x78\x3c\xff\xc2\x3a\x2a\xfc\x83\x95\xfe\xb8\x7a\x68\x03\x9d\xf1\x41\x68\x3d\x08\xad\x51\x75\x25\x2f\xf2\x7c\x00\xa3\x26\x74\x78\xc0\xf7\x3f\x42\x1a\x71\x82\x3d\x80\xf1\x1f\x72\xa5\x47\x57\xe3\x43\x63\xa7\x71\xd0\x38\x68\x04\x9a\x84\x23\xe6\xc1\x47\xf0\x64\x10\x51\x93\x2e\xe1\x30\x7a\x04\x5b\x42\xb3\x7e\xf0\x0d\x3d\xe5\x93\xa6\x4d\x23\xdf\x5e\x04\x77\x3a\x34\xf2\x4c\x12\x84\xc7\xd6\x95\x87\x46\xc0\x56\x9b\xb7\xe3\x45\x7a\xc0\xef\x11\x6f\x0c\x0f\x06\xf9\xe3\x39\xbf\x36\x2e\x5f\x84\xfc\x7c\xc0\xe8\x0d\x8e\xb5\x87\xa4\xdc\xc7\x55\x47\xa3\xf8\x42\x78\xf0\x37\x3d\x80\x76\x26\xfb\xe8\x41\x67\x7c\x9a\x70\x52\x6a\xe4\x99\x88\x4a\x4a\xd1\x84\x07\x51\xf9\x38\x4a\xc4\x26\x1a\xeb\x03\xe5\xe2\xf3\x00\xba\xe2\x04\x7b\x50\x24\x1f\x44\xe5\x6c\x74\x09\x51\xf9\xb8\xe9\x6e\xd4\x7c\x08\x0f\x8a\xe4\x83\x22\x39\x39\xc1\x1e\xac\xf4\xe7\x11\x04\x8b\x2e\x61\xa5\x3f\x88\xca\xc9\xe6\x7a\x50\x24\x1f\x14\x49\xaa\xb5\x86\x07\x01\xf8\x90\x40\x39\x35\xc8\x83\xa1\x43\xbf\x33\xd6\xfc\x33\xf8\xa2\x01\xa2\x2a\xf3\xcc\xc1\x74\x90\x05\x68\x68\xeb\xcf\xe4\x45\x6e\x82\x9b\x39\xd6\x38\x3c\x28\x68\x0f\x0a\x9a\x69\x25\x63\x1f\x3f\x2e\x9e\xcc\xae\xae\xe4\x8b\x4c\xf0\x2c\x5d\xc9\x17\x21\xac\x16\x5a\xdb\x83\xb0\x7a\x00\x2c\x2d\x8e\xb3\x07\x86\x9e\x07\xb9\xb4\xa2\xae\xa4\x9f\x20\x2e\x17\x5b\xfb\x81\x17\xe7\x71\xf1\x64\x8b\x93\xeb\xc1\xc3\xfb\x20\x97\x56\x51\x23\xcf\x04\x54\xbb\x38\xb9\x1e\xec\xe3\x07\xf0\x1b\xf0\xf5\xf0\xc0\x37\x23\x40\xf1\xd2\x3e\x42\x2e\x3d\x68\x6d\xab\xd3\x25\xe4\xd2\x03\x3e\x6e\x0d\x5d\xc9\x80\x00\xa5\x5a\x63\xfc\xa7\x42\xf1\x20\xc9\x1e\x24\xd9\xe2\x00\x7c\xb0\xa8\x1f\x94\xbf\x85\x0b\xf4\xc1\xa2\x16\x82\x79\x71\x00\x82\x60\x0e\x0f\xe2\x8d\x32\xe0\xe1\x41\xbc\x3d\xf0\xb5\x2c\x6d\x5c\x2c\xea\x07\x18\xee\xe2\xac\x03\xd6\x1c\x3a\xf8\x46\x60\xf3\xa1\xa3\xfc\x75\x80\xb7\x3b\xa8\xd1\xbb\xd4\x5d\xb3\x33\xa0\xf1\xa1\x93\xef\xd6\xdd\x5c\xb6\x5d\xd5\xf8\xd0\xe8\x03\x03\x34\x3e\x74\x04\x61\x47\xa5\xdb\x5e\x65\x2c\x74\x54\xba\x0e\xd2\x73\xa3\x61\x77\x9c\x82\xdd\xcd\x65\xdb\x78\x8f\x3b\xd2\xb1\x23\x1d\xf7\xa6\x4b\xb8\xd3\x3b\x8c\x11\x20\xeb\x43\x47\xe6\xf5\x2c\x80\x9c\x1a\x79\x3b\x30\x5c\x90\xf5\xa1\x23\xde\x3a\xe2\xed\x70\xa8\x76\xb8\x7c\x3b\xe2\xed\x54\xde\x8e\x2a\xd7\x51\xe5\x0e\xaa\x5c\xc7\xfa\xed\x58\xbf\xe7\x51\xe3\xa2\xf1\xd0\x98\x69\xe4\x45\x60\x20\xe5\xcb\xe8\x38\x21\x85\x0f\x3f\x9c\xc9\x1d\x99\xd7\x01\x2b\x1f\xce\xe4\x8e\x9d\xdc\xb1\x93\x0f\x26\x47\x47\xe6\x75\x64\xde\xc1\xfe\xec\xc4\xcd\x3a\xb0\xc5\xb3\x19\x64\xdc\x95\x1d\x9d\xf1\x20\x5c\x3b\x3e\x76\x40\x5b\x76\xd9\xa3\x80\xb6\x42\xc7\x78\xa6\x10\x63\xe8\x18\xcf\x1d\x9d\xf1\xb2\x1d\x3b\x3a\x63\x47\x67\x04\xe6\x1f\x40\x79\x85\x8e\x20\xbc\x55\x8d\x4c\x1c\xea\x21\xa0\xff\xd0\x71\xbc\x77\x57\xf3\x16\x75\xdf\x43\xc7\x24\xee\x9d\x04\x69\x2d\x06\xac\xdf\x4e\x36\x78\x98\x6a\xe4\xed\xa4\x76\x07\x0e\xab\x4e\x85\x84\x3e\x04\x38\x64\xe8\x30\x89\x81\xd6\x2f\x19\xf9\x1d\xe9\xd8\x95\x89\x6d\xba\x9d\x7e\x82\x38\x0b\xa6\xdb\x19\x64\x70\x3e\x81\xb3\xae\x4f\x5e\x34\x79\xd1\x56\x23\x2f\x22\xe7\x39\x6c\x46\x69\xb2\x6c\x00\xe3\x04\x4c\xb8\x3e\x19\x64\x32\x96\x83\x76\x1c\x25\x09\x3a\x20\x97\xa8\x45\x8b\xc4\xed\xe4\xf7\xca\xc8\xef\xe4\xf6\x0a\xef\x16\x09\x21\x75\xd4\xc3\x6e\x40\x1a\x93\x6e\xdf\x34\x0a\x3b\xc9\x17\x61\x3c\x0b\x04\x17\x39\x15\x3b\xdc\x6a\x7d\x09\x3b\xa9\x46\xde\x0e\xc0\x31\xa2\xd7\x77\x74\xc6\xee\x59\x3d\x4b\xee\x80\x8e\x6c\x16\x94\x2e\x72\x2a\x82\x97\x0b\x1d\x68\x0e\x75\x73\x03\xb0\xb9\xd0\x81\x81\x46\xad\x79\xc4\x70\x07\x2a\x13\xd1\xac\x3b\xea\x61\x3f\x02\x62\xd2\x25\x78\xb5\xfa\xe1\x33\xb5\xbc\x51\xfa\xc8\x90\x58\x54\x67\x0c\x1d\xa9\xd8\x2f\x48\x51\xb4\xcb\x8e\x9d\xdc\xaf\x00\x9c\x6a\xe4\x99\x17\x94\xa5\xd6\x3c\x7e\xc6\xfe\xe1\x97\xf2\xa1\x03\xbb\x17\x04\xda\x4b\xa8\xf0\xa4\x5b\x84\x01\x17\x14\xb4\x8c\x61\x38\x6a\x2b\x8c\x00\x92\x92\x8d\x30\x90\x9f\x03\x8c\x5a\x42\x91\x04\xe5\x17\x46\x04\x8f\xf9\xa8\xf1\xa1\x91\x7e\xe2\x49\x19\xf8\x19\x47\x04\x37\x4a\xd4\x75\xe0\x67\x1c\x20\x97\x12\x1b\x61\x20\x3f\x47\x02\xf1\x69\xba\xb2\xd1\xe8\x6b\x9e\x4c\x8e\x00\xaa\x30\x8c\x44\x3f\x91\x0c\x03\x3b\x79\x40\x02\x24\x17\xc3\x20\x9a\x39\xe0\xef\x49\x1c\xfe\x03\xf1\x3b\xb2\xc0\xa4\xba\x92\x17\xc1\xc7\x43\x01\xb4\x30\xc8\xe0\x1c\x10\xf0\x64\x46\x7e\x20\x93\x05\x66\x94\x8b\x61\x20\x93\x87\xcb\xe4\x95\x39\xe7\x07\xe6\xf5\x70\xd1\xbc\xb2\x46\x1e\x8f\xe4\x00\x73\x44\xae\x48\x18\x24\x30\x0e\x78\x6b\xf2\xa3\x46\xbe\xa8\x08\xca\xca\xdb\x51\x39\x07\xd0\x2a\x12\x41\xc2\x40\x26\x8f\xca\x33\x37\xf3\x0e\xe9\xcc\x70\x99\xbc\xf2\xd1\x95\x74\x1e\x74\x60\x66\x17\x83\xa8\x0c\xc3\x25\xed\xa2\x1a\x61\x18\x58\xe7\x03\x04\x19\xb9\x22\x61\xa0\x5d\x0e\x78\x53\x14\x92\x1b\x44\x33\x07\xe0\x5c\xf2\x41\x02\x19\x3c\x61\x00\xa2\x2b\x5f\x1a\xd6\x7f\x28\x14\x03\xdd\x71\x00\x0c\xab\x1a\x2d\x74\xc7\xe1\x82\x77\xd5\xac\x46\xbe\xac\x7f\x08\x28\x68\x64\x08\x91\xb8\x94\x85\x0c\x03\x8b\x7a\x40\xaf\x51\x51\x95\x06\xf1\xcf\x81\xc4\xad\xa8\xc8\x03\x89\x3b\x80\x9e\x55\x4f\xf6\x09\x83\x58\xd0\x18\xb0\x3d\x78\xce\x4f\x18\x38\x21\x87\xe8\x2f\x38\x54\x07\x4e\x48\xb2\x91\x56\x7d\xd4\xc8\xda\x17\xe2\x97\x43\x15\x88\x6a\x18\x88\xe1\xaa\x59\x45\xe2\x0e\xd1\x4a\x74\x35\x32\xd8\x53\xf0\x61\xba\x04\x26\x65\x00\xde\xab\xda\x25\xd4\x8b\x19\x06\x44\x18\x0d\x1b\xf4\x6b\x18\xc8\x66\x79\x13\x06\xb2\x79\x80\x71\xab\xb8\x98\x06\x06\xf9\x10\xde\x98\x33\x19\x48\x6c\x10\x16\xb6\x1e\x35\x32\xab\x60\xe5\x2b\x26\xf1\xc0\x5d\x39\x40\x56\x82\x4c\x0a\x03\x77\xe5\xd8\x8c\x27\x92\x6c\xe0\x99\x1c\x1b\xe6\x07\x4f\x6f\x0c\x03\x27\xe4\x00\xb1\xdd\x90\x64\x03\xe1\x3a\x10\xae\x8d\xd3\x7b\xc0\xbb\x38\x0e\x50\x61\x6d\x32\x24\xee\x70\x55\x77\x35\xce\x90\x41\x0c\x68\x1c\x5e\x94\x19\x79\x34\xd6\x71\xc0\x1d\x73\xf8\x0f\xc4\xf0\x40\x0c\x37\xc9\x3c\xdc\x95\x03\x31\xdc\xb4\x42\x88\x01\x0d\xd1\x0b\x62\x66\x0f\xc4\xf0\x40\x0c\x37\x36\xee\x24\x4a\x3c\x03\xb7\xa3\x61\x03\xf9\x0d\x13\x9c\x6c\x9b\x6a\x34\x1a\xb9\x1d\xd5\x78\xe2\x99\x14\x2a\xb8\x31\x9b\xa0\x82\xc3\x8c\x82\x42\x73\x25\x94\x0c\x13\x6c\x63\x43\x49\x99\xf0\x2b\xcc\x08\xdb\xd1\x56\x23\x2f\x02\x94\xdf\x8e\x6e\xdf\x34\x32\xc8\x48\x88\x89\x91\x3f\x13\x2f\xba\x6a\x2c\x34\x02\x62\x46\xb3\x9e\xe8\xb6\x13\x8c\xf7\x13\xd5\xb8\x68\x84\xe2\x06\x40\xcd\xc4\xf2\x9f\x10\xab\x3d\x59\x8d\x74\x9e\xcc\x87\x07\xa9\x33\x11\xae\x33\x83\xab\x2e\x6a\xa4\x9f\x80\x36\x1f\x67\xb2\x0e\x13\x91\x39\x11\x99\x64\x7e\x85\x89\x1a\x3b\xcb\x87\x28\x83\x46\x5f\x36\x13\x6c\xea\x83\xf9\x3a\xa9\x47\x31\x11\x99\x0f\x7a\xfd\x44\x64\x92\x73\xb7\x1e\x54\x39\x70\xd5\x61\x56\x31\x43\x35\x1a\x99\xa3\x0a\xc6\x1b\xfd\x6e\x62\xba\x4f\x00\xea\x0f\xa0\x92\x09\x54\x64\x36\xe1\xbf\xe9\x12\xa6\xfb\x24\xdb\xe0\x31\x35\xf2\x22\x51\x50\xa1\xca\x4d\xa0\x61\xb3\xf1\x45\xa8\x72\x13\xdf\xe5\x7c\xc0\x7f\xe3\x38\x98\xf8\x2e\xe7\x03\xb8\x3b\xaa\x91\x6f\x47\xa8\x76\xc7\x5d\x86\x89\xef\x72\x76\x58\xed\xd0\xda\x26\xbe\xcb\xd9\xa1\xf0\x4b\x6a\xe4\x99\x10\x16\x75\x84\xea\x44\x8d\x9d\xa8\xb1\x5d\x73\x84\x9b\x72\x0e\x31\xe5\xf1\x76\x34\xd6\x0f\xfa\xbc\xab\x91\x89\x23\x2b\xa2\x77\xba\x84\xc6\xfa\x0f\x16\xdd\xf7\xfb\x24\x96\x3e\xa1\xdf\xe9\x1a\x25\xf4\xd0\x89\x1e\xda\xb1\xa8\x26\xbe\xcb\x09\xf4\xba\x6b\x79\x23\x15\x27\x52\x91\xdc\xb9\x30\x09\xe2\x4c\xa4\xe2\xd0\x4a\x46\x2a\x4e\x13\x86\x5d\x57\xf2\x99\xe8\xa1\x24\xdb\x85\x09\x09\xf0\x5c\xe0\xcd\x9b\x1a\xe9\x12\x52\x91\xf4\xba\x30\x91\x8a\x64\x5e\xae\x81\xf5\x33\x61\xcd\x9d\x68\x97\x43\xbb\x18\x37\xe5\x74\xe1\xb8\x06\x71\xba\x89\xca\x39\x11\x95\x63\xeb\x4a\x56\x08\x79\x1b\x63\x33\x74\x70\xd8\xce\x2d\x78\xfc\xa0\x91\xce\x83\xd1\x1f\x12\x02\xb8\x03\xe6\xe1\x45\x47\x8d\xcc\x11\xa2\x72\x00\x82\x98\x44\x76\xe6\xe1\x8b\x24\x04\xc0\xf8\xcc\x23\x04\xbd\x1a\x59\x60\xc8\xcf\x89\x7f\x64\x22\x2a\x27\xa2\x72\x6a\x85\x10\x2e\x9f\x17\x58\x7d\x55\x23\x72\x89\x6c\x93\x89\x6f\xdd\x28\x22\x64\xd0\x9b\x92\xb3\x17\x0c\xe3\xde\xc8\x9c\x98\x6b\xfd\xa7\x42\x61\x08\x57\x43\xb8\xca\xc5\x64\x44\xc8\x2d\x02\xe0\x47\x3e\x19\x9a\x2b\x99\xb0\x8b\x84\xbe\x60\x88\x4c\x43\x64\x5a\x55\xa3\x7f\xae\x81\xc0\x37\xe4\xbd\x25\x6e\x4f\x80\xfb\x59\x3e\x86\x3e\x6a\x2e\x0f\xd7\x8a\x6a\xdc\x34\x2a\x45\x20\xd2\xc8\x33\x91\x8e\x14\x2b\x0f\x86\x74\xb4\xac\xf4\x01\x5e\x84\x8f\xc0\xa0\x7f\x5c\xb8\xc2\xc8\xd1\x0d\x86\x3e\xba\xd0\x86\x0c\x7d\xd4\xd0\x47\x17\x06\x0f\xf9\xbb\xc1\xe0\x66\x5c\xe8\x38\x86\x3b\xc0\x20\x48\x24\x49\x30\x18\xde\x4e\x83\xed\x50\xb8\x1c\xa3\xcc\x8f\xa1\x7a\x42\x7f\x10\x8c\x08\xb9\xb9\x06\xba\x16\xfa\x88\x21\x47\x0d\x39\x4a\x81\xf0\x60\x04\xc3\x8d\x64\x1e\xf2\x08\x83\xe1\xd8\xb4\x4f\xd6\x02\x8d\xd4\x83\x31\x77\x50\x2e\xe1\x5c\x8c\x10\xb7\x91\x84\x45\xaa\x61\x30\xaa\xb0\x18\xc9\x19\x9b\x43\xd5\x90\x64\xd6\x95\xa7\xc0\x33\x11\x5a\x86\xd0\x3a\x9a\x77\x94\x3e\x53\xf6\x41\x56\x23\x2f\x42\x68\x1d\xcd\x3b\x42\xcb\xc4\x5e\xa6\x75\x8a\xd0\x32\xcc\x6c\xa1\x42\x0c\xfd\xce\xd0\xef\x0e\xe7\x92\x21\xc9\x0c\x49\x26\x00\x88\x79\xc8\x39\x18\xac\x60\x87\xd3\x86\x9c\x97\xa0\x64\x97\x33\xd5\x48\xe7\x51\xfa\x0e\x07\x8b\x21\xde\x0c\xf1\x76\x38\x58\x48\x7d\x09\x46\x76\xd3\xc1\x74\x37\xc4\x9b\x21\xde\x0e\xa6\x91\x61\x90\x1b\x06\xf9\xb9\xba\x92\xb5\x84\x7a\x78\x70\x53\x9b\xe9\xed\x3e\x74\x97\xd3\xc6\x10\x84\x86\x20\xbc\x51\x8d\x3c\x13\x41\x28\xa4\x89\xc1\x4a\x6e\x8b\xb4\x0a\xec\x79\x43\x3d\x34\xb2\xd3\xae\xd6\x27\x7e\x51\xdb\x4a\xce\x50\x23\x9d\x47\x10\x5e\x0e\x16\x43\xe9\x33\xcc\x6c\xa1\x93\x0d\x49\x66\x64\x68\x09\x00\x62\xe8\x77\x76\x49\xba\xc0\xa5\x6c\xc4\x56\xcc\xc5\xd4\x16\xd6\xc3\x40\x01\x9a\x8b\xa2\x1d\x58\x75\x0b\xe3\x79\x05\x6e\x7f\xd4\x98\x69\x24\xfd\x83\x55\xb7\xd0\xef\x96\xeb\x77\x9b\xa2\xf1\x61\x21\x82\x56\xf8\x50\xdc\xd1\x78\x68\xbc\x34\xfa\xb2\x59\x44\x9e\x57\xe4\x45\xc8\xfb\x45\xe4\x79\x45\x5e\xe4\xcc\xfa\x61\xa1\xf4\x91\xba\xb4\x03\xa2\x7d\xa1\xf4\x2d\x57\xfa\x76\x38\x6a\xe4\xed\x91\x2f\x42\xb4\x2f\x6c\xef\x95\xc8\x1f\x61\xcd\xaf\xc4\x33\x49\x5f\x10\xb0\x62\x21\xd6\x96\xf2\x47\x70\x3e\x2f\x37\xba\xc3\x72\xe9\xb6\x23\xa2\x7d\x81\xf1\x59\x2e\xc8\x76\x44\xb4\x2f\x84\xd5\x22\x09\x82\x9c\xd4\xb0\x10\x56\x0b\x72\x5a\x78\xfd\xc3\x82\xd8\x67\xb9\x46\xb7\xc9\x3b\x0d\x0b\x55\x6e\x39\x2c\x67\x27\xd4\xc3\x85\xb4\x59\x24\x8e\x90\x4d\x1a\x16\xd2\x66\xb9\xb4\xd9\xc2\x3b\x2c\x5c\x8a\x8b\xa4\x1c\xb2\x49\xc3\xc2\xa5\xb8\x1a\x79\x2e\x68\x58\x0b\x11\xb4\x9a\x52\x5a\x74\x25\xfd\x74\x5d\x6c\x0b\xc5\xb0\xd0\xc5\x16\xfc\x9f\x64\xa1\x86\x45\x18\x65\x3d\xca\x81\x51\x23\xcf\x74\x61\xb5\xe5\x38\x20\x85\x2c\x2c\x32\x4d\xa8\x37\x1d\x16\x61\x94\xf5\x90\xee\x82\xcb\x66\xa1\xa0\xad\xce\x33\x31\x85\x17\x62\x6d\x75\xa5\xc9\xa8\x91\x6f\x77\xe3\x77\x67\x4e\x84\x85\xf3\x71\xb9\x29\xbc\x33\xcb\x7b\xa1\xca\xad\x0e\xb7\xa2\x56\x32\xce\xc7\xe5\xca\xdb\xce\x5d\x8d\x8c\x12\xf9\x1c\x19\x67\xee\xc2\x14\x5e\x83\xb7\x73\x4c\x2c\xa4\xe2\x1a\xe4\xf8\x70\x4c\x2c\x04\xe0\x9a\x3c\x13\xe1\xbf\xf0\x33\x2e\x32\x8c\xb2\x06\x19\x01\xb8\x48\x62\xc9\x5a\xb4\x08\xc0\x35\xe9\x27\x5a\xdb\x42\x58\x2d\x52\x45\x0a\xc7\xee\x22\x49\x60\x19\xb9\x3a\x0f\xfd\x24\x5e\xb3\x16\x29\x3b\xe8\x62\x0b\xc1\xb2\xb6\x32\x77\xe8\x12\x81\xe0\xe5\xf2\x65\x7b\xc6\xef\x7f\x28\x14\x0b\xf5\x6b\xb9\xfa\xb5\xe5\x4d\x58\x68\x5a\x6b\x5f\x31\x54\x7a\x23\xc0\xc4\x45\xc2\x4a\x6d\x6a\x64\xae\x4e\x17\x33\x23\x8d\x2c\x8a\xa3\x74\x20\x35\xb2\x28\x0e\xcf\xc4\x38\x59\x18\xa5\xcb\x5d\x84\xbb\x6a\x08\xf1\x0d\xae\xcb\x33\xb7\x1a\x79\x26\x49\x3e\xa4\xfe\x86\x8d\xd0\xda\x08\xad\xc6\x3a\xdd\x08\xad\x8d\xd0\x12\x64\x60\xe3\x06\xdc\x41\x6c\xf7\xbe\xef\x37\xf2\x69\x23\x9f\x48\xfd\x0d\x1b\x51\xb4\xa3\x32\x8d\xd4\x38\x69\xe4\x76\x44\xfb\x46\xea\x6c\xa4\x0e\xf9\xc0\x61\x23\x75\x36\x52\x87\x44\xe0\xb0\x71\xd9\x6d\x77\xd9\x6d\xb2\x7c\xc3\x06\xf0\xb7\x5d\xab\xd9\x8d\x45\xb1\x89\xe8\xee\x42\x56\x10\xba\xc3\x86\x3e\x6c\xbb\x48\xd9\x02\x2c\x6c\x3c\x69\x9b\x9c\x2b\x32\x80\xc3\xc6\x02\xdc\x55\xc9\x48\x74\x89\x14\x80\x8d\x2c\x79\x3c\x4f\x33\x6c\x02\x19\xbb\x2a\x51\x89\x2b\x51\x67\xb6\x8b\x94\x2d\x53\x13\x1e\x92\xb0\x1b\xc9\x4f\xac\xbe\x8d\xb1\xb7\xc9\x3e\x7b\xd8\x3a\x1b\xff\xd8\xf6\xf8\x42\x7b\x8c\x17\xe1\xbb\x26\x4b\x74\x14\x0c\xdd\xcb\x51\x79\xfd\xa8\xec\xdd\x53\x93\xc2\xc5\x51\x7c\xfd\x20\x6b\x8f\xe7\x6e\xc4\xe0\xd3\x18\x83\xcf\xdf\x33\x8a\x97\xf6\x0f\x3e\x1d\x31\xf8\x74\x8c\x49\x1d\xfd\xe4\x9f\x12\x93\xbb\x01\xeb\xf5\x65\x13\x93\xef\xd1\x48\x16\x60\x63\x93\x45\xaa\x44\x44\xd0\xfe\xcf\xf6\xb4\xd9\x08\xd1\x7f\x14\xbb\x7f\x75\x0f\x6a\x84\x98\x38\xc2\x46\xdc\xbb\x2b\x14\x11\xfa\xde\x08\x67\xef\xd3\xbc\x3e\x7c\xcc\xbe\x03\x62\x76\x23\xa3\x82\xbb\x8e\xd0\x5d\x46\x38\x2e\x3b\x30\xbe\x08\x0c\x3e\xc2\xa9\xd6\xcc\x13\x8f\x63\xf5\x8f\x8e\xd5\x4f\xef\xd1\x3c\xc8\x18\x1f\xb7\x9e\xe2\xe3\x9b\xfa\x99\x9e\xd4\x10\xbb\xcf\x6d\x24\x64\x35\x70\x70\xc4\xee\x92\x25\x76\xd7\xa9\xea\xf1\x89\x8b\x04\x32\x62\x77\x9f\x59\x03\x01\x19\x89\x59\x44\x62\x16\x6d\xb4\x48\xe3\xf5\x46\x17\x30\x4f\x76\xb4\x7f\x44\x5d\x8b\xe8\x69\x2d\xba\x10\x88\xdb\x2d\xb2\xb8\x5d\x40\x8c\xea\x39\x3b\xf1\xf8\x14\xc7\xe3\x53\xfc\x74\xcf\xf2\x88\xe7\xd0\xe8\xe3\xd2\x9a\x9f\xb4\xf1\xfa\xc1\x12\xaf\x1f\x2c\x4f\xb4\x41\x63\xa7\x71\xbc\xe4\x68\x91\xcc\xda\x48\x4a\xad\xf2\xbf\xe2\x65\xe4\xaf\x9f\x05\xca\xff\x8a\xd7\xa5\x7f\xbc\xae\x0c\xdf\xab\xc6\xc1\x95\x2e\xda\x2f\xc4\x19\xf1\xba\x4c\x8f\xd7\x75\xdb\x7b\x1d\x1e\x17\xaf\x9b\xe7\xf1\xaa\x34\x2d\x05\xdc\x42\x20\x17\xcd\xed\xb3\x1c\x60\x29\x0b\x10\xa0\xb2\x22\x73\x80\x6f\x8a\x85\x99\x42\xf8\xd6\xa5\x14\xa8\x6b\x16\xc2\x87\xad\xd5\x1b\xa3\xf2\xdb\xda\x8f\x46\x6e\x8f\xdc\x0e\x6f\x14\xeb\x3a\x05\xf7\x61\xfd\xd3\x48\x55\xb1\x40\x7d\xd7\x4f\x3f\x29\x10\x16\xf0\x45\x25\x08\x95\x02\xe5\x5a\x83\xa8\x1a\x29\xf4\x15\x48\x43\x09\xaa\xfe\xe5\x8b\x36\x05\xd2\x8f\x82\x8a\x78\xa9\x0c\x34\xe5\xb7\x42\x19\xdf\xf8\xe8\x82\x2f\xb7\x14\x28\x72\xc5\x74\xa4\x50\x79\x58\x5d\xdf\x58\xed\x82\xcb\x90\x14\xfe\x29\x24\x45\x23\x09\x7f\xad\x7c\xff\xa2\xc6\x80\x34\x06\x19\xf2\xb7\x40\xfd\xa5\x40\x51\xc2\x07\x3a\xae\xb0\x78\xbb\x2f\xbe\x24\x56\x27\xc8\x62\x52\x8c\xe4\xd3\xa9\x18\x6e\x84\xdc\x96\xb2\x6e\x28\x53\x29\x26\x58\x6d\xdd\xe1\xe7\x25\xa4\xbc\x11\x7e\x3f\xd7\xfd\x52\x7a\x78\x26\xa5\xd9\xa2\x6a\xb2\x41\x42\x15\xa9\x55\x16\xc9\xb8\x04\x3c\x98\xa2\xaa\x38\xcd\xe7\xdb\xbc\x93\xc0\x9c\x22\xe9\x78\xcf\xa3\xb2\x76\xde\xa5\x14\xe9\x52\xa2\x40\x54\xa4\x2f\xac\x89\x04\x11\x50\x8a\x24\x11\xb2\x26\xd2\x50\xb5\x38\x7e\xa9\x9f\xf0\x31\x25\x97\xe5\x09\x59\x97\x8a\xca\x5a\x35\x65\x40\xf6\x37\x93\xd1\xd3\x14\xbd\x91\x74\xd1\xc1\x8b\x16\x7d\x21\xeb\x30\xc2\xdc\xa4\x4c\xa3\xec\x61\xef\x4f\xad\xb2\xec\xf6\x47\x42\xac\xa5\xf8\x65\x94\xfc\x6f\x85\x22\x91\xc9\x93\x48\xd3\xc9\xaa\x4a\x4c\x9a\x4e\x22\x31\x27\x07\x78\xf7\x0a\xfd\x2d\xea\x2f\xec\xc4\x24\xd8\x24\x32\x6b\xe6\xfa\x30\x1e\x72\xa5\xf2\x6c\xa0\x10\x24\xcf\x26\x91\x59\x33\x41\xb1\x24\x52\x6a\xd2\x27\xa5\x86\xe2\x81\xa4\xd4\xa4\x4f\x4a\x8d\x18\x16\x3d\xfc\x92\xc8\xac\x99\x8b\x69\x29\xe4\x8b\x16\x91\x90\x67\xde\x3e\xe8\xbc\x52\x6a\xe0\xea\x2a\x83\xdb\x95\x52\x93\xe1\x7e\xa4\x5c\x58\x99\xbc\x1d\x22\xa8\x32\xb9\x9d\x44\x99\x55\xc4\xd3\xd8\x69\xe4\xed\x90\x06\x92\x19\x93\xca\xe4\x8b\x2a\xac\x8d\xe4\xa0\x92\xd3\x32\x97\x48\x3b\x99\xb9\xb2\x60\x58\x84\x30\xac\xb8\xdd\x9a\x48\x74\x99\x5f\xea\xba\x37\x32\x9d\x10\x04\xae\x87\x51\x22\x39\x53\x19\x2e\xcb\x75\xb1\x54\xd6\xf9\x64\xc4\x79\x23\x2f\xda\xbc\x88\xb4\x97\x35\xf8\xa2\xcd\xb7\x6f\x9e\xc9\x3a\x2d\x4a\xa8\x23\x99\x65\xc1\x72\x47\x32\x4b\x52\x32\xcb\xa2\x06\x64\x39\x4c\x31\x79\x2b\x0b\x6a\xab\x72\xd8\x5d\x87\xdc\x32\x08\xbc\xc8\x62\x49\xa4\xaf\xcc\x05\xdf\x58\xb9\x8c\xe7\xe5\x99\x8b\xb7\x5f\x9e\x79\x19\xe4\xc5\xd0\x5d\x06\x99\x14\x95\x05\xf1\x17\x29\x2a\x89\xfc\x93\xb9\x60\x9d\xab\x48\x71\x65\xa3\x2c\xd8\xbd\xc8\x46\x49\xca\x46\x59\xf0\xc5\x55\x76\x73\x85\x25\xf2\x4b\xa9\x75\x6e\xcb\x4c\x23\x6f\x77\x17\x43\x22\x45\x25\x29\x45\x65\x41\xc7\x56\x23\x69\x9c\x91\x24\x26\x44\x26\x09\x2b\x49\x29\x2a\x3b\x70\x3b\x15\x26\xab\xef\xfb\xb9\xe1\xed\xab\x14\x92\xac\x89\xd4\xa4\x08\x07\x67\x52\x66\x29\x45\x3b\xa0\x21\xad\x94\x87\x54\xe2\xc9\x66\xcd\x93\xae\x9f\xc8\x3f\x99\x1b\x1e\x3d\xd2\x50\x12\xa9\x26\x73\xc3\x23\x4a\xc6\x49\xaa\x85\x2e\x65\x51\x71\xf2\x99\x90\x46\x6e\xf8\x32\xab\x6a\x37\x92\xea\xb7\xd9\x08\x95\x92\x8a\xb5\x92\xd5\x05\x07\x1a\x19\x27\xa9\x56\xb2\xa5\x28\xde\x59\x91\x64\x24\x9e\xcc\xcd\x46\xa8\xc8\xb5\xda\x78\x3b\x1b\xa1\x36\x32\x75\x1b\xe9\x63\x10\xfd\xc1\x1c\x95\x2a\x09\x7c\xb0\x80\xa4\x4a\xce\x39\x39\x26\x73\x3f\xbc\x88\xca\x81\xe4\x98\xcc\xfd\x30\xc8\x0f\x9d\x7f\x78\x3b\x32\x8f\x74\x92\x44\x3a\xc9\xdc\x48\xb0\xea\x62\x26\xd5\x47\x89\x66\x7c\x66\xe7\x99\xc8\x90\xcd\xee\xa8\x9d\xdb\x07\xe3\x09\xbf\x6a\xa5\xc8\x20\xd9\x1a\x73\x53\x7b\xa1\x7e\xea\xe8\x72\x3b\xf4\x84\xa4\x69\xa4\x3a\x79\x3b\x6b\x9e\xa4\x8d\x54\x27\x6f\x67\xcd\x57\x8a\x05\x56\x77\xfb\xcf\xcd\x9a\x27\x69\x23\x55\x25\xc4\x6d\x46\x09\x79\x4f\x9a\xc6\xdc\x70\xa8\x93\xa6\x91\xaa\x12\xe2\x0e\x9d\x47\x5c\x90\x59\x31\xb7\xd6\xfc\x66\xd9\xb0\xdf\x21\x49\x49\xe4\x59\x24\xf2\x2c\xe6\xbe\x3c\x93\x13\xba\xc2\x26\x7b\x82\xb8\x57\x99\xf7\x43\xaa\x97\x28\x5f\x49\xb5\xad\x4a\x1f\x8b\xb0\xa6\x52\x55\x96\xf4\x87\x79\x58\x9f\x4d\x2c\xf4\x4a\x1f\x43\x26\x93\x0c\x91\x5a\x20\xc9\x2e\xeb\x76\xa3\x91\x67\x66\xb1\xb4\xba\xb8\x68\x51\xf9\x74\x0f\x8d\xe2\xb2\xe7\x76\x96\x62\x43\xed\x6a\x91\xdb\xe1\xc6\x6c\xe8\x0e\x0d\xbe\xda\x03\xd9\x24\x99\x0e\x89\x4c\x87\x79\x38\xbd\x1b\x45\x60\xa1\x9a\x98\x50\xc2\x24\xd2\x1f\x52\x63\x17\x9f\xb6\x69\xe4\x45\x99\xbc\x3f\xd6\x27\xfc\x61\xa9\xb1\x61\xcf\x23\xe2\xd8\x41\x23\x69\x83\x30\x04\xb6\x2c\x5e\x00\xd2\xf1\x58\x8a\xa4\x0c\xa4\x46\xd2\xea\xa1\xb2\x29\x99\x03\xa9\x71\x6e\x1e\x96\x0d\xa4\x62\xa9\xb1\x92\x0f\xfc\xb8\x24\x02\x24\x32\x00\xe6\x41\xf1\x21\x11\x20\x01\xe1\x9f\x87\x65\xd3\x28\x73\x0d\xa0\x7f\x1e\x68\x80\x1b\x95\xac\xc1\xee\xcf\x03\x99\x66\x43\x95\x03\xc2\x3f\xcf\xe5\xed\xd4\xd0\x6c\x83\xa4\xc5\xfb\x9f\xa0\xcc\xd4\xdc\x23\x9d\x1a\xd9\xa7\x87\x85\x06\xda\x3f\xb5\x49\x5a\x1e\xc5\x73\x61\xe4\x48\x8d\x04\xd3\xcb\x42\x6b\x10\x3b\x34\x5f\xd8\xf3\x46\xf1\xe5\x32\xff\x8b\xb4\x3c\x64\x5e\x5b\x4c\xcb\x26\xd9\x4e\x6b\x8a\xb3\xae\x91\xe2\x79\xc5\x03\xac\xba\xd0\xbe\xda\xe7\x45\xbc\x01\xad\x4f\xed\xf0\x4c\xad\x29\x14\xa7\x76\x48\x49\x14\x1d\x30\x15\x18\x1a\x6b\x1f\xc2\x9e\xf4\xb0\xf6\xc1\xb8\xcf\x8b\x7c\x02\xea\x9e\x1e\xd6\xfe\x7d\x20\xca\x65\xed\x3f\x1c\x56\x17\xfe\xda\x87\xb5\x0f\x0c\x7e\x5e\x2a\x0d\x3f\x6e\x78\xa6\x87\xb5\x7f\x3b\xbc\xbe\xe8\x9c\x60\xe3\xe7\xa5\x02\xeb\xc3\x61\xf5\x40\xd2\x7c\x51\x13\x1f\xce\xa5\x47\xc9\x8b\x03\xea\x5f\x96\x24\x90\xf5\x79\xa1\xa2\x04\xb2\x9e\x9e\xcc\xed\xa6\x2b\xb9\xbd\x90\x10\xc9\x92\x04\x9d\x9e\x40\xa7\xcf\x0b\x21\xac\x88\x4e\x80\x9e\xcf\xbb\xe9\x3c\xfa\x28\x80\xf2\x79\x59\x7d\xe0\xca\xd3\xc3\xc9\x70\x0f\x6f\xc7\xba\x78\x1a\x9f\x09\xfb\x34\xf0\xf2\xf4\x34\x3e\x93\xd5\x07\xbc\x3c\x3d\xd0\x2c\x5f\x48\x58\x41\x92\x27\x21\xc9\x45\xb2\x0d\x92\x3c\x3d\xca\x3e\x44\xe5\x04\x34\x9e\x04\x1a\x0f\x81\x2e\x71\x5c\x80\x1d\xb7\xc0\x02\x03\x42\x9e\x84\x0f\x0f\x88\xb7\x47\x75\x67\xc9\x85\x09\x28\xa7\x0f\x65\xe1\x1f\xb8\x7b\x55\xcd\xe3\x61\x25\x3f\x93\x6c\x4e\x98\xb0\xa1\x6e\x49\x8f\xea\x99\x40\x3b\xfd\x50\xeb\x15\x44\xb8\x05\xaa\x41\x03\x0c\x4f\xf8\x0f\x2c\xb0\xea\x70\x23\x24\x30\xd9\x06\x1d\x4c\x02\x9a\x9d\x1e\x92\x44\x82\xd6\x12\xa2\x1d\xf8\xb5\x05\xad\x25\xd7\xe1\xd2\x43\xea\x47\xd0\xb2\x51\x9d\x91\x43\xe6\xa5\x56\x08\xaa\x1c\x10\x69\x0b\x14\xc5\x06\x14\x9d\x40\x43\x5b\xc0\x84\x03\x14\x9d\x1e\xb2\xe5\x82\xf1\xed\x97\x6f\x87\x43\x34\xb0\x96\x3a\x1b\x41\x30\xe8\x00\x7b\x75\x67\x23\x74\x18\x45\xa1\x9b\x4a\xdd\xb7\x45\xea\x41\xc9\xa0\x95\x46\xef\x12\x10\x69\x0b\x1e\x4f\x4e\x20\xa5\x13\x10\x69\x0b\x1c\x80\x20\xa5\x53\xcf\x3c\xf3\x88\x62\xda\x68\x24\x75\x92\x79\x07\xb2\x9c\x00\x29\x5b\xc4\x24\x06\xab\x9c\x3a\x84\xab\x91\x29\xee\xb0\x3d\x00\x52\x36\x70\xa2\x09\xac\x72\xea\x85\x67\x32\xef\x60\x95\x13\xce\x1d\x8b\x89\x17\x61\x91\x75\xf2\x2c\x62\x16\x97\xf5\xa2\x91\xdb\x21\x25\xee\x95\xdb\xc1\x1c\xc7\xc2\xb7\x63\x90\x83\x32\xb6\x08\xb9\x37\x60\xe3\x04\xca\xd8\x22\x9c\xbf\x80\x8d\x13\x28\x63\x8b\x90\x7b\x77\x34\x2c\x50\xc6\x16\xab\x6e\xe7\xdb\x7d\x93\x58\xc4\x28\x01\x73\x9c\xa0\x8d\xb4\xd8\x18\xcf\xce\xb7\x93\x13\x11\x91\x60\x40\x88\x53\xef\x74\x1e\x67\x04\x10\xe2\xd4\x95\x32\x8b\x2e\x06\x3e\x38\x75\xf2\xbf\x22\xec\xc7\x00\x83\x53\x57\x76\x2c\xf6\x07\xc0\xe0\x04\x15\xa5\xc5\x41\x3f\xa9\xca\x0c\xc0\xd7\x22\xeb\xb3\xa3\x61\x75\x92\x1a\x22\x9c\xcd\x00\x67\x13\x50\x59\x53\x7d\xe9\x8e\xf5\xd3\x49\x45\x55\x4d\xe8\xce\x89\xd0\xd9\x32\x51\x0b\x0c\xeb\x07\x8c\xac\x45\xf8\x8e\x3b\x5b\xa6\x93\xaa\x10\x11\x56\x1d\x8b\xba\x1f\x25\xd7\xf2\x22\x8e\x09\xf0\xb3\x16\x2f\x2f\x72\x7f\x68\x02\x23\x6b\xf1\x8a\x7d\x5c\x57\x92\x9f\x4a\xbd\x77\x80\xb3\x09\xe0\xac\xa9\x94\x3c\x6c\x97\x09\xe0\xac\x25\x16\x2d\xc0\xd9\x34\xc8\x31\x80\x2a\x35\x81\x98\x4d\xc3\x8f\x10\x4b\x50\x45\x0f\xaa\xf1\x03\x72\xb5\x84\x01\x31\x70\xaf\x0c\x52\x3c\x13\x47\x24\x78\xd6\x04\x4e\xd4\x12\x16\x00\x38\xd1\x34\x20\x60\x87\x3f\x35\x81\x13\x4d\x03\xec\x7e\xaa\xba\xf2\xa1\xd1\xa7\x23\xb1\x6c\x06\x1b\x01\xbc\xa7\xc1\xb5\x94\x80\x7d\xa6\xc1\x9a\x97\xcb\x66\xb0\xe6\x87\x8a\xee\x3d\xfb\x3f\x15\x8a\xc1\xc9\x00\x0a\xd4\x60\x67\x4a\x83\x0d\x31\x80\xd6\xcb\x6d\x31\x9a\x9e\xcd\x10\x0e\x31\xb7\x33\x84\x70\x0e\xcb\x4b\x03\x5e\x34\x0d\x8e\x8b\x04\xbf\x3d\x40\xd1\x34\x1e\xa5\x22\x43\xcb\xce\xc9\x00\x24\xd4\x12\x26\xf1\xc0\x43\x01\x32\xd4\x12\x26\x31\x00\xd1\x04\x52\xd3\x12\x95\xc5\x41\x6a\x26\x90\x9a\x06\x59\x5d\x1a\x28\x55\x00\x36\x2d\xb1\x78\x41\x6a\x26\x40\x99\x96\xb6\x28\xe2\x79\x26\x59\x92\x09\x96\x6e\x40\x99\x09\x50\xa6\x25\x54\xba\x81\xde\x34\xa6\x92\x96\x59\x29\x98\x1c\x80\x32\x2d\x89\xf4\x9e\x52\xe4\x70\x91\x1a\x8c\x79\x09\x2e\xd2\x04\x36\xd3\x32\xe7\xe7\xe0\x5c\x1a\x64\x23\x65\xd6\x29\x48\xcd\x04\x28\xd3\xb2\xa8\xf3\xb1\x43\xc0\x20\x5a\xc6\xa6\x1d\x90\x57\x8d\xab\xf4\x66\xbf\x7d\x62\xcf\x03\x4c\xb4\x8c\x77\x0e\x44\x62\x9a\x9c\x0c\x19\xe2\x70\x80\x89\x69\x2a\x65\x1a\xa7\xc9\xe4\x64\x98\x4a\x99\xc6\x69\x02\x4c\x31\x81\x41\xb4\x4c\xf9\x8c\xc9\xc9\x30\x3f\x89\xd0\x90\xd7\xa3\x22\xcd\x4f\x22\x34\x6c\xf7\xd8\x0c\x93\xac\x19\x88\xad\x12\x70\xc3\x34\x13\xdf\xce\xb2\x99\xf8\x6f\x27\x59\x33\x19\xa7\x09\x20\xc2\x34\x33\x43\x87\x7c\x9a\xb0\x4f\x81\x02\x34\x58\x8f\x12\x28\xc0\x34\x2b\x6f\x5f\xe2\xd3\xe7\xed\xae\x3e\x59\xc6\x2c\x04\x13\x98\x00\x03\x5a\x46\x92\x01\xff\x4b\x93\xfd\x94\x59\x0c\xa0\x00\x13\xb8\x3f\x83\x5e\x38\x4d\xce\x10\x50\x80\x96\x31\x0b\x41\x01\xa6\x49\x0a\x72\x66\xd9\x00\xe3\x4b\x13\xde\x84\x8c\xb6\x3e\x5d\xfa\xa7\x09\x41\x7a\x41\x45\x02\x5d\x97\x26\xf2\xbe\xe0\xcb\x98\xb8\xd5\x00\xd9\x59\x61\xde\xc1\xda\x25\x28\x5e\xad\x24\xdd\xce\xb7\x43\xef\x5d\x28\x94\x32\x27\x57\x92\xd9\x56\x90\x4f\xe0\xdb\x12\xf8\x36\x2b\x55\xf5\x02\x78\xd1\xe2\xf6\xaa\x2b\x75\x3b\x2f\xd2\x02\xdb\x2c\x06\x94\xa9\xa2\xb2\x08\x28\x53\x20\xcc\xac\x60\xd7\x81\x30\x4b\xc0\xc7\x0c\x12\xc6\x34\xf1\x61\xcd\xab\x46\x2a\x04\x20\x86\x41\x83\x59\x19\x6a\x2c\x34\x92\x8f\x8e\xe3\xc0\x50\x67\x00\x7c\x59\xc1\x71\x60\x2c\x5a\x63\xd1\x16\x55\x1d\x60\xd1\x82\xfb\xb2\xc2\x0a\x31\xfc\x4d\x40\xbc\xac\xa0\xad\x83\xf4\x4a\x46\xce\x6b\x41\x31\x37\x5f\xad\xc9\x10\xed\x05\x5b\xd1\x10\xed\x00\xbe\xac\xb0\x96\x00\x7c\x25\x23\x51\xbf\xb0\x96\x40\x7a\x25\xb0\x5d\x56\x88\x44\x80\xed\x4a\x46\xfe\x57\x61\x81\x19\x06\x04\x80\x2f\x2b\x47\xb7\xfb\x52\x04\xdb\x65\x85\x0a\x16\x80\xba\x92\xa1\x4c\x15\xf4\x7a\x43\x99\x32\x96\x22\x84\xd7\xc9\x58\x8a\x20\xaf\x0c\x1a\xcb\x04\x00\x2b\xd9\x27\x17\x5f\x57\x76\x1a\xc9\x47\x67\x81\x01\xce\x4a\xf6\x90\xca\xef\x24\x7e\xc9\xf0\x44\x9b\x32\xec\xf1\x3b\x00\xd5\x4a\xa6\x0c\x7b\x16\x18\x88\xad\x64\x4a\xa6\xc7\x2f\x66\x18\xcf\xa6\xbc\xf9\xa2\x1a\x12\xdc\xae\xbc\x79\x7c\xc1\x86\x8a\x64\xca\x9b\xc7\x70\x34\x3c\xd1\xa6\x14\x79\xd6\xa7\xb1\x3b\x8c\x8c\xf0\x8a\x33\xc2\x36\x2f\x42\x49\xa9\x53\x8d\xba\x52\x59\xfb\xdc\x8e\xb2\x6f\x64\x5e\x56\x47\x57\x25\xc3\x65\x63\x28\xfb\x55\x15\x33\x0e\xcf\x44\x9d\xa9\x78\x63\x0d\x75\x06\x48\x92\x55\x2d\x1b\xf8\x08\x8d\x94\xc9\xaa\x65\x83\x81\x0b\x24\xc9\x2a\x8a\x39\xc8\xa4\x64\x6c\x84\x8a\x0e\x0e\x16\x29\x01\x34\x32\xc2\xfa\x09\xbc\x51\x02\x96\x63\x15\x15\x09\x74\x4e\x5a\x2c\x45\xf8\x40\xd3\x62\x29\x02\xd2\xb1\x86\x99\xb5\x20\xff\x03\x96\x63\x8d\x79\x07\x9d\x93\x16\xd5\x1c\x1a\x3a\xf8\x82\x69\x0f\xac\x8e\x35\xd4\x6d\x20\x3b\x69\xa1\x6e\xb7\xaf\x29\xfe\x0f\x85\x62\x21\x47\x17\x2b\xa5\xa1\x61\x83\x93\x49\xf0\x2f\x5b\x6b\x74\x8d\x95\x02\x1e\xc4\x60\x61\x4c\xc0\x42\xd2\xe2\xa4\x85\xa3\x34\x2d\x8c\xbd\x05\x49\x41\xa3\x90\xe3\x32\xfa\x6b\xe2\x38\xe0\x99\x1c\xaa\x8b\xbc\xdf\xc6\xbe\x07\x47\x92\x96\x4f\xae\x35\x2a\x91\x00\xeb\x48\x00\x2b\xac\xa1\xb9\x2e\x14\x4a\xf0\x15\xd6\x50\x3d\x81\x59\xa4\x45\xfa\x7d\xc3\x78\xde\xcc\xd5\x86\x9c\xa4\xe1\x06\xdc\xe8\x8e\x5b\xc5\xf5\x39\xfc\x41\x5b\xa4\xad\x92\xe7\x28\xa9\x9b\x09\xdc\x4c\x20\x94\xaa\x69\x33\x81\x9b\x53\xf1\x61\x06\x36\xa7\xe2\x26\x7f\xfe\xa1\xc4\xd1\x46\x96\x80\x9a\x30\xa0\xf5\x09\xf0\x44\xda\xcc\xea\x83\xc1\xb3\x99\x55\x30\x14\xf6\x30\x1d\x9b\x20\x1e\xa8\x09\x7b\x28\x63\x04\x78\x22\x01\x90\x30\x90\x11\x69\x63\x6e\x01\x97\xb0\x07\x7d\x14\xb8\x44\xda\x2c\x8a\x87\xd9\xdc\xcc\x3b\x70\x09\x7b\x98\x4d\x70\x12\x69\x93\xb8\xa9\x18\xe0\x6e\x7c\x3b\x19\xec\x0f\xb6\xf7\x26\x26\xb7\xd1\x2e\x1f\x8e\x8b\x8d\x28\xda\xac\xa5\x07\xdb\x1b\x60\x45\xda\xf8\x1d\x1e\xa7\x23\x4d\x1b\xbf\xc3\x46\xbb\x84\x4e\x36\x6d\xdc\xd4\xfb\xe1\x99\x18\x3c\x1b\xe7\xde\x46\x14\xa9\x28\xe8\xee\x3c\x13\x1b\xec\x99\xaa\x2b\x73\x68\xe4\x76\x84\xc1\xc6\xb9\xb7\x39\x7e\x1f\xac\xf4\xcd\xf1\xbb\x5d\x79\xb3\x07\x3d\x74\x13\x96\xda\xd0\x01\x3d\xb8\x01\x37\x7e\xe6\x2d\x16\x0c\x16\xd8\x46\xbf\xdb\x8b\xce\x6b\x81\x61\x83\x41\x21\x6e\x5d\x6b\x69\x73\x3b\x89\xe5\x9d\xa8\xfb\xde\x0c\x32\xbe\x8c\x8e\x6d\xb3\x11\x6f\x60\x13\xac\xa3\x65\x6c\x42\xb2\x1b\xa1\xd5\x31\xc8\x37\x42\x6b\x73\x7a\x77\x84\xc1\xe6\xf4\xde\xa4\x8b\x77\x0c\xf2\x7d\x98\x62\xf2\xbc\xbb\xd6\x27\xe4\x8f\x1b\xb7\x45\x57\xf1\x1e\xdc\x16\x1b\x8d\xb5\x13\xfb\xdb\xd8\x60\x1b\x99\xd7\x59\x9f\xd0\xa0\xa7\xc3\x96\x21\x01\x21\x1d\xce\xf9\x03\x4b\x4f\xaf\x14\xd3\xc1\x77\x7d\x70\x5b\xf4\xaa\x5a\x3c\x85\x46\xbe\x88\xf5\x79\x70\x68\x1f\x94\xd3\xce\xfa\x84\x53\x3d\x1d\x8e\xf4\x8e\xc2\x7b\x38\xd2\x4f\xe2\xed\xe8\xb6\x87\x20\xf3\xc9\x6a\xf4\xcf\x3c\x1c\xd4\x07\x45\xb2\x63\x7b\x1f\x87\x9f\xa4\x03\x69\x4e\x47\xf5\x38\x95\xce\x43\x9a\xd3\x31\x5f\x0e\xae\xba\x03\x69\x4e\xc7\x7c\x39\x8d\x2e\x41\xfa\xd0\x59\x4b\x87\x52\x7b\x87\x33\xb9\xa3\xc6\x1e\x5c\x0c\x07\x17\x43\xc7\xa6\x39\xb8\x18\x0e\x07\x75\x47\xf5\x38\x1c\xd4\x87\x8d\xd0\x11\x6b\x87\x40\xf0\xc1\x01\xd7\x89\xe8\x1d\x1c\x70\x87\x8d\xd0\x31\xc8\x0f\x67\xf2\x41\x63\xed\x9c\x36\x07\x8d\xf5\xa0\xb1\x76\x16\xed\x19\x7c\x3b\xb6\x57\xc7\x20\x3f\xd8\x5e\x07\xe3\x69\x60\xe8\x1c\x8c\xa7\x83\x9d\x34\x38\x82\x0e\x76\xd2\x41\xbb\x1c\xa8\xb1\x87\x35\x7f\x20\x53\x18\x94\x6c\x3b\xa8\x9c\x87\x8d\x30\x58\x4b\x87\x8d\x70\xa8\x13\x33\xb4\x96\x28\xfb\x7b\x38\xd2\x07\x62\x0d\xde\xfb\x74\xe0\x4d\x18\x2a\xe8\x44\x28\xf6\x1c\xb8\x42\x70\x14\x1e\x42\x33\x60\x75\x6c\x60\x90\x03\xd9\x49\x87\xba\x55\x43\x0b\x8c\xca\xc0\x07\xff\xdd\x50\x59\x28\xfc\x77\x87\x03\x65\x20\xeb\x0e\x07\xca\xe1\x40\x19\x5a\x60\x1c\x28\xb0\xee\xdb\x60\x81\x5d\x36\xc2\x85\xcf\x65\x20\x00\x2f\xd0\x9b\x4b\xdd\xb1\xe1\x59\x33\xe9\x02\xbd\xb9\x58\x54\xc3\xe1\x9b\xe9\x62\x51\x5d\x96\xf7\x40\x82\xc1\xe4\x9f\x2e\xcb\x7b\xa8\x6e\x12\xcb\xfb\xa2\x26\x0c\x96\xe2\x85\x0e\xf8\x62\x66\x0d\x02\x6d\x17\x33\xeb\xe2\xfe\x1b\x88\xb5\x8b\xfb\xef\x66\xf1\xa4\xb8\xf8\xbd\x9c\x32\x17\x07\xc7\xd8\x74\x89\x53\xe6\xe2\xe0\x18\x78\x0f\x2f\x0e\x8e\x5b\x78\xe6\xf9\xef\x90\xc7\x85\xec\xf7\x62\xd7\x0d\x96\x24\x95\x07\xd2\xad\x3c\xfb\x32\x30\x95\x67\xb3\xf3\x66\x50\x59\x2a\x9f\xff\x0b\xa1\xc0\xc4\xcc\xbe\x6c\xb2\x2b\x72\x12\x54\xe4\x8b\x23\xee\x42\x68\x37\x91\x64\x00\xaa\xd2\xe5\x10\x98\xf8\x73\x00\x54\xa5\x0b\x3b\xd3\x2c\x8c\xc1\x60\xb4\xf0\x3b\x4c\x3c\xd2\x97\x78\x0d\x28\x2b\x9b\x55\xb5\xb1\x7c\x99\x5f\xea\x99\x4f\x2c\xab\x3b\x79\x26\xce\x88\xc9\xea\xbb\x93\x7e\xa2\x0d\x4d\x3c\x3f\x17\x6d\xe8\x52\xee\x7b\x22\xc9\x2e\x44\xdc\x97\x5a\x84\x13\xd3\xfd\x1a\x8b\xc2\x78\x3b\xab\xef\x1a\xb7\x73\x2e\x4d\xd5\x0a\xe3\x5c\xba\xa8\x48\x13\xd3\xfd\xc2\xb9\x7d\xd1\x86\x27\xca\xd4\x65\xeb\x5c\x76\xc9\x34\xbe\x1d\x90\xcf\xc5\xd8\x9b\xaa\x38\x86\xb1\x77\x39\x2e\x26\xda\x30\xb8\xc6\x74\x59\xfb\x93\x3a\x20\x54\x79\xc8\x90\xac\xdb\xa4\xfc\x08\xe5\x1d\x72\x60\x99\x4f\x8a\x31\x85\x04\x68\x8a\x7a\x54\xd3\x2d\xea\x0c\x1a\x2c\x07\x38\x38\x4c\x45\xb8\x12\x28\x32\xc8\x88\xcc\x45\x51\x0e\x99\xdb\x59\xd1\x46\x95\x15\xd0\x60\x39\x40\x31\x64\x91\x2e\xb9\x7b\x3b\x07\x96\xb9\x45\x5e\x54\xe8\xa7\xaf\x61\xb3\xc4\x8b\x84\x0d\x63\x7d\x1a\x45\x95\x42\xa5\xf3\x10\x07\x59\xe6\x99\x90\x51\x87\x2a\xf6\x9b\x4b\xa3\xd1\x08\xfb\x4d\x51\x55\xb2\xeb\x8d\x70\x04\x59\xe5\x45\x30\x54\x83\x1b\x33\xab\x7c\x91\x50\x44\x28\x53\x46\x69\x26\x78\xe6\x33\x24\xf2\x66\x8e\x0e\xc8\x90\xc8\x67\x08\xdf\xcd\x1a\x5f\xe4\x2b\x39\x07\xfc\x0e\xd6\xb9\x7d\xd0\x4f\xfc\x0e\xd6\x75\x25\x83\x4c\x68\xc6\x06\x5d\x9a\x0c\x1d\x2a\xbc\x4d\xba\x34\x19\x3a\x4a\x2e\xda\xe4\x99\xc6\xd0\xc1\x1e\x66\x93\x67\x1a\xcf\x14\x75\x8f\x71\xbb\x31\x9e\x28\x53\x46\x99\x28\x38\xe1\x73\xc0\x6d\x61\x8b\xb7\x2f\xfa\x89\xdb\xc2\x16\xb7\x2f\x9e\xc9\xc1\x62\x5a\x60\x8b\x01\xe1\x60\xb1\xcd\xed\x9b\x2e\x51\xf8\xcf\x28\x3b\x13\x2e\xcf\x84\xb6\xc6\xae\x4a\xb8\x31\x74\xd0\xd6\x98\x56\xdd\xa5\x9f\xa2\xad\x09\x5e\x8b\x26\xfa\x12\xce\x11\x29\xbe\x58\x60\x14\x15\xc9\x54\x13\x31\xb8\x9e\x73\x74\xd1\x9e\x61\x9d\xb7\xe5\x10\xc6\x1c\xdd\x2b\x97\x23\xfc\x5d\x8b\x72\x5d\xd1\x03\x97\x39\x06\x51\x0c\x51\xc9\xcd\x1d\x1c\x39\xa2\x22\x01\xce\xca\xd1\x55\xa4\x1c\xa3\x78\x87\x2a\x8d\xbc\x08\xa6\xaf\xc5\x52\x04\x28\x98\x41\x08\xda\xa2\xde\x1d\x40\xc1\x0c\x42\xd0\x16\x4b\x31\x26\x9e\xc9\x36\x04\xb1\x95\x41\x0f\xe6\xc8\x19\xb2\x58\x9f\x31\x73\x3b\x06\xc4\xa2\xe4\x4e\x74\x09\x9d\x23\xbe\xb6\x45\xfd\x97\xe8\x3b\x20\x47\xf4\x26\x48\xa5\x73\x64\x23\x44\x54\xa4\x45\xc5\xa5\xc8\x9a\x87\x71\xdf\x16\x15\xe7\x22\x05\x17\x22\x22\x1d\x74\x55\x8e\x2e\xd2\x73\xc4\xd4\x58\x2c\xc5\x48\x6d\xe2\x88\xde\xb4\x58\x8a\x54\x64\xc9\x91\x12\xa4\x8b\xaa\x64\x11\xc0\x6d\xc4\xaa\x00\x72\x95\xe3\xa3\xdb\xc5\x4c\xc4\x67\x3e\x4c\x07\x65\xef\x80\x5c\xe5\xd8\xe9\x12\x7a\xd3\xda\xaa\xbd\x37\x69\x64\xe4\x11\x6b\xd1\x8f\x97\x1c\x89\x7b\xae\x4d\x97\xfc\x78\xc9\x71\xf2\xcc\x4d\x91\x3f\xe0\x94\x91\x1d\xb7\xa8\x66\x16\xd9\x71\x11\xe1\xbf\x58\x8a\xd1\xf8\x22\xf6\x11\x18\xee\x1c\xd9\x47\x11\x53\x78\x47\x3a\x6f\xbc\xdd\x11\x70\xb6\x23\x9d\x5f\x7c\x26\x9e\x94\x4d\x31\xbb\xb8\x19\x79\x54\xa4\x4d\xe9\xa3\x78\x58\x4b\x98\x05\xbb\xf0\xcc\xc3\x33\xf1\x7a\x6c\x2d\x9b\xc3\x28\x5d\xb1\x32\x71\xfb\x65\x77\xb0\x8f\xb6\x96\xcd\x65\x31\x70\x22\x6c\xd7\xc5\x32\xf5\x0c\x72\xe2\x44\xa0\xc2\x71\x4e\x9c\x08\x89\x7d\xb4\xa9\xaa\x94\xd8\x47\x89\xe5\xbd\xdb\x7f\x2a\x14\x39\x39\xde\x2c\xa7\x0f\xe3\x13\xcf\x06\x5f\x9c\xc4\xf8\xd4\x79\xb6\x38\xec\x13\x2f\xec\xd4\x3b\xe4\xb4\x49\x62\x7c\xa2\xcc\x5b\x72\x7b\x3e\x53\x5c\xc1\xf6\xa0\xde\x61\xa6\xbf\x1c\x2c\xe0\x9c\x32\x15\x10\x32\x95\x0c\x6c\xbb\x4e\x96\x93\x9b\xe7\x99\xc2\x04\xb6\x8d\x22\x88\x1c\x02\xd4\x27\xb0\xcd\xf2\x49\x7e\x24\xe4\x84\xc7\x6f\xb3\x7c\xa8\x56\x90\x13\xc6\x33\x90\xa6\x9c\x1e\x3a\xcf\x21\xb0\x0f\xe3\xca\x21\x40\x29\x02\xdb\x97\xb7\xb3\xf6\xd3\xc3\x10\x52\x2d\x2e\x3d\x8c\x12\xfc\x97\x9b\xd5\x97\x3c\x26\x93\xa9\x4f\x60\x87\x93\x96\xc2\x04\x99\x52\x04\x76\xa8\x26\x99\xba\x6e\x87\x06\x8a\xaa\x61\xa9\x33\xc8\x1c\x41\x87\x25\x99\x38\x82\x12\x45\x41\x01\x3f\xe5\x34\xe8\x12\xbc\x92\x64\x73\xe6\x64\x0c\x1d\x11\x93\x83\xd0\x4a\xc6\x28\xe1\xe5\x3e\x85\x7e\x2e\xfa\xb9\x78\xa6\xeb\x62\x39\x2d\x50\xb8\x9c\x0c\xb0\x81\xe7\xc4\xc9\x90\x38\x19\x8e\x16\x1a\x27\x43\xc2\xe4\x38\x5a\x68\x9b\x41\x86\xbf\xed\x34\x16\xc3\xe6\x99\x5b\xb4\x5a\x74\x69\xd3\x25\xea\xcb\x82\x5e\xca\xe9\xf0\x99\x78\x11\x4f\xe7\xdb\x0f\xcf\x84\x60\xf7\x68\xd5\xb1\x9f\x28\xae\x60\x47\x15\x38\x2f\x6b\x89\x5d\x72\xa8\xad\x96\xd9\x25\x19\x6d\xe8\x20\xde\x32\xeb\x33\xa3\xf4\x03\x69\xca\xd9\x57\x6b\xce\x38\xa1\x8e\x9b\x85\x39\xb3\x68\x33\x8b\xf6\xb0\x96\x32\x8b\x36\x53\x33\xf5\x50\x70\x2d\xa3\x37\x65\xf4\xa6\xe3\xaa\x7c\xa6\x98\x43\xce\xc4\x2a\x8f\x2b\xe6\x99\x02\x50\x99\xda\x0c\x76\x03\x6f\x57\x15\x0e\xd4\x99\x8b\x7c\xca\xbe\x84\x73\x66\x2d\x5d\x0a\x86\x66\x95\xbc\xc0\x28\xbd\xd4\x3e\xcd\x08\xd7\x8c\x70\xbd\x85\xce\x23\x5c\x33\x6b\xe9\x32\xef\x99\xb5\x94\x87\x98\xbe\xb8\x1d\x75\x26\x23\xde\x2e\xa5\xd9\x32\xe2\x2d\x03\xd6\xb8\x54\xf4\xcb\x2e\xc2\x32\x75\x22\xec\xb2\x37\x29\x10\x91\x0b\x36\xd8\xa5\x26\x5b\x71\x1b\x2c\x17\x4e\xef\x4b\x41\xb9\xe2\x9e\xbe\x5c\x08\x1d\xdf\xad\xdb\x7d\x36\x8b\x1f\xcd\x06\x9c\x27\x17\x77\x62\xe4\xc2\x41\x0d\x9c\x27\x17\x77\x62\xe4\x22\xee\xb2\x43\xd5\x52\x76\x31\x70\xed\x15\x32\x57\xfa\x98\xe5\xe2\x03\xb2\x02\x9f\x09\x78\x3b\x83\xda\x5e\x01\x4d\x90\xb2\x08\xb9\x88\x91\xac\x72\xfb\xe0\x99\xb0\xde\x84\x46\x3f\xd1\xef\xa8\x28\xb0\x02\x45\xdc\x0a\x3b\x8e\xc2\x02\x0b\x9c\x4b\xa6\xbe\x40\x06\x76\xbd\x02\x43\x07\xfa\x3a\x53\x43\x60\x05\x6a\x22\x52\x64\x3f\x83\xa2\x5e\x81\xd2\x73\x14\x0f\xc8\xa0\xa8\x57\xd0\x20\xb3\xb9\x28\x17\xb0\xbe\xf4\x42\x6f\xe4\x8b\x20\x8e\x09\x54\x87\xa4\x78\x40\xa6\x78\xc0\x0a\x9a\x0e\x76\x1c\x35\x04\x16\x88\x98\x0c\xfa\x3a\x03\xbb\x5e\x81\xe2\x76\xa0\xaf\x73\x81\xf8\x20\x68\x8e\xd8\x71\x40\xab\x57\xd8\xcc\x26\x3b\x8e\x3a\x01\x0b\xf0\x4b\x06\x68\x9d\xa9\x13\xb0\xc2\xe1\x33\x2f\x43\x07\xc7\x41\x60\x23\x54\xf6\x66\x0d\x30\xbc\xa1\x48\xc2\xfe\x9f\xc1\x5b\xaf\x88\xfc\x04\x6f\x9d\x41\x58\xaf\x88\xa5\x02\xd0\x3a\x57\xe8\x60\x22\xd5\x21\x81\x56\xe7\x1a\xc5\xc6\xc6\xed\xee\xed\xca\xa0\xa8\x57\xa4\x4e\x26\xec\xff\x19\x30\xf5\x8a\x58\x2a\xb0\xff\x67\xf8\xfe\x57\xa4\xcc\x30\xd0\xea\x0c\xb5\xff\x8a\x28\x92\x00\xad\x33\x08\xeb\x05\xca\x26\xd7\x44\x97\xe0\x36\x88\x2c\x45\x68\xff\x73\xa5\xe4\x6a\x44\x23\xa8\x99\x2e\xc1\x58\x10\xd1\x19\x2b\x07\x1f\xd4\xfe\x0b\x40\x4d\x86\xe1\x3f\x83\xb0\x5e\x00\x6a\x32\x40\xeb\x5c\xa9\x7e\x09\xa0\x26\xc3\xe9\x9f\x01\x53\xaf\xc8\xfa\xac\x95\x2f\x82\xb1\x20\x52\x0c\x16\x4e\xff\x0c\xc2\x7a\xc5\x87\xf1\x44\x0f\x85\xb0\x7f\x45\xea\x64\x82\xa9\xce\x15\x0a\xac\xd8\x55\x8d\x97\xe9\x80\x02\x2b\x7e\x19\x3a\xff\xa1\x50\x00\xb8\xce\x10\xf7\xaf\x48\x45\xc7\xea\x6e\xb9\x0c\xa8\x7a\x45\x94\x54\xf8\xfb\x33\xc4\xfd\x2b\xb2\x21\x2a\xc7\x2f\xb8\xeb\x15\x29\x01\x09\xee\x3a\x83\xb4\x5e\x11\x7b\xe9\xff\x4f\xd8\x1d\xec\xde\x8e\xdb\x76\x1c\xdf\xf7\x29\xe6\x0d\x7a\x8e\x49\xc9\xf6\xd2\xa6\xec\x5d\xfb\x0e\xc1\xe4\x16\xc8\x22\x93\xc1\x34\x79\xff\x62\xf4\xd1\x00\x45\x36\xb3\xb8\x9b\x8b\xbf\x8e\x65\x9b\xa2\x48\xfa\xab\x1f\x9b\xd0\x93\x0e\x7f\x7d\x2d\x1d\xc0\x75\x90\xdc\xaf\xaf\xc8\x15\x70\x1d\x94\xf7\xeb\x2b\x48\x25\xc0\x1f\xfa\xcd\xd5\x57\x6a\x44\x80\x3f\xa8\xeb\x17\xd6\x27\xa8\xeb\x07\x75\xfd\x82\xf5\x44\x3b\xbd\x2b\x1a\x07\x5f\xdb\x45\xbb\x0c\xbf\xdc\x91\xed\x42\xd7\xba\x40\x6f\xd7\xf7\x31\xfc\x62\x3e\xe4\x0c\xbe\x96\x0e\xc9\xfd\x68\x5a\x78\x7e\xe7\x99\xc2\xd0\xe6\x2e\x1a\x91\x02\xac\x4f\x90\xdc\x0f\xf4\x76\x6d\x6b\xe9\x48\x0b\x5b\x51\x8f\x5b\x4b\xc7\x3e\x4f\x4f\xbf\x36\x39\x18\x59\xfd\x68\xda\x3e\xc3\x7a\x82\xba\x7e\x50\xd7\xaf\x4d\x92\xdf\xb8\x22\x80\x77\x6d\x6b\xe9\x3c\x86\xbf\x74\xe6\x64\x56\xed\xf5\x3c\x67\x22\x58\x9b\x2d\x88\xbe\x7d\xb4\x59\xf1\xab\x8d\x6f\xd6\x8e\x2f\x88\xde\xd7\x26\x75\x07\x78\x07\xc0\xbb\x36\x81\x2f\xc0\x3b\xb0\xdc\x05\x00\x0a\xfa\xf6\x81\xe5\x2e\x07\xa4\x82\x94\x7d\x90\xb2\x2f\x67\xa1\x02\xe0\x1d\xfd\x0f\xdd\x3e\xc3\x65\x80\x90\xee\xda\x2c\x08\xaa\xf5\xd1\x97\x1a\x9f\x28\x18\xcb\x1d\x04\xea\x0b\xf8\x13\x78\xed\xa0\x45\x5f\x9b\xcc\x1f\xaf\x1d\x7d\x09\xef\xf1\xf7\x5d\x98\x00\xd4\xae\x4d\x8b\xd9\x1e\x6b\xb8\xab\xb3\xf9\x3e\x5d\x43\x60\xb9\x6b\xbb\xd6\xf0\x69\x60\x9d\x0c\xd4\xa6\x35\x77\x9f\xc5\x96\x20\x1b\x5f\x9b\x3e\xca\xd4\xe3\x83\x6c\x7c\x21\x77\xa2\x4b\xf6\x3a\x79\xa5\x8d\x29\x02\xc3\x03\xfc\x5d\x1b\x53\xec\xbb\x07\x62\x19\x6e\xfa\x67\x77\x2b\x8e\x34\x7c\x6d\x32\x2b\xd2\xf0\xd1\xc9\xd3\x05\xab\xa3\x02\x1f\x54\xe0\x2b\x84\x33\x54\xe0\x83\xe0\x7b\x85\x80\x17\x2d\x1e\x30\xf1\x82\xf3\x04\x5a\x3c\x60\xe2\x15\xca\x01\x54\xe0\xa3\x13\x25\xc1\xf8\x04\x5a\x3c\x60\xe2\x15\xba\xc4\xf7\xd3\xf3\xd4\x03\x37\xd4\x08\x88\xb3\x07\xed\xf3\x0a\xa1\x31\x4e\x3b\x00\xda\x15\x7d\x35\xce\xf6\xe8\x48\x0c\x85\x32\x10\x78\x3b\xfa\xdc\x31\x2b\xa6\x90\x5d\x50\x42\x0f\x4a\xe8\x15\xbb\xe1\xf6\x4f\x28\x77\xc5\x6a\xfe\xfd\x98\x12\xfd\xcb\x10\xc6\x92\x40\x0f\x7c\x77\x85\x24\x9f\x12\x7a\xa0\xbd\x0b\x22\x14\x68\xef\x20\x3b\x5e\x21\x79\xda\xa7\x61\xc6\xbe\xa4\x19\x6b\xf5\xf9\xbe\xfc\xa7\xc9\xab\x09\xd2\x06\x0f\xbc\x75\x85\x60\x8a\x44\x78\xe0\xad\x2b\x74\x0a\xa6\x0d\x1e\xb0\xeb\x0a\x29\xd1\xce\xc0\xf6\xa5\xc2\xa8\x8b\xb0\x8e\x92\x41\x14\xbc\x42\xef\x77\xda\xe0\x01\xbb\xae\x90\x12\xed\x9a\xc9\xed\x4b\x5b\xd1\x46\x8d\xb7\x0e\xc0\x74\x61\x7c\x02\x30\x1d\x68\xe8\x4a\x69\x36\x41\xed\xd8\x27\xf3\x56\x29\xcd\xde\x75\x83\x03\x4c\x57\x86\xe1\xac\x6e\x67\x60\x70\x9e\xd8\x19\xd8\xce\xa5\x67\x98\x3c\x97\xbe\x53\x93\x49\x7e\x69\x9f\x05\xe2\x00\x4c\x17\x72\x27\x76\x85\x03\xdc\x74\x65\x5f\x7f\xb9\x86\x97\xff\x34\x25\x91\x20\xb5\xec\x4a\x89\xce\x5e\x5e\x1c\x09\xc1\x64\x21\x7b\x19\xce\xea\x80\x3f\x41\xe7\x3a\x76\x72\x55\x29\x66\xdc\x39\x55\x8c\x73\xe5\x7a\xef\x3a\xb7\x51\x83\xae\x94\x0a\xef\xaf\x87\xcc\x6c\xf2\xd6\x30\x9d\xd9\x90\x5e\xae\xbc\xb5\x3c\xe7\xac\x8e\xcd\x5f\x7a\xc5\x87\xca\xd4\x41\x80\x09\x3b\x13\x87\x44\x87\x48\x73\xe5\xea\x91\x3e\x91\x9d\x40\x3c\x57\xbe\xfa\xb4\xb3\xba\x83\x2d\x35\x39\x0d\xb8\x39\x48\x2f\x57\xfb\x98\x12\x5b\xc2\x38\x57\xf3\xde\xa1\xce\x71\x68\x80\xde\xbe\x7f\xca\x50\x04\x41\xe6\x00\x39\x17\x2e\x27\x40\xce\x01\x72\xae\x66\xdd\x83\x9c\x03\xe4\x5c\xda\x31\x06\xc8\x39\x40\xce\xa5\x1d\x63\xe0\x99\x03\xac\x5c\x8d\xa5\x1c\xb2\x0b\xe8\x72\xe1\x72\x82\x4e\x72\x1c\x22\x97\x26\x79\x26\x97\x1c\x87\x20\xa5\xd9\xac\x0e\x35\x82\x83\xcb\x84\xe0\xc4\xc1\x65\x1e\x4b\xe6\x53\xf2\x7c\xe8\x52\xba\x34\x94\x1b\x43\x83\x43\xc7\xb1\xc4\x3b\xd9\x14\xf2\x39\xa8\x26\x57\xdb\x57\x87\x7d\xc3\xe9\x38\x35\x36\x75\xc8\xeb\x96\x86\x72\xe3\x75\x30\xd2\x81\x91\xae\xa6\xc3\x34\x38\x3a\x0e\xe1\x4c\x93\xc6\xc0\xa1\x83\x40\x72\x35\x3b\xd8\x71\xb9\x77\x31\x4e\x63\x92\x74\x92\x83\xae\x40\xb5\xcb\xd5\x2f\xb7\x79\xbb\x23\x51\x1b\x49\xe4\xa0\x2b\x50\xf8\xa1\x20\x82\x1c\x4b\xef\xb8\x2d\x3b\x55\xa1\x38\xf4\xa5\x47\x05\x05\xbd\xe3\xa0\x70\x5c\x4d\xd8\x75\x94\xdf\x5c\xea\x9b\xc2\x2e\x30\x76\x1c\xfc\x7d\x93\x9c\x1c\xc3\x5f\x8a\x5c\x9a\xe2\x0e\x18\x3b\x0e\x2b\x4f\x23\xe1\x38\xac\x3c\x62\xc6\xd5\x97\x45\x3f\xa6\x44\x3d\xae\xf3\x64\x08\xed\x38\x96\xd0\xe6\x32\xf3\xc7\x8b\xe3\xda\xfb\x32\x73\xc5\x3d\x62\xc6\xd5\x97\xd1\x2a\xee\x01\xb5\x0b\x69\x14\x78\xed\x58\xd2\xc6\x7d\x73\x21\x4b\x7c\x49\x1b\x77\x46\x0b\xcd\x8e\xa5\x62\xdc\x27\xe7\x12\xa7\xdc\xfb\x5c\x42\x9b\x6a\x04\xa4\x8d\x03\xb6\x5d\x5d\x8d\x00\xb6\x1d\xe7\xd2\xd4\xe4\x08\x69\x1a\xc7\xf9\x35\x25\x79\xc8\x49\x73\xe0\x14\x22\x75\xb5\xeb\x53\xa1\x10\xd2\x5d\x5d\x2c\x46\xa9\x38\x4e\xf9\x52\xe7\x1d\x29\x15\xc7\xc9\xeb\xf4\xdd\x94\x78\x1d\x12\xc5\xd5\x79\x47\x4a\xc5\xb1\xb4\x89\xe9\x65\xc4\x39\xb3\xa7\x38\x6d\x6b\x9d\x79\x9f\x33\x36\x0a\xd0\x78\xf5\xc3\x94\x78\x9d\x25\x2e\xdc\x15\x1f\x21\xe4\x71\xca\x97\x3a\x4b\xa6\x38\x1c\xa7\x7c\xa9\xb3\x64\xaa\xc2\x81\x24\xaf\xce\x68\x91\xe4\x71\x36\x0f\xe4\x36\x79\x47\xd6\xcf\xb6\x84\x4b\x3d\xcf\xe9\x7b\xe2\x94\x44\xf5\xa9\x38\x1b\x60\xf3\x38\x49\x5d\x76\x09\x39\x1d\xe1\x58\x3a\xc2\x5d\x7d\xe4\xec\x9e\x27\xa9\xcb\x2e\xf7\xc6\x93\xc7\xa9\xe1\x3e\x0e\x2b\x4e\x65\x4a\x04\x79\x75\xf1\x1d\xc5\xe1\x38\x79\x9b\xae\x3e\x82\x20\x0f\xda\xc2\xd5\xf9\x7b\x3c\x79\x9c\xf4\x2f\xbb\x84\x1c\x4f\x1e\x64\x84\x0b\xdb\x15\xa7\xe4\x89\x8c\x70\xc1\xb8\xe2\x54\x34\xa1\x18\x5c\x5d\xfe\x71\x4a\x9e\x96\x7e\x30\x8c\x2b\xe8\x07\x07\x0e\xbd\x76\x4b\x06\x8e\x1e\x27\x6f\xb3\x5b\x32\xc8\xf3\x58\x02\xc0\xbb\xfc\x03\x79\x1e\xa7\xe4\x69\xdf\xdc\x91\xe4\x69\xa9\x02\xef\xc2\x04\x00\x7a\x2c\x01\xe0\xdd\x92\xa1\xfc\x1b\x27\x6f\xa3\x23\x4f\x9c\xb7\x3b\x92\x51\xed\xfc\xfc\x79\xaf\xe1\xa6\x24\x4b\x3f\xd5\x71\x4e\x0a\x6f\xfb\x5a\x32\x3e\x9f\x9d\xd4\xd5\x77\x09\x39\x39\xe0\x38\x8b\x70\xa9\x84\x9c\x2a\x70\x9c\x92\xa7\x7d\xad\x0e\xc9\x13\x1d\xe0\x42\x81\xc5\x39\xcc\x93\x80\xe5\xde\xad\xe2\xe1\xc5\xf1\x4b\xd0\xb0\xa0\xfc\x1b\x24\x7f\x6b\x97\xa5\x9f\xfc\x12\xc9\xdf\xda\xa7\x0c\x54\x50\xfe\x8d\x53\x1d\x67\x57\x9a\x27\x00\x1c\x4b\x00\x78\xe7\xe7\x09\x00\xc7\xd2\xfa\xdd\x7d\x42\x22\xf2\x1b\xa7\xd0\x63\x9f\xa7\x11\x82\xd6\x6f\x2c\xad\x5f\x14\x58\x9c\xaf\xdb\xe4\x97\x76\x39\xf7\x25\xf4\xb8\xf8\xa5\xdd\xea\xc0\xd9\x07\x88\xbe\x76\xe5\x2a\x5a\xbf\x01\xa9\x2f\x68\x58\x10\xf9\x0d\x10\x7d\xed\x16\x02\x59\xdf\x58\x0a\xbe\x3b\x3f\x0f\xb0\x8f\x25\xd6\xbb\x5b\x08\x58\xfa\xf8\x43\xac\xf7\xf9\xf3\x80\xe2\x9a\x2e\x2c\x08\xfa\xd6\x2e\xf7\xa6\xeb\x1b\x7f\x48\xf1\x5a\x25\x97\x60\x9a\x22\x6f\xc1\xce\xe2\xe2\x8a\x2e\x62\x93\x87\x34\xfb\x52\xa5\xb9\x04\x40\xc7\x94\x9c\x08\xa2\xbd\x71\xa5\xe1\xdf\xdd\x7f\xae\xe1\xaf\xff\x74\x13\x4a\x37\xc8\xfc\x3a\xa4\xd9\x97\xd2\xcd\xc5\x15\x1d\x6c\x1f\x99\x1f\xb0\xfb\x3a\x54\xa8\x2e\xa5\x1b\xd8\x7d\x1d\xbe\x6a\xd2\xe0\x8d\x4b\xe0\x73\xa8\x50\x91\xe2\x8d\x25\xb0\x8b\x45\x8b\x8b\xd7\xb9\x76\x77\xe4\x9b\xd5\x35\xc3\xa0\xc0\xf0\xd7\xa1\x6c\x85\xe1\x0f\x80\x7e\x1d\x52\x77\x2a\xb8\x01\xd7\x2f\x30\x59\xc0\xf5\x03\xae\x5f\xc7\xbe\xfe\xd2\xd5\x95\x57\x8e\xdd\x53\x52\x49\xb9\x48\x48\x1e\x82\x94\xeb\xf2\x9b\x97\xc9\xf3\xf7\xd7\x65\xf8\xe5\xd1\x89\x9b\x09\xde\x06\x51\xdb\x3a\x94\x96\x68\xdb\xc6\xd2\xa8\xc5\xa2\xc5\xa5\x00\x8b\xda\xaf\x43\x6d\x88\x46\x6d\x5c\x16\xee\xa1\x36\x44\xa3\x36\xa0\xfc\x75\xa8\x0d\xd1\xa8\x8d\xa5\x3c\x0b\x3b\x8b\xcb\x1a\x5d\x22\xb3\x87\x1c\x8c\xc8\x6c\x5c\xa4\x19\x11\x66\xe1\x40\x40\x5c\xef\xfa\x4f\x17\x7a\xd7\x7f\xfa\x4d\x99\xd5\x65\xf3\x77\x2e\xa0\xc0\x64\xe1\x5c\x40\x10\x8b\xad\x53\xee\xed\x94\x40\x2c\x95\xd8\x73\xca\x43\x84\x73\x01\xe1\x08\x40\x9d\x2a\x3e\x8e\x00\x04\xb0\xbf\x60\x67\x01\xec\x8f\x5b\xce\x70\x8a\x97\x6f\xbb\xf7\xad\xee\x70\xca\xac\xee\xb9\xc5\xc6\xcd\xbc\x71\x63\x71\x8b\xef\x61\xf7\x75\xb6\xf5\x97\x86\x8b\xef\x4f\x2e\x93\x88\x6a\xdc\x2c\xf9\x84\x60\xdc\x6d\xfd\x65\xf9\x4f\x57\xb7\xa9\xde\x94\xa6\x4f\x25\x9b\xbb\x9b\x3c\xd9\xd4\x93\x2d\x81\xf7\x63\xc9\xa6\xe2\xc6\xe2\xd6\x78\xfc\xde\x09\x16\x2b\xd9\x80\xf7\x03\xae\x5f\x5a\x69\x05\x5c\x3f\x6e\xfb\xe7\xa9\x8e\x83\xd3\x8f\xa5\x66\x7a\x2a\xd9\xdc\x4c\xf1\xbe\xfc\x26\x4f\x46\xe2\x34\x96\xc4\xe9\xc9\x6c\x6e\x3b\xd8\x6d\xb3\x3a\x67\xf3\xc2\xa0\x92\x15\x37\xa3\x3d\x87\x77\x24\xff\x5c\x6a\xa6\x27\x4f\x46\xc6\x34\xee\x25\xd6\xcc\x42\xa8\x99\xc6\x12\x2e\x3d\xa7\xa8\x57\xdc\x76\xb0\xdb\x47\x87\x53\x0a\x47\xa3\x34\x96\x46\xe9\x69\xf7\xbe\x51\x21\xb7\xa6\x21\xa7\x3a\xce\x6d\x5b\x5b\x1a\xa5\xd7\xb2\xa5\x59\x21\x8c\x25\x47\x4a\x39\x2d\xee\x61\x4a\xd3\xf4\xeb\xf2\x39\xd2\x61\x81\x58\xca\xa3\xd7\xb2\x25\xe6\x8d\xe1\xaf\x4b\x42\x86\xe1\x8f\x52\xbf\xbb\x04\xa7\xc5\x3e\x89\x85\xd6\xc5\xb1\xd0\x0c\x0d\x62\xa1\x75\xf9\x18\x4e\x33\x34\x48\x80\xd6\xc5\xc0\x4a\x85\xbf\xec\x0c\x97\x34\x8b\xe8\x67\xe0\xfb\xeb\xb2\xd3\x96\xaa\x5c\x11\x15\xbe\x24\x4f\x74\x3a\x03\xca\x5f\x97\x3c\xa9\x18\x2d\xfd\xcb\xba\xc4\x8c\xf4\x2f\x83\xfe\x65\xc1\xb8\xa2\xb8\x4a\x32\x98\x75\x29\xc4\x50\xc3\x8c\x52\x41\xc3\x76\x05\xe1\xcb\x20\x75\x59\x17\xa0\xa6\x18\x18\x71\xcb\x5a\x18\x17\x8d\xcb\xa0\x4e\x59\x97\x52\x1d\x91\xca\x28\xc1\xd4\x65\x3f\x2a\xfe\xb3\xa8\x81\x5f\xb2\xf4\x9a\xe6\x16\xce\x03\xd4\x2d\xec\x72\x1e\x20\x4a\x5d\xec\x96\x94\x14\x03\x73\x48\xa0\x6e\x6f\xd3\x21\x81\x28\xd1\xd0\x02\xbe\xe8\x4a\x86\x43\x02\x75\x8b\xc5\x1c\x12\x08\x6a\x8f\x75\xaf\xb7\xa9\x04\x56\x1c\xe0\x22\xb6\x8a\x03\xa4\xfd\x58\x37\xde\xa1\xe4\x49\x64\x1e\x6b\x61\x5c\x25\x1e\xa1\xf6\x58\xb7\x4c\x9a\xe8\x63\x38\x8d\x50\xb7\xfc\xc3\x69\x84\x28\x06\x76\xcb\xa4\x1d\x3c\x08\xe2\x8d\x75\x0b\xa6\x06\x5b\x72\x80\xa0\x6e\xa9\x86\x73\x04\x41\x29\xb1\x6e\x19\xc0\xb0\x41\x0f\x12\xf6\xb7\xf2\x0a\x55\xc3\x18\x8a\xa4\xbf\xaf\x80\x3f\x0b\x28\x86\x1a\xc1\xd0\x12\xe4\xb6\x70\x71\xfa\x31\xbc\xc0\x5b\x2c\x3e\xbc\xc0\x21\x21\x2f\x8b\x6c\xa8\x61\x0e\xbb\x62\x79\x57\x98\xfa\x18\xbc\x4e\x79\x57\x83\xd7\x19\xe2\x66\x1a\x56\x31\x78\x9d\xc1\x28\x6a\x36\x20\x8a\xc1\x28\xc6\xe5\x37\x2d\xc7\x31\x7d\x50\x0c\x05\xae\x92\x55\x0e\x0e\x66\x08\x91\x0b\x87\x37\x38\x98\xe1\xa3\xc3\x22\xa2\x86\x8f\x0e\xc0\xfe\x2a\x09\x24\xb0\x3f\x68\x39\x56\x79\xd5\xa3\x3c\x57\x59\x7a\x79\xab\x83\x83\x19\x3e\x3a\x94\x10\x19\xbc\x1f\x43\x96\x5e\x16\xee\x18\x26\xef\xab\x66\xed\xeb\x2f\x0d\xf7\xfe\x4b\x88\xfc\xf8\x1c\xfd\xd8\x15\x0b\x08\xf0\xd8\x15\x1f\x9f\x12\xca\xab\x7e\x7c\x4a\x78\xc8\xa3\x97\xb2\xc5\x23\x1e\x45\xd1\x57\x89\x71\x51\xf4\xf1\xf0\x3a\x8b\x88\xc2\xd4\xc7\x23\x48\x2d\x96\xf2\x08\x52\x9f\xaf\x29\x29\xc4\x3d\x10\xb1\x47\x0f\x9f\x12\xe3\x62\xea\xe3\xd1\xc3\xa7\xc4\xb8\x0f\xe2\x00\x4c\x5f\x25\xd9\x7b\x94\xd7\x9e\x25\x65\xce\x96\x9e\x74\x9b\x4b\xca\x9c\x33\x78\x64\xbf\xb0\xfb\x2a\x29\xdc\xd3\xd6\x7f\xce\xdf\x1c\x22\x56\x10\x7e\x3c\x2a\x68\x8b\x88\x82\xe4\xc7\x33\x6b\x66\x35\x24\x66\x90\xfc\x78\xb4\x6f\x58\x98\xd4\x23\x66\x7c\xa6\x3f\xac\xc1\xea\x20\xf9\xf1\x88\x19\x17\x26\x05\xc9\x8f\xc7\xf6\x3b\x24\x66\x90\xfc\x80\xdd\xd7\x62\xa7\x1e\x8e\xf0\xb1\xd3\x0e\xdf\x54\x1f\x3b\xed\xa3\x3d\xd7\x90\x59\x3d\x73\x8b\x8d\x47\x24\x38\x98\xcd\x23\x12\x7c\x74\x40\x58\xf0\xd3\x63\x53\x7d\xec\x9f\x43\x1c\xfa\x30\xef\x47\x55\x76\x48\xa2\x1e\x55\x59\x30\x7d\x0d\xd5\xf8\x47\x24\x08\xad\xaf\x85\x32\x41\xeb\xe3\x91\xc2\x69\x73\x17\xcf\x58\xc3\xcb\x7f\x9a\x27\xfb\x44\xd1\xd7\x50\x4d\x40\xd1\x07\x1a\xbe\x16\xdf\x04\x8a\x8f\xc7\xf7\x2f\x92\x4d\x81\x78\x8f\x57\xdf\xaa\xa1\x46\x80\x7f\x8f\x97\xd5\x0d\x66\xf3\xb2\xba\x57\x75\x66\x48\x5f\x5e\xd5\x99\xd7\x27\xee\xc1\x42\xde\x69\x98\x01\x83\xaf\xc5\x37\xe1\xdf\xe3\xe5\x1d\x87\xe8\xf2\xe5\x1d\x5f\xfb\xe7\x23\xa7\x79\xed\x9f\xef\x84\x5f\xea\xb1\xb1\xbc\xbe\x6a\xbd\x44\xf9\x1f\x66\x03\x83\x8f\xd7\x07\xac\x45\x2d\x81\xe2\xe3\x15\x48\x3e\x92\x7c\x18\x7c\xc0\xe0\xeb\xb1\xb1\xc0\xe0\x03\x06\x5f\x0f\x5b\x42\xba\x07\xd2\xbd\x1e\xb6\xf4\x4a\x89\x5e\x9e\xf6\x99\xe2\x63\xf1\xfa\x80\xf5\x8a\xef\x1e\xde\xe6\x15\xdf\x51\x10\xad\x87\x2d\x2d\x21\xd1\xd7\x47\x87\xc5\x37\x91\x0e\x8d\xd7\x07\xac\xc7\xa7\xc3\xd7\x07\xac\x57\xd3\xa5\x85\x32\xbd\x4a\xb4\xd0\xf8\x7a\xd8\x12\x42\x3e\x5e\xf5\x91\x47\x1c\x0a\x86\x0f\xb2\xa2\xf5\x88\x43\xc1\xf0\x81\x82\xaf\x85\x32\x81\xe1\xe3\xd5\x35\xe9\x91\xd3\x80\xe1\xe3\xe5\xe7\x1f\x56\xf7\xb2\xf9\xf7\x0f\xad\x7c\x53\x12\x5d\xbe\x7c\xf2\xc3\x83\xbd\x7c\xf2\xab\x70\xf0\x88\x58\xa1\xea\xf1\xb2\xcf\x45\x2d\xbd\xec\xf3\x55\x4d\x78\x96\x2d\x3d\xee\x5d\xe1\x60\xa1\x4c\x68\xf6\x20\xc1\x5b\x8f\xe8\xf2\x7d\x0d\x07\x80\x2c\xbe\xe9\x05\x80\xbc\xaa\x9c\xef\xb2\x25\x55\x4e\xa4\x7b\x51\x65\xca\xcf\x74\xd4\x49\x36\xb5\xde\xf9\x41\x30\xc9\xa6\x26\xa1\xd4\x7a\x67\xe5\x34\xe9\xa5\xe6\x47\x78\xf8\xce\xfc\x38\x3f\x33\x3c\x4c\xea\xa9\xf5\x4e\xb3\xc9\xcf\x0c\x0f\xf3\x23\x3c\x7c\x67\x7e\x9c\x9f\x19\x1e\x26\xf9\xd3\x7a\xc3\xd5\xe7\x81\x8e\x84\xbf\x17\x12\x2a\xe1\xef\x09\x7f\xaf\xb7\xad\xbf\x34\x9c\xfb\x7d\x9b\x29\x4d\x13\xce\x8f\x4e\x12\xef\xfc\x9e\x98\x9f\x34\x4f\x19\xff\xbb\xbb\xfa\xcc\xf8\x13\x13\x5f\xbf\x5b\xeb\x9f\x04\x14\xf9\x99\x9f\x3c\xf2\xa3\x32\xf9\xee\x66\xd1\xcc\x97\x17\x27\xee\x94\x14\x56\x13\x1b\x5f\xef\xe1\x26\x66\x39\x20\x11\xef\xf5\x1e\xe6\xbb\x9b\xaf\xe6\x11\xef\x65\x6a\xbb\xe1\x6a\x83\xef\xe5\x42\x87\xd7\xe2\x53\x02\xf0\x2b\xf1\xef\x89\x5c\xaf\xb7\x3c\xec\xdb\x3c\xa5\x31\x20\xad\xfc\xdc\x86\x8b\x32\xde\x67\xfd\xe5\x1a\xee\xb9\x3e\x2e\x74\x7b\x81\xca\xfe\xef\x6b\xf2\xd3\x53\x27\x72\xbd\xde\xd7\xe4\xcb\xbd\xcf\x7c\x7e\xd0\x93\xcd\xcf\xcc\xe7\xf3\x33\xbd\xf1\x20\xc4\x94\x9f\xe1\xfd\x4f\xdf\x3c\x3e\x5f\x53\x1a\x5e\xe0\x0c\x36\xc7\xe7\xeb\xea\xaf\xc9\xbf\x86\x4f\x92\x3c\x51\xed\xf9\xa1\x30\xfe\x09\x53\x7a\x99\xe4\xac\x88\x8d\xcf\x32\x9f\xd7\xa3\x9b\x16\x3d\xb0\x68\xf9\x9d\x5e\x3c\x11\xef\xe3\x33\xcb\x2b\x09\x6e\xcf\xef\xc7\xe4\x67\x88\x9c\xe0\xf6\x04\xb7\x8f\x4f\x5b\x7f\x39\x2d\x05\xce\x3e\x3e\x33\xe1\x49\x54\x7b\x7e\xa7\x61\x0f\x28\x5b\x7e\xe7\x96\x90\x78\xf4\x81\x5a\x4b\x58\x7a\xe2\xd1\xc7\x67\x7a\xb2\xfc\x6e\xae\xbe\x19\xbe\xaf\xbf\x5c\xc3\x1f\xff\xe9\x42\xb3\x60\x9f\xdf\xe9\xf6\x07\x19\xa8\xfc\xce\x12\x7d\x7e\xe9\x86\x7f\x26\x19\x91\xdf\x19\x65\x24\xb8\x7d\x40\xd9\x12\xdc\x9e\x70\xf6\xf1\x61\x4b\xa8\xf6\xc4\xb1\x8f\xcf\xe5\x29\xb1\x4f\xe4\xfa\xf8\xdc\x1e\x48\x37\x25\xba\xe1\xf8\xb6\x04\xb0\xe7\x57\x63\x82\x0f\xab\xfb\xce\x40\x24\xbf\x7a\x10\xe0\xdb\xf2\xbb\x9b\xd2\x6e\xf8\x30\xa5\xdd\xf0\xdd\x8b\x1b\xee\x88\xcd\x23\xd7\x07\x71\xa7\xfc\xee\xee\xfd\x70\x47\x8c\x16\xc7\x9e\x20\xf5\xf1\x79\x4d\xe9\x70\xf5\xcb\x3b\x7a\xdd\xe6\xe5\x1d\xcd\x14\x7c\x7c\x3f\x2e\x54\x5e\xc7\x34\xef\x01\x26\xcb\x2f\xf3\xfe\x4e\xf3\x1e\xdf\x70\xa1\xf2\x94\x66\x42\x3e\xbe\x53\x9e\x30\xbf\x65\x4a\x64\xfc\xbf\xe9\x8e\x86\xe1\x6c\x1e\x4c\x96\x5f\x36\xff\x9d\x9f\x95\xc7\x77\xd9\xd2\x70\xef\xb3\x40\x35\xbe\xcb\x96\x1e\x53\x22\xca\xff\xed\xa6\xf4\xb8\xfa\xe4\xd8\xc7\xb7\xbb\xa3\xc7\x53\x9a\x7e\x7b\x7c\xbb\x17\xf7\x32\x5a\x36\x4f\x9d\x29\xd1\xe9\x89\x4e\x1f\x5f\x16\x82\x4e\x4f\x74\xfa\xf8\xce\x34\x3b\xd1\xe9\x89\x4e\x1f\xdf\x19\x76\x25\x00\x3d\x01\xe8\x03\x1a\x96\x00\xf4\x84\x9c\x8f\xef\x65\xf8\x3c\x8a\x91\x90\xf3\x41\x9d\x29\xa9\x1f\xe7\xb6\x19\x3e\xa3\xf5\xdc\x58\x32\x00\x7d\x7c\x6f\xf3\x64\xc9\x1b\xad\xfc\xef\x4c\xdd\x73\x9b\x31\x47\x22\xc8\x07\x8c\x2b\x11\xe4\xb9\xe9\x91\xf1\x7d\x5d\x7d\x5a\x6b\x6e\xbb\x3b\xf2\xde\x11\xe4\x09\x16\x1f\xdb\x8c\xac\x13\x2c\x9e\x9b\xe6\x11\xdb\xd7\x85\x4e\xc3\x67\x02\x38\x36\xde\x06\xd8\x9d\xdb\x69\x78\xac\xbf\x34\x7c\x06\xc3\x03\x5d\x95\xdb\xe5\xd1\xcd\x24\x6f\x6c\xe9\x29\xcd\x24\x2f\x91\xe0\x03\x72\x95\x80\xf0\xdc\x58\x1d\x25\xa5\xdc\x58\x1d\x16\x7b\x6c\xdd\x6f\x3e\x5e\xdc\xe4\x5c\xc6\xb6\x5e\xdc\xe3\x29\xe9\xe5\xb0\xad\x17\xf7\x18\xce\x42\xb6\xf5\xe2\x58\xc8\x36\xcf\x36\x0c\x12\x48\xb9\x3d\x9e\xfc\x6b\xf8\xe9\x75\xbc\x86\x4f\xdf\x3a\xb6\xd3\x94\xa6\x8b\xcd\x8d\x81\x6d\x97\x7b\x67\x60\xc0\xee\xb1\x79\xef\xc0\xee\x0c\x06\xb6\xcd\xc8\x3a\x83\x81\xc5\x34\xa9\x41\x2c\x29\x63\x26\x79\x49\xb0\x7f\x6c\xf3\xe3\x5d\xd2\xed\xcf\xe0\x69\x31\x53\x19\x3c\x6d\xe8\x4a\xb3\xb1\x90\xe0\x69\xe3\xeb\x37\x2b\xfc\xe7\xee\x3f\xdd\xe6\xec\x3a\x98\x31\x23\xeb\x0c\x0d\x1e\xb6\x61\x9e\x9b\x29\x71\xbf\x1b\x5b\x0a\xee\x17\x5d\x3e\xb6\xe1\x42\x9b\x29\x85\x0b\xcd\x58\x2c\x23\x4c\x3e\x3c\x25\xde\x26\x04\x29\xe8\xf2\xb1\x31\xc5\x98\xe1\x76\x46\xba\xfa\x9f\x2b\x65\x66\xcc\x20\x3c\x43\xcf\x99\xf8\xb8\x60\xae\x9f\x99\x0f\x26\xd8\x69\xa4\x3b\xe3\xef\x63\x7e\xb3\xc8\x68\x6e\x62\xc6\x23\x23\x36\x53\x13\x8f\x44\xf3\x9b\x9b\xdf\x9c\xa9\x66\xc6\x0c\x52\x06\x1e\x2b\x43\x90\x12\x33\xd5\x1c\xb1\x79\x06\xcd\x85\x34\x8f\x08\xb6\x1f\x16\x59\xf0\xf7\x31\xbf\xd7\x65\xf0\xf7\x61\x41\xc0\xb9\x32\x66\x61\x24\x63\xe6\x8a\x03\x7a\x95\x61\x95\xc4\x65\x9e\x42\xa4\xb8\xcc\xf3\x72\x75\x16\x1d\x37\x9b\xba\x5d\x9d\xf1\x86\x20\x25\x6e\xc3\x4f\x93\xbf\x0d\xd7\x8c\x05\x8f\x95\x71\x7b\x74\x33\xd0\x1e\xc1\x78\xa3\x3c\xe4\xf2\x40\x2e\x53\x2a\x0f\xa4\xdc\xd1\xed\xea\xe5\x8e\xa6\x87\x1f\x71\xb3\x94\x61\x4a\x5c\x7b\x2c\x93\xe4\xda\x63\x96\x5c\x07\x1d\xa7\x8c\xe9\xe8\x33\x86\x3b\xb2\x01\xc6\xf0\x3c\x1f\x77\x34\x4c\xe9\x71\x47\x8f\x57\xbc\x4c\xd2\x1a\x0d\x81\x4f\x4c\x65\x95\x0c\x81\x4f\x08\x7c\x80\x5f\x19\x02\x9f\x10\xf8\xc4\xeb\x37\x05\x3e\xce\x05\x8c\x60\x92\x69\x8d\xa6\xc0\x07\x0d\x96\xc9\xdf\xa7\xc0\x27\x67\x7a\x90\x0e\x04\x64\x5a\x4f\x10\xb1\x4c\xeb\x29\x67\xd5\x63\xe4\x2c\x31\x64\x4e\xfb\xce\x9c\x61\xf7\x48\xc1\x54\xb2\x64\x22\xf2\x23\xd3\xd5\x9b\xdf\x9c\x1f\x0f\x46\xf2\x79\x39\xcd\x2d\x53\x4f\xa4\x14\x22\x65\xf7\x9b\x33\xd8\x18\xc9\x11\xa6\x28\x23\x67\xf5\x62\xe4\xec\x02\x90\x39\xc3\x8b\xcc\xdd\xd5\x67\x15\x31\x53\x94\x41\x8a\x7e\xa4\x0d\x90\x06\x7d\xa6\x4d\x80\x3c\x7e\xe6\xee\xea\x87\xe1\x87\x3b\x3a\x0c\x9f\x7b\xc1\x00\x7e\x65\xce\x2d\x21\x73\x7e\xb8\x1e\xc9\xbd\xe5\x6d\x4a\x33\x5e\x1e\x59\x2e\x34\x1d\x7d\x3a\x72\x30\xc8\x2b\x25\xf9\xf7\xa4\xe6\x3e\x92\x2b\xca\x32\xa5\x72\x9b\xbc\x4e\x8a\x32\x1c\x40\x18\xf9\xb8\xcd\xe1\x81\x0c\xf3\x14\x98\x3b\x80\x90\xc9\x14\xf3\x31\x9c\x29\x3a\x72\x30\x92\x31\x38\x79\x90\x8e\x1c\x8c\x5c\xef\xfd\xf1\x9b\x8f\xe1\xaf\x7b\x7f\x0c\x9f\xc1\xc6\x68\xa2\x75\x27\x0f\x32\x57\x3f\xa0\x65\x0c\x8f\xdb\x5c\xad\x7f\x3e\xae\x6e\x0f\xa1\xd8\x3e\xda\x6c\x7f\x93\x8e\x15\x24\x3d\xf5\xd1\x66\xe9\x33\xc9\xaa\x27\x3d\xf5\x81\xed\xca\x36\x63\x8e\x74\x12\x60\x34\xb6\xe4\x40\x40\x36\x0e\xbb\xb1\xa5\x36\xc3\x8b\xc4\xf7\x8f\x36\x3f\x75\x25\x59\xf5\x44\xfb\x0f\xc0\x57\xa2\xfd\x93\x9e\xfa\xd0\x2f\x39\x9b\x28\xc3\x11\x80\xd1\x58\x5d\xe3\xda\x9d\x04\x18\x6d\xe2\x86\x49\x6b\x3d\x41\xff\xa3\x89\xd6\x69\xad\xa7\x23\x00\x03\x05\x96\x8e\x00\x64\xd3\xfa\xa7\x49\x07\x69\xad\x67\x9b\x4e\x7c\x34\xa6\xd8\xd2\x3c\xe7\xf7\xb6\xd1\x0e\xf3\x9c\xbe\x3c\x9b\x70\x46\x67\x96\x84\xf9\x67\x3b\x3c\x3a\x21\x3c\x96\x3e\x41\xf4\xa3\x71\x2c\x54\xcb\xb3\x69\xa5\xd5\x98\x22\xc0\x3e\x41\xf4\xa3\x0d\x4f\x5e\x8e\xd8\x84\x33\x4d\xb8\x8d\xa5\x4f\x10\xfd\x00\x67\x25\x96\x3e\x9b\x20\xba\xb1\xba\x26\x88\x6e\xbc\x37\x71\xa7\x24\x81\x9e\xf4\xcd\x47\x7b\x4d\x89\xf7\x6e\x33\xfd\x1c\x88\xad\xc4\xd2\x27\x88\x7e\x68\xb7\x9c\xed\xf6\x94\xa6\xbf\x1e\x30\xae\xc4\xd2\x27\xd1\xf3\xd1\xd5\x1d\x88\x9e\x27\xd1\xf3\x81\xd8\x4a\xa2\xe7\xd9\xac\xa3\xae\xee\xd0\xac\x23\x10\xfd\xe8\xea\x0e\x58\xfa\x04\xca\x8f\x2e\xbe\xa3\x84\x9e\x94\xd0\x47\x0f\x93\x97\x8c\x36\x4b\xa6\x4b\x1c\x21\xf5\xd9\x66\x7c\x3e\xfa\xb2\xcf\x19\x84\x25\x95\xf4\xd1\x6d\x7c\x6d\xc6\xee\x49\x33\x7d\x74\x19\x00\xcd\xf4\x6c\xd6\x51\x5f\x46\x6b\x1d\x35\x01\x1a\xb6\x2b\x1b\xe7\xdf\x74\x08\xec\xb2\x49\x24\x7f\xc2\xf4\x47\x6f\xff\xa6\x94\xd9\xe2\xdf\xe3\x89\xf6\xfa\x69\xab\xb1\x2b\x7e\x40\xf8\xb3\xdb\x03\xc0\x60\xd9\xd5\x78\xfa\x6a\xc4\xa5\x22\x82\xf2\x4f\x7c\xfe\xe8\xd2\x4f\x98\x7e\x52\x5e\x1f\x5d\x29\xa3\xcf\x55\x9c\x7d\xb5\xd7\xe2\x46\xbb\x94\x01\xb4\x3f\x3a\x83\x26\xce\x9e\x7d\xb5\xd7\xe2\x5b\xb1\xfb\xd9\xad\xdb\x2e\xb9\xe8\xd6\x2d\x68\x7f\x74\x79\x04\x76\x3f\x41\xfb\x83\x56\x56\xf6\x30\x4f\xfd\xfb\xba\x4a\x08\x4c\x3f\x7b\x7a\x2b\xb3\x5f\x6b\x76\xd5\x20\x7c\xfe\xc0\x7d\x65\x9f\xa9\x46\xf6\xf4\xaa\xca\x85\x44\x5d\x3d\x4d\xc9\x72\xea\xa2\xae\xde\x98\xd4\x30\x4f\x55\xa0\x6e\x31\x83\xc1\xb2\x4b\xbd\xbb\xa8\xab\x0f\x4f\x5e\xd4\xd5\x9b\x79\x4a\x69\xfb\xdc\x0d\xb3\x4b\xbd\xbb\x94\xb6\x77\xef\x88\x2f\xe8\x16\x5e\xe7\x0b\x1c\x20\x18\x60\xb0\x74\x80\x20\xfb\x6e\x4a\x8a\x33\x44\xe4\xd3\x01\x82\x01\x06\xcb\xbe\x7b\xc5\x36\xc5\x5d\x71\xa6\xcb\x8c\xc8\xc6\x8f\xdd\x6a\x24\x1b\x9f\x4e\x07\x8c\x5d\x71\xa6\x1f\x9e\x92\xa6\x7e\x60\xb0\xec\x87\x3b\x92\x7a\xef\x56\xa3\x93\x03\xd9\x39\x9d\xdd\x6a\xa4\x25\x9f\x64\xe3\xc7\x6e\xe1\x51\x86\xcf\xce\xe9\xec\xca\x38\x9d\xd3\xe9\x9c\xce\xae\x8c\xd3\x39\x9d\xce\xe9\xec\x56\x63\x17\x32\xd2\x90\x1f\x60\xb0\x24\x1e\x9f\xfd\x36\x5c\x19\xa7\xab\x80\xf5\xe9\x7b\xc6\x6e\xe1\x39\x8d\x90\xdd\x8e\xbe\xb7\xf5\x97\xa6\x34\xd3\xb3\xb1\xdb\x03\xba\x0a\x58\xd7\xbf\x6f\x5f\xeb\xa8\xfc\x66\xb9\xcd\xb5\x8e\x04\x97\xc4\xea\xc7\xae\x8c\x43\xac\x3e\xbb\xba\xc1\xbe\xd6\x51\xb9\x4d\xee\x89\xa2\x58\x92\xae\x4f\x47\x22\xc6\x2e\xd7\x73\x24\x22\x1d\x89\x18\x3a\x2a\xa5\x23\x11\xe9\x48\xc4\xd8\x15\x0f\xfb\x30\xf9\xc7\x6d\xae\x15\x27\x2b\x74\xde\x61\xec\xa7\x0b\xf1\x44\xce\x34\xac\xa6\x59\xe9\x4c\x43\xee\x9a\x98\x7f\xa4\xb4\x0e\x10\xe4\xae\x03\xe2\xfc\xcb\xff\xef\x74\x7e\xfc\xf2\xd7\x9f\xff\xfe\x97\x5f\xff\xa3\xfe\xeb\x2f\xbf\xfe\xf7\x5f\xfe\xfe\xe3\xa7\x9f\xff\xf5\xdb\x6f\x3f\x7e\xf9\xe7\x5f\xff\xf6\xf3\x3f\x7f\xfa\xcf\xdf\xff\xf7\xa7\xbf\xfe\xf8\x9f\xbf\xfd\xf2\xe3\xb7\x1f\xff\xfb\x8f\x7f\xfd\xf6\xf3\x8f\x9f\x7e\xfd\xc7\xaf\xbf\x8f\x9a\xff\xfe\x2f\x00\x00\xff\xff\x0a\x55\x10\x23\xa2\x34\x02\x00"); +func _agac ()(*asset ,error ){_bcaf ,_dac :=_cae ();if _dac !=nil {return nil ,_dac ;};_bdae :=bindataFileInfo {_dae :"Adobe-CNS1-6",_fb :1901,_ae :_be .FileMode (436),_g :_a .Unix (1580491216,0)};_gff :=&asset {_dd :_bcaf ,_ef :_bdae };return _gff ,nil ; +};func _gefa ()([]byte ,error ){return _c (_dbfa ,"B5pc-H")};func _ebb ()(*asset ,error ){_beac ,_cad :=_fbbe ();if _cad !=nil {return nil ,_cad ;};_bad :=bindataFileInfo {_dae :"Adobe-GB1-0",_fb :1052,_ae :_be .FileMode (436),_g :_a .Unix (1580491245,0)}; +_adg :=&asset {_dd :_beac ,_ef :_bad };return _adg ,nil ;};func _fcga ()(*asset ,error ){_gcbf ,_bgfb :=_gcbb ();if _bgfb !=nil {return nil ,_bgfb ;};_ccae :=bindataFileInfo {_dae :"HKscs-B5-H",_fb :21008,_ae :_be .FileMode (436),_g :_a .Unix (1580492459,0)}; +_fdca :=&asset {_dd :_gcbf ,_ef :_ccae };return _fdca ,nil ;};func _gedd ()(*asset ,error ){_egdb ,_ecf :=_ed ();if _ecf !=nil {return nil ,_ecf ;};_gge :=bindataFileInfo {_dae :"Add-RKSJ-H",_fb :12790,_ae :_be .FileMode (436),_g :_a .Unix (1580491088,0)}; +_ead :=&asset {_dd :_egdb ,_ef :_gge };return _ead ,nil ;};func _bac ()(*asset ,error ){_daae ,_caab :=_gfce ();if _caab !=nil {return nil ,_caab ;};_efgc :=bindataFileInfo {_dae :"Ext-H",_fb :13186,_ae :_be .FileMode (436),_g :_a .Unix (1580491886,0)}; +_ddcb :=&asset {_dd :_daae ,_ef :_efgc };return _ddcb ,nil ;};func _ece ()([]byte ,error ){return _c (_cfdb ,"Adobe-Korea1-0")};var _bbg =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\x97\x4f\x8f\x23\xb7\x11\xc5\xef\xfa\x14\x3c\x3a\x07\x67\xf8\x9f\x2c\x40\x10\x60\xec\x66\x91\x71\xe0\x38\xf0\xc4\x49\x80\x20\x07\x76\x77\x71\x20\x20\x23\x09\x1a\xcd\x61\xbf\x7d\x50\xef\x69\x76\x62\x1f\x16\xdc\xf9\xf5\x63\xa9\x58\x7c\x5d\x64\x3f\x7c\x7a\xfc\xfc\x78\x3a\xde\xdc\xc3\xdf\xae\xe7\xf5\x49\x6f\x6e\x1e\x4f\xdb\x55\x5f\xcf\x6f\xd7\x55\xdd\xa2\xcf\xc7\xd3\x6e\x17\xa2\xdb\x8e\xeb\xed\xfd\x4f\x0c\xeb\xcb\xb8\xec\x76\x36\xff\xe9\xeb\xeb\x4d\x5f\x1e\x4f\xf3\xec\x12\x75\xdb\xdb\xe5\xae\x75\xee\xe1\x17\x7d\x3e\xbe\xde\xae\x5f\xdd\x77\x3f\x6c\xe7\x45\xff\xe0\x36\x9d\xc6\x7f\xbe\x6e\x7a\x3d\x9e\x9e\xdd\x77\x3f\x8e\xcb\x38\x85\x6f\x0f\x9e\xde\x2e\x97\xff\xea\x8b\x9e\x6e\x2e\x82\xe9\x69\xc3\xb8\x7b\xf8\xf4\xd3\xb8\xfc\x75\xbc\xa8\x7b\x10\xff\xf2\xfa\xfd\x2f\x7f\x79\xfa\xf1\xfb\x3f\xe3\x19\x1e\xfd\x43\xaf\xaf\xc7\xf3\xc9\x85\xf0\x47\xef\xeb\x07\xff\xfb\xd7\x8b\xba\x70\x8f\xf1\xeb\xe3\xe7\x9f\xe7\x7c\xd5\x9b\x93\xe2\xa9\xf9\xd7\xaf\x8f\x9f\xdd\xbf\x83\x0b\xde\xc5\x92\x72\xfa\xcf\x5d\xfa\xcf\x9f\xce\x9b\x3a\x8a\x76\x99\x4b\x5a\xcf\x9b\xbe\x5e\xc6\xaa\xd7\x71\x7a\xd6\x9d\x73\x7b\xef\x0f\xce\xb9\x7d\xf7\x07\xfb\xab\x87\xec\x0f\x6e\x2f\x5f\xbe\x7c\xc2\xdf\x3f\xf0\xe9\xe7\x2f\xf8\xeb\x4f\x1e\x4f\xbf\x7c\xb2\xa7\x7a\xda\x7e\x17\x6d\x17\xf8\x23\xa7\xf3\x6d\xd3\x49\x86\xf8\xfb\x30\x0f\x2e\xa6\x60\x73\xfe\xff\xe1\x2e\x78\x7f\xcf\xeb\xb8\xdd\xf5\xd1\xf4\x6d\xb3\x9f\x75\x0e\x93\xf6\x4d\x0d\xe9\x1d\x55\x43\xf7\x3c\x7b\x00\xae\x29\x19\xea\x44\x63\x35\x24\xd5\xd0\xd2\x81\x96\x79\x70\xae\x65\x4c\x5c\x89\x56\x05\x12\x43\xdb\x00\xd2\x6e\xa8\x60\xe2\x64\xac\xd9\x0c\x35\x4c\x9c\x2b\xd1\x0a\x64\x13\x63\x9e\x86\x62\xc1\xc4\xee\x0d\x55\x4c\x8c\x4d\x0c\x09\x50\x0f\x40\x32\x0e\xce\xf5\x60\xe1\xa3\x70\xe2\x0c\x86\x72\xdc\xed\x7b\xe2\x82\x12\x16\x24\xb1\x18\xe2\x82\x92\x54\x43\xbd\x1b\xe2\xc4\xb4\xd4\x83\x0b\x3e\x58\x5e\x69\x21\xda\x80\x92\x4d\xcc\x8c\x95\x2d\x97\xe0\x8b\xa5\x9a\x1b\x91\x85\x0f\x5e\xec\x17\x33\xc3\x67\x09\x07\x17\x82\x6f\x86\x18\x1e\x43\xcb\x58\x63\x1e\x54\xd9\xd0\x72\x0f\x40\x81\x28\x18\x12\xa2\x48\x14\x81\x90\xc4\x48\x44\xe9\xe0\x5a\xf1\x09\x28\x13\x65\xa8\x18\xbe\x10\x15\xa8\x90\xc4\xa8\x44\xd5\x50\xe4\xc4\x46\xd4\x0c\x05\x86\xef\x44\xdd\x50\x62\x12\x42\x24\x40\x0c\x3f\x88\x06\xb2\xf7\x40\x0b\xd1\x02\x84\x4a\x8c\x95\x68\x45\x5e\x19\x68\x23\xda\x80\x3a\x90\x12\x29\x52\xad\x40\xac\x97\x0d\xad\x78\xc4\x5a\x58\x2f\x1b\x5a\x09\x88\xb5\xb0\x5e\x36\xb4\x92\x90\xc4\xc2\x7a\xd9\xd0\x4a\xe4\x44\xd6\x6b\x41\xbd\x12\x7e\x71\x61\xbd\x6c\x68\xa5\x30\x16\xeb\xb5\xa0\x5e\x30\x40\x5e\x58\xaf\x85\xf5\x42\x5e\x0b\xeb\xb5\xb0\x5e\xa8\x04\x5f\x05\x0c\xad\x24\xc6\x62\xbd\x16\xd4\x2b\x33\x09\xd6\xcb\x86\x56\x3c\x93\x60\xbd\x6c\x68\x25\x62\x87\x16\xd6\xcb\x86\x56\x02\x7f\x91\xf5\xb2\xa1\x15\xba\x70\x61\xbd\x16\xd4\x2b\x1b\x6a\x34\x66\x2b\x50\x15\xa0\x82\x12\xb6\x8a\x7a\x75\xa0\x1a\x88\xc2\xc1\x75\x8f\x4a\xb4\x1a\x89\x50\xaf\x4e\x94\x88\x92\xa9\xb2\x07\xca\x44\xa8\x97\x10\x15\xa2\x02\x55\x04\xaa\x44\x28\x8e\x10\x75\xa2\x0e\x55\x06\x12\x22\x54\x42\x98\xd7\x42\xb4\x40\x95\x80\x56\x22\x2c\x48\x98\x97\x12\x29\x54\x0d\x88\x6b\x6c\xb6\x69\xd5\xdb\xa6\xb5\x46\x95\x0d\x3d\xc1\xe4\x8d\xef\x63\xeb\x09\x2a\xc4\xea\x5c\x90\x0d\xdd\xb3\x5e\x9d\x0b\xea\x66\xb9\x1a\x30\x51\x38\xd1\x06\xd7\x2a\x16\x24\x2c\xa1\x0d\x26\x03\x62\x09\x6d\x70\xad\x0a\x10\x4b\x28\x66\x80\x1a\xb1\x6c\x19\x44\x03\x2a\x24\x21\x5c\xb6\xd8\x6e\xb3\xfb\x76\xf6\x89\x6e\xbd\x30\x04\x34\x2b\xe1\xd6\x0a\x1a\x4c\x84\xe5\x84\x0b\x12\xa8\x22\xde\xb4\x41\xd5\x80\x2a\xe3\x75\x1f\x54\x0d\xa8\x72\xb3\x4d\x5b\xa8\x5a\xa0\x62\xed\x17\xaa\x16\xa8\x6a\xb1\xbc\x56\xaa\x56\xa8\x5a\xb7\x4a\xac\x54\xad\x50\xf5\x6c\xc6\xdc\xa8\xda\xa0\x12\x74\xf2\x8d\xaa\xcd\x54\xd1\xe3\x55\x50\xaa\xd4\x54\x31\xa0\x63\x2a\x55\x0a\x55\xc4\x2b\x3a\xa9\x9a\x50\x25\x6c\xed\xa4\x6a\x42\x95\x83\xdf\xed\x85\x87\xa4\x78\xa8\xf0\x2a\x88\xef\x44\x50\xc1\x26\x72\x3f\x68\x71\x80\xc5\x66\x06\x10\x1e\x60\x82\x13\x26\xb6\x5e\x77\x7b\x89\x54\x45\xa8\xc4\x5e\x77\x89\x54\x45\xa8\xa4\xe5\xdd\x5e\x78\x76\x08\xce\x8e\xe4\xad\xaf\x0a\xcf\x0e\x49\xa6\x4a\xc1\x3c\x21\x3c\x15\x04\x47\x40\x8a\xbd\xe1\x04\x7f\x3f\x77\x77\x2d\xfc\xfe\x24\x16\x1e\x10\x92\x11\x23\x15\x5b\x5b\x61\x8c\x82\x18\xb9\xd9\xda\x0a\x55\x05\x2a\xf4\x2d\xa9\x54\x55\xa8\x6a\xb5\xb5\x55\xaa\x2a\x54\xcd\x9a\x94\xb0\x19\x08\x5e\x81\xd4\x8b\xad\x8d\xaf\x80\x34\xa8\xc4\x9a\xa7\x74\xaa\x7a\x8b\x07\x97\xbd\x35\x75\xa1\xfb\x04\xee\xcb\xde\x5e\x73\xa1\xfb\x04\xee\xcb\xa1\xdb\x44\xba\x4f\xe0\xbe\x1c\x6d\xb3\x84\xee\x13\xb8\x2f\xa7\x66\x45\xa1\xfb\x04\xee\xcb\x19\x9b\x45\xf7\x09\xdc\x97\x4b\xb5\xf0\x74\x9f\xc0\x7d\xb9\x62\xb3\xe8\x3e\x81\xfb\x72\xcb\xb6\x6c\xba\x4f\xe0\xbe\xdc\xb1\x59\x74\x9f\xc0\x7d\x59\x92\x2d\x9b\xee\x13\xb8\x2f\x0b\x36\x8b\xee\x13\xb8\xaf\x04\x7b\x0f\x85\xee\x13\xb8\xaf\x84\x6e\xd9\xd3\x7d\x02\xf7\x95\x14\x2c\x7b\xba\x4f\xe0\xbe\x92\x6c\x3b\x70\x5a\x6f\xf3\x7e\x57\x4a\x56\x68\xa5\x21\x15\x86\x2c\xc5\x7b\x43\x9d\x08\x13\x8b\xed\x90\xd2\x90\x0a\x43\x96\x6a\x2d\x56\x69\x48\x85\x21\x4b\xb3\x1d\x52\x1a\x52\x61\xc8\xd2\x9b\x85\xa7\x21\x15\x86\x2c\x62\x3b\xa4\x34\xa4\xc2\x90\xd5\xd7\x6c\x88\x2a\x18\xb2\x06\x3b\x46\x94\x86\x54\x18\xb2\xc6\x12\x0d\x51\x05\xcb\xd5\x64\x07\xbd\xd2\x72\x0a\xcb\xd5\x6c\x7d\x5e\x69\x39\x85\xe5\x2a\xae\x16\x4a\xcb\x29\x2c\x57\x6b\xb4\xec\x69\x39\x85\xe5\x6a\xb5\x6b\x8a\xd2\x72\x0a\xcb\x55\x5c\xc5\x94\x96\x53\x58\xae\x76\xbb\xf2\x28\x2d\xa7\xdd\x54\xcd\x7b\xcb\xbe\x53\x05\xcb\x35\x5f\x2d\x7b\x5a\x4e\x61\xb9\x16\xec\x18\x51\x5a\x4e\x61\xb9\x16\xad\x5d\x2b\x2d\xa7\xb0\x5c\x4b\x76\x01\x51\x5a\x4e\x07\xef\x4a\x76\x8c\xe8\xc0\x5d\x49\x87\x5d\x8c\x7a\x34\xfb\x2a\x9d\xa3\x1b\x0f\x08\xeb\x48\x4a\xe7\xe8\x66\x37\x84\x9e\xad\x23\xe9\x86\x1b\x02\x87\x20\x92\x80\x0a\x90\x25\xd1\xb3\xf5\x07\xa5\xbf\x14\xfe\xea\xc5\xda\xa2\xd2\x5f\xaa\x6a\xaa\xea\x2d\xbc\xea\x04\x9a\x38\x04\xb1\x20\x9d\x42\x84\xdb\x2c\x0c\xa0\x73\x10\xd9\x44\xef\xcb\x6e\x3f\xb9\xc6\x39\xb2\xbc\x4f\x9c\x23\x0f\xa0\x82\xcb\x4c\x83\xaa\x64\xa2\xfc\x1e\x6b\x8e\x52\x88\xda\x47\x2c\xbb\x4b\xdf\x87\x56\x43\x07\x12\x22\x9c\x52\xd6\x62\xe7\x28\xf7\xf0\xe3\xfd\x5c\x9c\xa3\x2c\x44\xcb\xfb\xc1\x35\x47\x59\x81\x3e\x4a\x38\x59\xfb\x39\xd6\x69\xc8\x6e\x7a\x73\x6c\x44\x36\xb0\x84\x73\x6c\x01\xe8\xa3\x84\x93\x4d\x61\x2e\x2c\x21\xf2\x62\x53\x98\x68\x0a\xbd\xd8\xcd\x78\xb2\x29\xcc\x35\xdb\x0d\xa1\xf9\xfa\x9b\x16\x6b\xff\xb7\xcf\xce\x6f\x9f\x81\xeb\xdb\xf5\xaa\xa7\x1b\x3e\x3a\xf1\xa5\x67\x9f\x6a\xc7\x93\x7e\xfb\x80\xbd\x9c\x2f\x36\x0b\xff\xfe\x17\x00\x00\xff\xff\x0c\xbd\x28\xe3\xec\x0e\x00\x00"); +func _gdfbd ()([]byte ,error ){return _c (_gfegd ,"GBT-EUC-V")};func _gcbb ()([]byte ,error ){return _c (_cfga ,"HKscs-B5-H")};func _edfb ()(*asset ,error ){_bgdc ,_fbfg :=_bbbe ();if _fbfg !=nil {return nil ,_fbfg ;};_fdae :=bindataFileInfo {_dae :"UniJIS2004-UTF32-H",_fb :243210,_ae :_be .FileMode (436),_g :_a .Unix (1580492817,0)}; +_gaabe :=&asset {_dd :_bgdc ,_ef :_fdae };return _gaabe ,nil ;};var _gfda =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\x94\x51\x6b\xdb\x3c\x14\x86\xef\xf5\x2b\x74\xd9\xef\xa2\x5f\x74\x8e\x65\x4b\x02\x53\x18\x2d\x85\x50\xba\x8d\x76\x6c\xd7\x8e\x25\x07\xc3\x62\x1b\xc7\xb9\xe8\xbf\x1f\xe7\xbc\x49\x07\xbb\x08\x8e\x9f\x48\x6f\xc4\xf3\xda\x67\xf7\xb8\x7f\xda\x4f\xe3\x66\x77\xdf\xd7\xb9\x7f\x2f\x9b\x1d\xc6\x29\xaf\xe5\x3c\x5f\xd6\xbe\xd8\x43\x39\x8e\x93\x31\xc4\x36\x8f\xfd\x76\xbb\xd5\x4b\x7f\xea\x16\x63\x64\xff\xfb\xc7\x79\x2b\xa7\xfd\x34\xcc\xb6\xc2\xba\x7c\x59\xae\x6b\xad\xdd\xbd\x95\xe3\x78\xde\xd6\x0f\x7b\xf7\x25\xcf\x87\xf2\x9f\xcd\x65\x10\xfe\x6d\xcd\x65\x1d\xa7\xa3\xbd\x7b\x79\xfb\x84\xef\x97\x65\xf9\x5d\x4e\x65\xda\x6c\xad\xac\x4c\x59\xaf\x66\xf7\xf8\xda\x2d\x5f\xbb\x53\xb1\x3b\xcd\xb9\x7f\x79\xbb\xc7\x12\xfd\xe5\x67\x59\xcf\xe3\x3c\x59\xfa\xdf\x39\xfe\x8b\x7f\x7c\x2c\xc5\xd2\x35\xe1\xd7\xeb\x9c\x8b\x75\xb7\xbc\xfd\xd3\xe3\x7c\x99\x36\x4b\xcc\x15\x92\x0c\xe1\xd8\xfd\x9c\xcb\x79\xe9\xfa\xb2\x76\xd3\xb1\x18\x6b\x5b\xe7\x9c\x7b\xb0\x2d\x3f\x3f\x3f\x3f\xc8\x99\xfe\x59\x61\x7c\xbc\xee\x1c\x33\xc8\x6d\x87\x73\xc3\xf0\x60\x9d\x69\x1d\xe1\x9e\xe4\x9e\xeb\xc6\xb4\x8e\x41\x58\x48\x4d\x6c\x5a\x57\x81\x54\x42\x42\x13\x4d\xeb\x3c\x88\x17\x42\x8e\xbd\x69\x5d\x0d\x54\x2b\xe2\x28\xd9\x0d\x50\xa3\xa8\xae\x24\x3c\x00\x05\x45\x21\x49\x7a\x04\x8a\x7a\x02\xe7\x25\x3e\x01\x25\x45\x95\x93\xf8\x0e\xa8\xbb\x9e\x53\xe2\x0f\x40\x07\x45\x91\x24\xbe\x07\xea\x05\x55\x2e\x48\x7c\x06\xca\x8a\x2a\x96\xf8\x02\x54\x14\xd5\x51\xe2\x07\xa0\x41\x51\xf4\xce\xb4\x04\x53\xa4\xa6\xbc\x4b\x8d\x69\x09\xb2\x48\x65\xf9\xaa\x66\xd3\x12\x6c\x91\xda\xf2\x8d\x8b\xa6\x25\xe8\x22\xd5\xe5\x63\xe3\x4d\x4b\xf0\x45\xfe\xea\x54\xe2\xe1\x8b\xd4\x57\x5d\x05\x89\x87\x2f\x52\x5f\x75\x53\x49\x3c\x7c\x91\xfa\xaa\x63\x94\x78\xf8\x22\xf5\xd5\x90\x97\x78\xf8\x22\xf5\xd5\x78\x27\xf1\xf0\x45\xea\xab\x69\xa4\x58\x82\x2f\x52\x5f\x4d\x92\x66\x09\xbe\x48\x7d\x05\x92\x6a\x09\xbe\x48\x7d\x05\x2f\xd5\x12\x7c\x51\xb9\xf6\x2f\xf1\xf0\x45\xea\x2b\x24\xa9\x96\xaf\xcf\xa2\xfa\x8a\x24\xd5\x32\x7c\xb1\xfa\x8a\x5e\xaa\x65\xf8\x62\xf5\x15\x83\x54\xcb\xf0\xc5\xea\x2b\x26\xa9\x96\xe1\x8b\xd5\x57\x62\xa9\x96\xe1\x8b\xd5\x57\xf2\x52\x2d\xc3\x17\xab\xaf\x14\xa4\x5a\x86\x2f\x56\x5f\x29\x49\xb5\x0c\x5f\x1c\x6f\xcf\xaa\xe4\x43\x18\x27\x30\x2f\xe5\x32\x8c\x71\x07\x16\xa4\x5d\x86\x32\x56\x65\xd2\xbe\xfc\x05\x9c\x71\x0f\xc6\xd2\x2f\x43\x1a\x67\xb0\x5a\x0a\x66\x58\xe3\x02\x16\xa4\x61\x86\x36\x1e\xfa\x4e\x5e\x12\x57\xb1\xbe\xb5\xb7\xb7\x53\xbe\xcb\xfc\xfa\x9c\x29\xfd\x65\x5d\xcb\xb4\xe9\xf4\xd2\xc1\x21\xf3\x60\x9c\xca\xe7\x24\x5c\xe6\x45\x76\xe9\xe7\x4f\x00\x00\x00\xff\xff\xc3\x2d\x7b\xce\x35\x05\x00\x00"); +func _gfac ()([]byte ,error ){return _c (_cebe ,"UniJISX02132004-UTF32-H")};func _badb ()([]byte ,error ){return _c (_dbfac ,"UniKS-UCS2-H")};func _cff ()([]byte ,error ){return _c (_gde ,"Adobe-GB1-4")};func _eebf ()(*asset ,error ){_ggbcb ,_aeca :=_cagef (); +if _aeca !=nil {return nil ,_aeca ;};_deab :=bindataFileInfo {_dae :"UniJIS-UCS2-V",_fb :4167,_ae :_be .FileMode (436),_g :_a .Unix (1580492912,0)};_bffac :=&asset {_dd :_ggbcb ,_ef :_deab };return _bffac ,nil ;};var _fba =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\xd2\xc1\x8a\xdb\x30\x10\x06\xe0\xbb\x9e\x62\x8e\xdb\xc3\xd6\x23\x39\x76\x1c\x30\x81\x36\x65\x21\x2c\xdb\x96\xa4\xb4\x67\xc7\x1a\x07\x41\x23\x09\x59\x3e\xe4\xed\xcb\x68\xb2\x2e\xec\x21\x28\xfa\x32\xf3\x33\x91\x54\x1d\x8e\xdf\x8e\xde\x65\xa8\x7e\xa6\x30\x9e\x29\xc3\xe4\xbc\x4d\x34\x87\x25\x8d\x04\x17\xba\x3a\xaf\x94\x36\x60\xdd\x98\xdf\xb7\x65\x19\x6f\x43\x54\x8a\xfb\xcf\xf7\x39\xd3\xed\xe8\xa7\x00\xb5\xd4\xd9\x25\x3e\x6a\x01\xaa\x13\x5d\xdd\x9c\xd3\x1d\x9e\xbe\xd8\x70\xa1\x4f\x60\x69\x62\xff\x91\x2c\x25\xe7\xaf\xf0\xf4\x7a\x5a\xf1\xbc\xc4\xf8\x97\x6e\xe4\x33\x60\x31\xf2\xb6\xac\xaa\x3a\xbc\x0d\xf1\xfb\x70\x23\xa8\x4a\xce\xf3\xeb\xe9\x59\x4a\xca\x2f\xbf\x29\xcd\x2e\x78\xd0\x9f\x11\xcd\x7f\xfe\x75\x8f\x04\xfa\x91\xf0\xe7\x2d\x58\x7a\xe4\x96\xc9\x0f\x61\xf1\x19\x6a\x6c\x76\x62\x5a\xa6\x1e\x83\xa5\x39\x0e\x23\xa5\xc1\x5f\x49\x01\xf4\x88\x88\x7b\xe8\xf1\xeb\xcb\xcb\x9e\x47\xfa\x50\xc1\x07\x24\x9d\xce\x8a\xac\x1d\x38\x4d\x7b\x40\xd5\xa3\x96\xbd\xe6\xbd\x69\x5a\xd5\xa3\x11\x31\x2c\x8d\x36\xaa\xc7\x5a\xa4\x66\xd9\xb6\x9d\xea\x71\x23\xb2\x61\xd1\x68\x36\xaa\xc7\x46\xa8\x29\x64\x3a\xce\x6e\x85\xda\x42\x4d\xcd\xe1\x5b\xa1\x6d\xa1\xed\x8e\xd3\x3b\xa1\xae\x4c\x80\x1b\x8e\xdf\x09\xed\x0a\xd5\xc8\xf1\x83\xd0\xf0\x98\x93\xe3\x2f\x42\x97\xc9\xec\xc1\x74\xba\x2d\x27\xf0\xfe\x4f\xf9\x3b\x3f\x85\xf5\x7a\xc6\x25\x25\xf2\xb9\x3c\x84\x72\x07\x7c\xb6\xce\xd3\xfa\xa8\x62\x88\xdc\x55\x3e\xff\x02\x00\x00\xff\xff\x65\xa2\x18\x80\x80\x02\x00\x00"); +func _gdce ()([]byte ,error ){return _c (_ffdg ,"RKSJ-H")};func _cafg ()([]byte ,error ){return _c (_eac ,"KSCms-UHC-V")};func _dbbf ()(*asset ,error ){_adf ,_eff :=_aceg ();if _eff !=nil {return nil ,_eff ;};_gagd :=bindataFileInfo {_dae :"GBpc-EUC-H",_fb :2211,_ae :_be .FileMode (436),_g :_a .Unix (1580492172,0)}; +_cbeb :=&asset {_dd :_adf ,_ef :_gagd };return _cbeb ,nil ;};var _cef =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\x94\x4f\x6b\xdb\x4c\x10\x87\xef\xfb\x29\xe6\x98\xf7\x90\xd7\x33\xfb\x4f\x2b\x10\x86\x92\x10\x70\x21\x4d\x69\x9a\xb6\x50\x7a\x90\xa5\x95\x11\xd4\x2b\x21\xcb\x87\x7c\xfb\x32\x33\xb6\x0b\x3d\x18\xd9\xcf\xce\xfc\xf0\x3e\xb3\xab\xcd\xc3\xee\x71\x57\xc6\x15\x36\x9f\x97\xa9\x7b\xcd\x2b\x0c\x63\xe9\x97\x7c\x9a\xce\x4b\x97\x61\x9f\x0f\x63\x31\x86\x2c\xf4\x63\xb7\x5e\x7f\xca\xa3\x3b\xb6\xb3\x31\xdc\xff\xfa\x7e\x5a\xf3\x71\x57\x86\x09\x9c\xd6\xf5\xe7\xf9\x52\x0b\xb0\xf9\x92\x0f\xe3\x69\x5d\xde\xe1\xee\x43\x3f\xed\xf3\x7f\xd0\xe7\x81\xf9\xcb\xd2\xe7\x65\x2c\x07\xb8\xfb\xd8\xce\x6d\xa1\xdb\xc2\xeb\x79\x9e\x7f\xe7\x63\x2e\x2b\xa0\xb0\x5c\x7a\x79\x9a\xcd\xc3\x73\x3b\x7f\x6a\x8f\x19\x36\x92\x75\xaf\x9d\xf7\x5a\x26\xab\xdf\xf2\x72\x1a\xa7\x02\x84\xff\x23\xc6\xbf\xfc\xeb\xfb\x9c\x81\x2e\x31\x6f\xbb\xc7\x97\x61\x38\xe5\x15\x7c\xba\xf4\xfe\x78\xdb\x3d\xc2\x4f\x02\x42\xb0\xc1\x85\xf4\xeb\x52\xfa\xfd\x79\xea\xf3\xe5\x7f\xc8\x6e\x1f\xa6\x73\x59\x21\xd9\xe4\x95\x91\xee\xb4\x9b\xfa\x7c\x9a\xdb\x2e\x2f\x6d\x39\x64\x03\xd0\x20\x22\x6e\xa1\xb1\xf8\xf4\xb4\xe5\x2d\xfc\x53\x61\x9c\xbb\x74\x8e\xbd\x92\x6b\x07\xe2\x30\x6c\x01\x00\xd0\x34\x48\x8a\x48\x90\x0d\xd1\x34\x68\x15\x59\x41\x81\xac\x69\xd0\x29\x72\x82\xaa\x98\x4c\x83\x5e\x91\x67\x44\x68\xbd\x69\x30\x28\x0a\x82\x6c\xe2\xf8\xa8\x28\x0a\x0a\x8e\xe3\x2b\x45\x95\xa0\xaa\xe6\xf8\xa4\x28\x31\xb2\xe8\x39\xbe\x56\x54\x0b\x72\xc8\xf1\xad\xa2\x56\x50\x88\x1c\xbf\x57\xb4\x17\x94\x88\xe3\x3b\x45\x1d\x23\x87\x15\xc7\xf7\x8a\x7a\x41\xce\x72\x7c\x56\x94\x05\x85\xc4\xf1\x83\xa2\x41\x50\xf2\x68\x1a\x52\x5f\x24\xbe\x3c\xd6\xd1\x34\xa4\xbe\x48\x7c\x79\x17\xac\x69\x48\x7d\x91\xf8\xf2\x11\x93\x69\x48\x7d\x91\xf8\xf2\x29\x7a\xd3\x90\xfa\x22\xf1\x15\xc8\x72\xbc\xfa\x22\xf1\x15\x5c\xc5\xf1\xea\x8b\xc4\x57\x88\x8e\xe3\xd5\x17\x89\xaf\x90\x12\xc7\xab\x2f\x12\x5f\x91\x3c\xc7\xab\x2f\x12\x5f\xd1\x23\xc7\xab\x2f\x12\x5f\x31\xf2\x68\x49\x7d\x91\xf8\x8a\x35\x8f\x96\xd4\x17\x89\xaf\x8a\x78\xb4\xa4\xbe\x48\x7c\x55\x9e\x47\x4b\xea\x8b\xc4\x57\x15\x79\xb4\xa4\xbe\x48\x7c\x55\x35\x8f\xd6\x5e\x4f\x64\xd8\x6f\x21\x51\x6d\xe5\x58\x5e\x8f\x1f\x7f\xe7\x3b\x7d\xbb\x63\xdd\x79\x59\x72\x59\xe5\x46\xcb\x1d\xe2\x03\x3f\x96\x7c\x7b\x3b\xcc\xd3\xcc\x5d\xf2\xf9\x13\x00\x00\xff\xff\x43\x08\xad\xb1\x49\x04\x00\x00"); +func _cde ()(*asset ,error ){_dec ,_ffda :=_ebba ();if _ffda !=nil {return nil ,_ffda ;};_bbf :=bindataFileInfo {_dae :"Adobe-KR-2",_fb :1273,_ae :_be .FileMode (436),_g :_a .Unix (1580491416,0)};_bfa :=&asset {_dd :_dec ,_ef :_bbf };return _bfa ,nil ; +};func _egdf ()(*asset ,error ){_gbg ,_ddf :=_ffdb ();if _ddf !=nil {return nil ,_ddf ;};_aefb :=bindataFileInfo {_dae :"Adobe-Korea1-1",_fb :1845,_ae :_be .FileMode (436),_g :_a .Unix (1580491379,0)};_ffbc :=&asset {_dd :_gbg ,_ef :_aefb };return _ffbc ,nil ; +};func _gebb ()([]byte ,error ){return _c (_fegb ,"GBT-H")};var _aef =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x84\x9b\x5d\xab\x65\x37\x72\xfe\xef\xcf\xa7\xd8\x97\xf3\xbf\x98\xbf\x97\x5e\x4b\x82\xc3\x01\x33\x63\x13\x07\x26\x09\x71\x26\x09\x84\x5c\xac\x25\xd5\x32\x0d\xf1\xe9\xa6\xdd\xbe\xf0\xb7\x0f\xf5\x7b\xf6\x38\x99\x21\xe0\x0b\xf3\xb8\x9f\x2e\x69\x95\x4a\xa5\x7a\x91\x76\x7f\xf5\x87\xef\xfe\xf8\xdd\xfb\x87\x2f\x8f\xaf\xfe\xe9\xf3\xc7\xf5\xbd\x7f\x79\xdc\x1f\xde\xf7\x67\xff\xe9\xe3\xcf\x9f\x97\x3f\x2e\xff\xe1\xc3\xfb\xcb\x4b\xca\x8f\xfd\x61\x7d\xf9\xcb\x1f\x81\xf5\xe3\xf9\xe9\xe5\x25\xc6\x7f\xff\xcb\x4f\x5f\xfc\xc7\xef\xde\xef\x8f\x8f\x22\xb9\xfd\xf3\xa7\xa7\xec\xe3\xf1\xd5\x3f\xfb\x0f\x1f\x7e\xfa\xf2\xf9\x97\xc7\xef\xbe\xde\x1f\x2f\xff\x7f\x8f\xed\x77\xf0\xff\xf8\x79\xfb\xe7\x0f\xef\x3f\x3c\x7e\xf7\xf7\xe7\xa7\xf3\x3d\xfd\xfa\x17\xdf\xff\xfc\xe9\xd3\x7f\xf9\x8f\xfe\xfe\xe5\x71\xc0\xf9\xfb\x06\x5f\xbe\xfa\xc3\x9f\xce\x4f\xff\x70\xfe\xe8\x8f\xaf\x6c\xfc\xfe\x9b\x3f\xff\xe1\xf7\x7f\xc7\x5f\xc0\xff\xab\x7f\xfe\xe9\xc3\xc7\xf7\x47\x3a\xfe\xff\x71\xf4\xff\xe1\xff\xe5\x97\x4f\xfe\x48\xcf\x09\xfe\xfd\xcf\xdf\xfd\xf1\xf1\x1f\xe9\x91\x8e\x47\x6e\xa5\xda\x7f\x3e\xf9\x7f\xfb\xd3\xc7\xed\xcf\xcf\xbd\x14\x29\xbf\x3e\x6e\xff\xe9\xd3\xb9\xfc\xf3\xf9\xfe\x83\xbf\x3c\x1e\xaf\xc7\xf1\xf6\x78\x3c\x5e\xc7\xf1\x16\x7f\x1a\xdf\x7c\x7d\xbc\x05\xfc\xf1\x5b\xfe\xfc\x75\xfa\x3a\xbd\x3d\x5e\xbf\xfd\xe6\xdb\x6f\xde\x42\xe7\xbf\x19\xff\x92\x34\xed\xfb\xc7\x2f\xdb\x6f\x71\xcc\xf8\x9a\xee\xb7\x47\x2e\x29\xc6\xfc\xef\xbf\x7c\x49\xc7\xf1\xd4\xe4\xc3\x7e\xca\xe7\x90\x37\x97\xfc\xeb\xf0\x13\x0d\x7c\xdf\x6f\x8f\x92\xfb\xcb\xeb\x99\xce\xd0\xe1\x4c\xb7\xbf\x3d\x7a\x29\x2f\xaf\x67\x16\x93\x4f\x7f\x7b\x58\xb6\x97\xd7\xb3\x5c\x31\xea\x2c\xd7\x7c\x7b\xd8\x38\x82\x59\xc8\x94\x7d\xbe\x3d\x6c\xc2\xb8\x98\xfb\x7c\x7b\x8c\x14\x33\x57\xcd\x53\xef\xf2\xf6\x18\x35\xbf\xbc\x9e\x4d\x4c\xbb\xfb\xdb\x63\xe6\xf6\xf2\x7a\x76\x31\xfd\x1a\x6f\x8f\x74\xa4\x14\x94\xa6\xee\x1b\xaa\x84\x94\x49\xca\xe2\x6f\xd2\xd1\x66\x50\x5b\xd4\x0d\x35\xf3\xcb\xeb\x75\x20\x25\x48\x29\xa6\xbf\x8e\x33\x8b\xca\x6f\x0f\x63\x75\xd7\x71\x16\x51\x03\x29\x83\x9a\xa2\xe6\xdb\x63\xe4\xde\xa1\x4e\xa8\x8b\xb9\x4a\x0d\xea\xd2\x5c\x01\x36\x7b\x82\xd2\x5c\x01\x56\xca\x01\x55\x45\x9d\x31\xb0\x6a\xe0\x25\xea\x42\x09\x51\x0b\xca\x77\x48\x35\xb4\x77\x17\xe5\x48\xa1\xbd\xdf\x50\x77\x7e\x7b\xa4\x7c\xa0\xfd\xad\x2f\x06\x58\x2f\xa8\x7a\xeb\x8b\xf7\x85\xd4\x80\xd2\xf4\x01\xd6\x0b\x6b\xbc\xb7\x28\x0f\xa9\x14\x94\x76\xfe\x4a\xb1\xec\x94\xd3\x84\x3a\x45\x9d\x0c\x1c\x50\x68\x9f\x62\x5d\x29\x67\xa4\xae\x26\xaa\x21\x25\xaa\x8b\x0a\xab\xe6\x7a\x40\x4d\x51\xe1\x34\xfd\x49\x69\xfa\x58\x7d\xca\x18\x27\x5d\x5b\xd4\x46\x2a\x43\x61\x89\xc4\x6e\xe7\x8a\x12\x2b\x8b\x62\x1f\x6b\x81\xc2\x12\xc9\xc3\xd0\xb9\x41\xb9\x54\x75\x0c\xad\xe9\x1d\x4b\x24\x2d\x7b\x06\x25\xf7\xbe\xf2\x69\x6f\x8f\x54\x52\x81\x1a\xa2\x06\x03\x1b\xd4\x14\x15\xda\x97\x3e\xa1\x4e\x51\x18\xa7\x76\x28\xbe\x98\xe3\x38\xa5\x92\x99\xcb\x0f\xa8\x00\xeb\xd5\xa0\xf4\xc5\x3b\x0c\x5d\x0c\xea\xd6\x5c\xb7\xe6\x1a\x50\x9a\x2b\x36\x2d\x55\x76\x3b\x6b\xd3\x00\xeb\x15\x25\x6e\x17\xe5\x48\x85\x12\x45\x0b\x02\x52\x3d\x0c\x2a\x8b\xc2\x5e\xed\x80\xc2\x5e\x1c\xdc\x54\x8f\x98\xab\xc8\xaa\x40\xaf\x93\x81\xeb\x29\x15\xfb\x58\x6b\x82\x9a\xa2\xe6\xdb\xa3\x1d\xac\xb1\x2c\xb4\x2f\x5e\x91\x0a\xed\x8b\x37\x51\xf8\x44\x63\xa0\x77\x51\xb1\x43\xd5\x50\x55\x3b\x54\xb4\x43\xf8\x7d\xd1\x0e\x15\x9c\xbc\x0e\x28\x39\x79\x91\x93\xb3\xb5\x45\x4e\x5e\xee\x16\x52\x93\x05\xdd\x9a\x3e\xa0\x4d\x9c\xbc\xdc\x26\x6a\x22\xa5\x81\x52\x55\x86\x6e\x15\x4a\x4a\xc8\x84\x2c\x5b\xa1\xea\xaa\x18\xa7\x1d\xa1\x7d\x95\x71\xaa\x5c\xae\x35\xa8\x22\xaa\xbc\x3d\x9a\x94\xa8\xab\x8a\x8a\x4d\x6b\x9c\xc7\xba\xb6\x28\x36\xad\x89\x62\xd3\xea\x66\x7a\x3c\xa7\x6e\x4d\x1f\xd0\xfb\x18\x50\x9a\x1e\xab\x36\x4c\x58\x65\xd5\xfa\xb4\x2a\xaa\xca\xaa\x15\xed\x9b\x85\x12\x0a\xab\x57\x0b\xc7\x4c\x6d\x36\xa8\x4b\x94\x0c\x3d\xa0\x30\x74\xbb\xc2\x57\x3b\x9e\xd3\x16\xbe\x0a\x58\x8f\xb8\x7a\xb5\xa5\xb9\x98\xbe\x13\x1e\x15\xa3\x05\xa9\x8f\x09\x95\x45\x61\x9c\x7e\x40\x15\x51\x61\xfb\x3e\x13\xd4\x29\x0a\xdb\x77\x51\xe8\xd5\x57\x43\x8a\xb9\x56\x17\xd5\xdf\x1e\x56\xad\x42\x99\xa8\x50\xc2\xa4\xc4\xba\x45\xdd\xcc\x15\x6e\xd2\x37\xda\xf7\x70\xa0\x64\xd8\xbe\xfb\x16\x85\xed\x7b\x81\xc2\xf6\x3d\x9c\x29\x19\xc1\xbd\xcb\x99\x00\xeb\x9d\x2f\xde\x4d\x54\x98\xd0\x8c\x81\x72\x13\xc0\x7a\x6f\x50\x4b\x14\x5f\x1c\x07\x49\xfb\x2f\xa9\xf6\xff\xca\xbe\x57\xd7\x09\xee\x3a\xc1\xcf\xaf\x3f\x15\x62\x71\x38\xbc\xf2\xdb\x65\x27\x3a\x8e\x02\x55\x45\x49\x47\x83\x42\x47\x8b\x50\x9b\x6c\x40\x5d\x26\xca\x90\x1a\x50\xc4\x32\x0b\xc7\x4c\x83\x6d\xb6\xa5\x81\x0b\x2f\x22\x96\x99\x8c\x6e\xe1\xa4\x69\xe4\x03\xca\x45\x91\x80\x4c\x14\x46\x27\xd7\xa6\x41\xec\x37\xf9\x2d\x60\xdd\x12\x54\x11\xc5\x17\x49\xb2\xb6\xf5\xc5\xcd\x17\x8d\x35\x6e\x7d\x31\x2a\x86\x34\xd8\x2d\xdb\x97\xa8\xb0\x70\x1a\x9a\x0b\x0b\x9b\x87\x25\x28\x1a\x2e\x73\x59\xc2\xb1\x04\x5b\x63\x3a\x16\x76\x1f\x21\xc5\x49\xa1\x10\x78\x82\x75\xbc\xc8\x6e\xa9\x7a\x47\x2c\x1b\x5d\xd4\x14\x45\x4e\xb2\x06\x75\x8a\xc2\x12\x52\x55\x3b\x04\x58\x27\x70\x0d\xed\xd0\xb8\xd0\x8b\x10\x3e\x94\xe9\x01\xeb\x4f\x0a\xbd\xc6\x42\x2f\x22\xcb\xd0\x79\x02\xac\xdb\x80\x42\xaf\x81\x03\xcc\x14\x86\x9e\x9a\x7e\x72\x82\x27\x56\x9d\x3a\x29\x53\x27\xd8\x26\x14\xc6\x99\x38\xc0\xc4\x73\xa6\x1c\x60\xca\x01\x06\x73\xc9\x01\x26\xb1\x6c\x92\xf2\xa6\xbe\x38\x15\xcb\x30\xf4\x54\x2c\x9b\x61\xfb\x7c\x1c\x61\x89\x29\xdb\x03\x6d\x10\x76\xe7\xc6\x7d\x67\x1c\xb1\x7c\x14\x06\xfa\x93\xc2\xa3\xa5\x84\x8e\xd8\x8c\x23\x96\x0f\xd2\xc1\xd4\x11\x9b\x3a\x62\x78\xf4\xd4\x11\x9b\xb1\x1d\xf9\x20\xa0\x4e\x6d\xc7\xd4\x76\x0c\x54\xd5\x76\xcc\x30\x4e\x3e\x88\x2c\xa7\x8c\x73\x86\xcb\xe5\x83\x83\x78\xca\xe5\x00\xeb\x43\x14\x5f\x3c\x23\x3c\xe6\x14\x05\xe8\x75\xba\x89\x92\x71\x44\x61\x9c\x13\x55\x13\x5e\x78\x4a\xd5\xf3\xa9\xaa\x41\x35\x51\xa1\x44\x22\xef\x5e\x52\xe2\x3a\x99\xbe\x89\x32\x51\x9a\x7e\x40\x0d\x51\x33\xa4\x38\xee\x97\x82\xe0\xa5\x20\x38\x34\xf0\x12\x75\x21\x25\x6a\x89\xa2\x62\x23\xb5\x5c\x27\x86\xbe\x62\x3b\x73\xc2\x27\x2e\x95\x54\x97\x4a\xaa\x29\x4a\xd3\x4b\x55\x4c\xb8\xa4\xea\x8a\x20\x9a\x55\x19\xad\x35\x44\x51\xe0\x4c\x51\x53\xd4\x8c\xe4\x4f\xa6\x5f\x4a\xeb\x2b\x4e\x6a\x56\xb1\xb4\xb6\x89\x62\x8d\x4f\x4a\x73\x85\x9b\xe4\x42\xbd\xb9\xe4\x26\x6b\x73\x60\x48\x40\x6b\x13\x3a\xd6\xad\xd6\x23\xa8\x2d\xbd\x76\x58\x22\x17\x2a\xa3\x2d\x4b\x6c\x39\xf9\x14\x85\x25\x76\x1c\xa5\x5c\xc8\x5c\x5b\xc5\x25\x60\x7d\x8a\x42\xaf\x1d\x85\x44\x56\x79\xb6\x55\x48\x6c\x39\xe6\x14\x85\x63\xee\x08\x0a\xb9\xe6\xd0\x7e\x2b\x28\x6c\x6a\x0b\x23\xd3\x6f\x39\xc0\x46\xd5\x4a\x15\xef\x52\xd5\x23\xfa\x66\x19\xc7\x15\x7d\x01\x33\xca\x33\x3f\xd1\xcb\xa3\x23\xc8\x95\xb4\xee\xea\x08\x00\xb3\xa3\x42\x55\x51\x4c\x8f\x47\xfb\x75\x8b\xba\x91\x0a\xe3\xb8\x52\xb1\x6f\xbe\x48\x18\x72\x05\x51\xc0\x8c\x48\xee\x0a\xa2\xbe\x99\x8b\xed\x70\x19\x1a\x30\xa3\xfa\x73\x95\xa0\x1e\x41\x34\x37\x29\xa1\x20\x0a\x98\xb1\x69\xae\x20\xea\x2c\xbb\x51\x10\xde\x5a\xf6\x8d\xfb\x36\x7a\x90\x5b\xee\x0b\x98\x3d\xa5\xd8\xb4\x3b\xfc\x20\x37\xaa\xe5\x7b\x4f\x51\xe1\x98\x46\x48\xbb\xb7\x06\x86\x5e\xb9\xd1\xa0\xdd\xd2\x0b\x30\x8b\x66\xef\xba\x55\x1a\xdf\xce\x5c\x6c\xda\xed\x9a\xcb\x35\x97\x06\x6a\x2e\x54\xed\xa1\xfd\x52\xb3\x27\xc8\x3d\xcf\xdf\x4c\xc5\x4b\xbd\xa0\xc0\x2c\xea\xfe\xa5\x5e\x70\x1d\x8b\x49\x22\xbc\xad\x63\x49\x6a\x49\xaa\x42\x49\x2a\xec\x95\x29\x2a\xd6\x41\x11\x26\x30\x0b\xef\x5e\x07\xc1\x66\x1d\x91\x93\x32\xee\xb7\x8e\x5b\x3a\xde\x9a\xab\x43\x69\x2e\x82\x20\x26\x58\x07\x41\x70\x1d\x54\xa8\x96\x58\x1c\xa5\xc7\xa2\x59\xcb\x16\x9d\xd9\x52\xb3\xb6\x12\xf1\xc7\xa2\x0a\x5f\x89\xf8\x23\x30\x8b\x1c\xbe\x12\xf1\x47\xd0\x29\x76\x16\xed\xdd\xeb\xa2\x33\xcb\xc6\x1a\xd5\x99\x09\xcc\xb2\xa8\x13\x6a\xc5\x79\xb2\x08\xe1\x2b\x45\x4d\xfb\x04\xb3\x9c\xa1\xb6\x28\xf4\x8a\xa2\x64\x25\x4a\x04\x81\x3d\xf5\xa2\x2e\x5b\x09\x27\x35\x43\xaf\x2d\x29\x39\x69\x1c\xc4\x95\x5c\x52\xec\xbc\x0d\x54\x75\xe9\xa5\x9d\x8f\x06\x7e\xd1\xde\xbd\xae\x24\x4b\xcc\x90\x52\xff\xb6\x72\x34\x91\x79\x44\x27\xbb\x32\x4d\xa4\xc0\x2c\x23\x45\x13\xb9\xf2\x42\xaa\x42\x49\x7b\xc0\xa8\x2a\x57\x5e\x92\x22\x0b\x8e\xa8\x2a\x57\x26\x0b\x0a\xcc\xf2\x80\xd2\x40\x8f\x73\x4e\xf2\x5f\xd9\x8b\x28\xce\x79\x54\x46\x2b\x73\xc4\x56\x8e\x98\x93\x47\x44\xe2\x95\x69\xe0\x05\x66\x11\x59\x56\xbe\x59\x76\x8e\x98\x93\x87\x16\x44\xb6\x59\xf9\xc6\x99\xd8\xa1\x4c\x23\xb3\xe8\x05\xf3\x8c\x60\xb3\xd4\x0b\x0a\xcc\x8a\x28\x69\x8f\x71\x28\x24\x96\x7a\xc1\x55\x70\x93\x89\x7f\x15\xb9\x49\x91\x9b\x94\x0a\x35\x44\x0d\xa4\x06\xd4\x14\x85\x17\xc6\xd1\x5f\x85\x73\xbe\xca\x89\x12\x59\x73\x6d\x51\x8e\x94\x41\xb1\xc6\x72\x49\x8a\x81\xda\x8e\xa2\xed\x28\x13\x0a\x55\x4b\x58\x22\xcf\x8a\xaa\xb2\x04\x60\xf6\xa4\xa4\x3d\xc6\x99\x93\x2f\xca\x38\x80\x59\x15\xd5\x45\x5d\x48\x75\xa8\x25\x8a\x4d\x8b\xb2\x71\x15\xd9\x8b\x2e\xaf\x1c\x98\x50\x5d\xde\xaa\xa1\x6a\xa1\xe6\x59\x55\xaa\x56\xa9\x5a\x91\x92\xaa\x35\xd2\x67\x39\xb0\x57\x25\x7d\x0a\xcc\xaa\xa8\x29\x6a\x86\x54\x65\x2e\xd2\xa7\xc0\xec\x49\x5d\xa2\xf8\x62\xa4\xbc\xa5\xf6\x50\x60\x86\x63\xaa\x3d\x14\x94\x23\xba\xf5\x55\x75\xac\xaa\x8e\x95\x06\xea\x58\xd1\x25\x96\x23\x7a\xe7\x55\xa9\x79\x04\x23\x77\x49\x35\x51\x27\x52\xa2\xa4\x44\x40\x6d\x78\x4e\x95\x93\x57\x19\x27\x4a\xe3\xa5\x26\x52\x50\x0e\xe2\x57\x53\xc4\x6c\x8a\x98\x04\x85\xa6\x88\xd9\xc2\xbf\x4a\x8a\xf4\xb9\x9a\xfc\xab\xc9\xbf\xaa\x06\x0e\x51\x1b\xa9\x0e\xe5\xa2\xf0\x1c\xd6\xd8\xe4\x39\x2d\x32\x7d\x49\x04\xe4\x46\xa6\x17\x98\x35\xa6\xbf\x34\x7d\xec\x4a\x49\x59\xd4\x73\x20\xc6\xc1\x12\xea\x64\x57\x63\xd3\x12\x27\xad\x69\xd3\x9a\x36\xad\x31\xbd\x36\xad\xc5\x0e\x95\x84\x63\x36\xed\x10\x60\xd6\xb0\x84\x02\x5f\x0b\x7b\x97\x84\x33\xb5\x2d\xe3\xd0\xf5\x58\xd4\xae\xab\x6d\x59\x62\x63\x09\x2d\x7b\x4b\xd5\x80\x36\x9e\x52\x52\x22\xe2\x44\x49\x9a\x5e\x71\xa2\x29\x15\xb3\x43\x8d\x54\xbc\x9a\x63\xaf\x2e\x4a\xf6\x0a\x68\xf9\x60\x41\x8a\x26\x2d\xd2\x49\x49\x84\xa1\xa6\x74\x02\xb4\xaa\x65\xdf\x9a\xfe\xc6\x12\x03\xed\x6f\x29\x71\xcb\x12\xec\xa3\x92\x0e\x6d\x7e\x49\x51\xf4\x2e\xb5\xf9\xab\x5f\x28\x11\x35\xe2\xea\x3a\x0a\x80\x59\x14\xbd\xab\xcb\xf6\x5c\xd2\x96\x4c\xbc\xef\x4a\x99\x5d\x29\xb3\xff\x76\x57\xbc\xba\x32\x6a\xc7\x95\x33\x91\xb8\xcb\x95\xbb\x8a\x9d\x9e\xa0\xba\xa8\xd8\xad\xcc\x49\xe9\x72\xe5\xae\xe0\x4c\x2a\xee\x0a\xce\x3d\xd2\x49\xa1\xda\x5d\xdd\xb5\x92\x00\xb3\x68\x18\x56\x77\xe9\x18\x86\x2e\x19\x13\x74\xe5\xf0\x4e\x77\xa0\x5c\xd9\xe9\x0e\x56\x8f\x04\x54\x32\xc7\xa2\x2b\x01\x01\x66\x5d\x03\xa5\xc4\xcd\x5c\xec\x56\x57\x48\x02\xfa\x90\xed\x14\xc2\x69\xf3\x4b\x8e\xfe\x6d\xa9\xcd\x5f\x16\xa7\xa3\x64\x8c\x6e\x0a\xbb\x80\x59\x97\x14\x5f\xa4\x8f\x2f\x99\xf0\x66\x4a\xd8\xa6\x84\x4d\x46\x35\x25\x6c\xba\xea\x52\xa2\x4a\x5a\x26\xf7\x03\xcc\xa2\x61\x58\x26\xf7\x33\x47\x0a\x57\x36\xd5\x29\xa6\x65\x9b\xa8\xa7\x54\x54\x0d\x8d\xa8\x6e\x4a\xc5\xa6\x54\x1c\x4d\xf7\x32\x59\xc2\xa2\xcc\x2e\xa5\xa3\x04\xbd\xa0\xc0\x2c\x9a\xee\x65\xf2\x5b\x7a\xe7\x52\x30\xa1\x7a\xe7\x35\x22\x74\x94\x12\xdd\xe7\x1a\xdc\x6e\x08\xcc\xa2\x0f\x5f\x83\xfa\x7a\x0d\x62\x46\x19\xa2\x5c\x14\xee\x17\x7d\xf8\x1a\x8a\x19\x40\x29\x13\x29\x1e\x27\x04\x66\x1c\x8b\x71\xe9\x8b\xf8\x57\x99\x50\xf2\x2f\xc0\x2c\xfa\xf0\x35\x14\x2a\x47\xb8\x49\xa9\xc4\xc5\x21\x37\x01\xcc\xd8\xb4\xa1\x4c\x3f\xe2\x58\x95\x4a\x24\x1e\xca\x49\x43\x39\x29\x9a\xee\x35\xe4\x00\xf4\xf4\xa5\xe2\x4c\xea\xe9\x05\xa5\xb2\xc6\xa9\x80\x3a\x4f\xaa\x06\x2c\x31\x65\x89\x79\x32\x10\xbd\xa6\xd6\x08\x18\xb7\x41\x6b\x6a\x8d\x40\x4b\xe8\x35\xb5\x46\xa0\x54\x72\xe5\xbc\x34\x3d\x2f\x14\x46\x05\x32\xe9\x47\xd6\xbc\xd0\x7e\x6a\xae\x26\x4a\xda\xa3\x97\xc2\xee\x8c\xb3\x5d\x2a\x2e\x37\x15\x50\x01\x53\x79\xc6\x8d\x42\x40\xec\x50\x8b\x4e\x63\x4d\x65\x2e\xc0\xb8\x92\x5a\x53\x99\x6b\x12\x3d\x1b\xf1\x7a\x2a\x7a\x02\x66\x83\x35\x6e\xa9\x8a\xbd\x1a\x05\xa1\xda\xfc\x75\x46\x18\x29\x8d\xa3\x70\x2a\x4e\x00\x66\x43\x54\x15\x15\x5e\xd8\x0f\x06\x2a\xa3\x9e\xca\xa8\xd1\x3b\xaf\x53\x7a\x9d\xd1\x8f\x94\x4e\x15\x7f\xd2\x8f\x08\xcc\xb0\xd7\xa9\x68\x72\x46\x5c\x2c\xdc\x75\xae\x53\x71\x11\x30\x8b\xae\x65\x9d\xb7\x06\xa2\x2a\x57\xa9\x4b\x97\x01\x82\xa2\x8e\xe0\xd2\xd6\x5e\xca\x95\x53\x54\x11\xc5\xf4\x84\xa1\x4b\xc7\xfd\xd2\x71\x8f\xfe\x6d\xe9\x7e\x60\x5d\xe4\x24\xae\xca\xd6\xa5\x9c\x74\x29\x27\xe1\xe4\x97\x72\xd2\x45\x64\xa2\x17\x5c\x97\xce\x23\x60\xf2\xaf\x4b\x91\xe9\x8a\x44\x51\x54\x9e\x5d\xaa\xb2\x2e\x55\x59\x6c\xed\xa5\x2a\xeb\x22\x43\xa8\xe6\xb9\x94\x21\x00\x9b\x78\xf4\x25\x4b\x00\x35\x3d\xa5\xf4\x45\x2c\xa1\xbc\xab\xbb\x86\xb5\xd8\x0e\x25\xb3\xa5\xed\x58\xcf\xed\x10\xc5\x76\x70\x73\x50\xc6\xc1\x40\x3a\x46\x81\x59\xf4\xf4\x6b\x69\x87\xb8\x45\x28\x83\x4d\xd3\x2d\x82\xc0\x8c\xa2\x64\xa9\x6f\x58\x9c\x5a\x6e\x2e\xd7\xd2\xa9\x05\x6c\x1c\xa2\xb0\xfd\x62\x6b\x07\x69\x6a\x69\x41\x40\xaf\x4d\x94\xbe\x48\xeb\x35\xa8\x66\x96\x5a\x2f\xa0\x0c\x8e\xfb\x52\x71\x09\xd8\x53\x7b\x15\x97\x40\x19\x24\xff\xa5\x62\x1c\xb0\x41\xbd\xa9\x0b\x8f\xb5\x39\xa2\x5c\x53\xae\xad\x23\x0a\xd8\xc0\x7d\xb7\x8e\xe8\x8e\x73\x53\x06\x7e\xbf\x55\xea\x01\x36\x28\x54\xb7\xce\xd0\x26\xa4\x8d\x29\xa9\x2a\xaa\x22\xd5\xa1\x9a\xa8\x70\x93\xe8\x1b\x7e\x33\x15\x6f\x19\x1d\x30\x1e\x69\xd6\xd6\xb1\xd8\x91\x0e\xca\x3c\xf8\x94\xd2\x01\x60\x83\xa3\xbf\xe5\x7e\xdc\x9a\x94\xc9\x09\xd6\xad\xc9\x72\x5c\x79\x52\x00\xbb\x5c\x19\xb0\x41\xe7\xee\x72\x65\xbf\xd1\x91\x68\xe0\xda\x07\xbf\x25\x35\xa1\x9e\x52\xfe\xf6\xa8\x47\x09\xbd\x74\x3b\x21\xb0\x41\x6f\x73\xeb\xd4\xdd\x11\x17\xeb\x41\x0f\x71\x2b\x2e\x02\x36\x48\x8c\xf7\xf5\x94\x6a\x21\xd5\x98\x4b\x11\x0f\xe8\x07\x0b\xba\x55\x68\xde\x91\x77\xeb\x41\x05\x72\x2b\xef\xde\x7a\xf7\xa6\x42\xbd\x95\x77\xef\xd8\x87\x4a\xe5\xbc\x75\x15\xb1\x8f\xcd\xf4\x11\x7f\xf6\x41\xe9\x22\x28\xd4\xb1\xfb\x20\x3b\x6f\x7a\xfa\xca\xc3\xf0\x56\x4f\xbf\x79\x0e\xad\xdc\xdd\x6d\x3d\x87\x0a\x8c\x33\xb0\xf5\x1c\xba\xd3\xea\x6f\x8f\x9a\x43\x89\x9d\x78\x1f\x11\xd8\x48\x0d\x6a\x88\x3a\x43\x2a\x4b\xea\x12\x85\x55\x53\x87\x5a\xa2\x16\x52\x06\xa5\x2f\x2e\x7d\x51\x94\xbe\x88\xaa\x3c\xf9\x6e\x35\xdd\x3b\x8b\x8a\x34\xb5\xd5\x6a\x6e\xfa\xbf\x5a\x22\x70\x6d\xfd\x4e\x40\x60\x23\x21\x75\x49\x2a\x4c\x58\xcb\x10\x75\x8a\xe2\xd4\xa5\x09\x85\xaa\x25\x6a\xb9\x5a\x26\x52\xdb\x45\x71\x9e\x22\x8f\xec\x42\x34\xd8\x3c\x28\xd6\x1a\x9d\xd9\xd6\x83\xa2\xc0\x46\x46\x09\xee\x01\x37\x8d\x5f\x25\x61\x6f\x35\x7e\x9b\x87\xbb\x4a\x76\xde\x7a\xb8\x13\x18\x01\x62\x57\x9e\x49\x76\x8d\xd0\x51\x5b\x9c\xf3\xcd\x5b\xdc\x13\xca\xd1\x91\x72\x49\x31\x7d\x43\x09\xb5\x4e\xbb\xb1\x8f\x2d\x2a\xa3\xdd\xb4\x8f\x4d\xfb\x98\x91\xd2\x3e\xb6\x88\x52\xb5\x45\x32\xdb\xb4\x05\x4f\xb0\x11\xbd\xf3\x56\x77\xb0\x29\xcc\x2b\x39\x69\xab\x30\x17\x54\x9e\x30\xb7\xde\xdf\x04\x36\x72\x87\x62\xae\xae\x81\xe1\xe4\x5b\xf5\xe6\xa6\x16\xab\xf4\x6f\x5b\xb5\xd8\xa6\x16\xab\xbc\xaf\x6c\xd5\x62\x02\x1b\x59\x52\xac\x91\x6a\xa6\x72\x79\xb2\x55\xcd\xec\x19\x5b\x50\x67\x81\x22\x12\x0b\x8c\xd7\xa1\x3d\x5d\x52\xb1\x1d\xed\x88\x48\xbc\xa7\xb6\x03\xb0\x51\x44\x61\x9c\x19\x09\xa8\x1d\x71\x44\x37\xaf\x02\x4f\x48\xda\x34\x3d\x0e\x6c\x4a\x84\x76\x60\x42\x95\x08\xfb\x8c\x23\xda\x0e\xe6\x3a\x39\xa2\x02\x1b\x25\x41\xe1\x5f\x94\x08\x8d\x87\x86\xad\x12\x41\x60\xa3\x64\x28\xb6\xe3\xd4\xf4\x91\x3e\xb7\xd2\xfa\xbe\xc2\x27\x5a\xe2\x8b\x97\x7c\x02\x30\xde\xb6\xf6\xc5\xd3\xd9\xbe\x78\x0f\x4f\x11\x27\x36\xc9\xfb\x09\x36\x8a\x06\xe2\x98\x17\xbd\x20\x2f\x01\xfb\xa2\x18\x17\x14\x9e\x8f\xf7\x45\x16\xdc\xe4\xf0\x96\x06\x94\x3c\xfa\x92\x47\x17\xf4\x92\x09\x81\x96\x22\xf6\xef\x4b\x26\xbc\xd4\x31\x1a\xd3\x53\x79\xef\x8b\x5e\x30\x1f\xe8\x45\x2f\x28\x30\xde\xdc\xf6\x75\x6b\x41\xb7\xfa\xca\xd8\x6d\xe5\xf0\xbd\x44\x71\x6a\x95\xb9\x36\xc1\xbd\xd1\x5d\x6c\x05\xf7\xed\xd8\x9e\x1f\x1e\x6c\x97\xed\x81\xc2\xfb\xdd\x76\xd9\xde\x23\x99\xb5\xca\x76\x38\xc9\x4c\x60\x23\x8a\x92\xed\x5b\x73\x85\x5e\xad\xe2\xd1\x2e\xbd\x80\xc4\xd5\xf3\x76\x6a\xea\x4d\x0a\x68\x54\xb8\x5b\x29\x60\x73\x11\xdc\x5a\xf8\x97\x2b\xfa\xfa\x11\x2e\xdb\x5a\x94\x54\x7e\x70\x2f\x2f\xb0\x11\x6d\xbe\x1f\x5c\x52\xf8\x11\xd1\xa4\x75\x0d\x24\x9a\x08\x6c\x54\x28\x3c\xda\x8f\x50\xa2\xf1\xdc\xee\xc7\xad\xb9\x6e\xbd\x4e\x8b\xd2\x5c\x28\xc1\x9b\x9b\x2b\x92\x3b\xbf\x9b\x69\x3c\x05\xb9\x7e\x37\x23\xb0\x51\xd3\x6f\xa6\x62\x4f\xbc\x7c\x78\x8a\x80\xda\xb8\x41\xf6\x44\x40\xf5\xa4\x64\x16\xc7\xd5\x13\xc9\xcc\x09\xce\x8d\xb7\x03\x57\x70\x76\x7e\x98\xd2\x78\x51\x76\xfd\x30\x45\x60\x23\xb2\x8d\x67\x4d\x9f\xa3\xf1\x6b\x54\xa8\x9e\x69\xfc\x04\x99\xf3\xe4\x99\x4c\x2f\x68\xa3\x31\x90\x4c\x2f\x28\xa9\x69\xa0\xa6\xe7\x76\x62\x44\xb0\x71\xdd\x75\x0a\x6c\x54\xf4\xa2\xf6\x74\x92\x46\x1b\x71\x52\x5c\x49\xc3\xf5\x63\x92\x11\x7e\xeb\xfa\x31\x89\xc0\x08\x36\x5e\x38\x3c\x5e\x22\xc9\x36\xee\x27\xbd\x50\xec\x08\x8c\xba\xcc\x0b\xc5\x8e\x93\x34\xda\xcc\x92\x72\x51\xfa\x69\x47\x86\x42\x2f\xd2\x41\x9b\x25\xa4\x94\x0e\xbc\xe2\xca\x33\xda\x69\xaf\xb8\xb2\xc0\x46\x45\x0a\x57\x76\xb2\x42\x9b\x51\x85\x7b\xe5\xe8\x0b\x2a\x8f\x93\xce\x35\xe1\xab\x93\x34\xfa\x71\x30\x90\x10\x2e\x30\x8a\x43\x57\xd2\xf0\x1a\xc7\xb5\x1f\x52\x82\xe3\x2a\xb0\xd1\x98\x4b\x26\x24\xb5\x74\xde\x51\x5d\xa9\xc5\x5b\xa8\xda\x29\x37\xbc\x49\xd5\x26\x55\xa3\xb6\xf0\x26\x55\x81\x7e\x44\x6a\xf1\x46\x46\x15\xd8\x88\x5a\xdd\xc9\x4f\xaf\xde\x62\x41\xfd\x98\x0c\xd4\x82\x00\xe3\xc9\xd7\x9b\x16\x44\x02\xea\x29\xb2\xa0\x2b\x01\x39\x3f\xda\xe8\x29\x3a\x20\xd7\x8f\x36\x04\x26\x37\xd1\x8f\x36\xbc\x6b\x60\x74\x1a\xae\x04\xe4\xbc\xe6\xf7\x8c\x12\x7a\xcd\x17\x18\x77\x64\xae\xd7\x7c\xd7\xf5\x43\x89\x8a\xde\x75\xfd\x20\x30\xf9\x97\xae\x1f\x9c\x07\xfe\x5e\x32\x03\x79\xcb\x13\xd8\xe0\xb8\x1a\x17\x62\x6e\xcf\x5f\x33\x86\x5e\x4a\x79\xce\xd3\x7d\x2f\xf8\x97\x9e\xee\x05\x36\x58\x90\x9e\xee\x7d\x60\xc2\xd2\x25\x75\x89\x92\x09\x27\x14\x26\x1c\x37\x73\x59\xd8\x8b\x8b\x81\x27\xd8\xc0\x27\x74\x3f\xe0\xa4\xcf\xce\xad\x9c\x2b\x7d\x0a\x7a\xad\xa2\xb2\xa8\xcc\x6b\x6b\x81\x2a\xa2\x36\x52\x19\xca\x45\xd1\x14\x71\xac\x74\x3f\xe0\x73\xab\x91\x89\x35\x4e\xaa\x78\x41\x7a\x4e\x4f\x15\xef\x53\x4a\x44\x49\xe5\x4a\x9f\x7e\xc6\x57\x3a\xa5\x8b\x9f\x24\x7f\x41\xe1\xb5\xd5\x4f\x92\xbf\x9f\x11\x3d\x7b\x2b\xa2\x4c\x14\xf5\x66\xcf\x50\x84\x8e\x33\x0c\xd2\x5b\x0d\x67\x3a\xa9\x79\x04\x36\xa2\x58\xf2\x93\x9a\xc7\xcf\x70\xf2\xde\x44\xc9\xc9\x4f\xc5\x09\x3c\xfa\x54\x9c\x20\x15\xf7\x1e\x15\xae\x2b\x15\xfb\x15\x81\xaf\x77\xce\xf6\xa5\xc0\x77\xa9\x75\x8a\x76\xda\x2f\x5a\x27\xbf\x76\x28\xc1\x2f\xf2\xfc\xe2\x3a\x50\x90\x1a\xc7\xea\x52\x50\xb8\xc2\xcd\x3a\x2f\xf0\x7e\x71\xf7\x27\xb0\xc1\x6e\x5f\xdc\x8b\x39\xf9\xb1\xf3\xc8\xec\x97\x62\x3f\x60\xa3\x1b\xd4\x53\x2a\x54\xe5\x79\xd0\x95\x3e\x9d\x16\xb8\xf3\x4e\xe6\x6a\x81\x05\x99\x77\x1f\x57\x0b\xec\xcb\xf5\x32\x17\x73\x2d\x39\xf9\x92\x93\xf7\x01\xc5\x3e\x2e\xfc\x8b\xce\xdf\x97\xfc\x6b\x3d\xfd\x6b\x42\x35\x51\xa1\x04\x8d\x9f\x2b\x61\xfb\x8e\x2f\x76\x6a\x7d\xdf\xfa\x22\x60\x83\x28\x47\x8f\xf9\xea\xbc\x9a\x77\xed\xa3\x5e\xcd\x05\x36\x2c\x41\x6d\x51\xcc\x35\x25\xa5\xb9\x14\xac\x4c\x94\xe6\x92\x12\xe4\x5d\x95\x08\xee\xbc\x3e\xf2\x1e\xe5\xce\x85\x87\xc0\x06\x07\xc6\xb9\xf0\x70\xc7\x73\x66\x94\xff\xee\xf2\x1c\x97\xe7\x18\x73\xc9\x73\x78\xf0\xee\x93\x1c\xee\x74\x50\x02\x1b\x51\xb1\xb9\x53\x52\x39\x25\x42\x9f\xf8\x84\x4a\x04\xa7\x44\xb0\x23\x3a\xec\x5b\x25\xc2\x7d\x50\xeb\x1f\x73\xfc\x75\x2a\xce\xed\x6f\x33\xf1\x7d\x50\xf5\x09\x6c\x44\xb7\x73\x1f\x04\xbc\xfb\xa0\x8a\x49\x51\x9f\xdc\xc7\xd6\xb4\x5c\x6b\x0d\x9b\x50\x59\x54\x78\x4c\x8a\x2c\x75\xab\xef\x13\xd8\x88\x6a\xe1\x3e\xd0\xfa\xd6\x8f\x78\x49\xa8\xb7\x7e\xc4\x2b\x48\x51\x2d\xc4\xff\x4b\x09\x6e\x19\xc7\x10\x25\x25\x58\x5b\x1a\x31\x50\x95\xc7\x9d\x44\xc5\x66\xdd\x2a\x07\x6e\xf2\xbd\xe5\xd1\xa1\xb6\x28\x0c\x3c\x24\xe5\x50\x44\xb7\x1c\xd5\xc6\xcd\x93\xea\x13\x6c\x30\xbd\x5e\x56\x6f\x9e\x51\xad\x84\xbf\xdf\x7a\x46\x15\x24\x2e\x86\x6e\x3d\xa3\x0a\x8c\xa7\xcf\x3b\xe3\x6a\x77\xbe\xf5\xd3\x68\xbe\xa8\x35\x02\xa9\x44\x47\x77\xeb\xe9\xf3\xa6\x42\xb0\x12\x3e\x7a\xab\x42\xb8\x0b\x86\x2e\xd8\xab\xec\x27\x85\xa1\x47\x83\xc2\xd0\x7a\xf0\xab\xd1\x7b\xdc\x7a\xf0\x13\xd8\x60\xd9\x24\xfd\x27\x58\xb5\xbf\xbe\x0e\x89\xff\xff\xf1\xfc\xf4\xf2\xeb\x3f\x11\x58\x3f\x7f\xfe\xec\xef\x5f\xf8\x07\x09\xfc\x43\x80\xc7\xf6\xfb\xc3\xbb\xff\xfa\x8f\x1b\x3e\x7d\xfc\x14\xa3\xf8\xef\xbf\x03\x00\x00\xff\xff\xd2\xfa\x91\xdf\x08\x31\x00\x00"); +func _baf ()(*asset ,error ){_dab ,_aab :=_cgge ();if _aab !=nil {return nil ,_aab ;};_aga :=bindataFileInfo {_dae :"90ms-RKSJ-H",_fb :3820,_ae :_be .FileMode (436),_g :_a .Unix (1580491019,0)};_ca :=&asset {_dd :_dab ,_ef :_aga };return _ca ,nil ;};func _eecf ()(*asset ,error ){_cafe ,_dge :=_acd (); +if _dge !=nil {return nil ,_dge ;};_ddb :=bindataFileInfo {_dae :"Adobe-GB1-5",_fb :2811,_ae :_be .FileMode (436),_g :_a .Unix (1580491284,0)};_dee :=&asset {_dd :_cafe ,_ef :_ddb };return _dee ,nil ;};var _gbd =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x44\xd4\xcf\x6e\xe3\x46\x0c\x06\xf0\xbb\x9e\x62\x8e\xdb\xc3\xd6\x9a\x19\xcd\x3f\x60\x61\x60\x11\x1f\xea\x2d\xd2\x14\x71\x93\x16\x28\x7a\x90\x25\xca\x10\x50\xcb\x82\x2c\x1f\xf2\xf6\x05\xbf\xcf\x75\x0e\x01\x93\x9f\x86\x14\x49\x05\xb3\x79\xda\xef\xf6\xd3\xb8\x9a\xcd\xef\xcb\xa5\x3b\xc8\x6a\x86\x71\xea\x17\xb9\x5e\x6e\x4b\x27\xe6\x28\xa7\x71\xaa\x2a\xeb\x4c\x3f\x76\xeb\xff\x7f\x22\x74\xe7\x76\xae\xaa\xcd\xf7\xbe\xff\xfa\xfa\xeb\xe1\xc7\xd7\x5f\xcc\xed\x2a\x77\x7c\xda\xef\x0e\x1f\xd7\x55\xce\xfb\x69\xb8\x18\xcf\xe4\xfe\x36\xdf\x0b\x18\xb3\x79\x95\xd3\x78\x5d\x97\x0f\xf3\xe5\x7b\x7f\x39\xca\x4f\xa6\x97\x41\xfd\x65\xe9\x65\x19\xa7\x93\xf9\xf2\xa3\x9d\xdb\xc9\x3e\x1e\x1c\x6e\xf3\xfc\xaf\x9c\x65\x5a\x8d\x85\xc9\xd4\x23\x56\x9b\xa7\xe7\x76\xfe\xad\x3d\x8b\xf9\x6c\xe6\x1d\x8f\xf0\xe4\x5d\x96\xeb\x78\x99\x8c\xad\x7f\xae\xeb\xf8\xe9\x7f\x7c\xcc\x72\x2f\x55\x6d\xde\xf6\xbb\x97\x61\xb8\xca\x6a\x52\xae\x79\xe6\xaf\xb7\xfd\xce\xfc\x6d\x8d\xad\x8d\x0b\xde\xa5\x7f\xee\x47\xff\x7c\xbe\xf4\x8f\xc4\x90\x38\x52\x37\xf6\x4b\x3b\x9d\xa4\xfa\x96\x6d\x63\xb7\x46\x83\xdb\x9a\x94\x73\x02\x79\x92\xdf\x9a\xec\x62\x06\x35\xa4\x46\x29\x35\x4a\xa1\x06\x05\x8b\xc4\x02\x3a\x92\x7a\xa5\x62\x95\x22\x4f\xc5\x06\x84\xc4\x18\x48\x41\x6b\x65\x07\x8a\xa4\x88\xf2\x01\x94\x48\x09\xa7\x6a\x50\x26\x65\x9c\x42\xab\xb1\x80\x52\x8b\xf2\xda\x84\x2b\x83\x12\x42\x2a\x56\xbb\x77\x2d\x66\x44\x48\xc5\xe2\x54\xeb\x49\x5e\xc9\xd5\xa0\x40\x0a\x20\x0b\x4a\xa4\x04\xd2\x56\x5d\xc7\x5a\x1d\x6a\x39\xaf\x24\x24\x21\x35\x20\x96\x17\x96\x0f\x20\x96\x17\x96\x8f\xa0\x8e\xd4\x81\x74\x20\x37\x30\x71\xc0\xa2\xa3\xd6\xf2\x0d\x56\x88\x90\x8a\xcb\x20\x47\x72\xa0\x02\x6a\x48\xba\xe8\xe2\x6b\x50\x24\x45\x90\x05\x65\x52\x06\xe9\x40\x3e\xb2\x56\x44\x2d\xaf\x03\xf9\x8c\x26\x10\x52\xf1\x68\x22\x07\x12\xba\xf7\x01\x94\x48\x58\x8e\x8f\x20\x21\x09\x48\x07\xf2\x85\x89\x85\x4d\xe4\xea\x9b\x74\x49\x9b\x60\x48\xa5\xf1\xa0\x42\x2a\xa0\x1a\xd4\x92\xda\xad\xc9\x5e\x67\x94\x2e\x1d\x49\x47\x9c\xb2\xa0\x8e\xd4\xe9\x29\xcf\xc4\x9e\x24\x20\x24\xe6\x1a\x94\xb1\xc2\x26\x80\x2c\xc9\xe2\x14\xfa\xca\x8e\x84\x4d\x34\x09\xe4\x49\xd8\x44\xc0\x1b\x73\x43\xd2\x2f\xe4\x1b\x26\x06\x12\x96\x13\x30\x50\x8e\x24\x8c\x1d\xd0\x17\xf6\xc5\xa0\xdf\x09\xc4\x4d\x68\xc8\xfe\xfe\x46\x6e\x22\x63\x13\x81\xa7\xb8\x89\x8c\x4d\x70\x5f\x99\x9b\xc8\x18\xbb\xe1\x8c\x1c\x5b\x43\xf6\x81\x7d\x09\x09\x9b\x08\x2c\x3f\x90\x06\x10\x6a\x15\x2e\x47\x43\xf6\x21\x82\x38\x90\x86\xec\xf5\x3f\x5a\x86\x82\xe5\x20\x64\xef\xbd\x5e\x68\x8f\x6b\x44\x7f\xd7\xab\xf4\x71\xb5\x75\xb7\x65\x91\x69\xc5\x45\x8a\xeb\x4b\xef\x9f\x71\x92\xc7\x4d\x3d\x5f\x66\xcd\xc2\xcf\x7f\x01\x00\x00\xff\xff\x7e\x3d\x1d\x6d\xd5\x05\x00\x00"); +func _bcdc ()(*asset ,error ){_dcf ,_fcfa :=_eefdb ();if _fcfa !=nil {return nil ,_fcfa ;};_cfcb :=bindataFileInfo {_dae :"HKgccs-B5-H",_fb :11477,_ae :_be .FileMode (436),_g :_a .Unix (1580492364,0)};_dda :=&asset {_dd :_dcf ,_ef :_cfcb };return _dda ,nil ; +};func _cadce ()([]byte ,error ){return _c (_feebg ,"GBK2K-V")};func _bd ()(*asset ,error ){_gb ,_fge :=_efg ();if _fge !=nil {return nil ,_fge ;};_dc :=bindataFileInfo {_dae :"78-EUC-H",_fb :12552,_ae :_be .FileMode (436),_g :_a .Unix (1580490820,0)}; +_ea :=&asset {_dd :_gb ,_ef :_dc };return _ea ,nil ;};func _gfe ()([]byte ,error ){return _c (_befg ,"Adobe-Japan1-4")};var _fbgg =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x64\x96\x5d\x6b\x1c\x37\x1b\x86\xcf\xf5\x2b\x74\x98\xf7\xe0\xad\xf5\x2d\x0d\x0c\x0b\x26\x76\xa8\x0b\x69\x4a\xd3\xb4\x85\xd2\x83\xd1\x97\x59\xa8\x67\x97\xf5\xfa\x20\xff\xbe\x3c\xf7\xed\xa4\x9f\x50\x14\x5f\x2b\xdd\xf3\xec\xb5\x7a\xa4\xb9\x79\xfb\x70\xf7\xb0\x1f\xaf\xfa\xe6\x87\xcb\xa9\x7d\x1c\x57\x3d\x8f\x7b\xbf\x8c\xe7\xd3\xcb\xa5\x0d\x5d\xc7\xe3\x71\x57\xca\x3a\xdd\x8f\xed\xfa\xe5\x4f\x0c\xed\x69\x3b\x2b\x25\xeb\x3f\x7e\x7e\xbe\x8e\xa7\x87\x7d\x9e\xb4\xe7\xbc\xfe\x72\x7e\x9d\xab\xf5\xcd\x8f\xe3\xf1\xf8\x7c\xbd\x7c\xd6\x6f\x6e\xfb\xa9\x8e\xff\xe9\x3e\xa6\xf0\x0f\x97\x3e\x2e\xc7\xfd\x51\xbf\xf9\x6e\x3b\x6f\xbb\xfd\xfa\xc1\xc7\x97\xf3\xf9\x8f\xf1\x34\xf6\xab\xb6\x60\x63\xef\x18\xd5\xcd\xdb\xf7\xdb\xf9\xfb\xed\x69\xe8\x9b\xfb\x4f\x6f\xff\xff\x2d\x28\xe0\xcf\xe3\xf2\x7c\x3c\xed\xda\x9a\x6f\x8c\x49\x7f\xf1\x9f\x3e\x9f\xc7\x6b\x8a\xba\xf9\xf4\x70\xf7\x61\xce\xe7\x71\xd5\xa9\x18\xce\xf9\xf5\xd3\xc3\x9d\xfe\xcd\x6a\x6b\xb4\x8b\xde\x2d\xbf\xbf\x4e\xfd\xe5\xfd\xa9\x0f\xcd\x49\xca\xf3\xcb\xb4\x53\x1f\xcf\xe7\xad\x8d\xcb\xb6\x3f\x0e\xa5\xf5\x6a\xcc\x41\xcb\x7f\x6b\x31\x07\xf9\xbb\xdc\xdf\x82\xac\xe5\xfe\xee\x1d\xc8\xad\xbd\xb5\x20\xef\xee\xdf\xdd\x1f\xe4\x9b\xfc\x2b\x45\x59\x86\xef\xa7\x6b\x1f\x93\x0c\xb9\xab\x9d\x07\xed\xbc\x95\x35\x7f\xff\x50\x59\x63\x5e\xeb\x39\xf6\xd7\xf9\x4e\xe6\xe7\xc1\x62\xb0\x68\x2d\x63\x13\x58\x46\x9f\x07\xad\xbd\x4b\x6a\xdd\xec\x66\x0f\x7a\xdd\xec\x94\x99\xc9\x7b\xb5\x6e\x8e\xc8\x6d\x82\xb2\xcb\x82\xea\x06\xd4\xa4\xf0\x1c\xac\xa0\x46\xd4\x0d\xd0\x22\xa8\x37\xa0\xb1\x09\x8a\x12\xef\xa6\x03\x9a\x8b\xa0\x8c\x85\xf2\xa8\xd7\x41\xe7\x2c\x0b\x7d\x95\xba\x36\x5f\x31\xab\x18\x41\x0d\x45\xf8\x8e\xac\x05\x68\x10\x4d\x41\xc5\x4a\x7c\x60\xa9\x61\x7a\x41\xc1\xa9\x75\x8b\x44\x71\xa6\x83\xd6\x8b\x8b\x6a\xdd\x12\x51\xaa\xe5\xa0\xad\xb1\x52\x44\x62\x7c\xea\x40\x5e\x66\x65\xce\xca\xf2\x89\x35\x51\xea\xca\x9d\x68\x02\x2d\x12\x5f\x38\x0b\x43\x0e\xa8\xbe\x6c\x8e\xc8\x09\x2a\x16\xc8\x13\x79\x41\x0b\x51\x20\x0a\x40\x11\x28\x12\xc5\x83\xce\xd1\x78\xa0\x44\x94\x30\x8b\xf1\x99\x28\x63\x56\x06\x2a\x44\x45\x90\xe3\xc2\x85\x68\x11\x64\x19\xbf\x11\x6d\x82\x3c\x8b\xa8\x44\x15\x88\xf1\x8d\xa8\xa1\x7a\x03\xd4\x89\x3a\x10\xbf\xf6\x20\x1a\xa8\x2b\x00\x4d\xa2\x09\x54\x04\xf1\x77\xc4\x90\xa3\x49\x40\xf4\x25\x43\x8e\x06\x59\x95\xbe\x64\xc8\xd1\x22\xab\xd2\x97\x0c\x39\x7a\x14\x51\xe9\x4b\x86\x1c\x1d\x17\xd2\x57\x85\x2f\xcf\x27\xd2\x97\x0c\x39\x46\x66\xd1\x57\x85\x2f\xfc\xda\xa5\xd2\x57\xa5\x2f\xd6\x45\x5f\x95\xbe\x60\x82\x9b\x1c\x43\x8e\x9e\x59\xf4\x55\xe1\x2b\xb0\x08\xfa\x92\x21\x47\xc3\x22\xe8\x4b\x86\x1c\xd1\x30\xa5\xd2\x97\x0c\x39\x5a\x3e\x91\xbe\x64\xc8\x11\x5b\xae\x34\xfa\x6a\xf0\x15\xa2\x5a\xab\xc1\xfe\xaa\x46\xba\xc3\x5a\xd9\xbe\x95\x2d\x5a\xd1\xa2\xd6\x49\xa9\x95\x2d\x5a\xd1\x43\xd6\x5b\xaf\xd6\xea\x89\x3c\x50\x90\x6d\x52\xd9\x1d\x35\x00\x45\x63\xd5\x5a\xd9\x1d\x35\x12\xc9\x2e\xac\xec\x8e\x9a\x80\x52\x91\x78\xb6\x42\xcd\x40\xb9\x48\x3c\xf7\x7d\x2d\x40\x25\x4b\xfc\x42\xb4\x00\x2d\xd2\xdb\x75\x23\xda\x04\x39\x93\x24\xbe\x12\x55\x20\x2b\x6d\x55\x1b\x51\x03\x72\x51\xe2\x3b\x51\x07\xf2\x41\xe2\x07\xd1\x00\x0a\x72\xe6\xd4\x49\x34\x81\xa0\xb0\xd1\x57\x83\x2f\x97\xdc\xa2\xd6\x46\x5f\x0d\xbe\x5c\x96\xee\x68\xf4\xd5\xe0\xcb\x15\x9b\xd5\xda\xe8\xab\xc1\x97\x5b\x64\x9b\x34\xfa\x6a\xf0\xe5\x8d\x91\x78\xfa\x6a\x91\x48\xfa\xb1\xd1\x57\x83\x2f\x6f\x17\x89\xa7\xaf\x06\x5f\xde\x15\x89\xa7\xaf\x06\x5f\xde\xcb\xa1\xd0\xe8\xab\xc1\x97\x0f\x59\xe2\xe9\xab\xc1\x97\x8f\x49\xe2\xe9\xab\xc1\x97\x4f\x49\xe2\xe9\xab\xc1\x97\xcf\x51\xe2\xe9\xab\xc1\x97\x2f\x51\xe2\xe9\xab\xc1\x97\x5f\x64\x33\x35\xfa\x6a\xb3\xfb\x83\x0e\x46\xda\xbd\xd3\x57\x87\xaf\x60\xe4\x5c\xed\xf4\xd5\xe1\x2b\xd8\x12\xd4\xda\xe9\xab\xc3\x57\x70\xb9\xa8\xb5\xd3\x57\x87\xaf\xe0\xb3\x53\x6b\xa7\xaf\x0e\x5f\x21\xa4\xa4\xd6\x4e\x5f\x1d\xbe\x42\x4c\x12\x4f\x5f\x1d\xbe\x42\x92\x16\xed\xf4\xd5\xe1\x2b\xe4\x20\xf1\xf4\xd5\xe1\x2b\xe0\x24\xef\xf4\xd5\xe1\x2b\x2c\x5e\xe2\xe9\xab\xc3\x57\x34\x72\x4e\x74\xfa\xea\xf0\x15\xad\x93\x78\xfa\xea\xf0\x15\x9d\x95\x78\xfa\xea\xf0\x15\xbd\x95\x78\xfa\xea\xf0\x15\x83\x1c\x56\x9d\xbe\x3a\xf6\x57\x8c\xc6\xa8\x75\xd0\xd7\x30\x44\x72\xf0\x0d\xfa\x1a\xf0\x15\x53\x29\xb8\xc1\xbf\xdc\xbb\xca\xfd\xe7\x26\x1e\xb4\x39\x60\x33\x66\x39\x4f\x07\x6d\x0e\xd8\x8c\x25\x27\xb5\x0e\xda\x1c\xb0\x19\x97\x2c\x0f\xa7\xcd\x01\x9b\xc9\x24\x79\x38\x6d\x0e\xd8\x4c\x36\x16\xb5\x0e\xda\x1c\xb0\x99\x5c\x94\x78\xda\x1c\xb0\x99\x7c\x90\x78\xda\x1c\xb0\x99\x42\x90\x78\xda\x1c\xb0\x99\x70\xe0\x0d\xda\x1c\xb0\x99\x92\x93\x78\xda\x1c\xb0\x99\xb2\x1c\xc4\x83\x36\x07\x6c\x26\xdc\xc4\x83\x36\x07\x6c\xa6\xc5\x4a\x3c\x6d\x0e\xd8\xcc\xc6\x04\xb5\x4e\xda\x9c\x86\x48\xee\x8c\x49\x9b\x13\x36\xb3\x95\x3b\x76\xd2\xd7\x84\xaf\xec\x4a\x52\xeb\xa4\xaf\x09\x5f\xd9\xcb\x2d\x35\xe9\x6b\x06\x5e\xa8\x39\x00\x45\xa2\x74\xd0\xc5\x95\xf0\x8f\x5f\x46\xfe\x2d\xef\xa7\x5f\xdf\x17\xdb\xcb\xe5\x32\xf6\x2b\xde\x4e\xf1\x62\x28\x6f\x76\xc7\x7d\x7c\x7d\xd3\x3d\x9f\xce\xb2\x0a\xff\xff\x19\x00\x00\xff\xff\x10\x32\xb8\x89\x15\x0b\x00\x00"); +var _gbdb =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\xd6\x4b\x6f\x1b\xb7\x17\x05\xf0\x3d\x3f\x05\x97\xf9\x2f\xf2\x37\xdf\x0f\x80\x18\x20\xef\x7a\x91\xa6\x68\x9a\xb6\x40\xd1\xc5\x90\xbc\x34\x04\xd4\x92\x20\xcb\x0b\x7f\xfb\xe2\xde\xe3\xb8\x45\x17\x89\xac\xa3\xcb\xa3\x99\xdf\x10\x9a\xb9\x79\x77\xfb\xfe\xf6\x78\xb8\xea\x9b\x9f\x2e\xa7\xf1\x95\xae\x7a\x1d\x8e\xf3\x42\x0f\xa7\xc7\xcb\x20\xdd\xe9\xee\x70\x54\xca\x3a\x3d\x0f\xe3\xfa\xfd\xad\xbc\x8c\xfb\xfd\xac\x14\xaf\xff\xfa\xf4\x70\xa5\xfb\xdb\xe3\x3a\x69\x8f\xb9\xf9\x78\x7e\x9e\xd5\xfa\xe6\x67\xba\x3b\x3c\x5c\x2f\x4f\xfa\xd5\x9b\x79\xea\xf4\x3f\x3d\x69\x71\xfe\xe5\x32\xe9\x72\x38\xde\xe9\x57\x9f\xde\xda\x97\xf4\xeb\xe3\xf9\xfc\x17\xdd\xd3\xf1\xaa\x8d\x64\x74\x9c\xf2\xaa\x6e\xde\x7d\xde\xcf\x3f\xee\xf7\xa4\x6f\x3e\xbd\x7d\xfd\xe1\xdb\xbb\xd7\x3f\xc8\x07\x92\xff\x4a\x97\x87\xc3\xe9\xa8\xeb\xff\x8d\x49\xff\xc4\xbf\x3c\x9d\x49\xdb\xe7\xf5\xdf\x6e\xdf\x7f\x59\xeb\x81\xae\xda\x1a\x74\xdf\xfc\xfe\xed\xf6\xbd\xfe\xc3\x6a\x6b\xb4\x8b\x3e\x99\x3f\x9f\x47\x7f\xfb\x7c\x9a\xf4\x7c\x00\xca\xe1\x5c\xc6\x69\xd2\xc3\x79\x1f\x74\xd9\x8f\x77\xa4\xb4\x6e\xc6\x6c\x5a\xeb\x56\xcc\xc6\xef\xde\xd8\x37\x76\xd3\xed\xe3\x87\x8f\x1f\x36\x3e\xea\xff\xcc\x2b\x8b\x9a\xe3\xe9\x3a\x69\x21\x93\x86\x66\xd7\xa6\x73\xb6\x89\x17\xfd\xfb\x53\x55\xcd\xf3\x37\x1f\xe6\xf3\xbc\xe3\x79\xfe\x4f\xe6\x9b\xe3\x2f\xcc\xb4\xe9\x62\x83\x6a\xbb\xdd\xf9\xfd\x6e\x17\x6d\xba\x26\xd5\x76\xd7\x25\x70\xe4\x36\x6d\xab\xe1\x84\x22\x12\xda\xb4\x0b\x92\x2c\xcc\xac\xb1\x69\x17\x39\xf1\xa8\xf1\x5c\xe3\x92\x53\x6d\x0f\x48\xc2\xf2\x9b\xf6\x91\x9b\x23\x92\xb8\xd2\xa6\x83\xaf\xaa\xed\x09\x49\xea\x65\xd3\xd1\x45\x4e\x06\x92\x15\x37\x1d\x03\xcf\x64\xcc\x64\xfe\x20\x19\x6e\xce\x13\x09\x1f\x44\xf2\xbc\xaa\x60\xa6\x0c\xb3\xe9\x94\x0a\x27\x43\x8e\xb9\xd0\xbe\xe9\x6c\xf8\x08\xeb\x1e\x38\xa9\xc4\x72\x9e\x67\x76\xac\xda\xd7\x0b\x46\x47\xd2\xb9\xa7\x9a\xa2\x5a\x37\x92\x74\x23\x3c\x7c\xee\x1d\x60\x5d\xc0\xac\xf1\x41\xb5\xee\x10\x39\x89\xac\xe3\x75\xf0\xe8\xe2\x61\x9d\x73\xaa\x75\x80\xf4\x20\x91\xe7\x4b\xd1\x21\xd2\xa3\x44\xc1\x72\x3d\x48\x7a\x92\x28\x1a\xae\x87\x40\xcf\x88\x2a\xd7\xe3\x84\x7b\x91\x28\x55\xae\xaf\x88\xaa\x44\xb9\x70\x3d\x4e\xb0\xcb\x09\xda\x52\xb8\x1e\x67\xd8\xbb\x44\x35\x73\xfd\x40\x34\xe4\xd2\x19\xd6\xeb\x13\xd1\x94\xc8\xf2\xe5\xec\x84\x88\x24\x72\x7c\x3d\xfb\x42\xb4\x24\xf2\xbc\x0d\x06\xb8\x86\x70\xb9\x10\x82\x6a\x03\x5e\x43\xbc\x5c\x64\xf8\x01\xaf\xe1\xb0\x59\xbc\x53\x6d\xc0\x6b\x60\xff\x64\x97\x54\x1b\xf0\x1a\xe2\xe5\x8a\xe3\x7a\x78\x0d\xf1\x72\x95\x2f\xd9\x80\xd7\x10\x2f\x6f\xf8\x9a\x0d\x78\x0d\xf1\xf2\x96\xb7\xcc\x80\xd7\x28\x88\x78\x9f\x0f\x78\x0d\xf1\xf2\x8e\x37\xfa\x80\xd7\x10\x2f\xef\x0b\xd7\xc3\x6b\x88\x97\x0f\x99\xeb\xe1\x35\xc4\xcb\xc7\xcc\xf5\xf0\x1a\xe2\xe5\x53\xe2\x7a\x78\x0d\xf1\xf2\x39\x71\x3d\xbc\x86\x78\xf9\x12\x83\x6a\x13\x5e\x53\xbc\x7c\x0d\x45\xb5\x09\xaf\x29\x5e\xc1\x04\xa7\xda\x84\xd7\x14\xaf\x60\x7d\x52\x6d\xc2\x6b\x8a\x57\x70\xde\xa8\x36\xe1\x35\xc5\x2b\x78\xc7\xf5\xf0\x9a\xe2\x15\x82\xe5\x7a\x78\x4d\xf1\x0a\xd1\x72\x3d\xbc\x66\x5e\x75\xd3\x21\x19\xae\x87\xd7\x14\xaf\x90\x6a\x54\x6d\xc2\x6b\x8a\x57\xc8\xa5\xaa\x36\xe1\x35\xc5\x2b\x94\xe2\x55\x9b\xf0\x9a\xe2\x15\x6a\xce\xaa\x4d\x78\x4d\xf1\x8a\x26\x5b\xd5\x26\xbc\xa6\x78\x45\x9b\xb8\x1e\x5e\x53\xbc\xa2\x8b\x5c\x0f\xaf\x29\x5e\xd1\x47\xaf\x1a\xc1\x8b\xc4\x2b\x86\x90\x55\x23\x78\x91\x78\xc5\x18\xac\x6a\x04\x2f\x12\xaf\x28\xbf\x10\x04\x2f\x12\xaf\x98\x5d\x55\x8d\xe0\x45\xe2\x15\x8b\xe3\x7a\x78\x91\x78\xc5\x6a\xb9\x1e\x5e\x24\x5e\xc9\x58\xae\x87\x17\xc9\xfe\x4a\xd6\x70\x3d\xbc\xa8\x20\xaa\x5c\x0f\x2f\x12\xaf\xe4\x2a\xd7\xc3\x8b\xc4\x2b\xf9\xc2\xf5\xf0\x22\xf1\x4a\xa1\x70\x3d\xbc\x48\xbc\x52\xcc\x5c\x0f\x2f\x12\xaf\x94\x12\xd7\xc3\x8b\xc4\x2b\xe5\xc4\xf5\xf0\x22\xf1\x4a\x25\x66\xd5\x16\xbc\x96\x78\xa5\x1a\xad\x6a\x0b\x5e\x4b\xbc\xb2\x09\x51\xb5\x05\xaf\x25\x5e\xd9\xf2\x2f\xf3\x82\xd7\x12\xaf\xec\xbc\x57\x6d\xc1\x6b\x89\x57\xf6\x8e\xeb\xe1\xb5\xc4\x2b\x07\xc7\xf5\xf0\x5a\xe2\x95\xa3\xe5\x7a\x78\x2d\xf1\xca\xc9\x54\xb9\xd1\x7d\xbf\x3d\xf1\xdf\xfc\x54\xf0\x72\xa3\x1e\x8f\x97\x0b\x1d\xaf\xf2\x4c\x20\xf7\x63\xbe\xa1\x1e\x8e\xf4\xf2\x7c\x71\x3e\x9d\x79\x95\xfc\xfb\x3b\x00\x00\xff\xff\xf6\x6c\x4f\x32\x8b\x08\x00\x00"); +func _fgg ()(*asset ,error ){_bba ,_feb :=_cd ();if _feb !=nil {return nil ,_feb ;};_abf :=bindataFileInfo {_dae :"78ms-RKSJ-H",_fb :14250,_ae :_be .FileMode (436),_g :_a .Unix (1580490899,0)};_cc :=&asset {_dd :_bba ,_ef :_abf };return _cc ,nil ;};func _ccgc ()([]byte ,error ){return _c (_bcbe ,"UniCNS-UTF16-V")}; +func _ccgea ()([]byte ,error ){return _c (_ddfg ,"NWP-H")};var _eec =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\xd5\x4f\x6b\xe4\x46\x10\x05\xf0\xbb\x3e\x45\x1f\x37\x87\x8d\xbb\xaa\xba\x5b\x2d\x10\x86\x60\xb3\xe0\xc3\x6e\x42\x9c\x7f\x10\x72\x18\x4b\x3d\x66\x20\xd6\x0c\x9a\x99\x83\xbf\x7d\x78\xf5\x34\x0e\xec\x61\x99\x9d\x67\x75\x49\xfe\x3d\x77\xeb\xee\xe1\xe9\xf1\x69\x39\x5c\xc2\xdd\x2f\xeb\x71\x7a\x6e\x97\xb0\x3f\x2c\xf3\xda\xce\xc7\xeb\x3a\xb5\xf0\xd2\x5e\x0f\x4b\xd7\x89\x86\xf9\x30\x5d\x6e\x5f\xfd\x63\x7a\xdb\x9d\xba\x0e\xeb\x9f\xdf\xcf\x97\xf6\xf6\xb4\xec\x8f\xc1\x78\xdd\x7c\x3d\x6d\xd7\x86\x70\xf7\x6b\x7b\x3d\x9c\x2f\xeb\x7b\xf8\xf4\xd3\x7c\x7c\x69\x3f\x84\xb9\xed\x91\xff\xbc\xce\x6d\x3d\x2c\xaf\xe1\xd3\xc3\xb7\x67\xf9\x88\x9f\xaf\xa7\xd3\xbf\xed\xad\x2d\x97\xa0\x9e\xb5\x65\xf6\xcf\xee\xee\xe1\xeb\xee\xf4\x6d\xf7\xd6\xc2\x9d\x4f\xfa\x8c\x75\x9f\x79\x91\xff\xec\x8f\xb6\x9e\x0f\xc7\x25\xc8\x8f\x31\xe6\xff\xe3\xdf\xde\x4f\x2d\xc8\x36\xe3\xaf\xdf\x9f\x1e\xc3\xdf\x12\x24\x06\xcd\xb9\x96\x7f\xb6\xfc\xcf\xaf\xc7\xb9\x85\x78\xbb\xd3\xd3\xe3\xc3\xf1\xba\x5c\x82\xf4\x25\x6e\x4b\x85\xbf\xd2\x74\x9c\xdb\xf9\xb4\x9b\xda\xba\x5b\x5e\x5b\x17\xc2\x18\x63\x8c\xf7\x61\x4c\xe9\xcb\x97\x7b\x3c\xed\x77\x57\x74\x65\xd8\x56\x1e\x66\x26\xb7\x15\x31\xee\xf7\xf7\x21\x76\x63\x14\x7e\x17\x7c\xd7\x5c\xba\x31\x2a\x13\x45\x92\x45\xbb\x31\x1a\x13\x43\xd2\x97\xda\x8d\x31\x31\x49\x48\x24\x6a\xea\xc6\x98\x19\x65\x8f\xb4\x62\x76\x61\x54\x3c\xca\x86\xe1\x3d\xa3\xde\xa3\x7e\xc0\xf4\xca\xa8\xfa\x13\xc4\x84\xf1\x03\xa3\xc1\x23\x8b\x18\xbf\x63\xb4\xdb\x9e\x13\xe3\x5f\x18\xbd\x78\x54\x05\xe3\x27\x46\x13\x22\x8b\x3d\xc6\xcf\x8c\x66\x8f\x4c\x31\xbe\x31\x6a\x1e\xe5\x8a\xf1\x7b\x46\x7b\x8f\x6a\x8a\xdd\x28\x94\x12\x97\x4a\x71\x28\xdd\x28\xc4\x12\xc7\x4a\x96\xb5\x1b\x85\x5a\xe2\x5a\xa9\xc4\xda\x8d\x42\x2e\x71\xae\x54\x4b\xea\x46\xa1\x97\xa4\xcd\x14\xe3\xe9\x25\xee\x95\xad\xc7\x78\x7a\x89\x7b\xe5\x62\x18\x4f\x2f\x71\xaf\x5c\x2b\xc6\xd3\x4b\xdc\xab\x48\xc2\x78\x7a\x89\x7b\x95\x14\x31\x9e\x5e\xe2\x5e\xa5\xa0\x58\xa1\x97\xb8\x57\x19\xd0\xac\xd0\x4b\xdc\xab\x17\x54\x2b\xf4\x12\xf7\xea\x13\xaa\x15\x7a\x49\xdb\xfa\xc7\x78\x7a\x89\x7b\xf5\x03\xaa\x55\x7a\xa9\x7b\x55\x41\xb5\x4a\x2f\x75\xaf\x9a\x50\xad\xd2\x4b\xdd\xab\xf6\xa8\x56\xe9\xa5\xee\x55\x07\x54\xab\xf4\x52\xf7\x1a\x14\xd5\x2a\xbd\xd4\xbd\x86\x84\x6a\x95\x5e\xea\x5e\x43\x8f\x6a\x95\x5e\xea\x5e\xc3\x80\x6a\x95\x5e\x5a\x6f\x7f\xab\x98\x4f\x30\x1d\x98\x25\x94\xab\x14\xd3\x1d\xb3\x1e\xed\x2a\xc9\xd4\xc9\xd0\x3e\x6e\x41\x33\x9d\x98\x29\xfa\x55\xa2\xe9\xcc\x2c\xa3\x60\xa5\x9a\x36\x66\x3d\x1a\x56\xb2\xe9\x9e\x9b\x24\xa2\x62\xa3\x9b\x45\x66\x8a\x8e\x8d\x70\x26\xcc\x32\x4a\x36\xca\x99\xde\x36\x58\xec\x46\x23\x9d\x39\x9d\x58\x44\xcd\x46\x3b\xe3\xde\x34\x43\xcf\x46\x3c\xe3\xe6\xb4\x8c\xa2\x8d\x7a\xc6\xdd\x69\x15\x4d\x1b\xf9\x8c\xdb\x33\x45\x54\x6d\xf4\x33\xfa\x25\x43\xd7\x46\x3f\xa3\x5f\xca\x28\xdb\xe8\x67\xf4\x4b\x15\x6d\x1b\xfd\x8c\x7e\x59\x50\xb7\xd1\xcf\xa6\xdb\xa9\x80\x7b\xd0\xcf\xe8\x97\x0b\x0a\x37\xfa\x19\xfd\x72\x45\xe3\x46\x3f\xa3\x5f\x11\x54\x9e\xb6\x33\x90\x7e\xc5\xd0\x79\xa2\x5f\xa2\x5f\x29\xe8\x3c\xd1\x2f\xd1\xaf\x54\x74\x9e\xe8\x97\xe8\xd7\x0b\x3a\x4f\x69\x3b\x53\xa7\x88\x2c\xc5\xea\x27\xeb\xed\x04\xc5\xff\xf1\xfe\xf9\x78\x23\x4c\xd7\x75\x6d\xcb\xc5\xdf\x3e\x7e\xe8\xe3\xcc\x3e\x2c\xed\xe3\x4d\x76\x3a\x9e\xb0\xca\xff\xfd\x17\x00\x00\xff\xff\x1b\x84\x37\x93\xf5\x06\x00\x00"); +func _cbdc ()(*asset ,error ){_deg ,_aabc :=_aeaa ();if _aabc !=nil {return nil ,_aabc ;};_fgbe :=bindataFileInfo {_dae :"GBK2K-H",_fb :88688,_ae :_be .FileMode (436),_g :_a .Unix (1580492018,0)};_ccc :=&asset {_dd :_deg ,_ef :_fgbe };return _ccc ,nil ; +};func _aeg ()([]byte ,error ){return _c (_fba ,"Adobe-KR-0")};var _deeb =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x54\x93\xc1\x8e\x9b\x30\x10\x86\xef\x3c\xc5\x1c\xb7\x87\x6d\x3c\x80\x21\x48\x15\x52\x37\x51\xb7\x1c\xb6\xad\x9a\xcd\xb6\x52\xd5\x03\xc1\xe3\xd4\x52\x63\x90\x81\x43\xde\xbe\xb2\xc1\x83\x7a\x40\xe6\x9b\x7f\xc6\xfe\xc7\x0c\xbb\x43\x73\x6c\xac\x99\x60\xf7\xcd\xf5\xdd\x89\x26\xd0\xc6\x2a\x47\x63\x3f\xbb\x8e\xe0\x42\x57\x63\x93\x04\x53\x50\xa6\x9b\x22\x86\xa5\xbb\xb5\x43\x92\xec\xce\xd6\x3c\x3f\x3d\x9e\x5f\x3f\x65\xe9\xe3\x67\x98\x47\x5a\xe3\x87\xe6\x78\xba\x8f\x13\xdd\x1a\xab\x7b\xc8\x96\x7a\x35\x0f\xeb\x1e\x00\xbb\xef\x74\x35\xe3\xe4\xee\xf0\xf0\x51\xf5\x17\x7a\x07\x8a\xb4\x8f\x7f\x75\x8a\x9c\xb1\x57\x78\x78\x7e\x42\x8e\x9e\xe6\x61\xf8\x4b\x37\xb2\x13\xc8\x10\x23\xab\xc2\x9a\xec\x0e\x2f\xed\xf0\xa5\xbd\x11\xfc\x67\xe6\x2d\xa8\x41\x7c\x23\x37\x9a\xde\x02\xbe\x17\xa2\xdc\xc2\xaf\xf7\x81\x00\xd7\x4d\x7e\x9e\x9b\x23\xfc\x42\x40\x01\xa9\x2c\x44\xfe\x7b\x8d\xff\x78\xe9\x15\x67\x61\xb9\xd8\xef\x8c\xea\xfe\xb4\x2e\xf9\x20\x84\x10\xa9\xc0\xbc\x06\x59\xed\x23\xa6\x85\xc7\x6a\xc1\x4c\x08\xac\x41\x96\x92\x31\xf5\x98\x47\xc4\xac\x86\xb2\x14\xc5\xc2\x5a\x2f\xd9\x7b\xc6\xce\x63\xc6\x48\x21\xbb\x8c\x8c\x2a\x30\xa7\xa3\xf6\xe9\x55\xc4\xec\x12\xe4\x8d\x43\x3a\x0a\x66\x5d\x43\x21\x18\xe5\xc5\x1b\x67\x2b\x52\x79\xe4\xb3\xe4\x72\x76\x1e\x99\x82\x73\x44\xff\x25\xe2\x85\x24\x05\x5f\x90\x6b\xed\x95\xb8\xe9\x7d\x0d\xf1\xd5\x5b\xdc\x6f\xfd\x0b\x56\xd0\xb7\x5e\x6d\x4a\xbe\x29\xd2\xd7\xa4\xac\x14\x9b\x52\xfa\x9a\x94\xef\x27\x9e\xa3\xb5\xa8\x7c\x0d\xf7\x86\x2d\x2b\xe8\xdb\x2c\x8b\xd5\xf7\xe2\x33\x80\x9f\x5c\x1e\xa6\x6e\x76\x8e\xec\x14\xe6\x36\x8c\x8b\x1f\x01\x63\x89\xff\x8d\xa1\x1f\x7c\x55\x78\xfe\x05\x00\x00\xff\xff\x0f\x79\x9f\xed\x47\x03\x00\x00"); +func _bdfc ()([]byte ,error ){return _c (_bcgc ,"KSC-V")};var _aaff =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x84\xfd\x4b\xcf\x27\x41\x76\x9f\x89\xed\xfb\x53\xd4\x52\x5e\xc8\xcc\xb8\x9d\x88\x00\x1a\x05\x58\xa2\x29\x73\x21\xdb\xb0\x24\xdb\x80\xe1\x45\x5e\x39\x0d\x0c\xbb\x89\x26\xb5\xd0\xb7\x1f\xc4\xf3\x44\x91\x83\xc1\x60\xaa\x36\x15\x6f\xfe\x33\xe3\x1e\xe7\x16\xe7\x9c\xdf\xdf\xfc\xc7\xbf\xff\xdb\xbf\xff\xf3\x9f\xfe\xe5\xc7\xdf\xfc\x3f\xff\xfa\x97\xfb\xbf\xbc\xff\xf2\xe3\xfb\xd3\x9f\x9f\xbf\xbe\xff\xfc\x97\xff\xfe\xd7\xfb\xfd\x71\xbd\xff\xf0\xa7\x3f\xff\xe1\x0f\x29\xff\x78\xfe\x74\xff\xcb\xaf\x3f\xf9\xef\xfe\xc7\xf3\x9f\xfe\xf0\x87\xf5\xfd\x7f\xf9\x1f\xff\xfc\x2f\xef\x3f\xfe\xfd\x9f\xbf\xbf\xfc\x28\xbe\xf7\xfc\xf7\x7f\xda\xef\xfe\xf8\xf1\x37\xff\xaf\xf7\x1f\xfe\xf4\xcf\xff\xf2\xd7\xff\xf1\xe3\xdf\xfd\x5f\x9e\xbf\x5c\xef\xff\xe9\xc7\xf3\x7e\xeb\xf9\xff\xe3\xaf\xcf\xfb\xd7\x3f\xfd\xf9\x1f\x7e\xfc\xbb\xff\xf4\x1f\xd2\xbf\x3e\xfd\x2f\xff\xfd\x9f\xfe\xe9\x7f\x7e\xff\xf1\xfd\xf3\xbf\xfc\x68\x3c\x7b\xff\xfc\xf0\xff\x1f\xfe\xe6\x3f\xfe\xe7\xf3\x9f\xfe\xef\xe7\x3f\xbe\x3f\xfe\xe6\xbf\xfd\xf9\x4f\xff\xe9\x3f\xfc\xfb\xff\xf6\x5f\xff\x2e\xc5\xbf\xff\xbf\xf1\x2b\x3f\xfe\xbf\xdf\xbf\xfe\xf3\x9f\xfe\xf2\xe7\x1f\xe9\xff\x7c\xa4\xf8\xb7\xc7\xff\xf5\x7f\xfc\xd3\xfb\x23\xed\x4a\xfe\xbf\xff\xed\xef\xff\xf6\xc7\xff\x2f\xfd\x48\xc7\x8f\xdc\xe2\x48\xff\xff\xfd\xfc\xff\xf3\x9f\xff\xf2\xbc\x3f\x0e\xff\x2a\xf6\xfe\xfe\xcb\xf3\xfe\xf3\x3f\x9d\xf7\xfb\xd7\xf3\xcf\xff\xf0\xfe\xe1\xc7\x8f\x3f\x1e\xc7\x71\xfc\xfc\xb1\xfe\xfd\xf1\x6f\xfb\xdf\xfd\xdd\xcf\xf5\xec\x6f\xc7\x71\xfc\xed\x7f\x5c\xcf\xff\xf8\xb7\xff\xe1\xef\xfe\xee\x6f\xff\x6e\x3f\xff\xbf\xfe\xdb\xbb\x7f\xc7\xb3\xf7\xcf\xcf\xff\xa6\xc6\x3f\x24\x1b\xfa\xf3\x5f\xfe\xe5\x79\x3f\x9f\xed\x36\xfe\x78\x1c\xe9\xfb\xf9\x23\xad\xaf\xfe\xd7\x3f\xff\x21\x1d\xc7\xee\xdd\x9f\x9e\xfb\x7f\x3a\xff\xba\x3e\x38\x8f\xf5\xe6\x2a\xd4\x9f\x3f\x52\x74\x8a\xed\xe7\x8f\x9c\x4b\xab\xfc\xd1\x7f\xfe\x48\xdd\x57\xc6\xcf\x1f\xe9\xc8\x14\xe7\xcf\x1f\xbd\xa7\xb2\xca\xd7\xaa\x22\x78\x7c\xa5\x9f\x3f\x52\xa6\x92\xab\xff\xfc\x31\xe7\x2a\x3d\xab\x86\x3c\x56\xf1\x3d\x7e\xfe\x08\x2b\x7b\xd3\xcf\x1f\x11\xbc\xf0\x8e\xf5\xb4\x51\x9c\xab\x48\xb5\xef\xf9\xf3\x47\x4c\x8b\xf7\x7a\xea\xbb\xcf\x2a\xd2\xc2\x97\x7f\xfe\x88\xc1\x0b\x5f\x59\x45\xea\xfd\x68\x8d\x77\xbf\x55\xd9\xf0\xdd\x55\xd9\xa0\x89\x6f\x55\x36\x57\x77\xd3\x41\x1f\x56\xcf\x52\x5a\x35\x74\x9e\xa6\x6b\x15\xd7\xe0\x53\xa6\x18\xab\x58\xeb\xfa\xcc\xe2\xea\xef\xec\x14\x57\x77\xc6\xb1\x8a\xb1\xde\x1d\x7c\x76\xbf\xeb\x33\x9e\x3e\x8c\x98\x26\x1e\xfa\x4b\x13\xcf\xaa\x6c\x50\xd9\x13\xab\xe8\x0b\xab\xde\x31\x29\x32\x78\x6b\xa0\xbf\x6b\x6c\x89\x01\xcd\xf5\x6e\x6e\xab\xeb\x73\xb5\x96\x83\xe2\xfa\x2c\xdf\x6b\xf0\x47\xa2\x38\x57\x71\xd5\x90\x9f\xb9\x96\xe2\x58\x6f\x54\x86\x7c\xac\x2a\x2a\x55\xd4\xf4\x87\x3f\xa6\xb7\x7c\xab\x8a\xf6\x87\x3f\xe6\xe3\xc8\xac\x6c\xac\x72\x3a\xa8\x23\x0d\xfe\x28\xab\x96\x74\x50\x5e\x9b\xe5\xe0\xfd\xd4\x78\x9c\x28\xc7\x7a\xdc\x57\x31\x67\x97\x3f\x1f\xd9\x17\x32\x65\x5e\xa0\xba\xb2\xea\xee\xd4\x56\x7c\xa3\x50\xbe\x7e\xfe\x48\x6b\x16\xf3\xd1\x9e\x9f\x3f\x9a\x75\x9c\xb7\x3b\x72\xbd\x92\x8e\xb2\xf6\x5b\xa3\xe8\x97\x95\x32\xa3\x4c\x3c\xa7\x23\x6b\x35\x73\xca\xc9\x31\x04\x7f\x38\x38\xde\x9f\x79\xb5\xc4\xeb\x73\xd5\xb8\xd6\x20\xe7\x63\xed\xf1\xd2\x29\xae\x43\x54\xd6\xbb\x39\xad\x4a\x4a\xa1\x48\x93\xf9\xa0\x7c\xae\xc7\x93\xe2\xf3\xf3\x47\x6a\x89\xe2\xbb\x8a\x54\xb1\xce\xe1\x9c\x99\xc7\x79\x0d\xb8\x66\x8a\x4c\x65\xb6\xdc\xd6\x63\xdf\x58\x4b\x56\x82\x22\x35\x37\x8a\x6b\x46\xaa\xc5\x55\x73\xe5\x85\xb2\x56\xa0\xd1\xf4\x9a\xbe\xd4\xe8\x7d\x59\xe3\x2e\xf4\xad\xac\xad\x50\x7c\x4a\xdf\x78\xba\xb6\x6e\xaa\x7c\x56\xef\x55\xe4\x85\xc6\x62\x65\xc6\x17\xab\x9b\x8d\xae\xad\x8d\x95\x2a\x03\x99\x8c\xda\x29\x9a\xab\x9b\x95\x79\x39\xe9\x3c\x35\x5f\x0e\x95\xce\xbd\x9f\xcb\xbc\xc8\xd6\x26\x35\xff\x3b\xc4\x27\x97\xb4\x96\xa0\xae\x66\x1b\x74\x68\x9d\xe0\xdc\xce\xd5\xec\x3a\x53\xb9\x5d\xac\x11\x2f\x5c\xac\xd1\xea\x57\xbb\x59\xdd\x49\x11\xea\x34\x28\xae\x79\x5a\x54\x24\xb7\x75\xfe\xd2\x22\x12\xb9\xdd\xab\x2b\xeb\x04\xe7\x58\x9b\x25\xad\x73\x9d\xe3\xa0\x86\x42\x91\x6d\xb3\xa8\x44\x8e\x0a\x25\x4b\x14\x57\xcb\xb1\x3a\xf1\x8e\x63\x6d\xbe\xba\x28\x58\x7e\x47\x5a\x7f\x1c\xcc\xca\x3b\x2a\x7f\xb0\xec\xef\x18\xfe\x51\xf9\xe3\xf2\x8f\xc6\x1f\xec\xde\xc3\xda\x66\xf7\x0f\xbe\x39\xfd\x83\x4e\xbd\xe7\xe9\x1f\x54\x7d\xbe\xfc\xc1\x34\xbc\x6b\xec\xeb\x8f\xcc\x1f\x56\xcd\x5a\xbc\xb7\xdf\x2c\x9a\x90\xbf\x45\xfc\x2b\x94\x38\x7f\xeb\x9c\xd7\xce\x59\xfc\xd6\x91\xae\x3d\xfb\xbc\xf0\x7c\x52\xae\xeb\x7d\x8e\xc0\xc7\xe4\x1c\xa9\x24\xfe\x08\x36\x97\x1f\xf7\x9f\x3f\xea\x08\xcb\xe3\xe7\x8f\x92\x8b\x8d\x4d\xde\xb1\xd2\x73\x3d\xe7\x30\x7f\xc7\xf5\xf3\xc7\x1c\x3e\xbe\x57\x5b\x61\xfd\xcf\xaa\x86\x83\xfd\x1d\xef\x2a\x77\xfb\xf0\xfd\xfc\x91\x8f\x49\xb3\x8b\xdc\xb4\x23\xd1\x14\x27\xae\xda\x9d\xb5\x4d\x72\x63\x9f\x7c\x8b\x0a\xd5\xc1\x54\x7e\x8b\x0a\xd5\x9e\x2c\xb7\x55\xae\x96\x25\x43\x6c\x8b\x2f\xf5\x9f\x3f\x4a\x71\x2c\x69\xed\x7e\x4f\xc2\x97\xe6\xcf\x1f\x75\x72\x98\x3e\xce\x71\xce\xbe\x7f\xad\x4e\x64\xdf\x59\x03\xc8\xc3\x86\x9f\x9f\x3f\x72\x75\x42\xd7\x09\x6f\x2d\xfb\xfc\xfb\xf9\xa3\x84\x0b\xb0\x8e\x78\xa9\x90\x97\x6f\xd1\x9d\x16\x76\x74\x91\x9d\x94\x9a\x33\xb1\x0e\x7f\x19\x1c\xdd\x2f\x57\x08\x88\x1f\x2f\xae\x3b\x33\x0d\x2c\x3a\x59\xa3\xd1\xb9\xdc\x17\x19\x2c\x56\x0a\x75\x1a\x3e\x9f\x3f\x7f\x94\x59\xfd\xf6\xfc\xf9\xa3\x95\x83\x59\x5f\xf4\xa2\x94\x69\x5b\x8b\x77\x1c\x87\xdf\x3e\xeb\x79\xf2\xfd\xc5\xa0\xd2\xee\x0f\x27\x64\xd0\x9f\x45\x94\xf3\x31\x19\x58\x61\xa7\xbb\xd8\x25\x73\x5e\xa8\xbf\x14\xbe\xf5\x9d\x0a\x0d\xf5\x79\x63\xf5\xe8\xdb\xa2\x43\x2d\xef\x7a\x56\xff\x4b\xf8\x7c\x70\x72\xad\x73\xae\x71\x39\x96\xb2\xfa\x1f\x4e\xdc\xe2\x00\x2d\x0e\x26\xae\xdc\x6b\x8c\x2e\x00\x54\x6c\xef\xa6\xf2\xc2\xe4\x5d\xbd\xc5\xbc\x4a\x85\x66\x7f\xeb\x04\xd7\xe6\x20\x2b\xfc\xcd\xad\xbe\x8e\x73\xe9\x4e\x4a\x2d\x50\x38\xbe\xad\x9c\x60\xb7\x4d\x6d\xc8\x31\x3e\x8f\xb5\x48\x10\xee\xaf\xae\x1d\x94\xeb\x6f\xc9\xd9\xb7\x88\x6b\x2d\x6e\xaf\x3a\x29\xdb\xa9\x75\x48\x47\xb5\x23\x6b\x75\x52\x66\xa4\x8b\x02\xd7\x56\x6c\xf0\x81\x92\xfa\xed\x5a\x9d\xe6\x8a\xd4\x8f\x8e\xf0\x4e\x83\x1d\x43\xb6\xbe\xc5\xbc\x73\xf7\xdb\x45\xbe\x4b\x85\xec\x7f\x6d\xed\xae\xc3\x81\xb6\xba\x9e\x7b\xb6\xda\xda\x5d\x47\xf3\x5b\x76\x57\xf2\xb9\xe2\x9d\xef\x0f\xce\x93\xef\xac\xd5\xd9\xbb\xa2\xad\xe3\x7d\x24\xcb\xd7\xcf\x1f\xf5\x57\x1f\x16\x5d\x9b\xae\xf8\x62\xd6\x25\x3b\xd9\x6d\x9d\xef\xa3\x5a\xff\xb7\xe6\xc1\x33\x0a\x6b\x19\xee\xa2\xc5\x5b\x4a\xf7\xc8\x85\xbb\x8b\x3a\x63\xf5\xbf\x48\x1b\x62\x9d\xef\x1c\xcc\x55\xb4\x75\xcc\x9c\xdb\x88\x9f\x3f\x7a\xda\x75\xf6\x9f\x3f\xfa\x71\x58\xcf\x80\x66\xbb\x35\x03\xba\xee\xb7\xf6\x9f\xfe\x2c\x29\x2d\x8f\xfd\xfe\xea\xff\xd8\x75\x3e\xcc\x27\xeb\x15\xef\x9a\x37\x8f\x7a\x7c\x9c\x26\xde\xef\x1e\x6f\xaa\xef\x09\x21\x04\xbe\xf1\xf5\x35\x00\xf9\xe7\xd7\x0b\x83\x67\x00\x7d\xed\xae\x56\x2c\x2f\x02\xb5\xe9\x65\x8f\xd5\x18\xb4\xfd\xeb\x6b\x00\x65\xfa\xce\xf8\xf9\xa3\x67\x09\x78\x5f\xc7\xbb\xbb\x60\xfd\x5c\x84\x7a\xd7\xbf\x16\xa0\x38\xd1\x7d\x0d\xa0\x4e\xeb\x81\xc9\xbb\xd8\xfd\x65\x82\x58\xd4\xfe\xf1\x9c\x6f\x17\x27\x8b\xf0\xc8\x2d\x46\x56\x32\x6c\xe8\x1b\xab\xff\xd9\x3e\x8f\x02\xe9\x61\x5c\x8b\xbf\xd5\x06\xab\xff\x06\x4a\x81\x74\x74\xac\xd3\xa1\x34\xf6\x8d\x75\xbc\x37\xa9\x5a\x2c\xb0\x36\xf9\xc0\x58\x1a\x42\x81\x4b\x7d\x63\x2d\x40\x71\x73\x0f\xd8\xf4\xde\xd1\x8b\x33\x76\xa5\x8d\x6f\x3c\x9c\x69\x3b\xc4\x0e\x6a\x96\xd7\x0a\x4c\x77\xf4\x94\xc3\xd1\xd1\x89\x98\x30\x5d\xca\x25\xcc\x8d\xc3\x91\x4d\xb9\x25\xad\xcd\x35\x82\x4d\xd0\x96\x0c\x93\x46\xb6\x22\x38\x9c\xdb\x6f\x71\xe4\x5e\xab\xcf\xd7\x0a\x34\x09\xe6\x44\xc7\x71\xf5\x26\x1c\x42\x56\x39\xd7\x0a\xa0\x36\xe4\x6f\xae\x23\x8c\xde\x90\xbf\x09\x81\x95\xd0\xcd\xb5\x02\xe3\xb0\x5d\x06\xe0\x6a\x23\xe6\x64\xb7\x1c\x72\xce\xec\xf2\xb8\x73\xf1\xe8\xe4\xe8\xcf\xb5\x04\x19\xa1\xe5\x43\x2d\x9b\xd3\x7d\x83\x62\xd6\x64\xe4\x67\x40\xb9\xfc\x60\x8d\xa0\xbb\x36\x4b\x49\x1b\x45\x26\xba\xb4\xb4\xa4\xb8\xfb\x21\x5d\xb4\xea\xb7\xd7\x1a\x65\x6d\xbf\xa5\x68\x4b\xee\xae\xc5\x61\x9c\xeb\x84\x1c\xbf\x6a\x5b\x04\x38\x24\x3f\xe7\x62\xe1\x9b\xb6\xa2\x0b\x76\x77\xc0\x52\x06\xc7\x26\x63\x4b\x90\xcb\x79\x97\x19\x9e\xe4\xe4\xaa\x3f\x7f\x8c\x4d\x72\xae\xf6\xf3\x47\x9f\xd6\x79\xad\x23\x3e\x25\x93\x4b\x93\x2c\x55\xe6\x76\x0d\x48\x1d\x73\x7f\xc1\x00\xe5\xd4\xd7\xb9\x46\x7d\x30\x1b\x17\x2a\xc4\xfe\xf6\x46\x28\xb4\xfc\xfc\xfc\xd1\x37\x47\xbe\x58\x1f\x77\xe7\x92\x5c\xdb\x26\x6f\xf7\x81\x78\xc4\xfb\x37\x1b\xcc\xd3\x78\xaf\xfd\xd5\x3d\x2d\x77\x59\x6d\xc9\x78\xef\xba\xa4\x1d\x49\xd4\xbd\x56\x67\x9f\x84\x25\xa2\x8e\x82\x86\xf4\x2d\x19\x35\xff\xaa\x73\x09\x89\x69\x48\x97\x96\x8a\x56\xaa\x1c\x6d\x09\x72\x69\x4a\x7f\x6e\x15\x50\x1b\xbb\x7f\xfe\x98\xdd\x13\x72\x2b\xc7\xdb\xd1\x97\x41\xfa\x0e\x0c\xd0\x8d\xf7\xc8\x23\x78\xff\x59\x0b\x50\x24\x0f\x4b\xf9\xec\xc3\xc5\x7b\xd6\x00\x32\x22\xec\xb7\x34\xd1\xae\x60\xff\x3d\x8b\x44\x8d\x75\xea\xca\x81\x92\xb5\x16\xbe\x1c\x8a\x86\x95\x22\x92\xd5\x91\xfd\x83\x5d\xe7\x3b\x09\x0d\x62\xad\x6f\x41\x51\x4c\x16\xe1\xd3\xc7\xd1\xfc\xe3\x53\x89\xeb\xeb\x8f\x09\xe3\x2d\x4b\x5e\x5f\xec\x8a\x3f\xd6\x54\x97\x63\x86\x7f\xd0\xc6\x87\x80\xcc\x18\xca\xf1\x0d\xff\xe0\xb5\xa5\x0b\xaf\x3f\xe8\xed\x77\xfa\x07\x7d\xf9\x2e\x55\xcf\x82\xaa\xbf\x74\xbf\xf5\x47\xca\x10\xda\xd5\x78\x2e\x5b\x27\xe4\x8f\x93\x91\x1e\x6b\xef\x94\x72\xfa\xcb\xa2\xfd\xa5\xdc\xd5\x3f\x06\x7f\x38\x94\x35\xfb\xa5\x3c\xcd\x0a\x56\x4f\x6a\x55\x88\x5f\xe4\xb0\xd4\x2e\xf1\x59\x0b\x56\xda\x54\x88\x67\xc4\x71\xec\x3f\x56\x05\x91\x94\xdb\x97\xd6\x56\x66\x52\x73\x58\x7c\xab\xcc\xf0\x35\xe6\x62\xde\x9f\x7f\xac\x59\x9a\xcf\xe1\x1f\x7c\xf3\xec\x5f\xe2\x0f\x7f\x2c\xe7\x6e\x74\x09\xe9\xe5\xaa\x56\xd0\xd7\x78\xee\x5d\xdb\xda\x0f\xe5\x7e\xad\x60\x31\xef\x7a\xb4\xf0\x8f\xf1\x87\x3f\xd6\xd4\xac\x6d\xb1\xdd\x5a\x8a\xe3\x59\xca\x58\x2d\x6a\xde\xc7\xe2\x73\xb5\x5c\x2a\x3f\x8b\xcc\xd6\xf2\x3c\xfe\xb1\xbe\xa9\x8f\xb5\xad\x75\xaa\x51\xfd\x66\xad\x53\x8d\xf0\x9b\xb5\x4e\xb5\x67\x3b\xba\xb6\x7f\xed\x79\xfa\x47\x5b\x7f\xf4\xfd\xcd\xaa\xba\x0f\xab\x5e\x04\xad\xce\x3d\xbd\x6b\x45\xeb\xec\xcc\x1b\x76\x8d\x3a\xfb\xe3\x1f\xab\xea\x89\x2e\x36\x8e\x75\xe4\xea\x9c\x97\xbf\x50\xc1\xfc\xfc\x63\x55\x3d\xaf\xf0\x8f\xf9\x1b\xda\x57\xe7\xd5\x7d\x73\x4d\xd0\xdd\xfd\x63\xc9\x3a\xf5\x3e\xb3\x7f\x74\xfe\x28\xfe\xb1\x06\xfb\xa8\xb5\xa5\xc5\x63\xea\xfb\x6f\xea\x58\x7d\x97\x3a\x96\xe0\x2b\xf5\x5d\xea\x58\x3a\x58\x93\xfa\x1e\xc8\x6b\x8b\x60\xd6\x77\x1d\xa8\xd2\xd7\xb9\xac\xef\x52\xb5\x6a\x5d\xfb\xa3\xbe\x4b\xd5\x2a\x79\x58\x86\x95\x2e\x22\x59\xdf\xa5\x6a\x95\x31\x7c\x1f\x46\x34\x7d\xfe\xa0\x6e\xd8\xd8\x0b\x05\xb7\xfc\xd9\x30\x2f\x2d\x65\xab\xa2\xb7\xd4\x57\xf3\x86\x2f\xa5\xdd\x3b\x6a\x45\xdb\x8a\x45\x9e\xeb\xbb\xb4\xad\x82\x89\xa3\xbe\x6a\x5b\x87\xe5\x40\x2a\x62\xc8\xa9\xfb\xb1\xb5\x2e\x5a\x8d\x4e\x5f\xdf\xa5\x6d\x25\xc4\xde\xfa\x26\xa4\x99\x66\x2f\x2e\x4c\x1e\x36\x76\x63\x42\xf1\x9d\xc5\x4b\xdb\x61\x3d\x2f\x8d\xd1\x09\x34\xa9\x66\x87\xb2\x07\x77\x30\x8f\x19\x51\x2b\xa8\x74\x69\x52\xf5\x70\xbe\xb4\x38\x1d\xc3\x2f\x90\xe4\xd9\x7d\x6f\x1e\xbf\x14\xe4\xfa\x66\x6d\x65\xc3\x1f\x4e\x58\x98\x3f\x28\xed\x32\x84\xa5\x4b\xb5\xbe\x6b\x5d\xda\x6c\x5b\x47\xb9\xbe\x18\xb2\xc2\x65\xde\x84\xc5\x25\x41\x69\x2a\xd9\x97\x76\x5f\xf9\xba\xd0\x57\xbb\x51\xa4\x24\xc3\xb7\xe2\x97\xa2\x5e\xdf\xe2\x54\x72\xa2\xde\xa5\x37\x15\x88\x57\x7d\x0b\xe6\x17\xa7\x60\xe9\x4d\xa5\x87\x1f\x5f\x08\x98\xb6\x20\xe1\xe3\xd0\xbd\x4b\x71\xca\x6d\xf7\x63\x6d\xd0\x92\x6c\xe1\xfb\x65\x0a\xa8\xef\xd2\x89\xf2\x70\x10\x55\xb2\xc7\xb9\x7c\xab\x62\x1f\xbd\xa8\xce\xa5\x9b\x6c\x1d\xcb\xda\x13\x2d\x2c\xc5\x27\xf7\xea\x07\x4b\xf1\xc9\xee\xa5\xa5\xf8\xac\x0f\xe8\x77\xa5\x7f\x1e\x8d\x45\x21\xca\x48\x3e\x5f\x73\x59\xdd\x1a\x8b\x76\xa5\x19\x96\x3f\xa4\x79\xc6\xb9\x34\x9f\x5c\xad\xa7\x39\xc7\x0e\x14\xd5\xe7\x28\xf4\x7b\xa9\x3e\x79\x86\x1f\xb0\x59\x2b\xdd\x6e\x4e\x31\x04\xe4\x5d\x64\x2f\x0d\x67\xb2\x69\x2d\x3d\x7c\x6b\x29\x0f\xd9\xa6\x97\xf2\xa3\x61\xa4\xbe\x0d\x23\x86\xdd\x6e\x10\x9c\x69\x6b\x4b\x49\xd8\xeb\x86\x92\x93\x1a\x2d\x2f\x25\xa7\x0c\x97\x04\x25\x67\x3a\xb4\xe0\x98\xb8\xeb\x97\x6e\x52\x7b\xa6\xbc\x94\x8a\xdc\x5d\xce\xa5\x54\xe4\xf0\xc4\xa0\x53\x1c\xc9\x73\xb5\x08\x7c\xc9\xc1\x90\x97\x70\x5f\x92\x1f\x2c\xc1\x7d\x64\x3f\x58\x42\x79\x6e\x83\xc1\x0c\x47\x56\xf2\xef\xa8\x1c\x56\xab\x5a\x3c\xc9\x4b\x64\xaf\x0d\x3a\xf9\x8e\xd3\x1a\x6c\xe6\xe2\x88\x33\x69\xe3\xfe\x65\x1b\xaa\xef\xa2\xd3\x35\xdc\x28\x88\xec\xd9\x9d\xbf\x44\xf6\x5c\x25\x52\xf3\xb0\x22\x26\x61\xc9\xec\xb5\x04\xad\x61\x7f\x9d\x92\x8a\x89\x55\x2a\xf3\xf1\x92\x0c\xca\xc8\x3e\x67\xf7\x39\x99\xd3\x03\xcb\xe4\x63\x82\x3c\x92\xcb\xb8\x64\xf3\x7a\x38\xf0\x45\xf8\xcb\x74\x96\x17\xf7\x1d\xe1\x0a\x4d\xf6\x7a\x66\x34\x4b\x06\xd7\xa2\x55\xdf\x13\x35\x54\xa2\x06\x59\x47\x22\xa9\xaf\x42\xc1\xde\x40\x4b\x06\xcf\xc9\xb3\x8b\xc5\x73\x48\x29\x96\x08\x5e\x93\xfb\x8a\x6b\x92\xec\x14\x71\x4f\x32\xab\x8d\x4d\x74\x7f\x1b\x70\x4e\xf7\x1f\xf4\xb4\xd8\x00\xcc\xcf\xbd\xb7\xc4\xec\x12\x0e\x19\x76\xd2\x64\x0e\x4b\x82\x2e\x9b\x6a\x5e\x1a\xc1\x78\xe7\xaa\x56\x4a\xb7\x2f\x24\x38\x39\xcb\x75\xfe\x32\xd6\x55\x6c\x86\xb5\x3b\xe4\x8b\xcd\x3a\xe9\xdd\x8d\x46\xeb\xea\xdf\x28\x84\x4e\xe9\x8d\xc5\xd0\x86\x6f\xd6\xc6\xbd\x77\x63\x71\xf3\xb8\x21\xee\x66\xb9\xd5\x12\x77\x0b\x42\x4f\x7d\x31\xc9\xee\x1d\x75\x73\x63\xb4\x4f\xc6\xcd\xae\xb7\xd7\xda\x2d\xab\x1f\xc0\xac\xdd\x20\xf7\xed\x07\xfe\x81\x4d\x61\xb7\xf0\xc2\x28\x18\xfe\xe3\x31\xe1\xf9\xe3\x31\x69\xfe\xb1\x56\x6d\x73\x9c\x25\xd8\xd6\xb0\xe5\x25\xae\x95\xea\x79\x5b\x92\x4a\x69\x0e\xe7\x59\x34\xac\xba\x1d\x1f\x4c\x53\x1e\xab\x67\x31\xdc\x21\x81\x7e\x30\x5c\x56\xbf\x85\x13\x75\x9f\x7f\x1c\x43\xbe\x7d\xdd\xe3\x56\xf4\x62\x79\x75\x0d\x5e\x7b\x27\x5d\x7d\x0b\x26\x1e\x16\xea\x5d\x5b\x2a\x3c\xdc\x6f\x83\xda\x30\x82\x97\x4d\x2e\xc3\x79\xdd\xe4\xe1\x4b\x30\x4d\x9b\x7e\x59\x4d\xc4\xb8\xf7\x5d\x5b\xa7\xbb\x75\x3e\x04\x0e\x4f\xd1\x97\xfc\x98\xd9\xfe\xd6\x72\xee\x31\x7f\x2c\xa7\x32\xc0\xe7\xde\x71\x9d\x3f\x78\x7a\xf7\x83\x45\x4b\xf6\x78\x10\xc1\x93\x93\xb7\x44\xeb\x92\xdd\xc0\x0a\xd7\xbb\x4b\xdf\xa3\x39\x84\xf2\xeb\x0f\xf4\xfb\x83\x8a\x2f\x1d\xb7\x62\x9f\x5e\x3f\x04\x7f\x24\x0c\x55\x07\x65\x76\x06\x8c\x1c\x5b\x72\x4d\xf4\x15\xa3\x71\xc1\x60\x54\x31\x1a\x6b\xe8\xae\x18\x8d\xd3\x3a\xd9\xbf\xa1\x6e\x58\x94\x53\x40\x33\xb0\x28\x57\x84\xf9\x8a\x51\xb8\x36\x26\x07\xa3\x70\xcd\xec\x2c\x8c\xc2\x0a\xef\x15\xa3\x70\x3e\x8a\xef\x3b\xe3\x8d\xf2\x8b\x10\x41\xc7\x31\xfe\xee\xe7\xdc\xef\x14\xe6\xe9\xf3\xd2\xc9\x43\x86\xf5\xb7\x2a\x50\x7c\xca\x2c\x89\xad\x85\xf5\xb7\x14\x87\x87\xcc\x82\x49\xa8\x62\xfd\xcd\x98\x69\x2a\xd6\xdf\xda\xd9\xd2\x58\x79\x8b\x4b\x87\x95\xb7\xf6\x61\x03\x6b\x3a\x24\x2b\x58\x70\x93\x9c\xf5\x53\x1a\xc1\x12\x52\x31\xe1\xd6\x3e\x7d\xa9\xf8\x83\x7f\xb8\x09\xe8\x85\xd2\x48\x76\xc2\x0a\xdd\x38\xac\xaa\xfb\x03\xed\x21\x8d\x14\xf6\x25\x56\xdc\xf5\x03\x03\x42\x1c\x51\x82\xc3\x8c\xbb\x7e\xf0\xad\x9b\x1f\x2c\x3f\x74\x84\x26\x30\xc5\x56\x47\x87\x74\x51\x33\x9d\x5d\x32\x41\xe9\xce\x00\x32\x41\x85\x22\x60\x0d\xad\x01\x87\xc2\x1a\x5a\x25\xef\x58\x43\x6b\x76\xf6\x1a\x67\x0e\xfb\x42\xd5\x1c\x1a\xd5\x1f\x18\x68\xb6\x05\x84\x82\x09\x5b\xc7\x1e\xba\x7e\xa0\x1b\x8d\x09\x77\x79\x31\x88\x8e\xca\x16\x40\x26\xc8\xae\x68\x3b\x99\x7c\x66\xa6\x5d\xdc\x9b\x5b\x56\x08\x67\x68\x8d\x61\x0e\xbf\x85\x6e\xc0\x34\x34\x88\x76\xbb\xbd\x64\x85\x3c\x1c\x66\x60\x15\x81\x13\x69\xf8\xe4\xfe\xa2\x62\xf8\xac\x18\x8f\x2b\x86\xcf\xd5\x51\x2a\x0a\x77\x06\x23\x08\x6f\xe6\x1d\xce\x92\x2e\xf2\xf4\x34\x85\x16\x42\x6b\x85\xf0\x3b\xca\x25\x75\x4c\x0f\x13\xca\xa3\x9a\x0d\x06\xcb\xda\xdd\x9d\xdd\xbd\xe0\xf6\xec\x48\xa6\x8e\x1e\x0b\xe4\x70\x57\x2d\xb5\xad\x0e\xf7\x0b\x16\xc8\x43\x0e\x82\x09\xb2\x76\x78\x23\x26\xc8\x52\x3d\x79\x98\x17\x31\x55\xd5\x6d\x5e\x44\xc4\xc0\xbc\x98\x0e\x49\x0b\xf6\xc5\x91\x1c\xbf\xa2\x8c\xac\x02\x03\x63\xca\xee\x7a\xa4\x95\x8e\x30\xfa\x29\xad\xe4\xea\x0f\x17\x56\x57\x7f\xb8\xfd\x81\x11\x2d\x71\xa5\xd4\x6c\xdb\xaf\x3f\x30\x63\x83\x35\x71\x3a\x94\x57\x32\x04\x1f\x1b\x63\xc5\xb4\x55\x35\x25\x0e\x37\xfa\xdc\xbd\x65\x78\x33\x10\xc2\x7c\xa9\x63\x57\x64\x6e\x26\x96\x4e\x27\x73\xda\x0f\xd8\x11\x86\xc2\x8a\xaf\x45\xc5\x20\x58\x86\x1f\xa3\x4a\x86\xe7\xea\x74\xb3\xb6\xdf\xdd\x3a\x54\x8d\x82\xc9\x19\x45\x22\xa9\x2e\x13\x12\x49\x72\xe9\x4f\x54\x31\x27\x17\x89\x44\x79\x1b\xa3\x60\x1d\xd2\x81\xd3\x03\x8b\x52\xa3\xe1\x6f\x78\xdc\x4f\xd7\x35\x18\xd4\x12\x49\xca\x70\xcd\xce\x45\x77\x26\xac\x17\xe3\x5d\x49\x8d\xbe\x5f\xd0\x23\x37\xc8\x92\x24\xa6\xf2\x12\x86\xb3\x54\xe0\x8c\x18\xce\x92\xd2\x2a\x86\xb3\x3a\xdc\x1f\x08\x06\xdc\xa1\x54\x6c\x5c\x75\xec\x32\xec\x16\x59\x00\x1b\x57\x6e\xee\xb3\x25\x0b\xd4\x21\xf5\x5a\xec\xbc\x34\x37\x2c\xec\x3c\x3c\xc6\x8f\x34\xca\x33\xf7\x38\x64\xcb\x0e\x79\xbf\xc5\x90\x61\xe8\xdf\xc3\x90\xdd\x42\x30\x7d\x95\xc6\x6f\x31\xfd\x3a\x10\x12\xbe\xc5\xf4\x47\xa0\x56\x7d\x2f\x82\xbe\xa3\x94\xe7\x67\x27\xfe\x45\x52\x4b\x34\xf0\x06\x2d\x33\x45\xaf\xbb\xda\x5a\x61\xfa\x43\xaa\xb6\x98\x7e\x6e\xee\xbe\xd7\xae\x32\xce\x77\xa9\x1e\xc9\xb9\x78\xb1\x8e\x3b\x04\xae\xda\xbb\x73\xfd\xb9\x75\xdd\x0a\x4b\x00\xc8\x05\x5d\xf2\xfb\x76\x97\x98\xe1\xcf\x2e\xf9\x12\x2d\x4b\xb0\x3f\x66\xa9\xb8\xe6\xdf\xf9\xf3\xc7\x6c\xbe\xcf\x2a\xec\x8a\x3e\xdf\xe9\x7f\xf8\x63\xc3\xd7\x48\xfb\x7b\xc3\x30\x38\xf2\xaa\xa8\x1d\x07\x76\xf3\xee\x73\x0e\x66\x59\x94\xbf\x1d\xc7\xf5\xf3\x47\x9f\xe1\x0f\xcc\x76\xf6\x03\x66\xbb\xf9\xce\xeb\x07\xc1\x1f\x4e\xf7\x5c\x65\x7d\x51\x30\x6c\xb7\x23\x61\xd9\xdc\x3f\xe8\x44\x40\x4d\x49\xab\x65\xa2\x89\xb4\x64\xac\x52\x2c\xaf\x03\xc0\x95\x57\x3b\xb0\x45\xcc\xb0\x8c\xb4\xb1\x08\x4a\x3b\xb0\x45\x1c\x4c\x59\x3b\x92\xfd\xf3\x07\x0d\x97\x94\xb3\xdd\xc8\x74\x16\x36\x0f\x85\x6c\xb8\xb9\xd4\xb1\x9f\x07\x2d\x1f\x94\xbb\x1f\xd0\x57\x8c\x0e\xdc\x7d\xb4\x23\x4f\x06\xe7\x07\xdc\x10\x0e\x2b\xba\x20\x27\x8c\x27\xbb\x27\x19\x02\x36\x07\x2c\xbe\xed\xc8\xae\x09\x0d\x2c\xa6\x5b\xb9\x29\x6f\x7a\xcf\x1c\xa5\xfa\x87\xd7\x8b\x54\x5a\xdc\xd0\xd5\x3f\xd0\x20\x5d\x87\xca\x6e\xc8\x96\x95\xf4\x68\x99\xbb\xcc\xe1\x10\x96\x4a\x3f\xda\xa4\xd7\xd5\x1e\x59\xb6\xd2\x46\xa5\x95\x2e\xd9\x0d\x2e\x2d\x0f\xbb\xdd\x9c\x17\x86\x0f\xdf\xc4\x97\xa9\x1d\xcd\xae\xc6\xef\x54\xd4\x76\x2c\xae\x5a\xc2\xee\x06\xc4\x2e\x68\x31\xe8\x8a\xe3\x5b\x8c\xab\x23\x26\xb5\x63\x31\xae\x31\x5c\x2e\x6e\xda\xa6\xf3\xd1\x17\x79\x40\xac\x6a\x87\x3c\x6c\xbf\xe3\x64\xb2\xb1\xb8\x2d\xcb\x2e\x10\x7e\x1f\xb5\xf2\x0e\xec\xa9\x27\xda\xc2\xd1\xa3\x15\x16\x6e\x48\x1b\xf9\x16\x3e\x80\x9b\x55\x3b\xe0\x03\x47\xf5\xa0\x2c\xcd\x75\x60\xcb\x6b\x87\x97\x4a\xae\xc3\x09\x6d\x74\xdf\x9f\x2a\x07\x74\x54\xda\x5f\x9d\xe4\x93\xf9\x73\x7b\x9f\xe1\x0f\xd4\x7a\xe2\x98\x61\x37\xd0\x38\xf7\xd9\x38\xd9\x57\xc5\x8f\x6f\x28\x2e\x2d\x2f\x32\x3e\x7a\x63\x45\x97\x32\x39\x3b\x9d\x58\xba\x64\xdf\x0b\xcd\x6d\xcc\xb4\xd3\x17\xb3\xe8\x88\x2f\xdb\x75\x67\x5c\x7d\x8d\xa6\xd3\xd3\x0b\x0a\x55\xfc\x00\xbf\x83\x64\x45\x4b\xf5\xde\xef\x73\x75\x32\x1d\xcc\xa2\xf4\x23\xb9\x87\x97\x3a\x38\xa6\x7b\x18\xea\x3e\x1d\xa4\x37\x18\xd5\x29\xe2\x0a\xa3\x7a\x48\x96\x16\x37\x8a\xeb\xf7\x40\x4b\x3d\xdb\x0f\x37\x5b\xdd\x8f\x5f\xb6\x2a\x1d\x7a\x69\x4c\xfa\x24\xed\xb5\xce\x17\x8f\x90\x83\x75\x5d\xa4\x77\x4c\xeb\x7f\xd9\x4f\xee\x95\x57\xad\x8f\xce\x41\x6e\x87\xfb\x60\x11\xcf\xd2\x9c\x5c\xb5\x27\xee\x6f\xda\xf1\xb1\x31\x3b\x1f\x2c\x4a\x3a\x8e\xfd\xfc\xf4\x25\x76\x05\xea\xd3\x01\x95\x4c\x50\xcf\xce\xf0\xf1\x43\x4c\x47\xed\xfe\xe0\x7c\x25\xca\xc5\x1f\x1a\x7f\x70\x57\x06\x49\x4a\xfb\x4e\x66\xe9\x02\x2d\x1d\x4e\xc6\xa4\xcc\xae\xa8\xd6\xb4\x06\x97\xc2\x32\x7d\x1a\x36\x67\x9f\x96\xcc\xda\xd2\xc1\x49\xa8\xb4\x90\xa0\xe8\x9c\xdb\x94\xec\x13\x34\x29\x2d\x1a\x5b\xb2\x35\x49\x63\x2b\x34\x33\x25\x76\x4c\xf2\xa5\x46\x99\x26\x16\xbd\x9d\xa3\xd1\xc2\x22\x9f\x1d\xe9\xaa\x25\xc9\x67\x9d\x7c\xb0\xc8\x67\x6e\x2c\x44\x5a\x14\x70\x70\xdd\xdd\x52\xe1\xae\x8a\x43\x95\x96\xe2\x31\xa6\x53\xb6\x28\xdd\x98\x50\xfd\xb4\x28\xdd\x98\xc9\x77\x6e\xca\x7e\xfb\xfd\x72\x4b\x6a\xa9\x6a\xe2\xe6\x9d\xaa\xe5\x89\x61\xe2\xdb\x75\x34\xb6\x64\x82\x00\x16\x28\x01\x3e\x9e\x95\x9b\xa0\x96\xf0\x06\x41\x66\x68\xa9\x22\x56\x75\x2b\xed\x7e\x6c\xad\x03\x43\x81\x1f\x4f\x7c\x61\xfc\xf8\xf4\xa5\xdf\x49\x6f\x2d\xd5\x25\xac\x96\xdd\xdf\xdb\xaf\x6c\x13\x87\x04\x68\x65\xc2\xe4\xd9\x9c\x9c\xa5\xde\x74\xa9\x4c\x6a\x2c\x45\x73\x4b\x60\xf2\x44\x12\x68\x49\xa2\x1b\x0c\x10\x6f\x8f\x01\xf9\x4c\x8b\x00\x27\x3c\xd9\x5a\x92\x00\x37\xa7\xb9\x61\xd5\xe3\xc0\xa6\xe0\x7a\xa3\xd1\x02\x6e\x17\x78\x76\xb5\x14\x78\x7f\x1d\x54\xba\x74\x8c\x91\xb3\xef\x38\x58\xa8\x00\x5e\xb0\xd3\x4d\x13\xdc\xbd\x4e\xdf\x5f\xa3\xc1\xb7\xa6\xa5\x50\xac\xb3\xad\xcf\x6f\xe9\x11\xa6\x50\x29\x4b\xea\x3a\x01\x32\x32\x4d\xa1\xcd\x0d\xde\xb9\x5d\xac\xbe\x54\x71\x0d\xa0\x77\xa8\x2b\x92\x96\xd4\x31\x47\x79\x6a\xb8\xb9\x51\x22\x48\x1d\xef\x47\xf7\x7d\x5f\x64\x32\xdc\xf7\xdd\x11\x54\x2b\xba\x50\x93\x6c\x6c\xa9\x4f\xc9\x91\x75\xb4\x07\x3f\x18\xfa\x49\x31\x9c\x81\x04\x0a\x75\x4f\x23\xff\xf2\x78\x6b\x09\x87\x89\x61\x63\xe8\x2d\x1d\x12\x92\x06\xb7\x39\x4e\x35\xea\x49\x72\xf5\x31\xa6\x16\x4f\xe8\xcc\x18\xd4\x19\x0c\x36\xd0\xee\x20\x67\xfc\xf2\xa2\x6b\x69\x72\x99\x61\xbb\x73\x28\x41\xd1\xf0\xe4\x5e\x3c\x68\x78\x3a\xb2\x46\x4f\xb9\x15\x2b\xd5\x1f\xf0\xdd\x41\xd6\x49\xfa\x5e\xda\x3b\x2f\x40\x5b\xd0\x1c\x4e\x09\x28\x27\x2d\x69\x11\x6d\x88\x4d\x69\x71\xa8\x8a\xe5\xa2\x25\x19\x14\x64\x39\x9d\xd7\x2f\xcf\xbe\x96\x4e\xaf\x73\xfc\x18\x83\x8d\x07\x08\x17\x81\x64\xcb\x17\x73\xe7\x98\xf1\xf5\xcc\x8e\x13\x87\x47\xc5\x98\xa4\x81\x13\x63\x4d\x4b\x8b\x2b\xe5\x0a\xd3\x4b\x17\xe6\xd7\x66\x45\x6b\x95\x9b\x44\x93\xfb\xff\xb6\x1b\x80\xa6\xbb\x1f\x2f\x5d\x10\x79\xe7\xe6\x2a\xd4\xe7\x4b\x15\x29\x87\xdb\xee\x86\xae\x36\x38\x66\xba\xf1\x93\x92\x34\xdc\xd0\x55\x89\x9e\x56\xcd\xe6\x30\x6f\x04\xf6\xb0\x26\x67\xdb\xf1\xe0\x8f\x5a\x3d\xc0\xf7\x8d\x29\xc5\x0f\x1e\x5c\x0f\x58\x05\x2f\x95\xdb\xee\xd3\x87\x88\x4f\x4d\x32\xc1\x66\x07\x1f\xae\xe7\x3c\xc1\x0f\xca\xad\xc4\xf4\x91\x5e\xb8\x7d\xb8\x8e\xdd\x94\xf8\x3d\x7e\x39\x55\xb6\xf4\xe2\xa8\xe4\x32\xbc\xfa\xf8\xb3\x54\x18\x11\x87\x24\xfd\xa5\xa2\xf0\xb4\x2d\xd6\x57\x0e\xf7\xfc\xfb\xfa\x83\x6f\xad\xfe\x15\x47\xfa\xd1\x42\x8a\xdf\xd2\xb7\xa5\x86\x8c\x24\xe9\x52\x0d\x89\x83\xbe\x7c\x08\x3c\x92\x4b\x39\x69\x48\x5a\xbe\xf6\xcb\x0b\xb4\xa5\x2f\x20\xc8\x36\xd9\x7d\xc9\x1f\x90\xe7\xdd\x2c\x8b\xdd\xee\xed\x0e\xb7\x2d\xfb\x95\x35\x53\x87\x1b\xf9\xbb\xa9\x93\x59\xc3\x54\x89\x71\xb7\xa5\x6f\x8f\xcf\x1f\x70\x55\x63\xd6\x32\xa6\x4a\x85\xea\x0c\x77\x96\x65\x65\x5d\x69\xeb\xa0\xcc\xa5\x0c\xc7\x26\xe3\x18\x11\xcd\xf7\x3b\xaa\xea\xa4\x8c\x3d\x77\x97\x51\xb0\x54\x42\xf2\x81\x9e\xcb\xf4\xe7\xa5\xff\xb4\xe3\xb0\x22\xec\x26\x48\x69\x78\x9d\x97\x69\x87\xd0\x72\x70\x53\x6e\x39\xc5\xcf\x1f\xd1\x92\xef\xb0\xf1\x39\xa2\x19\x3f\x82\x60\xe3\x67\xdc\x5b\x31\x36\x37\xdd\xd4\x3b\x32\x41\xf6\xc2\xb5\xf8\xdc\x65\x87\xdf\xe8\xc0\x5e\x58\x02\x5c\xd5\x8b\xea\x55\xe6\x62\x55\x6d\x29\x2f\xf5\x25\x4f\xb8\x01\xce\xea\xb9\x21\xb2\xe9\xad\x7e\x04\x7c\x45\x7f\x75\xee\xa7\x5a\xce\xb6\x90\xad\x09\x8b\x98\x73\x84\x27\xbb\xda\x42\xc6\x7c\x79\x04\x22\x68\x2e\x4e\x3c\x35\x15\x6c\x45\x1c\x08\x3c\xdb\x6b\x73\x22\x0b\x0e\x41\xdd\x32\x4c\xc9\xb9\x28\x13\xc1\x8e\x39\x2a\x3a\xd0\xfb\x8e\x3c\x96\x1e\x79\x33\x1a\x4e\x00\x5a\x11\xf7\x28\x2d\xeb\xaa\x82\x4b\x53\xcb\x15\x86\x8b\x3c\x96\x97\xb4\xa0\xc7\x41\xcb\x55\x73\x22\x1f\x57\x85\x65\xdf\x59\x52\x8a\xdc\x2a\x2f\xde\x5f\x66\xf5\x7d\xb8\xa1\xbd\x40\x73\xea\xcd\x6f\x1f\x2e\x0f\xe8\x69\xd3\x2b\x92\x6f\xf1\xea\x54\x62\xcb\xf0\xf3\xd8\xcf\x21\x4b\xbb\xe1\x06\x77\x73\x2a\x1a\x2a\xb5\x0d\x78\x53\x09\x43\xc8\x0d\xbd\x24\xdc\x47\x9a\x1f\xe1\x01\xf8\xf4\xd7\x8e\x60\x96\x83\x5a\x6d\x41\xd3\x62\xec\x97\xe0\x99\xd9\xf2\xf0\x07\xbf\x60\x86\x87\x3f\x9c\x90\x2b\x96\x70\xb1\xf4\x3e\x5d\x91\xd0\x22\x41\x37\xe0\xdc\xdd\x09\x86\x71\x1f\x11\x34\xd7\x9d\x3c\x2a\x5a\x9c\xbb\xef\x09\xe8\xec\x11\x0e\x6d\xee\xae\x08\x84\x39\x77\x3d\x54\x98\x99\x71\xf8\x03\x1b\x03\xf6\xdb\xc3\xb2\xec\x97\x0f\x46\x59\x02\x2f\x74\x2f\x8f\xb5\x3c\xc9\x93\xba\x58\x71\x39\x3c\x18\x03\x29\xa6\xd2\x8b\x71\xae\x21\x4c\x1b\xb8\x6c\xe0\xb7\xe4\x2d\x0f\x44\xcf\x5d\xdb\x83\x88\xcd\x60\x71\x54\xec\x8e\x75\x2e\x12\x88\x7b\x50\xcb\x53\x12\xe8\x4c\x79\xeb\xe9\x6a\xc3\x9b\x9b\x5d\xd4\x58\x18\x1e\x76\xbc\x0a\xb3\x44\x63\x7a\xb3\x42\x6b\x93\x69\x96\x38\x2c\x06\x9e\x13\xe4\x2d\x73\xa3\xa9\xe6\x92\x17\xff\x6e\x7b\xac\x18\x17\xdb\xf0\x9d\x01\x6b\xb6\x8c\x1c\x74\x58\xcf\x89\x50\xe0\xfb\xba\xd0\xf0\x0e\x7e\x3f\xcd\xd3\xaa\x27\x9f\xdb\x01\x36\x5d\xad\x73\xa9\x7c\xed\x70\xd9\x2f\x0c\xbe\xc8\x62\xf9\xd6\x21\xcd\x4e\xdc\x70\x03\x37\xd6\x9d\xfd\xc1\x3f\xb8\xb9\x83\xe9\x10\xc4\x54\xb3\x73\x27\xab\xed\x9e\x6f\x58\x6d\x97\x10\xcb\x6a\xbb\xf3\x72\xe3\xa6\x21\xa1\x78\x0c\x22\xe0\x03\x18\xe7\x41\x30\x53\xcb\x4f\xc6\x14\x6e\x99\x2d\x27\xd5\x5c\xaa\x64\x3b\xac\x88\x50\xb5\xa3\x4b\xf9\x9e\x01\x89\xf6\x83\xb5\x53\xc2\x03\xfb\xd8\x74\xb6\x89\xa5\x87\x10\xe0\xd5\xb2\xfc\xb8\x3b\xee\xc5\x8f\x47\x75\x0d\xd1\x4a\xd3\xb4\xb9\x8f\x0b\x61\x9e\xbf\x4b\xd5\xab\x30\xf3\xcc\xed\xe0\xd1\x91\x0b\xf3\xab\xaf\x0d\xdd\xf8\x1c\x10\x83\x83\x9b\x4e\x2b\x5a\x7c\x72\xe0\x71\xdd\xf2\x87\x85\xc1\xe9\xfb\xe6\xaf\x08\x89\x96\x3f\xbc\x85\xa4\xfc\xf0\xba\xe1\x3a\x7c\x78\x95\x23\x50\x17\xdc\x94\x0a\xd3\x5d\x54\x2b\x59\xe8\x02\x4b\x53\x63\x2a\x87\xf3\x02\xdf\x2b\xf0\x34\x82\x0a\x5a\x31\xac\x23\xfc\x80\xdd\xa9\x0e\x57\x8e\x8f\x88\x04\x7e\x48\x5e\xb8\xf3\x5c\xcf\x21\x96\xa7\x10\xa7\x81\xef\x61\x2b\x7a\x0e\x35\x9f\xbb\xe8\xcd\x1f\x26\x21\x85\x41\xf9\xfc\x15\xe4\xd1\x4a\x42\x5c\x86\x06\x94\xcc\xfe\x47\xec\x2a\x28\x95\xaa\x38\x25\xbb\xc5\x6c\xd9\xb8\x8b\xfd\x12\xd7\x19\xd5\x8f\xd7\x72\x86\x95\x2e\x16\x35\xa6\xbd\xc6\xc6\xa6\xcc\x5e\x16\x8b\x1a\x07\x1c\xaa\x14\x37\x34\x64\xa9\x14\x16\x04\x01\xa5\xc0\x7e\x5c\xa8\xc2\x4d\x18\x4e\x90\xad\xe0\x98\x23\x51\x2f\xc5\x4a\x2d\xb3\x13\xd8\x21\x65\xa9\xaa\x43\x79\xa3\x2c\xe6\x63\xc4\x4a\x2b\xaa\xaa\x1a\xb6\x0a\xdc\x47\x83\x46\xd1\x49\x87\x3b\xd3\x56\xaa\xee\x58\x74\x4f\x27\x1d\x6e\x06\x5b\x21\x74\xa1\xec\x97\xd0\x55\x1d\x43\xe5\x9e\xb3\x94\xdf\xd1\xb7\x52\xb7\xcb\x02\x65\x9c\x73\x76\xc5\x18\x6c\xd8\x64\x65\x87\x25\x38\x10\xbd\x73\x60\x4e\x65\xa9\xaa\x95\x68\xce\x56\x1a\x9e\x64\x70\xd7\xb2\x38\xdb\x90\xd5\x94\x66\xf8\x1b\x0d\xe0\x92\x48\x2c\x42\x2b\xad\xe3\x90\xe4\x3b\x27\xc4\xc1\x32\xa4\x59\x75\xa8\xa0\xb5\x26\x37\x8d\x1c\x4f\x82\x58\x16\xc7\x4b\xc9\x65\x69\xec\x44\x84\x96\x12\x6b\x27\xaa\xc3\x15\x1c\x13\xf1\x46\x6d\x05\x95\x37\x5c\x6b\x2e\xe2\xf0\xc2\x6b\x25\xb8\xa6\x77\xdb\xcb\x2d\x25\x3f\x25\xdc\x40\x74\x69\x71\xcb\xc2\xc5\x41\x2b\x72\x4b\x2e\xca\x5a\x89\x7f\x0d\x31\x6a\x45\x25\x99\xdb\xa0\x56\x96\x92\x5c\x76\x57\xd1\x86\xbb\x13\x10\x78\x52\x7b\x2c\x97\x32\x5c\xb3\xcb\xd5\xf1\x52\x81\xc7\x15\x95\xe1\xee\xf6\xe0\xee\xee\x70\xe6\x51\x86\xb3\xb3\xd7\x71\x45\x76\xaf\x77\x37\x04\x54\xa6\xa8\x0d\x17\x6b\x1a\xac\xa1\xad\x4d\x5f\xf2\x8f\x93\x7e\x5b\x2b\xf7\x2e\xbe\x64\x98\x80\x47\x6b\x40\xae\xb8\xb4\x68\x65\x78\x99\x43\xd3\x83\x40\x0d\x8f\x9c\x2e\x49\xc5\xb2\xf2\x22\x5d\xf2\xba\x8e\x4b\x98\x56\x06\xc4\xdb\x95\x5e\xec\xb4\xa6\x5d\x29\xa2\x80\x1f\x73\xdf\xb6\x8f\xd3\xc4\xfc\xea\x31\x5b\xaa\xee\x18\xce\x05\xaa\xee\xde\x92\xd3\x6f\x99\x54\x99\xa6\x86\xf3\x82\x1f\x50\x71\x2b\x2d\xae\xd9\xbb\x93\xa4\xda\xcb\x2d\x47\x2b\x8b\x6d\x16\xcd\x60\x05\x5f\xfc\x8e\xb8\x58\xb4\xcb\x7a\x29\x50\x50\x7b\xfb\xae\x89\x68\x21\x09\x19\xd7\x6e\x87\x37\x1b\x45\xbb\xac\xe3\xe4\xde\x2d\xbb\x01\xb0\xc5\x6a\x99\x2a\x27\x1b\x00\xda\x5d\x2e\xfc\xb9\x3c\xe1\x97\x33\x2c\x4d\xc0\x32\x3b\x5c\xc3\xab\xf9\x03\x7d\xbd\xe2\x57\xb8\x5a\x2b\x58\x60\xb3\x64\x00\x16\xac\x99\xa8\xc8\x82\x95\x09\x8a\x6e\x3e\x4e\x25\x2c\x38\x79\x40\x17\x07\xee\xdd\x63\x72\x8f\x5f\x71\x6f\xad\x10\x47\x9c\xec\x2a\x97\x73\xc7\x7e\x7e\x11\xa4\x40\x8f\x96\x7a\x5b\x94\x03\x0a\x4e\xea\x72\xca\x02\xff\x6d\x6e\xaa\x87\x60\x24\x78\xf4\x76\x9f\x1e\x1e\x5c\x1c\x72\x12\x7c\xb9\x70\x83\xa7\xc9\xbd\x70\x83\x97\xa4\xc5\x8b\xfd\x56\xcd\xec\x45\xf6\xab\xa1\xad\xa0\x0e\x4f\x4f\xc6\xa3\x1f\x3f\x1f\xe3\x91\xd3\x8e\xdf\x13\xb8\xd7\x85\x47\x2c\x2f\x2f\x86\x47\xd9\xc2\x5b\x7e\xc5\xfb\xb5\x82\xde\xbc\x37\xc7\xdb\x90\x8d\x6d\x05\x0f\x09\xcf\xae\x37\x7a\x43\xaa\xf6\x0e\x68\x8e\x3f\x4c\xca\x7e\x70\x72\x25\xc3\x44\xbd\xc6\x71\x32\x39\x98\x9e\xeb\x7e\xff\xf9\xf9\x43\x51\xba\xa0\x7e\x37\x8f\x83\xda\xb7\x74\x6f\x89\x04\x45\xfb\x43\x59\x22\xc1\xa2\x10\x94\x09\x04\xf3\xfd\xcf\x20\x12\xdf\x71\xe3\x4a\xeb\xf4\xf3\xa9\x7e\xa0\x09\xc5\xe7\x6b\x00\xda\xe9\x0b\xea\x75\x73\xf0\x4b\x9e\x28\x0a\x88\xe5\xdb\x73\xcf\x00\x96\x82\xdd\xf0\x97\x6b\xe5\x33\x98\xd8\xd6\x1e\x9e\xaf\xd9\xaa\xba\xfc\x28\x20\x10\x7b\x5e\x0b\xd3\x55\x75\x82\xc6\xe3\xb4\x55\xcc\xdc\x99\x29\xaa\x47\xc5\xfd\x76\x50\x76\x9f\x84\x3f\x04\xd5\xfa\x83\x93\x1d\x56\x85\xbb\x1d\x42\x65\x3d\x60\x6c\x18\xdd\x2a\x66\xee\x3a\x7d\xe7\xf2\x83\xc6\x1f\x5c\x28\xed\x97\x9e\xc5\x67\x92\x1f\xeb\x7d\x6a\x97\x3e\x9c\x66\x79\x67\xc9\x2f\x85\x08\xfb\x56\xd5\xc9\xa1\x07\x75\xe9\xe4\x8b\xbe\x52\x46\xba\x60\x79\xaa\xd1\xf1\x32\xaf\x9a\x20\xc5\x0e\x21\x39\x04\x2b\x25\x2a\x04\xae\x51\x93\x86\x39\x86\xa6\x52\x3e\xba\x35\x61\x36\x3d\x2c\xbf\xd8\x77\xed\xc5\x22\x63\x99\x0d\x59\x31\xa9\x47\xb5\xcc\x66\x80\x10\x57\x85\x9f\xc1\xce\xa8\x4b\xf8\x69\x44\x63\xb5\x8a\x4b\xb4\x22\x6b\xcd\x7d\x29\xa8\xd4\x4f\x6c\x69\x63\x2f\x54\x1c\xa2\x03\x2e\x5e\x55\xee\x07\x9b\xb3\xa2\xdc\x8f\x69\x9d\xde\xcb\xf9\xdc\xe8\x58\x9f\x13\x3e\xe7\xbc\x67\x6e\x02\x7d\x5f\xc1\x69\xb0\x61\xea\x12\x9c\xaa\xa6\xee\x5a\x98\xc7\x61\x59\xaa\xe7\xa4\x16\x5d\x41\xfd\x00\x7b\x3c\x34\xac\xa2\xf4\x4b\x01\x2a\x0e\x48\x52\xf4\x5a\x76\x57\xad\x49\x26\xcb\x30\xd1\xfa\x55\x93\xab\x57\xa1\x0a\x82\x95\xab\x50\x89\x75\x2d\x46\xad\x23\x6b\x55\xee\x0e\x0e\x57\xa1\x3a\x79\xbc\x84\x78\x55\xdc\x0b\x5e\x05\x68\xfa\xac\x55\xff\x61\xd6\x99\xab\x80\x43\xd1\xae\x22\x42\xa9\x94\xd6\xea\x91\xe1\x6b\x7c\x9a\xa5\x17\x55\xa9\x69\x20\x5b\x54\x42\x35\x35\x20\xd4\xc6\x8e\x81\xe2\xd6\x46\x20\xad\xad\xe1\x99\x54\xea\xf1\x3b\xfa\x56\x89\xe3\x2c\xf6\xa4\x39\x3d\xd3\xda\x0c\x44\xf5\x07\xdd\xb1\x99\x67\x44\xa1\xbd\x48\xe1\x62\x38\xda\x25\x0b\xb5\xe2\xb2\x2a\x0b\x4d\x37\x66\xd0\xc7\xfd\x52\xf7\x07\x46\x1b\x86\x03\x52\xee\xec\x4c\x9b\x5e\x22\xcc\x3a\x55\x94\x0b\x9e\x5e\xbe\xc3\xb9\x99\xfb\x07\x1c\xb4\x60\xc2\xb5\xdb\x82\x65\x66\xc1\x99\xea\xda\xa3\xe8\x6b\xe7\xfa\xd1\xdd\xd8\x59\x6e\xd7\xa2\x7b\xc0\x19\x27\x66\x7b\xaf\x28\xeb\x48\x36\xc6\xc7\x83\x1d\xe8\xe9\x55\xb2\x91\x10\xd6\xe1\xa0\xfd\xda\x41\xef\xaa\xb8\x58\x46\x2e\xaa\x48\x30\x15\x96\x50\xb1\xe8\x4f\x37\x94\x97\xc3\x1a\xd9\xeb\x20\x34\xc4\x59\xc2\xdf\x48\xd3\x7d\xc5\xdf\xc8\x5b\xbd\x3a\xed\xd3\xfe\x03\xa7\x4d\xf7\xca\xb4\x4f\x56\x3b\xed\x13\x53\x66\x4c\xa3\x83\x20\x70\xaa\xb8\xa1\x96\x60\x94\xb5\xbb\x55\xcd\x09\xd3\xa5\x5e\x92\x51\xab\x2e\xdc\x92\x6d\x16\x45\xa3\xbc\x2a\x55\x65\xaf\xa7\x03\x45\xf4\xaa\x4b\xb6\x69\xf2\xc1\xba\x64\x9b\x26\x7f\xa9\x4b\xb4\xa9\x51\x2d\x5f\x64\xea\xf0\x63\x44\x38\xc9\xd1\x69\x63\x96\x5f\x2b\x65\x08\x84\x0c\x16\x27\x80\xfb\x80\x63\x93\x54\x2e\x04\x54\x58\x2a\x17\x02\xc7\xf4\x68\x7b\x23\x20\x8d\xb8\xe8\x2b\x0a\x68\xbd\xbc\x81\xa3\x7b\x4b\xfe\x69\x44\x46\xb4\x7a\xdd\x3f\x7f\xcc\xc3\xf5\xc1\xf0\xaf\xd8\x52\x2f\xbb\x61\xff\x88\xfc\x53\xf9\xa8\x4b\x48\x52\x56\xaf\x88\x48\x6a\x7b\xf5\x66\xaf\x62\xd9\xab\xb7\xab\x50\xfd\x83\xc0\x4c\x69\xb6\xb7\x06\xb3\x5a\x11\xa1\xa5\x12\xff\x9b\x88\x1e\x97\x0d\x53\xc6\xa6\x4d\xb8\x42\x6f\xce\xb1\x84\xa7\xe6\x15\x77\xc5\xe3\x79\xba\x6c\xf7\xbb\x3a\xe4\xa7\xf4\xd3\x6d\x81\x7d\x63\x53\x5a\x9c\x9f\x0e\xab\x7c\xec\x28\xd5\x2c\xf9\x6a\xb1\x27\xca\x61\xdf\x98\x21\xec\x1b\x5e\xcf\x55\xe4\xab\x63\x8f\x40\x4f\xa8\x29\xc5\x7f\xec\x91\x3f\xb0\x84\x6e\xe1\xe7\xa5\x4c\x97\xf0\x84\xca\xbe\xaf\xfb\xf3\x44\x9c\xab\x4b\xa0\x1a\xdd\x33\xf9\xe2\x35\x21\x43\x45\x56\xda\xab\xfc\xb2\x8f\xe4\xd8\x2f\xce\xa4\x76\x6f\x3b\x3f\xf9\x0e\x2e\x31\xed\x77\x31\xaa\xad\xe2\x19\xb5\x77\xf1\x12\x98\x8a\xee\x1e\x15\xa7\x67\x2f\xfb\xea\xc7\x4e\x77\x45\x91\x61\xb4\x5b\xd6\xcf\x61\x2b\x16\x20\xc3\xec\x9d\xf1\x39\x6c\xa6\xc0\x4b\x82\xe9\x8a\x7e\x08\x99\x70\xe1\xa6\x70\xe3\xd5\x43\x43\xb8\x49\xfb\x87\xca\xe6\x1b\x94\xdd\x1b\x70\x92\x76\xe8\x7c\x9e\x28\xe3\x27\xcf\x02\xb7\xc3\xb5\xe8\xfe\x30\xd7\xc2\x37\x8a\x2c\x3c\x07\xb1\x29\x85\xd8\xc0\x92\x42\x9a\x3e\x4f\x2d\x79\x72\x7d\xce\x09\x80\x61\xb6\xcc\x46\xe1\xd4\x37\xfd\x91\x89\xcf\x6c\x0d\x8b\xbe\x97\x2a\x8d\xe4\x12\xde\xa7\x35\x92\x48\x10\xb5\xd1\x5a\x76\x62\xa0\xf6\x0d\x2b\xfe\xec\xfe\x20\x4d\x9b\x7e\x01\xa7\xaf\xd6\x84\x2b\xb4\x73\x51\x68\x1a\x43\x50\x2b\xfa\x48\x31\xb2\xe2\x89\x46\xd6\x6f\x85\x35\x41\x21\x68\xe4\x88\xa8\xd5\x8f\xd9\x7d\xd5\x77\x1e\x3d\x09\xe9\x06\xbc\x9a\xe8\xa8\xd6\x0a\x13\xe3\xe4\x91\xb5\x25\x69\xe6\x6c\x95\x99\xb1\x4b\x18\x4f\xd2\x01\xbd\x6a\x44\x38\x49\xc9\x1b\xf7\xfc\xa4\x3e\x6a\x8d\x7b\xfe\x44\xc4\x67\x6b\xa4\x7d\xd0\x19\xa0\x2d\x26\xbe\xe4\x00\xca\xe7\x5a\x12\x8b\xdf\x52\xdd\xec\x51\x63\x9c\x2e\x55\x23\x2a\x18\x06\xd7\xf0\x34\x4e\xe4\xc2\x68\xad\x71\x18\xab\x3f\x40\x4c\x39\x72\xad\x31\xce\x66\x45\x8e\xd3\xb1\x35\xe3\x56\x78\x89\x14\x3c\x81\x72\xd8\x82\x7b\xca\xc3\xe7\x8d\x1b\x1a\x46\xb0\xf8\x6f\xae\x6e\xaa\x70\x3d\x7d\x1f\x6b\xae\x0d\xc7\x65\x03\x6c\x00\x1c\xa7\x3a\xa7\xa1\x05\x1b\xdd\xa9\x20\x58\x54\x63\x76\xd3\x38\xe0\xea\x74\x76\x15\xfb\xbf\x75\x84\x3e\x4c\x14\xad\xdb\x6b\xd4\x99\xd6\x21\x0e\xf0\xdc\xd6\x75\x00\xf5\x2d\x99\x2e\x0a\x56\x1b\xac\x8e\x5d\x1d\xa4\xe4\x40\xaa\x6a\xc3\xbd\x40\xb7\x07\x5e\xf1\xee\xdb\xb1\x84\xe4\x5f\xcf\x07\xdf\xd2\xeb\x81\x0b\x1f\xac\xae\x61\x4c\x18\x6e\xc8\x41\x4f\x77\x5b\x9e\x1d\x3a\x37\xdd\x22\xae\xd4\xb4\x13\x96\x39\x3c\x1e\x4e\x2e\xd1\x4b\xf6\x03\x16\xdf\xf3\x38\x91\x8e\x76\xf9\x41\x2a\x61\x60\x53\x23\x93\xdb\x7c\xd2\x1a\xa4\xae\xe1\x99\xe5\x0d\x6a\x3b\x4f\x7c\xbf\xf8\xe0\x74\x11\x9c\xa3\xc5\x27\xc7\xe2\x3d\xbf\xa1\x6f\xed\x74\x96\x91\x6c\xda\x49\xdc\x3a\x94\xb6\x5d\x8c\x03\x26\x4a\xa2\xa4\xa1\x7d\x96\x4c\x49\x55\xae\xd6\x2e\x77\xa2\xc7\xf2\x62\x27\xba\x2a\xb8\x74\xa5\x4d\xa3\xb8\x3d\x9f\x2e\xc5\xa5\xda\x1d\xbe\xc5\x34\xd8\xfb\x0b\xba\xa9\x48\xdc\x08\x28\xd2\x4b\xb3\x11\x63\x9f\xbc\x40\x6f\x37\x13\x0a\x87\x69\xf8\xf5\x6a\x10\x25\x67\xd3\xa8\x6e\xde\x9b\xdb\x32\xa9\xc0\x6d\x73\x90\xe9\x76\x3b\xeb\xf4\x63\xb1\xbf\xa1\x97\x56\x7b\x18\xa9\x04\x48\x3e\xe7\xd2\x3f\xdc\xc0\x7a\xe6\x1e\x57\x92\xae\x3e\x9e\x69\x7b\x81\x7d\xbf\x3a\x7d\xcf\xc9\xe1\xf5\x25\x57\x63\x58\x13\x16\x8c\x6c\x4d\x1c\x09\x44\xd2\xf6\xb8\xc6\xc8\xcf\xed\x71\x8d\x29\xbf\xee\x28\x4f\x29\xee\xbf\x43\x8a\xfa\x4a\x74\x24\xb5\x2f\xee\x62\xce\xc0\x4b\x07\x11\x92\xda\xcb\x4a\x38\xe1\x2f\xfd\x43\x1d\x69\x18\x11\x12\x51\x31\xad\x61\x44\xa8\xbb\xa2\xc5\x13\x0e\xfb\xf4\x42\xa7\xbb\x95\xd2\x25\x44\x9b\xf6\xb9\xd6\x9e\x04\x6e\xd1\xab\x15\x2d\x2d\x7f\x1e\x4e\xeb\x07\x81\xe8\x7e\x40\x90\xad\x34\xe1\xe3\xf8\x4e\xcb\x1c\x5f\x4d\x2f\xb1\x98\xdc\x62\x75\x94\x59\x07\x16\x8e\x14\x5a\xa3\x41\xbe\x02\x56\x96\xb4\xdb\xc5\x41\xb7\xa7\x3f\x4c\x2e\xa6\x0a\x65\xe8\x1d\xbd\x8b\xa5\x75\x4f\xe2\x6d\x1b\x71\xf1\x89\x00\xcb\x16\x38\xfc\x92\x11\xa3\x05\xae\x65\x7a\x3d\x44\x62\x41\x77\x45\x89\xe1\xb0\xb8\x91\xcc\x7c\x41\xc3\x04\xf2\x1c\xd9\x8f\x2f\xb4\x6b\x7a\x9d\x10\x05\xd9\x19\xc1\x2d\x77\x22\xda\xa1\x45\x72\xcc\x56\xca\x44\x22\xb6\x04\xca\xb2\xd7\x32\x91\x5d\xb5\x4e\xb9\x33\x15\x34\x80\xb6\xbc\xdd\x58\x22\xe3\x5c\x97\x2c\xdf\xbc\x44\x03\x8b\x59\xb6\x76\xf8\xfc\xa5\xd7\xf4\x88\xeb\x84\x80\x4c\xc5\xe2\x95\xd3\xd3\x1d\x2a\xc5\x36\x06\xaf\x24\x98\xa2\x05\x4a\x71\x4a\xce\x51\x81\x79\xb1\x15\x82\xcc\x79\x04\xf4\xb7\x28\xc8\x16\x87\x15\xb9\x20\x48\x58\xb1\xb4\xe5\xa9\x3b\x62\x90\x74\xe9\xd7\x4b\xa7\x2f\xd9\x04\xb1\xe4\x10\x96\x40\x11\x56\xee\x36\x25\x5a\x4a\x2e\xc9\x62\xae\x53\xe7\x42\x82\xfc\x9b\x1e\x37\x51\x1d\x27\x15\xe1\x07\x4c\x5e\xb9\x16\x8b\x0f\xb6\xb5\xfd\x7f\x43\xe3\xa2\x39\xb3\x74\x71\xa9\xb6\x4d\xaf\xc0\x68\x76\x97\xa5\x6b\x36\x48\x0f\x1b\xfb\x07\x8a\x13\xc1\x04\x72\x1c\x48\x36\x90\x92\xee\x26\xb1\x34\xd9\x46\x0c\x79\x8b\x70\x06\xdd\xae\x61\xb7\x2c\x3b\x83\xbe\xe4\x39\xa1\x17\xe1\x0c\xba\x46\x78\xbe\x1d\x6e\x69\x63\x77\x5d\xdf\xc5\x61\xab\x7a\x69\x2c\x0e\xdb\xf4\x29\x8c\x90\x9a\xf8\xfe\xc7\xba\x33\x37\xdd\xc9\x84\x64\x07\x1a\xb1\xfe\x51\xb1\x34\xe2\x49\x60\x7e\x8b\xbe\xbb\xca\xa0\xb9\x27\xd7\x78\x18\x7a\xb8\x91\x94\xae\x45\x37\xc3\x21\x4d\x74\xfb\x0a\x5b\x0d\x72\x08\xa9\xb2\x47\x9f\xac\x17\x53\xd3\x5d\x6d\x38\x54\x0c\xe7\x8c\x9a\x96\x5a\xdb\xb4\xc4\xc4\xd2\x6a\x5b\xf3\x98\x71\x69\x1e\x2e\xfc\xf0\x08\x31\x88\xe1\x11\x82\x9c\x04\x61\x34\x6a\xec\x41\xa2\x1e\x0d\x51\xb1\x14\xd6\x46\x1c\x4c\x8b\x59\xfd\x80\x51\x93\x48\x50\x02\x17\x58\xef\x8b\x7b\x6e\xe9\xa2\x45\xe1\x3b\x4e\xd6\x01\x3a\x1b\x46\xb1\x24\x0f\x29\xb9\x6d\x54\x3a\x62\x71\xc2\xa9\x89\x25\x96\x3a\xb9\x84\xdc\x55\x5e\xdc\x6f\x1e\x98\xc0\x02\xab\x79\xf8\xed\xa5\x7f\xa0\x87\xf1\x92\x84\x50\x11\xe9\x65\x74\x65\x8c\x0b\x7f\x3f\x3f\x40\x21\x54\x6b\x8c\xa5\x11\x4e\x59\x45\xe0\xcf\x1c\x48\x46\x81\x3f\xb3\xfa\x7a\xdc\x1e\x33\xdf\x61\xe2\x3d\x72\x18\xcd\x75\x32\x09\x7c\xc2\x92\x71\x12\x41\x6a\x17\x15\xc2\xc0\xcf\x79\x7f\x00\x27\xd3\x7f\x2d\x9e\xfe\x2b\xd3\x5c\x8b\xc7\x3b\x45\xdf\xb9\x60\x2c\x3e\xbf\x75\xa8\xf3\x07\x8e\xa2\xfb\xe2\x21\x64\xd2\x91\xa1\xaf\x79\x13\x1e\x2f\x57\x4b\xd8\x31\xe2\x65\x17\xfa\xed\x8b\x44\xe6\x0c\x71\x1d\xbd\x3d\xe1\x03\xfb\xb7\x6a\x4b\xbc\xec\x73\x89\xc6\x6b\xcb\xc8\xcb\x81\xcb\x74\x41\xba\x08\xdc\xc3\xaa\x2b\xfb\xe9\xbd\x46\x8f\x3e\x7c\x54\x9d\x23\x38\x54\xb3\x81\x8f\x73\x8e\xe8\x15\xe8\x67\x06\x0c\x84\xbe\x5a\x9e\xc8\xc5\xa1\xca\x5e\xcc\xcf\x05\x5f\xef\x74\x33\x68\x34\xcb\x4c\x1d\x92\x6d\x3f\x5c\x70\x14\x89\x8e\x8b\xb4\x0e\x85\x7d\x71\xab\xa9\x4d\xb2\x9b\xd1\xf0\xb0\x4c\x27\xb8\x56\xe9\xc7\x49\xd9\xe7\xf8\xd8\x40\x95\xfb\xe1\x88\xab\x7f\x3c\x38\x9b\xa7\xdf\x91\xb7\x9e\x90\xce\x38\x31\x3d\x15\xca\xf4\x2a\xc1\x43\xf7\x73\x36\x7a\x6e\xfe\x31\xf8\xc1\x97\xa0\x7b\xcc\x71\xff\xb7\x64\x83\x8d\x5c\x2a\x45\x93\x6e\x27\xae\xa4\xc0\x13\x48\xab\xd2\xbc\xc3\xef\xa8\x74\x7a\xf8\x74\xfd\xb2\x32\xc7\xaa\xc3\xa5\x0e\xc7\x8a\x4a\xa7\x21\xb2\xeb\x7e\xc5\x3e\xec\x28\x68\x07\x4a\x66\x2f\x56\xea\x73\xb3\x25\xf2\x2d\xc9\xfa\x14\xf4\x3b\xb9\x25\x48\x6c\xd9\x3a\x2c\x24\x65\x28\x46\x37\x29\x9f\x15\xe1\x59\x95\xbc\x37\xea\x15\xff\x14\xf4\xaa\x4e\xf0\x89\xea\x70\xc7\x64\x1a\xd9\xb2\xdd\x66\xdb\x77\x98\xce\xb1\x7f\x40\x7a\xd9\xcf\x49\x6b\xe1\xd0\xc8\x1b\xa1\xe6\xda\x8d\x11\x65\xcf\x74\x7c\xab\xb4\x7c\x75\x6e\x97\xb5\x6a\xf4\x86\x1f\x93\x53\x81\x51\xb4\x4d\xdf\x71\x8a\xe8\x28\xfc\x66\x3f\x36\x00\xce\xea\x71\x6b\x85\xdb\x74\xae\x96\x75\x62\xeb\xe4\x7d\x38\xdc\x6d\x5c\x21\xab\xda\xf6\x70\x4b\x22\x03\x75\x12\x42\x18\x55\xd3\xe5\x36\x79\xff\x31\x98\x15\xbf\x60\xde\x77\x4d\xa4\xb1\x73\x31\xe1\x36\x47\xb5\xec\x9e\x74\x83\xa2\xcf\x1d\xb0\xdf\x1e\xaf\x3f\xf8\x07\x96\x78\x87\xdf\x59\xd9\x66\x99\x0b\x44\x68\x6a\xf7\x76\xd8\x6d\xd4\x6d\x81\x1e\x75\xa6\x02\xed\xa9\x73\x09\x5c\x5c\xb3\xc1\x1d\x59\xf3\x39\x57\xe5\xf6\x0e\x96\x72\x40\xcc\xfb\xb0\x7e\xe6\x8b\x3c\x12\xe4\x32\x6b\x7d\x50\xa7\x73\x87\xbb\xb3\x52\x49\x9f\xf6\x8d\x3e\x13\x41\xa9\xe7\x6f\x3f\x71\x83\xf1\x98\x9f\x89\x6d\x40\xdf\x4e\x52\xc4\x1e\x3e\xd7\x97\x9f\x7a\x30\x68\xea\x13\xd4\x31\x68\x26\xaf\xbd\x3b\x89\xd3\x64\xda\x1d\x83\xe6\xe1\xd6\xe7\xae\x36\xa9\xfc\xf7\x93\x79\x87\x2c\xf6\x53\xf7\x83\x5d\x2d\x5e\xbd\xdd\xe6\x6e\x7f\xf0\x2d\x26\x1e\xb3\x52\x27\x6f\x83\x06\xb4\x7e\xb1\xc7\x3d\xd6\x97\x5e\x4e\x1e\x97\xcb\x0e\xb2\x6a\x17\x4b\xee\xb1\xe3\x52\x96\xd8\xe7\xd6\xef\xc5\xcc\x9c\xc7\x5b\x89\xd6\x32\xe9\x2f\x11\x04\x3a\xb6\x41\x83\xe7\x3a\xba\x91\xb2\x64\x37\x17\x82\x7e\x3d\x9d\xcb\xd7\xdd\x16\xc6\x41\xfd\x62\xfb\x63\xbb\x74\xfa\x61\xc8\xfb\x7d\xe8\xc6\xef\x63\xb3\x3a\xec\x46\x41\xa2\xab\x2b\x29\xb1\xf7\xc7\xbc\x8f\xd4\xac\xae\xe4\x52\xbf\x70\x52\x78\x4c\x47\x23\x52\xd3\xec\xaf\x15\xd1\xf5\xd7\x8a\x9c\x64\x34\x1c\x85\x81\xfe\xf9\x01\x53\xf3\xa1\x44\x7a\x02\x3e\x87\x41\xc3\xe4\x05\x9b\x12\x1e\xd2\x82\x91\x4a\xab\xf5\xcf\x06\xd6\xfb\x03\x9d\x46\x41\x6f\xe0\xdd\x9b\xb4\xfd\x8f\x23\x63\x63\x0b\xca\x8d\x28\x9e\x49\x19\x9b\x2e\x9b\x69\x2c\xf6\xd1\xbc\xaf\x1e\x07\x11\x29\x9c\xbc\x71\x70\x60\x90\x49\x87\x6c\x82\x24\xac\x6d\xe8\xde\x8b\x80\x3a\xb8\x3e\x54\x6b\x18\x28\x35\x12\xf9\xa1\x4e\xc3\x09\x18\x89\x85\x60\x04\x23\x21\xe8\xda\x21\xd4\x95\x63\xbf\x6f\xc8\x3f\x22\xf7\xc8\x0e\x87\x9e\x6a\xe9\x2b\x3e\xaf\xb8\x58\x33\xe4\xac\xbf\x31\x1d\x42\xfd\xf0\x26\x71\x14\x72\x46\xd8\xf0\x52\x3f\xba\x2e\x0d\xa3\x10\x50\xe7\x00\x4c\x30\x6d\x9d\x95\x25\x80\x7c\x8f\x45\xa6\x07\x99\x60\xdb\xc0\xd3\x55\xaf\xed\x41\x76\x9f\x16\x96\x9f\x9f\x3f\xa2\xed\x77\x58\x57\x4d\x6a\xa3\x22\x17\x23\xe6\x0f\x3c\x88\x92\x56\xa8\xb1\xe8\x74\xd9\xad\x91\x98\x5a\xcb\xde\x20\xd8\x25\x69\xda\x1b\x38\xc7\x7a\xb5\x34\x16\x31\x1f\xcd\xd5\x6c\xf8\x85\x3b\x1c\x28\x75\xe6\x20\x8d\x40\x68\x43\xd8\x1e\xea\x02\x7b\x5e\x02\x53\xad\xf3\x18\x9c\x0c\x54\xb4\x81\x8b\x8e\x37\xa0\x23\x20\x55\x90\xc5\xa1\xb3\xaa\x3d\x5a\xe2\xf5\xf0\x3a\x64\x60\xfe\xd2\x43\x61\x68\xfe\xd2\x8e\x31\x06\x8b\x03\x9b\x1a\x98\xbf\xd4\x5c\x07\x74\x34\xa9\x71\x0e\x08\x69\xde\x1f\x54\x7f\xa0\x5a\xbc\x69\x7e\xd5\xc4\xbe\x40\x20\x1d\x78\xab\x7a\x27\x3b\x16\xf5\x2c\x05\x86\x3f\xc8\x7d\xa9\x86\x36\x88\x03\x21\x1b\x78\x1b\x93\x03\x3d\x7c\x0e\x47\xd5\xa1\x7d\xcc\x7b\x1d\x23\xbb\x84\x71\x2b\xa9\x10\x8f\xf9\xe2\x40\xce\x04\xe0\x35\xb3\x17\x77\x91\xc9\xac\x1b\xd9\x20\xbf\xa4\xc1\x25\x03\xcb\xd4\x74\x3d\x89\x29\xf4\x1a\x63\x5c\x17\x93\x64\x59\xf6\xcd\xe6\xb9\x4c\x52\x66\xa5\xc4\x0b\xea\x87\x30\xee\x7d\x31\x47\x99\x15\xb1\x22\xee\x55\x92\xb2\xf0\xc0\x84\xd4\xa0\xb6\x03\xeb\x90\xd7\x35\xe3\x31\xd3\x32\x44\x7c\x90\xe7\x30\x9c\xfa\xa7\xfa\x03\x33\x80\x7d\x68\xfe\x36\x07\x5c\x1b\x0f\x11\x74\x28\x53\x03\x17\x50\x72\x26\xb4\xb1\xe8\xe3\x34\x50\x6c\xe0\xdc\x69\x6c\xc1\x58\x54\x6f\x64\xbb\xf5\xa2\x3f\xc0\x70\x07\x5e\x26\xc9\x00\xa3\x81\xd7\xe7\xb4\x52\xc5\xec\xe6\xce\xc7\xeb\x33\xbb\x87\x5e\xe2\x44\x1d\xec\xeb\x8d\x05\xbc\x78\xbc\xd7\xaf\x1c\xd3\x6d\x2c\xf9\xbb\x64\x0f\xec\xbb\x93\xbe\xf9\xf5\x5a\x3c\x05\xa8\xb1\x08\xe8\x18\x9e\x58\x1c\x47\xca\x2e\x7b\xa3\x66\x19\x4f\x4c\x4f\x2c\xfe\xa3\xfb\x54\x2f\x02\x3a\xbc\xed\x18\x1f\xd2\x2e\x47\x6b\x2e\x3a\x69\x72\xeb\x36\x0f\x87\xb0\xff\x20\xa1\x35\x9a\xd8\xd4\x49\x83\x45\x9d\x84\x78\xeb\xed\x30\x31\xf8\x24\xd2\xd1\xb4\x79\xe0\x89\x8a\x26\x36\xc9\xe7\xad\xb7\xfc\x5c\xc4\xb1\xfc\x2a\x07\xd9\xcf\xf8\x38\xe9\xdd\xda\x28\x9f\x88\x07\x34\x40\x5c\x43\x92\x0a\x4c\x82\xb7\x55\x94\x27\x94\xd2\x38\xd6\x99\xd7\xcc\xef\xde\x65\xbb\xcd\x69\x9f\x58\x79\xc2\xd6\x72\xa3\x4c\xad\xd9\x3d\x37\xfc\xa2\xff\x4a\xd6\xdd\xa6\xe6\x1f\xe3\x73\x26\x99\xb8\xa3\xfa\x05\x29\x50\xf6\x73\x53\x83\x58\xab\xae\x8a\x9c\xde\x69\x24\xc4\xee\x13\xf6\x12\x14\xb3\x49\x24\x84\x5e\xf1\xb3\xc8\x34\x39\xb2\xb3\xe8\x12\x4a\x5f\x71\x8a\xf0\x7a\x60\x96\x4e\x56\x20\xba\x57\x06\x42\x07\xbd\x28\xda\xdd\x98\x8c\xe2\x2c\xf9\xbe\xb3\xe4\x74\x73\xd1\xa2\x30\x3a\xbd\x68\x69\xbb\x05\x76\xb4\xd3\xc7\x7d\x8a\x82\xe9\x54\x5c\x77\x07\x54\xa7\x0f\x5a\x31\x8d\x9b\x74\x66\x70\x39\x95\x7b\x4d\xf2\xc2\xed\xc5\xc2\x27\x22\x5c\x9f\xea\x86\xde\xb5\x32\x4b\xce\x37\x72\xbc\x7c\x60\x9a\xeb\x05\xfe\x3b\x65\x10\x7a\x92\xcd\x66\xe6\x20\x66\xcf\x9c\x2e\x08\x30\x93\x8b\x16\xa5\xdd\x89\x2b\xa9\x26\x87\xd9\x88\xfb\x46\x5a\x9c\x18\x97\xc8\x44\xdc\x66\xc3\xb3\x8d\xec\x40\x6d\x2e\x2d\xa0\x79\x3d\x3f\xc9\x53\x5d\xa1\x1b\x53\x8b\x92\x11\x42\x33\xa0\xb4\xc8\xcd\x13\xc3\x11\xe2\xc4\x24\xd5\xb4\xa2\xdf\x0c\xc2\x08\xac\xd3\x4b\x17\xfd\xc3\xe6\x62\x22\x63\xcf\x51\x3c\xfe\x60\x0b\x10\x4e\xc8\xd7\xc4\x9f\xd3\x9b\xfa\x49\xf2\x68\xaf\xfc\xa7\xa6\x9f\xc8\xbe\x14\xcc\x2a\x4d\x6b\xfa\x09\xb7\x34\xee\x10\xe4\x2c\x6b\x93\xf4\xd1\xad\xff\xd6\x41\x84\x24\x9a\xc9\x00\xdb\x39\x00\x07\x81\xb9\xcd\x61\xc8\x2f\xb3\xb6\xd8\x53\x28\x85\x90\x67\xb3\xe8\x9b\x3d\xc7\xee\x96\x7f\x10\x2d\x87\x68\x33\x49\xda\xa2\x23\xfc\x24\x5c\x9e\xf4\x8d\x6d\x0e\xa7\x1c\x82\x3e\xc9\x0a\x4d\x6a\x96\x36\xc7\x43\x0b\x0c\x9c\x18\x09\x6f\x81\xe7\x34\x39\x0d\x43\x22\xf8\x91\x44\x72\x6d\xce\xbe\xde\x97\x9e\x70\x6f\x93\x02\x4d\x6d\xe2\xf8\x60\x24\xce\x5c\xfc\x6c\x18\x81\x39\x17\x3b\x0b\x1d\x99\xe7\xc9\x70\xac\x74\xa9\x09\x61\x48\xc5\x5c\x6a\x42\xd1\xaf\x7f\xa2\x0d\xa8\xce\xcd\x25\xf3\x87\x8e\x85\x13\xd1\x5e\xe7\xa1\x79\x7e\x3c\xa7\xdd\x25\xe6\x87\x2c\x72\x5e\xc4\x29\x78\x7e\xbc\x35\x09\xe7\x0b\x07\x4d\x45\xca\x79\xd1\x21\x1b\xbb\x59\x51\x24\x9b\x79\x9f\x54\x64\x59\x5a\xcf\x28\xcd\xfe\xea\x54\xe3\x57\x69\xfa\x87\xf9\xd8\x30\x6b\xf3\x90\x7b\xdc\xdd\x8d\xc8\xaf\xcd\x61\x3e\xce\x16\xed\x02\x32\xa3\xee\x34\x1f\x97\xc3\x19\x22\x31\x4a\xf2\xec\x79\x37\xa2\x8f\xd8\x7c\x30\x8a\x49\x64\x1e\xd6\x09\xb6\x34\x5f\xa6\x11\x1d\x69\x62\x21\x4a\x21\xb5\xc2\x45\x52\xf9\x62\x92\xdb\x24\x49\x03\xc9\x55\xa6\x8c\x3f\x81\xb2\x51\x5e\x9a\xde\xc8\x6b\x78\x9a\x1f\x7e\xa5\x6e\x1d\x22\xf2\x74\xbf\x3e\xb9\x6c\x4f\x1a\x5e\xcf\xc3\xb4\x7d\x93\xb2\x4e\xac\xec\x9d\x13\x63\x10\x89\x04\xdb\x79\xa8\x91\x5a\x26\xb5\x05\x5d\x3a\x0f\x67\xa0\x52\xb6\x1b\x56\x04\x58\x02\x33\x7c\x26\x4e\x02\x0a\xe3\x99\x6c\x80\xbd\x73\x82\x13\xa4\x51\xe4\x24\xde\x4e\xa7\xdc\x33\x99\x4b\x9e\x8a\xc8\x17\x62\xc6\x8f\xd3\x50\x3a\xa8\xef\x99\xfd\xb6\x50\x66\xc2\xc8\x01\xd9\xce\x2c\x82\x8b\x3f\x18\xe4\x42\x99\xfb\x00\x60\x1d\xda\x59\x58\x67\x36\xe4\xe9\x7d\x80\x3e\xc3\x67\x61\x07\xc3\x1d\x4f\x24\xf5\xd4\x39\x0a\x67\xd1\xb1\xd6\x97\x18\x1b\x8a\xe7\x59\x0f\xca\x8d\x72\x42\x60\xb1\x6c\x5c\x19\x43\xab\x64\x9f\x47\xe2\x38\x2b\x3b\xd2\xc6\x16\x8d\x0d\x8d\x22\x27\x86\x13\x2d\x04\x67\xd0\x3b\x48\xcf\x49\x7a\x7e\xbd\x41\xce\x60\xe7\x15\xdf\x39\xb9\xa7\xb6\xbc\xf4\x1a\x9d\x5f\x4f\x92\x4e\x69\x44\x3c\x3b\xf5\xb3\x09\x4f\xa2\xb8\xb5\x7d\x9f\x9d\x7a\xa0\x09\x67\xa7\x3f\xf5\xb7\xc1\x59\x67\x47\x6c\xb5\x62\x23\xaa\x51\xc3\xcf\x25\x0c\x67\x3d\xf2\xce\xc9\xd9\x76\xd0\x67\x5f\x9d\xe2\xe8\x9d\xa7\x8d\xf0\xad\x67\x1b\x5d\xe0\xbc\xf0\xf3\x44\xe1\x3d\xbd\x5c\x35\x0b\xc5\x79\x35\x14\x1d\x2a\xba\xd8\x61\xa8\x8b\xe7\x92\x73\x87\xc6\x99\xd3\x33\x8f\xa0\x70\xde\x84\xfa\xb9\x49\x6e\x68\xad\x1b\x89\x20\x27\xef\x15\x4f\xfc\xaa\x0d\x31\x3c\x3d\xe7\xce\xea\xce\x73\x18\xfe\xc1\xfa\xc3\x7d\x4e\x2f\x3e\x75\xb7\x3d\x41\x96\xd2\xb8\x71\x3e\x0c\xcd\x33\x22\x05\x80\x22\x9d\x80\x4b\x69\x55\x39\x01\xe7\xd2\x22\x73\x22\xb0\x7a\x9d\x7d\x7a\xa3\x69\x06\x81\xd3\x43\xef\x3c\xbe\x36\x40\xa5\xb8\xee\x28\x65\x9e\xca\xab\xc3\x95\x7b\x9d\x60\x7e\xf8\x38\x55\xee\xb6\xaf\xd1\x23\x7a\x47\xc6\xee\x0c\x81\xbd\xd6\x39\x9f\xba\xc0\x5f\xeb\xa4\x4e\x83\x3b\x2f\x4f\x6a\x58\xb6\x81\xe9\x4b\x7e\x5c\x29\xdf\xa4\xfc\xa0\x4c\x94\xac\xca\xff\x95\xd8\x3e\x4c\xcb\x25\x08\x8c\x79\x8b\xae\x25\x4e\x4e\x4d\xe1\xd7\x52\x9d\xa7\x01\x14\xd7\x12\xe3\x66\x86\xaa\x5e\x85\x4c\x1d\xec\xff\x0b\x6f\x96\xa4\x6a\x73\x79\x24\x61\xc4\x97\x47\x52\x36\x7e\x71\x45\xa7\x0f\xeb\x55\x6c\x9a\x2e\x15\xc2\xb4\x10\x0e\x2f\x4f\x21\xb2\xd1\xb5\x14\xe6\x69\x8c\xdf\xa5\xc9\x92\x55\xbb\x40\xe8\xd2\xa4\x70\x91\xd6\x2e\x4d\x66\xfe\x6a\xac\x02\x26\x85\xab\x61\x60\x74\xcc\xe4\x7d\x28\xfb\x83\xf0\x03\x5a\x20\xab\x9d\x02\xee\xd5\x04\x91\xf1\x39\x62\xc2\x6e\x8d\x2d\xcf\x32\x5f\xc0\x7c\x74\x87\x69\x56\xbb\x66\xa5\x38\xa8\x55\x9f\xbf\x36\xe0\xc7\x84\xae\xd8\x23\x89\x01\xcb\x7f\x05\x11\x2a\x6c\xff\x2b\x70\xa3\x87\x0d\x5d\xc1\x41\x0f\xcb\x44\x79\xb3\x45\xae\x20\x8b\x06\x02\xf7\x05\xc1\x90\x09\x5d\x4b\x96\x1a\x7a\xce\x5f\xfa\xaf\x20\xa6\x5c\x62\x72\xb0\x99\x2f\x6e\xd4\xb4\xfc\x5e\xdd\xe9\x72\xde\xbb\xd3\xc5\xda\xe0\x64\x9a\x74\xf9\xba\x90\xab\xc2\x05\x59\xd2\xd3\x90\x17\x5e\xdd\xa0\x07\xe7\xa2\x23\xa7\xec\x0f\x88\xb2\x77\xb2\xbb\xe3\x77\xb6\x3b\x9a\x1f\x7c\xee\x42\xe5\xd7\xd3\xf1\x02\x2f\xca\xdc\x24\x97\x2a\xbf\x79\x77\xae\x81\x6b\x80\x13\x80\x97\xa9\xbe\x71\xd7\x92\xa9\x6a\xcd\xbf\xd5\x4d\xaf\xe1\xfa\x3a\xcd\x4b\xe0\xaa\x86\x3e\x5f\x43\x8c\x04\x6b\x5e\xfb\xbb\xf9\xf8\xf4\x7d\xbb\x85\xa1\x3b\xfb\xed\x8d\x7a\xe5\xfb\xa6\x74\xe3\x39\x96\xd8\xe9\xbe\xf7\x0e\x4f\x4f\xf1\x6b\x36\x7e\x60\xdd\xa7\xbd\x70\xc1\x26\xbb\xcc\x03\x81\x54\xa6\x4c\x73\x4d\x12\x0b\xef\x77\x50\x47\xdc\xeb\x64\xeb\x25\x6f\x74\xbb\x40\xd2\x50\x62\xbf\xa6\x89\xa5\xe8\xd1\x14\x8c\x85\x5e\x13\xf3\xba\xfd\x17\x2f\xa1\x34\x60\x94\x17\x41\xaf\x86\x1c\x5c\xa6\xf1\x75\x17\x60\x10\x96\x5d\x5d\x27\x01\x28\xc5\xf7\x1d\x81\xcf\x03\x77\x38\x86\x79\x12\xbb\xed\x6a\x9d\xa6\xef\xe3\xf9\x45\x8c\xa4\x9d\x13\x88\xcc\xe3\x73\x81\xa0\x05\xc7\xb8\xc8\x80\xa7\xdf\xde\x45\x96\x79\xe3\xbb\xaf\xcb\x3c\x7c\xd3\x97\x06\x0d\x33\x32\xf0\x2b\xb2\xc7\xe7\xc2\x89\x31\x5b\x7e\xbd\xf2\xa4\xfc\x61\x0c\xa3\x7c\x1b\x88\xce\xc0\x8c\x97\xd5\x1a\x71\xdd\xe4\x27\x46\xe6\xbd\xf0\xb9\xf1\x2e\xf0\xba\x85\x99\xb1\xcc\x8d\xc7\x61\x45\x24\x66\x41\x6e\xbd\x10\x2b\x95\xa4\x2e\xc4\xca\xac\x9c\x7f\x61\x49\xd1\x57\xfc\x42\xae\x34\xe7\xd9\xf5\x10\xba\xee\x1a\x73\xc1\xe8\x5d\xc8\xf5\x90\x39\xcb\x4e\x60\xf0\xcd\x0a\xa5\x17\xac\x64\xbf\x64\xc0\x2b\xc2\xdd\x85\xe9\x23\x2b\x32\x5f\x98\x82\xf5\x55\xbb\x10\x1f\x9b\x07\xf1\xc5\x6d\x08\x1d\xf5\x7a\x3b\xd7\xc5\x96\x49\x8f\x8f\x7c\x76\xbd\x98\xe1\xdc\x5d\xb0\x9e\xac\x4c\x7e\xbd\xc4\xe6\xca\x32\x5e\x38\x83\x87\x18\x53\x49\x56\x1e\xbe\xde\x97\x96\xed\x9e\x63\x40\xb0\xbe\x88\xbb\xd5\x23\xf8\xfa\xb0\xfa\x59\xeb\x17\x58\x49\xa9\x49\xb0\x49\x65\xe0\xeb\xfb\x57\x70\xae\x76\x7d\x5a\xc6\x7c\x6e\x56\x54\xfa\xf7\x19\xa9\xcc\xd8\x8c\x99\xf1\x7c\x11\x90\xab\x65\xf4\x3e\x9c\x3d\x04\xd1\x1b\xf3\xb4\x47\xea\x3e\xf0\x8c\xe3\xe3\x9b\xdb\xcd\xac\xd8\x77\x1f\x6a\xbb\x99\x72\x47\xcf\xac\x94\x07\x0a\x90\xb5\x22\xd1\xa1\xf9\xdf\xe4\xd8\xd5\x30\x76\x1f\x4c\xd2\xf0\x9d\xdb\x4a\xad\x88\x3c\x25\xd3\x5e\xe0\x76\x16\x7e\xf0\xfd\xc2\x1d\x6b\x77\xb2\xab\x1c\xaa\x1b\xdb\x76\x61\xc2\xee\x24\x3c\x21\xbd\x48\x92\x7a\x9f\xd3\xd3\xdf\x07\x9e\xde\xc9\x99\x2d\x7e\x45\x6c\x05\x1c\xe8\x36\x1e\x58\x71\xf4\x4e\xa2\x21\x58\xbe\xfc\xc1\x8e\x21\xd7\x84\x3f\xb0\xdc\xd0\xba\x3b\xe7\x5f\x40\x69\xed\xce\x6e\xc0\xea\x0f\x62\x4d\x31\x3d\x58\x80\x74\x3d\xbb\xb1\x00\x65\x05\xc4\x9b\x64\xbc\x46\xa9\xdf\xdc\xa0\x82\x99\xd0\x6e\xa0\xd2\xb4\x2a\xdc\x05\xef\x7c\x98\xd3\x5d\xb8\x69\x46\x0e\xbc\x4d\x9a\x3b\x7d\x4e\x2e\x59\xb4\x94\xdb\xdb\xd4\x61\x3d\xfa\xd1\x5b\x0f\x0a\xc5\x7e\x4e\xde\x79\x28\xc5\xad\x17\x6c\xf7\xdb\x0f\x6e\xc4\xbc\x54\xdc\x2c\x39\xe0\x37\x11\xc4\x2a\xb5\xb7\x4e\xb0\xae\x04\xc9\xfc\xcd\xf1\x71\x13\x0e\xac\xab\xc3\x5d\x35\x60\xf9\x5c\x28\x15\xea\x07\xac\x4c\x3d\xf3\xae\xd2\x61\xeb\xe7\x2e\xd1\xdd\x8a\x0f\xac\xd4\xed\xc6\x32\x63\x3c\xc6\x8d\x28\xa2\xb5\xfe\xc6\x8d\x67\xda\x16\x56\x79\x9d\xe8\xee\xe6\x79\x83\x85\xdd\x61\x94\x15\x3f\x10\x9b\x6b\xca\xbf\x1b\xd3\x7d\x76\x73\x07\x2c\xc9\x49\x0c\x53\xfe\xf9\xad\x41\x56\x7e\x1b\xbc\xc3\x60\xc2\x5d\x04\xcf\xbb\x03\x69\xd2\x15\xc3\x1a\xa3\x33\xd1\x1d\x92\x83\x6e\x6b\xef\x2f\xc4\xbc\x76\x73\x65\xaa\x13\xd9\xdd\xdd\xe9\x30\xf8\x9b\x78\x5c\x73\x4a\xdd\xe4\x91\x52\xb3\xbc\x3b\x5e\x03\x1e\x0d\x94\x8f\xbd\x0f\x86\x1f\x63\xd3\xbe\x01\xde\xd2\x74\x7d\x63\x64\x51\xd8\xbf\xf1\x6f\xf5\x8e\xe9\xe6\x72\x54\x5b\xee\x3d\xf0\xe8\x40\xe4\xba\x27\xce\x78\x28\x01\x37\x6e\xac\x92\x98\x1b\xf6\xbc\x87\x46\x48\xc8\xe6\x13\xf7\xc4\xa1\xc7\xc6\xc8\x49\xd8\x77\x45\xf4\xd4\x1d\xc5\x7d\x80\x3e\xe0\xf7\xa4\x61\x49\xcc\x62\xaa\x9d\x24\xa0\x0d\xc8\x93\x06\xe0\x45\x03\xf1\xa4\xa9\xe9\xdc\x64\x8f\xd8\x03\xe3\x9e\x34\xa7\xe4\x0f\xb8\x89\x20\x7d\xdf\x27\x95\x86\x2f\x11\xd1\x06\xc7\xbc\x71\x60\xf5\x6e\xe8\x36\xfb\x93\x39\x2c\x6e\x3c\x58\xa5\xf4\x37\x4a\x56\x96\x1d\xde\x78\xb0\x36\xbb\x84\x07\x6b\x4e\xee\xce\x0b\x3f\x19\x69\xcc\xe2\xb1\x26\xac\xb9\x2f\xe6\x2e\x7c\xe5\xf5\x7d\x6b\x15\xa1\x80\x8a\x08\x8f\x35\xc3\x79\xbb\x6f\xfb\xc4\x4b\xf8\xb2\x6a\x5f\xbe\x6f\xc6\x23\x29\xe5\x9a\x55\x8b\xea\x4d\x64\xea\x5e\x72\xdd\x40\xc7\x6f\x5d\x7a\xef\xd7\x8a\x19\x12\xae\xa0\xde\x64\xdd\xc6\x93\xa2\x37\xdc\xaf\x80\x02\x2e\xd1\x4b\x6c\x9e\x3b\x94\xb4\xf0\xd9\xcb\x92\x9b\x80\x52\x13\x3f\xde\x24\x6e\x4a\x9e\xe2\x4f\x50\x12\xcb\x5c\x71\x79\xb0\x3e\x37\x87\xe3\x83\x93\x69\x48\xbc\x3f\x43\x10\xe9\x12\x8c\x69\x27\x33\xbc\x31\xfb\x6b\xe2\x7b\x08\xc1\x34\x24\xe9\x39\xc4\x59\xce\x94\x97\x36\xaf\x00\xf2\x1c\xe2\x62\xac\x6f\x1f\xb8\x80\xf1\x8e\x4f\xb2\xe5\xe1\x1f\x48\xfc\x10\x8a\x07\x17\x4e\xa3\x2e\x1f\xe2\x17\xda\xfe\x18\x90\x4d\xc6\xfc\x60\x9f\x57\x24\x78\xb2\x15\x4d\x7f\xb0\x47\x54\xa4\x7b\x26\x67\xfd\xc1\x3e\x9f\xbd\xb9\x79\x84\x77\x09\x5f\xc2\x93\x6d\x3f\x07\x79\x04\x63\xc3\x93\x6d\x6d\x4d\xd8\x03\x09\xd7\x1c\xf3\x14\x76\x10\x64\xf8\x29\xbc\x83\xf4\xf9\xd4\x0e\xfe\x32\xef\x57\x0e\x13\x87\xe0\x21\xc2\x4f\x3b\xfa\xc3\x3d\x28\xb0\x7d\xed\x69\xdc\x06\xd9\x69\x3d\x1c\x11\x58\x9e\xe6\x88\xa9\x87\x74\x06\x9b\xf6\x3e\xcd\x86\xf9\x00\x2f\x10\xf3\x7c\x3d\xa1\xf7\x0d\x2b\xf5\xe8\x74\x38\x2c\x73\xca\x60\xea\x4f\xe0\x1f\xe5\x5c\x77\x46\x03\xf1\x7d\x16\xed\x99\x00\x37\xb7\x87\x98\x37\x59\xf4\x43\xcc\x5b\x06\x60\xa4\x3d\x83\x58\x73\xf6\xd4\x33\xf4\x95\xa2\x7b\x8b\x7e\x4c\x93\x2a\x3c\x48\xf7\xd9\xcb\xd5\x67\xda\x3d\x6a\x25\xbe\x4c\xcb\xfe\xb3\x24\xf4\xa9\x1b\xf1\x73\xfa\x31\xf3\xe2\x61\x75\x2e\x38\xac\x12\xab\xe7\x9a\x86\x8a\xd0\x55\x10\xdd\xcc\xae\xf5\x90\xd1\x2d\x1b\x39\xfc\x5c\x37\x50\x6c\x94\xb9\x1f\xf4\x5a\xe0\x59\x27\x74\x98\xa9\xe0\x41\xc2\xcd\xfa\xf2\x3f\x04\x55\x69\x8e\x7d\x1e\x99\x09\x63\xc3\x8a\x92\x75\xf8\x78\x9e\x4a\x3f\xe8\xf7\x73\xfd\x42\x47\x6d\xcf\x63\x4d\xd5\xaf\xc9\x91\xe5\x82\x92\x16\xba\xc1\x96\x1e\x20\x1f\xb4\xa2\x3c\xaf\x7e\xbb\x96\xdb\x2f\x68\xd5\xf6\x90\x81\xd4\x6b\x9b\xe7\x35\x43\x98\xdf\x92\x65\xc6\xd9\xe6\x68\x9b\x84\xe1\x51\x92\x2d\xe8\x13\x0f\x97\x7e\xc3\xf1\xe3\x1d\x91\x5d\x43\x9d\x23\xec\xd0\x47\xf2\x4e\x67\x9e\xe4\xcf\x87\x6b\x4e\x1c\x54\x72\x07\x9b\xbe\xd4\xc6\x20\x0b\xfb\x71\x27\xa8\x99\xfe\x7c\x64\x74\x81\xf6\x3e\xdf\xfb\x0b\x02\xb6\x3d\x38\x85\x13\xc7\xf1\x1b\xea\xf6\x2a\xbf\x1a\x88\x28\xf0\x95\x97\xd6\x00\x5f\x15\x93\x9c\xbc\xfb\xd6\xb0\x51\xae\x7e\xd0\xf9\x83\x1b\x6f\xfa\xf5\x9a\x55\x0d\x4b\xcd\x2b\xbd\x31\x66\x10\x74\xac\x62\x34\x20\xc8\x57\x65\xec\xd6\xd8\xf7\xe8\x1a\x02\x5c\x19\xbb\x00\xc0\x55\xd3\xa7\x00\x1c\xab\x66\x0a\x57\x70\xac\x84\x91\x6d\xe2\x58\x81\xe3\xd4\xc4\xb1\xda\xb9\x7f\xc0\xb1\xca\x7a\xba\x83\x63\xd5\xcc\xfd\x2b\x8e\x95\x04\x4a\x1c\x2b\x57\x14\x1c\xab\x2a\xf3\x06\xc7\x2a\x55\xce\x15\xb0\x54\x43\x87\x5f\x61\xa9\x0c\x2b\x04\x95\xaa\x1a\x24\x00\xe0\xd4\xd0\xe7\x1f\xc0\xa9\x94\x25\x9f\x20\x4e\x95\xb1\x2b\x32\x0d\x14\xe5\xe2\xc8\x2c\xbb\xf5\x20\x9f\x20\x4e\x0d\x73\x55\x80\x2b\xd5\xcd\x39\x04\xae\x54\xf3\xc2\x19\x58\xa9\x64\x2a\x4a\x51\xa2\x4c\x89\xf3\x92\x8d\xc6\xb4\xbe\x6f\x35\x7e\x6b\xf8\x07\x56\x54\x4e\x3d\x90\x51\xd3\x6b\x38\x20\xa3\x5a\xdb\x1f\x6b\x53\xf1\x1d\x2c\xfe\xb0\xe8\x57\x67\x70\x0e\x34\x90\x4c\x79\x38\xef\xd8\xa9\x76\xec\x38\x90\x4c\xd3\x10\x06\x10\x99\xa6\x9a\xcc\x2b\x99\xac\x96\x21\xc3\xd5\x77\xb8\xdc\x86\xfd\x82\xbc\xb4\x2a\xa2\xd6\x60\x5e\x6c\x01\x7c\x59\xbd\xbf\xde\x20\xcd\xc5\xfe\xe0\x42\x93\xa3\x77\x21\x5f\xa0\x77\xfd\x5f\xd1\x8e\x9b\xc8\x4b\xaa\x21\x2f\x37\x72\x63\xbf\x63\x38\x3a\x62\xc9\x8b\x33\xb6\xb6\xdc\x97\x1b\xb9\x5c\x1d\xb3\x51\x54\xb0\xde\x77\x09\x8a\x5d\x73\xdc\x8b\x09\x5b\x25\xfa\xed\xe4\x29\x74\x93\x77\x01\xa7\x19\x26\xa9\xd0\x34\x3b\x81\xf9\x34\xb4\xf1\xbe\x78\x97\x80\xb9\xdc\x80\x26\x6f\xc6\x02\x00\x46\x5e\xbd\x22\x7c\x87\xbd\x73\x65\x41\x6b\x4d\x6e\x23\xd1\x14\x6c\x00\x83\x90\xe4\x0f\x84\xa7\x16\x1e\x53\xa2\x93\xbd\x13\x01\xbd\x29\x9b\x77\x0e\xf0\xa6\xa6\xb1\x4c\xf0\xa6\x6c\x44\x25\xe8\x4d\xd9\x08\x56\xd0\x9b\x6a\xf6\x80\x20\x89\x1a\x79\xf3\x22\x88\x7a\x3f\x04\x04\x7a\x32\x68\xe5\x95\x91\x6c\xa2\xb0\x2f\xef\x6c\x81\xb0\xf9\xfd\xc1\xe5\x4b\xfe\x80\xf5\xe2\xb0\x85\xc7\x1f\xac\x8a\xf0\xb5\xdd\x1c\x9e\x99\xee\x97\xd3\x49\x62\x09\x31\xfc\xa8\xf9\x02\xdf\x94\xf6\x86\x24\x64\x2b\xe6\x6f\x45\x37\x60\x9b\x86\xae\x05\xc0\x36\xa5\x7d\x5d\xbd\x71\x9b\x90\x99\xc0\x67\x6a\x66\xa7\x14\x9f\x69\x3b\x80\x82\xcf\xd4\x64\x02\xef\x05\x20\x18\xa2\xcb\x4b\x00\x56\xd9\x1f\x93\x7c\x45\x72\x43\xfc\x95\x89\xe0\x5e\x12\xac\x85\xa4\xc1\xa4\xa3\xee\x07\xfc\xcb\xf7\x6c\xe2\x0a\xa3\xbf\x2b\xc8\x48\x2d\x3c\x9f\x8f\x8e\x9a\x3e\x17\x27\xcc\x32\xcb\xee\x11\xc3\x77\xc5\xb8\x3b\x00\x8d\x3a\x10\x1f\x0d\x3c\xa3\xe9\xb5\x2b\x78\x46\xdd\x54\x1b\xc0\x19\xf5\xe9\x54\x12\xaa\x14\x1e\x5b\xe5\x53\xed\x31\xc0\x16\x35\x60\x09\x1b\xb0\x45\xeb\x07\x7a\x84\x3d\x06\xf8\xe1\x06\x24\xd1\x50\x9e\x7e\x75\xf1\xc3\x72\xf4\x2a\xac\x6e\x6a\x68\x2a\x50\x87\x03\xbf\x52\xdd\x7b\xf1\xf1\x93\xed\x83\x3c\x24\xec\x78\x7b\xbd\x3b\x84\x97\x02\x3c\x94\x4d\x06\x09\xee\x50\x33\x4a\x48\x60\x7c\xed\xee\x9f\x6e\xe4\x1c\x55\x80\xf1\xb3\x6e\xfd\x60\xde\x37\xd3\xf6\x88\x79\x9f\x8d\x0c\xfa\xcc\xa2\x3d\x2c\x5f\xbf\x30\xce\x1b\xe0\x44\xc5\xe0\x6b\xf1\x87\xb2\x11\x40\x00\x10\xb5\x42\x4f\x81\xb4\x4f\x3b\xf7\x35\x98\xf6\xa2\xa2\x37\x30\xed\xd3\xf6\x85\x15\xd4\xde\x3b\x5f\x41\xed\xb3\x31\x32\xe0\x17\x25\xa7\x55\x50\x7b\xef\x05\x3e\x6d\x20\xdd\x26\x3e\x4e\x1f\xe5\x2c\x2f\xe4\x1d\x70\xe6\xbb\xef\x2c\x36\x54\x74\xda\x02\x69\x68\x9b\x87\xc5\x99\xcf\xf2\x2a\x80\xe6\x9b\xfe\x4a\x02\xcd\x6b\x76\x04\x50\x3e\xbc\x6d\x06\x50\x7e\x7d\xe0\x0f\xe8\xcd\x1c\x4a\xf1\x88\xb2\xe1\x25\x00\x12\x15\x60\x7a\x9a\x90\xf2\xd9\x10\x11\x00\x89\xa6\x32\x8d\x78\x44\xd9\x68\x0e\x00\x89\xc6\xd8\x65\x80\x0f\xa1\x69\x22\x0d\xe9\xb4\x2d\xd2\x50\x36\x86\xe1\xf3\xa2\xd3\x09\xe7\x8a\x45\x59\x1c\x74\xa1\xe9\x55\x1d\x80\xee\x69\xe7\x2e\x05\xb4\xbd\x2b\x3e\x00\xc8\x3e\x94\xef\x04\x64\xcf\x6d\x7f\x41\x5a\xf9\xe1\x07\x9f\x3f\x30\x22\xad\x1f\xd0\x16\x40\x88\x52\xd6\xc9\x4b\x14\x22\x13\xe5\x00\x42\x94\x34\xee\x0a\x42\x94\xe5\xbf\x82\xb2\x7b\x2b\x03\x08\x51\x33\x19\x1e\x18\x44\xcd\x64\xaf\x60\x10\x35\x23\xb7\xc1\x20\x9a\x92\x7e\xf1\x85\xcc\x79\x07\x98\xba\xf0\xf9\x0d\x30\xf5\xa2\xad\x05\x4c\xa1\xd5\x18\x95\x12\x3e\x1c\xfd\xb7\x17\x0b\x20\x0e\xad\xaf\x68\x92\xbb\x19\x1d\x30\x00\x16\x4a\x1e\x35\x30\xd5\x93\xb9\xe8\xc0\x54\x4f\x59\xd3\xc5\xa7\x37\xba\x3b\x87\xac\xdf\xda\xb3\x40\x1c\xaa\x86\x7b\x03\x9e\x5e\xc1\xde\x69\x62\xa7\x67\xed\x18\x60\x11\x89\xfd\xdf\x00\x46\x6f\xe6\x1d\x02\x18\x7d\xbd\x44\xd3\xdb\xe2\xc2\x68\x89\x6a\xca\x6a\xf8\x00\x13\xed\x80\x0f\x80\x89\x92\xce\xb2\xc0\x9e\x17\xef\x7e\x81\x3d\xaf\xfb\x78\xa1\x01\xe9\xff\xf3\xa9\x01\x69\xd5\x00\x98\x28\xab\x25\x08\x4c\x64\xe0\x2a\xb8\x44\xeb\x25\xfa\x2a\xf0\xb9\x67\x87\xfc\xde\x9a\xf5\xc1\x25\x6a\xb1\x5b\x20\x27\x19\x9a\xa1\xb0\x44\x26\x2d\x05\x96\xa8\x99\x08\x59\x4c\x73\x65\x78\xf0\x86\x46\xf2\xe4\xe0\xd6\x29\x6d\x06\x6f\xa8\xe9\x97\x2c\x74\x79\xd6\x62\x20\xde\x90\x71\xf0\x60\x97\x67\x43\xb6\xc1\x2e\x6f\xe6\x4a\x06\x7b\xa8\x29\x45\x7f\x32\x4c\x95\xe4\x0d\x52\xee\x56\x9c\xee\x6a\xd8\xd1\xb7\x15\x37\xbe\x3e\x4d\xda\xc4\xd7\x27\x64\x1e\x1b\x20\x30\x42\xdd\xb4\x12\xc2\x08\x79\x29\x0c\x5a\x50\x0b\x37\x0c\x60\x41\x5e\xb4\x7f\xb2\x3e\x69\xad\xa6\x9b\x7d\x32\x2f\x87\xc0\x98\x2f\xd7\xd9\x09\x5b\xcc\xaf\x0f\x27\x12\xcf\x51\xcd\x46\xe0\x78\x67\x3d\x58\x80\x14\x2a\xe6\x24\x04\x52\xa8\x19\x1c\xf3\x99\x91\xc3\x53\x43\x1a\x6f\x6f\x26\x80\xdc\x6e\x9b\x2b\x90\x94\x7b\x6f\x61\xa1\x06\x5d\xc0\x5f\xde\xf5\x7e\xb0\x34\x8a\xee\x2e\x7c\x80\xcf\x87\x4f\x81\x3b\x14\xb2\x20\xb0\xb5\x5b\xd9\xe5\xe0\x7d\x46\x06\xbc\xe0\x3e\xea\x0f\x08\xae\xcd\x77\x70\xf1\x28\x3e\x5f\xd3\x65\x86\x4a\x10\x85\xaa\x76\x32\x10\x85\x9a\x52\xce\x87\xb9\x48\xcf\x17\x80\x83\xaa\x8a\x3a\xf8\x40\x4d\xfb\xe4\x47\x36\x31\x33\x3f\x7c\x84\x65\xe5\x70\xcd\x70\xac\xd7\xf3\x12\xe0\xa0\xa6\x2b\x16\xf8\x40\x09\x40\xaa\xf6\x01\x5e\x61\x12\x15\x20\x81\x9a\xbe\x89\x1f\x78\x15\x5e\xb7\x7d\x1a\x85\x34\x04\x7d\xc4\x65\x79\x87\x0a\x3e\x50\xd3\xfd\x46\x7c\x20\x08\x5a\x00\x0f\xe4\xb5\x57\x1c\xf8\xeb\x20\x73\x2c\xda\xcc\xd5\xe3\x41\xb9\xf0\xad\xef\x38\xca\x4a\x99\x91\x2d\xb2\x1f\xa0\x03\x35\x6e\xab\x02\x74\xa0\xca\x61\x0c\xc0\x81\x5a\x5f\xba\x6c\x80\x01\x94\x97\x5c\xf2\x7f\x4c\xdb\x42\x80\xa0\x4c\x1e\xca\x00\x20\xa8\x12\xb6\x1a\xc7\xd6\x04\x2d\xeb\xf5\xc9\x28\x50\xf8\x80\x85\x0c\xc0\x82\xd6\xc7\xfe\x70\xf1\x83\x15\xdd\x88\x63\x0c\x63\x23\x17\xb7\x55\x26\x35\x17\x89\x8e\x02\xac\xa0\x86\x43\x6f\x80\x15\x94\x91\xc2\x03\xac\xa0\x46\xd2\xcb\x00\x2b\xa8\xc0\x69\x43\xa8\x20\x72\x82\x05\x50\x41\x8d\xac\xb4\x01\x54\x50\x1a\xf6\x21\xd3\x07\xa7\x12\xa6\x9b\xec\xc3\xe2\x9a\x0d\x87\xa5\x00\x12\xa8\x02\x2a\x16\x20\x02\x05\x2e\x95\x01\x1a\x7b\x23\x9b\x46\x1c\x04\xf9\x66\x6e\xca\xe2\xa8\xec\xec\x4e\x47\xf1\xf8\xec\x99\x4e\x90\x7d\x14\x19\x3c\x0e\x50\x2b\xb0\xc3\x06\x88\x40\x49\x63\x7d\x00\x09\x94\x0f\x17\x4e\xd0\xde\x83\x8a\xe4\x8d\xe4\x72\x8e\x03\xde\x88\xd6\x1d\xc0\x03\x95\xda\xf9\x78\xb1\xb7\x88\x4e\xb7\x71\x46\xf8\xf5\xfe\x43\x99\xde\x91\x9e\x0a\xbf\xb1\x38\x16\x7b\x0b\x5c\x4a\xe3\x00\x32\x8f\xeb\xb0\x38\x70\x3a\x82\xd2\xc6\x11\x62\xb1\xfa\x9c\x4b\xb9\x69\x3d\xee\x30\xa6\x22\x04\x0c\xf0\x1d\xf2\x5b\x38\x8d\x5c\x0c\x74\x77\x70\x48\x14\x86\x8d\xe1\xb4\xdc\x28\xe3\x80\x90\xdc\xc2\xdd\x1c\x23\x54\x8a\x4e\xd8\x5c\x63\x75\xc2\xb0\xe5\x6e\xcb\x8c\xa0\xbb\x80\xcc\x04\x58\x13\xc3\x5e\x77\xf6\x7c\xf1\x7d\x5b\x9e\x74\x8f\x5b\x85\x1c\xbc\x44\xd2\x0c\x2e\x22\xe3\xc0\x2b\x93\x9b\xa9\x38\x00\x98\x20\xd9\x5f\x1c\x30\x9a\xbe\x9f\x73\x68\xed\xe9\x64\x61\x3d\x06\xd3\xec\x7b\x6e\x59\x70\xf9\xf7\x3c\x7a\x93\x00\xe1\x09\xd0\x8d\x5a\xdf\x3f\x30\x04\xb7\xc2\x64\x08\x85\x05\x44\x35\x33\xec\x3e\x8e\xe9\x18\x98\x00\x52\x65\x98\xed\x2e\x8e\xc9\xec\xb9\x24\x60\xf1\x12\x93\x18\x40\x20\x65\x9c\xea\x03\xa4\xa3\x5a\xdc\x60\x42\xeb\xee\xa3\x46\xf8\x01\x79\x2d\xe3\xc0\x2f\x13\x73\x79\x80\x74\x54\x0f\x8f\xc5\x69\xcb\x6c\xbc\x73\xb7\xec\x0f\x64\xdc\xb5\x7b\xa4\x9d\xca\xfb\xf0\x70\x13\xd1\xed\x92\x69\xa7\x3c\x78\x97\x53\xe3\xd6\x20\x60\xab\xbb\x6d\x17\x37\x9b\xb8\xda\x06\xe8\x48\xa3\x48\xa0\x2e\xfb\xea\xb1\xba\xf0\xc7\x75\x40\xe4\xa6\xea\xfb\x03\x2e\x7e\x2d\xdf\xe0\xe6\xb9\xe7\x6f\xa6\xb8\x5a\xe6\x1a\xce\x63\x7b\xeb\x26\xf1\x3b\xe5\x34\x40\x4b\xca\x78\x7c\x05\x68\x49\x85\x94\xb6\x71\x10\xe6\xd5\x77\xd9\x7c\xca\x0e\x83\x38\x2f\x1c\x30\xe2\x78\xd4\x1d\x24\x81\xe4\xc3\x18\x12\x04\x59\x54\x65\x48\x8f\xd3\xe9\xec\x3c\xa6\xfc\xa1\x2c\xe4\x84\xab\xfd\x72\x71\x24\x5d\x7d\x31\x74\x79\x0c\x5e\xd3\xca\x5b\xc6\x0b\xab\xfb\xce\x94\x82\x50\x86\xc6\x92\x44\x3a\x8e\x57\x88\x1a\x1b\x70\x27\xb3\x8e\xc6\x3a\xb8\xf0\x98\x43\xab\x2b\xc4\xfd\xfd\xb0\x73\xdc\x80\x34\x89\x03\x69\xb3\x8b\xcb\xfb\x65\x56\x8e\x86\x31\x87\x4e\xc9\x1b\x8a\x27\xe8\x04\x71\xa8\x78\x22\x31\xc6\x01\x16\xee\x21\x9f\x21\x17\x66\x76\x94\x5c\xeb\x23\x98\x07\xc0\x4e\x13\x0c\xe6\x00\xd8\xa9\x81\x5a\x10\x02\x3b\xe1\x55\x1e\xa0\x34\x05\xfe\x45\x91\x34\x66\x02\x14\x13\xc0\x34\x55\xd0\x16\x02\x98\xa6\x8a\xb7\x60\xa4\x43\xb2\x37\x28\xc3\x64\x99\x95\x44\x92\x0c\x62\x96\x03\xcc\xa5\xc6\x9d\x5e\x24\xec\x91\xe0\x0e\x46\x4a\x98\xb6\xd8\xdc\x89\xfc\x17\x69\xbf\x43\xd6\x78\x66\x11\x2c\xa6\xe6\x7a\x27\x52\x5e\x00\x3b\x11\x09\xd7\x54\x99\x41\xf2\xb2\x85\x34\xd3\x91\x64\x55\x4c\x6f\xca\xf8\x93\x38\x62\xd9\x10\xb3\x95\x0a\x76\x74\xa6\x1a\xec\xa6\xc9\x85\x54\xa4\xf2\x62\x45\xa0\x61\x80\xe7\x8b\x0d\x93\x36\x91\xab\xbe\x10\x41\x69\x9f\x4f\x20\x94\x5a\xdf\x3f\xe0\xfc\x65\x45\x9a\x14\xf7\x3b\x8f\x1f\xd0\x1a\x17\xd4\xe4\x54\x0b\x00\x93\x8a\xe4\x23\x6d\x5b\xa3\xe5\x41\x92\x5b\x7a\xda\x76\x6b\x74\x69\xb1\x9b\x0e\xa4\x72\xa4\xcd\x6e\x7c\xce\x7e\x27\xf5\x6b\xa4\xf6\x31\x1e\x5e\x82\x0f\x91\x7f\x21\x52\x68\x09\xf1\xf9\x1a\x7f\x75\x9c\xc0\x28\xe0\x4d\x11\x80\x27\x65\xa2\x31\x03\xf0\xa4\x55\x29\x13\xb0\x18\xd1\x4c\xd0\xcf\xa4\x93\x1b\xec\x00\x94\xa4\x91\xed\x2a\x90\x0a\x06\x5d\x05\x28\x49\x85\x04\xd8\x01\x18\xd2\x4c\x8e\x0d\xc7\xb6\x0c\x8e\x42\x80\x86\xd4\x80\x7c\x08\xd0\x90\x46\xb5\x35\x23\x7c\x61\xab\x80\x15\x8d\xbd\x6c\xc4\x93\x49\x21\xd2\x10\xc0\x83\x6e\x83\xea\xae\x04\x93\x86\xbd\x70\x13\x2e\xad\x65\x64\x27\x0f\xad\x05\xb3\x73\x80\x5c\x34\x93\x1b\x49\xc6\x32\x6c\x61\x7a\xbe\xe8\xea\x24\x7a\x6d\x3f\x67\xb6\xc7\xef\x82\xe8\x03\xcc\xa1\x3e\x61\x40\x89\xb8\x5d\xbc\x96\x22\xe1\xa9\x4f\xf2\xe5\x48\x27\x12\x84\x3d\xf1\x3a\x1a\xef\x97\x00\x98\x68\xe0\x92\x1d\x00\x13\x35\x44\xf1\x48\xa7\x3b\xc8\x09\x39\xdd\xa3\xfc\x40\x42\x25\x0c\x88\x01\xd0\xd0\xd8\x6b\xcd\xdd\x55\xf7\x70\x70\xa3\x3c\x3d\x88\x44\xed\x72\xb3\x12\x60\x05\x8d\xe4\x50\x6f\x2c\xc0\xd6\x0f\xe2\xdd\x3e\x7c\x8b\xbe\x4f\x57\xf7\x86\x8d\x79\xc4\x6e\xcf\x2a\x65\x55\x0c\xb7\x95\xe0\x05\x6e\x6e\xef\xad\xc8\x78\x15\x89\x64\x11\xa8\x58\x91\x1e\x52\x62\x40\x8f\xd3\xa2\xcd\xb3\xba\xad\x5e\xa2\x88\xe1\x37\x69\xa7\xe1\xa3\x01\xaf\x98\xa7\xab\xfb\x72\x11\xe7\x80\x3f\xf2\x20\xc3\x64\x85\xe3\x21\x87\x5f\x00\xc7\x33\x92\x5b\x8f\xf8\x5b\xc9\x22\x68\x3c\x43\x91\x11\x34\x9e\x24\xb2\x54\x80\xc7\x33\xc9\xdc\x1e\xe0\xf1\x24\xad\x6a\x01\x20\xcf\xd8\xe3\x44\x99\x30\xd2\x25\x40\xe4\x19\xca\x83\xc9\x5c\x7b\xac\x2c\x80\x3c\x03\xbf\xb6\xc8\x52\x52\x78\x0a\x60\x3b\x13\x13\x6c\x00\xb6\x93\x24\xaa\x82\xed\x64\xfc\x71\x03\xb0\x9d\x02\x54\x62\xe4\x63\xcd\x36\x79\xda\x22\x03\x42\xca\x45\x4a\x00\xc2\x53\xc8\xaa\x14\x80\xf0\x14\xae\x58\x23\x1b\xa0\xc6\xcc\x67\xcd\x79\xcc\x85\xe0\x3c\xce\x11\xe0\x3c\x99\x14\x22\x91\xd5\x30\xdc\xa7\x79\x69\x18\x93\x40\xe6\xc8\x92\x6a\x26\x0f\x04\x9f\x8c\x23\x74\x80\xe0\x13\xf8\x2b\x06\x08\x3e\x95\xdc\x77\x91\xd3\x1e\x81\xad\x11\xfb\xcf\xd2\x02\xe1\x13\x78\x12\x45\x5e\xf4\x3c\xca\xe4\x83\xbc\x1d\x22\xfd\x23\xf1\x03\x1f\xe4\x4c\xb9\x53\xde\xdd\xf3\x8f\xfa\xf3\x47\x90\x12\x21\xf2\xa2\xf4\xa1\xec\x9a\x75\x7a\xc2\x3f\x32\x32\x29\x82\x3d\xdd\x00\xfd\x64\xdc\xa5\x43\x9c\x1f\xb1\x35\x03\xa0\x9f\xe0\x0e\x27\xc0\xf9\x59\x3f\xd0\xf1\xfc\xe2\x99\xe3\x0f\x9f\x3f\x30\xf7\x78\x55\x4b\x7d\xb3\x39\x02\x71\xc2\x8b\x5c\x38\x79\xd9\x32\x88\xc1\xd0\xb7\x8c\x5d\x90\x64\xa2\x01\x02\x90\xde\xa8\x01\x88\x4f\xc4\xfe\xf6\xa5\x6c\x03\xe8\xa2\x30\xf7\x5c\x49\x98\x8d\x84\x21\xb6\xcf\xe1\x40\xab\x98\x63\x30\x6b\xc0\x7d\x82\xbb\x8e\xc8\x02\x27\xb8\xa2\x44\xab\x65\xfc\x9c\x03\x44\x9f\x52\x9d\xbe\xaa\x0b\x98\xcf\x0d\xe9\xa2\x17\x55\xa2\x49\x2f\x0c\x56\x6b\xbf\x8b\xc3\x8a\x4c\xa8\x33\xfb\x3e\x63\x2f\xdc\xeb\x45\xa0\x73\x76\x47\x10\xdc\xdc\x77\xbd\xf8\x6b\x70\xe4\x72\x98\xaa\x9c\x6f\xc9\x2a\xc1\x0d\x7f\x00\xe3\x53\x9b\x3b\x11\x3d\x28\xcf\xfd\x01\x10\xd0\x8e\x1a\x45\x08\xcf\xe1\xc8\x04\x3d\x2b\x7d\x64\x9c\xac\xf1\xae\x89\xac\x1d\xcf\x65\x0f\x2f\x1f\x7d\xfe\x79\xfd\xb2\xca\xb0\xa5\xec\x6e\x15\xea\xc7\x4e\xa0\x07\x49\xc5\x32\x41\x69\xc4\x7c\x47\xc6\x40\x87\xe3\x43\x80\xfa\x93\x84\x2c\x0f\x60\x7f\x2a\x0e\x62\x91\x85\x63\x45\x61\xcd\x1b\x73\x8f\x4a\x87\x37\xc6\xcc\x36\xc0\x02\xc5\x5d\xbf\xd8\xd8\x94\x60\x00\xdd\x0d\x64\x40\x80\xba\x53\x48\x47\x13\x82\xee\x84\xfd\xd7\x6d\x6a\x7a\x7c\x26\x02\xf3\xa0\x5d\x6c\x6c\x4d\x6a\x33\x65\x99\xb4\x35\x39\x9f\x12\x83\xe9\xf9\x74\xb6\xb8\xad\x0a\x8f\xdb\x34\x27\xbd\x65\x61\x50\x28\x9f\xea\xc3\x7c\x7c\xe2\xe0\x26\x09\x03\x6e\x00\xa3\x5f\x80\xd2\x93\x8a\x4a\x50\x06\x6f\x80\x54\x06\x91\xcd\xc9\xeb\x61\x53\x07\xb2\xa7\x27\x21\x65\x87\x15\x11\x77\xef\x1e\xba\xc4\xe1\x60\x98\x97\xf7\x70\x34\x40\x6c\x9a\xa2\x47\xbe\x44\x4b\x43\xb1\xca\x28\x28\x45\x7a\x06\x6a\xde\xe1\x12\x5c\xfb\x34\x53\x7e\xfd\xc0\x1f\x50\xa6\xdc\x38\x70\xbf\x3d\x1c\x51\xbe\x0f\x77\xce\x8d\x89\xc5\x45\xbb\x85\xfa\x60\x91\x6f\xdd\x2a\xfd\x18\xa8\x0f\xd8\x22\x78\x3f\x99\x3c\xd8\x21\xdc\x4f\xf5\xd8\xdd\xec\x52\x57\x8d\x24\x4a\x45\x23\x43\xc6\xd3\x83\x40\xc0\xc8\x37\xdb\x54\xb2\x7d\x43\x77\x9c\xc7\xfb\xf3\x03\x6a\x7d\x84\xdb\x62\x92\x04\xd6\xc3\xf6\x1a\xe2\x03\x81\x54\x1d\xf9\x31\x8c\x8c\xaf\xf1\x0c\x19\x3e\x6e\xbe\xcf\x38\xc1\x2d\xe8\x0e\x87\x34\x4d\x65\x97\x91\xf4\xdc\xe4\x78\x87\x85\x8c\xe7\x71\x08\xd6\x49\xc6\x68\x39\x95\xa8\x41\x12\x61\xc1\x81\x6c\xec\x05\x93\xc4\x3d\x0e\x18\x81\x4a\x0b\xd8\x40\xab\x13\x0c\xf3\xe5\x86\xc8\x9d\xfd\x9a\x07\x94\x91\xa1\x6a\x11\xd5\x19\xf9\xdd\x89\x4d\x28\x0b\x0b\xe7\xf3\x9b\xf9\xa5\x43\xf8\x8e\x55\x39\x21\x56\xc2\x22\x99\x59\x1a\x55\x6d\xee\x0a\x34\xaa\xa2\x3c\x0b\x12\x51\x1a\xc7\x6f\xc5\xb6\x0c\xe8\x9f\x69\x6b\x22\xa3\x70\x65\x8f\x03\xb9\xa0\xaa\x04\xe0\x73\x62\x1d\xec\x47\xb6\x6f\x17\xe2\xf3\xf0\xf9\xc1\xda\xde\x9a\x7e\x32\x5e\x2a\xe1\x84\x93\x18\x6a\x73\xae\x8f\x09\x44\xb2\x04\xd8\x68\x55\x3a\xf9\x23\xa9\xd2\x51\xe6\x6e\xa6\x58\x96\x46\x5a\x1e\x8b\x89\xd1\x58\x21\x09\x6f\xf3\x53\xb3\xb9\x50\x86\xeb\x93\xb9\x2f\x8a\x61\xe9\x6c\x1e\x91\x89\x70\x80\x88\x92\x34\xf4\x77\xca\x00\x30\xe3\xf0\x1d\x40\x16\x15\x72\x47\x44\x21\x9b\x7f\xeb\x7e\x2c\x98\xce\x5a\x08\xa1\x8c\x14\x5a\x81\x32\x4a\x0a\xee\x45\xc7\x65\x16\x14\x24\xa3\xca\xa5\x62\x14\x93\xf9\x4e\xdf\xc7\xac\x98\x7d\x67\x20\xff\x51\x9c\x22\xfb\xf9\x0e\x49\x61\x8b\x6d\x71\x90\xa6\xe5\xb5\xd0\xdc\x6c\x46\x21\xae\x89\x1c\x37\x01\xa8\x51\x23\xd1\x67\x08\x6a\xa4\x4d\xae\x14\x9c\xaa\xaa\x65\x12\xd6\x3a\xc6\xc5\x51\x0b\xd9\xbb\xa2\x98\x37\x9f\x4d\x25\x5e\x91\x71\xe1\x01\x5e\x51\x51\xe2\x05\xaf\x28\xd7\xea\x07\x1e\x17\x06\x50\x25\x4e\xf0\xf8\x62\xde\xfc\xe4\xc7\x4b\x44\xde\xf5\x08\xe5\xe8\xb7\xec\x82\xea\xeb\xfa\x45\x53\x3f\x56\xc8\xe2\x24\x02\x36\xa4\x26\x0c\x44\x50\x06\x9f\x2b\x80\x08\x2a\xcd\x01\x84\xbb\x06\x01\x51\x8c\x20\xf5\x2b\x31\x82\x3c\xa7\x60\x04\x25\x6d\xa1\xc0\xff\xe4\xe9\xcc\x05\x01\x5e\xf0\x07\xd0\x7f\x1a\x2e\x68\x21\xfa\x8f\xb7\xcb\x01\xfa\xcf\x24\xce\x2e\x4a\xb8\x3f\xf6\xd7\x00\x67\xc0\x75\x80\x05\xca\x7b\xde\xcd\x9d\x0f\x35\x02\xfe\x67\x72\xaf\x18\x22\xfb\x00\x70\x1f\x02\xfb\x90\x94\x2b\xc0\xef\x69\x65\x97\x2f\x08\x2a\xf5\x70\x0f\x36\x5c\x6f\xd2\xdf\x17\x2e\xf6\x42\x60\x9f\xea\x66\x04\x37\xaf\xba\x19\xf1\x04\xcc\xae\x13\x9e\x23\x5c\x7d\x45\x31\xc2\xc8\xc5\x27\xa4\xbb\x3a\x5d\xc3\x86\x19\x25\x5a\x64\x21\x65\x67\x88\xeb\x53\x3d\x36\x98\x21\x4b\x72\x2b\x0f\x68\x8d\x67\xc8\xfc\x81\x0e\x79\x6a\x55\xa5\x85\xb9\xbb\xca\xd7\xc4\x71\x12\x5c\xba\xc4\x5e\xd0\x4b\x7c\xde\x7d\x89\xb5\xe5\x26\x8c\xb0\x80\x00\xe5\x27\xef\xbd\x76\x5a\x93\x1d\x3c\xcd\xf5\x43\x4d\xb0\x5d\x2e\x24\x43\x94\x9f\x92\xf2\xef\xb0\x9b\x03\x08\xa0\x4c\xbc\x68\x00\x01\xb4\xbe\xa2\xfd\xd3\x60\x1b\xab\x43\x68\x83\x1d\x94\xed\x2d\xed\x3b\x6c\x09\x0f\xee\xe9\x5c\x15\xff\x40\xaa\xc4\x08\x00\x4e\x50\xd3\x34\x04\x4e\x50\x2b\xbb\x81\xcf\x0f\x98\x9f\xeb\x58\xc7\xd5\x83\x42\x9a\x7c\x52\x51\x04\x98\x41\x4d\x73\x5b\xb9\xbc\x8a\xa2\x17\x5c\xb2\x55\xe7\x19\x97\xcb\xa2\x86\x56\xae\xed\xc0\x4d\x79\x77\xc9\x9a\xe8\x92\xdd\xbb\x5c\x3e\x77\x1d\x3e\x29\xfb\xd0\x5d\xbb\x4f\x74\xf0\x5e\xd2\xfd\x3e\xed\xdc\xcb\x15\x49\x2c\x32\x40\xd1\x86\x52\xb0\x77\x96\xfd\x81\xc1\x50\x96\x21\xee\xd2\xc0\x9b\x16\xec\x06\x00\xb9\xdd\x43\xf4\x10\x2d\x60\xbf\x65\xe3\xfb\x5c\x3f\x3b\xf0\x8f\x32\x1b\xc4\x3d\x4b\xea\xdf\xbd\x0e\x8f\x95\xfa\x8e\xdd\xb6\xe5\xf7\xe0\x07\x5e\xd2\x9b\xdb\xd5\xc5\xa9\xb3\x24\x49\x28\x81\x4b\xfb\x78\x11\xf6\x5a\xf6\x73\x94\x23\x98\x37\x20\x3e\x79\x4f\xe5\x8b\xf3\x96\xeb\xf0\x41\xc6\x5d\x37\x10\x70\x4b\x92\x9e\x7e\x22\x2a\x33\x36\xb9\x21\xf1\x3c\x51\xe4\x86\x48\x53\x42\xf4\x94\xe4\x41\xe5\xa2\xae\x48\x83\x3e\xc2\xc7\xba\x4d\xbc\xbe\xc4\x02\xa1\x42\x93\xba\x2c\xc4\xe2\x21\x9a\x36\x80\xe2\x49\x38\xd1\x06\x50\x3c\x99\xf4\x09\x01\xe2\x4e\xe6\x6e\x3d\xaa\x4e\x2d\x2c\x15\x90\x39\x8d\xd8\x9e\xa8\xa6\x3d\x64\xd9\x84\xcc\x29\x69\xf8\x03\xe1\x79\x56\x84\xaa\xec\xce\x05\x1b\x27\xe1\xad\x19\x60\xe3\x14\x92\x8e\x04\x10\x38\x1d\x08\xa0\x00\x02\xa7\x91\xfe\x2f\x80\xc0\x29\x9a\xc1\xaa\xb0\xb4\xbb\x47\x89\x54\xc1\xcd\x06\x5c\x37\x6b\xc2\x94\x89\xaf\x6c\x6c\x0c\x1c\x68\x36\x50\x37\x4d\x4b\x23\x38\x36\x85\x3b\xf7\x10\xc6\xa6\x70\x27\x1c\x55\x90\x5a\x64\x22\x70\x6c\x92\xd6\x01\xd0\x67\x9a\x6a\xac\xe8\x33\x65\x4f\x5e\xc1\xa0\xc6\xe2\x02\x39\x53\xa6\x63\x28\x06\x92\x58\x7e\xfd\x80\x41\x2c\x55\x34\xf0\x88\x0a\x80\x65\xd6\x0f\xf4\xa9\xda\x57\xbe\xa8\x46\x77\xf1\x41\x25\x02\xa9\xfa\x41\xfc\xfc\xa1\x96\x01\xe0\x4c\xf5\xb0\x8a\x37\xa3\x7e\x26\xde\x4c\xc9\xfb\x0f\x33\xd0\xf0\x52\x23\xdb\x9a\x75\x36\xb7\x1e\xf3\xd2\xf6\x16\xee\xbf\xa3\x71\xb5\x29\xa5\xd1\x13\x40\x67\x94\x47\x80\x8c\x99\xca\x35\xb5\x6d\xb7\x68\x66\xb0\x49\x12\x58\xec\x66\x3a\x24\x9a\x27\x14\x47\xf3\x2c\xc0\x30\xa9\x64\xc7\x1d\x6a\x24\xac\x8b\x1c\x10\x91\xb4\x86\x33\xe8\x9e\x0b\xfd\x3c\x29\x2f\xed\x72\x78\x60\x41\x86\x99\x78\x1e\x04\xc8\x30\xa9\x64\xd4\xda\x2a\x0f\x84\xc9\x02\x0d\xd3\xbb\x33\x32\x48\x35\xe8\x78\x86\xb3\x60\x4d\x22\xbd\xc0\x58\x40\x7a\xc9\xfb\xd4\xe0\xf3\x51\x48\xb6\x17\x75\x90\xdc\xc6\xbe\x0e\x73\x43\xf1\xd2\xf4\x32\x9d\xb9\x45\xd9\xcc\xb6\x30\x01\x05\xf0\xa8\x4c\x53\x23\x85\x7f\x34\x6e\x89\xe9\x1e\x37\x6b\xc5\x6e\xe3\xb7\xb1\x37\xc1\x34\x89\x93\xef\x90\x2d\x0d\x56\x07\x6c\x4b\x1f\xbe\x7f\x6e\xef\x42\xca\x6d\x0d\xd3\x33\x0d\xd8\x1c\xde\xe9\x51\xe5\x34\xb2\x71\xa0\x5a\xfa\xdc\x1f\x10\x9f\xb0\xcb\xd8\x2f\x8a\xef\x30\xf3\xa8\xd1\x55\x4e\x03\x16\x5c\x00\xd5\x52\xe5\xd0\x20\xb5\xac\x1f\xf8\x1a\x6b\x69\xd9\x65\xfc\x82\x9d\x8b\xcb\x31\x43\x13\xeb\xa5\x97\x81\x65\x67\xd5\x35\x91\x09\x65\x64\xb1\x7a\xb9\x70\x96\xb5\xfb\x5b\xed\x8d\xac\x67\xb5\x6e\x38\x7b\x48\xee\xb0\x7d\xae\x2f\x70\x3a\x21\x7d\x00\xba\x34\xef\x00\x40\x74\x19\x5e\x93\x80\xe8\xa2\x1f\x5d\x88\xe8\x22\x1a\x5e\x80\xe8\x32\x40\x70\x0a\x10\x5d\x8a\xbc\x53\x40\x97\x02\x32\x7d\x54\x73\xd7\x7b\xc6\x6f\xb2\x63\xb9\xba\x4b\x29\xed\x63\xb7\x76\xfb\x81\x35\x31\xb1\x4e\xcd\x62\x66\x9b\xe0\x57\x95\x52\x15\x6b\x41\x5d\x8a\x1b\x51\x6e\xb6\x49\xe4\x83\x6d\x00\x69\xac\x3e\x76\x16\xd6\x56\x97\x56\xda\x87\x23\x52\xfb\x74\x87\x92\xdc\xa1\xba\xd6\x8f\xf3\x3a\x7d\x89\x64\x7d\xd5\x97\x50\x3e\x10\x4d\xab\xfc\x4f\x7d\x15\x24\x97\x71\x78\x08\x88\xdb\x2d\x45\xba\xf8\xea\xe2\x42\xb5\xf2\xbf\xe2\x0c\xe2\x9b\x52\xec\x20\xe1\x0e\x45\x83\x18\x78\x2f\x26\xab\x8e\x8a\xb3\xe7\x26\xee\x4b\xa3\xec\xda\x93\x2b\x21\x0b\x7b\xb7\x7f\x5c\x1a\xba\x7b\x17\x97\x1c\x43\xb2\x2d\x97\x54\xf3\xa9\x8b\x4b\x0e\xf9\x5f\xfd\x70\x15\xb7\xe5\x8f\xeb\x0b\xcf\xe5\x67\xa6\x00\x1a\xfe\x44\x01\xfa\x5d\x1e\xcb\x00\xef\x25\x95\xcd\xaf\xb4\x41\x4b\x9d\x3e\xa7\x07\xd2\x0a\xe0\x4b\xc6\x85\x3b\x36\xc6\x0b\x4b\x26\xc6\xcb\xde\x2e\x60\xbc\x0c\x59\x25\x50\x2e\xcd\x5b\x1f\xb0\x5c\x86\xd4\xa9\xa5\x4c\xbe\x5e\x9e\xcb\x1d\xa5\x36\x80\xb9\x8c\x34\x7c\xc9\x5a\x11\x9c\x9a\x09\x22\x99\xce\x86\xf7\x67\x51\x7e\x69\x89\x0c\xc6\xac\x65\x4b\x24\x8d\x1b\x7e\xb0\xbd\xbb\x3b\x7f\xa0\x72\xd8\x0f\x55\x52\x19\x41\x4b\xa0\x14\x23\xa7\x35\xb2\xa3\x91\x79\x26\xda\x52\x31\x07\x59\x7a\x03\xbc\x98\x41\x3c\x43\x34\x43\x63\x59\x25\xf0\x62\x86\xa6\x46\xf0\x62\xf2\xee\x6a\xc6\xb6\x3f\xfc\xd6\x79\xdd\x1f\xc3\x1a\xc2\x97\x30\x2c\xa0\x1b\xb6\xa2\x19\x9a\xa9\x2c\xa4\x51\xe1\x7c\x35\x12\xd8\x54\x87\x59\x1c\xb3\xd3\x57\x40\xd5\x1f\xfe\x40\xcc\x0c\x4c\xa9\x09\xfa\x2e\xd5\x6f\xc5\xf8\x7d\x66\x0c\x6e\xac\x62\x09\x74\x4c\x25\x1c\x3b\x04\x7f\xd1\x1a\xd6\xaa\x88\x27\xbc\xb3\x18\x6a\xf7\x9a\xac\xe1\xdf\x02\x06\x49\x00\xfe\x92\x35\xfa\x03\xfe\x92\x0a\x6e\x5f\xd1\x48\x2e\xec\x99\x05\xf0\x25\xa4\xed\x00\xbe\x68\x0a\x6c\x0d\xa8\x02\xa4\x9a\x66\x0a\x8e\xdd\x40\x03\x18\xd4\x79\x6c\x8e\x00\xc2\xdd\x9a\x5e\x36\xfe\xe0\xaa\x75\x6b\x15\xc2\xce\x96\xb9\xa1\x44\x2d\x68\x04\x3a\xa8\x94\xb7\x10\x1b\xc3\xb2\xe9\x4b\x7d\xe7\xa2\x77\x0c\x73\x69\x9f\x59\xa3\x48\x33\x91\x06\xfc\xb9\x75\x8f\xbe\x13\xdc\x35\x4f\x5a\x76\xaf\xda\x72\xd7\x7d\x8a\xc1\x99\x16\xd3\x81\xfe\x52\x4b\xfd\x03\x4f\x65\x94\x13\x30\x65\x06\x79\xf7\x03\xf4\x97\xa1\xbe\x0a\xfa\x4b\xf7\x22\x1a\xc4\x97\xd2\x9d\xc8\x8d\xab\x46\x3d\x43\xb7\x52\x7a\x31\xf5\xeb\x65\x2a\x84\x4c\x73\xbf\xcc\x9d\x9a\x98\x8a\x16\xeb\x0d\x2d\x8f\x4d\xd6\xab\x85\xbc\x91\x81\x7e\xd7\x8a\x9d\xb7\xec\xad\x87\x0a\xa9\xd8\xb9\xb1\x60\xbc\xf8\x04\x0c\x26\xeb\xca\xd3\x30\xf4\x9a\x93\x2b\xda\x5c\x44\xbf\xed\x97\xc8\xd5\xe3\xc9\x20\x5f\xa6\xa6\xad\x46\x9a\x0a\x13\x36\x46\x13\x9c\xdd\x0f\x4e\x9c\x4c\xab\xe5\xe6\x35\x24\x65\xfb\x94\xfc\x83\x98\x5d\x87\x77\xee\x3e\xd1\x73\x54\x49\xef\x99\xdb\xb9\xfb\xf4\x3b\xd7\xde\x68\x7a\xcc\x4c\xab\x26\xf3\x27\x5a\xb5\x18\x33\xc4\x15\x47\x93\xfb\x57\x29\xde\x89\x65\xc4\xf6\x17\xf7\x2f\x64\xfa\x08\x10\x63\xba\xbc\x5c\xc4\x98\xa2\x5c\x08\x62\x4c\x0a\x27\x71\xb1\xec\x20\x16\x30\xda\x62\xd9\x05\xd8\xbe\x68\xa4\x3e\x9a\xd2\x81\xdb\x35\x43\xe5\x6a\xb7\x6b\xc6\xa0\x16\x37\x0e\x82\x04\x03\x20\x99\x4c\x34\x6b\x00\x24\x13\xcd\x21\x88\xfb\xee\x14\xde\xf8\xb6\x1d\x96\x1f\x2b\xf5\x63\xee\x84\x30\x25\xb4\x9b\xa0\x00\xf4\x24\x80\x64\x22\x1c\x1a\xa9\x92\xc2\x23\x0b\x06\xed\x21\x6d\x7e\xb1\x98\x60\x79\x69\xf2\x43\x6f\x4d\x40\x79\xc9\xc9\x9d\xb6\xd8\x5e\xc9\x28\x1c\x4d\x77\x17\x97\x08\x1b\xac\xec\x1a\x2c\x97\xaa\xce\x04\x96\x4b\xf5\xc2\xaf\x01\xfc\xaa\x5c\xd7\x48\xa0\x7f\xb8\x31\x31\xaf\x4e\x47\xf3\x41\x06\x77\x19\xcb\x82\x84\x0c\x07\x14\x3d\x24\x40\x69\x09\xdb\x05\xa5\x25\x15\x0d\xc1\xb1\x94\x3b\xa7\x3a\x8e\xc2\x3b\x41\x59\xab\x9b\xaf\x9c\x3c\x2f\x94\x51\x8c\xd4\x24\xc3\x74\x10\x6c\x04\x10\x5b\x92\xe1\x2a\x01\x64\x4b\x56\x35\x06\xb2\x25\x93\x99\x2b\x62\xb1\xb2\xea\xfd\x30\xf0\x2d\x85\xfc\xcc\x01\x7c\x4b\xb8\xa3\x63\xf1\xa8\xf0\x38\x80\xc6\x12\xfa\xee\x00\xc6\x92\x0a\x59\x17\x23\xb4\x88\x72\x80\x82\xd8\x05\xa7\x37\x70\x47\x51\x2f\x8a\xec\x39\xb1\x35\xdc\x51\xd4\x0c\x81\x66\xa9\x5e\xe4\x84\x21\xbe\x61\x45\xb6\xc0\xa6\x05\x82\xa5\x90\x01\x3e\x80\x60\x59\x3f\xf0\x56\x49\xf4\x89\x7e\xcb\x98\xf6\x4b\x8c\x01\x11\x03\xa8\x95\x20\x12\x21\xa2\x10\xed\x37\x7c\x87\x49\x92\xb8\x06\x89\x1a\x40\xd3\x0a\x80\x53\x02\x8c\xb6\x88\x2a\xe8\x3f\x0d\x00\x4a\x46\x22\x92\x08\x7c\x2a\x49\x72\x11\x80\xab\x6c\xce\x1f\x15\xe5\x11\x79\x26\x1a\x09\x28\x9d\xbc\x26\x62\x06\xc3\x6c\x76\x94\xe1\x9b\x03\x0a\x35\x23\x1a\x1d\xc5\xdc\x00\xc6\x4a\x78\xd0\xa2\xb1\x75\x90\x70\xc0\x52\x19\x64\xae\x8b\x80\x99\x94\xe6\x88\x1b\x0d\x73\xac\x43\xab\x68\x73\x5a\x82\xd1\xa0\x2b\x80\xa5\x52\x08\x15\x0c\xb0\x54\xd2\x56\xdc\x01\x53\xc9\x87\x43\x50\xf7\x6b\xbb\x2a\x7d\xbc\xfd\x9a\x60\x71\xa4\x1a\x80\x52\x72\x86\x25\x02\x94\x52\x94\x6e\x81\x40\xc1\x18\xf2\x1b\xe2\x26\x3e\x4a\x21\xb2\x33\xc0\x47\xc9\x5e\xd5\x83\x8f\x12\x1e\x1a\x60\x50\xaa\x94\x2e\xfa\xda\xc6\xcd\x99\x1a\x4a\x64\xbc\xa3\x5e\xd8\xdc\xd3\x83\xa9\x75\x1c\x30\xa7\x01\x69\x08\xd4\x3f\xc5\x8b\x20\xcb\xd2\xaf\x8f\xb9\x09\xb7\x13\x8b\x39\x15\x6d\xa9\x01\x3a\xa7\xbe\x66\x41\x24\xb5\xa3\xc6\xfd\x45\x4a\x15\xa7\x6e\x17\xbc\x7e\xda\x67\x66\x6c\x11\xfe\xae\xfd\x24\x70\x64\x01\x46\x3e\xc2\x5c\x94\x76\x13\x4d\xeb\x70\x45\x89\x1a\x03\x42\x3a\x82\x94\x73\xf2\x89\xb8\xf1\x46\xb0\xfb\x1a\xe2\x64\xa2\x71\x13\x1c\xe3\x64\xdd\x5e\xf7\x5b\xd6\x39\xcb\xd6\xf0\x5e\x09\xe4\xa3\x58\xf4\x72\x16\xcf\xea\xd2\x32\x4a\xf5\x63\xb0\xb9\x05\x29\x0c\xa0\x48\x8a\x42\x27\x90\x23\x23\x21\x2b\x05\x69\xe3\x14\xaf\xe3\x85\x1a\x48\x25\xd0\x12\xf6\x59\xfd\x48\xb8\xe4\x32\x6d\x00\x11\x8f\x1b\x10\xd7\x09\xb1\x26\x80\xb8\xd6\xcf\x06\x64\x91\xd4\x1d\xdb\xc7\xdc\x49\xb7\x70\x4d\x51\x48\x01\x65\x24\x25\x09\xc3\xd2\x0c\xb2\x97\x37\xa2\x8c\x94\xf0\x78\x7e\x5e\xde\xdb\x80\x88\x36\xab\xdc\x0f\x74\x5f\x1a\x00\x72\x64\x48\xa9\xbb\xde\x7b\x88\x87\x5d\xef\xbd\x6e\x79\x51\x55\x22\xa8\x02\x04\x91\x7d\xcd\x2c\x82\xc8\xb6\x5c\x82\x20\x92\x74\xed\xed\x09\xa9\x86\x53\xd5\x21\x9e\x80\x6e\x45\x87\x78\x7a\xb5\x04\x60\x48\x12\x63\x27\x40\x0c\xc9\x12\xcc\x9e\x70\x11\x45\x93\xea\x0a\xf8\xa4\x73\x89\x6e\xf2\x1b\x5b\x93\xc4\x6a\x1d\x16\x4a\x84\xa4\x08\xd1\x33\x3c\x15\xa1\xb3\xe3\xee\xe1\x2d\x2d\xb0\x22\xd9\x63\xd8\xbd\x45\x72\xfd\xc1\x15\x29\xc4\x90\x05\xb8\x22\x79\x38\x19\x9a\xd2\x58\xf2\x2e\xe9\x85\xdd\x74\x49\xaf\xf7\x66\x5d\xd2\x0b\x7b\x12\x6f\xa4\x84\x1d\x17\xfe\x8a\xf5\xe9\x45\xc4\x02\x5f\x32\x51\x3e\xb3\x54\x4c\xe9\x4f\x0b\x05\x86\xc9\x52\x81\x31\xb2\x55\x4f\x31\x46\x8c\x0f\x0c\x30\x46\xaa\xd7\xf7\xbd\x7a\xfd\xc8\xc7\x00\x39\xeb\x9e\x0c\xf6\x48\x32\x78\x33\xfa\xd2\x03\x42\x85\xaa\x93\x18\xc7\x7b\x27\xb0\x47\x42\x0f\x24\xb0\x47\xd6\x07\xd6\x04\x19\xc9\x76\x03\xc6\x85\xd4\xd2\x4d\x5a\x6c\x57\xf1\x7f\x97\x42\x74\xdc\xdf\x8b\x52\x48\x27\x93\x5f\xfe\x7d\xe4\x42\x5f\xa4\xbc\xaa\x86\x00\x4d\x62\x36\xf1\xe8\x1a\xdf\xbc\xe0\x00\x9c\x24\x48\x2c\x14\x80\x93\x94\xea\xac\x41\xbe\x75\x6e\x15\x9c\x64\xcf\x38\x79\x73\xf4\x0c\x00\x76\xa4\x7a\x81\x02\xec\x48\xa8\x54\x00\x3b\x12\x3a\x76\x80\x2e\x92\xf4\xec\x15\x5d\xa4\xe8\xd4\x0e\xba\x48\x3a\xdc\x72\xdd\x4c\xb5\x34\xb6\x34\x89\x3e\x1c\x77\xe7\x5a\xd1\x13\x41\x46\x3e\x72\x7e\x46\xc7\x71\xb1\xec\x53\x40\x02\xd0\xbd\x5f\x55\x24\x08\x61\x0d\xb0\x49\x22\x7b\x16\x3b\x4b\xe1\x29\xe8\x8e\x1f\x81\xb0\x77\x0c\x1b\x88\x41\x1d\xdf\x11\xe2\xaa\xa3\x0f\xb7\x99\xeb\x42\x4a\x3e\x8d\x44\xa0\x96\x24\x05\xf2\x3e\x68\x01\x66\xd9\x09\xe8\xda\xd7\x36\x1d\x87\x7a\x3d\x7a\xbb\x41\xd3\x86\xa9\x80\x67\x12\x8a\xf0\x7d\xca\xb2\x18\xdd\x24\xf7\x11\x64\xb3\xab\x62\xe8\xb5\xd3\xf1\x25\x69\x8e\x74\xb2\xcf\xdc\x80\xf8\x92\x14\x23\x36\xba\xe9\x49\x3d\xa5\x44\x3e\x17\xc3\x43\x3a\xee\xf5\xba\xa2\xf5\xc5\x37\xaa\xfe\x86\x9d\xdc\xc6\xa4\x69\x08\xe0\x50\x4a\xf5\x63\xe1\x50\x20\xf1\xdd\x5b\x2d\xfd\xe0\xc1\x43\x89\x8c\x48\xd1\x55\x37\x74\x15\x06\x0f\x25\x88\xde\x0e\xf0\x50\x82\x64\x24\x01\x1c\x4a\xda\x0e\x11\xe0\xa1\x14\xd2\xe5\x84\x70\x28\x60\xc0\x87\x70\x28\x02\xb4\x06\x70\x28\x41\x40\x55\x74\x35\x0a\x89\x6d\xc7\x07\x5f\xc5\xaa\x73\x73\xa5\x68\x07\x36\x4a\x10\x8f\x14\x5d\xb3\xa1\xba\x72\x27\xb1\xaa\x72\x51\x37\xaf\x9e\xfb\x9b\x98\x69\xaf\x11\xc1\x4f\x89\xec\xe1\x58\xda\x45\x68\xaf\x15\x4b\xa5\x18\x23\x01\x98\x4a\x68\x8d\xee\xa0\x37\x27\x7b\xb4\x94\x02\x72\x4a\x45\x27\x1b\x9e\xce\x21\x1d\x3b\xdc\xfe\x14\x33\xdc\xe1\x71\x17\x74\x52\x3a\x40\x92\xe5\xdd\x16\x96\x37\xef\x10\xc1\x52\x09\xdd\x32\xc0\x52\x09\xe5\x9d\xfe\xb8\x9c\x52\x54\x1c\x3f\x06\xfc\x0e\x1c\x95\xc8\x12\x57\x32\x8b\xec\x73\xa5\x75\x4e\xc7\x6c\x70\x54\xb6\xbb\x66\x57\x1b\xd9\x47\x7a\x69\x23\xa1\xf9\xb9\xbf\x26\x86\xf3\x25\xba\xe1\x66\xc0\xdb\x43\x63\x2f\x98\x2a\x59\x41\xa0\x7f\xae\x81\xe5\x45\x80\xd5\xa1\xba\x7e\x1b\x7a\x96\x76\xb0\x02\xc2\x31\x7f\xe6\x9a\xa2\xb1\x8f\x6e\xef\x77\x5c\x65\x89\xa8\xf9\xec\x20\xfe\xa0\xad\x44\xfe\x6d\xe2\x90\x00\x71\xa5\xaa\x0e\x88\xb8\x52\xc0\x91\x8e\x21\xbe\x24\x64\x67\x1c\xba\x48\x56\xca\x8e\xcf\x32\xd3\x5c\x6d\x91\x80\x1e\xf6\x3a\x50\x2c\xa1\x2f\xe7\x50\x89\x01\x7c\x2b\xc6\xc1\xa9\x69\xfe\xc0\xa6\x84\x61\x0c\x6f\xae\xc8\xb0\x16\xe2\xb5\x80\x0f\x1b\x23\x39\x23\x10\x8e\x91\x88\x86\x82\xf9\x02\xde\x52\x8e\xfd\x35\x27\x3c\xfb\x0e\xb3\x03\x05\x06\x97\xa5\x78\x6f\x3d\x32\xdd\x1e\x96\x91\x47\xad\xc7\x6c\xfe\x1c\xcb\x41\x6a\x0e\xbd\x68\x87\x26\x2e\xdf\x2f\x64\x3f\xe8\x3e\x07\x71\xcd\x29\xc2\xf3\x51\xd1\x63\xe0\xf9\x58\x06\x4b\x34\x08\x82\xce\x0e\x19\x35\x44\x9f\xf2\x81\xeb\x23\x29\xfd\x62\xc0\x17\xc3\x89\xaf\x95\x25\xf5\x5b\x12\xa2\xef\x77\xd0\x18\x8b\xef\x74\x1b\x60\xee\x2a\xe9\xb6\x0a\x45\x06\xd6\x7d\xcc\x7a\x38\x59\xa4\xf8\xdf\x76\x0f\xd0\x61\x2a\x69\xb9\x63\xc8\x47\x75\xe0\x07\x1e\x26\x0c\x03\x01\x1d\x26\xed\xdb\x57\xe0\x61\x36\xbf\x14\x1d\x86\xb4\x53\x31\x64\xa4\x03\xd2\x2a\x3c\x8c\xf7\x64\xa0\xc3\x64\x15\xd7\x81\x35\x2e\x3b\x61\x24\xa6\x35\xda\x68\x6c\x17\x0e\xde\x09\xc7\x4c\xbf\x41\x56\xf6\x12\x73\x2c\x1d\x26\x32\xc7\x7e\x10\x54\xa6\xad\x6c\xe0\xcc\x6f\xf0\xca\x00\x0f\x32\xdc\x6b\xba\x79\x0c\x24\x55\x10\x64\xc2\x1b\x8e\xd1\x69\x80\x03\x37\x54\x53\xf4\xd3\x1f\xe4\xb8\x26\x81\x47\x0c\x39\x1c\xbc\x12\xa4\x98\xdc\x9c\x55\x11\xb7\x54\xa5\x41\x8a\x89\xec\x86\x84\x79\x95\xe1\xfe\xe7\xce\xca\xe0\x8c\xc1\x9d\x95\x6a\xe5\x18\x1f\xb5\x32\x7e\x6c\x62\xde\xc6\x0c\xb3\xc1\x61\xa4\x1b\x8b\x15\x4d\x6f\xb4\x01\x81\x19\xfa\x79\x80\x01\x93\xca\xb0\x1b\x5c\x41\xe9\x9d\x32\x4e\x21\x67\x68\x80\xfc\xa9\xdd\x5d\x7e\xa2\x20\x41\x56\x05\x8a\x69\x2e\x0e\xc9\x31\x88\xd2\x8e\xb1\x6f\x97\x9c\x55\xec\x4b\x81\x70\x31\xb4\x2f\xb9\xf3\x48\xb3\xad\x7d\x62\xc8\x0d\xe4\x7b\x43\x6e\xe0\x84\xdd\x07\x24\x8d\x8a\x6e\x05\x2c\x84\xc7\x71\xb3\xce\xbb\x4c\xb0\xed\x2e\xbb\x3e\x30\xe6\x41\x54\xd5\x61\xad\xde\xd8\x68\xcf\x1a\xb7\xa0\x83\xf4\x09\x6f\x02\x1d\x04\x41\x8d\xa9\xba\x32\x0f\x15\xa0\xfd\xbc\xa3\x92\xfd\xd6\xfa\x06\x9a\x8c\x29\x04\x63\x78\x37\xa3\x8f\x12\x70\x32\xd9\x50\x59\x20\x64\xfa\x70\xdb\xbc\x42\xbe\xd3\x77\x12\x6f\x93\x23\x3c\x06\x99\x50\x49\x47\x1a\x40\xbd\x94\x62\x3d\xc4\x3f\x95\xe9\x0f\x12\x76\xc7\x4a\x3e\x28\xdd\xf8\x06\xc1\xbe\x8a\xa2\x60\xbd\xc4\x3e\x4d\xe2\x2e\x22\xcc\x8c\x4f\xcf\x30\x17\xfb\x83\x82\xa2\x7e\x4e\x7d\xea\xc8\x7f\x1d\xf3\x80\x9c\xa0\xd6\x4c\x68\x77\x62\x5d\x26\x2e\xf6\x1a\xc3\xa7\xea\x8e\xae\xe4\xa0\xc0\xd4\xb6\x3f\xf6\x76\xd3\x8f\xd9\x5a\xd0\x96\x99\xec\x36\xef\xa4\xe4\xc7\xfe\x81\xc9\x8d\x7e\x83\xd7\x12\x5e\xb0\x01\xa6\xb2\x05\x9b\x29\x9a\x15\x0c\x0f\x9c\x94\xd0\x65\x14\x3c\x94\x28\x68\xd6\x42\x9d\xb8\x8f\xa7\xb7\xf4\x64\xac\x8c\x29\xd9\x44\xaa\x04\xea\x24\xbc\x14\x03\xad\x64\x68\x83\x9d\x8d\x50\x1f\x84\x36\xb0\x47\x8a\xb7\x41\x60\x8c\x84\x9e\xd3\x53\x1b\x7e\xf2\xf9\x43\x3d\xbe\x8f\x9e\x60\x87\x9a\x2b\xe5\x30\x97\x74\x1e\x2e\xe1\x24\xa6\x55\x8d\x63\x42\x7e\xf4\x01\x9b\x98\x50\xaa\x5e\x0a\x93\x4c\x96\xba\xa9\x00\x32\x12\x2a\x3e\x60\x8c\xac\x97\xfc\x7a\x1d\x64\x45\x4a\x30\x46\xc2\xfb\xd2\xd9\x89\x0c\x80\xc9\x83\x2b\x32\x0e\xe7\xab\x9b\x92\x8a\x03\x3b\x8d\x13\x62\xaf\x03\x2b\x12\x7a\x06\x03\x2b\x12\xba\xf4\x4d\x02\x56\x55\x64\xe7\x70\x08\x54\x84\x6b\x59\x95\xfc\x00\x23\x92\x8c\x20\x06\x46\x24\x55\x3d\x83\xc1\x11\x09\x2f\x11\xe7\xce\xb1\x00\x03\x12\x47\x64\x6f\xb7\x61\x73\xbe\xc4\x54\xba\x49\x88\x52\xd5\x2b\x61\x4e\x02\x17\xdc\x54\xd3\xae\xd2\x1a\x99\xfd\xbd\xd1\x9b\x48\xce\xbb\x61\x64\xdc\xb2\xcb\x7a\x34\x30\xf3\xc8\xb8\x55\x4b\xe6\x5c\x32\xee\xfc\xf5\x12\x15\xed\x97\x9c\x61\xc4\x8c\x89\x8c\x2b\x11\x00\x17\x64\x48\xb0\xe6\xc5\x0c\xbb\xc3\x2e\x40\x28\x9c\x30\x91\x66\x5d\xdb\xcb\x4a\x19\xc1\xe5\xf6\x67\xa5\x48\x46\x69\x2e\xb9\x98\xb7\x15\xd1\x18\xb8\x20\xfa\xd6\x81\x0b\xd2\xf7\xae\xc5\xee\xad\x5b\xf1\xbc\xb9\xcd\x73\x15\x30\x7b\x6b\x2a\x9c\xdc\x35\x57\xc3\x47\x00\x12\x49\x24\xe5\x08\x40\x42\xc2\x7b\x4b\x30\x3f\x32\x08\xc9\x31\x1f\xc2\x4a\x5c\x35\x60\x01\x4a\xf9\x6d\x04\xc3\x7c\xb1\x1c\x41\x40\xe6\xeb\x62\x51\xd9\xc7\x59\x92\x02\x90\xea\x47\x3f\xc8\xf9\x79\x33\xce\xe8\x10\x1e\xab\x97\x89\xc0\x7e\x84\x9e\x4d\xc2\x7e\x54\x12\xf3\x05\xb0\x1f\x03\xd4\xb3\x00\xf6\x63\x80\x6e\x11\xe7\x22\x3e\xd3\x61\x9c\xa4\xe5\x21\xcf\x44\x00\xd6\x31\x94\xaa\x4f\xef\x46\x91\xfe\xcf\x44\x3a\x17\xeb\x4c\xdc\xd5\x20\x98\x9d\x3b\x5e\x9f\x71\x9f\x4b\x62\xdb\x91\x7f\x67\xce\xfe\x30\xf9\x03\x04\xd7\xc3\x97\xd8\x70\xd5\x32\x1b\x88\x4c\x49\x71\x12\xa6\xaf\x9f\xc5\x99\x1d\xcf\xda\x27\xa7\x00\xab\x7a\xc9\x89\xef\xa1\x6a\x0d\x74\x47\x78\x47\x7e\x82\x13\xe0\x2d\xdb\xb9\x48\xd7\x20\x3b\x5c\x9c\x85\x5d\x89\x4a\x72\x12\xf6\xe2\xc5\xea\x89\xf0\xe7\xcc\x9f\xc8\x6f\xb2\xe6\x93\x28\x96\xdd\xa1\x2a\xcd\xa0\x1e\xe2\x29\xb5\xf8\x9f\x8d\xe5\x85\xea\x9d\xcd\xd1\xf0\xad\xe1\x91\x50\x00\x90\x3e\x52\xd5\x7c\x77\x36\x76\x6e\xf5\x63\xfc\x2d\x6c\x58\xd4\x24\xbd\x1b\x4e\x8c\x0c\xd3\x21\x93\xc0\x57\x97\x9b\x93\xb4\xff\x5e\x4a\x9f\xde\x32\x3a\x8f\xd2\x15\x8e\xd5\x89\x76\xaf\xed\xef\xc4\x65\x55\x85\xf9\x24\xc6\x5d\x7d\xe9\xd4\xe2\x5a\x7c\xc7\xd1\x33\x2b\xc4\x28\x56\xb5\x93\x93\x7b\x42\xaf\x8c\xcf\xc9\x51\x42\x5d\x3a\x27\xbe\x13\x0e\x0d\x20\xa1\xe2\x16\x59\x54\x62\x7a\xad\x7e\x9e\x4e\x0b\xef\x9c\xfa\x61\x43\x0d\xce\x25\xfa\x0c\x52\x97\xc6\xb9\x14\xec\xb9\x57\x9f\xd0\x43\xaf\x9e\x01\x0f\x59\x1f\x58\x13\xf3\xd5\xfc\x00\xab\xa3\xf3\xb8\x44\x9f\x39\x9c\x96\xcb\x8a\x78\xff\x62\xf1\xad\x08\x07\x18\x00\x03\xe3\xbc\x61\x3d\xf0\x6a\x00\x40\xe6\x5e\x28\xb0\xe8\xf6\xc6\x59\x67\x78\x4a\x30\x80\xf6\x48\x55\x79\xfa\x5c\xfa\xe5\xdc\xbb\x82\x30\xc1\x3d\xbf\x8f\x42\x1d\xcf\xf7\xf9\xa5\x73\xaf\x12\x21\x23\x7b\xcd\xbb\xe4\xb1\x7b\x25\x8c\xf4\x9a\xf0\xec\xaa\x4c\x7c\xbe\x4c\x9e\xdb\xe2\xa3\x7b\xd0\xaa\xf3\xa3\x26\x57\x07\xd7\x0c\xb3\x0e\x5c\x87\x9e\x0e\x89\xf2\xe2\xb0\x75\x3f\xa7\x47\x4c\xfc\xb5\x58\xfe\x74\xb7\x00\xe7\x31\xdd\xa7\x57\x62\x04\x50\x94\xcb\x34\x57\x72\xcc\x0b\xb4\x9d\x04\x21\x00\xce\x23\xc9\xc2\x2e\xce\xaf\x3a\xfe\x05\x6e\xb2\xd6\xf1\x0b\x39\xa2\xf5\xdf\xba\xc1\x5d\xdc\x2f\x19\x5a\x07\xec\x47\x95\x37\x88\xee\x61\xc8\x0d\xe8\x1e\x49\xf8\xd9\xb8\x90\x38\x9a\xad\x14\x83\xf7\xfc\x18\x12\x9d\x7c\x8e\x0b\x3a\xd3\x74\x11\x7c\x46\xe6\xdb\xb8\x2a\xe6\x58\xa7\x86\x23\x0c\x82\x43\x5c\xd5\x06\x98\xe3\x0b\xd3\x24\xd9\x8c\x03\xfc\x90\x44\x12\x99\x00\x3f\x64\xe8\x64\x01\xba\x47\x78\x37\x05\x40\xc7\xdc\x0d\x7b\x54\x75\xe7\xb9\xd6\x51\x1d\xc7\xfe\x21\x73\x4d\x49\x4f\x83\x28\x03\xc4\x15\x91\x3b\xf4\xa5\xba\x04\x31\x6e\xbe\x13\xc8\xfb\xf4\x2e\x04\x7e\xf3\x1d\xec\xc3\x1c\x4f\x90\x38\x46\x73\x11\x97\x58\x31\x74\x8b\x05\x6f\xa3\x1b\xc5\x24\xde\x86\x57\x9c\xc0\x6d\xa4\xaa\xa7\xe0\xd5\xc1\xa9\x40\xf6\xb8\x90\x37\x54\x8f\x41\xcf\xa8\xba\x84\x5f\x4a\x12\x2e\xb4\x92\x44\x71\xee\x86\x12\x0d\xeb\x81\x71\x4f\x1f\x29\x00\x32\xd6\x4b\x0c\x7f\xe0\x93\xbd\x7f\x38\xd1\x3a\x68\xcd\x28\xe8\x6e\x0b\x66\xea\x47\x7f\xbb\x94\x43\x30\x79\x81\x7e\x51\xf5\x35\xba\x4c\xc5\xa4\x47\x37\xe8\x17\x5d\x35\x1d\xf4\x8b\xf5\x03\x7d\x9a\x1e\x3e\x7e\x38\xa1\x49\x50\x03\xd0\x29\xa6\xf4\x09\x14\x8a\x00\x33\x2a\x40\xa1\x98\xd2\xa7\xeb\xf4\x5b\x7a\x01\xf5\x90\xaa\x5c\x78\xdf\x69\x7f\x00\x9d\x22\xc8\x08\x1c\xa0\x53\xec\x28\x4e\xd0\x29\x52\x73\x68\x38\xdf\x55\xe5\x04\xe0\x29\x6a\x4e\xbe\xc4\x39\x74\x1f\x41\x7a\xd2\x6e\x80\x33\xe6\x52\x29\xa0\xc8\x3c\x2e\x6e\xf2\x0f\xc7\x8f\xd2\x25\xa9\xde\x28\x14\x48\xb4\xa0\x50\x8c\x3d\xca\xdb\x84\xf2\x2c\xed\x6d\x16\x0c\xcf\x11\xa1\x5b\xaa\xb8\x17\xf9\x97\xb6\x1d\xe8\xd2\xe7\xdb\xdd\x86\x32\x06\xb6\x67\x08\x49\xa1\xd4\x7f\x81\xed\xa9\x75\xee\x7a\x4c\xfc\x44\xa5\x0f\x6a\xb0\xcb\xec\xad\xbe\x43\x7e\x86\x0d\x30\xa9\x28\x62\x87\x1b\x86\xeb\xab\xea\x25\xef\x85\x3c\xb4\x89\x15\x09\x7e\xbd\x41\x04\x62\x22\xcc\x68\x01\xc2\x44\x9a\x30\x67\xc0\x23\x8a\x8e\x09\xd7\xc7\x55\x3b\x8a\xf6\x85\xbd\xac\x9a\x2a\x01\x20\x89\xd8\x33\x89\xf2\x55\x11\xca\x2f\x0c\x69\x7a\x8c\x5c\xca\x42\x3a\x1a\x00\x0c\x31\xf5\x5c\x01\xf3\x21\x48\x87\x18\x40\x3e\x44\x65\xb6\x81\x7c\x08\x2f\xc2\x37\xe4\x03\xab\x03\x9c\xc3\xac\xbf\x85\x39\x0d\xa0\x1e\x02\xc0\xb6\x00\xea\x21\x55\x2f\x2d\xc5\x7a\xd0\x48\x02\xd6\x43\xd5\x12\x0d\xd4\x43\x1e\x08\x50\x37\x66\xb1\xea\x05\xe0\xbd\x24\xae\xdc\xf7\x07\x5c\xe1\x4c\x3f\xa0\xeb\x28\x6c\x62\x40\xc8\x7e\x85\x79\xa8\x6e\x39\x11\x1c\xa2\xf9\x31\xd1\xbb\x4c\xd4\xad\x58\xa6\x79\xee\x26\xb0\xb9\x4e\xcb\x7a\x47\x5a\xc6\xd5\x16\x75\xf7\x36\xae\x19\xe5\x0a\x30\x87\xf5\x31\x33\x88\xcf\x80\x17\xb8\x1b\xcc\x81\xbd\x78\x13\x2d\xd5\x2c\xb2\x2a\xd3\xd7\xb9\xc3\x83\x2c\xdd\x66\xe6\xcd\x7e\xca\xc4\x26\x9f\x3f\xd6\x6f\x63\x8a\xb1\x96\x3f\xc2\xc0\x18\x66\x81\x2f\xb1\x43\x01\x8b\x48\x55\x9b\xe2\x4d\xa8\x55\x3b\x7c\xa9\xf8\x83\x7f\xe0\x77\xed\xfa\x9a\xce\x69\x97\xc9\x0e\xea\xe4\x61\xff\xd3\x4d\x12\xf8\x87\xa2\x8b\x0c\xf0\x0f\xb5\xb1\xbd\x81\x7f\x28\x6a\xcd\xf7\xe2\x2b\x55\xc7\xe1\x1b\xb8\x7d\x25\xb7\x5b\xbe\x52\x9d\x16\x7c\xc9\x75\x5b\xb8\xcd\xc1\xe1\x9c\x62\x84\x1b\x61\x99\xa4\x03\xee\x97\xa6\xa7\x2c\xf3\xd5\x24\x2c\xfb\x07\x62\xb4\x0f\x3f\xc0\x51\xc7\x5e\x83\xab\xaf\x9b\xe1\x0d\x9c\x94\x86\x37\x80\x21\xd2\x70\xb2\x41\x93\x32\x2b\xce\x6d\x5a\x5f\x8c\x6d\xe0\x42\x14\x0d\x1f\xb7\xf9\x0c\x51\xd1\x6f\xf9\x0d\xd4\x0d\xa4\x86\xa2\xb7\x16\x40\x0d\xa9\x2a\xe9\xdf\x9d\x00\xae\x61\xb9\xf8\x03\xb5\x92\x21\x5d\x9f\xde\x1b\xeb\xdc\xf6\x6a\xbb\xc1\xc6\x1f\x36\x41\xd6\x41\x63\x9a\xef\xce\xcd\xb6\x7b\x84\xf4\x4c\xde\x6c\x0a\xed\x60\x10\x38\xd0\x0e\x55\x1b\xe1\x0d\xd6\xd3\x3e\x94\x43\x50\x6e\xb4\xfa\x7b\xb8\xb2\x96\x6d\xcc\x8f\xbb\x2f\xf9\x35\xc9\xae\xdd\x16\x44\x5b\xa9\xd1\x08\x12\xd1\xdd\xe5\xc4\x4e\x1d\x4e\x18\x20\x11\x86\xc9\xdc\x58\xfc\xf6\x31\x32\x03\x87\xbd\x06\x1b\x5a\xd9\x1b\x2c\x88\x54\xb5\x59\xdf\x06\x2f\xbb\x15\xc8\x09\xb8\x4f\x39\x6e\x6c\xd5\xeb\x69\x90\x21\xb2\x17\x62\x20\x43\xac\x1f\xf8\x02\x68\x08\xbd\xf7\x6e\xfc\xdb\x0c\x9f\xb8\x89\x94\x22\x13\x5e\xdc\xd8\x0b\xc9\x81\x1b\x37\xee\x6d\xba\xbb\xde\xb8\xb7\x55\xb2\x72\x06\xb8\x12\xcd\x50\x49\x71\x25\x14\xd8\x80\x95\xc8\x63\xf7\x42\xc7\xcc\xf2\xdb\x8b\x05\x40\x27\x9a\xf6\xf0\xfb\x34\xb0\x8e\xee\x92\xf6\xc9\x1c\x04\x00\x50\xb4\xbd\x46\xa4\x7d\x32\x77\x04\x68\x12\xc9\xac\x00\xf7\xe5\xfd\x3e\x3d\xbc\x9c\x35\xc7\xb7\x98\x65\x35\x80\xf0\x26\x78\x7a\xd3\x1b\x1c\xd5\xf7\x7e\xbd\x70\x2c\x28\xbe\x43\x8a\x65\x97\xe8\xc6\x8c\x84\xa8\x70\x9b\x0d\xca\xe5\x32\x22\xca\x29\xc0\x70\xa9\x5d\x0b\x24\x8a\xb4\x5d\x58\x6e\x72\x18\xea\xf6\x70\xe3\x44\xbe\x97\x6b\xb1\xc7\x06\x72\x4b\xdc\x8f\xdb\x9b\x8f\x61\x8f\x3a\xcb\xdf\xa4\x2a\xd4\x01\xf0\xc6\x85\x5c\x73\xfb\xcd\x25\x95\x71\x07\x37\x08\x4f\x73\xbf\x83\x14\xd0\x3c\xc5\x44\x4a\x91\x91\x3e\xc0\xbd\xc8\x26\x33\xb9\x05\x0b\x44\x45\xbd\x5f\x53\xea\x32\xbd\xaf\xdb\x5e\x2e\x01\xc2\xd3\x26\xc3\x78\xc6\x69\xe3\x14\xda\xa2\x6a\x7c\x06\xda\x22\xef\x83\xb8\xf8\x6c\x1b\x1e\x07\xc2\x93\xf7\x9c\x92\xff\x5e\xff\x3c\x20\x2f\x8a\x12\xf4\xfd\xb9\xb0\x3e\x77\x83\xba\x20\xb8\x8c\x78\xe9\x73\x7f\xbb\x4b\xfe\x81\xdc\xb0\x5f\x32\xbf\x88\x65\xbb\x24\xb5\xfe\x4e\xaa\x65\x86\xcd\x8d\x28\x49\x37\x32\xd9\xad\x40\x64\xb2\x51\xfe\x37\xa9\x11\x35\x21\xdc\x9f\xb3\xc7\x31\x7e\xb4\x6a\xe8\x71\xf1\x1c\xf8\x0e\x23\x74\x3c\x24\x41\x34\x7c\x16\x84\x8d\xa6\x63\xc5\x73\x5c\x30\xab\x4a\xf9\xe6\xb9\xef\xc3\x7d\x1c\x35\xd0\x1b\x6d\x60\x21\x7b\x92\x51\x28\x34\x90\xb0\xca\xd3\xd5\x27\x79\xca\x18\xdc\x43\x72\x43\xd3\x0a\x3d\x89\xb1\x21\xee\x00\xc3\x91\x49\x62\x19\xc0\x70\x88\xba\x1e\x40\x6f\x64\xef\x0a\x1f\x33\xd8\x2b\xef\x08\xbd\xe1\xbd\xc7\xa3\xe5\x03\xe2\xf0\x90\x19\xca\xe3\x2a\xc2\x06\x38\x60\xf1\xc0\x03\xf5\x0c\x7d\x50\xa7\x8c\x84\x7e\x0a\xdb\x16\xae\xf4\x98\xef\x83\x44\xaa\xf1\xc0\x02\x0d\xd9\x7e\x08\x49\xf6\x92\xe1\xc1\xe3\xbb\x92\xdc\x34\x9e\x42\x26\x75\x64\xe8\xa7\x00\x6a\x97\x6d\x01\x60\x94\xc3\x0f\xd8\xd0\x10\xd0\xa7\x92\x84\xc1\x5e\x73\x1d\x56\xb5\x1b\x3d\xd5\xd3\xc3\xc7\xd5\x6e\x70\x34\x1e\x2e\xc4\x0c\xba\x7a\xaa\xa0\x5b\xd4\x5a\x85\x97\xf5\xf9\xe0\x63\xe6\x05\x66\x5a\x23\xf9\x12\xa8\x5b\xd5\xe6\x2e\xe1\x22\x29\xdf\xbe\xe4\x0f\x90\xaa\xe2\x0f\x2f\x4e\xa6\xbf\xf5\x7c\x7b\x2a\xc7\x00\xd2\x02\xd0\xc8\xaa\x8d\xa9\xc2\x2d\xdd\x5c\x76\x0f\xf1\x5f\xde\x6d\x3f\x4d\x9c\x69\x06\x0b\x33\x37\xfd\xc2\xd3\xf0\x2a\x86\x77\x3e\xc0\xbb\xaa\xa9\x80\x52\x92\x4c\x2e\x1f\xc0\x94\xb4\xb1\x2b\x15\xdf\x60\xd7\xc4\x0a\x57\x5b\x36\xfb\x34\x7b\xff\x09\x88\x05\xec\xf9\x01\xc2\x69\xb8\x48\xe1\xc5\xa9\x65\xe4\x0e\x8e\xf8\x23\x52\x2c\x9c\xfa\xc1\xcd\x44\x1f\x10\x61\x4d\xc0\x14\x0c\x60\x4d\xaa\x36\xbf\x07\x27\xf3\xe1\x66\x07\x04\x1b\x44\xdb\x78\x16\xcf\x9e\xc9\xc3\xd1\xe9\x35\x54\x13\xe8\x93\x12\x6e\x3f\xee\xcd\xa6\x1b\x48\x85\x51\x07\x29\xa1\x4f\x40\x2e\x8e\x07\x16\xac\x35\xef\xc1\x1b\xc4\x58\x9d\x87\xb8\x66\xef\xff\x9f\xe1\x54\xec\x16\x74\xfe\xa4\x47\xe4\xcd\x37\xdf\xe1\x33\xdd\x66\xe8\x70\x8f\x19\x47\xac\x15\x28\xc4\x70\xf8\xd3\x0d\x61\x13\x93\xd0\x4e\x58\xea\x33\x9d\x60\x3f\xfe\x08\x0e\xa0\x7c\x3a\xbf\x54\xa4\x8b\x39\xf4\xf4\x91\x37\x9b\xca\xed\xd9\xe9\x15\x19\xf4\xb9\xcf\x16\x65\xb3\x83\xb8\x0a\x8b\x39\x17\x6f\x6d\x81\x6c\xc9\x29\x2c\x63\x28\x6f\x7e\xac\xec\xe0\xfb\xe6\x3d\xb1\x17\x1c\xf6\xb0\x17\xf4\x34\x7c\x1f\x66\x87\x24\xf4\x5c\x48\x45\xb6\x85\x4a\x6a\xae\x0f\x60\x60\x92\x69\x09\x9e\x8b\x55\x86\x99\x3e\x6a\x9b\xee\x04\x72\x89\xec\xf9\x05\xf8\xc5\x3c\x0f\xcf\x4d\x12\xf3\xea\x3b\x10\x22\x67\xe5\x26\x7c\x42\x02\x05\x92\xee\x3e\x87\x0f\x77\xfa\x7e\x4b\x32\x7c\x2d\xca\xcf\xd3\x4d\x98\x4e\x03\xe4\xeb\x95\x09\x3e\x0f\x04\x07\xd6\x05\x04\x4c\x53\x79\x01\x02\xa6\x99\x06\xf4\x79\x76\xb6\x75\x6a\x92\x39\x62\x2e\x79\xde\x6d\x3c\xa4\x0c\x38\x82\xa3\x79\x9d\x76\xbb\xf7\xc2\x8a\x5d\x8f\x17\xe0\x9b\xfd\x92\x60\xd8\x56\xea\x1d\xa5\x15\xb1\xd7\xba\x6b\x40\x06\xc4\xe9\x1a\x7c\x24\xbe\x43\x23\x7a\x64\x7c\xba\x2a\x3d\x86\x51\x79\x36\x65\x7c\x26\xfc\x7c\x16\xe3\x1b\x5a\x2a\x9e\xc5\xf8\xa6\x16\x79\x30\x61\xf2\xe1\x99\x05\xd9\xb0\x9a\x08\xf4\xf9\x10\x84\xf7\x4b\x18\x0c\x76\x0b\xec\x60\xc9\x02\x57\x86\x60\x15\x84\x80\x2e\x80\x49\xc5\x0b\xf0\xa0\x77\x38\x2f\x4e\x1a\xa8\xf0\xbf\x21\x6f\xaf\x0c\x0f\xa9\xe0\xe5\x0a\x11\x38\xf5\x78\xe5\x77\x6c\x4a\x90\x5f\x52\xd5\x8d\x09\xe8\x97\x9c\xd8\x7d\x42\xbf\xe8\xde\x0c\xf4\x4b\xf5\x6e\x11\xe8\x97\xf5\x41\xe1\x0f\xe7\xdf\x32\xa9\x9f\xd8\xae\xaf\x4c\x11\x1a\x08\x94\x4b\xf5\x02\xf6\xd5\xce\xc8\xa1\x7c\xb1\x33\x1a\xa4\xf8\xe6\x9d\x48\x81\x5e\x90\xa6\x43\x7f\xb7\x57\xb8\x6f\xf6\x28\x38\x30\x6d\xd8\xc0\xe2\xa2\x43\xe9\xe7\xcd\xb8\x99\xb1\x8e\x2f\x4c\xb4\x9a\xc3\xf4\x95\x8b\x86\x2f\xdd\x84\x78\xd1\x23\x6f\x3e\x87\xcf\x5f\x3f\xb0\x1b\x64\x79\xe4\xa4\x00\x0a\xd3\xbc\x3c\x7f\xd5\x30\x4d\x07\xfb\x2e\xfe\x9a\xb5\x4a\xbd\x6a\x95\x18\xbb\x5e\xd3\xec\x1b\x45\xf4\xe2\x6e\xa9\x4b\xf2\x4b\x9a\x0f\x3d\xba\x01\x7f\xc9\xe0\xc4\x86\xe0\x2f\x40\x3f\xc7\x5b\xe9\x92\xef\x57\x69\x00\xb3\xdd\x9c\x6d\xce\x8d\x88\x2f\x8a\x4e\x00\xbe\xac\x1f\x18\x10\x09\xae\xcc\x10\x07\xe2\x4b\xf5\x42\x0d\xc4\x97\xa9\xad\x18\xc4\x97\xe6\xed\x3c\x00\x2e\xcd\x64\x29\x6f\xd8\x1a\xef\x13\x2d\x6c\xe0\x14\xd0\x29\x65\xcf\x4b\xff\x08\x42\xa1\xfe\x41\xd2\x2c\x57\x44\x9d\x4c\x95\x09\xec\x94\xac\x51\xe1\x55\x27\xb3\xa7\xa8\x5e\x26\xc0\x05\x22\xa5\x0d\x2b\x22\x7f\xbb\x46\x59\x50\x4e\x86\xf9\x7b\x7e\xa1\x9c\x60\x25\x00\xe6\xa4\x69\xec\x07\xc0\x24\x1b\x45\x0b\x80\x49\x57\x74\x06\xbf\x64\x7d\xe0\x1f\xb6\x40\x4d\x27\x30\x15\x9c\x3e\x01\x4c\x76\x0b\xa7\xb9\x55\xd1\x5f\x40\x30\x69\xfa\x0d\xbc\x78\xe8\xed\xed\x6c\x04\x0f\x6c\xff\xbd\xa4\xa6\x08\x36\xaf\xca\x0f\xcc\xf1\x55\xf9\x41\x36\x05\xbc\x64\xbd\xc4\x04\x90\x43\xc2\x94\x21\xaf\x69\xa4\x14\x48\x45\x2f\x91\xcd\x82\x5e\xd2\x86\xa7\xfd\x62\xc3\x4c\x6b\x65\x79\x86\xef\xc3\xd3\x14\x4e\x5f\x60\xf9\xf4\xd5\x78\x75\xdc\x80\x32\xbf\x37\xdd\x80\x86\xbe\xb7\xdd\x70\xbb\xdd\x60\x3d\xc2\x8b\xdf\x45\xfa\x87\x06\x87\xf7\x76\x06\x90\x5a\xdf\xdb\xad\xe4\xd7\x64\xbd\xae\x7e\x70\x73\xdd\x63\x19\xc2\xa9\x84\xf9\xde\x6b\x5b\x19\xcd\xfd\xde\xce\x37\xdb\xea\x71\x9a\x3c\x01\xb8\x01\x9a\xff\x09\x48\x95\xf5\x83\x6f\x91\x48\xcc\x19\xc0\x0f\xd0\x5b\xde\xf7\x11\x08\xde\xf2\xce\x7e\xfb\x3b\xbc\xd3\x78\x55\xc0\x9c\x37\xcc\x90\x7b\x35\x84\x19\x93\xc6\x3d\x6e\x7d\x06\x22\x8b\x91\x0e\xa0\x7f\xe9\x9c\x09\x42\x4b\xd3\xe1\x16\x84\x96\xd5\xba\x1f\x70\x11\xed\xec\xa0\x7f\xd5\x5d\x91\x98\x83\x96\xdd\xb2\x12\x0e\xd3\x46\x39\xa6\x17\x98\x70\x57\x18\x37\x7d\xbd\xae\xdf\x97\xb0\x7c\xdf\x27\x68\x57\xd9\x11\x44\x97\x55\x11\x2b\xbc\xf5\x2c\x26\x8a\xac\x91\x39\x7c\x89\x8c\x93\xfb\x03\x42\x16\xa4\x1b\x1f\x40\x34\x34\xf0\x1d\x9b\xff\x37\xfe\x20\x8a\x1b\x52\x01\x74\xcb\x4e\xe9\xf5\x1d\x88\x91\xdd\xb2\x15\x75\xca\x58\xe0\x58\x6b\x30\x56\x84\x21\x09\x30\x56\xaa\x29\xbb\x81\x58\x69\x06\x5a\x7d\xff\x0b\x61\x67\x72\x34\x2d\xcf\x6c\xdb\xf9\xb5\xe2\x37\x01\xb5\x99\x8a\xb8\xf1\xf9\x02\x14\xf8\x6f\xc2\x09\xd6\xd2\x3b\x7e\x66\x14\x05\xa8\x4f\xa5\xb2\xd9\xfb\x93\xf6\x69\xe6\xcc\x2b\x0e\x13\xf2\xf7\x15\x87\xc9\x89\xfc\x92\x25\x2b\x40\xdb\x6b\x96\x2c\x7b\xce\x5b\x5d\x29\xbe\x6c\x25\x7c\x1e\xc6\x14\x16\xef\x4b\xa8\xbc\x69\xca\x2f\x59\xb2\xff\xbe\xe9\x7a\xb0\x30\xa5\xc0\xf2\xc7\xcb\xcb\xd4\x54\xcf\xb1\xab\x43\x26\x15\xf3\x76\x61\x52\x49\x4f\x99\x10\xa9\x74\x88\x7e\xe6\xdb\x60\x14\x39\xbc\x76\x64\x97\x2f\x24\x4e\x78\x9a\xf0\x09\xf5\x2e\x90\xcc\xdb\xf0\xe6\x22\x73\xe0\x4e\x29\x7d\xbf\xfd\x1d\x94\x96\x73\xe7\x05\x8a\x49\xb3\xde\xeb\xc9\x65\x39\x54\x8a\x7e\x84\x31\x54\x28\xa9\xae\x02\xe3\x49\x9a\xb9\x09\x99\xc9\x46\x52\x94\xcc\x44\x07\xcb\x3b\x40\x22\x60\xae\xbd\x1e\x29\x0c\x7d\x7c\x89\x99\x11\x5a\x0a\x66\x93\x21\x94\x91\xcc\x26\x1d\x26\xa2\x09\xb3\x49\xee\x46\xe3\x9d\xea\xab\xfa\x06\x54\x47\xcc\x6d\xb8\x48\x76\xbe\xcb\x2b\x98\x3b\x32\xf1\x9d\x80\xfa\xb2\xbe\xe1\x28\x49\x71\x57\x5e\x4d\x87\x86\xfa\x40\x52\x32\xe0\x05\x9f\xaf\xa6\x43\xd8\xda\xe7\x8b\xe9\x50\x6b\x29\x84\x25\x4b\x40\x08\x08\x4b\x86\x8e\x81\x37\x36\x42\x12\xc5\x81\x4b\xa1\x41\x45\xbe\x92\x6e\x78\x13\x84\x25\x43\xc4\xb6\x37\xac\x13\x6d\xc8\x03\x9f\x0c\x5f\x12\xf6\x70\x7a\xdf\x86\xa2\xd1\x41\x4c\x92\x7b\x46\x27\xe8\xb3\x76\x53\xca\xae\xe5\x0b\x4e\x4a\x0a\x4b\x0b\x63\xdc\xe0\x97\x35\xaa\xf8\x4d\x4e\xc7\xac\x73\xa8\x45\x52\x1c\x2c\x28\x44\xaa\xe0\xa8\x9b\x1c\xc4\x67\x24\x07\x59\x7f\x5a\xe0\xde\x13\x4e\x49\x67\x0d\x3b\x95\x41\x6a\xaf\x46\xbf\x65\x93\xbe\x83\xc5\x32\x31\xe8\x15\x8b\xd7\x19\x74\x91\x44\x80\x0a\xf3\x82\xce\xde\xdd\x31\x5f\xdc\xe6\xce\xa0\x8b\xc9\xee\x52\x34\xff\xc9\xb5\x4e\x8c\xe0\x81\x2c\x7d\x41\x81\x70\x8b\x7c\xd9\x6a\x3c\x01\x43\x22\x92\x3a\x10\x25\x08\xf1\x18\x0a\xc7\xc7\x58\xce\x5c\x61\x85\xf6\xfd\x41\x06\x1f\xcf\xff\xf4\xd6\x7b\xff\x22\x8d\xca\x6b\x68\xc5\xd1\xdc\x5f\x98\xb5\x04\x29\x81\xe3\x63\x18\x58\x27\xc7\xc7\x9e\xe8\x0f\x49\xf6\x7e\x07\xde\x72\x8d\x03\x52\x76\xa8\x12\xbd\x58\xbb\xf6\x9c\x07\x3a\x61\x4f\x67\xa0\x13\xc4\x24\x7e\xd1\xc8\xa1\xc9\x9a\xd0\x77\x14\xe9\x21\x27\xfc\x1d\x4b\x54\x20\xe9\x3b\x86\x90\x44\xf0\x77\xa4\xba\x9f\xfc\x1d\x83\x2d\x31\x0e\xa2\x6a\xa8\x46\x1c\x87\x27\x83\xe4\x9a\x44\xb0\xaf\xbb\x02\xa2\x8e\x32\x40\xf7\x8b\xe3\x00\x05\xfd\xdb\xc3\x02\x76\x8e\x55\x92\xfb\x44\x54\x0f\x28\xbb\xe3\x20\xa2\xfa\xf8\x76\x80\x80\x74\x23\x80\x71\x8e\xa3\xb0\x1b\x84\xcf\x40\xd4\x00\x33\x77\xc0\xba\x31\x58\xd0\x21\xe9\x06\xd1\x87\x01\xe9\xc6\xf7\x90\x5f\xfa\xe1\x58\xae\x5c\x3f\xfe\x41\x23\x0a\xf5\xf8\x56\x43\x40\xc7\xb1\xd0\xda\xe3\x00\xf0\x9c\x74\xbc\x80\x76\x63\x01\x27\x1f\xd0\x6e\x2c\xc8\x65\xe3\xf8\x24\xee\x42\xbd\x8c\x43\x8b\x15\x09\x49\x71\x34\x40\xae\x17\x55\xc2\x32\xc5\xc9\x35\x0e\x2c\x53\xd8\x8d\xe3\x40\x5b\xe6\x2c\x15\x50\x67\x2c\xdc\x19\x71\x74\x00\xd2\x17\x35\x45\x7e\xb2\x3f\xc7\x81\x0d\x07\xb4\xdf\x80\x39\xa3\x0c\x9c\x92\x01\x75\x46\x72\x5c\x0d\xd8\x32\x92\x04\xa6\x38\x06\x99\x6d\x83\xc2\x06\x04\xbc\x8b\x0f\x61\x85\x59\x8e\xc8\x84\x59\x2d\x69\xf1\x14\xcc\x8d\xe7\xa7\xa2\x8a\xef\x4f\xad\x66\x3e\xcf\xb9\xad\xf1\x1d\x40\x5f\x31\xc1\x87\xec\x17\x03\xfa\xd6\x80\xfd\xa2\x90\x62\x12\xb0\x5f\x54\x66\x58\x1c\x41\x96\x76\xe1\x99\x20\x5b\xe9\xa0\x00\xac\x33\xa3\xf8\x25\xcd\x33\x96\x0c\xdb\xe1\x74\x94\x49\xe3\x19\xe5\xa0\x68\x20\x60\x9b\x73\x81\x34\x1e\xe6\x6d\x1c\x44\x19\x62\x11\x8c\x23\xcd\x29\xe6\x79\x20\x60\x49\x78\x8b\x63\xb3\x1a\xf2\x2e\xe8\xe5\x87\x83\xbf\x19\x0b\x29\x18\x60\xf2\x51\xac\xf6\x22\x87\xa3\x78\x4d\x6c\xac\x33\x61\x99\x13\xfe\x57\x66\x56\x1c\x0b\x0a\x68\x07\x68\x99\x85\x4e\x53\x45\x36\x3f\xa8\x89\x89\xf7\x85\xd2\x09\x02\x6a\xae\x31\x59\x03\x0f\x46\x1d\xcf\x04\x50\xe1\x21\x53\x45\x75\xf9\xa0\xb5\x8f\x62\xd5\x89\x2d\x9c\x4e\xf4\x4b\xcc\xf1\xee\x0f\x08\x55\x5d\x26\x17\x04\x28\x8e\xc4\x65\x88\x23\xa5\x5d\x1e\xed\x68\x1e\xfe\x8b\x51\xec\x34\xa2\x11\xb1\xa2\x06\xec\x14\x52\x6d\xc5\x21\xf8\xab\xcb\xfe\xb6\xf3\xb9\x7f\xc3\xe7\xe3\xf0\xde\x42\x93\xfb\x0c\x89\x04\x93\xc2\x80\x72\x25\x9b\x2f\x8e\x9b\x05\x5d\x9c\x64\x44\x32\x62\xee\x8c\xe3\x53\xbb\x73\xf7\xcb\x4f\xaa\x16\x0a\x80\x22\x89\x0c\xaa\x80\xa4\xa2\x0c\x8e\xf3\x01\x4b\x45\x1f\x0a\xa5\x1f\x86\x25\x67\x37\xea\x2d\x48\xdb\x71\x60\x5a\x19\x7b\xbd\x91\x91\xcf\x69\x2b\x20\xa0\x68\xcd\xfe\xfa\xd4\xdb\x39\x1d\x76\x50\xdc\x0e\xa7\xfd\x63\x69\xe1\x57\xb5\xca\x79\x0d\x58\x86\xc3\xfc\x48\x17\xe5\x7d\xd7\x86\xbd\x4a\x10\x00\xa6\xa2\x80\x51\x22\x87\xe2\x03\xc6\x42\x58\x52\xe2\xc0\x9a\x32\xb6\x6c\xfc\x14\xdf\xba\xec\x61\xc4\x32\x59\x88\x21\x11\x04\xb1\x0b\x51\x10\xb2\xa8\x62\x51\x08\x8f\xb6\x46\xa5\xe0\xdc\xa3\x69\x05\xde\xc0\x81\xbb\x28\x60\x85\xa8\xc7\xbe\x66\x1a\x7f\x1b\x57\x94\x22\xc2\xc5\xe1\x1b\x74\x40\xa7\x34\x04\x2e\x41\xa7\x01\x8d\x44\x21\xcf\x33\xca\xa7\xf9\xa6\x9d\x04\xfb\x43\x55\xa0\x15\x22\x1a\x39\xef\x44\x31\xe6\x9a\x21\x2c\xcd\xd9\xc9\x77\x40\x6f\x01\xe1\x23\x4a\xff\x16\x2b\xd6\xb4\x80\xe5\x21\x89\x8d\x0b\x48\x1e\x26\x79\x45\x01\xc9\x43\x19\x64\xf0\xc4\x3f\x96\x07\x0a\x20\x49\x64\xa0\xc5\x44\xd1\x26\xde\x78\x08\xc8\x6c\xa2\x13\xa2\x0c\x16\x5e\xa5\x16\xc3\x17\xa6\x7f\x10\x1f\xcf\x82\x81\xb4\x61\xed\xaf\xa2\x41\x0e\x8e\x22\x01\x6b\x43\x25\x99\x2a\x0a\x1a\xe4\x80\x7a\x25\x0a\x21\xd8\x64\x00\x07\x74\x0e\xfa\xed\x03\x3a\x87\x39\x6d\xdc\x84\x09\x6d\x7f\x95\xc8\x00\x36\xa8\x32\x77\x35\xfc\x83\x73\x1c\x13\xba\x90\x08\x89\xdf\x21\x60\x70\x98\x18\xd6\xa3\x84\x1f\xa5\x6d\x28\x8d\x83\xbc\x9d\x28\x61\x37\xd1\x01\xf8\x9e\x9b\x2f\xec\x88\x48\x6a\x97\x70\xb0\x21\x6d\x8a\x0c\xae\xac\x36\x08\x19\x12\x52\x99\x90\x90\x61\x10\xb1\x1f\x45\xb9\x37\xfe\x62\x95\x89\x42\xb6\x3a\x99\x3f\x51\x96\x55\xa4\x49\xf8\x90\x73\x7f\x99\x40\x11\x27\x10\xa1\x93\xe4\x74\x04\xe4\x0c\x73\xfa\xee\x27\xf7\xd6\xe4\x91\x8b\x3d\xcd\x57\x95\x62\xcd\xfe\xbb\xec\x0e\x1f\xea\xfe\xe1\x0f\x66\x90\x63\x7d\xc1\xf2\xc0\x32\x86\x83\x21\xd2\xf5\xf0\x49\xa5\xd5\x2d\x58\x3e\x86\xe6\x97\x6e\x53\xf6\xe8\x8f\x1b\xbe\x47\x84\x49\x01\x24\x7a\xd8\xc7\x30\x83\x83\x81\x1a\x32\x2c\x88\xcb\x17\x30\x2c\x4c\xb0\x83\xa2\x90\x02\xe2\x4e\x56\x7e\x04\xe6\x0e\x5f\x66\xd8\x9b\x2f\xbf\x74\x38\xd7\x8f\x5d\xe1\x35\xd9\x6d\x88\x7a\x58\x18\x82\xe4\xb6\x80\x85\x61\x82\x11\x1d\xe5\x01\x8b\x61\xfa\xfc\x03\x13\x2a\xe5\x22\x4a\x0e\x1b\x43\xd8\xd0\x74\x05\x48\xa3\xe0\x4c\x52\xa9\x6b\xce\xcf\x4f\xa9\x5b\xdd\x4a\xab\xd4\x11\x40\x10\x70\x27\x14\x75\xa3\x2a\x90\x23\x6b\x06\x6a\x83\x04\x2f\x21\x20\x18\x48\x55\x94\xaa\x96\x05\xc3\x40\x54\x12\xda\x48\xdd\x8a\x5a\x1d\xd9\xe4\x7a\x99\x8f\xec\x1f\xb8\xb9\x90\x07\x72\x04\x0c\xc2\x97\x02\x8e\x80\xba\x2c\xba\x91\xec\xee\xfd\x4f\x68\x60\x4a\x0c\xb1\xff\x87\x25\x37\x41\xf8\x16\xd7\x24\x6b\x17\x5f\x25\x6e\x07\xbd\xa7\x7e\x27\x59\x2c\xdf\x51\x35\x5b\x2e\xbf\x48\xc6\x46\xf1\x33\x17\x61\x4b\x3e\x63\xde\x34\x7d\x0a\x6f\x40\x23\x9a\x2a\xe0\x0d\x08\xce\x40\x51\x25\x46\xf3\x3e\xd1\x97\xc4\x46\x46\x25\x4a\xe6\x38\xbc\xa6\x29\xc8\x0b\x90\xff\x27\x78\x72\x01\x88\xff\x24\xdc\x24\x2a\xd8\x1b\xc3\x3e\xc1\xca\x39\x9c\x9a\xc0\xf8\xaf\x6e\x07\xe1\x70\x23\x74\x2d\x2a\x51\xd6\xc3\x59\x24\xbe\x3f\x67\x8f\xa8\x3b\xdd\x9b\xd1\xac\x64\x94\x10\x5e\x10\x95\x90\x99\x01\x38\x45\x54\x62\x66\xd2\xc1\x21\x66\x66\x10\x51\x1b\x15\x10\x63\x4c\x5e\x51\x01\x31\xde\x8d\x46\xb6\x11\xb8\x14\x50\x05\x54\x0c\xdd\x21\x55\xc0\xe8\xfb\x05\x16\xb9\xc3\x4c\x16\x09\x00\x0d\x01\xf4\xff\x54\x18\x56\x10\xa2\x88\xb9\x8c\x1a\x58\xfb\x51\xd1\x84\xfb\x57\x6c\xd5\xc0\x24\xe9\x28\x7f\x22\x2c\xf7\x94\x12\x93\x18\x61\x5b\x4d\x7a\x73\x74\x84\xdd\xb0\x63\x50\xe9\x86\xcd\x27\xe5\x1a\x23\x5f\xd4\xb4\x5f\x90\x7f\x95\xb0\x4c\xf0\x69\xa2\xa6\xfd\xf2\x27\xee\x5b\xd4\xb4\x19\x54\x65\x09\x7b\x4d\x75\x17\x70\x6b\x2c\x2c\x30\xfc\x27\xd1\x67\x51\x85\xe8\xb0\xff\xbe\x73\x6c\x2a\xba\x85\xde\xaf\x4e\x8e\xcd\x80\x49\x4d\x4e\x6b\xc2\xae\x59\x4f\x19\x29\xa8\xee\x05\x29\xb5\xe3\x8b\x91\xd5\x2d\xba\xfe\x8b\xd3\xe4\xab\xdf\xa1\xb6\xbb\x3d\xd6\x1d\x7b\x42\x87\x80\xae\x8b\x21\x30\xea\x0d\xf7\xab\x1f\x55\x15\x43\x48\x02\xc3\x3f\x76\xed\x6e\x2d\x70\x3e\xcf\x34\x46\x6c\x01\x98\x3f\xdc\x96\x01\xcc\x1f\xee\x68\x02\xe6\x8f\xe1\x28\x9a\x2f\xa2\xf4\xc0\x18\x3a\xf6\x64\x97\x60\xda\x3e\xc2\x77\x96\xae\x67\xf4\xb8\x31\x5c\x4d\x28\x72\x6d\x7f\xc9\x60\x12\xbf\x64\x11\xf6\xd2\x43\x11\x4e\x38\x8c\x99\x1e\x65\xaa\xb4\xd2\xb6\xff\x81\xb9\xd3\xc9\xf4\x28\x94\xbc\x0f\xa8\xba\x1d\x6c\x2e\x1c\x87\x0b\x90\xeb\x87\x9b\x29\xc8\xf5\x7d\xd7\x9a\x1c\xe7\x66\x7f\xbd\xb6\x80\x5a\xbf\xf4\x97\x2b\x14\x2e\x30\x77\x21\x10\xe8\x87\x1b\x4f\x7d\x4d\x69\xa4\x0e\x2f\xa7\xe0\x7d\x1f\xf3\x48\xfa\xee\x0f\x30\xb3\xef\xfb\x22\xd0\x0f\x22\xab\x02\x04\xfa\xe1\x56\x28\x02\xfd\x20\x13\x2e\xda\x61\xc9\x8d\x6b\xf8\xb2\x9b\xf7\xd9\x9d\x98\x6b\xad\xf8\x4c\x70\xcd\xbe\x08\x98\x73\x34\xec\x97\xee\x85\x4d\x8a\x68\x9a\xd6\x8a\xd5\x9e\x5c\x63\x76\x64\xad\x0a\x48\x8f\x03\x36\xc0\xa3\x1f\x2a\x37\xe0\xd1\x0f\xb5\x41\x70\xe7\x87\xa2\x5d\xdc\x79\xcf\x68\xe0\xcb\x0f\x42\xa1\x02\x50\xf9\xa6\xde\xda\x76\x0e\xb3\xd7\x46\xcd\xfa\x3c\xa4\xad\x28\x74\xad\x8a\x30\x86\x5a\xd9\xaa\xde\x71\x5e\x68\x14\xd6\xbd\x86\xf0\x62\x78\x3d\x7c\x81\xe6\x83\xb8\x0b\x65\x53\xb4\x66\xc6\x06\x5f\x6d\x4c\x90\xee\x7d\x26\x08\x3a\x05\x48\xf5\x65\x90\x70\x1a\xad\x61\x96\x60\xda\x01\x55\x5f\x56\xfa\x90\x34\x64\x74\x5d\x77\xa4\xd8\x79\x1b\xe6\x4e\x8f\xa2\xe0\xd6\x27\x19\x1b\x01\x6c\x7d\xba\x34\x81\x9e\x1f\x38\xa3\x03\x88\xf9\x81\xb3\x21\xda\x70\x85\x20\x87\x1a\xdb\x41\xb3\xda\x70\x3a\x4f\xb6\x0c\x30\xe6\x07\x24\x93\x01\x64\x7c\xa4\x1f\x95\xa0\x12\xd0\xba\x68\x12\x83\x15\xff\xb0\x09\xbe\x40\xaf\x8e\xbf\x5c\x0a\xd1\xb4\x78\x86\x2f\x3d\x7e\x99\x5e\x23\x8c\x42\x0d\xbf\x85\x10\x9c\x5e\x5b\x77\xec\x1a\x00\xcd\xe7\xe1\x04\x22\x4d\xd0\xe3\x8e\xa0\xf3\x72\x34\x47\xd3\xe4\xe9\x40\x8a\xee\x77\xf8\xd0\xf2\x21\x5a\xfb\x89\xfe\xdc\xd3\x35\x2e\x68\xb5\xbc\x8f\x45\xaa\x58\xf4\xcf\x17\xa8\x6c\x30\x17\x87\x5f\x7a\xfd\x83\xb7\x13\x03\x4e\xf1\x1a\xc2\x4f\xbf\x94\x81\x0f\xc3\xfb\xe9\x0b\x8c\x06\xc1\xfd\xcd\x3e\x74\x17\x99\xfb\x87\x78\x39\x5e\x7f\xdb\x1a\x71\x0e\x01\xd6\xfc\x84\xe2\x3a\x80\x97\xaf\x1e\x7e\xdb\x32\x22\x8a\x2a\xb1\x1f\x14\xfb\xf5\xdb\x0f\x26\x39\x4f\x01\xba\xbb\x58\x13\x21\xba\xfb\x50\x6b\x04\xde\x5d\xc6\xc5\x00\xc5\x7d\x16\xd7\x22\xfb\xc1\x72\x4c\x4c\x7e\x46\x5b\x68\x40\xeb\xfe\x5b\xed\x17\xe8\xdc\x76\x0c\xda\xb1\x36\x32\x10\xdd\xa7\xa7\x4e\x80\xdb\xa7\xd6\x39\x81\xdb\xc9\x92\x08\x50\xd8\xa7\xb6\x93\x76\xfb\x51\xd7\xca\x6d\xb5\xa9\xdd\xb7\x21\x4c\x82\x64\x02\x14\xf6\x49\xcc\x4b\xb4\xef\x98\xde\xc8\xbd\x0c\x11\xd9\x89\x67\x0f\x10\xd9\xcb\xbf\xe1\xb9\xed\x0b\x7a\x9e\x8d\x02\x92\xea\x00\x92\x7d\x7a\x88\x6e\x80\x61\x60\xca\x0d\x90\xd7\x27\x96\xed\x10\x79\x7d\x4c\xd7\x96\xdc\xc7\x2e\xcc\x4f\x53\x9e\xb8\x7b\xa3\x3d\x4e\x37\x7b\x1b\x55\xd9\x23\x68\x7b\x1c\x67\x8b\x7e\x2c\x82\xe2\x88\x8d\x38\x9c\x30\xa4\x1e\x16\x45\x28\x76\xce\x2d\xe1\x54\x89\x89\x2a\x8a\x0e\xf3\xbf\xc7\xf1\x7e\x74\xff\x98\xfc\xc0\x4d\x46\xcf\x74\x00\xf3\x60\x2d\x8e\x7e\x60\x6e\x62\x1b\xe8\x87\x5d\xdf\xb9\xa6\x33\x58\xca\xe0\x9f\x37\xe5\x49\x2f\x40\x21\x1c\xde\xbf\x78\xe6\xab\x51\xff\x64\x6b\x57\xce\x76\xe8\xb7\x70\x1e\x04\xa8\xe5\x53\xc3\x6b\x87\x95\x5f\x8e\xdf\xe8\xe8\xdc\x1a\x30\xbb\x3a\x37\x5e\xbf\x00\xdb\x7c\x6a\xcf\x13\xdb\x5c\x66\xdf\x00\xdb\x7c\x6a\xce\x14\xdb\x5c\x0a\xe2\xe8\x95\x81\x60\xa9\x77\xc2\x05\x06\x04\x77\xd1\xd1\xcc\x35\x98\xf6\x86\xd3\xcc\x06\x11\x90\x0e\xd8\x56\x80\x86\xde\x08\x25\x0a\xc0\xd0\xeb\xea\xde\xc7\x8d\x13\x5e\x93\xa0\x82\xc8\x12\xf3\x5c\x2e\xd8\xe8\x82\x50\x20\x1a\x7a\x27\xbb\x05\xf9\xd1\x05\x6a\x40\x53\xe8\x44\x08\xc0\x77\xf9\x87\x90\xeb\x26\x5e\x33\xda\xe0\x93\x17\x89\x28\xa3\x93\xfb\xa4\x3d\xa4\xa3\x59\x2f\x14\xd7\x3e\x1c\x00\xea\x85\xd1\x80\x34\x95\x10\xc4\x5c\xc2\xc9\x00\xc4\xbc\x61\x13\x0f\x40\xcc\x05\x51\x8e\xae\x3d\x15\xa1\x03\x6e\x79\xc6\xbe\x26\x66\xc7\x6e\x9e\xa0\x7e\xb0\x92\x7b\x40\x36\x64\x85\x30\x89\x12\x19\x1b\x5d\xa8\x07\x3b\x30\xc8\xcd\xb6\x0f\x94\x76\x38\xba\x03\xa8\xf2\x32\xc2\xf9\x47\xb8\x02\x51\x26\xd1\x05\x2a\x42\x0c\x76\xc5\x5d\x38\x01\xcd\x8a\xdc\x7f\x9c\xfe\x41\x79\x02\x15\x15\x1f\xa2\xbc\xe2\x57\x2d\x0f\xc9\xd1\x49\x97\x24\x13\x28\xfa\xb2\x67\xa8\x07\x9c\xf1\x23\x9d\xbf\x62\x0d\x21\x15\xba\xe9\x8f\xb6\xf4\x24\x3d\xcf\x12\x44\x11\xe2\xd4\x04\x64\x78\x1e\x4e\x5f\xc4\x94\xfa\x09\x10\xde\x0b\x27\x6f\x88\xa3\x0d\x7a\x61\x00\x8b\xbd\x9a\x05\x83\xd0\x59\x7d\xd7\x23\x39\xae\xf7\x00\xfc\x7a\x29\x9a\xba\xe9\x8f\x28\xd2\x9d\xc8\x65\x43\x13\xa3\x0b\xaf\xd3\x7c\xc1\x26\x74\x3f\xfb\x35\x01\xc8\xfe\x10\xfd\xda\xb0\xc0\x00\xfd\x7a\x2e\xd7\x2c\x61\x5b\xc6\x29\x06\xe8\xd7\xd2\x44\x85\xe8\xd7\x87\x7d\xfc\x60\x42\x41\xc7\x14\xfc\xda\x58\xa1\x00\xfc\xba\x85\x2d\x42\x29\x4d\xe7\xf5\xc3\x51\xc2\xd9\xfa\x8a\x7a\xcc\xfd\xd7\x97\xa7\x3f\x70\x67\x2b\x16\x64\x7c\x40\xd9\x01\x8a\x7a\xc2\x2a\x12\xa0\x4f\x77\x72\x87\x62\x90\xe6\xe3\xf1\x6b\x40\x96\x0e\x8a\x52\x0c\x32\x79\x74\x2b\x07\xe8\xd3\x93\xb0\xe4\x18\xfa\x63\x08\x12\x88\x51\xc8\xa7\x61\x10\x81\xa5\x2e\x46\x97\x04\xb8\xd4\xd3\xa3\x3b\x20\xd3\x45\xad\x0e\x90\xe9\x41\x76\x5a\x00\x32\xdd\x00\x57\x0b\x30\xa6\x8b\x21\x0c\x01\xc8\x74\x53\xdb\x19\x20\xcd\x69\x9a\x05\x57\x3a\xc8\x1c\x09\x70\xa5\x8b\x0e\xdd\x00\x58\xba\xc1\x32\x18\xa3\x9a\xe3\xc2\x57\xd1\x33\xbb\x6d\x20\x28\x4a\x1f\x7b\x80\x38\x5d\x08\x9f\x0b\x10\xa7\xe7\xda\x2f\x20\xfe\xa7\xf7\xe9\x01\xbc\xfb\x31\xf4\xa5\x23\xff\x07\xf9\x38\x6a\x6f\xc3\x24\xec\xf0\x1a\x8c\x09\x44\xe7\xf8\x84\x5f\x03\xbb\x3b\x40\xa8\x2e\xc6\x27\x04\x10\xd5\xc5\x6d\x01\x88\xea\xa2\x87\x3e\xc0\xa8\xae\x69\xd1\x26\x83\xa6\xf7\x37\xef\xb8\x9f\xfa\x16\x01\x10\x44\x21\x44\xf5\xca\x3f\x5d\x0c\xe0\x57\x4f\x2d\xe0\xe0\x57\x17\x23\x0a\x62\x80\xee\x03\x56\x51\x08\x66\x0d\xaa\x57\x00\x66\x3d\x15\x1d\xe3\x13\xb2\x53\x99\x02\x98\x75\x25\xe3\x3c\x86\x76\x55\x7c\xd1\x31\x00\xdf\x01\xdb\x28\x40\xb9\x6e\x61\xdd\x81\xd2\x01\xab\x32\x04\xaa\xf6\xa8\x09\x50\xf5\x38\xec\x29\x44\x6a\x38\x01\x87\x3c\xdc\x3e\xcf\x39\x1f\x89\x07\x34\x75\xa8\x03\x0d\x50\xe7\xa6\x63\x6a\x08\xb0\x95\x03\x3e\x47\xcd\x0d\x98\xea\xd4\xfa\x05\x02\xf5\xdc\xf5\xc1\xfb\x3e\xf0\x99\xc7\x90\xf2\xd6\x09\x44\xe2\xce\xbf\xf1\xfd\x64\x6d\x10\x7e\x12\x22\x50\x0f\x78\x2a\x03\x08\xea\xaa\xf7\x71\x90\x73\x1e\x56\x23\xd8\xba\xbd\x0f\xc4\x8e\x12\x75\xa4\x41\xde\x34\x21\xc1\x3c\x46\xac\x01\x4d\x1d\x2a\xe7\x23\xb5\x7d\xf2\xcc\x62\x69\x79\x84\x19\x52\x10\x3a\xd4\xeb\x6b\xff\xe1\x6a\xd2\x0c\x0b\xbb\x58\x80\x4d\x1d\x9a\x95\x80\xa6\x2e\x63\xf7\xf6\xa7\x7e\xc6\x61\x11\xe2\xc6\x59\x0d\xa0\xa9\x07\x74\x61\x01\x34\x75\x09\x17\x23\xb8\x71\xcd\x39\x4a\x5c\xd9\xc1\xee\x3b\x96\xab\xc0\xc6\x11\x36\xac\x8b\x12\x68\xea\x20\x92\x27\x40\xa6\xee\x7b\xe6\x13\x36\x3c\x40\x0d\x8e\x01\xdb\xc4\x1e\x08\x92\x54\xed\x30\xb9\x8f\x1c\xdb\x93\xe4\x04\x76\x3f\x50\xa5\x43\xf1\xb8\x51\xa5\x35\x1d\x6c\x58\xe9\x5d\x30\x86\x10\xb4\x6c\x50\xa5\xc3\x0d\x62\xe0\xe8\xd7\xdc\x36\x2e\x64\xae\xcd\xbf\x04\x2b\xf5\x3a\x79\x86\xa1\xc5\x26\x42\x6c\x74\x00\x36\xdd\x3c\x8f\x03\x36\x5d\x9b\x92\xf2\x7a\xc8\xfa\xe2\xfa\x66\x10\x6c\x24\xe9\xf4\x87\x93\x99\xf0\x32\xfd\x02\x60\x4d\x17\x20\x20\x02\xac\xe9\x22\x92\x6a\x8c\x1b\x0a\x25\x5b\x76\x23\xa1\x14\xb3\x00\x0c\x55\x57\x0e\x3a\xb3\x7b\x3f\x20\xd4\xa1\x09\x09\xac\xe9\xbe\x3f\xea\x4e\x06\xb8\x71\x8c\x1f\x18\xea\xce\x1d\x72\x73\x08\x13\x09\x00\xa9\xc3\x1d\x07\x40\xea\xef\x05\xbe\xaa\x71\xc5\x66\x62\x81\x06\xde\x21\x86\x4e\x32\x0f\xe4\xe3\x87\xdb\xca\x36\xc3\xf5\xb0\x07\x04\xd4\xea\x61\x09\x8f\xed\xe7\x99\x87\xf6\x5b\x3d\xf7\xb1\x85\x26\x0a\x9c\x75\x40\xb9\x17\xc0\x59\xc7\x5e\xd9\x0f\x83\xc0\xc6\x07\x9c\xf5\xf7\x82\x5f\x02\x9e\x53\x49\xf7\x5c\x3c\xf4\x57\x7c\x6f\x0c\x33\x77\xdc\x14\x88\x65\x38\x14\x50\x22\xcd\xb9\xbb\xbc\xa6\xe9\x52\xc8\xcb\x1c\x73\x37\xfa\x36\xc5\x80\x38\x30\x00\xc1\x0e\x8f\xac\x1b\x04\x1b\x01\xb8\x31\xb0\xbb\xf7\x69\x36\x56\x98\x89\xb2\x3f\x9d\x63\xf3\x53\xf6\xc3\x18\x05\x10\xb1\x83\xe4\xc8\x00\x11\x3b\xd6\xbe\x6f\xc1\xc9\x35\xf0\x3a\x6c\xdf\xb3\x58\xf0\xe0\x9a\xef\x70\xda\x9d\x18\x64\xa6\x93\x6c\x16\xfb\x6f\x71\x4d\xff\xa1\xcc\x00\x88\x1d\x86\x31\x4c\x7d\x6f\xce\xd0\x09\x87\xbb\xa6\x7a\xd0\xb1\x97\x1b\x96\xe0\xd8\xee\xa1\x80\x63\x07\x09\x1e\x31\x2b\x61\x32\x36\xad\x32\xd3\x39\xec\x4d\x28\x7f\xa7\x43\x3d\xe1\x0b\xd4\xe4\x07\x9a\x76\x78\x84\x06\x4d\xbb\xe9\x91\x01\x4c\x3b\xdd\xf9\x00\xd3\xfe\x5e\xa6\xf3\xc4\x80\x5d\x5e\x93\x92\x56\x7c\x81\x2c\xfd\xb4\x16\xb7\x2f\x58\x34\x6b\xc0\x6a\x37\xaa\x8a\x4a\x30\x1b\xa3\x80\x5a\x03\xc8\xb6\x19\xc0\x01\xc8\x76\xe8\xb8\x9a\x0d\x62\x0b\x0b\xc0\x84\x33\xf7\xbb\x0c\x82\xa3\x09\x96\xd3\xdc\x43\x8e\x11\x1f\x2c\xf5\x98\x8d\x69\x81\x32\x36\xbb\x7d\x44\xc7\x03\x0d\x3b\xf7\x30\x83\xc4\xed\x66\x08\x12\x77\x10\xa3\x13\xb3\xdb\x66\xc7\xbf\x2f\x26\x8f\x6f\xe3\xe6\xa1\x99\xdd\x96\xf1\x9d\xc1\xf2\x41\x9c\x83\xbe\xfd\xbd\xeb\x0f\x96\x0f\x92\x1a\xf8\xed\x32\x77\x5f\xe0\x02\xd0\x56\x35\x07\xed\x99\xde\xb7\x3d\x56\x63\xd8\x1e\x8a\x1b\xb0\xa6\x78\x0d\x9e\x0a\xc1\xf8\x31\x01\x69\xd8\xb3\x0d\xea\xf9\xb9\xaf\xc7\x7f\xff\x4b\xcd\xf6\x20\x71\x7f\x1f\xa5\xae\x44\x7e\x68\xc3\x13\x89\x7b\xee\x12\x26\xed\xb4\xe4\xbd\x11\xdb\xa2\xc9\x34\x44\x5d\x9e\xf3\x86\xe8\xdb\xb7\xe9\x62\xc7\x0d\x2b\x92\xfe\xd3\x19\x85\x33\x12\xef\x86\xe8\xf3\x3c\x1f\xf0\xb4\xb3\x0b\x4d\x23\xdf\xec\xc9\xb8\xf1\xbd\xf8\x9d\xef\x54\xb0\x7c\xe4\x9b\xf1\x4e\x35\x52\x69\x41\x87\x08\xb1\xb9\xe7\x11\xfe\x30\xb5\x9e\xcf\xa7\x1d\xcf\x66\x33\xd9\xb6\x3d\x21\x01\xda\x5d\x8f\xe2\x43\x9f\x5a\xb4\xec\x09\x00\x1e\xc2\xb9\xc6\x99\xc8\x5d\x1b\xd0\xee\xe5\xca\x21\x66\x64\x82\x69\x11\x93\x54\x5a\x37\x6d\xc0\xbc\x5b\xfc\x19\xd6\x1b\xf3\xdb\x9f\xa7\x1b\xfa\x84\xf5\x3e\xd8\xb9\xe6\xb7\x93\x4e\xf7\x70\x60\xbc\x9b\xdb\xf0\xbc\x84\x40\xe6\xf9\x6f\x07\x0c\x8d\x7e\x93\xe8\x8e\x49\x0e\x5b\x80\xf5\x1d\x9a\xc1\xe6\xc5\x4c\xb2\x57\xe5\x5e\x00\x27\x33\x26\x58\x0e\x69\x93\x36\x55\x2f\xd7\x37\xc1\xe4\xae\x55\x60\x1a\xb4\x92\x82\x01\x5e\x89\x73\x0e\x30\xc0\xcb\x24\x66\x33\xa6\x7b\x9d\x73\xf5\xb6\x04\xdb\xf0\x6d\x76\xdd\x13\xf6\xfc\x36\xbb\x49\xe2\x6f\x4c\xc2\xaa\xa7\xef\x02\xae\xe4\x34\xfc\x1d\x44\x34\xf0\xea\x0f\x23\xbf\xa2\x8a\xc8\x3a\xe3\xbb\xe6\xcf\x66\xa2\x0d\xcc\x1f\x20\x5f\x2e\x55\xf3\x56\x8b\x92\xf4\x27\x74\xb3\x0f\x09\x20\x40\x27\xfd\x8c\x2e\xf5\x85\x8b\xf3\x04\x15\xfa\xb6\xc0\x4c\x25\x09\x0c\xbb\x2a\x4c\x80\x92\x7f\x1f\xa5\xaa\xdf\x81\x2f\x8b\x42\x92\x24\xd6\x69\x30\xcd\x7c\x80\xac\xda\x6f\xf4\x4f\x32\x3a\xf9\xb0\x52\x85\x33\x74\x07\x99\x54\x1f\x22\xc6\xd9\x89\xf2\x00\xd1\xee\xa2\x7f\x0c\xae\xa3\x84\xd7\xa2\xdd\x32\xbe\x3d\x6f\xea\xa2\x07\xdf\xbc\x06\x8e\x01\xf0\xcd\xbf\x87\x28\x02\x82\x40\x5d\x09\x80\x9a\xb7\xe5\x28\xe0\x0e\x0e\xe7\xeb\xab\x5b\xd2\x97\x11\x25\x06\x07\x01\x6a\x5e\xb4\x46\x01\x6a\xfe\xfd\xf1\xfd\x00\xd5\xfc\xfb\xd1\xf9\x41\xf2\x50\x7a\xdd\xf9\xec\xe0\x1a\x08\xc5\xe1\x0b\xc2\x6b\xb1\xbc\xc5\x35\x27\x60\x3a\xc4\x35\x9f\xfa\x65\xc1\x35\x9f\x6a\xfb\x01\xe1\x03\xc9\xe2\x11\x58\xc2\x34\xbb\x86\xc0\x5b\xcc\x87\x20\xda\x5a\x33\x44\x10\x6d\xbd\x0f\x3b\x01\x75\xbd\x82\x45\x94\x72\xad\x3b\xa0\x94\x97\x6d\x47\x05\xa6\x5c\x20\x91\x00\xa6\xbc\xbb\x9b\x82\x40\x3e\x77\xbd\x39\x0a\x6e\x93\x27\x08\xe4\x35\x30\x1d\x02\x2e\x3e\x35\xfb\x44\x13\xe3\xd4\xfb\x20\xe0\x31\x45\xa3\x71\x9a\x62\xbb\x8a\xe6\x12\x60\x89\x86\x8c\xb8\x2c\xb2\xe0\x30\xb7\xcd\x96\x01\x2b\x84\xf1\x72\x40\x93\x77\x5d\x34\x21\x34\x03\xcb\x18\x64\xf2\xb2\xad\x96\x40\x93\x4f\x62\x38\x03\x38\xf2\x69\x58\x24\x80\xe2\x2b\xbd\x3f\xe8\x3d\x84\x46\xe0\x1f\xae\xfb\x1a\x67\xbf\x4d\x00\x21\x01\x04\x86\x08\xe0\x4e\x81\x05\x8a\x30\xdc\xa5\x79\x1f\xbd\x47\x93\x13\x10\xe0\x13\xd6\xb8\x08\xe2\xa5\xb5\x79\x04\x80\x83\x98\x80\xfe\x90\x71\x00\x87\x4f\xc2\xf2\x23\x08\x26\x34\xd2\x22\xa6\xae\x26\x7a\x4d\x87\x00\x82\x00\xc4\xee\xa9\x4b\x05\xc0\x6e\xb3\xb6\x02\xc0\xee\x09\xda\x6c\x00\xd8\x3d\x5d\xa6\x60\x74\x57\x70\x0b\x22\x72\x13\x45\x73\x7d\xf3\x0c\xdd\x94\x7e\x93\xb2\xc8\xbd\x24\x1f\x29\x02\x7b\xbe\xae\xaf\x80\x3a\x36\x8a\xf7\xf1\xc1\x3b\x97\xbe\xf3\x51\x6a\x84\x0c\xa0\xbe\x84\xa4\x0e\xb0\xb4\x47\xb5\x80\x13\x93\x27\xa2\x42\xc8\x6c\x21\xa9\x03\xc8\x6c\x59\x4f\x03\xc8\xec\x22\xd6\x73\x80\x99\xdd\xf5\xb8\x84\x80\x60\xce\x7b\x21\xb3\x3d\x3c\x80\x99\x2d\x25\x49\x00\x99\xbd\x0c\xfe\x10\x19\x7b\xcf\x50\xb0\x50\x27\xc7\x48\x91\xb1\x85\x7a\x0e\x91\xb1\xc3\x29\x0d\x02\xc1\x9e\xba\x17\x6a\x8a\xd3\xf5\xa2\x63\xd8\xb1\x03\xfa\xf6\xa9\x61\x25\xbe\x3d\x21\x0c\x1f\x0d\x38\x1f\xd2\x86\xe2\x13\x76\xbb\x8c\x9f\x7c\xa3\x14\x06\x7f\x9c\xdb\x77\x6c\x68\x1c\x46\xf0\x77\xb3\x19\x71\x1f\x3b\x99\xb6\xa4\x78\x40\x68\xe2\x94\x13\x8f\xb5\xc6\xa2\x0d\x40\x75\x37\xea\x24\x94\x9b\x80\x94\x46\x60\xdd\xf7\xfc\x13\x8f\x3d\x69\xc7\x48\xb2\x5a\x7c\xe3\xf4\x0f\xbf\x0b\x64\xe1\xbe\xc6\x06\xe4\x38\xe0\x02\x80\xb1\x2c\xe2\x93\xc0\xcb\x66\x92\xad\xe2\xf6\x08\xa2\x75\x6b\x4e\x2a\xf3\xfd\x31\x5c\x05\x06\x37\xc1\x38\x23\x5e\x62\x5c\x30\xab\x03\x75\xdd\x34\x2d\x0a\x75\x6d\x10\x26\x48\xd7\xd5\xc8\x0e\x91\xae\xf5\x2a\x24\x59\xfd\x6a\x69\x49\xb2\x8a\xe7\x51\x31\xab\xc9\x98\x0d\xb0\xa9\xa5\x9a\x0e\xb0\xa9\xab\x66\x35\x50\xa7\xa7\x4e\x08\x50\xa7\x1b\xf9\x26\x01\xe8\x74\x11\x7e\x33\x92\x2c\x96\x03\xdf\x46\x92\xcc\x28\xd8\x65\x00\x47\x6d\x3a\x79\x24\x81\x7d\xa2\x5d\x46\x42\x52\x6e\xfb\x53\xac\x1d\xfd\xe0\x59\xa4\x47\xe3\xd8\x91\x85\x65\xc8\xc1\x26\x2b\x52\x89\xa5\x91\x98\xeb\x44\xa3\x8c\xc4\x5d\xb1\x5b\xa7\x5c\xb6\x3c\x40\x75\x8c\x2f\x49\x8f\x0e\xc0\xc0\x85\x98\xd7\x71\xf8\x07\x0b\xd7\x7a\x20\xa3\x01\xe6\x8f\x6c\xe0\x9b\x33\x65\x52\xfe\x07\xf6\x1f\x70\xb1\x1b\x68\x65\x01\x2e\x76\x87\x06\x2d\xc0\xc2\x9e\x3a\xe5\xd2\x93\x80\x71\xbf\x80\x61\x57\x85\x9d\x60\xd8\xc2\x4f\x46\x4a\xbe\x8a\x5e\x03\xe8\xf5\xca\xf5\xa7\xf1\x0d\x44\xec\x22\x16\x60\xa4\x8c\x71\xe8\x18\x40\x62\x17\xb1\x13\x23\x15\xda\xfb\xd3\x54\xac\xf8\x90\x15\xeb\xfe\xc0\xca\xc6\x81\x53\x88\x6b\xb1\x23\x03\x88\xeb\x69\x80\x13\x10\xd7\x45\x18\xc6\x00\xe3\xba\xa5\x6f\x03\xb5\x03\xac\x51\x24\xc8\x39\x2e\x16\xe0\xab\x57\xf7\x79\xa0\x61\x55\x89\x81\xa6\x2e\xb3\x21\x15\xc1\xa6\x9e\x4a\x3f\xa0\xa9\xab\x61\x9a\x39\x49\x61\xb7\x00\x5c\x17\xc1\x42\x4b\xa8\x79\xea\x7e\x9e\x28\x5d\x07\x09\x64\x58\xc3\x86\x13\x44\x36\xe3\xaf\x12\xa7\x84\x5e\xa7\x4c\x47\x9e\xfd\x3c\x25\x08\xdf\xd7\xa4\x3e\x0e\x1f\xfa\xc4\xdd\xbe\x84\xb6\x81\x45\x9a\x12\xba\x59\x1f\xf5\xef\x66\x01\xe8\xdf\x6e\x15\x80\x57\xb7\xe8\x5e\x9b\x9c\x4c\x8b\x97\x2d\x5e\xbe\x4d\x8b\x9d\xe1\x80\xc1\x86\x2d\xc6\xb7\xa1\x1b\x0c\x50\xeb\xb2\xbb\x14\x88\x9b\xe9\x39\x23\xc1\x66\xd3\x25\x06\xda\xf5\xf7\x07\x5f\x3a\xad\x06\xc5\x91\x46\x3f\x8d\xe9\x4b\x48\x15\xb4\xf9\xa7\x3b\x84\x86\x7e\x40\xb1\x0b\xf9\xef\x91\xee\x10\x5a\xfd\xf3\x24\x82\xd0\x16\x21\xfc\x3d\x7f\x03\x84\x5d\x97\x95\xba\x64\xa0\xa7\xb8\x8b\xfd\xdc\x05\xc8\xa6\x30\xf6\x33\x22\xf2\x53\xbd\xcb\xf1\xf7\x19\xd6\x9c\xeb\x4f\x68\xb7\xe6\xf3\xac\x7d\x20\xdc\x22\xbf\xcd\x22\xeb\xfe\xd0\xcf\x3f\xac\x05\xaa\x2b\xa2\x79\xa3\x6b\x3b\x58\x18\xc8\xb4\x6b\x01\xae\x3d\xc9\x89\x0d\xc0\xb5\xab\x31\xe1\x60\x6b\x17\x00\x4c\x23\x7f\x92\x66\xd2\x2f\xc4\x52\xaa\xdd\x02\xa7\x5d\xd5\xd0\x41\xc3\x9e\x6a\xf4\xe9\x46\xc3\x39\x0e\xd0\xeb\xd5\x2d\x17\x78\xca\x3e\xbc\x0f\x31\x8d\x75\x40\xf0\x87\x8b\xfd\x01\x2d\x0d\xd5\x36\xf1\xfd\xea\xb3\x48\x35\xe9\xfd\x32\x8e\x17\xfd\xf4\xf9\x4a\xc8\xc1\xcb\x2f\xb6\xab\xe2\x35\xc3\xc1\x8c\x14\xf3\x7a\x82\x96\x10\x60\x5e\x57\x75\x36\x30\xaf\xa7\x5e\x4d\xe0\xac\x83\xcc\xda\xef\x2c\xcb\x7d\xaf\x81\x9d\x65\xe2\xad\xc2\xea\x67\xcd\x8a\x60\xed\x16\xba\x80\x28\x13\xc0\x2d\x16\x19\xe1\x6a\x4d\xab\x9e\x34\xc7\x87\x2e\x32\x5c\x7c\xc6\x23\x33\xcf\x10\x3d\xe9\x51\x5a\xc8\xeb\x60\x90\x17\xaa\xe9\x37\xc6\x7f\x88\xb7\xd5\x88\xfd\xdf\x1f\x20\xf6\x9f\x7e\x15\x27\x7b\x07\x36\x02\x94\xdd\x9a\x5d\xa0\x44\x35\xca\x71\xe1\x80\xd0\x3c\xb2\x3a\xa9\x3d\xf6\x0d\x18\x96\x1a\xac\x16\x74\x01\x13\xca\xcd\x58\xd0\x6c\x1e\x1c\x32\x16\x7c\x01\x9a\x75\x40\xd6\x9e\xda\x1f\x16\x5c\x37\x9a\x19\x44\xd6\x26\x03\x30\x40\xd6\x9e\x9a\x13\x40\xd6\x16\xf8\x25\x96\x31\xde\x68\x79\x20\x6b\x37\x2d\xaa\x02\x6b\xab\x9e\xaf\x89\x54\x1d\xd5\x3f\x88\xc0\x46\x43\x5a\x00\xfe\x2f\x47\x4e\x53\x89\xa7\x2c\x20\xb7\xe7\xb4\xcd\x93\x5a\xdb\x31\x24\xc6\x00\x6b\x14\x4b\x74\x12\xd0\xaf\x62\x11\x13\x09\x6c\x47\x00\xa0\x5d\x0c\xc0\x5c\x3a\x1d\xf6\xfd\x65\x74\x3d\x6d\x36\xae\x1b\x25\x1e\x04\xed\x9e\xb6\x99\x40\x48\xd5\x48\x70\xb2\xeb\x6e\x03\x39\x2f\x73\x7a\xdf\x77\x29\xf8\x13\xa5\xa9\x5d\x72\xa5\x91\xbf\x14\x8c\x7b\x17\x4c\x8a\x58\xcb\xe7\xb9\xc6\x59\xab\xa7\x4e\x38\x6c\x53\x36\x44\xbd\xf6\xc4\x2d\xa0\xb5\x2e\xea\xa5\xbd\x1e\x44\xd2\x58\x9f\x74\x5a\xc6\x9c\x2e\x33\xf3\xfc\x28\x71\xdc\xa2\x8d\xc6\x32\x8e\xdb\x59\x8c\x95\xbe\xf9\xa5\x4f\x0c\x75\x15\x0a\x20\xb0\x2b\x64\x3d\xb1\x48\x0f\x9f\x9a\x10\x17\x5c\x91\xc5\x66\xa2\xb3\x92\xff\x16\xe0\x64\x17\xc1\x2d\x03\xa0\xec\xae\x5f\x62\xed\x74\x14\x4a\xb8\xad\x86\x8d\x33\x1f\x05\x05\x6e\x61\xcc\x77\xcf\x58\xd8\x31\x3c\xec\x03\xac\x5d\x64\x0a\x0d\x90\xb5\x9b\x87\x3b\x90\xb5\x8b\xfc\x95\x01\xb4\xb6\xc8\x54\xb1\xb0\x5e\x28\xdd\xd6\xaf\x62\x5a\xe1\x05\x32\xbf\x75\x34\x2d\x6c\x11\xfa\xc4\x40\xd3\xee\x20\x01\xc6\x02\xc6\x7f\x21\xa1\xd6\xa3\x7d\x9b\x76\x62\x76\xdf\xf9\x28\x0b\xf7\x71\x71\xce\x3f\x84\x3b\xdb\x4b\x6a\xc5\xaa\x76\xeb\x31\xed\xc8\xaf\x9e\xfe\x41\xf5\x3e\xad\x78\x02\x56\x13\x8b\x48\xc9\x9d\x23\x22\x28\x37\x88\x6c\xb1\xc8\x5a\xd9\x79\x21\x0b\x3e\x98\xc3\xd1\xc2\x32\xa1\xf5\x62\x11\xef\xa8\x09\x76\xbd\x38\x79\x50\xbc\xd6\xeb\x57\xd9\x59\x80\xf1\xae\x5a\x54\x41\xeb\x6e\xc6\x3b\x00\xd6\x5d\x76\xc8\x3e\x68\xdd\x53\xd3\xe9\x79\xd8\x05\xbe\x30\xb9\x1e\x5c\x5f\x64\xb7\x7a\x6d\x09\xfb\xab\xa4\x3c\xd0\xaf\xe7\x27\x67\x1b\x40\x92\x71\x16\x8c\x68\xe3\x2f\x64\xf2\x38\xc9\x7b\x51\x87\x3e\x8b\x04\x80\x95\x6b\xcc\x7e\x08\xaf\x53\xc0\x49\x25\x96\x40\xe0\xc6\x73\x00\xf7\x1d\x83\xe3\xea\x59\xb1\x24\x71\x74\x03\xbc\x3b\x34\xaa\x9d\x8d\x49\xe7\x2a\x3a\x71\x1c\x83\xcb\x17\x27\xc1\x8a\x6a\x39\xa0\x7a\x7f\x0f\xf9\x07\x86\x41\x46\x0f\x58\xef\x32\x4d\xfc\x39\x31\x23\xb8\x51\x9f\x88\x63\xa7\x29\x78\xdf\xf5\xd8\x25\x38\x78\xe1\xdb\x80\x7d\x20\xa6\xce\x4e\xc6\xa2\x5d\xdb\x3d\xcc\x53\x57\x0c\xd7\x1e\xf2\xcf\x8e\xb0\xb0\x37\x3f\x7d\x34\x35\x1e\x9d\x9f\xda\x39\x8d\xc3\x3f\x3f\xa1\xdb\x76\x27\x4d\xc2\xf3\x6d\x0e\xa6\x67\x6d\xfb\x27\xf1\x2f\x06\xe6\x9d\x1a\x8c\x3d\x34\x9c\x04\x2b\xee\x82\x83\x90\x0a\x04\xed\x19\x46\xec\xf1\x21\xbc\xb5\xd3\x10\xfd\x53\xae\xc6\xf4\x21\x8e\xd3\xe1\x43\xc0\x40\x1d\x3e\x23\x5d\x3a\x05\x24\x06\x7d\x8e\x4a\x27\x90\x8b\x1e\xb9\x4e\x02\x66\xb6\xde\x7d\x82\xb9\x68\xc6\x19\xc8\xe1\xdd\xb8\xe8\x33\x77\xc9\xbe\xad\x81\x9e\xd2\xc0\x5c\xdc\x3a\xe2\x99\x38\x68\x1c\x91\x44\x1c\x39\x77\x75\xe9\x3a\x3a\x0b\xe0\xb2\xe1\x7d\x1c\x17\x0e\x88\x71\x83\xec\xd4\xc0\x8b\x17\xad\x48\xe7\x62\x35\xb1\xf3\x01\x35\x5e\xa0\xee\x89\x73\x71\xb2\x74\x22\xe1\xab\xdd\xda\xcc\xb9\xa4\xca\xe2\x5a\x5f\x2d\xcb\xef\xc4\xf7\xba\xa7\xc8\x49\x0b\xc2\x67\x6c\x81\x8b\xe6\xb4\x05\x94\x70\x3a\x54\x94\x70\x12\x8d\x99\xbe\x70\xf9\x82\x7f\xe0\x87\xc0\x9a\x70\x9e\x78\x37\x30\x39\x9c\x32\x1b\xa0\xb3\x81\x53\x1e\xaa\xb2\xe7\x05\xb5\xf5\xf0\x1a\x2a\x70\xbb\x0b\x63\xb3\x71\xce\xe7\x2d\x4b\x3d\xdf\x04\xb7\xa3\x3b\x38\xc8\xe2\x6d\x51\x3b\xb1\x3e\xcc\x7d\x0d\x7c\x2d\xe2\xf4\xd4\xd8\x6c\xd4\xef\x69\x8c\x90\xa3\x26\xb0\x93\xed\xff\xe1\xb7\xb2\x5f\x7e\xb8\x83\x9d\xcd\xc4\x9a\xc3\x13\x13\x80\x9c\x57\x33\x5f\x4f\xe2\x0c\x55\x04\xcf\x4f\x16\xd7\xb6\xaf\x51\xe5\x8d\xcb\x38\x61\xf4\x9d\xfb\x05\xa7\x08\xfd\x08\x34\x93\x2e\xe0\xf3\x13\xa6\xb5\x3a\x21\x15\xa6\x46\x28\x9c\x9a\x79\xd1\xc0\xcf\x17\x65\x8e\xbd\xf2\x7c\xb5\x07\xf1\x0c\x7c\xf5\x55\x99\x42\xc0\xb8\x59\x62\xa7\x86\x85\x50\xbc\x61\xa8\xfd\xd4\xc8\x3f\xc4\xdb\x75\x38\xa5\x39\xf5\x5c\x64\x6a\xd3\xee\xeb\x70\x3e\x20\xc6\xae\x23\x29\x66\x71\x6d\xcf\x2e\x7f\x50\x17\x7a\xf0\x3a\x70\xe4\x0d\x5f\x78\xb9\xff\xd5\xfd\x22\x62\x68\x82\x84\x1a\x57\x91\xca\xca\x6b\xa1\x97\x7d\x68\xf0\x42\xe5\x7a\x71\x4d\x01\x3a\x35\x61\x8b\x8a\xab\x88\x5e\x49\x09\x9f\xf8\x0d\x68\x7a\xe2\xda\x78\xbf\x4c\x76\x60\xdc\x03\xf0\xc2\x00\xa2\x3d\x5c\x35\x17\x0e\x4b\xb3\x62\x2f\xf0\x07\x01\x69\x8c\x4b\x6b\x30\xc0\x8c\x71\x61\x76\x30\xc4\xe3\xc2\x61\x39\x01\x8e\x8c\xab\xda\x50\xdf\xb8\xb8\xf6\x21\xe1\xd6\x7c\xe6\xe7\x0b\x3e\x64\xfd\xbe\x69\x70\x21\xed\x9d\x4f\x97\xd2\x1e\xd8\xc9\xb8\x70\x65\xc2\xa9\x14\x20\xc0\x07\x50\xb5\x71\x69\x27\xf6\x44\x00\x02\x7c\xd5\x53\x7f\x69\x27\x06\x5f\x27\xae\x26\x87\x8a\x45\x58\x36\xca\x27\xd8\xf0\xa1\x4c\xbc\x3a\xcd\x46\xa3\x01\x1b\x3e\xb4\xcb\x83\x0d\x1f\xa6\x08\x8a\x0d\x3f\x81\xcb\x89\x4b\xd8\x41\x24\xed\xd5\xed\xfd\xe6\x53\x98\x67\x9b\x7f\xdc\x7c\x95\x4e\xd6\x16\xc1\x06\x09\x80\x7c\x75\xbd\x5f\x43\x42\x38\x3e\x8a\x25\xc2\xa8\x9d\x0b\xb2\xad\x99\x7e\x68\x00\x0e\xbf\x7c\x88\xa9\x68\xb2\xd1\x45\x14\xa7\xf1\xb0\x97\xee\x4f\x30\x75\xe2\x1a\xf4\x93\x63\x37\xec\x27\xb4\x92\x6b\x30\x44\xe9\x67\xf1\xe0\x14\xcb\xbb\x7d\xc8\x1f\x2c\x18\xd6\x08\x48\xf6\xa1\xfd\xf0\x52\xc3\x4f\x56\x1e\x48\xf6\x51\x5d\x12\xf8\x3c\x81\xb3\x8c\x6b\xd2\xaf\x56\x16\x72\x4a\x8f\xbe\xa0\xd4\x87\x3b\xfe\x15\xf6\x37\x55\x0d\xa7\xd9\xf4\x07\x8c\xab\x28\xa3\xc0\xd7\x7f\x7f\x50\x6f\xb4\xfa\x66\x09\x61\x87\x4f\x9f\x62\x9e\xa1\x42\x5e\x20\x51\x19\x33\x74\x85\xd3\x1d\x95\xeb\x4a\x79\xac\xa8\xc7\xb7\x3d\x85\x31\x95\x40\xd0\xa7\x9b\x90\x10\xf4\x33\x1d\xec\x14\x56\x96\xeb\x75\xf0\x02\x0f\x2d\x51\xc6\xbc\x26\x07\xd8\x59\xbd\xf6\x5a\xa1\xae\xd8\x4e\x8c\x24\xbd\xbe\x6d\x28\x8c\xb6\xbc\x08\x19\xd2\x48\x09\x32\x7d\x49\x67\x19\x29\x4f\xc6\xd0\x5f\x32\x11\xa3\x68\x5f\x27\xd1\x60\x36\xed\xdb\x54\x42\x13\x3a\x88\xf5\xa1\xb5\xf6\x3a\xfd\x3e\x65\x7d\x7b\x4a\x2d\xe8\x29\xd7\x85\x08\x71\x01\xe1\xcd\x6c\xe5\xcf\x5c\xad\xeb\xb2\x70\xfa\x95\x0c\x28\xf0\xff\x03\x10\xfa\x30\xf4\xf4\x62\xc3\x01\xfa\x23\x00\xa1\x2f\xd3\xac\x3e\x50\xe8\xbb\x19\xcb\xd7\x6d\x56\x1f\x5d\x43\x3a\xd4\x34\x29\xe9\x82\xe2\x18\x0c\xb1\xb8\x3c\x16\x2c\x05\xd2\xb7\xe3\x2c\xd5\x1b\x70\xeb\xc3\xe0\xd3\xeb\x67\xd1\x54\x09\x3f\xe6\xd4\x2b\x07\x3c\x7d\x35\x8f\x47\x84\x79\x1d\x60\x20\xcc\x47\xdb\xcf\xd0\xe1\x8e\xe2\xa6\x73\xa4\x80\x07\x3f\xbe\xd3\xf2\x53\xf2\xb3\xb3\xfb\x00\x3c\x1f\x9a\x72\x2f\xfc\x8a\xe6\xee\x5d\x92\x7b\xf9\x9d\xd7\x4a\xa0\x02\x80\x42\xbf\x20\xae\x8a\x0b\x43\x87\xae\xf5\x8b\xf8\x99\xe6\x34\xd6\x4d\xa8\x06\x0e\xf2\x7c\x68\x06\xbe\xde\x7d\x76\xfc\x3e\x7b\x7f\x7a\xfd\x82\x0d\x35\x40\x9b\x2f\x66\x93\xde\x04\xc7\x68\x12\x06\x6d\x3e\x34\x28\x03\x28\x9f\xf0\x71\x86\x80\xf2\x5b\x07\x04\x50\x3e\x54\xe3\xc0\x81\x0f\x71\x10\x6e\xe2\x5b\xb4\x27\x03\xfd\x1e\x9a\x8d\x85\x7e\x9f\x8b\x35\x00\xf4\x7b\x1a\x2b\x08\xf4\xfb\xf7\x07\xc5\x55\x1b\x9a\x5c\xfb\x55\x1f\xd2\xf5\x4f\x69\xd5\xde\xf3\x19\x87\x93\x12\x90\xd9\xc6\xa5\xdd\x92\x73\x1c\x5e\x73\xfe\xb5\x39\xa8\xd8\x9e\xc7\x00\x5a\x0f\x78\x74\x02\xa0\xf5\x50\xbb\xbb\xf5\xe6\xc1\xcf\x12\x77\x6f\x80\x7f\xd0\x5f\xc8\x59\x37\x8b\xbb\xa3\xc4\xb3\x8b\x80\x83\xbe\xb4\x5e\x83\x77\xbe\xb4\x0b\x83\x77\x9e\x70\x87\x06\x18\xe7\x4b\xa3\xc0\x4d\x80\x06\xd0\x7a\x01\xde\xf9\xd2\x9a\x7e\x4f\xe2\x18\xb4\x4d\xdc\x04\x68\xd4\xfd\xd0\xcf\x3f\x7c\x9b\xe6\x20\x34\x01\x42\x5f\x80\xba\x05\x40\xe8\xd5\x40\x51\x70\xd0\xbb\x8a\xfb\x1d\xe8\x58\x76\x11\x11\x1a\x9a\x57\x80\x3e\xef\x9a\x69\x04\x23\x57\x71\xbb\x17\x5d\xc1\xe6\x7f\xe3\x68\x83\x9e\x38\x6e\x30\x4e\x0d\x50\xba\x11\x43\x3b\x42\xe7\x56\x33\x66\x06\xdf\x0b\x07\x6e\xf3\x43\x16\x46\x01\x8a\x24\x54\x93\x7b\x31\x37\xed\x8a\x25\xa6\x1d\xd7\x8a\x27\xe4\x22\xf0\xe3\x65\x07\xdc\x80\x3f\xde\x0d\x9d\x06\x7f\xbc\x1b\x3f\x29\x9c\xf8\xdc\xcf\xc8\x00\xcf\xf5\x25\xe5\x22\x05\x5f\x7e\x94\xd6\x7f\x3a\x6f\x55\x57\x03\x00\xbc\x18\x6a\x0d\x9e\x77\x85\x5e\x27\x6e\x45\x90\xbd\x78\x23\xc1\x51\x08\x6e\x6d\x0e\x47\xfe\x69\x85\xbb\x3f\x99\x14\xfb\xcb\xb7\x7c\xef\xd4\x04\x25\x38\x8e\xfd\x43\x24\x74\x3a\xf9\x76\xd8\x2d\x87\xf0\x08\x35\x65\x60\xbd\x9b\x69\x4e\xc0\x7a\x47\x43\x8b\xb8\x89\x1c\x0c\xbd\x4d\xf7\x4f\x2a\x74\x5f\x06\x43\xdc\x1e\x84\x27\xc8\x13\x14\xd8\xdf\x21\x22\x0d\xd8\xdf\x72\x9b\x04\xd0\xdf\x75\x0f\xb5\xb1\x0e\xae\xaa\xc7\x6a\xf3\xee\x63\x98\x29\x65\xbd\x1c\x4a\x5d\x0c\x70\xb9\x87\x19\x63\x20\x73\x2f\x9d\x1e\x00\x73\x7f\x7f\x30\x1f\x48\x77\x77\x7b\x10\x98\x7b\x87\xda\x82\xcc\xbd\x74\xb2\xdc\x78\xea\xc2\xbc\xbe\xfb\xa5\xec\xe5\xdb\xdf\x42\x01\xa5\x3a\x40\xec\x2e\x3b\x88\x46\xc8\xee\x74\x6a\x91\x0d\x64\x68\x85\xd0\xdc\xe1\x6e\x02\x34\x77\x6a\xac\x03\x99\xfb\xfb\x63\xf2\xa3\xf2\x59\x1f\xb2\xb6\xf4\x13\x98\xdd\xe9\x12\xfa\x1d\x10\xea\xd1\xbc\x1f\x9a\xb8\x81\x33\x3f\x30\x93\x3c\x9a\xfc\x0e\x52\xa1\x0f\x9f\x27\x1f\x0e\x11\x0d\xae\xf7\xf7\x51\x5f\x36\x76\x9a\x17\x8a\x39\x7a\x54\xa9\x7c\xa2\x4e\xd7\xf3\xaf\x70\xba\x62\x19\xfc\x3e\xe5\x7b\x29\x35\x7e\xc5\x6c\x79\x04\x3c\xe0\xdf\xd9\x99\xd6\x82\x7f\x87\x78\x01\x80\x7f\xa7\x7b\x3c\xe0\xdf\xe9\xd1\x1c\xf0\xef\x10\x19\xe9\x57\x6e\x9a\xc0\x7d\x30\x4f\xb5\x74\xfe\x08\x35\xd4\x2a\xf7\x83\x84\xc3\x75\x03\x0e\x78\xdd\x7d\x54\x81\x60\x64\xdb\xfb\x11\x70\x31\x6c\x66\x3b\x48\x9b\xe6\x19\x8c\xd7\x62\xaa\x80\x03\xbe\x74\x8b\x83\x03\x9e\x86\xd8\x03\xf7\x9d\x66\x7c\x03\xf7\xbd\x34\x8c\x82\xf6\x5d\xc2\x38\x16\xe0\xbe\x17\xdc\xce\xf1\x23\xf3\x48\x17\xf9\x0f\x83\x88\x1b\x11\x70\xdf\xdf\x0b\x3c\x44\xec\x9f\xd9\x1a\xc0\x7d\x7f\x7f\xf8\x14\x48\x65\x6c\x94\xc0\x7d\x7f\x7f\xf8\x29\x34\x6f\x36\x16\x90\xb9\x97\x00\x23\x80\x6f\x97\x28\x96\x3d\xd4\x4b\xf8\x12\xa0\x4c\x5a\xd2\x80\xc6\x4e\xe7\xea\x0f\xc2\x25\x75\xc2\x1f\x06\x15\x7d\xfb\xa0\x61\x87\x00\x19\xbf\xe9\xe4\xb6\xd5\x33\x99\x3c\xfe\x01\xa4\x11\x8b\xf2\x67\xa4\x5d\x78\x0d\x72\x42\xf5\x9a\x39\x82\x54\xfb\x05\x27\x50\x5b\xf0\xa9\xaf\xe1\xf6\x06\x4c\x76\x09\x13\xd7\xc0\xc9\x4e\x9d\x4c\xbf\x04\x4c\x8c\x3d\xed\x27\x79\xa3\xc9\x52\xbf\xf4\xab\x74\x77\x32\xb5\xa7\xf7\xad\xea\x9f\x20\x70\x01\x8a\xf6\x32\xfc\x00\x14\xed\x34\xf7\xef\x97\xc0\xb5\xb2\x16\x7f\x8b\x9d\x93\xed\x18\x1c\xec\x34\xd9\x1e\x18\xec\x12\x22\x7c\x81\x83\xbd\x4c\xd9\xf8\x99\x91\x6f\xc3\x49\x48\xf2\x28\x0b\x92\x75\xe8\xb3\x03\x99\x3a\x0d\x7a\xfc\x81\x42\x02\x29\x73\xfc\x4e\x00\x30\x1c\xeb\x6f\x2b\x08\x8d\x4d\x20\x56\x97\x10\xbb\xe6\x87\xbd\xdb\xa3\xe2\x0f\x7b\xb7\x61\x7b\x40\x59\xa7\x16\xeb\x1f\x76\x11\x23\xb8\x7e\x17\x13\x08\x71\x07\xac\x75\x7a\xc2\xfd\x5d\x88\x25\x47\xeb\x62\x1e\xb3\x77\xfc\x20\x5a\x82\xaa\x21\x7e\x98\xc1\xc3\x8c\xa2\xdf\xf5\x63\x79\x7b\xed\x84\xa3\x05\x17\xf8\x98\x2e\xa0\x4f\xdf\x5d\x9e\xea\xc1\xbe\x5e\x1e\xd8\x7f\x98\x4b\x20\xf3\x0f\x70\xb0\x97\x1b\x18\xd8\xd7\xe9\x91\xf1\xf7\x73\xee\x51\x30\x81\x77\x01\x95\x7d\xfc\x7e\x7e\x94\x96\xfd\xfc\xa8\x2f\x83\x1b\x69\xf7\xfe\x6c\x8d\x1f\xd2\xa2\xe8\x35\x7e\x30\x27\xf7\xcf\x6e\xf4\x8f\x6f\xd7\x08\xdd\x7a\x60\x62\x2f\xcf\xcc\xbf\x47\x82\x50\x17\x1f\xb1\x76\xa6\xb3\x80\x89\xbd\x3c\x71\xff\x00\x26\x8d\x2d\xde\xd8\x67\x8c\x09\xfb\xa1\x1f\x1b\x2f\x0d\x40\x76\xaa\x8c\xfe\x08\xf5\x18\x1c\xe7\x7e\x58\xb4\x03\xac\xda\x00\x20\x7b\x69\x42\x00\x20\x7b\x69\xa4\x10\x1f\x3b\xb6\x04\x61\xff\xa9\x68\xa0\x3f\xf7\x9f\x2d\x42\x5e\xeb\x44\x71\x6e\x33\x61\x11\x6c\x33\x5b\x20\xbc\xd8\x3f\x99\x55\xcf\xf1\x4d\x79\x3d\x33\xcf\xc1\x0b\x6c\xc6\x00\x61\x2f\x8f\x98\x00\x61\x2f\x2d\x1c\x20\x57\x2f\xab\x0a\x72\xf5\xf2\x80\xfe\x28\x94\x69\xf3\x53\x9c\x24\x7e\xa8\x20\x64\x98\x61\x0f\x4a\xb4\xa7\xe7\x07\xdc\x3b\x8f\xd8\x00\x51\xa7\x01\x68\x0f\xb1\xdd\x5a\x78\xc0\x95\x0e\x43\x66\xc0\x95\x2e\xfb\xa4\x0a\xb0\xf4\xd2\xe0\x00\xb0\x74\xaa\xcc\x3d\x0d\x00\x45\x6b\xad\xb8\xf6\xf9\x66\xe7\xb1\xfd\x82\x2b\xbd\x3c\xa8\x3e\x8d\x5d\x89\xd3\xf6\xd3\xdc\xbb\x29\xb9\xa1\x36\x30\x93\xc0\x9e\x2e\xfb\x04\x0b\xf8\xf4\xf2\x3c\x0f\xf6\xf4\xf7\x87\xc5\x7d\x75\xd5\x25\xf8\xc8\x81\x6e\x8c\xce\x83\xce\xae\x2f\x6b\x23\x54\xb3\xce\x1f\x23\xbd\xd1\xfd\x9f\x6e\x35\x28\xba\x33\x84\x18\x06\x9e\xae\x40\xa4\x1a\x80\x49\xed\xc2\x30\x6f\x84\x71\x36\x0f\xf8\xa5\xd9\xcb\x5f\xe2\x0d\x8c\xeb\x14\x12\xe5\x19\x64\x25\xda\xa6\x21\x35\x2c\xa5\x80\x40\xa5\x49\xe9\xc1\x80\x2e\x34\xc8\x43\x02\xa9\x29\x0d\x8f\xf6\x73\x56\xc7\x33\x6d\x6a\xf3\x07\xeb\x0c\x49\x04\xdc\xf5\xda\x5d\x30\xcd\x99\xe4\x99\x38\xb8\xe6\x99\x40\x96\xa2\x39\x3d\x88\x78\x3d\xec\x4f\x80\xe0\xeb\x1c\x08\x87\x9a\x82\xc3\x6f\x72\x4d\xcc\xb5\x26\xd0\x47\xb9\xed\xe8\x6e\x14\xec\xe1\x43\xcc\x62\x36\x97\xc7\x70\x6a\x91\x04\x9e\x34\x4e\x9c\xce\x4c\xc3\xda\xbc\x7e\x7c\x88\xaa\x26\x31\xed\x8e\x1c\x62\x5f\xe7\xdc\xb3\x98\x40\xfb\x7a\xf8\x02\x65\x83\xae\x6d\x4e\xbd\xe8\xda\xa1\x47\xfa\x91\xbf\x9c\xd3\xe3\xb3\x2e\xc6\xd4\x87\x80\x47\x72\xbe\x92\xb5\xaf\xd7\xf6\x39\x0f\x0c\xc2\xcc\x01\x02\x3d\x8c\xd4\x04\x68\xbb\x2c\x6b\x47\x9c\x47\x71\x3e\x9c\xe0\x6c\x39\xd7\x09\xf3\x28\x76\xfc\xb7\xc7\x74\x0d\xc8\xe0\x6f\x57\xc3\xb1\xc0\xdf\xae\x2a\x9d\xcf\xb7\xf7\x34\x55\xa2\x87\x68\x3f\x93\xec\x1e\xc8\x83\x85\x92\x7a\x4e\xbb\x65\xfa\x43\x1a\x6a\x0a\x23\x0c\xb0\xd8\x30\x6c\x26\xda\x6a\xc0\xeb\x2e\x61\xc7\x73\x3e\x31\x42\x14\xb8\xee\xef\x43\xbe\x20\x5f\xb9\xd7\x92\x2e\xf9\xb2\xee\x78\x6a\x07\x3a\xe0\x5e\xdd\x97\xf8\xf3\xf4\x0a\xe8\x80\x62\x92\x80\xd6\x5d\xb5\xa9\x3c\x17\x89\x88\x87\xcf\xbc\x44\x21\xf3\xfd\x9b\xf4\x64\x2b\x21\x4f\x83\xad\x84\xd0\xc8\x53\x1e\x60\xdd\x0d\xdc\xfb\x78\x4c\xa6\xaa\xbe\x4b\x1d\x50\x0b\x1e\x01\x08\xd0\x93\x1e\x4e\x3b\xc7\xfe\xbe\x2e\x40\xbf\xf3\xc0\x58\xe8\xf3\x98\xf6\xd9\xaa\x80\xed\x9e\x46\x22\x8a\xda\xed\xbe\x00\x6a\x77\x53\x80\x03\xda\x5d\xdd\x5f\x01\xed\x9e\x6a\xfd\x80\x76\xb7\x6a\x7b\x77\x78\xb9\x95\xfe\x01\x39\x60\x25\xe4\x6f\x77\x21\x6b\xd4\x09\x9f\x01\x7a\xcd\x21\xfe\x91\x5e\x5e\x2c\x8c\x83\x95\x53\xe5\x47\x78\xdf\x7e\x97\x93\xa3\xeb\xec\x07\x01\xbe\xc2\x9f\xf4\xac\x66\x25\x08\x9f\xdc\x8d\x7f\x1c\x55\x25\x0b\xbe\x89\xe1\xd0\x3f\x1e\xf5\xa8\xc4\x43\x5c\x96\x3d\x07\xb6\xa1\x51\xf4\x8f\xd8\x86\x0a\xce\x87\x8a\xba\x80\xf0\x12\x97\xfa\xb7\x58\x7b\x14\x41\x2e\xe6\xe7\xc7\x17\xf8\x1a\xfb\xea\x1e\x13\xc3\x29\xd9\x56\xc1\xfb\x6e\xe1\xf3\x90\xcd\x0b\xa6\xf5\x10\x66\x69\x50\x3d\x38\xe0\x45\x8f\x33\x38\xe0\x65\x8b\xb2\x57\xf1\x12\xfe\x00\x1f\xd4\x89\x21\xad\xd2\x2e\x8c\x49\xa8\x2c\x7b\x65\xd9\xfb\x2a\x04\x58\x78\xd7\xf3\xf4\x7e\x87\xb2\x2a\x66\xe6\x0b\x8e\x03\x34\x76\x01\x56\x78\x15\xe4\x09\xac\xf0\xaa\x97\xeb\x3d\xdc\x6c\xd8\x92\x5e\xc2\xd7\xcd\x0b\x78\xcd\xa2\x1e\x7e\x88\x2c\x51\x76\xf3\x17\x97\xc8\x36\x54\x80\x2e\x5e\x8c\xd8\x02\x5d\xbc\xc0\xe2\x17\xa0\x8b\x57\x3d\xbe\x2f\xa7\x32\x38\xbf\xe2\x2d\xcc\x2a\x6b\x57\x88\x68\xec\x7e\x87\xe9\xcf\x4e\x0d\x1a\x79\x31\xa0\xee\x15\x35\x62\x3f\x03\xa4\x03\x33\xe9\x2d\x22\x46\x7a\xad\x10\xb1\x2b\x08\xe2\x54\xa3\x7f\x75\x66\x17\xaf\x49\xe6\x40\xa7\x04\xa5\xbc\xc1\xc8\x15\xa0\x8e\x37\xad\x60\x2f\xc4\x10\x95\xf1\x78\x89\x8e\x37\x14\x03\x3c\xf1\xa8\xfb\x5a\xf1\x6b\xdf\xb9\x83\x77\xaf\xf7\x00\xd2\x4c\x62\x90\xd4\xd9\xdf\x8e\x81\x9d\xe3\xc3\xeb\x81\x4b\x1b\x09\x20\xe2\xcb\xe0\x42\x30\xc4\x4b\xb4\xe5\x1b\x0f\xfb\xa0\xd7\xfa\xc2\xd8\xa7\x5e\xe0\x71\xf5\x72\x83\x34\xde\x8c\xf1\x07\x69\xbc\x1b\x04\xfe\x0e\xc9\x65\xbc\x76\x41\xef\x1f\x60\xc5\xec\x0f\x99\x25\x4d\x35\x86\x15\x77\x7c\x86\x09\x50\x74\xc7\x20\x1e\x96\xcd\xe2\x05\x57\x6d\x9f\x12\xde\x49\x88\x20\xfb\x37\xd8\xe4\xda\xfe\x5e\xc3\xe1\x99\xf2\xef\xc4\x23\xe9\x5c\x98\xe0\xe2\xb1\xd2\x5f\xd1\x20\xed\x31\xe0\x74\x43\x3c\x38\x10\xc8\x03\x14\xf0\x00\x81\x7c\x42\xfb\x18\x00\x90\x37\x93\xe4\x04\x20\x0f\xfd\xc2\x00\x90\x4f\x37\x51\x00\xc8\xc3\x98\xc5\xd7\xf3\x5d\x77\xd4\xcd\x74\xb6\x7a\xc0\x4d\xec\xc5\x90\x96\xc0\x57\x13\x8c\x1f\x3f\xc4\xf1\xae\x23\x31\x5f\x8f\x77\x02\xc8\x82\x27\xbe\xf4\xde\xbd\x6a\x02\xdd\x55\x02\xfa\xa4\x16\x87\x57\x4d\x00\x5e\xe3\x00\x69\xbc\x41\x9c\x1e\x20\x8d\x7f\x7f\xf8\xfa\x43\x52\x09\x0f\xe1\xb7\xd0\x1b\xfc\x92\xc5\xac\xaf\xfa\xd5\xfe\x87\x00\x78\x17\x07\x5f\x94\x99\x77\x61\x21\x66\xbb\x04\x8e\xbc\x44\x77\x2d\x41\x7e\xa4\xcd\x1e\xc8\xf1\x56\xff\x16\x70\xef\xb7\xa3\x2f\xe3\x97\xdf\xd3\x20\x21\x57\xda\x89\xf5\xcc\xf9\x74\xda\x9f\xae\x28\xfc\xe9\xc6\x80\x02\x4e\x5e\x42\x8f\xf2\xab\xdd\xd0\xf5\xce\xd6\x6a\x1a\x02\x88\xe4\x65\x4f\xb4\x0b\xec\x75\xe7\xd9\xb7\xb5\x76\xf7\xf4\x97\x48\xa7\x10\xa5\xed\x25\x3a\x5f\x7b\x1b\x10\xe6\xdf\xf2\xf2\x87\xf4\x4e\x74\x34\x0e\x0e\xcf\x01\xef\x4d\xca\xaa\x5d\xa5\x69\x50\x8c\xc0\xf7\x26\xbe\xb7\xf8\x82\x03\x60\xfd\x6e\x0c\xaa\x4e\x2f\x8f\x82\xca\x1a\x8f\x82\xba\xd4\x5f\x88\x2d\x96\x2d\xfd\x61\xd8\x74\x16\x41\x8f\xb4\xe5\xcb\xa6\x3e\xe2\x43\xa4\x54\xb9\x0f\x00\x6f\x1e\xcd\x99\xf6\xf8\xae\xf7\xb1\xd0\x73\x28\x78\xbf\xdd\xe9\xdf\xca\x7c\xac\x10\x1d\xf3\xb8\x28\xac\x1d\x1b\x4d\xfa\x07\xe7\x37\x76\xc2\xf7\x55\x09\xb2\x42\xdf\x06\x14\xc6\xf3\xbf\x40\xb3\x75\xf6\xce\xd7\x93\x59\xdf\x7f\x98\xa2\xe3\xdb\xf6\x4b\xfd\x7f\xff\x3f\x0f\x36\x0e\x0c\x43\x79\x10\xe0\x49\x2c\x66\x1e\xc0\xb4\x05\x76\xab\x3c\x0e\xa2\x05\x3e\xc1\x96\x07\xd9\x51\xa0\x52\x24\x30\xe9\x1d\x5b\x55\x1e\xb2\xf2\x56\x3f\x04\x44\x40\xf5\xf9\x5b\xa8\x05\xae\xc5\x9d\xe4\x79\x88\x8a\x88\x9f\x4b\x80\xd1\xbf\xc2\x16\x3f\xcc\xfd\x1b\x5c\x33\x20\xe0\xe9\xe5\x51\xcc\xfd\xa3\x04\xa2\xfe\x89\x3a\xc8\x03\x67\x0a\x7a\x47\x1e\x84\x3b\xad\xfd\x32\xbb\xcb\xf4\xdd\xc5\xc1\x94\x4b\xb3\x36\xf2\xbb\xc6\xdb\x8e\xad\x20\x8f\x6a\x25\xfc\x3e\x49\xc4\xa8\x11\x09\x2e\x7a\x10\x8a\x94\xc7\xb7\x71\x68\x45\xcc\xa3\x9e\xe0\x43\xf8\xbc\x19\x95\xfb\x4b\x88\xf5\xfd\xc7\x4f\x0f\x98\x5f\x32\x3d\x90\x2f\xe1\x55\x2f\xf6\x57\xb3\xb3\x2b\x9d\xda\x36\xcc\x03\xd7\x4a\x07\xcb\x23\x43\x98\x44\xbb\x3c\x1a\x88\x3a\x9d\xe2\xbe\x0d\x69\x70\xac\xcb\x83\xcc\xe1\x5d\x0d\xac\x84\x58\x11\xf2\xf0\xdc\x38\x1c\x12\xbc\xed\x48\xdd\x04\xab\xfd\xfb\xc3\xaf\x32\xf5\x92\x87\xbe\x4d\xab\x02\xdc\x91\x80\xb8\x07\x92\x2c\x0f\x6c\x81\x68\x20\x79\x74\xe2\x9e\xc3\x67\x08\xac\xf7\x3b\xdf\xbe\xd6\x77\x61\x64\x0b\x93\xef\x98\xc7\xa0\x57\x1b\xa3\xe6\x41\x13\xfd\x3b\x0f\xa0\x36\xc8\x5a\x49\x80\xde\xbf\x3f\x7c\x63\x72\x50\xe4\xab\xf8\xd1\x03\xda\xd1\x04\x02\xbe\x1d\xed\x2f\x11\x97\x87\x9b\x1b\x18\x6c\x79\x48\xec\x57\xe8\x4e\xce\xa6\x38\xfe\xf3\x00\xc7\xb8\x34\x9e\x21\xa0\x8b\x94\x8b\x04\xef\x3d\xab\xd3\x89\xfd\x29\xad\x2f\xee\x73\x82\x1a\xf2\x08\xc9\x5f\x7c\x06\x90\x24\xa7\x4a\x6c\xc9\x4e\x01\x31\x18\x79\xda\x81\x5d\xb2\x39\x76\xb0\xc2\xa7\x4d\x72\xdf\x1a\x96\x0c\x7f\x1f\x46\xc2\x04\x20\x3e\x21\xeb\x4c\xf0\xe1\x93\x73\x67\x82\x0f\x3f\x67\x32\x85\xc4\x87\xb7\x16\xc4\x7f\xed\x0e\x24\xfe\xab\x38\x39\xd8\xe7\x86\xad\xfc\xf6\xb9\xb6\x17\x56\x8a\xee\xec\xfd\x5d\x09\x0a\x80\xef\xaf\xda\x02\x40\x95\x62\xd7\x22\x75\x91\x59\x32\x78\xd5\xbe\x40\xa2\x02\x51\x42\x09\x88\x7c\xc3\x6e\x93\x87\x47\xd6\x11\x3e\xc4\xa1\x47\x69\x22\x88\x07\x3c\x25\x79\x2c\x51\x60\x69\xff\x52\x90\xfb\xd0\xcd\x57\xbd\xaf\x9a\xe4\x7d\xe7\xae\xf2\x84\x43\xee\x70\x52\xb3\x31\x56\xe7\x9f\xfe\x7c\xd7\x19\x6c\x52\x58\x8a\xf3\xd0\x61\x36\x5c\x1e\x66\x33\xec\x6b\x13\x8a\xa8\x11\x8e\x7e\xb4\xde\x3c\x74\x9e\xed\x8f\x5e\x14\xe6\x7d\x97\x96\x5d\xcf\xd1\x76\xaf\x3f\x78\x3c\x14\x70\x60\xda\x23\xeb\x53\x4c\xfb\x18\x0e\x1b\x98\xf6\x43\xd9\x05\x41\x60\xb3\x76\xd7\xae\x9d\x7f\x7c\x22\x77\x8b\x10\xb0\xef\x48\x21\x4b\x71\xec\xa7\x33\xfb\x52\x00\x2d\xdf\xb6\xc3\x28\xfa\xb2\x46\x96\x66\xb0\x38\x35\x85\x87\x77\x28\xa4\x08\x28\xee\x4e\x3c\x76\xd9\xa5\x8c\x92\xd7\xde\x26\x13\x4f\x1c\xca\xfd\xdb\x0a\xd1\xfc\xdb\xe5\xaa\xbc\x92\x94\xca\xe6\x10\x43\x0c\x0e\x41\x1e\xe4\x48\x0f\x85\xc6\x4d\xc6\x4b\x50\x30\x1c\x84\xcb\x59\xce\x71\x73\x28\x28\x74\xd8\x4d\x27\x18\x19\x12\x43\xe9\xf3\x43\xe6\xee\x97\x19\x04\x47\xf6\x3b\x6f\xb6\x66\x77\xfd\x2c\x8c\x0a\x7d\xe7\xcd\x72\x58\x30\x81\x06\xcb\x09\x0c\x1d\x61\x58\x51\x36\xe8\xe2\xcc\x21\x2b\x2f\xe6\xfe\x41\x01\xae\x72\x52\x2d\x0e\xe7\xe6\x63\x01\xbe\xfc\xf8\x82\x7f\x10\xb5\xe8\xe0\x00\xbc\x5a\xec\x6b\xb2\x9c\x71\xda\xe6\x41\x6e\xc6\x16\x7b\x5a\x5e\x6d\x3e\xa9\x19\x78\x02\xf2\xd0\xf0\x3a\xff\xcc\x60\xc8\xe3\x15\x99\xde\x2f\x84\x6f\x51\xdf\xef\x64\xd9\x0f\xc5\xb7\x27\xcb\xa9\x18\xfb\xb4\x82\xe5\x50\xa3\x13\xc4\x74\x6e\xc0\x5b\xb8\x85\x06\x71\xcd\x80\xec\x66\x39\x5c\x33\x8d\xeb\x4f\x80\x10\x90\x9f\x05\x34\xed\xb6\x9f\x21\x4b\x9a\xde\x04\xb1\xbf\xc2\xc2\x92\xe5\xc0\x75\x4a\xed\x40\xef\x6f\xf8\xff\xb3\xc8\xa1\x1f\x5e\xdb\x1f\x7c\xbf\xc8\xcd\x7a\x70\x8d\x47\x3e\xbc\x6f\x7f\x54\x3f\x44\x68\xd5\xa7\xa6\xa6\xa8\xfe\xe1\xae\x23\xaa\x3f\xe6\x81\x14\xd5\x3f\xc0\xb1\x4d\x60\xfd\x2b\x20\x3d\x59\xbe\xe3\xe4\xe2\x6c\x90\x85\x18\x68\x8e\x22\x59\xaa\xcd\xa7\x04\x39\x04\xe9\x3b\x20\xfe\x4b\x4c\xff\x80\x7a\x0a\x75\x39\x8b\xf4\xf5\x48\x71\xf0\xfe\xe7\xe8\x7c\xd4\xe3\x21\x99\x1d\x59\x1a\xa8\xb9\x83\x12\x70\xe6\xc1\x5d\x9c\x85\x9c\x12\x90\x8f\xb2\x74\x2c\x19\x83\x8f\x76\x5f\x9e\x14\x0d\x90\x15\xa9\x61\x09\x73\xc0\xf7\x87\x4f\x11\x1c\x3c\x7c\x9b\xd8\xf4\x7d\x4d\x1b\x2c\xd9\xe3\xa4\xba\x06\xcc\x01\xa9\xce\x56\x3c\x4e\xaa\x9d\x14\x8e\x93\xc4\x9e\x64\x21\xf7\x8e\x40\x9f\x84\x5e\xe0\x7b\x88\x56\x93\x9e\x42\x44\x74\x96\x01\x14\xa2\xfd\x4d\x4e\x5e\xd8\xdf\x83\x63\x13\x82\xbf\x90\x7a\x02\x9f\x4f\x16\x22\xa8\x15\x08\xc5\x6c\x13\x67\xc3\x74\x0f\xa4\x6d\x24\x9b\xb8\xed\x41\x2e\xf0\xad\x08\x3e\x3a\x59\xf8\x4e\x37\x76\xe5\x98\xce\x37\x10\xb2\xd2\x2e\xd3\x4c\x8c\xb9\x36\xe1\x1d\x98\x6e\xb9\xc5\x2c\xbe\xf4\x21\x1b\xed\xec\x0b\x56\x26\xf2\xa1\x70\xd0\xdc\x03\xc4\x79\x12\x5a\xd9\x84\x8f\x20\x88\x12\x4d\xf9\x08\xf0\xbc\x27\x74\x04\x8d\xb8\xaa\x2c\xc4\x89\x40\x63\x96\x85\x00\xb7\x3d\xdd\xa0\x5a\x24\xba\x25\xcb\xb7\x2d\x17\x50\x70\xb2\x64\xb1\x12\x74\x40\x32\x7d\x1c\x05\xa0\x39\x86\x43\xe5\xd1\x92\x43\x7a\x42\x6c\x50\x8a\xf3\x2a\x25\xb6\xe4\x7a\x39\x29\x9d\xd1\xe4\x79\x0f\x87\x8a\x84\xc0\xe2\xbc\x72\x6b\xdd\xf5\x00\x80\x83\xfc\x87\x2c\xf2\xed\x1e\xbe\x7c\x93\x4d\x46\x69\x06\x63\xdb\xdd\x27\xce\x5c\x94\xa3\x82\x39\xd8\x8d\xbf\x9c\xcc\x74\xe4\x6f\x21\xe6\x3a\x08\x64\x4f\xd8\x0e\x2a\x48\x48\x59\x38\x23\x36\xab\xfd\xed\x9a\x13\x26\x90\x84\xe1\xa0\xe1\xa5\xca\x72\x81\xf6\xbc\xe2\x2f\x09\x57\xe0\x67\x19\xc1\x30\xea\x23\x0c\xe5\x80\x3e\x42\x87\x0b\x1f\x61\x77\x88\xf4\x11\xa2\xf6\x97\x6f\x63\x6b\x64\x75\x26\x14\x09\x93\x40\x98\x94\x22\x61\x0b\xa9\x5b\x5e\x74\xaf\x51\xab\x6d\xc5\x2d\x59\x07\xdf\xbf\x6d\x85\xd7\x48\x4d\xe2\xd4\xb3\xdc\x2c\x39\x25\xd9\x4d\xdc\x02\x87\x0c\xe8\x15\xbe\x87\x7c\x83\xd4\x3c\xb4\x85\x82\x23\xb1\xd8\x81\xdb\x90\xea\xa8\x00\xe6\xd8\x95\x2d\xf2\x28\xa0\xb4\xc1\xa3\x90\xcb\x4e\x03\x80\xb1\x2a\x73\x48\x19\xc7\x1c\x93\xe5\xc1\xd7\xda\x7c\xc6\x8f\xda\x1e\xac\x9e\xd3\xa5\xf8\x58\x6f\x3b\xec\x21\xd4\xa8\xf9\xc7\x0f\x23\x24\x8d\x7e\x05\x2c\xf6\x9a\xbc\x7a\x8e\x83\xb0\x2d\x54\xcf\x18\xb2\x2d\x44\x28\x8b\x8c\x9b\xb3\x9d\x06\x93\x00\x63\x90\x75\x1f\x2c\x1b\xd7\xcd\x3f\x26\x3f\x08\x7a\x6c\x5e\x03\xa5\xc6\x3c\x86\x9e\xa1\xe3\xf3\xcb\x7a\x04\xd0\xd3\xbe\x9c\xb8\xcb\xfd\xa8\xb0\x5f\x8b\x6b\xfc\xbc\x34\xa1\x1e\xb6\x8d\x45\x00\x9f\x43\x54\x0b\xf3\x64\x09\x0a\x42\x56\xf2\xc9\x21\xcb\xcb\xea\xc9\x12\x53\x6d\xd6\x02\x87\xe5\xfe\xe3\x02\x81\xd9\xb7\x85\x28\xf0\xab\xb6\x1a\xc9\x54\x0b\x38\x0b\xcd\x97\x51\xa4\x2c\x01\x7b\xa3\x6c\x9d\x09\x4d\x44\x60\xdd\x4c\x69\x22\x02\x64\xbd\xac\xd2\xc4\xb3\x00\xa1\x89\x08\xd7\x0a\x2c\x11\x05\x6c\xd9\xac\xc0\x47\x91\x5f\x9d\xb5\x3a\x99\xd2\x87\x30\x8f\xd8\xaf\x4d\xb2\x5f\xaf\x0b\x61\x4d\x54\xc3\xf3\x24\xf6\xb9\xac\xa2\x89\x87\x0f\xb9\x77\x7a\x1d\xc0\x2e\xfb\x82\x55\xf5\x79\x02\xbd\x58\x63\x55\x3f\xa4\x27\x42\xe8\x24\x82\x6c\xee\x94\x35\x02\x58\xba\xac\x9d\x01\x65\xdb\x91\x35\x02\xc8\xe2\x94\x35\x22\x9c\xc6\xb5\x63\xed\x18\xfe\xe1\x57\x1d\xf6\xce\x57\xed\xfb\x4e\xdb\x90\xeb\x50\x45\x34\x75\x4f\xa8\x22\x02\xdf\x78\x42\x15\xa1\x1b\x2d\xe1\x7d\x88\xe6\x58\x11\x2f\xe8\x52\xaf\x53\xeb\x00\x2b\x0e\xae\x87\xef\x5c\xc3\x75\xf8\x07\xe3\x03\xfc\x38\x10\xe5\x59\x71\x3c\x2a\xca\xe0\x7a\x88\xb6\x5f\x20\x7a\xc7\xc9\x07\xe1\xd7\x9e\x7c\x61\x3c\x26\xcf\xcb\x01\x61\x47\x06\xd0\x0f\xa8\x0e\x95\xfd\xe4\x38\xfe\x3c\xa2\x56\x0e\x81\x84\x13\x67\xf5\x10\xe8\x79\x05\x16\x89\x81\x63\x2d\x61\x91\xe8\xc5\x5a\x05\x40\x15\xcb\x12\x01\x79\xa0\xd9\xdf\xc6\x33\x20\xb7\xcc\xfa\xed\x2f\xb5\xda\x50\x80\xa3\x62\x4f\xd7\xef\x40\x38\x60\xba\xcc\xfa\x6d\x3c\x9d\xbc\xed\xac\x6e\x3c\x84\x54\x25\xb4\x13\x83\x78\xb9\x84\x76\xa2\x37\xbb\x86\x50\x6c\x03\x33\x12\xda\x89\xb6\x67\x62\xc2\xd8\x62\x13\xd2\x6a\xf0\x82\x3b\x55\xba\x4a\x61\x83\x3f\x9c\x0f\x22\x92\x38\xbc\xdf\xe9\x70\x1c\x4e\x07\xd8\x82\xf1\xb2\x65\x5d\x34\x9f\x4d\xb8\x7e\x1b\x55\x23\xd6\x25\xeb\x22\x21\x11\x69\x5f\x3d\x03\xa6\xab\x0c\xe6\x60\x2d\x41\x55\xe3\x68\xba\xb2\xbe\x43\xe0\xd0\xa6\x54\xbf\xb3\xde\xd0\xb4\x53\x37\x94\x23\x1d\x73\xe2\x27\x74\xc5\xb9\xb5\x01\x79\x91\xf5\xdb\xda\xc6\xb1\x28\xe1\xdb\xda\x06\xf8\x53\x59\xbf\xad\x6d\x68\x8f\xaa\x10\xc0\x17\xe7\x00\x07\x42\x35\x46\x08\x31\x3c\xae\xc0\x87\x21\xcb\x5b\x42\x87\xd1\x96\x13\x1a\x3a\x8c\x3d\x65\x2e\x19\x77\xa9\x8f\x8e\x4e\x80\x7b\xb3\x0a\x82\x85\xf2\x28\x67\x06\xce\xbe\xac\xf0\x0f\x17\x45\xc9\x65\xd7\xf9\xf2\x22\x8f\x94\xfa\x70\x4c\x8c\x74\xed\x11\x72\xb3\x6c\x8c\xdb\xa9\x5b\x68\xc5\x1e\xbb\x67\xf4\x65\x55\xb9\xbe\xed\x3a\xaf\x2d\x99\xd2\x88\x24\x0f\x9f\xbf\x2d\x99\x8f\x1a\xb5\x99\x16\x7d\xd3\x45\x6c\x2d\x30\x6e\x94\xa2\x68\x84\x71\x43\xbb\x1b\x8c\x1b\xcd\xb3\xa1\x84\x1b\x81\xc7\x3c\x61\xdc\xe8\x5b\x28\x41\xb8\xa1\x05\xaa\xfe\xda\x77\xcd\x96\x53\x31\xd2\x6a\x4b\xa8\xbf\xf1\xdd\xef\x7e\x68\xfa\x21\xaa\xf7\x9d\x2c\x6b\x38\x39\x7f\x54\x75\x97\x06\x86\x53\xfa\xcc\x4d\x01\x7e\xe8\xe7\xcb\x54\xdb\x13\xe4\x2e\xf9\x85\xea\x83\x87\x60\xb3\xdc\xd2\x00\x36\x4b\x10\xba\xb2\x1a\xd4\x93\x6e\x3f\x0f\x55\x55\xa2\x3f\xce\x3b\x3a\x09\x4f\x66\xb5\x2f\x60\x21\x56\x75\xae\x24\xfa\x1f\x0e\xed\x63\x12\x88\xef\xbe\xf8\x0c\xa9\xa9\x31\x3d\x9e\x8c\xa4\xf4\xd8\x13\xf8\xb5\x00\x46\x07\xea\x0e\x9c\x12\x09\x75\xc7\xf7\x82\x7f\x2c\xec\x66\x94\xa0\x81\xd8\x73\x5e\x7d\x99\xc1\x68\x35\x92\x77\x04\x28\xc9\x09\x79\x47\xd7\x1e\x02\x79\x47\x25\x56\x21\xe1\xee\x28\xf3\x4f\x0e\xfb\x6c\x87\xf0\xe9\xbe\x84\x3f\xb2\xf9\xe1\x49\x89\x93\x6b\xeb\xeb\x35\x43\xc4\xc2\x6d\x70\x1a\x83\xcd\x9a\x0d\x2e\x7c\x2d\x89\xed\x70\x88\xd8\x98\x64\x0b\x21\x02\x29\xdb\x81\x08\x60\xa1\xb4\xb2\x9b\x91\xfc\x60\x8c\x2c\xd9\x28\x51\xa2\x79\x52\xba\x10\xd0\xdd\xb3\x41\xb8\x49\xd2\x5a\x42\x1d\x22\xf5\x5e\x42\x1d\x22\x0d\x61\xb6\x2a\x0a\x08\x55\x22\xe1\xca\xad\x6f\xd3\x7f\xd0\xfd\xd0\x7f\x14\x4f\x9c\xd0\x7f\x0c\x97\x62\x73\x27\x07\xc0\x38\x1b\xa8\xcc\x85\x65\xd9\x3c\x66\x42\x82\x90\xf2\x82\x68\xdc\x6d\x6e\xe5\x2a\x0b\xad\x31\x9d\xa6\x6f\x30\xda\xdd\xfb\x03\x83\x3e\xd5\x76\x8b\x5f\xbe\x1c\xbe\xec\x0f\x40\x25\x1d\x86\xa6\x61\xcf\x0f\xd1\x66\x96\x5c\x33\xb0\xd4\xf3\x4d\x6b\x36\x9a\x2a\x75\x66\xfb\xf0\x9a\x5a\xb0\x03\x37\x32\x6d\xab\x9d\xd7\xed\x48\x7a\xd8\xbd\x1f\x66\xb8\x6c\xdd\x88\x6b\xaf\x6d\xf4\x37\x31\x21\x0f\xa9\xff\xae\x6d\x33\x35\xfa\x4e\x9f\xd5\xd3\x71\xd3\x4c\x0c\x9b\x6c\x36\xcd\xc4\xce\x92\x61\xa0\x89\x0f\x31\x1b\x80\xf6\xcd\x06\x09\x68\x71\x4c\x86\xa5\xf1\xc2\xb4\x09\xbc\x40\xbe\x14\x89\x5e\xd9\xa6\x3d\xec\xbc\x9a\xd0\xa5\x39\x26\x30\xe3\x81\xa7\x96\x6d\x22\x5b\xa6\xd7\xcc\x5b\xb4\xae\x06\x31\x5e\x75\x41\x4c\xe6\x2d\x52\x03\x3a\x93\x01\x93\x7e\xc2\x66\x32\x20\xd6\x48\xd8\x4c\x7a\x2d\x56\x88\xfe\xc5\x70\x0a\x2f\x49\xd7\xa8\x01\xb3\x48\xd1\x0a\x02\xb3\xc8\x20\xf5\x3c\x21\x10\x19\xc0\x4a\x25\x04\x22\x03\xc0\xb5\x84\x40\x64\x14\x17\x6b\x52\x4f\xb4\xc0\x86\x89\xf7\xb0\x7b\xa1\x09\xd5\x30\x0d\x1b\x48\x92\x59\x91\x10\x80\x34\x62\xa6\xb2\x2d\x64\x2c\xf2\xb6\x2d\xc6\x18\x91\x01\x19\x48\x2a\x1a\x9b\x86\xdc\xe5\x80\xbb\x57\xbb\x06\x17\x95\x73\x76\x2d\x2a\x87\x58\x69\xda\x6b\x97\xd3\x6b\x31\x34\x4e\x04\xe0\x67\x42\x4b\x54\x3b\x19\x1b\xf6\xc9\x86\xc1\x36\x96\xfd\x7b\x92\x75\xed\xdb\xa7\xc2\xd1\x6b\x8b\xa6\x08\xf7\xe4\xf4\x79\xfa\x9a\xfd\x40\xee\x91\x74\x90\xdd\x64\xd9\xad\xe0\x18\xa9\x5a\x3b\xa5\x18\xd1\x66\xd4\x80\x5a\x8e\xb5\x1f\x62\x90\xf3\xaf\xd4\xac\x84\x8c\xa4\x1e\xce\x7a\x77\x60\xf4\xf4\x26\x69\x15\x8a\x0f\x24\x25\x83\x6c\xc0\x94\xa4\x24\x96\x43\x8a\x43\xb4\x28\x87\x88\x35\xf2\x58\x09\x7b\xc9\x20\xce\x27\x9b\x1b\xf0\xf2\xfe\xe0\x3e\xef\x9a\x60\xb1\xec\x66\x60\x2b\x73\xbf\x20\x18\x36\x6d\xf2\xb0\xba\xd2\xb7\x61\x5f\x55\xb0\xc2\x73\x45\x9e\x41\xb6\x6f\x13\x95\x1a\x33\x9b\xe9\x14\xba\xca\xda\xb7\x8b\x0e\x52\x6a\xb2\xfd\x1c\x79\x1b\xe1\x2e\x8a\x12\xd9\x20\x1b\x20\x01\x3a\xdb\x8f\xa9\xa8\xf0\xf9\x29\xeb\x50\x35\x20\x3c\x19\x55\xf1\x86\xa3\x74\xcb\x71\x76\xce\x5a\xbc\xcf\xdc\xf5\x79\x58\xf7\x0f\x65\xcc\x77\x88\x1d\xba\x2b\x1b\xc1\xad\x87\x1d\xf0\xda\x49\x54\x9b\x44\x30\x32\xf2\xb3\x99\x08\xa6\x10\x7f\x21\x05\x40\x2f\xeb\xec\x6a\x09\xbe\x5b\xf6\xc3\x5e\x6d\x5c\x57\xff\x98\xfc\x68\xbc\xb1\xb8\xe6\x5c\x58\x7d\x7b\xf8\x50\xf0\xc3\x8e\xf1\x4b\x4e\xcb\xca\xb5\xc9\xe0\x3e\xc3\x8a\x60\x0f\xe8\x07\xe1\x50\xd3\xe7\x7f\xec\xc0\x5e\x3f\x28\x51\xd6\xc2\x2e\xe2\xf9\x62\x55\x2d\x99\x9d\x0b\x76\x90\xec\xc5\x8e\xa7\x00\x36\x25\x82\x55\xb2\x7f\xa7\xd3\x0a\xda\x47\xc2\xa1\x32\xdc\x0d\xe0\x50\x69\xe4\xc4\x25\x14\x2a\x8d\xf8\xdf\x84\x1c\x25\x75\x2f\x74\xb6\x9b\xca\xce\x08\xbd\xc9\x22\x18\x33\x3b\x0c\x53\xc4\x6a\x25\xf4\x26\x83\x64\x97\xec\xcd\xb2\xe8\xa1\x4e\x59\xd5\x6b\x42\x03\x2c\x77\x38\xae\xdc\x27\xbc\x54\x1b\x3c\x9c\x25\x7d\xf8\x2e\x9c\x25\xfb\x10\x05\x67\xc9\x20\xe7\x2c\xe1\x2c\x19\xd5\xc6\x0f\x4f\xf6\xde\xa7\x12\xec\x29\x1d\xb0\x47\x97\x5d\x9f\x8e\x9f\xdd\x2e\xda\xa3\x63\xc9\x99\x10\xc4\xeb\xec\xd3\xf1\x0b\xdf\x9e\xc4\x48\x53\x55\x44\x75\xb5\x7a\x58\x19\x53\x2b\x75\x27\xbb\x6c\x4d\x5f\xb8\xb1\x64\x7b\xcd\x9c\x72\x00\x01\xc1\x49\xc8\x6a\xb3\x13\x8c\x4a\xd0\x7e\x6e\xfa\x93\xc3\xde\x86\x5d\x0a\x54\xe9\xec\x61\x65\x11\xd7\x3d\x98\x6c\xa8\x37\x1d\x7f\x61\x92\xd5\x94\x1d\x42\x69\x78\x08\x13\xf6\x94\xa1\x8e\x07\x7b\x4a\xaa\xbe\x75\xf6\x06\xbd\x5c\x1d\x1b\x65\x1e\x6c\x0e\x3d\xec\x3f\x3e\x44\x1e\x03\xc4\x85\x09\x47\xca\x20\x02\x30\xe5\x48\xc9\xef\xd0\xf5\x87\x80\x83\x40\xa5\x2a\x9b\x3b\xe4\xf9\xc0\x46\x67\x37\x13\xd7\xe3\x19\xcc\x2a\xa3\x3a\x6f\xbe\xbd\x63\x1d\xce\xb9\xe5\x08\xf0\x02\xc7\x3c\xad\x57\x1d\x43\x65\xaa\x19\xf7\x85\xfb\xc0\x3a\x72\xce\xd3\x1d\xd0\x39\xb5\x11\x43\x9f\xfd\x3b\x31\x75\x80\x41\xb3\x8b\x8f\xcf\xae\xde\x39\x18\xa5\x5a\x6f\xe7\x64\xa4\x73\xb4\x1b\xde\x89\xec\xea\xb0\xe2\x13\x67\x9f\x30\xb1\x0c\x52\x93\xb2\x23\x8b\x53\xa5\xb7\x7f\xb2\x38\xc2\x76\x5e\x0c\xb1\xdd\x4f\x70\x4a\x7a\xde\xe8\x17\x8b\xd4\xea\x7d\x42\x7a\x79\x32\xe8\xb7\x6b\x88\x97\x09\x02\x3d\xec\xfe\x1b\x45\x0b\x65\x04\xae\x97\x51\x51\x71\xfa\x6d\x50\x3b\xb5\xc0\x51\x96\x1e\x5c\xfa\xed\xe4\xa2\xaa\x3f\x04\x1c\xde\xc7\xfe\x03\xe7\xc7\xf6\x93\x6e\x9b\x9a\x71\x60\x87\x19\x90\x7b\x67\xe7\xd4\xb3\xa7\x38\x51\x97\x5d\x91\xf3\xb3\x09\xa8\x35\xf0\xbe\x54\x8f\xb3\xd0\xbe\x0c\x22\x74\x13\x76\x97\xb1\xab\x4a\xd8\x65\xaa\xe3\x41\xef\x32\x54\x1c\x61\x77\x19\x64\xd1\x67\x7f\x84\xc0\xf3\x85\x9d\x96\xed\x0f\x7c\xd4\x2e\x41\x60\xc9\x14\xd8\x5d\x81\xed\x47\x5f\x66\x12\x9b\x70\x07\x71\x6c\x0b\xbb\xd7\xaa\x2a\x12\x5f\x7a\x9b\x8f\x42\xf5\x32\xd4\xcc\x86\xfe\x23\x24\xa2\xc4\x2d\xe9\xe6\x0a\x71\x4b\x25\x70\x30\x47\x91\xb1\x61\x71\x2d\x36\xa3\xf7\x4f\x1c\x99\x3e\xff\x7c\x25\xd3\x79\x70\xb5\x0c\x62\x65\x73\x60\xc7\x4b\x85\xf7\x20\x30\x04\xa2\xb3\x1c\x75\x97\xc6\x57\x49\x2e\xd0\xe8\x31\x2a\xac\x99\xc5\x6b\x14\x8f\xe5\x0b\x98\x10\xbb\xf7\xc1\xcd\x67\x21\x43\x98\xd2\xca\xbe\x66\x21\x33\x19\x20\x4c\x19\xe4\x62\x24\x7c\x29\x43\xe5\x1a\xbe\x14\x79\x9d\x73\x90\xf1\xc5\x3a\x1a\x84\x72\x90\x17\x9c\x03\xee\x3e\x70\x5a\x73\x90\x92\x9b\xca\xca\x81\xc2\x4e\xce\x50\x0e\x72\x00\x0e\x7b\x05\x6f\x93\x89\xbe\x09\x6d\x8a\x9c\xd0\x39\x3a\x6e\x6f\x64\xd7\xe8\x04\x32\x86\xf7\xe9\x2e\x9f\x57\xaa\xb3\xee\xc6\x60\xc5\xb3\x67\xc2\x9a\x52\xcc\x8b\xcc\x31\xdc\x4e\x06\xd7\x4c\x9d\xe1\x43\xbb\x64\x7f\x90\x28\x52\xbc\xa6\xf9\x48\xca\x81\x22\x4f\xf2\x4e\x0e\xe9\xab\x59\x22\x03\x09\x9f\xae\x91\x31\x59\xf2\xc8\x8e\x31\x6d\x02\xa5\x11\xd1\x91\xf3\x2f\x80\xa4\x84\x79\x25\x75\x9a\x0e\xb2\x0c\x74\xdd\xc1\xbc\x32\xaa\xa3\x1e\x96\x88\x00\x81\x79\xa5\x37\xab\x05\x09\x20\xe1\xcf\x39\x04\x79\x77\x9d\x40\xb0\x32\xc8\x1d\xca\xa1\x38\x66\x1f\x19\xe8\xf0\x64\x42\xe5\x08\x32\x70\xd1\x4d\x06\x70\xee\xca\xf5\x81\x0e\x5f\x9d\xa0\x9f\x0e\xff\x7d\x94\x97\x13\x01\x8a\xe2\x3e\x08\x47\x3c\x9c\xe9\x98\xee\x72\x77\x2d\xda\xbd\x6e\x77\xa8\x5a\x4a\xee\x59\xf3\xc9\xee\x45\x7e\x66\xc2\xdb\x22\xc3\x76\xca\xdb\x92\xbb\xcf\x41\x80\x4f\xa7\xdf\x27\xbb\x3f\x55\x84\xeb\x8b\x38\x6f\xda\x83\x7a\xaf\xf1\x02\x4e\x95\xb5\xeb\x8d\x61\x8d\xcc\x96\x84\x23\xa5\x24\x29\x42\x39\x4e\x2d\xb0\x74\xe5\xe9\xc8\xfb\x36\x5a\xfc\x9e\x5b\x38\x8d\x40\x72\xce\x71\xe2\x65\xb3\x7a\x98\xcd\xfe\x7d\x08\xba\x19\x9b\x83\x46\xaf\x36\x33\xb0\x82\x55\x97\xf7\xe5\x30\xb0\x0b\x0f\x05\xbf\x25\x93\x78\x06\xaf\x48\x0e\xc5\x35\x5b\xed\x26\x31\x61\xff\x87\xb8\x24\x3d\x3e\x8d\xdb\xc9\x4e\x93\xd1\x96\xf7\x82\x00\xd4\x51\xd7\xe0\x50\xf8\xb2\x97\xc3\x67\x52\x04\x53\x4e\x08\x4d\xea\x72\x99\x61\x5a\x22\x56\x31\x07\xf9\x62\x5b\x40\x3d\x6a\x97\x3c\xff\xc9\xd8\xd4\x7a\x2d\xab\xc8\x44\x57\x86\x54\x64\x1d\xae\xf5\xd7\x64\x5b\x9e\x27\x42\x20\xf5\xbb\x8c\x57\xd9\x43\xad\x5f\x41\x17\x7d\xc8\x97\xf9\x10\xce\x1c\x22\x18\x73\x28\x56\x51\xfe\x20\x02\x59\x24\xa9\x27\x3c\x20\xc3\x9e\x9b\x9f\x86\xbb\xe7\xdd\xc4\x1b\x63\x64\x06\x9c\x20\xa9\xdb\x7f\x2a\x86\x11\x07\xf0\x7d\x0c\xb2\xba\x12\x2a\x8f\x05\xdd\x43\xce\x2d\x61\xbf\xc6\xc3\xcc\xb1\xd4\xbf\x21\xda\x18\x24\x69\xa5\x44\x1b\x09\x00\x70\x42\xb4\x31\x08\xc6\x4d\x38\x34\xd2\xf3\x14\x9c\x18\x9d\x54\xa2\x9c\xb8\x28\x52\xcb\xdd\x6c\xb6\xd2\x3f\x2e\xff\xf0\x07\xfd\xbe\x7c\x88\x40\x2e\x9b\x66\x44\x1a\x2b\x64\x76\x30\xf6\x58\x52\xb3\x13\x4f\x4f\x5f\x4f\x4c\x13\xab\x7a\xcd\xd9\x02\xf1\x29\xdf\x85\x26\x0b\xf8\x2e\x22\xf7\x33\xa4\x17\x54\x9f\xa1\x12\xb0\x95\x25\x14\x17\xa9\x4c\x92\xe2\x22\x61\x22\x4b\x28\x2e\xfa\x6e\xe7\xe0\x54\x83\x26\x0f\xc5\xc5\x34\x14\x12\xc6\x8a\xd4\x42\x00\x17\x45\xd9\x1d\x3c\x09\x61\xfc\x93\xbf\x3e\xe7\xb4\x44\xb6\xa5\x89\x5f\xc3\x3d\x1d\xa6\x8a\x66\x40\xd2\x44\x77\x5c\x0e\xd7\x27\xab\x42\x3b\x0f\x4c\x15\xa1\xc1\x44\xa6\x0a\x8d\x64\x30\x55\x34\x7d\x84\x50\x55\x34\x2d\x88\x33\x5e\x9e\xe1\x9b\x70\x5b\x93\x5e\x96\x33\x01\x0e\x73\xb0\x70\x4b\x00\x3f\x91\x33\xd9\x88\x51\x44\xa6\xa4\x52\xd3\x67\x70\x83\xa1\x3f\xcd\x64\xac\xd0\x00\x60\xa1\x88\xdd\x1b\x84\x4d\x27\xf4\x0a\x39\xc9\x94\x22\x61\x38\xe7\x82\x84\x6b\x5f\xfb\x32\xd7\xa7\x2f\x53\x39\xe1\x11\x6c\x3c\x81\xce\x1a\x6d\x26\x10\x2f\x5a\xea\xe6\x49\x44\x20\x46\x9b\x09\xc4\x8b\xc6\x9c\x79\x3a\xb8\xce\x1e\x30\x5e\xb4\x04\xcd\x93\xd6\x23\xf1\x27\xc4\x4e\xbb\x42\xe4\xcd\xaa\x3e\x6f\xf6\x0a\xc4\xcb\xbc\x88\x3a\x62\x27\x98\x17\x31\x95\xce\xb0\x8b\xc2\x9c\x91\xc4\x65\x4d\xe7\x05\xf0\x2e\x6a\x21\x90\x57\x94\xec\x76\x05\xb9\x45\xea\x3f\xb0\x57\x34\xbd\x6c\x90\x57\x7c\x0f\xd1\x84\x9b\xe6\x84\x2f\x9c\xee\x9f\x5c\x83\x49\x65\x5f\x13\x15\xad\xe6\x05\x7b\x45\x68\xc2\x81\xbd\x22\xb4\x3b\xc1\x5e\x61\x56\x74\x4a\x52\xa1\x06\x00\xff\x44\x68\xc8\x98\x3f\x92\xa9\xfc\x26\xdc\x4c\xd9\xed\x96\xdf\x05\xc3\x87\x1f\xa2\x30\xd7\xff\x8f\xc2\x6c\x81\x09\x3f\x56\x82\x08\x69\x8d\x5c\xf3\x61\x2c\x91\xb4\x32\x4b\x84\x8b\x0d\xcb\x78\x76\x4b\x26\xe6\xaa\xdb\x4a\xa2\xa2\xb7\xec\x78\xed\x77\x5a\xf3\x5a\x53\xef\x63\xa3\x71\xb6\x1b\x17\x65\x25\xe4\x8c\xb0\xd2\xef\x2e\xe0\xfb\x28\x9c\x11\x0d\x44\x81\x84\x32\xe2\xfb\x63\xf1\x43\x14\xc4\xc1\x35\x25\x63\x5a\x08\x80\x10\x0c\xf9\x88\x83\xa9\xb6\x7c\xd9\x5a\x4c\xae\x69\xe6\xfe\x0e\xa3\xbf\x7c\x9e\x26\x5b\xf0\xa7\xe5\x76\x3d\x7e\x51\x6c\x19\xcf\x90\x71\x93\xe3\xf0\x21\x02\x72\x10\x2f\x81\x89\x3b\x95\x23\xf1\xa9\xbf\x2d\xf7\x1f\x9c\x8b\xaa\x5f\x42\x8e\x1a\x05\x0a\x41\x45\x68\xd3\x08\xa0\xca\xd2\x68\xca\x28\x18\x2f\xe8\xfa\xc0\x0b\x9e\xc6\x62\x86\x20\x66\x4c\x4f\xa8\x2b\x2a\xe9\x11\x09\x73\x45\x68\xbd\x0a\x20\x24\x35\xc0\x44\xb5\xb2\x6c\x00\x21\xa0\x19\x12\x02\xe6\x8a\xa8\x56\x43\xe4\xb1\xe3\x4f\xd9\x16\xc2\x92\xd9\xc0\x06\x52\x9a\xbd\xd0\x80\x06\xb3\xea\xb8\xac\x35\x60\x85\xb0\x62\x76\x02\x1c\x49\x9a\x94\xa0\x9c\xe8\x1e\xa0\xa2\x83\xce\x85\x78\x0a\xac\xd6\xff\x9e\x01\x30\xcc\x4e\xeb\x76\x01\x1b\x4e\x74\xe8\xbc\x6d\xf6\xa0\xa9\xac\xab\x50\x0b\xd6\xb0\x18\x66\xc7\x3a\xf0\xc3\x71\x61\x97\x89\x21\x48\x8f\x6f\xb0\x5c\x0d\xf7\x0a\x1c\xde\x1e\xed\x43\x9c\x2f\x76\x74\xa8\x2c\x02\xe4\xbd\x84\xca\xc2\x7c\xf9\x84\xc9\x22\xd4\xb9\x61\xb2\xc8\xb9\xef\xd3\x66\x76\xe8\x20\x06\x2a\x0d\x39\x8a\xf0\xa3\xd4\x02\xc3\x03\x89\x05\x19\xb1\x31\xde\xfd\x01\x07\x9c\x63\x87\x51\x3a\x8d\x74\x09\xf8\xae\x8d\xce\x0c\x61\xbe\x30\x8b\x45\xd8\x4d\x8c\x6f\x3a\x09\x68\x5b\x52\x6d\x84\x35\x94\x16\x0b\xd4\xca\x84\xd2\x22\xb4\xa4\x04\xb0\x93\x5a\xa1\x82\xdd\x40\xb3\x08\x54\x17\x25\x8d\xd3\x85\xeb\xa2\x01\x94\x91\xb1\xec\x0b\x9a\xb0\x18\x73\x4e\x04\xff\x38\x2d\xa8\x35\x30\x92\x69\x25\x30\x25\x1b\x6c\x03\x5b\x45\x68\x52\x81\x94\x22\x3c\xd2\xc2\x49\x11\x7b\x2e\x00\x04\xe9\x91\x3e\xc8\x52\xcd\xe9\xe2\x40\xd2\xab\x30\x42\x50\x11\xda\x03\x24\xa8\xc8\xe9\x8c\x44\xbc\x7b\xd8\x8f\x8b\xbc\x1e\x9b\x7c\x41\xe7\xe5\xc2\xc7\xff\xba\xcf\x1e\xb0\x55\x08\x18\x90\x71\x33\x3a\x4e\x9e\x9b\x1c\x6c\xa7\x82\x72\x5f\x83\x64\xdc\xe4\xa4\xa1\x01\x86\xe6\xdf\xe9\x40\xdf\xf0\x22\x39\xdd\xf0\xc6\x9a\xde\x92\x41\xa2\x8c\x06\x98\xc0\x00\xa1\x19\x24\x64\x2d\x52\xe8\x20\xe0\x3d\xe9\xc4\x8f\x21\xc4\x3a\x12\x3f\x1b\x4a\x07\xfc\x78\xd7\x99\x0a\xb6\x81\xc7\x72\x78\x2f\x96\x31\xe8\xf2\x5e\xc8\x39\x9d\xf0\x5e\x88\xb0\x90\xb0\x58\x84\x66\x06\x48\x2c\x8a\xe8\x14\x09\x8b\xc5\x0e\x35\x91\xc5\x22\xa7\xbd\x41\x72\xcc\x1e\x74\xcc\x09\xda\x39\xe3\x05\xfe\xc2\x99\xf7\x2a\x67\x69\x1a\x2e\xce\x3d\x9f\x71\x71\xa6\xd1\x95\xf1\xe9\xc0\x19\x76\xd2\xeb\x47\x29\x40\x11\x6f\x98\x54\x7e\xd2\xbb\x93\xaa\x9b\x79\xd8\x08\xd4\x8f\x24\xf8\x15\xf8\xc1\xcc\x2d\xd6\x27\xd7\x36\x88\x17\xc0\x30\x30\x78\x0f\x26\x8b\x35\xd9\x68\x52\x23\x85\x3a\x24\x54\x16\x60\x32\xfc\x21\xe1\x52\xe1\x4e\x2e\x79\xc2\x73\xd1\x3c\xa5\x41\x73\x11\x1a\x0c\x60\xb3\x08\x15\x75\xf8\x2b\x52\xdd\x21\x35\x61\x18\x30\x99\x80\xd6\x78\x40\x4c\x4c\x18\x86\xf1\x40\x72\xb1\x40\x92\xcc\x44\x9e\x1a\x93\x90\x04\xb7\x1a\xb9\x93\xe4\x3e\x6a\x81\xcd\x86\x5c\x42\x43\xca\x66\xd7\x2e\x5f\xe6\x58\x50\xfc\x83\x45\x64\xa7\x41\x00\x04\xf3\x5d\xa6\x71\x42\x48\x01\xb8\x24\x1a\x94\x5b\x09\x97\x44\xe6\xf0\xfa\x04\x41\xa1\x72\xcd\xec\x00\xdb\x2c\xe1\x95\x68\xc6\x17\xc2\x2b\xd1\x0d\x74\xc8\x41\xc6\x45\xf1\xda\x5c\x75\x5a\x89\x68\xd5\x08\x9e\x8a\x56\x23\x38\x73\xc0\x92\x14\x5e\x9f\xfe\x41\x3b\x87\x78\x44\x34\x01\xd0\xc5\xf4\x18\x05\xdf\x44\xa4\x6f\xe3\x38\x5c\x4e\x82\x4f\x53\x1f\xc0\x56\x67\x42\x46\xa7\xba\x08\x27\x45\x68\x85\x4b\xac\xce\x9e\x35\xe0\xa7\x28\xc5\x3e\xc2\x3c\xa1\xdd\x26\x35\x3a\x93\xbc\x98\xf0\x53\x34\xa0\xe4\x12\x7e\x8a\xb2\x67\x96\x9a\xbc\x5a\x15\x04\x15\x3d\x9d\x4d\x8a\x75\xa8\x11\x32\x03\xfd\x04\x55\x3b\x31\x3a\xa7\x21\x36\x09\xc6\xe3\x81\xe6\x09\x8d\x45\x1f\xce\x24\x8d\x16\x7a\x9d\x32\x84\x45\xa2\x1e\x01\x0c\x2e\x52\x37\xc3\x60\x2f\x1a\x84\x92\xaf\xbd\x3b\x09\x6e\x4d\xd0\xfe\x33\xd1\xf2\x41\x6b\xc8\x4c\x4b\xa3\x04\x82\x8f\xd2\x8c\x8d\x4c\x83\xb4\xb8\x24\x2d\xce\x29\x89\xec\x37\x64\x33\xb1\x59\x40\xa4\x93\xa9\xec\x57\x66\x43\x9a\x51\xf5\xce\xc1\x8e\xd1\x86\x53\x6f\x4d\xb2\x23\x29\x18\xeb\x31\x40\x45\x09\x75\x85\xe8\x61\x09\x73\x45\xc9\xb0\x84\xd3\xc8\x72\x6a\x81\x3a\x7f\xec\xfb\x96\x86\x9e\x0f\x29\x45\x4b\xaf\x89\xca\xd9\x2b\xf9\x82\xca\xd2\x95\x8f\xc5\x18\x5a\xb7\x94\x26\xc2\x03\x4c\xde\x38\x15\x7d\x06\x9e\x39\x05\x73\x22\xb1\x35\xf0\x43\x1f\x11\x46\xa5\x41\x1f\xb1\xc2\x89\x84\x12\xae\xa2\x97\x37\x87\x56\xcc\x9c\x09\x8d\x2a\x00\x5e\x99\x3f\x5b\xa3\x98\x81\x46\x55\x05\x0b\x5e\x89\x6e\x80\x6d\xfe\xec\x53\x0a\x46\x23\x57\x7d\x49\x48\x8b\xa0\x97\xca\xc4\x1a\x91\xae\x05\x6d\xc4\x06\xe5\xe5\xcf\x2c\x53\x5a\xf3\xd8\x8f\xf4\xa9\xcc\xa9\x88\xdf\x7c\xe0\xa8\x73\x59\x20\xe0\x0d\xf9\x4a\x09\x52\xff\x24\x97\xc9\x7c\xc1\x75\xb6\x40\xb9\x4f\x6d\x11\xfe\xbb\x4f\x96\xf2\x83\x98\x61\x85\xc6\x0b\x21\xb3\x0b\x0b\x7c\xf6\x2d\x7c\xc8\x6f\xd8\x22\x5b\x82\x54\xc7\x0a\xbb\x72\xee\x6b\xfb\xd5\x67\x5e\x0b\xf8\xaa\xbe\x74\xfe\x35\xaf\x21\x83\xea\x5e\xa3\x89\xa3\x9f\x2e\xdc\x71\x40\xba\xe5\x22\xa2\x34\x93\xed\x7f\x21\xd7\x75\x6f\x2c\xd5\x72\xa4\x92\xd4\x17\x86\x83\x2d\xf4\x6a\xed\xed\x0b\x61\x6d\x60\xd5\xaa\x36\x79\x71\x6d\x3c\x10\xef\x56\x8e\xc5\x2c\x00\x98\x2f\xc2\xf8\xa9\xd5\x0e\x48\xbc\xbd\xb6\x12\xc8\x95\xf5\x09\xeb\x6d\x7a\x5f\x0d\x81\xce\xaa\x82\x12\x23\x8c\xca\x5a\x04\x81\x0a\xdf\x9e\x0b\x89\xae\xef\x65\x11\x22\xb2\x63\xe9\x57\x93\x51\xd1\xaf\x12\x28\x86\xbc\x81\xdd\x22\x0c\xca\x5b\xdd\xb4\x58\x9e\xe9\xc0\x57\x5b\xf2\x10\x23\x8c\xfb\xc0\x7f\x41\x1f\x91\x10\x54\x84\xbe\x2f\x08\x2a\xaa\x4a\x07\x04\x15\xcb\x5c\x92\x25\x7d\xa7\xcf\xe8\xa7\xd3\x8b\x06\x29\x85\x90\x79\xb9\xa6\xe8\xdd\x3e\xc4\xd6\x90\xcb\x1f\x37\x86\x7e\x6a\x0a\x33\xa7\x11\x5a\x2b\xcc\xec\xa5\x76\xda\x32\x50\xcd\x16\xf1\xf9\x7b\x94\x15\x61\x46\xc8\x2c\x0d\x15\xf6\x30\x7e\xb3\x34\x12\x66\xa1\xbf\x1a\x16\xb4\x52\x5c\x43\x5f\x00\xa5\x36\xfd\xd2\x57\xf2\xf2\x1a\x48\x17\xa0\x3e\x73\x11\x3d\x61\x1e\xed\x22\x7a\xe2\x5f\xa7\xca\xc3\xe6\x1c\x39\x49\x93\xf0\x21\x18\x2a\xba\xc3\x06\x62\x39\xf4\x7e\xb9\xb4\x3c\xc0\xb1\x90\x0b\x28\xaf\xee\x64\x3b\x09\x2f\x77\x92\x5c\x95\x6b\x6a\x71\xc1\x1a\x63\x5f\x88\x52\x6e\x9b\x2f\xad\x6a\xb4\x40\xe7\x96\x8e\x28\x48\x26\x96\x46\x1b\x38\x26\xc2\x48\x44\x38\x26\xaa\xc6\x1f\x39\x26\xdc\x23\xa0\x98\xf8\x5e\xa6\xe4\xdb\x13\x8f\xd7\x42\x5f\xd0\x1c\xcc\x13\xbd\xf9\x02\x31\xeb\xfb\x43\x09\x1a\x85\xcf\xc3\x72\x86\x7e\x08\xdb\xc4\xf7\x51\xaa\x0a\xc5\x84\xc2\x6d\xc1\x0b\xed\x4e\xbf\xc0\x92\x35\xcf\x70\xfd\xec\x17\x67\x0f\xd2\xcd\xcc\xb7\xf5\xf3\x4b\xd3\x1f\x0f\x7f\x50\xa5\x47\x24\x14\x3a\x46\x3d\xd5\xac\x30\x98\x28\xc2\xf3\x29\x44\x14\xa5\xd9\xf5\xd0\x39\xeb\x53\x86\x30\x22\x46\xf9\x33\x71\x61\xbd\xa4\x4d\x20\x13\xd7\xcb\xbe\xc7\x1e\xb8\x34\xdd\x2e\xf6\xe2\x25\xaa\x23\xe2\x6d\xbd\xce\x0e\xfb\x1c\x33\x05\x80\xd8\x09\xb5\x44\x57\x38\x42\x2d\x91\x50\x86\x26\xcc\x12\x01\xdc\x5a\xc2\x2c\x11\x3a\x85\xce\x4f\x8c\x75\x63\x1f\x4f\xa2\xe7\x0d\xa4\x38\xc1\x3e\x4f\xb0\x1a\xf2\x24\x54\x61\xee\x97\xed\xc2\x5d\xc2\x4d\x09\x7e\xc9\x2e\x44\x78\xc1\x3f\x91\xba\x20\xcf\xe3\xf5\x0f\xbe\x5b\x4c\x51\xa0\xae\x05\xc0\x2d\x86\xfe\x54\x7f\x5d\xcb\x3f\x3e\xf5\xd9\x10\xad\xb3\x90\xfd\xb3\x5f\xb6\xd5\xc8\xc1\xb3\x58\xdb\xc9\x35\x2e\xd2\xc3\xeb\x9b\x88\xf9\xc3\xcf\xe2\xa5\x59\x7e\xe9\xf1\x0f\x6a\x8e\xfa\x6b\x5a\x22\xd4\x15\x69\xf0\xda\x89\xdd\x61\x1d\x87\x3f\xac\x07\x2f\x00\x8c\xab\x2c\x3b\xb1\x35\x77\x34\x32\xf8\x2d\x12\xec\x92\x3c\x3f\x29\x9a\x10\xaa\xe5\x89\x14\xdd\xae\xaa\xf3\x93\xa2\x9f\x60\xe5\x9a\x90\x2a\x26\x39\x0c\x15\x61\x6e\xe8\xd9\x19\x2d\xef\x77\x9f\xa7\x3d\x78\xde\xb6\x5f\xfc\xec\xa2\x66\xf8\xc2\xc3\x43\xde\x7f\x7d\x88\x3f\x40\x57\x74\x4f\x84\xae\xa2\x6c\x27\xde\x39\x2a\x6f\x78\x0d\x16\x8b\x6e\xb2\x13\xf0\x2e\x43\x3f\x4e\x2c\x10\x40\xac\xe6\xf9\x69\xc3\xb9\xf6\x57\x49\xa4\x72\xdc\x11\xd4\xe9\x7d\x70\x1a\x35\x09\x9f\x1b\xa7\x91\x02\x26\x58\x55\x28\x18\xa7\x31\x14\xf6\xbc\x78\x5e\x4e\xac\x69\x76\xc3\xf0\x8f\x8b\x43\x1d\x1d\x00\x40\x2f\xa8\xca\x79\x7e\xea\x6c\xe8\x3b\x3e\xc1\xe7\x5d\x0e\xd5\xb4\xcd\xc8\x23\x18\x34\x12\xc2\x98\x3c\x0d\xb8\x67\x09\x9e\x28\xb3\x30\x8b\xe4\x19\x02\xbc\x51\x6b\x0d\x19\x7b\xb2\x07\xe3\xdc\xbd\x06\x8b\xc4\xa1\x0a\x6b\x61\x01\x2f\xd7\x7c\x28\xe9\x2e\xa4\x2b\x44\x19\xb9\x17\x50\x32\x6c\x76\x69\x6a\x8f\xf7\x7e\x52\x18\x1a\xe2\x99\xf0\xfc\x60\xfa\x39\x31\x6b\x03\xc5\x93\xf0\x67\xa4\xde\xdf\xf3\xdb\x14\x5a\x77\xee\x2c\x6b\x8a\x99\x53\x02\x0d\x25\x27\x44\x19\x09\xd9\x75\x9e\x24\x70\x2d\x8f\x2a\xe7\x3a\x19\x11\xbe\x8a\x85\xc3\x68\x22\x88\x32\xca\x52\xb3\x97\x29\x63\x4f\x92\x13\x52\x5f\xa7\xa1\xe0\x5e\x6a\xf3\xe7\x49\x8f\x21\x09\xcf\x4f\x15\xce\xb9\x1f\xa2\xc3\xec\x55\x3c\x76\xe3\x4f\xfe\xfa\x94\x77\x63\x79\x1e\x80\x77\x23\xf7\xa4\x3e\x09\x30\xb2\xb5\xd7\xc1\x35\x3d\x65\x84\xbb\xea\xe4\x09\x8e\xa4\x1e\x03\x38\x35\xd2\x38\xc1\xf3\x5a\xac\x4b\x1a\x08\x49\x9b\x61\xb5\xf0\x6b\xec\x40\xe6\xf3\x66\xde\xa3\x63\x9c\x6c\x44\x4b\xdd\xeb\xd4\x60\xe2\x94\xbb\x85\xfc\xa3\x9b\xb1\x87\x2f\xf5\x21\x08\x36\x12\xbe\xe4\x3c\x85\x16\x56\xcb\x82\x60\x23\x85\xb1\x38\x09\xcc\x58\x2a\x4a\x27\xae\xc1\xe5\x44\x23\xbb\x6b\xa9\x10\x9d\x68\xe9\x6e\x82\x27\xf1\xeb\x4b\x85\xe5\xfc\xb9\x88\x78\xfb\x27\xdf\x3a\x15\xfc\xe1\x5a\x73\xbd\xff\x82\x67\xe8\x8d\x1f\x1a\x97\x63\xcf\x3e\xa6\x5f\xe5\x64\x1f\x5b\x66\x2f\x40\xee\x91\x9e\x82\xce\x87\x2e\x50\xe6\x3f\x76\x81\x1d\x0e\x57\xb3\xc8\x14\x10\x7a\x94\x65\xbe\x03\x8c\x1e\xa9\x69\xe4\x04\xbf\x58\x55\xf1\x7c\x28\x9a\x2d\xf4\x7c\x6c\x35\xda\x0b\x54\x1f\x69\x82\x36\x54\x1f\xe9\xe9\xed\x7c\x59\x8e\xb6\x07\x7d\x7d\x19\x20\x7a\x7e\xbb\xde\xde\x4e\xa5\x00\x31\xc2\xf3\xfc\x36\xb7\xd8\xcb\xe8\x85\xe9\xc4\xa1\x46\x77\x5f\x06\xe4\xc3\x0d\x92\x46\x96\x9d\x24\x27\xaf\xb2\x8b\x60\xd1\x72\x68\x81\x34\xe4\xfb\xc3\xcf\x62\xec\x63\x8b\x97\x34\x64\x19\xa8\x73\x81\x65\xdc\x90\xbc\x97\x7b\x26\xeb\xe5\x3a\x80\x2e\xa5\x88\xeb\xb0\xcf\xf6\x43\xc8\x79\x2a\x05\xab\x48\xea\x05\x87\x54\xe4\x7b\xc8\xb7\x03\x1d\x3c\xb9\xc6\xd1\x5e\x2d\x8d\x6a\xb0\x91\x40\x1e\x52\x96\xc1\xe2\x97\x5b\x23\x47\x13\x08\x43\xb6\x3a\x02\x61\xc8\xf7\x10\x5f\x2d\x8e\x8a\xd7\x00\x19\xd9\x86\xe2\x8c\x45\x7c\x40\x2b\x92\x6a\x7c\xd0\x8a\xa4\xfe\x71\x58\x45\x76\x14\xd6\xe5\x36\xe9\xae\x77\xb9\x4d\xd2\xfb\x17\xf0\xf1\x80\xac\x27\xec\x21\x1b\xa9\x44\xf6\x90\xa5\x4f\x10\xf6\x90\x34\x30\x15\x92\x90\xf4\xa8\x05\x49\xc8\x76\x35\x43\x12\x92\xc6\x9c\x42\xff\x91\xc6\x4d\x43\xf9\x91\xc6\xe9\xc3\xdf\x91\x26\x0c\x41\xc7\x91\x82\x66\x5c\xee\x6d\xe9\x7d\x3c\x9e\x88\x76\xb8\x32\xb6\x3e\x24\x57\xc6\xd2\xc1\x04\x57\x46\x76\x6c\xa5\x70\x65\x6c\xdd\x08\xaa\x8c\x34\x21\x19\xaa\x8c\xef\x05\xbf\x44\x4d\x59\x59\x17\x84\xce\x06\xbd\x5c\xe4\x0b\x2f\x44\xc2\x35\x21\x9e\x65\x23\xb9\x80\xf7\x88\xbf\xc5\xdc\x25\xc9\x3f\x33\xfc\x0a\xc2\x22\x90\x16\x97\xe1\x78\xf6\x2b\x28\x1d\x1e\xac\xa1\xb5\xd8\xf9\x05\x57\xc2\x7d\x8f\x0c\xba\x60\xa8\x33\x89\xf7\x5a\x95\xad\x91\xae\xe4\xc0\x60\xb8\x9f\x4c\x16\x4b\xc3\x33\x54\x16\xa9\xaf\x07\x2a\x8b\xd4\x66\x06\x7b\x45\x2e\xcc\x01\xb0\x57\x94\xa5\xad\xf9\x5a\x76\x32\xa5\xb9\x37\x68\x9d\xbe\x4e\x48\xf6\xfc\xd2\x89\x42\x6f\x13\xd8\x1b\x54\x8c\x2f\x31\x31\x9c\x1a\x62\x48\xf9\x51\xd2\xa4\x0c\xd4\x84\x07\xa3\x99\x89\x04\x0f\x46\xd3\x12\x0e\x0f\x46\x07\x8c\x34\xe1\xc1\x68\x1e\x7f\xe1\xc1\x28\x62\x81\x27\x44\x18\xdd\x3c\x96\xeb\xc4\x01\x8e\xa8\xbc\x88\xee\x3b\x90\x3f\x17\x14\xa0\x0a\xdd\xcb\xdd\x42\xb3\xf3\x45\xac\xb6\x3e\xc9\x0b\xe4\x47\x03\xb7\xae\x0b\x03\x90\x53\xe3\x42\xf5\x75\x36\x10\x01\x08\x39\x40\x5e\xa0\x50\x0d\xe7\xde\x36\xc7\x53\x3b\x22\x00\x97\x66\xf7\xeb\x22\xf6\x70\xbf\x20\xbc\x9c\xd7\x32\x40\x5a\x80\xd4\xb5\x7c\xe8\x06\x0d\xde\x2e\xba\x61\x37\x47\x46\xc3\xc4\xd1\x54\xcf\x2e\xed\x3f\x2e\x55\x8f\x42\x76\xfb\x6d\x90\xbf\x4b\xf5\x96\xc5\xdd\x87\x80\xa6\x73\x2a\x7c\x3b\x53\xdf\x0b\xe0\xdb\x98\x7a\xee\x6b\xf0\x75\xac\x1c\xe7\x25\xb3\x18\x2f\xe0\x21\x13\x7d\xfb\xfa\xb6\xa5\x0e\x72\x54\x5e\x6e\x4b\x3a\x14\x20\xee\xe8\x3a\xdb\x2e\xb0\x1f\x55\x8c\xae\x6f\x5b\xea\x0b\x15\xfb\xfa\xe1\x47\x46\xed\x87\xb7\xa3\x18\xbe\x74\xe9\xc1\xb5\xeb\xbe\x2d\xaa\x2f\x5b\xe3\x16\xe5\x5c\xc6\x90\xd4\x95\x8b\x40\x6e\xa4\xe3\xfa\xe0\xc2\x54\xa8\x02\xf1\xa8\x9f\x0d\xce\x8f\x6e\x82\xcb\xf5\x88\x38\xec\x33\xe0\xc7\xb8\xe6\x00\x41\xd6\x77\x07\x17\x48\x11\x99\x3d\xaf\x47\x56\x1f\xff\x20\x45\xd0\xd9\xfb\x88\x2e\xe6\x47\xbf\x5e\x81\xe6\x24\xaf\xc7\xb3\x3f\x8d\xc4\x5b\xbc\x9c\xf9\xe6\x51\x39\x3f\x5e\xd2\x4f\xf6\x33\x8d\x67\x68\x00\xe0\x8e\x3a\x82\xaf\x17\x28\x4a\x57\xc1\x4b\xc7\x71\xe6\x84\x6b\xa4\xe9\xed\xbf\x80\xe0\x18\x76\x0a\x9e\x66\x71\xa9\x2e\xc8\x56\x3d\x14\x5c\xec\x72\xa2\x7e\xc0\x4d\xd2\x97\x92\xe9\xdd\x74\xb4\x5c\x3f\x80\xc7\xf8\xee\xcb\x33\x5f\xa7\xc0\x4c\xd2\x4d\xb1\xb9\x0f\xb9\xef\x0f\xae\x2b\xf7\xff\x94\x6a\x37\xfb\x9f\xd3\xeb\x3e\x18\x85\xea\x07\x06\xb0\x4e\x85\x6b\xc8\x63\x98\xef\xd0\x9f\x74\x73\x06\xee\x83\xf4\x5c\x2a\x75\x73\xae\x14\x81\x3f\xef\x6f\x5b\xec\xba\x65\xe1\x48\xa9\xda\xd6\xe0\x48\xe9\x9e\xb5\xe0\x48\x29\xda\x44\xe0\x48\xa9\xc7\xbe\x4f\xeb\x98\x3a\x37\x78\x21\xea\x30\x77\x11\x7b\x86\x96\x72\x5e\xd4\xb9\x7c\xe3\xcb\x76\x07\xba\x0b\x3d\xcc\xb1\xf5\x96\xed\xbb\xf8\x9d\x8b\x67\xa8\x9b\x9e\xec\xf0\x3b\x3f\xee\x53\xae\xa7\x48\x9d\x52\xd0\xab\x34\x45\x2b\xec\x2a\xdd\xc8\xdc\x9b\x53\xa4\xe1\x0e\xf7\x77\x88\xec\x9e\xe5\x60\x5d\x69\x26\x48\xc2\xba\xd2\x3d\x73\xdd\x15\xce\xbb\xee\xf3\x44\x38\x57\x9f\x07\x72\xc1\x61\xab\x84\xd2\xb0\xce\x6e\x92\xb9\x45\x61\xba\x01\x1a\x51\x4e\xde\x4d\xc8\x0d\xea\xa6\xb5\x8e\x69\x07\x03\x4b\x35\xca\xea\x86\x8e\xdb\x93\xef\x2d\xb2\xb3\x1d\xf4\x1d\x2d\xd3\xa8\xaf\x9b\x0c\x6c\x91\x4f\x20\x66\x69\x5a\xfd\xef\x81\xa5\x87\xed\xfd\x26\xa4\x09\xa4\xbf\xbc\x61\x9c\x85\x2c\x29\x6f\xa2\xed\x77\x7b\xa7\xd9\x59\xde\x57\x75\xa6\x6e\xa4\x36\x35\xeb\x40\x5c\xfb\x40\xf8\xdc\x40\x69\x0c\x9f\x27\xd4\xc8\x6d\xff\x86\x2c\x6a\x4f\x14\x1c\x06\xf0\xed\xe6\x8d\x63\x00\xfa\x95\x94\x66\x45\xcb\xc2\xcd\x3e\x2a\xe6\xd4\x8d\x93\x60\x09\xe4\x75\x03\x40\x15\x7e\xf4\xdb\x3c\x37\x90\x1c\xd4\x2a\x61\x68\x84\x74\x2a\xd0\x03\x27\x74\x2a\x69\x36\xf4\xed\x16\xd9\x9c\x36\x1c\x9f\xd4\xee\xee\x13\x2e\x80\xe9\x7d\xce\x9b\x6c\x7f\xf7\x77\xe0\xc9\xe6\x14\xda\xe7\x1d\x6a\x7a\x7a\x64\x61\x34\xe4\x19\xdc\xdf\xc1\x8a\x81\xea\x71\x73\x26\x4a\x54\xb8\xfb\xdb\xf1\xd2\x2c\xd1\x1b\x98\x7d\x61\x72\x6e\x77\x3c\xe1\x11\xe0\x62\x59\xe0\x14\x26\x5c\x2c\xa1\xb4\xba\x89\x23\xd2\x5c\x73\x93\xb5\xb4\x84\x72\xb8\x09\x24\x12\xfb\xe1\xbe\xa8\xa9\xfd\x0e\x7f\x94\xe9\xcc\x12\xb9\x2c\x4d\xea\x37\x41\x91\x6a\x4c\xf7\x25\xfb\x85\x1f\xe2\xf8\xb6\xab\xf7\xe3\x19\xba\x42\x4e\xda\x66\x47\x8a\xb4\xe1\x8c\x82\x95\xea\x70\x04\xbf\xbd\x70\x41\xbd\x92\x37\xc7\x34\x83\x78\xef\xef\x98\x96\x7a\xda\x6f\x4e\x69\x06\x2b\x43\x1b\xb3\xf6\x2c\x25\xab\x69\x69\x0b\x84\x19\x26\xd5\x59\x60\x86\xc9\x4f\x45\xf8\x4b\xaa\xdd\xb6\x0f\xd9\x09\x6d\x4c\xa6\xd5\xfa\x51\x2d\x17\x1b\xe7\x31\xad\x8f\x37\xae\xed\x60\x7b\xbf\x09\xe2\x5c\xcd\x9e\xfa\x59\x2f\xea\x08\x3c\x87\x42\xf8\xfe\x39\xfb\x50\xe9\x6e\x4f\x6a\x36\xca\x6d\x50\x00\x03\x38\x64\xb2\x3b\x6b\x7e\x4e\x33\x14\x3f\x48\x64\xb2\xf9\x07\x74\x00\x1e\x2e\x6e\x8e\x73\x73\x5f\x63\x41\x76\xb2\x73\x9a\xd3\x6d\x74\x7b\x9a\x13\xf2\xe0\x06\x4d\x52\x83\x0a\x6c\x34\x0b\x10\xc8\xbc\xe1\x6a\x34\x71\xfc\xfe\x36\xc8\xd5\x5c\x89\xb0\x04\x40\x1d\x9e\x37\xf1\x54\x69\x9f\x13\x58\xaa\x62\x05\x6b\x4c\x9a\x5c\x0c\x69\xcc\x82\x59\x26\x6f\xfc\x2a\x1e\x39\xee\x17\xab\x06\x2a\x87\x64\x32\xc2\x04\x4a\x26\xb3\x00\x6b\x4e\xa8\x61\x16\x30\x9e\x29\x35\x4c\xa2\xa1\xfd\x0e\x69\x2e\x27\xd7\x0e\x15\xc7\x23\xb8\x61\x32\xe8\x61\xb9\x61\xc4\xa6\x90\x1b\x66\xb9\xe4\xe4\x86\x31\xa6\xed\x77\x38\x17\xc3\x1f\xa8\xf2\xf4\x05\xa4\x31\x0b\xc4\xcd\x84\x10\x66\x87\x41\x6d\x7a\x17\xea\x0d\xbd\x4b\x9a\x13\xfe\x23\xa8\x49\x83\xd5\xef\xdb\x0a\xba\xe1\x64\xbf\x22\xbd\x09\xcf\x57\x5d\x40\xac\x02\x38\x60\x4a\xb2\x7f\xc1\x01\x53\x0c\x20\xfc\xb1\x5d\x68\x40\xff\x55\x9d\xd1\xd4\xfa\xdb\x2e\xb4\x70\xfe\xbe\xdd\xa2\x1b\xc2\x2c\x65\x0c\x60\xf4\xf9\x03\x9d\x58\x4b\xc5\x4f\xea\xc6\xea\x33\xe7\xb7\x43\xa4\x75\xb8\x60\xe2\xf6\x3b\x04\x49\xee\xcf\x9b\x7c\x41\x9d\xeb\x43\xc8\xa0\xdf\x31\xe2\x87\xef\x90\x60\xac\xc7\x14\xea\x99\x6a\x90\xe7\x8f\xdd\x45\x57\xcd\x4f\x27\xd1\xf4\x19\xe0\x3c\xed\x4f\x76\x1d\x9d\x0a\x3f\x10\xad\xa0\xfb\xc8\x9f\x3c\x8f\xfb\x99\xd3\x89\xc9\xf5\xc5\xbb\x7e\xff\xa6\x4b\xbc\xfe\x71\xdf\xef\x3f\xf0\xfb\x52\xe7\x46\x46\x0a\x22\x0f\xd6\x9a\x09\xd8\x75\xc2\x5a\x53\x3d\xab\x43\x5a\x53\xe1\x3f\x4f\x48\x6b\xba\xf2\x05\xce\x9a\x2e\xd8\xc2\xaf\xeb\x5e\xa0\x6e\xa4\x2d\x98\x99\xfd\xeb\xd2\xe5\xd0\xc6\x0e\x1c\x69\xf3\x9b\xd4\x67\x7f\x13\x72\x65\xfb\xe4\x3b\x9c\x36\x6d\x07\xb0\xda\x14\x5d\xd3\xbf\xd1\xc0\x2c\xe2\x9b\x43\x5f\x24\xdf\xf9\x76\xcd\xd9\x59\x93\xbf\x41\x36\xff\xf4\x5d\x74\x7c\x05\xdb\xef\x3b\xcc\x76\x11\xa2\x7e\xdf\x61\x76\xee\xc2\x88\x1c\x9e\x7f\xfb\x13\x7e\x90\x42\x1a\xb5\xfd\xfb\x0e\xba\xdd\x58\x14\xb8\x76\xba\x5b\x1b\x5c\x3b\x1d\x70\xe9\xfc\x0d\x57\xa3\xcb\x60\x12\x19\xc9\xee\x01\x09\x4f\x83\x44\x25\x21\xe1\xe9\x9e\x10\x7f\x53\xf4\x5b\x9f\x81\x9f\xdb\x0f\x4d\x65\x0e\x82\x13\xa6\x9e\xa6\x20\x83\xa9\x27\xfe\x7d\x54\x99\xe8\xb5\x2b\xd6\xc9\x86\xa5\x57\x78\x83\x1f\xc8\x5b\xa2\x60\xc2\xd4\x13\x7b\x62\x08\x95\xb9\xaf\xc1\x94\x75\x85\x87\xe8\xd5\x3e\x0f\x73\xa1\xcd\x07\x49\xcb\xe0\x9d\x5f\x76\xbe\xc3\x33\x10\x1c\x1b\x12\xf5\x03\x96\xd9\x50\xd8\x5f\x4a\x6d\xce\x33\xb0\xb5\x99\xd5\xf0\x5b\xbe\x4b\x59\x58\x61\xb5\xd6\xfd\x96\x50\x6d\x5e\x83\x52\x8f\xa6\x01\xc9\x4e\x33\x52\xf3\xc7\xe6\x0f\xb1\x72\xca\x8d\x23\xa0\x2a\xdc\x38\xcb\xe0\x54\xb8\x71\xba\x68\x38\x70\xe3\x54\xed\xce\x3f\x82\xc3\x8c\x21\x86\x27\x27\xf6\x62\x71\x6b\xee\xae\x58\x02\x81\xf7\xec\xf4\x98\xda\x9d\xce\x84\x1d\xec\x69\xce\x31\x75\xfd\xfb\x14\xd0\xda\xcd\x4f\xbd\x3c\x44\x57\x80\x70\xd5\xf6\x35\x4d\xb6\x99\x84\x93\xad\x7f\x3f\x20\x0d\x72\xe2\x42\x9b\xe3\xfa\xc2\x06\x2a\x04\xd2\xef\xb6\x30\x76\xca\x9f\x67\x4a\xd3\xa8\xe1\xd6\xa9\x9a\x8e\x7e\x3f\xeb\x4d\x27\x11\x29\x06\x76\x77\xfe\xc8\x13\x5e\x7b\x64\xe5\x04\x28\x5e\x43\x3f\xe4\x12\x93\x37\xc7\x9d\x82\x60\x03\x83\x9c\x7f\x0f\xd5\x0e\xef\xe3\x39\xb4\x87\x1f\x7b\x8c\x7d\xe9\xf7\x18\x91\x44\x5d\x71\xd9\x6d\x59\x43\x64\x99\xa9\x70\xb0\xe3\x54\xe3\xc1\x20\xbe\x69\x5a\x40\xe1\xbd\x29\xcb\xd0\x19\x88\x6f\xaa\x76\x69\x78\x6f\xbe\x3f\x68\x03\xd9\x15\xbb\x09\x84\x96\x0d\x07\xf7\xa5\x34\x37\xbe\xd7\x76\xa6\x45\x30\xfb\xe9\x98\xe7\x50\xb9\x5e\x5c\xf3\x21\x5e\x7e\x3c\x31\x51\x1a\x84\x38\x65\x75\x76\xc1\x87\x9d\x4f\xd0\xad\xe7\x00\x25\x05\x85\x05\xa6\x9c\x9d\x41\xfa\x14\x3b\xc6\x6b\x0b\xf3\x19\x0e\x8d\x74\x12\x84\x38\x61\x1f\x3d\x9c\x6e\x20\x12\x49\xc8\x71\x42\x97\xd7\xc3\x9e\x63\x8c\xfb\x53\x11\x49\x8c\x2c\x44\x39\x65\xe9\xfb\x84\x29\x27\x0c\xe6\x86\x28\xe7\xfb\xc3\x1f\x0c\x21\x5b\xf4\x03\x40\x95\x20\xcf\x0f\xbb\xce\x1a\xe5\xcf\x2c\x53\xf8\x75\x02\x46\x98\x84\x46\x27\xd5\x62\xa1\xd1\x09\x3b\x13\x86\x9c\x70\x24\x60\xc8\x89\xce\x44\x81\x07\x27\x44\xe0\x7d\xe0\xa8\x74\x18\x1f\xb0\xf6\x97\xc7\xa2\x87\xb8\x85\xd9\xbc\xd6\x8c\x4b\xd5\x41\xaa\xe8\xc8\x8c\xc7\x23\x52\x7a\x9f\x02\x96\x1f\x82\x1b\xda\x4e\x96\x4f\x1e\xe9\x09\xed\xcd\xd2\x37\xf1\x10\xb2\xeb\xd2\x7d\x26\xa4\x9c\x76\xf2\x24\x27\x93\x29\x03\xed\x8d\x78\xe9\x29\xbd\x8d\x1b\x2c\xec\x36\xc5\x98\x74\xd8\x6d\xca\x1a\xc3\x1f\xf4\x25\x5a\x0a\xf4\x36\x01\xfd\x7f\x3e\xc4\x76\x2d\x71\x0b\x1f\x32\x8a\x85\x49\x84\xf7\xe6\xfb\x83\x26\x04\x73\xc3\xf9\x43\x60\xef\xfa\xf7\x14\x6b\x1d\x81\xfe\x04\xc1\x47\xd5\x87\x1c\x6c\x47\x9e\x60\xde\x3d\x13\xa5\xa0\x77\x1a\xa7\x63\xca\x72\x7a\x8c\xfa\xb2\x08\x0e\x6e\xda\x47\x1e\xa2\x24\x96\xa0\x81\x0f\x38\xfa\x06\x07\x3e\xba\xcd\x0c\x30\x86\x51\x67\x19\xf8\x06\xa1\x4e\xa4\x13\x36\x41\xe3\x6a\x5e\xdf\xbe\x40\xa7\xe1\x4f\x53\x3c\x48\xa8\xb3\x5c\x80\x12\xea\x18\x8b\xff\x40\x0b\x6c\xe6\xef\x43\x3e\x9b\x07\xdd\x67\x29\x99\xe9\xb3\xe5\x08\xf9\x8c\x67\x46\x4a\x5b\xf6\x86\xdf\xb1\x37\x9c\xd5\x70\x73\x6a\xb2\x78\x34\xb8\x0a\x5a\xfc\x40\xce\xa9\x1b\x14\x42\x9d\xa5\xf1\x1e\xb2\x9c\x80\xb6\x39\x21\xcb\x59\xc6\xc9\x41\x90\xb3\x02\x45\x49\x82\x1c\x50\xf6\xf3\x11\x46\xd8\xee\x26\xcf\x4d\x23\xb8\x7c\x37\xbb\xbf\x2e\x5c\x8b\x6c\xb8\x0f\x07\xae\x6e\xcb\x08\xec\x4d\xeb\x80\x03\xcb\x08\x98\x07\xbe\x5e\x21\x1b\x1e\x53\xdb\x9c\x9f\xf7\xf3\xdf\xff\xa6\x7a\xc9\xb3\xa9\xd0\xbc\x66\xf6\x08\x08\x0b\x47\xcc\x3e\x69\x40\xed\xb2\x34\x32\x42\xdb\x92\x7b\xa2\xc3\xd7\xab\xfb\xe5\xf1\xa4\x81\xac\x7f\xa0\x17\x33\x62\xf0\xd1\xdb\xe3\xbb\x10\x87\x69\x49\x7d\x48\xb8\xd8\x8d\xf7\xa4\x81\x24\x86\xfa\x64\x19\x7b\xf6\xe8\xeb\x51\xbd\x83\xfb\x64\x99\x78\xf9\x78\xd4\xd0\xef\xfb\x1e\x92\x3d\x35\xae\x91\xe3\x50\xfc\x24\xec\x27\xfb\x3c\xf2\xea\xc7\x11\xe4\xef\x25\xd0\x0b\xb2\x82\x7c\x8f\xf4\x8f\xce\x0f\x30\x0c\x96\x6f\x5b\x41\x8a\x28\x34\x88\x49\xb8\x19\x4f\x94\x8f\x50\x9e\xc4\xea\x7f\x06\xf3\xc2\x87\x92\xbd\xfa\xd2\xc5\x41\x98\x7a\xc1\x33\x29\x26\x33\x9c\x26\x69\xe6\xd3\x4b\x7e\x84\x01\x16\x2f\xc9\xc5\x9e\x18\xa1\x2e\x09\x75\xa2\xf7\x13\xd4\x69\x0e\xe4\x5b\xf5\xa8\x70\x9f\x28\x30\x18\x4a\x12\x86\x92\xd4\x9c\xf2\x92\x0e\xa1\x43\xfd\xc5\x4b\x63\x0c\xdc\x4b\x76\x9c\xc9\xf5\x90\x95\x2c\x6d\xd1\x92\x95\xec\x60\xfd\x17\x76\x48\x31\x78\xdf\x4e\x2c\x34\xf2\xe0\xed\x56\xce\xfb\x28\x4e\x56\xb4\x13\x5c\x88\x70\x84\xcf\x24\xb5\x91\x41\x55\xb2\x8f\x73\xef\x4e\x7c\xa3\x30\x08\x46\x76\x18\x24\x04\x23\xcb\xf0\x48\x09\x46\xa0\xbc\xc8\x17\x1d\x55\xc6\x8a\x7c\xa7\xb3\x8f\x6e\x54\x49\x15\x7d\xe2\x45\xe6\xea\xbb\x78\x41\xe8\x11\x81\x16\x7e\x92\xa2\xe3\x51\x7e\x12\x0f\x1d\xaf\x66\x2c\x03\x84\xdf\x4f\x93\x9d\x7b\x6e\x00\xfb\x30\xf7\x47\xbf\xd3\xc2\x9e\x4c\x9f\x90\xae\x46\xba\x43\x62\xd2\x4c\xe9\x85\xc3\xa4\xb8\xb1\x40\x4f\xd2\x85\x4a\x85\x9e\x64\xee\x3e\x8a\xe4\xda\xfb\x28\xa6\xd3\xeb\xfb\xbb\xcf\xbe\xf9\x42\x35\xec\xc9\x56\xd6\x12\x63\x37\xde\x20\x80\xce\xc1\xcc\xdd\x5f\xfe\x20\xa4\x09\x2d\xf8\xfd\x34\xe2\x09\x87\x6e\x42\x6d\x52\xf4\xa8\x42\x6d\x52\x05\x8a\x85\xda\x64\x7a\x50\x80\xd9\xa4\x18\xa3\x0d\xb3\x49\xdd\x33\x50\x88\x08\x1b\x9c\x74\x0a\xdb\xf3\xab\x44\x36\x38\xfa\x25\x7b\x78\xf7\xc4\xc2\x22\x69\x0b\x56\xf5\x21\x4a\x36\xf4\xc1\x12\x3e\x69\x3b\xdc\x57\xdf\x45\xbc\xaa\x73\x19\xb8\x78\x28\x6f\xf2\x5d\x8c\x59\xf7\x43\x74\xd7\xf2\x5a\x4e\x19\xbf\x79\x72\xdf\x6f\x5e\x44\x93\xfb\x8c\x68\x0a\xcc\x22\x05\xb5\xca\x38\x2c\x2a\x45\xdb\x0c\x2c\x2a\xc5\x28\xdb\xf7\x53\xea\xab\xea\x27\x1c\x28\xe1\x86\xfe\x1a\xda\xe0\x7e\xf1\x9e\x9b\x7e\x98\xce\x23\x12\x4f\xf7\xd9\xab\x7b\xeb\xdf\x2b\xd2\x56\xfa\xd0\x83\x29\xce\x87\xa0\x7b\xb3\x68\xe0\xdf\xb5\x95\x43\xa0\xd2\x34\x8e\xc1\x9f\x92\x8a\xbd\x17\xf0\x21\x1d\xfb\xf2\xa7\x08\x32\x00\x67\x4a\x75\x43\x92\x33\xc5\x43\x99\xcc\x28\x46\x37\xbe\x37\x27\x3a\x07\xc4\xb8\x08\xcf\x86\xaf\x5e\x29\x3f\x84\x57\xea\x70\x49\x69\x71\x13\xd4\xed\x35\x91\xc4\x12\x88\xd0\xfb\x16\xc5\x5f\xa2\x4d\x56\x32\x97\x9b\xb8\x42\x1a\x62\xde\xef\x8c\xd0\x15\xf1\x2f\x47\x04\xb3\x38\xe0\x5c\xf9\x1e\xa2\xe1\xe4\x50\x1b\x6b\x04\xe7\x4a\x31\x1e\x05\xce\x95\x61\xc4\x0b\x9c\x2b\xc5\x40\xb2\xf7\xc7\x24\x50\xe8\xfd\x1c\x96\xfd\x32\xbe\x20\x7b\x0d\xe7\x94\x50\x47\xef\x77\xd6\x68\xc2\xd5\xbe\xf0\x8f\x8d\xfd\xcc\x57\x55\x33\xcb\xdf\x07\xb5\x98\x4d\xea\x35\x94\x42\x8f\xed\x0b\x6a\x9f\xf1\x91\x30\xb9\x0c\x23\x64\x60\x72\x19\x1e\x17\xdf\xc7\x99\xb2\x1f\x4a\xfe\xf0\xab\x8b\x6b\x6a\xc1\xe1\xa4\xef\x17\x30\xe4\xd8\x7c\xc3\x2d\xf6\x44\x79\x74\x8c\xd0\xe6\xe7\xe1\x65\x6b\x61\xaf\xfa\xf6\x6b\x12\x22\x6d\x78\xed\x3c\xbe\x44\x90\x61\xda\x61\x70\xde\x8b\x98\xfa\x82\xff\x77\xb8\x8e\x5f\x79\xbf\xbc\x86\xcf\xfc\x9b\xb9\x0b\x1a\x98\x46\xaa\xc5\x82\x06\xa6\xc1\x92\xb0\xa0\x81\x69\xe4\x87\x2e\x58\x60\xda\xdc\xf7\xe9\x96\x6f\xd1\x2c\x58\x60\x06\x31\x2c\x0b\x16\x98\x4a\xf0\xee\x3a\x0e\x24\x6c\xf7\x79\xf2\xa3\xbf\x31\x58\xb0\xc3\x0c\x22\x7d\x96\xec\x30\x0b\xaf\xf9\x82\x1e\x66\xac\xfd\x90\x89\xd9\xd3\x2f\xc9\x14\xc7\xf5\x77\xf8\xe9\xf0\xc9\x2c\x78\x63\x06\x61\x2b\x0b\xda\x98\xc2\x11\x6c\x49\x1b\xb3\x62\xff\x40\xf1\x5f\x34\x41\xaa\xe8\x83\x2a\x91\xb1\x4e\x54\xc8\x92\x36\x06\x8a\x81\x75\x18\x75\x41\xc2\xcb\x3a\x64\x8a\x6e\x7e\x08\xed\x2b\x2c\xcd\x04\x49\xaf\x6d\x43\xf8\x55\x28\x6e\xaa\x2f\x3c\x4c\x30\xaf\x45\xb9\xa4\x6d\x95\x65\xb1\x28\xad\xda\x84\xc9\x35\x49\xa4\x16\x4c\xfc\x22\x69\x75\xeb\xa8\xd6\x94\xef\x57\xfb\xc8\x77\xf1\xb4\x1e\x5e\xbf\xdf\x7d\xcb\x32\x20\xbc\x52\xb9\xe6\xdc\x4c\x9a\x49\x0e\x3d\x59\xa7\x0b\x76\x98\x4a\x96\xd8\x92\x1d\xe6\xb0\xe0\xa6\xcc\x4c\x46\xa4\x99\xa4\xce\xcb\xb0\x8a\x0e\x47\xa7\x93\x7f\x61\xf3\x55\x12\xc2\x11\xe9\xcc\x0b\xbf\x44\x62\x25\xee\x81\x05\x3b\x4c\x92\xdc\xb5\x60\x87\xf9\x5e\xf0\x07\x47\x9f\x83\x2a\x75\x58\xd7\x17\x25\x13\xfc\x38\x7c\x61\x10\xf9\x1e\x94\x4c\x88\x23\x94\x57\x0b\xd6\x98\x20\x90\x7b\xc1\x1a\x93\x78\xa6\x17\xa4\x31\x5f\x01\x7c\x08\xc4\xa9\xe2\xe0\x0c\xd6\x66\xf8\x02\xb3\x30\xfe\x3a\x99\xae\x83\xa0\x12\xc8\xcb\xd6\x31\xf4\x73\x1f\x16\x4f\xc0\xa4\x5d\xae\xb1\x2d\x9d\x59\x93\x68\x91\xa0\x78\x13\x86\xd0\xcd\xd7\x41\xc6\x10\xd1\x40\xeb\x00\x69\x90\x78\xad\x75\x60\x6d\x5b\x00\xda\xac\xe3\xd3\x64\x3a\x9c\x23\xeb\x98\x56\x98\x2e\xdc\x31\x96\xbe\x80\x7e\xe0\x82\x20\x19\xa8\xfb\x4c\x98\x12\x47\x2d\x3c\x0a\xb2\x13\x2e\xc8\x68\x06\x3b\xe4\x82\x8b\xa6\x93\xbc\xb6\xe0\xa2\xf9\x1e\xa2\x64\xa2\x59\xf6\xbc\x34\xc5\xd3\x3e\x17\x20\x20\x1d\xc9\xc0\x4c\x6f\xbd\x3d\x2f\xa2\x44\xae\x83\xc0\x4a\x8c\x6f\x0b\xc6\x9a\x41\xb4\xce\x82\xb1\xe6\x7b\x88\x56\x87\x1b\x2f\x0f\xa5\x38\xfc\x54\xf6\x3b\x47\x66\x3b\x78\x26\xe9\xa5\xf4\x3e\xf2\xcd\xce\x4f\x5d\x46\x7c\x34\xe1\x66\x76\x1c\x92\x4e\x4a\xbf\x69\x55\x5d\x7f\x3b\xf2\xc6\x6b\x86\xdb\x65\x00\xe9\x76\x75\xc2\x2e\x58\x87\x1d\x9e\x45\xfc\xff\xbe\x5f\xfd\x10\x25\x2f\x26\xdd\xa0\x46\x86\xe7\xa4\x22\x71\xc9\x11\x48\xb5\x97\x5d\x59\xe9\x0c\x34\x98\xb5\xff\x48\xff\xf0\x07\x6e\x6a\x27\x0d\x7c\x37\x2b\x95\xc0\x20\xac\x2c\x05\x21\x3a\xcc\x4a\xe5\x11\x68\xc7\x7b\xc5\x7f\x07\xcc\xbe\x9c\xcc\x27\x7e\x6a\x17\x30\x3a\x0c\xd0\xfd\xeb\x80\xc7\xed\xb0\xbb\x05\x52\x51\x40\x9e\x0e\x96\x13\xeb\xc4\x1b\xef\x3a\x3d\x9d\xd4\xcd\x12\x58\xf1\xfb\x0f\xf3\x64\xb8\x7f\x11\x6c\xe0\x9c\x46\x6d\x29\x0e\xd0\x65\x3f\x75\x1a\x84\xbd\x73\x2f\xd4\x8b\x80\x02\xa5\xe5\x05\x15\x6a\xf7\x65\xa2\x25\x9c\xae\xd0\xb1\xae\x74\x35\x13\xae\xb3\x17\x07\xe0\x89\xd3\xee\xfb\x0e\xbd\x7d\x2f\xda\x0b\xde\x21\xe5\x11\xd6\xce\x3d\xc7\x88\xbe\x69\x4e\x75\xe0\xb7\xf6\x74\x40\xcf\xd9\xd3\x5e\x3d\x27\xad\x05\x24\xac\x7b\x5e\x81\x97\x58\x6c\xe6\xa7\xca\xd4\xbe\xef\x13\x8d\x10\xdc\x47\x93\xd9\x73\xf2\x67\xa8\x0f\xcf\xa8\xc9\x90\x3e\xb3\x8e\x1f\xcd\x77\x8e\xfd\x2c\xc0\x97\x19\x5a\x65\x93\x51\x33\x4a\xd7\x1d\xd8\x49\x4d\x7f\xae\x12\x77\x45\x8e\xd8\xfb\x05\xd0\x12\x57\x2a\xfd\x9f\x4f\x89\x6a\xca\x5d\xe2\x69\x96\x12\xf2\xa1\x53\x5d\xd2\x0f\x62\x77\x3f\x4f\xca\xe1\xf8\x5b\xc8\x3d\x56\x91\xd2\xd5\x48\xd2\xa9\x68\x26\xae\x43\xfa\xec\x3a\xd2\xa8\x87\xde\x59\x14\x83\xf1\xb4\xda\xb3\x2f\x47\xc3\x41\x27\xa0\x79\x74\xe5\x06\x47\x79\x40\x64\xd6\xf1\x32\x74\x4a\x01\x4f\xf2\xc9\x18\x41\x36\x53\x20\x96\x5f\xc5\xe8\x4c\xd2\x1b\x56\x31\x3c\x85\xc9\x0e\x0b\xcd\xf7\x87\x3f\x08\x8a\xa3\x1a\xd0\xd0\x24\xc6\x82\x05\xad\x4c\xa6\xf7\x55\x07\x48\x04\x5b\xc5\x28\x4c\x8b\x30\x0a\x93\xa0\xaa\x05\xaf\x4c\xba\x51\x4a\x1f\x03\x8a\xc8\x82\x25\xa6\x2f\x9f\xa9\xf4\xb9\x1f\xc2\xd9\x07\x99\xe1\x2a\x35\x40\x9b\xf2\x9a\x73\x2f\xab\xa9\xb0\x43\x2f\x62\x83\x16\xb4\x32\x1d\x37\xe0\x82\x56\x46\x08\xab\x05\xab\x4c\x77\xdb\x83\x55\x26\xd0\xe1\x56\x69\x32\xab\xd2\x7d\xa5\x59\x6d\x5f\x1e\xfe\x41\x95\x4c\x43\x58\xbe\x01\x60\xfa\x41\x57\x92\x92\xe0\xf4\x28\x00\x80\x1d\x48\x4b\xe8\x66\x06\x99\x14\x4b\xba\x99\x45\xd0\xcc\x82\x6e\xc6\x1c\x90\x05\xdd\x4c\x07\x1f\x6a\x15\x0d\xa1\x16\xd6\x75\xa4\x78\xcd\xd9\x98\x85\x0f\xdb\x4c\x75\x2d\xc2\x29\x13\x1c\xb8\x97\x9c\x32\x8b\xe8\x9b\x05\xa9\x4c\xad\x16\xc0\xae\x8c\xfb\x7f\x15\x19\x47\x99\x3d\x05\x67\x16\x36\x97\x55\x06\x44\x51\x7e\x74\x62\x1e\x46\xf7\x2c\xdf\x2e\x1a\xb0\x2c\xad\x22\x16\x98\xad\x24\xef\x56\xd5\x4b\xae\x19\x67\x5b\xd1\xea\x8a\x24\x87\x46\xa6\x76\xeb\xa0\xcb\x0a\x97\xcc\x92\x46\x46\x4d\x07\x16\x99\xef\x0f\x7f\xc0\xec\x12\x5e\x63\x65\x44\xf4\x17\xcd\xb1\x28\x59\xb0\xc8\xd4\x62\x4d\xc3\xda\xd1\x02\xb7\x60\x3c\xf4\xab\x68\x8d\xb5\xaf\x81\x77\x24\x9e\x6d\x95\x6f\x0b\xae\xd1\xbd\x1f\xe4\x54\x52\xa3\x20\xc2\x0a\xf5\x19\x0a\x9a\xe8\x76\x23\x36\x80\x74\x1a\x69\x72\x65\x0b\x2d\x9a\x5c\x39\x6d\xac\xa2\xc9\xb5\x53\x3b\x4d\xae\x9c\x55\x16\xfc\x32\x9d\xfc\x9c\x25\xbd\xcc\xe2\xf4\xb0\x0a\x21\x35\x98\x37\x56\x49\x4c\xbf\xf6\x1e\x08\x3c\xe4\x6f\x2d\x78\x67\x02\x5b\xf9\x2a\xfa\xd1\x1a\xa5\x2d\xb7\x22\x0a\x58\x2e\x23\xaa\x07\xa1\x69\xb8\x8c\x38\xa3\x93\xcc\xba\x60\x9d\x89\xb4\xef\x00\xd7\x01\xc8\x67\x95\x13\x2d\xd1\xa9\x46\xb0\x4c\x71\x2e\x13\xef\xd2\x6d\x8d\xbe\x33\xbb\x45\x17\x59\xff\x0b\x2b\x64\xc1\x03\x93\x4d\xc9\x70\x9b\xdc\x43\x45\xc8\x66\x5b\x4a\x5a\x88\x60\x56\x38\xc7\xc8\x66\x5b\x7b\x59\xdd\x9a\xf9\xbd\xb6\x97\x15\x2c\x9c\x96\x8b\xb3\xd5\xf4\x82\xbd\x7e\x6e\xd6\x8f\x13\xe2\xdb\x5e\xda\x9e\x10\x18\x67\x87\x8d\x02\x8d\x77\xec\xe2\x60\x34\x50\x7e\x70\x9a\x2e\x8a\x80\x5b\xfa\x09\xde\xd5\xe1\xb6\x65\xa0\xa7\x69\x36\xce\x42\x98\x4a\xb7\x41\xbf\x5d\x3d\x86\xe5\x47\x02\x20\xbb\x3f\xbc\x33\xb1\xa5\xec\x77\x82\xd6\x73\xb7\x0a\x5e\xb9\x50\x34\x98\x0e\xec\x6c\xc2\xf9\x46\x4e\xed\x2a\x58\x79\xbb\xb5\x7b\xfc\x26\x43\x84\x23\xee\x20\xe8\x67\xc1\x3b\x13\xcb\x65\xff\x5a\x23\xe6\x00\x0c\x65\xc7\xb1\xff\xf0\x6d\x5e\x78\x7d\xbb\xd0\x38\x0c\xc3\x9e\xde\xe4\xa0\xc1\xa7\xb0\x60\x91\x59\x38\x93\x3e\x6d\x8f\x67\x26\xd7\x54\x09\x75\x04\x82\x98\x85\x6f\x70\x49\x10\x43\xf4\xd4\xaa\xe0\xe7\xac\xc3\xfb\x1c\x2d\xd0\x46\xea\x41\xb8\x01\x79\x2a\x0b\xb2\x98\xa5\xf6\x0c\x59\xcc\xc2\x97\xb6\xa0\x84\x09\xf5\xf9\x8a\xe9\x16\x6b\xf6\x82\xf9\x25\xc1\x66\x5f\x15\xff\x19\x27\xf4\x55\x6b\x37\x2a\x8e\x5a\x13\xef\x81\x9d\x6a\x55\x6c\xb7\x78\xfa\x56\xad\x34\x3f\x7c\x06\xca\x22\x5b\x59\xad\x11\x5a\x04\xa4\x2e\x4b\x11\x55\x31\xe4\xaa\x8e\x54\x76\x00\x87\x1c\xee\x16\x7d\x92\x0b\xee\x96\x85\xd3\x6a\xc1\xdd\xb2\x70\xc1\x2c\xb8\x5b\x16\x1e\xb2\x55\xbf\x43\xdd\xc2\xbb\xb6\xa0\x6e\x49\x4c\x09\xab\x36\x32\x3e\x99\xe5\xb5\xe3\x55\x64\x1a\xd5\x6e\x03\xf8\x7e\xe7\xfb\xcc\x28\x58\x5c\x16\x8e\xa3\x55\x3b\xdf\x64\xd1\xd7\x61\xb4\x9c\xd7\xbc\xcb\x3e\x5a\x87\x83\xef\x98\x7d\x32\x3f\x89\x8e\x59\xb0\xb8\x24\xf1\x7b\xab\x92\x84\xd6\xac\xf4\xa0\x57\xd8\x9d\x2b\x72\x9e\x34\xa7\x05\x89\x8b\xde\xd9\x05\xaf\x4a\x25\x67\x61\x41\x97\x22\x8c\xec\x82\x2d\xa5\x1e\xc5\x01\xc7\xad\x35\x1c\x3f\x92\x7f\x55\xc6\xe1\x48\xd1\x6b\xb9\x6a\x72\x4e\x43\x9c\xc1\x91\xb2\x5c\x8d\x50\xa4\x7c\x1f\xf2\x21\x0e\x96\xce\xae\xc4\xd7\xc3\x39\x00\x32\x93\x9c\xc8\x30\xc9\x4c\x0e\x92\xad\x56\xc5\xb5\x84\xc3\x74\xd5\x4f\x18\x2e\x82\xeb\x17\x2c\x27\xf5\x20\xe4\x65\x41\x73\x92\xcd\x29\xb8\xac\xb7\x65\xe3\x80\x22\x3b\x63\xd5\x4f\x64\x7e\x7f\xfc\x15\xf3\xb6\x60\x47\xc9\xe9\xb4\x3f\x0f\x5a\x4e\x31\xa7\xad\xa2\xab\x4e\x5b\xc5\x06\x04\xf1\x89\xc0\x17\x0b\xe2\x93\x05\x08\xd4\x82\xf8\xa4\x1e\xa4\xe3\x2c\x88\x4f\x16\xf1\xf0\x0b\xe2\x93\xa5\xd2\x0b\xf1\xc9\x1a\x0e\xe4\x27\xb2\xd7\xb0\x51\x24\x25\x2b\xdd\x20\x3e\xf9\x3e\xe4\x1f\xf6\x1b\x2f\x7c\x87\x87\x45\x40\xd6\x82\xbd\x24\xe7\xbe\x9f\xbe\xe0\x1f\x68\x72\xce\x27\xc2\xf5\x0f\x82\x70\x97\xf4\x25\x38\x28\x17\xf4\x25\x4b\x93\x0a\x2c\x25\xe9\xb1\xa5\xde\x8e\x06\xdb\x77\x45\xa8\x0f\xbf\x7a\xdb\x03\x6c\xc7\xf5\x86\xcb\x10\xe1\x58\xef\xe9\x1f\x74\xc7\x4d\x06\x8e\xc5\xdd\x84\x90\xba\x2e\x6f\x8a\x2b\xbe\xc0\x2c\x42\xf0\x41\x4d\x12\x44\x3e\x2d\x98\x43\xd6\xd8\xd7\x04\x36\x17\xe7\xef\x8f\x17\xfc\x28\x30\x39\xc3\xd9\x45\x5c\x83\xa7\x4c\x48\x41\xd6\xb0\xeb\x1f\xc6\xc4\xc5\xfe\x38\x26\x88\xd3\xfa\x30\x26\xce\xd9\xc7\x89\x13\xbe\xc1\x8a\x72\xd9\x3d\x06\xe8\xf9\x36\xfc\x40\x87\x25\x50\x0b\x67\xdd\xcb\x34\x71\x7c\x60\x96\xc6\x4f\xbe\x2a\x19\xc9\xc3\xa9\xf4\x5a\xb2\x02\x0b\x3f\x5e\xb1\x4a\x46\x03\x62\xfe\x83\x2c\xa4\x1e\x40\xb3\x2d\xc8\x42\x16\x34\x8a\x0b\x7e\x8f\x05\x4e\xd6\x82\x8a\x23\xdd\x7e\x60\xe2\xa8\x87\x66\xa8\x86\x63\x4d\x2d\xa7\x61\x9d\x23\x6e\x76\xb5\xc2\x7e\xc5\xe0\x36\xc8\x9b\x1d\x05\x18\x3a\x16\xf0\x65\x0b\x86\x8e\x05\x10\xe1\x6a\x85\xa6\x31\x95\x1a\xac\xce\xb8\x12\x56\x03\x97\xec\x50\xef\x68\x95\xa8\xcf\xc3\x3f\x64\x35\xe0\x43\x06\xe2\xe1\x3e\x59\x70\x7a\xa4\x67\x49\x38\x3d\x72\xb2\x1a\xe1\xee\x58\x98\x8e\x17\xd4\x1d\x72\x0b\x2d\x18\x3a\x92\xfc\x88\x05\x41\x47\x36\x3f\xfa\x29\xe6\x0b\x67\xc0\x82\x88\xa3\x1e\x9a\xf3\x20\xe2\x58\x30\x5b\xad\x66\xb2\xf0\xf0\x43\xaf\x91\xf0\x94\xdc\x19\x1e\xa6\x6a\x23\x8b\x98\x18\xfc\xd5\x88\x83\x3b\x80\x00\x5b\x30\x71\x2c\x20\xc3\x16\x4c\x1c\xab\x5b\x0d\x70\x19\x88\x0e\x58\x0d\x7e\x2d\x75\xb3\xd6\xa1\xea\xc5\xf1\xb8\x5a\x37\x02\x94\xd2\xf0\xc9\x11\x1c\xb0\xda\x30\x40\xd3\xeb\x8b\x67\x28\x6c\xfa\x0c\xed\x9f\x8c\x94\xd5\x9e\x8c\x4e\xf7\x19\x62\xb4\x2d\x78\x5e\xba\x92\x28\x80\xdc\x5f\x42\xc5\x56\x0b\x9a\xc6\x49\xb7\x91\xa5\x7b\xe4\x5f\xd1\x6f\xab\x05\x93\x09\x55\xb5\x61\x82\xd2\x3a\xd2\xa4\xbf\x62\xf3\x68\x89\x0b\x05\xc9\xdb\x70\x88\x1d\x1a\x5f\x1b\xb0\x33\x4a\x8d\x86\xe5\x88\xc8\xe6\xd5\x34\x10\xd9\xb1\x44\x10\xec\x2e\x10\xb3\xc1\x49\xa9\xd8\xc6\xa1\xb2\x60\xbc\x58\xea\x63\x52\x53\xc0\xa8\xbe\x1a\x72\xf6\xb0\x0f\x14\xa7\x88\x22\x29\x2b\xc0\x2c\x58\x50\x56\xd4\x83\x70\x9e\xd5\xb6\x38\xf5\x43\x4c\x69\x17\xd3\x69\xa7\xd9\x9e\xd3\x55\x46\x07\x2a\x4f\x2b\x6a\x7f\x3b\x8d\x60\xa7\x4a\xa7\xc1\x93\x48\x5d\x68\x2e\x0c\x89\x58\xed\x62\x2e\x0e\xaf\xbb\x0f\xf1\xa9\x8b\xc1\x0b\xaf\x6d\x10\x5f\x05\xfe\x61\xd8\x63\x8a\x4d\xd7\xeb\x4d\x23\x50\x24\x1a\x51\xd8\x7b\xf6\x81\xda\x70\x34\x1b\x71\x3b\xf2\x34\xee\xbe\xfc\x83\xaf\x2a\x36\xa7\x7f\x20\x1e\xd1\xda\x1a\xd1\xd8\xc3\x45\x0a\xb4\xc3\xb4\x04\x94\x56\x4d\xf1\xd0\x4c\x2c\x4d\xce\xd0\x49\x18\x73\xb1\x60\x93\x08\x2d\xce\xb0\x49\xd4\xa3\x39\xa7\x1f\x92\x9e\x1d\xd0\x07\xc9\x82\x66\xd7\x40\x7c\x38\x5a\xf3\x0d\x67\x03\xed\x47\x9c\x86\xd5\x46\x6b\x25\x85\x6b\x35\xb5\x56\x4f\x0c\xed\xb5\x03\xfc\x23\xfd\x83\x36\xa0\xb5\xea\x8b\x80\x37\x62\x91\x9e\xb0\xa0\x7e\x58\x70\xe6\x2e\xa8\x1c\x12\x5c\xbb\xd5\x95\x7c\xf8\x96\x57\x57\xf2\x71\x04\xee\xc5\xee\x0e\xae\xa9\x5e\xfa\xb2\xb1\x13\x14\xa0\x14\xe4\xe0\x01\xdd\xc3\x1a\x88\xdc\x5e\x19\x73\x0e\x5c\x50\x3c\x18\x9a\xb3\x7a\x15\x85\xfd\xab\x68\x6f\x94\xc5\x3a\xee\xc8\x28\x60\x25\x57\x6f\xce\x0b\x5b\xd0\xd0\x74\x18\xa9\xae\x52\xc9\x6c\xeb\xcd\x71\xde\x6f\xbb\xf7\xfb\xb6\xc2\xcb\x87\x98\x3c\x68\x89\x9d\x48\x01\xad\x21\x1d\x40\x2f\xd8\xa1\x57\x87\x22\xfe\x20\xe6\x73\x75\xe2\xa8\x88\xa9\x5a\x30\x44\xc8\x95\xb0\xfa\xd8\x99\x7d\xfe\xa0\x2f\x10\x5e\x7d\xaa\x17\xd3\x7e\x02\xac\xc8\x2f\x59\x7d\xd3\xf4\x54\x7f\x30\x86\xe9\x0b\xa0\x76\xb0\xae\xe0\x6f\xa8\x87\x47\x57\x08\x1c\x96\x56\xa6\x6e\x66\x27\xd3\x10\x9a\x86\xef\x21\xde\x16\x3d\xa6\x7b\x8d\x61\xdc\x61\x88\x94\x15\xc8\x1f\x8e\x09\x45\x68\xff\xb6\x7e\xe4\x82\x6a\x70\xea\x61\xce\xe7\x5f\x6e\xd4\xd5\x43\xd6\x4f\xaa\x05\x33\xdf\x6e\x2c\x36\x6d\xf5\x05\x68\x1b\xa6\xc7\x12\x88\x19\xa6\xbe\x08\xf8\x17\x9a\x7a\x70\xd7\x0d\x4f\xa0\xe1\xd7\x5f\x78\x54\x69\xb7\x66\x6c\x6b\xb5\x3a\x2f\xf3\x51\xac\xd8\x79\xf8\x3c\x13\x9f\xf0\x9e\x05\x63\xc3\x74\x2b\x80\xb1\xe1\xfb\x83\xe2\xe4\x96\xad\xbe\x81\x61\x0f\xe1\xda\xf1\xb1\x03\xe8\xb8\xfa\x92\x60\x9c\xfb\x9f\x4e\x5a\x89\x01\x5a\xb0\x3a\x14\xcf\x3a\x9d\xe4\x53\xe2\x98\x57\x3f\x09\x06\xd8\xf7\xc9\xa9\xda\xd7\x41\x96\x25\x4d\x23\xf9\x54\x7f\x43\x3f\xa5\xbc\xf0\x19\xba\x65\xdf\xa7\x5b\x8a\xdf\xbc\xb9\xa6\x01\x50\xb3\xeb\x86\xe8\x9f\x00\xad\xcb\xfb\x5a\xb3\x7d\xfe\xaa\xdf\x33\x68\xb3\x30\x4b\xb4\xe2\x37\x61\x60\x87\x7d\x70\x75\x12\x6e\x8a\x0b\xfa\x53\x47\x3b\xd8\x18\x0b\x9e\x88\xaa\xd7\x0d\x9a\x88\xa9\xdb\x10\x9a\x88\x4e\x7c\xc8\x82\x26\xa2\x01\x98\xb4\x3a\xb6\x07\xf5\xdd\xfe\x89\xdb\x3a\x1d\x3e\xc8\xd5\x49\x4f\x5a\xfd\x53\x52\x9b\x07\x91\x8e\x92\x4a\xe0\xcf\xea\x77\x38\x18\x7e\xf4\xf5\x07\x25\x7f\x22\x73\xea\x13\xeb\x10\xa7\xab\xa5\x74\x88\xd3\x0f\xfc\xcf\xab\xc3\x9c\x9e\x08\xb7\x0e\x73\x3a\x84\xcb\x4b\xce\x08\x4d\x23\xfd\x13\xa5\xbd\xdb\x45\x0f\xdd\xe2\xd0\x7f\xa2\xb4\xa5\xcd\x79\xf6\x64\xe1\x43\x0f\xa5\xed\x6b\xc6\xc3\xc2\x60\x51\xd7\x37\x01\x65\x44\x81\x63\x63\x41\x19\x51\xf7\x38\xbd\xe4\xfc\x3a\x33\x49\xc5\x24\x26\x66\x75\xa0\x05\xaa\x63\x40\x9a\xa5\xda\x51\x7f\x99\x98\x56\x94\x34\xcb\xe9\x3c\x78\xa9\x83\xf2\xef\x3d\x61\x09\xa1\xd2\xaf\x92\xc7\x4a\x90\x4f\xe9\x56\x05\xc3\xc4\xd4\xd4\x3d\xf0\x81\x13\x1d\xf5\x1d\x9f\xfe\xfb\x5f\x53\x90\x8e\x83\xd6\xb3\x2f\x8e\x4f\xca\x4f\x2d\xe0\x83\x50\xb3\xc6\xe6\x3e\x64\x07\x0a\xdf\x25\xef\xb8\x78\x7d\x81\x0b\x1c\x5c\x03\x61\x48\x4f\x0f\xb2\x1b\x35\xb0\xc2\x66\xd1\xc8\xfb\x59\xff\x88\x2a\xf8\x26\x7c\xe6\xda\xbf\x07\x06\x69\x22\xf6\x16\x04\x16\x35\xf6\xf3\x74\x2e\x1b\xc1\x28\xca\x38\xe4\x31\x0c\x16\xf5\x20\xac\x65\xc1\x60\xd1\x40\x0b\x5b\x30\x58\x4c\x38\xf1\x16\x04\x16\x55\xd7\xf8\x20\xbd\x91\xc4\xae\xef\xc0\x48\x64\x00\xb5\xae\xe4\xd1\x33\xa1\x86\x7a\x32\x01\xe0\xdf\x71\x81\x04\x97\xbf\x18\xb2\xbe\xbd\xfc\x2b\x71\xf9\x12\x0b\xd2\x76\x10\x41\xec\xb9\x73\x54\x16\xcf\xae\xfa\x4b\xe8\x32\xcf\x93\x14\x69\x14\xc0\x68\xee\x0c\x48\x94\xd1\x58\x25\x56\xfd\xdb\xb8\x26\x39\x48\x0b\xfe\x8c\x56\xec\x9c\x6f\xaf\x9a\x64\x63\x2e\xf8\x33\x8a\x67\x0b\xf8\x33\xa6\x16\x54\x08\x34\xbe\x8f\xf2\x72\x27\x49\x06\xd1\x0e\x9b\x46\xd5\x8f\x01\x9b\xc6\x24\x35\x7a\x41\xa6\xf1\xbd\x40\x97\xe3\xe2\x76\x9b\x84\x40\xe3\xfb\xc3\x37\x16\x6f\x50\x34\x74\xed\x00\x19\xad\xb1\xb7\xc0\xe9\x8f\x9b\x87\xa8\x93\x16\x74\x5f\x90\x95\xdd\xce\xc0\x82\xae\xa1\x1c\x36\x8d\xef\x65\x1f\x72\x41\x3b\x75\x3f\x3d\x7d\x2a\xcf\xc6\x80\xaa\xd9\xa9\x35\x3e\x99\xb7\xec\xca\xb9\x67\x04\x9f\xfd\x36\xd0\xaa\xf6\x05\xeb\x45\xdd\x8d\x20\xb0\xed\xd0\x10\x37\xe6\x4b\xff\xd1\x35\x90\xdf\x7a\xd4\x18\x41\x66\x36\xea\x1d\x0c\x18\x72\xfc\xae\x81\x73\x17\xf8\xdf\x4f\x75\x44\x17\xe7\x7e\xba\x21\xa1\x4d\x8e\x4f\x49\x5f\x9a\x37\x47\x02\x7b\x60\x7b\x72\x72\x9f\x1a\x25\x31\x8e\x6c\x60\xf0\x59\x7c\x2f\xfb\xd5\x8b\x20\x56\x1f\xba\x79\x81\x76\xa6\xa3\x98\xfe\x78\xf8\x83\x01\x4a\x83\x55\x79\x61\xd9\x01\x68\x59\x43\xf3\x8d\x73\x43\xf3\x8d\x56\xa7\x01\x14\x83\xb1\x10\x30\x60\x88\x8e\xf1\x1d\x31\x38\x16\x51\x27\xb0\x75\x0e\x27\xdc\x59\x4d\xc3\xa5\x71\xa0\xcc\x1b\xcd\x01\x1d\xc6\x4a\x1b\x41\x30\xb0\x9e\x1c\x48\x2f\x24\x58\x5b\x92\x5e\xa8\xbb\x42\x7a\xf1\x7d\xc8\xaf\x5e\x94\xec\x43\x34\xd4\x45\x07\x9f\x2c\x50\x6c\x6b\x10\x31\x16\xca\x87\x8b\xde\x73\x16\x6b\x3c\x71\xbd\x69\x3c\xd1\x6a\x31\x30\x9e\xec\xe5\x7e\xf9\x51\xda\x4f\x82\xa7\x12\x77\xc0\xa4\x5e\x5c\x63\x1c\x08\x34\x60\x0c\x0e\x04\x9a\xba\xc7\xed\xc9\x96\xe7\xdd\x89\x34\x58\x0d\x90\x87\x61\x47\x58\xd2\x6a\x1c\x9e\xd4\xc7\x2d\x2f\x1a\x43\x42\x72\x89\xd6\x8c\x71\x63\xe4\x57\x7c\xfd\x3e\xfd\xae\xd8\xf1\xc4\x1e\x6b\xd8\x80\x4a\x63\x19\xc0\x31\x38\x28\x68\xa1\x86\x56\x23\xf4\xed\x42\xab\x51\x8f\xb1\xff\xa0\x09\xca\xe2\x07\xc3\xe4\xf2\xba\x82\x2d\xeb\x35\x1f\x65\x0f\x18\x98\xb1\xc3\x26\x13\xb1\xa5\xcd\x11\xee\x8d\xd6\xea\xdf\x02\xee\xdb\xe1\x86\xd6\xcf\x01\x29\xd2\xa1\xc1\x69\xe0\x3c\x3d\x9c\x95\x0f\x4c\x09\x68\x6b\x83\x70\x2e\x12\xcc\xd6\x78\xdd\x09\xa8\xc9\xb7\xf5\x8d\x70\x50\x5e\x7c\x2a\x3e\x4f\x94\x97\x41\x52\xb0\x80\xd4\x2d\xe0\x8c\xf2\x72\xd4\xd9\x06\xbb\xe3\x40\x94\xd7\x6e\xe9\x46\x40\xa6\x9b\xbe\x6d\xb0\x91\xf4\xb8\x06\x04\x4c\x46\x39\x8d\xd7\xad\xd8\xeb\x87\xfb\xf4\xc6\xfb\xca\x6d\xf8\xbd\x3c\xa1\xcf\x73\x9f\x9d\x87\xb4\xea\x5e\xe3\x43\x41\x17\x84\x41\xa4\x13\xc7\xbd\x60\x10\x19\xc1\xf9\x0b\x06\x91\xef\x43\x85\x1f\xc9\x1f\x93\x6b\x62\xc4\xd2\x0f\x3d\xc0\xdc\xf9\xc2\xfb\x3d\xc3\x3e\x38\x41\xdf\xf4\x20\x23\xe5\x88\xe2\x69\x7e\x07\xa8\xa1\xea\x3e\x21\x7e\x3a\x3c\xb2\xcf\x02\x32\x29\x02\x60\x96\xf4\x8f\xc6\x8f\xcb\x1f\xfe\x83\x2e\x52\xbc\x26\xc6\xa2\x5b\xc4\xe3\x43\xd4\x83\x14\x50\x4d\x4f\xd3\x2d\x55\x9b\xcc\xac\x38\x6d\x91\x87\x53\xaf\x30\x2b\x7d\x92\x3b\x43\x8c\xe0\x9a\xdf\xa6\xd6\x20\xc4\x59\x53\x27\x2f\x62\x6f\xc2\xe9\x3a\xed\xb1\x06\xc2\x00\x32\x73\x36\xa0\x5c\x59\x31\x13\x4a\x57\xa5\xca\x6c\x6c\xc1\x68\x41\x30\x9c\xf4\xc9\x74\x81\xe0\xa4\x2f\x2b\xd7\x68\xc1\xb0\x2c\x5b\x30\xfd\x81\x89\x9f\x72\x3b\x41\x7e\x7e\x67\xa3\x07\xb0\x8d\xcd\x4e\x03\x90\x73\xd3\xfd\x4d\xd5\x67\x76\x12\xf3\xac\x51\x27\x29\x0a\x01\x38\xa1\x7d\x25\x6b\x74\xcd\x6f\x0f\xac\xaa\x2f\x93\x64\x9a\xba\x3f\x44\xa4\xcb\xb0\x34\xc5\xd0\xf4\x07\x91\x67\xbb\x4a\x80\x21\xec\x97\x7f\x78\x51\xe9\xba\x81\x2e\x86\xc0\x84\x73\xa5\xeb\xa5\x84\x73\xa5\x01\xb4\xb6\xa6\x40\x76\xac\x2e\x39\x57\x00\x59\x5d\x50\xae\xd4\x63\x38\xc1\x86\x09\xc3\x8c\xec\xb0\x5f\xec\xbc\x81\x37\x1e\x49\x3a\xdd\x1a\x35\x4c\x4c\x22\xb6\x34\xcf\x41\xc6\xd2\x9b\x23\x0b\xf6\x9d\x52\x6f\x4e\x55\x3f\x8a\x23\xc0\xdc\xf0\xc7\x39\x13\xf7\xb5\xf7\x81\x21\x3f\x7c\x1e\x15\x00\x59\x35\xb5\x8b\x69\x4f\x81\xc9\xa5\x6b\x48\x9d\x1e\x45\x91\x61\xd3\xa3\xa8\x36\x87\x19\x0c\x0f\x1b\xc0\x24\x6d\x32\xfd\x2a\x11\xe6\xc6\x05\x4e\x3c\xca\xb3\xf8\xcc\x24\x50\x93\x5a\x90\x36\x69\x00\xc2\xc4\x59\x52\x91\xbc\x53\xb4\xa2\xe3\xaf\xbc\x85\x35\x93\x25\xed\x44\x24\x82\x5c\x43\xe4\x4c\x97\x34\x3b\xff\xe4\xb8\xaa\xa5\x6a\x1a\x42\xae\x49\x6e\x9a\xd5\xb3\x1f\x22\x8b\xca\xe5\x93\x8e\x11\x4a\x07\x24\x2f\xdd\xb8\xcf\x99\x66\x0a\x78\x4d\xcc\x24\xc7\x94\xb9\x38\x45\xb9\x66\x96\x1c\x21\xf4\x0d\x00\x49\xe1\x24\xf0\xec\x4a\xf2\xf3\x9a\x3b\x02\xcb\x87\x30\x8b\xf0\xcd\xef\xe4\xda\x72\xbf\x7b\xfa\xbc\x7f\x80\xa3\xe5\x2c\x83\x44\x46\x15\x0f\x82\x98\xb6\x25\x00\x39\x9f\x9a\xf7\x21\x88\xa9\xc7\x74\x8a\x82\xf8\x00\x47\xf6\x9a\x46\x4a\x39\xd5\x2f\x70\xb7\x7c\x01\xf8\xa2\x03\x3c\xda\x35\x2f\x25\x3a\x5f\xbd\x70\xec\xb9\x74\xaf\xe1\x43\x74\xf1\x45\xc0\xbe\x32\x4d\x9a\x59\xfd\x4d\xf3\x62\x20\x8b\xd7\x9f\xae\xb4\xa5\x95\xbb\xfd\x1e\x79\x98\x06\xb4\xef\x4e\xce\xa6\x1e\x73\xe6\xf5\xfa\x10\x6f\xdc\xec\x3e\xec\x1a\x93\x20\x2a\xb0\xeb\xd6\x94\xc3\xd0\x69\x66\xb0\xb8\x8b\x43\x4f\x89\x6b\xd4\x58\x71\x94\x17\xc8\x66\xbe\x8f\xfa\x10\xca\xaf\xbb\x06\xf9\xa3\x46\x2c\x4d\xbc\xdc\x5b\x3a\x80\x73\xad\x3e\x0e\xd9\x4c\x01\x30\x6c\x4d\xbc\x29\x5a\xd9\x27\x5c\xb4\x80\xda\xac\x09\x68\x9e\xce\x1e\x08\x66\x52\x0f\xdb\xf4\x5c\xab\x22\x07\xc1\x4c\x18\x9a\x37\x7f\x26\xf8\xd3\xdb\x90\x14\x0c\x85\x2f\x21\x54\xc7\x16\x3f\x40\x2e\x18\x0f\x3c\x85\x5c\xe0\x7c\x3d\x1f\xd6\xb1\x13\x09\xc7\xb6\x1e\xae\xf9\x10\xc6\xac\xd4\x17\x08\xd6\x01\x79\x55\xc5\xa8\x1d\xc4\x33\x7a\x12\x27\x66\xc4\x3d\xc1\xd8\xac\xf5\xcd\x4e\xad\x88\xd3\x59\x05\x04\xde\xe1\x24\x79\x6d\x8e\x7d\x44\x56\xe9\x9e\xab\x2f\xea\x83\xd2\xc7\x6d\x19\xec\xe4\x15\x82\xc3\x32\x82\x50\xd2\x84\xee\xbe\x80\xbb\x16\x5c\xd0\x15\x87\xb3\x0a\x09\x02\x25\x4d\xe8\xd5\x83\x92\xa6\xeb\x84\x96\x92\x46\x7b\x24\x94\x34\xd5\xc8\x49\x68\x68\xaa\x0b\x23\x70\xa3\xeb\x28\x8a\xc3\xf6\x73\x9f\xed\x17\x80\x87\x05\xf3\x4c\xd5\xe2\x07\x75\x4c\x53\xe3\x86\x3a\xa6\x1e\x46\xd2\x40\x1d\xd3\xf6\x0b\x15\x2f\x20\xc3\x19\x20\xb2\x6a\xfd\x8d\xef\x7c\x18\xfa\xc3\xa2\x31\x82\x18\x45\x20\x7e\xa9\x07\x00\x5e\x2b\x9a\xb8\x00\x94\x86\xd1\x72\xf9\x0c\xfc\xc1\xc7\x9f\xba\x5b\xe0\x19\x8f\xee\x4b\xb4\x0e\xf1\x16\xa4\x41\xe9\x05\x0c\xb7\xc4\x38\xfc\x03\x28\xdf\xee\x35\xeb\xd0\xeb\x51\x49\xe5\xa1\x75\xc3\x29\xc0\xcb\x43\x1c\x3a\x5a\x34\xa0\x9a\x43\x21\x88\x61\x1e\xa0\xf7\xc1\xbc\x67\x85\xc5\xb7\x49\x15\x5d\xb9\x01\x5e\xf6\x61\xe4\x09\x3c\x30\x95\xfc\xa0\x15\x93\xc3\xa9\x5d\x09\x1e\x0f\x89\x83\x0b\x1e\x98\xae\x8d\x28\x26\x07\x16\x24\x6c\x4c\xec\x75\xa8\x4d\x11\xa4\x0a\x39\xb6\xec\x20\xb0\xb3\x2d\xa8\x5f\xea\xa1\xb0\x82\xfa\xc5\xe0\x31\x49\x5d\x94\x29\x12\xb6\x28\x3a\x20\x69\x69\xee\x7b\xa1\x38\x27\x03\x62\x41\xd2\xa2\x32\x11\xf9\x78\xdf\x1f\x20\x64\xa3\x71\x86\x67\x31\xa3\x10\x60\x72\xf9\x7e\x50\x1c\xd9\x98\x0a\x92\xf8\xe4\x76\x83\xe7\x74\xc5\xff\x31\xf6\x3e\xb9\xba\x84\xbe\xba\x5e\xff\x37\x8a\x3b\x84\xa2\x0a\x6c\x23\x2d\x9d\xb9\xd4\xdf\xf4\xd2\xc8\xfc\x1b\x11\xcf\xf3\x9d\x28\x52\x72\xb5\x4f\x8b\xb5\xbd\xab\x3e\x28\x30\x60\xcc\xeb\xd7\xb8\x10\x0f\xc7\x80\x63\x56\xa8\x0d\xa7\x2d\xe5\x5d\xc8\x76\x42\x8d\x39\x6d\x12\x56\x00\xb9\x5c\x9a\xa6\x25\xb9\x5c\xd6\x7f\xf8\xc6\x47\x6d\x7c\xc4\x5a\xa0\xd3\xdd\x2d\xe5\x97\x4b\x7b\x1b\xf8\x51\x70\x0e\x26\x4d\xcb\xd4\x13\x98\x9c\x89\xf4\x16\xa6\x67\x22\x2c\x62\x92\xae\x4c\xe1\x4d\xe4\x5c\xd9\x37\xbd\xba\x29\xfc\x87\xa3\x5f\x72\xf4\x81\x6a\x69\x92\x5c\xa5\xc4\xed\x25\xe0\x1c\x0f\xce\xf9\x10\x1b\xe8\xdc\xf6\x88\x23\xb6\x3b\x39\xe2\x78\xf3\x92\xf0\xa4\x79\x08\xc8\x37\x21\xed\xe3\x87\x44\xe7\x08\x85\xce\x57\xea\x67\xff\x5e\xbf\xb4\xdb\x0a\xf8\xcd\x5c\xff\x93\x93\xc5\x26\x80\x39\x3f\xb6\x7d\x35\xe6\x83\xf3\xc1\xa6\xae\xb5\xa7\x48\x92\x37\xcb\x9b\x5f\xad\xb7\xda\xa4\x98\x3c\xf8\x5b\x62\xea\xc6\xdf\x9c\xf1\x77\x9f\xb1\x06\x94\xdb\x7c\x2a\x81\x1e\x92\x4f\xa5\xbc\x0e\xab\x4d\x52\x79\x6b\x00\x85\x1e\xca\xa7\x2f\x27\xff\x20\x36\xb3\xf9\xf2\xe5\x7f\xf8\x14\xc4\x45\xbb\x0f\xd9\x65\xcc\x31\x52\xb3\x94\x9e\x24\x52\xb3\x94\xb7\x04\xa4\x66\xc9\xf4\x05\x28\xfc\xa1\x9d\x99\xd5\xf0\xf9\x73\xba\xae\xe6\x3c\xef\xfc\xbd\xc6\xc4\x28\x10\xd2\xaa\x4c\x62\x67\x67\xed\x04\xad\xfb\x09\x3b\x53\x49\x87\x5b\x01\x00\x72\xd9\x2b\xb0\xa1\x5e\xbd\xd5\x21\xde\x86\x67\xc0\xf3\xc0\x12\x38\x8b\x80\x4d\x81\x13\xbf\xb4\x2a\xa8\x2a\x69\x55\xf6\x4d\xdf\x63\x1d\xfe\xd0\x3f\xef\x4d\x4d\xae\xa2\x33\x84\x1c\x2a\xe5\xb1\x80\x1c\x2a\x09\x7b\xdf\x2c\xd2\xba\x7a\xa6\x20\x9f\xca\xd4\x1d\x4c\x3e\x95\x32\x44\x84\x1c\x2a\x95\x2c\x63\xa4\x50\x99\x5e\xd7\x95\x6e\x28\x35\xab\xbc\x2e\xb6\x3f\x06\xd7\x4f\xf6\x25\x11\x9c\x51\xfe\x3d\xf8\x9b\x67\x42\x6b\x82\xc9\x51\xb0\x89\xe8\x1e\x2d\x69\xa3\xad\x19\x7a\xff\x70\x20\x20\xec\x0c\x47\x9a\x6b\x64\xe3\x32\xc8\x75\x62\x9e\xd3\x49\xaa\x93\x7d\x9b\x9b\xff\xe1\xe7\xd0\x6c\x89\x3b\xd5\x56\x62\x20\x7e\xdd\xf2\x4b\x73\xe5\x8f\xca\xdf\xe7\x33\xe4\x68\x53\x59\x13\x63\xde\x41\x49\x00\x7d\x53\x39\x79\x51\x59\x0e\x8a\x00\xce\x66\x43\xc9\x91\x98\xbf\x77\x5f\x33\x92\xf2\x37\xe7\x49\x1b\x0a\x49\x68\x53\x9f\x61\x34\x81\xa1\x7c\x92\x3d\xe5\xd0\xe0\xa8\x5f\xe6\x01\xde\x2d\xd2\x16\xaa\xa9\x85\xb9\xaf\x46\x6a\x95\x3b\xf3\x0a\x96\x94\xee\xdf\x10\xd0\x39\x1a\x78\xd4\xbc\x6c\x28\x3c\x6a\x22\x1f\xc8\xb6\xb2\x3a\x8b\x0f\x76\xb5\xf6\xc8\x52\xac\xd6\x8d\xbd\xad\x30\xbe\x75\xc7\xd4\x84\x9a\xce\xaf\x99\xbf\xae\xa6\x49\x04\x79\xa6\xdd\xce\x22\xee\xc2\x5d\x73\xf8\x90\x6f\xe0\xc4\x67\xc3\x29\x6e\xd6\x0f\x67\x21\x2b\xbd\x56\x5c\x89\x87\x22\x27\xc3\x2c\xf3\x39\xaa\x09\xde\x34\xa9\x77\x6b\x3b\x68\xc2\xea\xc8\xee\xb2\x6f\xd3\xd5\xe0\x04\x8b\xce\x8a\x56\xd8\xee\x9a\x77\xa5\xdb\xcd\x11\x81\x62\x74\x13\x40\x4d\x76\x97\x1f\xfe\xbc\xb4\xd1\x45\x31\xd6\xc5\xf2\x8e\x89\x5a\xf8\xd7\xc4\x1f\x93\xf6\x65\x8a\xfc\x2d\x68\xcc\x0e\x27\xee\xed\x87\xb2\x81\x90\xeb\x65\x0a\x3a\x2e\x7d\x64\x3a\x52\x0b\x1f\xd9\x6f\x3d\x84\x47\xfa\xb7\xbc\x99\x4d\xd1\x93\x3a\x89\x5c\xe2\xb7\x40\x3d\x45\x87\x2b\x97\xa2\x8d\x5f\x7d\x34\x14\x7c\x99\xc4\xb8\x7e\xe8\x8b\x1f\x8d\x73\x49\x69\xec\x0a\x40\x2e\xfd\x5f\xea\xfc\xda\x28\x86\x16\xa4\x09\x5b\x34\x39\x6b\xed\x13\xb3\xf9\xfd\xba\xb2\xf4\x59\xd4\x8b\x8f\xd0\x56\xbc\xea\x89\xcb\x1b\x66\xb0\x2e\xe6\xd2\x0c\xc6\x48\x27\x71\xcb\x7a\x88\x9f\x25\x34\x51\x84\x1b\x19\x5a\x4a\xbb\x99\x0c\x2d\xf9\xdf\x2f\x90\x5e\x60\xf3\x87\xcc\x51\xfe\x4f\xb6\xb7\x39\x8d\xfd\x47\x57\xa6\xdb\x8b\x40\xbf\x09\xdb\x8a\xdb\xe2\xdc\xf8\xaa\xdd\xbf\x89\x5f\xda\x7c\x46\xed\xc7\x24\x99\x1b\xfe\xc4\xe6\xdf\x0f\x5d\xb2\xba\xcd\xe4\x2f\xfa\x1f\x49\xfe\x22\x35\xf6\x24\xf7\x4b\x09\xb1\x9e\xbf\x8d\xa3\xf8\x9b\x95\x92\x29\x4e\xbe\x97\xa9\x77\x67\x82\x1c\x25\xe6\x78\x92\xfb\xa5\xc2\x77\x77\xfd\xc1\xfc\x3e\x3c\x2a\x84\xa1\x4e\x53\xb9\x78\xff\x48\x96\x96\xd9\x76\xff\xc6\x73\xcb\x46\x33\xb9\xbd\x68\x9e\xd3\x26\xc0\x4e\xb8\x72\xe7\xc4\xeb\x03\x25\xf7\x9c\xa0\x84\xc8\x90\x3f\xc9\xde\xb2\x37\x18\x8b\xe7\x24\x8a\xff\xb0\xef\x08\xd0\xd3\xfb\x3a\xb9\x9a\x17\x45\x31\x07\xae\xee\xee\xdf\xc0\xa7\xd0\xd0\xc9\x35\xfd\x2f\xcc\x68\x12\x88\x07\x91\xce\x9c\x50\x48\xaa\x59\xe4\x84\x59\x0f\xf9\x0f\x92\xeb\x60\x9c\xcd\x61\xca\x16\x7f\xc9\x6f\x70\x74\x88\xa9\x33\xf8\x70\xb2\x6b\x40\xe7\x3d\x67\x40\xbd\xc5\x01\x86\x6c\x31\xeb\x05\xaa\x0e\x8f\x36\x54\x1d\x56\xe7\x97\x02\xe2\xf7\x20\x3d\x09\x91\xdb\xed\xbe\xb5\x85\xec\xda\xe9\xd3\x74\x59\x58\x7f\x13\x4a\x15\x92\x2d\x4c\x32\xc7\x1c\x1e\x30\x67\xfa\xa1\xbf\x87\x3a\xcd\xf0\xa1\x01\xa3\x9a\x3f\x14\x10\x21\xd3\xbc\x64\x6a\xd9\xa2\xb5\x55\xec\x86\xa9\x91\x82\x66\x37\x59\xd0\x9c\x6b\xaf\x68\xbf\x01\x25\x58\x8e\xdc\x70\x73\x92\x13\xbc\x6d\x7e\xb4\x9b\x05\x86\x1a\x89\x6a\x86\xb1\xa1\xe4\xa9\xd9\x49\xdb\x34\x67\xd1\x22\xb5\xb3\x48\xaa\xa6\x06\x9b\x38\xbc\xfb\x0c\x2d\xc2\xea\x98\x6c\x0a\x9d\x8d\x63\xe2\xa9\x69\x70\x20\xcc\xb9\x76\x85\x61\xc0\x1f\x79\x6d\x9a\xfe\x85\x89\x69\xdf\x60\xb9\x9c\xb3\x6c\x2a\xdf\x5c\xbf\xa6\xd2\x19\x05\xad\x12\x7b\xca\x64\x57\x30\x42\x90\xec\x37\x87\xe8\x7e\xb2\xdf\x74\x2d\x24\x92\xdf\x74\x2f\x8b\x27\x2e\x99\xe9\xbb\x27\x57\x79\x2c\x1a\x93\xec\xe0\x7a\xcf\xc9\x77\x53\x87\x1d\x79\xe2\xba\xb2\xbf\x40\x96\x4e\x7f\x1f\x67\x8b\x08\xa1\x29\x57\xb4\xa7\xd6\x09\x75\xa6\x81\x90\x13\x67\x8b\xb6\x0b\x79\x6d\x52\x77\xfb\x7c\x00\x28\x3a\x6a\x40\x93\xbc\x69\x26\x03\x4d\xb9\x01\xcf\x47\x55\xc0\xe4\x98\x5c\x51\xe8\x95\x9e\x0f\x28\x36\x5c\x3e\x13\xcc\x92\x08\xa9\x89\x2d\xaf\x43\x97\x94\x35\xeb\x65\x6b\x23\xcb\xc0\xfc\xa7\xf9\x46\x3e\x9b\xf5\x96\xd5\x60\xf4\x95\x3f\x67\xef\xab\x1c\xa0\x4b\xdd\xf3\xe6\x2b\x7d\xb6\xeb\xcc\x6b\x58\x25\xda\xc1\xf2\xbf\x3b\x6b\x5e\xd3\x6f\xf0\x02\x54\xfe\x46\xbe\x4c\xac\x7b\x2f\xe7\xc8\x3a\xb3\x37\xf7\x02\xd2\xce\xa4\x37\x04\x27\xac\x2a\x2a\x3b\x09\x62\xa6\x80\x42\xf3\xc3\x88\x25\x22\x3f\xcc\xd4\x5d\x47\xb6\x97\x29\x02\xea\x24\x9e\x1a\xb6\x93\x79\xee\x17\xa1\x97\xbc\x0b\x29\x6e\xf3\xea\x88\x54\x2c\xd3\x48\xd2\x13\xd4\x25\x04\xcf\xf3\xe4\x62\xb8\x69\xb5\x9d\x98\xcf\x5a\x52\xa4\x62\x99\xa4\x39\x9d\xe7\x01\xca\xfc\x27\x67\x2c\x50\xdd\xd3\xd5\x71\xfa\xae\x3f\xc4\x22\x70\x82\xb4\x74\x85\x23\x5f\xcb\x14\xbf\x72\xe2\x01\x20\xfb\xe5\x3c\x59\x29\x45\x0f\x9d\x20\x9a\x5c\x4c\x4e\x30\xf0\xde\x78\x92\xba\x65\xff\x6d\x14\xe4\x6e\x99\x1e\xc4\x4c\xbe\x42\x26\xb1\x79\xba\x22\x92\x88\x79\x9e\x00\xe2\xd3\x0e\x00\x10\x2f\x38\x9b\xac\x2c\x93\xf4\xa7\xf3\x1c\xf2\xc4\xf2\x0c\x99\x58\x84\x34\x92\x89\x65\x6f\x86\x62\x9d\x40\x33\xf5\x43\x9c\xd8\xd7\x86\x09\x90\x8a\x65\x92\x16\x76\x92\x89\x65\x6f\x46\xb7\x92\x8a\x65\x37\xdc\xff\x34\x96\xd8\x9a\x09\x76\x12\x16\x4e\x2a\x96\x0e\x3b\xe5\x24\x13\x4b\xdb\xd1\x3c\x32\xb1\x1c\xcd\x8e\xc4\xd6\x6e\x30\x15\x4d\x52\xb1\xb4\xd6\x7d\xa1\x73\x41\xa0\x7c\xcd\x69\x83\xe9\x4e\x16\x4a\xd8\xf7\x26\x59\x59\x76\x63\x7e\xcf\xb5\x50\xc6\x96\xfe\xcd\x15\x07\xdb\x12\xd9\x5a\x0e\xd7\x8c\x73\xad\x93\x41\xce\xc4\x79\xba\x4e\xfa\x65\x6b\x99\x0c\xfd\x93\xe7\x2f\xbf\x38\xcf\x94\x5d\x84\x27\x8a\xf4\x2e\xfb\xef\xeb\x8b\x06\xb1\xe3\x92\xde\x65\x37\xfe\x85\xf4\x2e\xad\xec\xd2\xb5\x4e\x86\x90\xb4\xd3\x75\xf2\xf7\xc9\x20\xb0\x5c\x03\x4e\xd7\xc9\xf4\xe5\x1b\xce\x69\xe5\x20\x18\xd4\xd3\x65\x3b\x07\xec\xad\xf3\xd4\x76\xb6\x82\xb5\x32\x86\x13\xfb\x9c\x58\xed\xac\x13\x64\x80\x09\xe7\x35\x19\x60\x56\xc5\xfe\x63\x1d\x3b\xf6\xe9\xcb\x70\x43\x38\xc8\x90\xf9\x93\xbd\x75\x92\xcf\xa5\x8b\x1d\x24\x9f\x4b\x6c\x3f\x79\x68\xf2\x53\xc3\xb2\x8a\x03\xea\xd0\x49\xca\x96\x26\xfe\xfc\x94\xa5\xc4\x59\x44\x06\x73\x2f\x75\x48\xd9\x92\xe1\xfc\x85\x60\x58\xa3\xf3\x24\x15\xa2\x9e\xaa\xf3\xe2\x77\x54\x90\x6b\x4a\xed\xd9\xfe\xb5\xba\x9d\xc4\x6f\xe9\x36\x3f\x09\xed\x35\xdf\xf2\x24\xe9\x4b\x1a\x5b\x78\x92\x89\x2c\x54\x6e\x56\x6c\x7d\xb7\x24\x80\x49\x8f\x40\xe7\x8d\xd1\x81\x3d\x45\x3e\x96\x5f\x7c\x36\xf9\x58\xf6\x1f\x24\x81\x7c\x2c\x69\x78\x28\xf9\x58\xa6\x38\x94\x73\x2d\xeb\x87\x2e\xe7\xf3\x31\x0b\x08\x3f\xca\xc5\xb3\x61\xdb\xe4\x6c\xf9\xc5\x76\x93\xb3\x65\xfd\xa8\xff\x28\xb0\x1a\xbe\x80\x33\xc9\xb9\xea\x32\xfc\x5b\xc4\xb8\x85\xd6\x7a\x21\x05\x4b\xfe\x66\x06\x24\x85\xe2\xad\x48\xbb\xb2\xb7\xdf\x24\x66\x7d\x36\xfe\x81\xb4\x2b\x53\x14\xd7\xf9\x5a\x03\x3f\x0a\x17\xa1\xd0\x22\x12\xa7\xec\x8d\x34\xbc\x93\xcc\x29\x49\x2e\xf2\x49\x8a\x93\x6e\x93\x2e\x9d\x2c\x8c\x35\x89\x4c\xf6\xb6\xd3\x8c\x0b\xcf\xaf\x56\xcd\xc5\x82\x0e\x67\xec\x24\xab\xc9\x7a\x28\xf9\x87\x55\xaf\x5e\xba\x30\x77\xb5\x58\xc8\x45\x32\xc5\x13\x5d\x10\x0d\x6a\xa4\x5c\x3b\x3d\xcc\xf2\x79\xed\x3e\xef\xdf\xdd\x99\x7b\xf0\x0f\x48\xd2\x7c\x79\x57\x47\x99\x59\x24\x26\x29\x52\x2b\x4c\xf2\x92\xec\x92\x91\xce\x6b\xc7\x94\x0f\x1f\x12\xab\x40\x33\xe0\xbf\xd0\x0d\x7e\x1d\xf6\x3d\x5b\xe0\x45\x2e\x2f\x2f\xe7\xaf\x63\x5f\x16\x08\x47\xd4\x0b\x92\x5a\x31\x1c\xd7\x61\x22\x66\x6a\xe3\x62\xd4\xf8\xc2\x4b\xb0\x3d\x1a\x73\x75\xbe\x01\x2d\xb9\xe0\x12\xd4\x6d\x7a\x75\x55\x8f\x4f\xe0\x5a\xb4\x79\x6f\x70\xc1\xc3\xae\x7f\xeb\xea\x1e\xb1\xfc\x51\xc6\x8d\x3d\xf6\xea\x9e\x33\x7c\x9e\x71\xde\xad\xe0\x83\xf0\x9e\x2f\x1e\x9b\x3f\x4a\x2b\x08\xb4\xf2\xde\xe0\x82\x82\x56\x9d\x24\x55\xca\x8f\x49\x80\x54\x29\x7b\x33\x82\xc1\x5c\x29\x90\x5b\x4f\xd3\x9d\xec\x76\x45\xe2\xc6\xc6\x64\x27\x8b\xc9\x24\xe9\xd4\xbc\x0a\x0a\x3b\xfb\x94\xc5\xb4\x79\xfd\x79\x11\x20\xf5\xfb\x21\xd3\x98\xd8\x5f\xac\x75\x32\xe4\xce\x0b\x36\x05\x2d\xaa\x8b\x00\x51\x72\xde\xcd\x4b\xea\x3d\x55\x52\x8a\x3d\x15\x69\xe2\x7d\x67\x6b\x20\x73\xc9\x8f\x76\xe5\x92\x24\x4f\x05\x03\x0a\x03\xd7\xd8\x24\x99\xc8\xde\x20\xc3\x9a\x24\x13\xf9\x51\xc7\x90\x4c\xa4\x74\xd1\x92\x96\x63\x8a\x0b\x20\x2d\xc7\xd4\x09\x4c\xca\x8d\xe9\x25\x0d\x19\x37\xf6\xd6\x55\x05\x92\x41\x91\xf9\x7e\x5e\xe6\x62\x55\x3b\x31\xf1\xc4\x36\x91\x29\x63\x6f\x86\xe6\x92\x2a\x63\x66\xfd\x13\xd2\x4b\xbe\x8c\xa9\x6f\xfe\xd2\x94\x13\xa1\x41\xc2\x8c\x09\xcf\xdc\x24\x49\xc6\x34\x62\x96\x24\x19\x53\xbc\x0a\x49\x32\x76\x33\x69\x4c\xb2\x64\xcc\x54\xa5\x89\xc1\xf4\x6a\xeb\x7a\xf1\x16\x3a\xf0\xc4\x03\xb5\xae\x46\x10\xdf\xa3\x0b\xed\x32\xfd\xe0\x54\x4e\xcd\xaa\x16\x48\xc8\xf6\x53\xf6\x8f\x75\x93\x1e\x21\xbb\xc3\x4c\xf6\x1d\xb2\x3b\xfc\x08\x4c\x6e\x57\x07\x76\x4b\x12\x34\xcc\x62\x4b\xb9\x81\x65\xc8\x6e\x34\x6f\x80\xed\x62\x94\xc9\xdc\x50\x3f\xf9\xee\x0b\x83\xbf\xd1\x26\xf6\x8b\xdb\x15\xc1\x00\x4e\x32\x2b\x4c\x61\x56\x64\x50\x98\xc2\x8f\xc9\xa0\x30\x49\x6d\x36\xc9\x9a\x30\xc5\x2e\x93\x29\x61\xca\xb5\x72\x1f\x56\x4c\x65\x9c\x9e\x35\x58\xc9\xa0\xb0\x37\xf1\x67\xf7\x41\x05\xb8\x47\x6e\x80\x15\x4d\xb8\x25\xb9\x15\x66\xfe\xfe\x56\x3d\xd0\xa1\x9b\xa0\x4a\x5d\x9f\xf7\x71\xfa\x1f\xf4\xc6\xc1\x0d\x2b\x2a\x71\x1f\xcc\x5e\x76\xaf\xbb\x5b\x05\xed\x20\x7a\xd2\xb3\x87\x19\x18\xbc\xe6\xb8\x07\x6d\x45\x19\x6e\xcf\xd2\x06\x2b\xde\x40\xde\x85\x2c\x93\x8e\x61\xfd\x07\x6f\x0f\xb6\xa0\xe6\xdb\x49\x50\x81\x0f\x31\x56\x98\xd4\xf7\x50\xad\x94\x0b\xa9\xb4\xfb\x96\x19\x39\x5d\x05\xef\xe0\x20\x8e\xb5\x71\x87\x13\x90\x9a\x93\x1f\x62\x73\x21\x51\xc3\xfe\xa3\x6b\xb8\xa5\x08\xc5\x38\xbb\x3d\xc5\x7a\x49\x76\x2f\xeb\xac\x6b\x92\xdc\x24\x86\x36\xaa\xe7\xae\xcd\x87\x68\x13\xa7\x55\xd7\xc1\x5f\x9e\x07\x16\x0e\x72\x38\xa4\xb1\x34\xa6\x70\x68\x02\x8d\xee\xe2\xb2\x86\x8d\xfd\x36\xe2\x92\xc5\xe2\x76\xa5\x11\x44\x74\x4f\xfb\x0c\xd5\xbd\x49\xfb\x2c\x18\x94\x4c\x0f\xeb\x3f\x68\x2d\x31\x8f\xfa\x9a\xc8\xca\xb0\xff\x20\xa0\xa6\x65\x30\x04\xe0\x3e\x7f\x95\x53\xc9\x69\x25\x36\x97\x98\xc4\xdd\x1e\xd1\xaa\xf1\x12\x99\x4c\x06\x87\x3b\xd2\x4d\xc8\x75\x53\xd3\xa4\x17\xb3\x43\xb4\x06\xb0\xe2\xa1\xf6\x4f\x2f\xef\xa1\xf0\x2f\x03\x48\x6e\xdc\x6d\xe1\x1c\x7a\xcd\xbb\xc9\x67\x7f\x66\xf3\xe4\x37\x61\xe7\x37\x74\xe5\xfe\x11\x13\xab\xee\xe6\xbc\x67\x32\x3e\x26\xa4\x47\x51\x1e\x2f\x50\xd0\x26\xd8\xf6\xf7\x66\xe4\xc7\x23\x3f\x06\xe6\xe7\xd3\x0c\x6b\x2d\xfe\x26\xec\x9e\xf9\x07\x2f\xfe\xde\x04\x92\x40\x8c\x3f\x63\xfb\xe7\x31\x15\xd6\xfc\xf5\x16\x75\x12\x8a\x17\xe8\xdd\x63\x82\x79\x16\x15\xa8\xef\x4b\x53\x5b\xea\x7b\x99\xde\x26\xdc\xf7\x15\x9c\x8c\xe1\xac\x9f\x46\x55\xc1\x59\x3f\x7f\x3f\xca\x4d\x88\x0e\x72\xf8\xe2\x53\x68\x07\xbc\xf0\x53\xe7\xf7\x83\xaf\xaa\xa1\x38\xcf\x50\xce\xef\x7b\xa7\xc1\x94\x87\x39\x7d\xea\xa8\x80\x39\x3d\xbd\x28\x78\x4c\x47\xcc\xec\x82\x20\x7d\x0a\xd4\x78\x38\x42\x39\x72\x8f\x47\x28\xed\x18\x48\xce\xeb\x48\x5f\xa6\xd1\x0c\xdd\x43\xdc\x88\x1e\x8f\xa7\x1c\x09\x2a\xc6\xf1\xd2\xb4\xd3\x1f\x88\x6f\xbd\x47\x7d\x88\x17\x56\x4f\x1e\x80\x2a\xc1\x02\xfe\x68\xfc\xa7\x23\x31\x6d\x06\x2f\x9f\xdc\xa0\x60\x28\x3c\xc4\x91\x79\xe3\xf9\x90\x07\x58\x6f\x0e\x6c\xe3\xb5\xf9\x69\x02\x41\x6c\x1d\xbe\x6b\xef\x38\x1f\xf6\x49\x6f\x5a\x1f\x53\xfc\x92\x44\x65\x3e\x37\x7d\x87\xc6\xc1\x1d\xbe\xfe\x83\xb7\x4d\xda\xe1\xdf\x0f\xcd\x3e\xfc\x1b\x6b\x8d\xd5\xe5\x79\xf8\x4e\x8d\x83\x07\x07\xc8\x4f\x99\xc8\xa0\xe1\x91\xe2\x01\x7e\xe9\x11\xef\x21\xd4\x55\xd7\x3f\xec\xdc\xd3\x23\xc5\xf3\xd9\x0a\x9a\xf7\x39\x82\x3c\xff\xd1\x47\x87\x7f\x43\xd7\xfa\x7b\x86\xdf\x67\xce\xc0\x9c\x3d\x3d\x3f\xbc\xcd\xba\x82\xbf\x6d\xc3\xc1\xdf\x17\xcf\xec\xfc\x7d\x4b\xe0\xe1\x43\x68\xfd\xef\x6f\xae\xc6\x58\xe2\xa1\xd1\xde\xbd\x1d\x7c\xd7\x5e\x16\xaa\xe0\x6b\x88\x29\x06\x0a\xf4\xda\x21\xf8\x07\x7a\xed\xdd\xed\xe1\x75\x8f\x73\xf5\x7e\xb9\x1e\x14\x97\xfe\x92\x0f\x62\x63\x15\x7c\x9d\x14\xae\xfd\xf0\x6b\x77\x1d\x9b\xaf\xe8\x78\x77\x0b\xf8\xb5\xbb\x6e\x99\x57\x4b\xd7\xb5\x1c\x0a\xed\x90\xe3\xe0\x3d\x68\x07\x9a\xfa\x02\x31\x14\x64\xfc\xba\x15\x7a\x67\x0d\xb7\xf6\x01\x65\xea\x7c\xc9\xf7\x20\x75\xd3\xbb\x76\xc2\x90\x71\xe9\x5d\x3b\x61\x48\xd7\x04\xcf\x76\x73\x13\x79\xd7\x7e\x17\x92\x23\xbd\xc7\x27\xcb\xf7\xfa\xbb\xff\x5a\xc4\x0f\x01\x9c\x20\x25\xd0\x84\x7f\x3b\x74\x73\xbf\x1d\xd7\xa9\x2f\x93\xa8\x41\x70\xe3\xfb\xdf\x08\x40\x6a\xeb\xd4\x50\x3e\x44\xd7\x33\x77\xde\xf1\xab\x81\x37\x06\xdf\x8c\x59\x04\x1b\x77\x88\xff\x78\xf5\xb3\xe8\x6d\x7e\x07\xdf\x83\xb1\xf5\x0e\x2c\x71\xfb\x5e\x43\xb9\x8e\x7f\x1e\x54\x5f\x7d\xd4\x9e\x66\xde\x41\xc3\x58\xe4\x61\xfa\x8e\x5f\xc3\xe2\x97\x3b\x86\xbf\x87\x2f\xf8\x1f\x6b\x9d\xd1\x49\x0f\x8b\x77\xd7\x19\x06\x8b\x77\x4a\x9f\xf1\xea\x49\x91\x47\x0b\x16\xef\x74\xb1\x7b\x65\x3b\x90\x23\x0b\x16\xef\x69\xdc\xcb\x4b\xec\x99\xde\x8a\xff\x26\xf1\x66\xe8\xdd\xa1\x3d\x30\x42\xe2\x5d\xf2\x2f\xbc\x69\xde\x64\xbe\x21\x21\x6c\xef\xca\xa5\xc4\xe7\x6f\x36\x68\x2f\xa2\x61\xe1\x4e\xef\x4e\xe1\xce\x4e\x6f\x70\xe1\xce\xde\x3d\xc0\xbc\x13\x43\xc4\x96\x92\x63\xc9\x9b\x5d\x58\xb1\x77\x73\x89\xcc\x77\xb2\x13\x62\x33\x41\x8b\x5d\x87\xdf\x8c\x57\x42\x04\xee\xcb\x42\xa6\xd3\x18\xfa\xeb\x09\x09\xe9\x7c\xa5\x7e\xb1\xef\x08\x5c\x2d\xf6\xa9\xd7\xb4\x09\xfe\x0e\xae\x03\x8f\x75\xef\xe5\x4c\x56\x6d\x7e\x01\xff\xbc\x00\x25\x8b\x21\x49\xf0\x62\x17\xb9\xc8\x26\xbc\xd8\x87\x51\x1b\xf0\x62\xef\x46\x80\xbe\x37\xc1\x0f\x9c\xb4\x5e\xdd\x08\x82\xb1\xdf\xc7\x0c\x4d\x7c\xf2\x43\x6e\x2e\xbf\x80\x85\xcf\x3b\x8d\xf7\x91\x1a\x90\x2f\xd6\x0e\xc0\xd4\x78\x01\xa2\xb9\xd3\xbd\xdc\xcd\x35\xaf\x39\x5f\x0d\x04\x5b\x4d\x16\xf2\xdf\x38\x11\x61\xd5\x48\xfb\x34\xdf\x97\x13\xa5\x0a\xce\xa5\x5d\x0d\x5f\xe0\x44\xe9\x24\x78\x71\xa9\x70\x80\x78\xf5\x16\xb0\xf7\xcb\xc8\x6d\x3c\xfd\xcb\xd5\x5c\x33\x80\xe3\x95\x35\xd4\x49\xfd\x79\x45\xc3\xcb\x40\xd4\xda\xaf\x93\x88\xab\x12\x25\xf5\xea\x6b\x98\x2a\x9b\xa7\x89\xe1\x43\x42\xfa\xfc\x1b\x7b\x93\x83\x2d\x9c\xda\xb2\xa3\x4e\x38\xb5\xf7\xe6\x55\xe8\xb7\x61\x84\x75\xff\xbe\xfd\x0f\x9f\x02\xf9\xd5\xfd\xfb\xe5\x76\x7e\xf2\xf7\xe7\x43\x6b\x80\x3e\x88\x40\x21\x8f\x9f\x52\x72\xbb\xaa\xc1\xc8\xbd\x1e\x2a\xfe\x81\xca\x58\x45\xb3\x2f\xd9\x39\x3e\x02\xad\xf2\xf7\x86\x9f\xca\xdc\xfb\x1a\x1c\x5a\x0c\xd1\xb7\xcb\xb4\x1a\xfc\xed\x70\x75\xff\x83\xe1\xc2\xe0\xfc\x48\x8a\x10\xd3\x87\xec\x71\x9e\x39\x1c\x2d\x6a\xf3\x3c\xe1\xbe\xf0\x1d\x0e\x17\xed\xf3\x3c\xe1\x95\x25\xf4\xdc\x8d\x34\x9b\xf3\x3b\xec\x0f\x26\x10\xd4\xdb\x29\xfe\xec\xeb\xb2\xe3\xd0\x56\x2e\xed\x3c\xe4\x7c\x78\x9c\x8d\x82\xfd\x40\x4f\xeb\xe0\xfc\x58\x21\x97\x01\xf8\xff\x5e\xe3\xf2\xff\xb3\xc4\x7d\x43\xea\x48\xba\xd3\x03\xc9\xfc\xfd\x80\x80\x37\xba\x10\xe4\x87\xf1\x9a\x1f\x96\x54\xda\x1f\x1e\x2f\x1c\x30\x2c\x29\x08\x80\x27\x34\xde\xa5\x1b\x1c\x1a\xef\xbd\xb9\x3e\xc3\xe3\xfd\x23\xfe\x83\xad\x7b\x26\x06\x31\x4c\xdc\xf2\xf9\xce\x4f\x73\xcb\xc5\x15\x26\xee\x69\x48\xd0\xf7\x33\xb1\xa8\xed\xe7\xbb\xe0\x87\x8c\x3f\xb2\xd5\x25\x60\x90\x56\x03\xa2\x10\x3b\x0a\x39\xf6\xae\x49\xf6\x99\x16\xc6\x81\x80\xf2\xca\xb3\xc5\x47\x96\x81\xdd\x2f\x9b\x26\xeb\x42\x0e\xaa\x41\xee\x46\xa8\xab\xa7\x31\x97\xd0\x52\xef\x1a\x67\xd0\x52\x37\x0f\xf0\xd0\x52\x87\x18\x42\x68\xa9\x53\xda\x39\xd9\xa7\x9d\xbb\x9f\x69\x59\x6d\x3f\x51\xfa\x3b\x29\x32\xe7\x77\xfd\x28\xc2\x68\xb5\x07\x11\xd7\x71\x18\xa1\xf7\x5d\x12\xcd\x0f\xc8\xef\xde\x30\x98\x3f\x16\xc2\x9d\x6b\xc5\xa7\xfa\xf6\xdc\x80\xb4\x77\x58\xe1\x7f\x02\xdf\x5d\xfd\xa8\x00\x16\x2a\xd3\x08\x3e\xd5\xdb\xc3\x21\xe1\xf7\xeb\x4f\xf5\xfd\x79\x38\x50\x59\xc3\x53\x7d\x3c\x58\x7b\xab\x31\x03\xc1\xf9\x3c\x25\x2b\x79\x21\x18\xdb\xf3\xe0\x57\xd8\x39\x13\xbd\xc9\x5d\x83\xa4\x85\x6f\x4e\xa8\x6c\xe7\xfa\xf3\x66\x57\x1e\xfc\x89\x91\x51\xff\xf9\xfb\xe6\x6e\x7b\xd6\x32\xfa\x4d\x4e\xa1\x1c\x17\xbf\x39\x61\x32\xe7\xbe\xf5\x9b\xaf\xdb\x4e\x5f\x7f\x7f\xc2\x41\x57\x65\xdf\x49\x96\x49\x26\xe0\x77\xe2\x94\xd8\x01\xd6\x7e\x67\xb3\x07\xd7\xaa\xf0\x91\x40\x05\x14\xd6\xf7\x42\x21\xbc\x3e\xe5\x7b\x8d\x27\xe9\xfc\x39\x7f\xcd\xfc\x4c\x61\xb2\x11\xce\xf9\x61\x62\x81\x6c\xff\x4c\x34\xb0\x26\xf4\xf7\x01\xd9\xdc\xf8\x73\xad\xe3\xeb\xe9\xce\x3f\x70\x2c\x0f\xfe\xec\xca\xfd\x07\xe0\x9d\xff\x3d\xf4\xfe\xff\x3a\xff\xcf\xff\xe3\xfd\xcf\xdf\x06\x51\xf0\xdf\x26\x83\xea\x7f\xfe\xb6\xfd\x3e\xd7\xbf\x77\x22\xa8\x40\xdd\x6c\xc7\x6c\x4b\x74\x9c\xab\x61\xcb\x6e\xda\xe0\xa2\x58\xc5\xfa\x84\xb5\x18\x6f\xc7\xe5\x33\xcb\xc6\xe7\x94\xbb\x41\xef\xb0\x8a\xc9\x55\xf5\x7f\xfe\x36\x68\x0a\x56\xc1\xa5\xc1\x8e\x24\x90\x1c\x5e\x23\x2c\xc9\xa1\x64\xad\x34\xd8\xcd\x3b\x5c\xc9\xab\x90\xa3\x1c\xc9\xad\x04\x5a\xdf\xb6\x24\xcb\x14\x5d\xc5\x01\x5c\xe5\x3f\x7f\x7b\x5b\x2b\xc4\x2a\x20\xf3\xdc\x96\x24\x95\x68\xd2\xac\xd1\xdb\xe1\x9a\x5b\x85\x19\x64\x91\x84\x92\x09\xca\x77\x89\x20\xd4\x5a\x45\x01\x20\x5f\x92\x65\x84\xad\x02\x0b\x73\x20\x09\x25\x6b\xa1\xe0\x78\xbd\xef\xf1\x2a\xe2\x7e\x7d\x35\xe9\xd8\xe7\x92\x1c\xfb\x09\x5f\xe6\x7f\xfe\xf6\x6e\x23\x7b\x78\x49\xb5\x24\xc9\x4f\x77\xe6\x54\x43\x52\x7c\x7e\x37\x51\xc8\x92\x10\x43\xfc\xb7\x13\xe6\xc9\xb1\x64\x27\x98\xf3\x6f\x1f\x00\xd1\x48\xae\xb8\x13\x0f\xb9\x8a\xb5\x68\x12\x34\xb1\x13\x75\xb8\x0a\x12\xc5\x25\x2f\x5e\xf4\xa4\xc1\x79\x50\x2b\xee\x44\xb0\xad\x82\xa7\x96\x3d\xb5\x63\xb0\xad\x02\x50\x2f\x50\x86\x9d\x44\x2c\xab\x60\x9e\x42\xe3\xb7\x93\x6a\x65\x15\xa7\xb2\x8e\xec\x41\x36\x8d\xf0\x5d\xa7\xae\xfd\x9d\xa5\x8c\x55\x00\x03\x71\x27\x11\xca\xdf\xae\xb9\xb6\x93\x53\x69\x7f\x4f\x9f\x3b\x7d\x2e\x36\x64\xbf\xe7\x1e\x65\x3b\xb2\x0f\x19\xf7\xf1\x3b\x66\xd6\x8e\x4d\xb7\x8a\xa1\x8c\x36\x5f\xa1\xcc\xb5\xc5\x6f\xbb\xac\xc3\x25\x0e\xff\xe0\xfe\xda\x2b\x58\x73\x4b\xc6\x77\xdc\xd6\xfb\xd9\x07\x6b\x8d\xdd\x21\x49\x5f\x05\x5b\xea\xb6\xda\x77\x40\x72\xbe\x0a\x0e\x96\x08\x4a\xc1\xf7\x1b\xf5\x03\x76\xf1\x55\x98\x60\x0c\x49\x57\x62\xd4\x3f\x92\x50\x42\x22\x5a\x25\x8f\x92\x97\x34\x7f\xd4\xb5\xcc\x85\x55\xa0\xac\xcb\x96\x3b\x98\x01\xab\xe0\xb3\x49\x25\x79\xc0\xc8\xbd\x8a\x53\x59\x2d\x59\xf7\x55\xf0\x74\x83\x76\x32\x00\x87\xb4\xc0\x1b\xf7\x84\x07\xb4\xc0\xab\x78\x95\xf1\x6b\xa7\x6f\x12\x29\xbf\xcc\x9c\x03\xd6\xd5\x55\xfc\x9e\x5a\xed\x80\x3f\xf5\xef\x68\xe4\x81\x5f\xa7\xd9\xa3\xed\xa5\x64\x19\x26\x6b\xb9\x3c\xda\x9a\x08\xab\x60\x35\x26\xeb\xfc\xd1\x4e\xfa\xa6\x39\x44\xb8\xce\x8f\x9d\x15\xea\xd8\xc9\x6f\xbb\x36\xba\xe3\xa8\x35\xb7\x0e\xe8\x74\xda\x06\xcf\xe8\x71\xac\x86\xaf\xc2\x56\xf0\x26\xfc\x2f\xab\xf8\x2d\x98\xeb\xdd\xee\x00\x75\xae\x51\x76\xa2\x00\x8e\xde\x69\x1b\x74\x1c\xfb\x8e\xab\xec\x70\x26\x1e\x04\xef\xaf\x19\xbf\xc6\xc0\x99\x77\x0c\x77\x2b\x1c\xf8\xc7\x58\x1b\xed\xdf\x61\x18\xe3\x8e\x3b\xed\x08\x9f\x0b\xb0\xc1\x07\xfb\xc1\x41\xb4\xe1\xdf\x11\xcd\xb9\xbe\xac\xd9\x83\x58\xc1\xbf\xc3\x58\x8b\x83\xd4\xe4\x47\xfa\x6e\x2a\x83\xea\xe3\x28\x65\x22\xd6\x0e\xbc\x8b\xc7\x54\x36\x9b\x00\x47\xbe\x77\xae\x1f\xff\x3b\x80\x25\xed\x07\x37\x35\x07\x58\xa4\xbf\x63\xde\x26\x78\x46\xbb\xa6\xfd\x22\xbe\xa3\x6f\x6b\x51\x3d\xc0\x74\xfc\x1d\xa0\x33\xf6\x0e\x52\xea\x38\xad\xc3\x1b\xf8\xbe\xad\xa5\xee\x38\xed\x97\xd3\xe7\xc0\x6b\x1e\x97\xcf\x71\xd3\xb4\xd6\x02\x64\x9d\x7a\x2f\x9f\x23\xfb\xeb\x71\xfb\xdc\x6d\x30\x38\xe1\x7f\xc7\x6d\xfb\xf0\x64\xee\x1d\xd8\xcf\x41\xc6\xd2\xbf\xe3\xf6\x5d\x90\x5a\xc7\xe3\xbb\x8f\x32\xdc\x14\xc7\xab\x8c\x83\xc0\x3e\x30\x16\x8e\x4f\xd9\xa7\x0c\x97\x66\x77\x52\x76\xf8\xdb\xf7\x01\x05\x4e\x87\xb3\xfd\xaf\x6f\x3e\x07\x70\xa9\x37\x9f\x83\x14\x76\x1f\x64\xf0\xee\x6e\x24\xbd\xf9\x1c\x47\xb2\xbe\xfb\xdc\x8e\xcc\xeb\xef\x7e\x28\x83\x91\x6b\x0f\x2c\x91\x0e\x0b\xd7\x5f\x97\x70\x29\xc8\x1f\xd8\x21\x59\xfa\xeb\xb0\x28\xed\x31\xf6\xff\xb6\x99\xdd\x8f\xff\xff\xb6\xe8\x7e\xac\x85\xed\xaf\x1f\x5c\xee\x04\x91\x31\x1d\xaa\xa2\xbf\x7e\xd8\x04\x98\xa0\xba\xaa\xdd\x3b\xd7\x48\x81\xfd\xd9\xfb\xc3\x67\xaa\xc6\x41\xb7\x75\xd5\xb8\x8f\x9f\x6c\xad\x5b\x5d\x95\xed\xc6\x4d\x26\x88\xc0\x4e\xb0\xe4\x5f\x37\x72\x31\x01\x60\x74\xa2\x15\xff\xba\x2a\x9b\xdc\xa4\x77\x55\xb6\xe7\x0e\x2e\x02\x3c\xff\x3a\x33\x29\x33\x95\x27\x6d\x21\xf0\xe6\xaf\x27\xce\x03\xd3\x23\xf6\x4c\xea\xc8\x5f\x7e\x65\xea\x20\xa2\xe3\xaf\x3b\x05\x4c\xae\xdc\x9d\x02\xdd\x29\xa0\xc7\xbb\x3b\x05\xfa\x64\x2a\x27\x67\xf9\x3e\x99\xca\x5d\xab\x2e\x89\x97\xed\xa0\xe2\x56\x41\x1d\x20\x92\x3a\x20\xb8\xbf\xfe\x83\xb9\x41\x5b\xdc\x27\xfb\x5c\x9f\xee\x73\x6d\xa3\x0e\xf6\xb9\x0e\xd4\x6d\xc9\x3a\x32\xfa\x74\x12\xda\x67\x66\xa1\x3e\x59\x7e\xfa\xc4\x27\x61\xce\xe1\x3e\x4f\xdb\xc7\x1e\x54\xa0\xfb\xfa\xbc\x6c\x1f\xdf\x51\x30\x87\x74\xa7\x59\x77\x4a\x99\x53\xa1\x3b\xa5\xba\xd3\xa7\xc8\xd2\xd3\x9d\x3e\xfd\x86\xcc\xd7\x24\xbe\x9d\x0b\x95\xbf\x7e\x5b\x2f\x07\xe0\x4e\xc2\xe9\xbf\x4e\x7a\xe9\x65\x21\xaf\xdf\xe3\x96\xe2\xaf\x3b\xa5\x8a\xb3\x43\x77\x4a\xf5\x67\xd9\xa4\x7b\xd5\x32\xad\xfb\xb3\x4e\xb9\xab\x98\xbe\x5b\xc8\x18\xb7\x87\x3d\xb7\xf0\x65\x77\x1c\xc1\x7f\x9d\x2c\x93\xfb\x64\x39\xeb\xef\x46\x1d\x2f\x59\xb0\x36\x9c\x95\x1d\x87\xe6\x5f\xc7\x7f\xb9\x64\xeb\x3b\x70\x35\xae\xc2\xe5\x9b\x7a\xf1\xe9\xad\xc2\xa5\x1a\x3d\x78\x07\xf5\xbe\xc6\xdd\xc2\xb9\xd9\x5f\xf5\x0f\xdf\xd7\x92\x51\x47\xa4\xb2\x52\x96\xc8\x7c\x17\xf3\x6b\xc3\x6e\xec\xb8\xb9\x56\xc1\xdd\x8f\x3a\x8e\x63\xea\xaf\xbf\x62\xe3\x39\xd5\x74\x0c\x9d\x55\x58\x07\xe3\x86\x01\xb3\x8a\x44\x46\xdf\xbf\x8e\xb9\xa9\xda\x36\xf0\x7b\x5d\x5b\xa4\xbf\x97\xbf\xc7\x12\xa2\xdd\xd1\x5f\xb3\xec\x40\x0d\xd9\xb5\x31\xfa\x4b\x86\x9d\x8d\x94\x69\x1d\x77\xd0\x5f\xc7\x13\xb4\x64\xd4\xf1\xf8\x1d\x50\xe8\x6e\x90\x32\x74\x1c\x36\xab\xb0\x2d\x41\x1f\xbc\x8f\x32\xbf\x37\xa8\xe3\x43\x37\x70\xa6\xb4\x0d\xdc\x6d\xff\x36\xfa\xcf\x84\x64\xb2\x2e\x76\x7c\x24\xab\xb0\x8e\x5a\xe3\x4b\x32\xb2\x55\x48\xf4\xbf\x8c\xe3\x4e\x1a\xb1\x55\xf8\xbd\x93\xdf\x63\x5b\xef\x64\x0c\x5b\xb2\x81\xcc\xe7\x76\xbf\x8d\xe5\x91\x54\x60\x7f\xfd\x73\x7c\x61\xa5\xee\xb8\x1c\x56\x41\x3f\xef\x8d\xdf\xeb\xa9\xec\x56\xb6\xbe\x8d\x13\xfe\x2a\x7c\x97\xb9\xff\x39\xbe\x9c\xdf\x97\x8c\xdf\x8b\x47\xd9\xab\x6c\xf5\xd5\x97\xbe\x9b\xbe\xbb\x8c\xec\xce\x79\x7e\x15\xa7\x32\xea\x28\xf4\xef\xab\xdf\x73\xbc\x3b\xed\x03\x28\xad\x36\xce\xea\x9d\x54\x51\xab\xf0\x5d\xc6\x8d\xac\x4f\xab\xf8\x94\xd1\x7f\xa7\xf5\x9e\xfe\xde\xa0\x7d\x97\x75\x5c\x26\xf9\x0f\xbe\x57\xdd\x30\xd3\xd2\x06\x6e\xa2\x7f\xb7\xcf\xdd\xd2\xb2\x24\x7d\x7a\xfb\x1c\x89\xc7\xb7\xdd\x71\xbb\x1d\x37\x52\xa6\x6e\x30\x41\x77\xd2\x1e\xad\x22\x94\xd1\x96\xd7\x7e\x7e\xed\x67\xe6\x16\xe9\x81\x56\x61\x3f\x3b\x6e\x9f\xcf\x7d\xa9\x6c\x22\xf3\x39\x98\xf5\x37\x32\xbd\x0f\x92\xf7\xac\x62\x28\x2b\x64\xa9\x0c\xbd\x02\x17\x32\xb0\x67\x57\x91\xca\x26\xb2\x47\x19\xdf\x4b\x90\xfd\x20\x27\xcd\x2a\xba\xb2\x40\xf6\x21\x3b\x8c\x5b\x5d\xe3\x36\xb6\x43\x99\x3a\x04\x2a\x7e\x90\x0c\x66\x15\xa1\x2c\x91\x9d\xca\x2e\x63\x5e\x79\x97\x23\xd2\x20\x9d\xcb\x92\xf1\xee\x08\x65\xbf\xd8\x58\xbe\x63\xd8\xbe\xf0\xb9\xe0\xb9\xf0\x39\x75\x0d\x3f\xcd\x20\x3b\xca\xdf\x30\x01\xca\x46\xf4\xd4\x20\x9f\xc9\x2a\x4e\x51\xde\xf4\xd5\xda\x74\x56\x61\xff\xfd\x3f\x24\x94\xff\xfb\xed\x7e\x90\xa7\x64\x15\x36\xa1\xe8\xb6\xb2\x09\x65\x57\x4e\x9a\xc5\x71\x6b\x6c\xa4\x4a\xdb\xb0\xf5\xc7\xc6\xd6\x39\xc8\x19\xb2\x64\xbc\x3b\xed\x0e\x39\xd1\xba\xc3\x75\xfe\x64\x7c\x12\x0c\x5c\x83\xb4\x1c\x7f\x63\x73\xe9\x82\xe3\x7e\x90\x30\x63\x15\x53\x19\x75\x5c\x7e\xd2\xe5\x15\xfa\xce\xa7\x5f\x0e\xcd\xfd\x7b\x97\x7a\x71\x00\x0c\x72\x65\xb4\x0d\x02\xf9\x41\x82\x8c\x55\x94\x32\xba\xe8\xb6\x2d\x04\xaa\x6c\xfd\xe0\xf7\x1e\x55\xe2\xf1\x5d\x87\xfa\x51\xc5\x1e\xdb\xd2\x51\x93\xe7\x52\xf6\xbb\xce\xa7\xde\xc7\xb6\xe8\x0e\x81\x97\x67\x6c\xaf\x7d\xf5\xfa\xbd\x0e\xf5\xeb\x73\xf0\x7f\x49\x38\x35\x38\xd6\xac\xc2\xf6\x05\x75\x7c\x7e\x2f\x49\x24\xa4\x2d\x1a\x6d\x43\xd6\xb6\x9f\x6c\xfd\x1e\xc9\x1d\x56\xc1\x18\x41\xa8\x3d\x48\xf2\xb0\x0a\xbf\x6d\x2d\xa3\xa3\xa9\xee\xcd\x25\x13\x12\xee\xd1\x76\xbe\x83\x34\x0d\x6d\x23\x40\x65\x90\x9b\x61\x15\xa1\x8c\x3a\xb0\x28\x47\x73\x5a\x40\xfa\x3c\xda\xf1\x28\x7b\x95\x51\x6f\x67\x2c\xc9\x93\xd0\x24\xc8\x19\xe4\x43\x58\x85\xef\xee\x3c\xa7\xba\x93\xfa\x60\xc9\xa8\x23\xac\xd7\x29\x80\x7b\x73\x34\xa7\x40\x8b\x54\xb6\xf4\xa0\xa5\x75\x98\x6e\x07\xb7\xe6\x68\xe5\xbb\xea\x2e\x6e\xf7\xd1\xd4\x5d\xd3\x05\xc8\x79\x32\x48\x0b\xb0\x8a\x4b\x59\x22\xf3\xf7\xe6\x8f\xbb\x6f\x8d\x65\x9b\xfe\xde\xf4\xf7\x98\xb6\x6d\xda\x66\x97\x5b\x38\xd6\x46\x3b\xad\x83\x14\x7a\x1b\xde\xbc\xd1\x4e\x9f\x3b\xed\x97\xe0\x39\xf5\x19\x52\xff\xb6\x0d\xc7\xf2\xb2\xde\xcb\xdf\x4b\xea\xb8\x99\x83\xd0\xf5\x2f\x19\x6d\x56\x27\xdb\xe3\xbb\xc5\x73\x8f\xef\x3e\xbe\xeb\x58\xbe\x3e\xf7\xfa\x2e\xf3\xb2\xbd\x43\x99\xef\xae\x2d\x71\xc0\x2f\xbf\x0a\xe6\x2a\xee\xaf\xb1\xb3\x15\x8f\xdd\xad\x18\x58\xc2\x80\x4b\xfe\x6f\xc0\x22\xbf\x64\x6b\xdc\x76\xcc\xb4\x01\x6b\xfc\x92\x05\xb2\x57\x19\x6d\x01\x7e\x30\x76\x5c\x04\x03\x16\xf9\x26\xe5\xc3\x80\x39\x7e\x15\xa9\x6c\xb5\x6f\x3f\x7c\x0e\xd6\x98\x8d\x6b\xf9\x01\x19\xfc\x2a\xac\x03\x3d\xd8\x5d\x82\xe1\x71\xef\x5c\xbd\x0c\x78\xdc\x57\x61\x0e\x62\xa6\x2f\x7c\xee\xab\x98\xca\xf8\x34\x55\x72\xef\x36\x0f\x75\xd9\x07\x5d\xb5\x0f\x9b\x87\xba\xec\xaa\x29\xec\xed\x4b\xc6\xa7\x0d\xab\x0d\xbb\x60\xf0\x6e\xf8\xae\x6a\x1a\xb6\x25\xec\x3e\xe2\x72\x24\x2f\x18\x3b\x7e\xbf\xb1\x1b\x7b\x03\x40\x76\xec\x19\xca\xec\xe6\xa0\x4b\xcb\xcf\x2d\xbf\x03\x35\xd8\x55\xc9\x5d\x47\x03\xd1\xab\x63\x9f\x3e\xa7\x05\xc0\x75\xe5\x80\xf7\x7c\x15\x76\x69\x51\xef\x79\x2b\x7b\xc8\x85\xc2\x67\xb8\xc2\xee\x97\x9f\x31\x19\x8d\xcb\x57\x5d\x4d\xf1\x55\x0f\x48\xc4\x57\x41\x53\x88\x23\x1b\x50\x83\xaf\x82\xa6\xa4\x9a\xf1\xa8\x05\xae\x92\x40\xea\xc7\xfe\xfa\xb9\x2f\x9f\x9b\x8e\xb8\xda\xb7\x6b\x1c\xa6\x23\xfe\xd9\x7d\x9f\xef\x1e\xb4\xcf\xd5\x6f\xd7\x00\x48\x87\xed\xb3\x4b\x35\x00\xb8\x9e\x1b\x87\x06\xc0\xb1\xf9\x6e\xef\xc8\xa6\x32\xd3\xbc\x31\x7b\x61\xe1\x5e\x85\xcf\x0d\x9e\xc3\xe7\x31\x8e\xe6\x73\xc3\xe7\x5e\x65\xb6\x8f\x21\x3a\x38\x40\x8e\x63\x1f\xca\x78\x17\x57\xec\x38\x5c\x39\x01\x09\x8c\xc3\x95\xf3\xd8\xfd\xbd\xe0\xf7\x70\x07\x0f\x8e\xdf\x6d\x03\x79\x36\x8e\xe3\x56\xe6\x77\x24\xcf\x75\xdf\xed\xca\x58\xb1\xa1\xa6\x5e\x85\x75\x30\x94\x30\x4b\xaf\xc2\xe7\x18\xa3\x23\x7d\x17\xbf\xf9\x06\x44\x71\x1c\x18\x91\xe3\xf0\x30\x51\xdb\xbf\xcf\xf6\x03\xaa\xe8\x55\x94\xaf\x24\x32\xbb\xc3\x45\x0f\x3c\xe2\x80\x2e\x7a\x15\xa9\x8c\xe7\xa6\x4d\xd0\x65\xc7\xd9\x7e\x1c\x6e\xec\xd0\x3a\xb7\x0d\x94\xc3\x80\xbe\xf9\x6f\x1c\x6e\xec\xb8\x85\xc6\x71\x59\xaf\x0b\x21\xd7\xb1\xe3\x70\x63\x3f\xb4\x45\xc1\x15\x8c\x43\x55\x84\x9f\xb9\x6d\xe5\xf0\xdf\xb6\xcf\x73\x0a\x20\x80\x71\xb8\x38\x1e\x64\x77\xde\x08\x68\x1d\x38\x2c\x56\xe1\xef\xb1\x11\x1f\x9f\xef\xba\x99\x72\x3f\x35\x60\x20\x5e\x85\x6d\x61\xa1\xee\x0e\x7f\x77\xf8\x09\xf7\x1e\xde\x0d\x8c\x7e\xd8\x16\x66\x63\xc7\x91\x39\xba\x36\x21\x7c\xec\xa3\x6b\x13\x76\xcf\x15\x10\x57\x0e\xa8\x80\x57\x61\xbd\x0c\x6b\x77\xf5\x81\x00\x78\x40\x7a\x31\xba\xfb\x61\x77\x3f\x84\x94\x7c\xe0\x9e\xff\x1b\xb0\xf8\xb6\x0d\x86\xc6\x01\x29\xef\x2a\x68\x32\xe1\x70\xa3\xbb\x1f\xf6\x5f\xfa\x39\x4c\xe0\xee\xf0\x42\xa9\xbb\x64\x54\x3b\x95\x91\xb2\x6d\x9b\x0c\x51\xd7\x46\xc3\xcb\x3f\x34\xe5\xe0\xb9\xfd\x1b\xd2\xd7\x6e\x93\x51\x83\x8f\x76\x15\xe7\x7f\xfd\xaf\x01\xca\x77\x40\x15\xbb\x0a\x3a\x05\xff\xd4\xe8\x97\x8f\x39\xb8\xdc\x39\x8f\xae\x95\xd5\xef\x1f\x89\x15\x55\xb8\x7e\xf4\x87\x74\xb9\x18\x18\xf0\xb9\xae\xc2\x1a\xd6\x0c\xeb\xee\x67\x5d\x7b\x0a\x08\xce\x80\x70\x75\x15\xb7\x32\xfa\x49\x7b\x0a\x6e\xd5\x25\xe3\xdd\xcf\xa1\x90\x7e\x06\x22\x8f\x01\xd7\xe9\x2a\x50\x15\x6e\x9f\xc7\xd8\x4e\x65\xa8\x0a\x98\xa2\x31\x9a\xcf\x35\x9f\x63\xb8\x87\x47\x8a\xa1\xaa\x00\x0d\x1a\x70\x92\xae\xc2\x7e\xaf\xf5\x65\x43\x1b\x0b\xf2\xd1\xc1\xed\xc4\x18\x6e\x7b\x70\x8d\xb6\x0d\x0f\xfa\x80\x5f\x74\x15\x36\x8f\x05\x79\xb8\xed\x8d\xe3\xf7\x1c\xd5\x6a\x76\x49\xf0\xd9\x20\xd1\x18\xf0\x72\xae\xa2\x94\xf1\x19\x2e\x28\x63\x6d\x75\xcd\x08\xd8\x01\xbb\xe6\x2a\x76\x65\x1d\x99\xef\x0e\x7f\x8f\xd9\x3c\xdc\xe3\xa0\xd0\x6c\x86\xaa\x8e\xe1\x1e\x07\x93\xe6\x92\xf1\x69\x61\x5b\xa0\x5b\x31\x42\x75\xc0\xa2\xf9\x37\x46\x76\x64\x9c\x96\x46\xfa\xbd\x84\x8a\x6a\x19\x0f\xb5\x76\xa0\xb5\xc6\x64\x8e\x51\x3e\xc6\xb6\xb7\x8e\x07\xc8\xec\xd1\xf2\x33\x3a\xdd\x32\x6d\xca\xb4\x29\x6c\xcb\x5c\x25\xad\x22\x95\xd1\x05\x6a\xf2\x98\xbf\xfc\xc5\x74\x3d\x8e\xb0\x31\x4e\xeb\x40\x5b\xa0\xa8\x5c\x85\x9f\x11\x3e\xe7\x67\x5c\x76\x41\xf0\xb9\xd7\xa3\xec\x5d\x9f\xa1\xb2\x78\xd8\x80\x2e\xb2\x89\x65\x18\x43\xf5\x86\xf8\x71\xc9\x78\xce\x2d\x73\xac\xf3\xf1\x80\x20\x68\x8c\xdb\x57\x1f\x6b\x60\xce\x0f\xcf\x15\xe3\xb1\x25\xd8\x75\x43\xfd\x86\x69\x71\x74\x55\xef\xb5\x21\xaf\x9d\x32\x69\xf0\xe7\x87\xa1\xf2\xa6\x9c\x1c\xc3\x8d\x55\x3e\xc5\xae\x36\x7e\x7e\xeb\x77\xfb\xd8\xea\xbb\x70\x16\xc0\x66\xd8\x1a\xce\xc6\x11\xce\x82\x80\xd0\xb7\xe1\xc8\x1a\x30\x13\xae\xe2\x50\x36\x91\x4d\x65\xa7\xa8\xe0\xd5\x9f\x30\x07\xae\x62\x57\xc6\xbb\xaa\x7c\xec\xa2\x87\xb1\x08\x21\x0f\x5c\x85\x75\xa0\x66\xe1\xde\x08\xa7\xdf\x92\xad\xce\x83\xaf\x6f\x15\x3e\xc7\xe9\x2d\xf0\xe9\x8f\x18\xb6\x05\xbd\x80\x2d\x6f\x15\xd6\x81\x25\x1f\xc3\x3a\x54\x6f\x12\x19\x0d\x88\xf1\x56\xc1\x3d\x18\xe1\x9f\x23\x3c\x44\x47\x58\x2f\x2b\x46\xb8\xaf\xc6\x32\xcd\xc6\xf0\x33\xd2\xc7\xd2\x57\x39\x93\x87\x87\xe4\xe0\xa0\xd1\xf0\x77\x0d\x18\xe2\x56\x61\xb5\x18\xf7\x70\xba\xad\xc2\x6e\xc1\x90\x0f\xf7\x52\x18\xdb\x96\x8c\xe6\xa9\xb6\x71\xfa\x1c\xfb\x48\x68\xd5\xc5\xe9\x10\x31\xe2\xe1\x0a\x1c\xa7\x77\xcf\xf3\x7f\xb0\xc5\x43\xd6\xb6\x0a\x7f\x9a\x33\x79\x78\x0e\x81\x3f\x6d\x0d\x0c\x9f\xa4\xa6\xc3\x9d\xb6\x64\x7c\xba\x67\x68\xa8\xd2\x5a\xe3\x46\x78\x84\x67\x68\xa9\xd1\x0c\x66\x1b\xd0\x9e\xfd\x8d\x50\xaf\xf7\xc6\x67\xba\x25\x07\x5b\xb2\x6c\x15\x03\xba\xb3\x55\x30\x5a\x44\xb3\x8e\x78\x6c\x8b\xfa\xbf\xab\x11\x5a\x8c\x70\x91\x2d\x19\x6d\x79\x1d\xc1\xd7\xf6\x71\x76\x0f\x95\x1d\x3e\xb2\x25\x63\x18\xb4\x22\xe1\x1f\x5b\x32\xb4\x49\x2b\x32\x9c\x01\x44\x8e\x0e\xaf\x0d\x46\xc2\xed\xd9\x76\x8c\x7f\xc8\xbf\xfe\x46\x72\x37\x6a\xb6\xc7\x91\xdc\x8e\x8e\xf4\x76\x94\xf8\xb3\x91\xce\x80\x6c\xf6\xdf\x18\xc8\x1e\x65\xaf\x32\xde\x75\x56\xa4\xb3\x02\xf2\x96\xe1\xd5\xc4\x80\x12\x6c\xc9\xa8\x77\xb7\x5e\x23\xbc\xf8\x8c\xf4\x48\x04\xf9\xd7\x7a\x8c\x9f\x73\x6f\x80\x04\xac\x99\x75\x79\xa4\x93\x07\x92\xaf\x25\xa3\x29\x9d\x61\xcb\x6e\x37\xa3\x61\xe9\x99\x28\xbb\xdd\xcc\x32\x93\x5a\x20\xe9\xe4\xd9\x71\x0f\xa4\x06\x28\x3c\x5e\xad\x91\x41\x76\xa4\xfb\x40\xba\x0f\x90\xde\x70\xa4\xe7\x9a\x4c\xdb\x87\x5a\xc1\xb5\xb5\x0a\x2f\x92\x59\x54\x52\xaf\x54\xba\xe8\xeb\xc1\xf3\xd6\x65\x24\x86\xaa\x61\x5f\x23\x35\x55\xb2\x7c\x0e\xb5\x82\x66\xeb\x6f\xe4\xf4\x39\xcc\x81\xf4\xfc\x93\xd3\xe7\x50\xa1\x9c\xf6\x01\x47\xf2\x06\x18\x77\xa4\x8b\x79\x5e\xbe\x6b\x9f\x6a\xac\x24\xc6\x4a\x3b\xd8\x6c\x52\x63\x25\x6f\x9f\x53\x0d\xb4\x3a\x21\xb6\x6a\xed\x70\xc8\x5d\xcd\x13\x6f\x67\x83\xff\x75\xe4\x63\x1f\x3c\xbe\xcb\x26\x92\x4f\x28\xb3\x0e\x0e\x0e\xa9\x9b\x08\xae\xab\x25\xa3\x2d\x9a\x35\xc9\x31\xbd\x91\x2f\x63\xa4\x6a\x9f\xaf\xcf\xe1\xe9\x4b\xd7\xf8\x54\xc5\x35\x13\x61\xae\x5a\x45\x28\xa3\x0e\x55\x3c\x55\xf1\xc3\xb1\xd4\xda\xe5\x26\x6b\xc9\x56\xbf\x40\x56\xb5\x8a\x2e\x35\x7f\x43\x56\xca\xa6\xb2\x03\x19\xef\x96\xd4\x20\x07\x9b\x46\x69\x12\x55\xfb\xbd\x3b\x91\xa5\x32\x74\x12\x7e\x96\x51\xdc\xd8\x0c\x78\xa4\x9a\x11\x68\xa3\x34\x89\x6a\x37\x82\x1a\x7b\xa5\xdc\x20\x0a\xfb\xa7\x71\x23\x37\xca\x03\x55\xe1\xbd\x37\xb1\xea\x28\x0f\x54\x75\xf8\x2e\x4b\x49\x69\x8d\x57\x57\x86\x1e\x94\xbe\x80\x52\xc7\xa1\x41\x1a\xe5\x06\x51\xea\xb8\xae\x3c\xd8\x9d\x56\xf1\x28\xf3\x39\xf4\xa5\x30\xbd\x1b\xc9\x21\x46\xe9\x76\xaa\x38\x95\xf1\x1d\x6e\x1a\xa5\xad\x03\x13\xfd\x28\xcf\xf3\xb0\x29\xb5\x06\xd9\xf7\x80\x42\x69\x15\xd6\xc1\x5c\x2d\x5d\x51\xb0\x16\x2d\x19\xcf\x95\xdf\xab\x8e\x13\xc0\x35\x4a\x1d\x2f\x77\x08\x4d\x87\xd2\x88\x81\xef\x67\xed\x69\xb4\xc5\xd3\x56\xb9\x1b\x0c\xfb\x5e\xbd\x2f\x97\x7b\x92\xb5\x8c\xf2\x90\x5f\x97\xd0\x1f\xfb\x59\x2b\xa6\xee\x4d\x19\xe3\x71\xdb\xcf\x2e\xf7\xba\xed\x20\xf3\xf9\x1b\xe5\xd2\xae\xdb\xae\xd4\xf1\x52\xc7\x75\xc7\x95\x3a\x5e\x8f\x6d\xe1\x20\x50\xea\x73\xfd\x52\xf4\xb2\x61\xd7\xc7\xba\x06\x8f\x4e\x33\x54\x69\x94\x66\x7a\x7d\xac\x1b\xc3\xbe\xff\xd4\x2b\x97\x71\x12\xd2\x8d\x52\xc7\x4b\x1d\x1f\x8e\x87\x3a\x5e\xea\x38\x79\x99\x86\x37\xb3\x63\x42\xe1\xdc\x48\x78\x34\x20\xcb\x59\x05\x7a\x40\x10\xd7\x98\xea\x3d\xb4\x38\x4b\xb6\x74\x63\x6a\xf0\x4c\x0d\x1e\xc2\xb2\xc6\x54\xc7\xa7\x3a\xae\x8b\x6e\xba\xdc\x4f\x97\x7b\x98\x78\xc7\x74\xb9\x87\xfa\xa6\x19\xc2\x34\xa6\xba\x3b\xd5\x5d\xd8\x6e\xc7\x3c\x6c\xcb\x61\x5b\x18\xdf\xa9\x6b\x6b\x76\xfb\x99\x79\x39\xd5\xe7\xe9\x3a\x3e\xfe\x27\xbb\xfd\xf4\xa0\x39\xcd\x39\xaf\xa7\x6f\xba\xcc\x4f\xed\x26\xf0\x25\x63\x8e\x4b\xd9\xa7\x8c\x4f\xd2\xf3\x0a\xf9\xcc\x92\xf1\xe9\x4e\x81\xc9\xe5\xa6\x31\x53\x43\x4c\xc7\x98\x2e\xfd\x7a\xff\xa6\xea\xfe\x23\x7d\xd1\xd3\xe7\x25\xf7\x80\xd7\x65\xc9\xf8\x74\xd5\x1d\xca\x95\x65\x4b\xd1\x16\x1d\x0e\xd3\x29\x40\xe4\xce\x98\x4e\x01\x21\x91\x72\x45\x8e\xa9\x91\xc4\x5d\xf7\x92\xd1\xbe\x69\x5b\x34\x9c\x80\xec\x8d\xa9\x37\x76\x3a\x55\x74\xe1\x4d\x0d\xa7\x49\x16\x15\x4f\x4b\x53\x0f\xd9\x74\xf6\x10\xde\x3c\xa6\xc6\xd2\x74\xd7\x20\xa2\x6f\xc0\xad\xb2\x0a\xbb\x00\x4d\x9c\xfa\x2a\xe6\xe5\xbb\xac\x02\xd3\x19\x35\x6f\x9b\xac\x86\xdd\x6a\x0e\xf7\x66\xd2\x60\x8d\xe9\x4e\x32\x6f\xbb\x9e\x55\x7e\x6a\x18\x4d\x0d\x23\x60\x28\x63\xea\xdc\x85\xd4\x64\xc9\xa8\xe3\xf5\xd3\xde\x5f\x56\x56\x9e\xf3\x72\x61\x72\xb9\xd0\x42\x6d\xf2\xb4\x30\x9d\x3d\xe0\xe6\xc7\xf4\x22\x61\x02\x94\x6a\xc9\x90\x9f\xce\x8a\x73\x83\xa9\x81\x45\xf4\xf4\x14\x70\x7a\x0a\x80\x40\x63\xc0\x81\xf2\x37\xce\x1f\x4f\x14\x0b\xc8\xa9\x5d\x74\x72\xdf\xd0\x08\xb1\x19\xa7\x76\xd1\xa9\x5d\x44\xa8\xc3\x38\xdb\xef\x5d\xab\x45\x33\x4e\xfd\xc2\xa7\x76\x11\x00\xf7\x71\xee\xa1\xac\x94\x25\x32\xdb\x72\x58\x2f\xda\x02\xfb\xc9\x2a\xac\x03\x2d\x38\xbd\x83\x80\xf4\xa4\x19\xc9\x35\x4e\x4f\x10\xf0\x9a\x2c\x19\xbf\xe7\xa1\xf9\xf4\xd0\x0c\xa4\x7a\x9c\x1e\x9a\x4f\xae\xe6\x9a\x4e\xe5\xd3\xab\xb9\x53\x23\x88\x78\xd1\x71\x3a\x63\x4e\x37\x08\x02\xc0\xc7\xe9\x8c\x81\x90\xa4\x49\x16\x3f\x4e\x0f\xc8\xa7\x07\x64\x42\x4a\xc7\x19\xbf\x77\x6f\x65\xb4\x19\x84\xe6\xf8\x51\x8a\x10\x94\x3b\x4e\x8d\x25\x68\x43\x96\x8c\x77\x3d\x91\x40\x07\xb2\x64\xbc\xab\xa7\xef\x74\xc6\x00\xa7\x18\xa7\x77\x15\x10\x6a\xb4\x06\x62\x7e\x9c\x1a\x46\xa7\x27\x5f\xa2\xae\xc6\xe9\xc9\xf7\xf4\xe4\x4b\x30\xfe\x38\x4f\xeb\x50\xed\x09\xf0\x18\xf0\x60\xac\x22\x95\xf1\x9c\xc6\x12\xdc\x15\xcd\x80\x9d\x71\xaa\xf6\xa7\x1b\x89\xee\xb8\xd3\x73\xc3\xc9\x3d\x5b\x2b\xfb\xde\x23\xf2\xe9\x11\xb9\xec\x67\xcf\x0d\xa7\x06\x54\x61\x47\x9f\xba\x80\xce\xc7\xe7\xb8\x4b\x39\x9f\xdf\x73\x9f\x32\x9e\x7b\xd5\x3f\xae\x95\x1b\xb4\x46\xe3\x7c\x1d\x5f\x37\x1c\xc2\x68\x06\xac\x13\x7f\xe3\xfc\x6c\x9f\x63\xe4\xb9\xe1\xc4\xfb\xdc\xca\xf1\xf0\xdc\x00\xcf\x44\x6b\xba\xf2\xce\xef\xf7\xae\xf5\x32\x1e\x97\xde\x67\xe8\x25\x5a\x23\xe7\xcb\xb8\x9c\x1f\x97\x67\x04\x08\x69\xc7\xa5\x11\x74\xed\xd4\x4b\x0c\xcc\xb8\x34\x82\x2e\x0d\x1e\x00\xbe\xe3\xd2\xe0\x81\xdd\xa1\x35\xd0\xbb\xe3\x72\x83\xb8\xdc\x20\xe0\x64\x1c\xd7\x31\x95\xf9\x1c\x2e\xd3\x4b\xf7\xe3\xe5\x29\x59\x4f\x1b\x30\xb8\x55\xf8\x1c\x3a\x7e\x81\x22\x1b\x97\xba\x0b\xcf\xfc\xb8\x80\xad\x8c\xcb\x95\x5d\xdf\xd8\xa5\x71\x03\x8b\x42\x6b\xd0\xb1\x8f\x4b\xe3\x06\x06\x85\x66\x7c\xc7\xb8\xd4\xc9\xcb\xd5\x7e\xd2\xf7\x97\xc6\xfa\xa5\xd7\x86\x70\xba\x71\x79\xfc\xbd\x3c\xfe\xea\x43\xbb\x4e\xeb\x55\xff\x80\xf8\x8e\xcb\xa5\xf8\x3a\xad\x17\xe3\xf5\xba\xfc\x36\x0d\x19\x1d\x66\xd7\x65\x9f\xaa\x7f\x24\xa2\x1e\x70\x21\xac\xc2\x6f\xc3\x50\xbd\x34\x5a\x2e\x75\x6d\x3a\x1e\xea\xda\xc5\xb2\xbb\xc3\x8a\x31\xa0\x3f\x58\xc5\xad\x8c\xf6\x69\xa0\x5c\x26\xfc\x77\x4d\x84\x51\x60\x15\xaf\xb2\x55\xc7\xad\x07\xe5\xc6\x8f\xb8\x03\xaf\x1a\xb7\x06\x32\x94\x00\xeb\x58\xdd\x91\x31\xcf\x6f\x8c\x82\x7d\x63\x1e\xdd\x3a\xfe\x6e\xbc\x20\xfb\xc6\x9c\x21\xe4\xff\x6f\xdc\xac\x75\x84\x2f\xfc\x73\xb3\xbf\xb5\x2d\x20\x02\x68\xfb\xc6\x94\xba\x55\x1d\xe2\xfe\x97\x8c\x9f\xf6\x3c\x78\x77\x3f\x89\xe1\xbf\x7b\x28\x4b\x65\x34\x4b\xe3\xe1\xc6\x78\xd8\x75\x8a\xdd\x1a\x0f\xc4\xec\x2f\x19\x75\xb8\x3c\x12\x96\xbf\x64\x74\x87\x4e\x17\xc2\xf3\x9b\x6c\x75\xe3\xd6\x75\x7d\x87\x9f\x89\x4a\xdc\xe9\xef\xa5\xef\x62\xef\xde\xaa\xd3\x9d\x76\x2f\xd3\xec\xf6\x2a\x97\xf0\x8e\xb6\x83\xc8\x1a\xb7\x90\x83\x5b\x4e\x22\x80\x8f\xe3\xd6\x78\x20\x72\xbe\xed\x24\x53\x1f\xb7\xce\x42\x02\xe8\x9b\x48\xba\x71\x4f\xbb\x7c\x2d\x8f\xc3\x9b\xdc\xdb\x9b\xdc\xfb\x34\xf9\xc6\x46\xf3\x74\xba\xdc\x90\x06\x99\x0a\x62\xdc\xde\x9b\xdd\x97\xcf\xb1\xd3\xdd\xae\x84\x37\x9a\xb8\x43\x1a\x39\x6e\xcd\x67\x22\xe7\x97\x8c\xe6\xdd\x0e\x07\x47\xc9\xbd\xa9\x25\x1a\x00\x37\xab\x9e\x79\x4e\xc6\xad\x2f\xfc\x7e\xac\x97\x95\xf5\x7e\xec\xd2\xd7\x7a\x59\x45\x6f\x8f\x8d\xf7\x6b\x1d\x98\xc0\xb7\xde\x42\xa2\xeb\x97\xac\x90\xd9\xe6\xd7\x6e\xc1\xf3\x70\xab\xd9\x44\xde\x2f\x19\xdd\xa2\x99\x7d\x7f\xb6\xcf\xa1\xd4\xa4\x06\xac\xd7\x76\x80\x5b\x43\xb0\xde\x78\x36\xdb\x8c\x09\xfc\x38\x03\x9e\x35\x03\x06\x19\x39\xc7\xe3\xa5\xf2\x83\x5b\x71\xd7\xdf\xf5\x68\x65\x3f\x9b\xcd\x63\x11\x78\xbc\x54\x7e\x9c\x28\xfa\xbb\x1e\xef\x61\x80\xfb\x2d\x59\x21\xbb\x95\x3d\x32\x9e\xd2\x94\xe6\xbb\xbb\xef\xb2\x08\x3c\x1a\x0a\x8f\x13\x0a\x12\xa8\xf1\x88\xe1\x79\x9c\x1d\x50\xa4\x8e\xc7\xd9\xf1\xc0\x86\xb3\xeb\xe4\x7a\xb4\xbc\x1f\xac\xec\x5d\xe7\xd5\xa3\xb7\xe4\xe1\x24\xb9\xeb\x94\x7a\x5c\x58\x9f\x6e\x0a\x28\xcc\xd9\x47\xef\xfa\x33\x52\x19\x6d\xf6\x74\xf9\x70\x83\xbc\xc3\xb4\x36\x1e\xdd\x8f\x0f\x8b\xed\xae\x53\xea\x71\xb1\x7d\x70\x3f\xca\x56\x3e\x1e\xbd\x2a\x4f\xda\x66\x6c\xcd\x47\x4f\xfa\x83\x19\xbd\x83\xe5\x1a\x4f\xfd\x64\xb6\x99\xd9\xf6\xe8\x7f\x7c\xa6\x32\x87\x4d\x93\xf9\x99\x7e\x2f\x33\xeb\xf1\x66\xe7\x99\x7e\x07\x0b\xeb\x73\xfa\x1d\xa7\xef\x32\xdb\x1e\x0d\x85\xe7\xfa\xc9\x68\xb3\x4e\x42\xa2\xe4\xdb\x7e\xd8\x57\x3a\x04\x1f\x55\x5c\x4c\xd5\xe3\x1d\xdd\xa3\x8a\xc3\xbc\x36\x1e\x6d\x5c\x82\xe4\xdb\x4e\x6a\xa0\xf1\x08\x96\x79\x54\xf1\x03\xb5\x7f\xde\x43\x99\x75\x70\x62\x7f\xdc\xc4\x1f\xb2\x0d\x99\x29\x71\x3c\x7a\x41\x1e\xbc\x20\x3b\x6c\x13\xe3\xd1\xd5\xfd\x70\x42\xdc\xc5\x5e\xbd\x5e\x0d\xbf\x18\xb4\xbb\x9e\x9b\xd7\x0d\xfb\xdd\x4c\xe6\xc8\x54\x78\x5d\xbc\x5f\x75\x52\xcf\xcd\xeb\xe2\x4d\x6c\xfb\x92\xad\xfe\x7b\x5d\xbc\xdf\xdd\xef\xc0\xa0\x78\xd5\x35\x23\xa9\xf6\x83\x93\xdf\xab\xb7\x8e\x10\xf4\xb6\x43\xe8\x33\x5e\x37\xf1\xf7\xf0\x5d\x36\xbf\xf7\xb8\x94\xe1\x72\x66\x7f\x20\xf4\x7c\x15\x9f\x8f\xad\x6e\x7e\x5d\xb0\xdf\xee\x67\x30\x3d\x5e\x55\xf2\x1d\x36\x19\xa7\xc0\xab\xfa\xbd\xaa\x9f\x0e\x99\x77\xdc\xca\x1e\x65\x3c\x17\x36\x2f\x7e\xcf\xf1\x69\xaa\x24\x51\xdb\x6d\x87\x09\x68\xbc\xba\xba\x41\xa5\xb6\x5d\x47\xcb\xab\xaa\x11\x71\xb3\x64\xb4\xcf\x5b\x9b\x97\xfd\x7f\x17\x97\xf5\xaa\x56\xaf\x84\xc5\xe2\xad\x0c\xab\x19\xef\x69\xbd\x4c\x85\xd7\x15\x96\x10\x9a\x26\x33\xd5\x78\xdd\xeb\xdf\xcb\x36\x33\xbc\xaf\xb6\xe6\x8b\x5d\xb9\x8b\xad\x32\x34\x66\x08\x5b\x35\x24\x67\xbc\xee\xeb\x2f\xd9\x35\x76\xaf\x6d\x5e\xef\x59\x5e\xd5\x4f\x87\xcc\xeb\x15\x31\xb1\xcc\xcd\x50\x9b\xf1\x6a\x57\x0a\x6f\xdd\x75\xd2\x08\x6f\x1d\xaf\xb9\x1a\xbb\xc3\xa6\xaa\x11\x37\xdc\x76\x52\x78\x8c\x57\x07\x05\x21\xc3\x4b\xb6\xda\xf2\x79\xc4\xfa\x36\x7f\x8f\xcb\xd5\x4f\xfc\x96\x81\xbf\xe4\xa5\xfb\xe7\x5e\xff\x79\xb4\xfa\x5c\x1d\xf5\xeb\x88\x88\x1d\x1f\x47\xab\x5d\x88\xd6\xe7\xd1\xea\x53\x63\xc9\xcb\x3c\x3e\x4d\x4c\x80\xb1\x4b\xc6\xbb\xfa\xcf\x08\xdb\x6d\x3b\xb9\x3c\xc6\xe7\x31\xea\x53\xed\xc8\x93\x31\x3e\x4d\x4c\x51\xb2\x06\xac\x8c\xaf\xdb\x16\x55\x51\xff\xcf\xe7\xfe\x4f\xc8\x6c\x33\xa3\xcb\xf8\x5c\xf5\x08\x97\x5d\x32\x9e\xd3\xec\xfc\xe2\x97\x46\x69\x43\xf6\x7b\xce\x7a\xd9\x9c\x3f\x7d\xc9\x1f\xcc\xe5\xbb\x7e\x9d\x4f\xbf\xf1\x2f\x08\x56\x1f\xce\xa7\xd9\xf9\xd5\x4f\xc6\x73\x1e\x85\x08\x66\x5d\x32\xda\xec\x4a\x48\xc0\x6a\xdb\xdd\xad\x80\xc7\xae\x22\x95\xf1\xae\x47\xa1\xef\xf4\x3b\xca\xe7\x50\x3b\x91\xb3\x3b\x39\x89\xc7\xa7\x7a\x12\x8f\xda\xf6\xe1\x50\x0b\xe5\xfa\x48\x7b\xba\xc3\x48\x33\x3e\x3d\x00\x9f\x2a\x4b\xc0\xe5\xf8\x3c\x0a\x01\xa0\x6d\x3b\xf4\x36\xe3\xd3\x00\xf8\x54\x59\xe8\x64\xc6\xa7\x01\xf0\x69\x9e\x06\x53\xf4\xd3\x2b\xf0\x71\x14\xda\x61\x91\x19\x9f\x46\xc1\xa7\x51\x20\x6c\xeb\xd3\xf7\xf6\xbd\xa1\x8c\xdf\x7b\x4b\xd9\x54\xc6\xf7\x7a\x6d\x4e\x30\xd9\x92\xd1\x3e\x8f\x47\x9f\x26\x30\x2c\x31\xe3\xf3\x78\x24\x3a\x77\x87\x08\x66\x7c\x9f\x7a\xa0\xf1\x00\xa7\x4b\x00\xcb\x5d\x05\xa9\xd1\x96\x4a\x86\xe0\xdc\xd8\x36\xab\x5d\x2a\x14\x1b\x48\xb3\xd8\x34\x0a\xf0\xf9\x84\x91\x69\xf1\x8b\x4c\x83\x77\x25\x40\xef\xae\xa2\x94\x25\xb2\x57\x99\x5d\xb0\x4e\x3d\x21\x88\x37\x04\xf1\xee\xf8\x81\x62\x03\x08\x1e\x1b\xae\xe4\x3d\x96\xfa\xc5\x76\x58\xc7\xf1\x7b\x8e\xf6\x31\x15\x62\x73\x51\x06\xca\x15\x1b\x53\x21\xb6\xc3\x77\x07\xcf\x01\xec\x08\xf0\xbd\x6d\xc7\xc1\x13\x5b\xb7\x2d\x1a\x05\x70\x07\xc6\xb6\x96\xe3\x55\x58\x47\xd2\x96\x61\x1d\x9a\xcc\x70\x10\xc7\x36\xec\x03\xa7\x0c\xf0\xae\xd8\x86\xbf\x17\xf6\x41\xf2\x7b\x61\x97\x86\x43\x59\xb4\x0f\x60\x79\x6c\xf8\xe0\x76\x08\x8f\x62\x4b\xdb\x97\xaa\x50\xd1\x66\x3c\x0a\xb1\x25\x49\xff\x76\xaa\x2d\xbb\xa0\x7c\x75\xd2\xbc\xb2\x8a\xb2\x79\x93\xae\x02\x24\x19\x9b\xd6\x36\x51\xfe\x21\xc0\x37\x36\x1c\x0f\x72\x8a\xc6\x36\x1d\x22\x1c\x0f\x3b\x70\xb1\x30\x4c\x2f\x36\xdc\x72\x3b\x70\xb1\xd8\x4e\x9b\xc7\x7d\xa6\x9c\x18\xb1\xe1\x96\x8b\xcd\xcd\x00\x08\x59\x80\xf6\x5d\x85\xb2\x9d\xcf\xbd\x1c\x0e\xed\x0e\x20\x64\xb1\xdd\xd6\x7b\x5b\xef\xc1\x73\xb7\x43\xee\x66\x00\xac\x2c\x04\xf3\x86\x60\xde\x1d\x08\x59\x6c\x8f\xc3\x81\x07\x7b\xc7\x61\x14\xdb\xeb\x73\xaf\xed\xeb\x7c\xef\x67\x1d\xf8\xd1\x4c\x95\x1a\x02\x72\x43\x40\xee\x0e\xd7\x59\x34\x4c\xe1\x68\xda\xbd\x40\xc8\xa2\xe1\x48\x8b\xa6\x8a\x03\x17\x8b\xa6\x8a\xb7\x66\x5b\x50\x17\x81\xbb\x01\x56\xb7\xed\x38\x91\xa2\xe1\x34\x0b\x81\xbb\x3b\xdc\x6f\xd1\x58\xd9\x03\xfc\x6e\xdb\x21\x96\x0b\xc3\x1a\xa3\x69\x8b\x10\x12\x18\x4d\xb5\x6f\xda\xbd\xe4\x0d\x8b\x86\xdd\x1b\x82\x79\x77\x28\xf3\x42\x30\x6f\x80\xdf\x5d\x32\x9e\xeb\xb6\xcf\x53\x21\x04\x77\xd1\xb8\x76\x0f\xc1\xbc\x3b\xfc\x6f\xd1\x86\xdf\xab\x8a\x43\xa9\x10\x4d\x15\x6f\xda\xc2\x60\xc4\xa2\xa9\xe2\x4d\x15\x87\xc4\x27\x0c\x69\x0b\x41\xbf\x3b\x39\x64\xa2\xa9\xe2\x4d\x15\x07\x37\x16\x2d\xfc\x0e\x60\x6f\x3b\xb8\xb1\x68\xaa\x7d\x53\xed\x71\x54\x45\x53\xc5\x5b\xf9\x7b\x2c\x1b\x02\x81\xa3\x69\xa0\x54\x57\xe6\xef\x95\xbf\x37\x78\x77\x5a\xaf\xba\x8b\x03\x2a\xda\xb4\xcd\xda\xcc\xc4\xa7\x45\xc3\x66\x8e\x76\x1e\xca\xe8\x83\xd3\x77\xb5\x99\xe1\x81\x89\x76\xda\x57\x97\x6d\x61\xea\xb7\xcb\xb6\x90\x54\x7b\xaf\x1c\xff\xdc\xec\x43\x9c\x70\x34\x6d\x9f\x72\xf8\x2f\x7f\xfa\xf6\xa7\x8b\x4f\xba\xfd\xe9\xdb\x26\x14\x5d\x7e\xab\x3a\x4e\x01\xfc\x53\xd1\x1e\x9b\xfa\xf8\x7b\x0e\xf5\xeb\x30\xe0\x5e\xde\x49\x8f\x11\x0d\xdb\x27\x9a\x53\x00\xb2\xff\x68\xb8\x97\xa3\x01\x32\xd9\xc1\x9a\x45\xfb\xac\xd7\x0d\x02\x5e\xf3\xd8\xf1\x8b\x85\x78\xe2\x1d\x5c\x59\xec\x18\x28\xb1\xab\xc6\xf8\xac\x62\x57\x65\x89\xa7\x5d\xb2\x35\x05\x76\xd5\x73\x57\x3d\x41\x87\xc5\xae\x7a\xee\x1e\xd5\x20\x25\x89\xdd\x15\x58\xb0\xef\x4e\x2a\xc8\x10\xec\x1b\x80\x7d\x03\x67\x7f\xec\x6a\xec\xae\xc6\xe2\xee\x8a\x7d\x58\x85\xda\x89\xbb\x2b\x76\x4c\xe5\x10\xeb\xbb\x93\x65\x30\xf6\x61\x93\xc3\x6e\x59\xa7\x80\x30\xe2\x3e\x8c\xb8\xdf\xc9\xa5\x10\xbb\x9a\xb8\xab\x89\xb0\x4a\xc5\xee\x02\xbc\xe7\xef\x39\xda\x42\xb4\x4f\xec\xfa\x3b\x88\x7b\x8f\x9d\xcb\x92\xd8\x93\x95\x95\x9c\x89\xb1\x97\xbf\xa7\x99\x8d\x5b\x2c\x76\x57\xe5\xdd\x55\x19\xb7\x58\xec\x5c\xa0\xc4\x3e\xfd\xb6\xc9\xbb\xd3\x36\x9b\x9a\x7e\x4e\xea\xe0\x12\x24\xc4\x04\x93\x26\x6c\xfd\xc3\xef\x65\xb5\x3d\x08\x52\x0e\x00\xc2\x7f\x21\x28\xf8\x00\x28\x1c\x3b\x11\x9f\x01\x36\xb8\x1d\xe0\xc8\x62\xbf\xfc\x3d\x6e\x41\x0e\xb8\x22\x62\xc7\xf5\x16\x3b\x2a\x79\x90\x03\x21\xf6\xc7\xdf\xc3\xa4\x3e\x36\xd5\x40\x55\x13\x14\x7c\x80\x19\x8b\xfd\xb5\x0f\xb8\xb5\x38\xc0\x8c\xc5\xfe\x39\x94\xdf\x4f\xb6\xde\x3d\xb8\xaf\x8e\x83\x7b\xbb\x03\x80\x58\x1c\xae\xac\xc7\x3a\xc4\x2d\x59\x47\xc6\x98\x1f\xcd\xef\x60\x63\x3f\x38\xd1\xc5\x81\x5b\xf6\x80\x00\x24\x0e\x0d\x8a\xc3\x6c\xe3\x80\xc1\xe2\xe0\xea\x21\xc0\xf7\x2e\x19\xef\xba\x8a\x1e\xbb\xdf\xc1\x8a\x7e\x68\x3c\x1c\x87\xdf\x81\x6e\x1c\x87\xed\x3b\xec\x17\x56\xf9\x83\x13\x5d\x80\xf9\x6d\x07\x08\xb1\x38\x0e\xdb\xd7\x7d\x17\x7d\x39\xba\x6d\xe9\xbe\x8b\x6e\x1c\x78\x14\xe2\x18\xf6\x7d\x51\xaf\x2b\xeb\x31\xfc\xde\xa2\x5f\xd4\xc9\x23\xec\x17\x56\xf4\x23\xac\x23\xed\x03\x76\xec\x23\x6d\x1f\x3a\x79\x10\xc5\x18\x87\x2b\xe6\xc1\x35\xc3\x41\x54\x69\x1c\xe9\xf7\xa6\x89\x0a\xd1\x83\x43\xfd\x3b\xf0\x32\x1c\x70\x5d\xc4\x31\xfd\xbd\xe9\xef\x35\x9e\x9b\x53\xd9\x2f\xc9\x21\xfd\x7c\xf9\x1d\x1c\xe9\x0e\x00\x5c\x71\x5c\xfe\xde\xe5\xef\xb1\x52\x43\xd9\xb1\x8a\xc3\x74\xa3\xbc\xeb\xce\x7e\xdc\x72\x5e\x38\xbe\xb7\x63\x6e\xb2\x45\xa2\x18\x03\xb8\xef\x2a\x6c\x8b\xe3\xfb\xf8\xee\xe3\xb7\xb1\x44\x1c\x8f\xe3\xc1\xf2\x77\x00\xf4\x8a\xc3\xa5\xee\x78\xad\xc3\xf1\x7d\x7d\xee\xb5\x0e\xc7\xf2\xb5\x4f\x59\xfe\x0e\xb2\x43\xc7\xf1\xf9\xbd\x9f\xcf\x31\x96\x5d\x3d\xed\xbf\x8c\xf9\x18\x6e\x7d\x0b\x65\xcc\xb7\xc6\x58\x76\x40\xe9\xd1\x9b\xfd\xc2\x92\x0d\x25\xc9\x2a\xec\x97\xe2\x5d\xbc\x61\x21\x2a\xf9\xc0\xf3\x15\x5d\x23\x57\x54\xf2\xd1\x58\xc6\x3b\xa0\xf4\xe8\x2c\xa7\x07\x9e\xaf\xe8\xc0\x89\xa2\x63\x01\x1c\x70\xc8\x04\xb0\xe5\x55\xf8\x1c\x63\xd9\xd5\xd3\xae\x9e\xee\xec\xe2\x40\x99\x57\xe1\xbb\xcc\xe9\xde\x7d\x8e\xf5\xf4\x00\xb6\x15\xdd\xf5\xb4\xb3\x9e\x1e\x78\xbe\xa2\xbb\x9e\x76\x80\x77\xe6\x0a\x09\x49\x46\xa2\xab\xa7\x78\xc3\xa2\x13\x3d\x19\x3d\xac\xb7\xaf\x31\x02\xdf\xbc\x8a\x5d\x19\xfd\xe2\x7a\xda\xd5\x5d\x3c\x64\xd1\xd5\x5d\x10\xd0\x3b\xa0\xf3\xe8\xaa\x6e\xc7\x00\x38\xc8\x32\x1a\xbd\x6c\xca\xb4\xc9\x0c\xaf\xc8\xe7\x10\xf9\x7c\x00\x9f\x0a\x91\xcf\xd1\x09\xa2\x3d\xc8\x24\x15\xfd\xb4\x29\xa7\x4d\x61\x19\xef\x2e\xa7\xfd\xfc\xbd\x4b\xbd\x97\xbf\xb7\x96\xc4\x01\x15\x7e\xf4\xdb\xd6\xdd\xf6\xf2\x6c\xff\xde\xeb\xbb\x7b\x73\x7f\xec\xa0\xc9\x87\xab\xb0\x5d\x85\x3d\x1c\xd4\xd7\xda\x5c\x30\x01\x4d\x45\xc7\x2f\x11\x1d\x50\xe8\x01\x68\x2a\xfa\xe7\xef\xe1\x16\x3b\x70\xd1\x45\x77\x61\x15\x07\x7d\x90\x79\x2f\x86\xfb\xb5\x38\xe8\x03\x20\x55\x0c\x4f\x6a\x83\x30\xca\xe3\x60\xf1\x16\x1b\x1d\x62\xa3\x0f\x72\x73\xc5\xd0\x8c\x1d\x9c\xd4\x8e\x83\xc9\x3d\x3c\x95\x8d\xfd\x27\x5b\x3d\x34\x5c\x58\x05\x38\x1f\xb8\xf2\x62\xb8\x88\x0e\x95\x13\xb7\x5d\x0c\x40\x6c\x31\x0e\xbf\x97\xae\x1c\x9a\xa2\x83\x4b\x8b\x03\x96\x90\x18\xdd\xdf\xc3\x3c\x3d\x00\x5c\xc5\xe8\xb6\xaf\xdb\x2f\x41\x1d\xf8\xc5\x42\x20\xf4\x71\x04\xdf\xa1\xc9\x3a\x5c\x58\x0f\x26\xb2\xa0\xe7\x18\x61\x9b\x99\xc8\xc3\x85\x75\xb0\xd9\x1f\x84\x56\xc6\x08\xfb\x05\x5f\xd9\x41\x38\x7c\x8c\xb0\x8e\x30\xd1\x39\x1b\xb6\x08\xe7\x18\x6a\x22\xb1\x93\x31\xca\xdf\x73\x11\x85\xff\x24\x06\xfe\xb3\x20\xf1\x7f\x3b\xe0\x1e\x09\x12\xfc\xaf\xe2\x53\x46\x5b\xa6\x32\x36\xf6\xa3\x33\xbe\x64\xe3\x5f\xc5\xa1\x8c\x6f\x73\xb1\x1d\x2e\xac\xdd\xb1\xbc\xec\x17\x1c\x14\x47\x67\x82\x02\x63\xfe\x8b\xc1\x5d\xed\xd1\xd9\x74\x87\x8b\x2d\x08\xe6\x25\xa3\xde\xc7\xbe\xc7\x7d\x7b\x74\xc7\xd2\xc5\x76\xb8\xd8\x92\x22\x29\xc6\xe3\x77\x3c\xb6\x99\x85\x7a\xbc\x3e\x87\xfb\xf6\x80\x3e\x2c\x86\x9b\xfd\x50\x77\x3b\x66\x36\x48\xe6\xbf\x00\xc3\x1c\x60\xbf\x42\xec\x72\x8c\xcf\x2a\xb0\xdb\x04\x2f\xc7\x50\x75\xbb\x43\x8e\x9b\x2d\x60\x90\x58\xb2\x55\x45\x70\xf3\x10\x02\x9a\x0f\x18\x77\x22\x54\x67\x32\xb0\xb7\x03\x76\x9d\x10\xd0\x1c\xe1\xfa\xdb\x99\xdc\xe1\x09\x8c\x44\xea\x4b\xc6\xbb\x5c\xdf\x86\x29\xd4\x0f\x68\xb2\x23\x3c\x81\xc5\xee\xa7\x61\x8f\x05\xb4\x4a\x11\xbb\xcf\xb1\x4e\x93\xfd\x7c\x15\x0e\x11\x53\x3a\x5c\x7f\x49\x6e\xbe\x64\xd4\xa1\x4d\x40\xd2\xf2\x76\x0c\x4c\xf0\xd0\xc4\x25\x9d\xf8\x92\xf1\xae\xea\x1c\xaa\x33\x21\x96\x41\xfa\xf0\x55\x34\x65\xb4\x05\xec\x66\x04\xb0\x85\x03\x4c\x57\x84\x27\x30\x32\x86\xb7\x03\x4c\x57\xc8\xa2\x11\xa4\xfb\x5e\x32\x7e\x2f\xfc\x0e\x4e\x5b\x07\xa1\x98\x11\xda\xb8\x24\xe4\x6e\x07\xa1\x98\x11\xae\xbf\xa1\xed\x00\xce\x2b\x04\x4d\x07\x40\xe9\x25\xe3\xdb\xd2\x6f\x73\x2a\xe0\x0f\x8c\xd0\x9e\x08\xa7\x02\x69\xb2\x23\xf4\x32\x88\x9a\x96\x5c\x26\xc2\xa9\x10\x2e\xde\xf8\x08\x03\x08\xf5\x2a\x86\x32\xda\x3c\x6d\xcb\xf4\xdb\xb0\xdb\xc2\x93\x5a\x9c\xd6\xab\x6e\xc0\x17\x16\x71\x5a\x6f\xd0\x66\x6d\xe1\xd0\x16\x1e\xea\x06\xd7\xd0\x21\xba\xfa\x00\xe7\x15\xe1\x89\x8e\x6c\xd6\x4b\xc6\x18\x69\xc7\x84\xb6\x30\xd9\x8a\x22\x9c\x6e\xa0\xa8\x97\x8c\xf6\x79\x64\x0b\x6d\x1b\xa8\xb8\x23\xb4\x63\x4c\xfc\x7c\x10\x9e\x19\xa1\xcd\x02\x12\xba\x1d\xe1\x98\xbb\x05\x90\xe3\x39\x3a\x66\x51\x3c\x7e\x9a\xb3\x0d\xd7\x5f\x90\xeb\x79\x15\x43\x19\xdd\xec\x4e\x11\x9a\x36\x10\x3e\x47\x38\x03\xc3\x19\x88\x9b\x2f\xc2\xdd\x43\x44\xf5\x81\x9b\x2f\xc2\xdd\x23\xdc\x3d\xc0\x6c\x05\x19\x9b\x57\xe1\xbb\xec\x00\xe9\xee\x21\x7a\xfa\x00\xc7\x15\xe9\x14\x24\xe3\xf2\x92\xed\xc8\x5e\x65\xd6\x81\xba\xa4\x26\x10\x19\x95\x97\x6c\x22\x2b\x65\x0c\x07\xa1\x98\x21\x7a\x3a\x52\x73\x47\x5f\x5d\x3a\xb5\xd2\xa9\x45\x1a\xb9\x48\xfd\x77\xa9\x69\x03\x18\x2b\x52\xd3\x26\x35\x6d\x48\x27\x12\x24\x3f\x5e\x85\x6d\x61\x57\x48\xa7\x5b\x76\xeb\x60\x57\x48\x77\x94\x74\x47\x01\xa0\x15\x39\x7c\x6e\xf8\x1c\x6a\x90\x84\xd1\x84\xa9\x8d\x8f\xc8\x7f\x07\xd7\x87\x48\xea\x48\x93\xeb\xeb\xca\xcb\xb0\xf9\x61\xb7\xb1\xaa\x64\xd8\x7c\x2d\x24\x5d\x79\x22\xa9\x03\xfe\x9a\x76\xc0\x7f\x1a\x59\xfe\x5e\xd9\x1d\xac\x2a\xe9\x2c\x4b\x67\x99\x3e\xba\xd4\xf7\x91\x6e\x2e\xc9\x4a\x03\xac\x7a\x15\x5d\x19\xef\x02\xa7\x8b\x74\xf6\x24\xab\x4a\xba\xb9\xa4\x96\xbc\x3e\x44\x51\xd3\x91\x6e\x24\xa9\x4a\xdc\xd6\x4b\x20\xbd\x89\x41\x23\x35\x6e\x44\x43\x1f\x30\x66\x46\xba\x41\xa4\x1b\x04\xc4\xaa\x41\x86\xdf\x55\x94\x32\xea\x50\x65\x53\x95\xd5\xcf\x96\xaa\x6c\x6a\xf0\xa4\x43\xad\xca\x8a\x7c\x3e\x60\xe5\x8e\x52\x3d\x45\x39\x1f\xf0\xbe\x07\xb0\xe5\x55\x0c\x65\x13\x59\x29\xf3\xdd\xf2\x39\xd4\xa4\x76\xbf\x8d\xf1\x10\xbd\x1c\x25\x0b\x1f\x20\xac\x10\xa9\x1c\xe5\x69\x50\xff\x99\x48\xe5\x00\xa9\x1c\xbb\x4d\x39\xac\x16\xdf\xc6\x41\x92\x89\xa8\xe3\x54\x76\x29\xe3\x55\x0f\x79\xe0\x90\xdb\xa1\x4b\xad\x34\x9e\x01\x25\xc7\x1e\x8a\x18\xc9\x72\x4d\xd6\x53\x56\x6a\x06\xd9\x56\xdb\xa1\x07\x8c\x34\xa9\xab\xa0\xa7\x80\x65\x05\x49\x4e\x57\xc1\x48\x02\xc1\x0a\xb1\xc6\x41\xd6\xd2\x25\xa3\x29\x9e\xe7\xca\x75\x95\x28\xc9\x10\x7f\x1c\xa5\x66\x94\x6d\x71\x5d\x2d\x3c\xba\x07\x04\xbb\x51\xae\xab\x75\xfa\x2e\xfb\x70\xa9\x41\x62\x92\x0f\x20\x58\x51\xfa\x13\x80\x21\x2f\xd9\x1a\xdd\xd2\x9d\x55\x9e\xfb\x88\x92\x0c\x12\x88\xfe\x45\x69\x8a\xe8\xba\x2a\x4d\x11\xf2\x89\xb6\x03\xba\xf2\x10\x7f\x1c\xa6\x0c\x3d\xa6\xdd\xec\xe2\x48\x56\xd0\x25\xa3\x0e\xcf\x7d\xc5\xbd\xc8\x01\x2c\x2b\x00\x28\xaf\x82\xb5\x1b\x26\xe2\x28\x6d\x11\xa0\xc9\x4b\xc6\x73\x9f\x6d\xc6\x1b\x7c\xc0\x1b\x1c\xe4\xf7\x5c\xc5\xa7\x6c\xb5\x6f\xea\x0d\x9e\x6a\xdf\x64\x71\x9c\x9e\x05\xa7\x67\x41\x5d\x61\x80\x8c\x57\x61\x9b\x59\xe4\x27\xe8\x86\x00\x4a\x1c\x5c\xce\xc7\xd4\xec\x98\x00\x1e\x0e\x72\x92\xc6\x04\x3a\x1f\x53\xb3\x83\x6c\x82\x31\x3d\xf6\xcd\xdd\xa6\xb0\xe6\xcd\xc3\x77\x5d\x2f\x61\x73\x0f\xe1\xc7\x31\x75\x59\x10\x01\x19\x53\x8d\x9c\xae\x97\x44\x40\xc6\xd4\x02\x9f\xba\x2c\x74\x67\x91\x69\x73\x15\x53\x19\xef\x7a\x3c\x04\x66\xdc\x0e\x22\x20\x63\x7a\x3c\x24\x3d\x66\x3b\x40\x6a\xc5\xd4\x3c\x99\x9a\x27\x73\xfa\xdc\xef\x5d\xeb\xc5\x54\x9a\x61\x9b\x71\xc1\x75\xc2\x1d\x63\x6a\x95\x93\x0b\x73\xc9\x68\x9f\x26\xcb\xc4\x2a\xef\x90\x8c\x87\xd8\xe4\x20\xed\xe5\x92\xd1\xbe\x74\x38\x80\xec\x77\xdd\x59\xe2\x95\x03\x6e\xae\x25\xeb\xc8\x1e\x65\x9f\x32\xbe\xd7\x69\x44\x4e\xc9\xf0\x80\x35\xb5\x58\x84\x30\x9b\x18\x39\x84\x30\xc7\x04\x71\xd4\xf5\x7a\x91\x18\x72\x15\x89\x8c\xd3\xf0\x74\x66\x81\x64\x5e\x32\xba\x45\x23\x1f\xd4\xf2\x92\xf1\xae\x56\x07\x70\xe4\xd6\x49\xcf\x14\x53\xaf\x1c\x70\xe4\x25\x9b\xc8\xec\xe6\xcb\x77\xf1\x69\xcb\xf1\x15\xf3\xb2\x0e\x66\xb9\x78\xe5\x98\xc4\x56\x77\xe8\x77\x63\xde\xfe\x1e\x67\xd5\x0e\x7f\x64\x48\xcd\x17\xa4\x81\x6c\x52\xf3\x87\xd8\xe4\x20\xbb\x63\xeb\x7a\xb3\x48\xda\xb8\x0a\x7f\x4f\x35\x70\xb6\x01\x51\x6e\x5d\xcf\xd5\x74\x66\xcd\xd7\xbe\xc2\xdb\x31\x35\xfc\x21\xb5\x6d\x1d\x64\x57\xcc\xcf\xe1\xfd\x7c\x8e\x59\x7e\xea\x51\x39\x99\x45\x9d\x70\xc4\x38\x9d\x45\x27\x16\x7d\x07\x9e\x15\xa7\x57\x89\x27\x16\x7d\x87\x6f\x2c\x04\x27\x07\x79\x19\x5b\x07\x9e\x15\xa7\x9e\x3f\x68\x72\xe3\xa0\x9b\x4f\x8d\x7c\x20\xca\xeb\xb1\xa5\x05\xe7\xee\xab\x38\x03\x7b\x63\xf2\x9e\x2e\xf5\x64\x6a\x5c\xb2\xff\x81\x0b\xff\x74\x27\x38\x0f\x5b\xcf\xdc\x3e\x35\x54\x40\x30\x2f\x19\x2d\xd5\x50\x39\x99\x78\xbd\xb1\x4e\x9f\x9e\x0b\x4e\x7c\x30\x1d\xe0\x57\x80\x63\x5e\x85\x5f\xc4\x22\x70\x72\x0f\x1f\xa4\x6b\x6c\xa6\xfa\x8e\xb3\xdf\xca\x3e\x65\xf4\xa4\x3e\x45\x92\x31\xb6\x0e\x18\x2c\x4e\xfd\xdc\xe7\xf0\x93\x58\x04\x84\x33\x07\xb9\x16\x5b\x27\xcd\x63\x9c\x5a\x27\xa6\x47\xec\xfa\xba\x4e\x27\x14\x68\xe5\xd6\x1b\x13\xfe\x74\x42\x9d\x4e\x28\xd8\xfa\xe2\x74\x42\x9d\x4e\x28\x92\x0b\xc6\xa9\x9f\x9b\xcc\x85\x4b\xc6\xb7\x69\xb1\x90\x90\xb0\x75\x7d\x58\xa7\xb3\xec\xe4\xb6\xa6\xeb\xc3\x3a\x3d\x03\x9c\xce\xb2\xdd\xd1\xf7\x06\x87\x5c\x83\xad\xeb\xd7\x3a\x3d\x17\x9c\xdc\xf5\xf7\x5d\x8d\x70\x96\x9d\xf8\x28\xfb\x8e\x51\x7c\x7a\x23\x69\x86\xc0\xae\x5f\xeb\xd4\x1f\x7e\x42\xdb\xd2\x09\x3d\x0c\x52\x05\xae\x62\x57\x46\xbd\x97\xef\x02\x8f\xee\xe4\xd0\x0c\xe1\xd1\x71\x3a\xf3\x08\x47\x8c\xd3\x99\x47\x2a\xbf\x25\xa3\x9f\x6f\xdf\x7d\x94\x39\xe6\xcf\x4f\x86\x66\xef\x8e\x91\x7e\xf3\xd3\x19\x45\x92\xba\x38\xb5\x80\x40\x30\xb7\xae\x73\xea\x74\xf6\x9c\x9f\x6d\xe1\xac\x7a\xea\xa3\x14\xce\xdc\x89\xed\x0b\xe1\xcc\x21\x9c\xb9\xef\xec\xaf\x32\xfd\x05\x59\xf4\x5a\x07\xf9\x15\x97\x77\xf8\x97\xb3\x8c\xe4\x47\x71\x39\xcb\x48\x98\xd7\x3a\x69\x6a\xe3\xf2\x2c\x7d\xe1\x06\xea\x64\x3c\x88\xcb\x3d\x4d\x28\x74\xd7\x4d\x75\x39\xf3\x2e\xa7\x19\x04\x9d\x71\xb9\x81\x91\x12\x6f\xc9\x68\x8b\x57\x43\xe4\xb3\x6b\xfd\xe0\xac\x7a\xe9\x5f\x17\x0a\x6d\x8a\x8f\xb8\x9c\x33\xe6\xb4\xeb\x4e\xe5\xcb\x39\x43\x3e\xbb\x25\xa3\x5e\x8d\x7b\xf2\xd7\xb5\x0e\xba\x2c\x2e\x8d\x7b\x21\xd3\xfd\xc0\x65\x21\x64\x3a\x84\x4c\x77\xd0\x65\x71\x39\x67\xc8\x3a\xb7\x64\x13\x99\xef\x3a\x67\x0e\x2c\x52\xf0\xd3\xab\xa0\xaf\x74\x3f\x5d\x5a\xef\x57\xfa\x1d\x6c\xba\x97\x7e\x78\xd0\xd4\xad\x1f\xcc\xad\xcb\xf9\x71\x61\xb7\x75\x5d\x4d\x97\xf3\x83\xc4\x74\x01\x29\x58\x5c\x6e\x2e\x64\x9b\x6b\x9d\x70\xbf\xb8\x9c\x0a\xd7\x9a\x0a\x01\x7e\x2d\x2e\x2d\xb9\x6b\xfa\xb5\x8e\xae\xee\xcd\x0b\x9a\xf6\x5f\x43\xbc\x2c\x22\x2f\x5d\xeb\x87\x03\xae\xd9\x7f\x99\x71\x1e\x1c\x59\x5c\xfa\x99\x2e\xfc\x4c\xfd\x50\x09\xbc\xf2\x14\xbb\xdd\xf5\x65\x89\xdd\x0e\x52\xd5\xb5\xde\x31\xbc\x2e\x27\x0c\x10\xee\x25\xa3\x5e\xb7\xa5\x0b\x2e\xaf\x4e\x00\x60\x5c\x4e\x8e\xcb\x6d\x49\x27\xd0\xa5\x11\x78\x71\xd5\xdf\xc1\xa0\xc5\xa5\x8f\x8a\xcc\x75\x4b\x46\x5b\xf4\x51\x5d\x8f\x75\xb0\x0d\x5f\x6e\x4b\x17\x70\xc2\x4e\x96\xb8\xb8\xbc\xd6\x27\x73\x5c\xeb\x90\x31\xc4\xf5\xfe\x9e\xb3\x5e\x4e\xa0\x64\x93\x5b\x05\x0a\x04\x06\x2d\x2e\x0d\xbe\x0b\x83\xaf\x77\x15\xc3\xd3\xf0\xe5\x56\x05\xb3\x41\x48\x8d\x19\xb7\x5b\x95\x3e\x2f\x92\xca\xad\xe2\x52\xb6\xbe\xf7\xf6\xb8\x71\xaf\x6d\x27\x88\xe1\x8b\xdb\x2b\x52\x50\xe2\xad\x77\xec\xea\xdb\x7d\xe2\x76\x9f\xe8\xe8\x0a\x29\xda\x56\x61\xb5\xe9\x73\xaf\xb2\x4f\x19\x55\x68\xa0\xdd\xea\x3c\xf1\x84\x71\x6b\xa0\xdd\xea\x37\xd4\x60\x71\xab\xdf\x24\x66\x5b\x32\x3e\x43\x03\x0d\x28\x77\xeb\x50\x83\xc5\xed\x89\xf5\x0e\x9f\x43\x0d\x6e\x6f\xeb\xc9\xb2\xb6\x64\xd4\xeb\x3c\x00\xf2\x3d\xe0\xa3\x89\xdb\x69\x00\xc5\x6e\xeb\xb0\x8a\xc5\xed\x75\xa8\xf0\xef\x4e\xce\x8b\xb8\xdd\x3a\x48\xb5\xd6\x3a\x90\xb5\xb8\x75\x1f\xdd\x4e\x0d\x5d\x5e\xb7\x5b\x82\xf0\xef\xae\x7b\xeb\xd6\x55\x04\x0a\xbc\x75\xdd\x5b\xb7\x07\x5b\x50\xe0\x4b\x46\xf7\xb9\x4d\x80\x02\x5f\x32\x7e\xcf\x99\x00\x79\xe9\x92\xd1\x16\x0d\x2f\xb1\xde\x7d\x1c\xf1\xef\x9d\xfe\x76\x27\xb8\xdd\x09\x06\x2b\xfc\xed\xcd\xa8\x50\xf0\x0e\x11\x59\xdc\xb7\xa3\x7a\xdb\x04\x76\xf5\xdb\xcb\xfa\xfb\xb6\x8b\xb0\xdf\x6e\x6d\xb0\xdb\xdd\x41\x4f\xd7\xad\xa3\xf5\xd6\x06\x03\x0d\x17\xb7\xca\x7e\x73\x49\xd0\x07\xa7\xb4\xdb\x73\xf4\xfd\xda\x16\x56\xa3\x5b\x65\xbf\x5f\x9f\xe3\x94\x26\xec\x3b\xee\xa5\xd8\x83\x54\x84\x21\x9a\x3b\x1e\x37\x02\x9d\x5f\x8f\x1b\x01\xa9\xd7\x96\x6c\x20\x2b\x65\x36\x85\x45\x4b\x38\x77\x3c\x6e\x04\x03\xd3\x4f\x2a\xd7\x78\x34\xc1\x74\x88\x09\xe7\x0e\xe1\xdc\x9d\xb4\xef\x21\x9c\x3b\x1e\x9c\xaa\x9d\xc0\xc7\x78\xdc\x08\x1e\xee\x0d\x3a\xd9\x08\xe2\xf1\x42\xf6\xd9\x79\x97\x28\xc6\x10\xe2\x1d\x64\x51\x5b\xb2\x35\xd2\x8f\x93\xe7\xe1\x74\xd3\xa1\x21\x0e\x21\xde\xf1\xf4\xdf\x73\xd4\xeb\x09\xe5\x71\x81\x07\x0c\x17\x8f\x27\x8f\xc7\x93\x07\x29\xd1\xe2\xf1\xe4\xf1\x78\xf2\xd0\x23\xf6\x78\x1f\x20\x9c\xbb\xeb\x11\x7b\xd4\x76\x50\xdd\x4b\x46\x1d\x5e\x6a\x09\xe7\xee\x7a\xc4\x84\x73\xc7\xe3\x46\x40\x64\x63\x3c\xce\x80\x47\xe3\x89\x84\x60\xf1\xb8\x39\x3c\x38\x50\xbb\x28\xb7\x47\x58\xcb\x03\xed\x44\x17\xd1\xf6\x38\x2b\x1e\x67\x85\x5e\x32\xd2\x55\xfc\xc5\x33\xfd\x5e\xd4\xea\xf1\xe2\xf6\x59\xbb\xc4\x20\x6b\x7e\x3c\x9e\x50\x1e\x4f\x23\xa4\x5c\x8d\xc7\xe5\xfc\x71\x39\x27\x89\x6f\x3c\x2e\xe7\x8f\xcb\x39\x7c\x65\xf1\x88\x6a\x21\x0b\xdb\x92\xf1\x7b\x9e\xe9\x1f\x67\x82\xce\xb4\x47\x9b\xe8\x71\x89\x27\xa1\x6e\x3c\xde\xf9\x3e\xce\x0e\x52\x31\xc5\xe3\xcd\x99\x28\xf2\x2e\xf0\xed\x71\x76\x3c\x8f\x9f\x81\x5d\xf3\x88\xe6\x02\x4c\xbe\x64\xbc\xfb\xd8\x05\xe0\x24\x7b\xa8\x42\x2e\xfb\x80\xc9\x97\x8c\xae\xd2\x31\xfa\xb8\x15\x84\x6a\xe5\xfd\xee\x03\xfe\xb1\xa7\x2a\xe4\x99\xfe\xd1\x4e\x12\xd1\x26\xd9\x77\xbc\x2e\xf1\x84\x40\xc6\xeb\x69\xe4\xd5\x4e\x22\x04\x32\x44\x91\x87\x28\x72\xb3\xef\xc4\xeb\xb2\x4f\xca\x8d\x66\x3e\x9f\x20\x37\xdb\x2a\x6e\x65\x81\xec\x55\x66\xbd\xf8\xe0\x5f\xef\x77\x01\x9d\xb7\x9e\x6c\x5f\xaf\x57\x68\xaf\x76\x12\x74\xf6\xf1\x7a\xa8\x7f\xdd\x33\x48\xcc\x10\x22\xcb\xc3\xa4\x66\x3d\xd9\xd2\x5e\xa7\x82\x4c\xc7\x9d\x3c\x37\xf1\x7a\xb6\x78\xbb\x6d\x61\x4b\x7b\xc5\xd0\xbc\xc3\xe7\xb0\x75\x5e\x81\x8d\x2f\x8c\x55\xba\x71\x44\x9b\x87\x68\xf3\x4e\xa4\x64\x88\x36\x0f\xd1\xe6\x9d\x94\xb8\xf1\xea\xc9\x12\x6d\xde\x89\x9e\x8c\x57\x57\xd6\xeb\x8c\x11\xe4\xf6\x3a\x63\x24\x49\xee\x82\xdc\x5e\x01\x8b\xe4\x81\x68\x5d\xf0\xda\xeb\xb9\xfc\xf5\xc8\x40\x3a\xd0\x78\x9d\x09\x22\xd0\xbb\x7b\xd0\xeb\x5e\xf0\x6a\x14\x91\x99\x35\x5e\x0f\xe1\xaf\xc7\x03\x22\x25\xe3\xd5\xbd\x05\x60\x7d\xc9\x78\x4e\xf7\x96\xe8\xf5\x2e\xa0\x4d\xf4\x7a\xbc\x5a\x40\x02\xda\x4c\x0a\x11\xaf\x47\x86\x62\xbf\x31\xb1\x43\x48\xba\xdc\x89\xb2\x8c\xd7\xdb\xb7\x17\xa7\x69\x27\xd3\x5a\xbc\xaa\xfd\xab\xda\x43\x7a\x16\xaf\x8b\xfd\xeb\x51\x40\xf0\xda\xab\x7b\xeb\x75\xb1\x77\xfa\xbe\x3a\x48\xdf\xd7\xef\x60\x96\x8b\x54\x8f\x57\xcb\x46\x17\xdf\xab\x65\xf3\x7a\xe0\x16\xe4\xf6\xea\x34\x7d\xf1\xf3\xf7\xc2\x3a\x79\xb5\x6c\x48\x72\xd5\xba\xc0\xb7\xcf\x43\x38\x20\xf6\x25\x0b\x64\xa9\xac\x94\x4d\x64\xa7\x32\xdf\xc5\xe1\xfa\x79\x3c\xf8\x3c\x98\x17\xd3\xfc\xf3\xaa\xed\x73\x2a\x10\x79\x19\x9f\x53\xe1\x53\xed\x0b\xa7\xf8\xe7\xf1\xe0\x53\xed\xc9\x75\x16\x9f\x9e\xd4\xef\xb0\x2d\x4c\xe9\x4f\xb3\xe8\x53\xc5\x0b\x3d\xf8\x84\x30\x08\x59\xef\x10\x86\xc7\xe7\xcd\x31\xfc\xce\x83\xf4\x2b\xf1\x09\x1c\xfb\x3c\x3d\xcf\xad\xfe\xbd\xd5\x7f\xa2\x7d\x49\x3e\xd5\xba\x8e\xc2\xcf\x7b\xe5\x4f\x43\x6a\xa2\x39\x9f\x7b\xcb\xe7\x81\x7b\xa2\x39\x02\xe4\xe3\xe3\xb6\xa0\x8b\x99\xfb\xbc\x7f\x86\x61\x7a\xc9\xf8\x72\xf7\x16\xb2\x41\x2d\x19\x5f\xe4\x9e\x21\x18\xbe\x4f\xf6\x0c\xc1\xf0\xf1\x11\x34\xd7\x75\x1e\x7e\x1e\x1e\x3e\x0f\xd7\x93\x09\xff\x39\x2b\x3e\xf7\x87\x89\xe6\x7c\xee\x0f\x9f\x87\xe6\xc9\x9e\x21\xb5\x74\x08\x90\xef\xf0\xa7\xc5\xe7\xa1\x59\x6a\xe9\x3e\xd5\x08\xcf\x05\x9f\xe7\x02\xbd\x8c\x9f\xe7\x82\x4f\x17\x96\x5e\xc6\xef\xb4\x5e\x37\x12\xbd\x8c\x02\xe9\xe3\xd3\xba\xd2\xcb\xf8\x69\x3e\x91\x0c\x6a\xc9\x78\x57\x64\x05\x39\xa1\x96\x8c\xfe\xf3\x82\xed\xbb\x6c\x8b\x9a\xe3\x41\x5a\x70\x7d\xd7\xf3\x28\xb8\x3e\x3e\x37\x0d\x01\x72\x82\xeb\xe3\xc3\x61\xdc\xf5\x32\x7e\x42\x80\xbf\xc7\x31\xe2\xea\xe4\x7b\xd4\x26\xcc\xac\x01\x2d\x7f\x7c\x9a\x59\x1f\x33\x6f\x10\x37\x1a\x02\xee\x43\xc0\xfd\xd0\xf3\x28\xe0\x3e\xbe\xf7\xf7\x2e\x75\x68\x7a\x7d\xaf\xef\xe2\x88\x10\x5c\x1f\x60\xe7\x97\x6c\xfc\xe7\x2f\xcd\x10\x91\x1b\x9b\xcb\x20\xbe\x34\x45\xcd\xa7\x94\xd6\x03\xf7\x61\x02\x97\x5f\x85\x09\xe3\x8e\xbe\x64\x6c\x38\x49\x12\x97\x25\x2b\x64\xa1\x2c\x91\x75\xde\xc5\x8b\x9c\x00\xe5\x97\x8c\x3a\xf0\x75\xe5\xc6\x21\x7c\x00\x9a\x4b\xf2\xb9\xac\x82\xcc\x41\xb8\x14\xd3\xbc\x2e\x29\x6a\x7e\x10\x2c\x9a\xa2\xe6\x93\xf4\x2e\x6d\x00\x90\x4b\x20\xf4\xab\xf0\x7b\x83\xf6\xb1\xe1\xa4\xb4\xd9\x83\x34\xa0\xb9\xb1\xe1\xa4\x14\xd9\x03\x97\x62\x6e\x1c\xc2\x13\x40\xfd\x92\x51\xc7\xf0\xdb\x86\xf5\x16\xcf\x0d\xeb\x1d\x7e\x5b\xd1\x7f\xc3\x36\xe3\x45\x36\xb3\x5d\x6e\xc3\x7a\xc3\x7a\x27\xed\x0b\xeb\x0d\xbf\x77\xf2\x2e\x07\x97\xdc\xc2\x71\x9b\xbc\x9b\xf6\x15\x1e\xe3\x01\x68\x2e\x81\xd0\xaf\xe2\x52\x46\xff\x95\xcf\x95\xcf\x2d\xa3\x20\xe5\xca\x4e\xa1\xf4\x03\x76\xb4\x04\x43\xbf\x8a\x47\x19\x75\x94\xed\xe3\x54\x3f\x00\xcd\xa5\x50\xfa\xdc\xa6\xef\xee\xbc\x3b\xed\xd3\x69\xbd\xea\x06\x97\xdc\x29\x6c\x7e\xc0\x98\x96\xdb\xe5\x58\xe2\x0a\x1e\x38\x17\x73\xbb\x7c\x8e\x39\x33\x70\x24\x26\x18\xfa\x55\xa4\x32\xfa\xf9\xb6\x7d\x5c\xdd\x0d\x1c\x89\x09\x86\x7e\x15\x3e\x37\xa8\xe3\x51\xff\x1e\x9f\x0b\x7e\xef\xf5\x39\xe7\x02\xb4\x67\xb9\x7d\xca\xbe\x9f\x8c\xe7\x3e\xfb\xfe\xb3\x7d\x45\x9f\x7e\x7e\x1b\x67\xe9\x01\xf5\x7f\x92\xc8\x67\x15\xb6\x99\xb1\x34\x33\x4a\x36\xe7\x02\x00\xb9\x6c\x38\xa4\x52\x0e\xec\x41\x8a\xbb\x6c\xdc\x2c\x67\x63\xc7\x19\xf0\x9a\x65\x6b\x3e\xc7\x75\xde\x20\xe4\x33\xe5\xc0\xce\xc6\xcd\xf2\xc0\x41\x98\x0d\x43\x2b\x1b\x3e\xde\x81\x83\x30\xdb\xe1\x73\x87\xcf\x2d\xdb\x3f\xdb\xe1\x73\xe0\x92\x06\xce\xc0\x6c\xec\x2e\xd9\x00\x72\x0e\x00\x6d\x29\x6c\x3e\x1b\x00\x8d\x01\x97\x58\x36\x0c\xa8\x04\x15\xdf\xc6\xce\xdc\x6a\xea\xa9\x70\xf8\x01\x52\x2d\x1b\x00\xb9\x24\x7d\xd8\x92\x05\x32\x9f\xcb\xdf\x73\xd4\x0b\x40\x2e\x1b\xb1\xf9\x03\xf4\x5a\xb6\xf4\x7b\x39\x4d\x0f\xa8\xfa\x53\xae\xec\x04\x15\xbf\x64\xbc\x8b\xd3\x35\x85\xc8\x0f\x12\x7d\x67\x53\x4f\xa1\xc2\x6e\x83\xdb\xa7\x34\x4b\x59\xca\x8b\x3d\xf6\x65\x7d\xa5\xb0\xf9\x24\x5d\xd9\x92\x51\x87\x7a\x0a\x52\x7e\xc9\xa8\xe3\x74\x3c\x00\x21\x0f\xc8\xbf\xb2\x71\x41\x98\x0d\xee\xf7\x71\x34\xbe\x17\xa7\x6b\x36\xf6\x85\x71\x30\x67\xda\x65\x9f\xb2\x07\x0c\x9c\x81\x09\x71\xf6\x2a\x1e\x65\xf4\xf3\x65\xbf\xdc\xbe\xbb\xd3\x16\x75\xbc\xa9\xe3\x38\x0d\xb3\xdd\xd6\x7b\xfb\xee\xf1\x6f\x32\x9d\x6c\xb7\x3f\x8d\x8b\x69\x00\x69\xcb\xf6\xd8\xac\xc7\x66\x39\xd4\x8f\xcd\x7a\xfc\x24\x96\x56\xb0\xf6\xab\x78\x95\x31\xfc\xaf\xdd\xc1\xcd\xf7\x20\x3a\x35\x1b\x37\x24\xd9\xb8\x21\x11\x45\x98\xed\xb5\x5e\xa7\x0f\x11\xab\xd9\x9c\x3e\xed\xb3\x5e\x96\xd6\xe6\xf4\x69\x9f\xf5\xb2\xb4\x9a\x1c\x28\x85\xe1\x0f\xfc\x8c\xb9\xbb\x95\x48\xeb\x3d\x88\x4e\xcd\x1d\x60\x46\xee\x4e\x1f\x9c\x8a\xb9\x3b\x7d\x76\x40\x18\x03\x0e\xb1\x94\xd6\x3b\xa5\xeb\x1e\x07\x43\xbd\x43\x55\x90\xbb\x5b\x44\x5f\xc7\xe9\xdc\xdd\x22\x76\xb7\x08\xa0\x6a\x09\x4f\xf7\x2a\x42\xd9\x40\x36\x95\xd1\x66\xdc\x76\x29\x37\x77\xee\x4e\x15\xc2\x49\x73\x77\xaa\x00\xdb\x5f\x32\xea\x08\x65\x66\xbe\x83\xaa\x3f\x77\xa7\x8a\x9c\xdb\x03\x58\x5a\xca\xb9\x9d\x72\x6e\x0f\xf8\xbd\x72\x4f\xdf\x75\x49\xef\x2c\x85\xf2\x70\xa7\xd8\x7c\x49\x4a\x73\x77\xfa\xc8\xcd\x3d\x08\x31\xcd\xdd\xe9\xb3\x27\x59\x01\x93\x2a\x00\x5e\xa4\x70\xfd\x01\x35\x58\x0a\xd7\xcf\xdd\x19\xd5\x07\xdd\xe7\xec\xd9\x9d\x3d\x40\xd5\x72\x9f\x36\x65\xfa\x19\x41\xf3\x5c\xf9\x85\xf0\x4b\x34\x9a\xfb\xe9\xbb\xa7\xef\x26\xbf\x77\xfa\xee\x69\x97\x3a\x94\x9c\x49\x72\x77\x46\x01\x55\xcb\xfd\x72\x28\x2f\xdb\xc7\x2a\xba\x5f\xd6\x01\x5e\x95\xbc\xf1\xb9\x3b\xa1\x76\x37\x08\xd0\x6b\xb9\xdf\x7e\x86\x93\xa7\x3b\xe2\x4e\x1e\x58\xc0\xdb\x18\xeb\x68\x95\xd2\x7f\xe7\x0e\x70\x75\x10\x91\x9a\xbb\x33\x61\xd7\x58\xc2\x95\x97\xfb\x6b\x57\xe1\x93\x1a\x20\xd5\x52\xf4\x7f\x8a\xfe\x1f\x43\x2d\x50\xc3\x77\x37\x08\x5c\x74\xb9\xab\xe1\x44\x04\x0c\x22\x02\x73\x77\x7f\xd8\xdd\x1f\x08\x52\x4d\xa8\xc0\x57\x41\xcf\x0f\xe6\xfb\xe1\xfe\x60\x90\xc0\x18\x87\xcf\x31\xb1\x0e\xf7\x07\x80\x6a\x79\x70\x38\xcf\x43\xa5\x27\x23\x6f\x42\x05\xfe\x97\x87\x7b\x06\xae\xba\x3c\xf6\x43\x59\x57\xc6\xbb\xe0\x5b\xf3\xe0\x94\x32\x70\xdf\xe5\xb1\xfb\xee\xe1\xbb\xeb\xb4\x95\x32\x82\x27\xb1\x02\x4b\xc6\xef\x81\x79\x4d\x19\xc1\x07\xc1\xac\x79\x74\x9f\xeb\x3e\xc7\x24\x3f\xdc\x5b\x8e\x6e\xd7\xb3\x17\x1c\x4e\x98\xa3\xdb\x07\xb9\xb4\xea\x70\xc2\x10\x2b\xb0\x64\x3c\x37\xfc\xb6\xe1\x73\x45\xbf\xe0\xe3\xca\x23\x1c\x8e\x5a\x6a\x60\x90\x40\x1e\x4e\x0e\xfc\x6d\x79\x68\xdb\x1c\x6a\x38\x01\xa9\x69\x40\x40\x1a\x10\x30\x00\xaa\xe5\x51\x7e\x87\xb6\x0d\x0c\x61\x79\x68\xdb\x1c\xf8\x9f\x46\xb0\xbf\x1e\xd3\x6f\x53\xeb\x83\xc5\xe0\x50\xeb\x0f\x1c\x50\x03\x54\x5a\x9a\x49\x2f\xcd\xa4\x37\xf0\xc1\xe5\xe1\x4c\x38\x9c\x09\xe1\x98\x3b\x13\x0e\x2e\xef\x06\x39\xfe\x13\xde\xf1\x55\xd8\x96\x83\x3a\xb4\x8b\x0c\x3a\x18\xf8\xd6\xf2\xb8\xec\x17\x4e\xe7\x83\x64\x00\x29\xfd\x78\x1e\x4e\x05\x10\x68\x69\x12\xd1\x94\x7e\x7c\xe0\x5b\xcb\x43\x5b\xc9\x40\x84\x41\xb4\x68\x4a\x3f\x9e\x87\x9b\x02\x79\xc6\xf3\x70\x2a\x18\x74\x30\x40\xa0\xe5\xe1\x06\x70\xb8\x01\xe0\x20\xcb\xc3\xa9\x60\xd0\xc1\x20\x32\x34\x8f\xd7\xf1\xfd\xfc\x5e\xf6\xf0\xe3\xb3\x2d\x9f\xbf\x87\xfd\x64\xca\xb5\xec\xa0\xf0\x06\x90\xb0\xec\x2e\xf6\x5d\x5b\x89\x3c\xb1\xd9\x9d\x0b\xdd\x73\x03\x30\xb1\x34\x10\x21\x3b\x27\xf1\x01\x1d\x58\x76\xfc\xb3\xd9\xc1\x70\x0f\xc2\x36\xb3\xab\xf7\x5d\xbd\x4f\x96\x8d\x7e\xf8\x2e\xe4\xa4\x83\x70\xcc\x34\xc0\x20\x89\x29\x58\x32\xea\x25\x8a\x36\x3b\x51\xb4\x23\x0f\x7e\x4f\x1d\xef\x1c\xbb\x07\xce\xab\x94\x1e\x3d\xbb\x76\x3e\xe1\x98\x69\xe0\x40\x76\xed\xf7\xa4\x4f\x3b\xbe\xd8\xec\xf8\x5d\x07\xf0\xaf\xec\xe1\xb7\x71\x5e\x1e\x30\xf5\x67\x27\xa0\x3c\xbb\xd9\x4f\x33\xfe\xed\xc5\xcf\xae\xc9\x6f\xac\xc1\x48\x86\xc6\x58\x83\xec\x38\xa3\x46\x32\xcd\x7a\xd9\xac\x02\x92\x85\xb6\xf7\xb2\x55\xce\x8a\x74\x64\x9c\x15\xdd\x59\x01\x88\x2c\xfb\xb4\x0a\x2d\x79\x40\x64\xd9\xb9\x79\x4b\x63\x0d\x46\x71\xd2\xe8\xa7\xbf\x07\xac\x6a\xe0\xb3\xca\xee\x1a\x0f\x03\x7b\xec\xac\xa1\xd0\xb0\xaf\xe2\xf3\x31\x3a\xdc\x65\xbf\xab\xd8\xc5\xc4\xeb\x97\x1d\x04\x55\xcd\xc0\x3d\x95\xdd\x83\x81\x71\x0a\xa3\x58\x6b\xbb\x8a\xdd\x3d\x04\x14\x0b\x66\xf7\x10\xd0\xb5\x80\x48\xdd\x9f\x06\x2c\x24\x54\xed\x4b\x46\x1d\xaf\x83\xef\x41\x17\xb7\x53\x76\x0f\x01\x5d\x2b\x06\x77\x52\x1a\x88\x90\xfd\xb3\x0e\xb6\x3e\xf3\x01\xa6\x81\x08\x83\x98\xc9\x1c\x5c\x3c\xe4\xe0\xf2\x6c\xe0\x3a\xca\x01\xa6\x23\x87\x87\xda\x2a\x65\x8f\x32\x7f\x8f\xfd\x6b\xec\xfe\x9e\x07\xdd\x62\x52\x18\x88\x90\x43\x2b\x06\xff\x4f\x1a\x74\x90\x06\x1d\x0c\xdc\x44\x39\x60\x3b\x48\x83\x0e\x06\x88\xb1\x34\xe8\x20\x0d\x3a\x18\x04\x40\xe6\xd0\x8a\x19\x2a\x31\x64\xfb\x69\x1a\xdc\x1c\x38\x82\x06\xe4\x5e\x39\x86\xdf\xc1\x25\xc3\xc0\xe9\x93\x83\x10\xef\x34\xe8\x60\x40\xf8\x95\x43\xcb\x86\xd8\x83\x25\x2b\x64\xa9\x8c\x7e\x06\x45\x96\x23\x6c\xb3\x96\x0d\x28\xb2\x84\x4f\x7d\x15\xf4\x01\x4e\x9f\x1c\x6a\xe9\xc0\x65\x3a\x08\x9e\x4c\x03\x11\x12\xc6\xf5\x36\x26\xd6\xa7\x81\x08\x69\x20\xc2\x00\x5a\x96\xd2\xaf\xa7\xf4\xeb\x03\x68\x59\xc2\xa7\xbe\x0a\x74\x88\x48\xc9\x84\x4f\x7d\x15\xbe\xcb\xc6\x34\x2e\xbf\x63\xad\xb9\xa9\x6f\x63\x68\xc7\x8f\xcb\xee\x73\x78\x35\x3b\x8c\x4d\x18\x04\x4f\xa6\xb4\xea\x39\x6e\x3f\xcd\x21\x57\x25\x87\x6b\x2d\x81\x92\x39\x6e\xbb\x4f\x95\x24\x81\x7b\x0e\xcf\xa5\xc3\xb5\x76\x32\xb3\x08\x4a\xf8\xcb\xf1\xfa\x9c\xaa\xf1\xfa\x1c\x88\xe7\x01\x57\x58\x1a\x74\x90\x10\xa6\xb7\x00\x6d\x96\x43\x53\x84\xd8\x83\x25\xa3\x0e\x4d\x11\x62\x0f\x96\xcc\x77\x55\x3f\xd4\x59\x5a\xc9\x0c\x2e\x05\xd2\xa0\x83\xd8\x50\x97\xd0\xd8\x26\x09\xeb\x92\xad\x7e\x09\xd7\xdf\xc0\x6f\x13\x90\xf0\x67\xb8\xfe\x06\xf7\x63\x01\x09\x7f\xc6\xee\xbb\xbb\xef\xa2\x1a\xe1\xfa\x4b\x9c\x41\x0b\x82\x27\x33\xf4\xc7\x10\x67\xb0\x64\x3b\xb2\xa9\xec\x54\xb6\xfa\xd9\x00\x83\x0c\xbc\xa3\xa1\xbf\x28\x54\xf1\x58\x2a\x3e\x03\x6d\x21\x00\x61\x15\x7e\x2e\x5b\x64\x68\x76\x48\xc0\x1e\x1b\x33\x3f\x74\xbd\x48\xb6\x1e\xba\x8b\xc2\xa5\x3b\xd0\xf0\x80\x83\x2c\x25\x5b\x4f\xc8\xd6\x27\x24\x9a\x19\x5a\x1d\x91\xb6\x98\x05\x22\xf4\xb2\x44\xda\x62\x16\x08\x43\x09\xd2\x50\x82\xd8\xf0\x3a\x44\xf9\x5c\xf9\x1c\x5a\x15\x2a\x2e\xd1\x03\x4b\xc6\xd7\x6a\x89\x18\x4a\x10\x64\x97\xcf\x98\xf6\x80\xe9\xd6\xf5\x34\x85\x96\x88\xa4\xec\x01\x78\x2d\x43\xa5\x27\x7a\x60\xc9\xf8\x5c\x3c\x9d\x69\x88\x40\x00\x5e\x4b\x43\x04\x12\xa2\xf5\x16\x7a\x8b\x0c\x11\xc8\x40\xeb\x83\x10\xcb\x0c\x17\xe2\xe0\x2a\x2c\x9a\xda\x72\xdb\x55\x68\x7d\x34\x76\x5c\x59\xd7\x53\xd6\xf5\xd0\x83\x14\xce\x84\x60\x26\x04\x89\x31\x13\xca\xf4\x55\xd0\x07\x8d\x85\x3d\x9c\x09\xc1\x4c\x08\x3d\x48\xe1\x11\x13\xb8\xff\x92\xf1\xbd\x6a\x78\x7c\xb6\x8f\xa3\x94\x38\xff\x14\xe7\x1f\x40\xd6\x12\x80\xff\x2a\x0e\x65\x03\xd9\x50\x16\xca\x12\x59\x2a\xab\xff\xfa\x5f\x91\x18\x4a\x42\xff\x13\x64\x7f\x0b\x28\xf7\x33\x75\xc6\x48\x92\x1e\x50\x90\x65\x6a\x60\x08\xf3\x0f\x9d\x4a\xe6\x6a\xcd\xdc\xfd\x5c\x8e\x5c\xc9\xad\x57\x42\x82\xbe\x64\x34\x45\x03\x43\x48\x7f\xb4\xda\xff\xbd\xd1\x8b\xf8\x4f\xc9\xd1\x83\xd4\x92\x29\x39\x7a\x66\xb7\x59\xac\x1f\xe9\x72\x9e\xeb\x50\x1a\xdc\x7f\xa5\x7c\xe9\x29\x37\x7a\x10\x7f\x99\xc9\x65\x57\x26\x97\x5d\x01\x4e\x2d\x53\x97\x4e\xc2\x7b\x13\x64\x9b\xcc\x04\xac\x9a\x89\x9b\x31\xa0\xd2\xcf\x74\x4e\x00\xec\x5f\x32\x7a\xc3\xd5\x3c\x39\x7f\xc6\xce\x00\xa6\xa6\xb8\x28\xff\x00\x93\x96\xa9\x9b\x31\x71\xeb\x07\x99\x25\x33\x55\xf6\x54\xd9\xc1\x9f\x65\x7a\xd8\x4c\x50\xa8\x01\xfe\x2c\x73\xda\x96\x69\x9b\x99\xc7\x22\xff\x33\x97\xa5\x1d\x69\x87\x6b\x61\x27\xf7\x5f\xb1\x73\xe2\xc9\xd3\x41\xc5\xe8\x08\x92\x4d\xa6\x01\x02\x69\x80\x40\x40\x50\x96\xe9\xaa\x9f\x97\x9f\x8b\xa5\x96\xea\x7a\xc2\x56\x10\x3b\x73\x3b\x6f\x7b\x5e\xbd\xd6\x83\x95\xae\xf0\x30\xa9\x2f\x19\x9f\xfb\xf8\x1c\x46\x47\xec\x8e\x9a\x2e\x96\x64\x85\x0f\xe0\x6c\x29\x5d\x7a\xe6\x67\x5b\xd8\xe8\xf3\x73\xc4\x09\x2b\x0b\xa2\x29\x33\x3f\xbb\x00\xcf\x63\x1c\x58\xbf\x52\xa3\x27\x6c\xe8\x4b\x96\xc8\x4e\x65\x74\x33\x89\x25\x53\x6a\xf4\x94\x1a\x3d\x88\xb0\x4c\x69\xd0\x93\x78\x82\x08\x9c\x64\xe5\x62\x5e\x6b\x31\x0f\x6d\xee\xd2\x34\x21\x9a\xa0\x85\xfe\xab\x52\xd5\x89\x26\x58\xb2\x42\x66\x0d\xae\xf9\xfa\xaf\xca\x35\x5f\x12\xf4\x20\xe6\x32\x8b\x4b\xdf\x34\xb6\x40\x4c\x6b\x96\x6b\x3e\xb1\x05\x41\xf4\x47\x96\x56\x4d\x75\xab\xe5\xd8\x5b\xaa\x7c\xb9\xbe\xeb\xc7\x2a\x8f\x90\x85\x19\x1e\xfa\xa7\x0c\x4b\xc8\x1a\xb9\x7e\x0e\x15\x2d\x4f\x95\x35\xec\xbb\xa1\xcc\x16\x87\xad\x63\xba\x94\xde\xf6\xe2\xa4\x19\x40\xe3\xb2\x74\xcd\xc0\x98\xbe\x64\x3c\xa7\x99\x5d\x69\x53\x58\xb7\xe1\x4d\xff\x4b\x18\xd3\x97\x8c\x5e\x29\x7b\x4a\x95\x27\xba\x32\x4b\x95\x2f\x55\x1e\x3a\xfb\x34\xa4\x21\x0d\x69\x88\xc3\xc1\x98\xfe\x1e\xa7\xca\x00\xb9\x96\xd2\xa7\xa7\xa1\x0a\x01\x4a\x2d\x4b\xfd\x2e\xf5\x1b\x94\x5a\x96\x6b\x79\xb9\x96\x83\x52\x4b\xe9\xd3\x53\xfa\xf4\xd0\xb5\x25\x7d\x7a\x4a\x9f\x1e\x9d\x1d\xbd\x6e\xbb\x8f\x1b\xaa\x20\xab\x65\xd6\xad\x62\xdc\xd6\xa1\x16\x3c\x0e\x11\xc0\xeb\x80\x3d\x2d\xa5\x59\xcf\x7a\x7c\x57\x2d\xe0\x1e\x38\x0d\x69\x88\x8e\x01\x68\x48\x43\x1a\xd2\x10\xba\xc0\xea\x55\x0b\x70\xb0\x04\x91\x99\x49\x7c\xc3\x2a\x5e\x65\xd4\xe1\x7c\x81\x95\x7d\xc9\xe8\x53\xf7\x06\xa2\x1d\x5a\xe8\x02\x2b\x0d\xf7\xe2\xd6\x2a\xf4\x77\x49\xc7\x9e\xd2\xb1\x87\xfe\x2e\xe9\xd8\xd3\x70\x88\x00\xf5\x96\x86\x43\xa4\xe1\x10\x41\x08\x67\x1a\x0e\x91\x13\xef\x4c\x00\x7b\xcb\xa9\x77\x66\x36\xbf\x8d\xb5\x60\x6a\xf4\x4b\xbd\x1e\xfa\xc0\x26\xa8\xed\x9c\x5a\x49\x9d\xbd\xda\xb0\x89\x34\x46\x22\xc8\x7b\x93\x53\x8f\xfe\xdc\x6d\x33\xba\x31\x75\x5d\xce\xc3\x71\x43\x37\xa4\x68\x4f\x63\x24\x02\x38\x5b\x1a\x23\x91\x93\x98\xb2\xd0\xe1\x35\x3d\xb9\x4e\x2d\x27\x42\x33\x73\x6a\x26\x19\xfb\x10\x64\xc4\xcc\x39\x6c\xf3\xf0\xb9\x9d\x7a\x9d\x33\xc6\x3e\xc4\x60\xcc\x8d\x7d\x48\x62\x1f\x42\x93\x48\x0a\xf6\x94\x82\x3d\x74\x6e\x19\xe6\x90\x93\x03\x6e\x00\x53\xcb\xe9\x34\x9a\x4e\xa3\x81\x61\x67\x9e\xf1\x34\x7c\x21\x88\xb8\x4c\x73\x8a\xe7\x74\xe7\xd0\x91\x35\xdd\x39\x66\xd9\x14\x86\x5c\x5a\xf6\x34\xa6\x21\x60\x60\xcb\xa9\xeb\x92\x90\x85\x25\xa3\x4b\x35\x89\xe6\xe9\xa7\xb1\x84\x4f\x8f\xa6\x30\xac\xb7\xd0\xf1\x34\xcf\xdf\x73\x8f\x32\xba\x54\x47\x8c\x3c\xea\x41\x02\xcb\x9c\x3a\xea\xe5\x4c\x8f\xe1\x10\xdd\x0e\x9b\x53\x86\xa4\x96\x39\xdd\x12\x26\x97\xba\x31\xe6\xbf\x43\xed\x72\xea\x9e\x9c\xdc\xf9\x46\x38\x82\xce\xa8\xc9\x9d\x56\x80\x17\xcb\xa9\x15\x65\x28\x43\xe8\xe7\x9a\xde\x69\x49\xbd\x1e\x44\x5a\x26\xf1\x0a\xab\xf0\x5d\x2c\xb0\xe9\x2e\x32\x01\x59\x07\xd8\xb0\x9c\xce\x80\xe9\x0c\xd0\x2f\x75\xea\x9f\x84\x6d\xbd\x05\xf9\x2d\xf3\xd4\x62\x82\x6e\x7d\xc9\x0e\x64\x68\xf1\x09\x78\x28\xf4\x55\x9d\x90\x43\xa4\xa1\x0c\xa1\x5f\xea\xd4\x67\x09\xdd\xfa\x92\x0d\x64\x97\xb2\x47\xd9\x1a\x6a\x79\xd6\x53\x9e\xf5\x00\x07\x96\xc6\x37\xe4\xb9\xfb\x1c\x43\x7d\xea\xb3\x94\x67\x3d\xf4\x55\x11\xb9\xb0\x0a\xeb\xe5\x78\x77\xba\x91\xc8\xa9\x1e\x30\x9b\xa5\x9c\xea\x79\xba\x91\xe8\xab\x3a\xbd\xfb\x3a\x87\xbf\xc7\x19\xed\xd4\x78\x82\x5a\x7d\xc9\x3a\x32\xbf\x23\x7e\xcf\x2d\x55\x34\x08\x21\xa1\x51\x6f\x01\x48\x2b\x4f\x8f\xbd\x27\xfe\x9c\x20\x7c\x31\x4f\x1d\x36\xf2\xa7\x07\xe1\x8b\x29\x7f\x7a\xc2\x9f\x9e\x9b\x4d\x76\x56\x48\x9f\x1e\xc9\x06\x7e\x7a\x78\x38\xd5\xf6\x64\x51\x3e\x01\x59\xe7\xe9\x46\x02\x46\x2b\xa5\x54\xcf\x93\x08\xc9\xd0\xa5\x75\x6a\x3b\x19\x5b\x10\xc9\x6c\x3c\xbd\xe6\x3a\x35\x94\xd2\xa1\xf4\x50\x60\xcc\x40\x40\x53\x9f\xc6\x0c\xe4\x09\xd4\x21\xd2\xa1\xd4\x29\x4f\xe8\xc0\x92\xf1\x69\x1e\x14\x4e\x0f\x0a\x5a\xd3\xa7\xc6\x13\xcc\xea\x2d\x88\x9a\xcc\xd3\x8d\xe4\x7c\xfc\x3d\x16\xdb\xf3\xf1\xf7\xdc\x34\xf4\x63\x9d\xba\x22\x4f\x0f\x05\xc9\x15\xed\xa9\x2b\xf2\x54\xc5\x61\x1d\x4b\xe9\xd3\xf3\x7c\x6d\x8b\x43\xf9\xda\x96\xd7\xbe\xe2\x08\x7e\xba\x69\x9c\x1a\x54\xb0\x8e\x25\xc1\x07\xab\xb0\x5e\x87\xd2\x0d\xe2\x74\x83\x48\x66\xb7\xf1\x06\x79\x6d\xd6\xcb\x02\x7c\x69\x78\x5d\x6b\x96\x24\xbc\x1c\x79\x89\x74\x30\xdc\x20\xc0\x72\xe5\x25\xd2\xe1\x72\x76\x14\x33\xf5\x12\xe9\x70\xb9\x3f\x10\x49\x99\x97\x86\x97\xe1\x06\x41\x02\xcb\xbc\x9c\x09\x97\xfb\x83\x8e\xb1\x4b\xad\xbf\xd4\x7a\xb8\x44\xf2\x52\xeb\x2f\x4f\xd1\x3a\xcb\x0c\x2d\x48\xa2\x09\x96\x8c\xe7\x44\x2b\x5c\x9e\x18\xc0\x6d\xe5\xa5\x0d\x74\xe1\x6d\x0f\x70\x5b\x79\xa9\xcd\x17\x88\x83\x80\x09\x3f\x0d\x19\x48\xc8\xd6\x5b\x80\xdb\xca\xcb\xdb\xdd\x2b\x6d\x0b\xf6\x93\x21\x03\x79\xa5\xf5\x62\x43\x43\xb9\xbe\x0a\xdf\x65\xdf\x34\x64\x20\xaf\xf2\x39\x6c\xaa\xcb\x45\xfe\xf2\x7c\x0c\x1e\x2b\x8d\x23\xc8\xab\x6c\x1f\xc3\x7b\xe9\x93\x24\x8e\x60\xc9\xa8\x63\xda\x3e\x55\x1c\x3c\x56\x5e\x22\x0e\x8c\x10\x08\x98\xc6\xf2\xf2\x7c\x70\xb9\x19\x14\xb7\xc5\x97\x4e\x21\x48\xde\x93\x28\x91\xbc\x34\xa9\x2e\x8f\xc7\xfa\xe3\x60\x75\x5f\x85\xd5\x72\x92\xba\x34\xb3\x2e\xcd\x2c\xa0\x5c\x49\xb4\xc0\x2a\x68\xf2\xf4\xf7\x34\xb3\x2e\x67\x02\x24\x65\x29\xb9\x7b\x5e\xee\x0f\xfa\xe3\x24\x77\xcf\xcb\x99\x40\xf2\xcb\xbc\x34\x9f\x24\x7c\x0f\x00\x57\x79\x3d\xb6\xef\xf5\x5d\x16\x71\x83\x06\xf2\x7a\xad\x83\x45\xfc\x7a\x6d\xdf\x32\xb3\xf2\xf0\xe7\x9c\x30\xd7\x6b\x15\x58\x68\x97\x13\xe6\xf2\xb4\x3d\xb1\xd3\x2f\x2f\x74\x09\x31\x58\x32\xaa\xf0\x54\x72\x69\x65\x4d\xd6\xfa\x4b\x2b\xeb\xf2\x04\x3e\xb1\xe4\x6e\x42\x99\xf3\xf6\xb4\xad\x2b\xef\x06\x83\x9d\xb7\x7b\x07\x3c\x68\x79\x83\xb6\xcb\x9b\xc0\x9b\x80\xf4\x2c\x6f\x4f\x25\xb7\x33\x01\xac\x56\xde\xae\xff\xb7\xc7\x6d\xfd\x71\xf2\xd1\xe7\xad\xa5\xa4\x3f\xee\x06\x6f\x9d\x06\x21\x84\xfe\x38\x83\x10\xd2\x20\x84\x98\x9c\xb8\x6e\xcf\xd3\xb7\xeb\x3f\x91\x9e\x79\xeb\x28\xba\x71\x0a\x25\x38\xaa\x84\x19\x7e\x15\x2f\x32\x2c\xe6\xdb\xbb\x28\x83\x0b\x52\x1f\x98\xc1\x05\x49\x3c\x41\xcb\x6d\xdf\xfe\xbd\xd5\xdf\x4e\x9e\x1b\xaf\x68\x0a\x9f\xba\xd3\x9f\xc1\x91\x94\xd0\xf3\xe7\xed\x3d\xee\x5d\xfe\x34\xc3\x60\x50\x41\xde\xac\xfb\x29\x2c\xea\x76\xdd\xbf\x59\xf7\x73\xb3\x7b\x5d\xf7\xef\xe9\x27\x61\xec\xde\x5e\x4b\xdd\xa7\xf5\x32\x41\x6f\x27\xc0\x8d\x35\x94\x1b\x1e\x8e\x5b\x6b\xe8\xc6\x1a\xfa\xed\x4b\x06\x1a\xa4\x81\x06\x49\xa4\x65\x1a\x49\x90\xf7\x65\xfb\x98\xb4\xb7\xae\xd2\xfb\xb2\x5e\x87\xc1\xab\xaa\xfb\x7a\x96\x26\x62\x5c\xdd\x9e\x47\x88\x3b\x58\x8f\x21\x73\xa2\xdc\xb7\x9f\xc1\xd2\x2d\xf7\x7c\x12\x77\x90\x07\x1b\xf3\xad\x6d\x75\x3f\xbf\xc7\xa8\xc1\x1d\xe3\x7e\xac\x95\x55\xfa\x76\xc7\x20\xc4\x60\xc9\x78\xce\x63\x06\x6c\xf3\x2d\x61\xda\xcf\xfb\xb3\x0a\x2e\xaa\x92\x78\xcc\x7c\x34\x76\x88\x1d\x98\x3b\x9d\xfc\x78\x8a\x26\x74\x60\x3d\xb6\x3a\xe0\xd1\x27\xfa\x70\x02\x48\xc2\x36\xf3\xd1\xc5\x4f\x98\xc0\x92\xad\x41\x7b\x74\x19\x3d\xe0\xd6\x52\xfc\x93\x31\x03\x09\x13\x7c\x4b\x08\xc7\xd2\x98\x81\x7c\x76\x9b\xc7\x80\x3f\xae\xf0\xc6\x07\x64\x63\xde\x3d\xba\x91\x9e\xc3\xe7\x58\xb9\x1f\xed\x1a\x58\xdf\x97\x8c\xf6\x0d\xdb\xc7\xc9\x37\x1b\x73\xec\xd1\xd9\xf3\x60\xc3\x64\x63\x20\x1f\x57\x7d\x63\x06\x52\xf7\xd5\xa3\x19\x6f\x7c\x40\xea\xbe\x7a\x54\x5c\xc2\x04\x5a\x36\x46\xe8\x11\xd3\x43\x98\xc0\x92\xf1\x1d\x3a\x85\xa4\x80\x4f\x02\x2e\xf3\xd1\x9d\x0f\x13\x7c\x4b\x68\xf0\xd3\x58\x80\x7c\xca\xef\x60\x88\x1e\xcd\xf8\x87\x68\x98\xdc\x99\x8b\x8f\x27\xe4\x47\x65\xd6\x69\xf5\xe8\x00\x7a\x54\x66\x31\x51\x8f\x37\x51\x0f\x2b\x7c\x7a\xed\xf4\x9c\xf6\x0b\x6e\xff\x84\x20\x2c\x1f\x97\x6e\x81\xff\x09\x5d\x7e\x3e\x1a\x2c\x82\xfc\x53\xa7\xd5\x23\xb4\x00\xc6\xf8\x96\x10\x84\xa5\xc0\xff\x7c\xb8\x8a\xca\xfd\xf0\x5d\xc7\x8d\xe5\x3c\x77\xc7\xcd\x6b\xa7\xe7\xf1\x5d\xd6\x46\x81\xff\x29\xf0\x3f\x75\x64\x3d\x9e\x86\x9f\xd7\x36\x63\x3c\x3d\xde\xb1\x3e\xaf\xdf\xcb\x8e\xfb\x78\x1a\x7e\x54\x5d\x58\xc3\xf2\xd1\x88\x81\x45\x7e\xc9\x78\x57\x75\x36\x18\x20\xc5\x67\x19\x0c\x90\xef\xe6\xf7\x72\x0c\x7a\xb5\x58\x5e\xf5\x79\xe7\xb2\xd0\x60\x80\x7c\x9b\x7d\xc5\x8e\xfb\xea\x03\x7a\x77\xc7\xa3\x94\x75\x65\x7e\x1b\x3b\xa9\x34\xf3\x29\xcd\x7c\x92\x74\x31\xa5\x99\x4f\x69\xe6\x53\xef\x96\x80\xfe\x7c\x89\x6d\x49\x3d\x59\xaf\x27\xd5\x17\x8b\x25\x09\xcc\xcc\x57\x87\xcf\x0b\xc8\x26\x0f\xb6\xcd\x57\xe7\x0e\x20\xfe\x96\x07\x73\xf0\xf5\x54\x2a\x7a\x3f\xf5\x51\xbd\xea\xf8\x1b\xbe\xcb\x02\xfb\xaa\xe3\xaf\xeb\x34\x14\xff\xf9\x6a\x93\xbf\x90\xb8\x25\x49\x17\xf3\x55\x9f\xdf\xf4\x39\xe6\xdb\xab\x3e\xbf\x78\x7c\x52\xe7\xd3\xab\x97\x1f\xba\xf9\x25\xa3\xcd\x65\x1d\x24\x01\x49\x41\x54\xaf\xfa\xfc\xaa\xcf\xf0\x82\xa5\x88\xfe\x7c\xc1\x11\xe4\xe1\x18\xe9\xf1\x79\xf1\xf8\xa4\xde\x27\xd1\xfb\x09\x7a\x3f\x9a\x5d\xa5\xad\xfd\x72\x3b\x9a\x3a\xa4\x5e\x55\xf7\x5d\xeb\xe7\xcf\x4f\x2f\xcb\x7c\xbe\x4b\x31\x7f\x6e\xfa\xd7\x43\xe2\xbb\x96\xc5\x9f\x47\xfe\xf5\xde\xfe\x5d\xdb\xfd\xcf\x21\xff\x7a\x6c\x84\x3a\xfe\xe7\x8f\x17\x67\x9f\x90\xc5\x87\x8b\xd7\xe7\x26\x0f\xda\x3e\x1a\xf3\x42\x94\x7d\x82\xb2\x0f\xb8\x12\xf3\xf3\x1a\x1f\xf6\xf8\x68\xf4\xee\xe7\x8a\x09\xc6\x3e\x1a\xa7\x0c\x19\xe0\xf3\xdb\x73\x89\x58\x6b\x3f\x7d\x8c\xdf\x3a\xf3\x05\x9c\x88\xf9\xa9\x4a\x1f\x4c\x25\xae\x64\xdf\xe1\xcf\x77\x47\x80\x3d\xe4\x73\x77\x07\x4b\x9f\x30\x90\xa4\x50\xfa\x94\xfd\x3d\x45\x89\x09\x82\x4f\x41\xf0\xa9\xcb\xed\x53\x91\x3e\x37\x7c\x5d\x6e\x9f\x4a\x03\xc6\xbd\x65\xdf\x8e\x7f\x6f\xee\x9f\xf7\xfb\x9f\xeb\xa6\x1e\x39\xf1\xf0\x29\x1e\x3e\x3b\x6b\xd5\xa7\x4e\x01\x8b\x5f\x32\x9a\xa5\x4e\x7d\xae\x9b\x7a\xdf\x3e\x5d\x22\x1f\xd6\x72\x0a\x40\x13\x0f\x9f\xf0\xc6\x2f\x19\xdd\x28\xc6\xf1\xc3\xfd\x91\xdd\x01\xd0\xfd\xf1\x71\x0d\x9a\xdd\xee\x3e\xfd\xbd\xd3\x77\x71\xbb\x88\x7d\xcf\x8f\x88\x90\xec\x8e\x81\x1b\x3e\xd8\xf7\x9f\x9e\x7d\xde\x96\x7e\x2e\x9b\x3a\xda\x84\xb9\xa7\xbc\xf2\xd9\x1d\x18\x37\xf2\xcf\x8d\x5c\x07\xda\xa7\x63\xf1\x73\xd9\xd4\x81\xf6\x89\x57\xfc\xb8\x1a\x4d\x52\x1c\xa4\x30\xf7\x14\xe6\x9e\xc4\x8d\xa6\x30\xf7\x84\x4a\x7e\xc9\x68\x9e\x16\xef\xf7\x5a\x07\xdb\xce\xa7\x79\x0b\x6d\xfc\x92\x0d\x64\xb6\xef\xb5\x9b\x59\xbe\x3e\x4d\xd9\xcf\x65\x93\xb8\xd1\xfc\xbc\x1a\xfd\x5c\x36\xe1\x3b\x2b\x21\xed\xb5\x61\xb6\xe6\x58\xf3\xaf\xc0\xb2\xaf\xe2\x53\x96\x4b\x86\x83\xaf\x36\xd2\xc8\x25\x28\xb2\xda\x30\x03\x4a\xd2\xf7\x1c\x8d\x77\x31\x03\x4a\xd2\xf7\x24\x5b\x73\x6d\x04\x8e\xd4\xb6\xb4\x5f\x0b\xa2\x80\xb2\xff\xd5\xe6\xaa\x39\x94\x61\xc9\x96\x9c\xef\x39\x96\x55\x51\x1b\x70\xc5\xda\xd4\x7f\x1c\x6d\x25\xe7\x7b\x01\x58\x6f\x39\x0e\xde\xed\x7e\x06\x1c\x28\x09\x2d\x5a\xc9\x03\x5f\x9b\xab\x2b\x68\xb3\x92\xdf\xbd\x36\x57\x52\x90\x65\x25\x2a\xbd\x36\x57\x4d\x1c\x72\xb5\x85\xcf\x91\x08\x26\x41\x87\xd5\x96\x76\x01\xd7\x40\x49\x20\x67\x89\x36\x2f\x89\xdb\x13\x24\x58\x01\x29\xff\xab\xcd\xd5\x70\xac\x21\xaf\x6d\xda\xe6\x69\x9b\x93\xe7\x30\x4b\x6b\x3b\xad\x77\x0d\x6f\x6d\x97\x5d\x05\x32\x2a\x41\x82\xd5\x06\x32\xaa\xe0\x60\x6f\x39\x26\xbf\x77\xfb\xbd\xb7\xc3\x31\xf9\x8e\xdb\xef\x78\xac\xc3\xe1\x7d\x94\x71\x90\xca\x70\x28\x51\xab\x12\x1d\x9e\x44\x5e\xd6\xf6\xfa\x7b\x4b\x93\x02\xec\x5f\x09\xfa\x2e\x41\xdf\x09\x65\x59\x09\xfa\xae\x46\xca\xa1\x04\x1c\x56\x0d\x4f\x41\x35\x5c\xc9\x09\x65\x59\x35\xb5\x4a\x70\x78\x02\x18\x2b\xc1\xe1\x25\xf7\x7a\xe2\x98\xab\x46\xce\x97\x6a\x4b\xe1\x82\x30\xdd\x6a\x78\x0a\x0a\xb6\xf5\x96\xb0\x98\x55\xc3\x93\x5c\x8d\xfb\x98\x24\x66\xb3\xda\xee\xab\xda\x91\xf8\xdb\x0a\x7e\xf5\x55\x0c\x65\xfc\x1e\xf1\x0f\x25\xa5\x7a\xe2\xd2\xad\x76\xf8\x7b\x6a\x10\xd8\xb0\x82\x23\x7d\x15\x36\x39\x78\x97\x8b\xf4\x6a\x83\x5e\x19\x1d\x91\x5f\x31\xec\x15\x06\xb7\x11\x8f\x5d\x2d\xec\x81\xa4\x29\xa9\x2c\xed\x64\x06\xb7\xb1\x44\x96\xd0\xf0\xc4\xdd\x56\x60\xc2\x57\xf1\x50\x05\x1d\x5a\x7e\x45\xfd\x1e\xa3\x25\x65\xb5\x5a\x91\x5c\x66\x55\x9b\x56\x31\x7d\x8e\xf1\x96\x14\xbd\x1a\xd1\x41\x99\x1b\x5f\x86\x2b\xac\x1a\x78\xa6\x24\xff\x43\x35\xac\xc8\x6a\x5a\x91\x84\x4e\x16\xf0\xef\xbf\x6a\x97\xcf\x31\x9d\xdb\xe5\x73\xea\x5e\x3a\xb8\xb7\xb2\xdb\x77\x77\x7e\x4f\x7d\x6c\x38\x88\x33\x1d\xb5\x47\x65\x71\x99\xcb\x83\x36\x3f\xd6\xe1\x32\x87\xbb\xad\x84\x60\x97\xac\xe7\x49\x56\xc8\x92\xf5\xbc\x9a\x07\x1b\xc2\x1f\xab\xbd\x7e\xdb\xe7\x73\x0e\xc7\x67\x5f\xad\xd5\xae\x3b\x9d\x45\x65\x57\xfb\x6c\x32\x5d\x2a\x11\x7a\xed\xdb\xbe\x16\x7a\x5a\x02\xf2\x7a\x15\xcf\x7f\xfd\xaf\xe3\x58\xfb\x6f\x89\xbf\x2e\xf1\xd7\x89\x9f\xae\x76\x5c\xbd\x25\xfe\x3a\x73\x1d\xcd\x6b\xdf\xfd\xb5\xb5\xd4\x25\x57\x77\xb5\x63\x2d\x96\x90\xec\xc4\x25\x57\xc2\xaf\x0b\xf8\xb5\x86\x52\xc1\x9c\xbe\x8a\xc7\xc7\x94\xa1\x8c\x3b\x00\xd3\x4c\xa6\xf7\xde\xad\xb5\xfb\xf9\x73\x20\xf3\xdd\x6e\xd7\x31\xdc\xd0\xa9\xaf\x82\x6a\xc9\x0d\x50\xbb\x1a\xba\xbb\xc7\xe3\x6a\xab\x3d\x7c\xce\x43\x7d\xb5\x7f\x03\xed\x6b\xe7\x6c\x54\x60\xb9\x5b\x12\x55\x59\x7b\xd8\x04\xf7\x7d\x3c\x71\xb5\xab\xd4\xbb\xfb\x3e\xb0\xb5\x12\xb0\x5d\x02\xb6\xb3\xd6\x39\xa3\xf6\xb2\x09\xda\x92\x78\xec\x4a\x74\x76\xed\x6a\x3a\xd1\x97\x25\x12\xbb\xf6\xe9\xef\xb1\x26\xec\xc4\x31\xd4\xee\xd9\xa8\x3a\xcf\xb1\xc7\xd7\xee\x1e\x4f\xf4\x65\xed\xae\x9e\xbb\xab\x67\x0d\xda\x7c\xd9\xbd\x9e\xc2\x0b\xad\xd9\x6f\xdf\xf5\x1c\x04\xc1\x5a\x09\xb1\xae\xfd\xfe\xbd\x4b\xbd\xb7\xdf\xb1\x2c\x4c\x43\x89\x6a\x7f\xec\x96\xc7\x6e\x61\x13\xd8\x01\x73\x14\x00\xea\x25\xe3\x73\x5f\xbb\xca\xa3\x4c\xb1\x4e\xec\x9f\xd5\x7e\x56\x9b\x34\x45\x6d\x15\x61\x9d\xa0\xea\x6a\xff\x7c\xd7\x95\xb7\x50\x26\xf9\xd5\x0b\x04\xf5\x92\x2d\x8d\x90\x4b\xbd\x8e\xe6\xef\xd5\x44\xd6\x95\x8d\xd5\xe4\x23\x11\x95\x22\x26\x44\xcd\x1d\x19\xab\xe7\xe1\xe9\xa6\x58\x4f\x0e\xa2\xcc\xea\xf0\x74\x03\xf8\xae\x80\x42\xaf\x82\xa6\x00\xb4\x2b\xf8\xd2\x57\xb1\x2b\xe3\x39\xf7\xe4\xc3\x15\x15\xa0\x5d\x1d\xdd\x26\xab\xb0\xd0\xb5\xd5\x01\xf8\xae\x0e\x4f\x37\x38\xf6\xea\x50\x61\x8f\x41\x2f\xb3\x24\x1c\x61\xb5\x6b\xfb\x35\x7e\xa9\x60\x50\x5f\x05\x2d\xc6\x87\x57\xb0\xa5\xaf\xc2\x16\x33\x13\x0f\x1c\x4a\x75\x68\x4b\xe2\xaf\xab\x83\xc8\xe4\x3a\x74\x32\x11\x5b\x59\x87\x2b\xaa\x18\xe9\x04\x7a\x57\x62\xa4\xeb\x20\x32\x20\xf1\xe1\xd5\xe1\xce\x2d\x46\x3a\x89\xc1\x2c\xc9\xd5\x4b\x8c\x74\x92\xb8\xa0\xc4\x3e\xd7\x71\xda\xbe\xa0\x57\xc0\x3e\xd7\x71\xda\x7b\x2c\x28\xc7\xe5\x73\x6b\x61\x1d\x70\x37\xd5\x71\xd9\xe4\xcb\xc7\x94\xa9\xa2\x87\xf6\x25\xae\xbe\x82\x7c\x7d\x15\x76\x9e\x7a\x71\xdb\x53\xb7\x9d\x5c\x34\xd9\x85\x17\x2a\xf6\x25\xa3\x93\xd5\xdb\x43\xef\x11\xd0\xbb\x3a\x34\x04\x84\x3e\x27\xe4\x6f\x75\xc0\x56\x51\x72\xb0\x27\x79\x0b\x4a\x0e\xf6\x02\x01\xdd\x0a\xd7\x61\x09\x7d\xae\x83\xab\xb7\x22\xdc\xb2\x8e\xcf\xf6\xad\x95\x77\x00\xa7\xa9\xe3\x53\x07\xb8\x6e\xa8\xed\x27\xf3\x73\x51\xef\x22\x02\xb3\x80\x46\xaf\x62\x2a\x5b\xd5\x76\xd5\xbb\x37\xab\x60\xef\x01\x1a\xbd\x8a\x4b\x59\x22\xe3\xf7\x00\x45\xb7\x02\x79\x57\xdd\xf5\x18\x5a\x76\x19\x9e\xaa\xab\xde\x7d\xf7\x55\xcc\xc1\xae\x11\xd1\x31\x43\x8b\x44\xa0\x05\x82\x7a\x15\x1d\x19\xfa\xd8\x01\xf2\x15\x78\xea\x25\xe3\x5d\xcd\x55\xc1\xd5\x45\xa0\x66\x81\xaa\xfe\xab\xce\x34\x28\x90\x77\xd5\x35\x4d\x3b\x81\x68\x85\x47\xb2\xba\x53\x43\xf6\xf6\x22\x50\xb3\x3a\x48\x8f\xea\x5c\xc6\x15\x41\x99\xd5\x87\xed\x0b\x9f\x4b\xda\x12\xfe\x5e\xf8\x7b\xc9\xef\xb9\xe0\x4a\xb7\x5e\x04\x5b\x56\xd7\x8c\x10\x02\x5d\xf8\x0b\xab\x3b\x11\xfa\x9a\x08\x03\x9f\x50\x75\x75\xbe\x63\xad\x16\xc9\x3a\xab\x73\xce\xaa\xce\x1a\x5c\x20\xe5\x4a\x56\xf6\x12\x29\x5d\x50\xbf\x15\x14\xed\x7f\x05\x39\xfb\x92\xd1\x14\xd7\xe5\xce\x39\xab\x9a\xa3\x0b\x59\x45\x81\x84\x6e\x45\xbc\x64\x75\xd7\x6a\x08\xdb\x97\x8c\x77\x55\xfa\xce\xba\x5c\x1c\xb0\xab\xbb\x2e\xc3\xe2\xbe\x64\xbc\x7b\xdb\xcd\xa0\x35\x8a\xcc\x9c\xd5\x1f\x47\x1c\xeb\xb7\xf0\x17\x56\x7f\xfc\x5c\x7c\x51\xd5\x1c\x36\xad\x8d\xfe\xfa\xbd\xcc\x71\xa1\xd2\x25\x8f\x7b\x41\xd0\x56\xfd\xf3\xb9\x4f\x59\xac\xf5\x46\x58\x74\x09\x81\x2e\x27\xef\xd0\x84\x85\x7e\xbd\x15\xd8\xb5\x1a\x1a\x0d\xa3\xd9\x7f\x4c\xb6\xe1\x2a\x3c\x58\x85\x0b\xdf\x60\x0d\xee\x87\x0b\xc4\xf4\x92\xad\x49\x34\xd4\xdc\xc1\x5d\x40\x41\xbc\x56\x60\xa4\x57\x71\x2a\xa3\x2d\xe0\x91\x6a\x70\x17\x5c\x00\xda\x6a\xa8\x7e\xd0\xb4\xb7\x65\xba\xfc\x7b\x9b\x1f\x2e\xdc\x43\x8d\xdd\x59\xa4\xe1\x6d\x5f\x05\xcd\xda\xd9\xe6\x07\xd7\xc7\x35\x38\x4c\x15\x61\x97\x35\x08\x9f\xaf\x31\x7c\x8e\x89\x27\x7d\x7b\x89\xa4\x5e\xb6\xcf\x92\x85\xdd\x81\x87\xa1\x9c\x8d\xc3\x03\x16\xe0\xe9\x56\xb8\x0e\x6b\x84\xcd\x4f\xdf\x65\xe6\x0d\xcd\x8b\x91\x7e\x26\xb3\x6c\x68\x33\x8f\xb4\x5e\x66\xd9\x48\xeb\x05\x55\x51\xb8\x0e\x4b\xfa\xf6\x12\x35\x5d\xb8\x09\x6b\x68\x34\x8f\xe9\x73\x2c\xd3\x43\x75\x1f\xd3\xee\xe5\x10\x27\xcd\x7b\x49\xf3\x5e\x80\xe0\x6a\x9c\x0e\xff\xe9\xbb\x0e\xbf\x46\xf3\x38\x6d\x0b\x6b\xb2\xd4\xef\x25\xf5\x7b\xed\xac\xc9\xe0\xaa\xff\x4a\x9a\xf7\xc2\x9d\x58\x43\x75\x1f\xaa\x36\x9c\x6e\x05\xe7\xfb\x2a\xe8\x17\x5c\x87\x05\xae\x7a\x15\xbb\x32\x9e\xc3\x87\x50\x83\xf5\xbc\x0e\xa6\xde\x78\xec\x3f\x0e\x76\x05\x08\xae\x86\xeb\xf9\x60\x3d\x2f\x52\x0a\xd4\x70\x3d\x17\x5e\x5d\x07\x26\xdb\xf8\x54\xb1\xcf\xe7\x1c\x37\xed\x10\xa1\xd4\x85\xeb\xb0\xc2\x29\x10\x9b\xef\xb2\x62\x86\x8b\x77\xe0\x43\x28\x5c\x87\x15\x9a\xd7\xe1\xb4\x20\xfe\xb2\xc2\x05\x3d\xb8\x0e\xab\x83\x71\x0b\xae\xc3\x2a\x9c\x16\xc7\x18\xc8\x2e\x65\x8f\xb2\x42\xc6\xf8\x42\xf7\xde\x0a\x77\x62\x85\xbe\x86\xc0\x88\x29\xe2\x2f\x2b\x70\xab\x95\xdc\xef\x75\x04\xed\x73\xaa\x08\xc3\x2e\xe2\x2f\x2b\x34\x6c\xe2\xf0\xdb\x38\x8b\x85\xce\x86\xe8\xbe\xcb\x54\x8e\x61\x9b\x87\xdf\x8b\xd5\x1d\xb8\x68\x4b\x4e\xf7\x22\x55\x40\x89\xaf\x2e\xf1\xd5\x45\xea\xce\x82\xcc\x7d\x15\xa1\x8c\x77\xc3\xbe\xc2\xac\x2e\xdc\x64\x15\xe1\xb7\x71\xe5\x50\x80\xd4\x2a\x3c\x3f\x42\xed\xbe\x64\xbc\xeb\x8a\x0e\xce\xba\x15\x54\x6a\x15\xe5\xb7\xb9\x7c\x03\x3e\xab\x98\xb6\xcf\xa5\xba\x3b\x46\x1e\x0c\xe3\xf4\x39\x8e\xcb\x02\xa7\x4b\x0e\xf6\xb5\x19\x21\xb3\x5f\x5c\xbe\xa1\x4d\xab\xb8\x6c\x0b\x37\xc3\xd5\x1d\xa3\xcb\x71\xbb\x6c\x0b\x0e\x12\xc1\xd4\x05\xc5\x7a\x5b\x9b\xd6\x92\xc1\x2b\x54\xf2\xad\x17\x81\x95\x05\x62\x7a\x15\x8c\x2f\x3e\xb1\x8a\xc7\x3a\x1e\x9f\x73\x8c\x1e\xdb\xc7\x01\xb2\xf0\x93\x95\x60\xea\x12\x4c\x5d\x04\x5b\x56\xbc\xf6\xbd\x7a\x0f\xbf\x5a\xc1\xbe\xbe\x0a\xfb\xcf\xf1\x7d\xd5\x0d\x70\x13\x6b\x13\x5c\x32\x97\xf9\x58\xa6\xb9\x37\x3b\x25\x0e\xbb\xc4\x61\x17\x19\x43\x0b\x00\xf6\x2a\xac\x96\x95\x5a\x6e\xf5\x02\x7a\xdd\x0a\x3c\x5a\xa5\x4e\x8e\xc4\xc9\x51\x83\x95\x5a\xd0\x75\x41\xb1\xbe\x64\xab\x29\xa9\x3a\x43\xa7\xde\x4a\xd7\x59\x12\x10\x53\x49\xe4\x62\x11\x94\x59\x82\xae\x2b\x41\x06\xad\xcd\x03\x99\xef\x6a\xb4\x80\x5b\x2b\x39\xd8\x4b\x0e\xf6\xd2\x77\x96\xe0\xe5\x2a\xdd\x21\x06\xb6\x52\x92\xc1\xab\x12\x1f\x5b\xe9\x4f\x4b\x0f\xa5\xe0\xb6\x5b\x0d\x2c\xeb\x74\x2a\x88\xc8\x2e\xc0\x6c\x25\x07\x7b\xc9\xc1\x5e\x83\x25\x3b\xdd\x16\x40\x61\x2f\x19\xcf\xb9\x2d\x80\xb8\x6e\x45\x04\x66\x25\xb7\xca\x05\xd7\xfa\x92\xd1\x16\x0d\x19\x10\xd7\x4b\x46\x5b\xd2\xe7\xd2\xef\xe0\x28\x95\x5a\xf9\xa0\xb0\x5b\x91\x26\xb4\x12\x2c\x6a\xe5\x32\xf6\x93\xfc\xd0\x95\xee\x00\xa9\x0d\x34\xd0\x16\x11\xd9\x95\x1c\x30\x0b\x62\xb4\xca\xf2\xe7\xea\xf7\x73\x54\xeb\x2c\x4a\x67\x91\xae\xb8\xd4\xf0\x4f\x8d\xa0\x81\x4d\x95\xd3\xee\x9b\x36\x99\x55\x3c\xdd\x15\xe4\x67\xaf\xc1\x2a\x2e\x4c\xbb\xf2\xb4\x5e\xac\xe8\x3c\xad\x97\x4b\xba\xb5\x80\x2e\x99\x86\x91\x30\xed\x0a\x56\x76\x61\xda\x95\xce\x2c\x80\x6e\x95\x9e\x10\xd2\x99\x15\x7e\xaf\x33\x2b\x9d\x59\xd1\xfe\x8d\xbf\xab\x74\xe2\xa5\x13\x4f\xb7\x5c\xea\x35\x4c\xee\xf5\x4a\xb7\x5c\x6a\x4b\xe5\x63\x53\xd5\x1c\x27\x5e\x3e\x36\x41\x8d\xd0\x96\x4a\x6d\x29\xb0\x71\x25\x6d\x7c\xe5\x6b\xf3\xd5\x92\xcf\xcf\x04\xd1\x5a\xe0\xe0\x2a\x3d\x40\x88\x00\xaf\xc0\xc3\x93\x6e\x42\xe9\x26\xa4\xaf\x2e\xdd\x84\xd2\x99\x17\x2c\x3e\xe5\x26\x54\x9b\xf5\xb2\x41\x94\x2e\xc7\xf2\x04\x01\x49\x5a\x95\xb3\xb1\x36\xdb\xcc\xe2\x23\x2a\xbc\xaa\xf9\x6d\x68\x93\xb0\xf0\x82\x65\x7e\xc9\xd6\x30\x94\x76\x58\x39\xcb\x82\x45\xa5\xf4\xe8\x00\xf1\x6e\x45\x6c\x67\xd5\xe1\xef\x1d\xb6\x99\xe1\x2f\x37\x97\x3a\xac\x97\x4d\x43\xc0\x77\x15\x6e\x9e\x82\xd4\xac\xca\xa3\x41\xe1\xb5\x2e\x30\x74\x55\x7a\xad\xcb\x19\x05\x86\xae\xca\x53\x73\x79\x34\x20\x4d\x67\x89\xee\xae\xf2\x68\x90\xac\x0c\x05\x31\x70\x89\xee\xae\xc4\x70\x83\x95\x7e\x15\xbe\x8b\xb7\xae\xf4\x64\x17\xfe\x99\x02\x1c\x57\xe5\x54\x29\xa7\x0a\x64\x65\x55\x4e\x95\x72\xaa\x64\xa7\x0f\x9c\x2a\xc5\x19\xb9\xf4\xe0\x95\x3e\x9b\xe2\x8c\x5c\x7a\xf0\x6a\xfa\x6d\x6e\x42\xc9\xe6\x22\xe2\xbb\x24\xac\xaf\x74\x2c\xdd\x84\xca\x69\x41\x9a\xce\x12\xf1\x5d\x75\xf9\x6d\x1c\x85\xca\x4d\xa8\x34\xaa\x88\x86\xa8\xd2\x33\x5e\x97\x75\x38\x6e\x97\x75\x68\x68\xe9\x89\x93\xc4\xbe\x44\x81\x57\xb2\x19\x94\x1e\x4b\x51\xe0\x45\x34\x68\x95\xfe\x9e\x72\x7e\xe8\x9e\x2b\x0f\xd3\x92\xdd\x17\x80\xb9\x12\x05\x5e\xe5\xc6\x04\x60\xae\xea\xb1\x4f\x35\xc8\x52\x3d\x70\x63\x82\xf3\x7e\xc9\x18\x23\xe7\x47\x11\x7a\x5f\x44\x97\x96\xc8\xf0\x2a\x62\xe0\x8a\x7c\x04\x25\xe2\xbb\xca\x5d\x08\x46\xb4\x2a\x4f\xd3\xe5\x99\x84\x7c\x04\x35\x9d\x0b\x13\x97\x7c\xc1\x88\x56\x53\x97\x3c\x80\xee\x25\x9b\xc8\x4a\x19\xba\x46\x8a\xcf\x9a\xce\x8f\xe9\xfc\x20\x71\x41\x89\xee\x2e\xd1\xdd\x45\x3a\xcf\x9a\xce\x8f\xe9\x6e\x45\x18\x6a\x4d\xf8\x5a\x6a\x72\xd1\xb3\xb4\x1b\x59\x28\xb3\x0e\x76\x03\xe8\xf0\x57\x61\x1d\x18\xf0\xd3\xa3\xf3\x74\x17\x82\xfd\xac\xa6\xbb\xd0\xf4\xec\x02\xda\xae\x44\x77\xd7\x74\xce\x90\xe2\xb3\xa6\xae\xd1\xe9\xce\x04\xda\xae\x66\xf7\xdb\x40\x77\x17\x8c\x68\x35\xf5\xe7\xcb\x62\x5f\x3a\xd1\x64\xb1\x2f\x10\xdd\x4b\xc6\x73\xee\x42\x20\xba\x5b\x81\x98\xab\xa9\xfb\x69\x72\xfb\x53\x7a\xc7\x84\x77\xd7\xf4\x70\x02\x3c\xae\xa6\x73\x6b\xba\x33\x01\x8f\xab\xe9\xe1\x64\x02\x6e\x5d\x43\xb0\x64\x65\x9f\x82\x0b\x29\xbd\x68\xb2\xd8\xd7\x74\x6e\x01\x8f\x2b\xb0\xde\xab\xf0\x5d\xc7\x72\x5a\xaf\x5b\x13\xe1\xaa\x35\xdd\x9a\xa6\xf3\x6d\x3a\x96\xfa\xa4\xa6\x67\x71\x92\x1e\xd4\xf4\x2c\x2e\x34\xbc\x26\x6b\xf6\x3c\xad\x17\x30\x54\x81\x71\xab\xa9\xd1\x37\x35\xfa\x08\x57\xad\xe9\xd6\x34\x3d\xb3\x4f\xc7\x52\xdf\x95\xd4\xf6\x05\x6f\x59\x49\x6d\x5f\xd3\xed\x4a\x3f\xda\xd4\x10\x84\xe1\x7e\xc9\xf8\x3d\x0f\x36\x93\xdb\xfa\xce\x66\x2f\x82\xbc\x20\xb8\x8f\xee\xe8\x3e\xd6\xe0\x29\x7e\xaa\x05\x9e\xe2\x01\x85\xb7\x82\xf1\xac\xa6\xf7\x5a\xa2\xc1\x0b\x76\xb3\x9a\x9e\xe2\xe7\x6b\x8f\x62\x56\x4e\xdd\xb0\x53\xd7\x95\xae\xb5\xe9\x6e\x34\x3f\xdf\xc5\x28\x10\x35\x5e\x22\xc4\x8b\x08\xd6\x12\x21\x5e\xa7\xb3\x88\x08\xd6\x3a\xb9\xdb\x2f\x89\xed\x8b\x68\xd5\x3a\xf5\x49\x41\x5c\xdf\x26\xd1\xaa\x75\x82\x28\x29\x51\xde\x93\xb4\x9e\x75\x3a\x3b\x4e\x66\xc7\x24\x32\xb5\x64\xb1\xaf\x93\xe3\xca\xdc\x1a\xf5\x7a\x5c\x11\xf9\x3d\xc9\x83\x50\x52\xd7\xd7\x89\x7d\x37\xb7\xff\xc9\x66\x7f\xba\x31\x9d\x87\xd5\xa1\x38\x32\xdb\xd7\x89\xa9\x37\x09\x66\x2d\x99\xed\xeb\xec\x56\x87\xe2\x9c\x4e\x3c\x41\xe5\x93\x00\xd7\x92\xd9\xbe\xce\xee\xbb\x6c\x1a\xa7\x27\x21\x59\xec\x27\x11\xa9\x75\x7a\x69\x76\x0e\xbb\xa3\xfb\xdc\xad\xcc\x77\x39\x7d\x9c\x7a\x0a\x04\x9a\x4f\xf2\x29\x14\x34\xf7\xab\xb0\x5e\x8c\x82\xd3\x09\x2a\xf8\x7c\xea\x53\x3b\xd3\x7a\xf3\x27\xa3\xcd\x6e\x6a\xb2\xdd\x4f\xfd\x6c\xb2\xdd\x97\x48\xf3\xa9\x9f\xed\xf4\x22\x42\xb6\xfb\xb9\xe1\xc1\x3f\x75\x06\x8b\x3e\x9f\xfa\xde\x44\x9f\x97\xe8\xf3\xb9\xa1\x4e\xe7\x74\xf8\xd7\x64\x2c\xfd\xc3\xa7\x87\xad\x73\xda\x05\x68\x18\x48\xf4\x55\xf8\xb9\x68\xd8\xa9\xf9\x77\x9e\x36\x0f\xa7\x80\xc4\xf6\xff\x37\x63\xe7\x92\xeb\x3f\x6e\x44\xe7\x79\xaf\xa2\x77\x10\x89\x7a\x90\x07\xf8\x23\x93\x8c\x93\x3d\x48\x14\x09\x78\x60\xbb\xd1\xb1\xf7\x1f\xf0\xfb\xee\x24\x9e\xb4\x07\x17\xc2\x2d\x88\x3f\x3e\x54\x2c\x56\x15\x0f\x0f\x1b\xb8\xf4\x25\xa3\x1b\xce\x31\x01\xe9\xd9\xb0\x47\x02\xd2\xdb\xf3\xda\x5d\xfc\x0e\x18\xed\xd7\xc3\xdf\x23\x22\x79\x5c\xfb\x04\xa9\x07\xde\xb4\x26\x48\xbd\x3d\x9c\x66\x0d\x17\x90\xb6\xc7\x9c\xda\xc3\x5e\x47\x80\x08\xb6\xc7\x99\x27\x70\x3d\xe6\xf2\x40\xac\xaf\x07\x9f\x72\x57\x3b\x9d\x79\x60\xd5\x97\x8c\x36\xbb\x01\xf2\x0c\xdf\x23\xc9\xf0\x0c\xdf\x03\x5f\x1b\x30\x82\x4d\x52\xfc\x26\x48\x3d\xc0\x6c\xda\xeb\xba\x24\xb1\x7d\xcc\xef\x49\x6c\xdf\x5e\x4e\x22\x05\x3c\x60\x7b\x9d\x79\x22\xcd\xb3\x63\xa3\x5e\x33\xbf\x6f\xb1\x0e\xd6\x96\xd7\x75\x09\x2e\xfb\x3d\x1c\x71\x6d\xaf\xa9\xdf\xb7\xd8\x3e\xd4\xe5\x75\x96\xbd\x9c\xd7\x0e\x5c\x6a\x4d\xa4\x79\x7b\xf1\xe5\xb2\xa3\x1a\xaf\xfb\xc7\xaf\x53\x86\x4b\x19\x9a\xe8\xf3\xf6\x9e\xbe\x87\x0f\x29\x89\x7d\x7b\x9d\x1e\x46\x92\xaf\xdb\x73\xef\x65\x5b\xf8\xbe\xaf\x29\xdd\x57\x15\xe7\x02\x86\xf6\xaa\xe2\x2f\x49\x81\xc0\x91\xd6\xde\xfb\xe7\xbd\xa1\x6c\x7d\xcb\xd7\xe8\x08\x10\xfa\x92\x05\xd9\xa5\x8c\x6f\xc9\x81\xd5\xf6\x56\xc7\x14\xff\x2e\x5c\x22\xda\x5e\xf7\x45\x5e\x8e\x22\xc5\x44\x9f\x28\xf5\xf6\x92\x50\x08\x97\x2d\xb4\xd7\xa9\xf0\xb2\x2f\x12\x93\x7a\xaf\x39\x62\xd9\xee\x03\x1e\xb0\xbd\xfa\x77\x22\xd2\x53\xd8\x69\x12\x69\xde\x40\x9a\x9f\xdc\x15\xd4\x5e\x37\x90\x01\x92\x9f\x90\x41\x34\xc1\xe2\x0d\xb0\xf8\xe9\xe2\xfa\x1a\xfd\x03\x0f\x3f\x1b\x3a\xfa\xaa\x7b\xef\xb2\xfa\x67\x1c\x12\x55\x0f\x54\xf8\xe9\xca\xfa\xaa\x79\x30\xc9\x9f\xdc\x1c\xd4\xba\x8a\xd2\x97\x89\x3e\xa1\x72\x68\x5d\x9f\xa6\xef\x37\xa2\x1b\x11\xbf\xd5\xcb\xbe\x44\xf4\xa8\x1b\x6b\xf7\x65\x92\x4f\x17\xc6\xae\x92\xf4\xe5\xbc\xc8\xe7\xd9\xba\x96\xb8\x2f\x4b\x2c\x9d\x67\xeb\x06\xda\x50\xc4\x9f\xae\x94\xdd\x38\xbb\x6b\x54\x0b\x2b\x60\xd7\xa8\x4a\x03\x1f\xd3\x91\x5d\xad\x11\xa9\x1d\x50\x8b\xad\x73\x8e\xa1\x49\x0d\x1f\xae\x98\x68\x52\xc3\xb7\xce\x31\xd0\x70\x1e\xa3\x75\x8d\x6f\xbf\xfc\x7a\x58\x9e\xee\x5e\x5a\xd7\xa8\x16\xd2\x23\xdd\x34\x14\x34\xf0\x7b\x0a\xde\x6f\x77\x27\xb7\x83\x0a\x4c\xe1\xbb\xf4\xea\x28\x01\x4f\x48\xc1\x9b\xe9\x6e\x2c\x74\x82\xea\x1c\x58\x8a\x6e\x1a\xaa\xb3\xc3\x16\x53\x8f\xdd\xe8\x41\x18\x77\x60\x90\x6b\xf2\xc0\x37\x90\xdb\x4b\x46\xdf\x4c\xb5\x76\xad\xe5\x41\x84\x22\x8c\xbb\x41\xfd\xbe\x64\xbc\x67\x00\x0d\x72\x7b\x0f\xa7\x6d\x5b\xd7\x5a\x76\xbc\x94\x98\xa2\xec\x7a\xec\x9d\xe8\x35\x87\x9f\x43\xef\xbc\xe3\x2f\x84\x6b\x22\x5a\x57\x4f\xc0\x46\xef\xe1\x2c\x6c\xeb\xe2\x09\xfa\xb4\x7d\x2c\x18\x5d\xaf\xbb\x4f\xdf\xe3\x7b\x7c\x7a\xd8\xb2\xb0\xe7\x20\xf2\x80\x7e\x7d\x3d\xec\x07\x90\x0f\x91\xd2\xed\x23\xbd\x99\x03\x8f\xf3\x33\xda\xfc\xf4\x0d\x0e\xb6\xe2\x3e\x35\xe8\x03\xe6\xc7\x31\xd0\xf6\xe9\xd4\x7e\xcb\xa9\xbd\xcf\xeb\xaf\xf1\xf5\xed\xd3\xe5\xfd\xb8\x62\x1d\x98\x5a\x13\x09\xdd\x3e\x22\xc7\x1c\xac\x1c\x9f\xe9\xc6\x4f\xcb\x72\xb0\x4a\x7c\xa6\xd9\x01\x3a\x2f\xd9\xea\xf7\xa7\x65\xf9\xd4\x07\x53\x9a\x9f\x56\x44\x84\x73\xb8\x45\xa2\x7d\xcd\xb6\xbb\x78\x42\x29\xd7\x3e\xbf\xfd\xa7\x15\xe1\x76\x88\xf6\xe9\xc9\xca\x76\x9e\x93\xfd\xbc\xcf\xd4\xfb\xa7\x3e\x70\xc6\xb6\x49\x77\xde\x3e\x38\x1e\x02\xcd\x5c\xfb\xdc\x69\xfa\x48\xbd\x87\x5b\x52\xdb\x67\x92\xe5\x7b\x6c\x1f\xf3\x55\x24\x74\x03\xfc\xbc\x64\x37\x32\x74\x09\x76\xf4\x3d\xdc\xd1\xd8\xa4\x40\x6f\x22\xa1\x73\xb2\x4a\x88\x84\x6e\x5f\xf7\xf7\x58\xc9\x3f\x23\x42\xe9\xce\x63\x4a\xf3\xd3\x45\xfd\xfa\xfc\x9f\xbf\x8b\xf2\x6b\xb2\x9d\x37\xd9\xce\x03\x7d\x5c\xfb\x54\xb9\x6f\x79\xaa\xf5\xa7\xa4\xf6\xeb\x53\x0b\x4f\x66\xf1\x67\x3c\x08\x0f\xfa\x1e\x13\x9f\x9f\x89\x4a\x78\xd0\x97\x8c\x9f\x03\x07\xdd\xc4\x41\xe7\xc4\x7f\xf8\xf4\x5a\xbf\xf9\x53\x96\xaf\x66\xbe\x04\x6c\x74\x3d\x09\x7b\x3e\x37\x57\x85\x46\x07\x7c\x60\x13\x1a\xdd\xe4\x49\x0f\xf8\xc0\x26\x4f\x7a\x1b\x9b\x03\x4f\x92\x73\xb8\x95\x35\x36\xab\xc5\xb9\x1d\x2a\xb5\xdc\xe9\xe1\x20\x6e\x1b\x6e\x6f\xc9\x93\x1e\x2e\x91\x68\x42\xa8\xdb\x20\x3f\x1f\x2e\x91\x68\x42\xa8\x9b\x3c\xe9\x11\x33\x38\x54\xfe\xa1\x23\x6b\x42\x73\xb8\xbb\x3a\x5c\x76\x05\x03\xca\x93\xde\xc6\x61\x1d\x98\xf1\xe1\xf6\x16\xe8\xea\x25\xa3\x7d\xa6\x55\x40\x57\x57\x53\xba\x52\xa7\xb7\x41\x84\x18\x73\x9c\x43\x9b\x3a\xd8\x70\x8d\x98\xc1\xe1\x7c\x81\x4e\xbd\x9e\x4c\x17\xd9\xd4\xdb\xd0\xcc\x5e\x07\xa3\xa7\x99\x1d\x97\xad\x63\xa1\x1b\xa6\x38\x07\xe9\xcc\x5c\xa8\xd9\xd0\x77\x1d\x2e\xec\x9c\xe1\x6d\xc3\x85\x5d\x40\x76\x4c\x85\xc2\xb7\xbe\x1e\xaf\xb2\xf5\xc1\x47\xf5\x3d\x6e\x70\x8d\xa9\xd0\xa1\xef\x3a\xf4\x5d\x85\x1b\x0e\xa7\xdf\xd0\xf4\x0a\x37\x1c\x9a\x54\xf0\xd6\x7b\x20\x9e\x6b\x83\x83\x03\x0d\x06\xf5\x3d\x90\xcc\xb5\x61\x30\x28\x75\x7a\xcc\x71\x0e\x83\x41\xa9\xd3\x73\xa9\x2d\x9a\x59\xa9\xd3\x23\x04\x71\x18\x0c\x8e\xd7\xaf\xeb\x58\xe9\xa8\x4a\xa7\x9e\x4b\x0d\x32\xf0\x1b\xaf\x5f\x08\xd3\x32\xcc\x53\x0e\x50\x0b\xe1\x30\x6f\x1b\x26\x1d\x07\x49\x95\x40\x46\xd7\x86\xd9\xfe\xa1\xb3\x29\xde\x70\x98\x74\x1c\xc0\xc5\x62\xc2\x52\x8c\x77\x1b\x64\xfb\x73\xab\x05\x4e\xa2\xa1\x03\x2a\x68\x70\x18\xfa\x49\xb1\x1e\x2e\x75\x68\xc3\xa4\xe3\x20\xa9\x92\x9b\xe5\x62\x3a\x3b\x26\xc9\xc4\x98\x88\x14\xd5\xdd\x40\x72\xef\x31\xe9\x28\x4d\x7a\x9b\x9a\x72\x0e\xe4\xb6\xa9\x03\x0a\x4d\x7a\x0e\x86\x7e\x3a\x11\x26\x79\x91\x88\x23\x9c\xee\xdf\xca\x9c\x9e\xfb\xe7\x3d\xab\x28\x76\x8d\x15\x64\x1e\x96\xd5\x27\xe5\xc2\x85\x26\xc3\x7a\x9b\x87\x4d\xe6\xb3\xc9\xb0\xde\xe6\x61\x53\xf0\x2b\xa7\xf9\x13\x59\xd7\x23\x6a\x70\x9a\xc5\x17\x3d\x9e\x9b\xcf\x36\xcd\x39\x4e\x7d\x57\x73\x98\x53\x2f\x64\xb2\xf1\x15\x2e\x66\x68\xd3\xcc\xbe\xf0\xf1\x70\xe6\xb7\xc9\xa1\xde\x84\x8f\x07\x7e\xba\x36\x5d\x39\x66\xe5\xd6\x23\x16\x47\xa1\xe0\x0d\x28\xb8\xdc\x11\x6d\x9a\xc3\x07\x10\x2e\x75\x44\x93\x18\xbd\x4d\x6f\x55\xb2\x5f\x7a\x0c\x40\xbf\xef\x03\x3b\x35\x35\xfc\x53\xc3\x2f\x00\x71\x6a\xf8\x61\x38\x5f\x32\x2a\xe0\x18\x41\x9b\x68\xf2\x6e\xcb\x54\x50\x59\xcc\xc3\xb1\xe0\x26\x8b\x79\x93\xc5\x3c\xb0\xdf\x35\xe1\xdd\x6d\x92\xad\x88\x38\xc5\x29\x6a\x6c\x92\x45\x4c\x65\xd2\x83\xeb\x5e\x0f\x46\xb8\x12\xec\x0a\xe5\x6e\x42\xb9\xc3\xb1\xe0\x36\x55\xd0\x69\x84\x54\x99\xf4\xd3\x6d\xa6\xa9\xf5\xae\xd7\x7f\x11\xbf\x4f\x5d\x91\x09\x32\x2c\xe2\x18\xa7\x09\xc0\x39\x6d\xea\xed\x4f\xab\x83\x5a\x7c\xc8\xf6\x22\xaa\x3b\x12\x95\xa7\x2e\x3b\x11\x89\xc5\xb3\x19\x18\xc1\x9c\x17\x20\xd9\xeb\xe1\xef\x2d\x25\x0c\x98\xec\xf5\xb0\xf9\x6d\x47\x76\x28\x3b\x95\x51\x16\xaf\x37\x70\x8e\x5f\x59\xeb\x5b\x44\x70\x47\x04\x77\xc8\xa9\x46\xae\xf1\x6c\x7a\xc2\x1c\x42\x8e\x5c\xe3\xd9\xb4\xd0\x75\x99\x8e\x6c\x38\x34\xd9\x4e\xcb\x86\x6e\x60\xa1\x03\xe5\xb8\x34\x65\x91\x56\x3c\xdb\xf5\xf3\x1a\x3f\x47\xda\x3b\x1b\x69\xef\x40\xce\x17\xb8\xc3\xd7\xa3\x2b\xa3\x79\xb7\x4d\x21\x85\x17\x90\x91\xd9\x9a\x4d\x01\x25\x93\xb6\x1c\x95\x6c\x38\x2f\xd9\x48\xc3\xa5\x15\x46\x80\xfd\xd3\x6c\x5a\xd4\x76\x50\xf6\x71\x44\xd5\xc3\x76\x30\x2a\x8f\x23\xaa\x45\x6d\x07\x6d\x79\xfd\x3d\x28\x92\x03\x7c\x31\xf0\x7f\xff\xca\xa6\x82\x91\x2a\xcd\x46\x60\x94\x8d\x1d\x9d\x00\x69\xcc\xd6\x1d\x16\xad\x67\x3b\xe9\x2f\x4e\x6f\x36\x15\x91\xc3\xca\xd9\x3e\xdb\xf2\xd9\x8f\x8b\x7a\x3f\xcb\x6a\x51\x81\x34\x06\xd4\xf7\x7a\xd8\xe6\x9b\x36\x0f\xc7\x54\xeb\xd9\xd4\x96\xa9\x16\xe8\x1c\x83\x5f\x0c\x3c\xe1\xeb\xe1\x38\x57\xda\x3c\x2d\xab\x46\x82\x5f\x8c\x28\xf1\x88\x12\x4f\x43\x83\x44\x84\x47\x44\x78\xc0\x2f\x66\x07\xd3\x98\x7d\xff\x79\x6f\x7d\xa3\x7d\xf7\xbd\xdd\xf7\xa2\xec\xe7\x3d\xfb\xcb\x37\x17\x12\x9e\x5d\x7f\x83\xf8\x30\xbb\x1a\xbe\x83\x07\x08\x01\x62\x76\x8e\x6c\x65\x57\xc3\x89\x10\x23\x5d\x78\x76\xfd\x0d\xd2\xac\xd9\xf1\x37\xb2\x03\x6a\x0c\x60\xc5\xc0\x27\xbe\x1e\x8c\x55\x0a\xef\xb1\x3d\x13\x98\xc4\x2b\x7e\x6d\x64\x10\xcf\x7e\x59\xed\x41\x77\x2f\xab\x35\x36\xe3\x74\x71\x84\x8e\x67\xbf\x6c\xca\xc1\xcf\x5d\x76\xc3\x78\x0d\x04\x63\x76\xd5\x79\xd7\x69\x00\xc1\x98\xbd\x3a\x04\x46\xf4\x9c\x38\x0e\x98\xf1\xf5\x18\xab\x29\x85\xde\x36\x47\x5e\xff\x80\x64\x6c\xc0\x8c\xaf\xc7\x54\x46\x93\x63\x93\x63\xcf\x6e\xde\x8b\xa3\xa2\x1f\xc1\xc1\xe4\xec\xb1\x8a\xc7\x51\x46\x33\xc0\x91\xaf\xc7\xb1\xaa\x3d\x14\x39\x50\x2a\x7d\x2a\x2d\x7e\x7e\x8a\x32\x50\x76\xec\xb5\x75\xe0\x08\x42\xe2\x35\x52\x8a\x47\x80\x79\xa2\xae\xbc\x0e\x94\x5e\x44\xd4\x95\xcf\x5a\x97\x9a\x87\xf4\x71\xa4\xf8\x8e\x14\xdf\x21\x17\x1b\x80\xe5\xbf\x22\x96\x3c\xc0\x17\xb3\xe3\x1c\x04\x2c\x79\xd9\x36\x55\x65\x58\x76\x9e\xca\x28\x3b\xad\x76\x19\xd2\xb2\x6d\xa8\x00\x88\xf1\xf5\x38\x90\xad\xa5\x26\xf0\x78\xaf\x47\x55\x76\x23\x7b\x94\x75\x65\x94\xdd\x2d\xbb\x5b\x16\xf3\x50\x70\x22\x52\x96\x2a\x2f\xd9\x85\x0c\x1d\x28\xa5\x20\x3b\x79\x4f\xb5\x85\xd5\x7b\xc9\x56\x3f\x0a\x6c\x53\x29\x87\xef\x31\xc5\x8b\x46\xb8\x1c\xf6\x6d\x45\x1e\x29\xaa\x32\x58\xf3\x25\xa3\x2d\xa7\x65\x4f\xfb\xbb\x16\x8e\x80\x2e\x5f\x0f\xfb\x71\xf3\x7b\xa7\xfd\x38\x2d\x8b\x55\x97\x0a\x3c\x60\xcd\xcb\x46\x22\x34\xe5\xb2\x6f\x97\xbf\xc7\x62\x52\xd4\xf9\xb2\x74\x7e\xc9\x28\x4b\xe2\x37\xe5\xb2\x1f\x95\xb6\xa8\xf3\xe5\xde\x91\xf1\xc9\xa5\x11\x0f\x34\xe2\x4b\xc6\x38\xe3\x3c\xa7\x2c\x47\x79\xc9\xf8\xbd\xdb\xdf\xbb\xbf\xa5\x06\x2c\x26\xe5\xb6\x79\xd5\x61\x66\x31\x11\x94\x9e\x52\xed\x1a\x6a\x00\x1a\x7d\x3d\xc6\x92\x91\xf4\x0c\x68\xf4\xf5\x28\xca\x18\x82\xe6\xb0\xb4\x4f\x19\x65\x9b\x4d\x0e\x43\x40\xd2\x33\x85\x4d\x98\x40\x19\xbe\x64\xb4\xc5\xf9\x52\x82\x0a\xed\xe5\xaf\x71\xf6\x81\x4a\x7c\x3d\x6c\x02\x46\xa6\x3c\x56\xf7\x5a\xdd\x41\x53\x5f\x47\xfc\xbd\x95\x31\x42\xaf\xd5\x75\xdf\xc3\x52\x48\x0b\x1e\xa0\xeb\x4b\x46\xf3\xfb\xcf\x7b\x76\x9d\x05\xa3\xb0\xaf\x99\xf2\xed\xca\xf8\x82\x9f\x5f\xe1\xeb\xca\x18\x8e\xe1\x7b\xc3\xf6\x61\x02\xe0\x08\x5f\x0f\xdf\x63\xbe\x0b\x6e\x0f\x78\xf6\x25\xe3\xf7\x5c\x1c\xa0\x0a\x5f\x32\xda\x32\x6d\x8b\xb3\x8c\x3b\x27\x72\x38\xcb\x8e\xcd\xb2\x4c\xf8\xc3\x05\xe3\xe0\x78\x3a\x91\x53\xe0\x12\x5f\x8f\x9f\xa2\x6b\xc4\x01\xbf\xaf\x07\x8a\xc8\xdd\xb5\x39\x9c\x64\xc7\x5e\x95\xf9\x5e\x57\xc6\x10\x70\xe4\x3a\xd2\x87\xe7\x28\x97\x32\xaa\x2d\xd6\x51\x1e\x65\x94\x2d\x96\x75\x32\x42\x30\x9c\x43\x2f\xe9\x38\x76\x65\x07\xb2\x53\x99\xbf\xb7\xf3\x7b\xba\x44\xe0\xe8\x97\x6c\x0d\x81\x60\xf9\x00\x96\x2f\x1b\x58\xca\x1c\xba\x3f\x60\xe6\x97\x8c\x7e\x38\xf1\x60\x11\x2f\x1b\x47\xb3\x23\x80\x3e\xc7\x55\x95\xf1\x9e\x3e\xd1\x71\x59\x76\x45\xa3\x39\x9c\x78\xc7\x6d\x59\x7c\x8e\xc3\x85\xe5\x58\x0b\x4b\xd9\x0a\xab\x83\x48\xfb\x1c\xf7\x54\xb6\xd4\xea\xc0\xa5\x0f\xd4\xe3\x4b\x46\x1d\xd5\xcf\x51\x99\xdc\x24\x2f\x73\x90\x1c\xcc\x51\xed\xdb\x6d\x59\x54\x17\xa6\xf2\x25\xa3\xac\x3e\x16\x14\xe5\x65\x2b\xa8\x0b\x58\xfc\xf5\xf0\xf7\x50\x17\x21\xf9\x39\x9a\xdf\x08\x6f\x14\xbe\xf2\xf5\x70\xac\x30\x20\xc2\xef\x03\xf5\x78\xd9\x20\x1e\xcc\xe1\x12\x74\x3c\xbe\x17\xca\xbe\xf6\xe3\x45\x75\x0f\xbf\xb9\xeb\xcd\xf1\x56\x65\xb4\xf9\xf5\xf7\xde\xa1\x8c\xdf\xeb\xd6\xdb\x2d\xbb\x33\x7e\xdd\x3a\xfa\xad\x8c\x3a\xba\xdf\xe8\x63\x0a\x72\x25\x46\xa4\x1e\xcf\xf1\x5d\xca\xe8\xdb\x67\x1d\xdf\xab\x8c\x71\xf9\xfc\x46\xdf\x32\x66\x9c\x09\xcc\xe1\x5a\x75\x0c\x9b\xc7\xcc\x3f\x74\xcf\x0e\xd7\x2a\x18\x05\x23\xae\x3e\x87\xb3\x88\x1c\x67\x64\x1e\x0f\xcc\xe3\x65\x03\x4a\x99\x93\x3d\xcc\x9c\xdb\xa3\xac\x21\xeb\xca\x2c\x8b\xdd\x3f\x49\xe9\xe4\x74\xca\x1c\xd8\xf8\x53\xb7\x0b\x02\xf2\x25\x3b\x90\x0d\x65\x96\xa5\xcd\x50\x93\xaf\x87\xdd\x65\x96\x9f\xec\x75\xe6\x5c\xf1\x85\x39\x93\x88\xbf\xcf\xe9\x2c\x3a\x88\x21\x4e\xa0\x6c\x39\x9d\x45\xdc\x8f\x1b\xb1\xf6\x01\x6b\x5f\x36\x2e\xc3\xcd\xe9\x92\x76\x3a\x8b\x48\x63\xe6\x3c\xed\xee\x79\x28\xa3\xac\x81\xc5\x79\xa2\x55\x27\x36\xfe\x24\xf5\x93\xf3\xda\x95\xf1\x9e\xb3\xe8\xbc\xe8\x06\x29\xcb\x9c\xb7\xdd\xb8\x19\x3e\x52\x91\x39\x9d\x31\xe7\xfd\x28\xa3\xac\xeb\xcd\xe9\x8c\xe1\x10\x72\x4e\x80\x00\x39\xeb\xad\x8c\xfe\xea\xb2\x01\xcd\x2f\x1b\x87\x90\x23\x53\x79\x60\x27\x5f\x32\xca\x3a\x3b\x80\xe6\xdf\xd5\x6e\x18\x80\xc0\x54\x7e\x03\x07\x89\x30\xfd\x9c\x6b\x3a\xdc\x86\x38\x22\xf2\x73\xa6\x2f\x11\xd1\xcc\xf9\xd8\x8e\x35\x19\x64\x54\xca\xe9\x5a\x02\x04\x5f\x42\xa5\x9c\xce\x81\x73\xc5\xbd\x37\x48\x90\x9c\x86\x28\xe7\x4b\x8d\xf6\xd3\xc8\x03\xac\xfd\xcd\xd9\xac\x48\x3d\x9e\x73\xe9\xf7\xdd\xf0\xe9\x4e\x97\x0c\xd0\xf7\x65\x83\x84\x30\xb2\x91\x07\xf4\xfd\x6d\xb8\x73\xea\x97\x9d\x83\x56\xb0\x28\x9d\x43\xd5\x5c\x1a\x7f\xb7\x8b\xb7\xd8\xc1\xcf\x39\x1a\x22\x7e\x6b\xfc\x14\x9c\x88\xa8\x72\x5a\xe5\xa4\x20\x96\xe8\x9c\x36\x7f\xd2\x7c\xd6\xa8\x8b\x04\x67\xae\x8d\x46\x60\x73\x2e\xd7\x8f\x6b\xa3\xdf\xe8\xb3\xe8\xfd\x5c\x1b\x3f\x8f\xc5\xb9\x74\xdb\x00\xef\xdf\x0d\x6d\x96\xd2\x3c\xd7\xce\x5b\xed\xaf\x61\xf5\x01\xaa\xbf\x1e\x2f\x25\x56\xb3\x2f\xdd\xb7\xeb\x60\xf0\x42\xed\xaa\xfa\x75\xd0\x5f\x1c\x58\x21\xfc\xb9\x56\xd4\x7c\x67\x5b\x1f\x55\x88\x7e\xe0\x3c\xbf\x39\x96\x95\xcb\x95\x01\x50\xfe\x6d\x50\x73\xe9\x91\x5d\xcb\x23\xbb\x81\x98\xe4\xba\xfc\xf9\xb5\x3c\xdc\x9c\xd3\x8a\x44\xe7\x01\xa5\x7f\x1b\xe5\x5c\xea\xfd\xb5\xf4\xfe\x4e\x29\x88\xac\x71\x39\x5b\x37\x5b\x68\xb9\x5c\x13\x2e\xd2\x3c\x20\x49\x72\x55\xdf\xaa\xcc\xfb\xd3\x21\x66\xcf\x20\x97\x4e\xd6\xe9\x18\x37\xdf\x6b\xbe\xc7\x8a\x7f\x81\x7e\x09\x5c\xe7\x4b\xc6\x7b\x24\x32\x73\xa5\x2a\xa3\x71\x9a\x7a\x90\xf7\x65\x23\x4d\x1d\x49\xce\x73\x3d\xbc\x47\xfa\x39\xd7\x63\xbf\xde\x5d\x19\xed\x23\xff\x93\xeb\xbd\x94\xf1\x25\x5f\xeb\x7d\xa9\xf7\x72\x98\x34\xf5\x97\xa6\xfe\x72\x9c\x34\xf5\x57\xb7\x2c\x21\xe2\xa5\x17\x75\x75\x26\x3e\x69\xea\x08\xcd\xcf\xf5\x1d\xca\x28\xfb\x59\x87\xa6\x1e\xdc\x6d\x64\x3e\xcf\x35\xe8\x07\xe7\xd3\x73\x19\x8a\x5f\xe3\x54\x86\xf2\x0d\xfb\xa6\xfd\xd7\x70\xca\x7c\x9e\x6b\x45\xdf\x57\xbd\xd7\xb0\x00\xbf\x5f\x8f\x73\x89\x18\xe5\xdb\x08\xe4\x5e\x0a\x7d\xc1\x13\x97\x5b\xa3\x0e\xc4\xfe\x32\x69\x03\xce\x7e\x3d\x1e\x44\x4b\xe3\x44\xd1\xe7\x2e\xd8\x4c\x8e\xbf\xe7\x26\x39\x99\x5b\x5b\xcd\xc9\xe7\xdc\xda\xea\xfb\xb0\x0b\x78\x05\xb7\x91\x34\x64\xe6\x4b\x46\xdb\xd4\xcd\xfb\x74\x98\xf0\x00\x6e\x13\x39\xb7\x9e\xcc\x65\x1f\xd4\xce\x5b\x4f\x06\x58\x6f\x64\x2e\xcf\xad\x27\x03\x86\x37\xf7\x6d\x2f\xee\x5b\x19\x65\xf5\x5a\x6e\x6d\x30\xb9\xec\x48\x53\x9e\xbb\x76\x65\xf4\xad\xda\x16\xed\x2d\x79\xeb\xdc\xb1\x2d\xa1\x2d\x90\x50\xe6\xd6\x6f\x07\x09\xbf\x64\xeb\x53\xdc\x8f\x63\xf0\x50\x07\x97\x11\xe7\xd6\x4c\xde\xb0\x3c\x5d\x24\x68\x6e\x93\x36\x00\xdc\xcb\x46\x3a\x3a\x77\xf7\x5b\xe8\x83\x73\xef\x70\x6e\x6d\xe7\xad\xbf\x0d\xdf\x64\x6e\x8d\xe7\xad\xf1\x84\x6f\x32\xb7\xda\x73\x7f\x4d\x19\x4d\xf9\x6c\xde\x67\x53\x8e\xa5\xc9\xb7\xe6\xf3\x56\x53\x48\x65\xe7\xd6\x2f\xbf\xc7\x50\x46\x5b\x4c\xe4\x80\x73\x2f\xdb\x8d\xd3\x77\x4f\xcb\xea\xab\x83\xb3\xcd\xad\x09\x05\xe1\xbe\x64\xab\xac\x4c\xe3\xa9\x46\xbf\x37\x9f\xb7\xaa\x67\xd5\x48\x17\x9c\x6d\x2a\x3c\x67\xa9\x7b\x51\x76\x21\x3b\x95\x59\xc7\xdd\x90\x55\x65\x8e\x0b\x5e\x86\x48\xf8\x00\x7e\x5f\x32\xea\x35\xfa\xad\xaa\x24\x07\xe5\x53\x55\x49\xe8\xc7\x97\xcc\xf7\x86\x32\xc7\x05\xf7\xa1\x9a\xaa\xac\xba\x0f\x5c\x3c\x1c\xe0\xee\xeb\x61\x59\x0c\x6d\x35\x2f\x59\x4f\xc7\x85\x20\xa1\xea\x3e\x54\x23\x62\xf2\xdb\xa9\xc0\x9e\x52\x75\x1f\x38\x51\x9f\x7a\xd9\xb7\x8b\xbe\x71\xc9\x70\xea\x65\xdf\xae\xa6\xac\x22\xeb\xca\x3e\x65\xd4\x61\xa4\x5b\x6f\xbe\x39\x18\xdd\x54\xdd\x0c\x00\xf1\x4b\x46\x7f\x4d\x60\xd6\x5a\x94\x51\xaf\x4e\x78\xd5\xa5\xa8\x87\x32\x74\xa3\xaa\xe2\x64\xa5\x23\xec\x3d\x40\xdc\x97\x8c\x7a\x55\x7b\x20\xee\x55\x35\xad\x1a\xdc\xaa\xc1\x85\xab\x32\xf2\x90\xa7\x1a\xc1\x92\x61\x4e\x35\x44\xad\x86\xa8\xd5\x4f\xa9\xbf\x5d\xf5\xb7\xab\x9f\xd2\xdc\x27\x08\xf7\x25\xa3\x6b\xe6\x7c\xaa\x86\x99\x0b\x85\x53\x5f\xeb\x7d\xf9\x1c\x66\x98\x45\xb8\xa7\x6a\x84\x4d\x13\x57\x8d\x70\xd5\x08\x9b\x12\xae\xdd\x3a\xba\xc3\xec\xa7\xd4\x30\xd7\xcf\xb2\x7e\x4a\xf3\xa1\xd5\x69\xa4\xc3\x54\x4d\x18\x55\x0d\xb3\x1e\x53\xd5\x30\xd7\x71\x29\xfb\x6b\xf6\x9b\x54\x73\x47\x75\x45\xbf\x77\xf1\x03\xea\xa5\x40\x71\x5e\x36\x33\xc6\x82\xd9\x53\xe7\x50\xb6\x14\x42\x9a\xf2\x00\x48\x8f\xfa\xdf\x9c\x27\x6d\x47\xff\xb9\xce\x25\x4d\x2b\xdd\x9c\x27\x5c\xe7\x92\xa6\x0f\x02\x5d\xf9\x92\xad\x8e\x43\x5a\xbe\x1e\xcc\x4f\xce\xbb\xa7\x99\xd2\x6f\xce\x13\xae\x7d\x89\xdc\xe5\x69\xce\x13\xbd\x28\xb9\xcb\xd3\xcc\x1c\xe9\x46\xc9\x53\x9e\xa6\x39\xe7\x20\x7b\x9a\x0e\x49\x33\x58\x35\x11\x2c\x6e\x3d\x10\x95\x2f\x59\x43\xc6\x40\x82\x5b\x2f\x1b\x0c\x95\x11\xb7\x9e\xa6\x89\x37\xc1\xdb\x9c\x13\xcd\x39\x01\x22\x28\xcd\x8c\x50\x33\x23\xa4\x6f\xd4\x9c\x27\xcd\x79\xa2\x73\xd4\x40\x33\xa4\xe9\x8e\x9b\x08\x6e\x2e\x05\xed\x66\x98\x83\xcb\xdf\xf4\x9f\xdb\xf2\x9f\xeb\xee\x90\xea\x2c\x03\x47\x97\x4d\x2e\xcd\x94\x7e\x5b\xaa\x5e\x77\x07\x54\x4d\x6f\x0f\xa7\x81\x70\x53\xc5\xa7\xa7\xad\xa5\xa1\xee\x0e\xf1\xe3\x30\x3d\x74\x41\x5f\x4b\xc8\x7a\x20\x29\x0f\xac\x46\x69\xaf\x5f\x56\xff\x03\xb2\xcb\x34\xfd\x0f\x10\xeb\x65\xcb\xcf\x7b\xf6\xc0\x15\x84\x33\xf1\x69\x66\x71\x40\xa2\x97\x4d\x7f\x0b\x72\xf2\x5f\x69\x86\x9a\xe6\x8a\xe5\x28\x0f\x1c\xe5\xf2\x37\x47\x70\x7a\x00\xa7\x97\x0d\x84\x52\x9a\xd1\x27\x18\xf5\xfb\xf2\x3b\x18\x7c\xb6\xcf\x1a\x1c\x11\x3d\x92\x66\xa6\xd4\x2c\x73\x53\xdb\x61\x2d\x8f\x59\x2e\x09\xca\xd3\x5c\x52\xa2\x8a\xe9\xa4\x34\x53\x3d\x1c\x93\x8f\xd0\xf4\xc4\x80\x94\x23\xf1\x91\x64\x3c\xa0\xd1\x97\xac\x21\x1b\xca\x50\x4f\xf7\x79\x84\xa1\x27\x06\xa4\x00\x77\x13\xa7\x05\x5c\xe3\x4b\x46\x59\xf3\x3a\x31\xa1\xca\x99\xf8\x48\x3c\x9e\x38\x55\x00\xf3\x46\xb8\x7a\xe0\x1f\x5f\x32\x7e\xcf\x88\x34\x7a\x39\x5c\x4b\x9c\xe8\xe5\xc4\x24\x2b\x67\xe2\x13\xf3\x3a\x71\xaa\x70\x2d\x71\x02\xc0\x2b\x59\x81\x69\xd9\xb9\x8e\x26\x31\x22\x05\xb5\xbe\x64\x15\x99\xfd\x65\x49\xd9\xb9\x7a\x26\xc2\xd5\x03\x4f\x79\x38\xf9\x9c\x18\xa4\x86\x1c\xeb\xce\x99\xf8\xc8\x4f\x1e\x28\xc9\x97\x8c\xf7\x9c\x29\x00\xd9\xcb\x6e\x3e\x5a\x04\x7b\x20\x23\xbf\x5c\x90\xa3\x1b\x1e\xb2\x35\x3b\x47\xe2\x23\xef\x78\xe0\x1d\x5f\x32\x8a\x9a\x5d\xc9\x5a\x1b\x2e\xd7\xde\xb8\x35\x00\xb6\xfc\xba\x1d\x63\xe7\x4e\x96\xc9\x5f\x25\x69\x88\x4e\x38\x68\xf2\xb2\x6f\xcc\x8b\x38\x2f\x20\x1a\x5f\x32\x5a\x62\xf8\x09\x9a\x7c\xc9\x18\x4f\xed\x7f\xfa\x8f\x8c\x3a\x74\xa3\x82\x73\xbd\x9b\x64\x96\x1a\x3c\xe0\xbf\xcb\xce\xb5\xc2\x89\x2a\x0a\xae\xbb\xec\x5c\x21\x9c\x68\x7d\xc1\x75\x97\x9d\xcb\x5e\x12\xd3\x91\x30\x7f\x2f\xd9\xea\xed\xa3\x3b\x03\xae\xbb\xec\xd0\xc3\xe5\x51\x1f\x1f\xdc\x99\x1d\xe8\x6a\x1e\xdd\x19\x58\xbe\x97\x8c\xf7\x74\x5d\x60\xf9\x2e\xbb\xe9\xd7\xc7\x04\xc9\x43\xae\x70\x07\xba\x9a\x47\xb3\xfa\x1c\x96\xa5\xbf\x8f\x66\x15\xd4\x75\xd9\x77\x76\x5b\x9e\x93\x7e\x3c\x2b\xb6\x0b\x47\xa2\xf3\xa8\x2a\xe0\xac\xd7\x6b\xfc\x1c\x47\xb1\xf3\x9c\x36\x8f\x61\x81\xc2\x7b\x3d\xec\x06\xde\xbf\xac\xdd\x01\x7b\xbd\x64\x41\xd6\x95\x39\x04\x2c\xb3\xa0\xad\xd7\x63\x57\x46\x37\xf4\x3e\x9e\xdb\xb2\x58\x87\x47\x4f\x03\x80\xf5\xbd\x11\x17\x8b\x9b\xce\xc3\x2d\x6b\x30\x97\xe6\x61\xbf\x3e\x20\xa5\xcb\xce\xf9\xf5\x80\x8d\x5e\x8f\x83\xd7\xe8\x84\x99\xf2\x27\x8e\x09\x39\x5a\x21\xd2\x01\x22\x7d\x83\x72\xce\x03\x68\x25\x0f\xd7\x9d\x00\x72\xce\xe3\x5e\xd3\xf3\xf0\x63\xfe\xbe\x4a\xf6\x3c\xd4\x69\x22\xf7\x31\x37\x0e\x66\x7a\xc9\xa8\x40\xab\xfa\xbc\x28\x54\xf9\x6f\x16\x76\x88\xbc\xd7\xe3\xb4\x08\x6d\xef\x0e\x4e\x7f\x94\xf1\xa1\xdc\x7f\x85\xea\x5b\xe6\xa9\x3c\xba\x20\x4f\xb7\x55\xe4\x54\x1e\x8d\xee\xf3\xfd\xc8\x68\xd5\xb0\xa5\xc3\x96\xaa\x46\x66\x3d\x40\x4f\x2f\x19\x55\x68\x62\xa1\xee\x2e\x3b\x47\xe1\xf3\xe8\xa1\x3f\xd3\x1e\x61\x76\xa5\xee\x0e\xd4\xdd\x4b\x56\x91\x9d\xca\xac\x03\x75\x7b\x4d\x7d\xbc\xaa\x79\x61\x73\xef\x55\xcd\xa1\xf0\x5e\xb2\x86\xcc\xb2\x3b\xba\x60\xaa\xf6\xe5\x38\x76\x00\x5b\x2f\x19\x75\x14\xcb\x16\xf4\xa8\xa0\x5b\xaf\x39\x8f\x17\x73\xba\x9b\x96\x7d\xf5\xc6\x01\x51\x97\x1d\x9c\x69\x80\x52\xff\xca\x7b\x6e\xca\x96\xae\x8a\x9e\xce\xab\x9e\x9b\x96\x7d\xcd\x68\xbc\x04\x8d\x3b\xec\x98\x79\xf5\x28\x5e\x3c\x8a\xfd\xc0\x85\x7b\xdd\x57\x05\x29\xbd\x64\x94\xad\xb6\xaf\x5a\xf6\x50\x66\x59\x92\x74\x3b\xac\x97\x11\x29\x9d\xb7\xd1\x96\x03\x57\xe1\x35\x5f\x01\x02\xba\xec\x5c\xb9\x92\x57\xab\xf8\x86\x71\xe1\xf8\x79\x5e\x55\xf8\x8d\x6d\x76\xfc\xd4\xe1\xf7\xf1\x3d\xe6\xeb\xab\x09\x7c\xd5\x44\x90\x2e\x11\x03\x9d\xb7\xdb\x16\xc7\x40\xb5\x7a\xc9\x25\xec\xdc\x7d\x92\xd7\x68\xf0\xfd\x18\x3f\xee\x34\x89\xe4\xd8\x01\x06\x5d\x76\x7d\x0d\x89\xb0\x03\x11\xf6\x92\xd1\x5f\x57\x6e\xc8\xaf\x53\x99\xd6\x2f\x98\xa8\xc0\x7d\xbd\x5e\x43\x06\x34\x25\xef\xb4\x5a\x02\xd3\xd7\xd5\xfc\x9d\x5d\xd9\xfa\xb9\xae\xaa\x75\xb6\x3d\xf7\x13\x95\xec\x06\x83\x5d\xb5\x3a\xd9\xa5\xe9\xae\xe6\x7d\xb3\x0e\x72\x07\x02\xb0\x03\xe8\x7a\xc9\x56\xbd\xdd\xb4\x71\x67\xdb\x73\x3f\xc9\x09\x74\xd3\xc6\xbd\x58\x07\x9e\x80\xb0\xec\xc0\x7d\xbd\x64\xfc\x9e\x0e\x6d\x3f\x1c\x02\x54\x12\x06\xec\xf5\xe0\xb3\x71\xe2\x3b\xdd\x20\x0f\x3e\xec\x25\x5b\x2a\xd9\x35\xb3\xdd\x15\xd9\x94\x92\x30\xec\x80\xb2\x5e\x32\xca\x9a\x8b\xe8\x17\xf5\x9a\x52\xea\x9a\xcf\x4e\x2e\x62\x07\xe5\x98\xae\x53\x0a\xa2\xba\xec\x1c\xdb\x4e\x37\x47\x0c\x94\xba\xec\xa6\x8a\xba\x81\x1a\x84\xd7\x65\x37\x05\x24\x94\x3a\x40\xa9\x97\x8c\xb2\xe6\x83\x81\x52\xcb\x32\x98\xde\x6c\x0a\xf1\xdc\x0e\x4f\x5e\xba\x4b\x77\x27\x9e\x83\x64\x30\x5d\x3b\x0b\xc6\xba\x02\x04\x4c\x8f\x9d\x55\x6f\x2f\x3f\x9a\xcb\x39\xb4\xd9\xf5\xc2\xb6\x77\x5d\x61\x50\xd7\xf5\x72\x38\xf5\x7b\x21\xcd\xae\x7a\x96\x02\xb0\x03\x00\xbb\x5e\x84\x68\xdd\xf0\xae\x2f\xb7\xb6\x72\x57\x48\x64\xc7\x8e\x4c\xd8\x40\x00\xd3\x0d\xee\x20\xbf\x2e\xfb\x85\x63\xd0\x0d\xee\xfa\x8a\xe7\x2a\xa7\xa1\xd3\xcd\x38\xf7\x6e\x63\xd5\x12\x53\x29\x00\xbc\xe5\x2f\x4c\xd7\xe7\xed\xdf\xcf\xaf\x51\x83\x99\x94\xfe\xad\xae\xdf\x98\x80\xee\xd4\x01\x06\x2e\x7d\x61\xa4\xd0\x0e\x14\xda\x65\xe7\x7e\xdf\x74\xfd\xe0\xbe\xfc\xe0\x7a\x33\x99\xba\x5b\x9e\x90\x6b\xaf\xd7\x68\x9b\x7e\x47\x1f\x7e\x29\x52\x1c\xdd\x64\x1d\xd8\xf2\x25\xa3\x0a\x27\x5d\x1f\x56\xe1\x77\x19\x8e\xdb\xb4\xc1\x6a\xb5\xd1\x61\xd7\x98\x9b\xd5\x12\x68\x9e\x4f\xc3\x0d\xf2\x32\x9f\x33\xec\xdb\xad\x97\x25\xf0\x73\x7f\x13\x50\x79\xd9\x39\x35\x9e\x4f\x83\xfc\x39\x9b\x40\x54\xe6\x13\x0f\xf3\xb1\x31\xb3\x9b\xc1\xfa\xf4\x79\xa1\xdf\x5e\x32\xea\xd5\x67\xf9\x34\xd2\x1c\x01\xcf\xe7\x6c\x82\x7e\xbb\xec\xa6\xa1\x3e\xfd\xdb\x8f\x94\xc9\x6e\x1a\xea\xd3\x8f\xf9\x74\x5c\x6f\x0c\xe8\x67\x7a\xe4\xd3\x71\xbd\xb1\x00\x9f\x89\x67\x98\xb9\xcb\xae\x97\xfa\xc1\x9b\x98\x4f\xc7\xe3\x26\x3e\xf8\x0c\xe7\x3e\x8d\x39\x50\xc9\x7c\x1a\x73\x30\xea\x4b\x46\x5b\xdc\x71\x01\x7b\xbe\x64\x7f\x0d\xa8\x8b\x4c\xdc\x01\x86\x5e\x76\x10\x8d\x91\x75\x3b\x1f\x29\x90\xbd\xa2\x5f\x9f\x76\xfd\xd3\xdd\xe5\x7e\xad\x7c\xba\xbb\xdf\xc3\xa7\x36\x6b\x03\xdd\xf6\x7a\x0c\x65\x34\xcb\xf9\xf0\xbd\x18\x53\x78\x10\x23\x13\x77\xbe\xf7\x51\x46\x37\xf5\x4e\x3e\xd7\x84\xea\xb0\x75\xdf\x53\xaf\xb9\x76\x24\x9f\x69\x0c\xf0\xe5\x65\x07\x04\x98\xef\xb3\x7d\xaa\x62\x45\x3d\x3f\x7d\x08\x10\xe3\x65\x37\x23\x2c\x62\x3c\x1f\x61\xda\x6e\x9a\xe5\x33\xf3\x07\x70\x7c\xc9\x7c\xcf\xdf\x53\x15\x5d\x28\x84\x8c\x67\x6c\x7c\x42\x11\x7a\xc2\xc3\x33\x54\x45\xee\xfa\xc8\x50\x15\x87\xfe\x42\x63\xac\x64\xc9\xce\x28\xec\x1e\x30\x2b\x86\x1e\xf0\x58\x1a\x76\x0b\xfc\x11\xe0\x1d\x00\xde\x65\x87\x4b\x30\x82\xb9\x03\x98\xfb\x36\x96\x1b\x5a\xeb\xc1\x39\x07\xe8\xcd\x32\xf4\x89\xc7\xc9\xef\xdb\x5c\x5d\x85\xa1\x4b\x6c\xae\x45\x8c\x76\x06\x57\x39\x71\x07\x42\xe4\xcc\x0e\xb0\xed\xb2\x0b\xd8\x1b\x7a\xbf\xc3\xbd\x0e\x94\x62\x68\xbd\x07\xd9\xe5\x1d\x0a\xc2\x8c\xea\x6b\x15\x05\x70\x53\x6b\xe8\x11\x43\x8f\xbd\x64\x37\xb2\x43\xd9\xad\x8c\xb2\x6e\x76\x0c\x2c\xfa\x6d\xef\xb5\xe8\x43\x8b\xee\xee\xd7\x30\x6b\x31\xe2\xcf\x31\x6d\x86\xfa\x39\xe2\xcf\xe1\xcb\x8d\x38\xbe\xfa\x1d\x42\xf8\x40\x7a\xaf\x87\x03\xc0\x62\x2a\xb8\x3b\x43\x9d\x15\xae\x37\xd4\xd9\xa1\xce\x0a\xd7\x13\xdc\x9d\xa1\xce\x0a\xd7\x1b\x6e\x11\x0e\xb6\xc9\x77\xe1\x7a\xc3\x6d\xf2\xa1\x1e\x9b\xcd\x19\xea\xf1\x58\x06\xbe\x3a\x5b\x87\xc8\xc6\xd1\xfd\x39\x5c\xfb\xa1\x6a\x8f\x6e\x53\xb0\x62\x43\xcb\x0e\x8b\xf7\x92\xd1\x64\x77\xce\x87\x2e\x90\xc9\x1c\x71\xe1\x19\x46\x81\xee\x7f\x0d\x5d\xeb\xa1\x5b\xc4\x9d\xc0\x19\x4e\x8b\xa1\x21\x67\xf9\x1f\x1a\xed\xe1\x4c\x09\xde\xe2\x30\x47\x3e\x9c\x29\x9c\xbb\xce\x70\xa6\x0c\x67\x8a\x80\xc0\xa1\x0b\x34\x26\x23\x6f\xa6\x66\x38\x53\xc6\x72\x8b\xee\x8a\x0e\x88\x1e\x0f\x94\xe0\xeb\xb5\x55\xad\x04\xe0\x99\x3a\xd6\x61\x55\x9f\xc6\x8a\x53\x0f\x48\x50\xdf\x74\xe7\x05\x24\xf8\x92\x35\x64\x9f\x32\x9b\xc7\x1a\x28\x2c\x3c\xf3\xb0\x29\x18\x81\xa9\x13\x3d\x97\x7d\xae\x95\x4d\x8c\xa9\xb3\x33\x4f\x07\x0f\x1d\x98\x66\xb4\xa7\x31\xa5\x69\x14\x60\xde\xeb\x61\x15\x2c\x3d\x22\xbb\x33\x2f\xbb\xc1\x3c\x9b\x4e\xa0\xa9\x19\x77\xa2\xcd\xcb\x6a\x8d\x29\x39\x13\x9d\xe9\x6e\xe1\x04\xbb\xb5\x07\x5b\x31\xcd\x49\x4c\x4d\x7b\x70\xa8\xa6\xa6\x7d\x6a\xc6\x9d\x6a\x53\x33\x0e\x54\xbc\x14\xb1\x79\x53\x9f\x7c\xe2\x28\x15\xd3\x28\x82\xc5\x03\x58\xbc\x14\xce\x44\x67\xea\x28\xcd\x35\x87\xaa\xdb\x67\x53\xac\x23\x00\xf2\xf5\x1a\x23\x6f\xe2\x1b\x22\xf1\x25\xa3\x5a\xdd\xa2\xb9\x66\x52\x29\x50\x0b\x66\xba\x07\x34\x63\xb5\x7e\x49\xf3\x81\x20\xcd\x97\x8c\xdf\x73\x6a\x80\x24\x2f\x85\x5b\x42\x9e\x0d\x2d\x78\xe0\x4a\x2e\xd9\xd6\x4a\xf6\x88\x82\x7d\x84\x13\x06\x64\xc8\x53\x94\x09\x7e\x12\xf2\xf1\x1c\xca\x84\x72\x84\x8d\xf6\x47\x28\xc7\x03\x0e\xe0\xd8\xb6\xe5\x09\x3c\x6c\xfd\xff\x7a\xce\x15\x32\x1c\x5b\x29\xf9\xed\xd7\xa8\x04\xe0\x83\x0b\x45\x71\xf8\x86\xac\x35\x83\xd4\x3e\x67\x32\x46\x65\x69\x18\xf0\xad\xec\xc2\x01\x47\x63\x67\x70\x98\x5c\x2d\x9c\xbd\x9e\x0f\xe6\x7d\x72\xdf\x59\x29\x5c\x56\x3c\xb9\xf5\x6c\x3d\x7c\x6f\x69\xf2\x7c\xc8\xae\x4d\xee\x31\x5b\xb2\x2c\x59\xf1\xbd\xf2\xf3\x7b\x94\x25\x11\x3d\x39\xee\xbe\x64\xe7\x6f\xbf\xe6\xf0\xf7\x58\x35\xe8\xfd\x1c\xe4\x55\xe6\xd8\xdb\x4f\x7b\x27\x47\x83\xd6\xe3\x5c\x31\xff\x7f\x1e\x85\x3b\xff\x73\x59\x9f\x03\x08\xe4\xe4\x10\x11\x27\x5d\xe6\x38\xfc\xcd\x83\xdf\xa4\x16\xd6\x9f\xc9\xfa\xc3\x6e\xe1\x74\xf9\x99\x2c\x3f\xd0\x67\xcf\xc1\x8c\x9a\x1c\x32\x62\xf7\x70\x7a\x8d\xc3\xe4\x1a\x87\xab\xf1\x0e\x0b\xd4\xe4\x12\x07\xfc\xb3\xc9\xc2\xf4\x6b\xb2\x00\xed\x1b\x84\x94\x93\x65\x68\x3d\x2a\xb2\x43\x99\xef\xc1\x05\xb6\x71\x52\x7e\x72\x2c\x68\x3d\x5e\xbf\xcc\xf5\xdb\xaf\xe9\xad\x03\x93\x5b\x07\xca\xf2\x92\xe6\x04\x6e\x3a\x99\x79\x70\xd3\x4d\x0f\x18\x4c\x0f\x18\xdc\xed\xff\x1f\xa1\xf5\xcf\xdf\x9f\x3f\x7e\xfb\x5f\xff\xfb\xf9\xe3\xff\x3c\x7f\x1f\xbf\xf7\x7f\xff\xf9\xe7\xf8\xc7\xbf\xbe\xbf\xf5\x7f\xfd\xfe\x3f\x96\xf4\xf7\x6f\xcc\xbf\xfd\x63\xfc\x39\xfe\xef\x3f\xff\xfd\x67\x1f\xbf\xff\xf1\xcf\x3f\x56\x29\xfe\xfe\x5f\x00\x00\x00\xff\xff\xdd\x4e\x8e\x02\x63\x04\x03\x00"); +func _cbbf ()(*asset ,error ){_fccb ,_feab :=_cadce ();if _feab !=nil {return nil ,_feab ;};_adcb :=bindataFileInfo {_dae :"GBK2K-V",_fb :1168,_ae :_be .FileMode (436),_g :_a .Unix (1580492041,0)};_egdd :=&asset {_dd :_fccb ,_ef :_adcb };return _egdd ,nil ; +};var _ddgfe =&bintree {nil ,map[string ]*bintree {"78-EUC-H":&bintree {_bd ,map[string ]*bintree {}},"78-EUC-V":&bintree {_ab ,map[string ]*bintree {}},"78-H":&bintree {_eb ,map[string ]*bintree {}},"78-RKSJ-H":&bintree {_faf ,map[string ]*bintree {}},"78-RKSJ-V":&bintree {_ged ,map[string ]*bintree {}},"78-V":&bintree {_aad ,map[string ]*bintree {}},"78ms-RKSJ-H":&bintree {_fgg ,map[string ]*bintree {}},"78ms-RKSJ-V":&bintree {_gf ,map[string ]*bintree {}},"83pv-RKSJ-H":&bintree {_fc ,map[string ]*bintree {}},"90ms-RKSJ-H":&bintree {_baf ,map[string ]*bintree {}},"90ms-RKSJ-V":&bintree {_fda ,map[string ]*bintree {}},"90msp-RKSJ-H":&bintree {_efa ,map[string ]*bintree {}},"90msp-RKSJ-V":&bintree {_bgc ,map[string ]*bintree {}},"90pv-RKSJ-H":&bintree {_fafb ,map[string ]*bintree {}},"90pv-RKSJ-V":&bintree {_cce ,map[string ]*bintree {}},"Add-H":&bintree {_fdg ,map[string ]*bintree {}},"Add-RKSJ-H":&bintree {_gedd ,map[string ]*bintree {}},"Add-RKSJ-V":&bintree {_egf ,map[string ]*bintree {}},"Add-V":&bintree {_afd ,map[string ]*bintree {}},"Adobe-CNS1-0":&bintree {_cgb ,map[string ]*bintree {}},"Adobe-CNS1-1":&bintree {_cecf ,map[string ]*bintree {}},"Adobe-CNS1-2":&bintree {_ffc ,map[string ]*bintree {}},"Adobe-CNS1-3":&bintree {_bbga ,map[string ]*bintree {}},"Adobe-CNS1-4":&bintree {_gga ,map[string ]*bintree {}},"Adobe-CNS1-5":&bintree {_gag ,map[string ]*bintree {}},"Adobe-CNS1-6":&bintree {_agac ,map[string ]*bintree {}},"Adobe-CNS1-7":&bintree {_ffcd ,map[string ]*bintree {}},"Adobe-CNS1-UCS2":&bintree {_edb ,map[string ]*bintree {}},"Adobe-GB1-0":&bintree {_ebb ,map[string ]*bintree {}},"Adobe-GB1-1":&bintree {_gfca ,map[string ]*bintree {}},"Adobe-GB1-2":&bintree {_dfe ,map[string ]*bintree {}},"Adobe-GB1-3":&bintree {_fdaa ,map[string ]*bintree {}},"Adobe-GB1-4":&bintree {_cgaf ,map[string ]*bintree {}},"Adobe-GB1-5":&bintree {_eecf ,map[string ]*bintree {}},"Adobe-GB1-UCS2":&bintree {_ffgd ,map[string ]*bintree {}},"Adobe-Japan1-0":&bintree {_deag ,map[string ]*bintree {}},"Adobe-Japan1-1":&bintree {_cafed ,map[string ]*bintree {}},"Adobe-Japan1-2":&bintree {_bed ,map[string ]*bintree {}},"Adobe-Japan1-3":&bintree {_geda ,map[string ]*bintree {}},"Adobe-Japan1-4":&bintree {_dgde ,map[string ]*bintree {}},"Adobe-Japan1-5":&bintree {_dedb ,map[string ]*bintree {}},"Adobe-Japan1-6":&bintree {_gdd ,map[string ]*bintree {}},"Adobe-Japan1-7":&bintree {_ffa ,map[string ]*bintree {}},"Adobe-Japan1-UCS2":&bintree {_bgg ,map[string ]*bintree {}},"Adobe-KR-0":&bintree {_agaef ,map[string ]*bintree {}},"Adobe-KR-1":&bintree {_edad ,map[string ]*bintree {}},"Adobe-KR-2":&bintree {_cde ,map[string ]*bintree {}},"Adobe-KR-3":&bintree {_aaaa ,map[string ]*bintree {}},"Adobe-KR-4":&bintree {_gbeb ,map[string ]*bintree {}},"Adobe-KR-5":&bintree {_febf ,map[string ]*bintree {}},"Adobe-KR-6":&bintree {_adb ,map[string ]*bintree {}},"Adobe-KR-7":&bintree {_cbf ,map[string ]*bintree {}},"Adobe-KR-8":&bintree {_bbc ,map[string ]*bintree {}},"Adobe-KR-9":&bintree {_ebcd ,map[string ]*bintree {}},"Adobe-KR-UCS2":&bintree {_cbcc ,map[string ]*bintree {}},"Adobe-Korea1-0":&bintree {_gaad ,map[string ]*bintree {}},"Adobe-Korea1-1":&bintree {_egdf ,map[string ]*bintree {}},"Adobe-Korea1-2":&bintree {_ffcb ,map[string ]*bintree {}},"Adobe-Korea1-UCS2":&bintree {_fbd ,map[string ]*bintree {}},"B5-H":&bintree {_ddeg ,map[string ]*bintree {}},"B5-V":&bintree {_bdf ,map[string ]*bintree {}},"B5pc-H":&bintree {_fggc ,map[string ]*bintree {}},"B5pc-V":&bintree {_cfe ,map[string ]*bintree {}},"CNS-EUC-H":&bintree {_fccd ,map[string ]*bintree {}},"CNS-EUC-V":&bintree {_bgff ,map[string ]*bintree {}},"CNS1-H":&bintree {_gefg ,map[string ]*bintree {}},"CNS1-V":&bintree {_aabb ,map[string ]*bintree {}},"CNS2-H":&bintree {_cbce ,map[string ]*bintree {}},"CNS2-V":&bintree {_agfb ,map[string ]*bintree {}},"ETHK-B5-H":&bintree {_fdgc ,map[string ]*bintree {}},"ETHK-B5-V":&bintree {_faffb ,map[string ]*bintree {}},"ETen-B5-H":&bintree {_acagb ,map[string ]*bintree {}},"ETen-B5-V":&bintree {_dged ,map[string ]*bintree {}},"ETenms-B5-H":&bintree {_fde ,map[string ]*bintree {}},"ETenms-B5-V":&bintree {_fdaag ,map[string ]*bintree {}},"EUC-H":&bintree {_abg ,map[string ]*bintree {}},"EUC-V":&bintree {_agaed ,map[string ]*bintree {}},"Ext-H":&bintree {_bac ,map[string ]*bintree {}},"Ext-RKSJ-H":&bintree {_fbbeg ,map[string ]*bintree {}},"Ext-RKSJ-V":&bintree {_dbag ,map[string ]*bintree {}},"Ext-V":&bintree {_ebab ,map[string ]*bintree {}},"GB-EUC-H":&bintree {_daaef ,map[string ]*bintree {}},"GB-EUC-V":&bintree {_fcgb ,map[string ]*bintree {}},"GB-H":&bintree {_cdfb ,map[string ]*bintree {}},"GB-V":&bintree {_eegg ,map[string ]*bintree {}},"GBK-EUC-H":&bintree {_adc ,map[string ]*bintree {}},"GBK-EUC-V":&bintree {_aaga ,map[string ]*bintree {}},"GBK2K-H":&bintree {_cbdc ,map[string ]*bintree {}},"GBK2K-V":&bintree {_cbbf ,map[string ]*bintree {}},"GBKp-EUC-H":&bintree {_fag ,map[string ]*bintree {}},"GBKp-EUC-V":&bintree {_acg ,map[string ]*bintree {}},"GBT-EUC-H":&bintree {_fdbde ,map[string ]*bintree {}},"GBT-EUC-V":&bintree {_ccfe ,map[string ]*bintree {}},"GBT-H":&bintree {_bbabf ,map[string ]*bintree {}},"GBT-V":&bintree {_badcf ,map[string ]*bintree {}},"GBTpc-EUC-H":&bintree {_ddbda ,map[string ]*bintree {}},"GBTpc-EUC-V":&bintree {_gegf ,map[string ]*bintree {}},"GBpc-EUC-H":&bintree {_dbbf ,map[string ]*bintree {}},"GBpc-EUC-V":&bintree {_bgcfd ,map[string ]*bintree {}},"H":&bintree {_egaf ,map[string ]*bintree {}},"HKdla-B5-H":&bintree {_fdc ,map[string ]*bintree {}},"HKdla-B5-V":&bintree {_efcf ,map[string ]*bintree {}},"HKdlb-B5-H":&bintree {_bae ,map[string ]*bintree {}},"HKdlb-B5-V":&bintree {_acab ,map[string ]*bintree {}},"HKgccs-B5-H":&bintree {_bcdc ,map[string ]*bintree {}},"HKgccs-B5-V":&bintree {_eafa ,map[string ]*bintree {}},"HKm314-B5-H":&bintree {_dcg ,map[string ]*bintree {}},"HKm314-B5-V":&bintree {_efdeg ,map[string ]*bintree {}},"HKm471-B5-H":&bintree {_ddbe ,map[string ]*bintree {}},"HKm471-B5-V":&bintree {_dcdb ,map[string ]*bintree {}},"HKscs-B5-H":&bintree {_fcga ,map[string ]*bintree {}},"HKscs-B5-V":&bintree {_gffb ,map[string ]*bintree {}},"Hankaku":&bintree {_eefb ,map[string ]*bintree {}},"Hiragana":&bintree {_feec ,map[string ]*bintree {}},"KSC-EUC-H":&bintree {_feegb ,map[string ]*bintree {}},"KSC-EUC-V":&bintree {_fgbdd ,map[string ]*bintree {}},"KSC-H":&bintree {_adbb ,map[string ]*bintree {}},"KSC-Johab-H":&bintree {_dbgg ,map[string ]*bintree {}},"KSC-Johab-V":&bintree {_dbfga ,map[string ]*bintree {}},"KSC-V":&bintree {_efbe ,map[string ]*bintree {}},"KSCms-UHC-H":&bintree {_dccg ,map[string ]*bintree {}},"KSCms-UHC-HW-H":&bintree {_fegg ,map[string ]*bintree {}},"KSCms-UHC-HW-V":&bintree {_afgc ,map[string ]*bintree {}},"KSCms-UHC-V":&bintree {_cgfe ,map[string ]*bintree {}},"KSCpc-EUC-H":&bintree {_afca ,map[string ]*bintree {}},"KSCpc-EUC-V":&bintree {_gdaa ,map[string ]*bintree {}},"Katakana":&bintree {_aaaad ,map[string ]*bintree {}},"NWP-H":&bintree {_daad ,map[string ]*bintree {}},"NWP-V":&bintree {_dbbfa ,map[string ]*bintree {}},"RKSJ-H":&bintree {_ffaf ,map[string ]*bintree {}},"RKSJ-V":&bintree {_aggf ,map[string ]*bintree {}},"Roman":&bintree {_beacd ,map[string ]*bintree {}},"UniAKR-UTF16-H":&bintree {_gcbgg ,map[string ]*bintree {}},"UniAKR-UTF32-H":&bintree {_bdeb ,map[string ]*bintree {}},"UniAKR-UTF8-H":&bintree {_ggbf ,map[string ]*bintree {}},"UniCNS-UCS2-H":&bintree {_ada ,map[string ]*bintree {}},"UniCNS-UCS2-V":&bintree {_agee ,map[string ]*bintree {}},"UniCNS-UTF16-H":&bintree {_dgce ,map[string ]*bintree {}},"UniCNS-UTF16-V":&bintree {_gbeg ,map[string ]*bintree {}},"UniCNS-UTF32-H":&bintree {_eggf ,map[string ]*bintree {}},"UniCNS-UTF32-V":&bintree {_adcd ,map[string ]*bintree {}},"UniCNS-UTF8-H":&bintree {_aebf ,map[string ]*bintree {}},"UniCNS-UTF8-V":&bintree {_gaefc ,map[string ]*bintree {}},"UniGB-UCS2-H":&bintree {_gdbed ,map[string ]*bintree {}},"UniGB-UCS2-V":&bintree {_bebce ,map[string ]*bintree {}},"UniGB-UTF16-H":&bintree {_eed ,map[string ]*bintree {}},"UniGB-UTF16-V":&bintree {_beeb ,map[string ]*bintree {}},"UniGB-UTF32-H":&bintree {_bdb ,map[string ]*bintree {}},"UniGB-UTF32-V":&bintree {_cbgb ,map[string ]*bintree {}},"UniGB-UTF8-H":&bintree {_fbaf ,map[string ]*bintree {}},"UniGB-UTF8-V":&bintree {_ffdef ,map[string ]*bintree {}},"UniJIS-UCS2-H":&bintree {_dgae ,map[string ]*bintree {}},"UniJIS-UCS2-HW-H":&bintree {_gcbbb ,map[string ]*bintree {}},"UniJIS-UCS2-HW-V":&bintree {_bebaf ,map[string ]*bintree {}},"UniJIS-UCS2-V":&bintree {_eebf ,map[string ]*bintree {}},"UniJIS-UTF16-H":&bintree {_ebea ,map[string ]*bintree {}},"UniJIS-UTF16-V":&bintree {_fced ,map[string ]*bintree {}},"UniJIS-UTF32-H":&bintree {_ebcff ,map[string ]*bintree {}},"UniJIS-UTF32-V":&bintree {_ade ,map[string ]*bintree {}},"UniJIS-UTF8-H":&bintree {_dbab ,map[string ]*bintree {}},"UniJIS-UTF8-V":&bintree {_edeb ,map[string ]*bintree {}},"UniJIS2004-UTF16-H":&bintree {_cfge ,map[string ]*bintree {}},"UniJIS2004-UTF16-V":&bintree {_dbcc ,map[string ]*bintree {}},"UniJIS2004-UTF32-H":&bintree {_edfb ,map[string ]*bintree {}},"UniJIS2004-UTF32-V":&bintree {_bbdb ,map[string ]*bintree {}},"UniJIS2004-UTF8-H":&bintree {_acce ,map[string ]*bintree {}},"UniJIS2004-UTF8-V":&bintree {_fbca ,map[string ]*bintree {}},"UniJISPro-UCS2-HW-V":&bintree {_fgcfg ,map[string ]*bintree {}},"UniJISPro-UCS2-V":&bintree {_adfc ,map[string ]*bintree {}},"UniJISPro-UTF8-V":&bintree {_fgaba ,map[string ]*bintree {}},"UniJISX0213-UTF32-H":&bintree {_aggd ,map[string ]*bintree {}},"UniJISX0213-UTF32-V":&bintree {_dfdd ,map[string ]*bintree {}},"UniJISX02132004-UTF32-H":&bintree {_gbdgg ,map[string ]*bintree {}},"UniJISX02132004-UTF32-V":&bintree {_fcgge ,map[string ]*bintree {}},"UniKS-UCS2-H":&bintree {_egacc ,map[string ]*bintree {}},"UniKS-UCS2-V":&bintree {_dbgf ,map[string ]*bintree {}},"UniKS-UTF16-H":&bintree {_aeee ,map[string ]*bintree {}},"UniKS-UTF16-V":&bintree {_fgcb ,map[string ]*bintree {}},"UniKS-UTF32-H":&bintree {_ebgc ,map[string ]*bintree {}},"UniKS-UTF32-V":&bintree {_eabf ,map[string ]*bintree {}},"UniKS-UTF8-H":&bintree {_bdea ,map[string ]*bintree {}},"UniKS-UTF8-V":&bintree {_eafg ,map[string ]*bintree {}},"V":&bintree {_fecf ,map[string ]*bintree {}},"WP-Symbol":&bintree {_gcfd ,map[string ]*bintree {}}}}; +func _ebgc ()(*asset ,error ){_gagaf ,_daff :=_afed ();if _daff !=nil {return nil ,_daff ;};_gcfa :=bindataFileInfo {_dae :"UniKS-UTF32-H",_fb :162757,_ae :_be .FileMode (436),_g :_a .Unix (1580493048,0)};_efdc :=&asset {_dd :_gagaf ,_ef :_gcfa };return _efdc ,nil ; +};func _fggc ()(*asset ,error ){_cfgc ,_acbd :=_gefa ();if _acbd !=nil {return nil ,_acbd ;};_dbb :=bindataFileInfo {_dae :"B5pc-H",_fb :5309,_ae :_be .FileMode (436),_g :_a .Unix (1580491485,0)};_cefe :=&asset {_dd :_cfgc ,_ef :_dbb };return _cefe ,nil ; +};var _dega =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\x58\x4d\x6f\x1c\xb9\x11\xbd\xcf\xaf\xe8\xa3\x73\x70\x44\xb2\xc8\x6e\x12\x08\x04\x04\x36\x82\xc8\x80\x93\x20\xb2\x9d\x00\x41\x0e\x3d\xd3\xa4\x32\x40\x34\x1a\x8c\xa4\x83\xff\xfd\x82\xaf\x86\xaf\xb4\xda\x5d\x60\xe1\x7e\x55\xc5\xfa\x22\xeb\x43\x73\xf3\xe9\xee\xf3\xdd\xe9\xf8\x32\xdd\xfc\xe3\xf2\x74\xb8\xaf\x2f\x53\x3b\x9e\xb6\x4b\x7d\x7e\x7a\xbd\x1c\xea\xb4\xaf\x0f\xc7\xd3\x6e\xe7\xc3\xb4\x1d\x0f\x2f\x03\xe2\x9f\xc3\xe3\x7a\xde\xed\x6e\xbe\x9f\x8e\x5f\xee\xee\x83\x73\xf1\xe3\xf7\x6f\x7f\x91\xf0\xf1\xaf\xd3\xeb\x73\xbd\x32\x3f\xdd\x7d\xbe\xff\xf9\xfc\x52\x1f\xef\x4e\xed\x69\x12\x55\xb2\xbd\x9e\xaf\x8a\xa6\xe9\xe6\x9f\xf5\xe1\xf8\xfc\x72\xf9\x39\x7d\xf8\xf3\xf6\xb4\xaf\x7f\x98\xb6\xda\x3a\xfd\xef\x97\xad\x5e\x8e\xa7\x87\xe9\xc3\x97\xf5\xbc\x9e\x3c\x19\xf7\xaf\xe7\xf3\xff\xeb\x63\x3d\xbd\x4c\x0b\x68\xf5\xb4\xe1\xdf\xdd\xcd\xa7\xaf\xeb\xf9\x6f\xeb\x63\x9d\x7e\xeb\xd4\x0f\x88\x40\xe2\x47\xbd\x3c\x1f\x9f\x4e\x93\xff\xa3\x73\xb3\x91\xbf\xfd\x3c\xd7\xc9\x5f\x35\xfd\xfb\xfb\xdd\xe7\xe9\x3f\x7e\xf2\x6e\x0a\x69\xf6\xf9\xbf\x57\xfa\xbf\xbe\x3e\x6d\x94\xf2\xce\x69\x1c\x87\xe3\x76\xf8\xdf\x7a\xd9\xfd\xc9\xe1\xbf\xbd\xbb\x9d\x72\x98\x8b\xe2\xe0\xbc\xbb\x9d\x96\x5c\x84\x38\x01\x07\xe2\x19\x38\x0d\x1c\x94\x9f\x89\x95\xbf\x0c\x2c\xa1\xeb\x5f\xa8\x4f\xa4\xe3\x3c\xb0\x2f\xdd\x9e\x64\x42\xdf\xe1\x4c\x18\x3a\x2c\x84\xd2\xe1\xd0\xed\x0f\xf1\x76\xca\xe2\x3d\x71\x02\x76\xc4\x33\xf0\xf0\xdd\xd7\x8e\xdd\x1b\xbc\x00\x47\xe2\x0c\x4c\x7d\xb5\x00\x0f\x5f\xa5\xec\x6f\x27\x1f\x7c\xcc\x24\x1c\x40\x98\x8d\xb0\xa9\xc4\x42\x42\x05\x21\x39\x12\xda\xbb\x23\xab\xd3\x23\x85\x04\xaf\x47\x66\x12\xc2\xfb\x23\xa2\x12\x89\x84\xa8\x04\x93\x48\xef\x8f\xcc\x2a\x41\xc7\xd6\x1e\xfb\x5b\x81\x0c\x6c\xfc\x02\x6c\x4e\xac\xef\x35\xee\xbb\xc0\x12\x88\x0f\xc0\x9e\x78\x03\x1e\x81\x27\x77\xb8\x9d\x96\xc8\x87\x93\xdc\x06\xbc\x10\x57\xe0\x99\xb8\x01\x0f\x7b\x09\x0f\x33\x39\x21\xf6\xc0\xd4\xe7\x03\x70\x24\x16\x60\xea\xf3\x11\xfa\x3c\x71\x02\x36\x7d\x33\x70\x20\x5e\x80\x4d\x5f\x06\x2e\xc4\x05\xfa\x4d\xdf\x0a\xcc\x78\xfd\x1e\xd8\xf4\xf5\xf8\x53\x30\x7b\x1b\x30\xe3\xf7\x15\xd8\xe2\x69\xc0\xb4\x1f\x10\x7f\x60\x3c\x01\xf1\x07\xfa\x13\x10\x7f\x60\xbe\x50\x98\x49\xa8\x0f\x85\x99\x84\xf6\xc3\x02\x4c\xff\x42\x06\x36\x7b\x88\x8f\xc5\x96\x02\xe2\x13\xb3\x8f\xf8\xc4\xec\x21\x3e\x4f\x7b\x02\x7f\x3d\xe5\x25\x22\x1f\xd4\x27\xb0\xe7\x78\x3e\x42\x3e\x32\x9f\x11\xf1\x45\xe6\x33\x22\xbe\x48\x7f\x23\xee\x97\x95\x96\x22\xf4\xb3\x8c\x52\x44\xfc\x91\xf6\x23\xe2\x8f\x66\x0f\xf1\x27\xe6\x23\xc2\x9f\x34\xf4\xcf\xfd\xbe\x72\x08\x9e\xb8\xbf\xe7\xe0\x0b\x71\x05\xdf\xe4\x1b\xf0\xf0\x77\x71\x5a\xb5\xcb\x30\xb8\xf4\xba\xce\xc1\x5d\x15\x88\xc3\x83\xc8\xe3\x81\x89\xc3\x83\x28\xa3\xec\xc5\xe1\x01\x94\x51\xb1\xe2\x90\x90\xe2\x33\xb1\x00\x53\x1f\x02\x2e\xc3\x01\x71\x08\xb0\x8c\x00\xc4\xc5\x02\x1c\x06\x9e\x71\x7e\x3c\x48\x71\x59\x31\xfd\xc9\xaa\x2f\x11\xab\x3e\xfa\x97\x2b\xf0\xd2\x67\xda\x18\x2a\xbb\x1c\x7f\x67\xca\x88\xeb\x9d\x33\x87\x85\xb6\x0b\x92\xbb\xd0\x37\x34\xc1\x59\xc4\x08\x08\x36\x30\xd8\x55\x9d\x63\xb0\x2b\x9c\x13\x06\xbb\xc2\xb9\x37\xe7\x11\xac\xd0\xe0\x01\xe7\x85\xc1\x56\xc5\x0c\xb6\xaa\x3e\x06\x5b\x55\x1f\x83\xad\x08\x56\x78\x19\x4d\x2f\x6f\xd8\x0b\xad\xdd\x4e\x41\x5c\x1a\x0e\x8a\xeb\x73\x55\x46\xdf\x17\x71\x7d\xee\xc9\x28\x17\x11\xd7\x5b\xb6\x2f\xb3\x09\x60\x78\xd1\x43\x71\xb3\x0a\x78\x12\x16\x25\x24\x12\xb2\x12\xec\x48\x51\x82\x19\x59\x95\x30\x93\xb0\x07\x61\x31\xab\x07\x25\x04\x12\xf4\x15\x52\x00\x6d\xb3\x44\x7a\xe1\xe1\x66\x34\x3e\x66\xac\x18\x56\x2f\xb3\x11\x32\x04\x98\x18\xaf\x4e\x66\x5a\x44\x21\x49\x62\x14\xbd\x91\x65\xe1\x55\x4b\x40\xe6\x22\x83\x0a\x9a\x39\xe6\x5e\x7a\xa7\xeb\x04\xd3\x30\x23\x06\x13\xc0\x65\x46\x26\xae\xb7\xb2\x2c\xac\x34\x41\x2b\x2b\x6f\x3c\xd8\x54\x21\x5d\x10\x8f\x03\x74\x41\x50\xdb\xce\x51\xa3\xe8\xed\x46\x62\x78\x30\x9a\x93\x88\x2c\x38\xe0\x4d\x20\x2b\x81\x3e\x48\x41\x94\xf4\x41\x56\x15\x30\x15\x7b\x08\x98\x4f\x07\x15\x60\xa2\x65\x53\x02\xbd\x8c\x5e\x09\x3c\x12\x91\x59\xf3\xaa\x77\x88\x2c\xc9\xb0\x3a\x15\x8c\x80\x2a\xb2\xcb\x8e\x2b\x12\xc5\x28\x22\x1e\x8b\x39\x1d\x71\x95\xac\x12\x49\xa8\x62\xbb\xba\xa4\x79\xb3\x3c\x25\x51\x82\x49\x44\x25\x30\xb3\x09\x3e\x46\x9e\x58\xb0\x83\xb9\x37\x04\xcd\x83\x39\xb1\x68\x1e\x22\x1f\xd8\x52\x95\xc0\xf7\xb0\x34\xbc\xb0\xab\x8a\xd6\x1c\xba\xd1\x28\x9b\xd6\x1c\x5a\xfb\x42\xbe\xd7\xdd\x67\xcc\xfa\xd6\xb4\x55\x8f\xbb\x69\x4d\xf0\x80\xc6\x6e\xd2\x9a\x80\xef\xa8\x40\x1a\xba\x85\x1b\x38\xa9\x7c\x22\xd6\x6e\x32\x13\xeb\x79\xc3\xf5\xed\xa8\x68\x0d\xdd\x2b\xe7\xf2\xab\xd6\x2b\x0b\x5b\xef\x65\x3d\x3d\xd4\xeb\xdc\x91\xbe\xe1\x8f\x4f\x8f\x36\x9b\x6c\x29\x23\x2f\xb9\x7e\x57\x31\x73\xfe\xf6\xf9\x35\x3e\xbb\xb9\xb8\x70\xb4\xf6\xde\x35\x3e\xb1\x45\x65\xdb\xea\x66\x63\x61\x81\xe2\xa6\x9f\x7a\xbb\x1a\x9f\x05\x2c\x53\xb8\x1a\x6b\x0f\x96\xad\x1d\x42\x56\xc0\x84\x17\x3a\xdf\xcb\x74\x7c\x62\x59\xf2\xb6\x5c\x78\xb2\x04\x7b\x02\xe7\x72\x92\x64\x2c\xac\x00\x8e\x6e\xf4\x1a\x1c\x9f\xd8\x6e\xf8\xa7\x42\x12\xb3\x85\xcb\x4c\xd1\x16\x07\x3b\x85\xfa\x48\x6c\x9e\xce\x0d\x37\xc4\xf5\x74\x2e\x39\x73\x80\x30\x1b\xe2\xb0\xc9\x16\x47\x96\x8f\xc6\xc2\x58\x72\x1c\x6b\x7e\x36\xd6\x82\xbb\xb4\x91\xe8\xdf\x68\x2c\x78\xb0\x6c\xba\xae\x24\xf2\xca\x8c\xc7\xce\xc9\xd7\x8c\xd5\xd0\xb5\x58\x8c\xbe\x8d\xd7\x21\xbe\x15\x1d\xd0\x42\xde\x6a\xbc\x06\x9e\x95\xa4\x85\x2d\xd8\x82\x7c\xb1\xd6\xd9\x6b\x6b\x34\x7e\xd1\xd9\xc3\xca\xf5\xab\xf1\xb4\x05\x67\xea\xec\xdb\xd0\x68\xcf\x5e\x79\x36\x11\xb2\xf1\x74\xba\x14\xeb\xed\x66\x4f\x9c\x76\x6d\x36\x06\x89\xc6\x4b\xca\xb3\x16\x6f\xe7\xa2\x9e\x0b\xd6\x06\xc5\x78\xb3\xf2\xac\x05\xee\x8d\xa7\x9d\x29\x58\x43\xb6\x18\x92\xea\xb4\xb9\x99\x92\xf1\x54\xe7\xb8\xbd\xd6\xf8\x56\x5a\x43\xe5\xe4\x42\x56\x6a\x64\xcd\xd7\x3f\x24\xfd\xb5\x2b\x68\x13\x00\x78\x5c\xcf\x3b\xfe\xde\x70\x78\xbd\x5c\xea\xe9\x05\xbf\x6e\xe0\xc7\x84\x69\xab\xed\x78\xaa\xfc\x19\xe5\xfc\x74\xee\xa7\xf0\xff\x2f\x01\x00\x00\xff\xff\x7d\x93\x70\xb7\x72\x11\x00\x00"); +func _bbfa ()([]byte ,error ){return _c (_ecg ,"CNS-EUC-V")};func _fccc ()([]byte ,error ){return _c (_ecdb ,"UniGB-UTF32-H")};var _cbaa =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x44\xd4\x5f\x6b\xdb\x3c\x18\x05\xf0\x7b\x7f\x0a\x5d\xf6\xbd\xe8\x1b\x4b\xb2\xfe\x41\x29\x8c\x66\xb0\x74\x74\x1d\xcd\xda\x0d\xc6\x2e\x14\xe9\x49\x30\x2c\xb2\xb1\x1d\x58\xbe\xfd\xd0\x79\xb2\xf4\x22\x28\xf9\x59\x3a\x39\x96\xa3\xac\x1e\x36\xeb\x4d\xe9\x17\xb1\xfa\x3a\x0d\x69\x4b\x8b\xd8\xf7\x25\x4f\x34\x0f\xa7\x29\x91\xd8\xd1\xa1\x2f\x4d\x23\x95\xc8\x7d\x5a\xfe\x7d\xc4\x90\x8e\x71\x6c\x9a\xd5\xc7\x3f\xcb\xed\xcb\xe7\xed\xe3\xed\x27\x71\x9a\xe9\x82\x0f\x9b\xf5\xf6\x3c\x2f\x74\xdc\x94\xfd\x20\x34\x2f\xce\xa7\xf1\x12\x20\xc4\xea\x85\x0e\xfd\xbc\x4c\x67\x71\xf3\x21\x0f\x3b\xfa\x4f\x64\xda\x57\x7f\x9e\x32\x4d\x7d\x39\x88\x9b\xc7\x38\xc6\x22\xaf\x17\xb6\xa7\x71\xfc\x4d\x47\x2a\x8b\x50\x30\x2a\x19\x63\xb3\x7a\x78\x8a\xe3\x97\x78\x24\xf1\x5e\xe6\x0d\x97\x70\xe5\x8d\xa6\xb9\x1f\x8a\x90\xea\xff\xb6\x35\xef\xfe\xed\x3c\x92\x90\x97\x88\xd7\xcd\xfa\x79\xbf\x9f\x69\x11\x5e\xb6\x3c\xe7\xc7\xeb\x66\x2d\x7e\x4a\x21\x5b\xa1\x8c\xd6\xfa\xd7\x65\xea\xf7\xa7\x21\x5f\x17\xea\xc0\xb7\x94\xfa\x3c\xc5\x72\xa0\xe6\xce\xcb\x4e\xde\x8b\x3a\xa8\x7b\xe1\xbc\x77\x20\xcd\xa4\xef\x85\x57\xd6\x83\x3a\xa6\xae\x92\xeb\x40\x91\x29\x82\x14\x68\xc7\xb4\x03\xc9\x4a\x86\xc9\xe4\x1a\x1f\x40\xb6\x05\xd9\x0e\x84\x2c\x6b\x98\x4c\x5d\xe8\x79\x96\x65\xb2\xc8\xb2\x20\xc7\xe4\x40\x01\xe4\x99\x3c\x08\x55\x6d\x00\xb9\x88\x78\xcc\xf2\x5c\xc2\xa3\x97\x65\x4a\x4c\x09\x0b\x35\x28\x33\x65\x94\x00\x45\x9e\x15\x79\x56\xdb\xdc\x79\x15\xf6\x95\x30\xb8\x20\xeb\x37\xaa\x88\x2d\xc4\xe0\x82\x0c\x20\xcd\xa4\x2b\x29\x2c\x8c\x86\xc9\x80\x24\xc8\x31\x39\x50\xdd\x42\x95\x38\x2b\x21\x4b\xd5\x12\x8a\x98\x88\xa9\x03\x71\x3c\x71\xbc\x01\x71\x3c\x71\xbc\x05\x25\xa6\x04\xaa\x8f\x56\x77\xd8\x7b\x0c\x2e\x28\x0f\x52\x4c\x0a\x14\x40\x1d\x53\x7d\x42\x41\xb7\x20\xcb\x64\x41\x12\xe4\x99\x3c\xa8\xb6\xd7\x96\xb3\x2c\xb2\x74\x6d\xaf\x3d\xaa\x62\x70\x41\x77\x20\xc3\x84\xaa\xda\x80\x1c\x13\x76\x42\x5b\x10\x31\x11\x08\xed\x03\x2f\x0c\x5c\xa2\xb6\x77\x06\x8f\xc3\x59\xcc\xea\x6a\x55\xe7\x71\x8f\xce\x63\xbf\x8c\xad\x47\xef\xfa\x83\xaf\xef\xeb\xa1\xbf\x1e\xc2\x74\x9a\x26\x2a\x0b\x8e\x3c\x0e\x5a\x3d\x29\x7d\xa1\xeb\x7f\xca\x38\x8c\x75\x15\x5e\x7f\x03\x00\x00\xff\xff\x3b\xd9\x46\xc4\x7f\x04\x00\x00"); +func _bbbe ()([]byte ,error ){return _c (_fbae ,"UniJIS2004-UTF32-H")};func Asset (name string )([]byte ,error ){_dddfc :=_fd .Replace (name ,"\\","/",-1);if _dabg ,_dbbb :=_ecfgc [_dddfc ];_dbbb {_ebcfg ,_efcad :=_dabg ();if _efcad !=nil {return nil ,_aa .Errorf ("Asset %s can't read by error: %v",name ,_efcad ); +};return _ebcfg ._dd ,nil ;};return nil ,_aa .Errorf ("Asset %s not found",name );};var _bge =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x4c\xd5\x4f\x8f\xdb\x36\x10\x05\xf0\xbb\x3f\x05\x8f\xe9\x21\xb5\xf8\x77\x48\x20\x58\xa0\xd8\x3d\xd4\x29\xd2\x16\xd9\x76\x5b\xa0\xe8\x81\x94\xb8\x0b\x01\xb5\x2c\xc8\xf6\x61\xbf\x7d\x31\xef\xb9\x6e\x0e\xc1\x64\x7f\x26\x47\xc3\x67\xc9\xda\x3f\x1e\x9e\x0e\xcb\x7c\x31\xfb\x5f\xb7\xd3\xf8\xdc\x2f\xe6\x75\x5e\xa6\xad\x9f\x4f\xd7\x6d\xec\xa6\xf5\xb7\x79\xd9\xed\xac\x33\xd3\x3c\x5e\xfe\xfb\x13\x65\x3c\xd6\x75\xb7\xdb\x97\xe1\x78\x5e\x3f\x7e\xfd\xe9\xf9\xf3\xc7\x1f\xcd\xf5\xdc\x6f\xfc\x78\x78\x7a\x7e\x3f\x5f\xfa\xf1\xb0\xbc\x9e\x8c\xe7\xf6\xe9\xba\xde\x5a\x18\xb3\xff\xda\xdf\xe6\xf3\x65\x7b\x37\x1f\x7e\x98\x4e\xad\x7f\x67\xa6\xfe\xaa\xfe\xcb\x36\xf5\x6d\x5e\xde\xcc\x87\xcf\x75\xad\x8b\xbd\x7f\xf0\x7c\x5d\xd7\x7f\xfa\xb1\x2f\x17\xe3\x60\x7d\x99\x50\x77\xfb\xc7\x2f\x75\xfd\xb9\x1e\xbb\xf9\x76\x9c\x17\x7c\x88\xcf\x5e\xfa\x76\x9e\x4f\x8b\xb1\xf6\xfb\x61\x48\xff\xfb\x6f\xef\x6b\x37\xf6\xd6\xe4\xcf\xdf\x0f\x4f\xe6\x2f\x6b\xec\x60\x5c\x0c\x21\xfd\x7d\xf3\x3f\xbe\x9c\xa6\xfb\x2a\xc9\x3c\xc1\x38\x4f\x5b\x5d\xde\xfa\xee\x53\xb6\xc1\x3e\x18\x2d\xee\xc1\x48\xce\x02\xf2\x24\xff\x60\xb2\x4b\x19\x14\x48\x41\x49\x82\x52\x1c\x40\xd1\x62\x63\x01\x35\xd2\xa4\x54\xac\x52\xe2\xaa\x14\x40\xd8\x98\x0a\x48\x2a\x08\x1b\x33\x87\xd0\x22\xc5\x62\x88\x9a\x41\x5a\xc4\x63\x51\xe5\x3e\x2d\xe2\x31\x55\xad\x94\xa6\x92\x20\x23\x65\xc4\x9c\xc3\xee\x53\x76\xe5\x55\x09\x45\x8a\xd5\x7d\xae\xe2\x72\x28\x52\x6c\x01\x79\x92\x57\x72\xd8\x58\x23\x29\x82\x2c\x48\x48\x02\x72\x4a\x23\x7b\x8d\xe8\xe5\xbc\x52\x27\x75\x52\x00\xb1\x7d\x67\xfb\x08\x62\xfb\xce\xf6\x09\x34\x92\x46\x90\xc6\xe0\x03\xf2\x43\x91\xe2\x32\xc8\x91\x1c\xa8\x80\x02\x49\x53\x2e\x7e\x00\x25\x52\x02\x59\x50\x26\x65\x90\x4e\xef\x13\x7b\x25\xf4\xf2\x3a\xbd\xcf\x18\x15\x45\x8a\x0f\xa0\x48\xc2\xa8\x3e\x82\x84\x84\x24\x90\xbd\xcf\x9d\xd4\x41\x98\xbe\x70\x63\xe1\x10\x3a\x7d\xe0\xd7\x81\x22\x21\xeb\x5c\xa1\xe2\x8c\x28\x12\xa4\x80\x2c\x49\x23\x0c\x25\x82\x1c\x49\x47\x8d\x83\x07\x79\x92\xc7\x2a\x6e\x0c\xa4\x00\x62\xfb\x48\xd2\xe9\xa3\xe3\xc6\x44\xd2\xb9\xa2\x65\x7b\x21\xe9\x81\xa2\xe7\xc6\x4c\xca\xb8\xa2\x80\x0a\xa9\x60\x15\xaf\x58\x49\x15\x07\x72\xa0\x46\x6a\xa0\x01\x34\x92\x46\xcc\x85\x24\xea\x44\x9a\xd0\x3e\x81\x3a\xa9\x83\xd8\x8b\x79\x55\xe4\x85\x07\x28\x34\xe6\xa5\x45\x22\xbe\xed\xd0\x98\x97\x16\x89\xb8\x31\x43\x63\x5e\x0d\x79\x31\xfb\xc6\xbc\xb4\x48\xb4\xec\xc5\xbc\xb4\x48\x8c\x24\xe6\xd5\x98\x17\xe6\x6a\xcc\xab\x31\x2f\x1c\xbb\x31\xaf\xc6\xbc\xb8\x91\x79\x35\xe4\x65\x11\x61\x63\x5e\x0d\x79\x05\x04\xdd\x98\x97\x16\x89\xb8\xc9\x43\x63\x5e\x5a\x24\x5a\x5e\x91\x79\x69\x91\xe8\xb9\x91\x79\x35\xe6\xc5\x03\x31\xaf\x86\xbc\x82\x1e\x5b\x22\xf2\x92\x84\x07\x26\x68\x38\x92\x2c\xc9\x3e\x98\xec\xf1\xc0\x08\xef\x7b\xe1\x7d\x1f\x3c\xc8\x93\xf4\x57\xcf\x7b\xae\x0a\x24\x3c\x56\x98\x5e\x52\x24\x45\xac\xca\xa0\x44\xc2\xa3\x10\x04\x94\x49\x59\x57\x85\x00\x2a\x24\x3d\x76\x89\x9c\xab\x91\x1a\x56\xb1\xd7\x48\x9a\xb0\x8a\x73\x75\x52\xc7\x2a\xcc\x95\x71\x03\x08\x7f\x2e\x63\xd2\x77\xc9\xfd\x27\x5d\xff\xaf\x6f\xb1\xfb\x5b\x65\xbc\x6e\x5b\x5f\x2e\x78\x87\xe1\xbd\xa1\xef\x82\x79\xe9\xf7\xd7\xe4\x7a\x5a\x75\x17\xfe\xfd\x1b\x00\x00\xff\xff\x56\x46\xab\xf5\x52\x07\x00\x00"); +func _fab ()([]byte ,error ){return _c (_gcaa ,"UniCNS-UTF16-H")};func _fdgc ()(*asset ,error ){_add ,_gfbbe :=_fafg ();if _gfbbe !=nil {return nil ,_gfbbe ;};_dagd :=bindataFileInfo {_dae :"ETHK-B5-H",_fb :20959,_ae :_be .FileMode (436),_g :_a .Unix (1580491821,0)}; +_bgeaa :=&asset {_dd :_add ,_ef :_dagd };return _bgeaa ,nil ;};func _gbceg ()([]byte ,error ){return _c (_cbaa ,"Ext-RKSJ-V")};func _cbce ()(*asset ,error ){_cgba ,_aaad :=_gdea ();if _aaad !=nil {return nil ,_aaad ;};_badc :=bindataFileInfo {_dae :"CNS2-H",_fb :2037,_ae :_be .FileMode (436),_g :_a .Unix (1580491555,0)}; +_gagb :=&asset {_dd :_cgba ,_ef :_badc };return _gagb ,nil ;};func _gbaf ()([]byte ,error ){return _c (_baeg ,"KSC-EUC-V")};func _cbaag ()([]byte ,error ){return _c (_gace ,"HKm471-B5-V")};func _cadg ()([]byte ,error ){return _c (_ceca ,"UniJIS-UCS2-H")}; +func _afff ()([]byte ,error ){return _c (_gebf ,"GBK-EUC-H")};func _edfd ()([]byte ,error ){return _c (_daafa ,"Adobe-GB1-3")};func _eefa ()([]byte ,error ){return _c (_afda ,"Adobe-Korea1-UCS2")};func _ebf ()([]byte ,error ){return _c (_dde ,"Adobe-CNS1-5")}; +var _egdfg =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x54\x92\x41\x8f\x9b\x30\x10\x85\xef\xfc\x8a\x39\x6e\x0f\x5b\x3c\x10\x43\x90\x22\xa4\x6e\xa2\x6e\x39\x6c\x5b\x35\x9b\x6d\xa5\xaa\x07\x82\xc7\xa9\xa5\xc6\x20\x03\x87\xfc\xfb\x6a\xc6\x84\xaa\x07\xe4\xcf\xcf\xcf\xe3\x37\xd8\xe9\xbe\x39\x34\xde\x4d\x90\x7e\x0d\x7d\x77\xa4\x09\xac\xf3\x26\xd0\xd8\xcf\xa1\x23\x38\xd3\xc5\xf9\x24\xc1\x0c\x8c\xeb\xa6\xfb\x54\x86\xee\xda\x0e\x49\x92\x9e\xbc\x7b\x7e\x7a\x3c\xbd\x7e\xc4\xe2\xf1\x13\xcc\x23\x2d\xfa\xbe\x39\x1c\x6f\xe3\x44\xd7\xc6\xdb\x1e\xf2\xb8\xdf\xcc\xc3\x52\x03\x20\xfd\x46\x17\x37\x4e\xe1\x06\x0f\x1f\x4c\x7f\xa6\x77\x60\xc8\xb2\xfe\x25\x18\x0a\xce\x5f\xe0\xe1\xf9\x09\x57\xf5\x38\x0f\xc3\x1f\xba\x92\x9f\x40\x8b\x46\xde\xc8\x98\xa4\xfb\x97\x76\xf8\xdc\x5e\x09\xfe\x0b\xf3\x26\xab\xb2\xf8\x46\x61\x74\xbd\x07\x7c\xaf\x54\xf9\x4f\x7e\xbd\x0d\x04\xb8\x14\xf9\x71\x6a\x0e\xf0\x13\x01\x15\x64\xba\x50\xd9\xaf\x45\xff\xfe\xd2\x9b\xd5\x85\x65\x8c\xdf\x39\xd3\xfd\x6e\x43\xb2\xcb\x14\x6e\x6a\xd0\xd5\x96\x31\x2b\x18\xab\x64\x97\x2b\x85\x35\xe8\x52\x0b\x66\x8c\x1b\x46\xcc\x6b\x28\x4b\x55\x24\x3b\x6b\xa3\x63\x2b\xd8\x31\xe6\x82\x24\x8e\x92\x19\x8d\xb0\x58\xd0\xb2\xa5\x62\xcc\xcf\x22\x47\x16\x0b\x2a\x61\x5b\x43\xa1\x04\xf5\x99\x83\xc8\x31\xda\x30\x4a\x3d\x1d\x6b\x6f\x98\x49\x92\x20\xf2\x5f\xbc\x37\x93\x14\x6b\x73\xa1\xf5\x17\x92\xf0\xdb\x1a\x78\xe0\xe3\xb7\xb1\x07\x25\x0a\x72\xfc\x2a\x2a\x9b\xa8\x68\xf6\x64\xa2\x14\x51\x29\xd9\x93\x49\x5f\x5c\xc7\x5a\x55\xb1\x47\x32\x62\x2b\x0a\x72\xd4\xb2\x58\x72\xc4\x73\x65\xc2\xaf\x68\xbd\xd8\x6e\x0e\x81\xfc\x24\x6f\x48\xae\x8e\xaf\xc3\x79\x5a\xdf\xe9\xd0\x0f\xbc\x4b\xbe\xbf\x01\x00\x00\xff\xff\x18\xd8\x4a\x05\xd3\x02\x00\x00"); +var _feebg =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x44\xd4\x41\x6b\xdb\x4c\x10\x06\xe0\xbb\x7e\xc5\x1e\xf3\x1d\xbe\x7a\x57\xab\xd1\x4a\x10\x0c\x8d\x0d\xa9\x09\x69\x4b\xdd\xa6\x85\xd2\x83\xa4\x1d\x19\x41\x2d\x09\x59\x3e\xf8\xdf\x97\x99\x77\xeb\x1e\xc2\x24\x0f\x3b\x3b\xf3\x2a\x48\x9b\xdd\x61\x7f\x18\x87\xd5\x6c\x3e\x2f\x53\x77\xe4\xd5\xf4\xc3\x18\x17\xbe\x4c\xd7\xa5\x63\xd3\xf2\x69\x18\xb3\xcc\xe5\x26\x0e\xdd\xfa\xf7\x4f\x2d\xdd\xb9\x99\xb3\x6c\xf3\xfc\xf4\x92\xbf\xfc\xff\xc1\x5c\x2f\x9c\x64\x77\xd8\x1f\x6f\x97\x95\xcf\x87\xb1\x9f\x8c\x47\x67\xbc\xce\xa9\xdb\x98\xcd\x17\x3e\x0d\x97\x75\xb9\x99\x87\xf7\x71\x6a\xf9\x3f\x13\xb9\x17\xff\xb4\x44\x5e\x86\xf1\x64\x1e\x9e\x9f\xdc\x5d\x8f\xd7\x79\xfe\xcd\x67\x1e\x57\x43\x6a\x3c\x46\xad\xd9\x66\xf7\xda\xcc\x1f\x9b\x33\x9b\xb4\xc6\x9b\xba\xf2\x1b\x2f\x97\x61\x1a\x8d\x7b\x67\x6d\xf9\x8f\xbf\xde\x66\x36\x2e\xb5\xff\xf8\x76\xd8\x9b\x9f\xce\x38\x6b\x72\x2a\xad\xfd\x95\xfc\xfb\xeb\x14\xef\xa7\x0a\x87\xc5\xbb\x21\x2e\xcd\x78\xe2\xec\xb1\x71\x4d\xbe\x35\xa9\x50\x20\x15\x0f\xf1\x22\x85\x4a\x03\x69\xb6\x86\xea\x4a\xa5\x85\x74\x5b\x13\x82\xc5\xa1\x08\x8a\x72\xa8\x16\x69\x71\x75\xdb\x6f\x0d\x55\xb9\x48\xcf\x2a\x52\x42\xb0\x65\xf6\xd8\xf8\xc6\x09\x69\xa1\x50\xa9\x54\x90\x5a\xda\xac\x4a\x07\xe9\xe4\x8c\x57\x61\x08\x2e\x0a\x42\xad\x2e\xe9\xdb\x56\x0e\xe9\xd5\x6d\x84\x44\x3d\xa4\x77\xcb\x2e\xa9\x50\x90\x25\x7d\xd4\x24\x5a\x42\xb0\x20\xf4\x45\xed\x73\xba\x41\x44\x9f\x94\xd2\xaa\xf4\xe8\x93\x42\xb5\x8e\xeb\xd1\xd6\xeb\x03\xd0\x95\x10\xd7\x23\xae\x73\xd9\x63\x53\x20\xae\x96\x3c\xf7\x54\xab\x79\x98\x57\x2b\x71\x8e\x60\xa4\x16\xac\x5a\x80\x05\x9c\x83\xd5\xb0\x1a\x26\x21\x8b\x0e\xf7\x75\xe9\x3e\x9d\xc1\x30\x86\x85\x5c\x0d\x33\x38\xcd\x28\xd4\x30\x83\x31\x43\x1f\x76\xc1\x0c\x63\x98\xec\x47\xc8\x41\x29\x87\x3e\x6f\x42\x0e\x4a\x39\xf4\x9f\x49\xc8\x41\x29\x47\x45\x6a\x01\x96\x66\x04\xb5\x1a\x86\x1c\x95\xcc\x25\xe4\xa0\x94\xa3\x92\xfd\x08\x39\x28\xe5\xa8\xb4\x17\x39\x28\xe5\xa8\x6a\x35\xcc\x48\x39\x2a\xdd\x05\x39\x28\xe5\xa8\x64\xe7\xba\xb4\x62\x5a\xf2\xdc\xd7\x85\xbc\x91\xf7\xd7\x43\x7e\x97\x0f\xc1\xfd\xdd\xec\xae\xcb\xc2\xe3\xaa\x9f\x01\x7d\x07\xe5\xbd\x1a\x46\xbe\x7f\x64\xe6\x69\x96\x2e\xfd\xf9\x13\x00\x00\xff\xff\xa0\x8a\xa9\xe1\x90\x04\x00\x00"); +func _afd ()(*asset ,error ){_ebg ,_fcgg :=_ggb ();if _fcgg !=nil {return nil ,_fcgg ;};_ccf :=bindataFileInfo {_dae :"Add-V",_fb :1483,_ae :_be .FileMode (436),_g :_a .Unix (1580491110,0)};_cgc :=&asset {_dd :_ebg ,_ef :_ccf };return _cgc ,nil ;};var _egfd =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\xd5\x4d\x8b\x5b\x37\x14\x06\xe0\xbd\x7e\x85\x96\xe9\xa2\xb5\x74\x3e\x25\x10\x17\x9a\x0f\xd2\x59\xa4\x29\x4d\xd3\x16\x4a\x17\x1e\x5f\x79\x30\x74\x6c\x63\x7b\x16\xf9\xf7\xe5\x9c\xe3\xa4\xd0\xc5\xe0\x99\xd7\xd2\x3b\x57\x8f\xc4\xd5\xe6\xcd\xc3\xdb\x87\xe3\xe1\x96\x37\xbf\x5c\x4e\xbb\x4f\xf3\x96\xf7\x87\xe3\x7a\x99\xd7\xd3\xcb\x65\x37\xf3\xe3\x7c\x3a\x1c\x53\xaa\x90\xd7\xc3\xee\xf6\xf5\x4f\xff\xd8\x3d\x6f\xcf\x29\xd9\xfc\x4f\x5f\xae\xb7\xf9\xfc\x70\xdc\x9f\x32\xc6\xb8\xf5\xe5\x7c\x1f\x9b\xf3\xe6\xd7\xf9\x74\xb8\xde\x2e\x5f\xf2\xab\x1f\xd7\xd3\xe3\xfc\x2e\xaf\x73\x6f\xf9\xc7\xcb\x3a\x2f\x87\xe3\x53\x7e\xf5\xfe\x75\xfd\x96\x7e\x7a\x39\x9f\xff\x99\xcf\xf3\x78\xcb\xc5\xb3\x79\x5c\xfd\x33\x6d\xde\x7c\xd8\x9e\x7f\xde\x3e\xcf\xbc\x79\xff\xfa\xfb\x9f\x3c\xf4\xec\xf7\x79\xb9\x1e\x4e\xc7\xdc\x7f\x28\x45\xfe\x8b\x7f\xfb\x72\x9e\xb9\xde\xe7\x7e\x7e\x78\xfb\x71\xbf\xbf\xce\x5b\x86\x12\xbd\x9b\x3f\x3f\x3f\xbc\xcd\x7f\xd5\x5c\x4b\x06\x46\x81\xbf\xef\x43\xff\xf8\x70\x5a\xe7\xfd\x9f\xa7\x1a\xeb\xd8\x9d\xd6\x79\x3d\x6f\x77\xf3\xb2\x3d\x3e\xcd\x94\xf3\x80\x0a\x75\xc9\x43\xdf\xe9\xbb\xc5\x9e\xf1\x7f\x23\x52\x6b\xf7\x99\x87\x35\x92\xaf\x33\xa0\xea\x5c\x72\x97\x34\x00\xd0\x03\x10\x58\x72\xed\xc5\x12\xe1\x48\xe6\x92\x81\x3c\xd1\x18\xa3\xbb\x25\x03\x5b\x82\x51\x83\x56\x03\x02\x69\x00\x45\x42\x8a\x4b\x46\xb6\x66\x8e\x84\x55\x96\x4c\xd8\xd3\x00\x89\x44\xb0\x2d\x99\x81\x2d\xa1\x48\x94\x97\xcc\x64\x63\x34\xc6\xa8\x7d\x21\xc5\x9a\x95\x23\xb1\x87\x10\xb4\x59\x2d\xc6\x34\x2a\x4b\x16\x69\x96\x90\x3f\x73\x93\xed\x92\xb5\xd8\x13\x76\x20\x4b\xba\xec\x97\xac\x68\x63\xb6\x31\x6b\x6b\xcf\xdc\x2a\xa5\x01\x8f\x91\x3c\x5a\x4f\x2f\x2d\x0d\x2c\x9e\x60\x71\x1e\x5b\x3b\x06\x18\x3a\x58\x2d\x48\x69\x20\x44\x04\x1e\x55\xb0\x79\xe1\x81\xee\x51\x01\x20\x0d\x0c\x10\x24\x8f\xb0\x4a\x1a\x18\x22\xc8\x1e\x51\xb5\xfa\x20\x41\xf1\x88\x8b\xd5\x87\x00\x6a\x44\xdd\xea\x63\xc1\xd8\x3c\x92\x6e\xf5\x3d\xa2\xee\x91\x36\xab\x8f\x05\xa2\x2f\xb0\xb6\x66\xf5\xb1\x42\x7c\xf4\xa8\xab\xd5\xef\x22\xda\xf9\xd6\x15\xd3\xc3\x35\xa2\xd5\xa3\x6a\xdb\x89\x33\xa2\xe9\x11\xd8\x7e\xe2\x3e\xa2\xbd\x47\x68\xc7\x80\x82\x8b\x9c\x0b\x88\x28\x0d\x0a\x2f\x72\x2f\x60\x83\xa7\xf0\x22\x88\xc3\x82\x90\x06\x85\x17\xc5\xf9\x51\x90\x34\x28\xbc\xc8\xbd\xa0\x81\xd5\x87\x17\xb9\x17\x74\xdb\x32\x0a\x2f\x72\x2f\x2c\xb6\x67\x14\x5e\xe4\x5e\x58\xed\xc8\x50\x78\x51\x8b\xc8\xce\x39\x85\x17\xb9\x17\x82\x1d\x74\x0a\x2f\x72\x2f\xc4\x66\xf5\xe1\x45\xee\x85\xa4\x56\x1f\x5e\xe4\x5e\xc8\x6a\xf5\xe1\x45\xee\x85\x22\x56\x1f\x5e\xe4\x5e\xa8\x62\xf5\xe1\x45\xee\x85\x8d\x29\x0d\x0e\x2f\x76\x2f\xec\xd4\xd2\xe0\xf0\x62\xf7\xa2\x42\x90\x06\x87\x17\xbb\x17\x55\x94\x34\x38\xbc\xd8\xbd\x08\xb0\xa4\xc1\xe1\xc5\xee\x45\x08\x56\x1f\x5e\xec\x5e\x44\xd5\xea\xc3\x8b\xdd\x8b\xb8\x5a\x7d\x78\xb1\x6a\x5f\x32\x49\xb1\xfa\xf0\x62\xf7\x22\xe9\x9c\x06\x87\x17\xbb\x17\x69\xeb\x69\x70\x78\xb1\x7b\x51\x6b\x98\x06\x87\x17\xbb\x17\x75\xd5\x34\x38\xbc\xd8\xbd\xb8\x68\x4d\x83\xc3\x8b\xdd\x8b\xab\x58\x7d\x78\xb1\x7b\x31\xb0\xd5\x87\x17\xbb\x17\x23\x63\x1a\x12\x5e\xe2\x5e\x4c\xa4\x69\x48\x78\x89\x7b\x31\x53\x4d\x43\xc2\x4b\xdc\x8b\xfd\x0d\x21\xe1\x25\xee\xc5\x0a\x3d\x0d\x09\x2f\x71\x2f\x6e\x60\xf5\xe1\x25\xee\xc5\xbd\x5a\x7d\x78\x89\x7b\x49\xa9\x56\x1f\x5e\xe2\xe7\x4b\x6a\xb1\xfa\xf0\x92\x16\x51\xb7\xfa\xf0\x12\xf7\x12\xe8\x56\x1f\x5e\xe2\x5e\x82\xcd\xea\xc3\x4b\xdc\x4b\xa8\x59\x7d\x78\x89\x7b\x09\xab\xd5\x87\x97\xb8\x97\x88\x58\x7d\x78\x89\x7b\x89\x8a\xd5\x87\x97\xb8\x97\x34\xd6\x34\x34\xbc\xd4\xbd\xa4\x73\x4d\x43\xef\x57\x84\x7b\x69\x21\x4e\x43\xc3\x4b\xdd\x4b\xab\xbd\x99\x35\xbc\xd4\xbd\x14\x10\xd3\xd0\xf0\x52\xf7\x52\x04\xab\x0f\x2f\x75\x2f\xfb\x3e\x0d\x0d\x2f\x75\x2f\xe5\x6a\xf5\xe1\xa5\xee\xa5\x52\xba\xdf\x4c\x5f\x6f\x20\xfb\xdd\x2e\xed\x6f\xf7\xe8\xee\xe5\x72\x99\xc7\x9b\x5f\xd9\x7e\x65\xda\x9d\x77\x38\xce\x6f\xd7\xff\xf9\x74\xb6\x59\xfe\xf3\x6f\x00\x00\x00\xff\xff\xa2\x28\xe2\xe9\x2a\x08\x00\x00"); +func _ccfe ()(*asset ,error ){_daec ,_egdc :=_gdfbd ();if _egdc !=nil {return nil ,_egdc ;};_bdfd :=bindataFileInfo {_dae :"GBT-EUC-V",_fb :785,_ae :_be .FileMode (436),_g :_a .Unix (1580492205,0)};_acea :=&asset {_dd :_daec ,_ef :_bdfd };return _acea ,nil ; +};func _dfdd ()(*asset ,error ){_dbde ,_ebeff :=_fdgaa ();if _ebeff !=nil {return nil ,_ebeff ;};_bdgb :=bindataFileInfo {_dae :"UniJISX0213-UTF32-V",_fb :4404,_ae :_be .FileMode (436),_g :_a .Unix (1580493008,0)};_agdbd :=&asset {_dd :_dbde ,_ef :_bdgb }; +return _agdbd ,nil ;};func _ceg ()([]byte ,error ){return _c (_ga ,"78-EUC-V")};var _gca =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\xd5\x4f\x6b\xeb\x46\x14\x05\xf0\xbd\x3e\xc5\x2c\x5f\x17\xaf\x99\xfb\x67\x46\x23\x10\x81\x47\xc2\x83\x2c\xde\x6b\x69\xfa\x0f\x4a\x17\x8e\x35\x0e\x86\x46\x36\x8e\xb3\xc8\xb7\x2f\xe7\x1e\x3b\x85\x2e\x82\xa3\x13\xe9\x4a\xf9\x1d\x8f\xe6\xe6\xee\xe1\xfe\x61\xdd\x9f\xd3\xcd\xcf\xa7\xc3\xf6\xb1\x9f\xd3\x6e\xbf\x2e\xa7\xfe\x7a\x78\x3b\x6d\x7b\x7a\xea\xcf\xfb\x75\x18\x44\xd3\xb2\xdf\x9e\xaf\x87\xf1\xb1\x7d\xd9\x1c\x87\x01\xd7\x3f\xbe\xbf\x9e\xfb\xcb\xc3\xba\x3b\x24\xe3\x79\xcb\xdb\xf1\x72\x6e\x4a\x37\xbf\xf4\xe7\xfd\xeb\xf9\xf4\x9e\x3e\x7d\x59\x0e\x4f\xfd\x87\xb4\xf4\x1d\xf2\x9f\x4e\x4b\x3f\xed\xd7\xe7\xf4\xe9\xee\xfb\xa3\x7c\xc4\x8f\x6f\xc7\xe3\x3f\xfd\xa5\xaf\xe7\xe4\x91\xf5\x75\x89\xcf\xe1\xe6\xee\xdb\xe6\xf8\x7d\xf3\xd2\xd3\x4d\x4c\xfa\x8c\xeb\x3e\xf3\xa4\xf8\xdb\xef\xfd\xf4\xba\x3f\xac\x49\x7e\xcc\xb9\xfe\x17\xff\xfa\x7e\xec\x49\x2e\x33\xfe\xfc\xed\xe1\x3e\xfd\x25\x49\x72\xd2\x52\xa6\xf2\xf7\x25\xff\xe3\xdb\x61\xe9\x29\x5f\xef\xf4\x70\x7f\x77\x78\x5b\xcf\x49\xda\x54\x0b\x43\xe1\xbf\xb4\x3d\x2c\xfd\xf5\xb8\xd9\xf6\xd3\x66\x7d\xee\x43\x4a\x73\xce\x39\xdf\xa6\xd9\xbf\x7c\xfd\x7a\x8b\xa7\xfd\xdf\x19\xc3\x58\x2e\x57\xee\x17\x26\xd7\x2b\x72\xde\xed\x6e\x53\x1e\xe6\x2c\x3c\x16\x1c\x6b\xa9\xc3\x9c\x95\x89\x22\x29\xa2\xc3\x9c\x8d\x89\x21\x19\x6b\x1b\xe6\xec\x4c\x1c\x89\x64\xf5\x61\xce\x85\x51\x89\x48\x1b\x66\x57\x46\x35\xa2\x62\x18\x3e\x32\x1a\x23\x1a\x27\x4c\x6f\x8c\x5a\x3c\x41\x76\x8c\x9f\x18\x4d\x11\x59\xc6\xf8\x0d\xa3\xcd\xe5\x39\x31\xfe\x89\xd1\x53\x44\x4d\x30\x7e\xcb\x68\x8b\xc8\xf2\x88\xf1\x0b\xa3\x25\x22\x53\x8c\xef\x8c\x7a\x44\xa5\x61\xfc\x8e\xd1\x2e\xa2\xe6\x79\x98\x85\x52\x12\x52\x9e\xa7\x3a\xcc\x42\x2c\x09\x2c\xb7\xa2\xc3\x2c\xd4\x92\xd0\xf2\x9a\xdb\x30\x0b\xb9\x24\xb8\xbc\x55\x1f\x66\xa1\x97\xf8\xc5\x14\xe3\xe9\x25\xe1\x55\x6c\xc4\x78\x7a\x49\x78\x95\x6a\x18\x4f\x2f\x09\xaf\xd2\x1a\xc6\xd3\x4b\xc2\xab\x8a\x63\x3c\xbd\x24\xbc\xaa\x67\x8c\xa7\x97\x84\x57\xad\x28\x56\xe8\x25\xe1\x55\x27\x34\x2b\xf4\x92\xf0\x1a\x05\xd5\x0a\xbd\x24\xbc\x46\x47\xb5\x42\x2f\xe9\x97\xfe\x31\x9e\x5e\x12\x5e\xe3\x84\x6a\x95\x5e\x1a\x5e\x4d\x50\xad\xd2\x4b\xc3\xab\x39\xaa\x55\x7a\x69\x78\xb5\x11\xd5\x2a\xbd\x34\xbc\xda\x84\x6a\x95\x5e\x1a\x5e\x93\xa2\x5a\xa5\x97\x86\xd7\xe4\xa8\x56\xe9\xa5\xe1\x35\x8d\xa8\x56\xe9\xa5\xe1\x35\x4d\xa8\x56\xe9\xa5\xed\xfa\x5d\xc5\x7c\x82\xe9\xc4\xcc\x51\xae\x52\x4c\x37\xcc\x46\xb4\xab\x24\xd3\x20\x43\xfb\xb8\x05\xcd\x74\xcb\x4c\xd1\xaf\x12\x4d\x17\x66\x05\x05\x2b\xd5\xb4\x33\x1b\xd1\xb0\x92\x4d\x77\x5c\x24\x19\x15\x1b\xdd\x2c\x33\x53\x74\x6c\x84\x33\x61\x56\x50\xb2\x51\xce\xf4\xba\xc0\xf2\x30\x1b\xe9\x2c\xe8\xc4\x32\x6a\x36\xda\x19\xd7\xa6\x19\x7a\x36\xe2\x19\x17\xa7\x15\x14\x6d\xd4\x33\xae\x4e\x6b\x68\xda\xc8\x67\x5c\x9e\x9e\x51\xb5\xd1\xcf\xe8\xe7\x86\xae\x8d\x7e\x46\x3f\x2f\x28\xdb\xe8\x67\xf4\xf3\x86\xb6\x8d\x7e\x46\xbf\x22\xa8\xdb\xe8\x67\xdb\xeb\x5b\x01\xf7\xa0\x9f\xd1\xaf\x54\x14\x6e\xf4\x33\xfa\x95\x86\xc6\x8d\x7e\x46\xbf\x2a\xa8\xdc\x2f\xef\x40\xfa\x55\x43\xe7\x4e\x3f\xa7\x5f\xad\xe8\xdc\xe9\xe7\xf4\xab\x0d\x9d\x3b\xfd\x9c\x7e\xa3\xa0\x73\xa7\x9f\xd3\x6f\x74\x74\xee\xf4\x73\xfa\x8d\x15\x9d\x3b\xfd\xbc\x5e\x5f\x65\xb8\x07\xfd\x9c\x7e\x4d\xd0\xb9\xd3\xcf\xe9\xd7\x1c\x9d\x3b\xfd\x9c\x7e\xad\xa2\x73\xa7\x9f\x6f\xc4\x91\x4d\xee\xf1\x46\xbf\xbe\xb9\xf1\x3b\xf6\xbd\x8f\x9d\x68\xfb\x76\x3a\xf5\xf5\x1c\xbb\x5e\x6c\x36\xd8\x2b\xf6\x6b\xff\xd8\x41\x8f\x87\x23\xae\x8a\x9f\x7f\x03\x00\x00\xff\xff\xcd\x63\xbe\x49\x6d\x07\x00\x00"); +func _ecfa ()([]byte ,error ){return _c (_edfdf ,"Katakana")};func _fbd ()(*asset ,error ){_gaab ,_fgad :=_eefa ();if _fgad !=nil {return nil ,_fgad ;};_cdgd :=bindataFileInfo {_dae :"Adobe-Korea1-UCS2",_fb :144546,_ae :_be .FileMode (436),_g :_a .Unix (1580490590,0)}; +_cca :=&asset {_dd :_gaab ,_ef :_cdgd };return _cca ,nil ;};func _adc ()(*asset ,error ){_bgcf ,_cgbf :=_afff ();if _cgbf !=nil {return nil ,_cgbf ;};_caec :=bindataFileInfo {_dae :"GBK-EUC-H",_fb :80859,_ae :_be .FileMode (436),_g :_a .Unix (1580492080,0)}; +_dcdc :=&asset {_dd :_bgcf ,_ef :_caec };return _dcdc ,nil ;};func _eba ()([]byte ,error ){return _c (_fef ,"CNS1-H")};func _febf ()(*asset ,error ){_agaf ,_debg :=_def ();if _debg !=nil {return nil ,_debg ;};_fee :=bindataFileInfo {_dae :"Adobe-KR-5",_fb :1333,_ae :_be .FileMode (436),_g :_a .Unix (1580491432,0)}; +_ggae :=&asset {_dd :_agaf ,_ef :_fee };return _ggae ,nil ;};var _gbdg =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x64\x97\x4d\x6b\x24\x37\x10\x86\xef\xf3\x2b\xfa\xb8\x39\x6c\xac\xcf\x96\x04\x8b\x21\xec\x12\xe2\x85\x4d\x42\xbc\xbb\x09\x84\x1c\x5a\x2d\xb5\x33\x10\xcf\x0c\xe3\xf1\xc1\xff\x3e\xe8\xad\xb7\x66\x71\x72\x30\xee\xa7\x4a\x5d\x1f\x52\xa9\xaa\xe7\xe6\xfd\xdd\x87\xbb\xc3\xfe\x32\xdd\xfc\x7a\x3e\xae\xf7\xfd\x32\x6d\xfb\x43\x3b\xf7\xa7\xe3\xf3\x79\xed\x53\xed\x0f\xfb\xc3\x6e\x67\xdd\xd4\xf6\xeb\x45\x11\xff\xd6\xc7\xe5\xb4\xdb\xdd\x7c\x39\xec\x3f\xde\xdd\x3b\x63\xc2\xdb\x2f\x9f\x7f\xcc\x6f\x7f\x9a\x9e\x9f\x3a\x75\xef\xef\x3e\xdc\xbf\x3c\x5d\xfa\xe3\xdd\x61\x3b\x4e\x5e\x6c\xb4\xe7\x13\xed\x4c\xd3\xcd\x6f\xfd\x61\xff\x74\x39\xbf\x4c\x6f\x7e\x68\xc7\xda\xbf\x9b\x5a\xdf\x86\xfc\x97\x73\xeb\xe7\xfd\xe1\x61\x7a\xf3\x71\x39\x2d\x07\x7b\x55\xdc\x3f\x9f\x4e\xff\xf4\xc7\x7e\xb8\x4c\x09\xb2\x7e\x68\xf8\xbf\xbb\x79\xff\x69\x39\xfd\xbc\x3c\xf6\xe9\x7f\x31\x7d\xc5\x0a\x2c\xf8\xda\xcf\x4f\xfb\xe3\x61\xb2\xdf\x1b\x33\x7f\x13\x7f\x7e\x39\xf5\xc9\xd2\xd0\x1f\x5f\xee\x3e\x4c\x7f\xda\xc9\x9a\xc9\xc5\xd9\xbb\xbf\x28\xff\xfd\xd3\xb1\x5d\x57\x59\x63\x24\x8d\x75\xdf\xd6\xbf\x97\xf3\xee\xdd\xea\xaa\xb9\x9d\xb2\x9b\xcb\xee\x5d\x77\xd9\x14\x73\x3b\xa5\x5c\x3c\x29\x82\x1c\x69\x06\x45\xa1\x45\x74\x99\x24\xba\x24\x54\xdd\xb0\x99\x68\xa5\xfa\x41\x59\x68\x86\x07\x9f\x09\x76\xc0\x4c\x70\x03\x0a\xc1\x0f\x10\x7b\x29\x87\xdb\x29\x7b\x6b\x49\x11\x64\x48\x33\x48\x62\x4c\x23\x8e\x6c\xae\x94\x40\x81\x94\x41\xb4\xb2\x14\x90\x44\xd5\x4b\xbd\x9d\xac\xb3\x21\x13\x57\xe0\xac\xd8\x44\x9b\x88\x1d\x18\x0d\x71\x7b\xb5\x78\x31\xb2\xb8\x10\xad\x2c\x9e\x89\xee\xf5\x62\x2f\xda\x48\x0c\x82\xaa\x8d\xaf\x17\xcf\xa2\x65\x18\xc8\xee\x9b\x32\x83\x54\x57\x40\xea\x74\x79\x6d\xa7\x0e\x65\x72\xa4\x15\x64\x49\x0d\x84\xd4\x4a\xc8\xeb\xed\x94\x82\x1c\x79\x09\xb9\x81\x12\xa9\x83\x66\xd2\x06\xca\x42\x38\xe4\x68\x3c\xc9\x82\x68\x05\xc7\x1c\x4d\x20\x79\x10\xad\x94\x00\x2b\x96\x14\x41\x6a\x65\x06\x39\x52\x02\xa9\x95\x0c\x2a\xa4\x02\x9b\x6a\x65\x01\x31\xa3\x71\xd0\x29\x1a\xb5\x32\xf2\x8b\x4e\x3d\x34\x10\xf3\x1b\xa7\x9c\xa2\xd3\xa8\x37\x10\xfd\x2d\xc8\xcf\x31\xea\x05\xf9\x39\x7a\x5f\x90\x9f\xe3\x4e\xe0\x9a\x44\x4f\x2b\xb8\x26\xd1\xd3\xdf\x38\xc0\x14\x3d\x63\x19\x07\x98\xa2\x57\x0f\xc8\xc1\x33\x96\x05\x39\x78\xf5\x87\x1c\xbc\x7a\x40\x0e\x96\x1e\x2a\x22\xb3\x5c\x59\x03\xb2\xa5\x95\x0a\x0f\x46\xde\x8b\x19\x2b\x83\x25\x21\x87\x60\x48\xc8\x21\x38\x12\xce\x48\xaa\xbf\xc4\x0c\x9b\x52\xde\x25\x66\xe4\x17\x66\x12\xf2\x0b\xea\x01\xf9\x45\x4f\x82\xf7\x28\x36\xf3\xd8\xf9\xec\x9c\x25\x8d\xaa\x73\xb6\x90\x3a\x74\xba\x72\x03\x49\x64\x6b\x96\xfb\x93\xc4\x05\x6e\x57\x76\x66\xbc\xe8\xb3\xc1\x71\x66\x14\xc5\xa0\x71\x9c\x05\x17\x6f\xd0\x06\x4a\x20\x8b\x74\x8b\xcd\x24\x0f\x2a\xa4\x91\x52\x81\xc3\x41\x09\x64\x49\x05\xe4\x84\x16\xbc\x87\xf2\xf1\xa3\xc3\x81\x02\x49\xac\x44\x92\x58\x99\x49\x1d\x94\xc6\x20\xd0\x56\xbc\xcb\xf1\x3f\xbd\x79\xac\x1c\xe5\x9a\x5d\x72\x24\x6c\x5a\x92\x58\x1c\x1a\xcd\xec\xbd\x22\x52\x72\x99\x24\xc1\x14\x12\x82\xf1\x86\x84\x60\xae\xef\x21\x25\x2f\x2e\xbc\x24\xe1\x25\x25\x2f\x56\x7c\x20\x89\x95\x48\x12\x2b\x33\x09\x29\x79\xd9\x5e\x5f\xe5\x20\xc4\x43\xad\xdb\xed\xe4\xbc\x89\x12\xcc\x3a\x0a\x2f\xfb\x68\x48\x63\x3a\x78\x9f\x49\xa3\x01\xda\x32\xab\x12\xad\x9e\xd1\xac\xa3\xba\x86\xd2\x12\x93\x60\x24\x66\x41\x5d\x5c\x04\xd5\xf0\x22\x38\x13\x2b\x30\xa9\x9f\x55\xd0\x11\xa5\x72\xa8\x44\x53\x2a\x81\x5e\x0b\x42\x0a\xaa\xc3\xf4\xf1\x4a\x12\x51\x56\xcc\x50\x32\xed\x22\x01\x65\xfa\x40\x91\xfb\xc8\x68\x47\xd3\xc8\x9e\xc7\xb5\x2e\xd8\x93\xc0\xd0\x17\xd9\x13\xee\xe6\x8a\xa1\x60\x4b\xd1\x37\x67\xc4\xaa\x4a\x1c\x4a\xe0\x96\x8c\xb6\x91\x3d\x6f\xc0\x8a\xb6\x51\xae\x1e\x9b\x98\xa1\xcb\x6a\xb1\x94\x2e\x2b\x6e\x99\x31\xb4\x53\xe5\x8c\x02\x09\x1e\x43\x22\x25\x2c\xb5\xaa\xcc\x82\xf4\x59\x0b\x32\xa1\xcf\xba\x88\x52\x5f\xad\x50\x6a\x04\xab\x28\xb9\x79\xb5\x09\x4a\x44\x2d\x63\xaa\x1a\xde\xbc\x96\xad\x68\x0b\x11\xdb\xc7\x90\xda\x28\x8c\xec\xa3\x92\x44\xe4\x14\x51\xee\x3c\xbf\x36\xca\x22\x95\x18\x48\x38\x77\x46\xdb\x32\x4e\x88\x25\xdd\x30\xc4\x0a\xcf\xa4\x15\xd9\x20\x6e\x49\x2b\x5e\x50\xb5\x41\x30\x12\x11\x4f\xe0\xda\x8a\x4f\x0d\x73\x45\x49\x5b\x9d\x32\xed\xc0\x3c\x6b\x17\xb4\xc4\x0d\x65\x32\x5e\xdd\x2a\xaa\x36\x3b\x54\xf8\x20\x74\xcd\x44\x5d\x91\x91\x8f\x21\x38\x10\x99\x61\xe3\xb7\x8a\x8d\x4f\x05\xe3\x79\x10\x74\x86\x2f\x0e\x17\x29\x17\x03\x6a\x45\x56\x46\x92\x5c\xeb\x99\x24\xef\x29\xf5\x6b\xef\xdd\xea\x86\xc6\x91\x73\x79\xd5\xe1\x7c\xba\x76\xb8\xf3\x72\x78\xe8\xf2\xc5\x31\x26\x96\x3c\x58\xf4\xb3\xa8\xdf\x1e\x22\x2f\x01\xbd\x3a\x64\x8e\xf3\x71\xd4\xf2\x30\x5c\x84\xc4\xa9\x3b\x1a\x87\x3c\xe0\xa3\x21\xeb\x27\xcb\xac\x62\x7c\x2f\x64\x4e\xde\x51\x13\xf2\x50\x20\x56\x23\x8b\x8a\x2b\xc4\x3a\x7d\x3d\xc5\x0b\x46\x9f\x67\x80\xe3\x06\xc9\x03\xbe\x0d\xac\x4e\x59\x4b\x71\xc5\xd8\xe4\xe0\x0a\x35\xaa\x18\x53\xd1\xd0\xe5\xb8\x20\xf2\x80\xa1\x6e\xf9\x31\x50\xd5\x36\x8e\x23\x06\x9d\xa1\x5c\x1d\x51\xb7\x91\x1d\xca\x64\xb8\x1c\x0f\x0e\xdb\x9e\x28\xce\x14\x4b\xed\x1a\x8a\x4b\x50\x31\xfa\xb9\xb1\x14\xcf\x2a\x4e\x38\x07\xa7\x43\xf5\x6a\xa5\xa0\xa4\xd8\xcf\x5c\x89\x22\x77\xe8\x81\x6e\xe6\x90\xa8\x14\x7b\x69\x13\xbc\x12\x49\x4e\x79\x3c\x14\x99\x5a\x9e\xf2\x45\xe5\x1b\xe4\xbc\x16\xab\xa6\x24\x03\xdf\x16\xed\x4c\xa3\xca\xa5\x7f\x7a\x69\xd9\x6c\x2d\x65\x51\xb9\xf4\xb5\x4c\x3b\x63\xec\x4b\xbf\xb3\x22\xd7\xa6\x9a\x55\x2e\x6d\xb9\x68\x93\x54\xfb\x55\x1a\x8e\x61\xbb\xae\x41\xe5\x51\xe4\xda\x29\xaf\xeb\x37\x69\x33\xda\x58\xbc\xc8\x1b\x86\x96\x33\x4e\x9b\x4a\x55\xb9\xdc\x7b\xa7\xfd\x8d\x71\xb6\x22\x7e\x39\x52\x9a\xee\x72\x2b\x62\x07\xbb\x3f\x6e\x3b\xe2\x1f\x0f\x05\xf7\xae\xf0\x16\x6e\x22\x6e\xfa\x2b\xc4\xf2\x06\xca\x85\x03\x8c\xdf\xb9\xd7\xdf\x9d\xeb\xf3\xf9\xdc\x0f\x17\xfc\xca\xc5\xaf\xca\xf1\x4b\x71\x7f\xe8\xd7\x5f\xd3\xa7\xe3\x69\xbc\x85\xbf\x7f\x03\x00\x00\xff\xff\x7a\x11\xd0\xb4\x79\x0f\x00\x00"); +var _febcg =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\x94\x41\x6b\xf3\x46\x10\x86\xef\xfb\x2b\xf6\xf8\xf5\x90\x7a\x67\x66\x25\xad\x40\x18\x4a\x42\xc0\x84\xb4\x25\x29\xed\x59\x96\x56\x46\x50\x4b\x42\x96\x0f\xf9\xf7\x65\xe6\x95\x53\xf8\x0e\x41\xd1\xe3\xdd\xd7\xcb\xf3\x7a\xe7\xf0\x7c\x7a\x39\x4d\xe3\xe6\x0f\x7f\xae\x73\xf7\x99\x37\x3f\x8c\x53\xbf\xe6\xdb\x7c\x5f\xbb\xec\xcf\xf9\x32\x4e\xce\x11\xfb\x7e\xec\xb6\xc7\xab\x3d\xba\x6b\xbb\x38\xa7\xfb\x3f\xbf\x6e\x5b\xbe\x9e\xa6\x61\xf6\x82\x75\xfd\x7d\xd9\xd7\x7a\x7f\xf8\xc8\x97\xf1\xb6\xad\x5f\xfe\xc7\x6f\xfd\x7c\xce\xbf\xf8\x3e\x0f\xca\xff\x58\xfb\xbc\x8e\xd3\xc5\xff\x78\xfb\xf8\x86\x9f\xf7\x65\xf9\x37\x5f\xf3\xb4\xf9\xd2\x58\x9e\x7a\x7b\xba\xc3\xf3\x7b\xbb\xfc\xde\x5e\xb3\x3f\x58\xce\xd3\xdb\xc7\x13\x96\xd8\x27\x7f\xe7\xf5\x36\xce\x93\xa7\x5f\x43\xe0\xff\xf1\x5f\x5f\x4b\xf6\xb4\x27\xfc\xf3\x3e\xf7\xd9\x87\x47\xde\xe9\xe5\x79\xbe\x4f\x9b\xa7\xc8\x92\x00\x09\xc7\xee\xe6\x3e\xdf\x96\xb6\xcb\x6b\x3b\x5d\xb2\xf3\xbe\x09\x21\x84\xa3\x6f\xa4\x7a\x7d\x3d\xea\x99\x7e\x5a\xe1\x8a\x72\xdf\x39\xf6\x20\x8f\x1d\x21\x0c\xc3\xd1\x07\xd7\x04\xc2\x3b\xe9\x3b\x17\xa5\x6b\x02\x83\xb0\x92\x82\xd8\x35\x41\x40\x44\x49\x55\x26\xd7\x84\x08\x12\x95\x50\xe0\xe8\x9a\x50\x00\x15\x86\x38\x69\x76\x09\x54\x1a\x2a\x44\xc3\x2b\xa0\xca\x50\x55\x6b\x7a\x02\x4a\x76\x82\x10\x35\xbe\x06\xaa\x0d\x49\xd0\xf8\x16\xa8\xdd\xcf\xa9\xf1\x67\xa0\xb3\xa1\x44\x1a\xdf\x01\x75\x8a\x24\x54\x1a\xdf\x03\xf5\x86\x84\x35\x3e\x03\x65\x43\x45\xd2\xf8\x01\x68\x30\x94\x62\x70\x0d\xc1\x14\x99\xa9\x18\xea\xd2\x35\x04\x59\x64\xb2\xa2\x14\xec\x1a\x82\x2d\x32\x5b\xb1\x0c\xc9\x35\x04\x5d\x64\xba\x62\x2a\xa3\x6b\x08\xbe\x28\xee\x4e\x35\x1e\xbe\xc8\x7c\x15\x52\x69\x3c\x7c\x91\xf9\x2a\x4a\xd1\x78\xf8\x22\xf3\x55\xa4\xa4\xf1\xf0\x45\xe6\xab\xa4\xa8\xf1\xf0\x45\xe6\xab\x8c\x41\xe3\xe1\x8b\xcc\x57\x59\x6a\xb1\x04\x5f\x64\xbe\xca\x5a\x9b\x25\xf8\x22\xf3\x55\x91\x56\x4b\xf0\x45\xe6\xab\x8a\x5a\x2d\xc1\x17\xe5\xbd\x7f\x8d\x87\x2f\x32\x5f\x55\xad\xd5\x32\x7c\xb1\xf9\x4a\xa4\xd5\x32\x7c\xb1\xf9\x4a\x51\xab\x65\xf8\x62\xf3\x95\x2a\xad\x96\xe1\x8b\xcd\x57\xaa\xb5\x5a\x86\x2f\x36\x5f\x35\x6b\xb5\x0c\x5f\x6c\xbe\xea\xa8\xd5\x32\x7c\xb1\xf9\xaa\x2b\xad\x96\xe1\x8b\xcd\x57\x5d\x6b\xb5\x0c\x5f\x9c\x1e\xbf\x55\xcd\x87\x30\xae\xc1\xa2\x96\xcb\x30\xc6\x2d\x58\xa5\xed\x32\x94\xb1\x29\xd3\xf6\xf5\x2b\xe0\x8c\x3b\x30\xd6\x7e\x19\xd2\xb8\x07\x2b\xb4\x60\x86\x35\xce\x60\x95\x36\xcc\xd0\xc6\x03\x2e\x49\xd0\x8a\x65\xbf\xc3\x01\x8c\xb5\x63\x81\x38\x21\xb0\x42\x4b\x16\x98\x13\x7e\x5c\xb0\xe0\x1a\x81\x3a\x31\x75\x24\x41\x6b\x16\xb8\x13\xdc\x4d\x11\xed\x59\x20\x4f\x70\x39\xa5\xd0\xa2\x05\xf6\x04\xb7\x53\x92\x36\x2d\xd5\x3e\x4f\xea\xfe\xe8\x29\x86\x14\x6c\xaa\x3c\xa6\x87\xfe\xaf\xf3\xf5\x7b\xe6\x75\xf7\x75\xcd\xd3\x66\xd3\xd5\x06\x9b\xce\xab\x71\xca\xdf\x93\x7a\x99\x17\xdd\x65\x7f\xff\x05\x00\x00\xff\xff\x7c\x8a\x82\xe4\xd5\x05\x00\x00"); +var _gffg =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\x9b\x4b\xaf\x65\xb7\x71\x85\xe7\xf7\x57\x9c\xa1\x33\x70\xb4\x37\x59\x7c\x01\x17\x17\x08\x64\x1b\x16\x0c\x27\x41\x14\xc7\x01\x82\x0c\xf8\x14\x1a\x88\x6e\x37\x5a\xad\x81\xff\x7d\x50\xeb\x3b\x96\xe2\x24\x88\x33\x10\x4a\xbd\x9a\x45\x16\x1f\x6b\x55\x91\xfb\xf4\x57\x5f\x7f\xf3\xab\x6f\xde\x3f\x7c\x79\x7c\xf5\x8f\x9f\x3f\xce\x6f\xf7\x97\xc7\xf9\xf0\xbe\x3e\xef\x1f\x3e\xfe\xf8\x79\xee\xc7\xd8\xdf\x7d\x78\x7f\x79\xb9\xc3\x63\x7d\x98\x5f\xfe\xfc\x47\x99\xf9\x7d\xff\xf4\xf2\xe2\xfe\xdf\xfe\xe9\x87\x2f\xfb\xfb\x6f\xde\xcf\xc7\x47\xa4\xdd\xfa\xf1\xd3\xb3\xed\xe3\xf1\xd5\x3f\xed\xef\x3e\xfc\xf0\xe5\xf3\x9f\x1e\xbf\xf8\xbb\xf5\x71\xec\xbf\x79\xac\x7d\x1c\xff\x87\xcf\x6b\x7f\xfe\xf0\xfe\xdd\xe3\x17\xbf\xfb\xf8\x79\xf7\xfb\xa7\xbf\xf8\xf6\xc7\x4f\x9f\xfe\x63\x7f\xbf\xdf\xbf\x3c\x6e\x61\xfb\x7d\xc9\xbe\x7c\xf5\xf5\xef\xfb\xa7\xbf\xef\xdf\xef\xc7\x57\xbf\xfb\xf6\xeb\xef\x7f\xf8\xe5\x1f\x7e\xfb\xf5\x2f\x7f\xfb\xc7\x5f\xfe\x56\x7f\xad\xbf\xfd\x97\xfd\xf9\x87\x0f\x1f\xdf\x1f\xf7\xf5\xb7\xd7\x95\x7f\xc6\xff\xf9\x4f\x9f\xf6\xb3\xbb\x97\xaf\xfe\xf5\x0f\xdf\xfc\xea\xf1\x6f\xf7\xe3\xbe\x1e\x21\xd9\x9d\xff\xfd\x89\xff\xf1\xf7\x1f\xd7\x7e\x5c\xfc\x29\x30\x85\xf9\x71\xed\x1f\x3e\xf5\xb9\x3f\xf7\xf7\xef\xf6\xcb\xe3\xf1\x7a\x5d\x6f\x8f\xc7\xe3\xb5\x5e\x6f\xfe\xa7\x7a\xdb\xfd\xf6\x78\xfd\xcd\xaf\x7f\xf3\xeb\x37\x8f\xf4\xbf\xb5\x7f\xb9\xe9\xe6\xfd\xe3\x97\xb5\x0f\x98\x7a\x78\xbd\xcf\xdb\xa3\x5e\xcd\xdc\xe9\xbf\xfe\xed\xcb\x7d\x5d\xcf\xa1\x3f\xac\xa7\x43\x70\x87\xb2\x9f\x0e\x7f\x1e\xb3\xde\xa9\xbf\x3d\x5a\x8c\xd1\xa1\x0c\x54\x04\xa5\xe6\x50\x05\x3a\xdb\xa1\x9a\x5e\x5e\x6b\xc0\x31\xc8\x31\xdd\xb7\x43\x38\x06\x39\xa6\x58\x1c\xc2\x31\xc8\x31\x65\xef\x3e\xe2\x18\xe5\x98\xab\x77\x1f\x71\x8c\x72\x2c\xb7\x77\x1f\x71\x8c\x72\x2c\xe6\xdd\x1b\x8e\x26\xc7\x9a\xbd\x7b\xc3\xd1\xe4\x58\x9b\x77\x6f\x38\x9a\x1c\xdb\xed\xdd\x27\x1c\x93\x3b\xde\xd7\x65\xde\x7f\xc2\x33\x15\xb0\xe2\x03\x24\x5c\x93\xbb\xde\xd7\xd5\x7c\x84\x8c\x6f\xc6\x37\x04\x1f\x22\xe3\x9b\xf1\x0d\xe6\x63\x64\x7c\x33\xbe\xa1\xf8\x18\x05\xdf\x82\xaf\x5d\x3e\x46\xc1\xb7\xe0\x6b\xc1\xc7\x28\xf8\x16\x7c\x2d\xf9\x18\x15\xdf\x8a\x6f\x2a\x3e\x46\xc5\xb7\xe2\x9b\x2f\x1f\xa3\xe2\x5b\xf1\xcd\xd1\xc7\x68\xf8\x36\x7c\x4b\xf2\x31\x1a\xbe\x0d\xdf\x52\x7d\x8c\x86\x6f\xc3\xb7\x5e\x3e\x46\xc7\xb7\xe3\xdb\xa2\x8f\xd1\xf1\xed\xf8\xb6\xec\x63\x74\x7c\x3b\xbe\xad\xfa\x18\x03\xdf\x21\xdf\xfb\xbe\x7d\x8c\x81\xef\x28\x60\xd1\xc7\x18\xf8\x0e\xf9\xde\x77\xf6\x31\x26\xbe\x13\xdf\xd0\x7c\x8c\x89\xef\xc4\x37\xde\x3e\xc6\xc4\x77\xe2\x1b\xcd\xc7\x58\xf8\x2e\x7c\x2d\xfb\x18\x0b\xdf\x85\xaf\x35\x1f\x63\xe1\xbb\xf0\x4d\xc1\xc7\xd8\xf8\x6e\x7c\xb3\xf9\x18\x1b\xdf\x8d\x6f\x2e\x3e\xc6\xc6\x77\xe3\x9b\x9b\x8f\x71\xf0\x3d\xf8\xd6\xe0\x63\x1c\x7c\x0f\xbe\x35\xf9\x18\x07\xdf\x83\x6f\x2d\xe5\xe5\xb5\x5d\xf2\x6d\x97\x7c\xc3\x75\x45\xc7\x32\x58\x01\x0b\xcd\xb1\x0a\x26\xdf\x70\xa5\xf4\xf2\xda\xe0\x6c\xbb\xf1\xbd\xeb\xed\x18\xbe\x37\xbe\xe1\xf2\x31\x60\x6d\xbb\xf1\x0d\x4e\xee\x06\x6d\x5b\xc0\x57\xec\x6e\xf0\xb6\x05\x7c\x45\xef\x06\x71\x5b\xc0\xd7\x9c\xdf\x0d\xe6\xb6\x88\xaf\x08\xde\xa0\x6e\x8b\xf8\x8a\xe1\x0d\xee\xb6\x88\x6f\x72\x8a\x37\xc8\xdb\x0c\x5f\x71\xbc\xc1\xde\x66\xf8\x8a\xe4\x0d\xfa\x36\xc3\xb7\x38\xcb\x1b\xfc\x6d\xf0\x37\x88\xe6\x0d\xfe\x36\xf8\x1b\xc4\xf3\x06\x7f\x1b\xfc\x0d\xcd\x79\xde\xe0\x6f\x83\xbf\x51\x3c\x6f\xf0\xb7\xc1\xdf\x28\x9e\x37\xf8\xdb\xe0\x6f\xbc\x9d\xe7\x0d\xfe\x36\xf8\x1b\xc5\xf3\x06\x7f\x1b\xfc\x8d\xe2\x79\x83\xbf\x0d\xfe\xc6\xe8\x3c\x6f\xf0\xb7\xc1\xdf\x28\x9e\x37\xf8\xdb\xe0\x6f\x14\xcf\x1b\xfc\x6d\xf0\x37\x9a\xf3\xbc\xc1\xdf\x06\x7f\xa3\x78\xde\xe0\x6f\x83\xbf\x51\x3c\x6f\xf0\xb7\xc1\xdf\x98\x9d\xe7\x0d\xfe\x36\xf8\x1b\xc5\xf3\x06\x7f\x1b\xfc\x8d\xe2\x79\x83\xbf\x0d\xfe\xc6\xea\x3c\x6f\xf0\xb7\xc1\xdf\x28\x9e\x37\xf8\xdb\xe0\x6f\x14\xcf\x1b\xfc\x6d\xf0\xd7\x2e\xe7\x79\x83\xbf\x0d\xfe\x9a\x78\xde\xe0\x6f\x83\xbf\x26\x9e\x37\xf8\xdb\xe0\xaf\xdd\xce\xf3\x06\x7f\x1b\xfc\x35\xf1\xbc\xc1\xdf\x06\x7f\x4d\x3c\x6f\xf0\xb7\xc1\x5f\x8b\xce\xf3\x06\x7f\x1b\xfc\x35\xf1\xbc\xc1\xdf\x06\x7f\x4d\x3c\x6f\xf0\xb7\xc1\x5f\x4b\xce\xf3\x06\x7f\x1b\xfc\x35\xf1\xbc\xc1\xdf\x06\x7f\x4d\x3c\x6f\xf0\xb7\xc1\x5f\x2b\xce\xf3\x0e\x7f\x3b\xfc\x35\xf1\xbc\xc3\xdf\x0e\x7f\x4d\x3c\xef\xf0\xb7\xc3\x5f\x6b\xce\xf3\x0e\x7f\x3b\xfc\x4d\xe2\x79\x87\xbf\x1d\xfe\x26\xf1\xbc\xc3\xdf\x7e\xf7\x4b\x58\xbd\x55\x15\xfc\x39\x95\xff\x6f\xd9\xbd\xdf\x1d\x17\x64\xd9\x83\x82\xf0\x1d\xc2\x27\x89\x72\x87\xf0\x1d\xc2\x27\x6d\x56\x87\xf0\x3d\x30\x98\x36\xab\x07\x7a\x0b\x3b\xbd\x3d\x6e\x5f\xda\x8e\x04\xf4\xf8\xec\xcd\xa9\xd3\x91\x80\x8e\x04\x24\xa5\xc8\x8e\x04\xf4\x48\x6f\xa2\x4e\x8f\xf4\x26\x59\x08\xd9\x5e\x5e\x3b\xa2\xd0\x11\x85\x14\x5c\xc8\x3a\xa2\xd0\x11\x85\x14\x5d\xc8\x3a\xa2\xd0\x8d\xde\x54\xa5\x74\xa3\x37\x5b\xf1\xed\x11\x53\x75\x64\x25\x21\xde\xbf\xf9\x21\xef\x08\x47\x47\x38\x52\xd4\x9c\x10\x8e\x9e\x9e\xfd\xfb\x01\xec\x08\x47\x4f\xf4\x6f\x7e\x00\x7b\xea\x4f\xac\xbf\x3d\x4c\xdb\x9b\xc6\x25\x64\xb4\xb7\x87\x65\x21\x93\x36\xab\xbe\x3d\xac\x08\xd9\x20\xc7\x11\xad\x18\x02\xd4\x11\xa0\x64\x5a\x09\x04\xa8\x23\x40\xc9\x8a\xda\x11\x43\x26\x86\xa4\xbd\xcb\xc4\x90\xb7\xbd\x3d\x92\x4b\x5c\x47\x92\x3a\x92\x94\x92\x56\x02\x49\xea\x48\x52\x4a\x49\xed\xe8\xad\x3c\x7b\x73\x49\xef\x85\xde\xca\x3e\x6f\x8f\xe4\x44\xee\x88\x54\x47\xa4\x52\xd6\xbc\x11\xa9\x8e\x48\xa5\xec\xc4\xeb\x88\x54\xaf\xf4\x96\x9d\x78\xbd\xf6\x27\x66\x6f\x8f\x9c\xb3\x90\x0c\x92\xdf\x1e\xb9\x5c\x42\x2a\xc8\x71\xc4\x67\x54\x07\x5e\xbe\x47\xd9\xc5\xae\x23\x76\x1d\xb1\x4b\x45\xf3\x46\xec\x3a\x62\x97\x8a\x8b\x67\x47\xec\x7a\x23\x86\xe2\xe2\xd9\x1b\x31\x48\x00\x55\xe6\x74\xe4\xaf\xf7\x67\x6f\x9a\x37\xf2\xd7\x91\xbf\x54\x3d\x95\x75\xe4\xaf\x77\x7a\xab\x51\xbe\xf4\xd6\x4f\x7c\x7b\x40\x68\x04\xb1\x23\x88\xa9\x6a\xde\x08\x62\x1f\xcf\xde\xb4\xc7\x08\x62\x1f\xf4\xd6\x82\x7c\xe9\x6d\x9c\xec\x25\xb3\x9f\x76\x24\xb2\x23\x91\xa9\x69\x06\x48\x64\x47\x22\x53\xd3\x8a\x20\x91\x7d\xaa\xb7\x7c\xb9\xfc\xf7\x49\x6f\xd3\x0f\xdc\x7d\x05\x5f\xdc\xb9\x80\x8e\x20\xf5\x86\x90\x76\x84\x34\x5f\x9a\x15\x42\xda\x11\xd2\x7c\x65\xb5\x63\x84\xf5\x1c\xc1\x13\x74\x47\x48\x3b\x42\x9a\x6f\xcd\x01\x21\xed\x08\x69\xbe\x5d\x34\x3b\x42\xda\x37\xbe\xb7\x8b\x66\x47\x48\x3b\x42\x9a\x83\x22\x46\x48\x3b\x42\x9a\x83\x27\xac\x8e\x90\xf6\x83\x6f\xf0\x1d\x1b\x08\xe9\xb8\x9e\xbe\x1e\xcb\x40\x48\x07\x42\x9a\xa3\x17\x0b\x03\x21\x1d\x17\xbe\xd1\x8b\x85\x71\x75\xb0\x67\x01\x9b\x5f\x5e\x07\xda\x3a\xd0\xd6\x1c\x3d\xbc\x81\xb6\x8e\xfb\xd9\x9d\x6b\xfa\x40\x5b\x07\xda\x9a\xcd\x35\x7d\x20\x9e\xe3\x7e\xd6\x69\xd7\xcb\xeb\x40\x3d\x07\xea\x99\x4d\x11\xa3\x9e\x03\xf5\xcc\xe6\x29\x76\xa0\x9e\x03\xf5\xcc\xc9\xd5\x67\xa0\x9e\xe3\x59\x42\x15\x7b\x79\x1d\xc8\xe7\x40\x3e\x73\xd2\x24\x90\xcf\x81\x7c\xe6\xe4\x15\xcf\x40\x3e\x47\x7c\x76\xe7\x15\xcf\x40\x3e\x47\x7c\x66\xfb\xfa\xf2\x3a\xd0\xcf\x81\x7e\xe6\xac\x49\xa0\x9f\x03\xfd\xcc\xd9\xcf\xf1\x40\x3f\x07\xfa\x99\xb3\x27\xa6\x81\x7e\x0e\x0a\x2d\xcb\xe1\xe5\x75\x20\x97\x03\xb9\xcc\x45\x93\x40\x2e\x07\x72\x99\x8b\xd7\x09\x03\xb9\x1c\xc8\x65\x2e\x2e\x85\x03\xb9\x1c\xd4\x5e\x29\xf9\x56\xa0\x7c\x23\x3f\xbb\xd3\x24\x50\xbe\x81\xf2\xe5\xea\x9a\x36\x50\xbe\x81\xf2\xe5\xea\x65\xdb\x40\xf9\x06\xe5\x58\x4e\xbe\x15\x48\xdf\x40\xfa\xb2\xb2\xeb\x40\xfa\x06\xd2\x97\x95\x5d\x07\xd2\x37\x90\xbe\xdc\x3c\xbb\x0e\xa4\x6f\x50\xa1\x15\xf3\xad\x40\xfb\x06\xda\x97\x55\xec\x0c\xb4\x6f\xd4\x67\x77\xae\x91\x03\xed\x1b\x68\x5f\x51\xb1\x33\xd0\xbe\x41\xd1\x56\xa3\x6f\x05\x32\x36\x90\xb1\xa2\x3b\xe6\x40\xc6\x06\x32\x56\xbc\xf6\xfc\x6b\xf9\x7b\xa0\x72\xa3\x3d\x47\xf3\xfc\x3a\x50\xb9\x41\x99\xd7\xa2\xef\x14\x32\x37\x90\xb9\x72\x6b\x8e\xc8\xdc\x40\xe6\xca\xed\x15\xc4\x40\xe6\x06\x32\x57\x74\x53\x18\xc8\xdc\x50\xe5\x17\xae\xe0\x3b\x85\xce\x0d\x74\xae\x04\xcd\x11\x9d\x1b\xe8\x5c\x09\x5e\x23\x0c\x74\x6e\xa0\x73\x25\x78\x3e\x1d\xe8\xdc\x50\x31\x18\x6e\x57\xa6\x81\xd0\x8d\xf9\xec\x4e\x93\x40\xe8\x06\x42\x57\xa2\x17\x09\x03\xa1\x1b\x08\x5d\x89\x9e\x1a\x07\x42\x37\x54\x1f\x86\x70\xfb\x4e\xa1\x6a\x03\x55\x2b\x51\x93\x40\xd5\x06\xaa\x56\xcc\xab\x84\x81\xaa\x0d\x54\xad\x98\xe7\xc6\xb1\xe8\x4e\x25\x63\x88\x97\xef\x14\x42\x37\x10\xba\x62\x9a\x04\x42\x37\xf6\xb3\x3b\x2f\x0a\x06\x42\x37\x10\xba\x92\x3c\x39\x8e\x4d\x77\xaa\x22\x83\x5d\xbe\x15\x68\xdf\x40\xfb\x4a\xd2\x24\xd0\xbe\x81\xf6\x95\xe4\xf9\x7d\xa0\x7d\x03\xed\x2b\xd9\xf3\xdc\x38\x74\x77\xe8\xae\xe5\x97\xd7\x89\x1c\x4e\xe4\xb0\x64\x9f\xc4\x44\x0e\x27\x72\x58\xb2\x27\xf8\x89\x1c\xce\xeb\xd9\x9d\x27\xba\x89\x1c\x4e\xc9\x61\x48\xed\x7a\x79\x9d\xc8\xe1\x44\x0e\x4b\xf1\x49\x4c\xe4\x70\x22\x87\xa5\x78\x86\x9f\xc8\xe1\x44\x0e\x4b\xf1\x4c\x37\x91\xc3\x79\x53\xaf\x55\x7b\x79\x9d\xc8\xe1\x44\x0e\x4b\xf5\x49\x4c\xe4\x70\x22\x87\xa5\x7a\xb2\x9e\xc8\xe1\x44\x0e\x4b\xf5\xe4\x34\x91\xc3\x29\x39\x0c\xa5\xd4\x97\xd7\x89\x1c\xce\xf8\xec\x4e\x93\x40\x0e\x27\x72\x58\x9a\x67\xeb\x89\x1c\x4e\xe4\xb0\x34\xcf\x6b\x13\x39\x9c\x54\x93\xb5\x84\x97\xd7\x89\x1c\x4e\xe4\xb0\x34\x4d\x02\x39\x9c\xf6\xec\xce\xd3\xf5\x44\x0e\x27\x72\x58\x2f\x4f\x75\x13\x39\x9c\x92\xc3\xd0\xbc\x9e\x99\xc8\xe1\x44\x0e\xab\x32\xec\x44\x0e\x27\x72\x58\x2f\xcf\xd7\x13\x39\x9c\xc8\x61\xbd\x3d\xfb\x4d\xe4\x70\x4a\x0e\xe3\x95\x7d\x2b\x90\xc3\x99\x53\x50\x33\x4d\x02\x99\x9b\x92\xb9\x78\x27\x5f\x62\xa4\x6a\x4a\xaa\x62\x30\x5f\x26\xe4\x66\x4a\x6e\x62\x34\x9f\x2a\x24\x9e\x22\x71\xb4\xe8\xe1\x42\xc4\x39\xe6\xf1\x82\x38\xfa\x90\x63\x5d\x82\xdc\xd8\x7d\xab\xd5\xa2\x95\xd7\xca\x31\xb9\x88\xce\xb1\x32\x50\x7e\x7b\xc4\xac\x8d\x19\xab\x08\xda\x59\xc5\xb5\x8f\x38\xf6\x13\x2a\x6f\x8f\xc2\x62\x8c\x5d\x05\x29\x88\xd4\xdc\x11\xfa\x4e\xd1\x37\x66\xad\x2c\x14\x9c\x6b\x3a\xa4\x8b\xff\x5c\x1e\xe3\xd3\x44\xd3\xea\x2c\x42\x5d\xde\x7d\x54\x4a\x99\x8b\xee\x65\x4a\xbb\xd4\x6a\x37\x41\xea\x5e\xd5\xdd\x84\x92\x73\xf7\xf9\xf6\x88\xd5\x85\x60\xee\xbe\x80\x96\xa0\x20\x68\x0b\x92\xa3\xd2\xce\x84\x7c\xf3\x9c\xfe\xf6\x88\x74\x7f\xce\x00\x1a\x82\x82\xa0\x09\xe4\x8e\xcd\x39\xb5\xa0\x19\x26\x36\x4f\x6b\xeb\xea\x01\x28\x38\x64\x59\x50\x14\x34\x8a\x5a\x99\x43\xa3\x02\xd5\x9f\x5b\xf9\x65\xe2\x75\x5d\xbe\x12\x76\xf9\xe2\xac\x4b\x2b\x81\x89\xc5\x25\x6b\x5d\x8b\x11\xd7\xf4\x56\x11\x68\x01\x2d\xdf\x5a\xaf\xae\xd6\xb5\xb6\x20\xee\x3f\x9e\x33\x17\x14\x5e\xb7\x5f\x92\xec\xf2\x4a\x65\xdd\xcb\x80\xec\xed\x61\xd1\xab\x92\x75\xeb\xe2\x84\xb1\xdb\x73\xf7\xba\x75\x26\xd6\xed\xe7\xc0\xee\x48\xab\x0a\x54\xe5\x98\x04\x35\xa0\xae\x56\x38\x0e\x41\xfb\x52\x2b\x41\x9b\x20\xdc\xd8\xad\xe8\xef\x1d\x80\x82\x5f\x45\x2e\x85\xba\x23\x90\x07\x11\xfd\xc8\xad\x7b\x13\x84\x1b\x8b\x95\xbe\x0a\x10\x71\x35\x41\xc4\xb5\x87\x5a\x15\x41\x13\xc8\xd7\xeb\x36\xba\x5f\x40\xbe\x5e\xba\xf5\xad\x7b\x6f\xa0\xad\x56\x40\x47\xd0\x51\xf4\xbc\xa8\xff\x9f\x09\x7b\xdd\x87\xc9\x1d\x4d\xce\x14\xf6\x61\x72\x6e\x2c\x36\x85\x7d\x98\xdc\xd1\x0a\x9b\xf6\xe1\x30\xb9\xa3\xc9\x35\xcd\xe4\x30\xb9\xd3\xd4\x0a\xc7\x0e\xe4\x2b\x6c\x17\x8e\xac\xb0\x1b\xbb\x0d\x47\xe6\x7b\x96\x5a\xe1\xc8\xe4\x74\x18\x74\x1b\x5e\x08\x30\xc6\x6e\x9d\x8f\xc0\xb9\x0d\x7e\x56\xcd\x6e\x20\x03\xca\x6a\x75\x0b\x2a\x40\x0a\xe2\x0e\x82\x06\xd0\x10\x44\xf7\x13\x48\x8b\xee\x5a\xb6\x82\x88\x88\x31\x0b\x74\xaf\xb8\xc2\x20\x08\x3f\x45\x61\x10\x84\x1b\xb3\x20\xc7\x11\x81\x74\xba\x93\xba\x1f\x4f\xc7\xad\xfb\xb8\xe2\x1a\xda\xad\x30\xd5\x57\x51\xf7\x93\xbe\x66\x54\xab\x28\x88\x09\xb9\x31\xa5\xf1\x15\x66\x02\xd2\x76\x14\x5a\x65\x20\xae\xfb\x55\x10\x73\x74\x63\x89\xb8\x26\x73\x9c\x9a\x63\x01\x62\x8e\x53\x71\x05\x4d\x68\x12\x97\x28\x96\x82\xfa\x82\x62\x41\x7c\x4a\x51\xad\xe0\x93\x8c\xdd\x05\xa8\x01\x29\x08\x9d\xc8\x00\x9f\x02\x3c\x17\x9f\x02\x3c\x0f\xeb\xa8\x95\x1c\xb7\x34\x43\xc6\xee\xa2\xf5\x82\x75\x32\xbc\x77\xad\x00\xeb\x64\x2c\x71\x00\x60\x9d\x8c\xe9\xca\xb3\xc2\x66\xbd\xb6\xa2\xcf\x9a\xe3\x26\x7a\x67\x9a\xa5\xac\x20\x36\xa1\x6e\x85\x5a\x14\xea\x26\x54\x11\x31\x11\x2a\x44\x0c\x4e\x2b\x53\xf9\xb9\xc2\x21\x54\x67\x84\xe5\x4b\xdd\x1f\x46\x14\x3b\x32\x67\x15\x76\xc8\xd8\x5d\x35\x47\xd8\x11\xf4\xb4\x92\x39\x00\x87\x20\x74\xc8\x6f\x09\x04\x65\xc1\x8a\x40\xcd\xcf\x2a\xa9\x7d\x99\x94\x25\xa8\x95\xa1\x2c\x86\xb2\x68\xb7\x0d\x65\x31\xd1\x2a\xea\x60\x1a\xb4\x92\x79\xca\x9b\x9d\x05\xb4\x7f\x92\x37\x52\xfd\x4a\x1d\x41\xad\x82\x12\x50\xfa\x49\xde\x92\x1e\x47\x16\xcf\x49\xc8\x5b\x82\x43\x32\x4f\x2d\x4b\x70\x28\x89\x30\x68\x59\x82\x30\x32\xcf\x09\xa5\xae\xf3\x95\x08\xc2\x6f\xcc\x8b\x42\x62\x65\xcf\x36\xa6\x2f\x20\x2b\x93\x6d\x64\xec\xf6\x6b\xe5\xca\x64\x9b\xac\xe3\x6b\xea\x2b\x73\x7c\x65\xec\x2e\x40\x1a\x51\x45\x89\x25\xd1\x9d\xa2\x64\x15\xd8\xe1\xd9\x79\x15\xd8\x21\x93\x52\x52\x2b\xd8\x51\x36\x5b\xeb\xb4\x2a\x1c\x26\x99\x0c\xb7\x0b\x87\x49\x05\x8e\x65\x2f\x17\x17\x05\xce\xaa\x40\x5e\x5b\x2c\x2e\x3d\x4b\x97\x1e\x2b\x3a\xbe\xd4\x3c\x4b\x35\x8f\x55\xb1\x83\x9a\x67\x0d\x71\x5b\x1f\xab\xd6\x80\xdb\x32\x09\xfd\x1a\x70\x7b\x28\xae\xa6\xb3\x3a\x88\x4b\xc6\x5a\x08\x82\x70\xf4\xee\xd3\xe5\xa5\xed\xa2\x9a\x59\xd3\xb7\x36\x5d\x0a\x75\xb2\xb5\x32\x05\x9d\x98\x6c\xed\xc4\x51\xa9\x98\x9a\x67\x2d\x39\xea\x52\xb4\x16\x8e\x32\x49\x85\xe3\x5a\x38\xae\x45\x2b\x5f\x9c\x85\x4e\xc8\xa4\x5b\x54\x58\xa4\xe2\xe5\x84\x49\xb7\xa2\x5f\x10\x46\xa6\x64\xaf\x79\xd6\x3a\x38\x2a\x88\xa0\xe8\xa9\x8c\xd6\xf6\x13\x9d\x82\x08\xb3\x39\xd1\x32\x29\x79\x49\xbf\x36\x27\x5a\x26\x45\xaf\x79\xd6\x26\x77\xc8\xa4\xa8\x93\x43\xb1\xb4\x8e\x6b\x74\x8a\xda\xda\x83\x46\xcb\x14\x6a\x8b\x33\x14\xd7\x71\x19\x4a\xd1\xab\xbf\x75\x90\x21\x99\x14\x73\x10\x14\x80\x8a\xa0\x2c\xa8\x02\xd5\xb7\x47\x32\xd1\xfd\x20\x30\x87\x20\x4a\xf8\xab\xa9\x78\x53\x97\xed\xeb\x68\x74\xaf\xb8\xf6\x75\x9e\xd0\xfd\xf6\xc8\xda\xd3\x7d\x29\x3b\x6f\x55\x49\xc9\x5c\xc2\x37\x55\xd2\xbe\x9d\x7c\xc9\x9c\x75\xfb\x56\xe6\xc2\x24\x55\xa8\xfb\x16\x11\xb7\x8a\x8a\x64\x9e\xb0\x37\x45\x05\x26\xe9\xbb\xc5\xa6\xa8\xd8\xca\xbb\x29\xf9\x7c\x37\x79\x77\x07\x20\xdf\xf9\x8d\x4a\xed\xe8\x1b\x98\xf4\xe1\x61\x47\x6d\x20\xa6\x5c\x97\x5a\x49\x04\xb7\xb4\x2c\xe9\x7d\x73\xa3\x65\x98\x12\x3d\xe5\x6d\x53\x0e\xdf\xd6\x7d\xed\x8a\x2f\xe7\xb6\xde\x80\x9a\xba\xaf\x82\xba\x20\xfa\xd2\x88\x08\xd7\x96\xd8\xa4\x9a\xaa\xa0\x0d\xb4\xf5\x44\x6c\x82\x8e\xa0\x71\x09\xf2\x25\x4c\x03\xc7\x67\xc2\x4e\x82\x22\x50\x55\x2b\x75\x2f\xb1\xc1\x98\x3e\x80\xed\x34\x3a\x50\x57\xab\x26\x68\x00\x49\x92\x02\x90\x56\x35\x79\x0e\x4f\xd5\x73\xd2\x4e\xca\xe1\x18\xb3\xa8\x20\xc4\xf3\x9d\xa6\xa2\xd7\xa6\xa5\x49\xf4\x4a\xc5\x16\x15\xd7\x24\xfa\xa9\x37\x6f\xaf\xc5\x76\x52\x7d\x8d\x31\x5d\x9d\x76\x5a\x4c\xc8\x4d\xaa\x4d\x7d\xad\x00\xa4\x39\x46\x20\xe6\x28\x6e\xd6\xa6\xf5\x12\x37\x31\x66\x51\xd1\xeb\xea\xb4\x93\xa7\xa6\xd4\x74\xe4\xd2\x61\xda\x4a\x2d\xe6\x35\xe2\x4e\x22\x22\x86\x02\x67\xa7\xc3\xb4\x45\xc4\x46\x5c\x87\x09\x51\xc4\x99\x6f\x07\x42\x8f\x31\x73\x5d\xdc\x99\x03\x90\xbd\x88\x4b\xba\x1c\xef\xac\x22\x0e\x63\xfa\xe6\xb0\xb3\xf4\x67\x67\xd7\x9c\xd4\x22\x50\x01\x52\xd2\xf0\x7a\x60\x67\xbd\xd8\xef\x2c\x2a\x34\xd7\xd8\x9d\xa1\x42\xa6\x88\x73\x71\xde\x99\x63\x22\x93\x74\x91\xd9\x99\x63\x92\x55\xd7\x99\xa7\xcf\x9d\x07\x71\x49\x33\x1a\xa1\x72\x4c\x64\xcc\x74\xe4\xf2\x20\xd4\xa1\xb8\x0c\x88\xb8\x94\xb9\x4c\x8b\x43\xe6\xda\xd9\x4f\x4b\x6a\x49\x71\x8d\x09\xa4\x93\x93\x15\x17\x27\x27\xeb\xe4\xb4\xa4\xf5\xe2\xe4\xc8\xd8\x2d\x22\x67\x4e\x8e\x4c\xd2\xc3\xdf\xce\xca\x10\x3b\x4f\xd2\xa7\xa2\x9f\xac\xc4\xd4\x3e\x8a\xc8\x79\x76\x20\x5d\x77\x9e\x8e\x3a\xbe\x59\x27\xa7\x65\x8d\xc8\xc9\xc9\x9c\x9c\xac\x09\x71\x72\xb2\x4e\x8e\x12\xd0\xce\x9c\x9c\xcc\xc9\xc9\x9a\x23\x27\x27\x7b\x41\x98\x5a\xa1\x2f\xa6\xbd\xc4\x21\xd1\x3d\x2f\x82\x58\x5a\x89\xa2\xb5\x5f\xac\x84\xae\x87\x37\xa1\x2e\x56\x62\x69\x87\x0a\x41\xb0\x43\x2a\x1b\x8d\x20\x54\x36\x62\x52\x13\xd3\xf2\xe6\x7c\xa9\x6c\xb4\xa2\xbe\x36\x13\xda\x5a\xd5\x8a\x23\xab\xaa\xf4\x89\x88\xe6\xcd\xaa\xaa\xca\x32\x29\x40\xde\xcc\x51\x55\x96\xbe\x72\xed\xbc\x99\xa3\xb4\xbf\x55\x5a\xb1\xd0\x2a\x2e\x8d\x09\x6d\xa6\xbd\xb5\xf6\x95\xee\x99\xb6\x8a\x4b\x63\x42\x9b\x69\xbb\xc9\x4f\x2a\x20\xc8\x79\x6b\xda\x95\x11\x99\xb6\x4a\x50\x23\xfa\xc3\xb4\x0f\xd3\x96\x23\x89\x42\xc6\xac\x6a\xda\x24\x0a\x99\x67\x0a\xc8\x87\x7d\x94\x6c\xb7\xaa\x20\x90\x6d\x19\x33\x26\x84\x6c\x67\x6a\x57\x0e\xe6\x61\xda\x47\xd7\x56\x69\x74\x3e\x4c\xfb\x68\xb7\x1b\xdd\x33\x6d\xdd\xff\x8c\xe8\x91\x0e\xd5\x62\xa9\xf9\xb5\x75\x53\x8b\x61\x8c\x6c\x55\x50\x80\xa2\xda\xa2\x49\xe5\x8a\x6a\x0b\x8c\x99\x42\x2d\xd0\xbd\x38\xc5\xf3\xe5\x55\xe9\x2e\x24\x0a\x19\x33\xaf\x24\x77\x21\x51\x14\x2e\x7b\xcf\x11\x07\xd0\x90\xe3\xff\x23\x15\x17\xd5\xb1\x18\x6a\xcf\x5d\x90\x91\x82\x8c\xb4\x28\x68\x03\x1d\xf5\x2b\x48\xdf\x58\x31\x66\xca\xe1\x85\x6c\x53\xfc\xe2\xc7\xd7\xb0\x5d\x74\xf1\xc3\xf0\xcd\x7f\x97\x89\xa3\x9b\x7c\xdd\x9a\xc9\xc4\xd1\x4d\xd1\x2f\x21\x76\x99\x2c\x94\x53\x3f\xeb\x33\xda\x2e\x50\x5f\xc6\x4c\xda\x5f\x26\x0b\x85\x1a\x34\xfa\xaa\x40\x5d\x8e\x8a\x0b\xea\x17\xae\x87\x12\x7a\x0a\x60\x4c\x56\xbd\xb8\xcb\x64\xda\xaa\xaf\x93\x97\x57\xbb\x90\xa6\x64\xf2\x15\xb4\x35\xa4\xa9\xa2\x9c\x94\x58\x09\x72\x52\x71\x19\xc9\xfa\x8d\xc0\x2e\xc8\x88\x8c\xa5\x4b\xdb\xac\xd7\x9c\x5d\x96\xfa\x52\x62\x2c\xeb\xd9\x97\xae\x87\x97\xba\x87\xe7\x2a\xcc\xf3\xa5\x04\x44\x61\x8e\x31\x7d\xaf\xda\x14\xe6\x98\x7c\x49\xd5\x0b\x0c\x96\xb1\x74\x6b\xbd\x60\x70\xf1\xd3\x9d\x2f\xb1\xae\x9c\x27\xe4\xa4\x2e\x2c\x21\xa7\x5b\x45\x3e\x1f\x1d\x37\x45\xfe\xae\x5b\x8e\xd2\xb2\x4a\x5f\x95\x7b\xa5\x54\xbd\x42\xfd\xea\x74\xcd\x7a\xba\xd9\x15\xba\xca\x58\x52\x02\xaa\xd0\xb5\xf2\xea\x52\x69\x15\x80\xb2\x1c\x8b\x20\xba\x17\xeb\x92\x72\x52\x25\x2e\x99\x7c\xfb\xad\x65\x57\x58\x27\xc3\x65\x6d\x57\x58\x27\x93\xef\xe7\x88\x03\x48\xbb\x9d\xb2\xa0\x09\xb4\xd4\xca\x04\x6d\x20\x5d\x9d\x54\xb1\x71\x91\xd9\x4d\x5f\xc5\xf5\xb8\xb6\x1b\x44\x94\xb1\x24\x65\x69\xe4\xdd\x26\x8a\x21\xe1\x0d\x0e\xc9\x70\xe7\xda\x0d\x0e\xb5\x49\x2b\xf5\xc5\x91\x93\x31\xfd\xfc\x6a\x37\x8e\x5c\x63\x25\xb4\x1d\x8d\x95\x90\x29\x08\x57\x63\x25\x74\xc1\xca\xfa\xbc\xb3\xb9\x60\xed\x2e\x0e\x05\x1d\x80\x3e\x9f\x90\x17\xd0\xfa\x55\xd4\xee\x70\xa8\xeb\x4a\x17\xa4\xc4\x9d\x93\x23\x63\x7a\x54\xde\x9d\x93\xa3\x8f\xe9\x39\xde\x72\xd4\xad\x05\x63\x77\x05\xc2\x51\xa1\x46\x11\xa6\x13\x6a\x67\xd3\x54\x23\x76\x42\xed\xbe\xf6\x39\x06\xa0\x09\xa4\x69\x4b\xd5\x3b\xf5\x93\x4c\xd6\x6f\x44\x76\x67\x3b\xb8\x31\xea\x19\x7b\x73\x63\xdc\xa3\x2b\xae\x68\x82\x0c\x48\x54\xa8\x40\x09\x48\x71\xa9\xa4\x1a\x6c\xda\x60\xd3\x6a\x16\x54\x81\xaa\x5a\x35\x41\x0d\xa8\xa9\x55\x15\xd4\x81\x54\x35\x3c\xbb\xd7\x61\x1a\x5e\xd4\xe4\xa8\x43\x3e\x28\x8d\xc7\xd0\xf9\x6a\x40\x13\xc8\xd5\x44\x2f\x12\x7b\x50\xe0\xc8\x58\x6a\x9a\x90\xde\xc5\xf6\xd0\xa6\x45\x9d\xaf\xc1\xa6\xc9\x98\x3e\x1e\xef\xc1\xa6\xc9\x58\x92\x62\x8e\x19\x81\x92\x1c\x15\x3d\x5a\x38\x24\x7c\xa9\xd1\x17\x73\xd4\x91\xd3\xfd\x6d\x0f\x8e\xdc\xe0\xc8\x35\x1c\x89\x4b\x92\xa6\x2b\xdd\x1e\x48\x9a\xbe\x37\x58\x16\xad\x06\x95\x91\x0c\x4f\x06\x7b\x20\x69\xfa\xde\x90\xf5\x51\x7b\x8f\xc5\x88\x7a\x17\xd3\x2b\xc2\x1e\x94\x41\xba\x9a\xf3\x4d\x7f\x73\x35\xdf\xba\x87\x67\xfd\x3c\x71\x73\x0f\xc7\x58\xbe\x4d\x50\x01\x2a\x82\xb2\xa0\x0a\xd4\xe4\x08\xd4\x81\xba\x5a\x55\x41\x03\x68\xab\x15\xd0\x01\x3a\x2a\x2e\x7d\x42\x93\x6c\x35\x55\xf4\xe6\x00\x14\x80\x82\x76\xbb\x08\x8a\x40\xbc\x81\x04\x41\x09\x48\x2f\x5e\xba\x41\xcd\x41\xf4\x5e\xfb\xf2\x52\xb2\xe7\x20\x54\xd5\xc1\x7a\x29\xd9\x93\x3a\x58\x26\x5b\xc8\x7f\x99\x8a\x4b\xfa\x1f\x99\x78\x72\xae\x64\x2c\x8b\x3b\x93\x2b\xd7\xf4\xec\x99\xb9\x98\x4d\xb2\xa7\x7e\x5e\x62\x39\x2a\x44\x4e\xcc\x9c\x8a\xfa\x09\x11\xb5\x9e\x4d\xb3\xb8\x33\x39\x31\x32\x96\x75\x69\x99\x64\xcf\xe9\x07\x27\x73\x0b\x9b\x93\xa8\x29\x9c\xc5\x8a\x49\xf6\x9c\x8b\xee\x15\xc4\xa2\xfb\x45\xf7\x6a\x45\x95\x3c\xd7\xcf\x25\xde\xa4\xb2\x9d\x4b\x6f\x45\xe2\xce\x24\xe3\x4d\xcf\x72\xd9\x24\xc4\x93\x32\x56\xc6\xb2\x32\xde\xa4\x8c\x9d\x4a\x82\x26\xa2\x4c\x92\xa0\x8c\x65\xc3\x91\x20\x94\xa5\xb8\xa1\x4c\xb2\xd4\x54\x96\xca\xa6\x09\x91\xa5\xa6\x74\x8b\xda\x70\xa2\x5b\x93\xe7\x49\x42\x3d\xcf\x56\xda\x2c\x55\xc9\x93\xcc\x22\x63\x99\x43\x44\x66\xd1\xf3\x51\xa6\x4a\xe6\xf9\x68\x2f\x3d\xcb\xeb\x3d\x6c\x2f\x44\x6a\x79\x81\x9b\xf5\x33\xd1\xbd\x78\x6a\x90\x49\x51\xd9\x73\x51\xec\xea\x15\x28\x93\x2a\x79\x05\xda\xdb\xaf\x0d\x39\xe9\xa2\xb1\xf5\xa6\x8c\xc9\x14\x59\x9b\x2b\x84\x9e\x7c\x32\x47\x8d\x27\x9f\x7d\x80\x9c\xf9\x87\x17\x96\x73\xf1\xeb\x2d\x5f\xc2\xc3\xdb\xc9\xd1\x7b\x47\xae\x3e\xa1\xc3\x7b\xc7\x09\xd2\xad\xe6\xab\x7a\xf4\x90\xff\x34\xa9\x78\x99\x72\x78\xcf\x3f\x7a\xc2\xcd\xcd\x2f\x1a\x27\x68\x71\x30\xa9\x14\xb5\xd2\xe2\x1c\xbd\x9d\x94\xcb\x4f\xe1\xe1\xed\xe4\x44\xe7\x5e\xb9\xfc\xc8\x9d\x38\x9e\x90\xca\x01\xaf\x59\x4f\x14\x0f\x4f\xc4\xd1\xb5\xe6\xf0\x76\x72\xcc\xf5\x81\xdf\x4c\x1c\x93\x3e\x60\xb2\xb9\x36\x1f\xbd\xa3\xbc\x1e\xf3\x85\x2e\xb7\x1f\xdf\x63\x5a\x68\x4c\xce\xb4\xd2\x42\x1f\x3d\xa7\x14\xfd\xe0\xe9\xf0\x9c\x72\x12\x50\xf0\x20\xb8\xac\x1f\x5d\x1b\x8a\x7e\xc6\x74\x74\x77\x78\x1a\x0b\xbe\x8f\x87\x2b\x04\xa6\xc4\x56\x05\x65\x20\x85\x1a\x69\x55\x80\xb6\x5a\x39\xc4\x4d\xe0\x14\x97\x0c\x7e\x03\x71\x8a\x24\x03\x63\xc1\x80\x9a\xa0\xa9\x56\xd1\x77\x88\x6a\x16\x63\xc1\xe5\xfa\x94\x49\x2b\xd7\xe6\x62\x7e\xc8\x0f\xe5\x26\xc6\x94\xa5\x0e\xe5\xe6\x51\x59\x57\x74\xcb\x3f\x94\x75\xa7\xfa\xf9\x2a\xa6\xe8\xab\xce\x17\xa6\x24\x6d\x6d\xd5\xf9\x3a\x2a\xeb\x8a\xca\xa7\x43\x59\x87\x49\x57\x95\xe3\xa1\xaf\xe7\xef\xf9\xbc\x15\xe5\xd3\x79\xfe\xc4\xcf\xf3\xe2\xa1\x4c\xc1\x14\xfd\x4a\xe9\x74\x5d\x80\x30\x31\x39\x6b\x4f\xd7\xf7\xd7\xa3\x9a\xa4\xb0\x69\xd4\x24\x98\x28\xba\x9f\x2e\x6e\x1f\x55\x08\xa5\x38\x87\x0e\x15\xc2\x19\x40\xce\xc7\x43\xb2\x39\x4a\x1d\x45\x3f\x03\x3c\xca\x1f\x4f\x13\xeb\x4d\x2b\x1d\x5f\x11\xb9\xe8\xf7\x49\x07\x22\x1f\xf1\xb1\xb4\xfc\x97\x37\x27\xff\xff\xef\xfb\xa7\x97\x9f\xfe\x29\xd2\xfc\xf1\xf3\xe7\xfd\xfe\x45\xff\xf0\x49\xff\xd4\xe8\xb1\xf6\xf9\xf0\xbe\x7f\xfa\x47\x54\x9f\x3e\x7e\x72\x2f\xfd\xf7\x9f\x01\x00\x00\xff\xff\xf8\x60\xf3\xef\x70\x35\x00\x00"); +func _eegf ()([]byte ,error ){return _c (_gffg ,"KSCms-UHC-HW-H")};func _de ()([]byte ,error ){return _c (_gdb ,"Adobe-CNS1-1")};func _cfe ()(*asset ,error ){_fggf ,_ebeg :=_caa ();if _ebeg !=nil {return nil ,_ebeg ;};_gfcg :=bindataFileInfo {_dae :"B5pc-V",_fb :624,_ae :_be .FileMode (436),_g :_a .Unix (1580491499,0)}; +_gbce :=&asset {_dd :_fggf ,_ef :_gfcg };return _gbce ,nil ;};func _adb ()(*asset ,error ){_gaef ,_bbb :=_gfec ();if _bbb !=nil {return nil ,_bbb ;};_aadg :=bindataFileInfo {_dae :"Adobe-KR-6",_fb :1493,_ae :_be .FileMode (436),_g :_a .Unix (1580491438,0)}; +_gdga :=&asset {_dd :_gaef ,_ef :_aadg };return _gdga ,nil ;};var _ceca =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\xbd\x4d\xeb\x2f\x3b\x92\xa0\xb7\xbf\x9f\xe2\x2c\xc7\x8b\x71\xa7\xa4\xd0\x1b\x14\x17\xcc\x8c\x1b\xf7\xc0\xd8\xc6\xed\xb1\x0d\xc6\x8b\x7c\x6d\x0a\xdc\x55\x45\x75\xcd\xa2\xbf\xbd\xd1\xf3\xe8\x54\x1b\x63\xb8\xb5\x7a\xce\x5f\x27\x53\x3f\x29\xa4\x54\x84\x42\x21\xe9\xef\xfe\xc3\x3f\xfc\xc7\x7f\xf8\xc3\xef\xff\xf2\xe3\xef\xfe\xe7\x3f\xff\xf1\xfe\xc7\xf7\x2f\x3f\xbe\xdf\xff\xe1\xf9\xf3\xfb\x2f\x7f\xfc\xaf\x7f\xbe\xdf\x1f\xd7\xfb\x4f\xbf\xff\xc3\x2f\xbf\xa4\xfc\xe3\xf9\xfd\xfd\x97\x9f\x7f\x82\xfb\x9f\xcf\x3f\xfd\xf2\xcb\x7a\xff\x1f\xff\xf5\x5f\xfe\xf2\xfe\xf3\x3f\xfc\xe1\xfb\xe3\x8f\xe2\x73\xcf\x7f\xfd\xd3\x7e\xf6\xc7\x8f\xbf\xfb\x5f\xde\x7f\xfa\xfd\xbf\xfc\xe5\xcf\xff\xfa\xe3\xdf\xfd\x77\xcf\x1f\xaf\xf7\xbf\xf9\xf1\xbc\xdf\x4a\xff\x9f\xfe\xfc\xbc\x7f\xfe\xfd\x1f\xfe\xe9\xc7\xbf\xfb\x4f\xe7\x9f\xce\x3f\xa4\xbf\xfe\xc7\x3f\xfe\xd7\x3f\xfd\xe9\xff\x7e\xff\xf9\xfd\xc3\x5f\x7e\x04\x69\xef\x1f\x1e\xf8\xcb\xdf\xfd\x87\xff\x7c\xfe\xe9\x7f\x3c\xff\xf9\xfd\xf1\x77\xff\xe5\x0f\xbf\xff\x4f\xff\xf0\x8f\xff\xfe\xbf\xfc\x87\x7f\xcc\xff\xfe\x7f\xe0\x7f\xf9\xcf\xff\xed\xfd\xf3\xbf\xfc\xfe\x8f\x7f\xf8\x91\xf2\x7f\x7b\x1c\xed\xdf\xd2\xff\xd7\x7f\xfd\xd3\xfb\x23\xed\x5c\xfe\x8f\xff\xf2\x0f\xff\xf1\xc7\xff\x99\x7e\xa4\xe3\x47\xae\xa5\xb6\xff\x6b\xa7\xff\xef\xff\xf9\x8f\xcf\xfb\xe3\xf0\xaf\x6c\x0d\xee\x3f\x3e\xef\xbf\xfc\xe9\xbc\xdf\x3f\x9f\x7f\xf8\xa7\xf7\x97\x1f\x3f\x7e\x77\x1c\xc7\xf1\xeb\x8f\xdf\xfd\xc7\xfe\xf7\x7f\xff\xeb\xfa\xfb\xbf\xf7\xef\xbf\xff\xfb\xf5\xf7\xfb\x87\xe7\xff\xf3\xc6\x2f\xc9\x8c\xfe\xf0\xc7\xbf\x3c\xef\x67\xda\xcf\x3c\x8e\x23\x7d\xbf\xfe\x48\xeb\xad\xff\xf7\x7f\xff\x92\x8e\x63\xff\xfa\xef\x9f\xbf\xbe\x91\x7d\xa3\x5e\xeb\x8d\xf5\x8f\xdb\xbf\xef\x5f\x7f\xcc\x4e\xc2\x43\x42\x7f\x7f\xfd\xd1\xf2\x4a\x38\x13\x09\x67\xf9\xf5\x47\x3a\x78\xe7\x0c\x53\x62\xa5\xf0\xd2\x59\x4d\xa9\xbf\xfe\x68\x3e\xd2\x4c\x68\xbf\xfe\x98\x93\x84\x6e\x42\xff\xf5\x47\xcf\x07\x29\xc3\x94\xf1\xeb\x8f\x16\xe6\x32\x4d\x99\xbf\xfe\x48\xd5\xdf\x3e\x4d\x39\x7f\xfd\x91\xc2\xb7\x2e\x53\x56\xf9\x0f\x73\xb6\x06\x0b\xa9\x16\x52\xac\xc2\x42\xaa\x16\xe7\x35\xe5\x5d\x29\x41\xca\x67\xca\x92\x5c\x26\x9f\x4b\xc9\x2c\x74\x6b\x75\x59\xf3\x85\x36\x79\xeb\xca\xa6\x2c\x59\x54\x9f\x51\x16\x0b\x2d\x2a\x29\xca\x62\x21\x55\x73\x56\x18\x0b\xbd\x0f\x52\x94\xc6\x42\x4a\xe6\xa3\x34\x16\x52\xf1\xb7\x94\xc6\x42\x6a\xd4\xfd\x52\x1a\x17\xd2\xf0\x19\xa5\xb1\x90\x32\x75\xbf\x94\xc6\xb5\x6a\x6a\x53\x5c\xd6\xf4\xa2\xa6\x6d\xa5\xdc\xd6\xf4\x5e\x25\x6c\xe4\x73\x5b\xc2\x85\x54\x28\xf3\x6d\x09\x9f\x95\xd2\xf9\xf5\x67\xa7\xf4\x25\x0d\x6a\xfa\x58\xe6\x85\x14\xb4\xd7\x63\x99\x9f\xf5\xeb\x83\x7a\x3d\xfe\xfa\x42\xaa\xe4\xf3\xfa\xeb\xef\xfa\xf5\x49\x99\x5f\x7f\x7d\x21\x29\xc3\xd7\xdf\xfa\x56\x8a\xfd\xe7\xdb\x29\xfc\x3a\xb5\xf8\xfc\xf5\x8f\x5f\x47\xaa\x9f\xbf\xfe\x7d\xbf\xfe\xc8\x69\x3d\x93\xfc\x3e\xc0\x2c\xcd\xa4\x64\x52\x22\x69\x49\x28\x25\x5a\x15\xcc\xd2\x26\x49\xc5\xa4\x42\x52\x90\x74\x9a\x74\xae\x24\x04\x90\xd2\x65\xd2\xf5\xeb\x8f\x19\xf4\x99\x94\x29\x27\x48\xf9\x98\x99\xb4\x61\xda\xe0\xb1\x83\xa4\x69\xd2\x5c\x49\xc9\xa7\xcc\x3f\x93\x7f\x33\x33\xf3\x5f\x98\x85\xaf\x31\x15\x8b\xbf\x90\x82\x0a\x85\x29\x41\x0a\xf5\x09\xeb\xb3\x90\xf8\xb2\x52\x98\x51\x50\xd0\xe2\x6b\xb7\x49\xeb\xc3\x2f\xb4\x70\x8a\xc7\xa4\x87\x9f\xa3\x86\xd5\xac\x2a\x59\x15\x52\x94\xcc\x42\x0a\x64\xd5\x14\xf2\x42\xa6\x13\xa6\x66\x91\x16\x72\xa6\x00\x4d\x11\x34\x45\x40\xd6\x4d\x11\x34\x45\xe0\x53\x8a\xa0\x29\x82\x41\x92\x25\x6f\x8a\xc0\xdc\x5f\x93\x5e\xf2\xa2\x6d\xda\x67\xd2\x47\x5e\xd4\xaf\xfb\x8b\x0b\x39\xf3\x50\xb7\x7a\x0b\x39\x53\x84\x6e\x4e\x0b\x99\x41\x20\xf9\x69\x80\x69\x82\x2f\xdd\xc8\x84\x41\x20\xdd\xbe\x75\xfb\xfb\xfc\xd8\xed\xef\x2f\xcc\x32\x29\xf8\x63\x4e\x0b\x33\x12\xf2\x7d\x14\xcb\xc2\x0c\x86\xd2\xf4\x28\xdf\x85\x19\x89\xea\x3d\x0a\x78\x61\xc6\x61\x52\x98\x14\x3c\x45\xd1\x3f\xcb\xb5\x30\x23\xaf\xbc\x72\x25\x7b\x30\x23\x0d\x92\xc2\x24\x5e\xa4\x6d\x72\x9d\x26\x21\x76\xc6\x83\x5c\x4f\x93\x4e\x92\x26\x49\x97\x49\x76\x98\xd5\xf3\x72\x67\x5c\x03\x33\xca\x6a\xaf\x3c\x28\x2a\x98\xc1\x08\x90\xc7\x6d\xd2\xcd\x53\x14\x62\x52\x47\x30\x83\x1e\x9a\x15\x4e\x56\x38\xf4\xab\xe2\xa7\x0a\xe8\x7a\xc5\x0f\xb5\x1c\xab\xeb\xd1\x89\xca\x51\x4c\x59\x3f\xe7\x23\x61\x42\xfc\x1c\xc4\xcb\x51\x4d\xa9\xab\x45\x1b\x29\xcd\x14\x06\xd6\x83\x94\xd3\x94\x35\x8c\x16\x7f\xfb\x32\x65\x0d\xa3\xa5\xa2\x7e\x7f\xaa\xcc\xff\x5f\x2d\x5a\x8e\xdb\x17\x96\xce\x41\x14\xc5\xef\x1e\x38\x7e\x17\xbf\x7a\x90\xf8\xe4\x4a\x41\x10\x80\x21\xa5\x14\xcb\x56\x18\x76\x97\xac\x8a\x5f\x0e\xe8\x95\x94\x69\xca\xd2\xc2\xe9\x48\x4b\x7a\xe5\x54\x0e\xe8\xc9\x23\xf3\x94\xaa\xaa\xdc\x3c\x55\x10\xce\xed\x53\x37\x4f\xa1\x4e\x8b\x62\x07\x6b\x70\x42\x1a\x76\x4a\xb0\xd2\x28\xe8\xa3\x3c\x9e\xcb\xb4\x95\x5d\xd8\x1c\x20\x1d\xb4\x50\x24\xb2\x8b\x54\xf9\x85\x49\x12\x35\x8a\x42\x12\x03\x6e\x58\xc9\x88\x0f\x8d\xcd\x53\xf6\x54\x90\x0e\x3e\x97\xb0\xc3\x81\x3d\x6e\xa6\x17\x5d\x26\x66\x59\xd6\x49\x7a\xaf\xc7\x24\xba\xfd\xd2\xff\xf9\x58\x1d\x64\x23\x97\x44\x4a\x31\xa5\xfc\xfa\xa3\xad\x06\xce\x07\x25\x15\x6d\x8d\xa3\xf9\x48\xc9\x14\x46\x4d\x12\xcc\x66\x21\xed\x14\xb3\x59\xf8\x99\x12\xa6\xc4\x6e\xaf\x7c\xac\xba\x6f\xb4\xc6\x8f\x23\x01\xd1\x96\x00\xf2\x91\x86\x29\xf3\xd7\x1f\x6d\x0d\xb4\xf9\x40\x95\x88\x94\x4d\xb9\x4d\x79\xd6\x33\x16\xf0\x35\x65\xa9\xd2\x4c\xce\xd9\x4a\xe4\xd5\x37\x3a\x39\x67\xcb\x9c\x29\x33\xc2\xc8\x96\x27\x53\x1e\x53\x2c\x4f\xa6\x3c\x94\xb9\x98\xcf\x42\xf7\xb7\x8a\xf9\x94\xb2\x4c\x1f\x9f\x99\xa6\xac\x12\x26\x4a\x58\x2e\x53\xae\x5f\x7f\xf4\x82\x34\x8a\x65\x5e\x48\x39\x25\xca\x58\x2c\xf5\x42\x59\x63\x6c\x3e\x42\x99\x05\xc6\x22\xef\x85\x79\x2f\xac\xf7\x28\x41\xb7\x4c\x1d\x45\xdd\x3b\x49\xbe\xd8\x27\x49\x94\x6a\xf8\xd4\x20\x69\x90\xd9\x69\x21\x4e\xfa\x48\x25\xe9\x79\x48\x5a\xe8\x7d\xc9\x40\x33\x40\xa4\x34\x6a\x25\xad\x98\xb6\xea\x4c\x0d\x13\x63\x87\x58\x4f\xf9\xe6\x34\x6d\xfe\xfa\x63\x94\xc3\x17\x4f\x93\x4e\x92\x82\xa4\xcf\xa4\xef\xaf\x9d\x37\x6b\x41\x88\x71\x20\x8a\x64\xd7\x00\xbd\xf9\x9b\x99\x6e\x08\xc6\x61\xc1\x6c\x54\x90\xd7\xc7\x9d\x93\x4d\x08\x66\xd9\x0f\x5d\x26\xad\xd6\xe8\x4b\xf2\xa9\x58\x7a\xbe\xbc\x25\xa2\x95\x56\x2d\x03\xc3\x7f\xe9\xbc\x58\x7d\xb1\xbe\x24\xf1\x66\x53\x3a\x4b\x11\xf7\xea\x53\xcd\x3a\x2e\xad\x3b\xb2\x85\xb7\x85\xd2\x6a\x8e\xb1\xab\xd8\x7d\xaa\xf3\xd4\xa4\xa8\x5d\x49\x2c\x8c\xb2\x94\x57\x4e\xd3\x17\xd7\x38\xd6\xd7\x58\x99\xd3\xb4\x86\x0b\x7d\x8d\x8c\x39\x4d\x0b\xba\xd0\x0b\x45\x9f\x61\x0a\x43\x7b\x3e\x28\xe8\xb4\x8a\x93\x2a\xe6\x44\xb1\xa6\xb2\x99\xdd\xe7\x68\x8e\x39\x4c\x9b\xa6\x51\xd6\xdb\xfc\x96\xcd\x3b\x8a\xb2\xbf\x7d\x75\x61\x14\xc6\x92\x74\xdf\x26\xdd\xbe\x49\xd9\x1e\xcb\xef\xa0\x99\x0f\x5e\x7d\xac\xc1\x42\xaf\xe4\xff\x98\xff\x42\xaf\xd4\xfb\x35\xfb\x85\x71\x24\x93\xba\x49\x9d\x24\xde\x7b\x2d\xeb\xc2\x38\x18\x65\xd2\x6b\x9f\x7b\x91\x34\x9f\x55\xb6\x03\x83\x4e\x27\xcf\x8e\x7a\xa0\xd3\x55\xb3\x1d\x1a\x74\x3a\x49\xb6\x43\x83\x94\xd3\xf0\xbd\x6e\xda\x9a\x87\xad\x59\x45\xce\xc7\x30\x65\xfc\xfa\xa3\x87\xbf\x76\x9a\xe2\xf0\x34\x4d\xbb\x4c\x5b\x1d\x6e\x69\xfa\x9c\x1d\x41\x41\x6f\xf4\x91\xec\x18\x0a\xda\x32\xed\x73\xf6\x2b\x00\xeb\x5b\x1f\xa4\x99\xfd\x42\x6f\xbf\xad\x6d\x73\x4e\x8f\x2f\xac\x0f\x7a\x19\xc6\x39\x3b\x38\x82\x7e\xf8\x43\x9f\x29\x1f\xa5\x41\x20\x8e\x97\xa0\xd7\x46\x8a\x02\x71\x74\x34\x45\x71\x64\x2a\xef\x5b\xd3\x94\xf5\x35\x04\xe5\xcd\x96\x77\xa1\x07\x3f\xef\xd7\x97\xf3\xbd\x7e\xcc\xb7\x2c\xe2\xc2\x48\x13\x61\x64\xcb\xb8\xd0\x5b\x46\xf8\x85\x4e\x02\xfa\x61\x8a\x25\x5a\xe8\x8c\xce\xd9\x51\x15\xb4\x46\x46\xc5\xbc\x0b\xd5\xa7\xd4\xa1\x54\x43\xa9\xa2\x41\x72\x55\xf6\x0b\x1d\x15\x97\xfd\xae\x41\xe3\xeb\xcc\xcd\x26\xc3\xba\x40\x5b\xe5\xd6\x4c\x59\xdd\xe1\x30\xc5\xda\xae\x4f\xbf\x37\x44\xdb\xcd\xb9\xef\x5f\xe3\xa9\x61\xda\xb2\xfc\x7a\x50\xca\x61\x4e\x63\xe5\x14\xbc\xe7\xe7\x9a\xe7\xee\x7e\x94\xc0\xcf\x15\xac\x34\x6a\x33\x6d\x03\x3f\xe1\xc4\xc8\x95\xfd\x84\xc1\x4a\x43\xea\x53\x39\x2c\xfc\xdb\xbb\x0a\x79\xaa\x25\x27\x92\x38\xad\xf7\x79\xf8\x1c\xa5\x3b\x2d\xcb\x42\xaf\xe4\x76\xd9\x61\x2e\x3a\x4c\xe1\xc5\xd7\xcc\x16\xfa\x98\x3c\xf5\xfa\xd4\x82\xda\x53\x3b\x55\xfc\xfc\xa8\x8a\x1f\x15\x58\x03\xd3\xaa\x41\xf1\x5b\x00\x58\x72\x39\x02\xc9\x82\xf5\x2d\xac\xf2\x87\x6d\x14\xdd\x8f\x76\x15\x35\xd4\x7b\x31\x18\x24\x18\xa1\x63\x20\x8d\x58\x23\xe9\x38\x68\xdc\x98\x74\x93\xb8\xd6\x78\xa6\x0e\x0d\xdc\x0c\x39\x6e\x0c\xad\xc2\x30\x1a\x0e\x5e\xf1\x62\x04\x16\x46\xa1\x78\x2d\xc7\xc2\x60\x6a\x94\xab\x95\xaa\xc1\xd7\x8d\xce\xac\xd5\xa4\x85\x91\x6b\x22\xe9\x35\xe9\x25\x69\xfd\x66\xb5\x47\x81\x91\x19\x99\xaa\x1d\x08\x8c\xcc\x50\x58\xdb\x63\x12\x2f\xf2\x09\x55\x66\x6c\x62\xe4\xba\xc4\x5f\xd5\x30\x60\x64\x3e\xc6\xda\xcd\x7e\x89\x67\x64\x7a\x6c\x1d\x26\x2d\x91\x8c\x4c\xbb\xd5\x31\x4d\x9a\xbc\x48\x21\x86\x85\x18\x14\x82\xee\x58\xc7\x65\x12\xda\x8a\x21\xac\x32\x59\x11\x23\x87\xd9\x5b\xd4\x85\x91\xc3\xec\xad\xf6\xa0\xf4\x88\xb5\x0e\x4b\x3f\x28\x3d\x96\x60\x55\x61\xd5\xd5\xdb\x47\xe6\x93\xa8\x76\x44\xd0\x19\x92\xea\x69\xe1\x17\x3a\xba\xbd\x9e\xd9\x94\xcc\x60\xef\x6b\x96\x1d\xa7\x57\xde\x3f\x78\x5a\x78\xdc\x5e\x39\xa3\x46\xeb\xe5\xab\x17\x6a\x94\xc2\x5f\xc5\x14\xd4\x28\x65\xb7\x4f\x80\xf5\x7d\x90\x3f\xce\x27\x31\x8e\xe4\x63\x0a\x62\xa1\x63\x31\xd7\x4b\x39\x2c\xf4\x82\xb0\x6e\x6b\x73\xdb\xf1\x27\x62\xbe\xad\xcf\x8d\xf9\x82\x0a\xad\x6a\x55\xd0\x33\xe5\xbc\xfd\xbd\x1b\xd7\x5f\x23\xc5\x06\xbb\x69\x30\x4b\x70\x5b\xc1\x85\x9e\x29\x81\xba\x18\xa4\xa3\x1e\x96\xc1\xa6\x58\xe8\xa8\x9c\x7a\xdb\x12\x0b\xdd\xbe\xfc\x2a\x96\x97\x3e\xc3\x27\x55\x5f\xdb\x66\x61\x64\x3e\xc6\xfa\x56\x93\x68\x2e\x46\x84\xaa\xc2\x06\x29\xef\xce\xec\xf7\x0f\xb4\x25\x9b\x9f\x4a\x3b\xc8\x9e\x06\x6b\xea\x59\xd0\x73\x26\xa5\x99\x82\x10\x12\x29\xaf\x29\x2f\x86\xde\x92\x42\x73\x84\x00\x3f\xc7\xa9\xe6\x3c\xa0\x25\xba\x1f\x03\x7b\x53\xd7\x81\xe1\xd8\xd2\x54\x76\x60\x64\x7f\x31\x2c\x56\xe0\xbd\x24\xfb\x30\xfb\x85\x8e\xe5\xda\x1c\x6c\xc0\xc8\x29\xfd\xb6\xe6\x6d\x7e\xde\x60\x1c\xa9\x93\x64\xb6\xcd\x0e\x4b\x71\x5a\x31\x49\x91\x14\x92\xc2\xa4\xe0\xa9\x41\x92\x52\x6a\x48\x9c\x11\xab\xa9\x7d\xc0\xc8\x18\x3f\xad\x75\x93\xec\x9c\x54\x04\xdf\x51\x6e\x6d\x6a\x8e\x98\xd9\x69\xda\xd2\xc9\xdd\xca\x29\xb9\xe6\x6c\x04\x33\xad\x39\xee\x80\xde\xcd\x5e\xc9\x35\xda\x73\x95\xb4\x6b\x48\x75\xdd\x0c\x89\x79\x55\xd7\x42\xe9\xce\xcf\x1c\x18\x7a\xa5\xac\x60\xf5\x8e\x55\xf1\xde\x4d\xeb\x34\x0d\x0a\xa9\xfb\x85\x83\xa1\x01\xf9\xe2\x25\x11\x29\x9c\x44\xbc\xa3\x9a\x56\x99\x49\x56\x9f\xeb\xa6\x75\x1c\x79\xfb\xb9\x69\xda\xe4\xdd\xfd\xdc\x65\xda\xc5\x73\x7c\x3e\xaf\x23\xd9\xbb\x86\xad\x54\x06\x9f\xf0\xeb\xb8\x05\x22\xf3\x71\xbe\x8e\x5b\x20\x45\x50\xd9\x57\xfb\x1c\x44\x0b\x93\xb2\x49\xf9\xd7\x1f\x45\x63\xe2\xd5\x42\x07\xa1\x89\xfe\x3a\xe2\x81\xf0\xe3\x78\x55\xf9\x20\xd5\x82\xe5\xf8\xaa\xf2\x41\x8a\xca\xb0\xf4\xaa\xf2\xc1\xaa\xbe\xbf\x30\x4c\xc3\x9f\x5b\x9b\xef\x5a\xfd\x85\x8a\x87\x21\xbf\xd3\xda\x2f\x54\xa7\x39\xef\xb4\x56\x0b\xa5\x31\xfe\xbf\x0e\xbd\xa0\xd8\xd0\xaf\x2d\xf3\x9e\xb8\x32\x9b\x6f\x9e\xd6\x8a\xb5\x8d\xd0\x00\x7c\x4f\xab\xc5\xea\x46\xc5\x99\x97\xdf\xd3\x3a\x9c\xd4\x01\xcf\x7f\x7e\x4f\xcb\x7b\x52\xde\x3e\xa8\xd7\x69\x79\xf1\xcc\x14\xc7\xfc\xd7\xe1\x1c\xa4\x32\x19\x82\x5f\x87\x73\x90\x62\x4e\x9f\xb3\x09\x17\x96\xd1\x46\xd2\x63\xd2\xc3\x63\xf6\x88\xd3\x56\x65\x29\xa3\x4c\x3e\xfe\xf7\xb2\x6a\x0b\xa9\x1e\xf4\xfd\x57\xed\x00\xfe\xfa\x13\xea\x07\x90\x42\x4b\xeb\x55\x1b\x80\x14\x07\xf3\xec\xf7\xb2\x1a\x2c\x3d\xc4\xb1\xdf\xb5\x78\x97\x2e\x2f\x94\xb8\xde\x18\x91\xca\xee\x3b\x97\xe5\x43\x4d\x44\xc2\x8a\x7a\x55\x13\x20\x4d\x54\xd5\x7b\x5b\xbc\x85\x54\x75\xaf\xbc\xb7\xc5\x5b\x48\x65\xe0\x2a\x79\x9d\xb7\x81\xdc\x18\xba\x5f\x35\xcc\xeb\x62\x45\x1b\x48\xe0\x56\xc8\x37\x42\x1e\x36\x9a\x0a\x04\xa4\x8a\x27\x35\xbf\xb7\x25\xbe\x5d\x1a\x1a\xfe\xac\xdd\x07\xbb\xa9\x66\xbb\xfb\x63\x89\x17\xca\x61\x3b\x3a\xe7\x03\xa9\xaa\x58\xde\xc7\xa2\xb0\x4a\xf2\xd7\x57\x15\xe8\xd3\x15\x8a\xcf\xd9\x57\x16\xd6\xa0\x48\x92\x25\x79\xfc\x62\x95\xe7\xa3\xec\x58\x3e\x29\xc3\xee\xf8\x58\x3a\x16\x50\xca\x60\x46\xf2\xaa\xcf\x40\x6a\xca\xce\x79\x24\x28\xc5\xce\xe8\x3c\x12\xa4\x82\x4e\x7d\x5f\xfb\xdd\x42\x76\x06\xf4\xbe\x96\xe3\xc5\x2b\x1e\x3e\xe5\x4f\x2e\x94\xc9\x1c\xe4\xfd\xac\xfc\x42\x6a\x68\xbd\x4f\x45\xf8\x69\x08\xd3\xe7\x3e\x7c\x84\x62\xe8\x5c\xf8\x1c\x5e\x41\xe0\x49\xcc\x9f\x13\x55\x10\x07\x1d\xe4\xc3\x91\x2b\x52\x61\xf4\xfa\x54\xaa\x20\x12\xda\xff\x53\xab\x82\x92\xbb\x79\x75\x93\xfa\x7a\x2a\x59\x88\x61\xd2\x92\x75\x65\x58\xfa\xf4\xe2\x80\xc8\x38\xb8\x3e\xe7\xb8\xa0\x38\x74\x7f\x4e\x71\x41\x29\xd3\x5f\xbc\x4d\xba\xd7\x8b\xc9\xbc\x1e\x93\x9e\x95\x94\x2d\xfd\x6b\x12\x03\xed\x2e\xfd\x67\xd2\xb7\x92\x90\xea\xa7\x0f\x12\x44\xa6\x1d\x3f\xa7\xd0\xa0\xa4\xe6\x53\xca\x6b\xa1\x4c\x06\xd0\xcf\x39\x34\x88\x3c\xe3\xb7\xd5\xf6\xa7\x9f\xf2\x4b\x4b\x76\xe5\x30\x13\x65\xb7\x10\xe5\xa0\xd8\x49\xd9\x2d\x64\xbd\x43\x9f\xae\x4a\x50\xf4\x04\x7e\x49\xd9\x2d\x44\x41\x21\x7f\xaa\x47\x10\x25\x9b\xbd\xb2\x5b\x88\x92\x7d\x51\xd9\x2d\x94\x1e\xbe\xa8\xec\x16\xd2\x64\xe2\xfc\x69\xdd\x80\x88\x6a\x92\xb2\x5b\x28\x09\x95\xf7\x39\x95\x07\xdb\xc9\xf3\xe9\x39\xfb\xf2\xea\x58\x15\x13\xfc\xcb\x0a\x6a\xa1\x8c\x6e\x92\x92\x58\xc8\x83\x69\xe4\xa7\x13\x00\xe4\xb0\xb5\x74\xb0\x81\xbc\xfb\x87\x8e\x01\x10\x8d\x51\xf6\xcb\x0a\x27\xf3\x11\x33\x8a\x7d\x3a\x0b\x40\x8e\x6a\xb9\x14\xce\xc2\x56\xa7\x9f\xee\x02\x10\xcd\x96\xcf\x0a\x67\x21\x1c\xd6\x3e\x5d\x08\x20\xa7\x6e\x51\x15\xce\x42\x74\x65\x9f\x15\xce\x42\x9a\xf6\x6e\xfd\xb9\x20\x4d\x6c\xad\xaf\x28\x1c\x56\x09\xbb\xc2\xd1\xc7\x0b\x52\xb5\x2b\x17\xe5\x55\xfe\x4d\xa7\x7f\x7a\x28\x40\xe8\x0d\xfa\x74\x51\x80\xd0\x6b\xf0\x15\xe5\xb5\x10\x3a\x09\xbe\xa2\xbc\x16\x42\x4f\xc6\x57\x94\xd7\x42\x6a\x8c\x97\x9f\x6e\x65\x90\xa2\xda\x75\x8a\x02\x5b\x88\x3e\xcc\x4c\x81\x2d\x44\x1f\xbe\xa9\xc0\x16\x72\x55\xd2\xfa\x45\x40\x4c\xec\x8a\x4f\xf7\x33\x48\x73\x67\xaf\xc0\x16\x72\x61\xfa\xf1\x69\x2b\x83\xed\x46\xfc\x42\x81\x2d\xd4\xc3\xf6\xd0\x7e\x06\xa5\x3a\x1c\xe8\x77\x01\x25\xf9\x55\xeb\xde\x06\xa9\x33\x5f\xfc\x42\x81\x2d\x14\x17\x05\xbe\x50\x60\x0b\xf5\x18\x66\xaf\xc0\x16\x4a\x46\x11\x7d\xa1\xc0\x16\x6a\x2a\xfe\xa2\x02\xc3\x57\x3e\x9a\xd9\x2b\xaf\x85\x32\x92\x2f\x2a\xaf\x85\x34\xaa\xe5\x52\x5e\x81\x35\xa1\x24\x42\x79\x2d\xd4\x82\x72\xf9\x42\x79\x2d\x54\x96\xb9\xf3\x17\xca\x6b\xa1\x16\x1b\x52\x57\x00\x28\xc1\x5c\xfd\xab\xca\x6b\xa1\x0c\x87\x13\x1d\x50\x20\xb3\x0e\x9c\x3f\xfd\xcf\xa0\xea\xc2\xff\xaa\xf2\xaa\xe8\xf3\xc3\xa7\x94\x57\xc5\x16\xb6\x8e\x1a\xdb\xa0\xb0\x8c\x94\xbf\xaa\xbc\x16\x4a\xb5\x67\x56\xe5\xb5\x50\x9b\xa3\x42\x55\x5e\x0b\xb5\x1d\xbe\xa8\xbc\x16\x4a\xf3\xf3\xd0\x09\x0e\x96\xb5\x4c\x92\xf2\x5a\x48\x4d\xd5\x55\x95\xd7\x42\x1a\xc3\x72\x29\xaf\x4a\xff\xda\xbf\xa8\xbc\x16\x92\x33\xe5\xcf\x79\x16\x48\xba\x02\x3e\x27\x52\x20\x55\x5f\x74\x22\x05\x52\x65\x46\xff\x39\x91\x02\xb9\x55\xf3\x52\x5e\x0b\x65\x60\x89\x7d\x4e\xa4\x40\x61\xad\x31\x7f\x4e\xa4\x40\xd1\x7f\xf3\x39\x91\x02\x29\xb4\x1b\x3e\x67\x52\xa0\xee\x4f\xad\x29\xb0\x85\xb2\x9b\xdb\xb9\x15\x28\x61\x6f\x6a\x0a\x6c\x21\xa7\x6e\xc1\x14\xd8\x42\x19\x8e\x4d\x4e\xb7\x40\xe9\xbb\x14\x0a\x6c\xa1\x8c\xe2\x53\x0a\x6c\x21\x37\xa6\x20\x9f\x9e\x1f\xb0\x4d\xdf\x4f\xcf\x0f\x48\x31\x99\x54\x7e\x3a\x22\x41\x2a\x0e\x3b\x5d\x89\xe1\x9b\x74\x1a\xf5\xe9\x3f\x03\x65\x5a\xfc\xae\xc4\x16\xf2\xb4\x71\x9d\xba\x81\xb2\x3b\x4a\x57\x62\x0b\x79\x6b\xf6\xae\xc0\x16\x52\x65\x66\xf1\x75\x05\xb6\xd0\x96\xce\xfe\x6d\x6d\xec\x32\x09\x28\x53\x6d\xdc\x95\x67\xd7\x9d\xe3\x4f\x29\xcf\x85\x38\x1c\x35\xba\xf2\x34\x60\x61\x27\x29\x4f\xa3\xb3\x98\x10\x7c\x2e\xb9\x80\xac\x09\xfa\xb9\x4e\x06\xda\xce\x5e\xb7\x19\x28\x79\x90\x97\x3e\x5c\x90\xab\xda\xd8\xa9\x2a\xc8\x59\x09\x0f\xc5\xb9\x90\xb3\xfd\xdb\xc9\x2b\x48\xb9\x50\x08\xbd\xbf\x20\x37\x6d\x3a\xa7\xb3\x20\xeb\xf7\xf9\xf4\x63\x82\xbc\xbf\x74\x27\xb8\x20\x1f\xbb\x5c\xca\x6b\x21\xef\x2f\xdd\x29\x2f\x68\x45\x6d\xec\x8c\x17\xb4\xdd\xe5\xf5\xdd\x81\x3c\x1d\x65\x9d\x03\x83\x34\x1c\xd7\x9d\x03\x83\x7c\x98\x97\x53\x60\x90\x9c\x16\x7d\x53\x79\x2d\xb4\x66\x1d\x9d\x15\x83\xb4\x6d\x09\x67\xc5\x20\x85\x2a\xce\x59\x31\x48\x53\x5b\xc2\x59\x31\xc8\x5b\x2b\x39\x29\x06\x25\x4d\x9f\x52\x5e\x0b\xcd\x25\x96\xcf\x29\x31\x68\xba\xd9\x3f\x67\xc4\x60\x4d\xaf\x48\x52\x5e\x0b\xd9\xe9\xd0\xe7\x24\x19\xe4\xb1\x0b\xa1\xbc\x16\xf2\xc8\xbe\xa8\xbc\x16\x72\xc5\x3f\xf2\xe9\x4f\x07\xb9\xf8\x59\x38\xbb\x06\xd9\xe5\xc1\xcf\xd9\x35\xc8\x53\x15\xe4\xec\x1a\xac\x89\x15\x5d\x47\xdf\x26\x28\xc3\xfc\x9d\x70\x83\xb2\xed\x62\xe7\xdb\xa0\x84\xa6\xa3\xde\x7a\x50\xa6\x43\x97\x33\x70\x90\x5c\x02\xfb\x4e\x05\xb6\xb0\xe7\x68\x9f\x73\x72\x50\x86\x1d\xdf\x29\x39\x28\x55\xe5\xe5\x8c\x1c\xf4\xe4\xd0\xe2\x84\x1c\xf4\xa4\x49\xe0\x7c\x1c\xa4\xbc\xb3\x57\x60\x0b\xa3\x39\x99\x71\x3a\x0e\x4a\xf8\xc5\x9c\x0a\x6c\xa1\x0c\x27\x46\x97\x02\xbb\x98\x14\xfb\x25\x3b\x67\x07\x3d\x39\x26\x39\x65\x07\x3d\xe1\xb4\xf8\x9c\xb1\x83\xa4\x4b\xff\xbb\x94\xd7\x42\x69\xaa\xde\x4b\x79\x2d\x94\xba\xb3\x57\x5e\x17\x1a\x41\xcd\xee\x4c\x1f\xe4\xaa\xec\x2f\xe5\x75\xf1\x41\xda\xcb\x9d\xfb\x83\x7c\xec\x24\xe5\xb5\x50\xf6\xec\xec\x52\x5e\x0b\xd9\x15\x89\x4f\x07\x01\xc8\x87\x43\xbd\xfe\x01\xd0\xb3\x43\xbd\xee\x01\xd0\xf3\x34\x2f\xe5\x75\xeb\x26\xa7\x8e\x3a\x0c\xc0\x9e\xe0\x7e\x3a\x0c\x40\x6a\xda\x84\xfa\x0b\x40\x39\x34\xc8\x75\x17\x80\x1e\xfb\x45\x85\x73\x1b\x12\x84\xbc\xf4\x20\x80\x1e\xd9\xbc\x14\xce\xc2\x76\xdc\x7c\xb7\xc2\xb9\x09\xe0\x71\x02\xfd\xe9\xb9\x06\xa9\xf9\x91\xea\x7a\x00\xd9\x25\xfc\x4f\x67\x36\xe8\xe1\x1c\x40\x67\x04\xe8\xa1\xf1\xa5\x2f\x02\x94\x3d\xc3\xd5\xbf\x0d\xd2\xd4\x26\xb8\xb7\x74\xd6\xe7\xe7\xea\xe7\xe7\xa2\x0e\x28\xe1\x17\xa9\xbf\xe2\x63\x41\x3a\xaa\x4f\x29\x9d\x85\x32\xb5\xa1\x5c\xa4\xfe\x9e\xca\x32\x4f\xfe\xe5\x77\xc5\x08\xe2\x42\xf4\x0c\xb1\x32\xc5\xe8\x19\x81\xd5\x5e\x0e\x66\xe7\x62\x94\x35\x9a\x94\x83\xd9\x79\x39\xd6\xbc\xbb\xad\x9f\x2b\x07\xd3\xee\x42\x40\x0d\x83\x50\x31\xa2\x46\xf4\x42\x46\xc9\xac\x13\xab\x86\x07\x29\x66\x4d\xfc\xcc\xea\x20\xc5\x48\x18\xc1\xfa\x67\x21\x28\x66\xa3\x37\x7f\x9e\x29\xa2\xe8\xed\x98\xbf\xa9\x84\x8b\xc1\x33\x62\x60\xe0\x17\xe3\x60\x44\xca\x39\x99\x66\x09\x8d\xa2\x48\xfe\x18\xb3\x1d\x31\x0e\x2b\xcb\x74\xa1\x1c\x6b\xdc\x1f\x41\x65\xa7\x15\x59\xe8\xd3\xfc\x19\x84\xcb\x31\xd1\x50\x88\x76\x5a\x93\x35\xba\xb6\x4a\xca\x69\x46\x5f\xfb\xf5\xc7\xcc\xd4\x96\x40\xd7\x72\x7c\x84\x97\x24\x1e\xfa\xcc\xe8\x43\xfb\x91\xf5\xa7\x90\x3e\x84\x84\x20\x3f\xb3\xfe\xc8\x3a\xfd\xf2\xbb\xe2\xf2\x77\x61\x21\x3b\x1d\x44\xfe\x16\x97\xb2\x4b\x5e\xb3\xc7\x81\xda\x29\x59\x29\x80\x81\xbb\xae\x64\x66\x8f\x25\x17\x96\x92\x93\x4f\x15\x93\x56\x85\x99\xf9\x14\x17\xb3\xc5\x20\xf0\xb4\xb8\x9a\x2d\x06\x31\xb9\x25\x2b\x3c\x30\x08\x46\x2d\x99\xa9\xa2\x18\x4c\xe6\x4b\x66\xaa\x28\x06\xa1\xc4\x25\x33\x55\x14\xbd\xe5\x83\x24\x4b\xbf\x30\x92\x95\x64\xa6\x28\x06\xe1\xa8\xc5\x05\x74\x31\x08\x93\x2e\xae\xa0\x8b\x41\x7c\x73\xc9\xcc\x14\xc5\x20\x90\xb6\x64\x66\x8a\x62\x10\x6d\x5e\x72\x28\x9c\x40\x38\xd5\x24\x85\x13\x3a\xf8\x2b\x49\xd9\xa4\xcc\x8b\x26\x29\xaf\x40\x5e\xb4\x59\x1e\xe6\x85\x2b\xff\x40\x09\x94\x3c\xac\x11\xfe\xf8\xc3\x2f\x32\x4f\x9f\xc3\x18\x39\xa2\xf3\xdc\xf4\x47\x17\x46\xf2\xd5\xe9\x8f\x4e\x7e\x94\x3e\x90\xa7\x3f\x4a\xaf\x4c\xcd\xcc\x6c\xa4\x49\x23\x55\xaa\x39\x6d\x24\x7c\xf4\x47\x4c\x8a\x3b\x6d\xa5\x49\x2b\x35\x93\x6c\x25\x5c\xf4\x47\x4c\x73\xb3\x99\x26\xcd\x44\x27\xcf\xd3\x66\x9a\x2c\xe5\x65\x3a\xc6\xb4\x52\x0b\xe9\x88\x81\xb8\xfd\x16\xc0\x4a\xf3\x55\x1b\x6a\xde\xfe\x02\x2d\xe5\x17\x02\x46\x49\xbe\x6a\x4b\x4d\x5a\x6a\x5a\x77\x5b\x6a\x6e\xb1\xf1\xd8\xa9\xd8\x8c\x93\x8c\x41\x55\x4f\x65\x84\xcb\xff\x08\xdf\x3d\x15\x92\xdb\x19\x62\x22\xb8\x53\x29\x2d\xb3\xa1\x37\xbe\xb9\x7c\x5a\xaf\x85\xc1\x96\x81\x92\x4f\xeb\x75\xda\xfd\xe8\xca\xa7\xd5\x3a\xe9\x7e\xd5\x72\x58\xab\x93\xee\xd7\xcc\xcb\x4a\x61\x36\xb0\x45\xa1\xe4\xd3\x4a\x9d\x54\xaa\x99\xbd\x95\x3a\xe9\x7e\x0c\xbc\xf9\xb2\x4e\x97\xdd\x8f\x26\x78\x4c\x5a\xdf\x79\x3a\x88\x18\x2e\x86\x24\x88\x71\xf0\xd9\x19\x3c\x5b\x0c\x9e\x4d\xd8\x5e\xc5\xf0\x59\x31\x0e\x3e\x32\x03\x68\xc5\x7a\xac\x91\x56\x4d\xe3\x23\x1e\xfe\x40\x33\xa9\xf9\x58\x27\xad\x9b\xc6\x16\x86\xb1\x2c\xf7\x52\xd4\x01\xc6\xda\xa6\x41\xbb\x14\x7c\xaf\x62\x3d\x67\x49\x4e\xd3\x4e\xd3\x2c\xca\x65\xda\x65\x9a\x45\xb9\x4d\xbb\x4d\xb3\x66\x8f\x69\x0f\x81\x4f\x95\x24\x84\x59\x0c\xd4\x1c\x74\xb8\xa2\x62\x01\xbd\x9a\x5b\xb2\x62\x0b\xe3\x60\xc0\x2a\xc9\x8a\x25\x86\xf6\xe2\x8b\xd6\x2b\x59\xaf\xe9\x9b\xd6\x2b\x11\xa4\xc5\xc8\x50\x92\xd5\x4a\x56\x8b\xa1\xb4\x24\xab\x85\x7b\x33\xcd\xc3\xe7\x76\xd9\x5c\xf7\xf5\x47\x69\xe8\x92\x93\x8f\x21\x11\x82\xfe\xc4\x38\x18\x2f\x4a\xb6\xb9\xb2\xcd\x45\x3b\x64\x2b\x95\xc3\x37\x69\x87\x6c\xad\x72\x35\x8d\x3a\x64\xab\xb5\xd0\xab\x55\xc8\x56\x6b\xa1\x57\x7a\xbd\x01\xca\xa5\xa0\x20\xd2\x4c\xb4\x82\x0a\x02\x0c\x82\x86\x4b\xc9\x36\x0c\xa1\x86\xd5\x8a\x66\xdb\x20\x5b\xd1\x44\x23\x64\x2b\x8a\x36\xd5\x0d\x59\x8a\x8a\x04\x8c\x23\xfe\x06\x35\x6d\x88\xb4\x48\x7a\xf0\x96\xc5\x69\xda\x12\x44\xc9\x54\x5a\xdd\x53\x8a\x95\xce\x88\x50\x4d\x03\x3a\xfe\xba\x52\xd4\x34\x20\x25\x5c\x84\xa5\xa8\x6a\xc0\x4a\xf3\x39\x1b\xb3\x10\x71\x87\x32\x28\xea\x9a\x62\x00\xec\xc4\x32\x2a\x2a\x1b\x30\x8e\xb0\x20\xf6\x50\x62\x60\xd3\xcc\xbe\xaa\x74\x8a\xd2\x29\x16\x4e\xe9\x84\xd2\x29\x3c\xa7\x26\x01\x2b\x0d\x29\xaa\x4a\xc0\x38\xc2\x24\xab\x1f\xcd\xc7\x68\xe0\xb0\x62\xc1\x2a\x39\x7a\xa9\x84\xf5\x0a\xeb\x65\x7f\x09\xeb\x15\x44\x76\x0e\x73\xb3\x5e\x0b\xbd\x4e\x33\xb3\x5a\x61\x1d\xd0\x98\x25\xac\x43\xf0\x95\xf9\xe1\xc5\xae\xc2\x4b\x33\x98\x64\x4f\xae\xd6\x4a\xc1\x55\x6b\x55\x89\x60\x9f\x14\xa3\x5a\xa9\x6a\xa3\x5a\xdc\x6a\xad\xd8\x46\x92\x26\x03\x6c\xa9\xb6\x6a\xb5\x7b\xfb\xb1\x54\xbb\x77\xb5\xf6\x0c\x8b\xa5\x5a\xfb\x4a\xed\x2d\x6f\xf7\x57\x71\x17\xa5\x81\x86\x2c\xdd\x7a\x11\x9e\x8a\xf9\x5e\x4a\xb7\xb9\x3a\x81\x7b\x3b\xc9\x9a\x76\xac\xcb\x4c\x77\xe8\xd6\xb4\x1b\xb9\x67\x5e\xd6\x94\xb8\xd6\xc3\xd2\x0e\x4b\x66\x9c\x56\xe1\xa9\x61\x1b\x10\x88\x94\xec\x82\xc3\xec\x59\x98\x4f\xa3\xf9\xa6\xf9\x0f\xad\x57\x92\x54\xfa\xc5\x08\x2f\xbb\x82\x3a\x19\x8c\xa3\xd0\xdb\xd4\xc9\x60\x1c\xf6\x7a\x55\x32\x18\x87\xfd\x4f\x5d\x0b\xd6\x4f\x9a\x99\x15\x9f\x54\xe9\xa0\xb0\x2a\x51\x30\x92\x23\xa4\x3a\x14\x8c\x03\x9b\xab\x68\xa0\x82\xde\x1c\x71\xd4\xaa\xc5\x90\x25\xc5\xa3\x52\x05\x83\x68\xbd\x52\xd4\xa9\xe5\x64\xb4\x55\xae\xa7\x35\x3a\xb1\x32\xec\x54\x6a\x38\x30\x0e\x3f\xd0\xcb\x5f\xbc\x18\x34\x32\x3d\xf4\xf2\x17\x2f\x7f\xd1\x17\xfd\xc5\xcb\xf0\x6a\x7e\xf1\xf6\xa9\x5b\x9d\x87\xb1\x53\x6e\x4b\xc1\x7c\x10\x37\x5f\x29\xb7\x12\xbb\x31\x62\xb0\x3a\xca\xad\xc4\x6e\x3e\x6c\x3f\xd8\x5b\x81\xdd\xa8\x71\x35\xd4\x6d\x53\xde\xf4\x94\x44\xbd\x1f\xb3\x7f\x08\x73\xf1\xab\x7e\x6c\xa3\x47\x1d\xd8\x28\xff\xe3\x47\xf7\xa8\xef\xe8\xd8\xc1\xc2\xa8\x48\x85\xf8\xcc\x12\xaa\x5e\x90\x6a\x41\x8e\xe1\xc0\x1d\x6e\x2c\x99\x69\x89\xc8\x78\x40\x91\x2a\x1b\x6f\x4a\xb0\x67\x43\xa4\xca\xa4\xb6\x54\x35\x0d\x48\xc5\x9e\x50\x1d\x89\xc0\x8e\x1e\x29\xdd\x4e\xda\x77\xf4\x08\x1f\x68\x27\x8c\x4a\xa4\x60\x73\x61\x39\x3f\x84\x0e\xd6\x6f\x2c\x41\x5d\x6a\x2e\x90\x2a\xeb\x69\xe5\xb2\x7c\x20\xb9\x82\x5c\x5e\x4d\x5d\xb0\xde\x5d\x75\x7b\x95\x0b\x58\xef\xae\x7a\xe8\x17\x11\x29\x30\x8d\x82\x79\xd6\xc6\x7a\xae\xfd\xf2\xbb\x30\x7e\x5f\xac\xb4\xf9\xcb\xef\x22\xe3\x2c\x17\x29\x88\xe5\x09\x8d\x62\xb1\x64\x75\xfc\xf2\xbb\x08\xec\x0a\xb1\xca\xb2\x9e\x0b\x06\x24\x91\x82\x48\xb9\xa8\x78\x6e\xc5\xfa\x8d\x95\x66\x18\x93\x58\x69\x63\xa5\x61\xcd\x89\xf5\x1b\xe9\x97\xdf\xc5\xc5\x82\xbc\x58\xcf\xad\xdf\x7d\x31\xd4\x84\x4b\xe6\xf1\x62\xa8\x89\x72\xec\xa4\x62\x12\x4e\xd8\x35\xbd\x8f\x17\x3b\x2d\x5e\x3a\x46\xe4\xa5\xd1\xe3\xc5\x00\x13\x05\x8f\x58\xbc\xd8\x5f\x22\xd7\x64\x66\xd3\xa4\x89\xe7\xde\xa7\x4e\x93\xf0\xaf\x2e\x83\x21\x5e\x8c\x2f\x91\x4a\xf8\xe2\x63\xd2\xf3\xeb\x8f\x52\x73\xfb\x4d\xdd\x1d\x2f\x66\x98\x28\x18\x84\xf1\x26\x2b\xcc\x9a\x37\x81\xe4\xf1\x26\x2b\xcc\xc6\x1b\x16\xcb\xe3\x4d\xd6\x8e\x6d\x35\x31\x28\x23\xb6\x9a\x08\x76\x1b\xc4\x8b\xad\x26\x72\x2b\x26\x29\x82\x85\x28\xc9\xec\x15\x41\x62\xd1\x71\xd9\xc2\xf1\x26\x45\x90\xf0\x00\x4e\xb3\xb7\xa8\x0b\xb9\xee\x17\x3f\x93\x3e\x45\xcc\x9b\xd9\xb2\x2e\x94\xa9\xf0\xb2\xa5\xc8\xae\x1b\x50\x8a\xec\x4f\x2e\x18\xf5\x10\x6f\x56\xc4\x2c\x02\x1f\x93\x4a\x66\x45\x9c\x2f\xf3\x47\xec\xac\x02\x8b\x1d\x56\x14\x6f\x56\xee\x59\x27\x36\x4d\x91\x2d\x1a\xa6\x55\x14\x3b\x49\xb1\x68\x0b\x71\x58\x29\x6c\x27\x91\xd8\x67\x1c\x6f\xb1\xb4\x2c\xd4\x12\x7d\x11\x6f\x51\x66\xc5\xf1\xc4\x66\x2a\xd6\x00\x9b\x08\xff\x61\xbc\x45\xa1\x2d\x64\xec\x9a\x78\x8b\x35\x58\xc8\xe8\xd3\x78\x8b\x15\x28\x2c\x5a\xd8\x2d\xcb\x2e\xec\xf7\x33\xba\x23\xde\xb0\x17\xb8\x43\xb5\x28\xb4\xb0\xb0\x61\x5c\x08\x85\x0d\xfb\x3d\xab\xab\x84\x28\xc4\x1b\xf6\x0c\x56\x57\x83\xcd\x36\xf1\x86\x5d\x23\xdc\xbd\x8c\x1c\xc3\xf2\x63\xfb\x44\xb2\xb4\x61\x69\x83\x68\x0e\x7b\x79\x28\xda\x85\x42\x04\x5f\xbc\x61\x47\x08\x1c\x6e\x76\x84\xb0\x02\x41\x34\x99\xf2\xa9\xfe\xe4\x42\x0b\xdb\xa4\x2a\xd9\xaa\x64\xc9\xab\x2a\xd9\x8a\x7f\x35\x51\xcb\x6a\xc1\x16\x22\xd9\x70\x55\xc1\xd6\xf9\x33\xd4\x25\xde\x6a\x6f\xa9\xe7\x5f\x03\x04\xe3\xad\x96\x95\xc5\xc7\x6e\xcf\xa8\x96\xd5\xc5\xc7\x4a\x25\xab\x65\xad\xb8\x9a\x33\xa5\x68\x0a\x76\x21\x9a\x95\xec\xf6\x95\x4e\x37\x76\x24\xea\xca\xba\xe3\x87\x1f\xfc\x62\x37\xfb\xce\x20\x66\x21\xba\xd9\xf7\xcf\x82\xf1\x93\xc3\xc6\x5c\x30\x12\x28\xde\xe1\x4f\x2e\x04\x47\x04\x84\xf1\x8d\xc2\xe8\x9d\x78\x87\x12\x5b\x28\xd3\xcf\x64\x28\x9e\x81\xbb\xbe\x53\xd6\xa1\x78\x58\x0f\xea\xf6\xeb\xa1\x78\x16\x22\xd9\x07\x86\x8d\xbb\x90\x89\xf8\x0e\x23\x20\x45\xd9\xa3\xe6\x50\x86\xa8\xb5\xd8\x3d\x6a\x58\x4b\x82\x22\x93\x49\x53\xf1\x4c\x46\x24\x87\x8c\x69\x8d\x58\xea\xc1\xe4\x0e\xa3\x1d\x45\x9a\xc5\xa7\xac\xe4\x74\x16\x42\x29\xa6\x95\x34\xd8\x11\x5f\x69\x18\xd8\x28\xe2\xb0\x43\x4d\x6b\xb9\x10\x87\x1d\x6a\x5a\x25\x96\x6c\x8e\x41\xbf\x98\x56\x09\x07\x49\xca\x54\x69\x5a\xfc\x65\xa1\x45\x32\xfb\xd3\xe2\x2f\x18\x0d\x17\xc4\x38\x6e\x44\xb2\x57\x9f\x16\x9f\xa8\x46\xfc\x93\xf1\x9e\x16\xff\xb4\xf8\x64\x7f\x5a\xfc\x85\xd2\x95\xeb\x69\xe9\x09\x73\x6c\x83\x2e\x70\x5a\x54\x56\x46\xda\x40\x86\xa7\xa2\x5e\x28\x47\xa7\x42\xe7\x2e\xea\x4b\x7b\x53\xae\xcb\xbe\x73\x51\x7a\xbf\x90\xcb\x8e\xb8\x10\xac\xc5\xc4\x7b\x59\x88\x85\x20\x32\x30\x0c\x48\x8c\x1d\x90\xb8\xbf\xe6\xcb\x6e\x71\x9d\x3f\xe3\xbc\xe2\xbd\x2c\xd8\x75\xfd\x35\xaa\x36\x08\x44\xdc\xc8\xc5\x62\xdc\x4a\x6c\x21\x57\xa5\x7f\x2b\xb1\x5b\x89\x91\xd9\xad\xc4\x16\x82\x43\x1a\xc2\xc8\x43\x11\x6c\x66\x8a\xf7\xf6\xa3\x5f\x48\xad\x9a\x97\x05\x73\x41\xa0\xf9\xa2\x05\xbb\x2f\x83\x36\x49\x52\x62\x0b\xc1\x66\x90\x78\x6f\x25\x76\xd3\x37\xfd\xb4\x6e\xbf\xc0\x85\x52\x3b\x79\x3d\x56\xe8\x51\x1b\xa4\xe3\x6f\xd0\xcc\x8f\x55\x59\xc8\xc9\x61\xfa\xb1\xf1\x17\xf2\x6e\xfc\xc7\xda\x2d\xe4\x11\x3e\x65\xed\x1e\xc2\xeb\x32\xb5\x7b\xec\x0f\x0b\xa5\x66\x4b\x64\xeb\x2c\xe4\xe6\x58\xf8\x58\xbb\x85\x66\x3b\x3c\x56\xee\xa1\x72\x99\x3e\xf9\x58\xb9\x05\x2d\xcc\x78\x5f\x2b\xf7\xee\xca\xf1\xd8\x6b\x73\xbd\x46\x15\x22\xbc\xd7\x5e\xb3\x90\x87\xc3\xd7\x6b\x1d\x17\xe2\xb0\x87\xbc\xd6\x91\x93\x26\x52\xa3\x14\xaf\xe5\x7a\x91\x7a\x36\x2f\x0b\xf6\x12\x74\x19\x24\x7d\x96\x62\x21\xb1\xab\x20\x0c\x80\x14\x79\x6b\xcd\x4f\x79\x71\x48\xc5\x50\x6b\x7e\xca\xeb\x53\x5e\xbe\x68\xd3\x2f\x94\x3c\x11\xe1\xe7\x77\xbd\x30\x4a\xa7\xde\x9f\xe5\xfa\x1c\xaa\xfc\x34\x3e\xc5\xf3\x39\xfa\xf2\x6d\x18\x74\x29\x46\xc1\x22\x31\xe8\x52\x24\xd6\x67\xc3\x08\x4b\x31\xca\x4e\x9a\x26\x4d\x4a\x66\xd2\x69\x12\xb3\x12\xfa\xa9\x21\x90\x62\xfd\xa4\xf9\x3f\xa6\x11\xb4\x87\x6d\x68\xc0\xa3\x48\x15\x33\xdb\x80\x47\x51\x2a\x56\xbb\x01\x8f\xa2\x10\x47\x1d\x06\x3c\x8a\xc4\x32\x45\x7c\x5a\x7a\x60\xfd\x24\x25\x4b\x96\x2c\x19\x32\x4d\xc5\x59\x16\x12\x81\xbb\x3b\x8c\x26\x14\x25\x15\x32\xd3\x52\x02\x85\x03\x33\xc2\xe8\x38\x11\x9c\x23\x10\x06\xb9\x89\x12\x0c\xa2\x46\xb4\x89\x60\x4f\x4c\x18\xbe\x26\x72\x0d\x5f\x54\x88\xf8\x89\x8a\xf5\x2e\x16\x75\x21\xb3\x7c\x12\x46\xaf\x89\x55\x23\xd3\x2c\x3e\xe1\x6b\x84\x04\x85\xe1\x6b\x22\x15\xc6\x5a\xe3\xcb\x44\x39\x2a\xf5\x0e\x0b\xb6\x90\xf1\xd1\x85\x91\x63\x22\x76\xbd\xc3\x82\x85\xe3\x23\x23\x93\xe1\x5e\x22\xa5\x66\x92\xed\xb6\x50\xd8\x5a\x16\x86\x7b\x89\x6c\x5f\x34\xdc\x4b\xe4\x03\x73\xdc\x70\xaf\xd8\xe1\x5e\xd5\x24\xcb\x5a\xf9\x04\x15\x75\x55\xae\x55\x6b\x8d\x51\xd4\xe0\xae\xd8\xc1\x5d\x61\xfe\x56\xa9\xb2\xef\x96\x31\xcd\xe0\x2e\x11\x9c\xd2\x10\x46\x72\x89\x42\xf4\x55\x18\xc9\x25\xb6\x95\x67\x24\x97\x88\x94\xa9\x64\x55\xd4\x0b\x99\xb5\xa4\x30\x92\x4b\x04\x07\x45\x84\x91\x5c\x22\x6a\xa3\x5c\xcd\x7a\xb7\x3d\xf6\x90\x7f\xb3\x14\x8d\xcf\xa6\x50\xd6\xa6\xc4\x1a\xa3\x96\xdf\x43\xf7\xcd\x4e\x1f\xc3\x36\x30\x30\x49\xa4\xc2\x60\x6a\x14\x92\x28\x78\xae\xc3\x28\x24\x11\x44\xfc\x85\xd1\x42\x22\x45\xc9\xe6\x6f\x2d\x3b\xb5\x2c\x66\x66\x2d\x17\xd2\xc4\xcc\x33\x5c\x28\x88\x0d\x4a\xc6\xe5\x86\xc1\x41\x22\x27\xbf\xc1\x61\xc9\xd8\x8e\x52\xb1\xe9\x8c\xde\x11\xc1\x52\x5e\x18\xaa\x23\x82\x53\x32\xc2\xb8\x1c\x31\x0a\x0a\xd7\xb8\x1c\x11\x6c\x55\x0e\x83\x70\x44\xce\x56\x7c\x58\x88\x81\xc4\x0a\xbd\x47\x9b\x0b\x04\x2b\x72\x61\x78\x8d\x18\x04\x0b\x86\xb1\x34\x62\x14\x06\x5d\x03\x67\x44\xec\xd6\x9d\x76\x1e\x56\xaa\xc2\x89\x89\x91\x33\x22\x12\x13\x77\xc3\x64\xc4\x28\x76\x28\x6d\x2e\x90\xd8\x11\x12\xc6\xc4\x88\x94\x1a\x49\xa7\xad\xcb\x7e\xd2\xc6\x08\x6e\xb4\x8b\x48\xc5\xcf\x59\xa3\x08\xc4\x1a\x00\x7f\x53\x2b\x1b\x4d\x22\x4a\x77\x30\xd4\x66\x32\x9a\xa4\x56\x6a\x77\x2a\x3c\x0e\xaa\x9a\x0e\x7c\x97\x1d\x69\x21\x57\x66\x40\x86\x7b\x88\x32\x1d\xcb\x2f\xf3\xba\x76\x77\x40\xec\x97\x99\x5d\xcc\x6d\x4c\xd2\xf2\x31\xae\x62\xd8\x1d\x6e\x7b\xc8\xcd\xa7\x6d\x3f\xd2\x18\x02\x69\x0b\xef\xf6\xd3\x60\x13\x5f\x71\xc4\xd7\xf2\x31\x14\xa2\x38\x18\x6a\xe6\x80\x51\xb0\x4e\x0d\x72\x10\x91\xec\x21\x9a\x39\x60\x95\x15\x81\x6a\xe7\x80\x48\x8a\xe7\x51\xec\x0f\xbd\xc6\x8a\x3f\x96\xf5\xd1\xbd\x83\x41\x6f\x98\x83\x88\xe4\xc8\xaa\x21\x03\xf2\x70\xcc\xd4\x90\x01\x91\x1c\xdf\x1f\xcb\xff\x30\xc0\x60\xcc\x7d\x8f\xcd\xfa\xf0\xe9\x31\x39\xf8\xb4\x6d\x40\x69\x8e\x26\x5a\x32\x9f\x96\x8c\xfd\x41\x4b\x06\xf4\x66\xbb\x69\xc8\x80\x5c\xcd\x4b\x43\x06\x94\xbe\x5f\xb4\xf4\x2f\x53\x27\xfb\x80\x26\x0a\xc8\xc5\x72\xbd\xfe\xe2\xcb\x2f\x62\xdb\x7c\x9f\x79\x7d\xcc\x9f\xfd\xcc\x3e\x7b\xca\x42\x89\xe9\x53\xf6\x94\x8f\x0f\x08\xab\xe5\xfb\x94\xc4\x42\xd1\x67\xf2\x7d\x4a\xe2\xf3\x8c\x1c\xf3\xb2\xda\xdb\x44\x71\xf8\xfd\x2c\xd8\x47\x53\x36\x8a\xaf\xd5\x02\x46\x59\xa6\x59\x35\xc6\xa4\x1e\x87\xf3\xff\xa5\x83\xab\xa7\xb6\x88\x54\x88\xc1\xad\x06\x95\x88\x60\x35\xb5\x1e\xac\x3c\x8a\x40\x89\xd5\x03\x4b\x46\x64\xce\x2f\xa9\x07\x66\x8b\x70\x21\xab\x1e\x58\x2d\xa2\x30\xfe\xd6\x03\x13\x45\x54\x1c\x48\xd5\x73\x61\xc4\x2a\x19\x3f\x89\x8d\x22\x02\xb3\xa8\x1a\xc9\x22\xca\x2e\x18\x3e\x2b\x11\x2c\xac\x57\x4f\x7e\x11\x69\x36\xf3\xb7\xac\xac\x12\xce\x25\xec\xea\xd9\x2f\x22\x58\x58\xae\x47\xb2\xf8\x49\x83\x61\xa9\xbf\xea\xf1\x2f\x62\x94\x61\xfe\x96\x3f\xa1\xaa\x13\x4f\x65\xcb\x9a\x2d\x2b\x3f\x99\x2d\x2b\x2b\x89\x9c\x91\x52\x0f\x56\x12\x45\xe1\xa8\xbd\x7a\x64\x8b\xcf\xbe\x08\x56\x55\xaa\x47\xc7\x88\x60\x71\xbf\x7a\x76\x8c\x48\xa3\xd1\x46\xb8\xa3\xc5\x2a\x2b\x55\xc2\x01\x26\x22\xed\xcc\xac\x78\x46\x6f\xee\x37\xad\x78\xb6\xe2\x96\xc2\x8a\x2f\x94\x39\x7d\xea\x36\x49\x3b\xcf\xe2\xdb\x94\x0b\x81\xd5\x52\x8f\xac\x74\xb2\x63\x9b\x6d\x59\x2c\x6c\x31\x42\x90\xf2\x17\x4b\x51\x8c\x9e\xf7\x29\x7f\x72\x1b\x67\x05\xc1\x86\xbd\x80\x28\x8f\xdd\x15\x43\x29\x86\x52\xa4\xc5\x43\x29\x06\x33\xd5\x66\x92\x3f\x19\x58\x32\x83\x2a\x85\xf2\xd1\x38\xeb\x34\x52\x28\x9e\x40\x3c\x9d\x2a\x85\x05\xc3\x5e\xfb\xf9\x94\xad\xab\xdb\x29\x51\xae\x6a\xb9\x2a\x23\x60\xa7\x5c\xd5\x46\xaa\x34\x92\x9d\xbf\x5a\x08\x3c\x51\xf8\xbc\xeb\x51\x2d\x44\xdd\x8d\xe4\x9b\x8a\x5f\xe3\xa9\xd3\x48\x55\x59\x2f\x94\xc3\xcc\x9a\xf9\xe3\xdd\x1e\x8a\xbf\x99\x7f\xd3\xa5\x51\x4c\x33\xb3\xa6\x91\x52\xc8\xad\x99\x5b\xa3\xe5\x3a\xc2\xe8\x56\xa0\x2b\x58\x9a\xa4\x2b\xd8\xee\xe9\x36\x48\xb1\xdb\x17\x3b\x7b\x74\x32\xc5\xe8\x16\x03\x53\xe9\xb0\xe6\xdd\x62\x74\x9a\x57\x29\x76\x05\xdb\x15\xac\xd9\xdb\x57\x16\xd2\x96\xe2\xb0\x10\x43\x29\xfe\xf6\x22\x74\x3d\x86\xbf\xae\xf3\x6a\xd0\xe1\x86\xf9\x0e\xc6\x7c\xbb\xc8\xb0\xc1\xdc\x4b\x5b\x0a\x15\x9e\x7e\x8f\xb8\x92\xd8\xd6\x5a\x0d\x0c\x13\xa3\x4c\x9a\x7a\x5a\x95\xed\x24\x2a\x14\x7c\x5a\x97\x85\xbc\x9b\x67\xda\x49\x16\x4a\x38\x10\x4d\xe5\x3e\x69\xc4\x61\x66\x8a\x1d\x27\x51\x10\x22\x5a\x3d\x14\x49\x64\x1c\x72\xd5\x33\x31\x45\x19\x0e\xcb\x97\x4d\x71\xe1\xf3\xb0\x4e\x97\x7d\x5c\x6f\x8c\xa3\xce\x65\xf9\x2f\x06\xba\x41\x95\x2e\xe5\x83\xfd\x81\x57\xb3\x7a\xa0\xa5\xc8\x61\x21\x2e\xbf\x51\xec\x0f\xb6\x88\xd4\xe3\xf6\x17\xf5\xb2\xf8\xbd\xdc\xe6\xc5\x59\x94\xdd\x8e\x74\x5b\xef\xdb\x4a\xd2\xd2\xb7\x15\xba\xad\x64\xf0\x93\xb7\x35\x22\x7c\x32\xef\xfc\x6d\x12\x62\x25\xd9\x1a\x53\x8f\xc7\x16\xe1\x78\xb3\x36\x11\xc5\xe3\x4f\x2e\x94\xee\x8b\x8f\x2d\xf2\xf0\x0d\xd9\x51\x1f\x1b\xe4\xc1\xab\x3f\xa9\xf7\x63\xc1\x9e\xa9\xad\xe1\x63\xb6\xc8\x43\x70\xbf\x3d\xf5\xb1\xe2\x7a\x3a\xec\xe2\xaf\x72\x7d\x91\xab\x99\xbd\x96\x42\x35\x6f\xbf\x78\x2d\x85\xe7\x60\x96\xa0\xb0\xaf\x82\x7d\x89\xa2\x57\x01\xbe\x16\xe3\x75\xb2\x17\xe6\xa6\x30\xf4\x6b\x58\xcd\xd7\x62\xbc\x14\xc3\xc1\xf5\x55\x3e\xaf\x5d\x36\x48\xfb\xfc\x3c\xf0\x75\x54\x8e\x54\xab\xc7\x67\x9b\x7f\xf6\x59\x72\xfb\x2c\xee\x67\x71\x69\xa7\xcf\x72\x7c\x8c\xf1\x13\x69\x7f\x8e\xae\x38\x3b\x08\xd5\xac\x9e\xbd\x25\x52\x5b\x93\xe1\xea\x11\x9c\x35\xb1\x27\x94\x39\x73\x4d\x2c\x70\x89\xa4\x85\x90\x58\xcc\x12\xab\xb0\x41\xda\x34\xcd\x9f\x6c\x24\x5d\x26\x39\xa0\x2f\x13\xaa\x26\xd5\x7a\xda\x6a\x1d\xed\xef\x21\x9f\x22\x3b\xee\x27\x75\x38\x08\x8e\x98\xaa\x09\x6f\x84\x08\x56\xe8\xaa\xa7\x76\x89\xe0\x30\xd2\x9a\x92\x45\x4b\x9a\x8e\x85\xa4\xd3\xa4\x93\x17\x33\x49\x96\x6c\xab\x75\xf4\x6e\x52\xad\x83\x95\x86\x84\xd4\xeb\x20\xb3\x40\x59\x3d\x16\x4c\x44\x3e\xf8\x01\xd5\x27\x28\x1c\x61\x56\x53\xb1\x4a\x85\xf8\xfa\xc4\x53\xac\xee\x88\x20\x3a\xb1\xa6\xe2\x8b\xc5\x92\x21\x46\x95\x20\x08\x3f\x9d\x84\x83\x42\x04\xe7\x16\xd4\x54\x2c\x57\x1c\x3f\x77\xcd\x56\xcf\x1a\x15\xe9\x67\x52\x31\x89\x1d\x38\x36\x66\x28\x57\x56\x6d\x06\x3d\x2a\x85\x72\x5d\xc8\xf8\xad\x6a\x52\x79\x82\x72\x28\x7d\x95\x27\x48\x8d\xcf\x24\xa9\x3c\x41\xee\x36\x88\xca\x13\xa4\x89\x6d\x91\xc2\x3a\x06\x73\xbb\x69\x92\x75\x0c\xfc\xe9\x0a\x3a\xac\x63\xb8\x9b\xd7\x5f\x7c\x4c\x62\x0e\x66\x87\x0a\x9b\x08\x27\x49\xb2\xa3\xa8\x88\x41\xce\x36\x64\x55\xf6\x0b\xc1\x11\x26\x95\x63\xd6\x36\x82\x03\x2e\x6a\x52\xe9\x82\x82\xd7\xaa\x26\x95\x2e\x48\x84\x24\xd6\x54\x15\x74\xdd\x9f\x25\x02\x6b\xe6\xdf\xcc\x9f\x1a\x35\xf3\x6f\x7e\x95\xc8\x50\x75\x0d\xdc\xc5\x5c\x53\x53\x86\xcd\xf5\xbd\x66\x9a\x42\x6c\x08\x91\x01\xc3\xd3\x57\x2b\x07\xbd\x05\x7b\x20\xab\x47\xad\x0a\xf7\x3f\xd7\xa4\x4e\x07\x69\x36\x7f\x52\x89\x35\xac\xb1\xe6\x8b\x4a\xac\xb1\xff\xd9\x4f\xbc\xdb\x51\xba\xc3\x2e\x2f\xaa\xd3\xd3\x76\x7f\x50\x2e\x75\x3a\xc8\xa3\x8c\xdf\x56\xcd\xa9\x5b\xbb\x85\xc4\xd1\x5b\xd5\x83\x5e\x45\xc1\x75\x5f\x39\xa4\x6e\x23\xfd\xfc\xb2\xbb\x55\xc1\x61\x32\x2c\xb7\x96\x01\x08\xe2\xbf\x6b\x1a\x8a\x7d\xe4\x9f\x1b\xbe\x6b\xd2\x1a\x00\x85\xc3\x63\x6a\x1a\x96\x7b\x70\x16\x08\x06\x42\x1a\xfe\xe4\x60\x8b\x39\x46\x4c\x1a\x36\x3e\xfb\x98\x34\x78\xd3\xb0\x10\x83\x1e\x98\x7d\x51\x79\xe2\x2f\x49\x0e\x1c\x5a\x16\x20\x88\xa9\xad\x1e\xa2\x27\x1a\x5b\xae\x6a\xd2\xd6\x00\xc1\x31\x4e\xd5\x83\xf5\x44\x61\x7f\x4a\xf5\x64\x3d\x11\x9c\xe4\x57\x3d\x46\xaf\x72\x72\x5e\x70\x48\x6a\xe5\xf8\xbc\x8d\x5c\xed\x6d\x5a\x1f\x20\x67\x9b\x6b\x5a\x54\x83\x73\xcd\xfe\xb4\x5c\xf8\x46\xaa\x23\xc9\x69\xb9\x4e\x67\x7b\x95\x4e\x7f\x5a\x30\x16\xa4\x38\xb4\xa9\xa6\xd3\xde\x7c\xf2\xb5\x64\xc4\x7a\x5a\x30\xb6\xfd\xb0\xed\xb7\xa6\x53\x49\x9f\x96\x95\xf6\x38\x6d\x6f\xf6\xf8\x54\x4c\xff\x74\x5a\x56\x7c\x2f\x9c\x01\x5a\x93\x26\x10\x28\x4c\x73\x6b\xba\x2c\x2b\xab\x4f\x1c\xa1\x54\xd3\x65\x59\x2f\xcb\xc5\x2f\x6a\x02\x81\xc8\x58\xbb\x49\x13\x08\xe4\x64\xf6\x9a\x40\x20\x38\x00\xaa\xa6\xcb\xa2\xe2\x82\x19\xd6\x51\xab\x08\xc4\xe1\x88\x70\x59\xae\x4b\x4b\xa6\x9a\x99\x72\xbd\x38\x52\x00\xe3\x29\x69\x3c\x81\x51\x94\xfe\x6d\xc1\x6e\x3d\x1d\x0e\x39\xb7\x25\xf3\x74\x0c\xc7\x2a\x0d\x2a\x10\x59\x6d\x72\x5b\xb2\x85\x1c\x6a\x00\x6d\x2c\x10\x1c\x70\x53\xd3\xed\xe7\xbf\x50\x0e\x3b\xa2\x66\x17\x28\x13\xa3\xd4\xf3\x90\x45\x71\xc6\x99\x34\x9e\x80\x6b\x06\x35\x3d\xe6\x85\xd7\x24\x3b\xe0\x3c\xe6\xf5\x70\xd6\xd6\xf0\x29\xf3\xe2\x08\x8c\x6e\xdf\xd4\x76\x02\x4b\x3c\xbc\xf9\xda\x6e\xef\xf1\xf3\x2c\x85\x9a\x5e\xdb\x6d\xa1\x74\xfb\xbe\xc6\x13\xc8\xe1\xc7\xac\xed\x04\xf2\x54\x5b\x69\x3b\x81\xc8\x1a\x0b\xaf\x9f\xe9\xcb\x49\x10\x8e\xd1\xaf\x65\x7d\x59\xa0\x51\xa7\x69\x60\x81\xc8\x5a\x14\x1a\x58\x60\x95\x95\x82\x69\x4d\x81\xd8\x9a\xe2\xb3\xac\x5f\x72\x30\x22\xc9\x66\xfb\x74\x94\xe3\x04\x48\x1a\x58\xc0\xe3\x21\x6a\xfa\xac\x12\x0b\x4c\xfb\x73\xfe\xec\xfc\xb8\x6a\xb2\x0d\xae\x19\x06\x52\xb1\x96\x9f\x55\xfa\xf4\xc3\x99\xbd\xe5\xff\xf0\x87\x38\x64\x7d\x96\x1f\xe7\x0d\xe7\xad\x55\xcf\x99\x14\x1e\x48\x51\xb3\xc6\x1a\x07\x4d\xae\xb2\x56\xd2\x8a\x69\x85\x05\xd4\x44\x52\x98\xc4\xe7\xcc\x47\x9f\xf5\xdd\x80\xc2\x32\x6b\xf5\xf4\x49\x91\x59\x4c\xae\x1e\x3f\x29\x12\xa7\x7c\x55\xcf\x9f\x14\x89\x00\xa5\xea\xf1\x93\x22\x38\x8d\xae\x66\x16\xa1\x44\x70\xce\x5c\xf5\x48\x4a\x91\xd8\xf6\x58\x3d\x80\x52\xac\xe2\x77\xd2\x2c\xab\x76\x1f\x7d\x2c\x6b\xf7\x81\xc1\x5a\x55\xcd\xc9\xb2\x12\x5c\x44\x84\x61\xf5\x20\x4a\x91\xd9\x7c\x59\xb3\x8e\x14\x50\xb4\x9e\x3d\x65\x52\x94\xc6\x57\xef\x31\x93\x22\x38\x59\xac\x7a\xce\xa4\x28\xc4\x13\x54\x77\xe7\x88\xc8\x4a\x5a\x47\x07\x88\x8c\x9b\xc9\x0d\x3b\xa2\x38\x97\x70\x77\x8e\x88\x6c\x1d\xf5\x86\x80\xdc\x8a\x49\x16\x62\x21\xeb\xe0\x71\xdf\x8d\x48\xa3\x99\xbd\xe5\x2a\x7c\x21\xf5\x6f\xd0\xc9\x6e\xcb\x11\x59\x03\xd9\x6d\x39\x22\x1f\x76\x2d\xed\xc4\xec\xda\x16\x16\x60\xd6\x4e\x04\xe1\x97\x97\xb5\x00\x41\x1e\xa8\xbe\xac\xb9\x97\xf7\xda\x96\xe5\xd6\xde\x03\x59\x03\x3c\x6b\xef\x65\x8d\x3b\x06\xfc\xac\x71\x07\x72\x57\xc4\x7a\x59\x40\x10\x02\x54\x3d\x23\x5d\x44\xc6\xc6\xc9\xba\x54\x40\x69\xc3\x24\xb3\xaf\xd4\xc8\xbc\xaa\xd9\x57\x4e\x17\xb3\x46\xd5\xe6\x62\x55\x29\xfb\xfd\x34\xfb\x64\xdb\xea\x90\x9f\x6c\xca\xa2\x61\x33\x33\xb3\x37\x74\x51\x64\xd6\xb6\x6a\xd6\xb8\x03\xa5\xec\xcc\x2c\xd8\xf6\xc5\x28\x32\x2d\x39\x10\x79\x67\xa6\x78\x34\xee\xb0\x75\x72\xb3\xe2\xcd\xf5\x59\x92\xf4\xce\x80\x5c\x19\xb7\xb3\x66\x1b\x88\x6c\x95\x74\xd8\x80\x14\x3b\xc9\xe2\x77\xba\x1b\x73\xd2\xac\x0f\x07\x44\xb6\x23\x69\xef\x81\xac\xa9\x96\xf5\xce\x80\xc8\xb8\xbd\x72\xb7\x5c\x9d\x06\xf1\xa9\x61\xf6\x9e\x97\x86\xf2\xe0\x54\xd1\x8d\x44\x68\x42\xcd\xc3\xae\xcb\x02\x15\xf1\x3e\x35\x6b\x83\x81\x32\xfd\x0c\xb4\xae\x40\x64\x7c\x87\xee\xa5\x12\xc1\xa6\xd4\xea\x5e\x2a\x11\x99\x49\xbc\x61\xa3\x62\x49\xda\x37\xad\x24\x07\x9e\x65\xfc\x65\xee\x6b\x12\x1e\xd7\x53\xdd\xd6\x24\x46\xf1\x73\x98\x56\x72\xba\x86\x43\x59\x35\x9c\x3c\xa4\xd4\xb9\xa1\x3b\x93\x44\x10\xe5\x5c\xb3\xe6\x0f\x18\xdc\x1c\x51\xdd\x98\x24\x72\x60\x8c\xb8\x31\x49\x14\x5d\xca\x6e\x4c\x12\x99\x8d\x2d\xd5\x8d\x49\x95\x5d\x48\x91\xbb\x49\x96\x8b\x2d\x47\xd5\x7a\x6b\x11\x81\xe0\xd4\xe2\x9a\x35\x7f\x40\xec\x8f\x59\xf3\x27\x6b\xfe\xe0\x14\xca\x97\xe5\xba\x9c\x95\x21\x56\x6d\x1d\x10\x9a\xc9\x59\xbb\x26\xbb\x28\x85\x01\x9c\x6f\x25\xb1\x30\xb8\x15\xa1\xe6\xdb\x42\xdc\x34\x11\x9e\xa9\xac\xf5\x03\x0a\x47\xe1\xd4\xac\xa5\x03\xca\x81\x21\x98\x6f\xfb\x09\xbb\x78\x87\xc3\xe5\x6d\x3f\xb9\x75\x23\x34\x1f\xb3\xac\x0b\x85\xa3\x8b\x6b\xd6\xae\x01\xa1\x79\xe2\x56\x2b\x91\xe2\x30\xb7\xc7\x9e\xc2\x3e\xdb\xa4\x9a\xd3\x9d\x04\x8a\x73\xe2\xfc\x58\x0c\xc2\x66\x88\xae\xab\x59\x77\x12\x48\x84\xe6\xd6\xac\x3b\x09\x94\x6e\x0f\xd6\x6e\x02\x23\x54\x86\x1a\x49\x20\x13\x5a\x5c\xb3\x46\x12\x08\x67\x7d\xf9\xb1\x25\x1f\xbc\xc7\xb6\xb7\x66\x53\xd6\x6c\xc2\xc1\x94\x5f\x4b\xbf\x90\x9b\x83\x98\x9e\x29\x10\x19\x97\x5c\x7e\x6d\x6f\x4e\x17\xe3\x7c\xee\x9a\x35\xae\x40\xe4\xe1\x8b\xd6\x71\x21\x11\x42\x5b\xb3\xc6\x0f\x58\xa2\xa6\xdd\x3e\x7f\x92\x83\xc3\x9c\x60\xe7\xcf\x9f\xfc\x3c\xcf\xca\x37\x95\xa1\xc6\x8f\x3a\x4d\x4b\x27\xe3\x5d\x62\xa3\x78\xcd\x9a\x35\x59\xb3\x66\xff\xa4\xa2\x60\x3b\xdc\x74\xf0\xfb\x14\xc5\x47\x4c\x24\x86\xa0\x1b\xe4\xc4\xe0\x20\xb8\xea\x06\x39\x51\x46\xf6\xa9\x6c\x52\x26\x82\x70\x92\x54\x4d\x42\x95\x87\x49\xcd\x24\x44\x81\x51\xe6\x56\x38\x31\xb4\xaf\xdd\x09\x27\x8c\xd7\xae\x6e\x7a\xab\x65\x3b\xaa\x9a\x8f\x3d\xa6\xd1\xeb\xa6\xa5\xf8\x4c\xfa\x38\xa8\x6b\x35\x5b\xd1\x9d\x55\x3c\x39\x6c\xfe\x0d\x1e\x6c\xb7\xba\x09\x0f\x00\xab\x6e\x75\x13\x49\xdf\xa2\x5b\xdd\x44\xe1\xd0\xd0\xea\xb6\x36\x91\x5d\xd6\x72\x57\x9b\x30\x78\xb7\x16\xed\x20\x90\xbb\x92\xca\x96\x91\x13\xba\x1c\xb4\x8b\x4e\x2c\xf7\xb9\x71\x26\x48\x75\x4f\x9b\x88\x62\x43\x68\x40\x81\xc1\xcd\x30\xd5\x4d\x68\xa2\xe8\x4c\x2e\x59\xa9\x64\xa5\x82\xec\x8a\xd9\x13\x01\x5d\x7c\x51\x3b\x08\x18\xae\x5a\xdd\xee\x25\x0c\x01\xad\xee\xf6\x12\x25\x58\x36\x70\xb7\x97\x48\x1c\x8b\x5e\xdd\xec\x25\x92\xee\x53\x37\x71\x89\xd5\x82\xe6\x6f\xc1\x16\x8a\x73\xf5\xe2\x72\x12\x30\x04\xb4\xba\xd5\x4b\x78\xd4\x5a\x75\x5b\x97\xc8\xdd\x26\xd2\x49\x06\xc2\x05\xbe\xa2\x93\x0c\x18\xf7\x58\xdd\xfb\x25\x32\x77\xa7\x54\xf7\x7e\x89\x34\x6d\x5b\xad\x26\x60\x3c\x59\x75\xeb\x97\x28\xb1\xb3\xb7\x92\xb1\xfb\xa4\x65\xbd\x4d\x73\x86\xca\x37\xe5\x76\x30\x61\x24\x5a\x75\x9f\x97\x28\x7a\x2d\xdd\xe7\x25\x32\x87\xfd\x54\xb7\x79\x89\x3c\x98\x89\xb8\xcb\x4b\xa4\xe6\xa7\xe1\x7a\x15\x28\xda\x05\xa5\x5a\xa5\x85\x3c\xb1\xbe\x8b\xce\x34\x50\xf6\xf7\xa3\x33\x0d\x78\x5e\x5d\x2d\x9a\x60\xc0\x70\xb2\x5a\x9a\x0d\xc2\x05\x45\xdd\x1e\xac\x55\x56\xb6\x55\x86\xdd\x51\x34\xae\x40\x1a\x76\x4e\x6d\x2b\x60\x44\x50\x2d\xba\xc4\x40\x8a\x62\x61\x75\x80\x01\x03\xbe\x6a\xd1\xde\x02\x49\x8f\x47\xd1\xde\x02\x29\xdb\x96\xda\x5b\x6e\x5b\x23\xbc\xb3\x16\xed\x2d\x30\xc2\x3e\xac\xbd\x05\xf2\x60\xb6\x5b\xb4\xb7\x40\x6a\x76\x02\xed\x2d\x50\x38\x64\xb3\x16\xbd\x65\xc0\x50\xa2\x5a\xf4\x96\x81\xe4\xc2\x9d\xfb\xe4\x84\x51\x5b\xd5\x4d\x71\x22\x15\xae\x82\xaa\x6e\x81\x13\xa9\x39\x56\xe9\x2d\x03\x06\x1c\xd5\x32\x2c\xd8\xe0\xbc\x2a\xe6\x1d\x45\xb3\xac\x78\x86\xad\xda\xa3\x68\x5e\x15\x0f\x50\xf0\xb3\x74\x55\x0c\x04\x67\xfc\x54\x37\xb7\x89\x32\xed\x3d\xae\x80\x81\x34\xed\xb0\x5a\x57\xc0\x9d\xb8\xd5\x8d\x6c\xc2\x88\xa0\x5a\x74\x2e\x01\x23\x4c\xaa\xfb\xd1\x84\x01\x32\xb5\xe8\x5c\x02\xb9\x3a\x66\x69\x70\x79\xdb\x8e\xee\x87\xa2\x75\x55\x3c\xbe\x95\x2d\x1f\xb5\xb8\xc0\x06\x52\x66\xb6\x5b\x4e\xbb\xc5\x49\xb7\xc0\xa6\x77\xbf\x9b\xd8\x91\x10\x6e\x6e\x13\xc3\x45\x25\x37\xb7\x89\xc4\xa1\x5f\xb5\xe8\x5d\x02\x1e\xb0\x58\xcb\x65\x29\x88\x76\xe6\xd2\x98\xea\x16\x38\xe1\x59\xc6\xd5\x6b\x80\xc4\x8e\x70\x70\x07\x9c\xf0\x64\xc6\x5a\xb4\x88\x40\x3e\xb0\x58\xca\xad\xa4\x39\x52\x95\xc3\xc8\xaa\xfb\xe4\x44\x19\x18\xd8\xee\x93\x13\xb9\xfb\x35\x68\x4a\x81\x12\xa8\xe9\x72\x2b\x89\x9b\x00\x16\xdc\x2e\x6e\x9d\x13\xd9\x38\x91\xa2\x23\x09\xe4\xdd\x1e\x5a\x52\x20\xbb\xc6\x5a\x34\x9b\x40\x66\xcf\x58\x75\x7f\x9d\x58\xed\x61\x9a\x65\x5d\x28\xe1\x00\xa8\x29\x05\x86\x73\xf5\xa2\xdd\x04\x76\x1c\x41\xd1\xb7\x04\x92\x7e\x85\xa2\xdd\x04\x72\xb7\xb9\xb5\x9b\x00\x47\x59\xfe\xb6\x4e\xd6\xac\x02\x69\x3a\x86\xba\x06\x08\x12\xb7\x78\xd4\xa2\xa5\x55\xf6\x1a\x60\xf7\x31\xdb\xeb\x45\x87\x39\xae\xea\xc7\x02\x79\x2a\x63\xfd\x58\x20\x4f\x87\xf7\x57\x19\xbc\xf4\x10\xfb\x91\xae\x2d\x90\x83\x45\xb5\xa2\x6b\x0b\xec\x75\xec\xa2\x6b\x0b\xec\xe5\xfd\xe2\xda\x21\x48\x2e\x5c\x15\xed\x3d\x90\xd9\xb1\x5f\x8b\xce\x2e\x90\x9d\x5c\x15\x2d\x40\xe0\x45\x2e\xb5\x68\x01\x82\xa4\xeb\xba\x68\x01\x82\x55\x6f\xd3\x94\x05\xfe\xaf\xd8\xf9\xdb\x1f\x16\xf2\xa1\xd6\xd1\x50\x04\x5e\xcf\x52\x8b\x86\x22\xd8\xeb\xeb\x5e\x5f\x25\xf6\x2a\x79\xe8\xc5\x02\x89\x23\xbe\x6a\xe8\xc5\x02\x49\xe9\x84\x96\x1c\xc8\x9c\x1a\x50\xc3\x55\x48\x90\x5a\xf1\xa9\xd3\xa4\x93\x03\x0b\x3b\x49\x97\x49\xfb\xc8\x7e\x92\x6e\x93\xd8\xa3\x72\x58\x88\xc7\x24\x16\xa0\xa8\x63\xe8\xd8\x02\x89\x8d\x32\x35\x34\x0a\x41\x99\x96\x5e\xa3\x10\x14\x22\x53\x6b\xe8\xfe\x02\x69\xf2\x2d\x86\x6b\x90\x20\xf5\xe9\x53\xfe\x62\xa2\xb9\x69\xc8\x70\x05\x12\x24\xee\x8e\xa9\xa1\x3d\x07\x0a\x77\x95\xd4\x30\x1a\x08\x14\x67\x22\x6e\x4e\x15\xab\xd5\x7c\x53\xe9\x10\xfa\xe3\xcc\x36\x8c\xf3\x01\xa9\x32\x05\x0b\xe3\x7c\x22\x5b\x0a\x93\xac\x37\xbe\x2e\x07\x89\xd0\xa0\x03\xa9\x68\x98\x79\x9f\x98\xd8\x6b\xbb\xa1\x91\x17\xfb\xa4\x51\x44\xad\x91\x07\x32\xfb\xdc\x6b\x68\xd1\x81\xa2\xd7\x32\x5c\xf5\x04\x7b\x89\x39\x8a\xe2\x29\x16\xcc\x5f\xb4\x60\x9e\x2a\x1a\x66\xaf\xc4\x0a\x5f\x83\x93\xb7\xd0\xee\x0b\xed\x3e\xe5\x63\x18\x51\xb8\xcb\xcd\x5a\x6a\xd1\x81\xc2\x86\x91\x1a\x9a\x6f\xa0\x1c\x7c\x34\xa1\xf9\x16\xae\x71\xee\x17\xed\x62\xe1\x39\x53\xbe\x68\x59\xc3\x90\xbc\xfd\xa6\x85\x0d\xa5\x48\xc5\x35\xd5\x40\x71\x44\x0b\xe3\x88\x40\x72\xaf\x49\x0d\x97\x21\xc1\x76\x67\x87\x26\x51\x6c\x7f\x13\x06\x4a\xb8\x98\x08\xf2\x96\xbf\xfe\x26\x90\xf7\xf7\xe6\x62\x22\x58\x6f\x92\xa6\x01\x04\x3c\xcb\xbe\x86\x06\x10\xd8\x8e\xf0\xd0\xda\x01\xc5\x41\xd1\x2b\x51\xc4\xca\xcc\x34\x6b\xd0\xd1\xe7\x78\x84\xc3\xe5\x44\xb0\x9d\x63\xa1\x05\x14\x5a\x40\xf6\x6c\xcd\x9d\xd0\xdc\xa9\x16\xcc\x6e\x60\x30\x75\xb2\x14\x8a\xb6\xfb\x5d\x52\x71\x97\x0b\xc1\x76\xe4\x85\xd6\x0e\xd8\x4e\xa2\x70\x6d\x10\xec\x39\x70\xb8\x10\x08\x86\xaa\x28\x86\x85\x60\x03\x5b\xb2\xe3\xb9\x36\x08\xc2\x68\xac\xd0\x7b\x15\x7b\x03\x1b\x46\x45\x0c\xdb\x97\x0d\x6c\x2e\x90\x84\xeb\x85\x60\x2f\xb8\x85\xeb\x85\x60\x3b\x3d\x42\x27\x17\xd8\x8e\xf0\xd0\xe4\x8a\x1d\x88\xe4\x27\xa1\xfb\x0a\x0c\xb5\x77\xb8\xa2\x17\x7b\x45\x0f\x77\x4f\xb8\xa2\x07\x42\x03\x31\x5c\xd1\x03\x7b\x04\x0f\x8d\xae\xd0\xe8\x72\x58\xd4\xc2\x02\xdb\x74\x0a\x2d\x2c\x30\x38\xd2\xa6\x86\x16\x16\xd8\x0a\x3d\xf4\x5f\x81\x3d\x55\x09\x6d\xae\x38\xb7\x7c\x7c\x53\x61\x2c\x44\x1c\xbf\x7d\xc9\x45\x0d\x0d\x30\x90\xf7\x48\xaa\x01\x16\x1e\x94\xef\xd8\x7d\x59\xee\x8b\x72\x33\xf7\x0b\x5d\x5e\xb1\x77\xa5\xe1\x34\x0a\x7d\x5e\xe0\xe7\x17\xe9\xf2\x1e\x48\x86\x0a\x84\x6e\x30\xf0\x73\xd8\xbc\x2c\xf7\x65\x10\x00\x06\x51\xe8\x1a\x03\x89\x7d\x0b\x35\x74\x8d\x81\x52\x99\x91\x84\x46\x1f\xd8\x16\x43\xb8\x2e\x08\xf6\xec\x26\x5c\x04\x04\x2b\x7f\xdf\xf4\xeb\xb8\xf9\x3a\x98\x51\x85\xb6\x21\xd8\xb3\x9b\xd0\x36\x04\x39\xa9\x0a\x34\xf1\xc0\xca\x0c\x99\xe9\xe1\x02\x3f\x87\x0a\x4d\xa9\xd0\x94\xb2\x2f\x69\x4a\x81\x9f\xa5\xd0\x0a\x0a\x9c\x4b\x7b\xa4\xd0\xe2\x01\x39\x54\x05\x5a\x3c\xa0\x18\x28\x16\x1a\x2e\xa1\xe1\xa2\xf8\x35\x5c\x42\xc3\xc5\x0e\xa1\xfd\x01\x4a\xb2\x77\x69\x1f\x84\xf6\x81\xa2\x76\x7d\x0c\xfc\xec\xe2\x3a\x92\xc0\xe0\x2c\xc1\x5a\xb5\x0f\xaa\x17\x8e\x32\xd0\x55\xfd\x41\x20\x1f\x54\xa8\xea\x0f\x02\x99\x23\x27\x6b\x55\xa7\x83\x25\x30\xdf\xfc\x4c\xe3\xb3\xe5\xe3\xae\x2a\xf5\xaa\x52\xa7\x41\xaa\x8b\x55\x60\x7f\xa2\x55\x57\x0e\x48\xae\x15\x54\x35\x6c\x75\x77\xb9\x01\xab\x55\x7d\x5a\xd5\xa7\xf8\xd9\xaa\x6e\x14\x50\x38\x28\xba\x56\xdd\x28\x20\x07\xea\xba\xaa\x75\xab\x6e\x94\x69\x52\x35\x49\xf3\x0c\x6f\x62\x55\xeb\x56\x5d\x2b\x4c\xe4\xab\x5a\x17\xec\x6e\xe1\x79\x13\x22\x73\xf4\x45\xad\x2a\xca\xaa\xa2\x54\x16\x2e\x05\x81\x3c\xf0\xaa\x55\xbd\x21\x55\x6f\x08\x0e\x98\xaa\xee\x04\x99\x73\x15\x6b\x55\x2b\x82\xf4\xb3\x96\x7a\x30\xc0\xcf\xb2\xba\xee\x03\x8a\x53\xe8\xaa\x6b\x02\xa4\xc1\x67\x59\x5d\xf7\xa9\x6c\x43\x72\xdd\xb4\xea\x61\x00\x61\x50\x4c\x75\xdd\x07\x84\x6b\x85\xde\x8c\x25\x3a\xc7\x28\xd6\xaa\xd3\xa1\x6e\x0f\x83\x6f\xba\xee\x03\x7e\x36\x92\xda\x08\x84\xbe\xc3\xaa\x36\x02\xe1\x34\xa5\x76\xf3\xef\x9c\x92\x8f\xaf\xab\xaa\x8d\x40\xb8\x34\x50\x5d\x38\x01\xa1\x83\xa7\xaa\xa0\x40\xe6\x88\xf7\x5a\x55\x50\x60\x70\x99\x70\xad\x2e\xaf\x80\x50\x41\x55\x97\x57\x40\xfa\x29\x0b\x27\xf2\x20\xb1\xa3\xb7\x7a\xcf\x96\x08\x1d\xd6\xde\xb3\x25\xca\x81\x1b\xc5\x1b\xb4\xc4\xca\x8c\xdf\x74\x6e\x0f\x42\x3f\x47\x35\xe4\x04\x84\x2b\x27\xd5\xe9\x3e\x48\x06\xa6\x54\x15\x14\x48\x95\xe1\xa2\x1a\x98\x02\x12\x07\x62\xd6\x3a\xfd\xc9\xa9\xc4\xe8\x89\xfa\x09\x40\xe8\x05\xae\xa7\x15\x3f\x59\x57\x42\xa7\x54\xf5\x13\x08\x95\x51\x55\x3f\x81\x50\x25\x7a\x47\x97\xc8\xdc\x2f\x53\xbd\xa2\x4b\x24\x63\x31\xaa\x2a\x0b\x24\x83\xd7\xaa\x3e\x01\x10\xce\xf6\xab\x3e\x01\x90\xdc\xd0\xe0\xb5\x5d\x75\x5f\xdb\x85\x59\x54\x1d\xd2\x41\x70\x5d\x76\xad\x2e\x80\x80\xd8\x2d\xe9\x88\x0e\x22\xcc\xcb\x89\x36\x08\xe3\x0f\xaa\xf3\x65\x10\x7b\x64\x33\x3c\x03\x84\xe1\x13\xd5\xb9\x31\x08\x2e\xd5\xae\xd5\x59\x2f\xf0\x62\xcd\xea\xdd\x5a\x22\x5c\x13\xaf\x4e\xd2\x40\x04\x9e\x9c\x6a\x90\x02\x88\xc8\xfd\xb7\xb5\x72\x75\x40\x06\xc1\x71\x36\xb5\xea\xec\x07\xc1\xe9\x33\xd5\x8b\xb6\x44\x9e\xb8\x45\x9a\x13\xb6\xb6\xe3\x46\x19\x97\x9a\x33\x36\x90\x34\x8a\xbd\x90\xab\xb6\x43\x7d\xcb\x28\xd7\x1c\x6b\x41\xb8\x3a\xd5\x1c\x6b\x41\x68\x09\x34\xdd\xe6\x20\x07\x13\xa8\x66\x40\x28\x48\x86\x16\x35\x67\x5e\x20\x38\x62\xa6\x36\xe7\x54\x20\x55\xbf\xff\xe6\x6c\x09\x24\x8d\xa6\xe6\x20\x0d\x22\xcc\xcc\x41\x1a\x64\x63\x9e\x9a\xc1\x9f\x20\x38\x76\xa7\xb6\x62\xf1\xb9\xbc\xc1\xa5\xc1\xe6\x64\x09\x44\xec\x17\x2d\x7e\x71\xce\xc6\x67\xd6\x1c\xca\x41\x04\x33\xda\xe6\x0c\x07\xa4\x3d\xc0\x78\xa5\x98\x48\x46\xb7\x34\x27\x2a\xcd\xd5\x79\x97\xef\x9a\x5e\xe5\xa6\x57\xd9\x51\xa1\x39\x26\x83\xdc\xf7\xab\xb6\x40\xd8\x9c\xc8\xd1\x61\x1a\xa4\xfd\x8d\x36\x83\x2f\x41\x70\x3b\x79\x6d\x0e\xdd\xa0\x1b\x01\xda\x5c\x9f\x07\x29\x6c\x74\x97\xd4\x41\x70\x68\x50\xf5\xc2\x31\x91\xf6\x70\xeb\xf5\x62\x22\x71\x8e\x40\x6d\xba\x7d\xbd\x71\x6c\x8f\xb7\xde\x38\x26\xc2\x45\x89\xe6\x1c\x07\x04\xa7\x03\x55\x6f\x21\x13\xc1\xe1\x40\xd5\x2b\xc7\x44\xda\x23\x5d\x73\xda\xd3\x5c\x54\x77\x78\x6a\x4e\x72\x40\xa9\x58\x20\xcd\x09\x0d\x48\xd5\x91\xa7\xe9\xc0\x05\xc5\x08\xa6\xd6\x2d\x1a\x07\xcc\xef\x4a\xa9\x1d\x9a\xda\x81\xb9\x68\x73\xdc\x07\xa1\xc3\xbe\x39\xee\x37\x6f\x1c\x63\x62\xdb\x1c\xd0\x9b\x03\x3a\x13\xcf\xe6\xf4\x02\x84\xc6\x58\x73\x25\x1c\x84\x7e\x92\x66\x54\x21\x48\x5b\x6d\x35\x07\x74\xd0\x5b\xf5\x31\xf3\x67\x40\xdf\x4a\xaa\xe9\xad\x05\xb1\x8b\xe1\xf4\x02\x14\x97\xfa\x9a\x73\x09\x10\x2a\xff\xe6\xf8\xda\xb4\xff\xb7\x7c\x1c\x60\x9b\x03\xac\x1d\xcd\x35\xed\xe6\x91\x52\x8e\xe9\xcd\x45\x6d\x10\xe1\x88\xe0\xa0\x0b\x62\x7f\xd7\x5a\xf3\x20\x02\xe3\xa5\x69\x93\x83\x08\xeb\xa4\x4d\x0e\x22\x98\x92\x35\x6d\x72\x10\x5c\x99\x51\x9b\x8e\x58\x10\x5c\xab\x50\x9b\xc6\x36\x08\x8e\x8f\xaf\x4d\x63\x1b\xa4\x3d\x36\x37\x3d\xb1\xa0\xeb\x63\x6d\x3a\x54\x41\x04\x53\xe9\xe6\x4e\x07\x10\x1c\x01\x5d\xdb\xe3\x4f\x3e\xfe\x24\x35\xd2\xa1\x0a\xbc\x6f\xa7\x36\x0d\x77\x10\xdc\x39\x58\x9b\x0a\x02\x64\xfd\x22\x4d\x7f\x2a\xc8\x86\xa4\x37\xfd\xa9\x20\x6d\x05\xd4\x5c\x9b\x6e\x5e\x61\x85\xa6\x6f\x2e\x44\x83\x64\x5c\x74\x53\x8f\x80\x3c\x6d\x4b\xf5\x08\x48\x5b\xdd\x34\xad\x79\x10\xc1\x84\xbe\xe9\x73\x04\xf9\x40\x63\x37\x0d\x7c\x90\x38\x49\xbd\x36\x1d\x8c\x20\x1b\x6b\xdc\xd4\x40\x4d\x0d\xd4\x7c\xca\x5a\xb2\xc9\x71\x5a\x7c\xb5\x0e\xc8\x87\x0d\xee\x34\x00\x04\x27\xbc\xd7\xee\x7a\x32\x88\x60\x76\xdd\x75\x26\x82\xe2\xe6\xc2\xee\x64\x01\x04\x47\xb0\xd7\xae\x6e\x02\x11\x4c\x22\xbb\xaa\x09\x44\x30\x91\xee\x3a\x13\x41\xda\xba\xbe\xeb\x4d\x04\xe1\x66\xa0\xae\xeb\x10\x44\x20\x8a\xee\x94\x02\x78\xf6\x5c\xed\xee\x7b\xe8\xde\x32\xc9\xb0\xd2\x8d\x89\x03\x11\xfb\xa9\x6a\x92\x5f\x6f\xfa\x1b\xc2\xbe\xba\x9a\xb1\xab\x19\x11\x7b\x57\x0d\x82\x08\x3a\x6a\xe7\xdc\x06\x11\x81\xa1\xd4\xf5\x36\xf6\x7f\xbb\xdf\xa9\x76\x97\x8a\xc1\xea\x35\x94\xd2\xb5\x62\x90\xb6\x65\xd1\x75\x41\x82\x30\x18\xa9\xeb\x82\x04\x89\xad\xb7\xb5\xbb\x1f\x11\x64\x8e\x7c\xa8\xdd\x3d\x84\x20\x0d\x06\x8a\xae\x9a\x05\x69\x1b\x46\xdd\xd8\x3a\x90\x8d\x20\xea\x4e\x86\x7a\xb1\x5f\x62\x14\x74\x55\x68\x57\x5d\x62\x6f\x76\x9d\x8b\x20\x5c\x54\xee\x4e\x73\x40\x70\x48\x71\xed\x2a\x50\x90\x93\xbd\xc4\xe5\x5c\x90\xb8\x1f\xbd\x76\xe7\x34\xa0\x70\xd4\x7d\xed\xaa\xcf\xee\xa2\xac\x76\x48\x57\x7f\x76\xf5\x67\xf7\x4d\xeb\x44\x78\x1b\x07\x55\xd5\xae\xfa\xec\x9e\xe6\x80\x99\xd3\xf5\x07\x82\xe4\x9e\xa5\x5e\xed\x85\x55\x17\x0c\x6d\xe2\x12\x29\x08\x4e\x65\xab\x5d\x8d\x0a\xf2\x61\xc7\x31\x48\x0d\x8c\xdd\x55\x55\xb2\x20\xcf\xec\x53\x66\xcf\x3a\x6a\x30\x89\xed\xea\x53\x50\x0e\xbf\x21\xfd\x83\x20\x6d\x03\xaf\xbb\xea\x08\x22\x94\x85\xab\x8e\x20\x37\x0c\x93\xee\x6c\x05\x44\x30\xed\xef\x4e\x56\x40\xb8\x78\xd0\x9d\x99\x80\xe4\x7e\x99\xae\xd3\x0d\xa4\x6d\x66\x76\xd7\x26\x41\x04\x93\xd8\xee\x9c\xa3\xcf\xfd\x18\xb9\xa9\xb5\xba\x5a\x8b\x59\x6c\x57\x6b\x81\x34\xed\x9e\x06\x75\x75\x6f\x98\x2c\x3e\xa5\x14\xf1\x93\x71\x00\x75\xed\x4e\x27\x40\xb8\x29\xa4\xab\xdb\xc0\xd0\x20\xef\x4e\x14\x40\x70\x22\x77\xed\x3a\xaa\x40\x70\xd4\x76\xed\x3a\xaa\x40\xc2\xd6\xfe\x5d\xed\x2a\xad\xae\xd2\x72\x10\x50\x1d\x75\xd5\x11\xd3\xeb\xae\x8b\x08\x04\xe7\x71\xd7\xee\x7c\x02\x8c\xfd\x8d\xa8\xb4\xc0\xd8\x9f\xa5\xeb\x82\xa0\x70\xf1\x70\xed\x2a\x28\x90\x2b\x63\x6b\x37\x76\xaa\xab\x8d\x18\x94\xbb\x73\x93\xee\xdc\x64\xfa\x94\x85\x78\x2c\x04\xd9\x3b\x37\x01\xc5\xb8\x88\xee\xdc\x04\x24\x37\x82\x75\xd5\x0c\x28\x15\x73\xb2\xab\x66\x40\x54\x7b\x8a\xeb\x6b\xdd\xf5\xb5\xd8\x8f\x39\x38\xbc\xea\x31\x7b\xac\x21\xda\x20\x57\xcc\xeb\xee\x12\x55\x77\x39\x2a\xac\xa6\x53\x1d\x90\xb3\xdf\xa0\x8a\x06\x14\xd7\x3f\xba\x8a\x06\x24\x23\xa1\xfb\x67\x9d\x3e\xb6\x68\x16\x7f\xd2\x3a\x79\xde\x8f\xc6\xfa\x50\xd3\x80\xd2\x11\xf6\x30\x4c\x69\x18\xa6\x84\x34\x86\x61\x4a\x20\x71\x6f\x66\x1d\x4e\x8c\x40\x76\xeb\xf6\x50\xd3\x80\xb4\xa7\x0c\x43\x55\x03\x22\xf0\x65\x0c\x35\x0d\x88\x8a\x41\x3f\xd4\x0e\x20\xbb\xad\x75\x18\x28\x04\xc2\xb0\xed\xe1\xc2\x12\x88\x8a\x85\x30\x9c\xf1\x80\xb4\x27\x16\xc3\xb1\x1e\x04\xe7\xcc\xd5\x61\x0c\x10\x28\x07\x52\x1c\xc6\x00\x81\x64\x70\xea\x70\xc0\x06\xdd\xc1\x7f\x38\x5e\x0f\xaf\x70\xe0\xbb\x1f\x4e\x95\x40\xe1\x88\xa1\x3a\x9c\x2a\x81\xb4\x0d\xf5\xe1\x5c\x09\x64\xfd\xa8\x43\x1f\x17\x28\x9c\xe2\x52\x87\x71\x41\xc3\xd0\x66\x8b\xef\xfa\x10\x08\xe3\xde\x86\x03\x3d\x28\x06\x0d\x0c\x03\x7e\x40\x1c\x56\xd2\x51\x1d\x24\xa7\xa5\xc3\x89\x12\x08\x77\xcf\x0c\xc7\x66\x90\x3b\x46\xe8\x30\xac\x06\x44\xfd\x1b\xce\xfb\xaa\xc3\x10\x1b\x50\x38\x96\xa1\x0e\x43\x6c\x40\xb1\xbf\x0d\x43\x6c\x40\xe1\x08\x89\x3a\x54\x03\xa0\x38\xef\x19\x46\xdd\x80\x62\xf4\xe7\xd0\xdb\x05\x72\xf2\x29\x95\x05\xe8\x5d\xa9\xbb\x83\x0d\x04\xe7\xcc\xd4\xa1\x1a\x00\xc9\x28\xae\xe1\x1c\x0a\x14\x4e\x18\xab\x43\x35\x00\xa2\xe2\x22\x19\x06\xc5\x80\xa8\xbe\xe8\xfa\x0f\xc8\x4e\x97\x86\xdb\xbe\x40\x70\x00\x63\x1d\xfa\xd2\x40\xda\x93\xc0\xa1\x33\x0d\x64\x1d\x73\xc3\xe9\x12\x48\x7b\xce\x3d\xf4\xa6\x81\x64\x80\xd6\x70\x2b\x18\x08\xbd\x51\x43\x65\x01\x4a\x63\x56\x35\xdc\x4c\x05\xf2\x60\xe8\x1b\xea\x0f\x50\x5c\x07\x1c\x3a\xa8\xc0\x50\xa1\x0f\x1d\x54\x20\x1c\x33\x87\xde\x28\x50\x3a\x93\xaa\xa1\x37\x0a\xa4\x3d\xc7\x1c\xfa\x9e\x86\x87\xcf\xd8\x9b\x9d\x07\x01\x6f\x5a\xac\xc3\x85\x8e\x61\xa4\x09\xea\x75\xa8\x3f\x40\xa9\x7e\x40\xea\x0f\x10\xd5\x16\x71\xa1\x03\xc4\xfe\x18\x2f\xbb\xc5\x42\x54\xf4\xfe\x30\x1e\x05\x44\x75\xac\x72\x9d\x03\xe4\xc3\x81\xc9\xc9\x12\x28\xcd\x1a\xe9\xc7\x02\x51\xf1\x17\x0d\xf5\x0e\xc8\x93\x41\x74\x38\x0b\x1a\x5e\xf1\xeb\x57\x66\xf0\x09\xc8\xbb\x10\xea\x1d\x90\xf6\x3c\x7d\x18\xc8\x3b\x0c\xe4\x75\xea\x3b\x9c\x2d\x81\xa8\xca\xc2\xd9\x12\x88\x6a\x8b\xa8\x9f\x40\xda\xf3\xe8\x61\xbc\x2f\xc8\xbb\x2d\x9d\x54\x81\xa8\x18\x11\xc3\x49\x15\x08\x8e\xc9\xab\xc3\xc0\x15\x10\x15\x1b\x62\x38\xcf\x1a\x06\xae\xc4\xce\xcc\x4a\xe1\x89\xab\xd9\x0a\x58\x29\x02\x7e\x2b\xb6\xc0\x50\x01\x82\xa8\xf8\x7a\x86\x33\x28\xe0\x3d\xdb\x75\xb8\xb4\x02\x42\x9d\x38\x5c\x47\x19\xee\x1e\x77\xb6\x3d\x8c\x13\x01\x5e\xaf\x5a\x87\x71\x22\x20\xef\x8e\xe1\x6c\x0c\x64\xf7\x3b\x0c\x83\x42\x40\xe8\x97\x1a\x4e\xd0\x40\xe6\xe8\xbf\x3a\x0c\x0a\x01\xc9\x08\x90\xe1\x9c\x0d\x14\xd7\x7d\x87\xaa\x14\x94\x43\x8d\xa5\x2a\x05\x51\x1d\x7e\x55\xa5\x20\xd4\xcb\xc3\x4d\xe7\x03\x4f\x61\x65\x74\x9f\xea\x48\xe0\xe5\xb0\x75\xaa\xfd\x40\x71\x1f\xfa\x54\xf9\x81\xa8\x74\x95\xa9\xf2\x03\x43\x73\x70\x1a\xb4\x01\xd2\x76\x76\x4c\xe7\x59\x20\xb9\xe2\x3a\x5d\xba\x01\x51\xc3\xa4\x6a\x52\xfd\x79\x1f\x6d\x9d\x4e\x9a\x40\xd2\x35\x3a\x9d\x34\x01\x8f\x6e\xab\x53\xe5\x0a\xb2\x8b\x64\xd3\x28\x5c\x90\xb9\x2d\xba\x4e\x3d\x8c\x20\xb8\x27\xaf\x4e\x67\x5b\xa0\x70\xcc\x51\x9d\x9e\x07\x03\x4a\x67\x41\x72\xaa\x6e\x41\xda\x1e\x9d\xe9\xa6\x25\x10\x5c\x0e\x56\xa7\x33\x2b\xe0\xdd\xb9\x75\xea\xad\x04\x85\x43\x1c\xeb\x54\x51\x83\xcc\x35\x93\x75\xba\x18\x05\x8a\x3d\x78\x1a\xee\x31\x09\xf7\xa8\xca\xd0\xe5\x29\x90\x0c\x6d\x9d\x6a\xf8\xb9\xa7\x64\xf8\x05\xa6\xfa\x1c\xe4\xac\x10\xd5\xe7\x20\xea\x7e\xca\xb2\x7a\xd3\x03\x7e\xef\xa9\x4f\x13\x44\x55\x62\x2e\x4f\x4d\xaf\x9f\x4d\x76\x02\xd7\xa7\x40\x54\xcb\xef\x62\x14\x48\xee\x05\x98\xce\xd2\x40\x32\x76\x64\x1a\xb5\x01\x4a\xae\xbf\x7d\x40\x76\x9d\xfa\x4a\x41\x31\xa2\x6e\x3a\x87\x03\x51\x77\x92\x42\xe0\x44\x3e\x23\x4b\xa6\x73\x38\x10\x15\xed\x3a\xb5\x13\x40\xf2\xa8\x8b\xa9\x57\x14\x0c\xe7\x28\x53\x43\x00\x94\x6e\x7b\x19\xf9\x01\xc2\xc5\xc9\xa9\x6d\x30\xb5\x0d\xf0\x2d\x4c\x6d\x03\x10\x5c\xb7\x5b\xa7\x86\x00\x88\x8a\xff\x6a\xea\x74\x05\xc3\x99\xc6\x74\x71\x0c\x0c\xcd\xeb\xe9\x4a\x18\x88\xca\x88\x30\x35\x17\xa6\x8b\x63\x7a\xe9\xa6\xf6\xc2\xd4\x5e\xc0\x19\x36\x5d\x2f\x03\x43\xbb\x7c\x3a\xdf\x04\xc9\xb9\xc0\x74\xc7\x3b\x88\x5a\xcd\xcb\xe2\x37\xd7\x8f\x7d\x51\xe1\x33\x05\xad\xd5\x24\x6b\xd4\x8c\x98\xf3\x17\xed\xa7\xf8\x6f\x6b\xb5\xf8\xd6\xa8\x39\x3b\xb0\x87\x18\xf0\x0b\x4a\xf5\xd3\x30\x6c\x05\x78\xad\x74\x9d\x7a\x74\x41\x71\x03\xf8\xd4\x7b\x0b\xa2\xe2\xd1\x9a\x46\x9a\x80\xe4\x26\xdb\x39\x14\xcf\x40\x39\xe1\xab\x9a\x4e\x7a\x41\x71\x9f\xc6\xd4\x40\x01\x45\xdd\x31\x5d\xee\x9b\x46\xdf\x1e\xe6\x65\x25\x07\xdb\x5b\xa7\x79\xf9\x8b\x6c\x8a\xaa\x68\xe5\xa9\x19\x03\x52\x73\x10\x32\x38\x04\x94\xfd\xf9\xeb\xcf\x05\xc5\x38\xc8\xe9\x06\x28\x10\xdc\xd7\x56\xa7\xab\x71\x20\x8c\xf6\x9a\xce\x82\x41\xb8\xfb\x6c\x3a\x0b\x06\xc3\xc9\xd4\xd4\xc3\x0b\xb2\xab\xd3\x53\xfb\x07\x14\x37\x8c\x4e\x27\xc6\xd3\x9d\xdd\x0e\xb4\x1a\x36\x20\x2a\x96\xec\xd4\x64\x01\xa5\x3b\x12\x6a\xb2\x80\x11\x3b\xc9\xd2\x73\x8d\x61\x3a\x7c\xd1\xa6\xc5\x64\xd1\x73\x3b\x9d\x17\x83\xa8\x7e\x1f\xba\x69\x41\xf6\xb8\x8c\xa9\x7d\x02\xd2\x76\x29\x4f\x27\xc6\x20\x7b\x1c\xc7\xd4\x18\x01\x29\xf9\x94\xb6\x08\x48\x13\xeb\x6d\x3a\x57\x06\x69\x3b\x90\xa7\xf6\x09\xc8\xee\xf1\x99\xda\x27\x20\x79\x42\xd4\xd4\xca\x98\xac\xed\x55\xdb\x48\x8b\x62\x6a\x51\x34\x5f\xb4\x8d\xb6\xeb\xd6\x21\xc5\xd9\xf2\xdc\x1e\x58\x07\x23\x0d\x08\x90\xdc\xc8\x3d\x9d\x41\x83\xa4\x95\x3a\x0d\xd7\x00\x51\xf1\x44\x4e\xa3\x51\x41\xe9\xb8\x17\xa6\x56\x06\x28\x3a\x39\xa6\x56\x06\x48\x65\x62\xd4\x4d\xa3\x3e\x41\xd2\x47\x36\xd5\xf0\x20\x79\x18\xc6\x74\xb2\x0c\xb2\x47\x98\x9c\x86\x78\x82\xe4\x39\x5b\xa7\x5e\x59\x90\xf4\x04\x9e\x7a\x65\xcf\x1d\xe2\x59\x7d\x6c\x9a\xc6\xd8\xd0\x7d\xec\x36\x49\xad\xcf\x70\x74\x1a\x5f\x09\x82\x93\x76\xeb\xa9\xf2\x3e\xbd\x30\x1f\x55\x71\xaa\xa9\x41\xb8\x3e\x7d\xaa\xa9\x41\x2a\xdc\xa1\x5e\x4f\x55\x35\x08\xce\xd0\xad\xa7\x8e\x51\x10\xd5\x0a\x38\x81\x06\xd9\x91\xff\xd4\x2f\x7a\x6e\xbf\x28\xe3\xe9\xa9\xf6\x3e\xd5\xde\xf4\x83\x53\x55\x0d\x4a\xcb\x3e\x65\xfe\xde\x1d\x8f\x12\x3e\x9d\xf3\x9e\xac\x0f\x3a\x8b\x3a\x8d\x89\x04\xd9\x9e\x71\x3a\xc1\x05\xe1\x12\xd9\xe9\x04\xf7\x74\x82\x4b\xff\x3c\x8d\xce\x00\xc5\x53\xec\x4e\xd5\x26\x48\x7b\x51\xe2\x54\x0b\x82\x50\x95\x9e\xea\xa4\xd3\x68\x44\x17\x2a\x4e\xd5\x0d\xc8\x9e\xfa\x76\xaa\x21\x4e\x35\x84\xc2\x56\x43\x80\xb4\xd7\x33\x4e\xfd\x8f\xa0\x2c\x3b\xf8\x37\x15\xf3\xa9\x22\x00\xc1\x3d\x49\xf5\x54\x11\x9c\x2a\x02\x5c\x36\xa7\x8a\xe0\xdc\x8a\x80\xc1\xfb\x74\x2e\x79\x7a\xe6\xaa\xcb\x0a\xa7\x2e\x4b\x50\xb8\x65\xbb\x9e\xc6\xde\x81\x62\xcc\xed\xe9\x42\x18\x08\x2e\x28\xab\xa7\x63\x29\x28\xfa\xf7\x4e\x67\x89\x20\xed\xa5\x86\xd3\xa0\x05\x90\xf6\x8a\xc4\xe9\xa0\x08\xd2\x5e\x6c\x38\x9d\xdb\x9d\x06\xb1\xb9\xb4\x70\xba\xa0\x05\x42\xc5\x75\x1a\x9e\x06\xa2\xf2\x59\x9e\x8e\x81\x20\xb8\xfd\xa9\x9e\x4e\xdb\x40\x32\xdc\xf2\x74\x8d\x0b\x04\x57\x8a\xd5\xd3\x61\xf1\x74\x58\xb4\xa3\x38\x04\x82\xa8\xc3\x24\x0b\xc1\x69\x5e\xc3\xa6\x75\x54\x04\xc1\xb5\xf0\xf5\xd4\x11\x08\xc2\x35\x9c\xd3\x79\xd6\xe9\x3c\x8b\x41\xe5\xd4\xeb\x77\x7a\x60\xb8\x4b\x2a\xa7\x61\x67\x20\x4f\xbf\x40\xc7\xb6\x53\x4f\xa0\xa2\x75\x1c\x03\xc1\xb5\x20\xf5\x74\x6e\x04\x82\x13\x7a\xeb\xe9\x7c\xe3\xfc\x28\x3e\x03\xd4\xa5\x4f\x0e\xa4\xbd\x16\x73\x39\x82\x80\xe4\x77\x74\x39\x95\x00\xa1\x9b\xfa\x72\x50\x01\x61\x50\xf2\xe5\x84\x00\x04\x17\x33\xd5\x4b\xeb\x1f\xa4\xbd\xb0\xe3\x2d\x3b\x22\x3b\x03\xbc\xfc\xe6\x41\xda\xcb\x38\x97\xc6\x38\x08\x6e\x96\xaa\x97\x96\x37\x28\x47\x33\xe9\x31\xc9\x8e\x8c\x01\x70\xe9\x49\xbb\xf4\xa4\x31\xdc\x5d\x9a\xd9\x20\xb8\xea\xa4\x5e\x86\x13\x80\x68\x87\x4f\xbd\x26\xbd\x24\x2d\xf9\x5f\x0e\x17\x20\x9c\xe2\x5f\x0e\x17\x97\x57\x80\xb8\x5a\x74\xb9\x03\x0e\x04\x57\x4b\xd5\xcb\x98\x2f\x10\x9e\x1f\x76\x69\xfb\x5e\x9e\xbd\xb4\x93\xcc\x6c\x21\x1a\x36\xe0\xa5\xa1\x0b\xd2\x64\x34\xbd\x1c\x54\x40\x70\x5d\x53\xbd\x8c\xef\x02\x43\x07\xeb\xa5\xed\x0b\xb2\xc7\x6e\x5c\xda\xbe\x20\x8f\x30\x7b\xe5\xca\x31\xd3\x1e\xe9\x70\x19\x18\x06\x72\x4e\xfe\xa2\x72\xad\x5a\x72\x54\xc8\x98\xea\xcb\x0b\x3a\x94\x8e\x43\x16\x48\x5b\xac\xae\xab\x80\x34\x99\x96\x5c\xda\xb9\x20\xb8\x01\xb9\x5e\x8e\x6b\x97\xc1\x0b\xcd\x17\xed\x2a\x18\xb5\x5c\xc6\x51\x2f\x1d\x6a\x20\x0f\x66\x85\x97\x0e\x35\x10\x1e\x8a\x78\x19\x80\x00\xc2\x59\xfa\xa5\x01\x0b\xc2\x09\xf2\xa5\x8f\x0d\x84\x56\xe1\xa5\x01\x0b\xa2\xe1\xe4\xb9\x0c\x3f\x00\xc1\x75\x69\xf5\xd2\xed\x76\x6d\xb7\x1b\xf3\xb1\xcb\xa1\xf2\xf2\x32\x11\x97\x02\x2f\xfd\x6e\x20\xb8\x7c\xad\x5e\x1a\xba\x20\x95\x2d\x7e\x2d\x5d\x10\x5c\xdb\x56\x2f\x5d\x71\x20\x73\x4b\x63\xbd\x8c\x66\x00\xc9\xa3\x8e\xbc\x88\x4a\xe4\xb2\x93\x14\x19\x41\x6c\x9e\x82\x71\x69\x22\x83\xb4\xd7\xf3\x2e\xd7\x8a\x40\xee\xb6\xa5\x6b\x45\x20\xe9\x64\xbb\xb4\xa4\x2f\x0f\xbb\xde\x55\xb2\xc5\x39\x16\xd2\xc1\xe7\x32\x34\x02\x14\x0f\xb1\xbd\xf4\x11\x82\xec\x22\xc1\x65\x40\x1c\x48\x3a\xb3\x2e\xed\x6d\x90\xa7\xa3\x8a\x6a\x03\x94\x63\x67\x6f\x51\xbd\xef\xcd\x2e\xac\xbf\x11\xa4\xdd\x4a\x5a\xe5\xa0\xb8\x47\xe2\xd2\xdf\x08\xb2\xfb\xc8\x2f\x57\xb0\x40\x6a\x98\x08\x97\xb6\x3b\xc8\x9d\xa1\xf9\xd2\x76\x07\xd9\xbd\x6e\x97\xb6\x3b\x28\x43\xb1\xba\xbd\x0e\x04\x87\x4d\xd7\x4b\xa7\x24\x48\xad\xfe\xf6\x21\xd9\xf5\x72\xcd\x0b\xe4\xe4\x20\xa1\x5e\xbb\x76\x70\x36\xf9\x1a\xcd\x01\x92\x1b\xee\x2f\x8f\x28\x00\x59\x63\xf6\x32\xc0\x03\xa4\xb2\x93\x14\x3a\xce\x4e\x4f\x02\xb8\x9c\x39\x80\xc2\x9d\xa3\xf5\x32\x36\x1b\x64\xc3\x5a\x2f\x57\xd4\x2e\x4f\x2d\x60\xba\x77\xa9\x0f\x41\x76\xb7\xe5\xe5\x22\x1b\x08\x8d\xb0\xcb\x38\x3e\x90\x74\xac\x5d\xfa\x3f\x41\xd1\xc8\xbe\x9c\x72\x80\xd2\x51\xdd\x97\x2e\x51\x10\x2d\x5b\x08\x8b\xca\x29\x4e\x8d\xc9\xf6\xa5\x6e\x05\x45\xbf\xe0\xa5\x6e\xbd\xd4\xad\xd8\x65\x97\xd3\x0b\x90\x74\xb1\x5f\xce\x2e\x40\xd2\xed\x70\x39\xbb\x00\xc1\x41\xd7\xf5\xd2\xad\x09\x86\x2b\x29\x97\x81\x21\x97\x17\xcf\x39\x48\x38\xbb\x00\x59\xaf\xc6\xa5\x0b\x13\x84\x7b\xa6\x2e\x5d\x98\x20\x7b\xaa\xf2\xa5\xe6\x06\xc9\x2d\x28\x97\x01\xe3\x20\x0c\xad\xbd\x74\x74\x82\x68\xd6\xd1\x79\x0a\x08\xf7\x72\x5d\xea\x77\x10\x46\x64\x5c\x9e\x59\x00\x4a\x56\x99\x3b\x75\x01\x35\x3b\xa8\x6a\x05\x80\x5c\x77\x21\xac\xe3\xcb\xf8\xcf\x2a\xc2\xe5\xd4\x05\x8c\xd8\x49\xd6\xf1\xf5\xc6\x1b\x92\xf4\x86\x82\xf0\x18\x9e\xcb\xd8\x14\x10\x4e\xe3\x2e\x57\x16\x41\x39\x54\xdb\xce\x82\x40\x78\x54\xc3\xe5\x46\x37\x90\x77\xb5\xb5\x4e\x40\xf6\x08\xa7\xcb\x20\x49\x90\x3d\xc1\xf7\x72\xae\x04\xb2\x7b\xdf\x6e\xe7\x4a\xa0\xe8\x0d\xb9\xf5\x99\x82\xec\x8e\xaf\xdb\xb9\x12\xc8\xca\xeb\x76\xa9\x11\x84\xeb\x1d\xb7\x4b\x8d\x20\x1b\xd8\x74\x1b\x01\x7f\x13\xe7\xd2\x50\x42\xb7\x16\xd2\xed\x3d\xc0\xf4\xaf\x5b\xff\x2b\xc8\x5c\xa3\x5e\x6f\x8d\x26\x90\x35\xf1\x6f\xc3\x5c\x40\xb8\xd5\xf9\x36\x76\x13\x14\xf7\x15\xdc\x7a\x64\x41\x76\x56\x77\x3b\x5d\x03\xd9\x19\xdc\x6d\xe4\x0b\x08\x87\xb7\xdb\x98\xcf\xdb\xcb\xe7\xb8\x12\xa6\xde\x1a\x65\x20\xf7\xc3\x37\x2d\x3e\x46\x59\x19\xc5\x34\xcb\x8f\x4f\xd6\x89\xd8\xed\xf9\x9e\x60\xb8\x8e\x74\x3b\x85\x03\xd1\x70\xb6\xde\x5a\x73\x20\x1a\x0e\xcc\xdb\x59\xdd\xbd\x67\x75\xdd\x34\x8b\xc6\xb2\xe8\x60\x40\xb9\x0d\x6d\x01\xe1\x51\xde\xb7\xde\xd6\xdb\xd0\x7f\xe3\x40\x6e\x2d\x3c\x90\x3a\xe3\xce\xad\x81\x77\x7b\x89\x9c\x11\x2a\xb7\xbe\x55\x90\x9d\x96\xdc\x7a\x4d\x6f\x22\xf8\xdb\x4e\xb2\x9a\xc5\x63\x37\x10\x90\xd1\x2e\x20\xeb\x81\xbd\x9d\x36\x82\xe2\xce\xcf\xdb\xa5\x52\x90\x9d\xe2\xdc\x5a\x8b\xa0\x68\xda\xde\x06\x9a\xde\x9e\xa0\xc0\x78\x7b\x6b\x40\x82\xd4\x19\x78\x6e\x0d\x48\x10\x6e\x9b\xbb\x35\x16\x6f\x2f\x82\x43\xf9\xde\x4e\x41\x41\xb8\xf8\x7b\xeb\xa6\x05\xa9\xa3\x43\x6f\x57\x62\x41\xf1\xbc\xbd\xdb\x95\x58\x90\xdc\x5e\x7d\xbb\xb9\x0e\x64\x37\x6b\xde\x7a\x6b\x41\xe8\xc0\xbd\xf5\xd6\x82\x68\x76\x32\x2d\x56\x10\x46\x3d\xde\x5a\xac\x20\x75\xe6\xbc\xb7\xde\x5a\x10\xea\xe3\x5b\x8b\x15\x94\xdd\x13\xf5\xb0\x82\x3e\x6c\x48\x57\x5f\x41\x1e\x8c\x6b\xb7\x1e\x56\x50\x92\x9f\x9b\x1e\x56\x90\x3d\x51\xe5\x76\xfa\x0c\x7a\x63\xf6\x74\x6b\x8b\xde\x7b\xfa\xfc\xb7\x1c\x8e\x7d\x6b\xab\x82\xdc\xed\x46\xda\xaa\xa0\x4c\xc7\x04\x0d\xd3\x7b\x47\xd0\x0e\xd3\xec\x21\x4c\xa9\x1b\xbe\x80\x5b\x3f\x2a\x88\x56\xcd\x4c\x81\x72\x50\x95\x07\xed\xdd\x1a\xab\x20\x7b\xb2\xf8\x6d\x64\x2c\x08\x6e\x57\xa8\xb7\xab\xbf\x20\x1a\x33\xf1\x5b\x33\xf4\xde\x66\xa8\x72\xd7\x8a\x03\xd1\x18\xf0\x6f\x37\xcb\x81\xb4\x07\x1d\x0f\x89\x02\xd1\x98\x62\xdf\xc6\xbc\x82\x68\x0c\xac\xb7\x1b\xe3\x6e\xaf\x01\xc9\x26\x59\x30\x4f\x6c\x62\xdc\xbe\xf5\x61\x82\xdc\x19\xa4\x6f\xd7\x70\x41\xd2\x61\x76\xbb\x84\x0b\xa2\x31\x8f\xbd\x9d\xd4\x83\xd2\xfd\x45\x43\x59\x41\xf6\xc0\xb6\x5b\x73\xe8\xd6\x1c\xb2\xa8\x1a\x3a\x20\x9a\xd9\x7b\x14\x25\x88\xc6\x94\xef\xd6\xf6\x01\xa9\xee\x17\xfd\x32\xb6\x8b\x94\xa2\xea\x22\x05\xd1\x98\xec\xde\x3a\x11\x40\xb4\xe6\x53\x36\x24\x1e\x03\xcf\x22\xb8\xb5\x6a\x40\x34\x66\x7c\xb7\x26\xcc\xad\x09\xe3\x17\xab\x7b\x00\xa4\x1d\x9a\x74\x6b\x9d\xdc\xdb\xf9\x89\x8d\x74\xeb\xd6\x04\xd1\xf0\x8d\xdd\x4e\xfd\x41\xf1\x30\xd5\x5b\xfb\x01\x24\x4f\xfa\xb8\x35\x03\x6e\x03\x7e\x92\x8d\xa4\xd2\x07\xc9\x3d\x55\xb7\x4a\x1f\x44\x53\x3d\xe9\xc2\x04\xd1\xec\xc2\x46\x0a\x81\x68\x76\x7e\x97\x40\x41\xd9\x03\x80\x4a\x1f\x94\x3d\x00\x18\x4e\x74\x7b\xe2\xa3\xd1\x74\xb7\x5a\x1f\x0c\x57\xa5\x6f\xb5\x3e\x28\xde\x31\x70\xab\xe2\x41\x34\x3b\xbf\xee\x50\x90\xdd\x80\x74\x1b\xb7\x0a\xa2\x31\xfa\x3e\xea\xe0\xc7\xb3\x16\x93\x49\x97\x49\xb4\x25\xf5\x7e\x54\xa5\x20\x1b\xf4\xf2\xa8\x37\x41\x70\xbd\x5f\x7d\x54\x92\x20\xda\xf0\xa9\x6a\x12\xcd\x4b\xbb\x3d\xaa\xcd\x67\x2f\x6e\x56\x92\x2c\x04\x87\x28\x7a\x6e\xfe\xa3\xcb\x14\x84\x87\x3c\x3f\x2a\x57\x10\x1e\xd2\xfe\xa8\x5b\x41\x70\xe9\x4e\x7d\xf4\xa2\x82\x70\x2d\xe0\xd1\x63\x0a\xc2\x48\xc9\x47\xdd\xfa\xa8\x5b\xf1\x37\x3d\xea\xd1\x67\xaf\x77\xee\xc7\x2c\x6b\x36\x98\xcb\xdc\x5c\xf0\x04\xc3\xc5\xfe\x47\x2f\xea\xa3\x17\x15\x15\xff\x18\xc3\x09\x86\xcb\xc1\x8f\x9e\x0c\x90\x76\xc8\xe0\xa3\x2a\x02\x69\xc7\x07\x3e\x2a\x9e\xc7\xcd\x6a\x86\xeb\x3d\x6a\x1e\x10\x1e\x87\xf3\x18\xec\x09\xc2\x81\xfa\x51\xf3\x3c\x6a\x1e\x3c\x53\x8f\x6a\x06\x14\xee\xb1\xaf\x8f\x91\x42\x20\x3c\x75\xf9\x51\xcd\x3c\x2e\x0a\x86\x4f\x99\x3d\x5b\xda\x3c\xdd\xf0\x71\xb8\x06\xd9\xb9\xff\xe3\x68\xfd\x38\x5a\x4f\x93\x1e\x93\x58\xdb\xc3\x92\x79\x1c\xad\x41\x3e\xac\xb8\x7e\x84\x47\x3f\x02\xbd\xf3\x71\xb4\x7e\x1c\xad\xf1\x7b\x3d\x4e\xf3\x41\xf8\xa5\x3e\x2e\x5e\x81\x30\xe0\xe6\x71\x4a\x0f\xc2\x0d\x54\x8f\x13\x73\x50\xbc\x3a\xe3\x71\x48\x7f\x1c\xd2\xf1\x3a\x3e\x0e\xe9\x20\x3c\x18\xe8\xd1\x07\x0b\xd2\x8e\xbb\x7c\x1c\xd3\x41\xda\x81\x97\x8f\x93\x6e\x90\x76\x98\xe5\xe3\xe4\x19\x84\xb6\xf1\x63\xf8\x27\x48\x3b\x80\xf2\x71\xf6\x0c\xc2\xa9\xf2\xe3\x18\x0e\x42\x53\xf2\x71\x12\x0c\xc2\x63\xb7\x1e\x17\xb0\x40\xaa\x1e\x83\xf8\x38\x62\x83\xe8\xc7\xdf\xa0\x9a\x1f\x07\xf4\xe7\x22\x88\x37\xcc\xd8\x1e\x47\x98\xce\x81\x1b\xe9\x71\xf4\x06\xd1\xf1\x9e\x3d\xba\x80\x41\x78\x23\xc2\xe3\xd4\x12\x44\xc7\xc4\x7e\x9c\x5a\x82\xc4\x15\x7f\xf5\x71\x1f\x30\x88\x8e\x69\xf8\x38\xdb\x04\xc3\xd5\xd2\xc7\xf1\x1c\x44\xb7\x10\xce\x36\x41\x74\x56\x74\x1e\xfd\xbd\x20\x3a\xbe\xac\xc7\xd9\x26\x48\x3b\x22\xf5\x71\xba\x09\xc2\x83\x00\x1f\xa7\x9b\x20\x6f\x81\x3a\xdd\x04\xd9\x0d\x5f\x8f\xea\xe2\xd9\x9e\x62\xbf\x21\xf5\x05\xc8\x6e\xb6\x78\x9c\x6f\x82\xe4\x1d\x82\xf5\xd1\x7b\x0c\x72\xf7\xb3\x75\xc2\x09\xd2\xb4\xcf\xa9\x69\x40\x3e\xfc\xe0\x9d\x70\x82\xc4\x65\xce\xf5\x51\xf7\x80\xa4\x22\x7b\x9c\x5d\x82\xe8\x7e\x7d\x4e\x25\x41\x3e\xfc\x45\xa3\x68\x40\x9a\xcc\xb3\x1f\xa3\x68\x40\xf4\x9d\x64\x51\xb9\x04\xaa\x5b\x7a\x75\x0f\x28\x9e\xd2\xf4\xa8\x7a\x40\x18\x56\xfa\x18\x7e\x03\xd2\x54\x37\x38\xe1\x04\x69\x47\xec\x3e\xea\x1e\x90\x8c\xb1\x7b\xd4\x3d\x20\xeb\xbd\x7c\x9c\x84\x82\xe4\xc9\xab\x8f\x93\x50\x90\x0a\x37\xfb\x56\xef\x43\x17\xeb\x07\x3a\x69\xd9\x34\x8e\x8b\xa1\x7b\x7a\x21\xba\x28\xc6\xfc\xbc\xce\x39\x41\x71\x47\x8f\x77\x98\x8b\xe8\xd9\x17\x6f\x93\xe8\xb1\x8c\xfb\x5e\x3f\x2e\xa2\xe3\x4a\x7c\xdd\x21\x01\xd2\x0e\x82\xf5\x4a\xf2\xfa\xee\xfd\x10\x0c\x59\x5e\x40\x2e\x8a\x31\x9d\xde\x36\x2e\xd2\x0e\x96\xf5\xba\x71\x11\x1d\x2b\xfe\x55\x99\x81\x30\x0c\xe3\x55\x99\x81\xf0\x04\xeb\xd7\xf8\x59\x50\x0e\xba\xd4\xab\x8f\x1f\x64\x57\x07\xbc\x47\x5c\x64\xe7\xbe\x5e\x19\x2e\xb2\xb6\xdd\x6b\x70\xcd\xeb\x05\x49\xc6\xe7\x7a\x8d\xb8\xc8\x9e\x3a\xfb\x3a\x29\xf4\x66\x71\xd7\x58\x5e\xf7\x3b\x80\x72\x1c\x26\x59\x71\x2e\x95\xf0\x9c\x6e\x6f\x0c\x17\xd9\x58\xbf\xd7\xd9\x1e\x28\x9a\x0d\x5e\xfc\x2d\xc2\x79\x9c\x97\x7c\x8b\xe8\x4c\xb4\xbc\xe4\x5b\x44\xcf\xbe\x68\xbd\x83\xbb\x02\x2c\xaa\x4b\x89\x20\x3c\x95\xf2\x55\x4f\x82\xb2\x5b\x5c\x3d\x09\xc2\x48\xf4\xd7\xa5\x01\x10\x1d\x3d\xe9\x7d\xde\xa2\xb8\xe7\xc2\xcb\xbb\x45\x18\x2f\xe0\xe5\xdd\x22\xed\x80\x66\x2f\xdc\x16\xd1\xed\x8a\xce\xb4\x40\x71\x37\xbb\x77\x70\x8b\xe8\x38\xbb\x5e\x67\x5a\xa0\x54\xfb\x98\x33\x29\x10\x9e\x68\xf0\xea\xbc\x7f\x3d\x5c\xce\x40\xd7\xd7\xd8\x57\x90\xb6\xa8\x55\xb1\xde\xde\xed\x3a\xd2\x6b\xac\x09\x28\x9e\xf8\xf8\xea\xbd\x7f\xd1\xba\xbb\x96\x7a\xef\x41\xd2\xa1\xfc\x3a\x6d\x02\xc9\x70\xcf\x57\x87\x3e\x08\x37\x8d\xbf\x6e\x53\x07\x69\x1e\x3e\xa5\xf4\x3b\xb1\x66\x18\x50\xaf\xa1\x2c\xa0\x8c\xea\x8b\x36\x88\xb7\x8a\xef\xa7\x94\x21\x5b\x3a\x3a\x66\xd6\x6b\xc0\x0b\x28\x07\x0a\xe8\xd5\xe7\x0f\xd2\xc4\x72\x7c\x35\x10\x40\x76\x31\xf9\xd5\x40\x00\xc5\x60\x46\xaf\x0b\x17\xd9\xb5\xe4\x57\x9f\x3c\xc8\x46\xa1\x7b\x77\xb7\x28\xdc\xc0\x5d\xbd\xbb\x5b\x14\xe7\xa7\xaf\x6e\x7a\x50\x92\xa3\x85\xe6\xc1\xab\x79\x70\x1c\x7f\xc3\xf2\xf2\xab\xcf\xfe\xf5\xcc\xba\xe1\xcf\x2b\xbc\xa9\x9b\x96\x24\x0d\x0a\xaf\xf6\xf6\x92\x0e\xaf\xe3\x16\xc5\x8b\xd5\x5e\x17\x7f\x41\x3e\xec\x47\xce\x2f\xbd\xa1\x7b\x47\x5a\xbf\x6e\x28\x01\x69\x87\x96\x7b\x6d\xb7\x48\xd3\x8e\xe4\x01\x2a\xfb\xda\x6e\x06\xfd\x57\xbf\x39\x48\x7a\x65\xbd\x90\x5b\x64\x1d\xee\xaf\xc6\x09\x48\xd3\x91\x55\xeb\x03\x94\x31\x7c\xd1\xc6\xf7\x4c\x13\xfd\xcc\x5e\xbe\x5d\xbd\x69\xbb\xdb\x62\x7a\xc9\x41\xf1\xb4\xb1\xd7\x4d\x26\x20\xb8\x17\xb1\xbe\x5a\x24\x20\x0e\xbf\x50\x43\x6e\x40\xb8\x5b\xcf\x9b\xb6\x45\x0a\x0f\xda\xf5\x12\x6d\x11\xee\x3d\xf6\x12\x6d\x11\x1e\x81\xf7\x6a\xa5\xbc\xce\x3a\x8d\xec\x7f\x35\x53\x40\xd2\xe2\xf5\x96\x6c\x11\x06\xe8\xbf\x46\xf1\xbe\x9a\x24\x16\x43\x93\x04\x44\xc7\x5d\xe5\x6d\xd7\xa2\xec\x56\xd2\x24\x01\xd9\xe0\x05\x2f\xbb\x16\xd1\x99\x3b\xbe\x5a\x24\x20\x3a\x9e\x22\xef\xbf\x16\xa1\x4b\xe1\xd5\xae\x78\x99\xc0\x7a\x86\xd7\xab\x8b\x1a\x44\xb7\x43\x3b\x35\x05\xe1\x79\x5a\xaf\x76\x05\x08\xef\xcd\x7b\x35\x22\x40\x78\x04\xd3\xab\x11\x01\xc2\x08\x16\xef\xbf\x16\xc9\xe5\x23\xef\xbf\x16\xe5\x70\x7c\xd1\x88\x00\xa1\x41\xf2\x3a\xa5\x05\x69\x74\x93\x6c\xb6\xcf\x0b\xd2\x2d\x84\xa5\xff\xd8\xf5\x63\xdf\xd1\xac\x00\xd1\xf1\x58\x78\x49\xb6\x28\xee\x00\xf1\x42\x6c\x51\x5c\x28\xf1\x42\x6c\x11\x7a\x52\x3e\x7d\xdb\x20\x0e\x7c\x79\x9f\x33\x66\x90\xf6\x06\x02\xef\xcd\x16\xe1\x42\x8c\xf7\x66\x8b\xe2\xc2\xbe\xf7\x66\x8b\xf0\x96\xae\x4f\xdb\x03\xc4\x31\x7d\xea\x31\x89\x4b\xba\xe8\x01\xde\xa4\x2d\xd2\xde\x52\xe0\x55\xda\x22\x7b\xbc\xba\x57\x69\x8b\xe2\x36\x23\xaf\xd2\x16\xe1\xf1\xea\x9f\xde\x6d\x90\x74\x45\x7c\xda\x31\xa0\x1c\x87\x79\x55\x93\x08\xe9\xc2\xe6\xfd\xb4\x6c\x40\xb8\xc1\xf8\x73\xe2\x0e\x8a\xb1\x48\x9f\xc6\x0e\x48\x93\xf6\xfe\xb4\x62\x40\x9e\xd5\xec\xad\x77\x7a\xac\x91\x6f\x5a\x23\x76\x7c\x1e\x36\x92\xbb\x80\xc0\x30\x58\xee\x73\xe6\x0e\xd2\xde\xc5\xf0\x69\x00\x81\xed\x75\xff\x9c\xb9\x83\x34\xd1\x74\x9f\x13\x77\x90\x26\x3a\xec\xd3\x51\x0e\xd2\xde\xa0\xf0\x39\x99\x07\x61\xf8\xe2\xa7\xe9\x04\xc2\xb3\x37\xbc\x43\x5c\x84\x0e\xce\x4f\x3f\xf9\xa7\x9f\x1c\xfb\xcd\x3b\xc4\xc5\x30\x3e\xef\x33\x96\x0a\x14\x6e\xa0\xaf\x5e\x2b\x2e\xd2\x8e\xdc\xff\x0c\x55\x06\xc9\x49\xa2\x57\x8d\x8b\xf0\x34\x11\xef\x15\x17\x69\x1b\x37\x5e\x2c\x5e\xf7\xc5\xe2\x9a\x02\x5e\x2c\x2e\x8a\xae\x8d\x4f\x1f\x3b\xc8\x93\x11\xea\xd3\x10\x03\x69\x6f\xea\xf8\xf4\xa8\x83\x30\x9c\xff\xd3\xec\x02\xc3\xc3\x9f\x3e\xdd\xe7\x20\x5c\x16\xfc\xf4\x62\x80\xe4\x64\xf8\xd3\x12\x03\x61\x90\xb9\x77\x8d\x8b\x70\x01\xdd\x8b\xc5\x45\xda\x7b\x52\xbc\x59\x5c\x84\x47\x49\x7b\xb3\xb8\x28\xde\xff\xe7\x95\xe1\xd5\xfb\xc1\x3b\xda\xfa\xd3\x3a\xfb\xb6\x75\x86\x9d\xed\x9d\xe1\x22\xfa\xc8\xbf\xad\x9a\xbd\x2c\x5c\x44\x6f\x96\xd2\x2e\xc1\xf1\x3e\x1d\x17\xeb\xa7\x89\x07\xc2\x88\xae\x4f\x13\x0f\x24\x37\xf9\x7c\xda\x73\x20\xed\x0d\x24\x9f\xae\xf1\xcf\x70\xe5\x39\xcd\xcd\xca\x10\x9f\xa6\x53\xfa\x33\x84\x19\x0c\x63\xee\xbc\x79\x5c\xe4\xe4\x97\x6b\x98\x1a\x28\xce\x96\x3e\x0d\x46\x50\xb8\xb7\xbe\x7e\x3a\x6e\x40\xd9\x1d\x5f\xc7\x0d\x08\xa3\x14\xbd\xb2\x5c\x64\x63\xd9\x3e\xdd\xec\x20\x79\xd7\x88\xb7\x98\x8b\xf0\x46\xa6\xcf\x13\xf5\x40\x78\x60\xe5\xa7\x09\x09\xca\x60\xb6\xe7\xf5\xe4\xa2\xe8\x24\xf3\x2a\x72\x11\x4e\xa2\x3f\xc3\x3f\x40\xf2\x94\x87\x4f\x4b\x10\x64\xd7\x17\x3f\x5d\x45\x9f\xae\x22\x0c\x6c\xef\x30\x17\xe1\xe9\x7c\x9f\xc6\x21\x48\xc3\xc1\xc3\x18\x91\xcf\x18\x11\x07\x52\xed\xc5\x4f\x87\x12\x4e\x1b\x6f\x3a\x17\xd1\xa7\x85\xb0\x42\x9e\x58\xec\xee\x20\x6f\x3f\x17\xd1\x1d\xcf\x75\x45\x81\x32\x6d\x35\x5d\x51\x20\x4d\x0c\x86\x4f\x57\x14\xc8\x2e\x99\x7b\xfb\xb9\x88\x8e\x87\xc9\xdb\xcf\x45\xe1\x5e\xf3\xfa\x19\x93\x0d\xb2\x47\xc9\x79\xd5\xb9\x28\x1e\x9c\xea\x4d\xe7\x22\x3c\x60\xff\xd3\x44\x05\xd1\xa7\xbf\x68\xb9\xdc\xc0\xec\x16\xa5\xcf\xd8\x42\x10\x4e\xc8\xbd\xea\x5c\x84\xc7\x85\x7a\xd5\xb9\x48\x1e\xd5\xf0\x19\xfe\x01\xd2\xde\xdc\xf4\x69\x97\x7e\x06\x25\xba\xbb\xe9\xd3\x30\x05\xd1\x51\xea\x9f\x0b\x1f\xa0\x18\xa9\xfd\x69\xaa\x82\xec\x9e\x43\x6f\x46\x17\xd1\x99\xdf\x78\x33\xba\x28\x06\xbb\x79\x33\xba\x48\x7b\x77\xd3\xe7\x62\x08\x28\xc6\x00\x7d\xc6\x86\x80\x72\xd8\xc9\xb4\x71\x41\x2a\x9e\x25\xf8\x69\xd1\x82\x61\xbc\xc8\xa7\x45\xfb\x5d\x7b\x88\xe1\x47\x8d\x0e\x01\x25\xa9\xdd\x74\xa8\x81\x18\xda\x03\x3a\xd4\x40\x32\x4e\xce\x4b\xd5\x45\x76\x47\x85\x97\xaa\x8b\xb4\x77\x6c\x7d\xae\x9a\x80\xa2\x5b\xda\x8b\xd6\x45\xda\x7b\xbd\x3e\x7d\x71\x9f\xbe\x38\x3f\x00\x7d\x71\x9f\xf7\xa1\xda\xa9\xb4\x55\x41\x0c\x55\xa5\x21\x94\x5e\x84\xee\x61\x1c\x5e\x84\x5e\x3f\xee\xa1\xd0\xb9\xff\x19\x31\x0e\x52\xd9\x4f\x99\x3d\x16\xad\x91\x6c\x9f\x4e\x36\x30\x5c\xf8\xf7\xd6\x73\x91\x9d\xb5\x79\xeb\xb9\x48\x7b\x93\x98\x77\x9c\x8b\xf0\xa8\xf5\xcf\x05\x98\xef\xdd\xb5\x34\xcd\x0f\xec\xd5\x2a\x44\xfe\xae\xc0\x7c\xee\xd5\x76\xe6\xf4\x69\xd4\x82\x18\x8a\x56\xa3\x16\x84\x1b\x21\xbc\x0b\x5d\x14\xef\x31\xf0\xe2\x73\x11\x43\x4d\xa6\x21\x0a\x62\xec\xa7\x14\xc6\xe7\xb7\xe3\x17\xac\xcf\xeb\xf3\x9c\x10\x87\x4f\x2d\x51\x10\x5c\x3e\xd5\x0e\xac\x3b\x11\x6c\xd2\x69\x5e\x42\x2e\x82\x35\xfd\xe6\x25\xe4\x22\xc6\x12\x76\xf3\xc2\xf1\xf6\xf3\xc2\x71\xf2\xc2\x6c\x13\x31\xd6\xb0\xde\xbc\x70\x5c\x14\xca\xd5\x0e\xcc\x36\xb1\xca\xda\x48\x9b\xa6\x4d\xde\x4c\x24\x9d\x26\x39\x3d\x2c\xe6\x76\x99\x46\xcd\x93\x6f\xde\x26\x61\xc3\x26\x7f\xe0\x31\x89\x55\xf1\x65\xaf\xb6\x23\x5b\x7e\x62\xd4\x39\x74\xa4\x79\x2f\xb9\x08\x6e\x00\x6d\x5e\x2f\x2e\x52\xfb\x1b\xb6\x4b\x35\x6f\x1f\x17\x31\x92\x99\x58\x3d\xb6\xa4\x11\x57\xd2\xbc\x7c\x5c\x24\x36\xc6\x34\x2f\x1f\x17\x31\x76\x19\xad\x30\xdb\xc9\x39\xcc\xaa\x79\xf9\xb8\x08\xee\x09\x69\x47\xb6\x71\x08\x90\xc7\x59\xdf\x8e\x62\x4d\xb8\x65\x62\x28\x02\x3c\x64\x22\xb9\xbb\xb0\x1d\xc5\xfc\xb9\x64\x75\x64\x0a\x16\xbe\x89\x7d\xc5\x55\x56\xcd\x5b\xc5\x45\x8c\x62\x92\x99\xe1\x0f\x63\xc7\x5e\xf3\x56\x71\x11\x5c\x4d\xd2\x8e\x30\xfb\x30\x7b\x2a\x19\x16\x9f\x75\x23\x6e\xbf\x69\x47\xd8\x36\xdc\xd2\x30\x32\x02\xab\xb6\x0d\x26\x17\xae\xf1\x76\x54\x0b\x51\x39\xa4\x42\x81\x55\xdb\xa6\x12\x2b\x67\xa7\xa9\xca\x10\x53\x6a\xec\x24\x0b\x51\x2d\x04\xbf\x58\xfd\x45\x77\x7b\x55\x3a\x78\x55\x86\xd5\x0e\xce\x8b\xcd\x42\x34\x3b\x38\xc2\x6f\x0a\xa7\xed\x41\x81\xb2\x36\x0b\x86\x49\xc5\xa9\x61\xed\x68\x4a\xa7\x29\x1d\xdf\x0c\x93\x18\x3a\xac\x77\xb3\xf8\x0b\x79\x56\xf3\xb2\x57\xb0\x01\x8c\xc3\x74\xdb\xd1\xac\x91\x9b\xcf\xad\x51\xb3\x46\xcd\x1a\x51\xfc\xa6\x58\x39\xd3\x6b\xf8\x4d\x35\xbf\x02\x56\xc2\x46\xf1\x29\xeb\xcd\x56\x00\x16\x4c\xda\xd1\xac\x37\x2b\x61\x23\xf3\x62\xb7\xde\x9e\x67\xd2\xf9\xc5\x6e\x51\x3b\x27\x35\xf8\x15\x77\xfb\x34\x06\xd5\xcf\x17\xcd\xcb\x50\x59\x36\x93\xb6\x63\x28\x31\xf6\x84\x0d\xbf\xd8\xa1\x74\xb0\x82\xc6\x7e\x4a\xe9\xb0\x86\x46\x48\x55\xf3\x36\x73\x31\x08\x83\x6a\xc7\x50\x14\x83\x30\xfd\x41\xa7\x1b\x8a\xc2\x33\x8a\x2b\x65\x1d\x8a\x62\x20\x8a\xa0\x1f\x0e\x45\x31\x08\x26\x1f\x88\x62\x28\x0a\x36\x93\x0d\x3f\x86\x69\x43\x72\xd2\x30\xb7\x75\x35\x6f\x41\x17\x89\x53\xe2\x9a\xb7\xa0\xb7\x63\x52\xef\x20\xaf\x69\x21\xd8\x13\x31\xfc\xbc\xa7\x85\x98\x16\x82\x4f\x66\x3a\xaa\xba\x27\xa2\xee\xc7\x94\x98\x37\x6c\x05\xd2\x39\x95\xfe\x42\x19\x0d\xe9\x9c\x0a\x8c\xc3\x58\xaa\x5f\xe9\x69\xc1\xb6\x2d\xa3\xc4\x4e\x4b\x76\xe2\xd8\xe8\x48\xec\xb4\x91\x4e\x0b\x6b\xfe\x0a\x11\x53\xa6\x38\x6c\x9f\x96\x1f\xaf\x5b\xb2\x8d\x2e\x4b\x71\x39\xe7\xb1\x02\x97\xf2\x59\x28\x78\x95\x9a\x17\xaf\x8b\x18\x76\xa8\xcb\x92\x71\x42\x19\xbb\xe1\x9a\x17\xaf\x8b\xe0\xfe\x85\x76\x5c\x96\xd5\x5b\x47\xed\x3d\x97\x7d\x9f\x98\xd6\x51\xa9\xf8\x65\xbb\x5d\xec\x99\xeb\x54\xfc\xb2\xdd\x58\xf3\x1b\x76\x8b\xdb\xec\x6f\x8e\x54\x50\x37\xdd\x66\xcf\xd6\xb7\x61\xb7\xb8\x15\x05\x77\x6c\x65\x45\x71\xdb\x48\xdb\xe9\x66\x5b\x3e\xf6\x57\x36\xd8\x73\xa6\x47\x3b\x1e\x2b\xc9\xa2\x1f\xc7\x88\x34\xef\x62\x17\x23\x54\x74\x8f\xc5\x7f\x2c\xbe\x49\xca\x95\xe3\xc8\x8e\x46\xf1\x1f\x7f\xf2\xd9\x3f\x49\xf9\x1f\x6b\xb9\x90\x9b\xb5\x7c\xec\x2b\xdb\x44\xb1\x14\x76\x15\x8f\x8e\xf1\xab\x7c\x6d\xa4\x57\x03\x82\x17\x5f\x8b\x8f\x1f\x6e\x04\x63\xca\x6b\xf1\xf7\x2a\x20\xe2\x79\x95\xc5\x4b\xb7\x70\x14\x7b\x2d\xfe\xeb\x45\xfe\x14\xff\x33\x7b\xef\x49\x70\x94\xfc\xcc\x5e\xfb\xa4\x93\xd7\x67\xaf\xf8\x88\x2b\xb0\xbf\x7e\xfe\xe2\xe7\x2f\x52\xae\xcf\x5e\x81\x1f\x8e\x6b\x8c\xdb\xf1\xd9\x46\x1c\xb7\x39\x1a\x62\xfd\x2c\x84\x2b\x77\xd5\x4f\xf0\xb3\xbf\x7e\x6c\x2a\x77\xf8\xfe\x94\x2b\xb1\x25\xa3\xfd\x2d\x3a\xf9\x53\xec\x9a\x47\xe8\x7a\x2f\x78\x17\x41\xc0\x69\xf3\x82\x77\x91\xd9\x2c\xd4\x12\x1e\x38\x11\x2c\x3e\xb5\xc4\x1a\x9e\x88\xd1\x7c\x6a\x98\x84\x0f\x99\x21\xc7\x2b\xdf\x45\xf1\xcb\x4b\xf8\xd1\x5a\xd2\xac\xea\xbe\xf8\x99\x64\xa3\xf2\x54\xb2\x10\x09\x0f\x93\xd9\x6b\x56\xa5\xb4\x3f\x76\x1f\xab\xa6\xf1\x4d\x21\x76\xef\x72\x17\x09\x77\x58\xf3\x2e\x77\x91\x52\x31\xe9\x36\x49\xb3\xb0\x9a\x66\x31\xb8\x48\x01\x9f\x44\x4b\x5a\x47\x60\xe0\xe3\x6d\xde\xee\x2e\x82\x79\x69\x4b\x1a\x36\x20\x06\x9d\x32\x69\xd8\x80\x18\x8c\x42\x29\xfb\x93\x19\x4d\x44\x0f\x4c\xc5\xec\x0b\xd9\xb7\x42\x52\x98\x44\x17\xa1\xd7\x78\x2d\xbc\x18\x6c\x1d\x69\x5e\xf8\x2e\x62\x74\xca\x55\x94\x2b\x47\xdb\x8c\xe1\x53\xaf\x49\x8a\x9a\xc6\x2d\xd6\xb1\xa0\xe0\xe9\xe0\x49\xbb\x26\x69\xd7\x0c\x0a\x11\x16\x22\x2c\x04\x2f\x86\x85\x08\xeb\xe8\x53\xd6\x91\xdb\xdd\xb3\x22\xd4\xd4\x49\x9a\x3a\xb6\xa4\xa6\x8e\x57\xb9\xfb\xb1\x78\x95\xbb\x48\x73\x58\x08\x4b\xaf\xf5\xa3\xa0\xc3\xd2\x07\x87\x50\x31\xc6\xa5\x6a\x3f\x24\xec\x92\xeb\xea\x5b\xd2\xfa\x01\x45\xa3\x32\x55\xcb\xa5\xa9\x33\x7c\xca\xec\x71\x0b\xb1\xe1\xa4\x79\x6f\xbb\x08\x0e\xad\x6e\x5e\xdb\x2e\x4a\xf7\x17\xb5\x61\x40\xc2\x2b\xd4\xbc\xb6\x5d\xc4\x98\x26\x29\x1c\xae\x6d\xd7\xd8\xf5\xd6\x76\x91\xd8\xcf\xdf\xbc\xa2\x5d\xc4\x98\x48\xa2\x59\x47\xb6\xa2\x4f\x3b\x93\xa6\x08\x88\x31\x69\x47\x4d\x11\x90\x1c\x95\xbc\xa2\x5d\x04\x57\x73\xb5\xd4\x2d\x2a\xee\x9e\x31\x28\x7d\xb7\x1d\xb9\xd8\x73\x4c\x84\xa3\x0d\x03\x82\xfb\x96\x9a\x17\xb9\x8b\xa4\x2d\xed\x4d\xed\x22\x58\x1e\x6c\x5e\xc1\x2e\x92\xe7\x18\xb4\xd4\x2d\x7e\xa7\xf8\x4c\x4e\xbc\x83\x5d\x94\x3d\x2e\x0c\x33\xc3\x6d\x83\xcf\xb7\x79\xbb\xba\x88\x89\xad\xee\x55\xea\x22\x79\x9a\x42\x4b\xc3\xfc\x07\xd1\xb2\xcc\x6a\xbc\x4b\x5d\xc4\x81\x15\xee\x5d\xea\x22\xe6\xe1\x53\x56\x9c\x70\xcf\x79\xf8\x94\xb5\xe4\x86\x2a\x16\x41\x5b\x9a\xb6\xd1\x64\x3f\x84\x83\xdf\x74\xc0\xc2\xfb\xc2\xe5\x4d\x2d\x69\xd7\x80\x98\x87\x4f\xd9\x46\x53\x13\x0f\xf5\xee\x95\xe8\xa2\x54\xbf\x19\xed\x0e\x50\x98\xae\x37\xef\x3f\x17\xc9\xb3\x19\x9a\x17\xa0\x8b\xe4\xac\x92\xcb\xd0\x37\x62\x62\x51\x78\x27\xba\x88\x79\x98\x99\xe2\x21\x16\x89\x2b\xb2\x5b\xd2\x3a\x01\x69\x7f\xa6\x1a\x19\xc9\x8d\x33\x4c\x2c\xd2\x65\x95\x08\x2c\x9a\xca\xf5\x32\x2f\xee\xf6\xc4\x69\xd6\xd2\x6d\x5e\xb7\x2e\x7d\xbf\x87\xdb\x4e\xc6\x9e\x18\x2e\xdb\x68\x5e\x50\x2e\x82\x83\x18\x5a\xd2\xca\x00\xf9\xb0\x14\xb7\x15\x67\x4d\x90\x0b\x94\x9a\xd7\x98\x8b\xd8\xbd\xe7\xb6\x60\xb7\x05\x43\x14\x9a\x27\x20\x08\x50\x69\xde\x6c\x2e\x62\x32\x41\xf5\x66\x73\x11\xd3\x2f\xf0\xb1\xa7\xec\x1b\x40\xf9\x45\xad\x07\x90\x3c\xcd\xa2\x25\x0d\x03\x10\x13\xb3\xd2\xdb\xc8\x45\x4c\x1b\x44\xfd\x0e\xca\x61\x53\xaa\xcc\x41\x4c\x25\xa6\x32\x07\x31\xf3\x6f\xbb\xb0\x5b\xfa\x94\x14\xea\x7f\xee\x7c\x95\x14\xea\x7f\x8f\xda\xaa\x7a\x10\xd3\x51\xe8\x53\x06\x1f\x32\x60\x52\xe9\x2d\xe1\x22\xa6\x43\xce\x67\xab\xb2\xe6\xc6\x09\xdb\x2d\x7d\xca\x00\x4f\xc7\xc4\xe6\xf4\xe2\x70\x11\x9c\xf9\xd8\xbc\xd8\xbb\x65\x56\xce\x26\x2a\xd3\x8b\xbd\x45\x69\xd8\xda\x99\x65\x32\x11\x93\x8f\x31\xab\xde\x41\x10\xd8\xd8\xbc\xeb\x5b\x64\xee\x96\x68\x59\xaf\x09\xc8\x3b\x2f\x35\xbe\xd7\x7f\x73\x87\x43\xcb\x6a\xfc\x6c\x6c\x0f\x5f\x9e\x37\x82\x8b\xc1\xae\xe8\xe6\x85\xe0\x22\x66\xf1\xa9\x6a\x52\xb5\x9d\xfd\xc9\x66\x1a\x27\x13\x54\xdf\xb4\x46\x6c\x01\x21\xee\xb9\x65\x4d\x05\x10\xb3\xf8\x94\x35\x5a\x68\x9d\x3e\x93\x93\x35\x4a\x88\xb5\x98\xf4\x99\xc4\xe1\xad\x18\x27\x59\x4b\x01\xc4\x2c\x26\x59\x88\xec\xde\x14\x93\xa6\x49\xba\xce\x30\x99\xbd\x4b\x5c\x04\xd7\x8b\x37\xef\x12\x17\xc1\x25\x52\x2d\xeb\xf0\x00\xa9\xd1\x4d\xbd\x5e\x5c\x04\xc1\xfc\x2d\x17\x85\xc8\x7d\x10\x5c\x2f\xd9\xb2\x36\x06\xc8\x9a\x60\xde\x38\x2e\x52\xe9\x4a\xac\xd8\x07\xb8\x98\xc9\x2f\xc3\xab\xc1\x45\x19\x3b\xc9\x82\x71\xbf\x52\xe1\xc2\x86\x96\xb5\x32\x40\x69\x26\x85\x25\x0b\x1c\xe9\x16\x56\x1f\x0b\x08\x6e\x66\x6a\xde\x33\x2e\x92\x07\xbd\xb4\xac\x47\x25\x1b\x8b\xcb\xb1\x2b\xcd\x9b\xc6\x45\x26\x42\xb4\x65\xad\x11\xd0\xb6\xcc\x42\xd1\x72\x64\x0f\x21\x95\xcd\x8b\xc6\x45\xe6\x56\xbf\x96\xb5\x46\xb2\xa7\xb3\x72\x60\x4b\xf3\xf2\x71\x91\xd3\x61\x31\xac\x27\x4b\x62\x9c\xbf\xd0\x72\xb5\x02\x55\x3f\x08\x96\x59\xd6\x44\xc9\xde\x99\x69\x37\xd3\x44\x01\x85\x93\x27\x9a\x77\x94\x8b\xf5\x26\x75\xd7\x6c\xc9\xee\x5c\xc6\xb8\xf1\xde\x72\x11\x4e\x8c\xbd\xa4\x5c\x04\x6b\x14\x2d\xeb\xa1\x01\xc1\x92\x61\xf3\x8e\x72\x11\xd3\x9a\x6b\x90\x80\x98\xcc\x89\xb2\xd6\x47\xde\x07\xe1\x90\x97\x76\x05\x48\xc9\x5f\xd4\x3c\x00\x45\xa7\x64\xee\x0a\xb6\x2b\x58\x9f\x52\x8a\xdc\x7b\x31\x31\x06\xb3\xd6\x01\x88\x89\x92\xf4\xc2\x70\x91\x35\xeb\xf3\xb0\xf4\x2c\x23\x35\xbb\x94\x36\x04\x08\x96\x66\x9a\xd7\x8a\x8b\x98\x7e\x24\x7a\x4b\xb2\x01\x45\x0a\x5f\x6f\x09\x48\xee\xbc\x6c\xde\x2b\x2e\x82\xc3\x89\x5b\xd6\xfa\x00\xc5\xc9\x94\xf7\x8a\x8b\xe2\x38\xec\xbd\xe2\x8d\x4b\xc4\x63\xa2\xa9\xbd\x43\x5c\x84\xbe\xaa\x3c\xfd\x49\xb7\x07\x3b\x86\x68\x69\x64\x2d\x0d\x07\x8c\x69\x7f\x9d\x46\xdc\xf8\xa2\xed\x31\xd9\x10\xe8\x37\xa2\xbb\x04\x04\x47\xfb\x36\xef\x23\x17\x45\xd7\x67\xd6\x83\x02\xb2\x16\x9c\x37\x8d\xb7\x7d\xd3\x78\xe3\x17\xb5\x20\x40\x09\x3b\x85\x16\x04\xa8\x87\x83\xee\x65\xb5\x2f\xcf\xdb\xe4\x29\xdd\x14\xa0\x1c\x76\x8a\x4b\x11\x7a\x1c\x8f\xcd\x7d\x99\x3d\x1b\x4b\xa6\xc2\xd7\x4d\x01\x12\xd7\xcc\xb6\xac\x9b\x02\x64\x62\xa7\x5a\xd6\xa8\x00\x31\x1d\x7b\x6e\xa5\xba\x57\x52\x9a\x8f\x59\x0a\xbc\x19\x5b\xff\x68\x67\x64\xed\x0c\xdb\x56\x3b\x03\xc4\x54\xf8\xda\x19\x59\x3b\x83\xa9\xaa\x17\x86\x8b\x98\xfd\xb7\xf7\x2d\xb7\xac\x19\x92\x35\x43\xba\xbf\x6e\xed\xb4\x39\x98\x3b\x7b\xeb\xb8\xf0\x9a\xd5\x96\x6f\xfb\x37\xc1\x4a\xd3\xcf\x5a\x33\xe4\xaf\x17\x91\x93\xa4\xd4\xf1\xae\x4c\xbf\x82\x47\xb1\x10\xbf\xd4\x1c\x23\x74\xb8\x80\xac\x29\x9a\x1f\x25\xf5\xd8\xff\xa8\xdc\xa3\x08\x38\x55\x63\x3a\x38\xea\x83\xf1\xb6\xf2\x69\xcf\x7a\x14\x01\xd7\x6e\x12\xde\xd9\xbc\xad\x5c\xe4\xd8\x45\xb5\x8e\x8f\x75\xa4\x37\x3c\xd6\xf1\xa1\x8e\x7e\xfc\xfa\x5b\x40\x62\xb7\x4a\xcb\xfa\x5b\xb2\xab\x44\x0e\x37\xaf\x79\x71\x38\x50\xa8\xf4\x5f\xf3\x7a\xd9\x51\xa8\x6e\x7d\xed\xcb\x9c\x11\x3f\x77\x5e\x8a\x90\x53\x09\x09\x65\x6e\x59\x7f\x0b\x88\x69\x5e\x3a\x57\x40\x72\x7e\xed\x35\xe4\x22\xa6\x06\x84\xf6\x18\xc8\x49\xe1\x68\x70\xe5\x7d\x07\x25\xd5\xd6\x94\xca\x7b\x89\xc8\x86\xd4\x70\x02\xb9\x38\x6a\x68\x38\x65\x0d\x27\x7a\xa9\xf7\x90\x8b\x9c\x19\xa8\xbc\x87\x5c\x04\xa1\xe5\xcd\x1b\xc6\x45\x26\x66\xa7\x79\xc3\xb8\x08\x42\xcb\x5b\xd1\x55\x52\xdc\x62\xdb\x4c\x3a\x4d\x72\xa1\x87\xef\xba\x68\x72\x15\x4d\x2e\x2a\xee\x3d\xe4\x22\x79\xc4\x55\x2b\x5a\x53\xa0\x1c\x7c\x8c\x25\xf9\x9b\x3b\xdc\x99\xe6\xf5\xc6\x70\x91\xd8\x9f\xd4\x8a\x16\x10\x48\x91\x68\xa6\xa2\x71\x53\xbc\x62\x12\x75\x5b\xf4\x79\x80\xe0\xa4\x84\x56\xf4\x79\x80\x94\x58\x0d\x29\x2e\xd3\x80\x7c\xd0\x87\xbd\x0c\x5c\x64\x4d\x70\xef\xf4\x16\xc9\x33\xae\x9a\x97\x7a\x8b\xc2\xcd\x5c\xad\xe8\xe1\x00\x85\x03\x40\x9a\x97\x7a\x8b\x70\x80\xf1\x4e\x6f\x91\xbb\x49\x7a\x38\xca\xb6\x2a\xf8\x9e\xbd\x62\x5b\x64\x57\x3a\xbc\x3b\x5b\xe4\x64\x29\xb4\x03\xbc\x3a\x9b\x48\xc9\x56\xc2\xfc\xc3\xfe\x89\xc8\x5c\xa7\x01\xc1\xba\x69\x2b\xea\xfc\xa2\x5b\xa2\x98\xa4\xc4\x38\xa8\xef\xd8\x49\xfe\x22\xc7\x90\xb0\xbd\xb5\x15\xbd\x0b\x60\x95\xd5\x34\xdf\x5c\x28\x0d\xb5\x53\xd4\xe6\x20\x73\xf7\x7c\xf3\xba\x6b\x11\x53\x59\xeb\x71\x00\x31\xf7\x53\x4a\x6c\x21\x73\x68\x47\xf3\xd2\x6a\x91\x74\x5f\x79\x43\xb5\xf8\x7f\x18\x3b\x97\x2c\x6b\x59\x66\x0d\x4e\xe5\x0c\x41\x48\x32\xc1\xce\x3f\x17\x6f\x7b\xfe\x43\x38\xcb\x08\xbf\x76\xbd\xad\x58\xe5\xaa\xad\x88\x4a\x5e\x48\x78\x9a\x7b\x52\x55\xe8\x07\x80\xb1\xef\xfe\xd2\x86\x4d\xc4\x74\xf8\x70\x62\xfa\xdc\x90\x33\xe9\x7e\x25\xd3\x56\xbc\x08\x74\xe3\x4b\x89\x6a\xd1\xdc\x2d\xab\x42\x47\x00\x0c\x87\xad\xd0\xea\x83\x3e\xed\x58\xad\x3e\x68\xee\xe3\x55\x61\x82\x21\x54\x42\x49\xef\x60\xd9\x41\x6e\x1e\x32\x3c\x9b\x1d\xa4\x27\xb0\xfb\x4b\x1f\xc0\x62\xbb\x2c\x5b\x6b\xce\x01\x0c\x4d\x75\x2c\x1f\x39\x1a\x2a\x28\x59\x57\x98\x86\x00\xcd\x5d\xc7\x2a\x74\x18\xc2\x7d\xa2\xc2\x43\xf6\x99\xae\x00\x99\x2e\x65\xb1\x45\xfb\xee\x49\xbb\x0f\xda\xf0\xfb\xd5\xc8\xc7\x37\x4d\xe2\xf7\x65\xd6\x01\x0c\xaa\x91\x4a\xa9\x6c\x11\x3b\xde\x66\x1c\x7e\xf9\x07\xeb\x6d\x09\xa1\xe3\xb0\x61\x2f\xfa\xee\x87\xe9\x64\x0a\x18\x3b\x49\x2c\x35\xb6\x45\x2f\xdb\x6a\x02\x03\xb4\x7d\xf7\x87\x36\x9f\xf5\xb0\x6c\x80\x53\x6a\x6c\xd7\xa7\xb1\xfd\xfd\xd0\xb7\x40\x85\xad\xb4\x11\xde\xa4\x29\x8d\xef\x5c\xf6\x3e\xfb\x5e\x55\xfc\xad\xf6\x58\xca\x6d\x8b\x66\xfc\x11\xce\xb4\x84\x15\x22\x8e\xc1\xba\x30\x60\xb0\x2f\x5d\x29\xb7\x2d\xfa\xf4\x43\x36\xe3\x01\x72\xc3\xb5\x8a\xcb\xee\x7c\x91\x9b\x37\x67\xc2\x03\x74\x27\x09\x42\x7f\x05\xe4\xe6\x68\xa8\x6f\x02\x72\xf3\x15\xd7\xeb\x00\xc9\x82\x93\x0a\xbd\x03\x10\x94\x75\x57\xe8\x1d\x80\xd8\x1c\x4d\xf4\x0e\x40\x73\xc3\xb6\x0a\xdd\x03\x90\xac\xeb\x28\xf5\xb6\x45\x38\x71\xa0\x92\xb6\x08\x13\x8c\x0a\x69\x8b\x46\xe5\x50\x85\x56\x1e\x34\x77\x47\x2b\x65\xb3\x45\x63\x21\x69\xa9\x91\x2d\x92\x6d\x2d\x4a\xdd\x6a\x91\x1b\x89\x3c\xe5\xa7\x45\x8b\xef\x3b\xd3\xa8\x83\x96\xbe\x0f\xe6\x4a\x40\xeb\x7e\x54\x9a\xeb\x70\x01\xad\x2f\xbd\xe6\x1a\xe4\x66\xff\x68\xae\x41\x0b\xd3\xa1\x0a\x44\x8b\x30\xab\x39\x9c\x8d\x00\x49\x99\x50\xa9\xf3\x2c\x9a\x5b\xd5\x95\x7a\xcd\xa2\x3b\x1f\xa9\x38\xb3\xc8\x8d\xe4\xa7\xe2\xcc\xa2\xb9\xaf\x5e\x0d\xf3\x0e\x20\xcd\xff\x0c\xf3\x0e\x60\xb2\x08\xa8\x86\x39\x06\x90\x14\x91\xd6\xb0\xa6\x03\xe4\x46\xaa\x6d\x38\xf7\x00\x06\xa5\xb8\x35\xa8\x9e\x15\xef\x25\x69\x99\xb9\x02\x90\x9a\xf0\xa1\x85\x05\xb9\x91\x0b\x53\x8a\x59\x04\x8b\xe0\x0a\x59\xe6\x0f\xc1\xbe\x92\x35\x8c\xf8\x41\x52\x69\x58\x2a\x31\x8b\xdc\xfc\xa1\x36\x17\x34\x6b\x04\x54\x4f\x16\x1d\x81\x96\x52\x16\x59\x74\xd6\xe8\x96\xb2\xc5\x22\x37\x7f\x68\x6c\x0c\xa6\x31\xc3\x48\x1b\x91\x0e\xdd\x98\xe6\x61\xd0\x3b\xdc\xc6\x7e\xf3\xd0\xe9\x21\x27\x07\xf9\x56\x87\x21\x2e\x58\xec\x3c\x51\x43\xa3\x08\x72\x23\xe3\x37\xb4\x80\x20\xd8\x38\xa3\x86\x73\xfd\xc3\x6d\xff\xd2\xce\x36\xc3\x0e\x72\x23\x15\xa1\xf8\xb0\xc8\x8d\x71\x65\x4c\x5b\x86\x54\x17\xb5\x44\x35\xb4\x6d\xa0\xb3\x17\x4f\xa9\x47\x2c\x9a\x7b\xf2\xd5\xd0\x6a\x81\xe6\x3c\xd8\xd0\x1a\x81\xdc\xc8\xc3\xa9\xe8\x2b\x7a\xe3\x2b\x1f\xbb\x3f\xdc\x79\xc9\xf8\x58\x87\xe1\x25\xc8\xcd\x97\xcc\x7c\x34\x88\xb0\xcb\x76\xef\x72\xa7\x92\xa3\x3c\x97\x8f\x64\x77\x97\x15\x5e\x02\x33\xd4\x20\x50\x8d\x2e\x25\x7e\x45\x6e\xf6\x98\xa3\x39\xc8\x8d\xc4\xa2\x7a\xbe\x22\xcc\x76\x2b\xde\x2b\x22\xba\x87\xbc\xe2\xc1\xab\x42\x54\x33\x9c\x3f\x07\x7d\xfa\x3d\x38\x82\x83\x98\xbe\x89\x86\x97\x9f\x12\xaf\xaf\x8a\xc3\x35\xc8\x8d\x9c\x9e\xda\xbc\x22\xb7\xee\xb9\xbc\xe2\xb7\x42\x85\x91\x46\x89\x5d\xf1\x8d\x17\x4a\xec\x8a\xdc\x88\x61\x86\xe1\x25\x48\xeb\x6f\x94\xd3\x15\xa9\x7b\x36\x0c\x03\x87\x9b\xd6\x23\x0a\x5e\x8a\xe7\x8a\x3e\x7d\x9f\x2e\x9b\x71\x31\x4d\x8d\x77\x39\x1c\xaf\x87\xe3\x35\x16\x77\x18\xbb\x0d\x63\x37\x7c\x79\x45\x77\x45\x6e\x78\xda\xc3\x21\x1c\xe4\xe6\x2b\x66\xbc\x85\x0e\x6f\xa2\x9a\x5f\xea\xf0\x8a\x40\xc3\xa1\x86\xc3\xf5\x70\xb8\x76\x68\x7b\xbc\xc9\x47\x57\x72\xf7\x97\xbe\xe8\x8f\x11\x11\x37\xee\x34\x38\xc8\x8d\xb1\x7f\x18\xbc\x81\x56\xff\x92\xc7\x1e\x46\x6d\x20\x37\xb2\x63\xc3\xa8\x0d\xe4\x86\x3b\xa4\x9a\xaf\xc8\xcd\x2f\x43\xcb\x00\x72\xf3\xe1\x6b\x06\x86\x66\x80\x68\x72\x68\x06\x40\x73\x9f\xcb\x52\x07\x58\x24\xda\x16\x35\x9c\xe0\x06\xcd\x9d\x22\x4b\x6d\x60\x91\xfa\x07\xc3\xe0\x0e\x74\x2b\x49\xd2\x14\x38\x48\x76\x44\x2d\xe5\x82\x45\x73\xc3\xca\x4a\x36\x50\x12\xb9\x91\x13\x52\xcf\x57\x34\xb7\xa2\xac\x34\xd4\x02\xc9\xf2\x94\x4a\x23\xad\x74\x5f\x48\xb6\xa7\xac\xd4\x10\x80\xdc\xf8\xae\xd2\x64\x33\x48\x8b\xf6\x52\xdb\x00\xa6\x45\x66\xc9\x7e\x43\x22\x37\x62\xa8\xec\xb6\xb6\xd3\x8f\xe9\x0f\x0f\x0f\xd1\x41\x7c\xa3\x2a\x0d\x8b\xdc\x48\x20\xa4\x06\x04\xe4\x36\xfc\xe1\xcf\x43\xac\x61\xb1\x11\x1a\x10\x24\x84\x73\x23\x51\x94\x1a\x90\xd4\x80\xf0\xbd\xa7\x33\xd5\x20\x29\xac\x2c\x75\x86\x45\xa2\x14\x55\xea\x0c\x8b\x86\xa4\x62\xa5\x79\x65\xd0\x8c\x2d\x94\x1e\x16\x51\xdf\xb9\x6c\x17\xa1\x1d\x9b\x49\x95\x3a\xc3\xa2\xed\x58\x9e\x34\x37\x9c\xe3\x7b\x57\x38\xbf\xc9\x61\x90\xec\xa3\x59\x69\x68\x07\x72\xc3\xff\x48\xcd\x18\x58\x6c\x73\x59\x4a\x0f\x8b\x70\x5a\x2c\xb5\x6c\xa0\x95\x7d\x68\xb4\x07\x72\xe3\xdb\x56\x8d\x58\xe4\x46\x68\x94\x06\x80\x20\x10\xda\xaf\xd4\xfc\x81\x44\x10\xaf\xd2\xda\x3d\xd0\x1c\x33\xd5\x2c\x16\x89\x10\x47\xa9\x59\x2c\x12\x31\xaf\x4a\x67\xaf\x41\xa3\x86\xbb\x94\x2c\x16\xbd\xe1\xe9\x65\xd9\x2e\xd6\x2f\xb0\x65\x66\xa5\x96\x14\x34\xb7\x49\xad\xb4\x6c\x0e\x34\xeb\x1f\xd3\x59\x68\xd0\xd9\x4f\xb2\xd2\xc8\x11\xe4\x66\x87\x19\x39\x82\xce\x26\x5d\x95\x4e\x39\x83\x68\x3e\x6f\x03\x47\x10\x56\xb0\xa6\xf6\x16\xa4\x45\x7f\x69\xd5\x1c\x78\x1b\xc6\x25\xcd\x0d\x23\x93\x9c\x4e\x2d\xa6\x59\x5f\xd0\xdc\x99\xb5\x14\x45\x16\xe1\x40\xa0\x28\xb2\x18\x4e\x97\xa8\x89\x2c\x7a\xf9\xdc\x8c\x08\x41\xa4\x77\x69\x44\x08\x7a\xf3\x87\x86\x7f\x20\x58\x00\x55\x69\x06\x19\xc4\xf0\xa3\x31\xeb\x9b\x2e\x40\xf5\x7d\x75\x7e\x19\x84\xa9\xac\x34\xfa\x03\xb9\x11\xbc\xaa\x92\x2c\x7a\x6c\x5e\xd1\x17\x71\x67\x80\xf5\x87\x46\x7a\xa0\x35\xc6\xc9\xd4\xc4\x83\x36\xb1\x15\xa9\x89\x4f\xc3\x3a\x3b\xcc\xb0\x0e\x84\x25\xb0\xea\x1f\x8b\x64\x67\xca\x52\xff\x58\xf4\x66\x17\x6a\xf5\x41\x77\x0e\x21\x0f\xdb\x75\x38\x56\xd0\x2e\xad\x3e\xe8\x4e\xbe\xe5\xe9\x15\x4f\x06\x06\x9c\x9d\xd4\xea\x83\x28\x87\x0f\x4d\x7c\x9a\x41\xc6\xac\xa5\x19\x64\xd0\xbb\x8f\x43\x0b\x0f\x92\x65\x8a\x95\x5a\xf8\x74\xa6\xba\xec\x30\x03\x37\x90\x9b\xef\xbe\x81\x5b\x1a\xb8\xe1\x64\xab\xc2\x2c\xc2\xb4\x6e\x1a\xcb\xa5\xb1\x1c\x71\x43\x3a\x07\x0d\x3a\x3b\x2e\x54\x9a\x0f\x06\x69\x31\x65\x1a\xde\x81\x6e\xa9\x69\xea\x07\xa4\x7e\x00\xae\x6c\x9a\xb0\x05\x4d\xa3\x9c\x66\x67\x41\x1a\x04\xa6\x71\x1b\x48\xd3\x5f\xa9\x1f\x90\xfa\x01\xeb\x6f\x91\xc7\x4a\xdd\x04\xd0\x34\x9a\x6a\x40\x8b\x16\xec\xd3\x52\xa9\x9f\x00\xa2\x7b\x2b\xba\x09\xa0\x3b\x8b\x9b\xba\x09\xa0\x95\x83\x90\xd5\x72\xa0\x77\xbb\xc5\x10\x11\xf4\xe9\xad\xe8\x4c\x80\xfe\x0d\xf7\x46\x8d\xa0\x35\x5f\x53\xcb\xec\x40\x73\x2f\xe5\x4a\x3d\x88\xd4\x83\xb0\xab\xf4\x20\x40\x73\x5f\xe3\x4a\x1d\x01\xd0\x82\x48\x26\x75\x04\x40\x6e\xd8\xe4\xd2\xc2\x83\xc5\xa6\xb6\x55\xe6\x6a\x41\x33\x09\x52\x56\xba\x81\xdc\xbe\x43\xe5\x21\x76\x06\x21\xe1\x54\x66\x74\x41\x77\xbe\x45\x91\x6a\xb1\xd0\x37\xab\x32\x7d\x0b\x72\xdb\xbd\xe2\xe5\x21\xf3\x4d\x93\x43\x8f\x87\x1e\x36\x1c\x5f\x1c\xfa\x79\x88\x7d\x79\x3c\x97\xf1\x27\x68\x46\x0b\xea\x5d\x8b\x5e\xdf\x7f\xa5\x87\x88\xa9\xf9\xd6\x4b\x1f\xa3\xf4\x31\x76\x7f\xe8\x15\xdd\xe6\x90\x01\xa7\x4c\xf0\x82\xce\x36\x87\xa5\xde\xb5\x68\x9d\xaf\xb8\xf4\x31\xc0\x32\xa7\x5f\x2e\x0c\x00\x3d\x3c\xbd\x99\x61\x10\x6c\xd9\x50\x65\xdc\x5a\x6a\x7a\x32\x52\x95\x6e\x07\x68\x6e\x1a\x5e\x65\xe0\x0a\xba\x51\x5e\x39\xed\x0d\xd6\xb0\xf3\xf5\x4e\x40\x67\xb7\xd0\x52\x61\x5b\xac\xf0\x79\xe8\xb0\x94\x11\x2f\xa6\xa3\xc2\xb6\xea\xb0\xec\xfe\xd7\xe9\xa1\xf3\x7f\xff\x37\xd9\x25\xac\xca\xd2\x3a\xd0\x4d\xf9\xaa\xa6\x2d\xb2\x11\x7a\x94\x73\xd7\x20\x9b\xad\x37\x2e\x06\xbd\xe3\xf4\x95\xd3\xd9\xa0\x99\x38\x2c\x4b\xeb\x40\x36\x5e\x73\x55\xb8\x45\xb6\xcd\x1f\xda\x2e\xa6\xa9\xad\x09\x50\x83\x5b\x34\xb7\x07\x2f\x15\xb7\x45\x36\x86\xbd\x72\x81\x00\xe8\x06\xff\xa5\xdf\x01\xd6\xf0\xdd\xd1\xc9\x28\x15\x43\xbd\x6f\xc3\xee\xca\xef\xfc\xdc\xb8\x8e\x07\xc8\xf6\x1d\xf2\x81\xe0\x78\x18\xb0\x97\x95\x74\x20\x9d\x2c\x2f\x57\x08\x94\x2b\x04\xd8\x1e\xbc\x4a\xff\x04\xa4\x89\xc9\xd2\x3f\x29\x77\x30\x34\xef\xa4\xf0\xb7\x48\xbd\x85\x32\x27\x5e\xca\x94\x4e\xff\xcb\x8f\xd2\xed\xb4\x37\x0f\x79\x9b\xb5\xf8\xa1\x97\xf4\x36\x49\x08\xb0\xcf\x6f\x29\xfb\x2d\x9a\xbb\x94\x57\x99\x13\x2f\xe7\xc1\xc3\x1b\xf0\x9e\xd0\xfd\x76\x71\x41\xe9\xff\x80\x6c\xe4\x98\xca\x92\x3b\xb0\xd8\xfe\xae\x14\x02\x17\xbd\x7c\xd5\x4d\x2e\x80\x6e\x74\x5e\xfa\x3f\xa0\xb9\xcb\x7a\x29\x04\x2e\xba\x33\x79\xa5\x03\x04\x1a\x9b\xab\x54\x99\x5c\x00\xd9\x48\x44\x95\x29\x71\x90\x8d\x14\x93\xda\xe0\xa2\x05\xd1\x40\xe9\xfe\x80\x6c\x24\x04\x4a\xf7\x07\xa4\x09\x81\xd2\xd7\x01\xc9\x0a\xb9\x2a\x1d\x1b\xd0\x91\xd0\xad\x32\xad\x0d\xba\x93\xfd\xa5\xaf\x03\x9a\xd1\x7f\x99\xe9\x06\x89\x5e\x53\xa9\x29\x2e\x16\x7b\x03\x56\x99\xbb\x00\xd9\xb0\xf0\x4a\x8a\x8b\xc5\x76\x7b\xa5\xa4\xb8\x08\xb3\x55\xa5\xaf\x53\x16\xff\x97\x2f\x94\x13\xe1\x60\x98\x41\x29\x3d\x1b\xd0\x9b\x23\xba\x99\x0a\x10\xc6\x11\x65\x5a\xa2\x54\xd7\xf3\xab\x37\xb1\x0c\x82\x7d\xed\xaa\x2c\xce\x07\xd9\x3c\xbd\x6e\x0c\xc8\xd7\x39\xfc\xd3\x2a\x2b\x4b\x2e\x92\x6d\x49\xaa\x4c\x64\x80\x64\xef\xd0\xaa\xd3\x17\xf0\xc5\x62\x29\x61\xa9\x54\x2e\xb2\x61\x6e\x4b\x8f\x06\x64\xf3\x35\xd5\x7d\x01\x2d\x90\xda\xab\x32\xb7\x51\x56\xfd\xa7\xff\xe6\xad\x5c\xcb\xde\xe3\xf6\x4c\x59\x83\x6c\x3e\x69\xb3\xcc\x20\x1b\x41\x45\xe9\xad\x80\x3e\x6c\xac\x59\x0b\x90\xcd\xf7\xd4\x2c\x33\x08\xab\x64\x55\x1c\x17\x11\x1a\x2c\x7d\x1a\x90\x8d\xbc\x58\xe9\x7a\x80\xb4\x58\xbb\x74\x2a\x40\x3a\xb1\x58\x3a\x15\xe5\xf4\x72\xf9\x1d\xe8\x42\x80\x6c\x1a\x1e\xdd\x05\xd5\xc5\xa7\x27\x73\xe6\x18\xb4\xee\xd0\x6a\x0e\x02\x34\x27\x86\xca\xec\x34\xc8\xe6\xc8\x61\x0e\x02\x24\x72\xa2\x55\x96\xea\x81\x3e\xbc\x6f\x0b\xf5\x41\xff\xcc\xb9\xfe\x09\x58\xec\x2f\x58\xa5\x7f\x02\x56\x38\x24\x38\x0b\x0d\x46\x7c\x57\xb4\xc3\x58\xa7\x38\xb5\x28\xa6\x2e\x40\x67\xb7\x92\x52\xe2\x5c\x74\x36\xe4\x28\x25\xce\x45\xd7\x3a\x29\x71\x2e\x86\x8b\x48\xa6\xc9\x0c\xf0\xf6\xa1\xff\xb6\x3c\x46\xf1\x21\x83\x90\x1a\xe7\x22\x10\xa3\x2d\xf5\xcc\x45\xb0\x0d\x6b\xa9\x67\x2e\xc2\xc9\xe5\xa9\x67\x03\x16\x7b\x28\x96\x12\xe7\x22\x9d\x5b\x56\xcf\x5c\x34\xc5\x12\x6a\xea\xda\x80\x6e\x15\x92\x1a\xe7\x22\xb6\xef\x97\xe5\x21\xdf\x94\xe2\xd0\xf4\xd0\x64\x5f\x10\xda\xea\x7c\x36\x08\x76\xac\xac\x69\x92\x65\xba\x57\x57\xf3\x5c\xb6\xb5\xf1\x05\x86\x57\xb4\xad\x2e\x07\xf0\x87\xa6\xe4\x91\x2b\x4f\xcd\x95\x72\xe5\x22\x5c\x25\x3a\xcd\xbb\x80\x98\xf6\xa1\x79\x17\x10\xec\x3b\x53\x53\x07\x08\x04\x3b\x8d\x95\x3a\xe7\xa2\x37\x7b\x5a\xff\x07\x24\x9b\x03\xd7\xd4\xd9\x99\xdf\x7e\x16\x34\xd5\x45\x8d\x33\xbe\x3e\xe4\x8e\x74\x80\x40\xb0\x07\x60\x4d\x33\x36\x20\x8d\x47\x15\x43\x17\xa9\x67\x36\xcd\xd8\x80\x34\xe5\x3f\x9d\x18\x00\x0d\x19\x98\x9a\x4e\xc6\x83\x66\xe5\xd0\xd4\x4d\x9a\xba\x49\xd4\x17\x4d\xdd\xa4\xa9\x9b\x44\x36\x60\xea\x13\x81\x16\xbe\xc2\xd3\x12\x3f\x90\xdf\xf3\x36\x63\x03\x9a\xba\x17\x35\x75\x94\x40\x47\x49\xa2\x94\x56\xaf\x4f\x5a\x9d\xcd\x2f\x4b\x69\x75\x11\x56\x3c\x2a\xad\x2e\x1a\x9a\xba\xa5\xb4\xba\xe8\x0e\x3d\x4a\xab\x8b\xee\xa2\xb6\x69\x39\x1f\xe8\x16\x35\x4d\x33\x3b\xa0\xbb\x24\x40\x01\x76\x91\x0d\x7b\x38\x9d\xda\x07\xf1\xdd\xb9\xae\xd3\xd4\x75\xf2\x25\xd0\x75\x02\xdd\xa5\xa1\xd3\xa9\x0e\x90\x48\x8c\x95\x62\xee\xa2\xbb\x30\x65\xea\x4c\x81\x70\x29\xe2\xd4\x99\x9a\x3a\x4e\xf6\xab\x8e\xd3\x74\x6f\xe7\xef\x87\xb6\xbe\x28\x15\x23\xa6\x52\xcc\x5d\x24\x4a\x77\x35\x9d\x36\x01\xcd\xa9\xe6\xa9\x93\x04\x5a\xb0\xff\x6c\x4d\xbd\x24\x10\xec\x4d\x5f\xca\xc0\x8b\x6c\x98\x9a\x69\x4d\x21\x08\xa4\xbd\x6a\x9a\x38\x9a\x26\x8e\xb0\xad\x53\x5f\x0a\xe4\xc6\x20\x3c\x4d\x1c\x81\xe6\xda\x8e\xa9\x2f\x05\x9a\xaa\x26\x35\x75\xa6\x40\xa0\x13\x52\xd3\x69\x99\xe9\xb4\x4c\xb5\xbf\xf7\xdf\xac\x69\x01\x23\xc8\x46\x4e\x75\x5a\xc0\x08\xba\x89\x7d\x15\xed\x45\x0c\xdf\x4a\xd3\x4f\x20\x4d\xa9\x4f\xdd\xaf\xe9\xc6\x66\xfe\x50\x5f\x6b\xea\x6b\x39\x32\xb9\x44\x13\x24\x9b\x75\x95\x8a\xf6\x22\x5d\x3a\x3e\x4d\x35\x81\x6e\x65\xd8\x74\x52\x08\xc4\xb4\xdb\x75\xbf\x40\x68\xc2\xa6\xf3\x44\x20\xd8\xed\xae\x54\xc2\x17\x2d\xbc\x47\xdd\x2f\xd0\x3b\xc9\x2d\xb5\xf1\xc5\x30\x17\x34\x4d\x35\x81\xd4\xbb\x53\x2e\x5f\x74\x54\x4a\x6a\xea\x7d\x81\xb4\x84\x69\x3a\x9b\x04\xd2\xaa\xeb\x69\xc6\x08\x34\x8b\xd9\xd5\xc6\x17\xed\xcb\xcd\x4d\x3d\x32\xd0\x54\xa6\x29\x05\xf3\x45\xa2\x75\x59\x53\x2f\x0d\xe4\xf7\x65\xbb\xe0\x61\x7e\x4a\x21\xfe\x97\xdd\x43\xfe\xe9\x1b\x59\xf5\xe5\xa6\xbe\x1c\x26\x78\xea\xcb\x4d\x7d\x39\xbb\xda\x89\x28\xb0\x86\x2f\xaa\x45\x02\x53\xf1\x10\x3c\x9b\xa9\x67\x06\xba\x0b\x2d\xa7\x9e\x19\x08\xd3\x19\x2a\xf4\x8b\x74\x99\xdb\x74\x86\x09\x84\xa1\xb8\xda\xfb\x22\xdb\x77\xc8\x1e\xa3\x6e\xc0\xf0\x76\x5a\x37\x00\xa2\x6c\x84\x75\x03\xa0\xa5\x63\x89\x25\x84\xa0\x4f\xcd\x82\xd3\x50\xa0\x87\x0f\xd7\x8c\x14\x68\xe3\x1b\x57\x9d\x9a\x02\xe1\x74\xc2\xd4\xef\x03\x4d\x49\x98\x9a\x3a\x7e\xd3\x8a\x83\xf2\x90\x2f\xd4\x8d\x3f\xaf\x3b\xe2\x3a\x4e\x90\x9f\xef\x61\x6a\x0a\xa4\x61\xea\x7c\x6c\xd9\xc3\x93\xf4\xa3\x31\xe7\x04\xd2\x85\x4f\x53\x5f\x70\xea\x0b\xea\x67\xe8\x0b\x82\x6c\x76\x8f\x25\x08\x20\xbf\x21\xc7\x19\x2a\x90\xcd\xa6\xea\x30\xce\x2f\xe7\xe4\xc8\x61\xce\x09\x74\x27\xe7\xa7\x1e\x23\x88\xcf\x2c\xe8\x31\x82\xde\x1d\x45\xf5\x18\x41\xff\x46\x77\x7d\x41\xd0\x54\x48\xaa\xa9\xe7\x07\xfa\xf6\xfd\xd2\xc6\xfe\xc8\x00\x39\xcc\xe9\xd3\x81\xc6\x56\xee\xb5\xac\x35\x04\x8b\xdd\x74\x6b\x99\xbf\x02\xe1\xa4\xd5\xd2\xcd\x03\xd1\xc3\xff\x1a\x1e\xa2\xf6\x22\x3d\x57\x7a\x28\x49\x7b\xbc\xaf\xca\xd2\x0d\x03\xdd\x79\xd9\xa5\x7f\x05\x3a\x6a\x12\xb5\xf4\xaf\x40\x63\xef\x9b\x5a\x7a\x4e\x4b\xcf\x89\x54\xc2\x72\xe1\x03\x68\xd6\xdf\x2c\x27\xb1\x96\x05\x0e\xa4\x63\x96\x0b\x1f\x40\x36\x82\xe7\xa5\xe7\xb4\xdc\xe8\x61\xf7\x5c\xa7\x87\x18\x24\x97\x3f\xbc\x3c\xa4\xcd\x27\x28\x59\x2e\x7c\x58\x61\xc2\x81\xb7\x7f\xb9\xf2\x01\x64\x23\xa6\x5b\x3a\x45\xa0\xeb\x14\x2d\xdd\x1d\xd0\x4c\xe5\x2f\x27\xa8\x40\x37\x23\xbf\xcc\x0a\x81\x66\x39\xf5\xd2\x03\x02\xdd\x7c\xc0\x72\x91\x03\xc8\x46\x78\xbb\xf4\x80\x40\x73\x75\xf2\x32\x51\x04\x9a\xab\xbe\x97\x4e\x11\x08\x47\x9e\x65\xa2\x08\x2c\x36\x3c\xae\xa5\x9b\xb4\x74\x93\x96\xe7\xb2\xf5\xb8\x49\x1a\x9f\xe5\xc4\x16\x48\x76\xe0\xaa\xa5\x47\x04\xb2\xf1\x52\x2f\xdd\x9f\xe5\xde\x12\x58\x87\xa5\xfb\xb3\xd4\xb9\xf0\x0d\x33\x9b\x04\xd6\xf0\x79\xeb\x11\x81\xc6\xbe\x3d\xb5\x2c\xec\x00\x0d\x9d\x9c\x5a\x7a\x44\x4b\x8f\x08\x8f\x71\x99\x60\x5a\xd6\x75\x54\xff\x07\x9b\xbc\x74\xa2\x40\xd7\x68\x2e\x53\x52\x20\xd8\x81\xb2\x96\x4e\x14\xe8\x5f\xb7\xe8\x0b\x81\x6c\xbe\x48\xa6\x87\x40\x7c\xef\x96\x5e\x08\x68\x8a\x2b\xd5\x32\x7f\x03\xb2\x93\x8c\x5b\xba\x21\xa0\x29\x59\x54\x4b\x3f\x04\xb4\xf8\x0e\x79\x81\xc9\x60\xb5\x7b\xc8\xf7\x79\x1e\xfe\xd2\xb3\xf9\x2c\x5e\x24\x92\x78\xb5\x74\x2a\x40\x3a\xd3\xb2\xcc\xfc\x80\xb0\xbc\x76\x99\xf9\x59\x66\x7e\x48\xb5\x2e\x33\x3f\xcb\x62\x48\xcb\x4c\x97\xee\x08\x88\xf0\x7d\x76\x69\x25\x48\xe4\x56\x6b\x99\xe7\x01\xd3\x1d\x42\x96\x55\x8e\x20\x9b\x8f\xdf\x82\x14\xd0\x74\x62\x97\x4b\x20\x40\x36\x3c\xc3\xa5\xef\xb1\x5c\xdc\xe0\xb7\xed\x9c\x16\xc8\xf6\x1d\xb2\x11\xe6\x79\x1c\x14\x9c\xd3\x02\x69\x6a\x66\xe9\x7b\x80\x44\xcc\xbe\x96\x8e\x06\xe8\xce\xca\x2e\xe7\xb4\x40\x53\x90\xaa\x96\xce\x07\xf8\xb6\x82\x58\xce\x73\x2d\xcb\x17\xfd\x68\x2d\x5f\x04\xb1\x7f\xff\x65\xc3\x0e\x1b\xc6\x87\xa6\x8b\x02\x62\x73\xd0\xd1\x45\x59\xba\x28\x24\xec\x96\x8b\x27\x40\x77\x4a\x6e\xe9\xb4\xac\xcf\x69\x21\x4c\x5d\x3a\x2d\x4b\xa7\xc5\xc1\xd6\x02\x45\x90\x9d\xf8\x7c\xe9\xb4\x80\xf6\xdd\xa5\xee\x08\x48\x94\xf7\x6b\xb9\x70\x13\x24\x92\xc4\xb5\x4c\x27\xad\x6f\x77\x08\x1e\x88\xbe\xc7\x52\xa5\xcc\x27\xa9\xef\x01\xb2\xdb\x2e\x33\x40\x60\x05\xce\xd4\x32\x01\x04\x62\xfa\x8c\xf4\x50\x40\x76\xed\x82\xb3\x61\xa0\x59\x17\xb1\xac\x8a\x01\xe9\x2c\xe0\xd2\x69\x01\x6b\xf8\xa2\xe8\xb4\x2c\x97\x42\x94\x6f\x9d\x33\x64\x20\xca\xb6\xea\xa2\x80\x74\xce\x6f\xb9\xd3\x04\x48\xbd\xd4\x65\x66\x0a\xb4\xf1\x8d\x3a\x7a\x32\x20\xd9\x61\xad\x96\x8e\x0c\x48\xd7\xe0\x2e\x9d\x16\xd0\xf7\xef\x64\x36\x96\xed\x5d\x75\xcd\x96\xa9\x29\x90\xdd\x71\xce\x2a\x49\x90\xd6\x45\x2c\xe7\xd3\x40\x76\xc7\x72\x9d\x16\x90\xce\x8a\x2d\x27\xca\x40\x53\x10\xac\x96\x73\x60\xcb\xbd\xb0\x4a\x1b\xaf\xdb\x02\xba\xab\xdf\x96\x6e\x0b\xc8\xce\xdc\xc3\xd2\x6d\x59\x3f\x6d\x1d\xd3\x67\xcb\x44\x17\xe8\x48\x4b\xd5\xd2\xfb\x00\xd9\xb5\x88\x66\xa2\x40\xcb\xef\x64\xbe\x3e\x2e\x7e\x70\x29\xe6\x6e\xfa\x08\x0c\x27\x1f\x77\xbd\x0f\x90\xe8\x29\xd5\xae\x5f\x01\xb2\xe3\x35\xee\xfa\x15\xa0\xe9\x0b\xec\x26\x94\x40\xb2\xe3\x79\xed\x66\x8f\x40\x58\xf5\xbe\x3b\x2f\x06\x12\x3d\xce\xda\x4d\x28\x81\xee\xb2\xb3\xdd\x84\x12\x08\x6b\x9c\x76\x13\x4a\x20\x91\xf2\xae\xdd\xa5\x0f\xa0\xa9\x39\x56\xbb\x2b\x49\x41\x76\x1c\xb1\x5d\x87\x67\xff\xf2\x4e\x0c\x6e\xbb\x45\x3a\xa0\xeb\xe1\xee\xae\x11\x05\xd9\xc3\x5f\xda\x7e\x57\x48\xf0\x41\xef\xce\xb2\x81\xe6\xbe\x07\xbb\x4e\x10\x48\x3d\xb1\x5d\x27\x08\xa4\x35\x79\xbb\x95\x3c\x20\x7b\x78\xc8\x4e\xec\xbe\xeb\xdc\x92\x79\x27\x90\xae\x20\xd9\xcd\x3b\x81\xec\x98\xae\x5d\xef\x09\x64\xc7\x26\xed\xba\x45\x20\xad\xf6\xd8\x75\x81\x40\xf4\xf0\x90\x57\x0c\x87\xd3\x91\x7f\x5b\xe6\xdd\x54\x12\x48\xe4\x7b\x6a\xd7\x6b\x02\xd9\xed\x4f\xa7\xd7\x76\xf7\x3c\x75\x36\x64\xd7\x6d\x02\xd9\xbf\x43\x3e\x44\x96\x8b\x5a\x36\xb4\xbb\x91\x04\x08\xf7\x37\xd8\x75\x3c\x40\xb8\x0c\x74\xd7\xf1\x00\xd9\xf1\x9c\x77\x4b\x71\x40\x77\x03\x9a\xdd\xf9\x2f\xd0\xd4\x5d\xab\x5d\xff\x04\x64\xff\x0e\x79\xc9\xb4\x66\x9d\x47\xa1\xff\x01\xf2\xeb\x2b\xfd\x0f\x90\x2e\xf9\xd9\xcd\xeb\x80\x74\x1f\x8c\xdd\x24\x0e\x88\xce\x68\xbe\x9b\xc4\x01\x89\xda\x5f\xed\x26\x71\x40\x74\x02\x97\x5d\xc7\x65\xaf\xef\xad\xe4\x92\xae\xf5\x00\x4b\xdf\x79\x37\x65\x03\xb2\xdb\x56\x27\xb6\x40\xf6\x61\x2b\x6c\xab\x1b\x5d\x75\x7f\x68\x5b\x8b\xb6\xfa\x6d\x98\xc4\x01\x7d\xe0\x1d\xec\x3a\x46\xfb\xe7\x18\xd9\x58\xf3\x33\x20\xc2\xbb\xd4\x57\xda\xf5\x95\xc8\x14\xee\xfa\x4a\xa0\x4d\xdf\x41\xfd\x22\x90\x3d\x3c\xbf\x77\x34\x7d\x79\x3d\xbd\x0f\x64\xf2\x40\xfc\xdc\xcd\xc8\x80\x61\xb1\xdd\xee\xba\x91\xdd\x75\x23\xe5\x21\xef\x48\x7f\xca\xf1\x4b\x7f\x6a\x5f\xda\x19\xdb\xaa\x43\x05\xd2\xd9\xd9\xdd\x52\x22\xd0\xcc\xde\xef\xae\x0c\x05\xdd\xfc\xf4\xae\xa7\x04\x1a\xaa\xd8\xb5\x3b\x23\x06\xd4\x7b\xa9\x5d\xb7\x08\x0c\xe3\xe5\xdd\x2c\x0d\xc8\x4e\x20\xbc\x3b\x23\x06\x56\x32\x5f\xbb\xeb\x29\x81\xfe\xbd\xd5\x66\x69\x40\x7e\x2f\x8f\x6e\xd1\xae\x5b\x44\x6c\xbc\xeb\xef\x80\xa6\x9e\x5d\xed\x3a\x3c\x20\x3b\x26\x7d\xd7\xbb\x01\x4d\xa9\xba\xda\x9d\xff\x02\xd9\x6d\xac\xbe\x0c\x48\x6b\x40\x76\x7d\x19\x90\x4e\x1a\xed\x26\x5b\x40\xa2\x98\x5b\xbb\x99\x15\xd0\x14\xcc\xab\xdd\xa4\x09\xc8\x5e\x9e\xdf\x4b\x32\xc3\xd5\xbd\x4d\x67\xb8\x40\x5a\x60\xb0\x9b\x47\x01\xe9\xdc\xcc\x6e\x19\x0f\xc8\xef\x1b\x71\x36\x0b\x4c\x6b\x02\x76\xbd\x94\x5d\x2f\x85\xfc\xce\xae\x97\x02\x9a\xcb\xa1\x76\x6b\x76\x40\x58\xa4\xba\xeb\xb8\xec\x96\xf3\x12\x15\xec\x26\x60\x40\x76\x72\x5d\xbb\x8e\x0b\x48\x36\xd7\xad\xdd\xd4\x0a\x48\xa3\xea\x5d\x8f\x64\xff\xf2\x28\xf6\xab\xee\x07\x08\x77\x99\xd9\xcd\xa3\x80\x98\xbe\xe9\xe6\x4c\x40\xba\x68\x6a\x37\x67\x02\xb2\x93\xc1\xd8\xcd\x99\x80\x85\x5c\x49\xed\xfa\x1a\xbb\xbe\x86\xa6\x54\x5f\x63\x57\x13\xd5\xde\x79\xec\x9d\x87\x02\x99\xf2\x1d\x7e\xec\x9e\x87\x67\x84\x8b\xbb\xeb\x91\x80\xec\x9a\x7d\xdd\x0a\x90\xee\x35\xb7\x5b\x9d\x0b\xda\x70\x16\x61\xd7\xd5\xd8\x75\x35\xb4\xfb\xe6\x39\x40\x58\x02\xbb\x3b\x9d\xb5\x3b\x9d\xb5\x7b\x32\xdf\x81\x1f\xef\x00\x61\xce\xa1\xa7\x01\x9a\x4a\x83\x75\x98\xe8\x00\x89\x3c\x65\x1d\xba\x1a\x20\xd9\x3a\xbe\x0e\xeb\x6d\x40\xba\xc8\xe4\xd0\xd5\x00\xe1\x02\xb5\x43\x57\xe3\xd0\xd5\xd8\x3d\xf4\xf3\xd0\xcf\x4b\xd2\x0c\x3d\x86\x43\x8f\x81\x17\xe3\xd0\x63\x00\xd9\xf1\x7b\x0f\x27\xaa\x40\xba\x7f\xe5\xe1\x44\xd5\xe1\xde\x13\xae\xd6\x3b\x4c\x9b\x80\x6e\x1d\xc8\xa1\xab\x01\xc2\x41\xfd\xd0\xaf\x00\xc9\x3e\xf1\x75\x98\x5c\x01\xd9\xd7\x3f\x18\xe6\xc3\x59\x2b\xd0\x2d\x73\x3a\xf4\x44\x40\xb0\x5f\x6b\x1d\x7a\x22\x20\xad\xb4\x3b\xf4\x44\x0e\x3d\x91\xdd\x1f\x2e\x0f\xe9\xb6\xf2\xd5\x1e\x66\x6d\x40\x73\x03\xa9\x43\xbf\x03\xb4\x68\x9e\xcc\x5b\x51\xd6\x94\x11\xf2\x70\x26\x0b\x24\x1b\xe3\xd7\xa1\x77\x02\x16\x32\x37\x75\xe8\x9d\x80\xa6\x10\x64\x1d\xba\x27\xa0\x5b\xd5\x74\xe8\x7e\x1c\xba\x1f\x04\x2a\x87\x79\x1c\x90\x2e\x8b\x38\xf4\x48\x40\xb7\x7c\xff\x70\x26\x0b\x34\xe7\x24\x0f\x1d\x12\xd0\xdd\xc7\xe5\xb0\xf6\x18\x34\x75\x26\xeb\x30\x1f\x03\xb2\xfb\x0c\x2d\x3e\x06\x4d\xa1\xc9\x3a\xcc\xd1\x80\x95\x36\xc3\x82\x64\x90\x9d\x91\xe8\x30\x6d\x03\xd2\x25\x91\x87\x25\x3f\xa0\x99\x80\x3b\xcc\xd1\x1c\xee\x2f\x81\x6a\x65\x1d\xba\x3c\xa0\xe5\x20\xa0\x39\x9c\x91\x3a\xdc\x4d\xc2\x3a\xd6\xc3\xca\x62\xd0\x8c\x38\x0e\x7d\x1e\x90\xa8\xcc\xd4\x61\x4e\xe6\xf8\x72\x32\x58\x8c\xc3\x74\x0a\x68\x16\xaa\x1f\xfa\x2e\x20\x8c\x1e\x0f\x7d\x17\x90\x96\xa8\x1e\x4e\x2d\x81\x0c\x1f\xa7\x4e\x09\x58\xe9\x7d\xea\x5b\x80\xec\xc4\x85\x87\xae\x05\x58\xe9\xdb\xa8\x87\x70\xe8\x21\xf8\x79\x68\xe8\xc1\x42\x82\xa3\x0e\x0d\xfd\xe1\x56\x9b\x98\xc5\xc3\x55\xa4\xa0\xbb\x77\xc4\x61\xe2\x04\x34\x15\x35\xeb\x30\x73\x02\x32\x88\x67\x0e\x67\x68\x0e\xf7\x0d\x2f\x5f\x5a\x33\x27\x20\x03\xdf\xe8\xd0\x1f\x00\xcd\x1a\xd8\xc3\x29\x1a\x90\x61\xcb\x74\x11\x40\x53\xb2\xb3\x0e\xf3\x24\x20\xdd\x73\xf2\xd0\xd4\x83\xb4\xac\xef\x30\x4f\x72\xb8\xb7\x94\x1b\x21\x1e\x9a\x7f\x90\xa8\x69\xd4\x61\x56\xe4\x38\x82\x93\x71\x7e\x17\x5d\x82\x74\x4d\xce\x61\x0d\x2f\xc8\x20\x16\x3d\x34\xfe\x87\xc6\xdf\x07\x67\x86\x02\x64\x10\x70\x1f\xce\x8e\x80\x0c\x02\xfa\x43\xab\x0e\xd2\x32\xcb\x43\x7b\x7d\x68\xaf\x19\xd1\x0f\x4b\x71\x41\x06\x91\xdc\xa1\x09\x07\xf9\x8d\x0f\xce\x55\x80\x44\x93\xa1\x0e\x0d\x2a\x18\x1a\xe7\xc3\x40\x1d\x64\xf8\x65\x5a\x17\x0b\xda\xb4\xc3\xac\x34\x39\x5c\xcf\x68\x21\xe4\xa1\xf5\x04\x89\x9a\x7b\x1d\x86\xf8\x20\xdd\xf4\xe3\xd0\xa0\x1e\x9f\x41\xe5\x26\x9d\x84\x00\x2b\xed\x69\x6d\x2c\x68\xaa\x8b\xd6\xa1\x91\x05\x11\x8e\xfb\x1a\x59\x90\xce\x42\x1e\x4e\x4c\x1c\x5f\x91\x8a\x76\xcb\x10\x1c\xa4\xbb\x71\x1d\x9a\x4a\x90\xee\x49\x73\x1a\x5b\x83\x70\x63\xa5\x53\x83\x07\xd2\x69\xff\x53\x83\x77\x6a\xf0\xe8\x8c\x53\xb3\x05\x32\x08\x0b\x4f\xd3\xf8\x20\x4d\x55\x9e\x16\x40\x80\xa6\xff\x7d\x6a\x69\x40\x53\xaa\xb4\x4e\x6d\x09\x48\x4b\x52\x4e\xab\x42\x41\x73\x5f\xd3\x53\xf3\x02\x7a\xff\x0e\x85\x87\x90\xa3\x67\xe0\x3d\xad\x1d\x3d\x95\xf1\x44\x7d\xb5\x4e\x2b\x45\x41\xf3\x5d\x39\xcd\xd9\x83\x70\x9b\xb0\xd3\xe1\xff\xfc\xa2\x53\x6f\xd3\xb2\x05\x90\x88\x0e\xd5\xe9\xf8\x7f\x3a\xfe\x13\x6f\x9f\x8e\xff\x20\x5d\x90\x7d\x3a\xfe\x83\xe6\x54\xd7\xe9\xf8\x0f\x1a\xd2\x4d\x75\x3a\xfe\x83\x96\xf6\xa2\x19\x7a\x90\xae\x73\x3d\x1d\xea\x4f\x37\x26\xaa\xf5\x0f\xb5\x5f\xa7\xa6\x00\xa4\x13\xe6\xa7\x45\x0d\x20\x35\x52\xa7\x45\x0d\xa0\x05\xee\xc8\x69\x06\x1f\xf4\xef\x85\xd0\x3a\x80\x0c\xdb\x6d\x88\x7c\x9a\x9b\xf7\x51\x6b\x2f\x40\x06\x9f\xd5\xa9\xb9\x38\x3f\x73\xb1\xfc\x37\x5b\xa1\x6d\x18\x9e\xff\xf4\x10\xaf\x25\xd1\xdd\xa9\x69\x00\x19\xc4\xee\xa7\x91\x2e\x68\x4a\xc9\xd6\xa9\xb9\x00\x19\x04\xd7\xa7\xe6\x02\x74\xf3\x05\xa7\xa1\x2e\xe8\xc6\x98\xa7\xb5\x9f\xa0\xbb\x68\xe6\xb4\x84\xe1\x54\x83\x23\x96\xd7\xf4\x06\x58\xc3\xe2\x1e\x7a\xa7\x95\x9e\x20\x4c\x08\x9f\xc6\xc8\x60\x58\x45\x7d\x1a\xea\x82\x6e\xf4\x7b\x6a\x8e\x40\x0b\x57\x86\x9f\xda\x23\xd0\xad\xb1\x3c\x0d\x75\xc1\x70\xa1\xe4\x69\x5c\x0b\x5a\x20\x7b\x54\xa7\x66\xeb\x9c\x76\xa3\x87\xec\xc6\x89\xe4\x5f\xf7\x64\x36\x63\xf1\xe4\x08\x4f\x4f\x63\xd1\xd3\x58\x14\xad\xdd\x3a\xb5\x5b\x20\xc3\x0f\x4b\xb3\x75\x6a\xb6\xf0\xaa\xcf\x65\x67\xbc\x08\x64\x24\xeb\xd4\x92\x81\x6e\x71\xec\x69\x60\x0b\x3a\x12\xe9\x75\x5a\x7e\x00\xba\xf9\xfe\x53\x73\x77\x6a\xee\xec\x58\xa3\x58\x90\x96\x0c\x9c\x56\x7f\x82\xee\xe2\x9d\xd3\xc0\x16\xa4\xf5\xa6\xa7\x0b\x50\x41\x3a\x0b\x7f\x5a\xb1\x09\xf2\x7b\xaf\xb5\x59\x27\xeb\x4e\x02\x67\xf9\x34\xf9\x0e\x32\xf0\x00\x4f\xa3\x53\x90\x81\x9f\x75\x1a\x9d\x82\x44\xe8\xb3\x4e\xcd\xd8\xa9\x19\xc3\x5b\x3a\x0d\x58\x41\xd3\x8c\x9d\xe6\xde\x41\x77\x3f\xa8\xd3\x18\x16\xa4\x1b\xf9\x9c\x26\xda\x41\x6f\xdf\xb9\xec\xaf\xd3\xc5\x85\x3c\x35\x73\xef\x20\x9d\x98\x3f\x0d\x74\x41\x53\xa0\xb7\x4e\x23\x5d\x10\x16\x26\x9e\x16\x11\x80\x91\xf8\x1f\xa7\x4b\x51\x40\x73\x15\xd6\x69\xd6\x1e\xa4\x29\xfa\xd3\xb0\x16\x24\xe2\x17\x75\x1a\xd6\x82\x37\x22\xf3\x98\x4f\x92\xbd\x89\x4c\x6e\x9e\xc6\xb5\x20\xa6\x9f\x88\x39\x7a\xd0\x94\x3f\xac\xd3\x84\x3c\x08\xb3\x88\xa7\xa6\x19\xa4\xd5\x8a\xa7\x39\x7a\x10\x5f\x67\x18\xfe\x82\xf5\xdd\x92\xd1\x2f\x08\x27\x35\x4e\x0d\x38\x08\xf7\xca\x3e\xb5\xcc\xa7\x96\x19\x57\xe9\x34\xd3\x7e\xba\xa1\x50\xf9\x55\x1a\xb1\x82\x0c\x22\x9b\x53\x03\x0b\x32\x3c\xbf\xf9\x72\x90\x16\x99\x9e\x4e\xe9\x9f\x5f\xbe\xdc\x21\xc4\x39\x7d\x90\x41\x4c\x71\x99\xa9\x06\x89\x62\x4b\x5d\x06\x86\x97\x62\x5e\x58\x8b\xcb\xcd\x01\xae\xf6\x8d\x77\x93\x63\xcd\x63\xaf\x7b\x3c\x3d\x99\xb1\xe2\x45\x60\xe8\x9e\x87\x97\x41\x20\x68\x2e\x66\xbb\x8c\xf8\x40\x06\x96\xed\xd2\x74\x82\x44\xdd\xbc\x2e\x4d\x27\xc8\x20\xba\xbe\x2c\xf8\xbb\xbe\x82\x3f\x1e\xdc\x65\xe8\x04\xba\x0b\x2a\x2e\x4d\xe7\xf5\x99\x4e\x42\xe2\x4b\xd3\x09\x02\x6d\xd4\xba\x34\x9d\xa0\x99\x9c\xb9\xb4\x93\x97\x71\x92\xdb\x93\x5d\x5a\x45\x10\x83\x8f\xe9\x32\x73\x0b\x16\x7a\x7d\x75\x39\x07\x0e\x62\xf3\x92\xce\x81\x83\xfe\xdd\xa6\x73\xe0\xa0\x19\x24\x5f\x9a\x38\x10\x83\x81\xec\xd2\xc4\x81\x6e\xf2\xe7\x32\xbf\x0b\x32\x18\x27\x2f\xf3\xbb\xa0\x21\x51\x52\x97\xe6\x0c\x34\x44\xc9\xff\x34\xcd\x97\xe9\x5f\xd0\x74\xe2\x2f\xd3\xbf\x60\xa1\x29\x58\x97\xe9\x5f\x10\xa6\x65\x2e\xd3\xbf\x20\xdd\xb8\xf2\xd2\x4e\x82\xee\xd6\x22\x97\x76\x12\x74\xf7\xfc\xba\xb4\x89\x97\x21\x14\x23\xc5\x65\xaa\x17\x64\x10\x84\x5f\x9a\x31\x90\xc1\x97\x70\x69\xc6\xc0\x42\x76\xae\x2e\xcb\xee\x40\x77\xc7\xf3\x4b\xcb\x06\x9a\xc1\xfb\xa5\x61\x03\x19\xbb\x3f\x2c\x0f\xe9\x0c\x78\x49\xa7\xad\x41\x73\xcb\xf3\x4b\x2b\x76\x7d\x05\x75\xdf\x4f\xed\x0b\x92\xb1\x2e\xbb\xbc\x8c\xd1\x40\x06\x01\xc1\x65\xe2\x15\x64\xf8\x3e\x68\xec\x40\x6a\xd2\x2f\x6d\x1d\x08\xf7\x95\xbd\x9c\xc8\xbe\x5c\xd6\xe9\xd4\xe0\xa5\xb1\x03\x0b\x8d\xbf\xba\x5c\xd7\x00\xc2\xd5\xfd\x97\x55\x74\x20\x4c\xb5\x5f\x5a\xb6\x4b\xcb\xe6\x57\x6b\xd4\x76\x19\xb5\x11\xe7\x5e\xee\xc9\x00\x32\xbc\xa2\x53\xe0\xa0\xe9\x1e\x5c\x9a\x44\xd0\xd4\x73\xaf\x4b\x9b\x08\x9a\xde\xff\xe5\x5a\x07\xd0\xad\x71\xbc\x2c\xc9\x03\xe9\x70\x7b\x99\xff\x05\xe9\xee\x99\x97\x41\xe1\xa5\xdc\x13\xaa\xf2\x75\x59\x80\x07\x62\xfa\xed\x19\x01\x5e\xee\xea\xe3\x4b\xa6\x35\xbd\x14\x0e\xb5\x60\xe2\x72\xfd\x03\x88\x69\x67\x18\x02\x82\x74\x67\xdc\x4b\x0b\x0b\xd2\xad\x56\x2f\xcd\x29\x68\x9a\xe6\xcb\xa8\x10\x84\xfb\x2c\x5d\x4e\x52\x83\xf8\x5e\x3c\x6d\x27\x48\x17\xfc\x5d\xda\x4e\xd0\xcd\x38\x5f\xda\x4e\xd0\x5d\x30\x77\xb9\xd8\x13\xa4\x8b\xc9\x2e\xcd\x29\x48\x77\xcf\xbb\xb4\xa6\xa0\x99\x99\xbb\x8c\x43\x41\xb3\xac\xe7\x72\x0e\x1c\x64\xd8\x87\x1a\x58\x90\xca\x58\x5c\x4e\x78\x83\x3e\x7d\x9f\x4c\x25\x83\xd0\xe6\x5e\x1a\x58\x10\x08\xbc\xd5\x65\x46\xf8\xfa\xa6\xb2\xb1\xd6\x97\x66\xf2\xd2\x4c\x3a\xc0\x6b\x26\x41\x53\x4f\xbf\x2e\xe7\xb2\x41\x98\x34\xba\x34\x9d\xd7\x37\x97\xed\x9d\x3b\x97\x0d\xd2\x9d\x1f\x2f\x33\xc7\x20\xad\x41\xb8\x0c\x91\xc1\x4a\xbf\x1b\x2d\x2c\x48\xe7\x73\x2e\xf3\xcb\x20\x15\x67\xb9\x9c\xde\xbe\x14\x54\x9f\x9e\x5f\xab\x0b\xc2\x74\xd3\x65\x88\x0c\xc2\xd8\xf4\x72\xca\x1b\x34\x33\x74\x97\x2b\x48\x41\xb8\xde\xe0\x32\x42\x06\xdd\x6d\xd2\x2e\x23\x64\x90\x43\x63\xa1\x4d\xbf\xbe\x5d\x02\x7d\x26\x4e\x82\x83\xa6\x10\x7f\x5d\x5a\x75\x90\x7a\xb4\x97\xb3\xe0\x97\xba\x0c\x1a\x5d\x0d\x3d\x48\x57\xbe\x5c\xda\xf9\xcb\xd5\x1e\x34\xf6\x36\xc1\x0c\x5a\x22\x3f\x5e\xb7\xf1\x36\x58\x49\x8a\xe2\x36\xb8\xbe\xdd\x7c\x0f\xa5\xc4\xba\x4d\x27\x83\x70\x1b\xf9\xdb\x74\x32\x48\x57\x47\xdd\x4e\x53\xdf\xdb\x77\x03\x9c\x4d\x17\xe1\x76\x52\x5a\x2d\x9f\xdb\x58\x1d\xa4\x5b\xe2\xde\xfa\x08\xa0\x23\xb6\x5f\xb7\x89\x62\x90\x5a\xdd\x5b\xb7\x01\x84\x1b\x3d\xdf\x86\xef\x20\xfa\xf7\xc3\x9f\x87\xe8\x33\x3e\x8a\xdb\xa9\x65\x10\xdb\xf0\x90\xa7\x27\x9f\xdb\xf1\xa3\x6f\xf3\xb9\xa0\xbb\xcd\xd3\x6d\x3e\x17\xa4\xbb\x0c\xdd\xe6\x73\xef\xfe\xdd\x25\x0d\x33\x7a\x07\xdd\x88\xe5\xd6\x53\x01\x39\xc8\x40\xdd\x7a\x25\x20\x5f\x43\xff\xa7\x6d\xbe\x4d\xf7\x82\xff\x9e\x98\x3e\x0b\x48\x0b\xb1\x6f\x67\x9b\x6f\x67\x9b\xc9\x30\xdc\xc6\xf6\x20\x5d\x94\x7f\xeb\xc5\x80\x30\x8f\x72\xeb\x9f\x80\x70\x73\xd9\xdb\x6c\x2f\xe8\xee\xfb\x70\x9b\xed\x05\x7d\xda\x08\x3d\x8f\xdb\x99\x65\x37\x46\xbc\x75\x3d\x40\x3a\xab\x78\xeb\x5a\x80\x1c\x18\x87\x5b\xd7\x02\x44\xda\x2d\xfa\x11\xe0\x3d\x19\xc7\x8c\x91\x41\xba\xd6\xea\x36\x46\x06\x39\x6c\x99\x31\xf2\xed\x9e\x81\xe6\x8e\x6f\x63\x64\xd0\x9c\x8d\xbf\x8d\x91\x41\x77\x77\xb3\x5b\xe7\xe2\x36\x46\x26\xba\xbb\xdd\xf9\xe1\x56\xc5\x9c\xd4\xca\xed\xa4\xf1\xed\xfa\xc8\xe1\xe9\x7d\xb9\x3e\x17\x84\xbb\x34\x44\x06\xe1\x3e\xf0\xb7\x21\xf2\xed\x32\x47\xdb\x65\x84\x0c\xba\x9b\x2d\xdf\x4e\xfd\x82\x54\x2a\xe1\xd6\x43\xb8\x0d\x87\x1d\xd1\x6f\xfd\x01\x90\x23\x3c\xe4\xf9\x5f\xac\xf4\x25\xd0\x1d\x00\xdd\xc9\xc1\xdb\x70\x18\xb4\x30\xac\xbd\x75\x11\x40\xac\xf2\x97\xde\x25\x4b\x1f\x07\x21\xf2\xad\xf1\x07\x39\xf0\xff\x6f\x8d\x3f\xc8\x41\xfe\xee\xd6\xf6\x83\xe5\x96\x11\xb7\xb6\x1f\x0c\xf7\x6b\xbb\x35\xf4\x20\xac\x52\xbc\x35\xf4\x20\xac\xf4\xb8\x4d\xd8\x82\xf5\xbd\x17\xc6\xc3\xb7\x4a\x89\xb6\xcb\xe0\x17\x34\x67\x88\x6f\xc3\x5a\x90\xdf\x63\xd3\x5a\x83\x1c\xe1\x0f\x3d\x3d\xc5\x62\xee\x4e\x7a\x6b\x4e\x6f\x37\x51\xd2\x06\xde\x46\xa7\x20\x76\xef\x48\x7b\x7a\xbb\x49\xef\xf7\xfa\x6b\x50\x6f\x0d\x2a\x19\xa2\xdb\x88\x15\xa4\x85\xcb\xb7\xd3\xb5\x20\xd5\x27\xbb\xb5\xb1\xe0\x3d\x19\x4f\xc4\xc0\x16\xa8\xb5\x5a\xb7\x76\x17\xe4\x18\xb6\xcc\xd6\x52\x55\xa6\xca\xd1\xad\x29\x06\xed\xbf\xc1\xc9\xfc\x32\xe8\x3a\x5a\xb7\x71\x2d\xc8\xe1\x07\xa1\x25\x06\x69\xe9\xef\xad\x25\xbe\xef\xaf\x0c\x8f\x7b\x32\x8a\x05\x61\x92\xfe\xd6\x12\xdf\x5a\x62\x32\x5c\xb7\x96\x18\xb4\xd0\x9f\xbc\x4d\x43\x83\x1c\x8e\xb7\xda\x58\xd0\xdd\xad\xfe\x36\xe7\x0c\xd2\xda\xe2\xdb\x45\x90\x20\x07\x29\x96\x5b\x83\x0a\x12\xb1\xfc\xba\xad\x85\xbf\x55\x5d\x9c\xbe\xff\x1a\xd9\x5b\x23\x4b\x60\x7e\x6b\x64\x41\xeb\xdf\x7f\xd9\xb3\x8f\x3d\xeb\x7f\xd9\x56\x4a\xe6\x75\x72\x6e\xed\x29\xe8\x6e\x6f\x7e\x3b\x21\x0c\x96\x4b\x91\x6e\x4d\x2c\xe8\x7a\x25\xb7\xb5\xf0\x20\xdc\x3d\xf4\x76\xf5\xe4\xed\xbe\xbb\x0e\xce\xae\x9e\x04\xcb\x6d\x98\x6e\x27\x92\x41\xba\xc5\xeb\x6d\xc2\x1c\xa4\x7b\x0b\xdf\x26\xcc\x41\xb8\xea\xf5\xb6\x8c\x0d\x2c\x17\x65\x3d\x26\xcc\x41\xb7\x08\xe4\x71\xdf\x86\x47\x8d\x70\x9e\xe4\x63\xd4\x0f\xba\xcb\xa2\x1f\x17\x3c\x82\xee\xa2\x8c\x47\x67\x00\xe4\xe0\xa9\x3d\xfa\x02\xa0\x1b\x95\x3f\x06\xfd\xa0\xb9\xa7\xec\xe3\x6c\x30\x48\x57\xa0\x3f\xda\xf8\x47\x95\x47\x57\x8b\x3d\x1a\xf9\x47\x23\x8f\x7f\xfc\x58\x78\x06\xba\x63\xcf\xa3\xdd\x07\x4d\x09\x90\xc7\x4c\x3e\x48\x67\xc0\x1e\xed\xfe\xa3\xdd\xc7\x8b\x7b\xcc\xda\x83\x66\xee\xfd\x31\x6b\x0f\xc2\x55\x7e\x8f\x93\xc2\x4f\xff\x06\xdd\xf9\xb7\x61\x7e\xcc\x56\x80\x54\x1f\xe9\x31\x5b\x01\xd2\x4d\x1c\x1e\xdd\x0e\xd0\x5a\xf8\x5f\xe5\x21\xcc\x13\x83\xc2\xe3\x6c\x00\x58\xee\x5f\xf4\xe8\x9c\x80\x66\x02\xff\xd1\x13\x79\xf4\x44\xb0\x1f\x8f\xeb\x01\x40\x57\x72\xf1\x71\x25\x25\x48\xf4\x60\xeb\xd1\x5f\x01\xa9\xda\xe1\xe3\x4e\x12\xa0\xbb\x6b\xe7\x63\x12\x05\xb4\x70\x02\xe5\xd1\xd5\x78\x74\x35\x18\x6d\x1f\x67\x16\xc0\xd2\x3d\x78\xcc\x98\x80\x74\x4f\x90\xc7\x45\x03\x60\xb9\x22\xe7\xd1\xfb\x00\xa9\x64\xda\x63\x2a\x04\xb4\xcf\x49\x79\x9c\x6d\x00\x69\xdd\xc2\x63\x45\x1c\x08\xc4\xae\xeb\xb1\xd2\x1f\xa4\x5b\x78\x3f\x26\x51\x40\xba\xc1\xc8\x63\x59\xff\xe3\x2c\xb2\x19\xe2\xc7\x29\x00\xd0\x9c\xf3\x7e\x9c\x30\x06\xdd\xcd\x3d\x1e\x67\x00\x40\x57\x0c\xe3\xd1\x6f\x79\x4c\x89\x74\x0f\xd9\x8b\x4c\x0a\xa8\xd2\xf6\x58\x6b\x0f\x42\x9d\xb3\xc7\x99\x60\x90\x0a\xa4\x3d\xba\x15\x20\x51\xa0\xad\x47\xb7\x02\x84\x05\xa4\x8f\x69\x0c\x90\x6a\x1b\x3e\xe6\x2c\x40\xba\xf3\xff\x63\xe2\x01\x0c\xb7\xd0\x79\xcc\xb2\x83\x6e\x6d\xcc\xe3\xe4\x30\x08\xa5\x3c\x1e\x3d\x0d\x90\xd6\x4b\x3c\xfa\x06\x20\xcc\x02\x3c\xd6\xc6\x83\x74\x47\x82\xc7\xf4\x01\x68\x4a\x0c\x3d\x3a\x02\xa0\xeb\xee\x3c\x26\xc6\x41\x1a\xe5\x3e\x5a\x7d\x10\x8a\x08\x3c\xce\xf9\x82\xee\x5e\xab\x8f\xb5\xf1\x20\x2d\x32\x7d\x0c\xf8\x41\x73\x69\xc2\x63\x21\x3c\x48\xb7\x2d\x78\xcc\x01\x80\xb4\x5a\xe2\x31\x05\x00\x5a\x38\x91\xfa\xe8\x55\x80\xfc\x86\x42\xbd\x0a\x90\x48\x9b\xd7\x63\x55\xfa\xa3\x40\x21\x11\xd5\x63\xb2\x1c\xe4\x37\x3a\x1a\xf0\x83\x70\xbe\xe4\x31\x94\x07\xa9\x2f\xfe\xe8\x68\x80\xe5\xc2\x91\xc7\xc9\x62\x90\x6e\x72\xf0\xe8\x67\x80\x74\x67\x92\x47\x37\x03\x04\x8a\xd8\xf5\xe8\x53\x80\xf7\x9d\xa6\xf9\xc6\xf2\x20\xf5\xfc\x1e\xfd\x8c\xe7\xf3\x33\xba\x67\xb3\x33\x2e\x53\x11\xf4\x85\x7e\xc6\xa3\x9f\xb1\x7b\x32\xdf\xa7\x4b\x67\x1c\xe3\xf4\xe8\x54\x3c\x6e\xcc\x6b\xd3\x0c\xf9\x41\x7e\x1f\x8d\x21\xff\xa3\x53\xe1\x6b\xa7\xb7\x00\xda\x17\xac\x3c\x86\xe4\xa0\xbb\x4f\xe5\xa3\xb7\x00\xba\xc2\x3f\x8f\x7e\x00\x68\x5f\x1a\xe3\xd1\x76\x3f\xda\x6e\xf2\x4a\x8f\xe1\xf1\x63\x78\xec\x63\xd2\x50\x83\x74\xf9\xd0\xe3\xa2\x35\x10\x6e\x90\xf2\x68\x95\x41\x5a\x81\xf3\x68\x95\x41\xba\xe4\xe7\xb1\x70\x0b\xbc\x9d\xe1\x31\x1b\xfb\xe3\xe3\x25\x1f\xf8\x58\xcc\x05\xd2\xa2\x9f\x9f\xb1\x36\x68\xce\x6a\xfd\xac\xe5\x02\x61\x0d\xe4\xcf\x1d\x96\x40\xef\xdf\x7f\xed\x1e\x22\x56\x61\x50\xf9\x99\x8c\x07\xe3\x3b\x64\x54\x0d\x72\x90\x5b\xfc\x69\x83\x41\x5a\x24\xf7\xb3\x48\x0b\x34\xab\x14\x7e\x9a\x65\xd0\x5d\xc7\xf6\xd3\xde\xfe\xda\xf7\xae\xd0\x0a\xed\x26\x88\xe0\x95\xfa\x69\x24\x41\x43\xe8\xba\x7e\x1a\x41\x30\xdc\xac\xf4\x67\x08\xfd\xeb\xdf\xc9\x3c\x76\x7a\x8c\x44\x9c\xed\xd7\x72\x81\xb0\xc2\xf5\xa7\x4d\x02\xef\x2f\xb9\xa6\x2b\xfe\x41\x8e\xfd\x1f\x94\x1e\x7f\x06\xe2\x20\xad\x2e\xfb\x19\x88\xff\x9c\x32\x70\x77\xdc\x9f\x96\x0d\x74\xb7\x8b\xfb\x69\xa0\x40\x7e\x8f\xc7\x24\x3f\x48\x57\x1e\xfe\x8c\x98\x41\x5a\x46\xf5\x33\x3c\x06\x4d\x75\x87\x9f\x96\xe7\xe7\x1e\xc0\x0c\x15\x3f\xa7\xa3\x41\x53\x1e\xe7\xa7\xe1\x01\x69\x0a\xeb\x67\xc0\x0c\xde\xb6\xd2\x57\x1a\x23\x90\x4e\x2f\xfd\x34\x46\x3f\xb7\xcf\x6f\x9e\xdf\xe6\x7f\x41\x34\xa3\xcc\x4f\x03\x05\x9a\x23\xe2\xcf\xd4\xfb\x4f\xb5\xe2\x49\x18\xf7\x33\xb0\x06\xdd\x7c\xc9\xcf\x20\x1a\xa4\x91\xdd\xcf\x9a\x6a\x90\xf9\xfd\x97\xd7\x24\x3c\x76\x8b\xe7\x9f\x76\x0c\xa4\x65\x24\x3f\x33\xf4\x20\xdc\x2e\xf3\x67\xc4\x0c\x52\x75\xd9\x9f\xe1\x31\x48\x4b\xa1\x7e\x66\xe3\x41\x5a\x51\xf6\xb3\x32\x1a\xa4\x13\x00\x3f\x93\xf1\x3f\x2b\xa3\xdd\xea\xe4\xa7\xb9\x03\x69\x7d\xcb\xcf\x6c\x3c\x48\x8b\xa8\x7e\x5a\x40\x90\xe6\xd4\x7f\x4e\x33\x83\x5e\xf6\x8e\x99\x77\x90\x56\x72\xfd\x0c\xb5\xc1\xca\xef\xbf\x7c\x48\xcb\x14\x0c\x41\xfa\xcf\xd4\xfb\x6f\x7d\x2d\xf3\x02\x76\x19\xb1\xb6\xf9\xb6\x9f\x15\x53\x20\x8d\xe5\x7f\xa6\xe3\xc1\xfb\x4b\x2e\x6a\xa1\xf5\x4f\x2d\x62\xa7\x31\x7f\x16\x56\x81\x96\xdf\x21\xdb\xc6\x2e\xfb\xa1\x84\xe5\xcf\xec\x3b\x78\x7f\xca\x55\xcd\xab\x83\x34\x06\xf9\xb9\x35\x3e\x48\x43\xcc\x9f\x13\xd7\x20\x8d\x7a\x7e\x96\x5a\xff\x14\xf2\xb3\x8c\xf7\xa7\xe9\x05\xa9\x73\xf4\x33\xaf\x0e\xc2\x7d\x64\x7e\xe6\xd5\x41\x1a\xe2\xff\x0c\xde\xc1\xb2\xde\xe4\xa7\xe5\xfd\x7d\xeb\xc1\x88\xde\x7f\xe6\xda\x41\x1a\xe4\xfc\x8c\xd4\x41\x33\xfd\xfe\x33\x19\x0e\xba\xda\x8a\x3f\xed\x2c\x48\xb3\x35\x3f\x8b\xb2\x40\xb8\xb1\xc5\xcf\xd8\x1d\xa4\x4e\xed\x4f\x63\x06\xf2\x7b\xc4\x06\xcd\x20\x75\x6a\x7f\x06\xc8\x20\xbf\xe6\x1b\x0d\x83\xb7\xf9\xfe\xd2\x97\x83\xc4\xf4\x37\x74\x6a\xf2\x40\x1b\xdf\x08\xe4\x74\x30\x48\xe3\x80\x9f\xc9\x6a\xd0\xad\x0d\xfb\x19\x47\x83\xb0\x1c\xf3\x67\x1c\xfd\x33\x8e\xb6\x19\x86\xbe\x20\x8c\xb6\x7f\x9a\x4f\x90\xba\x21\x3f\x43\x5f\x90\x4e\x20\xfe\xb4\xa8\xa0\xab\x59\xf9\x33\x1a\x06\x69\x71\xcd\xcf\xd0\x17\xa4\xd3\x9f\x3f\x43\x5f\xb0\xfe\xfb\x2f\xfb\xf5\xc5\x74\x39\xf1\xcf\x38\xf7\xe7\xca\x70\x2b\xa4\x7e\x06\xba\x20\x5d\xf0\xf4\xd3\xc8\x82\x24\xf1\x36\x37\x2c\xaa\x48\xf6\xee\x9c\x1b\x81\xae\x58\x34\x7f\x6e\x58\x54\x31\xd9\x82\x66\x6e\xc4\xbe\x62\xd1\xfb\x73\xc3\xc8\x8a\xe4\xbb\x99\x1b\x51\xad\x48\x46\xf1\xb9\x61\x77\x45\xb2\x3b\xda\xdc\x9a\x8d\x68\x36\x62\x72\xc8\x46\xb0\x3f\x0f\x5f\xcd\xdc\xd8\x05\x59\x24\x22\xcf\x73\xc3\xc8\x8a\x64\x91\xe6\xdc\x9a\x57\x64\x0e\x1c\x3d\xf0\xb9\x11\xd4\x8a\x44\x90\x7a\x6e\xe4\xb7\x45\xf4\xef\x90\xed\x22\xce\x45\x25\x79\x6e\xdd\xdb\x46\x5e\x8f\x5d\x30\xe6\xd6\xbd\xed\x17\x9d\x7d\xa8\xe6\xd6\x6d\x57\x67\xdc\xf2\xb6\x31\xc4\xa2\x97\x9d\x43\x71\xb2\x48\xd4\x86\xe7\x86\x55\x15\x99\x83\x9e\x08\xbb\x30\xbe\x07\xf9\xf7\x56\xd9\x73\x0b\xaf\xe5\x52\x72\x96\x30\xcf\x2d\xbc\x3d\xad\xee\xe0\xa9\x0e\xbb\x6a\xf8\x05\x79\xcb\xc3\x9f\x0e\x5d\x3f\x3a\x39\x7d\x14\xc9\xa3\x48\x0f\x0d\x0f\x39\x44\xda\xf1\xe9\x3d\xb3\xcf\x3e\x0b\x24\xa6\xf2\xff\x73\xfb\x4c\xa5\x1d\x48\xbe\x59\x24\x1a\xaf\x53\xc9\x7e\xf1\xfe\x1b\x6d\x2b\x9f\x19\x9b\xe8\x85\xaf\x57\xd9\xb4\xfa\xee\x8a\xce\x29\x9f\xd0\x17\xcd\xf1\xb4\xa7\xbd\xaa\xaa\x7e\xe3\x02\xd3\xa6\x4d\x2a\x95\xcb\xff\xf2\x64\x93\xfd\x6f\x1b\xb7\x3e\x6d\xed\x74\xb5\xbd\x87\xec\xb4\xe9\x0d\x78\xef\xcb\xee\x70\xcb\xe0\xe9\x1d\x2c\x5f\xcd\xe5\xf7\x41\x77\x2c\x1f\x1b\x52\x30\x9b\x3d\xb4\xec\x6f\x2a\xa4\xd8\x5e\x71\x6e\xcb\x0b\xb8\xf4\x67\xa7\x65\xbb\xaf\x00\x33\xc4\x6c\x85\x3f\xb7\xdd\xd3\x3b\x1d\xcc\x36\x5d\x73\xdb\x3d\xff\xce\x97\xe5\xa1\xc3\x3e\x3b\x28\x85\x0e\x7a\xfb\xf0\x36\xa9\xce\x45\x0a\x69\x6e\x87\xb7\xe9\x0e\xbb\xdf\x7f\xd9\x0a\x66\x6b\x59\x14\x3a\xb7\xc3\x8e\x25\x78\xa3\x00\x6e\xaa\x41\x2f\x92\x1d\x23\xe7\x76\xfa\xea\xbb\x34\x67\xda\xd8\xd3\xce\x26\x27\xcc\xde\xbc\x73\x3b\x6d\x2b\x33\xb8\x6c\xb8\x36\xb7\xd3\xbe\x38\x91\xc2\x5f\x74\xe2\x69\xf3\x4f\x77\x2c\xa3\xc7\x2e\xcf\x85\xd4\x1a\x3b\xf2\x4f\xb5\xe4\x45\x92\xdd\x9f\xdb\x65\x5b\xa9\x31\x22\xc9\x3d\x95\x92\x9f\x9b\xb3\xa2\xd3\xf6\xdf\x9e\xec\xd6\x9e\xda\x19\xb7\x2d\x23\xcb\x9a\xbe\xb4\xb7\x5d\x66\xb1\xef\xf4\x06\x6e\xfb\x8c\xd9\xcd\xf4\x05\xba\xbd\xa8\x36\xc4\x17\xf4\xe7\x9b\xe1\xf0\x9d\xdc\xc0\xcf\xf3\xff\xdc\x82\xd8\x43\x9e\xeb\xe7\xb9\xde\x43\x8d\xb9\x41\xb1\x1c\x71\x9b\x63\x69\xfb\xf2\x88\xe9\xb1\xdd\x63\x36\x76\x70\xe8\xe7\x21\x22\x5e\x86\x49\xd4\xcb\x3f\x34\xd6\x90\xcc\xd6\xfc\x61\xf3\x87\xfe\xd7\xe1\xa1\x03\x61\xc6\xe2\xd0\xe5\x21\xde\x95\xe2\x10\xd1\x89\x78\x5b\xb1\x73\xac\x79\xcc\x52\x24\x4e\xe6\xa0\x08\x3a\x91\xfe\x54\x77\x5c\x4c\xaa\xc3\x66\x0b\x7f\xe8\x06\x1a\x9a\x8c\x16\xfe\x32\x50\x2b\x65\x68\x56\x78\x5c\x74\xe2\xfa\xd9\x86\xff\x35\x30\x2c\x18\xa9\x36\xbc\xa5\xc1\xe7\xc5\x17\xa7\x32\xb8\x78\xcf\xcf\xc9\x1c\xce\x40\x92\x26\x9e\x8a\x7e\x8b\x4e\x9d\xc3\x6c\xec\x41\x21\xde\x5f\x76\x8e\xa5\xc7\x70\x42\x8a\x7b\x4a\x9b\xc1\x86\xeb\x28\x4a\xcd\x96\x36\x83\x2a\x20\x7c\x84\xd9\xd2\x4b\x9a\xbf\xc2\x98\xb5\xb2\x33\xac\x60\x9d\xbc\x66\x2a\x81\x8b\x44\x84\x6b\x36\xc7\x41\x10\xc8\xe2\x4f\x95\xc0\x45\xb2\xe7\xdd\x6c\x65\x2b\x8c\x18\xa6\xff\xe5\xcb\x52\x6c\x16\xbc\xe8\x9f\xb2\x61\xee\x4b\xda\x6d\x85\x0d\x2b\xfb\x82\x2e\x2b\xfb\x02\xa9\x2e\xd6\x6b\xcc\x36\xfd\xe1\xd4\xdc\xf8\x96\x39\x32\x82\x4e\x7a\x6f\xb6\x65\x5b\x29\x13\x4d\x9f\x12\xce\xba\x48\x24\xd0\xa6\x22\xdc\xa2\xcd\x45\x2b\x96\x6f\x2c\x79\x2e\x0a\x3c\x66\x73\xc4\x6b\x9f\x13\xee\x27\xb1\x7b\xfe\x17\x81\x04\xe5\x6c\x8e\x82\x20\xd3\xb7\xcc\x41\x10\xac\xbe\xfc\xa1\xe7\x7f\xd1\xc3\xd7\xff\xb0\x61\x07\x0d\xb3\x7b\x1c\x17\x9b\xe3\x22\xc3\x4f\x3b\x7d\x3d\xf1\xa3\x59\x6e\x32\x9b\x23\x1e\x78\x1b\x46\x63\x1d\xcb\x9a\x1e\xf2\xe2\xfc\xa7\xbd\x48\x05\x49\xae\xbf\xd5\x1f\x67\xbb\xbc\xd6\x8b\x45\x58\x36\x95\xbd\x16\xc1\x7a\xa9\xa9\xa0\xb5\x88\xe6\xa5\x2e\xaf\x7e\x79\x75\x1a\xe4\x80\x08\xde\x46\xf2\x42\x5f\xb6\xe8\xb2\x45\xf4\xde\xed\x3b\xc8\x76\x4e\xec\x98\x33\xdb\x6d\xbf\x33\x5f\x95\xf6\x9e\xe3\x26\x78\x4f\xe6\x2f\x7d\x14\x7a\xe8\xcb\x5f\xfa\x28\x5e\x34\x56\xb8\xcd\x76\xfb\x5a\x7e\xd3\x5a\x7e\x30\xb7\xef\x25\x05\x26\xa8\x1c\x4d\xf5\xb1\xc5\xc0\x83\x9e\xed\xb1\x65\x6c\x83\x90\xbe\x24\x8f\xe7\x7f\x4c\x9e\x70\xe7\x8f\xe7\x57\x56\xc4\x73\x3d\x9e\x9e\xa5\x89\x6c\x3e\x3e\xdb\xe3\x73\xd5\xf5\xde\x3d\xbd\x2f\xef\xa7\x09\xc9\x1d\x3d\x76\x0f\x9a\x90\x14\xf2\xcf\xf6\xf3\x8a\xec\xc6\xc9\x56\x8c\xb3\x39\x76\x83\x4c\xbf\xed\x9f\x7d\xcd\x3a\x8a\x74\xec\xfb\x79\xc5\x9f\x57\xa4\xa9\x3f\x4f\xff\x63\x19\x91\x63\xdf\xcf\xdb\x26\x71\xc5\x8a\xa7\xa9\x24\xb6\x68\x63\xf2\xbd\x74\x9d\x6a\x10\x14\x88\x4e\xd5\xae\x45\x22\x35\x31\x95\xb6\x16\x49\x19\xef\x54\x54\x5a\x24\x95\x9f\x53\x51\x69\xf1\x9e\xff\xed\x9e\xae\x5f\x0a\x92\x7a\xba\xa9\x10\xb4\x08\x84\x25\x66\xef\x9e\xcc\xa5\x75\x93\xb1\xa9\xeb\xbe\x82\x64\xb3\xb1\xd9\xbb\x17\x60\x06\x84\x1d\xf1\xa7\xe2\xd0\x22\xd9\x3a\x7d\x2a\x0e\x2d\x92\x9a\xd1\xd9\xa9\xce\x10\x9d\xd5\x3a\x53\x71\x68\x11\xba\xe8\x6a\x43\x8b\xb7\x15\xfe\xd2\xc6\x22\xd9\xb8\xc2\xf3\xdb\xd8\xb0\x61\x83\x43\x36\x8c\xe5\x76\xd3\x5e\xd4\xfb\x05\x9d\xe5\xb5\x53\x05\xe9\x89\x5c\x74\xd6\xc6\x21\x72\x4e\xe2\xbd\x24\x27\xd3\xf6\x80\x64\x33\xe7\xa9\x34\xb4\x08\x36\x08\x9c\x4a\x43\x8b\xa0\x06\x65\xaa\x03\x2d\x92\xfd\x97\xa7\x3a\xd0\x42\xb1\x9f\xd9\x35\x3d\x20\xd0\xdb\x9a\xea\x3b\x8b\xb7\x15\xf4\x8f\xd6\xe8\x53\x73\xfe\xee\x49\x87\x1b\x24\x9b\x13\xcf\xae\x39\x02\x8d\xd2\xd5\xa9\xc0\xb3\x68\xe5\x5b\xa0\x85\xea\xf9\x09\xa7\x72\x03\xba\xea\xdd\x4d\x8f\x78\xd9\x7b\xda\x41\x2f\xe2\xfb\xaf\xb2\x83\xd8\x74\x3b\xec\x7f\xed\x18\x18\xc8\xb6\xcc\xae\x39\x02\xc1\x74\xff\xec\x9a\x23\x10\x9a\x8b\x3e\xfd\xe1\x64\x3f\x11\xac\x5d\x27\x5b\x25\x92\x0d\x83\xa7\x3a\xd0\x22\xd8\x62\x64\x76\xad\x11\x68\x0b\x3b\xa0\x0e\xb4\xc8\xf2\x8a\xcb\x57\x91\x55\x7a\x6c\x59\x3d\xbb\x9e\x3b\x48\xb6\x81\x9d\xea\x40\x8b\x64\x7f\xda\xd9\x97\xad\x7f\x91\xe5\xdb\xb9\xbc\xe2\x97\x5f\xf2\x92\x1a\x2d\x90\xe5\xf9\x77\x5f\x95\x9d\x57\xc5\x67\x79\xd8\x8a\x43\xe9\x69\x2e\x79\xf8\xc3\xc3\x1f\xd2\x15\x87\x97\x3c\xbc\x24\xa7\xd7\x40\x81\xb6\xb0\x59\x5d\xc7\xbd\xbb\xce\x7e\x7e\xc7\x7c\x46\x6c\x23\x44\x81\xd7\x54\x70\x59\x2c\x63\xe2\x7e\x7a\x49\xa6\x5d\xd8\xe7\x70\xf6\xd3\xae\x3e\x75\x90\x97\xc7\x6c\xff\xe9\xb6\xa3\xfe\xd2\xee\xc7\xda\xd5\x77\x7e\xfb\xfa\x74\x74\xe3\xc6\x2f\xef\x92\x14\x51\xb0\x38\x63\xaa\xc2\x2c\xda\xf7\x12\x68\xe2\x40\xb2\x57\xdd\x54\x98\x59\xe4\xd7\x3f\x97\xad\x20\x47\xc4\xfa\xa9\xa9\x08\xb3\x78\x1b\xeb\x2f\x6d\x06\x26\xae\x6c\xac\x26\x4e\x1d\xe4\xfd\x3b\x64\x2b\x6e\xef\xfc\xef\xbc\xf6\x54\xed\x58\x34\x9d\x48\xa5\x8d\x45\x37\x96\x50\xda\x58\xf4\x0d\x87\x4e\xd1\xe2\x89\x42\x71\x56\xe7\xb9\x3e\x5e\xfd\xf1\xea\xbc\x10\x8f\xe7\x42\xbd\x82\xc5\x79\x53\x1d\x63\x11\xdd\x8f\x4a\x9b\x05\xda\xf4\xb5\xfc\xd9\x2e\xe6\x51\xd8\x21\x6c\xf6\x9f\x03\x00\x7b\x43\xef\xf6\xa7\x36\x0b\x24\xdb\x8d\xcd\xae\xcd\xea\xbf\xaf\x66\xcd\x93\x79\xc9\x9f\xfb\x5e\xd0\x0a\xc3\x12\x10\xac\xfb\x99\x61\x58\x12\xee\xde\x8c\xd0\xed\x54\x30\x58\x24\xab\xa0\x66\xb0\xfa\x4f\x24\x5b\x2e\xcd\xa0\x00\x41\xa4\xc9\x0e\x45\x7f\x45\x2c\xc6\xd1\x30\xe0\x00\xc9\x4e\x56\x33\x34\x5a\x20\xd9\x71\x69\xaa\x0c\x2c\x02\x21\xe3\x19\xdd\x86\xa1\x12\x61\xe2\x24\x28\x00\x10\xc9\x46\xae\x53\xb1\x60\xf1\x36\x9f\x86\x31\xdd\x2f\x92\x7d\x8d\x66\x68\x00\x41\xa7\x2a\x68\xaa\x29\x2c\x82\xe5\xd4\x33\x98\xdb\x17\x6d\x2d\xcf\x6f\xc3\x5e\x24\xbb\x2b\xcd\x30\xc4\x89\x2f\xc4\xc1\x57\x8a\xb0\xb1\xc8\x44\xb0\x4c\x7a\x86\xd6\x2e\xc2\xc9\x6b\xff\xcb\xf3\x93\x9e\x61\x8f\xa4\xa9\xcc\xb0\x68\xdd\x86\x31\x69\x3f\x3f\x99\x61\xf6\xfe\x9e\x31\x3c\x3f\x75\x84\x14\xd8\xcd\x18\x76\x06\x75\x84\x6c\x52\x35\xc3\xa8\x07\x4d\xe1\x64\xc7\xa2\xa9\x5a\xb0\x48\x76\xce\x99\x61\x72\x06\xf4\xf0\x2e\xcb\x5e\x64\xbd\x00\xbb\xc5\xcc\x28\x7b\x8c\xf5\x02\x65\xf7\x1b\x5b\xc4\x97\x9b\xc1\x89\x0b\x13\x31\x20\x59\x7d\x37\xd5\x01\x16\x8d\x0a\xa0\x19\xd3\xb6\x4e\x1e\xdc\x77\xc8\x86\x4d\xc3\x3d\x7f\x68\x2b\x98\xb4\xa0\xd2\x66\x2a\x03\x2c\x92\x5d\x47\xa6\x32\xc0\x22\xcb\x77\xd8\x3c\x0f\x68\x83\xed\x37\xa6\x9a\xbf\xe2\x3d\xc6\x35\x8d\x67\x14\xfd\xdd\x71\x23\xc2\xa4\x4e\x2c\x6d\x2e\x3e\xa1\x3a\xc0\x22\x76\xaf\x60\xa2\x07\x34\xe6\x1e\x66\x2c\xdb\xc1\x1c\x05\xab\x9d\x67\x18\xbc\xc4\x97\xc2\xc1\xc0\x2a\xdd\x2b\x9a\x51\xa7\xa2\xbc\x13\xb5\xdd\xf7\xdf\xf8\x26\x0e\xff\xed\xf8\xda\xc1\xe9\x0c\x69\x40\xb3\x6e\x70\x2a\x92\x2b\x9a\x89\x05\x15\x71\xc5\xfb\x53\xba\x52\x63\x00\x06\x73\x49\x33\x8c\x73\x40\xb2\xab\xc8\x54\xe0\x56\xb4\xb1\xf0\xee\xc2\x6c\x4f\x98\xed\x59\x38\x81\x61\x1e\x07\x34\x45\x2c\xa7\x4a\xb8\x22\xd9\x5e\x63\xc6\xe9\x63\x40\x77\x69\xfc\xf7\x6f\x7e\xeb\x2f\x96\x79\x45\xd5\x71\x45\xb2\x4b\xc6\x0c\xed\x08\x68\xac\xd5\x9b\x61\x5c\x04\x92\xfd\x60\xa6\x52\xb8\x62\x99\x55\x8c\xcb\x96\x5d\xac\xaf\x63\xd8\x8b\xcb\x2b\xb2\x64\x6d\x73\x74\xd1\x8c\x84\x66\xc4\xaf\xc7\x74\x12\x78\xdb\xca\x2f\xb5\x23\x60\x99\x0e\x53\x1d\x57\x2c\x13\x70\xa1\xa1\x08\xf7\xaf\x5d\xbe\x45\xb7\x17\xa0\x40\xaf\x6c\xbf\x96\x02\x74\x0a\x80\xa6\x52\xb8\x62\x99\xf4\x8b\xc7\x37\xf2\xf9\xb6\x61\xa0\xb5\xc6\x45\x20\x59\xd3\x34\x55\xcc\x15\xef\x35\x79\x78\x8f\xb7\xce\x6e\x2c\x0b\xdb\xab\x8a\xae\x08\x8a\xc8\xa7\x22\xba\x22\x59\xbd\x33\xc3\x0c\x16\xc8\x72\xf8\xfa\xd9\x0c\x94\x0b\xc6\xc2\x4f\x56\x58\x57\x2c\xb3\x8a\xa1\x2d\x02\xc9\xfe\x10\x33\xb4\x28\xe1\x9c\x3e\x0b\xf1\x66\x18\x1a\x81\xc6\xcc\xd1\x1c\xec\x27\x2b\x5a\x55\xfc\x6d\xa2\x87\x76\x69\x6c\x5f\x93\x16\xc7\xd2\x63\xf4\x0c\x06\x59\xc5\x5e\x11\xfb\xf0\xd0\xf4\x10\x23\x4b\x7a\xf9\xdd\x43\xc8\xa5\xd1\x0b\x43\x1b\x37\xac\xcb\x5f\xb8\xee\xc3\x7c\xd9\xf8\x76\x64\xc3\xdb\x1e\x66\xc2\x40\xa3\xcc\xfc\xfd\xa3\x7b\xcc\x25\x33\x9d\x43\x36\xd7\x75\xe9\x3e\x8e\xa1\xb9\x1a\x9a\x2b\xbe\x55\xc5\x78\xc5\x32\x6f\xaa\x18\xaf\x78\x7f\xc9\x2d\x68\xc1\xc0\x32\x57\x3b\xb4\x60\x60\x99\x98\x55\xb3\x57\xbc\xbf\x1c\x1c\x7b\x3c\x86\xe3\xe6\x9d\x6a\xc2\x86\xf6\x6a\xe1\xec\x0e\x03\xb6\x61\xc0\x86\x71\x1a\xe1\x23\x0a\x96\x4e\x31\x00\x29\xf7\x2b\x9a\x33\x0c\xc3\xb0\x0e\x04\x75\x4e\x53\x05\x60\x11\xac\x09\x9e\xc3\xe9\x8c\xe1\x74\xc6\xb2\xd3\x0c\xeb\x40\xb2\x7b\xc6\x1c\xf1\xb5\x0c\x7b\x45\x70\x3c\x8c\xce\x40\x22\x33\x37\x87\xb6\x0f\xbc\x27\xa3\x37\x8c\xce\x86\xe2\x8c\xab\xfb\xd3\xd3\x63\x3e\x3d\x5e\xff\x41\x69\x9b\x78\x8f\xd1\x5e\xa7\x3a\x86\x85\x6c\x88\x12\xce\x61\xe8\x05\x92\x3d\x3b\xe6\xd0\x72\x8e\xfc\x2e\x41\xef\x1a\x7a\x81\x2c\xef\x3e\xbd\x2d\x6a\x0c\xd0\xb0\x99\x2a\x0f\x8b\xe6\x24\xc9\x30\x1a\x03\xc9\xde\x12\x73\xa4\x4f\x2a\x51\xd0\xf7\xe1\x19\x8c\x81\x34\x8c\x53\xb1\x58\x0c\x4a\xba\xe6\x30\x18\x03\xcb\xe4\xf8\xd0\xa4\x83\x64\xd3\x85\x39\xcc\x33\x82\x39\xbe\x43\x3e\x28\xc5\x8e\xd8\x31\x78\xaa\x75\x2c\x92\x4d\x29\xe6\xd0\xf2\x0f\x2d\x3f\x61\xdc\x70\xa2\x66\xd4\xd7\xb5\xc5\x31\x1b\x4b\x6d\x02\xab\x7c\xe6\xd0\x19\x18\x3a\x03\xc4\xaf\x63\xda\xd9\xf3\xeb\x6c\xda\x31\x6d\x2d\xeb\xe2\x11\x34\x9b\x0a\x27\x8b\x64\x6f\x86\x39\x0c\xf7\x86\xe1\x1e\x2e\xe1\x30\xdc\x1b\x6e\xc8\xb6\x7c\xd5\xb4\xf3\xc3\x15\x7f\xe4\x61\x86\x36\x7d\xac\xef\xc9\x71\x36\x0d\x38\x58\x26\xf7\x87\x06\x1c\x24\xdb\x17\xcc\xb1\x7b\x01\xe5\xf8\xcd\x3d\x8c\xdd\xef\x73\xf7\xfb\xc4\xcf\x1d\xbb\x8f\xd3\xa5\x75\x68\xf4\x4d\x95\x92\x45\xb2\x81\xc1\x1c\xa6\x29\xc1\x72\xe2\x61\x18\x2b\x8e\xe3\xbb\x02\x1d\x6e\xb0\x38\x0c\x16\x6d\xdb\xe1\x5d\x1d\xe1\xbf\xd1\x95\x06\x90\xc3\x00\x72\x79\x36\xdb\x76\x7c\x6d\xa3\x77\x75\x07\x86\xee\xc0\xc2\x17\x55\x40\x59\x34\x27\x8d\x86\xb6\x7f\x7c\xb6\x1f\xcf\x76\x68\xac\x87\x2a\x89\x8e\x4e\xa7\xb7\x60\x59\xff\xc2\x99\x1e\x9a\xe6\xa1\xe6\xcf\xc2\x0f\x57\xe3\x58\x24\xcb\xd5\xe7\xd0\xc4\x82\x64\xed\xf5\x54\xbc\x58\x24\x2b\xa8\xa7\x4a\xc5\xe2\x3d\x19\x77\xef\xec\x0c\x68\x6c\x08\x38\x87\x16\x76\x38\xc3\xbf\x1c\x8b\x34\xb1\x20\x59\xbc\x3c\x55\x34\x16\x41\xd9\xd6\x54\xd1\x58\x24\x6b\x97\xa7\xea\xc5\xa2\xa5\x1f\x95\x69\x46\xd5\x8b\x59\xa7\x3c\x87\x46\x17\x24\xc2\x4d\x73\x68\x4d\x87\xd6\xd4\x37\xf7\xf1\x2e\x1f\x3a\xa8\x39\xe2\xfe\x6c\x98\x16\x16\x37\x50\xc9\x62\x91\xac\x7b\x9d\xea\x13\x8b\x30\x12\x57\x9f\x58\x24\xab\x01\xe7\xd0\xe6\x0e\x6d\x2e\x01\x42\x3a\x77\x0f\x96\x53\x44\xa9\x7d\x05\xc9\xc2\xbf\xa9\xee\xb0\x48\x96\x0c\x4e\x65\x87\x45\xb2\x56\x6f\x26\xeb\xce\x44\xb2\x70\x6e\xa6\xc9\x48\x90\x73\xfb\x07\x5b\x9d\xac\x54\x13\x39\xb1\x87\xe9\xd4\x3e\xe8\x06\x9f\xd9\x6c\x23\x25\x75\x2c\x67\x9b\xe9\x6c\x3f\x48\xd6\xc6\x4d\x35\x8f\x45\x73\xb2\x2b\x35\xcb\xa0\x9b\xc2\x56\xf2\x58\x04\x7a\x52\x33\x9d\xda\x07\xc9\xca\xb8\x99\x46\x95\xa9\x1c\x21\xde\x9b\x2a\xc8\xa2\x85\xa1\x82\x32\xc8\xa2\xb3\xd3\xf9\x4c\x4d\x37\x68\x6c\xd8\x34\x53\xd3\x0d\x72\x7e\x87\x6c\xab\xa2\x3d\xf6\xba\x51\x25\x08\xc3\x5d\x95\x91\x45\xb2\xb8\x6b\xaa\x8c\x2c\x16\xeb\x00\x66\x9a\x55\x05\xd1\xbe\x43\xf6\x61\xb0\xe1\x1a\x46\x29\xb5\xdb\xa0\x6f\xf6\xa1\x76\x1b\x74\x07\x19\xf5\x93\x45\xdf\xd3\x43\x36\xf5\xc5\x60\xa7\xb3\x99\x1a\x64\x10\x1b\x36\x5a\xfd\x64\xd1\xc2\x9e\x70\xa6\x0e\x24\xab\xc9\x66\x6a\x90\x41\xb2\x4c\x6c\xa6\x09\x54\x90\x2c\x77\x99\xe9\xe4\x1d\x48\xd3\x1b\xe9\xe4\x1d\x48\xd3\x45\xa9\xd1\x06\x69\x8e\x25\x4d\xa0\xa6\x5a\x3c\xdf\x7f\xf9\x4a\x52\xa1\xce\x32\xae\xa9\xc8\xb2\x78\x07\x04\xda\x3a\xec\x56\xe5\x79\x18\x82\x55\x59\x16\x11\x3e\x6e\xeb\x1a\x40\xb0\x18\x6e\x2a\x96\x2c\x82\x55\xf5\x33\xb5\xeb\x20\x29\x0a\x9c\xa9\x5d\x07\xc9\x6a\xa3\x99\xda\x75\xd0\xf7\xe9\xe9\x6d\xeb\x8b\x6e\xf2\x24\x35\xe2\x20\x58\xce\x3e\x55\x59\x16\x41\x5d\xf6\x4c\x2d\x36\x48\x27\xe0\xd2\x99\xc1\x54\x78\x07\x1f\x5c\xe1\x65\xd1\xb4\xa7\x0a\x2f\x8b\xa4\x88\x79\xa6\x66\x1d\xa4\xf3\x9f\xa9\x59\x07\xf1\xbd\x73\x9a\x75\x90\x94\x35\x4f\x05\x9b\x45\x73\xa1\xe5\xcc\xf2\x8e\xa8\x55\xa4\x86\x79\xa6\xc6\x3f\x5d\xb7\x87\x6b\xab\xae\xb3\x68\x86\x62\xa9\xa1\x07\x3d\xfd\x4a\xcd\xfe\x82\x9c\xdf\x21\x6f\xd2\x7d\xf1\x9b\xbd\xaf\x3f\x00\x92\x22\xda\xa9\xd6\xb3\x88\xee\xd7\x60\xc2\x40\xad\xe7\xe9\x93\x34\x95\x9c\xce\x6c\xae\x61\xcb\x6c\x2c\xdb\xbb\x39\x87\xa1\x24\xf4\xfc\x24\xa1\x17\x79\x11\x25\xa1\x45\x52\xcb\x39\x73\xd9\x0c\xd2\xc4\x94\xdf\x4e\xb5\x9e\x45\x52\x18\x3a\xd3\x09\x50\x90\xd3\x47\xa2\x6f\x01\xc2\xc9\x72\xe5\x9f\x45\xb7\x30\x21\x9d\x26\x05\x7d\x12\xa9\xa8\x08\x2d\xde\x86\x71\xb2\xdd\xc6\xb2\x09\x9c\x59\xd0\x34\x31\x9d\xbb\xfe\x01\x19\x9b\x74\x36\x15\x24\x95\x9b\x33\x77\x5b\xc6\x46\x01\x94\x51\xce\xdc\x7d\x98\xec\x9f\x6f\x26\x23\x75\x36\x40\x4e\xdf\x8c\xc3\x67\xc2\x82\x00\x2a\x26\xa7\xd2\xce\xa2\xb1\x0f\xed\x4c\xb3\xd0\x20\xd9\xf2\x6a\xa6\x89\x07\x10\xc3\x21\xd7\xc4\x03\x48\x2a\x1c\x67\x9a\x98\x4e\x13\xd3\x0b\xaf\x39\x75\x48\x40\x52\xa8\x38\xd3\x2a\x13\x90\x54\xf5\x4d\xe5\x9e\x45\xff\x6c\x9f\x69\x07\x90\x96\x17\x28\xf7\x2c\x92\xaa\xc1\x99\x66\xb4\x41\xef\x0e\x6d\x66\x1d\x40\x4e\xc7\x6a\xb3\xd7\xaa\x3d\x4f\xad\xcf\x65\xbb\x58\x36\x90\x0e\xdf\xa6\xaa\x41\x67\x85\xc3\x4c\xfd\x1f\x90\x56\x59\xa5\x89\x08\x90\x46\x4f\xea\x38\x8b\xb4\xa2\x2a\x75\x89\x40\x67\xaf\xda\x99\x4e\xbc\x82\xbe\xf9\xf2\x58\xd6\x92\xae\x1d\xfc\x87\x0d\x3c\xa7\x62\xd0\x22\xad\xca\x52\x0c\x5a\xc4\xe6\xab\xa5\x5b\x05\xd2\xa2\x2c\xd5\x9e\x45\xec\xb6\x51\x17\x0a\xe4\xf4\x87\x26\x2e\xc0\xfb\x04\xe9\x03\x1d\xa6\x4f\xb4\x79\xf7\x97\x3e\x1b\x17\xe6\x23\x2c\x32\x95\x68\x16\x69\x39\x91\x72\xcc\x33\x29\x80\xfc\x3e\x04\x53\x12\xa0\xef\xdf\x0f\x3d\xbf\xd5\x8e\xcb\x97\xeb\x67\xbf\x53\xed\x68\xda\x3e\xcd\x7b\x83\xb4\x74\x2b\xcd\x48\x24\x33\xb3\x16\x95\xa9\xe3\x2c\xde\x93\x05\xc7\x9a\xc7\x78\x9f\x39\xbf\x7a\xcc\x22\xad\x8d\x51\x8f\x59\xbc\xbf\x1c\x1c\x3b\x3d\xc6\x48\x8a\xe7\x5c\xba\x51\xa5\x1b\xc5\x83\x55\x57\x79\x56\x33\x00\xe3\x3e\xcb\xb2\x1d\xf0\x1e\xe3\xa7\xba\x32\xe5\x26\x7a\xeb\xfb\xed\xcf\x63\xdc\x02\x6e\xa6\xd2\xca\xb3\xd8\x7d\xd5\xd4\xa2\xd2\xca\x22\x2d\xb2\x28\xfd\x16\x30\x59\x08\x30\x95\x56\x16\xe9\xf4\x87\x9a\xc9\xe2\xbd\x24\x37\xaa\x4b\x02\xd2\x9a\x03\xe5\x90\x45\x5a\x2b\xa1\x1c\xb2\x68\x63\xd9\x32\xfd\x08\x90\x16\x18\x28\x6b\x2c\x62\xe7\x9b\x51\xd6\x58\xbc\xbf\xf4\x98\xad\xd5\x91\x98\x1e\xb2\xb5\x6c\x72\x6a\xcd\x81\xba\xc6\xe2\xfd\x25\xb7\xae\xdb\xa0\xb0\xb1\x95\x4d\xa5\x8f\x50\xfa\x08\xe8\x75\x4d\x85\x8d\x45\x38\xf2\x94\x25\x3f\x20\x9c\x63\x2d\xa7\x5d\x41\x3a\x2d\x5d\x9a\x7a\x90\xce\x97\x2b\x4f\x3c\x95\x22\x76\x26\x59\x8d\x61\xf1\xb6\x8c\x5f\x6a\x9f\x4b\xfb\xcc\xf7\x5c\x26\xdc\x8b\x18\xdb\x99\xde\xd2\xf2\x82\x74\xe2\xaf\x34\xbc\xe0\x3d\x99\x17\xf0\x3d\x28\x03\x32\x1f\xb1\xa6\x57\x49\x61\xa7\xf9\xca\xb8\xbb\xbe\xb8\xdb\xee\x30\x31\x0f\xd2\x09\x36\x65\x86\xc5\xfb\x6f\x3c\x63\x6d\x6f\x69\x7b\x31\xe4\xa5\xa1\x2d\x0d\x2d\x83\xa7\x32\xc3\xc2\x65\xca\xb3\xcc\xcc\x83\x40\x04\x72\x96\x99\x79\x90\x6c\x7b\x33\xcb\x99\x5d\x10\xe1\xbb\x61\xa8\x0f\x82\x95\x21\xb3\x0c\xf5\x41\x3a\xad\x53\xda\x67\xb0\xbe\x07\x6c\xf0\xaf\x8a\xb1\x33\x31\xaa\x18\x8b\x68\x0c\xd7\xa5\x15\x2f\x73\xfc\x78\xa2\x0a\x1b\x8b\xce\xc2\xfa\xa9\xb0\xb1\x48\x67\x5d\x4a\x2b\x0e\xd2\xf9\x0e\x85\x8d\x45\x1a\x3e\x94\x26\x1b\xf4\x66\x17\xee\xb6\x8b\x05\xff\x4e\x2a\xa8\x75\x2c\xd2\xe9\x08\x55\x8c\x67\x69\x9d\x89\x09\x6b\xf7\x8a\x3b\xd5\x9d\xbe\xeb\xe6\x1a\xc0\xca\xef\xf4\x36\x62\x37\xc9\x47\x53\x0f\x6f\xfb\xf8\xde\x3b\x8f\x79\xc9\x83\x64\x23\xce\xa9\x92\xc5\x22\x86\x83\x9e\xb9\x01\x90\x8e\xda\x4a\x16\x8b\x9c\xc4\x9c\xe5\xb4\x00\x98\xda\x75\x55\x8c\x67\x9d\x36\x9f\x86\x99\x2d\x00\xbd\xf9\x8d\x68\x64\x41\x3a\xc5\x50\x1a\xd9\xb2\x0a\x6a\x78\xc8\xcf\xe6\xb2\xf9\xb6\xd5\x39\x62\x10\xdf\xc0\x65\xe6\x41\xb5\xe1\xee\xf7\xa0\xe1\x05\xad\xfb\xa5\x5e\xf6\x98\x1b\xd9\x2d\x07\x11\x8d\x31\x48\x67\x35\x4a\x63\x0c\xd2\x19\x00\x65\x8a\x45\x3a\x81\x51\x4e\x15\x83\x40\x3b\x6e\x96\x76\x14\x74\x27\xa5\x94\x29\x16\x19\xf1\x0f\x53\xd0\xa5\xe5\x05\xe9\x2c\x42\x59\x36\x05\xe2\x7b\xdd\x1e\x3f\x63\xe6\x9b\xcd\xfb\x97\xc6\x18\x34\x4b\x9d\x4a\x63\x0c\x82\x4d\x1b\x66\x39\x89\x00\xd2\x84\x7e\x99\xe2\x00\x69\xa6\xbe\x9c\x43\x00\x69\x8e\x5d\x45\xe4\xf9\x29\x22\x2f\x9f\xa1\x69\x0f\x10\x8b\x58\x48\x45\x64\x11\x66\xcf\x95\x3f\x16\xc1\xfa\xb5\xa9\xb0\xb1\xe8\xdf\x8b\xe4\x4c\x35\x48\x53\xec\x4a\x16\x8b\xf7\x92\x74\xa8\x16\x5b\x81\x62\x83\xc0\xa9\x75\x06\x9d\x15\x91\x73\x9a\xe3\x00\x69\xea\x7c\x9a\xfd\x07\xb9\xbe\x1f\x2e\x0f\x2d\x0e\x35\x0e\xed\x1e\xa2\x72\x72\xfa\xc3\xd3\x43\xa7\x6b\x24\x39\x74\x79\xc8\xfa\x8c\xb7\x5f\x95\x01\x16\x69\x2e\x5a\xcd\x5f\x91\xf6\x8e\x9a\xbf\xa2\x1b\x1e\x4d\x8d\x35\x08\x6d\xc5\xd4\x58\x83\x34\x2f\x3f\xcd\x3b\x20\x10\x9c\xe8\xb1\xce\xe9\x5c\x00\x48\x93\xfc\x6a\xf2\x8a\xb7\xc3\x3c\x56\x1e\xd3\xb7\x20\x93\xab\x2a\xef\x54\x82\xd7\x24\xb9\x12\xbc\x22\x36\xdb\x6f\x84\x0f\x9a\x03\xcc\x1c\x36\x76\xb0\xcb\x1c\x16\x4b\x6d\x5d\xb1\x2c\x65\x9d\x1a\x66\x90\xe6\xd6\xa7\x51\x33\x48\x53\xeb\xd3\xa8\x19\xa4\xa9\x63\x45\x6d\xc5\xdb\x56\x8f\xd9\x65\x96\xcf\xa2\x7d\x33\x15\xac\x15\xbd\x78\xfb\x15\xac\x15\xf3\xbf\xff\x0a\x0f\xa1\x55\x48\x44\xa6\x60\xad\x48\x83\x64\x05\x6b\x45\x98\x8e\x98\x1a\x61\x90\x26\xf8\xd5\xb0\x15\xaf\xc7\xe0\x25\xbd\x81\xf2\x06\x38\xa4\x25\x9d\x4e\x71\x5b\x9e\x34\x8d\x3c\x41\x2e\xc2\xaf\xa9\xa9\x9b\x2e\xa6\xb3\xc0\x47\x31\x58\x91\xe6\xa6\x15\x83\x15\x69\x56\x5b\x4d\x57\x91\xe6\xa1\xa7\x96\x07\xe4\x22\x96\x9b\x06\x86\x20\xcd\x4c\xab\xe9\x2a\xde\x4b\xfa\x6f\xfe\x72\xf7\x97\xdc\x80\x69\x68\x90\xe6\xaf\xa7\x21\x1f\x08\xab\xa4\x54\x5d\x15\x6f\x6f\xf0\x9c\x0e\x7b\xe8\xf8\x76\xbe\xa7\x69\xd6\x31\x81\xce\x1e\x63\x73\x5a\xc7\x04\x62\xf7\xbf\x34\x34\x20\x4d\x69\x2b\xc4\x2a\xa2\xfb\x05\x58\x9f\x04\xd2\x8c\xb6\x7a\xaa\x22\x4d\x68\xab\xa7\x2a\xd2\xa4\xf1\x34\x0c\x9c\xc4\x7c\x26\xaa\xa7\xe6\x08\xa4\x29\xee\x69\xe8\x06\xd2\x34\xf2\xd4\x34\x4c\x4d\x03\xa1\x9b\x52\xa6\x22\x4d\x22\x28\x51\x2a\xd2\x84\xc1\xd4\x0e\x80\xd0\xaf\x9b\xda\x01\x90\x46\xef\x4a\x94\x8a\xf8\x6e\xdb\x21\x1c\xa4\xc1\xfb\x74\xbc\x06\xdd\x4c\xcf\x34\x4b\x0d\xde\x9e\xa6\xad\x8e\xe1\x20\x5c\x31\xa3\x92\xa9\x68\x96\x9d\x4f\xe7\x81\x41\xdf\xed\x43\x87\x70\x95\x4c\x59\xe0\x37\x55\x32\x15\xcd\x74\x96\x4a\xa6\xf3\x53\x32\x65\xb9\xe3\x54\xb6\x54\x74\x27\x75\x94\x2d\x15\xef\xbf\xd1\x3f\x0e\xe2\x20\xf5\xab\xd5\x15\x15\x7d\xc3\xbf\x59\x4e\xd7\x82\xf7\x97\xc5\xb1\xcb\x63\xfe\xf2\x7d\x63\x57\xf3\x97\x6c\x69\x66\xa0\xb7\x5c\xf1\x00\x9a\xaf\xdd\x32\x9c\x02\xbd\x31\x58\x2e\x47\x59\x90\x86\x66\xaa\x88\x8a\x95\xf3\x1f\x0a\xb7\x15\x19\x9d\x9f\xc8\xe8\x5a\x9e\xd8\x6b\xb1\xe5\x59\xb3\x45\x06\x56\xa0\x37\xf2\x75\xcb\xc0\x0a\x34\x2b\x8f\x96\x81\xd5\x72\x7f\xb3\x85\x5f\xa9\xca\xa8\x68\x63\xe1\x45\xaa\x32\x2a\xc2\xb9\x75\x55\x46\x45\x58\x46\xb6\x0c\xb6\xd6\x17\x6c\xe1\x46\x2e\x87\x74\x10\x6c\xd6\x38\x97\x13\xab\xa0\x6f\x8c\x45\xcb\x72\x21\x90\x68\x0b\x4f\xe5\x3c\xc5\x72\xad\xc0\x32\x83\x0a\x5a\xb0\x1b\xf8\x54\xcf\x53\x34\x37\x98\x9b\xca\x67\x8a\x3e\x78\x35\x97\xe9\x4b\xb0\xac\xf9\x5f\x0e\xb0\xe0\x6d\x2d\x67\x73\x34\x05\x61\x5c\xbf\x8c\x7c\x40\xdf\x70\x4c\x96\x51\x0e\x68\xbe\xfa\xaa\x6c\x8a\x88\xef\x90\x97\x24\x99\x68\x98\xac\x54\xa6\x58\x16\x6f\x2f\x63\x10\x90\xc6\xa7\xca\x62\x8a\xb6\xfb\xca\x19\x24\x80\x34\xfe\x5d\x06\x09\x20\x36\x9f\xd2\xf2\x5c\xcb\x73\xd1\x7a\xeb\x46\x97\x75\xa3\x3e\x25\x87\xea\xe5\x50\x4d\x48\xbf\x1c\xaa\x41\x0c\x5f\x4c\x83\x04\x55\x31\x51\x76\x9b\xcb\xd1\x1b\xf4\xe6\xfb\xb3\xdb\x88\x17\x63\xf3\xf5\x31\xab\x07\xd2\xb0\x79\x39\xc4\x83\xb7\xa7\xe9\x1d\xd3\x7a\x20\x8d\x44\x55\xb2\x14\x61\xed\xed\x72\x8c\x07\xdd\x59\xba\xe5\x10\x0f\xd2\x08\x53\x25\x4b\x91\x46\x93\x8a\x4f\x8a\x34\x36\x55\x56\x52\x34\x83\x04\x65\x25\x45\xea\x4d\x2e\x33\x71\x20\xf5\xce\x97\x4b\x25\x40\xef\x76\xbe\x11\x01\x48\x7d\x42\xc5\x27\x45\x1a\xe2\x28\x3e\x29\xde\xfb\xa6\x15\x46\x04\x4a\x4d\xea\x1c\x29\x35\x29\xd2\x99\x94\x65\x90\xb0\xbe\x20\x81\xb8\x67\x59\x27\xb4\xae\xaf\x17\xb9\x4d\xeb\x4d\x41\xb0\xed\xd8\x5c\xb7\xad\x45\x75\xc2\x98\x59\xad\x49\x91\x86\x2f\xca\x43\x8a\xd4\x53\x51\x0b\x72\x2e\xb7\xa3\x76\xc1\xcb\xd2\x77\x5f\x5f\x22\x6d\xf7\xff\x7c\x4c\x7a\xea\x7e\x4a\x8f\x37\x8a\x52\x84\x39\xe6\xa5\xa7\x0e\x52\x87\x4f\x95\x47\xd1\xd0\x76\x9d\x2a\x3a\x8a\x36\xd8\xdf\x75\x2e\xc7\x6f\x90\x7a\x2f\xcb\x99\x47\xf0\xfe\x1b\x4f\x45\x57\x7d\x59\x54\x6a\x9d\xcb\xb2\xde\x07\x24\xba\x3d\x53\x4d\x47\xd1\xd9\xd4\x66\xee\x3a\xe1\xbb\x4e\x38\x7e\x8f\xa2\x8b\xa2\x9b\x21\x53\x61\x51\xa4\x43\xba\x02\x8b\x22\xf5\x5e\x14\x53\x14\xe9\x50\xa0\x8e\xa1\x48\x53\x77\x8a\x16\x8a\x34\xb3\xb6\x3b\x15\x07\x52\x23\xb5\x3b\x15\x07\x52\xf3\xa6\xb4\xa1\x58\x16\xad\xef\xce\xbb\xed\x16\xcc\xb0\x27\xcf\x54\xee\x50\xbc\xc7\xfc\xa9\xd7\x7c\xd1\xd9\xef\x7a\xaa\x54\x38\x3f\xa5\x42\x6b\x9f\x76\xfd\x6b\x30\xac\xfe\x57\xbc\x50\xbc\xff\x56\x1c\xb3\x83\xc2\x65\x5a\xf4\x86\x6e\x38\x48\x8d\xe5\x6e\x7d\xcc\xae\x0e\xb4\xe7\x77\x64\xdf\x95\x0f\xda\x19\x3f\x77\x5d\x73\xd0\x90\xb6\x9e\xbb\xab\x17\x40\x73\x71\xc7\xee\x14\x1d\xe8\xa8\x8e\xce\x3d\xbd\xe4\x8b\xf0\x45\x56\x30\x51\xa4\x83\xb8\xea\x88\x22\xb5\x42\xbb\x49\x34\xd0\x4d\x77\x2a\x98\x28\x52\xcb\xa7\x38\xa2\x48\x0d\xdf\x6e\x7c\xb0\x1b\x0c\xec\xdb\xdf\xfb\x78\x4e\xc5\x13\x45\x67\x2f\xe8\xa9\x78\xa2\xe8\x26\x87\x76\x23\x0a\x90\xcb\xff\x72\x22\x0e\xa4\x86\x5d\xf1\xc4\xf9\x89\x27\xf2\xc9\xef\x46\x0f\xa0\x0f\x5f\x1c\x2d\x19\x88\xf4\xe1\x98\x9c\x03\xbd\x11\x49\x29\x51\x28\xa2\xf9\xbc\xb4\x47\x20\x1d\x97\x95\x15\x14\xe9\x90\xb5\x9b\xed\x02\xb9\x13\x42\x2a\x34\x28\x9a\x13\x0a\xbb\xa9\x2d\x30\x36\xc6\x9d\xdd\x52\x17\xd0\x9d\x63\x50\x7b\x50\xa4\xe3\xda\x6e\x34\xb1\xbb\x9d\xc6\x4e\xd0\xbd\x6b\xb6\x40\x43\xf8\x60\x2a\x51\x28\x62\xf3\xa9\x3a\x43\x05\xc2\x7c\x94\x12\x85\x62\xb9\xde\x6b\x37\xb7\x05\xde\xf3\xf3\x4b\xcb\x66\x76\xcb\x66\xf6\xe6\xff\xd9\x0e\xb3\x5b\x7e\x7e\x4e\x47\x81\x74\xc4\x55\x91\x50\x34\x4b\x49\x14\x24\x14\xe9\x18\xb9\x6b\xa4\x76\x8d\x14\x43\x9d\x7a\x84\x22\x1d\xe9\x76\x63\x0e\x10\xae\x61\x53\xa2\x50\xcc\xef\x45\x35\x0c\x01\xe9\xd8\xb7\x9b\xdc\x02\x6f\xf3\xe9\x59\xe3\x90\x9d\x84\x97\xc3\xa1\x12\x85\xe2\xfd\x37\x1a\xeb\xe4\x13\x68\x4e\xf2\x28\x5b\x28\x1a\xc2\x13\x53\xd9\x42\x11\x08\xf2\xce\xdd\xc2\x58\xd0\xd9\x5f\x74\xaa\x64\x28\xba\xab\x9e\x77\xab\x60\x41\x7e\x03\x91\x16\x6f\x77\x7f\x2a\xf6\x4c\x9d\xea\x16\x8a\xee\x6a\x8d\x5d\xbb\x05\xda\x77\x7e\x73\x60\x20\xd8\x0d\x67\xee\xce\x3e\x81\xfc\x46\x30\x67\x9f\x54\x1f\x1c\xdf\xb9\xbc\xe4\xfd\x5d\x92\x96\x99\xbf\x02\xdd\xb9\x92\xdd\xfc\x15\xc8\x9d\x04\xd3\x6e\xf0\x03\x72\xf7\x92\xda\x40\x10\xf1\xfd\xd0\x97\x80\x95\x80\x26\x25\x14\x29\x14\xf9\x8d\x99\xc6\x3e\xa0\xef\x98\xc0\x5d\xab\x08\xf2\x1b\x0c\x8d\x6a\x40\x1f\x7e\x96\x9a\x36\xd0\x2c\xf9\x38\x9c\x10\x02\xcd\x35\x6c\x87\x55\x35\xe0\xbd\xc9\xc9\xb1\xf4\x18\x95\x21\x9a\xdd\xc3\x04\x13\x48\x3f\xaf\xc3\x04\x13\x78\x7f\xba\x38\x76\x7a\x8c\xf9\x37\x06\xd2\xc3\x49\x22\x90\x7e\x38\x87\x86\x12\x74\x4b\x33\x0f\x0d\xe5\xe1\xae\xcf\x3b\x63\x8d\x92\x81\x22\x9c\x15\x51\x1e\x50\x84\x25\x7f\x87\xd5\x34\xc8\x03\xa6\x1f\xe1\x61\x35\x0d\xe8\x3b\xef\xe2\x61\x35\x0d\x88\x7d\x79\xc8\x56\x38\x05\x85\xba\xf5\x54\x13\x50\xa4\x6f\xd9\x61\xbc\x05\xd2\xd7\xff\x30\xe0\x39\x9c\x49\xda\x29\x17\x50\xb4\x4f\x74\xb4\xa3\xe6\xa1\x91\x05\xf9\x75\xad\x21\x10\x68\x88\xb6\xcf\xc3\x0c\x16\xc8\xaf\x15\xd6\x96\x1e\xd6\x96\xba\x22\xe6\xd0\xec\x82\xfc\x3a\x5b\xab\x0b\x1a\x2a\x2e\x53\x85\x3e\xd1\xcc\xb3\xa8\xd0\x27\xf2\xeb\x58\x63\xa7\xc3\xd8\x89\x57\xf6\xd0\x0e\x83\x8e\x08\xe5\x3c\x9c\xce\x02\xe1\x82\x8f\xc3\xe9\x2c\x90\xdf\x7d\x6b\x9a\x3f\x65\xbf\x9d\x7c\x98\xca\x7e\x22\x0c\xbb\x0f\xed\x30\xc8\xff\xfe\xcb\xe6\x5b\x04\xc3\xd6\x8a\xf3\xb0\x0a\x06\x74\xab\x3c\x0f\x43\x38\xd0\x90\x48\x9d\x87\x21\xdc\xf1\x85\x70\xb4\x4c\xa3\x0e\x5a\xc3\x87\x3d\xb4\xcd\x20\xbf\x4e\xd4\xaa\x82\xf7\x92\x9c\x4c\x83\x79\x98\x95\xdb\xff\x65\x6d\x95\x22\x7f\x53\x45\xbf\xaf\xe1\x66\xe8\x40\x67\xaf\x9f\x79\x58\xa0\x02\x92\xbd\xc7\xa7\x22\x7f\xa2\x39\x37\x71\x68\x63\x8f\xfa\x9a\xc4\x2f\x9d\xec\x02\xb9\xfb\x14\x8d\x03\x41\x33\xb6\x3d\x9c\xc4\x02\xcd\xea\x54\xb5\x00\xc5\x7b\x32\x7f\x69\x33\xa6\xcd\xe0\xf9\x6b\xb1\x41\x73\xea\xef\x30\x8f\x07\x72\x27\x9c\x56\x32\x50\x74\x4b\x67\x0e\x2d\x36\x08\x04\x8a\xa7\x92\x81\xa2\x5b\x2f\xa8\x62\xa0\xe8\x8d\x44\xcc\xe1\xcc\x13\xc8\xdd\xaf\xc3\xfa\x0e\xd0\x77\x22\x80\xc3\x70\x11\x74\xa7\x5b\x0e\xc3\x45\x90\xa8\x79\xcd\x43\x53\x0c\x92\xbd\x36\xa7\x7a\x81\x22\x77\x72\x89\x87\xc6\x19\x24\xfb\x19\xcd\xc3\x5a\x55\xf5\x02\x9d\xe2\x53\x2e\x50\xbc\x1d\x46\x5b\x0d\x2a\x0f\x0b\x53\xbf\xbe\x30\x84\x04\xe9\x66\x23\x6a\x08\x8a\xe6\x64\x9a\x82\x81\xa2\x59\x0d\x7f\x18\x55\x82\xd0\x60\x1f\x1a\x6c\x90\xbb\x6f\xaf\xd6\xf9\x38\xbf\x4b\xd2\x3f\x66\x09\x41\xee\x64\xf6\x0e\x83\x4f\xd0\x5c\x61\xa7\xd4\xe0\x3c\x5c\x90\xf2\xdd\xba\x76\x17\xe4\x4e\x82\x43\x61\x41\xd1\x86\x4f\xc9\x25\x8b\x20\x77\x6a\x4a\x0e\x03\x52\x90\x3b\xb1\xf9\x61\x40\x0a\xde\xf3\xd3\x69\x26\x18\x41\x5a\x8f\x7c\x18\xa4\x82\x34\x1d\x77\x68\xb1\x41\x5a\x64\x71\x68\xb0\x0f\x37\xae\xf6\xf5\x37\x33\x09\x72\x27\xe7\x78\x58\x54\x0b\x72\x27\xc1\xa8\x08\xa2\x58\x96\x47\x1e\x9a\x75\x30\x5c\x5c\xa5\x2e\xa2\xc8\xfd\x3b\xe4\x1d\x69\xe9\x49\x43\x1e\x56\x8d\x28\x95\x68\x35\xbb\xba\x88\x22\x76\x9f\x9b\x3b\xa5\x80\x74\x81\x94\xb2\x88\x62\x36\x5f\x58\xa3\x5d\xd0\x2d\x71\x3b\x74\x07\x50\x4a\xcc\xef\x1e\x75\x07\x40\x47\x4d\x63\x1e\xe6\x42\x41\xb0\xd1\xf4\x3c\x74\x07\x40\xee\x78\x20\xea\x29\x8a\xe5\x2e\x09\x6a\x27\x8a\xfe\x99\x81\xc7\x5e\x7d\x74\x39\x3d\x64\xeb\x1f\x5b\xef\x0f\x6d\xbd\xdb\x74\xf9\xd6\xe9\x34\x80\xdc\x89\x57\x0f\x0b\x76\x41\xb3\x86\xf7\x70\x82\x0b\x8c\xee\x60\x6e\x95\x0a\xe8\x3b\xe9\x0d\xc5\x1a\x45\xef\xdf\x21\xaf\xf8\x43\x1d\x95\xb7\xe9\x34\x5d\x0a\x12\xf9\x80\xa9\x7e\xa3\x48\xcf\x75\x9a\x41\x05\x69\xa9\xe2\x69\xb4\x7d\xba\x8d\x8c\x1f\xfd\xa9\x4b\x02\x9a\xe9\x44\x65\x1e\x45\xba\x08\xe6\xd4\x23\x01\xb9\x33\xd6\x9d\x6e\x36\x03\x92\x6d\x65\xe7\xa9\xfb\x01\x3a\xbb\x34\xce\x53\xef\x03\xbc\x97\xe4\xfc\xfa\x1a\xa7\xbe\x06\x8e\xc5\xe9\x6c\x19\x88\xb6\x79\xb2\xc7\x43\x58\x5c\x5e\x27\xc5\x20\x45\x63\xab\xe7\x79\x9a\x6e\x05\xdd\x9d\x1a\x4e\x83\x7e\x10\xee\xf9\xa5\xf0\xa3\x78\x5b\x31\x39\x66\x2b\xd8\xfd\x60\x2f\x0f\x5d\x1e\x62\x63\x67\xdb\xaf\xf7\x71\x7e\x21\x7e\x78\x2c\x3c\xc6\x17\x42\x44\xa4\x66\xa4\xc8\xdd\x5e\x74\x9e\x0d\xe4\x6e\x63\xf5\x48\x40\x6f\xbc\x9c\xa7\x86\x1f\xa4\x8e\xa9\x32\x8f\x22\xbe\x5e\x34\x4a\x3f\xc7\xd7\x7e\xfa\xc7\x30\x1d\xa8\x53\x38\x95\x76\x14\xd1\xf8\x90\x4e\x0b\x60\x4e\x55\x7e\xc7\x3f\x98\x65\xc5\x20\x45\xee\x64\xc5\x4e\xfd\x09\x90\x3b\xb9\x39\xf5\x21\x45\x1b\x8e\x72\xa7\x0e\x05\x08\xbf\x50\x35\x23\x45\xee\x38\x9f\xa7\x59\x62\xd0\xbf\x93\x59\x6a\x03\xa2\x2d\xff\xcb\x3e\x76\xdb\x83\xe6\x1b\x67\x3d\x2e\x88\x66\xc7\x98\x4c\x00\x9d\xad\xcd\xe7\xa9\x77\x02\x72\xe7\xe3\x53\x33\x72\x7e\x9a\x91\x8e\xd2\xea\x3c\x8a\xdc\xf1\x91\x4e\xcb\x6f\x40\x3a\x99\xa9\xcc\xa3\x78\x7f\x49\x6b\xcd\x42\x83\x74\xc6\xea\xd4\xfd\x38\x3f\xf7\x63\x78\x51\x7b\x88\xdd\xa6\xf5\x95\x4f\x3d\x92\x73\xe2\xca\x92\xed\x52\x0e\x52\xbc\xbf\xa4\xbb\xf5\x52\x40\xee\x64\x9a\x4e\x4b\x5f\x41\x6a\xe6\x4f\xdd\x0f\x90\x56\x14\x2b\xcd\x28\xc2\xcd\x0a\x4e\x53\xd3\xa0\xb9\x8d\x96\x3a\x8c\x22\xf7\xdd\x1f\xda\x7e\xd4\xaa\x76\x5f\x1c\x03\x7a\x90\xbb\x1f\x96\xa9\xe9\x53\x8d\x61\x8d\xd1\xa9\xff\x01\x72\x27\x15\x70\x1a\xf7\x83\x08\x9f\xb9\xfe\x07\x08\xa7\x9e\x4e\x9d\x0d\xd0\xdb\xf2\x5c\xbe\xd1\x3a\x1b\xdf\x21\xfb\x9f\x7d\xcd\x10\x32\x9f\xa7\x49\x6d\x90\xbb\x2f\x8b\x95\x2f\x20\x77\x5f\x0c\xd3\x05\x20\xf7\xe5\x0f\x7d\x20\x16\xc3\x7c\x3f\xf4\x26\xd9\xf4\x7a\xf7\x1b\x3a\xbc\xc9\xe3\x5b\xc6\xc7\x21\xaf\x78\x60\x2d\xfc\xf8\x9c\xb5\x04\xdd\x4a\x67\x65\x24\xc5\xdb\x3b\x9c\xcc\x14\xc2\xe9\x2e\x42\xbe\x2a\x96\xcc\x80\xdc\x49\x47\x9c\xa6\x10\x40\x58\x4c\xaf\x5c\xa3\xe8\x5a\x90\xd3\x08\x1f\xa4\x2b\xd3\x4f\x9d\x0f\x10\x48\xbf\x4c\x15\x1c\x45\xa1\x04\x37\x4f\x1d\x0d\x10\xee\x27\x71\x9a\x1a\x00\xfd\xfb\x2c\xf5\x2a\xd4\x79\x74\x2b\x43\x75\x1e\x45\xba\x49\x90\x02\x8e\x22\x5d\xfb\x77\x3a\x05\x0a\xde\xfb\xe6\xdf\xf4\x0e\xce\xfb\xfb\x6c\xfc\x3f\xbb\xec\x45\x6d\x8e\x0e\x1a\x7e\xd0\xbb\xcf\xcd\x08\x1f\x44\xc7\x6b\x3c\xb5\xf2\xa0\x2c\xc1\x3a\xb5\xf2\xa0\x5c\xdd\x70\x1a\xe1\x83\x42\x6c\x66\x9e\xda\x6f\x30\x36\xed\x98\x73\x94\xa0\x36\xc2\xe8\x53\x63\x0d\x6a\xf3\xa3\x31\xc7\x0d\x6a\x23\x18\xbe\x0c\xfa\x41\x19\xec\x5d\x5a\x53\x50\x1b\x36\xeb\xd2\x4c\x82\xf7\xbe\x3d\x76\x7b\x8c\xfb\xc6\xf2\x2b\xf3\x28\xda\xd0\x7b\x52\xd3\x51\x14\xda\x00\xf3\x32\xc7\x0d\x86\x2b\x83\x95\x79\x14\xb5\x35\x0f\x0d\x0f\x0d\x7e\xc8\xf9\x8d\xef\x41\x6d\xcd\x73\x3d\x1e\x7a\xfe\xf7\x7f\xd3\x42\xe7\xcb\x28\x1d\x94\x15\x1e\x97\x06\xf6\xd2\xc0\x3a\xdf\x75\x39\x2d\x7a\x7d\xeb\x5a\xe9\x0c\xd7\xc1\x80\x72\xd1\xf8\xa5\xd1\x05\xef\x2f\xfd\x37\x9b\xd1\x6d\xc6\xe4\xd0\xe1\xa1\x83\x43\x74\xa3\xd9\x77\x50\x1b\x9f\xd2\xa5\xd1\xbd\x3e\xa3\x8b\xfb\x77\x69\x4e\xaf\xf8\x2e\xc0\x7d\x1a\xf4\x83\xda\x88\xad\x94\x96\x14\x81\x2a\xc2\xbc\x8c\xe6\x41\x6d\x44\xb0\x2a\x4b\x8a\x81\x86\xdf\x54\x59\x52\x44\x31\xb6\xa9\x2c\x29\x6a\xe3\xf3\xba\x0c\xdd\x41\x6d\xc4\xac\x97\xf6\x12\xd4\x46\x4c\x7e\x69\x2f\xaf\x2f\xfe\xe6\x2e\xb5\x8d\xa0\xd0\xf3\x9d\x8a\x4d\x8a\xda\xfa\x3f\xa4\xb3\x2f\x4d\xe7\x95\x5f\xbf\xd0\x48\x8d\x22\xa8\xad\x7b\xc8\xae\x4a\xde\x68\x82\x99\xcb\x32\x55\x50\x6e\x9d\xa8\x64\xe5\xfc\x24\x2b\x75\x6f\xd5\x91\x14\xe5\x74\xb0\x3a\x92\xa2\x9c\x73\xbd\x9c\xc0\x05\xb5\x11\x66\x5d\x5a\x53\x50\x1b\x01\xe6\xa5\x35\x05\xef\xf9\xfd\xa5\x7d\x55\xf4\x15\x61\xd0\xa5\x99\x04\xef\xbf\xd1\x59\xda\xc9\x6b\x7e\xaf\x21\xcd\x75\x89\x08\x08\x37\x68\xba\x34\x8a\xa0\xdc\xf5\x4f\xd9\xc8\xf9\xc9\x46\x6e\x18\x0c\x35\x22\x45\x58\x7d\xa4\x46\xa4\x68\x2e\x64\x50\x23\x52\x34\xcb\x2e\xd5\x88\x14\xf5\xbd\x25\x2e\xea\x00\x61\x94\x70\x69\x4e\x41\xff\x1a\xa6\x39\x05\x61\x05\xb0\xe2\x8f\xa2\xdc\x6c\x40\xf1\x47\x11\xba\xc1\x2a\x3d\x8a\x40\x99\x76\x5e\xda\x49\xd0\x2d\xe7\xbe\xb4\x93\x20\xc2\x2b\x9a\x30\x07\xdd\x85\x43\x97\xb6\x0d\xb4\xe6\xe3\xd5\xb6\x81\xda\xfc\x94\x5d\x52\x0a\x6a\xc3\x8d\xbb\xac\x10\x05\xb5\xe1\xf1\x5e\x96\xfc\x80\xe6\x6a\xc9\xcb\x4c\x3b\xe8\x6c\x85\x3f\x2f\x17\x99\x82\xda\x70\x82\x14\x83\x14\x85\x00\xdc\xbc\x34\x9d\xa0\x36\x47\x22\x23\x7e\x50\xae\x37\x50\x1f\x52\xd4\x86\x31\xbd\x5c\x31\x02\xca\x3d\x54\x95\x8c\x14\xc5\x3e\xcd\x53\x7d\x48\x51\x1b\x96\x47\xe5\x47\xd1\x86\x01\x8d\xd2\x8f\xa2\x36\x07\x6a\x73\xef\xa0\xbb\x91\x84\xd2\x8f\xe2\xfd\x25\xed\xd7\x34\x83\xda\x1c\xbb\x2d\x5d\x05\x65\xda\x4f\xed\x47\x51\x9b\x03\xa9\xd1\x3d\xda\x8f\xef\xc9\xfc\x37\xc7\x43\x12\xf2\x66\xb7\x2e\xe7\x96\x41\x77\x3d\xc6\x65\x94\x0e\x6a\xb3\x65\x16\xa0\x82\x68\x38\x71\x0a\x38\x8a\xf7\xfc\xfe\x9b\xd7\xbc\x79\x24\x0e\xa4\xda\xe6\xeb\xb3\xcd\xb8\x84\x97\xa1\x3b\xa8\xcd\x71\x45\x73\x0d\xde\x7f\xb3\x1d\x36\xed\x46\x97\xcd\x67\x6e\x38\x7f\x99\xca\xc7\x21\x50\xe9\x51\xf4\xcf\x2e\x5a\xda\x04\xca\x5d\x69\x2e\xa3\x72\x10\x3a\x68\x8a\x33\x8a\xf7\x92\xbc\x07\x06\xdc\xa0\xdc\x50\xec\x72\xa2\x1a\x94\x2b\x46\x2f\xe7\xa9\x41\x69\xe9\x2f\xcd\xfa\xa5\x59\xf7\xc9\x19\x83\x83\xee\xee\x61\x97\x01\x37\xa8\xcd\x47\x62\xc6\x1f\x34\xeb\xee\x2e\x6b\x4c\x41\x73\x47\x82\x5b\x7f\xe0\xfe\x26\x01\x06\x87\xba\x87\x68\x57\x79\x68\x78\x88\x7d\x2b\x79\xd7\x6f\xa7\x05\x40\xd7\x82\xdf\x46\xea\xa0\x5c\xda\x78\xeb\x5b\xdc\xdf\xac\xc0\x77\xc9\xc3\x63\xb6\x75\x72\xe8\xf4\x10\xdb\x28\xf1\xfa\xdc\xba\x1b\x20\xdc\xca\xf8\x76\x87\x40\x10\x48\x67\xcc\x5b\x3f\x02\xb4\x61\xc2\xe0\xd6\x91\x00\xdd\xea\xf7\xdb\xc2\x29\x50\x6e\x07\xa8\x62\xa4\xe8\xb1\xf9\x5f\xcb\x43\x8b\x5b\xf2\x5c\xbb\x87\x9c\x30\xa6\xf9\x4e\x27\x80\xe6\x74\x85\xba\x92\x22\xdc\x9f\xf1\x76\x86\x01\x14\x8a\xfc\xf3\x76\x17\xa8\xdb\xad\x0b\x8d\x18\x6f\x1d\x15\xd0\x5d\x98\x72\xeb\xa7\x80\x70\xfd\xf3\x6d\x7d\x16\xe8\x2d\xfd\x2f\x6f\xbc\x7f\x37\x4e\xfb\xf5\x40\x40\x77\x86\xed\x36\x13\x70\x2b\x94\x51\xff\xb0\x8c\x4a\x79\x4a\x51\x1b\x43\xf7\xed\xe2\x5d\x30\x34\x9d\xb7\x45\x04\xa0\x37\x9c\x1d\x35\x2c\x45\x6d\x3e\x09\x13\x0c\xf7\xb7\x52\x97\xde\x33\xc1\x00\x6a\xb3\xd9\x66\x13\x40\x77\x73\xee\xdb\x42\x03\xd0\xb7\xe5\x21\x1b\x11\x7c\x40\x76\x9e\xa5\x01\xb7\x1b\x1b\x1a\xe2\xdf\x4e\x53\x80\x8e\xec\xfe\xbc\xf5\x75\x40\x73\x1a\x4d\x95\x4a\xd1\x5d\x48\xa4\x4a\xa5\xa8\xcd\xb6\x9a\xc0\x00\xb5\x7d\xa7\xf7\x15\x19\x6c\x81\x8e\x7d\xba\xcd\x4c\x80\xda\x88\x41\x6e\x5d\x29\xd0\xac\x8c\xbd\xcd\x33\x80\xda\x08\xd3\x6f\x5d\xa9\x5b\x57\x8a\xd2\x8f\x5b\x57\x0a\x34\xeb\xa8\x6e\x13\x08\x77\x7e\x0f\x9a\x37\x49\xc7\xe8\xd6\x31\x22\x8a\x56\x3d\x53\xbc\xff\xe6\x31\x5b\x96\xb4\x6c\xf9\x4b\x5b\xe6\x36\xbe\x44\xc3\xb7\x79\x86\xfb\x9b\x05\xb1\x69\x16\x17\x80\x6e\xe0\x70\x3b\xcb\x01\xc2\x89\x89\xdb\x4a\x02\xd0\x2c\x11\x54\x77\x53\xd4\xb6\x3c\x64\x63\xcb\x89\x09\xfa\xc7\xe2\x02\x50\xae\xf7\x53\x2a\x53\xd4\xf7\xc4\x5d\xd1\x03\xa2\xd9\xd7\x66\x19\x40\x21\x86\x37\x6f\xfd\x29\x50\x9b\xdd\xa3\x3f\x75\x7f\xeb\x6b\x79\x6e\xce\x8e\x80\xfe\x7d\x54\xce\x84\x80\x66\x69\xcc\x6d\x2a\x02\xbc\x5d\xe1\xf9\xed\x9e\x89\x81\x25\xa5\x70\x9b\x9e\xb8\x5d\x5e\x63\x82\x45\xad\x4c\x51\x9b\x67\xd3\xa1\x42\x2a\xb3\x0d\xd3\x24\xb7\xd9\x08\x50\x1b\x81\xba\x5a\x99\xa2\x36\xf2\x2b\xaa\x60\x8a\x66\xe5\xf3\x6d\xb6\x00\x74\x4b\x9a\x15\xc6\x14\x65\xa1\x9c\xc2\x98\xa2\xbb\xf6\xe4\xd6\x7d\x02\xd5\x70\x79\x6e\xa7\x39\xc0\x72\x0b\xd8\x5b\xf7\xe9\xd6\x7d\x22\x44\xbe\x9d\xf8\x00\x65\x71\xc4\xad\x17\x74\xeb\x05\x11\x5b\xab\xbb\x29\xba\xe5\x93\xb7\x8e\x11\x68\x66\x44\x6e\x1d\xa3\x5b\xc7\xc8\x4f\xdc\x34\x03\xa8\x0d\x83\x7b\x3b\x15\x02\xaa\x11\xfa\xde\xba\x4f\xa0\x1b\x01\xaa\xe1\x29\xc2\xf5\x14\xb7\xb9\x08\x10\x1a\x57\x65\x3d\x45\x39\xf5\x7c\xbb\xa2\x07\x2c\xf7\xb4\x55\xe9\x53\x54\xb3\xbf\x9c\x55\x01\x85\x0c\xff\xbc\x9d\x55\x01\xdd\x14\xe1\xad\xdb\x75\xeb\x76\xd9\x85\xba\x5d\xa0\x59\x95\xaa\x44\xa8\x08\x9d\x0a\x45\x3d\x45\x59\x22\xac\xa8\xa7\x68\x2e\x36\x55\xd3\x53\xc4\x70\x14\x33\x89\x71\x5f\xdf\xdb\xc4\x1d\x99\xc5\x00\xdd\x7d\xd0\x14\xf0\x14\x61\xba\x4b\x01\x4f\xd1\x51\xd1\x9d\x0a\x78\x8a\x6a\xb8\xb3\x0a\x78\x8a\xe5\x5e\xbe\xea\x77\x8a\x6a\x9a\x48\xab\x20\x40\x77\x01\xfa\xad\xcf\x75\xeb\x73\x7d\x8d\xb0\x77\x48\x91\x34\x9d\x0a\x5d\x2e\x50\xcd\x41\x58\xff\x0a\xc4\xd7\x15\x4e\x97\x80\x32\x7d\x7e\x3b\x5d\x02\x5a\x84\x97\x34\xb9\x02\xaa\x91\x36\x51\xe5\x53\x84\x5b\x7a\xaa\xf2\x29\x9a\xdb\x51\xab\xe8\x29\xde\x4e\xf4\x98\xed\x67\xa3\xca\xaf\x13\x75\xd6\x6e\xab\x0a\xfd\x4a\xdd\x43\x0c\xbc\xbf\xe4\x9e\x74\xe0\x40\xb9\xf2\xee\xd6\x81\x03\xc3\xf0\x48\x69\x4e\xf1\xfe\x92\xd6\xea\x9b\x81\x6a\xdb\xdf\x82\x91\xf3\xb1\xe6\x10\x34\xb7\xb3\x78\x74\xca\x40\x74\x2c\x96\xd2\x9d\xa2\x1a\xdf\x86\x3a\x9d\xe2\xbd\x7c\x71\x6c\xf7\xd8\xce\xbf\x79\xb2\xc3\x43\x07\x87\x1a\x87\x4e\x0f\xd1\x48\x72\x1c\x8f\xc9\x9d\xe7\xab\xcb\x60\x34\x7c\xcc\xee\x80\x52\x60\x42\xf1\x4e\xf1\xfe\x9b\x3f\xf5\x6c\xf8\x48\x31\xfd\xe5\xe3\x21\x56\xa8\xef\xfe\xf2\xe7\x21\x46\x2b\x32\x32\x6a\x70\x8a\xf7\x64\x3b\xc7\x6c\x47\xe7\x3d\x61\x58\x50\x84\x53\x94\xd5\x69\x8a\x6c\x8a\x42\x5e\x6f\x2a\x9f\x29\xba\x89\x4c\x85\x31\x45\xe8\xcf\x29\x79\x29\xba\x7b\x68\x3c\xa6\x72\x40\x35\xb2\x6b\x8f\x0e\x0f\xa8\x86\x45\x7c\xf4\x6e\x40\x35\x72\x28\x8f\xb9\x1d\x50\x6e\xdc\xa2\x08\xa6\x28\x64\x58\xa7\x22\x98\xa2\x1a\x7e\xe6\x63\x89\x07\xa8\xc6\x7b\xff\x98\x01\x7a\xcc\x00\xed\x9e\xcb\xa6\x52\x44\xe9\x3e\x52\x8f\x6e\x11\x08\x37\x51\x54\x16\x53\x54\x63\x08\x78\x74\x6e\x40\x35\x3e\x98\xc7\xd9\x99\xe7\x9b\x9d\xf1\xbe\x75\x78\x40\x1b\xee\x72\xa1\xa2\xa6\xe8\xf3\xbb\x80\x8d\x65\x7a\xc6\xe5\x3b\x8a\x6c\x8a\x1e\xf8\x32\x8f\xf3\x23\x60\xb9\xeb\xf7\x63\xda\x07\x74\x17\xa1\x3d\xd6\x5a\x82\x6e\x21\xa0\xb2\x9b\xa2\x1a\x06\xf1\xd1\xe1\x79\x92\x1e\x23\x53\xf3\xe8\xc9\x80\x52\x90\xe3\xd1\x91\x01\xd5\x6c\x97\x8e\x0c\x98\x6e\x39\xf4\xe8\xc8\x3c\xaa\x9a\x99\xfd\x7f\x74\x5b\x40\xe9\xe1\xaa\xce\x29\xaa\xe1\x5f\x3f\xce\xab\x80\x6a\xe1\xc9\xec\x9d\xb2\x61\xdc\xa4\x85\x1e\x60\xba\xcd\xd9\xe3\x4c\x0b\x08\x57\xde\x2b\xeb\x29\xde\x56\x70\xcc\x0c\x12\x68\xae\x98\x7d\x74\x78\xc0\xfb\x6f\x1e\xb3\x19\xd3\x66\xf0\x7c\xcd\x20\x81\x6a\x76\xac\xeb\x02\x40\x35\x12\x22\x8f\xde\x0d\xa8\x36\xbc\xa4\x9f\xe0\xe4\x13\xb4\xfb\xcd\x29\x81\xee\x78\xf8\x98\x53\x02\x65\xe1\xfe\x63\x55\xc7\x83\x0b\x84\x32\xee\x7c\x2c\xcd\x04\xcb\x3a\x37\x45\x42\x45\x35\xac\xdd\x63\x9a\xe9\x71\x41\x81\xb3\x23\x8f\xa5\x99\xa0\xb4\xa6\x6a\x89\x8a\xf8\x5e\x62\xb3\x51\xa0\xac\x2d\x79\x9c\xdc\x79\xbe\xc9\x9d\xdd\x7f\xb3\xfd\x3b\x5f\x2a\xb9\x94\x47\xaf\xeb\xd9\x31\x21\x64\x3f\x54\x21\x15\xa5\x3b\xab\x0a\xa9\x78\x4f\xc6\x9d\xeb\x76\x21\x43\x5a\x8d\x24\xc6\xcf\x9c\x2e\x68\x6e\x8d\xaf\x42\xa0\x28\xb3\x56\x3f\xbf\xf1\x9f\xdf\x38\x1f\xc4\xcf\x38\xe4\xe7\x4e\x7f\x4e\x4d\xa8\x07\x28\xaa\xe1\xcc\xfc\xfc\x30\x7f\x2a\x85\x7c\xff\x75\x79\xc8\xfe\xd9\x39\xf4\xf3\x90\x49\x1e\xdc\x8d\x9f\x01\x05\x4a\x82\xe5\x6e\x14\x3f\x3f\xc2\xdf\x17\x50\x60\xf0\x54\x17\x14\xe5\x22\xc0\x9f\x5f\x21\xa8\x46\x16\x40\xc1\x41\x51\x2e\x8e\x53\x22\x70\xfe\xc8\xaa\xba\x14\xfc\xe7\xf7\x05\x5a\x3a\x41\xf2\xf3\xcb\xf9\xf9\xe5\x4c\x0f\x79\x32\xbf\x1c\xc2\x82\x9f\x5f\x0e\xe8\x7e\x5f\x3f\xbf\x1c\xd0\x5c\xf0\xa7\x6a\xa0\xe8\x66\x87\x94\x08\x14\x11\xde\x91\x91\x02\xe8\x68\xe3\xcf\x9f\x61\x01\x08\x6b\xf2\x7e\xd6\x2f\x83\x18\x3e\x12\x8b\xa6\x40\xb5\xf9\x0f\xba\x54\x3f\x3f\x3e\xf0\x15\x3e\x2a\x0d\x28\xca\x49\xdf\x9f\x1f\xcc\xcf\x0f\x86\x38\xe5\x67\x2d\x33\x08\x6b\xf1\x54\x0b\x14\xd5\x08\x39\x7f\xce\x7c\x82\x6a\x18\x4e\x05\x04\x45\x59\x7b\xf2\xf3\x4b\x03\x61\x45\xef\xcf\x2f\xed\xe7\x97\x36\x6d\x97\x7d\x47\xc1\xf3\xf0\xf4\x7e\x2f\xe0\x7d\x5c\xbc\x22\xce\x7c\xfe\xfc\x38\x30\x2a\x6a\x00\x8a\x72\xa7\xa9\x9f\x53\x93\xa0\x14\x3b\xfa\x39\x35\x09\x0a\x19\xe2\xa9\x50\xa0\x58\x6a\x38\x28\x14\x28\x4a\x93\xa2\x50\xa0\x68\x06\x2e\x3f\xb3\xb0\xa0\xbb\x15\xd1\xcf\xba\x2b\xd0\xdc\x79\xfc\x67\x64\x01\xca\x52\x81\x9f\x91\x05\x28\x4b\x5d\x7f\xc6\x0c\xa0\x0c\x49\xd4\x09\x14\xe5\x24\xfc\xcf\x68\xe0\x67\x34\x80\xa3\xa1\x72\xa0\x28\x47\xbe\x9f\xae\x3f\x68\x66\xdf\x7e\xfa\xf9\xe0\xed\x43\xee\xc8\x69\x4e\xd0\xc2\x87\x6b\x2e\xf5\xc7\x9c\xa6\x01\xed\x4f\xdf\x1f\x54\xdb\xfd\xa1\x8f\xed\xa2\xfc\x08\x17\xe8\x67\x2a\x15\xbc\xe7\xe7\x96\xf4\xea\x41\x0f\x87\x09\xd7\xe4\x80\x6a\x8c\x7c\x8a\x0e\x8a\x6a\xbb\x3f\xb4\xb1\xf7\xd7\x58\xfe\x4d\x57\x5c\x9d\xc0\x22\xc3\xa3\x4e\xa0\xa8\xc6\xc8\xf7\x73\x02\x13\xbc\xbf\xf4\x98\xdd\xf8\x78\x4f\xfe\xd2\x3e\x63\x06\xb3\xf9\xc4\xf5\xbb\x41\xb3\xaa\x5e\x39\x41\xf1\x9e\xcc\x5f\x7a\x9f\xcf\xd7\x34\x7e\x6a\x59\x12\x68\x6e\xfc\xaf\x7a\xa0\x28\x17\xfd\xa8\x0b\x28\xaa\xfb\xfe\x98\x12\x05\x2d\xcd\x50\xfe\xf4\xbb\x41\xe8\xb9\xfc\x5c\xc6\x09\x82\xb2\xdc\xb5\x91\x13\x15\x41\xd9\xfb\x52\x3d\x50\x0c\xb2\xb0\x6b\x23\x4d\x2a\xda\x20\xf0\x59\x1b\xf5\xd3\xa2\x33\x07\xbb\x36\xbc\x74\x51\xfd\x7d\x35\x96\xba\x83\xa2\xc7\xfb\x34\x97\xba\x83\xa2\xfa\x77\xc9\xd3\x43\x27\x87\xfc\xaf\xcb\x43\x17\xeb\x6f\x6c\xc5\xe3\x21\x5f\x8d\xc6\xb1\x66\xfb\x5f\x74\x96\xb3\x2d\x85\x07\xc5\xfb\x6f\x5c\xa0\x79\x03\x38\xee\x7d\xf3\xdf\x6c\x2c\x55\x4e\x49\xbc\xbd\x14\x28\x14\x9d\x79\xdf\xb5\x91\x3b\x15\xb1\xbe\x6b\x2e\x0f\xf9\x00\x8a\x43\xb6\x96\x14\x68\x7f\x1f\xe6\xda\xba\xcd\xc0\x6f\xef\x1b\x5d\xd6\xbd\x64\xff\x2e\xc9\xf9\xbb\xbd\xd1\xdd\xae\xd2\x7e\xec\x5e\xe0\x45\xf5\xf7\x69\xae\x2d\xec\x6d\xd2\x8b\xbd\xb8\xa7\xf0\x97\x6c\xcd\x8b\xbd\x58\x1b\x66\x57\xbc\x27\xa3\x69\x61\xdf\xe2\x5b\x77\x7b\x23\x6c\xad\x9b\x02\x6c\xbe\x08\xf8\xdb\xa2\x53\x6e\xb3\x36\xd2\x90\xa2\xba\xb7\x3e\xbc\x26\x9e\x74\xf7\x06\x86\xd7\x7c\x51\xdd\x6e\x4c\x7b\x3b\xe9\x6d\x6f\x29\xfd\x21\x45\x3f\x6c\x50\xbe\x94\x1b\x14\xd5\x6d\x6b\x7a\xae\xf4\x5c\xb4\x2b\x7d\xe8\xc9\xfc\xc5\xee\xe9\x6d\x57\xda\x2e\x3a\xbb\x7c\x0d\xa8\x16\xca\xed\x3b\xe6\x03\x60\x83\x01\x76\x05\x59\x5b\xd9\xb0\xb2\x61\x3c\x93\xb2\x15\xe4\xe7\x7a\xa7\xaf\xcb\xf3\x17\x39\xe0\xe0\x5c\xd3\xf3\xbf\xa8\xde\x69\xc5\xf4\xf4\xf3\x7b\xcd\x38\xd9\xf4\xfc\xe4\xec\x7a\xa7\xaf\xa7\x0f\x8e\x9c\x5d\xef\xb4\x62\xfa\x1a\x4c\x52\x38\x5e\x72\xfa\xe2\x4d\x87\x9b\xef\x98\x5d\x36\xe9\xeb\xfe\xf7\xda\xe6\xb5\x4d\xdf\xd5\x17\x9d\xba\xc3\xb5\x61\xb0\x45\xb1\x0a\x6c\xa9\x92\x28\x8a\x65\x27\x4b\x95\x44\x31\x36\xdf\xae\x69\x27\xe0\x1a\x33\xf4\xaf\x6d\xd9\xee\xc5\xe7\xdd\xe9\x97\x65\xbb\x5f\x14\xa5\x1f\x6b\x5b\x36\x7b\xd9\x6c\xba\x65\xd9\x2e\xd6\xda\xc6\xa2\x11\xcb\x76\x31\x29\xdb\x17\xdd\xb2\x7c\x51\x5f\x0c\xb2\xd2\x6b\x5b\xbe\xa8\xaa\xec\x2f\xce\xb5\xdb\x9f\xa4\x10\xa9\x04\x5e\xdb\xee\x15\x95\xd4\xdf\x39\xd7\xee\x53\x65\xba\x95\x65\x8b\x6b\xdb\x7d\xb7\xb0\xea\xdd\xcf\x65\xf7\x8a\x64\x15\x7b\xf8\x43\x3b\xe7\x45\x43\x1b\x65\x6d\xbb\x9d\xb3\x3b\xec\xf8\x08\x0f\x1f\x3e\x15\x47\xbb\x5d\x71\xf8\xec\x5f\xf4\xaf\x2b\x0e\x7b\x87\x5d\x17\x46\xfa\x5f\xb6\xf5\xf0\x73\xf7\x15\x39\xec\x8b\xc3\xec\x2c\xd7\x3c\x6c\xec\x8b\x20\x70\x5b\x6a\x43\x8a\xf7\x97\xdc\xc0\x61\xff\x1c\x0c\x3b\xe1\x2f\xbd\x01\xa6\x6a\x59\x78\xbc\x54\x82\x14\xfd\x1b\x14\x4e\xdb\xff\xe5\x1a\x39\xff\x69\xfb\x4f\x32\xdc\x5e\xf2\xf4\x81\x9f\x94\xb3\x7b\xfa\xd3\x86\x21\xe3\x1f\x83\x46\x5c\x3e\x11\x2a\xac\x71\x4b\xd6\x76\xf9\xc3\x8b\x37\xc5\xc1\xe4\xf2\xc6\x2f\x64\x57\x07\xf7\x7d\xd9\xfa\x4b\x31\x25\x0f\xd9\xd7\x97\xf2\xf6\xbc\x29\xb7\x3f\xbc\x79\x9f\xbc\xe2\xed\xfb\x84\x0e\x64\x52\xd2\xb1\xd4\x81\x14\xd5\x83\x57\xe5\xb6\xad\x37\x4f\xdc\xf3\xdf\x76\xe2\xed\x13\xa7\xad\xb7\x1d\x46\x02\xaf\xfb\xd1\xdc\xb6\x82\x39\xd3\xf2\x4d\x7c\xec\xb0\xc7\x07\xce\xe9\x1f\x6f\x92\xc5\xbd\xdf\x60\xf5\xf8\xc0\x1f\x3f\x07\x7f\x68\xe7\x33\x19\xca\x76\xc7\x4b\x95\x49\x51\xdd\x77\xec\xe7\xb9\xd8\x5e\xe7\x3b\xd7\xcf\x57\xf8\x45\x9b\x0e\xa2\x3f\x3b\xec\xc7\xe3\x4e\xff\xcb\xd6\x2b\xfa\xc2\x7f\x35\x8d\x35\xe8\xbe\xd5\x4d\x2b\x0c\x1a\xfb\x9d\xae\xa6\x15\x06\xdd\x7b\x54\xb1\x52\x0c\xa6\x5a\x56\x23\xa3\x26\x02\x85\xb3\xa5\x86\xa5\x28\x54\x76\x57\x23\xa1\x26\x3a\xbb\x79\xaf\xd6\x3c\x7d\xfb\xde\x73\x4e\xa6\xdd\x6c\xed\x7b\x6c\x93\x63\xfe\xd4\x19\x46\xba\xa7\x91\x3d\x13\xd5\x07\xff\x45\x76\x4b\x54\x7f\x63\xdf\xd5\xba\xcd\xe8\x36\x83\xf6\x77\x7f\x88\xea\x59\xb0\xac\x6f\x35\xe6\xf3\x44\xf5\xa4\x69\xa4\xb7\x44\xdf\xed\x0c\xad\x2b\x88\xf8\x0e\x79\xfe\x17\xe1\x47\xdf\xb4\xae\xed\xb3\xae\x7c\xf5\x8d\x9c\x94\xa8\x9e\xf4\xc6\xf0\xfc\x4e\xd5\xe1\x88\x2e\xf5\x2f\x45\xf5\xa4\x65\xda\x4d\xc5\x2e\x93\xfa\x9e\xd5\x86\x77\xc0\xfc\x5a\x4f\x2e\x4a\xf0\x2b\x5a\x52\xdf\xb3\x14\xc0\x14\x1d\x3d\xbf\xd5\x08\x7e\x45\x90\x00\x5e\x2d\x6d\x07\xf1\x30\x8a\x69\xab\xa5\xf7\x99\xf4\x23\x56\xb8\x11\x0e\x8b\xae\xe1\x54\x38\x53\x0c\xa6\x05\x56\xd3\xe4\x36\x4d\xee\x7c\x3f\x25\x85\x2d\x17\x2a\x96\xc5\x02\xe9\xd5\xca\xe6\x17\x15\x2d\xe1\x7f\xd9\xd4\xb2\x7f\x38\x97\xb6\x14\x74\x66\x30\x56\xd3\x96\x82\xea\xdf\x21\xdb\x35\x19\x42\x30\x49\x6d\xfa\xfe\xbc\x08\x87\x4e\xb5\x2e\x45\xa4\xef\xe7\xb4\x5f\xa7\x19\x3b\xee\x51\x5b\x06\xfa\xf2\xc5\x5e\x36\x62\x61\xd0\xcb\x43\x36\x62\x69\xd0\xfd\x70\x96\xdf\x12\xc1\x6d\x2f\x7a\x7a\xd9\x87\x04\xb7\xfd\x1f\xd4\x2e\x96\x4a\x9b\xe2\x3d\x31\x0d\x5f\xde\x0b\x61\x2d\x9b\x9d\x2d\xa5\x36\x45\xb1\xdc\x6b\x29\xb5\x29\xba\x2e\x46\xd3\xfe\x35\xed\xdf\xe4\x41\xef\x3e\x89\x9d\x51\xa7\xfc\x2f\xcf\xb5\x23\x0e\xeb\x47\xba\xfb\x22\xed\xe4\xfe\x19\x9b\x9a\xc6\x0e\x04\x9b\x6e\xad\x76\xd8\x2f\x87\xfd\xc2\x7f\x1d\x5e\xf1\xf0\x8a\x74\xcb\xe1\x1d\x51\x6e\xd4\xed\xf6\xc3\x1b\x3a\x98\x94\xd8\xfd\xa1\x0f\xe7\xe0\x13\x9d\x34\xe2\xf4\xf4\x4c\x7b\x75\xc6\x77\x25\x3a\x45\x9f\x8e\x00\xda\x1d\xf0\x76\x18\x37\x79\x7a\x93\x4c\x72\x75\x9f\xe1\xe9\x25\x89\x61\xfb\xe4\x92\x9a\x27\x50\xdd\x3b\x3a\xbd\x49\xa6\xaf\xfa\xa4\x77\x4e\x5f\xca\x93\x97\x72\xf2\x54\x4f\x7b\x9a\xe9\xab\x60\x00\x6e\x97\x6d\xa5\x68\xa8\x3b\xaa\x5d\xbe\x0e\x14\x0d\xe9\xb5\x34\xed\x1a\x68\xe1\xe7\x79\xd9\xae\x8b\x76\x2d\xda\x75\xd9\x15\x17\x5d\xb1\xb8\xa1\xcb\x76\x5d\xb4\x0b\x17\xa5\x5d\x36\xe2\x32\x26\xc4\x78\xb7\xdb\xb7\xf2\xe6\xd3\xc0\x77\x52\xe2\x53\xf4\x65\x5b\x6f\x2f\x79\x7b\x49\x0f\x79\x49\x0d\x22\x5e\x45\xd3\x20\x36\x0d\xa2\x1f\xf6\xed\x25\x1f\x6e\x72\xa7\xf9\x8f\xa7\x7f\xac\x64\xe0\xbf\xb4\x6b\xa0\xe9\xc0\x29\xdd\x29\x0a\xdd\xeb\xd5\x1e\x1b\xc1\xbc\x14\xc9\xb6\xd5\x1e\xaf\xf8\xb8\x8b\x02\xf7\xfd\x78\xdf\x8f\xb9\x72\xfe\xeb\xe7\x15\xd9\x85\x48\x9f\xae\x69\x10\xdb\xb7\x43\x2c\x57\xfc\x79\x43\x4c\x2e\x25\xb5\x83\xab\xfd\x3c\x3f\x93\x4b\x48\x25\x2f\xe5\x3c\x45\xeb\xdf\x7f\xf9\xbc\x7f\x3c\xef\xfd\x3d\xd4\x0d\x72\x3b\x85\x3f\xec\x0c\xb0\xba\x01\x2d\x78\xcf\xef\xb1\xf4\x18\x6f\x1d\x6f\x75\xd7\x4a\x82\x42\x5a\x6c\x75\xad\x24\x68\x6c\xc8\xbd\xba\x56\x12\x24\x15\x73\xab\x6b\x25\x41\x21\x4f\xbb\xba\x41\x2e\xe8\xba\x79\xaa\x85\x8a\x42\xd0\x77\x75\xe3\x5e\xd0\xbf\xe6\x1b\xf6\x82\x62\x3f\x89\xd5\x0d\x71\xc1\x60\xa2\x70\x75\x8d\x30\x28\xea\x7e\x56\x37\x9c\x05\x81\xbc\xdc\xea\x9a\xe5\xae\x59\x2e\x0f\x9d\x1e\x3a\x19\x43\xe9\x09\x23\x5c\xd0\xc7\x77\x45\xdb\x85\xde\x3e\x5a\x3c\xab\x33\xa7\x25\x7a\x78\x2e\xe3\xe0\xde\xbf\x61\x95\x9b\xd4\x78\x83\x32\x2b\xa0\x8a\xa9\xe8\x06\x40\xaa\x98\x8a\x0a\xef\xa8\xdb\x0a\x6a\x7c\x46\xf7\x87\xb6\x82\x22\x1e\x92\x4f\x4b\xc5\x52\xf1\x5e\x92\xc7\xa6\x89\x07\xc5\xa6\xff\xab\xb3\xed\x87\x68\xff\x3d\xa4\xf0\x81\xa3\x6c\x4a\x55\xca\x52\xd9\x54\x44\x30\xfe\xf5\xb0\x17\x5f\xb4\xfd\x3b\x99\xbd\x48\x12\x9c\x02\xcf\xd5\x75\x21\x40\x67\x5b\x97\x85\x56\xe9\x87\x0a\xf2\x04\xca\x93\x8a\x96\x94\x73\x2e\xf5\x49\x45\x30\xe5\xbe\x14\x23\x15\xef\xbf\xd1\x8c\x61\x6f\x0f\xc7\x0b\x3c\x5c\x35\x45\x45\x05\xb9\x03\x35\x45\x45\x05\x99\x88\x6e\xa0\x0d\x2a\x9a\x3f\xf4\xc5\x63\x46\x29\x88\xf6\xd5\x0f\x15\x15\xf8\x53\x8a\x85\x8a\xd2\xdf\xec\x65\x37\x52\x5a\x4c\xf5\xda\xea\xe5\x3d\x95\x93\x04\xdc\xb9\x71\x36\x28\x5d\xac\x5e\x36\xa2\x78\xbe\x7e\x36\xba\x0b\xa0\x53\x27\xb4\xba\xd1\x38\x08\xa6\x94\x57\xd7\x5d\x00\x15\xbe\x2b\x46\xde\x6a\x91\xe6\x68\x7f\x5b\xe5\x6e\x78\x0d\xda\xf7\x69\x1b\x3f\x77\xf2\xe1\x81\xcf\xa7\x7a\xa9\x78\x9d\x39\x1a\x69\xb4\x0c\x2a\x08\xc4\xba\xb1\x2b\x68\xa6\x84\x94\x1c\x15\x15\xbe\xaa\xcb\x1f\x2e\x23\x49\xbc\x34\x55\x48\x45\x05\xee\x4a\xdf\xbd\xe6\x8e\x53\x33\x3c\xe4\xc9\x76\xc4\x5b\x08\x71\xfb\x6e\xbf\x50\xec\x12\xbe\x5d\xc6\x9b\xdd\x7d\x62\x7d\x38\xc6\x9b\xa0\x35\xdf\x10\x03\x49\x50\xe1\xc7\x6d\x1c\x09\x8a\xcd\xc8\x96\x5a\xa5\x22\xf4\xe5\xfa\x61\xf3\x8f\xaf\xf9\xdc\x92\xb1\x25\xe8\x3a\x60\xca\x97\x8a\x16\xb8\x56\x5d\x1b\x0f\x82\xba\xa8\xd5\x4f\xfb\x1a\x29\xba\xdc\xbc\x4b\x0d\x3a\x68\xcb\xee\x39\xed\x8b\x93\x0d\xf0\x70\xf3\xfb\x69\xfb\x4f\xdb\xef\x21\x1b\x4b\x9e\x9a\x75\x75\x4b\x91\x53\xf1\x9e\x9f\x63\x97\xfd\x73\x99\x65\xe1\xfc\x9a\x6f\xf0\xfe\x1b\xdd\xa8\xc9\x05\xed\x1b\xe1\x6f\x9f\x12\xd5\xbc\x81\x43\xd2\xb5\xc2\x60\xe8\x38\xf7\xdb\x2f\x81\xed\xde\xd9\x15\x6a\x29\x46\x2a\x22\xfd\x1c\x35\xcc\xa0\xc2\x1b\x37\x2c\x05\x2d\xca\x1f\xfa\x48\x28\x35\x31\xd0\xee\x86\xa5\xa0\xc2\x11\x40\xf3\x0d\xea\x7b\x4a\x46\xaa\xa0\x74\x48\xba\x16\x1d\x14\xb3\x41\xab\x6b\xd1\x41\xff\x46\xcd\xc7\xae\x78\x14\x33\xe4\xe9\x6a\xe4\x41\xdf\x7d\xf9\x1f\x9b\xfa\xa0\xac\x69\x23\x8c\x67\x41\xd3\x49\xee\x5a\x74\x50\x81\x11\xee\x5a\x74\x50\x48\x76\x2f\xb5\x4e\x45\x85\x23\x9f\x06\x1d\x54\x68\x83\x7f\x5e\x11\x1b\x1f\x8e\xd2\x1a\x74\xf0\x3e\xb5\xb7\xf3\x43\x8b\x0e\x16\x42\x10\x2b\x8c\x84\x41\xb0\x0d\xef\x0a\x8d\x3c\x28\x36\x50\x58\x8a\xa4\x8a\xc6\x9e\xd5\x2b\x34\xfb\x9f\x6e\x2a\x6f\x40\x18\x2f\x83\x32\x59\x11\xda\x78\x50\x31\x3c\xfd\xe3\x21\x44\x46\xb9\x49\xc5\x55\x45\x85\x4d\xd5\x08\x47\x63\x9c\xc1\xc8\xa8\xa4\x2a\x1a\xb3\xda\x2b\x0c\x7a\x41\xb1\x0c\x70\x29\x88\x2a\x9a\x69\x6c\x95\x4e\x45\x51\x04\xba\x94\x35\x15\xc5\xee\x30\x4b\x59\x53\x51\x41\x18\x1c\x1a\x49\x50\x41\x4c\xad\xd0\xa9\xa8\xe0\x5b\x08\xed\x21\xa8\xe0\x2b\x52\xfb\x54\x74\x6a\x28\x57\x68\xfc\x40\xd7\x1e\x86\xc6\x0f\x14\x6a\xb4\x2b\x34\x7e\xa1\xf1\x23\xba\x55\x0e\x55\xbc\x0f\x92\x56\x0c\x2f\xc9\xa4\x30\x3b\xd9\xac\x18\x9e\x8c\xbd\xac\xd8\xba\x79\x85\xe1\x33\x68\xcb\x0e\xd3\x1c\x82\x66\xf4\x1c\x86\xc5\xa0\x82\xb8\x3b\x0c\x8b\xc3\x1d\x0f\x37\xfb\xc2\x84\x35\xe8\x06\xfb\x61\x10\x0c\xde\x7f\xf3\x98\xb7\xf9\xa2\xb3\xa9\xf4\x0a\xed\x21\x58\x6c\xbc\xb5\xc2\x8c\x2f\x28\xfd\x05\x25\x52\x45\x05\xe1\xb3\x12\xa9\xa2\xb1\xe2\x72\x29\x7e\x2a\x9a\x03\xb3\xe2\xa7\xa2\xfe\xfb\x2f\xef\xf2\xc5\x2a\xfb\xc2\x2c\x2c\x28\x5d\xea\x30\x0b\xab\xf4\x69\x6e\xf6\xbf\x69\x58\x50\x8e\x32\x4a\x9f\x8a\x0a\x42\xb4\x30\x0c\x05\xf5\x7d\x0e\x9a\x32\xf0\x9e\x8c\x1b\xd7\x96\x81\x72\x94\x0f\x4d\x19\x78\xff\x8d\xb3\x19\xae\x82\x8a\xf8\xbb\xfa\x6b\xa9\xa9\x2a\x8a\xbd\x5d\x56\x98\xcd\x05\xef\x89\x79\xd8\x46\xb8\xa0\xf4\x34\x95\x5e\x15\x2d\xfd\xd2\x34\x92\xa1\x91\x24\x8b\x10\x46\xb8\xa0\x82\x00\x3a\x4c\xdd\x82\x62\x07\xa7\xa5\x3c\xab\xa8\x20\x50\x55\x9d\x75\x7d\xea\xac\x9b\x9f\x9a\x79\x5a\x50\x68\x9b\x2e\x15\x5b\x45\x04\x51\x69\x68\x11\x41\xb0\x05\xcc\x52\x9d\x55\x14\xab\x86\x96\x6a\xaa\xa2\x82\x88\x2a\x8c\x4a\x51\x53\x7d\x2f\xc9\x23\xbb\x3c\xd9\xc5\xa7\x4c\xdc\x18\xda\x35\xd0\xd1\x90\x59\x71\xf9\xac\x5f\xac\xf2\x55\xbd\x6c\x2b\xb5\x97\x85\xad\x08\x33\xb0\xa0\x4d\xbf\x3e\x33\xb0\xa0\x82\x70\x39\xb4\x74\xa0\x7d\x2f\xb4\x49\x59\xd0\x87\x6d\x35\x04\x05\x45\xb9\xd9\x0a\x6d\x18\xe8\x94\x75\xad\xd0\x60\x81\x68\x0e\x31\x8f\x0f\x84\x10\x34\x96\x87\xec\xea\x17\x51\x8e\x3a\x46\x92\x2a\xa2\xe6\xe6\x4b\xae\x2d\x02\xf5\x75\xb5\xe9\x56\xd0\xbe\x7e\xfd\x79\x7e\x66\x55\xd9\xd4\x64\xa9\x92\x2a\x82\x1d\x4e\x57\xfc\x7c\x07\x28\x70\x0c\x82\x76\x85\x53\x45\x05\x29\x87\xf8\x79\xdf\x2f\x56\x69\x51\x7e\xf6\x34\x0b\x4f\x8d\x8d\x43\x8b\x15\x5a\xac\xdd\x43\x3e\xdc\x1f\x0f\x97\x64\x82\xb2\xa9\xa2\x90\x6a\x5e\xea\xa2\x8a\x70\x66\x4b\xc1\x53\x51\xba\x36\xaa\x9b\x8a\xc9\x5e\xef\x6b\x38\x81\x0a\x8a\xfd\x53\xd7\x30\xb6\x04\x81\xfe\xe6\x1a\xc6\x96\xc3\xd8\x92\xf8\x7f\x68\xb0\x40\xa3\x34\x60\x0d\x56\xba\x8a\x96\xac\xcc\x59\xc3\x39\xd5\xf1\xcd\xa9\xf2\xa2\x8f\x66\xfb\x9b\xe3\x1c\xcd\xa0\x7e\x51\x14\x4b\xda\x96\x72\xaa\xa2\xa8\x2f\x5c\x0a\xa0\x8a\xf0\xa3\x51\x00\x55\x54\xec\x9e\xcb\xf6\xbf\xa8\x41\xa8\x34\xb4\x62\x8a\x9d\x26\x26\x5e\xc9\x52\x51\x83\xa8\x65\x68\x8c\x86\x91\x18\x39\x81\xe1\x84\x27\xa8\xd8\x3d\x97\x7d\x11\xec\x61\x8d\x17\x39\x8c\xc4\x40\x0d\xfb\x75\x78\x2e\xd6\x40\xb0\x49\xf9\x1a\xda\x22\x10\xec\x1f\xb9\x86\xb6\x68\x7c\xa9\x5c\x86\x99\x61\x8e\x16\x04\x4b\x5f\x97\xa2\xa3\xa2\xef\xb6\x22\x7d\x6e\xf9\x89\xd2\xbe\x87\x9c\xb6\x04\x81\x34\xef\x52\x14\x54\x14\xab\x7c\x96\xa2\xa0\x22\x9a\x37\x69\xd0\xa5\x02\x28\x85\xce\x4b\x01\x50\x51\x63\xf3\x5c\x5e\x91\xa0\xcb\x38\x7e\x94\xbd\x53\x56\xd2\xd3\xd4\xb2\x77\xca\xb1\xc8\x1f\x7a\x43\x64\x72\xc7\xf7\x5f\xbe\x29\x2f\x6a\x10\x58\x2a\x09\x2a\xc2\xa8\x6a\x68\xfc\x40\x43\xfc\x6e\xa9\x08\x2a\x9a\xca\x70\x6b\x68\x10\x41\xb1\x13\xc5\x1a\x06\x5f\xa0\x06\xce\xf3\x30\xbb\x0b\x22\xed\x69\x73\xb4\xa0\x86\xcf\xc8\x8c\x2b\xa8\xe1\x8b\x62\x84\x06\xfa\xb0\xc3\x76\xdf\x56\xb4\x3d\xbe\xf7\x70\xf7\x87\x3b\x82\x4d\x18\x9f\x61\x34\x06\x02\xcd\x81\xa5\x42\xa8\x88\xf4\x79\x68\x68\x40\x0d\xc2\xdb\xe1\x1c\x21\x28\x6a\xd1\x97\x92\x9e\xe2\xbd\x6f\xce\x6f\xa0\x05\x6a\xf8\x3e\x19\x54\x81\xf7\xdf\xf8\xa9\xd3\x73\xa0\x7d\xed\x37\x4d\x0a\x56\xf9\x74\x8d\xa0\x40\x4f\xdf\x6a\x23\x28\x50\xac\x10\x59\xc3\x08\x0a\xd4\x68\xfb\xdf\x46\x79\x9c\xde\xf1\xe9\x2b\x62\x83\x6c\xe4\xe9\x1d\x73\xc8\x8c\xe9\xf8\xcc\x15\x4e\xc1\xd0\x5c\x81\x42\x90\x6f\x0d\xb3\xa8\xe0\xfd\x37\x3e\x34\x67\x0c\x41\x67\x89\xd7\x1a\x86\x66\xa0\xa8\xed\x5d\xc3\x34\x2a\x88\xdd\x77\x50\xab\x06\x6a\xf8\x78\x2e\x6f\xef\xe2\xa3\x62\xc0\x1f\x26\x5b\x41\x0d\x07\xd6\xdb\xc6\xbe\x28\xf4\xb4\xd7\x30\xf0\x03\x81\xb2\xd1\x1a\x1a\x3a\x50\x26\x9c\x86\xf1\x1b\x28\x54\xbd\x97\x3a\xa7\xa2\xd8\x44\x7b\x29\x73\x2a\x96\x3e\xc5\x78\x3c\xf4\x38\x22\x73\xc5\xc7\x8f\xea\x71\x51\x3b\x5f\x90\xe6\x6a\xfc\xfe\x9f\xb1\x77\x47\xba\x65\xd7\xcd\x6c\xfd\xdb\x8a\xdd\x83\x3b\x49\x26\x01\xc2\x29\xa7\xec\xaa\x3e\xe4\x33\x42\x86\xa4\x13\xa7\xa4\xfe\x57\xe4\x18\x29\xa3\xe4\xac\x6d\xac\x18\x2b\x18\xf3\xcf\x64\xbe\x08\x02\x04\xf1\x7d\x37\x91\x5e\x68\x89\x40\x6c\x3e\x56\xc3\x9c\x20\x90\x05\x59\x9b\x36\x06\xbc\x7f\xe9\xd1\x7c\x4a\x0f\x4f\x89\x28\xc1\x34\xe5\x07\x74\x63\xc5\x53\xe7\x66\xea\xdc\x10\x6f\x52\x3b\x54\xb4\xc9\xe6\xb8\xa5\xee\xa7\x18\xa8\x1a\x2f\x75\x3f\xc5\xa0\xe0\xe6\x9a\x26\xd6\x80\x40\x8b\x70\x29\x05\x2a\x62\xc3\x7d\x9e\xfa\x40\x48\x81\x06\x95\xb5\x97\x52\xa0\xa2\xb9\x12\xab\xc8\xa7\x88\x8d\x39\xcb\x34\x9e\x08\x82\x6c\xc7\xa5\xc6\xa7\x48\xd4\x41\x97\x82\x9e\x62\x38\x71\x52\xaa\x53\xc4\x86\x17\x3c\x29\x67\x28\x9a\xf6\x76\xea\x03\xcd\x2f\x28\xc8\x53\x9a\x1a\x99\x69\x50\xf0\xfb\x99\x7f\x89\xf9\x70\x7e\x35\x5d\x0a\x04\x49\xe5\xee\x35\xf5\x78\x40\x50\x5f\x7a\x4d\x57\x07\x41\x6c\x5e\xa4\x4e\x10\x18\x1b\x01\xd2\xa9\xdd\x01\xb1\xf1\x5e\x28\xb9\x29\xfa\xe6\x33\xd2\xee\x80\x6e\xf4\x5b\xc9\x4d\x11\x1b\x6e\xaa\x62\x9a\xa2\xa5\xbd\x77\x1d\x10\x2c\x72\xe0\xd6\xd4\xdf\x01\xb1\x11\x6f\x98\xda\x2b\x30\x10\x1f\x5d\x53\x0f\x08\xc4\x36\x3c\x96\xfd\x7a\xb1\xe2\x67\x93\xfd\x32\xba\x88\xfb\x3c\x4d\xe3\x01\xef\x6d\xa5\x63\xda\x30\x10\xdf\x75\x1b\x25\x04\x1b\xdb\xf8\x96\x6a\x97\x62\xb8\x9a\xaa\xda\xa5\x18\xd3\x87\xab\x59\x03\x2b\x30\x45\x2a\x5b\x8a\xd8\xf0\xf3\x94\x99\x14\xc1\x5e\xa3\x35\x0d\xe6\x81\xd8\x3c\x96\x6b\x83\x20\x36\xfc\xfa\xa9\x41\x01\x43\x07\x6e\xea\x4d\x81\xa0\xe8\xfb\x9a\x2e\xea\x81\xd8\x98\xb6\x2a\x1f\x29\x62\xc3\x27\x51\x18\x52\xbc\xb7\x82\xfb\xaa\x29\x02\x61\xa6\x88\xc2\x90\x22\x36\x66\xca\x8a\x40\x8a\xd8\x70\x49\x67\xd9\x8b\xc2\x8d\xc4\xd2\x4d\x0d\x16\x18\x66\xce\x4d\x13\x5d\x40\x50\xbb\x7d\x4d\x6d\x18\x08\xca\xbe\xae\xe9\xaa\x1e\x88\x6d\xb3\xc9\xcf\x68\xa7\xf0\x33\x03\xcf\xd4\x86\x81\xd8\xf0\x19\xa6\x9e\x11\xe8\xa4\x54\xaf\xa9\x63\x04\xfa\xf4\x2b\xd2\x31\x52\x63\x92\x1d\x62\x6b\x1a\x77\x04\x63\xf9\x31\x68\x0e\xc1\x7b\x77\xb8\x89\x06\x1e\xc1\x58\x5f\xc7\xbc\x89\xc4\x1d\x1d\x11\xa7\x6b\x8b\x60\x51\xff\x7e\x4d\x83\x8c\xf3\x0b\x32\xe2\xdf\x2a\x32\x29\x62\x63\x06\x31\x5d\x35\x04\xb1\x31\xe1\x9d\x9a\x2d\xb0\xb1\xc7\x71\x4d\x8d\x0f\x88\x0d\x07\x44\x15\x48\x31\xa8\xcd\xb6\xa6\xfe\xd3\xfc\xf2\x57\xd3\x36\x3b\x7b\x32\x8a\xf9\x44\xb4\x3e\x53\xeb\xe3\xb7\x75\xf9\x05\x92\xbf\xba\xc5\xdf\xc8\xf7\x9a\xda\x18\x10\x1b\x76\x74\x9a\xcd\x02\x62\xf3\x51\x98\xa7\x02\x06\xa9\xb2\x6b\x1a\xfd\x03\x41\xc5\x95\xa5\xbe\xa3\x18\xce\x56\xa6\x2e\x17\x08\x6a\x76\x2e\x85\x1b\x45\xdb\x4c\x74\x9c\x3a\x40\xa0\x7f\x23\xb9\x81\x3d\x10\x14\x7d\x5b\x6a\x39\x8a\xd8\x7c\xe9\x75\x93\x40\x5f\x0e\xdb\x06\xf6\x40\x6c\x7c\x67\x61\x10\x0f\xc4\xc6\xb4\x36\x34\x57\x20\x48\xed\x7e\x07\x31\x9b\x2c\xb9\x31\x68\xda\x6d\xf2\xa9\x16\x4d\x87\x4d\x7c\x07\xbc\x95\xe1\xb2\x19\x78\x9f\x57\xd2\x36\x6c\x63\x60\xc2\xf4\x85\x51\x3c\x30\x0d\x3a\x87\x16\x0c\x4c\x57\x47\x42\x0b\x06\x62\xe3\xdd\x0d\xfd\x1f\x10\x1b\xaf\x43\xe8\xff\x80\xf7\x94\x1c\x4c\x4b\x04\x06\x25\xf7\x56\x18\xc6\x03\x13\x15\xae\xa5\x68\xa3\x88\xcd\xbe\x9a\xa4\x09\x62\xf3\x58\x9b\xc7\xda\x78\x07\x70\xe1\x15\x4b\x14\x8d\x2a\x9b\x2b\x0c\x8d\x81\xa6\x8f\xad\x7c\xa2\x78\x3b\xc6\x5f\x9a\x1f\x02\x42\x0f\x25\x34\x15\x60\x33\x03\x28\x1c\xf1\x41\x8b\xef\x0f\xbd\xd7\xb8\x36\xc3\x50\xae\x32\x8b\x62\x94\x37\x56\xc3\x00\x5a\xfa\x48\x5c\x76\x02\x61\x5a\x42\x68\x2a\x40\x9b\xec\x99\x5e\x2a\x2f\x8a\xd0\x89\x0f\xad\x00\xe8\xec\xc5\x5b\x2a\x2f\x8a\xf7\x2f\x39\x81\x7e\x8b\x32\x8b\xf3\xe7\x19\x74\x5c\x40\x98\x31\x18\xba\x1f\x60\xf4\xef\x57\x5e\x67\xea\xe9\x79\x52\xc3\x76\xa0\xb1\xbd\x66\x29\x83\x28\x9a\xa5\x23\x57\x68\x09\x40\x33\xb0\xa2\x04\xe1\x0a\x76\x2d\x50\x8f\x65\x85\xa1\xb6\xf8\x42\x6d\xf6\x43\x4b\x10\xdf\xb6\x05\xac\xa2\x22\x84\x22\xb6\xaf\xc9\xc7\xa2\xbe\x08\xf3\xba\x30\x70\x16\x5f\xe0\x8c\xe8\x41\x98\xce\x01\x62\xfb\x9a\x7c\xc6\xbb\x5a\x34\x5c\xc1\xee\xcd\xfd\x3c\x15\x8f\xe6\x30\x1f\x04\xbb\xb6\xaf\xc9\x2b\x60\x2d\x69\x63\x4c\x0f\x47\x66\x10\x86\x86\x54\x21\x14\xb1\x31\x02\xc5\xe1\xf7\xc4\x96\x04\x73\x36\x43\x17\x00\x84\x1e\x8e\x2a\x81\x22\x9c\xf3\x84\x81\x2d\xd0\x5d\x41\x0d\x07\xe6\x70\x60\xc6\x59\x0d\x5d\x00\xd0\xa9\xed\xb7\x14\x09\x14\x6d\xf9\x3a\x3a\x56\x87\x92\x20\x98\x9f\x70\x09\x07\x84\x91\xff\x70\xbe\x1f\x16\x5f\x61\x9a\xa2\x48\xa0\x88\x89\x1f\xa2\xe4\x9f\x08\x63\x13\x4a\xfe\x89\x70\xb9\x49\x31\xbf\xf5\x89\xf9\x31\xe4\x85\x03\x2f\x08\xea\xf4\x2c\x65\xfa\x44\x20\x48\xb0\xc2\xac\x09\x30\xa6\x2f\x94\xbe\x83\xc2\x7d\xce\xc5\xc2\xe8\x17\x88\x89\x9b\xa6\x4a\x9f\xe8\xe5\x28\xe2\xe8\x0c\x62\x36\x7f\xe5\xcb\xf9\x6d\x20\xf0\x55\x74\x78\x06\x31\xb1\xa7\xa1\x87\x11\x9f\x87\x41\x34\x47\x31\x3f\xd1\x0c\xdf\xa5\x1e\x06\x08\x0a\xcf\xaf\x74\x14\x07\x23\x18\xd8\xd3\xf8\x17\x08\x97\xc6\xd2\x81\x1d\xc4\xfc\x79\xac\x65\xd3\xa2\x69\xd1\x54\x36\xd9\xff\x41\xd3\x6e\xd3\x4e\x53\xd0\x74\xd8\xe4\x82\x39\xaf\x58\x1a\x00\x03\xe1\x5d\x4c\x7d\x1a\x10\x13\xff\x31\x35\x09\x20\x26\x0f\x29\xb5\x08\xe0\x3d\xd8\x9f\xb7\x4a\xad\x34\xad\x02\x74\x6a\xf1\xac\x6c\x76\xbc\x39\xf0\xf3\x8a\xa7\x26\x03\xc4\xec\x36\x9d\x36\x91\xa9\xf5\xfd\xe5\x6d\x93\xb3\x0a\xbe\x04\xe5\x04\x45\x4c\x1c\xd8\x74\x7d\x08\xbc\x3f\x9b\xb4\x79\x52\x72\x2d\x26\x0e\xb8\x12\x83\x22\x26\x1e\xac\x6a\x82\x22\x26\xeb\x81\xe9\xc6\x01\x10\x93\x51\x21\x75\x71\xc0\x7b\x7c\xba\xa6\x01\x02\x31\x71\x2f\x52\x57\x05\x74\x73\xc1\x52\xbf\x04\x6c\x06\x7c\xd2\xcc\x46\x10\x14\x0e\x5f\xa9\x99\x02\x61\xf8\x22\x75\x55\x40\x4c\xbc\xc9\xd4\xfe\x80\x6e\x72\x5b\xea\xaa\x80\x98\xb8\xfc\xa9\x5f\x02\x62\xe2\x73\x2a\x43\x28\x62\x32\xc7\x49\x37\x0e\x80\x98\xf8\xf7\x4a\x0e\x8a\x98\xc3\x5f\xf9\x5e\x12\x5a\x73\xfa\xaf\xbe\xa0\x88\x89\x45\x55\x5f\x50\xc4\x64\x84\x49\x83\x66\x20\x26\xfe\x6b\x6a\x68\xf2\xdb\x37\x40\xac\x33\x4d\x76\x04\x31\x99\x42\xa5\x21\x32\x30\xcc\xf6\x4e\xf3\x1f\x41\xa0\xb8\xbf\x54\x17\x14\x83\x9d\x51\x2b\x0d\x87\x81\x70\x13\x40\xea\x97\x80\xf7\x94\xfe\xcc\x4f\x81\x7a\x67\xae\x55\xa7\x8e\x03\x78\x7f\x46\x37\x8c\x6b\x81\x60\xcf\xf2\x4a\x57\x4b\x40\xa0\x51\xba\x52\x33\x00\xc2\x7c\x0f\x65\x03\x57\x3a\x8f\xa7\xde\xc4\x4a\x4d\x03\x08\xea\x74\x2e\x45\x02\x45\x50\xcc\x7a\xa5\x4b\x23\xe0\xfd\x4b\x6e\x9a\x33\x74\x30\xca\x77\xd1\x20\x16\x88\x39\xfd\x95\xd7\xc4\x0a\x8a\x49\xb0\x69\x48\x0a\xc4\xf7\xae\x68\x67\x40\xb8\x4c\x94\xda\x19\x10\x13\xc7\x4a\x2d\x41\x11\x13\xab\x9e\x1a\x15\x10\x54\x55\x5c\xe9\x34\x1e\x84\xa9\x1a\x69\xaa\x00\x08\x23\x94\x69\x10\x09\xbc\x57\x44\xc7\x5c\xf5\x00\x61\xf2\x54\xba\x9c\x91\xee\x1c\xa3\x96\xc4\x4a\x4d\x01\x48\xb3\xc0\x15\x00\x14\xef\xcf\x6c\xf3\xce\x3a\xf0\x33\x55\x4f\x17\x34\x40\x4c\xfc\xd3\x7c\xbc\xb3\xcf\xb4\x2c\x24\xd7\xe9\x8a\x46\x3e\x5e\x27\x0f\x40\xfb\x90\xcf\xa7\x0c\x49\x93\x5d\xa3\xc0\x56\xf8\x61\x3a\xee\x83\x98\xbc\x7a\xcb\x25\x78\xf0\xf6\x2c\x68\x1b\xb6\x0d\xdb\x92\xb6\x69\x1b\x23\xd7\xb0\x29\x6c\xfa\x6e\x91\x87\x4b\xdb\x58\xc3\x62\xb4\x5e\x0e\xea\xeb\xf7\xdd\xa2\xa2\xed\xb2\x8d\xa7\x3e\x3d\xda\x6d\x13\x7d\xc3\xe1\x5a\xae\x6a\x80\x30\xac\xbe\x1c\xfa\x97\x43\x3f\x63\x92\x42\x84\xa2\x4d\xaa\x4a\x2c\x95\x08\x45\xa0\xf7\xba\x96\xde\x00\x88\x49\x18\x77\x39\x68\x83\xf7\x2f\x39\xa7\xd1\x2b\x90\x28\xd8\x2e\x05\x0b\x45\x20\x7d\xb2\x54\x24\x14\x81\xba\xd1\x5a\x06\xb4\x40\x6c\xe5\xaf\xbc\x19\x14\xe6\xd4\xa1\x5e\x2e\x87\x80\xa0\xe4\xd4\x5a\xae\xcd\x83\x30\x77\x73\xb9\x10\x0f\xc2\x0c\x9d\xe5\xc8\xbe\x1c\xd9\x19\xce\x96\x91\x2a\xd0\x96\x4f\x73\xb3\x5f\x1b\xfd\xc2\xcb\x5a\x9b\xb7\x67\xe3\xd3\xc1\x89\x5b\x2e\x9a\x80\xee\x0a\xeb\x72\x60\x07\xdd\x3c\xed\xa5\x4b\x02\xa6\x51\xda\xa5\xb3\x01\x02\x81\xc2\xb5\x1c\xeb\x41\x77\xdd\x6c\xb9\x6f\x0c\xbc\xb7\xd5\xbf\xf4\x56\x4c\x6a\x37\x30\xf4\x2e\x07\xfb\xe5\x60\x9f\x7f\x2e\x99\xbd\x96\xee\x09\x68\x26\x3a\xab\x7b\xb8\x3e\xdd\xc3\xef\xf4\xbe\x48\xd4\x54\x40\x71\x70\x2d\x8d\x08\x78\x7b\xc4\x4d\x70\xcd\x06\x74\x07\xeb\xe5\x9a\x0d\x08\xa4\xc7\xd6\xd2\xb0\x80\xc6\x9e\xdb\xa5\xae\xa2\x78\x0f\xc6\x4d\xd6\xb2\xac\x4f\x8e\xca\x83\xd9\xd9\xf0\x81\xf1\x97\x66\xd1\x83\x6e\xd8\x4d\x11\x45\x11\x14\xcd\x5f\xcb\xb5\x17\x10\x13\x77\x65\x19\x03\x03\xbd\xec\x85\xee\x0a\x08\xa4\x9b\xd6\x32\x2c\x06\x62\xe2\x35\x2d\x6d\x0d\x68\xc9\x88\xa8\xd4\xa2\x88\xb9\x6c\xb2\x13\x9a\x1f\xa6\x83\x4b\xf3\x03\x9a\xeb\x4b\x4b\xcf\x07\xf4\xe5\xdd\xd1\x20\x81\x70\xa3\xdf\x32\xa1\x00\xc4\xb4\xab\x66\x07\x80\xbe\x1c\x3a\x0c\x81\x81\xa0\xbe\xe7\x5a\xfa\x3d\x4b\xbf\x87\x12\x26\x6b\x69\xdd\x40\x50\xce\x6c\x29\xac\x28\x02\xb5\xab\xb5\x34\x6e\x4b\xe3\x56\x36\xf9\x8c\x08\x8b\x51\x42\x6a\x29\xa2\x28\xde\xe3\x73\xab\xb5\x81\x60\x18\x1e\x5a\xc6\xad\x40\x50\x2b\x6f\x2d\x5d\x21\x10\xd3\x77\xcc\xec\x00\x10\xd3\x8f\xdd\x95\x1d\xd0\x28\x40\xb6\x54\x64\x14\x81\x10\xc4\x5a\x46\xb7\x40\x6b\x0e\x7c\x5a\xc0\x65\xd6\x1b\xe5\x6e\xd6\x72\xa1\x06\x04\x95\x48\x96\x92\x8c\xa2\x37\xdf\x57\x17\x65\xc0\xe6\x36\x93\xe5\xc6\xae\xa5\xa1\x64\xd6\xa0\x70\xa3\xe8\x2e\x3d\x2b\xdc\x28\x5e\x5f\xd7\x36\xef\xcf\xf9\xdd\x1f\x6e\x86\x41\x30\x30\x28\xb5\xbd\x96\xa6\x12\xb4\x49\x61\x96\xa5\xd8\xa2\x08\xd3\xb8\x96\x81\x31\x30\x96\x43\x9f\xc9\x06\x8b\x35\x18\xd3\x6e\x96\x3e\x19\x78\x0f\x66\x9b\x23\x11\xf2\x16\x31\x3c\xa7\x77\x88\x00\x99\x81\xfb\xa5\x9f\x06\xba\x93\xda\x65\x12\x1d\x18\xd4\xc7\x5e\x8a\x34\x8a\xf8\x3e\x38\x97\x6a\xd6\xa3\xbd\x73\xa4\xd3\xec\x82\x30\x10\xbd\x4c\x86\x03\x5d\xff\x54\x91\x46\x11\x06\xe0\x97\xc6\x19\xac\xf0\x95\xd5\x77\x03\xa3\xbc\x22\x6d\x33\x08\x13\x10\x96\x2b\x41\x20\x5c\x06\x54\xc8\x51\xf4\xf0\xcd\xd0\x5c\x83\xae\x05\x2f\x7d\x32\x10\x2e\x6e\x97\x09\x08\x20\x02\xf3\x57\x5a\xe6\xfa\x2c\x33\x53\x64\x25\x20\xc5\xd0\x18\x95\x1e\x18\x88\x60\x9c\x2e\x97\x90\x40\x18\x90\x2d\xf3\xd6\x41\x33\xb4\xa3\x2a\xa4\x18\x81\x4d\x29\xbd\x2d\x10\xa8\x55\xaf\xd2\x9b\xaa\xe6\x1b\xc5\xdc\xbd\x34\xb9\x60\x99\x02\x54\xd4\x9d\x14\x11\xdf\xaf\x6e\x9b\x6e\x0e\x46\x93\x9e\x13\x88\xe0\xeb\x2d\xcd\x2b\x78\x8f\xcf\xfd\x31\x29\x01\x8d\xc9\x08\x5e\x6c\x05\x25\xc5\xfb\xb3\xa2\xcd\x1b\x84\xcd\x0d\x5e\x82\x32\x05\x01\x44\xf0\x7d\x29\x1e\x29\x22\x78\x96\x8a\x42\x8a\x36\x29\xe2\xb3\x94\x80\x14\x41\xe1\xf7\x55\x2e\x0f\x81\x70\x1a\x54\xda\x61\x10\x54\x00\x5b\xa5\xd1\x05\x11\x3e\x25\x8d\x2e\x48\xbf\x2e\x85\x1c\x45\x1b\x5f\x93\xbd\xc0\xc4\x51\x68\x62\x29\xae\x28\x5a\x32\x1d\x56\x5c\x51\x04\x9a\x93\xab\xb4\x5d\x20\xc2\x5b\xa1\x9f\x04\xe2\x7b\xc9\x74\x8a\x40\xc4\xf8\x1b\x89\xd9\x6a\x2f\x8a\x70\x8b\x42\x19\xb0\x03\x61\xea\x52\x69\xec\x40\x77\x7d\xb5\xf4\xa2\x40\xc4\xb0\xc9\xc7\xca\x82\x4f\xe0\x3d\x96\xe1\x3a\xf0\xde\x75\xae\x4e\x6b\x07\x22\x70\xf9\x14\x72\x14\x3d\x98\x10\x29\xe4\x28\x9a\xfa\x99\x4b\x25\x47\x31\xca\x6f\xc8\x0d\x62\x20\x1c\x74\xca\x6c\x3c\x30\x9c\x70\x95\xcb\x47\xe5\x9e\x68\x9f\x97\x76\x12\x44\x60\xdb\xd4\x7b\x14\x81\x12\xd9\x52\xef\x51\x34\x64\x2e\x97\x42\x8e\xa2\x39\x02\x94\xf1\x41\x10\x81\xdf\xa6\x90\xa3\xe8\x6e\x80\x2e\x4d\x27\x18\x66\x01\x2b\xed\x28\x02\x95\xeb\x55\xa6\xda\x81\xe6\x4a\x57\x99\xdb\x00\x22\xf0\xe4\x54\x76\x14\x11\x38\x5f\x2a\x3b\x8a\x51\x5e\x90\x31\x44\x10\x81\x0f\xa5\xd8\xa3\xe8\xdf\xcd\xd1\x79\x04\x11\x9b\x67\xf4\x1a\xf1\x1d\xdd\x28\x5a\xa6\x44\x80\x30\x82\xad\xd8\xa3\x68\xba\x93\xa5\xeb\x08\x22\x18\xca\x15\x71\x14\x11\x78\x80\x2a\x36\x2e\xe4\x19\x23\xfc\x43\xad\x13\x68\xae\x90\x95\xc6\x09\xbc\xef\x0e\x7d\xd5\xb9\xab\xcf\xb9\xf3\xbe\x9a\x0f\x00\x22\xfc\x80\x34\x45\xa5\xdd\xc1\x5d\x55\x2c\x51\x34\x57\xdd\xcb\x85\x99\xb2\xec\x88\xc9\x32\xaa\x25\xae\x4f\x2d\xd1\x5b\x66\x5e\x36\x88\xf0\x89\x98\xd2\x56\x9f\x2d\xf2\x1d\xd6\xca\x94\x56\xc6\x2b\xd0\xa4\x80\x08\xdc\x20\xb5\x11\x45\x43\xc6\x71\xed\x3a\x72\xa0\x8d\xfc\x7e\xd6\x6d\xeb\xec\x49\x99\x34\x0d\x9b\x78\xc9\x30\x33\xbb\x96\x01\xbc\xdd\xf0\x2f\x97\x6d\xcc\xff\x86\x3f\xdb\x6d\xe2\x99\x2f\xcf\x79\xda\xc4\x33\x67\x34\x57\x2d\x51\x0c\xea\xb2\xac\x5d\x37\x6e\x37\x39\xad\x79\x30\x8d\x0a\x88\x60\xe6\xb5\x6b\x54\xc0\x72\x84\xdf\x35\x2a\xa0\x51\xfb\x70\xed\x7a\x76\xe0\x3d\x18\xdd\xd0\xb5\x03\xe1\x77\xaf\xf4\xa2\xe8\x66\x7c\x29\xbd\x28\x9a\xf6\x7b\x77\xcf\x14\x88\xc0\xe7\xdc\xb5\x46\xbb\xd6\x08\xdf\x48\x99\x45\xd1\xf5\xec\x76\xfd\x3f\xf0\xf6\x82\x9e\xe9\x00\x82\xb6\xbc\x24\x8d\xd6\xae\xd1\x62\xc0\xdb\x35\x50\x60\x04\x1e\x9a\x02\x8d\xa2\x07\xb3\x5c\xc5\x18\x45\x73\x77\xf6\xee\x66\x28\x30\xd6\xe6\xaf\x36\x9b\x2c\x13\xcc\xb1\x34\x6c\xbb\x86\xed\x6b\xf2\x56\x0c\x5d\x72\xba\xef\xae\x68\xd0\xf5\x09\x55\x6c\x14\x9d\xda\x7a\x4b\xc5\x46\xd1\x5d\x28\xd8\x35\x75\xbb\xa6\x0e\xbf\x5a\xf9\x44\x11\x6e\x4a\xdf\xcd\x84\x00\xe1\xd6\x11\x75\x11\x45\x9b\x14\x64\x5b\xaa\x20\x8a\x6e\x7c\x74\x37\xd1\x1b\xf4\x35\xfd\x95\xb7\x1a\x9f\x93\xfa\x87\x6b\x77\x7d\x0b\x74\x03\xfe\xbb\xf1\x45\x30\x8c\xee\xef\x7a\x8b\x20\x50\xdc\x5a\xbb\x76\x13\x74\x0b\x2d\x28\xa8\x28\x9a\x1b\x71\x77\xdd\x40\x10\xce\x6e\x14\x4c\x14\x6d\xf9\xd2\x69\x37\x41\xb7\x8e\x83\x1a\x8a\xa2\xbb\x8d\x51\x0d\x45\xb1\xb9\xf6\xb4\xbb\xba\x05\xc2\xb0\xba\xb2\x8a\x22\xcc\x32\xda\x8d\x42\x82\x9e\x58\x6a\x85\x16\x45\x7b\xed\xc3\x1f\xcd\xf2\x6e\xdc\x12\x6c\x66\x2d\xec\xda\xe0\x5d\x21\x24\x46\xc3\xdd\xe4\x77\xd0\x5d\x06\x51\x86\x51\xac\x20\x40\xbc\x9b\xd6\x0e\xc2\xdc\x54\x35\x17\xc5\xfb\x50\xe9\xb7\xbe\x24\x88\x20\x44\xa0\xc2\xa2\x88\x60\x85\x75\x37\xfb\x1d\xc4\xf7\x15\x68\x5c\x41\x2b\x3b\x66\xa6\x3b\x18\xe8\x91\xaf\xdd\xea\x22\xa0\x5b\x0c\x62\xd7\x09\x05\xc3\x8c\x9a\xdd\xd5\x37\x10\x2e\x6d\xaa\xd6\x28\xfa\x37\x54\xb9\xf8\x06\x3a\x92\x50\x4b\x1d\x46\x31\x96\xcf\x46\x4b\x0a\x22\xec\x84\x3e\x28\x68\x68\xb0\x2c\xa5\x19\x45\xff\xc6\x33\xed\xed\xae\xbd\xc5\x5f\x56\xac\x51\x44\xf8\x36\xe8\xa9\x82\x86\x04\xcb\xda\xdd\x12\xb6\x6b\x95\xfd\xf8\xb5\xca\x60\x39\xc5\xdc\xcd\xe9\x00\x81\xf8\xe8\x52\xe4\x51\xb4\xb1\xbe\xbf\xf4\x86\xed\x6e\x57\xe5\x22\x4d\xd7\x00\xc3\x49\x85\x2a\x8f\xa2\xa3\x34\xba\x76\x2d\x35\x68\xe6\xdc\xef\xa6\x61\x80\x61\xce\xc5\x6e\x92\xa1\x8a\x8e\x4e\x28\x77\x77\x71\x81\xe5\x44\x57\x8d\x47\x31\xac\xfd\xb1\xeb\xbb\x82\x08\x02\x1f\x6a\x3c\x8a\x40\x67\x7a\x29\xde\x28\xba\x19\xb9\xca\x32\x8a\xfe\x8d\xd9\xa6\xc4\x83\x66\xdc\x57\xa5\x46\x11\x81\xeb\xad\x52\xa3\xe8\x06\x2b\x94\x65\x14\xa3\xec\x84\x53\x03\xb0\x99\x42\xb7\x3b\x33\xd8\x9d\x19\x30\x7b\xdb\x75\x5c\x41\xb8\x5a\xa2\x2c\xa3\x18\x3f\x6f\xa1\xeb\x8b\x20\xdc\x2a\xac\x2c\xa3\x58\xba\x14\xca\x32\x8a\xf8\x9e\x90\xae\x2c\x88\x24\x9a\x8e\x44\xe3\x87\x08\x4d\xb9\x0b\x93\x20\x3e\xbb\xe1\xbc\x03\x0c\xdd\x62\x65\x19\x45\x84\x03\xbb\x41\x6b\x10\xa1\x25\x37\x40\x0d\xc6\x9a\x1e\xcb\xde\xdf\x0e\x96\xfc\xca\x09\x0b\x08\xe4\x53\xd7\xae\xa3\x0c\x22\x88\xf7\xec\x4e\x61\xc0\x3b\x2c\xf8\x33\x3b\x66\x12\x3e\xde\xd5\x6e\x0e\x0a\x88\xb0\xaf\xce\x74\x40\x37\x0b\x54\xa9\x46\xd1\x5c\x0b\xdd\x75\x8b\x41\xa7\x60\xfe\x3a\x9c\x0f\x81\x11\x58\x84\xc3\xf9\xd0\x61\x45\xe2\xf4\x57\xdd\x26\xcb\xe5\xfc\x68\xda\x6c\x32\xd1\x26\x69\x4a\x9b\x92\x9b\xef\xaf\x4e\x9b\x18\xfb\xbe\xc3\xdf\x36\xdd\x64\x6c\xbd\xd7\x78\x38\xa7\x01\x91\xd8\x20\x65\x19\x45\xa0\x2f\xb6\x0e\x27\x2b\x20\xf2\x67\x93\x67\x6c\x9e\x71\xd2\x54\x36\x59\x5f\x68\xd1\xb4\xdb\xb4\xf3\xab\x46\xd3\x61\xd3\x41\x0c\xd3\x33\x5e\x36\xb1\x55\xff\x3b\xd6\x63\xd3\x37\x4c\x73\x4a\xb3\xfe\x41\x98\x7e\x79\x18\xe6\x06\xe3\xbb\xad\x66\x64\x82\x48\x6e\xbe\x72\x8e\x22\x92\x98\xc1\xe1\x76\x36\x10\x49\x00\x42\x85\x47\x31\x0c\xcb\xaa\xe6\x28\x22\x99\x7e\x1d\xce\x4c\xc0\xdb\x31\xfa\x6f\xe8\x1b\x34\x0a\xcf\xae\x43\x9f\x1b\x44\x12\x93\x38\x9c\x87\x80\x48\xa2\x0d\x87\x2e\xf7\xb1\x7d\x6f\x1d\xe7\x74\x51\x13\x84\x9b\xfc\x95\x5d\x14\x81\xda\xf3\x52\x63\x51\x84\x95\x76\x94\x58\x14\xe1\x12\x8e\x4a\x89\x62\xe9\xac\x2b\x94\x28\xde\x53\xfe\x8d\x9d\x52\x0a\x29\x8a\x30\xb1\xf3\x30\x3f\x13\x74\x67\x20\x87\xa9\x39\x20\x10\x33\x5e\x87\xb3\x19\x10\xd9\xfc\x95\x97\x42\x66\x8e\x75\xaf\x0e\xa3\x00\x20\xa8\x7f\xbe\x0e\xe7\x29\xa0\xa1\x8d\xb2\x0e\x27\x25\x20\x50\xd5\x5b\x8a\x2d\x8a\xa0\xf2\xe0\x3a\x74\xe0\x41\xa4\x17\xec\x0c\xe4\xf8\x66\x20\xf4\xcb\x29\x06\x88\xef\x9b\x72\x8a\x71\xb8\xaf\x1b\x9b\xa0\xd4\xa2\x08\x0b\xbc\x1c\xba\xf9\xa0\x39\xb4\x1f\xc6\xb4\x41\x58\xc2\xe0\x70\x8a\x71\xb8\x73\xce\x3f\xd4\xa5\x07\xe1\x16\xfd\x43\xf7\x1d\x74\x77\xc4\x1c\x7a\xe1\xe0\x4b\xe9\x3b\x9c\x3b\x80\x30\x31\xf2\x70\x47\x1c\x08\x67\x59\x87\x69\x9d\xc7\xb7\xc3\x80\x7e\x19\xd3\x3e\x70\xcc\xd3\xcb\xd6\x31\x07\x91\xcc\x56\xd4\x50\x5c\x08\x26\x46\x62\x56\x15\x4c\x14\xef\x0b\xc2\x29\x9d\x3c\x1c\xf5\xcd\x84\xdf\x73\x2a\xb0\x26\xba\x41\xc3\xd3\x29\x3a\x88\x64\x2e\xa9\x74\x9a\x88\x64\xee\x73\xfa\x1d\x9c\x7e\x07\x4c\x42\x4f\xe7\xe3\x60\x50\xde\x72\x9d\x96\x26\x00\x6d\x9a\xee\x74\x3a\x47\x07\x61\x69\x99\xd3\xd4\x64\x30\x9c\xba\x29\xba\x26\x02\x39\xbb\x75\xfa\xb5\x9c\x7e\x2d\x4c\xe4\x55\x58\x13\x91\x4c\x03\x95\x4b\x13\xef\x29\x6d\x9b\xb6\x4d\x7e\xd6\x69\xf2\x94\x2f\x86\xa5\x9e\x4e\xd7\x65\x40\x37\xb7\xe6\x74\x42\x0e\x22\x19\xbf\x4e\x43\x54\xa0\xbb\x13\xfd\xf4\xad\x06\x9b\x0b\xb6\xea\xa0\x89\xa0\x54\xf7\x52\xdf\x4c\xbc\x1d\xa3\x17\x2e\xd2\x83\xb0\x9c\xcd\xe9\x04\xf8\xb4\x48\xd1\xcf\x26\x4f\x99\x3c\x11\x3e\xb7\xd3\x39\x31\x88\xe4\x1d\x56\xdf\x4c\x04\x6a\x09\xeb\x74\xb2\x0b\xc2\x1d\x7b\xea\x9b\x89\x70\x8b\xfc\xe9\x0b\x0b\xc2\xa5\x9a\xd3\x17\x16\x0c\x2d\x91\x92\x67\xeb\xf4\x85\xf5\xb6\x9a\x61\x0c\x22\x99\x41\xaa\x5c\x26\x22\x09\x22\x9c\x56\x23\x00\x6d\x63\xfc\x38\x7d\x13\xc1\xf0\x13\x39\x9d\xc6\x82\x61\x52\x80\x62\x66\xa2\x1b\xf0\x54\xcc\x4c\x74\xa7\x3a\x8a\x99\x89\xf7\xb6\xd2\x0b\x27\xad\x60\x98\xec\xa2\x74\x99\x68\xe3\x3b\xa5\xb7\x62\x37\x89\x95\xdb\xea\x3c\x16\x84\x1b\x14\x14\x38\x13\xcd\xd5\xfe\xd3\x99\xed\xe9\xcc\x76\xd9\xe4\x45\xb2\x2f\x27\xa7\xdd\xf7\x22\x59\xcf\x41\x4a\x67\x9d\x86\xa5\x40\xb7\xe6\xcd\xe9\xfc\x17\x8c\xc5\xf0\xa7\x0c\xda\x52\xf3\x0c\x41\xb8\x75\xba\xc4\x03\x9a\xcb\x09\xa7\x39\x71\x20\xcc\x61\x3d\x5d\xe2\x01\xc3\xfd\xcb\xa7\x5b\x7c\x40\x5f\xe9\x19\xbd\xa0\x83\xa5\x27\xa6\xb1\xea\xa7\x89\x41\xc1\xfe\xa5\x7c\x9a\x88\x9c\xfe\xa1\xbd\x57\xb4\xc3\xef\xc3\x84\x09\xd0\xdc\x07\x79\xba\x5a\x04\x22\x71\xd4\x55\x4f\x13\x9b\xc5\x15\x4e\x57\x8b\xc0\xb0\xe6\xca\xe9\x24\x1c\x6c\xdf\x4b\xe1\x24\x1c\x74\xcb\xf4\xa9\xb1\x26\xc2\xc8\x83\x12\x6b\xa2\x5b\xda\xf4\x74\x12\x0e\x22\x7d\x42\xa6\xef\x7d\xaa\x6b\xbe\x4d\xee\xe0\x01\xc3\x9a\x4d\xa7\xbb\x57\xc1\x30\xff\x49\x39\x35\xf1\xbe\x60\x9c\xd2\x89\x39\x08\xf7\xfe\x9c\x4e\xcc\x41\x6f\xeb\x6f\xf8\xc8\x6a\xb2\x89\xee\x0e\x16\xf5\xd7\x44\x37\x97\x4f\xb1\x35\x31\xdc\x9f\x7f\x3a\x49\x07\x6f\x8f\x6c\xf3\x1e\xbf\x68\x8b\xd9\xf0\x69\xc4\x10\x44\x12\xbf\x38\x9d\xb8\x83\x30\x59\xec\x74\xe2\x0e\x86\x09\x2e\xa7\xa9\xdc\xa7\x75\x98\x96\x87\xf7\x86\x32\x4b\xd7\x9c\x9c\xae\x67\x81\x65\x90\x5f\x95\x36\xb1\x5c\x1d\x50\x92\x4d\xbc\x7d\xf5\x67\x1e\x9f\x5c\x41\xeb\x04\x9e\x2e\x4b\x81\xfe\xfb\x0e\xe6\x29\xd9\x04\x9b\xcc\x4e\x94\x69\x13\xef\xc1\xde\x13\xa8\xc0\xb6\x90\x5b\x0b\xa4\x18\x97\xda\x6a\x22\x92\x37\xe9\x32\xaa\x08\xfa\x62\x10\x52\x6d\x4d\x44\x12\x09\x50\x6d\x4d\x34\xb3\x1f\x54\x5b\x13\x91\xe9\x19\x1f\x9b\xb0\x86\xcc\xef\x15\x60\x13\x91\x78\xdc\x97\x41\xc5\xcb\xa0\x62\xb7\x69\xd8\xc4\x03\xe1\x7d\x53\x92\x4d\x44\xe2\xe3\x5f\x4e\xd3\x2f\xa7\xe9\xb8\xea\xca\xa8\x89\xf7\xba\x39\x98\x0b\x2a\xa0\x1b\x1d\x50\x50\x4a\x74\x4b\x91\x5c\xa6\x3d\x83\x48\x3c\xdb\xcb\x58\x11\x78\x0f\xe6\xcf\x3c\x01\xd5\xe4\xdd\xea\x72\x69\xc1\x2e\x53\xa1\x1b\xc3\xd0\x65\xb4\x08\x44\xf2\x62\x5c\x4e\xcc\x40\x5f\x8c\x4c\xca\x53\x89\x48\x7c\x5b\xb5\xa8\x44\x24\x8e\xec\xe5\xc4\x0c\x0c\x83\xef\x6a\x51\x89\xa5\x4b\x7f\x39\x57\x03\xcd\x05\xd2\xcb\x45\x14\x10\xc9\x98\x73\x19\xe7\xb9\xac\x99\xd7\x18\xd3\x2e\x6d\x1f\x18\xbe\x51\x97\x86\x0e\x34\x2b\xb9\x5d\x5a\xb5\xcb\x0c\x6a\x74\x00\xd6\x65\x74\x06\xbc\x6d\x3c\x01\xa7\x58\x20\x92\xcf\x4b\x19\x28\xd1\xad\xf2\x72\xb9\xaa\x71\x59\xaf\x15\x6d\x80\x75\x69\x78\x40\x37\x28\x71\xb9\xee\x00\xfa\xf2\x3a\x5d\x77\x50\x5c\x29\xf1\x6f\x95\x4d\x12\x81\x5e\xe9\xba\x1c\x48\x41\x24\x53\xde\xcb\x05\xf5\xeb\xfc\x4e\xc9\x33\x31\x50\x01\xc2\xbd\x33\x8a\x24\x89\x48\x5c\xde\xcb\x01\xf1\x72\xef\x09\xaa\x05\x4b\xdd\x24\x11\xa8\x6a\x2c\xe5\x8f\x44\x24\x0e\x95\x5a\x47\x22\x92\xb8\xc1\xe5\xe8\x07\x22\xf1\x66\xd5\x3a\x12\x4d\x2b\x79\x19\x83\x00\x61\x91\x65\x85\x8d\x44\x37\x30\xa5\xb0\x91\x08\xeb\x77\xa8\x6b\x24\xde\xbe\x72\x7c\x97\xd8\x41\x2b\xef\xbf\x03\x17\x2a\x46\x61\xd4\x5e\x11\x23\xf1\xfe\x25\x37\xc3\xfc\x37\xb0\x59\xc5\xe7\x32\x98\x00\x86\xc5\x46\x2f\x97\xd8\x41\x4f\x56\xfe\x2e\x47\x29\x10\x96\xf4\xb8\xdc\x32\x09\xc2\x6d\x29\x0a\x0b\x2d\x45\x84\xcc\x60\x51\x44\x48\x0c\x4b\x9e\xdc\x8e\x22\x60\x50\xab\x7d\xdd\x8e\x22\x20\xdc\xc3\x71\xeb\x54\xa3\x04\x14\xa6\x50\xa8\x04\x24\x02\x99\xaf\xa5\x12\x90\x78\x2f\x92\xbf\x34\xdc\x0f\x62\xe1\x44\xdd\xae\x47\x83\x30\xc3\xec\x36\x90\x0f\x62\x35\x7f\x35\x6d\x9a\x34\xbd\xb7\xff\x36\xb9\x0b\x84\x65\xcd\x6f\x17\x95\xc1\x30\x2f\x55\x95\x1c\x11\x0b\x6f\x56\x91\x1c\x11\x8b\x97\xff\xd6\x33\x06\x61\x3d\x42\x65\x73\x44\x2c\x7c\x5e\x65\x73\x44\x9b\x2d\xfd\xcb\xd3\x36\xee\x3e\x1e\xec\xed\xfc\x1f\x84\xc3\xba\x22\x39\x22\x50\xcc\x5c\x2a\xe2\x88\x58\xfd\x6f\xac\x2a\xdf\x7a\xb3\xa0\x1b\x10\xbc\x0d\xd7\x83\x70\xa2\x76\x1b\x9b\x07\xb1\x98\x8d\xde\x8e\xca\x20\x90\x22\x5e\xb7\x03\xe9\xfd\x0d\xa4\xc4\xd8\x55\xaf\x11\x6f\x1b\xbf\xd3\x79\x05\xb1\x30\x18\xb7\x63\x24\xe8\x16\xf5\xb9\x1d\x23\x41\x2c\x5e\xd4\x5b\xf7\xe0\x76\x9b\x09\xa2\x1a\x4b\x45\x1b\x11\x0e\x31\xb7\xe3\x26\x08\xb4\x17\xd7\xed\xb8\x09\xc2\x99\xd3\xed\xb0\x09\x02\xbd\xa2\x75\x1b\x1f\x07\x81\xe8\xde\x52\xbe\x46\x84\xf5\x74\x6e\x57\x9a\x41\x58\xcc\x48\xf9\x1a\x31\x16\x6e\x97\x22\x34\x22\x5c\xdd\x53\x83\x46\xbc\xdd\xe7\x2f\x8d\x99\x83\x70\xfb\xc5\xad\xb3\xa1\x2e\x8d\x0b\x21\xb7\x83\x32\x08\x03\x0c\xb7\x3e\x03\x08\xd7\xaa\x6e\xe7\xf4\x20\xdc\x36\x78\x3b\xa7\x07\xdd\x64\xc5\xdb\x39\x3d\x88\xaf\xaf\x4e\xe0\x6f\x2b\x98\xa1\x4c\xb2\x6e\x67\xf0\xa0\x39\xbb\xbd\x9d\xc1\x83\xb0\x0e\xd9\x6d\x92\x16\x08\xb7\x20\xde\x8e\xf9\xb7\x6b\xcd\x48\x93\xac\xdb\x29\x3c\x68\xdf\x1a\xcd\xed\xa8\x0f\x62\x31\x57\xbe\x9d\x64\x83\x74\x2d\xef\x36\xb3\x0a\xc4\x62\x04\xbb\x35\x04\x20\x16\x1e\xe7\xed\x5c\x19\xc4\x62\xd2\x76\x3b\x57\x06\xdd\xc2\x83\xb7\xd6\x02\xc4\xc2\x10\xdf\x5a\x0b\xd0\x4c\xec\xb9\x9d\x51\xdf\x6e\x88\x61\xe8\xbe\x35\x16\x60\x85\xef\x85\x33\x6a\xf0\x5e\x25\x1d\x33\xd4\x0d\xda\xc2\x68\xdd\xae\x8c\xdf\xdf\xca\x38\xf3\xa5\x5b\x0b\x02\xc2\x05\xb8\x5b\x73\x01\x86\x75\x84\x6f\xa7\xb9\x60\x98\x78\x73\x6b\x2e\x6e\xcd\x05\x0e\xda\x6d\x98\x19\xc4\x62\xc6\x7e\x3b\x0f\xbd\x95\x06\xf6\x58\x66\x47\xdd\x96\x08\x45\xcd\x65\xdd\xa6\x2e\x83\x58\xb8\x50\xb7\x83\xfe\xed\xa0\x3f\xfd\x4b\x6f\x06\x3b\x5b\xbe\x57\xca\xa9\x29\x88\xc5\x94\xfc\x71\xc1\x1b\x34\x37\x0b\x3f\xe6\x32\x83\x58\x5f\x53\xd9\xc4\x76\x58\xc6\xe9\x47\x6b\x01\x62\x31\x1b\x7b\x8c\x03\x83\x50\xb9\xe2\x71\x82\x09\xc2\x55\xdf\xc7\x09\x26\x08\x37\x95\x3f\x4e\x30\xc1\x30\x4d\xe4\x71\x21\x1b\x84\xd9\xbb\x8f\x71\x60\xd0\x26\xfa\x34\xeb\x31\x10\x0c\x62\x85\x4d\x87\x4d\xdc\x1d\xa6\x37\x8f\x69\x55\x20\x16\xf3\xa7\x47\x9b\x05\x9a\x99\x5c\x8f\x36\xeb\xd1\x66\xf1\x0a\x3f\x46\x78\x41\x2c\x66\x1f\x8f\x9b\x4f\x1e\x4b\xbd\xf0\x0a\x3f\x5a\x31\xb0\xfd\x08\x44\x3c\xee\x74\x04\xdd\x5a\x52\x8f\x11\x5e\x10\x8b\xd9\x81\xca\x53\xeb\x53\x9e\x42\x84\x67\x29\x3d\x25\x86\x4f\xf2\x31\xe8\x0b\x62\x61\x38\x1f\xd7\xa3\x41\x2c\x26\x0c\x8f\x71\x60\x10\x2e\xce\x3d\x86\xc4\xc0\x58\x7c\xba\x8f\x56\xf2\xd1\x4a\x32\xce\x2b\x63\xb5\x3e\x19\xab\xef\x57\xde\x7d\x0a\x96\x99\x16\xf4\x18\x38\x03\x61\x1d\xfb\x47\x2b\xf9\x68\x25\x19\xa1\x14\xb6\x12\xb1\xd2\x63\x79\xa7\x37\xbc\x32\x2c\xee\x63\x90\x4c\xf9\x2b\xab\x57\x3f\x66\x40\x83\x70\xf3\xc6\x63\x00\x17\x84\x19\xb5\x0a\x56\x89\xae\x93\xae\x60\x95\x68\xce\xda\x1f\x03\x62\x8f\xf6\x8d\x4f\xe6\x71\xbb\x38\xe8\xa6\x66\x3f\x46\x1f\x41\xb8\x7c\xaa\x00\x92\xe8\xd6\xab\x7e\xdc\x2d\x02\xe2\xbd\x85\x7f\x34\xcb\xea\x23\x89\x40\x99\x76\x3d\x4e\xb9\x9f\x6f\xca\xed\xb9\x0c\xff\x80\xcd\x52\xcf\x6a\x26\x89\xcd\xa9\xff\x63\xc8\x06\xc4\xc2\x99\x51\x33\x69\x7d\x9a\x49\x0c\xe5\x6a\x26\x89\x50\x6e\xe1\x71\xc0\x7f\x5c\xb2\x64\xce\xf4\x38\xe0\x83\xee\xce\x0e\x95\x95\xc4\x18\xcc\x56\x1e\xb3\x72\x51\x56\x7a\xfb\xca\xf1\x8d\xd9\x80\x30\x41\xeb\xd1\x17\x00\xc3\x95\xba\xc7\x98\x0d\x18\x16\x13\x7b\x8c\xd9\x80\x6e\x71\x18\xd5\x96\x44\x47\x36\x6b\x3d\x7a\x0c\xa0\xa9\xc2\xf1\x18\x67\x01\xc3\x70\x9f\xfa\x4b\xa2\x9b\x3a\xfd\x68\x4e\x9e\xcf\xaf\xf0\xf6\x68\x4f\x40\xdb\x5c\xbf\x55\x81\x49\x34\xcd\xce\xa3\x11\x00\xcd\xb0\xa0\x02\x4c\x62\x98\xf5\xf8\xe8\x44\x80\x70\x9d\x49\xb1\x25\xf1\x9e\x93\xcb\x74\xc0\x07\xa1\xf5\x78\x74\x06\x9e\xcf\x19\xf0\x9e\x99\x0a\x05\xc2\xf0\x87\x02\x4c\xa2\x59\x90\x4b\x01\x26\x31\xbe\x17\x43\x97\x01\xc4\xc2\xcb\x52\x93\x49\x0c\xd7\x9f\x1f\xc3\x1f\x8f\xe1\x8f\xe6\x19\xbd\xd9\x6c\xa2\x59\x78\x6c\x2a\x32\x89\x6e\x1d\xa4\xc7\x88\x08\x88\x85\xab\xf4\xb8\x20\x09\xde\xee\xd3\x0b\x57\x24\xc1\xd0\xb1\x7b\x34\x58\x20\x5c\x7e\x54\xcb\x69\x21\xdc\x14\xeb\x3b\xbe\x1d\x43\xd1\x81\x68\x74\x29\xd2\x24\x3a\x4b\xf1\xa5\x48\x93\xe8\x38\x16\xa5\x48\x93\x78\x7b\x61\xdb\xb0\xed\x75\x82\xd0\x8a\x2a\x15\x99\x44\xac\xf2\xf8\x61\x13\xb2\xd5\xef\xdc\xa3\x54\x64\x12\x41\xa5\x9d\xfa\x11\x37\x11\x81\xec\x5a\xa9\xc8\x24\x82\xef\xa6\x7e\x38\x41\x62\x74\x7f\xd5\xec\x3e\x1a\x4d\x48\x97\x97\x1a\x4d\x22\xd6\xeb\xcf\xd6\xaf\xd9\x55\x2a\xc9\xfc\xbe\xa6\xcd\x26\x16\x54\x37\x2e\xa8\xd9\x7b\x2d\x5d\xd9\x64\xef\x89\xae\x90\x9e\x55\x8a\x36\x89\x3e\xbf\x63\x95\x4d\x58\xa2\xc9\x35\xb2\x08\x2a\x06\x45\x44\xeb\xd7\xbc\x46\x56\x3c\xc9\xd8\xaa\x5f\xf3\x1a\xf1\xd7\x50\xc8\xaa\x5f\xf3\x1a\x49\xe2\x62\xde\x5d\xbf\xee\x35\x22\x6e\x8f\x5b\x54\x0a\x40\x89\x28\xef\x7d\xf7\x11\x91\xea\x45\xaa\x60\xfd\xba\x97\xdd\x29\x23\xbb\xf9\x2b\x7b\xcf\x56\x1f\x72\x4a\xeb\xc7\x1a\xa8\x68\x93\xa5\xb1\xfa\x75\x3b\x86\x72\xeb\x5a\xdc\xe9\xe1\x29\x91\xb6\xa0\xc2\x63\xfd\x86\xa7\x1c\x2c\xa0\xbd\xdf\x4c\xfd\x86\xf7\x10\x77\x10\xd7\xb5\xd4\x92\x12\xc1\x7a\x6d\xfd\x30\xad\xa2\x75\x6f\xeb\xf0\x1e\x62\x5a\xc9\x14\x2c\xa5\xa4\xc4\xd8\x7c\xe7\x86\xfd\x1a\xbe\x14\x1c\x6b\xb3\x5f\xc8\xb4\x52\x99\xb3\x7e\x9b\xfd\x42\xbc\x3e\x7c\x81\x37\x1f\xf7\xb7\xea\x5a\xfe\xcc\xbe\x6e\xe4\xd5\x78\x45\x9b\xb7\x87\x15\xa8\xf4\x8a\x36\x3b\x86\x6d\xad\xc6\x1d\xdb\x7c\xb8\x2c\x40\x61\x5b\xeb\xb7\xf9\x4e\xe3\x81\x76\x5f\xa7\xcd\xe7\x8d\xb9\x25\x95\xa0\x7e\x9b\xdd\x27\xbb\x8c\xb2\x76\xf5\xdb\x7c\xde\xa4\x8d\x55\xe3\xe6\x4f\x1f\xdb\xe4\xc3\x6a\x1c\x6b\xda\x7d\x32\xc9\x50\x1f\xa9\xdf\xb4\xf7\x14\x11\xfd\x2e\x68\x7a\xa7\x59\xb4\x45\x83\xad\x14\xc2\x12\x81\xa8\x62\xfd\xa6\x17\xf4\x22\x37\xaf\x71\x7a\xa7\x27\x25\xb8\x1c\x17\xa6\x5d\x9d\xde\x69\x3a\x11\xbe\x87\xa4\xa0\x0d\x3f\xbf\xf0\xe6\xb3\x08\x96\xf1\xe7\xbd\x51\xf5\x0b\x2f\xce\x0c\x35\xbb\x1d\x5e\x49\xa0\xdf\xe8\xa3\x0f\x9f\x43\x90\x47\x34\xf8\xac\xc3\x2b\x61\x53\x6c\xf9\x15\x84\x57\x62\xf9\x1e\xef\x5d\x78\xd3\x5f\xf4\xf5\x35\x79\x25\x64\xa8\x0d\x5f\xc9\xf0\xa6\xb3\x64\xcc\x3a\x66\x29\xaf\x25\xa2\x3a\x67\x4c\xfb\xf5\xa2\x6f\x3e\xf9\xf4\x0e\xe3\x4f\x57\xe7\x83\x4d\xbb\xca\x9e\xa7\xf4\xbb\x4b\xbb\x9a\x48\x2e\x0e\x7f\xe5\x2b\x83\xd7\xdd\xca\x26\x6f\x7a\x52\xb0\x62\xd1\xaf\xb4\xf7\x2c\x2c\x57\xe7\xd1\xa4\x5d\x65\x17\xee\xe6\xa8\xb1\x7c\x0e\x2c\x2c\x53\x5e\xb0\x7e\xcb\xe7\x80\xb7\xce\xa6\x9e\xfa\x2d\x2f\x68\x79\x41\xf4\x7e\x79\xef\x5f\x4c\x2a\x17\x94\xba\x5b\xa2\xb1\xd3\xb5\x54\xd4\x12\xb1\xca\x5f\x79\x41\x6e\xf2\xfd\xba\xbf\xbc\xf9\x2c\x0d\x96\x03\xd5\xf2\x22\xf1\xf3\x11\x32\xaa\xdf\xb2\xfb\x08\xf5\x53\x1c\xa4\x7e\x65\x5f\x5f\x8c\xe5\x90\x5d\xde\xe9\x2f\x86\xea\x39\xcb\xe3\xbb\x63\x98\xe2\x4c\xa5\xa8\x96\x78\xdb\xb8\xa8\xdd\xeb\xdc\x35\x4d\xc5\x4d\xdb\xbd\xd0\x9d\x2f\xc8\x01\x79\xf7\xc9\xbd\x18\xe1\x5b\xbf\x7b\x55\x64\xa6\x95\x8f\x69\xf7\x0a\x76\x1d\x5e\xae\x60\xf7\x0a\x76\xaf\x80\xae\x1d\x5e\x01\x0e\x7b\xf9\x76\x1e\xde\xc7\xe3\x1b\x5f\x38\xe5\xe1\x55\xb1\xad\x8a\x0a\x3e\xf5\x3b\x3c\xe5\x81\xcc\x8c\x26\xe6\xf4\x60\x08\x5c\x36\xed\xc9\x69\x2f\x4e\xf5\x0a\x38\xd6\xe9\x4b\x7c\xaa\xa2\xc6\x29\x2f\x9f\xd3\xa5\x17\xe6\x5f\x5e\xde\x20\xdc\xe2\x1a\x1c\xff\xf2\x9d\xba\x8c\x59\x7b\xce\xcb\xa3\x5d\xa4\xbe\xd9\xb3\xdb\x6e\xb0\x4a\xb4\x34\x45\xb7\x77\x96\xc9\x14\x75\x63\x4a\x5d\x2a\x11\x64\xdd\xd7\xef\xf6\x92\x50\xe6\x60\xaf\x6e\xfd\x6e\x4f\xc9\x2e\xe2\xcd\xa6\xc7\x3f\x34\xd7\xea\x9b\x2d\x3c\xde\x9f\xc7\xbd\x57\xf4\xe2\xf1\x9a\x1e\xc6\x5f\x47\x9d\xc7\x83\x31\x67\x21\x27\xa0\x54\xa1\x12\x51\xd8\xb5\xd6\x6c\x6a\x36\x35\x9a\xa6\x4d\x6c\x7a\xa2\xaf\x4d\xdb\xdd\x74\x5c\x9d\x41\x34\x8d\x37\x08\xc4\xc3\xaa\xe1\xa5\x8a\xf7\x67\xb4\x69\x38\xc1\x62\xb7\x44\x35\xf2\xa1\xc5\x60\x17\x7a\x35\x62\xa6\x22\x48\xd5\x2c\x25\xa1\xc4\x7b\xb0\x41\x9b\xbd\x1d\xf6\xd6\xa6\xdd\xa6\xdd\x9f\xf9\xa7\x9e\x60\x5c\xb6\xbd\x77\xa8\x11\x23\x15\x6f\x5b\xd0\xe6\x25\x50\x36\xb4\x7b\x38\x4d\x14\x88\xda\xfc\xcb\xc3\x26\x14\x94\x82\x2b\xd8\xbc\x50\x76\xd3\x22\x9c\x50\x4d\xab\x05\xc6\xf8\xfe\xf0\xb6\x89\x3c\x36\x86\xec\x36\xbd\x00\x8a\x5a\x53\x70\xbd\x14\x7b\x12\x9d\x28\x50\x35\xed\x51\xd3\x1e\x6d\x1c\x5e\x7b\xd4\xb4\x47\x4c\x07\xdb\xb4\x5f\xec\x96\x9d\x9d\x01\xba\x69\x57\x5a\x7c\x37\x8d\xce\x86\xe7\x0c\x66\x1b\x7c\xfb\x4d\x63\x02\xa2\x36\x7f\x65\x37\xe2\x7b\xd1\x8a\x36\xdf\x84\xe0\x43\xdc\x6c\xf2\x96\x51\xbd\xb4\x7c\xab\xc2\x5b\x16\xd6\x01\xf0\x57\xde\x1f\xaa\x97\x52\x22\xbb\x9a\x76\xa2\x69\x27\x18\x30\x5b\xda\x0b\x96\xab\x8a\x19\x48\xd3\x74\x80\x8e\x9a\x57\x35\xed\x04\xe8\xd4\xb9\x2e\x45\xa7\x44\x77\xe2\xa5\x28\x94\x88\x9a\x5c\xa4\xe3\x31\xe8\x9b\x0f\xc9\xb1\xb7\x39\xf6\x4e\x6e\xff\xf2\x2e\x12\x50\x2d\x0f\xbf\x7c\x94\x0b\x5b\xf8\x37\xd6\x98\xab\x2d\x9f\xb4\x22\x12\xdd\x87\x58\xbe\xd2\xc5\x16\x0e\x7b\x54\x76\xb2\x98\x5f\x05\xe7\x2a\x3b\xe9\x6e\x1f\x06\x61\x45\xa1\x44\xa7\xb4\x73\xb5\xf2\xf8\xf5\x1d\x9f\x36\xc7\x6f\x10\x35\xf9\xcb\xdd\x67\xb8\x23\x66\xef\x17\xe3\x58\xdd\xac\x19\x84\xd4\x68\x35\x07\x6b\x10\x35\x79\x3a\xbb\x77\x61\xf7\x2e\xf0\x2a\xed\x76\x63\xa7\xca\x81\x6f\xd7\xee\x8d\xd9\xbf\x6e\x78\x82\xc7\x36\x86\x79\xc6\xac\xe6\x30\x0f\x92\xc5\xdc\x6a\x87\x9d\x25\xd9\x78\x22\x3f\x5a\x2a\x4a\x89\xa8\xe0\x9a\x1c\xf9\x15\x94\xaa\xe0\x36\x3a\xf2\x37\xab\xa7\x0e\x9b\xec\x3f\xab\x78\x85\x69\x6f\x87\x9d\x3d\x1c\x79\x7c\xd8\xa7\x0f\x80\x14\x89\xf2\x6e\x9f\x7e\x58\x2f\xc6\xe6\xeb\x75\xfa\x00\x48\x7e\x68\x76\xec\xf4\x94\x2f\x3a\x1a\x28\xa5\x56\x94\x08\xa4\x8f\xaa\x9d\xde\x32\x02\xba\xd4\x92\xa9\x76\xda\x0b\xa5\x93\xfd\xac\x4e\x6f\xd9\x49\xba\xe6\xb2\x13\x3e\xcc\x93\xca\x79\x8e\x01\xa7\x37\xd1\x7d\xb8\x8b\x3f\xbc\xec\x3d\x55\x2c\x9c\x64\x2b\x3b\x25\x5a\xfa\xf6\x5e\x5e\x10\xcb\x86\xe5\xd8\xa4\x79\x03\x2b\x1c\xe4\x2f\x2f\xe8\xc5\x68\x8e\xde\x97\xf7\xf0\xc5\x62\x2f\x5a\x35\x6d\x60\xd3\x06\xfa\xde\x5d\x5e\xd0\x8b\x46\xad\xa7\x6a\x9a\x45\xd0\xa7\x0f\x57\xab\xd8\xb4\x8a\xda\x90\xcb\x0b\x62\x09\xb2\x1c\x00\x34\x94\x20\xa8\x33\x56\xaa\x5a\x89\xf1\xb3\xf7\x1a\x4a\x54\xad\x56\x68\x08\x6e\xaf\x91\xd4\x89\xf4\x09\xdd\x5e\xe3\x8d\xb9\x5b\x1e\xcb\x7e\xdd\x76\x82\x97\xe2\xf1\x16\x5a\xb5\xb5\xfb\x20\xb5\x9d\xed\xe1\x86\xe1\x82\x34\x6d\x27\x78\x7f\x46\x37\x1e\xef\xc5\xe3\xd8\x8a\x41\x55\xc4\x4a\x44\xa5\x67\xf0\x32\x59\x96\x2c\x26\x47\x5d\xbf\x1d\x2c\x36\xc0\x95\xea\x54\xa2\x4d\xf4\x6c\x4b\xe1\x29\xb1\xd8\xee\x56\xaa\x4c\x89\x81\x10\x60\xa9\x32\x25\x1a\x75\xf6\x4a\x95\x29\xb1\x8c\x0b\x74\x1d\x77\x10\xc5\xdd\xe8\x7a\xe9\x20\xd0\x83\xa8\xae\x59\x07\x51\x59\x34\x79\x78\xdd\x68\x26\x12\x9d\xf4\x5f\xf1\xf6\x95\x53\x12\x30\x16\x89\x38\x43\xa9\xf9\x24\xa2\x92\xee\x13\x1d\x16\xef\x5f\x76\xda\xec\xc6\x20\xd9\x88\xbb\xa8\x4c\x53\x7d\x32\x4d\xbc\xfd\xca\x34\x89\xf7\x2f\x07\x6d\x9e\x73\xb0\x41\xc5\x9b\xa1\xa5\x07\x8b\xed\x80\xd5\xf5\x74\xc1\x62\x4f\x5f\x75\x22\xc6\x22\xfc\x94\x14\x78\x12\x2b\xec\xff\x66\x67\xb7\xaf\xb3\x74\x43\x57\x17\x8c\xd6\xfc\x4b\xef\x19\x51\xe4\xe2\xeb\x55\x06\x4a\xbc\x7f\x49\xcf\x9c\x5b\x80\x60\x9b\x41\x75\xa7\x16\x5d\xef\x77\x79\xfc\xc3\x26\xbe\x2f\xdc\xf2\xee\x0c\x01\x2c\x36\x20\x96\xfa\x51\xf5\xe9\x47\x21\x05\x5c\x7d\x7a\x01\xac\xbf\xb2\x77\xab\xfa\xf4\x99\x4f\x94\x55\x18\x0b\xfa\xb4\x67\x04\xa0\x6b\x71\x30\x5d\xd6\x6e\x1d\x58\x8c\x9b\x2a\x53\x22\x8a\xd9\x40\x77\x22\xd1\xad\x0a\xf8\xf3\x0f\xed\x98\x5e\x2c\x71\x8c\xae\x17\xdb\x95\x73\x46\x7d\xb8\x54\x9e\x12\x83\xb2\xee\xa5\xf2\x94\x08\xa4\xa1\x4a\xe5\x29\xd1\xd9\xbb\x55\x5d\x3f\xb5\xeb\xa7\x62\xbc\x14\x90\x12\x1d\xe9\xcd\x52\xfb\xa9\xd0\x7e\x5a\xec\xfb\x2b\x75\x9e\xc4\xc8\xdf\x9f\x6b\x7e\x55\xd7\xeb\x03\x2d\x3d\x95\xfe\x1c\xe8\xc3\x87\xb3\x7c\xd2\xe4\xb1\x7c\x9f\xa8\xce\x1b\x58\x54\x51\xa9\xae\x0b\x06\x3a\x49\xbb\xd5\xcb\x63\xb1\x86\x5a\xde\x02\xbd\x32\x10\x3a\xa8\xbd\xbc\x05\xa4\x13\x57\x79\x2c\x0f\xcf\x56\x24\x12\x4f\xaa\x97\xcf\x06\x85\x48\x67\x3f\x5d\xcf\x0d\x44\x31\x02\x77\xe7\x07\x20\x9c\x56\xf6\xdd\x1b\xe5\xf6\x21\xcc\xb7\x5a\x51\xa2\xa7\xdf\xd9\x61\x57\x59\x1c\x1d\xdf\xeb\x76\xf8\x97\x04\xc6\xa9\x7f\x5f\xca\x3b\x89\x40\x60\xa8\xfa\xe9\x73\xb6\x3a\x78\xb7\x67\xda\xbf\xee\xa6\x9c\xee\x03\xd3\x8e\x81\x28\x66\x33\x5d\x3b\x06\x96\x73\x1e\x85\x9b\xc4\x08\x07\xa7\xcb\xae\x5d\x24\xdf\x87\x4d\xde\xc5\x0b\x4b\x80\xc9\x55\xb8\x49\x2c\xb6\x06\x95\xc2\x4d\x62\x19\x1c\x54\x7f\x49\xb4\x89\xd8\x6e\xf5\xdb\x5e\xdc\xf6\x82\x8e\x69\x69\x40\xa7\x84\x60\x29\xad\x24\x16\x7b\xc8\xaa\xdf\x1e\xff\xf6\x66\x70\x91\xb7\x4f\xe9\x66\xe1\xe0\x3b\xbc\x37\x1b\xc7\x0d\xed\xcd\xea\x8f\x17\xf9\x62\x50\xc3\xae\x14\x60\x12\xfd\x7b\x09\x1e\x5f\x02\xf2\xf6\xc2\x6f\xf6\xf1\x8c\x2f\x96\xee\x86\x02\x4c\x22\x7f\xd8\x6f\x05\x98\xc4\x8a\xef\x8c\xbe\x17\x26\xf7\xd9\x2f\xed\x13\x58\xec\x74\x2c\xf5\x97\xc4\x22\x09\xbc\x14\x5b\xaa\x4f\x6c\x09\xfd\x81\x52\x5a\x49\x74\x12\x43\x6a\x68\x9f\xc0\x7b\x5f\xfd\xd9\x63\xdb\x43\xcf\xf8\x99\x06\x0a\x74\xd6\x25\x6b\x68\x7a\x86\x7b\x7a\x59\xd1\x28\x84\x96\x3e\x74\x6a\x53\xd4\xd0\xa3\x04\xf9\x63\x9c\x18\x86\x83\x41\xfe\x70\xda\x86\xe1\x60\xb0\xd8\x5a\x58\x43\x3b\x06\x16\x3b\x2e\x6b\x18\x0e\x1e\xed\x7b\x09\xf8\x99\xf1\x60\xd0\x29\x0f\x57\xc3\x78\x30\x58\xec\x64\xad\x61\x3c\x18\xe4\x0f\xdf\x51\xd5\x27\x91\x3f\xa6\xc2\xa3\x7b\x49\xdd\xb7\x73\xd1\xe4\x2d\xeb\x68\x75\x0d\x8f\x95\x36\x69\x2c\x86\x07\xf3\xc2\x3b\x7e\xbf\xf7\x87\x0d\x36\xa2\xb3\x88\x55\x43\x03\x0b\x36\x94\x05\x6b\x18\x5b\x06\xf9\x63\x76\xaf\xaa\x94\xe8\xe4\xba\x97\x12\x52\x62\xfb\x79\x45\xc6\x96\x41\xfe\x7e\x36\x79\x5f\x87\xf7\x95\x33\x0e\x3b\xf1\x22\x7f\xb8\x30\x43\x8b\x08\xf2\xe7\x7b\xa1\xf9\x1b\x9f\xf9\x23\xb8\x31\x34\x7f\x60\xa1\xd9\x50\x2a\x41\x89\xf7\x95\xf2\x68\x9e\x60\x43\xa5\x8c\x0f\x7a\xe8\x34\x0f\x57\x56\xb1\xdf\xca\x3e\x89\xf7\x04\xdc\x6c\x5d\x64\x30\x90\x99\xa9\xa1\x8b\x0c\xf2\xc7\xa4\x70\x68\xff\xc0\x72\x58\x19\x5a\x36\xd0\xf5\xe6\x87\x21\x5b\x90\x3f\x6f\xbf\x96\x0d\xe4\xcf\x57\x51\xcf\x17\xbc\xbd\xe0\x06\xe9\xe7\x82\xb7\x8d\x6e\xe8\xe8\x82\x46\xda\x5e\x0d\x23\xa9\xa0\x4d\x12\x8e\x6b\x18\x4a\x05\xf9\x63\x4d\x66\xa4\x27\x4d\x46\x24\xa6\x8e\x2a\x52\x89\xc6\x5a\x57\xa9\x35\x25\xf2\x87\xc3\x35\xb4\x80\xa0\x4f\xdf\xcf\xe5\xaf\x96\xd3\x74\x9a\xca\x5b\x56\x3c\x3a\x66\x5e\x8a\x38\x89\xfe\xfb\x7e\xe5\x2d\x7b\xd1\x97\x37\x43\x1b\x34\xb4\x41\xcc\x5f\x87\x36\x68\x18\x3d\xec\xbe\x8c\xba\x9a\x60\xb1\xf9\xb5\x86\x46\x08\xb4\x6d\xfc\x79\xa1\xb9\x54\x6f\xaa\x4f\xbd\xc9\x00\xcc\xd0\xed\x1c\xaf\xdd\x4a\x54\xf0\x6b\xec\x5e\x31\xa5\xc6\x7f\xde\xf7\xc3\xbb\x77\xf8\xc8\xe8\xa5\x66\x0b\x24\x62\xa5\x35\x74\x14\xc1\x7b\x7c\xee\xa8\x61\x43\xf0\xb6\xf1\x2c\x4e\xbf\xef\x93\xef\x9b\x29\xd7\xd0\x53\x04\x8b\x1d\xc6\x35\x74\x0b\x41\x3a\x41\x51\xbe\x49\xbc\x07\xe3\x9e\x6a\xf0\x40\x6a\xc4\x87\x8e\x1b\x18\xcd\xdb\xac\xe3\x36\x5e\x53\x96\xa8\x9b\x95\x62\x4d\x22\xd9\x75\x51\x43\x67\x0b\xa4\x01\xcd\xa1\xb3\x35\x74\xb6\x98\xec\x0f\x3d\x2b\xd0\xd2\x2b\x37\x04\x09\xde\x8e\x71\x49\x1a\x3c\x90\x54\x93\xaa\x71\xfb\xc6\xdd\x8c\x0c\xcc\x82\x87\x61\x49\x90\x94\x4d\xab\xa1\x91\x02\x8b\x14\xd3\x1a\x5a\xa4\xf1\x7c\x17\x4e\xcf\x0c\x38\x8e\xe7\x7b\xf1\xdf\x2b\x57\x4f\x49\x24\xe2\xc9\xa5\x78\x92\x48\x14\x83\x4b\x75\xa3\xfa\xd4\x8d\x5c\x05\xda\x34\x23\x20\x11\xfe\x2d\xc5\x8d\x44\xa2\x40\x5d\x9b\x7e\x0e\x48\x54\xbc\x6b\xd3\xb0\x80\x4e\xa5\xd8\xda\x34\x2c\x60\x18\x96\xdc\x34\x2c\x9b\x86\x05\x5b\xb0\x69\x0b\x40\xba\xea\xb7\x39\x30\x83\x64\xff\x44\xa9\x77\x24\x96\x16\x7b\xd3\xcb\xd9\x94\xa7\x60\x97\x53\xa9\x81\x24\xd2\x77\x76\x73\x3d\x0f\x24\x9a\xbb\xa5\x2c\x92\xe8\xae\xe8\x6e\x8e\xcc\x9b\x23\x33\xdf\xda\xa6\x4b\x03\xde\xe3\xd3\xe6\xea\x1d\x48\x54\x66\x6b\x73\xb4\xde\x1c\xad\x79\xb1\x37\xfd\x17\xb0\x48\xfb\x2d\xd5\x93\xea\x53\x4f\x62\xee\xbb\xe9\x4b\x6c\xaa\xef\xe1\x25\x6c\x8e\xc2\x20\x11\x45\xad\xcd\xd5\x35\x30\x48\x99\xab\xcd\xa5\xb4\x4d\x3d\xbe\x8e\xfd\xd9\xf4\x2f\x40\x22\x0b\x57\x0a\x2a\x89\x74\xf5\x7c\xd3\xbf\x00\xe9\x32\xef\xe6\x28\xbc\x39\x0a\x7b\x7c\xdd\x0b\x90\x64\x10\xd7\xe6\x20\x0c\xf2\xe7\x9b\x12\x1e\x3e\x1c\x9e\xec\xbf\xa3\x2b\xc8\x9f\x77\xcc\x00\x24\x78\x7f\xc6\x95\x3b\xe2\x82\xfc\xd9\x7f\x7d\x0e\x90\xbf\xef\x60\xa7\x4d\x0c\xc2\x78\x10\x9b\x0b\x4e\x20\x7f\xdf\xb1\xbc\xa4\xe4\x92\x98\x83\x6f\xae\x41\x81\xd4\x6e\x6d\x2e\x38\x81\x44\x68\xbf\x14\xc0\x10\xc3\x71\x65\x1a\xe0\x04\x6f\x5f\xdf\x5b\xa6\x02\x86\x18\xa4\xa4\xd6\x34\xe8\x09\x12\x51\xb0\x9a\xba\x36\xa0\xb3\x61\xb0\x14\xc5\x10\x89\x4c\x58\x4d\xe3\xa0\x60\x50\xb1\xac\x14\xc5\x10\x89\x5c\x56\x4d\x43\xa3\xa0\x21\xaa\x53\xea\x64\x88\xe6\xb0\xa2\x26\x86\x68\xd3\xae\x1a\xe7\x04\x8b\xcd\xf9\x35\x75\x93\x40\xa3\xf2\x69\xa9\x9c\x21\x92\xf2\xc3\x35\x35\x51\x20\x5d\xad\x99\xba\x49\x28\x67\x24\xb2\x4b\x35\x77\xef\xc4\xce\xc3\xc5\x59\x98\x06\x43\xa7\x8b\x59\x3c\xa2\xe9\x5a\x16\x68\xd4\xfe\x2b\xc5\x34\x44\x77\xb4\x98\xd4\x62\x10\xdf\xd4\x57\x7d\x0d\xf1\xde\x7c\x0f\xe6\x3d\xdc\xbd\x87\x1e\xcc\x8e\xed\x0c\x94\xcc\x00\xd5\xdc\x10\xef\x5f\xda\x33\x6f\xe2\xfe\xbd\x9d\xfe\xee\xb2\x8d\xb7\x87\xc9\xf5\x34\x66\x3a\x3f\x81\x5e\xde\xbb\x69\xd0\x14\x34\xf2\x68\x6a\x1a\x33\x9d\xc7\x37\xd4\xd0\x11\x0d\xdf\xd4\xf0\xa5\x7f\xe9\x49\x0f\xbe\x38\x26\xc4\xd3\x08\x29\xc8\x5f\xfe\x39\x3b\xbb\xe6\x61\x2f\x0f\xc7\x73\x5f\x2f\xf2\x66\x45\xa2\xdd\x51\x53\xe3\x39\x35\x9e\x4c\xbb\xa6\x31\x55\xd0\x9a\x4f\x56\x4b\x09\x92\x6d\x67\x35\x8d\x96\x82\x44\xd8\xa0\xd4\xee\x10\xf9\xf3\x8a\x2f\xaf\xf8\xe2\x2d\xc1\xf8\x28\xca\x21\x12\xdd\x81\x9a\x9a\x53\x90\x88\x07\xd4\xd4\x9c\x82\xe1\x7a\xcf\x34\xe8\x09\xde\x2b\xf2\x60\xf6\xe2\xa2\x17\x0c\x91\x53\x7b\x0a\x92\x72\xff\x35\xb5\xa7\x20\xa9\xd9\x5f\xea\x75\x88\x44\x00\xa0\xc2\xf5\x2f\x30\xa8\x53\x51\xa1\xb7\x02\xde\x53\xbe\x3d\x0b\x0d\x4d\x68\x68\x88\x0f\x84\x4e\x01\xc8\x1f\x51\xab\x20\x27\x53\x74\xf3\x52\x42\x0f\x00\xf5\x89\xa4\x20\x7c\x85\xd3\x7d\x30\xa8\x36\x50\xe1\x44\x1e\x74\x92\xa7\x4b\x41\x0a\xd1\xc8\xe7\xad\x30\x28\x06\x3a\x79\xad\x15\xda\x14\xf0\xf6\x95\x83\x99\x12\x02\x92\x82\xed\x15\xda\x19\x30\xd8\xaa\x59\xe1\xd4\x1e\x24\x95\x7e\x2a\x5c\x22\x03\xf9\x63\x32\xab\x06\x86\xe8\xda\xef\x30\xda\x05\x92\xe2\xeb\xa5\x06\x86\x68\x26\x76\x84\x8b\x5f\xe0\xed\x18\xc7\xd7\xa8\x80\x41\xa1\xc4\x52\xc9\x42\x24\xc5\x31\x2a\xa6\xa7\x9c\xbc\x50\x84\x37\x14\xb7\x10\xc9\x96\x8a\x52\xdc\x42\xa4\xab\xcb\xa1\xe9\x01\xcd\xf8\xaf\x7a\x17\xa2\x53\x39\xb4\xc2\x60\x17\xe8\x94\xfb\xaf\xd0\x73\x08\x3d\x07\x86\x80\x30\xfe\x05\xd2\xf5\xce\xd0\x8c\x81\x81\x42\x70\x29\x8a\x21\x92\x0a\xdb\x15\x5a\x31\xd0\x0c\x4a\x85\x56\x0c\xa4\xa1\xfc\x70\x19\x0d\x0c\xe7\x2d\xa1\x5d\x03\xc3\x50\x63\x98\x81\x01\x86\xab\xa9\xa1\xe1\x09\x4d\x1d\x0e\x41\x68\x78\xc0\x70\x79\x4f\x79\x0d\xd1\x4c\x6b\x50\x4a\x43\x0c\x92\xe6\x2a\xcc\x87\x08\xf3\x21\xf4\xee\xc2\x98\x1a\x68\xae\x03\xc5\xb2\x17\x14\xdd\x2b\x1f\xa4\x61\x36\xd0\xd2\xdb\xaa\x2d\x02\x9d\xc4\xd6\x52\x96\x43\x84\x33\x0d\x65\x39\x44\x36\xaf\xc8\x75\x38\xd0\x90\x94\xab\xd0\x62\x81\x4e\xdd\xca\x0a\x0d\x0f\x68\x94\xb9\x29\x75\x3a\x44\x36\xdf\x26\x7d\x23\x90\xd4\xcd\x2e\xa5\x3b\x44\x52\x0b\xbc\xc2\x6c\x0b\xd0\x96\x37\x4c\x77\x09\x74\xaa\x62\x56\x18\xb2\x03\x1d\x0d\x85\x8a\xb2\xf7\x45\x18\xc3\x2f\x5e\xbb\x06\x9a\xa1\x77\x85\x41\xc4\x66\xe4\x47\x61\x10\xf1\xde\x69\x3a\xa6\x79\x02\x49\xa1\xee\x0a\xcd\x53\x98\xa4\xc1\x3c\x5e\xad\x10\xf1\xfe\x25\xdd\x70\x2d\x10\x64\xb3\x67\xae\xe8\x81\x15\xbe\x3c\xba\x5b\x20\x75\x60\x42\x83\x15\x87\x2f\xa2\xbf\xb2\x67\x2f\x92\xb2\xd0\xa5\xa4\x88\xc8\xe6\xdd\x37\xe2\x08\x36\xfd\xb4\x70\x8d\x2f\xb0\x60\x14\x5c\xae\xd0\x82\x81\x6e\x60\x26\xb4\x60\x60\x6c\x76\xd5\x25\x3e\xd0\xd9\x09\x5b\xa1\x7f\x17\xfa\x77\xac\x62\x29\x62\x22\x06\xc9\xda\x15\xa7\xcf\x1b\xd5\xf9\xe1\x35\xea\xf1\x81\x8e\x4a\x6d\xa9\x6b\x22\x9a\x89\x28\xea\x9a\x88\x74\x91\x40\x5d\x13\x91\x64\xad\x56\x68\xda\x40\xd7\x61\x56\xea\x44\x64\x73\x40\x71\x21\x10\x64\x6b\x7f\x23\x09\x2c\x74\x24\x41\x6f\x3e\x7a\x83\xa9\x61\xbd\x5e\x8a\x66\x57\x68\x20\x41\x36\x9f\xbd\x06\x12\x04\xb5\x44\x4a\x0d\x15\xb1\xa1\x40\x5f\x6a\xa8\x88\x1e\xbe\x81\xda\x47\x90\xed\x6b\xb2\xdf\x97\xcb\xc0\xde\x2a\x0d\x24\x18\xa6\x0a\x84\xab\x7b\x60\x74\xe6\x25\xa1\x73\x09\x9a\x21\x63\xa5\x56\xc4\x7b\x30\x4e\x60\x84\x15\xf4\x70\x60\xba\xed\xd9\x8b\xde\x99\x78\x84\xcb\x7b\x60\x4c\x4d\xd3\xe3\xfd\xb1\xe0\x22\xfb\x4f\x2a\x0c\xc4\x82\xa6\x73\x16\x8f\x37\xe3\xa1\x06\x94\xd7\xe4\x22\x20\x18\x66\x7d\x29\xc9\x22\x92\x2d\x23\xa5\xfc\x8a\x18\xd4\x73\x2c\x75\x55\x44\x1f\x78\x4a\xea\xaa\x88\xb7\x17\xb6\x6d\xb6\xf1\x6d\x74\xff\x32\x6c\xe2\xdb\x20\xea\x90\xfa\xc6\xa0\x53\xa0\xbc\xd4\x5a\x11\x49\xd1\x80\x52\x6b\x45\xbc\xc7\xdf\x68\xdb\x6d\x63\x07\x07\x8b\x6f\x0a\xab\x88\x6c\x5f\xd3\x6d\x13\x6f\x1c\xf7\x3f\xf5\xbd\x41\x52\x79\xb5\x94\x5f\x11\x49\x45\x88\x52\x6b\x45\xa4\x13\x88\x34\xc5\x17\x24\x65\x37\x4b\x2d\x15\x91\x4e\x59\xd4\x4d\x11\x9d\x6d\x8e\xa5\x6e\x8a\x68\xc3\x8b\xec\xde\x9d\xce\xdd\x21\x4c\x90\x86\x4e\xc1\x70\x89\x37\x9d\x11\x81\xfc\xee\xbe\x79\x43\x20\xa9\x6c\x59\xe9\x8c\x28\x0d\x80\xe2\x5a\xa6\x4b\x93\x60\x51\x22\xab\x52\xcf\x1b\x58\xae\xb0\xd2\x25\x47\x90\x54\xb1\x2c\xe5\x56\xc4\xa2\x02\x57\xa5\xb9\x45\xc8\xad\x24\xe5\x29\x2b\x9d\x23\x81\x6c\xbe\x02\xae\x2f\x82\x45\x21\xad\x4a\xa7\x4d\x20\xbf\x33\x6e\xde\xc2\x8d\x5b\xc8\x30\x91\xba\xe7\x20\x29\xad\x55\x2a\xb7\x88\xa4\x88\x52\xa5\x33\x29\xb0\x28\x3b\x55\xe9\x4c\x0a\x2c\xaa\x8c\x55\xea\xd7\xa7\x6b\x84\x7c\x46\xa9\x5f\x0f\x3a\xe5\x23\x4b\xe5\x16\xb1\x28\xd3\x55\x69\x70\x15\x8c\xe5\x05\xb9\x92\x08\xba\xab\x31\xa9\xa7\x0f\xde\xd7\xd0\x36\x1f\x37\x53\x30\x6a\x34\x55\x3a\xdf\x02\x03\x55\xbd\x52\xe0\x45\x64\x63\x30\x4a\x13\x97\x40\x6e\xbe\x73\x4e\xc1\xc0\x58\x3f\x9b\xbc\xad\x4a\x8e\x51\xf4\xab\xd2\x39\x18\x48\xd4\xcb\x4b\x69\x18\x91\xcd\x57\xc0\x2c\x58\x90\xa6\xad\xa7\xa9\x4c\xa0\x51\xa1\xa3\xd2\x50\x02\x48\xe3\xd1\x69\x38\x17\x74\x47\x19\x05\x64\xc4\xdb\x0b\x4e\xe9\xea\x25\x48\x23\xf1\xe9\xbc\x2c\xf3\xeb\x2c\xdd\x48\x3b\xfb\xa2\xb1\x69\xbf\x32\xed\x46\xf2\x78\x71\xfc\xd2\x29\x17\x48\xea\x2f\x54\x1a\x83\x00\x49\x2d\x8a\x4a\x43\x09\x20\x29\xf9\x50\xe9\x2c\x0c\x34\x33\xbf\xd3\x49\x18\x48\xca\x6a\x54\x3a\x09\x03\x49\x99\x83\x4a\xa7\x57\x20\x29\x56\x50\x8a\xd1\x88\xd6\x7c\x55\x9c\x4b\x65\xf1\xdc\x98\x38\xa5\x53\x22\xd0\x91\x82\xaa\x34\x82\x0c\xde\xeb\xe6\x60\x4e\x80\x40\xb2\xff\xbf\xd2\xd9\x0e\x68\xe1\x60\xa1\x17\x9f\x7a\xf1\xdd\x8f\xde\x19\x10\xc8\xe6\x8b\xa7\x83\x0e\xf2\xeb\x99\xb3\x1d\x90\x7a\x9c\xea\xdf\x88\x48\x7b\xa6\xdf\x0d\x46\x38\x8a\xb9\x26\x9a\xce\x59\xb0\xa8\x6a\xdd\x54\xba\x7f\xa8\xaf\xbf\xe1\x2a\xa7\x3e\x30\x48\x76\xbf\x97\xf2\x35\x22\xd9\x2b\x5e\x69\x00\x19\xa4\x6b\x6a\xca\xd7\x88\x64\xd3\x72\xa5\x4b\xa1\xa0\x99\x17\x9a\x5a\xea\xb4\x36\x4a\xc7\x49\x4d\xed\x72\x6a\x97\xb1\x74\xa9\x5d\xce\xcf\x2e\xe3\xb8\x2a\x4c\x23\xb2\x69\x8a\x6e\x7f\x86\x46\x59\xf7\x25\xd1\x46\x82\x6c\x7e\xc9\x2e\x56\x82\x36\x86\xbf\xf2\xed\xfa\x72\x51\x97\x3f\xf3\x66\x3d\xbc\x5e\xbe\xe3\x5a\x57\x90\xcd\xaf\x43\xbb\xa9\x54\x8d\xa9\x21\xe9\xd2\x24\x68\xd4\x28\x2b\xa5\x6a\xc4\xa0\x80\x6f\x2d\x4d\xe9\xb2\xc0\x31\xc3\x82\xe2\x35\xa2\xa3\x67\x5d\x6a\xd7\x88\x6e\x94\x59\xed\x1a\xd1\x8d\x5d\x2d\x2d\x29\xe8\x68\x46\xd4\xd2\x6a\x82\xf7\x8a\x3c\xd8\x69\x1b\x37\x76\x79\xca\xdb\xa6\xef\xc6\x7a\xb4\xc7\x36\xec\x26\x2f\xf9\x32\x64\x0d\x06\xfb\xe6\x4a\x39\x1b\xd1\xa8\xa3\x5d\xcb\x8c\x5b\x30\x1c\xe9\x96\xd6\x15\x0c\x9d\x9b\x65\xc6\x2d\xe8\x94\x7d\xa9\x65\x60\x1b\x0c\xb3\x40\x96\x51\x6c\xd0\xd8\x87\x5d\x4b\xeb\xba\xda\xd7\xd7\xf7\x89\x28\x70\x23\x92\x0d\x71\xa5\x9a\x8d\x78\x7f\x46\xff\xb5\xc2\x4b\x2b\x8c\xdb\xb5\x0c\x80\x83\x36\xbb\x27\x75\x69\x12\x0c\xaa\x19\xd6\x32\xa3\x17\x0c\x73\x70\x97\x96\x19\xa4\x2b\x63\xcb\x38\x39\x68\x3a\x2e\xcb\x6c\x20\x90\xcd\x5b\xa6\x65\x06\xc9\x8e\xd2\x52\x2e\x47\xb4\xcd\xa8\x97\x7a\x39\x62\xa0\xd1\x56\xcb\x6c\x20\x30\xdc\x8a\xb0\xb4\xd6\x20\xd9\x5e\x57\xcb\xad\x30\xcb\x0a\xff\x9d\x11\x5d\xc1\x1c\x91\xcd\xd7\xc0\x90\x06\xc8\xe6\x6d\x34\xa4\xa1\x86\xce\xf2\x5e\x68\x88\x17\x1b\x53\x90\x76\xad\xa5\x21\x06\xd9\x7c\x57\xb4\xba\x68\xe8\xbc\xa7\xe4\xce\xba\xa6\xb9\x2c\xa0\xc6\x87\xb9\xb4\xc4\xa0\x2d\x5f\x50\xd7\x34\x97\x6b\x9a\xe5\xc1\xbc\x3f\x06\x43\xd2\x5f\x79\x7f\xa6\xe3\xc3\xf7\x97\xbe\x1a\xc4\xe1\xd3\x77\xca\x90\x09\x18\xce\xfe\xd4\xd2\x11\x9b\xeb\xc0\xcb\x00\x06\x58\x94\x3e\xad\x65\xb6\x0e\x68\x26\xb4\xab\x7e\x23\xd2\x7d\x6d\xcb\x00\xc6\xb2\x02\x43\xf7\x91\xbb\x61\x64\x69\x16\xbd\x65\x9a\x45\x90\x6e\x4f\x58\x5a\x45\x90\xee\x62\x58\x0e\xe8\x60\xa0\x16\x55\x0a\xbc\x88\x74\x0f\xc3\xd2\x55\x05\xe9\x16\x06\x95\x5b\x44\xba\x9f\x60\xe9\x84\x2e\x9d\x50\xaf\x48\x8f\x13\xbc\x7d\xf5\x2f\x3d\xfe\xb7\x5a\xf8\xfd\xa9\x27\x38\x5c\x7a\xf1\x6f\x1d\xec\x41\x9a\x91\xbf\xf4\x30\x41\xba\x55\x40\x09\x16\x91\x66\xcc\x2f\xc7\x7f\xf0\x1e\x8c\x9f\xe9\x71\x81\xb1\x61\xcb\x14\x48\x11\xf1\xfd\xa5\x29\x2d\xaa\xa1\x20\xa2\x56\xcb\x8c\x16\xd0\x06\x65\x07\x6a\xe9\x84\x81\x66\x4e\xc5\x32\x4a\xb9\x2c\x5e\x3f\xec\xad\x2e\x17\x48\x97\xc3\x96\xee\x15\x48\xa3\x43\x4b\xcb\x01\xb6\x6f\x80\xd0\x72\x80\x39\x86\xa7\xb4\x67\x37\xdb\x6c\x70\x1f\x54\x5b\x11\xcd\x54\x5f\xa5\x55\x44\x73\x5e\xa5\x42\x8a\xe8\x2e\xcd\xaa\x90\x22\x86\x6b\xca\x2a\xa4\x88\x8e\xd2\x60\x95\xe3\x3f\xc8\x77\xac\xf9\xa3\x75\x2e\xcd\x03\x18\x94\x2f\xa9\xd2\x85\x02\xe9\x06\x01\xc5\x52\xc4\x30\xee\xa8\x58\x8a\x68\x8e\xcb\x8a\xa5\x88\xee\xee\x31\xc5\x52\x44\x1a\x68\x56\x2c\x45\xb4\xc1\x6b\x5f\xae\x54\x82\x34\x59\x5f\xfd\x14\x91\xe6\xea\xab\x95\x52\x08\xa3\xa4\x79\xe4\x65\xd6\x0a\x48\x73\xae\xcb\xf1\x1c\xa4\xa9\xfa\xe5\xd8\x0d\xd2\x34\x6f\xe5\x53\xc4\xa2\x90\x5c\x95\x61\xe6\x32\xbb\x73\xfa\x87\x5e\xe3\x8b\x44\x15\xb7\xca\x30\x33\x48\x1f\x60\xe9\x54\x95\xc9\x9d\xee\x61\x2b\xc7\x56\xa4\x52\xd2\x94\xeb\x32\xa8\x0c\xde\x9f\xd1\x59\xbd\x23\x90\x66\xd7\x96\xcb\x92\x20\x8d\x6b\x96\x4e\x0e\x48\xe3\xad\xe5\x08\x0c\xd2\x49\x83\x82\x2a\x22\xcd\xbd\x54\x50\x45\xbc\xa7\xe4\x02\x0c\x21\x83\x34\x90\x56\xfa\x42\xc5\x82\xa6\x29\xa6\xe5\x70\x0b\xd2\x44\xcb\x72\xb8\x05\x2d\x3d\xa5\x1e\x0d\x78\x8f\xcf\x39\x8d\x17\xab\xc5\x32\x87\x8f\xdc\xa5\x2b\x95\x3c\x06\xce\xa9\x4a\x1e\x85\x6c\x47\x9a\x30\x59\x86\x0b\x41\xff\x7d\xbf\xf2\x6e\xbf\x58\x46\xf0\xcb\x45\x29\x90\x86\x49\xca\xf1\x10\xb4\x8d\x21\x58\x41\x0e\x31\xa8\x8c\x55\xe5\x04\xb7\x76\x1e\x09\x73\x8b\x72\x3c\x04\x6f\x5f\xe9\x85\x93\x5e\xd0\xcd\x1a\x2f\x63\x77\x60\x18\x1a\x2c\xd7\x95\xca\xf1\x70\xf8\x7e\x1a\x83\x03\x69\x0a\x58\x19\x70\x03\x03\x0d\xe5\x2a\x87\x43\xd0\xa9\x69\x51\x65\xc0\x0d\x34\x43\x16\xe5\x08\x09\x1a\x55\xf2\xaa\x1c\x21\x41\x4b\x7b\x61\xc0\x0d\xb4\x39\xfc\x24\x4c\xb1\x00\xdd\x9c\xcb\x32\x32\x06\xd2\xac\x21\xb5\x42\x44\x4b\xaf\xd2\xc0\x18\x68\xc3\xaf\xd7\x65\x22\x90\xe6\x33\x95\x63\x32\x48\x53\xc7\xca\x44\x0c\x90\xe6\x71\x95\x63\x32\x48\x73\xda\xca\xf1\x17\xa4\x49\x11\xe5\x28\x5a\xb7\x4f\x84\x4e\x18\xa4\xaa\xc7\x5f\x71\x41\x66\x58\x80\x34\x0f\xa6\x9c\x32\x83\x74\x7c\x2c\xa7\xcc\xa0\x6f\xbc\x29\x8a\x82\x88\x34\x99\x45\x4d\x10\xf1\xde\xb0\x46\xdb\xb4\x8d\x17\x0a\x87\x5b\x01\x10\xd1\x36\x67\x63\x6a\x7b\x88\x66\xac\x5c\x6d\x0f\x91\x26\xb8\xa8\xe3\x21\xfa\xf2\x57\x8e\x77\xea\x78\xb8\x7f\x5d\xcd\x0e\xf1\x76\xa3\xd3\x56\xb6\xf1\x91\x63\xb2\x76\xc7\x2d\xd0\x54\x6c\xaf\xdd\x81\x6b\x37\x6b\x6e\x30\x26\xed\x8e\x5c\xa0\x53\x73\xa5\x76\xe7\xa6\x20\x4d\x1a\x51\x69\xa3\xf6\x7e\xfb\x97\x74\xc4\x89\x28\x18\x0e\xf5\x8a\x68\x88\xf7\x67\x49\x9b\x27\x65\x26\x6a\x98\x70\x77\x26\xba\x9b\x97\x6e\x5e\xde\xee\xec\x71\x77\xd0\xc3\x0f\xdf\x1d\xf4\x40\x9a\x7e\xb0\x3b\xe6\xed\x8e\x79\x18\x8e\xdd\x88\x10\x48\xb3\x0f\x76\x87\xc1\xdd\x61\x10\xab\xb8\x9b\x37\x07\xde\x53\x72\x51\x8e\x70\x20\x5d\x54\x56\x6d\x43\x2c\x2a\x91\x97\x32\x1a\x22\xa9\x9a\x5c\x6a\x66\x88\x74\x1d\x7b\x37\xb2\xb3\x2b\xdd\x88\xd8\x54\xed\x0e\x7a\x20\x9d\x5c\xef\x4e\x1e\x41\xa3\x5a\x74\xa9\xb6\x21\xd2\x65\xec\xdd\x61\x10\xa4\xeb\xc3\x4a\x6b\x88\xec\xf1\x37\x5c\xe7\xdd\xf0\x0d\x48\xd7\x1c\x77\x67\xa0\x20\x5d\x32\x55\x79\x43\xa4\x0b\x80\xbb\x4b\x68\x20\xbf\xf7\xd7\x49\x29\x48\xd7\xa0\x54\x51\x10\xdd\xb4\x06\xe5\x11\x44\x3a\xd4\x29\x8f\x20\xd2\x18\xfa\x6e\x14\x60\x3f\xbe\x3b\xc5\xd3\x71\xd6\x08\xda\xc6\xc0\xa0\x3e\x82\x48\x8a\x7b\xd7\xee\xa2\x04\x48\xa3\xe3\x2a\x1f\x88\x1e\xbe\x96\xa6\x4a\x83\x34\xec\xbd\x3b\x86\xed\x8e\x61\x38\x8b\xbb\xc1\x80\x9d\xd5\x6f\x23\xc9\xbb\x03\x16\xe8\x26\x46\xed\xc6\x07\xc0\xd2\x23\x53\xad\x40\x2c\xea\xbf\x97\x6a\x05\xb5\x3b\x60\xe1\xe4\x2b\x3a\x50\xfb\xcd\x4b\x89\xab\xae\xc2\x80\x48\x83\x37\xbb\xe1\x78\x30\x46\xf9\x2b\xef\xb4\xf3\x45\x9c\x34\x15\x06\xc4\xd8\xf0\x9b\x55\x18\x10\x89\x58\x7f\xed\xce\x17\x41\x1a\xe1\x51\x74\x40\xa4\x51\x0b\x15\x06\x44\x1a\xef\x50\x4d\x40\xa4\xb1\x87\xdd\x00\xfd\x6e\x65\xa9\xe1\x6b\xea\xb0\xb9\x3b\x6c\xe2\xc9\x1d\x4e\x18\x0f\xd5\x6e\x91\xf5\xaa\xc3\xf0\x00\x48\x1d\xfa\xc3\xd9\xd8\xe1\x6c\x0c\x87\xcf\x8a\xfc\x22\x9d\x02\x5b\x6b\x5f\xa4\xfe\xb0\xa5\xf6\xc5\x7b\xfc\x49\x5b\xb7\x8d\x1b\x8b\xa1\x39\xcc\x18\x06\x89\x8c\x49\x1d\x0e\x74\x07\x01\x6d\xdd\xb6\xc3\x11\x0c\xb4\x81\xac\x75\x1d\xce\xc7\x8e\xee\x39\xe9\x99\x59\x68\x60\x0e\xec\xf0\xe1\x14\x0d\xa4\x13\x7d\x4b\xf2\xd7\x61\x62\xda\x60\x8a\x73\xe8\x37\x83\x30\x4d\xe9\xd0\x6f\x06\x0d\x31\xbb\xb2\xfe\xbe\x68\xae\xb5\x1d\x8e\x69\xa0\x9b\x62\x61\x49\x7e\x91\x6e\x1c\x39\x8c\x72\x83\x74\x9e\x78\x38\xcc\x81\x91\x61\x93\x57\xf9\x8e\x5f\xe9\x9c\xcd\x8a\xfc\x22\x9d\x39\x1e\xce\xd9\x40\x3a\xcb\xb2\x22\xbf\x18\x94\x78\x2f\xcb\xeb\x8b\x74\x7e\x63\x79\x7d\xd1\xcc\x3f\xb2\xd8\xbd\xd8\x4c\x68\xb3\x8c\xbd\x58\x06\x08\x0f\x7d\xd3\x23\xbf\x57\xc5\x36\x4f\x99\x5e\x91\x4d\x5e\xd1\x8b\xe5\xd6\xc8\xc3\x28\x2e\x78\xff\x92\x77\xc5\x5c\x2c\x90\xce\x5c\xac\x47\x2f\x9a\xd1\xd8\xc3\xa0\x2a\x58\x68\x30\xd4\x61\x4a\x15\x48\x2d\xb8\x25\xea\xc5\x40\x6d\xb6\x0e\x53\xaa\x40\x8e\xef\x0f\x7d\xad\x59\xb3\xd6\xe6\x1e\xe5\xe1\x49\x96\xd2\x96\x1e\xae\x16\x83\x36\x07\xd3\xc4\xc3\x71\x12\xa4\x3b\x9a\x0f\xfd\x6d\x30\x28\x04\x5f\x87\x31\x55\xd0\x0d\x57\x1e\x8e\xa6\xa0\x7f\x57\x64\xbe\x2e\xe8\xd4\xb1\xaf\xc3\x59\x28\x58\xe9\xad\x70\xc6\x09\x52\x1b\x7c\x38\xe3\x04\xa9\x71\x3a\x5c\x07\x06\x2b\xbd\x15\x8e\xaf\x20\xb5\xca\x87\x73\xd0\xc3\x45\x5f\xd7\x32\x0f\xa7\x97\x20\x1d\xbf\x0f\xd7\x73\x41\xfb\xaf\xcf\xc6\xf9\x25\x68\xee\x7c\x3d\xcc\x55\x02\xa9\x0d\x3e\x1c\xad\x41\x0e\x1c\x83\xc3\xd1\xfa\xb8\xf8\xde\x18\x7c\x0e\x73\x95\x40\x7e\x6f\x8f\xeb\xae\xa0\x1b\x19\x3e\xdc\xc5\x72\x5c\x5f\x2f\xfc\x4b\x2f\x93\x85\x57\x43\x87\x87\xf3\x4b\xd0\x36\x2d\xc4\x61\x66\x12\xc8\xef\x25\x73\x08\x07\xf9\x7d\xe2\x2e\xbc\x82\xfc\xc6\x23\x73\x7f\x41\x8e\xfe\x67\x21\x8b\x3a\xdc\x0b\x03\xde\x5e\xd2\x25\x97\x6f\x41\xb3\xdc\xc9\xa1\x21\x38\xd4\x47\xd7\xef\x39\x5c\x98\x05\xf9\x5d\x9f\x63\x3c\xc8\xef\xc6\x1b\x26\x00\xf9\x3d\x32\x83\xc9\xa0\xb9\x90\x76\x38\xec\x1f\xcf\xd7\x0d\xae\xcf\xe4\xe3\xc3\xe4\xe3\xe1\x0b\x66\xec\xe0\x30\xf9\xd8\xd8\xc4\xe9\xd2\x2c\x58\x48\x99\xd4\xe9\x32\x2c\x48\x57\x6b\x4f\x4d\x01\x48\x03\xdd\xa7\x73\x63\x90\x83\x37\xff\x34\x60\x00\xd2\x6e\x9c\x06\x0c\x40\x8e\xcd\xc3\x1f\x36\x7d\x77\xc3\x83\x9d\xb6\x9d\xfc\xa5\x1d\xbb\x6c\xa2\xce\x03\x63\xfc\x69\x5c\x01\x6c\x8e\xae\xa7\xf3\x6c\x90\x83\xe0\xee\xe9\x3c\x1b\xa4\x17\x7e\x1a\x57\x00\xe9\xfd\x3f\xdd\x6e\x03\xd2\x27\x77\x36\x3b\xf6\x22\xad\x4e\x70\x1a\x44\x00\x39\x98\x8c\x9f\x4e\xc6\x41\x0e\xfc\x97\x53\xab\x05\x72\xe0\x39\x9c\x5a\xad\xf3\x9b\x9e\x7b\x7b\x5c\x9a\x05\x6f\x1b\x9d\xd5\x94\x81\x31\x9b\xe7\xbc\x6d\x62\xdc\xc7\x5d\x39\xdd\xc2\x02\x9a\x71\x91\xd3\x19\x3b\xc8\xc1\xc4\xfe\xd4\xb8\x9d\x1a\x37\xa6\xca\xa7\x93\xf8\xf3\x9b\xc4\x7b\xff\x0d\x14\x9f\x06\x8a\x19\xf8\xd5\xd9\x10\xe9\x58\x77\x6a\x02\x41\x33\x3b\xe3\x74\x5a\x0f\x92\x9a\xfe\xa5\xf4\x86\x78\x8f\x6f\x9b\xe7\x24\x4e\x3c\x98\xd7\xab\xbd\x21\x72\xe0\x37\x28\xbd\x21\xba\xa9\x37\xa7\xb3\x73\x30\xd2\xbe\x9a\x4f\x7d\x1a\x14\xfe\x6e\x86\x53\x71\xb0\xb9\xe1\x46\x05\x0d\x91\x83\xf1\xf5\x74\xf9\x14\x24\xb5\xea\xeb\x74\x61\xf4\x8c\xef\x60\xb6\x79\xb0\xb0\x67\x3c\x3a\xe7\xcc\x67\x7c\x8f\x89\x36\x13\xc3\x40\x5a\x84\xeb\x34\x31\x0c\xbc\x3f\xb3\xcd\x8b\x4a\xbe\x09\xe6\xff\xa7\xb1\x45\x30\xcc\xa1\x3f\x1d\x35\x40\x0e\x7c\x89\xd3\x68\x23\x18\x7a\xad\xa7\x83\x06\x48\x24\x58\xea\xbc\xfd\x4a\x6e\xbe\x12\x7c\x09\x2b\xdf\x8b\x74\x5b\xd1\xe9\xa2\x14\x18\xee\xca\xb0\x18\xbe\x18\x94\xf4\xae\xd3\x05\x28\x30\x74\xb0\x2f\x9d\xe2\xeb\x73\x8a\x79\xdb\x2f\xe7\x85\x20\x29\xfb\x5b\x97\x63\xc1\xe5\x58\x80\x4f\x61\x95\x7b\x31\x8c\x42\x59\xe5\x5e\x24\x32\xb7\x75\x39\x3c\x5c\x0e\x0f\xe1\xaf\x6e\x9b\x48\x73\xf0\x0f\xfd\xa2\x2f\xbf\x68\x82\x20\x97\xdf\xea\xe5\xb7\xca\x04\xdf\x32\xf4\xa2\x39\x13\xba\x9c\x75\x82\xb4\x24\xc4\xe5\x02\x0e\x48\xd3\x95\x2e\x37\xa0\x81\x74\xe7\xe0\xa5\xdb\x0c\x1a\xd2\x96\x75\xf9\xa9\x82\xb4\x1e\xd9\xa5\x27\x0d\x7a\xff\x8e\x75\xda\x74\xd2\x7b\xce\xe8\x67\x03\xba\xfb\x17\x2e\x3f\x9b\xcb\xcf\x26\x6d\xb2\xab\xc3\xae\x72\x0b\xfd\x92\x40\x22\x0a\x52\x97\x93\x49\xf0\x3e\x8f\xa2\x6d\xb3\x8d\xd1\x87\x51\xf1\xf2\x7b\xbb\xfc\xde\x88\x08\x5f\x7e\x6f\x97\x1b\xd0\xfc\xe0\x2e\x3f\x38\x90\x86\xa0\x2e\x43\x80\x20\xdd\xe2\x7b\x39\x9d\xbc\x9c\x4e\xe2\x54\x5c\x2e\x9c\x80\x1c\x8c\x17\x97\xf1\x3e\xd0\xdc\x3c\x7a\x99\x44\x7a\x91\x31\x3a\xf0\x59\x2e\x3f\x41\xd0\xcd\xff\xbf\xcc\x60\x00\x03\x31\x8c\xba\xfc\x2a\xaf\xef\xab\x9c\xb6\x79\x95\xf8\xbb\x83\x81\x5e\xa9\x80\xfa\xa4\x02\xde\x61\xe5\x8f\xd6\x59\x25\x01\xb1\x50\xb9\x2a\x95\x04\xc4\x88\xaf\x97\x3e\x8b\xe0\x59\xe0\xac\x28\x24\x20\x16\xc2\x5a\x75\x39\x0f\x06\x39\x70\x99\x2e\x13\x10\x40\x1a\x27\xbb\x4c\x40\x00\x6f\x27\xfd\x4b\x1f\x7f\x1a\x6e\xf1\x36\xb8\xdb\x00\x24\x5a\x25\x75\xb9\xdb\x00\xe4\xc0\xd9\x52\x10\xa0\x3e\x41\x00\xc7\xb0\xcb\x89\x30\x68\xd4\x86\xae\xcb\x54\x02\x90\x83\x8f\xfb\x32\xfd\x11\xa4\x5b\xce\x2f\xf3\x1a\x41\xa2\xd9\x5b\x97\x13\x55\x90\xe6\xf7\x5d\xae\x15\x81\xb4\x26\xcd\xe5\xac\xf4\xfa\x62\xa3\x0c\x91\x97\x49\xf7\x20\x07\xa1\xac\xcb\x99\x2a\x18\xbf\xef\x2f\x7d\xe3\x0e\xde\xb8\xb2\xc9\xbe\xbe\x48\x77\x3c\x5e\x4e\x5e\x41\x0e\x1c\xb7\xcb\x99\x2a\x48\x7d\x69\xe5\x06\x44\x3a\x40\x5e\x2e\x31\x81\xb7\x63\xfe\xcc\x5e\x9c\x5e\x38\x7d\x75\x8a\x0b\x72\xc3\xd9\xba\x9c\xe2\x5e\xdf\x14\x77\x7a\x4e\xaf\x9c\xc9\xab\x7b\x1c\x2e\xe3\x0a\x20\x37\x22\x06\x2a\x10\x88\xf7\x2f\xb9\x26\xa7\xaa\x20\x2d\x66\x71\x19\x6b\x00\xb9\xe1\xba\xa9\x37\x20\xda\x74\xf0\xbe\x0c\x23\x80\xd4\x81\xbc\x1c\xf5\xaf\x6f\xaa\xc8\x80\x7e\x19\x34\x00\xb9\xe1\x5c\x29\x1b\x20\x72\xc3\xad\xb9\x9c\x2a\x82\xcd\x9d\x02\x97\xc3\xfe\x65\x2e\xc2\x37\xe2\x1a\x45\x05\xb9\xe1\x2f\x5e\x86\x08\x40\xb7\x6a\xde\xe5\xec\x11\x74\x93\xae\x2e\x27\x8f\x20\x37\xbc\x93\xdb\x71\xf9\x76\xcb\xb2\x83\xfc\x6d\xf8\x12\x2c\x74\xe4\xea\x36\x42\x70\x33\xaf\xda\x70\x4f\xd4\x12\x10\xef\x5f\x6e\xb4\xdd\xb6\xdd\xfc\x8c\x83\xe9\x43\x82\xdc\xf8\x82\x6f\x4d\x2c\x68\x14\x1e\xad\x5b\xb7\x12\xa4\xa5\xf4\xac\x39\x2f\xd2\x6d\xae\xb7\xf9\xd8\x20\xad\x74\x74\xbb\xf5\x08\x74\x83\x5c\x56\xa6\x17\x69\x4a\xc4\x6d\xee\x35\x48\xf3\xa5\x2d\x30\x5f\xf7\x3a\x69\x7a\xef\xb5\xd5\xe4\x45\x6e\xcc\x67\xac\x26\x2f\x72\xc3\x3c\x58\x4c\x5e\x6c\xe6\x65\xdc\x66\x55\x83\xdc\x30\x81\xb7\x6b\x22\x60\xfb\x7d\xc7\xb2\xf7\x45\xef\x09\xcf\xdc\x3a\xad\x60\x73\xab\xf3\xed\x77\x7f\xef\xdf\x03\xe7\x56\xb8\x4e\x02\x72\xeb\x36\x85\x4d\xaf\xed\x77\xac\xbe\x75\x6d\x6f\x4b\x20\x69\xd5\x6f\x87\x0c\x90\x88\x52\x95\x05\xec\x45\x5a\x1b\xc8\x6a\xf5\xe2\xfd\x4b\x6e\x99\xfe\x2e\xc8\x0d\x17\xec\x76\x7c\x00\xe9\x96\xc0\xdb\xe8\x21\x48\x84\x3a\xea\x76\xc8\x00\xb9\x75\x9b\xec\xc5\xc1\x6a\xd0\x66\x93\xbd\xa0\x2a\x31\x05\xe0\xeb\x76\x14\x01\x23\xbf\x33\xda\xb1\x17\x9b\xae\xb9\x15\xed\xc5\xd4\xc8\xde\x2e\x5e\xdf\x2a\x49\x31\x62\xdf\x0e\x2c\xa0\x0d\xbd\xd6\xdb\x81\x05\xb4\xff\x6a\xf2\xf8\x6c\xcd\x71\x55\xd7\xca\xf4\xa2\x59\x5f\xe7\x36\x7f\xf9\x66\xa7\x2b\x52\xc3\x65\x65\x7a\xb1\xd2\x77\xcc\x65\x18\xd0\xdd\x10\x68\x61\x7a\x91\xdb\xb0\xc9\xbb\xf3\x62\x22\x25\x5f\xb7\x23\x0d\x18\xcb\x77\x5f\x37\xf9\xfe\xdc\x64\xba\x6a\xa0\x13\xa4\x0b\x63\xb7\x8b\x35\x20\xdd\x95\x71\x5f\x5f\x57\xf9\x00\x99\xbb\xdc\x2e\xa0\x83\xdc\x70\xd5\x6e\x27\xb4\x20\x37\x6f\xab\x13\xda\xfb\x73\x83\x63\xfd\xd9\x36\xdf\x7a\xc9\x20\x2d\xda\x73\x1b\x08\x05\xef\x51\x3c\x99\x4f\xc7\x71\xce\x1b\xea\xa0\x06\x72\xc3\xe3\xb8\x9d\xcb\xde\x84\x3d\x37\x9c\x04\x0b\xea\x8b\xdc\x18\x94\xad\xa7\x5f\xb7\x03\x18\x2f\xd2\xe3\xbc\xf5\x61\x92\xba\x31\x4d\x7a\x9c\x91\x3e\x4a\xb7\x63\x07\x1e\xdd\x4e\xd0\xa6\xd3\x48\x2b\xde\x8b\xb7\xad\xd1\x36\x6c\x1b\x64\x80\x70\x02\x47\x48\x90\x1b\x6f\x97\xf5\xed\xeb\xab\x6f\xef\x14\xce\xfa\xf6\xe2\x6d\xe3\x77\x46\x4c\x41\x77\x99\xef\xd1\x1b\x05\xb9\x31\x93\x78\x9c\x82\x82\x44\xeb\xbf\x2c\x4a\x2f\xde\x83\xf1\x33\x17\x6e\x9e\xf1\x9d\x94\xdf\xe9\x07\x82\xb7\x2d\x68\x3b\x6c\x23\xd3\xe2\xfb\x99\x37\x84\xe9\x2b\x7a\x4c\xf5\x38\x57\x7d\x3e\xaf\x8f\xe1\xd5\x5a\xf2\xe2\x6d\x5b\xb4\xed\xb6\x31\x5a\x4c\x7f\xe6\x09\x5e\x4c\xeb\x27\x5b\x26\x5e\x44\x62\xb8\x1e\xe3\x9c\x8f\xe9\x41\x5e\x81\xce\x21\x48\xcb\x3e\x3e\xc6\x39\x41\xba\x79\xd1\xfa\xf2\xe2\xed\x85\x6d\x1e\xcc\xac\x59\x2c\xaa\xa5\xe3\xc5\xe6\x96\xee\xc7\x69\x28\x48\xf7\xbb\x3c\x66\xc8\x3e\xf8\x86\xa6\x9d\x3c\x66\xc8\x82\x36\x1d\x3a\x1f\xfd\x45\x90\x9b\x0f\xca\x69\x26\xc8\x8d\xc1\xf4\x31\xf7\x15\xbc\x7f\x49\x37\x9c\x54\x82\xdc\x78\xe1\x1f\x2d\x1e\x78\x7f\xc6\xdb\xa1\xf3\x09\x72\xf3\xf5\xd3\xf9\x04\xb9\xe1\xc5\x3c\xce\x16\xc1\xb0\xd4\xda\x63\x75\x3d\xf0\x1e\x8c\xd7\xca\x7d\x3d\xe0\x6d\xe3\xaa\x34\x41\x8f\x26\xc8\x77\xd9\x5c\x54\x90\x46\x5f\x1e\x4d\x10\x98\x96\x81\x7d\x4c\x4f\x05\xb9\xf9\xda\x9a\x9e\xfa\x98\x9e\x8a\xbb\xf0\x14\xb5\xb1\xc4\x22\xe3\xf6\x29\x46\x24\xb1\x50\xbe\x7e\x5c\x58\x15\x8b\x09\xc6\xe3\xc2\xea\xb3\x53\xc7\x0b\x0b\xfa\xec\x24\x0b\x8a\xc5\xe7\xff\xb8\xd6\x2a\xd6\xb6\xfc\xd5\xb0\x69\xbc\x4d\xaf\x69\x79\x76\x62\x40\x62\xa1\x97\xff\xec\x7c\x9d\x62\xcd\x77\x74\x79\x5c\x91\x15\x0b\x09\xba\x67\xe7\x83\x15\x8b\xcd\x32\xcf\xce\x32\xc8\xb3\xbf\x13\x9b\x45\xa0\xf9\xd9\x71\x48\xc5\x9a\xcb\x7e\x9d\x36\x9d\x34\xd9\x89\xcb\xa6\xeb\x6d\x2a\xae\xb1\x79\xd9\xd4\x65\x99\x5f\xbf\xbe\xcb\x26\x4d\xdd\x3b\xc1\x68\xf0\xec\xd6\x60\x69\x74\xb5\x7b\xd9\x5d\x55\x37\x9b\xbc\xec\x4e\x46\xfd\xf0\x0f\xbd\x6c\x6b\xb0\x0c\x7f\xe5\x35\x76\xca\x36\x0c\xee\x7d\xf7\x1a\x2d\x40\xfa\xbe\xea\x8f\x8b\xc9\x62\x85\x97\xed\x73\x04\x2b\xbc\x20\x1c\xe5\x87\xf5\xe5\x15\xf6\xbe\x7b\xd9\xdd\x55\x35\xcf\xe8\x65\xbf\x58\x54\xa7\x7b\x14\xab\x16\xc5\x14\xfc\x51\xac\xfa\xf9\x94\xa9\x3b\x2d\xc3\x96\x8d\x1f\xbd\x47\x57\x38\x4a\x24\x03\xc8\x73\xb3\xce\xf3\xdc\xc4\xbd\x28\x09\xf2\xdc\x2c\xea\x88\x24\x0b\xf1\x51\x4b\xea\xb9\xa9\x2c\x40\x01\xf6\xe7\x66\x54\x7c\x6e\xb2\x28\xa9\x57\xfe\xdc\x0c\x8a\xcf\x4d\x24\x8c\x5a\xf1\xcf\xcd\x98\xf8\xdc\xe3\xfd\x14\xa8\xd1\xfd\xdc\x64\xf5\x3c\x37\x63\x22\x7b\xfb\x9e\x1b\x97\xfe\xb9\x59\xe0\xa6\x36\xf9\x73\x6f\xf6\x0b\x5f\xbd\xde\x79\xef\xf3\x78\x89\x80\xf9\xc1\xf3\x10\x74\x11\x8b\xb2\x39\x8f\x62\x2d\x82\x19\xf4\xf3\x10\x91\x15\xc4\x68\x1f\xd5\x5b\x84\x37\xf4\x21\x2c\x23\x98\x54\x3c\x5a\x37\xb1\x7e\xbf\xff\xb6\x75\x6a\x8c\xff\x6e\x94\x1f\xec\xe0\x0b\x05\x59\x69\xd9\x6d\x21\x9d\x70\xd1\x72\xd8\x42\xad\x2d\xbb\x72\xda\x72\xfe\x8f\xbf\x7c\x9b\x1e\x42\xb7\x82\x8d\x17\x8f\x56\x55\x50\x2d\xf7\x79\xfc\xb4\x01\x15\xaf\x1e\xcd\xec\x83\x11\x64\x2f\xcb\xf3\x34\xcf\x8e\xc6\xcb\x3b\xf9\x78\x94\x78\x11\xbe\x6d\x2a\xbc\x08\x72\x3f\x9f\xc7\x0f\x0a\xa0\x17\xfb\x28\xf9\x22\x28\xbd\xf8\x68\x5c\x05\x95\x80\x1f\x6d\xeb\xf3\x7c\x0f\xfe\x6d\xf1\xb9\x2b\xbe\x92\x5c\xfb\xf0\xec\x03\x05\x74\xee\x8f\x2f\x02\x20\xd4\xf6\x68\x2e\x05\x25\x0b\x1f\xe5\x59\x04\x85\xf5\x9e\x67\xf3\xec\x2f\x70\x18\x1f\x2d\xea\xf3\xcc\x77\x40\xf1\x91\x4f\xcf\x8e\xd4\xb5\x77\x63\x7a\x76\x84\x52\x82\x2b\x9d\x9e\x7d\x22\x1b\xc2\x75\x4d\xcf\x4e\x49\xba\xe0\xb5\x08\x8f\x5c\x0a\x17\xbd\x2d\xb7\x67\xbf\xdd\xb9\x44\x8b\xef\x20\xcb\x23\x93\xe3\xdc\xbe\x82\x08\x19\x6d\x5c\xd7\xed\x2b\xf8\x62\x51\xf1\xe9\x51\xe8\x42\xa4\xaf\xf7\xed\x0b\x44\xb9\xe6\xfe\xff\x16\xb7\x79\xff\xff\xaf\xfb\x3f\xfe\xbf\xff\xf9\xbf\xf6\x7f\xfc\xef\xfd\x5f\xef\xbf\xce\xff\xfc\xe7\x3f\xef\x7f\xfb\x8f\xeb\x5f\xce\xff\xf8\xeb\xff\x7f\x5b\xff\xba\xee\xe7\x5f\xfe\xed\xfe\xe7\xfd\x7f\xfe\xfd\x3f\xff\x79\xde\x7f\xfd\xe3\xdf\xff\xf1\xfe\x15\xff\xfe\x6f\x00\x00\x00\xff\xff\xb5\x0d\xdf\x1d\xc7\x89\x02\x00"); +func _bdeb ()(*asset ,error ){_baege ,_beg :=_gdbcb ();if _beg !=nil {return nil ,_beg ;};_fcee :=bindataFileInfo {_dae :"UniAKR-UTF32-H",_fb :248243,_ae :_be .FileMode (436),_g :_a .Unix (1580492666,0)};_bfec :=&asset {_dd :_baege ,_ef :_fcee };return _bfec ,nil ; +};func _eae ()([]byte ,error ){return _c (_aafc ,"Ext-V")};func AssetInfo (name string )(_be .FileInfo ,error ){_efcb :=_fd .Replace (name ,"\\","/",-1);if _caff ,_gegb :=_ecfgc [_efcb ];_gegb {_beffe ,_gdfbde :=_caff ();if _gdfbde !=nil {return nil ,_aa .Errorf ("AssetInfo %s can't read by error: %v",name ,_gdfbde ); +};return _beffe ._ef ,nil ;};return nil ,_aa .Errorf ("AssetInfo %s not found",name );};func _aeee ()(*asset ,error ){_ggge ,_gbcf :=_egfb ();if _gbcf !=nil {return nil ,_gbcf ;};_fbdc :=bindataFileInfo {_dae :"UniKS-UTF16-H",_fb :120685,_ae :_be .FileMode (436),_g :_a .Unix (1580493035,0)}; +_fffaa :=&asset {_dd :_ggge ,_ef :_fbdc };return _fffaa ,nil ;};func _abbe ()([]byte ,error ){return _c (_ccaf ,"V")};func _eb ()(*asset ,error ){_dff ,_aff :=_db ();if _aff !=nil {return nil ,_aff ;};_ge :=bindataFileInfo {_dae :"78-H",_fb :12437,_ae :_be .FileMode (436),_g :_a .Unix (1580490877,0)}; +_fa :=&asset {_dd :_dff ,_ef :_ge };return _fa ,nil ;};func _bbabf ()(*asset ,error ){_ede ,_fage :=_gebb ();if _fage !=nil {return nil ,_fage ;};_ggfc :=bindataFileInfo {_dae :"GBT-H",_fb :44433,_ae :_be .FileMode (436),_g :_a .Unix (1580492211,0)};_gfgd :=&asset {_dd :_ede ,_ef :_ggfc }; +return _gfgd ,nil ;};var _abde =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x4c\x92\x4f\x8f\x9b\x30\x10\xc5\xef\x7c\x8a\x39\x6e\x0f\x5b\x6c\xfe\x19\x4b\x11\x52\x37\x51\xb7\x1c\xb6\xad\x9a\xcd\xb6\x52\xd5\x03\xd8\x43\x6a\xa9\x31\xc8\xc0\x21\xdf\xbe\xb2\x3d\xd0\x1e\x22\xf8\x3d\x3f\x3b\xef\xe1\x49\x8f\xed\xa9\xb5\x66\x81\xf4\xab\x1b\xd5\x19\x17\x18\x8c\xd5\x0e\xe7\x71\x75\x0a\xa1\xc7\xab\xb1\x49\xc2\x33\xd0\x46\x2d\x1b\x86\x87\xba\x75\x53\x92\xa4\x17\x6b\x9e\x9f\x1e\x2f\xaf\x1f\xeb\xc7\x4f\xb0\xce\x48\xf2\xb1\x3d\x9d\xef\xf3\x82\xb7\xd6\x0e\x23\xe4\x71\xbb\x5e\x27\x3a\x02\x20\xfd\x86\x57\x33\x2f\xee\x0e\x0f\x1f\xf4\xd8\xe3\x3b\xd0\x38\x78\xfd\x8b\xd3\xe8\x8c\xbd\xc2\xc3\xf3\x13\xdf\xd5\xf3\x3a\x4d\x7f\xf0\x86\x76\x81\x32\x68\x68\x75\x78\x26\xe9\xf1\xa5\x9b\x3e\x77\x37\x84\xff\xb3\xbc\x85\xc5\xb0\xf6\x86\x6e\x36\xa3\x05\x9e\xbf\x67\x4c\xfc\xd3\x5f\xef\x13\x02\xa7\x43\x7e\x5c\xda\x13\xfc\xe4\xc0\x19\x64\x65\x51\xb2\x5f\xa4\x7f\x7f\x19\xf5\xee\xe2\x22\xc6\x57\x46\xab\xdf\x9d\x4b\x0e\x98\xd5\x4c\x16\x0d\x94\xb2\x8e\xd0\x55\x1e\x64\x72\xc0\xbc\x66\x35\x6f\xa0\x14\x25\x41\xe6\xa1\x88\x20\xf3\x06\x84\x60\x55\x72\xc0\xa1\x57\xd1\x57\x13\x28\x0f\x39\x01\x06\x9f\x88\x24\x75\x20\x32\xca\xc1\x1b\x65\x84\xbe\x0f\x4b\x1b\x05\x23\x67\x44\x43\x03\x15\x8b\xa0\x65\xef\x03\x56\x04\xda\x83\x20\x88\xff\x55\x04\x1a\xba\x90\x90\x73\xff\x9d\xb7\xba\x49\xb5\xd7\x77\x9d\xbd\x22\x15\xab\x1b\x88\x2f\x3e\x50\xbd\x35\x64\xa4\x4a\x5f\x4e\x6e\x6a\xb1\xa9\xa5\xf7\x66\xa4\x56\x9b\x2a\xbc\x37\xa3\xee\xe1\x5c\xff\x22\xbd\x97\xca\xc8\x8e\xd4\x50\x44\x54\x94\x2f\xe6\x09\xe0\xe7\x6f\x1f\x09\xb5\x3a\x87\x76\x09\xd3\x17\x2e\xdd\x5f\xa4\xb1\xb8\x0f\xf8\x34\x4e\x7e\x57\xf8\xfd\x0d\x00\x00\xff\xff\x48\xe4\x8e\x49\x0c\x03\x00\x00"); +func _ade ()(*asset ,error ){_dfef ,_gffd :=_aabea ();if _gffd !=nil {return nil ,_gffd ;};_dffb :=bindataFileInfo {_dae :"UniJIS-UTF32-V",_fb :4458,_ae :_be .FileMode (436),_g :_a .Unix (1580492953,0)};_fdbdeg :=&asset {_dd :_dfef ,_ef :_dffb };return _fdbdeg ,nil ; +};func _gbb ()([]byte ,error ){return _c (_cfce ,"GBTpc-EUC-V")};func _cagef ()([]byte ,error ){return _c (_dgade ,"UniJIS-UCS2-V")};func _ffdb ()([]byte ,error ){return _c (_bdc ,"Adobe-Korea1-1")};var _gace =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x4c\xd2\xc1\x8e\x9b\x30\x10\x06\xe0\x3b\x4f\x31\xc7\xf4\x90\x82\x01\xe3\x56\xaa\x2a\xb5\xe4\x10\x54\x25\xad\x4a\x9b\x5d\x69\xb5\x07\x62\x4f\x90\xa5\xc5\x58\x06\x0e\x79\xfb\xd5\x8c\x59\x76\x0f\xd1\x84\xcf\xf8\xd7\x78\x4c\x5a\x37\x87\xc6\xd9\x19\xd2\x3f\x61\xd4\x2d\xce\x70\xb3\xce\x04\x9c\xc6\x25\x68\x84\x2b\xf6\xd6\x25\x89\xc8\xc1\x58\x3d\xbf\x3d\x72\xd1\x43\xe7\x93\x24\x3d\xfe\x1a\x4a\x25\xf6\x3f\xe5\xfe\x08\xcb\x84\xab\xd6\xcd\xa1\xbd\x4f\x33\x0e\x8d\xbb\x8d\x50\xc4\xdd\x66\xf1\x6b\x02\x40\xfa\x17\x7b\x3b\xcd\xe1\x0e\xbb\x1f\x66\xbc\xe2\x27\x30\x78\x23\xff\x1d\x0c\x06\xeb\x7a\xd8\xd5\xe7\x56\x6c\xdc\x2e\xde\xbf\xe0\x80\x6e\x06\xc1\x86\xce\x70\x4d\xd2\xfa\xd4\xf9\x73\x37\x20\x7c\xe8\xe5\xc2\x6b\xbc\x74\xc1\x30\xd9\xd1\x81\xc8\x3f\x67\x99\x7c\xf7\x7f\x77\x8f\x6b\x56\x92\x3e\xfe\x6f\x0e\xf0\x24\x40\x64\x90\x4b\x99\x57\xcf\xab\x3f\x9c\x46\xb3\xbd\x25\xf2\xd8\xbe\xb6\x26\x74\xae\xc7\xe4\x5b\x27\xca\xeb\x77\x58\x8b\x28\xaa\xb2\x22\x93\x1d\x1b\x15\x51\xa8\xb2\x60\xd3\xd1\x74\x34\xc9\x66\xa2\x21\x59\x46\x52\x09\x96\x2a\x27\x29\x59\x64\x94\x8a\xe4\x0b\xcb\xd7\x28\x94\x5e\xe6\x2c\x31\xa7\xa2\x9c\xd8\x81\x8a\x39\x8a\x72\x24\x27\xab\x98\xa3\x28\x47\x72\xb2\x8a\x39\x8a\x72\x24\x27\x63\xc1\x42\x85\xce\xa2\x68\xc6\xdb\x59\xe9\x3f\xdd\xed\x36\x6d\xbd\x84\x80\x6e\xe6\x9b\xe5\x81\xd2\x90\xac\xc3\xed\xdb\xf1\xa3\xa7\x5d\xfc\x7b\x0d\x00\x00\xff\xff\xd6\x6a\x50\x18\x67\x02\x00\x00"); +func _bafg ()([]byte ,error ){return _c (_agg ,"Adobe-Japan1-6")};var _bgfd =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x44\x92\x41\x8b\x9d\x30\x10\xc7\xef\x7e\x8a\x39\x6e\x0f\x5b\x8d\x31\xc9\x2e\x2c\x0b\xad\xaf\xb0\x52\x76\x5b\xea\x76\x5b\x28\x3d\xf8\x92\x79\x12\xa8\x31\x44\x3d\xbc\x6f\x5f\x66\x62\xed\x41\xfe\xfa\x8b\xf3\x63\x32\x49\xd9\x76\xa7\x2e\xf8\x15\xca\xaf\x69\xb6\x3d\xae\x70\xf1\xc1\x25\x5c\xe6\x2d\x59\x84\x33\x8e\x3e\x14\x85\xa8\xc1\x79\xbb\xfe\xfb\xe4\xb0\xd3\x10\x8b\xa2\xfc\xf4\xfa\xf4\xf9\xf6\xa3\xba\x7d\x82\x6d\xc1\x9d\xb5\xdd\xa9\xbf\x2e\x2b\x4e\x5d\xb8\xcc\x20\x73\xad\xdb\xe2\x5e\x0f\x50\x7e\xc3\xd1\x2f\x6b\xba\xc2\xcd\x07\x37\x9f\xf1\x1d\x38\xbc\x10\xff\x92\x1c\x26\x1f\x46\xb8\x69\x5f\x7a\x71\xe0\x7e\x8b\xf1\x0f\x4e\x18\x56\xd0\xcc\x30\x38\xce\xa2\x6c\x9f\x87\xf8\x32\x4c\x08\x47\x27\x6f\xbc\xc2\x0b\x6f\x98\x16\x3f\x07\x10\xf2\x7d\x55\x99\xff\xfc\xf5\x1a\x11\xc4\x6e\xf8\xf9\xbd\x3b\xc1\x2f\x01\xa2\x82\x5a\xa9\x3b\xf9\x7b\xe7\x3f\x9e\x67\x77\xfc\x25\x64\x6e\xde\x7a\x97\x86\x30\x62\xf1\x30\x88\xe6\xfc\x08\x7b\x08\xa9\x1b\x4d\x4c\x0d\xcc\x28\x84\x34\x8d\x64\x66\x33\xb3\x99\x29\x66\x2e\x33\x24\x56\x11\xd1\x82\x89\xae\x89\x34\x4c\x54\x26\x9a\xc8\x1d\x93\xfb\x4c\xc8\xde\xd4\x4c\xb2\x47\x93\x27\x77\x60\xb2\xc7\x90\x47\xb1\xd9\x64\x8f\x21\x8f\x62\xb3\xc9\x1e\x43\x1e\xc5\x66\x94\x4c\x28\x68\x2f\xa6\x78\xb0\x1a\x9b\x47\xa0\x50\xe4\xae\xee\x0d\x4d\xfd\xd8\x3f\xbd\xd3\x69\x1f\xf3\xb7\x5b\x4a\x18\x56\x3e\x6b\x1e\x32\x0d\xce\x07\x3c\xee\x52\x9c\x23\x55\xf1\xf3\x37\x00\x00\xff\xff\x7a\x2d\x9c\xb1\x77\x02\x00\x00"); +func _ecc ()([]byte ,error ){return _c (_gfgc ,"Adobe-KR-3")};func _aabe ()([]byte ,error ){return _c (_ege ,"UniCNS-UTF32-H")};func _gaa ()([]byte ,error ){return _c (_cgd ,"83pv-RKSJ-H")};func _aeaa ()([]byte ,error ){return _c (_feda ,"GBK2K-H")};func _ageb ()([]byte ,error ){return _c (_aeeg ,"UniKS-UCS2-V")}; +var _gfgc =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\x94\xc1\x8a\xdb\x3c\x14\x85\xf7\x7a\x0a\x2d\xe7\x5f\xcc\x1f\xdd\x6b\x59\x96\xc1\x0c\x94\x19\x06\xc2\x30\x6d\x99\x29\xed\xda\xb1\xe4\x60\x68\x6c\xe3\x38\x8b\xbc\x7d\xb9\xf7\x38\x29\x74\x11\x1c\x7d\x91\x4e\xc4\x77\x2c\xed\x9e\xf7\x2f\xfb\x71\x58\xed\xee\xfb\x32\x75\x9f\x79\xb5\xfd\x30\xa6\x25\x9f\xa7\xcb\xd2\x65\x7b\xc8\xc7\x61\x34\x86\xd8\xa6\xa1\x5b\x6f\x43\x7d\x74\xa7\x76\x36\x46\xd6\x7f\x5e\xcf\x6b\x3e\xed\xc7\x7e\xb2\x05\xe6\xa5\xcb\xbc\xcd\xb5\x76\xf7\x91\x8f\xc3\x79\x5d\xae\xf6\xe1\x4b\x9a\x0e\xf9\x3f\x9b\x72\x2f\xfc\xdb\x92\xf2\x32\x8c\x47\xfb\xf0\xf6\x71\x87\x9f\x97\x79\xfe\x9d\x4f\x79\x5c\x25\x2b\xf7\x26\x8f\x49\x9f\x66\xf7\xfc\xde\xce\x5f\xdb\x53\xb6\x3b\xcd\x79\x7c\xfb\x78\xc4\x14\xfd\xe5\x67\x5e\xce\xc3\x34\x5a\xfa\xdf\x39\xfe\x8b\x7f\x5c\xe7\x6c\x69\x4b\xf8\xf5\x3e\xa5\x6c\xdd\x2d\x6f\xff\xf2\x3c\x5d\xc6\xd5\x12\x55\xc5\x36\x85\xb0\xed\x6e\x4a\xf9\x3c\xb7\x5d\x5e\xda\xf1\x98\x8d\xb5\x8d\x73\xce\x3d\xd9\x86\x5f\x5e\x5f\x9f\x64\x4f\xff\xcc\x30\x3e\x6c\x2b\x87\x04\x72\x5b\xe1\x5c\xdf\x3f\x59\x67\x1a\x47\x18\x93\x8c\xb9\x0c\xa6\x71\x0c\xc2\x42\x4a\x62\xd3\xb8\x02\xa4\x10\x52\x85\x68\x1a\xe7\x41\xbc\x10\x72\xec\x4d\xe3\x4a\xa0\x52\x11\x47\xc9\x0e\x40\x41\x51\x59\x48\x78\x05\x54\x29\xaa\x6a\x49\x8f\x40\x51\x77\xe0\xbc\xc4\xd7\x40\xb5\xa2\xc2\x49\x7c\x0b\xd4\x6e\xfb\x94\xf8\x03\xd0\x41\x51\x24\x89\xef\x80\x3a\x41\x85\xab\x24\x3e\x01\x25\x45\x05\x4b\x7c\x06\xca\x8a\xca\x28\xf1\x3d\x50\xaf\x28\x7a\x67\x1a\x82\x29\x52\x53\xde\xd5\xc1\x34\x04\x59\xa4\xb2\x7c\x51\xb2\x69\x08\xb6\x48\x6d\xf9\xe0\xa2\x69\x08\xba\x48\x75\xf9\x18\xbc\x69\x08\xbe\xc8\x6f\x4e\x25\x1e\xbe\x48\x7d\x95\x45\x25\xf1\xf0\x45\xea\xab\x0c\x85\xc4\xc3\x17\xa9\xaf\x32\x46\x89\x87\x2f\x52\x5f\x81\xbc\xc4\xc3\x17\xa9\xaf\xe0\x9d\xc4\xc3\x17\xa9\xaf\x10\xa4\x58\x82\x2f\x52\x5f\xa1\x96\x66\x09\xbe\x48\x7d\x55\x24\xd5\x12\x7c\x91\xfa\xaa\xbc\x54\x4b\xf0\x45\x79\xeb\x5f\xe2\xe1\x8b\xd4\x57\x55\x4b\xb5\xbc\xbd\x8b\xea\x2b\x92\x54\xcb\xf0\xc5\xea\x2b\x7a\xa9\x96\xe1\x8b\xd5\x57\xac\xa4\x5a\x86\x2f\x56\x5f\xb1\x96\x6a\x19\xbe\x58\x7d\xd5\x2c\xd5\x32\x7c\xb1\xfa\xaa\xbd\x54\xcb\xf0\xc5\xea\xab\xae\xa4\x5a\x86\x2f\x56\x5f\x75\x2d\xd5\x32\x7c\x71\xbc\xbd\xab\x92\x0f\x61\x5c\x83\x79\x29\x97\x61\x8c\x5b\xb0\x4a\xda\x65\x28\x63\x55\x26\xed\xcb\x5f\xc0\x19\x77\x60\x2c\xfd\x32\xa4\x71\x4a\x2c\xac\x64\xa7\xa7\xf1\x76\xea\xe4\xbb\xdc\x4b\xf7\xbb\xa2\xbb\x2c\x4b\x1e\x57\xbd\x95\xf4\x42\x90\x73\x3e\x8c\xf9\x7e\xc3\xcd\xd3\x2c\xab\xf4\xf3\x27\x00\x00\xff\xff\x1b\x63\xd0\x73\x0d\x05\x00\x00"); +func _bacd ()([]byte ,error ){return _c (_bccdf ,"GBpc-EUC-V")};func _aceg ()([]byte ,error ){return _c (_dgea ,"GBpc-EUC-H")};func _acf ()([]byte ,error ){return _c (_eec ,"Adobe-CNS1-2")};var _gde =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\xd6\x4d\x8b\x1b\x47\x18\x04\xe0\xfb\xfc\x8a\x39\x3a\x07\x67\xfb\xfd\xec\x1e\x18\x0c\xb1\x8d\xcd\x1e\x9c\x84\x38\x5f\x10\x72\xd0\x6a\x46\x8b\x20\x2b\x09\xad\xf6\xe0\x7f\x1f\xaa\x4b\x72\x88\x0f\x46\x56\x59\x7a\x47\x7e\xaa\x67\xba\xef\xde\xdd\xbf\xbf\x3f\xec\x2f\xe3\xdd\xcf\xe7\xe3\xf6\xf3\x7a\x19\x77\xfb\xc3\x72\x5e\x9f\x8f\x2f\xe7\xed\x3a\x3e\xac\x8f\xfb\xc3\x30\x88\x8e\xcb\x7e\x7b\xb9\xbd\xed\x2f\xdb\xa7\xcd\x69\x18\xf0\xfd\xcf\x5f\x9e\x2f\xeb\xd3\xfd\x61\x77\x1c\x8d\x9f\x5b\x5e\x4e\xd7\xcf\x8e\xe3\xdd\x2f\xeb\xe3\xfe\xf9\x72\xfe\x32\xbe\xfa\x61\x39\x3e\xac\xdf\x8d\xcb\xba\x43\xfe\xd3\x79\x59\xcf\xfb\xc3\xe3\xf8\xea\xe3\x5b\xf9\x9a\x7e\x7e\x39\x9d\xfe\x59\x9f\xd6\xc3\x65\xf4\x9e\xad\x87\xa5\xbf\x0e\x77\xef\x3e\x6d\x4e\x3f\x6e\x9e\xd6\xf1\xae\x0f\x7a\xfd\xf1\xad\xbc\xe6\x67\xfa\x3f\xfd\xbe\x9e\x9f\xf7\xc7\xc3\x28\xdf\x97\x92\xff\xc5\xbf\x7e\x39\xad\xa3\x5c\x47\xfc\xf9\xdb\xfd\xfb\xf1\x2f\x19\xa5\x8c\x1a\x1e\xed\xef\x6b\xfe\xc7\xa7\xe3\xb2\x8e\xe5\x76\xa1\xfb\xf7\xef\x8e\x2f\x87\xcb\xa8\x53\x49\x5e\x61\x10\xfe\x87\xb6\xc7\x65\x7d\x3e\x6d\xb6\xeb\x79\x73\x78\x5c\x87\x71\x9c\x4b\x29\xe5\xcd\x38\x57\xf9\xf0\xe1\x0d\x7e\xec\x37\x9f\x18\xa4\x94\xeb\x57\xf7\x0b\xa3\xdb\x57\x4a\xd9\xed\xde\x8c\x65\x98\x8b\xf0\xbd\xe0\xbd\x46\x0e\x73\x51\x26\x8a\x24\x44\x87\xb9\x18\x13\x43\x52\xb3\x0d\x73\x71\x26\x8e\x44\x8a\xfa\x30\x97\x60\x14\x3d\xd2\x86\xd9\xc9\x28\x7b\x14\x86\xe1\x95\x51\xed\x51\x9d\x30\xbd\x31\x6a\xfd\x17\x14\xc7\xf8\x89\xd1\xd4\x23\x2b\x18\xbf\x61\xb4\xb9\xfe\x4e\x8c\x7f\x60\xf4\xd0\xa3\x26\x18\xbf\x65\xb4\x45\x64\xa5\x62\xfc\xc2\x68\xe9\x91\x29\xc6\xaf\x8c\xd6\x1e\x45\xc3\xf8\x1d\xa3\x5d\x8f\x9a\x97\x61\x16\x4a\x49\x97\xf2\x32\xe5\x30\x0b\xb1\xa4\x63\xb9\x85\x0e\xb3\x50\x4b\xba\x96\x67\x69\xc3\x2c\xe4\x92\xce\xe5\x2d\x7d\x98\x85\x5e\xe2\x57\x53\x8c\xa7\x97\x74\xaf\xb0\x8a\xf1\xf4\x92\xee\x15\x69\x18\x4f\x2f\xe9\x5e\xd1\x1a\xc6\xd3\x4b\xba\x57\x8a\x63\x3c\xbd\xa4\x7b\xa5\x17\x8c\xa7\x97\x74\xaf\x4c\x14\x2b\xf4\x92\xee\x95\x13\x9a\x15\x7a\x49\xf7\xaa\x82\x6a\x85\x5e\xd2\xbd\xaa\xa3\x5a\xa1\x97\xac\xd7\xfe\x31\x9e\x5e\xd2\xbd\xea\x84\x6a\x95\x5e\xda\xbd\x9a\xa0\x5a\xa5\x97\x76\xaf\xe6\xa8\x56\xe9\xa5\xdd\xab\x55\x54\xab\xf4\xd2\xee\xd5\x26\x54\xab\xf4\xd2\xee\x35\x29\xaa\x55\x7a\x69\xf7\x9a\x1c\xd5\x2a\xbd\xb4\x7b\x4d\x15\xd5\x2a\xbd\xb4\x7b\x4d\x13\xaa\x55\x7a\x69\xbb\xad\x55\xcc\x27\x98\x4e\xcc\x1c\xe5\x2a\xc5\x74\xc3\xac\xa2\x5d\x25\x99\x76\x32\xb4\x8f\x4b\xd0\x4c\xb7\xcc\x14\xfd\x2a\xd1\x74\x61\x16\x28\x58\xa9\xa6\x2b\xb3\x8a\x86\x95\x6c\xba\xe3\x4d\x52\x50\xb1\xd1\xcd\x0a\x33\x45\xc7\x46\x38\x13\x66\x81\x92\x8d\x72\xa6\xb7\x1b\xac\x0c\xb3\x91\xce\x3a\x9d\x58\x41\xcd\x46\x3b\xe3\xbd\x69\x86\x9e\x8d\x78\xc6\x9b\xd3\x02\x45\x1b\xf5\x8c\x77\xa7\x35\x34\x6d\xe4\x33\xde\x9e\x5e\x50\xb5\xd1\xcf\xe8\xe7\x86\xae\x8d\x7e\x46\x3f\x0f\x94\x6d\xf4\x33\xfa\x79\x43\xdb\x46\x3f\xa3\x5f\x08\xea\x36\xfa\xd9\xf6\xf6\x54\xc0\x35\xe8\x67\xf4\x8b\x44\xe1\x46\x3f\xa3\x5f\x34\x34\x6e\xf4\x33\xfa\xa5\xa0\x72\xa7\x9f\xd3\x2f\x0d\x9d\x3b\xfd\x9c\x7e\x99\xe8\xdc\xe9\xe7\xf4\xcb\x86\xce\x9d\x7e\x4e\xbf\x2a\xe8\xdc\xe9\xe7\xf4\xab\x8e\xce\x9d\x7e\x4e\xbf\x9a\xe8\xdc\xe9\xe7\x79\x7b\x94\xe1\x1a\xf4\x73\xfa\x35\x41\xe7\x4e\x3f\xa7\x5f\x73\x74\xee\xf4\x73\xfa\xb5\x44\xe7\x4e\x3f\xa7\x5f\x9b\xd0\xb9\xd3\xcf\xe9\x37\x29\x3a\x77\xfa\x39\xfd\x26\x47\xe7\x4e\x3f\xa7\xdf\x54\xd1\xb9\xd3\xcf\xe9\x37\x4d\xe8\xdc\xe9\xe7\x3b\x3e\x6b\x15\x9d\x07\xfd\xa2\xdc\x9e\xbf\x65\x98\x83\x7e\xc1\x5d\xa1\x54\x74\x1e\xf4\x0b\x65\x36\xa1\xf3\xa0\x5f\x74\x3f\x15\x45\xe7\x41\xbf\x70\x66\x81\xce\x83\x7e\x11\xcc\x2a\x3a\x0f\xfa\x45\xf7\x53\x2d\xe8\x3c\xe8\x17\x95\x99\xa2\xf3\xa0\x5f\x70\x7f\xd0\x40\xe7\x41\xbf\xe0\x06\xa1\x15\x9d\x07\xfd\x62\x73\xdb\x34\x70\x0d\xfa\x05\xb7\x08\x53\x74\x1e\xf4\x8b\x2d\xb3\x40\xe7\x41\xbf\x58\x98\x35\x74\x1e\xf4\x8b\xee\xa7\x5e\xd0\x79\xd0\x2f\xe8\xe7\x86\xce\x93\x7e\x49\x3f\x0f\x74\x9e\xf4\x4b\xfa\x79\x43\xe7\x49\xbf\xa4\x5f\x14\x74\x9e\xf4\x4b\xfa\x85\xb9\xf7\x6d\xfc\xb6\x5b\x0f\xe2\xdf\xee\xdf\x49\xdd\xf4\xdb\x3e\x88\x5f\x40\xdd\xa4\x6e\x34\xac\x88\xa4\x6e\x52\x37\x05\x2b\x22\xa9\x9b\xd4\x4d\xc3\x8a\x48\xea\x26\x75\x33\xb1\x22\x92\xba\x49\xdd\x6c\x58\x11\x49\xdd\xa4\x6e\x15\xac\x88\xa4\x6e\x52\xb7\x1a\x56\x44\x52\x37\xa9\x5b\x13\x2b\x22\xa9\x9b\xd4\xad\x13\x56\x44\x52\x37\xd7\xdb\xe6\x8d\x6b\x50\x37\xa9\xdb\x1c\x2b\xa2\x5e\x8f\x38\xd4\x6d\x89\x15\x51\xe5\x7a\xec\x69\x15\xd9\xa4\xed\x7f\x6a\xf8\x7b\x3f\x20\x7e\x3d\xb4\x6d\x5f\xce\xe7\xf5\x70\xe9\xe7\xc3\x7e\x30\xc3\xb9\x6a\x7f\x58\xbf\x9e\x35\x4f\xc7\x13\xbe\xd6\xff\xfc\x1b\x00\x00\xff\xff\x7b\xfe\x2b\xdd\x97\x0a\x00\x00"); +var _bcgc =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x44\xd2\xcf\x8e\x9b\x30\x10\x06\xf0\x3b\x4f\x31\xc7\xed\xa1\xc5\x7f\x8a\x31\xd2\x2a\x52\x95\x1c\x8a\x56\xdb\xad\x9a\xee\xb6\x52\xd5\x03\xc1\x43\x64\xa9\x31\xc8\xc0\x21\x6f\x5f\xf9\x33\xa5\x87\x68\xe2\x1f\xfe\x06\x63\xbb\x3c\xb6\xa7\x36\xf8\x85\xca\xaf\x71\xec\xcf\xbc\xd0\xe0\x83\x8b\x3c\x8f\x6b\xec\x99\x2e\x7c\xf5\xa1\x28\xa4\x22\xe7\xfb\xe5\xdf\x10\xa5\xbf\x75\x53\x51\x94\x4f\xe7\xe3\xfb\xcf\xb4\xce\xbc\x8d\x8f\xed\xe9\x7c\x9f\x17\xbe\xb5\x61\x18\x49\xe7\x9c\x5b\xa7\x2d\x4b\x54\x7e\xe3\xab\x9f\x97\x78\xa7\x87\x4f\x6e\xbc\xf0\x3b\x72\x3c\x24\x7f\x89\x8e\xa3\x0f\x57\x7a\x78\x1a\x23\x77\x72\x7f\x70\x5e\xa7\xe9\x0f\xdf\x38\x2c\x24\x60\x1c\x1c\x6a\x51\x1e\x9f\xbb\xe9\x4b\x77\x63\xc2\x3a\xde\xa0\xc0\x37\x8e\xb3\x1f\x03\x35\x1f\x84\x30\xff\xf9\xfb\x7d\x62\x92\x5b\xf8\xb5\x3d\xbd\x0c\xc3\xcc\x0b\x69\x95\x1b\x97\x3f\x5f\xdb\x13\xfd\x92\x24\x05\xa9\xea\xa3\xd0\xbf\xb7\xa9\x3f\x9e\x47\xb7\x07\xa5\xc9\x1f\xd3\x7b\x17\xbb\x70\xe5\xe2\x51\x49\xa5\x0e\x94\x8a\x3e\x90\x15\x95\x01\x55\x99\x2a\x90\x05\x99\x4c\xe6\x40\x56\x2b\x01\x6a\x32\x5d\x30\xab\x01\xb9\x4c\x2e\x91\x51\x89\x74\x6e\xaf\x33\xe9\x44\xe6\x02\x32\x08\xd6\x55\xf1\xa8\xb4\x92\x89\x50\xac\xa8\x0d\xc8\x66\x6a\x40\x35\xa8\xcf\xd4\x83\x1a\x10\x67\xe2\x44\x36\xad\x4b\xeb\x0e\xa4\x07\x90\x4c\x54\xe1\x8d\x28\x56\x58\xf4\xaa\x5c\x26\xac\xcb\x5a\xd0\x90\x29\x07\xd1\xbe\xce\xc1\x1a\xed\x1b\x91\xce\x6f\xdf\xbb\xf4\x3f\xdd\x9c\xfd\x24\xfb\x35\x46\x0e\x0b\xee\x0d\xce\x2c\x6d\xba\x0f\xbc\xdf\xc9\x69\x9c\x52\x0a\xbf\xbf\x01\x00\x00\xff\xff\x7c\xa3\xad\x1b\xbf\x02\x00\x00"); +func _aaga ()(*asset ,error ){_dcab ,_afag :=_egbf ();if _afag !=nil {return nil ,_afag ;};_fgag :=bindataFileInfo {_dae :"GBK-EUC-V",_fb :766,_ae :_be .FileMode (436),_g :_a .Unix (1580492085,0)};_caea :=&asset {_dd :_dcab ,_ef :_fgag };return _caea ,nil ; +};var _dfc =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x54\x91\x41\x6b\xf3\x30\x0c\x86\xef\xf9\x15\x3a\xf6\x3b\xf4\x8b\xed\x26\xb4\x85\x12\x18\xe9\xa1\x29\x74\x1b\xcb\xba\x0e\xc6\x0e\xa9\xad\x06\xc3\x22\x1b\xc7\x39\xf4\xdf\x0f\x3b\x59\xc6\x0e\x46\xd6\x23\x4b\xbc\xaf\x9c\x96\xd5\xbe\x22\xed\x21\x7d\x76\x46\xd6\xe8\xe1\xa6\x49\x39\xec\xcd\xe0\x24\xc2\x15\x5b\x4d\x49\xc2\x05\x28\x2d\xfd\x4f\x1a\x83\xec\x1a\x9b\x24\xe9\x99\xf4\xb1\xaa\x97\xe7\xb2\x16\xcb\x03\x0c\x3d\x4e\xbc\xac\xf6\xf5\xbd\xf7\xd8\x55\x74\x33\xb0\x1a\xfb\xd5\x60\xa7\x19\x00\xe9\x0b\xb6\xba\xf7\xee\x0e\x8b\x07\x65\xae\xf8\x0f\x14\xde\x02\x7f\x72\x0a\x9d\xa6\x16\x16\xc7\xc6\x36\xc4\xe7\x42\x3d\x58\xfb\x85\x1d\x92\x87\x2c\x32\x24\x15\x63\x92\x96\xa7\xc6\x3e\x36\x1d\xc2\x5f\x3d\x97\xe5\x21\x3e\x88\xf5\x37\x74\xbd\x36\x04\x5c\xfc\x67\x2c\xff\xe5\xaf\x77\x8b\xc0\xa7\x41\xef\xe7\x6a\x0f\x1f\x1c\x38\x03\x91\x67\xd9\xe6\x73\xe2\x97\x93\x51\x08\x6c\xcc\xb2\xd1\x84\xd4\xca\x35\xd4\x62\xb2\x63\x4c\xb0\x02\x76\x8c\xe5\xd7\x02\xc4\x8a\x07\x92\xcb\x91\xc8\x02\x36\x6b\xbe\x8d\x48\x45\xb4\xc6\x02\xc4\x56\x04\xd2\xe4\x91\x84\x20\xb6\x3c\x18\x9a\x87\x86\x7b\x58\xe5\x6c\x4d\x0e\xce\x21\xf9\xb8\xc8\x28\x3c\x88\xd1\x84\xf3\x67\x59\x63\x43\x57\x3c\xdf\x01\x00\x00\xff\xff\x9f\x7a\x2c\x1b\xd8\x01\x00\x00"); +var _efdf =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\xbd\x4d\xcb\x3d\x3b\x96\x67\x37\xbf\x9f\xe2\x3f\x6c\x0f\xda\x75\xb6\xa4\xad\x17\x48\x2e\x98\x6a\x17\xae\x41\xb7\x8d\xd3\x65\x1b\x8c\x07\x71\xce\x89\x28\x12\x5c\x37\x93\xac\xac\x41\x7d\x7b\xa3\xb5\x74\xdb\xc6\x18\xee\x1d\x2d\x9e\xfd\xc4\x89\xd0\x5b\x48\xfa\x69\x6f\x29\xfe\xee\xef\xff\xf1\x3f\xfd\xe3\x2f\x7f\xfa\xdb\x8f\xbf\xfb\x9f\xfe\xfa\xe7\xcf\x1f\xef\xbf\xfd\x78\xfe\xf4\xcb\xf7\xaf\xf7\xbf\xfe\xf9\xdf\xfe\xfa\xb9\x7f\xbc\xef\x7f\xfe\xd3\x2f\x3f\xfd\x14\xe5\xc7\xf7\x4f\x9f\xbf\xfd\xfa\x27\xf8\xfc\xcb\xf5\x97\x9f\x7e\xda\xbf\xff\xe3\xbf\xff\xeb\xdf\xee\x7f\xf9\xc7\x5f\x9e\x3f\xff\xa8\x5e\xf7\xfd\xb7\xbf\x9c\x6b\x7f\xfc\xf8\xbb\xff\xf9\xfe\xe7\x3f\xfd\xeb\xdf\xfe\xfa\xef\x3f\xfe\xc3\x7f\xf7\xfd\xf3\xfb\xfe\x6f\x7e\x7c\xef\x67\xdb\xff\xc7\xbf\x7e\xef\xbf\xfe\xe9\x97\x7f\xfe\xf1\x1f\xfe\xfe\xbf\xfc\x31\xfe\xab\xf9\x8f\xff\xf6\x97\xbf\xfc\x5f\xf7\xbf\xdc\xbf\xfc\x6d\xdf\xed\x7e\x7e\xba\x7f\xf9\xc2\x9f\xfe\xee\xef\xff\xf3\xf5\x97\xff\x72\xfd\xcb\xfd\xe3\xef\xfe\xe9\x97\x3f\xfd\xfd\x7f\xf9\xe3\x7f\xfc\xa7\xbf\xff\x63\xf9\x8f\xff\x03\xff\xe5\x9f\xff\xeb\xfd\xd7\x7f\xfd\xd3\x9f\x7f\xf9\x11\xe5\xbf\x7d\xbd\xfa\xff\x63\xff\x5f\xfe\xfd\x2f\xf7\x8f\x38\x77\xf9\xdf\xff\xe9\x1f\xff\xd3\x8f\xff\x23\x7e\xc4\xeb\x47\xc9\xba\xca\xff\x79\xec\xff\xdb\x7f\xfe\xf3\xf7\xfe\xf1\xf2\xaf\x62\xfa\x3f\x7f\xfe\xde\xff\xfa\x97\xeb\x73\xff\xf5\xfa\xe5\x9f\xef\x9f\x7e\xfc\xf8\xc3\xeb\xf5\x7a\xfd\xfc\xe3\x0f\xff\x69\xfc\xc3\x3f\xfc\xbc\xff\xfe\xef\xfd\xfb\x1f\xfe\x61\xff\x7d\xff\xf2\xfd\xff\xfc\xe2\xa7\xf0\x46\xbf\xfc\xf9\x6f\xdf\xfb\xd1\xf6\xeb\x3d\x5e\xaf\x78\x7e\xfe\x11\xfb\x57\xff\xef\x7f\xff\x14\xaf\xd7\x79\xfa\x9f\xbe\xff\xf5\x17\xc5\x5f\x8c\x7b\xff\xe2\x0f\xaf\xd7\x55\xf8\xfb\xaa\x3f\xff\x28\xbd\x60\x49\x2d\xb9\x2d\x2f\x2c\x43\xcb\xf8\xf9\x47\x8c\x89\x65\x6a\x99\x3f\xff\x88\x3a\xda\xc0\xf6\xd1\xf6\xf9\xf9\x47\xb4\x57\x5b\xdb\xf6\xf6\x69\x1b\x65\x72\xaf\x77\x68\x89\x9f\x7f\x94\xe0\x79\x6f\xef\xbe\x11\x91\xdb\xf2\xf1\x57\x1b\x31\xc7\xe4\x89\x1f\x7f\xb7\xb1\x6d\x1d\x9b\xa9\xd8\x88\x39\x16\x77\xfb\x2c\x6d\x4b\x1b\xcf\xfc\x5c\xda\xae\x6d\x9b\x2f\xf2\xfd\x35\xdf\x1b\xfb\x3a\xee\xf7\xad\xda\xaa\xb6\x86\xcd\xd4\x6d\x94\xe0\x6e\xb7\xa9\xbb\x5f\xde\x8d\x14\xdf\xa6\xee\x0e\x6d\x15\x9b\xa9\xbb\x49\xdd\x3c\xbf\x35\x75\xf7\xf2\x3a\x72\x76\x9b\xba\xdb\xd4\x55\x72\x71\x5b\x96\x1b\xfb\xb7\xa4\xe4\xfe\x6a\xfb\x6a\xe3\xba\xc7\x5c\x3c\x45\x1b\xf7\x7b\xcc\xc5\x53\xb5\x91\xb3\xc7\x5c\x3c\xe4\x82\xfc\x3f\xa6\xee\x31\x75\x8d\xd4\x3d\xa6\xee\x31\x75\xc5\x27\x98\xba\xc7\xd4\x15\xaf\x33\x75\x8f\xa9\x2b\xbb\xf6\xc3\x96\x08\x76\xfd\x24\xb6\xd0\x76\x4a\x65\xdf\x2f\x82\x14\x83\x7d\xdd\xc2\x56\xb5\x99\xe2\x17\xf7\x8b\x4b\xdb\x65\x5d\x04\xb6\xb7\xb6\xb7\xd7\xf1\xdb\xa2\xad\x68\x23\x6f\xd1\xb4\x35\x6d\x4d\xdb\x47\xdb\xc7\xfb\x55\x6c\x5f\x6d\xa7\x44\x49\x73\x9a\x96\x34\x2d\x95\x67\x74\xef\xd7\xcf\x33\xb0\x7d\xfc\xed\xe7\x6b\x3e\x48\xf3\xe7\xd6\x76\x9b\xbe\x5d\x6b\xf1\xb5\x5c\xbe\xb6\x96\xe0\xb9\x5f\xcb\xe5\x6b\x5b\x5e\x3c\xd7\xf6\x18\xdf\x53\x93\xdc\xef\xdb\xb4\x35\xcb\x99\x7c\x7c\xbb\xb6\xae\xcd\xfb\x4d\x6d\xd6\x65\xf1\xb9\x96\xdf\xf7\xd4\x9b\xcf\xb0\x0c\xbe\xa7\xde\x76\xcb\x28\x49\xfa\xc0\xce\x6f\x62\x0b\x6d\xa7\xde\xbc\xae\x69\x33\x2d\x75\x60\x7b\x6b\xb3\x5c\x2a\xd7\x75\x7f\xdb\xfd\x6d\xad\xd8\x2e\x6d\xa6\xa5\x61\x1b\xf4\x32\x60\x5f\xb7\x5b\x6e\x99\x94\x3d\xd8\xb6\x86\xcd\xdf\xce\xf3\xdb\xdd\x86\xca\x87\x32\x00\xbb\xf7\xe1\xb7\x9f\xa1\x6d\xfc\xfc\x23\x29\xf9\xe2\x5b\x0f\x92\x37\xb2\x7c\x4c\xef\x46\xf2\xde\x96\x2f\x2d\x1e\x24\xed\xb3\xbe\x28\x4b\xf0\x6b\xcf\x56\x17\x79\xaa\x57\xfc\xfc\xa3\x51\x33\xf5\xaa\x5a\xd6\xcf\x3f\x1a\xe9\xac\xf6\x6b\x75\xf7\x4f\x8d\x16\x57\x3f\x5e\xb3\x7b\xa2\x96\x3b\x8d\xcd\xf7\x01\x44\x5d\x94\x57\x0b\xca\xbf\x45\x6a\x7b\x61\x23\x7f\xad\x1e\xdb\x7e\x62\xab\xda\xda\x83\x6d\x70\x9d\xf5\x04\xa2\xae\xbe\x7e\xfa\x43\xdc\xef\xdd\x06\xc5\x6e\x5b\x13\xdb\xa3\xed\xb1\xde\xb9\x8e\x3e\x56\xec\x3a\x7e\x61\x0b\x6d\xa7\xee\xe2\xa7\x3f\x94\x17\xef\xa6\x88\xa2\xa5\x69\xd9\x2d\x61\xb7\xbf\xf2\x8a\xa9\x65\xf7\x1b\xbd\x63\xf9\x68\xd9\x6f\x47\x9f\xdb\x52\x0a\x96\x8d\xd8\xf5\x53\x5e\x25\xb5\xec\x5c\x06\x77\x2e\x5d\xcb\xae\xd7\xdd\x5f\x96\x57\xf5\x57\x1b\x31\x78\x56\xf5\x57\x94\xcd\x28\x58\xde\x5a\x76\x2b\x1c\x03\xcb\xad\x65\x97\xc1\x7e\xbb\x8a\x63\x93\x88\xd1\xf7\x08\x50\xe2\x45\xce\x40\x21\xd5\xf1\x4a\x2d\xfb\xde\xbb\xf7\x2f\xf1\x5a\x5a\xd6\xbe\x66\xdf\x3b\xa8\x1b\x11\xed\x95\x5c\x55\x02\xdb\xc6\xb6\xed\x27\x46\x7f\x61\xeb\xeb\xe7\x1f\x75\xb7\xf8\x12\x43\xcb\xd8\x6d\xad\x74\xc6\xf8\x5f\xc7\xe5\xff\xbf\xa1\xba\xc4\xf2\x07\x1b\x65\x37\xf2\x12\xcb\x07\x6d\x94\xc6\x63\x56\xd1\x52\xb6\x85\x04\x2e\xb3\xb5\x51\x1a\xd9\x5a\x26\x79\xed\xce\x7f\x0f\xcb\x25\xd6\xd4\x32\x7f\xfe\x51\xb2\x60\x31\xa3\x1b\x25\x29\x9e\xb7\xd7\xbc\x17\x8d\x6b\x71\xef\x7b\x60\xdb\xd8\xb6\x7d\xf7\x42\x47\x2d\xca\xee\xde\x4a\x89\x5b\xcb\xfd\xf3\x8f\xb2\x07\x8c\x52\xf6\xfc\xe4\xa0\x54\xae\x61\x1a\x22\xca\x1e\xf2\x4a\x29\x55\xcb\x4e\x37\xc5\x5a\x6c\x20\xa0\xa4\xbf\x5a\x5a\xf6\xb3\x76\x33\x2e\x85\xee\x5f\x94\xfd\xa2\x94\x52\x7c\xfa\x46\xd9\xdd\x4a\x29\x95\x06\x0b\x4a\x23\x3d\x36\x22\x50\x2a\xf7\xa9\x1f\x2d\x9f\x7d\x67\x7e\x95\x94\x2c\x28\x34\xfc\x62\x95\x82\x12\xfc\x8a\xce\x4e\x94\x42\x2e\x7a\xd7\xc2\x40\x4b\x7a\x2e\x9f\xc5\x74\x8a\x57\xaa\xbc\x2d\x8d\x37\xa5\xb1\x73\xda\x18\x3c\x4b\xdb\xe5\x93\x7b\x12\x56\x9a\x4d\x0a\x24\x4d\xb1\xf9\xf4\xd6\xe9\xaa\x76\xc9\xb7\x41\xbe\xda\xf8\xfe\xfc\x23\xf7\x30\x5f\xd2\xfb\x80\xca\x2b\x95\xaf\xa2\xa5\x6c\x4b\xc1\xf2\xd1\xf2\xd9\x96\x7d\xe7\x0c\x7f\x15\xfc\x2a\xb1\x34\x2d\x6d\x5b\xb8\xb3\xaf\x38\xa8\xe4\x2b\x7d\xc5\x41\xdd\x43\x71\xc9\xe2\xaf\x36\xea\x9e\xda\x94\x2c\x5e\x53\xb8\x86\x5f\x59\x17\xa0\x92\x8b\xb4\xe4\x41\x7d\xf1\xf4\x34\x3d\x1b\x95\x52\x4d\x3a\x3a\x11\xed\xb5\x27\x75\x25\xad\x1f\x10\xed\x35\xbc\xae\x6a\xab\xd8\x26\x25\x90\x3e\x91\x81\xab\xbd\x7a\xc5\x96\xda\xd2\xdf\x52\x0a\xd9\xb5\xf9\x62\x4f\xaf\x1b\xda\x86\xbf\x35\x75\x96\xc4\xc6\xfe\x2d\xf9\xcc\xa5\x6d\xf9\x5b\x72\x9a\x97\xb6\xcb\xdf\x52\x42\x0c\x98\x62\x5f\x67\x3e\xcc\x7f\x3a\x6d\x9e\x5e\xf7\xd5\xf6\xf5\x19\xe6\xe3\xd6\x76\xef\x52\x31\x75\x8f\x96\xc7\x5f\x92\x0b\x5b\x09\xd8\x4f\xa5\x84\x6d\xa5\xa0\x16\xf2\xd0\x2d\xbb\x6e\xd9\x4d\xaf\xb2\xec\xba\x65\x47\xa7\x9d\xdd\xb2\xeb\x96\x1d\x1d\x70\x76\xcb\xae\x5b\x76\x93\x72\xb7\xd5\x83\xfd\x5b\x53\x62\xd9\x75\xcb\x6e\x90\xaf\x6e\xd9\x75\xcb\x6e\xfa\x0c\xcb\xae\x5b\x76\x83\x32\xe9\x96\xdd\x46\x2d\xde\xcd\x92\xeb\xa7\xe4\xcc\x85\x25\xd7\x2d\x39\xba\xe7\xec\x96\x5c\xdf\xa5\x14\xde\xdf\x52\xda\xa8\xbc\xc7\x69\x47\x0c\x2a\xfd\x53\x0e\x4b\x68\xd4\x9f\x7f\xd4\x8a\x65\x6a\x99\xbb\x87\xb4\xbd\x4d\xd3\xb9\x51\x19\xc0\x72\x9a\xca\x8d\xfa\xa2\x6c\xa6\xa9\xdc\xa8\x2f\x4a\x66\x9a\xc6\x49\xeb\xe6\xe9\xd3\x14\x6e\xd4\x97\x77\xb6\x66\x37\xca\xa2\x9c\xa6\x69\xde\x28\x8b\x5c\xd8\xab\x83\xfd\x06\x50\x63\xcb\xda\x59\xbc\xa5\xdc\x69\x59\x37\x1b\x95\xbe\x38\x2f\xf3\xba\x11\xe6\xe3\x32\x67\x17\x83\x3c\x4f\x7b\xdb\x1a\xde\x4c\x3d\xf9\xd5\xdb\xa7\xbd\x99\x88\x91\x8f\xb7\xf9\xd8\x88\xa5\xc5\x7c\x6c\xc4\x22\x67\x1f\x5b\xc1\xc7\xa9\x29\x16\xdb\xc0\x46\xf8\x56\x7c\x2c\xa1\x0f\x53\x46\xd2\xf3\x31\xf7\x4e\x9a\x29\xd7\x8f\xb9\xff\x30\x5d\xe1\xce\xb7\x29\xbc\x77\xfd\x14\xf2\x7e\x9b\xf7\x8d\xca\x48\x90\xb7\x79\xdf\xa8\x65\xfe\xf6\xf0\xda\x1d\xed\x41\xf0\x0a\xf4\x57\xd7\x42\x06\x12\xcb\xd2\xb2\x87\xc5\xb6\x13\xd7\x1b\x05\x0a\xca\x9e\xe7\x95\xde\x42\x0b\x83\x72\xc5\x52\xb4\x30\x28\xef\xc2\x1a\x95\xc2\x02\x51\xc7\x56\xd5\xe5\x9e\xdc\x09\xec\x39\xc9\xc4\xd6\xb4\x35\x6c\x14\xf4\x3d\xbb\xb6\xa9\xad\x62\xbb\xb4\x5d\xda\x3a\xb6\x8f\xb6\xaf\xb6\x5d\xdc\xb7\x0d\x02\x6c\xdb\xc2\xe6\x75\x8b\xb9\xd0\xa0\x09\xde\xeb\xab\xed\xfb\xf3\x8f\xc1\x70\x7c\x3b\x6c\x81\x7d\x55\x60\x1b\xda\x86\x36\xaf\x33\x25\xd7\xa5\x8d\xd4\x39\xdb\xba\xaf\xf3\x84\x86\xed\xd6\x76\x6b\xdb\xa5\x7b\xbf\xcd\xd9\xc6\xb6\x91\x0b\x1b\x1a\xd8\x36\x72\xf1\xf6\xb7\xef\xf3\x5b\x4a\xca\xc6\x06\xa2\xd0\x8e\xef\x8f\x49\xf9\x9c\xa4\x68\xf3\x76\xc8\xb4\x31\x78\x4b\x6e\xdb\x17\xd8\x36\xb2\xf1\xf5\x76\x5f\xb3\xc6\xbb\x73\x7f\x7d\xec\xd7\xc7\x32\x32\xde\x37\x6f\x06\xd8\x23\xd4\x4f\x7f\x28\x4f\xc5\x04\x72\x4f\x9d\xaa\xab\x32\x62\x17\x79\x7d\x31\xf1\xaf\xaf\x17\x93\x5f\x2f\xa9\x5a\xf6\x1b\x36\xbc\x26\xb5\x30\xb7\x1a\x7b\x06\x54\x5f\x88\x91\xfa\x7a\xd1\x37\x4e\x2c\x97\x16\xfa\x41\xaf\xf9\x68\xd9\x39\xdc\x73\xb9\xfa\x7a\xdd\x5a\x76\xfe\xb2\x6f\x4b\x98\xa0\x70\xfc\xc4\x52\xb4\xec\x26\xda\x49\x11\x63\x7e\x7d\x29\x44\xfc\xd5\x57\x0b\xf9\xe7\x57\xc5\x7c\xec\x69\x58\xdd\x33\xb2\xfa\x6a\x5a\xe8\x97\xea\xf0\x4e\xeb\xad\xed\x4c\xb6\xb9\xd7\xf2\x5e\xeb\x36\x77\x5c\x77\xf9\xdb\x07\x19\x37\xcd\xcd\x63\x6e\x58\x5a\xa8\x23\x07\x36\x7f\xfb\xf8\xdb\x3d\x83\xad\x4e\xd5\x6b\xec\x94\xb4\x3d\x2e\xd7\x52\xb9\x1b\xd8\x93\xf0\x9d\xba\x82\x4c\x13\xb1\x5f\x9c\x5a\xe9\x6b\x6b\xa5\x67\xdd\x62\xa1\x56\x5e\x87\x5a\x77\xca\xca\x9e\x45\xd4\x6a\xba\x40\x19\x3b\xf5\xf5\x43\xd9\x80\x42\x6d\xd5\x8f\xf7\xf9\xf0\xab\xfd\xfc\xfa\xf5\x57\x1b\x85\xf2\xab\x48\x7a\x51\xaa\xd7\xa4\x96\x3d\x17\xdc\xa3\x7a\x45\xe3\x1d\x44\x1b\x13\x1b\x5d\x8c\x88\x6c\x7b\xc6\x52\x1b\xcb\x17\x22\x06\xcb\x1c\xb5\x31\x3a\x8b\x68\xcb\xdf\x0e\x72\x0c\x22\x59\x6e\xa8\x6d\x5c\xda\xf6\x7b\xd1\x1b\x29\x61\xd2\x78\xb0\xef\xa7\xed\xd6\x46\x4f\xcc\x0c\xa8\xb6\xe5\xfd\xa8\xdf\xc1\x28\x53\x1b\x7a\x42\x44\x63\x0c\xab\xed\x32\x1f\x76\x17\x2c\x3a\xd5\x76\x3d\xda\x68\x87\x6d\xf7\xff\xb5\xbd\xcd\x87\xaf\x37\x4b\x82\xb5\x21\x3b\x45\x8c\x9e\x0b\xdb\xd4\x36\x69\xc3\xde\xef\xeb\xfd\x36\xa2\xbf\x28\xe3\x76\x5b\x06\x1b\x91\x8b\xd6\xde\x1e\xda\x1f\xd8\x65\xb0\xdf\x9b\xa4\x6b\x17\x31\x0a\x6d\x32\x91\x89\x22\x46\xdf\x3a\xa0\x3a\xd3\x14\x31\x58\x36\xa9\xce\x2a\xc5\x2e\x83\x9d\x0f\xe7\x54\x22\x7a\xa7\x0c\x9c\x7b\x88\xfd\x5b\x9e\xcb\x5c\x43\x44\x06\xed\x3e\x47\xd1\x56\xbc\x8e\xe7\x8e\xa1\x6d\x90\x37\x5a\x54\x8e\xa9\x8d\x8e\xbf\xec\xd9\x57\x4d\x06\x08\x11\x8d\xa5\x94\x9a\xcb\xdf\x6e\x44\x06\xef\x47\x2e\x7f\xbb\xf8\x2d\xcb\x7b\xd5\x91\x5f\x44\xef\xa1\x2d\xb5\x59\x6f\x8d\xf4\x5d\xe6\xe3\x42\xbc\xc7\x9e\x7f\xd5\x44\xb3\x88\x7d\xdd\x7e\x4f\xd2\x7a\x4b\xeb\x8d\xe5\xd7\x9a\x1f\xef\xf7\x39\xf7\xe3\xb7\x1f\xd3\xf7\x71\xf9\xb8\x90\x66\xfa\x6a\x11\xb9\xea\xfa\xcd\xf1\xba\x3a\x51\x10\xd1\x5f\x74\xa3\xe9\x2b\x06\xa2\x57\x8b\xf2\x6b\x55\xb3\x42\xd6\x91\x26\x35\xbf\x6f\x6d\x4c\x3b\x98\xf6\xd4\xfc\x9a\xcd\x2f\xd5\x55\xcd\xe6\x63\x96\x1e\x26\x47\x4c\x46\x6b\x3e\x3e\x83\x35\xd6\xb1\x68\x9e\xf9\xd8\x24\x58\x63\xed\xbe\xee\x69\xb3\x03\x31\x66\xf7\x7e\xa6\x99\xae\xab\x23\xf6\xaa\x73\x0a\x11\x63\x91\xbe\x8e\xbc\x12\x31\x73\x4b\xfb\xda\x11\xd6\x22\xc6\xda\x52\xbe\x76\x44\xb2\x88\x9e\x7b\x6a\x56\x7b\xf9\x6a\xfb\x5a\x2e\x5c\x67\xb7\x02\x62\x0e\x9f\x5b\x7d\x6e\x65\x95\x66\x50\xd5\xdd\x57\x00\x44\x9b\xbc\x3e\xbd\x51\x5d\x20\x66\xdb\x12\xba\xf6\x66\xfa\x1a\x13\xf7\x4a\xf5\xf7\xe6\xfd\x1a\xf7\x6b\x7b\xe4\xaf\xbd\x79\xbf\x66\x17\x42\x77\xda\x91\x29\x22\x72\x52\x7e\xdd\x2e\xa9\xdb\x25\xbd\x18\x24\x3b\x53\x6e\x11\x63\xee\x69\x78\xed\xcb\xeb\x16\xcd\xa4\xf1\x0a\x74\x9b\x2c\x88\xd9\x17\xd7\x5d\x5e\xc7\x2c\x24\x1d\x06\x3b\xb3\x10\x11\xb3\x4f\xf2\x81\x3f\x42\x44\x26\x5d\x5c\x7f\xfb\xdc\x77\x58\xa6\xa4\xe5\xed\x33\x36\x22\x99\x82\xd7\xfe\x36\xbf\x2c\x88\xcc\xdc\x72\xa3\x76\xbb\x33\xb0\xbb\x29\xea\xcd\xd7\x02\x44\x73\x90\xe9\x1f\xeb\xed\x53\x7d\xf5\x78\xae\x83\x0a\x88\x96\xcb\xeb\x7c\xae\xaf\xcf\xcb\x3a\xf7\xf5\x01\x91\x7d\x50\x97\x76\x8f\x5d\xcf\x47\xa3\xad\xf5\xaf\xcf\xc0\x7b\xd1\xd6\x4b\x9b\xcf\x60\x05\x39\x8b\xf9\xf5\xfd\x00\x91\x9d\x6e\xaa\xfb\x2e\x80\xfd\x5b\xca\xef\x36\x1f\xf8\x34\xda\xa0\x0b\xee\x4c\xc4\xc5\x2e\x3f\xda\xd0\x6d\x9a\x37\xa2\x2f\xba\xdb\x7e\xfb\x8c\x9b\x77\xb0\xf3\x7e\xf4\xc7\xeb\x1e\x86\xba\x49\xdb\x18\x4e\x8c\xc0\x7e\xee\x0b\x5b\xd5\xe6\xd4\x88\xe1\x6a\x38\x11\x02\xfb\x7e\x0b\xdb\xa5\x8d\x3a\x4f\xda\xc6\x78\x7d\xb5\xf1\x2e\x2c\xda\xc1\x60\xa1\x42\x44\x4e\xde\xe9\xc1\x6a\xa4\xd8\x79\xe3\xb7\xbe\x5b\x20\xda\x28\x5e\x97\xda\x48\x73\xe3\x5d\x1d\xc5\xfb\x15\xee\x97\xa6\xd9\x77\x10\xec\x3a\xda\xe5\x32\x2a\x6d\x0d\xc4\x1c\x0c\x75\xa3\xfa\x5c\xd6\x33\x7b\xa7\x7e\x47\xf5\xb9\xd5\xe7\xd2\xa5\x8f\x6a\xde\xaa\xdd\x63\xee\x32\x1d\x4e\x0b\x40\xf4\xb9\xb4\xf9\xdb\x56\x1d\xda\xb1\x75\x9f\x81\xb8\xcf\xe1\x75\x88\x60\x11\xb3\x32\x85\x19\x0e\x1b\x60\xf7\x43\xa4\xf9\xf2\x19\xc8\xc5\x36\x79\x67\x86\xed\x1e\xc4\xa8\xd6\x07\x33\x72\x11\xad\x33\x59\x1d\xf6\x93\x20\xb2\x30\x29\x1b\x8f\xf5\x86\x97\x69\x04\x7d\xd3\xb0\x9f\x04\xd1\x83\xe1\x74\xbe\x48\x1f\x88\xb1\x68\xcf\x33\x78\x2e\x88\x36\x78\xdf\x26\xcb\x86\x62\x5f\xa7\xed\xab\x8d\x3a\xef\x5b\xc9\xd5\xc9\x6a\xb9\x88\xde\xb7\x3c\xad\xb3\x4e\x6d\xd3\x7c\xec\x32\x98\x2c\x7a\x88\x98\x78\x1f\xeb\xb4\x0c\x40\x74\x64\x44\x9d\xbe\xbf\x20\x9a\x43\xe7\x44\x5a\x88\xe8\x78\x0f\xea\x74\x12\x08\xa2\xb1\x68\x5a\x27\x1e\x34\x11\xa3\x53\xbf\xcb\xf6\x0c\x62\xb0\x9a\x5f\x97\x13\x70\x10\xc3\x3e\x76\x15\xea\x08\x44\xda\xfe\x96\x6d\x68\xd9\x86\x86\xbf\xad\x8f\x36\xcb\x8f\xf6\xb7\xf0\x6e\x89\x6d\xe3\x7e\xe6\x17\x44\x1f\x94\xc1\x42\x87\x8a\x68\x8d\x77\x66\xb1\xd8\x21\xf6\x6f\x3b\xb6\x4b\x9b\xef\x1b\xc3\xfd\x5a\xa6\x65\x15\xa7\x28\xa4\x65\xf9\xdb\x65\xbd\x8d\x89\xed\xad\xed\x6d\x9b\xcc\xdf\x1e\xee\x97\xb3\x15\x10\x39\x29\xca\x75\x59\x44\x17\xdd\xd9\x64\x46\xb9\xde\x16\xe5\xfb\x14\x25\x59\xc2\xd1\x25\xf6\x6c\x8a\x24\xd8\x75\x81\x98\xc1\xeb\xbd\xec\xba\xc0\x6e\xc6\x14\xdb\xed\x6f\x71\xbd\x0e\x9c\x17\x75\xd9\x8c\x97\xcd\x78\x31\xec\x2e\x9b\xf1\x72\xb8\x67\x85\xb8\x2e\x87\x7b\x10\xa3\x30\x9c\x5e\x76\x71\x20\xba\xd3\x82\xcb\x2e\xee\x3a\x5d\xdc\xd4\xd6\xb5\x39\x43\xa5\x0a\xaf\xa0\xfa\x41\xf4\xe1\x75\x4e\x15\x40\x8c\xb2\x76\x93\xbd\x58\x17\x17\xd1\x16\x4d\xe7\x2a\x97\xb6\x33\xc4\x72\x1d\xab\xaf\x22\x06\xce\x92\x7a\xe1\x2c\x15\x3b\x2d\x3b\xbf\x17\x6b\xab\x22\xba\x4a\xe0\x4a\xd3\x92\xa6\x65\x79\xdd\x47\xdb\xc7\xe9\x17\xe9\x63\x9d\x52\x44\xe2\xd8\xa9\x57\x37\x6f\xac\x0f\x76\x9c\xed\xf5\xea\xde\x8f\xf5\xc1\x51\x98\x3e\x5c\x76\x49\xd7\xe9\x92\x78\x6d\xaf\xcb\xf4\x5d\x74\x17\xc9\x14\xef\x62\xed\x49\xec\xeb\xf8\xed\xd7\xe7\xa2\xd6\xbb\xc3\xd5\x85\xab\x5e\x44\xf3\x35\xbb\x1e\x6d\x0f\xdd\xf2\xcb\x7c\xd8\x75\x5d\x67\x8a\x67\xfa\xac\xdf\x4b\x15\xc1\x9a\x73\x7d\xab\xac\x41\xb4\xa4\x6d\xbc\xed\xa6\xc0\xee\x42\x76\x99\xbe\x1d\x5e\xc0\xbe\x1f\xd7\xe1\xa9\x10\x31\x07\xc3\xf8\xdb\x29\x19\x88\x89\xdf\xa5\xbe\x9b\xbf\x6d\xb4\xd3\x17\xc3\xcb\x9b\x35\x67\xb1\x6d\xbb\x7e\xdf\xac\xf4\x8a\xdd\x76\xb9\x8e\x75\x4c\xb1\xaf\xeb\xd8\xbc\xdf\x38\xf7\x4b\x6c\xa6\x65\xb8\x0a\xf7\x22\xcd\xe3\xa3\x8d\xd5\xd4\x56\xf8\xad\x5d\x03\xd8\x6d\x17\x9b\xea\x0f\x44\xbe\x98\x66\xbc\x7d\xe5\xc1\xb6\x91\x16\xdf\xdf\xb7\x6a\x63\x32\x3c\xbf\x9d\x2e\xbd\x55\x7f\x95\xae\xe6\xed\x50\x02\x76\xd7\xc0\x75\x1f\xd3\xfc\x71\x98\xa4\xab\x79\x3b\x5d\x02\xfb\x19\x94\x29\xc1\x19\x22\xf2\xc5\x3b\xfd\x76\x2a\x03\x62\xbe\xe8\xd2\xdf\xbe\xd3\x6f\xc3\x29\xce\x75\xd6\xf9\xdb\xd0\x89\x57\xe1\x19\x4e\xeb\xdf\x4e\xeb\x27\xed\xfe\xfd\xf8\xdc\x47\x95\xcd\x50\xfc\x71\x9a\xf1\x71\x9a\x61\x3f\xf4\x09\xf2\x0b\xb6\xa2\xe9\xd8\x52\x9b\xea\x1e\x35\xf4\xc1\x1f\x21\xf6\x74\x64\x3f\xf7\xc3\xaa\xa8\x88\xf9\xaa\xda\x7c\x06\x2b\x57\xe9\xb4\xf4\xe3\xf0\x02\xa2\x57\x9f\xeb\x74\xee\x73\xa6\x73\x2f\x6d\x1f\x6d\xbc\x97\xad\x73\xbf\xdb\x67\xdc\x6f\xa7\x69\xdc\xef\x7e\xb4\x3d\x3e\x77\xff\xf6\x8b\xc3\x57\x44\xc3\x7d\x5a\xbf\xae\x04\x81\xdd\xd6\xf6\xfd\xbe\x0e\x43\x60\xb7\x67\xae\xc3\x15\x2b\xa2\x2f\xa6\x00\xdf\x46\xfa\x40\x4c\xd7\x65\xbe\xae\x66\x80\x3d\x94\x78\xdd\xad\xed\xf6\xb7\x3c\x43\x35\xfe\xd5\xef\x93\xbc\xbf\x5f\xe5\x04\x88\x3e\xe8\x0f\xbe\x4e\x79\xbe\x4e\x79\x1a\xd3\x91\x2f\x7e\x05\xb1\x9f\xa1\xed\xd2\x76\x99\x16\xf2\xeb\xd4\x08\xec\x29\x3c\xcf\x25\x38\x41\xec\xeb\x26\x36\xcb\x80\x15\x93\x6c\x94\xf3\x77\x7a\xdd\x54\x66\xb1\x52\xf3\x75\x98\xfc\x1a\xb0\xf0\x62\x45\xec\x3b\x7d\xc6\xe4\x19\xa7\x9c\x97\x79\x5b\xbe\xab\xfe\x56\x69\x03\x22\x59\x60\xad\x5f\xd5\x38\xd8\x92\x8a\xeb\xde\xb4\x21\x10\x9d\x65\xc8\xfa\x55\xa1\x83\x68\x85\x7e\xfc\xfb\xb1\xec\x5d\x91\x77\x9a\xf6\x55\x4e\x80\x2d\x03\xf9\xad\x53\x19\x10\x39\x0a\xe9\xb3\xfd\x7d\x6d\x7f\x2f\xfa\xe2\xaf\x12\xe3\xab\xc4\xc0\x5b\x57\xbf\x4a\x6b\xb0\xdb\x24\xe9\xbb\x7d\x06\x7e\xe2\x36\xda\xef\x18\xee\xbf\x44\x4b\x89\xe8\x8b\xe6\xfe\xb5\xc9\x82\xc8\xd3\x24\x7c\x45\xbf\x46\x37\x45\xd5\xe6\xe3\x1e\x14\x6b\x67\x28\xf9\xba\x90\x08\xf6\x4c\x51\x9b\x59\x7a\xc8\x52\x65\x46\x7e\x3b\xec\xde\xae\xf9\x0f\xba\xef\xdb\x99\xf6\xed\x4c\x7b\xa0\xc6\x6f\x67\xda\x20\x86\x4b\xa6\xb7\xaa\x18\xc4\x70\xb1\xed\xc6\xb5\x28\x62\xbc\x58\xec\xb8\x71\xd4\x8a\x3d\x14\xef\xaa\xb9\x2f\x7f\x7b\x39\x33\x66\xaa\x70\x5f\x4b\x9b\x43\x09\xcd\xd3\xf5\x75\xb1\x67\x99\x3c\xd7\x26\x01\xf6\x4c\x1b\x9b\x2a\x16\x44\xe2\x82\xab\xb7\x53\x23\x10\x6d\x99\x16\x9b\x89\xb1\x20\xe9\x8c\xf7\xb6\xbb\x05\x91\xb8\xc4\xea\x6d\x33\x01\xd1\x9c\x05\xbb\xc0\x2e\x62\x86\xcf\xb5\xe9\xdc\x36\x1d\x9c\x67\xf5\xfe\x5a\x7e\x5f\x67\x94\xde\xcf\xae\xeb\x36\xe6\x29\xa8\x4b\x17\xdd\x45\x64\x56\xd2\x67\x97\x7e\x16\xe2\x89\xa5\xa8\xf7\xd7\xe7\x12\xcb\x94\x1d\x85\xe9\xe2\xbc\x88\x46\xac\x50\xbd\x55\xac\x20\x32\x51\xb6\xb7\xd3\xbe\xfb\x4c\xfb\x18\xc2\x6e\x9b\x27\xd8\xf9\xf5\xb7\x96\xfd\x6d\x77\x71\x6c\x6f\x6d\x2c\xb6\x77\xeb\xcd\xe9\xc3\xed\xf4\x21\x50\x20\xb7\x6d\x12\xec\xb2\xa7\xac\x1c\x36\xc0\xbe\xce\xdf\x9a\x8f\xe7\x94\x9f\xd7\x59\x7e\xcf\x29\x3f\xd2\xf7\x58\x47\x8f\xdd\x05\x43\xe2\xa3\x4f\x01\x44\xd6\xa1\xad\x69\x63\x3a\xe7\x2b\xfa\xd8\x9e\xc1\x4e\x8b\xd7\xdd\xda\x58\x95\x09\xa6\x96\x8f\x8b\x9a\x8f\x71\x6e\x44\xd2\xd4\xc7\x69\x06\x88\xc4\x7d\x5e\x1f\x5c\xdb\x62\x4f\xbf\xb0\xa9\x22\x40\xa4\xd3\xeb\xc7\xe9\x03\xd8\xf7\xdb\xf9\x78\x5c\x3c\x7e\x5c\x3c\x9e\xe4\xf7\xf9\x98\x0f\xe2\x8e\x46\x65\x35\xe8\xb1\xce\x1f\xeb\xbc\xd2\xae\x1e\x87\xb0\xc7\x58\x35\x5c\x85\xf5\x71\xba\x0e\x62\x06\x4a\xea\x21\x2a\x52\xec\x69\xe4\x6e\x2f\xcf\x63\x9a\x89\x63\x1c\x13\x49\xf0\x58\xf6\x8f\x2a\x8c\x15\xbb\xf6\xa2\xfc\x44\x74\xba\xc7\xa6\xd3\x43\xec\xe7\xe6\xb6\x31\x4d\x13\xdb\x36\xb6\xad\x25\xb6\x66\x5a\x76\x77\xdb\x5e\x94\xa9\x88\x31\x1b\xcf\x60\xda\x2c\x76\x57\xb8\xb6\x8d\xe1\x4a\x44\x12\x18\xd1\x5e\xdd\xfb\xe1\x56\xef\xa8\xd3\xf6\x62\xb8\x12\x31\x71\xb2\xb6\x17\xc3\x95\xd8\xb6\xb2\x6d\xf4\x25\x62\x97\x1f\x69\x7e\xbf\xb1\xbd\x5d\x8d\x4c\xd2\xf2\xf6\xb7\xbc\xfb\x3d\x5e\xa4\xf9\xe3\x6f\x5d\x68\x8f\xc0\xf6\xd5\x46\x3c\x61\xc7\xd9\xd0\x5e\x5f\x7f\xfb\x75\x15\x6f\xf1\x8c\xc7\xf4\x3d\x4a\x8c\xfd\x4e\x37\xa3\xaa\xc4\x4e\xcb\xc0\xd6\xb4\x35\xfb\xf6\x89\x6d\x69\x73\xea\xbb\xa7\x91\x2d\x68\xa7\x22\x32\xea\x7e\x6e\x30\xcd\x10\x91\xd1\xb0\x21\x1d\xc4\xfe\x2d\xcf\x20\x18\x40\x44\xcb\xad\xd0\x5b\x74\xef\xd7\xcf\xfd\x76\x99\xc6\x20\x1f\x20\x92\x15\xd9\x66\xa0\x95\xd8\x53\x78\xf2\xf1\xf6\xb9\x3a\xc5\x0b\x65\x15\x1f\xf3\xc1\x14\x74\x12\x47\xdb\x82\x3e\x51\x44\xa3\x4d\xb6\xf8\xf8\x0c\x1d\xd8\x25\x78\x06\xc3\xa4\x88\x86\xbc\x6b\x71\x7b\x1d\xd3\xaf\x16\x8d\x7c\x3c\x96\x0b\x6d\x37\xe9\xaf\x5a\x61\x6a\x29\xb6\x6d\xe7\xa3\x30\x46\x89\x68\x04\x36\x34\x03\x94\xc4\x7e\x2e\xd7\xd9\x86\x8c\xbd\x4c\x56\xbe\x5b\x19\xda\x58\x7d\x9d\x84\x68\xb5\x82\xf7\x58\x6c\xdb\xce\x47\x21\xc0\x40\x6c\xdb\xae\xf3\xc2\xca\xa8\x88\xde\x5e\xfc\x96\x15\x22\x11\x2d\x5f\xe5\x37\x87\xfb\x56\xde\x3e\xce\x85\xd3\xb6\xbb\xd6\x56\x1e\x1f\xf7\x9c\xc5\x4a\x92\x8a\x0a\x13\x7b\x16\xe7\x75\xfe\x96\x2e\xb3\xb3\xa0\xd7\x2a\xea\x4a\x44\xa3\x1b\x68\xd5\xea\x07\x5b\xf1\xef\x6a\xad\x28\x4c\x11\x13\xaf\x5c\xab\x6f\x8a\x03\xc4\x20\x8a\xae\x11\xc7\x79\xb0\x67\x67\x3b\x2d\x95\x60\x51\x11\xc3\x6a\xad\xbe\x16\xd5\xd7\x62\x35\xee\x47\x97\x24\x62\x16\x6d\xa8\x0d\xb1\xaf\xdb\xbf\x35\x1c\x54\x6c\xf5\xf7\xc2\x56\xb4\xb9\x88\x46\x15\x36\x66\xe4\x62\x5f\xb7\xef\xd7\x58\x98\x14\xdb\x36\xb0\x7d\xb5\xf9\xdc\x3d\x6b\x6d\xfa\xfe\x44\xb4\xf3\x5b\x66\xa3\x22\x66\xe9\xa4\x65\x69\x5b\x0e\x39\x03\x1b\x0b\x61\x22\x1a\x7e\xaf\xd6\x2e\xd3\x77\x15\xa7\x23\xdc\xef\xed\x75\x6f\x9b\x5d\xe7\xb9\x04\xf5\x8b\xe8\xd6\x65\xfb\x78\xdd\xc7\x21\x8c\xae\xa1\x7d\xcc\xc7\xe7\x2c\x1e\x17\x6c\xb7\x36\x5e\x5b\x56\x65\x5a\xfb\x9a\x37\x17\xa8\x99\x6a\x35\xfd\x81\x62\x5f\x47\xf9\xe1\x0f\x14\x7b\x86\xda\xb1\x2d\x6d\x0c\x61\x93\xfa\x6d\xb7\xe5\x42\xd0\x7d\x16\xf3\xc6\x70\x2f\xb6\x92\x22\x2d\x28\x47\x11\xfd\x95\xd8\x6c\xa7\x4d\x45\x38\xea\xce\x6f\xda\xed\x81\x3d\x4b\x5f\xd8\x9a\x36\x5f\x9f\xad\x90\x5a\xda\xed\x81\x48\x16\xa8\x5b\xbe\xde\xda\x6c\xbb\x74\xe9\x49\x98\xa9\xd8\xaf\x37\xf7\x73\x68\x4a\x55\x18\x91\x3a\x2d\x59\x20\x14\xfb\xba\x81\xed\xd6\x76\xbb\x30\xbe\xcb\x2f\xab\xe9\x63\x91\x39\x09\x50\x6e\x59\x7d\x2e\x6a\x6d\x96\xc9\x73\xab\xcf\x20\x50\xa5\x65\xd5\xf6\x68\x3b\x5d\xff\x2e\xe7\x6c\xde\xaf\xa9\x04\xe8\x2e\xf4\x9d\x8a\xdd\x86\x3a\xb6\xa2\xcd\xf6\xd2\xbd\x2e\xb5\x59\xe7\xb4\x53\xa3\xe0\xda\x89\x82\xb3\xdd\x1b\xa5\x26\x62\x0e\xcb\xca\xee\x0c\x44\xab\x8d\xb4\x0c\xcb\x60\xf8\x4e\x4f\x9e\x3b\x7d\x06\xca\xac\x31\xb5\x6c\x69\x3b\x48\xdb\x41\xd0\x75\x19\xf2\xd3\x4e\xc8\x4f\x61\x88\xed\x2c\x46\x8b\x68\x95\x77\xab\xa3\xe4\x45\x34\x9c\x5d\xad\xb3\x3a\x27\xf6\x6f\x77\xfa\x3a\x11\x7e\x22\x9a\x43\xb1\xce\x2e\x11\x0d\x9f\x72\xeb\xac\xac\x88\x3d\xa5\xe5\x19\x0e\x1b\x60\x4f\xeb\xf7\x3b\xd8\xbf\x5e\xc7\x54\x3a\x59\x81\x69\x3a\x52\xc4\xbe\x6e\xa7\x65\xd8\x47\x0c\x55\x3b\x2b\x03\x6d\xb0\x52\x28\x22\xf1\xf1\xb7\x81\xca\x16\x7b\xc8\xde\x65\x30\x98\xba\x89\x48\xb6\x19\xb4\xb1\xfc\x2d\xfe\xe3\x89\xd2\x6b\xe3\xa2\xac\x40\xf4\xe4\x3d\x1a\x6f\x6d\x84\xf0\x74\x16\xf8\xdb\x20\xca\x41\xc4\x60\xc3\x50\x1b\xf6\x89\xc3\x3e\xd1\x29\xcf\xf0\x3d\x02\x31\x62\xed\x3a\x9f\x4c\x73\x45\x8c\xc5\x3b\x3d\x7d\x3f\xc0\x9e\xba\xed\x72\x99\x95\xb2\x07\x31\x89\x75\x6d\x93\xa8\x49\xb1\xa7\x73\x3b\xcd\x93\x15\x31\xb1\xcb\x99\x67\x2c\xef\xe7\x62\x74\xd9\xd3\xeb\x36\x2f\x7f\xab\xca\x76\x38\x9d\x84\x2c\x89\xad\xee\xb9\x9f\xf5\x31\xad\x8f\xc1\x3b\x38\xed\x9b\x40\xf4\xbe\xa7\xd2\x6d\x9a\xdf\xe9\xb4\x94\x15\x9d\x36\x91\x09\x62\x97\x3d\xf7\x73\x0a\xa5\x73\x20\x17\xed\x79\xd9\x26\x97\x53\x78\x22\x0b\xdb\x72\x0a\x00\x62\xb0\x82\xda\x16\x71\xd6\x62\xa7\x79\x97\xcb\x72\x5c\x00\x5b\x26\x24\xb6\x4b\x9b\x2b\x12\xcb\xeb\xbe\xda\x9c\xe6\xd2\x26\x57\xf5\xb7\x38\x8d\x33\x53\xdb\x47\x9b\xf2\x84\x77\x70\x55\x9f\x5b\xed\x9f\xcb\xef\x18\xee\x97\xb3\xe5\xe5\x6c\xd9\xd9\xed\xb2\xbb\x58\xee\x32\xf1\x55\x5e\xce\xa0\x97\x33\x68\x87\xdd\xe5\xcc\x78\x19\x70\xda\xa6\x36\xb3\xe4\xcc\xb8\x32\xc4\x2e\x16\x3a\x45\xb4\x39\xc9\x26\x7e\x0c\x11\xcd\xe1\x5e\xc7\x82\xd8\x33\x45\xee\x47\x64\x9b\x88\x59\x69\x76\xcb\xe1\x05\xec\x59\x0d\x45\x7e\x9b\x16\x15\x08\x21\x50\x6d\xdd\xfe\xf6\x76\xd1\x1a\xdb\x65\x17\x72\xd9\x85\x24\x33\xd9\xcb\xee\x1b\x44\x9a\xdf\x8b\x90\x69\xb1\xef\xb7\xd3\x7c\x59\x0d\x57\x3d\xcf\xd8\xcf\xbd\x58\x74\x15\x7b\x1a\xc4\xfd\xde\xfe\x96\x45\xa0\x41\x60\x7f\xbb\x50\xfc\x62\x37\x4f\xee\x87\xf2\x16\xd1\xec\x82\x2f\x87\x49\xb0\x9f\xc1\x6f\x1f\xd3\xfc\x98\x66\x5e\x5b\x17\xb7\xdb\x59\xdc\x46\x99\xb5\x37\xfe\x4f\xb1\xf3\x8b\xcd\xd7\x11\x44\x67\x67\x56\x7b\xab\x54\xde\x2e\xac\x55\x86\x97\x37\xe1\x30\x62\xdf\x8f\x67\x58\x6f\x2e\x50\xb7\x9c\xda\xde\xda\x9c\xf6\xbd\x78\x06\xe1\x49\x22\x7a\xa5\x19\xbf\xa7\xb6\x79\x56\x01\x78\xae\xb3\x79\x10\x59\xe9\x96\xdf\x28\x51\x11\x4d\x05\xe2\x42\xb6\x88\xd6\x53\x9b\xf9\x30\x94\xa6\xf2\x9a\xbd\x09\x5d\x13\x31\x2b\xd3\xcd\xf7\x5b\xdb\xdb\xba\x44\x0d\xb9\x90\x2d\xa2\x75\x86\xbf\xb7\x53\x9e\xb7\x53\x1e\x76\x48\xb5\x8f\xd3\x82\x8f\x6a\x88\x80\xfb\xf6\x79\x0d\x6d\x43\x5b\x60\xbb\xb5\x79\x3f\x14\xd2\xc7\x21\xfb\xe3\x02\xab\xaa\xf3\xe3\xeb\xf8\x31\x8c\x89\x9d\x68\xed\xe3\x30\x04\xa2\x13\x54\xde\x3e\x84\x27\x89\x9d\x0f\xae\x1b\xda\x5c\xd4\x5c\x4c\xfb\x3e\x97\xe9\xc3\xc9\x36\x3b\xd3\xe6\x8f\x5d\x21\x88\xc4\x39\xd0\x3e\x4e\xfb\x3e\xc6\x52\x34\xa6\x28\x1f\xa7\x7d\x20\x72\x31\x6c\xb8\x90\x2d\x76\xfa\x78\x06\x2b\x35\x22\x7a\x58\x06\x76\x99\x20\xba\xdd\xcf\xd7\xe9\x12\xd8\xf9\xd8\xcf\xfd\x12\xcc\x28\xa2\x77\xda\xf3\x17\xc7\x96\x88\xd6\xe9\x0f\x5c\x60\x15\x31\xea\x1a\xd8\x3e\xda\x8c\x09\x29\xbb\xfc\x6e\x87\x1c\xc0\x52\x74\xbb\x9d\x98\x03\xe2\x32\xda\xed\xf4\x0e\x28\x42\x6e\x6b\xf1\x76\x72\x87\xd7\xb9\xdd\xd6\x22\x30\x40\xa9\xdd\x38\x7a\x85\xa3\xfc\x6d\x96\x00\x01\x23\xed\x26\x90\x41\xb0\xb8\xd5\x6e\x47\x3c\x40\xec\x5b\xbb\x89\xf2\x14\x1d\x07\x50\xbb\x71\x42\x88\xce\x40\x7e\xdb\x62\x40\x7f\x85\xa6\x47\xd3\xc3\xef\xb8\xb9\xe5\x07\x08\xb6\x6b\xb7\x83\x0b\xf0\x3d\xb8\xc3\xdc\x6d\x10\x8a\xda\x6e\x27\x40\x60\xd0\xc7\xdd\x4e\x51\x81\x93\xb3\xdb\x09\x07\x18\xd4\xdf\x6d\xff\x01\x08\xfa\x6c\x77\x98\x59\xf7\x75\xf6\xe9\x55\x66\x2e\xac\x15\x7a\xbc\xdb\xc1\xed\x8e\xe7\xe7\x1f\x93\xbe\xe8\x2e\xa6\x92\x5d\x56\x39\x18\xb2\x6e\xfb\x4f\x10\x83\xbd\xb8\xed\x2e\xa6\x8b\x5d\x64\x2c\x66\xb6\xbb\x98\xb0\x8d\xe4\x25\xbc\x1d\x13\x6f\xbd\xa3\xc5\x7a\x50\x43\x02\x67\x0a\xb7\x5d\xdd\x6d\x57\xa7\x12\xb9\x1d\x39\x41\xef\x5a\x4c\x6a\xb1\xd8\x31\x55\xcb\x78\xa3\xb3\x2e\x72\x57\x53\xbf\xd1\x5f\x95\x54\xb9\xb4\x01\xe2\x45\x9b\xbd\x9d\xa6\x83\x5e\x79\xbd\xef\x6a\x76\x36\xb2\xd2\x82\xec\x6c\x41\x8c\x3e\xb5\x99\xc3\x8d\x6e\x9e\x5d\xb4\x02\xbe\x24\xb7\x9d\x07\x18\xf9\xdb\x1b\xd0\xda\xed\xe0\x0f\xfa\xab\x9a\x31\x73\x5f\x4f\x3c\x35\xa5\xa4\x3e\x00\x89\x1a\xba\x9b\x99\x6d\x6e\x4c\x64\x66\x77\x37\x73\xbb\x91\xb8\x58\x9b\x6b\xea\x22\xcf\x45\xb6\xb2\x0d\x7b\x9e\xbb\x99\xd9\xe6\x3b\x45\x3e\x9a\x79\x6d\xe4\x55\x8b\x79\x6d\x67\x91\xd2\x9b\x9b\xdb\x8d\xce\x5c\xfa\x6e\xa6\x7d\x83\xc8\xe2\x76\x3b\x1b\x06\xc3\x57\xa1\x99\x97\x8d\xe1\xab\xa0\x82\xb9\xf7\x94\x64\x4e\x4a\x36\xad\x91\xb4\x81\x51\x2c\x69\x92\x36\xca\xcb\x2e\x23\x4d\xd3\x46\x9a\xdd\xb4\xcd\x9d\x1d\x41\xf6\x0f\x76\xd4\x20\x46\xb7\x7e\xd5\x42\x20\xd7\xb9\x99\x49\xdf\x20\xd8\xb4\xdd\x69\xd2\x37\xba\xef\x42\x9a\xf4\x8d\xce\x64\xf0\xee\x26\x61\x63\x32\xfe\xde\xce\x9b\x6e\x57\x83\xa6\x6d\x6e\x58\x0b\x84\x0c\x57\x0b\x7d\x98\x9d\xe1\x34\xc2\x72\x70\xf8\x05\xc5\xde\xf9\x76\x2d\x0d\x8c\x81\xc6\x72\x53\x43\x3b\x9b\x1a\xd8\x3a\xdc\xee\x69\x6b\x30\xb0\xcf\x89\xcf\x3d\x2d\xd5\x8d\x9a\x76\x7a\xd3\x74\xcc\xf6\xf3\x8f\xf5\xb2\x7e\x54\x71\x20\x19\xdc\xdd\x0c\x21\xba\x25\x38\x6d\x20\xd3\xe8\xd2\x97\xbf\x33\xfd\x1b\xbd\x9b\x06\x8b\xc2\x80\x96\xe9\x1b\x32\x2d\xfb\x8d\x50\xc2\xba\x87\x42\xb8\x00\xc0\x76\x8a\x83\x8e\xb7\xbb\xdd\x4e\x3a\x40\xb7\xad\x39\xd4\x80\xce\xba\xc6\xbd\xcc\xdf\x46\x67\x1a\x7b\x3b\x05\x01\xfd\xc5\x42\xc7\xed\xfa\x1a\xe8\xcc\x2b\xdc\xaf\x21\x3a\xb3\xa3\x5b\x21\x06\xa2\x0d\xbb\x84\x65\x66\x16\xf5\x4a\xba\x97\xf5\xba\xec\x55\xad\x57\x65\x0e\x08\xd5\xc1\xbd\x4c\xb9\x51\xf8\xb6\x1a\x17\x7e\x40\x74\x5f\x42\xd7\x7d\x40\x5a\x5b\x4e\x99\x41\x67\x8d\xe1\x76\x1d\x08\x10\xee\xd6\x6e\xa7\x0d\xc0\xc9\xb7\x5b\x48\xc4\x74\x80\x54\x41\x82\x69\xd7\xef\xd2\xb5\x6e\x30\xe2\x1d\xdb\x7d\x99\x6e\xe2\x36\xab\xe5\xab\x3a\x3b\x9b\x47\x6c\xff\x6f\x8b\x73\xa3\xbc\x1c\x92\xd5\xa2\x60\xbd\x7c\x9d\x9d\x8f\xdc\x2e\x43\xfd\xfa\x4b\x4b\xcf\x8d\xad\x81\x44\xba\x5d\x02\x04\xdd\x4e\xc6\xf5\xf3\xfb\x7d\x5e\x4c\x1f\x60\xeb\x60\xd1\xb2\x0d\xab\xd5\x35\xf5\xfb\x04\x46\x3b\xc2\x3a\xeb\x03\x7d\x70\x37\x97\x13\x81\x02\x51\x9f\x9b\xe8\xaf\xf0\x22\xb3\xb4\x41\x98\x67\xbb\x5d\x70\x06\xdd\xbe\xe7\x63\x1e\x3f\xbb\x3b\x34\xe9\x2e\xe0\x83\xfe\x72\x20\xfb\x98\xc3\x8d\xfe\x0a\xef\x64\x06\x3f\xbb\x37\x74\x38\x75\x5a\x06\x3a\x93\xc1\xdb\x75\xb7\xdb\x00\xeb\x62\xc9\x7f\x4d\xc1\x77\xfc\xfc\x63\x38\x90\xe9\x1c\x00\xc3\xf1\xcf\x75\x51\x30\x6c\xb4\x5f\x9f\xf6\xb5\x38\xb9\xf9\xd7\xb2\xfb\x3a\x96\x90\x5f\x75\x33\x30\x9c\xbf\xe9\xd5\x13\xa7\x7c\x55\x61\x60\xd8\x64\x9c\x3b\x82\xfe\xaa\x9a\x2c\xb9\x2d\x67\x86\xef\xbb\x42\x0d\x0c\x27\x47\xb7\xe9\xbe\x29\x27\x04\xb9\x3e\x3f\xd1\x5f\xac\x2b\xdc\xae\x0b\xde\x1e\xc6\xd1\xcf\xdd\x6d\x0a\xb7\xae\x14\xc4\xcd\x7d\x9b\xd0\xdb\xa8\x15\x7f\xfb\x58\xed\x1b\xd3\x37\xe9\x31\xa9\x0f\x49\x1d\xed\x77\x0c\xb9\xae\x13\x83\xe9\xa8\xe1\xaa\x01\x58\x36\x60\xd7\x4d\x40\x7f\xf9\xaa\xb9\x24\x04\xfa\xcb\x06\xf6\xd8\x52\x36\xa6\x83\xc8\xe3\xcb\xf0\x30\x94\x0e\x6f\x6e\xa1\x3c\xf6\x2e\x2c\x49\xdc\x2e\xb9\x83\xe9\x8b\xf5\x58\x51\x1b\xcb\x4e\x57\xad\x08\x08\x7f\x69\xfa\x27\x85\xfb\x17\xda\xe3\x34\x1a\x10\x52\xdc\x1e\x57\xb7\x41\x77\x91\xf4\x71\x66\x0d\xa2\xb1\x89\xa0\xe9\xd7\x14\x46\x9f\xb5\x87\xfd\x3e\xa2\xb3\x71\xb6\x3d\x4e\xad\x41\x7f\x0d\x13\xb1\x34\xd1\x31\x4e\x2c\x97\x96\x6b\x67\xc6\x9f\xbd\xb5\xbc\x77\xaa\xbc\xf7\x57\xcb\x77\x5f\x63\x02\x6e\x2d\xcc\xe8\xba\xe9\x7c\x34\xed\x1c\xa3\x12\x1e\xe7\xd1\xcf\x9e\x35\x4f\x16\x91\x9e\x30\x7b\x41\xf6\xa6\x17\x99\xbd\xa0\xd7\x67\x0c\x7e\x9c\x5b\x83\x4e\x3c\x47\x7b\x9c\x5c\x83\x89\xb8\x7f\x9c\x4a\x83\xce\x3e\x84\xf6\x38\x97\x06\x13\x45\xf7\x38\x97\x7e\xdc\x21\x30\xe8\xe2\x1f\x57\x19\x80\x91\x8f\xed\x29\x26\xab\x98\x2c\x6e\xef\x84\x18\xec\x5f\x92\xd4\xe2\xfd\x0d\x22\x1c\xa6\xd5\x09\x30\xe8\xec\x43\x6e\x8f\xf3\x5f\xd0\xf5\x49\x3e\xc5\xb2\xd9\x08\x76\x0e\xb7\xc7\x09\x30\x08\xbc\xf8\xed\x71\xba\x0b\xb6\xde\x26\xe3\xce\x77\x41\xd7\x99\xf9\x28\xe5\x40\xb8\xe0\xfe\x38\x05\x06\x71\x0a\xc3\x39\xf0\xe3\x1c\x98\xc3\x75\xda\xe3\x1c\x18\x84\x4b\x9b\x8f\x93\xe0\xc7\x3d\x0f\x1c\x19\xd0\x9e\x6a\xa9\x11\x5b\xed\x30\xf1\x38\x33\x06\x3d\x6c\x5d\xce\x7d\x41\xe0\x46\x6f\x8f\x73\x5f\x10\x04\x05\xb5\x47\xed\x0d\xba\xce\xe2\xc7\xd9\x30\xe8\x61\xbb\x70\x3a\x0c\xba\x2e\xb8\xc7\xd9\x30\xd8\xcd\x9e\x5f\x3a\x1d\x06\x41\xe0\x50\x7b\x9c\x0f\x83\x48\x5d\x53\x4f\xb3\x34\x08\xa8\x22\xd0\xa3\x3d\x4e\x92\x41\x70\xf2\x52\x7b\x9c\x24\x83\x38\xad\xcc\x59\x32\xe8\x61\xfd\x3a\x49\x06\xd1\xc6\xd0\x66\xce\x37\x8e\x83\xef\x71\xe6\x0c\xe2\x75\x52\x61\xce\x59\x48\x3e\xaf\x88\x73\x67\x10\xaf\x46\xf9\xa4\xcd\x80\x35\xbe\x17\xc2\xee\x71\x3e\x0d\xba\xbe\x74\x63\x11\x44\xd7\xaf\xf1\xa4\xad\x80\x28\x39\x3d\xcb\x8f\x6e\x03\x10\x1c\xbc\xd1\x1e\x67\xe2\xa0\x87\xfd\x89\xfe\x76\x10\x2f\x16\xf2\x0c\x6b\x10\x3d\xec\x04\x9c\x9c\x1b\xd5\x70\xda\xb5\xb3\x73\x10\x3a\xc0\x1e\x27\xe7\x20\x5e\x36\x58\xe7\xe6\x20\xd8\x5e\xdf\x1e\xe7\xe6\x20\xec\x7b\x1f\x27\xe7\x20\x5e\xe9\xed\x2d\x1c\x66\xe7\x2e\xdc\x3c\xba\x6b\x41\xb0\x7d\xbd\x3d\xdd\x96\xd2\x69\x29\x2c\x71\x3d\x7a\x41\x40\x0f\xdf\xde\x6e\x79\x75\x1b\x0a\x6d\xa7\x5b\x5e\x1b\x9d\x6d\xd4\xed\xd1\x4b\x0e\x3a\x1b\x9c\xdb\xa3\x20\x00\x51\x9b\xf7\x32\xdb\x1b\xbd\xd9\x4b\x77\xb3\xbd\xd1\x5b\x78\x2f\xb3\x8d\x77\xbd\x32\x7a\x3f\x7a\x57\x41\x6f\x61\x22\xcc\x23\x2b\x7e\x95\xc5\x95\xc7\x05\x3f\x10\xb5\x6a\x32\x43\xc3\x60\x3d\x4b\x5a\x0d\xf2\xa8\x41\x50\x9a\xcf\x30\x47\x1b\xdd\x95\xb8\x67\xd8\x02\x08\xcb\x73\x11\xf9\x19\xb6\x80\x8d\xee\x3a\xdc\xa3\x3b\x08\xf4\xba\xbc\xca\x16\xb0\xd1\xdb\xeb\x77\x48\xdf\x67\x58\x52\x1b\xbd\xbd\x4c\xa3\x25\x85\x1b\xa7\xfa\x12\xb8\x4c\x09\x82\x88\xfd\x66\x1c\x8c\xe8\xd5\xc6\xe6\x22\x1b\xe8\xae\x47\x3e\x8a\x29\x10\xb5\x79\x7b\x0b\x8f\xc0\x84\xca\xfc\xe4\x51\x4c\x81\x5e\xed\x4a\xd4\x52\xa0\x37\xd6\x3b\x1e\xa5\x14\xe8\x2d\xfc\xa1\xc5\x39\x2d\x4e\x92\x3a\x2d\xce\x69\x71\x52\x11\xaa\x2b\xd0\xab\x3d\xb9\xf2\x0a\x04\xc1\x48\xed\x51\x5f\x81\xb3\xea\xfa\x28\xaf\x40\xa8\xe7\x1e\xf5\x15\xe8\xae\xb5\x3d\xd3\xf2\x22\x10\xb2\x0d\xbb\x20\x25\xd7\xa3\xe4\xaa\x26\xdf\xd2\x61\xdb\x3a\xf1\x63\xed\xd1\x41\x0d\xc2\xc5\xfd\xc7\x45\x5d\xd0\x09\xbe\x6c\x8f\xa2\x0b\x44\x45\x3a\x3c\xaa\x2e\xd0\x1b\x2b\x31\x8f\x1a\x0b\x74\x36\x50\xb4\x47\x91\x05\x7a\x63\xea\xfd\xb8\x16\x0c\x82\xe3\x7a\xda\xe3\x52\x30\xe8\xed\xe5\xbd\xcc\xf7\x46\xaf\xf6\xe3\x0a\x2f\xe0\x1e\xb8\xf6\xa8\xbb\x1e\x75\x17\x33\xc3\xc7\x65\x47\xd0\x1b\x1a\xe1\x71\x55\x19\x84\xfe\xdd\x47\x75\x06\x7a\x73\x48\x53\x66\x81\x3d\x4c\x90\x0a\x25\xd3\x73\x9d\xb1\x9b\x8c\xab\x99\x1e\x83\xe4\x1b\x7a\xfa\x71\xcd\xf6\x51\x34\x85\x97\x59\xb0\xec\xc8\x1d\xb6\x6a\x57\x71\x1f\x57\x71\xbb\x0d\xd6\xd8\x17\xd0\x0d\x59\x7a\x94\x5b\xa0\xbb\x78\xf2\x18\x09\x02\x62\x98\x75\x15\xd8\xe3\x86\x7e\xcb\x5f\x05\x06\x62\x14\xaf\xb2\xad\x6c\xf4\xe1\xd0\xaa\xfe\x02\x5d\x55\xf1\x28\xc0\x40\x1f\x0e\x1d\xae\xba\x3f\xef\xb3\x69\x99\xa6\xae\xfe\x7a\xd4\x5f\xbe\x10\xca\xaf\x47\xf9\xe5\xd8\xa1\xfe\x7a\xd4\x5f\x4e\x2a\x14\x60\x20\x5c\xc8\x7a\x14\x60\x20\x86\x15\xa0\x02\x03\x31\x2c\x57\x43\x16\x40\x1f\xf6\x03\x1f\x33\x79\x54\x99\xf7\xb2\x96\xdc\xa1\x17\xe7\x91\x66\x1c\x5d\x36\x1c\x9b\xd4\x65\x8f\x67\x16\xd8\xd7\x7e\xcc\xb8\x52\xcd\xc1\xe3\x63\xfb\xf9\x28\x3c\xed\xd3\xd4\x6f\x8f\xfa\xcd\xe6\xaf\x80\x03\x31\x8a\xbf\xb4\x78\x3c\xeb\xc0\x96\xa7\x0b\x13\x04\x01\xaf\xed\xd1\x45\x04\x62\xf8\x76\x7d\x2d\x8b\xaf\x62\xd4\x1f\x5a\x16\x5f\x96\x2b\x1c\x0e\xbf\x56\xf8\x46\x57\x67\x19\xcc\xd7\x4e\x30\x9f\xe3\x82\x92\x11\xc4\xb0\xda\xd4\x8c\xa0\xbb\x56\xfc\x28\x1a\x41\xb0\xfd\xae\x3d\x06\x4d\x81\xee\x32\x94\x71\x81\xa2\xbb\x34\xfd\xa8\x23\x1f\x37\xf2\xfa\x8a\xab\x23\x1f\x8f\x6e\x28\x3e\xd1\x92\xc0\x9d\x37\x7c\xeb\x6f\x4b\x82\xed\x21\x1c\x3f\xd1\x1e\xc5\x25\x88\xe1\x70\xa8\xaf\xec\x71\x8b\x79\xb3\x3d\x29\x2f\x8d\x44\x6c\xd3\x49\x92\xa1\x22\xa0\x0f\xe7\x65\xaa\x44\x50\xc2\xf9\xb9\x31\x5f\xa0\x84\x0f\x50\x25\x82\x62\x04\xde\xa3\x0c\x04\xd1\xc3\x29\xb5\x42\x10\x94\xf0\x4d\x52\x09\x82\x61\x0c\xdd\xa3\x12\x04\xee\xaa\x69\x8f\x4a\xf0\xd9\xba\x6f\x18\xc9\xf6\xa8\xfb\x40\x09\xdf\x1a\x03\xcf\x0c\x9a\x6c\xc5\x46\xac\x77\x1a\x94\xb0\x75\xaa\x05\xc1\x4e\x19\x85\xf6\x98\xcd\xc7\x6c\x8e\x9f\xfe\x90\x1e\x81\x21\x0a\xfe\x9d\xf4\xc8\x8b\x3c\x47\x5e\x70\xa6\x65\x7a\xe8\x85\x18\xb1\xc6\x6f\x0e\xcc\xf9\xc2\x39\x2e\x0a\x21\x8c\xc9\x91\x19\x07\x23\x96\xa6\xa9\x89\x08\x46\x22\x90\x93\x53\x34\x0e\x4a\xec\x1e\x37\x39\x46\xe3\xa0\xc4\xb9\xea\xa3\xe9\xcb\xba\x92\x57\xdd\x9a\xee\x5d\x7e\x61\xf6\x1e\x4d\xbb\x16\x73\xcf\xf9\x92\xc3\x35\x0e\x4a\xec\xf6\x95\x1e\xb2\x21\x0a\x61\x85\xe9\x71\x7a\xc2\x90\x87\xf4\xe0\x0d\x51\x62\xf7\xd3\xc9\x21\x1c\x07\x83\x0e\x38\x5f\x61\xbe\xc3\x7c\x93\x88\x30\xdf\x41\xbd\x06\xa9\x0f\xf3\x1d\xd4\x6b\xf1\x89\x66\x3b\xcc\x76\x60\xba\x34\x59\xad\x9a\x2c\x89\x8d\x51\x5e\xfe\xd0\x92\xd8\x18\xe5\x5c\x65\x49\x6c\x8c\x58\x26\xd5\x92\xe0\x68\xb7\x30\x11\xc5\xba\xdf\x18\xc5\x6c\x17\x0b\xa7\x58\x38\x64\xa8\x58\x38\x1b\xa3\xbc\xfc\xa1\x85\xc3\x11\x70\x9c\x93\x92\x1e\x12\x28\x0a\xe7\x06\xa6\xa7\x04\x8a\x12\x2f\x0a\xba\x58\x12\xc5\x92\xd0\x64\x49\x14\x4a\xc2\x4a\x2b\x96\x44\xa1\x24\x5e\xa4\xbe\x58\x12\x1c\x28\x17\x45\x93\x25\x51\x6c\x13\xb4\xa6\x62\x49\x14\x4a\xc2\xb2\x47\x05\x8b\x42\xf8\x44\xbe\x8a\x85\x43\xd8\x55\x1b\x96\x4e\xb1\x74\x36\x46\xf1\x35\xa8\x96\x4e\xa5\x74\xcc\x64\xb5\x74\x36\x46\xb1\x05\x54\x8b\x62\xc3\xa8\xe6\x7c\x55\xdb\xc9\xf1\x71\xda\xf4\xab\xc5\x53\x79\xdb\x7d\xa5\xaa\x65\x51\x7d\xdb\xbd\x99\xe9\xe7\x70\xbb\x78\x51\xfa\xcd\x54\x6c\x0c\xc6\xf3\xf4\x28\x17\x31\xd8\xf4\x90\xaf\x66\x2a\x1a\xa7\xdd\x74\xea\xa8\xf9\xc4\x46\xd3\x4c\x4d\x56\xc8\xc6\x60\xa4\xce\x57\x33\x11\x1b\x25\xd3\x27\x5a\x21\x1b\x83\x5d\xce\xf9\x6a\x56\x48\xe3\xd0\xc1\xae\xc9\x0a\xd9\x18\x0c\xae\xf9\x6a\x56\xc8\xc6\x60\xbf\x4a\xbe\x9a\x19\xda\x28\xd9\x29\xc3\x66\x85\xe0\xdc\x61\xa7\x55\xbe\x9a\x15\xd2\xf0\x58\x74\xd3\x65\x7d\x34\xdf\x5b\x7e\x98\x66\x3b\xc9\xb6\xf7\x4a\xb3\xbd\x31\xd8\x24\x9b\xaf\x34\xdb\xc9\x59\x84\x9d\x74\xa5\xd9\x4e\x43\x9f\xec\x04\xd2\x7c\x6f\x8c\x61\x81\xa5\xf9\xf6\xbc\xb8\x69\x85\xa7\xb9\xdc\x28\x1c\xf8\x97\xaf\x34\x97\x69\x2e\x49\x6c\x9a\xcb\x24\x97\x49\x7d\xa7\xb9\x4c\x73\xe9\xbd\xcc\xe5\xc6\x18\xd5\x94\x99\xcb\xc4\x2f\x93\x5c\xd5\xad\xef\x4e\x7d\x57\xee\xd5\xcd\x78\x27\xe3\x95\x27\x76\xdf\xc9\x8d\xc1\xa0\x9f\xaf\x6e\x59\x6c\x61\x39\x18\x6f\xd3\x50\x75\x51\xb2\x6b\xb2\x2c\xd8\xe0\x99\xd3\xd7\xad\x9b\xf1\x8d\x59\x87\xf7\xb7\xc2\x37\x06\xd3\xb0\x34\xc6\x5d\x8c\x51\x69\x75\xdd\xa2\xe8\x14\x45\xd2\x2c\xba\x45\xd1\xcf\x04\xc8\xfb\x5b\x16\x1b\x25\x87\xc9\xb0\x2c\x3a\x65\x61\x89\x75\xcb\xa2\x5b\xe3\xdc\x6c\x58\x16\xc3\xb2\xe0\x87\xc3\x8c\x0f\x33\x4e\xc2\x86\x19\x1f\x34\x02\x9b\xf0\xf0\x0d\xdc\x28\xd9\x35\x59\x16\xc3\xb2\xe0\x89\xc3\xb2\xd8\x28\xd9\xc9\xd1\xb0\x59\x0c\x5e\x87\x41\xb3\x18\xe6\x7b\xd0\x04\x7c\x69\x86\x19\x1a\x64\xc8\x77\x72\x9a\xd4\x8d\xfa\xb2\xc0\xa6\xd5\x36\x3d\x96\xc1\xe1\x6e\x9a\xfc\x0d\x77\xf7\xe7\x6b\x9a\xfc\x8d\x59\x6d\x9c\xd3\xb4\x6e\xd4\x97\xa3\xca\x34\x61\x1b\x93\x0d\x51\xf9\x9a\x56\x9b\xc7\x8d\xd5\xd7\x6f\x9f\xa4\x96\xaf\x69\x85\x6d\x18\x20\x93\xaf\x69\x85\x6d\xcc\x6a\xb1\x4f\xb3\xe7\xc1\x77\x36\xae\x69\x7d\x6d\xcc\x6a\x15\x2e\x73\xbc\xdc\x72\x6a\xb3\x59\x66\x79\xa3\xbe\x6c\xcf\xcb\x1c\x2f\x73\xcc\xcd\x96\xb5\xb3\x61\x68\x51\xbe\x96\x39\xde\x98\xd5\xb7\x76\x59\x3b\x1b\xf5\x65\xe3\x5a\xe6\x78\xa3\xbe\x6c\xe2\xcb\x86\xba\x38\xec\xcf\x5e\x6e\x59\x61\x8b\xd3\xfe\x92\x6a\x5d\xe6\x7b\x91\x6f\x3b\x98\x65\xbe\x97\xf9\xf6\x89\xe6\x7b\x63\x12\x91\x97\x1c\x83\x75\x30\xab\x0d\xe9\x32\x43\x1b\xf5\x65\xc7\x77\x59\x85\x97\x55\x48\xb6\x2f\x53\x6f\x08\x26\xab\xaf\xe9\xd9\xb6\xa2\xa6\x43\xd1\xe5\x23\x37\x6a\x3a\xdc\x5e\x3e\x72\x63\xbd\xec\x6b\x2f\x5f\x8d\x8d\x9a\x8e\x74\x6f\x4b\x7f\x63\xbd\x4c\xd8\xdb\xc2\x7f\xb3\x8a\x6f\x43\x7a\x9b\xd6\x2d\x06\x6b\x3a\xa5\x78\x5b\xf8\x6f\x9c\xb7\x16\xc5\xdb\xc2\xdf\xa8\xe9\xe4\xea\x6d\xf2\xf5\xd0\x59\x14\x6f\x5b\xe0\x46\x4d\x47\xe0\xb7\xf5\xb1\xb1\x5e\xb6\x80\xb7\x85\xbf\xb1\x5e\x16\xc5\xdb\xc2\xdf\xa8\xe9\xa4\xf3\x6d\xb6\xdf\xf8\x29\xec\x7d\xdf\x66\x7b\xa3\xb2\xab\x2b\xdd\x05\x23\xd6\xcb\x0e\xff\x63\x1e\x3f\xe6\x91\x1f\x7e\xcc\xe3\xc6\x7a\xd9\x9a\x3e\xe6\xf1\x63\x1e\xb9\xd7\xc7\x3c\x7e\xcc\x23\xa5\xfa\x31\x8f\x1f\xf2\x68\xdf\xfe\x31\x8f\x1f\xf3\x48\xa9\x7e\xcc\xe3\x87\x3c\xda\x32\x3f\xb6\xb9\x8d\xf5\xf2\x65\xf8\x98\xed\x0f\xd9\xb6\x2b\xf9\x98\xed\x0f\xee\x0b\x5f\xac\x8f\xd9\x26\xc0\xaa\x71\xa4\x7a\xbe\x3e\xe6\x7b\xa3\x2e\xcb\xf0\x63\xbe\x37\xea\xf2\x97\x5f\xab\xdb\x8d\x7a\xe9\x98\xff\xb5\x2c\x36\xea\x32\x19\x5f\x1b\xe2\xc6\x3a\x03\xfc\xd7\xb2\xd8\x58\x67\xa4\xf8\x5a\x16\x1b\x75\xd9\x50\xbe\x96\xc5\x86\xe7\x53\xa7\xe7\xe9\x8b\x75\xa6\xb6\x5f\x33\xce\xbe\x8a\x5e\xed\x90\xbf\xe6\x7c\xa3\x2e\x2b\xfc\x6b\xce\x37\xd6\x19\x3c\xbe\xe6\x7c\x63\x9d\xc1\xe9\x6b\xc6\x3d\x06\xa0\x55\xb3\x69\xce\xdd\x28\x70\x26\x96\xb7\x59\xdf\x58\x67\xd8\xbf\xcd\xb9\x41\x69\x67\xe0\xb9\xcd\xfa\x4d\xd6\x6d\x52\xb7\x59\xbf\xc9\xba\x1d\xc1\x6d\xd6\x39\x7b\x72\xd9\x58\x6e\xb3\xbe\xb1\xce\x44\xe6\x36\xeb\x1b\x75\xf9\x8e\xdc\x36\x83\x8d\x75\x66\x53\xb7\xa5\xb1\x51\x97\x3d\xc8\x6d\x61\x6c\xac\x5f\xd3\xe5\x4b\xbf\xb1\xce\xfc\xed\xb6\x30\x36\x3c\x20\x3c\x5f\xb7\x85\x71\xd3\x0a\x6c\x65\xb7\x65\xb1\xb1\xce\xb0\xf6\x58\x14\x0f\x45\xe1\xa8\xf9\x58\x14\x8f\x8d\x80\x3c\x3e\x96\xc4\x63\x23\xa0\xc0\x1e\x4b\xc2\x0d\x3b\xb9\x48\xd8\x63\x51\x6c\x18\x3b\x9f\x1c\xf0\x77\x10\xaf\xd3\x91\x3d\x66\x1c\xc7\xe3\xeb\xf4\xd6\x8f\x39\x7f\x38\x54\xfd\xa4\xc3\x3a\xdf\x68\xd5\x96\xf7\x98\x73\x76\xff\xb4\xa9\x54\x79\xcc\x3a\xa2\xf4\x75\xfa\xd8\xc7\xbc\x73\x16\xc7\xeb\x8c\x80\x8f\x99\x27\xc4\xf5\x45\x74\x7e\xfa\xe1\x02\xd1\x6a\x6a\x0a\x4d\x61\x1b\x6a\xd8\x8a\xb6\xc2\x65\x0b\x53\xd5\x54\xbd\x5b\xc7\xd6\xb4\x35\x2e\xf3\x97\xa9\x89\x12\xa1\x43\x08\x45\x6c\x10\xee\xf9\x72\x00\x08\x25\x2b\x1b\xe2\x5a\xa5\xa5\x05\xce\x4b\xb1\xb3\xe0\x03\xde\xda\x3e\xda\xea\x6f\x0f\xcf\x81\x7f\x53\xec\x19\x83\xb7\xbe\xb5\x9d\xd7\x84\x5b\x87\x25\xb1\xe1\x4e\xc5\x0c\x45\x2d\x88\x20\x6a\x25\xfd\x82\x83\x68\xce\x54\xfd\x80\x83\x88\x78\xbd\xfc\xa9\x25\xb1\xd1\xec\x21\x42\x59\x0b\x9a\xad\x3d\xd4\xb0\x60\x3f\x40\x9b\x25\xb1\xd1\x7c\x75\xfc\x1a\x84\xd8\x97\x05\xb6\x8f\xb6\x8f\x0f\xf5\x09\x8f\xb6\x87\xaf\x00\x50\x99\xaa\x51\x10\xc1\x91\x69\xe9\x81\xed\x22\x5f\x66\x41\x39\x0a\xf6\x65\x24\xa4\x98\x05\xa2\x0b\x83\xd3\xae\x32\x14\xa4\xe1\xa9\xf5\xc9\x5c\x2b\x54\xa4\xe1\xb9\xf5\x44\x4e\x67\x28\x36\xc1\xfe\x6d\xc5\x66\x2e\x0a\x5f\x24\x40\xa3\xf8\xf9\x0a\x11\x6d\xd8\x86\xd4\x96\x81\x90\x2c\xce\x05\x42\xd5\x18\xfa\x53\x9d\xca\x84\xb2\x11\xec\xeb\xf8\x6d\x35\x1b\x1b\xf9\xeb\x4f\xad\x1c\xce\x27\x6d\xbc\xa4\xa1\x94\x0c\x42\xcc\x4b\xb3\xd4\xd5\x8d\x51\xe7\xcf\x3f\x52\x39\x10\xd5\x3c\xe0\x3d\x2d\x1c\x63\x92\x51\xcd\x03\xde\xd3\x42\x74\x5a\x46\x35\x13\x1b\x49\x6c\x55\x86\x92\x13\x24\x5f\xcc\xc8\xa8\x66\xcb\x33\x70\x09\xec\xc9\xa8\xd6\x17\xce\x52\xd4\x7d\x28\x4c\x01\xf1\xb9\x19\xea\x52\xd0\xad\x3e\x65\x29\xe8\xd6\x4a\x33\x43\x0d\x95\xa2\xc5\x7a\x52\xa7\x92\x24\x65\x2a\x58\xe8\xe2\x50\xa5\x02\x62\x95\x33\x14\xa9\x60\x21\xf4\x43\x8d\x0a\xd6\x49\xa1\xb9\xc5\x67\xea\xf4\xc4\x8f\x8b\x88\x70\x5e\xe3\xb7\x45\x44\x10\x9d\x90\x91\xd6\x0d\x7b\xa1\xaa\xef\x57\x9a\x6e\xdc\x9c\xd5\x97\x44\xa5\x09\xa2\xfa\x92\xa8\x34\xc1\x9e\x92\xf3\x48\x95\x26\x08\x5c\xff\x19\x69\x52\x37\x8a\xc5\xa2\xce\x04\xa3\x84\xb7\x37\xf5\x1b\xc5\xd2\x54\x66\x86\x32\xd3\xc4\x2b\x33\x41\x99\xde\xdb\xfe\x62\xa3\xd8\x98\x15\x99\x60\x56\x1f\xa7\xc8\x04\xd1\x1b\x32\x2a\x54\x99\xa0\x4c\x6e\xae\xc8\x04\x75\xf9\xb2\x28\x32\x01\xfb\xb7\x32\xd4\x98\xa0\x5b\x35\xdd\x0c\xe3\xce\x34\x05\x0a\x4c\xb0\x7c\xfd\xd5\x97\xa1\x7f\x33\x4d\x93\x45\xd0\x3d\xfc\xd4\x97\x4e\x81\x09\xba\xa5\xa9\xbe\x04\xfd\x24\xc0\x22\xc0\xbd\x69\x11\x0c\x73\x32\x98\x24\x52\x7b\xea\x41\x10\x83\x63\x33\x32\x14\x84\x20\x5e\xe6\x4e\x41\x08\x82\x3d\x23\x19\x0a\x42\x10\xec\xaa\xc9\x18\xe6\x86\x98\xcb\x33\x72\x0c\xb3\x33\x3c\x56\xe7\xd8\x4c\xe9\x60\x2d\xa7\xd2\x3c\x14\x89\xa0\x39\x32\x87\x82\x10\x64\xd3\x62\x22\xa6\x6d\xc8\x1e\x54\xf5\x07\xfa\xe9\xb5\x55\x7f\x20\xda\xcb\xc2\x99\x26\x63\x22\xd1\x49\xab\x52\x0e\x2c\x7b\x8f\x69\x6b\x98\x46\x3d\x50\x61\xaa\xb6\x30\xfe\xde\xd7\x5d\xd5\x16\xe7\xb8\x30\xaf\xb2\xea\x17\x0b\x5d\xf6\x1d\x0a\x39\x30\x8a\x7d\x87\x42\x0e\x94\xf4\x9d\x53\xc8\x81\xb4\xa9\x2d\xb3\x83\xc7\x6e\x52\x19\x2a\x3b\xd0\x5f\xe1\xcf\x6c\x0f\xcb\x3d\xeb\xd5\x34\x58\xa6\xe7\x44\x6c\x7b\x1d\x25\x5a\x1c\x67\x1c\x3f\xbd\x2c\x67\xf6\xc3\x9e\xda\x56\xb5\x81\x12\xf5\xf7\x0c\xc6\x97\x99\xe3\x73\x10\x6c\x71\xcf\xb8\x4c\xf7\xe5\xd9\xaf\x2c\xce\xc4\x65\xca\x2f\x57\x8d\x2c\xe3\xcb\xa4\x6f\x34\x27\xc0\x71\xd9\x92\x37\x92\x35\xb5\x50\x0d\x02\x0e\x99\xca\x50\xd3\x81\x65\xbd\x2b\xe9\x80\x9b\x2a\xd2\xed\xee\x22\x7a\x4b\x6d\x56\xcd\xdb\xc3\x05\x9d\x2d\xa9\xf3\x40\xa4\xab\x71\xa1\xd0\x8b\x5f\xb7\x84\x93\x30\x95\x5e\xe0\xf6\x7b\x39\x4a\x2a\xeb\xc0\x7e\x04\xe5\xf7\xb6\x69\xe1\x0a\x74\x41\x39\xde\x66\xe0\x8d\xaf\x34\xbc\xca\xe6\x86\xdf\xef\x4c\xd1\xd4\x75\x40\x7f\x67\xc6\xc7\xe4\x7a\x46\xdf\x34\xa7\x4a\xb6\xf8\xb0\x3e\xca\x7a\x78\xa8\xcf\x40\x09\xc7\x39\xf5\x59\x78\x24\xce\xb2\x02\x14\x68\x60\x14\xfb\x57\x05\x1a\xd8\x19\x20\x53\x2a\x34\xe0\x21\x70\x19\x2a\x34\x50\x82\x05\xb9\xf8\x98\xa7\x8f\x2f\x2d\x19\x50\xb4\x81\x12\x4e\x31\xd5\x6c\x60\x14\xdf\x0e\x35\x9b\x27\x09\xf4\xe6\xac\x50\xd1\x06\xc6\x70\x3e\xa9\x66\xf3\x83\x52\xbd\xa1\x66\xfc\xa0\x94\xd8\x73\x12\x52\xab\x90\x03\xfb\x3a\x1a\x8c\x4a\x0e\xcc\xea\x88\xa0\x46\x03\xeb\x8c\x5d\x5f\x8b\xe3\x8b\x50\x39\x0f\x35\x9f\x5f\xc3\x22\xad\x83\xaf\x19\xdd\x68\xf5\xdc\xdf\x8c\x6e\x34\xc5\x4b\xa8\xd1\xc0\x9e\xcd\x69\x33\xa7\x1e\xee\xac\xe4\x08\x35\x1a\xe8\x8e\xc6\x4a\x34\xd0\x2d\xed\xdb\x6c\xde\x36\x5c\x27\x50\x2a\x34\xb0\xdf\x67\xb2\xae\x3a\x0a\x77\x17\x35\x04\x47\x28\x7c\x40\x49\xf3\xa9\xf0\x01\xf5\x65\x1b\x55\xf8\x80\xba\x6c\xca\x0a\x1f\x10\xfa\x3d\x33\x14\x3e\x20\xcf\x5c\x49\xe1\x03\x38\x7f\x36\x43\xd9\x03\xc6\x79\xa0\x8d\xea\xa1\x73\x25\xd7\x0a\x9c\x78\xce\x51\xdf\x3e\xd0\xd4\x3f\xbe\x01\x64\x52\x7d\x13\x1e\x2d\x1c\x34\xda\xa2\x96\x29\x2f\x5f\x6c\x2c\x45\x8b\x5f\xfa\xc0\x5b\x52\xd4\x2d\xa0\x53\x38\x45\x89\x02\xf6\xe0\xe0\x55\x5d\xdb\xee\x3b\xa7\x57\x2d\x2d\x86\xcb\x6a\xba\x34\x91\x7a\x1f\xf8\xd6\x62\x24\xc2\xf0\x56\x1f\x6d\xc6\xfe\x7a\xd9\xad\xe9\xde\x9d\xd2\xce\x76\x51\x7d\x80\xce\xa7\x41\xd2\x73\x2f\xb2\x6c\xa5\xb1\x4c\x94\x42\xa3\x9c\x70\xca\x81\xc9\x74\x6e\x2c\xfa\xe9\xa2\xa6\x00\x9c\x28\x90\x45\xa9\x00\x7a\x2c\x7f\xf6\xd5\xf4\x55\xec\x63\x32\x4d\x41\x30\xdf\x32\x05\x8f\xa6\xc7\xf8\xc1\xfd\x9a\xfa\xe9\x22\x11\xd3\x99\x72\x51\x50\x80\xae\x5b\xaf\x28\x1e\x40\x10\xf9\x99\x7e\xd0\x48\x04\x81\x98\x59\x94\x0e\x60\x17\x97\x0f\x30\xfd\xc5\xe3\x70\x42\xdb\xd4\x86\x5e\x66\x1e\xe5\xc7\x90\x92\x8f\x21\x05\x51\xb2\xe9\xb7\x8f\x44\x28\x35\x8b\xc2\x01\x04\x1b\x38\xd3\x93\xf2\x45\x6f\x2c\x5a\x15\x65\x43\x21\x0e\x53\x77\xa9\x5f\x4d\x12\xd1\xe3\x5c\x66\x06\xaa\x91\x33\x64\xb3\x9a\x01\x62\x33\x7d\xe3\x8b\x4a\x02\x84\x52\xb9\x54\x93\x5f\x9d\xdc\x50\xb4\x0a\x09\x10\xea\xdd\xa2\x8e\x00\xe1\xda\x81\xdf\x65\x12\xbb\x7c\xc8\xb8\x82\xa0\xb8\xbb\x88\x75\xb8\xa2\x22\x28\xe7\x74\x2e\x1e\xa9\x24\x00\x7d\xf4\xdf\x3e\x82\x2c\x8b\x02\x01\xf4\xc6\x60\x51\x54\x08\x20\x74\x15\x14\x05\x01\xe8\x0a\xb6\xa2\xd3\x0a\xec\xf9\x39\x26\xb3\xe2\xa9\x9a\xac\x42\x15\x45\x42\xf1\x08\xff\xea\xed\x6d\x84\x1e\xd1\xca\x64\xa0\xe8\xb4\x02\xe1\x54\xc4\x2f\x51\x89\x51\x8e\xc9\xcc\x25\x3e\x63\x46\xe1\xa2\x6e\x00\xa3\x78\x2f\x75\x03\x28\xa7\x87\x50\x36\x14\x4f\xf1\x6c\x74\x41\x45\xdd\x50\xfc\x7a\x91\xfa\xad\xa8\x1c\x8a\xca\xa1\x78\x99\x59\x42\x39\x70\x10\x4f\x16\xa5\x03\x28\x61\x8f\xa0\x74\x00\x25\x98\x97\x15\xb5\x43\xc1\x1d\x55\xac\x1c\x95\x82\x27\xd5\x74\x4e\xb4\x49\x3f\xa6\x25\x06\xbb\x0f\xb2\x28\x15\xc0\x28\x16\x99\x93\x7e\x10\x83\x03\x57\xb2\x38\xed\x07\xd5\x15\x5d\x8f\xbd\x11\x45\x45\x5e\x9c\xf5\x17\xdd\x4a\xb6\x54\xa7\xfd\x60\x10\xfd\x9e\xc5\x79\x3f\x18\xc3\xc6\xa5\x57\xa9\xe8\x55\xb2\xc6\xf5\x2a\x95\xe3\x55\x22\xf9\xba\x90\x40\x7d\xd9\xc4\x75\x21\x81\x38\xb3\xe2\xa2\x66\xe0\xbb\x87\xf5\xe5\xcb\xa1\x18\x00\x35\xad\x39\xc5\x00\x58\xaf\x73\x7f\x33\x39\x3c\x86\xd9\x3e\x53\x27\x12\x58\x8a\x8d\x32\xcc\xe5\xd6\x07\x8b\x40\xf9\x2c\xfa\x95\x40\x4d\x4b\x71\x98\xfe\xc1\xd2\xbf\x2d\x56\x15\x51\x66\x30\xc2\x53\x3c\xaa\x08\x50\x97\xfd\x95\x6e\x25\x50\x97\xb7\x9f\xe6\x88\x4f\x12\xbc\x08\x69\xc9\xa2\xb2\x28\xd3\xc5\x2c\x4a\x71\x9a\xd6\x8d\xe6\x82\x5f\xd1\x6f\xe4\x99\x43\x2f\xbd\x25\x45\x69\x01\x9a\xeb\x1c\x45\x6d\x51\x3c\x3d\x91\x1d\x5e\x59\x74\x13\x81\x18\x9c\x59\x91\x45\xc1\x01\x9a\xab\xc1\x45\x75\x01\x9a\x6b\xb5\x1e\x6a\x24\xf6\x1b\x40\x42\xd4\x12\x20\x4a\x73\xcc\x50\x4d\x80\xa8\x9c\x69\x9a\x45\x3d\x01\xa2\x2c\xfb\x79\x5d\x45\x20\x6a\xf5\x55\x51\x64\x14\x45\xc6\x69\xb8\x3a\x8b\x00\x07\x48\x67\x59\xe6\x6b\xb1\xb5\x05\x8b\x0a\x03\x0c\x6b\xfd\x32\x4f\x97\xe7\x3e\x58\x53\xfa\x85\xc0\x62\x82\x5c\x14\x15\x60\xbf\xc1\x94\x86\xae\x22\xe0\x0e\xf0\x2c\x8a\x8a\x72\x22\x07\x6d\x69\x97\xc9\xbf\x1c\x45\xbc\x9b\x29\x25\x98\x50\x79\x50\x54\x15\x20\x7e\xbd\x99\x15\x75\xb1\x0b\xce\xe2\x51\x08\xfc\x7a\x36\x14\x32\xcd\xb3\xa1\xc4\xb6\xf1\x53\x5d\x37\x20\x5c\x37\xf5\x3c\x28\xd1\x9b\xe3\xac\x53\x7c\x10\xae\xd5\x96\x8f\xe5\x73\x22\xfb\x48\xac\xae\x9b\xe2\x47\x28\xec\xe3\x74\xdd\x80\x3e\x6c\x69\x6a\x83\x62\x64\x5f\xf5\x87\x26\xd6\x93\x87\x9a\xe5\xaf\x10\x28\x7e\xa9\xa2\xfa\x48\xd3\xff\xf1\xb5\x23\xad\xce\xe6\x8b\x07\x7f\xbf\x9c\x4e\x38\x9d\x07\xa3\xd8\xdf\x3b\x4f\x07\xd1\x3b\xeb\x3d\xc5\x89\x7a\x71\xa2\xce\x47\x75\xb2\x38\x51\x07\xc5\x85\xc7\xe2\x3c\x1d\x8c\x93\x03\xbd\x2b\xa0\xb8\x9c\x58\xf4\xae\x80\x71\x4a\xc3\x99\x3b\x28\xbf\x9a\xac\xf4\x2f\xdf\x7a\x74\x1e\xa2\xc3\x05\x14\x97\x35\x8b\x93\x79\x50\xf5\x6d\x15\x27\xee\xa0\xea\x31\x2c\x4e\xdc\x41\xd5\xb7\x55\x9c\xb7\x83\x9a\x66\xdc\x69\x3b\xd8\x25\xab\xcd\x8c\xfb\x31\x81\xe9\x6c\xc2\xa9\x7b\xe1\xab\x5e\x59\x7f\x3b\x2a\x3b\x8b\x13\x7b\x50\xd3\xfa\xd1\xcf\x02\x6a\x3a\x42\xeb\x41\x01\xeb\xf4\xea\xb7\xd9\xbb\xf1\x1d\xd9\xe2\x74\x84\x80\x78\xe9\xfb\x2e\x0a\x02\xd0\x5c\x96\x2f\x0a\x02\xb0\xfb\x28\x6d\x56\xcf\x63\xaf\xc2\xdd\x54\x04\x9e\x5d\x16\xc9\x82\x51\x51\x11\x80\xd4\xe1\x5d\x1e\xeb\x87\x93\x4a\x4b\x73\x4e\xab\x26\x00\xd9\x1d\x57\x15\x05\x20\x9b\xf7\xb2\x47\xd9\xe8\xf6\x02\xba\x46\x00\x27\x24\xa7\xe7\xa2\x89\xfe\xb2\x63\x50\x24\x94\xe7\xd9\x17\xed\xa7\x55\x7d\x1b\x20\xd2\x57\xa1\x3a\xfd\xaf\x7b\xc6\xcf\x27\x88\xd2\xaf\xe0\x0a\xbe\xe8\x90\xd5\xc9\x3f\xe8\x06\x88\x55\x27\xff\x95\x53\x0a\x1a\x7a\xb5\xea\x6a\x00\x61\xe4\x4c\x75\xa6\x5f\x8d\x9e\xa3\x82\xaa\xd1\x73\xd5\xe8\x39\x26\xb3\xd5\xd9\x3f\x28\x16\x5f\x75\xf6\x0f\x66\x3d\xa6\xa2\x09\xaf\x3f\x0d\xab\xea\x53\x00\x1d\xcd\x5f\x15\x04\xa0\x2f\x6f\x3e\xb4\x8c\x9d\x3f\x7f\x65\x6e\xc2\x37\xa0\x63\x32\x37\x1b\x69\xd7\x5e\x95\x0d\xa0\xbf\x98\x65\x55\x65\x03\x18\x27\x4d\x66\x26\x58\xc2\xc6\x23\x5f\x55\x08\x60\x31\x9d\xaa\xea\x03\xc0\xd1\xcb\x59\xf5\x37\x54\x37\x65\x2d\x2f\xaa\x9a\xf0\x27\x1d\x93\x29\x2f\xe7\xd3\x39\x14\xbb\x5e\x84\x6a\xcc\x1a\x8b\x3e\xd5\x00\x35\x10\x6e\xed\xc9\xaa\x17\x01\x0c\xf6\x52\x66\x35\x1a\x0d\x54\x76\xea\x67\x55\x1e\x80\x65\x87\x51\x95\x07\xa0\x2e\xef\xa5\x3c\xa8\x7e\x72\x80\x7d\x01\x59\x75\x2b\x80\xe8\xfa\x15\xaa\x9a\x01\x6c\x61\x4f\xf9\xa8\x06\x40\x14\x03\xbf\xaa\x72\x00\xe8\x75\xae\xba\x1a\x00\x9f\xb3\xcb\xaa\x18\xa8\xe7\xb3\xbe\xd5\x74\x98\xcf\xea\x28\x61\x6a\xcd\x66\x25\x0c\xda\x6c\x56\x5b\x5c\x25\xee\x6b\x6a\x32\xe7\xcd\xe6\xc5\x0f\x55\x11\xd5\x4d\x59\xdc\xbd\x99\xcb\x76\xce\x1b\xe3\x87\x0a\x0b\xd0\x19\x30\xab\xba\x02\xa8\x77\xaa\xae\x06\xd0\x6d\x38\xca\x06\xc0\xb1\xb1\x59\x75\x2c\x00\x3e\xcd\x97\x55\x1d\x01\xc6\x49\x91\x15\x4b\xec\x9b\x6d\x52\xc9\x00\xfa\xab\xf9\x78\xf3\xdb\xd8\xdf\xb7\x4c\xb7\xf9\x55\x32\x28\x36\xaa\x51\x6d\xd5\x4f\x43\x33\xce\x54\x65\x44\xd5\xfd\x60\x55\x1b\xe8\x06\xc2\xfe\xae\xaa\x2c\xaa\x1e\x09\x86\x9e\xaa\x66\xa8\xba\x1a\x7c\x0d\x94\x07\xa0\x1a\x98\x50\xd5\x02\x80\x0f\xdc\x64\x55\x0a\x80\x18\xfd\x5c\x65\x5a\x89\x56\x7b\x79\x2b\xab\x86\xf3\xbc\x47\xf5\xe5\x50\x1e\x00\x57\xae\xaa\xe2\x00\xb0\x09\x3e\xab\x3e\x03\xd0\x09\x74\xce\xda\x4d\x3b\x1f\x44\x9b\xfa\x1f\xaa\x91\x69\x20\xf4\x3d\x57\x3d\x09\x20\xdc\x39\x9a\x55\x09\x01\x12\x4f\x5a\x55\x1b\x80\xfe\xb2\x0f\x54\x1b\x80\xe8\x9c\x08\x95\x1e\x32\x29\x86\x6f\xbf\xda\x00\xe8\x6c\xad\x06\x9c\x55\x3c\x07\x4c\xce\xaa\x62\x01\x74\x02\xb7\xb3\x2a\x16\x40\x9c\x7e\x44\xad\x50\x3d\x37\x3a\x99\xf8\x56\xfd\x0b\x55\xff\x82\xf5\xaf\x7e\xa8\x28\x03\x1d\xdd\x55\x15\x00\xc2\x38\xc1\xaa\xe3\x00\xf8\xd5\x90\xac\x0a\x03\x10\xb3\xcf\xdf\xfe\x08\x57\xd6\x61\x76\x3d\x84\x29\xf1\x19\x54\xc5\x04\x28\x7c\x94\x30\xab\xca\x01\x74\xe7\xce\x55\x99\x00\xf8\x9c\x64\x56\x15\x01\xe8\x2f\x3b\x10\x03\xc2\xf8\x3c\x5f\x37\xec\xb5\xea\x33\xa8\xee\xe9\x41\xfd\x56\x67\xf5\x20\x7a\xda\xcd\x38\xad\xaf\xee\xf3\x41\x64\x56\x67\xf5\xa0\xeb\xb8\xf0\xf8\x4f\xd1\x75\x14\x56\xe7\xf4\xa0\xbb\x62\x5e\x9d\xd2\x83\xce\xc6\xa5\xac\xce\xe8\x41\x18\x20\xe8\x87\x03\xc5\x38\x05\x6a\xa8\x17\x28\x61\x33\xd2\x8f\x00\x06\x07\x90\x65\x75\xde\x0f\x4a\xd8\xfd\x39\xf1\xaf\x7e\x73\x86\x8f\x39\x67\xd5\xb7\x00\x22\x5d\x24\xab\x4e\xf4\xc1\xac\x8e\x9c\x97\x0d\xe2\x42\x50\x76\x7f\x69\xc6\xaf\xf3\xf5\x1b\x0a\x43\x27\x03\x98\xd5\xde\x45\x39\x00\xa2\x0f\xc7\x74\xe5\x00\xd8\x03\x0e\xc5\xa1\xdf\xa1\x7a\x04\xb9\x8e\xdb\xaa\x46\xa8\xe7\xab\x1c\x4c\x36\xaa\x22\x01\x2c\x67\xad\x55\x91\x00\xea\x72\xe8\x35\x10\x0d\xec\x5f\x72\x99\x2e\x0a\xb0\x9f\xca\x13\xf4\x48\x80\x76\x7a\x30\x9d\x0f\x60\xcf\x9e\x48\x9c\x8e\x06\xc0\x91\x84\x59\x55\x1c\xa0\xbf\xec\x4f\x14\x1c\x60\xf8\xce\x28\x1b\x3c\xdf\xb5\x1b\xb9\x55\xd5\x0d\xd5\x1d\x41\xd5\x94\x29\x1c\x40\x49\xdf\x66\x85\x43\x55\x38\x18\x53\x56\xf5\x16\x80\x6e\xba\xd4\x0d\xa0\x3b\x78\xe9\x2a\x00\xc3\xfe\x4a\x4f\x01\x38\xc5\xaf\xb4\xa8\x9f\x73\x8a\xb1\x49\xb0\x0c\x91\x16\x76\x15\x2a\x8b\x6a\xd8\xd6\xb4\x35\xaa\x2c\xea\xf7\x08\x45\xaf\x33\x43\xba\x00\x96\x03\x83\xcb\xfd\x20\x0c\x29\xa9\xea\x08\x10\x06\xcf\x54\x75\x04\x08\x85\x79\x55\x47\xd4\xef\x11\x8f\x5e\x66\x26\xbf\xe7\xdc\x1d\x92\x6b\xe4\x16\x08\xf7\x44\x67\x55\x5d\x54\x5d\x05\x4e\x01\xd4\x0d\xa0\x84\x15\xa7\x6e\xa8\xea\x06\x17\x42\xaa\xba\x01\xec\x19\x05\x77\x53\x37\x80\xac\xf6\xa7\x86\x69\x81\x6e\x3e\x95\x0a\x60\x2c\x4a\xc3\x20\x2d\x30\xed\xb8\xd4\x0e\x60\x5a\xb2\xc6\x63\x81\xe1\x7b\xa3\x98\x00\x06\xdb\x56\xa3\xb1\xc0\xb4\x8b\x52\x5d\x80\x69\xcd\x1a\x9e\x05\xdc\x09\xe0\xa1\xc0\x42\x77\x5e\x35\x38\x0b\x18\xd1\x5c\x95\x24\x60\xd8\x1f\x2a\x48\x00\x67\x8b\x64\x55\x8f\x00\x97\x42\x3c\x5a\x58\x4c\xc7\x24\xf5\x09\x18\xce\x80\x95\x22\xc0\x90\xa9\xaa\x6f\x02\xec\xc2\x26\xf7\xaa\x13\x10\xad\xda\x93\xab\x4e\x80\xc1\xeb\x55\xe1\x01\xf4\xb2\x55\x85\x07\x98\x76\xf6\xea\x8e\xaa\x73\x42\xd7\x8a\xc7\x1d\x8b\x45\x53\x69\x3a\x22\xc0\x22\x05\xcd\xf0\x29\xb0\x90\x39\x4d\x37\x04\xe0\xa3\x2a\xd9\xdc\xee\xd3\x3c\x65\x6d\xf9\xb3\xa9\x69\xcb\x15\xaa\xbf\x29\x57\x00\x1f\x3e\xc8\xa6\x5a\x01\xab\x78\xa3\xb7\x96\x2d\x0a\x19\x31\x9a\x8e\x0a\xb0\x10\x34\x4d\x41\x03\x16\xaf\x71\x53\xcf\x00\x3e\x4e\x97\x4d\x39\x03\x16\xdd\x41\x53\xcd\x80\xc5\x34\xb5\x29\x66\xc0\xa2\x65\x37\xb5\x0c\x58\xf5\x77\xec\x7c\xf2\x18\x68\xb1\x6b\x8c\x2c\x18\x64\x05\x22\x5d\x5d\x69\xea\x1f\x10\x47\xc9\x34\x43\xaa\x80\xa7\x9d\x65\x53\x02\x81\xee\x2e\x9d\xa6\x04\x02\x91\x86\x70\x36\x37\x06\x81\x60\xa7\x58\x36\x65\x11\xe8\xee\xb6\x69\xca\x22\x10\x0e\xe5\x4d\x6f\x0a\x08\x3e\x3f\x95\x4d\xa9\x04\xc2\x5d\x40\x4d\xa9\xd4\x8c\xce\xa2\xe7\x6c\x6a\x25\x10\x7d\x9a\x7e\xa5\x11\xd8\x03\x04\x45\xaa\x83\x05\x74\x23\x07\x3c\x15\x5b\xf4\x72\xee\x66\x69\xe0\x60\x71\xad\xa6\x29\xaa\x40\xbc\xce\xfd\x2d\x9f\x62\xf9\x68\xb2\x7c\x0c\xe0\xe2\xbd\x6a\x2a\x2f\xd0\xcb\xcb\xab\x2c\x1e\xe2\xb7\xd8\xbb\x97\x4d\x31\x06\x22\x4e\xba\x2c\x9e\x62\xf1\x98\x2e\x8b\x07\x57\x8d\x7b\xb0\x9a\xf2\x0c\x44\x77\x4f\x40\x53\x9f\x81\xee\xd6\xa3\xa6\x3e\x03\xe1\xce\xa6\xa6\x3e\x6b\x1e\x92\xcf\xc7\x53\xb2\xa9\xcf\x40\xb8\x2a\xeb\xc7\x86\xb3\xe1\xab\x71\x3f\x5a\x53\x9d\x81\xce\xde\xc0\x6c\x8a\x33\x10\xee\xe8\x6a\xaa\x33\x10\x71\xae\x32\xe3\xd5\x76\xe1\x13\xcd\x38\xbe\x1a\xf7\xfc\x35\xd5\x19\xe8\xee\x6c\x6a\xaa\x33\x10\x7c\xc8\x3e\xfd\xe0\xb1\x08\x77\xc0\x35\xd5\x19\xe8\x46\x2e\x35\xe5\x19\x08\xb7\x82\x35\xd5\x19\x08\xe3\x7a\x9b\x62\xac\x79\x82\x9c\xe5\xaa\x5f\x07\x04\xc7\x3e\x67\x53\xa0\x81\xae\xdb\xbe\xa9\xd0\x40\xb8\xad\xac\x29\xc8\x40\xb8\xe7\xae\xe9\xd7\x01\xe1\x61\x2a\xd9\x94\x64\x20\x8e\x63\xb4\xa9\xc9\x9a\xc7\x63\x2c\xd3\x6f\xf5\x36\xe6\xb6\xd6\x9b\x62\x0b\x74\x77\xf0\x35\xa5\x0f\xe8\x8d\x29\x64\x53\xfb\x80\xde\x98\x2f\x36\x1d\x23\x20\xaa\x2f\x97\x7a\x08\xf4\xc6\x6a\x93\x1f\x88\x16\xbd\xa5\xb7\xb7\x78\x88\xab\x6a\x26\x55\x85\x04\x4e\xd0\x56\x53\x21\x81\xde\x9a\x57\x59\x3c\xf8\x5d\xaa\xd5\xa6\x66\x02\xd1\x39\xe7\x39\x9b\x7e\x97\xe6\x01\x73\x06\x6f\x36\x1d\x2f\xcd\xf3\x24\xec\xb7\x14\x57\xa0\xb7\x66\xca\x2c\xc5\x23\xae\xd0\x2c\x4d\x29\x05\x4e\xec\x56\x53\x4b\x81\xae\x36\x6c\x06\x66\x81\xe0\x1c\x83\x6c\xea\x2b\xd0\x1d\x4a\xfd\x32\xb6\x08\x77\x8c\x34\xf5\x15\xe8\xcd\x27\x2a\xaf\x9a\x47\x4c\xd8\x9f\x1a\xbe\xd5\x0c\xdf\x62\xf6\xd8\x54\x5c\xcd\xf0\x2d\xa6\x38\x4d\x8f\x4d\x33\x7c\xcb\x76\xa1\x77\x06\xf4\xc6\x4a\x5b\x53\x97\x35\x0f\x8c\x98\x66\xc8\xa2\xe0\xf4\xed\x7a\x32\x64\x51\xa0\xcb\xaa\x8d\x47\xdd\x05\xfc\xce\x67\x36\x65\x17\xe8\xcd\x31\x45\x1f\x0e\x08\xd7\xc7\x9a\xdb\x85\x9a\x07\x46\x38\x82\x29\xce\x9a\x07\x46\x38\xee\x2a\xce\x40\xa8\x0e\x9a\xbb\x85\x9a\xdf\xb6\x32\x8e\xa5\x19\x44\xd6\x3c\x1e\x02\x19\xde\xf4\xf4\x80\xde\x1c\xb2\x8d\x21\x03\x7e\x6e\x3c\x9b\x9e\x9e\xe6\xb9\x0f\xf6\xc2\xee\x10\x02\x51\xad\x22\x7d\x3f\xa0\xb7\xa6\xc9\x7c\x73\xc0\x6f\xb5\xaf\xd6\x1d\xe4\xe7\x0b\xba\xcb\x47\x4d\x77\x10\x08\x4e\xdd\xc8\xa6\x37\x08\x9c\x7d\x00\x4d\x29\x09\x82\x33\xd2\xd3\xef\x9b\xe7\xf9\xbe\xf9\xb4\x14\x95\x92\x4d\x0f\xd1\xab\xfc\xf6\xb1\x5d\xd9\x8c\x4f\x03\x61\x10\x8d\x5f\x49\x17\xe1\xf2\x72\x53\x7d\x82\xf0\x80\xd6\x6c\xca\x4f\xd0\x9b\xef\x8b\x5a\x13\x44\x75\xb4\x50\x6b\x82\xe8\xc5\x62\x56\x59\x82\x98\xae\x25\xfb\xc9\x06\xd1\x5d\x27\x69\x7a\x90\x40\x1f\x4c\xf8\xfd\x88\x83\xe8\x2e\x5a\x34\x7d\x4a\x60\x97\x03\x39\x50\x6c\x82\x5d\xd0\xfe\xd4\x8c\x5e\x1c\x7e\xe0\x5b\xa4\xda\x04\x61\x54\x77\x53\x6c\x82\xd0\x89\xda\x14\x9b\x4d\xdf\xd3\xb9\x97\xfd\x87\x5a\xb3\x9b\x7e\xb3\x8e\xd4\xd4\x5f\xd7\x54\x9a\x20\x0c\xb5\x69\x0a\x4d\x10\xee\xf5\x6c\x0a\x4d\xd0\x8d\xac\x69\x0a\x4d\xd0\x5d\xf6\xf5\x8b\xf4\x22\x5c\xe0\xf3\xe3\x15\xa2\x3b\x59\x6e\x86\xc7\x81\x70\x6b\x48\x53\x8c\x82\x68\x61\xef\x6a\x78\x1c\x08\xc3\x2e\x9b\x02\xb5\x79\x24\xf7\xb4\xd1\x29\x50\x41\x1f\xf6\x15\xee\x79\x02\x7d\xd8\x5a\x0c\x8e\x6b\x7e\xc5\xd4\x1e\x57\x1d\xdb\xfc\xee\xee\xf4\x3d\x75\x1f\x54\xf3\x9c\x8c\xe1\xcd\x2c\x9f\x73\x50\xa1\x37\xb3\x7c\x70\xa6\xb9\x04\xd5\x0c\xa1\x6b\x1e\x9d\x91\xde\xcb\xf2\x21\x84\x4e\x55\xdc\xdc\x1a\xd5\x3c\x4c\x83\x05\x3b\x3f\xda\x21\xc2\x5d\xc1\x7e\xaf\x3f\xcf\xf7\xfa\x9d\xa6\x28\x9d\x9b\xd2\x99\x20\xaf\xa6\x72\x6e\x9e\x66\x68\xfb\x37\x1a\xaf\x79\x98\x06\xf1\x1d\x7e\xff\x23\xdb\xc7\xd2\xf1\x5e\x96\x8e\x4e\x38\xc2\x1c\x9b\xf2\x1a\x84\x3b\x54\x9a\xfa\xba\xe9\x97\xb3\x42\x94\xd3\x20\x8e\xb7\xb7\x29\xa8\x41\x8c\xea\x6c\x4c\x41\xdd\xdc\x2f\x35\xcf\x6f\x2d\x0c\x8f\xce\xf0\x35\x34\xf6\x0e\x74\xbd\xb1\x4d\xe1\xdd\x3c\x3a\x63\xda\xb5\xa9\x9e\x9b\x47\x60\xd8\xa5\x2b\x81\x41\xcc\xa1\xfc\xd0\x75\x06\xba\x82\xb4\xa9\x77\xc1\x28\x26\x57\xb9\x0b\x4a\xd8\xd8\x55\xbb\x60\x14\xbb\x61\xd5\x2e\x88\x73\x22\x81\x1f\x3e\x11\xa3\x38\x8a\x2b\x78\x41\x09\x2b\x45\xc5\x0b\x4a\xf8\x62\xba\x2b\x09\x8c\xe2\x50\xac\x0a\x06\xe5\x34\x76\x65\x30\x28\x61\x0d\xa8\x83\x41\x09\x5f\x5f\x85\x30\xf0\x43\x3a\xd9\xd4\xbd\xa0\x84\xaf\x9c\xc2\xb7\x79\x2a\x86\x2d\x56\xe5\x0b\x76\xc1\xd2\x0e\x54\xba\x60\x14\xfb\x15\xa5\x2e\x28\x61\x2b\x56\xeb\x82\x51\x1c\xc3\x95\xb1\x8d\x20\xbb\x62\xbe\x75\x9f\x35\x0f\xb2\xb0\xc9\x2a\x63\xc1\x28\x36\x33\x75\x2c\x28\x71\x4c\x26\xff\x21\xf9\x2c\x9a\x37\x37\x11\x81\x51\xe8\x7d\x52\x69\x0b\x4a\x90\xd4\x34\xf0\x2e\xfd\x90\x8f\xbb\xa4\xfd\x48\x8c\x18\x7c\xb3\x27\xfd\x46\x8c\x18\x7c\x2a\x28\x53\x6f\x1c\xf0\x58\xff\x4c\x45\x70\x7a\xe8\x45\x7a\xd5\xd0\x34\x48\x58\xc7\x34\x35\x91\xef\xa6\x69\x69\xa2\xda\xe8\xca\x52\x1d\x0c\x06\x9f\x9c\x4d\x3f\x40\x23\x06\xdf\x0d\xca\x54\x09\x83\x61\xaf\x95\x4a\xe1\x74\x1b\x11\x5f\x54\xcc\x54\x0c\xa7\xce\xbd\xf4\x91\x8f\x26\x16\x76\x58\x05\x4c\xe5\x30\x28\x61\x8e\xd4\xc3\x60\x94\xe6\x55\x96\x58\xd8\xd0\xbd\xca\x02\x53\xf2\xea\x00\x49\x25\x6f\x7a\x5c\x46\xfe\x0e\xe1\x9c\xba\xff\xd2\x73\x32\xaa\xcf\xb2\xa8\xfc\x88\xf2\xe4\xad\x4a\xd5\x2f\x18\x85\xd9\x47\xaa\x61\x41\x1c\x0f\x60\x2a\x45\xf3\x48\x51\x6f\xa7\xee\x04\x31\x4e\x39\x2b\x3c\x81\xdf\x9b\x4b\x3f\xd6\x23\x4a\xd0\xbd\xa6\xc2\x33\xcb\x49\x08\xb9\x56\x66\x82\xe1\x58\x96\xca\x4c\xb0\xb5\xbf\x0f\xb5\x8a\x36\x4a\x7f\xf9\x4b\xab\x48\x9f\xdf\x32\x19\x66\x61\xa3\x18\x44\x9b\xea\x4c\x50\xdc\x75\x93\xca\x4c\x30\x1c\x91\x52\x99\x09\x0a\x67\x4e\x67\x2a\x33\xc1\xb0\xb3\xf6\xbb\x42\xa2\xe8\x7f\x4d\x9d\x80\x60\x38\xe1\x48\x85\x27\x18\x7a\x98\xd3\xb8\x41\x30\x1c\x1e\x52\x2d\x0a\x4a\xd8\x32\xd5\xa2\xa0\xb8\x55\x23\xd5\xa2\x60\x28\x00\xfc\x90\x91\x18\x8e\x64\xa9\x16\x05\xc3\x25\xfc\x54\x78\x82\xca\xb1\xa9\xe9\x97\x8d\xc4\x1e\x1d\x78\xa4\x62\x34\x3d\x19\x83\x79\x69\x2a\x46\x41\xd1\x57\xe8\xf7\x8f\x44\xe1\x8b\x00\x99\x3a\x06\x41\xe1\x43\x02\x99\x8a\xd1\x74\x13\x92\x8f\x54\x8c\x82\x92\xa6\x55\x31\x0a\xb6\xee\xf7\x32\x33\xee\x69\x19\x0c\xe1\xa9\xc3\x30\x3d\xe4\xbc\x4d\x9f\x69\x53\x69\x84\xb9\x31\x3d\x4e\x15\x6a\x7a\x5c\xc6\xf2\x66\x36\x0b\xcf\xc6\x18\x9a\x2c\x0c\x4e\x3e\x1f\xe7\x5e\x16\x46\xb3\x59\x90\xb2\xb4\x2c\x92\xb2\x60\xba\xe1\x47\x9e\xc4\x70\x02\xe8\x37\x9e\xc4\x70\xa2\x95\x3a\x16\xd3\xef\xb8\xe8\x32\xf0\xb3\x4f\xa2\x70\xc8\x72\xa6\x01\x8a\xa0\x70\x9c\x77\xa6\xce\x46\x50\xf4\x23\xfa\x6d\x28\x51\x0c\x6b\x4e\x5d\x8b\x99\x47\x2c\x92\x25\x5d\x8b\xa0\x70\xe2\x7a\xa6\xbe\x45\x50\x9c\x24\xa4\x62\x1a\x14\x3e\xee\x90\x7e\x67\x4a\x0c\x07\xfa\x54\x4c\x83\x62\xb4\x56\x2a\xa6\x41\x71\x4b\x52\x2a\xa6\x81\x1f\xde\xc8\x54\x4c\x83\x92\x96\xbe\x32\x39\x95\xc9\x1c\xa3\x9f\x7e\xc6\x4a\x14\x37\xce\xa6\x2a\x19\x44\x9e\x41\x44\x65\x9b\x7e\xbd\xa8\x5a\x27\x4a\x5b\x10\x7e\x6e\x20\x53\x6d\x9b\x27\xd0\xd0\xc1\x46\x25\x9b\x83\x17\x6c\x78\x99\x65\x3b\xf0\x01\xd9\x3d\x18\x55\x98\x46\x15\x9e\x01\x48\x91\x0a\xaa\x7b\xd3\x53\x91\x0a\xaa\x1b\xe4\x53\x91\x0a\x66\x3b\x49\xb3\x06\x06\x6f\x98\x8d\x56\x91\x0a\x66\xb3\xd4\x14\xa9\xe9\x99\x16\x0e\x10\x8a\x54\x30\x15\xbc\xa9\x48\x05\xd5\xdd\xf0\x69\xec\x21\xa8\x86\x36\xa6\xba\x15\x54\x77\x86\xa4\x1a\x15\xec\xb7\xc9\x9b\x99\xf1\x8d\x6a\x9c\x64\x2a\x52\xc1\x74\x05\x25\xdd\xe7\x04\xaa\x1e\xd8\xd4\x45\x09\xaa\xe7\x0e\xa4\x52\x16\x54\x43\x33\x53\x29\x0b\x66\xb3\x65\x2b\x65\xc1\x7a\x9d\xdb\x5b\x3a\x1c\x76\xd1\x6c\xc6\x4a\x59\x30\x5d\x54\x49\x95\x6c\x1a\xd8\x78\x06\x76\xa5\x2c\x98\xea\xd6\x54\xca\x82\xd9\xec\x9d\x95\xb2\x60\x2a\x1b\x53\x25\x0b\xaa\x8e\xee\x54\xa9\x82\xd9\xec\x51\x95\xa0\xe9\xf9\x17\xf6\x95\x7a\x40\xd3\xf3\x2f\x6c\x9f\xaa\xd2\xf4\xfc\x0b\x3b\x7f\x55\x29\xa8\x6e\x7b\x4c\x3d\xa0\xa0\xbe\xc6\x6f\x7f\x1a\x2a\x53\x6f\x28\xa8\x86\xb1\xa7\x92\x15\xcc\xe6\x98\xa5\x64\x05\xd3\xd5\x82\x54\xb2\xa6\xc7\x63\xd8\xf7\xa9\x58\xc1\x6c\xf6\x27\x0a\x56\x30\x5d\x5e\x49\x05\x2b\x98\xcd\xf1\x4f\xc1\x0a\xaa\xe7\x5e\xa4\x82\x15\x4c\xd7\x3a\x52\xc1\x0a\x76\xd3\xf2\x32\x8b\xe5\xb2\x85\x50\x2c\x2a\x56\x50\x75\xd1\xa7\x8a\x15\xd4\xd7\xb9\x99\x25\x75\x71\x2c\x88\x2f\x8b\x8a\x15\x54\xb7\x0c\xa4\xf2\x14\x44\x33\x56\x2f\xd5\xa7\xa0\x1a\x8c\x99\xea\x53\x50\xdd\x1e\x90\xca\x53\x50\x5f\xe7\x87\x16\xcf\xdb\x30\x51\x67\x88\xc6\x6c\x82\xe9\xca\x4c\x2a\x3c\x53\xe1\xc9\x17\x21\x32\x15\x9e\x20\xce\x5e\xc1\x54\x79\x82\x6a\xe8\x68\xaa\x3c\xd3\xcf\x7a\xea\x1d\x4a\x45\x65\x7a\xde\x86\x55\xa7\xa8\x04\xeb\xe4\x40\x51\x09\x22\x97\xa3\xbf\xaa\x12\x2c\x57\x7c\x53\x55\x09\xd6\x29\x22\x55\x65\x7a\x2c\x87\xaf\xad\xaa\x32\x3f\x04\x05\xa6\x57\x59\xc3\x9e\xc1\x61\x3f\xa7\xaa\x04\xcb\x75\xe1\x54\x55\x82\x9a\xf6\x27\xba\x6d\xd3\x33\x38\xcc\xa5\x42\x33\x3d\x83\xc3\x57\x41\x9d\x09\xd6\x99\x5c\x28\x33\xc1\x72\x01\x3e\x55\x99\xa0\xba\x5f\x2f\x55\x99\x60\xb9\x1c\x9e\xaa\x4c\xb0\x4e\x65\xea\xdd\x05\xd5\x95\x98\xd4\xb9\x0b\x96\x3e\x85\x34\x6c\x14\x54\x57\x50\x53\x77\x2f\x58\xa7\x4b\x36\x92\x14\x2c\x3d\x22\xa9\x86\x05\x4b\x8f\x48\xea\x01\x4e\x8f\x71\x9c\xa6\x55\x17\x70\xea\x02\xe6\x8b\x19\x99\xba\x80\xc1\x72\xd9\x3c\x95\xbf\xa0\xa6\x03\x99\x0e\x60\xb0\xce\x4b\xee\x56\x31\x50\xcf\x08\x6e\xc4\x29\x58\xe7\x2d\x51\x36\xa7\xc7\x79\xbc\x8a\x37\xb3\xc8\x4e\xc8\x29\xa9\x55\x37\x83\x9a\x36\x1e\x75\x33\x58\xae\xc0\xa7\xba\x39\x0d\x1f\x45\x9e\xa6\x1a\x19\xd4\x33\xf5\x52\x23\xa7\x11\xa5\x28\xe9\x54\x23\x83\x62\x13\x50\x22\x83\x9a\x0a\x03\x25\x32\x58\xe7\xb5\x57\x22\xa7\x5f\x19\x5d\xd6\xae\xae\x61\x10\xad\x58\x25\xca\x5f\x50\x53\x81\xa4\xe7\x17\x84\x5f\x6e\xca\x54\x11\x83\xf0\x63\x38\x99\x4a\x62\xb0\x74\x81\xa4\xce\x5e\x10\xb3\x3a\x7b\xd1\xdd\x0b\xfc\x20\x4f\xa6\x32\x19\xd4\x65\x03\x32\xee\x14\xac\x33\x93\x53\x39\x83\x75\x26\x47\x2a\x67\x10\x63\x39\xc2\x2a\x9d\xc1\x3a\xf3\x6d\xa5\x33\xa8\xcb\xda\xd4\x2d\x0c\xea\xf2\x2d\x51\x4d\x83\xa5\xf2\xe8\xee\x62\x03\x75\xd1\xfe\xbb\x02\x1b\x2c\x35\x45\x57\x60\x83\xe5\x44\xb4\x2b\xa6\xc1\x52\x66\x74\xc5\x34\x08\x3f\x9c\x95\x7e\xf3\x53\xd4\x45\x05\x74\xa5\x33\xa8\x1e\x6a\xd0\x95\xce\xa0\xae\xe5\xcd\x3e\x9a\xcc\xa4\xa6\xaf\x26\x72\xb4\xbc\xfd\xa3\x89\x1c\x31\x73\xe9\x0a\x60\x50\xdd\x1b\xd8\x15\xc0\x20\x4e\xa8\x53\x57\x01\x83\x65\xc0\x52\x57\x01\x83\xa5\x16\xec\x0a\x60\x50\xf5\xf5\xf9\x75\x52\xb1\x0c\x45\xea\x7a\x81\x41\x5d\xcb\xdb\x0f\x4d\x54\xf8\xfc\x1d\xca\xb9\xeb\xfc\x05\x75\xd1\xd1\x75\x9d\xbf\x60\x29\x09\xba\xce\x5f\xb0\x94\x72\x5d\xe1\x0c\x22\x3d\x7f\xa8\xeb\xfd\x05\xd5\x77\xa1\xeb\xfd\x05\xd1\x5d\xaa\xe9\xba\x7f\xc1\xee\x64\x78\x82\xc1\xb2\x60\xdf\x4e\x9b\x25\x53\xfc\x80\xfd\xf4\xb7\x96\x83\x5f\xbf\x3c\xd5\xa1\xe8\x06\xcb\x00\xd1\xae\x6b\x17\x34\xa3\x5b\xba\x9a\xbb\xbb\x99\xce\x71\xb0\x2b\xb0\xc1\xb6\x51\x93\x2a\x6c\xb0\x53\x42\x1b\x50\x62\x83\x56\x8f\xc9\xbc\x56\x02\xc9\x4d\x9b\xe2\x19\x34\xcf\x3a\xeb\x8a\x67\xb0\x1f\x40\x72\x55\xcf\xa0\x19\x9f\xd3\x55\xcf\x20\x5e\x7a\x8d\xba\xf2\x19\x34\x1d\x0e\x5d\xf9\xdc\xfd\x06\xa3\x67\x14\x76\xf5\x73\xf7\x93\x08\xce\x30\xbb\x02\x1a\x34\x8f\x66\xeb\xee\xc5\xeb\xf5\xe4\x9e\x06\xaa\xa8\x06\xcd\xa8\xc2\xae\x37\xb7\xfb\x01\x04\x67\x61\x5d\x55\xdd\x75\xe7\x3a\x91\xee\xf5\xe4\xfe\xe1\xa7\x98\x54\xd5\x60\x5f\x46\x21\x29\xab\xc1\xce\x97\xd7\x59\x4a\x38\x79\x5f\x27\x63\x6a\x6d\x10\x67\x6b\x6d\x57\x59\x83\x79\x4a\x4e\x65\xdd\xfd\x2e\x82\x33\xb6\xae\x8c\xee\x7e\x05\x41\xb7\x5c\x57\x47\x83\x6d\xa3\x9c\xd4\xd1\x60\xdb\x28\x27\x83\x6f\xbb\x87\x7a\x9c\x4a\x54\x49\x77\x5d\xbd\x1e\xfc\xda\x95\xd2\xa0\xe9\x32\xec\x4a\x69\xb0\x2f\xe3\xa7\x6a\x69\x10\x27\x78\xbd\xab\x9c\x41\x8c\x49\x4f\xda\x95\xce\xa0\xe9\xa7\xec\xba\x89\xc1\x7e\x25\x48\xb1\x3a\x19\x34\xdd\x4b\xdd\x93\x26\xc1\x4e\x30\x29\x71\x6f\x1f\x68\x2e\xb9\x77\x63\x77\x7b\x9e\xca\xf6\xa7\xe6\x4b\x3d\xed\x29\xb1\x5d\x3d\x0d\x22\x5e\x04\xb6\x74\xbd\xd3\x20\xc2\x3d\x06\x5d\x45\x0d\xe2\x9c\x79\xd4\x95\xd4\xa0\x9d\x97\x4e\x49\x0d\xf6\xed\x78\x84\x9a\x1a\x34\x3d\x2d\x5d\x4d\x0d\xfc\x20\x4d\x76\x35\x35\xd8\xbf\x24\xc1\xba\xa3\x41\xd3\xc3\xd4\xd5\xd9\xa0\xe9\x28\xea\xca\x6c\xd0\xf4\x30\x75\x65\x36\x68\xba\x12\xba\xce\x68\xd0\x8c\x5b\xec\x3a\xa3\xc1\x7e\x24\xf5\x6c\xa4\x2f\xd8\x79\xf7\x3a\x2b\x7a\xa3\x19\x3e\xdf\x75\x50\x83\x7d\x19\x4d\x49\x1d\x0f\xce\x21\x3f\x5d\x19\x0f\xf6\x13\x48\x9b\x32\x1e\xec\x9f\x52\x6c\xfa\xa8\x41\x3b\x0d\x58\x87\x34\x68\xa7\xb7\x57\xd9\x83\x7d\x37\x8a\x4d\x8f\x34\x68\x3a\x86\xba\x6a\x1f\x34\xfd\x5f\x7e\x9c\x5a\x44\xea\x79\xea\x2e\x00\x80\xe8\x9e\x75\xd8\x5d\x01\x00\xd1\x0d\xf8\xe8\xea\x7d\x10\x91\xbe\xd4\x0a\x7e\xb0\x6d\xe4\x4b\xc5\x0f\xd2\xd3\x14\xbb\x8a\x1f\xec\xcb\xa8\x40\x25\x3f\xd8\x36\x52\xac\xe6\x07\xdb\xe6\x6f\x2d\x92\x79\xf6\xda\x90\x14\xbd\xd5\x20\x3d\x28\xb3\xbb\x10\x00\xf6\x65\xd4\x97\x0b\x01\x20\x3d\xfd\xb1\xab\xfa\xbb\x5f\x86\x5b\xb6\x1b\x65\x7f\xf7\xd3\x05\x46\xae\x77\x75\x3f\xd8\x09\xf6\x76\x16\x0a\xdf\x2e\x08\xf7\x91\x74\x65\x3e\x48\x4f\xd9\xec\xca\x7c\x70\x8e\x71\xe9\xca\x7c\x90\x1e\x69\xd9\x95\xf4\x20\x7e\x6d\x9a\x6a\x7a\xb0\x1f\x40\x42\x54\xf0\x20\xeb\xef\xf8\xfa\x72\x76\xfd\xce\x20\xca\xaf\x4f\xb3\x75\xb8\x95\xf1\xa4\x53\xd5\x0f\xf6\x75\x26\xd4\xa2\xc0\x19\x5d\x4e\xc9\xaa\xfb\xc1\xb6\x51\x64\x0a\x7f\xb0\x6d\x14\xad\x1e\x6a\x10\x67\xa3\x54\x57\xee\x83\x5d\xb4\x3c\x43\xbd\xdf\xdd\xe4\x58\x6c\x97\x4a\x79\x10\xe9\xd9\xc3\x5d\x2d\x0f\xb2\xd9\x66\xd4\xf2\xfd\x3a\x1b\xaa\x78\x03\x55\xee\x20\x9b\x23\x92\x2a\x1d\xec\xcb\x7c\x82\x15\x8a\x63\xb9\xf0\x05\x93\xec\xea\x74\x10\xc5\x8d\xf0\x5d\xa1\x0e\xf6\x75\xe4\x42\xa5\x0e\x52\x21\xd4\xf5\x2d\x77\x7d\xcb\x1e\xb4\xd2\x55\xea\x5d\x4f\xb2\xf1\xcf\x5d\xa9\x0e\xa2\xe8\xbd\xee\x6a\x75\xb0\x6d\x3c\x42\xb1\x0e\xb2\x9f\xcb\xcc\x3f\xfb\x2b\x8b\xce\xd8\xae\x7b\x19\xec\x21\x12\x93\xd5\xbd\xb1\x47\x52\x4c\xd6\x2c\x92\x7e\xe6\xb9\xcc\xbc\x6e\x64\x3f\x37\x33\xab\x6e\xb9\x3c\xb3\x65\xe5\x3b\x88\x5c\xbe\x0b\xea\x77\x90\x6e\xf3\xea\xea\x77\x90\xee\xc3\xec\xca\x77\x70\x8e\x8a\xe9\xca\x77\xb0\x1f\x40\x21\x29\xd6\x41\xd4\x70\x3a\xe6\x21\x2d\x60\xdb\x28\x10\xe5\x3a\xf0\x2b\xf5\xd9\x95\xeb\x20\xdd\x54\xd8\x95\xeb\x20\xdd\x30\xd5\x95\xeb\x60\xdf\xcc\xb4\x99\xf9\x0f\xe7\x93\x1d\x93\x99\xc7\x2d\x5c\x0d\x07\xea\xea\x6e\x90\x6e\xdc\xea\x8a\x6c\xb0\x2f\x23\x5b\xaa\xec\x6e\x50\x75\xb2\x6a\xdd\xd5\xd4\x20\xa6\x87\xfe\x76\x45\x35\xe8\x2f\xe7\xfc\x8a\x65\x30\xcf\x0f\x4d\xee\x97\xf8\x5a\x32\xa0\x2e\x06\xeb\x3c\xd0\xf6\xf7\x25\x08\xd5\x64\x59\x4d\x5f\xb7\xa1\x51\x60\xfa\x97\x81\x87\xda\x74\x65\x72\xf7\xd3\x79\xbe\x19\xca\x64\x10\xe7\x18\xe8\xae\x2f\x19\x84\x27\x3f\x74\x75\x32\x38\xe7\x60\x74\x45\x31\xe8\xe5\x5c\x65\x66\xd0\xbb\x67\x16\xa1\x4b\x18\x44\x9c\x1f\x9a\x9d\xf3\xa1\x67\xe7\x2e\xfa\x84\x41\xf7\xa0\x9e\xae\x28\x06\x7b\x12\x45\x2e\x55\xc5\x20\x3c\xdf\xbe\x2b\x8a\xbb\xa2\xd8\xf3\xcb\xba\xd2\x16\xf4\x66\x7f\xa7\xb4\x05\xbd\xd9\x8d\x29\x6d\x41\xb8\x86\xda\xd5\xac\x20\x72\xf8\xae\xab\x50\x41\x38\x78\x0f\x15\x2a\xd8\xcf\x9c\xd8\x42\x1b\xee\x4b\xfa\xb0\xa1\xbf\x77\xbc\x70\x55\x76\x4d\x43\x13\x07\x84\x2f\x6f\x36\x35\xe1\xe3\x22\x68\x75\xa8\x3d\x41\xe1\x03\xd0\x39\x74\xdb\x0e\x4f\x5a\xa1\xea\x86\x6e\x5b\x50\xf8\x94\x74\x0e\x15\x2a\x98\x7c\xed\x26\x87\x0a\x15\x54\xd7\x89\x86\x3a\x73\x04\xeb\x44\x74\xcb\x43\x51\x09\x96\x61\xbe\x43\x51\x09\xf6\x68\xec\x65\x5d\xdb\x9e\x7a\xf8\xfa\x0e\x5d\xa9\xa0\xb9\xd5\x67\xe8\x49\x05\x7b\x86\x49\x32\x94\x92\xe3\xc4\x11\x33\x87\x1d\x6a\xc9\x71\x4e\x70\x3c\x4f\x30\xb9\x61\x70\x46\x7a\xbf\x5b\xdb\xed\xb9\x20\x15\xdb\xa3\x6d\xb7\x77\x62\x63\x86\x62\x12\x9c\x95\xa2\xa1\x6e\x1c\x85\xe3\x62\xe8\x09\x87\x0e\x57\xb0\xe8\x07\x87\x6a\x10\x2c\x16\x85\x86\x62\x10\x74\x97\x8e\x86\x5a\x10\x78\xe8\xc4\x50\x09\x82\xd5\x4c\x80\xc9\xf4\x3b\xd0\xcb\x3b\x99\xca\x8d\xd5\x7e\xc7\x0e\xe7\xa1\x23\x16\x2c\x13\xac\x6e\x1c\xc6\xf6\x9e\xdb\x2a\x1c\xc1\xa2\xa3\x1a\xca\x46\xd0\x5d\xc1\x1b\x0a\xb8\x61\x84\xae\x45\xa4\x58\x03\xe1\xe1\x63\x43\xad\x06\x62\xba\x91\x67\x28\xd6\x86\xf1\xb8\x56\x95\x5a\x6d\x18\x8f\xcb\xfc\x72\x28\xd5\xc0\x7e\x8d\x29\x26\xa5\x1a\x88\xae\xc3\x76\x28\xd5\xc6\xf9\xa6\xb3\x26\x9b\x51\xd3\x47\x83\xa2\x1d\x7a\x41\x41\xf8\x79\x8e\xa1\x52\x03\xdd\x83\x4f\x86\x42\x6d\x18\x92\x7b\xd2\x61\x3e\xf9\xd0\x73\x39\x3f\xb4\xb6\xd8\x37\x59\x4e\x06\xac\x2e\x94\x5b\x9c\x7b\x59\x1a\xcd\xd2\xa0\xc1\x28\xdc\x40\x04\xf1\x5b\x43\xdd\x06\x22\x08\x8c\x1b\xfa\x40\x41\xf8\xd5\x88\xa1\x92\x03\x27\x3e\x6f\xa8\xda\x40\xcc\xea\xcb\xa8\x6a\x03\x71\xdc\x2f\xc3\x73\x55\x40\x34\x3e\x56\x93\x43\xc7\x25\x88\xee\xa6\xc8\xa1\xce\x1a\xea\x2c\x5f\x51\x65\x16\x38\x07\xb4\x0d\x25\x15\x08\x7d\x27\x43\xfd\x04\xe2\x3c\xd3\x00\xdf\xe1\x16\xc8\x60\xcd\x62\x28\xa9\xc0\x39\x48\x6b\x28\xa9\x40\xe8\x29\x19\x4a\x2a\x10\xfa\xba\x86\x92\x6a\x18\xdf\x6b\x77\xa2\x7e\x02\xbd\xa5\x09\x33\x4b\xc6\xf2\x32\x3f\x1c\x4a\x25\xd0\x1b\x13\xde\xa1\x52\x02\xe7\x8c\xb8\xa1\x52\x02\xbd\x31\x29\x1d\x0a\xa5\x61\xe0\x6e\xf7\x5e\xb6\xb2\x41\x60\x33\x52\x72\xa8\x93\xc0\x39\xae\x6d\xa8\x93\x40\xe8\xb4\x1c\x0a\x20\x10\x67\x1c\x1b\x0a\x20\xd0\xf9\xe2\x4f\x0e\xf5\x0f\x08\xbd\x77\x43\x0f\x28\xe8\xad\x9b\x56\x9b\x14\x8a\x68\x7a\x30\xcf\x50\x11\x81\xdd\xa3\x51\x18\x2a\x22\x70\x8e\x75\x1b\xaa\x1f\x10\x4a\xc9\xa1\xf8\x01\xa1\x3b\x6b\xe8\xb6\x04\x31\xdd\x12\x3a\x54\x2b\x20\xd2\xf3\x16\x86\x6a\x05\x84\x9a\x76\x28\x56\x40\x77\x9b\xce\xd0\x4b\x09\x76\xd2\x28\x5b\xc5\x0a\xe8\xee\x27\x1a\x8a\x95\xe1\x99\xfc\xee\x7e\x1c\x2a\x93\x61\xe0\x2c\xcb\x59\x43\x6f\x23\xe8\xee\xa7\x1a\x6a\x15\xd0\xdd\xf6\x34\x14\x23\xc3\x53\x1a\xcd\x94\x5a\x04\x74\xb7\x54\x0d\xa5\x08\xe8\xee\x73\x1a\x2a\x11\xd0\xdd\xc0\x35\x3c\x53\x05\x74\x77\x5e\x0d\xb5\xc9\xf0\x2c\x47\xf7\x19\x0d\xb5\x09\xe8\x6e\x7f\x1a\x4a\x93\xb1\x08\xee\xb3\x53\x35\x76\x76\x78\xbc\xa3\xa3\xb5\xc2\x04\xc4\xf4\xe8\x9c\xa1\x27\x12\x84\x8b\xc0\x43\x4f\xe4\x30\x78\x96\x99\xde\x50\xbe\x80\xee\x4e\xb2\xa1\x7a\x01\xdd\xcd\x5c\x43\xb7\x23\x88\x39\x8e\xcd\x6c\x5e\x7e\x81\x18\x01\x3d\x94\x1b\xe3\x3a\x3b\xbc\xb7\x49\x79\x00\x62\x1a\xf8\x36\xd4\x07\xa0\x9f\xc9\x85\xf2\x00\x8c\x62\xd2\x0c\x35\x05\xa3\x98\x4f\xe5\x01\x18\xc5\xca\xd4\xe1\x07\x46\xb1\x6b\xd1\xdf\x07\x76\x3b\xf3\x91\x16\xf7\x9b\x4f\xe3\xd8\xce\x14\x11\x60\x14\x1b\xb2\xa1\xa6\x20\x9a\xb3\xc0\xa1\xae\x00\xa3\x58\x8e\x6a\x08\x30\x0a\x33\xb9\xa1\x86\x00\xe5\xf4\x53\x6a\x08\x50\xc2\xc4\xea\x02\x04\x91\x1e\xb4\x34\x94\x10\x60\x14\xbb\x33\x7d\x80\x60\x14\x16\xef\x86\xa2\x02\x44\xf6\xf2\x3b\x16\xc5\x87\x72\x62\x78\xbe\xa3\x95\xa1\x9a\x00\xa3\xd8\xf9\xe8\xea\x1b\x06\x94\x9e\x67\x99\xe3\x0f\xe7\xfd\xf8\x32\xe8\xea\x03\xa3\x78\x2f\xfd\x7a\x60\x14\xf4\xf1\x50\x5e\x80\xe2\x87\x66\x86\x4e\x3c\x30\x8a\x3d\xa0\xe2\x02\xec\xea\xa1\x10\x74\xb2\x81\x71\x5e\x36\xc5\x04\xd8\xef\xbc\x3f\x35\xb1\x7a\xd9\xce\xe0\xab\xa0\x00\xa5\x3b\x2f\x50\x50\x80\xe2\xf1\x8b\x43\x45\x01\xc6\x3c\x57\x99\x01\x02\x56\x4f\xd3\xd7\xf1\x06\x86\x2a\x67\xa8\x31\x40\xe9\x0e\x7a\x6a\x0c\x30\xa6\xf3\x59\x7d\x71\x20\xba\x2b\x4c\x43\xdd\x01\xce\xc9\x4f\x43\xd7\x1b\x18\xd3\x59\x81\x6e\x36\x30\xa6\x53\x68\x75\x07\x18\xa7\x7f\x52\x76\x00\x3f\x28\x98\x43\xd9\x01\x62\x16\xfb\x66\x65\x07\x38\xdb\x93\x87\xb2\x03\x9c\x7d\xd2\x43\x57\x1c\x38\xdf\x37\x1b\x46\xa7\x82\x71\xfa\x2c\x4f\x8a\x01\xe3\x74\x46\x3a\xec\xc0\x74\x0d\x63\xe8\xaf\x03\xe3\x74\xd6\x8a\x1a\x50\xfa\x49\x84\xad\x97\x48\xd7\xd3\x4b\xaa\x73\x40\xe9\x4e\x7d\xd4\x39\xa0\x74\x07\x38\x5d\x78\x60\x9c\xee\x4f\x0f\x1e\x38\xa7\x4e\x0e\xd5\x10\x18\xa7\x5f\xd6\x83\x37\xce\xc6\x4e\xee\x3f\x55\x43\x60\xd8\x0b\x4f\xc5\x10\x38\xc7\x96\x4c\xfd\x75\xa0\x74\x0a\x6c\xaa\x8f\xc0\xae\x5d\x7f\xd9\xb4\x51\x3c\x74\xdf\x53\x1f\x1e\x28\x3d\x34\x75\x4d\x04\x8e\x31\xd7\x9f\x2a\x2b\x30\x8c\x3c\x98\x2a\x2b\x30\x1c\xca\xa6\xca\x6a\x1a\x10\x4b\x17\x33\x55\x56\xa0\x74\x32\x3e\x55\x56\xc0\x6f\xfa\xe7\x54\x59\x81\xe1\x52\xc3\x54\x59\x81\xb3\x27\x71\x1a\x0f\x0b\xce\x91\xa8\x53\xdf\x1f\x18\x1e\xae\x37\xd5\x5f\x60\x77\x3a\x24\x4c\x01\x06\x86\x1b\x8d\xa7\x3b\x34\xc1\xf4\x50\xb2\xa9\x8a\x02\xb3\xd1\xf6\xa7\x22\x0a\xcc\x76\xee\x6f\xc2\x36\xaa\x91\x07\x53\x09\x05\xce\x5e\x91\xa9\x5e\x02\x55\xcf\xfd\xd4\xf7\x06\xaa\xce\xe4\xa9\x84\x9a\xba\xde\x54\xc9\x53\xd7\x1b\x98\x2e\x9c\x4d\x37\x63\x82\xaa\x64\x9a\x3a\xe3\xc0\x74\xc9\x6d\x1a\x13\x3b\xcb\x79\x9d\xc9\xb8\xfe\x39\x30\xdd\xd3\x3f\xd5\x68\x60\xba\xe0\x36\x15\x69\x60\x7a\x60\xfd\x54\xa5\x81\xfa\x3a\xf7\xb2\x2c\x8a\x65\xe1\x23\x2d\x8b\x42\x98\x9a\xed\x49\x9d\x06\xa6\xe7\x16\x4d\x75\x1a\xa8\x2e\x8c\x4c\x95\xd8\xe4\x18\x1c\x15\xd5\x54\x8a\x81\x51\x98\x16\x4e\x95\x18\x98\x9e\x19\x39\x95\x62\xa0\xaa\xd7\xa6\x1e\x3c\x50\xba\x4f\xd4\x81\x07\xa6\x07\x9e\x4d\x1d\x78\x60\x36\x5b\xb0\xfe\x3b\x30\x3d\xf0\x66\xea\xbe\x03\xb3\xd9\x76\x74\xdf\x81\x48\x0f\x89\x9b\xaa\x3f\x30\xdb\x31\x59\x14\x95\x80\x14\x2b\x44\xf5\x07\xa6\x47\x81\x4e\xc5\x1f\x88\x74\x2d\x72\x1a\xda\x0a\x62\x7a\xea\xcd\x54\xaf\x81\x48\xc5\xf5\xd4\xdd\x06\xa6\xa7\x32\x4f\x35\x1c\x58\xee\x73\x9d\x6a\x38\x50\xf5\x53\x4e\x35\x1c\xa8\xae\x95\x4d\x35\x1c\xa8\xf9\x7b\xce\xef\x9c\x4a\x3c\xb0\xdc\xb8\x3a\x95\x78\x60\xb9\xbd\x78\x2a\xf1\xc0\xd2\x8f\x31\xd5\x73\xa0\x1a\xd6\x35\xd5\x73\xa0\xfa\xa9\xaf\xa9\x63\x0e\x2c\x37\x04\x4f\x25\x1e\xa8\x7e\xc0\x6e\x1a\xe5\x0a\x96\x9f\x81\x9c\x8a\x3e\x50\xfd\x5a\xdd\xd4\x55\x07\xaa\x8b\xdb\x53\x4f\x1d\x58\x6e\x82\x9d\x7a\xea\x40\xf5\x33\x71\x53\xb1\x08\x96\xfb\x8d\xa7\xe1\xb1\x20\xe6\x38\xf7\xb7\x28\xd2\xa2\xa0\xc1\xe9\xce\x03\xd5\xb0\xc8\xa9\xca\x9c\xe7\xe8\x1d\x7b\x43\x25\x25\xa8\x7e\xd0\x6c\xea\xb9\x03\xcb\x0d\xcd\x53\x95\x09\x96\x1b\x82\xa7\x8e\x3b\xb0\xdc\x96\x3c\x55\x94\x60\xb9\x7f\x76\xaa\x28\x41\xe4\x38\x97\x99\xa7\x4e\xe5\x33\xe3\x99\xba\xe4\xe6\xf9\xde\x9b\x8d\x50\x4d\x09\xaa\x9f\xf3\x9b\x6a\x4a\xb0\xdc\xd0\x3c\x15\x90\x60\xb9\x04\x39\x15\x90\xd3\x0f\x8e\xeb\xdd\x9e\x2a\x48\x10\x67\x5b\xcd\xd4\xd5\x06\x96\xd1\xf3\x53\x55\x09\x9a\xeb\xe1\x53\x55\x09\x96\x43\xe7\xd4\xad\x06\xda\xcb\x7c\xaa\x2a\xc1\x32\x8a\x7c\x2a\x2a\xc1\x72\x48\x9f\x8a\x4a\xb0\xdc\x65\x31\x15\x95\xa0\x19\x67\x37\x15\x95\xe0\x1c\xe1\x3c\xd5\x94\x60\x19\x1e\x3e\x95\x94\xa0\xe9\x4c\x9f\x3a\xd9\xa6\x47\x7a\xe2\x27\x9b\xaa\x4c\xb0\xce\x30\xa3\xca\x04\xed\xc5\xb4\x68\xea\x4d\x03\xcd\xd8\xa3\xa9\x37\x0d\x2c\x03\xc6\xa7\xce\x34\xb0\x8c\x34\x9f\xca\x53\xb0\x9c\xfb\x4d\xfd\x6b\x60\x19\x03\x3f\x15\xac\xe0\x7c\x63\x60\xaa\x57\xc1\x32\x84\x7f\xea\x48\x03\x4b\x35\x33\xd5\xa6\x60\x39\x77\x9a\x6a\x53\xb0\xdc\x93\x30\x0d\x97\x05\xcb\xa5\xd2\xa9\x5a\x05\xcd\x85\xf7\xa9\x5a\x05\xcb\xa9\xf1\x54\x87\x82\x65\x3c\xf7\x54\x87\x82\x18\xae\xf3\x4d\x85\x28\xd8\x0a\xcd\x9f\x5a\x93\x8b\x83\xcf\x2d\x6a\x55\x27\x88\x57\x3b\x4f\x30\x4f\x8b\x58\x81\xf3\x04\xf3\xb4\x08\x96\x30\x03\x2a\x51\xb0\x7f\x49\x8d\x2b\x45\xc1\xb6\x51\x01\xea\x4e\xb0\x6d\x24\x4e\x95\x09\xb6\x8d\x47\xe8\x24\x03\xcd\x60\x89\xa9\xf2\x9c\x7e\x73\xe0\xbc\x9b\xfa\xcd\x40\xd3\x31\x35\x8d\x78\x05\xcd\xa8\x8d\xa9\x3e\x9d\x9e\x06\xe4\x9e\x83\xa9\x2b\x6d\x7a\x62\xe8\x99\x24\xe8\x4a\x9b\x1e\x19\xea\xb2\xd3\x54\xc7\x82\x66\xe4\xc1\xd4\x6d\x06\xf6\x65\x54\x8d\x41\xaf\xd3\xa0\x57\xb7\x58\x4d\x5d\x69\x60\x5f\x47\x26\x74\x9b\x81\x66\xc0\xc7\x54\x02\x83\x98\xcd\x56\xa3\x06\x06\xb1\xbb\x1e\x6c\xe6\xe2\xed\xd6\xfe\xea\xed\xcc\x05\xfa\xb6\x79\x36\xef\x54\xdf\x82\x7d\x9d\x49\xb1\x62\xdf\x27\x38\xc0\xeb\xcc\xd9\x46\x53\xee\x4d\x05\x2e\xd8\x3f\xa5\xf0\x54\xb8\xa0\xb9\x78\x30\x55\xb8\x60\x5f\x46\x65\xeb\x12\x03\xcd\xc5\x95\xa9\x9c\x05\xfb\x32\xca\x49\x3d\x0b\xfc\xc0\x7e\x4e\xf5\x2c\xd8\x69\xa3\x4c\xf4\x92\x81\xfd\x53\x8a\x5d\x11\x3b\xdd\x2b\x39\x59\x68\x9b\x4a\x56\x90\x9e\x60\x3c\x95\xac\x20\xc2\xed\x12\x53\x9f\x18\x48\x8f\xc8\x9f\x6a\x56\xb0\x2f\xfb\x1d\xdf\x8c\x9c\xba\xd1\x40\xbe\x58\x34\x9c\xca\x5c\xb0\xef\xa2\xcd\x92\xf8\xea\xd7\x27\xd7\x3a\xd6\xc0\xbe\x4c\x9b\xd9\xde\x48\x63\xc6\xa6\x81\xa9\x20\xab\x13\x2c\x7d\x6d\x20\xca\x99\x3e\xeb\x6d\x03\xdb\x46\x21\xaa\x9a\x41\x74\xb7\xc2\x4c\x65\x33\xd8\xd7\x69\xb3\xc0\xb6\x44\xce\xd3\xd6\x94\xc8\xd3\x33\x8c\xdc\xd2\x32\x15\xc4\x20\x9b\x7d\xae\x82\x18\x44\x71\xbf\xe9\x54\x11\x83\xec\x0e\x79\x4a\x5d\x10\xb5\xda\xd2\x8c\x3c\x05\xdb\xe6\xed\xcc\xeb\x46\x7a\xe2\xe4\xd4\xef\x06\xba\xad\x45\x45\x0c\x86\xef\x99\x52\x17\x84\x9f\xa5\x98\x2a\x5d\x10\xe7\x73\xb2\x53\x5d\x0b\x22\x87\xb7\x57\xd8\x82\xc8\x46\x9c\xd6\x54\xd9\x82\x7e\x14\x98\x6a\x74\x6e\xe9\x59\x8d\xe0\x9e\x4a\x4f\xb0\x4b\x48\x9b\x49\x23\x7a\x54\xb7\xde\x54\x7b\x82\xe6\x56\xf9\xa9\xf6\x04\xeb\xe8\x4c\x7d\x73\xf3\x39\xbd\xc7\x2e\xa0\xa5\xd0\x04\x49\x98\xc6\x52\x67\x82\x6e\xe4\xd1\x52\x66\x82\x38\x1f\xc4\x5d\xea\xcc\xe5\x57\x10\x5c\xcc\x58\x0a\x4d\xd0\x3d\x55\x7d\x29\x34\x41\x9c\xcf\x03\x2f\x35\x24\xf8\xf5\x99\x1f\x2d\x9c\x70\xd1\x35\x7d\x35\xb1\x0c\xc9\x6c\x65\xa9\x17\x97\xfb\x27\x71\x73\x2f\xc3\x47\x97\xfb\x27\x35\x19\x2b\x0a\x62\xf8\x15\xb6\xa5\x86\x04\xbb\x3d\x36\x6c\x66\x6a\x23\x3d\xf5\x6f\xe9\xc4\x03\xbd\x7a\x33\x73\xb4\xe1\x22\xc5\x32\x2e\x14\x74\x3f\x4b\xb6\x94\x9e\x2b\xf6\xf4\xc5\xfc\x28\x33\x41\x9c\x82\xd6\x05\xb7\xfc\x38\x82\x9b\xff\x96\xa2\x12\x14\xbf\xdf\xb5\x54\x90\xa0\x9d\xc4\xab\x16\x41\xf3\xfb\x1f\x4b\xb5\x08\xda\xeb\xdc\xcb\x74\x6d\x74\x5a\xe2\x52\x05\x02\xbe\xd7\x9f\x4b\x11\x08\x5c\x3f\x5d\x6e\x95\x04\xe3\xe5\xaf\x4c\x7a\xe1\x24\xc7\x62\x02\xac\x0a\x36\x4a\x9a\x19\x45\x21\x70\xed\x69\xa9\x09\x41\xf7\x5b\x72\xcb\x3d\x91\xc0\x35\xa5\xa5\x24\x04\x71\xbe\x4e\xbd\x14\x80\x20\xce\x57\x9a\x97\xda\x6e\x6d\x21\xb7\xd2\xab\x4c\x15\x67\x99\xba\xfb\x60\xe9\x9e\x5b\xc7\x3d\xc7\xfd\x55\x63\xcb\xcf\xa1\x31\x4c\x2d\xc5\x18\x08\xa5\xfc\xd2\xc5\x06\x7a\x63\x80\x5b\xca\xb3\x45\xe4\xa3\x62\x72\x29\xc5\x40\xa8\xa1\x97\x52\x0c\x8c\x42\xe8\xc5\x52\x32\xad\x73\x9a\x28\x45\xaa\x64\x02\x61\x10\xf2\xd2\x2b\x06\xc2\xb0\xf0\xa5\x8a\x02\x61\x8c\xf6\x52\x32\x81\xee\xba\xdf\x52\x32\x81\x50\xee\x2f\x25\x13\x08\x43\x8a\x97\x92\x69\x25\x3b\xd0\xcf\x13\x4d\x2a\xdf\xcc\x8e\xf3\x44\x8b\x30\x5d\x93\xc1\x64\x80\x22\xa8\x8a\xb4\xa5\xdf\x0c\x4c\xcf\x49\x59\x8a\x1c\x50\xfa\xf9\xa1\x89\xe8\xa9\x1f\x94\x84\xe9\x25\x03\xd5\xaf\x85\x2f\xf5\x0b\x68\x1e\x47\xb7\xf4\x88\x81\xf6\x3a\x3f\xb4\x0d\x76\xa7\xfa\x9a\x6c\x71\x9d\x73\xed\x11\x04\xcb\x80\x42\xd0\x4e\xbe\xf5\x88\x81\x28\x8e\x77\x4b\x45\xb3\x3c\xde\xe6\xe4\x5c\x49\x03\xa2\x56\x86\xf4\xa5\xa4\x01\xdd\x0e\x4d\x41\x03\x76\x77\xf6\x9b\x83\xf2\x52\xee\x80\x3d\xda\x7b\x13\xfb\x8b\x41\x7f\xa1\xc5\x62\xd9\xe8\xa7\x8c\x8d\x35\x04\x8b\x25\xe5\xa5\x26\x02\x2b\xbd\xc6\x42\x19\x1e\x80\x4f\xa1\xa8\x7f\x40\x77\xa1\x6a\xa9\x7f\xc0\x3a\xf9\xb7\x98\x38\xfa\xc6\xd0\x84\xa5\xfc\x01\x67\xf2\xba\x94\x3f\xa0\xbb\x74\xb5\x94\x3f\xc0\x5d\x0a\x4b\xf5\x03\x56\xfa\x33\x0b\x6d\x63\xe1\xff\x5a\x46\x17\x82\x45\x9c\xc8\x52\x0d\x81\xee\x42\xd9\x52\xd4\x80\x48\xa3\xd8\x96\xaa\x06\x84\x27\x1a\x2e\xfd\x6b\xcb\xf8\x40\x7b\x56\x55\x0d\xe8\xea\xce\xa5\xaa\x59\x1e\x7a\x6a\x17\xa2\xaa\x01\xdd\xbd\xf0\xcb\xf0\x40\x10\x7e\xcc\x63\xa9\x6a\x96\xd1\x81\xcc\x18\x96\xaa\x06\x44\x1a\x89\xb4\x3c\x89\x06\x84\x07\x46\x2f\x9d\x70\xa0\xbb\x39\x7d\x29\x7e\x40\xf7\x9c\xee\xa5\xf8\x01\xe1\xb7\x3c\x96\xda\x07\x44\x96\x69\x62\xcd\x25\x42\xc7\x83\x82\x96\x3a\x07\x44\x9c\x2c\x99\x4b\x02\xff\x52\x79\xbd\x14\x3a\xa0\x7b\x38\xea\x52\xe7\x80\xee\x39\x16\x4b\x8f\x1b\xe8\xee\xdf\x5f\x2a\x1f\x10\x7e\x8b\x64\xe9\x71\x03\xe1\xa9\xaa\x4b\x2d\x04\xc2\x73\x2c\x96\x52\x08\x74\xcf\xe9\x5f\x4a\x21\xd0\xcb\xb9\x97\x65\xc1\x61\x35\x7e\xd7\x64\x29\x67\x40\xe4\x38\xf7\x37\x97\x97\x6e\x2d\x2f\x33\x97\xc8\x19\x17\xec\x96\x6a\x06\x44\xfa\xf1\xba\xa5\x9a\x01\x5d\x4f\xda\x32\x2e\x10\x9c\x0f\x01\x2d\xf5\x0d\x08\xd7\x2e\x97\x6e\x3f\xd0\xf5\xf1\x2c\x25\x0f\xe8\x8d\xb5\xb3\xa5\xe2\x01\xe7\x23\x2f\xcb\xa0\x40\x10\x5d\xb7\xd5\xd2\x13\x08\xa2\x4d\x5b\xb1\xae\x40\x10\x2e\xe1\x2d\xb5\x12\xe8\xcd\x6e\x50\xa9\xb4\x94\x4a\x8e\x84\x2a\xa5\xe5\x17\x1c\xec\x3a\x14\x4a\xa0\x3b\x47\x5c\xea\xa4\x75\x3c\x81\xa4\xdf\x60\x42\x70\xbe\x16\xb0\x94\x49\xe0\x7c\x47\x62\xe9\xf5\x03\xe7\x33\x12\x4b\xaf\xdf\xd2\xeb\xa7\x17\x60\xa9\x9c\x40\xb8\xec\xb9\x54\x4e\x20\x9c\xf4\x2f\x85\x13\xe8\x6d\x7a\x7f\xcb\x82\x13\x5c\x1b\xcb\x14\x4b\xdd\xb4\xfc\xde\xdb\xaf\xf7\xb7\x2c\x3e\x84\x3f\x14\x7f\x69\x59\x28\xa5\x9c\x88\xe9\x0f\x04\xe7\xa3\x45\xcb\xe8\xc2\xe5\xa1\x33\xc5\x5c\x5a\x16\x1f\xce\xf4\xb2\x46\xd4\x5b\xa0\x37\x64\xe4\xd2\x45\xb8\x3c\xec\xd5\xd9\x8b\x0a\x0c\x84\x4b\xfe\x4b\x05\x06\xc2\x95\xef\xa5\xc2\x02\xe1\x32\xf7\x52\x61\x81\xd0\xd1\xb4\x54\x53\xe0\x7c\x05\x63\x29\xa6\x96\xdb\xfc\x6c\x9c\x8a\xa9\xf5\x3d\x45\xe1\xcd\x2c\x0a\xd4\x94\x2b\x42\x4b\x31\x05\xba\x1e\x91\xa5\x96\x02\x31\xce\xfd\x2d\x8a\xaf\xf3\x60\xd3\x6a\x51\x70\x3a\xce\x99\x7e\xa9\xa4\x40\xf7\x60\xae\xa5\xb3\x11\xf4\x33\x77\x55\x48\xad\xfb\x9c\xc6\x81\xc9\x4c\xde\xc8\x10\xeb\x43\xcf\x22\x08\x17\x89\x96\x9e\x45\x10\xae\x8d\x2d\x95\x15\x08\x57\xaa\x96\xc2\x0a\x74\xbd\x51\xcb\x18\x47\x10\x2e\x12\x2d\xb5\x16\x88\x54\x5b\x2d\xd5\x16\x28\x71\x1e\x69\xbe\x6f\xf2\x5d\x7f\xc7\xb1\x62\x4b\xf7\x24\xe8\x67\xc2\xa9\x66\x03\x91\xdd\x26\xa2\x68\x03\xbb\x53\xd6\x66\x59\x3d\x96\x15\x29\x57\xc7\x81\xae\x97\x74\x29\xe3\x40\x3f\x33\x28\x55\xdc\x52\xc5\xd9\x43\xea\x9f\x04\x7d\xfa\x52\xe9\x9f\x5c\x7e\xda\xce\xe6\xac\x7f\x12\x74\x9d\xa4\x4b\xff\x24\x88\x5c\x8e\x50\x4a\x42\x10\xdd\xa3\x91\x97\x1e\x4a\xd0\xf5\x91\x2d\x65\xe2\x3a\x9b\x0c\xa9\x7e\x55\x22\xe8\x3a\x15\x97\x2a\x11\x74\x7d\xc1\x4b\x95\x08\xfa\x3c\xb7\xb7\xcc\x8c\xe0\xa4\x78\x2e\x7d\x96\xa0\x2b\xf5\x2e\x7d\x96\x20\x5c\x53\xbd\x94\x92\x97\x87\xf8\x78\x3a\xc2\xa5\x98\x04\xe1\x9a\xed\xa5\x53\xf1\xd2\xa9\xb8\xbc\xff\xa5\x89\x89\xf5\xb9\xea\xad\xc9\xf0\x89\xe5\x33\x3f\xda\x68\x25\xe4\xf2\x52\x25\x82\x48\xcf\x80\xba\xd4\x84\x60\xf8\xf9\xdd\x4b\x4d\x08\x4a\xf0\x5e\x5d\x4a\x42\xb0\xbb\x73\x1e\xe0\xfe\x41\x50\x3c\x8c\xf9\x52\x12\x82\x61\x63\xb9\xd4\x84\x60\x14\x3a\xd7\x4b\x51\x78\x79\x68\x0e\x2f\xc3\x65\xa4\x27\x28\x41\xbf\x70\xa9\x13\xc1\x28\x74\xfa\x97\x2e\x4a\x50\xe2\xfc\xd0\x5c\x86\xef\x82\x4f\xbc\x35\x21\x7c\x79\x3d\x2e\xe5\x24\x28\xee\xe7\xbb\x54\x93\xa0\x04\xef\xda\xa5\x8b\x12\x44\x9b\xf4\xad\x97\xfe\x48\x50\x82\x9e\xe8\x52\x61\x82\xad\x4d\x79\x80\x12\x13\x94\xb0\x82\x95\x98\x20\x72\x32\xf8\x5f\x8a\x4c\x50\x82\x9e\xe1\x52\x65\x82\x5d\x27\xa6\xcd\x7c\x72\x24\x4f\x76\x6b\x40\xa5\x09\x76\x0d\x78\x9d\xf5\x59\xcc\x29\x97\xe9\x34\x04\xc3\xfd\xc4\x97\x1e\x42\x70\xce\xbf\xba\xf4\x10\x82\xe2\x37\x5f\x2e\x55\xe4\xa5\x87\xd0\xe6\xa8\x87\x10\x9c\x13\xc9\x2e\x3d\x84\x60\x18\xd4\x75\x29\x36\x41\xe9\xe7\xf6\xa6\x8b\xcd\x7c\xe9\xd9\x46\x97\x02\x14\x8c\xc9\xe4\xf7\x52\x80\x82\xe2\x42\xd2\x65\x2c\xe8\xe5\x71\x38\xf4\xcc\x97\xb1\xa0\x60\xcc\xae\xc9\x4c\x36\x42\x1f\x4c\xab\xca\x15\x0c\xcf\x5d\xbb\x54\xae\x20\x9a\x41\xcc\x97\xd1\xa1\xa0\x74\x66\x5f\x97\x6a\x16\x9c\x7d\x72\x97\xbe\x46\x30\x8c\x13\xbe\x14\xb8\xa0\xd8\xb3\x5c\x0a\x5c\x50\xba\x99\xd4\xb1\x08\x86\xe1\x78\x97\x9e\x43\x30\x0c\x89\xb9\x14\xb8\xe0\x9c\xf2\x74\x29\x70\xc1\x98\x2c\x0f\x5f\xba\x09\xc1\x98\xcc\xf9\x2f\x35\x2f\x18\x9e\xcd\x7e\xa9\x79\x2f\xf7\xef\x79\x1c\xf5\xa5\xe8\x05\xe7\xbc\xc5\xcb\xd3\x70\xc0\x98\xbe\xf8\xea\x60\x30\x26\x02\xe2\xd2\x75\x08\xce\x81\x95\x97\xae\x43\x10\xe9\xf1\x66\x97\x72\x19\x94\x7e\xd2\x6f\x8b\x4d\xa2\x1a\x9a\xe9\xb7\x2c\x54\xd0\xdd\x54\x58\x16\xe9\x17\x6e\xbc\x97\xcd\x82\x8f\x76\x78\x10\xe1\xa5\xeb\x10\x9c\x63\xab\x2e\xa5\xf7\xe5\x47\x3b\x6c\xaf\x4a\x6f\xb0\x65\x12\xe5\xa3\xf6\xbe\xd4\xde\x55\x93\x45\xd6\x8d\x1a\xb6\x91\xe9\x61\x04\xe7\xf8\x81\x4b\x89\x0e\xc6\xb4\x2e\x0d\x6d\x05\xc5\x83\xdf\x2f\x45\x3b\x38\x47\x30\x5e\xfa\x21\x41\x1c\xa5\x7d\x29\xe4\xc1\x70\xfd\xfb\x52\xc8\x83\xd2\x7f\xcf\xf8\x7c\xa9\xf3\x41\xb4\xc5\x8c\xe4\xd2\x75\x09\xc6\xe9\x51\xd4\xfe\xe0\x1c\x36\x76\xa9\xfd\xc1\x1e\xc6\x29\x40\xc5\x3f\x18\xd3\x5a\x54\xfb\x5f\xe3\x14\x20\xd5\xa8\xfc\x06\x55\xf1\x7b\x29\xbf\xc1\xf4\x74\xd8\x4b\xfd\x7d\xf9\xed\x70\x77\x8e\x5d\x3a\x25\xc1\xf4\x60\xd6\x4b\x51\x0e\xa6\xdb\x22\x2e\x45\x39\x98\xee\x6f\xb9\x14\xe5\x97\x67\xfd\xf8\x7e\xa8\xca\xc1\xee\xea\xbc\x99\x8d\x82\xaf\x0a\xea\x5a\xbf\xd4\xe0\x60\x77\xd7\xa4\x56\x15\x0e\x76\xa6\xf8\xa9\x3a\x1c\x4c\x4f\x1c\xbe\x14\xe2\x60\x7a\x12\xf2\xa5\x13\x12\x44\x2a\xdf\x2e\x5d\x8e\x20\xba\x3b\xdd\x2f\xa5\x38\x98\x1e\xaa\x7a\xe9\x60\x04\xd3\xb3\x90\x2f\x03\x62\x2f\x8f\xed\xb1\x9f\x54\x9d\x83\x31\xd9\x38\x72\xa9\xce\xc1\x34\xba\xf9\x52\x9d\x83\xa5\x2e\xbe\xf4\x39\x82\xe8\xcb\x0c\xa8\xd8\x41\x35\x1e\xe1\x52\xb1\x83\x69\x78\xf3\xa5\x62\x07\xd3\x73\x6a\x2f\xa3\x66\x2f\xcf\xe8\xb1\xed\xab\xe1\x41\xf4\xd3\x91\x29\xe2\xc1\xf4\xc4\xe7\x4b\xc5\x0e\xa2\x9d\x8e\x52\xc9\x0e\xaa\xbe\xfa\xcb\xb8\x59\x50\x0d\xca\xb8\x74\x60\x82\x69\xc4\xf6\xa5\xae\x07\xb3\x9d\x7b\x59\x3e\x8b\xd0\x19\x5b\xb2\xba\x1e\x4c\x4f\x13\xbe\x94\xf5\x97\x5f\x33\xf1\xb4\xd1\x4b\x5d\x0f\x76\x7b\x24\x03\x0a\x7b\x30\x3d\x18\xfa\x52\xb2\x83\xe9\x1e\xac\x4b\xc9\x7e\x79\x5c\x8f\x5d\x8d\x92\x1d\x54\xfd\xfe\x97\x9e\x4a\x30\xdd\xf2\x73\xe9\x95\xbc\xfc\x46\x49\x3f\x49\x33\x9b\x97\x8d\xdb\x5f\x9a\xa7\x8b\x3c\xd9\xc7\xaa\xe2\xc1\xf4\xd0\xe4\x4b\x15\x7f\xf9\x15\x75\x7b\x37\x45\x3c\x58\x6e\x29\xb8\x14\xf1\xa0\x9e\x4c\x2a\xe2\x41\x75\xab\xd0\xa5\x88\x07\xcb\xa5\x9c\x4b\x11\x0f\x96\x01\x98\x97\x22\x1e\x2c\x17\x21\x2e\x45\x3c\x58\x3a\x6c\x2e\x35\x3c\x58\xee\xd5\xb8\x94\xf0\x60\xb9\x38\x72\x29\xe1\xc1\x72\xc7\xc2\xa5\x84\x07\xcb\xad\x0e\x97\x12\x1e\x54\x3f\xda\x70\x29\xe1\x41\x75\xed\xe2\x52\xc2\x83\xea\x7e\xab\x4b\x57\x27\x58\xee\x2b\xb9\x54\xf5\x60\xb9\x96\x7d\xa9\xea\x41\x75\xef\xfc\xa5\xf3\x13\x54\xb7\x78\x5d\x0a\xfd\xcb\xcf\xb8\x2b\xce\x2f\x95\x3e\x58\x86\x0f\x5f\xaa\x7a\xb0\xdc\xdd\x72\xa9\xea\xc1\x72\xdb\xda\xa5\xaa\xbf\x3c\xe2\xc7\x8a\x54\xd5\x5f\x1e\xf1\x33\xbc\xca\xd2\xe1\x88\x1f\x17\xb0\x2e\x45\x3d\x58\xee\x33\xb9\x14\xf5\xa0\xe6\xf0\x89\x96\x8e\x47\xfc\xf8\x52\x2a\xea\x41\x1c\xa7\xe0\xa5\xaa\x07\x31\xaa\x65\xad\x3a\xbf\xfc\x14\xbb\xbb\x34\x2f\x9d\x9d\x60\x19\x76\x78\x29\xcf\x41\x73\x53\xd3\x65\x9c\x2f\x68\x6e\x12\xbf\x54\xec\xa0\xe9\xe0\xba\x54\xec\xe0\xff\x66\xec\xbc\x8e\xae\x57\x61\x00\xd8\xd2\x11\x41\x40\x39\x8e\xfd\x97\x70\x87\x5d\xff\xcf\xf7\x7b\xda\x19\xe6\x04\x83\xe3\x5a\x42\xac\xf9\x7d\xd1\x6e\x6e\x2c\xf3\x8f\x0f\x85\x1d\x2c\x05\xf3\x50\xd8\xc1\x32\xe9\xf3\x50\xd8\xc1\x9a\xdf\x3f\xda\x4d\x26\x20\xaa\x97\x87\x09\xc3\x60\xa9\x67\x87\x0e\x0f\x96\x5a\x7f\xe8\xf0\xa0\x39\x3b\xfe\x30\x3e\x0a\x96\x5a\x7f\xa8\xf5\xa0\xfd\xbe\xdf\xf2\x18\x60\x52\x62\x2f\xf5\x0f\x31\xe6\x43\xed\x07\xcb\xf4\xd8\x43\xed\x07\xcd\xfa\x05\x87\xda\x0f\x96\x0e\x79\xa8\xfd\xa0\x39\xd3\xff\x50\xfb\xc1\x32\x93\xf7\x50\xfb\xc1\x32\x9e\x77\x68\xfd\x60\x7d\x5a\xa9\xf5\x83\x65\x54\xf4\x50\xeb\xc1\x32\x2f\xf5\x50\xe1\x0f\xcb\xfd\xf8\x92\xf9\xd0\xd7\x41\x34\xa3\xda\x87\xc2\x0e\x96\x11\x95\x43\x61\x07\xf1\x33\xd4\x73\x68\xec\xa0\x59\xcd\xe4\xd0\xd8\xc1\xfe\x18\xc3\xac\xb2\x83\xdd\xe6\xcf\x39\x1c\x38\xfb\xcf\x77\x7b\x87\xce\x0e\x76\x1b\x03\xa2\xb3\x1f\xdf\xec\x49\x9f\x1d\x95\x76\xd0\xac\x05\x72\x68\xe8\x60\x7f\xd5\x8f\xd9\x7f\x92\x88\xbb\xd9\x32\x87\x8e\x7e\x7c\x91\x5c\x8e\xce\x53\x23\x07\xbb\x6d\xd1\x56\x6c\x2b\xb6\x0d\xda\xaa\x6d\xe6\xc1\x70\x9c\x9d\x06\x73\x41\xfc\x7c\xed\x77\x1a\xb9\x05\xbb\xcd\xff\x98\xb6\x4d\x36\xd9\xbf\x58\x36\x99\xf4\xd2\x68\x3a\x6d\xb2\x63\x49\xd3\x65\x13\x19\x3f\x44\xf5\x4f\xd5\x1d\xc4\xcc\xe9\xb6\xbd\xb6\xd9\x2f\x0e\xe5\xd3\x94\x60\x10\x61\xea\xe4\xa9\xcf\x83\xe8\x95\x07\x94\x53\x79\x07\xfb\x73\xf4\xc1\x18\x2f\xd8\x6d\x7e\x2e\x6d\x33\x37\x84\x07\x86\x53\x7f\x07\x11\x3f\x2e\xc0\xa7\xb6\x0e\x76\x1b\xdb\xe7\x5c\x4d\xb0\xbf\xcb\xd8\xa9\xf0\xe7\x37\x57\x93\x1b\xd4\x69\x4e\x31\x68\x46\xf7\x4e\x1d\x1e\xec\xaf\xfa\x73\x76\x97\x98\xf0\xb4\x12\xf8\xa9\xc5\x9f\xe5\xeb\x2e\xdf\x55\xe3\xc1\xfe\x0b\xc6\x5d\x8d\x07\x11\xa6\x5d\x9c\x7a\x3c\xe8\x2e\xed\x7d\xaa\xf1\x60\x7f\x8c\x11\x30\xb1\x18\xec\x36\x7a\xa1\xdb\x83\xdd\xc6\x7e\x34\xb3\x18\xec\x4d\xb1\xcd\x11\xd8\xe8\xbf\xf4\xe7\x1c\x00\xdd\xde\xf8\xc8\xa9\xdb\x9f\x2e\xeb\x62\xfd\xd2\x53\xb7\x07\x11\xe6\x42\x9d\x06\x92\x4f\x17\x76\xb1\xe2\xee\x69\x28\x19\xec\x36\x7e\xcf\xfc\x62\xd0\x4d\x36\x3a\x0d\x26\x83\xfd\x31\x7a\x6b\x30\x19\x34\x63\xaf\xa7\xca\x0f\xba\xb5\x55\x4f\xfd\x1e\x44\x31\x9d\xe6\x54\xf0\x4f\x66\x76\x16\x5f\x00\x9f\xda\x3c\xe8\xe9\x1e\xd3\xe6\x41\x34\x97\x15\x3a\x75\x77\xd0\x93\x27\xcb\x53\x77\x3f\x8d\x3a\xaf\xf0\x63\xee\x89\xf6\xd5\x23\xf0\x73\xee\x09\xa6\x76\x0e\x0b\x77\x9e\xda\x3b\x88\x6a\xfa\xdd\xa9\xbe\x83\xdd\xe6\xe7\xdc\x13\x4c\xee\x6c\x16\xb0\x3b\xcd\x0c\x3e\xa9\xc2\x53\x7d\xd1\x75\xaa\xeb\x20\x6a\xad\x7e\xce\x61\x27\x6c\x5d\x7d\xb2\x3b\x8d\x5b\x83\x68\x93\xcb\xe0\xa9\xd7\x9f\x5b\xe2\x7d\xb7\x70\x2a\xec\xc0\xe5\x77\x4f\x7d\x1d\x0c\xaf\x44\xda\x3a\xf0\x06\x78\x2a\xeb\x20\x7d\xaa\x3e\x95\xf5\xb3\x13\x04\xf5\x43\x76\x88\xa9\x9d\x56\x34\x3e\x35\x6e\x10\x56\x79\x3d\x35\x6e\x10\x96\xc7\x3e\xd5\x6b\x10\xc6\xac\x4f\xbd\xf9\x74\xae\xa7\xd7\x16\xbd\x19\x84\xea\x70\xaa\xcd\xa7\xd3\x3f\x79\xe0\x39\xd5\xe6\xd3\x25\x5f\x78\x3b\x76\xaa\xcd\x20\x86\x13\xfa\x4e\x25\xf9\xfc\xb7\xb0\x3e\x9b\xa1\x24\x83\x30\x2b\xf3\x54\x79\x41\x89\xe5\x7f\xda\x25\x8c\xb7\x7c\x7f\x60\x97\xd2\x32\x59\xe9\xd6\xba\x87\x58\x29\x73\xe6\x1f\xf4\xfa\x54\x88\x41\xf9\x76\x8d\x42\x0c\xaa\x09\xdd\xa7\xb1\x70\x30\x7c\xe7\x76\x1a\x0a\x07\xd5\x24\xec\xd3\x58\x38\x88\xe6\x03\xfc\x69\xb8\xfb\x34\xbb\xb7\xf8\x31\x47\x66\xe8\x59\xee\x1f\x85\x1b\xac\xf9\x7d\xcc\xc1\xb2\xb6\x0e\x0f\xf5\xa7\x72\x0d\xba\xb7\xc3\x53\xb9\x06\xfb\x7c\xf6\x63\x0e\x96\x75\x74\xb2\xfb\x39\x47\x6b\xa3\xbb\x50\xf8\xa9\x4a\x83\x6e\x10\xe3\x34\xc2\x0d\xac\x11\x78\x2a\xd7\x20\xbf\xeb\xaa\x6e\x0d\xe2\xab\x73\x70\xea\xd6\xc0\x27\xc1\x53\xb5\x06\xf9\x5d\xb8\x0d\x72\x03\x6b\xbb\x9f\xa6\xf7\x9e\xe4\xf2\x7a\xe5\x35\xea\x0d\x56\xba\x4d\xf6\x70\x7a\x80\xdb\x64\x07\xa7\x07\xb8\xbf\xe4\x9e\x37\xe6\xed\xed\x49\xab\x06\x61\x45\xfb\x53\xab\x06\x31\x7d\x2d\x70\xaa\xd0\x20\x4d\x04\x3d\x55\x68\x90\x8d\x67\x87\x53\x5f\x06\xd9\x78\xb1\x7b\xea\xc6\x20\xb4\xd2\xd3\x00\x37\x08\x6d\xf3\x54\x97\x4f\x75\xd9\xfb\x9c\xb6\x0c\xc2\x77\x24\xa7\xb6\x0c\x42\x01\x3d\xb5\x65\x10\x7a\xf0\xa9\x2d\x83\xc8\xf4\x00\x50\x97\xcf\x65\xe2\x8c\x3d\x57\x7a\x4f\xe7\x8f\xfa\x28\x61\x34\xfb\x74\xfe\xa8\xe7\x94\xd1\x6c\x10\xe6\x30\x9f\xaa\x31\x08\x13\xcf\x4f\xd5\xf8\x74\xe9\x15\x9f\x54\x54\x63\x30\x8a\xc3\x63\x34\x1b\xa4\xaf\x88\x4f\x93\x78\x4f\x93\x78\xad\x8c\x75\xaa\xc6\x60\x14\x62\x11\xa7\xa5\x6f\xc0\xb0\x54\xe5\xa9\x2d\x83\x12\xde\xf1\x54\x63\x50\x9c\x7c\x79\x2a\xbd\xa0\x84\x9d\x54\x7a\x41\x09\x9f\x97\x94\x5e\x50\x8a\x37\x72\xa5\x17\x94\xb0\x93\x1a\x2e\x28\xae\x3c\x7e\x6a\xb8\xa0\x14\xef\x93\x2a\x28\x28\x66\x4f\x9e\x2a\x28\x18\x33\x6d\xf2\x8c\x61\x86\xa9\x2f\xad\x4e\x15\x14\x14\xcb\xe0\x9c\x2a\x28\x88\x8c\xef\x63\x6e\xfe\xc5\x7c\x45\x8f\x44\x63\xcd\xa0\x58\x7a\xe7\xd4\x4a\x41\xf9\xee\xaf\x5a\x29\x28\x7a\xde\xa9\x6f\x82\xd9\x3c\x91\xf4\x4d\x30\x9d\xbe\x7e\xea\x9b\xa0\x3a\x21\xe4\xd4\x37\xc1\x74\xda\xf8\xa9\x6f\x82\x69\x09\x80\xd3\x88\x31\xa8\xce\x11\x39\x8d\x18\x83\xe9\x84\xf9\xd3\x88\x31\xa8\x4e\x11\x39\x75\x52\x50\x9d\xc2\x71\x1a\x31\x06\xd3\x99\xf0\xa7\x96\x0a\xf6\x15\xcc\x8f\xd9\x6f\x0a\xc8\x9a\x62\x72\xaa\xa9\xa7\x05\x64\xad\xf9\x7a\xea\xa9\xa7\xc5\x62\x1d\x44\x45\x12\x34\x8b\xcc\x9d\x8a\x24\x68\xa6\x66\x9f\x8a\xe4\xa9\x48\xfa\x29\x45\xf2\x54\x24\x7d\x0a\x52\x24\x41\x33\xcf\xf9\x54\x24\xc1\x32\xe6\x79\x2a\x92\xa0\x99\x96\x7d\x2a\x8a\xa7\x56\xc8\x4b\x94\xd3\xd4\x5b\xd0\x7e\xdf\x17\xdd\xfa\x47\xcb\xe6\xd0\x57\x14\x41\x33\x29\xfd\x54\x14\xc1\xb4\xea\xc0\xa9\x28\x82\x66\x3a\xff\xa9\x28\x82\xe6\xdc\x80\x53\x2b\x04\xcd\x1c\xfa\xd3\x60\xef\x69\x82\xee\xcf\x07\x2c\x4d\x11\x34\x33\xef\x4e\x63\xbd\xe7\xfb\x3d\x37\xda\x66\xc7\x5f\xdf\x2f\x78\x44\x69\x85\xa0\x37\xcf\x5d\xad\x10\xf4\x7d\xbb\xfb\xff\x9b\xb2\x7e\x08\xbe\xc3\x59\x13\x04\xd6\x87\x3a\x95\x39\x10\xe9\xe3\xf8\xa5\xcc\x5d\x5f\x78\x75\xd2\x54\x6d\x22\x0e\xc6\xe3\xc5\x65\x5e\x2e\x28\xae\xea\x7d\x69\x72\x97\x25\x5c\xcd\xb5\xba\x34\x39\x50\xbc\x4b\x5f\x8a\xdc\x65\x19\x1d\xee\x8f\x97\x22\x77\x59\x46\xa7\xf9\x97\x87\x4d\xbe\xf9\xf4\x53\x97\x4d\xbc\x12\xe4\x32\x71\x29\x72\xa0\x99\x92\x7f\x99\xa9\x0b\x9a\x79\x0c\x97\x6a\x07\x3c\xfd\x2f\xc5\x0e\xa4\x0f\x14\x97\x5e\x07\x06\x6e\x7e\x19\xa6\x05\xe9\x3e\xbd\x14\xbd\x2b\xbe\x9d\xc5\x36\x28\x7a\x60\xb7\xf9\x39\x87\x22\xcc\x44\x63\xeb\x75\x3f\xb0\xbe\x2f\xda\x45\x8c\xce\xf7\xf7\x97\x01\x58\x10\x63\x3a\xf8\xda\x1b\x88\x36\xa7\x3f\x66\x8f\x82\xf7\x78\x5c\x44\x2f\xe5\x0d\x44\x57\xe8\x2e\x33\x7a\x81\x97\xc2\x4b\x75\xbb\x5c\x14\xc5\xd7\xd3\x97\xea\x06\x06\xde\x7f\x69\x6e\x20\x7d\x21\x7e\x29\x64\x97\x0b\x6f\x72\xf5\xbd\xf4\xb1\xcb\x55\x36\xbf\x8d\x70\xfb\x75\x2f\xec\xe6\x52\x9f\xc0\xb4\xf8\xc6\x65\x76\x2e\xa8\x4e\xfd\xba\x8c\xb4\x82\x65\x4e\xde\x65\x0c\x15\xf4\x1f\x97\xc2\x4b\xa1\x02\xde\x01\x2e\x43\xa8\xc0\x27\x91\xcb\x39\x96\x60\x84\xdf\x3a\x6d\x39\xd9\x8f\x8c\x9f\x1a\x06\xe6\xb7\x01\x8e\x72\xfd\x6c\x90\x26\x07\xb9\x7e\x73\x2a\x76\x93\x5a\x76\x35\xab\x21\xb2\x99\xfa\x16\xc8\xc6\xdd\xf8\x52\xb7\x2e\xd4\x4a\xc3\xb9\x34\x2b\x90\xcd\x33\x48\xb1\xba\x4c\xfc\x6d\x7e\xd1\xde\xb8\x72\x48\x0e\xdb\xec\x4f\xfb\xca\x9e\xb0\x65\xba\x16\x08\xa7\x57\x5d\x06\x4b\x41\x1a\x97\xbe\xb4\x2f\x10\x4e\x9c\xba\x94\xaf\xcb\x04\x61\x2e\x2c\x97\x9e\x05\x4a\xc1\x78\x2f\xe3\xa7\xa0\xb8\xe8\xfd\xa5\x7b\x81\x48\x9f\xca\x2f\xed\x0b\x8c\xb2\xfc\x98\x3d\xef\x3e\x28\xb0\x3f\xf4\x2f\x30\x0a\xcf\x4c\x97\x91\xd1\xcb\xa4\xe1\xef\x8b\xf6\xbc\x13\xe5\xf3\x28\x51\xc0\xae\x6d\x5b\xc5\xe7\xef\xcb\xf8\x26\x88\x3e\xbc\x2a\x18\xcd\x04\x25\x51\xb7\x4b\x03\x03\xcd\xa9\x40\x97\x06\x06\x96\x39\x2f\x97\x06\x76\x51\xc0\xd4\x39\x59\x97\x21\x49\x10\x3f\x93\xbf\x2e\x75\x0b\xf4\x9f\x17\x35\x6d\xeb\xca\xaf\xd4\x22\x5b\xab\x5b\x81\xae\xa8\x5d\xba\x15\xd8\xa6\xeb\xaf\xd9\x83\xa4\xf4\x94\xa3\xed\xdc\x48\x30\x10\xa5\x4b\x77\xba\xac\xad\xc3\x67\xf4\x24\x90\xd6\x85\xbc\xf4\x24\x90\x96\x76\xbc\x0c\x25\x02\x55\xee\xd2\x75\x2e\x53\x79\x3d\xb7\xf5\x9a\xcb\x54\x5e\x2f\x74\x86\x08\x2f\x13\x77\xdd\x04\x2d\x03\xec\x23\x91\x6d\x37\xa8\x07\xb2\x74\x3f\xe6\xe0\x4c\xaf\x0a\xec\x0f\xdd\x03\xa4\xcb\x56\x5d\x46\xf9\xc0\x57\x3c\xfa\xd2\x47\x40\xba\x66\xd8\xa5\x8f\x5c\xfa\x88\x03\x6d\x5a\x2e\x48\x97\x29\xbb\xf4\x91\xeb\xcb\xc1\xe5\x02\xa9\x8f\x5c\x84\xf4\x5c\xd3\xe9\x52\x47\x2e\x75\xc4\x63\x47\x1d\x01\xe9\x22\x6e\x97\x11\x3d\x10\x26\x8b\x5c\x1a\x0a\x48\xd7\xc9\xba\x74\x0f\x10\xd3\xf7\x4e\x97\xf2\x01\xb6\x2f\xfc\x61\xd2\xf3\xa5\x89\x80\x98\xaa\xe8\xa5\x8a\x80\xec\x1e\x0d\x9a\xc8\x65\x29\xce\xb9\xfc\x37\xfb\x4c\x0d\x9c\xce\x03\xc7\x65\xe4\x0e\xa4\xa5\x33\x2f\x03\x77\x20\xcc\x39\xb9\x54\x18\x90\xdd\x9b\xb4\x0a\x03\xb2\x7b\x51\x50\x61\x40\x5a\xad\xf3\x52\x61\x40\x5a\xbc\xe8\x52\x61\x40\x76\xef\x09\x2a\x0c\xc8\xee\xd9\xae\xc2\x80\x74\x0a\xd5\x65\xc0\x0f\x84\x31\xde\x4b\xab\x01\xd9\x3d\xf5\x8c\x01\x82\x30\x46\x7a\xe9\x39\x20\x7d\x0a\xba\xf4\x1c\x90\xdd\x0b\x9f\x9e\x03\xb2\x79\x7d\x31\x2a\x08\xd2\xfc\xad\x4b\xf5\x01\xd9\xbd\x21\x1b\x15\x04\x61\x24\xfb\xd2\x86\x2e\xf3\x78\x3d\x2a\x55\x9f\xcb\xa4\x5d\x04\xe9\x52\x7d\x40\x76\x5e\x16\x5c\xc6\xfb\x40\x18\x9a\xbc\xb4\xa1\xcb\x9c\x5d\xcf\x62\x83\x7b\x97\x6b\x73\x24\x4f\xda\x97\xa2\x73\xb9\x46\x63\xf5\xc2\xad\xe9\x80\xe8\xe9\xdd\x42\x61\x01\x69\xe6\xcb\xa5\xb0\x80\x34\x01\xe4\x32\x8c\x06\xd2\xbc\xa0\xcb\x30\x1a\x48\xd3\x7b\x2e\xb5\x06\xa4\xc9\x30\x97\x5a\x03\xd2\x64\x88\x4b\xad\x01\x69\xe6\xc8\xa5\xc3\x80\x34\x61\xe9\x32\x64\x06\xd2\x40\xfc\xa5\xd6\x80\x34\x8b\xe2\x52\x6b\x40\xe4\x77\x7f\xd7\x6b\x40\x38\xf7\xe2\xd2\x6b\xae\x9b\x94\x46\x77\x89\xc2\x02\xd2\x54\xa4\x4b\x61\x01\x69\x7a\xc9\xa5\xaf\x80\x34\x09\xe8\x32\xae\x06\xc2\x49\x68\x97\x71\x35\x90\x26\xe9\x5c\xc6\xd5\x2e\x13\x61\xbd\x6c\x2b\x3a\x97\x29\xae\x5e\xb5\x15\x1d\x90\x66\x22\x5d\x9a\xc8\xf5\x7c\x92\x6f\x9b\x5b\xc1\x72\x8c\x2e\x69\x7d\xe9\x1d\x60\x5f\x47\xf9\x4f\xc5\x03\x14\x17\x93\xbe\xb4\x0c\x30\x8a\xa7\xb3\xe1\x28\x50\x5c\x50\xfc\x52\x3c\xc0\x28\x1e\xd7\x8a\xc7\x65\xed\xcd\x74\x33\x14\x0f\x50\x5c\x30\xfe\x52\x3c\x2e\x97\x68\xf4\xb4\x34\x1a\x05\x8a\x2b\xcd\x5f\x3a\x06\x28\xae\x17\x7f\x19\x78\x02\xa3\x78\x0e\xea\x15\x20\xcd\x7e\xb9\x0c\x3b\x81\x51\xbd\xa8\x18\x61\x02\xc5\x25\xd8\x2f\x23\x4c\xa0\xb8\x84\xf9\xa5\x7f\x5c\x2e\xd1\xc8\xd9\x75\x9b\xf0\x09\x46\xe5\x62\x77\x6b\x24\xa0\xb8\x5a\xfc\xed\x74\xbf\xdb\xba\x32\xec\x91\x5b\xd5\xb8\x3f\xd5\xf0\x53\xa7\x4d\x24\x52\x31\xdd\xea\x56\x22\x6e\xcb\xc3\x70\x5f\xbb\x95\x88\xdb\xf2\x30\xc3\xdf\x7a\x6c\x62\x31\xbe\xee\x76\xbd\x36\x91\x48\xc5\xe5\xfb\xd6\x22\xc0\x1e\x7c\x7e\x5f\x8d\x00\x25\xb9\x59\xdc\x7a\x04\x18\x73\xda\xd4\x6c\xe2\x25\x05\xb6\x7e\xab\x0c\x60\x5f\x08\x06\x6d\xf6\x32\xec\xa5\xff\x69\x2f\x83\x5e\xe2\x11\xb7\xe9\x9e\x60\x5f\x56\xfc\x83\x65\x1b\x46\xc5\xad\xed\x56\x37\xc0\x98\x3c\x5b\xde\xc6\x8f\x40\xf1\x05\xc1\x6d\xf8\x08\x8c\x39\xfc\x2d\x07\x23\x7c\x1f\xec\x56\x38\x18\xc1\x60\x90\x28\x7a\xeb\x1f\x60\xcc\x61\x93\x1d\x2f\xbc\xb1\xe1\x01\xfa\xd6\x3f\xc0\x98\xa4\xa6\xde\xea\x07\x28\x5a\xe3\xad\x7f\x80\x61\x2e\xd2\x6d\xe0\x08\x8c\x49\x58\xeb\x36\x6e\x04\x8a\x0f\xff\xb7\x96\x02\xc6\x1c\x7f\x78\x75\x7d\x9b\x44\x0a\x8a\xf6\x7d\x2b\x31\x20\xba\x2f\xaa\x6f\x83\x45\x60\xcc\x69\x93\x63\x40\xac\x68\x9a\x4c\x71\x2b\x3b\x60\x4c\x0f\x08\x65\x07\x4c\xe7\x56\xdc\x86\x8f\xc0\xf4\xcd\xe8\xad\xff\xdc\x96\xa7\xf1\xe8\x32\xa0\x04\xaa\xb9\x14\xb7\xc9\xa7\x60\x3a\xf5\xe4\x36\xf9\xf4\xb6\x3c\x0d\x8f\x0b\xb7\xe2\x74\x9b\x7c\xea\xfe\x52\x9c\x6e\xcb\xd3\x10\x93\xb8\x35\xa7\xdb\xf2\x34\xa4\x9d\xdd\xaa\x13\x98\xed\xdb\x7a\xc7\x02\x51\x32\x26\x71\x1b\xae\x02\xd3\x29\x31\xb7\xf2\x04\x62\xf8\x0e\xfa\xd6\x9e\x6e\x2b\xd6\x78\xa2\x69\x4f\x60\xaa\x4a\xb7\x41\x2d\x30\x9d\xb2\x72\x9b\xa2\x0a\xa6\x13\x3c\x6e\xc3\x5c\x60\x3a\x6d\xf2\xd6\xb1\xc0\x54\xa8\x6e\x23\x5a\xb7\xc5\x4a\xd3\x2d\xd3\xbb\x40\x35\x3d\xe4\xd6\xbb\xc0\xde\x58\xbf\xea\x60\x34\x07\x83\xa3\x4b\xef\x02\xcb\xf8\xcf\xad\x76\x81\xe9\xa4\x8f\x5b\xed\x02\xd5\x09\xd1\xb7\x8e\x05\xa6\x73\x62\x6e\x1d\x0b\x54\x13\x5e\x6e\x1d\x0b\x4c\x67\x9e\xdc\xe6\xa8\x82\xe9\x0c\x8f\x5b\x9f\x02\xd3\xf9\x41\xb7\x3e\x05\xf6\x75\x82\x5d\x62\x40\x0b\x44\x3a\xcb\xf0\xd6\xa8\xc0\x74\xb6\xce\x6d\x5e\x29\x88\xee\x2c\x82\x5b\xa5\x02\xcb\xc0\xc0\xad\x3e\x81\xa5\xe4\xde\xea\xd3\x6d\x65\x19\x6e\xcc\xb7\xd1\xaa\xdb\x32\x32\xdc\xf8\x6f\xf5\x09\x2c\xed\xff\xd6\x9e\x6e\x2b\xcb\x78\x9d\xd6\x9e\x40\x75\xa1\xb4\xdb\x58\x15\x98\xce\x8c\xba\xf5\x29\xb0\x8c\x4e\xdc\x8a\x12\xa8\xdd\x33\xc9\xc0\x13\x88\xe9\xcc\xb1\x5b\x7b\xba\x2d\x2c\xf3\x35\xd9\xa3\x61\x8f\xfc\xa6\x67\x17\x61\xa6\xcf\x83\x6e\xe3\x47\xb7\xf1\x23\xde\x26\xdd\x2a\x15\x58\x3e\x6b\xdc\x3a\x15\x58\xe6\xf5\xde\x3a\x15\x58\x3e\x7e\xdc\x86\x8a\xc0\xfa\x86\x5a\xcd\x02\xcb\xe7\xa2\xdb\xe8\x11\x58\x3e\x76\xdd\x46\x8f\xc0\x72\x26\xcb\x6d\xf8\x08\x2c\x53\x90\x6f\xc3\x47\x60\x39\x81\xe7\x36\x56\x04\x9a\x75\x27\x6e\x2d\x0e\x44\x5f\x5e\x43\xb4\x38\xb0\xcc\xfe\xbd\x0d\x20\x81\x66\x06\xc2\xad\xd8\x81\x35\xbf\x26\x87\x82\xa0\xd2\xfc\x7e\xdf\xa1\x98\x0e\x85\x3f\xef\xae\x9c\xe6\xf2\x79\xf8\xab\x71\x60\xf9\x24\x79\x1b\x69\x02\xfb\x81\x90\xcd\x50\xda\xc0\xb6\x6f\x3a\xa5\xb5\x81\xdd\xc6\x77\xd5\x36\xd0\x2c\x9c\x72\xab\x6d\x20\x7e\x4e\x27\xbb\x8d\x2c\x81\xfd\x55\x36\x58\x97\x03\xbb\x8d\x2d\xd6\xe5\xc0\xfe\xae\x6d\xee\xd0\x65\x4d\x14\x87\x5c\x59\x03\xcd\x32\x29\xb7\xb2\x06\xf6\xc7\xfc\x0b\x77\xe9\xfa\xf2\x48\xf8\x9c\xb6\x76\x7f\x75\x62\x3c\x66\xd4\xb5\xfb\xab\x13\xe3\xd1\xa6\xaf\x81\xfd\x5d\x76\xbe\x76\x76\x7f\x01\x26\x6f\x73\x8a\x17\x88\x70\xad\x87\x5b\xf3\xba\x9d\x0a\xe9\x4b\x89\x5b\xf5\x02\xbb\xcd\xff\xb5\xbb\x87\x79\x24\x9e\xa5\xca\x17\xd8\xc7\x09\xa3\xac\x7d\x81\x08\x5f\x9b\xdd\xea\x17\xd8\xdf\xb5\xcd\x31\x38\x4c\x2e\xf1\x14\x57\xc0\x40\x84\xca\x7c\x6b\x60\x60\x7f\x8e\x61\x56\xc1\xc0\x6e\xfb\xc3\x5b\xed\xdb\xc4\x4d\xb0\xbf\xc2\x10\x19\xb1\x02\xfb\xef\xe8\xa6\xde\x06\xf6\xe7\x18\x5e\xc5\x0d\x44\x0e\x87\x57\x73\x03\x11\xd6\x46\xb8\x55\x37\xd0\x5d\xf8\xf4\x36\x90\x75\x9f\xdf\xe2\x23\x8c\x9a\x3a\x07\xfa\xef\x6b\x72\xd0\x58\xaa\xe1\xe7\xbe\x32\x31\x13\x74\x17\x69\xbd\x8d\x77\x81\x28\xdf\x30\xea\x81\xf7\xf5\xa5\x15\xd9\x66\x5f\xf1\xc0\xe2\xea\x15\xb7\x21\x2f\x10\xe5\x3b\x44\x74\xc3\x9b\x85\xf8\x8b\x4b\xc3\xdc\x6a\x1f\xe8\xbe\x16\xbb\x75\xbc\xdb\xe5\x15\x7c\xf9\x74\x1b\xa8\x02\xdd\xb8\xe7\xad\xd1\x81\xfd\x31\xb6\x58\x7f\x03\x51\x9d\xf3\x73\xeb\x6f\xa0\xfb\x4a\xed\x36\x08\x05\xba\x41\x9c\xdb\x20\x14\xd8\xdf\xe4\x50\xd5\xe9\x40\xff\x9e\x92\x74\x3a\xb0\xef\xdd\x1c\x1d\x4a\x1d\x88\x5a\x3d\x09\xf5\x35\xe0\x8a\x85\xb7\x39\x8f\xc0\x40\xde\xad\xc0\x81\xe5\xde\xd3\xdf\x40\x1a\x42\xbb\x0d\x54\x81\x74\x89\xf7\xdb\x40\x15\x88\xea\xf0\x18\xa8\x02\xc5\x69\x11\xb7\xe2\x07\x0c\x55\xdc\xa6\x2a\x02\x43\x5e\xb7\x31\x29\x60\x1e\xc2\xad\x1a\x02\x53\x2e\x6f\x63\x4d\xb7\xeb\x2d\x78\xa8\xe8\x77\xa0\x14\x02\x89\xb7\x2e\x07\x96\xcb\xf9\xdf\xba\xdc\xcd\x54\x40\xf7\xb5\x2a\x07\x86\xbd\x33\x80\x04\xe2\x2b\x03\x7f\xab\x72\x20\xcc\x17\xbd\xf5\x36\x90\xce\xad\xb8\x95\x34\x50\x4d\x40\xbe\xcd\x02\x04\xbe\x87\xbd\xd5\x36\x90\xc6\x02\x1f\xd3\xfd\x9e\x1f\xb9\x0b\x9d\x96\x66\x8b\x2f\x28\x0b\x4d\x69\x13\x31\x90\x45\xcb\xb2\x05\x3f\x1e\x3f\x7f\xea\xb0\xcd\xd7\x85\x93\xa6\xd3\x26\x27\x6e\x76\x3f\x76\xd9\xe6\xfb\xc2\xa4\xe9\xb1\x89\xfc\x05\xce\xa1\x47\x1f\x03\xe1\xac\x80\x47\x1f\x03\x91\x16\x26\x7e\x14\x32\x90\x1d\x67\x7e\x14\x32\x10\xce\x3a\x78\xf4\x31\x10\x4e\xaf\x78\xf4\x31\x90\x9d\xcb\xc7\xa3\x8f\x81\x30\xc3\xfd\x51\xc7\x40\x3a\xd9\xff\x51\xc7\x1e\xa3\x3f\x0e\x8f\x3a\x06\xc2\xd4\xfe\x47\x1d\x03\x61\x06\xea\xa3\x7b\x3d\x66\xee\xa1\xd1\x8f\xee\x05\xd2\x59\x5d\x8f\x79\x7b\x0f\x2b\x2a\x38\xbf\xe0\x51\xb4\x40\x3a\x87\xe8\x51\xb4\x40\x98\x78\xfb\xa8\x50\x60\x54\xde\x9b\x3c\x3a\x12\x18\x2e\x6e\xfd\x98\x78\x07\x4a\x09\x7f\xde\x4d\x2d\xe8\x7d\xf8\x5b\xee\x0f\x52\xec\xd2\x12\xd9\x8f\xa6\xf3\xb8\x10\x3d\xcf\x7a\x8f\xa6\x03\xc6\x44\x45\x1e\xb5\xe6\x71\x4e\x9d\x87\x8a\x5a\x03\x8a\xb1\x91\x47\xad\x79\x5c\x75\x9e\x53\xfd\xd1\x4e\x40\x35\xd7\xff\xd1\x4e\x1e\x27\xcb\x71\x69\x79\x34\x11\x50\xcd\xe2\x7f\x34\x91\x47\x13\x59\x7e\xca\x03\x85\x85\x13\x46\xf5\xa8\x50\x45\x40\x35\x0e\xf2\x18\x01\x02\xd3\x37\x90\x8f\x76\x02\xaa\xc9\xfe\x8f\xda\xf1\x18\xee\x99\xcb\x1f\xf3\x18\xd0\x31\xdc\x6f\x3a\x06\x58\xbe\x93\x7e\x74\x8c\xc7\x02\x9b\xd3\x26\x7b\x69\x05\x4d\x77\xa5\xda\xf1\x58\x41\x33\xdd\x30\x8f\x14\x2b\x68\x7a\x3a\x18\xc7\x01\xcb\x57\x60\x8f\x61\x1c\xd0\xcc\x5d\x7d\xd4\x0e\xd0\x7e\x75\xfd\xff\x6d\xf9\xd1\x40\x40\x33\xd9\xf5\x31\xca\xf3\x74\x1f\x9d\xd9\x46\x05\x04\x34\xd3\x5a\x1f\xa3\x3c\x60\x3f\x06\xb9\x91\xf6\xae\x9b\x8a\xfc\x7d\xce\xee\xf5\xef\xbd\xb8\x9b\x69\xff\x36\x9a\xa5\x8e\x1e\xa3\x41\x60\x7f\x95\xfd\xef\xe4\x36\xd0\x4c\x58\x7e\x54\x1c\xd0\xac\xd1\xf7\xa8\x38\xa0\xfd\xbe\x2f\x7a\x10\x7e\xeb\xd9\xf1\x6a\xe2\xd1\x71\x9e\xf4\x31\xcb\xa1\xd7\x68\xc0\xfe\x53\xce\x52\xe7\xa8\x81\xfd\x5c\xc1\x5e\x53\x73\x40\x77\xf1\xea\x47\xcd\x01\xfb\x63\xfe\x9c\xdd\x67\xca\x59\xf1\xe9\xe9\xd1\x7d\xc0\xfe\x5b\xce\x11\xe5\xe7\xb1\x06\x8d\xcf\xc6\x8f\xa6\x03\xd2\x0b\x94\xa1\x23\xa0\x28\x3c\xaa\xcf\x63\xf9\x4c\x06\xd2\xfc\x3a\x90\x66\xb0\x3c\xe6\xd7\x3d\x56\xcf\x64\x13\x4c\xa5\x03\xe1\x94\xa8\x47\x3b\x02\xd5\xd5\x41\x1e\xed\x08\xb8\xbe\xef\x63\x72\x1d\x18\xdf\x6f\xdb\x69\x26\xae\x79\x8a\x6a\x4b\x20\x4c\xda\x7f\xb4\x25\x50\x7d\xbb\xf2\x68\x4b\xc0\xc5\xa2\x1f\x65\x09\xa4\x0f\x79\x8f\x66\x04\xd2\xc7\xcc\xc7\xbc\x3a\x10\xe9\x4d\xfb\xd1\x96\x40\x9a\x42\xf3\x68\x46\x20\x86\xb5\x4c\x1f\xd5\x08\x44\x78\x85\x51\x8d\x1e\x63\x5e\x9e\xa1\xaa\xd1\x63\xcc\xcb\xf3\x58\x35\x7a\x2c\x32\xe3\xbe\x56\x8d\x1e\x63\x5e\xee\x56\x63\x5e\x20\x2d\x54\xfc\x28\x4b\x8f\x31\x2f\x8f\x39\x63\x5e\x8f\x39\x78\x3c\x85\x3c\x0a\xcf\xc3\x34\x33\xd3\x90\x1e\x7d\xe7\x31\x93\xce\xb3\x5d\xb5\x79\xcc\x91\xf3\x26\x60\x8e\xdc\xe3\x4a\x0c\xde\x35\x95\x9d\xc7\x1c\x39\xb7\x4b\x61\x01\xe1\x0c\x94\x47\x37\x01\x69\x46\xd6\x63\x2c\x09\xa4\x41\xdb\x47\x5b\x01\x69\xa1\x92\xc7\x58\xd2\xe3\x72\x0a\x0e\xa1\xb1\x24\x10\x4e\xb5\x78\x54\x1a\x50\x4a\xb1\xc9\x81\x3e\xbc\x13\xf9\x5b\x76\x68\x63\xf8\x88\xf6\xe8\x2e\xa0\x14\x42\xc2\x8f\xea\x02\x46\xf5\xae\xa6\xb9\x80\x62\x10\xfd\x51\x5c\xc0\xa8\x3c\x0f\x3d\x3a\x0a\x48\x5f\xfc\x3d\x2a\x0a\x18\x93\x37\x43\x8f\x0a\xf2\x9c\xbe\xc3\xe4\x1f\x35\x10\x30\x26\xef\xd7\x1e\x05\x04\x14\x5f\xcc\x3f\xfa\x07\x28\xc6\x02\x1e\xf5\xe3\x21\x67\xce\x22\x11\x8f\xaa\x01\xc6\xe4\x95\xdb\xa3\x43\x80\x18\xd5\x6b\xb4\xb3\xbb\x40\xd1\xb3\x1f\x1d\xe2\x61\x92\x96\x33\xc5\x1e\xb3\xe1\x40\x75\x22\xda\x63\x36\x1c\x58\xc6\x59\x1f\x05\xe2\x71\x8e\x96\x07\x85\xc1\xa5\xc7\x39\x5a\xee\x35\x83\x4b\xa0\xba\x86\xe2\xa3\x65\x3c\xce\xd1\xf2\xce\x6d\x70\x09\x54\x67\x72\x3d\x8a\xc7\xe3\x1c\x2d\x8f\x13\x83\x4b\x60\xf9\xf4\xfb\xa8\x22\x8f\x85\x57\xe6\xf2\xf7\xed\xe4\xc5\x2b\x13\x4f\x5c\xa3\x4b\x60\x3f\x31\x32\x16\xea\x09\x58\x46\xc2\x1e\xed\x04\x2c\x23\x61\x8f\xd1\x25\xd0\x9c\xcc\xf1\x28\x2c\x60\x19\x55\x7b\x14\x96\xc7\xb9\x5d\x28\xc6\xa3\xaf\x3c\xce\xed\x6a\x7e\xca\xe1\xb9\x79\x55\x84\x76\x3c\xea\x0a\x58\x06\xda\x1e\x63\x50\x8f\x73\xbb\xbc\x1a\x1a\x83\x02\xcd\x59\x36\x8f\x4e\x03\xe2\x67\x26\xc8\xe3\xe4\xae\xc7\xc9\x5d\x3c\xe5\x3f\x8a\x0e\x68\x2d\xfe\xf0\x6e\xfb\x51\x84\xc0\xfe\x61\xff\xcc\x6b\x09\x39\x7b\x4e\x24\x7a\x54\x21\xd0\x9c\x47\xf4\xa8\x42\x60\x7f\xd3\x8f\x39\xa2\x24\xed\x39\x7b\xe9\x31\x69\x0f\x34\xa7\xf3\x3c\xea\x11\x88\xf8\x79\xe7\x50\x90\xc0\xbe\x79\xb1\x1b\x55\x24\xb0\xdb\x18\x41\x25\x09\xec\x36\x7a\x6d\x00\x0d\xec\x36\xb7\xce\xc1\xd9\xe8\xc6\xb0\x1f\xd5\xe9\x21\x0e\x56\x86\x43\xad\x28\x81\x2d\xb2\xfc\xad\x53\xb5\xc0\xd6\x51\x8e\x7e\x33\xf0\x40\xb7\xb6\xd8\xa3\x51\x81\xee\x61\x61\x6c\x0c\x84\x89\x99\x8f\x42\x05\x22\xec\xa9\xb1\x31\x10\xcd\x60\xf7\xa3\x64\x3d\xef\xa7\x38\xb6\x79\x14\x30\x27\xcb\x19\x69\x8f\x01\xb3\xc7\x72\x9b\xe3\xdb\x5a\x3b\xfa\x92\x83\xee\x0c\x87\x47\x1b\x7b\xb4\x31\x37\xd6\x5d\x4a\x10\x8d\x3b\xd9\x6b\xc0\x0c\xf8\xee\xf1\x55\xcf\x40\x9a\x6a\xfa\xea\x67\x20\x5c\xb1\xe5\x35\x83\x0f\xa4\x6b\xc9\xbc\x46\xd5\x40\x1a\x42\x7b\x4d\xe0\x03\xe1\xd4\xb6\x57\x65\x03\xcd\xd9\x3a\xaf\xca\x06\x0c\xd0\xbd\x0a\x1b\x88\xb6\xe8\xcd\x6b\xec\x0d\xec\x1e\xfa\x63\x8f\x6d\x8f\x9f\x73\xcb\x5e\xdb\xa8\xa3\xbd\xc7\xeb\xd5\xe2\x40\xed\x5c\x72\x5f\xb3\xf3\x80\x41\xbb\x57\xad\x7b\x29\xa1\x62\xaf\xf5\x35\xe0\xcb\xdb\x57\x5d\x03\xbe\x0f\x7d\x55\x33\x90\xe6\x1e\xbe\xaa\x19\x58\x04\x33\x5e\xcd\x0c\xa4\xcb\xd6\xbc\x9a\x19\x08\x97\x7f\x79\x0d\x81\xbd\x45\xaf\x64\x18\x74\x2e\x10\xc3\x17\x14\xaf\xd1\xad\x97\x29\x50\x26\x1a\xbf\x7a\x18\x48\xcb\x1c\xbe\x7a\x18\x08\x13\x20\x5f\xa5\x0b\xc4\xfc\x3e\xe5\xf0\xb1\xba\x9d\x11\xbc\xd7\xb0\x14\x18\x2e\x70\xf6\x1a\x96\x02\xc5\x75\x1c\x5f\xcd\x0c\x8c\xca\x01\xf8\x1a\x70\x7a\x5d\x0f\x81\xf8\xc3\xab\x99\x81\xe1\x73\xf8\xab\x99\xbd\x9f\x99\xf9\x45\xb7\xde\x6a\x27\xcb\x9f\x77\x54\xab\xa9\xec\xee\x0d\xc3\x4b\xa0\x3a\xf9\xf8\x55\xcd\xc0\xf2\xc1\xe9\xd5\xb9\xc0\x32\xfc\xfe\xea\x5c\x60\x99\x89\xf0\x1a\xfe\x01\xcd\xf9\x71\xaf\xce\x05\x9a\x53\x10\x5f\x23\x3d\xaf\x8b\x8a\x9b\xaa\xf1\xaa\x61\xa0\x59\x47\xeb\x55\xc3\xc0\xbe\x8c\xd9\xe6\xc6\x36\x5e\xee\x39\xb0\x7a\x18\x88\x5e\xbe\xad\x75\xfc\x37\xba\x4f\xdc\xaf\x22\x06\xa2\x56\x5e\x31\xbf\xc6\x84\x40\xb7\x03\x86\x84\x5e\xeb\x72\x3a\x8d\xe6\x55\xce\x40\x76\xc7\xcc\x00\x10\x48\xe3\xb8\xaf\xf6\x05\x8a\x71\xe8\x57\xfb\x02\xd3\x04\xa1\xd7\x88\x10\xa8\x2e\x03\xf8\x6a\x5f\x20\xba\x95\x5a\x5f\xed\x0b\x74\xd7\x30\x7f\x35\x28\xd0\x1d\x7f\x05\x0a\x84\xaf\x50\x5e\x05\xea\xb5\x38\x88\xcb\xe3\xbd\xe6\xd8\x81\xb0\x96\xdd\x6b\xdc\xe8\xb5\x7e\xa7\x67\x84\x4e\x05\x46\xf5\xba\xa0\x52\x81\x62\x28\xef\xd5\xa8\x40\xb1\x76\xe5\xab\x50\x81\x92\xd3\x7f\xb4\x47\x49\x01\x9d\xe9\x6f\xd9\x21\xd6\x23\x70\xd6\xf8\xab\x4e\x81\x65\x0e\xc3\xab\x4d\x81\xe6\x1c\x9d\xd7\x48\x12\x68\x4e\xa6\x7d\xf5\x2b\xb0\x3b\x49\xc7\x35\xac\xd7\xe4\xbc\xdf\x1f\xca\x77\xbe\x1a\x18\x48\x17\x6a\x78\xf5\x2d\x90\xae\xcf\xf5\x1a\x8e\x7a\x5d\x2b\x9c\x27\xc8\x57\x07\x03\xe9\x92\x5d\xaf\x0e\x06\xc2\x32\xc4\xaf\xc6\xf5\xba\x2c\xb8\x81\xca\x57\xe7\x7a\x5d\x16\xcf\x83\x57\xe9\x02\xd9\x79\xe4\x7e\x95\x2e\x90\xfd\xdb\x30\x87\xca\x55\xf1\x3c\xc2\xb5\xae\xd7\x5a\x21\x6e\x85\xd6\x05\xb2\x7b\xc9\xd4\xba\xc0\xbe\xce\xd9\xe6\xce\x9f\xee\x7c\xbf\x69\xc7\xa7\x87\x33\xdb\xaa\x74\x81\x70\x22\xd4\xab\x74\xbd\x2e\xa7\xc7\x33\xca\xab\x74\x81\xf0\x9d\xea\xab\x74\xbd\x04\x9f\x9c\xec\xfe\x6a\x58\x20\x4c\xf5\x7d\xcd\x17\x04\xc5\x77\xa3\xaf\x55\x41\x40\x71\xd5\xdc\xd7\x68\x14\x28\xae\x36\xf8\x5a\xdb\x03\x8c\xb9\xfc\x94\x9b\xba\x38\xf3\xa6\x9f\x72\x53\x17\x8f\xf4\x3c\x26\xbf\x86\x9d\x40\xf1\xe5\xf6\xab\x87\x81\x31\x97\x5f\x74\x53\x97\x87\x2e\xe3\x65\x80\x09\x94\x9c\x6e\xaa\xfb\x63\x91\x7a\xe1\x89\xad\xad\x81\x92\x9e\xd8\x46\x97\x40\x71\x82\xf3\xab\x9a\x81\x48\x23\x07\xaf\x6e\xf6\x5a\xc5\x63\xf9\x31\x3b\x69\x15\x0f\x9e\xc2\x5f\xdd\xec\x75\x0d\x82\xe1\x25\x41\x39\x03\xd5\xf8\xdd\x6b\xb4\xe9\x3d\x7c\xf2\xf7\xf7\xed\xe5\x41\x60\x77\xd9\x64\x2f\x0f\xdf\x66\xd1\x4b\xe5\x0c\xac\xef\x49\x44\x39\x03\xd5\xd5\xe4\x5f\x83\x4a\x60\xf9\xb8\xf5\x2a\x67\x20\xba\xab\x27\xbe\xda\x19\xd8\x17\x78\x06\x48\x17\x03\xcd\xe9\xe4\xaf\x2e\x06\x96\xaf\xbe\x5f\x5d\x0c\x34\x27\xb1\xbf\xba\x18\x68\xce\xbf\x7b\x8d\xfa\xbc\x26\xf1\x59\x14\xec\xb5\x44\x07\xd8\x77\x0b\xf6\xa6\xa1\xa0\xf7\x5b\x90\xc0\x03\x5b\x8f\x7b\x8d\x05\xd9\x51\x35\x0e\x44\xb8\xaa\xf0\xeb\x14\x29\x10\xc5\x68\xe6\x6b\xcc\xe8\x25\x3e\x54\x4c\xef\x7f\x8d\x05\x01\xab\xbd\xbf\xea\x1e\xd8\xb7\x10\xfe\x54\xdf\x03\x06\x8f\x5f\xad\x0d\xa4\x11\xbb\x57\x1f\x03\xe1\xca\xdb\xaf\x3e\x06\xc2\xf9\xbc\xaf\xa1\x21\x90\xe6\x31\xbc\xea\x18\x48\x57\x07\x7c\xb5\x31\x90\x2e\x65\xf8\x6a\x63\x20\xbf\xdb\xa4\xea\x05\xd2\xcc\x89\x57\xf5\x02\xe9\xbc\x80\x57\xf5\x02\x26\xd9\xbd\x9a\x17\x08\x8b\x2c\xbf\x9a\x17\x08\x8b\x50\xbf\x9a\x17\x58\xde\x9e\xb4\x2c\x10\x6d\x7d\x7f\x68\x17\x5d\x62\xef\xdb\x78\xf7\xc7\xed\x15\xd0\x4f\xd9\xeb\x9b\x1c\xbb\xef\x96\xa5\x33\x81\xf8\xae\xb0\x3a\x13\x48\x4b\xc4\xbf\xfa\x11\x48\xab\xee\xbd\x4e\x6a\x02\x69\x21\xef\x57\x65\x02\xd9\x1d\x55\x4d\x08\xa4\xcb\x0d\xbe\x66\x0d\xbe\x2e\xd9\xed\x35\xc4\x10\xd2\x6b\x08\xc9\xdb\x9f\x59\x83\x20\xcb\xb7\x5d\xf6\xc8\x15\xbb\x1d\x0b\xb3\x06\x41\x5a\xea\xee\x55\x96\x40\x58\x33\xf0\xd5\x8b\x40\xba\xca\xe3\xab\x17\x81\xb4\xd8\xe0\x6b\xa8\x09\x84\x39\x49\xaf\x62\x04\xb2\x7c\xbf\x65\x87\x10\x23\xe3\x87\xaf\x0e\x04\xd2\x5a\x86\xaf\x0e\x04\xd2\x8a\x87\xaf\xf1\x28\x10\xa6\x11\xbd\xfa\x0e\x08\x52\x67\xf2\x47\xd2\xa0\x48\xea\x2e\xe6\x8f\xc8\x92\xc8\xde\xea\xff\xde\x95\xf3\x87\xc4\x88\xec\xfb\xac\xcb\x1f\x12\x23\xb2\xef\x4b\x66\xfe\xb0\x18\x91\x7d\x9f\x61\xf9\x43\x62\x44\xf6\xfd\x80\x91\x3f\x1c\x46\x04\x0f\x81\xf9\x43\x61\x44\x90\x17\x94\xbf\x70\xb3\x99\x86\xd4\x2b\x3f\x4f\xbc\x4a\x24\x33\xeb\xf3\x87\xe9\x88\x20\x9c\x98\x3f\x4c\x47\x64\x6f\x6c\x2a\xaa\x23\x82\x54\xa1\xfc\x11\xc1\x12\x41\xea\x59\xfe\x88\x60\x89\x20\xc7\x28\x7f\x18\x91\xc8\x5e\xfd\x47\xc7\xce\x70\x55\x71\x53\x1d\x9c\x70\x70\xdc\x08\x07\xc7\x70\xd5\xf4\x1f\x1d\x9c\x70\x70\x1a\x4d\x0e\x8e\x11\xac\x62\x93\x83\x13\x9c\x63\x95\xa6\xe2\x48\x30\x7b\x89\xf8\x61\xfe\x8a\x23\xf1\x15\x90\xe4\x1f\x8b\x23\x51\x7c\xbb\xcd\x76\x15\x47\xa2\xf8\xd4\x39\xfc\x98\x43\x61\xa0\xcb\x0d\x2b\x0e\x85\x81\x2e\x7b\x54\x1c\x8a\x42\x1a\xf7\xf7\x97\x0e\x85\x1a\x36\xdd\xb0\x69\x13\x0f\x1e\x1e\x01\xc5\xd1\x29\x5f\xed\x2e\x9a\x1c\x1d\xea\x4e\x92\x13\x97\xbf\xe2\xe8\x14\x47\xc7\x7f\x74\x74\x58\xdf\xa0\x57\xbf\xe8\xe8\x14\x9f\xc1\xfc\x47\x47\xa7\x38\x3a\x8b\x26\x0f\x9d\xe2\xa1\xc3\x46\x54\x47\xa7\x92\x51\x3d\x3c\xe8\xaa\xc3\x53\x19\x1e\x0f\xba\xea\xf0\x54\x0e\x94\xca\x21\x50\x1d\x1d\x56\x20\xef\x85\xdf\xaf\x8e\x4e\xf5\x1c\xb6\xc9\xa1\xa8\x78\xbf\xc3\x5a\xed\x37\x73\xad\xe6\x60\x5b\xab\x9d\x64\xe9\xf2\xc1\xf2\x28\xf9\x6b\xee\x4a\x56\x42\x98\x0e\x62\x73\x63\x37\x46\x0d\x9b\xdc\xd6\xc6\xeb\x64\x07\xb1\xb9\xad\xac\x49\x3e\x3d\x2c\x9a\xdb\xda\xdc\x93\x74\xbc\xb9\xad\x2c\xa1\x30\x1d\x8b\xe6\x9e\x24\xf1\x6f\x7a\x6c\x36\x37\x9f\xf9\x56\xd3\xe3\xbc\xb9\xf9\x2c\x52\x3e\xdd\x47\xcd\xdd\xe6\xdc\x2a\x66\x56\xe4\xaf\xb9\x93\x9c\x48\xe5\x61\xd7\xdc\x49\x4e\xa4\x72\xc4\xba\x9d\x74\xd6\xd4\xd7\x64\x8f\x7a\xb1\xce\x0e\x3f\xd6\xed\x92\xeb\x2a\x38\xb0\xdd\x2e\x61\x74\xd3\xab\x57\xb7\x4b\xce\x9a\xf2\xc2\xd3\x3d\xec\x3a\x49\xd6\xd3\x2f\xba\xfd\x9d\xb9\xd4\x1e\xc2\xdd\xed\xef\xbc\x0e\x0f\xf6\x6e\x77\x8f\x74\xde\xef\x7b\xce\x77\x37\x9f\x42\x91\x35\xe8\x78\xf7\x18\xeb\xbe\x23\x60\xb7\x75\x8f\xb1\x4e\x8e\xbb\xc7\x6b\xda\x23\x24\x6f\x7a\xf0\xa4\x1d\xda\x28\xc5\x43\x2c\xed\x50\xba\xe6\x20\x3b\x24\xed\x50\xd2\x21\x4f\x9a\x74\x1f\x25\x8f\xf9\x8b\x3e\xa6\xfb\xe8\xd3\x3e\x46\x3a\xed\x36\xd1\xb5\xe9\xb5\x28\xed\x36\x26\x58\xbe\x8d\xb0\xdb\xc4\xd6\xa6\x87\x7e\xda\x6d\x0a\x3c\x4e\xaf\x0c\xe9\x8e\x24\xb4\x36\x3d\xdb\xd2\x91\x48\xa2\x00\xdf\xcf\x3b\x12\x4c\xc8\xe2\x75\x46\xfe\xd2\x91\xd8\x28\xc5\xc3\x69\xb8\xbb\xcd\x33\x74\x0f\x0d\x07\x87\x48\xdb\xf4\x72\x3e\xec\x36\xab\x32\xb4\xe5\x11\x3c\xec\xe4\x30\x35\xd3\x3d\x39\xfc\xcf\xf1\xbd\xe0\xb2\xcd\x3f\x1d\x4c\x8b\x77\x7c\xa6\x7f\x3a\x79\x6b\x13\x74\x73\x7a\x22\x4d\x4f\x24\xbe\x38\xdd\x23\x93\xb7\x36\x85\x0e\x4c\xf7\xc8\x24\xb5\xdf\xcd\x98\x6e\xda\x64\x8f\x78\xc3\x98\xee\x91\xa9\xcd\xb0\x93\xa6\x1b\x3b\xd9\x23\x5e\x12\xa7\x7b\x64\x12\x84\x09\xba\x39\xdd\x23\x13\x9b\x59\xec\x91\xe9\x1e\x99\xe4\x96\x2f\x3f\xe5\xf0\x6f\x94\xe2\x65\x6c\x3a\xfc\xd3\xe1\xff\x7f\x51\xce\xdf\x74\xa4\x28\xf3\x58\x3d\xdc\x96\xa3\xb2\x48\xb1\x5e\x36\xb9\x2b\x36\x46\x0d\x7a\xb2\x1c\x82\xe5\x10\xd8\xe4\x10\x6c\x8c\x5a\xd8\xec\xe5\x10\x2c\x26\x3c\x78\xb3\x5d\x0e\xc1\x72\x08\x18\xbb\x65\xe7\x16\xf3\x35\x3c\xb6\x96\x87\x1b\xf6\x56\xbd\x25\x2f\xfb\xbb\x08\x3a\x79\x7a\x2e\xfb\xbb\x38\xf1\x0a\x83\xbe\xec\x10\x19\x83\x49\x8c\x31\x7f\xcb\x5d\xbf\x3c\xde\x18\xf5\xc3\x4e\x6a\x74\x8b\xdf\x3f\xec\xe4\x61\x27\xfd\x94\xbb\xfe\x20\x95\xc2\x63\xf7\xb0\xdf\x4a\x5e\xf5\xba\x7a\xd8\xa5\xc3\x05\x40\x93\xc1\x38\xdc\xad\x07\x92\xba\xe8\xe6\xe9\x7f\x6e\x8c\xe5\xb5\xf0\xf4\x70\x23\xf8\xb5\x7e\xec\xc3\xd3\xcd\xa0\x70\x22\x05\x04\xf2\x77\xba\x19\xa7\xb7\xe0\xc6\xef\x9f\x6e\x07\x45\x24\xd2\x03\xe2\x74\xfc\x09\x88\x11\xb7\xc9\xdf\xe9\xf8\x6f\xd4\xf0\x71\xe1\x74\x63\x37\xc6\xf2\x62\x75\xba\xad\xc4\xc8\x78\x31\x9e\xbf\xd3\x43\x70\x63\x7e\xd7\xed\xd3\xbd\xc4\x3a\xe8\xeb\xfb\x79\xf7\xd2\x46\x19\xdf\xa7\xdc\x4b\x1b\x65\xfc\xdc\x7c\xf7\xd2\xc9\x3c\x53\xcf\x83\xd3\xbd\x74\x92\x31\xb2\xec\xb7\x3b\x89\x55\xd0\x97\x17\xab\xcb\x01\xa3\x6c\xc5\xf2\xd4\xb8\x1c\xb0\x8d\xd9\xdd\x49\x97\xa3\x83\xa4\x2d\xef\x7d\x97\x83\xb3\x31\x99\xfe\x96\xbf\xcb\xc1\xb1\x44\x85\xff\x78\x39\x38\x94\xa8\xe0\xd5\x5c\xfe\x2e\x07\x87\x12\x15\x84\x03\xf2\x77\x39\x38\x1b\x63\x39\x38\x97\x83\x73\x91\xf9\xfd\xfd\x96\x83\x73\x31\x38\xde\x28\x2e\x07\x87\xd5\xd1\x73\xb9\xa9\x0e\xce\xc6\xec\x0e\xe1\xe5\xe0\x6c\x8c\xf5\x75\xc8\xc1\xa1\x90\x45\x77\x08\x2f\x07\x87\x05\xd3\x97\x1d\xba\x1d\x89\x9b\x39\xde\x9e\x5a\xb7\x23\xb1\x8d\x6f\xac\x1f\x1b\x71\xdb\xed\xdb\x63\x82\x9f\xbf\xed\xa3\xe5\x28\x96\x4f\x1e\xb7\x9d\xbc\x3d\x02\xfc\x7d\x3b\xb9\x31\x96\xa3\x73\xdb\xc9\x8d\x32\x3c\x5a\x6f\x3b\xb9\x31\x96\x03\x76\xdb\xc9\xdb\x23\xc0\xad\xb0\x93\x37\x9d\xfc\x71\x49\xb9\xed\x24\xa1\xb3\x3e\x3d\x77\x6f\x7b\xc9\x42\xeb\xc3\x8f\x3d\x1e\x02\x0f\x79\x44\x8d\xed\x7f\xec\xf8\x63\xc7\xf9\xfd\xc7\x73\x66\x63\x76\xff\xf2\x71\x2c\x58\x0e\xa1\x0f\x6f\x32\x8f\x87\xc5\xe3\xf8\xf8\x63\x1e\x03\x0f\x11\x63\x2f\x76\x8f\xe3\x43\xe0\xac\x7f\x67\xdb\xe3\xf8\x10\x38\xeb\xc3\x8b\xed\xe3\x00\x39\xf3\xac\x7a\x0d\x79\xdd\xdc\x97\xcd\xed\x74\xea\x75\x73\x5f\x36\xb7\x33\xb4\xaf\x9b\xfb\xba\xb9\x0c\xed\xeb\xe6\xbe\xd4\x46\xf5\x60\x79\xdd\xda\x97\xc8\x72\xa7\x53\xaf\x7b\x93\xe5\xd1\xbb\xa3\xfd\xda\x81\x97\x33\xbc\xfb\x5b\x76\xe0\x25\xb2\x3c\xfc\xa2\xdb\xbf\x31\xbb\x87\xe7\xeb\xe6\xbf\xbc\xac\xb6\xe7\xaf\xfb\xd7\x35\xea\xec\xf8\xeb\xfe\x7d\xa9\x12\xd1\x39\xca\x5e\xf7\xef\xcb\x41\xec\x89\xfa\xba\x7f\x71\xc8\x2c\x5e\x8d\x5e\x77\xf0\xcb\x51\xec\x69\xf9\xba\x7f\x37\x26\x2f\x3f\x33\xf4\x4a\x50\x49\xbf\xcc\x20\xb6\x26\x6a\x5f\x36\x55\x9b\x2a\xbf\x95\x34\x35\x9b\x38\xc5\xb9\x2b\x07\xc1\x35\x31\x99\x82\x9a\x41\x3e\xa4\xa8\x94\x9d\xca\x20\xde\x26\xa2\x13\xa0\xcd\x20\xe0\x26\x2a\xc5\xeb\x32\xb4\x5b\x50\x99\xa3\x91\xa1\xbe\x82\xc9\x9c\xdd\x0c\xf5\x15\x4c\x5e\x66\x64\xa8\xaf\x20\x3a\x81\x81\x0c\xfd\x15\xd4\xfc\xc3\x0b\xec\x0c\xf5\x16\x54\xa6\x75\x64\xa8\xb7\xa0\x76\x9e\x0a\x42\xbd\x05\x93\x97\xc2\x19\xba\x2c\xa8\xa4\xa4\x65\xe8\xb2\x60\x92\x41\x99\xa1\xcb\x82\xc9\xc4\xe2\x0c\x5d\x16\x54\x66\xa0\x64\xe8\xb2\x60\x76\x47\x2f\x1c\xa9\xf0\x40\x62\x0c\x74\x59\x10\x86\x3e\x33\x94\x59\x50\xfb\xf2\x2f\x1d\xaa\x60\x6d\x63\x0e\x91\x50\x66\x41\xa5\xc8\x46\x86\x32\x0b\x66\xff\x7e\xcb\x7e\x87\xfd\xde\x07\x52\xe8\xa4\xa0\x32\xd9\x35\x43\xb3\x04\x95\xba\x82\x19\x9a\x25\x58\xd3\xa1\xd0\x2c\xc1\xe2\x2d\x49\x86\x1a\x09\x16\x41\x80\x0c\x35\x12\xac\xe9\x41\xa9\x33\x82\xc5\x4b\xb1\x0c\x9d\x11\x2c\x5e\xe8\x64\x54\xf7\x47\xb5\x76\xa9\xbf\xaf\x33\x82\xc5\x8b\xbf\x0c\x05\x11\xd4\x74\xf4\xab\x43\x5d\x49\x10\xc1\x17\x42\x41\x04\x35\x3d\x9c\xb5\x41\xb0\x14\xc4\xa8\x0e\x18\x8b\x17\x8c\xf5\xb5\xb9\xb1\x1b\x95\x72\x8f\x19\xd5\x8d\xad\x54\x12\x72\xef\xaa\x91\x61\x1c\x10\x8d\x0c\x35\x12\x2c\xea\xee\x67\xa8\x91\x20\x72\x70\x81\x09\xa5\x11\x54\xaa\x53\x66\x28\x8d\x60\x11\x24\xc9\x50\x1a\xc1\xe2\xf5\x66\x86\xd2\x08\x1a\x05\x5f\x32\x9a\x3b\xa9\x79\xea\x31\x62\x7a\x64\x98\xb4\x39\x6c\xb2\xe3\x8d\xbc\xc6\xee\x6f\xb9\x93\x48\xda\xa4\x42\x64\x86\x1a\x09\x2a\x75\x29\x33\x9a\x43\xd1\x1c\x0a\xbf\xe8\x50\x98\xb4\x89\xc0\x85\xb2\x09\xf6\x35\x81\x8f\x69\x9b\x61\x22\x67\x32\x3c\x9a\x25\x58\x04\x7e\x33\x34\x4b\xd0\x98\x02\x93\xd1\xed\x77\xe7\xc5\xb7\xbb\x52\xd9\x04\xed\xe7\x18\x2a\x9b\x20\x52\x65\x0f\x6d\x13\xb4\x9f\x27\xbd\xb6\x09\x16\xc1\x9b\x8c\x6e\xc7\xbb\x39\x0b\xee\x71\x0d\x14\x34\x66\xdd\x64\x68\xa0\x60\x91\xb2\x9c\xa1\x81\x82\x46\xe6\x5e\x46\xda\x73\xd2\x39\xe7\xb0\x9b\xe9\x51\x90\x1c\x05\xee\x4b\x45\x35\xcc\xdd\xe4\x5e\x14\x5a\x29\xd8\x07\x06\x5b\xab\x96\x82\xe5\x3b\x8d\x50\x4b\x41\xfc\xa8\x9b\x95\xa1\x97\x82\xd6\xbc\x6a\xea\xa5\xa0\x32\x1b\x2d\x43\x09\x05\x4b\x8f\x0f\x25\x14\x34\xf2\x31\x33\x94\x50\xb0\x48\x91\xcb\xd0\x38\x41\xa3\xc6\x48\x86\xc6\x09\x22\x35\x85\x50\x39\x41\x23\x5a\x93\x31\xec\xf9\xf0\xf8\x67\xc3\xb4\x50\xb0\x48\xe7\xcb\x18\x5e\x7d\x86\x47\x06\xbf\x3f\x1c\x0c\x32\x3e\x49\xe2\xc8\xd0\x55\xc3\x92\x8a\xde\x40\x86\x63\xb1\xd1\x9a\xf7\x2c\xed\x15\x34\xe6\x0f\x65\x0c\x8f\x8c\xf1\x05\xd0\xdd\x30\xc7\xc2\x29\x71\xc3\x8f\xd9\xf1\x41\xdd\xac\xe2\xef\x7b\x14\x90\xe4\x99\x0a\x6d\xa8\xc2\xa0\x11\xe9\xc8\x50\x7b\xc3\x09\x70\xd8\x4a\xa8\xbd\x60\xef\x4c\x3a\x30\xed\xf9\x24\x1d\x09\xdf\x0a\x55\x18\xec\x4d\xe3\x0f\x54\x5a\x10\x39\x1c\x34\x05\x16\xc4\xaf\x79\xbc\x68\xb0\xa0\xb1\x5a\x50\xc6\x74\x77\xce\x2f\x2f\xcb\xbf\xb0\x5b\x16\x29\xf9\x7d\x9f\xb3\x5f\xd3\x74\x65\x8f\x65\xc5\x15\x34\xe6\x94\x65\x28\xae\xa0\x31\xa5\x2c\x63\xd9\xaf\xc5\x2a\xd3\x5e\x8f\x75\xd9\xf8\x26\xc1\x79\x75\x5f\xf6\xeb\x9b\x04\xd7\xff\x3f\xf5\x2b\x43\xff\x0d\xe7\xc8\x55\x7f\xc5\x3d\xce\x1c\xb9\xce\x5c\xc6\x0c\x05\x38\x5c\x71\xf0\xe7\xc9\xb4\x3c\xd6\x2d\xbf\xb8\xaa\x5b\xe5\x88\x59\x7f\x71\x7d\x1b\xef\x88\x2d\x32\xd9\xaa\x5f\x75\xc4\x96\x23\xe6\x79\xa2\x17\x83\x6d\xa4\x7e\xce\x11\x73\x21\xc2\x9f\xd7\x08\x2d\x38\xbe\x79\x73\x1e\x91\x87\xe3\xf3\xcd\x91\xf3\x8a\xaf\x07\xc7\x37\x47\xce\x63\x52\xeb\x05\x8d\x7c\xf1\x0c\xa5\x17\x34\x66\xdc\x65\xe8\xbc\xf1\xcd\x90\xf3\x94\x3d\xec\x18\xeb\xa6\x0f\xef\x32\x87\xfd\x3a\x9c\x0f\xe8\xc1\x76\xd8\xb1\x83\x33\xdb\x21\x39\xec\xd7\xc1\x01\x5e\xfd\x31\xbb\x75\x78\x20\x78\x21\x3d\x3c\x10\x0e\x0f\x04\x7f\xcc\x9e\x7e\x2b\xa9\x7b\x69\x52\xbe\xc1\x6e\xa3\xa7\xda\x77\x7c\x2b\xa9\x7b\x57\x54\xbf\x41\x1b\xde\x1d\xd4\x6f\xb0\x07\x89\x8d\x53\xbf\xe3\x9b\x11\xe7\x6d\x5d\xff\x0e\x67\xc4\xa5\x8f\xa9\x0a\x38\x68\xac\x91\x96\xa1\x80\x83\x7d\xc7\xb6\xcd\x91\x3b\x1d\x39\x87\x49\x05\x0f\x67\xc4\xd5\xe6\xdf\x3a\x74\xdf\x62\xed\xdf\xe6\x39\x4e\xe7\x97\xe1\xee\xef\x39\x28\x2e\xc2\x3e\xdd\x3a\x07\xe5\x5b\x84\xdd\x73\x41\xc1\x06\xd1\x96\xd7\x40\x0d\x1b\xec\xcf\x31\x50\x97\x83\xb2\xd1\x7f\x5e\xd7\xb5\x6e\xb0\xff\x95\x31\xd6\xb1\xc1\x1e\x14\xb6\x44\xc9\x8e\x6f\xb5\x76\x9f\x9c\xb4\x6c\xd0\xbf\x83\x53\xcb\x06\x8d\x25\xc7\x32\xb4\x6c\xd0\x7f\xde\xfa\xb4\x6c\xd0\x58\xaa\x2e\x43\xcb\x06\xfd\x3b\xbf\xb4\xec\xb8\xbe\x4b\x08\x87\xa6\x9a\x0d\xda\xf0\x1c\xd1\xa9\xc3\xb5\x08\x96\xbb\xf0\x76\x40\xbe\xdc\x57\x2f\xe4\x5a\x75\xb8\x3e\xc1\xf0\x16\x70\xdb\x2b\x56\x5e\x2f\x3f\x1f\x05\x74\x68\x10\xe5\xe7\x85\x50\x63\x06\xd1\x94\xa5\xd0\x7c\x41\x44\x7a\x7f\xd2\x7c\xc1\xfe\x2e\x6d\xaa\x2f\xd8\x23\xcc\xb6\x28\xba\x60\xdf\xc7\x18\x75\x4d\x17\xf4\xea\x3e\x54\x74\xc1\xfe\x0b\x46\xe0\x71\xe7\x98\x37\x9a\xde\x02\xb5\x5f\xd0\xbf\xf3\x55\xfb\x8d\xe7\x9b\xae\xe9\xcf\xd9\x33\xd3\x46\xd3\x1b\xb6\xf6\x0b\xf6\x08\xf8\x17\xf6\xf6\xb1\x6c\x97\x37\xe3\xc7\xfd\x43\x08\xb5\xfc\x1c\xd1\xc7\x9d\xf1\x7c\xf3\x2f\x38\x00\x34\x67\xb0\xdb\xf8\x5f\xd5\x19\xec\x36\x46\x5e\x77\x06\x5d\xd5\x0f\xad\x18\xf4\x4f\x66\xb4\x62\xd0\x7d\x01\x14\x5a\x31\xe8\xbe\x55\x09\xad\x18\xf4\xf4\x2e\xa5\x15\x83\x28\xdf\x53\x8d\x5a\x0c\x7a\x7a\xcd\x55\x8b\x41\x94\xef\xea\xa7\x17\x83\x3e\x9a\xff\x69\x47\xf1\xe2\xfa\xf3\x19\x5e\x2f\x06\xae\x9e\x9a\xa1\x17\x83\x6e\x08\xac\xe8\xc5\xa0\x1b\x5e\x29\x7a\x31\x88\x5a\xb9\x20\x16\xc5\xb8\x90\x62\x5a\x29\x6e\x94\x45\xc1\x05\x51\x3d\x6e\x8a\x82\x0b\x06\x87\x43\xd1\x6f\x41\xfa\x48\x5a\xf4\x5b\x60\x90\xa7\xe8\xb2\x65\x7b\xab\x17\xaa\xa2\x97\x82\xc5\xd9\x56\x74\x50\xb0\x38\xbd\x8b\x11\x56\x10\x2c\xf8\x98\x45\x2b\x05\xc1\xe2\x7b\x59\x54\xd0\xe2\x84\xc0\x66\x53\xb7\xc9\x70\xaa\xbf\x95\x36\x19\x4e\x65\x68\xf4\x4d\x30\x3c\xde\x8b\xba\x59\x28\xb3\x32\x22\xfe\xff\xf6\x5d\x94\x4a\x50\x99\xcc\x95\xc5\x08\x29\x58\xdf\x36\x1a\x21\x2d\x65\xcb\x74\x86\x9f\x72\xc4\x0b\x85\x1a\xb8\xa0\x17\xa3\xa1\x60\x85\x9b\x6d\x34\x14\xac\x70\xb3\x15\x54\xb0\x8c\x54\x15\x6d\x14\x2c\x23\x6d\xc5\x38\x27\x68\x4c\xbe\xce\xa2\xa0\x82\xf5\x1d\x0a\x0a\x2a\x88\xb1\xbe\xb6\xdb\xb6\xef\x21\xa9\xd1\xe6\xde\x2a\xdc\x1b\x79\x20\x29\x2a\x2a\x68\xac\x26\x99\x45\x43\x05\xdd\xab\x76\x31\xaa\x09\x7a\xe5\x41\xbb\x28\xad\xa0\x7b\xc3\x2b\x4a\x2b\x20\x1d\x31\x8b\xce\x0a\x62\x18\x65\x29\x46\x35\xc1\xbe\x66\xf9\x39\xbb\x59\x49\x4d\x70\xac\x15\x59\x90\x9d\x67\xc1\xa2\xc7\x82\x68\xdf\xb6\xba\xdf\x28\x19\xd9\xfc\x7d\x3d\x16\x04\x85\x4a\xb2\xe8\xb1\x20\xa8\x87\x90\x45\x8f\x2d\x8d\x40\xe1\xf7\x29\x37\x7f\x63\x7c\x9d\x54\x50\x41\x61\xcd\xe5\x2c\x0a\x2a\x28\xe4\x4f\x67\x51\x50\x41\x65\x56\x61\x16\x03\x9d\x60\x92\x62\x92\x45\x67\x05\xe3\x6b\x71\xb7\x51\xc1\x7f\x50\x2f\x34\x8b\xce\x0a\x28\x10\x94\x45\x65\x05\xe4\x3f\x66\x51\x4f\x41\xaa\x12\xa5\xdb\x43\xaa\x9b\x54\x5b\xec\x20\xc5\x4d\xbc\x10\x18\x1b\x2d\x5b\x57\x8d\xf6\x16\x3d\x14\x2c\x1e\x1e\x8a\x1a\x0a\xac\x3a\x99\x45\x0b\x05\xc9\xfc\x92\x2c\x5a\x68\xd1\x42\xe9\xaf\x12\x0a\x32\xbe\xad\x74\xbb\x09\x79\x52\x09\x26\x8b\x76\x09\x92\x29\x66\x59\x94\x4b\x90\x4c\xdc\xcc\xa2\x5c\x82\x0c\xf7\x83\x51\xd0\x62\x35\x49\xb6\x4a\xdd\x04\xc9\xb4\xe9\x2c\xda\x26\xc8\xf0\x82\xa5\x6d\x82\x0c\xaf\x0d\x9a\x25\x88\xf4\xc5\x56\x31\x4c\x09\x82\xd2\xfd\x59\x94\xc6\xf2\xcd\x09\xa4\xd7\x4a\x23\x88\xc2\xbb\x83\xa2\x33\x82\xa4\x8c\x58\x16\x9d\x11\x64\xf1\xc0\xd2\x19\x41\xd6\xef\x8b\x76\x68\xf0\xb8\xc4\x4b\xcd\xa2\x33\x82\xa4\xa6\x57\x16\x05\x11\x44\x78\xc0\x2b\x88\x20\xcb\xf7\x45\xf7\x99\x09\xa9\xbc\xb9\x2d\xfa\x21\x48\x2a\x85\x66\x19\xee\x33\x2a\x53\x16\xfb\xa8\x32\x82\x88\x6f\xeb\x1d\x09\x52\x54\x29\x3f\x96\x45\x63\x04\x41\xc5\xf2\x2c\xc6\x4e\x8b\x29\xaa\xfe\x96\x12\x09\x22\x3c\x11\x95\x48\xf0\xbd\x04\x2e\x3a\x64\xb1\x08\x3f\xf3\xef\xb2\x28\x91\x20\x8b\xb7\x07\xe3\xa9\x20\xbe\x8b\xaa\xf1\xd4\x62\x7d\x4c\x8a\x99\xed\x0f\xdb\xe6\x53\x97\xdf\x74\x78\xa6\xc3\xc3\x88\x19\x50\x2d\x4e\x1f\x74\x78\xf4\x51\x10\xe1\x3e\x52\x47\x8b\xd3\x07\x1d\x31\xd5\xb3\x38\x57\xf0\xdb\x0a\xc7\xc2\x62\x98\x5e\xc7\xb5\x4c\xb0\x1f\xcb\xf9\xa6\x9a\x09\x82\xaa\xac\xfb\x48\xb0\x89\x3b\x9e\x03\xab\x65\x82\xa0\xea\xeb\xde\x55\x36\x91\xee\xe5\x28\x6a\x91\x20\xa8\xfb\xbc\xc7\xd2\x26\x0e\x0b\x6f\x30\x46\x51\x41\x7c\x37\x18\xb5\x12\x44\xf1\x78\x52\x03\x8b\x95\xf8\x7f\x5e\x7a\x55\x39\x10\x8d\x34\xef\x2c\x87\x7f\xc0\x74\xc1\x34\xc6\x5d\x94\x39\x10\xbe\xed\x2e\xba\x1c\xc8\xee\xcd\x49\x97\x2b\x16\x9a\xec\x7e\xd1\x03\xcf\x5a\x27\xbf\xf2\x87\x9b\xb1\xa6\x57\x5c\x51\xfe\xfb\x77\xb7\xdc\x3a\x94\xcd\x7f\x77\x5f\x50\x87\x92\x84\xfe\x2c\x8a\x1e\xc8\xee\x43\x8c\x9e\x57\xac\x43\x89\x5b\x16\x35\xaf\x98\xc4\x1a\x7e\xca\x5d\x71\x92\xb5\xc3\x53\x5e\xd1\xe8\x40\x76\xde\xba\x14\x85\x0e\x84\x21\x8c\xa2\xcf\x15\x4b\x53\xf2\xc8\x58\x74\x37\x90\xdd\x47\x09\xd5\xad\xb8\x74\xbc\x3b\xdf\x50\x29\xc8\xee\x35\x5c\x71\x03\x61\xbc\xa2\x18\x2a\x05\xe1\x1b\xf7\xa2\xca\x81\xa4\x22\x47\x16\x55\x0e\x44\xf3\x08\xd7\xd0\x40\x34\x2f\x13\x1a\x1a\x88\xee\x3b\x9d\x62\x60\x14\x44\xf3\x14\x55\xda\x40\xe4\xf0\xc6\xae\xb4\x81\x30\x50\x53\x74\x36\x10\x46\x90\x8a\xce\x06\xc2\x30\x56\xd1\xd9\x40\x34\xcf\x2a\x9d\x0d\x64\xf7\x70\xd3\xd9\x40\xf8\xc0\x5e\x74\x36\x10\x06\x4d\x8a\xca\x06\x42\x75\x2a\x46\x46\x8b\x4b\xca\x79\x38\x6b\x71\xc5\xf2\x98\xfe\xa3\x12\x07\xc2\x28\x59\x31\x58\x0a\xb2\x7b\x0f\xb8\x1d\x31\xaa\x63\x1a\xe1\x2e\x9a\x5e\x61\x51\x78\x15\xa1\x18\x3f\x2d\x96\xf8\x1f\xde\x8a\x94\xbf\x72\x3b\x14\x0c\x98\xee\x07\xc2\xb0\x48\x31\x7e\x0a\xc2\xa8\x4b\xd1\x06\x41\x18\xbc\x2e\xc6\x4f\x41\x18\x11\x2e\xc6\x4f\x41\xf8\x16\xa9\xa8\x87\xc5\x04\xd9\xe6\xe8\xeb\x73\xe5\xab\x8f\xe9\x5d\x59\xd9\x02\x69\x86\x41\x79\xfc\xb5\x87\x5f\xf3\x80\x55\xbf\x40\x4c\x2f\x60\x8f\x03\x8b\x91\x4d\x1f\xbe\x1e\xff\x93\x09\x7f\xd3\x33\x5b\x47\x03\x69\x90\xbb\xa8\x68\x20\xa6\x03\xab\xa1\x81\x51\x7d\xa4\x30\xba\x09\x0a\xcb\x9e\x64\x31\xba\x09\x62\x7a\x36\xeb\x71\xc5\xc5\xd5\x3d\xac\xf5\x38\x90\x46\x6c\x8b\x1e\x57\xac\xb2\xe2\xf9\xa0\xc7\x81\x34\x3a\x5e\xf4\x38\x90\x26\x2b\x14\x35\x0e\xa4\xb9\x16\x45\x8d\x03\x69\x2e\x44\xd1\xe2\x40\xcc\x6f\x53\x1d\xaf\xd7\xf1\x72\xbb\x1c\x2f\xd6\x6d\x9b\x1e\xd4\x4a\x1c\x28\xd4\x6f\xdf\xb7\xfe\xdd\x04\xd2\x10\x7a\x55\xe2\x40\xcc\xef\x53\xc5\x26\x92\xc0\xba\x9f\xaa\x36\xf9\xb0\xba\x68\x1a\x36\xd1\x6d\x2e\x4f\x55\xa9\x03\x85\x25\x61\xb2\x6a\x75\x20\x28\x09\x91\xd5\x10\x25\x48\x33\x87\xaa\x5a\x07\x72\x71\x9c\x57\x23\x94\x20\x99\xf4\x90\x55\xd5\x03\x69\xfa\x52\x35\x04\x09\xd2\x04\x83\xaa\xfe\x81\xc1\x02\x54\x59\xf5\x3f\x10\xcc\x26\xcb\x6a\x08\xb2\x22\x7b\x26\x00\x54\x65\x0f\xa4\x99\x03\x55\xd9\x03\x41\xb1\xb6\xac\xc6\x1b\xc1\xbe\xdb\xf2\x63\xc6\xf5\x40\xa1\x08\x4d\x56\x4d\xaa\x5a\x40\x85\xbd\x56\x35\xa9\x6a\x01\x15\x2e\xb8\x55\x6d\x02\x2e\x3e\x99\x55\x6b\x02\xa3\x36\x7f\xcb\x7e\x5b\x53\xe5\xb7\xfc\x98\x1d\x2f\xee\x5c\xc6\xc2\xfc\x50\xb0\x2f\x75\x7c\x55\x93\x02\x63\x71\x19\xa8\x9a\x54\x75\xce\x1f\xa7\x51\xd5\xa4\xc0\xbf\x2e\x99\x1f\x0a\x22\x4d\x1c\xa8\xda\x15\xb0\x6e\x71\x56\xf5\x0a\xec\xff\xf4\x0f\x1c\x0d\x26\x02\x56\x4e\xa4\xaa\x71\x81\x51\xab\x5b\xe6\x68\x54\x52\xac\xfe\xf2\x82\xbb\x1a\x6b\x04\x63\x35\xb7\xc8\xf1\xab\x8c\x9f\x47\x97\xd6\x06\x4a\xf1\xe0\xd5\xda\x40\x29\x6e\xa3\x8a\x06\x46\xf5\x53\x2a\x5a\x35\x63\xd5\x83\x57\x45\x03\xa5\x38\x06\x66\xac\x02\x4b\xb6\x66\x35\xf8\x58\x1b\x59\x66\xd5\x2f\x3a\x52\x2c\x93\x5e\x1c\x63\x45\x0e\x8c\xfa\xfd\x96\x03\xd5\x1c\x28\x7f\xcb\x81\x62\x99\x74\xea\xa6\x67\x55\xe4\x80\x85\x00\xb2\x2a\x72\x60\x54\x47\x42\x93\x03\x85\x7a\x14\x59\x15\x39\x50\x28\x3e\x91\x55\x93\x03\x85\xf5\x1b\xb2\x1a\x7c\x04\x85\xba\xe9\x59\xb5\xbb\x6a\xa6\xab\xa7\x8b\x76\x07\x46\x75\xbb\x8c\x3d\x82\x51\x1d\x55\x63\x8f\xd5\xac\x56\x0f\x40\x63\x8f\x60\x50\xd0\x2b\x6b\x77\x24\xba\x23\xe1\xcf\x3b\x12\x2c\x9c\x5e\xdd\x2e\x3d\x10\x8c\xea\x01\xae\x07\x56\x73\x5f\xdd\x54\x25\xac\x1a\xf3\x33\x5d\xb0\x6a\x61\x60\x2c\xee\x86\xd5\xf8\x1e\x28\xbe\x6e\xaa\x5a\x18\x28\xc3\x61\x35\xef\x14\x94\xe1\xb0\x1a\xdf\x03\x65\x60\x82\xd5\xf8\x1e\xd8\x37\x60\x37\xc3\xa1\x66\x15\xf1\xe5\x99\xa1\xbe\x81\x61\xf8\xa4\xaa\x6f\x60\x2c\x7f\x4c\x7d\x03\xe3\x3b\x7d\xd4\x37\x50\xd4\xed\xaa\xbe\x81\x42\x41\x95\xac\x06\xf3\xc0\x30\xef\xb4\xea\x6a\xa0\x1a\xb1\xaf\xba\x1a\x28\xcc\x17\xca\x3a\xec\xf7\x20\x7b\xcc\x53\x46\x7d\x03\x31\xbe\x1d\xae\xbf\x81\x32\xbe\x8f\x39\x16\x83\xb1\xf0\x24\xd6\xdf\xc0\x58\xc4\x9c\xaa\xfe\x06\xc6\x72\xa8\x95\x35\xb0\xcd\x89\xa3\x47\x5b\x03\x65\xf8\x4d\x6d\x0d\x8c\xe5\x09\xa8\xad\x81\xb1\xdc\x7e\x65\x0d\x94\xe1\x0e\x57\xd6\x40\x19\x5e\xf1\x95\x35\x30\x96\x97\x5f\xc5\x0c\x8c\x55\xfd\x2d\xc7\x62\x72\x0c\xb8\x8f\x14\x33\x50\x06\x56\x5f\x15\x33\x30\x4c\xdd\xad\xc6\x09\xab\x25\x2f\x59\x72\x33\xab\xb2\x06\x2a\x65\x9c\xb2\x1a\x26\x04\x63\x79\x58\xeb\x6f\x60\x18\xdf\xa8\xd3\xe1\x99\x24\x99\x79\x49\x51\xe9\xc0\x58\xf6\x48\xa3\x03\x63\x79\x8d\xd6\xe8\x40\x19\x1e\x75\xea\x1b\x98\x4e\x2e\xa8\xba\x1a\x28\xc3\x5b\x80\xae\x06\xc6\xb2\x93\xba\x1a\x28\xbe\x3a\xab\x46\x00\x41\x31\x5f\xad\x1a\xed\x03\x65\xb8\xf5\x06\xfb\xc0\x58\xd5\xed\xb2\xdb\xcb\x43\xc0\x26\xbb\xbd\xec\xb6\xbf\x65\xb7\x99\xd5\xb8\x3c\x01\xcd\x81\x05\x85\x85\x31\xb2\x1a\x0f\x04\x65\x78\x9c\x1b\x0e\x04\x65\x78\x7e\x9b\x16\x0b\x2a\xc5\xb1\xb2\x6a\x95\x60\x2c\x8f\xd6\xc3\x83\xe2\x20\xf5\xd0\x1d\x69\xcc\x10\x14\x0a\xe9\x65\x55\x33\x41\x19\x1e\x27\x6a\x26\x28\xc3\x0e\xa9\x99\xa0\xf8\x32\xad\xaa\x99\x60\x2c\x8f\x4c\x3d\x12\x94\xe1\xe0\xe8\x91\x60\x2c\xf7\x90\x1e\x09\xc6\xf2\x00\xd0\x23\xc1\x30\x20\x5b\xf5\x48\x30\x9d\xa1\x53\xf5\x48\x30\x9d\xcf\x52\x15\x3d\xb0\x05\x9b\x4e\xea\x70\x60\x2c\xf7\xad\x0e\x07\xa6\x53\x9a\xaa\xa1\x37\x50\x23\xff\x7f\x7d\x8b\xac\x06\xe6\x40\xcc\x1f\xce\x5f\xd5\x3e\x30\x95\xd6\xaa\xf6\x81\xe9\x6c\xa3\xaa\xf5\x55\xd3\x61\x3d\x98\xb5\xbe\x6a\x8d\x1a\x5e\x3c\x54\xa5\x0f\x54\x0a\xd2\x64\x55\xfa\xc0\x54\x9b\xaa\xd2\x07\xa6\x02\x5c\x95\x3e\x50\xa9\x3e\x93\x55\xe9\x03\xd3\x09\x48\x55\xe9\x03\xd3\x37\x05\x55\xe9\xab\xa6\xc3\x7a\x93\x56\xfa\x40\xa5\x38\x41\x56\xa5\xaf\x9a\x0e\xeb\x8e\x56\xfa\x40\xa5\xc2\x4e\x56\xa5\xaf\xba\xd4\x1b\xd1\xc2\xaa\xf4\x81\xed\x94\xfc\xbe\xd6\x57\x5d\xeb\x6d\xd8\xe4\x80\xdd\x0c\x98\x37\x05\xad\x0f\x4c\xe7\x9b\x55\xa5\x0f\x54\xe6\xe3\x67\x35\x91\x16\x4c\x5f\x48\x54\x3d\x10\x4c\x5f\x62\x57\x3d\x10\x4c\x5f\x35\x54\x3d\x10\x58\xb1\x33\xab\x1e\x08\x5c\xdb\x35\xab\x1e\x08\xa6\x53\xbd\xaa\x79\xb4\x60\x76\xaf\xb3\x46\x13\xab\x79\xb4\xcb\xdd\xa6\x2e\x82\xe9\x14\xb7\x6a\x30\x11\x4c\x67\x46\x55\xf3\x68\xab\x79\xb4\x04\x75\xab\xe1\x45\xb0\x9d\xd2\x8f\x39\x3c\x0f\x27\xfb\xf0\xc7\x3c\x9e\xc8\xa3\xad\xde\x4d\xb4\x51\x30\x9d\xc7\x57\x0d\x2e\x82\x98\x26\x01\x56\xa3\x8b\x60\x15\xef\x30\x06\x17\xc1\x74\xb6\x54\x35\xb6\x08\x2a\xd5\x92\xb2\x1a\x5a\x04\xd5\xfc\xbb\xaa\xec\x82\xe5\x4b\xbd\xaa\xd9\xd6\x87\xac\xc9\xe1\xe6\x3b\x16\x0f\x63\xe1\xf5\x45\x8d\x05\xd3\x37\x12\x55\x8d\x05\xcb\x17\xaf\x55\x8d\xad\x26\xe9\xda\x49\x35\x16\x4c\xa7\xe8\x55\x35\xb6\x9a\xa4\x3b\xfc\x94\x43\x61\x92\xae\x97\x42\x35\x16\x4c\xa7\xd5\x55\x9d\x15\xec\xe7\x1a\xdb\xec\x37\x29\xb9\x66\x0f\x56\x0d\x15\xec\x3d\xe2\xc7\x3c\x30\x2c\x5a\xf3\x73\xb0\x15\x52\x10\xc9\x8a\x7f\xd9\x4c\x7e\x6d\x26\xbf\x72\x09\x6b\x5a\x24\xd8\x3f\x37\x68\x5b\xb6\x91\x13\x89\xfa\x35\x23\x81\x60\xb1\x1e\x44\x36\x35\x12\x2c\xaa\x80\x65\x53\x23\xc1\x62\x01\x8d\x6c\x6a\x64\x33\xd1\x95\x6b\x5f\x53\x23\xc1\x62\xe6\x7f\x36\x35\x12\x7c\x01\xca\xa6\x46\x82\xe5\x1b\xf9\x66\xcc\x10\x2c\xdf\xd0\x36\x35\x12\x54\x6a\xf9\x65\x33\x8c\x08\xaa\x91\xee\xa6\x59\x82\xe5\x8b\xd0\xa6\x59\xb6\x20\x97\xd2\x8d\xd0\x2c\xc1\xf2\x85\x7f\x33\x8c\x08\x16\x2b\x76\x64\x33\x6b\x15\xac\xf2\xfd\xbc\xdd\x26\x6b\xd5\x38\x7a\x73\xbe\x25\xa8\xe9\x78\x19\x60\x04\xcb\xe0\x41\x33\xc0\xd8\x0c\x30\x62\xe2\xcd\x00\x23\x58\xd4\x40\xc8\xe6\x14\xcc\x46\x80\xd1\x77\xc9\xcd\x00\x63\x33\xc0\xc8\x8b\x91\x66\x80\x11\x2c\x6a\x81\x66\x73\xba\x25\x58\xbe\x30\x6f\xc6\x1c\xc1\xa2\x88\x68\x36\xe5\x19\x2c\xd6\x46\xc9\xa6\x29\x83\x6a\x26\x47\x33\xe6\xd8\xbe\x98\x23\xdd\x56\x9e\x41\xcd\xef\xb7\xdc\xdb\x85\xbd\x1d\x76\xc8\x91\x28\xee\x6d\x46\x55\x77\x06\x8b\x45\x4f\xb2\x19\x84\x04\x8b\xb5\x4b\xb2\xa9\xce\x20\xc6\xf7\x97\xba\x73\x73\xcd\x3a\xde\x40\x34\xdd\x19\x34\xb3\x04\x9a\xee\x0c\x56\xf1\xa0\x50\x9d\x41\x35\xc3\xa2\xa9\xce\x60\xf9\xf2\xbd\x69\xce\x60\x9f\x82\x74\x5c\x75\x06\x6b\x3f\x3b\xff\xef\x6d\xb9\x69\xd6\xed\xab\xba\xe3\xde\xd1\x9d\xc1\xbe\xf3\xf8\xcb\x0e\x56\x75\xb0\xfc\x98\x83\x65\x9e\xee\x37\x32\x0e\xd6\xc6\xf2\x0d\x4b\x53\x9e\xc1\x2a\x8e\xb2\xf2\x0c\x16\xeb\xe0\x64\xd3\x94\xc1\x32\xde\xd0\xf4\x56\xb0\x7c\x9f\xd6\x94\x54\xb0\x9c\xbc\xd8\x94\x54\xb0\xa6\x67\x9e\x46\x0a\x96\xaf\x11\x9b\x46\x0a\x9a\x99\x18\xcd\x80\x23\xa8\xe6\x3f\x37\x23\x8e\xcd\x9c\x59\x77\x98\xde\xda\x2c\x7e\x9a\x7e\xca\x71\x37\x1b\x36\xfd\x79\x87\x9d\x52\xa6\xbe\xe7\x6b\xea\x27\x88\xcf\x52\x9b\x71\xc8\x66\x1c\x72\xba\xad\x1e\x96\x9d\xfc\x4f\x4f\x2a\x93\x61\xc1\x72\x7e\x6c\x33\x36\xd9\x4c\x86\xf5\x1a\x67\x32\x6c\x33\x19\x96\x67\x88\x66\xb8\x12\x2c\x5f\xbb\x35\xc3\x95\x60\x3a\x0f\xbc\x29\xbc\x60\xf9\x56\xaf\x19\x76\x04\xcb\x39\x8e\x4d\x07\x06\xcd\x54\x98\xa6\x03\x83\xf8\x39\xcb\xb8\x29\xc1\xa0\x51\x99\x2e\x9b\x12\x0c\x96\x6f\x33\x9b\x12\x0c\x96\x2f\xec\x9a\x0e\x0c\x9a\x69\x35\x4d\x07\x06\xf1\x63\x05\xdc\x6c\x4a\x30\x68\x14\xa8\xcb\xa6\x04\x83\xfd\x31\x3a\xa0\x05\x83\x68\x3e\xbf\x37\x35\xb8\x99\xe6\xea\xad\xc2\x90\x65\x33\xcd\xd5\x13\x46\x33\x06\xcb\x69\xa7\x4d\x33\x06\xcb\x89\xae\x4d\x33\x06\xcb\xf7\x7f\x4d\x33\x06\xcd\x8c\xa7\xa6\x19\x83\x46\x4d\xbc\x6c\x8a\x31\x68\x3f\xbb\xa4\x18\x83\x66\xea\x55\x53\x8c\x41\x0c\x5f\xbe\x34\xcd\xb8\xb9\x3e\xc4\xb4\x47\x0e\xc6\xf0\xe4\x62\xb0\x55\xde\xe6\x32\x0f\xde\x64\x94\x59\xb0\xc7\x87\x6f\x6a\xb3\xcd\x05\x1c\xba\x4d\x6e\xff\xa4\xf4\x95\x87\xa7\x36\xdb\x0c\x33\xfe\x78\x24\x69\xea\x2c\xd8\x3b\xdd\x7f\xb0\x07\x5f\xde\x2b\x8f\x5e\x4d\x9f\x05\xbb\x8d\x9e\x2a\xb4\x20\x86\x71\xd1\xa6\xbe\x82\xfd\x39\xfe\x43\x7f\x6d\x26\xbe\xf2\x04\xdb\xf4\x57\x10\xdf\xfb\xa2\xa6\xc0\x82\x66\xee\x68\x33\x24\x09\x9a\x49\x91\xcd\xf8\x23\x68\x66\x7f\x36\x9d\x16\xec\x11\xf1\xc7\x1c\x91\x6f\xf1\x07\x77\x83\x56\x0b\xe2\x67\xf1\x83\xa6\xd6\x82\x66\xae\x67\x33\xaf\xb5\x99\xd7\xda\xfd\x35\x7b\xff\x2d\x07\x31\xfc\x57\x7b\xbf\x78\xd8\xad\x76\xd4\x23\x7c\x99\xcf\xc2\x58\xea\xb5\xed\xcb\x6a\xe5\x3d\x4c\x53\x6c\xdb\xb7\x1a\x84\x77\x09\x35\x16\x34\x13\x5d\x9b\x1a\x0b\xf6\x57\xd9\x85\x7a\x2c\x68\xe6\xf0\x35\x3d\x16\x34\x93\x44\x9b\xf1\x52\xb0\x4c\x26\x69\x4a\x2b\x68\x66\x3c\x37\x0d\xb5\x99\xd3\xda\xfd\x79\xfb\x69\x4e\x6b\x77\xc3\xec\xe6\x41\xea\xbe\xb7\x0a\x0d\xb5\x99\xd2\x8a\x58\x34\x0d\x15\xc4\x08\x1f\x44\x54\x54\xd0\xcc\x13\x6f\x2a\x6a\xfb\x32\x5a\x79\x4e\x6e\x66\xb4\x82\x46\xb9\x9e\x6c\x86\x3f\x41\x33\x9f\xba\x19\xfe\x04\x31\xbe\xdb\x8c\xc1\x4e\x10\x6d\x7d\xff\x60\xa7\xce\x8b\xfc\x21\x7f\xcd\x1e\x9c\x26\x1b\x7b\xf9\xd3\x78\x41\x9b\x5e\xd0\x8d\x5a\x82\x36\xbd\xb5\x29\xc1\x60\x3f\x8e\xb2\xb9\x6a\x2e\x68\xc3\xfb\x91\x96\x0b\xda\xf4\x7e\xa4\xe5\x36\xd3\x4f\x7f\xeb\x2f\x37\x6a\x2d\x18\xb4\xe1\xcd\x49\x0b\x06\x6d\xb8\x1f\x55\x5e\xd0\x86\xf7\x00\xfd\x16\xec\xff\xf2\xff\x3d\x86\x2f\x96\xa6\xf0\x48\x57\x70\x41\x1b\x5e\x4a\xb4\x59\xd0\xa6\x17\x1c\x6d\x16\x74\xd3\x61\x9b\x36\x0b\x22\x7e\x8e\x82\x3a\x0b\x76\x1b\x5b\xab\xbb\x82\x36\xbd\x0b\xe8\xae\xed\xfe\x56\x8d\xe5\x1f\x6e\xfb\xb9\xd1\xa6\xf7\x0f\xe5\x15\xec\x5f\xe3\x24\xd1\x5e\x9b\x65\x7e\x7e\x5e\xa6\xd5\x57\xd0\x4d\x9c\x6d\xea\x2b\xd8\x9d\xf7\x63\x76\x9e\x12\xab\xdf\x13\x8f\xfe\x0a\xf6\xc7\xfc\x57\x7b\x7f\x7f\x97\x2f\x86\x57\x0f\x05\xfd\xf7\x35\xb9\xc3\x1f\xe7\x1e\xb8\xc7\x15\x51\xd0\xbf\xed\xd5\x43\x41\xc4\xa7\x33\x8a\x68\xfb\x97\xe7\xca\x28\x69\xa2\x60\xff\x1c\x5b\xa2\x8a\x36\xf3\x5c\x7d\x22\xd0\x44\x41\x34\x43\x3a\x4d\x15\x6d\xff\xf2\x5c\xd9\x11\xba\x68\xb3\x3c\x6a\xf2\xd6\xa7\x29\xa3\x20\x46\xf9\x36\xc5\x01\xf8\x56\x9b\x28\x6e\xb2\x67\x3b\x65\x54\x9d\xca\xd0\x34\x54\xd0\xbf\xdd\xaa\xa1\x36\x97\x36\xff\xe4\x44\x45\x05\xdd\x5c\xed\xa6\xa2\x82\xfe\xed\x2e\x15\x15\x74\x63\x6f\x4d\x45\x05\x7b\x3f\xf0\x9f\x3a\x2a\xe8\x06\x64\x9b\x41\x54\xd0\x8d\x2d\x35\x85\x14\x44\x31\x19\xb8\x19\x32\x6d\xdb\x3e\xbb\xb1\x96\xa6\x7c\x82\xfd\x31\x7a\x60\x80\x14\xec\x36\x3f\xe7\x71\x4e\x9a\xab\x91\x88\x66\x84\x14\xec\x8f\xed\xb6\x6e\x88\x14\x74\x73\x08\xba\x21\x52\xb0\x3f\x66\x5b\xb5\xcd\xd4\x19\xae\xf2\xdd\x19\xa0\x60\xb7\x55\xda\xd2\xb6\xe4\x5f\x6d\x1a\x36\x0d\x53\x75\xfd\xd7\x65\xdb\xb2\xad\xd3\x76\xd8\xe6\x8a\xb3\x08\x4e\xd7\x70\xc1\xfe\x9c\x9b\x72\xdb\x76\xdb\xd6\x68\x7b\x6c\x7b\x6c\x73\xf3\x5e\xdb\xa8\xa5\xce\x23\x4f\x57\x72\xc1\xfe\x18\x9b\x67\xb0\x14\x44\xff\x85\x9f\xb3\xb7\x2c\x82\x5e\xcc\xdc\xe8\x7a\x2e\xe8\x94\x7b\xcd\xae\xe7\x82\xfd\x31\xb6\x58\xd1\x05\xbb\xcd\x9f\x73\x04\xc2\xd5\x6b\xb8\x11\x75\xed\x17\x74\xaa\xdc\x66\x37\xaf\x16\xf4\xfc\x3e\x75\xda\xe4\x82\x36\xd8\x62\x57\x7f\x41\xb7\x20\x4d\x77\xd2\x26\xe8\x96\x5c\xe8\x1a\x31\x88\x1c\xc3\xed\x75\x44\xa8\xde\x9a\x3e\x72\x77\x9d\x18\x44\x35\x59\xb8\x2b\xc5\x60\xb7\xf1\x5d\xad\x18\xec\x36\xfa\x6a\x2a\x2e\xe8\x1a\x63\xd7\x94\x81\xeb\xaf\x65\xd7\x94\x41\x54\xa3\xa1\x5d\x55\x06\xfb\xd7\xe8\x84\x21\x64\xb0\x3f\xe7\x3f\x78\x4c\x6c\x74\x7d\xa3\x6b\xc6\xa0\x6b\x50\x5d\x33\x06\xdd\x18\x4c\xd7\x8c\x41\x54\x9f\x54\xba\x6a\x0c\xa2\x9a\x4e\xd4\x75\x63\xe0\x9b\xee\xae\x1a\x83\xe8\x2c\x0c\x90\x5d\x37\x06\xd3\x34\xa7\xae\x1a\x83\x7d\x9e\xd3\x03\xdd\x18\xfc\xfb\x94\x7d\x27\xac\x3c\x58\xd0\x3d\xbb\x6e\x0c\x96\x5d\x52\x8d\x41\x86\x07\xb4\x6a\x0c\x42\x41\xef\x9a\x31\x08\xdf\xf6\x74\x35\x17\x84\x6f\x1c\xba\x96\xdb\xcd\xe2\xe5\xc9\xa2\x6b\xb9\x20\x4c\x8d\xed\x5a\x2e\x88\xd9\xff\x30\x1f\xba\x6b\xbc\x20\xad\x0e\xd1\x35\x5e\x90\xd6\x7d\xe8\xce\x42\x05\xe1\xc4\xdd\x6e\x6c\xb8\x9b\xe4\xeb\xa9\x64\x20\xb8\x1b\xf5\xe5\x19\xaf\x1b\xf5\xed\x46\x7d\xbf\x2f\xda\x93\x66\xe1\xe4\xe5\x37\xdd\x6e\xa2\xb7\x2c\x03\x95\x5d\x31\x06\xc5\x74\xfe\xae\x05\x83\xe1\x53\x53\xd7\x82\x41\x19\x3c\x1d\x76\xa3\xb7\xc0\x7a\xda\xd9\x8d\xde\x82\xe2\x0c\x82\x6e\xf4\x16\x94\xef\x6c\x53\x9f\x41\x19\x3c\xb3\x77\xf5\x19\x94\xef\x04\xd4\x8b\xc1\x34\x2b\xad\xeb\xc5\xa0\xb0\x14\x55\x76\xbd\x18\x58\xac\x3b\xbb\x5e\x0c\x22\x7d\x74\xeb\x66\xe8\xf6\xe4\x1d\xb0\x27\xa9\xa1\x60\x30\xcd\xb3\xeb\x8a\x31\x98\xdd\x71\x55\x8c\xc1\xbf\x33\x59\x31\x06\xd3\x44\xb8\xae\x18\x83\xf9\x1d\x34\x4e\xfe\x04\xd3\x54\xc3\xae\x17\x83\x68\xcb\x03\x5c\x31\x06\xd5\x9b\x6e\x57\x8c\xc1\xde\x7e\xfa\xa4\x05\x83\x55\x3c\xcf\xb4\x5b\xd0\x9c\xbe\xd2\xcd\xd1\x05\xcb\x4a\x1f\x5d\xe1\x05\x6d\x7a\x7b\x52\x78\x41\x73\x3e\x6b\x57\x78\xc1\xf6\x1e\x7f\xcc\x6e\xa2\xb7\xce\x19\xeb\xea\x6d\xff\x26\x76\x7a\xee\xe9\xb7\x60\xb7\xf9\x73\x76\x74\xa8\x87\xee\x15\x0d\xb7\x9b\xba\xfb\xf3\x68\x54\x67\xc1\x6e\x63\x83\x0d\xf4\x76\xd3\x72\x93\x67\x82\x6e\xa4\x17\xec\x36\x8e\x05\xbd\xb7\xcf\xca\xd3\x04\x3f\x67\x5c\x17\xec\xbb\x93\x3f\x67\x67\xcd\xc2\xf5\x99\xb3\x9b\x85\xdb\x5d\xc5\x63\xf1\xd4\xdc\xf5\x63\x60\x18\xb7\xab\xc7\x20\x32\x3d\xbe\xf5\x63\x10\xc3\xca\x1a\x5d\xef\x05\xb3\x3b\x4e\xea\x2c\xa8\xa6\xbb\x76\x75\x16\xfc\xbb\xfa\x6b\xb3\x60\xf9\x0c\xd6\x0d\xc7\x82\x7d\x89\xf2\x9b\xf6\x60\xe3\x2b\xe6\xd1\xd5\x59\x10\xd5\x84\x8e\xae\xce\x02\xc3\xdc\x5d\x71\x05\xa5\x78\xb3\x32\x1e\xdb\x8d\xc7\x7a\xd3\x54\x5c\x81\x45\x43\xb3\xeb\xad\x7d\x11\xaf\xfa\xbe\xe8\x9e\x5a\xbc\xf0\xe6\x31\xb5\xeb\xa8\x60\x99\x8d\xd6\x0d\xbe\x82\xf6\x3d\x1e\x69\xad\x20\x22\x50\x9f\xae\xa2\x82\xf1\xfd\x96\x7d\xa4\xc8\xac\xfb\xcd\x40\x6b\xb7\x22\x11\x8f\x94\xdd\x40\x2b\xc8\xef\xec\x34\xaa\x0a\xd2\xda\x33\x5d\x67\x05\x61\xcd\x84\xae\xb3\x76\xa3\xaa\x3e\x79\x28\xa8\x60\x76\xde\x20\x75\x05\x15\x54\x03\x8a\x5d\x3f\x05\xd5\xa7\xe9\xae\x8b\xf6\x6f\x2a\xa5\x17\x04\xb3\x6c\xc1\x3e\xc6\x18\x7c\xcd\x13\xec\x43\x96\xad\x75\xde\x24\xe8\xe6\x02\x75\x53\x6f\xc1\xbe\xa5\xfa\x73\xee\x37\x56\xf7\xf8\xfe\xd4\x3e\x99\x7a\xeb\x21\x66\xea\x6d\x37\xf5\xd6\x0b\x82\x16\x0b\xc2\xda\x07\x5d\x89\x05\xd1\x4d\x0c\xe8\x5a\x2c\x48\x6b\x12\x75\x8d\x15\x14\x8a\xfa\x67\xd7\x58\xc1\xa8\xfe\xa5\xc6\xda\x2f\x82\x66\x5e\xe4\xd4\x4f\x50\x8a\xc3\x68\x10\x16\x8c\xea\x56\xe8\x95\xfd\x72\xfc\xe9\xb7\x5e\xd9\x2d\x1a\xe4\x7d\x48\xaf\x04\xff\x1e\x19\xf5\x4a\xf0\xef\xb1\x4f\xad\x04\xb3\xf3\x22\xa7\x1b\x25\xed\xae\x1c\x3f\x7d\xc6\xd3\x34\xc1\xec\x39\xff\x70\x7f\x56\x44\xc1\xb2\x6c\x5d\xd7\x43\xbb\xd9\xb4\xc5\xe3\x59\x11\xed\x2e\xf4\x81\x28\x74\x3d\x14\xb4\xef\x29\x5e\xbf\x04\x7b\xef\xdb\xe6\x28\xdc\xdf\xb3\x86\x9b\xe9\x30\xdc\x3e\x8a\x7b\x22\x1b\x0f\x05\xfb\x2a\xc6\x40\x18\x0f\xed\xce\xae\x1c\x8e\xaa\x22\x0a\xbe\xbb\x90\x1e\x0a\xf2\xe7\x31\xa1\x86\x82\xb0\x86\x42\x57\x43\xc1\x1e\x2e\xba\xa0\x72\x02\x53\x18\xba\xc2\x09\x9c\x7f\xd4\x75\x4b\x60\x60\xb5\x6b\x96\x60\x79\x91\xd7\x17\xfb\xc3\x2b\x4b\xf6\x97\x79\xb9\x20\x43\xff\x50\x17\x41\x86\xea\xa2\x2d\x82\x64\xf9\xb8\xec\xda\x62\x77\xea\xa4\x3b\x55\x5b\x04\x59\xbd\xaf\x6b\x8b\x20\xab\xb7\x4a\x65\x11\x64\xf5\x82\x6f\x40\x13\x64\xf5\x26\xa8\x18\x82\x30\x3b\xa2\x1b\xa9\x04\xd9\x79\x6b\xda\x75\x45\xb0\x1f\x0b\x68\x72\x97\xbd\x4e\x77\xf2\x1f\xed\xd0\xeb\x3c\x5c\x84\x3d\xd5\x42\x10\x46\x5a\xd3\x34\x59\x10\xe6\x35\xa4\x56\x08\xb2\xf3\xa8\x9c\x4a\x21\x48\xaf\x4c\x69\x59\x20\xb0\x6f\xee\x34\xa5\x4d\xe4\xb7\x57\xbf\x38\x6c\xe2\x8a\xc9\xd5\x25\xcd\xaf\x05\xfb\xe1\x84\xa6\x65\x13\x33\x20\xd2\x4d\x3d\x6c\x62\x28\xaa\xff\x78\xda\xc4\x50\x0c\x37\xf5\xb2\xc9\x0b\xce\xa2\xe9\xb6\xc9\xa1\x28\x34\x3d\x36\x71\xc1\xa9\x36\xbd\x36\xbd\x34\xf1\x8f\x6a\x64\x5a\xd4\x16\x3f\x4e\x2d\x32\x2d\x6a\x8b\x6d\xa5\xe1\x53\x90\x9e\xea\xa9\x57\x82\x30\x48\x9f\x6a\x25\x08\x93\x2b\x52\xad\x04\x61\xaa\x40\x6a\x8b\xe9\x02\xf8\x94\x95\xcf\xd4\x03\x41\x6a\x3d\xa9\x07\x82\x5c\xdf\x8f\xd9\xa3\x70\x0a\xdf\xf2\xd7\xec\x92\xeb\x2b\xba\x65\x6a\x60\x5a\x9d\xd6\x71\xd5\x02\x41\x9a\x57\x98\x4a\x20\x48\xd3\x9a\x52\x07\x04\x31\x58\x94\x22\x53\x09\x04\x61\x99\x96\x54\x02\xd3\xea\xb4\xdc\xfc\x52\x07\x04\x69\x9a\x4e\x1a\x2e\x05\xc1\x0a\x5c\x99\x86\x4b\xd3\xea\xb4\x1e\x03\x1a\x20\x48\xf3\xad\x52\xdd\x4b\x17\x09\x49\x37\xcc\x8e\x53\x64\xd6\xfc\xb7\x54\xf6\xd2\xf5\xec\x3d\x36\xb5\x3d\x10\xcd\x17\xa0\x69\x62\x31\x08\x6b\x89\xa4\x02\x08\xd2\x9c\xb8\x54\x00\x41\x9a\xd8\x94\xfa\x1f\x48\x93\xdd\x52\x01\x04\x69\x46\x5f\xea\x7f\x20\xcd\x51\x4e\xd5\x0e\xa4\x99\x92\x69\x54\x13\xa4\x39\x6b\xa9\x82\x81\x42\x99\xeb\x4c\x33\x76\xd3\x8c\x5d\xf7\xa4\x56\x06\x4a\x71\xf0\xcd\xd8\x05\x91\x96\x7a\x4b\x4d\x0d\x94\xe2\x49\x69\xca\x6e\x9a\xb2\xeb\xf0\x68\x6a\x20\xba\xd3\xf1\xd3\x9c\xdd\xfc\xec\x8d\x5e\x6a\x6f\xa9\xbd\x79\xf4\x18\xfb\x04\xfb\x3f\xfd\x03\x8f\x58\x93\x76\x3d\xe1\x14\xba\x34\x1d\xd7\xdf\x57\xe8\xd2\xdc\x5b\xfb\x64\xa4\x13\x94\xe2\xf9\xac\xe3\x81\x7d\xd1\xe2\x28\xd0\xd5\xd2\x45\xe2\xcd\xfc\x48\xcd\x0c\x0c\x27\x5b\xa5\x81\x4d\x50\x46\xfa\x6b\x6e\x6d\x27\x97\x0d\x3d\x4c\xfd\x0d\x0c\xd6\x4c\xca\xd4\xdf\x52\x7f\xcb\xff\x5f\xcb\x39\x53\xbd\x03\x65\x78\x40\xab\x77\x60\x54\x9b\x8c\x71\x82\xb1\x78\x52\x4f\x85\x0f\x0c\xe3\xd7\xe9\x94\x4c\xb0\xcf\x64\x36\x52\x09\x04\xc5\xd2\x2f\xa9\x04\xa6\xe9\xc0\xd8\x69\x2a\x81\xa0\x58\x62\x28\x95\x40\xb0\x77\x8f\x7f\xe0\xce\x36\x45\xd8\x93\x48\x0b\x4c\x2d\xd0\xcb\x9a\x16\x98\x9f\x05\xf2\xea\x26\xb5\x40\x30\xbf\xfb\x80\xb1\x50\x50\x4d\xe8\x49\x25\x10\x54\xf3\x5c\xd2\x50\x28\xa8\xa6\x10\xa5\x91\x50\x30\xbf\xbb\x85\xaa\x08\xe6\x77\xbd\x55\x15\xc1\xde\x7e\xb6\x42\x57\x04\xd5\x14\x96\x54\x0c\xd3\x1c\x61\xef\x6c\x7a\x21\xa8\xc6\xe9\xd3\x48\x28\x58\x96\x3f\x4d\x55\x11\x4c\x6f\x93\xa9\x29\x82\x6a\x12\x48\x2a\x8a\x60\x7e\xf7\x19\x3d\x11\x4c\xef\xc2\x69\x20\x34\xbf\xa5\x1f\x1d\x45\xe7\x78\xa6\x6b\x3f\x62\x8e\xa9\x39\x82\xf9\xdd\x8e\x34\x42\x50\xd3\x3b\x81\x42\x98\x0a\xa1\x99\xc4\xa9\x10\x82\x65\x31\xe2\xd4\x07\x73\xdb\x5f\xf5\xf1\x3d\x95\x3f\x50\x15\xd3\x34\x36\x0a\x96\x75\x80\xd3\xd0\x28\x58\xe5\xfb\xa2\x5d\x9a\xa4\x19\x79\x75\x32\x30\x0a\x6a\x7a\xb3\x36\xd3\x17\xec\xe3\x82\x8d\x55\x24\xc1\xb2\x1a\x71\x2a\x92\xa9\x48\x12\xcd\x48\x45\x12\xec\x53\x99\x5f\xd3\x24\xc1\xb2\x62\x6c\x2a\x92\x60\x59\x43\x3a\x15\x49\x50\xd3\x7b\xb3\x1e\x09\x6a\x7e\x9f\x72\xf7\x2e\xc7\xc2\xbf\x74\x2c\x16\x59\x26\xdf\x17\x1d\x0b\x56\x92\xec\xac\x04\x95\xa9\x49\x82\xf6\xfb\x9a\x3c\x88\x17\x21\x6c\x92\x5d\x52\x93\x4c\x4d\x92\x64\x90\xd4\x24\xc1\x72\x6e\x4d\x6a\x92\xa0\x7d\x07\x81\x22\x99\x96\xb2\xfd\xce\x1b\x2d\x11\x34\xdf\xbd\xa7\x91\x4d\xb0\x9d\x8d\x1d\xa0\x39\xe6\x57\xc2\xc7\x33\x47\x75\x4c\xc3\x9d\x5e\xbf\x8d\x6d\x82\x98\x3e\x78\xa7\xee\x98\x06\x37\xbd\x00\xe9\x8e\xf9\xd5\xeb\xf1\xd4\x51\x1e\xf3\xab\xd7\x83\xf2\xa7\xd1\x4d\xd0\x0c\xeb\xa6\x42\x99\xdf\x62\x24\x78\x67\x1a\xdd\x4c\xcb\xe5\xfa\xdc\x99\x86\x37\x41\x33\x82\x9d\x7a\x27\xd8\xff\x60\x9b\x7b\x14\xef\xec\x66\x72\xa4\xde\x09\xf6\x5f\xd8\xe6\x30\x6d\xb4\xe9\x6e\xd0\x3b\x41\x63\x85\xd5\x4c\xab\xf5\xa4\xd5\x7a\xe2\x6b\x73\x94\x5c\xc9\x24\x7e\x76\xc2\x61\x32\x80\x1a\x3f\xb7\xc4\x61\x72\xd9\x92\xf8\xf9\x17\x8e\x13\xf3\x3e\xfb\x70\x87\x19\x42\x05\xfb\x73\x8c\x9d\x91\x4e\xd0\x34\xba\xd4\x2b\x41\xd3\xb1\xd3\x48\x27\x68\xd3\xe3\xc6\xe4\x5e\xb0\x7f\xcc\x36\xfb\x75\xd9\x2f\xb6\xd7\xe0\x67\x5e\x5f\x1f\x38\x7e\xcd\xe5\x4d\x8b\xee\xc4\xf7\xa7\xf6\x8b\x19\x9c\xff\x9e\xa0\xf5\x54\x10\x6d\xb9\x27\x14\xd5\x34\x00\x1a\x18\x46\xaa\xa0\x60\x3b\x20\xff\xa1\x3d\x82\x6e\x7a\x45\x1a\xb1\xcc\xaf\xe8\x0e\xef\xd4\xd2\x90\x25\xe8\x86\xa3\x53\xa3\xcc\x7f\xf6\x68\x9b\x5b\xbc\xd1\x7d\xdf\x9f\x0a\x25\xe8\xce\xc8\x4d\x7d\x32\x3f\x9f\x24\x43\x27\x75\xc7\xd4\x1d\x1d\x12\xb5\x30\x89\x44\xfe\xbb\x15\x2a\x81\xa0\xe7\x5f\xde\x72\xa7\x92\x08\xe2\xdf\xb3\x81\x9a\x08\xba\xef\x9c\xd3\x58\x23\x88\x5a\xbf\x6d\xb2\x37\xc4\x1a\x4d\x7a\x4a\x63\x8d\xc9\xa4\xce\x6a\xe4\x3f\x55\x45\xe0\xdc\x8d\xd4\x14\x41\xe4\xcf\x9d\xa9\x2a\xe6\x6b\xea\x0f\x2d\x1e\x52\x4c\xd7\x34\xe3\x2c\x4d\x6a\x05\xd9\xbd\x3a\x19\x56\x4c\xe7\x66\x7a\x43\x32\xac\x08\x4a\xf1\xba\x63\x9a\x2b\x28\xd6\x53\x4a\x4d\x11\x14\x53\x85\xd3\x00\x62\x6e\x2d\xac\x26\x50\x0e\xad\x10\x54\x6b\xd6\x0c\x83\x85\x60\xba\x11\x43\x51\x04\x91\x96\xc2\x18\x9a\x22\xa8\xc9\xbe\x1e\x9a\x22\x58\x86\x0f\x86\xa6\x08\x96\x41\x86\xa1\x03\x02\xa7\xac\x0c\x15\x10\xac\xe5\x66\x1d\xb6\x30\xc3\x79\xf8\xe3\xa7\x4d\x4c\xeb\xe5\x49\x70\x68\x80\x20\xd2\x89\x7a\x43\x05\x04\xd1\xbf\xcd\x7a\x6c\x7a\x3c\xc7\xed\x11\xe7\xc7\x40\xf8\x7c\x0d\x35\xb4\xbb\x11\x4c\x8c\xe3\xcc\x1a\xaa\xdc\x08\x1f\xa9\xe9\xb6\xd1\x40\xb0\x6f\x6d\x6c\x87\xd1\x40\x50\x8a\x5b\xab\xde\x81\xe1\x8b\xf5\x61\xe4\x6f\x58\x51\xe7\xfb\x7d\x37\x76\xa3\x3a\xad\x68\x68\x77\x20\xba\xef\x06\x47\x7c\x1b\xeb\x7e\x63\xc8\xb4\x3b\xb0\x0a\xb7\xeb\xa1\xdd\x81\x65\xdc\x77\x68\x77\x60\xf9\x36\x72\x68\x77\x60\x5f\x54\xe8\xb9\x2a\x07\xa2\x59\xf7\x7e\xe8\x72\xa0\xd7\xaf\xc9\x6e\x6e\xf4\x24\x80\x30\x74\xb9\xe1\xc2\xfb\x6c\xbf\xf1\xbd\x51\x58\x3d\xcb\x4d\x75\x2f\x6d\x38\x03\x75\xe8\x76\xc0\xc9\xd2\x43\xb5\x03\xce\xcf\x1e\x2a\x1b\x58\xdc\xbe\x86\x7a\x06\xd2\xc2\xeb\x43\x3d\x03\x3e\x3e\x0f\xed\x0c\xf8\xde\x63\x28\x67\x20\xba\x93\x53\x86\xb1\x38\x90\x61\xe7\x14\x36\x90\xe1\x71\xa3\xb0\x81\xb4\x1c\xf8\x30\x3c\x07\x32\xbe\x0d\xb5\x7b\x95\xb2\x2d\xcd\x2d\xb5\x7f\x1b\x6b\xf9\x3d\xfb\x57\x7d\xe9\xe4\x36\xb8\x53\x2b\x2f\x9d\x1c\x29\xad\x6e\x68\x75\xcd\x7d\xa3\xd5\x81\x64\x5d\xe8\x1c\xc6\xdf\x40\x98\x40\x3d\x14\x3d\x90\x2c\x83\x99\x43\xd1\x03\xe9\x3a\x1b\x43\xcf\x03\xe1\x54\x81\xa1\xd4\x81\x74\xa9\x84\xa1\xd3\x81\xac\xdf\x46\xd8\x21\x2a\xea\x58\x58\x75\x98\xe3\x3a\xba\x6f\xc3\xe8\xb6\x02\x07\xc2\xcc\xeb\x61\x44\x0e\x24\xab\x24\xe6\x30\x22\x07\xc2\x04\xea\xa1\xe5\x81\x30\x9f\x7d\x28\x79\x20\x59\xfd\x33\x87\x92\x07\xd2\xc5\x04\x86\x46\x07\xc2\x94\xed\xa1\xd1\x81\xac\xdf\x76\x7d\x9b\xca\xfd\x26\xfc\x2d\x07\x9f\x88\x9c\x09\xce\xc3\x4c\x55\x10\xa6\x59\x0f\x2d\x0e\x44\x37\x7f\x61\xa8\x71\x20\xd2\xd9\xec\x43\xf5\x1a\x9f\x7a\xb9\x2f\xf5\x2c\x10\x06\x0b\x87\x4e\x05\xb2\x4f\x9b\xdc\x5a\x22\x6b\xe6\xc2\x0e\x9d\x6a\x90\x4b\xea\x0c\x9e\xa1\x40\x81\x70\x8e\xca\x50\xa0\x40\x18\xdf\x1b\x0a\x14\x08\xa7\x24\x0d\xfd\x09\x24\xab\x67\xe6\x30\xd6\x06\xc2\x90\xf6\x50\xa9\x40\xf6\xe9\xcf\xdb\xa3\x61\x45\x6f\x3f\xe5\xf1\x34\x78\x4f\xb7\xfc\x2d\xfb\x48\x89\x9c\x7d\x8b\xf9\xdf\xbb\xf1\x50\xaf\x40\xb2\xf8\x7e\x0e\xf5\x0a\x84\x51\xcf\xa1\x5e\x0d\x17\x79\x5c\xfe\xbb\xfb\x90\x0a\x3a\x4e\x0c\x1a\xe3\x1b\x28\x1e\xdd\x30\xfc\x61\x58\x0e\xa4\x05\xd8\x87\xb3\x2d\x41\x5a\x05\x7e\xe8\x60\x20\x59\x85\x37\x87\x0e\x06\xb2\x13\xe5\x1a\x2a\x18\x48\x56\x0e\xcf\xa1\x82\x81\x70\x5a\xd3\x50\xc1\x40\x38\xf1\x65\xe8\x5b\x20\x9c\x2a\x34\xf4\x2d\x90\xdd\x3b\x9c\xbe\x05\x92\x25\x05\x73\xe8\x5b\x20\xfb\xf4\x8b\xf6\x91\xd4\xd4\x19\x1e\xce\x2a\x18\x08\x67\x3f\x0d\x15\x0c\xa4\x15\x9f\x87\x0a\x06\xb2\x13\x04\x1d\x66\xa6\x82\x30\x00\x3c\x94\x32\x90\xd6\x72\x1e\x4a\xd9\xb0\xe4\xaa\xc7\xb2\x06\x06\xc2\x39\x6b\x43\x03\x03\xc9\x22\xea\x39\x34\x30\x90\x16\x15\x1f\x1a\xd8\xd0\xc0\x08\x09\x0c\xa3\x7b\x20\x9c\x82\x35\x74\x32\x10\xce\xb8\x1b\x3a\x19\x48\x0b\xb3\x0f\x9d\x0c\x44\x57\x93\x87\xba\x05\x62\xfe\x78\xb8\x1e\xc6\xd6\x40\xb8\xc2\x7f\x0e\x05\x09\xe4\xe2\x75\xc9\x50\x90\x40\x58\x3b\x6e\xe8\x47\x20\x4c\x41\x1d\xea\x11\x88\x6f\x61\xa8\xa1\x1f\x81\x5c\x1e\xb0\xea\x11\x48\x83\x47\x43\x3b\x02\x61\x5e\xf7\xd0\x8e\x40\x3a\x55\x7a\x28\x47\x20\x2c\x57\x37\x74\x23\x90\x4e\x6f\x1e\xaa\x11\x08\x57\x94\x1a\xaa\x11\x48\xdf\x26\x0d\xd5\x08\xa4\x53\xb8\x87\x66\x04\xd2\xd9\xcd\x43\xe1\x19\x16\xba\x31\x75\x6d\x28\x3c\x20\x9d\xc8\x3a\x0c\xc0\x81\x74\xfa\xe6\x30\x00\x07\xd2\xd7\x67\xc3\x00\x1c\x48\x13\x6b\x86\xa2\x04\xc2\xfc\x9e\x61\x4c\x0e\xa4\x53\x99\x87\xee\x04\x72\x79\xf9\x52\x94\x40\x3a\x0d\x77\xe8\x49\x83\x3a\x37\xce\xc3\x1b\x46\xee\x40\xb2\xa8\x76\x0e\x35\x09\xe4\x4a\x7f\xde\x23\xea\xe2\xad\xb9\x47\x94\x92\x04\xf2\x7b\x20\xd3\x91\x40\x98\xce\x3e\x0c\xe6\x81\xb0\x4e\xf7\x30\x98\x07\xe2\x3b\x02\x14\x29\x10\x4e\x90\x18\x06\xeb\x40\x58\xa6\x7b\x18\xac\x03\x61\xb1\xed\xa1\x6d\x81\xe8\xbe\x1d\x1b\x06\xeb\xc0\xbe\x79\xf8\x6b\x8e\xc5\xcd\x58\x78\x5b\xd0\xc0\x40\x38\xa7\x64\x68\x60\x20\x9c\x14\x30\x0c\xe9\x81\x5c\x69\x93\xc3\x73\x33\x3c\x3e\x7a\xe8\x64\x20\x9c\xba\x31\x74\x32\x10\xce\x39\x18\x86\xf8\x40\x3a\xf7\x7b\x18\xbc\x1b\x06\xef\x3c\xc5\xb5\x34\x90\xbe\x8d\x1d\xa6\x90\x82\x74\xa2\xf7\x30\x9c\x07\xc2\x89\x0f\x43\x95\x03\xb9\xd2\x4f\x39\x14\x0f\x87\xbe\x97\x0b\x55\x0d\x84\x09\x69\xc3\x54\x51\x90\x6b\xd8\x64\xb7\x2d\xd2\xe3\x45\x45\x79\x1b\x16\xe9\xf1\x99\x5f\x79\x03\xb9\xf0\xc9\x61\x30\x10\xa4\x6f\x89\x87\xc1\xc0\x61\x91\x1e\x2f\x9c\x1a\xde\xb0\x48\x8f\x17\x4e\x15\x6f\x58\xa4\x87\xb7\x89\x43\xc3\x03\x69\x41\x83\x61\x30\x10\x84\xaf\x3e\x86\xd6\x07\x8a\x35\xe4\x86\xc1\x40\x10\x56\xa3\x1c\x8a\xe0\xb0\x48\x4f\xf7\x8b\x0e\xce\xeb\xe0\xf8\x29\x0f\x13\x8b\xf4\xf8\x18\xab\x08\x82\x68\xa3\xfd\xa1\x54\xd8\x30\xf0\x38\x2c\xe2\xe3\xf5\x52\x77\x04\xb9\x7c\x78\xd1\x1d\x41\x0c\xa5\x79\x18\x66\x04\x61\x25\xfd\xa9\x4f\x82\xf8\x8a\xb3\x4c\x85\x12\x44\xce\xaf\xad\xd8\xf6\x55\xdd\x9d\xb4\x55\xdb\xac\xae\x55\xfc\xbd\x66\x1b\x39\xf4\xa6\x66\x4d\x15\x0f\xc4\x30\xac\x3c\x0d\xe0\x81\xdd\x6f\x7e\x4f\xa1\x03\xc3\x55\xcc\xa6\xe1\x3a\x50\x2c\x23\x38\x75\x3c\x30\xea\xb2\x29\x6d\x22\x63\x60\xf8\x5b\xc3\x26\x14\xef\xfb\xad\x69\xd3\xe4\xb7\xe8\x95\xb3\x1d\xc1\xa8\xc3\xa6\xd3\x26\xd7\xb5\x5e\xfe\xd8\x65\x1b\x45\x5f\xa6\x7f\x69\x9f\x82\xa2\x39\xd3\x4f\x3d\x36\x3d\xde\xfb\x1b\x6d\xaf\x6d\x84\x1a\xb8\xe0\x4e\x4d\x10\x8c\xca\x33\xcf\xd4\x04\x41\x61\x95\xd2\x9c\x9a\x20\xd8\x57\x19\xfe\x40\xed\x03\xa3\x72\x19\x9b\x5a\x1f\x18\x95\x03\x76\xaa\x78\x53\xc5\xe3\x92\x35\xcd\xeb\x04\xc5\xaa\x7e\x53\xed\x03\xc5\x9a\x8a\xd3\xa0\x1e\x18\x75\xfa\x45\x7b\x69\x69\x20\x6e\x0e\x53\xf3\x03\xc3\x15\x7f\xa6\x41\x3d\x30\x2a\x57\xdc\xa9\x0d\x82\x51\xed\x91\x01\xbc\x69\x15\x20\xae\xb8\x53\x1d\x9c\x56\x01\x72\xbb\xf4\x41\x30\x2a\xd7\x8f\xa9\x10\xce\x4f\x08\x79\xaa\x9f\xe6\x6b\x82\xf8\x22\x90\x53\x49\x04\xa5\xb8\x97\x94\x44\x50\xca\xb7\x65\x76\xbc\xb2\xcb\x97\x5f\xb4\xe3\x94\xf9\xa9\xc3\x26\xf7\x78\x25\x4e\xe6\x50\x2b\x89\xd3\x32\x3f\x8e\xab\x96\x08\x22\x07\xea\x35\x9d\xaa\x08\x8a\xe5\x31\xa7\x51\x43\x50\xcc\x4d\x98\x46\x0d\xa7\x51\xc3\xe9\xa7\x3c\xd4\x8d\x1a\x7a\x5c\xe8\x97\x60\x58\xd5\x7e\xaa\x97\xd3\xa0\x21\x6f\x33\xa6\x7a\x39\x2d\xfd\xe3\x7e\x53\x2f\x41\x7c\x6f\x03\xa6\x7e\x09\x4a\x71\x64\xf5\x4b\x30\xaa\xd7\x03\xe3\x88\x60\x3f\xa1\xb1\x9b\x74\xce\x69\xf1\x9f\xe1\x66\x38\x3e\xc6\x11\x3d\x09\x75\x4e\x30\x2a\xf7\x9a\xa9\x73\x82\x51\xbf\x5e\x7a\xac\x34\x4f\x08\x7a\xe9\x54\xcb\x69\xf1\x1f\xbf\x68\x00\x12\x14\x4b\x5a\x4e\x65\x15\x14\x57\xdf\x9d\x66\x94\x82\x62\x15\xcd\xa9\xbf\x82\xe8\xbe\x6d\x9f\x0a\x2c\x88\x66\xe9\xa5\xa9\x75\x82\x7d\x89\xe3\x4f\x0d\xdb\x81\x7d\xe9\xe2\x5f\x0d\xb5\x81\xaf\x4e\xfd\x54\x01\xa7\x65\x76\xd2\x4f\xd9\x29\xcb\xec\x70\x17\x9f\x2a\x20\xf8\x2a\xd3\x4d\x15\x10\x7c\xb5\xd6\xa7\xbe\x07\x86\xb7\xc6\xa9\xef\x4d\xcb\xec\x78\xc5\xd0\xf7\x40\x31\x8f\x7c\xea\x7b\xe0\x5b\xf1\x66\xea\x7b\xd3\x32\x3b\x5e\xf1\x0c\xa1\x81\xe1\xfd\x79\x2a\x74\x60\xf8\xee\x6e\x2a\x74\xd3\x92\x3a\xee\x5e\x85\x6e\x5a\x52\xc7\x5d\xa2\xd0\x81\x61\xe1\xdc\xa9\xd0\x81\xe2\x22\x2c\xd3\x08\x1a\xf8\x8a\x32\x4f\x1d\x0f\x14\xe3\xd7\xd3\xcc\x4b\x50\xac\x74\x3f\xd5\xbe\x69\x91\x9d\xef\x8b\x0e\xce\xfc\x64\xc1\xdf\x77\x74\x58\x62\xd2\xa5\x14\xa6\xde\x07\x8a\xeb\x5b\x4c\xbd\x6f\x5a\x78\x87\xfb\xff\x34\x17\x73\x7e\x6b\xfb\x7b\x5c\xeb\x82\xe0\x2b\x04\x30\x0d\xc7\x4d\x2b\xef\x78\x75\x53\x0f\x01\xf5\x20\xfe\xf7\x06\x3d\xb5\x47\xf0\x25\x87\x4e\xbd\x10\x7c\xeb\xcd\x4d\xb5\x70\x5a\x71\x07\x2d\x99\x6a\xe1\xb4\xe2\x8e\x87\xbd\x5a\x08\xc6\x72\xdf\xab\x85\xa0\x0c\xcf\x5a\xb5\x10\x14\x67\x71\x4f\x03\x73\x60\x98\x5b\x35\xd5\x42\x50\xac\x72\x39\xd5\x42\x10\xfd\xe7\xb5\xd5\x14\x4f\x30\x4c\x8f\x9f\x4a\xe0\xb4\xe4\x8e\x67\x95\x12\x08\x8a\xb5\x1b\xa6\x12\x08\x8a\x2b\x2e\x4c\x25\x10\x7c\xa5\x1b\xa6\x81\xb9\x69\x7d\x1d\x8f\x53\x03\x73\xd3\xfa\x3a\x9e\x06\x4e\x4c\x04\xc3\x87\x9c\xa9\x3c\x4e\xeb\xeb\x7c\x3f\x6f\x27\x2d\xda\x6a\x35\x84\x69\xde\xe7\xb4\xc0\x8e\xa7\xac\x11\xbd\x69\x81\x1d\x77\xb4\x11\x3d\x30\x96\x47\xa5\x01\x3d\x30\x2c\xe3\x3e\x8d\xe7\x4d\x0b\xec\xe0\xa1\x53\x5d\x05\x43\xc7\x99\x86\xf8\x40\xb1\x3c\xd7\x54\x60\xa7\x05\x76\x70\x9c\xa9\xc0\x82\x62\xe0\x6a\x2a\xb0\xa0\x0c\xff\x51\x81\x05\xc5\x32\x4f\x53\x7f\x05\x43\x85\x9a\xfa\x2b\x28\xd6\xe4\x9d\xfa\x2b\x98\xbe\x19\x98\xfa\xeb\x74\x31\x4c\x0f\x3a\xfd\x75\x1a\xdc\xfb\xfd\xfc\x7d\x87\x82\x02\x3e\xdd\xe8\xec\x34\x1c\x07\xf6\x23\x1b\x3f\xa7\x3c\x82\x2d\xea\xb6\xf9\xaf\x97\x07\x1e\x7b\x4e\x7b\x04\xd1\x9b\x7f\xa1\x3e\x82\xe9\xaa\x54\xd3\xd0\x1b\x98\xce\x29\x9b\x1a\x25\x98\x96\x90\x98\x1a\x25\xa8\xbe\xa2\x9c\x46\xde\x40\x0c\xe7\xfb\x4d\x2d\x13\x54\xdf\x51\x4e\x2d\x73\x5a\x58\xc7\xdb\xa9\x96\x09\xaa\xef\x15\xa7\x96\x09\xa6\xe5\x07\xa6\x4a\x09\xa6\xab\xa8\x4d\x95\x12\x4c\x8b\x75\x4c\x95\x12\x54\xeb\x64\x4c\x95\x72\x5a\x44\xc7\xbd\xa9\x52\x82\x69\x65\x8e\x69\x5d\x1d\x50\xad\x6d\x31\xb5\x4c\x30\x7d\xbf\x35\x95\x4c\x50\x9d\x56\x32\x75\x4c\x50\x9d\x7c\x32\x15\x4a\x50\x7d\x0f\x3b\xb5\xc7\x69\xc5\x1c\x77\x88\xf6\x38\x6f\xfb\xe8\x3f\x7a\x2c\xde\x04\x28\x78\xcd\x3b\x0d\xe8\x81\x6a\x61\xe9\x69\x36\x28\x98\xbe\x8a\x9b\xda\x23\xa8\xbe\xc0\x9d\xda\x23\x98\xbe\x2b\x9b\xaa\x22\x98\xf9\x7d\xca\x0e\x3d\x74\xc8\x81\x36\xd2\x07\xa6\x8b\xbb\x4d\xed\x11\x4c\x6b\xa7\x4c\xed\x11\x4c\xdf\x40\x4e\xed\x11\x4c\x5f\xc5\x4d\xed\x11\x4c\x5f\x89\x4e\x55\x11\x54\x5f\x19\x4f\x55\x11\x4c\x17\x6d\x9b\xaa\x22\x58\x16\xd2\x9c\xaa\x22\x98\xbe\x2a\x9b\xaa\x22\xa8\x4e\x0c\x9e\xaa\xe2\xb4\x10\x8e\xb7\x48\x55\x11\x4c\xcb\x83\x4c\x55\x11\x54\x63\x86\x53\x55\x9c\x16\xc2\xf1\x22\xaf\x2a\x82\xe9\x6b\xdf\xa9\x2a\x82\xe9\xfa\x78\x53\x55\x04\xd5\x8a\x34\x53\x15\x04\xd5\x8a\x1e\xd3\x1c\x54\x50\x9d\x13\x30\xb5\x43\x30\x5d\x01\x72\x9a\x83\x0a\x66\x72\x30\x2d\x4d\x10\xec\xd3\xbb\xd2\x16\xb6\x69\x82\x28\xf8\xd2\x04\x41\x0c\x57\x1e\x5c\x9a\x20\x88\xe1\xe2\x68\x4b\x13\x5c\xae\x4e\xc9\x1d\x7d\x19\x5c\x04\xd5\x29\x55\xcb\x34\x54\x30\xad\x24\xb3\x4c\x43\x05\xd3\xb7\xc9\xcb\x10\x24\x98\xbe\xcb\x5e\xc6\x20\x97\x65\x5e\x7f\xbf\x3f\x24\x68\x2f\x83\x94\x60\x26\x3b\x63\x19\xa4\x04\xd3\xd5\x2d\x96\x41\x4a\x30\x0d\x65\x2e\x05\x16\xd4\xf2\x6d\xe4\x63\x13\x47\x57\xb1\xc3\xaf\x4d\x94\x59\xe2\x5e\xb7\xb4\xdc\xe5\xe2\x94\x3c\x4e\x2c\xd3\x54\xc1\x74\xcd\xbe\xa5\xf7\x82\x6a\x7c\x68\xe9\xbd\xcb\xf5\x2a\x79\x84\x58\x7a\x2f\x98\xae\x68\xb8\x4c\x53\x05\xd3\x1a\x2f\x4b\xef\x05\xd3\x1b\xe2\xd2\x7b\x41\x74\xef\xfb\x4b\xf1\x05\xf1\xad\xd4\xb2\x34\x5f\x10\xcd\x4c\xc0\xa5\x72\x82\xe9\xbc\xdc\xa5\x39\x82\xe9\x8b\xea\x65\xc4\x10\x44\x3a\x87\x6a\x29\x85\xcb\x92\x37\x5c\x0d\x97\x99\x9e\xa0\x26\x2f\xa8\x96\x52\x08\x56\xe1\x66\xbd\x0c\x1b\x82\x65\x39\xd5\xa5\x27\x82\x65\xa9\xd1\xa5\x27\x2e\x2b\xde\xf0\xfc\xbe\xf4\x44\x10\x69\xe8\x7d\xe9\x89\xcb\x92\x37\xdc\x02\x97\x9a\x08\x96\xab\x94\x2f\x35\x71\x59\xf1\xc6\x23\x5a\x27\x04\xab\x7c\xbf\x65\x2f\x2b\x49\x58\xd3\x26\x0f\x0c\x02\x87\x16\xd8\x5d\x3a\xe1\xd2\x09\x2d\x0a\xb1\x0c\x1d\x82\x65\x95\xe2\xa5\x26\x2e\x2b\xda\x78\xb2\xa9\x89\xcb\x8a\x36\x3c\x59\x2c\x35\x11\x2c\x27\x68\x2f\x35\x11\xec\xe3\x9e\x81\xd5\x13\xc1\x72\xf6\xc5\xd2\x13\xc1\xb2\x14\xf3\xd2\x13\x41\x0c\x3d\x62\x29\x85\xab\xd1\x73\xcf\x5b\x0d\x10\xd4\xfc\xfe\xd3\xc1\x68\x0e\x86\x9f\x72\x30\x1a\x83\x61\x2f\xb5\x3d\xb0\x5c\xe8\x7c\x69\x7b\x60\x99\xf9\xb0\x54\x3b\xb0\x0c\xd1\x2f\x73\x4b\xc1\x32\x1c\xbf\xb4\x3d\x50\x5d\x96\x68\x69\x7b\xa0\xba\x70\xc8\xd2\xf6\xd6\x67\x7b\xbc\x6c\x5a\xda\x1e\x18\xbe\xa6\x5c\x86\x2b\xc1\xb2\x48\xec\x72\x02\x21\x58\x66\xed\x2e\x23\x98\x60\x95\xef\xb7\x1c\x8a\xee\x50\xd0\x23\xd3\x54\x41\x75\xb1\x92\x65\x50\x13\x2c\x93\x82\x97\x7a\x09\xaa\x33\x95\x97\x41\x4d\x50\x9d\x0b\xb6\x0c\x6a\x82\x65\x14\x7f\x19\xd4\x04\x35\x79\xf5\xbe\x0c\x6a\x82\x7d\x0d\x66\x78\x0c\x6a\x82\xe5\x1a\x2d\xcb\xdc\x54\x50\x9d\xba\xbc\x4c\x4d\x05\x31\x7f\x5e\xf0\x94\x5c\xb0\x4a\xf7\xc7\x1c\x31\x2a\xf7\xb8\x8c\xfd\x32\x40\x0a\xf6\x23\x21\xdd\x34\x37\x15\xd4\x74\x14\xad\xdc\x03\x96\xb3\x48\x97\x61\x54\xb0\xac\xf7\xbb\x74\x68\x50\xd3\x81\x35\xb2\x0a\x96\xe5\x5f\x97\x5a\x0d\x6a\x7a\x5a\x9a\xc0\x0a\xaa\x53\x16\x97\xa6\xbd\x9c\xc5\xc8\x03\xf9\x32\x81\x15\x4c\x17\x2e\x5e\xca\x37\x58\xd6\x5a\x5f\xca\x37\x88\xa6\x0b\x2f\x03\xb0\xeb\xcb\x60\xed\x7e\xd5\x31\x1b\x9e\x4a\x36\x39\x64\x1b\xd5\x09\xc4\x4b\x23\x07\xcb\x59\x4b\x4b\x23\x07\x35\xdd\x25\x1a\xf9\x32\xa9\x95\xe7\xe5\xa5\x91\x83\xea\x3a\x5a\xcb\xa0\x2c\x58\x56\x6e\x5e\x4a\x3a\x58\xbe\xc9\x5a\x8a\x35\x88\x74\x72\xd9\x52\xa3\x41\x4d\x2f\x5b\x6a\x34\x58\xbe\x0f\x5c\x2a\x33\xd8\x47\x01\xff\xa9\x33\x83\xea\xd4\xf7\xa5\xf9\x82\xe8\xe6\xf9\x2c\x63\x9e\x60\x99\x14\xbf\x8c\x79\x82\xe5\xfc\x86\xa5\xc8\x82\x65\x30\x6d\x29\xb2\x60\xad\xf2\x07\x67\x5e\x4a\x2d\x58\xc6\x9c\x96\x52\x0b\x6a\x7a\x7a\x18\xeb\x04\xcd\x09\x50\x4b\xcf\x05\xcb\x39\x18\x4b\xcf\x05\xcb\x68\xd2\xd2\x73\xc1\xbe\x37\xd0\x3b\xe3\x9f\x60\x99\xdf\xbf\x8c\x7f\x82\x65\x1c\x67\x69\xc3\xa0\x59\xc0\x62\x69\xc3\xa0\x59\xfe\x61\x59\x95\x07\x2c\x63\x2f\x4b\x1b\x06\x7b\xdc\xf9\x4b\x75\x78\x7d\x79\xaa\x74\x49\x1d\x5e\xe6\xa9\x7a\x74\xa9\xc3\x20\x9a\x4b\xf8\x2c\x7d\x18\x34\x4b\x90\x2c\x7d\x18\x2c\xe3\x87\xcb\x59\x90\x60\x19\x1e\x59\x2a\x32\x68\x16\x25\x59\x1a\x32\x58\xeb\xfb\x79\xc7\xe7\xcb\x79\x75\xc3\x1c\x9e\x83\xe1\x21\xee\xb8\x34\x64\xb0\x0c\xdb\x2c\x0d\x19\x34\x8b\x79\x2c\x0d\x19\x2c\xa7\xa8\x2c\x0d\x19\x34\xb3\x16\x97\x86\x0c\x9a\x55\x50\x96\x86\x0c\x96\x05\xac\x97\x86\x0c\x96\x33\x54\x96\x86\x0c\x96\xb3\x0f\x97\x86\x0c\x22\xab\x97\x60\x15\x19\x2c\xc3\xb2\x4b\x45\x06\xcd\x09\xbf\x4b\x45\x06\xcb\xb8\xcd\x52\x91\xc1\x72\x72\xc8\x32\xc4\x0b\x9a\x75\x47\x96\xd2\x0c\x96\x91\xda\x65\xf0\x16\x34\x0b\xb6\x2c\xe7\x58\x82\xe5\x0c\x95\xa5\x59\x83\x65\xd8\x74\x99\xe7\x0a\x96\xb9\x6d\xcb\xa8\x2f\x58\x86\x73\x97\x41\x5f\x10\xf9\x3d\x26\x1a\xf5\x05\xcd\x94\xce\x65\xd4\x17\x2c\xc3\x4e\x4b\x71\x07\xcd\x7a\x28\x4b\x6f\x07\xcb\xd8\xd7\xd2\xd1\xc1\x32\x30\xb8\xb4\x6f\xb0\x7c\xf1\xbe\xb4\x6f\xb0\x0c\x61\x2d\xe5\x1b\x34\x2b\xcb\x2c\xe5\x1b\x34\x97\x0f\x58\xca\x37\x68\x66\xa4\x2e\xe5\x1b\x2c\x67\xe6\x2c\x43\xbc\x60\x19\xd9\x5e\xfa\x38\x68\x56\x1e\x5a\xfa\xf8\xb2\xaa\xed\x74\xc4\xb4\x6f\xd0\x4c\x82\x5d\xda\x37\x58\x46\x52\x97\xf6\x0d\xa2\x7f\xc7\x98\xfa\x0d\xf6\x89\x4a\x07\x8c\xde\x82\x65\xe8\x7f\x69\xc3\xeb\xf9\xa2\x62\x1c\x05\xc6\x57\x41\xfc\x5c\xc6\x65\xe9\xc3\x60\xb7\xb1\x71\x86\x53\x41\xfc\x5c\xae\x66\x29\xc9\x20\x7e\x2e\x98\xb2\xb4\x64\xb0\xdb\xd8\x14\x35\x19\x34\xcb\x82\x2d\x35\x19\x44\x37\x47\x76\x29\xc5\x20\x7e\xae\x20\xb4\xb4\x62\xb0\x37\xc5\x9f\x73\x3f\x3c\xd4\xda\xf2\xbc\xd3\x94\xc1\xfe\x57\xbe\xaa\x04\x83\xfd\x55\x86\x5d\x0b\x06\xfb\x73\xb6\x39\xec\x2f\x65\xb4\xbc\x70\xa8\xc1\x20\x7e\x4e\x2d\x5c\x4a\x2f\xd8\x5b\x47\x67\xb5\x5e\xb0\x7f\x8e\x5d\xa6\xf6\x82\x3d\x50\x1c\x72\x7a\x2f\xd8\xd7\x6e\xbf\xeb\x61\xc8\xe4\xcb\x74\x7a\xe9\xd2\x7c\xc1\xfe\x3d\xbf\xeb\x08\xbc\x8e\x80\xc7\x98\xee\x0b\x9a\x55\xe6\x96\xc1\x52\xb0\x7b\xeb\x57\x3d\x14\x09\x96\xfe\x5c\x0a\xe7\xd0\x91\xc1\xde\xbc\x46\x5b\xd8\x46\x46\x3e\x77\x96\x43\x45\x06\xcd\x1a\x70\x87\x86\x7c\x18\x2b\x35\xb1\xf6\xd0\x90\xc1\xde\x38\xdb\xba\x6d\x94\x56\xe0\x8c\x3e\x54\x64\xb0\xff\xb4\xd3\x36\x6c\x73\xec\xb8\x35\x1f\x4a\x32\xd8\xfd\x4f\xda\x96\x6d\xcb\xcf\xb9\x75\x87\x6d\xd4\x9e\xe3\xf6\x75\xa8\xc1\x60\x1f\xdb\x7f\xc8\xd3\x3e\xd4\xe4\xc3\xd9\x9c\xb9\xfc\xb7\xdb\xb6\xdb\x2d\x70\xab\x5e\xdb\x1c\x46\x6e\xb3\x87\x0e\x0c\x9a\x45\x20\x0e\x85\x17\x34\x4b\xd8\x1d\x0a\x2f\xd8\xbf\xc6\xb6\x6b\xbc\x60\x8f\x05\xff\x60\xf4\x17\xec\xe3\x8d\x31\x53\x83\xc1\xfe\x9c\xff\xea\xf8\x84\xe3\xc3\xd5\xf8\xb0\xe0\x0f\x68\x56\x26\x3c\x54\xe3\x43\x35\x56\x53\x0f\xd5\x18\xec\x63\xc1\x36\x07\x20\x9c\xce\xca\x31\x73\x18\x15\x06\xfb\x73\x76\xe3\xb1\x8d\xc9\x1e\xc3\xce\x3a\x26\x41\x45\x4a\xe4\xe9\x30\x2a\x0c\xf6\x37\xe9\xac\x61\x61\xd0\xac\xcd\x77\x98\x0d\x0c\x9a\x75\x19\x0f\x15\x1d\xec\x6e\x71\x78\x18\x16\x06\xbb\x8d\x6d\x33\x1b\x18\xec\x7f\xf0\xbb\x0e\x49\x71\xb2\x83\x43\x62\x18\x18\x44\xcf\xe9\x96\xd8\x57\x17\xdb\xb4\x94\xe7\x61\x6c\x18\x44\x77\x16\xf6\xa1\xce\x83\x88\xf0\x10\xd4\xe7\x41\x74\x9f\x83\x0e\x85\x1e\xec\xcf\xd9\x66\x3f\x36\x9a\xd3\xe1\x0e\x55\x1d\x34\xe7\x99\x1f\xaa\x3a\x68\xd3\x23\xcc\x88\x2e\x68\x33\xfc\xa2\x7d\xa8\xce\xce\xf0\xa0\x53\xdf\x41\x84\x39\xbd\x87\xfe\x0e\xda\xf4\xa4\xd4\xdf\xc1\xde\x34\x86\x4e\x7f\x07\xfb\xe7\xf8\xaa\x02\x0f\xf6\xd1\xc9\xdf\x6a\xf0\x60\x7f\x8e\xef\xea\xe6\xa0\x39\xf1\xf3\xd0\xcd\x41\xa4\x09\x24\x87\x72\x0e\x22\x4c\x4b\x3e\x8c\xe2\x82\x36\xdd\x39\xfa\x3a\x68\xf3\xdb\x10\x47\x84\x24\xe1\x30\xed\xe0\x50\xd8\x41\x73\xe6\xe7\xa1\xb0\x83\xbd\x1b\x18\x39\x43\xb6\x47\xb3\xaf\xdc\x6e\x0f\x95\x1d\xec\x61\x62\xd7\x18\xa1\x05\xbb\x8d\xcf\xe9\xf1\x60\xf7\x95\xff\x50\xe4\xc1\xfe\x0f\xdb\xdc\xfd\x24\x19\x37\x5f\x31\x1c\xaa\x3c\xd8\xbf\xe7\xe7\x1c\x14\x5c\x3e\x4c\xd5\x3e\x74\x79\xb0\x3f\xc7\x36\x2b\xf3\x20\x9a\x99\x0b\x87\x36\x0f\xda\x74\x97\x69\xf3\xa0\x4d\x0f\x44\x6d\x1e\xec\x2d\x66\x8f\xa9\xf3\x60\xb7\xb9\x75\x8e\x4a\x77\x2a\x92\x23\xa5\xbd\x83\xbd\x25\xfe\x85\x23\x45\xf5\xdc\xe9\x31\xa6\xbe\x83\xfd\x31\xdb\x1c\xa8\x8d\x36\xfd\x07\xf5\x1d\xb4\xc9\xad\xfa\xd0\xd5\xc1\xfe\x26\xdd\xd7\xd5\xc1\x7e\x30\xf1\xd7\x1c\x92\x74\x48\x1c\x62\x6d\x1d\xec\x36\x3a\xa6\xad\x83\xdd\xc6\x91\xa2\xae\x83\xfd\x55\x3f\xe7\xa0\xe4\x37\x28\x74\x56\x61\x07\x6d\x7e\x5f\x75\x4c\x5c\x2d\x34\x3c\x8c\x75\x71\xb0\x7f\x8e\x03\x4f\xf3\x06\x7b\x93\x19\x27\x95\x1a\xec\x36\x7e\x4f\x81\x3e\x5c\xe5\xd3\x5a\x9e\x87\x22\x0c\xa2\xff\xbe\x36\xc7\x7d\xa3\x5b\xfb\xe5\x30\xea\x7c\x58\xf2\xc7\x77\x43\x87\x76\x0c\xba\xcf\x9b\x87\x61\xe7\xe3\x5f\xc5\x1f\xfe\x55\x61\x06\x7b\x4b\xe8\xac\xc6\x0c\x22\x7c\xdf\x75\x18\x79\x06\xdd\x07\xe6\x43\x8b\x06\xfb\x5f\x6d\x73\xdc\xa7\xeb\x84\xe3\x43\x87\x31\xe5\xc3\xfa\xb7\x5a\xeb\xa1\x5a\x83\xc8\xf4\xa9\xc1\x18\x31\xd8\xbf\xc7\xbe\x55\xb7\xc1\xfe\xae\xff\xe1\x00\x4c\x57\x4a\xf7\x6e\x64\x30\x19\x44\x37\x6f\xe6\x50\xc2\x41\x77\xaa\xdc\xa1\x84\x83\xfd\x17\x7f\x48\xf7\x3e\x8c\x36\x1f\xae\xd8\xe9\xeb\xad\x43\x33\x07\x7b\x0b\xd8\x2a\xd5\x1c\x74\xa5\xf2\x50\xcd\xc1\xfe\x98\x5f\x75\x2f\xaf\xaf\x84\x0d\x1b\xaf\x9c\x83\xee\xf4\xba\x43\x11\x07\x31\xbf\x1d\xaf\x89\x83\xbd\x25\xfe\x85\xc7\xe5\xb2\xbe\xa4\x97\x2b\x5d\x1c\x74\x6b\xc0\x1d\x46\xa6\x0f\x57\xfc\x34\x23\xf0\xd0\xcf\xc1\xfe\x2a\x47\x88\x82\x0e\x76\x1b\x07\x97\x82\x0e\xba\x59\x02\x87\x82\x0e\xf6\xc7\xf8\x39\x0d\x1d\x74\x6d\xfc\x50\xd0\x41\xb7\x38\xd5\xa1\xa0\x83\xdd\x07\xff\xc0\x61\x3a\x1c\x26\x2f\x24\x2a\x3a\xd8\x9f\xf3\x5f\x1d\x26\xaa\x17\x35\xe7\x91\x1c\x4a\x3a\xd8\x5b\xe2\x7f\x38\x26\x16\x2b\xfa\x79\x19\x56\xc0\x41\x77\x6a\xdc\xa1\x80\x83\x28\xdf\x1e\xd3\xc0\x8f\xad\xdb\xdd\xe2\xe2\x87\x6e\x7d\xb8\x4c\xa8\x69\xca\x87\x72\x0d\xa2\xbb\xee\xc4\xa1\x5c\x83\x6e\xf5\xa8\x43\xb9\x06\xfb\x1f\xd8\x10\xed\x1a\xec\x8d\xe3\x5f\xd5\xeb\x83\xa9\xa4\x45\x9f\x3b\xcc\x97\x06\xdd\x85\xd0\x0e\xfd\x1a\x44\xf1\xbd\xcb\x61\xc2\x34\xd8\x6d\x6e\x89\xfd\x3f\x29\xcf\xe9\x7e\xd5\xb0\xc1\xfe\x98\x1d\xb3\xaf\x96\x31\xf2\xad\xf9\xa1\x29\x83\xee\x1a\x74\x87\xa6\x0c\xba\xab\xbb\x1d\x86\xb3\xc1\xfe\x35\x36\x4e\x55\x06\xbb\x8d\x9d\x68\x3c\x1b\xec\x7e\xf9\x5d\xfb\x75\xf9\xd6\xc9\x4e\xe8\xd4\x60\xdf\x23\xfd\x3d\x3b\x46\x48\x3b\x8d\xe3\x1d\x5a\x35\x88\x62\x45\xeb\x43\xad\x06\xbb\xcd\xcf\xd9\xdb\xcb\x02\x40\x1e\x3c\x5a\x34\xd8\x6d\x6c\x8b\x1a\x0d\x76\x1b\xe3\xae\x47\x83\xfd\x7b\x6c\x9f\x1e\x0d\xba\x52\x76\xe8\xd1\x87\x89\xd1\xe6\x6f\x1e\x46\xa3\x0f\x57\xfb\x54\xf2\x0e\xa5\x19\xec\x9f\x63\xe0\x0d\x51\x83\xfe\x3d\xc3\x9b\xf3\x0c\xba\x25\xdb\x0e\xa3\xd6\x60\x7f\x93\xdd\x63\xd8\xfa\x70\x22\x2a\x52\x7a\x98\xf4\x7c\x7c\x13\x51\xbd\x28\x18\xca\x3e\x2c\x6c\x64\x09\xe8\xc3\x58\x36\xd8\x6d\x74\x42\x7d\x07\x7b\x9f\x31\x9e\x6a\x39\xe8\xfa\xec\xa1\x81\x83\xfd\x55\x36\x58\x03\x3f\xfe\x4d\x49\xf5\xab\xf6\x8b\xfa\xb7\xdf\x0c\xce\x43\x05\x07\x7b\xf3\xd8\x64\x15\x1c\xf4\xe4\x15\xf3\xa1\x6e\x1f\x8f\xa5\x98\x7c\xfc\x37\x0c\x0d\xe2\x2b\x53\x71\xa8\xe0\x87\xf5\x8b\xcc\x9c\x3a\xd4\x6d\x10\x5f\x21\x89\x43\xb7\x06\x7b\xf7\xb0\x29\x7a\x34\x88\xfa\x1d\x65\x7a\x34\x88\x6f\x42\xe3\xa1\x47\x83\x6e\x51\xc6\x43\x8d\x06\x5f\x4c\xe5\xd0\xa2\xc1\xfe\xb5\xfd\xb1\x53\x15\x06\xbb\xad\xd3\x56\x6c\x2b\xb6\x05\x6d\xd5\xb6\x6a\x5b\xa5\xad\xd9\xd6\xf8\x0b\x3f\xd6\x6d\xea\x9e\x16\xfe\xdc\xb4\x8d\x72\xa4\xbe\xf3\x3e\x95\x57\xd0\x67\xb5\xe9\xb4\xe9\xb4\x92\xe9\xa2\xed\xb5\xed\x75\x7a\xf0\xee\xff\x69\x30\x16\x74\x4f\xc6\x53\x11\x3d\xa3\xf8\x31\x3a\xa6\x89\x82\xa8\x9e\x78\xa7\x8a\x09\xbe\xcb\xe2\xa9\x61\x82\xa8\xbe\x6d\x38\x35\xcc\x33\x96\x6d\x49\x9b\x1b\x8c\x4e\x56\x9d\xf8\x54\x13\xc1\xbe\x2e\xf8\xdd\xc7\x36\x66\x2a\x1b\x09\x3f\x95\xc2\xd3\x54\x61\xfa\xa0\x12\x82\xb5\xfe\xf0\x5e\xfd\x54\x18\x41\x58\xf2\xee\x54\x18\x41\x1a\x81\x3e\xf5\x40\x90\xa6\xa7\x9d\x2a\xdf\xe9\x42\xa1\x9c\xa5\xa7\xc6\x07\x46\xfb\xb9\x85\x8e\xb3\xa9\xbf\xdc\xf5\x4e\x53\x7f\xc1\x68\xfe\xbc\x5a\x08\xca\x58\x36\xb9\x5d\x64\x03\x2f\xee\xa0\xa7\x52\x08\x46\xe3\x11\xe6\xd4\x09\x4f\xd7\x04\x9d\xdf\x37\xdd\x17\xac\x09\x6a\xd5\x99\xd3\x28\xef\xc9\xfa\x9f\x56\xaf\x38\xf5\x44\x30\xad\x94\x7d\xea\x89\xa0\x5a\xa3\xe3\xd4\x13\xc1\xb4\x76\xe6\xa9\x26\x82\x69\xc5\xbe\x53\x4b\x04\xb5\x7c\x4d\xee\xad\x6a\x68\xca\x2f\x3a\x14\x95\xe4\x12\x7f\x5e\x1f\x3c\x8d\xe8\x72\xc9\x39\x8d\xe8\x9e\x46\x74\x3d\x08\x8d\xe8\x82\x65\x92\xf2\xa9\x21\x9e\x46\x6f\x79\x41\x72\x2a\x88\x60\x99\xe5\x7b\xea\x87\xa0\x3a\xbf\xf7\xd4\x0f\xc1\x32\x25\xf6\xd4\x0f\x41\xf3\x09\xe9\x34\xc4\x0b\x96\x33\x83\x4e\x8d\x11\x2c\xa7\xdb\x9c\x1a\x23\x68\x5e\xa7\x4f\x85\x11\xac\xef\x3c\x30\xea\x0b\x9a\xd5\x0c\x4f\x75\x11\x34\x6b\x77\x9e\xda\x22\x88\x9f\x65\xbd\x4e\x6d\x11\x44\x1a\x78\x3c\x35\xc3\xf3\x33\xc3\xe6\xcf\x39\x18\xff\xcc\xd0\xdf\x73\x34\x3e\x33\xe4\x56\x73\x6a\x86\x60\xfb\x83\xff\x61\xe7\xd5\x40\x77\x8a\xca\x77\xaa\x7c\xdf\xb0\x19\xc2\x05\xdd\x62\x0e\xa7\xc6\x77\x3a\x09\x55\x09\x38\x35\x3e\xd0\x5d\x21\xf4\xd4\xf8\xce\xfc\x6e\xab\x7c\x4c\xe3\x03\xdd\xb7\xd3\xa7\xc6\x07\x5c\x95\xef\x34\x5e\x0b\x5c\x04\xf9\x54\x01\xc1\x77\x46\x28\x80\x20\x0c\x80\x9e\xfa\xdf\xf9\x2f\x32\x4b\x93\x7b\x13\x85\x73\x8d\x9b\x53\x5d\x03\xa3\xfd\xfc\x94\xdb\x8e\xad\x8d\x74\x47\x19\x14\x05\xd5\x9b\xd3\xa9\xac\x81\x7d\xc6\x31\x88\xca\xda\x69\x6d\xd7\x6f\xc4\x0c\x77\x82\x66\x95\xe9\xd3\x70\x27\xe8\xae\x23\x7c\x1a\xee\x04\x2e\x17\x79\x2a\x79\x20\x86\x3e\x73\x1a\xee\x04\xdf\xd9\xab\xf6\x81\x34\x5f\xf0\x54\xfb\x4e\x67\x8f\x72\x83\x3c\xb5\x3e\x90\xa6\x73\x9d\x5a\x1f\xd8\xf7\x42\x7e\x4c\xeb\x03\x69\xae\xf4\xa9\xf4\x81\x70\x91\x9e\x53\xe7\x03\x69\xa2\xed\x69\x94\x14\x84\x6b\xe1\x9c\xa6\x11\x83\xd1\x7e\x7e\xca\x3e\xb2\x7e\xa7\x05\x04\x4f\x85\x0f\x14\x0b\x08\x9e\xfa\x1e\xf8\xd2\xea\x4f\x75\xef\xdc\x6a\xf7\xcd\x85\x3c\x35\x3b\x30\x7f\x5e\x61\xb5\xb8\xf3\xcb\x09\x66\x23\xb4\x2f\x30\x2d\xb0\x73\x6a\x5f\x60\x5a\x2d\xf2\x54\xbe\x40\xb5\xf2\xcf\xa9\x7b\x81\x99\x5f\x93\x1d\xa2\x32\x4f\xf9\x7e\xcb\x0e\x2d\x2e\x9d\x9e\xaa\x9a\x17\x58\xe6\x9b\x9e\x1a\xd5\x69\x28\x13\x53\x3c\xb5\x22\xb0\x4f\x72\x46\x47\x2d\x3a\x5d\x60\xc4\xe2\x7d\xa7\x5e\x04\x5a\xf3\x22\xa5\x16\x81\xfd\x31\x3a\xa0\x16\x81\xdd\xe6\xe7\xec\xc1\xe1\xab\x0e\x6f\xce\x46\x25\xcf\xc3\x77\x38\x9e\x96\xfa\x0e\xd8\x27\x39\xc3\x76\x7c\x5b\xec\xbb\x04\xb7\xce\xf1\x56\x81\x78\xd6\x39\x8d\x38\x82\x7d\x42\xf3\xaf\x2a\x10\xe8\x56\xb8\x3d\x35\x20\x90\x3e\x73\x9d\xda\x0e\x88\xf5\xfb\x43\x6d\xb2\x53\x17\x02\x69\xe6\xfd\x69\xa8\x11\x14\x2b\x54\x9e\x6a\x0f\x28\xae\xd0\x71\x1a\x57\x04\xd5\x12\x51\xa7\xd6\x03\xa6\xb5\x62\x4e\x83\x88\xa0\x26\x51\xa2\xd3\x20\x22\xa8\x49\x4a\xc2\x69\x0c\xf1\xfc\xd6\xd4\xf4\x1a\xa9\x07\x9d\x86\x07\xbf\x8f\xd9\x3b\xaa\xe7\x58\x29\xe8\x54\x79\x40\x44\xf8\x1c\xa7\xf2\x9c\x5f\xf9\x1c\x87\x54\xe5\x01\xfb\x52\x4a\x3f\x55\x1e\xb0\x9f\xbc\xe8\xa8\xca\x03\x5c\x95\xf6\x54\x78\x40\x7e\x67\xb3\xbe\x03\x9c\x7c\x79\x6a\x3b\xa7\xb6\xe3\xae\x50\x76\x40\x56\xde\x38\x9d\x26\xec\x82\x70\xe1\xa3\x53\xd5\x01\x35\x7d\x36\x52\x75\x80\x53\x96\x4f\xa3\x83\x20\x9d\x01\x72\x9a\x9c\x0b\xc2\x05\xca\x4e\x75\xe8\x74\x02\xe8\xf0\x8b\xf6\x10\xf3\xb1\xa0\xcf\xa9\xf9\x00\x97\x33\x3e\x15\x1f\x10\xdf\x3a\xf4\xa7\x96\x03\xd2\x44\xbf\x53\xa1\x01\x69\x6a\xfa\xa9\xcf\x9c\x86\x23\xbf\x0e\x19\x8e\x04\xa3\xe1\x33\xa7\x09\xbb\x60\xb4\x9f\xdf\xb4\x8f\x8f\xcf\x59\xf4\xc8\x58\x24\x18\xa6\x6c\x9f\x8a\x10\x18\x96\xb6\x38\xf5\x20\x30\x1a\x01\x8f\x53\x0d\x02\xfb\xe0\xf1\xf7\xed\xe5\x43\xb1\x5e\x5e\x04\x9c\x26\xde\x82\x6a\x95\xb3\x53\xe3\x01\xd3\x77\x5d\xa7\xf1\xc5\x93\x94\x5a\xdf\x16\x9d\xc6\x08\xcf\x97\xe7\x19\x8f\x7d\x35\x06\x2c\xe7\x06\x9d\x5a\xcc\x69\x34\xd0\x0c\xaf\x53\x8d\x39\x5f\xb3\xf5\x6c\xf2\xd0\x79\x49\x31\xf2\xde\x69\xe0\x0f\x2c\xa7\x98\x9e\xc6\xfd\xce\x2f\xee\xc7\x6e\xba\x94\x9d\xcb\xb8\x9f\x55\x6a\x2e\xe3\x7e\x60\xb7\x0d\xda\x8a\x6d\x5e\x01\x79\x31\x72\x29\x40\x60\x9f\x11\x95\xb6\x66\x9b\x8f\x39\x78\xd7\xa5\x01\x81\xa6\xd9\x5c\x46\xfe\xc0\xfe\x58\xa3\x6d\xda\x36\x39\xac\xfc\xd7\x65\x93\xef\x1c\xd3\xaf\x9e\xb6\x59\xed\x69\xf9\xb9\xcb\x36\x2d\xbb\xdb\x76\xdb\x76\xeb\x58\x6e\xc9\x6b\xdb\xcb\x7e\xde\x2d\xaa\x13\x70\x2e\xe2\xa5\x39\x81\xc9\x65\xf8\xd2\x9b\x2e\x2b\xab\x22\xc4\x97\x11\x3c\xf0\x2d\xd2\x79\x19\xc0\x03\xf9\xeb\x36\xd9\xcb\x20\xf1\xc0\x16\xfb\x18\x94\x7b\xe1\xda\x70\x19\xa8\xbb\xc2\x62\x22\x7e\xca\x2e\x86\x81\x2a\xb7\xc1\x1e\x12\x93\x6b\xc6\xdf\x2e\x65\x0b\xa4\x99\xd4\x97\xf1\x37\x10\x9e\x74\x97\xaa\x75\x59\x6a\x95\x90\xcc\xa5\x3a\x81\x62\xcd\xdf\xcb\xb2\xaa\xa0\x58\x1e\xe5\xd2\xa6\xc0\x68\xa8\xf1\x65\xf4\x0d\x14\x6b\xa1\x5c\x06\xdf\xae\xe2\xdc\x53\xb6\xcb\x3c\x5a\xf0\xcd\x6e\xba\x0c\xbd\x81\xe2\xc2\x52\x97\x1a\x06\xaa\x85\x11\x2f\x67\x60\x5e\xc5\x93\x89\x2f\x9a\x59\x0b\xa6\x2f\x15\x2f\x35\x0c\x44\xaa\x28\x97\xd2\x05\x9a\xef\x28\x2f\xa5\xeb\x52\xba\x82\x16\x3b\xf4\x6f\xc1\x0c\xbf\x68\x8f\x28\x98\xea\xda\x6f\x97\xce\x75\x7d\x33\x30\xdd\x7e\xe3\x75\x60\x36\x3f\xe5\x6e\x63\xc5\x8c\x6e\xec\xfe\xd2\xc3\xc0\xfe\x03\xb7\xd6\x9e\x53\xa7\xc7\x35\xc7\x2e\xad\x0b\xc4\x30\xdf\xf6\x52\xbb\xc0\xf4\xac\xd1\xba\x40\xba\xb6\xe2\x65\x64\x0e\x38\x79\xf9\xd2\xc3\xc0\xec\x7f\xb8\x31\x5f\x5a\x1a\x88\x6f\xec\xb4\x34\x90\xae\xd8\x78\xa9\x64\x20\x75\x90\x4b\xd9\x02\x91\x06\x63\x2f\x6d\x0b\xa4\x77\xc4\x4b\xdb\xba\x28\xd9\xf3\x9d\xfe\xaa\xd5\x45\x2c\xee\xc7\xc5\xf5\x32\x14\x07\x32\x1c\x4f\xd5\x0a\xc4\x77\xd0\xa8\x51\x20\x7d\x22\xba\xb4\x28\x90\xde\x97\x2f\x25\x0a\xc4\xcf\xb3\x40\x5f\x02\xe1\xc3\xe6\x65\x20\x0d\x44\x77\x5e\xe7\xa5\x42\x81\xf0\x31\xf5\x32\x92\x06\xf6\xbe\x67\x63\xd5\x2a\x10\x3f\x8f\x70\xad\x0a\xa4\xcf\x65\x97\xb1\x35\xe0\xc3\xec\xa5\x67\x5d\x7a\x96\xd7\x08\x35\xeb\x4a\x3b\xc9\xe8\xa8\x54\x20\x9c\xb6\x74\x29\x47\x20\x5d\xbf\xe9\x52\x8e\x40\xba\x56\xd3\x65\x6c\x0c\x64\x25\xb4\x70\x19\x1a\x03\x61\x02\xf8\x65\x64\x0c\x7c\x93\xdb\x2f\xad\x0a\x84\xe5\x2f\x2f\xe3\x62\x20\x6b\x71\xbb\xec\x4f\x52\xbd\xc8\x8b\xb6\x59\xab\x20\xbe\x42\x34\x57\x7e\x3d\x7a\xf9\x26\x83\x63\xda\x2a\x08\xe5\xf7\x32\x78\x06\xb2\xf2\x20\x73\x69\x68\x20\x4c\xe3\xbe\xcc\x5a\x05\x59\xdd\x30\xa5\x0d\x84\xf9\xeb\x97\x49\xab\x20\xa6\x8b\x21\x5f\x7a\x1c\x08\xef\x92\x97\xce\x06\xb2\x16\x3f\xe5\x58\xb0\x44\x47\x5a\x39\xf3\xd2\xda\x40\x7c\x57\x21\xa5\x0d\xa4\x4b\x11\x5c\xce\x1a\x05\x61\xda\xed\xa5\xc8\x81\x30\x1d\xf8\x52\xe4\x40\xb4\xaf\x4d\x93\xbb\x34\x39\xc7\x5f\x93\x03\xa1\x98\x5c\x8a\x1c\x88\xe2\x8d\x54\x91\x03\x61\x66\xfd\xa5\xc8\x81\xac\xc5\x4f\x39\x18\x04\xef\x7c\xfc\xb8\x74\x3b\x10\x66\xd6\x5f\x86\xf3\x40\xba\x94\xd8\xa5\xee\x5d\x44\xf3\xca\xd7\xe4\x50\x6c\xa4\x2f\x96\x2e\x67\x88\x82\xac\xc5\x8d\xf0\xd0\x27\xbc\x67\x6a\xf7\xa5\xee\x81\x30\xbf\xfc\x32\xb8\x07\xd2\xf2\x8b\x97\x06\x08\xb2\x7a\xfd\x30\xb4\x07\xc2\xd2\x71\x97\x71\x3a\x10\xe6\x7f\x5f\x86\xe9\x40\x3a\x6d\xed\xd2\x13\x2f\xd7\x02\xf1\x32\xa0\x27\x82\x74\x49\xb2\x4b\x4f\x04\x61\xda\xfe\xa5\x14\x82\x30\x64\x7f\x29\x85\x20\x7c\x07\x76\x19\xa2\x03\x59\xbf\x26\x47\x82\x08\xdd\x77\x6b\x32\x40\x07\xd2\xe5\xc8\x2e\x03\x74\x20\x7d\xeb\x76\x19\x8b\x03\xf1\x65\xc9\x5c\xea\x24\x88\x3e\x78\x25\x7c\xe9\x7a\x60\x1f\xd6\x6c\xad\x21\x30\x10\xce\xbb\xbb\x8c\x80\x81\x70\xe6\xda\xa5\x11\x82\x74\xa6\xdf\xa5\x10\x82\xf8\x4e\x54\x85\x10\x44\xff\x86\x51\x23\x04\xa9\x59\x5d\xc6\xc9\xae\xf3\x2b\x34\x46\x93\x5b\x6b\x0e\xaa\x65\x63\x2f\x25\x11\x84\x25\x8c\x2f\xc3\x64\x20\x9d\xf6\x78\x69\x81\x20\x9d\x96\x74\x69\x81\x20\x9d\xb2\x77\x19\x23\x03\xe1\xb4\x9b\xcb\x18\xd9\xe5\xc4\xcd\xe9\xcf\x3b\x3e\xd4\x14\x72\x0a\xda\x65\x84\x0c\x84\xf3\xcd\x2e\xf5\xf1\x72\xe9\x0f\x6f\xca\xea\xe3\x75\x7e\x65\x0c\x69\x72\x2c\x2c\xb5\xea\xbd\x40\x7d\x04\xe9\x9b\x87\x4b\x7d\x04\xe1\x6c\xb9\xcb\xc0\x1a\x48\xa7\xff\x5d\x0a\x25\x48\x67\x50\x5e\xa6\xa0\x82\xe8\xf3\x0f\xab\x57\x5e\x2a\xe8\xe5\xcc\x52\xde\x42\x5c\x46\xe2\x40\xfa\xd2\xfc\xd2\x4a\x41\xfa\x2a\xe4\x52\x40\x41\x7c\x8f\x2a\xfa\x27\x08\xa7\xef\x5d\xea\x27\x88\x34\x67\xec\x52\x40\x41\x58\x11\xfa\x52\x40\x41\xfa\x7a\xe4\x32\x91\x15\x44\x3a\xcd\xe8\xd2\x4a\x41\x2a\x33\x97\x56\x0a\xd2\xb5\xc2\x2f\x23\x70\x20\xbf\x07\x37\x45\x15\xa4\x93\xba\x2e\x45\x15\x84\x93\x3a\x2f\x45\x15\x7c\x13\x9f\x2f\x73\x5b\x2f\x73\x5b\x7d\x84\x55\x5e\x2f\xeb\x17\xf9\x6c\xad\xbc\x82\x70\xb2\xe9\x65\xdc\x0e\xfc\xc7\xd8\xb9\xe4\x58\xcf\x02\x0b\x72\xde\xab\xe8\x25\x9c\xe4\x8d\xd4\xea\xbd\xd8\xc6\xde\xff\x12\xae\x88\xe0\xbb\xd3\xbf\x46\xa1\x42\x75\x6c\x83\x9f\x41\x26\xd0\x1c\x04\xf7\x28\xaf\xa0\x39\x4d\xc0\xa3\xbc\x82\x70\x2c\xdb\xa3\xbd\x82\x70\x8c\xed\x63\xd4\x0e\x34\x07\x8c\x3d\xfa\xec\xa3\xcf\xfa\x9c\x30\x68\x07\xa2\x76\xbf\xc0\x75\x5c\x10\x8e\xe3\x78\x74\x5c\x10\x8e\x82\x7b\x54\x5c\x10\x8e\xce\x7b\x54\x5c\x10\xce\xb0\xfb\x18\xd8\x03\xe1\x0c\xe6\x8f\x3e\x0b\x9a\x83\x8b\x1f\x7d\x16\x84\x13\x85\x3f\x66\xd6\x82\x66\xd2\xc8\xa3\xe2\x82\x68\xe9\xfc\x9b\x6d\xc1\xfc\x45\x8e\xa8\x7c\x0c\xf4\x81\xe6\x88\xca\xc7\x54\x5b\xd0\x1c\xfd\xfb\x18\xfb\x03\xcd\x31\xaf\x8f\x6e\x0c\xc2\xe1\x8e\x8f\x6e\x0c\x92\x33\x3a\x3e\x06\x03\x41\x38\xe6\xf5\x51\x97\x41\x73\xb0\xec\x63\x78\x10\x84\xb3\x59\x3f\x8e\x40\x05\xe1\x90\x83\x47\x83\x06\x4d\xf5\x5e\x0a\x2e\x68\xf6\xc1\x2e\xfd\x16\x74\x3f\x0f\x97\x7a\x0b\xf6\xd3\x37\x53\x96\x2d\xcb\xfc\x9b\x45\xc5\x22\xba\x52\x39\x6d\x4b\xb9\x05\x51\x9c\x6f\x6b\x69\xb7\x60\x6f\xad\x50\xd6\x2d\xeb\x6c\xad\x51\x34\x2c\x1a\x14\x4d\x8a\xa6\x45\x73\x17\xd1\x3e\xcb\xb8\x20\x68\xce\x7e\xb1\x54\x60\x10\x2e\xa8\xbe\x34\x60\x10\x7e\xda\x2c\x05\x18\xf4\x12\xd6\xfc\xb5\x68\xdf\xce\x0e\x0c\x59\x2a\x31\xe8\x7e\x77\x2f\x9d\x18\x74\x63\xa2\x4b\x29\x06\xcd\x2e\xfc\xe5\xd8\x4e\xd0\x9c\xb4\x60\xe9\xbb\xa0\x1b\xc4\x5f\x06\x13\x41\x98\x1c\xbc\x74\x60\xd0\xfd\xec\x5e\x3a\x30\x68\x4e\x4e\xb1\x8c\x2e\x82\x66\x30\x6c\xa9\xc5\x20\x4c\xda\x5f\x2a\xf0\x72\x51\x92\x69\x91\x75\x24\xdc\x38\xcf\xd1\x5b\xc7\x60\xfe\x30\x9e\xe4\x4b\x2b\x06\xdd\x8f\xfa\xe5\xc4\x44\xa0\xbb\x1c\xe6\xd2\x8a\x41\xd4\x1f\x1f\x7e\x4b\x2d\x06\xe1\xda\x5e\x4b\x2d\x06\xfb\x7c\xbb\x03\x2b\x4e\x52\xaa\xa3\x77\x96\xb1\xc8\x65\x2c\x92\x17\xdd\x72\xfe\x22\x10\x8e\x28\x59\xda\x33\x88\x79\x8e\xcc\x8a\x93\xb8\xea\xd0\xa4\xa5\x3d\x83\xae\x54\x2d\x83\x98\xa0\x39\x2f\xc6\x52\xa8\x41\x38\x4a\x63\x19\xd7\x04\xdd\x75\xe0\x96\x8e\x0d\x9a\x9d\xe7\x4b\xc7\x06\xe1\xb4\xf3\xcb\x50\x27\x08\x57\xc6\x5f\x5a\xf7\x72\x99\x92\xe9\x7f\xd9\x62\x2e\x53\x42\x7c\x6f\xa9\xdd\x20\x9c\xd0\x68\x69\xdd\x20\x1c\x89\xb2\xb4\x6e\xd0\x55\xa3\xa5\x74\x83\x70\x88\xcc\xd2\xba\x41\x38\xb0\x62\x29\xdd\xcb\xc5\x4c\x78\xdf\x2d\x9d\x1b\x84\xb3\x3f\x2f\x83\x9f\xa0\xcd\xd1\xfe\xfb\x9d\xbc\xb4\xf4\x95\xbd\x8e\x3c\x6c\xdb\x2e\x7b\x1d\x71\xd8\x2a\x39\xe8\xda\xe7\xd2\xc9\x41\xa8\x90\x4b\xeb\x06\x4d\x3b\x5c\x46\x17\x41\x74\x13\x14\x96\xde\xba\x8c\xf3\x19\x1d\x5a\x8a\x2b\xe8\xc5\x1a\xeb\xad\x20\x65\x1e\x7c\x4b\x6f\x05\xc9\x0f\xf5\xa5\xb6\x82\x68\xf6\xd8\x2d\xbd\x15\xc4\x59\xb8\x66\xa9\xa9\xa0\x97\xe4\xd6\xac\x67\xf5\x1a\xa1\x52\x46\x03\x41\x2f\x5e\x23\x9a\x2b\xe8\xc5\xdb\xd1\x60\x20\xe8\xc5\x8b\xde\x68\xe0\x6a\x76\xc3\x70\x64\xfa\x2d\x48\xf9\x6c\xcb\x0b\x82\x55\x44\x9c\xfc\x77\xe9\xb7\xa0\x17\x0f\x55\xbf\x05\xdd\xd5\xbf\x96\x7e\x0b\x92\x66\xb9\xf4\x5b\x90\x9c\x6e\x78\x39\x2a\x13\xa4\x7c\x8e\xcb\xd3\x6b\x20\xd1\x8b\x4b\xbf\x05\x49\xbf\x5a\xea\x2d\xe8\xc5\x22\xf5\x16\x74\x97\xf9\x5d\xea\x2d\x88\xf3\x21\xb0\xf4\xdb\xe5\xb0\x4c\x27\xe5\x5f\xda\x2c\x48\x2a\xd0\xd2\x66\x41\x37\xc7\x67\x29\xb3\xa0\x17\xdb\xc2\x98\x24\x48\xf6\x11\x2e\xfd\x16\x24\x03\x01\x4b\xbf\x05\x29\x9f\xa3\xb0\x2d\x36\x7a\xf1\xf1\xab\xde\x82\x6e\x2a\xd3\x72\x9e\x24\xd0\x5d\xf4\x78\x69\xbc\xa0\x9b\x2a\xb2\x34\x5e\xd0\x9d\x2b\x7f\x69\xbc\xa0\x17\x1f\x4c\x0a\x2f\xe8\x66\x19\x2d\x85\x77\x9d\xd0\x25\x5f\x8c\x4b\xe3\x05\xbd\x9c\x22\xaf\x94\x41\x87\x3e\x3d\x02\x4b\xe3\x05\xdd\x6c\xa7\xa5\xf1\x82\x64\xbf\xc4\xd2\x78\x41\x2f\x38\xf6\xd2\x78\x41\x72\x86\xe6\xa5\xf1\x82\xe4\xcc\xd1\xcb\x00\xe7\x32\xc0\xe9\x35\xa0\x04\x2f\x03\x9c\x67\x5b\x36\xd8\xb0\xc1\xdc\xa3\x0d\x36\xbc\x9e\xac\xb7\x0d\x36\xbc\x9e\xdc\xa3\x0d\x36\x58\xa0\xc7\x97\xa6\x12\xbc\x4c\x70\xb5\xc3\x79\x69\xc1\xa0\x9b\x21\xb6\x0c\x8d\x82\x5e\xbc\x9d\x15\x63\xd0\x8b\x37\xbd\x62\x0c\x92\x5d\x1c\x4b\x31\x06\x49\x0b\x5e\x8a\x31\x48\x4e\x43\xbd\x14\x63\x10\x67\x4d\xa8\x65\x04\x15\xf4\x72\x7e\x69\x8b\x4d\x6f\x37\x6a\x69\x80\x73\x9d\x69\x6e\x7d\x7d\x18\xe1\x04\x51\xcf\xb7\x93\x36\x0b\x92\x5d\xfe\x4b\x99\x05\xe3\x7c\x00\x29\xb3\x60\x9c\x37\xae\xe6\x0a\x92\xeb\x56\x2c\xcd\x15\x24\xd7\xde\x58\x5a\x2a\xd8\x87\x61\x99\x0d\xb4\x91\x86\x5f\x75\x5a\x2a\x18\xe7\x25\xa9\xa5\x82\x71\xde\xfb\x46\x37\x41\x72\x1c\xc3\xd2\x52\xc1\x19\x58\xbc\xb4\x54\x90\x1c\xb1\xb1\xb4\x54\x10\xcd\xb9\x00\x97\x9a\x0a\x8e\xc5\x2f\x35\x15\x8c\xf3\x0d\xa1\xa6\x82\xe4\x1a\xfb\x4b\x4d\x05\x27\x56\xb9\x4c\xed\x04\x27\x79\x78\x69\xae\x20\x0d\xcf\x92\xe6\x0a\xc6\x79\x03\xa9\xa9\xe0\xdf\xc7\xac\x4e\x0a\x92\x59\x0d\x4b\xe9\x04\xc9\x64\xf8\xa5\x74\x82\x64\x52\xc9\x52\x3a\x41\x3a\x8f\x31\x23\xa1\xe0\x64\xbd\x2f\x3d\x14\xfc\xfb\x00\xd2\x43\xc1\xc9\x57\x58\x7a\x28\x48\xae\x36\xb2\xd4\x50\x90\xc6\xef\x0f\x93\x84\x2e\x2d\x15\x8c\x9f\x8f\x21\x8d\x14\xfc\xfb\xdc\xd6\x48\xc1\xbf\x47\x8e\x46\x0a\x92\x0b\xa7\x2c\x8d\x14\x24\x87\x57\x2c\x8d\x14\xfc\xbb\xc0\x35\x52\x30\x4c\xe0\x5b\x1a\x29\x18\x3f\xcf\x83\x46\x0a\x86\xf3\x4a\x2d\x8d\x14\x8c\x9f\x4f\x0e\xc3\xa9\x20\x39\x7e\x65\x29\xa9\x20\xb9\x14\xf5\x52\x52\x41\x72\x18\xc5\x52\x52\xc1\xc9\x54\x5d\x4a\xea\x5a\x5e\x32\x6e\xcb\x4b\x66\x79\xfb\x78\x5c\x36\xce\xa2\x71\x7c\x70\x28\xa4\xe0\x0c\x65\x58\x0a\x29\x48\xc3\x8f\x72\x85\x14\x9c\x51\xde\x4b\x21\x05\xe3\xe7\xc3\xdd\x98\x2b\x48\xae\x21\xbc\x74\x54\x30\xcc\x56\x5a\x86\x61\x41\x1a\x5e\x91\x3a\x2a\x48\x0e\xf8\x59\x3a\x2a\x38\xb3\x3a\x2c\x1d\x15\x24\x47\x0a\x2d\x15\x15\xa4\x71\x36\x6f\x4b\x10\x98\x35\x2f\x69\xa9\xa8\xe0\x84\x6f\x97\x8a\x0a\x92\xc3\x5a\x96\x8a\x0a\x7a\xb1\x48\x45\x05\xa7\x7b\x79\xa9\xa8\x20\x39\x80\x6b\xa9\xa8\x60\xfc\x7c\x36\xaa\xa8\x20\x75\x5d\xc4\x01\xa3\xe0\xe4\xaf\x2e\xad\x15\x24\x87\xef\x2c\xd3\x5c\xc1\x19\xa5\xbb\x8c\x0e\x83\xe4\xc8\xaf\xa5\xdb\x82\xe4\x88\xae\x65\x74\x18\x24\x17\xf3\x5e\x06\x87\x41\x72\x7d\xec\x65\x8e\xeb\x72\x92\x24\x9f\x95\xc6\x8b\xc1\x79\x7c\xbe\x7a\x32\x38\x23\x72\x5e\xa5\xf8\xfd\x9d\x99\xfd\x7f\x94\x65\xcb\x88\x64\x37\x8b\x8a\x45\x4a\x12\xb7\xcc\xab\x15\x83\xe4\xd2\xda\xaf\x1e\xfb\xba\x94\xa6\x37\xee\xab\x7c\xbe\xbf\xd3\x29\xc9\xe6\x8c\xa3\x82\x38\x77\xcd\xab\x32\x82\x38\x37\xfd\xab\x33\x82\xec\xd4\x30\xaf\xce\x08\x92\x43\xe8\x5e\x9d\x11\x64\x03\x08\xaf\xa1\x54\x30\x1c\x7f\xf1\xaa\x91\xaf\xab\x9f\x34\x37\xef\xa1\x05\x49\x8f\x5c\xea\xaf\xce\x08\xb2\x5d\xf2\xaf\x59\xab\x20\x1b\x71\x79\xd5\x48\x30\x5a\xf7\x87\x36\x5a\x62\x6e\x31\x3e\xb9\x5e\xcd\x12\x64\xfb\xcc\x5f\xc5\x12\x64\x23\x22\xaf\x62\x09\xb2\x73\x01\xbd\x7a\x25\x18\xad\xbb\x2d\x5b\x27\x31\xa3\x16\xe1\xe2\x57\xaf\x04\x71\xee\xd4\x57\xb1\x04\xd1\xe3\x6c\xcd\xe6\x61\x8d\x14\xc7\x5d\xbc\x9a\xe5\x6b\x5c\xb6\x5a\x64\xf3\x24\x9a\x87\xf0\xc4\xab\x59\x82\x61\x06\xce\xab\x59\xbe\x27\x7a\xcb\x61\x68\x96\xaf\xd1\x5b\xfa\x46\x5e\xcd\x12\x8c\x46\x30\xfd\xd5\x2c\x41\xb6\x9f\xfe\xd5\x2c\xc1\x70\x4c\xd2\xab\x59\x82\xec\xec\x49\xaf\x66\xf9\x66\xa6\xd8\xc2\x78\x5f\x9d\x11\x64\x83\x4f\xaf\xce\xf8\x9a\x30\xdb\xdd\xbc\x4d\x61\xc2\x6c\xf5\xbf\x6c\x09\x13\x66\xad\xb6\xce\xf8\x66\x12\x8f\x3c\x21\x86\x69\x5f\xb3\x63\x89\xe6\xbe\x4a\xe1\x6b\x76\xac\x67\x52\x29\x04\xc3\xb1\x46\xaf\x52\x08\x86\x93\xe4\xbc\xc6\x5d\x41\x76\x12\x95\xd7\x21\x95\x20\x3b\x51\xd2\x6b\xc2\x2c\x18\xc6\xac\x5f\xa3\xb3\x6f\xe1\x12\xf0\xa2\x33\x3a\x0b\x86\x83\x80\x5e\x83\xb3\x20\xa7\x53\x64\x1d\x8b\x75\xa4\x09\x0d\xce\x82\x9c\xce\xa1\x5a\xc7\x62\x1d\xff\xa0\xca\xaf\xe1\x5c\x10\x67\x96\xfb\xd7\x78\x2e\x88\x66\xcc\xfc\x35\x57\x16\x0c\xb3\x2d\x5f\x63\xbc\x60\x38\x24\xf7\x75\x5c\x25\x18\x8d\xd8\xc2\x6b\xd8\x17\x64\x83\x4e\xaf\x61\x5f\x30\x1a\x7d\xc2\xaf\xa9\xb3\x20\x1b\x15\x7a\xb5\x67\x90\xd3\x39\x08\x9b\x8a\xa8\xef\xe9\x2f\x7d\xd5\x67\x30\x1a\xf1\x92\x57\x7d\x06\x39\x9d\x2a\x79\x3d\x54\x1e\x1c\xcd\x1f\xda\x7c\x95\x4b\xa4\x7a\xf8\x36\x5f\xf5\xce\xb0\xc8\xf6\xa9\xdc\x19\x5e\x81\xfa\x34\x18\xcd\x33\xad\x4f\x83\xd1\x7c\xa0\xe9\xd3\x60\x98\x4f\xf0\xea\xd3\x20\x3b\xbf\xd3\x6b\x7a\x2d\x18\xad\xfb\x5f\xb6\x4e\xa3\x75\xba\xdb\xb2\x75\x9a\x37\x0b\xd7\x83\x8a\x0d\xb2\xc1\xb6\x57\xc5\x06\xc3\x4c\xa2\x57\xc5\x06\xd9\x09\xb1\x5e\xe3\xc5\x60\xb4\x53\x64\xb5\x9d\xd2\xc8\x96\x50\x9e\x41\x76\x2e\xa4\x57\x53\x06\xa3\xd1\xe3\xfc\x2a\xca\x20\xa7\x53\x64\x1d\xbb\x77\x3f\x07\xa1\x3a\x83\x33\x37\xd8\xab\x27\x83\x6d\xd8\xfe\x9b\x35\xea\x3e\x1d\xfd\x37\x6b\xd4\xa9\x11\x21\xa1\x57\x51\x06\xa3\x11\x75\x78\x55\x60\x10\x67\x19\xae\x57\xaf\x7c\xcd\x92\xf5\xcb\xfd\xd5\x22\xc1\x70\x60\xe4\xab\x45\x82\xec\xcc\x4d\xaf\xca\xf8\xba\xf0\x8a\x73\x65\xbf\x0a\x22\x98\x76\xd1\xbc\x0a\x22\x98\x76\x38\xbc\x0a\x22\x98\xce\x95\xfd\xea\x87\x20\x9f\x36\x53\x06\xc1\x54\x5c\x5f\x65\xf0\x65\x51\x4b\xe7\x93\x7f\xd5\xbc\xd7\x15\x2c\x6d\x0c\x2d\x0f\x4c\xbb\x5e\x5e\x2d\xef\x75\x05\x4b\x6f\x37\x43\xa2\x60\xda\x5d\xf2\x1a\x12\x05\xd1\xcd\x7d\x7b\x8d\x89\xbe\xe6\xce\x4e\x7f\x69\x33\x6e\xe4\x73\x57\x1a\x13\x05\xf9\x5c\x2b\x66\xd8\x82\x69\x1a\xd1\x6b\x98\x14\x4c\x67\xff\x7e\x1d\xb1\x08\xa6\x93\x8b\xbf\x8e\x58\x04\xd3\xde\x9e\xd7\x58\x2a\xc8\xe7\xa6\x34\x33\x17\x4c\x03\xb3\xaf\xde\x0a\xa6\x3d\x2f\xaf\xda\x0a\xf2\x79\x37\x99\x97\x0b\xa6\x5d\x04\xaf\x69\xb9\x20\x9f\x57\x8c\x6e\x0b\xf2\xb9\x91\x74\x5b\x90\xcf\x35\xa6\xc8\x82\xa9\x89\xbf\x8a\x2c\xc8\xe7\x06\x37\x02\x0b\xa6\x7d\x55\xaf\x6e\x0b\xa6\x29\xd6\xaf\x6a\x0b\xa6\xbd\x63\xaf\x6a\x0b\xa6\xfd\x14\xaf\x6a\x0b\xb2\x69\xf0\xaf\x6a\x0b\xa2\xb9\x4c\xc6\x6b\x50\x16\xe4\xf3\xb5\xa0\xee\x82\x69\x54\xe6\x55\x77\xdf\x13\x94\xb5\xe2\xfa\x2e\x98\xe6\x83\xbf\xea\x2e\xc8\xe7\x6b\x44\xdd\x05\xfb\xae\xf1\x38\xbc\x2c\xc8\xea\x3d\x8f\x23\x7d\x17\x4c\xf3\xc6\x5e\x7d\x17\x4c\xbb\xb4\x5e\x7d\x17\x4c\x3b\x5a\x5e\x7d\x17\x4c\x47\xc9\xbf\x46\x6a\xc1\x74\xcd\xb1\x57\x05\x06\xf9\x3c\x5f\x8d\xd4\x82\x69\x27\xda\xab\x15\x83\x7c\x1e\x04\x5a\x31\xc8\xe7\xf3\x4d\x2b\x06\xd3\xcc\xe5\x57\x2b\x06\xf9\x7c\x53\x68\xc5\x60\x3a\xb1\xfe\xab\x15\x83\x69\x52\xdd\xab\x15\x83\x69\xf7\xd5\xab\x15\xbf\x4e\xf1\xeb\x23\x57\x2b\x06\x25\x4e\xb5\x6d\xaf\x87\xf6\x8a\x3f\x04\x95\x5f\x63\xb7\xaf\x93\x10\x9d\xed\xda\x9c\x4c\x42\x64\xb7\xd8\xab\x28\x83\x69\xa7\xe1\xab\x28\x83\x7c\xde\x27\x8a\x32\x98\x66\x0c\xbe\x8a\xf2\x7b\x72\x8c\x2d\xb2\x39\x97\xcd\x49\xdb\x29\xca\xa0\xd4\xf3\x43\x9b\x73\x31\xde\xc7\x67\xa3\x56\x0c\xa6\x3d\x59\xaf\x56\x0c\xa2\xb9\x30\xed\xab\x16\xbf\x2e\x33\xf3\xf3\x63\x48\x2f\x06\xd1\xec\x99\x7e\x15\x63\x30\xed\x20\x7f\x8d\xde\x82\xe8\xdd\x5d\x28\xb8\xaf\x6b\xc8\xfc\xfc\x2e\xd7\x4a\xdf\xf7\x7c\x38\xf3\x5b\x85\x13\x4c\xc3\x1c\xaf\xc2\x09\x8a\xb3\x8b\xbc\x0a\x27\x98\xe6\x59\xbe\x0a\x27\x98\xc6\x9d\x5e\x85\x13\x14\x27\x39\x78\xb5\x4b\x30\x9d\xd7\xf1\xd5\x2e\x41\x71\x92\x8f\x57\x95\x04\xc5\x81\x3c\xaf\x2a\x09\xa6\x73\x78\xbf\xaa\x24\x98\x46\x3b\x5f\x55\x12\x9c\x29\xd7\x5e\xc7\x50\x82\xe9\x4c\xdf\xaf\x76\x09\xa6\xc1\xa3\x57\xbb\x7c\xcd\x3d\x76\x4c\xd4\xab\x5e\x82\xe9\x1c\xfe\xaf\x7a\xf9\x3a\x11\x91\xe1\xd4\x57\xbf\x04\xd3\x70\xe1\x6b\x3e\x32\x28\x0e\xe3\x7f\xcd\x47\x06\xc5\xa9\x52\x3e\x2d\xf4\x3b\xe9\xc8\x5c\x55\x9f\xe1\x5a\x50\x9c\xdc\xe2\xd3\x4c\x41\x71\x39\xda\x4f\x31\x05\x73\x9e\x1f\x16\x8b\x8a\xef\x74\x77\x50\x2d\xa3\xcd\xa6\x1b\x6b\x16\x35\x36\x56\x28\xea\x16\x31\x8f\xdc\xf4\x87\xc3\xa2\x61\x35\xfd\xe5\xb4\x8c\x46\xeb\xfe\xdb\x65\x11\x03\xd0\x78\xa2\x7c\x46\x6b\x3f\x97\x0b\xb5\x7b\xea\x33\x5c\xfb\x9d\x39\x86\xc2\xff\x5b\x96\x2d\xf7\x90\x29\x7b\x2d\xe3\x0a\x9a\x16\x7d\x16\xd1\x6a\xbc\x3c\x3f\x43\xb1\x60\x9a\x44\xff\x99\xb3\x0c\x8a\xc3\xfd\x3f\x73\x96\x41\x71\x7e\x82\x4f\xd7\x06\xc5\xf9\x40\x3e\x63\xb8\x20\x9a\xfd\xa8\x9f\x41\x5c\x10\xc3\xeb\xf1\x53\xc9\xc1\x74\xf4\xc0\xa7\x91\x7f\x41\xdd\xf9\x92\xf8\x74\x6d\x30\x0d\x7c\x7d\xc6\x67\xc1\xae\xa6\xff\x66\x9d\x48\x5b\xfe\x19\xfd\xfb\xb4\x6d\x50\x4c\x07\xff\xb4\x6d\xb0\xff\x8d\xe3\x50\xb7\x41\x71\x11\xd1\x4f\xdd\x06\xc5\x79\x6e\x3e\x75\x1b\xc4\xf8\x55\xff\xcd\xca\x27\x6f\x1f\x77\x60\xe5\xcf\xec\x42\xc5\xe3\xb0\xf2\x89\x6b\xa1\xbb\x4f\x2b\xba\x51\x1c\x6f\xf3\x29\xd7\xa0\x38\x67\xcc\xa7\x5b\x83\xe2\xc4\x22\x9f\x6e\x0d\x8a\xcb\x43\x7f\xba\x35\x98\xae\x23\xf0\xe9\xd6\x60\xba\x76\xc6\xa7\x5b\x83\xe2\xa4\x22\x9f\x6e\x0d\xa6\xf1\xf7\x4f\xb7\x06\xc5\xd9\x52\x3e\xdd\x1a\x14\x27\x4b\xf9\x74\x6b\x50\x9c\x79\xe4\xd3\xad\xc1\x6e\x1e\xea\xad\x5c\x7f\xae\x5f\x3a\xfd\x37\x9b\x27\x9b\xcf\xee\x7f\xd9\x3a\x4c\x43\xec\x6a\x03\x9f\x0a\x0e\x8a\x33\x25\x7d\x2a\x38\x98\x86\xe9\x3f\x15\x1c\xec\x73\x69\x95\x6c\xb1\xec\xd3\xc5\x7f\xb3\xc5\x98\x9a\xd8\xec\x87\xcf\xc0\xec\x97\xcf\x0c\xfe\xee\xc0\x26\xcb\x3e\x5d\x2c\xb2\xc9\x32\x53\x51\xf9\x4b\xbd\x1c\x4c\xe3\xb7\x9f\x5e\x0e\xf6\x19\xe7\x30\x14\x73\x30\x8d\x28\x7f\x8a\xf9\xe7\x7a\xa8\x8e\x1b\xfa\xf4\x64\x30\x1d\x5a\xfc\x29\xc2\x20\x7e\xf5\x2f\x13\x93\x7c\x7a\xf2\x57\xcf\x13\x8f\x03\xd0\x93\x41\x71\xfd\xf5\x4f\x4f\x06\xfb\xdf\x38\x00\x45\x19\xc4\xcf\x1c\xae\x4f\x53\x06\xc5\x69\xdc\x3e\x4d\xf9\x33\x41\xda\xd5\x16\x3f\x55\x19\x44\x75\xa0\xec\x67\xf4\xf9\x33\x6b\xda\x11\xd5\x9f\xfe\x0c\x8a\xb3\x00\x7e\xba\x32\xd8\x9b\xa3\xde\xca\x32\x28\x4e\x02\xf8\x29\xcb\xdf\x09\x35\x9f\x7a\x79\xe6\xaa\x93\x88\x35\x37\x67\x2b\x9e\xf9\x87\xce\x5e\x6d\x46\xe6\x1f\x72\x3e\xaf\x4f\x5f\x06\xc5\x69\xec\x3e\x7d\xf9\x33\x73\xda\x61\x12\x9f\xc2\x0c\xf6\xc1\xd1\x4c\x1a\x33\xd8\xcd\xe4\xff\xd9\x4c\x1b\xc5\x19\xf0\x3e\xfd\x18\x14\x97\xa9\xff\xf4\x63\xb0\x7f\xe9\xd6\xbc\x94\x9b\xf3\xce\xf9\x94\x33\xe2\x0c\x76\x99\x07\x6c\x93\x34\x27\x56\x6b\x1e\xb1\x6d\xd2\x9c\xb3\x8f\x0e\x98\xcf\x38\x34\x28\xa6\xe6\x7d\xaa\x34\x28\xce\x04\xf7\xa9\xd2\xe0\x8c\xfe\xf8\x8c\x43\x83\xe2\xb4\x6a\x9f\x2a\x0d\xf6\xf6\xf9\xa5\x2e\x0d\xa6\x09\x19\x9f\x2e\xfd\xf5\x73\x31\x5b\x66\xed\x1d\x09\xeb\x5a\x9e\x9f\x32\x0d\x76\xb5\xa8\x82\x36\x0d\x8a\xb3\x18\x7e\xda\x34\xd8\xb2\x4b\x8b\x18\x77\x06\xc5\x99\x22\x3f\xe3\xce\x20\x7e\x66\xf1\x7d\x5a\x37\x28\xae\xef\xff\x19\x78\x06\xbb\xdd\xac\x83\x0d\xd2\x9d\xc4\xb0\x78\xc0\xb6\x48\xf7\x56\xc3\x29\x3e\x63\xcf\xa0\x9e\x27\x8f\xb1\xe7\xef\xc4\x9e\xad\x97\xb1\x67\xb0\xeb\x4a\x6b\x1a\x69\x06\xa5\xf0\x8d\xf7\x19\x69\x06\xfb\xdf\x68\x61\xbb\x04\x40\x71\xc2\xc2\xcf\x50\x33\xd8\x07\x47\xf5\xed\x25\x00\xc5\xb9\xb7\x3e\x7b\x09\xc0\xfe\x37\x5a\xce\x60\xf3\xe7\xf4\x49\xae\x18\xf3\xd9\x75\x00\x76\xbd\xa8\xab\xe1\x66\xb0\x7f\xeb\xff\xd9\x4e\xc3\x76\x2a\x56\xc2\x76\xda\x28\xce\x6c\xf9\xd9\x79\x00\xf6\xe6\xa8\x98\xbd\x07\x60\xff\x94\x76\xb2\xfb\x00\xec\x66\xa7\x16\x06\x93\xc1\x2e\xe3\x50\x8c\x26\x83\xbd\x3d\x7f\x6b\xa3\xcc\x73\xed\xf8\x5b\x5b\x65\xa3\x38\x3f\xe7\x67\x47\xc0\xe7\xec\x45\xce\xc3\xfa\xd9\x13\xf0\xcd\x73\xf7\xd3\xa0\x76\x05\x80\x38\x4b\x47\x7e\xf6\x05\x80\xe2\x52\xc7\x9f\x7d\x01\xa0\x18\x52\xfa\xec\x0b\x00\x11\xe1\x9d\x6e\x67\x00\x88\x08\x4f\xb6\xbd\x01\xa0\x0c\xa2\x95\x9f\xbd\x01\x9f\xb3\x17\x85\x97\x9d\xdd\x01\xa0\xb8\x96\xf2\x67\x77\x00\x28\x23\xbb\x31\xcf\xb5\x73\x17\x85\x8f\x21\x67\x18\x06\x11\x76\x02\x7e\x76\x1b\x80\x7d\x70\x1e\xb0\x27\xfb\x0c\xf0\xf5\xc1\x61\x50\x1c\xec\x32\x7f\x6b\xd3\x39\xe8\x37\xbc\x8a\xed\x60\x00\xfb\xff\x38\xdb\xf6\x30\x80\x88\xf0\xf3\xd3\x2e\x06\xb0\xcb\xd8\xaf\x7d\x0c\xa0\x18\x46\xfe\xec\x63\x00\xfb\xdf\x2c\xb3\xed\x36\xca\xa0\x33\xfd\xb3\x93\x01\x14\x57\x4c\xff\xec\x64\x00\x51\x4d\x16\xfb\xec\x64\x00\xc5\xa5\xd6\x3f\x7b\x14\xc0\x3e\x5e\x4e\xab\x3d\x0a\xa0\xb8\xda\xfa\x67\x8f\x02\xd8\xff\xe6\x4f\x6d\xa6\xfb\x74\xa7\x59\x66\x33\xdd\x36\x93\xcf\x3a\xfb\x14\xc0\x3e\x15\x1e\x9d\xcd\x44\xfa\xf7\xf8\xf9\xcc\xb5\x57\x01\xec\x7d\xd0\x9c\x76\x2b\x80\xe2\xb4\xab\x9f\xdd\x0a\xa0\x8c\xfc\x87\x8e\xf0\xcf\x5e\x07\x70\x66\xef\xfd\xec\x75\x00\x65\xf8\xf1\x6f\xaf\x03\xd8\x87\xc9\x19\xb1\x8f\x01\xec\x7b\xd2\x43\xf2\x62\xfb\x37\x0a\x99\xf6\xb7\x97\xe1\x3b\xa3\x90\x7d\xad\xda\xcd\x00\x76\x75\xfc\x3f\x9b\xf1\xb1\x19\xbd\x89\xec\x68\x00\x7b\x7b\x96\xd9\x8c\x8f\xb3\xb5\x9d\xed\xd9\x8c\x8f\xcd\xe8\x93\xda\xce\x04\xb0\xb7\x67\x99\xcd\xf8\x9c\x66\xa4\x6e\xf6\x0a\x80\x38\x2b\xe5\x7e\x76\x0b\x80\xbd\x0f\xff\xcf\x8b\x66\xa3\x9e\x8f\x63\x3b\x01\x40\x3d\x1f\xc7\x76\x02\x80\xa8\x4e\x14\xfa\xd9\x09\x00\x76\x19\x2d\x65\x27\x00\xa8\xc7\x24\xed\x03\x00\x7b\xa7\xfe\xd4\x8a\x2d\xc7\xce\x7b\x6b\x19\x31\x07\xbb\xcc\x23\xb1\x62\xaf\xef\x11\x8a\x8c\x8f\x83\x7a\x9c\xc2\xee\x03\xb0\x7f\xc9\x69\x34\x40\x0e\xf6\x5e\x39\x38\x23\xe4\xa0\xaa\xfc\x9f\xe1\x70\xb0\xff\x8d\xab\xcd\x34\x6e\xb0\xcb\xdc\x85\x4d\xf2\x3a\x2f\x9a\x2d\x6c\x90\x1c\xd4\xe3\x6c\x76\x50\x80\x7a\x0c\xd6\x0e\x0a\x50\xcf\x77\xbf\x1d\x14\x60\xef\xc0\x32\x6b\xff\x32\x73\x80\x5e\xf1\x9e\xca\x7f\xfc\x92\x1a\x18\x12\x07\xf5\xbc\xce\xec\xb4\x00\xf5\x58\xa8\x9d\x16\x60\x1f\x2c\x1b\xb3\xd7\x02\xec\x7d\x52\x79\xfb\x28\x40\xfc\xfb\x38\xb0\x93\x02\x44\x3a\x4d\x6e\x2f\x05\x88\xb3\xf4\xec\x67\x9f\x04\xa8\xd9\xe7\xa0\x5d\x12\x20\xd2\x11\x45\xfb\x24\xc0\x2e\xf3\xf0\xac\xea\x46\xcd\xbe\x7d\xec\x80\x00\xfb\xdf\xea\xff\xf9\x7f\xfd\x47\x0f\x84\xd8\x65\x8d\xb2\xb0\x2c\x2c\x0b\xca\xb2\x65\x4c\xb4\xc1\x18\xc9\xfe\xa3\xc3\x41\xec\x9b\x64\x50\x56\x2d\xab\xfe\x36\x51\xd6\x2c\x6b\x1c\x4a\xa1\xa8\x5b\x74\x26\x59\xf3\xa7\xd3\xb2\xc9\xbf\xb9\xd7\xcb\xa2\xcb\x76\xb2\xec\xb6\x8c\x89\xe2\xaa\x3b\x78\x2c\x3a\x93\xe2\x4d\xca\x5e\xcb\x5e\x0f\xc4\xbd\x7e\x96\x39\x4b\x44\xdf\x45\x61\x5d\x37\x2a\x4b\x4a\xf6\x5f\x58\x2d\xa6\x2b\x4e\x74\x26\xf4\x5f\x58\xad\x70\x82\x31\x76\x10\xd6\x2a\x1c\x6e\xd5\x38\xb6\xb0\x5a\xe1\xa4\x63\xcd\x3d\x0c\xcb\xf6\x7d\xce\xc4\xd5\xfd\x17\xd6\x34\x9c\x5f\xad\x52\xfb\xb0\xaa\xe1\xfc\x6a\xfe\xd2\x9a\x6e\x54\xe6\x10\xef\xbf\xb0\xa6\xe1\xc8\xef\xe6\x81\x2c\xcb\x9c\x5f\xcd\x8d\x59\x79\x3a\x1d\x2a\x53\x43\xf7\x5f\x58\xf9\x8d\xca\x34\xb7\xfd\x97\x3c\xf9\xc9\x29\x32\x1a\xc7\x96\x6c\x90\xe4\x40\xbc\x46\xed\x93\x2d\x92\x1c\x96\xe8\x89\x4e\x56\x9f\xbe\x83\xc4\xf3\xab\xff\x92\xd5\x4f\x56\xbf\x72\x74\xc9\xea\x27\xaa\x1f\x34\x70\xb2\xfa\xc9\xea\x37\xcb\xac\x7e\x72\x1a\xb6\xe1\x6e\xad\x7f\x72\x1a\xb6\xc6\xa9\x4e\x36\x00\x13\x18\x8f\xdf\x29\xb3\x66\xe9\xcc\xc3\x46\x43\x65\xab\xb6\x51\x9b\x27\x27\x5b\xb3\xec\x34\x6c\x9d\x26\xa6\xbf\x40\xd4\xe6\xd6\xb2\x57\x7a\x76\x66\xb6\xc1\xd1\x65\x1b\x80\x0e\x03\x57\xf3\xeb\xbf\xec\x25\x41\x9e\xb7\xab\xf2\xf5\x5f\xb6\x01\x18\x4b\xed\x0a\x9f\xfd\x97\x6d\x80\xec\xa4\x73\x9d\x46\xc9\xb6\x40\x76\x06\xb7\xe1\x7e\x6d\x81\x7c\x5a\xc0\x43\xb6\x05\xc8\xec\x76\x3d\xc8\xfe\xcb\xb6\x00\xd3\x1f\xbb\x6c\x64\xff\x65\xcf\xf7\x46\x6d\x9e\xc7\x6c\xa3\x64\x1b\x65\xfc\xf7\x60\xe9\xfe\x2b\xb6\x59\x71\xee\xba\x41\x3b\x16\x1b\xad\xd8\x68\x83\x46\x2b\x36\x9a\x83\xaa\xbb\x57\x57\xb1\xd5\xe8\x31\xc8\x3f\xcf\x73\xb1\x85\x98\x0a\x39\x93\xd1\xd7\x7f\xc5\xd6\x60\x5c\x75\xfe\x79\x27\x15\x6b\xce\x52\xb5\xf9\xe7\x15\x5c\xac\x79\xa1\x9f\x9b\xfe\xe5\xfe\x2b\xd6\x7c\xa3\x76\x9f\x23\xd5\x43\xa6\x3b\x61\xfc\x9a\x65\x1e\x72\x75\xd6\x26\xda\xa7\x7a\xc4\x74\x27\xe4\x98\x1c\x5d\xf5\x9c\x56\x3b\x81\x1a\x6d\x5b\x3d\x62\xfa\x04\x72\x4c\xce\x69\xf5\x88\x37\x2a\x1f\xde\xfd\x57\x3d\xe0\x7a\xe6\x3c\xa1\x51\xaa\x07\x4c\xfe\x79\xce\x3e\x20\xab\x07\x4c\xa7\x40\x29\x56\xac\x7a\xb7\xd2\x29\x90\x99\xbe\xb1\xff\xaa\xa7\x6f\xa3\x92\xf9\xdf\x7f\xd5\xd3\x57\x3f\x27\xaf\xe3\xa7\xcd\xca\x32\x9c\x3a\x17\x9f\x90\xcd\xca\xd2\x2b\x90\x49\xa7\xed\xbf\x66\x6d\xe9\x15\xc8\xe7\x91\xd3\x3c\x3f\x1b\x75\xfa\x9c\x6b\x36\xc0\x46\xa5\x73\xbb\xff\x9a\xf5\x67\x9e\xaa\x5c\x6d\xa7\xe6\x8d\xce\x44\xc5\xb9\x7a\x77\x35\xaf\xf3\x33\x79\x95\x6f\x92\x66\x3b\x31\x1a\x3b\x33\x56\xb3\xff\x9a\xd7\x39\x3d\x05\x2e\xfd\xd2\x7f\xcd\x86\x62\x25\xde\x42\x5d\x9b\xcd\x44\x3f\x41\x6f\xa7\x0e\xd6\xbf\xb9\xe8\x8a\xcf\x88\x6e\xfd\x19\x69\x4d\xfe\x6c\xff\x75\xab\xcf\x48\xeb\xf0\x92\xe8\x56\xab\x33\x6c\xd8\x5d\x76\xab\xc5\x18\xea\xc2\x7c\x46\xfd\xd7\xad\x96\x63\xa8\xcf\x2f\xad\x41\x77\xb4\x2c\x67\xb5\x5b\x01\xc7\x50\x33\x37\x48\xff\x75\xcf\x7e\x67\xb8\x6c\xf1\x30\xac\x81\x03\xa6\xab\xdb\xf7\x9c\x22\xf1\x6d\x7a\x3b\x77\x2b\xd5\x4f\xa5\xd8\xda\xb0\x06\x1a\xfb\x79\x2a\x0d\x4f\x20\x13\x5d\x35\x2f\xaf\xe1\xf9\x1b\x8c\xbb\xb4\x89\x86\x15\x65\x7c\x34\xb1\xf9\xfe\x1b\x56\x74\x30\x23\x60\x61\x9f\xc3\x7a\x0e\x06\x56\x16\x2e\xdf\x61\xa5\x70\x73\x67\xf6\xeb\xbf\x61\xa5\x74\x73\xdf\x79\xc3\x13\x35\x1c\x51\xe1\xad\x3f\xac\x15\xb3\x18\xb7\xf3\x4b\x2b\x35\xac\x94\x2f\xdf\x69\xa5\x26\xa3\x21\x0b\xed\x31\xad\xd3\x74\x58\x2d\xe7\x7d\x5a\x27\x47\x3a\x7b\x29\x4c\xeb\x34\xa9\x93\x27\x6f\x5a\x27\x14\x9c\x9c\xb9\xfe\x9b\xd6\x69\x5a\x27\xae\x8d\xe9\xb9\xdb\x68\xcd\x93\x32\xad\x26\x23\x9d\x9b\x1f\x00\xd3\x5a\x32\xd2\xb9\x79\x53\x4d\x0f\x7f\x32\x20\xcc\x97\xec\xe5\x75\x76\xf1\x50\x49\x1e\xd8\x65\x8d\x2e\x06\xd1\x79\x27\x5f\x1e\x3e\xaa\x5d\xba\x9f\x4e\x97\xc7\x4f\xc2\x38\x4b\xf9\xf4\xdf\xe5\xf1\x9b\x2f\x5e\x3d\x03\x97\x15\x60\x46\xac\xda\x6c\xb3\xcb\x7b\xea\x72\x1e\x0e\xdf\x09\x97\x55\x60\x71\xdb\xf3\x00\xbd\x3c\x2b\x97\x83\xa3\x3c\x10\xaf\x3e\x14\x9a\x5c\x8e\xfe\xbb\x7c\xca\x60\xd0\xd3\x87\xd6\xe5\xa9\x43\xa0\xa7\xf7\xc0\x65\xdd\xf1\xe7\xe9\x93\xf2\xb6\xee\xb7\x83\xe1\x38\xe7\xb7\x55\xbf\xad\x3a\x75\xba\xad\x3a\xe3\xa1\x19\x57\xd3\x7f\xb7\x35\xdf\x5a\xdc\xcf\x73\xfd\xb6\x46\x37\x63\x9c\x82\x83\xb8\x3d\x4d\x58\x31\xcb\xd5\xf4\xdf\x6d\x1d\x1d\xfc\xdc\xad\xe4\xed\x79\xc2\x8a\x49\xd8\xef\xbf\xdb\x7a\x1b\x67\x3f\xcf\xcd\xdb\x8a\x23\xc5\x9d\xf9\xbc\xfa\xef\xb6\xe6\x67\xc1\x5b\xbf\x4b\x6e\xab\xbe\xd1\x7f\x7e\xfa\x3c\xd6\xf3\xf1\x1c\x27\x2a\xfa\x58\x05\x07\x32\x27\x9f\x74\x8f\x67\xef\x61\x9c\x80\x5f\x43\x8f\x75\x78\x18\x59\xe1\x23\xe1\xf1\x78\x1f\x86\x51\xd8\xdc\x8f\xc7\xcb\x1c\x58\xc5\xe7\xcb\xe3\xe1\x3e\xf6\x11\xfb\x7e\x7d\x3c\xdc\x87\x71\x14\x7e\x80\x3c\x1e\xed\xc3\xc0\x93\xf6\xdf\x4b\x78\xf4\xdf\xe3\x79\xdc\x48\x4c\x3f\xd0\x7f\xcb\xfa\x31\x4b\x70\xe9\xde\xa9\xcb\x13\xb9\x18\x66\xe1\x97\xf3\xf2\xae\x5c\x0c\xb3\xf0\x43\x74\x79\x6e\x17\xe3\x52\x7c\xc9\x2c\x1b\x86\xc9\xb4\xce\x97\xee\xb2\x5d\x96\x63\x2a\xfc\x32\x59\x9e\xef\x45\x5b\xf9\xfc\x5c\xb6\xd5\xb2\xad\xa8\xf1\xf2\x7c\x93\xff\x9d\xbd\x45\x96\xcd\xb7\x18\xb6\xe3\xb3\x7e\xd9\x56\x8b\x31\x3a\x9e\xed\x65\x53\x2d\x9a\xca\x93\xbd\x6c\xaa\x45\x53\xf9\xbd\xb9\x6c\x8b\x65\x77\x9a\x4f\xad\xd7\xc6\x78\x19\x72\xe2\xe7\xd1\x6b\x5b\xbc\xb4\x85\x5f\xb4\xaf\x6d\xe1\xa4\x5b\xbe\x22\x5f\x2b\xfe\x3a\xbe\x84\x4a\xbe\x6e\xff\x75\x48\x02\x3f\xfc\xdc\xbc\x29\xd4\x1e\xeb\xe7\xe6\x1d\xe5\xfb\xf3\x49\xf3\xd9\xb0\xcc\x8a\xf5\xb3\xf9\x3f\xb7\x6f\xc2\xf4\xf9\x2f\x1b\x96\x61\xbe\x23\xf9\x79\xf7\xf9\xb8\x30\x63\xda\xe3\xff\x6c\xeb\xcf\x5c\x7b\x0e\xf6\xb3\xad\x59\x69\xf6\x67\x63\x7c\xb6\xb5\x49\xd4\x36\xff\x67\x5b\x7f\x8c\x53\xf0\xad\xf1\x79\xa9\x7e\xa4\xb7\x4d\x37\x6f\xf3\x93\x44\xfd\xf3\xea\xfd\x6c\xfe\x8d\x34\xbc\xec\x3f\x9b\x9f\xd5\x76\x6a\xf3\x39\xf0\xd9\x3e\x1f\xf9\xf7\xbc\x0a\x43\xc7\x0c\x73\xad\xb9\xc8\x82\x88\xb6\x38\x5f\xf1\xa1\x4d\x02\x43\x96\x3d\x94\xc9\x38\x83\x8d\x91\x82\x50\x26\x81\xfd\x5b\x3d\x14\xc7\xf8\x39\xfa\xc6\x5d\xde\x16\x31\x7c\xa0\xb9\xb1\xc7\x22\xaa\xc4\x1b\x34\x08\x41\x0b\x53\x77\x7a\xa8\x8d\x60\xfc\xb8\xdf\x23\x3c\xfc\xf0\xf0\x2d\xca\x16\x79\x2a\x3b\x45\xdd\x22\x4f\x88\x45\x1e\x57\x90\x92\xca\x99\x0c\x95\x0e\x8c\xce\xcb\x2c\x54\x3a\x90\x59\x5f\xb5\x87\x46\x07\xa2\xb6\xe1\xc6\x3c\xb0\x20\xcf\x72\xd0\x88\x1a\x5d\x98\xb3\x3d\xf9\x2f\x8d\x0e\x8c\xf3\x43\x85\x2e\xcc\xd9\x46\x5d\x22\xd9\xfa\xe6\x6c\xf3\xa5\x16\xc9\x1a\x25\x72\x10\xf9\xf0\x8d\x64\xeb\xbb\x64\xec\x2c\x14\xd9\xf8\x26\x68\x77\x8b\x86\x45\x64\x08\x22\xf2\xa1\xdf\x81\xfd\x1c\x75\x63\x56\x3c\xf9\x3d\x7f\x76\x60\xcd\xcf\x62\x34\x7c\x13\x44\xb2\x9a\x26\x5a\x4f\x4e\x9c\x7a\x07\x46\x1b\x34\x90\x76\x07\x32\xcb\x91\xf6\xd0\xee\xc2\x44\xeb\xc9\xb6\x94\x3b\x30\x58\xd8\xa8\x87\x72\x17\xf9\x8c\xab\xe7\x04\x28\x77\x20\x2a\xd3\x58\xf6\x50\xee\x40\x94\x38\x3b\xb5\xf2\xd9\xca\xd3\xb6\x3a\x1b\x18\xbe\xc6\x43\x65\x03\xfb\xce\xf7\xd8\xac\x14\x63\x6b\x4d\x70\xe9\xa1\x6c\x81\xe8\xa4\x97\xf5\x50\xb6\xc0\xf4\xd3\x35\x74\x2d\x30\xb5\x8a\x50\xb5\xc0\x64\xf2\xda\x1e\xc5\x2a\xb0\x6e\xac\x3d\x2c\xa1\x7c\x85\x6b\xd3\x4c\x4f\x5f\xb1\x06\x85\x5c\x38\xcf\x55\xf1\xb2\x2d\x66\x48\xfa\x5f\x9e\xbe\xc2\xd2\x96\x3c\x0e\x42\x43\x03\xe1\x80\xf8\x1e\x1a\x1a\x98\xd9\xfb\x49\x41\x03\xf9\x5c\x57\xc5\x4b\x99\x89\x86\xb3\x8f\x83\x62\x6b\x90\x70\xdd\x6c\xee\xe2\x29\x3e\x19\xd5\x36\xa4\x6a\x07\xa6\xfd\x3c\xa1\xd9\x81\x18\x4c\x2e\xda\x43\xb5\x03\xd3\xd7\x49\x54\x1b\xa8\xd2\x40\xde\xb0\xca\x1e\x98\x3e\xc8\xa3\xda\x18\xa4\x4f\x9f\x2b\x41\xd5\x03\x53\xad\x8b\x6a\x63\x54\x1a\xc3\x1b\x4a\xfb\x03\x33\xd7\xff\xee\x27\xef\xa1\x07\x82\x7c\xae\x4d\x35\x10\x4c\x25\x22\xb4\xc0\x70\x61\x59\x6f\x67\x2d\x10\x4c\xbb\xc4\x42\x09\x04\xd3\x77\x7d\xe8\x80\x60\x66\xaf\x38\x15\x10\x4c\x56\x8e\xe8\xa1\x01\x82\xe9\x67\x4b\x68\x80\x20\x9f\x3b\x4b\x03\x04\xf9\xdc\x33\x0a\x20\xc8\xe7\x39\xa0\xff\x81\x7c\xee\x52\xf5\x2f\x5c\x55\xd6\x33\xa8\xfd\x81\x7c\x1e\x59\xcd\xb6\x63\x55\x59\x66\x73\xef\xa1\x0f\x82\xa8\xd5\x87\xa9\x46\x08\xf2\x79\x1a\x35\x5b\xc7\x84\x6b\xfa\x1c\x42\x1f\x04\x93\x49\x5f\x7b\xe8\x83\x20\x2a\x63\xee\x7a\x74\xdb\xa2\xdb\x16\xb4\x7e\xb7\x2d\x58\x30\x76\x30\x75\x66\x0f\x25\x11\x44\xad\xb6\xbf\x92\x08\xa2\x65\xbe\xd8\xa2\x5b\x77\xc2\xc4\xa5\xf9\xc0\xd6\x1c\xc1\x64\xf1\x8a\x1e\x5a\x22\x88\xd1\x93\x3f\xb5\xaa\xc6\x84\x95\x8d\x50\x1d\x41\x94\xec\x49\xe8\x5e\x1c\x1b\x85\x55\x9a\x7a\xa8\x93\x60\x7f\xcf\xf1\xd3\x61\xfd\x87\xd3\xab\x21\xc4\xa1\x4e\x82\x5d\xc6\x09\x54\x27\xc3\x00\x30\x43\xdb\x7a\x28\x8f\xa0\x84\x77\x92\xf2\x18\x06\x80\x19\x8f\xd6\x43\x7b\x04\xbb\x8c\x6b\x6b\xd8\x00\xe3\x4c\x37\x47\x43\x0d\x1b\x60\x30\x62\x89\x70\x5a\x0f\x35\x33\x0c\x01\x93\xc4\xde\x43\xcd\x04\x85\x35\xa9\x7a\x0c\x1b\x80\x68\xaf\xcb\x2f\xf5\x50\x33\x41\xd4\xe6\x03\x5e\xcf\x04\xfb\x50\x38\xe4\x69\x0b\x18\xee\xf5\x63\x3f\x14\x4d\x50\xc2\x27\x9a\x56\x09\x0a\x4b\x23\xf5\x50\x21\xe3\x8c\x09\xf6\x12\x9e\x56\x6c\x5a\x31\xe4\x27\xf4\x4a\x10\xc3\x6f\xdf\x50\x2c\x41\x61\x85\xa7\x1e\x8a\x25\x88\x5f\xf5\xa1\x36\x3d\xdb\xf3\x64\x00\x78\xc0\x56\x76\x1a\xda\xf6\x11\x39\x3d\xdb\xd3\xd0\xb6\x57\xc0\xb4\x01\xa6\x29\x00\xe7\xf0\x6c\x80\x49\x52\x84\x67\x5b\x53\x05\xfb\xa7\x6c\x4e\x53\x05\xfb\xa7\xec\xf6\xb2\x4d\x88\x14\x0f\x66\xab\xea\xa1\xbe\x82\x68\x3f\x3f\x4f\xd4\x57\xb0\x7f\x6b\x99\x97\xc5\x99\xd1\xd9\xf7\x81\xae\x0a\x76\x19\xd5\xbd\x6c\x29\x56\x9e\xad\x9e\x1e\xf5\x15\xec\xc3\xa3\x41\x2f\x5b\xea\xb2\xa5\x7c\x9c\x28\xb0\xa0\x54\x2f\x3c\x05\x16\x44\x65\x56\xdc\x1e\xea\x2a\xd8\x9b\xe3\xe8\xf4\x55\xb0\xcb\xd8\x9c\xc2\x0a\x4a\xf5\x72\xbf\x6d\x80\xdb\x1c\x00\x7a\x63\x42\x89\x05\xfb\x48\x38\x3a\x2d\x16\x84\xf3\x25\xf5\xb8\x6d\x80\xdb\x06\xf0\x39\xa6\xda\x82\x38\x1f\xdb\xa1\xdb\xc6\x89\xf8\x5a\x5b\xe5\x36\x8c\xf8\xfa\x00\xd7\x6d\x41\x38\x35\x4e\x0f\x45\x36\x4e\x74\xd7\x37\xb3\x22\x1b\x27\xba\x6b\x1b\x2b\xb2\xa0\x0c\x9f\xf4\xb7\x8d\x72\x82\xbb\x5e\x79\xca\x6d\x3c\x2e\xe9\xe6\x15\xf5\xd8\x02\xcf\x09\x78\xf3\xdb\xc7\x16\x78\x88\x6e\xfb\x72\xd6\x77\xc1\xfe\x37\xda\xf3\xf1\x5e\x79\x9c\xbd\xd6\x67\xfb\x63\x03\x9c\x60\xad\xa7\x51\x31\x06\x65\xf8\x45\xf0\x58\xff\xc7\x88\xb7\x07\x67\xfd\x4f\xa8\xd6\xeb\x53\x59\x8e\x13\xaa\xf5\x72\x57\x83\x41\x19\xbe\xff\xf5\xdc\x38\x11\x58\xef\x1e\x45\x17\x94\xe1\x3b\x5b\xcf\x0d\x57\x95\x0d\xdf\x7e\x8a\x2e\x28\xc3\x8f\x26\xad\x36\x8c\xd3\xc6\xfc\xef\xc1\xd8\x3d\xb4\x5e\x50\x86\x6f\x9c\x65\xe3\x2c\x1b\xc7\xab\x43\xeb\x05\x7b\xcb\x1e\x94\x2d\xb1\xbc\x12\xa8\xb5\xda\x1b\xe4\x72\x47\xf2\x13\x44\xef\x05\x65\xf8\x25\xa7\xf7\x82\x68\xd5\x47\xbf\x96\x0b\x6a\xf8\x72\x51\x72\xc3\x28\xae\x2f\x0d\x25\x17\x44\x9c\xc7\xa8\x96\x1b\x27\x8c\xeb\x9d\xa0\xe6\x82\xfd\x7f\x9c\xb9\xd7\xaa\xbe\x46\xac\xa9\xc2\x6b\x55\x37\xea\xf9\x8a\x7d\xbd\x0c\x5e\x16\x01\x4b\xd4\xea\xb5\xf2\xff\x82\xb8\xfe\xd2\xf3\xcb\x82\x3a\xb5\x78\x41\xbe\xd6\xd4\x90\xad\x0f\xe5\xd7\x9a\x6e\x54\x72\xb7\x7b\xbc\x5e\x05\x27\x62\x4b\x0d\xd4\x6d\xb0\x6b\x40\xb3\xe9\xdb\x60\xef\x94\x63\xfb\xac\xe9\xbf\x00\x2d\x9b\x53\xb8\x41\x3d\x8f\x6e\x85\x3b\x14\xee\x50\x4f\x15\x6e\x10\xce\x0a\xdf\x43\xbd\x06\x35\xfb\x22\x50\xaf\xc3\x85\x78\xc2\xf7\xb9\x32\x1d\x1f\x6b\x76\x9d\xad\x59\xad\x6f\xf9\x6f\x6e\xcd\x7a\x19\x9e\x6d\x1e\x88\xe7\xf4\x84\x67\x79\x82\x26\x43\xb1\xe9\x84\x62\x79\x96\x25\xdd\x19\x44\x62\x8a\xc5\x9e\x0c\xcf\x82\xfd\x7f\x95\xb2\x6a\x59\xf5\xff\x0a\x65\xcd\xb2\x46\x30\x32\x28\xea\x16\x19\xb4\xeb\xee\x62\x5a\xe6\x84\x84\x3f\x77\x71\x59\x76\xf9\x7f\xfe\xf6\xb1\xcc\x70\x24\x31\x84\xa4\x54\x83\xca\x42\xb5\x3d\x29\xd5\x20\x9c\xfa\xab\x27\x63\xb1\x20\x4c\xad\xe9\x49\xd3\x06\x95\xe8\x79\x4f\x9a\x76\x32\x18\xdb\xb9\xbd\x92\xc1\x58\x10\x4e\x1b\xd6\x93\xd1\x58\xb0\xbf\xca\x68\x00\x95\x1c\x44\xf1\x8b\x3a\xe9\xe4\xc9\x95\x7d\x98\x58\xa0\x27\x43\xaf\xc9\x95\x7d\x58\xdd\xac\x27\x45\x1d\xd4\x5e\xfd\x37\x2b\x86\x95\x67\x26\x20\xe8\x49\x2b\x4f\x64\x72\x67\xef\xf4\xa4\x5d\x83\xc8\x0a\x5a\x52\xaf\x41\x64\xfb\xde\x92\x51\x55\x10\xa7\xeb\x39\x29\xd8\x20\xf2\x39\x41\x46\x55\x41\xe4\x76\xca\x86\x65\xfb\x62\xf4\x35\x95\xb4\x6e\x10\xd9\xce\xff\x64\x54\x15\x74\x3e\x4b\x93\x1e\x0e\xa2\x33\x7e\xb7\x27\x3d\x3c\xb1\x00\xac\xc1\x9c\xa4\x86\x83\x38\xfd\xc0\x49\xe9\x06\xc1\x2a\xdc\x3d\xa9\xc9\xa0\xfa\x39\x97\xb4\x64\xd0\x3d\xab\x06\x40\x41\x30\xa1\x5e\x4f\xc6\x3f\x41\x52\x74\x93\x2a\x0d\xb2\xfd\x95\x49\x95\x06\x9d\x97\x5d\xca\x9e\x82\x6c\x1f\x94\xbf\xf3\x48\x4d\x85\xce\xfe\x97\x97\x96\x53\x49\xf3\x64\x49\xda\x76\xd2\xb6\xed\xbf\x4f\xda\x36\xe8\x3f\x2f\x54\x6d\x1b\x74\xa3\xeb\x49\xb5\x06\xfb\xa3\xd0\x5f\x5a\xc7\xc2\x83\x90\x8f\xe7\xa4\x47\x83\xce\x7b\x2e\x19\xe9\x04\xc1\xd4\x82\x3d\x69\xd6\x69\x6b\x74\x3f\x17\x90\x16\x0d\xc6\xa9\xb6\x16\x0d\x72\xe2\xf1\x96\xf4\x63\x30\x4d\x5c\x48\xea\x31\x88\x6a\x7f\x56\xd2\x85\x41\xee\xf4\xa7\x24\x5d\x38\x99\x34\x6d\xbf\x7c\x32\xca\x09\xe2\x84\x15\x92\x36\x0c\x8a\xb9\x06\xa9\x5a\x25\x82\xa1\xff\x1a\x48\x43\x06\xb5\x5a\x03\x0d\x19\xf4\xe2\xa1\x79\x2a\x19\x5e\xfc\xef\x30\xac\x66\xe5\x54\xd2\x16\x3a\x31\x08\x67\xc3\xe9\x49\x29\x4e\x26\x4c\xfb\xb0\x53\x8a\x41\x0b\xef\x43\xa5\x18\xc4\xbe\xfb\xff\xf3\xb5\x9d\x74\xe6\xe4\xda\x3e\x3c\x6c\x93\xce\x0c\x82\x61\xff\x3d\xe9\xcc\x20\x18\x25\xdf\x93\xce\x0c\x9a\x1a\x9d\xb4\x61\x10\x4e\xa1\xde\x93\x3a\x0c\xa2\xf9\x78\xd3\x7d\x41\x34\x6b\xa7\xfb\x82\x76\xee\x3c\x3d\x17\xf4\xf3\x30\xd2\x73\x41\x67\x62\x9c\x9e\x8c\x85\x82\x98\x5e\xf5\xaa\x2f\x70\x4c\x40\x4f\x6a\x2e\x88\x49\xc7\x40\x52\x73\x41\x67\x4e\x9a\x9e\x8c\x8e\x82\x98\xf4\x3b\x24\x25\x37\x39\x01\x97\xcf\x7f\x1d\x17\xf4\xf3\xa8\x57\x71\x41\x3f\x4f\x7a\x83\xa3\xc9\x09\xb8\xce\xb6\x3c\xcf\x9d\x4e\x56\x62\xea\x49\x99\x05\x69\x9c\xff\xb2\x8e\xdd\x4e\x56\x2e\x36\x43\xa3\xe0\x44\x46\x93\x7a\x0b\x32\x0b\x65\xf5\xa4\xdd\x82\x34\x3c\x1f\xca\x2d\x88\x7f\x95\x54\x6e\x41\x66\xc2\xf9\x9e\x94\x5b\x30\x8c\xd5\x25\xdd\x16\x8c\xee\x63\x4f\xb5\x05\x51\xed\xca\x4f\xaa\x6d\xda\x1a\x3b\xba\xaf\x42\x23\xa3\x60\x74\x9f\x68\x5a\x2c\x98\xd9\xab\x62\x58\x71\x47\x40\x7b\x3d\xe9\xb5\xc9\x11\xd0\xcd\x2a\x59\x71\xb4\xb6\xdb\x5b\x95\xd4\x5a\x30\xfd\xd4\x48\x46\x54\xc1\xf4\x7b\x21\x29\xba\xe9\x88\x2e\x55\x32\xa2\x9a\x4c\x6b\x3e\xb7\xac\xf2\x0b\x76\x9d\xdc\x9a\xad\x61\x5a\xf3\x79\x02\x68\xc4\xa0\x84\x8f\x77\x85\x38\x1d\x21\x4e\xee\xd5\xe6\x98\x2e\xbe\x8e\xaa\x24\xed\x37\x1d\xfb\x45\x10\x92\xf6\x0b\x8a\xe9\x46\x49\xd1\x4d\x66\x3f\x27\x1f\x0c\x4a\x2d\x88\xc1\x4c\xd3\x3d\x69\xb0\x60\x7f\x55\xb0\x39\x0d\x16\xd4\xea\x2b\x5a\x81\x05\xfb\xdf\x38\x12\x05\x16\xec\x32\x6a\xa1\xc0\xa6\xcb\x44\x2d\x3f\x0d\x14\x58\x50\x3b\x51\x84\xa4\xbf\x82\x48\xdd\x77\xaa\x02\x0b\xf6\xeb\xdd\x23\xb1\xb2\x97\xeb\x00\xda\xc6\x0a\x2c\xe8\x3e\x8a\xf5\x57\xb0\xdf\xb3\xfe\x97\x67\x7f\xa3\x19\x5b\x48\x2a\x2d\x50\x0a\x92\x42\x0b\xda\xb9\x37\x94\xd7\xe4\x8c\xd4\xd9\x87\x89\xa2\x9a\xb6\x94\xb6\xb0\x02\x8a\x25\x68\xf6\x5e\x26\x1d\x12\x34\xfb\xa5\x92\xbe\x08\x9a\xbd\x61\x49\x5d\x04\xd1\xfc\x9c\x7a\x3c\x05\x0f\x33\xd8\xfb\x3e\x53\x20\x41\x24\xaf\x5d\xfd\x11\x34\x7b\xf3\x92\x31\x54\x10\xc9\x4b\x57\xa5\x04\xed\x7c\x0e\x69\x94\xa0\xd9\x63\x99\x34\x45\xd0\x98\xa6\xa6\x27\x4d\x11\xf4\xf3\x1e\x57\x14\x41\x3b\xad\x6a\x54\x15\xb4\xe6\x9d\x67\x50\x15\xec\x7b\xca\x8d\xd9\xf8\x4e\xed\xec\xbb\x45\x75\x04\xd1\xbc\x44\x55\xc7\xe4\x34\xce\xde\x66\x9a\x63\x72\x1a\x67\x5b\x5a\x73\x4c\xce\xd9\xec\xeb\x58\x0d\x04\xad\x79\x93\x19\x0e\x05\xd1\x7c\xa5\x2a\x86\xa0\x35\xcf\xb7\x5e\x98\x1c\xf8\xeb\x47\xbf\x5e\x08\x5a\xf3\xc1\xa1\x16\x82\xd6\x7c\x0d\xaa\x80\xa0\xff\xfc\x08\x51\x01\x13\xbe\x37\x3d\xb7\xea\x1e\x88\x66\x78\x29\xbd\x9e\x36\x96\x12\xfa\xf9\xe0\xd0\x00\x41\x67\x16\xa8\x9e\xb4\x3d\xd0\x7f\x7e\x58\xa9\x76\xa0\x33\xdb\x5b\x4f\xaf\x87\xcf\x00\xe2\xe9\x13\xf9\xf5\xf0\x5f\x4e\x5b\x2e\x7f\x78\x3f\xab\x87\xa0\xff\xfc\x8c\x34\x58\x0a\xfa\xb9\xb7\x75\x37\xd0\xcf\x6d\xac\xa7\x81\x7e\xee\x76\x03\xa3\x20\x9d\x4b\x4b\x73\x03\xe9\x5c\xa6\x9a\x1b\x48\xe7\x2e\x30\x30\x0a\xfa\xb1\x25\x5d\x0e\xf4\xf3\x1c\x32\x30\x0a\xd2\xf9\x22\x50\xef\x40\x3a\x37\x99\x76\x07\x3a\x79\xdc\x3d\x69\x77\xc9\xb8\x28\x47\x9f\x8d\x8b\x82\xae\xc7\x65\x7d\x0f\xf4\xc2\xb7\x5f\x56\xf7\x40\x34\xdf\x83\xd9\x58\x69\x76\xa8\xaf\x31\xc9\xac\xc7\x81\xf1\xeb\xfe\x74\x58\x44\x44\x98\x2a\x65\x2d\x0e\x8c\xdf\xd9\xe7\x6d\x91\x6f\xb3\x49\xd1\x63\xd1\x7e\x8d\x33\x7a\xbc\x67\x7d\x0d\x0c\x66\xc5\xef\x59\x5d\x03\xdb\x9c\xd9\xbe\xf9\xb4\x60\xfc\xf8\x72\xc8\x61\x05\x36\x46\xe7\x43\x38\x6b\x75\x20\xd9\x8f\x95\x15\x38\x90\xd4\xc1\xac\xbf\x65\x43\xaa\x7c\x8d\x67\x93\x69\xc1\xb0\xcf\x32\x6b\x74\x20\xd9\xc5\x94\x95\x37\x90\x18\x3e\xd3\xb3\x51\x56\x90\x18\xdc\xd2\xb3\x3e\x07\xc6\xaf\x79\x5c\xaf\x45\x7c\x98\x70\x3d\x65\x6d\x0e\x8c\xce\xc3\x31\x2b\x73\x60\x74\x8c\x20\x1b\x2b\xcd\x4e\x66\x45\xaf\x59\x56\xe5\xc0\xe8\xe1\xb6\xac\x10\x93\x59\xf5\xf0\xbf\xac\xd0\x46\x70\xb7\xec\x3f\xac\x51\x62\x86\x15\x7a\xf4\xb2\x22\x07\xa2\xf6\xe4\x3e\xad\xa5\x2a\xe7\xf3\x31\xab\x72\x20\x1a\x33\x17\xf4\x9c\xac\xe7\xc6\xe8\x61\x91\xf5\x3c\x7a\xc7\xcd\x9d\xd5\x3b\x30\x3a\x2f\x99\x6c\x4c\x15\x8c\xce\x33\x33\x1b\x53\x05\x83\xa5\x1c\x7a\x36\xa6\x0a\x46\xe7\x09\x96\x0d\xa9\x66\x27\xaf\x1a\xfe\x97\x2d\x94\xf9\x00\xc3\x43\xb2\xaa\x98\x0d\xa8\x0e\x7f\x68\x0b\x6d\x64\x3f\xb6\xb2\xfa\x08\xf6\x55\xe6\xc6\x6c\x21\xf2\x67\xbb\x69\xdb\x59\x81\x04\x33\x37\x8b\x6c\x21\x06\xd8\xe6\xe6\x2f\x6d\x20\x06\xd8\xe6\xe6\x0e\x6c\x0c\x26\xb9\xf2\xd3\x30\x6b\x90\x20\xfb\x69\x98\x35\x48\x30\x33\x1f\xa8\x59\x81\x04\xfb\xc8\xf8\xa5\x06\x99\x8d\xd7\xf2\xfa\xce\xc6\x6b\xc1\xfe\x8a\x62\x9f\x5a\x25\x28\xc1\xc7\x7a\x36\x60\x0b\xb2\x01\x9e\xac\x42\x82\x70\x25\xdd\x9e\x75\x48\x30\xb3\x37\x85\xd1\x59\x30\xb3\x17\xb2\x0e\x09\xf6\x3e\x3d\x34\xaf\x83\xe2\x80\xfb\xe4\x1e\xac\x3b\x8b\xbe\x9a\x9d\x9d\x75\xcd\x6c\x2c\x36\xf9\x3c\x50\x36\x41\x89\x6c\x91\x95\x77\x21\x58\xdd\x25\xeb\x9f\xd9\x51\xbb\xa6\x07\x66\x2d\x12\x14\xf3\xda\xb3\x12\x09\xf6\xbf\x71\xa9\x69\x91\xd9\xc5\x89\xda\xd9\xab\xf5\x72\xe8\xad\x0a\x9d\x15\xc9\xec\xea\x44\xcd\xb3\xa5\x36\x66\xb5\xd1\x0e\x8c\xac\x37\x66\x97\x1e\x32\xdf\x30\xeb\x7c\xd9\x11\xb4\xf6\x44\x64\xa5\x2f\x3b\x82\x56\x51\xcb\xc6\x40\xc1\xfe\x4e\x65\xbf\x6a\x5f\x46\xf1\x22\xb9\x0f\x43\x9e\xa0\x8c\xea\xe6\xac\x06\xda\x17\xc9\xb3\xa8\xf7\x81\x88\x74\x76\x61\x35\xda\xe9\xfa\xa5\xba\xca\x20\xd8\x65\x6e\xef\x54\xe3\xb3\xaf\x93\x6b\x47\xf7\x03\xd5\x00\x57\x36\xec\x99\x9d\x91\xd9\x3e\x83\xac\x0f\x82\x6a\xc7\x48\xd6\x07\xc1\xde\x1a\x8d\xa2\x10\x66\x47\xc7\xfe\xc6\x1f\x5e\xd7\xd9\x48\x29\xa8\xe7\x1e\xd2\x21\xb3\xd9\xb4\xe1\x69\x56\x22\x41\x55\x76\xb2\x12\x09\x6a\xf5\x9a\x31\x4e\x0a\x6a\xf5\x42\x55\x22\x41\x6d\xde\x43\x46\x49\x41\xb8\x76\x66\xcf\x8a\x65\x36\xe9\x96\xd5\xa8\x7b\xd6\x2c\x41\xe4\x73\xdd\xab\x96\x20\xb2\xdd\xec\x59\xb7\x04\xd5\xc4\xa8\xac\x5b\x82\xc8\x86\x93\xb3\x72\x09\x22\x9b\xe4\x90\xcd\xc4\x05\xfb\xff\xd8\xad\xc2\x09\xec\xb4\xcf\xfa\x26\xe8\x4c\x98\xd9\xb3\xbe\x09\x92\xdf\xd4\x59\xdf\x04\xc9\xe0\x45\x56\x37\xc1\xf8\xf1\xe1\x93\x0d\xa4\x02\xa3\x34\xd9\x30\x2a\x68\x6a\x76\xd6\x49\x41\x3f\x07\x6f\x5b\x0c\xbb\x4e\xdc\x92\x4d\x61\xae\x6e\x58\x1f\x35\x12\x34\xfd\x33\xab\x91\x99\x2c\xdc\x53\x43\x8d\x31\xbb\xde\xd0\xf9\xa1\xf5\x71\xbd\x21\x2f\x03\x85\x11\xb4\xd3\x84\xfa\x22\x08\x47\x55\xf6\x6c\x14\x14\x44\x53\xa1\xb2\x72\x98\x5d\x4b\xc8\x87\x98\x41\x50\x10\xe5\x5c\xfc\xfa\x62\x76\xb4\xac\xef\x5e\x83\xa0\xa0\x35\x1f\xfc\x1a\x24\x68\x0e\xeb\xc8\x0a\x24\x68\xcd\x26\x53\x16\x41\x73\x8c\x48\xd6\x15\x41\x34\x3f\x7c\xcc\xd5\x05\xed\x5c\x8d\xda\x63\x36\x55\xd7\xe1\x40\x59\x7d\x04\xd1\xbc\x01\xb4\x47\x10\xcd\x87\xab\xf2\x08\xe2\xdf\x75\x61\x46\x2f\x88\x76\x36\x66\x03\x5d\x7c\xee\xfb\xb2\x51\x28\xb3\xcb\x1e\xd9\xda\x7a\x21\x88\xe9\xd5\x63\x4c\x33\x9b\x98\xeb\x09\xd0\x14\x41\x37\x1f\x29\x1b\xd1\xcc\xe6\xea\xfa\xad\x75\x5b\xcb\x9b\xaf\x7d\x3f\x99\x8c\x71\x82\x98\xe7\xbf\xac\xe4\x8d\x00\xa0\x5f\xd9\x08\x27\xe8\x3f\x3f\xac\x4c\xd5\x05\x31\xbd\xd0\x0d\x70\x82\x5e\xfc\x20\x30\x96\x99\x4d\xca\xf5\x8a\xd2\x4d\x41\x37\x87\x2e\xeb\xa6\x20\xa6\xff\xa5\x88\x82\xfe\xf3\x65\xa4\x88\x82\x6e\xb7\x4d\xd6\x3a\x41\x67\x0a\xd5\x9e\xb5\x4e\xd0\xed\x08\xc9\x86\x31\x41\x37\x01\x33\x1b\xc5\x04\x9d\xf9\x58\x7b\xd6\x4d\x41\xfc\x6f\x99\x67\x92\x30\xe6\xb4\x59\x95\x53\xd0\xcf\x47\xb9\x72\x0a\xfa\xcf\x8b\x5f\x39\x05\x31\xcf\x2e\x6d\x0a\xdd\xf4\x9c\x6f\x63\x9d\x20\x8e\xa5\x65\x85\x15\xc4\x09\xca\x65\xf5\x34\x9b\xc1\x4b\xaf\x45\x36\x83\x37\x9b\xc1\x4b\xf7\x57\xd6\x58\xb3\x19\xbc\x3e\x3e\x8d\x65\x82\x68\xcc\xbb\xd0\xb3\x16\x0b\x7a\xf1\x33\x56\x8b\xcd\x8b\x7e\x3f\x42\xae\x59\x65\x05\xbd\xf8\x16\x51\x59\xb3\x19\xbc\xd3\x1f\xda\x1a\xac\x91\x5b\x7c\x3a\x6b\xb1\xd9\xa4\xde\xe1\x1e\x6d\x0d\x93\x7a\x09\x06\x67\x93\x7a\x41\x32\xf1\x2b\x2b\xb6\x20\x9d\xe7\x8a\xb1\x4d\x10\x83\x11\xba\x3d\x2b\xbb\xd9\x35\x85\xec\x9e\xce\xca\x6e\x76\xdd\x5c\x82\xf2\x59\xd9\x05\xd1\xcd\x0e\xcd\x86\x3b\x41\x2f\x3e\x6a\x14\x60\x10\xb5\x7a\x1d\x1b\xef\xcc\x2e\xa6\xeb\xa7\xb9\x52\x9c\x5d\x4c\x77\xba\x03\x1b\xe8\xb5\x81\x38\xc5\x4a\x31\x48\xe7\x91\xaa\xf5\x66\xad\xf7\x6c\xde\xd6\x78\x55\x49\xb7\x65\x6b\x30\x8b\xf3\x7e\xf0\xfe\xf7\xeb\xd9\x0c\x65\x10\xcd\xe1\x1d\x59\x9d\xce\xae\x27\x54\xb3\x65\x36\x83\xc9\xc7\x5e\x13\xc6\x42\xc1\xf8\x79\xe5\xa8\xd8\xd9\xdc\x63\x1c\x38\xab\xd8\x20\xfe\xdd\x6e\x3a\x76\x36\xf9\xd8\x0f\x10\x1d\x1b\x44\x3d\x6f\x16\x25\x3b\x9b\x7d\xec\xd9\x50\xb2\xc1\x3e\x34\x8f\xc3\x0b\xc5\xf4\x63\x1b\x50\xcb\xce\xce\xe1\xec\xa5\xa9\x65\x83\x64\x86\x40\xd6\xb2\xb3\x96\xcd\x15\x56\xb4\xec\x62\xf6\x31\xa7\xac\x68\xd9\x60\xfc\x38\xd9\xc5\x00\x2a\x48\x46\xf6\x8b\x92\x5d\x4c\x48\xe6\x32\x2f\x86\x54\x8b\xf3\x3c\x73\xef\x16\x23\xaa\x20\x99\xe1\x51\x34\xf1\xa2\x89\xf3\xb0\x2b\x9a\x78\xd1\xc4\xa7\x7b\x9c\x16\xd9\x05\xe1\xb6\x2e\x8b\x48\x64\x2e\x1e\xfd\x6d\x11\x89\xcc\xd3\xcd\x3f\x16\xd1\x38\xd3\x43\x5d\x16\xd1\xc7\x4e\x4b\x17\x45\x1c\x44\x77\x98\x60\xd1\xc4\x41\x54\xb3\x3d\x8b\xa3\x5d\x41\x30\xec\x7f\xff\x61\x35\x4f\x80\xd5\x4a\xe9\xe7\x60\x74\x3e\xdd\x8a\x7e\x0e\xa2\x99\xb9\x57\xb4\x71\xb0\x6f\x4b\x0f\xc5\x6a\x05\xf1\xa0\xe4\x1e\xac\x96\xf3\x54\x4f\x8b\xac\xd6\x59\xf2\xf7\x6c\xcd\x7a\xa1\xe8\x3d\x5b\x87\xd7\x22\x3f\x61\x78\x1f\x17\xb3\x9e\xc1\xe8\x56\xcb\xac\x67\x30\x3a\x4f\xca\xa2\xc9\x83\x9c\x6c\x37\x4d\xbe\x68\xf2\xdc\x15\xc5\xa8\x2c\x18\x3d\xfb\x5f\x36\x87\x72\xef\x39\x50\xee\x8b\x89\xd0\xd3\xcd\x7b\x8a\x13\x73\xef\xd2\x2f\x5e\x14\x79\x30\x3a\x5d\x74\x45\x91\x07\x99\x05\xf8\x7b\xd1\xe3\xc1\x49\x14\x2c\x6a\x3c\x18\x9d\xef\xa3\xa2\xc5\x17\x2d\x3e\xf9\x43\x9b\x82\x5c\x69\x07\xce\x14\x73\xa5\x8b\x93\x52\xf3\xb4\x2e\x7a\x7d\xd1\xeb\x79\x26\x16\xbd\xbe\xe8\xf5\x74\x1c\x14\xbd\xbe\xe8\xf5\xd9\x1f\xda\x38\x99\xa9\x77\xbd\x97\xf4\xfa\xa2\xd7\xf3\x98\x2f\x7a\x7d\x51\xe2\x79\x8a\x14\x25\x1e\x44\xb5\x93\xa9\x68\xf1\x20\x9c\x16\xa0\x17\x2d\xbe\x68\xf1\x8e\x32\x28\x5a\x7c\x71\xaa\x6a\x1e\x10\x45\x65\x07\x7b\x73\xd4\x53\x41\x2f\x0a\xba\x5b\x53\xd0\x8b\x82\x4e\x07\x55\x51\xd0\x41\xb6\xff\xa2\xe8\xe7\x45\x3f\xe7\x39\x55\xf4\x73\x10\x65\xd0\x4d\x56\xf4\xf3\x62\x42\x75\xf7\xdf\xac\x28\x09\xd5\x95\x69\x16\x7b\x31\x10\x0c\x66\xe6\x79\x59\x0c\x04\x83\xfd\x72\xf1\xa7\x56\x1e\x8f\xaf\xcc\xba\xd5\x8b\x1e\x0f\xe2\x7c\xa0\x14\x45\xbe\x98\x52\x6d\x45\x95\xf6\x62\xfe\xb4\x0f\x21\x9d\x1d\x4c\x96\xe1\xe8\x45\x67\x2f\xe6\x4a\xd3\x6f\x55\xf4\x73\x30\xb3\x95\x52\xcf\x8b\xa9\xd2\x9e\x16\xc3\xc3\x20\x9a\x9f\x31\xc5\x5c\xe9\x62\xae\xb4\x4f\x47\x23\xc6\x20\xdb\x45\x58\x0c\x18\x83\x70\x6e\x98\x5e\x74\x7d\x30\x73\x77\x63\x56\x93\xfc\x69\xbb\xbc\x8a\x5a\x0f\xb2\xfd\x81\x45\xab\x2f\x24\x48\xdb\xab\x54\x94\x7a\x10\xfd\xe7\xb5\xa6\xd4\x83\x6c\x5f\x5c\xa9\xa7\xe6\x5e\x08\xb4\xb6\xd1\x5e\xb0\x2f\x2b\x76\xa0\xe6\x17\x35\xdf\x28\x61\x31\xb8\x0b\x4e\x96\x58\x31\x21\x1a\x94\x28\x6e\xcd\xaa\xd3\x19\x70\xc6\x54\x16\xe3\xbd\xc5\x89\xb2\xec\xb0\x2e\x76\x06\x80\xa8\xbf\x3f\x2c\xb9\xd5\x8b\x9d\x05\xa0\x38\x70\xbf\xd8\x57\x00\x4a\x14\x37\x6c\xdb\x98\x1f\x6d\xee\x7a\xb1\xab\xa0\x38\x62\xd6\x28\x51\x69\x36\x18\x33\x6b\x45\xb1\xc8\xf6\x6a\xce\x3d\xe8\x03\xc8\x60\x32\xc8\xc6\x2e\x8b\x1d\x0a\xa0\x04\xdf\xfe\xc5\x0e\x05\xb0\xdb\x8b\x33\x6e\x87\x42\x71\xba\x2d\xbb\xff\x8b\x3d\x0a\x60\xff\x1f\x75\xb0\x47\x01\xec\x83\xe3\x80\xed\x32\x00\xfb\xb7\xb4\xac\x7d\x06\x60\xff\x1f\x95\x35\xa4\x0c\xe2\xa7\x80\x15\x7b\x08\x40\x54\x47\xdb\x14\xfb\x03\x40\xfc\x94\xa6\x62\x7f\x40\x71\x2a\x2d\x7d\xab\xd8\x1f\x00\x8a\xe9\x34\xc5\xee\x00\x10\x91\xbc\x8a\xec\x0e\x00\x45\x1f\x2d\x76\x07\x14\x13\xa9\x8d\x0e\x15\xbb\x03\xca\x89\x35\x23\xa9\xc5\xee\x00\x50\x1c\x6b\x5d\x74\xff\x62\x22\xb5\x2e\x58\x94\xff\x62\x22\xb5\xd1\xa0\xa2\xfd\x17\x13\xa9\xdb\x39\x12\x2f\xa3\x61\xdf\x98\x17\x85\xfe\x5f\x86\xfd\x60\x3e\xc7\xd4\x7d\x50\x34\xd0\x62\x08\xba\x9c\x44\x6a\x9f\x46\xc6\xa0\x41\x9c\x1e\xed\x62\x74\x19\x44\x98\x97\x5f\xec\x04\x00\xbb\x51\xa8\xad\x81\x63\xb0\xcb\x38\x64\xbb\x01\xc0\x2e\xa3\x8d\x95\x7e\xb0\xb7\xe7\x6f\xad\xc6\xa4\x6b\xcc\x87\xa0\x59\xd3\x20\x9c\x86\xaa\x17\x03\xc7\x60\x6f\x8e\x9a\x19\x38\x06\xe1\xf4\x2e\xbd\xd8\x61\x00\xca\xf0\x8e\xb6\x73\x00\x94\xe1\xc5\x63\xdf\x00\x28\x83\xcf\xfa\x62\xdf\x00\xd8\x3b\xe0\xda\xb6\x73\x00\xec\x32\xda\xc4\x58\x32\x28\x83\x20\x62\xb1\x77\x00\x44\x63\xc5\xba\x5e\xec\x1e\x28\x4e\x9b\xe5\x48\x8e\x62\xff\x00\xa8\x76\xe5\x16\xfb\x07\x40\xb5\x13\xb8\xd8\x3d\x00\xaa\x3d\xa8\xc5\xee\x01\x50\x8d\xdf\x17\xbb\x07\x8a\x93\x66\x39\x22\xa3\xd8\x3d\x50\x9c\x34\xcb\x21\x28\xc5\xce\x80\xe2\x04\x59\x8e\xd1\x29\x86\x92\x8b\x93\x61\x39\x68\xa2\x18\x4c\x06\xd5\x98\x7e\x31\x39\x1a\xec\x7f\xa3\x95\xec\x48\x28\xf7\xc9\x09\xe5\x50\xec\x36\x00\x71\xfa\xea\x8a\xfd\x06\x60\x9f\x2d\x76\x6b\xc7\x01\xd8\x65\xee\xd6\xfa\xdf\xa6\x14\xfa\xd6\xb2\xeb\x00\xec\xbb\x8e\x76\x32\x62\x0d\x22\xf5\x73\xc8\x56\xf7\x76\x7e\x1b\x3f\x87\x0c\x63\x83\x5a\x7d\x78\xdb\x7b\x00\xf6\xbf\xb9\x0b\x5b\xe0\x66\x7a\x17\x9f\x3b\x76\x1f\x80\xbd\x57\x1a\xd4\xd8\x36\xd8\x3f\xa5\x05\xec\x53\x28\x06\xb7\xcd\x33\x2d\x76\x2a\x80\x5d\x0b\x8e\xce\x5e\x05\xb0\xcb\xfc\xad\x35\x7b\x0c\xe1\x78\x8f\xd9\x3b\x00\x6a\xf5\xb1\x68\xef\x00\xd8\x3f\xa5\xf1\xec\x1e\x28\xcf\xf9\xb4\xb1\xcc\x5a\x6c\x54\x3b\xaa\x8a\xde\x5f\xf4\x7e\xa6\xca\xed\x45\xc9\x07\x31\xc2\x9f\x6a\xf9\xa0\x76\x6f\x13\x2d\x1f\x44\x36\xe7\xa2\x68\xf9\xa0\x76\x9f\xa7\x5a\x3e\xd8\xff\x46\xab\x1b\xac\x06\xbb\x8c\xba\xaa\xfe\x60\x97\x79\x24\xd6\x75\xa3\x0e\x2f\x1e\xdd\x1f\x44\x76\xac\x6e\x51\xfe\xc1\xa8\xfe\x97\xa7\xd5\x25\x86\x09\x65\x14\xdd\xbf\x10\xd4\x2e\x7e\x44\xeb\xfe\x20\xd9\xb9\x5a\x74\x7f\x30\x1d\x95\x53\x54\x7f\x50\x86\xda\xa1\xf9\x83\x5a\x7d\x85\x69\xfe\xa0\x9e\x47\x90\xe2\x0f\xf6\xa1\xba\x31\x1b\x68\x63\xd4\x3f\x0c\xc0\x2e\x76\x0b\x80\x68\xe7\x33\xcd\x7e\x01\xd0\x9a\xe7\xc7\x7e\x01\x70\xbe\xfd\x4d\x82\x06\xff\xbe\x80\x15\x7e\xd0\x1d\x40\x5b\xcc\x78\x06\xd1\x4c\x25\x2a\x66\x3c\x83\x68\x46\xcf\x8a\x19\xcf\x20\x4e\xc7\x6d\xd1\xf2\xcb\x56\xfa\xce\x24\x89\xbd\xa8\xf4\xc5\xd5\x96\xce\x1e\x3c\x58\x27\x9f\xca\xda\xa2\x62\x0e\x46\xf7\xf9\xa4\x84\x83\x99\x7d\x14\x29\xe1\x60\x66\xcf\xbe\x12\x0e\x66\xe6\x7d\x50\x95\xf0\xea\x44\xd7\x86\x39\xab\x81\xed\xfa\xf3\xdb\x21\xfb\x7f\xc5\x32\x3f\xc0\x2c\xaa\x16\x55\x2b\xf5\xa3\xac\x5b\xe6\x9b\x93\xbb\xbf\xaa\xd8\xd5\x19\xab\x4d\x93\xad\xda\x33\xd8\x8f\xfa\x41\xd9\x63\xd9\xe2\x4a\xf1\x48\x5e\x8b\x0c\x87\xf2\x49\x5d\x8d\x77\x83\xfd\x9c\xdc\x75\xad\x06\xbc\x6b\xf8\x9c\xe4\x9b\xb4\x1a\xca\x06\xfb\xc9\xe1\xff\x59\x8b\x33\x83\x14\xc6\x5b\x75\x6a\x50\x0d\x4f\x56\x95\xba\x9e\x19\xa4\x86\x9b\xb3\x66\x38\x75\xfe\x9d\xcd\x59\x33\x82\xde\x9c\xfc\xaa\x65\x83\xe8\x1d\xcf\xab\x5a\x36\x08\xa6\x0f\xeb\x55\xa5\xae\x06\xbd\xab\xdb\x5a\x16\x79\x06\xdd\x98\xb5\x0f\x6b\xcf\x83\xa9\x3a\xb4\x18\xf8\x3a\xac\x0a\x35\xe8\xcc\xbf\xda\xab\x42\x0d\xd2\x39\x30\x55\xb9\x1e\x2f\xf6\x87\x1e\x3d\x12\xcc\x97\x40\xd5\x81\x41\x8b\xb3\x75\x4f\x94\x53\x3d\xf1\xd0\xab\x3a\x30\x88\xe4\x79\xd2\x81\x41\xcc\xea\x31\x78\xf0\xc9\xbb\x85\x66\xd5\x81\xc1\xe8\xbc\xf4\xaa\x0e\x5c\x5d\x5f\x89\xdf\x69\xb2\x20\x9a\x83\xd8\xaa\x2a\x0b\xa2\x3b\xc1\x50\xd5\x65\xab\xb3\x37\x79\xda\xd4\x56\xd0\x1c\xd2\x5a\xb5\x56\xd0\xf2\xf9\xa1\x35\x72\x1c\xf0\x68\xee\xc0\xe3\x67\x2a\xe7\x73\x85\x1a\x7c\x06\x8d\x49\xf5\x7a\xd5\x6d\x6b\x21\x9e\x81\x05\x56\xad\x15\x44\x37\x01\xb8\xea\x9e\x20\x5a\xf0\x2d\x52\x95\xcf\x5a\xec\x9f\xf7\xdf\x3c\xb4\x62\xc4\x61\x58\xe6\xb1\x31\xb9\x92\x93\x01\x55\x03\xc6\x20\xa6\x35\x50\x3d\xc1\xfe\xa5\xff\xe6\xe1\xb2\x8c\xef\xb4\xee\xe5\x1c\x2e\xd9\xa9\x3c\xea\xab\xee\x09\xa2\xfa\xb1\x5b\x35\xcd\xaa\x69\x1a\x35\xac\x9a\x26\x48\xf9\xfc\xd4\x73\x50\x5d\x5d\x93\x27\x69\xd5\x21\xab\x0b\x00\x5b\x2b\x1d\xb2\xba\x00\xb0\x35\xd0\x21\x41\x67\x8e\xe3\x5e\xcd\x31\x06\xe9\x9c\x29\xb5\x12\xa4\x73\xa6\x54\x48\xd0\x1d\x5e\x53\x55\x48\x10\xd5\x1e\x92\xaa\x42\x82\xe4\xd7\x65\xd5\x20\xc1\xf8\x79\x17\x6a\x90\x60\x68\xad\x55\x83\xac\xcd\x1e\x42\xb7\xe5\x79\x6a\x76\x12\x78\x1b\xaa\x7e\x20\x67\x6f\x30\xd5\x0f\xe4\xfc\x73\x97\x56\xa9\xd1\x33\x94\xdd\x98\x55\x6a\xcb\x2f\x01\x6a\xae\xf9\x81\xbd\x03\xff\xcf\x7a\x36\xef\x0b\xf6\xa9\xf9\x81\x74\x6e\x0c\x2d\x0f\xec\xad\x51\x03\x4d\x0d\x64\x53\x59\xaa\xc1\x5d\x30\x33\x1f\xa0\xd5\xe0\x2e\xc8\xa6\xc5\x54\x75\x0e\x4c\xc7\xb6\x56\x6d\x0e\x44\x33\xca\x5d\x35\xb7\xaa\xb9\x19\x15\xab\x9a\x5b\x75\x12\xe4\xc6\x77\x65\x55\xdd\x40\xb1\x7b\xbf\x6a\x6e\x60\x3f\xe1\xff\xd0\x3f\x5e\x35\x36\xb0\x3f\xba\xd8\x9b\x01\x5c\xb0\x9f\xec\x1c\xbc\xca\x06\x4e\x97\x79\xd5\xd8\x40\xad\x58\x6c\x35\x14\x0b\xaa\xdd\xa7\x55\x37\x03\xc3\x47\x86\x6a\x06\x5a\xb3\x4d\x35\xb3\x3a\xce\x59\xe3\xe2\x31\x62\x0b\xa2\xdb\x4d\x5c\x0d\xd9\x82\xe4\x87\x4d\x55\xe0\xea\x19\xf5\xea\x99\x34\x3f\x18\x14\xa7\x67\xac\x3a\x1d\xa8\x3e\x9d\x35\xba\x6a\x10\xd7\xbb\x46\x51\xab\xce\x9b\xe4\x51\x28\x6a\x75\x7a\x86\xdc\xa3\x07\xeb\x5c\xc6\xbe\x6e\xf5\x2f\xb0\x8f\x95\x5f\x1a\x63\xad\x64\xe4\x4e\x9f\xf5\x5a\x54\xc5\x98\xa6\x47\xa1\x1d\x81\x6e\x02\x7d\xd5\x7b\xc0\xe9\x33\xab\x6a\x4f\x75\x9e\x23\x6f\x7a\x6d\x06\x74\x66\x67\xef\x55\x9b\x01\xd1\x8c\x6e\x56\x6d\xa6\xde\xac\x13\xec\x8d\xaa\xcc\x80\x7d\xb0\xd4\x5c\x99\xa9\xae\x83\xeb\x69\xd2\x65\x40\x77\x1c\x6a\x55\x5b\x40\x32\xed\xa7\x1a\xf1\x04\x49\xcd\xa8\x8a\x0c\xe8\x8e\x38\xad\x7a\x0c\xe8\xd5\xcb\xdc\x20\x28\x48\x6a\x61\xd5\x6c\x40\x3a\x0f\x45\xcd\x06\x24\xbf\xf5\xaa\x62\x03\xba\x23\x7f\xab\x62\x03\x3a\x73\xc6\xf7\xaa\xd7\x80\xce\xda\x33\xbd\xaa\x35\x20\x9d\x8f\x0e\xad\x06\x44\x73\xee\x8c\x6a\xd2\x2e\xe8\xcc\x36\xdf\xab\xa2\x03\x92\xf9\xec\xd5\x58\x29\x48\xa6\xa0\x57\xd5\x07\xec\x8b\x98\x5a\xaa\x3e\x20\x9d\xf7\x9e\xea\x53\x1f\x23\x16\x6e\xcc\x8a\x3f\x44\x2c\x9a\xbb\xb4\xe2\x0f\xc9\x77\x9e\x23\x5d\xa8\xba\xd2\xad\x77\xa5\x2e\x04\x86\xf3\x8b\x56\x93\x76\xc1\x70\xba\xd2\x6a\x54\x14\x8c\x9f\x1f\x6f\xca\x51\x5d\x9e\x6f\x5a\x5f\xeb\x01\xc3\xb1\x2b\x55\xe9\x01\x39\x7b\xda\x74\x1e\x90\x4d\xa9\xab\x2a\x0f\x18\xbd\xb8\x47\xeb\xb8\x7c\x56\xbb\x79\xcf\x37\x73\xf2\xf6\x73\x2a\x75\x1e\x30\x1c\x1f\x55\x75\x1e\x90\xb3\xad\x6f\x6e\x2f\x18\x0e\x7d\xaa\x6a\x10\xc8\xd9\x13\xae\x06\x81\xe1\x54\x7a\x55\x0d\x02\x39\xfb\x12\x54\x83\x40\xce\xde\x35\x6a\x10\x18\x8e\x56\xaa\x2a\x0f\x18\x0e\x15\xab\x4a\x0d\x18\x9d\xce\xd0\x6a\x7c\x12\xcc\x72\x36\xef\xa1\xbe\x7c\xec\xfb\x15\xa2\xae\x80\x6c\xf6\x68\xd5\x56\x40\x36\x08\x51\x95\x15\x90\x8d\x71\x54\xa3\x94\x20\x1b\xb4\xa9\xea\x0b\xc8\xc6\x8e\xaa\x41\x4a\x30\x8b\x2d\xad\xd1\x80\x69\x9e\x5c\x35\x48\x09\x66\xf6\xf1\xa4\xe4\x80\x99\xbd\x0c\x8d\x51\x82\x99\xbd\xc0\x0c\x51\x82\x6c\x38\xa6\x6a\x42\x60\x1a\x50\xad\x46\x28\xc1\xcc\x5e\x60\xca\x11\x98\xc5\x86\x56\x8e\xaa\x72\xe4\x25\xad\x1c\x81\x6c\x1c\xad\x29\x47\x20\x9b\x1a\xd9\x8c\x50\x82\x6c\x68\xa7\xa9\x4b\x60\x3f\xc3\x3a\x65\xd9\x32\xe6\xf4\xe0\x6b\xa3\xa9\x46\x60\xdf\xdf\xfe\x74\x58\xe6\x62\x3e\x9c\xca\x66\xf8\x11\x94\xa8\x16\x5d\x16\xb9\x46\x49\x71\x73\xb7\x65\xac\xea\x52\x3c\xb6\xc7\x22\x73\x0b\x8b\x7b\x58\x96\xd9\xf9\x3c\x28\xfa\x2c\xf2\xc2\xf8\xef\x15\xbc\x7a\x53\xaf\xc0\x2c\xa8\x6a\x33\x8a\x09\xf6\xbe\x32\x65\x56\xda\xb5\x7e\x10\x9d\xa6\x70\x81\xfd\x6f\xb4\xaa\xc2\x05\x76\x59\xa2\xac\x59\xe6\x74\x16\x7c\x3e\x35\x5d\x0a\xec\x0f\x8d\x46\x99\x2d\x11\xf6\xb8\x66\x0f\xc5\x96\x08\x33\x0f\xb3\xdb\xb3\x29\xc2\x6e\x68\xfa\x79\x9a\x86\x05\x76\x19\xe7\x49\xc5\x6a\x71\x3e\x66\x3c\x3e\xdb\x27\xfc\x98\x61\xb7\xc6\x31\x41\x71\x90\x4b\x53\xbb\x1a\xeb\xfd\xd8\x89\xd1\x0c\x5a\x82\xbd\x31\xcb\x6c\x80\xc4\x02\x1f\xee\x53\x15\x03\xfb\xdf\xdc\x9a\xf5\x4f\x8c\xf2\xf3\x70\xcd\x49\x06\x25\x8a\xbf\xf4\x72\x49\x9a\x34\x5f\x3e\xcd\x50\x26\x28\xf6\x06\x36\x05\xad\x9d\xe9\x9b\xa6\x5b\xb3\xf2\x18\x5a\x24\x2f\x5c\x7d\x0c\xec\x32\x1a\x53\x21\x03\xbb\x8c\xdf\x1a\x95\x04\xbb\x8c\x06\x36\x2c\x09\x76\x19\x87\x67\x5c\x12\xec\x32\x2a\xa6\xce\x81\xe2\xcb\xbc\x69\x73\x60\xff\x9b\x65\xd6\x2c\xdb\x2d\xed\xd6\x3c\xd5\x1b\xc5\x17\x51\x53\xdd\x9a\xea\xe6\x3c\x7d\xcd\x20\x24\xd8\x5b\xa3\x01\xd4\x39\xb0\xcb\xb8\x38\x8d\x42\x82\x68\xbe\x9f\x9a\xf6\x06\xaa\x81\xa6\x66\xcc\x11\xec\xef\x4d\xce\xa1\x42\xd7\x1c\x55\xea\x4d\xaa\xcf\x81\x88\x7e\xb6\x66\x1d\x08\x1c\x86\x13\x17\x35\xed\x0d\x54\xc3\x46\x4d\x7b\x03\xfb\xd5\x4c\xc5\xb4\x37\xb0\x2b\x46\x93\xa8\x6f\x20\x7a\xb8\x39\xd3\x7d\x41\x24\xe7\x12\x68\x3a\x1d\xd8\x67\x9b\x23\x36\xa0\x08\xaa\xb9\xc8\x4d\xcd\x03\xfb\xa7\x1c\x8a\x9a\x07\xa2\x39\x88\xbd\x19\x3e\x04\xd5\xef\xaa\x66\xf4\x10\xec\x9f\xd2\x9c\xa6\x0a\x83\x6a\x6a\x73\xd3\x06\xc1\xfe\x37\x0f\xd8\x93\x58\x9d\x27\x9c\xee\xa5\xa6\xfc\x81\x48\xce\x26\xd0\x54\x3d\x70\x52\x4d\x9a\xaa\xd7\x1c\x1b\x6a\x6a\x5a\x33\x51\x18\x54\xa7\x99\x6a\xda\x1f\xa8\x26\x19\x36\x55\x0f\xec\x1d\x50\x7d\x5d\x0f\x54\x13\xb9\x9a\x99\xc3\xed\x0c\x18\xf5\xe4\xe8\x7f\xcd\x01\xa3\xe6\x0f\x34\xa3\x81\xa0\xf6\xea\xd6\xac\x56\x3b\x03\xd3\xa9\x82\x02\x08\xaa\xe9\x94\x4d\x01\x04\x91\xcd\x4d\x6e\x0a\x20\xa8\x46\x67\x9b\xfe\x07\xf6\x99\xe6\xac\x2a\x80\x20\xb2\xc9\x56\xcd\xd8\x5f\x23\x71\x78\x7a\x55\x1b\xe6\x03\xdb\xca\x2d\xb3\xfa\x84\xf9\x06\x8b\x79\xf4\x66\x98\x0f\x44\x6e\x74\xe9\x35\xe5\x11\x54\xab\xa5\x28\x82\x98\xcd\x7d\x5a\xf9\x4e\x16\x61\xf3\xd0\xac\xbc\x13\x28\xb1\xb8\x47\x6f\x66\x06\xb7\xfe\xec\x6f\x19\x3e\x84\x9b\xee\x08\xce\x1d\xad\x39\x36\xcd\x31\x3c\x56\xab\xbe\xd1\xcc\x15\x6b\x8a\x23\x88\xee\xa7\x77\x33\xe6\x07\x4e\x37\x6b\x33\xe4\x07\x22\x79\x01\xea\x8a\x20\xce\xb3\x5c\x55\x6c\xc3\x1a\xb9\x2d\x6b\x44\xd2\xae\xd3\xcf\x37\x55\x11\x74\x67\xc8\x69\xaa\x22\x48\xe7\xfa\xd6\x15\xc1\x3e\x30\x7f\x69\x95\x06\x99\x4e\xde\x68\x7a\x21\x18\x4e\x52\xdf\xf4\x42\xb0\x4f\x30\xbf\x54\x02\xc1\x70\x68\x62\x33\xbb\x17\xe4\xec\x61\x18\xd6\x03\xc3\xf1\xd9\xcd\xec\x5e\x90\x73\xfc\x61\x72\x94\xa6\x37\x82\x59\xf8\x4e\x6e\xc6\xf7\x40\x51\xa1\x9b\xe1\xbd\x36\xcf\x6b\xd4\x7f\xb3\xca\xce\x76\xd4\xbc\xe1\x8c\xd2\x81\x5d\x19\x8e\x5c\x99\x04\xfb\xd1\xe7\xff\x79\xe8\x08\x66\x0f\xaf\x09\x43\x72\xcd\x11\x9f\xe6\xbe\x37\x15\x13\x44\xb2\xcb\xb4\xe9\x98\x60\x97\xd1\x60\x86\xd6\xc0\xbe\x99\x38\x3e\x07\x6e\x82\xf3\x8a\x30\xd8\x06\x9a\xd3\x8d\x34\xed\x14\xa4\xf3\x30\x54\x3b\x41\x66\x81\xdd\xde\xb4\x4e\x30\x9d\x78\xac\x19\x2d\x03\xbb\x06\xb4\x92\xda\x09\xf6\xc7\x8b\x3b\xb0\x06\xb7\x8d\xc9\x6d\xa3\x64\x82\xfd\x06\x72\xa7\x56\xe0\x76\xb6\x11\x1b\x58\xa7\x6c\x46\xcb\xfa\xb4\xcc\x2a\xdc\xce\x1e\xb9\x4b\xb4\x45\x10\xe7\x43\x48\x5b\x04\x31\xad\xba\xb2\x08\x4e\xd4\xbe\x29\x8b\x20\xe6\xd9\x96\xa7\x80\x39\x83\xa6\xf7\xa5\xb2\x08\x62\xfa\x08\x35\xb1\x16\x74\x67\x1d\x68\xea\x63\x73\x2a\x5d\xc2\x26\xcd\x28\x19\xd8\x0d\xe4\x2e\xad\xe5\x83\x25\xfb\x95\xab\xf3\x81\x34\x4e\x91\x87\xbf\x31\x5c\xf0\xa2\xa9\x81\x20\x0d\xb7\x6f\x3c\xac\x39\x97\xad\x41\xe2\xa6\xe1\x35\x0d\xcf\xcf\x63\x0d\x0f\xa4\x41\x88\xa4\x69\x78\x20\xb3\xc0\x6c\x6f\x0a\x1e\x98\x05\x9b\x6b\x0a\x5e\x5b\x7e\xf2\x53\xa4\xba\x81\x12\x3e\x76\xf5\x34\x50\x82\xce\xd0\xa6\xa7\x81\x72\xde\x43\x86\xab\x40\x39\x87\xaf\xba\x35\x57\x57\x49\xbe\x10\x75\x37\x50\xce\xd9\x35\xf8\x04\xf6\xcd\x43\x63\x9b\x95\x0a\xaa\x99\x1f\xcd\x88\x14\xd8\x97\x0f\x67\x4e\xed\x03\xfb\xf2\xb1\xcc\x4a\xbd\x24\x9f\xb9\x4f\x2f\x28\xf2\x4e\x93\xfb\xd4\x04\x41\x73\x5e\xa1\xa6\x09\x82\xe6\xa4\x3c\x4d\x13\x6c\xdf\x19\xa3\x4a\x91\x8d\xf1\x31\x35\x78\xb7\xc8\xc6\xf8\x7c\xec\xfa\x43\x1b\xe3\x63\xba\x73\x02\x17\x4d\xed\x03\x27\x43\xa3\xa9\x7d\x20\xa6\xe7\x4d\xed\x03\x31\xbd\x54\xd4\x3e\xd0\x8d\xc4\x36\xb5\x0f\xf4\xdf\xa9\x90\xad\xc3\x4a\x2b\xd3\xfb\x5e\xc7\x03\x31\xe9\x4f\xe9\xda\x1b\x08\x67\xd6\xef\x9a\x5a\xff\x91\x8e\xce\x43\xbd\x6b\x6a\x20\x58\x52\xb4\x77\x45\x0d\x74\x47\x88\x77\x3d\x0d\x04\xcb\x2e\xf6\xae\xa7\x81\xee\x5c\x09\x5d\x4d\x03\xc1\x5a\xa4\xbd\xab\x69\xdd\x35\x57\x4d\xbd\xea\x06\xba\x3a\x41\xad\xea\x6a\x2f\x5d\xeb\x02\xdd\x01\x5a\x5d\xeb\x02\xdd\xac\x99\x6e\xea\x28\xe8\xe6\x9b\x74\x3d\x0c\x74\xd3\x97\xba\xce\x05\xba\x79\x34\x5d\xbd\xea\xc1\x4b\x8f\xaf\x89\xae\x49\x81\xee\xa0\xb3\xae\x34\x81\xee\x6c\x01\x5d\x67\xea\x86\xa5\xe2\x6c\x9f\x4b\xac\x27\x9e\xb1\x56\xd3\x20\x14\xe8\x8a\x49\x57\x90\x40\x37\x25\xa7\xeb\x47\x20\x9a\x9d\x57\x5d\x41\x02\xc3\x3c\x93\xae\x1f\x81\xbd\x4f\xaa\xa9\x20\x81\xae\xa7\x75\x05\x09\x24\x53\x0d\xbb\x7e\x04\x92\xb9\x75\xdd\x98\x56\x77\xca\x5b\x9f\x51\x5d\x3f\x02\xc3\x45\x53\x7a\x3a\x75\xf2\x45\x4e\xfb\x6b\x42\x9d\x64\x4c\x5f\x7d\x5d\xe9\x01\xc3\x47\x60\xd7\x79\xc0\x88\xbf\xcc\x83\xd2\x55\x22\x30\x9c\x87\xaa\x3b\x06\x13\xa4\x61\x55\x0c\x79\x81\x34\xac\x8a\xde\x04\xd2\xf0\x52\x35\x0a\x06\xc6\xb9\x92\x54\x29\x90\x06\xb7\x76\x57\xa5\xc0\x70\x5a\xaa\xae\x49\x81\x34\xbc\x5f\x14\x29\x30\xcc\x0d\xed\xc6\xc5\x40\x32\x27\xb3\xab\x56\xdd\x39\x7c\xcc\x3e\xe9\x7a\x14\xd8\x1f\x89\x1c\x86\xb9\x9b\x60\x38\x29\x7c\x37\x77\x13\x0c\x67\x73\xea\xda\x56\x2f\xf4\x6e\xd1\x8b\xd0\x0d\x95\x81\xe1\xa4\x10\xdd\x48\x59\x2f\x84\x5b\xf8\x22\xec\x8a\x15\x18\x06\x09\xbb\x5e\x05\x86\x09\x15\x5d\xad\x02\x39\xdb\xd4\xda\x12\x98\xc5\x53\xa8\x19\x81\x59\xbc\xf7\x0c\x80\x81\x59\x3c\xf7\xba\x12\x98\xc5\xe6\xd1\x8b\xc0\x6e\x0b\xcb\x3c\x23\x95\xef\x2f\xef\x17\xbd\x08\xcc\xe2\x25\x6e\x98\x0c\x64\xf3\x9b\xbb\xa6\xd4\xcd\xbe\xcc\xfe\xd0\x1a\x99\x69\x99\xdd\xbc\x35\x62\xe2\xd9\xc2\x77\x56\xd7\x93\x40\x09\xeb\xad\x27\x81\x6c\xcf\x68\x37\x4a\x06\xb2\xd9\xd9\x5d\x4d\x02\xd9\x28\x56\x57\x93\x40\x36\xd5\xbb\x6b\x49\x60\x16\xdb\xd0\x2c\x4b\x90\xed\x93\xec\x7a\x13\x98\xc5\x4b\x4c\x6f\x02\xd9\xcc\x85\x6e\x28\x0d\x64\x33\xbd\xbb\x26\x05\xb2\x71\xe2\xae\x49\x81\x59\xbc\xfd\x15\xa9\x7e\x72\x28\xbd\x50\xda\x69\x0a\xa7\x22\xf5\x12\x33\x6e\x06\xa2\x68\xf4\xdd\x20\x19\x88\x33\x1c\xa1\x2b\x3f\x60\x3f\x82\x69\x0e\xed\x07\x64\x93\xaf\xbb\xf6\x03\xa2\x1b\x1e\xea\xda\x0f\x88\x7a\x9e\x1e\x26\x42\xf6\x7e\x3a\xe3\x2c\xb3\x16\x4e\x1f\xeb\xd5\xae\x13\xf5\x7e\x6a\xe1\x5e\xad\x05\xd1\x34\x47\x2f\x77\xa5\xa8\x9f\x19\x65\xf9\x2e\xe9\x4a\x51\x3f\x33\xca\xd2\x43\xd4\xb5\xa2\x7e\x66\x94\xe5\xf3\xa8\x1b\x56\x03\xbb\x8c\xdd\xaa\x4a\xdd\x59\x66\xdd\xab\xc9\x91\xfd\xcc\x32\x8b\x91\x74\xc3\x6a\xe0\x2c\xcf\xd2\xcd\x83\xec\x27\x0f\xd2\x33\xad\x52\x75\x27\x94\x75\x75\x90\xae\x40\x75\xf3\x20\xbd\x76\x15\x28\x50\xaa\x67\xdf\x60\x5b\x77\xf5\xd0\xe6\xb9\xd6\xa9\xba\xab\x87\x7a\x59\xea\x54\xdd\x29\x66\x9b\x5b\x33\xb0\x06\x8a\x0b\xc0\x74\x05\x0a\x44\x31\xed\xbb\x6b\x50\xfd\x24\x46\x9e\x9f\x5a\x2d\x13\x23\x93\x75\x30\xde\xd6\x9d\x4f\x36\xa6\x65\xd6\x6b\x3a\x68\xd8\x7a\x69\x4e\xfd\x64\x46\x7a\xc1\xaa\x4e\x60\x97\xd1\x4e\xaa\x13\xd8\x65\x54\xc3\x68\x1d\xd8\x65\x9c\x45\xc3\x75\xdd\xdc\x48\x3e\x82\xba\xb9\x91\xdd\x45\x46\x7d\x3d\x29\x5d\xfd\xa4\x46\x7a\xdf\x1b\xd4\xeb\xae\x28\x9a\x6c\x4f\xa5\x0b\x9c\x8c\xf9\x6e\x54\x0f\x54\x7b\x80\xbb\x39\x8f\xdd\xa5\x42\xcd\xbf\xef\x6a\x18\xa8\x26\xf8\x74\x2d\xac\x9b\xe0\xe8\x00\xfc\xee\x00\x48\x50\xed\x95\xec\x8a\x19\xa8\xf6\x44\x77\x2d\x0c\xec\xed\xb3\x35\x35\xac\x9b\xf2\x88\x38\x75\x83\x84\xdd\x94\x47\xf3\xc6\xbb\x41\xc2\x6e\xca\xa3\x79\xd0\xdd\xc1\x93\xa0\x9a\x41\xdd\x35\x38\xb0\x7f\xca\xe9\x52\xe1\xc0\xfe\xa9\x7b\xf5\xe9\x45\x16\x64\x98\x21\xdf\xf5\x3a\xb0\xcb\x68\x12\x63\x87\xdd\xc5\x4e\xe6\xf8\x43\x6e\x59\x57\xfb\xfa\x7d\xfa\xb6\xdc\xb4\x4d\x76\x33\xc9\xa4\x67\x53\xed\x03\x55\x6f\xea\x5a\x5f\x77\x2d\x50\x67\x5a\xed\x5a\x5f\x37\x47\xd2\x93\xae\xf6\xf5\x93\xfb\xe8\xa5\xab\xf7\x81\xa8\x4e\xa1\xd5\x15\xbf\xee\xd4\x3e\x0e\x6b\xeb\x9a\x1f\x88\xe6\xea\x58\xdd\x38\x21\xa8\xe7\xc6\xd2\xf3\xfa\xe3\xdc\x91\xbe\xa6\x0d\x0a\x82\x7d\x74\xfe\x9f\xa7\xfd\x39\xc3\xbc\xdd\x85\x15\x63\xbc\x64\x1a\x3f\x0f\xc5\x9a\x3d\x2e\x6e\xe6\xc3\xd6\xc0\x20\x88\x6c\xca\x7a\xd7\xff\x40\xed\x7e\xf5\xe9\x7f\x20\xb2\x49\x27\xdd\x24\xc9\xbe\x4e\x0e\x20\x67\xd4\xd8\x20\xa8\xd3\x4b\xcb\xd8\x60\x37\xf9\xf1\x7c\xcb\xea\x89\xa0\x6a\x12\x5d\x4f\x04\xe7\xb6\x52\x13\x41\x4c\x3f\x8c\x74\x42\x30\xce\x91\x19\xe1\x03\xb3\xf8\x79\x63\x38\x0f\x9c\x9b\x56\x4b\x04\x91\x3c\xcd\x2a\x21\x08\xc3\x01\x5d\x25\x04\xd1\xec\x6a\xea\x2a\x61\x77\xf2\x1e\x8f\x4b\x25\x04\xc9\x61\x23\x5d\xfd\x03\xa3\x37\xff\xcb\x13\xb0\x91\xb3\x1f\x29\xca\x1f\xc8\x46\x1e\xbb\xf6\xd7\x5d\x47\xd3\x37\x82\xf6\xd7\x9d\xa8\xd5\x51\x3a\x5d\xfd\x03\xfb\x4a\xe0\x68\xf5\x3f\xb0\xcf\x30\x9b\x53\x00\xc1\xf9\x06\xd5\xff\xc0\xbe\xd9\xfd\xa5\x75\xda\x68\xe6\x2d\x77\x6d\x0f\x34\xa7\xb7\xed\xda\x1e\x68\x0e\x23\xef\xda\x1e\x68\xa6\xac\x77\x6d\x0f\xb4\x46\xa7\x7f\xd7\xf6\x40\x73\xba\x84\x6e\x90\x0f\x84\x81\xa1\xae\x00\x82\x38\xb3\x04\x0e\x83\x75\x20\x26\xe2\x3b\x34\x40\xd0\x1d\x5b\x39\x4c\x6d\x1c\x4a\x21\x1f\xdf\xc3\xe1\x84\xa0\x3b\x74\x6a\x28\x85\x20\xaa\xd3\x3a\x0d\xad\x10\x9c\x94\xbd\xa1\xef\x0d\x16\xc1\x9c\x67\xfb\xaf\x45\x24\xc7\x9d\xa3\xf8\x2c\x62\x88\x35\x97\xe2\x50\x00\xc1\x49\x5f\x1e\x0a\xe0\xc0\xf6\x9c\x38\x68\x68\x7b\xa0\x9b\x97\x35\x8c\xba\x81\x70\x89\xbe\x61\xaa\x22\xd8\x37\x75\xa5\xcc\x03\x23\x48\x36\x9c\xc8\x7a\xe8\x7b\x20\xf9\x06\x1d\xfa\xde\x70\xcd\x4a\x3f\x69\x87\xbe\x07\x92\xf9\xa6\xc3\x18\xd9\x50\x01\x39\xe5\xc3\x18\xd9\x30\x35\x91\xd7\xe2\xd0\x0a\xc7\xb1\x42\x6a\xae\x15\x8e\x63\x85\x6e\xcb\xf6\x4f\x24\x39\x70\xca\x87\x06\x08\xc6\x39\x08\x05\x10\x24\xc7\x5b\x0d\x05\x10\x74\xbb\xe2\x86\x02\x08\xba\x5f\x1d\xc3\x3c\x47\xd0\xfd\x36\x19\x3a\x21\xe8\x3e\x1b\x87\x61\x34\xd0\x8d\xc9\x0d\x2d\x11\x24\x13\x68\x87\x79\x8e\xa0\xdb\x15\x34\x14\x47\xd0\xed\x5c\x1d\x86\xd5\x40\xca\x9e\x5d\x5d\x12\xf4\xca\xdb\x63\x18\x54\x03\xc9\x1c\xd0\xa1\x5e\x82\xee\x57\xce\x50\x2f\x41\x32\xa5\x79\xe8\x8f\xa0\x9b\xfe\x34\x94\x45\x90\x1c\x2c\x36\x94\x45\x90\x1c\x62\x37\x94\xc5\x71\xe6\xeb\xa1\xef\x6f\xe8\x81\x20\x9a\x42\x31\x14\x41\x10\xd5\x95\xa0\x86\xd1\x33\x10\xd5\xa8\xf4\x50\xfb\x40\x1a\xee\x42\xeb\x03\x51\xcd\x4d\x18\x6a\x1f\x18\x0e\x25\x18\x46\xd4\xc0\xbe\x18\xa9\xa9\x11\x35\x30\x9c\xbb\x64\x38\x3a\x0f\x8c\xf8\x4b\x56\xd9\x50\x1e\xc1\x70\x50\xc1\x50\x1e\xc1\xae\x0d\x6d\x6f\xa4\x0e\x0c\x87\x2d\x0c\x85\x12\x0c\xb5\x76\x28\x94\x20\x39\x92\x67\x18\x93\x03\xc3\x4f\x9d\x61\x48\x6e\xb8\x1c\x8a\xb3\xc6\x0f\x25\x13\x0c\x3b\x4d\x86\x21\xb9\x51\x4f\xc6\x0f\xf5\x53\x3c\xc1\x3e\x34\xcb\x3c\xb4\xea\xa3\xdf\x3d\x78\x68\xd5\x47\xbf\x5b\xf3\xd0\x2a\x2f\x2e\x1f\x50\x86\xd0\xc0\xe8\xf4\x08\x0f\x35\x10\x0c\x57\x64\x1d\x86\xcb\x46\xc3\xc1\x9b\x3f\xf4\x66\x23\x34\x36\x9c\x5e\x71\x68\x78\x60\x38\x6c\x79\x68\x78\x60\x74\xde\x5c\x43\xc3\x03\xa3\xd3\xcd\x37\x34\x3c\x90\x86\xb7\xa9\x86\x07\xb2\x23\x36\x87\x86\x07\x46\xf7\x02\xd3\xf0\xc0\xe8\x9e\x25\x05\x0f\xe4\xec\x29\x31\x52\x06\x46\xef\x16\xd9\xfe\x9d\xfc\x1b\xdb\x50\x93\x03\xb3\x78\x4f\x6a\x72\xc3\x84\x47\x3b\xa1\x87\x26\x07\x66\xf1\x89\xa5\xc8\x81\x6c\xa0\x66\x28\x6d\xe3\x48\x5b\x73\x6b\x1e\x59\xa7\x2f\x19\x41\x1b\x4a\x1b\x98\xc5\x47\x83\xce\x06\xa2\x98\x16\x3d\xf4\x33\x30\x8b\x37\xaf\x7a\x06\x66\xf1\x9a\x52\xcf\xc6\xa0\xaf\xc1\xa7\xa4\x76\x06\x66\xf1\xca\xd6\xce\x40\x9c\x69\xd9\x87\x76\x06\xb2\x31\xa4\xa1\x89\x81\x6c\x7e\xd5\xd0\xc4\x40\x9c\x99\xeb\x87\x26\x06\xb2\xb9\x47\x43\x13\x03\xb3\xf8\x5f\x8a\x18\xc8\xf6\xc8\x0f\x45\x0c\x64\xfb\x70\x86\x29\x8e\x60\x16\x9f\xdf\xaa\x19\x98\x85\x0e\xbc\x61\x70\x0b\xcc\xe2\x63\x58\x59\x1b\xd3\x9e\x05\x6a\xa4\x97\x0d\x03\x5a\x3e\xe5\xd5\x32\x30\x8b\xb7\xaf\x66\x35\xe6\x39\x4b\xee\xd2\xc3\x9f\xaa\x35\x27\x53\xdb\x1a\x2e\xd5\xe1\xa8\xc8\xa1\x6e\x81\x59\x7c\x4b\x69\x5b\x60\xff\x1b\x6d\xe6\xe0\x34\x50\x1c\x52\x3f\x8c\x84\x0d\x17\xea\xb0\x9f\x7b\x28\x65\xc3\x85\x3a\xec\x63\x1e\x5a\x19\x28\x06\x3e\x87\x56\x06\xf6\xbf\x59\x66\x4d\x2f\x92\x81\xbc\x83\x15\xb5\xe1\x3a\x1d\xe6\x92\x0f\x4d\x0d\xec\x9f\xfa\x7f\x9e\xe3\xcb\x0e\x08\xef\x28\x55\x0d\xec\xdf\x5a\x31\x9b\xe4\xb8\x9a\xad\xa9\xab\x81\x6c\x32\xdc\xd0\xd5\x40\x74\xb3\x20\x86\xae\x36\xee\xd3\xdb\xc0\x2e\x74\x35\x50\xc2\x5b\x43\x57\x03\xfb\xdf\x68\x13\xbd\x0c\xec\xe7\x9c\x65\x36\x00\xb1\xb5\xee\x8a\xab\x43\x2f\x1b\x7a\x99\x2b\x09\x0e\xc5\x6b\x18\x6f\xf3\xb3\x4e\xef\x02\xf1\x73\xc9\xd2\x61\x56\x27\x28\xd5\x0b\x47\xf1\x02\xc5\x15\x3f\x87\xc9\x99\xa0\x38\x19\xd3\xd0\xb1\x06\x3e\xf5\x73\x4d\xd7\xa1\x4f\x81\x52\xad\xbd\x3a\x05\x76\xc3\xb9\x35\xab\xf0\x9c\xde\x11\x37\x67\x15\x1e\x7b\x47\xbc\x1b\x0c\xa6\x81\x52\x3d\x5c\xb5\x0b\x94\xf3\x3d\xa0\x75\x81\xbd\x35\xce\x83\xd6\x05\x76\x99\x5b\xb3\x5a\x8f\x61\x5a\xdc\x7a\x98\xa1\x09\x76\x19\x47\xa7\x89\x81\xe2\xbc\x29\xc3\x14\x4d\xb0\xff\x8d\x56\x32\x5e\x07\xe2\xac\x27\x31\x14\x36\xb0\x2b\xcb\xa1\x68\x6c\x60\xff\x96\xf3\xa5\xb1\x81\x52\x3d\x62\x85\x0d\xec\x9f\x8e\x3f\xbc\xb3\x15\x3a\x10\xcd\xe8\xfe\x50\xe8\x40\xb1\x43\x7c\x28\x74\xe3\xac\xd3\x71\x0e\xc0\xf6\x59\xf6\xb1\xd8\x3e\x3a\x1d\xd8\x65\x56\xd2\xf6\x79\x4d\x74\xf2\xac\x18\xfc\x1b\x2e\xc1\x91\x3c\x7b\x7a\x1d\xd8\x65\xec\x57\xb1\x03\xbb\x8c\xb6\xd5\xe2\x86\x81\x3d\xbf\xf0\x1c\x68\x06\x8a\x1d\xea\x43\xb1\x1b\xc6\xfa\x5c\xc1\x76\x18\xeb\x03\xbb\x8c\x36\xd3\xf6\x40\xb1\x5f\x7f\x68\x7b\x60\x1f\x30\x97\xa0\xba\x07\xa2\xcc\xf3\x7f\xa7\x62\xfa\x1e\x5b\xd3\xf7\x40\xd4\xf3\x18\xd1\xf7\x86\xc3\xd4\x5c\x3d\x7a\xe8\x7b\xc3\x85\x39\x4c\x10\x1d\xfa\x1e\xd8\xae\xe8\xff\x79\xe2\x5d\xac\x03\x53\x1f\x46\xfc\x40\x9c\x69\xa5\x87\x12\x08\xaa\xf9\x80\x43\xe3\x03\x7b\x0f\x1e\x89\xf5\xff\xe8\x79\xf2\xcd\xa9\xf2\x0d\xa2\x79\xe1\xc0\x86\xa1\xe0\x81\x5d\xe6\x1e\xac\x3f\x86\x17\xa6\xaf\x0e\xf3\x38\xc1\xfe\xbf\x7d\x23\x4d\xe3\x7e\xa0\xda\xf1\x3a\x15\x41\xb0\xff\xad\x51\x56\x2c\xb3\x53\x89\xb7\xdb\x54\x05\xc1\x2e\x0b\xca\x9a\x65\xae\x3e\x96\xdd\xde\xb4\xcc\xec\x27\xae\x89\xa9\xf9\x4d\x57\xe1\xf0\x99\x39\x55\x3f\x50\x8d\x94\x4d\x3d\x0f\xec\x7f\xb3\xcc\x23\x0e\xc7\xc2\x72\xd9\x4d\x43\x7d\x60\x97\xb1\x5b\xed\x6f\x9e\x11\x6d\x5c\xee\xd3\xa1\x6a\x20\x92\x93\x3e\x4d\xa3\x7d\xa0\xaa\x62\xd3\x68\x1f\xd8\xff\xe6\x4f\x3d\xe2\x70\xdd\x10\x7a\xa6\xa6\x4a\x08\x76\x19\xb5\xd0\x09\xc1\x2e\x63\x7b\xda\x1e\xd8\x65\x89\x32\x0f\x8f\x94\xc8\x34\xe8\x54\x9f\x86\xfc\xc0\x2e\xeb\x94\xd9\xca\xe4\x44\x26\xd7\x35\x99\x1a\x1f\xa8\x4e\x3c\x37\x35\xbe\x49\x02\x64\x1a\x3f\x77\x6b\xcd\x58\x5e\x23\xb9\xb2\xdc\x54\xf0\x40\x75\x00\xeb\x54\xf0\x40\x75\xf0\xd6\x54\xf0\x40\x75\x20\xe8\x54\xf0\x40\x64\xa7\x43\x98\x1a\xde\x74\x4e\x56\xf3\x36\xa6\x8a\x07\xf6\xff\x51\x57\x85\x0e\xec\x32\x76\xa1\xd1\x81\x18\x0e\xcb\x9d\x2a\x1d\xd8\x65\xfe\xd6\x36\xc9\xf6\xa1\xf0\xf4\x9f\x4a\x1d\x88\xec\x80\x9c\x69\x54\x10\x44\x71\x8e\x84\xa9\xd6\x81\xc8\xae\x8f\x3b\xf5\x3a\x10\xd9\xe8\xeb\x34\x0a\x08\xec\x1a\x9e\x06\x01\x41\x74\x67\xaf\x9e\xda\x1f\xd8\x77\x99\x47\x67\xab\x64\x66\x2b\xaf\x1e\x9c\x8d\x92\xed\x5b\xf1\x38\x6c\x13\x56\xf7\x70\xf6\x82\x69\x64\x70\x32\x11\xab\x99\xb9\x53\x6b\x04\xcd\x41\xf3\x53\x43\x04\x67\x20\xdc\x54\x10\xc1\x19\xe1\x36\x8d\x0b\x82\x98\x08\xed\xd4\x19\x41\xcc\xf3\x5f\x36\x06\x33\xba\xb8\xfa\xf1\x54\x19\x41\x98\x34\x3a\x75\xc2\xe9\x7a\x1f\x67\x5b\xb6\x45\x21\xa7\xe0\xfc\xd0\xa6\x28\x8c\x01\x3e\x3f\xb4\x8e\x05\xb5\xe7\xf1\x3d\xf5\x3f\x90\x1c\x70\x35\xf5\x3f\xd0\x7d\xcf\x4e\xf5\x0f\x74\x3f\x46\xa6\xfa\x07\xba\xaf\xca\xa9\xfd\x81\xee\x57\xc6\x34\xec\x08\x92\x23\xb5\xa6\x61\x47\x90\xb2\xf7\xa8\x29\x9a\x20\x99\xcf\x3e\x8d\x44\x82\x28\x0e\x4c\x98\x46\x22\x41\x9c\x85\x9c\xa6\xa1\xc8\xe9\x88\x3d\xbc\x7b\x1a\x8a\x9c\x8e\xd8\xf3\x99\xa2\x83\x82\xbe\xbf\x9c\xfe\xf3\x1d\x3e\x55\xd4\xe9\x80\x3e\x9f\x10\x2a\x2a\x48\x66\xc5\x4f\x83\x97\x20\x39\x4a\x61\x6a\xad\x20\x65\x1f\x4b\xc6\x33\xc1\xf0\x13\x75\x2a\xb2\x20\xea\xf4\xb8\x0d\x68\x82\x61\x02\xea\x54\x6e\xc1\xf0\x53\x66\x1a\xe3\x04\x69\x0c\x37\x66\xf3\x6d\x0c\x87\x0a\x4f\x75\x17\x24\x57\x38\x9e\xea\xee\x6c\xf6\x24\xd0\x78\xba\x2d\x18\xe6\xe3\x4e\x45\x16\xa4\xe1\x55\xa3\xa2\xce\xa3\xa8\xfc\x50\x45\x9d\x4e\x0c\xeb\x27\xf6\x34\x52\x09\x86\x9f\xbf\xd3\xfc\x4e\x30\x3a\x1f\x3d\xd3\xf4\x4e\x30\x3a\x5f\x15\x53\xb9\x9d\x47\x6e\x39\xd3\xca\x2d\xc8\xc6\xda\xa7\x22\x0b\x66\xf1\x31\x66\x40\x12\xcc\x92\x3d\x30\xcf\x51\x37\x15\x99\xde\x9f\xa9\xdb\xce\xe3\xb6\x1c\xab\x6e\x3b\xcd\xd2\x34\xac\x34\x95\x5b\x90\x0d\xe6\x4f\xe3\x91\x60\x16\xba\xaf\xa6\xba\x3b\x1d\xe5\xe7\xd8\xc6\x69\x9a\x26\xd8\x5b\xf3\xa7\x9e\x13\x26\x61\xe9\x83\xfc\xe7\xa9\xde\x4e\x83\x8f\x76\x89\x4e\x93\x37\xe7\xd0\x7d\x7c\x8c\x2b\xb3\xa0\x04\xea\x33\x75\xd9\x39\x30\x3f\x1c\x6c\x9a\x96\x39\xcf\x70\x3d\x7a\x26\xa6\x32\x0b\xf6\xc3\x99\x23\x31\x55\x13\xec\xff\xa3\xae\x1a\xee\x3c\x0b\x7a\x78\x1a\x54\x5c\xb0\xcb\xdc\x87\x17\xdb\x59\xd0\x83\x6e\x99\xa9\xe4\x82\x5d\x46\x0b\x68\xb9\xf3\xac\xe8\xe1\x99\x36\x24\x39\xe7\x11\x42\x8f\xcf\x53\x4d\x48\xb2\x3b\xc8\x66\xea\xbe\xd3\x55\x3e\x5c\x7c\x61\x1a\x92\x9c\x27\x9b\x13\x4b\x9c\x86\x24\xa7\x6b\x5c\x9e\xc7\xbd\x21\x49\xb0\x1f\xf7\xb4\x9e\x92\x0c\xa2\xd8\x7b\x3f\xb5\xe4\xa9\x25\xbb\x0c\xc4\xd4\x92\xa7\x0b\x5a\xba\x6a\xc2\x54\x93\xa7\x9a\xec\xaa\x0c\x53\x27\x9e\x66\x87\xa6\xf3\x7f\xb6\x0b\x4e\x7c\x26\x4b\x9e\x66\x87\x82\x62\x47\xd1\x54\x93\xa7\xc1\xcb\xb3\x35\x5b\xe5\x04\x2f\xbd\xa5\xd5\x64\xb0\x6b\xe1\x1e\x6c\x15\x03\x9a\x36\x80\x9a\x3c\x4f\x40\xd3\xb7\xa2\x9a\x0c\xf6\x07\x14\x27\x57\x4d\x06\xbb\xcc\xdf\x7a\xfd\x5c\x7e\xb7\xf1\x53\x2d\x19\xec\x0f\x1e\x8e\x44\x4d\x06\xd5\xde\xe6\xa9\x25\x83\xfd\x81\x42\xbd\xb4\x64\x50\x5d\x2f\x6b\x6a\xc9\x60\xbf\xee\x39\x10\x2d\x19\xec\x57\xbb\x65\x36\x09\xd1\xcb\xec\x6a\xfe\x53\x73\x06\x4d\xd5\x9f\x8a\xf3\x24\x3a\xe9\x6a\xfb\x53\x49\x06\x43\x5f\x9d\x06\x27\x41\xee\x67\x5b\x56\xf4\x36\x67\x86\x12\xaf\x87\xdb\xa0\x1e\xbf\x73\x94\xe3\x74\xfa\x16\xaf\x60\x45\x7a\x3a\x7b\x8b\x1f\x58\x06\x26\x41\xd4\x4a\xd7\xca\x54\xa4\x41\x73\x22\x9d\x69\x4a\x2a\xd8\x67\x8f\xa3\x50\xa4\x41\x98\xaf\x3e\xf5\x68\x10\xcd\x2b\x46\x67\x06\xe1\x5a\xb1\x53\x67\x06\xd1\x9c\x7c\x77\xea\xcc\xe0\x8c\xb9\x9e\x2a\x33\xe8\xce\xb1\x39\x35\x66\xd0\x9d\xbe\x71\x6a\xc7\x13\x13\x9e\xfe\x50\xe9\x05\xfb\x60\x2d\xb3\x4e\xcb\xaf\x15\xce\x92\xa9\xab\xa0\x3b\x3d\xe4\x54\x6a\x41\x3a\x77\xae\xf1\x47\xd0\xab\x97\xad\xfe\x0a\x7a\xf5\x1e\x55\x5f\x41\xaf\xde\x7a\xda\x2b\x48\x0e\x7c\x9b\x46\x29\x41\xaf\x74\x5a\x4c\xa3\x94\xd3\x69\x57\x4b\xfd\xfd\xe1\xad\xad\xee\x82\xe4\x50\xbc\x69\xb2\x2b\x48\x0e\xc5\x9b\x86\x31\x41\x72\x58\xdf\xd4\x7f\x41\x72\x8c\xd8\x54\x76\x41\xb2\xe3\x7f\xea\xba\xa0\x57\x9f\x54\xce\xb6\x3a\x5f\xbf\x2c\x38\x5f\xaa\x2e\xe8\xb5\x5a\x3b\xdb\xe0\xb5\x0d\xd8\xbc\x06\x0b\xe2\x24\xc9\x4e\xcd\x14\xc4\x99\xf4\x69\x3a\x06\x71\x7e\xbc\xdc\xbd\x25\x8d\x45\x82\x61\x1a\xfa\xd4\x42\xc1\x38\xcf\x23\x2d\x14\xa4\xc1\x27\xe1\xe5\x88\x40\x90\x73\xb2\x28\x59\xe4\x5b\x7b\x52\x94\x2d\xe2\xad\x4d\x94\xe0\x52\x2d\xc1\xe8\x7c\x4e\x5c\x9a\x25\xc8\x19\xd9\xbc\x14\x4b\xb0\xdf\x3e\x8d\xb2\x61\x19\x03\x5f\x31\xe6\xcb\x3c\x53\x30\x3a\x51\x96\xcb\x3c\x53\x90\x73\x72\xfb\x8f\x45\x84\x0d\x86\x3f\x5c\x16\x11\x36\xc0\x65\x2f\xe5\xf3\x72\x6c\x1f\x97\xcd\xa5\x7b\x82\x59\xf8\x0a\xbd\x54\x4f\x30\x0b\x4d\x7d\x69\x9e\x60\x16\xce\xdb\x65\xdc\x11\x64\x63\xd4\x97\x89\xa7\x60\x16\x5e\xec\x97\x7a\x0a\x66\xe1\xcb\xe7\x32\x3a\x79\x05\x1f\x30\xc5\x1f\x5a\xc7\xf0\x03\xc6\xe3\xb2\x8e\x41\xe7\x3c\x4f\xea\x4b\x5f\x05\xd9\x34\xc0\x4b\x35\x05\xd9\x70\xc6\x65\xb4\x12\x64\xe3\x20\x97\xd1\x4a\x90\x0d\xf3\x5f\x86\x26\xc1\x2c\x7c\xb5\x5f\x2a\x28\x88\x9f\x56\x70\x19\x62\xbc\x1c\x84\xa7\x16\x5c\xca\x25\xd8\x65\x6e\xce\xb6\x76\xf1\xc6\x7c\xb6\xe7\xb1\x25\xd6\x44\xa4\x0f\xf9\xd2\x24\xc1\xfe\x29\xc7\x6b\xb4\x10\xec\x32\x0e\x58\xbb\x04\x25\xb0\xe1\xcb\x10\x1f\x28\xde\x26\x97\xde\x07\xf6\xeb\x97\x66\xd3\xfb\x40\x9c\xc9\xc6\x2e\xcd\x0f\x14\xef\xc3\x4b\xf1\x03\xa5\xda\xba\x7a\x1f\x28\xde\x74\x97\xde\x77\xe9\x7d\xc9\x2a\x28\x7e\xa0\x78\x07\x5f\x8a\x1f\x28\x3e\x8c\x2e\x43\x83\x97\xb3\x79\x3a\x3c\xee\xd2\xfc\xc0\xfe\x32\xa0\x2d\x55\xbf\xcb\xe9\x3c\x9d\x1c\xe7\xd2\xfd\x40\xf1\x93\xfd\xd2\xfd\x2e\x47\xe0\x25\x3e\x0d\x2e\xe5\x0f\xec\x32\x4e\x97\xf6\x07\xe2\xac\xd9\x7e\xa9\x7f\x60\xb7\xaf\x65\xb6\xc8\x46\xf1\xb3\xfd\xd2\xff\x40\x51\x01\x2e\x43\x82\x17\xcb\x72\x18\xdf\xbc\x74\x36\x10\x61\x06\xe3\xa5\xa1\x81\xfd\xa1\x41\xfd\x55\x34\x50\xed\x68\xbe\x54\x34\xb0\x7f\xea\xe6\x3c\x36\x46\xcc\x85\xf9\x96\x97\x3e\x06\xf6\xe6\xfc\xad\x07\x57\xed\x22\xc3\x59\x2e\x65\x0a\xec\xef\x16\x76\xab\x4d\x81\x6a\xe4\xf9\xd2\xa6\x2e\x86\xcc\x99\x25\x7d\xe9\x44\x20\xce\xe2\xec\x97\x52\x74\x31\x71\x66\x72\x02\xed\x4b\x05\x02\xd5\xc8\xf9\xa5\x02\x81\x6a\x84\xfa\x32\xbc\x77\x35\x33\x83\xe8\xa5\xb8\x0c\xe6\x81\x5d\x46\x5d\xf5\xa2\x0b\x09\xca\x2e\xb6\x71\xa9\x37\x97\x7a\xc3\xb1\x39\x76\x0d\x34\x23\x0a\x97\x43\xd7\x2e\x57\xb5\xe0\x43\xfb\x32\x7d\x13\x34\x27\xde\xbb\xd4\x22\x10\xe6\x16\x5e\x6a\xd1\x65\xcc\x2f\xbb\x79\x8f\xbf\x93\x5e\x32\xdd\xbc\x67\x99\x69\x4f\xce\xda\xa5\x97\x5e\x04\xce\xac\xa7\x97\x5a\x04\x62\xf2\x0d\x71\xa9\x45\xe0\xcc\x13\x72\x69\x45\x20\xe6\x29\xf2\x56\x50\x81\x4c\xc6\xbd\x0c\xf9\x81\x54\x7e\xf5\xbf\x5f\xd5\x97\x11\x41\xd0\x9d\x47\xe4\xd2\xa3\x40\xaf\xde\x13\x6a\x14\xe8\xd5\x67\x9f\x16\x05\x92\xe3\xc1\x2e\x63\x84\xa0\x3b\xc5\xf3\xa5\x57\x5d\x0e\x8a\xb3\xd9\xcd\xe9\xbc\x86\x9f\x2b\x9c\x2e\xe3\x81\x97\xa3\xdd\xbc\x20\xd4\x2a\x30\xec\xf4\xbc\xb4\x2a\x10\xdd\xe1\x74\x97\x56\x05\x92\xb3\xd3\x5d\x0a\x14\x18\x76\x82\x5d\xfa\x13\x48\x83\xcf\xd8\x4b\x7d\xba\x1c\x00\xe7\xcd\xa0\x3d\x81\x9c\xbd\x17\x94\x27\x90\x73\x72\xf3\x56\x72\x12\xae\xf6\x16\x37\x46\x08\xa6\xab\xff\x5e\xda\xcf\x75\xf9\x66\xe0\xbf\x94\x1a\x30\x8b\x0f\x5a\x43\x7f\x60\x16\x1f\x8d\x8a\xc9\x75\xe2\x77\xd6\x48\x31\xb9\x8c\xdf\x75\xff\xcd\x76\xbd\x98\x49\x16\xa9\xbb\xf4\x92\xeb\x84\xea\xac\xa5\xbe\x01\x8a\x1f\x7d\xd7\x75\x8e\x8c\xe7\x2c\x5f\x8b\x97\x0a\x02\xe2\xac\x57\x74\xa9\x20\x97\x59\x95\xae\xaa\x7a\xe9\x20\x97\x91\xba\x76\xca\xac\x82\xcb\xec\xbb\x18\xc7\xa5\x84\x5c\x86\xea\x5c\x7a\xe3\x32\xad\xf2\x32\xad\xd2\x25\x59\x2f\xc5\xe4\x32\xad\x32\x79\xc1\x28\x26\x97\x69\x95\xe9\xfc\xd6\x36\xb9\xcf\x13\xd9\xe3\xb3\x01\x08\xdf\x9d\xcf\x2a\xcd\x04\xc4\x59\xe3\xf2\x32\x7c\x07\xf6\xb7\x90\xbb\xb5\x51\x6e\xfb\xfb\xb3\x4d\x60\xab\xdc\xc6\x3b\xf8\x37\xed\xe4\x72\x99\x7d\x33\xdb\x2f\x93\x29\x2f\x12\x27\xcf\x52\x49\x97\x7e\x72\x3d\x4c\xfd\xe6\xa7\x9b\x41\x3d\x50\x1b\x62\x73\xa9\x22\x60\xdf\xad\xec\x54\x17\xb9\x5c\x78\xc2\x8e\x99\xcb\x98\x1e\xa8\xe7\x52\xd5\x4f\x80\x51\x9c\x4b\xc9\x00\x31\x9c\x58\xf5\xd2\x32\xc0\x99\xb0\xe7\x32\xdc\x06\xf6\x6b\x96\xed\xeb\x0f\xa0\x57\x3f\x6c\x9c\x01\x05\x24\x07\x2d\x5e\x86\xc9\x40\x9c\xe9\x86\x2f\xe3\x64\x60\xef\xd4\x9f\xda\xbc\xa4\x3e\x16\x27\x38\xbb\x74\x0f\x10\x67\x96\xbf\x4b\xd3\x00\xd9\x29\x8d\x2e\x4d\x03\x64\x27\x85\xba\x34\x8d\x4b\xd3\x30\xc2\x72\xa9\x12\x97\xf3\x9b\xf8\x72\x53\x25\x2e\xe7\x37\xf1\x0e\x31\x96\x06\x72\xf6\x4d\xa9\x5d\x5c\x4e\x79\xe2\x05\xa2\x5d\x80\x28\xe5\xfc\x9b\x95\x27\x96\x56\xf2\xf9\x3f\x6b\xff\x9e\xda\xbb\x07\x6b\xff\xf2\xd9\xe8\x6d\xa3\x60\x80\x12\xb8\xea\xa5\x60\x80\x7d\x0f\xba\x07\xeb\xfe\xd2\x67\xe4\xc5\xa0\x4c\x80\x7a\x5a\xcd\x30\x17\xd8\x6f\x36\xcb\x3c\x36\xe2\x5c\xae\x20\x7e\x29\x18\x20\x4c\x61\xbf\x14\x8c\xcb\xcc\x46\x5f\x20\x46\xb9\x40\x4c\xaf\x05\x83\x5c\x20\x6a\x34\xcb\x3c\xb2\xcf\x57\xcf\xde\xfe\xad\x9a\xdc\x3f\xaf\xa2\x46\x51\xb1\x88\xee\x64\x7e\x78\x2b\x1d\xa0\x57\x3e\xdf\x6e\xa5\x03\x24\x07\x46\xde\x3a\x07\xe8\x95\x67\xd4\x6d\x7c\x0b\xf4\x4a\x5b\xdc\x6a\x08\xe8\x95\x87\xdb\xad\x86\x80\x38\xb3\x97\xdc\x7a\xc8\xed\x78\x37\x63\x20\xb7\x51\x30\xd0\x2b\x27\xe0\x36\x01\x12\xf4\xca\x2b\xe2\xd6\x4d\x6e\x47\xc0\xf1\x28\xbe\x75\x13\x90\x1c\x85\x73\xeb\x26\xb7\x23\xe0\x38\x25\xb7\x6e\x72\x3b\x02\x8e\xbb\xe7\xd6\x4d\x40\x34\x63\xc5\xb7\xda\x01\xce\xa2\x4b\xb7\x71\xb2\xdb\x45\x0b\xa7\x1b\xb3\x9a\xac\x92\xe0\x87\xdb\xad\x89\xdc\xae\x63\x38\xff\xe0\xd5\xb7\x41\x34\x30\x8c\x85\xde\x8a\x0a\x48\xc3\x73\xa8\xa8\x80\x68\xde\x80\xb7\xa6\x02\xd2\xa0\x73\xe1\xd6\x54\xc0\xf0\x22\xbf\x0d\xb4\x81\xe1\x53\xf0\x36\xce\x06\x86\x9d\x58\xb7\x61\xb6\xdb\x91\x75\x3c\x1b\x6e\x15\x07\xa4\xc1\x35\x78\x1b\x65\x03\x51\xcd\xfe\xba\xb5\x1e\x90\xc6\xb0\xc8\xa6\x4a\x7e\x59\x57\x7f\x6a\x5b\x25\xdb\x8a\xd3\xaf\x1b\x81\x61\xd7\xdc\x6d\xe0\x0d\xa4\xc1\x27\xd7\xad\x2d\xdd\x8e\xbf\xab\x1e\x99\xed\x93\x6c\x1f\xdb\xc2\xf6\x71\x48\x1e\x4f\x99\x5b\x57\x02\xe3\xb4\x98\xaa\x04\xc6\x39\x2e\xe3\x70\xb7\x03\xf7\xf8\x30\xba\x0d\xc3\xdd\x0e\xdc\xc3\x77\x6e\xa3\x70\xb7\x03\xf7\x78\xd0\xdf\x06\xe1\x6e\x47\xe6\xf1\xa5\x76\x1b\x6f\x03\xc3\xde\xaa\x5b\xed\x02\x51\xed\x93\xbc\x55\xac\xdb\x11\x76\x84\x8a\x6e\xad\x08\x0c\x67\x55\xbe\x0d\x87\xdd\x26\x51\xba\x42\xc8\xad\x29\x81\xa8\xd3\x8b\x5c\x53\xba\x1d\x3b\x67\xfb\x2b\x4a\xb7\x63\xe7\x6c\x1f\x3d\x09\xe4\x9c\xdd\x98\x27\xd3\xe1\x74\x5e\x3e\x6a\x12\x18\xae\xa7\x7c\x6b\x49\x20\x67\x1c\xe6\x56\x92\x6e\x07\xdd\xf1\x3a\xbb\x75\x24\x90\x73\x76\x5b\x9e\x4a\xc7\xe1\x79\x2a\x75\x24\x90\x73\xf6\x87\x9e\x4a\xc7\xe1\x79\x91\x19\x49\xbb\x1d\x87\xc7\xeb\xf8\x36\x92\x06\xb2\x8b\xa0\xdc\x46\xd2\x40\x76\x25\xf3\xdb\x48\x1a\xc8\xc6\xde\x6f\x15\x0c\xe4\xcc\x57\xfd\x6d\xd8\x0c\xc4\x99\x8c\xe8\xd6\xca\x40\xce\x98\xd5\xad\x81\x81\xe1\x3c\x03\xb7\xc2\x04\xb2\x19\x8c\xb7\xc2\x04\x66\xf1\x39\x64\xf8\x09\xec\x57\x2a\x87\x61\xf8\x09\x4c\x53\x37\x6f\xc3\x4f\x60\x3a\x7e\xe1\x56\xb5\xc0\x2c\x7c\x89\xdd\xa6\x5b\x82\xe9\x4c\xc7\xb7\xf2\x05\xb2\x59\x8d\xb7\xee\x75\x3b\x9e\xce\xe7\x90\xa2\x05\xf6\x51\x50\x73\xe3\x4f\xb7\x43\xe5\xbc\xd4\x75\x2f\x90\x4d\xa4\xbc\x4d\xa4\x04\x71\x06\x99\xdd\xea\x18\x98\x85\x0f\x8c\xdb\x30\x15\x98\x85\x4f\xc4\xdb\x28\x15\x98\x26\x64\xdd\x46\xa9\xc0\x2c\x7c\xf8\xdd\x6a\x1c\x98\x76\x52\xdf\x7a\x1c\x28\xd1\xdd\xa3\x15\xef\x54\xdc\xe7\xb4\x43\xf3\x40\xee\xa7\xc8\x93\xb4\x31\x8b\xaf\x31\xa5\x0d\xec\x8a\xb3\x7d\x63\x4d\xb7\x63\xdf\xcc\xe7\xbc\xb5\xaa\xdb\x71\x6e\x28\xfc\xad\x36\xdd\x8e\x73\x73\x5e\x9d\x5b\x49\x02\x25\xe8\x5f\xb8\x95\xa4\xfb\x84\x9a\xbc\x4b\x54\xa2\xdb\xf9\xfe\xed\x35\xbe\x75\x22\x50\x1c\x0e\x78\x9b\x5d\x09\xf6\xbf\x79\x70\x9e\x15\x07\xba\x9d\xd7\xb3\x21\x29\xb0\xcb\x68\x4a\x7d\xea\x36\x4c\x45\x07\xc3\xad\x4f\xdd\x27\x4c\xe5\x45\xaa\x50\x81\x5d\x46\xc5\x14\x2a\x10\x27\x59\xf0\xd6\xa8\x40\x71\x2a\x98\x5b\xa3\x02\xc5\x69\x44\x6f\x8d\xea\x3e\x01\x29\x1f\x25\x2a\x15\x28\x4e\x20\x78\xab\x54\xb7\xf1\x28\xe7\xa9\xb9\x75\x2a\xb0\xcb\x3c\x10\x9b\xc4\xd8\x93\xf3\x4f\xdd\xc6\x9e\xee\x79\xda\xc4\xdf\xda\x26\xd3\xaf\x30\xfe\xcd\x30\x13\x28\xda\xea\x6d\x94\x09\x14\x27\x51\xbd\xf5\x31\x10\x67\x20\xe5\xad\x90\x81\xfd\xea\x74\x6b\xd6\xde\x64\xcc\xf8\xfd\x61\x09\xcd\xdb\x70\xd0\xad\x8a\x39\x9f\xd0\x6d\x38\x08\x94\x7a\xf6\xe6\x69\xba\xcc\xae\xf3\x29\xa1\x77\x81\xa2\x7c\xdf\x6a\x17\x88\xee\x9a\x72\xb7\x8a\x05\x8a\xda\x7e\x6b\x58\x20\x7e\x26\xa7\xdc\xda\x14\xd8\x7b\xa0\xde\xda\x14\x28\x4e\xbc\x73\x1b\xe6\x01\xfb\xdf\x38\xc3\x5a\x12\xd8\x65\x1c\xb0\x4a\x04\xb2\x29\xd1\xb7\x01\x1b\x50\x14\xfc\x5b\x21\x02\x67\xa5\xa7\xdb\xe0\xcc\xfd\xd8\xc9\xc8\xf6\x95\x1f\x50\xce\x17\x89\xee\x03\x76\x0d\xb8\x6e\x95\x1f\xb0\x0f\x83\x2b\xcd\xe8\x0c\x28\x3a\xcc\x6d\x24\xe6\x3e\xc9\x8b\xe7\xd0\x6c\xde\xc7\xef\x20\x5f\xe1\x26\x2f\x82\x38\x29\xb3\xb7\xc1\x18\x10\x27\xe8\x74\x1b\x8c\x01\x71\x66\x86\xbe\x55\x27\xb0\xff\xcf\x32\x6b\xb1\xac\x85\x45\xd6\x62\x99\x89\xe7\x59\xd5\x9d\x40\x19\x3e\x06\x54\x27\x10\xa7\xfb\xe9\x56\x9d\xee\x93\x76\x68\x9b\x1b\xb7\xb9\x4f\xda\xa1\x57\xb3\x3a\x05\xf6\x6f\xa9\xad\x3e\x05\xce\xf7\xfd\x6d\x26\x22\x28\xe7\x0b\x49\xc5\xba\x4f\x72\xa2\x37\x82\x8a\x75\x9f\xe4\x44\xdb\x53\xc7\x02\xe5\x7c\xa9\xe9\x58\xf7\xc9\x57\xb4\x89\x95\x2c\x50\xce\x87\xae\x92\x05\xe2\xcc\xec\x7d\x9b\xc3\x08\xe2\x4c\x1e\x72\x2b\x5e\xa0\x9c\x4f\x46\xbd\xeb\x3e\x39\x8c\xea\x81\xde\x05\x76\x19\xf5\x32\x13\xf1\xfe\x34\x73\x3f\x77\xcc\x3a\xbc\x4f\xd6\xa1\x9f\x15\x66\x1d\xde\x27\xeb\xd0\xcf\x3a\x63\x3b\x60\x97\xf9\x5b\x0f\xd9\x14\x43\xeb\x6f\x6c\x07\xec\x5d\x70\xc6\xd4\xb1\xdb\xb4\x43\x47\xe7\xdd\xfa\x18\x88\xd3\x19\x7f\x2b\x64\x60\xef\x82\x76\x77\xac\x19\x88\x33\x2b\xfa\xad\xa5\xdd\x27\x17\xd1\xaf\x0b\x35\x0d\x9c\x1c\xcb\x5b\x4b\xbb\x4f\x2a\x22\x9f\x2f\x8f\x9a\x06\x76\x6d\x27\x65\x61\x99\xad\x52\x2c\x4b\x96\xd9\x2a\x7c\xe4\x3f\xc6\x95\xc0\x2e\x1b\x94\x55\xcb\xcc\x4f\xcc\xfe\x5f\xb3\xcc\xee\x67\x6e\x9f\xc7\x49\x4d\x40\xf5\xee\x79\x54\x3a\xb0\x37\xd7\x29\xbb\x2c\xb3\xfb\xb9\xba\xb9\xdb\xb2\xd3\x2a\x85\xb2\xc7\x32\xc6\x01\x37\x8b\x96\x45\x8c\x03\xe6\x79\xf2\xa8\x79\x60\xff\xd2\x03\xf9\x2c\xb3\x51\xf8\x3e\x7c\x14\x3d\xb0\xf7\x5a\x29\xb3\x51\x82\x5b\x60\xf8\x6f\xb6\x49\x9c\x8f\x2e\xea\x6f\x80\x09\x44\x73\xe1\x8f\x47\x89\x03\x91\x7c\x7c\x3c\x2a\x1b\xd8\xcd\x44\x1b\x1b\x3d\x7a\xcc\x76\x54\x57\x1e\x45\xed\x31\xdb\xd1\x0f\xa3\x47\x53\x03\xd5\xe1\x68\x8f\xa6\x06\xf6\xbf\x51\xa6\xa9\x81\x5d\x96\x29\xb3\x16\x1b\xd5\x51\x71\x8f\xf6\x06\xf6\xbf\x71\x24\xea\x1b\xa8\x76\x65\x3c\xba\xda\x63\x4a\xe4\x39\x63\xca\x1a\xd8\x3f\xa5\x51\xb4\x35\x50\x1d\x0e\xf6\x28\x6b\x8f\x69\x92\x2a\xeb\xa3\xad\x3d\xe9\xb4\x09\xed\xa4\xad\x81\xea\x18\xb1\x47\x5b\x03\xd5\xf1\x7f\x8f\xb6\xf6\x38\xdf\xbf\x2b\x0c\x3c\xea\x1a\xd8\x5b\xe3\x80\x35\x31\xb0\x0f\x98\xdf\x2a\x59\x20\x92\x6b\x99\x3e\x2a\x15\x88\xd3\x03\xfa\x18\xca\x02\xd5\xc4\xfc\x47\xcd\x02\x67\x69\xb6\x47\xcd\x02\xfb\x48\xfe\x30\xb3\xca\xa3\x85\x81\xfd\x13\xb7\x6c\x85\xf2\xa9\x10\x2d\x6b\xa8\x0b\x54\x13\xfb\x1e\x43\x5d\x4f\x76\x4e\x42\x0e\x53\x81\x03\xd5\x94\xbd\x47\x81\x03\xfb\xf1\xc0\x19\x56\xe0\x40\x75\xee\xee\x47\x7f\x03\x71\xba\x9c\x1e\x05\x0e\x44\x1a\x5e\xce\xea\x1a\xd8\x65\x9c\x61\x7d\x0d\xec\x32\xb7\x67\x53\x14\xb3\x5e\xc3\x43\xf1\x74\x12\xd6\x4a\x23\x3c\x14\xeb\x5a\xcc\x71\xf5\xdf\xac\xea\x46\x75\x8a\xb4\x47\xf3\x02\xd5\xc0\xed\xa3\x79\x81\x68\x99\x8e\xca\xc7\x8c\x45\x10\xd9\xc5\x42\x1e\xdd\x0b\xec\x32\x1a\x58\xd1\x02\xd1\xcc\xa7\x7b\x0c\x7f\x81\xc8\x66\xae\x3e\xa6\x23\x82\x5d\xe6\x6f\xad\x04\xf1\xaf\xac\x58\x3d\xc6\xbf\xc0\x2e\x73\xbf\x56\x8c\xf8\x57\x4e\xe7\xf8\xac\x59\x75\x0c\x53\x73\xbf\xde\xa8\xcc\x2c\x39\xbc\x8c\x34\x3c\x50\x87\x4f\x65\xd5\x0d\x54\x5f\x9a\x8f\xea\x06\xaa\x5f\x39\x8f\xea\x06\xaa\xdf\x02\x8f\xea\x06\x22\xbb\x94\xc1\xa3\xbb\x81\x5d\xc6\xe1\x2a\x6f\x20\xb2\xb3\x15\x3d\x8e\x95\x7b\x9c\x45\x52\x95\x7a\x8c\xa6\x81\xfd\x7f\x54\x41\xcb\x03\xd5\x19\xd7\x1f\x25\x0f\xec\x9a\x7a\x74\x5e\xaf\xcc\x2c\xe9\x8c\xee\x8f\x96\x07\x22\x57\xaf\x44\x2d\x0f\x44\x73\xd5\xfb\x47\xa7\x7b\x9c\x59\x72\xfa\x6f\xb6\x88\x0b\xc8\x79\x1a\x74\xba\xc7\x89\x25\xcd\x51\x7b\x94\x3a\xd0\x5c\xdb\xea\x51\xd7\x1e\xa7\x8c\xf4\x96\x37\xec\x06\xce\x84\xb4\x8f\x06\xf7\x1c\x83\x23\x17\xe1\x31\x43\x11\x44\x55\x3a\x1e\x63\x71\x20\xe6\x74\x9f\x56\x94\x14\xc5\x76\x9e\xbd\xc6\xe2\x9e\x11\xff\xff\xff\x9e\x29\x34\x1f\xa3\x6c\x20\x4e\xf7\xed\xa3\x0f\x82\xee\xa0\x87\x47\x1f\x7c\x0c\xa3\x61\x5c\x8f\x61\x34\xb0\x77\xc0\x71\xe8\x83\xa0\x57\x64\xe5\x31\x68\x06\x92\xe3\x64\x1f\x0d\xf1\x31\x68\x66\x0b\x69\x83\x8f\x41\x33\xeb\xa4\x0c\x82\x5e\xb1\xb2\x47\x17\x04\xbb\xea\xfc\x52\xc9\x03\xfd\x9c\x3c\x1d\xef\x31\x68\x66\x6b\xa8\x78\x8f\x41\x33\x5f\x13\x2a\xde\x63\xd0\xcc\xe6\x56\xf1\xc0\xf0\xeb\xe4\xd1\xf0\x40\x1a\x58\xea\xa3\xe1\x81\x71\x9e\xe0\x8a\x1b\xd8\xe7\xc9\x5f\x7a\xb0\xd3\xee\x1c\x7f\x69\xfb\x4f\xba\x73\xbc\xcd\x14\x37\x30\x9c\x0a\xe2\x51\xdc\xc0\x70\xb6\xc3\x47\x6f\x03\x67\x59\xda\xc7\xdc\x40\x90\xb3\xcf\x62\x53\x03\x41\x1c\x6b\x7d\xcc\x0d\x04\x51\x1c\x85\xf9\x18\x83\x03\xc3\x69\x2a\x1e\x8d\x0e\x44\x71\xb0\xef\x63\x70\x0d\xec\xd6\xf6\xff\xac\xc1\xc5\xc8\x46\x3e\x11\x1f\x8d\x0e\x64\xc7\xb7\x3e\x1a\x1d\x98\x0e\x5b\x7b\x8c\xa3\x81\xec\xc0\xd8\x47\xc7\x03\xf3\xec\x52\xc7\x03\xd9\xe1\xb9\x8f\x3a\x07\x76\xd3\x52\x29\x7d\x0e\x94\xf0\x53\xc3\x78\x19\xd8\x16\xeb\xd6\xbc\x7b\x1c\xef\xe6\x2c\x5f\x8f\x01\x33\xb0\xcb\x3c\x36\xaf\x34\x06\xbc\x85\xdf\x15\xc6\xcb\xc0\xfe\x37\xce\x9e\xc1\xb1\xc7\x09\x26\xb3\xef\x5f\x13\xf5\xc0\x56\x3a\xea\x65\x74\x0c\xc4\xe9\x15\x78\x0c\x8f\x3d\x67\xc8\x9b\x35\xd3\x10\x41\x9c\xbe\x9e\x47\x45\x7c\x1c\xf2\xd6\xfe\xe0\xe2\x8f\x02\xf9\x1c\x81\xf4\x06\x50\x20\x9f\x33\x24\xce\x0b\xc1\xf4\x3e\xb0\xcf\xa6\x47\xe0\x19\x7e\xec\x3c\xde\x25\xfa\xe3\xb3\x0c\x8b\xfa\x69\xe3\x48\x37\xb0\xbd\x80\x26\x33\xf4\x06\xa2\x3a\x3b\xcc\xa3\x67\x3e\xff\x3c\xd3\xed\xd9\x3e\x4b\x81\xe2\x40\x1c\xe9\x06\xf6\x2e\xb8\x86\xd4\x4c\x50\xcf\x7b\x5f\xcd\x04\xbb\xb5\xa9\x97\x4e\x09\xfe\xbd\xb9\x54\x4a\x50\xcf\xe3\x4b\xa3\x04\xff\x9e\xfa\x0a\x25\xa8\x46\x98\x1f\x7d\xf2\x39\x3e\x49\xe3\x2b\x8f\xa0\x9e\x4f\x2e\x05\x10\xc4\xe9\x7e\x79\x34\x40\x50\x9d\xd6\xe1\x51\x00\x9f\xf7\xe8\x94\x65\x56\x00\xdb\x4b\x2e\xf8\xf1\x38\x62\xed\x79\xcf\x47\x15\xed\x61\x98\x0d\xec\x2f\x7d\x0f\xce\x2a\xbc\x27\x0f\xc4\x43\xb1\x0e\x5b\x0e\xab\x93\x4a\x3e\x26\xf7\x81\xfd\x7a\xb7\xcc\x4a\x20\x8a\xd9\x75\xc9\x1e\x45\x11\xc4\xe9\x30\x7b\x14\x45\xb0\x7f\x4b\x03\x38\x3e\xed\x71\x7c\x9a\x7d\x27\x8f\xb1\x3c\xb0\xdf\xb5\xb4\x80\x42\x09\x22\x57\x9f\x6d\x1a\x25\x88\xdf\xd9\x9c\x67\x15\xa1\xec\xa6\x39\x3f\xca\x23\x38\xba\xfb\xe8\x8e\x20\xfa\xb9\xeb\x75\x47\xd0\x5c\xaa\xec\x51\x1d\x9f\x33\x51\xc9\x6e\x92\xa5\x26\x82\x98\xd3\xa2\xb0\xc8\x57\x5c\xa3\x28\x59\x44\x7e\x2a\x07\xbb\x74\x44\x70\xa6\x1a\x5e\x86\x01\x41\xfa\xf1\xfd\xbe\xb4\x46\x10\x93\xe7\xe4\x52\x1a\x41\x72\x29\xc3\xa5\x33\x82\xf4\xe3\xa5\xba\x8c\x0c\x82\x6e\x1f\xeb\x52\x23\x41\xfa\xf1\x35\xbd\xb4\x48\x90\x9c\xde\x6e\x29\x91\x20\x39\x57\xde\xd2\x21\x41\xaf\xd3\xcd\x2f\x8b\xd6\xfe\xaf\xe4\xa1\xbe\x16\x11\x2a\x1c\x6e\xeb\xb3\x88\x50\x21\xdf\x61\x4b\x83\x04\xc9\x39\xf6\x96\x02\xb9\x9c\x2c\x13\xbb\x59\x0a\xe4\x32\x54\xc8\x63\x61\x19\x2a\x5c\x86\x0a\xb9\xe4\x97\xa1\x42\x90\x9c\xfc\x6f\x69\x99\x20\x39\xff\xdc\x72\xc9\x02\xd0\x2b\x66\xb7\xcc\x6c\x04\xc9\x89\x04\x97\x21\x46\xd0\x2b\x0f\xe0\xa5\x9d\x82\xe4\x48\xf8\x65\x88\x11\x24\x67\x18\x5a\xfa\x2a\x48\x0e\xb4\x5f\xea\x2a\x48\x8e\xf7\x5f\xda\xea\x72\x7a\xce\xe1\x1e\x6d\xaf\xb0\xbd\xfc\x2f\xdb\x2b\x68\x2f\x3e\x65\x97\xae\x0a\x92\x93\xf3\x2d\x55\x15\xa4\xc2\x07\xfa\x52\x55\x41\x72\xa2\xbf\xa5\x96\x82\x68\xf6\x46\x2f\x7d\x13\x9c\x19\xed\x97\xba\x09\x86\x8f\xbd\xa5\x5a\x82\x9c\xe9\x6d\x58\xaa\x25\x38\x4b\x65\x2e\xa3\x7e\x20\x4d\x2f\x56\xa3\x7e\x20\x19\x0e\x5b\xba\x26\x48\xd3\x7b\xc1\xa8\x1f\x48\xd3\xc6\x37\xea\x07\xd2\xb4\x46\x0a\x29\x48\x93\x97\xdf\xd2\x47\x97\x21\x3e\xba\x32\x96\xc3\xec\xc0\xf0\x69\xbc\xd4\xd1\x65\xd4\xaf\xb9\x47\xeb\xb8\x91\xa6\x77\x8c\xb9\x96\x60\xf8\x80\x5e\x1a\xe8\x32\x0e\xd8\xdd\x96\xd5\x66\xa6\xcd\xe9\x3d\xaa\x7f\x2e\x67\xda\xa4\x0f\x70\xe9\x9f\x2b\x13\xec\xe4\x4d\xb7\xf4\x4f\x90\xa6\x77\x9f\x4b\xa9\x83\xe1\x5b\x62\xa9\xa4\x20\x39\x82\x67\x69\xa4\x20\x4d\xef\x51\x8d\x14\xa4\xc9\x6b\x6e\x29\xa4\xcb\x69\x59\xda\x1f\x26\x57\x59\x06\x1c\x41\x1a\x3e\xa6\x34\x58\x70\x16\x3d\x5b\x8a\xe9\x72\x0a\x16\xbe\x06\x96\x12\x0a\xf6\x3b\xd0\x5f\x5a\x61\xa2\x84\xea\xeb\x32\x4a\x08\x86\x43\x45\x97\xae\xba\x8c\x12\xe2\xe0\x4b\x57\x05\x43\x17\x5e\x46\x09\xc1\x30\x03\x71\x69\xaf\x60\x38\xc4\x74\x29\xaf\x60\x0c\xaf\x19\x03\x87\x20\x9b\xb5\xbb\xd4\x59\x30\x1c\xc3\xba\x8c\x1b\x82\xe1\xd8\xa4\xa5\xb8\x82\x68\x3f\x9f\x11\x8a\xeb\x72\x4e\xcf\x6e\x91\xe7\x9e\xc9\x5c\x1c\x0c\xb2\xd4\x56\x10\xe7\x2b\x6d\x39\x54\x0e\x64\x3f\xc8\x96\x26\x0b\x86\xbd\x00\xcb\xc0\x24\xc8\xae\xc0\xb9\x0c\x4c\x82\xb3\x6e\xc0\x52\x6e\xc1\x70\x16\xaf\xa5\xb6\x82\xec\x7a\xa4\x4b\x6b\x05\xc3\xa1\xb5\xcb\x31\x70\x20\xfb\x9d\xb2\xf4\x58\x30\xcc\x75\x59\x6a\x2c\x18\xc3\x7b\x51\x8b\x05\xc3\x5c\xcf\xa5\xb1\x82\xe1\x28\xdd\xa5\xb0\x82\x9c\x8b\x45\xd6\xb1\x79\xbe\x39\x2e\x7d\x15\x9c\x69\xe1\x96\x51\x49\x90\xe6\xf9\x2f\xab\xdd\xa9\xb6\x97\x93\x06\x0b\x8e\x85\x2f\x33\x42\x97\xf3\x79\xf2\x8a\x5e\xaa\x29\x98\xc5\xdb\x53\x35\x5d\x4e\x02\xe3\x59\xd3\x4c\x97\x63\xe7\x7c\xa8\x2a\xa6\xcb\xb1\x73\x9e\x34\x25\x14\xcc\xe2\xe6\x4d\x08\x5d\xce\x01\xe3\xdd\x60\x42\xe8\x72\x98\x9c\x7b\x54\x55\x97\x53\xc0\xf0\x11\xb3\x34\xd5\xe5\x14\x30\xbe\xf6\x34\x55\x30\x8b\xb7\x91\xa6\xba\x9c\x15\xc6\xbb\x5f\x51\x05\xb3\xf8\xe4\x55\x54\xc1\xbe\xc0\xdc\xa5\x35\x1a\xd6\xc8\x5f\x5a\xa3\x41\x8d\x7c\xe0\xa8\xa5\x60\x16\x9f\xec\x46\x28\x41\x76\x30\xe3\x52\x54\x97\x33\xc0\x78\x60\x8a\x2a\x98\xce\x2b\xb8\x1c\x32\xb7\x9c\x14\xc6\xcd\xeb\xae\xcb\x49\x61\x7c\x45\x2b\xaa\xcb\x58\xa4\x23\x36\x97\xa6\x0a\xa2\x9e\xe3\xd7\x4b\x41\x09\x5f\xe5\xc6\x13\x41\xfc\x9c\x63\x69\xa9\xaa\xa0\x68\xdf\x4b\x55\x05\x7b\x0f\xfc\x9b\x71\x47\x50\x5c\xb2\x73\xa9\xaf\xcb\xd1\x6d\x0e\x3a\x5d\xfa\x2b\x28\xce\xeb\xb4\xf4\x57\xb0\x77\x4a\x1d\x8c\x3b\x82\x38\xe3\x4b\x96\x06\x0b\xf6\x5e\x39\x60\x0d\x16\xec\xdf\x72\xde\x35\x58\x10\xd5\x49\xb8\x97\x59\xa4\x60\x1f\x0a\xe7\xd4\x34\xd2\xe5\x34\x30\xce\x92\xbd\xcc\x23\x05\xfb\x3c\x7b\x7c\xb6\xd3\x46\x71\x3c\xe3\x32\x9e\x09\x4a\xf2\x79\xa0\x10\x83\xbd\x07\x8f\xc4\x76\xba\x4e\x3b\xb1\x07\xf3\x4d\xc1\xbf\x1d\x28\xc9\xa0\x38\x89\xdc\x52\x92\x41\x71\xae\xb9\xa5\x24\x83\x28\x4e\xaf\xba\xb4\x64\x50\x9c\x67\x72\x69\xc9\xa0\x24\x9f\xab\x06\x42\xd7\x7d\x1a\x89\xca\x6b\xce\xa0\xb8\x00\xf6\x52\x9c\x97\x81\x50\x67\x3e\x5a\x9a\x33\x28\x4e\x29\xb6\x14\x67\xf0\xef\x4e\xd0\x9b\xd7\xf1\xe6\x64\x99\x4d\xa4\x37\x9f\xa3\xb5\x39\x6e\x22\xf3\xbe\xea\x0c\xaa\x82\x7d\x68\xd4\xdd\xa8\x2a\xd8\x65\x1c\x87\x7a\x0d\x76\x19\x2d\x6e\xa8\x75\x39\xc9\x8c\xb3\x8b\x2d\x95\x7b\xa9\xdc\x4e\x78\xb6\x8c\xbf\x82\xfd\x7f\xd4\x55\x0d\x07\x25\xfd\x25\xac\xbd\x14\xf2\xf5\x9c\x2b\x88\xab\x54\x21\x07\xc5\x49\x48\x97\xc6\xbd\x9e\xd3\x14\x1e\xa8\x4d\x81\x5d\xf7\x73\xdf\x6a\xd7\xcb\x98\xad\xd3\xb1\x2f\x63\xb6\xeb\x64\xb6\x7a\x81\xeb\xdc\x20\x86\x93\xe5\x2e\x9d\x1b\x14\xb3\x01\x97\xca\xbd\x54\x6e\xf3\x2f\x96\xca\x0d\xf6\x4f\x69\x1f\x07\xd5\x81\x7d\x11\xb9\x39\xdb\x62\x19\x27\xf7\xd9\x69\xb8\x17\x14\xd3\x17\x97\x1a\x0e\x8a\xdd\x77\x4b\x0d\x07\xc5\xbe\xc0\x65\xb0\x17\xc4\x4f\x13\x5d\x9a\x39\xd8\x07\xe7\x0e\x6c\x93\x45\x46\x80\xcf\x58\xd5\x1c\x14\x3b\xeb\x96\x6a\x0e\xf6\xa1\x71\x1c\xba\x39\x28\xa6\x64\x2e\x63\xbd\x60\xff\x1b\x5b\x33\xb0\x0b\x8a\x39\x8d\xcb\xb8\x2e\x88\x7f\xb7\x8b\x81\x5d\x10\xff\x1e\x48\x7a\x3d\xd8\x9b\xf3\xff\x6c\xa4\xd7\x46\xf2\x95\xa6\xd8\x83\x62\x42\xe7\x32\xb0\x0b\x8a\xbd\x97\x4b\xd5\x07\xfb\x97\xee\xc1\x16\x61\x72\x1a\xf3\x3e\x97\x56\xbf\xcc\x9e\x75\xf2\x87\xa5\xd5\x83\x62\xaa\xe9\x32\xfc\x0b\xf6\xbf\x59\x66\xf5\xbf\x53\x7d\xf6\xaa\xe9\x83\x62\x07\xe9\x52\xf4\x41\xfc\x1c\x95\xb6\x14\x7d\x50\x4c\xf3\x5c\x7a\xfe\x3a\x9e\xef\xe3\x48\xcf\x07\x7b\x0f\x34\xba\x9e\x0f\x76\xbd\xfc\x3f\xab\xff\x51\x7d\x4f\xb4\x41\x62\xb0\x7f\xca\x89\xd0\xf3\x41\x31\x51\x75\xe9\xf4\x60\x5f\xac\x34\xa6\x52\xbf\x4c\xdb\xb5\xfe\xaf\x72\xfe\xba\xb2\xba\x13\x97\xbe\x4a\x36\xd8\xd7\x57\x50\x36\x2c\x63\xe6\x20\x4e\xeb\xab\x65\x83\xa2\x6c\xbc\x5a\x36\x28\x76\x06\xbf\x5a\xf6\x7b\xd6\x55\xe7\xd1\xfb\xaa\xd9\x20\x22\x0d\xff\x6f\x59\x66\xba\xc2\xd9\xc3\x6b\x99\xe9\x0a\x3c\xf4\x5e\x4d\xfb\x35\x58\x9b\xdc\x87\xaa\x0d\x8a\xf6\xf2\xaa\xda\xaf\xb1\x5a\x1e\xb4\xaf\xaa\xfd\xba\x24\xbb\xcb\xe0\xbf\xba\x36\xd8\x65\x93\xb2\x62\x99\x5d\x6b\xd3\xb2\x6a\x99\xf9\x0a\xbc\x8e\x5f\x75\x1b\xec\x32\xf7\x61\xd3\xc5\xe9\x6f\xa3\xb6\xaa\x34\xd8\xff\xe7\x7e\x6d\x95\x30\x87\xc3\x5d\xd8\x28\x61\xa3\xf0\x28\x79\x95\x69\x50\x54\xcf\x57\x99\x06\xc5\x2f\xcd\x57\x99\x7e\x93\x13\x47\x71\x0d\xbf\xaa\x33\xd8\x65\xb4\x89\xee\x0c\xf6\x1e\x2c\xb3\x01\x36\x8a\x1a\xf6\x9a\xa5\x0b\x22\x5c\x4b\xfa\xd5\xb1\xc1\x2e\xf3\xff\xac\x2b\x49\xb9\xc5\xd9\x60\x5e\x25\x1b\x44\x98\xab\xf8\x1a\xd3\x05\xbb\xcc\xdd\x5a\x7f\x82\xba\x66\x81\xbd\x06\x70\xdf\x74\x32\x18\xfc\xa9\x95\x4d\xf4\x2e\xf2\xd0\x79\xd3\xa9\x2c\xbd\x8b\x9e\x30\xd5\xfb\x75\x85\x40\x53\x13\x5f\xdd\x1b\xfc\xbb\x84\x75\x6f\x70\x42\x39\xaf\xee\xfd\xba\x3e\xa0\x61\xc6\xd7\x94\x5b\x50\xed\xef\x7e\xf5\x71\x70\x3e\xf6\x5e\x7d\x1c\xec\x7d\x72\x6a\x0c\x19\x83\x13\x30\x79\x75\x74\xb0\x77\x40\x0d\x94\x74\x50\x75\xab\x57\x49\x07\x7b\x6b\xee\xd4\x26\xca\xe6\x38\x74\x8f\xcd\x6b\xc4\xa5\x05\x1d\x83\xfa\xea\xe9\xe0\xbc\x0c\x5e\x3d\x1d\xd4\x38\x5b\xb3\xd9\xb2\xcd\x46\xe3\xaa\xee\x60\x1f\x1b\xc7\xab\xbb\x83\x1a\xe3\x0f\x93\xaa\xbc\xaa\x3d\xd8\x5b\x61\xff\xba\x3d\x38\xb1\x8c\x57\xb7\x7f\x1d\x57\x69\xbf\xe3\xab\xdc\x83\xf3\x8e\x7d\xb5\xf7\xd7\x85\x0d\x79\x67\xbd\xda\xfb\x7b\x16\x36\xf4\xa9\x65\xfc\x19\x54\x97\xf2\x78\x0d\x3f\xbf\x67\xad\xc3\xe6\x4f\x6d\xae\x62\x73\xf1\xda\x7d\x95\xf5\xf7\x2c\x58\xe8\x19\xd1\xd6\xc1\x2e\xf3\xff\xac\x97\x0b\x16\x7a\xd3\xaa\xeb\xef\x59\xb0\xd0\x73\xae\xaf\xbf\x95\x01\x3b\xb6\xab\x72\x0e\xf6\xd6\x68\x7e\x63\xcd\xef\x59\xb0\xd0\x93\xa9\xb1\x83\xfd\x7f\xd4\xc2\xf8\x33\xa8\xce\x47\xf3\x6a\xf1\xa0\x3a\xf9\xcc\xab\xb1\xbf\x67\xbd\xc2\xe6\x81\x78\xce\x2b\x19\x21\x3e\x2a\xd5\xf3\xf7\x0c\xbe\xf4\x66\x34\xd2\xfc\xba\x86\xa1\x1d\x5c\xaf\xce\x0e\xaa\x33\xde\xbc\x3a\x3b\xd8\x3f\xa5\xd1\x95\x76\xb0\xcb\x68\x61\xe3\xcf\x20\xce\x04\x37\xaf\xda\x0e\xe2\xe4\xae\xbe\x7a\xfb\xeb\xc8\x4d\x27\x63\x7b\x15\xf7\x77\x5b\x7a\x75\x78\xef\xab\xa5\xbf\x8e\xdc\x2c\xfe\x97\x97\x77\x33\x0d\x82\x46\xd2\xd2\x41\x9c\x0f\xb6\x57\x4d\x07\x7b\x07\x34\x93\x9e\x0e\x22\xb9\xf2\xf5\xab\x95\x83\xfd\x7f\xfc\x56\x2d\x07\xd5\x41\xc5\xaf\x81\x65\xb0\xff\x8d\x13\x61\x60\x19\xec\xcd\xd1\x26\xa6\x0b\xbf\x0e\xfb\x74\x25\xed\xd7\x7c\x61\xb0\x7f\xeb\xf6\xac\x7f\xb7\xfe\x74\x36\xbc\xaa\x3f\xa8\x0e\x52\x7e\x55\x7f\xb0\x7f\x4a\xd3\xe9\xfe\x20\xd2\x48\x6e\xce\x0b\xa0\x93\x43\xe1\xd3\x4d\xf9\x07\xd5\x8f\xce\xd7\xa8\x34\xd8\xbf\xf4\xdf\x6c\x27\x46\x88\xd6\x49\xe7\xc5\x6b\x8f\x00\xd8\xff\x67\x99\xd7\x04\x63\x44\xd3\xe0\xbb\xfb\x35\x9d\x19\xd4\xf3\xa9\xa0\xed\x83\xc8\x2e\x17\xfc\x9a\xba\xfc\x92\xa7\x7c\x46\x63\xbd\x46\xa1\xc1\x2e\xa3\x9d\xcc\x53\x06\xbb\x8c\xd3\x63\x1f\x00\xa8\xe7\x71\x69\x1f\x00\xd8\xbb\xa0\x16\x76\x02\x80\x68\xce\x61\xf3\xda\x0b\x00\xaa\x43\xea\x5f\x7b\x01\x40\x64\xb3\xb3\x5e\xbb\x01\x40\x0c\xa7\xce\x79\xed\x07\x00\xd5\xdc\xc6\xd7\x7e\x00\x50\x4d\x46\x7c\x8d\x61\x83\xc8\xae\x89\xff\xda\x37\x00\xaa\x89\x87\xaf\x5d\x03\x20\xb2\xe9\xf4\xaf\x51\x6c\x10\xd9\xe9\xb0\x5f\xf3\x94\xc1\x2e\xf3\xb7\x36\x13\xf3\xe6\x64\x27\x23\x7f\xcd\x5d\x06\xfb\xff\x3c\x3a\x9b\x69\x92\x7f\xe1\xab\xcc\x3e\x04\x10\xa3\x21\x40\xaf\xd6\x0f\xa2\x9b\xc4\xf6\xfe\x0f\x63\x67\x72\x33\x4d\x0b\xac\xd9\x7d\x5b\xd1\x26\x14\x73\x20\xb5\xda\x97\x9c\xf0\xdf\x84\x2b\xce\xe1\xbb\xdb\xff\x5d\x9d\x12\xca\xca\x84\xc8\x01\x9e\x08\x08\x54\xdf\x60\x97\xd1\x0a\x55\x29\xd8\x65\x9c\x4f\x45\xf7\x99\x4b\xf4\x74\xc7\x0a\x2a\xb0\xcb\xb8\x86\x92\x02\xa4\xe1\xf7\x7f\x19\xb8\x01\xbb\x6c\x57\x79\xd9\x61\x82\xf4\x43\x48\x2e\xfb\x4b\xb0\x0f\xcb\x94\x85\x65\x41\xe8\xa6\x52\x34\x2d\x9a\xff\xff\xff\x0e\x57\x2c\x2c\xfb\x4b\x90\xcd\x46\xbc\xec\x06\x41\x9e\xbc\xd7\xcb\x6e\x70\x15\xdd\x93\x5c\xd2\x3e\x6f\x91\xfe\xad\x9a\xd2\x66\xd9\x5b\x2d\x37\xd8\x2d\x8c\xb2\x96\xdd\x15\x68\xaa\xed\x65\x6f\x05\x76\x0f\xc6\x45\xed\x9b\x40\xaa\xce\x5c\x59\xf6\x4d\xa0\x99\x65\x6c\xd9\x37\x81\x74\xee\xd7\xd2\x03\xbd\xea\x79\xd5\x2d\xbb\x2d\x73\x6a\x18\xea\x7d\xd9\x87\x2d\xa7\x4b\x31\x68\x5d\x7a\xaa\xc1\x7e\x23\xac\xb0\x6d\x75\xbf\xde\x74\x8e\x5b\x96\x2d\x1f\xff\x3f\x78\xcf\x97\xbd\x23\x68\x13\x57\xd7\xb2\x73\x04\xdd\xbe\x66\xd9\x37\x82\xdd\xd5\x72\x97\xec\x1c\xc1\x2e\xa3\x3d\x76\x8e\xcb\xdd\x7c\xf9\x38\x2c\x9d\xd9\xe0\x4c\x7b\x5e\xf6\x83\x60\x18\xfd\x5f\x7a\xa9\x97\xe9\xde\xa6\x45\xda\xc1\x74\x6f\xd3\x6a\x68\x87\x46\xa8\x69\x7a\x2e\xcd\xd0\x08\x35\x4d\x2b\xa6\x15\xc8\xe7\x66\x4e\xe7\x65\x27\x08\x46\xf3\x16\xd9\x07\x82\xd1\x78\xdf\x97\xfd\xdd\x32\x77\x1b\x63\xd4\x65\x77\xb7\x3a\x7e\xf7\x64\x91\x8f\x40\xc7\xb9\x19\x16\x79\xbb\xdd\x53\x8a\xaf\xf3\xb2\x63\x03\xd3\xfd\x50\x96\x73\xa8\xc0\x34\xd7\xe5\xb2\xaf\x5b\x2e\x94\x61\x9c\xb9\xec\xeb\x96\x0b\x65\xf8\xac\x2f\xbb\x35\x50\xcd\xc8\xb2\x74\x3f\x2f\x73\xb7\x39\x48\x58\xf6\x74\xa0\x98\xdf\x65\xd9\xd1\xad\x33\x83\x8a\xd9\x72\xcb\x5e\x0d\x54\x83\x73\xcb\x4e\x0d\xa4\x9f\x99\x0b\x96\x9d\x1a\xa8\x86\xf5\x96\x7d\x1a\x48\xdd\x7c\xb5\xcb\x3e\x0d\x54\xc3\x41\xcb\x3e\x0d\xec\xd7\xcb\x32\xcd\xc1\xb4\xaa\xfd\xed\xa7\xcc\xc6\x0f\xc7\xff\x7c\x98\x97\x3d\x18\xd8\x65\x58\xc4\x1e\x0c\xec\x32\xda\xaf\xb7\x1a\xec\x17\x87\xff\xea\x9b\x06\xcd\x5c\x24\xcb\xde\x0a\xec\xc3\xb8\x59\xf6\x56\x20\x15\xb7\x1c\x5f\x3a\xac\x41\x9b\xb8\xdf\x96\x0e\x6b\xb0\xbf\xea\x9e\xce\x96\xb9\xf8\xe6\x5c\xd4\x86\xd1\xa7\x99\xf4\x79\xd9\xa5\x81\x64\x76\xe4\x65\x97\x06\xce\x7e\xb5\xcb\x1e\x0d\xe4\x9f\x46\xb2\x43\x03\xa9\x4f\xbc\x9d\xcb\x1e\x0d\x0c\x27\xd4\x2c\x3b\x34\x30\x1a\x52\x72\xd9\x9f\x81\x34\xdc\xba\x67\xd9\xa1\x81\x6c\xb6\xf6\x65\x87\x06\x42\xe5\xb0\xec\xcf\xc0\x68\xd3\xf3\x6b\xa0\x79\xbe\x71\x56\xc3\x96\x6f\xe4\xc9\x68\x6e\xd9\x4d\x81\x38\xdf\x1f\x7b\xa9\x35\x89\x20\xfa\x68\xe9\xfc\x06\x79\x7a\x2e\x1d\xdd\x8b\x49\x59\x0e\x34\x96\x4e\x6d\x10\x8e\x5b\x96\x4e\x6d\xb0\x6b\xc1\x5d\xb7\x7b\x03\xc5\xb5\xdb\xcb\x89\x5a\x60\x9a\x2c\x76\xe9\xe6\x06\xd3\x1c\xb0\x4b\x2f\x37\x98\x66\xa3\x5d\x3a\xb9\x41\x71\x85\xf7\xd2\xc7\x0d\x8a\xc9\x19\x96\x9d\xe7\x3a\x6b\x71\x7c\xcf\xf4\x5d\x2f\x33\x98\xf7\x73\x4d\x9b\x89\xf3\x7a\xb8\xeb\xd2\xd2\x79\xbd\xcc\x95\xa0\x81\xf4\x5d\x83\xfd\x57\x0e\xd3\x79\xbd\xcc\x95\x50\x7c\xbd\xf5\x5e\x83\x3a\x4f\x91\xf6\xb8\x8f\x16\xa1\x76\x7a\xaf\x41\x0a\xb7\xe4\x5a\xba\xaf\xc1\x3e\xce\x32\x2d\x72\xb3\xcd\x76\xf3\xaa\x5a\xe4\x76\xcc\xea\x5b\xa0\x4b\x1b\x34\xf3\x3d\x2c\x5d\xda\xa0\x99\xef\x61\x39\x76\x58\xee\x39\x15\x3e\xa5\xba\xb4\xc1\xee\xa0\x3c\x4e\xd3\xdd\x8e\xec\x3c\x4c\xcb\xdd\x46\x47\x78\x72\x5d\x28\x04\xce\x0e\xcd\x4b\x2f\x37\xc8\x3f\x1b\xaf\x97\x1b\x8c\x6e\x87\xad\x93\x1b\x64\x57\xe3\x2f\x7d\xdc\x60\x74\xdc\x18\xcb\x3c\xea\x60\x74\xbc\x18\x4b\x0f\x37\xc8\x95\xd0\xcb\x72\xe8\x03\x42\x17\xc3\xd2\x5b\x0d\x42\x37\xef\xd2\x59\xbd\x1e\x1f\x78\x1a\xe4\x54\x30\x90\xa7\xcf\xa8\xbe\x6a\x70\x36\x9d\x5c\xba\xaa\x41\x9e\x76\xfc\x0e\xac\x00\x3b\xbd\xfd\x77\x47\xad\x1f\x7b\xbd\x04\xd9\xed\x2a\x74\x63\x83\x3c\xfd\x1c\xe9\xb2\x5e\x2f\xa1\x63\xc6\x7a\x4b\xef\x34\x88\x73\xbb\xf4\x31\xaf\xd7\x9e\x88\x67\x5f\x77\x32\x48\x4d\x37\xee\xd2\x9f\x0c\x76\xef\x61\x99\x15\xdf\xa8\x66\xc4\x58\xfa\x93\x17\x0b\x85\xf4\x0a\x2d\xe7\x7a\xad\xef\xf4\x3b\x5c\x41\x47\x31\xd8\x65\x1e\xe7\x83\x79\x1c\xc5\x5e\x55\x47\x31\x48\x67\xb5\xf6\xd2\x51\x0c\xf6\x71\x5e\xd6\x3b\xa4\xa7\xd8\xdb\xa1\xa7\x78\x1d\x4f\xb1\x03\x04\x97\x00\x81\x5d\x66\x55\xbc\x6d\xdf\x79\xab\xad\x8a\x06\xf8\xce\x5b\xed\xf9\x34\xc0\xa7\xeb\xcd\xab\xda\x7e\x36\x32\x4e\xc5\xd6\xea\x52\x5e\x2b\x71\x98\x45\x1a\xe0\x2c\x28\xf2\x53\xab\xfb\x18\xb4\xf3\x48\xe9\x3d\x5e\x67\x3d\x91\x43\x0e\xdd\xc7\x20\x65\x73\x38\x2f\x5d\xc5\x6b\xe9\x39\x70\x28\xaa\xab\x18\x34\xf3\xed\x2e\x5d\xc5\xcb\xf5\x44\x4e\x94\x5d\xba\x8a\x41\x33\xb7\xee\x72\x4a\x18\x68\x46\x1a\x97\xde\xe3\x85\xa7\x38\xbb\xad\xef\x72\xe9\x10\xd8\x2f\x7a\xfb\x3f\xff\x2f\x7e\xcc\x09\x13\x0d\xc7\x7e\xfc\x98\x13\x26\xd2\x6f\x7f\x48\xe2\xc7\x9c\x30\x91\x06\x29\x5c\xe2\x87\xdf\x59\xa4\x5f\xb6\xa8\x5a\x44\x0f\x55\x2c\x6a\x16\xb9\x94\xa6\x50\xd4\x2d\x22\x37\x44\xf1\xfc\xc3\xa2\xc1\x47\xc3\x3f\x86\x45\x61\xd3\xad\xec\x6d\x19\xb3\x7d\xb6\xa0\x89\x1f\x8e\x68\x91\x7e\xdb\x40\xf1\xc3\x0f\x2d\xf2\xef\xe7\x51\x9f\x45\x8b\xf3\x73\x54\xb2\xe1\x4c\xee\xfa\xed\x7b\x1c\xbf\x64\xc3\xc9\x03\xf1\xdb\x4f\x47\xfc\x92\x0d\xc7\xe3\xfc\xcb\x54\x3f\xd9\xc8\x8d\x41\x8c\x34\x7e\xc9\x46\x3a\x93\xab\x78\x94\x8d\x64\x26\x57\xff\x59\x64\x23\x9d\xc9\x55\x68\x50\xb2\x91\x89\xac\x49\xc5\x7a\x4d\x8b\x98\xc9\x55\x3c\xbd\xcd\x4e\x7c\xa7\xa6\x45\x36\x3b\xf9\x9d\xb2\xaa\x36\x9b\x45\x46\x35\xef\x61\x72\xfc\x92\xed\xde\x70\x4f\xc0\xf8\xe1\x6a\x16\xc1\xb3\x12\xbf\xac\x29\xf2\x89\xa8\xf1\xcf\xac\x2d\x32\x8b\xb4\x27\xe6\xc9\x36\x3c\x1b\x5d\x2c\x5c\x34\xdb\x72\xbc\xca\x91\x8b\xc7\xd9\xf4\x8d\xca\xf4\xb4\xf8\x65\xdb\xb9\x51\x99\x3d\x14\xbf\x6c\x3b\xf5\x33\x17\xad\x8d\x9f\x59\xec\x32\x6e\x5d\xb6\xa5\x59\x0f\x60\xf0\x6c\x64\x9b\x45\xf6\xf4\x60\xff\xcd\xf8\x65\xdb\x45\xce\xbb\x9a\x33\x65\xc5\x86\x15\x77\x09\xac\x58\xae\xd8\xb0\x62\x32\x5e\x5b\x51\x7c\x94\x8b\x8f\xb2\x87\xd9\xd8\x0d\xb7\x90\x8e\x5f\xb1\xad\xc5\x65\x09\xb4\xab\xd8\x54\x36\x54\xfe\xd9\xae\xe2\x5d\x2e\x3e\xca\x1e\x65\x53\x91\xbf\xfd\x67\x91\xb7\x14\x37\x70\xcd\xbe\x2a\xc5\x1b\x88\xfe\xad\xde\x85\x62\x43\x37\x46\xff\x59\x31\xdb\x59\x10\x43\x1a\xbc\x5a\xfd\x8a\xcc\x99\xfc\xb1\x5a\x31\xe6\x50\x4d\x5f\xce\x6a\xc5\x9c\x43\x65\xf5\xab\xb7\xc5\xbd\xb0\xbc\xc9\xd5\x5b\x50\x19\x17\xfa\xf2\x57\xaf\xc8\x66\x54\xe1\x73\xd5\x34\xa2\x93\xa3\x7c\x37\x9b\x6f\x8a\x29\x14\x1a\x66\x6d\xda\xb0\x39\x9a\xa9\x9c\xac\x59\x31\xf2\x25\x90\x01\x22\x7e\xcd\x5a\x34\x07\x6e\xdc\xb8\x66\x2d\x36\xcc\x48\x1f\xbf\xa6\xc5\x9a\x1b\x6c\x37\xff\xe9\xb3\xd1\x0c\x2d\x57\x8f\xd3\x8a\xcd\x21\xc9\xb9\xa8\x66\xdc\x50\xe3\xc7\xaf\xdb\x82\xae\x1b\xa1\xfc\xb7\x9f\x3c\x7e\xdd\x16\x76\x27\xb4\x37\x5a\xdd\x35\x3d\x1e\xd5\xce\x7c\xa3\xf8\x75\x9b\xdd\x79\x4f\x48\x4a\x18\xbf\x6e\xb3\xbb\xbb\x3b\x54\x6a\xdf\xbd\x21\x78\x59\x7f\xe3\x47\xed\xbb\x2d\xea\xca\xaa\x53\x55\xed\xdf\x71\xfc\x7b\x7b\x87\x0f\xf6\x60\x36\xb6\xf7\x72\xd8\x20\x96\xdb\x9c\x57\x7d\x58\xb9\x61\xff\xc4\x35\x87\xcf\xf0\x38\x83\x49\xcb\xac\xdb\x46\x23\x3d\x6b\xfc\x86\x55\x1b\xcc\xd9\x9e\xb4\x6a\x78\x97\x8e\xff\xd3\x4f\xe1\xf0\xc1\x1e\x2e\x18\xf3\xd1\x18\xda\x1f\x2f\x66\xf8\xc1\x1f\x9a\x7f\xa3\x45\xe5\x93\x33\x6c\x13\x12\xf0\xe7\x03\x14\xb6\xc9\xec\xdf\xa4\x0e\x8b\x5f\x68\xf2\x0d\x13\x53\xc7\x2f\xb4\x6e\x20\x19\x26\x06\x0a\x1b\x15\x8c\x91\x7c\x57\xc3\x36\x85\x8f\x19\x6d\x0a\xdb\x44\x3e\x86\x6c\x1f\x10\xd6\xdf\x3d\x86\xad\x7e\xf8\xe4\x6d\x74\x76\x64\x8a\x5f\xf8\xe4\x99\x7a\x21\x5b\x64\xf5\x83\x6d\x09\xbc\x25\xd3\xea\x6f\xf4\xd2\x69\xf7\xb4\xf6\x1b\xbd\x74\x6a\x3f\xbd\x25\xd3\x1d\x3d\x31\xec\xb4\xf6\x1b\xbd\xd8\xb5\x4e\x6b\x3f\x4d\x45\xc8\x15\xa7\xe6\x9f\x67\x97\x0a\x8a\xac\xfd\x46\x2f\xda\x6b\x5a\xfb\x79\x86\xf2\x14\x59\xfb\xa9\xf3\xd9\xd3\xfb\x90\x6d\xf4\xd2\x31\xfe\xf4\xae\x31\xcd\x89\xb5\x08\xf1\x9b\xb6\x71\xea\x16\xf4\x64\x97\x0f\x19\xf3\x97\xba\x4f\xfb\x65\x23\xc9\x9b\xc0\x36\x41\xf1\xbb\x6c\xe4\x46\xef\x3e\x3d\x97\x8d\xbc\x1c\x06\x70\xc9\xcb\xfb\xe1\x52\x9b\xf3\x75\xb8\x6c\x12\x93\x92\x7a\xb3\xc8\x26\x31\x27\x89\x3c\xe4\xf1\xbb\x6c\xd2\xa5\x44\xa7\xb2\x97\xf5\xdf\xe8\xe7\x55\xba\x7c\xea\x36\x7a\xf7\xe9\xbf\x6c\x12\xb3\x8f\xc8\x2d\x1e\xbf\xdb\x16\xdd\xb6\x88\xa3\x6e\x5b\x74\x72\x6b\x7b\x94\x0f\x1d\xba\x8c\xdd\x96\xe2\x77\xdb\xa2\x8d\x7e\x5e\xf2\xdb\xdb\x46\x02\xbb\xfe\xd3\x16\xb7\xad\x44\x96\x45\xf6\x7d\xb8\xbd\x97\xb7\x69\x25\xa9\xff\x6d\x2b\xd1\x60\xdd\x8e\xea\xf6\x2e\xdd\x67\x9e\x3f\x66\xbc\x6d\x26\x7a\xcb\x45\x75\xf1\x7b\xac\x2e\x22\x29\xf9\xa9\x7f\xbc\x01\x0f\x93\xf3\x1d\xa2\x3c\x56\x77\xc3\x2d\xe4\xe3\xf7\x58\x5d\x66\x01\xb5\xec\xb7\xfe\xb1\xba\x8f\xbd\x17\xe6\x78\xac\xed\x83\x73\xef\x1c\xe5\x6d\xda\x70\x73\xd6\xf8\x3d\x36\x60\x63\x24\x5f\x92\xc7\x06\xa0\xa5\x58\xe2\x10\xbf\xc7\xfa\x93\x34\x3b\x39\x50\x7a\xbc\x4d\x68\xa9\x9f\x23\x99\xc7\xdb\x44\xd2\xec\xe4\x00\xf1\xf5\xed\xda\x18\xc9\x61\xde\xeb\x9d\x23\xc3\x5d\xf2\x8f\xaf\xb7\xe9\x65\xea\xad\xf5\x7a\x6d\xf7\x6b\xbb\x31\xe2\x6b\xbb\x5f\x3b\x6d\x0c\xf6\xda\xec\x97\x66\xdb\x1b\xbf\x36\x9b\xcc\x78\xc9\xda\xbf\x36\xfb\xb5\xd9\x18\xff\xb5\xd9\x1b\xf9\x97\x68\xd0\xeb\xd3\xb9\x91\xf1\x29\xc5\xef\xd5\x12\xa4\xe4\x4e\x7e\x67\x5e\x2d\xf1\x32\x48\x3d\x0d\xd2\x12\x2f\x96\xd0\xd0\x9f\xcd\x26\xff\x76\xf2\x5c\x9f\xcd\xfe\x18\xa4\x7a\x87\x3e\x6f\xf7\xc7\xf2\x0c\x87\x2f\x9f\x96\x20\xbf\xf6\x19\x9c\x7f\x5a\x62\x23\xff\xfc\xfe\x7d\x5a\x62\xc3\x5d\xda\xe2\xf7\xd9\x46\x12\xe0\x45\xf6\x49\xfc\xac\x3e\xea\x6a\x84\xaf\xd2\x67\xfd\x3f\x06\x2b\x7e\xd3\x3f\x6f\xdb\xc7\xc8\xc4\x97\x64\x59\xff\xc5\x8a\x00\x5f\xf1\x65\xfd\x17\x32\xdf\xa1\xdb\xf2\x09\x5e\xca\x7c\x4e\xbf\x6c\xd2\x46\xae\xb5\xff\xa1\x77\x5e\xb6\x78\xa1\x3d\x7c\xcf\x96\x2d\xde\x18\xdd\x11\xe6\xb2\xc5\xcb\xb8\x86\xdf\xd1\xe5\x9d\x5e\x0c\xc2\xfd\x36\x2d\xad\xb0\x1c\xb1\x59\x49\xef\xf4\xc6\xe8\x3f\xee\xe1\xf2\x4e\x6f\x8c\xee\x83\xb4\x34\xd5\x62\x39\x85\x1f\xb0\xa5\xa5\x96\x96\xf2\x5c\xde\xe9\xc5\xa4\x74\x1e\xca\xa4\x0e\x03\xa3\x73\x77\x92\x3a\x0c\x8c\xce\x50\x20\xa9\xc3\x40\x66\x53\x8e\x48\xca\x30\x90\xdc\x48\x27\x92\xa2\x0b\x64\x52\x5f\x47\x52\x74\x25\x45\x17\xb7\x35\x29\xba\xc0\xfe\x00\x7b\xcd\xb0\x4c\x5b\x0c\x8a\xa6\x45\xd3\xcf\x84\x67\xbb\x2c\x23\x7a\x53\xbd\xe6\x63\x91\x6b\x3a\xf9\xf8\x25\x65\x17\xd8\x65\x9c\x4e\x45\x95\x4e\xbe\x05\xec\x91\x94\x54\x60\x97\x71\x3e\x35\x15\x08\x9c\x10\x91\xd4\x54\x20\x4f\xbe\x61\x49\x4d\x05\x52\x63\x23\xe4\x48\x8a\xaa\x64\x06\xbe\xe9\x05\x6c\xc3\x46\x30\x05\x34\x52\xb2\x09\x49\x69\x5d\x3d\xdb\x6d\xd9\xcd\x61\x9e\xec\xb5\xe8\xa5\xc8\x9a\xd9\x2a\x44\x15\xb3\x5f\x23\x29\xaa\x80\x3b\x32\x45\x52\x40\x01\xb3\xae\x47\xca\x36\x9d\x14\x7b\x0e\x43\x53\xf6\xee\x65\xd6\x50\xf0\xea\x26\x65\x16\xc8\xd3\x87\x43\x95\x95\x4c\xb1\x47\x87\x91\xb2\x0d\xdf\x08\xa2\x60\x91\x54\x54\x20\x13\xf9\x89\xa4\xa0\x02\x49\x6f\x7e\xa4\x6c\x23\x37\x32\x7b\x9d\x47\x52\x63\x81\xc8\x3f\x6b\x61\xbb\xb3\xed\xe6\xd9\x50\x61\x25\x97\xcc\xf0\xc9\x4a\x0a\xac\xe4\x92\x19\xbe\xfa\xa9\xd8\xc8\x72\xf6\xd0\xc1\x16\x8a\xa9\xe4\x4e\x54\x53\xfb\xab\x93\x40\x6a\x44\x76\x23\x29\x94\x40\x61\xe3\xe0\x48\xc5\x16\xb0\xf8\x25\x8a\x57\xb0\x6a\x2c\x6b\x09\x74\x74\x52\x27\x81\x42\x2a\xe0\x48\xd5\x7a\x98\x04\x2f\x5b\x5d\x85\x12\x88\xa0\x63\x49\xd5\xaa\x6d\x4c\x26\x1d\x44\x52\x3b\x25\x13\xde\x31\x04\x4c\x6a\x27\x10\x81\x28\x4f\x6a\x27\xb0\xdb\xe9\xc9\xac\x6c\xb5\xb2\x9e\x4c\x6b\x9b\xde\x8e\x61\x61\xaa\x5a\xbb\xb2\x51\x6d\xe7\x6e\x56\x9b\x54\x6d\x12\x0d\xaf\x36\xa9\xda\x24\x5a\xa9\x10\x4b\x2e\x5c\xa1\xf7\x4c\xcd\x1b\xd0\x88\x24\x25\x8b\x7c\xf0\x4c\x6f\xc7\xa8\x33\xa9\xcd\x92\x0b\x57\xf8\xce\xa7\xa6\x29\x1a\x0b\x19\x06\xb5\x57\xae\x25\x33\xde\x75\x8f\xf2\xc1\x73\xe1\x0a\x63\xd3\xa4\x80\x03\x29\x72\xf3\x30\xef\x1b\xcb\x54\x82\xcd\x58\x22\xa9\xd7\xc0\x6c\xbe\x12\xca\x35\x30\x9b\xaf\x97\xca\x0c\xcc\xe6\x5b\xde\x6d\x52\x67\x75\x83\x0f\xbb\x62\x0d\xcc\xe6\xc7\x51\x31\x06\x66\xf3\x91\x55\x77\x25\xf3\xe2\xf9\xde\x77\xeb\xdf\x59\x20\x3d\x3d\xca\xfa\xb3\x4a\x25\x7c\x14\x15\x62\x60\x36\xdf\xf1\x6e\x8b\xc8\x8b\xd7\x7c\xfc\xbb\x0d\xea\xac\xbb\x99\x56\xd5\xdb\xd6\x5d\x8b\xea\xb7\xac\xdb\x22\xc3\x7d\x8c\xd0\x92\x02\x0e\xcc\xe6\x7b\xaf\x80\x03\x85\xe4\x85\x91\x14\x70\xa0\x90\xf5\x30\xd2\xb0\x91\xc3\x46\x72\x2e\x35\x1d\x28\xac\x76\x8f\x34\x6c\xf7\xe0\xbe\x0d\xff\x68\x23\xc9\x81\xd7\xfc\x3a\x28\xe9\xc0\x6c\xb6\x5b\x49\x07\xca\xf0\x4d\x55\xd1\x25\xb7\x78\xd2\x86\xc3\xbb\x36\xfc\xb0\x37\x2f\x69\x8b\x06\x4e\xe3\xf4\xdf\xbb\x6f\x46\x52\xdd\x01\x43\x50\x91\x14\x77\xa0\x66\x06\x70\x29\x6c\x5d\xe8\x66\xb6\x9b\x52\xf0\x81\x6d\x64\x8f\xb3\x7d\xe1\x54\x04\x3f\xde\xea\x3b\xb0\xcb\xb0\x56\xd8\xc2\x60\x4e\x3f\x83\xb8\xa4\xe6\x4b\x71\xb2\xe8\x62\x7a\x45\x1f\xa8\xac\x0b\x8e\xa4\xe8\x4b\xee\x00\x95\xbc\xb5\xa1\x25\xe2\xb8\x1b\x3c\xce\x47\x20\x8e\xbb\xc1\x4b\x68\x9d\xd0\x3a\x54\x44\xdd\x97\x4e\x3c\x8f\x81\x41\x52\xf8\x25\xb7\x71\x1a\xde\xde\x69\x23\xe6\xf1\x09\x70\x59\xa5\x1f\xa8\xcd\x07\x43\xe9\x97\xcc\x90\x37\x7c\x6f\xd4\x7e\xa0\x36\xbf\x47\x6a\xbf\x44\x32\x3c\x96\x93\x46\x9a\x3e\x9e\x6e\x60\x3c\x7c\x71\x54\x7a\xc9\xc5\x2b\xc3\x77\xf5\xf2\x7e\x99\x34\x0f\x01\x9d\x54\x7a\xc9\x6d\x98\x86\x5d\x9a\x52\x2f\xb9\x52\x65\xf8\xa2\xa8\xf5\xc0\x7e\x60\xfc\xaf\x37\x8c\x95\x2a\xa9\xf8\x0a\x2b\x00\x41\x4a\xc5\x2f\xf4\x65\x5b\x2f\x1d\x85\xd6\xc4\xb6\x92\xee\x7c\x9e\x7f\xda\x54\x34\xe1\x38\xdf\x20\x45\x61\x72\x1f\xa6\xe2\xbd\xbe\xbc\x61\xd7\xf1\xa6\x60\x4d\x65\x21\xd8\x65\x5c\xe2\xb6\xb1\x44\xf1\x52\xf1\x01\x50\x18\xa6\x13\xc5\xb3\x67\x50\x19\x82\x5d\x63\x6c\x7c\x6b\x01\xf6\x26\x9e\xe7\x30\x9f\xd8\xdb\xe9\xb7\x3e\xd9\xca\xc5\x64\xc2\xf3\xe2\x43\xa1\x5e\x4c\x47\x2f\xfa\x50\xa8\x17\xd3\x7d\x8c\xe2\xf9\xb4\xc0\xad\xab\xd4\x97\x47\xc1\x08\xda\x19\xd1\xdc\x5a\xe0\x76\xba\x29\x82\x3d\x29\x22\xc1\x2e\xc3\x02\x8a\x48\xd0\x4e\x6f\x7f\x6b\x94\x8d\x76\x06\x2b\xb7\x0f\x05\x29\xd0\xcf\x90\xe6\xd1\x4c\x1b\xed\x8c\x09\x1e\xad\xf4\xe8\x4d\xb5\x87\x50\x90\x82\x76\x46\x51\x0a\x52\xd0\xce\x00\xe6\xd1\x48\x8f\x91\x92\xf0\x02\x1a\xe9\x71\x82\x8e\x0f\xac\x2a\x15\xb4\x33\x9a\x53\xa4\x82\x7d\x18\xb7\x4b\x95\x9a\xce\xde\x4e\x8e\x1d\x94\xa9\xa0\x9d\x81\x9a\x32\x15\xec\xbf\x5a\xa6\x8d\x9e\x63\x23\x0c\xa2\x50\x05\xad\x6a\x5e\x55\x29\x68\xd5\x66\xa9\x4a\x41\xca\xc4\xdf\x23\x29\x4b\xd3\xeb\xbc\x4b\x64\x7b\x52\x84\x82\x94\x9b\x63\x2e\x25\x27\xd8\x65\x5c\x55\xcd\x09\x1a\x49\x21\x23\xa9\x39\x41\xca\x47\x2b\x28\x3a\x41\xeb\xb6\x41\xd1\x09\xf6\x61\x98\x44\x89\x09\x52\xf9\xf9\x41\x54\x63\x82\xfd\xca\xd9\x0a\x1b\xf6\x9a\xcd\x88\x8a\xa8\x3b\x13\xcb\x47\x4a\x73\xa8\xf1\x79\x5b\x49\xf7\x10\xf6\xa5\x0a\xcf\x64\x54\x10\xbd\x9d\x14\x9e\x60\x3f\x10\x3c\x24\x2a\x4f\x90\x98\x6b\x14\x49\xe5\x09\x22\x50\x81\xe9\xd3\x20\x6c\x76\xac\x37\x22\x7d\xda\x63\xa3\x1d\x0d\xa0\x3e\x4d\x6e\x76\xac\x67\x2f\x7d\xda\xc3\x28\xa1\xc3\x3a\x25\x2b\xc8\xd5\x01\x89\x8a\x35\xa9\x58\xfd\x66\x7c\x5a\xe3\x43\x87\x29\xa7\x14\xb1\x20\x99\x8c\x20\x92\xfa\x34\xad\xf3\xda\x73\x36\x05\x6a\x72\xe9\x88\x43\x3d\x15\x28\xc8\xbf\x73\x94\xcd\x44\x6e\xb6\xe1\xc7\x66\xd9\xce\xc5\x6a\x57\x34\x71\x52\x5b\x82\x7a\x6e\x8a\xda\x12\xd4\xe9\x2b\xaf\xb6\x04\xe9\xe7\x28\x4e\x21\x99\x4c\xf2\xe0\x03\xb3\x6c\xc0\xd2\x79\xb2\xff\x98\xd5\x96\x20\x93\x0a\x78\x8b\x1b\x8b\xd4\x96\x7f\xf0\x7e\x67\xa5\x27\xc8\x93\x7b\x9d\x0d\xf7\x81\xd0\xd5\x9b\x55\x9e\xa0\xb0\xd6\x76\x6b\x37\x8b\xbc\xaf\x99\xa2\xb0\xc8\xaf\x7c\xa3\x68\x5a\xe4\xbb\x1a\x14\x5d\x16\x5d\xbc\x70\xfe\xf1\xb6\xc8\xe9\x75\x68\x9c\xac\xf0\xcc\x46\x00\x8b\xb5\x78\x2d\x62\x21\x38\x23\x96\x6c\xb8\x2f\x9b\xcb\x01\x4b\x65\xc3\x7d\x20\x0c\x32\x64\xc5\x29\x28\x4c\xfa\x88\xac\x36\x05\x35\x73\x57\xb3\xd2\x14\xec\x3e\x1f\x5b\xa8\x4d\xc1\xee\x08\x2d\xb3\x99\xc9\x10\x26\xdf\xf7\xac\xec\x04\x5b\xae\x7b\x3e\x5b\x45\x1a\xc1\x9f\xb7\xcc\xf8\x1e\x28\x65\x78\x94\x8d\xda\x98\x4c\x7b\x8e\xac\x12\x05\x95\x5c\x3f\x91\x55\xa2\x20\x91\xce\x24\xb2\xe1\x3d\xd0\xed\xa2\xb3\xe2\x14\x8c\x74\x8e\xb2\xe9\xa4\x65\x30\x06\x96\x95\x9d\x60\x74\x6f\x93\xb1\x3d\x90\xfa\xb4\x99\x06\xf7\x40\x26\x87\x74\x64\xa5\x68\x36\x8d\xbb\x63\xc6\xac\x16\xcd\xe8\xce\x7a\x8a\x6c\x65\xf6\x2d\xf5\x64\xb6\xd2\x1d\xae\xd8\xf5\x2a\xb2\xc2\x13\x8c\xce\xbb\x90\x55\x99\xc0\x1c\xd5\x91\x0d\xe2\x01\xf7\xa3\x88\xac\xee\x04\xe6\xd3\x8e\x6c\x10\x0f\xe4\xc9\xb7\x22\x1b\xc4\x03\x79\xf2\x5e\x65\xc5\x29\xc8\x93\xb7\x3b\x17\x5b\x49\xae\x06\xc3\x07\x59\xb9\x9a\xcd\xd5\xe0\x93\xa7\x5c\x05\x91\x4f\x55\x6d\xa4\x72\xb5\x5a\xe4\x7d\x63\xc3\xab\xa1\x2e\xc9\xc6\xf5\xb2\x53\x5d\x19\x47\xe6\xea\x8d\xdb\x98\xcd\x46\xaa\x6a\xc1\x64\xca\x69\x64\x15\x6c\x3e\x0a\x96\x46\x56\x1b\xb9\x31\x99\x4b\x17\x59\x05\x0b\x4a\xf8\x10\x54\xab\x5f\xd1\x38\xd6\x55\xb5\x0a\x4e\xcc\x3d\xab\x43\x41\xfa\x8d\x73\x98\x75\xad\x0e\x18\x51\x34\x59\x25\x0a\x76\x19\xd6\x50\x8a\x82\x5d\xc6\xf9\xd4\xa2\x60\x97\x51\x13\xc5\x28\xd8\x65\xd8\x5b\x35\x9a\x4f\xf0\xb0\x7b\x3e\xdb\xd5\xce\xe0\x88\xba\x18\x3d\xcc\xcd\xe1\x21\x46\x32\x7a\x98\xcf\x76\x57\xd3\xd3\xd9\xb2\xb3\xdd\xd5\xb4\xca\xde\x99\xb3\xdd\xd5\xb4\x2a\x36\xb7\x7d\x76\xe9\x96\xd9\xdc\xb3\x0a\x03\x27\x53\x56\x92\x82\xfd\x25\xc2\xc6\x6a\xd2\xdc\x8f\xcb\x81\xba\x18\x20\xcc\x2e\xb9\x68\x7e\x37\x15\xaa\x60\x97\x71\x17\x55\xaa\x60\xff\xd7\x32\x1f\xcc\xce\xbe\x20\xe1\xe9\x6c\x6d\x3f\xc3\x01\x4f\x67\xd3\x4c\xef\x77\xbe\xb0\xc6\x11\x41\x2a\x46\x4b\xb3\x6a\x15\xa4\x42\xe2\xf5\xc8\xaa\x55\x90\x98\xd4\x1f\x59\xb5\x9a\x5d\x87\xc1\x68\x28\x2b\x4d\x41\xd3\x09\x96\x95\xa6\x20\xb1\x42\x20\xb2\x3a\x14\x98\x3e\x3d\xb2\xe1\x46\x10\x51\x2d\xb2\x51\x43\xff\x01\x8e\x8d\xac\x36\x05\x6d\xfa\x01\x54\x9b\x82\x9e\xbc\xfb\x6a\x53\x90\x8e\xff\x2c\x0f\x6f\xf5\x70\xde\xfb\x39\x4e\x7b\xb0\xdc\xa2\x1a\x2b\xcb\x8a\x58\xd0\x59\xd0\x13\xd9\x40\x25\xe8\xac\xdd\x89\x6c\xa0\x12\x24\xf6\xa5\x89\xac\xd2\x05\x9d\x55\x34\x91\x95\xb2\xa0\x27\x1b\xa0\x6e\xcd\xc1\x6c\x01\x3f\xd7\x06\x25\x41\xd7\x25\x95\x55\xa8\x20\xb9\x9f\x58\x64\xa5\x27\xe8\xa7\xc7\x51\x7a\x02\x97\x56\x46\x56\x65\x02\x96\x07\xfe\x77\x77\x1d\x36\x65\xa3\xeb\x64\xca\xca\x52\xd0\xf5\x6b\x65\x83\x96\xf9\x04\x2d\xb9\xd4\xf4\x5e\x6f\x74\x1d\x43\xd9\x38\x26\x70\x45\x64\x64\xf5\x2c\xe8\xfa\x1c\xf2\xf4\xf6\x4f\xe6\xc5\xf8\x28\xa9\x5c\x41\x57\xa5\x66\x95\x2b\x48\xdd\x4f\xbe\xc2\x15\x74\x65\x65\x56\xb8\x82\xae\x0a\xce\x46\x28\x41\xea\xf6\x32\x6a\x59\xd0\xcf\x17\x47\x29\x0b\x92\x31\xe4\xac\x92\x05\x5d\x71\x9b\x0d\x63\x82\x3e\x7c\x52\x15\xb7\xa0\x0f\xbb\x79\xb5\x6d\x36\xfb\xbb\x26\xbc\x6c\xe3\x46\x1f\x8c\x51\xb3\x6a\x37\x1b\xd9\xd4\x84\x8a\x5d\x90\xda\xb0\xfb\x50\xec\x82\x7e\xbe\x98\x6a\x5d\xd0\x87\x5f\x2e\xb5\x2e\xe8\xc3\x0f\xb7\x5a\x17\xa4\x9a\x7d\x90\xd4\xba\xa0\xeb\x38\xc8\x4a\x5d\x90\xba\x0f\xa5\x31\x51\x90\xd8\x9e\x2b\xb2\xe2\x17\xf4\xf3\x9d\x35\x26\x9a\x8d\x89\xfa\x54\x28\x87\x41\xea\x3e\x02\xaa\xe1\x6c\x98\xd4\xf7\x47\xe1\x0b\x52\xf7\x0b\xa3\xf0\x05\xfd\x7c\xee\xd5\xbd\xf9\x84\x49\x31\xa2\xb2\x17\xf4\xe1\xe7\x4a\xd5\x0b\x52\xf7\x2d\x30\x48\x0a\x52\xb7\xd9\xea\x60\x90\xba\xef\xba\x32\x18\xf4\xd3\x39\x29\x83\x41\xae\x36\x5b\x15\x0c\xfa\xe9\x72\x14\xc1\x20\x39\xa1\x2d\x2b\x82\x41\xea\x3e\xd3\x2a\x5e\xd0\x75\x96\x64\xd5\x2d\xe8\x03\x6d\x9f\x55\xb7\xa0\x8f\xec\x1f\xb5\x04\xea\x76\x84\x5d\x90\xda\x13\xec\x2f\x1f\x37\x5c\x51\x99\xcf\x7a\x1c\x0d\xab\xaa\xcc\x26\xa5\xcf\x7e\x4d\x54\x95\x20\xb3\x82\x2a\xf2\x6b\x45\x98\x2c\x7a\x46\x7a\xaf\x15\xd9\xc8\x3f\x07\xe4\x86\x44\x41\x66\x75\x57\x64\xd5\x68\x36\x24\x7a\x8e\xf2\x96\xb0\xb3\xb0\x4e\xac\xac\x3e\x05\xf9\xf4\x0c\xca\x53\xb0\x1b\xc0\x2d\x57\x9f\x66\x63\xa2\xf6\x03\x6a\xd1\x6c\x00\xd4\x2e\xca\x00\x28\xc8\xac\x13\x8b\xac\x12\xcd\x46\x3b\x71\xc3\x65\x85\x28\xc8\xce\xd6\xca\x0a\xd1\x6c\x00\xd4\xb7\xde\x00\x28\x18\x67\xf0\xad\x34\x05\xfb\x8b\x8f\x79\xd4\xa6\x20\xff\xec\x9f\xd5\xa6\xc0\x2d\xa1\x23\x2b\x4d\xb3\x41\x51\xc7\x7e\x4a\x53\x90\x55\x93\x59\x69\x0a\xb2\xb3\x55\xb2\xd2\x14\x0c\x67\x1e\x65\x65\x28\x18\xc9\x01\xee\xa7\x29\x36\xdc\x82\x3e\xb2\xca\x14\xb8\xc7\x7d\x64\x95\x29\x18\xc9\x67\x51\x65\x0a\x52\xaf\x7e\x01\x95\xa6\x20\x2b\xe7\xb3\xf1\x55\x30\x92\xaa\xc6\xf8\x2a\xc8\xa7\x63\x56\xbf\x02\xb7\x63\x8f\xac\x7c\x05\x23\xf9\x92\x28\x5f\xc1\xd0\xb9\x99\x0d\xa0\x82\x41\x7a\xef\xc8\x2a\x5a\x30\x92\x5a\x52\x41\x0b\x52\x9b\x3e\xeb\x06\x50\xc1\x70\xaa\x60\x56\xe4\x02\xf7\xb8\x8e\xac\xc8\x05\xee\xb0\x1e\x59\x91\x9b\xcd\x8c\xaf\x73\x23\x1b\x41\x05\xc9\x85\x81\x91\x55\xbe\x60\x24\xbb\x6a\x95\x2f\x48\xa3\x8c\x5d\xb7\xa2\xf4\x05\x43\x67\x6f\x51\xfa\x82\x6c\x27\x5f\xd4\xb6\x20\x2b\x21\x8b\x61\x55\x90\x9d\x1a\x54\x94\xbb\xc5\x94\x87\x7c\xd5\x8b\x72\x17\xe4\x5f\xfe\x43\xbf\x5c\x8c\xc3\x16\x33\x22\x56\xcf\x3b\x2c\x62\xf2\x01\xaf\x68\x51\x20\x83\xd1\x8b\xd5\x9e\x16\x91\x11\xb1\xd8\xb8\xdb\xa2\x5b\xff\xa1\x65\x8f\x65\x3c\x5e\xcd\x7f\xbe\x16\x31\x37\x86\x97\xa3\xa8\x56\x8b\xb3\x53\xf9\x76\x14\x23\xa9\xc5\xd9\xa9\x1a\x4f\xfd\x5a\x8e\x7e\x65\x2c\x5c\x8c\xa4\x82\xc1\x1a\xc5\x28\x4a\xda\x72\x22\xa9\xe7\xaf\x56\x2d\x11\x1a\xe7\x25\x2a\x4a\x5a\x30\xba\x16\x55\xd2\x96\x33\x65\x35\x3c\xdb\x67\x19\x53\x1e\x79\xca\x8b\x02\x16\x0c\xf6\x5c\x8d\xa2\x5a\x05\xa3\x67\x8b\xbc\x3d\x1b\x83\x6d\x58\xa3\x28\x60\x8b\x02\x96\x0f\x73\x51\xc0\x82\xd1\xb3\xa7\xb7\xe5\x1b\xc3\x49\x4d\x45\x49\x5b\x94\xb4\xc3\xd3\xdb\xf0\x4c\xc3\xbd\x4b\x2a\x5a\x30\xba\x0f\x84\xc1\xd5\xa2\xc8\xed\x16\xd9\xee\x4c\xbb\xbd\xe3\x8a\x5c\x30\x7a\xf2\xf4\xcb\x22\x34\x2e\x2f\x4c\x71\xa6\x2a\xc8\xa4\xe6\x8a\xa2\xec\x05\x99\x3c\x5c\x51\x94\xbd\x60\xf4\xe4\x51\x5a\xa2\x30\x15\xa2\x7b\x2e\x2d\x81\xec\x25\xc5\x70\x14\x65\x2f\xc8\x64\x11\x8b\xa2\xec\x05\xa3\xfb\x6a\x28\x7b\x41\x66\x9f\xa4\x28\xca\x5e\x90\xc9\x0f\x16\x45\xd9\x0b\x86\x61\x9b\xe2\x0c\x57\x10\xa1\x55\x55\xc2\x60\x74\x5f\x33\x63\xb9\x20\x35\x87\x75\x45\x25\x0c\x46\x67\x28\x56\x54\xc2\x20\x93\x04\x2d\x4a\xd5\x3a\x15\x0f\x16\x52\xb0\x28\x8e\xc1\xe8\x7c\xf2\x8b\x11\x5f\x90\xc9\x35\x16\x45\xbd\x0c\x46\x4f\x16\x69\x9d\xca\x73\xe2\x57\x42\xbd\x0c\x06\x6b\xbe\xa2\x18\xf1\x05\xc3\x69\x67\x45\x09\x0d\x32\xbb\x73\x45\x31\x06\x0c\x32\xfb\x7a\x45\x51\x55\x83\xe1\x1c\xb3\x62\x0c\x18\x0c\xa7\xc5\x17\x63\xc0\x60\x74\x5f\x70\xb5\x37\x18\x3d\x7b\x45\x8d\x53\x99\x64\xc3\xd8\xac\xa8\xbc\x41\x66\xc3\xab\x28\x0a\x6f\x30\x7a\xf6\x28\x8d\xd3\x78\x74\xf8\x86\x16\x65\x37\x18\x4e\x3a\x2b\xaa\x6e\x90\xd9\xae\x2b\x8a\x01\x5f\x30\x7a\xf6\x8f\x1a\xa7\x39\xa9\xcd\x27\x4c\xf1\x0b\xf6\x38\x95\xe3\x14\xbf\xc5\xd9\xb1\xe1\x7d\x53\xd4\x82\xd4\xc8\x88\x12\x45\xc9\x09\xf6\x28\x88\xe3\x0c\x74\x82\xd0\xef\x56\x14\x98\x45\x81\xe9\xbb\xab\xc0\x04\x26\x74\x8a\xa2\xc0\x04\xa1\xd3\xad\xa8\x2f\x41\x9e\xde\x00\xf5\x25\xc8\xd3\x6f\x8a\x5a\x12\x98\x94\x3c\x8a\x52\xb2\x0c\xa6\xd9\xfb\x10\x2b\x1b\x81\x2b\xb4\xa2\x28\x1b\xc1\x99\xe6\x5c\x94\x8d\xe0\x4c\x86\x29\xe1\x3d\x09\xdc\x8d\x7e\xb2\x94\x8d\x20\xb2\xb7\x5c\xd9\x08\x52\x25\x87\x4c\x14\xa3\x9d\x20\x4f\x5b\xa4\x94\x04\x67\x12\x4d\x31\xd6\x09\xce\x44\xc3\x62\xac\x13\xe4\xe9\xb7\x54\xbd\x09\xf2\x3c\x47\xd9\xc8\x60\xd6\x8b\x9f\x1e\x23\x9d\x20\xb2\xfd\x83\x12\x14\x98\x5a\x3f\x8a\x1a\x13\xe4\x79\xaa\x6f\xbb\xd9\xba\x59\x0f\x48\x51\x63\x02\xf7\x57\x89\xa2\xc6\x04\xa9\x1a\xab\x2b\x8a\x4c\x90\xa7\xef\xa0\x22\x13\xe4\xe9\xf3\xa9\xc8\x04\xe6\xfe\x8a\x62\x18\x15\x84\xf3\xfe\x8b\xf3\x67\x41\x9e\xe5\xbf\x57\x4d\x47\x31\xee\x0a\xce\xac\xb7\xa2\x78\x05\x79\xda\x9f\x28\x5e\x81\xd9\xc8\xa2\x28\x5e\x41\x84\x3d\x98\xe2\x15\x9c\x25\x11\xc5\x19\xb7\x20\x55\x87\x9e\x45\x41\x0b\xce\xa2\x8b\xa2\xa0\x2d\xae\xad\xd4\xec\xaa\x57\x90\xa7\x0f\x92\x52\x15\xe4\xe9\x57\x5a\xa9\x0a\xc2\x50\x7a\x51\xaa\x02\xf3\xc0\x47\x51\xaa\x82\xc8\x7e\xd3\x94\xaa\xe0\x4c\xd0\x2a\x2a\x55\x90\x67\xf3\x28\x4d\x41\x06\x7c\x43\x33\x45\xa5\x0a\x4c\x4e\x15\x45\xa5\x0a\xce\xa2\x8c\xa2\x50\x05\x79\x9e\x2b\x6a\x0a\x53\xe7\x93\xc2\x28\x8a\xb2\x14\x9c\xe9\x5f\x45\x59\x0a\xc2\xb9\x69\x45\x59\x0a\x22\xfb\x34\xab\x08\x41\x1a\x3f\xbf\x57\x2a\x3b\x90\xa7\x6f\xa3\xca\xae\xa8\xec\x74\x4d\x15\xe3\x9b\x20\xc2\xef\xb4\x6a\x0f\x44\x38\x76\x32\xbe\x09\x4a\x71\xec\xa4\x00\x04\x11\xa7\x48\xf3\x3f\xcc\x2b\xc2\xaf\x53\x14\x80\x20\xc8\x3e\x11\xc5\xe8\x26\x28\xec\x0c\x1d\xc5\xe0\x26\x88\xe8\xfe\x51\xf3\xb3\x74\x91\x9d\xac\xa3\x18\xdb\x04\x11\x0e\x2a\x0c\x6d\x82\x38\x1f\x56\xe5\x25\x28\xe4\x80\x89\xf2\x68\x7e\x16\x38\x86\xc3\x05\x83\x9d\xa0\x14\x9f\x57\x63\x9d\x20\xf5\x33\x5e\x70\x56\x2e\x88\xb0\x8f\x57\xaa\x82\x08\x6f\x92\xaa\x14\x04\xdb\x9d\x45\x51\x82\x82\x7d\x7b\x2d\xd3\x16\x2f\x13\x54\x08\xe1\x16\x35\x28\x88\x20\xf8\x5b\xd4\xa0\x20\xc2\xf1\x88\x1a\xb4\xb8\xd2\x91\xb9\x34\x45\x0d\x0a\x22\x1c\xc8\x28\x41\xc1\x6c\x7e\x1e\x95\xa0\x20\xe2\x5c\xd1\x86\xbf\x34\xfc\xd4\xcb\x86\xbf\x78\xe6\xed\x38\x55\xa5\x20\xc2\xf1\x82\xaa\x14\x14\x97\x47\x14\x55\x29\x28\xc5\xa3\x54\xa5\x20\xc2\x7e\x59\x55\x0a\x22\xbc\xa2\xa2\x14\x44\xf8\xb8\x2a\x4a\x41\x44\xf3\x28\x8d\xf3\x61\x1c\x47\x15\x2a\x50\x10\x81\xd0\x2b\x2a\x50\x10\x6c\xf2\x1a\xc5\xe0\x28\x28\x47\x00\x29\x4a\x41\xb0\xe3\x55\x14\x45\x29\x88\xb0\xa3\x56\x94\x82\xd0\x5b\x51\x14\xa5\x20\x35\xdd\x47\x45\x55\x5a\x8c\x97\xfa\x88\x29\x4a\x41\x29\x4a\x04\x45\x29\x28\xc5\x4b\x2a\x4a\x41\x29\xde\x6e\x45\x29\x28\xc5\x4b\x2a\x4a\x41\xc4\x39\x97\xd6\x59\x3c\x3a\x38\xa3\x8b\xa2\x14\x44\xd8\x48\x45\x29\x88\x70\x10\xe9\xa4\x5e\x50\x8a\x83\x67\x35\x69\x31\xf0\xea\x73\xa2\x26\x05\x11\xe7\xf4\x5a\x67\xf9\xe8\x58\xa4\x75\x16\xd6\xf1\xe3\xad\x24\x05\xa5\xf8\xc6\xab\x48\x8b\x93\x7a\x7d\x4e\x54\xa4\x20\x82\x17\xab\xaa\x3e\x41\x04\x23\x9d\xaa\xd4\x04\xa5\x0c\x8b\xaa\x45\xbe\x31\x16\x35\x8b\x9c\x55\xc3\xcb\x5c\x15\x93\x20\x02\x47\x77\x55\x4c\x82\xc2\xea\xd0\xa8\x2a\x47\x10\x81\x29\xaa\xa1\x55\x50\xd8\x41\x2c\xaa\x62\xb2\xba\xb6\xf2\x9c\xeb\xb1\xc8\x6f\x45\x50\xf4\x5a\x44\xbb\x87\xa7\xff\x2c\x62\xa2\x22\x06\xab\x64\xf8\x13\x11\x1e\x65\xfc\x15\x44\xb4\x3f\x74\xc9\xd5\xf0\x2c\x88\xe0\x73\x59\x0d\xcf\x82\x08\xf4\x6e\x4d\x1a\x2f\xf9\xcc\x50\x47\x23\xb6\x20\x35\xef\x7d\x55\xf0\x82\xd4\x9d\x39\x5d\x95\xb7\x20\xb5\x69\xcd\xd5\xad\x20\x9c\xe9\x5e\xd5\xad\x60\xab\x6c\x0c\xaf\x22\x05\xa9\x39\x67\xbc\x1a\x53\x05\xa9\xea\xc6\xa9\x4e\xef\x05\x11\xe7\xaf\xd6\x8e\x55\x94\x31\x7c\x28\x14\xa5\x20\x85\xbe\xf3\xaa\xde\x04\xb3\x55\x0f\xb3\x72\x99\x29\x95\x3e\x01\x8a\x4b\x50\x48\x05\x14\x55\x71\x09\x66\xd3\x48\xae\x97\x04\xa9\xdb\x0f\x57\x05\x27\x98\xa4\x10\x88\xea\x6c\x5e\x30\x49\x53\x14\x55\x0d\x0a\x0a\x79\xb8\xa3\xaa\x41\xc1\x24\xe9\x55\x54\x35\x28\x98\x64\xa5\x8c\xaa\x06\x05\x93\xcd\xd7\xa2\xaa\x41\x41\x21\xa3\x7a\x54\x35\x28\x98\x24\xdb\x8c\xaa\x06\x05\xb3\x59\x55\x35\x28\x28\x24\x72\x8b\xaa\x06\x05\x93\x4d\x45\xa3\xaa\x41\xc1\x64\xb7\xb5\xa8\x6a\x50\x30\xd9\xeb\x3d\xaa\x1a\x14\x14\x72\x8d\x47\x55\x83\x82\x42\x92\xf2\xa8\x06\x68\x41\x6a\x6a\xbd\xaa\x2c\x05\x93\xfc\x0a\x51\x95\xa5\xd5\x00\x2d\x43\xcf\xaa\x06\xad\x06\x68\xf9\x2a\x57\x35\x28\x98\xcd\x67\x45\x0d\x5a\x8d\xd9\x0e\xcf\xa5\x75\x8c\xd9\x56\xcf\xa5\x75\x98\x88\x4c\xae\x9a\xa8\xca\x52\x30\x9b\x9f\x0f\x65\x29\x48\x67\x72\x7b\x55\x97\x82\x42\xae\xf4\xa8\xea\x52\x90\xaa\x6b\x6b\xab\xc2\x14\xcc\xe6\xe3\xa9\x30\x05\x93\xad\x59\xa3\x2a\x4c\xc1\x24\xcb\x55\x54\x85\x29\x98\xec\x37\x1b\x55\x15\x0a\x66\xf3\x2b\xa6\x0a\x05\xd3\x30\x67\x55\x85\x82\xd9\xe8\x54\xaa\x2a\x14\xa4\xe6\xa8\xba\x2a\x43\xc1\x24\x55\x6d\x54\x63\xbf\xd5\xcd\xb7\x0d\xaa\x54\xa5\x29\x98\xac\x71\x8f\xaa\x34\x05\x85\x4d\x0f\xa3\x1a\x21\x06\xbb\xe5\x34\xc0\x19\xcb\x60\xb6\xe2\x61\x1a\xa8\xf1\xfc\xa0\x66\xaa\x41\x63\x50\x48\xe5\x1f\xd5\x98\x31\x48\x9d\x3d\x87\xa3\xba\xe4\x14\xcc\x56\xb4\x86\x06\x72\x5e\x73\xb5\x9d\x3e\x3f\xcd\x17\x8e\x4b\x3a\xd5\x19\x4c\xd2\xe5\x46\x35\xae\x0c\x0a\x09\xf9\xa3\xaa\xac\x41\x3a\x2b\xce\xab\xca\x1a\x14\xb6\x35\x88\x6a\x54\x19\xec\x0e\x02\xa3\x19\x55\x06\xd3\xe9\x32\x55\xfd\x5d\xcf\xfc\x67\x2a\xeb\xfc\xe7\xea\xfc\x67\x44\x74\x35\xce\x0c\x26\xf9\x68\xa3\x3a\x25\x1a\x14\x72\x71\x45\x35\xf2\x0c\x0a\xfb\x0e\x44\x35\xf0\x0c\x0a\x7b\x24\x44\x35\xee\x0c\x0a\x3b\x12\x46\x35\xec\x0c\x26\x69\x92\xa3\xea\x03\xa8\x4e\x92\xf6\xeb\xe9\x24\x69\x30\x9b\x1f\x37\x23\xd1\x60\xdf\x4b\xfe\x69\x28\x1a\xa4\xe6\x24\xf2\xaa\xf7\x00\xcc\x56\x2c\xd2\x3e\xec\x1e\xde\xfc\xc6\xea\x3d\x00\x25\xce\x1f\x35\x8f\x33\xa7\x71\x02\x54\xbd\x07\xa0\xc4\xb9\xa4\xe6\x61\xf7\x70\x52\x1a\x46\x35\x3a\x0d\xa6\xcb\x63\xab\x0e\x05\x30\xd9\xd9\x31\xaa\xde\x03\x30\x9d\x57\x57\xf5\x1e\x80\xd9\xec\x0f\xf4\x1e\x80\x54\x8d\xc0\x55\xa3\xce\x20\x35\xa7\x96\x54\x67\x50\x83\xc2\xee\x13\x51\xf5\x15\x80\xe9\x74\x83\xaa\x63\x00\xec\x07\xc3\x7f\x5a\x0f\xd2\xf2\x3b\x21\xb1\xaa\xe6\xc1\x6c\xfd\x0f\x53\xc2\xaa\x62\x1f\x4c\x67\x30\x56\xc5\x3e\xa8\x6a\xc0\xaa\xd8\xaf\x6e\x2b\x4e\x32\x96\xa8\x8a\xfd\xfa\x6f\x5b\x71\x0c\xa8\xda\x07\xa9\x3a\x59\xb7\x2a\xf7\x41\xfa\x25\xdf\x10\xc5\x3d\x48\xcd\x45\x84\x55\xf9\x5e\x9d\x36\x6d\x88\xa3\xaa\xdf\xeb\xd9\x59\xdc\x11\x8d\x02\x1e\x54\xdd\x45\x55\x01\x0f\xd2\xcf\x70\x7e\x55\xc1\x57\x37\x1b\x4f\x7e\xcc\x94\xf0\xa0\xe6\x73\x55\x8d\x78\xf6\x06\xf0\x2d\x51\xc2\x83\xb3\xae\xbf\x1a\x93\xae\x67\x6f\x00\xfb\x04\x65\x3d\xd8\x95\xb3\x4c\x43\x9d\xcd\x01\xec\x92\xd5\xfa\xd5\x39\xd7\xc9\x3e\x5f\xb1\x0f\x52\xd3\xd3\x56\x55\xfb\xf5\xec\x4a\xee\xa7\x5c\x21\x5f\xcf\x4e\x00\x3e\x59\x2a\x79\xb0\xcf\x47\x95\x95\xf2\xf5\xec\x04\xe0\x78\x49\x2d\x5f\xcf\x4e\x00\x76\x9d\x8a\x79\xb0\xaf\xe1\xf9\xb4\x8a\xe9\x94\x74\x6c\x54\xe3\xce\x20\xb5\x33\x28\x51\xe1\xd7\xb3\x17\x80\x3d\x86\x12\xbf\x9e\xbd\x00\x1c\x26\xaa\xf1\xeb\x7d\xec\xc2\x71\xc6\x9e\xc1\xae\x0b\xe7\x73\x26\x36\xa8\xba\x1f\xaa\xc1\x67\xb0\x0f\xc3\x04\x86\x9a\xc1\x3e\x9d\x65\x9a\xc0\x3c\xff\x7e\xfa\x75\x23\xd4\x93\xe7\xdf\x6e\xc9\xc8\x72\x3d\x3b\xe4\x39\x8e\x32\xb4\x5c\xcf\x0e\x79\xbe\x97\xc6\x96\x41\xd5\x7b\x56\xf5\x40\x54\x57\xe9\x9a\xc9\xa1\xea\x82\x00\xfb\x25\xb4\x4c\x03\x90\xfd\x5f\x8f\x60\xd5\x05\x01\xaa\x4e\xa1\xaa\x0b\xa2\x9e\xe4\xff\xde\x6e\x7d\x10\xf5\x24\xff\xd7\xc4\x7a\x1c\x40\x3d\xdd\xa8\x1e\x07\x30\xdb\xf9\xa7\x16\xd9\x38\x59\x32\xaa\x1e\x07\xb0\x5b\xc5\xb3\xa8\x7f\x01\x9c\x5c\x22\x55\xff\x02\xa8\x7a\x8f\xaa\xfe\x05\x50\xf5\x5f\x56\xfd\x0b\xf5\x64\xfb\xf7\x63\xa3\x83\x01\xec\x16\x78\x01\xed\x71\xb2\xfd\xdb\x1d\xea\x61\x00\xfb\x6e\x51\x5f\x83\xe1\x60\xff\x17\x23\xe9\x76\x00\x67\xe1\x78\x35\x18\x0e\xf6\x5f\xa9\xb0\xae\x08\x50\xf5\xc3\x55\x3d\x11\x60\x1f\xc6\x55\xf5\x3b\x80\x5d\x63\x0c\xa7\xe3\xa1\xba\x01\x00\xa9\xa1\xa2\x3a\xeb\xba\x9e\x1d\xf6\x34\x93\x7e\x86\x6a\x6e\x7f\x92\x38\x45\xd5\x85\x00\xf6\x77\x8c\xff\xea\x1d\x00\xfb\xee\x73\x9c\xee\x81\x7a\x82\xd6\x3e\xaf\x3a\x03\xaa\xf9\xf8\x5d\x39\x50\xf5\x06\x80\xd4\x5c\x3a\x51\x75\x07\x54\xd3\x27\x0d\xad\xa7\xf8\x07\xe9\x37\x1c\x72\xab\xfe\xab\x33\xa3\x87\x83\x62\xe5\x7f\x35\x7f\xd2\xf0\x1b\xad\xfe\x07\xd5\x6c\x35\x55\xad\x0f\x6a\x53\x82\xaa\xf5\xc1\xbe\x2a\xff\x54\xec\x57\xb3\xef\x0f\x3f\x00\xaa\x7d\x30\x9b\x8d\x50\xed\x83\x7d\x51\x4e\xa7\xdc\xaf\x4e\xa1\x1e\xbe\x3a\xea\x7d\xb0\xcb\xa8\x89\xea\xbe\x9a\x6a\x7f\xf8\x5d\x34\xe6\x5c\x4d\xb5\x3f\xbc\xb9\x4a\x7e\xb0\x8d\x6c\xf5\x34\xca\xd2\x28\x7e\xb3\x14\xfd\xd5\xfc\xfb\xc3\x5e\x40\xd5\x0f\xd2\x6f\xf8\x5e\x28\xfb\xab\xf3\xad\x87\xcf\x99\xba\x1f\xec\xf3\x59\xa6\xa5\x96\x33\x24\x1d\xe0\xab\xfc\x41\x35\xe5\x4b\x33\x14\x0d\xd2\xcf\x99\x23\xcd\xc0\x33\xd8\x7f\xb5\xac\x58\x56\x1c\xe8\xfe\x28\x6b\x96\x39\xc9\xe8\xfc\xb7\x5b\xd6\xb9\x44\xa7\x68\x58\xe4\x40\xce\xa3\xc2\x22\x9f\x94\xf2\xdf\xdb\x5b\x47\xd3\x5f\x00\xb6\x2d\x32\x65\x97\x65\xda\x2c\xdb\xa0\xdb\x32\x6d\xc6\x6b\xdd\x74\x19\x34\x27\x63\x8f\xe2\x7f\x5f\xcb\xb4\x59\xf6\xb8\xcf\x32\x6d\xc6\xd0\xbd\xe9\x35\x00\xdb\x40\xfb\x1e\x34\xdd\x06\x60\xdf\x53\x9a\xa4\x63\x00\x54\xd2\x25\x46\xd3\x31\xd0\xd2\xb1\x23\xa7\xd3\x33\x00\x2a\x89\x10\xa3\xe9\x19\x00\x95\xac\x73\xd1\x9c\xcb\xdd\x9c\xcb\xcd\x56\xf7\xd1\x74\x16\xb4\x33\x97\x9b\x81\x5b\x33\x3c\x0e\x2a\xc9\x4b\xa3\xe9\x3f\x00\xbb\xfd\xdc\x28\xc3\xe3\x60\x97\xf9\x57\x6d\x97\x5c\x98\x65\x91\x66\x4a\x9a\x89\x4f\x7f\x33\x18\x0e\xf6\x55\x2d\xd3\x4c\x49\x33\x35\xdb\xa5\x99\x9c\xe1\x3d\x18\x76\x35\xfd\x11\x60\x5f\x96\xe3\xf4\x47\x80\x4a\xf2\xbc\x68\xba\x23\x40\x25\x79\x5e\x34\xdd\x11\xcd\xa4\x4e\xce\x42\x6b\x86\xcd\x41\x35\xeb\x50\xd3\x43\x01\x76\x45\x2c\xd3\x24\xd9\x77\x30\xfb\x57\x6d\x92\xb5\x49\xb5\x4c\x9b\xe4\xf3\x3c\x79\x59\x6d\x92\xcf\x3b\xe8\xf9\x7c\x9e\xf2\x79\x07\xb9\xb1\xfa\x37\x5a\x66\x05\xdb\xf4\x74\xda\x24\x9f\xd7\x8d\x1b\xab\x33\x03\xec\xf6\xf3\x78\xea\xcd\x00\xbb\x8c\x5b\xa6\x3b\x03\xec\x66\xf0\x28\xea\xbc\x00\xa9\x1b\xe8\x69\x7a\x2f\x40\xaa\x4e\x34\x6e\x7a\x21\x40\x0a\xa7\x95\x36\x1d\x0c\x60\x5b\x8f\x7b\xa6\x3b\x01\x54\xf2\xd0\x46\xd3\x9d\x00\x52\x62\xe7\xb5\x68\xfa\x0e\x9a\xb9\xfb\x8b\x16\x30\xa6\x0d\x76\x19\xa7\xd3\xa1\xd0\xdc\x0b\x9e\x4d\xb5\xa2\xe9\x51\x00\xd5\x85\xf0\x4d\x8f\x42\x33\x3b\x7f\xf1\xdd\xd7\xa5\xd0\xcc\x77\x5c\xf8\xa8\x35\x7d\x0a\x60\x1f\x87\xa5\x74\x2a\x34\xf3\xf3\x17\xdf\x1e\xbd\x0a\xa0\x9a\x07\xaa\xe9\x54\x00\xd5\xb5\xea\x4d\xa7\x02\xa8\xd3\x37\x56\x9f\x02\x48\x35\x0f\xeb\xeb\x5d\x24\x8b\x7f\xd7\x87\xde\xf4\x2a\x80\x5d\x11\xaf\xa0\x9d\xea\xb1\x13\xb7\x42\x27\x02\xd8\x65\x1c\xa7\x17\x01\xec\x5b\x41\x85\x75\x23\x80\x7d\x3e\xcb\x34\x4a\xd3\x28\x74\x93\x4d\x3f\x02\xd8\xe7\xa3\x2e\xfa\x11\xc0\x36\x14\x76\xd7\x91\xd0\x9c\x6b\xae\x92\x6d\x7a\x12\xc0\xbe\x06\x86\xd7\x93\xd0\xce\xfc\x73\x4f\xa7\x55\x9a\x13\x62\x6c\xae\xae\x84\xe6\xfc\xf3\xe2\x37\x45\xbf\x01\xd8\xd5\xb3\x4c\x13\x90\xaa\xca\x15\xf5\x4d\x2f\x01\xd8\x87\x51\x13\xdd\x04\x60\xd7\x04\x2b\xeb\x27\x00\xbb\x8c\xbb\xa1\x9f\x00\xec\xcb\x7a\x9c\x56\xe9\xe7\x51\xc1\xca\x3a\x0a\xc0\xbe\x86\x65\x5a\xa5\x6b\x15\x5f\x16\x5d\x05\x60\x97\x71\x37\xf4\x15\xb4\xee\x73\x61\xf5\xb4\x40\xe7\xb9\xf0\xcb\xa0\xaf\x00\x6c\x1b\x63\x14\x9d\x05\xed\x64\xbb\x6a\xb6\x56\xa3\x74\x36\x4c\xb1\xa3\xd1\x5b\x00\x76\x23\x3c\xcc\x37\x7e\xd8\x31\x20\xa0\x9a\xce\x01\xb0\x8f\xe3\xbf\x3a\x02\xc0\x7e\x93\x31\x8a\xb2\x1f\xec\xe3\x2c\xb3\xb1\x4c\x4b\x4f\xe1\xd3\xad\xf0\x07\x29\xe9\x19\x6c\x2a\x7f\xb0\x1f\x0b\x0c\xa0\xf4\x07\xfb\xbf\xd6\x45\x0b\x98\x33\x59\xdf\x48\x73\x36\x01\xd8\x65\x58\xca\x89\xe9\xcd\x3c\xca\x7a\x58\x9b\x1e\x01\xd0\x5c\x6a\xd2\x54\xff\x20\x25\x57\x8c\x34\x27\x14\x80\x5d\x95\x3f\xac\xc2\x6e\x3a\x0c\xc0\xae\x29\xb5\x77\x12\x02\xd8\xa7\xa6\xf6\xae\xb9\x06\xcd\xa5\x51\xcd\x89\x09\x60\xff\xd5\x5a\x69\xb4\xd0\x68\xc9\x5a\x69\xb4\x8d\x93\xd6\xa1\xe9\x80\x00\xfb\xaf\x9e\x4e\x9b\x85\x36\xc3\xf7\xd2\x9c\x9b\x00\x4e\x3e\xa2\xe6\xdc\x04\xb0\x2b\x87\x19\x9d\x9c\x00\xf6\x53\x63\x4d\x7c\x6a\x98\x20\x9f\xf4\x9b\x35\x1d\x1a\x60\x97\x79\x9c\x8f\x4d\x98\x7a\x9a\x61\x6d\xd3\x67\x01\x76\xf5\xb8\x05\x3a\x2d\xc0\x71\xb6\x34\x7d\x11\xa0\xb9\x98\xa8\x39\xf5\x00\xec\xb3\xd1\x08\xdd\x13\x60\x5f\x15\x73\xea\x8a\x00\xfb\x0a\xfe\x57\x03\x4c\x0d\x60\xc7\xab\x2f\x02\x6c\xa3\xf8\x5f\x2d\xb0\xd1\x0c\x5d\x37\x5d\x11\xa0\xe5\x73\x05\xdb\x3f\x4f\xfb\x3d\xcc\xf6\x4f\xdb\x6f\x3f\xae\x2f\x02\xec\x9a\x70\x9c\xbe\x08\xb0\x5b\xc1\x2d\xd3\x17\x01\xf6\x7f\x2d\xf3\xe1\xb9\x7c\x78\xfc\xd4\xe9\x8b\x00\xfb\x38\xee\x99\xbe\x08\xb0\xcb\xb0\xbb\xf3\x0c\xc0\xc9\x21\xd3\x74\x4f\x34\x97\x7f\x9b\xca\xa0\xe9\x9e\x00\x2d\x9f\x2b\x68\xa7\x8d\x66\x0a\xb8\xa6\x73\x02\x34\xd7\x81\x34\x7d\x09\xa0\xb9\x1e\xac\xe9\x4a\x00\xcd\x19\xb4\x4d\x4f\x02\x48\xd9\xc5\xc4\xcd\x69\xec\xed\xa4\x61\x0e\xcb\x6c\x01\xae\x84\xac\x77\xa6\x39\x91\xbd\x9d\x34\xcc\xb8\xb1\x9a\xee\x05\xb0\xcf\x67\x99\xcd\x32\x0f\xb3\x0b\xa7\x9b\x2e\x07\xb0\xcb\xb0\x88\x3e\x07\xd0\xaa\x8d\xd0\xe5\x00\x5a\xf5\x93\xa1\x2b\x01\xec\x2b\x78\x98\xf7\x15\x57\x42\x76\x01\x77\xd3\x95\x00\xf6\x71\x5c\x55\x5f\x02\xd8\x35\xe6\xa9\xd3\x99\x00\x52\x3d\xa3\x0e\x9d\x09\x60\x1f\xc7\x33\xe1\x8c\x06\xb0\xcb\x30\xa8\x0e\x06\xb0\xaf\x41\x2b\xf4\x30\x80\x5d\xe6\x7f\xb5\xca\xa3\x55\xc2\x6b\x68\x95\xc7\xdd\x73\x70\x9b\x37\xa7\x35\x80\x5d\xe6\x35\xb4\xca\xe3\xdd\xf6\x74\xbe\x00\xec\xd8\x9f\x4d\x7f\xda\xf4\x28\xb4\xb3\x3c\xdb\x96\x69\x95\xc7\x85\x5b\xbe\xd9\x3a\x14\xda\x59\xb2\x8d\x51\xf4\x27\x80\x56\xfd\xdc\xea\x4e\x00\x29\x1b\xa0\x69\xfa\x13\x9a\xab\xb8\x0d\xaa\x34\xe7\x2c\x80\x66\x68\xa4\xe9\x27\x68\x67\x11\xb7\x03\x36\x67\x28\x80\x7d\x3a\x9a\xea\x14\x85\xe6\x2a\x6e\xfd\xbe\x4d\x7f\x02\xd8\x65\x56\xc5\x37\xfb\x75\xc3\x7b\x47\x09\xce\x52\x00\xcd\x50\x57\xd3\xc5\x00\xf6\x61\x56\xc5\xb6\xbe\x6e\x9f\x63\x4f\xef\x3c\x05\xb0\x3b\x49\x5a\xa6\x2b\x02\xec\xcb\x72\x09\x5d\x11\x20\x65\xa7\x50\x34\xa7\x2a\x80\x7d\x3e\xaa\xac\x7b\xa2\x7d\x58\x40\xc1\xe3\x6c\x79\xb0\x0f\xa3\x7a\xce\x4c\x00\xfb\x12\x5e\x56\x0b\x7c\xe6\x1d\xa7\xb1\x3a\x27\x40\x33\x88\xd4\xf4\x4d\x80\xfd\x4f\xaf\xa0\x4d\x3e\x6d\xe2\xb0\xc6\xc9\x09\x60\x97\xd9\x58\x8d\xc2\x94\xf9\x56\x1d\x3c\xea\xb1\x00\xbb\x76\xfc\x57\x8f\x05\xd8\x65\x1c\xa7\xc7\x02\xec\xf3\x71\xcf\x74\x59\x80\x5d\x86\x91\x75\x45\x80\x94\x4d\x47\xd4\x74\x45\x80\xa6\x93\xad\xe9\x89\x68\xeb\x3c\x02\x34\x43\x4f\x04\x68\xdd\xcf\x8c\x8e\x08\xd0\x5c\x0e\xd6\xf4\x43\x80\xd6\xff\xb2\xd0\xab\xe9\xa5\x00\xbb\xd9\x9e\x45\xf3\x2c\x97\x8b\xf9\x2c\xe8\xa5\x68\x26\x84\x36\x87\x51\xd3\x4b\xd1\x4e\x42\x68\xcc\xd8\x75\x53\x80\x5d\xd6\x29\x4b\x96\xb9\x95\x10\x8f\x6f\xd7\x75\x01\xf6\x97\xc4\xe3\xaa\x65\xd5\xe3\x82\xb2\x66\x59\xb3\x2e\x3f\xca\xba\x65\x2c\x6c\xe4\x63\xd0\x75\x5d\x80\x46\x0a\xfe\xe8\xfa\x21\xc0\x3e\xdb\xa4\xec\xb2\x4c\x93\x55\x8a\x6e\x8b\x30\xd9\xb4\x0d\x8f\x45\x8f\xd7\xf4\x02\xaf\x65\xce\x72\xe2\xab\xd4\xf5\x2e\x80\xd4\xf4\xd6\x77\xbd\x0b\xa0\xb1\xbf\x66\x74\xdd\x06\xdd\xf4\x64\xe4\xb4\x8f\xae\x8f\x00\xec\xe6\xfb\x57\xdb\xb0\xd1\x14\xa1\x5d\x1f\x01\x48\xc5\xf9\xfe\x5d\x1f\x01\x48\xe5\xc7\xf8\xa5\xeb\x23\x00\x8d\x1d\xd2\xa2\x3b\x15\x01\xec\xe6\x7b\x3a\x1b\x86\xdf\xa0\x38\x17\xa1\xeb\x23\x00\xbb\x0c\xa3\xeb\x23\x00\xfb\xb2\xb4\x42\x1f\x01\xd8\xc7\x51\x15\x7d\x04\x60\x97\x71\x0d\xa7\xd6\x83\x7d\x5d\xae\xa1\xe3\x00\xec\xe3\xb0\x80\x9e\x03\xb0\x3f\x91\x1e\xe7\xcd\x26\x1d\x74\xf9\x35\xaf\xab\xa5\xf2\xd9\x60\x8a\xfa\xe9\x3a\x00\xfb\x38\x6e\xb7\xae\x03\x90\xaa\x2a\xb4\xeb\x3a\x00\xfb\x38\xec\xa2\xeb\x00\xec\xf3\x59\xa6\x5d\x48\x12\x5d\xf4\x57\x77\xe7\x41\x80\xc6\xde\x78\xd1\x75\x1d\x80\x7d\x3a\x9e\x01\x5d\x07\x20\x75\x97\x5b\x76\xdd\x04\x20\x9d\x54\x58\xdd\x69\x0f\x60\x5f\x82\xcb\xea\x3a\x00\xbb\x0c\xf3\xe9\x3a\xe8\xa5\x59\x46\xd3\x9c\xe6\x00\x76\x19\x26\xd0\x9d\x00\x9a\x73\xdb\xba\x93\x1a\x40\x3a\x89\x6c\xbb\xb3\x1a\x40\x3a\x39\xcf\xbb\x5e\x07\x90\x4e\x52\xb1\xee\xbc\x06\x90\x4e\xaa\xae\xae\xdb\x01\xa4\x93\x0a\xac\x3b\x8b\x01\x34\x27\xa5\x75\x3d\x11\x20\x9d\xd4\xcd\x5d\xaf\x03\x48\xd5\x38\x62\xd7\xeb\x00\xb6\x38\xe7\xb2\xba\x18\x40\x3a\x99\x63\xba\x2e\x86\x5e\xcf\x56\x59\x34\x4d\xaf\x00\x48\xc5\x05\x21\x5d\xaf\x00\x48\xc5\x99\xe5\x5d\xaf\x00\xe8\x46\xd4\xba\x4e\x01\x90\x3a\x6e\xf7\xee\x5c\x03\x90\xcf\x13\xa0\x4b\x00\x0c\x33\xb4\x76\x3d\x02\xdd\xe9\xed\x3e\xb3\x3a\x04\xba\xd3\xdb\xf1\x26\x76\xfd\x01\x20\x4f\x5f\x46\xdd\x01\xe0\x64\x38\xeb\xaa\x7c\x10\xf9\x9c\xde\x26\x31\x39\xc0\x14\x31\xdd\xc9\x01\xa0\xa8\x73\xba\x7a\x1e\x14\x05\x57\x77\x22\x00\x28\x0a\xa9\xae\x9c\x07\xe9\xe7\x30\xaf\x2b\xe7\x41\xfa\x9d\x07\x58\x39\xdf\x8f\x9c\xf7\x69\x50\xce\xf7\x23\xe7\x7d\x6a\x94\xf3\xfd\x9f\x9c\xa7\xa1\x4a\x77\x70\xf2\xe1\x75\x95\x3b\xd8\x6a\xc0\xd3\xd9\x52\x57\x98\x9b\x35\xa7\x2b\xe7\xc1\x3e\x9b\xc7\xd9\xfc\x6e\xd2\x0a\xaf\x60\xf3\x91\xf3\x55\x77\x4b\x57\xce\xf7\xce\x8a\x53\x5f\x4c\xa5\x3b\xe8\xba\x92\xbb\x91\x7e\xd0\x75\x69\x76\xc5\x7c\x77\x43\xa4\x61\x91\x16\x19\xc7\xed\xc3\x7d\x57\xdf\x83\x61\xf4\xb6\x1b\xe8\x07\xc3\x68\x53\x57\xc9\x83\x61\x08\xad\x2b\xda\x41\x3e\x5f\x25\x35\x3b\xc8\xe7\x23\xa7\x64\x07\xf9\x7c\x47\x55\xec\x60\x18\x19\xed\x0a\x76\xb0\x3f\x5d\xb4\x52\xbd\x0c\x46\xff\x4b\x38\xbd\xab\xa6\xc1\x70\xc2\x65\x57\x4c\x83\xe1\xea\x98\xae\x48\x06\x99\x6d\xfd\xa3\x2b\x92\xc1\xd9\x9c\xa1\xab\x91\x41\xae\x0c\xfc\xba\x12\x19\x0c\x73\xc5\x74\x15\x32\x18\x4e\x33\xe8\x8a\x61\x30\x5c\x89\xdb\xd5\xc2\x60\x98\x4d\xa5\x1b\xbf\xef\xf3\xdc\x09\x2a\x66\xfc\x1e\x64\xfd\x94\x5d\xc9\x0c\xc6\x79\x75\x95\xcc\x60\xb8\xac\xb7\xab\x98\x81\x5b\x91\x45\x37\x9e\x0f\x86\xab\xc4\xbb\x1a\x1a\x0c\x57\x63\x77\x25\x34\x18\xae\x79\xee\x2a\x68\x70\x72\x88\x77\xd5\x32\xc8\xd5\x87\x46\xb5\x0c\x86\x2b\x7d\xbb\x62\x19\xb8\xf7\x59\x74\x75\x31\x48\xcd\x38\x63\x57\x17\x83\xe1\x6a\xef\xae\x2c\x06\xc3\x04\xd5\x5d\x55\x0c\x72\xb5\x4b\x51\x14\x83\x5c\x51\x94\xdd\xe9\xf8\x60\xb8\xa6\xba\xab\x89\xc1\x70\x31\x76\x57\x12\x83\x61\xce\xea\xae\x24\x06\xf9\x8c\x64\x94\xc4\x20\x57\x1c\xa2\xdd\x30\x7c\x77\xf9\xb7\x99\x80\xba\x32\x19\xe4\xa9\x79\x94\xc9\xdd\x59\xf5\x9a\x5a\x99\x0c\xf2\xf4\x79\x32\xde\x0e\xd2\x70\x4e\x65\x57\x39\x83\x93\xe9\xa9\x2b\x9c\xc1\xc9\xed\xd0\xd5\xcd\x20\x4f\x1f\x61\x65\x33\xc8\xd3\x07\x4a\xd5\x0c\x22\xfb\x0c\x28\x9a\xc1\xc9\xff\xd1\xd5\xcc\xe0\x24\x1b\xeb\x6a\x66\x10\xf9\x9c\xde\xd7\xe1\x66\xf1\x8a\xf7\x48\x19\xdd\x6f\x16\x18\xf8\xf0\xa8\x98\xc1\x49\x59\xd9\x15\xcc\x20\x4f\xdf\x10\xf5\x32\x38\xb9\x0f\xbb\x72\x19\x44\x3e\x47\x69\x89\x47\x4b\x50\x09\xc5\x32\xc8\xd3\xe7\x49\xad\x0c\x22\x9f\x22\x2d\xf1\x68\x09\xea\xa5\x52\x06\x79\x6a\x09\x85\x32\x88\xec\x87\x41\x9d\x0c\xf2\xd4\x38\xea\x64\x90\xe7\x39\xca\x47\xff\xd1\x12\x9c\x4b\xfd\x0b\x8a\x02\xbb\xab\x7f\x41\x98\x6a\xaa\x1b\x3a\x07\xc1\xc6\xe0\xd1\x0d\x9d\x83\xa2\x1f\xa6\x1b\x39\x07\xb3\xf9\xd0\x29\x88\x41\x98\xac\xaf\xab\x87\x41\x98\xfb\xb5\x2b\x87\x41\x31\xb3\x53\x57\x0d\x83\x30\x51\x6d\x37\xb8\x0e\x4a\x3d\x45\x36\x68\x23\xcc\x3e\xd4\x95\xc7\x20\xe6\x69\x90\xef\xf2\x46\xd1\xf3\xd3\x55\xc7\xa0\x98\xbc\xad\x2b\x7a\x41\xcc\x53\x64\xb3\x3f\x9b\x4d\x1b\x95\xbc\xa0\xe8\x2f\xe8\x4a\x5e\x10\x2e\x60\xeb\x2a\x5e\x10\xa6\x2d\xec\x0a\x5e\x10\xe6\x05\xec\x0a\x5e\x10\xf3\x9c\xcb\x36\x32\x17\x7f\x5a\x55\xf5\x2e\x08\xf7\x4a\xe9\xca\x5d\x50\xf4\x63\x74\x95\x2d\xd8\x5f\x60\x4c\xe1\xcc\x78\x30\x9b\x5f\x60\x05\x2b\x98\xcd\xef\xb4\x7a\x15\xcc\x36\x2c\xb2\xfa\x8b\xe9\x6c\x7e\x50\x94\xab\xa0\xe8\xd2\xee\xca\x55\x30\x9b\x3d\x8f\x72\x15\x14\xb3\xd1\x74\x75\x26\x28\x0e\x29\x86\x92\x12\x14\x7d\x8e\x43\x45\x09\x66\x0b\x8b\xb2\x45\x4c\x69\x64\x84\x38\xd4\x93\x60\xb6\xe1\x51\xcd\x22\xda\x38\x3d\xaa\x5b\xc4\x8c\x46\x44\xec\x50\x4d\x82\xa2\x47\x77\x18\x08\x07\x25\x72\xfb\xef\xfe\x78\xa8\x3f\xc1\x34\x7b\xe6\x50\x7e\x82\xa2\x0e\x1e\xca\x4f\x30\xdb\xf0\xa8\xc7\x22\xe6\xd0\x32\xca\x1c\xaa\x4f\x30\x4d\xa7\x39\x0c\x81\x83\xe9\x36\x39\x43\xed\x09\xd2\xcf\x31\xda\x30\xb4\x3d\xce\x0e\x44\x3c\x48\xc3\xd0\x36\x28\xc6\x2a\x86\x42\x13\x54\x17\x04\x0e\x75\xe6\x30\x16\xad\x77\x72\xa8\x33\xc1\xbe\x02\xf6\x53\x68\x0e\xd3\x8f\xe9\xeb\x1a\x0a\x4d\x70\x92\x63\x0f\x75\xe6\x30\x16\xad\xab\x6f\xa8\x29\x87\x71\x67\x87\xff\x43\x4d\x09\xf6\x71\x54\x45\x4d\x09\xaa\x4b\xb7\x86\x92\x12\xec\xc3\x68\xab\x92\x72\x18\x8c\xd6\xff\x3b\x94\x94\xa0\xba\x92\x72\xa8\x28\x87\x81\x67\xbd\xbd\x43\xf5\x38\x0c\x3c\xeb\x00\x1d\xaa\x47\x50\x1d\xb4\x0f\xc5\xe3\x30\xee\x6c\x9e\xb9\xa1\x78\x04\xbb\xcc\x9a\x78\xbf\x48\x43\xf6\x33\xe5\xd1\x50\x3d\x8e\x7c\x0c\xc0\x65\x0d\x32\x0f\x83\xcc\x3a\xb6\x87\xea\x71\x18\x64\xd6\x3f\x3f\x54\x8f\x60\x9f\x0f\xe3\xa9\x1e\x47\x39\x16\xf0\xbf\x5a\xa0\x30\x89\xab\x7a\x98\x06\x40\x50\xfe\x8c\x45\x0c\x27\xc9\x83\x93\x58\x6e\xa8\x27\xc1\x3e\x8c\x96\x29\x1e\xc1\x2e\xa3\x65\x8a\x47\x50\x5d\xe9\x38\xd4\x8e\x60\x1f\xe6\xe9\x6c\x2c\xda\xf1\xa7\x93\x79\xa8\x1d\xc1\xc9\x17\x3f\xd4\x8e\x60\xb7\x81\x3b\x6b\x14\x1b\xec\xbf\xd2\x7e\xf5\x24\xd8\x97\xf0\x38\xdb\x5f\xcd\x1e\xc9\x17\x78\xa8\x1d\xc1\x2e\xf3\x38\xab\x57\x99\x9c\xe4\xdd\x56\x26\x0e\xa7\xa4\x87\x57\xb0\xc2\x27\x4f\x19\x1f\xb1\xe1\x62\xe9\x71\xf2\x94\xf9\x50\xa8\x1d\xc7\xc9\x53\xe6\x7f\x8d\x31\x8f\x93\xa7\xcc\x37\x56\x41\x39\x4e\x9e\x32\x5f\x6c\x15\x25\xa8\xae\xdb\x1f\x2a\x4a\xb0\x0f\xe3\xb2\x4a\x4a\x50\x5d\xce\x38\x94\x94\x60\x8b\x39\xff\xea\x4d\xdc\xa8\xa6\xd7\x1b\x06\x98\xc1\x3e\x9b\x95\xf3\x29\x26\xc0\x6c\xf6\xbb\x61\x80\x19\xec\xc3\xb8\xd7\xca\x51\xb0\xcb\x3c\x9d\x96\x73\x7f\x24\x13\xa1\x0d\x83\xce\xc3\xfd\x91\xcc\xb1\x3a\x14\xa9\x60\x97\xf1\x00\xa8\x52\xc1\x2e\xe3\x7c\x46\xa2\x41\x75\x47\x82\xa1\x72\x1d\xfd\x98\x8e\x86\xa9\x5c\xc7\x51\xae\xbe\x28\x2a\xd7\x71\x36\x45\x62\x8c\x34\x54\xa9\x60\x1f\xc7\x03\x65\xd0\x19\x54\xf7\x54\x18\x0a\xd7\x71\xf6\x49\xf2\xc3\xa3\x72\x05\xb5\xfb\x8a\x29\x5c\xc1\x3e\xcc\x2b\x68\xa8\xae\xa1\xc2\x2b\x68\x28\x85\xab\xf1\x84\xa1\x72\x05\xfb\x38\xff\xab\xa1\xfa\x31\x94\x55\xd1\x50\xa6\x4b\x33\x8b\xdc\x50\xce\x82\x7d\x1c\xd5\x53\xcf\x82\xd4\xa6\x06\x55\xd0\x8e\x33\x75\xdd\x77\x5b\xf5\x3a\xdc\xce\x77\x20\xb7\x86\xf2\x15\x54\xf7\x9e\x18\x06\xac\xc1\xbe\x2c\xf7\xc2\x80\x35\xa8\x6e\x6e\x31\x54\xb9\x60\x9f\xcd\xab\x6a\xa8\xa1\xa1\xbc\x80\x86\x32\x5c\x6d\xf2\xae\xa1\xf4\x05\xbb\x11\x9e\x4e\x43\x0d\x9f\x28\x0d\xe5\xfc\x75\x90\xba\x89\x55\x87\x71\xe8\x61\x1c\xda\x54\x67\xc3\x40\x33\xa8\x6e\xe9\x31\x8c\x33\x83\xea\xbe\x06\xc3\x30\x33\xd8\x35\xb1\xcc\xb6\x1a\x67\x76\x11\xe3\x50\x19\x83\xd4\x15\xeb\x43\x69\x0c\xf6\x71\xf9\x0f\x1d\xba\x71\xe8\x61\x1c\xda\x0c\x68\xc3\x38\xf4\x30\x0e\xed\x02\xc6\xa1\x9e\x06\x5b\xec\x78\x39\x9f\x10\xf7\x00\xfe\xf7\x5f\x8d\x11\x4c\x55\x70\xe0\x61\x7c\x79\x18\x5f\xd6\x35\x37\x94\xd4\x63\x6a\x1f\xdf\x4c\x05\x34\xd8\xc7\xf1\x8a\x28\xa0\xc1\x2e\xf3\x38\x2d\x34\x8f\x85\xb8\x2f\xea\xe5\x61\x84\xd9\xdc\x6e\x43\xc1\x0c\x76\x19\x56\x53\x31\x0f\xa3\xce\xa6\x72\x1b\xea\xe3\x61\x84\xd9\x05\xcd\xc3\x08\x33\xd8\xff\xa5\x1d\x8a\x66\xb0\x8f\xf3\xbf\x36\xd7\x18\xb3\x8b\xff\x86\xb2\x19\x54\xd3\x69\x0e\x43\xcc\xa0\x9a\x28\x76\x28\x91\x41\x35\x9d\xe6\x50\x22\x0f\x03\xc7\xce\xa6\x1d\x6a\xe4\x71\x1d\x4f\x96\xc7\xf9\x38\x90\x5e\xad\x39\xf9\x73\xa8\x7f\x87\xbb\x44\x9d\xc6\x2a\x80\x41\x4a\x67\xf8\xe8\x84\x75\xd0\xf4\xba\x0e\xe7\xab\x0f\x33\x82\x1b\x05\x19\x0a\x65\xb0\xcb\xbc\xac\xed\x32\x4b\xb8\x91\x8c\xa1\x78\x06\x29\x99\xc9\x73\xa8\x9e\x87\x99\xc3\xcf\x88\x50\xf9\x0c\x52\x75\xbe\xce\x50\x3f\x0f\x33\x87\xbb\x5a\x77\xa8\x9f\x41\xd3\x79\x3c\xd4\xcf\xc3\xcc\xe1\x26\x4c\x1c\x0a\xe8\x61\xe6\x70\x03\x32\x43\x05\x0d\xf6\x71\x54\x4f\x09\x3d\xcc\x1c\x6e\x3a\xde\xa1\x86\x06\xfb\xb2\x58\x45\x11\x3d\xcc\x26\x6e\x5c\x61\xa8\xa2\x87\xd9\xc4\x35\x9e\x2a\x1a\x9c\x55\x59\xc3\xa9\xee\xe3\x3e\xc6\xb3\x76\x1a\xef\xd6\x78\xa7\xb1\x1a\xef\xd6\x78\xe7\xbf\x1a\xef\x3e\xc6\xa3\x4c\xbd\x3d\xcc\x27\x8e\xc6\x18\xea\x6d\x90\xfa\x79\xee\x14\xdc\x60\xff\x95\x4b\xa8\xb8\xc1\x2e\xf3\x38\x8d\xf7\x1c\xe3\xd1\x30\x35\xf7\x78\x8e\xf1\x78\x7c\x14\xdd\xe0\x64\xda\x1c\x2a\x6c\x70\xe2\x40\x43\x85\x0d\xf6\x3f\xad\xb0\x66\x32\x7b\xb8\x49\x5a\x87\xb2\x1b\xb4\x7c\x2e\xa0\x9d\x4c\x28\x6e\xf8\x6d\x18\x9e\x06\xe9\x6c\xba\x36\x14\xde\xa0\x99\xa2\x61\x18\x77\x06\x27\x83\xe8\x50\x8b\x83\x94\xcf\xc0\x4e\x31\x0e\x76\x99\xc7\xd9\x2c\xe6\xb1\x77\x97\xf9\x0c\xe5\xf8\x30\x3e\x7d\x04\x85\x7a\x7c\x18\x9f\x3e\x12\x40\x41\x3e\x8c\x4f\x9f\x5b\xa1\x22\x07\xfb\x31\xf6\xbf\x36\xd6\x34\xe3\x67\x58\xac\x26\x1f\xc6\xac\x9d\xa1\x32\x14\xe5\x60\x9f\xcf\x32\x2d\xf0\xfa\x54\x9c\xf3\xf9\x54\x18\xb4\x3e\x43\x65\x83\xd6\xa0\x55\xc7\x3b\xc6\xac\xc1\xee\xd8\xb8\x3f\xca\xf7\xf1\x9d\x08\x3d\x66\x51\xbf\x0f\x63\xd6\x67\x34\xae\x80\x07\xfb\x12\x18\xde\x29\xf5\x60\x97\x51\x15\x55\xfd\x30\x90\x7d\x46\xe8\x4e\xb3\x07\xbb\x0c\x33\x2b\xf5\xc7\x77\xcc\x67\x99\xa6\x62\x9a\x7d\x3e\x1a\x4d\x65\x3f\x0c\x65\x9f\x41\xb5\xd2\x1e\xb4\x7a\x2e\xab\xa5\x8c\x64\x1f\xc9\x63\x24\x1b\xec\x91\x82\x65\x5a\xea\x63\x2a\x83\x57\x30\x40\x0d\x5a\xd5\x76\x4e\xa9\x07\xfb\x6c\x18\xcf\x29\xf5\x60\x57\x18\x03\xe8\x29\x00\xa9\xbb\x24\x72\xe8\x2a\x18\xcb\xb9\x0c\xcd\xff\xfa\x5c\x10\xb4\x76\x7d\xee\xd0\x0b\x00\xf6\x61\xfe\xd5\xb6\x12\xb5\x6e\x76\x7a\x86\xa5\x41\xca\xce\x15\x18\xba\x06\x40\x73\x99\xf0\x30\x02\x3d\x8c\x40\x1b\x3d\x0f\xdd\x05\x61\x04\xba\xb5\x3f\x4c\x59\x0f\xdd\x09\x61\x80\xda\x57\x29\xf4\x27\x80\x7d\x6a\xcb\x8a\x65\x4e\x6a\xe0\x33\x1c\x3a\x19\xc0\x1e\x5c\x0c\xca\x9a\x65\x4e\x74\xf0\xaf\xdd\x22\x27\x3a\xe0\xab\x0b\x7d\x0a\x60\x5f\x22\x51\x36\x2d\x73\xaa\x07\x2e\xc3\xd0\x6d\x00\xf6\x71\x5e\xf6\xb6\xcc\xa9\x0e\x78\x2e\x43\xc7\x41\x18\xb7\x76\xae\x47\xe8\x39\x00\xcd\x15\xbf\xe1\x44\x79\xb0\xdf\x4c\x4e\x67\x28\x3b\x92\x21\x7a\x3a\xa7\xd0\x4d\x00\x76\x19\xa7\x33\x96\x1d\xa9\x11\x2d\xe7\x74\x86\xb2\xc1\x3e\x8c\x9a\x18\xca\x06\xbb\x8c\x56\xe8\x62\x00\xa9\xab\x3a\x43\x1f\x03\xd8\xc7\x59\x15\x5b\x96\xdc\x3b\xde\x7b\xaa\x3f\x21\x4e\xe0\xda\x66\x38\xe1\x1d\xec\x32\xac\x67\xe0\x1a\x34\x5f\xf4\xd0\xc7\x10\x27\x6e\xad\xf1\xf4\x31\x80\xe6\x40\x37\x74\x31\x80\xe6\xb2\xfa\xd0\xc5\x00\x9a\x92\x23\xf4\x30\x80\x7d\x32\xcc\xa4\x87\x21\x0c\x5a\xbb\xb4\x2f\x74\x31\x84\x41\x6b\x7b\x84\x30\x68\x0d\x52\x33\x23\x41\xe8\x76\x00\xfb\x38\x6b\xa2\x4d\x4e\xd0\xba\x5b\xe6\x13\x60\xd0\xda\x6e\x22\x9c\xef\x0e\xf6\x71\xd8\x58\x5f\x44\xfc\x0b\x64\x7b\x0d\xed\x84\x2f\xa2\xe9\x8c\x09\x7d\x11\x91\x4f\x68\x97\x5b\x6b\x24\x1b\xa4\xe2\xec\xe4\xd0\x3f\x11\xee\x80\x6c\xb7\x13\xfa\x27\x40\x33\xc7\x41\xe8\x9e\x08\x83\xdb\x0e\x47\x43\xf7\x44\x18\xdc\x76\x58\x1f\xfa\x22\xc2\xe0\x76\x3d\xc7\x69\xaa\x8d\xe6\xb8\x3e\x74\x4f\x80\x7d\x98\x57\xd5\x52\xf8\x27\x8a\x89\xd1\xc2\x80\x37\x68\x0e\x15\x43\xf7\x04\x68\x7a\xc4\x43\xf7\x44\x18\xda\xd6\xc5\x16\x4e\xb2\x07\xa9\xb8\x94\x21\x74\x59\x84\xe1\x6e\x17\x86\x84\x2e\x0b\xb0\x8f\xe3\x3e\xea\xb3\x08\x7d\x16\x0c\x1d\x42\x97\x05\x18\xae\x30\x0c\x3d\x16\xe1\xbc\x7b\xbb\xdd\xd0\x63\x11\xa6\x8e\xa3\x87\x0d\x03\xe0\x51\x9d\x07\xe2\x6b\xec\xdc\x79\x10\x6e\x6f\x10\x4e\x94\x07\xfb\x5e\x63\x74\x63\xe2\x61\x4c\xbc\x9e\x32\xdb\x4a\x4c\xdc\x3c\xaf\xa1\xaf\x03\x64\xa7\x7c\x84\xbe\x0e\x30\xd2\xf9\xa3\x0d\xc5\xd5\x51\xf5\xcf\x87\x2e\x0c\x70\x32\x86\x84\x1e\x0c\x90\xa7\x37\x41\x6f\x05\x88\x49\xf7\x1d\x7a\x2b\x40\x98\x53\x3d\x74\x56\x80\xe2\xdc\xc4\xd0\x31\x01\x8a\x43\xe9\xd0\x31\x11\xc7\x31\xe1\x2d\xd0\x31\x01\xaa\xf9\xf6\x42\x1f\x04\xa8\xae\x66\x0a\x5d\x10\x20\x55\x85\x53\xe8\x6e\x00\xe9\x2c\x2f\x08\xfd\x0d\xa0\x9a\x73\x3f\x74\x37\x80\xa6\x06\x09\xbd\x0d\x20\x99\x5c\x36\x0c\x93\x83\x74\x42\x77\xa1\x03\x22\x4c\xba\x6e\x36\xa1\xd0\xdb\x00\x46\x3a\x45\xde\x4f\xc2\xe4\xdd\xe7\x4f\x67\x03\x18\x2e\x04\x0d\x7d\x0d\x60\xb8\xda\x36\x74\x35\x80\xec\x44\x9f\xd0\xab\x00\xc6\xbf\x73\xd9\x74\x9c\x0a\x4d\x17\x67\xe8\x54\x00\xa3\xe3\xa4\x0a\x7d\x0a\x20\x57\x5c\x14\xa1\x4b\x01\x8c\x8e\x98\x0b\x63\xe4\x60\x74\xbf\x51\x3a\x14\xc0\x30\x8d\x7c\xe8\x50\x88\x41\xc8\x15\x25\x17\x3a\x0f\x40\xae\xe1\x1f\x6d\x24\x21\xf2\x3a\xad\x84\xcf\x27\xc1\xef\x1e\xfe\xd1\x16\x0d\xf6\x55\xc1\x89\x13\xc6\xc3\xc1\xe8\xf1\x07\x5f\x7b\xb8\xe2\x1d\x8c\x8e\x0a\x0f\xa7\xbc\x83\xd1\x51\x02\xa1\xa7\x21\x82\x1c\x86\xd3\x22\xef\x74\x30\xc9\x03\xaf\x5f\xe8\x55\x08\x37\x0c\x33\xc1\x71\xe8\x2d\x00\xdb\xc6\x58\x4f\x77\x00\xc8\xd3\x07\x42\x6f\x00\x08\xd7\xae\x84\xce\x00\x90\xa7\x2f\x91\xbe\x80\x30\x3b\x9e\x77\x42\x57\x00\xc8\xd3\xe7\xc1\xe0\x3a\x88\x6c\x65\x8d\xa4\x83\xb3\x40\x31\x74\x04\x84\x69\xef\x7c\xdc\xf4\x03\x80\x13\xd9\x09\xa3\xe6\x61\x8e\x3b\xc4\x72\xe8\x05\x08\x73\xdc\xf9\xb8\xe9\x04\x08\x93\xd8\xe1\xb1\x0b\x7d\x00\xe0\x2c\x94\x09\xa3\xe6\x61\x12\x3b\x1f\x2d\xbd\x02\xe0\xac\x4e\x0d\x9d\x02\x61\x12\x3b\xed\xaa\x4f\x20\x4c\x62\xa7\xec\x0e\xf5\x7f\x98\xb1\xce\x0f\xbd\xfa\x1f\x9c\x65\x52\x61\x24\x1d\xa4\x7e\x2c\x66\x24\x1d\x9c\x85\x7d\xa1\x9b\x00\x44\xc6\x4f\x12\xba\x04\xc2\x2c\x76\x3e\xbb\xc6\xc8\x41\x98\x94\x36\x8c\x91\x87\xf9\xe9\xfc\x2e\xeb\x0f\x08\x93\xd1\xf9\x9e\xe9\x0e\x08\x93\xd1\xf9\xd5\xd4\x1d\x00\xce\x84\x92\x50\xf9\x83\xad\x5d\xb1\x8f\x8a\x1e\x14\xc7\xed\xa1\xa0\x07\x71\x7a\x3d\xc5\x7b\x20\xd4\xeb\xe9\x44\x15\xea\x20\x5c\x33\x15\xea\x74\x10\xae\x8d\x09\x65\x3a\x08\x57\xd0\x84\x2a\x1d\x84\xeb\xaf\x42\x91\x0e\xe2\x7c\x0d\x55\xe4\x20\x5c\x2c\x13\x0a\x72\x10\x2e\x20\x0a\xf5\x38\x08\x97\x8b\x85\x72\x1c\xec\xf7\x01\xf3\x2b\xc7\x41\xb8\xbf\x67\x28\xc7\x63\x4b\xef\xe2\x24\xf5\x50\x51\x83\xdd\x4a\xaa\x61\xcc\x1a\xec\x21\xb4\x67\xb3\x01\x64\xa8\x3b\x5f\x65\xe5\x33\x28\xca\xe2\x50\x3d\x83\xe9\xb2\xca\x50\x3d\x83\xe9\x5c\xa3\x70\xba\x77\x3c\x84\xca\xbc\x25\x4e\xed\x06\xa9\x3a\xeb\x31\x8c\x6d\x83\x79\xfa\x7f\xf5\x34\x28\x67\x54\xac\x76\x06\x45\x77\x4a\x38\xb3\x1b\x94\x33\x88\x55\x4d\x87\xb1\x6d\x3c\xe7\xa1\x98\x8e\x13\xdb\xf6\xf4\xde\xb8\x97\xa0\x62\xb1\xc8\x76\xbf\xf6\x8a\xd8\x5f\x25\x0d\x66\x73\xc0\xa5\x90\x06\xd3\x75\x8d\xa1\x8e\x06\x45\x8f\x53\x28\xa3\x41\xd1\xc9\x11\xaa\x68\x30\x5d\x96\x1d\x8a\x68\x50\xf4\xe7\x84\x82\x19\x14\x3d\x26\xa1\xbe\x05\xa9\x9d\xd1\xbb\xfa\x16\xa4\xdf\x91\x4d\xea\x5b\x50\x9d\x50\x11\x4a\xd9\x70\xc5\x78\x3e\x57\xb0\xb6\x9f\x31\x23\x7b\x7f\x75\x2b\xd8\xa7\xc3\x1c\xea\x56\x50\x9d\xbb\x10\x4e\xc0\x0e\x97\x8c\x9f\xf1\xb6\x13\xb0\xc3\xf5\xe1\x8a\xd4\x50\xcc\x82\xea\x34\xbc\x50\xcb\x82\xea\x34\x91\x50\xca\x82\xd4\x4c\x82\x16\x4a\xd9\x70\xc5\xf8\x19\xbd\x1b\xf6\x8e\x75\xda\xea\x55\x6d\xeb\xb2\xad\xdc\x05\x15\x2f\xa8\xce\xee\x08\x15\x6f\xac\x13\x33\xe5\xfe\xa9\x78\x63\x1d\x93\x58\x39\x4d\xb2\x8e\x49\xac\x89\x77\x70\xa3\x3a\xe7\x23\x54\xc1\xb1\x8e\x95\xb0\xb0\x32\x18\xec\x8f\xce\x6e\xd8\x54\x06\x83\x74\x92\xf2\x4f\x75\x2e\x08\x07\xcc\x53\x99\x0b\xaa\xf3\x58\xa6\xea\x15\xa4\x9f\x8b\x72\xa6\xf2\x15\xec\xb2\x41\xd9\xb0\x8c\x00\x54\xfe\x83\xce\x9e\x8a\xdb\xe9\xd2\x70\x17\x45\x4e\xc5\x2d\xa8\x66\xd4\x9e\x6a\xdb\xe9\xca\x70\xd7\x31\x4d\xb5\xed\x74\x65\xb8\x8b\xdf\xa6\x21\xf0\xe9\x2a\x70\x17\xd3\x4d\x85\x2c\xa8\xa6\x2e\x9e\x86\xc5\xa7\x61\x71\xd7\xd2\x4d\xc3\xe2\x93\xd5\xdd\xce\x1d\x9d\x4a\x5b\xb0\x0f\xb3\x4c\x53\x24\x96\x32\xf3\x80\x4f\xe5\xee\x4c\xc7\x12\x41\x99\x96\x30\x54\xee\x52\xa9\x69\xa8\x1c\x54\x27\x46\x4d\x43\xe0\x20\x25\xf3\x18\x4e\x15\x2b\x48\xc9\x5c\x7d\x53\x79\x0a\xaa\x19\x5a\xa7\xf2\x14\xec\xc3\x68\x97\xfa\x14\xec\x32\x2a\xac\x40\x9d\xa6\x87\xcb\xe7\x74\x36\x82\x10\xb8\x0b\x94\xa7\xfa\x14\xec\x9a\x50\x61\xf5\x29\xd8\x65\x5e\xd6\x1b\x96\x0d\x6f\xf0\x1d\x9b\x6a\x51\x50\x4d\xdb\x3b\x95\xa2\xa0\x9a\x0d\x79\xaa\x44\xc1\xfe\xa7\x87\xbd\x96\x9d\xf6\x5b\x13\xdb\x9f\x4f\xfb\xb1\x89\xaa\x13\xec\xe3\x68\x84\xaa\x13\xec\x32\xec\xa9\xec\x04\xd5\x7c\xb7\x53\xd5\x09\x52\x32\xd3\xe5\x54\x75\x82\x5d\x46\x55\x54\x9d\xa0\xf9\xf9\x99\xaa\x4e\x90\x92\xd9\x54\xa7\xaa\x13\x34\xf3\xa9\x4c\x15\x26\x68\x7e\x7d\xa6\x0a\x13\xec\x0b\x78\x98\x6d\x2d\xec\x92\xa9\x49\x14\x98\xb3\x1c\x0f\x26\x65\x2a\xc7\xe9\x92\x6d\x73\x4f\x4e\xa5\x23\xd8\x15\xc1\xe8\x4a\x47\x90\xce\xf6\x89\xd3\x35\xdb\xa0\xf9\x59\x9d\xc6\xbf\x41\xca\x7e\x57\xa6\xcb\xb3\x41\x1a\xc6\x80\xa6\x6b\xb1\xc1\x3e\xce\xff\xda\xb0\xaa\xc7\xd1\xaf\x83\x7a\x12\xec\xe3\xac\x8a\x2d\xab\xfa\x13\x9a\xd7\xf0\x2e\x56\x1d\xb1\x7c\xbb\xa6\x91\xf2\xd9\x74\xaa\x69\x29\x25\x25\xd8\xcd\xe5\x1a\x6a\x4a\xb0\xaf\x8b\x09\x0c\x8b\x83\x7d\x0d\x9a\xab\xaa\x04\xcd\xa4\x77\x53\x55\x09\x52\x36\xcf\xd8\x34\x06\x0e\x52\x36\xcd\xe1\x54\x6a\x82\x5d\x66\x55\x7c\x8c\x9b\x0e\x34\x86\x5b\xd3\x80\x37\xd8\xc7\x79\x0d\x9b\xdb\x5c\x2b\xc4\xa0\x7e\xaa\x36\x41\xfb\x77\x09\x2d\xb0\xd1\x4c\xc3\x35\xd5\x9f\xa0\x9d\xca\x29\x3f\xe7\xd9\xf6\xeb\x1c\xa6\x4d\xfa\x71\x34\x72\x2f\x14\xa0\xb3\x1f\xd7\x9b\xc7\x69\x93\x8d\xd6\x19\x06\x4c\x05\xe8\x3c\xbb\x7e\x21\xee\xa7\x11\x70\x90\xb2\x31\x9b\xa9\xdc\x04\xa9\xfc\xce\x65\x6d\x7f\x67\xc9\x88\xcd\x52\x6f\x4e\x77\x02\xfb\xd9\x2e\x43\xdb\xa0\x39\xa3\x60\xaa\x41\x67\x3f\x8e\x37\x1b\xa6\x45\xba\x4b\x23\xb4\x9c\x22\x14\x34\x7d\x80\x53\xc5\x09\x52\x39\xef\x9d\x92\x13\x34\xc3\x2e\xd3\xb8\x36\x48\x67\x4f\xea\xa9\x0c\x05\xe9\x6c\x39\x3e\x0d\x62\x83\x74\xf6\x42\x9f\x0a\x51\x90\xda\x69\xbf\x4a\x74\x0e\x27\xa0\xfb\x45\x35\x3c\x0d\x52\x71\x9d\xdd\x54\x9e\x82\x5d\xe6\x7f\x6d\xd9\x46\x4f\xe7\x12\x36\x8c\xfc\x6a\xee\x93\x33\x55\x9b\x20\x85\x8b\x16\xa7\x72\x13\x64\x17\xa9\x4c\xe3\xda\x20\xcc\xce\x3e\x55\xa0\xa0\xe8\x86\x9f\xc6\xb0\xc1\xd4\x39\x35\x0d\x61\x83\x56\xf1\x09\x4d\x35\x29\x48\xf5\x18\x44\x4d\x0a\xf6\xc3\x6a\x35\x6c\x7c\x9c\x70\xa7\x17\xf5\xe6\x87\xc1\x19\x0d\xac\x52\x9d\x67\xdf\xb0\x3f\x2c\x07\x9f\x46\xab\x41\x9e\x3e\x1b\x4a\x54\xb0\xfb\x1f\x6e\xba\x82\x74\x9a\x87\xdd\x27\xcd\xb8\x34\x48\xdd\xe0\xd0\x54\xa4\x82\x30\xca\x3b\x15\xa9\xa0\x18\xcb\x99\x8a\x54\x10\x3a\x70\xa6\x22\x15\x84\x71\xf4\xa9\xfc\x04\x53\xb7\xdd\x54\x7e\x82\x72\x1e\x33\x23\xd2\xd3\x04\x6c\xe7\xf3\xae\x22\x9d\x6e\x70\x6d\x42\xae\xa9\x24\x9d\x66\x60\x33\x2d\xdd\x54\x7f\x4e\xb3\xad\x9d\x0f\xbc\x02\x74\x9a\x6d\xcd\x15\xe3\xd3\x40\xf5\x74\x87\x6b\xd7\xb8\x4f\x55\xe9\x34\xdb\x9a\x6b\xbc\xa7\x81\xea\x79\x02\xd5\xdd\x32\x9b\xbf\x51\x4d\x45\x3e\x55\xaf\x60\xdf\x38\x4f\xe7\x0d\x26\x9e\x5d\x8d\x85\x4f\xf5\x2b\xa8\xd3\x56\x28\x56\x41\xfb\xd7\x08\x0d\x70\x42\xd7\xdd\x0a\x6b\x80\x13\xba\xee\x5e\x41\x03\x9c\xd0\xb5\x95\x53\xc1\x82\x56\x71\xf2\x4d\xd5\xea\x74\x3d\xb3\x9e\xd6\x79\x5b\xe1\xdb\x4f\x34\xaa\x7c\x2a\x4e\xc1\xfe\x44\x71\x7b\x54\xa7\xa0\x75\x64\xdb\x54\x9d\x82\xdd\x2e\xff\x6a\x8d\xd9\x7c\xda\xe9\x52\x53\x79\x0a\xf6\x37\xc5\xab\x5a\x61\xf4\x69\x39\xfd\x9b\xfa\x14\x34\x27\x38\x4f\xf5\x29\x48\x67\xc2\xfc\x34\xbc\x0b\xd2\x70\xdd\xcc\x54\x06\x4e\x97\xf3\x3a\xf6\x30\xac\x0a\x86\x89\xf5\xa6\xca\x70\xba\x57\x96\x7d\x96\xca\x10\xfc\x1b\x97\xab\x0c\x41\x64\x07\x6d\x6a\x3e\x70\x5c\x06\x53\xcd\x37\xc9\x40\x7e\x86\x36\x0a\x3c\x30\x9d\xd8\x33\x15\x78\xd3\xc9\xcb\x7e\x4d\x55\x73\x60\x9a\xa3\x68\x1a\x11\x05\xd3\x4c\x4f\x53\x81\x07\xa6\xf9\xa5\xa6\x01\x51\x30\x9d\x72\x33\x8d\x87\x82\x72\x3e\xe0\x86\x43\xc1\x34\xb7\xcf\x34\x1a\x0a\xa6\xc9\xbf\xa6\x62\x11\x4c\x27\x17\x4d\xb5\x22\xd8\x37\xd3\xf3\xfb\xe2\x9a\x86\xcc\x19\x81\xd3\x79\xcf\xd3\x34\x64\xae\x9a\x98\x0a\xc8\x79\x04\xa4\x9f\x6a\x05\xe4\x54\x40\x9a\xb1\x60\x1a\x0c\x05\xbb\x8c\x66\xa9\x16\xa7\x6a\xd1\x3c\x09\x53\xb5\x08\xf6\x98\xd3\x32\x9b\xbf\x1c\x38\xda\x0b\x2b\x17\x41\xab\x5e\x42\x69\x38\xd7\x79\xc4\x2d\xb3\x69\x46\x3e\x8d\x4c\x4f\xa5\x21\x68\x1d\x5f\xc2\x54\x07\x82\xdd\x45\x7a\x98\x2d\x5b\xee\xbd\xe9\x57\x44\x1d\x08\x9a\x51\xb7\xa9\xe6\x03\xe9\x6c\x2c\x3c\xd5\x7c\x60\xf7\x55\xbb\xec\x52\xf3\x5d\x86\x3e\x11\x09\x97\xfa\xee\x72\x23\x2a\x86\xa6\x97\x11\x4b\x30\x4c\x8a\x79\x29\xe5\x2e\xf7\x90\xe2\x0b\x72\x19\x9c\x04\xd9\xa5\x9d\x97\x52\x0d\xe4\x4a\xa3\x2e\x65\x19\xc8\x95\x41\xc9\xa5\x2a\x03\xb9\x4e\xaf\xb8\x2c\xda\x1d\x45\xe3\x11\xb9\xd4\x69\x97\x1b\x2a\xa3\x53\x2e\x75\x1a\xc8\x8d\x67\xeb\x52\xa6\x81\xe1\xaa\xe7\xcb\xa8\x24\xc8\x8d\x4f\xfb\xa5\x4a\x03\xb9\x4e\x8f\xea\x16\x75\x8e\xa2\x8d\x8a\x34\x90\x1b\xbd\xea\x65\x48\x12\xe4\x3a\xbd\xe2\x6d\x11\x5e\xbe\xf0\xf4\xb6\x91\xe0\x63\x73\xdf\xba\xcb\xe0\x23\xc8\x73\x58\x7d\xdb\x9d\x74\xd8\x5a\x0b\xdb\x9d\xe8\x20\xf1\x2d\x5c\x0a\x39\x90\x27\xee\xc7\x4b\x1d\x07\xf2\xe4\xab\x79\x29\xd9\x40\x9e\x3c\x65\x97\xf2\x0c\x9c\x8e\xf5\x52\x9d\x81\x34\x4a\xfc\x41\x81\x5f\x8a\x37\x90\x27\xdf\xcf\x4b\xf1\x06\x52\x2b\xf4\x46\x97\xea\x0d\x44\xf6\xb6\x2a\xde\x40\x9e\xa8\x88\x4b\x9d\x06\x8e\xd6\xbc\x94\x69\x20\x4f\x5c\xd4\x97\x73\x92\x41\xa9\xd9\xa3\xbc\x3b\x85\x7e\x1d\x8f\xc8\xa5\xd2\xba\x4e\x7a\x2c\xcd\x67\x7c\x0f\x84\x9d\xd8\xe5\x94\x64\x50\x2a\xde\xcf\x4b\x41\x06\x8a\x43\xa3\x4b\x41\x06\x4a\x4d\xfe\xd1\xea\xbb\x53\x94\xcb\x7a\x2e\x05\x19\x28\xbe\xf2\x97\x01\x3f\x30\x9d\x2d\x7b\x19\xef\x03\x61\xf2\xf3\x4b\xd5\x06\x4a\xc5\xc9\x70\x29\xc6\xae\xca\xe8\xa5\xfa\x47\x5b\x59\x6d\xa5\x45\xb6\xd2\xd0\x1e\xef\xf6\xa5\x14\x03\xe9\xec\xf4\x7a\x19\xee\x03\x5b\xa4\x51\x64\x93\x2a\xae\xda\xe6\x25\x6d\x52\xf5\xeb\xef\x1f\x6d\x51\xc5\x55\x5b\x3c\xbf\x2d\xda\x08\xf7\x63\xb9\x54\x66\xa0\x54\x5c\x59\x97\x53\x98\x41\xb8\x53\xd1\xa5\x56\x03\xe1\xd6\x31\x97\xb2\x0c\x94\x9a\x3d\x97\x4f\xea\x46\xf1\x1b\x79\x29\xd4\x40\xa9\xd9\x73\xf9\xf0\x36\xdb\xcd\x53\xaf\x26\x03\xe1\xe0\xe6\x32\xd4\x77\xb9\x24\x36\x7b\x94\x0d\x62\xfd\x6b\xc5\x69\x7d\x29\xab\x40\x71\xe0\x71\x29\xab\xc0\x74\x3a\xef\xa5\xaa\x02\x45\x31\x7f\x29\xaa\x2e\x93\x5e\xfb\x45\x53\x2c\x5d\x66\xb3\xd6\xaa\x06\xf0\x40\xea\x79\x58\xe6\x6d\xeb\xf8\x69\x7d\x76\x94\x54\x97\xe9\xac\x35\xab\xf2\xe9\x32\x9d\xb5\x37\x57\xf5\x74\x99\xce\x9a\xf1\xd5\xa5\x7a\xba\x4c\x67\x8d\x02\xbe\x14\x4f\xa0\xa8\xf7\x2f\xa3\x75\xa0\xd8\xa5\x5c\x6a\x27\x50\xf4\x1e\x5c\x4a\xa7\x6b\xd8\x41\x63\x1d\x65\x12\x98\xee\x59\x77\x19\xad\x03\xd3\x08\xea\xa5\x70\x02\xd3\x99\xd8\x97\xba\x09\x4c\xa7\x93\x5f\xca\x26\x50\x1c\xf5\x5d\x4e\xf4\x05\x53\xbf\xd9\xa5\x90\x02\xc5\xf1\xe2\xa5\x8e\x02\x45\x87\xcb\xa5\x8c\x02\xa9\x3b\xc8\xb9\xd4\x51\x60\x3a\xb9\xf8\x52\x33\x81\xa9\xfb\xee\x52\x33\x81\xe9\xfc\xfd\x4b\xcd\x04\xa6\x01\xe0\xcb\xa8\x1d\x98\xce\xad\xbf\x94\x51\xa0\xe8\x5a\xb9\x94\x51\x60\x3a\x3d\xfc\x52\x46\x81\xe2\xcc\xca\x4b\x25\x04\xf6\x78\x03\x5b\x18\xb4\x03\x67\x7b\xb2\xcb\xa0\x1d\xa8\xae\x56\xbc\x54\x44\x60\xff\x93\x6a\x38\x7f\x17\xa4\xaa\xd7\xef\x52\x26\x81\xb3\x45\xeb\x65\x24\x0f\xec\xbf\xd2\x4e\x95\x13\xa8\xa7\xe3\x51\x39\x81\xfd\x9d\xa4\xed\x2a\x27\x50\x5d\x1c\x7f\xa9\x9c\xc0\x3e\x1b\x8d\x57\x27\x81\x93\x59\xef\x32\x98\x07\xf6\x61\xdc\x29\xa3\x79\xe0\x6c\xc7\x78\xa9\x9d\xae\x13\xba\xb3\x23\x53\x28\x5d\x66\xaa\xf6\xe1\x30\x4e\x07\x8a\x6e\xb0\x4b\x99\x04\xea\xf9\xea\xaa\x88\x40\x75\x55\xe1\xa5\x20\x02\x67\x8f\xe2\x4b\x3d\x04\xea\x79\x0b\x95\x43\xe0\x24\xbc\xbd\x94\x43\xa0\x1a\xf2\xbb\x0c\xe6\x81\xea\xac\x85\x4b\x81\x74\x1d\x81\x64\x77\xa6\x40\x02\xd5\x25\x9d\x97\x01\xbe\xeb\x3a\xb7\xdd\x26\x79\x43\xaf\x33\x2f\x82\xd3\x39\x69\x17\x54\xf7\x93\xbc\x14\x43\xa0\xba\x35\xe1\x65\x38\x0f\xa4\x28\xbf\xdf\x1f\x3a\x67\xf5\x13\xa8\xee\x11\x79\x19\xda\x03\xe9\x67\x02\x80\x4b\xf9\x04\xaa\x7b\x0b\x5e\xaa\xa7\xcb\x6c\xd3\xce\x53\xbd\x9c\x81\x7b\x99\x6d\xda\xac\x61\x97\x92\x0a\x54\x37\xd1\xbc\x54\x54\x60\xff\xd5\xba\x7b\x6f\x6f\x1d\xeb\x76\xd0\x4a\x2a\x50\xdd\x1f\xf3\x52\x51\x81\x7d\x18\xf7\xcd\xd9\xb6\xa0\xba\x35\xe8\xe5\x64\x5b\xb0\xaf\x40\x85\x9d\x6c\x0b\xaa\x5b\x13\x5e\x46\x06\xc1\x3e\x9b\x65\x5a\xe4\xd1\xd9\xee\x9b\x6e\xb4\x10\xd4\x7e\x2e\xaa\x95\x48\x05\x95\x5c\x96\x7a\x19\x40\x04\xd5\xfd\x10\x2f\xa3\x85\xa0\xf6\x53\x0f\x5b\xff\x30\x95\xc4\x21\x86\xa1\xc1\xcb\x34\xd2\x6e\x38\x70\x39\xd5\x16\xec\xba\x61\x5f\x45\x21\xa8\xee\x21\x7a\x29\x0a\xc1\x3e\x8c\x2b\xa8\x0a\xaf\xf7\x34\x0b\xfb\xaa\x01\x41\x75\xa3\xcc\xcb\xe8\xe0\x65\xca\x68\xd7\x1c\x5e\x86\x07\xc1\x36\x1c\x37\x5f\xad\x08\x76\x19\xed\x52\x2c\x5e\x4e\xb5\x75\x4d\xce\x65\x84\x10\x54\xf7\xa4\xbc\x14\x90\xa0\x9e\x0e\x5d\x01\x09\xb6\xe1\x3c\xcc\x9b\xef\x44\x5b\xd7\xbf\x5e\xaa\x4a\xb0\xcb\xb8\xad\xca\x4a\xb0\x55\x14\x06\x50\x57\x82\x7d\x1c\xf6\x54\x58\x82\x7d\x1c\xe7\x53\x46\x82\x7d\x1c\xad\x50\x34\x82\x7a\xc6\x59\x8a\x46\x50\xcf\x70\x49\xcd\x08\x52\x32\xa6\x7c\x39\x7f\x16\xa4\x76\x1e\x61\x35\x23\xa8\x6e\x54\x78\x29\x0f\x41\x9d\x7e\xe9\x0d\x39\x82\x7a\x86\x3d\x46\x1c\xc1\xbe\x00\x26\x51\x44\x82\x5d\x5d\x4c\xa7\x88\x04\xf5\x0c\xf8\xd4\x90\x60\xb7\x94\xd6\x1b\x85\x04\xd5\xf5\xd8\x97\xb2\xf2\x22\xe4\x98\x4c\xfd\x71\xa9\x2b\x41\x75\xed\xf8\xa5\xac\x04\xd5\xcc\x22\x97\xaa\x12\x54\xf7\xf5\xbd\x54\x95\xa0\x9e\x91\x95\xa2\x12\xec\x16\xd0\x50\x45\x25\xa8\xae\x99\xbf\x14\x95\xa0\x9e\x41\xa6\x9a\x12\xec\x7f\xee\x7b\x70\xab\x29\x41\x75\x13\xc8\xdb\x30\xe2\x4d\xcc\xd0\xb1\xe8\xad\xa6\x04\x67\x0e\xd2\x6d\x18\x11\xa4\xe4\xf6\x71\xb7\x61\x44\x90\x92\xd1\xd6\x5b\xed\x09\xf6\x71\x83\xb2\xb0\xcc\x85\x07\xa8\x8d\x5b\xf5\x09\xce\x34\xc6\xdb\x40\x21\xd8\x87\x65\xca\x1e\xcb\xec\xab\xa6\x97\x78\x2d\xd3\xcf\x85\x2c\xb9\x95\xa9\xa0\xe9\xe7\xbb\x95\xa9\x60\x1f\xb6\x6f\xd6\xad\x4e\x05\xcd\x0e\xfd\x56\xa7\x82\x7d\x18\x57\x50\xa8\x82\x5d\x86\x99\x54\xaa\x60\x37\x96\xda\x19\x64\x04\xfb\xde\xd3\x0a\xe5\x2b\xd8\xff\xc5\x78\xea\x57\x90\x92\x7b\x7f\xdd\x0a\x58\x70\xf2\x49\xdc\x0a\x58\xb0\x0f\xa3\x61\xce\xa9\x05\x4d\x67\xc9\x6d\x2c\x12\xec\x9a\x78\x55\x6d\x97\x88\x63\x55\x2b\xa7\xe9\x92\x71\xac\xf0\xaf\x9a\x2e\x11\xc7\xf2\xf6\x2b\x74\xef\x74\x3c\x84\xda\x44\xd3\x25\xe7\x14\xe3\xd9\xbe\x9d\x79\x0b\x9a\x63\x8b\x5b\xf5\x7b\xe7\x63\x26\x2a\xa2\xfc\x05\x29\xeb\x98\xbc\x0d\x63\xde\x27\x39\x14\x0f\xff\xad\x26\x06\x29\x9f\x5b\x61\x1c\x13\xec\x32\xcc\xa4\x50\x06\xfb\x7c\x1e\xa7\x9d\x36\x9a\x32\xe2\x56\x09\x83\x7d\x18\x56\x57\x0a\x83\xa6\xbe\xb9\x55\xc2\xa0\x6d\xa9\xf7\x9f\xbd\xf8\xad\x50\x06\xa9\x3b\x69\xea\x76\xbe\x2d\xd8\xed\xb1\x4c\x93\x65\x63\x66\x3e\xd0\x2a\x6a\xb0\xcb\xb8\xc7\x4a\x6a\xb0\xcb\xa8\xa8\x61\x4e\xb0\x2b\x4f\xbb\x0d\x73\x82\x7d\x1c\xd7\x50\x68\x83\x7d\x5d\xcf\xa7\x7d\x8a\xf6\xe1\xa3\x77\xab\xb4\x41\x53\x30\xdf\x2a\x6d\xb0\xff\xca\x9d\x57\x6a\x83\x5d\x66\x95\x35\x50\x31\x44\xe8\x6d\x56\x6c\x83\x7d\x9c\x65\x9a\xa0\x68\x02\x9f\x24\xd5\x36\xd8\x4f\x0d\xc7\x29\xb7\x41\xca\xa6\x85\xb8\xd5\xdb\xa0\x19\x82\xbb\x0d\x92\x82\x7d\x18\xad\x30\x48\x0a\x52\x37\x22\x72\x3b\xc1\x16\xa4\xf2\xf3\xc5\x54\x98\x83\xe6\x02\xfb\xdb\x20\x29\xd8\xb5\xf3\x12\x3e\x34\xf5\x04\x53\x3c\x4e\x43\x55\x56\x34\x9c\xb3\x69\xa8\xea\xec\x7c\xbf\x69\xc6\x52\x6f\x63\xa9\xae\xce\xbf\x55\xf0\x37\x71\xd3\x6a\xa4\xff\x56\xaf\xdf\x95\xa8\xa1\x9f\x3e\xc5\x39\xd8\x57\xa5\x61\xaa\xf3\xdb\x50\xaa\xf9\x0e\x6e\xe5\x39\xd8\x65\xd4\xce\x50\xea\x6d\x28\xd5\x14\x0e\xb7\x9a\x1d\xec\x32\x6c\xac\x68\x07\xbb\x8c\x47\x4a\xd5\x0e\x76\x19\xf7\x56\xd9\x7e\x9f\xf8\xaa\xdf\x52\xe3\xab\xa0\x19\x61\xba\x95\xf2\xa0\x1d\x03\x18\x5d\x05\xcd\x48\xc0\x6d\x70\x15\x34\x63\xb0\xb7\xb1\xd5\xdb\xd8\xaa\x92\xfc\x56\xf1\x83\xd4\x9c\x7d\x72\x1b\x5c\x05\x6d\x30\x5a\xb8\xf5\x02\x80\xfd\x57\x4e\xa7\xe6\x07\xa9\x39\x1e\xbd\x15\xfd\xf7\x89\xa4\x22\x9b\x6f\xc3\xa6\x60\x97\x79\x9c\xcd\xdf\x68\x83\x81\xd0\xad\x27\x00\xec\xc3\xb0\xb0\x9e\x00\xb0\xcb\x68\x98\xae\x00\x90\x9a\x0b\xf6\x6e\xa3\xab\x60\x1f\x67\x95\x7d\x28\x36\xda\x60\x0c\x75\xeb\x1f\xb8\x8d\xae\xfe\xfc\xa7\x36\xe9\xda\x04\xcf\xc5\x6d\x24\x15\xb4\x61\xa7\xa1\x83\x00\xb4\xa1\x95\x94\xfe\xa0\xb9\x82\xfb\x56\xd4\x83\xe6\x22\xf4\xdb\x15\xbd\x60\xbf\x10\xd4\x4c\xa1\x0f\x76\x99\x17\xb0\x05\xe3\x04\x83\xfd\xaf\x75\x1b\x46\x5f\xb0\xa5\xba\x1e\xa4\x72\xbe\xde\xea\x7a\x90\xca\xf9\xb2\x19\x20\x05\x4d\x57\xc5\xad\xd6\x07\xa9\xb9\xf7\xc7\xad\xd8\x07\xfb\xaf\xb4\x4b\x69\x0f\xf6\x25\xb8\x0f\x6a\x7b\xb0\x8f\xe3\x7e\x29\xee\xc1\x2e\xc3\x9a\x06\x44\x41\x3a\x1b\x79\xde\x06\x3f\x41\x73\x77\xd7\x5b\xc5\x0f\xd2\xd9\x44\xf3\x56\xf1\x83\x5d\x66\x2b\x6c\x6d\x1c\x47\x3c\xc6\x53\xdf\xdf\x47\xdf\x33\xea\xbb\x15\xf3\xa0\x19\x92\xbc\xd5\xf2\xa0\x19\xde\xbc\xd5\xf2\xf7\x3c\xcb\x21\xa8\x89\xc2\x1d\x34\xe3\x9b\xb7\xba\xfd\x46\xa4\x17\x53\xa9\xde\x8a\x74\xd0\x8c\xa9\xde\xc6\x3c\xc1\x96\xaa\x98\x4e\xe1\x0e\x9a\xee\xd8\x5b\xdd\x0e\x52\x31\x42\x74\x1b\xe0\x04\xa9\xa8\x8c\x6e\xc5\x3c\x48\x27\x63\xd6\xad\x2e\x04\x69\x98\x86\xe0\x76\x78\x0f\x76\xd9\xbe\xc6\x63\x17\xf3\xd8\xc5\x30\x18\x78\xec\x61\xc0\x71\x5b\x3c\xf6\x26\x00\x81\xbc\x7f\x3f\x16\x11\xe3\x42\x2b\x3d\xf6\x25\x60\xab\x72\xff\xf9\x59\xa6\x3e\x45\x65\x3e\xf6\x25\xe0\xcc\x48\x7d\xec\x36\xc0\x99\xb4\xfd\xd8\x6d\x3c\x76\x1b\xb9\xf5\xff\xee\xcf\x1f\x7b\x15\xb0\x3f\x82\xb4\xc6\x5e\xe5\xb1\x57\x31\x9a\xf5\xd8\xab\x3c\xce\xbd\x21\xb0\xf7\xd8\xab\x80\x61\x32\xd0\xc7\x4e\x05\xe4\xc6\x47\xe0\xb1\x4f\x01\x79\xf2\xe1\x7d\xec\x53\xc0\x74\x52\xdc\x63\x97\x02\xa6\x53\xd1\x1e\x7b\x94\xc7\xcc\x16\xd5\x3f\x6a\xad\x7a\xd4\x7c\xa7\x4c\x6b\x6d\x54\xf7\xe9\x7f\x74\x0a\x83\x3d\xd2\xa3\xcc\x8e\x07\x34\xbd\xaf\x8f\xfd\x0e\x48\x51\xf8\x3e\x3d\xf6\x27\xa0\x4d\xba\xa2\xc7\xee\xe4\xb1\x3b\xc1\xb5\xf7\xd8\x9b\x80\xee\x7e\x38\x8f\x9d\x09\x18\xa6\xab\x7d\xec\x25\x40\x9e\xa7\x16\xb6\x69\x77\x09\xff\x7b\x45\x2b\xdb\xf4\x60\x53\x31\x1d\xbe\xa0\x54\x5c\x05\x8f\x1f\xff\xe7\x38\x7c\xa9\x97\x33\x66\xc0\x54\xa1\x3f\x7e\xfa\xc1\xd4\x01\xf2\xf8\xe5\x07\x53\x7f\xc2\xe3\x57\xfe\x31\x17\x84\xc3\xa6\xc7\x2f\x3a\xa8\xce\x08\x7f\xfc\xa0\x83\x6a\x92\xae\xc7\x0f\x3a\xa8\x9d\x41\xce\xe3\x07\xfd\x71\x47\x82\xe6\xf9\x6d\x51\x3f\xe6\xa7\xcc\x0f\x3a\xd8\x65\xfc\x55\x97\xef\xe3\x8e\x04\x6e\xbf\xfc\xe8\xf3\x05\xbb\x8c\x8a\x38\x5f\x06\x9c\xb9\xb9\x8f\x4e\x5f\xb0\x1f\x74\xff\x6a\x4b\x87\x5d\xbc\x37\xca\x1e\x02\xec\x32\xac\x6b\x17\x01\xba\x1f\xc3\xc7\x1e\x02\x64\xf7\x48\x7c\xec\x20\x40\x6e\x3f\xeb\xa1\x41\x06\x99\x04\x7d\x53\xec\x32\x40\x14\xba\xae\xc7\xae\x00\x84\x92\xf8\xb1\x2b\x00\xa1\x34\x7f\xec\x09\x40\xa9\xf8\x3e\x1e\x3b\x82\xc7\x79\x31\xa7\xc8\x26\xe9\xd0\xf5\x41\x70\xbe\x0b\x28\x2a\xa7\xc7\x2f\x3e\x28\xaa\xa4\xc7\xaf\xfb\xa3\x3f\x77\x58\x64\x55\xf5\xe7\xfa\x4e\xeb\xcf\x7d\xf4\xe7\x3a\x1d\xfb\xf1\x7b\xff\x98\xef\xdf\x00\xc4\xa3\x3f\xf7\x31\x1f\x83\x33\x55\x1e\x3f\xf8\xa0\xba\x14\xed\xf1\x83\xff\x98\x8e\xc1\x9d\xde\x1f\x9d\xb7\x8f\x9b\x00\x84\x1f\x09\x27\xb9\x80\x94\x9d\xf6\xfc\xd8\x0b\x80\x7d\x43\x3d\xce\xa6\x4e\xa7\xf1\xf9\x6c\xd9\x33\x80\x7d\x43\xad\x8a\xf7\xe5\x5f\xd7\xc0\x1d\xb5\x6b\x00\xbb\x1f\xc0\xe6\x4e\x88\x01\x29\x9f\xbf\xfa\xf1\x60\x85\xc6\xef\x5c\x41\xa3\x4c\x27\xff\x6b\x28\x7b\x0b\x90\x4d\xdc\xfb\xe8\xfa\x7d\xae\xcc\xf3\xc1\x3f\x75\xfd\x82\x61\x96\xe6\x47\xd7\x2f\x18\xa6\x5f\x7e\x74\xfd\x82\x70\x8f\xce\x47\x3f\x2f\xc8\x53\xbb\xe9\xe7\x05\x79\xfa\x0a\xe9\xe7\x05\x79\xfa\x06\xe9\xe6\x05\x79\x6a\x5c\xdd\xbc\x8f\xeb\x38\x7c\xa7\x9c\x1a\x03\xf2\xf4\x95\x72\x6a\xcc\x63\xfa\x43\xa7\x96\x3d\x3a\x83\x41\xa9\xf4\x92\x8f\xbe\x60\x10\xe7\x13\xa0\x2f\x18\x14\x9d\x08\x8f\xa9\x1a\x40\xa9\x74\xea\x8f\xee\x61\x50\x2a\xc3\xa6\xc7\x4c\x0d\x20\xce\x03\xa3\x47\x18\x14\x93\x73\x3f\x4e\xa8\x01\xc5\x9d\xa8\x1f\x9d\xc4\xa0\x54\xc6\x42\x8f\x3e\xe2\xc7\xf5\x1f\xde\x36\x7d\xc4\x8f\xeb\x3f\x18\x6b\x3f\xba\x88\x41\x71\xa3\xc1\x47\x0f\x31\x28\xb5\x78\x2e\x4d\x71\x93\x3e\xae\xd8\x20\x9f\x0a\x97\x84\x34\xff\xa8\x71\x6e\x8c\xc3\xe0\xeb\xd1\x3f\x0c\x4a\xf5\xe5\x71\xc6\x0d\x28\xd5\x8e\x5b\x8f\x31\x28\x7a\x3f\x1e\x3d\xc6\xa0\xc4\xf8\xc3\x02\xb0\x47\x7f\x32\x28\xfa\x15\x1e\xfd\xc9\xa0\xe8\x56\x7a\x74\x1d\x3f\x0f\x71\xbc\x61\x1d\xb5\x8a\x8b\x4a\x90\x8c\x8f\x2b\x48\xc0\xd4\xcb\xf6\xe8\x26\x06\xa9\xff\xec\x90\xf5\x13\x3f\xfa\x89\x15\xc3\x8f\x7e\xe2\x07\x9f\xb0\x8b\x97\x1e\x7d\xc2\x8f\xdb\x08\x22\x22\x1f\x5d\xc2\x60\x77\xab\x5c\xc1\x99\x42\x8f\x6e\x62\x3d\x1e\x8f\x6e\x62\x90\xaa\xee\xb8\x47\x3f\xf1\xa3\x9f\x58\x69\xfd\xe8\x13\x7e\x8e\x4f\xd8\xc7\x44\x9f\x30\xd8\x65\x9e\xcf\xdb\xfd\xfa\x19\x20\x48\xf6\xe8\x14\x06\xb5\x9f\xd3\xd9\xd8\xd7\x31\x84\xe3\x0a\x9d\xc2\xa0\xf6\xea\x3f\x6d\xff\x7b\xbe\x8d\xb4\x4c\x9f\x30\xa8\x1d\x57\xc5\xa3\x4b\x18\x54\xd3\xbf\x3e\x0e\x19\x9f\x8f\xc9\xf7\x36\x55\x87\x30\xa8\x6e\x98\xfd\x38\xaf\x08\xec\xf3\xf3\x0c\xeb\x23\x06\xb5\x3b\xa2\xd3\x47\xfc\xb8\x08\xc5\x35\x3a\x8f\x4e\xe2\xc7\x89\x45\x2e\x60\x79\x9c\x58\x04\xf6\x57\xcb\xff\x6a\xa4\x8f\xb5\x07\xbe\x12\xfa\x8d\x41\xea\xae\x5c\x7b\x9c\x6b\xf4\xe0\x38\x36\x13\xf4\xa3\xe3\x18\xec\x0f\x3e\x67\xd3\x4b\xfc\x1c\x2f\x31\xb1\x9a\x47\x2f\xf1\xe3\x54\x23\x3d\x2b\x8f\x6e\x62\x90\xfe\xf5\x89\xba\x89\x1f\xa7\x1f\xe9\x7a\x7a\xf4\x13\x83\xea\x84\xb5\xc7\xd5\x2a\xcf\x71\x1d\x7b\x07\xf5\x13\x83\xd4\x8b\x1f\x77\x1d\xc5\xe0\x4c\x9f\x7e\x5c\x99\x02\x76\xdf\xe3\x15\x6c\x3f\x3b\x08\xe8\x95\x7a\x74\x1e\x83\xa6\xd7\xe7\xd1\x77\x0c\xda\x79\xce\x5d\x97\x02\xce\x14\xf0\x47\x77\xf2\xe3\x06\x01\x86\xe7\x5e\x7d\xc7\xaf\xf3\x91\x8c\xf5\xbd\x4e\x48\x7a\xcd\xab\x60\xe0\xf0\x35\xaf\xc2\xeb\x9e\x85\xce\xe1\x78\xf5\x28\xbf\x6e\x06\x60\xc4\xf5\xd5\xa5\x0c\x9a\x13\x17\x5e\x3d\xca\xef\xef\x8c\x5f\xfc\x6b\x58\x86\x8b\x22\xac\xc9\xb4\xc8\x19\xe0\x04\x2b\x5e\x1d\xca\xa0\xe9\x2c\x79\x75\x28\x83\x34\xcc\xe4\xf6\xea\x50\x06\xa9\xfb\xe0\xbc\x3a\x94\x41\x1b\x3f\xcf\xb6\x2c\x52\xa3\xef\xe7\xfc\xd5\x77\x0c\xb6\x84\xe6\x9f\x3a\x8f\xc1\x6e\x2a\x57\xd0\x79\x0c\x76\x19\x66\xd2\x79\x0c\xda\x38\x7f\xd5\x22\xc9\xe4\x03\x56\x4e\xdf\x31\xd8\x9a\xd7\xbf\x6a\x12\xfc\xc4\xce\x1d\x7f\xf5\x13\x83\xd4\xd4\x18\xaf\x7e\xe2\xd7\x7d\x04\xca\xb9\x84\xed\xc7\x29\xec\xb4\xc3\x57\xa7\x30\x48\xa7\x3b\x7e\x75\x0a\x83\x74\x32\x3f\xbf\x0e\xb6\x41\x72\x32\xd0\xeb\xc8\x1a\xe4\x49\xdf\xfe\xea\x53\x01\x79\xf2\x10\xbe\x0e\xb6\xdf\x3d\xd8\x9e\xc6\x4e\x5f\x07\xd6\xa0\xba\x46\xf3\x75\x60\xfd\xba\xd7\x97\xf2\xe4\x75\x64\x0d\xaa\x49\x97\x5f\xa7\x52\xbc\xee\xf5\x75\x1e\x11\x47\xdb\xef\x19\x6d\x5b\x0f\x47\xdb\x20\x39\x9b\xea\x75\x60\x0d\x86\x3b\xcf\xbe\x8e\xab\x41\x36\xc3\xc4\xab\x93\x05\x64\x93\x33\xbc\x0e\xab\x5f\x57\x43\x4f\xff\x68\x33\x59\x0d\xdd\x92\x47\xd9\xcc\x41\x22\x66\xed\xe3\xa0\x1a\x44\xf1\x29\x72\x50\x0d\x52\x75\x5a\xe3\xeb\xa8\x1a\x44\xf1\xc9\x72\x54\xfd\x9e\x51\x35\x27\x73\x54\xfd\x3a\xaa\xb6\xae\x8e\xaa\x41\xa9\xd5\xa3\x6c\x64\x98\x96\x40\x6b\x3b\xac\x06\xe1\x77\xe6\xd5\xbd\x02\x4a\xf5\xa9\x72\x58\x0d\xc2\xdc\xcf\xaf\xc3\x6a\x50\x6a\xf5\x5c\xde\xa6\xb0\xef\xfc\x83\xbc\x7e\x1d\x75\x83\x69\x04\xf6\xd5\xcb\xf2\xb2\x31\xb8\x01\xf6\xd7\x41\x37\x98\x86\x33\x5f\xc7\xdc\x60\x1a\x69\x7e\x75\xbb\x80\xa9\x20\x7e\x1d\x85\xbf\x13\x0d\x48\xd7\xf8\x3a\xe2\x06\xd5\x2f\xfc\xab\xd7\xe5\x3d\xd3\x25\x9a\x27\xb3\xc1\x6e\xf6\xed\x2b\xe3\x38\xfa\x75\x63\x6f\xbd\x58\xaf\xe3\x68\xb0\xcb\xb8\x3d\x8e\x90\x41\x35\xef\xfa\xeb\x00\xf9\x75\xc7\x6e\xe7\x9f\xbf\x8e\x90\x5f\xe7\x90\x3b\x63\xe8\x75\x88\x0c\xaa\xa9\xcb\x5f\xc7\xc3\x60\x3f\xd3\x54\xd8\xb9\x10\x20\x1d\x8d\xf6\x3a\x48\x7e\xdd\x11\xcb\x99\x76\xaf\xa3\xe4\xd7\x1d\xb1\xe8\x7d\x5f\x47\xc9\xaf\xb3\x21\xce\x9b\xe4\x30\x19\xec\xcf\xa3\x97\xb5\xb1\x4c\x87\xc8\x4e\xa2\x7f\x1d\x28\x83\x7d\x9c\x2d\xf3\x06\x32\x52\xce\x2e\x57\x78\x9d\x44\x0e\x52\x76\x4a\xd3\xeb\xe8\x19\xa4\xf2\x63\x70\xf4\x3a\x56\x06\xa9\xe8\x00\x7f\x1d\x2c\xbf\xee\xa8\xe5\x97\xda\xc1\x32\xc8\x66\x84\x79\x1d\x2c\x83\xd1\x7d\x81\x1d\x2c\x83\xe1\x14\xf2\xd7\xc1\x32\x18\xfd\x9c\xcb\xe6\x33\x32\x2e\xbe\x9a\x8e\x8c\x41\x9e\xbe\xc0\x0e\x83\x41\x94\x9f\xe7\xb2\x4d\x37\x6b\xd5\x11\x2f\xaf\x63\x5e\x10\x85\xf1\xd9\xeb\x98\x17\xa4\xa1\x24\x7b\x1d\xf4\x82\x70\x07\xe6\xd7\x41\x2f\x88\x42\x9c\xfc\x75\xd0\x0b\xd2\xbf\xf7\xdc\x31\x2c\x08\xa7\x6b\xbe\x4e\x89\x00\xc5\x0c\x8a\xaf\xc3\x5a\x10\x66\x22\x78\x9d\x11\x01\x42\xff\xe0\xeb\xec\x07\x50\xaa\xcf\xae\x23\x5d\x50\x6a\xb3\xfe\xde\xcd\x87\x49\x85\x4c\x6a\x7a\xcd\x3d\x06\x8a\x1b\x23\xbd\x8e\x7d\x41\x98\x3d\xe0\x75\xf5\x34\x98\x8e\xe0\x5e\x47\xc3\xa0\x54\xc6\x4d\xaf\xa3\xe1\xd7\xcc\xe0\x0e\x08\x1c\x0d\x83\xd4\x8f\xc5\x1c\x0d\x83\x30\x1f\xc2\xeb\x60\x18\x84\xcb\xef\x5f\xc7\xc2\xaf\x2b\xaa\x19\xf4\xbf\x4e\x99\x78\xcd\x16\xee\xe0\xc2\xd1\x31\x08\x33\x30\xbc\x0e\x8e\x41\xa9\xa7\xae\x5a\xc7\x6c\xe1\x8c\x68\x5e\x87\xc6\xaf\xd9\xc2\xbb\xf5\xd2\x3a\xac\xa8\xae\xbe\xb0\x0e\x83\x5f\x97\x4f\xdb\x29\x3b\x0a\x7e\x9d\x70\xef\xab\xee\x28\xf8\x75\x45\xb5\x7d\xad\xa3\xe0\xd7\x09\xf7\x5e\xd1\x09\xf7\x60\xba\x0b\xc9\xeb\xc0\x18\x14\xbd\x42\xaf\x83\x60\x50\x74\x00\xbd\x0e\x82\xc1\x34\xcb\xff\xeb\x18\x18\x14\x23\xed\xaf\x43\x60\x30\x1d\xc7\xbe\x8e\x80\x41\xd1\x0f\xf8\x3a\x02\x06\xd3\x41\xf1\xeb\x00\x18\x4c\x87\xf5\xaf\x03\x60\x30\x1d\x89\xbf\xce\x9c\x00\xc5\xe8\xf1\xeb\x90\x18\x4c\x5d\x8f\xaf\x23\x62\x30\x55\x12\xaf\x03\x62\x30\xd5\x20\xaf\xe3\x61\x50\x0c\x9d\xbf\x0e\x87\xc1\x54\x48\xbc\x8e\x5f\x41\x31\xac\xfd\x3a\x58\x05\xd5\x24\x16\xaf\x83\xd5\xd7\x4d\xb7\xf5\xa6\xbc\x8e\x56\xdf\xb3\x8a\xda\x77\xc6\xd9\x0f\x60\x77\x02\xbb\x4d\x9f\x23\xd8\xcf\x5d\xb7\x9d\x82\xf7\x39\xfd\x01\xa4\xee\x48\xf7\x73\x54\xfb\xb9\x13\xb7\xee\xb6\xcf\x51\x2d\xd8\xff\xcd\x94\x55\xcb\x4c\x51\xdd\xbd\x46\xb3\x4c\xe9\xc7\x3b\xf7\x39\xac\xfd\x5c\x6f\xed\xc8\xf9\x73\xa2\x04\xd8\x65\x85\xb2\x69\xd9\xf1\x54\x76\xca\x2e\xcb\x5c\x70\x7e\xea\xf7\x5a\xa6\x0d\xe8\x57\x3e\x67\x40\x80\xd4\xf6\x77\xe3\x3f\x3b\xeb\xcf\x41\x2e\xa8\xee\x39\xf1\x39\xc8\xfd\x5c\x70\xed\xc5\x1c\xe3\x7e\x67\xc1\xb5\xc6\x70\x8c\xfb\x99\x87\xdc\xa9\xb0\x9f\x63\x5c\xb0\xcb\x3c\x9d\x06\x3a\xab\xb0\xcf\xf9\x34\x90\x9b\x6c\x1b\x4c\xfb\x1c\xe4\x7e\x67\x19\xb6\x0d\x77\x82\x04\xd8\xff\xb5\x2c\x2c\x53\x0a\x6a\x34\x47\xbe\xdf\x59\xae\xed\x8d\x76\x8a\xc4\x67\x66\x73\xfd\xc7\x9f\xa3\xe1\xcf\xcc\xe6\x86\x27\x3f\x87\xc3\x9f\x5b\x6f\x3b\x69\xfc\x73\x38\x0c\x6a\x3f\x4d\xd3\xb6\x09\xbd\xec\x6d\x76\x8a\x04\xa8\x26\x10\xfa\x9c\x21\xf1\xe5\x33\x28\xe0\xae\xb8\xf8\xfb\x73\xdf\x6d\xeb\xe1\xac\x09\x50\xbb\x4d\x70\xd2\xc4\x67\xfa\x73\x67\x2e\x7f\x4e\x9a\xf8\x4c\x7f\xee\xa4\xe1\xcf\x49\x13\x60\x97\x61\x4e\x27\x4d\x7c\xe6\x3f\x37\xae\xf9\x39\x41\x02\xec\x67\x1a\x13\xbb\xbc\x00\x54\xf7\x47\xf9\x9c\x34\x01\x52\x73\xec\xf4\x39\x69\x02\x54\xf7\x9d\xf9\x9c\x02\xf1\x39\x05\xc2\x15\x92\x9f\x53\x20\x3e\xd3\x9f\x1b\xb0\xfd\x9c\xee\xf0\xb9\xd0\x5b\x77\xd0\xe7\x74\x07\x50\x1d\x67\x7e\xce\x76\xf8\xca\x11\xc7\x98\xce\x55\x05\xa0\xfa\xa1\xff\x9c\x00\x01\xaa\xdd\xe0\xe7\xfc\x07\xb0\x2f\x40\xf3\x5d\x69\x00\xf6\xd9\xb8\x37\x46\xa7\x40\xb5\xd7\xfb\x9c\xff\x00\xd2\x19\x02\x7c\x86\xa7\xbe\xe2\x74\xb9\x62\xe5\x6c\x57\x39\x8a\x83\x1b\x66\x2c\x0a\xec\xe3\xa8\x8a\xf3\x1a\xbe\x7a\xbc\x03\x58\xdd\x00\xd5\xe7\xea\x6f\x5d\x6b\x9f\x11\x2a\x50\xed\x21\x3f\xd7\x16\x80\xea\xd0\xfe\x33\x00\xf5\xb9\x37\xb7\xee\xf1\xcf\x00\x14\x48\x27\xab\xd4\x67\x04\xea\x73\x6f\x6e\x83\x9d\x9f\x21\x28\xd0\xce\xa7\xc0\x10\x14\x68\xe7\xeb\x65\x08\x0a\x34\x3f\x9a\x9f\x21\x28\xd0\xce\xf7\xd1\x10\x14\xd8\xe7\xf7\x9f\xde\x7d\xb7\xe6\x76\xad\xfa\x67\x0c\xea\x73\x6b\xee\x60\xf4\xf4\x19\x84\x02\xbb\xe3\xa7\x22\x06\xa1\xc0\x3e\x0e\xcb\x39\xab\xe1\x73\x6b\x6e\xf7\x3a\xfb\x8c\x42\x7d\xce\x6a\x50\x94\x7f\x86\xa1\x40\x3b\x06\x36\x0c\xf5\x39\xa9\xc1\x69\xbe\x9f\x71\xa8\xaf\x1d\xe7\xba\x7f\xb5\xfd\xcc\x60\x70\x84\xfd\x19\x9b\x02\xfb\x0a\x96\x69\x00\xd7\x8c\x3b\x6f\xfb\x33\x60\xf5\xb9\x66\xfc\x7c\xbd\x9d\xd7\xf0\x39\xaf\xc1\x60\xd1\xe7\xbc\x06\xb0\xcb\x30\xa8\x91\x2d\xd0\xce\x93\xe8\xbc\x86\xaf\x1f\x97\x09\x06\x35\xda\xf5\xb9\x6a\xdc\x69\xce\x9f\xe1\xae\xaf\x1f\x37\x0a\x97\x70\xae\x03\x68\x8e\xff\x3f\x55\x39\x68\xe7\xe1\x34\x04\xf6\x39\xfb\xc1\x19\xd2\x9f\x4a\x1d\xb4\xf3\x82\xa9\xd4\x3f\x67\x3f\x38\x5d\xfc\x53\xaa\x83\x34\x4c\x11\xf0\x39\xfb\xe1\x3b\x1b\x7e\x0d\x2f\xa1\xed\x9c\xfd\xe0\xfa\xc2\x4f\x01\x0f\x9a\x53\x58\x3e\xf5\xfb\xd7\x8f\x72\xf0\x12\x9a\x04\xb1\x9e\x5d\xad\xf8\x19\x06\x03\x69\x38\x83\xfe\x53\xad\x83\xe6\xac\x96\x4f\xb5\x0e\xf6\x5f\x2d\xb3\xfd\xcc\x89\x70\x92\xcc\x67\x64\x0c\xec\x4f\x1d\x95\x53\xc2\x83\xe6\x7c\x98\x4f\x09\x0f\xf6\xd3\xe9\x61\xb6\x9f\xb9\x13\xd9\x98\xc9\xa7\x62\x07\xcd\x79\x48\x9f\x82\x1d\xec\xc3\x68\xab\x4b\x22\x40\x6b\xa7\x09\x3e\x11\x4c\x9d\x18\x6e\x1d\xfc\xa9\xe2\x41\x3a\x09\x0c\x3f\x65\x3c\x68\xe3\x67\x91\xad\x0f\xb2\x55\x22\x3c\x3e\x55\x3c\xd8\x92\xab\xfe\xa1\x37\x57\xe5\x83\x36\x90\x42\x9f\xf1\x34\xb0\xcf\xc2\x2d\x71\x85\x04\x68\xce\x65\xfa\x9c\x56\xf1\xb9\xce\xfc\xf4\xaa\x3a\x08\x40\x1b\x7e\x2f\x75\x10\x80\xa6\x37\xed\x73\xa6\x05\x68\x66\xc5\xff\xf4\x19\x7c\x4e\xb4\xf8\x85\xd7\xf4\xd1\x08\x1c\x6c\x61\xd5\x34\x97\x73\x2f\x7e\xfe\x55\xb7\x00\x48\xc5\xa8\xff\xa7\x5f\x00\xb4\xd3\xe3\xe9\x17\x00\xfb\x30\xea\xa6\x63\x00\xb4\xd3\x59\x1a\x9e\x03\xfb\x30\x1e\x03\x9d\x05\xdf\x3c\x0e\x36\x5a\xaf\xb7\xe0\x23\x3c\x57\x8c\xb7\x7e\x86\xe7\x40\x2a\x66\xd9\xf8\x0c\xc5\x81\xfd\x5f\x9e\x03\x43\x6c\x20\x95\xea\x27\xc4\x18\xdb\x87\x6f\xa0\x54\x3f\x0d\xfa\x06\x40\x3b\xdf\x7c\x5d\x03\x20\x15\xf7\xca\xfd\x0c\x9f\x81\x5d\x46\x95\xf5\x17\x80\x5d\x46\x95\xf5\x17\x80\x2d\xb4\xb1\x80\xfe\x02\xb0\x3b\x73\x8f\xb3\x19\x57\xb8\xa9\x22\xd5\xd3\x61\x00\x52\x39\xef\x95\x0e\x03\xd0\x5c\x0d\xf8\xe9\x2f\xf8\xf4\x17\xd8\xd3\xe8\x2e\x00\xb9\xf9\x98\xea\x2d\x00\xa9\x9e\x8e\xcb\x20\x1a\xd8\xef\x37\x15\xd1\x33\xf0\x19\x45\xf3\x73\xa1\xbe\x07\xfb\xaf\x9c\x4e\xe9\x0e\xaa\x93\x54\x3e\xa5\xfb\xe7\xb2\x71\x17\xa0\x7e\x86\xb0\xbe\xfb\x74\xdc\x9c\x4e\xa5\x0e\xda\xa9\x88\xaa\xfc\x73\x2b\x6b\xd7\x58\x7f\xca\x72\xb0\xaf\xca\x83\xe2\xda\x02\xb0\x2d\x42\x85\x0d\x24\x81\xe4\x04\x97\x4f\xc5\x0d\x92\x69\x12\x3f\x15\x37\xc8\xe6\x8f\xfd\x54\xdc\x20\x9b\x9f\xf6\x53\x71\x83\x74\x3c\x06\x9f\x92\x1b\xe4\x86\x8f\xf8\x53\x5f\x83\xe1\x22\xe3\xcf\x45\x09\x20\x37\xff\xa8\xe4\x06\xc3\x99\x62\x9f\x92\x1b\xe4\xc6\x04\xf1\x4f\x2d\x0d\xa2\xe0\x77\xfc\xd4\xd2\x20\xca\x39\xca\x46\xbe\xce\xb4\xf7\xeb\xac\x72\x06\x79\xda\x3b\xab\x9c\x41\x94\xe4\x51\xb6\x92\xa5\xea\x25\x79\x94\xad\xdc\x88\x72\x5a\x64\x23\x5f\x16\xcc\x7a\xeb\x14\xd3\xdf\xa7\xf3\x84\x5b\xa2\x72\x06\xe9\x5f\xcd\xd4\xc9\x20\xfd\x3b\x9b\x11\x24\x10\xae\xe5\xfd\xd4\xce\x9f\x9b\x6f\xf9\xdc\xaa\x9d\x3f\x37\xdf\xf2\xcb\xac\x50\xfe\xdc\x7c\x8b\x70\xf3\xa7\x2a\xfe\xdc\x69\xcb\x1e\x42\x55\xfc\xb9\xd3\x96\x9f\x6f\x97\x18\x80\xf4\xaf\x99\x2a\x65\x10\x2e\x02\xfe\x54\xca\x20\x5c\x3d\xfc\x29\x8b\x41\x18\x95\xfe\x94\xc5\xdf\x89\x13\x69\x46\x45\x30\x08\xe3\xd9\x9f\x31\x21\x10\xae\x28\xfe\x5c\x4d\x00\xc2\x40\xf8\x67\x94\x08\x84\x8b\x8c\x3f\x83\x44\xa0\x54\x3b\x38\x83\x44\x20\x9c\x2f\xf6\xa9\xb1\x41\xb8\x14\xf9\x33\x46\x04\x4a\x55\x8e\x29\xbb\x41\xa9\xaa\x31\x25\xf6\xe7\x4e\x5e\x1a\x51\x85\x0d\xa6\x7e\xd1\xa5\xc0\x06\x53\xf5\xb0\xd4\xd7\x60\xea\x02\x5d\xca\x6b\x30\xd5\x9d\x4b\x75\xbd\xdc\xef\x2b\x3c\x57\xb3\x88\xf9\x21\x7c\x33\x97\x3a\x1a\x4c\x43\x04\x4b\x19\xbd\x7e\xc1\x51\x99\xa2\x69\x11\x53\x46\xc2\x2b\x5e\x16\xe1\x5a\x98\x9e\xeb\xb6\x08\xc7\x08\xe3\x86\xa5\xac\x5e\x47\x56\x0f\x4f\xf6\x59\xa6\x6b\x81\xf1\xd5\x52\x24\xaf\xb3\x33\x17\xdf\xa9\xa5\x22\x06\x35\xff\x65\xaf\xee\xa5\x5e\x06\xd5\x34\x14\x4b\xb9\x0c\xaa\x09\x2e\x97\x6a\x19\x54\x93\x65\x2e\xc5\xf2\x3a\xc2\x98\xb1\xec\x52\x18\xaf\x23\x8c\xe9\x74\x96\xc2\x18\xec\x6f\x9d\xc7\x69\x88\x23\x8c\x4f\x73\xb4\x44\x42\xf2\x9d\xa2\xc7\x22\xe2\xc8\xc3\x8a\x68\x1c\x65\xf1\xb9\x80\xb6\x51\x16\xf3\x30\x2d\x65\xf1\x52\x16\x6b\x41\x65\xf1\x3a\xb2\xf8\x94\xd9\xf6\x23\x78\xe9\x37\x97\x82\x77\x1d\xc1\xab\x55\x15\xbc\xa0\x76\x9e\xe0\xa5\xde\x05\xd5\xb4\xcb\x4b\x69\xbb\x94\xb6\xe7\x64\xb6\x93\xb4\x66\x9d\x77\x72\x39\xf7\x7f\xe5\xa3\xf5\x3d\x99\x8d\xca\xa7\xff\xf2\x38\x5b\x65\x5e\x33\xe7\x64\x2c\x67\xf7\x83\xaa\xf3\x70\xa9\x76\xc1\xee\x6f\x69\xbd\x29\xcc\x40\x4a\x4e\x9b\x58\xca\x5d\x50\x75\x7e\x2e\xd5\x2e\xd8\x87\xd1\x06\xe5\xee\x32\xad\x99\x93\x43\x96\x7a\x77\xfd\xd3\xbb\x5e\xd6\xe7\xdd\xbc\x66\x86\x69\x96\x1a\x18\x54\xfd\xb7\x4b\x09\x0c\xf6\x61\x18\xdd\x19\x9a\xa0\xea\x73\x5d\xca\x5d\xd0\xf4\x69\x2d\xd5\xee\x72\xe6\xa5\xef\x85\x62\x77\x29\x76\xdd\xb5\x71\x29\x76\x41\x6a\x0e\x2d\x96\x62\x17\x34\x3d\x5a\xcb\xe9\x96\x60\xab\x3d\xea\xa6\x00\x5e\x66\x3a\xf3\xc5\x56\x00\x83\xa6\xbf\x62\xa9\x7f\x97\xf3\xf5\x9d\x6a\xb1\x14\xb6\xa0\x39\x64\x58\x0a\x5b\xb0\x6f\x03\x36\x52\xd9\xae\x93\xfb\x8c\x8f\xe8\x52\xc6\x82\x66\xbf\xbf\x54\xb1\xa0\x39\x13\x74\x29\x62\x97\xd3\xf5\x5d\x52\xbc\x9c\x36\xb9\x9c\xae\xef\xf2\xea\xe5\x74\xfd\xd5\xce\xd0\x82\xca\x29\x6c\x97\xd3\xf5\x5d\xb7\xbe\x14\xb6\xa0\x39\xe3\x7e\xa9\x6b\x97\xd3\x2b\xcf\x63\xa8\xb0\x5d\x8a\x58\x5d\x5d\xcb\x99\xf9\xab\x9d\x41\xb9\x97\xb0\xfd\x66\x3e\xd3\x5d\xb5\x54\xb6\x4b\x65\x7b\xde\x7c\x95\x2d\xd8\x83\x6b\xec\xa9\xb2\x05\xa9\x27\xdf\x56\x95\x2d\xd8\xc7\x79\x3e\xad\xd2\xce\xc0\xdc\x66\x1c\xb3\x10\x0d\xd7\x9e\x2a\x5b\xb0\x47\xcd\x96\x69\xa9\xee\x58\x9d\x7f\x2a\x6c\xc1\x3e\xcc\x32\x0d\xd5\xcd\x07\x46\x4f\xbe\x54\xb6\x60\x97\xd1\x0a\x65\xec\x42\xb3\x0e\xb3\xf8\x2f\x23\xc2\x20\x0d\xf7\x04\x58\x8e\xfd\x41\x0a\x37\xe1\x58\xc6\xf6\x40\x72\x36\xf2\x32\xb4\x07\x4a\xb5\xf3\x30\xb2\x07\x8a\xa1\xe4\x65\x64\x6f\xb9\xcf\xef\xf0\x51\x74\xa8\xbe\x5c\xe3\xec\x5d\x74\x54\x0e\xf6\x5b\xc8\x5d\x74\x54\xbe\x4c\xf0\xe4\x77\xce\x01\x38\xa8\x46\x2b\x96\x43\x66\xd0\xda\xb9\xa6\x8d\xda\x68\xa6\xe9\x5e\x86\xd7\x40\x73\x5f\xba\xe5\xb8\x1a\x24\xe7\xd2\x2e\x53\x11\x83\xdc\x18\x9f\x2c\x47\xda\xcb\x91\xf6\xf4\x8f\x56\xff\x76\xcc\xeb\xb7\xc0\x18\x1c\xd8\x0f\x2b\xcd\x34\x08\x07\xdc\xa3\x63\x39\x46\x07\x29\x8a\xdf\x38\x83\x70\x20\x0d\x67\x1f\x2e\xa7\xac\x81\x34\xd2\xb9\x82\xcf\x2a\x69\xa1\xc2\x99\x00\xcb\xf1\x3d\xd8\x65\xb6\xc1\x3b\xc5\x00\xbf\x0d\x3f\x24\x06\xe7\xc0\x3e\xce\xba\x68\x91\x8d\xee\x1c\xed\x65\x24\x0e\xa4\x33\xcc\x5d\x0e\xfa\x41\x72\x32\xd6\x72\x36\x19\x48\x86\xd7\x97\x91\x38\x90\x9c\x05\xb1\x8c\xc4\x81\x54\x7e\x7f\xd8\xa2\x7b\xa9\x1b\x40\x77\x31\xc2\x52\x36\x80\x74\xc6\xb7\x4b\xdd\x00\xfa\xb0\x2d\xea\x06\xb0\x0f\xe3\x8e\x2b\x1c\x40\x1f\x7e\xa0\x14\x0e\xcb\x6d\x82\xec\xfd\x8c\xcb\x81\x14\x3a\x54\x96\xc2\x01\x24\x73\xa3\x2f\x85\x03\xe8\x03\xcf\xce\x52\x38\x80\x3e\x34\xbd\xc2\x61\x19\xab\xf3\xb9\x33\x54\x07\xfa\x70\xc8\x60\xa8\x0e\xf4\xe1\x7d\x54\x5e\x80\x3e\xec\x35\xd5\x12\x20\xf5\xe2\xf9\x1d\xec\x83\x91\xac\xbf\x91\x33\x30\x92\x36\x73\xfc\x0f\xb2\x9b\x21\x2c\x23\x67\x60\x24\x7b\x6f\x15\x01\xc8\xa6\x5b\x5a\x0a\x02\x90\x4d\x83\xb8\x14\x04\x20\xbb\x89\xc6\x32\x72\x06\xb2\x8b\x61\x96\x61\x32\x90\xcd\x78\xb8\x14\x04\x20\x9b\x2b\x71\x39\xfa\x07\xd9\x1c\x88\xcb\xc1\x3f\x18\xe7\x13\x6a\x4c\x0c\x64\xb7\x32\x59\x8e\xea\x41\x6e\x4c\xfe\x5a\x8e\xea\xc1\x70\x3d\xd2\x72\x54\x0f\x86\x0e\x96\xe5\xa8\x1e\xe4\xe6\xc3\xe3\xa8\x1e\xe4\x96\x3d\xbd\x8f\xdd\x72\x58\x87\x97\x64\x39\xac\x07\xb9\x31\x57\x6d\x39\xac\x07\xc3\xf5\x49\xcb\x61\x3d\x18\xce\x73\x5a\x46\xd3\x40\x6e\xbe\x7c\x8e\xf4\xc1\x70\x15\xd3\x72\xa4\x0f\x06\x2b\xb6\xe6\x8f\x91\xbe\xc8\x6d\x3f\xc1\xf3\xc7\x48\x5f\xe4\xb6\x05\xce\xfc\x31\xd2\x17\x83\xa5\x4e\xf3\xc7\x48\x5f\xe4\x96\x33\x45\xd5\xa2\xca\x51\xfe\xb1\x59\xd4\x38\xca\x2b\x76\x8b\x48\x02\xb5\x5f\xf6\xf9\x63\x6a\x98\x48\xfd\x37\xfd\xe7\x6d\x19\xf3\x6b\xb6\xf5\xe7\x8f\x39\x5f\x22\xca\x39\xd9\x6b\x11\xf9\x8f\x66\x50\xb4\x2c\xda\x9d\xc1\xef\x47\x51\xb2\x91\x1b\xe5\x67\xbb\x93\x8d\x4c\x08\x58\xab\x9f\x6c\x24\xc1\xb0\xc6\x0a\xea\xf9\x4b\x36\x69\xa3\xfc\x92\x87\xd9\xa4\x8d\xf2\xdb\x37\x64\xfe\x92\x4d\xda\x28\xbf\xe4\x1f\x87\x45\x83\xa3\x2c\x9a\x16\x31\x11\x7a\xd2\x70\x86\xf1\x22\xcf\x89\xf5\x93\xed\xde\x28\xbf\x44\xbb\x93\xed\x4e\xb6\x1b\xeb\x27\xdb\xbd\x51\x7e\xde\x10\x46\xf1\xa2\xfc\xb4\x7e\xd2\x14\x49\x53\x50\xfb\xac\x29\xb2\xa6\xa0\x12\x59\x53\x64\x4d\x41\x83\xb2\xa6\xd8\x28\xbf\x1f\xf5\xca\xde\xef\x8d\xf2\xfb\x51\xaf\xac\x71\x36\xa2\x64\xda\x98\xad\x57\x66\xa2\xc2\xf4\x28\xeb\x95\x99\xa8\xd0\xb8\x1f\xd9\x7a\x65\x94\xf6\xa4\xf6\xc5\x4a\x14\x66\x25\x74\xce\x55\xac\x44\x61\xad\x41\xa7\xf6\xc5\x4a\x14\x67\x63\x78\xc9\x62\x2d\x0a\xe2\x7b\x7a\x98\xb7\xa8\x30\x51\xaa\x51\xfd\xe2\x2d\x32\xb9\x55\xf7\x92\xde\x22\x86\xe0\x15\xc5\x3c\x7f\xc5\x27\xb1\xa0\xbe\x3b\xf5\x2f\x5a\x9f\xb4\x55\xe1\x3d\x2a\xb6\xb2\x30\x3b\x6a\x58\x0b\x5b\x49\xd6\xaa\xa9\x5d\x8b\xad\x34\x6b\x55\xa7\xa8\xda\x4a\x52\x54\x4d\x9f\xcd\x6a\x2b\xab\x1d\xbd\x47\xd9\xa2\x4a\x4c\xbd\x7b\x94\x75\xdd\x28\xd3\x3b\x59\x7d\x9c\x2a\xf3\x06\x3a\xf5\xaa\x3e\x4e\x55\x79\xcc\x9d\xac\x3e\x4e\x95\x3c\x40\x93\x36\x56\x1b\x54\x1d\x41\x56\xcb\x6c\xd1\x46\x99\x3e\xd4\xd5\x16\x55\x5b\xe4\x51\xb6\x68\xa3\x4c\x9f\xba\xe6\xf3\x44\xd6\xaa\xe9\x63\xd1\x6c\x64\xb3\x91\x3c\x88\xcd\x46\x36\x3d\x05\xff\x1d\xd3\x9e\xbf\xe6\x9d\x6e\x38\x12\xfc\x22\x34\xcd\x42\x9e\xab\xf0\x5d\x6f\xde\x68\xf2\x5c\x4d\xdf\xb2\xe6\x8d\x26\xb8\xd4\x48\xd9\x31\x7f\xcd\xbb\xda\xc8\x3e\xe3\x23\xd2\xb4\x1e\x1b\xf0\x66\x4d\xd5\x34\x15\x7b\xda\x64\x6f\x74\xd3\x54\x8d\x79\x0b\x3e\xa8\x4d\x4b\xb1\xcd\x4d\x3e\xb5\xd0\x52\x8d\xa4\x3b\xd6\xb5\x6b\x16\x36\xd5\xcd\xbe\x07\x5d\xb3\x74\xe7\x98\x36\xee\x74\xd7\x2e\x1d\x6f\x83\x37\xbf\xdb\xf0\xee\x20\x15\xb3\x77\x1b\xce\xa0\xba\xb1\xcb\xd2\xfc\x75\x1f\x88\x7e\x9c\x07\xd4\xb6\xdb\x4c\xf7\xcf\x0d\x2f\x6a\x33\xbb\x92\xda\xa3\x6c\xa6\x5b\xe5\x32\x07\x65\xfe\xba\xed\xec\x0e\xde\xfc\xce\x75\x1b\xea\x3c\xce\xb0\xc8\x86\x76\x1c\x05\xe7\x9f\x3e\x12\x6e\x94\xcb\x1c\x9a\xf9\x1b\x36\x7e\x1c\x4f\x01\xcd\x1a\xb6\x74\x10\x40\x1d\xd8\x68\xd8\xd2\x71\x9c\x07\x96\xd9\x54\xf6\xc9\x65\x6a\xd5\xfc\x0d\xef\xf1\x20\x80\x3c\xb8\x07\xc3\x7b\x3c\x14\xd4\x95\xbb\x37\x34\xc8\x20\x01\x4d\x78\x98\xf6\x18\x8e\xda\x3d\x4a\x7b\x8c\xa3\xa7\xbd\xa6\x6f\xcd\x20\x59\xc7\x69\x81\x36\x1a\x26\xeb\xa8\xb6\x40\x1b\x0d\x92\x75\x9c\x46\x69\x22\x56\xde\x66\xdf\xf0\xa1\x89\x08\x1f\xa5\xf3\xa6\x0e\x6d\x34\x94\xe2\x5c\x33\x34\x11\x0b\x6f\xf1\x46\xcd\x5f\xf8\x7c\x84\xaa\x9b\x5b\x15\x5a\x28\x08\x1d\x16\xac\x11\x1a\x28\x14\xdd\x54\x36\x34\x90\x9b\xeb\x9e\x77\x30\xb4\x50\x1c\x0b\x79\x9c\x16\x22\x62\xc4\x7a\x97\xf9\x0b\x2d\x14\x64\x60\x28\x58\x28\xb4\x06\xa1\xa0\xe6\x23\x1f\x36\x33\x5c\xfc\x7c\x6a\x6b\x9b\x36\xda\x79\xf3\xa6\x6d\x9a\x2c\x26\xf6\xfd\x99\xb6\x89\xc4\xc3\xc5\xaf\xe2\xb4\x01\x1b\x3d\x79\x87\xa7\x0d\x98\x0e\x12\xb0\xcf\xb4\xae\x33\x38\x8a\x2b\x4e\x6f\xdd\x46\x4f\x7e\x74\xa7\xb7\x69\xa3\x27\x1f\x8d\xa9\xfd\x37\x7a\xf1\x1d\x98\x56\x75\xaa\x38\x30\xc5\x65\x55\x37\x7a\xf1\x61\xb9\xac\xea\x46\x2f\xbe\x29\x97\xcf\xec\xa5\x06\xf1\x8f\xde\x11\xa3\x3d\xf6\xce\x97\xb5\xdf\x70\x73\xd3\xf9\xbb\xb4\xbe\x71\x1d\xc7\x03\x97\x0d\xda\xe8\xc5\xb7\xe9\xd2\xf8\x44\x75\xea\xe9\xf3\x2e\xad\x7f\x99\x8e\xd4\x5a\xd8\x22\x66\x6d\xd6\xf3\xf6\x5f\x36\x69\xa3\x8f\x42\xcd\x6e\x9b\xb4\xd1\x47\xe5\x64\xb7\x4d\xba\x15\x14\xb4\xf2\xb6\x49\x37\x82\xa2\x60\xea\xdb\x26\xdd\x0a\x0a\x2e\x79\x7b\x8f\x36\xfa\x28\xdc\xb6\xdb\x56\xb2\x0f\xce\xf9\xb6\xdc\xb6\x12\x55\xc9\x2e\x4d\xf3\x77\xdb\x24\x04\xe4\xf9\x66\xdc\xde\xa3\xdb\x44\x96\x3e\x29\xb7\x0f\xd4\xc6\x48\x9a\xec\xb6\x95\x37\x43\xf2\x73\x32\x1b\xb9\x31\x92\x97\x7c\x6c\xd1\x43\xf2\x6e\xbf\x18\x8f\xd5\x7f\x98\x0d\xee\x6b\xf9\x58\x7d\x84\x62\x3d\x23\x87\xc7\xfa\x6f\x8c\xa4\x2d\x1e\x6f\xc9\x43\x7a\xd5\xe0\xe1\x7f\xac\xff\xc6\x48\xe1\xc9\xbc\x23\x0f\x22\xc3\xe7\xf5\xb1\x49\x1b\x23\x85\xb5\xb0\xfa\x0f\x0b\xf2\xfc\xd4\xbc\xd6\xe2\x65\x74\x54\xa8\xc4\x6b\x25\x5e\x2b\x61\x91\x46\x7c\x95\x0f\x58\xff\xb5\x5e\x1b\x63\x24\x6e\xee\x6b\xbd\x36\xc6\x70\x48\xfe\xfa\x3a\x6c\xa1\x36\x86\x4f\xe2\x6b\xbd\x5e\xa4\x82\x23\xeb\xd7\x8f\xd6\x8b\x54\x70\x78\xff\x6a\xfc\x57\xa9\xe0\xe9\xb5\xf4\x8b\x2e\x48\xff\x1d\xa4\x9e\xbf\xcf\xa7\x0d\x49\x38\x7c\xc2\x3f\xef\xcd\x87\x6c\xc8\x5c\xfd\xf3\x69\x43\x12\xb6\xcc\xd5\x3f\x6f\x17\x92\x70\x24\xee\xc3\xa7\xa1\x3e\x64\x83\x63\xba\x4f\x43\x7d\xe8\xac\x84\x39\x3f\x4d\xc0\xcc\xc9\xdf\xf9\xa3\x26\x20\x20\x54\xfc\x7a\x7d\xde\xad\x8d\x28\xa7\x12\x5a\x85\x80\x50\xf1\xb3\xf7\x69\x82\x8f\xd1\x73\xe2\x9e\x7e\x9a\x80\xe0\x4f\xf1\x1b\xb4\x6c\xe3\x46\x14\x0d\xb5\x6c\xe3\x52\xf6\xd2\xa0\x65\x1b\x57\xe1\xf4\xd4\x7e\xd9\xa0\xe5\xb8\xd8\xa3\x6c\xd0\x62\x44\xda\xa9\xea\xb2\xf6\x1b\xf3\x28\x84\x65\xed\x49\x46\x9c\x90\x84\xf3\xb7\xac\xfe\xc6\x3c\xe3\xee\xe5\x4d\x5d\x84\xb8\x1c\x82\x2c\x5b\xb4\x6c\x91\xe7\xf7\x91\x24\xd2\x53\xed\x9c\x96\x8d\x5c\x8e\xbb\x77\x51\x52\xff\x81\xa9\x90\x48\xea\x3f\x30\x55\x0d\x49\xfd\x07\xdc\xe6\x71\x26\xf5\x1f\x98\xca\x8d\xa4\xfe\x03\x41\x9c\x70\x26\xf5\x1f\x98\x8a\xa5\xa4\xfe\x03\xc1\xbc\xee\x99\x08\xfe\x88\xa9\x3e\x4b\x4a\x42\x10\x2a\xa3\x44\x3c\x48\xb8\x4d\xe5\x4c\x8a\xc4\x64\xf0\x67\xd8\xa0\xd7\x22\xc7\xe6\xd6\xfe\xb3\x88\x59\xb1\x74\x00\x49\x91\x08\x26\xa1\x86\x99\x14\x89\x60\x12\x3e\x99\x49\x91\x08\x26\x31\x8a\x99\x14\x89\xa0\x4c\xde\xd7\xa4\x46\x04\x93\x20\xcb\x4c\x0a\x42\x30\x09\x5b\xcc\xa4\x20\x04\x65\xf2\xc6\xa4\x64\x1b\x37\x2a\x9e\xc0\x99\xd4\x88\xa0\xfa\xb1\x4c\x6a\xc4\x64\xa8\x07\x07\xfa\x4c\x8a\xc4\xe4\x1c\x48\x3c\xe3\x33\xa9\x12\x93\x73\x20\xf3\xa9\xad\xc6\x48\x27\x12\x46\xd3\xd5\x89\xa0\x16\x6f\xaf\x3a\x11\xec\xc3\xb0\xa3\x42\x31\x19\xee\xc9\xb6\x41\xa5\x08\xf6\x65\xa9\xb1\x52\x11\xec\xe3\x68\xbe\x5a\x31\x19\x16\xca\x9a\x57\xb1\x98\x0c\x0b\xb1\x0a\x73\xa6\xac\x99\xb2\xd3\x45\xc3\xff\x6a\xa7\xec\x38\xce\x22\xed\x94\x0d\x21\x84\xa7\xd3\x50\xd9\x00\xd8\x29\xd3\x2a\xf9\x8c\x6c\x69\x5a\xd6\x2a\xd9\x77\xc5\x56\x68\x94\xec\xc0\xd6\x22\x6d\x72\xa6\x41\x86\x06\xd0\x28\xd9\x91\xad\x8d\x2d\x1a\xa5\x30\xad\x96\x5e\x2a\x29\x5c\x41\xed\xfe\x53\xe1\x0a\xf6\x3f\xb9\x82\xca\x35\x9d\xd9\x92\x38\x17\x92\xca\x35\x39\x5b\xd2\x1b\xab\x72\x4d\x27\x54\xd4\xbc\xa8\xcd\x77\x6a\xa4\xb2\x2b\x15\x9b\x4f\x6a\xa8\xec\x53\x5e\x7c\x4e\x4e\x1a\xa8\x53\x39\xdb\x75\xd2\x3b\x69\x4d\x65\x29\x48\x99\xd4\xad\x33\x55\xdb\x55\x4f\xbc\x84\x1a\xab\x55\xc1\x1e\xf5\x71\xd9\x6a\x2b\xcc\xba\x11\x5e\x57\xb5\x9a\x4e\x2e\x27\x2d\x50\xbd\xb1\x55\x27\xac\xd7\x55\xc2\x82\x54\x58\xfe\x38\x53\xb5\x69\x4c\x7a\x8c\x53\x64\xcb\xc8\xbc\xcc\x24\x8b\x99\x94\xb5\x20\xff\xb4\x93\xb2\x16\xe4\x9f\xcf\xb5\xb2\x16\xe4\x56\xfc\xa3\x77\x9a\x5d\x56\x5b\xc1\x98\xaa\xda\x54\xe9\xea\xf0\xfb\x24\x25\x2c\x18\x03\x4f\x53\x52\xc2\x82\xd4\xb3\xaf\xa6\x1a\x16\xe4\xc6\x87\x3e\x29\x52\x41\x14\x86\x4e\x49\x45\x0a\xa2\x54\x8f\xd2\x18\x6c\xbc\x5a\x18\x73\xa5\xa6\x2d\xd8\x78\xf5\xe7\x2d\x50\xa3\x82\x28\x8c\xb9\x92\x1a\x15\xa4\x9e\xfc\x5e\x37\x6d\xd1\xe8\xe0\xca\x7f\xef\x07\x32\x93\x1a\x36\x9d\x80\x91\x9f\x52\x15\x2b\x48\xa3\x78\xcf\x9a\xcf\xc5\xc6\xd4\xe7\x93\x54\xb1\x60\xea\x8b\x4a\xaa\x58\x30\xff\x87\xb1\x33\xc9\xf9\x9e\x85\xf1\xed\xfc\xae\xa2\x96\xf0\xa7\x07\xa9\x54\x7b\x49\x43\xf6\xbf\x84\x2b\x9f\xc3\x33\xfe\xde\xd1\x4f\xb2\x48\x00\x43\x88\x3b\x6c\xed\x47\x49\x25\x16\x58\x5a\xbf\x92\x4a\x2c\x60\x0a\x9d\x95\x54\x62\x81\xa5\x59\x2e\x75\x79\xd5\xfd\x29\xda\xa3\x8c\xe9\xda\x64\x3c\xe4\x55\x6b\x81\xa5\xb8\x95\x54\x6b\x81\xb2\x10\x06\x52\x97\x31\x01\x65\xb9\x6f\xd4\x6a\x81\xb2\xce\xf0\x9d\x78\xf7\xdc\xa7\x4b\xb5\x55\x20\x75\x92\xf1\xaf\xa4\xb6\x0a\xc4\x61\xc5\xc6\x54\x5d\x4d\xaa\xab\xe7\x5b\x52\x5d\x05\x6a\xf1\x27\xa8\xba\x0a\xd4\xe2\xc7\xaa\xba\x0a\xa4\xfe\x43\x2a\x49\xaa\xab\x40\x2d\xfe\x18\x55\x57\x81\x5a\xfc\x0b\xaa\xae\x02\xd1\xa7\xcd\x9c\xe8\xf0\x7f\xe0\xc9\xa7\x6e\x0a\xa4\x9e\xdd\x89\xaa\x98\x40\xfa\x69\xfa\x49\xea\x98\x69\x7a\x32\x61\x97\x48\x2a\x99\x40\xed\x87\xe4\xb4\xa6\x2e\x7c\x94\xc0\xa4\x96\x99\xe6\x39\xab\x59\x40\x35\x4a\xa0\xf6\x43\x72\xc4\x13\x83\xc3\x74\x20\x0e\x78\x7a\x54\x2f\x36\xc8\xf4\xfb\x9d\xc4\x2a\x1c\x92\x73\x20\xe0\x70\x94\xf3\x36\x3f\xe0\x69\x84\x98\x6b\x33\x5d\xc2\x69\xce\x6a\x99\xae\x36\x0a\x44\x3b\x38\xac\x3a\x9a\x96\x61\xdc\x1e\x2e\xcb\x75\x5d\x58\x21\xfc\x07\x2d\xa7\xbf\xce\xc1\xcc\x5c\x55\x35\x81\x38\x71\x7d\x9d\xb3\x20\x6c\x30\x69\x0f\x4b\xea\x9f\x40\xd0\x18\xca\x72\x1a\x24\x77\x3a\xbf\xcd\xe5\x2c\x88\x2e\x4c\xe7\xdf\xaf\x9e\x0a\xb4\xf3\xb3\x56\x4f\x05\xe2\x6d\x30\x40\x45\x15\x88\x47\x59\x1d\x35\x55\x20\xda\xc1\x63\x55\x55\x20\x68\x74\xab\xae\x0a\xb4\xf3\x13\x56\x57\x05\xe2\x7f\x60\x17\x2e\xe2\x65\x48\xb1\x4b\xa6\x6a\x0a\x04\x0d\x06\x5c\x32\xe5\xdc\x50\xec\xd2\x64\x8a\x37\x14\xb5\x73\xa5\x4b\xa6\x50\xd1\xa6\x7a\xdc\x5d\x32\xe0\x5c\x46\x4c\x76\x2b\x03\x2e\xbd\xf6\x36\x93\x01\x97\xb9\x17\xdd\x15\xaa\xb5\x40\x3c\x4a\xaf\xea\xb5\x40\x6b\xfe\xd3\xd5\x6b\xd3\x7d\x7e\x4c\xbc\x4e\x2d\x16\x38\x36\xad\xa4\x16\x0b\x44\x33\x1f\xf5\xeb\x44\x8d\x1d\xe7\xf7\x7a\xcb\x13\xeb\xe3\x4c\x97\xe7\x76\xfe\xb7\xe9\xd8\xe4\xd3\xed\xfc\xa9\x8f\x33\x3c\x26\xd4\x77\xd3\x9f\xbe\x2b\xcd\x3d\x71\x9b\xb4\x4c\xc1\x44\x1d\x18\x48\xa5\x9e\xa1\xc8\x13\x8b\xe6\x54\xbb\x7d\x64\x80\x05\x72\x64\xa7\x5a\x30\xd0\xb8\x8c\xb1\xd2\xe3\xfc\x75\x97\x56\xe7\xaf\x66\x0c\xa4\xd2\x3c\xec\x54\x8d\xd3\x9f\x6a\xcc\x4a\xa8\x1a\x03\xed\x7c\x14\x8f\x3c\xd1\x89\xea\xf9\xaa\xb6\x9c\x2c\x07\xeb\x49\xf4\xc8\x91\xc7\x53\xd8\xd1\x3a\xfb\x87\x40\xe2\xf3\xa0\x93\xc7\x49\x5a\x4e\x2b\xe7\x6e\x70\xe5\xe9\xd1\xa9\x73\x9d\xf1\xe7\x32\x3f\x6e\x87\x87\xdc\x25\x18\x7c\xd2\x2b\x33\x5e\xa3\x43\x19\xfd\x2b\x33\x8e\xd7\x94\x89\xbf\x4e\xdc\x2a\x40\x2e\x94\xca\x38\x60\x50\xf7\x4a\x2a\xe3\xc0\x18\x78\x93\x92\xca\x38\x90\x74\x9b\xae\xa4\x36\x0e\xe4\x86\x92\x99\xd4\xc6\x81\xdc\xd0\x28\x93\xda\x38\x90\x9b\x7f\xef\xd7\xbd\xa1\x82\x9e\x1d\x98\xac\x78\x15\x51\xfe\xc1\x0c\x9e\x54\xd6\x93\xca\xfa\x19\x90\x6c\x21\xc3\xc7\x9f\x08\xa3\xa2\x0d\x8c\x81\x0b\x27\xa9\x68\x03\xe5\x87\x56\x9d\x54\xb4\x81\x59\xb0\x7d\x26\x15\x6d\x20\xb5\xe2\xff\x76\xcb\x85\xad\x37\x0b\xf6\x6d\x99\xb0\x91\x57\x14\x91\xd4\xc7\x81\x59\x14\x54\xd5\xc7\x81\xf2\xc3\x4f\x95\xd4\xc7\x13\x01\x9a\x05\x33\x64\xda\x32\x41\x7d\xbc\xfa\xa0\xb3\x54\x1f\x3f\x33\x72\x3f\x10\x9f\x49\x29\xb2\x95\x54\xbe\x81\x59\x2a\xaf\xff\x9c\xa4\xca\x37\x9e\x8c\xa4\xf2\x9d\x54\xbe\xab\x0f\x3a\x49\x94\xef\x9f\xa7\xcf\xe7\x84\x08\xbc\x2c\x4a\xe3\x9f\x13\xfa\x98\x10\x36\xe5\xa4\x8a\x0e\xcc\x82\x15\x38\xa9\xa2\x03\xa9\xe9\xaa\x4c\x2a\xdf\xc0\x3a\xf3\x56\xf9\x06\x52\x3d\x5f\xbc\xda\x37\xb0\x9c\x65\x56\xfb\xce\x6a\xdf\x2c\x52\x56\xfb\xce\x6a\xdf\xc9\x56\x59\x12\x02\x16\xe2\x43\x56\xfb\xce\x6a\xdf\xc8\xeb\x59\xed\x1b\x58\x24\xc3\x59\x59\xed\x3b\xab\x7d\x17\xdf\xd5\x25\x75\x5a\x55\x48\x43\x12\xb9\x8b\x90\xa5\xb3\xda\x77\x3e\x0e\xd9\x66\x97\x4b\x1a\xea\xf7\xf0\xc9\x4b\xd2\xc5\x28\x0a\xa4\x47\xd2\x03\x69\x41\x7a\x25\x71\x3d\x97\xa3\x29\xab\x91\x03\xa9\xd6\xe1\xc8\x3e\x69\xb0\x87\x55\xca\xaa\xe4\x40\xa9\xa8\xa5\x59\x95\x1c\x28\x95\x33\x2d\xab\x92\x03\xcb\xcd\x99\x93\xec\x49\xc7\x4f\xc8\xc8\x54\xd3\x33\x7e\xdb\x3a\x6c\x26\x33\x50\xd3\x7f\xc5\x56\x32\x23\x61\x8a\x28\xb6\x72\xe2\x09\x43\x0d\x82\x7f\x56\x27\x07\x96\xf2\x7b\x56\xfd\x06\xd6\x2f\x3b\x7c\x67\x89\x47\xd6\x13\x3e\xab\x19\x03\xde\x33\x58\x59\xc5\x18\x58\x3f\xac\x45\x39\xbb\x6e\x99\x75\xe3\xc8\xcc\xaa\xca\xc0\xf2\x7c\xcc\x6a\xca\xc0\xfa\x71\xc0\x64\x35\x65\x20\x1d\x5f\x6e\xce\x8e\xd5\xdb\x81\xc5\x85\x53\x53\xce\x56\x17\xe2\xda\xd3\xca\xaa\xc5\x40\xfa\xe9\x71\xcf\xea\xc5\xc0\x52\x4c\xcb\xaa\xc0\xc0\xd2\xa8\x9c\x55\x81\x81\x45\x54\xc4\xca\xaa\xc0\xc0\xd2\x3a\x99\xd5\x80\x81\xe5\x41\x9d\x55\x80\x81\xb2\x1c\xad\x0a\x30\x90\x1a\x21\x48\x2b\xeb\xbb\x05\x16\x11\xf5\x2b\xeb\xbb\x05\xca\x72\xff\xab\x26\x03\x65\xc9\x21\xb5\x64\xa0\x2c\x59\xab\x96\x0c\x2c\x35\xf8\xac\x83\x17\x88\x3f\x9b\xb3\x94\x19\x05\x7f\xa8\x9b\x51\x5d\x3a\xeb\xe1\xf5\x5b\x55\x95\x06\xca\x72\x67\xa8\x49\x03\x65\xb9\xff\x55\xa4\x81\xd8\xec\xf4\xa9\xd2\x0c\xa4\x5a\xe5\x6c\x75\xea\x15\x67\xa6\x3b\x48\x3d\x1a\x58\xe4\x61\x5b\x59\x95\x19\x58\x1a\xe2\xb3\x2a\x33\x50\x96\x1b\x41\x95\x39\x9b\xaa\x72\xd9\xca\x35\xc7\x13\xbc\x3c\x7e\x54\x99\x81\xa5\xf1\x39\xab\x32\x67\x1d\xc1\x9e\x35\xaa\xcc\xc0\x22\xdc\x64\x65\x1d\xc1\xc0\x22\x6d\xca\xca\x6a\xd1\xc0\x22\x4e\x65\x65\xb5\xe8\xac\x23\xd8\xb3\x46\x25\x3a\xeb\x08\xe6\x58\xcc\x2a\xd1\xc0\x22\x80\x66\x65\x3d\xbd\xc0\x32\xdc\x24\xab\x57\x03\xa9\x51\x3a\x60\x65\x15\x6b\x60\x69\x84\xce\x2a\xd6\x40\x59\x7e\x98\x2a\xd6\x40\x3a\xa6\xdd\xac\x16\x0d\x94\xe5\x57\xae\xf7\x17\x28\xeb\x1f\xea\x66\xaf\xac\x27\x18\x48\x95\x3b\x4d\x2b\xab\x58\x03\x4b\x8d\x28\xab\x57\x03\xc9\x4b\x71\x2b\xab\x58\x03\x8b\x3c\x19\x2b\xab\x58\x03\x8b\x0b\x21\x2b\xab\x58\x03\xb1\x71\xe0\xa9\x9a\x35\xb0\x0c\xe1\xc9\x6a\xd6\x40\x59\x9e\x75\x6a\xd6\xd9\x84\x9a\x88\xef\xb9\xcb\x2c\x13\x6a\x4e\xdf\x25\xb3\x3a\xf9\x09\x96\xad\xe4\x02\xce\xe1\x63\x40\xcf\xaa\xd1\xc0\x22\x93\xce\xca\xfa\x86\x81\x45\xca\xc0\x95\xd5\xac\x81\xd4\xba\xc7\x87\xce\xe1\xac\xb6\x8d\xa1\x3a\xab\x6d\x03\x8b\xa8\xa4\x95\x55\xb6\x81\x65\xd8\x50\x56\x63\x06\x42\xc7\x65\x67\xaa\x31\x67\x4b\xc8\xea\x2e\xcb\xaa\xcc\xf9\xa8\xcc\x8c\x56\x95\x39\x1f\x95\xd9\xd3\x42\x95\x39\x1f\x95\xd9\xcf\x41\x17\x2f\x50\x15\x71\xb3\x5a\x34\x50\x8b\x27\x88\x1e\x5e\x20\xfd\xf4\x01\x66\x5d\xbc\x40\xfa\x15\x37\x99\x2e\xde\x6c\xf1\x59\x6d\xb9\x59\x05\x1c\xa8\xfa\xf2\xb2\xfa\x77\x36\xb9\xb2\x36\xb5\x3c\x9d\xbe\x3a\xb9\xa6\x80\xac\x4e\x9e\x2d\xa5\xe4\xf4\xd5\xc9\x81\xd4\xb8\x3f\xb6\xb2\x3a\x39\x50\xf5\x33\x66\x1d\xbf\x59\x35\x5d\xfb\x59\x56\x4d\x07\x82\xc6\xc4\xf4\xfc\x02\xd1\xab\x5d\xc8\x3a\x6a\xd2\xb6\xf3\x2b\x52\x79\xcf\x2a\xef\x7a\x3c\xb3\xca\x7b\xb6\x12\x93\x51\x38\x59\xed\x1d\x88\x76\xce\x4c\xe6\x4d\xad\xcf\x1e\x13\x6a\xef\x40\xf4\xcb\x6e\x52\x7b\x07\xd2\x4c\x8e\x45\xcf\x31\x50\x8b\x07\xb0\x9a\x3a\x50\x55\x24\xb2\xce\x64\x20\x7a\xa0\x57\xbd\xc9\x40\xf4\xc0\xf2\x2c\xb9\x12\x50\x0f\x53\xf4\x30\x03\xd1\x8c\x49\x2c\x99\x42\x2d\xa6\x33\x57\x4d\x01\xd9\x5a\x4c\x7f\xbd\xca\x93\x75\xb6\x13\xfc\xd4\x14\x90\x4d\x42\xa4\xee\x9a\x35\x05\x00\xb5\xf8\x93\xd2\x14\x90\x2d\x6e\x5b\xfc\x3f\xa8\xe3\x67\x93\x10\x19\x9e\x92\xd5\xf1\xb3\x49\x88\xce\xd2\xaa\xe3\xe7\xeb\x6c\x14\xba\x55\xc7\xcf\x16\xb2\xd5\x9a\x9f\x2f\x99\x72\x1d\x4b\x3b\xbc\x53\xf1\x07\x82\xe6\xb3\x32\xe5\xf2\x23\xf3\x14\xd2\x18\x00\x44\xbf\x8c\x59\x63\x00\x50\xcf\x76\xd7\x16\x00\x44\x33\xbb\x90\x2b\xd7\xe1\x0a\x9c\xd2\x16\x90\x4f\xf1\x26\x4f\x80\x4b\xae\x5c\x70\xc5\x2f\x4a\x5b\x00\x90\x8e\xc7\x2c\xab\xe4\x03\xe9\xb8\xdf\xb2\x5a\x3e\x50\xcf\x7f\x41\xef\x35\x50\xcf\x11\xa3\xde\x0f\xa4\xdf\xf9\x91\xaa\xf8\x03\x41\x63\x70\x2a\xfe\x40\xfa\x19\xc3\x90\x55\xfc\x81\x7a\xce\x3a\xf5\x7e\x20\xd5\x23\x0b\xab\xf7\x03\xa9\x95\xea\x80\x9d\xeb\xad\x49\xcb\xc1\x39\x55\x0b\x3b\x79\x14\xa9\xe2\x03\xa9\x69\xd1\xca\x3a\xba\x81\x74\x7c\x88\x59\xb5\x3f\x9f\x2a\x4e\x4e\x4c\xbd\x1f\xa8\xe7\xbc\x56\xef\x07\xd2\x4f\xd3\x52\x56\xef\xcf\xcf\xb1\xde\xd1\x85\x3a\x3e\x50\x8f\x20\xa1\x8e\x9f\xad\xe2\x74\x7e\xf5\x2a\xf9\x40\x3d\xa7\xb3\x2e\x71\x20\x7a\x60\x5e\x2a\xfe\x40\xd0\x1c\x9c\x2c\x21\x64\xfa\xa7\x01\x36\x6b\x0d\x00\x52\x3a\x3f\x30\xcd\x01\x40\x70\xdd\x67\xfd\x2a\x48\xe4\xf9\x3b\xbf\x6d\x0d\x02\x40\xd0\x58\x0a\x2d\x02\xd9\xe4\x9e\x46\xba\x64\x4d\x02\x40\xcc\x96\x3e\xb4\x09\x64\x0b\x43\x85\xac\xf3\xdf\x3f\xf3\x57\x46\xbe\x6e\x2d\xf8\xa8\x19\x21\x5b\x37\xea\xfc\x58\xb5\x23\x00\xa9\x1a\x44\x93\x35\x24\x64\x93\x84\x1e\xc9\x53\xab\x41\x36\x21\xa8\x96\xc1\xac\xd9\x20\x5b\x38\x4a\x0b\x62\xd6\x6e\x90\x4f\x92\x50\xb7\x88\x6e\x7c\x20\xf5\xe2\xfa\x69\x07\xc8\x66\xff\xd4\x22\x99\x5f\x39\xf4\xca\x21\x8f\x61\x8d\x03\xf9\x3d\x1c\x62\x7c\xfa\xea\x81\x18\x1f\x7d\xe8\xac\x07\xe2\x59\xb8\xa6\xc5\x00\x88\x6d\x08\x77\x35\x19\x64\x33\x80\x3a\x14\x4d\x06\x59\x93\x81\x91\xbf\x59\x93\x01\x10\x5d\xf8\x3a\x59\x60\x0a\xd0\xa5\x40\xa0\xd1\x20\xef\xb3\x99\xa4\xc9\x02\x6b\x0b\x6b\xba\xcc\x9a\x0d\xb2\x29\x40\x5d\x53\xdd\xf8\x40\x3a\xf1\x14\x59\x53\x02\x90\xfe\xb6\xb5\x86\x03\x20\x4e\x44\x39\x20\x57\xf6\xe1\x0a\x1c\xd0\xbb\x0f\xd4\xa3\xb4\x68\x60\x00\xa2\x99\x34\xf7\x05\xd7\x3d\xdb\xd1\xb2\xb4\x3a\xe4\xcf\x5b\xad\x6e\x82\x4f\x0e\x50\x82\xb8\x15\x5c\xe4\x59\x23\x03\x90\x52\xc5\xce\x95\xb5\x32\x00\x75\xa9\x3e\x69\x65\xc8\xe6\x00\x3d\x3a\xad\x66\x86\x7c\x22\x01\x54\x7d\x8d\x04\xc8\xa7\x82\x94\x5c\x31\x14\x20\x5b\x41\xca\x63\x5d\x6b\x04\x90\x4e\x58\x44\xd6\x1c\x01\xc4\xa3\xce\x4c\xa6\x9c\xb2\x52\xc8\xa5\x45\x7b\x04\x10\xed\xa4\x25\x69\xda\xd1\xd1\x15\x8b\x16\x09\x20\x9e\xcd\xd0\x8a\xb4\x73\x25\x7b\x41\xab\xd2\xf0\x70\x4e\x49\x5d\x92\x1e\xce\xee\xa3\x43\x1a\xa2\x5d\x62\xab\x14\x4d\x10\xc5\x62\x53\x8a\x7b\x45\x13\x04\x10\xc3\x2b\xd0\x6e\x69\x87\x2b\x3e\xfb\x48\x33\x2d\xe5\xf2\xd9\x57\x9a\xae\x84\xe1\xd4\xb6\x34\xd9\x32\x7c\xdf\x27\x4d\xb6\x10\x29\x5c\xb4\x43\x00\xd5\xa8\xe6\xa2\xd1\xa1\x58\x5a\x4a\xe7\x55\xd1\xea\x50\x2c\x2d\xa5\x25\xa5\x68\x75\x28\xa7\xb4\x94\x2c\x30\x82\x1c\xa8\x46\x40\x14\x2d\x11\xc5\xca\x52\x5c\x8f\x5f\xc5\xf0\x00\xa0\xe9\xe7\x29\x9a\x22\x80\xba\x4e\xab\x4b\x12\xd1\x8b\x4e\xd5\xe8\x00\x20\xc6\x36\xa0\x39\xfd\x74\xa6\xef\xa3\x4e\xdf\x92\x51\xc6\x49\x17\x43\x01\x80\x78\x96\xb9\x1a\x0a\x00\x54\x6e\x6c\xaf\x62\x24\x00\x50\x8d\xe0\x2e\x06\x02\x00\x95\xbb\xd8\xab\x68\xed\x00\xe2\x65\x30\x44\x73\x07\x10\x0c\xf1\x51\x19\x92\xcf\xdf\xd9\x67\xe5\x08\xf7\x43\x0d\xeb\x2e\x1a\x3c\x80\x18\xaf\xaf\x93\x49\xd4\x90\x32\xc0\xa1\x18\x1a\x00\x44\x0f\x0d\x9a\x5c\xca\x7e\x4f\xd3\x76\xb2\x89\x14\x49\xeb\x90\xdc\x38\xd9\x2c\x05\xee\x6b\xed\x22\x40\x70\x4e\x9a\x9c\xcb\x54\x69\x5b\xf6\x20\xe3\xbc\x5a\x6a\xa7\x9a\x4a\x8a\x57\x4b\xf5\x36\x14\x6d\x25\x40\x88\xf1\xf0\x5c\xcb\x48\xf1\x6a\xa9\x1f\xa2\x96\x91\x72\xae\x96\xca\x73\x4d\x23\xe5\x5c\x2d\xe5\x63\x2f\x9a\x46\x80\xba\x1c\xaf\x76\x90\x72\x32\x29\x75\x7b\x95\x25\xe7\x1a\xa9\x8b\xa3\xd9\x03\x88\x76\xd0\xb4\x5e\x00\xa9\x6b\x48\x2e\x9a\x2f\x80\x34\xb4\x35\x16\x83\xd6\x81\xd4\x7e\x48\x27\xc5\xd8\x00\x20\x1d\x3f\x77\xd1\xcc\x01\xa4\x4e\x89\xbe\x55\x34\x73\x00\xa9\x1d\xbe\x6b\xe7\x00\x82\xc7\x4c\xd7\x78\x81\x62\x92\x24\x7f\xab\x45\xe3\x07\x10\xd2\xd3\x7f\x5f\xcf\x5e\x45\xe3\x08\x90\x92\x76\x8f\xa2\x75\xa4\x98\x45\x89\x73\xb9\x68\x1d\x29\x66\x51\x92\x91\x5a\x47\x8a\x59\x94\x94\x23\x8b\xe6\x11\xa0\x19\xec\x52\x34\x8f\x14\x93\x28\x51\xec\x6f\x15\xed\x23\xc5\x4a\x1e\x0b\xbb\x7d\xd1\x40\x52\x9a\x6e\x3b\xc4\x89\xa2\x39\x04\x88\x76\xd2\xe4\x19\x77\x4d\x55\x7d\x8b\xc6\x0f\x20\x9a\xd1\x85\xc6\x0f\x20\xd8\xc3\x50\xb4\x7e\x00\xd1\x0e\x36\x6a\xfe\x00\xa2\x9d\xef\x93\x27\x4d\x9e\x54\xbb\x95\x27\x4d\x9e\x30\x59\x4d\x22\x40\xd3\xe1\x5d\x0c\x26\x00\x62\x12\xb0\x4e\x9b\x07\x10\xbd\xda\x83\x0c\x38\x46\x0f\x4c\xe7\x45\xa3\x07\x10\xcf\xb2\x91\xb4\x7a\x00\xf1\x2c\xdd\x6a\xf6\x00\xd2\x30\x32\xae\x68\xf6\x00\x62\xc4\xd2\x64\x14\x61\xf1\x49\xa1\xa3\x68\xf8\x00\x9a\x01\x4a\x45\xc3\x07\x10\xda\xa5\x5d\xc8\xa8\x2e\xa3\xaa\xed\x64\x14\x69\x94\x9a\xce\x84\x62\x9c\x01\x90\x8e\x3b\xbb\x18\x68\x00\xc4\x34\xa4\xc9\xa9\x6e\x0e\x77\x0f\x35\xcd\x26\x80\x79\x5c\x56\xd1\x6c\x02\xc4\xa3\x70\x54\xbb\x09\x10\x7f\x52\xba\xd5\x48\x02\x78\x25\x7d\x95\x21\xa3\xc6\x61\x14\xaf\x33\x22\x01\x48\xf5\xfc\xad\x8d\x48\x00\x92\x99\x8f\x56\x31\x24\x01\x68\x06\x90\x15\x0d\x2c\xc5\x08\x7a\x85\xb3\xa2\x81\x05\x88\x2e\x18\x9d\x06\x16\x20\x4e\x5c\xbb\x95\x29\xc6\xd0\x6b\xf6\x2c\x5a\x58\x80\x38\x4c\x1c\x8a\x4c\x31\x88\x9e\xba\xe7\xab\x68\x62\x01\x62\xcd\x1c\x9e\x5c\xc1\xc6\xd2\x28\x59\xba\x8a\x36\x16\xc0\x8c\x76\xab\x68\x4e\x01\x52\x56\x71\x2c\xda\x53\x80\x74\x94\xae\xa2\x3d\xa5\x18\x47\x8f\xe4\x54\x34\xa7\x00\xd1\xab\xcd\x64\xd4\x3c\x42\x9c\xed\x64\x14\x91\xf4\xe3\xe7\x6c\x35\xa8\x00\xa9\x35\x3c\x51\x45\x83\x0a\x90\xda\xcf\x5f\x82\x06\x95\x62\xf2\x25\xcd\x38\x45\x83\x0a\x90\xb2\xea\x6f\xd1\xa0\x02\xb4\xea\x46\xd6\x76\x02\x44\x33\x87\x27\x53\x8c\xb9\xd7\x3e\x53\xb4\x9d\x00\x41\xf3\x59\x3f\x34\x23\x1f\xd4\xe2\x8a\x91\x0f\x40\x6a\x46\x24\x16\xed\x29\x40\xca\xda\x36\x8a\xd1\x10\x40\xf4\x0b\x97\xb5\xa8\x00\xed\x08\x71\x1a\x54\x80\xe8\xd6\x66\x72\x85\x82\x58\xd5\xef\x47\x83\x0a\xd0\x8c\x5d\x2d\xda\x53\x80\xe6\x2d\x8a\xa2\x3d\xa5\x58\x1c\x45\xeb\x4c\xd1\x9e\x02\x34\xef\x2a\x14\xcd\x29\x40\x0c\xcd\x66\xb2\xc9\x7a\xd7\xc3\x3d\xa6\x3d\xa5\x58\x1b\x45\x53\x4c\x31\xb4\x02\x88\x2e\x58\x1d\x63\x2b\x80\xa0\xd1\x4e\xbb\x4b\xf1\x8a\xb8\x1e\xb3\xa2\xdd\xa5\x9c\xd8\x0a\xb4\xd8\xa2\xdd\x05\x68\xd5\xf3\x5d\xb3\x0b\x10\xdc\x64\x78\x9a\x5d\x80\xa0\xb1\x8a\x9a\x5d\x8a\xf1\x16\xdd\xd5\xd6\xec\x02\xc4\x50\x6c\x27\xef\x4e\x0c\x06\x6a\x60\xd1\xec\x52\x8c\xc1\xd0\xf2\x54\xb4\xbb\x00\x29\x77\xcf\x1e\xed\x2e\xc5\x18\x0c\x4d\x8f\x45\x1b\x4b\x31\x06\xa3\x3a\x33\x39\x75\x1d\xb5\x00\x2e\x6b\x77\x01\x5a\xf5\xc4\x33\x06\x03\x08\x06\x40\x33\x06\x03\x68\xde\x99\x29\x5a\x67\x80\x18\x1c\x13\xd3\x3a\x03\x04\x0d\x46\x69\x9e\x01\x5a\xf5\x47\xa3\x79\xa6\xdc\x87\x4f\x0c\x4e\xf3\x4c\x31\x2e\x23\xaf\x7f\x50\xd8\x8b\x96\x9a\x72\x1f\x96\xf9\x1a\x59\xc6\xf5\x83\xd6\xdc\xa9\x9a\x6a\x80\x34\x8a\xac\xd5\x54\x53\x8c\xd1\x68\x2e\x81\xf1\x18\x40\x08\x88\xec\x10\x0d\x33\x40\x6a\x47\x04\xd1\x30\x03\xa4\xdc\xe5\xa3\x56\x98\x72\x32\x54\x29\x63\x68\x85\x01\x5a\xf7\x5b\x35\xf8\x02\x88\x47\x61\xa4\x56\x18\x20\x36\xb5\x8f\x3a\x35\x42\x2d\x72\xf7\x27\xab\x19\x06\x68\xdd\x45\xd6\xe2\x52\xcc\x6d\xd5\xfd\xdb\x6b\x71\x01\xd2\x31\x60\x15\x2d\x2e\x40\xbc\xce\x59\x38\xdb\x80\xd6\xfd\x0a\x35\xb8\x00\xf1\x3a\x9b\xc9\x80\xc7\x58\x51\x7f\x13\x1a\x5c\x80\xa0\xd1\x85\x06\x17\xa0\x35\xcf\x39\x0d\x2a\x40\xbc\x0e\xbe\x6b\x51\x01\x52\xef\x1e\x6a\x5a\x54\x80\x68\x07\x03\xb4\xa8\x00\x41\x63\x6d\x8d\xcd\x00\x5a\x77\x69\x35\xb2\x00\xed\xef\x6d\xb2\xe9\x95\x4d\xcc\x41\x13\x0b\x10\xe3\x75\x70\xb2\xee\x95\x75\xca\x62\x9a\x5d\x80\x90\x2d\xed\x54\xd6\xbd\xb2\xc9\xb1\xc9\xa6\x57\x36\x29\x4f\x69\x75\x01\x5a\x73\x8b\x69\x74\x01\x62\x3b\xb1\x86\x1a\x5d\x80\xd6\x3c\xab\x0c\xdc\x00\x5a\xf7\xa7\xa1\x19\x06\x88\xc9\x33\x53\xcd\x30\x40\xeb\xfe\xfa\x34\xb9\x00\xd1\xcc\x0e\x64\xc8\x76\xe3\x78\x2c\x6b\x72\x01\x5a\xf7\x43\xd5\x6c\x02\xc4\xec\x59\x7d\xcd\x26\x40\xbc\x0e\x8e\x68\x22\x01\x52\x5f\xea\x87\xda\x48\x80\x34\x7e\x6a\x0d\xda\x43\x80\x74\xa2\xf9\x8a\x31\x17\x40\xca\xf3\xd0\x1c\xf2\x67\x2d\x3e\x67\xab\x8d\x04\x88\x76\xb0\x58\x1b\x09\x10\x34\xfb\x75\x15\xbf\xb3\x8a\x3e\xeb\x2a\x7e\xa6\x4c\x91\xa1\x1a\x49\x80\x94\x0f\xdf\x35\x92\x00\xd1\xaf\x73\xf3\x03\xa0\x56\x8a\x37\x6a\x8a\x46\x92\x62\xad\x94\xa9\xd0\xa1\x91\x04\x88\x47\x63\x78\x55\x23\x49\xb5\x7e\x8a\x41\x94\x55\x23\x09\x90\x2c\x86\xbb\xaa\x06\x11\xa0\x79\x89\xa5\x6a\x0f\x01\x52\x53\x48\xa8\x1a\x44\x80\xe8\x62\x40\x1b\xd2\x0e\x57\x0a\xb4\x29\x6d\xba\xa3\x7c\x76\x49\x33\x91\x0c\x1f\x5e\x35\x28\x03\x88\xf7\x39\xbc\x5b\x9a\x5c\x19\xb6\x7b\xa4\x1d\xae\x54\x68\xaf\x34\x6f\xfa\x21\xef\x56\x8d\x24\x40\xf4\x61\xbb\x4f\xda\x67\x3b\xa6\xab\x91\x04\x08\x5a\x87\x26\x5b\xc8\xb0\x95\x35\x83\x56\x2d\x27\x40\xbc\x4f\x9a\xac\x4a\x27\x7c\x8f\x7e\xb5\x9c\x00\xf1\x3e\x78\xa0\xe5\x04\x08\x1a\x3c\xd0\x74\x02\xc4\xfb\xa4\xc9\x3f\x52\x6b\x9d\x20\xa3\xaa\x39\x05\x68\x83\x1f\x5b\xd5\x9c\x02\xc4\xeb\x60\x8b\xc6\x13\x20\x75\xc3\x06\xab\xc6\x13\x20\x9d\xa0\xa2\xaa\x51\x04\x88\x67\xe9\x42\xdb\x06\x90\xac\x13\xb1\xaa\xb6\x0d\x20\xd5\xc6\x4f\xb6\x6a\xdb\x00\x42\x70\xb7\x9d\x43\xc6\xb8\xd1\x14\xf8\xaa\xc6\x8d\xea\xc5\x07\xff\x49\x55\xeb\x06\x90\xca\xcf\xad\xa1\x75\x03\x08\x9a\xed\x9c\x07\x55\xb3\x87\x9b\x54\xeb\x06\x10\xcd\xec\xc2\xa9\xe5\x33\x35\x5f\xe7\x8a\x07\xb4\x21\x93\x35\x65\x00\xf1\xa8\x34\x17\x17\x53\x46\x49\x6e\x34\xe3\x3e\x80\x36\xf8\xea\xab\xd6\x0d\xa0\x8d\xf9\x0f\x41\x6f\x55\x43\x07\xd0\x86\xb3\xd6\xce\x01\x44\xff\xac\x80\x31\x20\x40\xd0\x58\x3d\x8d\x1f\x40\x1b\xee\x5f\x6d\x1f\x40\x34\x63\xbf\x19\x05\x02\xb4\xe1\xba\x17\xf9\x55\xcc\x34\x24\xc3\x34\x91\xd4\x72\x3e\x11\xa7\x23\xc3\x8a\xb9\x96\xfc\x1c\x0c\x0d\x01\xd2\x89\x43\xab\xc6\x86\x00\xd1\x8e\x67\x35\xaf\x00\xc1\x31\x69\x72\xac\xaa\xed\x26\x69\xb2\x0c\x53\xca\x30\xb0\xaa\x6a\x4a\x01\x1a\x59\xcf\x57\xd5\x92\x52\xbd\x79\x41\x06\xae\x55\xb5\xa4\x54\x6f\x5e\x90\x82\x6b\x55\x2d\x29\xf5\xdc\xbc\xe8\x76\x21\xa3\xbc\x66\x41\xca\xb0\x55\x35\x8b\x54\xf2\x6d\x15\x12\x4e\xaf\xaa\x11\x04\x08\x9a\xfd\xca\x02\x52\x49\xb7\x7a\xfa\x75\xba\xd5\xea\xc2\x6e\x7d\x2d\x1e\x40\xd0\xe0\xbc\x31\x21\xb5\x65\xa6\x21\xc9\x99\x35\x35\xb1\x2a\xcd\xa9\x35\x4b\xb9\x72\x16\x57\xad\x1b\x40\xd0\x6c\xe7\x34\x9a\x06\x21\xfe\x8c\x55\xb3\x05\x10\x5f\x17\x43\x36\x56\xa3\x9a\x21\xab\xb8\xa7\xb5\x5b\x54\x33\x64\x79\x09\xa2\x6a\xa3\x00\xda\x39\xee\x35\x47\x54\x53\x5f\x79\x59\xb8\x6a\x8e\x00\xda\x39\x62\xb5\x46\x00\xcd\x7f\x4c\xd5\x18\x01\xa4\x46\xad\xb4\x55\xb5\x3c\x00\xa9\x19\x93\x57\xb5\x3c\x54\xac\x0c\x27\x02\xaf\x6a\x65\x00\x9a\xba\x73\xd5\xc8\x00\xa4\x13\x0e\x57\x35\x32\x00\xa9\x1a\x0c\x5f\xb5\x32\x00\xa9\x68\x62\xac\x5a\x19\x80\xa0\xd9\x85\x4b\xc6\xd5\xfd\xd2\x88\x7b\xaa\x5a\x1e\x80\xb6\xdc\x3d\x5a\x1e\x80\x68\xc6\x64\x0d\xd9\x00\x1a\x79\xde\x57\xd5\x18\x01\x44\x33\x26\xa6\x31\x02\x48\x85\x1a\xe4\xab\x6a\x8c\x00\x82\xe6\xb3\x6e\xda\x61\x1e\x5c\x7f\x27\x5a\x23\x80\xe6\xb5\xff\xaa\x31\xa2\x5a\x24\xbb\x79\xe4\x6a\x8c\x00\xd2\x89\xd1\xac\x1a\x1e\x80\xd4\x87\x1b\x40\xc3\x03\x60\xa9\xad\x55\xb5\x3b\x54\x6c\x0c\xeb\xbc\x4d\x96\x70\x53\x5f\xd3\x64\xd5\xec\x50\x31\x31\x14\x05\x8f\xaa\x89\xa1\x5a\x0f\x5b\x11\xb8\x6a\x63\x00\x52\x51\x8e\xad\xda\x13\xaa\xf6\x04\xef\x14\x56\x35\x51\x20\xcd\x86\x79\xb6\xaa\x61\x02\xc9\x12\xad\xab\xea\xec\xad\x26\xc5\xaa\xee\x31\x75\x8a\x7a\x8a\xd1\x78\x80\x2b\xa2\x02\x41\xa3\x9d\x82\x16\x90\xa6\x5f\x4a\xf3\xa0\x6f\x7f\x07\x7d\xcc\xad\x79\x30\x00\x69\x2a\x06\x37\xf9\xde\xcc\xb0\xcd\x47\xd1\xe4\x3b\x10\xd3\xc8\xd0\x2e\x69\xdc\x43\x6a\x3e\x79\x4b\xe2\xa6\x2a\x72\x6b\x93\xeb\x40\xfa\x69\x2b\x6b\xb2\x1d\x08\x21\xd5\xb7\x7d\xd2\x3e\x7b\xe0\x75\x32\x1e\x48\x86\x52\x35\xf9\x0e\x64\x72\x4d\xaf\x26\xdb\x81\xdc\x8a\xad\x9a\x24\x73\xba\xf1\x37\x6c\x5a\x71\x80\x59\xb8\x0b\xd2\x34\xd8\x00\xb3\x70\xb0\x35\xed\x35\x40\x31\x38\xb6\x19\xeb\x02\x14\x1d\x02\x4d\x73\x0d\xb0\x7e\x68\x71\x4d\x6b\x0d\xb0\x7e\xc5\x77\x6d\x49\x04\x7f\xba\x04\xda\x6a\x80\xa2\x4d\xbf\x69\xaa\x01\xd6\x8f\xcf\xbc\x69\xa9\x01\x8a\xa6\xc4\xa6\xa1\x06\x28\x3a\x34\x9a\xc1\x30\x40\xd1\x79\xd7\x34\xdd\x00\x45\x6f\x63\xd3\x4c\x03\xa4\x66\xe4\x4f\xd3\x4e\x03\x04\x8d\x91\x69\xa8\x01\x8a\xf6\xe5\xa6\xa1\x06\x88\x66\xf6\x20\x33\x02\x56\x48\xb4\xff\xf9\x2b\x6f\xda\x6c\x80\xe5\x7d\x80\xa6\x79\x06\x58\xe3\xbc\x57\xc6\x04\x2c\x45\xae\xa6\x71\x06\x48\xb5\xf1\xab\x6c\x1a\x67\x80\x6a\xec\x4c\xf3\xcb\x01\x62\x57\x4b\x93\x35\xa4\xf9\x33\xb5\x53\xd3\x36\x03\x54\x33\x47\x35\x4d\x33\x40\x35\x42\xb8\x69\x99\x01\x62\xe3\xb0\x99\xb4\xcc\xb4\xeb\x70\x0b\xde\x6b\x99\x69\x17\x97\x74\xb3\x43\xf3\x73\xb8\xb4\x32\xf0\xb5\x36\x83\x5f\x9a\xc1\x2f\x5a\xe3\x9b\x86\x19\x20\x68\x3e\xeb\xe6\x09\xa8\x86\xf4\x35\x0d\x33\x40\x34\x63\x0e\x5a\x61\x80\xa0\x31\x62\xcd\x30\x40\x35\xe8\xb2\x69\x4a\x01\x52\xd2\x06\xd2\x8c\x74\x01\x82\xe6\xeb\x9c\xd8\x7d\x4c\xe0\x70\xce\x50\x97\x86\xad\x24\x1d\xa6\x6b\x2b\x01\xaa\x77\xc6\x9b\x61\x2d\x40\x4a\xe7\x03\xd3\x7c\xd2\xcc\xe5\xdd\xce\x50\x9c\xc5\x7d\xbc\xce\x76\xe1\x52\x63\x52\x49\x9a\x5e\x9a\x26\x15\x20\x86\xc2\xb3\x1e\x75\x40\xd0\xe8\xc3\x20\x16\x20\x68\xac\x8f\xf6\x13\xa0\x69\xc2\x6c\x9a\x4f\x80\x68\x26\xcd\x25\xc3\x7c\xa2\x85\xb5\x19\xc4\x02\x44\x33\xbe\x03\x4d\x2a\xed\xc1\x66\x8f\xcc\xd6\xb4\x94\x00\x31\x09\x3a\xd5\x04\xd2\xbc\x86\xc2\xaf\xae\x69\x01\x01\x52\x3e\x9b\x53\x13\x48\x7b\x8f\x95\x90\x39\x68\xee\x00\x9a\xd7\x80\x9b\xd6\x0e\xa0\x79\x01\xad\x69\xec\x00\x9a\xb7\x80\x9b\x26\x8b\xf6\x5a\xbe\xa0\xda\xcc\x85\x08\x68\x64\x39\x5d\x4d\xf3\x44\xd3\x3c\x61\x78\x4d\xd3\x3c\x01\xa4\x6c\x90\x50\xd3\x3e\x01\x44\x3b\xc6\xab\x7d\x02\x68\xe6\x8f\x68\xda\x27\x80\x36\x10\xbb\x9b\xf6\x09\x20\x84\x58\xd8\xab\x7d\x02\x08\x1a\x83\x33\x4e\x04\x08\x9a\xcf\xba\x0c\xfb\xfc\x49\x78\xd6\x0b\x1b\xed\x44\x53\x30\xd9\x6e\x30\x3d\x90\x74\xbb\x74\x75\xb0\x7e\xaa\x5b\x1e\xda\x96\xb6\xff\xef\x7f\x3a\x09\x00\x57\x57\x2d\x03\xcc\x8e\xba\xba\xbe\xea\xee\xad\x75\xb6\x43\xd7\x57\x0d\x74\x12\x13\xae\xae\xaf\x1a\xe8\x24\x39\x5c\x5d\x75\x0e\xe8\x24\x39\x5c\x5d\x8d\x0c\xe8\x8a\x91\x5d\xe5\xab\xab\x7c\x25\x1f\x74\xf8\x2a\x5a\xec\x85\xee\xef\x17\xe8\xca\x9a\x5d\x35\x0b\x48\x9e\xc3\x5d\x27\x32\xd0\xfd\x6f\x77\x35\x2f\xa0\x2b\x08\x77\x15\xaf\x7e\x14\x2f\xde\xa5\xde\x05\x24\x4f\xa9\xae\xde\xd5\x4f\xae\x34\x76\x69\x57\x3d\x02\x52\xd7\xe9\xd1\xd5\x8f\x80\x3e\x50\x95\xbb\xea\x11\xd0\x87\x1c\x53\x3d\x02\x92\x91\x36\x5d\xed\x08\xe8\x83\x0d\xd9\x55\x8e\x80\x3e\xaa\xad\x9c\x12\x7a\x90\xa2\x4d\x57\x0d\xea\x7a\x99\xf9\xca\xba\x4e\x66\x20\x75\xef\x6c\x75\x35\x23\x20\x69\xca\xec\x2a\x46\x40\x1f\x1c\x14\x5d\xbd\xa8\xeb\x62\xe6\xcb\xee\xea\x45\x40\x9a\xf9\x74\xe0\x94\x02\x46\x3a\x2f\x73\x4a\xd5\x5b\x68\x3e\xe9\x92\x54\xb2\xd0\x2c\xdf\xef\xf8\xb9\x30\x9e\x1c\xbf\x7a\x0d\x90\xa9\x8c\xb1\xba\x6a\x0d\x30\x92\xec\x31\xae\x1d\x18\xc9\x81\xa9\xe9\x00\x23\x39\x2e\xdd\xb8\xfd\xa4\x2b\xe3\x9c\xeb\x2a\x35\x40\x36\xd2\xb7\xab\xd3\x00\xb9\xc9\x58\x5d\xb1\xc0\x18\xd9\x07\x65\x7f\xe3\xb6\x98\x2b\xa2\x92\x03\xe4\x56\xff\x41\xfb\xee\xba\x6e\x81\x31\x30\x97\x76\xbd\xb4\x40\x6e\x6e\x11\xb5\xa2\xde\x95\xbb\x58\x2f\x35\x20\x20\x6b\xe8\xe8\xfa\x4f\x81\x34\xbd\x67\xd2\xd5\x6c\x80\xa2\xd7\xa5\xab\xd9\x00\xb3\x34\xbb\x74\x76\xdc\xdd\xf6\x6a\x4e\x57\xaf\x01\x66\x41\x3b\xed\xaa\x30\xc0\x2c\x28\xb6\x5d\x0d\x06\x28\xc6\x30\x77\x35\x18\x60\x96\x26\xc9\xe1\x0f\x24\x2a\xb7\x83\x0a\x0c\x50\xbc\x65\xd5\xd5\x5f\x80\xe2\xcd\x9f\xae\xfa\x02\x14\xc3\xc1\xba\xda\x4b\x1f\x5c\x8e\xe3\x37\xdf\x95\x98\x81\xe2\x65\xa0\xae\x74\x0c\x84\x40\x23\xcd\x49\x0e\xae\xc2\x35\x5f\xe6\x24\x07\x97\xa5\xdc\x22\xfa\x42\x81\xf5\x93\xd5\xca\xc6\xc0\xfa\xb9\xd0\xba\x42\x81\xd4\x13\xff\xa9\xae\x70\x0c\xac\x9f\xbb\x46\xb7\x27\x50\xd4\x8d\xbb\xf2\x72\x9f\xa4\x46\x74\x87\xeb\xe0\x04\xd6\xaf\xf8\x2e\xa7\x34\xb9\x05\x85\x27\xab\xeb\xca\xec\x56\x9a\xf5\x4c\x53\x5c\xee\x47\x5c\x76\xac\xce\x68\x3a\x23\xc7\xea\x8c\x8e\x6c\xec\xeb\x5d\x49\xfc\x98\xcd\x5b\x1a\x5d\x49\x18\x58\x26\x42\xea\x4a\xc2\x7d\x71\xfd\xc1\x33\x53\xb1\xb7\x2f\xae\xcd\xa0\x76\x74\xc5\x5e\x20\x78\xcd\x30\x14\x7b\x81\x65\x26\xa4\xae\xd4\xdb\x8f\xd4\xcb\xc8\x94\x7a\x81\xea\xfd\xa9\xae\xd0\x0b\x54\x6f\x44\x74\xa5\xda\x6e\x60\xf7\x19\xab\x53\x5a\x86\x1d\x22\x75\x76\xe5\xd5\x7e\x82\xb8\x91\x31\xbb\x02\x6b\x37\x88\x5b\x3f\x7e\x57\x60\x05\x52\xa5\x22\xcb\xea\x4a\xac\xdd\x20\xee\x33\x2d\x45\x56\x20\x8d\x74\x9e\x75\x5a\x66\xa6\x76\xd5\x75\x12\x02\x21\x62\x31\x3c\xe5\x53\xa0\x19\x52\xd1\x15\x45\x81\x94\x96\xff\x07\xe5\x4e\x20\x68\xb4\x53\xee\x04\x82\xc6\xe8\x94\x3b\x81\xa6\xef\xad\xeb\xe9\xeb\xde\xc0\x56\x2a\xee\xba\xfa\x80\xd6\x91\xeb\xbb\xa2\x28\xd0\xba\xef\x72\x15\x6e\x45\x33\x46\xab\x1c\x0a\xa4\x7e\x5e\xef\x2a\xdc\x1e\x80\xac\x82\x62\x28\x30\x86\x5f\xba\x52\x68\xd7\x89\x67\x72\xd9\xae\xc4\xd9\x2d\x07\x6b\x97\x0a\x9c\x40\x51\x53\xed\xaa\xdb\x40\x31\xfe\xae\xeb\xd5\x03\xd6\x91\x1b\x94\x4a\x81\xf5\xab\xb6\x72\x8e\x8f\x1f\x14\x0b\xa0\x9c\x0a\x14\xc5\xe3\xae\x98\xda\x1f\xee\x58\x22\x09\x77\x45\x52\x60\xfd\x3c\xe5\x15\x49\xfb\xe3\xb5\x24\xdf\xe5\xbc\xa9\x0f\xab\x1d\xa8\xeb\xcf\x03\xaa\x81\xf1\x5d\x21\x15\x28\x46\x6e\x74\xdd\x79\xc0\x32\xab\x56\x57\x1e\x05\xaa\x51\xf6\x5d\x8f\x5c\x3f\x31\xce\x3e\xa9\x88\x0a\xc4\xfe\xa1\x4f\x65\x54\xa0\x99\x85\xaa\x2b\xa3\x02\x4d\xcf\x7b\xd7\x21\x07\xc4\x1e\xb0\x99\xd3\x7c\x75\x63\xfb\x49\xe9\x92\x03\x4e\x0c\x7c\x57\xbc\xed\x7a\xe4\xce\xf7\xa3\x47\x0e\x68\x26\x75\xe8\x4a\xbc\xc0\xf1\xd1\x75\x43\xa3\x81\x78\xd2\xb7\x39\xf9\x17\xc7\xb6\x3f\x14\x85\xe0\xae\x10\xac\x0e\xd8\x15\x78\x81\x90\xa9\x79\x9d\x12\x2f\xd0\xcc\x1a\xd1\x95\x78\x81\x46\x41\x80\xd5\x15\x6e\xbb\xc2\xad\xca\x76\x57\xb8\x05\x92\xb1\xd2\xdd\xd8\xe6\xee\x8d\x68\xb9\x6b\x68\x33\x50\x34\x15\x74\xc3\x93\x81\xd2\x7e\xff\x70\xf5\xac\xeb\x99\x03\xd6\x0f\x45\xa8\xeb\x98\x03\xd6\xcf\x0f\xc4\xd8\x65\xa0\xa8\xf5\x75\x85\x6d\x20\xd5\xe9\x47\xaf\xab\x0e\x58\x5e\x84\xef\x1a\x90\x80\x62\x7c\x58\xd7\x51\x07\x14\x03\xb0\xba\x7e\x3a\x60\x0d\x8f\x37\xdd\x74\x40\x31\x16\xae\xeb\xa5\x03\x96\xe9\x75\xba\x4e\x3a\xa0\x18\x7d\xd5\xf5\xc7\x01\xcb\x4b\xed\x5d\xdf\x5b\xb7\xf2\xab\x2b\x36\xf4\xbd\x01\xd5\x9b\x12\xc3\x58\xe4\xf1\x3b\x27\xea\x82\x56\xa4\x15\x53\xdc\x26\x68\x55\x5a\x45\x57\xee\x90\x9a\x24\xe3\x4e\xf9\xba\x86\xee\xb8\xf1\xf3\x0a\x84\xa4\x29\xc9\xa8\x75\xbe\xcb\xa1\xe7\x0d\xa8\x5e\x9d\x1c\x3a\xd9\x86\x91\xc8\xfe\xe1\x87\x0e\x35\xa0\x99\xff\x6c\xe8\x4f\x03\x9a\xe9\xd5\x86\xee\x34\xa0\x99\x54\x67\xe8\x4d\x03\x52\xa2\x58\xfd\x1a\x7a\xd3\x80\x66\xae\xb6\xa1\x33\x6d\x18\x86\xec\x9f\x6e\xe8\x4c\x03\x9a\x99\xd9\x86\x3e\x32\xa0\x99\x60\x6d\xe8\x0e\x03\xe2\x58\x67\x68\xfa\xc3\x80\xa0\x39\x10\x67\x95\x94\x5b\xe4\x91\xea\x19\xd0\x0c\x6b\x1a\xaa\x67\xc3\xf8\xe2\xd5\xec\xd5\x99\x26\x82\xb8\x96\x63\x73\xa6\x86\x17\x2f\x3e\xaf\xa1\xca\x06\x04\x8d\x79\xa9\xb3\x01\xa9\x1b\xaf\x33\x54\xda\x80\xf8\x82\xe9\x56\xad\x0d\x08\x9a\xed\x5c\xe8\xac\x8a\x4d\xb7\x3a\xe1\x80\x68\x26\x4d\x9e\x64\x1d\xe8\xfc\xeb\x86\x4e\x38\xa0\x99\x06\x6b\xa8\xf1\x0d\x7d\x70\x94\xd0\x5e\x43\x1f\x1c\x10\x34\x26\xab\x1a\x08\x34\x0a\x31\xac\xa1\x0b\x6e\x64\xfd\xec\xd5\xc1\xc9\x93\x7c\x74\x71\x76\xa6\x2a\x1e\xd0\x94\x73\x86\x2a\x1e\x90\xaa\x59\x1a\x87\x3a\xde\x38\xbe\x35\x06\xa7\xa7\x0c\x08\x1d\x5b\x9a\xf3\x2a\x0a\x3f\x7e\x23\xea\x7d\x83\x74\x61\x03\x19\x6c\xa8\xe3\x01\xf1\x28\x73\x50\x7d\x1b\x94\x91\xa1\x02\xef\x1a\xaa\x6f\x43\x37\x16\x75\x64\xd6\x50\x7f\x03\xd2\x31\x9d\x0e\x15\xb8\x61\x1d\x19\x35\xcb\xa1\x02\x07\xb4\xf3\xd9\xa8\xc0\x01\xe9\xd8\x53\x87\x1a\x1c\xd0\x3c\x59\x86\x5e\xac\xa1\x17\x4b\x53\xe9\xd0\x58\x3d\xf4\x62\x69\x18\x1d\x7a\xb1\x80\x76\x3e\x7d\xe3\x7d\x87\x8e\xad\xe6\x6e\x52\xd3\x1b\x3a\xb6\x0c\x77\x19\x6a\x6c\x40\x1a\xc6\x98\x0c\xc3\x71\x81\xe4\x05\xab\xa1\x7e\x06\x14\x6d\x49\x43\x3f\x14\x90\x6a\x73\xc0\xaa\x6c\x40\x9c\x55\xbe\x4d\x0e\x37\x6f\x44\x9d\x76\x8e\x24\x94\xb6\x66\x16\xac\xa1\xd2\x06\xa4\xa6\x07\x76\xa8\xb5\x01\xc9\x5b\x6d\x43\xb5\x0c\x88\x5e\x69\xa6\xb7\x0a\xa8\x5e\x80\x1e\xaa\x6a\x40\x33\xb9\xdb\x50\x55\x03\xb2\xb9\xd8\x86\x31\xb1\x40\xfb\x9d\x07\x9d\x41\x87\x95\x1e\x11\x6a\x6f\x40\x36\xb1\xdb\x50\x79\x03\x66\xc1\x6b\x38\xd4\xd4\x80\xf5\xf3\xfb\x50\x53\x03\x52\x37\x23\xc6\xd0\x03\x05\xac\x1f\x52\xe4\x50\x55\x03\xd6\xcf\x0f\x50\x55\x0d\x48\x4d\x95\x68\xa8\xab\x0d\xef\x07\xfb\x29\xa8\xab\x01\xcb\x30\xf5\xa1\xae\x06\x14\x6d\x88\x43\xc5\x0c\x28\x1a\xf8\x86\xde\x8d\x31\xfc\x65\x49\x72\x4a\x5e\x0e\x3e\x47\x88\xca\x1a\x90\x7e\x5e\x36\x1a\x2a\x6b\xc3\xdb\xc1\xc5\x09\x38\xcf\x73\x3b\x38\xff\x83\x76\x3d\x54\xe6\xc6\xb9\x3c\x7c\x66\xe3\xd2\x9e\xcb\xc3\x6e\x45\x35\xbc\x61\xf6\xae\xf3\xa7\x53\xc5\x03\x82\xc6\x1a\xe9\x12\x19\xe7\xf6\xb0\xc3\x52\xed\x03\xa2\x0f\x96\x44\xbd\x6f\x98\xd2\xcb\x3b\x4b\x43\xc5\x6f\x78\x7d\xd8\x49\xaa\xf8\x01\xa9\x37\x6c\x5e\x43\xcd\x6f\x78\x55\x58\x69\x60\xe8\x29\x01\x62\x37\x32\x0d\xd5\xc1\x31\xcf\x7e\x77\x28\x32\x92\x3c\x5f\x5a\xf6\x87\xfa\x20\x50\x4d\x0d\x31\xd4\x07\x87\x97\x82\x15\x1b\x86\x0a\x21\x50\xf5\x1c\x0c\x35\x3d\x20\xfe\x89\xd2\x1c\x30\xde\x8c\xd4\xec\x41\xbd\x0e\x68\xa6\xad\x1b\xea\x75\xc3\x8c\x5e\xed\xd0\x1c\xef\xc9\xe8\xe5\x71\xa7\xb2\x07\xc4\xfe\x63\x29\xd4\xf6\x80\x94\x16\x56\x86\x61\xdc\xe9\x38\x29\xbd\xfc\x10\x54\x01\x81\xa0\xd9\x87\xb3\x58\xe7\xab\x65\x29\x74\x6d\x00\x27\x21\xf2\x50\x53\x1c\x27\xec\xd4\x7f\x96\x9a\x22\x90\xb2\xf7\x29\x86\x9a\x22\x70\xae\xc0\x0f\x15\xc5\x71\xc2\x4e\xdd\x14\x2a\x8a\xc3\xb0\xd3\x73\x18\xeb\xdc\x00\x8e\xcf\x7e\xe8\xc7\x18\x27\xc2\xd4\x0d\xa0\xa2\x38\x4e\x34\xa9\x7b\x51\x47\xc6\xb0\x86\xe8\xd9\x3b\x6a\x8f\x40\xd0\x1c\x8a\x4c\xa1\x24\x92\x37\xbb\x86\x0a\x25\x10\xcd\xe8\x56\xe5\x11\x48\x55\xbf\xf3\x30\x76\x14\x48\xc7\xb8\x33\xd4\x28\x87\x1a\x65\xf7\xc8\x50\xa3\x04\x52\x37\x03\xef\x50\xa5\x04\xa2\x1d\xc3\xd3\xbb\x31\x8c\x0e\xed\xc8\xb9\x43\x45\x73\x18\x1d\x3a\xfc\x95\xa9\x69\x02\xf1\x3b\xf6\x59\x59\x80\x17\xa4\x9b\x78\x7a\xa8\x7e\x02\xd1\x0e\x2e\xab\x6c\x02\x69\x0e\x42\xe1\x86\x2e\x0f\x20\xe6\xe6\xb3\xee\x01\x5c\x1e\x25\x29\xcb\xa8\x81\x02\xd1\x8e\xf1\xa9\x82\x02\x6d\xba\x42\xaa\xa0\x40\x3a\x96\xb1\xa1\x0e\x0a\xb4\xe9\x1e\x50\x07\x1d\xcf\x89\x96\xb0\x99\x5c\xc1\x31\x72\x3e\x46\x1d\x23\x40\x3a\x4e\xc3\xa1\x16\x0a\xa4\x63\x0a\x1f\xaa\xa1\x40\x33\x09\xff\x50\x0d\x05\xf2\xef\x74\xe0\x0e\x08\x28\x3a\x72\x86\x6a\xe8\xf0\x1e\xef\xd9\x77\xea\xa1\xc3\x7b\xbc\x67\x1b\x1b\x56\x3a\xce\x3d\x5e\x0f\x6b\x7d\x2a\xc3\x7b\xbc\xe7\x4f\xab\xc2\x0a\x04\x97\xe8\x43\x8d\x15\x68\x3a\xda\x86\x0a\xeb\x50\x61\x35\x6a\x61\xa8\xb0\x02\x41\xf3\x51\x59\xf2\x1a\x79\xed\x0f\x59\x95\x75\x1c\x95\x55\x21\x45\x95\x75\x1c\x95\x55\xde\xa9\xb2\x0e\xa3\x48\xcd\xf5\x39\x54\x46\xc7\x71\xbf\x30\x5b\x95\xd1\xa1\x96\xd9\x95\x6f\x75\xb5\x8c\x7d\xd6\x5a\x9a\x6b\xbd\x4f\xec\x14\xdd\xaa\x66\x0e\x1d\x2b\xd6\x09\x18\xea\x99\xe3\x4f\xcf\x84\x53\x46\x7e\x02\x69\x18\xde\x3f\xcc\xa0\x35\x2c\x72\x84\xdd\x6d\x18\xd1\x09\x44\xb7\x34\x53\x6f\x04\xe2\x18\x64\x28\x2a\x8e\x40\x70\x8a\x2e\xd4\x1c\x81\x64\x05\xdf\x35\x8c\xf2\x04\xb2\xf1\x4c\x43\xcd\x11\x48\xb5\xb9\x17\x55\x1d\x81\x7a\xce\x0a\xf5\x44\x20\x7a\xb5\x07\xf9\xf9\x61\x02\x70\x79\x54\x14\x87\xe1\x9c\x46\xd9\x0d\x35\x45\xa0\x99\x38\x70\xa8\x29\x0e\xc3\x34\xd7\x79\x9b\x1b\xea\xa3\xcc\x1a\xaa\xf7\x54\x53\x04\x52\x29\x8c\x77\x1a\xa5\x09\x64\x43\xbc\xa6\xda\xe3\xa4\x60\xa9\xc6\xd5\xa9\xa2\x08\xcc\xd2\xff\xbb\x82\xd8\x9a\xea\x91\x33\x54\xc7\xa2\xcb\x75\x1a\xc1\x39\x4d\x69\xcd\xf7\x3d\x55\x23\x81\xa2\x59\x6e\x1a\xab\x09\x14\xcd\x6d\xd3\xb0\x4c\xa0\xac\xf3\xe0\x2b\x09\x53\x4e\xb1\xd5\x27\x09\x8f\x39\x7f\xf8\xa9\xc6\x38\xc9\x8c\xa5\xc3\x74\xaa\x1d\x4e\x93\x55\x73\x18\x4d\x95\x43\xa0\xe8\xf5\x9d\x06\x5a\x02\x69\x0e\x8c\xf4\xd3\x40\x4b\x20\x8d\xcc\x6f\x75\xaa\x44\x02\xf1\x25\x4f\x68\x4e\xd3\x14\xd6\xfc\x7c\xa6\x0a\xe3\x34\x37\xf5\x99\x81\x0a\x23\x50\x35\xdb\x4e\x15\xc6\x69\x6a\xea\xbf\xf1\x6e\x69\x47\x0e\xb0\x9d\x33\x4d\x1a\x86\xf9\xab\x4c\x35\xc6\x69\x6e\xea\x33\x31\x35\x46\xa0\x1a\x56\x30\x55\x0e\x81\xd4\xbc\x1b\x33\x55\x0e\x81\x66\x96\xb1\xa9\x22\x38\xcd\x42\xad\x5b\x79\xaa\x08\x02\xd1\x43\x81\xe6\xfa\x65\xe5\x20\x57\x4b\x4d\x10\x88\x67\xe1\xa7\x6a\x1f\x50\x8d\xfb\x9d\x7a\xff\x80\x66\xbe\xb0\xa9\x22\x08\xa4\x9e\xab\xf3\x72\xae\x59\xe7\x38\x27\xca\x54\x39\x04\x9a\xf9\xe0\xa6\x8a\xe0\xb4\x3c\x69\x73\x12\x7a\xfb\x80\xf8\x14\xe9\xd5\x4b\xa4\x40\xd0\xe0\x89\x1a\xe3\xf4\x12\xa9\xd5\xbd\xa6\x81\x94\x40\xf3\x82\xe7\x54\x61\x04\x9a\x01\x88\x53\x3f\x21\xd0\x7e\x67\x6c\xce\x34\xa0\x99\xa7\x6c\xaa\x07\x02\x71\x9a\xf0\x7e\x95\xbe\x69\xf1\x50\xca\x27\xae\xa9\xd2\x07\x44\x3b\x5e\xa7\xdf\x0e\x88\x76\x30\x58\x4d\x10\x68\xde\xe5\x99\x2a\x82\x40\xfc\xc7\xed\xc2\xf1\x72\x31\x34\x79\x8d\x62\xaa\x09\xce\x73\xf3\x93\x43\x6c\xea\x06\x04\x82\x06\xeb\xd4\x0e\x81\x60\x93\xef\x73\xc3\x56\xec\x8c\x87\xe4\x1a\x5a\x79\x54\x66\xea\x2e\x04\x5a\x3d\x73\x70\x09\x03\x9a\x97\x6f\xa7\xee\xc2\x69\x91\x51\x15\xbc\xa9\x73\x10\x68\x5e\x8c\x9e\xaa\x95\xd3\xe2\xa1\x14\x5d\x5e\x53\xb5\x12\x68\x5e\x04\x99\xde\xdd\x9c\xd6\x0e\xa5\x5c\xf3\x9a\x6a\x95\xc0\x49\xbd\x34\xf5\x0e\x02\xd1\x8c\xb1\xa9\x69\x02\x41\x83\x21\x6a\x9a\x40\xf3\x36\xc3\x54\xd3\x04\x52\xf6\x8e\xe7\x54\xd3\x04\xe2\xd0\xe5\x75\xea\x95\x93\x3b\x99\xd9\xbb\x7c\x53\x1f\xe0\xec\x27\x10\x80\xf7\x19\x06\x09\xb4\xb1\x6c\xe6\xaa\x76\x6d\x14\x72\xce\xc8\x48\xa0\x8d\x25\xc9\xb9\xf6\x13\xa4\xea\xa3\xae\x60\xb7\x7c\xff\x79\xd4\xf9\x07\xb4\xe9\xe2\xab\x95\x02\xa9\x53\x5b\x7e\x4d\xbd\x85\x40\xf3\xfa\xc1\x54\x05\x9d\xc6\x3b\xfa\x11\xaa\x82\x02\xcd\xdf\xe1\x54\x03\x05\x52\xf1\x0f\x3e\x55\x41\xa7\xb1\x8d\x5e\x35\x99\x3a\x07\x81\xf8\x33\x43\x53\xc8\x06\xb2\x81\xcb\x53\x07\x0d\xb0\x7e\x9e\x2d\x8a\xd3\xc0\xa2\x6a\xe4\x9a\x4a\xd3\xf3\x3a\x82\x13\xac\xf4\x76\x16\x50\x95\xa5\xa6\xd2\x34\x50\x15\xb9\xa6\xc2\x34\x10\x07\x15\xc3\x55\x98\x06\xaa\xb1\x1d\x53\x59\x7a\x2a\x4b\x67\xf7\xa5\xb2\x34\xd0\xbc\x9b\x36\x15\xa5\x81\x54\x1b\x12\xe2\x54\x94\x06\x62\x4b\x3b\x10\x67\x65\xa1\x50\x9d\xb1\x53\x51\x1a\x68\x26\x49\x98\x4a\xd2\x53\x49\xba\x77\xbb\x70\xf6\x37\x82\x14\xc6\xdf\xa9\x70\x0d\x44\x33\x69\xee\xd5\xdb\x3b\x2a\x7e\x82\x0a\xd7\x40\xd0\xd8\xfb\x0a\xd7\x40\x2a\x29\xfd\xc3\x6d\xb2\xa9\xec\x3d\xbd\xc1\xe5\x7d\xd8\xa9\xa0\x0d\xa4\x96\xb1\x3f\x4f\x25\x6d\xa0\xe9\x45\x9c\x0a\xda\xf3\xe4\xca\x4d\x3e\x2a\xcf\x9e\xc3\x33\xd8\xad\xa4\x0d\x04\x0d\x9e\x29\x69\x03\xf1\x2c\x3c\x33\x06\x09\x88\x76\x76\x2b\xd3\x1e\x23\xb3\x65\xa4\xf2\xf7\x34\xaf\xae\xd7\x9f\xa6\xc2\x36\x10\x1b\x90\x0f\x46\x2f\x0a\x90\xbd\x2f\x30\x15\x5c\x81\xd4\x8a\x07\xb2\x2e\x13\x20\x1e\xe5\x75\xfa\x4c\x80\x6c\xa8\xfb\x54\x98\x05\xd2\x29\x9c\x38\x15\x66\x81\x54\x0d\xdf\x9d\xba\x51\xa6\xa5\x5f\xfc\xa7\x2a\xdf\x4e\x4b\xbf\x28\xc6\x28\xde\x02\xd3\xa4\x29\x53\xe9\x16\x88\x97\x31\x5e\xef\x35\x01\x45\x87\xd4\xd4\xb3\x02\x14\xcd\xe3\x53\xcf\x0a\x50\x34\xbf\x4f\x93\xc6\x00\xeb\xe7\x87\xe0\xe5\xa7\x69\xce\x18\xd3\xf1\x4d\xa5\x67\xa0\x68\x43\x98\xfa\x64\xe6\xf1\xc9\xc0\x0d\x05\x65\x20\x1d\xe3\xd7\x54\x50\x9e\xba\x58\x5c\x7b\x5d\x2c\x40\x39\x1f\x9f\x72\x32\x90\x46\xf6\x8b\x57\x4e\x06\x16\xe5\x58\xd7\x54\x26\x06\x96\xd9\x87\xa7\x32\x31\x10\x9f\x32\x9b\xc6\xeb\x4c\x40\x39\xa2\x89\x32\xf1\xa4\xd6\x8b\xb6\xfc\xa5\xfc\x0b\xa4\x9f\xd2\xf4\x52\xd8\x5d\xba\x4a\x54\x6c\x96\xae\x12\xa0\x2a\xd4\x2d\xc5\x59\xa0\x7a\xf0\x2c\xc5\x59\x20\x9e\x2c\xd0\xa6\xb4\x23\x0f\xd9\xeb\x92\x86\xff\xfc\x74\x70\x49\xba\x38\x79\xec\xe0\x91\x84\x29\x0d\x3d\x6c\xe9\x15\x01\xd2\x28\x68\x30\x4b\x89\x16\x68\xe6\x92\x5d\xba\x40\x96\x25\xfb\xf5\x50\x2c\xa5\x5c\xa0\xea\xe9\x5c\x4a\xb9\x40\x1d\xe7\xc9\x2a\x49\x87\x3a\xff\xcd\xa5\x94\x0b\xa4\x9f\x16\x9b\xa5\x94\xbb\xd2\x91\xfc\x7c\xd6\x99\x22\xe5\xea\xc2\x5a\xba\x4a\x80\x74\xb6\xee\x32\x15\x0b\xd0\x0c\x1f\x5e\x0a\xc3\x40\x33\xe7\xef\x52\x16\x06\xd2\x50\x31\x59\x0a\xbe\x40\xfb\x9d\x0e\x3e\x49\xca\x82\x4e\x4b\x19\x17\x68\x9a\x55\x97\xf2\xec\xca\xc7\x26\xc6\x70\xf5\x76\x00\x21\x47\xd1\xab\x02\xed\x32\x77\x4a\xb3\x0b\x05\x5a\xa0\xfd\x4e\x0f\x4e\xcb\xdc\x29\x26\x77\x5a\x7a\x36\x96\xb9\x53\xac\xa3\xb7\x94\x71\x57\xd6\x26\x36\x1c\xca\x2b\x4d\x9b\xd8\x70\x28\x4e\x8c\xab\x44\xf5\x34\x73\x62\x0a\xb9\xd6\xdb\x5b\x0a\xb9\x40\x4a\xc6\xe2\x2f\x5d\x20\x40\xd0\x18\x9e\x92\xef\x52\xf2\xb5\x08\xdf\x52\xf2\x5d\xe5\x48\x97\x1d\x9a\x1c\xe0\x06\x91\x37\xd6\x97\x42\x2e\x10\x0b\xc6\x2c\x94\x72\x81\xd4\xb4\x3a\x2d\xc5\x5c\x20\xce\x07\x5f\x27\x07\xca\xd1\x4c\x99\x99\xb2\x2f\x10\x67\xa8\xcf\xba\xb4\xde\x17\x32\xc6\x7e\xe9\x53\x01\x9a\xd9\x63\x96\xd7\x85\x16\xa5\xf9\x4d\xa8\xb4\x74\xa9\x2c\x43\xe2\x2c\x89\xb6\x14\xa5\x97\x05\x58\xbc\xda\xb0\x74\xa9\x2c\x6f\x0b\xd5\x9f\x34\x19\x60\x51\x16\x0b\x8d\x2e\x45\x69\xc0\xaa\xfe\x6b\x29\x36\x03\xd1\x8c\x89\x29\x36\x2f\x8b\xf3\x77\x99\xa2\xd8\x0c\x34\xef\x36\x2c\xa5\x66\x20\x75\xaf\xb6\x2f\xa5\xe6\x65\x71\x7e\x95\xab\xa5\xd4\x0c\x04\xcd\x2e\x9c\xbf\x97\x85\x2c\xbf\xb7\x94\x9b\x81\x68\x47\x1f\x4a\xc9\xcb\x92\xfd\xa6\x47\x59\xfa\x68\x80\x36\xfe\x25\x27\xeb\xd2\x83\x03\xb4\x73\x16\x28\x6a\x2f\xeb\xf9\x9b\xc6\x65\x19\x88\x07\xa4\x62\x5c\xda\xf2\xca\x11\xd0\x66\xb7\x7f\xcf\x82\x76\x7e\xed\x8e\x53\x36\x36\xc5\x54\xb6\x82\x52\x3a\x10\xcd\x7c\x54\x2e\x2a\xa6\x9b\xec\x64\x29\xa6\x2f\xcb\xf9\x5b\xf5\x71\x29\xa7\x03\xcd\x0b\x92\x4b\x31\x1d\x88\x9d\x2a\x4d\x8e\x21\xa6\xaf\x43\xf2\x3b\x6a\xe7\xfa\x0e\x3d\xe8\xfd\x01\x52\xf1\xb6\xef\x52\x4c\x5f\xa6\x53\xf1\x82\xc8\xf2\xfe\x12\x90\x86\x95\x3c\x97\x41\x53\x40\xf6\x86\xdf\xd2\xb8\x0e\xfc\x7d\x32\xda\xd6\x81\xf8\x2a\xd9\xcf\x1a\xd7\x81\xec\x05\xbb\xa5\x1d\x7d\x1d\x3b\xba\x1f\xb4\x76\x74\x20\xfe\x21\xbe\xce\xb9\x9e\x7c\x98\x58\xfd\x96\x76\xf4\xa5\x1d\xbd\xb9\x13\x34\x90\xaf\x63\x20\xe7\xaf\xbd\x34\x86\x03\x41\xb3\x9d\x0b\x8b\x35\xbc\x4f\xcc\xd7\x4b\x6b\x38\xd0\x4c\xfc\xb5\x34\x86\xaf\xeb\x7c\x0b\xec\x09\x05\x75\xa0\x19\x81\xb0\x34\x86\x03\x31\x0b\x7b\x70\x66\x97\xbe\x44\x7e\xf9\x4b\xe9\x1d\xc8\x1a\xf9\x97\xd2\x3b\x50\x34\xb4\x2d\x6d\xe1\x40\xd1\x7b\xb1\x94\xe7\x81\x35\x1c\xad\xe1\x56\xc0\xb2\xf6\xe2\x52\xc4\x07\xca\xf9\x73\x29\xe2\x03\xcb\x3a\x8e\x4b\x09\x1f\x28\xe7\xcf\xa8\x84\x0f\x94\xf3\x2b\xf3\x7a\x00\xb0\xac\x1c\xb9\x14\xe6\x81\x54\xcf\xf9\xa1\x30\x0f\xc4\xba\x48\x93\x1b\xb7\x8e\x32\xa7\xa9\x34\x0f\x04\xcd\xf7\xc9\x8d\x5b\xe9\x12\xb1\x71\x29\xce\x03\xe9\x67\x90\xf7\x52\xe6\x06\xea\x11\x50\xb4\x77\x2f\xd3\x59\x9a\x97\x7f\x29\x86\x03\xd1\x05\x73\x55\x0c\x07\x52\x3b\x8c\x33\xea\x0a\x88\xcf\x86\xe1\x29\x87\x03\xf1\x3e\xfb\x70\x6a\x27\x79\xa5\x6b\xaf\x7c\x0d\xa4\x9f\x16\x8a\xa5\x7c\xbd\x4e\xa2\x4a\xff\x5d\x1a\xb8\xd7\x49\x54\xe9\x21\xa1\xcc\xbd\x4e\xa2\x4a\xd9\xa7\x81\x7b\x1d\x03\xb7\xd2\x81\x06\x6e\xa0\x1a\x2d\xb3\xbc\x34\x00\x54\xbd\x91\x4b\x93\xf7\x32\x0f\xa5\x87\x95\x16\xef\xf5\x2a\xb9\xf8\x19\x6a\xde\x06\xaa\xc1\xbf\x4b\xeb\x36\x10\xcd\x98\xbf\xd6\xed\x75\xd2\x50\xfa\xf7\xd1\xba\xbd\x4e\x1a\x4a\xcf\x3e\xad\xdb\x40\xd5\x9c\xb8\x0c\xc8\x02\x52\x37\x62\x7a\xa9\x4a\x00\x55\xb7\xeb\x52\x95\x00\xa2\x57\x7b\x90\x4b\x2f\x1e\x3e\xbf\x24\x35\x09\xa0\x1a\x63\xb4\xd4\x1a\x96\x5a\x43\xf6\x7b\x50\x6b\x00\x4e\xb2\xc5\xa5\xd6\x00\xc4\x69\xc0\xd8\xbc\x6e\x00\x04\x8d\xe9\xab\x4a\x00\x41\xf3\x59\x59\x82\x2e\xd1\x32\x1a\xff\x52\x97\x00\x52\xb2\x4e\xd8\x52\x99\x00\x82\xc6\xf2\xab\x4d\x00\x41\x83\x4d\xea\x0e\x40\xf4\xe1\xfb\x9c\xec\xc6\xb4\x77\x48\xee\x88\x7d\x0e\x30\x66\xab\xe5\x7d\x1d\xcb\xbb\x0b\xab\x42\x01\x34\x23\x8e\x97\xca\x03\x10\x67\x9a\x34\x67\x76\xac\xec\x1e\xe0\x6a\x0f\x40\x4a\xeb\xd0\x9c\x99\xe9\x26\xbd\xbd\xb8\x34\xbd\x2f\x4d\xef\xa6\x07\x5c\xaa\x19\xcb\x7c\x93\x66\x65\x5c\xea\x19\xcb\x7c\x93\x66\xef\x5b\xda\xde\x97\xf9\x26\x4d\xc1\xb7\xd4\x3d\x80\xa0\x31\x5d\x95\x8f\x65\x72\x49\x93\x01\x2e\x0d\xf2\x40\x33\xcb\xcf\xa5\xf1\x1d\x20\xf5\xc1\x7f\xfe\xcc\x2f\xd5\x95\xcb\x2c\x93\xe6\xd4\xbb\x54\x57\x80\xe8\xcc\x37\x57\x69\xba\x40\x51\xb9\x2e\x75\x18\x20\x68\x03\x5a\x97\xa6\xff\x87\xf3\xf0\x52\xb1\xb9\xcc\xb4\xa0\x87\xed\x52\x89\xb9\xcc\xaa\xe0\xa9\x71\xa9\xc5\x5c\x66\x55\x30\x30\xe1\x32\xe0\xeb\x32\xab\x82\x87\xda\xa5\x6a\x03\xc4\x62\xf9\xec\x2b\xcd\x08\x45\x34\xb6\x4b\x7d\x07\x68\x66\xc6\xbd\xb4\xe9\x5f\x26\x55\xf0\xf0\xbb\x54\x81\x80\x78\x1d\x53\x53\x07\xba\x4c\xaa\xa0\x8f\xfa\x52\xbb\xb9\x4c\x96\x60\x62\xfd\x4b\xed\xe6\x32\x59\x82\xb7\x4f\x2f\xb5\x1b\xa0\x79\x99\xf5\x52\x93\x01\x9a\xc9\x40\x2e\x15\x19\x20\x9e\x74\x24\x4e\x36\x69\xb7\x71\xc4\xaa\x32\x40\xf4\x6a\x0f\x4e\x36\x69\xb8\xe1\xd8\xbc\x54\x6f\x80\x68\xe7\xfb\x9c\xad\x76\x7d\x3d\x0c\x97\x76\xfd\xcb\x9c\x0a\xda\xcf\x2e\x75\x1e\x20\xfe\xc1\x2c\x90\x91\x60\x97\x91\x60\x7a\xc0\x2e\x8d\xfd\x97\x91\x60\xda\x2f\x2e\x95\x23\x20\x68\x70\x4f\xe5\xe8\xca\x87\x2b\xf6\x2b\x57\xb2\x97\x30\xdc\x04\x2a\x4c\x40\xb4\x93\x26\xab\x8c\xfb\x32\x78\xfb\x52\x3b\x02\x82\xc6\x7c\xd5\x8e\x2e\x73\x2f\x64\x49\xb2\xca\x58\x30\x6f\xf4\x5d\x2a\x4c\x40\xd0\xec\x42\x56\x65\x45\xe3\xe2\xd4\x64\x55\xd6\x05\xc2\x47\x7c\xa9\x31\x5d\xc6\x8c\x71\xc4\x5c\x2a\x4c\x40\x3c\xca\x6a\xa8\x30\x01\x21\x86\xc2\x15\xdd\x02\x40\xb4\xf3\x75\x72\xc5\x94\x0b\x6e\x02\xe3\xc8\x80\x68\x66\x17\x32\x05\x4f\x81\x3f\x80\x4b\x1d\x0a\x88\x66\xac\x99\x3a\xd4\x55\x8e\x59\xcb\x76\xf2\xe9\xc4\x9b\x65\x47\x27\x9f\x8a\x96\x77\x4e\x8e\x4b\x1d\x0a\x48\x53\xdb\xd4\xa5\x0e\x75\x99\x73\x21\x25\x87\x27\xa3\x8c\x55\xfb\xf9\xa8\x7c\x32\x56\x2d\xf1\xe3\xb9\x54\xac\x80\x36\x7f\x92\xe4\x53\xd5\xf7\x8a\x92\x70\xa9\x57\x01\xd1\x03\x7c\x52\xaf\x02\xda\xc4\xd3\x7c\xe9\xb5\x00\xa2\x19\x2b\xa6\xaa\x05\xb4\xf9\xf3\x6d\xb2\xae\x1e\xbd\x01\x9e\xa8\x6a\x01\x21\xfc\x4b\x93\x4f\x27\x09\x83\x7b\x56\x5d\x0b\x08\x9a\x5d\xc8\x93\x93\x84\xc1\x6f\x4f\xbd\x0a\x68\xb3\x4b\x92\x25\xa8\x55\xc5\xaa\xa0\x97\xfe\x88\xeb\xe4\x65\xf0\x53\x51\xd5\xba\x4e\x5e\x06\x3f\x5b\x15\x27\x20\x68\x4c\x43\xcd\xe9\xfa\xd3\x92\xe0\xb1\x5a\xd2\x75\xb4\x24\x36\x85\x5a\xd2\xa5\x96\xa4\x82\x71\xa9\x25\x01\xcd\xdb\x85\x97\x5a\x12\x10\x8b\xcd\x88\xd5\x92\x80\x78\x94\x11\x1b\x36\x77\xe1\xcc\x30\x1d\xce\xa5\x92\x04\xc4\x19\x60\xaf\x4e\xd6\xec\x0d\x5e\xb0\xbe\x54\x89\x80\x53\x23\xe4\xd2\x71\x01\xa4\xa2\xb9\xef\x52\x23\x02\x9a\xf6\x8c\x4b\x85\x08\x08\x49\x81\x5e\xf5\x65\x5c\xfa\x32\xbc\xbe\x70\xe9\xcb\x00\x9a\xb6\x86\x4b\x5f\xc6\x45\x46\x87\x62\x78\xf8\x65\x30\x1d\x90\x8a\x39\xa7\x2e\x9d\x19\x97\xce\x0c\xd3\x70\x5d\x3a\x33\x2e\xb3\x3c\xc8\x39\x7d\x19\x97\x59\x1e\x4c\x12\x76\xe9\xcc\x00\xd2\xd0\x37\x72\x19\x1f\x05\x04\x8d\x2e\x54\x61\x80\x6c\x60\xcd\xa5\xba\x02\x2c\xcb\xc2\x5f\xaa\x26\xc0\xb2\xe0\xfb\xa5\x1e\x72\xdd\x84\x55\xcb\x38\x95\x0e\x20\x44\x67\x69\x32\x0e\xc7\xc2\xc8\x7e\x4d\xaa\x1d\x40\x88\x93\xff\x50\x3c\xfc\x52\x2d\x01\x42\xb4\x62\x01\x74\x3c\x5c\x56\xe1\x3b\x3b\x41\xcf\x03\x50\x35\x18\x5f\xea\x2a\x40\xf3\x62\xd5\xa5\xaa\x02\xc4\xdb\x1c\xa8\x7c\x35\x84\x27\xa3\x56\x5e\xaa\x2a\x40\xb4\x83\xb1\xaa\x2a\xc0\x29\x78\x71\xa9\xa9\x00\xa9\x0d\xc4\xf9\x4b\xc7\xc3\x75\x1f\x09\x47\xda\x61\x99\xf6\x39\x8f\x47\x1d\x0f\x97\xb9\xe1\x74\x81\x5c\x6a\x39\x40\x33\xef\xf2\xa5\x96\x73\x9d\x74\x71\xa8\x95\x97\x5e\x04\x20\x65\xe3\x75\x2e\xb5\x97\xcb\x3c\x70\x86\xb7\x5e\x7a\x07\x2e\x93\xbe\x19\x54\x7a\xa9\x95\x00\x71\xa0\xf9\x3e\x87\x17\xd0\x26\x16\xb0\x4b\x05\x04\x88\x4f\x1c\x16\xab\x81\x00\xcd\x74\x87\x97\x1a\x08\xd0\x26\xa6\x86\x4b\x0d\xe4\xe2\xd2\xb2\xf7\x87\x2f\x15\x10\x20\x9d\xcb\x5f\x97\x1a\x08\xd0\x54\x84\x2e\x15\x10\x20\x75\x43\xc5\x2f\x15\x90\xcb\xf2\x79\x4a\x4d\x6a\x11\x40\x30\x4e\x9a\x33\xb0\x28\xbd\x7f\x33\x9d\x0f\x97\x91\x34\x26\xd5\xbb\x54\x23\x80\x62\x70\xde\xa5\x16\x01\x44\x33\x1f\x75\x0a\x5b\x2d\x52\x19\x51\xf5\x00\xa8\xda\x23\x2e\xb5\x83\x6b\x1f\x85\x51\x9a\x1b\x67\x1f\xe5\x10\x8e\xa8\x09\x00\x41\xb3\x9d\xcb\xa0\x26\x70\x06\xec\xc6\xd9\xa8\x3d\x92\x14\xfa\xaf\x93\x64\xde\x33\x5f\x2f\x02\x10\x34\xb8\x64\xb8\x0d\x10\x34\xb8\xa9\x76\x70\x79\x7b\xa3\xfb\xd3\x53\x13\xb8\xd4\x04\x8c\xcf\xbf\xd4\x04\x2e\x35\x01\x23\x94\x2f\xa5\xfe\xeb\x3b\x9f\x89\xfd\xba\x99\xbe\xa3\xe3\xd8\xaf\xb3\x25\xe2\xc6\x3b\x8f\x97\x42\xff\x65\xfe\x34\x6f\xff\x5c\x0a\xfd\x40\x7c\x12\xbe\xce\xd9\xfe\x29\x02\xbe\xce\x55\xe4\x12\x47\x4f\xac\xf6\xad\x26\x00\xc4\xfb\x7e\xd0\xb2\xb4\xec\x8d\x8d\x0e\xad\x48\xc3\x49\x0e\x07\x6e\x45\xfd\xfb\x88\xf5\x28\xe0\xb7\x62\x3d\xd0\xcc\x9e\x73\xeb\x9a\x00\xa2\x59\x86\xb6\xa4\x59\x4d\xb9\xdb\xeb\x25\x4d\x41\x17\x0d\xe3\x56\xaa\xbf\x95\xea\x2d\x11\x76\x2b\xd5\xdf\xbf\x23\xe8\x3a\x94\x57\x1a\xb9\x01\xb3\xa4\x2d\xe9\xc8\xb9\x4e\xe2\x93\x66\x71\x0f\x7e\xca\xb7\x52\xfd\x6d\xaa\x34\xdd\xce\xb7\x52\xfd\x7d\x52\xa5\x71\x64\xdd\x7a\x36\x6e\x53\xa5\xf9\x43\xbb\x95\xf4\x81\xd8\x03\x0c\x59\x49\x1f\x88\x03\xc0\x67\xe5\x4a\x52\x06\x71\x7c\x46\xeb\xdc\x49\x43\x65\xf6\x59\xd9\x92\x94\x41\xa6\x7d\xc8\x16\x1c\x19\xb3\xfb\xa8\x53\xcb\x27\x9c\x8a\x66\x8a\xe1\x40\x3b\x23\x56\x0a\x07\x9a\xb6\x95\x5b\x21\x1c\x88\xff\x23\x9d\x2a\x84\x03\xd9\xe8\xc7\x5b\x79\x1b\xa8\xfa\xc3\x6e\xfd\x13\xb7\xfe\x89\x62\x2b\x47\xab\x04\xae\x49\xf2\x56\x02\x07\x62\x8b\xf9\xa8\x8b\x98\x35\xb5\xba\x88\x8a\xdb\x40\x70\x8e\xd5\xc9\x67\x5a\xe6\x45\x72\x03\x28\x6e\x03\x43\x5f\xfc\xad\x68\x0d\x34\x35\xe1\x5b\xc9\x1a\xc8\x86\x26\xde\x7a\x22\x6e\x3d\x11\xde\x93\xbe\x15\xb6\xef\x72\x96\x6b\x41\x73\xf6\xe5\x6c\x62\x06\xa2\x64\x0d\xc4\xd6\x81\x73\x8a\xd1\x40\xea\x29\x4b\x73\xb2\x7f\x62\xb4\x34\x27\x5b\xce\x64\x99\x84\x62\x34\x90\x8d\x58\xb8\x95\x98\xef\x62\x98\x39\x2a\xec\xad\x78\x0c\xa4\xaa\xf0\x72\x2b\x1f\xdf\x95\x6b\x82\xff\x72\x65\xfc\x56\x52\x06\xd2\x4f\xf7\xcd\xad\xa8\x0c\x54\x2d\x74\xb7\x92\x32\x50\xf5\x6f\xde\x4a\xca\x40\x3c\xc9\x47\xa9\xa4\x7c\xeb\x94\xf0\x86\xd4\xad\x54\x0c\x04\xcb\xd8\x92\x7a\x20\x6e\x3d\x10\x1a\xfc\x6e\x25\xe5\xbb\x9e\x1f\x09\xec\x51\x52\xbe\x0d\xdc\x39\x83\x93\x15\x06\xee\x9c\x5e\x5d\x75\x03\x77\x38\x96\x6f\xe5\x64\x20\x98\xc3\x40\x74\x49\x00\x6d\xba\x87\x14\x9d\x6f\x45\xe7\x94\x7d\xd4\xd9\x93\xc4\x7d\xfa\x91\x2a\x39\xdf\xa6\x34\x33\xab\xf7\xad\xe8\x7c\x2b\x3a\x9b\x62\xfd\x56\x4e\x06\x9a\xb1\xb1\xb7\x62\xf2\xad\x98\xec\x85\xe9\x5b\x31\x19\x28\x3f\xf7\x9a\xfe\x05\x60\x8d\x43\x72\x56\xcd\x35\xf7\xd0\x53\x24\xbe\xfb\x91\xec\x78\x9b\xb2\x2e\x90\x7e\xda\x89\x6e\x05\x5b\x20\xd6\x86\x91\x18\xa4\x03\x04\x0d\x96\x28\xec\x02\x41\x63\xfe\x0a\xbb\xb7\x17\xff\x0b\xaa\xc3\xad\x14\x0b\x44\x1f\x8c\xcf\x90\x1c\xa0\x6a\xed\xbe\x0d\xc9\x01\xe2\x75\x0c\xcf\x98\x1c\x20\x68\x6c\x1d\x2f\x7c\x00\x41\xa3\x0b\x03\x70\x80\xa0\xf9\x3e\xa7\x31\xce\x34\xe0\xb1\xd7\x40\x80\xaa\xf9\xfc\xf6\x1a\xc8\x6d\x06\xf3\x73\x26\x79\x0d\xe4\x36\x83\xb9\xb7\x8e\x6f\xaf\x81\xdc\x66\x30\x37\x3b\xc3\xed\x3d\x10\x20\x9e\x75\x78\x6e\xb1\xa1\x11\xd0\x1f\x9a\x17\x3d\x80\x38\x1f\xe0\x94\x17\x3d\x80\x68\x47\xbf\x5e\xf4\x00\x42\x18\x66\x6a\x5e\xf4\x00\xa2\x1d\x6c\xf1\xa2\x07\x90\xba\x51\x2b\xb7\x97\x3a\x80\x68\xe7\xb3\xb2\x80\x1c\xe6\xd9\x1b\x11\xb7\x37\x3d\x80\x68\xc7\x98\xbd\xe9\x01\xc4\x3c\x98\x9b\x37\x38\x80\xd4\x0d\x51\xb9\xbd\xc2\x01\xa4\xb1\x4e\x3b\xe7\xcb\x1d\x8e\x6a\x34\xf4\xad\x8e\x02\xa4\x6e\xb0\xf6\x6d\xc6\x2b\x20\xfa\x90\xe6\x7c\x17\x86\x50\xcf\x7e\x2f\xfa\x03\xd1\x8c\x6e\xcd\x79\x75\xaf\x73\xbe\xc2\x3e\x93\x93\x03\xd1\xce\x67\x9d\xda\x52\xe8\xf4\x43\xf0\xb2\x07\x10\x87\x8a\xed\x9c\x9a\x49\xc6\xbd\x29\x79\xeb\x90\x02\x52\xcf\x38\x6e\x6e\x1d\x52\xb7\x09\xc5\xbd\xc5\x79\x7b\xb1\x03\x88\x55\x63\xd9\xbc\xd8\x01\x04\x9b\xe9\x43\xc7\x15\x10\xcf\xb2\x6c\xde\xec\xb8\xbd\xd9\x61\x4c\xe7\xad\xe3\xea\xf6\x1a\x87\x57\xb2\x6e\x1d\x57\xb7\xd7\x38\x7e\xfe\x3b\xf4\x5c\xdd\x66\x0f\xf7\xae\xe8\xad\xda\x77\x5f\xe7\xc0\x64\xcc\xba\xae\x80\x93\x4d\xf4\x56\x15\x04\x5a\x39\x23\x71\xb6\xdc\xd8\x28\xa7\x53\x27\x4b\x4e\xf0\x72\xde\xef\x5c\xad\xcb\x6e\x9c\xe7\xad\x9b\x0a\x88\xa5\xe5\x6d\xfa\x96\x6e\xb3\x78\x17\x84\xe2\x5b\xbd\xee\xf6\x72\x86\xee\xdf\x5b\x25\xee\x3e\xd1\x63\x08\xd4\xb7\x5a\xdc\xed\x45\x8c\xe2\x91\xac\x2a\x76\x1b\x03\xa6\x13\xf1\x56\xed\xba\x8d\xf7\x3a\x07\x8b\x6a\x17\xd0\xb4\x04\xdc\x6a\x5d\x40\x34\x63\xc8\x3a\x92\x80\xa0\xc1\x76\x1d\x49\xb7\x29\xb9\x8b\xc7\xbe\xaa\xd8\xfd\x9c\x21\xd3\xad\xaa\xd8\xad\x2a\x56\xb0\x88\xde\x06\x74\x01\xcd\xd0\xfc\x5b\xdf\x12\xd0\xbc\xa2\x78\xab\xb0\x01\xcd\x0b\x8f\xb7\xba\x19\x10\x7b\x87\x97\xa9\x62\xdd\x27\x57\x94\xc2\xae\xf7\x1a\xee\x93\x1a\x7b\x49\x93\xc7\xa6\xc6\xb6\x06\xde\xad\xde\x75\x9b\x1a\xbb\xf8\x3a\xc7\xeb\xb5\x06\x6f\x10\xde\x3a\x79\x6e\xaf\x30\x8c\x7f\xb9\x67\x7e\xeb\x04\xba\xbd\x95\x6f\x82\xb1\x5b\x27\x10\xd0\xcc\x3a\x7e\xab\xbe\xdd\xaa\x6f\x56\x4f\xbb\x75\x02\x01\xf1\x07\x60\x05\x8c\x31\xbb\x4f\xee\x6c\xe5\x28\x75\xba\xdb\x44\x54\x26\x08\xba\xd5\xe9\x6e\xef\xe5\x9b\x12\xed\x56\xa9\x03\xa2\x1d\x43\xd1\x0f\x04\x04\x0d\x66\xe8\x07\x02\xe2\x59\xfb\x90\x41\x27\x57\xf6\xf2\x7d\x72\x68\x73\xd5\xd7\x9f\xb6\x17\xf8\x6f\x53\x65\x2b\x5a\xe9\x19\x02\xd2\xc9\x72\x70\xeb\x19\xba\xf7\x51\x10\x7c\x54\x0e\x9c\x94\xda\x4b\x9a\x1c\xd8\xde\x82\xf4\x67\xa4\x1b\x08\x88\x76\xec\x55\x35\xc2\xfb\xc4\x95\xf9\xd9\xa8\xe9\xdd\x27\x29\x96\x9f\x88\x5a\xdd\x6d\xaa\x6c\x23\xe6\x6f\xfd\x3b\xb7\xa9\xb2\x8d\x49\xbf\x55\xcd\x80\xe6\x2d\x9f\x5b\x2d\x0c\x88\xc3\x39\x86\xf7\xa8\x71\x01\x41\x9b\xd0\x9a\xb4\x66\x17\xd2\xba\x34\x2d\x13\xfc\xdc\x1e\xbd\x26\x8f\x5e\x13\x63\xfc\x1f\x75\xae\x47\x9d\xcb\xe0\xfd\x47\x9d\xeb\xd1\x93\xa2\x53\xfa\x51\xe7\x02\x52\x4f\xd3\x76\xb7\x34\x83\x49\xf8\xa9\x3e\xea\x5c\x8f\x9e\x14\x83\x9f\x1f\x75\x2e\xa0\xe9\x1d\x7d\xd4\xb9\x1e\x75\x2e\xc3\xe1\x1e\xf5\x2b\x20\xfe\xb3\xb4\x53\x97\x7a\xfe\x74\x29\x58\x60\x98\x18\xd0\xf4\xa2\x3e\xaa\x57\x8f\x8e\x14\x03\xee\x1e\xd5\x2b\x20\x14\x0c\x5f\x27\x07\xd2\xe1\x00\x23\xd6\x45\x02\xa4\x69\xe4\xff\xa3\x8b\x04\x48\x25\xa1\x4d\x3c\xba\x48\x80\xa0\x25\x68\x9f\xb4\xcf\x5f\x2a\x5c\xd6\x1d\x02\xc4\x26\xa0\x5f\xdd\x21\x40\x3c\x2b\xcd\x69\x64\x33\xb2\x15\x9f\x75\x1e\x6a\x5d\x09\xc9\xea\x51\xeb\x02\xda\xfc\xf9\xa8\x8b\x8b\xe7\x63\x98\xdc\xfb\x51\xed\x7a\xcc\x30\x6d\x9a\x99\x47\x7d\xea\x51\x9f\x4a\x9c\x31\x8f\x2e\x8d\xe7\x64\x39\xe3\xb7\xfd\xa8\x63\x01\x6d\xfe\xec\xd5\x05\xf2\xa2\x43\x42\x17\x7f\x54\xb1\x1e\x3d\x1a\x03\x21\xe0\x51\xc7\x02\xda\x44\x9a\x7f\xd4\xb1\x1e\xb3\x9a\x69\x3d\x7a\x54\xb2\x80\xa0\xd1\xab\x4a\x16\x10\x34\xba\x55\xc9\x7a\x2c\x24\x5e\x93\x34\x67\x6b\x16\x69\xaf\x5e\x3e\x2a\x5e\x8f\x59\xa4\xcd\x3f\xf3\xa8\x78\x3d\xfa\x2f\xac\xc8\xfa\xa8\x78\x01\xa9\x99\xdb\xec\x51\xf1\x02\xda\x1c\xce\x42\xa6\x14\x4d\xf5\x1c\x53\x8f\xee\x8b\x47\xf7\x85\x89\x10\x1e\x95\xb1\x47\xf7\xc5\x70\x24\x32\xe5\x5c\xb5\x47\x06\x7f\xd4\xcf\x80\xd8\x66\x74\xa1\x7e\xf6\xe8\xbf\x30\xe7\xe1\xa3\xb6\xf5\xd4\xc3\x01\xdb\xc9\x81\xbf\x42\x5b\x0c\x45\x7d\xeb\x39\xe9\xa1\x11\xae\x1f\xf5\xad\xe7\x78\x26\x38\xcf\x1e\x3d\x13\x40\x9b\xdd\x66\x32\x40\xc7\x84\xc9\x67\x1f\x55\xb0\xc7\x8b\xf5\x26\xa9\x7d\x54\xc1\x1e\x9d\x15\xf5\xe7\xf0\xe4\x00\x41\x60\xa5\xca\x78\x75\xb0\x47\x6f\x45\xfd\x39\x3c\x59\x50\x8f\x80\xcc\xb3\x6a\x61\x4f\x3b\x96\x07\xc6\xa2\xca\xf5\xa8\x72\x59\x22\xf3\xd1\x5b\x01\xc4\xb3\xbc\x4f\x35\x0c\x68\xde\xee\x7c\x54\xc3\x1e\xd5\xb0\xca\xff\xe1\x51\x0d\x03\xda\x3a\x4f\xba\x2d\x74\x60\x9c\x81\xc8\x27\xc3\xbc\xac\x53\xf4\xa8\x99\x3d\x47\x33\xfb\xd9\x83\x93\x6d\x9e\xfb\x5d\x9a\x93\x3d\xde\x0a\x77\xad\xba\xd9\x73\xbc\x15\xcc\x41\xd5\xec\xd1\x5b\x61\x5e\xb2\x47\x6f\xc5\x63\xfe\x69\x6b\x37\x3e\xba\x2b\x80\x74\xf2\x6c\x3d\xaa\x6b\x40\x22\x8f\xd7\x7f\xfe\xde\x1f\xb5\xb9\x47\xd7\x85\xd9\xc6\x1e\xb5\xb9\x47\xd7\x85\xd7\x06\x1f\xef\xf3\x3f\x27\xa3\xb4\x07\xa0\xf7\xf9\x9f\x93\x51\xda\xa3\x5d\x35\xed\x39\xa9\xa2\xdd\x5d\xde\x9d\x00\x52\x57\xb8\x7f\xbc\x3b\xf1\x9c\x5c\xd1\xd3\x67\x5d\xaa\xbf\x5c\xd1\xf4\xab\x3a\xf7\xfc\xe5\x8a\x66\x9a\xaa\x6e\xcf\x40\x3d\xe6\xef\xf6\x98\x03\x1a\x48\xa5\x9f\x2e\xdc\xad\xa8\x73\xc5\x6a\x26\x8f\xea\x1c\x10\x3b\xc4\x2e\xdc\xad\xa8\x73\x43\xc7\xf9\xa3\x08\x01\x14\xd3\xa6\x3d\x4a\x10\xc0\xfa\x79\xda\x2b\x40\x00\xcb\x24\x89\x8f\xd2\x02\x50\x0c\x27\x7e\x14\x16\x80\x75\x4e\x0d\xe5\x02\x60\x99\x37\xf1\x51\x04\x78\x34\x00\x6b\xff\x7e\x34\x00\x03\xd5\x68\x80\x47\xa9\x00\xa8\x06\x5b\x3d\x06\x87\x00\xf1\xa4\x6f\x73\xb0\x5e\xc1\xf4\x4f\xa7\xec\x00\x84\xee\xcd\xd4\xb5\x08\x03\x41\xb3\x9d\xc3\x3d\xf1\xe6\xee\x53\x2d\xc2\x8f\x71\x20\x9a\x6b\x1f\x4d\xc2\x40\xb4\x63\x5e\xca\x1d\x40\xd0\xe0\x88\x82\xc7\x63\x0e\x1f\xe3\x45\x5e\x23\xd3\x5f\x23\xd3\x35\x13\xbf\x0a\x23\xef\x31\xff\xb2\x23\x5e\xcd\xbf\x40\xd5\x75\xf5\x6a\xfe\x05\x62\x28\x05\x5a\x93\xd6\xa4\x65\x68\x5d\x5a\x47\xbf\xb7\x87\x21\xe9\x70\xc0\x1e\xa6\xb4\xe9\xa3\x09\xda\x92\x46\x28\x14\x66\xf2\x57\x49\x04\x08\x8d\x9a\x91\x28\x62\xbc\x27\x3f\x0f\x86\xc8\x57\x11\x03\x68\x66\xcd\x7b\x15\x27\x5e\xcb\x7f\x7a\x43\xf6\x55\x9c\x00\x9a\xd9\xc7\x5e\x8d\xb5\x40\x3a\x32\xdb\xab\x84\x01\x84\x66\xcb\x80\x0d\x44\x7f\x4d\xda\xd3\x58\xed\x57\x03\xee\x6b\xd2\x1e\xaf\xaf\xbd\x4a\x22\xaf\x61\xe7\x4e\x42\xa1\xe3\x35\x41\x4f\xe3\x37\xfc\x6a\xd4\x7d\x2d\x00\xda\x9a\xed\x3e\x69\xfa\xb5\xb0\xb4\xbd\x0a\x22\x6f\x3e\x3a\x3b\x33\x53\x10\x79\x8d\xcb\xa8\xd8\x92\x5f\x0d\xc2\x40\x3c\xcb\x34\x14\x4e\x80\x66\xbe\xab\x57\x39\xe4\xcd\x47\x67\x67\xc4\x0a\x22\x40\x33\x53\xd6\xab\x1c\xf2\x1e\xf3\xaf\x03\x71\xae\x27\x3c\x9d\xef\xe4\x55\xe4\x78\x8d\xa2\xd0\x4c\xfc\x2a\x73\xbc\xf9\x68\xac\x4c\xcc\x88\x09\x20\x65\xa3\xe7\x5f\x65\x8e\xd7\x90\x09\x03\xef\x5f\x05\x0c\x20\x9e\x65\xc4\x0a\x18\x40\xea\x26\x14\x7b\x15\x26\xde\x72\x8c\x2a\xd2\x5c\x33\xad\xb8\xfa\x27\x5f\x03\x24\x5e\x03\x24\xbc\x03\xf0\x2a\x60\xbc\x06\x99\x5b\x44\xea\x55\x98\x00\x9a\x05\xda\x5e\x05\x07\x20\xa6\xc6\xee\x51\x70\x00\xe2\x75\xb0\x45\xc9\x01\x68\x16\xde\x7a\x15\x1c\xde\x7a\x66\x0b\x07\x14\x1c\x5e\x03\xca\xbd\x86\xfa\x1a\xf8\xf0\x1a\x3c\x6e\xfc\xda\xab\x30\xf1\x9a\x52\x55\x79\xe5\x55\x98\x00\xa2\x1d\x4b\xab\x90\x00\xa4\xa9\x7e\xfe\x2a\x25\xbc\xc7\x50\x3b\x7d\x9f\x33\x3b\x86\x5a\x3f\x6e\xa5\x84\xf7\x18\x6a\xf9\xf5\xbc\x4a\x04\x40\x1a\xde\xb3\x78\x95\x08\x80\x78\x96\x7e\x95\x08\x80\xd4\x7f\x43\x9a\x73\xc3\x2e\xab\x3b\xf2\x55\x48\x78\xcf\xbd\x4b\xce\xa8\x57\x21\xe1\x35\x18\xdc\x88\xde\x57\x21\x01\x88\x76\xd2\x5c\xdc\xa6\x0d\x80\x3f\xcf\xab\x48\xf0\x7a\x41\xd3\x38\x87\x57\x99\x00\x08\x1a\xd3\x55\x26\x78\xdb\x31\x65\xb0\xb8\x5a\x6b\x81\x68\x07\xeb\x35\xd7\x02\xd1\x4e\x9a\x6c\xf1\xda\x66\x99\x8e\xd9\x5d\xd0\xd4\xe7\xe6\x7f\xff\xd7\x5f\xa5\x0d\x20\x24\x3f\xdf\x22\x23\xbd\xd5\x69\x54\xee\xab\xb8\x01\x34\xa5\x88\xd7\x08\xf2\xd7\xfc\x41\xfc\x4a\x5f\xa5\x04\x20\xb6\x0d\xbc\x55\x4a\x00\x52\xd6\xb3\xf9\x6a\xf3\x05\x52\x36\xee\xf3\x35\xc0\x01\x68\x26\x59\x7a\x0d\x70\x00\x52\xf6\x42\xd0\xab\x69\x18\x68\xc6\x3c\xbc\xca\x1c\x40\x3a\xa5\x56\x5f\x65\x0e\x20\x8d\xec\x37\xa2\x05\x19\x88\x5e\x19\x9d\x26\x64\x20\x68\xb4\x53\x36\x01\xa2\x5b\x69\xee\x10\xca\x58\x58\x69\xeb\x55\x34\x01\xe2\x51\x69\x6e\x90\xa1\x49\xc1\xd3\x44\x31\x04\x48\xd9\x74\x72\xaf\x59\x5f\x81\x68\x07\xf3\x94\x4d\x80\x78\x1f\xb3\x55\x0e\x01\x82\x06\x57\x94\x43\x80\xd4\x53\xf6\x7d\xb2\xc0\x4a\x09\x5e\xda\x7c\x35\x2b\x03\xa1\x15\x3b\x16\x59\x30\x0e\x0b\xa0\x69\x56\x7e\xad\x96\x69\xe6\x9d\x57\xb3\x32\x10\x63\xe6\x7d\x9a\x95\x81\x78\x96\x7e\x35\x2b\x03\x71\x3a\xf1\x6d\x9a\x3f\x08\x88\x67\xed\xc3\x33\x61\xca\x17\x4f\x54\x4d\xcd\xaf\xa6\x66\xef\xe1\xbf\x9a\x9a\x81\xd8\x2c\xbe\x4f\x5e\xcd\xc3\x2b\x69\xf2\x6a\x12\x89\xe8\x41\x6e\x4e\x21\x20\xba\x85\x7d\x5a\xa4\x5f\xcb\x65\xaa\x66\xbf\x5a\x95\x81\x94\x0d\xb8\x7e\x35\x21\xbf\x96\xb7\x34\x34\xf9\xd5\x84\x0c\xa4\x71\xbe\x57\xd3\x0a\x01\xd1\x0e\xb6\x78\x19\x02\x48\x59\x2f\xfd\xab\x59\x19\x08\x1a\x43\xf6\x3a\x04\x10\xcf\xc2\x02\xaf\x43\xbc\xeb\x18\x3d\x7c\xd6\x79\x68\x7e\x36\x10\xfb\xd5\xfc\xfc\x6a\x7e\x36\xae\xfb\xf5\x8e\x04\x10\x34\xe6\xab\x49\xfa\xb5\xc6\xa5\x62\xe5\xab\x49\xfa\xd5\x24\x6d\xfc\xc1\xab\x49\xfa\xb5\xc6\xa5\xf7\x04\x5e\x4d\xd2\xef\x75\xf8\xc2\xf2\x6a\x92\x7e\x35\x49\x1b\xec\xfe\x6a\x92\x7e\x35\x49\x1b\xec\xfe\x7a\xbf\xe2\xb5\xc8\xa5\x71\x0f\xaf\x66\xea\xf7\x3a\xbc\x82\x07\x9a\xa9\x81\x10\x8f\x18\x8b\x66\xea\xd7\x0b\x16\xfa\xf5\x5e\xcd\xd4\xaf\x66\x6a\xf3\xca\xbc\x5e\x85\x7e\x2d\x68\x69\xe4\xc3\xab\xe9\xfa\x35\x05\x91\x81\xec\xaf\xb6\x6b\x20\x9d\x5c\xec\xaf\xb7\x2e\x80\x54\x52\xf3\x7d\xf2\xea\xd2\xb4\xa2\xd0\xa4\xf9\x1a\x68\xd3\x9d\x6b\x70\x13\x10\xcd\x78\x9d\xc1\x4d\x40\x2a\x49\x36\x1b\xdc\x04\x44\x3b\x9f\x95\x05\x24\xb5\x9d\x6e\x5c\x0d\xdf\x40\x34\x93\x26\x07\x6e\xfd\xef\x8a\xaf\x06\x34\x01\xa9\x24\xe5\x32\x8d\xe1\x40\x9b\x7e\xa7\xda\xc2\xdf\x5b\x1f\x6f\x93\x26\x03\x6e\x0d\x30\xd5\x47\x65\xc0\x2d\x03\xaa\x23\x96\x01\x26\x25\x3a\xff\x4b\xc3\x97\x80\x68\xe7\x6c\x65\x8a\x76\x74\xc3\x4b\x5e\xed\xe8\x40\x7c\x1c\x3c\xab\x21\x1d\x88\x67\x19\x8b\xf1\x4b\x40\x9b\x9e\xa4\xda\xd6\x81\x68\xc6\x3a\x6a\x5b\x07\xe2\x18\x61\x4f\x79\x49\xe3\x35\x53\x51\xaa\x76\x2b\x57\x4c\x4b\x94\xaa\xed\xe4\xca\x63\xa4\x02\x0a\xd7\xab\x71\x1d\x48\xc3\xba\x64\xaf\xd6\x75\x20\x9e\x75\xc8\xb2\xca\xcb\xd2\x16\xd9\x7b\xbd\xcc\xf1\x3e\x67\xaf\x38\x3e\x59\x75\xc2\xa6\xdc\xcb\x5e\xe6\x00\xa2\x9d\x73\x93\x55\x8f\x61\xa5\x18\x27\x5f\x63\xa9\x5e\x63\xa9\x0c\x70\x7f\x8d\xa5\x02\x82\x46\x1f\x06\x53\x01\x41\x83\x7d\x9a\xfa\x81\x36\x3d\x0a\xb4\xf4\x03\x71\xaa\xff\xc3\x8d\xf5\x57\x47\xc0\x6b\x00\x96\x29\xff\x5f\x1d\x01\x40\xd0\xe0\xa4\x9e\x00\xa0\x4d\x3f\x6c\x03\xb0\x80\x68\xe6\x08\x64\xee\x6b\x24\xa6\x8b\xaa\xf5\x1f\x88\xc1\xc3\x5c\xad\xff\x40\xd0\x6c\x27\x73\x31\xff\x17\x7d\x46\xaf\xe6\x7f\x20\xde\x27\x83\x64\xee\x6b\xc1\x2d\xb5\x37\xa3\xbc\x80\xa0\xb1\xaf\x35\xff\xbf\x26\x47\xd2\x0a\xf4\x6a\xfe\x07\x82\x66\x3b\x19\x69\xc2\xa4\x7a\x9e\x95\x93\x56\xa2\xa8\xce\x4d\x7d\x1e\x68\x56\x4a\x7f\xd5\xe7\x81\x68\x26\x4d\xb6\x90\xbf\xb7\x54\x7f\x67\x6a\xf4\x40\x4c\x83\x3d\x62\x3c\x18\x10\xcf\x4a\x93\x05\x5b\xa3\x57\x96\x26\x0b\xb6\x46\x2f\x45\x09\x03\xc2\x80\x78\x96\x55\xf3\xaa\x39\x10\xd3\x60\xdf\xe8\x27\x00\xa2\x9d\x34\x59\xf0\x1d\x16\xc0\x66\x8d\x04\x40\xf4\xc1\x74\xb5\x12\x00\x41\x63\x89\x34\x13\x00\x31\x0f\xc6\xa2\x99\x00\x88\xf7\x31\x5f\xed\x04\x40\x8c\xc5\x3e\xe4\xcb\x27\x5f\xdc\x1a\xda\x0e\xde\x8f\xc0\x55\x3f\x63\xcd\x04\x40\x3c\x0a\x4b\x35\x13\x00\x71\x1a\x31\x5d\xcd\x04\x40\x2a\x56\x8a\x79\x8d\x1c\x03\xd2\x49\xbf\xfd\x6a\x3a\x00\xd2\xc9\xaa\xb4\x35\x1d\xec\x9f\x06\x26\x76\xdf\xd6\x74\x00\xa4\x93\xd2\x7e\x6b\x3a\x00\xd2\xc9\xca\xbd\xb5\x1d\x00\xe9\xe4\x5f\xda\xda\x0e\x80\xa0\xfd\xa0\x75\x69\xc7\x8e\xb6\xa0\x0d\x69\xc7\x50\x36\xa0\x2d\x69\x26\x1a\x65\x37\x6f\x7d\x1b\x40\x1a\xd6\x3f\xdc\xfa\x36\x80\x54\x54\xb2\xb7\x16\x05\x20\x8e\x32\xc7\xf2\x4a\x93\x2f\xdd\x67\xb7\x34\xa5\x3d\x44\xa2\x6d\x40\x19\x10\xed\xa0\x69\x8d\x00\x82\x06\x5f\x0c\x28\x03\x82\x06\xff\xb4\x50\x00\x41\x63\xcc\x3a\x41\x80\x54\xbc\x5e\xb4\x35\x5b\x00\x41\x63\x2c\x9a\x2d\xb6\x41\x66\xa6\x16\xdd\xda\x28\x80\xa0\xc1\x17\x6d\x14\x40\x6a\x15\x89\x77\x6b\xa3\xd8\xe9\xc4\x3e\xc3\x03\x83\xcc\x80\x66\xd4\xc8\xd6\x6c\x01\x34\x8d\x4f\x5b\xff\xc9\xb6\x12\x8c\xb5\x0b\xb7\xa6\x8c\xad\xff\x44\xed\x79\x6b\xca\x00\x9a\xb6\xa7\xad\x25\x63\xeb\x52\x31\xcc\x76\x6b\x51\xdc\x96\x6f\xa8\x92\x1c\xdb\x20\x37\xae\x43\xd3\x78\xb8\x35\x1e\xea\xb2\xd8\x0a\xed\x40\x1a\x9a\xb0\xb7\x42\xfb\x0e\x01\xbd\xe9\x52\xda\xca\xe2\x40\x31\x69\xfc\x56\x14\x07\x96\x45\x4b\xb6\x92\xf8\x3e\xc5\x1a\x1c\x87\x92\x38\x50\x94\x56\xb7\x82\xf8\xb6\x6e\xbd\x8e\xfd\xad\x20\x0e\xa4\x9e\xf9\x99\x6f\x05\x71\x20\x75\xef\x29\x6f\x05\xf1\x7d\xe2\x3b\x90\xa2\xb6\x42\xf7\x3e\xf1\x1d\x48\x97\x5b\xa1\x7b\x5b\xa3\x5e\x73\xd4\x56\xea\xde\x4a\xdd\xda\x6c\xb7\x52\x37\xd0\xfc\xb5\x6c\x0b\xa1\xed\x79\x74\x78\x5f\xe7\xda\xcc\x63\xb2\x70\xb6\xae\xcd\xa9\x5b\xef\xd7\xa3\xc0\x0e\xa4\x6a\xa9\xe2\x6d\x18\xc8\xb6\x46\xbd\x31\x80\x5b\x21\x1e\x68\x9a\x71\xb7\x32\x3c\xd0\x2c\x2c\xbd\x15\xe1\xb7\x22\xbc\x31\x7b\xdb\xc8\x10\x20\x7a\x90\x26\x53\x10\xeb\xbb\x7f\xa5\xad\x58\x0f\xb4\xb3\x99\x94\xea\x81\xd4\x53\xb7\x57\xf9\x74\xa4\xfa\xe9\xeb\xe4\xd3\x91\xea\x11\xb6\xb6\x52\xfd\x3e\x52\xbd\xbb\x4e\xa9\x1e\x88\xfd\xf4\x0f\x29\xe5\xb6\x42\x3f\xd0\xa6\xec\x56\xe6\x07\x62\x42\xd2\xdc\x6e\x0b\x1f\x82\xdf\x9f\x22\x3f\x90\x4e\xb6\x94\xad\xc8\x0f\xc4\x77\xcf\xaa\x28\xf2\x03\xf1\x3a\x06\xaf\x78\x0f\xa4\x72\x78\xa6\x78\x0f\x14\xeb\x14\x6c\xa5\x7b\x20\xcd\x81\xf8\xbc\x2d\x44\x01\xa4\x9f\x09\x31\xb6\x12\x3f\x10\x7b\xd5\x67\xe5\x23\xc5\xd3\x0c\x52\xdb\x0a\xfc\x40\x8c\xc4\xd7\xc9\x46\x05\x7e\xad\x6b\x5b\x81\x1f\x08\xf9\xd4\x76\xf2\xe9\xd2\xac\x39\x1c\xb1\x8c\xb2\x8a\x45\x1b\xf6\x21\xa3\x2e\x3d\xe0\xfc\xb1\xb6\x31\x2c\x40\xec\x55\xde\xa7\x66\x00\xc4\x1f\x8b\x7e\x95\xf8\xb7\x65\x2c\x90\xe4\xb7\x12\x3f\xd0\xd4\x68\xb7\x02\xff\xbe\x8f\xf0\x65\x0f\x32\x45\x81\x5f\x0b\xc3\x56\x92\x07\x8a\x35\x24\xb6\x82\x3c\x50\xbd\x47\xb8\x95\xe3\xf7\x9f\x1c\xcf\x2e\x57\x8e\x07\xaa\xbe\x84\xad\x18\xbf\xad\x50\x6f\x24\xdb\x56\x8c\xdf\xde\x42\x30\xce\x72\x2b\xc6\x03\x31\x7d\x5e\xa7\x18\x0f\x84\x9c\xc0\xea\x28\xc7\x03\xc5\x4c\x8d\x5b\x31\x1e\x88\x63\xd4\xd7\x39\xd7\xc7\x02\x93\xfe\x1f\x14\xe3\x81\xf8\xa7\xb1\x3d\x15\xe3\x81\xe0\x30\x3c\x51\x14\x07\x9a\xda\xdd\x56\x12\x07\x8a\x39\xe9\xb6\x82\x38\x50\x75\x92\x6c\xe5\x70\xe0\x14\x24\xdc\x8a\xe1\x5b\x31\xbc\x62\xbd\xd8\x8a\xe1\x40\x31\x87\xde\x56\xe2\x06\xe2\x1c\x65\x5a\x8a\xdc\x40\x33\x7e\x72\x2b\x52\xef\xd7\x50\x7a\x64\xe5\xad\xac\x0c\x34\xcb\xde\x6c\xc5\xe2\xfd\x9e\xd3\x91\x2d\xa2\x58\x0c\x34\x8b\x80\x6d\xa5\xe2\xfd\x1a\x5b\xe5\xd0\x9c\x14\x65\x29\x14\xd9\xb7\xf2\xef\x3e\x65\x29\x94\x36\x0c\x89\x01\x9a\x5e\xb9\xad\xf8\x0b\x04\xc3\x59\x7b\x45\xdd\x6d\xf4\x8b\x81\x8d\x5b\x51\x77\x1b\xfd\xa2\xcf\x77\x2b\xeb\x6e\xa3\x5f\x0c\xa8\xdc\x3a\xaf\xf6\x3e\xfa\x39\x5c\x52\xfe\x05\x9a\x26\xbd\xad\xa8\xbb\x15\x75\x93\x1f\xb5\x62\xed\xde\x47\x6d\xb2\x5b\x27\xb6\x4f\x29\x33\xbb\x75\x66\x1b\xb5\xdb\xe5\x52\xaa\xdd\x4a\xb5\x87\x4d\xba\xbe\xf6\x89\x7e\xf1\xa7\xaf\xa4\xbb\xff\xa4\x5a\x46\xa7\x54\x0b\xb4\x75\x1e\x75\xb2\x0a\xb5\x7a\x3e\xb6\x42\xed\x56\xa8\xf5\xfe\xed\x56\xa8\x05\xda\xe1\x93\x32\x2d\x10\xbd\x3a\x3a\x4f\xa6\xcf\xb4\x6c\x36\x73\xa9\xcf\x05\x09\xcc\x2c\x5b\x39\x77\x5b\x61\x5e\xe7\xca\x56\xce\xdd\xde\x90\x30\xda\x79\x2b\xe7\x6e\x2b\x5a\xf8\x9d\x2b\xe6\x02\xf1\x51\x3b\x38\xd9\x64\x85\x79\x77\xd8\xa7\x98\xfb\x59\x61\x5e\xb7\xfa\xe7\xa5\x89\xcf\x4b\x13\xca\x1f\x9f\xa2\xef\x77\x42\x78\x18\xf2\xa7\xf8\xfa\x1d\xf1\x15\x79\xe6\x53\x7c\x05\x9a\x41\x04\x9f\xae\xaf\xcf\x6a\xf2\xe6\x07\xfc\x94\x68\xbf\x23\xd1\x76\x69\x97\xb4\x4b\x7e\x16\x68\x5b\x1a\xd9\xa6\xba\x24\x66\xf1\xe9\x0e\x33\x94\xf2\x53\xd8\xfc\x4e\x6d\x8a\x21\xad\x48\x23\x49\x05\xfb\xe9\x53\xae\x04\x9a\xe5\xa7\x3e\xdd\x61\x9f\x25\xdd\xf5\xd1\x7f\x8a\x9a\x40\xaa\x26\x7a\xfb\x14\x35\xbf\x73\x9f\x01\x79\xe6\x53\xd4\x04\xda\xe4\x1b\xfb\x94\x34\x81\x68\x06\x4b\x14\x35\x81\xa0\x31\x57\x65\xcd\xcf\x58\x1d\xfd\x7c\x9f\x72\x25\x90\x4e\x56\xb1\x4f\x77\x18\x50\x56\xff\x87\x9b\xec\x9f\x8e\xb1\xcf\x0b\xcb\xca\x9d\x9f\x8e\xb1\xcf\x0b\xcb\xba\x99\x3f\xa3\x76\x3e\x2f\x2c\x7b\x2a\x7d\x7a\xcb\x3e\x2f\x2c\x1b\x62\xf0\xe9\x2d\x03\x52\xf7\xa6\xe7\xe7\x05\x0a\x20\x0d\x63\xb2\x3e\x5d\x68\x9f\xc5\x2b\x54\xe7\x3e\x7d\x68\x9f\x57\x28\xd4\xd3\x3e\xaf\x50\x7c\x5e\x62\x36\x16\xe3\x33\xe4\x07\x08\x1a\x6b\x65\xc8\x0f\xd0\x0c\x45\xf8\x74\xbf\x7d\xba\xdf\xfc\x03\x7d\xba\xdf\xbe\x73\x89\x99\x13\xec\x33\xe4\x07\x68\x4a\x68\x9f\x1e\xb9\x4f\x8f\x9c\x2a\xc0\xa7\x47\xee\xfb\xab\x6d\xc8\xa3\x86\x01\x7d\x86\x01\x59\x56\xe8\xd3\x4b\xf7\x19\x06\x64\xb9\xa9\x4f\x2f\x1d\xd0\x26\xf6\xc5\xcf\x28\xa0\xaf\x1c\xbd\xd7\x2e\x64\x9e\x51\x40\x15\x31\xf3\xd3\x71\xf7\x19\x05\x54\xcf\xf0\x64\x5e\x51\xef\x2d\x76\x2b\xf3\x8e\xe3\xce\xbd\xaf\xe3\x0e\xa8\x66\x0b\xf8\x74\xdc\x01\xb1\xf5\xe1\xbb\x8e\x3b\xa0\x9d\x91\xe8\xa4\xfb\xea\x11\x78\x69\xa6\x43\xee\xab\x67\xb2\xbc\xce\xfb\x15\xdf\xa9\x9a\xc1\x1f\xfd\xd3\x49\x07\xc4\x09\xc6\x92\xe9\xa4\x03\x62\x74\xac\x85\x11\x3f\x9f\x11\x3f\x66\xb2\xfb\x4c\x05\xf5\x59\x4a\x43\x3d\xe0\x33\x0a\xe8\x33\x0a\xc8\x70\xc0\x4f\x07\xdf\xe7\xfd\x64\x45\xc4\x4f\x07\x1f\x50\xbd\x16\xfa\xe9\xdf\x03\xda\x59\x0a\xdd\x7b\x9f\xee\x3d\x6d\x1a\x9f\x41\x40\x40\xcc\xd6\x91\xc8\x14\x83\x80\x12\xa2\xda\xa7\xcb\xef\xf3\xca\xb2\xf6\xe4\x4f\x97\x1f\x10\x12\xa7\x34\x39\xd5\x48\x95\x52\x25\xc9\x28\xdc\x7b\xdd\x8a\xf3\x9f\xee\xbd\xaf\x9d\x6f\x8a\x49\x18\x04\x04\xc4\xf0\x18\x8a\x2e\xbf\x4f\x57\x9e\xf1\x06\x9f\xae\xbc\xef\x64\x71\x92\xc9\xba\xf2\x80\x50\x0e\xe0\x80\xae\xbc\x4f\x57\x9e\x57\x1b\x3e\x5d\x79\x40\x9b\xc9\xa1\xc8\x01\x13\xb0\xaa\xa5\x7e\xfa\xea\x80\xa0\xf9\x3a\x39\xd0\xfc\x56\x20\xe9\xaa\xfb\x4e\x02\x56\x3f\x3d\x7d\x75\xc0\x49\x82\xf3\x19\x2c\x04\xa4\x6a\xce\x87\xcf\x60\x21\xa0\x29\x0e\x7e\x5e\xf7\xf8\x4e\x9a\xd6\x61\x0f\xf2\xa4\x6b\x9a\xf5\x4c\x31\xa6\xe8\x23\x27\xeb\x44\x96\xfa\xf4\xf2\x01\xd1\x83\xcd\x64\x09\x5e\xbe\xe9\x41\xaf\x97\xef\xf3\x1a\xb3\xb5\xef\x3e\xbd\x7c\x40\x9b\xc3\xf1\x3a\xfb\x7e\xd6\x9a\x7d\xa2\xf7\x0e\x08\x1a\xbd\xea\xbd\xfb\x8c\x2c\xaa\x9e\x32\x7a\xef\x3e\x8b\xd0\xbb\x13\xf5\xd4\x7d\xa7\x90\x3c\xa6\xb9\x4f\x4f\xdd\x67\x21\x79\x3f\x4f\x1d\x75\xdf\x29\x24\xef\x0f\x41\x33\xc0\x67\x10\x91\x8a\xc4\xa7\x1d\xe0\xd3\x0e\xa0\x22\xf1\x69\x07\x00\x82\x66\x17\xce\x02\xa7\x5c\x51\x33\xfb\x34\x04\x00\x69\x5a\xa3\xeb\x53\x39\x06\xda\x39\xf1\xd5\x8d\xbf\x73\x6d\xc2\x43\x4b\xdd\x18\x68\x1a\xa5\x3e\x55\xe3\x4f\xd5\xd8\xf8\x9d\x4f\xd5\x18\x88\x05\xf3\x51\x19\xb0\x3c\x02\x61\x9d\x7a\x30\x10\x2b\x61\x33\x19\xb0\xfc\xd8\xfd\x76\x54\x70\x81\x34\xcc\x6c\xf6\xa9\xb8\x02\xed\xfc\xb6\xd4\x38\x81\x34\xce\xd9\xae\xca\xf9\x9d\x8b\x0f\xbe\x4e\xf5\x12\x88\x6e\xa5\x39\xba\xeb\x98\x95\x18\x8a\xea\x25\x10\x3a\xe2\xef\xff\xfd\xef\xfe\x21\xff\x08\xa9\x73\xb6\xed\x1f\xb2\xce\xfe\x59\xd2\x0b\x23\xc2\xfe\x21\xb0\xec\x9f\xa1\xc4\xfc\xa2\xf6\x0f\xd3\x9a\x10\x34\xdb\x6d\x69\x5b\xda\x0a\x5a\xf2\x7d\xc8\x18\x1d\xeb\xe7\xfe\x21\x4f\x08\x41\x5b\xff\xf9\x67\xdf\x3f\x64\x8b\xfd\x4b\xbe\x3a\xfe\x4d\xfb\x97\x1d\x3e\xe1\x32\x1d\xf1\x75\xff\xb2\xdd\xf1\xb7\xef\x88\x65\xfb\xc7\x9f\x5d\x48\x9d\x9f\xce\xfe\xf1\x3b\xdd\x3f\xa3\x65\xab\xec\x28\xbe\xaf\xf8\xbe\xca\x50\x8b\xef\xb3\x92\x6f\xad\xb0\x88\x1f\xd1\xfe\x15\xa7\xde\x60\x47\xb5\x8f\x6a\x1f\x5d\x9a\x2c\xaa\xb6\x1b\x8c\xb9\x39\x0f\x4f\x35\x6e\x33\xec\x5f\xb3\x5d\xb3\xdd\x64\x1e\x1c\x4d\xfb\xc7\xe5\xb1\x8e\x72\xb2\x7f\x9c\x26\x42\xd0\x78\x96\x93\x43\x08\x1a\xcf\x76\xdf\x67\x4e\x66\x2c\xa6\xfb\xc7\x87\x2d\x04\x6d\x42\xf3\x7d\xf8\xdb\x3b\x59\x55\xf7\x6f\xb8\x34\x7c\xb2\x1d\xcd\x74\xff\x86\xbc\xc2\x3f\xde\x49\x91\xb9\x7f\xf8\x9a\x85\xd4\x49\xdb\xb4\x7f\xd3\x6d\x82\x39\xab\x37\xf9\x3c\x1d\xcb\x74\x2c\x85\xf7\x61\x58\xda\x3f\xac\x48\x9d\xab\x58\xfb\xb7\x7c\x76\xf9\x6c\x65\x7c\xcb\x67\x31\xc4\x74\xae\x30\xed\xdf\xe5\x7c\x2f\xfb\xed\xd2\x7c\x16\xe7\x66\x6f\xf2\xfe\x72\x8d\xb4\x6b\xa0\xb3\xec\xdf\xe5\xf6\xbc\x7c\x5f\x67\x6f\xdc\xae\x87\x19\x0c\xda\xe4\x7d\xb7\xfd\xde\x8e\x79\xc2\xbf\xdb\x67\x6f\x9f\x75\xdd\x1e\xe7\x81\x33\xae\x37\xd7\xe8\x71\x1f\x3c\xf2\x74\x31\xb7\x47\x5e\x59\xfb\x83\xcf\x71\xff\x1e\xfb\x7d\xec\xd7\x75\x7b\xdd\x7f\x68\xd9\xbd\xbb\x6e\xaf\x6b\x84\xfb\xa9\x77\x3f\xb3\xd7\xf1\xe1\x07\xea\xdd\x35\x7a\xdd\x2f\xe8\xb7\x1d\xb1\x62\xff\xb6\x7b\x77\xfb\xac\xdf\xcc\x76\x2c\x38\x5a\x3a\x69\x88\xf6\x6f\xcb\xab\xed\xfb\x5c\xcb\xed\x7c\xd1\x34\x3b\x4e\xc5\xfd\xfb\x7c\x1f\x8e\x91\x8e\x91\x70\xff\x3e\xf7\xcb\xe7\xfb\xfc\x66\x3e\xdf\x87\xe6\xd6\xbb\xdf\xcc\xe7\x1e\xc2\x1b\xd1\xb1\x0b\xed\x84\xf7\x40\x48\x9d\x82\x32\x3b\xa1\x56\x09\x41\xeb\xd0\x96\x34\xdf\xd7\x62\x6e\x09\x4b\xbc\x90\x3a\x19\x35\x77\xc2\x9a\xbe\x93\xf7\x07\xa8\xa6\xb1\x13\xba\xc6\x4e\xc9\x7e\x07\xfd\x12\x52\x27\xa4\x4e\x2c\xea\x4e\xd9\x7e\x91\xe0\x3b\x37\xcf\x77\xf2\x3c\x48\xc5\x76\x4b\x9a\xed\x10\x6a\x3b\xf7\x82\x76\x2a\x8e\xcf\xfb\xc3\xc4\xa8\xec\x54\xed\xc3\xa2\xda\xc4\x67\xec\xe4\x19\x91\x3c\x23\x88\x33\xd9\x09\x11\x71\x27\xc4\xc1\x4e\xcc\xcb\x4e\x88\x7e\x42\xea\x84\xd5\xec\x84\x50\x27\x04\x8d\x7e\x9b\xe3\x33\x3e\x8b\x98\x92\x9d\x9a\x3c\x20\x78\xaa\x63\x31\xdb\xa9\x39\x3e\xcf\x1c\x04\x98\x9d\x9a\xef\x6b\xa7\xa8\x0e\x63\x41\xa8\x11\x92\x95\xc6\x77\x22\x00\x69\xa7\xee\xb3\x95\xf1\x79\x96\x24\x43\x8d\x47\xe3\xd9\xe1\xdc\x3c\x4b\x06\xdf\x65\xf2\x2c\x49\x43\xbe\xf0\x5d\x26\x7e\xeb\x3b\x19\x7f\x73\xfa\xe5\x17\xbe\xd3\x74\x1e\x9c\x93\x69\xfa\x3e\x4d\xed\xc3\x75\xf3\xcc\x49\x9e\x39\x63\x30\x16\xcf\x1c\x20\xf5\x31\x7d\xd6\x3e\xbc\x4a\x89\x85\x6c\xa7\x69\x1f\xcb\x3e\x5c\x5f\xcf\x21\x20\x75\xbc\x48\x3b\x2d\xfb\xe5\x2f\x3e\xcf\x58\x96\x6b\xae\x35\x9b\xea\xfc\x3b\x2d\xdf\xc7\xaf\xb8\x93\xb5\x68\xa7\x4b\xde\x5f\xa7\xc0\x07\xed\x3c\xaf\x80\x68\xc7\xde\xbd\x5c\x5f\xec\xb0\x9d\x58\x84\x9d\x3c\x9b\x92\x67\x13\x62\xec\x4e\xb7\xeb\x8b\x8d\xb4\x4f\xbe\xe9\x74\x3b\x66\x93\xc9\x4f\xf7\xc6\x6d\x1f\xb7\x7d\x64\xf8\x7c\xcb\x7b\xee\xfe\xf5\xe9\xde\xb8\xe5\xcb\xed\xbd\x99\x01\x5f\x3c\xeb\x12\x86\xcd\x3e\xf9\x5f\xa6\xc7\xf5\x7d\xec\xb7\xf0\xbe\xc7\xb9\x79\xae\x4d\xbe\xfd\xf4\xd8\x87\xe7\xda\xe4\x1f\x9a\x1e\xdf\x87\xb3\xbf\xcf\xca\xb3\x9e\x61\xc9\x33\x6c\xb6\xff\xf6\xba\xef\xf4\xba\xd4\xe6\x33\x99\x8d\x2d\xfb\xca\x36\x33\x25\x4e\x8f\x81\xd7\x6d\xfc\xda\x9d\xdb\xce\x63\x0f\x08\x1a\xcf\x6e\x59\xb4\x65\x91\x47\x83\xc7\x1e\x90\x3a\x7a\xec\x4e\xdb\x65\xfd\x5c\xd6\x41\x1f\x1e\x7b\xc9\x63\x6f\xba\xc5\x3e\xc7\xf7\x39\xbe\x09\x7b\x3f\xc7\xf7\x39\xbe\x49\x1f\x9f\xcb\xfa\xb9\xac\xa1\x75\xec\xac\xd4\x95\x95\xba\x26\xbf\xf1\x8c\xd5\x49\x88\xa5\xe9\xd0\xb2\x34\xfb\xe5\xf8\xc9\x38\x52\x85\xd4\x57\xc8\xac\x3b\x63\x75\x12\x82\x96\xa1\x5d\xd2\x1e\x69\xf4\xe1\x91\x99\x3d\x32\x29\x89\xb9\xb3\xd2\x59\x56\x3a\xe3\xe6\xc6\xce\x58\x76\x84\xd4\xa9\x4b\xb1\x33\x66\x9c\x9d\x75\x0f\xae\x4c\x1f\xf8\xfd\x76\xf6\x18\x25\x0b\xf1\xce\x1e\xa3\xd9\x63\x94\x2c\x6d\x3b\x67\xc7\x62\xde\x08\x32\x97\xed\x9c\xcf\xb3\x6c\x3b\x32\x73\xec\x5c\xe4\x81\xc7\x2d\x79\x2e\x76\xc6\xfc\x20\x04\x8d\x3e\x8a\xf3\x2d\xce\xb7\x31\x3e\x45\x32\x20\x68\x3e\xfb\x4a\xb3\xb8\x23\xbf\x92\xec\x11\x9c\x3d\x82\x31\x8c\xed\x8c\x46\x2e\x04\x8d\xf1\x79\x04\xe7\xea\xf8\xd8\x2f\xb9\x39\x3e\x14\xdc\xbe\x5c\xa3\x2e\x4d\x31\x0d\x75\x71\x67\x8f\x4c\x20\x68\x13\x9a\xe3\x43\x4d\x1b\x44\xc0\xef\xdc\x1d\x1f\x3a\xd9\x20\xc8\x7e\x67\x8f\x56\x20\x68\x8c\x65\x38\x16\xb4\xa3\x41\x38\xf1\xce\x8a\x64\x40\xd0\x18\xdf\x74\x2d\x09\x31\x1c\x84\x0e\xef\x3c\x1d\x0b\xc7\xe3\x20\xb2\x79\x67\x8f\x47\x20\x68\xf4\xbb\xdc\x1b\xcb\x7e\x0b\x63\x46\xc7\xd9\x99\x63\x6f\xfc\x5c\x23\xc5\xb4\xbc\x7c\x96\xdf\x78\xf6\x28\xcc\x6a\x2a\xd4\xd9\xd8\xf9\x72\x1e\xd7\xd9\xcf\x8c\xcf\xe3\x11\x88\x76\x3c\xeb\xf1\x08\x04\x8d\x76\xb7\xf3\x20\xca\x6b\xfc\x06\x63\xbe\x5d\x73\x8e\xb3\xf1\x1b\xec\x67\x45\x37\x20\x68\x8c\x59\x31\x2d\xdf\x8e\x85\x6f\x35\x7b\x9c\x01\x41\x83\x2f\x8a\x64\x59\x27\x0a\x55\xb6\x76\x7e\x9c\x9b\x71\x4f\x3f\xd7\xd2\xa3\x0b\x48\x23\xb9\x46\xaf\x3c\x25\x84\x67\x24\xd7\xe8\xb5\x5f\xab\x3a\x24\xbf\xa3\x2d\x4f\x39\x87\x06\xd9\xf9\x76\x56\xfc\x02\xd2\x48\x7e\x47\xdb\x7e\xb7\xef\x73\xdd\x3c\x9b\x32\xc6\xff\x91\xfc\xb6\x3e\xdf\xa7\x05\xdf\x5f\x5d\x56\xfc\x02\xd2\x48\x7e\x5b\x18\xc9\x85\x34\x08\x57\xdb\xf9\x73\x8d\xb0\x7e\x4f\x7f\x89\xc5\x73\x08\x08\x5a\x85\x96\xa4\x25\x9f\x95\xd6\xa5\x75\x69\x0b\xda\x94\x66\xbf\x88\xe6\x45\x8d\xb0\x18\x6c\x41\x2c\xd9\x2e\xd8\xab\x85\xa0\xc5\x1a\x95\x64\x1f\x04\x4c\x54\xd2\x68\xed\x82\xbd\x5a\x08\x1a\xcf\x62\xb0\x16\x82\x36\xa0\xd9\x2f\x9a\x63\x25\x07\xc8\x2e\x9e\x4d\x85\xb3\xa9\x72\xf5\x73\x17\xcf\x26\x20\x68\xc1\xbf\xa2\x1a\x08\xa4\x4a\x88\xdd\x2e\xd9\x31\x67\x9f\x75\x6e\x8a\x7d\xc5\x9a\xc0\xe4\xb9\xd9\xa5\xf8\xac\xc5\x7e\xcf\x3c\x3c\x73\x8a\x59\x15\x71\xda\xec\xe2\x99\x03\xa4\x49\xc8\xfc\x2e\x58\x1a\x85\x54\x31\xb5\xee\xe2\x39\x54\xb4\x20\x62\x18\xda\xc5\x73\x08\x08\x1a\x3c\x68\x3e\xdb\x7c\xd6\x35\x52\xc4\x03\x82\xc6\xdc\x9a\x63\x69\xce\x83\xbd\x5b\xba\xf3\xc0\x94\x55\x13\xff\x8f\xa2\x88\x57\xb4\x5b\xa5\xc5\x7c\x55\x2b\x0b\x06\xa9\x9a\x39\x9b\x4a\x97\x7f\x9c\x4d\x95\xac\xa1\xbb\x0c\x9f\x45\xec\xab\x99\xfd\x5c\x54\x21\xcb\xf0\x59\x44\xda\x82\x21\x48\x48\x35\xe7\xdf\x7f\xff\xee\x0b\x46\x21\x21\x1e\x61\x08\x4a\x8a\x40\xd0\x60\xd1\x74\xeb\x4c\x87\xe0\xf2\x4f\xb7\x27\x91\xd0\x35\x23\xad\x14\x8f\xbd\x82\x26\x5a\xb3\xcb\x3f\x5d\x1a\x22\x26\x2a\xd9\x2a\x76\x59\xbe\x6f\x99\x1b\x19\x4d\xa5\x28\x15\x02\x41\x63\x4a\x1e\x85\x40\x9a\xbf\xc9\x12\x2a\x15\x02\xd1\x8e\xb1\x2c\xfb\xc5\xde\x53\xb3\x9f\x05\xc1\x0b\xbb\x2c\xe7\xe1\x76\x22\xc4\x40\x88\xf7\xd9\x4e\x96\x23\x51\xd6\xcc\xf1\x58\x2e\x59\x6e\xec\x00\x51\x39\xbb\x5c\x6e\x1d\x0c\x39\xf3\x87\xf6\x52\x3c\x46\xcb\x25\xff\xdc\x8a\x97\x5b\x1b\x2f\x7e\xcd\x6e\xbb\xdb\xf9\xde\xbe\xcf\x2d\x76\x3b\xb7\xdb\x25\xe4\x18\x2d\xb7\xeb\x71\xcb\x2b\x8f\x0b\xb5\x5d\x20\x55\x2e\x04\xef\xa2\x04\x58\xac\xb5\x93\xdd\x62\x4a\x80\x40\xaa\xc5\xed\xf4\xc8\xfb\xc7\xcf\xc2\x6d\xfc\x38\x5f\xc2\x3d\x2b\x51\x8a\xbb\xbc\xce\xed\x3d\x73\x63\x7c\x1e\xb7\x05\xb1\xaf\x12\x31\xb9\xcb\x76\x1e\xe6\xb4\xc6\x14\xbe\xcb\x76\x7c\x44\x29\x56\x0c\xfa\xbb\x78\xdc\x02\xf1\x3e\xf6\xc1\x76\x2c\xd6\x6b\x2c\x1e\x17\x1e\xad\x40\xd0\xe8\x57\xb1\xaf\x98\x04\x8e\x8a\x4f\xbb\x78\xdc\x02\xc9\x04\x8e\xbb\x28\xf6\x01\xc9\xf4\x76\xbb\xa8\xed\x02\xc9\x1b\x84\xbb\x78\x04\x17\x73\x03\x70\xd1\x70\x57\x35\xdb\x8a\x66\x5b\x49\x1b\xb4\xab\x5a\x6c\x35\xf1\x18\xe9\x96\x76\xf5\x88\xab\x16\x87\x27\x4d\xc1\xae\x44\x67\xed\x9a\x9c\x07\xeb\x56\xf1\x75\x09\xa9\x12\x95\xbc\xab\xc7\x5e\xf5\xd8\xe3\xfa\xcb\xae\x8a\x69\x40\x9a\x54\x68\xdc\x15\x1f\x96\x10\xed\x7c\xdf\x23\xcd\x79\x70\xac\x54\x2d\x62\x40\xd0\x68\xa7\x56\x5c\x3d\x1e\x71\x24\xee\xca\x45\xee\x5d\xb1\x92\x55\xfc\x5f\xbb\xe2\x9b\x11\x52\x25\xa4\x73\x57\x9c\x33\xbb\xe2\x9c\xa9\x44\x92\xee\x5a\xe5\x01\x4e\x97\x4a\xd8\xe8\xae\x1e\x8f\x40\x8c\xb9\x40\x73\x7c\xd5\xf7\x71\x46\x54\xb5\xe2\xda\x7c\x1f\xbf\x8d\xaa\x06\x5c\xd1\x80\x2b\x66\xed\x5d\xd5\x80\x6b\xf3\x59\xb4\x97\xaa\x38\x57\xb9\xef\x5b\x2b\xbf\xbf\xda\xe5\x9f\xc7\x63\x65\x2d\x2b\x57\x75\x76\x35\xed\x12\x45\x1c\x76\xed\xce\xb7\xdb\x07\xdf\x7e\xd5\x12\x07\x04\x8d\xf1\x75\x79\xe0\xd1\x5a\xf9\x4d\x56\xc5\xbe\xea\xd1\xca\xbd\xb7\x5d\x3d\x5a\x81\x54\xa9\x24\xbc\xeb\x90\xcf\x43\x3e\x77\xde\x37\x7c\xdf\xf0\x7d\x7c\xe7\x75\xfa\xec\xf4\x59\xf7\x8b\xe7\x64\xf5\x4c\x24\xcd\xdf\xae\x9e\x89\x55\xab\x78\x75\xbf\x78\x26\xd6\xe5\x58\xd0\x94\xab\x5a\x71\xe5\x4a\x46\xad\xee\x17\x45\xbc\xaa\x88\x97\x50\x45\xaa\xe7\x55\xbd\xac\x84\xc8\x37\x5d\xb5\xc4\x01\xa9\x36\xd7\x97\x28\x21\x21\x68\x8c\x4f\xcd\xb6\xde\xd6\xe3\xe2\x9b\xae\x8a\x6e\xd5\x70\x1a\x92\x7f\xee\xfa\x38\x8f\xe7\xd4\xdd\xe7\xfb\x50\x74\x03\x52\xd5\xa2\x58\x3d\x73\xea\x63\x5d\x56\x54\x87\xfa\xfa\xec\xeb\xb3\xf2\xfe\xf5\xd9\xd7\x67\xe5\xbd\x16\xb6\x8a\x5a\x59\xb5\x32\xd6\x2d\x4f\xf7\xa9\xf2\x48\xbf\xaa\x95\x75\x9f\x5a\x63\xb6\x73\x3d\xb6\x73\x43\xf4\xad\x9f\xed\xbe\x53\x6c\x0b\x9e\x7a\x96\xd4\xef\x14\xc0\xb1\x9d\x7c\xf1\x8c\x68\x2b\xc6\xdc\x14\xc9\x9a\xc1\x07\x8d\xef\xad\xa9\x06\x02\xa9\x76\xbe\xb7\xa6\xca\x07\x04\x6d\x40\x7b\xa5\xbd\xae\x51\x82\xf6\x49\x3b\x39\x4a\xa0\xa9\x06\x02\x41\xab\xd0\xaa\x34\x63\xe5\x59\xa3\x46\xc0\x80\x10\xef\xa3\x5f\x2d\xf3\x40\xaa\xfd\x1f\xaa\xc7\xec\xa6\x51\xae\x65\xa3\xa4\xf8\x6c\x5b\xb6\xbb\x7c\x6e\x31\x30\x2c\x8f\x24\x20\xba\x63\x58\xb8\xd5\x77\x53\x62\x23\xd4\x6b\x37\xfc\xe0\xbb\x65\xa7\xc4\x96\x68\x6a\x89\x40\xaa\x9d\xcf\xb6\x79\xfc\x34\x8f\x9f\xce\xf2\x37\x7c\xbe\x42\xaa\x94\x83\xdc\x0d\x47\xab\x10\x34\x9e\x55\xea\x6a\x4d\x96\xf3\xf9\xb4\x66\x1f\x4d\x1f\x1d\x62\x41\x53\x12\x6b\x4a\x62\x84\x71\xed\xd6\xec\xb7\x39\x3e\x96\xbf\x29\x89\xb5\xe3\x41\xe4\x93\x6a\x1a\xf3\x5b\x77\xcc\x1c\x2b\x4d\x2d\xb1\x71\x17\xaf\x0e\x59\x8e\xe7\x4e\x08\x1a\xed\x94\xce\x1a\x17\xea\xea\x70\xf9\x35\xca\x35\x25\x31\x2e\x7f\xed\xa6\xa8\xd5\xd0\x26\x2d\xe0\xba\xdb\x70\x3d\xbc\xec\xa6\x61\xb2\x4d\xfb\x98\xf6\x81\x48\xd6\xd4\x30\x9b\xa2\x96\x46\xc8\xa6\xa8\x05\x24\x6b\x5a\xec\xa6\x86\xd9\x0c\x3a\x25\x08\x61\xb7\xe5\xb3\x88\x50\x5e\xf8\xde\x4d\xd1\x08\x48\x75\x20\x6a\xb5\xe5\x7c\x39\x56\xea\xe0\x37\xd9\xd4\x1c\x9b\xc7\x8a\x06\xc7\xa6\xc8\xd3\x2e\xfb\x45\x73\x6c\x1a\xd6\x9a\x01\x8e\x83\xe3\xb1\x79\xd4\x34\x8f\x9a\xe1\x5a\x2a\x06\x35\x2b\xa3\x53\x89\x77\x37\xb5\xce\x66\x65\x74\xb5\xba\x76\xcb\x3f\x45\xa3\x81\x34\xdf\xd4\x44\x9b\x55\x5c\xb4\xd4\x34\x35\xd1\x86\x61\xad\xaa\xed\x36\x35\xd1\x66\xe5\x71\x35\xae\xf6\xd8\x07\x91\x80\x55\x23\x64\x53\x84\x6a\x1e\x5d\x83\xdf\x5a\xd3\xfa\xd5\x3c\x92\xa6\xfb\xfe\x95\xa7\x18\xfd\xab\x86\xc4\xa6\xd1\x1f\x48\x55\x43\x62\x53\x34\x6a\x8a\x41\xd3\xf5\xdd\xce\xc3\x5a\x7f\x1a\x12\x9b\x5a\x27\x90\xea\xcc\x3e\xeb\x98\xd1\x30\xeb\xe4\xd7\xd9\x3e\xbf\x8f\xcf\xf7\xb9\x96\x1a\xf8\xdb\xe7\x58\xf8\x75\x76\xb5\x49\x20\x68\x0d\x5a\x96\x96\xa5\x0d\x68\x55\x5a\x95\xb6\xa0\x31\x8f\xee\xf1\x33\x59\xcb\xae\x15\xaa\xab\xd5\x91\x1a\x65\x77\x0d\xf7\xdd\x73\x03\x07\xf8\xee\x8a\x3c\xdd\x73\x43\x8b\x5d\x27\x44\x47\x48\x75\x22\x22\x77\xc2\x6c\x84\xa0\xf1\xac\xa2\x4c\x37\x69\xa8\xd6\xb9\xee\xb9\xd1\x71\xf8\xd5\xc9\x71\xdb\x15\x65\x80\x54\x17\xc7\x68\x27\x01\x8d\x10\x34\x9f\x75\x1e\x6a\x7a\x54\x99\xda\x5d\x4d\xaf\x13\x17\x52\x49\xfd\xbc\xbb\xa2\x4c\x57\xd3\x23\x11\xca\xee\x9e\x39\xdd\x33\x87\x10\xe3\xdd\x89\xda\xd8\x1d\x2b\x54\xd5\x12\xd7\xd5\x08\xbb\xe7\x10\x35\xbd\x76\xf7\x1c\xea\x9e\x43\x54\x1f\xd8\x5d\xf1\xa6\xab\xfd\x51\x43\x61\x77\xcf\x9c\xae\x78\xb3\x5c\x37\xc5\x9b\xde\x1d\x0b\x22\x6d\x57\x94\x01\xd2\xa4\xd4\xe6\xee\x8a\x2d\x5d\xb1\x85\xe0\xb6\xdd\x15\x5b\x80\xa0\x31\x16\x45\x94\xae\x2a\xb7\x5c\x4b\x55\xb9\x8e\xb5\xaa\x6a\x75\xeb\x1a\xfd\xbb\xe7\xcb\x72\x7d\xa7\x6b\xe9\x59\xc2\x8d\xc9\xdd\xa7\x63\x99\xf2\xd9\xf5\x9d\x8e\xc5\xf3\x65\xb9\xbe\x9e\x2f\x5d\xb1\x65\xb9\xbe\xaa\x68\x5d\xb1\x05\x1f\xfa\xee\x5a\xb0\xba\x67\xce\x72\xcd\x75\x34\x02\x41\xf3\xd9\xd3\x87\xf3\x75\x1f\x28\xf2\x74\xd4\xb1\xa6\x15\xaf\x7b\x0e\x01\x41\x83\xcf\xaa\x5e\x9d\x60\xe9\x46\x92\xc1\xdd\x3d\x5f\x80\x64\x6d\xea\xdd\x55\xb3\x3a\x22\x8f\x85\x06\x77\xbf\x5d\x37\x1c\x8d\x56\xab\xd9\xfd\xf1\xdb\x42\x0c\x32\x59\xf4\xee\x3a\x1a\xbb\x65\x98\x92\xef\xd3\xaa\x05\x24\xb3\x3b\xec\xae\xa3\x11\x48\xe6\xa8\xd8\xfd\x75\x1e\xaf\x63\x41\x34\xea\x9e\x39\x9d\xcb\x6a\x8d\x4a\xea\xbb\x6b\x71\xef\x5c\x42\x6b\xa4\x63\xd9\x5d\x8b\x7b\xdf\x8e\xa5\xfd\xf7\x35\xf9\xdd\x95\x9c\xba\xe5\x81\x7e\x18\xe4\xbb\x47\x0d\x90\x9a\x06\xbd\xae\xc6\xd5\x39\x6a\xda\x8f\x63\xb4\x6b\x68\x07\x52\x53\x73\xec\x6a\x5c\x9d\xe3\xa7\x91\xf0\x6d\x77\x25\x27\x20\x35\x8d\x77\x43\xc9\x69\xfc\x9c\x26\x7e\xd7\xa1\x31\x6b\xfc\x7c\x1f\x06\x90\xa1\x16\x36\x90\x9c\x9a\x52\xcd\xd0\x98\x35\xcc\x45\x92\x58\xd6\xa1\x01\x7d\x60\xb8\x6a\x14\x5d\xde\x43\xc3\x15\x90\x5a\xe2\xf3\x1e\x84\x50\xee\xe1\xcd\x1c\x97\x66\x28\x25\x0d\x34\xb8\x46\xe1\x8b\x3d\xd4\xe0\x80\xd4\x34\x06\x0e\xc5\xa0\x81\xb6\xd6\x34\x70\x0d\x8f\x2e\x20\x35\x8d\x59\x43\x03\xfa\x30\xb3\x17\xd7\x5e\xf7\xd0\x58\x3e\x10\x79\x9a\xc6\xbb\xe1\x31\x35\x8a\x7d\xa0\x81\x0c\x35\xae\xc1\x31\xd5\xb8\xbc\xbb\x87\x1a\x17\x90\x1a\xb7\x72\xf7\xd0\x37\x39\x2c\x00\xae\x81\x6b\xe8\x87\x1c\x66\x8e\xd2\x98\x35\x34\x8c\x8f\xe6\xfb\xf8\x4d\x0e\xc5\xa0\xd1\xec\x77\x4a\x73\xcc\xcd\x67\xd1\x30\x87\x1a\xd7\xe8\x3e\xcb\x27\x3a\x34\x48\x8d\x2e\x0f\xf8\x44\x87\x1a\xd7\xe8\xf2\x94\x4f\x74\x74\xd7\x4d\x2d\xec\xf0\x54\x8d\x6b\x20\x2e\xb5\x8c\x56\x32\x14\x97\x80\xa0\x31\x16\x45\x23\x20\x68\x3c\xab\xe1\x6a\x10\xfb\xd0\x72\xf2\x59\xd7\x0d\x71\xa9\x51\x3d\x6b\x0f\xc5\xa5\x31\x4c\x99\xc0\xf1\x3d\xd4\xb8\x80\xd4\xb4\x56\x0d\x35\x2e\x20\x68\xb6\x73\xcc\xd3\x44\x87\x19\x1e\x28\x2e\x01\xa9\x65\x3e\xef\xa1\x66\x06\x04\x8d\xbd\xa1\x91\x1e\x08\x1a\xef\xf3\xd8\x03\x82\xc6\x5a\x6a\xad\x02\x82\xc6\xdc\x3c\x0a\x07\x47\x61\xd3\xfa\x35\x3c\x0a\x81\xa0\xc1\x17\x35\xb8\xe1\x11\xa7\xb5\x6a\x28\x7e\x8d\xcb\x76\x1c\x03\x43\x11\x0a\x48\x8d\x92\xe1\x7b\x68\x49\x02\x52\xa3\xee\xe2\x1e\xfa\x21\x81\xa0\xf9\xac\xfc\xb3\x70\x1d\xe5\x58\xf6\xd0\xbf\x38\xac\x34\x47\x86\xe6\x3d\x3c\xba\x86\x47\x57\xf6\x9b\xe6\xbe\x82\x10\x34\xda\x79\x9c\x01\x41\xe3\x7d\x5a\x8d\x86\xc7\x19\x17\x87\xf7\xf0\x38\x03\x92\x99\x59\xf7\x50\xd3\x1b\xaf\x65\x33\x5d\x73\xcf\x2b\x20\x79\xcb\x60\x0f\x2d\x49\xc3\x04\x95\xc4\xc6\xee\xa1\x91\x1e\x08\x1a\x73\xd3\xba\x34\xb6\x35\x84\x38\xbe\xc7\xe7\xf8\x3c\xd7\x0a\xaa\xcd\x50\xfb\x03\x82\x46\x1f\x8a\x55\xc3\x73\xad\xb8\x46\x9e\x6b\xc3\x73\x4d\xeb\xd2\x54\xd4\x9a\x9e\x6b\x54\xea\xdb\x53\x83\x3c\x90\x1a\x75\x17\xf6\xf4\x0c\x9b\x9e\x61\x24\xa0\xde\xd3\x10\xad\xf9\xf3\x7d\xa8\x3b\x53\x83\xfc\xf4\x5c\x23\xb7\xd5\x9e\x9e\x6b\xd3\x73\x8d\x04\xf0\x7b\xaa\xfd\x4d\xcf\x35\x92\x7e\xef\xe9\xb9\x06\xa4\x46\xb2\xd7\x3d\x15\xd3\xe6\x29\x25\xc5\xfa\x4e\x45\xb2\x99\x7d\x16\xcb\xde\x34\x06\x0b\x48\x8d\x44\x2f\x7b\x7a\xae\xcd\xbf\x1a\x4c\x8c\x45\xe3\xfb\x34\xc5\x20\x77\x37\xf6\x54\x4c\x9b\x96\x94\x25\x74\x7f\x4f\xc5\xb4\x69\xa9\x58\xc3\xd4\xa6\x71\x18\xd3\xb3\x8e\x4b\xb5\x7b\x2a\x6a\x01\xa9\x19\x4b\x36\x3d\xd7\x26\x96\xa4\xa6\x25\x69\x7a\xae\x01\x41\x1b\xd0\x1c\x4b\xb3\x5f\xd6\x72\x7a\xd6\x59\xef\xbf\x11\x48\xb9\x2d\xe4\xbf\xa7\xe7\x5a\xc5\x22\x61\x81\xfe\x4d\xe5\xfd\xa0\xd9\x6e\x49\x83\x7f\x5a\x8d\xac\xa9\x2f\x04\x8d\xb1\x28\x6a\x01\x41\x83\xf7\xc6\x57\x4c\xcf\xab\xea\x1a\xe9\x18\x9c\x27\xf5\x35\xe7\xf3\x34\x6e\x02\x48\xa6\x61\xdf\xd3\x78\x08\x20\x91\xed\xe6\x7f\xf7\xd4\xf2\x33\x3d\x4b\x8c\x39\x9b\x9e\x25\x73\x99\x74\x62\xfd\xf7\x95\xba\x3d\xd5\xea\x80\x78\x84\xe5\x52\xab\x03\x52\x6b\xfc\x62\xe7\x25\x8b\xd0\xf4\x1a\x17\x94\xf7\xbc\xdc\x76\x84\x77\x35\xc3\xd4\x2c\xe3\xbf\xa7\xd5\x41\xa9\xf1\xb9\xad\xe3\xbf\x27\x57\xca\x1a\xb7\x8f\xf6\x54\x5b\xa3\xa6\x7e\x6a\x54\x26\xdc\x16\xd0\x17\x82\xc6\x58\x94\xb0\x4e\xbd\x79\x8d\x4a\x53\x69\x0a\x48\x4d\x03\x92\xc5\xe5\x85\xa0\xd9\xce\xa5\x26\xe7\x41\x33\x4c\x6d\x3e\xe7\x7d\x6c\x1d\x52\x68\xef\x69\x28\xd7\xf4\x48\x6a\x2e\xe1\xeb\xdc\x5e\xfb\xc5\x1f\x3d\x35\x78\xcf\xd7\x31\xbb\xac\x1e\x5d\xd3\x63\x4a\xe3\xd3\x54\xea\x9a\x1e\x53\x86\xb3\x59\x35\x7e\x5b\x0e\xbe\x35\x3f\x47\x35\x3d\xab\xba\x37\x8a\xda\xef\xb9\x7d\xdf\xf6\x7d\x58\x2e\xac\xc4\x2e\xa4\x46\x29\xf9\x6d\xdd\xf5\x4d\x8d\xf5\xa0\xd1\xc7\xe7\xfb\x3e\xf9\xe2\x96\xf0\x98\x02\x82\x66\x3b\x8f\x95\x4f\x1e\xb0\xe6\x56\x46\x17\x52\xa3\x3c\xcc\xb6\x0a\xba\x10\xb4\x0a\x6d\x48\x9b\xd2\x26\xb4\x47\x1a\x9f\x00\xf5\x12\xf6\x52\xac\x5a\x1e\x3f\x54\x4c\xde\x16\xf9\x16\x92\xe9\x85\xb7\x45\xbe\xf7\xe2\x12\x88\x99\x93\xb7\xa5\xba\xb7\x75\xb4\xbd\x7d\xba\xad\x99\xbd\x2d\x90\xdd\x0c\x49\xb3\xc8\xf5\x5e\x18\xb2\x5b\x47\x0a\xb6\x7a\xb5\x90\xa6\x7e\x48\x2b\x55\x0b\xd1\x8e\x7e\x15\xb5\xa8\x3a\x9d\x1a\x37\x67\xb6\xb5\xa5\x85\xa0\x75\x68\x55\x5a\x93\xc6\xb3\x6a\x84\x16\x88\x6e\x54\xf3\xdb\x56\x74\xde\xa7\xa2\x33\x95\xf1\xb6\xd5\x9b\x85\xd4\xa8\x04\xb8\xad\xc5\xbc\x29\xa8\x1c\x34\x9e\x55\x23\xb4\x54\x72\xa3\xcc\xc5\x5e\x86\x9e\x02\xa9\x69\x71\xb2\x2c\xf2\x5e\x66\xb0\x22\xb3\xf3\x5e\x1e\x5d\x16\x37\x6e\x86\xbd\x2d\x45\x32\x20\xb5\xe1\x5a\x2a\x92\x2d\x8f\xb3\xe1\x5a\x1a\xfb\x00\x04\xaf\x98\x9b\x9a\xe3\x42\x73\x9c\xe4\xaf\xdd\x6b\xc8\x67\xac\x55\x33\xb9\x1e\x1a\xbc\x81\x78\x1f\xfd\x2a\xa6\x01\xd1\x8e\xf7\x29\xa6\xad\x61\x1f\xfc\x26\x97\x62\xda\xc2\x59\x38\x15\x7d\x97\x47\x21\x10\x34\xde\xa7\x03\x71\x4d\xad\x3c\x7c\xab\xcb\xe3\x71\xcd\x33\x0f\xfa\x50\xeb\x04\x52\xd3\x72\xb6\xd4\x3a\x81\xa0\xd1\xaf\x47\x26\x10\xef\xe3\x59\xc3\xb6\x80\x34\xb8\xa1\xbb\x2d\x7c\x2b\xa4\xa9\x8f\x75\x19\x6b\x04\xa4\xa9\x28\x68\x2d\x3c\x21\x4d\x1d\x6a\x97\xe7\x1f\x90\x26\x29\xdb\xb7\x55\xb1\x36\xd5\xae\xd2\xe4\x8a\xee\xbe\x3c\xc3\x2e\x35\x42\x6e\xae\xed\x4b\xc3\xf8\x85\x33\x6e\xea\x98\xb1\x64\xd5\xa6\x16\x55\xd0\xe8\xd7\xb3\x89\xca\x53\x69\xfa\x9b\xb4\xcc\xd4\xbe\x38\x87\x26\xe9\x41\xb6\x05\xa4\x84\xa0\x2d\x68\xf0\xc5\x92\x4f\x93\x9c\x1c\xdb\xfa\x4e\xdb\xba\x4d\x93\x0b\xa3\xdb\x22\x4d\x42\x9a\x86\x61\x5f\x3a\xde\xac\xc8\x34\xb9\x23\xb4\xad\xbe\x24\xa4\x51\xe4\x8b\xe7\x90\xd5\x97\xa6\x0e\x9c\x4b\x11\xea\xf2\x6e\x61\x65\x6f\x58\x7d\x49\x48\xa3\x20\x4a\x5b\x7d\x69\x53\x69\x29\x4d\x1d\x3d\x96\x50\xda\x96\x4b\x9a\x86\x7a\xdf\x9e\x57\xb7\xf1\x10\x86\x7a\x5b\x2e\x69\x5b\x07\x69\x56\x44\x2d\x8b\x1e\xed\x53\x69\xc8\x5f\xb6\x55\x85\xb6\x15\x84\x66\x65\x1f\x58\x2d\x48\x48\xb3\xf6\x0c\xcd\x67\x51\xf9\xa6\xbf\xec\xdb\x58\x85\x3b\xbb\x1e\x88\xcd\xd6\xf7\x11\x82\x56\xa1\xf9\xbe\xec\xfb\x10\xa5\xad\xe6\x23\x04\x8d\xf1\x19\x6f\x65\x9d\x9e\xa9\xa3\xe7\xd6\x91\x67\x89\x9b\x49\xf1\xa6\x7d\x1b\xab\x70\xab\x1a\x1a\xea\x68\xed\x9a\x6d\xed\x9a\x59\xd7\x3f\x84\xea\x59\xc6\x46\x88\xd7\xc0\x4a\xb7\xf1\xed\xa5\x29\xf2\xeb\x6e\x4b\xd0\x08\xd1\x8e\xa1\x1a\x66\x65\xb9\x99\x69\xf4\xba\xe5\x66\xb6\xa5\x65\x9a\xc6\x54\x4b\xcb\x6c\xea\xc8\x44\x3b\x86\x5f\x65\x9b\x47\xa1\xe1\x30\x77\xb3\x5f\xee\x25\x4d\xae\x74\x6c\x4b\xc4\x08\xd1\x0e\xb6\x29\xc5\x59\x0f\x66\x92\xdf\x64\xdf\x1e\x99\x40\xb4\x63\x7c\xcd\xe5\xc2\xb0\x36\xf5\x67\x59\x10\x66\x53\xfd\x25\xda\x31\x66\x8d\x6d\xb7\x12\xa0\x91\xa4\x96\x84\x11\x82\xc6\xf2\xab\xed\x5a\x12\xa6\x0d\xf9\xa2\x51\xee\xee\x67\xcc\x8c\x4f\x49\x11\x08\x1a\xf3\xf5\xb8\xb5\x24\xcc\xe4\x82\xd9\xb6\x24\xcc\xb6\xfc\x4b\x1b\x1c\x03\xb7\xa1\x66\x40\xb2\x72\xfe\xbe\x75\x22\xdc\x26\xf9\x33\x5a\xd5\x92\x30\xdb\x5a\x2f\x93\x3b\x3c\xfb\xf6\x58\xbe\x3d\x96\xa9\x9d\xbe\xad\xff\x22\x24\x4b\xdc\x6d\x6b\xbd\x08\x71\xc4\xf9\xac\xe3\x1b\x8e\x0f\xad\xf8\x56\x42\xbd\x95\x50\xa7\x73\xf3\xa8\xb6\x00\xcc\xd4\xf7\x67\x11\x97\x6d\xc1\x96\xd9\xd0\xb8\x2c\xd8\xb2\x2d\xce\x62\x3e\xb1\x6d\x21\x96\x7d\xa3\x65\x4f\x7d\x84\x16\x62\x11\x92\x99\xbd\xb6\x05\x56\x84\x68\x27\x6d\x49\x5b\xb6\x63\x1e\x1e\xf3\x40\xb4\x63\xbe\xde\x58\xb0\xc0\xca\xa4\xaa\xf4\xb6\xc0\x8a\x90\xbc\x64\xb6\x2d\xb0\x22\x44\x3b\xf6\x81\xb1\x23\x56\x4e\x69\x93\xe3\xd1\xca\x29\x42\xb4\x63\x6e\x4b\x5e\xa9\x8d\x6b\x7c\xbf\x8d\x1d\xb1\x72\xca\x54\x54\xb5\x72\x8a\x10\xed\x18\x9f\x71\x22\x56\x44\x99\x8a\xaf\x56\x44\x11\xa2\x1d\x7c\x56\x93\xb7\xfa\xc9\xf4\xe6\xc5\xad\x78\x0d\x44\x3b\xc6\x6c\x3c\x89\x95\x4e\x26\xf5\x1a\xb7\x95\x4e\x84\xd4\x26\xc7\xa8\x95\x4e\x84\x68\xc7\x3c\xf4\xed\x02\xd1\x8e\x79\x5c\xee\x35\x8d\x9f\xf3\x8c\xcf\xf5\xbd\xe4\x29\x47\xb5\xd5\x4e\x84\x68\xc7\xf8\xfc\x75\x5a\xed\x64\x52\x50\x6f\xdf\x1a\x4e\xef\xdb\x3d\xc9\xef\xfe\xd6\xd2\x70\x6b\x69\x30\x1a\xd9\x0a\x28\x42\xd0\xe8\x43\x03\xab\xd5\x4e\xda\x44\xac\xbf\xb5\x3e\xdc\x5a\x1f\x8c\x50\xb6\x02\x8a\x10\x7d\x48\x73\x7c\xa6\x7c\x98\x1e\xfd\x3a\x70\x80\xa0\xd1\x87\xbf\x5d\xcb\x98\xcc\x76\xda\xb9\xbe\xaa\x0e\xd3\x5f\x84\x8e\x1e\x20\xda\xc1\x3f\x2d\x1c\x40\xd0\x7c\x9f\xe3\x7b\xe4\x1f\x9a\xfc\xad\xd5\x03\x48\x53\x15\xe3\x56\xc5\x00\x82\x46\x1f\xfe\xc6\xad\x6e\x32\x29\xae\xb4\xad\x64\x22\x04\x8d\x3d\xa4\xb1\xf7\xd6\x3a\x32\xfd\x7e\xb5\x8e\x50\x6f\x24\xda\xd1\xaf\x6a\x87\xc5\x45\x2c\x43\xbb\x6f\xd5\x0e\x20\xda\x31\x5f\x9d\x4e\x16\x12\x99\xe4\x50\xde\x16\x0d\x11\x82\xc6\x7c\x15\x0b\x80\x64\x26\xff\x6d\x35\x90\x6d\xe9\x8f\xd9\xfc\x75\x6a\x59\xb1\xcc\xc7\x54\x05\xba\x15\x1f\x6e\x2d\xc6\x86\x6b\xdf\x8a\x50\xb7\x22\x14\x79\x96\xb6\x65\x3e\xf6\x29\xf3\xe1\x6d\xa0\x5b\xcb\xf2\xad\x6a\xa3\xe3\xe8\x56\xa4\x00\xa2\x9d\x34\xf7\xd0\xe7\x1e\xf2\x37\xa9\x48\x71\xab\xee\x18\xfe\x6d\xe9\x8f\x7d\xab\xee\x4c\xfe\x29\xd6\xf4\xd8\xd6\xef\x68\x93\xf3\xde\x5a\x1d\xdb\xba\x1c\x53\x15\xcd\x7a\x1b\x42\xb4\xeb\xd0\x98\xdb\x29\xa4\xa1\xd3\xc9\xa2\x19\x42\x9a\xc6\x16\x58\x35\x43\x48\x4d\xa7\x93\x15\x32\xf6\xa3\x5a\xa4\xd3\xe9\xd1\x79\x66\x35\x8c\xc9\x25\xcb\x6d\x35\x0c\x21\xda\xd1\x87\x37\xe8\x4e\xe5\x8b\x36\xfe\xbb\x06\xdd\x7e\xbc\x60\xf7\xa8\x5d\xe9\xcf\xb2\x08\x86\x90\xcc\xe2\xbf\xad\x78\x21\x24\xb3\xc1\xed\x47\xc9\x04\x48\x4d\x7f\x96\x15\x2f\x84\x18\xc2\x80\x26\x8b\xb2\x79\x75\x31\xd0\x58\xca\x42\x88\x76\x0c\xdf\x88\x71\x20\xda\xb1\x0c\xfa\xf4\xac\x65\x31\x0d\xbf\xb0\x46\xc5\x3e\x35\x2a\x56\xf6\x59\xd9\xa6\xb1\x9c\xea\xdc\xdb\x3a\x13\xdb\xa2\x12\x8d\x52\xdc\xdb\x6a\x11\xdb\x2a\x10\xb3\x21\x7d\x3f\x46\x74\x3e\x1a\x95\x28\x28\xbe\x1f\x45\x9e\x47\xc9\xdd\x4b\x63\x56\x8b\x10\xd2\x30\x1c\xcb\x6a\x11\xfb\x31\x99\x73\x3b\x34\xfb\xad\x2e\x17\xa1\x20\x96\x68\x10\xd2\xf4\x22\x99\xe5\x18\x84\xa0\xd1\x87\xe2\x0d\x10\x34\xde\xd7\xe4\x7d\xf3\xa8\x21\x8e\xe0\x51\x6c\x01\x82\xc6\x98\xd5\xfe\xac\xa0\x30\xd5\xda\xad\x96\xb0\x2d\x8d\x30\xd5\xda\x2d\x8d\xb0\x2d\x83\x30\xd5\xda\xad\x69\x20\x04\x8d\x75\x53\x1c\xb1\xa6\x81\x89\xba\xf6\xa3\x81\xcb\x1a\x04\x53\xed\xde\x7a\x03\xfb\x41\x7c\x98\xdd\x7d\x30\x4e\xbb\x25\x8d\x3e\xf4\x1b\x5a\x48\x60\x7a\x59\xed\x51\x54\x00\x82\x46\xbf\x8a\x0a\x40\xd0\xe8\x57\x83\xfc\xa3\xa8\x40\x4a\xb7\xfd\x68\x90\x07\x82\x46\x1f\x1a\xda\x81\xa0\xd1\x87\x9a\xde\xa3\xa6\x47\x39\x9d\xfd\xa8\xe9\x3d\x6a\x7a\x5a\x10\x1e\x8d\xef\x8f\x06\x33\xb2\xb4\xee\x47\x11\xe0\x59\xa7\x5f\xc6\xa2\x08\xf0\x68\x44\x23\xb3\xec\x7e\x34\xc8\x03\x69\x92\x98\x6b\x3f\x8a\x00\x40\xd0\x18\xb3\x46\xfa\x47\x23\x3d\x59\x40\xf6\xa3\x85\xed\x59\xf2\xa5\x4a\x73\x1e\xcb\x79\xf0\x1b\x7a\xf4\x61\x02\xf1\x2c\xf3\x55\x54\x00\xa2\x1d\x73\x53\x2c\x78\xbc\xb8\x64\xac\xcc\x73\xb9\xbe\x97\x63\xe1\x97\xf3\xf8\xbb\x07\x82\xc6\xf8\xfc\xdd\x03\x41\x63\x2c\xfe\xda\x1f\x7f\xed\x64\xb9\xdd\x8f\xbf\x6c\x20\xda\xb1\x27\xfd\x65\x3f\xfe\xb2\x97\xdf\xaa\xbf\xec\xe7\x3e\x7d\x30\x3e\x35\x56\x20\x75\x2a\x23\xec\xc7\xc8\x7c\x20\x68\xbc\xcf\x18\x89\xc7\x8b\x91\x3f\xcf\x26\xb5\x53\x20\x4d\xe3\x7b\x1e\x7f\x61\x0f\xbf\xab\x4e\xea\xf9\x6d\x31\x0a\x21\xf5\x9f\x67\x8e\xda\xe9\xe3\x6d\xa0\x9f\x7b\xc8\x5f\x89\x25\x24\xfa\xcf\x3d\xe4\xaf\xc4\xe2\x10\x9d\xf4\x4b\xdb\xca\x0d\x42\xea\xa4\x43\xd8\x96\x55\x10\x62\x2c\x05\xda\x90\xe6\x77\xd4\x6d\x77\x49\xbb\xa4\x75\x68\xbc\xef\x4d\xee\x3f\x6e\xa9\xbc\xfe\x22\x5e\x7f\x11\x5a\x8d\xac\x7a\xb0\x2d\x67\x30\xb9\xe8\xbe\x2d\x67\x20\xa4\xfe\xe3\x57\xfc\x6a\xb8\x07\xa2\x9d\xef\x3b\x7d\x3c\xd2\x6c\xf7\x4a\x3b\x55\x56\x12\xb4\x2d\x4d\x9e\xb2\x6e\xd6\x24\x10\xd2\x34\x16\xea\xf5\xbf\x60\x01\x82\xfe\x73\x1e\xfe\x17\x5e\x35\x56\x2d\x58\x96\x1b\x10\xa2\x9d\xef\x73\x7c\x6a\xb1\x5a\xb5\x5e\xff\x0b\x40\xea\xbf\xe1\xb3\x8e\x2f\xbb\xff\x38\x4f\x4d\xf1\x2f\x44\x3b\xde\xa7\xb6\x6b\x8e\xff\x49\x4d\xb4\x6d\xa2\xfe\x4d\x6e\xfe\xa0\xf1\xac\xe7\xb3\x09\xf8\x27\x95\xc3\xf6\xab\x23\x14\x48\xdd\xb0\x64\x13\xf0\x6f\x93\xed\x4f\xad\x64\xaf\x6a\xaa\x89\xf5\x27\xd5\xc9\xb6\x89\xf5\x85\xd4\xbd\x69\x62\x12\x7d\x21\x4d\xad\x69\x66\xd1\x17\xa2\x1d\xe3\x53\x9d\x35\x63\xfe\x34\xf6\xcb\xec\xf8\xdb\x4c\xf8\x53\xab\x9b\x39\xe7\x85\xd4\x0d\xf3\x7b\x3d\xb3\x5f\x2f\x73\x1a\x3b\x67\x4a\x78\x21\xf5\x94\xfe\xc1\x98\x6f\x3a\x77\x21\xba\x83\x1d\x86\x9a\xbd\xde\xff\xd4\xef\xfa\x7a\xa4\x9b\xbb\x7d\x6a\xbc\x33\x77\xbb\x10\x34\xdb\xb9\x15\xbd\x5f\xae\xcf\xfb\x55\x23\x7c\xd5\x08\x35\xb6\x99\x43\x5d\x08\x1a\x53\xf2\x48\x7f\x4f\xfa\x45\x3e\x47\xf3\xa0\x0b\xd1\x4e\x9a\x7d\x4c\xfb\x40\xb3\x30\xe7\xf9\x36\xc1\xf9\x24\x67\xfc\x36\xc1\xb9\x10\xed\x98\x9b\x47\x3f\x10\x34\xc6\xec\xd1\x0f\xa4\xee\xc5\x11\x13\x6f\x0b\xf1\x3e\x9e\x35\x32\x15\x48\x5d\xbf\xb5\x49\x8d\x85\xd4\xb3\x4b\xa8\xbf\xd2\x04\xc6\x93\xcc\xfc\xdb\xf4\xc1\x42\xd0\xe8\x57\x89\xdc\xbc\xc0\x3d\xcb\x03\x8f\x38\xf3\x02\xcf\xc1\xaf\xd3\x1c\xc0\x42\xd0\x68\xa7\x44\x6e\x6e\xdf\x9e\x1d\x9f\x46\x7f\x13\xe5\x76\x0d\x8e\x5b\x09\x15\x48\x3d\x23\xf5\x9b\xd1\x54\x48\x3d\x73\x4c\x99\x95\x54\x88\x3e\x1a\xb4\x5b\xda\x19\x4b\xf4\xb1\x95\x28\xb7\x39\x19\x28\x27\xb0\xb7\x47\xc3\xf6\x68\xa0\x74\xc0\xde\x7e\xde\xdb\x4b\x81\xd4\x52\xde\xdb\x8b\x37\x40\xb4\x63\x7c\x8a\x78\xdb\x4b\x81\x14\xdc\xda\x9b\xfc\x43\x42\xd0\x18\xb3\x06\xf4\x6d\x74\xb8\x61\x88\x5b\x31\x68\x6b\xe5\xf1\x2e\xf4\xd6\x57\x07\x04\x8d\xf7\x69\xbd\xd9\x16\x92\xf2\x46\xc0\xd6\x08\xbe\x15\x83\xc6\xa1\xd9\xaf\xf9\x17\xf4\xd9\x6e\x43\xa5\xb6\xf7\xa3\x0b\xc7\xfc\xd6\x3a\x02\xa4\x4e\x01\xe8\x6d\x0a\x53\x21\x75\x2a\xa5\xef\xad\x28\xb3\x15\x65\xc8\x3f\xb3\xcd\xcd\x29\xa4\x4e\xad\x8f\x6d\x5a\x4b\x21\xda\xc1\x2b\x43\x91\xfe\x52\x43\xf2\xcb\x31\x35\xa4\x90\xc6\x99\x87\x9a\xbc\x39\x1f\xa7\x77\xba\xcd\xef\xb8\x4f\xee\x45\x52\xa6\x6d\x73\x2f\x0a\x69\x0e\xf7\x81\xa1\x8e\x66\x55\x9c\x84\x5d\x7e\x05\x07\xce\xe7\x05\xac\x41\x9d\xed\xcf\x8b\x55\x42\x9a\x63\xd1\x0e\xc3\xa4\x10\x34\xda\x21\x0e\x0b\x69\xce\x58\xdf\xaf\x60\x15\x14\xd2\xc4\xd2\xf0\x15\x8e\xd6\xaf\x78\xb4\xa2\xa1\x7f\x5c\x8b\x09\xe0\x62\x1a\xdf\xdb\xe7\x0d\x17\x21\x0d\xc2\x51\x3f\x6f\x72\x08\x69\x60\x15\xfc\x0a\x1a\xdc\xe7\x0d\x8d\x31\x26\xfd\x7e\x3e\xeb\x25\xb9\x11\xfb\xea\xab\x7c\x0b\x9f\xb7\x31\x06\x56\xb2\xaf\xf2\xdb\x10\xd2\x20\xac\xf1\xf3\xc6\xc2\x57\xab\x17\xfb\xe2\xfb\xf8\xbc\xb1\x20\x04\x6d\x40\xeb\xd2\xbc\x38\x17\xbf\xb5\xcf\x5b\x0c\x5f\xad\x5e\xf6\x1b\xf4\x81\xf8\x2f\x04\xad\x42\xb3\xdf\xea\x05\xc0\xf8\x8e\x3e\x6f\x36\x7c\xb5\xd9\xef\xe0\x7d\xcd\x7e\x9b\x7d\x4c\xc6\xc2\x2f\x42\x88\x31\x33\x16\xc4\x7f\x21\xda\xf9\xac\xfd\x36\xe7\x1b\x62\xdf\x57\x51\x09\xbe\xda\xbc\xb0\x27\x5f\xb0\x5a\x7e\xde\x8a\x18\xc4\xde\x7c\xde\x8a\xf8\x2a\x79\x47\x06\x71\x36\x1f\xd7\x21\x0e\x04\x8d\x79\x74\xdf\x87\xe5\x71\xe4\x1f\x63\xc1\x21\x24\x44\xbf\x8c\x05\x6b\xa4\x90\x06\xb1\x37\x9f\x37\x20\x84\x34\x66\x93\xe6\xdc\x86\x73\x6b\x8c\x6f\xc8\x53\xfe\x29\x23\x27\xde\x37\x1c\x0b\xea\xc4\x98\x21\xaa\x7e\x75\x38\x5f\x53\x0b\xcf\x06\xaf\x86\xe3\x1b\x96\x3a\x61\x0f\xd5\x29\x9f\x2d\x0b\x9d\x33\x63\xc6\xf2\x28\xc4\xb3\xcc\x6d\x3a\x3e\xfe\x47\x23\x17\xc6\x32\x1d\xcb\x74\x2c\x85\xfd\x32\xed\xd7\x0b\xb7\xb9\xc0\xe7\xe9\xfa\x62\x3d\x1c\xa4\xe3\xf9\xbc\x79\x21\x44\x1f\x3c\xbb\x9c\xef\xf2\x7d\xf2\x60\xf9\x3e\x2f\xe1\x66\xc7\xb2\xe4\xe9\x72\x1e\x7c\xab\x5c\xc3\x08\x70\x8d\xfe\x21\x1d\xee\x57\x2f\xbb\xbb\x0e\x7b\x7d\x8d\xac\xe4\x08\x19\x84\xfa\x7c\xf5\x72\xf8\x97\xcb\x3a\x60\xef\xe5\x12\xea\xf7\xca\x6e\x63\x8c\x77\x42\xbc\x8f\xa5\xb9\x65\x25\x47\xcd\xe0\xc2\xd9\x57\x6f\xfb\xe5\xa8\x19\x79\xf2\xbe\xdb\x2d\x6b\x99\x04\x7e\x11\x9f\x17\x42\x84\x34\x30\x5c\x7d\xf5\xf1\x7d\xf8\xbd\x06\x39\x00\xbe\xfa\xf8\x3e\x0c\x6b\x83\x1c\x00\x5f\x7d\x5c\x6a\x7e\xc5\x83\x5a\x90\x5f\x7d\x7d\xdf\xeb\xb3\x8e\xf9\xf5\xd9\x57\x1e\x4c\xdb\xc9\x83\xd7\xf7\x39\xbe\xd7\x65\x40\xdb\x18\x84\x27\x7d\xdc\x18\x09\x70\x6b\x4f\xdf\x27\x5f\x5e\xb7\xf6\x82\xb6\xdd\x62\x54\xe3\x1d\x44\x23\x7f\x75\xcb\x2b\xef\x0b\xcf\x09\xef\xb7\x73\xc3\xb7\x36\xb2\x9f\xde\x76\x59\xb7\x9f\x05\xc7\x59\xdd\x7e\x8e\xdb\xad\xb8\x7c\xd6\xe3\x67\x5b\x73\xd4\x4f\x7e\x3b\x37\xef\x1a\x53\xe9\xf3\xe3\xa6\xca\x81\x34\x88\x82\xfe\xea\xe7\x58\xd0\x72\x06\x97\xf3\xbe\xfa\x39\x96\xcf\x4f\xc0\xb1\x7c\x6e\x77\xef\x1f\x4f\x8e\xf9\xea\xd1\x5a\x3d\x5a\xc9\x47\xf0\xd5\xcf\xed\xf9\x99\xcd\x8a\xa3\xa1\xe1\x6f\xfb\x9a\x77\x8d\x31\x5c\x7d\xcd\xdf\x0b\x10\xb4\x09\xad\x49\x63\x6e\x8b\xa3\xa1\xa1\x35\x7d\x2d\xf9\x6c\x88\x7d\x5f\x4b\x3e\xcb\xe5\x94\x41\x64\xf4\xd7\xd0\x7c\xbe\x96\xac\xa0\x1e\x62\xc1\xd7\xf0\xb7\x7d\xcd\x5a\xac\xab\xd0\x2f\xe2\x88\x90\x06\x89\xf6\xbf\x56\x7c\x1f\x62\xc6\x20\x7f\xc0\xd7\x8a\xed\xd0\x2c\x06\x69\x71\xbe\xe6\x2f\xa2\xf9\x8b\xe8\xbe\x8f\xc8\x6d\x21\x0d\xb4\xe2\xaf\x35\xdf\x87\x73\x6a\x90\xc6\xe6\x6b\x88\x28\x42\x1a\x68\xa7\x1f\xd7\x49\x02\x2e\x69\x3e\xeb\xfb\x9a\xef\xe3\x1b\x6c\x1e\xc1\x40\x1a\x7d\x34\x68\xb7\x34\xc7\xc7\xef\xcf\x9b\x21\x42\xd0\xe2\xd9\x4e\x58\x8f\x90\x26\xda\xe9\x67\xc4\xb3\x90\xe6\x8f\x63\xa5\xfb\x9d\x1b\xc9\x3c\x7f\xf4\xdb\x31\xd2\x0b\x69\xa2\x85\x7d\xc3\xfd\x37\xac\xf3\x40\x8d\xc3\x6f\x60\xd8\x15\x52\xa5\x60\xe0\x37\x28\xd3\xf8\x19\x32\x57\xc9\xb4\xfe\x19\x32\xf7\x0d\x2f\x64\x92\xf3\xe0\xbb\xd0\x76\x05\x2a\x44\x7f\x17\x57\x99\x84\xf5\x63\x33\x2b\x2f\x0a\x44\xe3\x7e\x4a\x8b\x02\xba\xc5\xb7\x5d\xc4\x6d\xfe\x4a\xe4\x9f\x4f\xf9\x51\x08\x5a\x83\xd6\xa4\x31\x81\x1f\x94\x21\xc5\xb4\x94\x50\x96\x14\xd2\xd4\x4d\x28\xb7\x14\xef\xd8\x42\x79\xa5\x78\xc5\x08\x0a\xdb\x6d\x53\x21\x8e\xf3\x7b\x57\x47\x79\x62\xd2\xa0\x38\x4a\xa3\x6f\x79\x73\xb5\x2f\x3c\xa3\xb0\x73\x2b\x25\xec\xfa\xfc\xdf\xff\x64\x3e\xc8\xad\x8c\xf0\xff\xc9\x3a\x63\xdd\x86\x61\x18\x88\xee\xfd\x0a\xff\x41\x2d\x59\x4e\xd2\x25\x4b\xe7\xf6\x1f\x5c\x9b\x07\x64\x48\x62\xb8\xc9\xff\x17\xbc\xe7\xa5\xed\x10\x5c\x70\xb0\x4d\x26\xa2\x44\x0a\xa0\xce\x91\x41\xe6\x96\x02\x45\xdb\x6d\x89\x5f\x66\xfb\x54\x0d\x06\xf7\x27\x2b\xbc\xd5\x04\x2c\x62\xaf\xa0\x8a\x08\x57\x0c\x85\xbb\xb0\xef\x80\x73\x58\xc6\xc8\xb3\xb3\x18\xa8\xbd\xff\xb3\x03\xcf\xc9\x1a\x80\xcc\x19\x54\x00\x91\xe1\x47\xa2\x40\x4e\x17\x28\x3d\x4c\x85\x71\xa3\xbe\x1b\xcd\x25\xa6\xbd\x98\xf6\xcd\x4c\x83\x69\xe7\xae\x3a\x6d\x88\x65\xc0\xe0\x13\xce\x42\x82\x17\xf0\x71\x79\x21\xc0\x0b\xe4\xb3\x8b\xb9\x13\x9c\xb5\x25\xf1\x60\x82\x61\x82\x99\xf9\x82\x49\xbf\x77\x2f\x67\x18\xbf\x78\xb3\x37\xb3\xc0\x2c\x79\x0d\x1e\x05\x4c\x58\x8a\xdd\x8c\x60\x94\x5e\x67\x20\x5b\xa9\x37\xe1\xed\xdc\x0d\x5e\x2e\x50\xc9\x05\x8a\x17\x3d\x34\x72\x81\xd2\xff\x95\xb9\x3d\xfd\x4b\xd2\xe8\xe7\x02\xd5\xe3\xa7\x82\x6f\x09\xde\xeb\x09\x3d\x5d\xc0\x1d\xca\x12\xcb\x9e\xc1\xc7\x9b\x84\xbe\x2e\x50\x9d\x22\x55\x19\xad\x8c\xf0\x01\x86\x08\x37\x94\xe1\xe8\xd8\xd4\x80\xfd\x84\xba\x33\xd8\xe7\xcd\xcb\x47\xc6\x6b\xc0\x03\xcf\x84\xe1\xd8\xb8\x0e\x1f\xdc\x5e\xe0\x24\x25\xe6\x82\x55\x3e\xdd\x01\x2a\x34\x3e\x01\xef\xf1\x85\xc2\x27\x50\xaa\xc7\x62\xc4\xde\xc8\x5b\x6f\x92\x39\x10\x2f\xde\x9b\x15\x33\xa4\x53\x43\x69\xbd\xab\x4c\x91\x3a\xc5\x19\xce\x7e\xfc\x2d\x4d\x90\xdf\xaf\xd3\xfa\xf2\xfe\x31\xad\x9f\xd3\x35\xba\xf9\xb9\x6d\x71\x7b\x2c\x97\xf9\xd1\xbd\x26\xdb\x2d\xa1\xcb\x2d\xb6\xf8\xbe\x3f\xb7\x39\xba\xf5\xbe\xe6\x5d\xfe\xfc\x04\x00\x00\xff\xff\xf7\x76\x22\x71\x01\xf2\x04\x00"); +func _bae ()(*asset ,error ){_agbf ,_bbfe :=_ddgf ();if _bbfe !=nil {return nil ,_bbfe ;};_gabb :=bindataFileInfo {_dae :"HKdlb-B5-H",_fb :18683,_ae :_be .FileMode (436),_g :_a .Unix (1580492327,0)};_bgb :=&asset {_dd :_agbf ,_ef :_gabb };return _bgb ,nil ; +};func _ggbd ()([]byte ,error ){return _c (_gddc ,"NWP-V")};func _deag ()(*asset ,error ){_ffb ,_ebec :=_bebc ();if _ebec !=nil {return nil ,_ebec ;};_fddf :=bindataFileInfo {_dae :"Adobe-Japan1-0",_fb :1097,_ae :_be .FileMode (436),_g :_a .Unix (1580491303,0)}; +_cbb :=&asset {_dd :_ffb ,_ef :_fddf };return _cbb ,nil ;};func _gdbed ()(*asset ,error ){_bcdb ,_bbbg :=_cegf ();if _bbbg !=nil {return nil ,_bbbg ;};_bdfg :=bindataFileInfo {_dae :"UniGB-UCS2-H",_fb :272134,_ae :_be .FileMode (436),_g :_a .Unix (1580492744,0)}; +_abc :=&asset {_dd :_bcdb ,_ef :_bdfg };return _abc ,nil ;};func _faffb ()(*asset ,error ){_egcg ,_bccf :=_gdf ();if _bccf !=nil {return nil ,_bccf ;};_bbae :=bindataFileInfo {_dae :"ETHK-B5-V",_fb :631,_ae :_be .FileMode (436),_g :_a .Unix (1580491827,0)}; +_gfa :=&asset {_dd :_egcg ,_ef :_bbae };return _gfa ,nil ;};var _ddfg =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x84\x9b\x4b\xeb\x65\x39\x96\xdd\xe7\xf1\x29\xce\xb0\x3d\xb0\xf3\x48\xfb\x25\x41\x10\x60\xba\x1b\x9c\x86\x6e\x37\x2e\xdb\x6d\x30\x1e\xdc\xc7\xb9\x49\x80\x33\x22\x88\xcc\x1c\xd4\xb7\x37\xfb\xb7\x6e\xa5\xab\x0b\x43\x0e\x8a\x95\xb5\x42\x57\x67\x6b\x6b\x3f\x25\xfd\x7f\xf8\xfb\x1f\xff\xe1\xc7\x2f\x9f\x7f\x3d\x7e\xf8\x97\xef\x5f\x1f\x7f\xba\x7e\x3d\x5e\x9f\xbf\x3c\xbf\x5f\xbf\x7c\xfd\xed\xfb\xe3\x3a\xee\xd7\x4f\x9f\xbf\x7c\xf8\x30\xe6\xf1\xfc\xfc\xf8\xf5\x2f\xff\x17\x78\xfc\x7c\xfb\xf6\xe1\x43\xff\xfe\x4f\x7f\xfe\xe5\xd7\xeb\xe7\x1f\xbf\xbc\xbe\x1e\xa6\x71\xcf\xdf\xbe\xbd\xc7\x1e\xc7\x0f\xff\xf5\xfa\xe9\xf3\x2f\xbf\x7e\xff\xf3\xf1\x77\xff\xf1\xf9\xf5\x7e\xfd\xbb\xe3\x79\xbd\x9a\xff\x2f\xdf\x9f\xd7\xf7\xcf\x5f\x7e\x3a\xfe\xee\x3f\xdf\xbe\xdd\xbe\x8c\xdf\xff\xe1\x4f\xbf\x7d\xfb\xf6\x7f\xae\x9f\xaf\x2f\xbf\x1e\x27\xdc\xf5\xe5\x09\x7e\xf8\xe1\xef\xff\xe9\xf6\xed\x9f\x6f\x3f\x5f\xc7\x0f\xff\xfc\xaf\xff\xf2\xef\xff\x13\x2c\xe4\xff\xb8\xbe\xff\xf2\xf9\xeb\x97\x63\x9c\xff\xe1\x3c\xf3\xff\xf1\xff\xed\xcf\xdf\xae\x63\xbc\x7f\xfd\x3f\xff\xfb\x8f\xff\x70\xfc\xaf\x71\x8c\xf3\x98\x61\x96\xff\xfb\xcd\xff\xeb\x3f\x7d\x7d\x5e\xef\x6f\x7d\x18\x92\xfc\xf1\xf5\x79\xfd\xf2\xed\xf6\xb8\xbe\xdf\xbe\xfc\x74\x7d\x38\x8e\x8f\x73\xcc\xf1\xe9\xf8\x58\xff\x58\xff\xf8\xa9\x45\xfa\x9b\x11\x1f\xc6\x79\xbe\x7f\xfa\xf9\x29\xea\x2f\x3f\x99\x23\xd7\xa7\xe3\x48\xb3\xa6\x72\x8b\xda\x9f\x8e\xf2\x5a\x50\x37\xa8\xba\x3e\x1d\x47\x9d\xf9\xe1\xe3\x9c\xfa\xe1\x9c\x50\xb3\x9a\x32\x46\x4d\x1f\x4d\xf9\x68\xca\x45\xc5\x09\xb5\x9b\x8a\x07\x54\x4f\x79\x54\x30\x57\x4d\xa8\xda\x4d\x15\x3f\xec\x4f\xbd\xe1\xa8\xea\x1f\x9a\x9d\x4d\x99\x31\x6a\x9d\x4d\x39\x42\x58\x30\xd7\x86\x4a\x51\xd5\xd4\x1a\x3d\xbd\x4b\x54\x2f\x6b\xca\xe7\x87\x8f\x33\x44\x45\xe5\xa7\xe3\xd8\x33\x3e\x7c\x9c\x29\x2a\x6d\x7d\x3a\xc6\x39\x5a\x88\xd4\xf4\x19\x50\xd6\xa3\x4a\xa3\xaa\xff\x65\x9c\xd1\x72\x55\x88\x2a\xa8\xdd\xd3\x6f\x8d\xda\xf1\xfa\x74\x1c\xd3\xa0\x12\xe9\x81\xc3\x10\x75\x4b\xd4\xcd\x1a\xe7\x6e\x51\x6f\xfa\xe1\x8d\x1f\x1a\x5a\xbd\xe9\x87\x37\x46\xd9\x6e\xb9\xee\x1a\x75\xef\x2f\x1e\x3e\x7b\xfa\xbb\x54\x08\x1c\x73\x07\x94\x89\xea\x1f\xc6\xd9\x5b\xfb\x98\xde\xd4\x23\x5f\x6c\x6d\x4b\xff\xd4\x5c\x4f\xbb\x3e\x1d\x15\xd1\x3f\x7c\x3a\x5f\x7c\x46\x36\xb5\xa0\x24\xc4\x93\x1f\xe6\xd9\x36\xf1\x2c\x51\xc5\xd6\xe6\x84\xd2\x5c\xc8\x55\x39\xa0\xa6\xa8\x09\xc5\x17\x25\xd7\xb3\x77\xbb\x72\x3a\xd4\x4d\x14\xfb\x98\x9a\xfe\x2e\xea\xd1\xa3\xac\xe7\xba\x24\x2a\x70\x24\xfb\x78\xcd\x29\xaa\xa7\xcf\x32\x28\x13\x65\x58\x8e\x28\x17\xe5\x4d\x0d\xfd\x30\x44\x05\x54\x40\xa5\xa8\x84\x2a\xa8\x12\x55\x4c\x2f\x21\x96\xa8\x0d\xe5\x50\x37\x51\x48\x3f\x16\xd4\x5d\xd4\xbd\x47\x6d\x7d\xf1\x21\xea\x81\xa7\x25\xd4\x53\xd4\x93\x51\x12\xf5\x12\x75\x31\x4a\x42\xbc\x44\xb5\x4d\x64\x32\x4a\xae\x70\xfd\x95\x2b\x5c\x72\xbe\xcb\xf8\xa2\x6d\x28\x7d\xd1\xf8\xe2\x16\xa5\x2f\x9a\xbe\xc8\xf4\xa6\x2f\x9a\x7c\x5b\x73\xe9\x8b\xc6\x17\x71\xe4\x4b\x36\x01\x1c\x35\x98\x4b\xde\x71\xfd\x95\xf3\x5d\xa1\x65\x07\x42\x10\x3a\x2e\xb9\x3b\x70\x14\x6e\x75\x85\x84\x08\x84\xc0\x0a\xaf\x90\x10\xc1\xb2\x5d\x3f\x94\x10\xb8\x42\x06\xd3\xcb\x0a\x81\x23\x1d\x15\xca\x87\xae\xbf\x72\xf7\x4b\x96\x03\x1c\x29\xe5\x94\x84\x28\x34\x91\x2c\xbb\x24\x44\x21\xc4\x42\x2e\xc5\x1c\xe0\x48\x82\xd5\x4b\x26\xf7\x92\xc9\x11\x01\x5e\x32\xb9\x17\xf6\x95\x2b\xa1\x5c\x94\x33\xca\xa1\x42\x54\x40\x2d\xa8\x14\x95\x1d\x27\x4e\xfd\xb0\x44\xd5\xef\x61\xe8\x25\xfb\x02\x8e\x4d\x04\x78\xcd\x2d\x6a\x43\x49\xae\x9b\xa8\x5e\xf6\xc6\x3b\x5e\x32\x39\xe0\xd8\x44\xf2\x97\x4c\x0e\x38\xf6\xd6\xa8\xa7\xa8\x27\x94\x46\x5d\xa2\x2e\x28\x09\xf1\x12\xd5\xba\xdf\x44\xb9\x97\x4c\x0e\x38\x32\x4f\x28\x29\xa7\xe1\xd8\x93\x05\x99\x94\xd3\x70\xec\xc9\xb2\xcd\x44\x19\x72\xe9\x87\xd2\x57\xc3\xb1\x09\x8f\x2f\x93\xbe\x8c\x80\x2c\x15\x9a\x94\x63\x28\x07\x57\x78\x99\x94\x63\x28\xc7\x24\x97\x94\x83\x2b\x6c\x6c\xf5\x25\x57\x00\x8e\xed\xac\xd1\xa4\x1c\xbc\x63\x3b\x6b\x94\x77\x00\xc7\x76\x4d\x2f\xe5\xe0\x1d\x5b\x06\x20\xef\x00\x8e\x1d\x9a\x5e\xca\x31\x29\x87\xe9\xe5\x1d\xc0\xb1\x09\xa2\x2f\x79\x07\x70\xec\x28\x12\xf2\x5f\xf2\xee\xff\x37\x15\xbf\x5c\xba\x73\x74\x27\x0d\xbb\x74\xe7\xe8\x8e\x18\xfb\x72\xe9\xce\xd1\x5d\xa2\x28\x97\xee\x9c\xf5\x26\xfb\xe0\x5a\xaf\xb3\xde\xd2\x28\xad\xd7\x59\x6f\xb1\x5e\xd7\x7a\x9d\xf5\x2e\x7d\x51\xeb\x75\xd6\xbb\xb4\x38\xad\x37\x10\x42\x06\x1f\x12\x22\x10\x82\xf0\xf6\x0a\x09\xd1\x70\xec\xcd\x17\x43\x06\x4f\x34\xd8\x5b\x3f\x94\x10\x0d\xe3\x24\x27\xbd\x14\x0d\x80\x71\x9e\xc8\xa5\x68\xf0\x92\xeb\x6b\x03\xe5\xfa\xaf\x24\xc9\x9e\x4c\x9f\xd2\x57\xc3\x38\x4f\x84\x48\xe9\x2b\x1d\x8a\x0d\x4c\xc9\xd5\x30\x4e\x32\xd7\x2b\x25\x57\xca\xd6\x90\x2b\x65\x6b\x29\x5b\xd3\x28\xd9\x1a\x95\xd1\x76\x94\xa3\xca\x08\x38\xb6\xeb\x8b\xb2\xb5\x94\xad\x49\x2e\xe9\x3e\x65\x6b\x9a\x5e\xcb\x4e\xd9\x9a\xa6\xd7\xb2\x13\xdd\x87\xa6\xd7\xb2\x53\xb6\xa6\xe9\xa5\xfb\x94\xad\x31\xbd\xf2\x2e\x70\x6c\xea\xa7\x97\xf2\x2e\x70\xec\x60\x7a\xe5\x5d\xe0\xd8\xa4\xe2\x97\xf2\x2e\x70\x6c\xf2\xc8\xab\xb4\x8f\x25\x63\xc2\x6e\x4b\xfa\x52\x65\x54\x08\x51\x52\x4e\xa1\x89\xd2\x28\x69\x82\xb0\xbb\x4b\x5f\xd4\xb2\x89\xb1\x7b\xe9\x8b\x5a\x63\xc9\x98\xfc\xc3\x47\x3b\x09\xa8\x82\x31\x3a\xe2\xd9\x49\x40\x15\x14\x25\xa8\x9d\xe4\x70\x3b\x3b\x8c\x8c\xd1\x41\xd0\x4e\x7b\x53\xf6\xe9\x28\xeb\x30\x62\x27\x61\xc4\xce\xf6\xf3\x31\x9c\xe9\xf1\x73\x41\x11\x89\xed\xc4\xcf\xed\x6c\x45\x8f\xd1\x5a\xb5\x13\x45\x0b\x8a\xa8\x6e\x27\x8a\xb6\xb3\xf5\x35\xe6\x89\x10\xa5\x2f\x36\x14\x09\xdb\xce\xd2\x17\x7b\xa9\x63\xb6\x31\xd9\x59\x9a\xfe\x5d\xa7\x20\x2a\xcb\xb6\xb3\x97\x3d\x66\x17\x12\xa6\x32\xdb\x46\x87\xf0\x31\x3b\x7d\xda\x20\x84\x0b\x8a\x0c\x61\x83\x10\x6e\xa3\xd7\x35\xe6\x64\x14\x71\x51\x50\xa4\x75\x1b\x1d\x23\x1b\xba\x2a\x9d\x6d\x98\x36\x08\x82\x82\xca\x37\xa5\xe9\x0d\x51\x51\xce\x90\x26\x46\x87\xb7\x22\xad\xdb\x20\xbc\xd9\xa0\x9c\x9d\x8e\x10\x84\x21\x41\xe1\x7c\x36\x08\x43\x46\x17\x30\x66\x40\xa5\x44\x4d\x14\xad\xe9\x53\xd3\x6b\xd9\x1d\x01\x4c\x4d\x82\xcd\xce\x6f\xc3\x86\x41\x2d\x51\x8b\x1f\x06\xd4\x16\xd5\xd2\x5b\xd7\x88\x36\xa5\x9c\x29\xe5\xb4\x0f\xd9\x94\x72\x66\x07\x85\x61\x93\xb9\x08\x0a\x82\xca\x0e\xe1\x36\x53\x5f\x6c\xfb\x1c\x56\x50\xa5\xb9\x4a\x73\x2d\x28\xcd\xd5\x9b\x36\x9c\xdd\x9e\xda\x34\xa0\x48\xfe\xa6\x1e\x44\x30\xbc\x13\xb6\x99\x16\x04\x0c\xef\x60\x65\x26\xf3\x35\x99\x6f\x3b\xb2\x99\xcc\x97\xee\x64\x78\x87\x21\x33\x69\x15\x48\xdf\xfc\xd0\xdf\xa3\x7a\x1f\x9d\xed\x30\xdf\xa2\xf6\xa7\x23\x4e\xd6\x68\x74\x50\x66\x84\x34\x47\x7a\x23\xa4\x09\x2a\x83\x1f\x12\xd2\xcc\xd8\x21\x2f\x44\xd5\x0e\x99\x76\x08\xbb\x37\xed\x90\x61\xe4\xbe\xa0\x64\xe4\x26\x23\x67\x6b\x4d\x46\x6e\x1d\x08\x86\x6f\x16\x54\x9a\xbe\x21\x48\xc5\x66\x04\x05\x33\x14\xed\x5b\x3f\x94\xa8\x52\x74\x07\x2b\x33\x29\xda\xa4\x42\x96\xad\x6e\xcc\x1c\xe5\xc4\xd9\xd2\xbb\x94\xe3\x32\xb9\x4e\x9f\xe6\x52\x0e\x10\x12\xc2\xc9\x7c\xe6\x9d\xc0\x46\xe0\x8f\x4e\x02\x13\x54\x86\x28\x36\xcd\x83\xe9\xb1\x1c\x0f\x4d\xdf\x90\xb9\xd6\x1f\xa6\x62\xf3\xd0\xd7\x51\x7a\xa0\x61\x97\xd2\xfd\xad\x74\x56\x22\xa5\x3b\x8b\x8b\x6a\x19\xd5\x57\x5a\xb4\xdd\x8e\xe8\x5a\xca\x42\x76\x0b\x54\x76\x70\xb6\xa0\x2e\xb3\xe8\x0a\x62\x24\x86\x15\x54\x10\x82\xca\xae\xb8\x2c\x5c\x73\x31\x7d\x12\x04\xd5\xa3\x0a\x46\xae\x0d\x35\x45\xa1\xbb\xae\x1a\x2c\x65\x7e\x49\xb0\xc9\x2e\xfb\x2c\xe5\x4f\x29\x7f\x4a\x51\xc8\x95\x5d\x3c\x0c\xba\x03\x4b\x4f\x51\x49\x7b\xe8\x50\x25\xaa\x85\x28\x09\x41\x3d\x20\xa8\xec\xa2\xc4\x32\x90\x3e\xdb\xbe\x46\xb1\x35\x49\x7e\x13\x14\x5d\x8b\xa5\xc2\x6e\xb6\xad\x8d\x4a\x46\xc9\xd6\x80\xca\xe4\x8b\x24\x20\xcb\xb6\xa2\x41\xff\x66\x29\x2b\x02\x2a\x3b\x4d\x59\x2a\xec\x02\x83\x0e\xc8\x52\x1e\x9c\xf2\xe0\xf7\xf4\xef\x2f\x22\x3d\x06\xaf\x06\xde\x6a\x22\x44\x17\x38\x56\x94\xef\x82\xa2\x3b\xb0\xa2\x7c\xb7\xea\x50\x3b\x6a\x41\x51\x8e\x0a\x2a\xbb\x47\xb5\xa2\x1c\xb5\x6a\xc3\x1c\x8b\x7d\x2c\xd7\x0f\x1d\x33\x21\x96\x95\xb4\x5a\x6d\xa4\x63\xcd\x13\xea\x12\x45\x02\x2a\x51\x68\x95\xc3\x84\xb1\x88\xfd\x25\xbb\x05\x8a\xee\xd3\x4a\x86\x59\xc1\x17\xc9\x95\x15\xfa\x62\xf0\xc5\x62\x8d\xa1\x2f\x76\x67\x36\x16\xdb\x51\x74\x66\x82\x1a\x4b\x73\xa1\xc2\xea\x9a\x69\x70\x2c\x62\x95\xd2\x44\xa2\x09\x74\x5f\xb2\xfb\xea\x72\x63\x2c\x5c\x81\x93\x8e\x37\x14\x2d\xb0\x55\x49\xd4\x2e\x11\xc6\x4a\x51\x5b\x14\x39\xa9\xab\x06\x2b\x05\x88\x2a\x34\x21\x51\xb5\x43\x40\x25\x81\x6b\x69\x87\x96\x21\x17\x21\x7c\x29\xd3\x03\x95\x6f\x0a\xb9\x96\x23\x17\x91\x65\xc9\x61\x80\xa2\xfb\xb4\xa5\xc8\xb2\x30\x80\x3d\x5a\xd1\x3a\x9b\xb1\x8d\x8b\x6e\xb4\xba\xe5\x0a\x5b\x2e\xda\x0d\xa9\x6d\xb9\xe8\xc6\x00\x36\x96\xb3\x65\x00\x5b\x06\x80\xc9\x6d\x19\xc0\x26\x96\x51\xf4\xda\xd6\x17\xb7\x62\x19\x8a\xde\x8a\x65\xbb\x75\x3f\xcf\xb3\x35\xb1\xa5\x7b\x20\x16\x61\x77\x53\x07\xdb\x6e\x1f\x9a\xa7\xf1\xc3\x7c\x53\x58\xb4\x84\x90\x0f\xed\xf6\xa1\x79\x92\x0e\xb6\x7c\x68\xcb\x87\xb0\xe8\x2d\x1f\xda\xbd\x1d\xf3\x24\xa0\x6e\x6d\xc7\xd6\x76\x50\x8b\x6d\x6d\x07\xe7\x4f\xf3\x24\x74\xe8\xfc\xc9\x6e\x6d\x72\xf3\xc4\xd3\x6e\x32\x39\xa0\x72\x89\xe2\x8b\xb7\x8e\x7f\x73\x74\xd3\x6d\x37\x0a\x68\x41\xd1\x15\xdb\x8d\x02\xda\x6e\x88\x3a\xb0\xc2\x9b\x44\xbd\xbd\x45\x2d\xa8\x10\xd5\x42\x0c\xf2\xae\x8e\xb7\xec\x3e\x99\x3e\x44\x95\x28\x4d\xbf\xa0\x96\xa8\xdd\xa3\x70\xf7\xbb\xa2\xdc\x5d\x51\x6e\xe9\x87\x77\x51\x77\x46\x89\x7a\x88\xa2\x62\x23\xb5\xdc\xe9\x8a\xed\xde\xdb\x39\x07\x36\x71\x57\x49\x75\x57\x49\xb5\x45\x69\x7a\x89\x8a\x0a\x1f\x12\xf5\xd1\x36\x31\x55\x19\x3d\x64\x13\x40\x71\xf4\x63\x0f\xcd\xf5\x70\x46\x61\xbe\x0f\xd7\x28\xd7\x28\x7e\xe8\xef\x51\xbb\x4b\x04\xea\x81\x87\x92\xff\xa3\xfd\x79\xaa\xa4\x7a\x44\x89\x42\x13\x6f\x4a\x73\xb5\x31\x4d\xa3\x2a\x7d\xc8\x98\x1e\x81\x5b\x91\x87\x1e\x9c\xa7\xd8\x03\xe9\x6d\x34\xa5\xb3\x3f\x7b\xb6\xbe\xa6\x51\x3f\x3d\xa5\xaf\xa7\x5c\x61\x8b\x42\x5f\xcf\x76\xb8\x69\x24\xb0\xa7\x4a\x50\xa0\x72\x8b\x42\xae\x67\x97\x1b\x53\x45\xdc\x53\xe5\xc6\x53\xe6\xbb\x45\x61\xbe\x9c\x10\x4e\x9f\xfe\xc7\xa9\x58\x07\x88\xc6\xa1\x61\x15\xe5\xc2\x53\x56\xf4\x64\x25\x4e\x2b\xa0\xa3\x41\xe3\x84\x6f\x4a\x77\x3a\xe1\x13\x54\x51\xe3\xe9\x84\xcf\xae\x6e\x2b\xa6\x53\x1b\x5c\x6a\x2b\x80\xaa\xee\x2b\xed\x52\xb0\xe1\x40\x6c\x3a\x6e\xa1\x03\x31\x41\x15\x1e\xac\x03\x31\xbb\x82\x2f\x12\xcb\x2e\x45\x62\xa0\x38\x25\xb7\x4b\x91\x98\x73\xad\xe9\xec\x96\xce\xb5\x04\x55\x94\x90\x3a\xd7\xb2\xab\x23\xf1\x0c\x09\xa1\x48\x0c\x54\xb1\xa7\x97\x22\x31\xc7\x53\x33\xa8\x2a\x75\x3c\x65\x9c\x0c\xcd\xa0\x91\xd1\xc9\x90\xa0\xea\x3d\x8a\x3d\x7d\xb5\x99\xcc\xa0\xe4\x7e\xc5\x16\xd5\xd6\x5d\xc4\xc5\x57\xe8\x87\x2d\xd7\x0c\xec\x56\x4d\xb7\xa0\x38\xbb\xb3\x97\xea\x6b\xba\xe2\x19\xec\xa9\xba\x62\x41\x71\xba\x6a\xea\x8a\x8d\xc6\x6f\x72\x5c\xec\x6a\xfc\x04\x33\x3b\xbf\xb9\x1a\x3f\x41\x55\x77\x07\xae\xc6\xcf\x4f\x67\x54\x07\x41\x3f\x5d\xa3\x5c\xa3\x1c\x4a\xa3\x5a\x21\x93\xda\xc2\x4f\x6a\x31\x41\x71\x9e\xeb\x27\x21\xc9\xcf\xce\x5c\x13\xf3\xf3\xb3\x24\x44\x69\xae\x84\xd2\x5c\x84\x4a\xd6\xe8\x27\xa1\xd2\x4f\xea\x58\xce\x73\x9d\x8e\xaf\xe1\x62\x54\xcf\xa5\x96\xce\x07\x51\xaa\xba\x56\xf7\x41\x94\x12\x54\x75\xa6\xf7\x41\x94\x12\x24\x35\x8f\xd3\x04\x7e\x74\xfa\xb7\x59\xac\x51\xfd\x9b\xa0\x6a\x8a\xba\x41\x79\xfb\x53\x75\xa0\xf7\xc1\x09\x8e\xa0\x6a\x4e\xa8\xa7\x28\xe4\xea\xd2\xc5\x07\x85\x84\xa0\xde\x72\x51\x9e\xf9\xc0\x0a\xab\x90\x2b\x34\x4a\x56\x38\x5b\xab\x23\x35\x8a\xad\xad\x85\xa8\x29\xb9\xb4\xb5\xdd\xad\xbb\xae\x82\x7c\x48\x13\xbb\x47\xa9\xcb\xf3\xd9\xed\xe5\x5c\xdd\xef\xfa\xe4\x24\x4d\x50\x35\x19\x45\xab\xe9\xd3\x19\xe5\x50\x92\x1e\x28\x8a\x4b\x9f\xae\x51\xe4\xca\xd5\xc5\xa5\xeb\xc2\x48\x50\x35\x17\x94\x7e\x98\xed\xc8\x94\x08\x3e\x39\xfa\x11\x54\x61\x5f\x13\x1f\xf2\xd9\x31\x67\xae\x8e\xd7\x3e\x69\xf3\x05\x55\x1d\x3a\x7c\x72\x9e\xe2\xb3\x83\xca\x5c\x5a\x10\x39\xc9\x67\x61\x4c\xec\xd0\xa4\xdd\x71\x3a\xc6\xb9\x3b\x9a\xb8\x3a\x46\x41\x95\x89\x92\xf4\x28\x87\x72\xc3\xd5\x31\xba\x61\x26\x1b\xfb\x32\x99\x89\xc9\x4c\xcc\xa1\x96\xa8\xc5\xa8\x05\xb5\x45\x61\x85\xed\xdb\x6e\x38\xb2\xdb\x44\x88\xa9\xb9\x9e\xa2\x2e\x46\x15\x14\x6b\x34\xd3\x28\x7e\xa8\xed\x30\x6d\x87\x6d\x28\x44\xb5\xd6\xc4\xe4\x78\xcb\x4d\x9a\x00\xaa\xde\x94\xa4\x47\x39\x9c\x20\xbb\x49\x39\x40\x71\xcb\xe7\x6a\x0f\x9d\x66\x6f\x72\xd0\xe7\x46\x7d\x2e\xa8\xea\xe2\xd2\x4d\xfa\xa2\x17\x34\xce\xfe\x5c\xbd\xa0\x7b\x8b\x6a\x54\x46\xee\x12\xd5\x25\xaa\x33\x4a\xa2\x7a\xa7\x4f\x3b\xd1\x97\x93\x3e\x05\x55\x2e\x6a\x8b\xda\x3d\xca\x99\x8b\xf4\x29\xa8\x7a\x53\x77\x51\x7c\xb1\x53\x9e\xab\x89\x14\x54\x61\x98\x6a\x22\x05\x76\x76\x4f\xef\x2e\xb7\x72\xb9\x95\x7e\x28\xb7\xf2\x0e\x9c\x76\x76\x87\xed\x1e\x9a\xbe\xc1\x03\x9b\x70\x99\xaf\x6b\xd9\x5d\x1a\xbb\xba\x44\x81\x9d\x44\xa6\x50\x2c\x0c\xc5\x42\xdc\x3d\x14\x0b\xa3\x2d\xc7\x46\x67\x3e\x0f\x59\x4e\xc8\x72\x5c\x3f\x5c\xa2\x9e\x8c\x4a\xa8\x4b\x14\x36\x81\xf4\x21\x9b\x88\xce\xe1\x36\x08\xb5\x41\x0e\x17\x54\xc5\xf8\xc3\x54\xec\x61\xfa\x7a\x6f\x87\x0d\xcc\x8f\x16\xf6\x0d\x55\xa8\x40\x9d\xac\x07\xbb\x35\x70\xb1\xd0\x6e\x85\x76\x2b\xf8\xba\x76\x2b\x7a\x6b\x6c\x60\x91\xa1\xad\x01\xaa\x02\x45\x29\xe2\x45\x2b\xda\x06\x56\x14\x21\xdd\xd1\x14\x55\x97\xb6\x1e\x21\x45\x05\x8a\x92\x56\x42\xa2\x36\xc4\x7a\x8f\x92\x10\x1d\x20\x6c\x68\x7a\x05\x88\x50\x92\xed\x9e\xde\x83\x24\xeb\x91\xa8\x33\x45\x49\x9d\x0d\x31\x4f\x16\xa4\x30\x12\x9d\x47\x6c\x10\x7f\x42\x79\x04\x08\xd7\xb2\x4b\xd3\x17\x9a\x58\x48\x5f\x12\xa2\xa4\x09\xb6\x59\xd9\x86\x36\xdf\x46\xd7\xc4\xae\x36\xdf\xd3\x10\xa2\x8b\x43\x4f\xf9\x00\x50\xd5\x35\xb1\xa7\x74\xcf\x25\xb5\x4d\x02\x7d\x2a\x57\xa6\x72\x65\x97\x2e\x9e\xca\x95\xd9\x3a\xb2\x49\x8c\x4d\xca\x77\x4f\xd5\x29\x39\xa0\x52\x54\x6f\xc7\xc4\x07\x52\xa6\x9c\x0a\xbb\x24\xd9\x54\xd8\xcd\x4e\x14\x46\xb5\xeb\x99\x12\xb5\xa1\xaa\x1b\x06\xcf\x94\x10\xad\x49\x9b\xac\x31\x95\x9d\x93\xee\x40\x59\x30\xe9\x0e\x3c\x3b\xb5\xd8\xc4\x2d\x52\xa9\x05\x28\x6e\x81\x3d\x53\x42\x14\x73\xb1\x1d\xa9\x60\x03\xe4\x92\x72\x14\x9c\x69\xf3\x6d\x76\xff\xe6\x6a\xf3\xbd\xda\x3b\x6c\xa2\xd5\x52\x40\x05\x8a\xab\x68\x2f\x8a\x25\xa7\x8f\x37\x6e\xe0\xbd\x94\x8a\x4b\xa9\x98\x5c\x59\x4a\xc5\x74\xd5\x66\x5d\xe0\x78\xc9\xbe\x80\xe2\xc5\x82\x97\xec\xab\x92\x51\xd8\x6a\xa9\x02\x29\x2d\xbb\x44\xbd\x47\x75\x3d\x10\xc4\xeb\x52\x92\x2d\x25\xd9\x6e\xba\xbd\xa4\x89\xea\x02\xda\x8c\x7d\x2c\x7a\x41\x41\x55\x37\xdd\x5e\x32\x4c\x7a\x67\x33\x54\xa8\xde\xd9\x57\x87\x0e\xb3\xee\x3e\x7d\x71\xba\x21\xa8\xea\x3e\xdc\x17\xa5\xb1\x2f\x62\x86\x2d\x51\x97\x28\xec\xab\xfb\x70\x5f\x8a\x19\x80\xd9\x66\x14\x97\x80\x82\x2a\xec\x7e\x99\xbe\x88\x7d\xd9\x86\x92\x7d\x01\x55\xdd\x87\xfb\x0a\x7d\xb1\xcd\xc4\x9c\xb8\xb8\x64\x26\x40\xf1\xc2\xc3\x97\x72\xf8\x6a\xbf\x31\x27\xc6\x2e\x65\x9b\xa5\x6c\xd3\x4d\xb7\x2f\x19\x00\x3d\xbd\x39\xc6\xa4\x9e\x5e\x60\xce\x1a\xb7\x02\xea\x9e\xd4\x03\x68\x62\x4b\x13\x7b\xf2\x43\xe4\xda\x5a\x23\x50\x9c\x06\xf9\xd6\x1a\x81\x18\xc8\xb5\xb5\x46\xc0\x9c\x2c\xb8\x4d\xd3\x1b\xd2\x53\x5b\x6c\x5a\x09\xdf\x86\xf4\x5b\x73\x85\x28\x49\x8f\x5c\x0a\xbb\xbb\x9d\xd7\x1c\x93\xdb\x8a\x98\x40\xa9\xf0\xe2\x44\xa1\xa1\x77\x28\xba\x49\xf0\xad\x9c\x04\x14\x47\x52\xbe\x95\x93\x36\xe1\x31\x08\xc8\x5b\xe1\x11\xa8\x5a\xac\x31\x24\x2a\xfa\x0a\x4a\x3d\xb5\xf9\x7e\xeb\x38\x61\x81\x2b\xdc\x14\x27\x80\xaa\x25\xca\x45\xb5\x15\xe6\xc9\x0f\x95\x2b\x6f\xca\x95\xdd\x3b\xfb\x4d\x72\xdd\xba\x95\xb0\xa4\x3e\xbf\xd1\x4a\x08\xaa\xd0\xd7\x4d\xd1\xe4\xd6\x81\xcf\x38\xcc\xf4\x9b\x02\x1f\x50\xd5\x0d\x87\xdf\x4a\x3f\x44\x54\xce\x4a\x5d\x87\x01\x02\x53\xad\x7f\xd7\xd6\xde\x95\x2b\xb7\x28\x13\xc5\xf4\x84\xa1\xbb\xdc\xfd\x2e\x77\xef\xd6\xcb\x75\x3e\xe0\x77\x92\x0e\x47\x65\x7e\x57\xd2\xb9\x2b\xe9\x60\xe4\x77\x25\x9d\x3b\x91\x89\x36\xce\xef\xf2\x47\xa0\x64\x5f\x77\x45\xa6\x7b\x67\x02\x53\xe1\x75\x57\xfd\x74\x57\xfd\xc4\xd6\xde\x55\x3f\xdd\x59\xb6\xaa\x99\xbb\x96\x0d\xf8\x78\x53\x9a\x9e\x65\x77\x16\xfd\xc3\x54\xac\x73\x07\x7f\xb0\x35\xca\x5c\x0f\x6d\xcd\xe3\xbd\x35\xa2\xd8\x1a\xce\x07\x6c\x9d\xbd\xde\x07\x8d\x9f\xa0\xaa\x3b\x77\x7f\x68\xb7\x38\x2b\xb0\xc5\x06\xea\xac\x40\x50\x45\x81\xf2\x50\x77\xf0\xc0\x83\x39\xc5\xf4\x87\x3c\x18\xa8\x75\x8a\x62\x1f\x1e\xac\x77\x91\x93\x1e\x5a\x2f\x90\x1e\xa2\xf4\x45\x1a\xac\x45\x65\xf3\x50\x83\x05\xd8\xc2\xf5\x1f\x2a\x21\x81\x7a\x4b\xaf\x12\x12\xb0\x45\xa6\x7f\xa8\xe4\x06\x6a\x51\x55\xea\x58\xc3\x9f\xb8\x2b\x47\x96\xfe\x94\xbb\x02\xb5\x30\xe5\xa7\xdc\xf5\xd9\x3e\x64\x0b\x1f\x78\xaa\xa0\x03\x6a\x51\x8e\x3e\xe5\x4f\x4f\xc2\xdb\xda\x1a\xe5\xa2\x9c\x51\x09\x15\xa2\xda\x64\xd4\x1d\x3c\xa5\x55\xa0\xb8\x91\xf1\xa7\x7c\xe0\xd9\xb1\xdf\xf6\xc9\x5c\x8a\xfd\x40\x2d\xfc\xfc\x29\x5b\xe3\x74\xc3\x36\xee\xaa\xd3\x0d\xbf\xb0\x5b\x5e\x2f\xf8\x25\xbb\x05\x6a\xd1\x61\x5f\xb2\xdb\xab\x10\x02\xd7\xbf\xa4\x68\x9e\xc2\xd4\xe2\x8b\x7a\x0a\xe3\x9c\x22\xf8\x69\x2d\x97\x4e\x11\x04\xb5\x68\x51\xf4\xc8\xc5\x79\xed\xe1\x27\xad\x80\x5e\x7b\x08\x6a\x91\x05\xf5\xda\xc3\x79\xbb\xe1\x67\x30\x97\xc2\x1b\x90\xdc\xe6\xbb\xde\x71\x38\x8f\x36\xfc\xa4\xdc\xd0\xa3\x0d\x41\x2d\xca\x51\x3d\xda\x70\x5e\x19\x38\x65\x72\xe8\xc8\x20\xce\x60\xfa\x0e\x36\x71\x52\xa7\x08\xac\x8b\xd6\xfe\xef\x82\x62\x41\xdc\x02\x87\x5a\xf3\xe0\xbe\xd3\x39\xa8\x0b\x2e\x3d\xdf\x50\x18\x79\xe8\xee\x33\x86\xe7\xa7\xc3\x67\x0b\x11\x83\xdb\x0e\x41\xad\x11\x50\x4b\xd4\xad\x47\x4d\x8d\xba\x8b\x42\xab\x23\xa1\x1e\xa2\x1e\x8c\x2a\x28\x7d\xd1\xf5\x45\x51\xfa\x22\xa2\x72\xbf\x1b\xea\x9d\x63\x8a\xea\x9c\x14\xea\x18\x83\x36\xce\xad\xa3\x54\xe8\xe9\xa3\xa0\xd6\x60\x94\x69\x54\xab\xd0\x6d\x89\xba\x89\xc2\xad\xc6\x86\x42\x54\x73\xe6\xda\x8c\x0a\xcd\x25\x23\x6f\x47\x0e\x0b\xcd\xd5\xe5\x9d\xfb\x9b\xba\x44\xe1\x56\x9d\x5a\xc2\x08\x0a\xc1\x1d\xa3\x7b\xb7\x61\xa1\x3b\x46\x41\xad\x89\xa8\x1c\xfa\x05\x5d\x9e\x93\xc3\x43\x5d\x5e\x70\x97\xe7\x24\xec\xd0\x5d\x9e\xa0\x88\x13\xe1\xdc\x9c\x84\x77\x04\xf1\x68\x77\x0f\xee\xdf\xde\x60\x67\x32\x2a\x35\x8a\xe9\x03\x21\xd4\x4d\x45\xb0\xdb\xd1\xc5\x52\x84\x76\x3b\xb4\xdb\x93\x51\xda\xed\xe8\x60\xe5\xd1\xf9\x2d\x68\x05\xde\x50\xab\x1b\xe5\x50\x47\x10\x14\xe3\x4e\x9a\x0a\x15\xe3\x02\xe7\x56\x33\x74\xe7\x26\xa8\x35\x13\x8a\xb9\xb2\x34\x0a\xaa\x34\xaa\x34\x8a\xb9\xea\x3d\xaa\xa7\xe7\x9e\x2c\x54\xa8\x46\x89\xea\xc6\x2f\x54\xc4\x05\x45\x9c\x73\x31\x13\x2a\xe2\x04\xb5\xa6\x46\xa1\x09\xca\x20\xe7\x3c\x25\x54\x06\x05\xcf\x4e\x9d\x87\x2d\xa1\x67\xa7\x82\xe2\x5a\x29\xf4\xec\x34\x76\x6f\x5a\x9c\x1d\xb6\x63\x6b\xd3\x80\x5a\x26\x0a\x15\xee\x2e\xad\xe3\x6c\x77\x0f\xae\x13\xde\x30\xb4\xb5\xba\x55\x08\x6a\x8b\x38\x51\xb4\x6a\x8b\xb8\xb5\xbb\xc7\xc9\x5c\x37\xdc\x5d\x50\xcb\x06\x14\xb6\x4a\x6d\x11\xdc\x50\x84\x6a\x0b\x41\x2d\x9b\x50\x6c\xda\x4d\xd3\x77\xde\x0d\xd5\x03\x71\x6f\xcb\x89\xc1\x17\xef\xb2\x1c\xa0\xb8\x14\x8b\x3b\x77\x6e\x71\xe7\x22\x7d\x74\xcc\x09\xb2\xfe\x1b\x6a\x99\x7e\x88\xf9\xde\xe9\x12\xb9\x42\x88\x3b\x55\xbc\xc0\x7c\x9f\x7f\x98\x8a\xe3\x4e\x46\x0d\x6a\x83\x18\x5d\xa1\x86\x6a\x03\x41\x2d\x43\x6c\x69\x18\x88\xd1\x79\x24\xee\xd2\xf0\x5d\xad\x66\xf1\x75\x2a\xfa\xe0\xe5\x6e\xcc\x13\xb1\x69\x22\x05\xc5\x5d\x5e\xdc\x4b\xeb\x2d\x35\xa4\x6d\x0c\xaa\x07\xe2\x21\x8a\x00\xa1\x2c\x18\xe4\x91\xa0\x6b\x09\xe5\x91\xb8\xd8\x1a\x1e\x34\xc4\xa5\xad\x01\x8c\x7b\xc1\xd0\x4b\xd2\xb8\x3a\x66\x84\xb3\x5b\x97\x62\xc6\xa5\x98\xd1\xc5\x4e\x5c\x8a\x19\x57\xcb\x15\x8e\x5b\x5c\x92\x0b\x18\x9c\x46\xc7\x45\xad\x1e\x64\x9b\xa0\x72\x0e\x65\x9b\xe0\x65\x52\x04\xe6\xa7\x97\x49\x82\x5a\xb6\xa0\x5c\x54\xff\x30\xba\x30\x4f\xa5\x83\x3c\xdb\xee\x23\xba\xa0\xcb\x93\x03\x7d\x41\x2d\xdb\x50\x05\xd5\x81\x2b\xb2\xa7\xcf\x93\xc0\x25\xa8\xe5\x50\xb8\x45\x9e\x2d\x6a\x70\x9b\x9f\x67\x69\xae\xd2\xe5\xb7\x28\xcd\x85\x10\xdc\xf8\xa5\x52\x4b\xf2\x6a\x27\xb8\x88\x4a\xbd\xda\x11\xd4\xf2\x01\xf5\x10\xd5\x2a\xe4\xe8\x39\x07\x21\x3c\x87\xd2\x67\x3b\x75\x0e\xd2\x67\x92\x0e\x82\x5b\x85\x54\x3a\x48\xde\xbd\x04\x17\xd6\xa9\x77\x2f\x82\x5a\x9d\xdf\x72\x6a\xfa\xd9\x7d\x65\x50\x00\xe7\xa4\xaf\x14\x4c\xbc\x2e\x27\xb5\x85\x20\x56\xf0\x43\x6a\x0b\x81\x8d\xd0\x0f\x35\x3d\xa7\x1b\xab\x03\x57\xea\x90\x54\x50\xcb\x91\x8b\xd2\x36\x49\x53\xb1\xda\x9f\x52\x69\x2a\xf5\x56\x65\xb5\xf9\xa6\xde\xaa\x08\x8a\x90\x94\x86\x8b\xa5\x75\x5a\x0f\x0e\x36\xd3\xa8\x9f\x04\x45\xa9\x97\x46\xfd\x94\x24\xa0\xe0\xd9\x68\x2a\x01\x09\x86\x77\x77\x90\x4a\x40\x49\x6a\x09\x1e\xe9\xa5\x52\x4b\x3a\x16\xbd\xbb\x5b\x4f\xc7\xa2\x05\xb5\x9c\x51\x58\x74\x92\x61\x82\x17\xae\xe9\x04\x08\x81\x73\xf7\x99\x9c\x2f\x7e\x4c\x12\x50\xf2\x52\x30\x95\x80\x04\x45\xbd\x99\x4a\x40\xe9\xed\xb5\x79\x4a\x08\xbc\x56\x50\x2b\x98\x4b\x2a\x24\x4d\x25\xd7\xb4\xa9\x34\x95\xd1\xa2\x26\x05\x4e\x86\x44\x0d\x89\xda\xd5\x4c\x86\x44\x05\xf2\xec\x34\x95\x41\x0e\x17\xd4\x8a\x09\x85\x01\x44\x2f\x28\xcf\xcd\x0f\xb5\x20\xa0\xb8\x51\xce\xd0\x82\x48\x66\x39\x3a\xa3\xa6\x92\x59\xf2\xe8\x23\x47\x37\x58\xa9\x47\x1f\x82\x92\x99\xe8\xd1\x47\xa6\x7e\xd8\x8d\x4c\x2a\x4d\x25\x8f\x05\x72\x22\x84\x1e\x0b\x08\x8a\x33\xb6\xd4\x63\x81\xd4\xe9\x86\x75\x21\x91\x3a\xdd\x10\x94\xec\x4b\xa7\x1b\xc9\xfb\x81\xb4\xc9\x0f\xc9\x95\x82\x5a\xf8\x63\x11\x14\x92\xc4\x98\xd6\xf1\x3a\x95\x18\x93\x97\x01\x69\xd8\x97\x5e\x06\x08\x6a\xb1\x20\xbd\x0c\xc8\x85\x0a\x2d\x35\xea\x2e\x4a\x2a\xdc\x50\xa8\x70\x15\x73\x55\xeb\x8b\x73\x87\x37\xd4\xc2\x26\x74\xfc\x90\x24\xd9\xe4\x54\x2f\x95\x64\x05\xe9\x2e\x6a\x8a\x9a\x5c\xd3\x1a\x94\x89\x7a\x32\x6a\x42\x5d\xa2\xe8\xb3\x70\x2b\x1d\x3f\xe4\x6e\xb9\x92\x20\x9a\x5b\x72\x01\x25\x4f\xdb\x54\x33\xb9\x83\x0e\x2a\x7b\x8d\x9b\xee\x42\x30\xde\x42\xd0\x5d\xe4\x96\xa8\x5d\xea\xa5\x52\x71\xde\x5a\x96\xa4\x58\xca\x1b\x85\x84\xc0\xb8\xcc\xcd\x1b\x85\x44\xde\x3a\x88\xb6\x79\x42\x95\x28\xea\xe0\x9c\x50\x04\x98\x5b\xcb\x95\x41\x94\xbb\x49\xae\x9b\xaa\xac\x2e\xcf\xf2\x46\x95\x95\xb7\x76\x85\x0c\x51\x72\x85\x9b\xa2\x09\x76\x7f\x53\x34\x21\xad\x67\x76\xe5\x9d\x4a\xeb\x79\xef\xf0\x98\x49\x04\xb8\x2b\x3c\xde\xd5\xb3\x65\xfc\xdb\x54\x1c\xfb\x6f\x33\x71\xde\xe9\xe8\xf2\x1e\x2d\x22\x8f\x06\xf3\xce\x89\xa5\x60\x04\xae\x79\x57\x60\xb9\xb7\xa9\x26\x8f\x04\xf2\xce\xf1\xa4\xa0\x16\x16\x73\xe7\xe8\x2e\x49\xb5\xc9\x0d\x77\xde\x95\x20\x80\x5a\x59\x50\xef\x51\xbd\x10\xee\x26\x53\x99\x38\xe9\xcc\x93\x4b\xba\x54\x67\x2e\x98\x5c\x3a\xa5\x3a\xf3\x7c\xa4\xae\x05\x7b\xae\x87\x1c\xe5\x21\x47\x61\x97\x1f\x72\x94\x07\x36\xca\xe1\x44\x3e\x64\xa3\x8f\xb7\x8d\x6e\xa8\x10\xd5\x42\xd0\x8f\xa6\x72\x7f\x3e\xfb\x8b\x49\x87\x92\x4f\x7d\x11\xa8\x45\xa4\xa4\xf5\xfd\x98\x5c\xd9\xa7\x76\x59\x57\xf6\x82\x5a\x35\xa0\x9e\xa2\x98\x6b\x6b\x94\xe6\x52\xc0\x2b\x51\x9a\x4b\x42\x90\x9c\x55\x6d\x24\x7f\x30\x93\x5c\x86\x25\x7f\x35\xf3\x86\x5a\x38\x9d\xfe\x78\x26\xf9\x23\x95\xdc\xdd\xb4\xa4\xfe\x48\x45\x50\xab\x98\x4b\x76\xc5\x75\x7a\xf2\xf0\x3f\x2f\xfa\x3e\x41\xad\xae\x0d\xf3\xa2\x78\x4b\xaa\x8d\xe4\x39\x73\xaa\xda\x48\x5e\x84\x17\xef\xc6\x53\x2f\xc2\x05\xa5\xc4\xa5\x17\xe1\x49\xb5\x51\x67\xcb\x55\xaa\x36\x8a\x27\xc8\x75\xb6\x01\x94\x9e\x20\x0b\x8a\x5b\xc7\xd2\x13\xe4\x3a\xe9\x63\xc6\x80\xa2\x1a\x15\xd4\x2a\x7e\x48\x88\xad\x93\xf2\x69\x74\x61\x54\x67\x68\x7a\xce\xe9\x56\x6d\xa8\x29\xaa\xed\x6b\x38\x73\xb1\x46\x41\xad\x2e\x40\xea\x64\x8d\xa5\x57\xc9\xa4\xf0\xd2\xab\x64\xc1\xa0\x00\x29\x0a\x9b\x37\xd4\x5a\xa2\x24\x04\x6b\x1c\x5d\x51\xd5\xfb\xef\x05\x87\xa8\xde\xda\x52\x01\x52\x54\x18\x35\x57\x42\x3d\x45\xb1\x1d\x4b\xa3\x2e\x28\xe2\xe9\xec\xfa\xa6\xb8\xfd\x7d\x43\x2d\xa6\xd7\x25\x70\x71\xe3\x5b\xd6\xde\x51\xba\xf1\x15\x0c\x0e\xbf\x4a\x37\xbe\x82\xe2\x96\xb6\x26\x86\x59\xb3\xf4\xd6\x9b\x2f\x6a\x8d\xc0\xb0\xee\x47\x4b\xb7\xb4\x45\x4d\x52\xd6\x16\x5d\xaa\x49\x4a\xbd\xad\xa1\x2f\xf5\xb6\x82\x5a\x2b\xa0\x50\xb4\xee\x26\xbd\x7b\xa2\xd2\xdd\xa4\xa0\x16\xcb\xa6\xcc\x78\x43\x79\xd9\xbf\x09\x3f\xfd\xdf\x3f\xdf\xbe\x7d\xf8\xfd\xcf\x3d\x1f\xbf\x7d\xff\x7e\x7d\xf9\x95\x3f\x2e\xe5\xef\x3a\x8f\xe7\xf5\xfa\xfc\xe5\xfa\xfd\x0f\x55\xbf\x7d\xfd\xd6\xbf\xe2\x7f\xff\x37\x00\x00\xff\xff\x37\xcb\x4a\x23\xd4\x3a\x00\x00"); +var _daf =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x44\xd2\xc1\xce\x94\x30\x10\x07\xf0\x3b\x4f\x31\xc7\xcf\xc3\x27\xb4\x50\xaa\x89\x31\x51\xf6\xb0\xc4\xec\x6a\x44\x57\x13\xe3\x81\x6d\x67\x49\x93\xa5\x34\x05\x0e\xfb\xf6\x66\xa6\xc8\x1e\x36\xb3\xfc\x4a\xff\x99\x4e\xc9\x9b\xf6\xd0\x7a\xb7\x40\xfe\x2d\x4e\xa6\xc3\x05\x6e\xce\xdb\x88\xf3\xb4\x46\x83\x70\xc5\xc1\xf9\x2c\x13\x12\xac\x33\xcb\xff\x47\x2e\x66\xec\x43\x96\xe5\xc7\x2f\xf6\xde\xbf\x7e\x56\xaf\x47\x58\x67\xdc\xb0\x69\x0f\xdd\x63\x5e\x70\x6c\xfd\x6d\x82\x32\x6d\xb6\x6b\xd8\x02\x00\xf2\xef\x38\xb8\x79\x89\x0f\x78\xf9\x64\xa7\x2b\xbe\x01\x8b\x37\xf2\xaf\xd1\x62\x74\x7e\x80\x97\xe6\xdc\x89\x9d\xbb\x35\x84\x3b\x8e\xe8\x17\x10\x6c\xe8\x2d\xd7\x2c\x6f\x4e\x7d\x38\xf7\x23\xc2\xb3\x95\x0b\x2f\xf1\xca\x05\xe3\xec\x26\x0f\x42\xbe\x2d\x0a\xf5\xf4\x1f\x8f\x80\x5b\x54\x96\xff\xfe\xd9\x1e\xe0\x8f\x00\x51\x80\x54\x4a\xca\xbf\x9b\xff\x3a\x4d\x76\x7f\x4b\xc8\xd4\xbd\x71\x36\xf6\x7e\xc0\xec\x43\x2f\xaa\xeb\x47\xd8\x8a\x28\xeb\xaa\x26\x53\x3d\x1b\x15\x51\xea\xaa\x64\x33\xc9\x4c\x32\xc5\x66\x93\x21\x59\x41\x52\x0b\x96\x5a\x92\x54\x2c\x2a\x49\x4d\xf2\x8e\xe5\x7d\x12\x4a\xaf\x24\x4b\xca\xa9\x29\x27\x75\xa0\x53\x8e\xa6\x1c\xc5\xc9\x3a\xe5\x68\xca\x51\x9c\xac\x53\x8e\xa6\x1c\xc5\xc9\x58\xb2\x50\xa1\xb3\x68\x1a\xf1\x7e\x56\xfa\x4f\x57\xbb\x0f\xdb\xac\x31\xa2\x5f\xf8\x62\x79\xa0\x34\x24\xe7\x71\xff\x72\xc2\x14\x68\x17\xff\xfe\x05\x00\x00\xff\xff\x33\xd3\x9f\xac\x65\x02\x00\x00"); +func _ebfe ()([]byte ,error ){return _c (_ccad ,"UniKS-UTF32-V")};func _eggf ()(*asset ,error ){_ddbb ,_aabg :=_aabe ();if _aabg !=nil {return nil ,_aabg ;};_adad :=bindataFileInfo {_dae :"UniCNS-UTF32-H",_fb :322404,_ae :_be .FileMode (436),_g :_a .Unix (1580492707,0)}; +_dbfab :=&asset {_dd :_ddbb ,_ef :_adad };return _dbfab ,nil ;};func _fgcfg ()(*asset ,error ){_efca ,_gada :=_bedaa ();if _gada !=nil {return nil ,_gada ;};_gcbd :=bindataFileInfo {_dae :"UniJISPro-UCS2-HW-V",_fb :4376,_ae :_be .FileMode (436),_g :_a .Unix (1580492860,0)}; +_gggcf :=&asset {_dd :_efca ,_ef :_gcbd };return _gggcf ,nil ;};func _bdf ()(*asset ,error ){_bbbb ,_afdad :=_bffa ();if _afdad !=nil {return nil ,_afdad ;};_eefd :=bindataFileInfo {_dae :"B5-V",_fb :620,_ae :_be .FileMode (436),_g :_a .Unix (1580491512,0)}; +_bbca :=&asset {_dd :_bbbb ,_ef :_eefd };return _bbca ,nil ;};func _gag ()(*asset ,error ){_caf ,_beb :=_ebf ();if _beb !=nil {return nil ,_beb ;};_ded :=bindataFileInfo {_dae :"Adobe-CNS1-5",_fb :1901,_ae :_be .FileMode (436),_g :_a .Unix (1580491198,0)}; +_dddf :=&asset {_dd :_caf ,_ef :_ded };return _dddf ,nil ;};func _ged ()(*asset ,error ){_daaf ,_ag :=_cbg ();if _ag !=nil {return nil ,_ag ;};_fe :=bindataFileInfo {_dae :"78-RKSJ-V",_fb :902,_ae :_be .FileMode (436),_g :_a .Unix (1580490945,0)};_cgg :=&asset {_dd :_daaf ,_ef :_fe }; +return _cgg ,nil ;};var _afbb =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x64\x97\x4f\x6f\x5b\xbb\x11\xc5\xf7\xfa\x14\x77\x99\x2e\x52\x93\x1c\xf2\x5e\x12\x30\x0c\x14\x09\x8a\x3a\x40\xda\xa2\x4e\xd2\x02\x45\x17\x57\x12\xe9\x0a\xa8\x65\x41\xb6\x17\xf9\xf6\xc5\xfc\x8e\xec\xe7\xf7\xde\x42\xe0\x99\xe1\xfc\x39\x24\x87\x43\xdd\xab\x4f\xb7\x9f\x6f\x8f\x87\xe7\xe9\xea\xef\xe7\xc7\xdd\x5d\x7f\x9e\xc6\xe1\xb8\x3f\xf7\xa7\xc7\x97\xf3\xae\x4f\xdb\x7e\x7f\x38\x6e\x36\x31\x4d\xfb\xc3\xee\xf9\x55\x64\xd8\x3d\xac\xa7\xcd\xe6\xea\xfb\xf1\xf0\xe5\xf6\x2e\x85\x90\x3f\x7e\xff\xf6\xe7\x38\x7f\xfc\xcb\xf4\xf2\xd4\x2f\x93\x9f\x6e\x3f\xdf\xfd\x7c\x7a\xee\x0f\xb7\xc7\xf1\x38\x99\x82\xec\x5f\x4e\x97\x40\xd3\x74\xf5\x8f\x7e\x7f\x78\x7a\x3e\xff\x9c\x3e\xfc\x69\xff\xb8\xed\x7f\x98\xf6\x7d\xb8\xfe\x6f\xe7\x7d\x3f\x1f\x8e\xf7\xd3\x87\x2f\xeb\x69\x3d\xc6\xb7\x89\xbb\x97\xd3\xe9\x7f\xfd\xa1\x1f\x9f\xa7\x05\x5d\x3f\xee\x19\x37\x57\x9f\xbe\xae\xa7\xbf\xae\x0f\x7d\xfa\x3d\xa9\x1f\x98\x60\xf1\xa3\x9f\x9f\x0e\x8f\xc7\x29\xfe\x31\x84\xf9\x17\xf5\xb7\x9f\xa7\x3e\xc5\x4b\xa4\x7f\x7d\xbf\xfd\x3c\xfd\x3b\x4e\x31\x4c\xa9\xcc\x16\xfe\x73\xd1\xff\xf3\xeb\xe3\xfe\xcd\x2a\x86\xa0\x75\xec\x0e\xfb\xdd\x7f\xd7\xf3\xe6\x3a\x84\x6d\xb8\x99\x6a\x9a\xdb\xe6\x3a\x85\x18\x6e\xa6\xa5\x36\x03\x17\x70\x02\xcf\xe0\xe2\x38\x49\x5f\xc1\xd2\x2f\x8e\x2d\x79\x9c\x05\x5f\x33\xc7\xd5\x71\x6c\x1e\xd3\x2a\x30\x3a\x9c\x81\xc9\x61\x03\x9a\x43\x8f\x11\x77\xf9\x66\xaa\x16\x23\xb8\x80\x03\x78\x06\x3b\x97\xd8\x1d\x87\x0b\x5e\xc0\x19\x5c\xc1\xf8\xf6\x06\xf6\xfc\xd6\xb6\x37\x53\x4c\x31\x57\x84\x1d\xc2\x2c\x61\xaf\x99\x05\xa1\x23\x94\x80\x30\xde\x99\xad\x41\x66\x0d\x21\xca\x6c\x46\x48\xef\xcd\x4c\x33\x05\x21\x4b\xd0\x4c\x79\x6f\x36\x6b\x86\xa4\xab\xf3\x7f\x9d\xa8\x60\xe9\x1b\x58\x49\xd6\xf7\xde\x5b\x9f\x58\x12\x78\x07\x8e\xe0\x3d\xd8\xc9\x97\xb0\xbb\x99\x96\xcc\x61\x95\xb0\x07\x2f\xe0\x0e\x9e\xc1\x03\xec\x31\x0b\x87\x5e\x82\x81\x23\x18\xdf\x98\xc0\x19\x6c\x60\x7c\x63\xc6\x37\x82\x0b\x58\xbe\x33\x38\x81\x17\xb0\x7c\x2b\xb8\x81\x1b\x71\xe4\xbb\x82\xe1\x1c\xb7\x60\xf9\x3a\xff\x92\x14\x73\x0f\x86\x7f\xec\x60\x71\x1b\x60\xe2\x27\xf8\x27\xb8\x25\xf8\x27\x72\x25\xf8\x27\xd6\x48\xd1\x16\xc3\x97\xa2\x2d\x46\xfc\xb4\x80\xc9\x9b\x2a\x58\x31\xe1\x49\x51\x96\x04\x4f\x53\x7c\x78\x9a\x62\xc2\x33\x12\xd3\xe0\x10\xb1\xb1\xcc\x5a\xf0\x35\x62\x06\xec\x33\x36\x99\xb5\x67\x78\x66\xd6\x9e\xe1\x99\xe1\x90\xd9\x67\x2a\xb2\x64\xe2\x50\x76\x25\xc3\x3f\x13\x3f\xc3\x3f\x2b\x26\xfc\x0b\x6b\xc9\xe4\x2a\x1e\x67\xf6\x3d\xac\x29\x45\xb0\xd7\x46\x8a\x0d\xdc\xd1\xcb\x66\x80\x9d\xc3\x12\x54\xc9\x8b\x07\x5d\xbc\xc6\x6b\x0a\x6d\x73\x6d\x81\xc3\xa8\x7e\x90\x16\x38\x8c\xe6\xa5\x6f\x81\x03\x68\x5e\xc5\x16\x58\x4c\x8b\x15\x6c\x60\x7c\x21\xdd\x3c\x81\x05\x88\x36\x27\x64\x21\x37\x70\x72\x3c\x63\xef\x87\x6d\xa1\x0a\x93\xab\xca\xb7\x80\xe5\x4b\xde\xda\xc1\x8b\xf7\xd0\xd7\x26\xb6\xa9\xf9\x37\x5d\xcd\x82\xdf\xfa\x9a\x16\x72\x34\x36\x63\x21\x37\x97\x79\x36\x93\x00\xf1\x04\xf1\x55\xc9\x21\xbe\x92\xdc\x20\xbe\x92\xfc\x62\x0f\x71\x23\xe8\x0e\x7b\x83\x78\x17\x86\x78\x97\x2f\xc4\xbb\x7c\x21\xde\x21\x6e\x6c\xd8\xd0\xa6\x7a\xcc\x34\xc6\xcd\x94\x2c\x14\x4f\x6c\xc1\x7b\xb1\x79\x0f\x32\x0b\xde\x43\xcd\x4b\xcd\x2c\x78\x3b\x89\x6d\xd6\x04\x8d\x91\xcc\x16\x66\x4d\x44\x84\x45\x42\x41\xa8\x12\x64\xd6\x24\x28\xd8\x2a\x61\x46\xd8\x22\x2c\x8a\xbc\x93\x90\x10\x74\xda\x4c\x70\xe5\x5b\x26\x4b\x24\x7d\x96\x9e\xbe\x6c\xc2\xca\x5e\x25\x54\x26\x58\x54\x54\xf2\x4a\x54\x0a\xd0\x0a\xac\xfc\x82\x56\x63\xcb\x2d\xb1\xda\x0c\xc1\xa4\xd5\xb2\x3f\xe6\x37\xd7\x05\x79\xcc\x70\xd2\x04\x9b\x9b\x59\xac\x5f\xd1\x6a\x54\xa6\x71\x45\xdb\x25\xc3\x5e\xce\xa4\xb0\x88\x11\x29\x8c\x7a\x0f\x01\x6f\xd3\x4e\x67\x30\x19\xfc\x02\x9a\xd9\x82\x51\xd4\x44\x95\x40\x0e\x6b\xb0\x25\x87\xad\x9a\x90\xcb\x96\x09\xe5\xdb\x69\x82\x0d\xb1\xbd\x04\xb2\xe7\x28\x01\xb3\xcc\x2e\x28\xa3\xdf\x92\x6a\x45\x58\x09\x93\x04\x2a\x4f\x9b\x9e\x57\x16\x08\xab\xcc\x21\x89\x48\x66\x6b\xa9\x30\x2b\x54\xb6\xb6\xb3\x68\xad\x5a\x5f\x31\x09\x9a\xc9\x12\xd8\x85\x42\xee\x8c\xd5\xc2\x9b\x19\x2e\x82\xd6\xa1\x24\x8b\xd6\x91\x39\xcc\xa5\x4b\xe0\x3c\x96\xc1\x69\xe6\xcd\xf5\x18\x81\x1b\xe7\xe5\x36\x46\xa0\xe5\x2c\xe8\xa3\xde\x32\xef\xff\x63\xa8\x9d\xf8\xbe\x8d\x61\x1c\x9a\xbf\x41\x63\x18\xfa\x80\x83\x0d\x6e\x4a\x70\x5c\x64\x53\xc0\xba\x41\x33\x58\xf6\xc2\xfd\xb5\x5d\x8d\xc1\xad\xac\xb5\xfd\xaa\x55\xd8\xf2\xd6\x2a\xce\xeb\xf1\xbe\xfb\xe3\xe9\xff\x80\x7c\x88\xb4\x86\xa2\x47\x14\x5d\x09\xbe\x8f\xb9\xd2\xb3\xbd\x47\xfa\xe0\x61\xf3\x42\x5b\xf6\x7b\xe9\x03\xaf\x60\xd5\x8b\x3b\x4b\xc5\x03\xc8\x3f\xa0\xe2\x57\xd1\x87\x86\x4a\x8e\xab\x54\x5b\x54\x7a\x66\x0c\x55\xa2\xeb\x1b\x24\xbc\x7c\x7d\xe0\xb1\x8b\x7a\x50\x22\x2a\xe3\x9d\xa0\x77\x17\x2b\x52\xf1\x14\x04\xc2\x7b\x7d\xfa\xc0\x6b\xc5\x5f\xa5\x62\x8a\xc5\x86\x96\xac\x07\x43\x56\xd4\x53\xe1\xa2\x07\x5f\xaf\x0f\x89\xad\xa3\x59\xc1\xde\x02\xff\x0c\x5a\x40\xe5\xed\xc0\x07\x5a\x5d\xa0\x35\x7a\x27\xf0\x61\x61\x0f\xd5\x46\xe3\xc5\xb3\x71\xe8\x34\x83\xd0\x0a\xba\x36\x53\x20\x74\xcc\x21\xd5\xe0\xe6\x51\x98\x71\xf8\xee\x5b\x1c\x4d\xcd\xda\xd0\xad\xd2\x0d\x74\x2a\x4d\xd1\x35\x5e\xaf\xd8\x74\xb5\xbd\xde\xbc\xd1\x98\x7a\x19\x55\x1b\x57\xe9\xd4\x0e\x2a\xbe\xfe\x82\x79\x8b\x88\xd2\xa9\xf3\x54\xe9\xd4\xb1\x9a\xfa\x89\xe2\x59\x50\xc7\xa0\xf0\x2d\x4b\x57\xa4\x53\x4b\x91\x5d\x96\x5d\xd2\x55\x35\xe9\x66\xe9\x74\x4d\xb7\xd2\xe9\x56\x25\x35\x04\x71\x29\xf2\x55\x3f\x2d\x45\x3a\xf9\xfa\xee\x8d\xc1\x59\x8c\x41\x25\xd5\x86\xaa\x0c\x54\xf3\xe5\x4f\x6a\xbc\x54\xbb\x8a\x1b\xc1\xbf\x6b\xde\xbe\x33\x76\x2f\xe7\x73\x3f\x3e\xf3\x55\xc3\x47\x84\x7f\x18\x1c\x8e\xfd\xed\xf3\xe9\xf4\x78\x72\x2f\x7e\xff\x0f\x00\x00\xff\xff\xb3\x28\x27\x75\x6a\x0d\x00\x00"); +func _c (_dg []byte ,_ce string )([]byte ,error ){_fg ,_da :=_d .NewReader (_f .NewBuffer (_dg ));if _da !=nil {return nil ,_aa .Errorf ("Read %q: %v",_ce ,_da );};var _cb _f .Buffer ;_ ,_da =_e .Copy (&_cb ,_fg );_cbe :=_fg .Close ();if _da !=nil {return nil ,_aa .Errorf ("Read %q: %v",_ce ,_da ); +};if _cbe !=nil {return nil ,_da ;};return _cb .Bytes (),nil ;};func _afca ()(*asset ,error ){_afe ,_fbde :=_gabf ();if _fbde !=nil {return nil ,_fbde ;};_gebg :=bindataFileInfo {_dae :"KSCpc-EUC-H",_fb :10306,_ae :_be .FileMode (436),_g :_a .Unix (1580492597,0)}; +_ffff :=&asset {_dd :_afe ,_ef :_gebg };return _ffff ,nil ;};func _cggb ()([]byte ,error ){return _c (_ffba ,"UniJIS-UTF32-H")};func _dede ()([]byte ,error ){return _c (_aadd ,"GBKp-EUC-V")};func _beacd ()(*asset ,error ){_gdbg ,_aafa :=_cfb ();if _aafa !=nil {return nil ,_aafa ; +};_acefb :=bindataFileInfo {_dae :"Roman",_fb :450,_ae :_be .FileMode (436),_g :_a .Unix (1580492645,0)};_bcdg :=&asset {_dd :_gdbg ,_ef :_acefb };return _bcdg ,nil ;};var _faab =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\xbd\x4f\xaf\x2d\x3b\x72\xe5\x37\x7f\x9f\xe2\x0c\xdb\x83\xb6\x32\x93\xcc\x24\x09\x3c\x1c\xc0\x92\xba\xe0\x6a\xa0\x6d\xc3\x6a\xd9\x06\x0c\x0f\x92\xfb\x8f\x5c\x80\xf5\xaa\xf0\xaa\x34\xd0\xb7\x37\xb8\xd6\x6f\xed\x57\x6d\x18\xb8\x75\x27\x77\xc7\x21\x93\x0c\x92\xc1\x60\xfc\x63\xf0\xef\xfe\xe1\xf7\xff\xf8\xfb\x5f\xfe\xf0\x97\xaf\xbf\xfb\x5f\x7e\xfd\xe3\xe3\x9f\x5e\x7f\xf9\x7a\xff\xe1\x97\xe7\xaf\xaf\x3f\xff\xf1\xdf\x7e\x7d\xbc\xbe\xe6\xeb\x5f\xfe\xf0\xcb\x4f\x3f\xed\xc7\xd7\xf3\x0f\x8f\xbf\x04\xd4\x7f\x8f\x7f\xbd\xff\xf4\xd3\x4f\xeb\xfb\x7f\xfa\xf7\x3f\xff\xe5\xf5\xaf\xbf\xff\xe5\xfd\xc7\xaf\xe2\x7a\xcf\x7f\xfb\x13\x75\xbf\xbe\xfe\xee\x7f\x7d\xfd\xcb\x1f\xfe\xfc\x97\x5f\xff\xfd\xeb\x3f\xfc\x0f\xcf\x3f\xce\xd7\x7f\xf7\xf5\x7c\xbd\xd7\xdf\xff\xe7\x5f\x9f\xaf\x5f\xff\xf0\xcb\xbf\x7c\xfd\x87\xff\x7c\xff\xe9\xfe\x65\xff\x14\xfc\xd3\xbf\xfd\xe9\x4f\xff\xcf\xeb\x5f\x5f\xbf\xfc\xe5\xab\xe9\x6f\xaf\x5f\x9e\xfa\xff\xa7\xbf\xfb\x87\xff\x72\xff\xe9\x7f\xba\xff\xf5\xf5\xf5\x77\xff\xfc\xcb\x1f\xfe\xf3\xef\xff\xe9\xd8\xb6\xfa\x1f\xff\xf9\xbf\xfe\xae\xff\xc7\xff\x51\x35\x54\xe1\x7f\x7b\xfd\xfa\xe7\x3f\xfc\xf1\x97\xaf\xfd\xbf\xdf\x8e\xfd\xb7\x3f\xff\xd7\x7f\xff\xd3\xeb\x6b\xa7\xa1\xff\xe3\x9f\x7f\xff\x8f\x5f\xff\xe7\xfe\xb5\x6f\x5f\xc7\x79\x95\xfd\xff\xe2\xef\xff\xfb\x7f\xf9\xe3\xf3\xf5\xb5\x19\xaa\x1e\xc4\xe3\x8f\xcf\xd7\x9f\xff\x74\x3f\x5e\xbf\xde\xbf\xfc\xcb\xeb\xa7\xaf\xaf\x9f\xb7\xed\xfb\xcb\xff\x7e\x6e\xbf\xfb\x5e\x7f\xf9\x87\xad\xf3\xb7\x9f\xff\xf1\x77\x7f\xef\xbf\xfd\xa7\xad\xf3\xd7\x9f\xff\xd3\xef\xfe\x3e\x7f\xfd\x9d\xfe\xba\xfe\xfe\xf3\xef\xda\xdf\xf3\xf7\xd7\x2f\xcf\xff\x4f\x2f\x3f\xed\xee\xfc\x97\x3f\xfe\xe5\xf9\x7a\xfb\x6f\xea\xf7\xe7\xfd\xfd\xfd\xb5\xaf\x2f\xfe\xba\xe8\xa7\x7d\xdb\xc0\xf6\x0f\xcf\xc7\xff\x7d\xff\xfa\xd3\xcf\xe7\xe3\xfb\x6b\xb4\x9f\x7e\x6e\xeb\xff\xf1\xd3\xcf\xed\xf9\xfd\x35\xea\x4f\x3f\xb7\xd7\xf7\xd7\xbe\x6d\x3f\xfd\xfc\x38\xee\x6d\x35\xb5\x7e\xd4\xf5\xb7\xa6\x9f\xe7\xf7\xd7\xe5\x3f\x5e\xdf\x5f\xa3\xe8\x57\xfb\xfe\x6a\x87\x3f\xe9\xdf\x5f\x57\x75\xcd\xf1\xfd\xb5\x9f\x87\x7e\xde\xdf\x5f\x7b\x75\x85\xb9\x9a\x1a\xfa\xf9\x58\x15\xdc\xc2\x73\xfd\x74\xb3\xab\xff\xb3\xea\xe7\x1a\xca\xa1\xba\x73\xfb\xfe\x6a\xc6\x60\xee\xdf\x5f\xd7\x50\x85\x59\x57\x6f\xa7\x7e\x9e\xeb\x33\xd7\xbd\xbe\xbf\x5a\xeb\xfa\xd9\xbe\xbf\xf6\xdd\x9f\xf5\xef\xaf\xbd\xf8\xb3\x85\xd9\x25\x74\xa6\x30\xf3\x5f\x17\x66\x87\xd0\x99\xea\xf8\xfa\xe9\xe7\x47\xe9\xd7\xfa\x6c\xb5\x5b\x46\x5b\x1d\x9f\xfa\xb9\x1a\xab\x87\x7e\xae\xba\xe7\x6a\xac\xac\x19\xd9\x85\x4e\x99\xaa\xab\x16\xd4\x71\x5d\xe8\xd4\xb5\xac\xa3\x5c\x97\x7e\xef\xfa\xbd\xeb\xf7\xb1\xda\x68\xa7\x0b\x8a\x80\x6b\x08\xa8\x02\x4a\x13\xa0\x31\x36\xf5\x50\x85\xd8\xd9\x4e\x37\xdc\x04\x34\xb7\xd6\x05\xf4\x22\x60\x18\x70\x6b\xf7\xf7\xd7\xb1\x95\xe2\x92\x29\x40\x2b\x54\xfb\xc3\xad\xb9\xda\xd3\xad\xb9\xe4\x65\x74\xdc\xf4\xdb\x25\x6b\xc2\xea\xd8\xd4\xc0\xa1\x6a\x63\x77\x89\x70\x1b\x87\xc6\xa6\xc6\x46\xd1\x6f\x7f\x71\xb9\x7f\x03\xcd\xfd\x0b\x99\x61\x9c\xb5\x28\x75\x18\xe7\xe6\x92\x7b\x7d\x3f\xdc\xee\x5c\x34\x2a\x32\xa8\xc3\x18\x77\xb7\x65\x8c\x87\x3f\x7f\xb9\x17\x7f\xf2\x76\x2f\x02\x6e\x63\xec\xd9\xbc\x77\x97\x68\xd2\xef\xc3\x25\x06\x3c\xe9\xdd\xdf\x78\xd2\x87\xc6\x7f\x7b\x00\xa2\x92\x7a\x6b\xd2\xfb\xee\x6f\xba\x50\x13\x02\x8b\xf2\x47\xdd\x35\x2f\xb7\xd0\xbf\xdc\xe3\xd4\x6f\xff\x1d\x24\x35\x47\x37\x48\xaa\xd6\x04\x49\x2d\xec\x22\xf6\xbd\xaa\x87\x69\x14\x0f\x0d\x78\x16\x03\xae\x04\xbe\xae\x06\xbe\xea\x65\x1a\x5f\x6d\xbd\x3a\x99\x70\x7f\xd3\xdd\x80\xfa\x9f\x9e\x70\xfa\xbf\x3d\xfb\xfe\xc6\x44\x52\xdd\xda\x43\x80\x17\x69\x7a\xca\x3d\x80\x69\x22\xa9\x6e\xc0\xa3\x39\xd6\xf4\x9d\x9d\xd1\x6c\x02\x34\x9a\x5d\x3f\x17\xc9\xab\xfe\x19\x82\x3f\x04\x78\x2c\xed\x12\x70\xba\xf7\x22\x0e\x08\xe7\xfa\xff\xe1\x65\x8f\xb3\x7b\xa0\x97\xdb\xf6\x6e\xb8\x8a\x00\x53\x56\x73\x57\xc3\xd8\xb8\x9a\x77\xc3\xe1\xae\x44\x5a\xc5\xbf\x17\x4b\x2c\xcd\x28\x3f\xb5\x66\x1a\xcb\x22\xf8\xd5\x6e\x15\x00\xc1\x77\x01\x1a\x8d\xfa\x5b\xf4\xbe\xd7\xa1\x9f\x1e\xcb\xe9\x8f\xbd\x2e\x97\xeb\xb3\x2e\x6e\xc9\xeb\xe2\xf1\x67\x23\xf8\x1b\x36\x82\x5b\xf3\xba\x68\x2d\xcf\xb5\x13\x16\xe0\xd6\xd8\x0a\x1a\x62\xb6\x82\x91\x61\x5d\x34\x5e\x73\xaa\x26\x5e\x75\x6a\x2b\x88\x8e\x4f\x6d\x84\x43\x1f\xdf\x66\x44\x97\x01\xaf\x4b\xd7\xc7\xec\x09\x11\xc2\xc9\x9e\x38\x5d\xc2\x9e\xf0\x37\x1e\x4b\x71\x35\xef\x09\x0d\x85\x3d\xe1\x4a\xde\x13\xc2\x9d\x3d\x61\x44\x18\x87\x0b\x18\x87\xa6\x68\xed\x96\x51\x37\xff\x7e\xab\x25\xad\xd4\x64\x45\x0c\x78\x45\xba\xc6\xc7\x6e\x11\xaf\x3c\xd9\x2d\xee\x65\xed\x96\xb5\x0d\x5c\xcd\x14\xe6\x25\x65\xb7\x78\x58\xec\x16\x2f\x84\x76\xcb\xe1\x4a\x5e\x13\x2f\x36\x7b\x45\x3c\xf4\x9c\xac\x89\xab\xc1\x50\x0d\x3c\xd7\xe7\x6e\x69\xed\x7b\xed\xba\x4b\x44\xa3\xd9\xb9\x44\x34\x67\x17\x29\x36\x9f\x06\xfd\xd8\x05\x88\xfe\x34\x0b\xad\x7b\x16\x5c\xe9\xad\xbf\xaf\xa9\x6a\x8b\x2e\x47\xdd\x37\xfd\xde\x55\x47\xdf\x8a\x0d\xd7\xbd\xe8\x77\xd1\xdf\xfd\xbb\xea\xef\xa7\x7e\xb3\xc5\x86\x00\x9f\x29\xc5\xb5\x3c\x01\x62\x3e\x0d\xb2\x14\xe7\x6e\xc3\xbb\xa8\xba\x73\x4f\x41\x71\x6b\xb0\x8b\x26\xc0\x53\xa0\x3d\xd5\x98\x68\xcd\x47\x9b\x92\x35\x34\xc0\xbe\xe6\x79\x54\x7d\x3e\xbc\xc1\xba\xa8\x67\x78\x24\x7b\xd7\x6f\x4f\x89\x9a\x1a\x99\x2c\xd7\xd2\x58\x44\xc8\xc3\x5b\xac\x8b\xda\x87\xc7\xd2\x37\xd7\x32\xab\xa6\x5a\x37\x30\x04\x88\x2e\x0f\x37\x7c\xeb\xb7\xff\x6e\x7e\xe0\xaf\x1f\xee\x7d\x13\xf0\x32\xe0\x4e\xde\xee\x44\x9f\xdc\xc6\x5e\xeb\x3c\xee\xdd\x87\x83\x7a\xf4\xe6\xe9\x1e\xa4\x37\x4f\x17\x7f\x1f\xb7\xb1\xdc\xdd\x80\xb1\x14\x01\x8d\x1b\x2c\x9b\x00\x4d\x72\xef\xe7\x8f\x18\xe1\x60\x0f\x0d\xb7\xfe\x34\x7a\x06\xcc\x0b\x86\xbb\x32\xe2\x5a\xe9\xe1\x5d\xd4\x77\xf5\xcb\x2e\xd2\x81\x3b\xa6\xe7\x5d\xa4\x35\xa6\xe7\x7d\xf3\x37\x1e\x92\xce\x9c\xb1\x16\x77\x54\x1d\xab\x63\x7a\x44\xdd\x80\x07\xa1\x1d\x3d\xbc\x73\xfa\xe6\xc6\x3c\xa2\xea\xc6\xa6\x4b\xfc\x0d\x48\x1b\x1b\x90\x5e\x25\x77\x37\x9e\x92\x65\xee\xce\x04\x9f\x02\x8c\xe7\x66\x40\xa4\x2e\x4e\x75\xfb\x38\xe9\xda\xba\xb7\x8f\x82\xae\xcd\x71\x5b\x30\xea\x3a\x41\xef\x6e\x6c\x8a\xab\x79\x1f\x4b\x7a\xbb\x75\x16\xd4\xe2\x5a\xc6\xac\x18\x19\xd3\xc1\xee\x6e\x3c\x9d\x92\x3f\x6e\xa8\x58\xfb\xf4\xf6\x31\xd1\x8d\x8d\x37\xa4\xe8\xf3\xf6\xe1\xd0\x45\xdf\x37\x94\x2b\xf6\x78\x87\x3e\xdd\x98\xd1\x1c\xfe\xc6\x84\x38\xdc\x98\xb1\xd9\x5d\x02\x02\x6b\x3a\x6f\x68\x4f\x27\xc5\x7d\xb3\x75\x34\x69\xac\xb4\xd8\xc9\xcd\xe2\x6a\xa5\xef\x69\xda\xf3\xa0\xd7\x7a\x88\x82\xee\xc5\xc6\xf4\xb7\xc9\x7c\x6b\x25\xa6\x84\x4f\x4d\xdd\xe4\xb0\x15\x03\x99\xcc\x70\xf5\x17\x23\xe2\xfb\xd4\xfc\x1e\xfe\x74\x7e\x7f\x89\xa9\x4e\xcb\x9c\x5d\xcc\x62\x9a\x87\x89\x1c\x66\xe6\x4c\xed\x87\xf3\x18\x40\x9a\x3d\x04\xac\x46\x8b\xbf\x80\xf5\xaa\xdf\x35\x4b\x1a\xd4\xe4\x2c\x3c\x5d\xc7\x0b\xa6\xb3\xed\xb1\x48\x49\x58\x3c\x44\x2d\xfe\x55\x83\xef\x43\x82\x87\x98\xc2\xa3\x7f\x7a\x79\x88\x30\x8a\xeb\x2e\xdc\x8b\x9b\x7a\xfe\x36\xe6\x07\x84\xa0\xc3\xe5\x61\xd6\xd8\x75\x7c\x3f\x58\x3b\x49\x28\x0f\x18\x82\x8e\xc0\x07\x0c\xe1\x34\xd0\xa2\xa6\x3c\xc4\x01\xc4\xf2\x1e\xd6\xa5\xba\x31\x86\x19\x34\x97\xb8\x59\x09\xee\x0f\x76\xb5\x8e\xc3\x07\x6b\x2d\x29\xfc\xb1\xd6\x5a\x87\xdc\x83\x8d\x2b\x55\xe1\xa1\xcd\xaa\xa9\x7d\xb0\x3b\x25\xdc\x3d\x7c\x7a\xf5\x66\xc0\x03\xd4\xe7\xcf\xd0\xd6\xc2\xe4\x65\xa9\xab\x6a\x61\x5f\x5d\xd2\xa1\x59\xe6\xab\xbf\x0c\x14\x01\x6f\x03\xfa\xc6\x5a\x83\x37\xc1\xeb\xbe\x5d\x62\x60\x1a\x58\xfd\xbc\x26\xd5\xd6\x37\x6f\x6d\xef\xeb\x38\x8e\x1f\xb1\xbf\xb7\x65\xba\x2a\xd2\x7f\x5b\xc3\xa9\xe2\xa7\x6f\x30\xd2\x32\xbd\xb5\x45\x8f\x4d\xfb\xf5\x2d\x72\x3b\xb6\xe1\x92\xd3\x80\xbe\x11\x59\x1d\xdb\x22\x8f\xe7\xa6\x0d\xb0\xad\x25\x78\xee\xfa\x64\x5b\x5b\xe4\xb5\xcd\xb7\x8e\x9a\x63\x5f\x54\xf9\xda\xa7\xf7\x4c\x59\x1b\x45\x90\xce\xba\x75\x42\xbc\xf6\xf9\x9c\x22\xf3\xb5\xb5\x05\xf9\x88\x4b\x99\xb8\xc3\x1a\xbe\x20\x71\xb1\x35\x81\xaf\xa3\x6f\x6b\x06\x8e\x35\x4d\x02\xca\xf7\xd7\x95\x92\x35\x94\x6b\xc9\x8e\x02\x24\x60\xf3\x7b\x4d\xda\x07\x28\x7f\x0d\x54\x56\x5d\xc0\x52\xe8\x2f\x5a\x5e\x23\xb9\x16\xf9\x08\xe8\xe6\x02\xfa\x3d\xcc\x07\xf4\x5b\x9b\x79\x03\x58\x94\xb2\xa5\xd6\xa2\x94\x23\xb8\xbc\x34\x2b\x06\xc4\x85\x34\xd0\x05\xa8\xcb\x00\xea\x92\x06\xa4\xe6\x37\x1a\x58\x5c\x48\x12\x87\x80\x87\x5a\xdb\x69\xcf\x62\x14\x08\x4d\x93\x7d\x75\x8b\x3b\xd4\xd2\x0f\x40\x19\x2f\x2a\xc0\x70\x33\x94\x69\xbe\xae\xa3\xef\x80\xf7\xf7\x57\xeb\x8c\x79\x5f\xa3\x69\x62\x78\x0b\xd2\xca\x95\x16\x48\x5d\x0e\x06\x2e\x53\xc6\x90\x70\xf3\x3a\x7a\xd1\x34\x5c\x52\xce\x04\xae\x89\xd8\xb7\x45\xfe\xaf\xa3\xcb\x08\xb0\xef\xfd\x0c\x58\xbe\xbf\xda\xbe\x01\x9c\x2e\x1b\x80\xe3\xfb\xab\x97\x2d\x35\x6f\x41\x15\xe8\x6d\xda\xf4\x48\xa4\x66\xf7\xed\xa0\xea\x5a\xc7\x76\xa5\xd5\xb5\x67\xfb\x96\x0e\xa5\xea\x82\x5b\xb5\x11\xe7\x53\x24\x5e\x7e\xee\x01\xd7\x02\xb4\x1d\xc0\x0a\x2b\xc4\x61\x35\xf3\xd8\x3a\x98\xae\xb5\xea\x65\xf3\xec\x48\x51\x1a\xd2\xc6\x05\x2d\x2a\xd7\xb1\x2f\xe8\x10\x74\x01\x59\x93\x38\xf8\x70\x4d\x6b\x2f\x9b\x49\xfb\x5a\xc3\x1f\x92\xe7\x17\xb4\x3e\x94\x30\x29\x60\xcd\x5a\x19\x00\x62\xdc\xc7\x66\x4c\xdb\xe2\x4a\xbd\x6c\x03\x68\xba\xb0\x01\x3e\x0c\xba\x9d\x66\x46\x70\x80\x9c\x24\x66\x49\xf3\x02\xea\x02\x8c\x4b\x5b\x13\xd5\xb7\x3d\x50\x13\x44\xc5\xc5\xa8\xfb\xc6\xee\x6a\x8b\x57\xf7\x0d\x42\x95\xdc\xdb\x0b\x35\xfb\x5a\xfb\x06\x99\xf4\xae\xce\x06\xc0\x1a\x10\xeb\xd0\x45\x06\xc7\xde\x53\x11\xe5\xb6\x01\xb6\xb5\xb8\x1b\x40\xff\xfe\x92\x7e\x27\x40\x3c\xbc\xb6\x0b\xd0\x1b\x75\xa4\x74\x2d\x67\x0d\x26\x56\xd2\xd9\x78\x7d\xad\x51\xbb\x20\x9f\xbe\xa6\xe1\x1a\x05\xa0\x78\xcb\xf4\x1f\x30\x5f\xd5\x1d\xd8\xdb\x04\xac\xdd\x74\xa5\xc9\xb5\x99\x32\x82\xb5\x23\xda\x96\xf6\xdf\xea\x9a\x79\xb8\x35\x43\x0c\x60\x4d\xa5\x74\x5c\x01\xab\xb9\x4a\x0b\x4b\xb2\xed\xfb\xa0\xf1\x45\x9b\xed\x3a\x98\xae\x75\xc2\xb5\x2d\xc0\xb9\x8a\x68\x42\x4c\x84\xb5\xee\x53\x18\xb9\xa7\xd1\x3d\x48\xb8\xda\xb0\xa5\xed\x84\x68\x86\xc5\x9a\x93\xdd\x2e\x6d\xa4\xc1\x72\x25\xf5\x5f\xb0\x0c\x49\xfd\x0d\x66\x3a\x2c\x79\x9d\x6c\x5f\xcb\x78\xc7\xde\x3b\x20\x87\xc6\x05\xd8\x0c\x0e\xc0\x6e\xb0\x01\xbe\xcc\x6e\xa8\x2c\x4d\xe3\xd8\x3b\x2d\x2f\x7e\x2a\xe3\xcd\x02\xa6\xa6\xb3\x78\x20\xd3\x32\xcd\xc1\x1c\x3e\x24\xac\x1d\x07\x8c\xf8\x61\x72\xa7\x0c\x41\x0b\xce\xf0\xf2\xd9\x27\xa3\x86\x40\xf3\x5f\x56\xf0\x25\x79\xf3\x37\x10\x84\xea\x05\xa8\x13\x55\x06\x5d\x81\xc7\x7f\x5b\xf9\xfc\x6f\x41\x4f\x04\xbb\x42\x22\xc1\x6f\xa5\x3a\xb6\xf7\xeb\x68\x42\x63\x6c\xb2\x49\x5c\x87\x8f\x88\x51\x56\xe5\x7e\x78\xe1\x47\x11\x53\xde\x4e\x13\xd6\x10\x17\xea\x87\x91\x18\x32\x85\xf4\xc3\x7b\x7b\xc8\xe6\xd1\x0f\xf7\x39\x4e\x37\x73\xf2\xdd\x92\xa2\xfa\x71\x6e\x86\xa6\x5a\xf1\xd9\x32\xc4\x92\xfa\x51\x2b\x90\xbe\xf3\x14\x8d\x6b\xed\xaf\x7e\x78\x83\x8d\x6b\x31\x9a\x7e\x78\x67\x8e\x6b\x09\x89\xfd\xa8\x1b\x90\x70\x29\x69\x53\xfd\xf9\x3c\x1e\x97\x36\xc0\x41\x91\xe8\xe9\x48\xc9\x21\xc6\x72\x02\x69\x9e\x3e\x8d\xdc\x66\x73\xa5\x19\x9c\x3e\xd8\x0a\x95\xa7\x78\x27\xb8\x4c\xf1\x4e\x50\x99\x9e\xfd\x91\x8a\x66\x6c\x29\x7c\xac\x9a\x0c\x4f\xfb\xa5\x78\x74\xad\x7b\xc1\x47\x05\xd4\x09\x63\x96\x3b\xc4\x80\x61\xe9\xa3\x89\x5b\xf9\xa4\x1e\xcd\xd3\x47\xf3\x0d\x03\x9c\x4f\x98\x21\x4e\xdd\x8e\x02\xf0\xf0\x5a\xa6\xbf\xb5\xc3\xcd\x9e\x86\x6c\x1f\x8d\x45\x6f\x4b\x94\xee\x87\x89\x78\xb4\x45\x5b\xfd\x38\xe9\xdb\xa4\x95\x65\x6e\x6b\x61\x65\x4c\x5b\xc0\x64\xc2\xc0\xcc\xf2\x45\x56\x41\x1c\xb8\x59\x92\x19\xdd\xe3\xd9\x01\x5e\x3a\x4c\xfd\x59\x37\x55\x79\x3f\x0d\xb1\xb2\x7e\xf0\xd9\x10\xb3\xf7\x96\x1d\x43\xcc\xde\xac\x60\x88\x67\xf4\xc3\x47\xc4\x18\x3e\x9e\xcd\x35\xc7\x60\x95\x07\x50\x51\xcd\x02\x54\x55\xd6\x81\x34\xd6\xfd\x47\x42\xb1\xaa\x5e\xaa\x5a\x81\xbc\xc8\x60\x26\xbe\xda\x82\xd9\x14\xdd\x98\x47\x0e\x5b\x13\x8e\xfd\x03\x2e\x12\x68\x69\x45\x3b\x73\x1f\xc1\x54\x93\x6b\x44\xc3\xa0\x2c\x9c\x8c\x1b\x5a\x3d\x53\xea\xa9\xf7\x69\x37\x24\x21\x2f\x21\xbb\x01\xbe\x7c\x6a\x19\x9c\x9c\xdf\x50\xe1\xa3\x9b\x97\xf8\x88\x1b\x8f\x01\x3f\xd8\x00\xdd\x11\xbb\xee\x61\x3f\xce\xc1\x6e\x7a\x9a\x68\x91\x7d\xc6\x73\x40\x1d\x94\xc2\x3d\x98\xa4\x97\x39\x04\xcb\xf7\xb2\x4d\x7b\x98\xcc\xee\x4b\x75\xaf\xc3\x9c\xe6\x6e\x3a\x1f\x8e\xc3\x9b\xe3\x36\x16\xfb\x66\xd2\xba\xad\xdf\x1d\xb0\x90\xfb\x01\x51\xfa\x24\xbb\xad\xda\x1d\xb0\x9b\xfb\xe9\x99\x63\x8b\xdc\x56\xb7\x8e\xc3\xf2\xc3\xfd\x34\x27\x85\x72\xee\xd7\x38\x7f\xc3\xf1\x7e\xe5\x08\xd1\xa7\x73\xd8\x5a\x72\x7a\x99\xa7\xac\x22\x7b\x45\x98\x9c\xb7\x4e\xb8\xd2\xcf\x94\x36\x59\xe6\x3f\xa5\x43\x95\x3f\xa5\x53\xa5\x46\x6a\xca\xf4\x51\x0f\xef\xf6\x69\xdb\x47\x45\xe8\x98\xb2\x7e\xd4\xab\x06\x3a\xbe\xbf\x0a\x67\xe5\xbc\xd7\x6a\x55\xc4\xb6\x29\x0b\x48\x65\x3f\x4e\x4c\x20\xc5\xc2\xca\xf4\xf1\x58\xcf\x42\x97\x1a\x5b\xe9\x67\x1a\x92\x4f\xed\xbc\x52\x79\x7c\x7f\x9d\xdb\x99\x96\xe6\x82\x7a\xa0\x45\x4e\xad\x5b\x9a\x99\x32\x94\x94\xcb\x0c\x7c\x8a\x4e\x0b\x54\x3b\x6f\x1d\x2e\xb5\x55\xbe\xb4\x92\x5e\x7c\xb6\xcf\xdb\xde\xbd\xdd\x64\x3a\x6f\x69\xe7\x15\xe9\x74\xde\x5a\xc6\x02\xe3\x9e\xa6\xf8\x32\x06\xf3\x29\x8a\xaf\x63\xa4\x74\x6d\xab\xb1\x67\x70\x32\xd3\xd5\x91\xc9\xd7\xc6\x2a\xe3\x60\xac\x36\xc8\x6d\x1b\x95\x65\xb5\xf9\xad\x29\x19\xe5\xea\x9e\xd1\xca\x8c\x53\xb7\x06\xce\x52\xea\xeb\xf6\xa9\x6c\xab\x45\x65\x08\x52\xec\x4b\xd6\x6a\x8a\x60\x2a\x1b\x7a\xda\xe0\x33\x7c\x68\xcc\x69\x0b\x1b\x2a\xe4\x9c\xa2\xa6\xd2\xbd\xef\xa6\xc4\x8c\xe3\xf2\xee\x98\xb6\x0e\x95\xcb\x0a\xd8\xb4\xf1\xa7\xa0\x56\x4d\xcc\x3e\xd5\x7b\x67\x4e\x9b\x4f\x90\x75\xe7\xb4\x01\xe5\x80\x62\x64\x0a\x2a\x1b\xb3\x3a\x6d\x06\x86\x71\xcc\x69\x13\xef\x6f\x75\x9b\x87\x93\xd2\xbe\x70\xba\x68\x57\x3a\x59\xe9\x0c\xdd\xc6\xa0\x82\xca\x38\xa7\xc4\x99\xd2\x2b\x28\x6a\xe5\xaf\x8c\x75\xad\x74\x29\x2c\xf4\xf4\x42\x1f\x60\x2f\x9b\x05\x1a\xf3\x9c\xb7\xec\xfc\x35\x65\x8b\xd4\xc6\x05\x3a\x5a\xb7\xcb\xa7\xf7\x7c\x98\x15\xb1\xa6\x0f\x1d\x9f\x9c\x83\x53\x2c\xae\x6e\xe3\x47\xb6\x5e\x55\x2d\xaa\xda\x80\xa4\xd7\x9b\x53\x4e\xd9\xb0\xea\xee\x03\x74\x3e\xd6\x9a\x94\xa3\xa5\xfb\xb6\xca\xf6\x74\xbf\x66\xea\x64\x23\x3e\xd6\xde\xaf\x87\x65\xdd\x29\xf3\x57\x39\x2c\xa5\x4e\x59\xc0\x4a\x19\x69\xf3\xb1\x6a\xee\xf9\xee\xb9\xa0\x23\xb8\x88\x47\x7c\x70\x79\x2f\x88\x89\x79\x88\x45\x20\x93\xce\x87\x96\x78\xbf\x52\xb6\x18\xc6\x80\x0b\x88\xbd\xd7\xc3\x52\xc6\x7c\xac\xf5\xae\x28\x99\xf3\x21\xff\x44\xc9\x88\xd6\x6a\x97\x16\xac\x17\x43\xa8\x05\xd6\x27\x7e\x5c\xcb\x91\x36\xa7\xa0\xd4\x7c\xac\xef\x6a\x6a\x2e\x2a\x19\x17\x23\x5a\x44\x52\xeb\x19\x68\x2d\xe7\x0e\x4b\x7c\xd8\x7f\xb6\x81\xd9\xe2\x1c\xa5\xb3\xeb\x64\xdd\x3b\x7a\x07\xcf\xc5\xfe\x8f\x9a\x99\x90\xb7\xec\x33\xbb\xeb\x24\xae\x17\x3b\x5d\x06\xbf\xe3\x62\xc7\xe9\x60\x38\xea\x99\x1e\xee\xbf\x62\xab\x8f\x45\x76\xf5\xca\x0c\x2e\x76\x52\xb3\xfb\x1e\x22\xc2\xbd\xa5\xf7\x35\x86\x96\x99\x90\x81\x70\x64\xa5\x65\x21\x1c\x3b\xdf\x89\xcf\xb4\x12\xc8\xfb\x3d\x35\xff\x9a\x71\xcb\x84\x58\x51\x3a\xe7\x63\x69\x58\x15\xa5\x67\xca\xa2\x58\x5b\x56\x73\xb1\xa3\x8a\xfa\x35\x1f\xf2\x06\x5c\xec\x5e\x1b\x1c\xeb\x99\x65\x99\x6b\x80\x0a\x5a\x10\x34\x05\xa5\xea\x63\x11\x68\xa6\x62\xb1\xad\x3a\x60\x9e\x0f\x89\x0b\xe3\xd3\xca\x3a\xa7\x8b\xc5\xcd\xa9\x03\xff\x38\xd8\x73\xcf\xb5\xcb\xce\x8d\x69\x7a\xae\x5d\x56\x4e\x48\xf9\xb9\x36\x52\x41\xd9\x99\x4f\x6d\xa4\x66\x69\x7d\x3e\xd7\x46\x2a\x98\xc8\xe6\x73\x6d\xa4\x73\xeb\x69\xa5\x69\x7b\x54\xa0\xfe\xfd\x75\xee\x25\x6d\xae\x01\xf6\x2b\xad\xac\x8d\xd4\xf7\xd4\x5c\x07\x42\x3f\xd3\xdf\x1a\xdf\x71\xa4\x87\xe7\xf7\xd7\x59\x60\x4d\xcf\xb5\x91\xce\x72\xe5\xbb\xb7\x20\x7a\x5f\x1b\xa9\xd4\x93\x1e\xb4\x91\x3a\xdb\xe3\x39\x64\xe6\x81\x4f\x3d\xd7\x46\x3a\x4b\xcb\x77\x62\xd7\x5b\xca\x24\x0a\x04\xcf\xb5\xc9\xca\x06\x47\x7b\xae\x4d\x56\x4e\x96\xfa\xb9\x36\xd9\x79\x41\xf4\x4f\x9d\xba\xd7\x96\x9a\x6b\x7c\xd7\x9e\x1e\x96\x2c\x1f\xde\xf7\x94\xf2\x78\xb5\xb4\xb2\x36\x59\xef\xe9\x4f\xeb\xf7\x69\xf3\x2d\x22\x64\x06\x2d\x0c\xc1\xd0\x31\x3d\xa7\xa6\xb5\xeb\xc2\x68\xd7\x06\x3c\xae\x33\xdf\xd5\x35\x13\x1c\x64\xcf\xb5\x01\xcb\x5e\xf2\xdd\x1a\x5f\x6d\x29\xd3\x79\x19\xc6\xff\x5c\x3b\xf0\x0c\x11\x3e\xd7\x0e\x2c\x9f\xc9\x5e\x3b\xb0\xd4\xf3\x47\xb1\x08\xaa\x3a\xb5\x05\x83\xcd\x43\x2b\xcf\x3c\xad\xed\x59\xda\xa7\xff\xd7\x2a\x2b\x29\x5b\xd4\x7b\x21\x49\xc9\x56\x7c\x1c\x59\x17\x47\x82\x8c\x1d\xdc\xb4\x3f\xcb\x15\xa8\x88\x9c\xf2\xe1\x1a\xfe\x08\x71\xc9\xf3\x3a\x32\xf9\x6b\x7f\x96\xcf\xa2\xc9\xc9\x1d\x9e\xfd\xb4\xb7\x0e\xd9\xe8\xb9\xf6\xe7\xb5\x7f\x7a\x58\xa3\x1f\x5b\x5a\xb1\x50\x9e\xef\x16\xff\xd9\xb2\x41\xec\xec\xfe\x40\xaf\xef\xaf\xeb\x40\xb4\x91\x8c\x7d\xe4\xc0\x7e\xc9\x09\x93\x56\x5e\x6b\x7b\x16\x4c\xb1\xf3\x25\x83\xf7\x09\x27\x7e\xad\xed\x79\x1c\xe0\xf2\x92\xb4\x81\xb4\x3d\x5f\x36\x96\x59\xd3\x9d\x76\x49\x5c\x23\x6d\xae\xf1\xa1\x7d\xce\x97\xce\xb9\x10\xfa\xcb\xb1\x20\x9f\xfe\x96\x2e\x1a\x42\x7f\xc9\x49\x55\x8e\xf4\xf0\x50\x50\x5b\x70\x59\xe3\x1b\x30\x00\x39\x3a\xf6\x7e\x06\x92\x9a\x90\xef\x86\x2d\xbd\x7c\xb7\xb6\xe7\x75\x05\x4f\x89\x32\x39\x23\x5e\x0e\x1a\x39\x53\x56\xb5\x25\x68\x53\x1e\xfa\x30\xb8\x97\xb6\xe7\x3e\x52\xd6\xbe\xbf\x2e\x6c\x7a\xf3\xb5\xb6\xe7\xd5\x6a\x5a\x19\x16\xe7\x80\xd6\xf8\x22\x92\xc9\xb8\x73\xf4\x4f\x0f\x8b\xfd\xf4\x23\x35\x9f\x92\x06\x2a\xd0\x6b\xcd\x19\xf4\x22\xb3\xcf\x71\x72\xe6\xca\xea\x73\x0c\x58\x9a\x8d\x3e\xe7\xce\xe6\x91\xd1\xa7\xf4\x34\xa3\x03\x32\x02\xc0\x4b\xfb\xb3\x72\x04\xcb\x1e\x54\x46\x0d\xb4\x84\x3a\x6c\xa4\xf3\xb5\xf6\xe7\x47\xfe\x7b\x49\x12\xeb\x21\x18\x6d\xcf\x13\xee\x27\xbb\x51\xdb\xf7\xf4\x30\x05\x05\x51\x2b\xf7\x69\xe5\xf9\xfd\xd5\xaf\x91\xb2\xb5\x03\x6b\x48\x4b\x32\x1b\xb6\xea\x29\x27\xd4\x5e\x21\xe5\xd7\xda\x81\x6d\x6f\x81\x0e\x41\x7c\xa7\x0d\x58\x38\x20\x5f\xda\x80\x17\x9c\xf8\xb5\x36\x60\x39\x3f\xad\x88\xff\xc0\xcf\x5f\xda\x80\x67\xe6\x45\x61\x26\x25\x24\x32\x1d\x66\x11\x68\x6d\xc0\x08\x77\x2f\xc7\x65\x65\x23\x25\x30\x0b\xe8\x29\xf3\x4b\x20\x59\x4e\x46\xbe\x93\xe9\x04\xce\xf8\x96\x85\xa2\x30\xda\xb7\x04\xfe\x48\xbd\xf8\xdc\x38\x81\xdf\x3a\x1f\x37\x44\x93\xf7\xda\x80\xad\x7e\x6a\xda\x59\xda\x80\x2e\x59\x99\xf3\xdd\x5a\xbf\x68\x45\x6f\xe9\xc9\x25\xc2\xf3\x5b\x07\xe4\x05\xf5\xe2\xba\x3b\xf3\xa1\x8c\xd5\xc8\x3b\xef\xb5\x03\x5b\xad\x69\x66\xb1\xd0\x48\xb6\xb6\x10\x8e\xd2\x7e\xcc\x97\xdf\xda\x9e\x2d\x98\xfa\xf4\x84\x98\xdf\x6b\x0b\x96\xa1\x73\xaf\xe0\x62\x13\x2e\x0b\xa8\x72\x28\x74\x43\xf6\x43\x50\x24\x3f\x84\x04\x85\x62\x5f\xd8\x75\xa5\x44\xe6\xe5\xcf\x47\x76\x86\xb5\xd4\x94\x91\x56\x1a\x74\xe9\x9b\xcc\x41\x16\x4c\x8a\x7d\x60\x4b\xc7\x0f\x28\xc7\x83\xb4\xce\x62\x9f\xd8\x7e\xec\x1b\x68\x4a\xa1\xbb\x6c\x86\x5b\xe0\xd3\xbd\xb8\xdd\x03\x23\xad\x58\x5c\xe9\x0e\xe7\x85\x17\x97\x5e\xa6\x78\x5c\x07\x10\xea\x1b\xc0\xdb\xad\xba\x62\x97\x05\x74\x1f\x0d\xa8\x2c\x48\x14\x5b\x6c\x6b\xef\x0a\xe9\x13\x74\x0a\xea\x40\x97\xa0\x7c\xd7\x64\xab\xa8\x40\x5d\x65\x07\xd0\x90\x41\x7d\x03\xba\x57\xd9\x99\x36\xa7\x6a\x0e\xa0\x87\xa0\xb4\x22\x2f\x40\x49\xd9\x4b\x65\x17\xd0\x5b\x90\xdb\x94\x31\xa4\x2b\x4c\x57\x90\x6d\x3b\x27\xd0\xa1\x9a\x81\x34\x3e\xe6\x65\xe0\x3c\x1c\x80\x43\xa6\xba\x61\xd4\x1c\xe8\xb1\xd5\x16\x70\x15\xee\x57\x20\xb5\xca\x94\xca\xf2\xd1\xf7\xeb\x00\xd2\xac\x9d\x17\xd0\xe9\x3e\x4e\x40\x4d\xdb\x15\xa8\xb9\x30\x5f\x6a\xde\x20\x15\xd9\x3d\xba\x65\xbc\x05\xdd\xaa\xda\x07\xe0\x34\x98\xba\x0f\x37\x54\x01\x9f\xf2\x4b\xa5\xae\xa6\xee\x33\xae\xb7\xc7\x45\xa1\x24\xad\xad\xa6\x54\x56\x92\xad\x0e\x46\x26\x77\x97\xad\xf7\x0b\xf2\xda\x35\x20\xad\xdd\x99\x76\xb4\x76\x17\xd8\xda\x83\x73\x06\x12\x02\x57\x5a\xd1\xda\xb1\xfd\x6e\xd3\xdf\xe9\x19\x98\x96\xf0\xb3\x5b\xa4\x48\xf7\xad\x06\x92\x17\x14\xb2\xb2\x3e\xbc\x2b\x50\x42\xa0\xa8\xb3\x17\xa0\xcb\x85\x0d\x50\x91\xe2\x9d\xbd\x22\x95\x78\x95\x0e\xc0\xe1\xd2\x0a\x78\x1b\x4c\x3f\xd3\x60\xfa\x79\x18\x0c\x4e\x4f\xb9\xf9\x3c\x98\x87\x9d\x8a\xa9\x2a\x03\xde\xc6\xf6\x91\x7e\xdb\x37\xc8\x59\xfa\xed\x92\x1e\x52\x55\x4e\x46\xe8\xf9\x61\x47\x5b\x87\x2e\xa5\xa9\xf6\x8d\x2d\xf3\xb0\x09\x19\x12\x96\x6e\xda\x37\x36\xac\x23\x4f\xf6\xb1\x31\x6c\xd9\x26\xf7\x01\x27\x92\x76\xda\xce\x74\xa9\xb8\xfe\x93\x85\x96\x06\xda\x37\x96\x41\x1a\x68\x3b\xd3\xbf\x2c\x58\xfb\xd8\x19\xe4\xd4\x36\x61\xcf\x5a\x95\x44\x45\x5b\xe0\xc2\xa7\x1c\x3f\xe4\xd7\xab\xaa\xd1\xa1\x4b\x07\xf3\x5b\xf1\x5b\x60\x37\x98\x52\xb9\x5d\xd9\xfd\xd2\x26\x57\x21\xa3\x16\x13\xd9\x60\x45\x8e\x6e\xd9\xc7\x91\xba\x46\xbe\x78\x71\x6d\x25\xde\x07\xd3\x27\xad\x71\x81\x27\xa0\xe6\xb6\x06\x92\x25\x1d\xb6\xf2\x34\xd1\x0c\xa6\x5a\xfa\x5f\x3b\x7b\xaa\xde\x1a\xcb\x00\x12\x51\xf4\xf4\xf1\xd2\x94\x00\xc9\x17\x7b\x0e\x5a\x71\x18\xc7\x48\x1f\x0e\xe4\x18\xec\x37\x69\x72\x0b\xdc\x01\x85\x0f\xec\xd1\x2a\xc3\xde\xe1\x48\x4f\xfb\xe8\xe1\x16\x12\xda\xdb\xf5\x81\x74\x5a\x1d\x07\x90\xfd\xa9\xf9\xee\xad\x41\xba\x51\x89\xbf\xab\x51\x40\x39\xd9\x36\x66\xe7\x05\x05\x37\x20\x61\x73\xa4\xa6\x08\x98\x49\xb7\x7b\x71\xef\x57\x3e\xd4\x8e\x67\x5b\xbc\x7c\x20\x72\x1e\xbc\xec\x54\x85\x62\x5f\x26\x6e\x70\x93\x5c\xd9\xed\x26\x2d\x76\x25\xf6\x9d\x59\x95\xf4\xd6\x37\xc8\xe5\x65\x9a\x3c\x06\x90\x5b\x49\x4d\x07\x4f\xb8\x15\x4b\x3e\x68\x53\x0b\xac\xea\x3e\x90\x18\x30\x5c\x54\x52\x4a\xdf\x4a\x20\x31\x38\xb8\x82\xa4\x94\x76\xed\x46\xf4\x2d\x96\x6f\x11\x6d\x41\x66\x20\x5e\xb6\xa1\xe8\x9e\xbd\xd8\x8b\xbc\x40\x9b\xc2\x3d\xaa\xb1\x89\x53\x35\x3b\x16\xcb\xd8\x1c\x21\x36\x64\xbc\x5b\xe0\xc3\xa5\x17\xe0\x4b\x37\x53\x76\x83\xbb\xad\xd4\x50\xfe\xd8\x65\x96\x6e\x87\xd4\xaa\x32\x8e\x8e\xc2\xe7\x96\x0f\x91\x5a\xb3\xb9\xad\x0c\x5f\xa9\xb9\x9a\x09\x71\x1c\xda\x35\xcd\xc1\x19\x65\x14\xed\x8b\x5e\xcc\x12\x47\x11\xff\x6c\x36\xce\x95\x51\x1c\x90\x67\x31\xb0\x8c\x8a\x7d\xf5\x02\x94\xcd\x06\xfb\x63\x19\x0e\x34\x6f\xc5\x64\x3b\x14\xec\xbd\x40\xcf\xc6\x65\x85\xa0\x80\xf3\xa5\x11\x35\x1b\x4b\xcb\x68\x9a\xab\xe6\xb8\x9c\x32\x1c\x8d\xdc\x8a\x09\x69\x34\x5f\x05\xd9\x2e\x4a\x15\xfb\xd6\x8a\x79\xb1\x9d\x7c\x7b\xab\x9b\x87\xdf\xad\x76\xed\xc5\x2d\x0f\x31\xf9\x56\xcd\x9c\x87\x03\x39\x5b\x6d\x05\xf0\x32\xd8\x00\x87\x41\xb7\x6c\x2b\x76\xe3\xb0\x1d\xb2\x07\xec\xed\x34\x37\x1a\x4f\x2f\xd9\x69\xce\x35\xa4\xa0\x2f\xd0\x38\x7b\x83\x95\xee\x0d\x3f\x2c\x95\xb7\x33\xa0\x0e\xe3\xba\x7b\xdf\x8e\xb7\x67\xe3\x6c\x94\x7a\x80\x27\x48\xbe\xc5\xd9\xda\xe9\x03\xf0\xd6\xad\xb2\x05\x76\x83\x32\x06\x86\x09\xdd\x12\x34\x17\xa8\x79\xbe\x77\x2a\x9b\xfb\xdf\xfb\x30\xce\x1e\xd1\xbd\xdf\xc6\xca\x27\xc5\x7d\xf8\x2e\xcd\xd2\x8d\x7e\xc4\xd4\x6f\xdf\xf5\x1a\xb6\x92\x95\xbb\xcc\xfb\x37\xcf\x4e\xb9\x75\x2b\x68\x27\x12\x65\x81\xb7\x41\xe3\x78\x1a\xe5\xcb\x1c\xf6\xbe\x64\x68\xdd\x1c\x71\x56\xee\xcb\x77\x5a\x98\x9b\x5b\x61\xdb\x0b\x6c\x06\x4d\x56\x6d\xa7\x54\x1a\x5b\xb3\x65\xb4\xdc\xb7\xaf\x9a\x20\x91\xde\x76\x68\x6c\xbb\xf9\xda\x3d\x1d\x49\xb8\x7b\x89\x6e\x3b\x1e\x9a\x1d\xea\x0b\x14\xce\x0e\xa4\x28\xf7\xf4\x26\xb3\x7d\xb4\xdc\xd3\x61\xd3\xd5\x6c\xf0\x96\x61\x7c\x55\x76\x47\xf6\x15\x36\x47\xbc\x2c\xf0\x61\xd0\x38\x3f\x6c\xe4\xb2\xf1\xb8\xdc\xb2\x1d\xed\xad\x5b\x88\xbe\x65\xbd\xd9\x5b\xb3\x64\x7e\xbf\xbc\x05\xbb\x39\xec\xfd\xb2\xb2\x65\x1b\xdc\x02\xfd\x2d\x33\x29\x15\x7c\x6f\xdd\xac\xeb\x96\x56\xba\x5f\x30\x95\x5b\xea\xde\x02\x77\x40\x7f\xeb\x1d\x79\xbf\xa5\xa1\x34\x76\xf3\xfd\xf6\xed\x0a\x04\xf6\xb9\x89\xf6\xaf\x61\xd1\x72\x6e\xde\xbe\xb6\x74\x94\x59\xd4\x72\x1b\x9e\xf6\x59\xcc\x72\x90\x0d\xa6\x6f\x91\x35\xbb\x82\x17\xa8\xb9\x1a\xb2\xc0\x95\xa9\xcb\x50\xab\x23\x83\xa7\x62\x02\x50\xd2\xa6\x2f\xa8\xb4\x61\x02\x9d\x97\xe6\xb5\x6f\xd6\xbf\xa6\xe3\x15\x72\xfa\x4c\x47\x17\x8c\xdd\xf3\x3a\x15\xe9\xb5\x77\xab\xb7\x65\x9a\x2f\x44\x64\x9a\xdd\xea\x50\xb0\x18\xbe\xd1\x84\x2a\x37\x1d\xf5\xdf\xed\x7c\x5c\xe0\x25\xd0\x67\xee\x74\x14\x7f\xb7\xa2\x5e\x70\xc2\xf6\xcd\xbc\x6c\x12\x76\x5e\x4d\xa1\x76\x88\xee\x7d\x33\x13\x99\x8e\x6f\x3e\xab\x37\x8a\x4d\xb1\x7b\x87\xba\x31\x00\x5e\xc3\xfc\xd7\x56\xbe\xbd\xef\x3e\x7a\x6d\xd8\xdb\xa3\x1a\xd9\xc8\xb1\x47\x2e\xb7\x25\x63\xaf\x88\xdb\xe8\xe1\x7d\x67\x80\x6f\x3a\x32\x13\x99\xef\xc1\x5c\xad\xca\xb5\x6f\xd3\x95\xa5\x0d\xd4\xbe\xcb\x13\xdb\x6d\x90\xaa\xfd\xf0\xdd\x0c\xdd\xa3\x7a\xd5\xce\x5d\xc6\x2a\x34\x2a\xe1\x8d\xdd\xb6\xba\xda\x7d\x35\xab\xdb\x13\xbe\xc0\xb7\x40\x71\xba\xda\x7d\x2a\x10\xa3\x53\xfb\x25\xd6\xd6\x7d\x74\x2d\xd0\x95\x65\x63\xad\x0e\xcf\xdb\xfb\x21\xe1\x7e\x81\x2f\x83\x6e\xb9\xd9\x3c\x6a\x33\x7d\x75\x00\xdd\xde\x7d\xce\x2d\xd0\x95\x87\x2b\xfb\xb2\x46\x75\x84\x41\xb5\xe6\xb6\xce\x48\x63\x65\xdf\x66\x2f\x0c\xc1\x9c\xa0\xeb\x92\x8c\x40\x99\xb6\x0b\x43\x70\xb0\x42\xb7\xf1\xbe\x5a\x66\xde\xbb\xcf\xaa\xda\x9f\x26\x86\xd2\x3c\xa2\xb7\x71\xd6\x55\x96\x05\x6a\x93\x75\xdd\x4c\x79\xd5\xb1\x79\xae\x4c\x0c\x0b\xb4\x13\x35\xa5\x5e\x32\xc7\x0e\x2f\xf0\x61\xf0\x34\x28\x2e\xd2\x75\x3f\xe3\x55\xc7\x6e\x63\xa3\xd5\xfb\x05\xea\x70\xda\xa4\xa9\xd6\xb1\x8b\x13\xf4\xfa\x01\x6f\x83\x5a\xee\x71\x68\x83\xf6\x7a\xb9\xa9\xc3\x13\xbb\xce\xb9\x1f\xf0\xfd\x55\xd7\xe3\x1b\x1e\x41\x31\xb1\x57\x49\x17\x75\xf8\xd2\x6a\x3f\x8f\x0a\xf8\x34\x68\x2c\x7c\x09\xb3\x3a\xd2\xa1\x0e\xdf\x18\xec\xa7\xd7\x64\x70\x0b\x2b\xc3\xbd\xb4\x08\xcd\x41\xc9\x75\xe8\x54\xd8\xfb\x49\xbf\x97\xfd\x45\x3b\x95\x15\x30\xb4\x44\xe4\x0e\x28\x76\x6c\x33\x62\x1d\xdd\x24\x79\x31\xaf\x7d\xd8\x61\x66\xea\x1e\xc3\x22\x90\xdd\x70\x75\x70\xb1\x47\x77\x45\x5e\x75\xf8\x16\x46\xb7\x3d\x68\x81\xbe\xd7\x5c\x77\x40\xb7\x6c\x72\x1e\xd6\x19\xfb\x35\x3c\xa2\x87\x6f\xad\xda\xb5\x5a\x87\xfc\x19\x7b\x6f\xbb\x87\xf0\x76\x24\xc2\xc1\x5c\xf9\x94\xef\x0e\x88\xaa\xf7\x66\x92\x74\xe0\xf4\x02\x5f\x36\x49\x0b\x8d\xdb\xd1\xd0\xcd\x16\x9b\x05\x6a\x51\xec\xff\xac\xb7\x45\xbe\x6e\xef\x44\xbd\x2f\x33\x7a\xab\xcc\xf5\x56\xd4\xeb\xde\xad\x74\xd6\xbb\x99\x34\x86\xc4\xa7\x7a\x77\xb5\xdc\xad\x59\xd6\x5b\xb1\x9b\x7b\xf7\x89\x52\x6f\x87\x1e\xf4\x01\x56\x56\xde\x4a\x33\x17\xb9\xa5\x9f\xed\xdd\xe1\x35\xf5\x7e\x66\x8d\xdc\x94\x05\xf2\xee\x60\x8a\x05\xba\xdf\x41\xe9\xa0\xd4\x38\x5b\x22\x3a\xab\xc4\xfe\x3a\xbd\x33\x9a\xed\x4e\x75\xca\xd4\xb6\x0f\xc7\x3e\xd5\xb9\x09\x8d\x61\x6b\x4f\x9d\xa5\xdb\xf0\xee\xad\x3f\x8b\x88\x7d\x6c\x9e\x8d\x59\xb4\xa0\xc3\x3c\xb5\x4e\xdf\xb9\x1e\x8e\xad\xa8\x53\xf7\x05\xf7\x61\x93\x73\x9d\xfd\xaf\x1c\xfc\x0b\x52\x18\xc3\x07\xb2\x9c\xed\xb9\x98\xdd\xce\x8d\x96\x0f\x65\x31\x3d\x53\x26\xd7\xfc\x9e\x0f\x87\xfc\x4a\x29\x93\xcb\x62\x1b\x40\xba\x9c\x52\x53\xd3\x4c\xfb\x03\x3e\xbf\xbf\xca\x69\x6e\x31\xc5\xf0\x8a\x4d\x1d\x0b\x7a\x1b\x1b\xfa\x97\x73\xde\x26\xae\x05\x29\xfe\x48\xe7\xe4\x82\x40\x9c\x76\xb4\x85\x6b\x07\x9d\x71\xea\xc3\x03\x48\x7e\x98\x12\xa8\xc9\x1f\x9f\x46\xe5\x07\xf6\xb6\x99\x8a\x19\x2e\x16\x2c\x17\xf4\xd2\x80\x53\x53\xb1\x45\xc7\xa0\xea\x5a\x81\x32\x32\xfe\xdb\xae\x2c\xba\x50\x10\xb6\xd5\x82\x05\x0d\x63\xda\x00\x6f\xe1\xc6\x30\x1c\x8d\x73\xb0\x72\x5d\xe2\x38\x81\x3d\x0b\xb4\x7f\x87\x99\xb3\xd4\x78\x40\x21\x7d\x9d\x9c\x75\x0b\xb2\x3a\x83\x75\x05\x58\xd0\x12\x21\xf7\x2d\x0b\x29\x4f\xf8\x36\x02\x59\x6b\xcb\xa4\xdb\xd5\x76\x05\x1a\x72\xf1\x30\xad\xb2\xed\x5b\x4f\x5f\x90\x9c\x6b\x23\x65\xef\x4f\xc0\x47\x9d\x83\x48\x91\x0e\x54\xbe\xbf\x8a\x35\xb0\x05\x55\xc7\x7b\x55\x40\x29\x73\x75\x00\x79\x57\x94\x80\xdd\x4a\xc5\x05\xa8\x28\x8f\x6d\xfc\x90\xa9\xcf\x21\xc2\x72\x08\xdd\x82\xbc\x6f\x77\x20\x85\x5a\x31\xe2\x61\xd1\xce\xa1\x79\x0b\x3c\xbf\xbf\xae\xca\x2c\xeb\xb2\x66\xcd\x56\xd2\x6d\xcd\xe3\x34\xb7\x9b\xba\xae\x59\xf7\x2d\x35\xc7\x27\xc6\x65\x41\xf7\x6f\x41\x6d\x0b\x7c\x78\x05\x18\xc7\x40\xfd\x01\x12\x72\x67\xca\xe4\xe8\x39\xe8\x71\x9d\x90\xf5\xca\x30\xe4\x4c\xde\xb7\xc6\x87\x0a\xcb\xd8\x37\x96\x79\x40\x5a\x95\x89\x9d\xa2\x49\xd8\x8d\xb4\x8a\x72\x74\xf0\x91\xac\x34\x6c\x2c\x5f\xa0\x8e\x80\x20\x2b\x09\xa6\xda\xb5\x56\xa7\x2f\x37\x5e\xb0\x0f\x5d\x68\xac\xfb\xb6\x03\xfd\x16\xca\xb3\xa0\x4b\xbb\x20\x65\xf2\x89\xc1\xa3\x14\xb8\x77\x34\xe8\x53\xf2\x65\xdd\xb7\x40\x53\xd1\x49\x81\x1e\x9f\x80\xa0\x05\x3d\x8d\x4c\x03\x7c\xe9\x43\x20\x33\x01\xf6\xab\x0c\xdb\xfb\x80\x74\x2c\xb3\x8e\x92\x32\x9b\x13\xe9\xc2\x31\x7c\x76\x9c\x54\xc7\xf0\x1d\xfb\x06\x41\xc8\x94\x5d\x7f\x83\x86\xa0\x0d\x48\xfa\x96\xcf\x9d\x69\xd3\xf5\x7e\x80\xaa\x57\xd5\x51\x01\x75\xea\x98\x25\xd6\x6c\x41\x9a\x37\x28\xd0\x11\x7c\x9c\x2a\xf3\xc6\xd6\x99\xef\x2e\x05\xfe\x80\xaa\x4e\x8d\xab\xb3\x16\xf2\xd1\x6f\x0d\x64\xe4\x21\x1c\x2d\x3d\xbc\x3d\x0a\xc0\x75\x44\xd6\x7d\x0f\x54\x04\x81\xb7\x38\x80\x43\xe6\x6a\x62\xf1\x0a\xfc\xfa\x9e\xf7\x27\xe8\x6a\x41\xf3\xb7\x70\xcc\x4a\xa0\x5e\x43\x32\x76\x64\xde\x51\xc0\x40\x81\x79\xc7\xc9\x54\x4d\x53\x8a\x25\x05\xe2\xf2\x5a\xd6\x4a\x6a\x6c\xf5\x85\x8c\xea\xb8\xbc\xba\xef\x29\x6b\x8a\xc6\x49\x33\xdd\x1f\xa6\x1d\x39\xe3\xae\x7c\x38\x1d\x91\x08\xf4\x54\x33\x17\x90\x48\x05\xba\x95\xe1\xa3\x9c\xec\x1c\x5d\xea\xdc\x6b\xe1\xf8\x9a\x0a\x3b\xd9\x61\x65\x53\x7e\xed\x2c\x87\x04\xe9\xa3\xd7\x94\x29\x3e\xed\xc8\x77\x5d\xa7\x57\x1a\x1d\xf2\xf0\x83\xa8\xf5\x67\x47\xf9\x2f\x70\x7a\x75\x0a\xe0\xf3\xfb\xeb\x3a\xd3\xa8\x30\x3d\x52\xf3\x2d\x88\x8a\x37\x98\x52\x78\x3b\x20\x8f\x01\xeb\xc6\xd4\xbe\x71\xd0\x4d\xb1\x87\xce\x1e\x57\xac\x60\xdd\x58\xd5\x69\x1a\xbb\xe8\x11\xce\xf1\xa9\x3a\x8d\x2b\xc3\xba\x35\x8f\x47\x3a\x51\x44\x62\x0d\x04\x95\xd1\x90\x05\xb1\x03\x04\x1c\xa9\xe5\xbb\x0c\xd5\x91\x85\xc7\x3a\x59\x7e\xc8\xae\x6d\x8b\x18\x7b\x4d\x43\xa7\x1b\x62\x12\x2c\xfa\x73\x28\xcd\xe9\x35\x48\xd5\x75\x26\x1c\x03\xd4\xe5\x86\x2b\x2d\xdf\x99\x79\xec\xc1\xe7\x65\xdc\x59\x2f\xf8\x1c\x9b\xc2\x0e\x9b\xc2\x19\xfe\xf0\xad\x62\xb8\x90\xf4\xa5\xf5\x65\x07\x94\xa7\xe0\x53\xc8\x64\x0e\xc0\x21\xf4\x52\x28\x83\x2a\xf4\x6a\x87\x4c\x2d\x7b\x3a\x41\x18\x4a\x5d\x19\xa0\x10\x8d\x1e\xc9\x6f\x03\x24\xfa\xbd\xf8\x50\x1e\xe2\xc2\xf9\xfa\xf0\x65\x41\x28\x4d\x81\x8a\xc7\xbe\x31\x23\xf2\xe4\xac\x2e\xe9\xc3\x16\x22\x94\x57\x62\x15\xf7\x48\x55\xf6\xde\x8c\x1d\x6a\xb7\x0d\xa8\x20\x9d\xc8\x04\x54\xed\x38\xac\x8e\x48\x2c\xb6\x49\x56\xc7\xfd\xad\x0f\x19\xe7\xed\xf3\x96\xdd\xae\xe8\xbe\xa2\x3c\x22\x0b\x32\x67\x62\xd7\x38\xba\x6f\xec\xec\x6f\x39\x61\x16\x42\xa9\xab\x80\x0c\x18\xf5\x03\x41\x26\x08\x59\x90\x61\x13\xdb\x0b\xd3\x0e\x36\x95\x04\xf9\xe3\x0c\x42\x72\xc2\x94\x4c\xa6\x58\xdc\x3e\x52\xc6\xa2\x04\x54\xcc\x5b\xd6\xc4\xa1\xc8\xd0\xa5\x63\xfa\xda\xc1\xc9\xed\x30\xbe\x3d\x52\xd7\x13\x2a\x81\x73\x38\x74\x6f\x83\x86\x15\x9e\x77\x0c\x48\xf1\xe9\x38\x57\x66\xcf\xfe\x99\x0b\xed\x86\xf8\xbc\x5a\xe0\x87\x4f\x3b\x36\xae\x40\x2f\x1d\x01\xf9\x52\x4e\x47\xe8\xfd\xe9\x2b\xcc\xb0\x03\xc2\xee\xce\x40\x20\x47\x33\x43\xbc\x82\x25\xb1\xb7\xa6\x16\x98\x35\x81\x77\x35\xad\xea\xda\x22\xac\xf3\x69\x0e\x88\x58\xa1\xc0\xbb\x35\x21\x69\x75\x48\x80\x4f\xa1\x4e\x79\x84\x37\x45\xde\x55\xdd\xcd\x17\x24\x89\xa8\xa6\x7f\x73\x9c\x74\xbf\xf8\xe1\x79\xa5\x7b\x59\xb9\x5a\x1a\x0d\x43\xa4\x55\x44\x22\xb8\xae\x15\xd2\xe6\x40\xec\xea\x40\xb9\x8a\xba\xe6\x40\xb9\xd5\x12\x73\x77\x3b\xf8\x8f\x03\x53\x11\x6f\xc7\x1e\x79\x4e\x21\x6f\x35\x7a\xca\xd3\x34\x8b\x34\x21\xff\xd5\xaa\x4a\x43\x8e\xb1\x61\xd3\x3c\x1d\x55\x13\x22\xf0\x51\x8b\xba\xa1\xd0\xb5\xf5\x61\x40\x4b\x89\x47\x3a\xd1\x0c\x95\xb4\x23\xe6\x80\xe8\xe7\x00\x35\xac\x59\x0e\x49\x5b\xed\x14\x40\xab\x3f\xac\xe6\xcb\xc6\x2d\xe4\xb7\x97\x75\xc7\x1d\xe6\xee\xa8\xb4\x76\x5c\xf9\x54\xf8\x21\xfc\xca\x34\x5b\xf7\x92\x32\xb0\xfd\xb1\x11\xc5\x61\x6a\x31\x19\x39\x4c\xad\x6e\x7b\x5a\x7d\xb8\x9d\x13\xd0\xc1\xe8\x41\x8f\x69\x0f\xa8\x69\x47\x03\xf5\x9d\xfc\x3d\xf2\x9e\x22\xd5\x6a\xf4\x5c\x45\xaa\xf5\x82\xf4\xab\x48\xb5\x55\x35\xa0\x42\x63\x58\x6a\xb9\xff\x6a\xa8\xcd\xf7\x51\x6a\x14\x99\x97\xe5\x78\xd4\x4c\x45\xa7\xad\x76\xd2\x89\xc6\x05\xf1\xd9\x39\x78\xf5\x94\x79\x63\x06\x32\xcf\x3b\xd3\xa5\x16\x6c\x87\x3b\xf9\x22\x22\x66\x14\x42\xd2\x0a\x3c\x46\x31\x61\x35\xbc\xfd\xe5\x38\xcc\x34\x23\x19\xef\xe4\x44\x7d\x39\x4c\x1a\x16\xfc\x9a\x2c\x3b\xcd\x88\x3b\x9e\x30\x52\x87\x73\x0d\x0e\x9e\x17\x46\x80\xb4\x03\x1d\x66\x81\xec\xf6\x2a\x1c\xa9\x8a\xc5\x2a\x17\x10\x46\x0e\xd6\x47\x06\xf8\xa3\x23\xab\xbc\x1d\xd8\xcf\xec\xbc\x43\x5a\xa9\x7a\xb9\x93\x06\xd8\x0d\x76\x40\x71\xe4\x2b\x9d\x2c\x8e\x5c\x46\xaa\x5a\x1e\xb9\x02\x9a\x7e\xe0\x4e\x32\xfa\xf7\xc2\xb6\x7d\x5b\xcc\xab\xe9\xd3\x67\x3a\xa7\xaf\x22\xa9\x6a\x96\xe4\x6d\xf2\x61\x82\xde\xd8\x0c\xe0\xab\x6f\xcc\xa9\x90\x9a\xdc\xa2\x35\xf2\x88\x2c\xcf\x47\x2f\x69\x47\x04\x53\x53\x53\x5c\x8e\xed\xf5\x36\x97\xab\x69\xd4\x98\x1f\x29\x7c\x6a\x62\x83\x80\x39\x0c\xa8\xea\x7a\xe5\xc5\xd2\xbe\xe5\xb7\x3a\xd3\x8c\xe5\xbc\x48\x88\x6f\xc5\x2c\xb6\xcf\x87\x3e\xd1\x33\x93\x62\x63\x25\xe8\x98\x8b\x65\x45\xa6\xb7\x13\x92\xdd\x5b\x47\x6f\x69\x19\x16\xe4\x84\x76\x21\xef\x49\x29\xec\xc4\xb7\xb8\x5a\x1d\x69\x48\xfb\xe9\xca\x87\x5d\x57\x97\x40\xd6\x7e\xb3\xcf\x77\xcc\x40\x01\xb4\x44\x76\xa4\x1d\x2d\x1e\x04\xfc\xf6\x25\x7b\x09\xa5\x27\x99\x25\x36\x1b\x43\x4e\xc7\xba\x2d\x0a\x2e\x80\xd2\x3c\xcf\x14\x1a\x9f\x0e\xd4\xdc\x67\x05\x94\xea\x29\x99\x79\x41\xb7\x0b\xd3\x8b\x05\x97\x14\x5a\x20\x3b\xf3\xe5\x5a\x2f\x33\xf6\x05\xbd\x7c\x5e\x04\x83\xf7\xf7\xd7\x69\x43\xd2\xe9\x6c\x17\x6b\x60\x20\x64\x52\x13\x01\x9f\x8e\xcc\x2b\x1f\x64\x87\x55\x21\x1d\xe1\xa7\x93\x5e\x54\xc7\x5c\x9d\x4e\x74\xb1\x8f\x2b\xad\x32\x92\x14\x5a\x4e\xe8\xa0\x67\x69\xed\x4a\x3b\xa6\xc3\x94\x59\xa8\x29\xdb\x8f\x78\xf7\x49\xaa\x8c\x76\x64\x86\x14\x67\xbb\x5b\x40\x3b\x1d\x21\xd8\xed\xb8\x3e\x1d\x20\x78\x58\x71\x3a\xfb\x76\x7b\x98\x7c\xa8\x08\x88\x12\xec\x44\xa5\x4a\xb9\x29\x68\xa9\x58\xe3\x64\xd6\x6f\xaf\x1e\xeb\xa5\xe0\x9e\xab\xe5\x3b\x73\xe7\xc2\xb0\x6e\x6d\xb6\xcf\x87\x3a\xd0\x2f\x96\xe0\xf6\x90\xd3\xc5\xd4\x0d\x9d\x94\x59\x5a\x4d\xa3\x4b\xc0\xd8\x32\xe5\x8e\x45\x28\x59\xbb\x6c\x0b\xd0\xb1\x94\xb9\x07\x81\xb8\x9f\x81\x7c\x77\x22\x5f\x32\xcb\x9e\x9c\xdd\x2a\x04\x04\xb2\x3b\x6c\xb5\x41\xcf\xca\xfe\xd1\x4b\x1f\x40\x52\xc8\xaf\x40\x74\x79\x00\x4a\xe2\xea\x0d\x48\x12\x57\xdb\x80\x34\x1f\x4c\x96\xd3\x86\xfc\x56\x66\xda\x2e\x41\x00\x6a\x0e\x02\x16\x5e\x5b\x4a\xc5\xe5\x77\x50\x37\xa7\x4c\x59\x48\x94\x5e\x64\x41\xdd\xa1\x8f\xdd\x87\x69\xcb\x87\x2c\x57\xbe\xf4\xc9\x92\x19\x31\x51\x36\x30\xd0\x9d\xa6\xed\xd3\xce\xdb\xe8\x51\xf5\xf6\x2a\x14\x46\x2d\xdf\xd0\xc8\xe2\xee\x37\x18\xd1\x12\xde\x11\xf0\xb3\xdf\xc1\x3c\x67\x81\xde\x35\xa5\x03\x5a\xca\x2a\xf9\x54\x84\xd1\xd2\xae\x89\xbd\xb0\x10\xd3\x2b\xc8\x97\xc8\x79\x95\xe9\x9d\x4e\x50\x92\xaa\xba\x4c\x75\x30\x18\xf1\xc7\x2d\xf3\x67\x9a\xc9\xf4\xe5\xf0\x4d\xab\x5e\xc1\x40\xca\xc9\xc2\x32\x1c\xdd\xcb\x30\x80\xe8\x7f\x07\xd4\x32\xf4\x40\x3e\x5e\x6b\x05\xb4\x24\xce\xb8\x0e\x48\xa1\x9e\x80\x3a\x79\xa0\xcc\x03\x73\xe8\x99\x6e\x7c\x68\x32\xf3\x07\x42\x17\x6c\x0f\xcf\xda\x79\x00\x49\xae\x1a\x1b\x90\x4f\xfc\x1e\x90\x75\xe8\x80\x3a\xf1\x59\xb2\x43\xba\x41\xbd\xd2\x89\x08\xe3\xf3\xe1\x74\x97\x29\x7c\xb8\x1d\xf0\x43\xb2\xba\xa8\x0c\x65\xc0\xf7\x8e\x50\x06\xe8\x12\x49\x94\x59\xba\x6d\x79\x0d\xf4\x94\x7e\x02\x46\x98\x2b\x32\x2b\x53\x06\xab\x0f\xa4\x0d\x0a\xdb\x53\x42\xdf\xea\x08\xaa\x05\x59\x0f\x05\x1f\x85\xca\xd7\x20\x8b\x68\x75\xa6\x19\xd3\x17\x6c\x19\x5f\xe3\xe6\x71\x16\xeb\x8f\xd9\xa0\xc5\x16\xb3\x9e\x42\x9b\x44\xae\x1f\x5e\xa3\x5f\x75\xad\xf6\x80\x6d\x51\x92\x80\x0b\x26\x45\x04\xd4\xf1\x69\xd7\x93\x0b\x51\x17\x1b\xca\x3f\x18\x99\x47\x8c\x14\x2e\x6e\xef\xbb\x61\xe7\x5a\x75\x33\x34\xea\xda\xec\x30\x76\x20\xcb\xdf\xec\x66\x7b\x51\xdb\x31\xc0\x61\x11\x4a\x69\xe9\xc5\x1c\x84\x5d\xa6\x9c\xc5\xbd\x7c\x6a\x3a\x55\xcc\x96\x42\x5d\xef\x61\x5f\x15\x5b\xca\xd8\x81\x05\x11\x1b\x32\xb6\x1b\x8c\x1b\x05\x0b\xb4\xd0\x04\xd5\x94\x5b\xeb\x99\x5e\x74\x1c\xed\xa1\xa1\xe2\xf3\x28\xa3\x86\x9d\xd4\x14\xea\xae\x0e\xc2\x45\xb9\xed\x99\xbb\xd2\x8b\x75\xf5\x9a\x76\xa5\xc8\x66\x4e\x74\xc7\x71\xff\x20\xe4\x6d\x56\x01\x9d\x06\xcd\x09\xb8\x16\x68\x3b\x08\x2c\xad\x38\x8a\xa2\x65\x45\x1d\x14\x74\x64\xca\xa6\x77\x21\xdd\x4c\x63\x0f\x15\x4d\xf3\x85\xac\xfe\xd4\x89\x39\xd2\xac\xd9\x42\xb0\x97\xf1\xec\xca\x5c\xe3\xdd\xbc\xdc\x50\xc5\xf0\xdf\x80\x8a\x11\x1a\x80\x92\xfc\x8f\x14\x5e\x2e\xec\x80\x66\x78\xd7\x05\xd8\x3d\xf0\x0a\x68\x8c\x52\xe8\x23\x14\x46\x55\x91\xa3\x60\x3e\x4a\xd8\x7c\xe4\x7c\xad\x12\x95\x0e\x36\x73\xd5\xa9\x74\xb0\x0b\xab\x69\x0a\x69\x91\x68\xad\x23\x9d\x20\xb1\x17\x20\x6f\xd1\x8c\x53\xac\xe8\xd8\x0e\x20\xf0\x61\x64\xc3\xa2\x42\x65\x64\x22\xb9\xca\xde\x51\xfe\xaa\xea\x64\x0b\x0b\xf2\x0e\x80\x50\x94\x60\xb9\x74\xf6\xb6\x33\x29\xef\x39\x60\x2b\x27\x0b\x27\x84\x52\x28\x37\xe5\xc6\x14\xe4\x9d\xcf\xa9\xae\x2c\xca\xab\x2e\x2d\x25\xfa\x31\xa5\x4d\x38\xa4\xd0\xd4\x89\xa0\x53\x61\x46\xf0\x46\x65\x50\xae\x76\x39\x9f\x4e\x8d\x55\xb3\xf3\x95\x43\x99\x40\x86\x05\xbd\x3f\x77\xad\xcf\xae\x5c\xc9\xe4\x55\x58\x90\xd3\xd2\xa5\xcc\xdb\x8c\x73\x87\x08\x88\x11\xc8\x81\x43\xf9\xf0\x94\xb1\xaa\x02\xe9\x3e\x27\x8b\xe9\xd4\xc8\x17\xdb\x53\x01\x38\x47\x63\x69\x95\x1c\x79\x1f\xd0\xec\x69\x4b\xc3\x08\xe4\x54\x7a\x41\xc6\x17\xbf\xd3\xa6\x34\x69\x68\x40\x51\x59\x7b\x19\x35\xc8\xb0\x20\x7c\xa9\x43\xef\x60\xd5\x95\x0b\xac\x1e\x48\xb9\x27\xac\x8d\x53\xf9\x34\x15\xa2\x32\x38\x51\xd8\xd5\xd8\x8b\xca\x99\xbc\xc0\x94\x5a\xe9\xed\x7f\x83\x18\xae\x3c\xca\x25\xfc\xca\xb9\x93\xeb\xa7\x59\x78\x07\x28\xdc\x36\xbb\x43\x30\xca\x8e\x5c\x9d\x8c\x65\x41\x66\x0e\x4c\xb3\x2e\xb1\xe5\x64\x70\x4e\xe4\x3d\x32\xc4\x49\xc8\xee\x95\x52\x4d\x3b\xbc\x4c\x19\x90\x4b\xf8\xb2\x73\x20\x8f\x2b\xad\x4a\x9e\x66\x07\x29\x30\xb6\x1e\x70\x0a\xa7\x3b\xbe\xd2\xbf\x39\x57\xc9\x5a\x4e\xab\x71\xc8\x80\x27\xc6\x32\xfa\x17\xeb\xea\x88\x0f\x0e\x5c\x68\x88\xc8\xca\x74\x5c\x6c\x03\x58\xd0\x70\xdc\x0d\xe3\x70\x98\xc6\x87\x28\x1c\xd3\x11\xec\x6c\xf6\xcf\xe1\x7d\x99\x98\xf7\x0e\x74\x7c\x52\x05\x2c\x08\x64\x77\x40\x90\x2d\x80\x9a\xca\x33\x5f\x3a\xd5\x68\xaa\x2a\x39\xc1\x91\x3e\xc4\x66\x91\x5d\x2f\x9b\x33\xca\x96\x42\x11\xe9\x91\x0f\x25\x20\x7c\xca\xc0\x35\x3d\x6a\x1b\x1e\x40\xca\xa8\x78\x20\xc7\x5e\x52\x31\x0f\x94\x5c\x25\xa1\x2b\xd7\x48\x99\xd2\x13\x1c\x81\xec\xb6\x4e\x2b\x8e\x53\xde\xf2\xe1\x50\xde\xe7\x0b\x48\xb6\x95\x34\xe3\xc4\xc1\x70\x08\xe5\x7c\xda\xab\x4d\x0b\x0b\xd4\xcc\x95\x40\xcc\x5c\xbe\xac\xdf\x5f\xad\xef\xf9\x52\xa7\x7f\x4f\xd9\x25\xe4\x98\x72\x5d\x9d\x3c\xd1\x7c\x2e\x5d\x49\xce\xb1\x7c\x39\xac\xb4\xc0\x94\x14\xf5\x53\x0f\xc4\x54\x65\x8b\xaa\x07\x32\xff\x65\x26\x89\xce\x76\xe9\x44\x3c\x20\x24\xa5\x92\x2a\x3d\x98\x8a\x61\x6e\x6c\xdf\x2b\x0c\x33\xcd\xdc\x06\x41\x75\x5a\x56\x3a\xd3\xac\x32\x49\x20\xe9\x29\x60\x6b\xc9\x32\x40\xe6\x27\x68\xbf\x0d\xb6\xc8\x98\x1b\xf1\x86\x70\x94\xe6\xb4\x24\x1c\x6b\x0a\x15\xaf\x47\x4d\xd9\xda\x04\x75\x4b\x3b\xe0\x97\xaa\x22\x33\x24\x13\xe5\xa9\x5a\xcc\x26\x75\xa7\x38\xea\x01\xf4\x90\xe4\x14\x04\xe4\xae\xb9\x52\x66\xd5\x0b\xa6\xdd\x1c\x4f\x14\x5e\xd8\x06\xb8\xd3\xa7\xfd\xa1\x91\x4b\x9b\x93\x5d\x20\x13\x3a\xff\xf6\x08\x43\x51\x9e\xed\x7a\xc0\x41\x94\x68\x9b\xe8\xc6\x05\xd9\x3f\x0e\x42\x3c\x86\x00\x5f\x68\x28\x83\x6c\xd2\x76\x6f\x9f\xbc\x1c\x0b\xda\x75\x59\x93\x76\x6e\x8b\x46\x10\xa9\x02\xe5\x16\x7a\x20\x2f\x0e\x57\xf7\x40\x8b\xf4\xc7\x16\xc8\xb3\x97\x0f\x95\x41\x04\x7e\xdb\x74\x09\xac\x70\x70\x35\xf1\xb7\xa3\x5e\x3f\x66\xdb\x0d\x63\x02\x02\x7f\x33\x91\x72\x90\x34\x07\xb4\x1e\xf4\x31\x99\xd8\x01\xc8\x9e\x09\x68\x27\x0c\xaa\x42\x33\x0d\x73\xb2\x35\xe2\xa0\x41\x7d\x5a\xc3\x1d\x69\x77\xed\xa1\x23\xe4\x24\xde\x58\x32\xe6\x69\xcb\x6a\x1a\x95\x45\x2b\xab\x25\xf3\xdb\xc1\xa1\xa2\xc8\xb0\x12\xd1\xd0\xc1\x5f\x27\x35\x15\x43\x57\x0f\xb6\xbe\xe3\x90\x47\xb8\x94\xd2\x90\x95\xb3\xa7\xb0\xe9\x42\xf7\x05\xa4\x78\x22\x68\xd2\x89\x1f\xcf\x2d\x1d\x8a\x58\xce\x74\x21\x64\x98\x46\xc7\x77\x75\x06\x41\x7c\x57\xcc\x4e\xce\xfc\x58\x0b\xfc\xb5\xfb\x40\x46\x43\x55\xb8\x57\x2f\x23\x5f\xfa\x92\x06\x22\x81\xe3\xbd\xb6\x23\x1f\xfa\x74\x1e\x29\x7c\x8a\x74\xc0\x0e\xfd\x81\xf3\xaf\xfb\x6a\x78\x50\x17\x47\xbb\xf6\x94\x5d\x9e\x8f\x0a\x28\x91\xec\x0c\xc4\x0e\x39\x01\x87\xc2\x72\x40\x4f\x16\xac\xe3\x4c\x99\x8d\x91\x99\x3b\x1f\xab\x68\x54\xba\xed\x5a\x3e\xe8\x98\xfb\x65\x06\x26\x0b\x02\x76\xd3\x31\x6e\x29\x14\xb1\x70\x6c\x39\xc0\xab\x5f\x69\x54\x3b\xe2\x53\x66\xbf\x68\x5a\xb1\x68\x15\xc8\xc6\x24\x48\xce\x31\x5d\x1b\x6c\x73\x98\x3c\xae\x94\x79\x47\x72\x1a\x2b\xa6\xeb\xe8\x47\x20\x32\x78\x75\x40\x75\x59\x53\xb8\x56\xa0\x95\x94\xe9\xf4\x43\xbd\x1b\x5e\x65\x04\x10\xa7\xd4\x6f\x85\x43\x4d\x71\x5a\xe5\xea\x29\x44\x08\xbb\x00\x59\xe6\x94\x9a\xc7\xb3\xea\x83\xa7\x01\xe8\xd3\xb6\xd0\xb0\x37\x45\x6a\xb5\x18\x72\x14\xa9\x55\x8f\x2b\x7d\x9a\xe3\xb3\x27\x1d\x6f\x3f\xb2\x40\x23\xa7\x25\xd8\x3b\x68\x1c\xeb\xc7\xb0\xfa\x89\x59\x57\xf1\xb9\xa5\xa4\x59\xb4\xcf\x4c\xa6\x79\xd6\xe7\x43\xd1\xcb\x95\x2e\x41\x36\xa0\xf5\xb7\xcc\xfb\xed\x90\x01\x0a\x65\xe4\x3c\x33\x2e\x85\x0b\xc6\xbe\xe7\x6c\xfa\xf5\x03\x89\xb4\x50\x63\x94\x4f\xbf\x1e\xd0\x8b\x12\xea\x1f\x91\xc9\x86\x25\xb4\xb2\xa7\x50\x4c\x13\xb5\x65\x58\x85\xa0\xea\x8d\xa9\x83\x25\x71\x5e\xfc\x56\x60\xd3\xe4\x80\xe3\xd8\x70\x6e\xfc\x56\x90\x1e\xee\x90\x53\x40\x87\x94\xa7\xa1\xae\x3e\x4f\x20\x6d\xae\xf3\x87\x57\x38\x57\x55\xa8\x20\xed\x40\xde\xe9\xc4\x43\x31\x89\xdc\x16\xb5\x38\x83\x6f\x2b\x07\x08\x85\x37\xbc\xe8\x4a\x55\x4d\x17\xe2\xed\x8d\xac\x05\xff\xd7\x45\xe8\x63\x8f\xd4\xaa\x60\x32\x52\x4a\x9d\xbe\x07\xdd\x0b\x9b\xcf\x57\x9d\x07\x8b\xe7\xb4\x85\xd1\x49\x75\xd1\xb9\x6e\x98\xab\x1d\x4b\xd6\x0a\xa2\xe7\xed\xe3\x30\xea\xac\xa2\xc9\x7a\xe5\x94\xbd\x6d\x19\x8d\xc6\x7a\x3b\x93\x13\x42\x93\xae\x48\x97\x58\xaa\x6e\x27\x3d\x47\xd6\xf1\xc5\xe7\x33\x63\xb6\xc1\x3c\x8a\xe4\xed\xd8\xd3\x3d\x85\x8a\x3b\x82\x6d\xdc\x3e\xc5\x38\xd6\x1d\x6a\x16\x75\xe3\xb6\xca\xc9\x11\xe3\x6c\x8b\x1f\xbd\xd2\xd9\x16\x2b\x52\xb2\x02\xcd\x7a\xdd\x02\x69\x3d\x38\x7e\x14\x5a\x56\x1a\x44\xe8\x0b\x52\x7b\x94\xd5\x29\x99\x7d\x43\xbc\x9c\xb6\x99\x46\xb1\x53\xa4\x19\xb1\x6d\x0b\xb2\x99\xe2\x4a\xdd\x21\x67\xdd\x09\xe4\xfb\x7b\x1f\xd0\xb1\x03\x90\x8b\x23\xcf\x22\xe8\x4c\xab\x96\x51\x43\x09\x36\xdb\xd2\x8d\xe3\x4d\xcb\x11\x50\xe9\x3a\x38\x59\x89\x44\x8b\x72\xa9\x50\xb4\x92\x29\xf1\x9d\x8e\x2b\x66\x02\xc7\xa2\x1d\x9c\x2b\x3c\x47\x90\x91\xc9\xd8\xda\x5a\xca\xa6\x66\x2f\x8d\x3e\xdc\x07\xd3\xe7\x53\xaf\x06\x59\xb1\xb8\x1e\xe4\xe4\x23\x80\x08\xa6\x85\x32\x4e\x80\x49\xd4\x79\xb0\xd1\x71\x79\x95\x40\xe2\x21\x88\x8c\x13\x12\xa5\x51\x28\x14\x56\x34\xad\x0e\xf4\x7c\xd8\x9c\xce\x0f\xa8\xbb\x2a\xe3\xb8\x1d\x9e\x34\x82\x8f\xb7\x53\x56\xfe\x66\x5c\x74\xea\x1c\x29\x61\xab\x8e\x4d\x1b\x31\x17\x39\xeb\x5d\x4e\x88\x69\x96\xc7\x4e\x9c\x93\x45\x00\x25\x93\x30\x7c\x7d\x4e\x48\x08\x1c\x60\x81\x47\xea\x4a\xda\x0a\xfa\x52\x4b\xaf\x16\x7c\x6d\x5f\xbb\x82\x9f\x02\x7d\xe9\xe4\x01\x81\x17\x20\x85\xee\x1c\x29\x3b\x14\x11\x3b\x80\x8a\x07\xb2\x03\x4a\x12\xa9\x29\xd4\x64\x72\x24\x29\x77\xc0\x92\xb1\x53\x55\xbc\x92\x31\x3f\xec\x55\x3f\xe0\x4d\x64\xc9\x1b\xe9\xf2\xad\x8c\x76\x94\x39\x2f\x1e\xc3\x70\xb8\xd9\x08\x87\x79\xd8\x3a\x12\x7d\x56\xf1\x66\xf5\xd3\xa5\x48\x36\x96\x54\x45\x9b\x95\x86\x3a\xf7\xf0\xb1\x1c\x9d\xf9\x61\xab\xdc\xf9\x37\x88\xdc\xe4\xcd\xfb\x20\x30\xdd\x0e\x73\xe7\x9c\x5e\xfd\x83\xbb\x44\x8a\x4c\x9e\xb4\x8e\x3d\x5a\xf3\xc3\x5c\x36\xfc\xd0\xb9\xf3\x72\x0c\x3d\x6e\xdb\x31\x1a\x50\x51\x9f\xa9\x59\xb5\x5c\xcc\x33\x14\x7d\x04\x54\x42\x2e\x76\x8d\x53\x10\x8c\x30\x4b\xc5\xc2\xd5\x68\xdf\x0f\x38\x29\x2c\x58\xc1\x70\x35\x4a\xb4\xf3\x13\x8c\xe3\x03\x1a\x03\x66\xcf\x21\x92\x71\x38\x2b\xdc\x8d\x30\xe9\xd3\x39\x07\x4a\x45\x9f\x73\xce\x81\x86\x40\xe1\x70\xb7\x08\x09\x8e\x76\xdb\x0f\x18\xa4\xc3\xdd\xc6\xf1\xe9\xc4\xba\xcd\x15\x70\x91\x6c\x26\x5a\xd1\x6f\x35\x7a\x86\xd2\x11\x90\xf5\xf0\x74\x36\x82\xbd\x15\x74\x6e\x85\xc2\x1d\x0d\xa2\x50\xde\xba\x1a\x61\x5e\x81\x71\x35\x4a\x90\x02\xe3\x8e\x5a\xd3\x85\x64\xe7\x9a\xef\x9c\x3c\xf1\x00\xd2\x2c\x7f\x5a\xb1\xd9\xf6\x0a\x36\x56\xdc\xd9\x6b\x0a\xa1\xab\x11\x16\x1d\x18\x17\x23\xae\x03\xe3\x3a\xcc\x89\xb8\x38\x44\x45\xc7\xc5\x5d\x23\x65\xca\xa9\xd7\xf2\x5d\xd7\xdd\x08\x7a\x30\xf5\x1e\x25\x5d\x28\x29\xd2\x95\x66\x4c\xa1\x25\xe0\xe3\x93\x12\x72\x41\x2f\xe1\xc6\xc4\x89\x04\x1b\xa4\xfd\x44\x88\x44\x88\x7a\x3a\xc9\x78\xcf\x3c\xca\x09\x3a\x62\xc1\x7d\x72\xc3\x13\x0c\x6e\x33\xa6\x20\x74\xff\x96\x78\x72\x41\x9e\x9e\x0c\x25\x24\x0a\x46\xb7\x31\x4a\xb3\x4a\xd6\x93\x95\x9c\x3c\x50\x02\xc4\x5b\x73\x40\x87\x36\x05\x7d\x4c\x47\x0a\x31\x66\x29\xb7\x57\xd6\x55\x66\xbf\x01\xd5\xeb\x4e\x68\x8d\x90\xe4\x64\x6f\xf1\xd6\x3e\x2d\x31\xfc\xd6\xa1\x8f\xe1\xcc\xa4\x4c\xd8\x65\x4f\xa1\x62\x35\xcb\x95\x4f\x49\xc0\x98\x76\x95\xda\x08\x39\x4d\x21\x73\xa4\xde\x5c\x90\x79\x18\x44\xa0\x90\xb9\xd2\xd1\x9f\x5e\xd6\x58\x72\x42\x11\xb0\x16\x2b\x90\xe2\xce\x7a\x65\x0d\xc8\x90\x96\xa3\xdf\x71\x67\x11\xcd\x14\x68\x56\x06\xb4\xe5\x34\x68\x23\x47\xfd\xcb\x5a\x09\xf4\xeb\xd0\xb2\xab\x6f\x29\xd4\xa5\x3c\x98\xb3\x62\xc9\x08\x5f\x3b\x9d\x85\xe2\xd8\x63\x3e\xe2\xfe\x74\xe6\x4f\x39\xcc\x6a\xc4\x16\xe5\xa1\x20\xce\x6b\x41\x0a\x91\x85\xc1\x29\x6b\xd9\xb1\x45\xe6\x75\xba\xfb\x11\x29\xe1\xe5\xab\x49\xe5\x53\xaa\x84\x4e\x3d\x7d\x8a\x60\x8e\xbf\x81\x75\x13\xc1\x96\xc3\x5f\xa9\x30\x6a\xdc\x48\x2f\x08\x88\x61\xfa\x0e\x27\xa7\xce\x8b\x14\x09\x59\x22\xbb\x60\x63\x09\x53\xb4\x5b\xcd\x29\xfc\xe2\x50\x2e\x01\x7d\xd0\xc0\xd7\x5f\x93\x91\x31\x27\x1c\xd2\x29\xb4\x14\x0a\xa1\xbe\x9d\x6c\x20\x9e\x68\xe7\x3c\x18\x91\x38\xde\x36\xf2\xb5\x40\xe2\xcf\x47\xaa\xf6\x4f\xfe\xd6\x05\x79\x72\x91\x75\x7d\x53\xf0\xc2\x62\xa1\x70\xb7\xd2\xd1\xe5\x1d\xed\xd6\xd8\x9a\x4e\x29\x56\xf7\x7c\xa7\xe0\x2e\x0c\x58\x6f\xe4\x4c\xfc\x6a\x0a\x59\x3b\x12\x3e\xf5\x46\x41\xce\x40\x74\x8d\x21\x2b\xef\x78\xb6\x38\xfc\xdf\xc3\x6a\x00\xd8\x70\x75\xa9\x05\x54\xc2\x4c\x8e\x12\x45\xb0\xf5\x58\x41\xde\x9c\xa6\x35\xed\xbc\x9d\x3d\x03\x64\xad\x10\x47\x52\x7a\x3b\x63\x38\xf6\x1d\x87\xb4\xb5\x96\xaa\xe5\x93\xde\x76\x41\xe4\xbb\x00\x72\x16\x8a\x94\x59\x3b\x6e\x29\xb4\x42\x53\x53\xaa\x53\x10\x1a\x79\x8b\xa2\xc7\x07\x9d\x5b\x10\xf3\xea\x7c\xf2\x23\xdf\x3d\x74\xea\x30\x3b\x32\xfe\x7d\x66\xc7\xc4\xcd\x7e\x52\x40\xdd\x1e\x77\xa0\x03\xea\x3a\xd2\xb2\xe2\xe9\x8e\xa8\x89\x6f\x47\x8b\xc0\xab\x15\x4d\xf7\x91\x3b\x48\x87\xf1\x59\xc8\xe9\x18\xfd\x96\x52\x8d\xf1\xd3\xaa\x84\x38\xb6\xf7\xdb\x0f\x3e\x6e\x81\x24\x08\x99\xce\x87\x1e\x82\x4a\xd4\x84\x73\xb7\x1c\x3b\x36\xbb\xb1\xd9\x7f\xeb\x61\x0c\x47\xd3\x31\x60\xdf\xe1\x3e\x9c\xed\x69\x41\xca\x7e\x57\x52\x76\x2b\xed\x6a\x03\x22\xe9\x3d\x90\xae\x6a\x6d\xe9\x50\xee\x36\xa3\x3d\x1c\x2d\xe7\xcb\x60\x0b\x52\xca\xe9\xa0\xa6\xeb\x0b\x44\xfa\x0c\xbf\x0d\x35\x1a\x78\x0e\xa7\xf7\xdb\xe8\x62\x58\xda\x3d\x52\x6a\x91\xff\xa4\x59\x5f\x11\x1f\x69\x48\xeb\x56\x99\x0d\x67\xd2\xc6\x63\x35\x36\x27\x70\x3d\x19\xbf\xf3\xab\x6f\x94\xc1\x42\xbd\x1f\xc7\x06\x0b\xad\x8c\xc4\x89\x59\x33\x3b\x84\xa7\xb5\x34\x64\x0d\xbf\x82\x82\x8f\xd9\x0f\x64\x4e\x73\xe4\x53\xe5\x9e\xb9\xd2\x8b\xe8\xaa\xa6\x1d\xef\xe5\x93\x61\xa3\xad\x1c\xd4\x75\x84\x39\x22\xdc\xd8\xcc\xed\x82\x1f\xd9\x8b\xf3\xe5\x10\x53\x67\xa6\xe5\xe0\xc7\x8a\x3b\x94\x95\x2f\x7e\xf8\xa1\xa4\x7c\x8a\x03\xf9\x11\xd7\x1e\x9b\x8f\xd2\x9a\x2e\xb4\x07\xd0\x2e\xc7\x6e\x39\x90\xf9\xd9\x7d\xf5\xd3\xbc\x76\xec\x38\xd4\xbc\x3f\xc7\x8e\x72\x6e\x1b\xc3\x50\x9c\x5b\xb9\xa0\xd0\xdd\x61\x9b\x18\x43\x87\x02\xdd\x8a\xaf\x4c\x2e\x48\xa7\xe5\xa7\x59\xa7\x64\xcc\x87\x0f\x4f\x56\x3e\x74\x8c\xe9\xe7\x4b\xcf\x73\x30\x60\x9e\x29\x94\x28\x98\x59\xdf\x7d\x57\xc6\x77\xc6\x16\x68\xf6\x66\xc6\x3c\x14\xaf\x16\x3b\xff\x70\x7c\x5a\x2b\xc1\x01\x8b\x9e\xcd\x9a\x23\x11\x69\x8d\x4f\x61\x53\x27\x48\xe8\xe0\xcd\xfa\xed\xb7\x45\xc7\x2b\x2d\x49\x85\x2c\x69\x88\x73\x37\xa0\x2d\x7e\xd0\xff\xee\xe3\x33\x83\xb1\xf6\x90\xc9\x55\xfc\x6e\x4b\x97\x38\x17\x5a\x40\x89\x05\x9f\x66\x44\x4f\x41\xc0\xe2\x58\x96\xc1\x22\x56\xc6\x85\x15\x38\x5d\x78\xc7\x33\x48\xa7\x23\xe9\x6c\x2a\x87\xb2\x61\xff\x1c\x84\xb2\x61\x3b\x1d\x07\x02\xd7\x95\xba\x55\x08\xec\x40\x3e\xdb\x2d\xc7\x8d\xc3\x0a\xc2\xe7\x4b\x5f\x88\xdc\x52\xc8\xe4\x5d\x80\xf7\x3a\x9f\x2c\x53\x8d\x43\xc1\x01\x44\xc8\x8d\x43\x7e\x57\xa2\x0f\xc7\x01\x95\x58\x84\x19\x87\xa9\xe4\x4c\xa1\x97\x9a\x32\xa9\xbf\xd8\x85\x9c\x69\x62\xf5\xd8\x00\x25\x48\x9e\x81\x7c\xea\xa6\x1d\x02\xe2\xd8\x7f\x8a\x6b\xeb\x1c\xe6\xe3\xb0\xfd\x18\x43\xeb\x70\x16\xcc\x16\xfa\x3a\x10\xfd\x3b\x2d\xc9\xdb\x5a\x32\x25\xba\xdb\xc7\x79\x31\x0e\xcb\x78\x41\x88\xb4\x54\x67\x0a\x9b\x37\x07\x13\xe4\x13\x12\xb6\xac\xa7\xf0\x7b\xdd\xd3\x25\xec\x2a\x0d\x69\xe5\x33\x5f\x3a\x22\x37\xe2\x0b\x87\x93\x25\x55\x62\x5d\xc7\x41\x6a\xac\x33\xf8\xad\xf9\xc3\x5c\x37\x8e\x30\x33\x06\x6a\x2f\x18\xdc\xdf\x99\x3a\x2a\x27\xca\x81\xe4\x06\x45\x1f\xd6\x6a\xb3\xb8\x5c\x54\xed\x8c\x0c\x5d\x20\x53\x2f\x39\x6e\xe0\x57\x76\x56\xb0\x0f\x13\x38\x48\x40\xca\x82\xca\xef\x15\x16\x7e\x70\x0f\xd0\x82\xd3\x28\x4e\xb3\x47\x33\xca\x26\x56\xfc\x56\xc9\x82\xb4\x0a\x16\x3e\x06\x29\x83\xb2\x37\x0a\x44\x9c\x0f\x59\xfa\x7c\xa9\x4d\x05\xbd\x97\xee\x55\xd8\x80\x44\xc3\x5b\xca\x7c\xc4\x7d\xda\x61\xa2\x1b\xa0\x95\x9a\xc2\xa7\xc3\x0d\xfd\xd8\xe0\x3d\x8a\xe3\x6b\x8f\x74\xca\x53\x58\x3b\x90\x06\x16\x64\x17\x91\xb4\xc6\x11\xac\x10\xb7\xd2\x90\x1c\x0a\x44\x52\xf2\xa1\x19\xd2\x95\x56\x75\xa6\xb0\x42\x8e\x7f\x0b\x8d\x38\xfe\xad\x65\x97\x17\xd2\xfa\xb3\xad\x14\xf0\x56\x76\x48\x91\x78\xb7\x6c\x7a\x62\xda\xd0\x4d\x46\xb1\xd8\x93\x05\x33\x4f\xc2\x84\x31\x8a\x8f\xb5\x1e\xc8\x3c\xbc\x05\x7c\x8b\xe0\x8d\x9f\x83\xd8\x08\x13\x18\x4e\x02\x34\x50\xe1\x47\xf5\xe3\x76\x4c\x89\x42\xda\x8e\x13\x8e\xe0\x88\xb6\x81\x42\x3f\x14\xd1\xb6\xb0\x4d\x5d\x5b\x4d\x7a\xda\x15\x33\x81\xd1\x54\xcb\x3e\x10\x82\x23\xda\xc2\x1f\x14\xd1\xb6\x9a\x3d\x01\x95\x09\x94\x9d\x5b\xd9\xc8\x25\x20\xeb\xd0\x00\x7d\x4e\xd8\x03\x38\xaa\x67\x7e\xd0\xae\x93\x47\xc3\x59\x1c\x7b\x56\x91\x51\xfc\x7a\xff\x8e\x07\x65\x54\x1b\x99\x46\x0a\x2d\x98\x0e\x70\x97\x60\x3a\x3e\x13\xe6\xdd\x39\x40\x48\xae\xc4\xd0\xa9\xdf\xe7\xdf\x11\x86\x47\x25\x47\xdf\x95\x52\x6b\x59\x2d\xe0\x5a\xa4\xce\x69\xe4\x68\xb3\xcc\x9e\xa3\xcd\x1a\x86\x9d\xa1\x88\xb2\xa3\xdb\xc0\x39\x4e\x5b\x92\x6c\xcb\x1a\x7e\x6b\xbf\x72\xac\x9e\x24\xfe\x83\xde\x4f\x0e\x8a\x96\x76\xac\xe5\x8c\xf4\x29\x6e\x31\x52\x17\xf4\x06\xa0\x53\x32\x78\xc9\xfc\xd8\xfe\xe5\x0b\x51\x0b\x34\x73\x43\xb4\xf5\x2b\xfb\x1d\x46\x43\xf8\x17\x7a\xf2\x50\x4c\x57\x25\xa2\x6a\x9c\x16\x57\x07\x08\xe9\xe9\xc1\x0b\xe2\x3b\xb9\xe5\x98\xaa\x4e\x63\x87\xad\xcd\x79\x09\x3f\x6b\x4d\x82\xb1\x30\xea\xd3\xce\x68\xec\x01\x43\xa1\x51\x95\x70\x92\xa1\xc8\xa8\x8a\xfe\x36\x4e\xa7\xe1\xcb\x39\xa2\x40\xa9\x8a\x51\x73\x9c\x0e\x68\xc1\xcb\x32\x1c\x36\x85\x23\x69\x5c\xbe\xdb\x40\x20\xf3\xb8\x30\xf7\x41\x44\x0a\xa3\xaa\x98\xe6\x86\xa2\xa8\x8e\xc6\x04\x29\x6c\xaa\xd7\x3d\x35\x9b\x6a\x1e\x40\xf6\xc0\xd8\x42\xe2\x37\xed\xf6\xd1\x52\x78\x0b\x81\x40\x8e\x75\x09\x72\xde\x71\x23\xad\xda\xc8\x80\x48\x7a\xe1\x71\x81\x16\xfd\xbc\xfd\xc0\x1c\x30\x2e\xec\xd7\xf0\xac\x0b\x0b\x0e\xb2\xae\x63\xa7\x76\xbc\x2c\x43\xc1\x53\x15\x13\xd7\xb8\xfc\x9a\x0b\xb2\xb6\x33\xbb\x11\x66\x35\x2e\x1e\x99\xef\x40\xe2\xe2\x99\x1f\xbf\xdf\x92\xc9\x1b\x3e\x2c\x7f\xf8\x7e\xc3\x39\xae\x1b\x5c\xe9\xff\x06\x57\x50\x77\x1a\x24\x76\x8a\x02\xab\x6a\xce\xf6\x4b\x8a\x49\x44\x0f\xbd\xd1\x77\xb4\x96\x32\xe9\xc2\x25\x8d\x6a\xab\x66\xa1\x6f\x0c\x51\x69\xd4\x98\x03\x4d\xdf\x59\xa3\x7b\xcc\xd5\x68\x34\x3c\xe0\x77\xa6\xd0\xcc\x1f\x4e\xd7\x10\x07\xe1\x16\x0d\x9f\x06\x5b\x57\xe1\x51\xb5\xee\x29\x3c\x05\x9d\x40\x90\x77\x0a\x45\x40\xd0\x48\x83\x11\xf7\x80\x66\x42\xb0\x12\x27\xd7\x6b\x39\x8f\x9a\xef\x73\x11\x9d\x3a\x1a\x54\x02\x1d\x34\x42\x4e\x58\xc0\x86\x1e\x5a\x03\x0a\x43\xb4\x52\x25\xf7\xac\x39\x55\x14\x03\xb5\xaa\xa6\x5d\x6d\xb9\x3d\x1f\x7a\xcb\x41\x4f\x0d\x15\x03\x36\xd4\x4c\x0a\x48\x1b\x0d\x15\x23\x93\xa4\xc5\xc7\xed\xe2\xe7\x05\x2b\xc1\x2a\xa3\xdd\x0c\x3c\xa0\x8f\x44\x8e\x2b\x87\x28\x8d\x68\xcd\x0d\x79\x0c\x21\xb5\xc1\xd5\x39\x1e\x14\x5b\x54\xeb\x91\x42\x9f\x74\x2c\xa3\x62\x8b\x6a\x45\x42\x54\x34\x51\xad\xe8\x5d\x8e\x26\xaa\x47\x6a\x9a\x7d\xc0\xc1\x08\x19\x8a\x72\xe7\x97\x63\x07\x12\x61\x87\x55\x7f\xea\xc2\x06\x2e\x40\xc5\x33\x31\x9d\x1d\xf1\x08\x1e\xd1\x9d\x33\x21\xfa\x9c\x13\xa1\xb5\x9c\x08\x9d\x65\xda\x81\x2e\x41\x29\xb3\xa7\x01\x14\xfc\xae\x29\xa7\x69\xc7\x9a\x0f\x3f\xe9\x8a\x6a\xab\x1c\xc4\xdd\x51\x91\x99\xeb\x8e\x05\x80\xb3\xa3\xf3\xde\x1a\xe8\x65\x21\x52\x57\xeb\x9b\x5e\x26\xc8\x52\x57\xe7\x32\x91\x90\x43\x29\x9c\x5a\x0f\xea\x4e\x8b\x70\x64\x4a\xe4\x63\xc7\x71\x3f\x88\xfe\x89\x02\xe9\xfc\x4e\xf5\xd3\x8e\xed\x15\x30\x29\x85\xff\xd4\x5a\xd2\xa5\x6d\xd0\x57\x1a\xf2\xf5\xe6\x3d\x0d\xd9\x37\x34\x82\xae\x49\xf7\x83\x83\x9f\xd7\x83\x51\x0c\x2c\xa5\x54\x1e\x6c\x70\x4e\x37\xbf\x32\x79\xc1\x72\x87\xdd\xf0\x38\x09\xc7\xc8\xf2\xa7\xee\x70\xc3\x29\x9d\x06\xf3\xed\x43\x2f\x71\xa7\xd0\xcb\x7f\xa5\xd0\x24\x98\x86\xc0\xd0\x0b\x3e\xa4\xc6\x55\x04\xfb\xa1\x07\x12\x08\x2a\x1f\x03\xae\xff\x01\xfd\x2c\xde\x05\x64\xe5\x86\x29\x74\xa0\x4f\xfb\x0c\xdc\x1b\x11\xee\x49\xf4\x4e\xfd\xf1\x9d\xf9\x55\xd7\x0f\xdb\xa6\x59\x86\x7d\x02\x8a\xa7\x94\x14\x8a\x02\x4b\xca\xc4\x52\x10\xc3\x86\xa3\x64\x3f\xf3\x75\x33\x6a\x10\x52\x06\x8d\x13\x8e\xe8\xf8\x9d\xbd\xa4\x13\x6d\xfd\x33\xc7\xc2\x70\x1c\x61\x4d\xa1\x1c\x6c\x48\x0e\xb7\xcf\x7f\x8e\xd4\xdb\x86\x1c\x9c\x91\xe3\x66\x77\x5f\xa9\x2b\x0a\x44\x02\xe1\x09\x47\x0e\xd4\xdb\xf7\xd4\xb2\x28\xce\x04\x85\xcb\x75\x38\x13\xd4\x8e\x1b\x73\x38\x28\xa7\xfd\x86\x82\x76\x0f\xe8\x39\xd2\x26\x26\x4c\x27\x78\xfa\x48\x36\xca\xda\xd4\xae\x33\x85\x12\xf6\x22\x90\x90\xa8\x29\x33\xed\x87\x18\xaf\xce\x24\x10\x79\x13\xeb\x83\x42\x6f\xea\x07\x7b\x3d\x1e\x53\x52\x55\x8a\x77\x04\xce\x1b\xc1\xeb\x0a\xd8\x3c\x96\x0e\xc8\xb8\x53\x3a\xdc\x29\x03\xbf\x19\x38\xe8\xfb\x98\xe5\x8c\xf3\x43\x8b\x9f\xa3\xdc\x0f\x2d\xb6\x88\x0f\x7e\x68\xf1\xea\x9f\x52\x4f\x0b\x0d\x99\x17\xc0\xe4\xfc\x08\xe3\x88\xe9\xc2\xf1\x37\x95\x53\xe1\xb6\xa6\x84\x5b\x76\xe4\xd1\x45\xce\x22\x87\xdc\x54\x8e\x0c\xe7\x76\xaa\x67\xaa\x4a\xdc\xe3\xfc\x98\x49\x5e\xdd\x01\xc5\x70\xe0\xfb\x93\xbd\xcd\x51\xa9\xa8\x9a\x86\xaf\xc3\x2f\xaa\x2e\x0c\x76\x40\xf3\xce\x2b\x0d\xb1\x6a\x03\xd0\x6f\xe0\x05\x3d\x16\x8d\x42\x5f\x61\xc4\x55\x3c\x14\x72\x53\x2b\x86\x82\x39\x8c\x2e\xcd\x2a\x8a\xa6\x9e\xf9\x50\x21\x12\x9c\xeb\x13\x17\x5d\xf0\x93\xf1\x39\xe6\x53\x67\x74\x22\x74\x60\x10\x54\x83\x8b\x79\x38\xdf\xea\x47\x68\xe1\x55\xc7\x11\xc8\x49\xb8\x33\xd3\xbc\x49\x0b\xae\x0e\xab\x89\xaa\xeb\x9c\x4e\x03\x12\x73\x20\xcd\x47\x40\x98\xd0\x54\x26\xcc\xe1\xa3\xd1\x75\x27\x5e\x5d\xa4\xbc\x69\x9a\xe2\x90\x50\x74\xcc\xb1\x65\x6e\x91\x08\x38\xb5\x1c\x1c\xb3\x07\x05\x9d\x3d\xdc\xd1\x18\xd3\x12\xc0\x95\x32\x47\xd1\x31\x30\x3f\x98\x7b\xa6\x4c\xdb\x15\x96\xfa\x30\xff\x80\x51\x2b\x88\xa5\x70\x79\x7e\x3c\x2c\xef\xc1\x3d\xfc\xe2\xc5\x88\x46\xea\xa8\x95\xca\xae\x72\x76\xa5\x7a\xa5\x8c\x8d\xdd\x00\xc5\x25\xaf\x40\xa6\x9f\x96\x2f\x25\xac\x30\xe2\x07\x09\x54\xbd\xec\x0f\xdb\xf4\x70\x24\x0f\xa5\x50\xda\x8f\xfe\xe3\x9b\x97\x7e\xe7\xb7\xd6\x4f\x3b\xe6\x42\x08\x7b\x7e\x17\xb2\x32\x8f\x0f\xeb\x0e\x10\x93\xb3\x29\x55\x16\x87\xf7\x1d\xa3\x71\xfe\xf5\x93\x8e\xe7\x70\x58\xca\x8e\x83\x7c\x38\x2e\xa5\x0c\xf6\xe2\xc3\x71\xca\xb8\xb2\xc7\xc3\x6f\xc5\x46\x30\xd4\xc3\x19\x95\xd0\xce\xa1\x87\x33\x72\x29\x78\x3c\x88\xae\x62\xba\x2c\x42\x86\xb6\x1e\x0e\xae\xc2\x63\x38\x1e\x08\x32\x3d\x38\x28\xb5\xeb\x9e\x3e\x2d\x5f\xf6\x80\x3e\x81\x82\xaf\x48\x6d\xb0\xfb\xfc\x80\x22\xa1\x29\x7e\x08\x79\xf5\x62\x8c\x1c\x52\x52\x99\x05\xf2\x29\x41\x24\xcf\xe8\xf3\x40\x7a\xd5\xaf\xe7\xbb\x87\x7b\x2c\x80\x66\x15\x20\xf0\x34\xab\x68\xf9\x52\x64\xc9\x40\x48\x99\x84\xd4\xf2\xc4\x15\x45\x33\x83\xfe\x2f\x40\x1b\x4b\x03\x99\xe3\xa0\x2e\x28\x52\xa3\xd6\x0f\xc4\x97\x34\xeb\x74\xf0\x10\x89\xc2\x36\x7a\x68\x56\x51\x1b\xc7\x38\x52\xe6\x43\x03\x09\xe6\xc9\x06\x47\x18\x77\x10\x47\x65\x9a\xfd\xee\xdf\x76\xa5\xcc\x9b\x3f\x33\xc2\xe6\x47\x53\x24\xb9\x51\xf9\x74\x63\x0e\x94\xf9\x72\xa8\x5c\x44\x77\xd2\x1b\x11\xbc\x33\x9c\xb2\xfb\xe2\x16\xf0\x20\x87\x11\xf9\x19\xc6\x13\x6f\x3a\x4a\x8a\x1f\xe0\x6b\xd1\x10\x9c\xc4\xe8\xea\x30\x88\x27\x67\x4c\x96\xd4\x1c\x02\x94\x49\x6a\x44\xc4\xca\xf0\x43\x7b\x17\x52\xd6\x0b\x0d\x11\x55\xce\x89\x8a\x6a\x4f\x55\xcf\xcb\x05\x34\x9d\x62\x1c\x08\xd2\xa0\x13\xef\x57\xb0\x7d\x39\xdc\x92\x70\x92\xe1\x17\xed\xf6\xf8\x5e\x9c\x27\x68\x70\xe1\x7f\x90\x19\x08\x4f\xf0\x70\xc0\x46\xab\xcc\xd2\x6b\xd0\x0f\x48\xd8\xb8\x8f\x2b\x7a\x38\x64\xa3\x06\xfb\x9b\x91\x82\x85\x2f\xb4\xb3\x47\x5f\xde\xc0\xc1\xc1\xd2\x25\xca\xc5\x0b\xf2\x40\x2a\x7c\x41\x1e\x99\x31\x3b\x92\xb8\xd9\x3d\x5e\x96\x20\x51\x2d\xf5\xd4\x5c\x0f\x67\x7a\xb1\x63\xd3\xae\xfc\x48\x15\xfd\x4b\x81\x17\xb5\x66\xd8\xd2\x00\x3f\x3a\x1f\x01\x12\x71\xf7\xbd\xbd\x63\x11\x2f\x1d\x02\x51\xd1\xbe\xde\x16\x03\x51\x6f\xf4\xe2\x5a\xcf\x9e\xf4\x73\x25\xe1\x52\x8e\x80\x68\x25\x65\x16\xfb\x98\x3b\x07\x3d\x9c\x90\x90\x33\xfc\x5c\x5c\x2d\x1b\xce\xd3\x53\x39\x59\xdf\x18\x50\x19\xf3\xdb\xfc\x77\xfc\x30\x5f\xec\xaa\xda\xdc\x27\xc8\x2a\x44\x2b\xb2\xd0\x7b\x30\x66\x46\x69\x7d\x20\xb2\xb9\xc3\x1e\x08\x24\x1f\x8a\x7a\x28\x27\x1b\xf8\xcd\x4a\x23\xc9\x29\xce\xa1\x9e\xd0\xb4\xe3\x1c\x2e\x42\x40\x93\x3d\xbb\x7e\x3e\x35\xf5\xb1\x28\xef\x2c\x2e\x73\x6b\xff\x4b\xb4\x19\x5e\x3e\x88\xc8\xad\xf8\x82\xe3\x84\x2e\x1c\x41\x10\x63\xab\x22\x08\x56\x55\xda\x55\xa8\xe0\x07\x41\x67\x2c\xef\x69\xc6\x9b\x39\x7d\x5a\x1f\xcc\xb0\xad\x0e\x46\x00\x7f\xb3\xb5\x3f\xa0\xcf\x00\xef\x74\xbf\xf0\x51\x9a\x97\xfb\xde\x1c\xd0\xea\xd9\xbd\x37\xfb\x02\xf1\x84\xdf\x1b\x6f\xdc\x7e\x40\x67\xfe\x4e\x5d\xdd\x10\xb5\x4c\x71\x3b\x6e\x81\xcc\x6b\x0b\xb4\x70\x59\x52\x6a\xfa\xef\x40\x4a\xb2\x65\x25\xe9\xde\x1c\xfc\x4a\xac\xc0\xbd\xa1\x46\x0e\xbe\x14\x1f\x20\xe5\xc5\xad\x34\x3b\x95\x2b\x4c\xf7\xe6\x58\x3e\xcc\x11\xb7\x63\x0e\xce\x2d\x1f\x9a\x32\x82\x10\x4c\xe0\x04\x79\x1b\x75\xa1\xb1\xdb\xc9\x73\x9c\x75\x77\x41\x55\xee\xee\x06\x64\x5d\x62\xa4\xaa\xa9\xb3\xa6\xd4\x96\xc6\x14\x9a\x3a\x4f\x86\xb6\x78\x7b\xe3\xc4\xbf\x79\xb4\xaf\x83\x9f\x72\x02\x5f\xa9\xe9\x6b\x1f\x68\x95\xf7\x66\xa2\xd9\xc1\x7d\x69\x8a\xad\x9d\xf9\xd0\xc2\x41\xe6\xcb\x17\x85\x32\x10\x99\x81\x88\xd9\xbe\x37\x8e\x74\x66\x4f\xd1\x01\x85\x20\xb3\x5b\x39\x71\xea\xc6\x98\xed\xd4\x6f\xe8\x11\xf7\xee\xf7\xd8\xbd\x91\xee\x9d\x05\xcb\x87\xe6\x09\xa0\xbe\x67\xc1\xd2\x90\x0f\xe3\x7c\x8a\xf8\x0f\xf2\x72\xf2\x1f\x0d\xdc\x77\x39\x6c\x09\x94\xbf\xf7\xc5\x3f\x0a\xa9\x00\xee\x9d\x03\xc0\x7a\xe3\xad\xdc\x36\x05\x82\xbf\xf5\xa2\x44\x21\xa9\xc1\xbd\x3b\x9d\x49\x46\xa2\x78\x4f\x2e\x3d\xdc\x04\x0e\x7c\xca\x40\x8e\x91\xe8\xd5\xa8\x96\x81\xc8\xf1\xe6\x5c\x7d\x0b\x82\x23\xd0\x0e\xcb\x9e\xa9\xb4\xbc\x86\x93\xf5\xde\x6d\x69\xda\xc0\x55\xb7\xb5\x9d\x69\x6c\x41\xcc\x0f\x63\x16\x7f\x3f\xb7\x40\xee\x93\x0f\x9d\x36\xae\xd3\xc7\xa4\x0f\x10\x92\xb4\xef\x8c\xd7\x0b\xf2\x19\x57\x52\xa8\x68\xb4\x91\x42\x86\x69\xdc\x8f\x0e\xb1\x37\x40\x3f\xda\x6f\xd6\x77\x1f\x76\x9d\xb2\x1b\x9d\xd8\x06\xcb\xf9\x7d\x38\xfe\xa8\x1f\xa9\xea\xad\x7a\xfe\x98\x8b\xdf\x07\x82\x1f\x33\xa4\x47\x3f\xca\x55\x69\xc8\x29\x49\x50\xfc\x6e\xf9\xe6\x0f\x9e\x97\x5e\xa0\x6e\xa9\xed\xf9\xb2\x1b\x5d\x10\x74\xe2\x22\xb3\xcc\xfb\xc0\x7e\x70\x32\x52\x25\xc8\x42\x96\xba\xe5\xd5\xaf\x67\xda\xb9\xe9\xa4\x02\xfa\x31\x78\x3e\xc4\xe2\x53\x40\xc8\x99\x6b\x6a\x10\x72\x56\x40\xb6\xa3\x1c\xec\xbc\x49\x7e\xde\x64\xae\x41\x0b\xbb\x0f\xc7\x4d\x1e\x74\xa2\xc0\x8f\x93\x2d\x6f\x17\xfa\x99\xc9\x64\x3d\x53\xf3\x16\xc4\x12\x4d\x77\x08\x72\xf6\xaa\x12\x64\x7f\xcb\x65\x7e\x6c\xb0\x61\x7b\xc5\x2f\xc6\x51\x90\xd3\xd9\x19\xb8\xc5\x51\xfc\xee\x82\xa9\x88\x2d\x56\xbc\xd6\x96\x68\x6f\xb9\xc5\x8f\x01\x5f\x2b\xf0\xf3\x2b\xa0\xf9\x41\x20\xbd\xb5\xbe\x07\xf2\x1a\x30\xb1\x76\x8b\xc7\x5c\x76\x3b\x53\x4d\x2c\x50\xb7\x32\xd5\xd4\x93\xf9\x29\x44\x98\x05\x05\x49\x84\x27\xcb\xe7\xbc\x35\xb1\x73\xdd\xca\x5b\x73\x64\xe1\x4b\x48\xa6\x03\x36\x7d\xc9\xc0\x86\x27\x1a\xfc\x7c\x68\x1c\x4c\x09\x06\xa8\x4f\x3b\x0f\x15\x06\x59\xf3\xef\x2b\xa0\x56\x7a\x4f\x1f\x22\xa7\x02\x3a\xce\x22\xd9\x83\x2c\xd2\x45\x56\xc5\xfe\x82\x9a\x99\x96\xe8\x78\x96\x14\x7a\xde\x69\x16\xd2\xab\x69\xc8\xb6\x0c\x26\x48\xa1\x1e\x21\x20\x39\xf1\x0f\xae\x40\xde\x72\xe2\x57\x8c\xd4\xb7\x72\xd8\x1c\x17\xcc\xc2\x1e\x7d\x22\x1e\x6f\x3b\xf4\xc3\x4a\xcb\xd4\x7b\xc9\xa1\x09\x93\x61\x49\x99\xc8\x90\x63\xbb\xca\xb6\x74\xb2\x29\x2a\xd6\xa4\x2b\xa0\x57\xc0\x2a\xf5\x5d\x7d\x47\x0b\x9a\xa8\xdd\xed\x0c\x20\x5d\x7a\x62\x75\x2a\x6a\x80\xc5\x93\xbb\x42\x3e\xcc\x9c\x5c\xf4\x9f\x73\x5a\x2e\xfa\x7a\xd6\x40\x66\x1b\xe9\x52\x57\xb2\x7a\x03\x9f\xc1\x8b\x27\x40\x72\x88\xef\x29\x1b\x8a\xc7\xbd\x80\x6e\xe5\x11\x07\x55\x79\x14\xce\x9a\x36\xf5\x10\x7b\x09\x64\x7a\x60\xc6\xfd\x44\xdd\xe0\xe6\xc9\x5d\xb3\xe6\x8c\x4b\x06\xc9\xd6\xe8\xc4\x71\xb4\x39\x13\x2a\xe6\xa2\x9a\xba\x22\x81\x9a\x86\xc4\xf0\x3a\x08\x71\xb6\x7c\x1a\x1a\x3a\x4d\xc0\xe8\x36\xee\x8c\x4b\x27\x4d\xa8\xb7\x3a\x3d\xf8\x16\xc8\x62\x1f\x02\x50\xf5\xf5\x96\xbf\x25\x3e\xe5\xae\x44\xcf\xd2\x89\xcf\xa8\x4f\x3b\x16\x11\x3f\x85\x32\x63\x34\x66\xdd\x1c\x2e\x33\xeb\x20\xa1\x3d\x34\x81\x94\x9a\xc9\x94\x8f\xea\xcc\x48\x10\x55\xac\x50\xdf\x27\x82\x28\x47\xa1\x93\xd7\xa0\xe0\xdf\x67\xe7\x5d\xbd\x0b\x50\xf7\xd4\x3e\x5f\xca\x70\x7e\xa6\x4c\x54\x79\xa6\x19\x75\xf9\x81\xf4\xd2\x33\xab\x77\x9a\xd2\x90\x05\x1c\x4a\x80\x9e\x7d\x9f\x58\x1f\xd8\x86\xa7\xef\x19\xc0\x50\x94\x83\xa6\xe0\x05\xb9\x95\x83\xa6\x12\x9c\x72\x9f\x96\x5a\x60\xa2\xa7\xd9\xd2\x99\x46\x87\x09\x24\xfd\x6b\xc7\x9c\xe9\xc2\x3b\x26\x1f\x2a\xd4\x1b\x86\x71\x5a\xa4\x29\x99\x0d\x4c\x98\xb6\xd4\xdc\x0a\x57\xa8\x67\xc6\xef\xd0\xb5\x48\xab\xce\x4e\x73\x72\x26\x2b\x76\xa1\xa3\xb7\xdc\xca\x4e\x13\x9b\xf3\xad\x74\x34\xf5\x3c\xf3\x5d\x97\x83\x2e\x35\xc5\x32\xce\x40\x0e\xe6\x4e\x9b\x96\xc9\x7b\x40\xb1\x57\xce\xf9\x13\x4d\xa9\x06\x54\x42\xdd\x9e\x3e\xa0\x00\x30\x27\x34\x2d\xa5\x22\xbb\xe8\x13\x4a\x5d\x53\xf6\x60\x67\xaa\xe3\xb0\x76\x3e\x9a\x81\x3f\xe4\x3e\x27\x08\xd1\xa7\xa3\x5f\x6a\x96\xd2\x97\xac\xa0\x01\x85\x52\xd4\x93\xa3\xfc\xb2\x6a\x04\x02\x0a\xa4\x28\x39\x36\x2e\x5f\x4b\xd9\xf2\x9d\xd2\x57\x8c\x7c\x67\xd7\xdd\x91\x42\x0b\x4d\xd6\xe1\x6f\x25\x99\xa9\x27\xdc\x8e\x24\x33\x78\x2c\xef\x2b\xe7\xe1\x05\x28\x7f\x02\x4c\xec\x42\x22\x4e\x37\xba\x67\x1f\xa6\x71\xd9\x40\x82\xbb\xe6\xbe\xb8\x74\x9a\xaa\x8b\xc5\x5d\x1c\x46\x97\xf5\xa4\x8b\x91\x40\x3e\x50\xd3\x65\xb5\x38\x55\x7d\xb7\x8e\x73\x4b\xb9\x63\x0e\x62\x97\xee\x0b\x03\x08\x32\xa7\x93\xc7\x90\x6b\xe2\x26\x79\x4c\xcd\x87\x66\xa3\x23\x5f\x5a\x35\xeb\xe9\x04\xae\xca\x30\x61\x54\xe8\x5b\x97\xb9\x0f\x02\xcd\x35\xe1\xaa\x4c\xe6\x04\x07\x5a\x9a\x0e\x8f\x63\xd4\x7a\x23\xbc\x7e\x20\xbf\xfa\x90\x76\x20\x83\x80\x6b\x19\xa2\xfc\x10\x11\x11\xed\xc7\x11\x11\x57\x67\x33\x36\x84\xa8\x11\xf0\x12\x7e\x81\xac\xd1\xf7\x80\xca\xe8\xb3\xa5\x21\x44\x8f\x01\xe8\x93\xfe\x04\x32\x77\x84\x4e\x9b\xc4\xa6\x3d\x55\xc9\x0a\xf3\xe3\x5b\x3d\xb7\x83\x25\xea\x67\x2c\x0a\xa9\xe1\xda\xf0\xed\x47\x0c\x49\xa2\x74\x3b\x1c\xe2\xbc\x52\xe6\xcd\x09\x07\x6c\xe8\xcf\x3d\xa5\x5e\x24\xd8\x83\x9f\x44\x23\x6e\xe7\xf6\xcb\x7a\x11\xb4\x1b\xaa\xd2\x48\x55\xef\x4e\xc6\x25\x4b\x69\x83\x12\x9a\xce\x2f\xec\x62\xb7\x43\x25\xca\xc8\xcc\x42\x26\x9f\x52\xf3\x07\xf4\x28\x22\x27\xf0\x50\xdd\xe4\x73\xc1\x31\x7c\x37\xdf\x1b\xc6\x31\x7c\x3b\xae\x02\xf3\xf5\x4d\xca\x16\xbc\xb4\x37\x71\x15\x78\xa8\xee\xc6\xf3\xf9\x60\xa8\x73\x89\x7b\x7d\x77\x77\xea\x04\x1c\xe0\x77\xf7\xbb\xcf\x1c\x68\x4a\xd3\x92\x5c\xbd\x3c\x75\x56\xeb\x99\x42\xf1\xcc\x96\x42\x8b\x40\x30\xe2\xce\xda\x8f\x80\x2f\xf7\x62\x14\xba\x45\x66\x78\x54\xf7\x59\x84\x23\xf6\x76\xfe\x95\x8b\xfb\xc9\x77\xc7\x76\x06\xe9\x2a\x94\xa2\x90\xa4\xf8\xee\x3e\x62\x5a\xaa\x4e\x5f\x64\xd8\x01\x45\x0c\x2d\x1f\x82\x42\x3a\x95\xa8\x99\x81\xca\x09\x92\xa3\xb2\xe3\xe5\xe0\xc4\xe9\x37\x33\x1f\x50\xe7\x21\x14\xd7\x43\x1a\x4c\x83\x25\x9d\x9a\xd9\x5d\xe7\x4a\x23\x7d\xdb\xdd\xed\xf5\xc0\x79\x79\x77\x5c\xeb\x23\xa0\xe8\x11\x19\xb2\x4f\xd6\x65\x00\xea\x0e\x11\x08\x2a\x1c\xa2\xe2\xdb\xbf\x87\xcd\x1e\x6c\x0f\x85\x3f\x14\xcc\xeb\xf7\xc0\x3d\xce\xb9\x32\xac\x03\x11\x12\x77\x0f\x2f\x61\x4f\xab\x7e\x35\x01\x3a\x19\xb6\x73\xe0\x4d\xbd\x07\xde\x27\x0e\x3e\xe5\x39\x39\xc8\x79\x7c\x0f\x26\x97\xfd\xe2\x87\xa5\x4e\x16\x69\x64\x3a\x41\xd7\x57\xae\xea\x08\xa8\xfc\x3e\xc1\xf7\xb6\x3b\xe0\x48\xa1\xd6\xb7\xa7\x59\x2d\x68\x4f\x55\xef\x6e\x0e\xc9\x81\x23\x21\x0d\x39\x7e\x1b\x6b\xe8\x3d\xcc\x2b\xf1\xaf\xdc\x7e\x93\x2a\x8e\xc6\x5b\xd9\x44\x0a\xb9\xb7\x6f\x67\x08\xb9\x22\x31\xdf\x4e\xb0\x16\xe3\xde\x9d\x69\x69\x80\x52\x44\x38\xff\x6f\x87\xfb\x61\x08\xbf\x6f\xab\x74\x18\xa2\xef\xdb\x36\x7e\xac\xd4\xf7\x6d\xe2\x85\x61\x3b\x5f\x07\x56\xf2\xfb\xe6\xe1\xe1\x2d\x20\xf8\x02\x5a\x17\x8b\x75\xef\xf6\xad\xa1\xe8\xc4\xb7\xef\xdf\x46\x7b\xb5\x83\xbf\xc5\x0a\x64\x07\xff\xc0\x97\x7c\xdb\xc1\x1f\x9f\xe7\x7d\xf3\x2a\x33\xf4\x7b\x87\x91\xa4\x29\x26\x95\xe1\x31\xa9\x08\x8a\xf6\xf8\x2f\xe1\xe7\x87\x2c\xfd\xb6\x51\x6f\xe4\x43\x09\xb1\x3d\xad\xfa\x2e\x15\x94\xaf\xd8\x80\x8f\xfd\xd1\xb1\x01\x27\x8c\x78\x66\xa5\x0e\x40\x4f\xf7\x11\xd0\xc4\x8e\x3e\x3b\x7d\x72\xb5\x34\x2b\x1d\xa9\x07\x7a\xf8\xa9\x49\xa0\xb7\x3f\xf4\xa8\xe5\xef\xaf\x17\xbc\x4b\x79\x32\x2a\x0e\x6b\x3f\x82\x5c\xcf\x91\x32\xcf\x0f\x47\xca\x64\x11\x61\xe8\xbc\xb6\x84\xb3\xf9\x96\x2f\xfe\xe0\xee\xe3\xed\x9c\x16\x27\xcb\x3f\xb9\x96\xb8\x07\x74\x9f\xe0\x63\x61\x15\xd6\xea\x77\x97\x07\x57\xbc\x6f\x3f\xa8\xd4\x62\x84\xe1\x09\xa5\x58\xbf\x78\xfa\x28\xe7\x9a\x9f\x3e\x1a\x5c\xdc\xbe\xed\x61\xdf\xa3\xd5\x3e\x30\xb2\x21\x08\x3c\x2c\x43\x44\x49\x78\x58\x2e\x88\x09\x49\xae\xf3\x3d\x86\x3e\xfb\xca\x71\xaf\xdd\xf2\x95\x57\x6e\x8d\xdd\xf6\x5b\x5f\x6c\xa7\x87\xd9\x7b\x2c\x2f\x7e\x23\x28\x8e\xf4\xfb\xe1\x68\xc7\xf2\x29\x7d\x1a\xa4\xf4\xe6\xc0\xa4\x61\xf9\x45\xcf\x4f\xa1\xf9\xd5\x95\xc2\x5b\xbd\x56\x20\x99\xdc\xae\x40\xe6\x24\x48\xb0\x0f\x5b\xb5\x39\xc9\x94\x27\xa1\x5e\x6c\xc4\x07\x4f\x8d\xa7\x93\xe9\xb1\xa4\xaa\x77\xcb\x91\x76\x5e\x2a\xf4\x04\xd9\xfb\x1c\xab\x96\x12\x1a\xec\xf1\xde\xdf\x4a\x61\x50\x2f\x76\x9d\x53\x18\x90\x38\xf7\x7e\x72\xcf\xe8\x48\x21\x44\x45\x43\x4e\x2d\x9a\xba\x3a\x58\x2f\xe8\xef\xe9\x28\xd3\x98\xe7\x9c\x6f\x60\x70\x1e\xea\x19\x9e\x7a\x41\x9b\x7e\x86\x27\x0e\x15\xe5\x22\x38\x08\x47\xbd\x9d\x8b\xa0\xd7\xb4\xa2\x17\x8c\xf6\xb4\x62\x6d\x03\xdc\x38\x06\x8e\x7c\xa8\xd0\xf6\x4c\x80\xf3\x0b\x30\x91\x4f\xae\xe1\xf2\xe1\x6d\x64\x2a\x90\xec\x1e\x57\x6a\x9a\xd0\xe0\x32\x76\x53\x5f\x50\xb0\x1c\xd3\x47\xaf\x29\xa3\x7f\xe6\x86\xa7\xde\xe1\x07\x7e\x66\xe7\x0a\xe6\xba\xcf\x16\xeb\x92\xf2\x09\xd4\xd8\x7a\x94\x41\xa0\x46\x4b\x79\xfa\xc6\x6c\xac\xdf\x4a\x21\x50\xaf\xcc\xbf\xcc\x4b\x57\x90\xc3\x86\xdd\xd2\xa3\xe3\x9b\x31\x45\xbd\x4c\x02\xa0\xf3\xe2\x89\x7b\xd8\x93\x9f\xd9\x29\x99\xe6\x97\x29\xe2\x53\x68\xb2\x3b\xd2\x90\xd4\x16\x78\xd0\x0b\xb6\x57\xf2\x65\xd3\x2d\xda\x13\x48\xb7\x01\x3f\x90\x32\xfa\x73\x86\xbf\x90\xde\x5b\x0a\xa7\xac\x07\x7f\x03\xff\xb6\xdf\x3b\x7b\x9f\x37\x77\x5a\x70\xf5\x22\x70\x7c\xbe\xec\x3d\x81\xcd\xbd\x10\xee\xf0\x0a\xe1\x22\x8f\xd3\x4a\x2e\xf2\x42\x8e\xe3\xfb\xe5\xec\x7a\x31\x73\xbe\x7c\xad\x1c\xbd\xff\x45\x46\xa2\x40\xba\x8c\x0d\xf7\x79\xd9\x5f\xf2\xe9\x52\x29\x49\x6a\x20\xc5\x0c\xb0\x7a\x2f\xbf\x99\x82\xfe\x67\xb7\x3a\x51\x0d\xb7\x1d\xe7\x17\xf2\x98\x1c\xe7\x07\xb7\x96\xfc\x8e\xfc\x41\xbc\xca\xad\x34\x08\xa5\x67\x56\xc5\xac\xaf\x2c\x95\x03\xde\x63\xb9\x7d\x59\x6f\x8c\xe3\xc2\x9e\x72\x22\x09\xef\x97\xf5\x81\x98\xec\x5f\x16\x01\x61\x0a\x2f\xae\xb2\x51\x75\xda\x7c\xc4\x34\xca\xcb\x12\x4f\x8e\x5f\xb5\x2f\x1f\xc8\x6a\x34\x14\xfa\x32\xf5\x86\x1e\xa6\x9f\xd4\x4a\x87\x96\x4f\x6b\xaa\x5a\x1e\xac\x69\x48\x8f\x73\xa0\x07\xbe\x9d\x52\x08\xeb\xc5\x9b\xb3\xa1\x06\x54\x62\x6d\x36\xcc\x1b\x52\xbe\x80\xaa\x0e\x8a\xd4\x54\x0e\x2a\xba\x90\x4f\xbf\x34\x64\x11\xf9\xf4\xeb\x75\xa4\x43\xed\x7b\x58\x8b\xbc\xf8\x25\x96\xeb\xb7\xaf\xd4\xc4\xfe\xfa\x76\x9e\xf9\xc8\x94\x64\x32\x88\xa1\xd2\xcf\xf6\x5c\x29\x14\x8f\x8c\x44\xe3\x77\x7a\x62\x40\xb3\xfb\xff\x82\x9b\xbc\x21\xc7\xf4\x89\x79\x82\xdd\xac\x67\x7b\x7a\xbc\x9d\xca\x6b\xb0\xe7\x94\xb0\x87\x3f\x46\x3a\x39\xf8\x2b\x37\xe0\xef\xb7\xbd\xb8\xc8\xc6\x64\x35\x20\xfb\xc6\xed\xac\x06\xf1\x34\xbe\xfd\x5c\x6b\xa6\x5c\x06\xf8\x2b\xd8\x98\x81\xa6\x7b\x93\x20\xdc\x5c\xbe\xfe\x12\x0f\xa1\xb2\x18\x9c\xc4\x34\xdf\x76\xfc\x9f\x9f\x1e\x74\x6c\xe3\x81\x73\xde\x82\x2d\x4e\x9a\x37\x0f\x82\xa6\x90\x49\x65\x88\xe6\xad\x90\xf5\x1b\x91\x33\x63\x34\x73\x45\x63\x7f\xa3\xc8\xd6\x80\xca\xa1\xb6\xa5\xaa\x31\x4f\xab\x5d\xaa\x3e\x63\x14\x79\x1e\x9f\xef\xfc\xcc\x6d\x86\xec\x5b\x5e\x57\x9a\x11\xad\xba\xc7\xb9\xf9\x9a\xe5\x19\x48\xc9\x21\xdc\xe1\x74\xe6\x82\x76\x1a\xf3\xa9\xf8\x80\x83\xb9\x9a\x7e\x07\x08\x17\xdf\x74\x78\x00\x91\xa8\x73\xe3\x71\x94\x13\xc8\x46\xec\x03\x68\xca\xc7\x91\x2e\xbc\x8f\xce\x34\xf3\x54\xa3\x69\xe6\xa5\x68\x85\x1d\x48\x19\xe0\x4f\x3e\x94\x6b\x19\x95\x7a\x26\x77\x81\x57\x67\x2a\x77\x41\x5d\xec\xe9\x47\xdc\x7a\x6e\x76\x3b\xf9\x65\xa6\x05\x5e\x9a\x80\x34\x6b\xd3\xc1\x09\x06\x7e\x69\x18\x06\x3d\x9d\x12\x01\x4d\x78\xfa\xb5\x9e\x9a\xb9\xc2\x80\x72\x80\xad\xcc\xb4\x57\xe5\x43\x13\x6b\xe5\x43\x54\xc0\x16\x50\xb6\xc6\x83\x09\xb1\x1b\x13\xf6\x35\xfd\x26\x0f\x4f\xfb\xcc\xcd\x81\x83\x78\x6c\x26\x49\x0f\x38\xcf\xa6\x93\x1e\x24\xfa\x6e\x6e\x8e\x23\x24\xa6\x6e\x6e\x56\xb0\x3f\x90\xcf\xa5\xac\x1f\x61\x69\x8d\x86\xe5\x20\x40\x8f\x9b\x9b\x6d\x2f\x9f\x85\x70\x60\xfb\x67\x25\x10\x9b\x0f\x7a\x25\x2d\x1b\xe8\x4b\x29\x3a\x33\xf0\xe9\xf7\x86\x03\x89\x11\xf4\x40\x2f\xbd\x59\x92\x2e\x95\xfe\xca\xac\x78\xee\x9d\x1c\xec\x40\x96\x55\x36\x20\x27\x85\x2f\x40\xda\x31\x2c\xdf\x6e\xa9\xdc\x07\xe1\xdc\x6d\xc5\x2d\x69\x45\xe6\x91\x23\x3d\xe8\xd0\xde\x52\x26\xa6\x74\xe6\xbb\xb7\x20\x0f\xd7\xaf\xf7\x70\x48\x4d\xc5\x3b\xb4\xcb\x4a\xcc\xdc\x4d\x85\xcc\xe9\xee\xf3\x1b\x3a\xdb\x71\x07\xa4\x43\x67\xd7\x08\x2d\xed\x4a\xfd\x82\x5d\x78\xea\xf1\x9e\x55\x17\x74\x24\x48\xa2\xd7\xcd\x9d\xec\x1a\xec\x43\xbd\xe5\xd3\x5a\xf0\x91\x1a\x45\x20\xd3\x54\xc4\x43\xbb\x06\xf8\x84\xec\x68\x55\xa7\x76\x63\xc5\xf5\xca\x4f\x19\x9f\x46\xad\x78\xf4\x80\x0f\x8d\xab\x01\x59\xef\x28\x29\xf4\x64\xa5\x1d\x2d\x1c\x0b\xbe\xa3\x70\xb1\xbd\x79\xe4\x07\xfa\x74\x2a\x04\x3f\xc3\xb6\x20\x9d\x68\x17\x2b\x27\xdd\xfa\xea\x59\x2c\x74\xeb\x33\xa0\x05\xcb\x9e\xca\x3e\xf0\x68\xe9\x70\x72\x0b\xcc\x19\x93\xd7\x7a\x70\x44\xcd\xc3\xd9\x25\xfd\x76\xdf\x02\x35\x34\x1f\x00\xf3\x20\xe2\x8d\x69\x50\x36\x82\x3d\x9c\xeb\xb0\x3a\x61\xbb\xc2\x3c\xb0\xd3\xe5\x4b\x9f\x8e\x57\xaa\x82\x51\xea\xd2\x2c\x18\xf9\x56\x0b\xe7\xcc\x74\xfa\x81\x30\x8e\x03\x6b\xc6\x19\xd0\x22\x22\xbc\xf4\x70\x8e\x51\xf6\xbf\x13\x0e\x34\xfc\x3d\xf3\xe0\x4d\x01\x46\xa6\x35\xc4\x2e\x3b\x1d\xf1\x70\xf5\x9a\x3e\xed\x31\xb8\x80\x94\x25\x2d\xc8\x9b\x51\xe0\x1b\x9a\x0a\x80\x38\x7a\xaa\xc2\x0b\x52\xd7\x72\x58\xc6\xc9\x61\x76\x81\x0f\xfa\x35\xa4\x71\xb0\xde\x81\x24\xcf\x34\x66\x9a\xb7\xf0\x7f\x7c\x31\x73\x1e\x98\xfd\x19\xe5\xf4\x40\x82\xab\x57\x33\x65\xa2\x4c\xab\x1f\xd3\xd1\x10\x97\x75\xcc\xe9\x24\x01\x61\x1b\xc5\xd1\x51\xb8\x98\x66\xe1\x1e\x14\x8c\x83\xc7\x78\xba\x05\xaa\x59\xb0\xc0\x77\xbe\xe5\xc8\x60\x82\x1c\x8d\xc0\x0b\x6b\xb3\xa0\xa3\x17\x7a\x55\xc4\x22\x49\x6a\x26\xaf\xe8\x6c\xf4\x72\xa3\x58\xf1\xa5\x14\x3d\xfc\xa5\xb3\x58\xcf\xe3\x7c\x2d\x56\xdf\xd9\x9d\x4e\x04\x70\xb1\x91\x0b\x8c\x9d\x19\x51\x10\x41\x09\xf3\x52\x10\x41\x09\xf3\x2a\x4e\x54\x82\x6b\x68\xea\x6d\x9b\x4e\x20\xc7\x54\x1e\x80\xc2\xab\x69\xd3\x71\x03\x17\x3b\x57\x6f\xd9\x1c\x58\xea\xa7\xb3\x00\x5c\x70\xf5\x4a\xf4\x11\xdc\xca\xcf\xd5\xb4\x13\x0a\xf1\xdd\x7e\xb4\xce\x59\x6d\x18\x61\x8c\x0e\x14\xb8\x48\x37\x3c\x2b\xae\x33\x77\xe2\xc7\x6a\xda\x09\xdd\x55\xef\x45\x8b\xdf\xb3\xb2\x17\x21\x26\xdf\xf4\xbf\x7a\xbe\xd4\xba\xb3\x96\x89\x22\x38\x81\x44\x05\xac\xa4\x63\x0a\x78\x18\x65\x56\x2f\xe4\x00\x39\x99\x27\xfd\xa8\xe8\x82\x8c\x38\x98\x3a\x48\x09\x1f\xd6\x54\x14\x41\x25\x5e\x7e\x56\x36\x3b\xeb\x51\x2d\x09\xd8\xd2\x36\x79\xc7\x06\xc3\xc7\x4c\x10\xc1\xe7\x53\x47\xa9\xa6\x9b\x5b\x51\xbd\x35\x75\xed\xf9\x4e\x99\xcd\xb2\xec\xbc\x8a\xc8\xc9\x5e\xab\x7e\x09\x84\x70\xef\x69\xbf\x7d\xc3\x31\x34\xed\xb7\x1f\x44\x66\x4f\x3c\xf5\x68\xed\x53\x8f\xce\x74\x94\x89\x79\x92\x3d\x9a\x89\xb7\xa7\x3e\xc1\xd6\x93\x97\x65\x88\xbc\x98\x27\x26\x47\x36\x19\x79\x00\xf0\x38\xcd\xd3\x8b\x6f\xb5\x7d\x3a\x2b\x40\x8e\x2a\x3b\xf2\x49\xc1\x3f\xe5\xba\x2f\x03\x8a\x3a\x7d\x81\x04\x3d\x7d\xfa\xfd\x18\x9e\x40\x99\xb8\xee\x6b\xaa\x5a\x52\x69\x29\xf4\x11\x5c\xf2\xa5\xba\x84\xfa\xed\x49\x6f\x27\x4b\x71\xde\x90\x14\x23\xc3\xeb\xc1\xd9\x29\x0f\xf9\x81\x81\x64\x9e\x8e\x26\x3b\x33\x63\x3e\x2d\x47\x0a\xe5\xdb\x47\x10\xb4\x13\x7c\xcb\xf4\x71\x3c\x06\x3f\x6b\x06\x6c\xab\xd3\xec\x72\xd0\xa3\xd3\x42\x11\xe4\x3e\xc9\x18\x10\x0e\x95\x1c\x01\x9c\x71\x7e\x69\x25\x8c\xc5\x2f\xad\x0c\x42\xe0\xa7\x5c\xdb\x95\x78\xc0\xe9\xac\x00\x5c\x41\x9f\x17\x67\x65\x4b\x55\x0b\x29\xec\x0f\x27\x02\xe0\xad\xa4\xe9\xb7\x55\x2e\x66\x44\x0f\xa6\xd4\xb6\xf5\x1f\x33\xf0\x0b\xfe\xc9\x5e\x22\x29\x40\xb8\xd0\x45\x54\x18\xfb\x0e\xa7\x78\xb6\xc4\x85\x81\xf4\xd3\xab\xe5\x14\xb6\xec\xe5\x80\xe1\x6c\x18\x3b\xc2\xa3\xdb\x5c\x83\x29\x63\x6c\xd8\x9f\xa1\x38\x3f\xb1\x82\x45\x63\x5e\x04\x87\x72\x94\x5e\xf8\x61\x10\x39\xaf\x9b\x6e\x98\x6d\xad\x77\x34\x08\x5f\xdb\x27\xf1\xee\xbc\x58\x61\x58\xb5\xef\xed\x9f\x35\x75\xb1\x9f\xc2\x00\xfd\x5c\x0a\x21\x8b\x53\xee\xed\xba\xed\x60\xaf\x93\xad\xed\x69\xc7\x23\xf3\x50\x5a\x67\x06\x07\xa0\x75\x71\x38\xa7\xdf\x31\x69\xe8\x54\x8d\xe0\x85\x33\xa0\x4c\x57\x70\x55\xf9\xa8\x6b\x43\x76\x6f\x98\xae\x58\x27\x79\xac\x3b\x2a\xee\xe4\x0a\x3f\x96\x8b\x29\xaf\x74\x6d\x20\x2b\xa7\x74\x6d\x7b\xca\x2e\x41\x27\x90\x57\xb0\xa7\xaa\xaf\x3c\x8c\x80\x76\x0a\xb1\xfa\x7e\xe3\x84\x7c\xe3\xb3\x39\xbf\xf0\x16\xc8\x09\x1a\x19\x74\x96\x93\x5e\x24\x07\xd7\xe0\x23\x99\x8a\x57\xf1\x17\x28\xeb\x55\xa6\xeb\x66\x11\x68\xd6\x99\x5e\x5b\x0a\x9d\x99\x86\x41\xfb\x9e\x00\x8b\x29\xc7\xf7\x9e\x93\x9e\xb4\x00\x44\xbb\x4c\x79\xbe\x6b\xdb\x03\x29\xa4\x33\x3d\xf2\xfe\x1c\x8d\x4e\x4f\x5d\x20\xa5\x12\x0b\xa6\x8a\x83\xc1\x5a\x35\xfd\x4c\x09\x91\xfd\x53\x5e\xee\x96\xfd\xd7\xb8\x3a\x02\x3b\x6d\x04\xc9\x94\x94\xda\x02\x93\x56\x9f\x8a\xe8\x01\x37\x3f\xb4\x1f\x6a\x21\xe1\x1c\xeb\xd1\xf1\x7a\xc0\xcc\xba\xac\x05\xdc\x26\x98\x72\x88\x17\x82\x09\xa7\x9f\x26\xc1\x5f\x3a\x3b\x42\x38\x3b\xd3\xef\x8f\xb4\x23\x1f\x8a\xea\xd8\xd3\x1d\x7b\x15\x3b\xd1\xee\xf0\x76\x04\x82\x59\x74\x40\xbf\x64\xc6\x97\x26\x1e\x9c\x91\x53\xa9\x04\x6a\x43\xe1\xb2\x37\x9c\xb8\xad\xe9\xbc\x02\xbc\x6b\x33\xf5\xfc\x48\xd9\x98\xbb\x8e\x46\x05\xd1\xd9\xfd\xbd\x87\x24\xe5\xe1\x3e\xae\xf4\xe1\x27\x46\xb8\xf8\x33\xbb\xa3\x39\xf7\x14\xae\x91\x44\xa6\xed\x7e\xad\x06\xaf\xe5\x94\x47\xfb\xe0\x59\x8a\xe9\x84\x04\x38\xce\x66\xc7\x0d\xc9\xd9\xae\x14\x04\x65\xdb\x52\x78\xba\x90\x76\x64\x06\xc2\xe3\x31\x95\x29\xa0\x44\x10\xea\x5e\x4b\x1c\x67\xd3\x9e\xf1\xe8\xcd\x7a\x47\xa4\x36\x14\x50\xbf\x23\xd2\xd0\xda\xf5\x8e\x48\x59\x42\xca\x0f\xd9\xf7\xf0\x89\xc1\x41\x34\x90\x9c\x59\xbc\x81\x7b\x86\x6d\x28\x27\x7a\xc9\xb2\x3b\x65\x00\x57\x8f\xa6\x1f\x19\x69\x9c\xea\xc3\xaf\x56\x72\x46\x0d\xac\x8b\x69\x66\xb8\xcb\x1d\x88\x55\xa7\x4b\xbc\x62\x35\xa0\xed\x4b\x10\xcc\xe0\xc6\xf9\x99\x6e\xde\x6a\x89\xba\x7a\xec\x88\xd0\xb1\x69\x3f\x7d\x43\x0c\x92\x9f\xbe\x9c\x69\xe6\x36\xb2\xe0\x13\x22\x48\x55\x9b\x61\x38\xe3\x07\xc1\x0a\x9c\xdc\x7e\xf1\x23\xeb\x35\x1c\x31\xfe\x29\xd3\xfe\x86\xb6\x06\xc6\x69\x04\xe0\x61\x07\x1a\x47\xfc\xd0\x8e\x3e\x33\x95\x3a\x1c\x48\xf4\x33\x87\xf3\xb1\x6d\x29\x53\x88\x6b\x4f\x2b\x7a\x87\xf5\x4c\xcd\x97\x76\x5e\xca\x34\x1b\x50\x9d\xd2\x0e\xac\xee\x1b\xe0\x2e\x22\x0c\x24\x21\x02\x76\xef\x9c\x04\xc4\x51\x4c\x65\x1d\x28\x98\xbb\xa7\xd2\x0c\x1c\x44\x46\x4c\xc7\x0b\x8c\x98\x92\x6e\x9f\x29\x04\x22\xcc\xdb\x16\x3e\xa6\x5c\x89\x05\xca\x06\x7b\x55\xb8\x40\xe3\x75\xbf\x79\x3b\xd2\x12\xae\x70\xfb\xdc\xdf\xd2\x8c\x13\x3a\xf7\x34\x63\x6b\x38\x90\x0c\x71\x3c\xb4\x37\x6f\x8b\x75\xe1\x18\xb7\xc5\xba\x6c\xd1\xdb\x8e\xe6\x2b\xcd\x2a\x18\x83\x27\x63\xa7\x93\x0c\x6c\x10\x84\x73\x0c\xe4\x36\xc9\xbc\xfd\xf0\xf1\x99\xd9\xe2\x75\xa1\x01\xf4\x70\xb3\xe9\x54\xcc\x87\x43\xff\xb6\x4d\x24\xd4\x7c\x13\x00\xc7\xb1\xe6\x08\x04\x0c\xe2\x53\x29\x06\x0e\xbc\x1e\x93\x14\x03\x70\x51\x05\x27\x94\xde\x53\x73\xb8\x4b\x06\x86\x88\x8f\x00\xe3\x67\x3c\x22\x07\x4f\xab\x68\xb8\xf4\xa7\xb3\x08\xb4\x9a\xc2\xc5\x53\x37\xb6\x9e\x92\x08\x54\x6e\x9d\x4f\x45\x0d\xec\x27\xc1\x8d\x73\xda\xb2\xcb\x65\x97\x39\xb3\xd4\x69\xc8\xb4\xe6\x09\x72\x14\x01\x29\x9b\xa7\xdf\xe9\x18\x25\xed\x9a\xe7\x13\x29\x30\xe7\x20\x62\x06\x48\xd2\x04\xf4\xe4\xb4\x01\xed\x4a\x9f\x03\x14\xd2\xae\xe4\x99\x8c\x7a\x80\x50\x50\x78\x2f\xfa\x62\x2b\x4c\xbf\x47\xc0\x44\x2b\x1a\xa1\xc6\xa8\x36\xcd\x18\x30\xd7\x38\x36\x21\x56\x16\x5e\xd8\xc0\x65\x32\xa7\x45\x43\xc2\x35\xe6\xb4\x68\xc8\x3e\x51\xf8\x41\x25\xb3\xec\x54\x22\x80\xca\x63\xe7\xd3\xcf\x62\xb4\xf4\xaf\xcc\x12\x84\x6e\x4d\x07\x26\x1c\xc1\xd4\xe1\xfd\xb0\x85\x29\x0f\x56\xfb\x1b\x5e\x2e\x9e\x4a\x27\xb0\x58\x21\xe3\x90\x89\xad\xb7\xb4\x23\x73\x68\x0c\x22\x53\x3c\xa4\x64\x54\xf6\x2e\x5c\x99\x56\xd9\x55\xda\x95\xaa\x36\xd5\x1a\x72\x98\xc4\xd5\x99\x3a\xbf\xae\x81\xd7\x6a\xea\x75\x8d\x55\x78\x02\x6a\xcc\x57\xaa\xea\x31\x1b\x18\xf5\xc3\x6e\x5c\x82\x47\xa6\x13\x15\xe4\x76\xd4\x24\xdc\x82\x10\x81\xe9\x4c\x05\x78\xca\xe6\xc3\xf7\xd5\xb7\x7c\xa9\x83\x1f\x4d\xd8\xc1\x17\xdb\x48\x99\x9e\x10\x66\x58\x0f\x5f\x6c\x21\x3a\x64\x2a\x6d\xc1\x71\xe4\x43\xe9\xa0\x5c\xec\x9c\x0f\xcb\x28\x28\xd0\x0f\xbb\x71\x33\x2a\xc5\x8b\x6f\x5b\xbe\x53\x20\x25\x82\xa8\xa3\x3d\x48\xc2\x31\xfd\x46\x47\xb4\xbf\x87\xef\x41\xb1\xca\x79\xa2\x83\x3d\xe0\x87\x37\xc6\x99\x46\x5f\x1e\x7e\xfa\x7f\x8b\x22\xc0\x7b\xd1\x6e\xc7\xa1\x34\x15\x06\xb2\xe7\x6e\xd3\x7c\x60\x4e\x3c\x03\x9a\xff\x65\x5a\xed\xba\x85\x2f\x3c\x7c\x31\x12\xae\xf5\xe0\x8e\x2c\xa8\xc3\xfe\x90\x21\x95\xd0\xa0\x12\x8e\x3c\x15\x41\x52\x5b\x4b\xa3\xde\x76\x7b\x5a\x15\x1f\x40\xaf\xe6\x51\x8e\x0f\x7a\xf6\x3b\x20\xb3\x29\xbc\xa4\xc7\x53\xf4\xc0\x35\xc6\xb8\x1c\x86\x80\x53\x71\x3e\x9c\xcc\x14\x16\xe6\x17\x3a\xc8\xb9\x36\xfd\x26\xc7\x47\x0a\xf1\xa3\x1c\xb9\x7c\x35\xf5\x2a\x47\x89\x7e\xf9\x20\x46\x81\x1d\xab\xa0\x95\x63\xd4\x74\x62\xef\x24\x83\x7e\x5a\x36\xce\x91\xac\x20\x96\xca\xe5\x9d\xf9\xec\xcc\x6c\x07\xd4\x4b\x79\x2d\x55\xfd\xdc\xea\x1e\xd0\xe8\x9e\x40\xb2\x26\x6c\x69\x47\x1c\x04\xe3\x9a\xb3\x2d\x0c\x6e\xfa\x4c\x67\x5b\x68\x10\xe5\x73\x80\xcf\x0e\x68\x7c\x06\xd0\x62\xf9\x3c\x9b\x37\x79\x6c\x03\x27\xfd\x7c\x22\x51\x21\x39\x3f\x2d\x47\xf7\x40\x66\x69\x7b\x1a\x12\x42\x57\xfa\xd4\x52\x63\xf9\xf2\x8b\x1a\x1f\x21\xc5\x89\x1a\x08\x24\x9c\x4a\xd4\xb0\x73\xeb\x6f\x3a\xfe\xa5\x11\x71\x33\x1d\x00\x93\xab\x61\xd3\xcf\x6d\x94\x31\xd2\xae\x54\x8b\x9e\xba\xb2\x83\x9d\x81\x9c\xd1\x95\x91\xf8\x3d\x18\xd4\x15\xc5\xc3\x94\x2d\xd3\x2c\x2b\xf7\x67\xf5\x4c\xa4\x99\x10\x3b\x70\x3f\x73\x27\xb2\x8c\x43\xc1\x4f\x6f\x70\xe5\x64\x3e\x9d\x13\x88\x07\x09\xa7\x63\x65\x78\x70\x75\xfa\x7d\x8d\x1c\x2a\x4f\xdf\xf0\x24\x50\x65\x3e\x1d\x5f\x80\xa6\xf5\x74\x7c\xc1\x79\x9c\x3f\x66\xdd\x4f\x13\x69\x4d\x3b\x10\x29\x2b\x62\xa1\xff\x82\x6f\x39\xd3\x43\xb4\x5b\x45\xd9\x24\xcf\xcf\x74\xde\x87\xb8\x70\xfd\x30\x07\x2f\x89\x4f\xc7\xd8\x90\x61\x7a\x3a\xc6\xa6\xb3\x2f\x09\xb1\xb9\x52\x53\x83\x44\xe4\x77\x7e\x08\xa2\x7a\x27\x2f\x78\x64\xc8\x0a\xaa\xa9\x3c\xa0\x3d\x15\x53\x53\xc6\x99\xaa\xf2\x72\x71\xae\x3b\x6c\x66\x27\xbe\x65\x3a\x50\xa6\x11\x04\x35\x5f\x0a\xec\x22\xa0\x60\xbe\x4c\xda\x88\x86\x2f\x05\x9d\xee\x35\x50\xd1\xe3\x38\x34\xe3\x98\x53\x02\x4e\xe6\xcb\xcf\xca\x04\x39\x91\x7d\x89\x37\xf5\x65\xb2\x1f\xe9\xe3\xe1\x81\x04\x04\xbd\xd4\xd5\xce\x43\x45\x74\xca\x09\x72\xe3\xcf\x97\x03\xf1\x90\x6d\x1c\x38\xd3\x08\xd1\x9a\xaf\x10\x7a\xea\xfa\x5c\xcb\xa8\x6f\xcf\x25\x9d\xc8\xc4\x1b\xb3\xb2\x72\x4c\x1c\x31\x1d\xbd\x10\x34\xd0\xed\x5e\xf8\x7a\xcf\x94\x8a\xb8\x47\x0a\xed\x5a\x0d\xf4\x76\x97\x74\x22\x85\xe4\xc8\x30\xa5\x90\x6c\x21\x17\x49\x9f\xa5\x64\xdd\xa7\x37\x1e\x13\x3d\x61\x1a\x34\x2b\xe2\xde\xb3\x5e\x32\x57\xf1\x30\xd4\x54\x22\x8b\x16\x17\xe1\xdb\xcf\x9d\xc2\xc3\x1c\x01\x93\xbb\x93\xd3\x21\x30\xb1\xe0\xbd\xc3\x28\x03\x7a\x3f\xa1\x33\xbe\xa1\x35\x84\xd3\xb7\x43\x93\x63\x95\x7d\x63\x64\x08\xf4\x54\xd8\x07\x5f\xea\x1c\xe6\x71\x9f\xe9\x27\x3a\xc8\x0a\x35\x95\x8f\x22\xf9\xac\xa6\xa2\x55\x2a\x51\x7b\xf3\x6d\x97\x3f\x12\x94\xe2\x53\x8e\xe8\x44\x0e\x4f\xa9\x1f\xe4\x58\x77\x38\x8a\x03\x54\x78\x6a\x61\xbe\x6f\x06\x72\x02\x32\x90\x94\x5a\x9f\x84\xe1\xf8\xfd\x0c\x6e\x3e\x4c\xc7\xa1\xec\x67\x49\xe1\xd3\x9f\x32\x9b\x12\x31\x23\x7d\x29\xf2\xa4\x72\x8b\x69\xfa\x95\x8c\x3d\xc1\x1d\x7e\x26\xa3\x11\x9a\x35\x1d\x79\x42\x78\xcb\x7c\x3b\x0b\x74\xb6\x86\x42\x4f\x2a\xe9\xe6\xe7\x1b\xce\x85\xf6\xa9\xd4\x15\xb5\x7f\xbe\xf4\xbe\xc9\xd0\x9c\xa7\x0a\x4e\xaa\x48\x94\xea\x0c\xa7\x57\xdf\x30\x54\xea\xb0\x5d\xa0\x9b\x15\x77\x5a\xa0\xb9\xdc\x15\x70\xed\x38\xdf\xd8\x5b\x90\x1a\x3a\x28\x93\x36\xe1\x04\x6f\x0b\x12\x3f\x38\xe9\xc4\xe6\x65\xdf\xff\x5c\xa0\x4f\xbe\x2b\xe0\xa9\x2f\xc1\x60\x38\xfa\xfe\x04\xf2\xde\xd4\x4c\x2f\xd0\xd9\xf0\xaf\xf4\x32\xf4\xe5\xfe\x23\xee\xbd\xaa\x5a\x39\x2c\xe9\x45\xf3\xb5\xa7\x59\x49\xa4\x7b\xfa\x54\x1c\x82\x58\xf9\x82\x7c\x2a\x55\xba\x14\xbd\x39\x91\xd6\x82\xbc\xb8\x81\x20\x37\x5a\xb5\x51\xd3\x82\xf7\x02\x15\x24\x71\xa6\x50\xd4\xbf\xe7\x4b\xb9\xe4\x32\x3f\x12\xec\x7c\x29\x6e\x41\x1e\x24\xe8\x58\xc9\xdd\x98\xf4\xdb\xc3\x60\x9a\x1d\xca\x67\x4f\xff\x02\xc5\xbe\x37\x46\x65\x3a\xcc\x18\xed\x33\x36\x6d\x2d\xf0\xf4\xbc\xf2\xa5\x2c\x1b\x4e\xc6\x79\xf5\xdd\x17\x72\xce\x5a\x01\xd5\xd0\x51\x80\xd6\xf9\xd5\x4b\xa0\x22\x28\x1f\x6a\x8c\x47\x07\xb2\x01\xff\x4a\x33\xde\x7e\xf5\x04\xb4\xb1\xf4\x4c\x65\x63\xd0\x80\xa6\x14\xe0\x03\xc8\xaa\xfc\x31\x00\xc5\x1d\x02\xd9\x47\xb9\x5d\x40\x56\xec\x6b\x40\x99\xf8\x98\xd8\xdd\xd1\xc7\x7e\xb2\x61\x81\x0a\x59\x2c\xa9\xaa\x59\xff\x40\x46\x07\x04\x7c\x55\xf4\x64\x20\xc3\xdb\x80\x9a\xb7\xb7\xc1\x06\x04\x3f\xa2\x0b\x59\x3e\xb6\xe3\x0a\xe8\xd9\x4a\x5d\x71\xa7\x0c\x52\x3a\xed\x08\x6e\x16\xfc\xcb\x95\xaa\x7a\xc0\xa6\xa5\xea\xf0\x09\x01\x64\x54\x41\xce\x04\xc2\x6e\x72\x0c\x89\x83\x7f\x17\x24\x8d\x72\x63\x36\x6c\x1a\x3d\xa8\xe9\x58\xa4\x46\x9b\xd8\x47\x2a\xd8\x88\x5a\xb2\x61\xfd\x7e\xc6\x6f\x1f\x5a\xd3\x38\xc1\xd4\x79\x71\xc2\x4f\x0e\xd3\x0e\x9b\xf0\x70\x22\x05\x5f\x72\x5a\xa0\xa6\xe3\x53\x55\xd3\xc1\xb6\x53\xca\x8c\xee\x70\xa7\x05\x99\x33\x9e\x29\x34\x29\x9d\x05\x50\xd7\x2a\x7a\x5a\x55\xa8\x02\xdb\x4e\x4f\x64\x54\xfb\xe8\x16\xa4\xa0\xfb\x5e\x81\x44\x48\x25\x65\x0c\x84\x42\x28\x29\x18\xc8\xd7\xd2\xa1\xab\x03\xfe\x96\x4e\xec\x3e\xdb\x40\xc0\x6f\x64\x5c\x2c\xf3\x31\x40\x96\x39\x30\x65\xd5\xd4\x35\x7a\x0c\x84\x57\xd1\xae\xf4\x09\x46\x20\xe8\x60\xb7\x4a\x3b\x8a\x6a\x08\xa3\x3e\x30\xb1\x41\x3e\x0e\x60\x39\xd9\xcf\x07\xe2\x4f\xa6\x16\xeb\xc9\xe7\x53\x19\x3a\x1a\x7d\xea\x8a\x72\xff\x74\x62\x95\xbf\xa4\x21\xe5\x52\xda\xd3\xce\xad\xfb\x7f\x54\x35\x01\x85\x17\x91\xc1\xe3\x2a\x01\x0f\xc9\xd2\x3f\x14\xbb\x57\x55\x51\xc5\x96\x66\x45\x15\x59\x69\x39\x63\x7a\xa6\x52\xd1\x12\x21\xc4\x83\x67\xc0\x39\x64\x9c\x17\xa4\x43\x96\x3c\x9e\x51\x3e\x85\xba\x49\xdb\x02\x89\x0e\xb2\xd2\x48\xf6\x6c\x1a\x92\x7f\x9c\x9c\x40\xca\xf6\xb1\x1a\x0a\xa8\xe4\x32\x1c\x89\xc5\xfc\x0f\xaa\x50\xb4\x4b\x39\x98\xca\x82\xf5\x84\x9d\x49\xb4\x4b\x78\xac\x33\x78\x38\x3b\xd2\x82\x34\x05\x50\x7b\xc9\xe9\x49\xb3\xc3\x3b\xa3\x03\x79\x98\x81\x6c\x99\x2b\xa9\xaa\x1b\x72\x0c\xba\x0c\xba\x04\x03\x99\xed\xae\x96\x42\x48\x2f\x18\x58\xe6\x0a\xa4\x0c\x60\x30\x87\x62\x8e\xc7\x26\x2e\x3e\x11\xe1\x14\x05\x3a\x4c\x33\x38\xfd\x98\x9e\x10\x1e\xc8\x9a\xd4\x4a\xbe\xd4\x36\x69\x29\x63\x11\x68\xc7\xef\x90\xb1\x35\x8b\x4f\xb6\x46\xab\x4e\x0e\x73\x05\x72\x8f\x20\x67\xea\x61\x3f\x95\xc9\xc6\xa4\x0f\x64\x69\xf6\xb4\x72\x76\x1c\x05\x96\xef\xd8\x9b\xcf\x9c\x5b\xda\x82\x8d\x17\x47\xa5\x9f\x1f\xd0\xf6\x01\xce\xd2\x2a\xff\x4f\x4e\xbd\xea\x67\x43\x99\xac\x0a\x31\x81\x7a\x35\x03\x64\xb2\xaa\xa9\xe7\x4a\x55\x93\x73\x0b\xd8\xbf\xbf\x9a\xe5\xbd\x05\x49\xa9\xad\xf9\xd0\xa2\xeb\xa7\x4b\xa3\xd7\x52\xd7\x8b\x47\x5d\x1f\x97\x17\xb3\xae\x90\x9e\x5e\xd3\xa7\x05\x33\xa6\xd2\x51\x3b\xa3\x30\x7b\x75\x80\x10\xc3\x84\xd4\x6a\x2a\xcb\x80\x92\x81\xf9\xc2\x43\x09\x64\xe9\xf4\x0c\xe8\xb5\xad\xe9\xf4\x2d\x5e\x05\xb6\xb7\x1c\xde\xf0\xb1\x6a\xe2\x82\x60\x2a\xc4\xd5\x18\xa7\xe9\x07\xaa\x54\x82\x8f\xda\x61\x63\xbc\x1e\x52\xae\x14\xda\x01\xff\x69\x48\xc7\x22\x64\xa9\x24\x1e\xbd\x66\xf9\x38\xfa\xd2\x90\x29\x08\x7a\xaa\x8e\xc2\x3d\xd3\x27\x51\xb8\x59\x40\xab\x6a\xb0\x86\xea\x3c\x92\x67\x26\x9e\x47\x6a\x6b\x4a\x85\x42\x63\x9c\xe6\x40\x3d\x65\x92\xba\x33\x4c\x8b\xef\x6c\x0c\x9e\x0b\xb9\xe0\x1b\xa7\xa5\xb1\x5e\x80\x8c\x6c\xca\x40\x36\x5f\xda\xe3\xc0\xf6\x57\xd8\x50\xed\x2d\x5f\xea\xd9\x3d\x56\x88\xb7\x44\x4e\xb0\x3b\x2d\x9b\xfd\xf8\x56\xce\xaa\xaa\xcb\x50\x2d\xed\x48\x41\xee\x41\xc0\x6c\x36\x8d\x2a\xeb\x21\x4c\xf7\x34\xc7\x1b\x0d\xc8\x6f\x3e\xef\x40\xfa\x6e\x5c\x40\x8e\xc9\x61\x29\x4f\x0b\x63\x83\x66\x1c\xf7\x75\xb1\xa5\x4f\x27\x8f\x49\x1f\x1c\x8a\x8c\xf8\x86\x91\x83\x8e\x6e\x2f\xf4\x91\x42\xbd\x34\xb1\xa7\x4c\x8c\xe2\x48\xa3\xe2\x05\x83\x21\xa2\x19\xf6\x80\xba\xa1\x10\xe4\x6e\x23\xe7\x65\x75\xe0\x51\x38\xdc\x69\x26\x36\x58\x2b\xd4\x44\xe8\xcc\x41\x49\xbd\x83\xb8\x69\x70\xa4\xcc\x98\xa6\x19\x3d\x8a\xbb\x07\xd2\xa2\x76\x30\xc5\x12\xd6\xd3\xbf\xcf\xc0\x2c\x0e\x3a\xe3\x99\x66\xcd\xc5\x5a\x40\x0d\x64\x0f\xe4\x38\x7b\x58\x8a\x93\x78\x84\x53\x39\x9a\x69\x6c\x81\x6e\x41\x27\x90\x2d\x26\x48\xe0\x97\x1f\x7b\x8a\x1c\xe7\x44\x1d\x51\xca\x1c\xcd\xb4\x21\x31\xe8\x51\x93\x3a\xb6\x94\x55\x41\x29\xbb\x04\x6d\x40\xb6\x57\x9c\x01\x75\x0d\x06\x66\xe8\x27\x4c\xfc\xc8\xea\x82\x8c\x5c\xca\x58\xbb\x0e\xc8\x0c\xa4\x13\x4b\xb2\x88\x1e\x17\x66\xd6\x4e\x4b\xb7\xd3\xce\xd3\x12\x3e\x4c\xe6\xf2\xf2\x75\x17\xe4\xa4\x0b\xb3\xfd\x99\xba\x8b\x71\x46\x8b\xf6\x4b\x25\xfb\x39\x02\x4e\x21\xc8\x74\x89\x4f\x8d\x2d\xed\xd8\x21\x94\xc9\x53\xcc\xd3\x40\xad\x77\x90\x53\xb6\xb3\xdf\x26\x29\xa8\x48\x17\x97\x42\x61\x28\x17\x2e\x29\xe8\xc0\x21\x4f\x23\x8b\x40\x42\xdb\x2b\x9f\xca\x75\x8d\x72\xd1\xba\xfd\x1a\x6c\x28\x85\x40\xd5\xb1\xa7\x50\x8b\xb2\xa7\x4c\x8e\x5b\xf0\x51\x06\x8f\x3a\xf6\x40\x43\xd0\x0e\xe4\xfe\x37\x20\x4d\x00\xaa\x86\x22\xa5\xea\x40\xdd\x76\xa4\xd4\x60\x57\x3a\x99\x47\x85\x24\x1a\x42\x37\x93\xdc\x08\xe6\x87\x8b\xf3\x2a\xc9\x15\xc4\x11\xac\x47\x40\x56\xda\x53\xe0\x30\x26\xc2\x44\x16\xe8\x30\x91\x16\x50\x83\x46\xb4\x26\x70\xa9\xc0\xe4\x15\xb9\x54\x07\x6b\xdb\x9c\xcc\xe5\x1c\x29\x64\x19\x3a\xa0\x99\xec\x08\x28\xb3\xc3\xc5\x36\x52\x80\x52\xd9\x20\x21\x85\x24\xd5\x91\x65\x40\x8e\x09\xbe\xd3\x9d\xa6\xaa\x76\xe3\xe7\xc3\x2e\xb2\xf8\xe1\x15\x9d\x55\x55\xeb\x00\x7b\x6c\x3a\x9f\x06\xfa\xb8\x1f\x42\x19\x47\x3a\x14\xe5\xa1\xe6\x2b\x78\xa9\x0e\xa4\x70\xc5\x2e\xd5\x01\xe5\x75\x5f\xca\xbb\xa0\xe0\xee\x98\xb9\x8b\x35\xeb\xc8\xd2\x2d\x95\xad\xf3\xc2\x4a\xbb\x3d\x8a\x35\x9f\x0a\x9f\x92\x2f\x85\x4f\x49\x99\x82\xd2\x58\x03\x3d\x91\x72\x7c\xbe\x93\x97\xbb\xf4\x40\x22\x60\xf6\x7f\x77\xdc\x2a\xf2\x8d\xdf\x52\x19\x25\x65\xa7\x69\x22\x8d\x2a\xd7\xc9\x99\xaa\xb7\x44\xe7\x34\x2a\x92\x2d\x29\x7b\x78\x8c\x69\xe7\xf9\xfd\x75\x35\x96\x4a\x19\x40\xea\x28\x81\x94\xa3\x1d\x29\x8e\x08\xa8\x0b\xce\xd9\x25\xfa\x8c\x92\x42\x3b\x71\xe1\xce\x1d\x47\x0e\x62\x7f\xbf\x7d\x9d\x2a\x75\x9b\x1b\xa2\x17\xec\x9c\x9f\xba\x5a\xe6\x12\x68\xba\x6e\x3e\x35\x7e\x2c\x88\xec\x49\x17\xd4\xac\xe0\xa9\x3a\x6a\x20\x47\x0f\x70\x60\xe9\xc1\x96\xe3\x83\x9e\xd9\x4f\xcb\xe4\xf1\xc6\x4e\x0a\x6d\xf8\xc9\x92\xe8\x05\xd7\xfe\x29\x34\x0f\x46\xa0\x71\x68\x55\x29\x23\x9d\x2a\xae\x1e\x48\x81\x56\x47\x3d\x02\xed\xdf\x5f\x6d\x70\x48\x0e\x0b\xda\x17\xdc\x71\x38\x82\x3a\xea\xf1\xb0\x9f\xf0\xda\x02\xda\xad\x79\xa5\xa5\xa6\xd9\xcc\xa7\xfd\xfb\xeb\xca\x7c\x29\xf2\xaa\x54\xe4\x0b\x07\x5e\x95\x23\x90\x0f\xd4\x2b\x28\xc8\x38\xf7\xe9\x43\x33\x8b\xd8\x46\x62\x93\x0b\xa6\x37\x86\xad\x46\x48\x8e\xc3\x97\xe6\xaf\x60\xeb\x27\xfb\xa1\xbd\xe1\xfb\xca\x17\xdc\xd3\x21\x5c\x91\x56\x1d\xc2\x55\x4f\x64\xd9\xe1\x6b\xf3\xf0\x1f\xe5\x4b\x59\x34\x94\x5e\x44\xb6\x35\x85\x26\xdb\x3d\x85\x46\x97\x66\x6f\x2f\x3d\x73\xe0\xa0\xed\x2b\xd3\x65\x86\x98\x29\xc1\x06\x9a\x49\x90\x54\x3e\xd0\x0e\x79\xc9\xe5\x0a\x7a\xa4\x2a\x4b\x27\xbe\xaf\xc3\x91\x31\x44\x60\x7b\xd0\xc3\x6e\xce\xa9\xae\x77\x5d\x4a\x8c\xc4\x8a\xd2\x2a\xf5\x53\xd5\xa2\x7f\x4f\x55\x3b\x28\x32\xb7\xe6\x6b\xc8\x0a\xc3\x97\x98\xae\x3d\x7d\x6a\xd4\x67\x20\xc5\x49\x31\x12\x07\x6a\x5d\x47\xa0\x43\x35\x03\x69\x0a\xd8\x61\xc4\x69\xd1\xa1\x9f\x8e\xe1\x46\xf1\x02\x75\xf6\x9d\x29\xbc\x15\x6a\x0a\x34\x1c\x0b\xc6\x84\xdc\x7a\xbb\x77\x71\xf2\x1f\xf2\x6e\xbf\x15\x13\xe3\xa1\x43\xba\xf6\x96\x56\x75\x3c\xc0\x81\x6e\xdf\x19\xee\xa9\xa9\xdb\xad\x6c\xa8\x1b\x95\x2e\xa8\x9a\x40\x58\x0f\x07\x78\xc5\x0e\x7d\xfb\x76\x1c\x67\xd7\xed\x0b\x52\x28\x5b\x37\xe7\x5c\x0f\xa8\xac\x32\x35\x55\x1f\xdf\x5f\xe7\x06\x77\xbe\xc9\xd7\x4c\x99\xb3\x20\x5e\x1c\xfe\xb7\x63\x0f\x32\x1b\x4e\x43\x56\x53\x26\xb1\x29\xbc\x49\x69\x60\xea\xc8\x94\x4f\x3b\x93\x40\xdc\x81\xb7\x90\x83\xb3\xb7\x0c\x18\xd5\xc4\x0f\x76\xa5\x50\x36\x58\xd4\xd6\x69\x81\x86\xd9\x98\x96\x72\x99\x54\xc7\x6b\x0d\x14\x3f\xc7\x6b\x8d\x96\x56\xc4\x61\x5b\x5a\x11\xc1\x21\x4f\xe9\x91\x97\x52\x3e\x6d\xbe\x3c\x8a\x02\xa8\x93\x94\xdd\x31\x91\x6f\xa8\x6a\x71\x18\x62\x74\xb0\xd6\xd5\x52\x26\x06\x81\x8c\x3b\xa1\x05\x50\x43\x2e\x62\x6d\x14\xc8\xb5\x36\x19\xa8\x2a\xc6\x73\xb0\x93\xa7\x83\x61\x46\x20\x5d\xb7\xe8\x69\x87\x5d\x15\x70\x8a\xc6\x83\xaa\xc7\xd8\x81\x34\x46\x36\xa7\x53\xce\x5c\x2d\x90\x93\x8e\x04\x62\x15\xc1\xc6\x59\x83\x38\xc7\xf5\xbc\xcb\x11\xbf\x90\x5f\x77\x19\x9f\x66\x34\x53\x1c\x3e\x0e\xea\x1a\xf9\xce\xaa\xd4\x85\x40\xa2\x18\xaf\x3d\x76\x81\xc9\xa5\x1c\x44\x7e\x25\xa3\xa9\x83\xa3\x68\xda\xff\x96\xd9\xe0\x5d\x7a\x86\x88\xb6\x94\x95\x23\x38\x2b\x43\x76\xa6\xe8\x33\xed\x78\x1d\x3d\x2a\x27\xad\x39\x60\x15\x0f\xe8\x6f\x00\xc1\xd6\x02\x9a\xb7\x73\xa0\x28\xfe\xea\x38\xf6\xb4\x23\x92\x43\x3a\x72\xb2\x9b\xe0\xca\x3b\x31\xe7\x95\x0f\x7d\xaa\x23\xbd\x39\xfe\x6a\x30\x05\x0f\x74\x30\x68\xf7\x81\x41\x08\x72\x55\x90\x55\xd9\xd8\x3b\x0f\xdb\xb9\x2f\x44\xbd\x07\x16\x21\xb8\xc7\x83\x08\x96\x2b\xa5\xd2\x2b\x5a\xda\x95\xb5\x71\x67\xfd\x1e\x0e\xf7\xe6\x50\x55\x5c\x53\x1d\x2d\x50\x97\xb5\x88\x19\xb2\x5c\x1c\x6f\xcf\x03\x4b\x0e\x54\xf9\x90\xc0\xb2\x8d\x14\x9a\x7f\x97\x14\xbe\x65\x53\x60\x16\x88\x19\x81\x81\x3d\x90\x9a\x21\xfd\x07\xb6\x1b\x04\x86\x87\xd3\xaa\xc6\xa6\xa7\xf0\xa5\x63\x3b\x7a\x9a\x7a\xea\x1d\x27\xf0\xf5\x31\xd1\xd3\x90\x32\x9e\x02\x3d\xb1\xcf\xfc\x2d\xc6\x92\xa7\x53\xaa\x5c\x34\xfb\xec\x60\x74\x00\x0e\xf9\x67\x2e\x20\x6f\x15\x26\xe9\x49\x84\x2f\xf6\x8a\xa7\x4d\x7e\x20\xff\xb4\x74\x0c\xe3\x7c\x3a\x15\xc5\xd5\x52\xe8\xad\xe3\x55\x52\xf8\x52\x1d\x88\x5b\x3c\x08\x73\x21\x57\x3f\xfd\x26\x64\xc1\x46\xf1\x44\xf2\x28\xa9\x2c\x23\xcd\x07\x6a\x6b\x86\x6a\xa0\xee\xaa\xf9\xd2\x07\x0b\xfb\x95\xe0\xa6\x98\xc2\x9d\xce\xa7\xb1\x09\x1d\x85\x54\x63\xbd\xf4\xf3\x31\x7b\x2c\xda\x0a\x43\x2a\x91\x8c\x94\x97\xe7\x38\x38\x85\x9c\x96\x67\x8c\x94\xe9\x48\xf8\x94\xd9\x85\x98\x55\x0a\xdd\x30\x0b\x8a\x96\xbb\x38\x86\x9f\x88\xb6\x68\x87\x0a\x3d\x6a\x61\x60\x4f\x5f\xdf\x8c\x15\xf4\xc9\x35\x81\x91\x52\x1d\x19\x59\x41\x71\x90\xe8\x17\xc4\x25\xc5\xfa\xac\x48\xa4\x72\xc0\x24\xf4\xac\x4c\x29\x5b\x5a\xb5\x12\xde\xf2\xa5\x77\x6c\x4b\x5d\x1b\x63\x10\xeb\x9c\xd2\x27\x5c\xdb\x39\x7c\x46\x61\xdc\x8a\x2f\x3a\x1a\xeb\xfb\xe2\xb8\xa3\xdd\x17\xf1\x9d\x0c\x8d\x3c\x3d\x35\x0d\x79\x36\x53\x95\x5d\x38\x00\x95\x0b\x10\xe4\x5f\x96\x6d\x7b\xca\x44\x60\x10\xcd\x8b\xf8\x38\xb8\x82\xc3\x86\x4a\x09\xe4\x0d\xd0\x03\x9e\x9e\x21\x1a\xb2\xe0\x02\xab\x76\xdc\xd0\x67\x24\xa1\x28\xd0\xf3\xc5\xfe\x18\xa3\x9d\x6f\xa7\x5e\x69\xd6\x21\xa6\x2d\x0d\x19\x3f\x06\x2d\x37\xda\x40\xb8\xe6\xe1\x1a\xc4\x72\x45\x11\x1d\x83\x2d\xf7\xb2\x9c\xcb\x8e\x73\xfa\x9d\x3d\x36\xca\x97\xef\xab\x04\x57\x88\x16\x29\xc7\xf1\x46\x51\x4d\x14\x6e\x74\x44\x25\x56\xb8\x11\x2f\xb8\x2e\x48\xef\xd6\x9e\xe9\xdf\x24\x9c\xef\x44\x14\x1f\x6c\x4c\xc1\x6c\xb8\x97\xcd\x3f\x48\xa7\x04\x14\x9d\x81\x74\xc8\x85\x5c\x74\x8d\xb8\x65\xe2\x38\xc7\xd2\xff\xe2\x6c\xe7\x86\x90\xa7\x04\x3b\xe7\x06\xa6\x24\xd8\x89\xe5\x59\x01\x45\x2d\x87\x8a\x02\x8a\xce\x0d\xf6\xfe\xb6\xe5\x39\xa6\x66\xe5\xd4\x39\x37\x88\x9b\x78\xa2\xd8\x68\x15\x4f\x74\x6e\x5b\xaa\x5a\x22\x42\xcc\x53\xde\x9c\x72\xa2\x9d\x2a\x6d\x4e\xd9\x7a\x20\x2b\x4d\xf0\x35\x65\xd1\x39\x37\x94\xde\x37\x07\x17\x52\xe7\xdb\x69\x7d\x91\x0f\xdf\x4a\xce\x14\x0b\x2e\x89\x72\x10\x17\xde\xf8\x2a\xfa\xf6\x63\xfe\xfd\xc6\xda\xcc\x02\x39\x16\x69\x67\x7f\xeb\x29\x9c\x73\xc3\x0c\xf0\x76\x2c\x48\x9c\x15\x8a\x3d\x3a\xb7\x2d\x1f\x6a\x73\xd5\x4c\xb4\xb4\xa4\x92\x8d\xa8\xa4\x37\x1f\x23\xe5\x9b\x43\x8d\xed\xf5\x46\x64\x46\xc1\x7a\x93\x93\x29\x90\x3c\x85\x6c\x03\x45\x17\x9d\x5b\xe6\x52\xb1\xbb\x25\xb6\x69\x45\x17\x15\x4c\xcc\x63\xf3\x82\xed\x81\x7c\x34\xf6\x80\xde\x6b\x26\xd2\xa1\x88\xa1\x03\x0f\xf6\x50\x88\xd0\xb9\xd9\x1c\x3d\x36\x36\xbf\x59\xfb\x70\xfa\x98\x81\x48\x3b\x14\x24\x74\x62\xe2\x1a\x8a\x11\x6a\xbe\x2b\xb6\x20\x23\x3b\x80\x9a\x6a\x5e\x40\xdd\xcd\x04\x94\x74\xd3\x03\xf9\xb4\x1b\xf4\xe1\x6c\x46\x4e\x86\xba\x40\x1b\x30\x3b\xd8\xda\x07\xe0\x6c\xa8\x0b\xb4\x84\x30\x68\xea\xf6\x2c\xa4\x6e\x17\x94\x86\xcc\x7f\x46\x40\x56\x10\x7c\x15\xf4\xea\x8b\x90\x0b\x7a\x4a\x1d\x4b\x3b\x8e\xb1\x1c\xf4\xe9\x58\x6c\x2c\xc7\x43\x6f\xd4\x9c\x0e\x9e\x5d\x90\x4e\x97\xfa\x01\x8d\x10\xcd\xfa\x2a\xc1\xc1\xf4\xd9\x70\x52\xb3\x66\x93\x4c\x33\x40\x8e\x1c\x60\xaa\x77\xbf\x3c\x66\x2a\x19\x3b\xc2\xe2\x99\x42\xb1\x80\x23\x90\xad\x92\x56\x89\x87\x33\xaf\xa0\x84\x0d\xa2\x6b\xea\x9e\x42\xd3\xa2\x4d\xb0\xc3\xd1\x36\xa4\x60\x5d\xa0\x5e\x97\xd9\x02\xd9\x1b\x36\xc0\x01\xd7\xb4\xb9\xd2\xd8\x31\x46\x9c\x01\x9f\xf6\x2d\x6e\x80\x8c\x86\xa6\xec\x31\xb4\x10\x3a\x9c\x8b\x25\x51\x57\x63\xbf\xc1\x09\x8c\x6f\x13\x12\xbd\x2a\x9c\xc1\xc9\x79\x16\xe4\x53\xb6\x07\x7c\x3b\x74\x87\x5e\x6c\x80\xf0\x0d\xee\x05\x9a\x72\x76\x30\xf4\xca\x1c\x29\xd4\xad\xa0\x8d\x29\x8c\xb9\x1d\x14\xa6\x9e\x04\xcd\x9c\x11\x17\xdf\x53\xc8\x48\xfd\xa9\x5f\x91\x21\x78\x65\x1c\x70\xd5\x33\x60\x73\xdd\x02\x28\xfa\x3c\x52\xc8\xba\x79\xa4\xce\xa9\x32\x2a\x3b\xe8\xf0\x3d\xe2\xc6\x62\x90\x55\xa5\xa5\xae\xb6\xa5\xf9\xe1\x50\x30\xcb\xb9\x1d\xa9\x29\x7b\xc5\xe7\x3b\x53\x8e\x95\x90\x71\x38\x4a\xea\x4a\x33\xce\x2a\x05\x76\x16\xff\x89\x4d\x1b\x07\xab\x64\x75\x76\x1c\xac\xd2\xc5\xb0\xe5\x5b\xd9\xf7\xd4\x35\x06\xa0\xce\xd1\x7a\xd1\xae\xa3\x06\xb0\x0b\x8d\xc3\x7c\xd5\x7a\xcf\x38\xfc\x90\xc3\xf9\xc3\xfc\x26\xab\xaa\xc3\xa2\xa1\x0c\x65\x63\x29\xce\x81\xb6\x20\x1f\x4a\x20\xab\x47\xe1\x5b\xa6\x52\x76\xfa\xc6\x0e\x75\x66\x96\x81\x4d\x72\x1c\x56\x2a\xd8\x2e\x8a\x41\x39\xb7\x02\xaa\x53\x86\x90\x83\x0e\x31\x44\x59\x56\x1c\x7e\x7f\x06\xe6\x3c\x14\x82\x72\x6e\x16\x81\x47\x21\xe3\xac\xc5\x99\xa1\x08\x94\x93\x50\xb9\xa1\x98\x93\x13\x1f\xda\x28\xf6\xe3\xa2\xfc\x0f\xde\x9b\xf1\x85\xd7\x05\xea\x66\x77\x4f\xa1\x22\x3e\xac\x06\x8e\x64\x5f\x81\x26\xca\x60\xbd\x1a\xa0\x11\xa2\x1d\x1b\x1c\xd2\x89\x0d\x0e\x68\x7a\xa3\x0c\xa8\x34\x0d\x89\x4a\x0b\xc3\x5c\xe4\x74\x6e\x85\x3e\x95\x38\xc9\x77\xbc\x16\x24\x32\xe4\x5c\x29\x36\x2b\x36\xd8\x5b\x41\x49\x18\xf9\xd2\x44\xc1\x1c\x78\x93\x17\x10\xb0\xd8\x74\xa4\xcc\x6c\xf2\x48\x3b\x3a\xae\x2c\xd2\x0c\x45\x99\xac\x42\xea\x2e\x3d\xe0\xdc\x0a\x63\x9e\x1a\x33\x7b\xb1\x98\x4f\xd7\x94\x79\x67\x66\xf2\xcc\x0d\x2a\x13\xe2\x07\xca\x4f\xce\x56\x05\x96\x9c\x5b\x46\xc9\xfe\xcf\x4a\x2f\x32\x38\x11\xdc\x46\x11\x13\x3f\x83\xab\x93\x12\x37\x98\x78\xb5\x70\xc6\x29\x5c\x11\xce\x6c\xd7\x1a\x15\x41\xdf\xc2\xea\xa8\xa6\x11\x18\xb3\x03\x42\x5a\x83\x7f\x56\xd8\xb6\x25\xb9\xc1\x73\x30\x6d\x0f\x68\x8b\xf2\x48\x65\xad\x1f\x67\x85\x63\x40\xc8\x03\xbc\xc0\xe9\xf9\xa3\xd7\x21\x0a\x3f\x03\x69\x68\x9f\x66\x5f\xee\xa5\x01\x9a\xa5\xc3\x66\x14\xe8\xd1\x88\x2a\x1d\xd5\x94\x00\x47\x57\xba\x96\x73\xe3\x68\xa8\xac\x7c\x4b\xa1\x79\x6d\x67\x56\x6e\xcd\x75\xf0\xb9\xb5\xff\x38\x0a\x2a\x86\xc8\xb4\xf3\x32\x02\x01\x75\x0d\x2d\xc8\x4e\x26\x97\x2f\x2d\x82\x35\x84\x9c\xea\xd5\x86\x3b\x28\x06\xe4\xdc\x60\x89\x7a\xba\xe5\xdc\x20\x4c\x9e\x6e\x41\x6e\xa9\x98\x30\x5b\x9a\xd1\xe4\x8d\x54\x5d\xdc\xf3\xfa\x34\xf3\x96\x4b\xcb\xe3\xe0\x19\x17\xb4\xe9\xe1\x67\x5c\x5a\x83\x75\x9d\x3c\x55\x7e\x00\x41\x7c\x17\xa0\xf1\xa9\x40\xc3\x83\x4e\xa1\x56\x88\x3d\x7e\xc2\x0f\xd2\x89\x04\x71\xd6\xe7\xc4\x7d\x81\x5c\xe7\x77\x5d\x72\xc6\xf2\xae\xcb\x85\x8c\x75\x42\x4f\xb0\xc4\xd3\xe7\x09\xcc\xe2\xb4\x98\x07\xd7\xf3\xc3\x2e\x85\x8d\x7b\x9a\xd4\xae\x1f\x26\x37\x59\x55\x25\x8d\xc1\x63\x4e\x53\x5a\x4b\x87\x92\x67\xae\x94\xf9\x5c\x44\x28\x39\x11\x0f\x39\x30\x14\x2f\xc2\x6d\x98\x05\x69\x9e\xa1\xa5\x53\xd7\xa1\x0e\xf6\xff\xc9\x15\x92\x91\x0f\xa7\x07\xc9\x6c\x89\xe7\x10\x31\x3d\x4e\x3f\x22\x05\xb9\x9c\xe6\x23\x99\x57\xf9\xcd\xd0\xa9\x86\x42\x3b\xca\x0e\x81\x28\x98\xa3\x10\xc0\x3e\x4e\x93\x52\x63\xca\x1d\x4d\xd4\xb2\xcc\x1c\x1f\xc8\x4f\xce\x4c\x53\x71\x2d\x8f\x0b\x0a\x01\x9f\xab\xc3\x3c\x07\xa0\xba\x81\xf0\x94\x8c\xa6\x62\x57\x1f\x97\x0e\x90\x9c\x1f\x57\xa7\xd3\x0a\xe8\xab\x5d\xe9\x44\x87\x64\x3e\x94\xaa\x56\xe1\x72\x8a\xe5\x28\x11\x96\x2e\xc4\x46\x44\x95\xcb\x6f\x9a\xd6\x23\x75\x75\xe7\x1c\x5a\xbf\x30\x24\x71\x48\xf9\x05\x16\x2c\xbd\x43\x99\x67\xce\xad\xa5\x6c\x09\x8d\x65\x0b\x02\x8e\x67\x64\x93\x28\x98\xe3\xdc\xf2\x21\xae\xd6\x1e\xd0\xae\x26\xda\x41\x18\xe9\xa0\xe7\x93\xa7\xd2\xac\xf5\x7c\x64\xf9\x0b\xee\x83\x24\xed\xc7\x5b\xb6\xe3\x03\x1a\xbd\xb4\x23\x99\x36\xd3\x2c\xf5\x7d\x64\x7e\x10\x30\x46\x3a\x31\xf7\x01\xbb\xe9\x87\x21\x02\x99\xf9\xc0\xa8\x2e\xf4\x3f\x0e\x97\x0b\xb1\x94\x13\xf5\xb2\xc9\x33\x12\xee\x65\xde\xc4\x99\xee\xa8\x90\xd6\x8e\x34\xac\xd4\x56\x57\x1a\x92\x0b\x65\x4b\x2f\xbe\x20\xc1\x48\x9c\x15\xa9\x96\x54\xf5\x71\xc2\x72\xea\x9d\x97\x73\x83\x35\x10\x31\x72\xb1\x2a\x8a\x18\x39\xb7\x1e\x48\xac\x1c\x46\xd1\x74\x09\x09\x47\xc9\x68\x56\x41\x59\x3e\xbf\x00\x33\x6a\x49\xab\xc3\x5d\xa6\xae\x4c\x1a\x7b\x20\x31\x76\x76\xb8\xf2\xe9\xac\x2f\xd3\x89\x82\xde\x91\xc1\x1a\x62\xf1\x07\xd4\xd6\x64\x13\x35\x18\x17\x73\xd9\x7c\xa9\xed\x62\x01\x9d\x51\x27\x02\x48\x83\x4c\x39\x6f\x95\x50\xe7\xc4\x50\x31\x9a\xc9\x14\x12\xe6\xcd\x97\x8a\x08\xe4\xe8\x92\x08\x07\x0a\x2e\xd9\x4b\xb4\x0c\x45\x97\x94\x23\x43\xf1\x4b\xda\x99\x03\xa7\x47\x82\xcb\x35\x5b\x42\x33\x05\x32\xa1\xb7\xf4\x2f\xca\xcb\xb1\xd3\x24\x01\xed\xd0\x73\x73\xd4\xf6\x95\x0e\x2d\xf2\x64\x54\x93\xc5\xa3\x47\xa7\x37\x68\x41\xc0\x37\x7c\x91\x22\x9a\x85\xdb\x11\xe8\xe1\xaa\x7f\x83\xe8\xdd\x9d\xc6\x19\xc6\xd6\x6d\xbf\x64\x22\xbb\xe9\xe5\x03\xb1\x22\x15\x50\x69\x82\x90\x5b\x9c\xfb\x06\x1f\xe4\xe8\x8e\xb6\x6e\x25\x85\x7a\xda\xbc\xe5\x43\x89\x05\x23\x3d\xda\x96\xd9\x80\xcc\x49\x61\x8e\x0a\x2d\x29\x0d\x5e\xd0\x45\x3d\x5b\x9a\x91\x79\x3c\x6a\x93\xc2\x47\x8e\xeb\x53\x26\xd3\x0b\x7c\xa2\x9b\x76\xa2\xd6\x75\x0b\x46\xe9\xc2\x97\x1c\xa3\xc7\xf9\x91\x98\x2d\x3a\x96\x62\x44\x0e\x2c\x69\x43\x31\x22\xfb\x01\x2f\xe8\x76\xc4\x37\x14\x83\xc4\x88\xb0\x9f\xba\xf9\x58\x94\xbc\xee\x57\xa7\x5a\x3e\x3d\x95\x4c\x10\x14\x6e\xf0\x4b\x2f\x4d\x69\x61\xc0\x96\xf7\x64\xd2\xc9\x70\xd5\x80\x3e\x12\x4a\x9a\x75\x9c\x6d\x4f\x9f\x0f\x13\x50\x30\x7a\x6a\xa6\x99\xcc\xdb\x02\x46\xfa\xd4\x38\xb3\x5e\xd3\xea\x47\x0f\xb8\x7f\x7f\xf5\x92\xb5\x9d\xbe\x4e\xdf\x03\x8a\x8b\x70\xd6\x75\xdf\x02\x88\xfa\xd1\x27\xe8\x82\x1f\x19\x4e\xe1\x4e\x8a\x3d\x69\x17\xec\xc8\x0f\xdc\x8c\x4f\x9f\xeb\xc4\xd8\x61\x31\x8e\x35\xf9\x88\x18\x0a\x36\x39\x77\xc6\xe5\x60\x93\x03\xa1\xd8\xb1\x26\xd8\xbf\x87\x42\x4d\xce\x9d\xfd\x35\xfc\xda\x63\x43\xc4\x19\xbe\xd6\x12\xed\x51\xa1\x26\x0b\xbb\x06\x38\xf4\x69\x9a\xbd\x5d\x37\x2d\x29\xc7\xef\x99\x86\x98\xe8\x74\x6a\xe9\xba\xa6\x5d\x0d\x05\x1e\x3c\x50\xfe\x0b\x43\x41\xf9\x67\x28\x43\x21\xcc\x2d\x65\x8e\xc9\x47\xe5\x18\x43\xbb\xa8\xa7\x1d\x6b\x93\x50\xd4\x90\xd4\xb5\x43\x42\x8a\x1f\x39\x63\xed\x51\x02\xa0\x73\xcf\xe4\xf9\xf4\x8d\x09\xc4\xe1\x24\xbc\x3c\xb1\xc0\xc5\x84\xf7\x4c\x89\xd3\xe7\xee\x99\xb0\xdb\xb3\x79\x01\x79\x93\xa5\xec\xd2\x7d\xd7\x7c\xa8\x98\x90\x92\x3e\x4c\xa6\x6c\xa3\xe1\x9c\xcd\x44\x07\x0d\xe2\x50\x32\x21\x32\xd0\x71\x9f\x6a\x28\xaf\xd0\xb9\x67\xd6\xa7\x22\xc6\x20\x9f\x81\xf0\x06\x36\x56\x02\xa3\x56\x0d\xa7\x8d\xe1\x38\x1b\xd0\xe1\x9e\xba\x7a\xde\x0f\xf1\x9e\x10\x95\x86\x6c\x39\x7c\xbd\x20\xba\xd1\xc8\x71\x9b\x4f\xdf\x2e\xf5\x50\x1c\x96\xf2\xd1\x9a\x6f\xbb\x1f\x39\xd3\x15\x97\x72\xee\x2c\xdf\x6d\x52\x04\x05\xe5\x0f\xe2\xad\xe5\x05\x75\x95\x15\x20\x51\xde\xfe\xe3\xdb\x3a\xe3\xe6\xc2\x28\x07\x98\x52\x0d\x9d\x3b\x73\xe0\x80\x96\x86\x3f\x63\xdc\x4e\x26\x8e\x90\x7c\x3b\xca\xa9\x9d\x01\x75\xba\x7d\xaa\xea\x05\xcc\x2b\x65\xc6\x8e\x51\x41\x86\xe0\x6a\xba\x43\x36\xb9\x2d\xdf\x47\x10\xbf\x6d\x1b\x84\x1d\x29\x0f\x51\x89\xfd\xf4\xf6\xad\x28\x62\xb0\x86\x62\x58\x6a\xcc\x5e\xb7\xe3\xe2\x38\x78\x6e\xc7\x2d\xb5\x33\xa0\x94\x33\x44\x54\x1e\x37\x6a\x68\xd7\xb7\xaf\xa3\xc0\x45\xc8\x2c\x54\xa1\xad\x5b\x8e\x99\x48\x6b\x37\x14\x83\x10\xaf\x64\x42\xe7\x1e\x0c\xa6\xd6\x00\x79\x5a\x01\x2e\x6b\x9a\x53\xf5\xa1\xc2\x60\xa0\x49\xff\x34\xf3\x16\x02\x5e\xe6\xe9\xfc\x52\x15\x56\x30\xcd\xb8\x90\x13\xfe\x5f\xc6\xce\xe5\xea\x62\x54\x57\xc2\xa9\x9c\x10\xb6\x8d\x79\x4d\x3a\x17\xd8\x8f\xfc\x43\xb8\xcb\x55\x5f\xb9\xef\xec\xef\xa1\x16\x18\x30\x08\x49\x88\x42\xda\xe6\x08\x58\xdd\x21\x89\x0a\xf7\x8a\x73\xfb\xf9\x52\x4d\xe1\xf0\x6c\x1d\x90\x1e\x5d\x28\x73\x2c\x43\x07\xd6\x12\xb3\x73\x0f\xb2\x8a\x51\xd9\xd7\xc8\xe1\x51\x21\x52\xea\x91\xba\x02\x9d\xc4\x03\x23\xd0\x49\x3d\x9e\x9a\xcc\x41\x81\x54\xc4\xad\x87\x92\xc7\x0e\xf5\xbb\xc3\x06\xe6\x0a\x61\x50\xea\xf1\x50\xea\x11\xbb\x6e\x3b\xa0\x20\x40\xfc\xa9\xcc\x46\x15\x2c\xc2\x24\xb2\x50\x0c\x4d\x00\x2a\x80\xe4\xe6\xb6\xd9\x1e\x0b\x71\x5b\x54\xa0\x36\xb7\x0d\xf5\xa7\xac\x48\x71\x33\x02\x9b\xe9\xb8\x4d\x04\x42\xa9\x07\xa2\x4a\xb0\x93\x7a\x60\xe3\x28\xd2\xd0\x99\xf3\xa9\x82\x09\x9d\xb1\x46\xb6\x63\x32\x8f\x94\x6d\xe9\x48\x46\x2a\x98\x5b\x79\xda\x94\xa7\xaf\x66\x64\x4a\x78\xcc\xbe\x13\x58\xe5\x04\x14\x38\xdf\xd6\x73\x28\xb6\xf7\x80\xb5\x27\x64\xf9\xe7\x7f\x17\xaf\xe6\xe6\xdb\xc7\x48\xb0\x73\xd3\x60\x95\xa3\x97\x94\x0a\x78\x8c\x84\x7b\xfb\xbd\x52\x4b\xd5\xad\xa3\x46\xba\xfc\x28\xe0\xc2\x80\x92\x55\x30\x42\x49\x71\x60\x15\xbc\x91\x18\x69\xd4\x21\xaa\x1a\xfb\xf9\x4d\x22\x97\x0e\x25\xf0\xd8\xf3\xa5\x97\xbc\x41\x75\x05\x3d\x62\x34\x76\x1e\xf4\x0c\x47\x49\xd0\x62\xe6\xbf\x7d\x13\x11\x5b\xe8\xed\x10\x86\x47\x5a\xd5\xbe\x2b\xe9\x51\xef\x98\xf2\x21\x4a\x8e\x15\x70\x62\xa8\x23\xa6\xab\x33\x43\x4d\x87\xcc\xbd\x49\x5d\x18\xe4\x47\x9c\xcd\x31\x7f\x29\x27\x76\x74\x83\xb3\x46\x45\x62\x3c\xf0\x17\x28\x0d\xe7\xfa\xfb\x71\xfc\x4c\xc8\x1f\x46\x4e\x3c\xf1\xfc\x96\x84\x54\x0c\x8d\x37\x77\x50\x48\x3b\xc1\x66\xea\xf1\x50\x62\x56\x34\xe0\xdb\x02\xec\x4a\x33\x4b\xf7\x96\xf0\x8e\xc3\xa7\xb0\x01\x1c\xe2\xe7\x88\x79\xfe\xb6\xad\xc5\x6c\x7c\x2c\xa3\xf0\x89\x28\x2f\xd5\x51\xc2\xae\x1f\x5f\x82\xc4\xe6\x15\x66\xa6\x66\xd1\x3f\xbc\x38\x67\x63\x7d\x22\xb3\x52\x57\xce\x0c\x84\xe6\x07\x93\xe9\xc8\xa7\x16\xf1\x2d\x9f\xea\xf9\xcb\x95\x4e\xf5\x84\x2e\x65\xf6\x7e\x21\x4d\x14\xf1\xe7\x1c\x19\xed\xcd\x93\xcf\xed\xe3\x87\x23\x24\x86\xeb\x07\x4f\xc7\x53\xb7\xd9\x5d\xc0\x6f\xeb\xd0\x78\xa0\x00\x05\x8a\x29\xcf\x24\x70\x03\xc6\x21\xe5\x63\xc6\xbb\x32\x02\x3f\xe4\xa6\xcc\xb2\x0e\x7b\x40\xd1\x80\x4e\x1e\xd7\x4d\x45\x03\x2a\x23\xbf\xec\xec\x03\x4f\x99\x30\x9c\x1c\xfd\x14\xd2\xa7\x1e\x35\x35\xd9\x05\x21\xe5\x44\xc7\xa7\xf8\x71\x82\xec\xb8\x23\x15\xd4\xa7\x14\x14\xde\xc7\x32\x11\x25\x22\x64\x4d\x39\x7a\x28\x1d\xb7\x51\x86\x0a\xe9\x53\x5f\x99\x39\x07\xe9\xed\x3d\x85\xba\x3e\xcf\x72\x38\x0c\x55\x3c\x6a\x82\xd9\x94\x72\xe6\x4b\xdb\x76\x47\x06\x20\x4d\x89\xf3\xf8\xe3\x94\xb4\x1c\x9a\x05\xa4\x29\xb9\x14\xfb\x46\x53\x56\x48\x47\x77\x9e\x29\xb5\xd6\xc2\x10\x55\x6c\x9e\x9a\x1b\x87\xaf\x63\x31\xd2\xec\xd7\xba\x11\xf1\xa2\xf0\x3b\xf5\x40\x84\x0a\x38\x53\x09\x93\x31\xc9\x53\x15\x53\xfc\x1b\x45\x49\x97\x7e\xc8\xc0\x01\xe9\xeb\x70\x7d\xb9\x4c\xfa\x22\x0b\xb1\xdb\x93\xd4\x6a\xa6\xd4\x81\x3d\x69\x97\xe3\x27\x36\x80\xe3\xf1\x44\xfb\x7c\x89\xb0\xc1\xf9\xc9\x69\xac\x8e\xce\x54\x3b\x8f\x55\xa4\xd8\x37\x1a\x38\xed\xca\x49\x54\x33\x5c\x39\x89\x30\x58\x1c\x9d\x27\xce\x2f\xe1\x6a\x6a\xcc\x39\xe3\x6a\xb2\x42\x5f\x2e\xe1\xaf\x54\xd5\x8e\x6e\x69\xc6\x73\xc9\x58\x9d\x9f\x94\x1d\xfc\xc5\x77\x91\x1e\x37\x13\x44\xb3\x38\x2f\x30\x51\x14\x71\xa7\x1e\x6c\x20\x01\x64\x6a\x36\xf4\x17\x11\x57\xd3\x90\x93\x57\xa5\xaa\x44\x5c\x4b\x9f\x12\x71\x2d\x7d\x68\x74\x59\x21\x69\xe0\x6b\xa6\x43\x9b\xed\xc8\x2d\x92\x55\x61\xad\x18\x4b\xc3\x43\xf1\xe9\x5c\x55\x47\xff\x3b\x91\xce\x5d\xd7\xf7\xd0\x9c\xba\x84\xbb\x29\x71\xdf\x80\xbb\xc9\x31\xc7\xb8\x9b\xe3\xa9\x6a\x97\x08\x4b\xf2\x1b\x2c\x74\xc6\xa0\x18\x5e\x3d\x94\x04\xcc\x43\x69\x4b\x23\xc5\x8c\xc2\x89\xab\xcb\x28\x9c\x8a\xf0\xf9\x85\x2b\x27\xa4\xd0\x67\xe8\x15\xe5\xb2\x3a\x4b\xfa\x77\xa0\x97\x88\x63\x25\xaf\x2a\xb9\xd6\xf9\xf9\x62\x09\x60\xf0\x04\xb0\xd3\x42\xf9\xb8\xc4\x39\xf4\x87\x8a\xbe\x32\x04\x9d\x07\xb0\x67\x7e\x96\x94\x88\x91\x9f\xaf\x9d\xa3\x4c\x7f\x3e\x6a\xb2\x85\x7e\x3e\x5b\xb2\x89\x7f\xb8\x44\xe0\x26\x25\xb0\xaa\x47\xc6\x6e\xae\x6c\xa1\xb4\xa7\x33\x3d\xd6\xc2\xc8\x38\xe5\xa8\xaa\x47\x46\x1e\x8e\xe5\x2f\xa5\x85\x83\x5c\x21\x52\x50\x0e\x4b\x42\xf6\x94\xe8\x15\x67\xac\x3a\x67\xca\x88\xcf\x0e\xe5\xa1\x86\xd3\x1c\x95\x8f\x27\xf0\xf3\xb7\x99\x4a\x26\x44\xf0\x83\x38\x40\x15\x45\xe8\x7c\x3d\xcd\xea\xaa\x94\x77\x95\x53\xf9\xac\x4a\x24\xc1\xcf\x81\x3d\x2c\x52\xd6\xcb\x37\x0c\xdc\xe3\x2c\x25\xb4\x2a\x5c\x46\x2e\x25\xb4\x2a\xa7\xfb\x58\xca\x67\x75\x9c\x35\x1f\x56\xb9\x5c\xba\x29\x0e\x88\x9d\x66\xe0\x17\x9a\xe1\xa0\x60\xb3\x75\x39\x67\x14\x88\xae\xe5\x38\x41\x8e\x46\x76\x53\xe6\x6d\x9f\xba\xd6\x0b\x21\x66\x11\xbc\x5e\xbe\x0b\xe0\x85\xea\x7a\x99\x27\x46\x7a\xb1\xfb\x7a\x30\x04\xc7\x11\x9b\x8c\xcf\x78\xa1\x49\x9f\x7e\x58\xc5\x49\x6f\x39\x6a\xcf\xbc\x32\x3e\x33\xc5\x08\x25\x44\xf6\xa4\x13\x5d\x05\x1c\x23\xed\xd8\xf4\x38\xd3\xa5\x95\x7b\xe6\xc4\x0f\x01\x79\xb5\xbc\x94\x07\xaa\x1e\xf9\x33\x60\x28\x83\xd9\x14\x5b\x60\xaa\xad\x57\xc2\x91\x43\x4d\x39\x2b\xe9\x04\x1f\x43\x06\x94\x64\x3e\x50\xb2\x23\x9f\x66\xec\x3d\x9a\x21\x19\x8f\x1b\x52\x70\xa0\x7a\xf8\xf4\xbd\x14\x1b\xe8\x20\x16\xc4\x12\xb0\xe8\x20\x20\xc7\x52\x6c\xa0\x82\x74\x5c\xc7\x90\xff\x71\x86\xb2\x23\x8c\xf5\x3b\x2c\xa9\x46\x9a\x11\x1e\xbc\xa5\xcc\xf6\xf9\x4c\x8f\xf6\x83\x59\x3c\x2f\x62\x03\x39\x28\xdc\x4d\x6a\xf7\x8f\x50\x5e\x69\x46\x6e\x66\x2b\xb4\x63\x37\x58\xbe\x9b\x3a\xb5\x67\x38\xd3\x2f\xc5\x07\x94\x00\x17\x85\x0e\xc1\x37\xe4\x47\xc0\x37\xcc\x3f\xb3\xc8\xdf\x75\xed\x4e\xab\x69\xd7\x0c\x33\xa1\x6c\xb7\x9c\x21\x89\x38\x06\xf5\xd1\x56\x0c\xa5\x15\xc9\x6c\xe9\x7a\xfc\x60\x61\x85\x70\x2a\xd7\x43\xb1\xea\xf4\xb8\x58\x59\xfa\x40\x45\x16\x2a\x4b\x29\x9e\x2f\xe6\x60\xfb\x78\x57\xe8\xc5\x4a\xf1\xa1\x24\x0e\x67\x28\x6f\xb7\x2c\x98\x0c\x7f\x72\xff\xdd\xa4\xcf\xd0\x8d\xc1\xfb\x6a\xc0\x51\xea\x6e\xf2\xab\x4e\x19\xa0\x0f\x02\x2c\x83\x82\x07\x15\x5e\x09\x2c\x05\x0f\xba\x3f\x3c\x20\xfd\xdb\x13\xca\xce\x1c\x16\x57\x50\xa9\x52\xae\x14\x36\x6f\xd4\x14\x7a\x19\x2c\x94\x97\xa2\x00\x55\x27\xa3\xbf\xa9\xaf\xe4\x63\x83\xf2\x78\xa8\x69\x06\x02\xd8\xb5\x4e\xfb\xff\xaf\x14\x4a\x7d\x4c\x3e\x74\x2c\x75\x87\x9e\xbb\x49\xdf\x0c\x76\x06\xa4\x1b\xa1\x83\x55\x39\x27\x33\x12\x52\x2c\x8c\x04\x3a\xed\x3a\x85\xf9\x15\xf4\xa7\x9e\x2f\xba\x44\x9d\xd9\x8c\x59\x8e\x01\xc4\x8d\xfd\x22\x87\xd5\xcc\x60\x17\xcb\x99\x4f\x95\xce\xf9\x4a\xa1\x00\xca\x48\x03\x61\xaa\xca\x7c\xca\x58\x5c\x7e\x6c\x79\x74\xe9\xd2\x06\x6c\x63\xb0\xcb\x31\x71\x69\xc7\xda\xee\xc5\x3f\x4b\xd9\x71\x03\xbb\xce\xb0\x1e\xed\xd8\x3a\x1b\x29\x94\xf1\x3f\x90\x47\x0a\xfa\x53\xcf\x4c\xa5\x8d\xff\xfc\xa5\x2c\xb0\x33\x3c\x21\x6c\xcd\xf9\x4a\xa3\xdb\xcd\xf0\x23\xc4\xfc\xf1\x7f\x14\xdb\x51\xc4\x1e\x58\x06\x55\x81\x72\x59\xc5\xd2\x89\x83\xd2\x52\x58\x9f\x7a\x32\x56\x05\xf2\x19\xc4\xfc\x58\x82\x58\x95\x3e\x43\x69\x00\x28\x30\xc7\xf8\x01\x84\xb3\x8a\x25\x15\xa1\x1a\x56\x31\xdb\x3d\x5d\xc8\x69\x07\xf7\x18\x7d\x45\x16\xcc\x9b\x64\x9d\xf9\x52\x18\xfa\x96\xb1\x1a\xbe\xe3\xb0\xc8\x37\xa9\x4d\x9c\x4e\x84\xb6\xc0\x26\x5f\xc5\x58\x9e\x48\x32\x41\xb3\xaa\xe3\x72\xde\x94\x92\x72\x32\x59\x04\x12\x22\x02\xc6\x72\x20\xa1\xf9\xb4\xf3\xd3\x4c\xd2\x8c\x79\x12\x61\xa9\x70\x40\x15\xe4\xcc\x32\x88\xeb\x3c\x43\xa9\xc3\xb4\xe9\xb0\x08\xbc\x87\x58\xc5\x6f\xc1\x1c\xc0\xf8\x26\x8d\x25\x42\xd7\x1a\xc5\xd5\x41\xbb\x2e\xc3\xb8\xc8\xe7\x79\x93\x8e\x25\x12\xea\xa7\x4e\xa1\x64\x56\x01\x28\x5f\x25\xa6\x3e\x23\xc2\x74\xea\x7f\xdf\x53\x2e\xe3\xb8\x3a\xa8\x8e\x55\xcc\x79\x67\xda\x95\xb3\xe3\xe9\x13\xce\x4b\x55\xeb\x7b\x76\x54\xb1\xb6\x75\xd0\xe2\xb6\x1c\x2f\x88\xeb\xe1\x25\x20\x57\x3d\xd9\x34\x17\x5c\x7a\xa6\xaa\x16\x97\x11\x08\xd5\x75\xc4\x8e\xb9\xb8\x4b\x42\xdd\x5e\x83\xd1\x86\xf4\xea\x1e\x50\xde\xd3\x3d\x7d\x2e\x8b\x8a\xb4\x2b\x8f\x13\x86\x8c\xa2\x09\xd5\xf3\x48\x55\x3f\xca\x0b\x75\x5b\x88\x60\xf4\x96\x70\x65\xf5\x7c\x51\x66\x2f\x09\x07\x95\x75\x19\xad\xdf\x52\x57\x57\xed\x27\xcb\x79\xe1\xc9\x43\x94\x5e\x9c\x57\x11\xfc\x97\x9f\xac\x12\xd1\x6d\x5d\x7e\x97\x98\x29\x91\x8b\xf8\x2c\x69\x48\x4a\x74\xa4\x4f\xa7\xd4\x87\x32\x67\x22\x00\x05\x31\xab\xc0\x53\x97\x21\x66\x67\x09\xe5\x5d\x43\x7f\x3a\x90\xf2\x0a\x6f\x5d\xce\x5d\x8b\xca\x34\xc0\xec\x44\x2b\x2a\x90\x50\x05\x22\xb4\xae\xe4\x5d\x64\x29\xb9\x09\xc0\x6e\x51\x5c\xa1\x72\x96\xd4\xb5\x74\xbe\x58\x2d\x39\xd9\x9c\xb1\xee\xa6\xb0\x33\x53\x57\x8c\x97\xb9\xc2\xdd\x71\x31\x58\x01\x08\xcf\x87\x92\x3c\xf6\x59\x7a\x55\x07\x82\x27\xa4\xca\x22\x3c\x10\xc7\xa8\x45\x78\x20\xc2\x2a\x2e\x63\xc3\x1a\xa1\x52\x96\x42\x00\x15\x9c\xe4\xab\xe2\xb7\xc0\x02\x51\xf0\x9e\x52\xd3\x8d\x25\xd0\x95\x32\x05\x31\x66\xec\x95\x43\x1f\xbb\x51\xb8\xad\x7a\x3e\x94\x1f\xbf\x14\x28\x04\x00\xe3\xd1\x9d\x79\xe6\xcb\x10\x2f\xde\x54\x2e\x43\xbc\x08\x5e\xb4\xaa\xd3\xfd\xa1\x20\xaa\x57\x1d\x4b\xa0\x1a\x62\x8a\x20\x75\x40\xa0\x2b\x47\x0a\x47\x04\x6a\x04\x5f\x59\x15\x1f\x6d\x7e\x8b\x03\x21\xdb\x42\x31\x81\x46\x4e\x06\xd5\xcf\x01\x88\xec\xb8\xaa\xd9\x22\x7f\x22\xe3\xff\xbc\x52\x66\x49\x56\x32\x3e\x27\x88\x4d\x3b\xfa\x93\x2b\x1f\x2a\x2d\xd0\x33\x02\x74\x66\xfe\x45\x07\xc4\x92\xbf\xb6\xf1\x06\x03\x55\x03\x7f\xd2\x87\xac\xb5\x13\xb1\x6f\x20\xd9\x59\xd2\x8a\x96\x80\x0d\x0d\xac\x8c\x98\x94\xab\x62\xba\x8d\xb4\xaa\xa8\xa9\x88\x64\x07\x0c\xe2\x0d\xd8\xaa\xb6\xe3\xae\x7c\xa8\xc3\x22\x97\xb1\xab\x39\x68\x3b\x8f\x1c\x56\xb3\x8c\xe3\xdc\xd4\x0c\x11\x42\x90\x36\xc7\x62\x88\x55\x25\xc8\x59\x07\xfe\xb5\x9a\xc1\x19\xfd\x21\xbf\x8a\x5c\x38\xff\x16\xde\x42\xa0\x55\xe2\x70\x2e\x23\xd0\x3a\x41\x4c\x97\x82\x0b\x3d\x76\x42\xb3\xce\xec\xa1\xbc\x2d\x50\xfe\x0e\x2e\x54\x31\x5e\x9d\xfa\x2c\x8c\xdf\xcc\xa2\x30\x5e\xb3\x5a\xec\x94\x61\xaa\x21\x99\x1c\x2f\xa8\x11\xbc\x67\x35\xe7\x1c\x6c\x99\x11\xeb\xc9\x96\xba\xde\xfe\x2d\xed\x7a\x5f\xb4\xd4\xf5\x2a\xc0\x6b\xcd\x0c\x84\x7a\x6b\xf6\x97\xf1\x4c\x7b\x91\x17\x2d\xc6\x6d\x13\xd8\x07\x74\xd1\x12\xb0\xac\x72\xdd\xb7\x9a\xd9\xa9\xe7\x43\x6f\xdb\xa7\x90\x50\x7d\x8c\x3e\x4c\xc3\x78\x85\x04\x3a\x31\x4a\x1b\xe6\x7e\x49\x5d\x8d\x2f\x33\x26\x73\x1f\x38\xcb\xea\x83\xe1\x4d\x48\x73\xc9\x80\x92\x84\xc6\x0a\xed\x91\x5d\xa9\xda\xff\xf9\x5f\x07\x4a\xb2\x3a\xf6\x3d\x67\xa0\x6e\x9b\x8c\x39\x70\x2a\x36\x1e\x89\x2e\x61\xc5\x7a\x87\xd9\xba\x01\xf1\xcf\x77\x1e\xea\x01\xf5\xf3\x8a\xf1\xe1\xd4\xea\xa2\x92\xc8\xcb\x46\x24\xd3\xa5\x4c\x6c\x35\x1e\x0f\x61\xc3\x0a\x77\x12\x4b\xd0\xb0\xc2\xf5\xc5\xea\x96\x63\xec\xa1\x6e\x39\x86\x5d\x20\x64\xd8\xa8\x98\xb6\x46\x86\xf5\x91\xa1\x46\x38\x85\x14\xc7\x20\x9b\xba\x75\x54\xa6\xc3\x98\x68\x22\x02\xad\xbe\x0c\xdb\x40\xce\x77\x0b\x27\x96\x52\xe0\xb0\xca\xab\xe7\x45\xca\x34\x1e\xb0\xae\x6e\x0e\x41\xe8\xf7\xcd\x80\x58\x3c\x6c\x76\x84\x93\x43\x14\x35\x22\x3e\xad\xbe\xd9\xd5\x21\x25\x74\xd0\x3c\x82\x8e\x15\x30\xe5\xcb\x79\xd2\xe2\x7c\x20\x4f\x1a\x61\x3c\x57\x37\xc3\x60\x18\x0c\x40\x39\x1c\x17\x87\x7d\x52\xe0\x90\x97\x90\x64\xf5\xc4\xc6\x21\xf4\x50\xbc\x08\x43\xfe\xfb\x73\x84\x12\x8b\xc0\x4d\x4a\x9b\x16\xf7\xe2\x1a\xb6\x7f\x58\x3e\x21\xc0\x0e\x12\x2f\xb7\x35\x58\x78\x04\xdb\xb0\x55\x03\x03\x0d\xb3\x41\x7a\xb4\x5a\x44\x00\x10\x5e\x88\xf7\x39\x6b\xe8\x7c\x08\x66\x68\x29\xa5\x5a\x89\x6e\x19\x7e\x2a\x45\x34\xd0\xa5\x68\x43\xf5\xec\x69\xe7\xe3\xc2\x74\x22\x0e\x42\x5e\x1b\x3b\x06\xb2\x6e\x11\x5f\x28\x1e\x0f\x81\xc7\x4a\x0e\xa8\xc2\x8e\x55\xf0\x9e\x6b\xd8\x1c\xca\xbc\xfa\xa9\x6b\x3c\x1e\x03\xbb\x9d\x3d\xec\xf0\x42\x23\x4b\x62\xee\x3a\x52\xd5\xc6\x09\x3f\x69\xd9\x84\xf2\x15\xc4\x6b\xd4\xd7\xdf\xd1\x4d\xd6\xf0\x9b\x6b\xb0\xa9\x4b\xa9\xd9\x4e\xb0\x75\x6b\xd8\x56\xe2\x00\x16\xf8\x17\x07\x29\x45\x1e\xaa\x60\xe9\x96\xc1\x60\x3c\x7f\x59\xc6\x82\x71\xd3\xbc\x86\x01\x16\x33\x23\xf7\x83\xff\x92\xc2\xaf\x07\xc0\x84\x18\xf1\x4a\x18\xda\x65\x88\xd7\xc9\xbc\x4e\xae\xc5\x91\x37\x82\x78\x8d\xfa\x4a\xa1\xf6\x29\xd2\x47\x78\xaf\xca\xa3\xef\x45\x52\xb7\x98\x4a\xd3\x2f\xae\x01\x34\xae\xe9\x38\xfb\x9c\x2c\x01\x78\x71\xbd\xbe\x08\x18\x44\x40\xbe\xa5\x10\x41\x47\xe5\xb9\xdf\x9a\x5c\x3b\xa2\x4f\x88\x11\xd4\xd2\xb0\xef\x7f\xf8\x53\x41\xbc\x6a\x79\xa5\x21\xaf\xdf\xf3\xa5\x6f\xb8\x3d\x45\xce\xe3\x96\x53\xf1\x84\x81\x18\x90\x41\xd3\x3c\xb8\x5d\x82\x66\xd5\xf2\x0a\x65\x7b\x1e\x46\x98\x1c\xfc\x66\xc8\xad\x09\x63\x52\x22\x82\x98\x31\x8b\x20\x56\xd7\x68\xac\x0a\xd3\x4e\xdb\x35\x69\x06\xa5\x54\xf3\xe1\x57\x55\xf3\xa1\x76\x31\xba\x59\x10\xaa\x93\x58\x3e\x6b\xf9\x25\x4d\x7c\x64\x4e\xc1\x46\x02\xed\x9b\xbc\xf4\x27\x29\xb4\x6f\xbd\x85\xf4\xb1\x0f\xa1\x2c\x68\x54\x2d\x98\x93\x0b\x20\x32\x55\xa5\x3f\x0a\xe3\x59\x1c\x8e\x32\x20\x3b\x1c\x09\x82\xb7\x84\x85\xaa\x44\x5d\x5e\xcb\x8f\xee\xe2\x84\x52\x58\x9e\x0a\x08\x75\x09\xef\x54\x0b\x66\xc5\x32\x3e\x94\x20\xb6\x6b\x61\x74\x1c\x29\xbd\x85\x1e\x6f\xdc\x96\x93\xa7\xf5\x91\xff\xd4\x9d\x46\x39\xd2\xac\x9d\x74\x0c\x0f\xab\x22\xa3\x95\xef\xa6\xa4\x55\x67\x23\x1f\x2c\x8a\x31\x4d\x25\x7f\x22\xd3\x00\xc8\xf0\x72\x7e\xb4\x4e\xa8\xc1\x65\x68\xd2\x89\xe0\x57\x9c\x9e\x5a\x38\x76\x2a\x77\x5a\x8d\x58\x21\x77\x1a\x01\x0c\x17\xe8\xa3\xf8\xcf\x36\x5e\x3a\xc4\x9e\x02\xe7\xd4\xc2\x59\x4a\xa1\x72\x2e\x1e\x7c\xad\xed\xfb\x79\xc2\x96\x2d\xc3\x8d\xca\x99\x42\x81\x43\x51\x7e\xdb\xef\xc2\xc1\xf7\xae\x8d\xdc\x45\x08\x29\xcb\x59\x2d\xf8\x47\x84\x3e\xaa\x44\x75\x5a\x1b\x3d\xde\xa1\x2e\x51\x8c\xd5\xcf\x48\xb8\xe3\x5d\xc2\x22\x15\x62\xec\xac\xcd\x02\xa5\x8c\x01\x30\x23\x7e\x37\x1c\x1f\x99\x71\x42\xaf\x03\x25\x21\x68\x50\x8d\x8e\xdf\x9e\xf6\x33\x5f\x7a\xba\x8e\x54\xe5\x4f\x5c\xf7\xed\xbb\xc8\xb8\x2e\x1c\xa0\x66\x46\xd8\x2a\x40\x4d\x21\x0a\xdf\x12\x02\xa8\x96\xf3\xef\x50\x27\xeb\x6d\x8f\x43\xdc\x6d\x6f\x2b\xdc\xa7\x4f\xf3\x1e\x96\x85\x60\x3e\xb5\x70\x96\x32\x74\x27\x8e\xe7\xb7\xdd\xed\x60\x7f\x97\x83\xcc\xb4\x38\xa6\x04\xcf\x39\x72\xb4\x71\xc2\x2e\xf2\xa7\xdf\xa4\x56\x25\x63\x17\x92\x3a\x7a\x53\xe9\xbb\xce\xf3\xa1\x64\xda\xa0\x27\xde\xe0\x04\xd1\x70\x4e\xc9\x15\xc6\x7c\x1b\x1c\x1d\x4f\xa1\xa3\xd3\x24\x1c\xeb\x7a\xfb\xed\x21\x91\xef\xd6\xdb\x4f\xbf\x07\x2a\x47\xf1\x69\x4a\x4c\xa4\x37\x2e\x80\xcc\x89\x3d\x53\x71\xc0\x19\x68\x53\x10\xb6\x06\xda\x14\x5c\x19\x0a\x5d\x53\x89\xa9\xb1\x0c\xbb\xe1\x5a\x75\x39\xef\xd6\x04\xf9\xbe\x8c\xc2\xe9\x9c\xd2\xde\x0e\xee\x99\x89\xe6\x91\x38\xbc\xf8\xf1\x96\xc3\xa4\x75\x6c\x1a\xb2\xdf\xdf\xa4\x87\x33\xa1\x34\x00\xe6\x8b\x54\x5a\x63\xa4\xd0\x20\x81\x01\xa5\x13\x1c\xd1\x4f\x97\x63\xd3\x94\x68\xdd\x8f\xa5\x22\xc3\x23\x1a\x0d\x41\x2d\x96\xa3\xd1\xd4\x12\x4a\x82\x98\x8d\xfc\x41\xa7\x8d\x14\x3a\x56\x08\x86\x98\x91\x35\x05\xe3\x53\xd1\x67\x6a\xb9\xd2\x25\x03\x4a\x9f\x62\x12\xfc\x27\x1f\xe7\x37\xe6\x9d\xdb\x12\x98\xa6\x16\x2c\x5e\x81\x69\xce\x38\x69\x94\x5a\xeb\xcc\xd9\x5c\x99\xb5\x4e\xde\xb5\x2d\x12\x6b\x11\x10\x6d\x39\xb1\x16\xe1\x60\xd7\xc7\xef\x38\x66\x06\xe0\x0c\xf3\x25\x85\x4a\xfd\xd8\x43\x99\xbb\x58\x5b\x62\xda\x00\xbd\x5d\x0e\x62\x13\xe0\xf2\x72\x72\xad\xb8\x12\x3e\x88\x0b\x84\x89\xd3\x69\x95\x1c\xec\x3f\x7e\x45\x84\x44\x10\xf6\xe6\xe2\xc1\xf5\x32\xf4\xa6\x83\x3c\x5d\x1f\xc7\x8d\x20\xbe\xcc\xfa\xa0\x66\x67\xba\x51\x66\xde\xfc\x8b\xac\xf5\x78\x28\x84\xaf\xa9\x44\x42\x5f\x86\xd7\xf4\x78\x94\xbe\xbc\x13\xc2\x20\xff\x9a\xf9\x6a\x28\xad\x35\xb2\xcd\x69\xb1\x0e\x02\x23\xad\xaf\x32\x20\xf3\x18\x73\x09\x7b\x73\x12\xd0\x61\x29\x6a\xcd\x59\xce\x50\xc6\xf4\xa6\x47\x69\x67\x56\x41\x80\x99\x0a\x94\x65\x19\x30\xc3\xcb\xbb\xf5\x75\xe0\x73\x00\x56\x4b\x80\x99\x0a\x70\x7a\x19\x12\xd3\x73\xbc\xfb\x5a\x11\x60\x19\x0a\xda\x52\xc3\xfb\x5f\x64\x05\xce\x95\x2f\xe7\x32\x56\xf3\x6b\x8c\x55\x7c\x12\x8a\xef\x72\x97\x32\x3e\xdf\xdc\x81\x46\x5a\x02\xc2\x54\xb2\x19\xac\x2f\xef\x96\x91\x50\x02\xc2\x54\xc2\xd1\x2f\xe1\x60\x2a\xf9\x0a\x96\x61\x30\x44\x8a\x5f\x82\xc1\x1c\xb7\x76\xfe\x53\x80\x0b\x23\x73\xce\xac\x81\xc5\x11\xfc\xfd\xe5\x25\x6b\x1a\xf5\x93\x66\x56\x5d\xf8\x2b\xb0\x23\x8b\x70\x33\x80\x8d\xd6\x17\xbb\x7a\xe4\x4b\xdd\x2b\x30\x3f\x42\xcc\x5c\x15\x53\x4b\xd0\x96\x84\xd2\x5d\x46\xb6\xe4\x0e\x46\x39\xa8\x2a\x11\xc1\x97\x53\x50\x5d\xa0\x23\x96\x73\x50\xc5\xb5\xfc\xf3\x7b\x9e\x12\xea\xe7\x8d\x49\x55\x5d\xac\xc4\x9b\x2b\xf0\x4a\x05\x50\xbb\x04\x5e\x29\xf9\x2b\xc5\x93\x19\xcf\xd8\x26\x5b\xb8\x42\x0e\x41\x69\xd2\x8c\x76\x48\xee\xe1\x04\x5e\x29\x64\xb7\x58\x3f\x8b\x1b\x0c\x19\x92\x59\xf1\x8a\x73\xfd\x78\x7f\x8a\x69\xae\x8c\x54\x95\x10\xdc\xcb\xa0\x93\x92\x4e\xcc\x1e\x44\xdd\x5e\x46\x9d\x00\x86\x5e\x82\x99\xdc\xcd\x36\x48\xfd\x17\x1a\xdd\x68\x91\xc9\x8b\x8f\x65\xb4\xc8\xe4\x8d\xc7\x32\xe8\xa3\x11\xf8\x77\xbf\x7c\x05\x8b\x07\x79\x1b\xd9\x31\x9d\x22\xf0\x26\x6d\x5f\x7a\x9f\xec\x97\x4f\x37\x3d\x75\x69\xf8\x84\x64\x56\x52\xd7\xcf\xf2\xbd\xfd\xf7\x6b\xf0\x3b\x03\x52\xa2\xec\xa4\x90\xcb\xb1\xc1\xa7\x7a\x5b\x0a\x0e\x6e\xbf\xd0\x19\xd6\x4c\xfb\xc5\x2b\x3d\xda\x31\x2c\x04\x37\xcd\x7e\x59\x11\xf4\x54\xf5\xa5\xfa\xc5\xcf\xe8\x08\x5c\xf2\x6b\xde\xc8\x83\x0f\x09\x16\x61\xb6\xdd\x2f\x04\xaf\x35\xca\x26\xd3\x12\xef\x47\xb7\x21\x1a\x3c\x81\xda\x2f\xb4\xfc\xa0\x53\xf9\x45\x3a\x5e\xa5\xfd\xda\xbe\xbc\x0f\xa5\xac\x50\x8d\x4e\x1d\x91\xae\x3c\x55\xad\x0b\x2e\xa6\x57\x58\x9d\xeb\x60\x4e\xf4\x04\xc0\x69\x5c\xdb\x16\x62\xa3\xbc\xe8\xf2\x70\x42\x8a\x1e\x4a\x77\x02\x35\x94\xcf\x9c\x66\xc0\x4d\x64\x18\x5c\x3c\xfb\x30\x44\x96\xb8\xdd\x5b\xe0\x8a\x72\x59\xf0\x6e\x02\xc5\x10\xab\x64\x0b\x6b\x71\xe2\xae\xdb\x09\x14\x33\x42\xc2\x37\xb4\x6b\xd9\xcb\xda\x1b\x50\xe1\x84\x6e\x37\xe5\x13\xd6\xa4\x4f\xbf\x39\x7a\xa5\x9d\xed\x01\xa5\xee\x5b\x7f\x9d\xaa\xca\x3d\xe7\x3d\xb0\x0f\xcb\xe5\x91\x9a\x7a\xc7\xf7\x62\x7e\x9c\x51\xae\xf1\x9d\x0f\xb2\xac\xad\xf3\x30\x75\x42\x82\x6e\xe5\x61\xaa\x44\xe8\xdb\x87\x0d\xf4\xcc\x16\xda\xf9\x62\x2e\x17\xb3\xc5\x6f\x2d\x2f\x09\x94\xf3\x99\xa4\xaa\x22\xcc\xcd\x4c\x96\xf7\xe7\x4c\x4d\x9f\x05\x4f\xe6\x15\xe8\x6b\x46\x60\x4f\xec\xa8\x7f\x47\xab\xda\x47\xb6\x76\x5a\x52\xf8\xa0\xca\x7f\x72\x8d\xf4\xf4\xfa\xd1\xbe\xc9\xf8\x34\x79\xac\x81\x50\x19\x95\x18\x90\xfb\xf4\x39\x8d\x95\x15\x28\xa3\x10\x11\x7e\x1b\x94\xd1\xff\x25\xcd\xfb\x33\xa4\x64\x28\x8b\x77\xfa\xf9\x00\x9e\xb4\x2d\x8c\x46\x21\xe4\xc9\x3e\xed\x1a\xc1\x4c\xdc\xce\xe2\xc4\x9d\xce\x36\x7e\x83\x43\xd3\x3e\x6d\x42\x4e\x6a\xfa\x28\x91\x1e\xa7\x5d\x96\x29\x63\x74\xf9\x90\xd1\xa5\xd4\x11\xf4\x43\x99\x0d\x60\xf6\xd3\x3e\x13\xa2\x9c\xef\x53\x72\xe5\x95\xf9\xf1\x29\x72\xa4\xaa\x84\x8c\x2d\xd1\x7d\x72\x8a\x9c\xfc\x17\x32\xa7\x32\x07\xf2\xa8\xf4\x0c\xc8\xd1\xe7\x60\x52\x27\x5b\xba\x00\x04\xed\x93\x57\x01\x0c\x20\x02\x29\x24\xac\x17\xf2\x5e\x3e\x02\xe5\xef\x13\x4b\x30\x0d\xc9\x58\x20\x22\xfa\x3e\x8d\x41\x0c\x57\x38\x9c\x0d\xf9\xd2\xf6\xc9\xe3\xf2\xfc\x8b\xa2\x1c\x11\x3c\x70\x9f\x4e\xb3\x9a\x01\xe9\xfc\xc9\x93\xe3\x7d\xda\x2a\xac\xcc\xa5\xce\x9f\x9c\x48\xb6\x02\xdf\x54\x1e\xa2\x6e\xe5\x5e\xaa\x04\x08\xdb\xa7\xb4\x0f\xee\xd4\x5d\x6c\x31\xb2\xbd\x0b\xaa\xe8\x4c\xa1\x04\x34\xf3\xea\x98\x38\xe4\xe3\xda\x82\x6f\x1c\x8d\x38\x7e\xdb\x41\x71\x78\xd3\xb8\x8b\x23\x30\xdb\x92\xd8\xc2\x68\x14\x30\xbb\xbb\x70\x58\x61\xe0\x05\x11\x57\xe9\x04\x3d\x34\xf9\xd4\x20\x0d\x9c\x82\xbb\x20\xf2\x60\x8a\x62\x63\x02\x45\xe4\x8c\x4e\x57\x7b\x48\x45\xd2\xb4\xc1\xb6\x83\xd2\x60\x4a\x8c\xd2\x20\xee\xf2\x16\x2e\xa3\x82\xa9\xd9\x82\x65\x8c\xca\xfe\x52\x7e\xa7\x4a\xa8\xb3\x5d\x8c\x2a\xe2\x5c\xb1\x95\xdf\xa9\x12\x62\x6e\x17\x1f\x6c\x7a\x5a\x15\xe3\x11\x44\x69\x2b\x0e\x4f\xc1\x5d\xb0\x8b\x71\x44\x48\x47\x05\xde\x29\xbc\x0f\xda\x65\xb1\x69\xf9\x0f\x19\xb8\x84\x16\xdd\xc5\x77\xa2\xd8\xb7\x5b\xf8\x8e\x4a\x28\xb3\x5d\x60\xd1\x33\x5d\x7e\x3d\x9e\xd4\xfd\x69\xb0\x34\x6b\x61\x89\x86\x77\x54\x9e\x92\x59\x0f\xc3\x32\x21\x7e\x66\x95\xc1\xe2\x8b\x42\x83\x16\x5c\xbc\xc8\xf2\xcb\xd7\x4d\xb1\x6d\x04\xbc\x38\x2a\xc1\xcc\xb6\xa0\x16\xa3\x22\x71\x48\xc6\x84\x83\x75\x1b\x30\x71\xf1\xb4\x7a\x1b\x30\x81\x6d\xbe\x0d\x98\xe0\x95\xe3\xbe\x06\x7f\x96\x86\xcc\x43\x36\xc7\x37\xa8\x88\xfe\xfa\x1b\x3d\xb8\x0d\x99\x20\xb4\xd4\x26\x6a\x0f\x4f\xaa\xb6\x93\x33\xf1\xf6\x74\x5f\xe6\x12\x04\xc9\xe5\xe0\x98\xb8\x25\xb7\x30\x12\xe5\xf9\x6d\xc2\x74\xa5\x4c\x13\xcf\x1e\xbb\xec\xc5\x8d\x41\x27\x58\x44\x79\x5d\x29\xb4\xea\x69\xfc\x98\xe3\x58\xe6\xbf\xe4\xd3\x25\xbe\xe1\x76\xe0\x9d\x2b\x7d\x64\xad\xd3\xea\xcf\x1a\x96\xba\x32\x56\x1b\x51\x0e\xb6\x62\xed\x9c\x1c\x04\xb7\x30\x14\x95\x20\x5d\xfb\xf2\x95\x13\x4f\x46\xb7\x30\x14\x35\xf6\x88\x21\x14\xcf\x6a\xca\x61\xc2\x4b\x8f\xed\x38\x3c\x0d\x37\xd6\x06\x42\xd1\xf3\xa1\xf7\xcd\x33\x00\xed\x9b\xf0\x81\xcc\xac\x92\x09\xc1\x3a\xf6\x69\x62\x57\xc3\x15\xd9\x0c\x0a\xcb\x73\x12\x31\x67\x1b\x6c\xc1\x93\xe7\x0d\x0c\x82\x47\xea\xbb\xa2\x4e\xec\xdd\xd9\x46\x45\x70\x21\xbe\x85\x8a\xa8\x04\x26\xda\x15\x93\xa7\xa4\x21\x87\x60\x99\x50\xcc\x6c\x48\x78\xcd\x7f\x4d\x6e\xa4\x67\xb4\x24\x4c\xc6\x92\x10\x16\xa2\xf2\xf0\x72\x0b\x0a\x51\xaf\x0c\xde\xd8\x41\x2e\x1f\x76\x75\xc2\xc0\x2b\x85\x6c\x0d\x86\x2b\xb8\x20\x31\x43\x77\xb5\xff\xa2\x66\x04\xd2\x7e\xf9\x4d\xbf\xba\xbe\xd2\xa8\xed\x23\x5a\xd9\x8c\x95\xaa\x02\xcb\x44\xfd\x57\xdf\x46\x67\x34\x32\x81\x48\xba\xb0\x0d\x67\x20\xa2\xd1\x76\x8a\xa3\xc9\xab\x8b\x0d\xd2\x20\x2a\xa4\x59\x4b\x94\x50\x5d\x03\x68\x50\x7a\x77\x69\x5f\xd8\x56\x18\x9c\xa3\xe0\x2c\xd8\xc4\xc1\x21\x27\xc4\x76\x1c\x9c\x4c\x73\xc3\x4a\xe6\x04\x22\x8c\x42\x25\xd6\xcd\x6e\x01\x1d\xbf\x20\x2d\xbd\x5a\x4a\xbd\x06\x8c\x96\x5b\x00\x6c\x20\xc3\x12\x88\x92\xb3\x9b\x0f\xa0\x47\x3e\x64\x0d\x52\x38\xdc\x0b\x7f\xa6\x14\x48\x44\x46\xdd\xc2\x2c\x14\xc0\xc3\x5b\x98\x85\x02\xd4\x69\x2b\x19\xd1\xdd\x65\x87\x34\xb3\x5d\x29\xb5\x7d\x4d\x27\x1c\x39\xaf\xd4\xd5\x95\x4a\xfe\x53\xfe\x25\xa0\x10\xbb\xb1\x51\xaf\x14\x7a\xde\x99\x5b\xdf\xd8\xe1\xcc\xdf\xcd\x3b\x35\x53\x8b\xcd\x8a\x01\x27\x30\x41\x21\x78\xfa\x76\x54\x9a\x63\x3c\xbd\xf8\x52\x07\xc5\x2e\x34\x41\x89\xc5\xd6\x31\x17\xb0\x4f\xba\xe1\xc2\xd9\x8f\xdd\x9c\xc0\x01\xce\xa1\x67\x78\xe9\xb0\x85\x2d\xa8\xbc\xbe\xdf\x0e\x44\xd3\xb9\x2c\xda\x1d\x45\x70\xfc\xfd\x72\x67\x77\xe7\x61\x9f\x69\x48\x5a\xe2\xca\x60\x3d\x99\x35\xa4\x36\x03\xa2\xde\x51\x6a\x1e\xf9\x29\xb0\xc1\x19\xfb\xd2\x31\x6b\x78\x52\xb8\xbb\x99\x24\x7f\x39\x81\xca\xf2\x5f\x8e\xc0\xd9\x53\xa8\x9d\xc2\xf2\x75\x82\x39\xcc\x54\x45\x55\xa6\x13\x3b\xa3\x32\x25\x3a\x4c\xf1\x9e\x7b\x3b\xa0\x4d\x27\x6b\xc6\xee\xbe\x66\xe6\xfa\x65\x3b\x99\x52\x84\x4e\xf7\x33\xd8\xe8\xf2\x6e\x31\x03\x5f\x74\xa7\x87\x24\x37\xc1\x56\xb8\x9b\x7a\xc1\x8b\xc6\x34\xf0\x0a\x75\x1b\xd3\x70\x11\x4e\x61\x77\xdb\x16\x28\x02\x41\x1a\x92\x3a\x72\x2b\xfa\x4d\xe5\xfd\xfb\xee\xb6\x85\xb3\x7c\x7e\x6a\x41\x9c\xed\xdd\xf1\xa3\x65\x12\x04\xe0\x23\x29\xcb\x16\xfa\x61\xf0\x92\x72\x0b\xfd\x70\xc6\x0e\xeb\x18\x1a\xd8\xc2\x02\x3f\x94\x9a\x9f\xe4\x8c\x8f\xf0\xe8\x4e\x2b\x80\xb6\x51\x7e\xa6\x41\x88\xbf\x6d\x5c\x04\x51\x8e\x76\xb7\x11\x7d\xa5\x51\xed\xdb\x33\xad\x68\x2f\x22\x2a\x00\x42\x80\x74\xdc\x63\x30\x9c\x01\xa9\x98\x55\xcc\x8e\xb3\x2c\xe1\xef\xd9\xc3\x58\x99\x23\xed\xc8\x7b\xca\x6f\x18\x15\x41\x70\xa4\x3d\x9c\xeb\x06\x17\x88\x63\xdf\xe0\x83\xdd\xc3\x6c\x87\x52\x1a\xd6\x6e\x47\x3a\x34\xa3\x61\x44\x3b\x75\x52\x64\xdc\x30\xc8\x0f\x6d\x31\x6c\xa3\xf6\x7c\xc7\x9e\x48\x1f\x32\x4d\x30\x62\x06\x59\x25\xf8\x43\xd9\xaf\x3c\x3c\xde\x8e\x83\x73\xe5\x1c\x65\x30\x03\x38\xc2\x3d\xcc\x72\x2d\x1f\x0a\x42\x5b\x52\x26\xc5\xc6\x56\x57\x14\x9c\x51\xf3\x8b\xe4\x5c\x4e\x9b\xb2\x68\x50\x3a\x0a\x73\x73\x92\xf6\x7a\x2b\xca\x4d\xe5\x55\xd0\x1e\x30\x5c\x86\x6d\xc7\x03\x7f\xef\x10\x01\xb1\x18\x0c\x73\x28\x5c\x7c\xed\x11\xbe\xe1\xaf\x2c\x18\x11\x76\x82\x32\x8c\x58\x17\xc3\x9c\x82\x06\x1a\xb8\x86\xb2\xc4\xb0\x0a\x23\xf7\x09\x8b\x2e\x15\xb9\xe6\x78\xcc\x1b\x85\xae\xa9\xe0\x7d\xf6\x74\xa0\xd1\x28\x2b\x03\x1b\x26\x18\xf5\x2d\x7c\x42\x01\xf9\xbf\x95\xec\xa8\x02\x34\xdb\xd3\x4a\xef\x29\xb3\x80\x48\x21\x36\x2f\x92\x99\xf8\x33\x84\x6c\xdc\x46\x27\xe4\x5c\x30\x39\x77\xf3\x67\x8e\x47\x43\x0c\xa3\x2d\x74\xc2\x19\x1b\x61\xda\xfb\x73\x86\xb2\x6e\x40\xcd\x29\x1c\xcd\xfd\x2b\x21\xc5\x4b\xf5\x6f\xbf\xf7\x9e\x48\x2c\x3c\x47\x8e\x47\xd3\x67\x7e\x4d\xaf\x6d\x62\x03\x4f\x4c\x62\x3c\x59\x13\x26\xe1\xc7\x60\x84\x94\xc9\xd5\x9d\x9f\x96\x8f\x1e\x80\xf3\x9e\x20\x85\x39\xe2\x4c\x5b\xb2\x88\xa1\xc9\x85\x1e\x47\xc7\x49\xd8\x67\x0e\x8b\x4e\x60\x44\xe0\xb1\xed\x50\x31\xa0\xc2\xb6\x60\x0e\x85\x67\x5c\x5b\x09\x8c\x2a\xd8\xa0\x6d\x20\xc3\x04\xd7\xb8\x97\x2c\x9a\xb8\x4d\x16\xc7\xe0\x11\x52\x93\x17\xca\x21\xd4\xe0\xe8\x35\x99\x9e\x09\xa9\x18\x38\x58\x6a\x8e\xe2\x92\x83\xff\xc2\x19\x8b\x37\xc6\xe9\x85\xc8\x60\xb4\x15\xd4\xe5\x24\x78\xfa\x5e\x5e\x2e\xfe\x6a\xa1\x60\x70\x39\x29\xa8\x4b\xd2\x2a\x6f\x61\x1c\x6a\x1c\x98\x0b\xef\x1d\x12\xc5\x88\x07\xee\xb2\xb7\x11\x0f\x85\xeb\xfe\xbd\x7c\xe6\x64\xd3\x2c\x8e\x21\xe8\xe7\xe5\x05\x82\x9b\xc8\x53\xc4\x0d\xe7\x5e\x98\x37\x3d\xa5\x8a\x35\xcf\xea\x2d\xdd\x94\x44\xa4\x2e\x07\x7f\x46\x32\x2e\x36\xea\x0c\xf9\xf6\x22\xa4\x1d\x4b\xc3\x01\x65\x93\xc0\xd4\x46\xe0\xe3\x5d\xd8\x83\xd1\x16\x48\x8f\xb6\x41\x79\x4d\x58\x6a\xc7\x7c\xc1\xc1\xbf\x95\xf1\xa8\x00\xed\xda\x1b\xdd\x80\x89\xb7\xad\x1c\xb8\xfa\xdb\x8e\xf9\x12\x9b\x78\x63\xfa\x9c\x69\xc8\x3e\x9e\x0b\x4a\x4a\x77\xa6\x1d\x33\xd0\xcc\xf0\x7c\x4c\x39\x33\x78\x2b\x61\xb8\x6d\x5b\x3c\x64\x7c\x36\x89\xd9\xf1\x8a\x0e\x73\x3c\xe7\x38\x81\x30\xce\x67\x78\x4e\x49\x05\x7b\x29\xc8\xcb\xf1\x78\x84\x36\xa6\xec\x53\xea\xf1\x31\x02\x2f\x3d\x2b\xb6\xbd\xd6\x99\x12\x1d\x3d\x8e\x57\xca\xee\xd5\xac\xe8\xab\x6d\x91\x9c\xfe\x1d\x1e\x6f\x66\x7e\x36\x3d\x32\x00\xa3\xa5\x89\xdc\xb1\xb7\xc5\x70\x66\x64\x5b\xb7\x79\xba\xde\x44\x1e\x28\x50\xa7\x52\x20\xbc\xa0\xac\xda\x19\xeb\x5b\x8f\x3e\xce\xa7\x2a\xeb\x35\x20\x75\x14\xab\xa9\xea\x43\x4b\x0f\xe9\x63\x6e\x4f\x5d\x96\x28\x43\xf8\xe9\xdc\x46\x5d\x07\x83\x26\x79\xdd\x56\x8a\xa0\x1a\x67\xa3\xa2\xb0\xd4\x30\xad\x82\xb0\x1c\x80\x78\xb6\x82\xb0\x9c\xe0\x33\xf7\xdb\xcf\x3a\xe2\xd1\x7c\x73\x4a\xe9\x69\x07\x7e\xe2\x5f\x0c\x73\x9a\x69\x57\xa0\x7e\xd2\x79\xee\xb7\x83\x26\xfe\x87\xe8\x82\x5b\x58\x8e\x3e\x30\xd4\x1c\x77\xa5\x93\x44\x69\xbf\xc5\x24\x13\x74\xde\x56\xe6\xa1\x9b\x4c\x2f\x8c\x28\xa5\x72\xb9\x66\x4e\x14\x88\x05\x2c\xfc\x26\x10\x4b\xc4\xa0\x81\x1e\x17\xf1\x90\xf6\xdb\x76\x25\xe8\xb3\xfd\xb6\xcb\x75\x86\x32\xbb\xb1\x0e\xbe\x3c\x22\x74\xd2\x26\x67\x11\x39\xd8\xf6\x1b\x93\x00\x39\x24\x18\xc8\x49\x58\x87\xfd\xde\xcc\x18\xb3\x8d\x1f\x63\x84\xfc\x6a\x99\x52\xd7\x1c\xef\xd1\x3b\xe0\x4a\x2e\x06\x3e\xbe\x69\x45\xa0\x7e\xbc\x3b\x79\x07\xb2\x3f\x4e\x00\x00\x53\x7f\x8c\x3b\x24\x13\xd2\xfe\xd8\x27\xc5\x2d\xe4\x76\xf4\x93\x78\x4f\x3f\xa8\xf2\x11\xf2\xde\x3b\x71\x5d\x3a\x41\x50\x23\xdf\xe0\xfe\x84\x17\x3a\xe4\xd6\xd8\x27\x94\xd2\x05\x1d\x19\x02\x33\x1f\x12\xd9\xc2\xbf\x38\xb3\x2b\xd3\xf7\xc1\x03\x82\x60\x14\x9c\xe3\xee\x34\xa4\xcd\x46\x4e\xd8\x86\x70\xc4\x15\x26\xcc\x46\xcd\x79\x5b\x79\x87\xee\x86\x18\x1f\xa1\x5d\x5f\x21\x3f\xaa\x9b\x2f\xf5\x46\x2a\xc3\x95\xa8\x01\xfe\xb5\x85\xca\x28\x84\x8e\xde\xc2\x5d\xd4\x8a\x10\x57\xba\xa0\x1a\x5e\x14\xce\xa2\x86\x51\x1d\xd4\x24\x97\x49\xa4\x07\x22\xd4\xd4\x56\x8c\x93\xfb\xb7\x3c\x1a\xc3\x2e\x80\x9f\x6d\xc1\x2e\x6a\x38\x51\xa8\x8b\x9a\x2b\x18\xe7\x0a\x3a\x72\xeb\xea\x88\x27\xbc\x47\xde\x82\x59\x54\x60\x99\xdb\x99\x83\xe6\xbf\xad\xfa\x14\x93\xaa\xf6\xa7\xe1\x58\x51\xc8\x93\x7b\x3c\x69\x96\xd1\xa6\x53\xf1\x25\x06\xa8\xb3\x05\x75\x72\xfe\x6c\xc5\x3c\xa9\xf1\xc9\x38\xe4\xc9\xc5\x03\xee\xfd\x0d\xb7\xd1\xab\x7d\xea\x5c\xed\xef\xef\x64\xab\xa4\xd4\xb7\x8a\x29\x1c\x4a\x7e\x32\x42\x9a\xdd\x4a\x06\xf1\xf1\xcf\x65\x10\x36\x5f\x91\x69\xdf\x85\x30\xa4\x61\x61\x82\x72\x80\x53\x8e\xa0\x9a\x83\xbb\xe1\x1f\x39\x32\x7e\x91\x3d\x33\xa4\xa5\xe1\x91\xba\x5a\x60\x24\x86\xe1\x1e\x33\x2c\xff\xc5\x47\x8a\xba\xf8\xfa\x0a\x27\x17\xb1\x5f\x47\xd5\xc9\xb4\xc8\x47\x1a\x2f\x8d\x60\x1b\x03\x88\xd7\xfe\xf2\x76\x96\x63\xfd\xd7\x77\xff\xb9\x27\x76\x34\x93\x9c\x29\xbf\x04\x83\xa8\x29\xf4\x69\x0c\x5b\x45\xe0\x8c\xe7\xae\xd3\xe1\x4c\xb2\xef\x7f\x70\x55\x87\xd2\x33\x25\x78\x95\x08\x25\xb9\xb2\x35\x8e\xe3\x3e\xc6\xfc\x29\xc8\x7f\x8e\xed\x14\xcf\xcb\x8f\x37\x8b\x1c\xb3\x04\xcf\xa8\xe1\xc0\x9f\xce\xa3\x39\xf2\xfc\x2c\x6a\x98\x83\x5f\x16\x3b\x55\x25\x5b\x98\xbc\x1f\xe2\xe3\x4a\x5d\xed\x56\x84\xb1\xd2\xfd\x9c\x60\x47\xf7\xcf\xf0\xe7\x19\x4a\x56\x55\xfa\xf0\x41\x20\x77\xbf\x3f\x6e\x42\x50\xda\x02\x72\x94\xb8\x44\x0c\xe4\x88\x61\xe7\xe8\x21\xb9\xfd\x16\x8e\xe3\x8c\x0e\x74\xf4\x90\x16\x47\x8b\x60\x1d\x15\x3c\xdc\xfe\xb1\xec\x0c\x80\x65\x4f\x59\xfb\xe7\x7f\x9d\x48\x10\xdb\x10\x8f\xe7\x8a\xf4\x67\xc9\x52\x52\x68\xad\x81\x1d\xf0\xb3\x8b\x2d\x37\xb8\x3f\x2b\x11\xcd\x4e\x1f\x2f\xf3\x80\xaf\xd1\x6f\xd2\xe3\x19\x50\x1e\xc1\x09\xd5\xf4\xee\x2e\x35\x75\xb2\xd6\x9c\xdf\x94\xd8\x4e\xd3\x71\x53\xcb\x8d\x1e\x90\x5e\x9e\x0a\xe5\x9d\x79\xa4\x50\xcb\xa3\x95\xbc\x55\xbc\xfb\xef\x50\x55\x8f\x38\x42\x75\xff\x07\xed\x98\x23\xae\x50\x9a\x81\x8b\xa1\x9a\x21\x2e\xba\x90\x4b\xa2\x5e\x0c\xee\x66\x8f\xde\x5b\xca\xd4\xbd\xd4\x47\x1f\x64\x1a\xb2\x30\xbd\xc9\xe2\xff\x08\xa9\x09\x48\xab\xf2\x99\xdb\x1e\xbe\x29\x49\xcf\x4c\x80\x94\x49\xcb\xe4\xd8\x43\xe5\xec\xec\x7d\x28\x5b\x50\xad\x17\x7f\x25\xd3\xa1\x5e\xfc\xbf\x9d\x50\xbe\xcf\xbe\x49\x7e\x99\xf5\x70\x18\x98\x9e\xbf\xdc\x4c\x33\x9d\xfa\x85\xb2\x03\x4c\xdc\xa4\xd7\xd9\x9f\x1e\x83\x5f\xa9\x90\xf4\x33\x21\xbb\x4b\x1b\xa4\x59\xff\x7c\x41\xda\xa4\x3a\x0a\x24\x20\x96\x54\xde\xfe\xb6\x43\xda\x2a\xcf\xa7\xd6\x63\xd5\x43\x3c\xbc\xbc\x95\x42\xa4\x3d\x4b\x78\x38\x73\x9c\x81\xb6\x37\x39\xb4\x4e\x34\x6b\xa1\x5c\x29\x5b\x7c\xc9\xcf\x49\x2a\x0f\x67\x9a\xba\x49\xbd\x66\x71\x02\xa6\x9b\xd4\x19\xb1\x85\x62\x96\x52\xf7\xeb\xba\x69\xd8\x47\x7a\x4f\xf0\xe1\xe0\x07\x29\xe3\x39\x54\x65\xb8\x92\xc3\xe3\x75\xa4\xee\x70\x74\x08\xba\xb9\x17\x83\x2c\x54\x37\xe5\xd8\x2c\xcc\x82\x11\x73\x9d\x69\x38\xfd\xe4\xa9\xf3\x6f\x27\x9b\xae\x42\xd1\x4b\x81\xd4\x35\xc0\x95\x42\xa5\x30\x67\xfd\x4f\xbf\xa4\x9c\x1e\x8f\x51\x13\xb5\xf2\x9d\xc3\xf0\xf8\x22\xf9\x26\x7d\x19\x54\x43\x5a\x8d\x9d\x7f\xda\xe2\x77\x5d\xb3\x0a\xff\x62\x14\xc5\xac\x0f\x29\x39\xf0\xb4\x6b\x6b\xf6\x4c\xe1\xcf\x9f\x7a\x52\x4e\x9e\xea\xd6\x90\x7a\x33\x52\x42\x49\xa2\x3e\x65\x8a\xb4\xff\x94\x89\xb3\xeb\x84\xd2\x0e\x86\xc3\x4e\xcc\x74\x84\x84\x90\x11\x77\x97\x1d\xd2\x5c\x34\xa0\x98\x94\xd4\xf5\xc1\x39\x53\x66\xdb\xad\xe6\xcb\x29\xfd\xcc\x92\x69\xe7\xf9\xfe\xe5\xa6\x1c\xb5\xd3\xcd\x28\xb4\xc4\xe5\x9c\x40\x37\xe5\x3d\xca\x56\x2a\x16\x85\x08\x1f\x81\x11\x0e\x5f\xdc\xf4\x21\xf0\xc1\x5d\x95\x42\x27\x66\xed\x35\xa5\x9a\xd9\x56\xa0\xcc\xc5\x8c\xce\xc0\x00\x7b\xb9\x6f\x4a\x33\x02\xc3\x97\x4c\x33\x55\x9d\xd6\xe2\xc5\xce\xf7\x4d\x7c\x85\xa7\x0b\xf9\x03\x42\x2d\xcf\x0f\x23\xd8\xee\xc4\x85\x17\x02\x05\x8e\xe2\xaa\x1d\xc5\x71\x61\x21\x9c\x1d\xd2\x4c\x7c\x16\x48\x26\x3a\x95\x87\x4b\x2f\x48\xff\x68\x28\x58\x28\x75\x3d\xfa\x33\x83\x90\x43\x05\x75\x71\x71\x6e\xa5\x17\x26\x2c\x65\x4b\x69\xca\x1b\x94\xb8\xab\x85\x42\x48\x79\x4a\x2e\x70\x15\x0f\x69\x6c\x22\xed\xc8\xe2\xb3\x87\xe9\xa6\x7c\xc5\x92\x3f\xe1\x04\x79\xa6\xd4\xed\xb2\x10\xbe\x24\x1f\xaf\x4c\x8a\x52\x50\x35\xb4\x92\xaf\xcc\xaf\x68\x57\xdd\x7c\x9f\x51\x35\x97\x11\x62\xb3\xa4\xd0\xe0\x1b\x77\x5a\xfd\xd6\xc9\x77\xef\x37\x59\xbd\x01\x52\x3a\xf5\x2c\xfa\x05\x65\xbb\xa9\xa5\x2e\x01\x92\x4f\x48\xcd\x4a\x2f\x50\xd2\x93\x69\x67\xda\x4e\x38\x43\xfa\xd8\x95\x86\xec\xff\x9d\x28\xbc\x3a\xe1\x8d\x09\x29\x4b\xae\x85\x92\xb9\xd8\x2f\x28\x6b\xb8\x12\x52\x08\x84\x19\xca\x0c\x88\x2c\xac\xf6\x0e\x97\xb4\x63\xc9\xcd\xa4\x54\x56\x8d\x0d\xa2\x20\x01\xd5\x09\x68\x6f\xea\xd2\x33\x7b\x46\xbb\x3c\x1e\x7e\xc5\xa7\xc2\x9e\x32\x65\x20\x18\x69\xd4\x97\xfa\x2d\xcd\xe8\x4d\x67\x7e\xcb\x22\xaa\x33\x38\x01\x48\x0b\x26\x4f\x45\x53\xc3\xc5\x7a\x66\x8f\xf7\xae\x8f\x86\xcd\xc5\x6c\x29\xb3\x4b\xad\x2c\x67\x03\x80\xdb\x52\x68\x8b\x99\x86\x74\xa5\x5d\x2b\x4a\x86\x3b\xec\x31\xa1\x7c\x82\x2d\x7f\xe2\x50\xee\xba\x12\x11\xdd\x1b\xa0\x71\x28\x63\x6b\xeb\xd2\xba\xd8\x03\x75\x53\x9a\x2d\x38\xde\x4f\xe9\xc7\x0b\x96\xd1\xb5\xf4\xf0\x5b\xd5\x9b\x62\xbd\x3a\xa4\x2d\x03\xd6\x56\xe9\x5b\xce\xc2\xf6\x6c\x8b\x49\xe0\x53\x1d\xdc\xc7\x0b\x11\xaf\xf7\xf2\xb5\xb2\x0c\xcd\x33\x8d\xb8\x6d\x9c\x9c\x90\x35\x7a\x01\x5f\x0a\x06\xac\x2f\xad\x67\x45\xbc\x29\xb5\xca\x01\xd2\xe8\x26\x25\x13\x06\x43\xf0\x2b\x9b\x99\xdf\xb6\xc1\x34\x18\xad\x23\xa6\x4d\xb8\xad\xdb\x59\x3b\x31\x9b\xf5\xae\x7d\x54\x4c\xad\xee\xe3\x11\xb6\x55\xe7\xca\x05\xe9\xa2\xdb\xe6\x72\x8c\x54\xf5\x08\x52\xe6\x53\x36\x42\xaa\xb3\x82\x6c\x7b\x3f\x5e\x77\xd2\xd0\x3e\x74\x83\x5c\x26\x7f\xe2\x2b\xe3\xca\xc4\x77\xc7\x5e\xe9\x2d\x55\xc5\x51\x23\x55\xab\xf6\x54\xaa\xfa\xf8\xc8\x6e\x54\x0a\x94\x5a\x31\x78\x74\x9f\x7c\x8c\x57\xfe\x92\xf5\xbc\x52\x6a\xe1\x9b\xe1\x29\x07\xef\xc5\xfe\xd3\x95\x71\xad\xf0\xa2\xaf\x81\x3b\x6b\xed\xa4\x27\xb1\xaa\xfc\xce\xdd\xd9\x52\x6e\x4a\x6b\x3b\xd3\x8a\x43\xd3\xf0\x1f\xca\x17\x5f\xe0\x1f\xbf\x4e\x9f\x15\x55\xaa\x0b\xda\x5a\x31\x77\x3a\x22\x32\x2b\xe2\x85\x9e\xf9\x52\x5a\x17\x11\xde\xed\x78\xc9\xd8\xfc\xa8\xf4\x4a\x4d\xed\x0b\xe6\x6a\x38\xe4\x45\x67\xbb\x29\x57\x49\x29\x6c\x9a\x81\xcd\xcc\xe4\x28\xe7\x48\xad\x18\x7c\x43\x08\xd6\xca\x62\x0d\xbc\x1c\x57\x0a\xd9\xe2\x29\xf5\x09\x1e\xbd\x3f\x32\xe9\x29\xd5\xd8\xd9\x8c\x7e\x2a\x7e\xf5\x9e\xba\x3f\x7f\xca\x18\xfc\xc8\x7b\x62\x16\x0f\x6f\xa2\x39\xa1\x96\xfc\x54\x8c\xc1\xaf\xba\x7b\xcf\x97\xf7\x9c\x34\xa4\x97\x6f\x3f\x1b\x5b\x6a\x70\x7c\xc1\x62\xd6\x9b\xef\xda\x38\x13\xe9\xfa\xb3\x1a\x19\x7f\x53\x97\xe7\xe4\x82\x54\x82\x12\x6c\x31\xdd\x85\x96\x1c\xca\x86\xe3\x1c\xf6\x9e\x2f\xe1\xbc\xd4\x75\xea\xf6\x99\x86\x14\x4f\x20\x33\xaf\x00\xc0\x67\x0d\xf5\xd3\x08\x4c\x29\xc7\x47\x6d\x1c\x46\x26\xa6\x35\xca\xc6\x37\xa5\xe3\x75\xa5\x6e\xf1\xec\x15\x48\x1b\x2d\x98\xe5\x7a\xf4\x5d\x9d\x5e\xe2\xa6\x94\xb3\xfc\x08\xa5\xd7\x21\x08\x19\x3d\xeb\xae\xed\x15\x4a\xe1\x28\x58\xa1\xe9\x28\x3b\x13\xd5\xa3\x8b\xd2\x12\x73\x74\xb2\x6d\x51\x21\x13\xd3\xfa\xfa\xf3\x4a\xf3\xae\x7b\xaf\x6d\x43\xaf\xeb\xc5\x77\x8f\x20\x73\x52\x8f\x59\xb1\xdb\xfc\x00\xbc\x65\x40\x58\x8e\xa8\x9b\xe9\xa0\x84\xcc\xb3\xae\x58\xef\xd1\x9e\x90\x3f\x99\x3e\x54\xe5\x70\x8c\xfd\xe2\x94\x1f\x05\x45\xa0\x2b\xd6\xeb\x55\x53\xd5\x06\xc0\x15\x52\xb9\x68\x8e\x54\xf5\x91\xe1\x4c\xe1\x14\xd0\x22\x94\x4d\x12\x8c\xf0\xe9\xf8\x4b\x39\x3f\x4e\xc7\x01\xcb\x64\xca\xd7\xda\x8e\x50\x6c\x23\x96\x61\xdb\xaa\xcc\xaf\xc8\xb2\x3d\x33\x76\x79\x5b\x47\x4f\xd5\xaf\xda\x49\x4d\x9b\x69\x8c\xc0\x0f\xcb\x0f\xce\x2c\x7a\x58\x5e\x1b\xa7\x1d\xdf\xbf\xb6\x23\x35\x2d\x9f\x10\x88\xca\xcd\x51\x1b\xcc\xbf\xfc\x76\x36\x56\xf8\xc2\x81\xca\x08\xfc\xae\x7c\xbc\xf8\x4d\x65\xd5\xa8\x2d\x7d\x22\x3d\x98\x5b\xdd\xc7\xd6\x06\x0b\x2d\x40\x3e\x88\xf3\x65\xc7\x26\xa6\xb4\xae\x55\x6b\x98\x56\x17\xa9\xb5\x1d\xa9\x69\x81\x59\x43\x4a\xb6\xa3\x70\x9d\x2b\xe3\xea\x0f\xc9\xf0\x18\x90\x0e\xc9\x17\x72\x78\x6d\x2b\xf2\xfc\xd9\xb6\x66\xe4\xb7\x2d\x1e\x10\x6d\xbe\x64\xbd\xfa\x08\xa9\x17\x7a\x67\xaa\x4e\x55\x4d\xab\x16\xcb\xee\xd1\x09\x30\x4a\xe1\x98\xe2\xab\xd2\x11\x6e\xdb\xc6\x85\xb1\x7e\x7e\x66\xde\xce\x50\xe2\x11\x26\x64\x7b\x4f\xb3\xe1\x73\x53\x3a\x52\xd5\x6e\x0e\x0c\xe9\xcd\x51\x03\x8b\x5c\x17\x9e\xb5\x31\x58\xbf\x4f\x9f\x0f\xe5\xbf\x64\xb0\xbe\x24\xc1\x34\xde\x8e\x17\x1a\x13\xd2\xb9\x31\x3a\x0b\xad\xe7\xe9\xe7\x0b\x5b\x8f\x84\x17\x31\xfd\x9c\xf0\xa2\xb1\x4d\xb6\x30\x58\xaf\xb3\x87\x74\x97\x1d\xca\x46\x3f\x9b\x51\xf9\x2f\xce\xc2\x4e\xd0\x3d\x69\x39\x9f\x32\x41\x1b\xe1\x59\xa7\xb4\x18\xcf\x08\x50\xb1\x25\xa4\x38\x26\x13\x22\x15\x1b\x17\xc2\xf6\x72\xc1\xec\x1b\x57\x14\x66\xea\x0e\x1a\x37\xed\x38\xe6\x14\xe3\xd9\xca\xf2\x51\xd3\x8e\x45\x0e\x5f\xbe\x9d\x3a\x2c\x8e\xb4\x37\x4a\x16\xc9\xe6\x27\xe7\xed\x29\xdc\xae\x9b\x42\x9f\xbe\x52\x77\x5a\xd8\xa3\xf0\xde\xec\xa2\x87\x14\x27\x94\x50\xfe\xd1\x02\xe5\xe7\x7d\x03\x4a\xaa\x31\x9d\xe8\xa4\xdd\xb0\x70\xfd\x3a\x7d\xd6\xa7\x99\x7b\x63\xcc\xbf\xd3\xce\xf7\xe1\xdb\xcf\x99\xa3\xeb\xdb\x11\x05\xae\x50\xb7\x69\xd3\xd0\x94\x6f\x1e\x17\xf7\x90\x56\x9c\x98\x90\xba\xef\xac\x0d\x8b\x4d\xd7\x9d\xe7\x9c\x29\xdb\x72\x6f\x4f\x28\x33\xf4\xd3\x8e\x36\xf5\x08\x25\x2d\x8a\xb5\xfb\xe6\x34\x8a\x05\xf9\x36\x40\x3f\x06\xcb\x1b\xa6\xc1\x76\x78\x5b\x0c\x63\xb3\xbd\x1d\xd6\x7a\xb6\x90\x4e\xda\x9f\x2f\xb5\xe3\x5e\xe8\xe3\x37\x4a\x1f\xfb\xca\x0f\xdb\xc7\x0b\x93\xc0\xb7\x9d\xed\x4a\x2f\x7e\x47\xe2\x3f\x73\x42\x89\xab\x63\x1b\x7f\xe4\xce\x8c\x7c\x72\x7a\x89\x93\x3d\xff\xc1\xdf\xcc\x0c\x7d\xb8\x07\x67\xf0\x1f\xb8\x84\x11\x7d\xf0\x84\x21\x4e\x3f\xe6\x0b\xa4\xd0\x07\x5f\x17\xeb\xe2\xd7\xe2\x65\x84\xf2\x03\x15\x06\xef\x17\xe1\x33\x0e\x69\x5d\x36\xd6\x86\x3e\xfc\x38\x1c\xeb\x4c\xa7\xba\x36\x6a\x2c\xbe\x1e\x88\xdf\x23\xa2\x53\xfc\x95\x18\xd6\xce\xc5\xd0\xae\x50\x16\x84\xc8\x69\xbf\x08\xbf\x50\x8f\x7a\xf4\x5d\xdb\x43\xc9\x5f\xff\x7c\xa8\xf1\xd4\x7c\xc7\x78\x2a\xa4\xc6\x83\x02\xd4\x73\xf0\xda\xd8\xae\x1f\x9c\xcc\xd8\xeb\x5f\x8e\x45\x0c\xf6\x8b\x60\x66\x4e\xbe\xac\xd2\x0c\x29\xe9\x82\xbb\xd2\xf9\x16\x62\x6a\x7c\xfd\x3a\xac\x84\xb2\x38\x19\x21\xe5\xc1\x45\x8f\x91\x70\x61\x62\xce\x3b\xc3\xc2\x31\x11\x8c\xb9\x51\x44\xb3\xfa\x46\x71\xbc\x90\x44\x5f\x1c\x9f\xd8\x3b\x5c\x30\x22\x9b\x79\x23\x3e\x99\x4d\x5f\x30\x8e\xd7\x48\x5d\x6f\x1f\x8e\x5c\x5f\x27\xea\xcb\x1a\x7e\x71\x41\xb3\x2b\xbf\x0e\x06\xd7\x31\xdb\xf5\x6a\xfc\x00\x15\x7e\x93\xba\xbd\x69\x69\xc9\x06\x7f\x26\x0d\xcb\x9c\x5d\xfb\xc5\xa7\x94\xa9\xd8\xb2\xb3\x30\x0d\x7c\x4f\xd8\x50\x8b\x4e\x81\x70\x0d\xec\x76\xdf\x0c\x5e\x03\xa3\xfe\xcb\x66\x63\x4f\x7f\x9d\xf9\x71\xbc\xd2\xae\x57\x39\x85\x6f\x7f\x9a\xc2\xcf\xcd\x3b\x35\xed\xda\x40\x62\xef\xfd\x6c\x71\xd7\x50\x0a\x4a\x80\xf2\xf3\x83\xef\xf1\x82\x79\x7f\x0e\x6f\x3a\x59\x0c\x25\x33\xa8\x0d\x5d\xa8\x5c\x06\x23\x1e\xfe\x9f\x23\x84\x3f\x35\xbd\x27\xe0\xba\x1f\xe7\xe4\x91\x2f\x95\xd0\x07\x51\xea\xb4\x07\x0d\x59\xe0\xd7\xe1\xd7\xe0\x80\xa2\xd7\xe1\x23\xce\xe2\x1f\xbc\xc2\x92\xf2\x20\x1c\x8e\x24\x7d\xc1\x78\xfd\x79\xaf\x79\xd7\x65\x91\xe8\x54\xd8\xea\x96\x49\xd0\x95\x63\x41\x53\xfa\x7d\xf8\x78\xcd\x14\x2a\xfc\x11\x7b\x4d\x37\x90\x07\x8f\x7e\x6e\xd2\x3b\x98\xd9\xe3\xb2\x79\xa4\xd0\xaa\x91\x03\xb0\xef\x27\xaf\x81\x13\xe2\x27\xdc\xcb\x38\x52\xf8\x91\xc5\x96\x3e\x3d\x3c\x06\x24\x0f\x70\x4b\xab\x36\xd1\x06\xc7\x29\xee\x20\x33\x99\x5c\x47\x65\xe5\x2d\x44\x5a\x0a\xcd\x5f\x9c\xab\x7f\x58\x04\x1c\xa5\x7f\x00\x5b\xc2\x09\x86\x3b\x8c\x57\x7a\x95\x1e\xcd\xd8\x71\xbd\x78\xb5\xe7\x0b\x19\xe3\x19\x9b\x2f\x64\x8c\x35\xc1\x54\x9e\x82\xc3\xef\xee\x6e\x8a\xe1\x0f\x48\x4d\xe0\x53\xd8\x14\x13\x3b\x94\x04\xa2\xf7\xce\xd4\x05\x66\xc1\x55\x3b\x7d\x81\x79\x19\x71\xd4\xe7\xcb\xcf\x02\x7d\xeb\x7f\x93\xd6\x7f\x16\x22\xd3\xd9\x06\x78\xb4\x74\x93\x7e\xf2\x49\x5d\xdf\x54\xb1\x10\xf3\xe5\x15\x6d\x74\xba\xcc\x70\x1d\x6a\xb8\x2a\xe3\x5b\xde\x0f\x0c\x61\xe9\x95\x60\x4d\x1f\xb6\xfa\x7b\xda\xf1\x76\x3d\x32\x20\x73\xe3\x4c\x43\x32\xa5\xf3\x6b\xb6\xc8\x1b\x7d\x2a\xfe\xe8\x9c\x34\x6b\x10\x64\x26\x48\x08\x78\xa3\x4b\x6f\x4a\xce\x8f\x33\x35\xcd\x6d\xf9\x67\x6b\x8c\x16\x4a\xb6\x84\xb5\xfa\x3c\xf0\x76\xd2\xc7\xe1\x13\x94\xd5\xe4\xcc\xb5\xa4\x85\xdd\x3c\x58\xbe\x23\x24\x3a\xb5\x41\x5a\xa0\x9d\x69\xd8\x71\x82\xcd\xd5\xd3\x2f\xdb\x2f\x07\x81\xe9\xf3\x00\x82\x78\xd2\x91\xf5\xbc\xf3\x67\xde\x24\xfd\x76\x48\x2f\x0b\xdd\x4e\xfa\xb9\x20\x65\x61\xf5\xb4\xeb\xc3\x75\xda\xd9\x7a\x31\x97\x4e\x64\x2a\xf6\x7c\xf7\x71\x97\x8c\x4f\x67\x6b\x8e\x8e\x53\xaf\xd7\x2b\x87\xf2\x79\x38\xd1\xce\x8b\xb2\xa8\x16\x06\xa7\xab\xcf\xf6\x50\x97\xc2\x64\x86\x6a\x1e\x6a\x85\xf4\x50\x43\x69\x55\x3a\x13\xbf\x98\x2e\x26\x93\xd8\x24\x4f\xa9\x95\xea\x4c\xa9\x86\xd7\x18\x90\x8d\x8e\x2c\xc3\x66\x66\x19\x02\x1e\x57\xb8\x46\x2f\xdf\x4f\xa4\xd2\xd4\x25\x69\x75\x3c\xa4\x9b\x92\xe0\xb1\x7e\x9d\xa7\xbd\x6b\x03\x96\xf2\x35\xe8\x38\xd8\x38\xbc\x42\xb7\x27\x69\x9e\xbe\x23\xf2\x9b\xd5\x9b\xd4\xde\x68\xa9\x2a\xdd\x65\xfd\x39\x4f\xc0\x6e\x2c\xad\xe3\xfd\x5f\xa3\xfc\x19\xa3\xf0\xae\xcb\x3e\x67\x44\xe1\x99\x0a\xd9\x4d\x36\x48\x6f\xd7\xc2\x90\xec\x3a\x35\xc8\xf4\x26\xad\xd4\x61\x6c\xde\x8c\x3b\x65\xcb\x4d\x7a\x22\x18\xff\xd4\x2d\x16\x4c\x74\x2e\x06\x4c\xaf\x8b\x69\x61\x4c\x3e\xf7\xe5\xcf\x1d\xfc\xd8\xc1\x60\x6f\xb2\xba\x2e\x9d\xc6\x24\x0d\x29\x63\x76\xa4\x1b\x86\xcf\x78\x09\x64\x93\xb5\x41\x7d\x1c\x21\xcd\x3b\x25\x83\x90\x03\x0e\xd0\xc8\x3c\x1d\x4b\xae\x66\xad\xe4\x10\xa8\x19\x13\x46\x49\x61\x10\xd6\x12\x4e\x53\x72\x93\xf4\xc3\xa0\x74\x6e\x1c\x07\xd2\xf2\x74\xca\x72\xe4\xa3\x5f\x92\x5f\x8e\xfc\xd1\x67\x71\x62\x38\xc7\xfa\xb8\x49\x7e\x20\xa4\x78\xdf\x16\xc2\xd4\x93\xf0\x93\x37\x1b\x37\x29\xee\xb6\xda\x9f\xc5\x61\x2e\xb2\xfb\x1c\x8b\xff\x04\x29\x31\x1d\x8b\xdf\x71\x57\x6e\xaa\x79\x80\xa9\x6b\xb6\x3c\x52\xd7\x6a\xc3\x46\xff\xd4\x5b\xee\xbb\xa5\x0e\xf9\xd6\x93\xcb\xd4\xfd\xba\x2e\x43\xc2\x93\x9b\x52\x9f\xfd\xad\x68\xa7\x1f\x73\x57\x04\x89\xe3\xf1\x3b\xfa\xc8\x4d\xf9\xc8\x7e\x31\x40\x43\xa6\xf3\x2f\x5e\x72\x14\xa9\x9f\x76\x9f\xaf\x57\x5a\x95\xb0\x98\x69\x75\xb9\x30\xcd\xb2\x12\x69\x56\x0c\xcb\xae\x2e\x86\xc6\x1e\xa8\x94\x62\x95\x82\xba\x29\xf8\x10\x2e\xfe\xda\x5e\x5f\x04\x54\xb1\x47\x61\xa6\x4c\x06\x04\x32\xa7\x84\x17\x18\x9e\x1f\x49\x00\x60\x99\x8a\xbf\x7f\x9e\x00\x35\x66\xe1\xd9\x2e\x5b\xe8\xf2\x7d\x0c\xf2\xea\xb2\x0b\x88\xbd\xe7\x80\xfb\x8d\x4d\xad\xab\xe9\xda\x61\x5d\x07\xdc\x3f\x01\x71\x4c\x3f\xfb\xee\x4c\xb4\xe2\xe4\xd7\x0e\xd3\xe8\x11\x78\xed\x88\x27\x3d\xfa\x3e\x5f\x27\x0c\xa6\x77\xdd\x77\x3b\xd4\x15\x9e\xba\xc3\x42\x97\x80\x2d\xaf\x13\x9d\x7b\xf9\x75\x0c\x47\xb1\x79\x11\x78\x68\xe4\x53\x1d\x15\x4a\xea\xde\xab\xc2\x35\xcf\xbc\x9c\x4f\x10\x09\xae\x6b\xeb\xda\x5f\xa1\x94\x7b\xbb\x32\x3c\xdf\xae\x1d\xa8\xca\xcb\xef\x84\xb1\xe0\xa7\xe2\xe6\x1f\x85\x43\xdc\xbc\x88\x51\xc4\xaf\x88\xa1\xc6\x81\x5a\xbd\x1c\xf7\x0c\x1e\xf6\xf5\xf7\xeb\xcc\x60\x75\x5b\x7a\x02\x06\x99\x97\x53\x60\x66\xde\x75\xca\x3d\x5f\x6c\x8e\x2b\x16\x69\x46\xa8\x14\x9d\x25\x85\x9e\x78\xd6\x48\xef\x88\x2f\x84\xa5\x2e\xca\xcb\xf1\x50\x0a\x79\xdb\xfe\x8c\x17\x7e\x57\x3d\xf5\x00\x85\x2e\xa4\x98\x22\x65\x7d\xc1\x7e\x72\x90\x9a\x97\x2c\x5b\xbc\xce\x53\xf7\xed\xd7\x09\x97\xea\xa5\xf9\x5d\x35\xa4\xee\x51\xe0\x52\xbf\x3b\x2f\x99\xbb\xed\xdf\x60\x02\x1c\x8c\x8f\x23\xcd\xac\x83\x35\xe9\x90\x96\x33\x34\xa4\xa7\xe6\xb5\x23\x70\x15\xc8\xbf\x76\xa6\xae\x0e\xa6\x79\x42\x5a\xea\x9c\xf9\x72\xaa\x6e\x81\x5a\xa2\x4e\x28\x65\xf4\x6f\x29\x73\x54\xad\x94\x89\xbd\x8f\x8c\x0e\x79\x74\x41\x2a\x5b\x26\xdb\x8b\xdb\x7f\x27\x52\xbf\x49\x5d\xb9\xc2\x3e\x15\x35\x59\x42\x2a\xc8\xd6\x99\x2f\x3d\xf4\x33\x85\x36\xb3\xe9\x73\x7a\xac\x0d\x6a\x8b\x62\x00\x42\x88\xcf\x9e\xef\x3e\x02\xd4\xa5\xcc\x6e\xb7\x9a\x3e\x7e\xee\x83\x56\xfd\xcc\x60\x86\x3a\x5c\x48\x5d\x89\x52\x3f\x43\xba\x29\x4f\x3a\x13\xe9\x5c\x9a\x95\xe1\x48\x92\xc6\xca\x11\x2e\xa0\xf6\xac\xc0\xf2\x94\xa7\x4c\x69\xf7\x32\x38\xbd\x18\xeb\xf9\x61\x99\xe6\x84\x3b\xb8\x49\xcd\xf9\x33\x52\x2b\x7e\x56\x59\x7a\x93\x23\xef\xac\x76\xed\x38\x90\xda\x4d\x32\xc9\x7c\x69\x66\x46\x12\x38\x6f\x40\x7f\xa8\x6a\xe9\x9c\xaa\x62\xa5\x33\xcd\x2a\x21\x34\x96\xae\xd3\x08\xf4\xcc\x0d\x46\xfd\x95\xf1\x78\xc3\x96\x7c\x29\x89\x8b\xe0\x6c\xbe\x59\x1b\xa8\x1d\xbd\xca\xaf\x1d\xfe\x68\x76\xc0\x81\xd2\x99\xcd\x0c\x0a\xbb\x36\x33\x28\xf3\xda\xf4\xa0\x1a\x3c\xcd\x6c\xf6\xb9\x1f\x25\xad\x3a\xc9\x71\xa8\x9f\x28\x1a\xc5\xae\x43\xcd\xf8\x51\x7e\x4b\x8f\x52\xda\x1d\x8e\x14\x82\xe1\x1e\x0e\xed\x4c\xfb\xf9\xd9\xec\xcd\x4c\xc8\xc4\xea\x2d\xfd\x5d\x37\xcd\x6a\xbd\x58\x04\x40\x0a\x07\x66\x50\x93\x22\xee\xac\x7b\x43\x11\xd7\x90\xd2\x33\x4c\x9e\x5f\xe1\x9f\x9c\x21\x1c\xc3\x7f\x1c\x58\x32\x8e\xe1\x0f\xaa\x73\x0a\xc1\x50\xae\x1a\xca\x7d\x30\x74\x4e\xe7\x35\x1f\xba\x0f\x86\xb3\x6d\x9f\x62\x10\xf9\x11\x7e\x7f\xfa\x98\x92\x7e\x0c\x6e\x5b\xd9\x67\x49\xa4\x5b\x5f\x07\xe7\x06\xbd\xc9\xaf\x1d\x8b\xad\xf9\xb6\x75\xe4\xcb\x9f\x3b\xf1\xf0\x3a\x32\x0d\x2b\x46\xb0\x88\x7b\x0e\x2a\xa4\xb8\xa2\x84\xf2\xaf\xfc\x7d\xbb\x39\x3b\x57\x69\xac\xbc\x9e\xf6\x97\x8a\x76\xe8\x46\x93\x1d\x48\x2a\xbd\xed\x3f\x2f\xec\x3e\x27\x0a\xe8\x4f\x99\x5f\xe3\x61\x41\x76\x4b\xbc\x67\xb0\x86\x67\x8d\x0c\x8f\x3f\x83\xd4\x9d\x4e\x7f\xa8\xe2\x42\x06\x24\x38\xe5\xc9\x69\xbc\x5b\xbf\xc3\xc3\x9d\xeb\xfc\xa7\xd0\xf0\x8f\xb4\xa3\xad\xf0\x34\xa3\xa0\xf9\xb0\xb0\xe1\x15\x33\x27\xfe\xce\xf1\xf1\x29\x95\xb6\xc7\x1a\xea\x28\x74\x2c\x30\x3d\xc9\x2f\x33\x83\x35\x5f\xe6\x43\x3c\x10\x68\xa1\x6e\xb7\xd1\x51\xf3\xa5\xee\xa3\x66\xbe\xb4\x82\xe0\x78\xd1\x7d\x45\x70\x3c\x9f\x5a\x9f\x21\x58\xf4\xd2\xbe\x02\x97\x9c\x1d\x79\x05\xdf\xfa\x35\xfd\x4c\x43\x48\x96\xa7\x50\x8b\xc4\x4e\x31\x1e\x03\xf8\xeb\x04\x73\x31\x68\x56\xf9\x00\x2a\x40\xd5\x39\xc8\x7e\x83\x35\x3e\xec\x3d\x38\x9e\xba\xe6\x9a\x96\xca\xfc\x69\x85\x34\x96\x0b\xd1\x3f\x2c\x94\x98\xec\x81\xc3\x87\x21\xe9\x9d\x7c\x05\x5d\x39\x07\x5c\xd4\xd2\x8d\xb8\x88\xf5\x1d\xb0\x0d\xac\x3a\x30\x04\x91\x84\x3c\xb1\x3f\xd2\x0d\xe7\x85\x74\x83\x8b\x31\xfd\xf0\x66\xa5\xa5\xd4\x1a\x39\x1d\xc9\x63\x00\x40\x70\xea\x41\xfc\x79\x82\x7e\x9b\x7e\x11\x0f\x80\x6b\x0e\xce\x81\x19\xb0\x34\x19\x59\xf6\x6f\x52\xaa\x8c\x55\x74\x26\x80\x71\xa4\x53\x8c\xb6\x92\x52\x3b\x55\x32\x7e\x2f\x39\x86\xec\xe0\xe4\x9f\x5e\x7d\x2d\xe4\x1c\xaa\x37\xe9\x21\x85\xf2\x31\x30\xc3\x77\x3a\xa4\xfa\x94\x6a\xbe\xf1\x1f\xe9\xb1\xfb\xdd\x90\xdb\x15\xa4\xe3\x1e\xd2\x05\x69\x46\x43\x85\x09\xd3\x51\x72\xec\x33\xa4\xe3\x1a\x2d\xe4\xe5\x4f\xd3\x92\xaf\x49\x19\xbf\x11\x1e\x20\x35\xa6\x43\xf7\x8f\xe3\x21\xed\xe7\x61\x4c\x13\x67\x13\xbc\x25\x90\xc7\x91\xe1\x3b\x92\xff\x95\xf9\x36\xc8\x23\x42\xda\x91\xfb\xc7\x81\xec\xd7\xdb\xf8\x02\x70\x63\x1a\xc6\x01\x08\x66\x0a\xc6\x71\x0f\x97\x66\xe5\x4e\xea\xcf\x87\xec\x3e\xfe\x1b\x58\x2f\x47\xc4\xb9\x98\x5f\x5a\xf2\x1a\xf7\xd4\x55\x43\x9c\xed\x27\x6b\xca\x8a\x4f\x36\x79\x0f\xe9\x53\x76\x26\xdf\x2b\x9e\xe9\xc5\xf5\x93\xff\xd6\xc1\xaf\x8f\xff\xe0\x5a\x99\x68\xae\x4c\xbd\x8d\x12\x6c\x1d\x47\xfd\xef\xa8\x18\x45\xfd\x27\x8a\xc9\x4d\x29\x64\xc6\x95\x1e\xfd\x27\x29\xd3\x4d\x72\x96\xc8\xe1\x33\xf1\xca\x0a\xb7\x51\xb9\x25\x9d\x8b\xc7\xd5\x1c\x9a\x05\xdc\x18\x59\xbe\x65\xc5\x84\x60\x10\x8c\xa3\xc4\xdf\xb2\x30\x65\x4a\x0a\x9d\x03\xa5\x40\x29\x0c\xc8\x2b\xcd\xf8\x2f\xf2\xa1\x58\xfa\xe9\x50\xd2\x1b\x8b\x79\xf9\xca\x8a\xb9\x58\x3e\x2c\x72\xb6\x5e\x61\x97\x0a\xa9\x89\xc2\x98\x15\xda\x63\x84\x05\x96\xf1\xb0\x4f\x33\x76\xe8\x3d\x7d\xd8\xeb\xcb\x68\x30\x91\xb1\x06\x16\xc7\x43\xbc\x88\x0b\x1f\x13\x0e\xbe\x65\xb7\x74\x4f\x5d\xa3\x24\x33\x04\xe7\x8d\xff\xb7\x54\x93\x8e\x04\x76\x56\x81\x71\xc0\x69\xcb\xcc\xc3\x4a\x2e\x0b\x04\x4e\xfb\x02\x7f\xdc\xcd\xf2\xdb\x5b\xd9\x7f\x6a\x28\x3a\xa1\x4f\xb2\xd7\xba\x50\xe8\x8f\xfb\x5f\x0a\xe4\xcd\x84\x5c\x7a\xcd\x6d\x28\xe6\x15\xca\xbb\xa2\x87\x54\x98\x69\x8c\x44\xbd\x8c\x3f\x4e\xb6\xc1\x66\xfb\x8f\x74\xb2\x64\xb0\xa5\x0f\x7b\x72\xae\xd4\xb5\x37\x8f\xe1\xe9\x69\x7c\xe5\x9e\x6d\x6e\xcc\x0a\xa4\xad\xb1\x21\xdc\x3f\xcd\x4d\x3c\x28\x98\x74\x6b\x75\xb9\x66\x9b\x02\x8e\x94\x03\x8f\xec\xc6\x4c\xcd\x5f\xcb\x99\xc4\xa5\xec\x54\x26\x83\x5a\x10\x14\xce\x5c\x30\x5e\x69\x54\xa8\x2d\x38\x4f\x28\x92\x7b\xe8\x54\xd5\x53\x47\x6e\x89\xe6\x5e\x86\xc7\xd2\xa3\x50\xd2\x57\x49\x59\x55\xcd\x7c\xc7\x72\xa5\xb0\xab\xb0\x43\x59\x87\xb0\x81\x9d\xf3\x20\x77\x30\x7e\xb5\x3f\x6b\xa6\x92\xbb\x8a\xfc\x96\xf8\x67\x70\x04\xdc\xbc\xde\x40\x16\x6d\x02\x38\xcc\x94\x4a\xae\x72\xba\xf6\xa3\xfe\x68\x85\xcd\x79\x1e\xa3\xc7\x58\x95\xfe\x7c\xc8\x54\x32\x78\x69\x1b\x30\xf1\x73\x73\xd7\x99\xf1\xc9\xdc\xcd\x19\xf9\x3d\x18\x50\x83\x3c\x64\x6b\xa6\xf0\x52\x3b\x05\x8a\x11\x0c\x48\xcd\xd0\xd3\xce\x10\x75\x40\x09\x47\xde\xf3\x21\x1b\xac\x43\x6e\x43\x96\xa1\x8c\xcb\xaa\x50\x3e\xf8\xb2\x6f\xdf\x18\x1b\x78\x92\xde\x38\xa8\x91\x79\x6f\xde\x63\xe3\xf8\xf2\xdb\xfc\x71\x8c\x7c\xeb\x49\xf8\x0f\x7e\x94\x37\x67\x22\x36\xe7\xdb\xdc\x76\xa4\x97\x9f\x0e\x16\x0c\x50\x67\x6f\xf0\x96\x33\x20\x17\x38\x5a\x20\x97\x3a\x8e\x54\xb5\x09\x80\x8e\x32\x8e\x25\x57\x58\x7a\x8b\x7f\x0f\x36\x5f\xda\xe1\x0c\xf7\xbf\x31\x44\x11\x33\x6f\x74\x4b\x7a\xdd\x96\xa0\x6c\x00\xbf\xb7\xbf\x06\x8b\xff\x86\x17\xd0\x68\x6f\xbc\x39\xa9\x6b\xb5\xce\x14\xd9\xfd\x0c\x2a\x6f\x3a\xd3\xc2\x04\x2b\x3d\x3f\xce\x38\xc3\xf0\x3f\xc3\x4b\x81\xb1\xf9\xc1\xd2\x40\xc1\x7d\x1c\x26\xb7\xe7\x4b\xb1\xc6\x19\xca\x86\x06\x9b\x47\x6f\xf5\x6f\x92\x86\x58\x62\xcc\xcb\x0f\x06\x24\xf2\x43\x6f\xec\x6b\xee\xb8\xfc\xc4\x3e\x17\x3c\x1f\xae\x1c\x7a\x48\x46\x0f\x29\xb7\x48\x43\x0e\xe8\xd9\x7c\x1f\xb0\x95\x80\x2d\xe5\xe4\x70\xf8\xe1\x5c\x3b\x52\x28\xb1\x70\x86\x72\xe0\x7e\x06\x00\xe8\x65\xe4\x4b\x31\x3d\xd7\x68\x1f\x82\xdf\xb6\x74\xe9\xc1\x86\xb2\x89\xcd\x9a\x39\xd3\xc1\x09\x62\x6c\x82\x6b\x19\x99\x6b\x41\xcf\x06\xa6\x2f\xd9\x0b\x78\x6c\x3a\x3f\x18\x8f\x6c\x7d\xde\xd5\x03\x6c\x9c\x7a\x57\x5f\xc7\x99\x86\x7e\xa2\x3c\xdc\xaf\x63\x89\xf2\xda\x73\x82\x56\x01\x99\x3e\x85\x41\xa9\xa3\xa4\x50\xed\x60\x25\xfb\x89\x7b\x6e\x82\x0c\x39\xe9\xb9\x6c\x00\x72\x02\xd0\x6a\x7e\xf1\xfe\xce\x94\x7a\x57\xe2\x33\x75\xea\x81\xdc\xfd\xf8\xd5\xfa\x38\xd1\x6d\x7a\xb5\x5e\x73\x87\x64\x00\xca\x38\xf9\xef\xaf\xdd\xb6\x67\x46\xbf\xf4\x74\x36\x83\x67\x61\x66\x3e\x9d\x5e\x8a\x06\x49\x12\xad\x7c\xaa\xe7\x45\x4f\xa7\x1f\xd9\xd7\x29\xf3\x46\x6c\x69\xc8\xcc\x8a\x56\xd0\x9b\xf6\x9a\xdb\x28\x3d\x69\x3f\x49\xa0\x71\x93\xe2\xaa\x23\x94\xed\xaa\x0c\x41\xf6\x60\x2e\xa3\xf2\xa6\x7d\xa6\xd0\xeb\xcd\x32\x59\x7a\xe3\x80\xf8\xb2\x29\x67\xbe\xd4\x8a\x22\x3c\x7f\xb8\x58\xd9\xcf\x3f\xef\x3b\xec\x86\x1f\x70\x4f\xc4\xe3\xcf\x4a\x1c\x0d\xff\x9b\x3e\x5f\xb3\x2c\x3f\x76\x21\xd6\xd4\x0f\x87\x52\x4b\xa9\xdb\xad\x50\x6a\x37\x8e\xb2\x9f\xb7\x28\xea\xd7\x99\x03\x62\x97\xff\xa4\xc5\xe3\xc2\xfa\x2d\xf8\x8f\x21\xe8\x4c\x9f\xc9\x14\x4e\xa4\x0e\x94\xcb\x2f\x8b\x4d\x97\xcb\x79\x1d\xfe\x7e\xf8\x33\x7f\x5c\x18\x23\x98\x04\x22\x29\xbc\x8d\x9d\xbc\x71\x6f\x29\x5b\xee\x24\x23\x78\x9b\xcc\x68\xfd\x24\x33\x94\xf8\x16\x45\xf4\x73\xa8\x03\x64\xb9\x9f\xbc\x5f\x63\x84\x3c\x3c\x3f\x07\xa4\x72\xae\x20\xa5\x02\x3f\x41\xfa\x09\x61\x72\x9e\x00\x04\xe7\xcf\xd7\x83\x27\x96\x85\xde\xb9\x57\xce\x59\x4b\x79\x0d\x4e\xe0\x27\xcb\x79\x0c\x86\xb3\x78\xdf\x24\xbf\xdd\x20\xa7\x4b\x0f\x48\x37\x14\xea\xe3\xc2\x13\xd2\x2c\xdf\x29\x9d\xe6\xea\x4e\xa9\xcd\xbb\x1a\x4a\xeb\x32\x42\x09\x0a\x69\x2f\xf1\x7a\x4d\xfa\x64\x80\xd3\xca\xa5\x43\x7a\x6f\x5b\xd5\x2c\x41\x4a\x06\x66\xd0\x7a\x39\xa8\xc9\x18\x34\xc4\xd1\xff\x29\x55\x34\xe7\x8c\xc0\x20\x21\x7b\xb4\xd7\xcb\xd0\xd1\x8b\x49\x60\x05\x0f\x3e\x64\x5d\x26\xa5\xb2\xae\x40\xf3\x2c\x41\x41\x48\x30\x79\x53\x96\x61\x93\x39\xf0\xfe\xe4\x0d\xc8\x12\xfa\xa3\xe0\x85\x59\x42\x7f\xc4\x31\xb1\x0c\xf0\xe8\x9c\x91\xd6\xc1\x81\xdc\xca\x78\x1d\xba\x8c\x73\x30\xee\x9b\xea\x1e\x5f\x0a\x59\xfc\x94\xda\x0a\xb1\x92\x5a\x7a\x59\x3e\xea\xd3\x90\x93\x80\x58\x2a\x2c\x83\x3f\x88\xb3\x7c\x93\xde\xbe\xb6\x43\xd6\x61\x47\x1b\x8f\x56\x96\x70\x1a\xa7\xd3\x56\xdc\x14\xcb\xed\x3f\x3f\x98\x6c\x96\xf4\x30\x4e\x37\x43\xe2\x0e\x7d\xa6\xd0\x1b\xe6\x48\xa9\x42\x44\xb4\x14\xca\xc7\xfa\x62\xf4\x0e\xbc\xfa\x2f\x29\x41\x9f\x21\x68\x25\xca\x43\xc9\x6a\xaa\x8c\x7d\x0b\x07\x94\x49\xf0\x0e\x68\xfc\xa6\x65\x21\xef\xc1\xd7\x89\x33\xf6\x80\x92\x84\xb5\x46\x5d\x8a\xd4\x5f\xc0\xd3\xad\x73\x30\xf0\x01\xe9\x56\x4f\x28\x69\xd0\x33\x1f\x6a\xa3\xdb\x63\xb5\x8c\xb5\x38\x41\x57\x2e\xe1\x27\xca\x05\x13\x3b\x52\xbf\x73\x75\xdf\x94\x45\xd6\x41\x3b\xde\x1b\x70\xa6\xa0\x15\x17\x88\xc2\xc5\x9b\x72\x8c\x93\xe5\x58\xfc\xb8\x74\xd6\x69\xb7\xa8\x53\x36\xdd\xa4\x9d\x64\x33\x23\xb0\xc6\x3c\x19\xfb\x42\xd6\x34\x48\x09\xd1\x46\x5d\x84\x28\x4c\x22\x78\x44\xe1\x35\xc9\x3a\xb9\x2b\x1f\x8c\x5e\x6e\x31\x10\x03\xeb\xf4\x01\xa7\x85\x32\x63\x3e\x85\x02\xd8\x13\x7d\x60\xf9\x79\x3a\x1e\x93\x65\x6c\x44\xe7\x0a\x7e\x9d\x91\x85\x4c\xe7\x36\x9f\x8e\xbf\x05\xf9\x72\x58\xff\xd9\x9e\x96\xb4\x93\x1a\xc3\x75\x5a\x4c\x64\x02\xa8\x0a\xe7\x5e\xb9\x49\x2d\x6f\x4f\xa1\xe5\xd0\xc8\x10\xb4\xbe\x08\xbb\x73\xb3\xbe\xee\xa4\xf8\xe4\x0d\x0f\x39\x40\x3f\xe7\xa6\x55\xcc\x5f\x2d\x35\x7d\xed\x37\x52\x95\x8d\x72\x41\xa2\x22\x53\xaa\xe9\xec\x29\x94\x7e\x6f\x29\xb3\x15\x6b\x0b\x63\x15\x6e\x29\x6d\x19\x2c\x41\x37\x8a\xe3\xfa\xde\x94\xcc\x30\x6b\xfb\x55\xd8\xf4\xf0\xb8\x60\x1d\xc7\xc4\xf1\xb6\x0c\xeb\xc0\x31\xb0\x8a\x9d\x2e\x40\xc6\x97\x50\x1e\x27\xc9\x20\x6e\xd2\xe3\x4b\xbb\xf6\x05\xb0\xe9\x0b\x9e\x15\x18\xb0\xe0\x6d\x9f\x54\xe6\x12\xf1\x64\xf8\x3e\x36\x23\x3e\x84\xc7\x28\xdc\x84\xad\x00\x30\x32\x47\xcb\xab\x94\x0f\x75\x1d\x3b\x99\x14\xdb\xc3\x0e\xc2\x76\x93\x96\x51\x99\x23\x0b\x8c\x9e\xba\xfc\x0b\x7d\x1a\x14\xec\x70\x34\x37\xb9\x4d\xf2\x33\xba\xf9\x19\xc8\xc9\x22\x79\x32\x38\x08\xac\x02\x33\xf0\x6b\x84\xde\x07\x90\xb1\x2e\x8e\xc6\x17\x14\xbd\x0e\x48\xfd\xb7\x8d\xf0\xe5\x47\xfc\xb3\x3d\x5f\xfa\x96\x8f\x66\x7d\xd5\x7c\xa2\x3f\x2e\xaf\x29\xe2\xd7\xe1\xf3\x31\xa5\x97\x5f\xf8\x47\x6a\x1a\x2a\x71\x02\x25\x5c\x97\x1f\x1f\x3b\x11\xd4\x4d\xbe\x3d\xda\x34\x24\x29\x0f\x1c\x70\x5d\xf6\xad\xb6\x94\xda\x67\x02\x72\x6f\x19\x02\x31\x78\x41\xb3\x84\x81\xa8\x5c\x50\x2c\x50\x0e\xc0\xd6\xd6\x65\xd1\xe0\x63\xe0\x72\xd0\x7c\xac\x99\x65\x90\xc3\xc8\x14\xc9\x80\x3a\x81\xb4\xad\x0b\x8d\x80\x79\x70\x39\xb3\x2e\x2b\x41\x74\x80\x99\xba\xc6\x69\x02\xbb\x58\x97\x6d\xe9\xe3\x15\x52\x13\x81\x52\xb8\xb2\xc2\x8c\xc1\x4f\x71\xb0\x49\x2e\x9f\x8e\x26\xf2\x51\x91\xf1\xcf\x92\x5f\xd9\x4c\x8a\xbf\x14\x7c\xa1\xc6\x82\x52\xd4\x81\x0e\xe2\x73\x55\xbf\xda\xe1\xc5\xda\x72\xd8\xfc\x13\xe0\xdc\x72\x48\x82\x6b\x22\xe5\xaa\x33\x7f\xbe\x9e\x76\xfb\xdd\x12\x42\xc5\xd8\x06\x8c\xc3\x25\x68\xc3\x99\xdd\x53\x51\x53\x3e\x67\x2d\x47\x2f\x38\xc1\xe3\xad\x6a\x5d\x74\xa4\x17\x89\x86\x6c\xf0\x6a\xab\x0d\xaf\xee\x52\x80\x82\x1a\xbd\x5d\x9d\xca\x88\x27\x75\xcb\xe1\x0a\x62\xeb\x28\x5c\xc1\xc9\x6d\xcf\xaa\x36\xf5\x47\xa8\xe1\x01\x5d\x90\x5a\xfb\x99\x2e\x3f\x7a\x1e\xf2\xb7\x83\x65\x09\xcf\x70\xe2\x8e\x5e\x82\x33\xd4\x81\xe8\xac\x36\x0c\x11\xcf\x86\x2f\xf0\x0a\x66\x09\xb0\x70\x5e\xb0\x57\xf5\xcd\xde\x59\x52\xa8\xd4\x2e\x2c\x66\x0d\x9b\xa6\xd5\xed\x5f\xe6\x47\x8c\x18\x46\x37\x83\x35\x38\x0b\x7d\x0a\x32\x70\x64\xe1\x1d\x21\xf3\x95\xa5\xde\xfe\x67\x96\xc4\x49\x62\x80\x0d\x2e\x42\xf7\xb7\xa7\x5d\x6f\x3a\xf6\x7d\xf5\x59\x0d\x79\xa7\xa0\x08\x95\x18\x49\xcb\xf0\x02\xae\x71\x97\x22\x24\x5c\x1c\xe3\x96\xd1\x05\xdc\xe2\x2e\xc3\x09\xa2\x1f\x9a\xaf\x69\x26\x03\x70\x48\x04\x92\x22\xde\xe4\x47\x8f\x13\x42\x29\xa8\x1f\xeb\x2c\x74\x41\xc1\xb5\xbe\x1a\xfc\xc2\x6e\x6c\xc6\x04\x02\xfb\x5b\x82\x17\x0c\x1c\x41\xab\xa1\x3c\x7c\x3e\x5d\x8e\x90\x70\x4d\xfe\xd2\x71\xfc\xaf\x99\x21\xd8\x83\x3f\xd2\x10\xe3\x63\xf4\x42\x1b\x44\xb9\x35\x7b\xe5\x9d\x09\xf5\x26\xe5\x81\xcd\x97\xd6\x24\xc8\xe2\x66\x6b\xe5\xc8\xec\x39\x00\xd2\x89\x75\xd5\x2c\x93\x66\xda\xf1\xd2\x9f\x29\xbc\x15\x7e\x54\x49\x73\xc2\xc9\x9c\x59\x04\x54\xe8\x3d\x93\xb2\x15\x37\x92\xad\x60\x64\x42\x14\x89\x91\x09\xe3\xbc\x42\xf2\xd7\xcc\x1f\x42\x28\xf3\x47\x06\x53\xfe\x5a\x6a\xa6\xb4\x54\xfd\xc9\xf9\xe4\x2e\x1d\x76\xa1\x60\x51\x76\xdb\x1f\x76\x70\x2d\xa7\x03\x18\x27\x36\x3f\x98\x01\xde\x9a\xae\xce\x61\x02\x36\x21\xe6\x7f\x04\x9f\xc3\x30\xf0\x14\x69\x91\x01\x80\xc8\x62\xab\x3b\x4a\x7a\x0d\xc5\x94\xf8\xb7\x15\xb9\xff\x78\x46\x34\x8d\xcc\x64\xb4\x78\x7e\x8e\x90\x55\x9d\xd0\x8e\xa1\xa3\xe7\xc5\xe8\x9d\x60\x30\x9d\x4c\x46\x90\x42\xeb\x86\xa7\x21\xeb\x06\x96\x4c\x81\x17\x4e\xae\xae\x57\x47\x59\xa5\x50\x0e\xfe\x89\xa0\x73\xac\xfe\xf3\xc8\xa4\x2c\xaf\x59\xbe\xbc\xf4\x52\x9d\x19\x5a\xd6\x22\x98\xce\x8e\xd9\x80\x2b\x74\x39\x66\x43\xf4\x84\x41\x03\xbc\x3e\x58\x0a\xdc\x7f\x4f\x7c\x3e\xdc\x1e\x6c\xba\x7c\xeb\xcb\xb4\x63\xe3\x38\x75\xe5\xe7\xbb\x10\x2d\x8e\xd5\x7f\x1e\xd8\xa9\x0e\xe9\x70\x1e\x18\x65\x0a\xe2\x70\x70\xc7\xb0\xba\xe1\xa0\x07\xaa\xc1\xa8\x81\x9c\xe8\x06\xea\xe8\x0c\x59\x3c\xb9\x1d\x52\x88\xc6\x98\x56\xc3\xa6\x2a\xa8\xca\x25\x98\x40\x8d\x00\x19\x4e\x0e\x3e\x8f\xf1\xb7\x14\x1f\xa8\x27\x0e\x5c\xc2\x10\x94\x98\x89\x60\x08\x78\x88\xbc\x8c\x21\x88\x8c\x18\xb2\x80\x78\x93\xb1\x86\x5f\x2e\x10\x9b\x6d\x0d\xe1\xe9\xb2\x07\x07\xc2\x06\xd3\x5e\xb1\x23\x3a\x2f\x98\x97\x43\x47\xf0\x7e\x78\x0d\x2c\xa0\x1a\x52\xc1\xb9\x47\x28\x19\xd2\x84\x78\x5b\x06\x17\x64\x03\x28\x30\x7f\xcd\x6e\x1d\x8b\x65\x61\x78\x8b\xf9\x1a\x90\x16\xf9\x6c\x58\x00\x03\x04\x71\x5b\xc3\x51\x71\x4a\x28\x6f\x25\x6c\xbb\xe1\xdb\x9e\x96\x35\x14\x0c\xea\x59\x25\x67\x1f\x61\x87\x0e\xe1\x86\x9f\xd1\xfa\x6d\xff\x59\xf3\xa1\x17\x09\xa6\x52\xec\x88\xbb\x59\x16\x54\xfe\x42\x42\xe8\x2d\x63\x0b\x4a\x4b\xb3\x3e\x4c\xa6\x4c\xa2\x30\xf3\x6e\x3f\x06\x1b\xc9\x20\x04\xae\x40\x96\x41\x07\x3c\x79\x5d\x8e\xb8\x9f\x5f\x9e\x91\x43\x1d\xd2\xc6\x0f\xbc\x38\xc9\x74\x7b\x41\x59\x48\xe1\x00\x99\xf6\x78\x80\xb8\x5b\xd3\x42\xea\xf9\xf2\xed\x86\xf2\xa9\x10\x91\x3d\xbd\x28\xf6\x1b\x27\xd2\x99\x94\xa8\xa6\x64\x51\x83\xa9\x5b\xd3\xbe\x4b\xe0\xb4\x6b\x22\x95\xb0\xbe\x15\x82\xa2\x66\x26\x27\x2e\xab\x9a\x86\xec\x3f\x42\xf0\xcc\xc9\x52\xd3\x29\x47\x6f\xec\xce\xe9\x40\x9b\xe5\x08\x69\xc0\x22\xdd\x20\x6b\x0a\x9f\x62\xb9\x70\xc4\x57\x44\x88\x4a\xd8\xb1\x35\xf1\xaa\xa0\xb5\xa7\x9f\x22\xc0\xd4\x33\xec\x46\xbb\x72\x40\x13\x2c\x6c\x19\x73\x10\xef\xd2\xf4\xb5\x10\x6f\x75\xd6\xf4\xfd\x33\x8c\x30\xd1\x57\xcf\x97\x1e\x01\x3f\xea\x1b\x86\x9e\x0f\xb5\x75\xe1\xe1\x89\x4d\x93\xd9\xbd\x99\x86\x50\xcf\x7d\xad\x01\x83\x0f\x48\x45\x1b\xc5\xac\x5a\xa8\x2f\x46\x20\x10\xc2\x09\xc2\x7e\x2d\xc7\x67\xb4\x3f\x75\x09\x84\x70\x4b\xcd\x34\xdb\xdc\x6c\x4a\x25\xb1\xd8\x63\x0b\x29\x04\x2b\x2c\x8c\xe4\x74\xca\xe9\x0a\x53\x73\x61\xe6\xc0\x29\x8a\x3b\x71\xf2\xdc\x6a\x39\xee\x44\x9f\xf9\xd2\x6c\xcd\x7f\x2f\xeb\x36\x38\xd5\x28\x05\xe2\x74\xad\x65\x26\xe2\xb8\xe4\x8c\x01\x04\xf8\x5a\x8b\x83\x17\x46\xcd\x72\x5c\x5e\x84\xba\x61\x09\x57\xe6\x7d\xf9\x75\x4b\xa6\x7a\x99\x2d\x98\x69\xc3\x12\x40\x5b\x2c\xc2\x57\x00\xb1\x5f\x0e\x58\xd1\x32\x07\x8a\x57\x71\x9b\x38\x7f\xca\x70\x23\x16\x66\xe6\x63\x33\x00\xa6\x56\x1c\x34\xdb\x43\xfa\xa7\x19\xac\x1f\xb6\x10\xff\x71\x29\x49\xc0\x91\x23\x23\x78\x86\xf6\x90\x3e\x58\xf7\x34\x24\xe1\x8b\x1d\xb3\xd1\x56\xa1\x2e\x95\x1d\x50\x9a\x75\xec\xba\x6d\xa7\x76\xa6\x56\xe1\x2c\x2a\x2f\xa6\x96\xe3\xfe\xbf\x08\xcd\xb5\xb6\x4f\x52\xc7\xf3\xe9\x52\xdd\x14\xca\x53\xc9\x9e\x22\xf0\x05\xd8\x87\x65\x74\x03\xb1\x8b\x96\xd1\x0d\x1d\x68\xef\x52\xdc\xff\x4a\xac\xa2\xa5\xb0\xff\xa3\xa6\xcb\x9b\x9b\x2e\x9e\x39\x2c\x27\x01\x98\x0f\xe5\x1f\x19\x50\x66\xd2\xfc\xa5\x35\x55\x4b\x33\xea\x1f\xc9\x2b\x70\x43\x07\xa9\xb2\x0c\x6e\x00\xcd\xbd\x84\x66\x38\x2f\x2c\x52\xe1\x17\x4a\x9c\xb1\xc2\x2f\x54\x62\x77\xae\xed\xb4\x30\x23\x65\x56\x27\x38\xa0\x36\x47\xa5\xac\x87\x43\x2a\xa0\x3f\xb6\xa3\x54\x8e\x50\xb6\x42\x30\x32\x15\x5b\xa3\x02\x20\x5f\xdb\x81\x7f\xe1\xa5\x6d\xce\x42\xce\x6e\x4c\x9d\x2c\x16\xd6\x33\x26\xc9\x06\x1b\x43\xab\x7e\x8d\x70\xa4\xaa\x6d\x2f\x7e\xd2\x67\xfd\x87\x62\x1e\xd3\x0c\xc6\x16\xe3\xc1\x3d\x5c\xd2\xec\x4f\x3e\x72\x33\x84\xe2\x6e\x54\x62\xcc\x2c\x23\x1b\xd2\x89\x90\x0d\x15\xd0\xfe\x72\x48\x8e\x2b\x9b\xfd\x0d\x9f\x21\x56\x1d\xa1\x83\x77\xb4\x4b\x58\x86\x1a\x71\xf8\x36\xb3\xa0\x3e\x94\x81\xe0\xbc\x98\x49\x47\xeb\xe8\xe0\xae\x97\x53\x10\x5c\xd9\xec\x8e\xc8\x91\xc3\xab\x01\x08\xe1\x0f\x03\x10\x4e\x10\x62\xeb\x9d\x74\xff\x50\x3e\xb8\xc1\xa0\x0a\xac\x71\x12\x33\x6c\xbd\x9d\xc3\xff\x0a\xc5\x7f\xa5\xaa\xc4\x56\x0b\x05\x4f\xa4\x59\x0b\x59\x1c\x5a\x6f\x8e\x54\x6c\xc4\xb7\x53\x09\xe5\xcf\x62\xf2\x42\xfa\x6a\x3b\xa2\x9d\x48\x1b\xe1\x92\xb7\x0f\x55\xe8\x3a\x01\x1b\xce\x13\xac\xee\x12\xb0\xa1\x12\xc1\x64\xbd\x2d\x7e\xf2\xa3\x0e\xe1\x00\x7f\xbf\x37\x36\x78\x3a\xb1\x99\xd3\x43\x7a\xc6\x30\x54\x0d\x64\x38\x73\x83\xf4\x31\xbe\xf2\x64\x73\x7c\x2c\x72\xe0\x4c\x01\x19\x4a\x16\xed\x13\x56\x98\x90\x43\xf7\x16\xf9\x50\x11\x53\xd9\x9b\x1f\x1d\xcc\x01\x3e\xaf\x8f\x6e\x18\x88\x9d\xb0\x3e\x96\x30\x3d\xfd\xdb\x32\x85\x31\x85\x87\x28\xf7\xa6\xfe\x53\x78\x2b\xb4\x47\x25\x76\xc7\x52\x96\x83\xf3\x69\x55\x07\x35\x30\x21\xeb\xe3\xc0\x5b\x07\x8c\xa9\x24\x07\xe5\xc8\x5f\x61\x62\x3f\xa4\x6e\xd4\x58\x83\x8f\xa5\x11\x5b\xf3\x83\xc2\x42\x70\x7d\xb8\x51\xc0\x03\x64\xa8\x04\xcf\x78\xd7\x07\x57\xf0\x4c\x5d\x49\x6b\x96\xe4\xe3\x1b\xf9\xe8\x80\x8f\x7d\xc1\xb9\x52\xfb\xf8\x0c\x35\x52\x68\x9b\xe7\x4a\xa1\x76\xc3\x08\x25\x85\x9a\xeb\x37\x90\x13\x51\x0a\x1f\x43\x74\x89\x11\xbc\x9c\xac\x80\x27\xc0\x4b\xf1\x42\xee\x9d\xcc\x1a\x71\xc9\xc7\x3e\xff\xa0\xdf\x32\x83\xf2\xfb\xf0\x3c\x67\x7d\xfc\x2a\x20\xca\xe6\x8b\xff\x8f\x43\xb2\xd2\x0e\x94\xf8\x11\x9d\x76\x80\x68\xb9\xeb\x8b\x5e\xaa\x21\x25\x30\x98\xc0\xaf\x19\x03\x16\x72\xdc\x8f\x13\xa4\xf5\xfa\x5a\x9a\xf0\x2b\x5f\x0c\x1b\xfc\x40\x5f\xce\x50\x57\x48\x49\x37\xa6\x5e\x00\x8d\x52\xe0\x13\xe1\x33\x0a\x97\xde\xeb\x6b\xd7\xff\x81\x9c\x26\x24\x48\xfe\xcb\xa6\xcc\x43\xc9\x1e\xc1\x7f\x25\x20\x47\x05\x60\xba\xbe\x9c\xbd\x70\xe5\x28\x76\x48\x05\xab\xbb\xbe\xe6\xa1\x91\x0f\x75\x91\xf9\x7c\xa8\xbf\x62\x0f\x39\x4f\xc1\x24\x4c\xd1\xfa\x26\xd2\x00\x94\x8d\x68\x64\xb6\xc3\x88\x64\x2f\x7e\x0d\xa8\x21\x50\xd1\x12\x8a\xa3\x67\xc3\x19\xb6\x71\x45\xa7\x7f\x39\x87\x21\x83\x9c\x8a\xa0\xc0\x6d\x5f\xdf\x49\x81\x60\x5f\x5f\xb3\xcc\x0c\xe5\xad\x32\xf3\xa5\x27\x0f\xe9\xff\xdd\x8a\xe0\x8d\xe8\x70\x4c\x91\x71\x3e\x9f\xda\xc5\xc1\xbc\x2b\x8a\xc8\x19\x95\xa7\x5c\x04\x15\xdc\xdf\xfa\x19\x5b\x05\x44\x7d\xfd\x86\x1f\x98\x75\x28\x0d\x81\xf8\x9f\x4b\x21\x46\xda\xeb\xa1\xba\x7e\x7b\x42\xf9\x78\x05\xeb\x09\x00\x72\x46\x5c\x38\x17\xc1\x20\x80\xeb\xfa\xc1\x88\xa9\xaa\xf5\x9b\xe9\xd2\x9c\xe7\x9f\xfe\xf9\x62\xb3\x70\x52\xfd\xf9\x40\x45\x30\xd0\xf5\x73\x2c\x81\x58\x48\x04\x15\x89\xe1\xe3\x3c\x06\x83\x50\xea\xeb\x87\x1d\xd4\x42\x6a\xd1\xd2\xab\xfd\x3c\xf0\x90\x10\x20\x25\xb7\x24\x02\x80\xb4\x5c\xb2\x0b\xe3\xd1\x5e\x19\x81\x71\x76\x84\x76\x5a\xc2\x78\x34\x40\x4e\x0b\x8c\x07\xcf\x3b\x97\x40\x1d\x17\x21\xcf\x96\x81\x1b\xa3\x70\x04\xfe\x19\xee\x1f\x34\x81\x80\x1b\x2d\xd7\x3f\x4a\x4f\xd0\xe2\xd3\x57\xa0\x90\x96\xcb\x96\x9f\xc1\xfe\xed\xfa\x0f\x32\xfc\x87\xcb\xf8\xca\xa7\xb6\x59\x2c\xeb\xb6\x42\x81\x34\xce\xe4\xdb\x91\x40\x3a\x6f\x15\xf6\x0b\x36\xe9\x21\x8b\x47\x3f\x21\x2d\x93\xac\x0f\xf6\xcb\x17\x54\x68\x80\xad\x60\x20\xed\xf5\xd4\xf5\xfd\xa4\xa5\xe6\x7e\xe1\x54\xbe\x52\x6a\xa3\xaf\xa7\xf4\xa3\x7f\x0d\x25\xd3\x9e\x63\xef\x7e\x39\xfc\x0c\xe1\x22\xb6\xc0\x23\x0d\x64\xd8\x16\x76\xe4\x22\x30\xcc\x56\x54\x91\xf6\xca\x87\x37\x57\x35\xb0\x40\x5b\xa9\x0f\x1a\x77\x43\xfb\xe5\x67\x02\x40\xc4\xf7\x0b\xae\xb1\x4d\xbc\xc9\x6f\x50\x18\xec\x2d\x4f\x1a\x1e\xc9\xfd\x42\x5f\x55\xa6\x08\x79\xc2\x94\x2c\x0f\x80\x66\x90\x2e\xd6\x5e\xfb\x65\xdc\x10\x66\xf8\x16\xb0\xa4\xe1\x4d\xdd\x2f\x58\xec\x62\x40\x37\x53\x35\x1e\xb6\x6e\xc5\x2a\x69\xb8\x03\xf7\x0b\x8b\xb9\xa7\xd0\x77\x4c\x17\x9d\x62\x0d\x55\x7e\x74\x1b\x3c\x52\xe8\x14\x73\xa8\xf3\x33\x9b\x21\x31\x47\xe6\xb9\x93\xf9\x53\x62\x7b\x67\x53\xbc\x29\xad\xd1\x99\x76\xbe\x56\x74\x0c\x57\x1e\xe7\x0c\xfe\x30\x8b\x59\xba\xec\x03\x4f\xe2\x15\x52\x53\x64\x17\xcc\x3e\x10\x3d\xde\x02\xfb\x80\xa5\x2c\x38\xf7\x81\x40\x39\x42\xbe\xf5\x69\x81\xb2\xf7\x66\x40\x69\x91\x6c\xa7\xef\x63\x7a\x04\x94\xa1\xc9\x2a\xc3\x33\x5f\x9c\xa1\xbc\x48\x83\x56\xa7\x36\x21\xd3\xe5\x30\x26\xa3\x1c\x29\x1c\xfa\x72\x42\x59\x10\xd5\xf4\x69\x83\x63\xf0\x67\x13\x2e\x0e\xa9\xf1\xc1\xa8\x0a\x56\xd2\x80\xae\xec\xc3\xb7\x14\x04\x79\xdd\xe0\x65\xd0\x98\x5b\x78\x99\x96\x1d\x7a\x58\x4c\x15\x06\x84\xc1\x5d\xd3\xd0\x74\x43\x8c\x68\x69\xbe\x0a\x23\xc0\x88\x7e\x48\xdb\x88\x95\x39\x32\x7c\xa6\xc0\x8e\xa4\x6d\xe0\xa0\xb1\x09\x50\x02\x74\x7e\x2b\x40\x49\x01\x12\xb2\x95\xd4\xa1\xf1\x40\x68\x1f\x5c\x6e\x3d\xa4\x36\x3e\x57\xf2\xfb\xc0\xe7\x3c\xd2\x8d\x0f\xf5\x35\xa5\xe6\x2a\xab\xb0\x6d\xf4\x0d\x8f\x43\xf7\x69\x70\x1a\x0f\x40\xf7\x69\x3e\xb2\x5a\xdf\x67\x18\x67\x40\xda\xf0\x62\xc5\x15\xeb\xa4\xd4\xa7\x50\xcf\x00\x5e\xf9\x52\xd1\x5b\x9f\x56\xb1\xfd\x28\x34\x1f\xd9\x02\xd8\x0a\x66\x52\xf0\x0d\xef\x93\x9b\x8a\xa7\xb0\x2a\xb2\xf1\x0b\x4a\x79\xe8\x5b\x28\x59\xf5\xe9\x51\xc2\xa6\xcc\xbf\x45\xf9\x36\x34\x67\x12\x89\x6b\x1b\x9a\x73\x84\x02\xec\x58\xf8\xad\x25\xc1\x88\x24\x52\x90\x93\xc6\x63\x95\x7d\xc2\x43\xa9\xa9\xcc\x66\x56\xd3\xdb\x21\x4e\x46\x39\x43\xfa\x2d\xe8\x84\x12\xc7\xa3\x3b\x4e\xcb\xa1\x2b\x35\x25\x11\x4a\x6a\x7e\x55\xc6\x6c\x70\x44\x4b\x33\xdb\x63\x63\xe0\xdb\x63\x63\x71\xac\x04\x51\x14\x0a\x6e\xd2\x78\x01\xb0\x4f\xfc\xd0\x35\xad\x5a\x4c\x4f\xfe\xca\xcf\x0e\x66\x66\xd9\x12\xea\x4a\x97\xba\x10\xa8\x69\xd6\x4a\xc4\x07\xf0\x5d\x2c\xa1\x50\x29\x65\x68\x3c\xc8\xe5\x32\x6c\x8c\x20\x4a\x04\xd1\x69\xaf\x9a\x0f\x61\xac\x01\xa9\xf1\x3d\x55\x3f\xfe\x32\x85\x02\x65\x5c\x29\xf4\x89\x71\xd2\xd0\x74\x9f\x17\x94\x91\x35\x6c\xb7\xe2\xb7\xb1\xc7\x64\x44\xd3\xbe\xcb\x92\xd2\xfb\x2c\x90\x49\x28\x58\x47\x2d\x2d\x69\xc1\xd8\xa8\x05\x11\x85\x98\x76\x70\x95\x49\xd8\xb2\xad\x68\x2a\x0d\xbc\xfd\x2e\xf8\xa2\x91\xf7\x0a\xae\x52\xb0\xa9\xb7\x21\x3a\xc4\xe2\xdb\xc5\x8e\x69\x54\x7d\x31\xab\xc1\x95\xc0\x75\xb8\xaf\xd8\x82\xeb\x14\x0c\xf5\x5d\xf0\x01\xb0\xc1\x1d\x21\xe5\xc2\x43\xb0\x85\xd0\x69\xaf\xcc\xad\xb9\x24\x53\xb2\xc5\xc1\x19\xb9\x8d\xe6\x82\x18\x2c\xb6\x9c\xb2\xb8\xbe\xf4\x42\xfd\x28\x24\x4a\x7b\x35\xa6\x12\x1c\x57\x1a\xb5\x8f\xd3\x1d\x5e\x5c\x80\x5d\x50\xea\xbe\x85\xb2\x25\x54\x42\x2a\xbc\x3f\x0b\xe2\x54\x1d\x31\x3b\x2e\x9b\xcf\x48\x89\x6b\xb8\xfb\x0e\xa5\xb0\xa8\xf0\x8b\x82\xa3\x94\x68\x88\x2b\x0c\x02\x69\x5c\x16\x33\x75\xe1\x65\xb6\x31\xbd\x2f\xc7\x8b\xe0\xf1\xd2\xbe\x7c\x16\xc7\xd9\xb4\x95\xc4\xe3\xe4\x85\xdd\x56\xe8\x94\x06\x4a\x7c\x5f\x1c\xce\x66\xc8\x2e\xb8\x4a\xaa\xca\x11\x75\xa4\x19\x23\x47\x98\x1d\xf1\x4e\xcb\x8f\xc8\x9b\x04\xb0\x7f\x5f\x66\xa4\x96\xc1\x99\x91\x10\xa9\x17\x8a\x10\x39\x69\x60\x10\x4f\x67\xb7\x33\x83\xb4\x8c\xc6\x49\x86\x6b\xca\xf8\x2b\x06\xb7\x18\x79\xda\xb1\xba\x85\x25\x2f\xdf\xa1\xb1\xb0\x97\xb3\x52\x66\x40\xc0\x84\x66\x0a\x25\xa9\x90\xd4\x0a\x94\x72\x45\x15\x5f\x4e\x8c\x80\x2c\x34\x66\xa8\x47\x8a\x5e\xe6\xc8\xfe\x1f\x04\x77\x22\xa5\x30\x38\x6b\xc8\xfc\x88\xfc\x4c\x57\xe6\xce\x61\xda\x47\x28\xdb\xee\x99\x9e\xad\x1d\xc1\x4c\x12\xfd\x04\x84\xee\xae\x8e\x1f\xc1\x89\x74\x0b\x40\x74\x16\xb6\x61\x75\x60\xf6\x57\xa8\x4b\x93\x9e\x0f\xcd\x11\x03\x4a\xfc\xfa\xb4\x62\x8b\x07\x89\x5f\x9d\xd1\x10\xa1\x25\xb8\x50\x03\xb3\xbf\x1d\x0a\x85\x37\x24\xbb\x3a\x46\x6c\x7b\xfa\xf0\x24\x77\x28\xfd\xc7\xa0\x19\x3b\x1a\x10\xea\xe0\x8a\x78\xa1\xb1\x6b\x78\xb9\x42\xfa\xa6\x19\x8b\xb0\xda\x3c\xc3\x4e\x27\x32\x0a\xef\x37\x76\x45\xda\x3d\xa5\xb6\x1e\xaf\xf4\xa3\xc1\x8f\xb4\x6b\x30\xdb\x95\x4f\xe1\xd9\xd4\x95\x21\x82\xdd\xa9\xf8\x27\x85\x0b\xb2\x2d\xfc\xd0\x81\xab\x6f\x57\x5b\xfc\x19\x9e\x2d\x7e\x5e\x90\x6c\xc7\x3f\x69\x99\xaf\xc5\x68\x99\x5a\xab\xd6\x9e\x42\x06\xcb\xa2\x98\x47\xe1\x8a\xca\x29\x12\xd5\x56\x9d\xe8\x30\x8b\x02\x57\xf2\xa1\xb5\x69\x66\x8f\x38\x26\xac\xad\x7c\x0b\xd9\x6c\x15\x31\xf9\x4a\xa1\x6c\xc7\x11\xca\x60\x8a\xa7\x55\xef\xae\x57\x9a\x95\xa6\xc5\x88\x73\x54\x93\x41\x6a\x98\xdd\x40\x98\xc0\x7a\x0d\xf3\x1f\x79\xd8\x00\xb3\xc3\xc3\x4e\xd5\x32\xb9\x43\xdc\x8d\xeb\x18\x26\xa5\x39\x4a\x4f\xa9\xf9\x56\xb6\xc1\x48\x5d\x18\xae\x42\x9a\xc5\xe8\xd5\x8f\x4f\x80\xe2\xef\xe6\x83\x21\x36\x7e\xb3\x0c\xe4\x19\xc6\x6e\x18\xf9\xe8\x62\xc7\x36\xe1\x5d\xd2\x76\x3e\x16\x5e\x13\xed\x06\x0f\x0d\x28\x39\xa9\x61\xdc\x66\x54\x75\x36\x60\xc3\x74\x6b\xe9\xe4\x1e\x1e\x70\xc8\xad\xcc\x2d\x83\xb7\x44\xbb\x59\x81\x22\xd8\x9a\x39\x6a\xa6\xa6\x91\x7e\xec\xc7\xb6\x18\x6b\xea\x9a\x6b\x50\x99\xcd\xf6\x19\x4a\x42\x29\x5f\xce\x48\x8b\x26\xf3\x3f\x87\x8a\x66\xfe\x42\x06\x35\x2b\x5e\x44\xa9\x10\x4b\x0d\x34\xe6\x16\x62\x29\x51\xb9\xb6\x23\xab\xf0\xee\x73\x37\x00\xd4\x2d\x1f\xea\x39\x69\x06\x63\xa1\x37\xd3\x8c\xcd\x02\xd4\x79\x73\x28\xe5\x99\x56\x87\x7a\x4c\xab\x76\x1d\xb4\x54\x95\x06\x1d\xa1\x94\xec\xfe\x4a\x55\x31\x62\xe6\x51\xea\xfc\x08\xb7\xe8\x4c\x1a\x93\x85\x28\x2b\xa5\xfd\x7d\x83\xb9\x8d\x8a\xea\x31\x49\xbb\x1d\x1b\x8c\xd5\x40\x27\x22\x83\xec\xee\xd8\x3b\xac\x79\x07\x5f\x80\x34\x30\xec\x89\x28\xc4\xbb\x3b\xde\x3d\x31\x3d\xb7\x40\x50\x05\xdf\xeb\x16\x08\xea\xbc\x38\x93\x0a\xf5\xd4\xb8\xcb\xdb\xdd\x31\x75\x67\xca\xcc\x01\x2d\x85\x9e\x3a\x06\x07\xef\xb6\xb4\x7a\x33\x2f\xb1\x89\x76\xb7\x96\x7e\x86\xf3\xd1\x87\xfc\xe3\xcd\xad\x0d\x1c\xe8\x16\x1e\xaa\x3c\x7f\xac\x83\x05\x37\x47\x1b\x38\x14\x2f\x4c\xb6\xe0\x50\x47\x29\xe9\x43\x07\x0d\x50\xab\xbb\x3b\xa6\x3e\x21\x3a\x77\xc7\x34\x6c\x69\xf7\x3e\x15\x01\xa2\xdb\xdd\x01\x9d\xaf\x94\x2d\xf7\x92\x01\xd9\x50\x1c\x29\x7d\x6b\x69\x33\xa2\x8f\xeb\xb2\x24\xc6\x79\x23\x08\x3a\xee\x10\x84\x46\x97\xb0\x04\xc3\xba\x15\x61\xe5\xca\x09\x8e\x08\x2b\xf8\xa6\x77\xdf\x0c\x21\x75\xb7\xbe\x74\xdd\xe1\x0b\x1f\x6e\x14\xb7\x42\xac\x1c\x44\x3b\xdb\x0a\xa2\x52\x4e\x76\x85\xb0\x52\x0d\x3c\xe7\x76\x08\x95\x0b\xef\xf4\x16\x38\xaa\x81\x15\xdc\x82\x3f\x35\xc0\x9d\x5b\xe8\xa7\x06\x68\x6e\x8f\x09\x03\x53\x15\x9f\xc6\x08\xa9\xff\xca\x70\xfc\x5e\x12\x67\xf9\x1e\x61\x99\x90\x5b\x27\xd5\x7c\xf9\xf6\x9f\x4c\x48\x4b\xb1\x16\x52\x17\x06\x33\xed\x4a\x88\xb1\x28\x03\x4f\x18\x3b\x73\x98\x4d\x10\x14\x63\x79\x40\x29\x2b\xa2\x4e\xa8\x26\x58\x6f\x28\x8f\x8e\x7d\xe1\x60\x2a\x3d\xa7\xc3\xe1\x18\x77\xf9\x6b\x63\x14\x0a\x0c\x35\x58\xf9\x33\x9f\x0a\x29\x35\x43\xd9\x2f\x86\x61\x23\x68\x54\x03\x26\xba\x87\xf9\x00\x95\x3e\x8c\xfe\xe7\x41\xcc\x56\xa0\x95\x06\x86\x6e\x2b\xe7\xce\xdd\x4e\xbe\xec\x2a\x64\x0e\x74\x5c\x05\x5f\xb7\x05\x9b\x6a\xc0\xba\xf6\x30\xc7\xb0\x33\x06\xa2\x2a\xdf\xe9\x74\x8a\x9e\x33\x4e\xea\xe4\xc9\xcd\x56\x78\x96\x42\xa4\xf3\x2d\x68\x54\x03\xa5\xb7\x03\x8d\xc2\xc6\x99\xf8\xcf\x7a\xbe\x6c\xaa\xfb\x82\xf2\xd1\x70\x86\x14\xeb\xc5\xd3\xa5\xe8\x2c\x67\x7f\x7a\xd9\x3e\xbb\x42\x09\x78\x8d\x96\x71\x02\x9e\xf3\x4c\x55\x07\xfb\xe4\xa5\xc7\x9e\x8e\x07\xce\x8f\x4d\x9d\x3d\x78\x7a\xbf\x8d\x94\x02\x83\xbc\x05\x94\x6a\xc4\x5f\xdb\x8a\xdb\x72\x06\x99\xbe\xa7\xe5\x11\xd6\xe4\xb4\x3c\xca\x70\x26\xf3\xf3\xf7\xa3\x9e\xad\x9c\x3a\x9d\xf0\x98\x7b\xfa\xdd\x1f\xd7\x56\x1b\xd0\x54\xce\x86\x73\x79\xba\x52\xe8\x95\x65\xe8\x72\xf2\x03\xfa\xd9\x42\x50\x35\x20\x4a\x5b\x00\xaa\x1e\xb1\x26\x00\x55\x21\xbe\xd2\x9e\xf8\xd5\x66\x48\xb8\x90\x76\xfc\x78\x09\xc9\x3a\x01\xc7\x3c\x24\x8b\x19\xd2\x2e\x61\x6c\xb0\x69\x56\xc3\x12\x99\x66\xae\xcc\xf3\x7d\x6c\x68\x60\x90\xb6\xe0\x55\x0d\xf0\xc5\x9e\x46\xca\x14\xf6\x81\xe0\x55\x0d\xd4\xc4\x76\x50\x97\x19\x46\x14\xa0\xea\x8c\xec\x5c\xe6\x3c\x74\xad\x50\x51\x8f\x02\x5f\xf2\xc5\x02\x0a\xd8\xe4\xe2\xe1\x22\x6f\x2b\x54\x4b\x8b\x22\x5e\xba\x7e\x0e\x03\x0b\x3e\xd5\xb8\xbb\xdf\x0b\x31\x36\x53\xa8\x6d\x89\x11\xbc\x26\xab\x15\x52\xab\xc5\x3c\x2f\x40\xe1\xf0\xdd\xc2\xd8\x67\xb2\x1c\xb1\x80\x70\xba\xfb\x6d\xfb\x02\x2d\xfd\xf6\x2e\x85\xb9\x7d\xcf\x3f\xc8\x41\xb1\x1d\xbe\x60\x14\x2c\xef\x37\x0e\xca\x87\xf4\x5c\x22\xba\x40\x01\xf0\x40\x66\x7f\x70\x12\xb0\xc1\x3e\x8e\xc4\xcd\xe5\xd3\xfe\x58\x0f\x60\x1d\x7d\x1c\x3a\xfd\x29\xb3\x7b\x0a\x63\x45\x97\xe9\x8d\x4b\xb6\xfd\xb1\x35\x80\x89\xfc\xb1\xc2\xc7\xb0\x55\xbc\x82\x7b\x7c\x8c\x00\x61\xce\xbe\xf9\x4c\x46\x0f\xe9\xbb\x0a\x9e\xf9\xef\x0f\xda\x39\xc3\xf5\xf9\x9a\xa7\x21\xfb\xe3\xdd\xd0\x53\x57\xb1\x98\xd9\x1b\xe4\xd7\x78\x6a\x5a\x65\x8c\x14\x7e\x75\x27\xc8\x70\xb7\x23\x49\x52\xc6\x63\xbd\x91\x42\x5b\x3d\xfc\x8b\x82\xa5\xc7\x71\xa4\xbb\xf3\x72\xb1\x4a\x1f\xaf\x20\x62\x4e\x17\xe9\x17\x78\xa2\xfd\xe1\x91\x0d\x7a\xfb\x0b\x62\x10\x26\x56\x6e\xff\x96\x4b\xaa\xaf\x59\xba\xa7\xaa\xa2\x55\xa2\xa4\xbe\x16\x9e\xec\x13\xdd\xb1\xb7\xdc\xdd\x28\xb3\x7f\xcb\xfd\x90\x72\x6b\x14\x70\xfb\xe4\xf9\x9f\x84\xff\x77\x9e\xff\x96\xdb\x19\xdd\xbf\xdf\xb3\x9a\x1e\x15\xeb\xe7\xe9\x03\xfe\xa1\x59\x54\x3c\xa2\xc3\x17\xf0\x95\x7b\x46\x27\xf6\x6f\xb9\xb9\xf9\x72\x47\xca\xc6\x71\x5e\xff\x1e\x0f\xab\x6e\xd2\x5b\xae\x51\x48\xbb\x51\x66\x0a\x25\x1e\x60\x99\xaf\x25\x2d\x0c\xfe\xf5\xab\x69\xf8\xd0\xf1\x11\x26\x31\x94\x9d\xd5\xbf\x45\x7f\x10\x2d\xe1\x95\x0f\xe1\x1e\x26\x41\xaf\x29\x3a\x2a\xc2\xc1\x12\xda\xf9\x77\xd8\x42\xe7\xff\xbf\xdb\x49\x97\xe6\xad\x99\x66\x3d\xd8\x50\x12\x65\x30\xd3\xd7\x2a\x3d\x5c\xe0\x8b\x2e\x5e\x7e\x38\xe3\x7f\xcb\xf5\xc0\xd7\xdc\x34\x52\x26\xc1\x1a\x7e\xf1\x0d\x05\x0f\x3f\xb6\xee\xd8\x8f\x28\x0c\xe7\xed\xa8\xb9\x7d\xfc\x61\x05\x62\xa8\xeb\xca\xfd\x28\xb0\xd3\x0f\x69\x30\x43\x5a\xdd\x21\x95\x7f\x36\xf5\x66\x1a\x12\x5c\x0f\xc3\x4a\xe9\x37\xee\x5e\x2e\x48\x9d\xaf\x89\x26\xb1\x1d\x48\x21\x47\xbe\x9f\xb9\x02\x36\xf8\x59\x54\x20\x86\x75\x17\x7e\x33\x45\x87\x64\xf0\xd4\x95\x23\x8e\x77\xb3\x4e\xe3\xdf\xe2\x16\xfc\x39\xf9\x1c\x38\xc0\xfd\xe3\xc2\xe0\x95\x52\x4d\xe6\xcc\x97\xfc\x18\xbf\x62\xbd\x09\x07\xfd\xac\x29\x6b\xaa\xbe\xdd\x0e\xa4\xd3\xf7\x22\x96\x7d\x37\x3e\x2e\xd8\xdd\x77\xe3\xf1\xd9\x29\x33\x46\x8b\x8f\xc8\x89\x31\x6a\x3c\xae\x8a\x69\x50\x62\xc9\xe8\xfa\xbb\x18\x03\x3f\x9c\x9c\xbf\xf8\x71\xe6\x70\x6e\xfe\xcb\x8e\xe2\x9b\x3a\x7d\x37\x35\x21\x15\x76\x5f\x16\xe2\x4d\x5d\xea\xb1\x40\x29\x0d\xa3\x56\x64\x38\x8d\x7f\x3b\x9f\x46\x7d\x27\x30\x43\x0e\xff\x47\xea\x2e\x93\x69\x68\xeb\xd3\x14\x8a\xd9\x9e\xf1\x58\x5c\xcf\x54\x35\x1b\x1c\x29\xb5\xb0\xb8\xf8\x54\x56\x98\x1f\x50\x0f\x27\xfd\xbf\xeb\x32\x06\xe9\x51\xbb\x6b\x6e\xca\xe6\xed\x15\xf2\x72\x5d\xba\x71\xe8\xcd\x23\xcd\x36\x0f\x37\x75\xbb\xce\xfb\x0c\x41\x27\x48\xc7\x8e\xb8\x29\x8b\x36\xc9\x9c\x9b\xb4\xc3\x63\xd2\x90\x18\xea\x7c\x31\xb7\x8b\x3e\x53\xe8\x10\xeb\x99\x6b\xb9\xc2\x1c\x68\x62\x0c\x62\x2c\x5c\x2f\xda\x75\xbc\x94\xf3\xa2\x25\xfb\xc2\xae\x17\xeb\x6b\xd3\xbd\xf1\xdf\xec\xfa\x4a\x4b\xdb\x17\x27\x17\x03\x76\x22\xad\xc2\x7f\x6f\x44\x66\xda\xb5\xd7\x61\x32\xa4\xb0\x18\x83\x90\xb9\x75\x66\x7a\x1d\xe3\xe8\x15\x1e\x13\x0e\xc7\x08\xb6\x9b\xf2\x78\x6b\xc8\x9f\xbe\x34\x75\x20\x31\xea\x09\xc9\x3e\x1b\x90\x0c\xbf\x40\x8a\xcd\x98\x33\x5d\x86\xb7\x93\x55\x3b\xbc\xc2\x4c\xa0\x6e\xad\x4f\x5f\x77\x0e\xa7\xfd\x6f\x27\x43\xd7\xbd\x74\x3b\x19\xeb\xe1\x6b\x9d\x99\x56\x3c\x38\xba\xd7\x81\xae\xbe\x1e\xf2\x90\x7b\x8b\x91\x2f\x77\xf8\xe7\x5b\xcc\xbb\x2a\xbf\xc1\xc0\x17\x2c\x35\x21\x35\xba\xf3\x05\x65\x26\xca\xd0\xed\x8d\x2f\x8c\x40\x9e\x28\x9f\x3b\x6e\x0a\x1e\xa7\x1d\xc9\x7b\x9f\x99\x6e\xaa\x88\x62\xb0\xf6\x44\xa5\x8f\x6d\xf1\xf5\x90\x9a\xd6\x93\xd1\x29\x6c\xb9\x31\xbc\x37\x25\x39\x73\x32\x1a\xdb\x86\xd7\x91\xc2\x8f\x0a\x99\xd7\x7b\x9d\xaf\x57\x4b\xff\x9a\xc9\xd3\xb3\x7c\xe2\x03\xad\x0d\x52\xb2\xe4\x1c\x50\xb7\x90\x36\xee\xe8\xa6\x3c\x9a\x09\xa5\x60\x32\xa3\x42\xf9\x04\x30\xd3\x8c\x12\x70\x8e\x03\x6a\xab\xff\x34\xfa\xd6\x87\x69\x86\xbd\xc8\x70\xe4\xfe\xb4\x55\x78\x53\xca\xbf\x3e\x69\xc6\x8f\xe8\xc6\x05\x35\xfd\xc7\x29\x14\xef\xb0\x63\x74\x71\xdd\x6c\xed\xde\x94\xb7\xe9\x91\x56\x3f\xb2\xb8\x19\xea\xb4\xec\x62\x3d\x08\x22\x91\x09\xb0\x0b\x29\x13\x60\x3b\xe2\x82\xb1\x75\x39\x5d\xae\x9a\xaa\x16\x14\xac\xf2\x69\x5f\xc1\xc5\x96\x70\xc6\x0d\xbf\xa7\xbe\xa9\xa5\xbb\x24\xfe\x59\x36\x6a\x7d\x9d\x69\x56\xa2\xab\xa4\xaa\x56\xb2\xa4\x19\x3d\x53\x62\xbf\x9c\x38\x3c\x69\x46\x5a\xe9\x48\xa3\x92\x2f\x47\x5a\xf1\x1b\xaa\x8b\x4d\x78\x6e\x5e\x5a\xa7\xae\x62\x70\x5e\xee\xbf\x68\xa7\xdb\x72\xb9\x29\x31\x04\x12\xa3\xf8\x10\x7f\x1d\x29\x6c\x12\x27\x27\x94\xd5\x2b\x13\xe2\x1b\xe7\xfe\x42\xc2\x15\x2f\xfb\x53\x97\xcd\x34\x21\x6f\x49\xe4\x47\x7a\x37\x65\x33\x79\xd2\x90\x63\x3b\xf8\xad\xd1\x4d\xda\xaf\x80\x2e\x24\x9a\xc3\x75\xa4\xb2\x98\x34\xff\x32\xb5\x49\x4a\xaa\x8a\x47\x32\x04\x78\x84\x5f\x91\xa9\x79\x5e\xe9\xe3\x2b\x5f\x0e\x6d\x02\x5f\x40\x4e\x16\x58\x84\x46\xc5\x14\x11\x5a\x65\x79\xc7\xe4\x43\xcb\x93\x23\x55\xa5\x35\x9d\x8e\xe2\x26\x2d\x7e\x5b\x9a\xd5\xbe\x44\xf5\x15\xc3\x34\x3b\x32\xad\xc8\x27\x14\x05\x56\x36\x33\xc2\x9f\x80\x9c\xaa\x21\xe5\xd4\xcb\x88\x7c\x54\xbf\xce\x34\x64\xeb\xb7\x31\x41\xc6\xfd\xf6\x57\x3e\x95\x4b\xeb\xc8\x18\xcc\x26\xed\x82\x5c\xae\x9b\x4f\x2d\x72\xce\x7c\x2a\xb6\xad\xe9\xd5\x17\xc6\x69\xe8\xeb\x2f\xdd\xd0\x65\xec\x1e\xbb\xd3\x17\xd6\xb3\xa3\xc7\x2f\x3f\x7f\x3a\xfe\x74\xa0\xdc\x55\xa5\x4b\x58\x25\x85\x9d\xb8\x7c\xe1\x76\x53\x0a\xb7\xd1\x5f\x50\xe2\x83\x2b\xfd\x2f\xc5\x77\x49\x99\x6f\x8c\x5a\xfa\xff\xf8\xb7\x28\x9d\x6c\x6b\x9a\x9d\xcc\x57\xc8\xe1\xd2\x0e\xa9\x9b\x67\x96\xf0\x32\x83\x5d\x29\xb3\xb5\xde\xf2\xe5\xd7\xdd\x50\xd7\x78\x4f\x3f\x69\xba\x49\x89\x41\x14\x3e\x49\x3a\xae\xf4\x82\x68\x41\x46\x29\x26\x45\x3b\xaf\x50\x4a\x51\x31\x91\x51\x17\x16\xca\x99\x96\xc4\x63\x6c\xc9\x2b\x3c\x46\xbb\x12\x27\x13\xe1\xa2\x7b\xe1\x52\x1e\x0a\x2e\x62\x06\x95\x60\x39\x32\xf3\xc2\x02\xc9\x80\x38\x97\x64\x5d\xfc\x1e\xe1\xca\x72\xdf\xbc\xd0\xa2\x71\xb9\x19\x3e\x66\x48\xfb\x51\xda\x84\xd4\x66\xc6\xc8\x20\x31\xc6\xc9\x9a\x3a\x40\x44\x7d\x9d\xa9\xab\xd9\x66\x8f\xfa\xc6\xb7\xbe\x4a\xea\x2a\xe6\x02\x32\xcd\xd1\x22\x2a\x32\x42\xb7\xba\x2d\x0a\xb0\x22\x6c\x3a\xed\x58\x1f\xa1\xf3\x15\x3b\xe2\x8c\xd5\xa1\x0b\xdf\xeb\x85\x22\xab\xe1\x8c\x14\x6a\xa6\xbb\x37\x47\x8d\x04\xa1\x4b\x3f\xb2\xfd\xb7\xd4\xaa\xac\xa4\x54\xa8\xab\x92\x42\x83\xe1\x32\xbe\xe5\xe9\xa3\x53\xfb\xec\x3a\x06\x8b\x6e\x5f\xcf\x17\x02\xb8\x6e\x92\x08\x33\x78\x5f\x81\x75\x4c\x04\xa5\x91\x68\x11\x21\x0a\xfb\x70\x8f\x88\x21\x08\x50\x19\x5d\xa6\x0b\xd7\x52\x33\xef\xdb\xde\xd8\xb4\xfa\xfb\xe7\x7f\xbd\xb3\xf4\x8a\xeb\xd0\xc2\xe3\x8e\xeb\x50\x5f\xac\xbc\xee\x57\x5b\x58\x5c\xd7\xab\x2d\x72\x48\x41\x1f\xee\xaa\x27\xa4\xd9\xad\xa4\x21\x0b\xad\x7e\x41\xca\x2e\x6b\xa1\x24\xd5\xd9\xbe\x8e\x09\x31\xfb\x91\x3e\x2d\x63\x7b\x4a\xad\x3f\x3d\x5d\xce\x2a\x31\x3b\x76\x81\xaf\x5e\x33\x05\x0a\xf4\xd0\xc2\x89\xb9\x88\x45\xba\x38\xce\xc3\xb8\x90\xf3\xba\x7a\x2d\x15\xf1\xd2\x26\x43\x48\x43\xba\x02\x7a\xaa\x2a\x39\xe3\x48\x97\x16\x8c\x58\x09\xba\x6c\x6d\xd9\x38\x8d\xfb\xab\xce\x84\x59\x26\xc0\x98\x4a\x40\xd1\xb2\x17\x9a\x2f\xa8\x66\x3e\x94\x44\xc8\x6c\xa1\x66\x3a\x85\xb6\x54\x33\x21\x1c\x65\xd1\x90\xba\x26\x3d\xfb\x95\x42\x16\x85\x1f\xd1\x65\xc3\x33\x05\xf2\x4c\xfc\xdb\xaa\x16\x21\xbf\xc5\x8b\xa4\xfa\xa7\x1b\xe5\xae\x2b\xc5\xdb\x33\x00\xb1\x77\x7e\x59\x17\xa3\x05\x4d\xd6\xcd\x5c\x88\x6d\x67\x9f\x18\xd7\x15\x52\xcc\x85\xc5\xd9\x39\xad\x5c\x21\x2d\x56\xe8\xc4\x39\x25\x4a\xc9\x97\xfa\x91\x31\xa0\x34\x77\xa3\x40\x61\xc3\xa4\x90\x95\xad\x90\x1a\x3a\x06\x69\x87\xd5\x9e\xf1\xd9\x87\x81\xe5\xd6\x2d\x65\x30\x97\x95\x61\xe2\x1c\xf9\x31\x99\x30\xb3\x23\x6b\x89\x1d\x71\x61\xa7\x74\x1c\x66\x6c\x79\x5f\xa3\x9e\x23\x9f\x7a\xb8\xf9\xd2\xab\x90\x9a\x56\xd0\xc8\x39\xb2\x48\x74\x98\xbf\xfb\x8d\x76\x0b\x65\x15\xc3\xca\xfb\x3a\x34\xc6\xbd\xe2\x41\xb4\x13\xaf\x81\x2f\x43\xe7\xcc\x87\x8e\x3f\x94\x3e\xac\x4b\xb3\x0c\x68\x1f\x54\xa0\xaf\x3f\x4b\x7e\x04\xd9\x85\xa2\xed\x3e\x1e\x23\x00\x92\x51\x82\x01\x38\xe6\xd1\x33\x7b\xbe\xe7\xea\xa8\x1f\x42\x47\x3c\x93\xa0\xe3\x71\x35\xac\xf7\x26\x95\x88\xed\xa1\xac\x8c\xd0\x96\xdd\xec\x36\x53\x68\xf7\x15\x6a\xd7\x61\x26\x66\x47\x0a\x3a\xb0\x44\x7d\x21\x93\x9c\x7f\x62\x5c\x28\x1c\xdf\x9d\x9e\xec\x40\x85\x99\x68\xe7\x4c\x43\xb6\xaa\x3a\xd4\xfc\xe7\x7f\xf5\x55\x52\x76\x2f\x59\xc1\x24\x1c\x30\x18\x47\x01\xc5\x91\x38\x73\x4e\x50\x18\x89\x56\x5e\xe9\xd0\xf7\x9d\x15\xca\x2e\x17\xb8\x58\x57\xb0\xad\x60\xd5\xe9\xca\xf5\x3a\x30\xb0\x86\x2c\xe4\x82\x15\xa7\x1b\xd7\xd2\xd8\x0b\x4e\x59\x51\x5b\x28\xeb\xa5\x9a\xaa\xb6\xff\x30\x85\x74\x39\x7b\xfe\x4b\x39\x8e\x6c\x7a\xb4\x79\x0f\x27\x0e\x1f\xe5\x6b\x06\x70\x8f\xb5\xa4\x13\x5c\xfd\xd8\xe1\xc3\x81\x6e\x2f\xec\x83\x81\xcb\x6e\xa6\xf2\xd4\xd8\x53\x28\x40\xda\x99\xb2\xad\x32\x3a\xd1\xc5\x7b\xec\x15\xdd\xb7\xb6\x02\xeb\x3b\xda\x44\xcd\xd9\x5d\x77\xaa\xad\x60\x05\x8d\x08\xbd\xd4\xbd\x59\x6f\xd4\x14\x2a\x2f\x2a\x32\x78\xd8\x78\x7e\x3e\x1c\x6a\x86\xf9\x90\xed\xdc\xcf\x94\x31\x75\x21\xbd\x2f\xd0\xe9\x0a\x37\xd1\x0a\x96\xc3\x74\x1c\xdb\x93\x53\x2f\xd7\xa8\xd1\xb0\x5c\xa3\xe6\xd4\xa9\x6b\xd4\xa3\xbe\x90\x82\x93\x48\x8f\x17\x14\xeb\xd7\x21\x7d\xce\xbc\xd2\xb0\xe5\x15\xdb\x7a\x22\xaf\x90\x3a\x13\xac\xdb\x2c\x7f\x8b\xf0\x89\x72\x4c\xb7\xbe\xc4\xbf\x5a\x5a\xf2\x65\x2e\xae\x01\x85\x99\x68\x05\x8b\x65\x4a\x62\x95\x23\x55\x3d\x2f\x2d\x0d\x89\xe1\x51\xe5\xba\x5a\x6d\x05\xad\x3a\xb1\xa8\x38\x3c\xe9\xf6\xb4\xe5\xbc\x31\x71\x0a\xb7\x90\x97\x0a\x69\xd5\x07\x75\x64\xd2\x04\xea\x36\x53\x55\x8b\x88\x24\x9e\x1c\xd8\x30\x31\x75\x61\x7a\xbe\x46\xba\x54\xa0\x01\x64\x92\x92\x65\xb4\x02\x2f\x2a\x57\xc6\x59\x33\xd3\x44\x70\xcb\x84\x48\x7c\x45\x54\x4c\x63\x39\x72\x6e\x9f\xe0\xd7\x32\x5b\xc8\xab\x96\xca\xe2\x63\xc4\xc3\x44\x5e\x21\xc3\x17\x4a\x0f\x9b\x60\xc1\x38\x25\x24\x3f\x9a\xca\xd3\xa5\x07\xa4\x7d\xbf\x3d\xa4\x32\x58\xc1\xcb\xcb\x82\x87\xbd\xb4\x70\xf6\xa2\x56\x7c\x2f\x3a\x3b\x82\xdb\x51\x25\x5e\xe1\xaa\x35\x19\x53\xc8\xcb\xfe\x14\xc6\x64\xc6\x89\x48\x5b\xbe\x67\x8f\xd8\x5a\x4a\x1f\x57\x51\x49\xcb\x22\x65\xa6\xaa\x98\x81\xfd\xb4\x7c\x7a\xca\xde\x77\x86\x8b\xfe\x82\x8d\x96\xb3\xa5\x1c\x29\x6c\xff\xfc\xaf\x4f\xf8\x66\x39\x08\xf2\xab\xa5\x21\xef\x53\x2c\x9e\x65\x91\x82\x88\x53\xd8\x89\x56\x60\x06\xa5\xc6\x28\xb1\xd2\x1d\x83\xa2\xbe\xae\x74\xa9\x38\xf9\x59\x09\xce\x59\x98\x02\x4b\xde\xc1\x82\x91\xbc\xb0\xc0\x30\xc8\x96\x1f\xac\x64\x49\x1d\x2a\xe0\xea\xa9\xdb\xdd\x4b\xea\x62\x85\x42\xe9\x57\xd0\x6c\x0e\x49\x31\x2e\x2c\xa9\xb5\xfd\x27\x29\xf4\x3e\xeb\x21\x15\x29\x6d\xa4\x13\x7e\x25\xa4\xdf\x99\xc0\x81\x4e\xb2\x51\xd1\x1e\x3b\xe2\xc7\xbd\x6c\x0c\x6a\x94\xad\x22\x44\x1c\xe1\x38\x45\x88\x68\x85\xa9\x55\x84\x88\x2b\x47\x29\x65\xca\x38\x47\x4f\x33\x76\x86\xb7\x7c\x78\x0b\xb5\xca\xb9\x65\x5b\x7e\x5c\xe9\x62\x79\xe5\x1b\xa4\x4e\xbf\x2d\xed\x68\xc1\xae\xf4\xa8\xbd\xc3\x9e\xdc\x66\x20\x96\x6f\x87\x81\xf8\x50\x37\x02\x31\x10\x37\x2a\x09\xeb\x51\x81\x27\x5a\x61\xe3\xec\x05\x47\xf3\x23\x82\x6d\x44\xd1\x38\x8f\x46\x87\x0f\x15\x87\xe2\x9c\x33\x7d\x78\xf1\x46\x3a\x81\xf3\xf8\x11\x81\x89\xe2\x76\xdb\x76\x3d\x47\x68\x6e\x2c\x27\x54\xa6\x13\x67\xe4\x5c\xb5\xad\xcd\xb2\x04\x3a\xe5\x95\xf2\x67\x5a\xfb\xbb\xaa\xad\x2a\xb4\xe2\x76\x82\xb9\x0b\x69\xa7\x48\x14\xad\xa0\x67\x14\x89\xa2\x95\x0c\xd6\xcc\x85\xc6\x4c\x20\x8a\x9e\xaa\xb0\x93\x9b\x7d\x13\x48\x14\x41\xa3\x1c\x1b\xa3\x21\x0f\x14\x97\xa2\x0c\xd4\xfb\x7b\xf8\x4f\xf2\xe1\xa5\xa5\x0d\x65\xdc\xd8\x84\x92\x49\x83\xea\x52\xc2\x8d\x56\xae\xb4\x62\x5e\x1f\x21\x8d\x8b\x80\xb2\x2d\x94\xb1\x61\x30\xb3\x11\x94\x09\xe3\x38\x98\xc9\xb7\xe1\x66\x17\x86\xf7\xdb\x47\xf8\x28\x15\x27\xbf\xe8\x2f\xe4\xdc\xdb\x3c\x82\xfe\x51\x74\x89\x3e\x5b\xca\x34\x5b\xe8\x7e\x87\x8f\x38\xa3\xb9\x12\x3f\x82\x43\x28\xa9\x30\xa2\x8f\x94\x0a\xa3\x15\xec\xa8\x37\xf7\x4b\xd8\x7c\x6f\x6b\x20\x7c\x3b\x6f\xdd\x39\x14\x4c\xd9\x37\xc6\x35\x26\xe8\xdb\x5c\x71\x85\xaa\xa2\xe8\x43\x0e\xc2\xd9\x53\xd6\xfd\x61\xfa\x18\x4a\x77\x9f\x42\x4d\x34\x6e\xc7\x37\xa9\x19\x38\x76\x02\x4f\xb9\x46\x46\x60\x16\x66\x67\x7c\x6c\xf2\x60\x3c\x93\x4f\x23\xda\xf3\x83\xa5\x7d\xa5\xae\x85\xe0\x4c\xa9\x86\x8b\x81\xa8\x18\x15\xbd\x31\xef\x8e\x51\xd1\x5f\x08\x53\x45\xa5\x38\xc7\x2b\x85\x40\x90\xa1\xee\x4d\x14\x7f\xd1\xc7\x06\x33\x96\xee\x87\x3b\x4a\xe6\xf2\x83\x4e\x4b\x55\xcf\x25\xa2\xe3\xe3\x17\xe1\x17\x76\x80\xe3\x49\xd4\xd7\xd3\x2e\x9b\x8a\x5f\xc1\x34\x9a\x29\x1d\x1a\x5f\x7a\x15\x92\x3d\x97\xb5\x4a\xd3\x31\x1a\xba\x51\x69\x3a\x0e\xde\xd7\x8f\x41\xce\x8c\x58\x02\x1f\x6f\x7a\x36\xd5\xc7\x0b\x9a\x39\xd9\x0e\xc1\xc0\x08\x0c\xd5\xea\x6c\xe4\x8f\x33\xda\xa2\xe1\x94\x4e\xa3\xfd\x5b\x15\x5e\x4c\xe1\x4f\xe3\x71\xab\xdf\xc1\x00\x2e\x48\x56\xb0\x42\x5a\x2a\xd2\xee\x97\x25\x9b\x50\x56\x1a\x35\x2d\x75\x75\xda\xa1\xc4\x53\x3d\xcd\x4a\xce\xb0\xe9\x85\x50\xb9\x3f\x2c\x90\x12\xe8\xe8\x51\x45\x7d\xb8\x0b\xf9\x72\x5a\x78\xd0\xaa\xf7\x79\x4b\x99\xbd\xb6\xec\xa3\xaf\x5f\x0f\xc5\x98\x30\x22\x25\xc7\x13\x62\x3b\x5c\x33\x85\xde\xae\x28\xd2\x2f\x42\x61\x86\x94\xac\xbb\x42\x69\xb7\xb2\xed\x15\xdd\xa1\x15\x36\xf6\xd7\xf6\x6a\x0b\x65\x3b\x08\xd3\xc2\x09\x3c\xfa\x8b\x3d\xf8\xb5\x4d\xda\xeb\xdf\x32\xdc\xf0\x95\x1a\x67\xa1\x20\x2a\xad\x60\xeb\x7c\x97\xd1\xb4\x8c\x0e\xc1\x83\x92\xfb\xa2\x62\xd8\x1d\x0e\x0b\x31\x61\xaf\x2f\x0c\x45\x55\x79\x6c\x0a\x16\xde\xd7\x97\xc8\xd1\x87\xc1\x9d\x70\xe6\x10\xee\xe4\x26\x07\xa4\x64\x14\xb2\x58\xd1\x1c\xce\x06\xcf\x28\x7c\xc3\x68\x6c\x86\x1f\x67\x17\x24\xbc\x03\x36\x34\xf6\x9c\x40\x28\x47\xbf\x52\x26\x3e\xe8\xa1\x6c\xaf\xf0\x9b\x3f\x5e\xf0\xa0\x61\x9c\xea\xa3\xbf\x52\x59\xe6\x69\xf6\x0d\xc1\x1d\xea\x2b\xa4\x6f\x1f\xe9\x53\x7e\x97\x32\x42\xbd\x85\x32\x0b\xf5\xf1\x87\x21\x05\x23\x44\xbc\xfe\xbc\xf0\x23\x94\x07\x80\xda\x37\x5e\x65\xc4\x9e\x02\xa1\x12\x23\x49\x08\x95\xd2\x90\xcc\x0e\xdf\x50\xe3\x08\xfa\x59\x8f\xe4\x3f\x65\x13\x64\x89\x1c\xcc\x61\x96\x50\x42\xe9\xe2\xd3\xfa\x59\x33\xa0\x35\x7e\x56\x05\xec\x71\x05\x76\x18\x0d\x05\xec\xc0\x0e\xf1\x02\xfd\x22\x39\x98\x1d\xbf\xc2\xa9\x4f\x5d\x8d\x66\xa6\xee\xdb\x75\x99\x10\x73\x8c\xff\x79\x26\x92\x83\x2d\x8b\xf9\xb2\x9a\x7f\x28\x5f\x5e\x0d\x28\xbf\x29\xf1\xac\x4f\x07\x6e\xc0\x50\x9d\xc2\xab\x74\xa7\x25\xbb\x29\x0d\xc0\x3f\x39\x05\x57\x29\x7e\xc1\x70\x53\xee\x7f\x42\xe9\xf1\xc5\x48\x17\x66\xd8\x46\x55\x44\x7f\x63\x38\x16\x23\x9d\x3e\x26\xab\x55\x21\xbb\xc9\x94\x5a\x8e\xd8\xb6\x98\x2f\xaf\xfb\xa4\x21\x6f\xf8\x49\x2f\x5a\xd8\x92\x4e\xbc\x4d\x27\xcd\xe8\x98\x01\xd0\x62\xbe\x1c\x45\x13\x53\x6b\xbe\x40\x16\xd0\x8c\xf6\x25\x57\xe0\xf3\x65\x07\xc4\x64\x06\xb2\x3e\xb4\x63\xd1\x3e\x43\x29\xcf\x8f\xa5\xd8\x3c\xec\x1e\x45\x58\x4e\x83\x39\x80\xad\xcc\xc3\xe7\x46\xcc\xb0\xa9\x3c\x1d\xa3\x31\x03\x87\xee\xf9\x1d\xa9\xfc\xa6\xcc\xa0\x96\x78\xd3\x61\x0f\x4e\xec\xc2\xa9\x1c\x1e\xc5\x01\x1c\x6e\xea\xe7\xe1\x51\xc8\x49\xd0\x6a\x69\x2a\x9a\xc1\x39\x19\xed\x31\xe1\x3c\xba\x99\x46\x6a\xd1\x8b\x7d\x06\xf5\xa0\x5d\xc7\x18\x7c\xc1\x07\x07\x86\xfd\x45\x65\xbd\x8f\x73\xa6\xe1\x9b\x3a\x35\x7d\xa9\x5a\xf4\x56\x2d\x94\x35\x58\xfa\x64\x9f\x1e\xf9\xf2\xe6\x4b\x3f\x7b\xb9\x29\x4f\xd1\xc5\x10\xe4\xa4\x02\x14\x34\x0f\x3b\x48\xef\x03\xcb\x5f\xe2\x7b\x2a\x89\x48\xc3\x89\x36\x9d\x44\x04\x6b\x78\x0a\x7e\xd2\x8c\x8c\xbc\xa9\xaf\x6a\xa6\xec\x27\x8a\xb9\x24\xed\xc4\xa0\x50\xbb\xff\xcc\x5c\x72\x57\x3c\x58\xc0\xcd\x6f\xd2\xac\xae\xf9\x8e\x92\x2f\xad\xa8\x1b\x73\x20\x71\x60\xa4\xdd\x4d\x0d\xcf\x08\x6c\x22\x5b\x10\xfc\xc9\x54\xe2\x92\x52\xc3\x08\x9b\x25\xca\x10\xcc\x17\x96\x8f\xd3\xb1\x13\x46\xb5\x65\x38\x15\x3c\xa1\x81\xea\x9a\xc6\xa3\x5c\xf0\xfb\x49\x68\x4c\x04\x80\xc3\x23\x5c\xac\x98\x22\x20\x9c\xd9\x53\xa7\xef\xf1\x30\xed\xa7\xd3\x93\xcc\xce\x12\x9d\xf6\x43\xb4\x50\xe6\xff\x8b\x11\xb0\xad\xcf\xb4\x34\x05\x2c\x3b\xa1\xde\x3a\x8c\xa6\x4f\x07\x48\x1c\xfc\x8a\x34\xfe\x05\x93\x38\xcc\x01\x37\xbc\x93\xe0\x05\xf5\xa4\x9d\x65\x1b\x24\x43\xd0\xea\x02\xbd\x9b\x82\x79\xdc\x85\x7c\x6a\x2c\x32\xd7\x32\xf3\x24\xcc\x17\x75\xef\x15\x1c\x0d\x6e\x13\xd0\xe3\xac\x6c\xec\x93\x45\xa1\x0f\x0c\xf4\x91\x42\x31\x5b\xa6\x7d\x9b\xd9\xd2\x85\x1d\x5f\x57\x5a\xfd\x7a\xec\xe9\xd2\xbf\xe9\xba\x05\x15\x6f\x3b\x6c\x2a\x6d\x48\x03\x15\x30\x15\xb0\xe0\x2e\xec\x90\x72\xeb\xdb\x08\x9a\xc5\x82\xe6\x0c\x65\x59\x72\x41\x2d\xf5\x91\x66\xf4\xaa\xca\xfa\x6c\x16\x63\x11\x39\x02\x4c\x61\x49\x1a\x00\x90\xa9\x2c\x21\x0d\xb8\xc3\x54\x96\x90\xe2\x5c\xc3\x37\x55\xfc\x1f\x8c\x66\xba\x7f\x9a\x99\x9e\xac\x94\xa9\xff\x93\x1e\x95\x7c\x15\x73\x6d\x96\x05\x83\x4c\x48\x9d\x2b\x6a\x46\x77\x6f\xdb\xde\x27\xad\x2e\x61\xaf\x4a\xaa\x5a\xea\x15\x46\xb7\x99\x3a\x86\xe7\xac\xda\xb5\xf0\xd3\x46\x79\x70\xdc\x9b\x8e\x2b\xc0\xad\xff\x2c\x1c\xcc\x10\x65\xc6\x66\x8c\x5a\x18\xe1\xf6\x3d\x02\x5b\xcc\xd8\x0c\xe7\xfa\xbc\x29\x9b\xd1\x8d\x31\x79\x35\x99\x93\xcb\x76\xfd\x08\x25\xbb\x99\x7f\xb9\x50\x05\x36\x40\xe6\xc5\x1d\x3b\x4a\xd6\x99\x3d\xe2\xd7\x9f\x97\xdf\xde\x64\x3f\x5e\x7e\x3e\x01\x94\x73\x2a\x0e\x40\x71\x74\xf9\x9b\xd2\xaf\x21\x76\x1c\x06\x80\xdb\xf0\x69\x4c\x05\xc0\x9c\x49\xa2\x8f\xfa\x54\x35\x27\x20\x68\x2e\xb6\xe3\x4c\x9f\xfa\x33\xa6\xf3\x62\x3b\x36\x28\x4f\x2e\x4b\x2a\xc0\x45\x07\xd6\x31\xf5\x80\xbf\x60\xc3\xce\x0b\xf1\xde\xfe\x76\xa2\x4c\xde\xfa\x73\xf2\x9f\x46\x63\x8c\x5a\xd2\x92\xd7\x81\xe1\xe9\xac\x1f\x53\xe7\x22\x96\xdf\x64\xb4\xdb\x0e\x05\x0c\x86\x8b\x03\x3c\x9b\xec\xe2\x92\xa2\xd3\x92\x2f\x29\xd2\x92\x21\x3e\x9c\xa8\xa6\xf0\x17\xbd\x63\xfc\x08\x7e\xd1\x47\x56\xc5\xcf\x42\x38\x60\x4d\x3d\xdb\x6f\xdc\xba\xcf\xea\x9d\xcc\xcc\xeb\x99\x7e\xb9\xf8\x13\xa7\xf5\x98\x78\x1b\xa7\x1e\xdf\x37\x6e\x91\xa7\x13\x79\x5c\x70\x8d\x70\x1a\xe7\x89\xb8\x32\x4c\x83\xbb\xcd\x59\x1d\x60\xf6\x48\x2b\xec\x0e\xc8\x70\x10\xad\x4e\xef\x0e\x94\x2e\x40\x0d\x2c\xde\x29\xa0\xc6\x68\x18\x2d\xd5\x2c\x84\xf2\xae\x1c\xc2\xaf\x34\x24\x7f\x62\x4b\xa1\x87\x9e\x3e\xa7\x9a\x09\x65\xc3\x2c\xdf\x99\xd9\x7a\x06\x60\x19\x59\x33\x00\xfb\xb9\x3a\x7f\x26\x0f\xd0\x33\x5d\xcb\x37\x00\x99\x84\x5b\xf8\x5f\xd1\xc1\x82\x7f\x94\x23\xd3\x25\x6c\x60\xad\xf9\x70\x6b\x3c\x8c\xc0\x5a\x22\x3d\x46\x98\x50\x68\xf5\x8c\x40\xa8\xc6\x6e\x95\x4e\x1f\xc8\xfe\x74\x62\xec\x16\xbe\xf5\x59\x7d\xcb\x00\x24\x72\x2a\x75\x47\xbb\x32\x04\xdf\x32\x70\x61\x32\x0d\xf1\xb8\x50\xa4\x0d\xe5\x0d\x1f\x08\xc6\x51\xf0\x3c\x4c\x9e\xcc\x3b\xd9\xff\x4d\x5a\x03\xb2\x0c\x6d\x78\xbc\x69\x48\xcb\xc0\x08\xda\x60\xf4\x21\x25\x8c\x9f\x4e\xb6\x0b\x33\x20\xc7\x47\xf0\xd1\x63\x36\xec\x79\x74\x4c\xb3\x3a\x40\xd0\xe8\xb1\x7d\xbb\xf2\x2b\xa8\x03\xe6\xb3\x59\x0a\x65\xb4\xb2\x02\xb8\xa9\x98\x0d\x13\x14\xa3\x53\x2f\xef\x0b\xc8\xbd\xe9\xb7\xf6\xd7\x53\xa6\x4d\x8e\xd4\xe6\xad\x7d\x7d\x5a\xf5\x64\xa6\x2e\xe6\x69\x67\x78\x78\x11\x31\xf2\x8c\xf1\xe0\x4e\x7e\x36\xbf\x08\xe4\x9c\x3b\xf5\xdc\xfe\xe4\x5a\x70\x36\x64\x14\x47\x2c\xe1\x41\xda\x95\x99\xbe\x19\xac\xb7\x91\xaa\x4b\x77\x13\x0c\xc8\x09\x1c\x66\xca\x6e\xeb\x66\x5c\x69\xc5\x8a\x22\xab\xe0\xec\xcd\xcf\x70\x04\xfc\xc1\x1a\x14\xaa\x64\xb4\x23\x94\xad\xca\x11\xd2\x02\x89\x53\x5c\xe3\x16\xa3\xb3\xf2\xbe\xbe\xcf\xc9\xad\xd9\x66\x69\xa9\xab\x95\x47\xa7\x34\x0c\x49\x78\xbc\xfb\x8d\x04\x76\x6e\xc7\x05\x85\xea\x22\x25\x48\x36\x92\x71\x1d\x57\xfd\x1b\x14\x3e\x0d\xfa\x18\x15\x9e\x31\xe8\xa3\xbf\x66\x1a\xd2\xd1\x09\x5d\xda\xb9\x0c\xeb\x21\xa5\x71\xe0\x8b\x6e\xde\x43\xd0\xf8\xa9\x3c\x77\x9b\xb3\x73\x71\xc1\xa2\xf8\xc5\xfb\x85\xc8\xf6\x8b\x77\xae\x2f\x67\x87\x67\xd2\x2a\x3c\x83\x40\x37\xac\x63\xc4\xd6\x16\x90\xa3\x1c\x6c\x06\xe1\x38\xda\x85\xd6\xe0\x55\x7b\x24\x5f\xc7\xd9\x80\x8a\xd1\xb3\xf6\x12\x73\x55\xb8\x8e\xc6\xd5\xff\x4c\x26\x0f\xd8\x24\x58\x0d\xf4\x6c\x77\x1e\x4f\x5e\x5b\x4c\xc3\x33\x46\xcd\x9f\x2a\xd9\x3b\x08\xd3\xd9\x59\xde\x54\x55\x2f\xec\x55\x3d\x5c\x3f\x07\x4a\x98\xa4\x1f\xf8\x99\xa6\xa1\x1a\x5c\x24\xce\xce\xad\x14\xa2\xd9\x50\x8d\x51\x99\xb1\xe1\x33\x04\x9a\x62\xd8\xcc\x84\xdd\x9c\x01\xa4\x33\x07\x86\x5f\x70\x83\x3a\xfd\x8e\x9d\x4b\xd0\xe9\x77\xec\xfd\x60\xe4\x03\xfd\xc3\x64\x0e\xfc\x8d\x48\xa1\x21\x47\x01\x77\xaf\x53\x18\x8b\x8a\x97\x70\x0a\x63\x51\xb9\xb9\x9e\xc6\x58\xf4\x03\x43\x77\xe0\x35\x60\xc5\x86\xed\xce\x9e\x4e\x2c\xea\x66\x48\xdb\xe1\xb0\xc9\xc8\xd2\xd3\x8d\x8f\xb3\xb0\xe2\x58\xe4\x43\xe0\xd7\xb0\x59\x33\x40\x1c\x85\x3d\x9f\x9a\xa9\xe9\xc6\x59\x0c\x51\x3a\x4a\xdc\xd1\xae\xfc\x27\x7b\x79\x86\xe4\x67\xe8\x14\xa7\x03\xab\x34\x1c\x98\x20\x5e\x07\x60\x0f\x95\xe5\x1e\x9c\x03\xb3\x86\xb6\x43\x19\xd1\x64\x45\xf9\x1b\x3d\x34\x3f\xda\xc0\x56\x9f\x0e\xd5\xd2\x61\xcf\x89\x35\x52\x53\xaa\xed\x83\xa0\x74\xb6\x8c\x89\xd1\xe5\xfc\x18\xb8\xd4\xe6\xcc\x22\x52\x15\x85\xd0\x53\x7a\x19\x40\x49\xb3\xc2\x7b\x02\x22\x9e\xe4\xd2\xa8\xcc\x8b\x41\x0f\xfd\x78\xe5\x53\xf9\x2b\x9f\x76\xe5\x65\x8f\x13\x67\x3a\xe4\x3d\x4b\x31\x7d\xb1\x9d\x53\xff\xb4\x0d\xdb\x33\x5c\x4d\x0a\x92\xd3\x6f\xc4\xfb\x81\x95\x63\x98\x43\xc5\x97\x38\xa7\x5d\x16\x39\x3a\xfb\x91\x38\x5e\xbf\x39\x1d\xcf\x2c\x5e\x09\xbd\x0b\x3f\x27\xd2\x67\xf2\xda\x0d\x79\x3d\x39\x7e\xa6\x57\x5d\x2c\x71\x81\x36\xfd\xf4\xbb\x1f\x70\xc7\x34\x3f\xc4\x5b\x34\x37\x6c\x46\xc3\xdb\xef\x40\xd2\x90\xfd\x43\x19\x92\x73\xfc\xa0\x7d\x8d\x74\x20\xf2\xfd\x98\x0b\xf1\xcd\x0c\x2e\xbf\x2d\x88\x74\x32\x7a\x61\xd4\xf1\x67\x8c\x94\xbb\xee\x92\x67\x34\x0d\x59\xa7\xf1\x37\x0b\x77\x1f\xa6\xd8\xf2\x2e\x7e\x28\xa5\x2d\x45\xa1\x00\x56\x88\x63\x6e\x71\x89\x80\x2f\x62\x59\x9e\xc7\x07\xb3\x7c\x3d\x18\x7f\xc8\xb2\x35\x98\xba\xcb\xe9\x76\x53\xe6\x76\xd1\x9d\xc6\x1c\x70\xa3\x30\x97\xdd\xf2\x39\x07\x2f\x3b\x7a\x10\x89\xcb\x3b\x13\xc9\xb1\x38\x3d\x32\xbb\x4e\x67\x41\xf2\xb1\x9b\x94\x10\x44\x62\x2f\x9f\x1e\x73\x84\x5f\xec\xe2\x8c\xd6\xb6\x63\xfc\x18\xcb\x87\x84\x9c\x8c\x37\xb0\x38\x0c\x9c\x8d\x05\x38\x42\xd2\x6d\x83\x94\x09\x83\xdd\xbb\xed\x68\xcc\x51\x7d\x5b\x30\x63\x93\x2a\xa3\x45\x2e\xd2\xe7\xb6\xbe\x9e\x69\xc6\xb1\x74\xd2\x0c\x91\x3f\xa0\x14\xc6\x00\x9b\x65\x23\xa5\x59\xb4\xed\x53\x42\xbc\x1c\xdb\x26\xde\x0c\x65\xa7\x1e\xbb\x60\xe3\xf7\x19\x29\x15\x30\xa7\xa4\x21\xaf\xef\x99\x6e\xee\x55\xc2\xf9\x3d\xb7\x4f\x06\x71\x3a\x18\x69\x10\x27\xad\x91\x06\x78\xf8\x27\x48\x83\xf8\x47\xb6\x91\x4a\x15\x1d\x2c\x34\x41\xc9\x26\x35\x98\xe0\x8c\x83\x64\xa3\xbe\x59\x43\xc3\x09\xce\xb8\x2f\x94\xc8\xa2\x71\x77\x31\x95\xab\xa2\x71\x21\x31\x85\x1f\x28\x71\x91\x6e\xd9\x71\x39\xf1\x08\x4c\xd0\xe2\xd2\xde\x8e\xe2\xcd\xd9\xdb\x97\xfe\xf5\x48\x19\xdb\x97\xf9\x91\xff\xa8\xc2\xb6\x5b\xb2\xbd\x1f\x0f\xe9\x6d\x96\xff\x72\xd6\x37\x16\x45\x18\x80\x16\xd7\xaf\x2f\xfd\xb9\xc1\x9d\x6f\x3f\x6d\x05\xff\x34\xdf\xbe\x48\xcc\xa9\xdd\xd7\xfe\x44\x63\xba\xc9\xa6\x86\xd2\xac\xd7\x0f\x7e\x52\xae\x8a\x16\xff\xb7\x41\x01\xf1\xdb\x29\x71\x45\x8b\x37\xf7\x0d\x30\x8e\x89\x7d\x4b\x7d\x64\xb6\x00\x0c\x54\x76\xd9\xdb\x40\xcb\xb8\x4b\xde\x5c\x2f\x65\xb8\x3a\x5f\x54\x76\xab\xd2\x5c\xb4\xfa\x4a\x99\xa5\xf5\x4c\xa1\xe1\x59\x35\xa5\xba\x59\x6f\xa1\xac\x9e\xf3\x9f\x32\x0a\xe2\x7e\x7b\x1b\x50\xfe\x54\xb5\x05\x9a\xbf\xc6\x58\x44\x3f\xbf\x31\x11\x10\x27\x86\x29\xcc\x5e\x53\x0a\xf7\xb1\x12\xb2\x16\xe3\xf7\x7c\xe3\xa1\xcc\x8f\x9b\xbf\xe0\x5b\x01\x13\xee\x86\xd2\x2e\xb3\x02\x69\x51\x04\xac\x63\xbe\xed\xc8\xe2\x11\xca\x34\xfa\x20\x8e\x63\x21\x0c\x5a\xfd\x0f\xaf\x35\xe7\xdb\x0f\x5f\x7b\x4d\x3b\xcb\xbd\x30\x5e\xf3\xe3\x99\x3e\x99\x16\x66\x49\xc6\x45\x3c\xd0\x1f\x1b\x17\xdc\x65\x4f\xa2\x61\x70\xf5\x38\x3f\x48\xa9\x92\x52\x65\x83\x9e\xf9\xd4\x6f\x19\x53\x55\xdb\x0c\x66\xf8\xf8\xc2\x23\x9e\x2b\xe5\xb6\x68\xf1\xc5\x1a\x53\x90\xbb\xb5\x29\x14\x41\x8b\x1f\x4b\xa8\x81\xce\x33\x8e\x29\x94\x40\x8b\x3f\xf1\xe3\xb7\x06\xb9\x72\xf9\xc8\x4d\x19\x47\x1f\x71\x33\x7a\x4b\x5d\xfd\x26\x5a\x52\x09\x2b\x5a\x45\x40\x7c\x50\x49\xe9\x72\x79\x00\xa9\x2a\x48\x3c\x9b\xf0\xa3\xe3\x63\xbc\x94\x8a\xa8\xd1\x2a\xe2\x56\x41\x33\x5a\x7c\x94\x1f\x16\x3e\xcd\x70\x3d\x05\xf7\x39\x21\xc5\xe3\x4e\xf9\x78\xe1\x61\x83\x8f\xb0\xb4\xbc\x7a\x9c\x0e\x9b\x51\xd9\xe7\x1f\xfc\x97\x1c\x79\x3e\x36\x1c\xe3\x06\xf9\xf8\x59\x00\xbc\xe7\xb0\x19\x3c\x8b\x9d\x4e\x38\xd1\x0f\xb6\xa0\xa2\x61\xdc\x03\x4a\x5d\xd9\x0d\x0d\x31\xe0\x78\x18\xa3\xb1\xd5\xbf\x4e\xdb\xd7\x5b\xbe\xfd\x28\xa9\x6c\x87\x32\xc7\xb3\xf2\x5f\x3b\xa7\xa2\x76\xbe\xb6\x1c\x1b\xa2\xf2\xeb\x1b\x85\x9c\x40\xbe\xd9\xce\x13\x92\xa6\x1a\xa4\x16\x0d\x37\x8e\xb3\x40\x8c\x86\x6c\x32\x50\x20\x2e\x31\xc5\xb5\xb8\xbf\x64\x4c\x36\xea\x5b\x7e\x56\xa6\x43\x1c\x35\x5f\xb6\x68\xcb\xa7\xea\x25\x23\x72\x4a\xa2\x78\xc8\xbe\xc2\x8f\xc4\x33\xe3\x44\x0f\x35\x07\x9f\xaf\x2e\x73\x26\x1b\xeb\xeb\x6d\x56\x53\x26\x59\xf9\x34\xf3\xf5\x78\xd2\x8e\x71\x6a\x1c\x41\x7e\x16\xfb\xd8\xcf\x0e\x41\x31\x1a\xd2\x46\x79\x1e\x5a\xfc\x48\x4e\xec\x10\xa7\x89\x90\x01\x2d\x6e\x1a\xc2\x53\x5c\x4f\x3b\x16\x0a\x3d\xa5\xd6\xd3\x78\x29\x94\xd9\xa1\x55\xdc\x8d\x0e\x57\x31\x1a\x42\x4c\xd8\x80\x16\x27\xd8\xcf\xd2\xba\xa5\x8c\x15\x6c\x90\xcd\x53\x52\x20\x6d\x21\x31\xd5\x3f\x90\xf1\x18\xed\x3f\xcc\x81\xfc\x8c\x45\x72\x83\xd3\x8d\x07\x00\x0c\x3f\x7f\xf6\x43\xc7\x55\x43\x38\x0b\x30\x11\xf3\x87\x49\x9f\x5f\xf7\x4d\x43\x43\xa4\xfc\xfc\x70\x38\x27\xc9\x9f\x2f\x1e\x8e\x7c\xfa\x71\x61\x48\x2d\x3f\x07\xa6\x1f\xcb\x9f\x09\x16\x24\xa0\x72\x7c\xfa\xf9\x74\x1f\x7f\xd6\xcf\xdc\x10\xe3\xe6\x67\x77\xcd\xf5\xb4\x64\xf8\x32\xd3\xe4\x03\xdf\x55\xff\x83\xab\x5c\x88\x81\xe3\xf9\x17\x1d\xef\xe3\x73\xf9\x61\x72\x7a\x92\x96\x11\x03\x95\xc3\xd5\x22\xfc\x05\xa8\xf1\xe5\x88\x17\x2f\x20\xdc\xcb\x98\x81\xea\xc8\x79\x37\x29\x58\x89\xb7\xf8\x7a\xd9\xb1\x88\x97\x74\x39\xe4\x45\x3f\x9e\x52\x26\x74\x42\x8a\xb9\xad\x2c\xd7\xcb\xe2\xdc\x22\x69\x09\x36\xd0\x6a\xda\xc1\x55\x70\x30\x04\x9b\x01\x16\x15\xeb\x85\x0d\x5a\x19\x10\xa2\xe2\xa4\x13\xc7\xb8\xc0\xf6\x5e\x82\x18\x34\x1c\x19\x4b\x31\x2e\x1a\x9e\x94\xf5\xc2\x09\xd9\xf9\x6f\x98\x30\xe3\xc3\x42\xad\x69\xd7\x22\xb4\x67\x10\x6f\x77\xc3\xf0\x1d\x2d\x0f\xc7\xda\x52\xe2\x88\x3e\x0e\xea\x2e\x0f\x9f\x76\x2d\x81\x1a\x7f\xea\x93\xcc\x4c\x99\x76\x66\xa7\x51\x43\x5a\x79\x4c\xb2\x5e\xa0\xe7\x3b\xa3\x5f\xde\x7c\x85\xca\x46\xb0\x5d\x99\xcf\xed\x3e\x99\x23\x14\x47\xe1\x4f\xfd\xfe\x07\xa7\xe0\x52\x74\x8c\x86\x67\x63\xbd\x6c\xa4\x76\x3a\xe5\xa5\x45\x67\x02\x2d\xad\x32\x63\xe8\x11\x2b\xcf\x75\xe0\x63\x18\x50\xde\x13\x2d\x85\xfa\x6d\x06\x7f\xf8\x51\x06\xde\xbb\x75\x58\x5a\xf5\x54\xb5\x9f\xdb\x6e\x83\xe5\xd4\x10\xdc\x49\x2d\x32\x43\x38\xb3\xd2\x4d\xb2\x2c\x1d\xf2\x2d\xde\x4d\xdd\xcf\x3f\xff\xab\x1c\xf6\xd6\x81\xc6\xe9\x8c\x6f\x32\xbe\x90\x1e\x1f\xcd\x0a\x94\x88\x13\x69\x1d\x3c\x28\xf3\x99\x77\x1d\x08\xaf\xb4\xeb\x38\xec\xac\xc3\x81\x79\x51\x18\xbc\xcd\x8b\xfc\x0a\x82\xcd\x1e\x86\x25\xe4\xc5\x71\x3e\x23\xb0\x98\x6b\xe9\xe5\xa3\x5b\x9f\x0c\x41\xbb\x25\xbf\xe9\x80\x3e\x07\x0c\x06\x2a\x03\x6f\xd9\x72\xf8\x0e\x2c\x81\x65\x54\x46\xcd\x5f\x2f\x47\x23\xa0\x8f\xc5\x66\x61\x19\xc8\x7a\x9e\x0f\xad\xdc\x4b\xea\x7a\xe9\x43\x79\x32\x07\x7f\xed\xbb\x93\x76\x41\x6e\x47\x18\xa2\x4f\xa4\x63\x4f\xa1\x06\x34\x98\x12\x61\x6e\x38\x65\x2f\xc7\xe4\x98\x19\x1e\x07\x67\xd8\xed\xf0\x5b\x8e\x2b\x6c\x62\x5d\x39\x18\xbb\x05\x5e\xc6\x63\x7f\xa6\xe5\xfc\x3a\x07\xf3\x73\x41\x6a\x6f\x8c\x14\x7a\x38\x1d\x4a\xcb\xf7\x4a\x4d\x79\x50\x99\xbb\xd3\xf2\xcb\x87\x88\x75\x9a\x61\x18\xaa\x43\x6b\x8c\x42\x2b\xb6\x38\x07\xdf\xd9\xb5\x71\x4b\xb3\xbf\xa4\xf8\x3a\xcd\x2f\x3e\x3a\xad\xd3\xab\x6e\x7f\xcf\x3a\x1d\x0c\x11\x8f\xe4\x3a\xb1\x6c\x2e\x4a\xbd\xce\x33\x94\x76\xd4\xe4\x3f\xec\x9a\xc6\x0d\xba\x4e\x23\xdf\x1c\xce\xf3\x26\x1d\xca\x96\x3f\xb1\x41\x3a\x99\x1d\xf9\x44\x38\xad\x2d\x67\x73\xe0\x30\xb4\x04\x95\x38\x1c\x1d\xfb\xa6\xbc\x90\xa9\xd9\xe5\x8c\x4a\x99\x65\x69\x0f\x69\xb9\x71\x31\x93\x3e\x4c\xf8\x68\xb1\x0a\x87\x09\xdb\x23\x4b\xf8\x07\xd2\x5a\xdf\xd4\xa9\xeb\xff\x17\x94\xee\x69\x7d\x5e\x5d\xc5\x21\xa4\x09\xd4\xb0\x1c\x2f\xa3\x3a\x10\xe9\x4d\x5a\x7a\x32\xbe\xc2\x4d\xe9\x91\x4e\xf5\xf8\xe8\x82\xe2\x6c\xf1\x90\xf2\x6a\x3a\xb8\xe6\x4d\x5a\xe1\x5c\xf4\x23\x1f\x08\x67\xb3\xa5\xf0\x19\x65\xc0\xea\x8a\x89\x71\x7f\x19\x52\x28\xba\x92\x66\x3f\xfa\x90\x3f\x43\x83\x8c\xb4\xa3\x97\xd5\x99\x13\xa7\x32\xeb\x23\xa4\xd0\xa4\x19\x00\x8e\x0b\x58\xbf\xe8\xb0\x91\xbd\x57\x78\xdb\x00\x7b\x3b\xb5\x02\x86\xff\x52\xa0\x8b\xf3\x4a\x27\xdb\x3f\x92\x9a\x55\x7a\x9e\xe9\xc2\xc1\x05\x27\x2a\xae\x45\x99\xf9\x2d\x69\x0c\x4e\x62\xcb\xe0\x08\x00\x34\x4b\xe0\x88\xb3\xd5\x34\xaa\xe0\xa7\xb6\x51\xd6\x85\xc9\x6a\x5b\x6d\x39\xef\x02\xe7\xb2\xa5\x44\x0b\xad\xa1\xc6\x2f\x8c\x10\x9f\xbd\x96\x90\x13\x25\x7a\xd2\x99\x16\xb0\xda\x97\x60\x14\x8d\xab\xb3\x75\x71\x86\x44\xbe\x08\x45\x71\xe4\x37\x94\x4c\xa1\xb4\x9e\xb2\xa2\x0f\x43\x19\xa2\x42\xff\x5e\xab\x93\xb1\x69\x5b\x66\x6e\x88\x35\x81\x37\x72\x5d\x3a\xf5\x73\xde\x58\x82\x3e\x1c\xb3\xb3\x9d\x1c\x6b\xa2\x1e\x99\x01\xf6\x25\xab\xe3\x00\x12\xf5\xc0\x94\xb9\x90\x9b\x88\x11\x20\x0c\x0e\x0b\x7c\x93\x56\x4a\x88\x0a\xa1\x14\x1a\xa6\xf8\xba\xec\x37\x6e\x35\x85\xe2\x09\x36\xd1\xe5\x97\x4d\xd9\x19\x17\x9b\x73\x84\xdc\xaa\x9b\x2f\x75\xee\x3f\xd8\x71\x4e\x44\xd0\xb3\x15\x0c\x69\xe0\x7c\xb2\xaa\x93\x32\x3b\x57\xd0\x4d\x7a\x3e\x2f\x28\xad\xe7\xf3\x61\x75\xd5\x14\xda\x67\x3b\x53\x6a\xcd\x83\xb9\x5a\xbd\xa2\x67\xea\x7e\xfe\xf9\xdf\xff\x1b\x81\x65\x22\xb3\x00\x8a\x01\x8f\xee\x12\x52\xa1\x13\x40\x64\x91\x34\x00\xef\xe9\xaa\x28\xe3\xa7\xae\xb5\x0b\x22\xd3\x69\x02\x66\x7f\x2a\x6b\xc9\xff\x0e\x64\x78\x57\xb5\xee\x61\x44\x3a\x9e\x38\x9f\xfa\x4d\x79\x49\x91\xa7\xce\x28\x30\xb2\x3d\xaa\xf3\x3f\x65\x43\x0a\xe5\xd0\x62\xd8\x2a\xa5\x40\xcb\xde\x11\xac\xa1\xc5\xf8\xab\xce\xa1\xda\x33\x76\xe1\x1a\x62\x37\x56\x3f\x7a\x89\x8d\x29\x98\x43\x8b\x29\x58\x79\x4b\x97\x01\xc9\xb5\x04\x8a\x67\x55\x4e\x2e\x93\x3e\x2d\x20\x4a\x0a\x6d\x44\x4e\x86\x27\xbf\x93\xb3\xb8\xde\x94\x78\x0a\x9f\xed\x32\x3e\xa2\x1e\x19\x2e\x70\xe6\xfc\xa7\x2f\xae\xf0\xb5\x2e\xc3\x25\x62\xe0\x09\x2e\x71\x36\x8c\x4a\xa1\x25\x8e\x32\xb0\x74\x04\x97\x28\x13\x91\xe1\x10\x18\x11\xaf\x82\x47\x94\x98\xaa\xcd\xe1\xb5\xe0\x21\xa3\x23\x1a\xda\xba\x85\xdd\xd2\x87\xa7\x36\x94\x7c\x1a\x23\x55\x19\x6a\x5a\xfd\x29\x71\x0c\x3d\xda\x79\xd9\x50\xa4\x8e\x7f\x11\xf3\xa9\x39\x69\x54\x54\x41\xf3\x79\x38\xb6\x16\xf1\x30\x4a\x28\x0d\xf6\xc8\x97\x1a\xec\xc5\x2f\xfb\x55\x0b\x1b\x07\xfc\x43\x43\x4c\x81\x7f\xa8\x19\x90\x0e\x1e\x31\xca\xda\x42\x60\xf0\x2b\xe6\x27\x74\x70\x73\xb6\x9e\xcc\x88\x9c\x93\xb1\x2c\x82\x70\x08\xa5\xdd\x88\x7a\x76\x02\x81\xec\xb0\xe6\x27\x54\x8d\x43\x48\xb3\xb6\x41\x8d\x3a\x67\x00\x4e\x91\x05\xa6\x01\x67\xf3\x6a\x91\x66\xcc\xba\xaf\xc1\xf0\x36\xaf\x86\x38\xe3\x0c\x60\x14\x43\x14\x70\x0b\x37\xa5\x61\x31\xff\x95\x2f\x3d\x3e\x97\x39\xe4\x45\xc3\x2c\x54\xe8\xfd\x23\x87\xe2\xce\xc1\x91\x8d\x41\x10\x89\xf1\x4a\x5d\x2b\x20\x56\xa8\x5b\x94\xe0\x73\x5f\x1d\xa3\xbf\xa5\x54\xe3\x43\x02\x10\x28\x9f\xbd\xe9\x50\x10\x15\x4c\xf0\x12\x86\xe0\xc4\xa1\xb2\x1c\x19\x22\x52\xb1\xfb\x8e\x91\x97\x9a\xcb\xa1\xf0\x47\x6b\x29\x35\x2b\xa2\xe8\x1c\xee\xbe\xf2\xbc\x6e\x75\x5f\x57\x35\x8e\x99\xdd\x5b\x37\xbf\x2a\x44\x41\xe7\xb9\xc5\xea\xd6\x0e\x35\x55\xe9\x35\x85\x1f\x37\xd4\x21\x61\x38\x4f\x2f\x31\x1d\x5e\xa1\xf4\x12\x17\x1f\xfc\x12\x6c\xa0\xe0\xf0\x5e\xc3\xbb\x13\x51\x27\xd8\xc0\x3d\xdc\x54\x75\xbe\x8f\x14\x2e\x3f\xa0\x7d\x41\x8a\xe3\x1e\xea\x2b\x44\x46\x3e\xf4\x49\x28\x5f\x4e\x2f\xf0\x84\xb2\x81\x81\xb4\x10\xc4\x40\x9e\xc0\x3f\x65\xb8\xe0\x07\x47\x58\x6a\xf8\x21\x4b\xc3\xde\x70\x90\xfd\x7a\x20\x21\x1c\x00\x22\xd2\x63\x18\x6a\xcf\xbe\x36\x38\x21\x36\x95\xe0\x07\x2d\xbb\xc3\x41\x1d\x5e\x39\xfe\x11\x70\x9f\xdb\xa1\xe5\xa8\x0e\x11\xda\x83\x8d\x8d\x55\x01\x52\x21\x96\x8b\x83\x3c\xd4\x03\x51\x33\x72\x0d\x01\xe5\x8d\x76\xa4\x25\x99\x27\x2d\x5f\x7a\x9f\x61\x53\x0c\x07\xd2\xe3\x9c\xe4\x20\xfb\x0d\xd5\x3a\xec\x9a\xe6\x3a\x63\x29\xaa\xfe\x41\xd0\xaf\xa5\x98\x0f\x65\x5c\x29\x73\xd2\x21\x9a\x71\xac\xab\xa7\x55\x1b\x2a\x4f\xa1\xdd\x49\x0c\x6e\x5b\xd2\x30\xb8\x5b\x6b\x74\x9e\xd6\x2d\xa1\x1d\x1e\x5d\x04\xd8\x81\xfb\x93\x35\xf0\x94\x72\x34\x9a\x3e\xf0\x71\xc3\xb3\xa6\xcd\x94\x96\xc2\xe2\xc2\x0b\x92\xe1\x35\x48\x0f\x6f\x40\xd9\xfd\xfd\x34\xa4\x9d\xc2\x09\xdd\xf1\x20\x26\x71\x32\xd7\xf4\x35\x6a\xe3\x90\x63\x9c\x44\x3d\x18\xbe\x63\xe7\x73\xad\xb4\x1c\x0e\x62\xd4\x94\x49\x4e\xb2\xc5\xe6\x64\x7c\x0c\xd7\x39\xbd\x60\x45\x81\x26\x0a\x17\xa5\x8b\x48\x11\xb8\xf9\x97\x41\x13\x93\x07\x9a\x6b\x22\x95\x38\xbe\x4e\xb8\x2f\x75\xdf\xfe\x34\x9d\x7e\xfc\xa3\x69\xd8\xe0\x63\x28\x1d\x3f\xce\xfc\xb6\x9f\x5c\x1d\x19\x9f\xce\x9d\x61\x45\x42\x45\xb0\x35\x88\xba\xcf\x9d\xcd\x9a\xbc\xcb\x63\x04\x8b\xd1\xe6\x4b\x03\x77\xd2\xaa\xee\x85\x46\xca\x24\x01\xd0\x40\xd3\xe6\x0d\xbb\x51\x51\x24\x3a\x61\x6f\x96\xc3\xec\x47\xe9\x0a\x6a\x71\xbd\x32\x36\x03\xfd\x11\xf0\xd3\x89\xba\x5e\xf9\xce\x30\x8c\xcc\xe4\x16\x6e\x95\x6d\xe1\x20\xfb\x11\x23\x0e\xab\x3f\xe3\x23\x70\xd4\x88\xca\xe3\x95\xb5\x60\x3d\x14\xc5\xf2\xa1\x06\xbe\x5c\xb0\x1e\xf3\xba\x6c\x13\xc3\x79\x4b\xaf\x3a\xb3\x4d\x96\x31\x38\xbc\x20\x58\xc6\x6f\x4c\xc6\x2e\xbc\x06\xa9\xb1\x6e\x6a\xbb\xd5\x54\x05\x57\x0b\xf5\xd1\x73\x95\x0c\xc7\x9b\x98\x25\x58\x58\x2c\xec\x62\xa1\x37\x1a\x28\x9b\xe5\xd0\x13\x67\x4d\x43\x62\xcb\x48\x61\x63\x39\x26\x56\xc0\x9a\x0c\x36\xcd\x5a\x3b\xc2\x05\x82\x76\x94\xc1\xea\x2d\xbb\x59\xb9\x9f\x59\xcb\xba\x32\xbf\xe2\xab\x9c\x1a\xca\xa3\x65\x0b\x39\x2c\x45\xfb\x0f\x98\xc3\xb5\x6c\xf9\xc0\xf9\x86\x8b\x34\x98\x49\x70\x91\x63\xd6\x50\x16\x40\x8c\xc6\x87\x67\xb6\xf0\x42\x01\x67\x69\x97\xd5\x52\x66\x6b\x39\x9a\x10\x53\x20\x4c\x40\x2c\xb8\x85\x73\x36\x53\x89\xec\x44\xcd\x0b\x68\x72\x4e\x36\x90\x23\x56\xf0\x92\x75\x2d\xdb\xdc\x5c\x01\xad\xb5\x99\x59\x46\x84\x21\xc4\x59\xdf\x31\x2a\x4a\x8e\x13\xcb\x0e\xb2\x9a\x55\x91\x61\x94\xf3\x83\xe2\x50\x8c\x1c\xc0\x04\x42\x29\x2f\xb6\xfb\x36\x97\x72\x82\xdd\x70\x29\x46\x9d\x31\x27\x6d\xa4\xaa\x45\xce\x95\xba\x52\x77\x35\x85\xc3\x85\x1d\x12\x01\x39\x20\x7d\x28\xb8\x42\x2a\x1b\x2b\xda\x70\xfb\xf5\x03\x12\x51\x90\x94\xd6\x46\x46\xa0\xf0\x1f\xf0\xf0\xe6\x72\x00\xc9\x65\x84\xca\x04\x5e\xb7\xb6\x53\xb5\xe6\x57\x6e\xc6\xbc\x78\x52\xb1\x40\xa4\x84\xd9\x36\xac\x97\x76\x24\x1e\xd1\x2f\x82\xa0\x94\x17\x4b\xb4\x7d\x2d\x3c\x8e\xb4\xa3\x13\xca\xcc\x87\x7a\xc8\x8d\x5e\xdc\x3e\xef\xc1\x15\x8e\x7c\x01\x58\x73\x6d\x8b\x4a\x56\x6b\xfb\x78\x37\xf3\x9d\xae\x6f\x31\x6b\xb6\x0d\x41\xce\xc3\x8a\x5e\xd1\x00\x1c\xaf\xed\xec\xf4\x84\xe6\x5e\x06\xa3\x8c\x1a\xca\x82\x9b\xaa\xbe\x14\xe0\x76\x71\x29\xb2\x45\x23\x5c\xf9\x72\x64\x8b\xc6\xb1\x7f\xfb\x09\xc4\x71\xa5\xd0\xe6\xef\x11\x52\x0f\x59\x51\x83\xdb\x67\xbd\x8c\x55\x37\x58\x3c\x26\x5a\x42\xb5\xf4\xec\xbc\x8d\xa7\x6f\xe4\x43\x65\x88\x78\xe5\x43\xef\x0a\x76\xa2\x60\x2c\x85\x38\xb4\xeb\xed\xc4\x4a\xc8\x46\x81\x5a\x8e\x83\xf9\x10\x8a\xa5\x10\xe2\x67\x01\x62\x09\xf7\xbe\x11\x9c\x47\x5a\xed\x5a\x81\x7c\xe9\xdb\x03\x18\xeb\x8d\xe4\x84\x7d\xdf\x36\x34\x9f\x11\x58\x9f\x8f\x74\x23\x3d\xd3\xd2\xcb\xcf\xbd\xf0\xa5\xec\x4e\x02\xb2\xae\x37\x2c\x89\x29\xf7\xb6\x87\x10\xf6\x75\x8c\x0c\xa2\xbe\xae\xf7\xf4\xf0\x52\xd3\x61\x8d\x07\xd4\x52\xd9\x01\xb5\x65\x2e\xa6\x0b\x26\xf6\xff\x18\x7b\x97\x5c\xd9\x7e\xe4\xdc\xaf\x5f\xa3\xd8\x33\xf0\x5a\x7c\x13\xf8\xe3\x74\xdc\xb6\xe7\x40\x66\xe6\x32\xd4\x90\x54\x28\x4b\xf3\x37\x18\xbf\xef\xcb\x23\x4b\xf7\xe2\x54\x63\x63\x93\xb1\x98\x7c\x33\x18\x8c\xa7\x8b\x86\x2b\xb8\x6f\x35\x90\x92\xd5\x59\xdd\x50\x6a\x72\xd1\x57\x0d\x04\x5e\xe2\x37\x47\xe7\x34\x03\x81\x0d\xe5\xcf\x71\xe1\x68\x43\xfe\x2e\xd7\x0b\xe9\xa8\x27\x72\x69\xae\xf4\x43\xef\x3b\xd5\x1a\x3b\xad\x5f\xff\x04\xf3\xe4\x85\x32\xfb\x2d\x14\x86\x8a\x8a\xcc\x04\xd6\x0b\x15\x66\x4b\x10\x43\x27\xa5\xc9\x35\xe5\x7a\x07\x91\x27\x2f\x91\x4b\x2e\x30\x24\x00\x5d\xef\xa1\xed\xdc\x94\xd5\x03\xc8\x5f\x41\x5b\xa2\x98\x43\x43\xa5\xc9\xbf\xdc\x42\x27\x45\x2e\x25\x97\x74\x52\xe4\xd2\x6d\xa1\x93\xd2\xbf\xd5\x3e\x91\x63\x4e\xac\xa1\xa2\x03\x1e\x5e\x2f\x4e\x17\x54\x2d\x06\x36\x5a\xce\xb7\x1e\x9f\xc5\x1f\x63\x19\x44\x7e\xe0\xd6\xc2\xe4\x57\x28\xac\x9c\xbe\x3b\x1b\x9b\x44\x68\x3d\xa2\xc2\x34\xf9\x24\x5c\x6f\x8c\x2b\x85\xaa\xdf\x68\x3b\xfb\xf8\xa3\xdb\x22\x6f\x7c\xeb\x0d\xeb\xc9\xe2\xd8\xb7\x02\xb6\xa9\x1e\xbc\x3a\x99\x09\xf8\x66\x23\x24\x17\x8d\xf9\x11\x6a\x20\x24\xcc\x1c\xee\xfa\xa2\x11\x8d\x52\xc4\x99\xaa\x21\x2e\xd7\x74\x2e\x5c\x7c\x79\x54\xf1\x5e\x95\x53\xd4\xf5\x46\x03\xde\x27\x08\x0f\x1c\xbe\x73\xe4\x81\x63\x78\xcc\x7a\xbe\x8a\x55\x80\xaa\xcb\x1c\x9e\x9f\x60\x0e\xc8\xc9\xde\x7a\x8b\x92\xf3\x48\x02\x1f\xdd\x32\xa4\x58\xe1\x92\xa3\xc9\xc7\xdc\xfa\x88\x59\x3d\xfd\x31\x87\x2e\xeb\x50\x8e\x37\x96\x5e\x55\x1f\xed\x36\xcd\x6d\x78\xdd\xb0\x4d\xc3\xb2\x92\xcc\x74\x96\xe9\x73\x45\xda\x5e\x6e\x25\xb6\x97\x26\x45\x41\x63\x2c\xcc\xfe\xc8\x40\x57\x45\xd9\x32\x22\x10\x3f\x12\x4f\xeb\xaa\xfd\x88\xba\x17\xff\x4d\x7e\x35\x6e\x71\x45\x42\x61\xe6\x74\x37\x7a\xbf\x2f\x64\x70\x4c\xca\xbe\xd0\x4f\x90\xbc\x7a\xcb\x0c\x5e\xd7\xe4\x0e\xf1\x70\x93\x83\xaa\x7d\xc1\x2b\x10\xb2\xdd\x8a\x87\x20\xc1\xf7\x26\x1e\x82\xbc\x2c\xed\x9b\xe3\x0a\x21\xba\x11\xf9\x0e\x61\xc5\x1d\x22\xdf\x7c\xab\x91\x5b\xbc\x02\x68\x83\x1d\x26\xf3\x4d\x7e\x95\x76\x98\xcc\x9f\xa1\x25\x65\x79\xc1\x56\xe5\x36\x23\x2b\xca\xc6\x5c\xb3\xab\xf7\xcd\xe4\x16\xd7\xfa\xd0\x03\x15\x05\xa1\x43\xf9\x6d\xc9\x8a\x25\x4e\xdf\x37\xd6\xcf\x23\xa9\x15\x1d\xde\xea\xc2\x35\x7e\xaa\x0e\x41\x73\x08\xc3\xef\x7b\x6a\x3a\xd5\x07\x11\xc3\xdd\x85\x4f\xef\x93\x07\x0a\x47\x5a\xa2\xf8\x8d\x40\xd8\x96\x46\x1b\x29\xaf\x98\xa6\x1b\x29\xaf\x4c\xfa\xf7\xad\x67\xbd\xa7\x81\xc8\x7a\x62\x5e\x6d\x09\x76\x75\x03\x6c\x2c\xea\xe5\x04\x6d\x87\x98\xb7\xdc\x5e\x08\x0e\x77\xd1\xa4\x2c\xad\xef\x9f\x11\xf9\xc6\x30\xbe\x12\xb4\xeb\x64\x63\xd1\xdc\x48\x1c\xd2\x4b\x21\x1c\xf6\xcd\x2e\x2a\xea\xcf\xd6\xa2\x39\x1b\x5d\xa8\xea\x82\xf6\x14\xf4\xc5\x46\x78\x2b\xbb\xdc\x4d\x7c\x05\xd9\x25\x12\xfb\xbf\xc9\xa4\x72\xa7\xe0\xea\x4a\x22\xbc\x93\x2e\x7e\xe8\xe8\x4d\x0c\x05\xef\x5b\x2c\xdf\x93\xc4\xae\x04\xff\xbf\x87\x2e\xbe\x8d\xe9\xfb\xd0\x1d\xb9\xc3\xf4\xbd\xc9\x72\x82\x78\xff\x4d\xba\xdc\x5b\x31\x15\x74\x43\x11\xfe\xff\x64\x5d\x96\xdb\x0c\xc2\x7a\x13\x46\x41\x9a\xd5\xc4\xff\xcf\xc2\x19\x0a\xff\x9f\xc5\x74\x25\xfe\x7f\xae\x1e\x75\x6c\x04\x21\x67\xc2\xff\x27\x11\xae\x84\xff\x3f\xab\xa0\x26\x83\xcb\x2b\x16\x0e\x21\xfe\xef\xec\x36\x64\xaf\xd4\x94\x63\xba\x34\x79\x68\x46\x55\xff\x2e\x1e\x3e\x9e\xbb\x78\x8d\x4b\x05\x76\x23\x3d\x96\xca\xdf\x26\xbe\x82\x7c\xdb\xee\x90\x25\x67\xa3\x19\xa4\xc7\x92\x53\xee\x14\x5c\x21\x69\x03\xee\x90\x1e\xe7\xec\x5e\x07\x0a\x1a\xdd\xb5\x70\x64\x86\xba\x8d\x82\xca\x48\x6a\x3f\x22\x02\x49\x0b\x66\x87\xa0\x39\xdf\xdf\x6f\xf4\xd4\xf5\x44\x94\x58\x9d\x9f\x2c\xc1\xc2\x50\x2e\x90\x13\x88\x76\x4b\xe8\xac\xed\x19\xf1\x1c\xb2\x9c\x9d\xee\xb0\xc0\x2f\x5e\xa7\x6c\xc4\xef\x8f\x1c\xc3\xe1\x5f\x62\x54\x38\x95\x8b\xad\x02\xfa\xde\x59\x4f\xa5\xe4\x8f\x04\x1f\xce\xca\x69\xb7\x76\x65\x63\x1c\xc3\x3d\x3f\x27\x42\x6e\x29\x77\xd6\x1d\xe1\x81\x84\xbd\xbe\x7c\x28\xef\x2c\x12\xc4\x65\xc3\x68\x5c\x2c\xb4\xad\xc0\x0f\xa2\x5e\x76\xc6\x1e\x47\x74\xcf\xce\xa8\x5c\xde\xd5\xd9\xd8\x1e\xcd\xad\xec\xb8\x0c\xd5\x77\xe9\xb1\xb8\x11\xb0\xd6\xf7\x63\x78\x8e\xbf\xd4\x66\x6c\x64\x59\xe4\x6f\x02\x41\xd4\xfb\x9b\x8d\x73\xe7\x1f\xc6\x1b\x5e\x9a\x9a\x3b\xa2\x44\x34\x11\xe3\x3b\xe2\x42\x64\xbd\x2b\x77\x46\xa8\x2a\x0d\x86\x9d\x31\x21\x1f\xae\x14\x7a\x20\x6b\xf2\x56\x18\x73\x57\xd7\xc3\xe4\x4d\x7d\xc4\x08\x53\x27\x42\xde\x04\x44\x16\x6e\x79\x13\x90\xbe\xc5\xce\xb8\x8d\x48\xfe\xc8\x3e\xc8\xfe\x08\xa7\xcb\xcb\xb9\xd1\x07\x71\xab\x1b\x9d\x25\xe7\x62\x71\x75\x3f\x64\x89\x5f\xab\xeb\x55\x07\xa9\x08\x01\xfa\x94\xf7\xbd\xad\xc8\x0f\xf2\xc8\xb6\x0b\x2f\x9f\xee\x5c\x1c\xa2\x7f\x42\x2f\x7c\x97\x21\xb4\x35\x95\x8d\xb5\xee\x6e\x24\x50\x81\xee\xa4\xc2\x56\x84\x5f\xb2\x0b\xfa\xa0\x22\x46\x77\x81\x1c\xe6\x09\xb7\x0b\x37\xaa\x10\x77\x81\x17\x9f\x9c\x8b\xc5\xd5\x36\xc5\x7d\x41\x17\xfa\x2d\x10\x36\x43\x43\x16\x8b\x33\xbb\x52\x04\x8b\xd5\xf5\x68\x75\xe9\x4f\x08\x50\x93\x9e\xfb\x0e\xd1\x2e\x9d\x18\x42\xb4\xdb\x7f\x2b\x21\xda\x5b\x1f\xfe\xa6\xdd\xee\x8f\xe1\x2e\x43\xeb\x55\xb1\xee\xba\x79\x02\x6c\x84\xad\x7a\x08\x11\xbe\xfd\xf4\x80\x0e\x11\x41\x40\x0c\x10\xc2\xb7\x37\x69\x71\x28\x60\xbb\x34\x33\x76\x08\x57\xb3\xa4\x63\x04\x6c\xb7\x4e\xe3\x0e\xd9\xea\x2d\xad\x0d\xa2\xae\x9f\x71\xd0\x62\x03\x57\xe9\xc0\x37\xbd\x7b\x78\x9b\x6f\xc5\x01\xb8\x85\x0f\xc3\x82\x3c\x7b\xab\x35\x3d\x7b\x78\x47\xef\x90\x7b\xde\xf2\x15\xaf\x20\xeb\xf5\x16\x26\x6f\xba\x13\x45\x92\x29\xca\xba\x1e\x08\xbb\x49\x22\x22\xf4\x1d\xe6\xdc\x4d\x2e\x12\x88\x87\x7e\x7e\xea\x2c\xd4\xa6\xf0\x83\x44\x96\xd2\x9f\x21\x06\xba\x1d\x76\x29\x06\x7a\xbd\x85\x24\xc3\x0c\x3b\x89\x85\x45\xcc\xf3\x53\x91\xc6\x86\x03\x36\x99\x2f\x10\xd9\xfc\xd0\x3c\xfa\xe9\x06\xf5\x89\x2a\xc3\x31\xbf\xb1\x6d\x43\x94\x2d\xfb\x05\x42\x94\x9f\xac\x3a\xc1\x85\x23\xfd\x16\x45\x25\x97\xd6\x80\xa2\x92\x27\x69\xad\xec\xb6\x15\xd6\xcd\x3f\x8d\xdb\x50\xf8\xa4\x0f\x0d\xb5\x29\x1b\xb4\x8b\xd0\x94\x7c\xea\x4b\x54\xb4\xbb\x14\x5e\x74\x05\xf5\xa1\x2e\x0d\x65\x07\x07\xcd\x15\xe3\x34\x5e\x1b\x24\x2c\xac\x9b\x44\xa9\x84\x26\x6f\x92\xb5\x6f\x19\x58\xdf\xcd\xd9\x38\xa2\xc2\x27\x1d\x6f\x6e\x92\x21\xee\x2e\xaf\x3e\x22\x7c\x2c\x11\x2d\x2e\x1c\xe7\x72\xba\x2c\x82\x12\x9d\x4b\x85\x23\xd7\xeb\x92\x70\xe4\x4d\xea\x09\xbb\xf3\x48\xd5\xb6\x0b\xe3\xec\xdb\xd4\x44\x18\x67\x37\x89\x54\x08\x40\x9e\xc4\x3d\x22\xe2\x78\x93\x74\x83\x80\xe3\x67\x24\xaa\x86\xd3\x2d\xbd\x9f\xdd\x25\x5c\x10\xc5\x14\xb6\xd9\xf7\xcc\xae\x48\x27\x58\x33\x44\xe8\x31\x91\x53\x1d\xde\x85\xd4\x89\x76\x08\x52\xb3\x22\xd2\x10\x37\xfc\x54\xeb\x6c\x44\x39\xd6\x65\x12\x16\xd6\x4d\xf2\x8c\x2d\xc1\xa9\xde\xb0\x3b\x04\xa7\x4d\x1c\x72\x85\x0d\x9f\x43\x57\xd6\xc0\x95\x83\xde\xa5\x44\x03\xcf\x72\x0b\xba\xe5\xc4\x7e\x08\x35\x0c\x1c\xb0\x9e\x07\xf7\x1f\x31\xf9\x20\x00\xaf\x4e\x1e\xc2\x51\x31\x4a\x89\x23\x7e\xc6\xa9\x36\x91\x71\xea\x21\xba\x87\xae\xff\xe4\xc2\xd1\x7b\xed\x04\xe2\x7f\xd7\x5b\x97\x14\xf2\xc6\x2e\x19\x2c\x41\xbe\xef\x29\xe1\x96\xa3\x7c\xeb\x65\xba\x43\xc4\x68\xc3\xe3\x8d\x31\xb4\x78\x75\x44\xea\x3e\xbf\xbc\x95\x25\xc2\x9f\x6e\xdc\x90\x2a\x36\x71\xdc\x14\xaa\x5b\xfc\x49\x85\xea\x1e\x7e\x88\xca\x6e\xda\xaf\xcb\xb1\xf5\xfc\x65\x6c\x61\xed\xdc\xc4\x3f\x25\xae\x76\x96\x89\x0d\x91\xb3\x9b\xf8\x44\x04\xce\x6e\x62\x1e\xec\x90\xf7\x35\x31\x70\x88\xa2\xdd\xc4\xe3\x53\x14\xed\x7a\x77\x17\x8d\xad\x70\xbb\x41\x98\x22\x22\x9e\xe4\x29\xbe\x7d\xab\x05\x21\x8a\xec\x99\xac\x92\x2e\xdf\xa9\x65\xd1\xdc\x86\xf8\xaf\xf9\x69\x84\xef\x77\xb1\x2f\xf6\xe4\xb9\xd8\xbe\x59\xee\xc2\xea\xb2\xa1\x47\xa3\x0b\x2e\x24\x7a\xcd\xa4\x38\x12\xbd\x29\xaf\xfc\x0a\x9d\x3d\xfc\xc2\x9e\x1c\x3b\xed\x63\x9c\xbf\x8b\xb5\x41\xac\xec\xf3\x4b\x17\xe5\x60\xe9\x89\x3a\xf5\x5e\xd4\x2d\x81\x1d\xf4\xf0\x8b\x7b\x4a\xdb\x4d\x6f\xdf\xe9\xc5\x57\xe1\xd0\x1d\x31\x25\x1d\x2e\xdf\xed\x06\x48\xe1\xb2\xa7\xf4\x03\x76\xd8\x4c\x37\xbf\x00\xa6\x88\x2d\x5d\x79\x53\xd8\x5b\x1b\x4e\x36\xd3\x44\x05\x1e\x04\xd3\x3e\x3b\xc3\x8d\xc6\xb2\x69\xd3\x47\x88\xec\x66\x6a\x19\x61\x9d\x69\x38\x84\x75\x26\xf0\x16\xbb\x46\x78\x40\xbe\xe0\x47\xf3\xc7\xd8\x28\xda\x9a\x21\xac\x6b\x26\xd9\x90\xce\xf9\x56\x42\x1c\x37\x87\xae\x51\xc4\x71\x26\x66\x96\xb4\x50\x45\x87\x61\x5a\x6d\x3a\x28\x1c\xc1\x37\x53\x1d\x4b\x98\xba\xb9\x28\xb7\x85\x2e\xca\xc5\xae\xd1\x90\x09\x9f\x3d\x15\x4e\x74\x2f\x6f\x22\x37\xfa\x26\xeb\x8a\x21\xf0\xdc\xdf\x90\x6e\xf8\x02\x5e\x98\xde\x98\x68\x59\xc2\xc0\xba\x69\x96\x76\x8a\xd0\xf5\x02\x0d\x68\x2b\x84\x91\x76\xaa\x1e\x5a\x30\x1d\xbe\x93\x22\x8e\xa2\x90\xb5\x3c\xc3\xdf\x22\x6b\x17\xd7\xbc\x7b\x0f\x3a\xd1\x0d\x15\x16\xdc\x4d\x0e\x56\xf6\x12\x43\x42\xe4\xe8\x42\x2b\xa1\x7f\xcb\x86\xf2\xb0\x04\xce\x7b\x6d\x85\x61\x51\xff\xf0\xef\x63\x3e\x48\x88\xd2\xda\xd0\x83\x30\x0c\xb8\xbb\x34\x2a\xf6\xc6\xec\x41\x9a\x79\x7b\xb3\x4f\x74\x5f\x60\xa1\xed\x4b\x69\xeb\x52\xff\x27\xbc\x89\xef\x0d\x26\xd2\x7d\x81\x24\x4d\x5e\xda\xf7\x66\x4b\xe9\x7e\x40\x90\xe6\x4b\x5b\xb6\xdd\x97\x7b\x13\xa2\x2a\xf7\x0d\x63\xfd\x5b\x14\xdf\x86\xcf\x21\x7a\x64\x8b\xa9\x25\x7a\x1d\xe9\x98\x71\xba\x0c\xb4\xa5\xa3\xb7\x43\x02\x96\x15\x7e\x6b\x87\x94\x2b\x8b\xb7\xbe\x71\xef\x6e\x94\x8e\x97\xf6\x39\x74\x73\x20\xd8\x32\x5e\x94\x5b\x76\x09\xef\xb7\x44\x59\xd2\xe7\xdb\x1b\x4d\x45\xa9\xfe\xed\xbd\x35\xcf\xea\xbc\x68\x36\x9d\x00\x64\x52\xdf\x1e\x11\xc2\xe6\x16\x07\x01\xc3\xeb\x2e\x51\xd7\xc6\xf0\x7a\x88\xd9\xb0\x41\x01\xd5\xdf\x70\x48\xec\x36\x63\xdd\x85\xa8\x71\xbd\x3e\xcc\x60\x7a\x41\x79\x4b\x4f\x6f\x87\xe1\xf5\x2d\x63\xa2\xfd\x62\x1b\x7c\x73\x1c\x0d\xa1\xc9\x97\xa8\x39\x2d\x60\x98\x56\x27\x69\x62\x6c\x4c\xab\x8d\xc5\x91\x50\xf9\xb0\x62\x10\x6d\x8c\xf9\x02\x23\x08\xef\x85\xd0\x29\x7b\x7a\x5e\xdc\x1b\x42\xd3\x2f\xd4\x46\xa4\xfb\xb7\x43\x06\x75\xd7\x5b\xcf\xaf\x17\x66\x51\x92\xd7\xef\x17\xe8\xa2\xf9\x63\x4c\x96\x30\x4b\x48\xa1\x9a\x11\x1d\x2e\xdd\x4d\x81\x61\x48\xdd\xef\x6f\x23\x41\x41\xe8\x94\xbc\x10\x37\x48\x35\x70\xbf\x50\x4d\x1c\xdd\x5f\xe3\x98\x34\x7f\xd4\x6c\xa9\x4d\x9e\xf7\xd2\xfe\xdb\x2f\x5c\xbf\x16\x7f\x5c\x87\x94\xd3\x63\xe2\x85\xc6\x9c\x99\x7e\x2f\xbd\xfd\x85\x3a\xe4\x1b\xfe\xfe\xfe\x94\xed\xe6\xe5\x5c\x44\xd5\x51\x1f\x36\x73\xab\x36\xb7\xdc\x5d\x6a\xe2\x75\x1d\x75\x97\x85\x74\x17\x45\x2b\x97\xef\xcd\x9d\x08\xd5\x79\xef\x2f\x5c\xbe\xfb\x38\xbc\xc4\xcb\xea\x6e\x86\xb9\x56\x87\xd8\x7c\x5e\x95\xe0\x5e\x0d\xa1\x2b\x19\x60\x4b\xe7\x78\xbf\x85\x83\xbe\xd9\xd8\x26\xdd\x39\xb8\x04\x3a\xd8\x78\x83\x2f\xdf\x8a\x62\x9f\xe8\x8c\xbd\x41\x57\x9a\xaf\xb7\x77\xed\x54\x36\xba\xae\x55\x91\x33\x78\x49\xea\x36\x42\x33\xaf\x67\x08\xcd\xb2\x6c\x2d\x36\x32\x33\xcf\xd6\x1b\x86\x55\xf3\x0f\xf5\xb0\xd4\x5e\x7c\x4b\x6b\x56\x38\xfc\xad\x8b\x4d\x53\x8b\x61\xb7\xa7\x4b\x86\xdd\x66\xc5\xbe\xd9\x9b\x1e\x26\xf6\x14\xda\x6f\x6f\x54\x98\xf4\xf4\x7e\xeb\xe9\xa0\xd3\x19\x2e\xca\xbf\xbc\xf3\x0f\xd5\x88\x87\xf0\xd1\x7d\xa8\x83\xf4\xe1\x69\xdb\xfe\x6c\xd8\xb3\xb1\x4a\xf6\x82\x11\x50\x7f\x88\x1a\x53\x40\x7d\xb3\x8d\x3f\x3a\x0d\xc3\x59\xed\x27\x75\xe1\x1c\x87\xa2\x40\x71\x84\xdb\x2f\x7e\xb4\x87\xd7\xf1\xf6\xfb\x87\x11\x33\xbf\xb8\x49\x3a\xc0\x0c\x7c\x50\x41\x11\x31\x8d\xf9\xb2\x14\x3e\x88\xa7\x9f\x15\xa3\x80\x78\xfa\xa7\x73\xfe\x61\xcc\xb9\xa6\xee\x03\x9e\x95\xc2\xe5\xc6\xb4\xd9\x14\x68\x98\x36\x0f\x05\xd2\x50\x78\x7d\x39\x68\xdd\x72\x73\x2e\x75\x22\xc2\xeb\x77\x93\xef\x8a\xae\x2f\xd5\x10\x45\xd7\x1f\x66\x46\x3f\x67\x3b\x77\x63\xfa\x30\x74\xee\x53\xfb\x05\x17\xe8\x66\x36\x3e\x7a\x56\x55\x67\x23\x72\x92\x74\x74\x08\xc4\x7f\x8f\xfe\x6d\x05\xca\x47\xc8\xec\xe1\xe2\xec\xdf\x2c\xf1\x45\xe9\xfd\x33\xd5\x41\xd5\xc4\xbb\xb9\x3a\xc7\x45\xd0\x5c\x16\x79\xc1\xb7\x6c\xe0\x65\xd1\xcf\x8f\x98\xae\xdf\xb2\x81\xec\xc5\xcb\x79\xf4\xcc\xd2\x92\x85\x69\x73\xf3\xfd\xfc\x08\x83\xea\x2a\x78\xf4\x1a\xd6\xba\x84\x1f\xf4\x66\xde\x69\x84\xed\xef\xc6\x98\x8f\xa4\x41\xdf\x6c\xf8\x14\xea\x6e\x33\x7a\x20\x8e\xc5\x23\x17\xf7\xea\xfa\xe2\x18\xfb\x77\xc2\xef\xfe\x61\x6c\x2f\xb1\x45\xc2\x61\xba\xfd\x6c\xed\x47\xac\x53\xf7\x95\x87\x9c\xb8\x01\x8f\x08\xb1\xe6\xb2\xda\xed\xaa\x36\x24\x01\x66\x92\x84\xb1\x74\x9b\x7a\xc1\x3e\xa2\xca\xb4\xc1\xc2\x2b\x7a\xb6\x1c\xeb\xf1\x06\x3b\xd5\xce\x71\xc5\x96\x02\xad\x9c\x1c\x01\xce\xa7\x72\x50\xd6\xc3\xd9\xf3\xe2\x4f\x97\x8b\xf2\xe2\x1f\xae\x27\x26\x36\xb8\x1e\x27\xd7\xc2\xfb\x55\x57\x4e\x13\xeb\x7a\x76\x74\xb6\x28\xc7\xb3\x3d\xb0\xf9\x24\xe2\x7f\x9b\x41\x97\x4d\x02\xfe\x37\x4e\xe3\x24\xde\x7f\x4e\xfe\x16\x7b\x6d\x76\x7d\xe3\x4d\x30\x55\x4b\x70\xf0\xaf\x6f\x2e\xd4\x62\xdc\x3c\x57\xfe\x74\xae\x45\x7b\x59\xb9\xf0\x21\x77\xbb\x05\x0e\x71\xd3\x30\xce\x85\xdf\xb1\x8a\x3e\xb9\x15\xb3\xea\x26\xe0\x45\x0c\x17\x0d\x0d\xe1\xe6\xa2\x31\x8a\xcb\xb9\x27\x44\x18\x9a\xc6\x60\xf3\xf1\x92\x3e\xb9\x3b\x4a\x3a\x97\x02\x4f\x68\x86\x57\x44\x32\x2a\xfe\xd6\xa3\xa4\xe6\x5b\xef\xcb\xe9\x8f\xdc\xe0\xd5\xd9\x88\x7a\x3d\x34\x2a\x2c\xdf\x38\x4c\x73\x84\x41\xb4\x9c\xb8\x9e\x5c\x68\x1b\xf4\x3f\xaa\x82\x9f\xa2\x35\x7a\xe0\x1f\x32\x8f\xea\x2b\xea\x78\x70\xeb\x4f\x76\x44\x98\x2f\x4d\x72\xdc\xed\xe8\xc6\x9f\x1c\xfa\x32\xfe\xc6\x82\xbb\x1a\xee\xc0\xce\x47\x2c\xa7\xaf\xa4\x49\x0e\xcb\x69\x31\xf7\x4e\x0e\x74\xd2\x6f\x65\x39\xf7\xd3\xd9\x50\xcb\x6c\xfe\x65\x30\xe5\x7a\x53\x2e\xfa\x73\x57\xe5\x56\x28\x65\xba\xc9\xb0\x44\x2e\x6e\x03\x42\x69\x38\xfb\x0e\x94\xe5\xa2\xe1\x7b\xa8\xab\x89\xd8\x81\xe9\x56\xc9\xe0\x18\x12\x2c\xf9\xe4\xc2\xfb\xb9\xbb\xc6\x0e\xbc\xfd\xbb\x38\xc9\xf7\x50\xee\x6c\xb9\xe2\x8e\x6a\x93\x69\x95\xc3\x2e\xba\xc3\x1b\x3b\x39\xf0\xb2\xb6\x27\x76\xd1\xd3\xed\x07\xc6\xcc\x3a\x39\x21\x21\xef\xf0\x20\x4f\x0e\xb4\xac\x83\x84\x21\xf4\x70\xe7\x22\xf6\xbc\xd7\x4a\xe2\x73\xb4\x08\x4e\x36\x54\x44\xb3\x7f\x18\x3d\xd7\x4e\xbe\x71\x36\x7b\x3b\xc7\xbb\xc8\x03\x89\x07\xcd\xf8\x7e\xfc\xc4\xa3\x4d\x13\x10\xf8\x12\x2d\x8b\x39\x6e\x3d\x6e\xdc\x9d\x60\x7e\xcc\xa4\x16\xc5\x74\x9c\x1a\x48\x30\x1d\x8b\xd7\x91\x0d\xe9\x41\x06\xb1\x89\xbf\xa9\x93\x1b\x91\xf3\x37\x5e\xe0\xd3\x1f\x57\xac\x8e\x3f\x86\x0f\x3d\x6f\xb9\x10\x42\x4d\x4f\x79\xd0\x9a\x45\xa7\x3c\x8c\xa9\x1b\xb1\x0e\x4e\x2e\x4e\x72\xea\xca\xd1\xef\xaa\x5c\xfe\xf5\x53\xf1\x32\x76\x72\xb1\x53\xab\x6b\x01\xeb\x77\x17\x0d\xaa\x62\xba\x28\x02\xb2\xe9\xb2\xb1\x71\x85\x49\x10\xe4\x13\x2e\xfe\xe4\xb4\x57\x8a\xb2\x60\x59\x2d\x40\x12\xa7\xad\xbb\x7b\x31\xe7\x99\x49\x4e\x28\x3f\x77\x7f\x0c\x51\xe9\xd0\xf6\x48\x92\x68\xb8\x47\x62\x6f\x57\xff\x94\x27\x92\xae\x81\x24\xe1\xa8\x3b\x21\xa1\x94\xbf\x2e\xad\xad\xfa\x84\xed\x06\x82\xb0\x93\xe5\xf2\xf9\x7e\x8d\xf3\x54\xd5\x27\x51\xa6\xdf\xb2\x2d\x94\x5b\x5c\x34\x36\xa2\x56\x37\x04\xf6\x0a\x69\x76\x72\x8c\x54\xbd\xc7\x2c\xab\xeb\xf6\xc3\x8a\x7b\x6a\x3f\x27\x49\x46\xa6\x9a\x24\xa0\xc1\xed\x75\x92\x5a\xe8\xf7\x6b\x20\xc3\xac\x91\x89\xeb\x2a\x8c\x9b\x88\x72\xad\x1b\x47\x3e\xef\x7d\x55\xe1\xf3\xbe\xa3\x89\x30\x47\x48\xd8\xef\x5b\x1f\xb3\x90\xda\x48\xca\x6a\xb6\x9b\xb2\x10\xf6\xc3\x3f\xd5\x3e\xfe\xa3\x28\xf3\x94\x25\xa4\x69\x57\x4e\xc7\x73\x2a\x1b\xbe\xe4\x1b\xf3\x90\x45\xb6\x0d\x67\x99\x7a\xcd\x59\xd6\x1b\xd9\x1d\x8e\x67\xf0\xcc\xaa\x08\x65\x4c\x64\x80\x27\x8b\xe8\x6c\xfa\x6b\x28\x5e\x67\x7f\x84\x09\x2a\x7a\x02\x99\xf7\xd0\x9d\x19\x22\xef\x86\xdf\xd0\x93\x2b\x91\x53\xe7\xb5\x17\x3c\x0b\xf8\x6a\xa8\xea\x8f\x5e\xba\xc2\x1f\x21\xd6\xbe\xcb\xf7\x23\xa2\x30\x6d\x2a\xbc\xe4\x4f\xdf\xbe\x19\xdf\x20\x5d\xc8\x3e\xb3\xe0\xe9\xfb\x15\x7b\x76\x75\xde\x0b\xae\x8a\x37\xeb\xe4\x5f\x06\x79\xa8\xcb\xb8\xe8\x49\x3a\x9d\x8d\x91\x15\xe7\x78\x53\xe8\xc0\x14\xd4\x26\x4c\x0d\x15\x91\xed\x3a\x3f\x48\xae\x53\x1b\xce\xf2\x04\xd3\x04\xca\x2f\x7e\x13\xe6\x0a\xb9\x72\x9b\x45\x35\xe9\xf9\xa8\x89\x08\x4f\xf8\xa3\x65\x17\x45\x09\xb4\x4e\x65\x3b\x03\xf7\x4f\xd9\x74\xd3\xcd\x04\x0e\x2a\x49\x39\xd8\x83\xc3\xf5\xbe\xf8\xa9\xbf\xc2\x25\xd5\x99\x91\x7d\x78\xd3\x04\x97\xa5\xc1\xaa\xb0\x2e\x17\xd5\x84\xc5\x41\xf3\xac\xa1\x9e\x50\xfc\x11\x6c\xa6\x45\x96\x87\xfb\x5b\x78\x39\x8c\xc7\x1b\x16\x19\x27\x77\xd3\xa5\xac\x2c\xd3\xe2\x1c\xd3\xd2\x9c\xe5\xba\x9b\xae\x08\xa2\x46\x5b\xbd\x48\x96\xa2\xdd\x5c\x60\xa0\xa7\xcb\xed\x70\xa4\xa6\xab\x7a\xf3\x95\xb5\xaa\x58\x12\x34\xad\x73\x05\xaf\x27\x51\x4f\x61\xe6\x9d\x93\x3a\x55\xc1\xeb\xc5\xbf\x8c\xa0\x34\xea\x43\x58\x80\x2b\x6c\xdf\xc9\x45\xa8\xd0\x6f\xc9\xd0\x29\xd7\xa4\xc8\x1e\xbc\x69\xef\x60\x0f\x9e\x85\xea\xea\x54\x77\x54\x4f\x50\x2b\x4d\xd7\x73\x85\x3e\x29\xfe\x16\x93\xe0\x83\x89\x57\xfb\x29\x42\xbf\x4a\x4d\x5b\x93\x2b\x43\xf2\xf9\xcd\x6e\x46\xa9\xc2\x4b\x2b\xa1\xa1\x04\x19\x52\xdd\xbf\xe0\x03\xcc\xe2\x6f\x3a\x7b\x53\xd9\x40\xb6\xc5\xb9\x4e\x2b\x1a\x4b\x98\xe8\x4e\x9d\x36\xbc\xdc\xfb\x52\x0c\x0d\x05\x39\xfa\x3f\x39\x0e\x8c\xb6\x63\x65\x2b\x08\xbf\xa3\x84\x30\x75\xaf\x55\xde\xfa\xc3\x6d\x6c\x3c\x41\xa9\x77\x41\x5b\x5c\x42\xe0\x35\x68\x0b\x53\xe2\x75\x6b\x46\x34\xac\xad\x19\x71\x96\xa7\xb5\x56\xb3\x89\x3d\xa5\x1d\xd5\x40\x0d\xf5\x8f\x4c\x94\x53\x94\xcb\x49\x28\x1b\x87\xf8\x63\x68\x3f\x35\xd4\xad\xba\x50\x57\x98\x7c\xcb\xeb\xea\xc9\x31\x5f\xfe\xa5\x3a\xe8\x8f\x81\xce\x35\x34\x8c\xbc\x4d\xfd\x36\x24\xe6\x49\xdb\x04\x23\xef\x59\xab\x72\x37\xf5\x74\x65\x83\x54\xd7\xb9\x42\x2b\x62\x9a\xaa\x94\x55\xb7\x36\x5f\xe3\xd1\xd5\x2f\x97\x8d\x25\x13\x55\xdf\xa6\xda\x54\x16\xaf\x01\x5d\xcb\xd2\xb8\x25\x74\x3b\x86\x57\x7b\x19\x92\x9f\x9c\xe6\x40\xfd\xc3\xe9\x64\xba\x93\xb2\x71\xc6\x84\xf1\x42\x81\xa2\x4d\x5d\x0b\x0d\x85\x7e\x8f\x04\x02\x42\x88\xb3\xf9\xca\xd0\x0f\x77\x10\xd6\x22\x9c\x50\xad\xa8\x49\x04\x29\x66\xde\x63\xb8\xa2\x78\xec\x13\x1f\xf8\xe4\x62\x4b\x37\xcd\x25\xd7\xc9\xf0\x04\x11\x6c\x27\xfb\x63\xf4\x55\xd8\xad\xa1\x14\x3a\xbd\x0a\x1b\x8c\xeb\xc5\x85\xd6\x98\x9e\x2f\xde\x53\x5d\xab\xdb\xf1\x6e\x3d\x35\x09\x5d\xb7\x8d\x5e\x29\xa1\x69\x91\x8b\x36\x39\x8a\x16\xb7\xc6\x12\x7a\x16\x0a\xf3\x79\x72\xb1\x85\x9a\xbf\xc5\xec\x35\xb7\x11\xf4\x73\x71\x2d\x61\x8e\x31\xdc\x42\x38\xfa\x17\x12\xea\xb8\x9a\xd1\xd5\x81\x4f\x7b\x3f\xd8\xa4\x80\xa1\x4d\x8a\x86\xc5\x6c\x2e\x19\x17\x85\x6e\xd0\xb0\x38\xcf\xb7\x2e\xab\x8e\x1a\x71\xd7\xfa\x84\xba\x85\x1c\x37\x9d\x5c\x74\xb4\xbb\x28\xda\x66\xd3\xf5\xbc\xe3\x21\xec\xf6\x83\x54\x29\x2e\x1a\x7b\x40\x68\xa4\xf3\x66\xef\xfa\x5d\xd0\xa9\x97\xfb\x16\x84\x69\xf7\xac\x11\x6f\x71\xb8\x64\x10\x47\xc3\xd3\x8d\x8e\x5d\xf7\x62\x20\x04\x4e\x9e\xe2\x8d\x06\x8a\xe7\x18\x6b\x90\xa4\x67\xa2\x4c\xd3\xbb\xab\xc2\xab\x84\x1f\x9f\xa8\x5f\xcc\xee\x8a\xdf\x94\xd5\x5c\x86\xfa\xc5\x14\xe9\x2c\xb3\x75\x33\x5c\xd0\xc6\x18\xe3\x9b\x0d\xe5\xab\xe2\xb2\xf4\x41\x0f\xbe\x01\xf5\xe9\x67\x74\xa8\x6a\x8c\xa6\x75\x1f\x10\x98\x5d\xa3\x19\xd8\x5e\x56\x17\xc5\xb1\x32\x93\x1b\xca\x18\xc3\xac\xa3\x50\xc6\x68\x53\x53\x16\xba\x18\x6d\x76\x7f\x8b\x33\x23\xa2\x75\x08\x6f\xb8\x3b\xbc\x7f\x45\x9f\xa1\x89\x31\xcd\x57\x18\x3a\xfd\x7a\x64\x86\x93\xfa\x7e\xe9\xca\x88\x88\xfe\x6d\xea\x69\x31\x90\x8e\x26\xbd\x23\x43\xd7\xa2\x5c\x9a\x59\x05\xe6\xd7\x06\xc6\x47\x7d\x4d\xe2\x07\x0c\x4c\x65\xff\x19\xf4\x1d\xe6\xdd\xf2\xf7\x33\x89\xda\x2f\x17\x35\x27\x17\xc4\x4d\xcf\xce\xc6\x7a\xe9\x94\x84\x3d\xf7\x68\xea\x39\xde\xea\xc7\xb8\xfd\x51\x5d\x2f\xca\x06\x17\xec\xfb\x31\x26\x4f\x27\x71\xea\x86\xd0\x9b\x69\x7a\x69\xab\xb2\x71\xc9\x8b\xb0\x44\xdb\x63\x0e\xd7\xba\x68\x73\x2a\x1b\x67\x6a\x38\xc7\x5e\xcb\x6e\x25\x4e\x51\x75\x23\x0f\x8d\xa8\x5a\x0e\xbc\x8e\x5f\xd8\x81\xcb\x0d\xce\x1c\xf2\x81\x6f\x2e\x59\x98\x73\xb7\xa9\x47\xd1\xd4\xc2\x67\x97\x65\xda\xd5\x64\x30\x8e\xa7\xa8\x0a\xf9\xc7\xbf\xfc\xc3\xd8\x22\x7a\xa4\x61\xcb\x5d\x93\x9e\x44\xa8\x7e\x8c\x91\xfc\x35\x58\xff\xa2\xe6\xd0\xf5\x98\x22\xbc\x27\x31\xfb\x86\xb6\x08\xc6\xdc\x55\x77\xd2\x84\x8c\xd5\x9d\x34\xf1\x5c\x38\x92\xeb\xe1\xdc\x8a\xf0\x0e\x4d\x8f\x83\x82\x94\x8b\x77\x4d\xd7\xb9\x20\x9a\xff\x34\x9f\x48\xea\x1b\x5d\x84\xb7\xc2\xf9\x77\xd1\x8c\x61\x8a\x9d\xbb\x07\x8a\x6f\x8a\xa1\xa1\x2d\x7c\x15\xa9\x4b\x98\x5e\x67\x2d\x67\xa8\x6f\x64\x9f\xe9\xf0\x86\x3f\xb2\xae\x1a\x39\xc3\x1f\xba\x11\x16\xca\x75\xbd\xf8\x97\x6f\xbe\x4e\x65\x3f\x74\x57\x85\x43\xa9\xaa\xeb\xad\x27\x0b\xea\x5e\x9c\x0d\x5a\x4b\x93\xbb\x38\xd6\x7a\xb7\x2c\x70\xbd\x48\xf0\x25\xea\x53\x57\x21\x06\xd4\x7e\xdc\x2d\x51\x9f\xd9\xd9\x60\xd0\xba\xb7\x20\x7b\x11\xdc\x2b\x84\x57\xf3\xfb\x43\xe6\x47\xbb\x5f\x51\xfe\xbb\xf0\x9c\x0c\xa1\x45\x0d\x2c\xa4\xac\x5d\x67\x75\xf1\xbe\x1c\xda\xe1\xb8\xd1\xf7\x56\x44\x07\x63\x9a\x09\xa7\x08\xfc\x43\xaf\x58\xf4\x2e\xb2\x8f\xc3\xe2\xb1\xd1\x75\x96\xc3\xa0\xb9\x4d\x51\x86\x4b\x62\x7b\xe1\x84\x05\x07\x55\x84\xab\x74\x32\xfa\xb7\x22\x0e\x9d\x4e\xc0\xd2\xe2\x6b\x8f\xe1\x55\x7f\x0c\xbd\xab\xf0\xaa\x3f\xcd\x26\xdb\x70\xfc\x53\xf2\x57\xd0\xa6\xb6\xeb\x16\x81\x20\x84\x42\x50\xfe\x31\x74\x9d\x4a\x6b\xc3\x97\x74\x28\x66\x9c\xc2\x55\x59\xf5\xca\xd9\x78\x0a\x0e\xdd\xda\x1b\x06\x94\x48\xc0\xcd\x15\x20\x6a\x71\xcb\x19\x99\xfa\x8f\x79\x60\x73\x2e\x1e\xae\xba\x15\x37\x94\x80\x48\xaa\x2d\xbc\x50\x5d\x69\xe0\x05\xed\xe5\x8d\xe9\x67\xd2\x5e\x09\xe3\xe4\x61\x99\xc8\x16\x59\x29\x72\x70\x23\x51\xea\xed\x8f\x41\x20\xa6\xc2\xf4\x17\x4f\xb6\x30\x43\x71\x2b\xf4\x4f\x63\xd6\x4e\x72\x77\x79\xb7\x4c\xb7\x19\x02\xc3\x6f\xf7\xb8\x3e\xdd\x79\x02\xba\x75\xd7\xc3\x05\xe1\xe9\x42\x4d\xb3\xeb\x29\xb0\x43\x66\x59\x45\x55\x84\x69\x73\xf2\x69\x52\xe8\xfd\xa1\x63\x18\xba\x21\x77\x1b\xfe\x38\xe3\xec\x6b\x27\x84\xf5\xf2\x25\xb2\x2a\x34\x43\xe4\x3e\xe6\xe4\x5e\xb8\xc9\x55\x2e\x54\x69\xc4\x3f\x7f\x0d\xf5\xa6\x2a\x1b\xda\xed\xdd\xb9\x08\xb5\x5f\x84\xa6\x5e\x84\x58\xd7\x0d\xf0\x1a\x9a\x9e\xa6\x2c\x0f\xe8\xec\xb2\x4f\xf4\x47\x65\x83\xd7\xd1\x44\xe5\x62\x65\x3c\x86\x50\xa3\x1c\xe0\x9b\x69\xfb\x82\x81\x99\x74\x62\xf1\x87\xdf\x6e\x97\x0d\x4a\x40\xb8\x3b\xec\x8c\xfb\x75\xf9\x87\x5a\x84\xae\xec\x3b\x86\xe2\xa2\x71\xb5\x75\x57\xa3\xdd\xa5\x8f\x81\x50\xaa\x26\x28\x0c\x8b\x47\x13\xf5\x18\x9e\xf2\xfb\xa5\x67\x49\xa8\x7f\xf4\x4b\x4f\x84\x17\x1e\x6a\x2c\x1a\x0b\x65\x10\x79\x18\x3a\xb9\xe0\xd2\x64\x57\xc3\x8d\x9d\x5d\x4f\x30\xc1\x3c\x21\xd8\xb5\x0d\x21\xb4\x17\x86\x1f\xfd\xdb\x83\x1d\xb4\xbc\xab\x7d\x85\x94\xc9\xbf\xfc\x44\x7f\x34\x57\x41\xa2\x9a\x03\x1a\xde\xf6\xcb\xe5\x5a\xb6\x50\x85\xba\x8e\x26\x48\xd7\x16\x09\x4d\x90\x7e\x5d\x2e\xcb\x55\x26\x2c\x23\x45\x10\x4b\x6e\x5e\xda\x6a\xfe\xb8\x4f\x4e\xcf\x9b\x50\xca\xe8\x97\x36\xcc\x5b\x64\x8a\x10\xea\x5b\xb7\xd5\xad\x1c\xf6\x8f\xcd\x1f\x17\x7b\xcd\x15\xed\x08\xac\x56\x95\x83\x43\xa7\x5f\xc2\x39\xb3\x24\xe5\xed\xed\x34\x95\x05\x45\xea\x88\x87\x22\x46\xbe\xaa\x3f\x72\x67\x6b\xf7\x87\xb9\x72\xbf\x44\x12\xbf\x41\x4f\xdd\x3f\x14\x7e\xf4\x2f\xa1\xa3\x84\xfe\xc3\x5e\x39\x99\xe9\x13\x2a\x1b\xfd\xba\xdd\x3f\x0e\xbc\xb6\x5e\x78\xdf\xef\x97\x76\xf0\x7b\x69\x32\xf5\x4b\x51\x18\xa2\xef\xdf\x38\x38\x4d\xda\x35\x6f\xdd\x5e\x1e\x78\xbc\x48\xcc\x5e\xc4\x62\xb9\x26\xa1\xe8\x37\x5b\xe1\x76\xa3\xbc\x56\x3c\x18\x2c\x82\xdc\x0a\x62\xed\xa1\x8d\xf2\xd6\xc3\x57\x17\xd2\xdb\x5b\x63\x28\x0b\x2f\xe5\xfb\x5b\xae\x41\x51\xf5\x6f\xdd\x6d\x7a\x00\x84\xd5\x72\xbf\x6e\xd7\xc4\x9d\x22\x0a\x2e\xac\x96\x53\xd5\x51\x7a\xe3\x14\xde\xd2\x91\x8f\xde\xba\xf9\xfe\x33\x12\xc7\x99\xff\x18\xba\xf2\x3f\xe2\x89\x08\xf5\xc8\x4e\x79\x88\x05\x80\x33\xff\xa2\x49\x93\x9d\x72\x17\x39\xf5\xc1\x78\x76\x68\x7b\x7c\x44\xf7\x88\x70\xfc\xcc\xd8\xcd\xb7\x3f\xb2\x77\x44\x66\x87\xdd\x72\xba\x5c\x6f\x78\x8e\x19\xda\x01\x1f\x5d\x6d\xa2\x91\x3e\x81\xa7\x4c\x4d\x7d\xc4\x66\x2b\x2e\xcb\x4d\xab\x5b\xe7\x23\xba\x56\xb7\xf4\x47\x2a\xea\x3a\xc5\xa1\x70\x33\x2c\x56\xf9\x88\x67\x32\xfc\x11\x7f\xce\x59\x39\xfa\x30\x5d\xef\xa4\x55\x7f\x85\x1e\x15\x85\x15\x1a\x37\xf9\xd2\xb6\x0b\x1d\x9b\x7e\xe9\x31\xf6\xd9\x81\x73\x45\x72\x7e\xc4\x46\x15\xf2\xfe\x88\xbd\xa1\x46\xd1\x78\xa9\x49\x34\xe7\x33\x02\x5d\x0a\xb3\x3f\x3c\x4f\xb5\x73\x1e\xa2\xb4\x0c\x1d\xf1\xd0\x71\xe9\xa6\xad\x1f\xdc\xb3\x9b\x13\x8d\xc6\x4b\x4d\xc5\x65\xd5\xf9\xa1\xec\x8b\x3e\xb8\x51\x96\x58\x37\x75\xa8\xbc\x74\x93\x99\xa1\xf1\x92\x6f\xad\xd3\x03\x5f\x75\x08\xe9\x44\x68\xff\x7e\x89\x22\x92\x6f\xff\x71\xb9\x2c\xec\x00\xe1\xab\x08\xf5\xdf\x2d\xa0\x79\xb8\x5e\x86\xeb\x81\xc1\x2d\xe4\xaa\x50\xff\xc9\x39\xf0\x93\x90\x7d\xe8\xbf\xf4\x2b\xfb\x63\xe0\x61\x11\x70\x0f\x06\x09\x96\x5a\x3d\x4b\x33\xa6\x36\x17\xbd\xd5\xcc\xeb\x4c\x8b\xac\x90\x72\xca\x10\xb2\x7d\x40\xe1\xe6\x0a\x87\x3a\x8a\x9c\xf1\x4c\x45\xf0\x9f\x96\xde\x3c\x5e\x61\x35\xb3\xe5\x47\xd2\x85\x85\x75\x62\x3e\x89\xe1\x7f\x2a\xce\xca\xea\x14\x77\x65\x63\xfd\x59\x18\x42\xfa\x9f\x69\xb9\x95\xed\xf1\xb1\x2a\x37\xa8\xc8\x65\xb9\x12\x9b\x9b\xe1\xc2\x06\xc7\xcf\x8b\x35\xa5\xc3\xc4\xe6\xef\x57\x56\x17\x38\xb4\x20\x03\x22\xf5\x27\xc5\xb3\x3e\xd9\xe0\xd4\x5d\xfe\x61\xf0\xf1\x2f\x17\x8d\x7b\x2d\xab\x77\xb8\x70\x1a\x2e\x1a\x22\x79\x29\x77\xcc\x6b\xc5\xa5\x97\xd5\x39\x4c\xe7\xe6\xf7\xa3\x7e\xa9\x39\xd8\x41\x4e\x0c\x35\xa2\x37\x46\x77\x96\xe3\xfd\xcd\xc2\x47\xaf\xaa\x89\x5b\x39\x6b\xd0\x3b\x2e\x2b\x4f\x6d\xbc\x38\xa6\xa7\x8b\x3b\xb9\xa8\xef\x5e\x32\xcd\x08\x68\x58\xdc\xca\x79\xe1\xf7\x2b\x71\xa9\xcc\x50\xda\xe8\x17\xe7\x79\xca\xbf\xbd\x34\x8c\xe6\xcd\x7d\xce\x71\x9e\xa1\xa4\x21\x9f\x38\x27\xc7\x26\xf2\x37\x74\x93\xbb\x3f\x72\x26\xcb\x9f\xd1\xf9\xbc\x51\xe7\xae\xfa\xe5\x0c\x82\xab\x38\x77\xd6\x56\x67\x70\xde\xa2\x0d\xab\x3a\xab\x13\x0a\xf1\x31\x6f\x16\x90\x17\xcc\x0c\x65\x8c\x8e\x56\xd5\xc9\xbd\x28\xea\x8a\xe2\xb2\xd4\x26\xbe\xb5\xd6\xb7\xaa\xe5\xc2\xe6\x80\x4e\xdc\x15\x24\xb1\x01\xe7\x0d\x3d\xc8\xe1\x98\xb7\xd0\x73\xd7\x24\x80\x73\xc5\x8f\x23\xe4\x7f\xbf\xb4\x69\x6f\x6c\xd1\x93\xc7\x89\x8d\x09\xea\xa4\x93\x40\xfe\xe7\xa7\xea\x2f\x26\x27\xa8\x88\x4e\x42\xf9\xf7\xcb\x4b\x26\x66\x63\x57\x59\xf1\xb1\xab\x5a\x65\xd7\x78\x8e\x22\xea\xe6\xe5\x46\xb9\x9f\xab\xda\x8c\x88\xd0\xd7\xf7\x77\x31\x27\xd5\x2d\x06\x01\xcf\xc5\x48\x6c\xfe\x7e\x71\xa5\xce\xa4\x4d\x02\xab\x83\xd8\xfc\x27\x4b\xad\x21\x6e\xc9\xc2\xe4\xb3\x8a\xe9\xa6\x55\xb1\xbc\x85\x1b\x8c\x08\xc3\x49\x11\xab\x27\x31\x85\xb3\xf8\x20\x33\xe4\x2b\xfd\xe2\x62\x9c\x21\x42\x49\x5d\x67\xbe\xb9\xcd\xa9\x2c\x4f\xdd\xee\x6c\x0c\x1a\xe4\x47\x48\xe1\xb3\x17\x93\xb2\xe7\xd4\x37\x9d\x9c\x10\xa8\xf4\xab\xf9\x5b\x18\xcc\xde\xee\x00\xa2\xff\xee\x36\x9f\xd0\x35\x52\x4e\xbb\xb6\x2a\x17\x0f\xa7\xe1\x5c\x70\xf6\x34\xb1\x0d\x8c\xc4\xfb\x6f\x36\x68\xce\xe6\x6f\xba\x2a\xd4\x22\x5b\xaf\x39\xc7\xe3\x5f\x67\x81\xa8\xc0\x55\x8b\x17\x06\xa7\x77\xd1\x02\x21\x4c\x31\xd6\x0b\x8f\xb9\x7e\xb7\x4d\x19\xa3\xa6\xef\x0f\x99\x1c\xff\x30\x6e\x11\xe1\xd9\x26\x2a\xa1\xba\x03\x9b\x97\xa3\x3b\x40\x6c\xb7\xee\xc2\xb1\x7d\xba\xd6\x27\x36\x65\x16\x63\x6f\x22\x5c\x49\x2e\x6a\xc4\xa6\x46\xe5\xc7\xd5\xcb\x05\x85\xd1\xfd\x4b\xec\xde\x93\x7a\xcf\x03\xa3\x3b\x17\x1b\x58\x57\x48\xd3\x65\xe4\x2d\xc2\x0e\xd6\x61\x6c\x22\x30\x85\xbc\x3a\x77\x91\x26\x1a\x33\xd5\x29\x02\x5e\x41\x82\x25\x57\x9e\xb2\x52\x1d\xc3\xbf\xe4\x7e\xd4\xc2\x77\x76\x4c\xf7\x2f\x31\xc4\xe2\xea\x9f\x21\x4e\xe9\x97\x06\x16\xe2\x94\x7e\x69\x12\xba\xfc\xbf\x71\xed\xce\x8e\xab\xd6\x5b\x37\x43\x67\x97\x7c\x3f\xc6\x21\x76\xad\xec\x99\x6f\xc9\x11\xd7\x96\xba\x23\x24\x98\xd4\xf7\xc9\xed\xdd\x5c\x4f\xf4\x67\xf8\x23\x37\x41\xd2\xc0\x64\xe9\xe0\x71\x0a\x0d\x26\x8d\x0c\xf5\x9f\x59\xfe\xac\xae\x42\xf0\xe1\x7e\xb9\x22\x70\xe4\x50\x07\x71\x5b\x28\x89\x2f\xa1\x88\xfb\x35\xdc\x08\xeb\x20\xcc\x86\xb9\x6b\xf1\xc9\x1d\xf8\x81\xd2\x2f\xc7\xd4\x6a\x27\x65\xc1\x1d\x50\x97\x04\xc1\xed\x17\x24\x37\x31\x70\xcf\x47\x67\xd5\x07\xfd\x94\x4d\x0f\x93\x7e\x86\x65\x67\xba\x45\x3f\x0c\x89\x7d\x5c\x11\xd6\x7d\x12\xb1\xce\x11\xec\x1a\x09\x3f\xe7\x10\x59\x95\xd5\x41\x3c\x3a\x49\x56\x3b\xc3\x0d\xac\x59\x2b\x0e\x7a\x2b\x4d\x39\x82\xde\x9e\xb2\xfe\x7a\x36\x2b\xb6\x47\x93\xa0\xb7\x49\xaf\x12\xc5\xbc\xad\x49\xbb\x73\x82\x16\x55\x0f\x52\x83\x5a\x9d\x8b\xc3\x02\x17\x75\x4e\x36\x23\xdc\x24\xa2\xe1\x26\x93\x49\x13\x06\xcd\x54\x0e\xe1\xb0\x2e\xd2\xc9\x33\x68\xb8\xa8\x18\x34\xc2\x1f\x78\x67\xad\x49\x18\x2c\x78\xf6\xb9\x89\xc0\x9a\xec\xb7\xe9\xa2\xb1\xff\xa7\x46\xc5\xa5\x0b\x4d\x4f\x44\x5b\x05\x6e\x9e\xd3\xec\x7c\xf7\x35\x50\x9d\x04\x64\xc4\xb7\x95\x5f\x8c\xa9\xf0\xb6\x45\xc4\x17\xcc\xfd\x2a\x84\x15\xbc\xfd\x7e\x5f\x2e\xb9\xc2\x4b\x87\x3a\x13\x72\xe2\xfb\x72\x0b\xec\x1e\xdd\x27\xd8\x74\x8a\xaf\x3e\xc3\x86\xb3\x4b\x48\x39\x27\x96\xd4\xc5\xdf\x34\x1b\x6a\x31\xf4\x8c\x24\x50\x21\x0a\x6e\x96\xf2\x0a\x41\x70\x15\x90\xfe\xe4\x22\xf6\x44\x75\x35\xc1\x4f\xf0\xfc\xeb\x19\xa5\x0b\x76\xa2\x9c\x22\x9e\x30\x21\x71\xb3\x84\xd8\x73\xea\xce\xf4\x04\x08\xcd\x69\xb3\x2c\x31\x8c\x85\x12\x97\x44\x4e\xda\x11\x4b\x0c\x63\x9d\xaf\x85\x6a\xa3\xd8\x2c\x33\x84\x0b\xb7\x78\x06\x33\x1c\xb9\xe6\xd9\xfc\xcb\xd0\x11\x9f\xae\x16\x94\xa8\xa3\x88\xa8\x61\x0c\xe7\xf6\xaf\x9f\x66\x22\x6d\x11\xf6\x40\x53\x82\xd8\xa1\xe8\xbe\xc7\xab\x6b\xd3\xf5\x82\x0c\x22\x89\x5f\x3d\xc3\x34\xf4\x2e\x1e\x48\x20\xc4\x5b\xdb\x4c\x7e\x5b\x67\xf3\x2f\x7b\x7c\x6c\xca\x8d\xc8\xa9\xe3\x13\x97\x4d\xdd\x45\xe1\xe3\x4c\x97\x0d\x0f\x30\xc9\xd5\xbe\xe2\x79\xa0\x09\x80\x83\x28\x2c\x21\x9f\xae\xe2\x88\xcf\x85\x6b\xe1\xa4\x89\x44\xf7\xfb\x72\x4e\xd3\xaa\x36\x16\x2e\x7a\x85\xf2\x14\xe7\x57\x4c\xe7\x19\xe2\x8b\x7e\x8b\x38\x5f\x52\xd2\x55\x67\x75\x1d\x8b\x1e\x08\xdb\x53\x45\x7d\x3e\x39\x9e\x1d\x5e\xa0\x15\x7c\x5d\x6d\xc4\x30\x28\x8d\x28\xac\x7f\xc4\xdd\x0a\x10\x2c\x85\xfb\xb9\xce\xfe\x56\xdc\xc4\x49\xb8\xe0\x7e\x7b\x85\xce\x86\x2e\x62\x05\xcc\xa5\x2d\x7c\x39\x8b\x5b\x54\x57\xf3\x0a\x12\x44\x7d\xc5\x1c\x51\x8a\x72\x84\x0e\x96\xad\xee\x54\xe4\xe0\xda\xfd\xad\x84\xe2\x5e\x53\xae\x86\x7b\xa3\xa9\x5c\x44\xd4\x12\xc5\xb1\xe5\x5a\xb8\x2a\x37\xa3\xa7\x43\x39\x88\x08\xd1\x7c\x61\x69\xda\xef\xdb\x0d\xe2\xe8\xc7\x0d\xc6\x06\xbd\xdd\xc4\x27\x72\x6a\x3e\xb6\xa4\x78\x94\x04\x11\x3e\xcb\xa1\x36\xd8\x92\x5a\xab\x4d\x88\xb6\xe2\xa2\x83\x01\x17\x65\xe7\xaf\x9f\x92\xf5\xb6\xdc\x53\x13\xa7\x9e\xc7\x1e\x6c\xc9\x1f\x03\x4d\x7d\x73\x9a\x38\x57\x8b\x7e\x8d\x67\xc0\x7b\x52\xad\x84\x10\x54\x7a\x57\x84\x14\xce\xde\xf7\x18\xb0\xa6\xe4\x6f\x6c\x2c\xcf\x79\xdc\x80\xd2\x3d\x9b\x5b\xbc\x21\x57\x0a\x85\xaa\xdb\x3c\xc4\x17\xb9\xea\xf6\xd9\xd2\xd6\x13\x75\xb6\x21\xfa\x84\xe2\xc2\xf7\x6a\xb9\x3c\x92\x78\x16\x48\xdc\x44\x44\x61\x79\xed\x9e\x44\x14\x3e\xe3\xf0\xc7\x73\xa5\xdc\x5a\x58\x44\x14\x59\x44\xf0\x4b\x12\xb0\xee\xac\x10\x9a\xcb\xc6\xe6\x4d\xce\xf1\xf8\xd7\x9a\x20\xbf\xb8\x93\x73\x3d\x14\x48\x86\x72\x81\x33\xb4\x23\xc3\x92\xf5\x34\x52\x94\x0d\xe3\x4c\x11\xa4\x2f\xc5\x71\x71\x2e\xf6\x8b\xe6\x15\xb1\xc7\xad\x75\x0e\x41\x87\xbc\x4f\x4e\xe2\xfe\x76\x5f\xf1\x48\x3d\x86\x74\xac\x66\x58\xb6\xca\x19\xe0\x24\xec\x6f\x37\x45\xf2\x9a\x9a\x1d\x75\x0e\x2b\x03\x29\xf0\x10\x05\xf8\xfb\x76\x7d\x89\xc2\x2b\xae\x16\x9b\x07\xe5\x64\x3a\xa0\x8b\x24\xc4\x17\x72\x34\x73\x72\x61\xb0\x24\x8a\x93\xa0\xbf\x53\x3a\x34\xf3\x05\xe6\xf1\x8a\x80\x5c\x74\x75\xbe\x44\x21\x69\x4f\x4a\xec\xe0\x0e\xec\x10\x07\x4e\x7f\x6b\xd8\x2e\x68\x7e\xce\x8d\x28\x47\xf3\x93\xa8\xbe\x72\xc6\x31\x89\xe2\x2b\x1f\xa4\x73\xbe\x51\x74\x91\x26\xd4\x0c\xc3\x50\x59\xe8\x4e\xc2\xf6\xca\x3d\xe8\xc9\xc5\xa8\x54\xe9\x9b\x35\x2f\xae\xa6\x53\x8d\x7f\x18\x8b\x5e\xfc\xc3\x68\x5f\x67\xe9\x2d\x04\x52\x5d\x4f\xdc\x05\xd3\x3f\x14\xe1\xdc\x95\x0d\xd4\xab\x3b\xf6\x8d\x6a\x84\x0e\xd3\x5b\x9a\x75\xfe\x56\x79\x50\x39\xdb\xc2\x8b\x82\x6a\x9d\xea\xdd\x1f\xcd\xea\xe7\x94\x6b\x55\x49\x06\x08\x06\x2c\x9b\xba\x93\xe3\x0d\xd0\x9d\xdd\xd4\xeb\x6c\x20\x98\xe2\x5c\x04\x01\xd7\x45\x8a\xac\xe2\xd6\x81\x09\x6b\xd3\x5e\xb4\x7f\xdf\x81\x5d\xc4\x2b\x25\x6c\xf0\x69\xc3\x45\x99\x75\x4d\x08\x64\x98\xf6\xc0\x5b\x0a\xa0\x42\x36\x11\x54\xd8\xc6\x66\x13\x17\xad\xa5\xf9\x1b\x98\xf1\x76\xad\x81\xb6\x3d\xc8\x10\xde\x1b\xf5\xbc\x97\x50\xa1\x9a\xd4\xf3\x53\x18\xe5\x2d\xb5\x20\xed\xfc\x37\x8a\xc3\xc2\x61\x6f\xc9\xb7\x84\xb5\xde\x6c\x3c\x51\xf8\x21\xd1\xb0\xce\x39\x01\x88\xcf\x3c\xbb\xda\x98\x3b\x11\xed\x6f\xd1\xf0\xdd\xbf\x84\x12\x13\xd6\xf8\x20\x5a\x1d\x2a\x1c\x7e\x58\x6d\x1a\x30\xc3\xf1\x6a\xf7\x63\x39\xfc\xae\xf6\xbb\xfa\x87\x31\x7b\xa2\x05\x3f\xb0\xc2\xc7\xf7\x87\x4c\xc9\x54\xee\x1d\xef\x56\xfd\x70\x8a\xd0\xd0\x2f\xa7\x4e\x9b\xca\xe2\xdc\x5e\x52\x93\x19\x32\x8a\xde\x2f\x97\x85\xa0\xd3\x96\xf9\x78\x07\xf9\xa7\x31\x6c\x51\x7b\x92\x58\xc8\x92\x68\xca\x0b\xab\x54\xd4\x14\xb7\xb8\x09\x77\x7d\xc4\xed\x16\x5a\x09\x71\x86\xb5\xe4\xe6\x87\x6d\xe2\xde\xb3\x2f\x9a\x7f\x18\xbe\x96\xdc\x3d\x2c\xe0\xa5\x59\x36\xc3\x5c\x38\x5d\x49\x5b\xe1\x23\x8b\x4e\x51\x09\xb2\xed\x1d\x9e\x40\xb1\xb7\xbb\xb3\x30\x2a\x85\x92\x3e\x22\xb5\x3d\xa1\x5b\x63\x53\x2f\x50\xc8\x94\x70\x46\xb1\x8a\xbb\x2c\xc3\x26\xe2\x8d\x5b\xe4\xc0\xc3\xb2\x09\x63\x3e\x68\x5b\x0c\x0d\x07\xf1\x86\x24\x02\x8a\x55\xdc\x65\x27\xe4\x58\xc5\xe2\xdd\x13\xab\xf8\xcb\x26\x47\xba\x31\xa4\xd4\x31\x31\xef\x9d\xd2\xaa\x23\x92\xf1\xf9\x29\x33\x2a\xfb\x5e\x09\x29\x26\xf6\xbd\xc3\x97\xee\x23\xb6\x94\xfa\xab\x1b\x28\xb9\xac\x3a\xdc\x95\x85\x80\x49\xce\x72\x23\x8a\x91\xf0\x4c\xb8\x1e\xd3\xd9\xd8\x1f\x3a\x4f\x8f\xee\x20\xcf\x8b\x68\x16\x31\x07\x1e\xb1\x15\xb4\x23\x10\x8e\x0c\xc9\x9a\x1d\xe8\x78\x78\x16\x83\xc5\x64\xa6\x72\x58\xee\xe6\x34\xfc\x8d\x7d\x27\x8e\x89\x04\x20\x92\xd7\x12\xca\xf8\xcb\x22\x7d\xd0\xe5\xc9\xfe\x06\x7d\x3e\xfc\x31\x4e\x9f\xf6\xc7\x03\xc5\xab\x9d\xa6\x40\xc6\xe6\xd7\x23\x0c\x91\xb2\x21\xd1\x89\x6f\x9c\x99\x4d\x82\x13\x67\xfc\xa0\x9d\x5c\xc4\x10\xca\x7f\xd6\x49\x71\x18\x63\xd6\x6c\x21\x25\x19\x92\x8b\x3a\xa8\x31\x97\x34\x31\x8d\x93\xf8\x93\x84\x34\x3e\x33\x90\x94\x0d\xe1\xc6\x74\x51\x8e\xf0\x70\xb5\xb1\x44\xc3\xb5\x42\x56\x66\x77\x5d\x4b\xe4\x7a\x83\x8a\x61\x8b\x11\xd3\x38\x8b\x19\x46\x48\xe3\x1b\xbf\xbf\x93\x90\xc6\xb9\xb8\xaf\xd8\x54\x56\x7f\xd3\x40\x9c\x05\x1b\x81\x18\x56\x58\xf2\x26\x7c\x54\x4e\x22\x1a\x67\x29\x17\x3a\xa0\xb1\xe4\x17\x04\x34\xbe\xf5\x5e\x22\x80\xf1\xf9\xe8\xfe\xa8\xeb\x83\x2c\xba\x61\xb2\xfb\x21\x82\x71\xbf\x87\x2a\xd2\x9d\x35\x34\x30\xee\x2c\xcf\x1e\xba\x40\x33\xbb\x22\xee\x88\xef\x4f\x61\xde\xbb\x87\x0b\xbf\xbb\x6e\x25\xd4\x65\x2f\xf5\x48\xef\x32\x4f\x98\xc4\x41\x5d\x23\x0d\xda\x49\x32\xfc\x85\xc0\x27\x79\xe9\xd1\x28\x14\xd3\x7f\x85\x91\xae\xb9\x73\x2b\x04\x3e\x66\x1e\x12\xec\xf8\x2e\x62\xa8\x12\xde\x38\x13\x36\x68\x12\xde\x38\x0b\x63\xac\x10\xff\xf8\xf5\xb9\x2e\x1c\x73\x0a\x75\x12\xc0\x38\x29\x52\xec\x24\x64\xb1\x69\xfd\x75\x8b\x5c\xe2\xd8\x10\xc1\x38\xc9\x9f\xed\x24\x82\xb1\x2f\x1b\x05\x30\x96\xe9\xeb\xba\xd9\x41\xda\x4f\xf2\x42\x2d\x23\xf6\x25\xb7\xd3\x5a\x5d\x64\x3a\x62\x50\x28\x44\x71\xbf\xbf\xd9\x50\xc9\x98\xae\x27\x38\x4f\xdd\xdf\x40\x49\xdf\xa2\x21\x64\xd7\xe6\x0b\xe9\x4f\x16\x59\x4e\x10\xe2\x22\x95\x95\x75\xa3\xa7\x33\x9d\x63\x5f\x16\x75\x0e\x62\x25\x6b\x06\xe4\x83\x55\xb3\x7e\x43\x8f\x68\xff\xdc\x18\x75\x27\xad\x65\x38\x8e\xfe\xdd\x73\x9e\xd1\x20\x48\xe2\xd8\x66\x9c\xd4\x4f\xc2\xd8\x76\x99\x59\x12\xc5\xf6\x74\xc0\x1f\x39\x9a\x50\xa5\x44\xb5\x4d\xe6\xad\xac\xb0\x8f\xec\x32\xba\x5c\xb2\x8f\x94\x80\x80\x28\xb7\x5d\x26\x8f\x8e\x72\x2b\x45\xcd\x95\xc0\x6b\x1a\x35\x61\x6e\x87\xf8\xdf\x2b\x49\x4a\xf3\xad\x17\xdc\xf1\xad\x09\x89\xa1\x7e\x9b\xe1\x29\xc9\x66\x60\x85\x0d\x64\x97\xdd\xdd\xca\x90\xdf\x30\x13\x96\xfc\x0a\x4b\x1d\x9a\x48\xb7\x5d\x96\x6a\x2b\x6b\x7b\x15\x97\x55\x1f\x9c\x65\x5a\xaa\xeb\xe5\xd8\xeb\x3c\x86\x1d\x63\x26\x0c\xf7\x24\x3e\x6d\xfb\xd6\x1b\xaf\xe2\xaa\x49\x21\x04\x6d\x1e\xee\xad\xee\x9b\xaa\xb2\x41\x9f\x48\xbd\x6c\x65\x3d\x90\xaa\xb3\xc1\x5b\xcc\xd7\x3f\x81\xc4\xb3\xb8\x3a\x3a\xad\x79\xc9\xc2\xb0\x2a\x3b\x63\xe0\xae\x17\x2a\xb7\xba\x87\x3b\x3e\x3a\xf7\xfe\xf5\x53\x8c\xa3\xf2\x59\xfe\x9a\xb3\x3b\x1f\x06\xcd\xc2\xda\x18\x40\xca\x7c\x85\x98\xb8\xa7\xd2\xa6\x6c\x10\x98\xba\x37\xf2\x56\xef\x5c\x16\x06\x88\xba\x13\xec\x45\x29\x95\x28\xd4\x6d\xd5\x0f\x8b\x04\xfa\xea\x4e\xd1\x5a\xfb\x63\x0d\x5c\xe6\x6f\x10\x10\x42\x1e\x05\x21\x8a\xf8\xa4\x2b\x7c\xf3\x76\xd9\xd7\x11\xf9\x36\x8b\xdf\x4c\xe4\xdb\x3b\x4b\x4d\x9e\x58\xb7\x5d\xef\xc9\x55\x64\xa9\x34\x9d\x4d\x51\x8f\x1a\x99\x84\x28\xf4\xb7\x12\xdf\xd4\xa2\xac\x98\x84\xe9\xc2\x2e\xb2\xcb\x9a\x6d\x15\x71\x4e\x74\x38\xc2\xd4\xb1\x27\xde\x85\xab\xc4\xad\x21\x6b\xb6\x55\x24\x4a\xd0\x1e\x2e\x71\x6b\xc8\x30\x89\x30\xb9\xc9\x36\x57\x84\xc9\x1d\x5d\x1b\xb1\x60\xc6\x50\xfd\x8d\xa7\x84\x3b\x1b\xec\xe8\x74\x6b\x2a\x43\x7b\xcb\x6b\x59\x44\xcb\x34\xf5\x0e\x8d\xac\xe1\x91\x6c\x0d\x4c\x5d\x40\xd3\x5c\xac\x73\x45\xba\xad\x59\xdb\xa9\xea\xe5\x0c\x35\x49\xa8\xdb\x2e\xbb\x14\xa2\xd9\x76\x71\xbd\x09\x66\x7b\x8a\xba\x22\xd6\x73\xba\x22\x38\x02\xdf\x6c\xac\x27\x6f\x8b\x85\xd5\xa3\xe8\x22\xe2\xde\x76\x59\x27\x10\xf7\xf6\x74\xa8\x28\x0b\x85\x2d\xf4\x5f\x63\xb1\xc5\x47\x5d\x55\xa2\x06\x21\xd1\x3a\xe9\x5f\x53\xee\xdc\x87\x32\x2b\x5a\x61\xd9\x78\x7f\x51\x61\x15\xcd\xf0\xfd\xa5\x26\x5b\x7d\xc0\xd0\x35\x5f\xce\x72\x45\x7f\xbf\x3e\x7c\x55\x55\xc4\x27\xd7\x3b\x4e\x21\x4e\x33\xbc\x8f\xd5\x60\x27\x7f\x73\x6a\xa6\x29\x0b\xe5\x2b\xbc\x19\xd6\x70\x8a\x0d\x31\x09\x79\x7a\x3e\xd2\xff\x26\x5c\x23\x4a\x25\x44\xb6\x5d\xfc\x39\x62\x9c\x9e\x8f\xaa\x17\xb1\x58\x76\xee\x5c\xef\x59\x84\x54\x43\x9f\x58\xec\xdb\x85\x18\xb6\xca\x5b\x03\x91\x4c\x53\x12\x8f\x96\x50\xa6\xc9\x53\x18\x52\xd9\x2c\xee\xf2\x92\x33\x61\xf1\x68\x89\x4e\xda\xa5\xcf\x4b\x70\xd2\xd3\x21\x97\x7d\xc8\x52\x51\xb7\xe3\x0f\x67\x35\xb4\xa9\xec\xd9\xbe\x7a\x43\x2d\xac\xd8\xc4\x5a\x5b\xc8\x61\xa5\x44\xbc\x10\xbc\x4a\x83\x77\x21\x77\xad\x59\x58\xa2\xe3\x4f\x46\xfb\x2f\x2c\xce\xba\xb4\x3c\x15\x11\x55\x8a\xb8\xab\xa3\xd6\x25\x4b\x65\x05\x48\x1d\xe7\xc5\xf1\x47\x34\x8e\xaf\xe0\xac\x93\xd6\xc1\x19\x9a\x77\xf9\x06\xd6\x83\x83\x60\xa9\x49\x11\x33\x4f\x36\x8e\x80\xf0\x26\xd6\x6a\xd6\xcf\x59\x21\x78\xed\xd2\xfe\x5d\x5d\x0f\xe8\xe1\xfe\x3d\xf1\x51\xf5\x48\xe8\xaf\x2d\x85\x2c\x55\xca\x58\xc4\x59\x3d\xd5\xaa\x22\xdd\xff\xba\x74\x22\x1e\x6a\x97\x8a\x1f\xf1\x50\xcf\x47\x97\x8d\xfe\x09\xe7\x77\xa4\x91\xb2\x19\x22\x3a\x6a\x2a\x1a\x4a\x98\x95\x75\x29\xf1\x11\x0d\xf5\x2c\xc3\xad\x2c\x62\x6b\xed\xf1\x01\x01\x29\x96\xda\x1a\x60\x14\x18\x48\x8a\x8e\x5a\x4c\xdf\x12\x1e\x75\x98\x22\x19\xa8\xf1\xc9\x98\x8d\x68\xa9\x67\xe0\xfe\xfa\x89\x9b\xd9\xf5\xc6\x1c\x89\x5c\x19\x88\x2b\x65\x7d\xe1\x70\xa9\xa6\x32\x22\x5c\xaa\x15\x76\x14\x11\xd5\x88\x00\xf7\xc0\x35\x0b\x7d\x8f\x30\x3a\xb8\x3c\x6e\xf1\xe5\x85\xcc\x25\x60\x16\xdf\x8c\x50\xa6\xf7\xf0\x45\x24\x09\xb3\x58\x55\xcb\x16\x6c\x3a\x86\x08\x9c\x6b\x76\x27\x50\xff\xce\x1e\x6a\xe8\x09\x49\x39\x6f\x0d\xee\x7f\x91\x41\xe1\x59\x38\xfb\xa2\x1c\xba\x09\xb4\x21\xe5\x59\x58\x46\x46\x44\x28\x3d\x59\x0d\x7c\x6b\x70\xfe\x7a\xf0\xa5\xb8\xf1\x4b\xd6\x6f\xf9\x5b\x36\x2e\x1c\x98\x53\xc4\x1d\xed\x52\x4d\x22\xec\x68\xba\xa4\xbd\xbf\x10\x38\xfb\x59\x37\x21\x01\xe0\x55\xad\xa9\xd7\xea\xf4\xc7\x58\x7e\x11\x57\x93\x1b\x44\x0c\xa8\x35\xc5\xc9\x98\x6e\x25\xce\x84\xe8\x03\x6c\xcf\x64\x29\xac\x30\xa3\x97\x04\x6a\xc4\x19\xed\x44\x34\x9a\x0a\x2c\x9a\x64\x13\x43\x64\xd1\x2e\xed\x16\x22\x8b\xde\x35\xeb\x4e\x0b\x53\xb4\xee\x67\x92\x02\x8b\xfa\x7a\x09\xe3\xb3\xbb\xeb\xd5\x34\x39\xc0\x70\x47\x88\x2b\x7a\x1a\xf1\xc7\xd8\x7f\xc2\x61\x93\x43\xa9\xf5\x9b\x50\x04\x4d\x25\x41\xe4\x4d\x9d\x83\xf0\x13\x9d\x1a\x02\xe9\xee\xe3\x30\x59\x77\x58\x37\x44\x70\x4c\x52\x44\x22\x64\xe3\x69\xbe\x28\x0b\x3a\x49\x2e\x1b\x53\x27\x3c\xb9\x78\x22\x88\x91\x43\xcc\xc6\x33\x48\x65\xe3\xc1\x29\x99\x15\x31\x1b\x4f\x59\xfd\x74\x6b\x2a\xfd\x15\x8a\x7c\x3a\xcb\xb5\xa3\x3e\xc0\x47\xf3\xae\x50\xcc\x46\xf1\x5b\x88\xd9\xd8\x89\xf5\x35\x89\xd2\x98\x92\x99\x18\x78\x9a\x95\xd4\x6a\x6d\x73\xd1\x86\xb2\x42\x28\x53\x59\x9c\x1b\x54\xe5\x1a\x8d\x26\x65\x07\xf5\xfe\x59\xae\xb9\x30\x61\xfa\x3e\x4c\x36\x18\x44\x74\x10\xb1\x18\xa7\x4f\xfe\xe6\x36\x11\xe5\x83\x9c\x6f\xca\xcc\x64\x6d\x08\x49\xd9\x80\x10\x9a\xf1\xfe\xbe\x62\x36\x7c\x33\xb3\x39\xb0\x6a\x92\x6a\xea\xc2\xa8\xa9\x7f\x7f\xc9\x94\x65\x37\xfa\x8a\x8f\x2a\xba\xd4\x23\x67\x59\x19\x4d\x3e\x96\x4a\x53\x96\x27\x04\x5d\xec\x62\xcf\x12\x74\xf1\x94\x55\x33\x4b\x0b\xa5\xf9\x45\x0b\x62\xfa\x97\xb1\xe9\x74\x87\xc9\x70\xc9\xcf\x5d\x42\x32\x16\xbd\xd3\x37\x34\xa9\x6e\xa9\x90\x03\xf6\xe4\x6f\xf1\xd4\x14\x4f\x8f\x18\x8c\x5d\xcc\x41\x42\x30\x9e\x4a\xd5\x3b\xd0\x90\xae\x21\xb9\xb4\xcd\xc9\x65\xd9\xe7\xc5\xd5\xd2\x3b\x75\x07\xc5\x55\xbf\x8c\x15\x76\xd1\x2f\x63\x99\x2e\xf9\xf1\xfb\x32\xd2\x2a\xca\x26\x56\xc9\x85\x33\xcd\xfa\x6b\xcc\x9f\x2e\x22\xfc\xd8\x7e\x5f\x60\xf8\xb1\xbd\xbc\xde\xc4\x5a\xbc\xbc\x30\x2f\xae\x29\xd9\xca\x10\x40\xf1\x9e\x32\x80\x59\x2f\x6d\x1d\x5d\x96\x2f\xf4\x14\x64\xfc\xb1\x5e\xd0\x13\xba\xa7\x5e\x53\xed\xb8\xa6\x40\x0e\xc3\x39\xf6\x8a\x6e\x52\xc2\x26\x4e\x59\x56\x28\x6c\xe2\xe5\x07\xfa\x0b\xec\xa4\x9b\xe9\x85\xa5\x6c\x16\xb2\x78\x81\x90\x84\x75\x5f\x8a\x1e\x22\x82\x02\x4f\xb3\x53\x66\x23\x04\x47\x3c\xf5\xaa\x87\xf8\xa9\xf3\x65\x14\x92\xbe\x9a\xb5\xd3\x43\xd0\xd7\xb3\x8e\xd7\x0b\x33\x91\xef\x3c\xa0\x19\xe5\xb7\x3d\x1e\x61\xa5\x5b\x4a\x38\xc4\xbb\xb9\x4d\xa4\x28\xb2\xc2\x21\x1c\xe2\x2d\xc5\x01\x85\x43\x94\xe6\xdb\x0a\x49\x5f\x97\x7d\xf0\x42\xd2\x27\xa7\x69\x44\x4a\xcc\xb2\xd6\x53\x64\xc4\xcb\xeb\xf0\x1e\x1a\xa6\x6b\x65\xdb\x57\x57\xf4\x44\x45\xcc\x50\xc8\xef\xba\x1f\x03\xd8\x0f\x75\x21\x48\xc9\xef\xbc\x9e\x21\x85\xeb\xa6\xb5\x11\xbb\x49\x07\x94\x88\x86\xa7\x0d\x67\x85\x8d\x54\x2d\x5a\xc5\x7e\xad\x23\x4d\x9b\x97\x2e\xe7\xb7\x4e\xbb\x2e\x4e\x82\x1a\x7e\x1f\xb6\xef\xa5\xb1\xa9\xbf\xba\x2a\xaa\xbf\x12\x14\x42\x1f\xcf\x22\x0d\x89\x51\x96\xa4\x62\xd9\xa3\xd9\x4c\xa0\x73\x35\x8a\xaa\x1a\x84\x28\xd2\x23\x22\x3a\xe1\xf9\xa5\x7a\xa4\xa3\xa8\xd9\x46\xd4\x75\x79\x17\x7d\x58\x26\x6d\x85\x0f\x6a\xff\x7e\x79\x7f\x10\xca\x4b\x75\x68\x85\xb0\xeb\xfc\xf4\xcf\x66\xf8\xeb\x23\x7a\x42\x37\xad\x24\x63\x52\x80\x21\x5a\xe1\xfd\x7d\xb6\x7f\x44\x5d\xea\x7a\x95\xe1\x8f\xa4\xe6\x04\x28\xbc\x25\x71\x23\x40\xa1\x22\xa3\x4d\xc5\x27\xbc\x64\xff\xb2\x3e\xec\x07\xed\xa4\x30\x11\xca\xb5\xbb\x28\x1b\xd2\x39\x70\xb6\xee\xe5\x8f\x1e\x08\xba\x7a\x71\xc1\x7b\x79\x0f\x7e\xb4\x21\x3c\x4b\xf0\x9b\x65\xfa\xb1\x3e\x22\x18\xb3\xbf\xc6\x46\x73\x8f\x96\x06\xae\x66\x03\xc1\xf7\xe2\xa2\x84\x5b\x1d\xce\x82\x38\x84\x0c\x90\x9c\x7d\xc7\xbd\x08\xc1\xa5\x1e\x6d\x8d\x5b\xfd\x0d\xc3\x85\xee\xfe\xe1\x6d\x4d\x06\x2f\xeb\xc3\xd6\xf1\x58\x74\xda\xbb\xcb\x0e\xca\xba\xa2\x43\x03\x99\x22\xc3\xb9\x6e\xf7\x74\xc2\x89\x32\x7b\x02\xf1\xdb\x94\xf2\xf8\x42\xfc\x76\xf9\x1c\x84\x7b\xdd\x6e\x0a\x56\xb6\x46\x52\xaa\x59\x88\xdf\x72\x72\x4e\xf3\x97\x94\xe5\xc8\xa8\x0f\xc8\xdf\x7c\x62\x42\xfc\xd6\xf3\xb7\x11\xad\x8b\x2b\x0a\xdc\x20\x5a\x53\xf2\x35\xb3\x48\x42\x84\xd6\x7d\x9c\x9e\xd0\xe1\x90\x06\xd6\x7a\xa6\x7a\x90\x95\x65\x4e\xdc\xdb\xc0\x0e\xe6\x16\x3e\x84\x69\xbe\xdc\xdb\xe0\x47\x14\xd3\x2a\x21\x22\xeb\x3e\x7a\x61\x3f\xd4\xb3\x88\xbd\xf0\xa6\xdb\x8d\xea\x31\x26\xca\x5a\xa3\x07\xbd\x33\xb3\xaa\x1e\x6f\x29\xb5\x89\xab\x83\xe2\x5f\x2e\x7a\xa0\xde\x22\xee\x30\xd3\x03\x97\xb9\xf3\xfa\x66\x1f\xb2\xaa\x29\x28\xcc\xef\x40\x83\x32\xf8\x4e\x3c\x97\x84\x47\x8d\x11\xaa\xac\x9d\x16\x46\x4a\x52\xe3\x58\xcf\x56\xff\x34\xb2\xcd\xa5\x7c\xfb\x2b\x7b\xbe\x3b\xbb\x28\xac\xa1\xa2\x08\x6e\x3e\xe9\xa3\x7d\xc3\x66\xd8\xe1\x43\x77\xc8\x73\xcb\xbe\xb8\x52\xa4\xce\xb3\x2f\x6e\x11\x3a\xb1\x2f\x76\x11\xa4\xcb\x0e\x89\x5a\xcf\x9c\xac\x1d\x36\x49\x5d\xfd\xdb\x17\xbb\xa6\xb8\x16\x4d\x98\x7f\xf8\x8a\xa2\x43\xb9\xf0\x6a\xd7\x5d\x14\xdc\x09\x07\x64\x87\x78\xad\xe8\x86\xdb\x17\xa2\x12\x71\x85\x76\xc8\xd7\x7a\x2e\x1a\x07\xd8\x86\x31\x6f\x0c\x9d\xb4\x44\x3b\x0c\x9d\xba\x16\x77\x5f\xa2\x3b\xdc\x9d\x78\xda\xc8\xf1\xd8\x46\x82\x76\xc9\x72\x6c\x5f\xda\x7c\x9e\x01\xbd\x7a\xbb\x86\xc9\xe6\x2b\x1a\xc9\x02\x0b\x14\x35\x83\xf9\x8b\x98\x98\x1b\x81\x5a\x2e\x7f\x8c\xb2\x79\x8a\x46\x77\x8b\x1b\x81\x28\xe9\x1a\x99\x76\xaa\xe7\x1d\xab\x1a\x31\x9b\xf6\x25\xf2\xd6\xa3\xc1\x64\xf6\x3b\x47\x41\xc2\xd6\xdb\x1f\x3f\xd1\x8c\xfb\xf7\x04\x4f\x5c\x8d\xb2\x6d\x8b\xa6\x08\x2d\x26\x19\xf6\xec\x8b\x7d\x5b\x55\xa9\x88\x9b\xa4\x7a\xf4\xce\xf6\xda\xe3\x65\xe6\xf2\x1c\x21\x9a\x1b\xea\x41\xa8\x93\x08\x8f\x6f\x2c\xb3\x92\xfb\x2a\xfa\xb6\xbb\x0b\xd1\x59\x1e\xe1\xc4\x99\x3d\x8d\x38\xcb\xcb\x1f\xb4\xbe\x91\xdb\x5d\x42\xeb\x0a\x43\x3b\x65\x6a\x44\x18\xda\x9e\x21\x6f\x08\x43\xdb\x73\xf5\x2f\xc3\x70\x2c\xb9\x5a\x56\x9b\xf7\xc0\xc6\xf8\x4a\xbe\x03\x15\x2e\xb6\x7a\xfa\x90\xdb\x4d\x19\x58\xed\x1b\x03\x58\x59\x77\x12\x2f\xb6\xe8\xa1\x46\xb8\xd8\x53\xd6\x1f\x63\x16\xaa\x2b\x82\x1a\x03\xff\xee\x5b\xb4\xad\x3b\xa8\xfd\xc8\x43\x7c\xdf\xda\x8f\xc3\x15\x83\x7b\xaa\x46\x1a\x8c\xfb\xec\x2e\x2d\xde\x00\x49\x15\x2f\xf5\xdf\x5f\x85\x0f\xfd\x95\x69\x51\x0f\x45\x54\x25\xb5\x8a\x7b\x27\x6f\xd0\x5b\xb7\x5f\x53\x4d\x70\xe0\x25\xb2\xdf\xe1\xca\xb6\x67\x0f\x47\x78\xac\x38\x1b\x38\xc4\xa3\xc1\xc1\x9c\x2c\x7c\x08\x19\x7b\x06\xc7\x6a\x84\xc0\x29\xeb\x8e\x20\x3a\xe4\x29\x3b\x94\xa5\xbf\x53\xb9\x88\x7a\x7a\xf9\x87\x71\xc0\xa1\x84\x88\x15\xd9\x33\xa4\x1b\xd1\x20\xbb\xcc\xee\x09\xff\x78\x2a\x55\x35\xa1\xdb\x2e\x9b\x5c\x82\x41\x66\x42\xc4\x9d\x5c\x28\xb3\x17\x57\xc3\x1d\x3f\xd4\x86\xf0\xb1\xb6\x79\x11\x93\x50\x67\x00\x39\x51\x6e\xfe\x18\xf3\xa3\xd9\x0a\x39\x51\x96\xac\x80\xf0\x8e\x3d\x43\xd2\x29\x82\x63\xd1\x43\x5c\x31\x1b\xa7\x4c\x8c\x14\xa6\x31\xfb\x97\x08\x86\x2e\x97\x05\x55\x0a\xab\x16\xd0\x61\x57\xb5\xf2\x2b\xe4\x1c\x34\xc7\x50\x7f\xe2\xf1\x24\x0f\x76\xbb\x70\xa1\xba\xc5\x45\xcf\x35\x2a\xd8\xf0\x3c\xba\x76\x09\x66\x8e\x1c\x73\x6f\x49\x77\xbe\xbf\x0b\x89\x56\x72\x9d\x60\xfc\xa1\xa2\xa2\xb3\xb8\xd0\x77\xd1\x8a\x08\xbd\x15\xbd\x88\xa7\x6a\xda\x98\x60\xf9\xa7\x74\x7d\xaa\xe2\x0d\x49\x99\x5d\x36\x10\x48\x77\x59\xc6\xc5\x28\x43\x0e\xd4\xb3\xee\x95\xea\xe5\x9a\xca\x82\xc7\x21\x8f\x76\xe5\x4a\xec\xe9\xcf\x78\xbc\x8a\x9a\xd7\x96\xa9\xac\xb4\x86\x52\x45\x84\x55\x57\x1b\x4b\xdd\xdd\x26\x27\x41\x08\x0d\x39\x90\xdc\x1c\xed\x0a\xcd\xad\x63\x51\xe1\xee\x4b\x48\xb4\x43\xd4\xd3\xb3\x76\x1e\xa2\x1d\x39\x8a\xd9\x55\xe8\x41\xf8\x2c\x44\x39\xbd\xb9\x9e\x83\x1e\x72\xff\x7e\x63\xde\x85\x58\xaa\x90\x45\xf5\xd7\x98\x83\xef\x47\x0d\x53\x6d\xa2\x3e\x6d\x04\x5b\x09\x44\xed\x73\x1b\x51\x37\x15\x80\x76\x12\x75\x33\x37\x0f\x33\xae\x20\x09\x2c\x89\xb2\xa9\xb8\xca\x27\x17\x3b\x58\xdb\xb2\x8a\x56\xf2\x30\xb9\x47\xb4\xf0\x38\xa6\xbc\x44\x30\xee\x8a\x57\x41\x5f\x1d\x15\x1d\x0f\xa3\xdb\xa6\xab\x43\x58\x9d\xd0\x9a\x53\xd6\x4f\x5b\xce\x27\xc5\x76\xdf\x98\x4e\xe6\xef\x47\xa6\xda\xdf\x78\x61\xe9\x00\x2a\xd2\xa6\x91\x6f\xd3\x55\x32\xfd\xd3\x60\x43\xea\x8e\x0c\x97\x92\x29\x8b\xa1\xbb\x9b\x78\x68\xba\x85\x1a\xda\x87\x17\xa4\xf3\x6e\xdc\x16\xda\x53\xb2\x82\xbc\x34\x67\x8d\x85\x99\xfa\x65\xf0\x57\xf3\xd4\x48\xe5\x4b\xfa\x72\x36\xb0\xa2\x6b\xc5\x7a\x51\x62\xc9\xdd\xe4\xd5\xfc\x72\x36\x16\x46\x68\xd1\x52\x34\x5d\x0e\x8d\x95\xd1\xea\x23\x36\xbb\xbe\x45\xb9\x0b\xdc\x5b\xd0\xfd\xf4\x47\x06\xe6\xde\xc6\x22\xca\xc7\x09\x21\x38\x7b\xf6\x7c\x6d\x75\xcf\x4d\x72\x0b\x7a\x64\xe8\x96\xca\xea\x8b\x88\x9c\xa7\x70\x51\x36\x8e\x8b\x96\x30\xdc\x46\x76\x5f\x0d\x5d\x9c\xaf\xea\x8f\x4c\x5f\x53\xae\x45\x51\xd7\xaa\xf3\x3a\x94\x55\xe7\xab\xb2\x9a\x5c\x57\xf4\xc4\x4f\x19\x76\x88\xdc\x7a\xd1\x64\x76\x31\xe1\x75\x57\x85\x07\xc8\x2e\xbf\x84\x84\xd8\xec\x45\x6b\x84\xbd\xe2\xbc\xdc\xa1\xc9\xaa\xf0\xea\x24\xaa\xe6\x5d\x7d\x95\xc9\x24\xf1\xf2\x40\xc5\x35\xd1\x0c\x12\x49\xf3\xd2\x1b\x66\x87\x69\x61\x2f\xee\x2e\x0a\x19\xf2\x9c\xb5\xfb\x82\xf7\x26\x7a\xb9\xeb\xbd\xa3\x4b\xb2\x07\x7f\xbd\x5c\x2e\xab\x3e\xf9\x23\x03\xd7\xd8\x08\x18\x22\x8e\xd0\xee\x68\xbf\x77\x7f\xcc\xb4\xa2\x69\x41\xef\x50\xfe\xda\x36\xe2\xba\x72\x69\xe4\x71\xa1\x0e\x2f\x70\xdc\x02\xd2\x5b\x27\x24\x67\x2f\x9e\x94\xad\xfe\x30\x4e\xe4\x73\x53\xd6\x6a\x1b\xb7\x8f\x96\x24\x13\x92\xf3\x7c\xfd\xb3\xf0\x73\x0f\x74\x4b\x65\x22\xb7\x43\x02\x77\xda\x61\x8e\x06\xc6\xf7\xbe\xaa\x07\x62\x71\x71\x0b\x36\x92\xb4\x0e\x87\x62\x0f\x48\x3a\x59\x7d\x6d\x59\x6e\x9a\x3e\x09\xc1\x5a\x2f\xea\x7f\x58\xd0\xf5\xa2\x56\xc2\x4a\xee\x96\x40\x9d\x20\x88\x5d\x21\x03\x88\x81\x78\xa6\xd3\x1f\x37\x8d\xf8\x97\x87\xea\x91\xfb\x9e\x3d\x35\x65\x2e\xaa\x40\x15\x91\xc3\xc1\xde\x94\xbd\x18\xe1\x12\xbb\x94\x2a\x09\x90\x78\x3e\x3a\xdb\x19\xe6\x54\x36\xd6\x4c\x83\x0e\x8b\xb5\x5e\x84\xc5\xc2\x6b\x5e\x2f\xba\xa5\xc2\x69\x5e\x31\x89\x88\xf9\x5a\x11\xe6\x5c\x9a\xbb\x6f\x16\xb3\x2a\x57\x33\xf8\xe8\xac\x46\xe9\x26\x63\x5c\x3a\xf8\x4b\x4c\x24\x11\x00\x61\xa3\x56\x24\xd4\xd8\x32\x43\x33\x15\x16\x66\x68\xbd\x24\xe7\x0e\x71\x97\x75\x2d\x2d\x34\x55\x4c\xa2\x85\xdd\x59\x2f\xc9\xb9\xc0\x5a\x3a\x39\x0b\xad\x37\xd3\x3d\x88\xa2\x8a\x76\xdb\xd2\x51\x71\xf7\xb0\x1d\xf2\xe5\xbc\x44\xf8\x88\xa2\x0c\xc3\xb3\x53\x58\x3d\x42\x63\x49\x37\x6e\x84\x39\xec\x72\x00\xb3\x17\x47\x25\x39\x17\x87\xb7\x38\x17\x01\x41\x2e\xb7\xb1\x83\x5f\xab\xfe\x9c\x3d\x51\xfa\xb7\x41\xf6\xf7\xed\x6c\xe8\x56\x75\x37\x1f\x61\xf5\x75\x85\x22\x94\xca\x12\x53\xec\x8d\x27\xb4\x6f\x4e\xcb\xd7\x94\xd5\x82\x75\x65\x37\xd9\xa1\xec\x2b\x8c\x28\x6e\xe5\x22\xd4\x9c\x6e\xc5\x10\x3b\x29\x32\xfb\x24\x8e\x61\xf2\xf3\x2a\xe2\x18\xf6\x92\x9d\xe3\xfe\xd4\xb8\x42\xca\x54\x5b\xf1\xc7\xf3\x16\x90\xeb\x08\x22\x1e\x5a\x51\x8e\x88\x87\x5d\xaa\x23\x7b\xb3\x7b\xc4\x97\xd8\x9c\xc3\xec\xe6\x1f\x66\x47\x7d\x0b\xd2\xa9\x88\x83\x80\x38\xea\x92\x87\x91\xbd\xd9\x4b\x9a\xd7\xad\xf7\xba\xc8\xe4\x30\x35\xeb\xe5\x5b\x14\x62\xa4\xb9\xa2\xc0\x9e\x9e\x00\xef\x08\x67\x23\xd6\x8d\xc9\x9a\x30\x27\x3b\x5f\x35\x94\xd8\x20\xe5\x9b\x63\x46\xb2\xb3\x2c\x82\x10\x3a\xf6\x65\x45\x57\xce\xde\x1a\x1a\x65\x5f\xc2\x98\x42\x39\xb2\x21\x93\xcd\xdf\xb6\xf8\xa7\xf8\xeb\x27\x1c\x16\x27\xe5\xe0\x2c\x69\xe6\x91\xfe\x54\x3f\x17\xc2\xe0\xeb\x74\xc2\x5f\xa1\xb2\xf5\xb4\x08\x03\xb0\x5b\xbe\x71\x88\x73\x78\x6a\x52\xab\x20\x08\x6d\xbf\x97\x10\x44\xf6\x47\x26\xf8\x9f\xa1\xc8\x5f\xa8\xc5\xfa\xe9\x83\xf1\x58\xbe\xbe\xad\x42\x38\x16\x67\x1f\xbe\xb2\x72\x38\xc2\x93\xfe\xcd\x7e\x61\xfe\x23\x2a\x32\x1c\xe1\x9d\x5f\xba\x28\xaf\x7f\xbd\x20\x42\x70\xd4\x8b\xf6\x6e\x38\xa2\x3b\x7d\xd0\x4f\x37\x43\x15\xb9\xfc\xd2\x03\x59\x07\xef\x25\xd1\x82\x1e\x2a\x8a\x25\x28\x5b\x4d\x62\x09\xe6\xf2\x2d\x1b\xde\xc6\xbd\x0d\x5f\x3e\xd0\xea\x53\xbc\x7f\x4a\x75\x45\x8c\x4d\x7b\xeb\x2d\x7e\x8a\xee\x87\x10\x17\x9d\xec\x50\xb6\x51\xd3\x54\x16\xac\xaf\x65\x0e\x63\xb0\x5e\xaa\x7f\xba\x7f\xfd\x54\xe9\x71\x29\x2a\xa0\xfc\xa1\x11\x15\xd0\xfe\x60\xf6\x9b\x1b\x41\xf4\xd4\x9b\xf5\xbf\xf5\xca\x7a\x73\xc0\x45\x23\x29\x42\xa0\xec\x3e\xf7\x5b\x1b\x40\xbb\xe3\xed\x0d\xe0\xc2\x83\xc2\x1a\xda\xe4\x5e\xd4\xe6\x79\xc3\x40\x91\x71\xe5\x7e\x8b\xa4\xd2\x92\x87\x19\x57\x31\x86\x0e\xc1\x53\x97\x91\xf5\x7e\xeb\x1a\x18\xce\x4e\x2a\x52\x27\xb8\x07\x9a\xeb\x89\x15\x6f\xfe\xa6\x36\xfd\x51\x6d\x6a\xe4\x8b\x53\xa3\xad\xf4\xc6\x2b\xbb\x4c\x21\xf7\x5b\xc4\xb6\xde\x65\x21\xb2\xea\x45\xf8\xe2\xad\x4b\xa2\x38\xcb\xb2\xe9\x96\x08\x4b\xae\x5e\x74\xfc\xde\x21\x69\x2e\xcd\xd5\xb2\xf3\xab\x3f\xbe\xc9\xd2\x4a\xc8\x83\xb2\xc4\x41\x3b\x04\x40\xe7\x23\xd5\x7e\x74\xac\x85\x43\x3f\x28\xac\xfb\x71\xfa\xe1\xa8\xea\x54\x7f\xb4\x52\xda\xfa\x1f\x02\xee\x48\x6f\x8e\x28\x8c\xdd\xac\xdf\x10\x01\x55\x29\x5f\x28\x08\xe3\xf5\xfd\x25\x08\x57\xe7\x36\xfc\xc0\x9d\x6a\xd5\x41\xec\xa8\xfc\xe8\x0d\x3b\xaa\xf3\x55\x35\x89\xf2\x75\xe1\xa0\x33\x6d\x83\x49\x00\xc3\xbb\xfa\x0a\xfa\xc0\x2b\xf7\x95\x8d\xc8\xa5\x4a\xcb\x63\x5b\xe4\xa2\x49\x7c\x88\xb2\xe9\x97\x19\x81\x09\xcb\xfd\xfd\x1a\x9c\x64\x8c\xda\xd6\xfc\xb0\x38\xd8\x97\xae\xc5\x7e\xaf\x58\x7b\x3e\x0b\xd6\x57\x2d\xb1\x0f\x4f\xf6\x21\x3b\x22\x0b\xe7\x27\xe3\x2f\xf3\x59\x25\xf6\x70\xe6\x0d\xf8\xa0\xae\x7b\xba\x51\xc8\xc2\xac\x83\xa1\x73\xb2\xe8\x64\xc6\xeb\xe3\x59\x11\x16\xe4\xfc\x96\xc2\xb0\x04\x32\x22\xa6\x67\xc5\x9b\xfb\x56\xe0\xd5\x67\x11\x99\xa1\xf0\x1a\x7e\x50\xef\xec\x43\x5d\x8e\x87\xe8\x5d\x78\x6f\x3c\x0b\x07\x3c\x85\x07\xd1\x83\x9a\x63\xc7\xad\xd6\x83\x7a\xe2\xad\x30\x09\x0f\x0a\x80\xb7\x3c\x52\x3f\xab\x13\xa4\x20\xf6\xe2\x23\x1d\xba\x8c\xf4\xf7\x41\xd5\x6d\x1c\xf2\xfe\x0f\xd8\xfd\x41\x0f\x6e\x40\x63\x3e\xe8\xc1\x75\x1c\x21\x3f\x52\x83\x2b\xa8\x01\x3c\xa8\xc1\x8d\x32\x5c\x34\x9f\x9c\x46\x12\x8e\xda\x47\x99\x53\x39\x6c\x8c\x2e\x7f\x6c\xbf\x7e\x46\xd5\xc2\x8c\x30\xc1\xa8\xdd\xd5\xec\x93\x1b\x59\xb9\x57\xe4\xfc\xbb\xf7\xc9\x7d\x9b\xff\x44\xce\x4d\x84\x89\xec\xad\x6f\x71\xcf\xdc\x78\xfc\x39\xd9\xb0\x98\xbd\x9d\x0b\x57\x4a\x29\x29\x17\xc6\xbd\xd9\x3f\x24\xfe\x4e\x73\x96\xb8\x38\xfe\x61\xf8\x17\xcc\x9a\x0d\x39\xf3\x2d\xca\x85\xb3\x32\x8f\x62\x85\xaf\x61\xf7\x7b\xa1\x87\xe3\x06\xdf\x41\x93\xb1\xc6\x43\xbb\x65\xe8\x23\x56\xa6\xd9\xed\x07\xeb\x2e\xc3\x61\x78\xd0\xce\x3b\x59\xff\x36\x88\x46\xa4\x40\x0f\xca\x7a\x77\xe6\xc6\x79\x50\xd6\xeb\x78\x91\x7f\xd0\xd5\x3b\x15\xab\xf3\xf1\x0a\x92\x8e\xef\xc9\x4e\x2a\xd6\x60\xe2\x24\xe5\xec\xfe\xc7\x3b\x28\xf3\x78\x3d\xd9\xd0\xae\xc0\x79\xc8\xc9\x72\x92\x92\x6b\xfe\x90\x75\x2f\x1e\x7e\x4b\x43\x38\x9e\xb9\xe1\xa9\x3e\x28\x02\x9e\x86\x6e\x65\x19\x6e\x2e\xca\x32\xdc\xea\xc2\x0c\xb7\x57\x65\x19\x6e\xea\xca\xb6\x30\x37\xbd\x94\x63\xb8\xd9\x3f\x65\xb8\xc5\x65\xa1\x08\xe6\x50\x36\x2c\x7b\xbe\x65\x19\x6d\x9f\xca\x72\xce\x8a\xcb\x32\xda\xe2\x4e\x30\xda\xec\x2c\xa3\x9d\x1a\x8f\x8e\x6c\x55\x55\x93\xd1\x56\x7f\x65\xb4\x49\xbf\xc5\xd4\x20\x77\x7f\x65\xb4\x45\x13\x37\xb5\xb8\xce\x82\x82\xaa\x7a\x35\x19\xee\x74\x43\xf1\xc6\xf5\x62\x87\x47\xfc\xf3\x5b\x67\x59\xdd\xea\xaa\x42\x78\x78\x7f\x7f\x8b\x03\x15\xcf\xcd\xd4\xfa\x69\xe6\x30\x76\x41\xde\x7a\xb2\x8c\x48\x08\x02\xaf\x3a\x39\x27\x7f\x65\x44\x42\xb9\xa1\xc6\x78\xeb\x49\xf8\xa0\xc7\x78\x6a\xd6\x62\xe3\x44\xac\x08\xe5\x86\xdb\xfc\x53\x95\x0b\xb3\x80\xdd\x85\x19\x51\x76\xaf\x62\x01\x85\x62\x43\xed\xf1\x96\xbe\xc2\xc9\x86\x7f\xd6\xe4\x3d\x16\x84\x44\x6e\xc2\xb1\xa1\xe4\x35\x35\x8f\x9b\xd8\x13\xe8\x32\x3e\xb0\x1c\x3a\xca\xf6\xcf\x8e\x93\xda\xa1\xca\x4e\x2e\x70\x33\xb8\x68\xc7\x2e\xef\x04\xbb\x79\x36\xca\xae\x78\x5e\x78\x76\xe8\x8d\xf1\x20\x7b\x78\x19\x8c\x4b\x05\x5f\xb2\xef\x55\x06\xd7\x12\xca\x60\xb0\xad\x0c\x16\xa3\xca\xf4\xa8\xe1\x8f\x01\x3a\x1f\x22\xa4\xf7\xdb\xdd\x08\xff\xf7\xae\xfe\xf5\xeb\x47\x88\x6c\xbf\x88\xb8\x9a\x95\x39\xd4\x66\x76\x5b\xcf\xaf\x1f\xdc\xb0\x3f\x0a\x69\xce\x2e\x21\xa2\x79\xd3\xcc\xbc\xf0\xbb\x74\x29\x73\x7e\x13\xf4\xf3\x03\xbd\x4f\x18\xb4\x47\x51\xbb\xbb\xba\x13\x31\x49\x58\x7b\xc8\x6c\x64\x44\x8f\xc2\x79\x17\x17\x3b\xb5\x71\xab\x11\xcc\x1b\x2e\xdf\xb3\xdf\xc4\x5b\xd7\x97\xe8\x1b\x7b\x14\xf2\x14\xdf\xa3\x0f\xc4\x29\x7e\x0b\x1e\x02\x05\xe3\x43\xff\x21\x4e\x30\x21\x37\x1e\xa2\x04\x0f\x78\xb5\x0f\x41\x82\xd1\x20\x79\x88\x0a\x1c\x2f\xf3\xe7\x9a\x0f\xe1\xdb\x46\x38\x10\x8b\x3c\xdc\xb1\x2b\xe4\x54\x00\x02\xd3\xde\x41\x00\x1f\x00\xc6\xed\x77\x0a\x75\xf7\xe7\x5a\x17\xf1\x6f\xef\x1c\x7e\x88\x02\x90\x30\xd7\x0e\x0d\x7d\x01\x82\x2e\x08\x9e\x0c\x80\x85\x84\xe2\xec\x69\x01\x50\x7a\x2a\xdf\x9f\xc4\x45\x52\x42\x3b\x29\x00\x59\x32\xe5\x43\xc2\x05\xa0\xa2\x39\x1a\x8e\xe5\x02\x00\xb9\x91\xc7\xb7\x04\xaa\xec\x68\x33\x07\x00\xed\x3d\x54\x34\x03\x00\x29\xdd\xc3\xba\x33\x00\x1f\x74\x6d\x43\xab\x30\x00\x38\x7b\xed\x61\xb4\x78\x00\x76\xdc\x19\xaa\x84\x01\x28\x1a\xed\x9c\x06\xc4\x1d\x51\xc2\xd2\x33\x00\x8d\x38\x18\x21\xba\x09\x00\xfc\x5e\x34\xc9\x02\xf0\x25\x45\x8a\x01\x88\xce\xc2\x7f\x53\x00\xd0\x3c\xbd\xc2\x33\x5d\x00\xe2\xe5\x74\xf7\xd0\xcc\x0f\x80\x74\x76\xe2\x95\x70\x00\x32\x77\x46\x51\x07\x00\xa6\xfc\x81\xcf\x02\x90\x18\x5c\xdc\x39\x01\x90\xc4\xb0\x26\xb5\xb2\x90\x94\xa0\x90\x12\x00\xa4\x21\xe5\xf6\xba\x60\xc3\x73\xa3\xc0\x12\x00\xe1\xc5\x88\x8c\x10\x80\xcd\x32\x04\x76\x0b\xc0\x4b\x3f\xf1\xea\x2f\x5c\x22\xe4\xf0\x8a\x0b\x80\xeb\x3d\x74\x7d\x0f\x00\xb9\xd9\x8d\x34\x17\x80\x56\x7f\xaa\x8e\x8d\x1d\x08\x22\xcc\x00\xd0\x0f\x44\x33\x02\xd0\xac\x97\x01\x26\xe3\x8d\x84\x2d\x00\x6f\xbc\x4b\x66\x6d\x87\x5b\x01\x83\x60\xb6\x02\x80\x3a\x08\x53\xc4\x00\x70\x91\xc1\x72\x05\x80\xeb\x8c\x92\xee\x2f\x60\x53\xa2\x0b\xb0\x79\xf2\xc4\x83\x02\xc0\xd2\x4f\x86\x01\xd1\x0a\xcc\xac\x00\xe0\xc3\xa6\x85\xcb\x50\x00\x78\x84\x2c\xd9\x95\x12\xde\x1f\x56\x55\x00\x1e\x01\x8a\x5a\x91\x03\xd5\x1e\xe1\x5d\x05\xf8\x10\x1f\x41\x3d\x9d\x5d\x1d\xeb\x2e\x01\xd9\xd1\x8b\x66\xec\xc6\xd9\xd5\xa1\x95\xd4\x0a\x3e\x82\xee\x5e\xa6\x7f\xf2\x46\x8f\xb8\x4c\x4d\xd0\x22\x3c\x68\x1b\xd9\x00\x04\x2c\xbd\x26\x0d\x0e\x33\x92\x3e\x9c\xdf\xb2\x69\xae\xc2\x27\xf7\x2e\xf4\xbc\x0a\xe3\xdc\xde\x0d\x11\xc7\x1e\x00\xf8\xa4\x96\x6e\x00\xda\x50\xb5\xfc\xe9\x5e\x89\xd2\x0d\x81\x69\xb8\x0a\x15\xe0\x05\x20\x19\xc0\xee\x0a\xbf\x81\x00\x08\x89\x59\xab\x3b\x89\xac\xa5\xd7\xe6\x12\x50\xb7\xbd\x7a\xbe\xf7\xd0\xe4\x7d\x7b\x8d\xb7\xa1\x5e\xbb\x01\x38\x5a\xe9\x75\xf8\x27\xa8\x6d\xf5\x0a\x36\x5e\x89\x08\x7b\x77\xaf\x42\x36\x89\x30\x51\xf7\x34\xa2\x48\x43\x95\xb6\x2f\xe0\xc3\xec\x35\x21\x9b\x34\x89\x6c\x55\x8b\x70\x6d\x9a\x9b\x9e\x36\x1d\xe1\x84\x35\xf8\x4d\x20\xf9\x00\x60\x73\x8d\xff\x95\x00\x20\xad\xec\xad\xba\x04\xb6\x0f\x3d\x2e\xad\x00\xbc\x65\xa9\xa6\xbd\x93\xa4\xb1\x89\x70\xf9\x00\xa4\x48\x05\x07\x1b\x00\xe7\x20\x22\x7e\x06\x40\x67\x3a\x74\x2a\x03\x30\xd1\x45\xbb\xb9\x8c\x56\x22\x70\x7d\xba\xc2\x67\xd4\x73\xad\xac\x50\x73\xbd\x6b\xaf\xe4\xa1\xed\x16\x81\x85\x04\x60\x19\x84\x17\xf2\xe8\x1b\x37\x7e\x9a\x8f\x3c\x82\xa3\x72\xf7\xae\xa5\xcc\xf2\x98\x5e\xee\xe2\x56\x1e\x5c\x93\x86\x01\x9d\x00\xfa\x49\xf9\x02\x68\xb6\xe5\x2f\x40\xce\x02\x7f\xd7\xb1\x00\xa4\x2f\xe0\x01\xf0\xad\x83\xf9\x88\xc0\x16\x00\xc4\x7b\x48\xfa\x89\x2f\xa3\x3e\x7e\x03\x36\x80\x62\x00\x91\xe6\xba\x66\x3d\x4f\x69\xf5\x74\x0f\x7f\x66\x5a\x19\xb7\x7f\x42\x98\xcb\x3e\x84\xd2\x32\x0e\x79\xef\x3e\x74\x4d\xe4\xa9\x29\x9c\x97\x4b\xf0\xfe\xea\xc3\x53\x38\x79\x81\xf5\x70\x42\x21\x00\x6a\x67\xd3\x25\x84\x5b\x86\xd7\x65\x62\x28\xd0\x87\x67\x0c\x4f\x5d\x77\x0f\x5f\x42\x00\xe2\x62\x25\x7c\x7e\x00\x50\x03\x27\xbc\xba\x00\xf2\x5b\xe4\x9e\x3e\x0a\x51\xd7\xdd\xd3\x87\xbb\xf8\xae\xe9\x0b\x78\x28\xa1\x4a\x97\x76\xe1\xd0\xc6\xcd\x38\x84\x38\x00\xd5\xb1\x16\xa6\xb4\x43\x24\x40\xde\xf0\x66\xfa\xd4\x3e\xcd\x9b\x20\xc8\x25\x79\xb4\x3b\xf3\x8c\x0c\xfb\xc6\x00\x10\x36\xb7\x4f\x61\xbd\x2c\x65\x9d\x91\xa7\x4b\x54\x95\xf0\x04\x6d\x39\xc0\x9d\xc5\x3f\xc1\x62\xb1\x4f\xef\x75\xa4\xa0\x07\xe0\x66\xdf\x04\x63\x9e\x5a\xfd\x42\xfc\xf7\x74\xdd\xda\xb8\x65\x24\x90\x6d\x68\x21\x04\xa0\x60\x8c\x7a\x5d\xfe\x09\x26\xa7\xe3\xd2\x76\x28\xa3\xe3\xf3\x27\x24\x99\x01\x40\x64\x51\x4c\x56\x95\x01\x07\x6d\x5c\xc2\xe0\x45\x41\x05\x7c\x6d\x94\x39\x88\xe0\x72\xe9\x72\x2a\xf2\xf9\x38\x2e\x11\x0d\x45\xee\x69\x08\x43\x78\x00\x8b\x8e\x8e\x70\x48\x1c\x00\x9e\xae\xe3\xd6\x94\x96\xf5\xa6\xc4\x7d\xbb\xc4\x1b\xcb\xae\x5b\x04\x50\x91\x9a\xe7\x30\xfa\x28\x9b\xb8\xc1\x79\x8a\xba\x2b\x7b\x48\x4f\xb0\x8e\x2f\x20\x06\x7b\xff\x06\x60\xf3\x75\x0b\xad\x97\x3d\xf1\x4e\x70\x6b\xcf\x95\xbd\xf0\xc4\x70\xbb\xeb\xfb\x91\x5c\x46\x77\x45\x25\x26\xff\x3d\xc2\x39\x09\x00\x9c\x7a\xdc\x5a\xa7\x3a\xc2\x88\xfe\x00\xfe\xa4\xe6\x1f\xa5\x71\x43\x3d\x6e\x11\x43\x95\xb8\x94\x07\xe0\xfa\x3a\xf3\x7b\xeb\x9e\xae\xc4\x13\x3c\x80\x2a\x80\xac\x0d\x6f\x6d\xea\x2a\x37\xfd\xc3\x14\x78\x9d\x09\x4d\xef\x4b\xa7\xbe\xce\x8c\x81\x6f\xba\xfd\x93\xe2\x12\xfe\x49\x23\x04\x43\x4a\x06\xe0\x7d\xb5\x98\x68\xaf\xf2\x43\xd6\xbd\x99\xea\x24\xf0\xc6\x88\x80\x09\x00\x88\x55\x9b\xb4\x57\xaa\x5c\x85\x34\x4d\x6f\xc5\x5e\xfa\xee\x7a\xa1\x04\x00\x36\xab\x48\xe3\x6a\x8b\xe6\xa4\x5d\x5f\x31\x42\xbb\xf3\x4c\x2e\xb1\xb1\x2e\x4f\xda\x5d\x15\x7b\xb2\x03\x68\x06\x60\x59\x1a\x1e\xd2\x02\x80\x86\xff\xf0\x19\xaf\x1b\xdc\x3b\xc2\xdc\x06\x00\x75\xe4\xcb\x25\x44\x45\x5c\xd9\x80\xc1\x1c\x67\x8f\x7e\x2b\x32\xa0\x69\xf6\xba\xe1\x41\x8c\xec\x9e\x6e\x45\xe7\x0b\x4e\x42\x00\x88\x71\x36\x4c\xc4\xd7\x2d\x5f\x9a\x59\xa8\xa5\x22\x60\x3c\x00\x57\x2a\xc7\x86\x39\xbb\x8e\x37\xc1\x3a\x4c\xc4\xd7\x2d\x67\x57\x39\xfb\x27\xb8\xa1\x1a\x39\xbb\xa7\x8a\x73\x91\x85\x8d\xda\xb8\xd8\x40\x59\xd8\xa8\x8d\x0b\xff\x7c\x59\xa8\xb6\x8d\x5b\x75\x54\xff\x84\xf0\xe5\x23\x24\xee\x01\x18\x3c\xe1\x9a\x08\xf0\x36\x38\x5c\xe5\xd6\x7b\xac\x0d\x1c\x0f\x8f\x3c\xfc\x93\x05\x7a\xca\x22\x1a\xda\xc0\x58\xe9\x0a\x03\x94\x03\x50\x90\x8d\x91\x85\xe2\x1a\x1e\x81\xef\x51\x74\x6d\x34\xbc\xbf\x9e\x47\xcd\x25\x00\x2f\x94\x51\x34\x41\x6d\x65\x01\x3c\x38\xfb\x24\x09\x89\x69\x00\x2a\xdc\xb0\xf6\x1b\x00\xf6\x29\xd5\x75\xa0\xb5\x55\xc2\x81\x64\x00\xba\x2a\xf5\x04\x2d\x1d\xca\xe2\x09\x32\xe7\xab\x08\x73\xb4\xb5\x98\xe4\xa2\x4b\xb2\xd9\x04\x35\xe4\x4a\x01\x40\x76\x8b\xfb\xfc\x03\x90\xfe\x77\x2f\xda\xb8\x6d\xdf\x78\x3e\xa9\x7a\x5c\xb5\x9d\x10\xac\xa4\x2f\x40\xa3\xad\x42\xf9\x0d\x16\xd0\xdd\x2f\x2f\x83\x77\x61\x4d\xae\x14\x99\xcf\x30\x8d\xde\x36\xf6\x08\xa3\x8a\x64\xec\x0a\x38\x8f\x67\xe3\x00\x14\x90\x54\xb0\xca\x01\x60\x81\x5f\x75\x15\x77\x91\x48\xa3\xdd\xf7\x17\xb0\x01\x5c\x06\xb0\x94\x4d\x28\xa8\x13\xea\xe4\x1e\x4d\xc7\xa3\xcf\x9b\xc8\x28\x4d\xd8\xa1\xcf\x41\x4f\x9b\x76\xf2\x01\x54\x00\xae\x43\x46\xe4\xad\xb8\x8e\xa5\x48\x2c\xdf\x56\x16\x46\xf2\x4d\x9b\xbf\xe3\xd6\xf4\x26\x72\x29\x00\x8e\x58\xd3\xda\x76\x1c\x5b\xde\x44\xce\x3c\x80\xa5\xa0\xd6\x4d\xf4\x5f\xc7\xbd\xc4\xa1\x65\x35\x41\x8b\x66\x09\x19\x12\x80\x0f\x2b\xd7\x44\xfd\x77\xd9\xff\xe0\x40\x25\x00\x8a\x12\xd4\x85\x83\xfa\xbe\x08\x66\x97\x3c\x1f\x1b\xd7\x45\x98\xb8\x05\xa0\x4a\xe9\xaa\xb9\x44\xe3\x98\x76\x1d\x8f\x0e\x1b\xf1\x00\xfc\x13\x3d\xcf\x87\x4e\xd4\x10\x83\x67\x74\xe1\xa0\x31\x12\xd8\xa1\xe7\xfc\xe7\xfb\x6b\x8c\xc9\x63\xca\xf4\xf5\x18\x72\xc3\xdd\x35\xbf\x83\x40\x7f\x07\xe0\x06\xf0\xeb\x87\xeb\xcd\x03\x98\x42\x3f\x5d\xd4\xe2\x50\xf0\x93\xd1\xf5\x44\x19\xb3\xe2\x38\xca\x14\xf8\x98\xdc\x02\xc3\xc4\xf2\xc0\xaf\xee\x01\xe8\x27\x76\xf1\x32\x74\x93\x0c\xdc\xb8\x1c\xc0\x6d\x80\x42\x8e\xdd\xfe\x49\x28\x84\xde\x25\x69\xdf\x1f\x80\x62\xa4\xaa\x15\x9f\x72\x13\xcb\x63\x0d\xc7\xb3\x73\x09\x24\x05\x63\xe8\x0e\x1c\x6b\x2a\x5a\x91\x87\xbf\x1c\x1b\x54\x98\x62\xac\xad\x70\xa5\xda\x5e\x63\xc9\x13\xb2\xc9\xe9\xe1\x1b\x6d\x34\x8f\xe5\x51\x34\xe4\xee\x66\x1f\x07\x51\x51\xa5\xe0\x81\xde\x44\xc4\x8f\x5d\xd8\x08\x43\x84\xde\xd8\x55\xfd\x12\xdd\x32\x76\x57\x28\x9d\xe1\x2a\x42\x1c\x76\xa6\xa3\x7d\x01\x34\x32\xbe\x00\x05\x07\x17\xf1\x32\xb6\xe3\xb2\x4e\x57\xba\x35\xc7\xd3\x95\x6e\x64\x41\xdd\x05\x5e\x8a\x12\x24\xda\x65\x18\xf9\x4c\xe1\x1a\xc5\x40\xbd\xc7\xd4\x32\xcd\xb1\xe4\x28\x42\x7b\x7a\xce\xc4\xd8\xa6\x78\x2e\x73\x76\x14\x72\x4d\x5d\xdb\x73\x7c\x1e\x22\x44\xe4\xdb\xf9\x1e\xb3\x1a\xf0\x92\xc7\x13\x4d\xf1\x9c\x6f\x55\x2a\xec\x2c\x8f\x5e\xf7\x30\x41\x3e\xd7\x94\x36\xbb\x4e\xf0\xdc\x15\x6e\x6a\x77\x4f\x77\x97\xf5\x47\x52\x1d\x52\x2c\x9c\xa1\xec\x02\x00\xb5\xf6\x2c\x74\x3d\xf7\x94\x26\xaa\x50\xdc\xdc\x4b\xca\xe3\xd9\x95\x6e\x29\x35\x17\xd7\xb1\x6d\x63\x52\x0c\x90\xd9\x50\x75\xc7\x30\xf4\x9b\x57\xff\x02\x66\xff\xaf\x80\x35\x2e\xe9\xa6\x8a\x88\x5a\xe3\x92\xe1\x9b\x36\xd4\x1a\x69\x48\x87\xbc\x08\x90\xa5\xf0\xab\xf9\x58\x0a\xbb\xdf\x53\x72\x1d\x4b\xc4\xb3\xd0\xe4\x52\x80\xba\x69\x0e\xe4\x9a\xb2\x27\xba\x75\x26\xd7\x24\xb8\xf8\xbc\xc5\xc5\x5c\xd3\x2a\x9f\xa2\x88\xd6\x1c\x68\x80\x64\xa1\xb8\x35\x89\x65\x3b\x6f\x91\x48\x6b\x11\x68\xa3\xdc\xc2\x40\x1b\xcf\xc8\x37\x0e\x9f\x01\x70\xe1\x0f\xad\xed\x01\x80\x48\xf5\xb2\xde\xd3\x7a\x26\xf3\x77\x09\x98\xb8\xda\xa7\x7b\xbe\x51\x44\x48\xe5\x0b\x08\xc7\x63\xd7\xad\x27\xee\x01\xc0\x09\xd5\x91\xdb\xb8\xd4\x4d\x97\xc7\xb2\xe7\x47\x3c\x11\x9d\xd2\x8d\x07\xdc\xbb\x5c\xad\x7c\x01\x3c\xfa\xb4\x71\x0f\x00\x37\xd7\xe9\x5b\x02\xe5\xaa\x5b\x48\x6b\xe3\x40\x36\x5d\x77\x6f\x5f\x40\xe8\x39\xdc\xdf\xe1\xa3\x16\x51\xee\xee\x3a\x88\x41\x77\xdd\xf3\x37\xe0\x81\xac\x70\xc7\x1e\x14\xf6\xd2\xf5\x2d\x11\xe4\x4d\x6e\xf5\x5b\x02\xfd\x36\xcb\x05\x36\x8e\x37\xd3\x65\xf4\xb1\xe5\x07\xf3\x4a\xed\x5b\x02\x9d\x03\xd3\xe5\xef\x59\x91\xab\x0e\x91\x59\x9f\x81\x8a\x6c\xb9\x85\xd5\x3f\x13\x73\x84\x6c\xd4\xf8\xc1\x9f\xfb\x5d\x92\x8e\xd8\x23\xa7\xa2\x35\x8f\xf1\xff\xbb\xbe\x4a\xf9\x9f\xb7\xd7\x23\xf7\x9f\xe6\x9f\x3c\xeb\x92\xd1\xbb\xd8\x47\x0f\xde\x3a\xbb\xaf\x88\x47\x5d\xce\xb3\x7e\x7f\x21\xb2\x77\xfc\x06\x0c\x18\xe2\xdf\x9f\x20\xf5\xf3\xa6\x7f\x16\x91\xd0\x72\xbf\x7f\x03\xc0\x4e\x42\x02\x0f\xbe\x29\x4f\x37\x92\x01\x08\x68\xcd\x93\x79\xd6\x4d\xb3\x7e\xfb\x1f\x00\x6b\x9a\xbe\x25\x68\x65\xe4\x6f\x1d\xa1\x32\xd4\xbf\x3d\x8f\x58\x56\xbd\xe7\x6f\x5e\x3e\x1a\x34\xb5\x07\xc0\x58\x93\xdb\x48\x52\x84\x6b\xdf\x9f\x60\xfb\xd3\x45\x3a\x3d\x2b\xa1\x25\x60\x26\xce\x83\x2b\xc6\xd3\x2d\x8f\x35\x13\xe5\xec\x6e\xdf\xfc\xfe\xaf\xfc\xb9\x07\x07\x87\xbd\x4d\xcf\x05\x5e\x0c\x8b\xe5\x3c\x0f\xae\x0a\x4f\x2f\x7e\x97\x88\x7e\xb6\xfe\x6d\x23\x14\x75\xdb\xef\x02\x5b\x4e\xf7\xdc\x28\x8c\x92\x6c\x1e\xe0\x01\x20\x07\xbb\xee\x2f\x00\x4d\x9a\xef\xec\x15\x4d\xc6\xb7\xe3\xf8\xd1\xb3\xe4\xec\xc1\x93\xde\xa9\xc2\x80\x2a\xad\x80\xda\xbf\x00\x48\xaf\xef\x0a\x54\xed\x8c\xe1\xb1\x37\x44\xeb\x7e\x1f\x5b\xd3\xa6\x5c\xdf\x8e\x76\x29\x52\xb5\xf6\x05\xf0\x2a\x6f\x6e\x56\x9a\xf7\xa9\xfd\xef\x63\x19\xfd\x63\xfd\xdb\xff\xf3\xf9\xdb\x5f\xe9\xfa\xf5\xf3\x57\x3d\x03\xff\xdb\x5f\xf5\xfd\xeb\xe7\xaf\x1e\xc1\x4c\xfe\xf6\xd7\x2b\x9d\xb1\x9c\x7f\x67\x9a\xce\x9c\xbc\x62\x61\xcf\xbf\xd0\x73\xea\x01\x79\x01\xc1\x77\xd5\xdf\xfe\x7a\xe5\xf3\xd2\x38\xff\x6a\xe8\xfd\x06\xa4\x07\x04\x46\xd5\x75\x20\x67\x93\x9d\x7f\x10\xbf\x07\xb2\xf8\x15\x7e\x20\x72\x40\xf8\x95\x5c\x97\x1f\xc8\xe6\x57\xa1\xb0\x75\x56\xe0\x15\x06\x05\xe7\xdf\xc4\xbf\xea\x69\x3f\xde\xdb\xe7\x5f\xf4\x31\x08\x9b\xd7\xa6\xf6\x08\xa3\x7d\xa3\xc8\xf8\x0a\x8d\xde\xf3\x2f\x7e\x1b\x7e\xe5\x5f\x21\x1a\x3f\xff\x08\xe5\x15\x90\x06\x24\x8e\xf3\xe9\x7b\xb8\x34\x39\xff\xf8\xdd\xc1\x9e\xaf\x78\x6d\x9e\x7f\x1f\x60\x29\x60\x4f\xc0\xf0\x4d\x12\x44\xdb\x2b\x54\x3d\xcf\xbf\x4d\xb9\xd3\x42\x78\x8b\x38\xff\xe4\x28\x1f\xd8\x00\x16\xd7\x4f\x88\x95\x5e\xe1\x95\xe1\xaf\x17\xe1\x52\xc3\x34\xe3\x15\x4a\x71\xe7\xdf\xe9\xca\x45\xa9\xf5\x02\x14\x98\x3b\xb4\xa0\x5f\xe1\xd7\xe0\xfc\x3b\x7b\x24\x54\x75\x5f\x0f\x8b\x04\x01\x19\x0a\x83\xaf\xf0\xed\x7d\xfe\x45\x65\xe7\xd5\xf3\x0a\xae\xf9\xf9\x17\x28\x3c\x54\x98\xdf\xf1\x16\x3f\xff\x5e\xc0\x7a\xc0\x3e\xc0\x68\xb4\x8e\x03\x3b\x7b\xf6\xfc\xab\x51\xdd\x0c\x50\x0b\x50\x70\xeb\x63\xef\xbe\xc3\xb0\xf8\xfc\x8b\xae\x9d\x55\x7e\xdf\xd1\xb5\x77\x38\xd4\xbd\x03\x5d\xbe\x03\xef\x9d\x7f\xb4\x79\x6e\x8e\x77\x58\xc9\x9e\x7f\xb4\x19\x4a\x2a\xf7\x0e\x65\x1f\x12\x0f\x5e\x9b\xe7\xdf\xfe\xfa\xa4\x11\x5e\x92\x49\xdc\x07\xdd\x35\xa0\xb1\x9d\x23\x11\xa1\xd2\x86\xa0\xd3\xd0\x15\x5d\x08\x68\xd8\x14\x93\x88\xa0\xe4\x38\xda\x4f\x23\x78\x59\x24\xe6\xaf\x9f\x99\x05\x4e\x43\x0d\x86\x28\x7d\xa2\xc8\x94\x46\x3d\x78\x8f\x44\x89\xd2\x55\xe0\x66\xf0\xfa\xf5\x33\x09\xc7\x7b\x72\xdb\xe0\x4f\x94\xbe\x01\x7b\x30\x71\x0d\x22\x7d\x8a\xdc\x32\x78\xff\xfa\x19\x98\x7d\xa5\x11\xea\x7f\x24\xc2\xf5\x5b\x68\x5c\x9c\x9c\x4b\x87\x7b\x0a\x1c\xe0\x24\xa8\x37\x12\x98\x4f\x0a\xda\x0c\xed\x44\x8d\x2a\x82\x0f\xc3\x27\x70\x2a\x0f\x86\x1e\x89\xfa\xeb\x67\x64\xcd\x61\x68\xaf\x91\x40\xb7\x66\x4c\xc1\xbb\xe1\xa1\x48\x6f\xe8\x36\x94\xbb\x20\xa0\x21\x14\x26\xc1\x81\xf9\xc2\x9b\xe1\x11\x83\xea\x16\x74\x19\xba\xc3\x12\x1e\xa8\xd7\x3d\x02\x5d\xdd\x09\x1d\xe4\x93\x75\x1d\x28\x6c\xd7\x8b\xba\xe3\x31\x4b\x22\x94\x87\xab\xa0\xc5\xd0\xd0\x02\x45\xe7\x35\xc1\xcf\x22\x11\xda\xb9\x59\xd0\x65\xe8\xa6\x34\x53\x18\xa1\x71\x48\x6c\x76\x2c\xb5\x87\xc2\x0d\x09\xe6\x4a\x1b\x2b\x42\xa7\x93\x58\xbf\x7e\x30\x1e\x49\x23\xf4\x6c\x49\x7c\x62\x44\x85\xda\xc1\x10\x91\x28\xb8\xce\x55\x79\xcf\x78\xe0\x8e\x71\xab\xf2\x8f\xa7\x3c\x44\x8e\xe3\x56\x1f\x3f\xde\x42\x1f\x78\xfa\x38\x13\x3c\xd9\x8f\xe1\x21\xd7\xc1\x9d\x5e\x1a\x8f\x37\x3f\x62\xb7\x86\xd3\xbd\x44\x9c\xd1\x48\xc4\x79\xab\x06\xeb\x08\x11\x82\x73\x10\xeb\x30\x4d\x1f\xa1\x99\xd0\x30\x0a\x15\xcc\x93\x1b\x02\x4f\x14\x5f\x12\xe0\x40\x8f\x91\xc0\xa8\x24\x74\x05\x4f\xf6\x25\x78\x78\xfb\xc1\xd8\xe3\xe4\x9a\xc1\x60\xc5\xd0\x09\x4b\x33\xbb\xd1\x3c\x80\x17\xc1\xa7\xe1\x20\x5b\xfc\x1c\x9e\xec\x16\x3c\x2e\xdc\x0b\x3f\x0c\x27\x5b\x0d\x8f\x9b\x11\xc3\xcf\x34\x8b\xeb\xc7\x58\xb9\x74\xaa\xaf\x06\xe3\x57\x16\x57\xce\x69\xd6\xf5\x16\x78\x7d\xce\x21\x2d\x8c\x29\x1e\xed\x24\x72\xa8\x87\x31\x61\x6d\x08\x1c\x0c\x8b\x81\x8d\x54\x42\xf8\x47\xa2\x46\x25\xf4\xb0\x7b\x44\x48\xa5\x1a\x0e\x4a\x13\xb1\x0c\x49\x44\xe5\x5a\xa4\xe1\x1e\x86\x2a\xef\x48\x1a\xe7\x10\x66\x98\xb0\x09\x1a\x4e\x3d\x13\x81\x0c\x49\xbc\x03\x19\x59\xd5\x17\xaa\xe3\x7f\x45\x88\x7c\xd2\x0c\xad\x3a\x12\x81\x4f\x30\x74\x4c\xd3\x07\x96\xc0\x70\x67\x03\xd2\xd7\xb7\x57\x31\xc4\x64\x03\x37\x6a\x09\xf7\xc1\x24\x82\x08\xc1\x73\x5d\x5a\x5d\x38\x0f\xd7\xa0\x07\x1e\xf3\xb9\x7c\xd6\x16\xba\x6c\x06\xbf\x75\x78\xe4\x9d\x2a\xe1\x99\x25\xad\x8f\xd0\x01\x6e\x9f\x0e\xd6\x8b\x5e\xee\x60\xed\x92\x78\x43\x74\x67\xe0\xeb\x16\x1c\x75\x6a\x1c\xe6\x24\xcc\xb1\x48\xa0\x6f\x14\xea\x6b\x09\x43\x19\x12\xf5\xd7\x4f\xc1\xdf\x57\xc2\x3a\x85\x44\xfa\xf5\x53\x6a\xa6\xd5\x47\x1b\x7f\x3f\xb2\xbd\xe8\x02\x17\x83\xeb\x57\x21\x3f\x8f\x8b\x65\x3c\x89\xf4\xeb\x07\x45\xe2\x93\xa9\x86\xf6\x5f\x3f\xa1\x13\x10\x99\x21\xe8\x69\x02\x54\x73\x32\xc5\xd0\xfa\xeb\x87\x08\xfb\x27\xd3\x0c\x8d\x7d\xc0\x58\x4e\xf6\x5b\xc7\x04\xd5\x4e\xe0\x3b\x0b\x1e\x4b\x94\xb0\xf6\xcb\xe3\x66\x0f\xe7\x01\x2e\x28\xb4\x99\xdc\xeb\x74\xf6\x2a\xce\x60\x4f\xa6\x18\xda\x7e\xfd\x74\x62\x09\x9e\xdc\x34\x38\xdc\x93\xa1\x08\x7c\xb2\xdb\xf0\xd7\xaf\x9f\x56\xb2\xa0\x6f\x43\x3f\x67\xe8\x82\x2e\x75\x23\xd0\x03\x5e\x28\xf3\xc8\xee\x46\x10\xa5\x28\xb3\x9f\x4c\x37\x74\xc5\x65\x97\x05\x7e\x1b\x1c\x15\xdf\x01\xd5\xfd\x7a\x12\xa0\xcc\x41\xe9\xbe\x05\x87\x96\x6d\xb8\xe0\x3d\xd9\x65\x38\xe5\x0b\xf3\x3a\x96\xca\xc3\x7a\xbc\x6e\x0d\x72\xac\x65\xf8\x99\x3f\xb4\x66\xf3\x18\x5b\xe3\x09\x05\xee\xde\x6e\xc0\xa1\xf1\x4b\xe2\x10\x01\xd8\x7c\x9d\xdc\xcb\xe0\x40\x82\x38\xc6\xcd\x63\x79\xfc\x30\xf8\x2e\x82\x18\x65\xdf\x6d\x27\x11\xe5\xbd\xd9\x96\x3b\xb9\x20\x5a\xcb\x68\x82\x17\xc3\x47\xf4\x86\x39\x58\xee\x24\xe7\xe1\x22\xe4\x7a\x1e\xdb\x73\xb6\x03\x97\x5e\x45\xe5\x5f\xde\x2b\xd0\xeb\x37\x11\x32\x4e\xf6\x23\x78\x60\xb6\x1b\x5f\xe5\x27\xbb\x0c\x8f\x20\x42\xf8\x88\x3e\xd9\x47\xf0\xe8\xe6\x8d\x0f\xe3\x93\x1d\x86\xcf\x80\xdf\x49\x70\xd7\x1f\xec\xc3\x7b\x6a\x36\x5f\xbb\x18\x1e\x6e\x9e\xf0\x65\x7a\xb2\xdf\xf2\x41\xd3\x4e\xad\x6d\x38\xf7\x23\xd1\x80\x4f\xc1\xb7\xe1\xaf\x80\x6b\xfa\x43\x61\x30\x12\x93\x76\x8b\xea\x99\xd5\x70\xea\xa9\x6c\xd7\x8f\x4f\xf5\x87\x0b\x34\xdf\x02\x0f\x83\xe3\xee\x9f\x49\xe0\x8f\xc1\xe1\x34\x48\x93\xf0\xf1\x5e\x08\xca\xa2\xb7\x4b\x95\x78\x09\xc3\x12\x67\x60\xd8\x9b\x47\x70\x14\x49\x8c\x98\xfa\xa0\xce\xf2\xac\x3a\x65\x13\x47\xe4\x72\xf0\x94\x09\xb8\x45\x02\x05\xae\xd0\xd2\x97\x14\x9f\x44\xe5\xdd\xdf\x80\x83\x92\x4f\x22\xd8\x9f\xd8\x8b\x9f\xec\x23\x38\x82\x40\x9c\x34\x16\xc4\x5e\x24\x6e\xe0\x09\xf8\x56\xfd\x61\x8b\x9d\x6e\xec\xd7\x0b\xe6\xc5\x91\x38\x5b\x17\x7d\xd7\xc8\x6d\x83\x31\x35\xe8\x01\xd6\x42\x9d\xc4\x2b\x6a\x51\x2f\xdf\x60\x84\x93\xc0\xa5\x57\xbb\x04\x7f\x1b\x1e\xfa\x16\xe8\xa5\x97\x1d\x1e\xe2\x48\x84\xb3\x3a\x88\x94\xb2\x1f\xf7\x3e\xde\x69\x07\x5e\x81\x2f\xf5\x3e\xf4\x82\x0b\x44\x5d\x35\x6e\x3f\x09\x06\x1b\x96\x08\xd5\xcf\x9c\x0a\xd2\x4d\x37\x38\xb8\x8e\x9b\x9b\xe3\x24\x52\xc0\xc3\xcc\xa1\x8e\xc4\xbe\x3c\x89\x12\xf0\x42\xfd\x69\xaa\x9e\x24\xb5\xdc\xa0\x1a\x4f\xf6\x11\x7c\xd1\xcd\x22\xf8\x32\x3c\x98\x82\x37\x61\xcd\x4e\x76\x19\x2e\x6d\x5e\xda\xcd\x63\x02\xcf\x11\x7e\xf0\x36\x98\x1d\x78\x12\xcc\x4e\x65\x58\x65\xa8\xfb\xe1\x8a\x47\xb7\xe7\xc9\xbd\x0c\x0e\x76\x77\xa8\x75\x9c\xac\xab\x29\xaa\x26\x8c\x11\xea\x28\x90\xc2\x27\x31\x80\x4f\xc1\x5d\x1e\x0f\x82\x84\xa7\xaa\x3c\xba\x48\x9c\x5e\x42\x08\xd5\xd1\x38\x84\x95\xb7\x12\x9c\xc8\x8f\x14\x3b\x48\xec\x03\xce\x54\xd2\xb6\xfa\x1e\x8e\x36\x0a\x7e\xd2\xeb\xe8\x53\x33\x8f\xbe\xc3\x24\x22\x51\x45\x8b\x95\x44\x50\x10\xb9\xd6\x3f\x93\x53\xd5\x58\xbf\x82\xf5\x0f\x9e\x62\x2a\x26\xfb\x56\x2a\x23\x05\xfa\xb1\xc2\x66\x25\x81\x19\xe4\x64\x01\x96\x87\x16\x66\xfb\xe9\xe6\x52\xa9\x63\x79\x86\x16\x11\x3c\xd4\xd9\x05\x51\x76\x12\x31\xa1\x38\x53\x3d\xd9\x65\xf8\x46\x69\x39\x07\x7c\xbb\xd9\x30\x61\x46\xe5\xea\x53\xc7\x6b\xa8\xf8\x8b\x10\xf5\xd8\x65\xd4\xf1\xf2\x7a\x05\x56\x4e\xb7\x67\xfa\xb5\xb6\xe1\x2f\xe0\x74\xe7\x33\x54\x3e\xf0\x5e\xba\xf1\xa0\x5f\x51\xaf\x25\x11\x3c\x27\xbc\x64\x55\x14\x01\x49\xc4\x69\x81\x5e\xae\xf3\xd2\x68\x67\x38\x5c\x2b\xf8\x42\xab\xf3\x02\x93\x9c\x04\xd5\x30\x2a\x94\x75\x49\x7c\xa2\x1a\x26\x79\x66\xde\xc0\x27\x71\xf6\x09\xfc\x82\xea\x77\xc1\x49\xa0\x05\xcd\x68\xa7\x77\xf3\x0c\x59\x7b\xba\x09\x03\x5a\xa7\x38\x06\x27\xd1\x4f\x35\x2c\x15\x9a\x7f\x24\x08\xf3\x3b\x68\xb5\x83\x97\x2b\xa1\xd4\x0f\x3c\x26\x67\x0e\x90\xfe\x49\x04\x09\x8a\x47\x95\x8a\x3a\x3b\x89\xd8\x39\x38\x2d\xaf\x73\x0a\x35\x10\x85\xfb\x50\x73\xd4\x33\x97\xca\x13\xb9\xfa\x06\xcf\xd6\x39\xb7\xe1\xb1\x03\x0b\xce\x49\xea\xf4\xd6\x99\x0b\x86\x75\xb9\xe9\xe7\xf6\xec\xe0\xe1\xf9\x86\xd0\xaf\x44\x56\x25\x81\x42\xf3\x4d\xfd\x22\x01\x2a\x51\x52\x4f\x79\xea\x7f\x79\x1e\x14\x3b\x94\xa0\x89\x95\x08\xa0\x24\x02\xef\xe3\x5a\xab\x12\xb5\x93\x44\x68\xc7\x63\x6f\x78\xb2\xdd\xf0\xf1\xeb\xa7\x60\x95\x7d\x72\x6f\x83\x03\xc7\xe0\x32\xba\xce\xf7\x50\xf7\xa5\x3b\x8b\xdb\x8c\x4a\x70\x46\x12\x28\x9b\x27\x86\xa5\x67\x7b\x55\x84\x41\x39\x4d\xa8\xd3\x7b\x90\x00\x76\xa5\xc4\xbd\x52\x89\xdb\x46\x22\xf8\xe9\x84\x21\xab\x2b\x69\x8b\xaf\xc4\x16\xc7\xf5\xcd\xc9\x2e\xc3\xd1\x60\x0f\xea\xf6\x64\x1f\xc1\x91\xd5\x61\x40\x5e\x57\x82\x5e\x3b\x09\x66\x93\x3d\x4b\xa4\x1d\x12\xa8\xa4\x83\x3a\x57\xe6\xde\xaa\x04\xd4\x29\x15\x2c\x46\xc4\x1a\x12\x6c\x86\x20\x07\xeb\x32\x46\x5d\x81\x51\x4b\x68\x9a\x9c\x9c\x46\x85\x19\xeb\x29\x1e\x7b\x6a\x55\xc3\xab\x54\xe5\xd9\xcb\x44\xa5\x20\x71\x10\x30\x86\x9a\x75\xf5\xa5\x4e\x12\x7e\xbf\x14\x6e\x45\xac\x10\x49\x9c\x03\x57\x59\x2a\x8c\xf7\x48\x54\x1c\xcf\x30\x97\x4b\x97\xd9\x5a\x52\x07\xbf\x98\xb3\x2d\xec\x85\xc7\xee\x52\x39\x28\xb8\x40\x26\x71\xc0\xc4\x55\xaa\xeb\x0d\xc9\x57\xf1\x1b\x7c\x17\x8c\x9c\x2b\x9e\x76\x49\xc4\x55\x59\x32\xe5\x3f\x90\x9a\x55\x9e\x6e\xef\xa2\xa9\xfc\xe8\xfc\xa0\xab\x76\xe0\xcc\xcd\xe3\x39\x08\x05\x9b\x74\xe3\xf7\xa1\xee\x4b\x3b\x01\x47\x9e\x05\xb3\xa7\xba\x2f\xa1\x58\x5c\x35\x16\x8c\x99\x2a\x0e\x01\x49\x48\xd9\x9e\xe2\x62\xc8\x54\xdc\xfe\xa5\x9b\x37\x65\xdd\x59\xbd\xc1\xa7\x5e\xba\x31\x3c\xaf\xf8\x20\x8b\x04\x66\xae\xa5\xd3\x9b\x0a\x27\xb5\xe2\xcb\x2b\xdd\xf8\x59\xaf\xb8\x8c\x22\x71\x28\x50\x77\x7e\x4c\x35\x8b\x7c\xbc\x60\xad\x5b\xd1\x2f\x20\x71\x70\x1d\x1c\xb2\xba\xa7\xe6\x72\x4f\xcd\x25\xa7\x64\x4f\x5d\x04\x5b\x86\x76\x35\x28\xd9\x8a\xf5\x08\x09\xb4\xf6\x59\x42\x48\x40\x12\x67\x83\xc0\xf3\xac\x7e\x9d\x57\xbf\xce\xeb\xc5\x60\xb7\x50\x0e\x6a\x7b\x05\xfe\x5e\xc5\x7b\x09\x09\x44\x18\x6c\xbf\x2d\xfe\x5e\x45\x3e\x5f\x30\xf6\x92\x46\x1f\x89\x19\x60\xc6\xf4\x12\x91\x82\x3d\xdb\x5d\x2a\xf8\x6f\xfb\x72\xdb\xba\xdc\xea\x4d\xab\x6f\x5d\x03\xf8\x4b\x28\x5d\x13\xfc\xf6\x02\xbe\x59\xc0\x0a\x9a\xdb\x62\xe4\x9d\x44\x4c\x59\x05\x81\xec\xc7\x53\xf9\x4c\xc1\xb3\xe0\xc9\x70\x14\xfb\xc1\x67\xfb\x99\xc3\xf0\x19\xbe\xde\x04\x5e\x9a\x32\xf4\x50\x3a\x26\xcd\x6d\xdc\xf4\xf2\x24\x3a\xce\x98\x7b\xc0\x93\xe1\x29\x7a\x4f\x54\xef\x66\x3a\xb0\x41\x07\xa6\xbb\x06\xdb\xf6\x64\x3f\x86\x3f\xc0\x2b\xf0\xad\x6a\xe2\x25\x5e\x42\xd4\xf2\x69\x68\xa7\x91\xf8\x1c\x70\xe0\x89\x36\x84\x9d\x4e\x22\xf0\x84\x3b\x53\x19\x53\x83\x07\x5f\xc6\xe8\x7f\x26\xb1\xda\x68\xdc\xdb\x27\xc1\xcc\x8d\x2c\x78\x36\xbc\x00\xa7\xaf\xcd\xad\x37\x68\x68\x8e\x62\x1b\xdd\xf5\x74\xd5\x33\x6f\xc1\x3f\x86\x33\xe6\x49\xfd\x1d\x5c\x7a\x12\xf8\xb7\x8e\xb3\xd2\xc6\x18\x1a\x45\xd8\x88\x14\xe2\x51\x34\x08\x40\x12\xe7\x42\x21\xc0\x40\x1b\xcb\x53\xb4\xa8\x1d\x0f\xf5\x6d\x2c\xf7\x12\x9f\x4e\x21\xe7\x3e\x39\x4f\x74\xe8\x2c\x9e\xe2\x43\xf0\x8f\xe1\x54\x93\xa8\xfe\xc5\xfd\x70\x12\x61\x08\xd0\x3a\x93\xf0\x1e\xaa\xfe\x8d\x2f\x82\xda\xe9\xe5\x67\xa9\x9e\x0f\x6a\x27\xf8\x8d\x6b\x43\xbc\xac\x66\x13\x0c\x18\x68\x6d\x3c\x4b\xf5\x3f\x78\xba\xc3\x9a\xb4\x8d\x67\x6b\x12\xb0\xfd\x9b\xd8\xf0\xb6\x99\xb4\xc4\x33\xe1\x7e\x0f\x0f\x58\x6d\x26\xf5\x5f\xcc\xe0\x52\x63\x3f\xb7\x99\xa1\x93\x4f\x22\xea\x27\x72\x45\x9b\x08\x2b\x23\x71\xff\xfa\xa9\xb8\x77\x6a\xb0\x86\x49\x2c\x82\xe8\x53\x4d\xd1\x9a\xcc\xc2\x7e\x0e\x85\xc1\x93\xe5\x94\x9e\x44\x3d\xd5\x54\x15\xdf\x2f\x83\xdf\x14\x8f\xd1\xce\xa6\x59\x9b\xb1\xb7\x2a\xbe\x04\xda\xec\xee\x4c\xa7\x33\xea\x7b\x77\xe5\x1d\x14\x80\x7d\xf1\xc9\x7e\x0c\x67\xad\x26\x73\x20\x8a\xaf\x41\xf1\xa5\x1b\xf3\xd9\x36\x75\x7d\x9e\x44\x3b\xd5\x4f\xa6\x60\x4e\x4d\x4d\xf0\x8a\xee\x12\xd6\x4a\x27\xcb\x95\xd2\x60\xe5\x56\x9c\x8a\x9d\xdc\xcb\xe0\x37\xa6\x3a\xaa\x66\xbb\x78\xbc\x94\x1b\xac\x9a\x36\x97\x67\x1e\x75\xd9\x89\xcb\xa6\x36\x17\xd8\xf4\x24\x02\x0f\x62\x4c\xdc\xe6\xf6\xdc\x84\x1b\xab\xa4\x10\x37\x6d\xbe\x90\x0a\x35\x82\xbd\xd7\x3b\x53\x5c\x9c\xdd\x86\xb9\x49\xe5\x61\xda\x08\x8d\x4c\x22\x66\x3e\x4c\x8e\x3e\x8d\x10\xa6\x24\xe2\x61\xdd\xe2\x61\xdd\xd6\xcd\x03\xb7\xad\x1b\x74\xda\xc3\xae\xbe\x2d\xef\x33\xe9\x4e\xf4\xc1\xe4\x10\x06\x93\xc4\x06\x4e\x79\xbd\x70\xa5\xa4\x9c\xee\xce\x79\x58\x19\x6a\xb5\x29\x2e\x63\x1f\x49\x70\xf7\x27\xab\x3f\x6c\xc0\x55\x0d\xaf\xea\x0f\xc8\x68\x75\xe1\xd9\x85\x7d\x60\x69\x95\xfe\x74\x9d\xb7\xd5\xc1\xd7\xf8\x46\x6f\xcb\xd8\x42\xfe\x1d\xfa\x50\x79\xdd\xb8\x4d\x8e\x03\x0a\xe6\xd2\x6d\x49\xe2\x75\x12\x81\x17\x08\x99\xde\xd6\x82\xbc\x6d\x10\x55\x77\xc1\x1b\x45\x5b\x6b\xa9\xfe\x75\xd6\x41\xf1\xce\x1a\x81\x7b\x48\xdc\x54\x93\x05\xff\x18\xfe\x00\x8f\xcd\x43\x6c\x1c\x12\x1c\x67\x55\xbf\x79\xaf\x36\x02\xd7\x9c\xf2\x4c\xf3\x86\x7c\x39\x09\x86\xd5\xa9\xe7\xe5\xee\xbf\xd4\x7d\xb0\xe0\x7a\x0d\x2d\xef\x0b\x13\x2c\x42\x92\x36\x22\x45\x90\x98\xa7\xfb\xa0\xf0\x25\xee\x4e\x83\xf8\x3b\xdd\xa1\xfa\xcf\x54\x35\x1f\xa8\xa3\x91\x28\xff\xf1\x2c\xe0\xdb\xe6\x1e\xe0\x6a\xa2\x1b\x90\xd8\xa7\x7a\x6d\xaa\x8f\x5b\x8d\xe8\x02\xa7\x38\xbd\x7c\x74\xd3\xac\x87\x9b\x66\xe4\x26\x78\x37\x1c\x4b\x2e\x6e\x88\xf5\xe8\x48\xc8\x3d\x7e\x27\x9c\x5b\xc3\xd7\x3a\x89\x12\x5e\xe2\x3a\x60\x15\x97\x53\x72\xf9\x37\x6d\x5b\x82\xaf\x86\xef\xe5\xbb\x20\x71\x6d\x38\x10\x26\x41\xf5\x8c\x76\xfb\xa2\xdc\x8d\x07\x2e\x4c\xd0\xb6\xa7\x16\x51\x2a\x8f\x7d\x32\xdc\x2d\x1e\xc5\x49\x04\xee\x25\xf2\x46\xdb\xd3\xdd\xc4\x1f\x45\x27\x18\x46\xc3\x2d\x1f\x89\x78\x6f\x13\xe8\xb2\x99\x2e\x6b\xd0\x65\xb5\xb0\x86\x26\xcb\x9a\xd5\x26\xeb\x25\xb8\xab\xd9\xaa\x06\xb4\xb9\x25\x30\x3d\x89\xd0\x45\xeb\xea\xfe\xe3\xee\x6b\x96\x71\x98\xdb\xc7\xcd\xd6\x3f\x89\x60\xf5\x81\xf0\xfa\xc8\x74\xff\x24\x82\xfa\x08\x45\xac\xc8\x56\xc3\x43\xdf\xa5\xde\x94\xaf\xec\xcd\x93\x08\xaf\x34\x71\xd2\xfb\x68\x9c\xdc\x93\x08\x1d\x57\xbc\x9d\x75\x5f\xff\x9d\xeb\x3f\x89\x75\xdc\xc7\xe0\x26\x3e\x89\xd7\xaf\x9f\x0a\x73\xb7\x8f\xc9\x0e\x3f\x7b\x23\x1c\x54\xd5\x24\xb8\x7b\x83\x35\x4b\x41\x61\xa2\x8f\xe9\x66\xa7\x9a\xad\x74\x67\xba\xfa\x70\x49\x99\xc4\x81\xee\x63\xbb\x1e\x9d\x44\x82\xab\xf4\xf1\xe2\xf1\xd5\x91\x72\xdf\xa5\x8f\xf2\x67\x62\xab\x0f\x54\x6f\x22\x81\xf5\x59\x63\xd4\xa8\xd5\x44\x82\xc5\x0c\x34\xdf\xc7\x7b\xa8\xbb\xc1\x39\xaf\x88\x7c\xfa\x78\x7b\x6d\xde\x1c\x48\xa2\x78\x9c\xac\x8b\x6b\x74\x9d\x6a\xc4\x47\x3f\x09\x66\x23\xc8\x8c\x0e\x47\x3c\x12\xf1\x54\x2c\xc4\xb8\xee\xf3\x62\x6f\x9d\x44\x70\xae\x46\xe0\xb7\x3e\x2f\xae\x8b\x3e\x75\x8d\xe0\xbf\xb0\x4f\x3d\xc3\x4e\x22\x8e\x18\xd1\xda\xce\xc9\xa1\x5d\x04\xe0\x77\x19\xc1\xd1\xea\x33\x81\xc7\x4e\x22\x62\x9b\xe1\x63\xb8\x4f\x5d\x0b\x27\x71\x28\x81\xa6\x6a\x0a\x78\xe9\x24\xb0\x18\x4b\x34\x5b\xb5\x68\xb3\xe2\x63\x1b\xff\x9b\x27\xfb\x36\x9c\xf2\x99\x7a\x9a\xb6\xe2\x0c\x05\xf9\xda\x93\xc0\xd0\x8a\x27\x11\xc4\x1c\x71\x87\xfb\xec\x53\xa3\xc5\xae\x7a\xdc\x86\x6f\x95\x0f\x5f\xb1\x95\x97\x4f\x37\x5d\xd2\xa1\x4b\x2a\x4a\x20\x32\xed\x20\xd1\x08\x32\x50\x05\xdf\x86\x63\xf5\xc6\xce\x9a\x92\x8b\x9d\x44\x3a\xd5\xc4\x5b\xa0\x63\xcd\x4a\x22\x9c\x8d\xe3\x70\xb1\x63\xc3\x4a\x62\x44\x71\x5a\x15\x3b\xeb\x24\xa2\x96\x5e\x04\x1e\x06\xaf\x00\xc7\xa9\x98\x92\xfb\x9e\xc4\x9b\xca\x19\xe9\x9a\x6a\x34\xa8\x96\xda\x27\xf3\xab\xdb\xef\x24\xc2\x4d\x35\xbe\xfd\x4e\xb6\x18\x1e\x87\x62\x34\x55\xe3\xed\x81\xcf\x52\x29\x6b\xf4\xb9\xb6\x7a\x13\x8c\xd5\x8a\xe7\xd0\x3e\x25\x3d\x3e\x89\x70\xe1\xad\x33\x0a\xc7\x8b\xc4\x21\xe4\x42\x99\xf5\xe4\xb6\x6a\x0f\x0e\x57\x85\xc4\xe8\xf3\x3d\xb4\x09\xde\x44\xa5\x24\xcc\x63\x9f\x7a\x70\x9e\x44\xa7\xf6\x2e\xb8\x56\xfb\xcd\x59\x20\xa4\x7b\x37\xe7\xeb\x24\x22\x54\xd0\xa5\x75\xfa\x78\xce\x3e\xb8\xe0\xe5\xbd\xd3\x4d\x82\x75\x48\xb0\x3a\xc0\x77\xf3\xd1\x51\x9b\x98\x58\x0f\x22\x97\x75\x02\xd1\x93\x08\x34\x4b\xcc\xe2\xbe\xa4\x69\x72\x12\x11\x5e\x04\xa7\xeb\x7d\x65\xc3\xa5\x4f\x8a\xf7\x9c\xbe\xb2\xf6\xc7\xca\x18\x90\xc0\x54\xee\x4b\xc2\x81\xae\xc8\xc6\x13\x51\x65\x5f\xd2\xcc\xea\x8a\xb3\x5b\xf0\xad\xd3\x57\x73\x3d\xe1\xf8\xba\x12\x90\xb5\x63\xcf\x48\xe2\x8d\x29\x64\x6c\xa8\x35\x84\xd0\x08\xcb\x59\x11\x30\x76\xfc\x68\x91\x88\x25\xbc\x83\x2d\xd8\x97\xb7\x25\x7e\x8d\x2a\xf2\xc5\x4e\x60\x42\x12\x74\x86\xcd\x4d\x2c\x3e\x12\xd1\x19\x36\xc2\xda\xae\x65\x53\x4b\x65\x48\x46\xae\x44\x69\xab\xc4\x9c\xea\x4b\xc2\xce\x93\x60\xe6\x07\x7d\x79\x0b\xd9\xac\xb0\xff\xac\x53\x13\xfc\x11\x2a\x26\xea\x51\x4a\xa1\x13\xfa\xe9\xeb\xf1\x90\x1e\x0d\x09\xd4\x4d\x94\x1b\x12\x0b\x78\xec\xb3\x2d\x25\xbc\x4e\x38\x91\x94\x6e\xea\x27\x5e\x07\x89\xf0\x2d\xc9\xfb\xb9\x13\x61\x83\x44\xec\x27\x5c\xf4\xf4\x2d\x3d\x9f\x93\xc0\x96\x11\x24\xb7\xb3\x2e\xca\x9d\xd1\xb5\x27\x3a\x57\x27\x56\x03\x09\xc1\xa9\xdf\x48\x74\x0b\x89\x12\xaa\xa5\xef\x36\xd4\x6e\xc3\xc3\x80\xe6\x01\x27\xe4\x24\xc2\xdb\x3c\x3a\x22\x27\xfb\x36\x3c\x9c\xc7\x13\xab\xa8\xef\xce\x33\xeb\x24\xe2\xfe\xe7\x8d\xd8\xf7\xd4\x1a\xee\x70\x92\xd5\xc2\xb4\xec\xd3\xb7\x28\xee\x8e\xb7\xe6\x7b\xa0\x48\xd8\xf1\xd6\x4c\x62\x9e\xe2\x45\x60\x51\x1d\x7b\x1d\xe4\xd0\x6e\x4d\xce\xf2\xa4\xc5\x6b\xaa\x11\x24\xab\x6f\x91\xed\x1d\x69\x68\x4a\x48\x52\x3a\x52\x4e\x12\x9f\x28\x2e\x30\xaf\x82\x93\xb8\x0f\x58\x33\xf9\xf6\x4a\xe1\x15\xb1\x08\x83\x6c\x63\x8a\x1d\x98\xa2\x69\x23\x6c\x3d\xc9\x4e\x02\xc3\xd5\x61\xf8\x30\x3c\x46\xa4\xfd\xf1\xf6\x7a\xbc\xb5\x1e\x93\x21\x3d\xba\x33\x71\xdc\xd8\x6e\xd0\x8a\x39\x53\x5d\x9c\xa9\x7a\x69\x39\x1e\x57\x83\x13\x81\x09\x67\x61\x58\x6d\x65\xa0\xb6\xd2\x08\x62\x77\x72\x8f\xc0\x41\x39\x24\xb4\x31\xc6\xc8\x88\x57\x4e\x22\xfc\x89\xe2\x6c\x74\x8c\x0a\xce\x3d\x89\xd3\x1b\xe4\xc0\x27\xd7\x0d\x0e\xbe\x2b\x6e\x42\xc7\xe8\x4c\xfc\x49\xc4\x0b\x02\x17\x5b\x27\xab\x66\xe3\x2a\x6d\xf8\x3b\x1c\xd6\x19\x39\x89\xa0\x03\x90\x42\x0c\xeb\x8c\x9c\x44\xa8\x72\xcf\xfc\x67\xe2\x6a\x58\xc6\x38\x90\x31\x36\x24\xee\x03\x17\x4c\x24\x42\x24\xd9\x35\x34\x69\x56\x0e\x34\x2b\x5b\x56\x57\xf5\xa0\x1f\x08\x13\x1b\x12\xee\x61\xcd\x91\x93\x08\x7c\x4c\x1c\xc7\x31\xf4\x9e\x3f\x89\x40\x17\x38\xb8\x1c\x63\x2d\xb5\x8a\x4b\xef\x4e\x1c\x9a\x93\xed\x86\x63\x57\xdb\x29\xff\x1a\x82\xa3\xa8\x3d\x8a\xa6\x42\x42\xc4\x81\x10\x31\x25\x9e\x9a\x63\xbc\xbc\x60\x81\xf5\x1a\x02\x93\x81\xeb\x15\x12\x0f\xc5\xa9\x46\xb7\xe1\x80\xa2\x4c\xc9\xc3\xfa\x70\xd7\x9e\x44\x98\x2a\x96\xa0\x00\xc7\x94\x64\xfd\x24\x12\x76\xb8\x97\xe0\xd3\xf0\x05\x3c\xea\x9f\x69\x09\x9e\x08\x6d\x48\x00\x91\x31\xb3\x86\x35\x33\x61\x60\x61\x2a\x9f\xec\xc7\xf0\x07\x2b\x5e\xda\x2d\xb0\x41\x4e\x22\x53\xbe\x03\xd7\x70\x67\x89\xe1\xe2\x09\x75\xcc\x02\xc5\x71\x12\x18\x03\x67\xaa\x11\x3f\x7f\x4c\xf8\xf9\x09\x27\x7f\x27\x7b\x1b\xce\xb0\x0a\xdd\x69\x9c\xa2\x93\x60\xda\x42\x72\x3f\x10\x36\x92\xc0\x2e\xb8\xd2\xae\xb4\x3b\x4e\xa2\x62\x51\x7c\x09\xfe\x36\x9c\x69\x9e\xb4\x3b\x5d\xcf\x24\xe6\x7d\x51\xf9\xc9\x6d\x3e\xa0\xd7\x92\xc2\x79\x0f\x73\x8f\x06\x94\x59\x43\xcd\x78\xc0\x33\x22\x81\xdd\x72\x5c\x65\xc3\x04\xd6\x10\x81\x55\xaf\xd1\x05\x9f\x86\xaf\xa8\x46\xe0\xad\xde\x2f\xae\x32\xd4\x91\xc6\x7c\x6d\x55\xff\x22\xca\x15\xd2\xb9\x01\x8f\x89\x04\xf6\xc2\x20\x93\xf9\xe1\x8a\x38\x89\x46\x79\xc1\xbd\x58\x1f\x3c\x03\x85\x4b\x9a\x93\x5d\xaa\x1f\x7f\x40\xd5\xb3\xf6\x08\xc9\xcc\x87\x18\xfa\x2d\x51\xcf\xc3\xd5\x77\x12\xa1\xd4\xc7\xe4\xaf\x9b\x2b\xe2\x24\x98\x4c\x8e\x16\xbc\x2a\x12\xc1\x72\xeb\x1c\x21\xdc\x3f\x91\x08\xeb\x06\xfc\x54\x8f\x95\xd5\xfd\x95\xcf\x6a\xb6\x1a\x94\xd4\xc9\x6d\x83\xe3\x55\x81\xde\xf2\x58\x59\x6b\xb8\xc2\xf6\xa3\xa1\x47\x34\xcc\xca\x1a\x62\x65\x55\x3c\x3c\x0f\xfc\x98\x91\x78\xe8\x0d\xd5\x14\xde\x03\x27\xc1\xa4\xb1\xd5\x56\x71\xf5\x58\xe8\x54\x1e\x39\x63\x15\xa1\xa9\x15\xe1\x8a\x5a\x53\xe7\xdb\x54\x2f\x1b\xa1\x91\x90\x11\x0d\x9c\xd8\x92\x78\x87\x9b\x3e\x7a\xe3\x0d\x4b\xb4\xf7\x94\x10\xbf\x8c\x25\x15\xf5\x81\x47\xd5\x03\x67\x8e\xa5\x48\x7e\x12\x41\x25\xd7\x64\xf8\x32\x3c\xd0\x51\xcd\xcc\xc2\xd2\x12\xae\x08\x52\xd0\xf0\x22\x38\xf0\xbb\x46\x82\x66\x0b\xd5\xbc\x3d\xf5\xf8\x0c\xab\x5c\xf3\x83\x50\x9d\x24\xf2\xaf\x9f\xd6\xd9\x80\xcb\x58\x6a\x09\x4b\x35\x50\xfb\xfa\x08\x1b\x11\xb7\xb3\xf5\xa0\x2d\x06\x41\xc4\x48\x04\xc9\x5e\xbb\xe0\x90\x28\x83\xe8\x5f\x07\x1e\xd5\xec\x04\x2d\x72\x12\x0c\x36\xf8\xd5\x27\xfb\x36\x3c\x1c\x86\x07\x93\x75\x6c\x6c\x88\x22\x11\x9d\xe4\x4e\xdc\x59\x53\xb3\x33\x5e\x19\x3b\xe0\xa2\x99\xdf\x65\x84\xb6\x69\x90\x45\x63\x77\x2d\x2b\x71\x4c\x5a\x9f\x34\xd9\x79\x19\x0f\xa2\x92\xdc\x13\x86\xe6\xb0\x3a\xd9\xd8\x5a\x3f\xe4\x1c\x27\x3b\x0c\x9f\xe1\xbc\x51\x60\xdd\xc3\xc4\xed\x68\x61\xc4\x77\x72\x42\x7f\x1b\x27\x17\x43\xf3\x8b\x58\x92\xc4\xa0\xf6\xd8\xab\x56\x3e\x1b\x52\x3e\x9b\x83\xdd\xb4\xa7\xab\x9f\xd0\x57\x88\xc9\xc6\x96\x99\xc1\x49\x64\xe0\xf4\x7e\x6b\xb9\xb1\xf9\x4d\x29\xdc\x7c\x7d\xc6\x16\x7f\x72\xe0\x94\x3f\x25\xa4\xbd\x03\x27\x97\x24\x6e\xe0\x0c\x4b\x14\xd9\x80\x22\x4b\x09\x65\xd7\xb1\xdf\xee\xcf\x5b\xfd\xa9\xb4\xfb\x5e\x2e\x7f\x36\x42\x1b\x5a\xd7\x8f\xab\xc7\x45\xf7\x84\x2d\x3a\xf6\xc7\xfb\xe3\x43\xb4\xc0\xf0\x85\xf3\x19\x5b\x24\xfe\xc0\x17\x5a\x53\xa4\x93\x71\x41\xd8\x9d\x44\xdc\x79\x48\x4b\xa6\x35\x83\x4f\x82\xd1\xe2\x76\x7c\xdc\x8c\x76\xa2\xad\xd6\x26\x31\x2d\x46\x66\x69\x4f\x82\xbb\x04\x97\xeb\x43\xf8\xe6\x24\x02\xcd\xe1\x7f\x73\xa2\x8d\x4b\x22\xae\x4e\xc5\x7e\xc3\x5f\x0f\x09\xa2\xb3\xe3\x21\xde\x0c\xb8\x09\x03\xee\x1e\xf0\xb6\x27\xf2\x3b\x12\x85\x38\x68\xf7\x9f\xa9\xac\x39\x1a\x0f\xd6\x09\x07\xef\xae\x8a\xf6\x69\xf9\xdf\x44\xfe\xd7\x14\xf1\x77\xe8\x19\x31\xe5\xf3\x6c\xc0\xca\x9e\x56\x14\x9b\x28\x8a\x9d\xd6\x3b\xf0\xa5\xd9\xe8\x38\x8a\x26\xa4\xc3\xe8\xdc\x64\x27\x11\x73\xad\x18\xb7\x08\x0f\x49\x7c\xa2\x38\x73\xa1\xc7\xc8\x49\xb4\xf0\xaa\x4a\x67\x86\xa7\x5a\xa7\x08\x77\xb0\x73\x8c\xa9\xa9\x1b\xec\x2b\x84\x32\x27\xdb\x0c\x67\xea\xbe\xe5\x5f\x86\xc7\x45\xd9\x09\x01\x30\x86\x3b\x3f\x88\x8e\x89\x10\xe7\x64\xb5\x64\xa1\xdc\x79\xe0\xec\xa0\xe1\x6e\x8e\xad\xf2\x4c\xce\x74\xfd\x53\xf5\x13\x9d\xc2\xdc\xcb\x89\x0b\x9a\x03\xa7\x9f\xa2\x59\x27\x34\xeb\x68\xd5\x60\x57\xb3\x71\xc4\x40\xd8\x16\x6b\x2f\x9f\x04\xd3\x40\x9c\x81\xa1\x67\xf8\x49\xc4\x05\x3a\x09\x7b\x30\xf6\x10\x3c\x02\xa3\xdc\x55\x81\x8a\xc6\x76\x37\xb7\xba\x89\x6f\xfb\xf1\x76\xfd\xd0\x0b\x9d\x17\xd2\x1c\x1f\x6f\x91\x0f\x34\x34\x17\xf4\x1c\xa2\x0b\x26\x46\x3b\x5d\xe1\x96\xc7\x67\xab\x9a\x8f\x66\x47\x1b\xfd\xf1\x2a\x3e\x5a\x45\xa2\x5d\x8d\xc7\xab\x15\x3a\xbc\x5d\xa1\x64\xe7\x05\x16\x3f\x89\x78\x93\x4c\x26\x6d\x4a\xe1\xff\x24\x58\x5c\xc2\x17\xcc\xc6\x23\xf1\x24\x98\x35\x42\x2b\x4c\x99\x8a\x9d\xc4\x3c\xd5\x13\xa3\x67\xb6\xf9\x36\x38\x70\x0f\xfc\xa7\x39\x3b\x14\xf4\x49\x04\x92\x51\xf8\xf6\x29\x13\xb2\x93\x68\x94\x1f\x82\x7f\x0c\x7f\xc2\x94\x8f\xde\x0c\x21\x93\x89\xeb\xc6\x01\x7f\x68\x9a\x1f\x38\xcd\x0f\x1c\x84\x0a\x98\xd3\xa3\x9a\xb0\xb7\x10\xb2\xcc\x29\xd5\xf4\x89\x9b\x81\x7e\x73\x0c\xcd\x82\x3b\x89\x19\x0e\x7a\x29\x2d\x4b\x8d\x93\xa0\xf3\xac\xa0\xd5\xc6\x26\x6a\x63\xfd\xd6\x54\x4a\x5d\xf8\x24\xe2\xfe\xe0\x9e\x98\xf3\x23\x8c\x37\x43\x6b\xc8\x18\x69\x7e\xdc\x17\xf9\xaf\x9a\x5a\xa9\x8f\xc7\x4a\xa8\x6a\xf4\x5b\xe7\x14\x5a\x3e\x89\x40\xcb\x30\x70\xe6\xf4\x3e\x98\xda\x07\xa3\x09\xee\xde\x3c\xea\x8d\x62\x5c\x4b\x8b\x78\xca\x70\x7d\x4c\x85\x2d\xbe\xb5\x41\x56\x44\x56\xbd\x8b\xc2\x8f\x8b\x51\x73\x12\x61\x88\x9b\xd8\x7e\x98\xac\x93\x08\x06\x8e\xe2\x69\x5a\x96\x3a\x91\xa5\xf6\x5b\xa1\xfd\x93\x0e\xd5\x4a\x78\xa4\x43\xe7\x7d\x9a\x6e\x9c\xa2\x1b\xc7\x54\x80\xef\xa2\x05\x5c\x85\x6d\xe9\x70\xee\x05\xea\xf6\x24\xa8\x47\x21\xd5\x8b\xf6\xdf\x2a\xa1\xde\xee\xe0\xe4\xc5\x83\x2d\x0a\x20\xaf\x98\xfb\x65\xbb\x1a\x75\x47\xa1\xce\xc5\x1e\x3a\x09\xaa\xa1\x97\x55\xbb\x78\x45\x40\x47\x47\xff\x5b\x0d\x0a\xff\x24\x46\x80\x89\xe9\xec\xbb\x61\xc5\xdd\xe0\x18\x57\xe6\x29\x4e\x78\x8a\xa7\x2f\xb4\x29\x1a\x68\x12\x6a\x21\xa5\xa9\x48\xfb\x46\xea\x88\x77\x7b\x52\x88\x68\xd1\x46\x27\x11\x7d\x51\xf4\x74\xe9\x09\x9c\x04\x11\x1f\x15\xda\xbd\x7b\x44\x04\x5f\x4b\x53\xe1\xc1\x87\x6b\x1f\x0a\x73\x04\x52\xc7\x67\x3d\x09\x22\xbc\x2a\xf2\xf8\xd2\xf6\x5b\x4b\x31\x84\x15\xaf\x7c\xb9\xfe\x90\xee\xa6\x4b\x71\x74\x4d\xf3\x9e\xc4\xd9\xc5\x49\xe1\xaf\x37\x2f\xf3\x93\x78\x02\x4c\xab\xdb\xbb\x29\xdc\xbf\x75\xd4\x3c\xe7\xda\x5e\xbe\x90\xf4\xa6\xa4\x10\x44\x4b\x72\xa7\x89\xc5\x57\x4a\x88\xc7\x4e\xf6\x6d\xb8\x3a\xa3\xf2\xae\xfe\x45\xf5\xc4\xaa\x5b\x52\x41\x3e\x89\x15\x60\xd5\x22\x1c\x04\xab\xb4\x63\x52\x3b\x97\x74\x4b\x4f\x02\x9f\x14\x8a\x64\xfe\xf2\xba\xbe\x14\x00\x95\xb8\x2d\xeb\xed\xce\x04\xb3\xa1\x67\xa2\xbd\xad\xb7\x77\xb6\x38\xef\xf0\x6d\xe7\x7a\x2f\x9d\x90\xb7\x03\xdf\xab\x1a\x2f\x14\xa1\x69\x12\xe6\x51\x73\xc9\x66\xee\x24\xf0\xfe\xa2\x48\xef\x1f\xd7\x1f\xef\x4f\xdc\x52\x47\x4e\xe7\x92\x68\x2d\x28\xe4\xce\xf5\x78\x67\x63\x75\x96\xbf\xa1\xb5\x41\x88\xdb\x9e\x64\x8a\x63\x30\x33\xd6\x7d\xcb\x8f\xcd\x37\x52\xf3\x23\xb8\xbc\xc6\xdc\x8e\x5c\xec\xf2\x0b\xaf\x36\xed\xbf\xd9\x0f\xb6\xf2\x3f\x89\xab\x2d\x9d\xeb\x93\xc0\xd3\x8d\x83\xec\xea\xbc\xed\xa2\x20\xcd\xdf\x28\xb9\x6f\xc3\x15\x02\xdf\x11\x69\xb3\xe0\x90\xa0\x53\xc1\x41\x65\xbd\x7d\x12\xc0\xa7\xc3\xb5\xbe\x0d\x8f\x15\x73\xe8\x53\xcd\xf4\xae\x9a\x69\x05\x3a\x95\xc4\xec\x24\x14\xa7\xd4\x51\x40\xbb\xe1\x84\xf6\xfa\x86\x9a\x64\xd7\xee\xee\x98\xa2\x8e\x40\x08\x0e\xdc\xa8\xec\xe4\x4b\x93\x37\x84\xeb\x76\x08\xc9\x7a\x51\x18\x47\x3d\x2f\x4e\x02\x17\x99\xd9\x01\xff\xb6\xe1\x11\xba\xe7\x1b\xf8\xef\x63\x30\xa1\x82\x14\xc5\x69\x1b\x1e\x66\x59\xbd\x38\x74\x99\xa8\x10\x24\xe8\x29\x3b\x44\xef\xf6\x24\x6c\x62\x15\x15\x87\x2b\xdb\x06\x47\x80\x36\x87\xe7\x1a\x9a\x82\x17\x61\x07\x15\xca\xe8\x25\x54\x87\x1e\x64\xba\x1c\xe2\xe8\x25\x9c\x86\xff\xa8\xd3\xa8\x83\x52\x69\xa1\xe2\x81\x9c\xb2\x03\xaa\x89\xf7\x3c\xf7\x9b\x48\x5f\x8a\x7e\xf9\x5e\xcd\x60\xe2\x29\x39\xec\x91\x6a\xff\x68\x7e\x15\x6e\x4a\x66\x39\x27\x81\x67\xa3\x46\x3c\x09\x09\x9d\xec\x96\xa5\x16\x47\xdc\x61\xbd\x4f\x82\xf8\x39\x8e\x10\x33\x00\xc7\x7a\x8d\xaa\xf8\x1e\xb2\xe0\x7b\x60\x2e\x8c\xf6\x0d\x83\xb1\x01\x4f\xc5\xd9\x21\x50\xc0\x92\x06\xfc\x49\x84\x11\x5c\x12\x34\x1b\x1a\x7e\x06\x08\xf8\xb1\xa5\xe4\xf5\xb0\x63\x3a\x3a\x12\x0f\x2e\xbe\x48\x0c\x2c\x26\x55\x7c\xbb\x78\x5c\x19\x43\xc1\x1a\x44\x77\x3f\x28\xe6\x4a\xb1\xe4\xf1\x33\xf8\xe1\x19\xdc\xa7\x62\x17\x88\xd4\x3a\x89\x15\xe0\x5b\xe0\x6d\xf0\xd9\x75\xf3\x76\xe9\xb7\xc1\x9f\x28\x3d\x15\xc1\x42\x3d\x09\xb5\xed\xae\x08\x4b\x7b\x8e\x6a\xf0\xb9\x5c\x52\xcb\x2e\xde\x0d\xa7\x2b\x8e\x25\xc1\x8c\x13\xf1\xae\x75\x05\x7b\xe0\x18\x3d\x04\x92\xeb\xc3\x61\x23\x96\xa1\xc1\xdf\x56\x2c\x88\xa5\x7e\xbc\x34\x18\xc5\x81\x10\x34\xb4\xc1\xc7\xed\x80\x10\x8f\xa0\x21\x12\x95\x14\xef\xd9\x6f\xd7\x11\xba\xe1\x0a\x17\xb3\x45\xdd\x3f\x3b\x10\xae\xe3\x7f\x3c\xda\x52\xfb\x89\x0d\x7b\x7f\x83\x3e\x44\x9f\x49\x62\x00\x7a\x5d\xc5\xdf\xf6\xef\x6f\xf2\xab\x71\x39\x38\x04\x76\xe6\x4a\xc6\xef\xe4\x50\xed\x00\x7e\xd7\x89\x7f\xa5\xab\xe5\xef\xef\x7e\xd7\x59\x31\x62\xfc\xdd\x97\xf6\xbb\xce\x88\x9e\x7c\xdf\x5d\x7e\x7e\xd2\xc2\x64\x91\x24\x18\xbe\xc9\xd9\x58\xdb\xf0\x27\x95\xec\xf0\x87\xed\xc7\xaf\xc7\x4a\x29\x39\x71\xfa\xf7\x75\xc7\x17\x34\x98\x92\xf8\x95\xcb\xff\x4d\x7d\xe4\x64\xfe\x75\xfd\xfd\x6f\xff\xe7\xff\xb5\xfe\xfe\x7f\xaf\x7f\xfd\xfc\xbc\xfe\xf3\x1f\xff\xf8\xfc\xdb\x7f\xbc\xff\xe5\xf5\x1f\x3f\xff\xc7\x81\xfe\xbc\x3f\xcf\xbf\xfc\xdb\xe7\x1f\x9f\xff\xf7\xdf\xff\xf3\x1f\xaf\xcf\xcf\xdf\xff\xfd\xef\xe7\x57\xf1\xf7\xff\x05\x00\x00\xff\xff\x9d\x99\xe5\xcd\xd0\x44\x03\x00"); +var _ebgb =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x84\xbc\x4b\xaf\x27\xbb\x75\x9f\x3d\xef\x4f\xb1\x87\x7e\x07\x7e\x55\x17\x92\x45\x02\x1b\x0d\x24\xbe\xc0\x42\x60\x27\x88\x9c\x0b\x10\x64\xc0\xab\x72\x80\xa8\xcf\x41\xeb\x68\xa0\x6f\x1f\xf0\x79\x4a\x8a\x2d\x38\x38\x83\xc6\xbf\xc9\x2a\x92\xab\xc8\xdf\xba\x2f\xee\x5f\xfd\xcd\xaf\xff\xf6\xd7\xdf\x7e\xf8\xf9\xe3\x57\xff\xe9\xfb\x8f\xfd\x37\xf3\xe7\x8f\xf5\xc3\xb7\xf1\x7d\xfe\xfe\xc7\x3f\x7c\xef\xf3\xa3\xcd\xdf\xfe\xf0\xed\xcb\x97\xf3\xfa\x18\x3f\xf4\x9f\xff\xd4\xe4\xa7\xff\xae\xfe\xf4\xe5\xcb\x1e\xff\x9b\x3f\xfe\xfe\xe7\xf9\xbb\x5f\x7f\x5b\x3f\x7e\xdc\xbe\x37\xfe\xf0\xd3\xfb\xee\xc7\xc7\xaf\xfe\xf3\xfc\xed\x0f\xbf\xff\xf9\xfb\x1f\x3f\xfe\xea\xdf\x8d\x1f\xdb\xfc\xff\x3e\xc6\x5c\xbb\xff\x3f\x7e\x1f\xf3\xfb\x0f\xdf\x7e\xfb\xf1\x57\x7f\xf3\x4f\xbf\x39\xff\xdc\xfd\x9b\x3f\xfc\xf4\xd3\xff\x9e\xbf\x9b\xdf\x7e\xfe\x48\xf4\xcd\x6f\x83\xdf\x2f\xbf\xfa\x9b\x7f\xac\x3f\xfd\x53\xfd\xdd\xfc\xf8\xd5\xdf\xfd\xf3\x3f\xfc\x87\xbf\xfe\xf7\xf1\xaf\xff\x81\x27\x3c\xf8\xaf\xf3\xfb\xef\x7f\xf8\xf1\xdb\xc7\xf5\xff\x1f\x47\xf9\xbf\xdd\xff\xfc\xc7\x9f\xe6\xc7\xf9\x4e\xf0\xdf\xff\xcb\xaf\xff\xf6\xe3\x7f\x9c\x1f\xe7\xf1\x71\xc5\x98\xaf\xff\xf9\xf6\xff\xb7\x7f\xfc\x71\xcc\x8f\xc3\xd6\x25\xe9\xfd\xc7\x31\x7f\xff\x53\xed\xf3\x7b\xfd\xf6\xdb\xf9\xe5\xe3\xe3\xf3\x38\xbe\x7e\x7c\x7c\x7c\xe6\xe3\xeb\x6e\xe5\x27\x1c\x5f\x3f\x3e\xff\xfe\xef\xfe\xfe\xef\xbe\x6e\x1a\xff\xe2\xfd\x2f\xa7\xd3\x7c\xfb\xf1\xe7\x31\x97\x7d\xcc\xf0\x79\xae\xaf\x1f\xe7\x1e\xf1\x2f\x1f\x7d\x39\x8f\xe3\x5d\xf7\x87\xd1\xff\x57\xfd\xfe\xe5\x33\x97\x70\x7f\xfd\x38\x9f\xe7\xcc\x34\x3a\x8d\xeb\xa6\x31\x76\xe3\x0e\xcf\x6e\xc4\x93\xc6\x91\x76\xa3\x26\x1a\x67\xa0\xd1\x68\x64\x26\xa8\x4e\xf0\x30\xa6\x3a\x41\xb6\x31\x7d\xc2\x6b\x7d\x39\xf5\xb1\x1b\xa3\x38\x35\x4f\x46\xdd\x8d\x7c\x46\x1a\x4e\x7d\xfa\x5a\xf7\x09\x14\x0c\xa7\x3e\xcf\xdd\x98\xd2\x76\x42\xf5\xbc\x78\xed\x62\xcc\xbc\x7d\xc2\x6c\x8b\xa9\xef\x6b\x8f\xa9\x7b\x5f\xcf\x27\x87\x48\x83\x09\xce\xe4\x93\xe1\x93\xbd\x4e\x8d\x92\xc3\x1e\xd4\x38\x6d\x6c\x42\xeb\x73\xda\x28\x34\xd8\x90\x8b\x0d\xa9\xcf\xc3\x93\x78\xd0\x70\x82\xc8\xd4\x4f\xf3\x35\xc7\xf8\x3d\xf1\xa2\xc1\xa2\x97\xb4\x3d\xae\x13\xf7\xf7\xd4\x9a\x6d\x30\x75\x4b\x36\xa0\xba\xb1\xce\xe5\x27\xb4\xf7\x35\xa8\x6e\xc5\x27\x50\xdd\xdf\x75\x68\x4c\x27\x48\xd0\x36\x99\xe0\x7e\xf6\xa2\xed\xdd\x90\x7c\xd3\x88\x4c\x50\x02\x0d\xc7\xe4\x44\xc3\x45\x4b\xa4\xe1\xa2\x1c\x70\x0b\x2e\x5a\x7c\xcd\xcf\x06\x14\x2d\xf8\xd9\xc5\xd7\x24\x27\xef\x3d\x68\x31\x7b\xf4\x2c\x1a\x99\x20\x3b\x81\x1b\x7f\x1f\x50\x10\xc5\x01\x1b\xdf\xd2\x7b\xda\x4c\x90\x9c\xe0\xda\xaf\xf5\xb4\x8f\xbe\x1c\xd7\xde\xd1\x0e\x76\xca\x01\x94\x3b\xd8\xc9\x25\xed\xd7\x06\x5f\x5a\x0e\x36\x64\x30\xe6\xb9\xef\x4c\xc3\xd9\xee\x42\x43\x58\x9e\x17\x0d\xc9\x09\x27\x8d\x69\x83\x27\x1e\xfd\x1d\x6e\x1a\xef\x6b\xac\xe3\x69\x97\xcc\x18\x4f\xfb\xe6\xb0\x46\x8d\x36\x12\x8d\x77\x51\xc8\xa9\x2e\x7a\xf1\x9a\xa7\x7d\x83\x9d\xd1\x85\x32\x70\x19\x42\x39\x1c\xfb\xc9\xe4\xb0\xf2\xf1\xec\x27\x73\x53\x1d\x4e\xd6\x9c\x10\x1d\x4e\xbe\x7a\xa6\xcd\x72\xe7\xc3\xf8\x09\xd1\xf9\x78\x22\x8d\x66\x23\xd1\x98\x5f\x3f\x2e\x0e\x67\xd6\xf7\xa5\x87\x46\xfb\xfa\x11\x2e\x0e\x6a\xb6\xf0\xf5\x23\x94\x83\x99\xc0\x5d\x3e\x60\xeb\xd9\x8b\x0d\x86\xf7\x0d\xe9\xc4\xbe\xcc\x71\xec\x11\xf0\xf1\x9c\x92\x9b\x6d\x2c\x1b\xd0\xbb\x5c\x30\xef\x89\x57\x7c\xbe\x7e\xdc\x37\x0f\x16\x30\x09\x42\x6b\x45\x17\x01\xa8\x2b\xbe\xe3\xf7\x27\xae\xf4\xd8\x88\x34\x18\x73\x1f\x85\xc6\x1e\x73\x9c\x50\xb9\xf6\xf1\xe5\xcc\x67\xad\xe7\x9d\x2c\x21\x5d\x5f\xa9\xf8\x6f\xc9\xc9\xd5\x0e\xdf\x64\x58\x7f\xbf\x81\xf9\x7a\x62\xa5\x64\xe3\xa5\x81\x65\x7b\xa5\x51\x0e\x1a\x7b\x07\x4b\xf0\xff\x1b\x0d\xe9\x96\x86\xf1\xbe\xc5\xa7\x22\xb1\xf2\x51\xd8\x83\xd5\x6d\xf0\xa9\x6b\xef\x67\x08\x08\xb6\xb5\xf6\x31\xc5\xbd\xa1\xe5\x88\x12\xb3\x99\xb5\x1c\x69\x7c\xfd\xb8\x8f\x2d\xf0\xca\x01\x4e\x43\x48\x89\x86\x3b\x55\xf2\x6e\x80\xd3\x00\x0b\x94\xe3\x3d\xe7\x52\x76\xc3\xf3\x3c\x0f\x66\xde\x6c\x13\x8f\x83\x07\xeb\xfc\xfa\x11\x9f\x7d\x04\xe5\x4c\xd1\x97\x4e\x1a\xd3\xc6\xb5\x1b\xcf\xdb\xb8\x77\xa3\x6e\x4e\x0d\xe9\xb6\x71\xf9\x64\x53\x79\xb6\x4d\xcc\x15\x1c\xd3\xdf\x25\x37\xcd\x57\x08\x7b\xcc\x73\x6d\x32\xaf\x14\x7c\x92\x68\x0c\x1b\x9b\xe6\xab\x9d\x1b\xa6\x81\xff\x5e\xfb\xbf\x7b\x8d\x8b\x99\xd2\x0d\xf1\xd7\xd8\xab\x1f\xe9\xa2\x31\x5f\x8a\x99\x76\xbd\xa4\xec\xef\xba\x93\xab\xb3\x95\x77\xad\x36\xf6\x87\xdd\xdd\xd7\xb6\x00\x28\xf7\x3b\xc1\xd6\x31\xe5\x9e\xef\x98\x40\xa3\xd9\xd8\xe4\x07\x64\x65\x3e\xb7\x92\x2a\x61\xcb\xca\x27\xdc\x7b\xe6\x20\xd0\xce\x73\x53\x1f\xc0\xc5\x91\xa2\x8d\x77\xfc\x26\x2d\x06\x3f\x72\x0b\xb7\x12\xa3\xd4\xf0\x05\x51\xa4\x9f\x5b\x43\x94\xd8\x5d\x66\x4b\xba\x12\xb7\xfe\x4c\xe7\x96\xe2\x25\xb1\x7d\xb1\x30\x3e\xa1\xb3\xf3\xb9\x45\x60\x49\xe9\x9d\x6c\xd3\x9c\x86\x1b\xbb\xc5\x4c\x49\x73\xaf\x19\xc3\x66\x8e\x92\x80\xdc\x79\x6c\x09\x56\x72\x7a\xd7\xdc\x4f\x32\x6a\x2d\x3e\x1c\x53\x06\x40\xf1\xe1\x64\x72\xbd\x6d\x3c\x34\x96\x0d\xc6\x6c\x49\xb1\x85\x16\xb3\x35\xb7\xf0\x6d\x24\x5f\x2b\x34\x1e\x9f\x30\xb5\x9a\xec\x8e\x4c\x8d\x26\x8b\x0f\xa7\x93\x9b\x9f\xf0\x3e\x69\x8a\xc0\x8b\x46\xf7\x09\x14\x70\x6e\xf1\xe1\xa8\x32\x62\x33\xa3\xda\x4b\xee\xc1\x27\x50\x20\x0f\x9f\x89\x09\x86\x6a\xc0\x09\x64\x48\xa4\x45\xc9\xaf\x0d\xe2\x04\x43\xbb\x25\x31\xc1\xf4\xb3\x39\xd2\x3c\xdd\x1d\x4e\x31\xbb\xa3\x0f\xa7\x90\xd7\x41\x83\x53\xcc\xcb\x23\x29\x7c\xe9\x92\x50\x8e\x34\x2f\x09\x85\xc1\x32\xa7\x10\x1f\xce\x37\xc3\xf8\x19\xd9\x5b\xf2\x52\xf7\xa4\xbd\x68\x09\x97\x7b\x10\x68\x48\x0e\xa7\x5d\xc0\x41\xbe\x38\x9f\x82\x82\x88\xcf\xe5\x6b\xc9\x27\x4e\xa0\x05\xb0\x45\x57\x29\xc1\x93\x03\x14\x25\x7a\x72\xa9\xd0\x50\x79\x3d\xc7\x2f\x48\xc9\x52\x92\xc3\xb6\x2e\x2a\x25\x09\x92\x0b\x22\x10\x13\xf1\xb9\x58\xf7\x79\x29\x62\xdd\x27\xdb\x60\x29\x64\x46\xbe\x80\x42\xa9\x6e\x10\x1c\x54\x40\x59\xbe\x38\xfd\x52\x5d\x27\x38\x26\xfa\x84\xa9\x5f\xdb\x34\x3a\xc6\x45\xef\xbd\xc3\xa5\x79\xc6\x0f\xdb\xf0\xe2\xef\x86\xd0\x26\xa1\x08\xaa\xd2\xd5\xe1\x0f\xeb\x74\xed\x4c\xa0\x50\x86\x2a\xf8\x61\xd1\xe1\x3a\x99\xa9\x5f\x5c\x3c\x50\x3d\x5f\xaa\x59\x47\x79\x8e\x71\x5b\xca\x94\x6a\x8f\x48\x89\x82\x82\x2a\x65\xbe\xb3\xf9\x04\x76\xc0\xec\x2d\x65\xca\x0e\xd9\xa9\x97\x07\x4e\x63\x89\xe6\x7b\x37\x6a\x78\x3f\x21\xd1\x40\xa4\x60\xad\x94\x1a\xc4\xd2\xb6\x2f\x4a\x8d\xf2\xd3\x36\x77\x4a\x8d\x52\xcd\x91\xd4\x84\x7e\xbb\x63\xa1\x71\xfa\x9a\x8d\x97\x36\x1b\xd2\x06\x07\xd4\xe4\xc9\x6d\x9d\x56\xea\x6b\x2f\x15\x1b\xd5\xd7\xa0\x2d\xbd\xac\xca\x3a\x8f\x30\x95\xb6\x07\x98\xde\xcf\x4d\x43\xab\xa8\xd8\xf0\xe4\xb6\x8d\x55\x6a\x75\xe3\xe1\x9a\x5a\x1d\x83\xf0\xaf\xaf\x25\x55\x6c\x14\xd7\x81\x82\xea\x31\xc2\x4f\xb5\x79\x24\x81\xa9\x9b\xac\x8a\x88\xd3\x6e\xce\x37\xca\xaf\xbe\xd2\x26\xb0\x8e\xd2\xe6\x9d\x0d\x69\x13\x9f\xe0\x6c\xdd\x27\x7c\x42\x13\x21\x9e\x42\x7f\xa7\xe6\x4b\x87\x8c\x1f\xd8\x6b\xb4\x51\x0e\x88\x84\x3a\x5e\x72\x68\xbc\x70\x89\xd0\x26\x5c\x02\xb0\xac\xd3\x03\x46\x60\xd6\xe9\x5e\xc3\x18\x75\xbe\x66\x22\x53\x4f\x45\x02\x5c\x52\x5f\x99\x02\x97\xd4\x25\xc8\x61\x8c\xba\xfc\x84\xb8\xc7\x68\xd3\xc7\x87\xd3\x6e\x2f\x76\xb6\x53\x50\x5a\x74\x51\xc4\xa2\xf6\x79\x7c\xd2\x4d\x03\x15\x16\xe0\x1f\xed\xf3\xf8\x24\x1b\xcd\x27\x91\x86\x78\x4b\x36\x86\x4f\x36\x39\x4d\x88\x85\x6d\xf5\x94\x86\x09\x7a\xa9\x5d\xdb\xab\x5b\xc0\x41\xdb\xf2\x20\x16\xc4\x50\xc3\x36\xbd\x8f\xdb\x21\xce\xec\x64\x8f\x33\x17\x1b\xa2\xc5\x99\xab\xe0\x85\x67\x9b\x66\x47\x28\x3e\x81\xce\xc8\x91\xb6\xea\x6c\x30\x56\x7b\xb5\x56\x66\xb6\xe6\x6c\xc0\xad\x61\xaa\xe4\x08\x9b\x36\xf4\xee\x51\x92\x0d\xb6\x20\x23\x97\x9b\x5a\x3c\x9e\x36\xba\x4f\xc2\x2f\xc9\xcb\x86\x7c\xc9\x11\x8d\xd4\xfa\x2b\xdb\x21\xaf\xbb\x2e\x66\x45\x03\x30\x39\x62\x56\x34\xc4\x50\xcc\xb0\x53\x53\x93\xc7\xd3\x46\xf4\x09\x5f\x8e\x8b\x1c\xb3\x1b\x3c\xe6\xd7\x8f\xe7\xcc\x3e\x58\x3e\x80\xd4\xc9\x99\x44\x34\x4d\xc3\x91\x8e\x59\x6a\xa6\x6b\x5e\xbe\xe6\x9a\x52\xa3\xae\xcb\x52\xa3\x2d\x14\x11\x22\x6d\x62\xd7\x66\x64\x40\x9b\x7e\x1b\x20\x6d\xcb\x09\x9c\x6d\xe3\x32\x64\x44\x40\x5b\x08\x94\x88\xb4\x6c\xf8\x35\x39\xc2\x4c\x1d\xed\x76\x06\x64\x55\x47\xbb\xe5\xf8\x36\xde\x31\x85\x06\x18\xcd\xef\x18\x30\x1a\x91\x48\x5d\x5c\x67\x64\x62\x8f\xf7\xd7\x8f\x24\x5f\xf4\xe8\xa6\x21\x0e\x7a\x74\xd3\x10\x07\x3d\x26\x9f\xd8\xe8\x36\x98\x39\xba\x9d\xe8\x95\x0e\x92\x23\x5e\x7d\xe9\x08\xcb\x1c\xe1\x73\x7c\xd0\xa8\x95\xd5\x93\x34\xc3\xe6\x5d\xc1\x19\xdf\xf1\xf9\xeb\x47\x2e\x60\xb7\x27\x49\x7e\xe7\x92\x64\x38\xb6\x23\x37\xef\x70\x3a\xb1\xc4\x6c\xff\xad\xf4\xf4\x12\xe3\x93\xe9\x13\xbe\x66\x73\x52\xce\x2e\xf9\x78\x34\x7e\x33\x06\x68\xcc\xc9\x86\xfb\xec\x32\x72\x52\x74\x32\x39\x29\x83\xf0\x5e\xdd\x1a\xb4\x79\xd7\x36\x8e\xc8\x82\x0e\x27\xc5\x0c\xc7\xf7\x2a\x69\xc8\x82\xde\x64\x04\x0c\x94\xbe\x25\x65\xc2\x07\x2f\x7d\x0b\xca\x4b\x41\xdb\xbb\x24\x63\xb3\x76\x90\x1e\x0b\x7c\xd4\xb7\xd0\x7c\xf2\xed\xff\x9d\x0a\x7e\xef\xd3\x93\x81\xc5\xfb\x94\x16\x58\xbc\xbf\x38\x43\x2d\x77\x8c\xa5\x58\xc4\xc9\x72\x19\xb4\xaa\x6e\xff\xa3\xde\x18\xca\xbf\x02\x82\x06\xa0\x89\xb8\x66\x65\x04\xc7\x14\xc7\x48\x1a\x70\x18\x51\x56\x29\x36\x4e\x9f\x44\x1a\xd1\x46\xa2\x21\xa1\x38\x5a\x63\x7b\xb1\x25\x25\xdf\xaa\xdb\xa3\x75\x95\x37\x88\xc1\x99\x19\x83\x88\x05\x00\x0d\x41\x93\xe0\xee\x91\x34\xe7\x39\xce\xf1\x68\x09\x20\xca\x86\xc7\x59\x80\xd3\xf0\xd0\x0a\x10\x32\x84\x90\x13\xfc\x30\x38\xb4\x58\x80\xc0\x50\xfc\x25\xf8\x61\xe0\xcf\xc6\x82\xb0\x19\xed\xb6\xc1\x04\x18\xed\x39\x05\x1b\x7e\x1a\xea\xc0\x80\x44\x4e\xc1\xc6\xe3\x13\x3e\x01\x91\x99\x13\x8a\xcf\x50\x45\x2c\x58\x95\x43\x9b\x1b\x5b\x66\x18\x1f\x48\x60\x78\x28\x3e\xcb\x73\xfd\x92\x90\x1c\x4a\xbf\x84\xea\x1b\xfa\xc4\x09\xba\xa7\x52\x21\x41\xf7\xd4\x43\x4a\x90\x3a\xdf\x6d\x84\xba\x89\x9d\x92\x0e\x14\xe9\x94\xdf\x12\x8c\x60\x88\x24\x1d\x4c\x3d\x09\xe9\xa5\x83\xcd\x9a\x8f\x8b\xa2\x92\x26\x46\x4b\xd2\x5f\x9e\xba\x72\xe9\xb1\xe1\x04\x92\x63\x24\x25\x01\xcb\x89\xb6\x4a\x87\xb4\xc9\x63\x09\x8c\x12\x63\xd9\x4f\x20\x54\xb3\x36\x65\x26\xf0\xec\x6e\x1f\xbc\x33\x33\xe4\x3d\x3a\x90\x3c\xab\x9b\x0d\x92\x09\xc6\x9c\x89\x50\x4e\x99\xba\x58\x29\x43\x9a\xa6\x4d\x42\xe8\x4f\x4c\x9b\x74\x48\x5a\x93\x34\xa9\xd1\x97\x4c\x08\xa3\x37\x68\x43\xf8\xa2\x4c\xf7\xfd\xc1\xce\x99\xc3\x2d\x28\xd0\xb6\xed\xd0\x72\x03\xf1\xb9\xde\xb7\x18\x8f\x91\x91\xf5\xd7\x26\x47\x95\x14\x86\x73\x33\x66\x3a\xa3\x0f\xa6\x0f\xf6\x90\xe5\x19\x3e\xf8\xdc\x0b\x61\x9e\x1f\x94\xd6\x42\xca\xde\x11\x0d\xbd\xb0\x42\x83\x47\xbd\x9e\xc3\xd7\xf6\x77\x2e\x3f\x5a\xd7\x6b\xb5\x97\x80\x42\x03\x44\xe8\x7a\xad\xbe\xc7\xa4\xcb\xa9\xfb\xe9\x13\x66\xdb\xba\xfb\x2e\x8f\x6f\x75\x1f\xf0\x96\xca\x55\x97\x6a\x0d\x02\x4a\x04\xb1\xca\x9a\xef\x93\xfd\x69\x6b\x15\x1b\xf1\xcb\x67\x3d\x82\xa4\xed\x6f\xab\x87\x8a\x0a\xa7\xa7\xbe\x71\x1a\x9c\x9e\x7a\x80\xcf\x80\x00\xa8\x87\xa1\x0d\x3c\xa0\x7a\x68\x0b\x6d\x02\xea\x21\xa0\x70\x80\xea\x81\x5d\x93\xee\xb7\xe1\xae\x6f\xcf\xa6\x1e\xd5\x65\x6e\xc6\xe8\xd7\xe2\xcc\xd4\x63\x48\xcd\xd6\xae\xf5\xd0\x3c\x38\x32\xa4\x0d\x8e\x30\x30\x5e\xab\x13\x4f\xa2\x1e\x5a\x9d\x47\x80\x98\x3f\xd9\x96\xcc\xbc\xde\x58\xe9\x1e\x7f\x6e\x1d\x7e\x6d\x91\x55\xcf\xad\xc2\x09\x36\x57\x24\xee\x15\x36\x55\x6d\xc6\xeb\xeb\x47\xc0\xf3\xe9\xd7\xde\xe2\x48\x78\xbb\xdf\x1b\x8a\x11\x7d\xd7\xef\x6d\x64\x47\x94\x62\x0f\x5b\x70\xc6\xb0\xad\xae\x9e\x36\x75\xe9\xd8\x2b\xf5\xac\x89\x42\x40\xbe\x67\x2c\xdf\x4c\x40\xbe\xbf\xde\x34\x01\xf9\x5e\xb6\xb6\x4f\x17\xff\xdd\xd2\x28\x1d\x5b\xb8\xf7\xba\x89\x4b\xe7\xde\x80\x91\xf6\xe1\xe6\x67\x33\xc4\x78\x36\xe3\x66\xc2\xd0\xa3\xee\xd5\xf2\xb9\xc5\xda\x40\xbe\x14\x18\x60\x36\xe6\x3f\xca\x3e\xcb\xd9\xb7\x09\x75\x9e\xc7\x16\x08\x73\x12\xf4\xb9\xf8\xb8\x75\x20\xf1\x4f\x30\xb7\x0e\x0c\xc1\x93\x78\xc1\x3a\xd1\xe0\x57\xda\x32\x7f\x5d\x48\xa1\xeb\xd9\x3c\xbc\x02\xa0\xbd\xe2\x9e\x7a\x25\xc0\x70\x95\x6d\x97\xae\x82\xc0\x04\xf5\xff\x52\x2e\x86\xf0\x17\x62\x71\x15\x0e\xfa\x4e\x1b\x35\xab\xc0\xc5\x37\x42\x7b\xe1\xd8\x5d\x84\xcd\x16\xde\xdb\x85\xa6\x5f\xf8\x2a\x4f\xe6\x95\x3d\xf8\xde\xd2\x71\xd5\x0d\x8b\xeb\xdc\x3a\x6e\x19\xd1\x4f\xc7\x71\xed\x46\x14\x16\x5b\xb6\xad\xa6\x95\xf1\xf0\x5d\xad\xbe\x4f\x78\x6d\xcb\x99\x9b\xb8\xdc\x7a\xad\x65\x1c\x86\xf5\x1a\xb7\xf8\x08\x0b\x03\x30\x11\x18\x5b\x6d\x29\x8c\xb6\x9d\xb9\xb4\xd2\x32\xfe\xc2\xea\x5b\xe1\x66\x30\xb0\x7a\x14\xe2\x5b\x50\xaf\xd7\x96\x7a\xb6\x59\xb1\xb4\x85\x12\x3e\xf1\xea\x2f\xf3\x6c\x6d\xb3\xfa\x23\xf8\xb7\xd0\x5c\x7d\x03\x2d\x84\xc0\x90\x97\xaf\xb7\x29\xb3\xfa\x36\x6d\xef\x73\xab\xf8\xd5\x5f\xec\x3f\x36\xfc\xc8\x07\xc2\x38\x7d\x92\x35\x4b\x13\x21\x3f\x5b\xca\x2e\x93\x01\x19\x3f\x64\xa1\x06\xd3\xbd\xb9\x6d\x0d\x76\xe2\x62\x8b\xc6\x16\x44\xf7\xb5\x1d\x97\x35\xfe\xb4\x06\x8d\x3d\xed\x7d\x6d\x41\xbc\xc6\x2b\x3b\x69\xc0\x2f\x6f\x50\x64\xcd\xf7\xab\xb6\x88\x5e\xd3\x84\x03\x5a\x6a\x11\xc8\xbf\x1f\x36\x72\x6a\xe1\x3d\x5b\x79\x2c\x14\xc6\x95\x19\xbd\x6d\xff\xe7\xc8\xff\xef\x78\xcd\x9b\x2b\xbc\x8e\xaf\x1f\x9f\xa8\xa3\x2f\x7f\xca\x35\xee\x93\xf8\x4a\xb2\x24\xee\xbe\x6d\xb6\x7e\x6e\x3a\xc8\x99\x10\xff\x87\x75\xf6\xcf\xa4\x8f\x20\xf8\xb3\x85\xd3\x67\x7e\xf0\x2d\x8a\x11\xeb\xec\x7c\x19\xb9\xf7\x24\x22\xf1\x79\xf3\xca\x67\xce\xc6\x89\x71\xbe\x72\x76\x6c\x26\x11\x92\xf3\x66\x89\x9c\xb7\x26\xdc\x3f\x55\x0e\x27\xd3\xe8\x7c\xc5\x6c\xdd\x63\x22\x30\x24\xfb\x8a\x7d\x85\xbe\x49\x1f\xf6\xda\x83\x8c\xce\x65\x6f\xee\x67\x2e\xa6\xd6\x10\xc8\xb9\xb8\xae\xe1\xa3\x07\x68\xe4\xd2\x5c\xc3\x58\x11\xdb\x9f\xcb\xe6\xd5\xfd\x43\xb8\xe4\x21\x3d\x51\xba\x63\xcd\xca\x3c\x7c\x2f\x0c\xb9\x7f\x5c\xa3\x98\xa8\x74\xbe\x61\xa6\xcc\xf4\xe9\x90\xbe\x69\xc6\xed\x84\x96\x2d\x75\xf7\x8f\x39\xb0\xcb\xbc\x66\xb5\xef\xcd\x82\xfa\x5e\xa7\x6f\xbd\xef\xd1\xb7\x95\xee\xfe\x79\xd3\x93\x66\x31\xef\xdd\x67\xf0\xe7\x39\x13\xa9\x44\xf7\xc5\x18\xd0\x73\x3e\x64\x14\x63\xb3\x8f\x28\xc6\x99\xcd\x73\x2e\xfa\x4c\x8d\x9d\xe4\x25\x6a\x82\xbe\x8a\xe2\x7d\x88\x52\xe6\xfa\x5c\xf6\x05\xb3\x9a\xe6\x3b\xb3\x7d\x26\x03\x39\xa3\xea\x3e\xd7\x6a\xea\xf0\x32\xad\x59\xec\x23\x4a\x73\xdd\xac\x51\xf9\xb6\x8a\x65\xfa\x5c\xb7\x19\x4f\xd7\x68\x26\x24\xc9\x9e\x10\x8c\xf9\xcc\x06\x5b\x9e\xcb\x0c\x6c\x77\xbe\x6e\xaa\xd1\xef\xed\x7e\xef\x70\x2c\xf9\x99\x3a\x92\x7d\x6f\x8e\xd6\x3e\x69\x36\xc1\x0c\x67\x66\x54\xc2\x67\xae\xd3\xb1\xe0\x94\x10\xcc\x67\xae\xc4\xdd\x9e\x6c\xb6\x78\x39\xdf\xbb\xf7\x8f\x09\x53\xbe\xb7\x19\x9d\xbd\x48\xe5\x34\xcf\xa3\x05\xc7\x66\xdf\x1b\xf4\x89\xd3\xab\x90\xdd\x8c\x8e\x45\xf4\x3e\x38\xd2\xb9\xc5\x68\x9f\x34\x17\x93\xa5\xec\x95\x21\x95\x27\x9b\x5a\x4d\x97\x7d\xbc\x67\x7e\xae\x25\xf6\xc5\x00\xc9\x53\xc8\xb1\x37\xcf\x43\x59\xfd\x94\x9b\x35\x3a\x38\x6d\xee\x41\xe2\x3c\x9a\x38\x6d\xb8\x54\x0f\x16\x77\xee\xf2\xe0\xeb\xf3\x9a\xfd\x46\x36\x7f\x66\x5d\xc7\x6c\x06\xb9\xbb\x86\x1e\x64\x2e\xe4\xe9\x7b\x45\x96\xf4\xfe\xf6\x6d\x6c\x74\xcf\xed\x15\xcf\x85\x8c\x75\xf7\xdc\xba\x61\x78\xbc\x9a\xdc\x07\x7b\xd5\x31\x4e\xca\x61\xbe\x77\xb2\xf7\x7a\x79\xe5\xb8\xc9\x8c\x06\xf6\x60\x44\xe5\x50\x34\xad\x0b\xcd\xaf\xcf\x85\x93\x93\x87\x34\x8f\x77\xaf\xc0\xcb\x48\xcd\xbe\x61\x9f\x63\xc1\xc1\x30\x36\x59\x1e\x73\xb9\x8f\x7d\xc5\x3e\xde\x7b\x86\x7d\xee\x33\x32\x62\xb8\x07\xc3\x58\x75\xe1\xcc\x47\x4d\xf6\xb9\x2e\xb2\x13\x27\xed\x33\xeb\x6a\x3d\x85\x33\x47\xad\x7c\xe6\x61\x0e\x0a\x7d\x9c\x71\xa5\x3e\xf3\xd0\xdc\x44\x7b\xe6\x21\xef\x0f\x3d\xdd\x03\x9a\xa7\x67\x34\x4d\xa5\x91\xfe\xc9\x53\x39\xa9\x27\x14\xc8\xe8\xe4\xe9\xf7\x4e\x23\x0b\x18\x36\x19\xbd\xb3\x7f\xa6\xa9\x63\x73\xc2\xce\xc7\x1e\x84\x33\x91\xdd\x75\x0f\x74\x7f\xc2\xf9\x26\x92\xbb\x7d\x24\x2a\x4f\x13\xbc\xee\xc1\xac\x8e\x65\x5f\xa6\x38\xd0\xc1\x09\xca\x9c\x29\xef\x4f\x1c\xd1\x70\x16\x73\xcb\xd1\xbe\x87\xec\xaf\xc9\xee\x06\x5e\x66\x37\x23\x7c\xb0\x6e\xaf\xf6\x75\xfa\x90\x9d\x53\x0c\x4d\x62\x0b\xe1\x22\x9f\x3e\x87\xb4\x80\xa1\x70\xb9\x07\x62\x68\xa2\xf8\x03\xf6\x6c\x9e\xcb\xef\x5d\xd0\x4c\x5a\x21\xcf\x25\xcd\xcb\xf7\x48\xa9\x2f\xf7\x79\x61\xfe\x85\xeb\x31\x6d\x5d\xed\xf3\x3d\xf8\x72\x89\xbf\xd7\x83\xb9\x39\xcb\x95\x7c\x0f\xac\x05\xeb\x58\x96\x58\x5b\x8f\x99\x6b\xf8\x63\xa9\x6b\x17\xb8\x0a\x84\xea\xf3\x72\x4f\x17\x31\xcb\xb0\x6d\x73\xb5\xfc\xbf\x51\xe4\xf3\xaa\xf9\xbc\x9a\x43\xb0\x2d\x83\x85\x14\xab\x67\xfb\x8a\xe9\x6b\x33\xd6\x1c\xff\x1a\xf6\x21\xce\xd6\x00\x26\x8b\x78\x60\xb0\x9a\x67\xa9\xae\x16\xee\x5e\x30\xc8\x8e\xe7\xf3\x59\x0e\x82\x6b\x21\xe0\x41\x61\x1a\xef\x1f\xde\x0b\xc4\x51\x0e\x44\x57\x39\xa2\x90\x25\xca\x7a\xa0\x72\xca\x01\x14\x43\x20\x90\x71\x3c\xce\x07\x9b\x85\x40\x40\x09\x87\x68\xff\x98\xd9\x7e\xcc\x5f\x9f\xf4\x09\xb1\x40\x42\x06\x8f\xe8\xb3\x1c\x42\x27\x10\xd6\x3d\x80\x4e\x39\x88\x2a\x85\x48\xb8\xe9\x40\xac\x94\x83\x1c\x5d\x30\xa0\x88\x9b\xb3\x7f\x58\x23\xe2\xd9\x9f\x7e\xdb\x49\x3c\x26\x44\x82\x02\x67\x4a\xf6\x71\x84\x09\xbf\xf0\xe4\x08\xcb\xf9\xbc\x7d\x99\xcc\xf7\x4d\x1f\x21\x92\x90\x08\x74\x9e\xdd\xf9\x50\x61\xc1\x28\xc5\x89\x28\x2c\xa7\xeb\x26\x82\x6e\x97\xeb\x5e\xf8\xc8\xc1\x4c\xda\x15\x22\x7d\x7a\x90\xe6\xb6\xae\xf4\xf6\xb1\x7f\xc6\xeb\xaf\xcd\xc3\x9f\xe5\x72\xaf\x1e\xe7\x73\xaf\xae\x6a\x1f\x6e\xfe\x55\xa1\xf9\xda\x6a\xf7\x62\xf7\xae\x06\xc5\x97\xd4\x19\xe0\xbe\xa4\xee\xc2\xa1\x0c\x99\xe8\xfc\x35\xd8\xa9\x4b\x86\xca\x7c\xd9\x05\x43\x95\x0b\xe3\x39\x50\xc3\x54\xae\xe5\x7c\x7e\x59\x26\x1a\x76\xfb\x65\x77\x72\x0d\x4e\xf2\x46\x59\x95\x5b\x8a\x0b\xde\xfd\x2d\xc5\x37\x91\x91\x60\xc0\xee\xae\xa0\xe0\xc6\x89\x0f\xc6\xcd\xee\xce\x1a\xb7\xb4\x20\xa8\xcb\x2d\x2d\xb7\xf1\xea\x83\xac\xd9\x3d\x5d\x83\x08\x62\x3c\x08\x95\xdf\x18\x55\xe5\x86\xbe\x78\x70\x92\x41\xfa\x82\xb9\xd3\x83\xe4\x64\xd8\xde\xd1\x67\x09\x26\x2c\xf1\x4e\x4b\x80\x41\x4b\x30\x04\x87\x6f\x5d\x82\x34\x07\x38\x2b\x52\xd8\x51\x42\x67\x8d\xe0\x1a\xf8\xa3\x25\xba\x46\x34\x43\x77\x12\xe7\x88\x18\x69\x25\x9a\xa8\x3b\x09\xb1\x44\x8c\xb4\x12\xe1\x98\x88\xa1\x55\x62\x72\xec\xf3\xf6\x31\xd6\x75\x23\x0a\x36\x5e\x84\x23\x63\x87\x13\x22\x06\x68\xb4\x4e\x22\x0e\x68\x8e\xd2\x82\x40\x2a\x49\x5a\x92\x59\x64\x4a\xa0\x4a\x12\x69\x09\x03\x25\x52\xd5\x54\x12\x86\x74\x49\x44\xd1\xa2\x09\xf3\x84\x22\x29\x49\x5a\xee\xcc\x7c\xd2\x92\x4c\x56\x98\xa6\x4f\xc3\xf9\xc8\x12\xc4\x00\x36\xd2\xe4\x7b\x93\xd9\xa9\x3f\x15\x21\x0c\xfb\x98\x2f\x10\x8a\xd5\x39\x29\x3a\x1d\x46\x09\x8a\x4e\x47\x79\x7c\xcf\x00\xb6\x4e\x47\xc9\x7e\x87\xa1\xc6\xbc\x35\xe1\xfe\x31\xe3\x0f\x17\x65\x14\x62\xc9\xa6\xa5\x93\x63\x95\x38\xf9\x31\x05\x46\x9a\x28\x3f\xd1\xbe\xb7\xe2\x82\x94\x3e\x46\x6e\xc9\x6f\x4d\x07\x1c\x98\x95\x4c\xaf\x63\x73\x12\xc0\xd6\xb1\x29\xf9\x2d\x7d\xb9\xad\x8f\x90\x96\xfa\xbe\x67\xfd\x83\xeb\x36\x4b\x00\xa2\xc5\x0e\xc3\x3e\x73\x51\x44\xc7\x72\x83\x53\xb3\xc1\xab\x53\x9a\xbb\xdf\xf1\x66\x1e\xc1\x41\xee\xd2\x67\xce\x11\xe3\xbf\xe4\x71\xdb\x67\xa9\xc5\x63\xdf\xfb\x9e\xd9\x44\xe7\x1b\xdd\x3e\xe9\x23\x44\x48\x04\x66\xff\xf8\x1d\x9c\x6f\x9e\x7e\x87\x61\x79\xb1\x9b\xa7\xf3\x4d\xab\x31\xb2\xb5\x10\xd3\x3e\x4b\x49\x8a\x45\x0c\x8e\x5d\x26\x6f\x93\xc5\x10\x7e\x87\x01\xc4\xb3\x58\x9e\xc0\xba\x3a\x7c\xf9\x7a\xcb\x1c\xb2\x7d\xd3\x3e\xf2\xea\xd1\xf7\x8c\x57\xc8\x0b\x05\xa3\xb9\x14\x53\x93\x78\xf1\xa5\x44\xf6\xb4\x18\x4b\xb8\xde\xba\x04\xdf\x33\x2a\x7c\x59\x02\x20\x9e\x8b\x3e\xf8\x45\x2e\xa1\x28\xd9\x8b\x19\xeb\x8b\xe0\x78\x79\x92\x7d\x8f\x7d\x96\x36\x14\xfb\xa4\xef\x2d\x50\x80\x07\xad\x87\xcd\x17\xfb\x5c\x94\xba\xa5\xf9\x6d\xec\x41\x51\xee\x16\x03\x9a\x97\x55\x19\xcd\xb1\x4d\xfa\x9e\xf3\x17\x95\x7d\x29\x4d\xf2\xfb\x3b\x84\x6d\xeb\x6f\x1f\x47\x43\x81\x5f\xc1\x51\xfd\x2c\xc5\x30\xef\x55\xac\x64\x08\xf6\x49\x02\x8a\xbd\x0c\x49\x10\x12\xf8\x29\xa5\x08\x09\x4b\x6f\xf3\x6d\x9d\x89\xa2\xb5\x18\x44\xc1\xa6\x29\x65\xf9\x9e\xd5\x2d\xf8\xb0\xa5\x2c\xb7\x5c\x9b\x95\x7a\xdc\x52\x3d\xea\x6a\x9c\xe5\xbe\xed\xe3\xb8\x6a\x34\x45\x6f\x29\x00\xf6\x55\xb1\x14\x37\x5b\x58\x84\xa3\xba\x7f\x2c\xa8\x48\x16\x20\x00\xe3\x6a\x14\xff\x26\xd8\x5f\x3d\x2e\x6b\x6d\xb3\x75\x20\xfa\xa6\xa5\xca\xa2\x8a\xae\x5a\x7d\xcf\x78\x84\x95\x17\x55\x95\x53\x3d\x2e\x8a\x9d\x4b\xf5\xb8\x2c\xca\xcd\x6f\x75\x42\x63\x4f\xab\x41\x75\xc5\x5e\x95\x1d\xab\x19\xdd\xc0\xbe\x54\xd9\x11\xd7\xf3\xcc\x14\xf5\x95\x3a\x8a\x7d\x6f\xa2\xde\x3e\xbf\xc3\x7d\x0e\x40\x16\xa7\x74\xff\x00\xbb\x70\x5b\x38\xe0\xbe\x98\x0b\x0b\x96\x81\x4c\x20\x56\x8d\x92\x06\xab\x34\x54\xc5\x15\xd6\xcb\xc1\x82\x08\x6c\xdb\x52\x4d\xbe\x06\x6b\x1c\x96\xeb\x7a\x46\x01\x5a\x9a\x67\x64\x71\x70\x56\x7c\x53\x0f\xbc\x7f\xac\x0d\x78\xeb\x09\xd8\xab\x37\x7c\x18\xde\x4a\x82\x68\x9f\x34\xa3\x9e\x5b\x9c\xf6\x99\x7b\x4f\xd6\x08\x70\x96\xcd\xca\x33\xd5\x41\x53\x2c\xb7\xb7\x72\x24\xd9\x17\xec\x93\x96\x62\x15\x41\xb1\xcf\xef\x20\x4f\xd7\x34\xbe\x5a\x55\xa4\x23\xce\x5a\x95\x16\xeb\x1e\x43\xb1\x4e\xc0\xef\x30\x5f\x46\x8c\xb4\xb4\x3a\xec\x33\x23\x48\x1a\xa4\x29\xaa\x9b\x38\xd0\x88\x6c\x4d\x9a\xdf\xea\x11\x92\x2f\xad\x55\xfb\xcc\x4d\x62\x7a\xe8\x63\x97\xa6\x7a\xb6\x94\xb2\xa9\x9e\x9b\xbc\x6a\x9a\xac\x0d\xdf\x1b\x66\xe3\x1d\x4b\xdc\xa2\x34\xc5\x77\x3c\x4d\xe4\x67\xfb\xde\x3a\x04\xbe\x6d\xb8\xf7\x16\x3c\xc7\xcb\x44\xbc\x7b\xf5\x66\x50\x2f\xb3\xfb\xee\xd5\x34\x8f\x6b\xf9\x80\xa2\xba\x4d\xeb\x03\x2e\xd3\xf3\xd2\xb2\xde\x62\x00\xd6\x50\x7c\x37\x31\x14\xc9\x56\xb5\x25\x2d\xcb\x2c\xb3\xc5\x1b\x4b\x5a\x2c\x66\xcb\x56\x08\xa8\xda\xdb\x9b\x99\x35\x35\x2f\xae\x7a\xf0\x7b\x2f\xb3\xfa\xc1\xbe\x64\x0a\x9f\x0c\xb4\xb8\xea\xe1\x4d\xcb\x93\x3c\x56\x46\x18\x2b\x8e\x19\x15\xdb\xe3\x63\x9f\xdf\xf6\xa6\xef\xa7\x7d\x56\x55\x04\x33\xef\xae\x91\x5c\xc3\xfc\xb9\x62\xbe\x3f\xce\x17\xcd\xa3\xdf\xf6\x59\x35\x80\xcc\xe9\x9a\x05\xfd\x71\xac\x49\x71\x4d\x80\x6e\x99\x4a\x36\x03\xae\x7c\xe9\x56\xb2\x65\x72\x4c\x5d\x4c\xf6\xfa\xce\x67\xaa\x3d\xd9\xe7\xf9\x92\xe5\xea\x35\xdb\xe7\x9e\x3e\x26\xde\xfd\x5e\x0b\xdb\xb2\xa9\x71\x55\x49\xb7\x42\x39\xa2\x4a\x7a\x73\x5d\x2b\xdb\xb2\x89\x72\x65\x53\xb7\x3e\xd2\x22\x8d\xae\xd9\xfc\xc6\x64\x22\xbc\xd5\x35\x29\x7a\xb7\xc8\x00\xb9\xd6\x87\xf3\x69\xce\x95\xc3\x3e\xf7\xef\xc5\xa4\x55\x02\x62\xd2\xd8\x4d\x24\xde\x54\xba\x32\xac\x4f\x53\xc9\xc8\xbf\x3e\x3d\xa3\x69\x1a\xfb\xb2\xcf\xfd\xd3\x3c\x2c\xd6\x50\x88\xc9\xbe\xde\xf7\xf8\xde\x55\xed\x13\x07\xd9\xb4\x3d\xf4\x0d\x65\x53\x7c\x93\xfc\x8f\x7d\x96\x41\x64\x73\xfd\xd5\x3e\x4b\x0b\xd0\x79\x23\x74\xfb\x2c\x1d\x30\xbb\xad\x99\x3b\xde\x4a\x91\x62\x02\x3f\xdb\x27\xaf\x52\xc9\x30\x34\xcd\x87\xa5\x4d\x09\x19\x31\x34\x29\x86\x66\x41\x62\x0f\x86\x6e\xc2\x78\xf3\xc0\xf0\x82\xf1\xa1\x62\x7c\x28\x13\x73\x2b\x43\xd9\xe4\xa5\x80\x58\xe2\x2f\xfb\xf6\x65\x54\xc9\xaf\x92\x1f\x9d\x7a\xda\x67\x4a\x1c\xb6\x18\x42\x62\x34\x13\xdb\x96\x3e\x34\x3f\xc9\xac\x29\xc5\xfa\x65\x34\xe7\x6b\xce\x47\x55\xc7\xd0\xf2\x1c\xfd\x2d\x1a\xa0\x82\xa0\x3b\x9f\x21\xaa\x64\xf5\x42\x97\xfc\x37\xa7\x6c\x75\x82\x22\x6e\x74\x3f\xe9\xb1\xcf\x6d\xd3\x1c\x49\x96\x41\x10\x7b\x28\x43\xb1\x57\x80\xfb\x50\x4d\x0e\x33\x97\x84\xda\xca\x50\x14\x8e\xf1\x16\x13\x40\x8b\x1e\xcd\xd0\x8b\xe0\xca\x45\x19\x8a\x1a\x43\x63\xc9\x92\x78\x43\x63\x65\x12\x9a\x4d\x07\x62\x6f\x2a\x6a\x66\xf4\x3d\xa0\x38\xf5\xae\x66\xf2\x3d\xac\xb8\xa9\xb8\x98\x98\x19\xe9\x88\x96\x19\x24\xfb\x3c\xea\x64\x81\x01\xdf\x36\xcd\x51\xa7\x64\x99\x80\x63\xf5\x22\x12\xa6\x87\x21\xb4\x62\x0e\x27\x11\xaa\x2c\x86\xcb\xca\xac\xae\x6b\xf5\x82\x1e\x83\xd7\x31\xd2\x01\x7b\x1b\x42\x2b\xb3\xbe\x29\x7e\x68\x16\x07\xb3\x9a\xc2\x7f\x2c\x28\xe0\xdc\x66\xb3\xb2\x01\x16\x9d\xaa\x2b\x43\x6d\x39\x65\x0b\x07\xfc\x0e\xe2\x25\x89\xab\x20\x65\xaa\xc2\xe6\x8b\x0d\x4b\x02\xf4\x4a\xe6\x5b\xee\x01\xfb\x4c\xb1\x31\xcd\xaf\x1f\x16\x32\x88\x8d\x69\xf5\x75\xc2\xea\x9f\xdd\xef\xe8\xee\x1f\xa6\xd6\x14\x1b\x44\xf0\x76\x1f\xfb\x22\x36\xe6\x8b\x0d\x3c\x01\xc3\x79\xc5\x70\x5e\x4e\xc5\xf2\x04\xcf\x68\xf8\x6d\x88\xb3\xa9\x48\x9a\x9a\xaf\x0f\xe6\xd7\x14\x2f\x73\xf8\x6d\xd2\xa2\x98\x9a\x62\xe8\xc1\xb3\x98\x62\xc8\x50\x60\x32\x2e\x65\x28\xb0\x4c\x4c\xa8\x64\xf5\xfe\xd4\x84\x32\x3c\x98\x2c\xd5\x9f\x7a\x2f\x73\x99\x8f\x3b\x7c\xaf\xd8\x57\x2d\x76\xa0\xa2\x40\xfc\x2d\xf1\x77\x22\x06\x96\xf8\x5b\xd4\x0a\xa4\x93\x32\xce\x15\x8a\x7d\x8e\x25\x5a\xb0\x54\x7f\x4b\xf5\x67\x79\xfb\x52\xfd\x79\x0d\x26\x9d\xa8\xd3\x95\xd8\xfb\x25\x4e\xad\x96\xe7\x6a\xcc\xfe\x79\xcb\x2b\xac\xa8\x70\x8d\xe4\x58\xb0\xb6\x1e\xc7\x5a\xa1\x72\x5a\x12\x21\x26\x97\x85\x26\x27\x67\xb4\xc4\xcb\x42\xbd\x24\x3d\xb3\xa5\xdc\x58\x60\x23\x5d\x98\x23\xab\x83\x35\x2f\xc2\xa4\x4b\x9a\xe5\xf3\x65\x41\xc9\x65\x09\x85\x91\x81\xe5\x19\x5d\xb7\xd5\x17\xd2\x37\x7d\xcf\x6f\xd3\xf4\x5d\xec\x73\xd2\xe3\x5a\xaa\x83\x25\x9f\x5f\x89\x5a\x0b\xd4\x41\x3d\x30\x1f\x12\xa1\xd9\x7a\xe0\x39\x56\xe3\x93\x89\x34\x4f\x35\x3e\x59\x0f\xf9\x1c\x17\xa8\x1e\xf0\x79\x3d\xde\x24\xf3\x41\x51\x04\xb1\xb4\x7a\xc0\xbf\x89\x8b\x8f\xf5\x78\x9c\xcf\x0a\x20\xae\xa0\xd5\x83\x10\x78\x35\x3e\x99\x6e\xeb\x3e\x50\xf7\xd5\x6b\x36\xe9\x7e\x2b\x36\x1c\x4b\x3c\x36\xdd\x16\x5e\x74\x69\x01\xe3\x89\x0a\xeb\x7a\x0c\xbf\x63\xf8\xde\x63\x9f\xef\x0d\xd7\x78\xac\xd3\x38\xe8\xc3\x43\x4f\x94\x6a\xd7\x83\xbd\xaa\xc7\x74\xdd\x42\x3d\x08\x6a\xb7\x1e\xba\x09\x54\x8b\xd7\x03\x37\xa1\x1e\xba\x09\xd4\x48\xd7\x63\x49\xb3\x66\x1a\x65\xcf\xd5\x18\x68\x3d\xb7\x16\xdc\x0c\x58\xcf\xad\x08\xf7\xcf\xde\xa8\xdb\x81\x27\x2e\x76\xf5\x1e\x10\x95\x2e\xdc\x02\xfa\xac\xa7\xec\x72\x51\x2f\x92\xed\xa1\x56\x64\xcf\x64\x98\xb3\x12\xaa\xa4\xc0\xbf\x1a\xa8\xac\x84\x0c\xb9\xea\x57\x0d\x18\x56\x82\x83\x61\x03\xa9\x1a\x1a\xac\xf7\x16\x50\x54\x18\xd7\x1b\xf1\x54\xef\x2d\x91\xb0\xcd\xab\x61\xbc\x4a\x78\x0e\x2d\x5e\x0d\xce\x55\x02\x71\x84\x7d\xaa\x61\xb8\x4a\x28\x8d\xfb\x71\xd5\x40\x5a\x25\x40\x46\xcd\x6b\x35\x3c\x56\x09\x71\x95\x0d\xed\x6a\x80\xab\x12\xa4\x2a\x00\xcc\x10\x55\x35\x44\x75\x6c\x1d\x59\x8d\x50\x55\x23\x54\xe7\x55\x7e\x51\x9b\x57\xe3\x57\xd5\x38\x12\xb9\xd2\x6a\x18\xa9\x7a\xf5\xe3\xa2\x7a\xc7\xc8\x48\x35\xca\x70\x6f\x91\x5b\xcd\x66\x57\xbd\x6a\x1c\xbb\xaa\x53\x5d\xdf\x5a\xfa\x6d\x04\x54\xfd\xdd\x5a\x5f\xa5\xb8\x07\xea\xd6\x55\x53\x84\x69\x7b\x4d\xd5\x0c\x61\xd5\x4a\xa7\x7c\xbc\x6a\xa4\xd7\x37\xc9\x17\x37\x88\xb5\x6d\xab\x25\x97\x05\x9e\x18\xbe\x45\x1a\xec\x3a\xb6\x18\xac\x5a\x39\x15\x35\x7c\xa1\x95\xaa\x5a\xb8\x7a\xd7\x90\xeb\x89\x55\xc5\x57\xc9\xaf\x5c\x17\x7c\xa3\xac\xac\xc8\xa2\x8b\x28\x41\x55\x14\xd5\xb5\x59\xe4\xa2\x92\xb3\xae\xe1\x5b\x6f\xe1\xd1\xf5\xe5\xb3\x99\x88\x68\x30\xe1\x15\x36\x7f\x34\x73\x04\xed\xf0\xda\xdc\xb6\xf0\x9a\x70\x6e\x20\xf5\xa2\x26\xb2\x09\xd5\x26\x30\x51\x32\x4d\x64\x36\x91\x49\x9a\xbf\x09\xcd\x06\x34\x2f\x2e\xdc\x36\xb1\xd9\xc0\xe6\x45\x4d\x66\x13\x9c\x8d\x98\xf2\x7d\x6c\xbc\x36\xb1\xd8\xc0\xa2\xf5\x32\x4d\x30\xb6\x20\xcc\xf7\xe6\x34\xd1\xd8\x40\xe3\x4d\xa2\xa9\x09\xc7\x06\x1c\x6f\x84\x4a\x13\x8f\x0d\x3c\xde\x61\x6f\x4e\x13\x90\x0d\x40\xde\x61\x6f\x4e\x13\x91\x0d\x44\xde\x54\xcb\x36\x11\xd9\x40\xa4\xe5\x42\x4d\xc8\x35\x20\x77\x53\x04\xd6\x84\x5c\x03\x72\xf7\xb3\x3d\xe4\x26\xe4\x1a\x90\xbb\xf3\x76\xb8\x9b\x90\x6b\x40\xee\x2e\x71\x0f\x14\x72\x0d\xc8\x05\xec\xa6\x26\xe4\x1a\x90\x0b\xd4\xfb\x37\x21\xd7\x80\x5c\xe0\x92\x52\x13\x72\x0d\x7f\x38\x5c\x69\x0f\x6c\xc4\x4d\x1a\x28\xf4\x22\x67\x13\x85\x0d\x14\x06\x44\x64\x13\x85\x8d\x2c\x70\x08\x6c\x8e\x28\x6c\xa0\x30\x44\x36\x47\x14\x36\x50\x18\x70\x0f\x9a\x28\x6c\x33\x9e\x5f\x3f\x02\x35\x9b\x6d\xc6\x9b\x2e\x06\x52\x11\xd9\x04\x66\x03\x98\x81\x9b\x2e\x4d\x60\x36\x80\x69\xd6\xa3\x09\xcc\x06\x0a\x03\xd9\xf8\x2e\x0a\x3b\x28\x0c\x65\x6b\x96\x2e\x0a\x3b\x28\x8c\x54\xa3\x76\x51\xd8\x41\x61\x3c\x29\x64\x13\x85\xfd\xac\xf5\xeb\x47\xbc\xb6\xb7\xd4\x4f\xa2\x4f\x1d\x60\xc6\x6b\x5b\x12\x5d\x60\x76\x80\x19\x89\xbf\x75\x81\xd9\xaf\xad\x6c\x23\xf9\xbc\x7e\x91\x75\xe8\x60\x35\x12\x79\xea\x62\xb5\xdf\xdb\xc2\x8d\x04\x67\xfa\x8d\xc5\xd0\x81\x6f\xe4\x46\x45\x17\xbe\xfd\xde\xfe\x41\xa4\x4a\xad\x23\x67\x3f\x3b\x88\x8e\xd4\xa1\x77\x11\xdd\x43\x8c\x5f\x3f\x22\x37\x2d\x7b\xc0\xf9\xee\x0a\x5c\x2a\x85\xbb\x20\xef\x80\x3c\xa6\x6d\xf7\x75\x41\xde\x01\xb9\x17\x3a\xba\x20\xef\x80\x3c\x66\x6a\xf7\x04\x79\x4f\x0a\xef\xfb\xde\x5d\xbe\x95\x1a\x5b\xb8\xc7\x25\xcc\xcf\x9e\xb6\xe9\x80\x8c\xeb\x09\xe3\xae\x27\x14\xe4\xcd\x65\x9c\x9e\xa6\x53\x2d\xfb\xd8\x7b\xb9\xa3\x2b\xaf\x6f\x6a\x91\xba\xec\xd1\x15\xd8\xb7\x95\x85\xf2\x47\x57\x24\xdf\xf8\x87\x5d\x06\xe9\x44\xd5\xcf\x40\x6a\xa9\x67\x8c\xcf\x9e\xbd\x19\x96\xa0\x8e\x78\xfb\xfe\xa1\xd6\x22\x15\xc6\x4e\xc7\x7a\xb3\x8b\xf2\xda\x9e\x89\xdf\x75\x2f\x0b\x3e\x5c\x8b\xec\xc4\xc7\xf7\x8f\x75\x15\x1b\x68\x5d\x2e\xec\xd4\x3b\x45\x2e\x10\xf4\x82\x5d\xd8\x09\x5a\xa7\x83\x55\x0b\xd1\xcf\x0e\xaf\xa6\x63\x83\xb6\xcb\xab\xbd\x6c\x0d\x99\x8e\x58\x28\x93\x64\xe7\x28\x29\x4a\x94\x71\xf5\xb2\x0d\x83\xcf\x0e\x47\xa7\x73\x8b\x82\x2e\x47\x77\x38\x3a\x9d\xdb\x53\xeb\x72\x74\xa7\xf6\x25\x51\xe3\xd3\x2b\x3a\xbd\xc3\xe4\x89\x8c\x52\x97\xc9\x3b\x4c\x9e\x60\xdf\x2e\x93\xf7\xe6\x5b\x5b\x69\x76\x39\xba\xc3\xd1\x89\xab\xca\x5d\x8e\xee\x5d\x0d\x7d\xed\x81\x72\x74\x87\xa3\x53\xda\x5a\xb1\xcb\xd1\x1d\x8e\x4e\x69\x6b\xc5\x2e\x47\x77\xd8\x37\x51\x14\xd7\x65\xdf\x0e\xfb\xa6\xbc\xb5\x62\x97\x7d\x3b\xec\x9b\xca\xfd\xfc\xa2\x4e\xee\x72\x77\x87\xbb\x9f\x63\x2b\xcd\x21\x77\x0f\xb8\xfb\xe1\xea\xf5\x90\xbb\x07\xdc\xfd\x70\x15\x75\xc8\xdd\x03\xee\x7e\xae\xad\x34\x87\xdc\x3d\x60\x65\xff\x82\xc6\x90\x95\x07\xac\xfc\x84\x23\xef\x2e\xdf\x82\x6f\x1f\xa2\xa5\x43\xbe\x1d\xb7\x56\xca\xf6\x02\x87\x4c\x3a\xe0\xc8\x87\xd2\xd7\x21\x47\x0e\xd8\xef\xa1\x8a\x79\xc8\x7e\x03\xf6\x7b\x40\xf9\x90\xfd\x86\x16\x4f\xde\x1a\x72\xc8\x7e\x03\xf6\x7b\xc0\xf8\x90\xfd\x06\xec\x97\xc9\x76\x0e\xd9\x6f\xa4\xed\xa2\x79\x63\x7c\x24\xcc\xf9\x91\xb4\x95\xf6\x0e\x0f\x19\x6b\x50\x34\x68\xca\x67\x3c\xc4\xc6\x06\xbc\x96\xdd\x09\x59\x6d\xc0\x6a\x5e\xf8\x1c\x72\xda\x80\xd3\x32\x97\x3b\x87\x8c\x36\x60\x82\x1c\xb6\xf6\x18\xf2\xc0\x00\xdd\x19\x21\x30\x44\xf7\x00\xb7\x39\x26\x8a\x7a\x7d\x0b\xdc\x7a\x0f\x60\x88\xdb\x51\xb7\x60\xb0\x42\x7b\xd4\xe9\x5b\x0c\x24\x1f\x3e\xc4\xed\x00\xb7\x99\xbf\x23\x32\xc4\xed\x20\x62\x6c\x81\xd3\x30\x60\x3c\x80\x72\x26\x96\x36\x84\xf2\x00\xca\x99\x58\xc5\x10\xca\x03\x28\x97\x63\x6b\xdb\x21\x94\x07\x50\x2e\xb0\xd8\x10\xca\x83\xe8\x45\x21\xe5\x3b\x0c\x5e\x0c\xd0\x5d\x48\xd7\x0c\xd1\x3d\x40\x77\xc1\x55\x19\xa2\x7b\x80\xee\x42\x32\x64\x88\xee\x01\xba\x4b\xd8\xf2\x6b\x08\xdf\x01\x7c\x4b\xdc\x4a\x60\x0a\xdf\x09\x7c\x4b\xda\xd2\x6b\x0a\xdf\x09\x7c\x4b\x4a\xf9\xcb\xe7\x14\xbe\x13\xf8\x16\x8a\x7d\xa7\xf0\x9d\xc0\xb7\x10\xe6\x9d\xc2\x77\x02\xdf\xc2\xcd\xf3\x29\x7c\x27\xf0\x2d\x14\x43\x4d\xe1\x3b\xcd\xed\x1f\x44\x18\xa6\xf8\x9d\xe6\xdd\x0f\x72\xa1\x53\x00\x4f\xf3\xe9\x07\xf9\xb8\x29\x82\xa7\xb9\xf3\x83\xa4\xd4\x14\xc2\xd3\xfc\xf7\xc1\xad\xd3\x29\x86\xa7\x79\xed\x83\x04\xc5\x14\xc4\xd3\xdc\xf4\x11\xb7\x32\x98\xa2\x78\xaa\x0c\x0e\x2a\x37\xa6\x98\x9d\xaf\xf1\x4e\x44\x60\x8a\xd0\xa9\x32\x38\xa8\x3d\x9e\x42\x74\xaa\x0c\x0e\x8a\x00\xa7\x18\x9d\xe6\x79\x0f\x02\x97\x93\x4b\xf1\x9f\x53\xe1\x7d\x94\x6d\x97\x4c\x81\x3b\xbd\xfd\x7c\x1e\x6c\x95\x39\xc4\xa9\x25\x7f\x1e\xdb\xc3\x9b\xa2\x79\x6a\xca\x9f\xfc\xa5\x8b\x29\x9c\xa7\xb6\xfc\x79\x3e\x7b\x3e\xf1\x3c\xeb\xeb\x5d\x6c\x39\x3f\x45\xef\xf4\x7e\xe6\x79\x6f\xa5\x31\xb9\x9f\xf9\x39\xb5\xf0\xcf\x9b\x83\x14\xd2\x93\xf8\xfe\x79\x72\x95\x63\x12\xe5\xdf\x3f\xbc\x47\xf2\x65\x0a\xea\xa9\xdd\x7f\x86\x0d\xbb\x29\xaa\x27\x35\x79\xe7\x49\x40\x7c\x76\x0a\x26\xa7\xc5\x78\x67\xda\x4e\xd3\x14\xea\xd3\xa2\xb8\x93\xcb\x41\x53\xac\x4f\x6f\x29\x9d\x5c\x14\x99\x16\xc0\x4d\x23\x75\x27\xd7\x35\xa6\x68\x9f\xde\x95\x39\x49\x82\x4c\xe1\x3e\x27\xb5\x1b\x67\x06\xa3\x93\xda\x8d\x69\x61\xd6\x89\xe0\x9a\xf2\xc0\x34\x8a\x71\x52\xf0\x37\x65\x82\x69\x94\xe0\xa2\x80\x70\xc9\x05\xcb\x8b\x19\x17\x7f\x81\x61\x1d\xd8\x2f\x4b\x0f\xfe\x3a\xa9\xdc\x97\x35\xd6\x41\x14\xe3\xa2\xb0\x6d\x1d\x58\x56\x4b\x0f\xf9\xc2\x26\x5b\xf2\xcb\x3a\x89\x26\x5c\x17\x25\xe5\x27\x85\x86\xeb\xa4\x66\xfc\x42\x0d\xae\x13\xf5\xbc\x5e\x27\x99\xa4\xe8\x92\xb1\x96\xd5\x3f\x17\x77\x2c\x96\x9c\xb5\x2e\xa2\x8b\x17\x7f\x48\x62\x5d\x44\x6d\x96\x55\x3d\x57\x78\xe8\x73\xec\x45\x24\xf6\x22\x19\xb6\x2e\x02\xfb\xcb\x9a\x9b\x8b\xeb\x99\x4b\x1e\x5c\x37\x89\x8c\x2b\x66\xfa\x48\x64\x2c\xf9\xf2\xf2\xfe\x80\x7c\xb9\xe4\xcb\x2b\x6d\x69\xbd\xe4\xcb\x15\x88\x2a\x5d\x5c\x91\x5e\x81\xe8\xe7\x92\x57\xaf\x67\x5b\xd5\x4b\x5e\x5d\x81\x68\xd1\x45\x52\x6a\x85\xe6\x7b\x04\xec\x2f\x12\x3c\x2b\x20\xe0\x96\x3c\x7d\x95\x6d\x04\x2d\x79\x7a\xc9\xd3\x17\x17\x02\x97\x3c\xbd\xe2\xfb\x1e\x97\x01\xe4\xe9\x95\xd8\xe7\xfb\x48\xc7\xbf\x56\xe1\x29\xfe\xa5\x06\x5f\x89\x98\xce\x52\x0a\xdc\xc4\xf6\x96\x52\x60\xbd\x26\x21\xf1\xb9\xa5\x14\x58\xaf\x49\x88\x69\xb3\x94\x02\xeb\x35\x09\x2f\x2a\xf2\x95\x02\xeb\x35\x09\xb9\xbf\xbe\x94\x02\x4b\x8e\xbf\x49\xc1\x2e\x39\x7e\xc1\xe4\xe7\x1d\x39\x41\xca\x05\xf6\xcf\xf4\x9e\x07\xef\x39\xd6\x72\xf2\x9b\x2b\x86\xab\x74\xdf\x23\xbe\x79\x27\xc7\x52\x71\xb5\x4c\xcf\xdf\x98\xd7\x8b\xbf\x44\xf0\xb9\x5e\xc7\x9f\xdb\x6b\x4b\x69\xb1\x4c\x93\x27\x52\xd3\x8b\x1b\xfe\xfb\x87\x40\x0c\x9e\xd2\xe2\x3a\xff\xe7\x52\xaa\xa4\xb0\xa5\xc5\x52\xaa\x2c\xd3\xdf\x29\xc4\x4c\x5f\xb1\xcf\x9b\x0f\x6f\x5f\xa3\xcf\xcb\x64\x81\xfb\x17\xa6\xbf\x57\x35\xae\x15\x40\x18\xb9\xf0\xcf\x55\x8d\x61\x79\xb7\xc3\x32\xec\xf5\x86\x21\xd0\x49\x4b\xc9\xb5\xfc\x0b\x53\x09\x07\x63\x91\x57\xfe\x5c\x8d\xf4\x5e\x8a\x5e\x3e\x89\x9c\x65\xa3\x3a\x23\x91\x76\x5a\xe4\x8b\x3f\xd7\x1b\xc3\x20\x35\xb3\x94\x70\xcb\x1b\xe0\x09\x89\xb4\xc8\x03\x7f\xae\x66\x9c\x9b\xfa\xbc\x45\xde\x76\xff\x30\x96\xbc\xc8\x32\x55\xbb\xbc\xc8\x9d\x12\x68\xe7\x7a\xf6\xe7\x32\x15\x9a\x08\x1d\x2d\x53\xa1\xab\x19\x8f\xc4\x63\x5c\x5c\x62\xde\x3f\xcc\x47\x0c\x7a\x29\x45\x97\xd7\x93\x13\xf1\xe1\x65\x3a\x73\xf5\xe0\x7b\x48\x81\x1e\x7d\x8f\xdb\xa5\x89\xeb\x69\x8b\x9b\xcb\x9f\xcb\xbf\x6e\x95\xb8\x8c\xb6\x4c\x5d\x2e\x6f\x08\x27\xfe\x4e\xc3\xe2\x1e\xf0\xe7\x32\x4d\x99\xf8\xe3\x02\x8b\xfc\xe4\xfe\x71\x0d\xb0\xa1\xf4\x5e\x9d\xeb\x81\xe9\xbd\x77\x43\xac\x7f\x79\x79\x37\x61\x07\x2d\x2e\xef\xee\x9f\xf7\x26\xca\x41\x9f\x6b\x74\xdf\x43\xd2\x90\x27\xfc\x5c\x9d\x12\x85\x94\xfd\xb6\x29\x7d\xc4\x19\x93\x1c\xdf\x89\x33\xae\x8e\xc6\x49\x59\x9a\xd1\x38\x4b\xad\x91\x32\x78\x56\x6b\x2c\xd3\x76\x89\xbf\x75\xb6\x4c\xdb\x2d\xff\x26\x57\xca\xdc\x28\xb2\x5c\x7b\xa9\x5d\x12\x4e\xf7\x52\xbb\x2c\x2f\xaa\x26\x2a\x08\xd7\xf0\x7c\x87\xb1\xea\x12\xbc\x9d\xc3\xb7\x0d\xe3\xa5\xdc\xef\x5d\x43\x9a\x87\xf4\x51\xae\xbd\x06\x71\xd0\xf5\xe6\x90\x4a\xe1\x72\x8d\xf4\x4d\xff\x22\x1e\xd5\x82\xcb\xc0\xc1\xb2\x94\xfa\xa1\x5a\x70\x59\x36\xbd\xa6\x7f\x0e\x8e\xbb\xa3\x8b\xbb\xa3\xfb\x87\xc0\x1a\xb9\x9c\xa5\x56\x5b\xde\xfd\x7c\x8e\x6d\xec\xaf\x29\x6f\x4d\xcb\xf1\x0f\xef\xf7\x50\x8e\xbf\xe6\xf0\x8a\x15\xd7\xb8\xe6\x74\x8d\xe9\x35\x8f\xdb\xbe\x61\x9f\xb1\x5b\xae\x9b\x4d\xf7\x5e\x2d\xf9\x9c\x21\xfc\x6b\x89\xb9\x1b\xbf\xab\x3f\x7d\xf9\xf3\xdf\x3e\xec\x7f\xf8\xfe\x7d\x7e\xfb\x99\xbf\xb3\xc8\x5f\x38\xfc\x18\x73\xfd\xf0\x6d\xfe\xf9\x6f\x36\xfe\xf4\xe3\x4f\x7b\x14\xff\xfe\x4f\x00\x00\x00\xff\xff\x69\x55\x86\x2d\xdf\x51\x00\x00"); +func _egaf ()(*asset ,error ){_fbed ,_cgcc :=_fgga ();if _cgcc !=nil {return nil ,_cgcc ;};_aagac :=bindataFileInfo {_dae :"H",_fb :2711,_ae :_be .FileMode (436),_g :_a .Unix (1580492271,0)};_efgg :=&asset {_dd :_fbed ,_ef :_aagac };return _efgg ,nil ; +};func _aag ()([]byte ,error ){return _c (_daca ,"Adobe-GB1-1")};func _baca ()([]byte ,error ){return _c (_gece ,"KSC-H")};func _gdf ()([]byte ,error ){return _c (_bgfd ,"ETHK-B5-V")};var _aadd =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x44\x92\x4f\x6f\xdb\x30\x0c\xc5\xef\xfe\x14\x3c\x76\x87\xce\x92\x5d\x47\x09\x50\x14\x58\x93\xa1\x33\x86\x6e\xc3\xb2\x76\x03\x86\x1d\xf4\x87\x0a\x04\xcc\xb2\x20\xdb\x87\x7c\xfb\x41\xa4\xe7\x1e\x82\x97\xfc\xc4\x47\x3d\x85\xac\x8f\xfd\xa9\x8f\x61\x86\xfa\x5b\x1e\xed\x19\x67\xf0\x21\xba\x8c\xd3\xb8\x64\x8b\x60\xf0\x12\x62\x55\xc9\x06\x5c\xb0\xf3\xff\x9f\x24\x76\xd0\xa9\xaa\xea\xa7\xc7\xcf\xe9\xf6\xe3\xcb\xf1\xf6\x13\x2c\x13\xae\xf0\xd8\x9f\xce\xd7\x69\xc6\xa1\x8f\x7e\x84\x96\xcd\x6e\x49\x6b\x03\x80\xfa\x3b\x5e\xc2\x34\xe7\x2b\xdc\x7c\x70\xa3\xc1\x77\xe0\xd0\x17\xfe\x35\x3b\xcc\x21\x5e\xe0\xe6\xe9\x51\x6e\xf4\xbc\xa4\xf4\x17\x07\x8c\x33\x34\xc4\x30\x3a\xd2\xaa\x3e\x3e\xeb\xf4\x45\x0f\x08\x6f\x49\x5e\xe9\x88\x4e\x5e\x31\x4f\x61\x8c\x20\x9b\xf7\x42\x74\x6f\xfc\xc7\x35\x21\xc8\xb5\xc5\xaf\x97\xfe\x04\xbf\x25\x48\x01\x4d\x77\xd7\xed\xfe\xac\xfc\xe7\xf3\xe8\xb6\xaa\x46\x70\x78\x1b\x5c\xd6\xf1\x82\xd5\xbd\x96\xba\x79\x80\x55\xa0\x53\x1d\xa1\x96\x51\x4b\xe8\x8e\x90\x66\xa4\x0b\x3a\xec\x09\x19\x46\xf6\x01\x94\x12\x5c\xe5\x18\x39\xaa\x3a\x14\x64\xb8\xbd\xf1\x05\xed\x9b\x82\x3c\x12\x2a\xa2\x94\xd8\x55\xf7\xba\xd5\xb2\x20\x12\xe8\xd4\x9e\xd0\x9e\xd1\x81\x8c\x82\x90\x65\x64\xa9\xaa\x25\x84\x8c\xb8\x97\x2a\xc8\x50\xd4\xd6\x18\xaa\xa2\xf6\xc6\x31\x72\x54\x45\xed\x4b\xa0\x55\xa0\x53\x25\x6a\xeb\xe8\x41\x24\x4a\x09\x46\x6c\x74\x64\x94\x14\xc2\xb1\xb1\x08\xec\x04\x21\xcf\x46\x4f\x37\x1e\xe8\x46\xcf\x46\xcf\xff\x04\xe5\xe2\x67\xb7\xfc\x6c\x29\xcb\xf8\xb7\x39\x94\xef\x65\xeb\xb6\x45\xb0\x4b\xce\x18\x67\xda\x39\x1a\x76\x19\x60\x88\xb8\x2d\x75\x1a\x53\x71\xd1\xe7\x5f\x00\x00\x00\xff\xff\x2f\x4d\x97\xcf\x00\x03\x00\x00"); +var _ffe =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x44\x90\xbb\x6e\xeb\x30\x0c\x86\x77\x3f\x05\xc7\x9c\xe1\x54\x96\x83\xf4\x32\x16\xf6\x50\x0d\x71\x8a\xba\x49\x0b\x14\x1d\x1c\x89\x32\x04\xd4\x94\xa0\xcb\xe0\xb7\x2f\x2c\x3b\xee\x20\x10\xfa\xc0\x4f\xd4\x4f\x56\x8b\x46\x90\x89\xc0\x5e\xbd\x95\x1d\x46\xd0\x86\x94\xc7\x60\x93\x97\x08\x57\x1c\x0c\x15\x05\xaf\x40\x19\x19\x6f\xd7\x5c\xe4\xd8\xbb\xa2\x60\x75\xdb\x55\xff\x5f\x20\x05\xbc\x01\xd1\x74\x53\x88\x38\x0a\xd2\x16\xf6\x8b\xa8\x92\x5b\x65\x00\xf6\x86\x83\x09\xd1\x4f\xb0\x7b\x56\xf6\x8a\xff\x40\xa1\x9e\xf9\xc9\x2b\xf4\x86\x06\xd8\xd5\x6d\xc7\x37\xdc\x25\xe7\x7e\x70\x44\x8a\x50\x66\x86\xa4\x72\x2d\x58\x7d\xec\x5d\xdb\x8f\x08\xcb\x37\x2e\x19\x67\x7a\x41\x1f\x8c\x25\xe0\xe5\x5d\x59\xde\xff\xf1\xf7\xc9\x21\xf0\x55\x3f\x8b\xe6\xa4\x75\xc0\x08\x4f\x87\xe5\x69\xf6\x79\x16\x0d\x7c\x71\xe0\x25\x54\x87\xfd\xe3\xc3\xf7\xda\xfa\x71\xb4\x6a\x13\x91\x54\x0e\xbb\x8d\x97\xc9\x7b\xa4\x98\xa3\xe6\x31\x73\x9f\x21\xdc\xf6\xe8\xac\x9b\xad\x7c\x7e\x03\x00\x00\xff\xff\x26\x9e\x08\x33\x73\x01\x00\x00"); +var _ddbd =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x44\x92\x41\x8b\xdb\x30\x10\x85\xef\xfe\x15\x73\xdc\x1e\x5a\x4b\x56\x1d\x25\xb0\x2c\x74\x13\xd8\xfa\xb0\xdd\xd2\xec\xa6\x85\xd2\x83\x23\x8d\x83\xa0\x91\x8d\x6c\x1f\xf2\xef\x8b\xde\xb8\xde\x43\x78\xd1\xc7\x7b\xa3\x19\x6b\xca\x7d\x73\x68\x62\x98\xa8\xfc\x9e\x7a\x77\xe4\x89\xba\x10\x7d\xe2\xb1\x9f\x93\x63\x3a\xf3\x25\xc4\xa2\xd0\x15\xf9\xe0\xa6\xff\x47\x88\xbb\xb6\x43\x51\x94\x4f\x8f\xaf\x1f\xbf\xd2\x3c\xf2\x72\xde\x37\x87\xe3\x6d\x9c\xf8\xda\xc4\xae\x27\x23\x39\x3f\x0f\x4b\x96\xa8\xfc\xc1\x97\x30\x4e\xe9\x46\x77\x5f\x7c\x7f\xe6\x0f\xe4\xb9\xcb\xfc\x25\x79\x4e\x21\x5e\xe8\xee\xe9\x51\xaf\xf4\x38\x0f\xc3\x5f\xbe\x72\x9c\x48\x83\x71\xf4\xd0\xa2\xdc\x3f\xb7\xc3\xb7\xf6\xca\x84\x26\x4e\xa0\x80\x27\x4e\x63\xe8\x23\x69\xf5\x49\xa9\xcd\x3b\x7f\xbd\x0d\xbc\x54\x29\xca\xb7\xe6\xf0\xd2\x75\x23\x4f\x64\x95\x12\xcf\xaf\xb7\xe6\x40\xbf\x35\x69\x45\x55\x6d\xac\xf9\xb3\x58\x7f\x3e\xf7\x7e\x0d\x56\x4a\x46\x71\xc1\xa7\x36\x5e\xb8\xb8\xaf\x74\x55\x3d\xd0\x22\x54\xdb\x1a\xc8\x08\x32\x40\x9f\x81\x5a\x41\x6d\x46\xbb\x2d\xd0\x59\x90\x7b\x20\x6b\x95\xb8\xbc\x20\x0f\xd7\x2e\x23\x23\xe5\x4d\x97\xd1\xb6\xca\xc8\x32\x50\x16\x6b\xd5\xa6\xb8\xaf\x4c\xa5\x33\x82\x50\x6d\xb7\x40\x5b\x41\x3b\x04\x15\x90\x13\xe4\xe0\x32\x40\x2c\x48\x6a\xd9\x8c\x0c\x5a\x35\xe6\x0c\x17\xca\x1b\x2f\xc8\xc3\x85\xf2\xb9\xa1\x45\xa8\xb6\xb9\x55\x53\x63\x20\x88\xb5\x4a\x90\x04\x6b\x04\x35\x9a\xa8\x25\x98\x85\x36\x0a\xc8\x4a\xd0\xe2\xc6\x1d\x6e\xb4\x12\xb4\xf2\x25\xd0\x97\x8c\x6d\x64\x6c\xad\xf3\x32\xac\xef\x90\xff\xe7\x1d\x5c\xd7\xc2\xcd\x29\x71\x9c\xb0\x81\x78\xff\xfc\x80\x21\xf2\xba\xdd\x43\x3f\xe4\x14\x7e\xff\x02\x00\x00\xff\xff\x96\x52\x71\xc9\x09\x03\x00\x00"); +var _fef =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\x97\x4b\x8b\x64\xb9\x11\x85\xf7\xf7\x57\x68\x39\x5e\xd8\xa5\x47\x3c\x24\xb8\x5c\x30\xdd\x03\xae\xc5\xcc\x18\xb7\xc7\x36\x18\x2f\xf2\xa1\x6c\x12\xdc\x99\x49\x56\xd6\xa2\xff\xbd\x89\x73\xb2\xdb\xcc\x2c\x8a\xa8\x3c\x84\x42\x8a\x4f\x11\x92\xee\xcb\x87\xd7\x8f\xaf\x97\xf3\x23\xbd\xfc\xf5\x7e\x3d\x7c\x9a\x8f\x74\x3a\x5f\x8e\xf7\xf9\x76\x7d\xbf\x1f\x66\xda\xcf\xcf\xe7\xcb\xb2\x94\x9a\x8e\xe7\xc3\xe3\xdb\x4f\x98\xc3\x97\xdd\x6d\x59\x62\xfc\xa7\xaf\x6f\x8f\xf9\xe5\xf5\x72\xba\xa6\x46\xbf\xe3\xfb\xed\xe9\x9b\xd2\xcb\xdf\xe6\xe7\xf3\xdb\xe3\xfe\x35\xfd\xf0\xe7\xe3\x75\x3f\xff\x90\x8e\xf3\x14\xfa\x2f\xf7\xe3\xbc\x9f\x2f\x9f\xd3\x0f\x1f\x7e\xfe\x54\xbe\xcb\x9f\xde\x6f\xb7\xff\xce\x2f\xf3\xf2\x48\x19\xda\xbc\x1c\x61\x97\x97\x0f\x3f\xed\x6e\x3f\xef\xbe\xcc\xf4\x12\x23\xfe\xf8\x17\xc8\x50\xff\x31\xef\x6f\xe7\xeb\x25\x95\xfc\xa7\x9c\xed\xff\xfa\xdf\xbf\xde\x66\x2a\xcf\xe1\xbf\xbe\x7e\xfc\xe5\x74\x7a\x9b\x8f\xe4\x99\xa1\x5f\xfe\xf5\xeb\xeb\xc7\xf4\xef\x92\x4a\x4e\x55\x5b\x97\xff\x3c\x5d\xff\xf9\xd3\xf5\x38\x9f\xf3\x2f\x85\xb9\x1c\xae\xc7\xf9\x76\xdb\x1d\xe6\x7d\x77\xf9\x3c\x97\x94\xd6\x5a\x6a\xd9\xd2\xea\x3f\xfa\x8f\x5b\x2c\xf3\x77\x1e\x4b\xc9\xf9\x39\xf4\x7c\xa4\xf4\x6d\x48\x2d\x3e\xb7\x34\xc6\xb2\xd6\x4a\xa1\x86\x50\x46\x5b\xd6\xda\xa8\x34\x99\x5b\xaa\xdd\x97\xb5\x0a\x15\x09\x9f\xd6\xc2\x47\xa9\xa8\x1d\xb6\x24\x35\x7c\xd4\x26\x14\xcf\x5b\xd2\x1c\x3e\x46\x1f\x6b\x33\x14\x5b\xd6\xea\x54\x60\x74\x28\x94\x4a\x45\xb6\xa4\x8d\x3e\x4a\x45\xc3\x87\x8a\x51\xb1\xf0\x19\x50\x9c\x8a\x6f\xc9\x72\x85\xd2\xa9\xf4\x2d\xa9\x64\x28\x83\xca\x21\x7c\x1a\x94\x23\x95\x53\xf8\x94\x50\x5a\x86\x12\xc6\xb2\x43\xe1\x0a\x1b\x56\x38\x3a\x24\x2e\x31\x8c\x65\x2a\x8d\x4a\xdb\x92\x15\x4c\xd6\x84\x4a\xa4\x21\x02\x85\x69\x84\xb1\xc2\xc9\x98\x46\x18\x1d\x60\xef\x8d\x79\x84\x51\x01\x8f\xc6\x3c\xda\x88\x61\xc8\xac\xed\xa8\xec\xc2\x07\x3c\xda\x9e\xca\x3e\x16\x94\x39\xff\x81\xd2\x21\x9c\x98\x08\x93\x0d\x63\x85\x2b\x9a\x54\xe6\x96\x0c\x9b\xe8\xed\x44\xe5\x84\x40\x98\x5f\x48\x44\x4a\x38\x61\x98\x30\xfd\x30\x2a\x48\x5f\x98\xbe\x58\xf8\x60\x45\xc2\x3c\x04\x79\x20\x33\x61\x1e\x12\x6b\x14\xe4\x21\x5c\xa2\x60\x3f\x58\x0e\xc2\x35\x86\x31\xa6\x26\x5c\x63\x18\x55\x64\x26\x5c\xa3\xc6\x16\x71\x7a\xe5\x16\x69\xec\x87\x22\xb4\x72\x41\x1a\x25\xa3\x60\xad\x64\xad\x3d\x7c\x90\x86\xb2\x1c\x34\x30\x3e\x15\x62\x54\x62\x04\x34\xe5\x1a\xf5\xb4\x25\xaf\x98\xde\xc8\x23\x8c\x57\x10\x32\x4e\x1f\x46\x15\x8b\x36\x12\x32\x0d\x1f\x2a\x9c\x3e\x8c\x2a\x22\x1b\x09\xd9\x71\x4b\xde\x18\x99\xa9\x86\xb1\xfc\x1c\xc6\x5c\xbd\x86\x13\x86\x39\x33\x0b\x63\xb9\x22\x7d\x67\xa9\x79\xdf\x92\xb3\x8a\x9d\xa9\x85\xb1\x5c\x81\xdf\x59\x34\x1e\xd3\x91\xac\x73\xba\x30\x1d\xf9\x77\x36\x63\x8f\xb6\xea\xaa\x50\x9c\x8a\x6f\xa9\x5b\x85\xd2\xa9\xf4\x50\x0c\xca\xa0\x02\x8e\x1d\x0a\x38\xf6\xe8\x8f\x6e\xb1\xea\xce\xfe\x80\xb1\xcc\x61\x6c\x90\x1e\xc5\xdf\x1d\x93\xb1\xf6\x7b\xd4\x75\xc9\xa8\xd0\xde\x9e\x91\x62\x47\x0a\x17\xc0\xc2\xee\x51\xb4\x25\x17\xcc\xc7\xaa\xed\x51\x85\x25\x57\x78\x09\xa3\x47\x6d\x15\x12\xe8\xac\x2d\x18\x2b\xd6\x20\x4d\x4a\x13\x12\x62\xb1\xba\x7a\xd4\x52\xc9\x38\x5b\x3a\x8b\x09\xc6\x8a\x51\x62\xf8\x28\xa1\x52\x3b\x06\xea\x8e\xd2\x2e\x7a\x80\x09\xb1\x9e\x7a\x54\x43\xa9\x03\x09\x19\x63\x85\x51\xcb\x50\x18\x2a\x4c\x69\x28\xba\x6e\x4a\xc9\x43\x42\xcf\x77\x23\x76\xdb\x6f\xa9\x58\x07\x40\x23\x88\x30\x6a\x05\x0a\x33\x8c\x03\xb7\x18\x4e\xd3\xee\xdc\x52\xdf\x6f\xa9\x66\x8e\x73\x8e\x8b\x7d\xaf\xec\xcd\xc1\x8d\x87\x71\x6f\x05\x52\xa5\x54\xc3\x0b\x4d\x35\x6a\xa3\xd4\xe0\x45\x49\x28\x29\xbc\x1a\x24\xa3\xb4\xdf\x52\xcb\xc2\x58\x07\x4a\x71\x59\x68\x51\x48\x27\x4a\xa7\x2d\x8d\x8c\xa6\x19\x3c\x7a\x61\x06\x4b\x74\xf0\xec\x1d\x51\x36\x6d\x60\xcb\x06\xcb\x66\xc4\x29\x2a\x8d\xeb\xe2\x31\x0a\x23\x8e\x43\x73\xb0\x94\x46\x9c\x9d\x9a\x85\x5e\x83\x12\xb6\x2c\x87\x9b\xf0\xa6\x93\x1a\x67\x9b\x46\x75\x09\xef\x35\xc1\xbd\x86\xfb\x48\x78\xaf\x89\x86\x62\x7d\xe0\x56\xfd\x76\x79\x2e\x6a\xbf\xbf\x4e\x85\x77\x9c\x58\xf8\x7b\x6f\xcb\x2a\xbc\xe3\x84\x8d\xe6\xbe\xac\xc2\x46\x13\x6c\xc1\xf0\xb2\xac\xc2\x1d\x90\x81\x3b\x37\x5b\x4c\xbc\xa3\xb4\x83\x54\x74\x2c\xab\xec\x29\xed\x21\xd5\xc0\x2d\x07\x4a\x07\x48\x2d\x0e\x7a\x39\x52\x3a\x42\x92\xd8\x01\x99\x94\x26\x24\x6d\x11\xfe\x44\xe9\x04\xc9\xa2\x43\x34\x43\xd2\x0c\xc9\x6b\x5b\x56\xe5\xe3\x40\xf1\x38\x28\xbd\xf8\xb2\x2a\xa1\xe9\xf3\x79\x10\x17\x99\xf2\x7d\xa0\x0d\x25\x85\x6b\x43\x09\x52\x85\x52\xdc\x6d\x4a\x92\x0a\x92\x15\x0f\x0b\x25\x2c\x05\xac\x8a\x97\x85\x92\x96\x82\x56\x6d\x3d\xc2\x13\x97\xb2\x62\x25\x5a\x4b\xc9\x4b\x07\x8b\x38\x7a\x52\xc9\x4b\xc1\xab\x5a\x14\x8b\x92\x97\x82\x57\xf5\x38\x76\x95\xbc\x14\xbc\x6a\x8f\xab\x41\xc9\x4b\xc1\xab\x8e\x28\x0c\x25\x2f\x05\xaf\x86\x53\x40\xc9\x4b\xc1\xab\x95\xb8\x2d\x8d\xbc\x0c\xbc\x5a\x8d\x37\x8f\x91\x97\x15\xbe\x8b\x6a\x59\x56\x23\x2f\x03\xaf\x26\x51\xfd\x46\x5e\x06\x5e\x4d\xf3\x58\x56\x23\x2f\xe3\x83\x0a\xaf\x13\x23\x2f\x53\x4a\x23\xc2\x93\x97\x81\x57\xf3\x11\xe1\xc9\xcb\xc0\xab\xf5\x1e\xe1\xc9\xcb\xc0\xab\x0d\x8f\xf0\xe4\x65\xe0\x25\xd9\x23\x3c\x79\x19\x78\x49\x89\x63\xda\xc8\xcb\xc0\x4b\x6a\x9c\x29\x46\x5e\x06\x5e\xd2\xe2\x52\x30\xf2\x32\xf0\x12\x89\x03\xc4\xc8\xcb\xc0\x4b\x54\x22\x3c\x79\x19\x78\x89\xc5\xdd\xe5\xe4\xe5\xe0\x25\x38\x66\xfc\xf9\x5e\x05\x2f\xe9\x71\x9d\x3a\x79\x39\x78\xc9\x28\x63\x59\x9d\xbc\x1c\xbc\x34\x97\xb6\xac\x4e\x5e\xce\x46\x2d\x71\x6c\x3a\x79\x39\x78\x69\xcd\x11\x9e\xbc\xdc\x28\x45\x3f\x3b\x79\x39\x78\x69\xeb\x11\x9e\xbc\x1c\xbc\x54\xa2\x67\x9d\xbc\x1c\xbc\x54\xa3\x69\x9d\xbc\x1c\xbc\xd4\xa2\x6b\x9d\xbc\x1c\xbc\xd4\xa3\x6b\x9d\xbc\x1c\xbc\xb4\x47\xd7\x3a\x79\xf9\x31\x5e\x3e\x3a\xb4\xfd\xe6\x08\x89\xff\xe3\xbb\xe5\xfb\x97\xc4\xe1\xfd\x7e\x9f\x97\x07\xbe\x5a\xf0\xc5\x10\x4f\xfe\xf3\x65\x7e\xff\x02\xba\x5d\x6f\x31\x0a\x7f\xff\x0b\x00\x00\xff\xff\x1d\xfa\x75\xc1\x2d\x0d\x00\x00"); +func _aebf ()(*asset ,error ){_bcfeg ,_fccbc :=_dgeb ();if _fccbc !=nil {return nil ,_fccbc ;};_bfdg :=bindataFileInfo {_dae :"UniCNS-UTF8-H",_fb :287804,_ae :_be .FileMode (436),_g :_a .Unix (1580492718,0)};_ebcf :=&asset {_dd :_bcfeg ,_ef :_bfdg };return _ebcf ,nil ; +};var _agb =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\x93\x5f\x6b\xdb\x5c\x0c\x87\xef\xcf\xa7\xd0\x65\xdf\x8b\xbe\x91\xce\x3f\x3b\x60\x02\x6b\xbb\x96\x5c\x74\x1d\xeb\xba\x0d\xc6\x2e\x1c\x5b\x0e\x86\xc5\x36\x8e\x73\xd1\x6f\x3f\x24\x25\x19\xec\x22\x38\x79\x22\xfd\xf0\x79\x74\xb4\xba\xdf\x3e\x6c\x87\x7e\x81\xd5\xe7\x79\x6c\x5e\x79\x81\xae\x1f\xda\x99\x8f\xe3\x69\x6e\x18\x76\xbc\xef\x07\xe7\xc8\x43\xdb\x37\xcb\xe5\xa7\x3e\x9a\x43\x3d\x39\x27\xfd\xaf\xef\xc7\x85\x0f\xdb\xa1\x1b\x21\x58\x5d\x7b\x9a\xce\xb5\x00\xab\x2f\xbc\xef\x8f\xcb\xfc\x0e\x37\x1f\xda\x71\xc7\xff\x41\xcb\x9d\xf0\x97\xb9\xe5\xb9\x1f\xf6\x70\xf3\x74\x47\x57\xfa\x7a\x9a\xa6\xdf\x7c\xe0\x61\x01\x54\xc6\x43\xab\x4f\xb7\xba\x7f\xae\xa7\x4f\xf5\x81\x61\xa5\x41\xb7\x4f\x77\x74\x6b\x35\xfa\xd7\x37\x9e\x8f\xfd\x38\xc0\xfa\x7f\xc4\xfc\x17\x7f\x7d\x9f\x18\xe8\x1c\xf1\xb6\x7d\x78\xe9\xba\x23\x2f\x10\xc2\xb9\xf5\xc7\xdb\xf6\x01\x7e\x12\x10\x82\x4f\x21\x97\xbf\xce\xa5\xdf\x9f\xc7\x96\xcf\xef\xa0\xc7\xbc\x1f\x4f\xc3\x02\x45\x41\x85\x31\xb2\x23\x36\x63\xcb\xc7\xa9\x6e\x78\xae\x87\x3d\x3b\x80\x0a\x11\x71\x03\x15\x7d\x7c\x7c\xdc\xc8\xeb\xff\x53\xe1\xc2\xa5\xb3\x6f\x8d\x5c\x3a\x10\xbb\x6e\x03\x00\x80\xae\x42\x32\x44\x8a\x7c\xca\xae\x42\x6f\xc8\x2b\x4a\xe4\x5d\x85\xc1\x50\x50\x54\xe4\xd2\x55\x18\x0d\x45\x41\x84\x3e\xba\x0a\x93\xa1\xa4\xc8\x97\x12\x9f\x0d\x65\x45\x29\x48\x7c\x61\xa8\x50\x54\xac\x25\xbe\x34\x54\x0a\xf2\x18\x25\x7e\x6d\x68\xad\x28\xa0\xc4\xd7\x86\x6a\x45\x29\x4b\xfc\xce\xd0\x4e\x51\x49\x12\xdf\x18\x6a\x04\x05\x2c\x24\xbe\x35\xd4\x2a\x0a\x5e\xe2\xd9\x10\x2b\x4a\xa5\xc4\x77\x86\x3a\x45\x65\x44\x57\xd1\xd9\xb0\xfa\x8a\xb8\xce\xae\x22\xf3\x45\xea\x2b\x86\xe4\x5d\x45\xe6\x8b\xd4\x57\xcc\x58\xba\x8a\xcc\x17\xa9\xaf\x58\xe6\xe8\x2a\x32\x5f\xa4\xbe\x12\x79\x89\x37\x5f\xa4\xbe\x52\x28\x24\xde\x7c\x91\xfa\x4a\x39\x48\xbc\xf9\x22\xf5\x95\xca\x52\xe2\xcd\x17\xa9\xaf\x4c\x51\xe2\xcd\x17\xa9\xaf\x1c\x51\xe2\xcd\x17\xa9\xaf\x9c\x65\xb4\x64\xbe\x48\x7d\xe5\xb5\x8c\x96\xcc\x17\xa9\xaf\x82\x64\xb4\x64\xbe\x48\x7d\x15\x51\x46\x4b\xe6\x8b\xd8\xc7\x8d\xcc\x1f\xf5\xc2\x5d\x2e\x96\x7c\x97\x35\xbd\x6e\x4e\x73\x9a\x67\x1e\x16\x5d\x52\xdd\x0e\xb9\xca\xfd\xc0\xd7\x85\x9f\xc6\x49\xba\xf4\xf3\x27\x00\x00\xff\xff\xd1\xcb\xaf\x2a\x1c\x04\x00\x00"); +var _ggd =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x4c\xd5\x4f\x8f\xdb\x36\x10\x05\xf0\xbb\x3f\x05\x8f\xe9\x21\xb5\xf8\x77\x48\x20\x58\xa0\xd8\x3d\xd4\x29\xd2\x14\xd9\x26\x2d\x50\xf4\x40\x4a\xf4\x42\x40\x2d\x0b\xb2\x7d\xd8\x6f\x5f\xcc\x7b\x5b\x37\x87\x60\xb2\x3f\x93\xa3\xe1\xb3\x64\xed\x1f\x0f\x4f\x87\x65\xbe\x9a\xfd\x6f\xdb\x79\x7c\xee\x57\x73\x9c\x97\x69\xeb\x97\xf3\x6d\x1b\xbb\x69\xfd\x65\x5e\x76\x3b\xeb\xcc\x34\x8f\xd7\xff\xfe\x44\x19\x4f\x75\xdd\xed\xf6\x65\x38\x5d\xde\x7f\xf9\xe5\xf9\xe3\xfb\x9f\xcd\xed\xd2\xdf\xf4\xf1\xf0\xf4\xfc\x7a\xb9\xf6\xd3\x61\x39\x9e\x8d\xe7\xee\xe9\xb6\xbe\x75\x30\x66\xff\xa5\xbf\xcc\x97\xeb\xf6\x6a\xde\xfd\x34\x9d\x5b\xff\xc1\x4c\xfd\xa8\xfe\x79\x9b\xfa\x36\x2f\x2f\xe6\xdd\xc7\xba\xd6\xc5\xde\x3f\x78\xbe\xad\xeb\x3f\xfd\xd4\x97\xab\x71\xb0\xbe\x4c\xa8\xbb\xfd\xe3\xa7\xba\xfe\x5a\x4f\xdd\x7c\x37\xcd\x37\x7c\x86\x8f\xbe\xf5\xed\x32\x9f\x17\x63\xed\x8f\xc3\x90\xfe\xf7\xdf\x5f\xd7\x6e\xec\x5b\x8f\xaf\x87\xa7\xcf\xc7\xe3\xa5\x5f\x8d\x1d\xdc\xc0\x45\x7f\x7e\x3d\x3c\x99\xbf\xac\xb1\x83\x71\xd1\x87\xf0\xf7\xdb\xda\x3f\x3e\x9d\xa7\xfb\x4e\xc9\x3c\xd4\x38\x4f\x5b\x5d\x5e\xfa\xee\x43\xb6\xc1\x3e\x18\x2d\xee\xc1\x48\xce\x02\xf2\x24\xff\x60\xb2\x4b\x19\x14\x48\x41\x49\x82\x52\x1c\x40\xd1\x62\x63\x01\x35\xd2\xa4\x54\xac\x52\xe2\xaa\x14\x40\xd8\x98\x0a\x48\x2a\x08\x1b\x33\x87\xd0\x22\xc5\x62\x88\x9a\x41\x5a\x8c\x78\xac\xaa\xdc\xa8\xc5\x88\xc7\x5c\xb5\x92\x1a\x28\x81\x46\xd2\x88\x51\x87\xdd\x87\xec\xca\x51\x09\x45\x8a\xd5\x8d\xae\xe2\x8a\x28\x52\x6c\x01\x79\x92\x57\x72\xd8\x58\x23\x29\x82\x2c\x48\x48\x02\x72\x4a\x23\x7b\x8d\xe8\xe5\xbc\x52\x27\x75\x52\x00\xb1\x7d\x67\xfb\x08\x62\xfb\xce\xf6\x09\x34\x92\x46\x90\x26\xe1\x03\x22\x44\x91\xe2\x32\xc8\x91\x1c\xa8\x80\x02\x49\x83\x2e\x7e\x00\x25\x52\x02\x59\x50\x26\x65\x90\x4e\xef\x13\x7b\x25\xf4\xf2\x3a\xbd\xcf\x18\x15\x45\x8a\x0f\xa0\x48\xc2\xa8\x3e\x82\x84\x84\x24\x90\xbd\xcf\x9d\xd4\x41\x98\xbe\x70\x63\xe1\x10\x3a\x7d\xe0\xd7\x81\x22\x21\xeb\x5c\xa1\xe2\x8c\x28\x12\xa4\x80\x2c\x49\x23\x0c\x25\x82\x1c\x49\x47\x8d\x83\x07\x79\x92\xc7\x2a\x6e\x0c\xa4\x00\x62\xfb\x48\xd2\xe9\xa3\xe3\xc6\x44\xd2\xb9\xa2\x65\x7b\x21\xe9\x81\xa2\xe7\xc6\x4c\xca\xb8\xa2\x80\x0a\xa9\x60\x15\xaf\x58\x49\x15\x07\x72\xa0\x46\x6a\xa0\x01\x34\x92\x46\xcc\x85\x24\xea\x44\x9a\xd0\x3e\x81\x3a\xa9\x83\xd8\x8b\x79\x55\xe4\x85\x67\x28\x34\xe6\xa5\x45\x22\xbe\xed\xd0\x98\x97\x16\x89\xb8\x31\x43\x63\x5e\x0d\x79\x31\xfb\xc6\xbc\xb4\x48\xb4\xec\xc5\xbc\xb4\x48\x8c\x24\xe6\xd5\x98\x17\xe6\x6a\xcc\xab\x31\x2f\x1c\xbb\x31\xaf\xc6\xbc\xb8\x91\x79\x35\xe4\x65\x11\x61\x63\x5e\x0d\x79\x05\x04\xdd\x98\x97\x16\x89\xb8\xc9\x43\x63\x5e\x5a\x24\x5a\x5e\x91\x79\x69\x91\xe8\xb9\x91\x79\x35\xe6\xc5\x03\x31\xaf\x86\xbc\x82\x1e\x5b\x22\xf2\x92\x84\x07\x26\x68\x38\x92\x2c\xc9\x3e\x98\xec\xf1\xc0\x08\xef\x7b\xe1\x7d\x1f\x3c\xc8\x93\xf4\x87\xcf\x7b\xae\x0a\x24\x3c\x56\x98\x5e\x52\x24\x45\xac\xca\xa0\x44\xc2\xa3\x10\x04\x94\x49\x59\x57\x85\x00\x2a\x24\x3d\x76\x89\x9c\xab\x91\x1a\x56\xb1\xd7\x48\x9a\xb0\x8a\x73\x75\x52\xc7\x2a\xcc\x95\x71\x03\x08\x7f\x31\x63\xd2\x37\xcc\xfd\x57\x5d\xff\xaf\xef\xb6\xfb\xbb\x66\xbc\x6d\x5b\x5f\xae\x78\xb3\xe1\x75\xa2\xaf\x83\x79\xe9\xf7\x77\xe7\x7a\x5e\x75\x17\xfe\xfd\x1b\x00\x00\xff\xff\x59\x2d\x4a\x62\x67\x07\x00\x00"); +func _eafa ()(*asset ,error ){_fecaa ,_eefad :=_cdca ();if _eefad !=nil {return nil ,_eefad ;};_ffef :=bindataFileInfo {_dae :"HKgccs-B5-V",_fb :615,_ae :_be .FileMode (436),_g :_a .Unix (1580492370,0)};_cdef :=&asset {_dd :_fecaa ,_ef :_ffef };return _cdef ,nil ; +};func _ebba ()([]byte ,error ){return _c (_agf ,"Adobe-KR-2")};func _fgbb ()([]byte ,error ){return _c (_ddbd ,"GBT-V")};var _egce =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x44\x90\x4f\x4b\xc4\x30\x10\xc5\xef\xf9\x14\x73\x5c\x0f\x6b\x93\x4a\x15\x61\x59\xd0\x56\xb0\x87\x5d\xc5\xae\x7f\x40\x3c\x74\x93\x69\x09\xd8\x49\x48\xd2\x43\xbf\xbd\x24\xad\xdd\xc3\x30\xcc\x6f\x78\x33\x8f\x97\x95\x75\x55\x93\x0e\x90\xbd\x3a\x23\x1b\x0c\xd0\x69\x52\x0e\xbd\x19\x9d\x44\x38\x63\xaf\x89\x31\x91\x83\xd2\x32\xfc\x8f\xa9\xc9\xa1\xb5\x8c\x65\x4f\x27\xa4\xed\x63\xb1\x7d\x86\xd1\xe3\xc2\xca\xba\x6a\x26\x1f\x70\xa8\xa9\x33\x70\x33\x6b\xd5\x68\x17\x3d\x40\xf6\x86\xbd\xf6\xc1\x4d\xb0\x79\x50\xe6\x8c\x57\xa0\xb0\x8b\xfc\xc5\x29\x74\x9a\x7a\xd8\x94\xc7\x46\xac\xb8\x19\xad\xfd\xc5\x01\x29\x00\x4f\x0c\x49\xa5\xce\xb2\xf2\xd0\xda\x63\x3b\x20\x24\x27\x83\x9f\xbd\xc4\x5d\x5a\x7d\xa0\xf3\xda\x10\x08\x7e\xcd\x79\x71\xe1\xa7\xc9\x22\x88\xe5\xc6\xd7\x7b\x5d\xc1\xb7\x00\xc1\x21\x2f\x8a\xfb\xdb\x9f\x85\x7f\x1e\x8c\xc2\xe5\x23\x13\xb3\x7b\xa9\x95\x6b\xa9\x47\xb6\xcb\xf9\x1e\x76\x77\xb8\x07\x11\xed\xac\x3c\x0d\x31\x87\xd5\x99\x1c\x9d\x43\x0a\x29\x85\xf4\x3c\x1e\xd4\x84\x6b\xca\xd6\xd8\xa8\x4a\xf5\x17\x00\x00\xff\xff\x0d\x7d\x06\x62\x91\x01\x00\x00"); +func _beeeg ()([]byte ,error ){return _c (_egaa ,"UniCNS-UTF8-V")};var _ecdb =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\xbd\xcb\x8e\x36\x31\x92\x1d\xb6\xef\xa7\xa8\xa5\xbc\x90\x27\x79\x0b\x92\x80\x51\x80\x25\x61\xe4\x59\xc8\x36\x2c\xc9\x36\x60\x78\x91\xd7\x71\x03\x9e\xee\x46\x4f\x6b\xa1\xb7\x37\x78\x4e\x7d\xe7\xe4\x18\x30\x5c\xff\xa6\x7e\x7e\x99\xc9\x4b\x30\x18\x11\x8c\xeb\xdf\xfd\xdb\x7f\xf8\x77\xff\xf0\xa7\x3f\xfe\xed\xeb\xef\xfe\xe7\xbf\xfe\xf9\xfc\x8f\xf7\xdf\xbe\x9e\x3f\xfe\xe9\xfa\xeb\xfd\xcf\x7f\xfe\x2f\x7f\x3d\xef\xaf\xe3\xfe\xc7\x3f\xfe\xe9\x0f\x7f\x48\xf9\xeb\xfa\xe3\xf9\xb7\x4f\x13\x7f\xce\x7f\xda\xff\xf2\x87\x3f\xac\xef\xff\xe3\x7f\xfd\xe7\xbf\xdd\xff\xf4\x0f\x7f\x7a\xfe\xfc\x55\xf8\xde\xf5\x5f\xfe\xf2\xf3\xee\xd7\xd7\xdf\xfd\x2f\xf7\x3f\xfe\xf1\x9f\xff\xf6\xd7\xff\xfa\xf5\xaf\xfe\xfb\xeb\xcf\xc7\xfd\xdf\x7c\x5d\xf7\xb3\x7e\xff\x9f\xfe\x7a\xdd\x7f\xfd\xe3\x9f\xfe\xf1\xeb\x5f\xfd\xfb\x7f\x93\xf4\xeb\x7f\xfc\x2f\x7f\xf9\xcb\xff\x7d\xff\xd3\xfd\xa7\xbf\x7d\x35\xfc\x76\xff\xe9\xc2\xdf\x3f\xfc\xdd\xbf\xfd\x0f\xfb\x5f\xfe\xc7\xfd\x9f\xee\xaf\xbf\xfb\xcf\x7f\xfa\xe3\xbf\xff\x37\xff\xfa\x3f\xff\xa7\xbf\x2f\xf9\x5f\xff\x0f\x78\x8a\x87\xff\xeb\xfd\xd7\x7f\xfe\xe3\x9f\xff\xf4\x95\xfe\xdb\x2d\x85\x7f\xfe\x4f\xff\xf5\x2f\xf7\x57\xfa\xe9\xe4\x7f\xff\xcf\xff\xf0\xef\xbe\xfe\x8f\xf4\x95\xb6\xaf\xdc\x62\x2b\xff\xe7\xcf\xef\xff\xdb\x7f\xf8\xf3\x75\x7f\x6d\x6c\x25\xce\xfe\xfc\xf3\x75\xff\xf3\x5f\xf6\xf3\xfe\xeb\xfe\xa7\x7f\xbc\xff\xf0\xf5\xf5\xdf\x6d\x3f\xff\xbe\xd7\x7f\xd3\xf6\xf7\x7f\xff\xf7\x7f\xff\xbd\x66\xf8\xff\x7a\xf3\xd3\xc1\x9f\xfe\xfc\xb7\xeb\x7e\xf8\xdb\xbf\xfc\x76\xfd\x4b\xcf\xf7\x57\x5a\x5f\xbf\x5f\xfb\x43\xda\xb6\x9f\xd1\xff\x78\x9d\xff\xd7\xfe\xd7\xcf\x87\xfb\xb6\xde\xfe\x34\xea\xf7\x57\x8a\xae\x66\xfb\xfe\xca\xb9\xb4\xaa\x1f\xfa\xf7\x57\xea\x7e\x7d\x7c\x7f\xa5\x2d\xab\x39\xbf\xbf\x7a\x4f\xe5\xd3\x3e\x56\xd7\xa1\xc7\x47\xfa\xfe\x4a\x59\x9d\x1f\xfd\xfb\x6b\xce\x4f\xeb\x5a\x3d\xe7\xf1\x69\xde\xdb\xf7\x57\x78\xa0\x3b\x7d\x7f\x45\xe8\xe5\x7b\xac\xa7\x4d\xcd\xb9\x9a\x1a\xf6\xde\xbf\xbf\x62\xba\x79\xae\xa7\xfe\xf6\x5a\x4d\xcd\xe2\xc9\xdf\x5f\x31\xf4\xf2\x53\x56\x53\xe3\x3e\x98\x95\xbe\x7d\xd6\x40\xc3\xdf\xae\x81\x86\xa6\xf1\xac\x81\xe6\x67\xb9\x69\xc3\x9c\x3f\x2b\x4a\x69\xf5\xdc\xf5\x34\x1d\xab\xf9\x01\x6c\xca\x68\xc6\xa7\x59\xeb\xea\xca\xcd\xb5\xde\xd9\xd5\x5c\x4b\x18\xdb\xa7\x19\xeb\xdb\xa1\xae\xce\x7b\x75\xa5\xa7\x17\x20\xa9\x69\x5c\x58\xaf\xa6\x71\xad\x81\x86\x06\xba\x62\x35\xfd\xf2\x1a\x77\x4c\x35\x01\x58\xf7\x8c\xf5\x7e\x60\x95\x00\x9c\xf9\xf9\x36\xb7\xb5\xfc\xf9\x99\x55\x0e\x34\x3f\x5d\xe5\x73\x01\x76\x4b\x6a\xce\xd5\xfc\xf4\x9c\xaf\xb9\x50\x63\xfb\xbc\x5d\x01\xca\xed\xd3\x75\x45\xd7\xf5\xe7\xe3\x74\x97\x67\x75\xfd\xb3\x0d\x79\xdb\x32\xb0\x30\x3e\xed\xb4\xa1\xef\x34\xf4\x43\x59\xbd\xa7\x4d\xed\x85\xf4\x9b\xbe\x4f\x0d\x8f\x93\xda\xb1\x1e\xf7\x4f\x33\x67\xa3\x6d\xde\x32\x5f\xce\x6a\xe3\x65\x0d\x55\xd6\xd8\x5d\x23\x15\xbe\x5d\xd4\x3e\xbe\xbf\xd2\x67\xe7\xf2\xd6\xae\xef\xaf\xe6\xbe\xf7\x93\xa7\xef\xf3\x7a\xda\xca\x3a\x4f\x4d\x4d\xf6\x56\xd5\x06\xd4\x92\x9e\x63\xe2\x1f\x8c\xcb\x29\x27\xc2\x21\xf4\x03\x01\xa5\xef\x67\x5e\xb3\xd1\xe7\x73\x8d\xf6\xc1\x85\x9c\xb7\x75\xd6\x4b\x57\x73\x11\x99\xf2\xf9\x36\xa7\xd5\x79\x29\x6a\x62\x6a\x79\x53\x7b\x5f\x8f\xa7\x9a\xd7\xf7\x57\x6a\x49\xcd\x7b\x35\xd5\xf5\xa2\x5f\x73\x66\x3d\xce\x0b\x88\x35\xab\x89\xed\xcb\x6e\xb7\xf5\xd8\x6f\x2f\x54\x2a\xa1\x26\x46\x6e\x6a\x2e\x88\x57\x37\xd7\xc8\x55\x2f\x97\x85\x09\x4d\xd3\x5c\xdb\x95\x9a\x20\x50\x16\x3c\x8b\xd6\x54\x16\x0a\x17\x3f\xc5\x9a\xf4\x74\x1d\xd9\x54\xd5\x55\x3d\x57\x53\x2f\x37\x20\x51\x16\xbc\x62\x2d\xb1\x69\x49\xeb\xb0\xa4\x2a\x80\x4c\x40\xd3\x5b\x31\xd7\x12\xab\x60\xbf\x03\x00\x1a\xf9\x20\xf8\xb4\xa8\xfb\x21\x4a\x2e\x76\xf2\x43\xfa\xff\x3f\x98\x41\x2e\x69\xa1\x40\xfd\x4c\xab\x81\x37\x7c\xa8\x61\x6e\xfb\x9a\xd6\x87\xee\xe4\x76\x00\x5f\xf4\xf2\x01\x7c\xf9\xac\xa1\x9d\xc0\xbe\xa9\x26\x38\xc7\x50\x73\xed\xc3\x87\x82\xe7\xb6\x68\x56\xfa\x10\xe5\xdc\xce\x35\xe5\x0f\x35\xcc\xb1\x10\x3d\x7d\x68\x65\x8e\x0d\x3d\x17\x35\x81\xf6\x1f\xaa\x9c\xa3\x82\xeb\x24\x35\xd7\x2c\xe3\x33\xe9\x7b\x6c\xeb\x50\xd5\x0f\xa7\xc9\xf7\x48\xeb\x87\x4d\xd0\xbe\x47\xc5\x0f\x42\xcf\x7b\x0c\xfe\x50\xf5\xc3\xc1\x1f\x9a\x7e\xc0\x49\xdd\x3c\xca\xec\xfc\x41\x7d\xec\xfc\x41\x8b\xb8\xf7\x9d\x3f\x68\xd8\xfd\xc6\x0f\x02\xef\xbd\xe0\xb9\x7e\xc8\xfa\x81\xc3\x0a\x0f\xee\x93\x7d\x7c\x68\x6e\x7e\x96\x10\x50\xc5\x71\xf3\xb3\xe8\x66\xed\xa2\x5d\xcf\x22\x8d\xb5\x67\x3f\x2f\x78\x3e\xd5\xae\xeb\x7b\x91\x80\x07\x80\xdf\x52\x49\xfa\x21\x70\x40\xdc\x61\xff\xfe\xaa\x23\xdc\x1e\xdf\x5f\x25\x17\x4f\x68\xe2\x7d\x0f\xb8\xaf\xe7\x22\x88\xcf\x76\x7c\x7f\xcd\xe1\xc7\xe7\x9a\x4f\x78\xfc\x6b\x75\x2f\x02\xf9\x6c\xf7\x6a\x77\xcf\xf7\xf9\xfe\xca\xdb\xd4\xf4\x16\xa9\x6f\x5b\xd2\x74\x40\x95\xaa\xa7\xbf\xd0\x3b\x37\xe1\xf7\xb3\x38\x41\x1d\xda\xb6\x67\x71\x82\xda\x93\xdb\x6d\xb5\xab\xdb\x64\x05\x42\xe3\x27\xf5\xef\xaf\x52\x0c\x8f\xb4\x4e\xbd\xa9\xc0\x93\xe6\xf7\x57\x9d\x22\x30\x0f\xe8\x60\xce\xfe\xfe\x58\x13\xce\x7e\x7f\x01\x20\x0f\x4f\xf0\xfa\xfe\xca\xd5\x1b\xb8\x28\x65\x6b\xd9\xcf\x9f\xef\xaf\x12\x46\x80\x45\x2a\x4b\x15\x49\x7f\x16\xcd\x6f\xe1\x05\x2e\x92\x9f\x52\x33\x84\x17\x31\x2d\x43\x24\xef\xc9\x15\x84\xda\x1d\x2e\x09\x70\x66\x4d\x60\xf1\xb7\x1a\x4d\x0b\xca\x7d\xb1\xac\xe2\x01\xc1\x25\x86\x9f\xcf\xef\xaf\x32\xab\xfb\xdb\xbf\xbf\x5a\xd9\xb4\xe3\x8b\x1e\x97\x32\x3d\x9f\x25\x53\x6c\x9b\xfb\xbb\xd6\xf3\xe4\xef\x97\x70\x93\x5e\xf3\x07\xa5\x18\x9a\xff\x62\xb8\x79\x9b\x02\x50\xc1\xe9\x36\x42\x96\x0c\xda\xa1\xf1\x4b\x41\x7f\x7e\xbf\x82\x07\xfa\x79\x03\x46\x69\x3d\x8b\x07\xb4\xfc\xea\x7f\xad\xbf\x84\x9f\x0f\x50\x3d\x8f\x37\x17\x7c\x0c\x8f\xb2\xd6\x1f\xde\xa0\x25\x01\xb4\xd8\xb4\x41\xe5\x5c\xf0\x32\x02\x80\xab\xbc\x4e\x44\xb9\x21\x90\x1a\xa3\x96\xf0\x53\xaa\xf8\xf2\xb3\xa8\x5f\x6d\x06\x58\x85\xac\xe4\x23\xbe\xc8\x61\xe9\x06\x78\x2d\xe0\x3c\xea\xaf\x82\xfa\x19\xe5\x6b\x83\x0c\xef\xe7\xb1\x10\x46\xcc\xf9\xa9\xeb\x04\xe4\xfa\x2b\xf6\xf2\x2c\xa6\x58\x8b\x8f\x47\x9d\x68\x7b\xf2\x8b\xa0\x8d\xea\xc9\x2e\xec\x48\x59\xd0\x5a\x5c\xb4\xb6\xe2\xc9\x5c\xe0\x7c\xee\x6f\x61\x47\x33\x36\xd4\x07\x93\xd5\xfb\x0d\xa2\xa0\x58\xc7\xb3\x04\xc9\xdc\xdd\xdf\x62\xcb\xa5\x8a\xc5\x3f\x6d\x9d\x8e\xcd\xc0\x6a\x75\x3d\x37\xbd\x69\xeb\x74\x6c\xcd\xfd\xe1\x74\x24\x3f\xe7\x75\xc9\xdf\x0f\xd0\x17\xbf\xbf\xb0\xe3\x85\xbd\x6d\x91\xc7\x2d\xb9\x7d\x7c\x7f\xd5\xf7\x7c\x17\x9f\x99\xc6\xc6\x25\x30\x96\xec\xcd\x6d\x8b\x3e\x6e\xd5\xe3\x3f\x0b\xbe\xa6\x67\x10\x33\x86\xb1\x7f\xc9\x19\xa5\x9b\x1c\x05\x4f\x87\xc6\x8b\xb5\xfe\x62\x7a\x1b\x8b\x3e\xe6\xd0\x7e\x44\x5b\xe4\xc7\xfb\x19\xf1\xfd\xd5\xd3\x6b\xbc\xfe\xfd\xd5\xb7\xcd\xfd\x0f\xf0\x62\x1f\xb7\x00\xef\x76\x7f\x5c\xbf\xe6\xbf\x6e\x36\x79\xbc\xbe\x5f\xeb\x1f\xaf\xf1\x2e\xec\x9f\xf0\x27\xee\xb5\x3f\x26\x97\xf1\x80\xba\xe8\xfb\x4e\xf2\xa8\xe1\x7b\x82\x40\x2d\xd9\xe1\xe9\x0b\x00\x96\xcb\x9e\x5e\x00\x50\x01\xa0\xaf\xd3\xd1\x8a\xdb\x8b\x41\xbc\xf8\x5b\x8f\x35\x21\xf1\xf0\xa7\x2f\x00\x94\xe9\xf7\xc7\xf7\x57\xcf\x66\xd0\x7d\x91\xc7\x6e\x04\xea\xfb\x62\xc0\xaf\xf1\x17\x02\x14\x6f\x70\x5f\x00\xa8\xd3\xfd\x43\xe8\x34\x42\xf6\x1b\x1b\x20\x84\xeb\x0f\x9e\xab\xbf\x25\xfd\x44\x98\x1c\x2d\xe1\xa7\x64\x89\x29\xcf\x58\xeb\xcf\x5e\xef\x28\x20\xf7\x82\xcf\x92\x8d\x6a\x93\xe8\xf9\x0c\x28\x08\xcc\xff\xc6\xa2\x0e\xbe\xb1\x3c\x63\x91\xc7\x17\xbb\x58\xa2\x54\x6d\xe6\xff\x63\x2e\xf8\x48\xa2\x79\xc6\x42\x80\xe2\x03\x3d\x20\x26\xbe\x4e\xf0\x92\xb4\xba\x25\xe5\x67\x5c\xa0\x87\x5e\x00\x4e\x40\x73\x7b\x61\xc0\xf4\x09\x9e\x94\x90\xb4\xc0\x09\x91\x76\x1a\xc5\xd6\x25\x68\x6c\x86\xd0\xa4\x14\xa6\x19\xcd\x05\x81\x17\x83\x59\xb2\x79\x1a\xd9\x03\x40\x42\xf2\x91\x5a\x92\x60\xaf\xd5\xcf\x17\x06\x34\x33\xb8\x09\x9d\x89\x31\x6a\x42\x42\xb0\x08\x36\x17\x06\x48\x8d\x90\x9f\xb9\x48\xa0\xf4\x08\xf9\x99\x60\x90\x66\x40\x73\x61\xc0\xd8\x3c\x3f\x00\xc0\x18\x09\x91\x3e\xfb\x08\x41\xa6\x9f\xdd\x32\xd2\xbe\x64\xc4\x64\x88\xee\x0b\x05\xb2\x84\xf1\x07\x2a\xa2\x39\x8d\xf3\x50\x12\x35\x0b\x95\x7b\x80\x83\xb8\x83\x05\x81\x6e\x1c\xd9\xc7\xf7\xd7\x28\x16\xd2\xf6\x09\x22\x29\x88\x40\x32\x6e\xd5\xfd\x1d\x0b\x62\xb5\xfd\x8a\xc3\xac\x3b\x73\x2d\x5e\xfe\xbe\x28\xc4\xf6\xee\x7d\x31\xd0\x30\xc9\xdf\x97\x08\xf9\xe2\x87\xd0\x59\x75\x63\xe8\x91\xbe\xbf\xc6\x8b\xa5\xac\x4b\x4f\xce\xaf\x36\xc0\x63\x92\x7d\xd4\xef\xaf\xf1\x22\xf1\x47\xfb\xfe\xea\xd3\xe3\x1d\x8b\x44\x4e\xb3\xb4\xa3\x83\x64\x69\xb5\xc7\x00\x0b\xd2\x7e\x1f\x10\xa0\x2c\x21\x1e\xfb\x82\xde\x26\xe8\x1e\x50\x21\xbc\xfa\x3b\x71\xb1\x72\xfb\xfa\xfe\xea\x2f\x09\xf0\x00\x7e\xf8\xc4\xad\xdb\x62\x7b\xb1\x9c\x73\xc3\x95\x40\xdf\x9f\x38\x20\xa6\x58\xe7\x3a\x1f\xdd\x14\xe3\x2c\x6b\x3e\x16\xf0\xce\xba\x24\x7a\xb3\x88\x73\x61\xc7\x8b\x02\xac\x6b\xe1\x28\xd2\xb6\x3c\xeb\x5e\x98\xdf\xe3\xad\xcb\x56\x1a\xe6\x09\xe7\x02\x40\xb5\x04\xb4\x2e\x3d\x69\x9a\xe6\x9f\x54\xa4\x79\x42\xe7\xf7\xd7\xec\xa6\x10\x27\xef\xe5\x5e\xe0\x0d\x80\xf9\x7d\x08\x50\x3e\x40\x17\x65\x04\x7d\x7f\x2d\x04\x28\x26\xb9\x57\x5e\x00\x34\x42\x5d\x0b\x00\x59\xd7\xc7\xe7\xaa\x6b\x83\x0d\xe0\x6b\xb1\x88\xf1\xa1\x48\x65\x83\x12\xe7\x83\xa0\x65\xe3\x15\xab\xaa\x89\x1b\xc6\x96\xfd\x03\x4e\x8f\xdf\x4f\xd0\x1c\x7c\xf0\xaf\x40\x99\x95\xdc\x84\x7c\xb8\x6d\xcd\x3f\x3c\x54\x22\xf5\xcf\x0f\x13\x02\x5e\xf9\xdc\xbd\x97\x78\x83\x1f\x3e\x5b\x5c\xb6\x19\xfc\x41\x73\x78\x70\x79\x15\x0c\xca\xf6\x0c\xfe\xa0\x4f\x9e\xc9\x1f\xb4\xca\x67\xe7\x0f\x9a\xf7\x73\x58\x6d\x56\xa0\x2a\x4d\x9b\xd0\xae\xa4\x0c\x46\xf9\x99\x64\x2e\x3f\xba\x2a\xfd\xb0\x03\x6a\xdb\x07\xef\x4b\xd9\xf9\xc6\x87\xd7\x97\x72\x56\xfe\x30\xf4\x03\x41\xf1\xd9\xf9\x52\xae\xc6\x4e\x3f\xb3\xae\x95\x97\xf2\x0f\xbb\x2a\xb5\x93\xd8\x7f\x90\xa7\xb4\xc9\x4b\xb9\xa0\x17\xdb\xcf\x0f\x9f\x4e\x23\xf1\x0e\xfe\xd1\x12\x95\x99\xa8\x2d\xf8\xc8\x38\x65\x06\x3f\x11\x7c\xe7\xf9\xf0\x87\xcf\x0e\xcc\x6b\xe3\x0f\xea\xe3\xfa\x79\xe3\x07\x29\xcb\xfe\x33\xb1\xcf\x45\xbb\x1c\x95\x9d\x7e\x34\xe4\xe5\xfc\x19\xe5\x83\xb7\xe5\xbc\xd9\xe9\x47\x78\xac\x5b\x0b\xfe\xf0\x33\x4a\x4d\x8d\xa3\x7c\xc4\xbb\x5a\x0a\xe1\xf1\x51\xf8\xd4\x42\x0d\xe4\xf6\x91\x8f\x6a\x39\xa8\x2c\xf9\xb0\xc7\x5a\xae\x8b\x3f\x7c\xfa\xa8\x17\x47\xf9\xe0\x4a\x8d\xca\x3e\x3e\xb8\x52\x23\xd8\xc7\x07\x57\x6a\xcf\x5c\xdc\xe7\xc8\xd7\x9e\x27\x7f\x68\x9f\x1f\xfa\x4f\x1f\x9f\x61\xfb\xe0\xb0\x1f\xa6\x52\xe7\xcf\x56\x7e\x30\xac\xce\x8e\x7d\x91\x4e\xb9\xce\x7e\xf1\x87\xcf\xb0\x13\x7a\x9e\xb1\x7d\x48\x51\x9d\xf3\xe0\x1b\xea\x74\x3e\xfc\xe1\x33\xec\x3c\x82\x3f\xcc\x5f\xf0\xa2\x3a\x8f\xce\xb7\x3f\x00\x3f\x3b\x7f\xf8\xc8\xef\xf5\xdc\x33\x7f\xe8\xfa\xa1\xf0\x87\x0f\xb0\x2e\x6a\x85\xd2\x47\xbe\xa8\xf7\xbf\x54\xf1\xd4\x7b\x4b\x20\x6f\x55\xed\x0c\x24\xef\x7e\x01\x77\x98\x0f\x43\xab\xf7\x22\x28\xa5\x7f\xe8\x55\xbd\xb7\x25\x92\xd5\x0f\xfe\xd6\x7b\x5b\xf4\x36\x0f\xb7\x21\x92\x7d\x18\x58\xbd\xb7\x75\x27\x1b\xc3\xdf\x43\x20\x99\x7e\x7e\x41\xc5\xe0\x09\xdd\xe0\xc8\x6e\x3f\x9c\xa0\x3e\x48\x1b\x3a\xd0\x80\x54\x25\xfb\x83\xf4\xb3\x22\x8d\x08\xad\x4d\x7c\x58\x6c\xbd\xd3\xba\x95\x49\x9d\x5c\x6f\x6a\x6d\x36\xb7\x03\x52\xbf\x40\x98\x3a\x3b\xf4\x88\x8b\xe7\x4a\xcf\x59\xef\xb4\x24\x12\x5d\x3b\xeb\x9d\x20\x95\x37\xcf\xf8\x80\x8a\xd9\x13\x3a\xa1\xce\xf6\xfb\x4b\x26\x6b\x9b\xfb\xbf\x31\x21\x4d\x18\x5a\x98\xe6\x05\x64\x12\xb7\xa1\x3d\xcb\xb8\x66\x84\x06\xcc\x6b\x45\x9b\xf7\x84\x56\x86\x6d\xb8\x07\xdc\xc2\x75\x82\xee\x3c\xde\x8a\xbf\x7a\x67\xda\x57\x86\x5f\xd8\x21\xe6\xf8\x05\xde\x34\x05\x82\x7c\xe2\x66\xea\x11\xaf\x25\xb8\x7f\xc8\x5e\xbd\x61\xd8\x08\xa3\xe1\x0f\xc1\x36\x5a\x40\xd1\x52\xb2\x3f\xf8\x59\xa3\x7a\x2c\x58\xa3\xa7\x5c\x48\x9d\x87\xbf\x88\xb7\xb2\xb2\xde\x85\xdb\x26\xca\x72\x97\xb5\x6d\x62\x1a\xf5\x2e\x50\x8b\x1b\xac\x65\x61\x6e\x0f\x77\x78\xe0\xb2\xe6\x19\x90\x09\x89\x10\xdd\xe5\x82\x24\xeb\x0f\xd6\xe1\x2b\xc9\x33\x78\xde\xea\xd2\x7a\xd7\x75\x5a\x87\x81\x50\xc9\x82\x44\xb7\xee\xca\xeb\x91\x66\x5c\xb9\x6f\x3e\x2c\x8b\x6c\xd5\x9e\x34\x83\xba\x98\x47\xaf\xee\x60\x2e\xe9\xd2\x67\xa1\xee\xec\x40\x6b\xae\x58\x93\xc9\xc3\xa2\xb6\x65\x24\x3f\x5f\xfb\x56\x8d\xca\x8b\x6f\xa4\x19\x6e\x3f\xb8\x91\x0b\x66\x6d\xc3\x05\x53\xdf\x37\xee\xab\x81\x06\x15\xc9\x56\xb4\xe6\xb6\x60\x30\xc3\x1d\xe0\x30\x56\x2d\xb9\x71\x5b\x45\x98\xef\xc5\x86\xd2\xf0\xae\x35\x5a\x02\x37\x7f\x31\xd6\x0d\xc5\x53\x6c\xf3\xad\x94\xae\x77\x83\x92\xd8\x4b\x6e\x20\xec\xd3\x33\xba\xd7\x0c\x8d\x47\x50\x82\xa4\xa6\x19\xc6\xb6\x40\x64\xb4\x80\x12\x64\x1a\x44\x01\x72\xe1\xd3\x1e\x13\xe3\xa9\xdd\x17\x88\xba\xd1\xac\x2f\x7e\x16\xa6\x1e\xd0\x21\x6c\xc9\xf4\x66\x31\xef\x92\x43\x20\x5c\x97\xf4\x92\xdc\xc1\xba\x74\x8f\xec\x0e\xd6\x25\x3a\xb7\x21\x80\x0c\x42\xa8\xe4\xdf\x70\x1d\x58\x2b\x6a\x31\xf5\x5b\x57\xec\xda\xc4\xc3\xee\xb1\xb3\x37\x0f\x7f\x80\x3c\x6a\x43\xc6\xf9\xd6\xf1\xd7\x7b\xf1\xda\x1a\x46\x6a\x5c\xb1\xb3\x4f\xfa\xba\x62\xe7\x6a\x06\x31\x37\x0e\x20\x80\xae\x3b\x76\x2d\xa1\x19\xc1\xce\x38\x4d\x7e\x27\xac\x10\x59\x1d\x2e\x09\xb5\x8c\xec\xe7\x38\x45\xde\xb0\x49\xe2\xa6\x0d\x87\x39\x6c\x4b\x46\xa9\x75\x87\xae\x9b\x01\xb8\x18\x7b\x99\xde\xd1\x25\xd5\x8d\x30\x86\x4c\x9c\xeb\x2c\x88\xac\x3b\xb2\xad\x1a\xf5\xde\xa1\x26\x33\x83\x01\xdb\x96\x04\x5d\x6f\x0a\xa7\x2f\xa4\x5f\x77\xe4\x9c\x4c\xeb\x60\xa1\x1b\xa6\xbe\xeb\x8a\x5c\x93\xcf\x04\xdc\x2a\xb2\xb7\x00\x7e\x15\xb3\x7a\x42\x13\x7a\x51\x4f\x80\x7b\xf8\xfa\x01\x2b\x2c\x9e\x00\x04\x26\x9f\xa1\x75\x0d\x2e\x61\x10\x42\xac\x68\x16\x0a\xd6\xad\xb6\xbc\x38\xdc\x41\xc3\x88\xde\x3f\x2a\x07\xd4\x92\x0f\xdc\x6a\x2c\x65\x1c\xfb\xdb\xf0\x53\x61\xab\xaa\xdd\x20\x3c\x70\x08\xa7\x56\x74\x42\x13\x67\x2c\x3d\xa1\x88\xf2\x16\x9e\xb0\x54\x79\x82\x27\x70\xc4\x67\xe8\x84\xa5\xc6\x64\x08\xd7\xcc\x6c\xa9\x66\x5d\x33\x8b\x04\xf9\x7a\xc3\xfc\xf8\x3a\x15\x27\x3c\x57\x5e\x54\xe1\xc4\x29\xf7\x8a\x69\x5b\xab\xee\x00\xc2\xa1\x91\xfa\x3c\xd9\x81\x7f\x80\x2e\xf6\x35\x83\x1b\x42\x82\x40\x7a\x91\x4c\xe8\xf9\x45\x32\xd1\xfc\xc3\xc2\xa2\x97\x14\xb2\x2e\x92\x35\x3c\xc3\x75\x7d\x29\xd5\x74\x68\x49\xda\xa5\x19\x24\xd7\xe2\x25\xd5\xc7\xec\x82\x29\xc2\x64\xe6\x5a\x82\xdd\x30\xc3\xbd\x60\x5c\xab\xee\x0f\x52\x4a\xf7\xf3\x07\x64\x4a\xfd\xdd\x3c\xd7\x1e\xe0\x86\x75\xd1\x38\x70\x73\x45\xe6\x87\x77\x81\x7a\x5e\x48\x73\xaf\x63\x11\x26\x8c\x77\x03\x65\x17\x04\x6e\x1c\x6c\x0b\x21\x37\x0f\x76\xf8\x03\x08\x62\x9e\xe2\x0d\x2c\xd3\x15\xe7\xbe\x17\xda\x77\xa3\xfd\x03\x61\xd9\x94\xe5\x49\xec\x50\xbb\xfc\x2c\x34\x7b\xc1\xf0\x01\x9a\x59\x36\x7d\x88\xf7\xc6\xc3\x07\xb2\x65\x77\x07\x8b\x56\xbf\x60\x82\xab\x72\xf2\x26\xad\x6b\x6f\xc9\x3e\xa8\xbc\xf8\xbe\x96\xf0\x5c\x54\x41\xab\x7d\xf3\x05\xad\xf9\x01\x87\xfe\xe8\xe7\x2a\x6c\xbc\xeb\x85\xd0\x0f\x09\x46\x8a\x4d\x6d\x60\xb2\x84\x49\xd8\x5c\x6b\xd2\x1a\x61\x54\x2d\x32\x02\x54\x18\x55\x6d\x44\xae\x30\xaa\xa6\x45\x1d\x7f\xc1\x6d\x60\x71\x4d\x21\x5a\x0c\x8b\x6b\xd5\x25\xbc\xc2\x40\x5a\x9b\x00\x0e\x03\x69\xcd\x3a\x15\x30\x90\xfa\xc2\x5d\x61\x20\xcd\x5b\xf1\xf7\xdc\xe1\xa6\xf6\x0d\x41\x57\x8b\x85\x01\xf4\xf5\x1c\xbe\x22\x45\xf0\x7f\xe8\xf4\x62\xc2\x03\x0b\x68\xb5\xe0\xfb\x50\xf6\x4e\x3a\x16\xb0\x80\x96\x62\xf0\x40\xf6\x96\x4a\xbf\xc2\x02\x9a\xa5\x42\xaf\xb0\x80\xd6\xae\x63\x0b\x0b\x67\x31\x0a\xc1\xc2\x59\xfb\xf0\x04\x16\x78\x4d\xba\x61\xb1\x4c\x96\xd8\x1e\x4a\xd2\xd2\x38\x57\x98\x2c\x6b\x9f\xfe\xa0\xf0\x05\xff\x40\x24\xd5\x8c\x29\x49\x67\x6f\x4a\xc1\x94\x37\x0f\xd1\xf9\x82\xe6\x04\x49\xba\xe8\x9c\xc1\x6a\xb9\x5e\x10\x50\x20\x4a\xfb\x86\x03\xb3\xe5\x7a\xc1\x5f\x9c\x78\xc1\xed\x0b\x93\xd6\x14\x60\x66\xac\x86\x12\x24\xe1\x9a\xb5\xc8\x25\xa7\x96\x6e\xa8\x42\x4e\xad\xa2\xae\xb0\xe4\xd5\x90\x14\x03\x4b\x5e\x35\x0b\x87\x25\xaf\x66\xef\x52\x03\x2d\x92\x5e\xb6\xd2\x94\x17\xd5\x2f\x00\x68\xd9\x33\x80\xa0\x3a\x25\x56\xc2\x96\xb7\x5e\xd0\x94\x1b\x36\xda\xa8\x07\x63\xde\xa8\x42\x55\xc8\xa9\xd9\x98\xd6\x76\x6c\xbc\xa0\xde\x0e\xf8\x56\xba\xcd\x8b\xb3\x40\xd4\x00\xb2\xe1\xfe\x40\x8f\x25\x34\xd0\x98\xd7\xbd\xe4\x25\xc7\xe6\x61\x90\x05\x34\xd1\x92\x52\x68\xac\x93\xaf\x42\x85\xb1\xae\xca\xb8\x5a\x61\xac\x5b\x0b\xd4\x00\x41\x4c\x16\x04\x82\xde\x9d\x06\xc9\x92\x84\xf3\x34\x65\x09\x5a\xa3\x3c\x22\x98\xbc\x21\xb6\x24\xe5\x69\xc2\x02\x25\x96\xb5\x1f\x30\xa6\xd5\xee\x93\xd7\x89\xb7\x3e\x7a\x1d\x37\x40\x43\x14\xd6\xb0\xe1\x93\xd1\x4f\xb4\xfd\xfe\xc5\x0e\x04\xe2\x0e\x10\x4a\xce\x82\x39\xac\x54\x53\x27\x98\xb7\x64\x9a\xa8\x3f\xe6\x2d\x89\xc6\x30\x6f\xa5\xcd\xe4\x1b\xf6\xad\x91\x0c\x53\x8a\xe6\x16\x13\x60\xe0\x4a\xd9\xa7\x1d\xd2\x77\xd7\x85\xef\xa1\xf4\x9d\xab\x5f\x38\x60\x51\xf4\x0b\x27\x5f\x10\x54\x96\xf8\x5d\x6a\xf6\x1c\x6f\xbe\xa0\x5d\x19\xc0\x0b\x83\x99\xf2\x77\x16\x63\x87\x8d\xab\xca\xc4\x51\x69\xc2\x1a\x3e\xdc\xf3\x67\x95\x02\xd3\x0c\x5c\x48\xfc\x41\x87\x4d\x4b\x70\x9f\xb0\xca\x79\xe3\x26\xe7\x2c\x51\x05\x46\xa9\x2a\x3f\xe2\x0a\xa3\x53\x19\xee\x10\x6a\xae\x30\xbd\xd9\x79\x18\xdb\x6f\xbc\x08\x2a\x0d\x4e\xc9\xbb\x06\x69\xba\x1a\x4d\x20\x4d\x27\xa3\xe5\x0e\xf5\x8e\x37\x11\xd2\xb4\xef\xc4\x30\x38\xd5\x61\x7a\xba\x93\xb8\x49\xd9\x41\xa3\xd2\x30\xb9\xdc\x89\x67\x21\x80\x2c\x71\xba\x0c\xe3\xcd\xbe\x68\xfc\x94\x68\x07\x23\x50\x49\x4d\xeb\x3d\xc0\x03\x8c\xc8\x4b\xda\x9d\xbe\x1f\xc0\xa8\x92\x8a\x24\x2b\x18\x55\x92\x6f\x84\x30\xaa\xd4\x61\x3c\x86\xb0\x2a\xbf\x8a\x0a\x1b\x47\x1d\xaf\x36\x44\x39\xc9\xa6\xb0\x71\xe4\xe6\x73\xb2\x64\xd3\x3a\xcc\x41\x96\x28\x59\x9a\x0f\x22\x44\xc9\x30\xe9\xbb\xc8\x1f\x4c\x8b\x2e\x82\xd0\x6d\x82\xf0\xf5\x05\x40\x28\x61\xf2\xb9\x00\x42\xa3\x3d\x84\x4f\x2b\xb0\x9e\x25\x7c\xd6\x21\xe1\xf5\x59\xc2\xe7\x08\xa9\x66\x9e\x1b\x97\x76\x43\x8c\xb2\x67\xf6\xa6\xdf\xb8\xc1\x24\x4d\xe0\x0e\xcc\x50\x5b\x70\xf3\xe4\x7a\x44\x08\x9f\xc3\x1c\x66\x09\x9f\xb9\xf9\x14\xdd\x5c\xa2\x60\x76\x5f\x0b\x0b\x0d\xe3\x1b\x96\x67\x83\x00\x6e\x97\xdd\x7b\xfc\xf0\x58\x1a\x6d\x97\x30\x9a\x8b\xf4\x5b\xcf\xf3\xb3\x04\xed\xea\xc3\x25\xf8\x03\xcc\xd0\x4c\xf8\xc1\x2e\x14\xe3\xe5\xb3\x7f\x7f\xcd\xe6\xef\x81\x05\xaf\x01\x1e\xbe\xff\xd3\x61\x43\xcc\x80\x6d\xdf\x0d\xc6\xa7\x91\x3f\x03\xb4\x6d\x83\x6d\xba\xfb\x39\x88\x57\xf9\x70\xf9\xb6\x6d\xc7\xf7\x57\x9f\xe1\x17\xb0\xcb\xd9\x1d\x60\x97\x9b\xdf\xbf\xd9\x41\xe8\x07\x6e\xf3\xfc\xb4\xe9\xab\x2d\xe3\x70\xdb\x12\xac\x6f\xaf\x17\xe8\xa0\xaa\x11\x12\xad\x69\x49\x53\x48\xeb\x8e\x51\x8a\xdb\xeb\xf0\xcb\x25\xa7\x6d\xd0\xed\xce\x70\x1b\xd2\xf1\x87\x60\xb7\x0d\xba\xdd\x4d\xdb\xd2\xb6\xc4\x35\xf9\x05\x1a\xd4\xd4\xce\x9c\x72\xd6\x22\x21\x72\x8a\x8b\x35\xb8\x88\xd7\xf1\x7a\x1e\x98\xe1\xa6\x76\x67\x07\x5a\x23\x94\xb7\xf2\x79\x68\x5b\x9e\x00\x92\x3b\x80\x97\xd4\xf0\x00\x07\xc8\xb5\x60\x92\x79\xd6\x04\x02\xe8\x6e\x65\xf1\x6c\x5b\x26\x5e\x68\x02\x4b\xb8\xab\xf2\x92\x6c\xf4\x4a\xdf\x4a\xf5\x0f\x74\xbb\xd2\x80\x85\x87\xb7\xfa\x07\x68\xb4\x8c\x07\x15\x98\x9b\xdd\xe6\xad\x48\x33\x84\x1f\xd8\x30\x08\xea\xfc\xfe\x1a\x6d\x6a\xc5\x95\x2b\x70\x9b\x03\x36\x0d\x58\xb1\x04\x4f\x19\x8e\x5e\x9b\x97\xdc\x08\x73\x81\x14\xb2\x98\x62\x15\xda\xd6\xb8\xc4\xf8\x8d\x4a\xad\x6d\x4b\x52\x2b\xe1\xe5\x05\x18\x50\x68\x36\x81\xe9\x1a\x3e\x4b\xb0\xe9\xba\x12\xb4\x6d\x09\x36\x63\x18\x65\xe0\x25\x34\x0d\xdf\xbe\xc8\xad\xae\x14\x6d\xa3\x9c\xf3\x7a\x9f\x1b\xa6\x43\x01\xaf\x9e\x6c\x04\x81\x4f\x73\xad\x7a\x1f\x62\x4b\x4f\x9a\x0f\x1c\x98\x5b\x11\x02\x0d\xf2\x2f\xf5\x07\x7e\xaf\x70\x8b\xb6\x81\xdf\x6f\xd5\x84\x62\x8e\xef\xaf\x21\x1b\x51\xdb\xe8\xb4\xe2\xfd\xdf\xc1\xbf\x7c\xce\x77\x5e\xfc\xb5\x40\xf2\xf7\xea\x0d\xdd\xb1\x3f\x3e\xc6\x7b\xf0\x05\x8d\xb8\xc3\xb1\xd8\x53\x86\x46\xec\x45\x17\x76\x9c\x89\xe2\x0e\x4f\x70\x4c\xcd\x70\xb1\xe8\xd1\x9b\x30\xec\x58\x33\xec\x9a\xf0\x51\xbe\xbf\xfa\x0b\x01\xe1\xb5\x31\xbd\xe0\x03\x3b\x66\x08\x1e\x9c\x9f\x31\xf8\xe8\x0b\x22\x5d\x2b\x3c\xc0\x1d\x8a\x3b\x80\x5f\x6b\xf2\x00\xf7\x7a\xdf\xdf\xc3\x8d\x62\x1a\x20\x8b\xa3\x8f\xe4\x33\x7a\xae\x13\x31\x7d\x46\xc1\xc1\xa7\x01\x46\x2f\x85\xea\x2d\x80\x9b\x42\x35\x91\xb8\x56\x87\xc5\x38\x75\x81\xff\x99\x2e\x5e\xf0\xb2\xe9\xee\xf0\xc6\x11\xd4\x02\x6e\x4c\xc8\xbc\x81\xfc\xd3\xe3\xdd\xf0\x7c\xde\x84\x73\x8b\x7d\x8e\xe9\xf1\x6f\x9c\x09\xe3\xf8\x4d\x6d\x93\x16\x04\x76\x39\x8c\xb3\x8b\xd9\x95\xe6\x0d\xa5\xe6\x45\x7e\x1f\x6d\x7b\x70\xe8\xba\x3a\x58\xdc\x6f\x6c\xaf\xe7\x3b\x3f\x10\x16\x43\xf5\xb2\x89\x9b\x25\x70\xbb\x2e\x90\x22\x3e\x2b\x6d\xb5\xfb\x05\xee\x49\x52\xbb\xf0\x85\xa6\x1f\xe0\xdb\x23\x56\x90\x7e\x7c\x37\x3e\x77\xfd\x96\x36\x02\x79\xaa\x0d\x2c\xae\x1e\x61\x01\x29\x85\xdb\x58\xc3\xf0\x94\xb8\x86\xcf\x1d\xb1\xa5\x0d\x94\xa0\x6a\x06\x09\x1c\x5b\x74\x2e\x25\xae\x41\xbc\x20\x2d\xfe\x58\xb2\x47\x20\x7f\xac\xe2\x6f\x29\x01\xd3\x93\x3f\x68\x68\x6b\x0a\x8b\x5f\xce\xd1\x34\x83\xc5\xee\xba\x6e\x17\x2d\x91\xdd\xd5\xa9\x0e\x16\xbb\xcb\x4d\x88\x90\x16\x77\x1a\x72\x69\x6c\xa9\xc0\x5f\x46\xc4\x26\x95\x8e\x01\x35\xc3\xc5\x7d\xc6\x14\x87\x4f\x8b\xfb\x8c\x99\xfc\xfe\x89\xb6\xfb\x7b\xde\x21\x05\x2d\x55\x9a\x8f\xf5\x7e\xa5\xb5\x41\x20\x43\xfc\xc7\xd6\x74\xd4\x12\x98\x53\x11\x75\x45\xac\x5d\x95\x67\x49\x4b\xf0\x78\x96\x6c\xdb\x52\xc5\xf5\xa2\x7b\xc0\xce\x0e\x3d\xe2\x80\x62\xd5\x1d\x4e\xf8\x90\xbb\xc3\x9d\x1f\xfc\xe6\x76\xd3\x52\x5d\x17\xc2\xf2\x5a\xdf\xc9\xaf\x3d\x1f\x38\xbd\x8a\x97\x25\x98\xe8\x9a\x01\xde\x16\xc0\x4d\xcd\x53\x03\x0a\x34\xa3\x2d\x4c\x74\x92\x4c\x5b\x22\xb3\x0c\x01\x08\x5e\xcc\x43\xec\x2e\x2d\xe6\x99\x14\x31\xd3\x12\x99\x67\xf3\x96\x36\x58\x8c\x44\xdc\x52\xc0\xad\xa1\x69\x06\x70\x13\x56\xd4\x47\x4b\x81\x28\x91\x4d\x03\xc6\x3a\x06\x39\xfb\x7d\x02\x4c\xd4\x14\x11\x8e\xd3\x48\x1e\xf0\x71\x9b\xfe\x7e\x41\x44\x3e\xea\x2d\x05\xaf\x3f\x9e\xcf\xc3\xfe\xb4\x02\x98\xf0\x4c\xbd\x53\x67\x60\x93\x20\x44\x13\x5e\xf3\x41\xee\xf0\xb2\xaa\xfe\xa0\xc2\xad\x54\x2b\x82\xea\xc2\xe4\x3b\x75\x98\x1f\x4c\x39\xe0\xf9\x61\x29\x35\x75\x44\x87\xf9\x9c\xf7\xc5\xce\xc2\xe7\xbc\x13\x02\xd5\x03\x1c\x50\xad\x78\x42\xe7\xa2\x86\x86\x50\x87\x96\xc0\x1d\x0c\xc6\x41\x08\x24\x03\x37\x3c\x71\xf0\x34\xf2\x3b\xd2\xa6\x25\x38\xf2\x0e\x4f\x08\x7a\x8c\x2e\xf2\x9c\x06\xbc\x42\xbc\xc5\x50\x53\x24\x63\x29\x8c\x84\xc5\x94\x6c\x66\x18\xb2\x05\x10\xd8\xf0\xba\x01\x36\xe3\x1d\xd9\xd3\xd2\x84\x03\x83\xe7\x37\x07\x6f\x0e\x9a\xe0\x84\x1f\x64\x68\x82\x93\x10\x6a\x5a\x21\xbc\x77\x4a\xf5\x0b\xf0\x95\x97\x1c\x9f\x18\xcb\xe6\x15\xd1\x81\xac\x85\xa6\x04\xc7\x57\x29\x29\x5a\xa2\x55\xaf\xe9\xaa\x90\x96\x14\x53\xa5\x19\x6e\x89\x42\x8c\x58\x6c\xda\x8f\x77\x74\x52\x4b\x3b\xdd\x42\xdc\x21\x14\xeb\x26\x24\x70\x35\x4d\x9e\xe1\x81\x3d\x32\x0c\x11\x5f\x97\x0d\x33\x04\x84\x59\x2c\x4f\x34\xca\x49\xb9\xde\xd2\x92\x5a\x72\x95\xd0\x94\x0e\x98\x19\x9b\x07\x58\x58\xd8\xcc\xe0\xe0\x3b\xda\x5e\x13\x00\xcf\xf6\x39\x3b\x18\x7e\xa5\xf7\x4f\xb8\x94\xf9\xf9\x59\x81\xe5\x7e\x0e\x7e\xd8\x24\x85\xa5\x13\xf1\x10\x26\xb5\x27\xf8\xa1\x99\x11\xad\x70\xcd\x20\x3b\x71\xe9\x0e\x8f\xc0\x5d\x36\x4c\x10\x37\x58\x4d\xfc\xce\x13\xaa\x6d\x77\x70\xc1\xbd\x55\x58\x40\x27\xc0\xf6\x5a\xc3\x83\x6b\xbb\x46\xa0\x20\xd5\xbc\xa8\x0b\xee\x47\xa6\x7e\x17\x14\x74\x66\x80\x17\xe9\xb1\x51\x1f\x2e\x70\x2f\x8e\x7a\x6f\xef\xa0\xb4\x96\x6e\x04\x19\x18\x0d\x6e\xc6\xd8\x0b\x6d\x60\xc4\x1a\x66\xd9\x37\x06\x08\x53\xa3\x25\x3a\x95\xcd\x67\xfd\xbe\xf9\x82\xbf\x58\x6b\x2a\x86\xda\x83\x19\xa4\xf8\x15\xbf\x79\x96\xe0\x98\xcc\x3e\xa8\x86\x88\x4d\xf3\x7d\x20\xcc\x9b\x9d\x51\x32\x0b\x93\xef\xa7\xbd\xa3\xee\x5a\x7a\x02\x0c\xd5\xd3\xe9\xfc\xc0\x2f\xe0\x4e\x6e\xc4\x5e\xa2\xdc\xeb\x68\x43\x92\x2b\xaf\xd7\xd7\x0e\x6c\x3e\xa8\xcf\x89\xf1\xb4\x23\x30\xa1\xc9\xb0\xd9\xd2\xf3\x03\x1f\xbf\x80\x30\x18\xed\x48\x86\x09\xcd\x17\xde\x0c\x49\xd0\x22\x4d\x66\x98\xe4\x47\xb3\xdf\x32\x5c\xe8\xa4\xb3\x6d\x19\x4e\xba\xd1\xfc\x7d\x87\x7a\x6d\xaa\x0d\x3b\xe6\xab\x0d\x45\x8d\x95\x10\x79\x83\xbe\x4e\x5b\x9e\xb7\x6b\xad\x68\xf3\x00\xd0\x5b\xeb\xf6\x82\xe8\xea\x32\xbd\x00\x68\x41\x14\xf2\xda\x72\x8a\xef\xaf\x68\xc9\xef\xe3\xa0\x8b\x94\x65\xf8\xa4\x86\x0e\x7a\x46\x58\xa2\x0c\xb3\x8d\xe1\xd9\x5d\x72\x6a\xa6\x83\x5b\xf1\x73\xa2\xa4\x64\x10\x06\x70\x17\xa1\x00\x42\xb4\x8b\xd5\x34\x19\x0e\x6c\xd6\xb2\xe4\xbc\x26\x30\x25\x01\x20\x48\x3b\x37\x5d\x67\x18\xa5\xbd\x85\x64\x0c\xc6\x69\xcb\x47\xa6\xe5\xcc\x19\x64\x8f\x00\x6b\x89\xf7\x00\x91\xdc\xd6\x08\x64\x98\xd9\xb6\xd0\x15\x2f\x17\x6e\xba\x46\x28\xd0\xfd\x8b\x10\x20\xba\xbb\x36\x6f\x5a\x81\x63\x7e\x77\x1b\x42\x8b\x61\x5c\x26\x2e\x40\xda\x83\xc2\x40\x73\xbf\x4f\x39\x4e\x2b\xa0\xb7\x59\x18\xa8\xd0\xa2\xc8\xc7\xa2\x65\xba\x6e\x2b\x34\xa1\xe5\x0a\xc1\x4e\xf7\x93\xbc\x24\x59\x7b\xb4\xb6\x5c\x69\xd2\x52\x87\x95\x97\x58\xbf\xbf\x24\x6d\x4b\x35\x79\xc9\xa1\x65\x56\x7f\x0f\xa9\xca\x33\x86\xd6\xa5\x37\xf7\x77\xc1\x01\x40\x2b\x6c\x8c\x1e\x53\x7f\x88\x9e\xf3\x6d\x26\x43\xae\x8c\xd7\x73\xb0\x83\xd7\x04\x1b\xa4\x22\x83\xb8\x41\x7d\xe8\x09\xd0\xb3\x4b\x42\x40\x6e\xd0\x53\x84\xcf\x01\x4d\x62\xe2\xf9\x88\x93\xaf\x5d\x97\x95\x1c\x18\xd1\x33\xa0\x89\x2b\x5e\x1f\x40\x0e\xcb\x6e\x0f\xbe\xe0\x1e\xb0\xab\xc3\x2f\xec\x60\x17\x42\xab\x25\x5a\xf6\x69\xac\x08\x6a\x79\x35\x65\x48\x8e\xdd\x9b\x0a\xc1\x71\x8b\xd0\x94\x3a\x37\x49\x03\x2c\xc9\xb1\xbf\x80\xda\x81\xd7\x22\x76\xb9\x13\x2b\xc4\x64\x73\xa7\xd7\xb6\xa0\x3e\x36\xbe\x20\x44\x86\xa8\xd7\xc3\x6d\x8a\x7a\xea\x60\x94\x75\xe9\x14\x3f\xca\x63\xa1\x49\x32\x75\x5b\xa2\x5f\xd9\x4c\x1c\x06\xa4\xf3\xaa\x19\x8f\x7d\x81\x60\x7a\x02\x07\x27\xf0\x2b\x76\x93\x07\xae\x73\xaf\xde\x2f\x5c\x81\x05\x30\x04\x68\x75\xc3\x6b\x2e\xf6\x24\x17\xfd\x96\x27\xd9\x93\x77\x80\xde\x63\xc6\x42\xc8\x81\xcd\xcb\xa1\x71\x2a\x4c\x2c\x11\x31\x95\x4d\x8c\x27\x3d\x2e\x34\xa3\x89\x2d\x35\xb1\x5d\x82\x63\x4e\x62\x37\x19\xde\x60\xd6\x64\xe4\x25\x37\xb6\x17\xbc\x60\xdc\x6a\xc3\xef\x0f\x88\x81\x6e\x43\xd6\xdf\xdc\xff\x0e\x41\xd5\xdf\xd3\x0d\x5d\xef\xc3\xe7\xbe\x99\xb2\x31\x02\xc9\x28\x0b\xb1\xb0\x7a\xbc\xe3\xc6\x7c\xdc\x86\xd1\x53\x77\x93\x7c\x32\xc0\xc5\x13\x3e\x21\x01\xf8\x50\x9c\x99\x2f\xf8\x07\x78\x26\x49\x00\x41\xf2\x96\x9a\xbd\x47\x14\xe3\xba\x69\x23\xc4\xb8\x6e\x86\x4a\x31\xae\x1b\xe6\x27\xdc\x8d\x4d\x7c\x2f\x06\xee\xab\x03\x08\x61\x9b\x92\xb8\xb4\x7c\x65\x98\x9a\xdd\xc6\xb1\x31\x87\xbb\x02\x1d\x68\x00\xa4\x13\xda\xba\x39\xd2\x35\xc0\x72\xdd\xc1\xc2\xea\x30\x71\xbb\x38\xc5\xec\x29\x1c\xeb\x05\xc9\xb2\x99\x72\x5f\x37\x1c\x97\xdc\x37\xaa\xf1\x0a\x1a\xb4\x34\x3d\xa5\x07\x4e\x7b\x7a\x7e\xe7\xf5\xbe\x04\xc9\x0c\xef\xa8\xad\xeb\x4e\x95\x6f\xfa\xb1\x6b\xca\x0f\x81\x22\x20\x41\x52\x9b\x1e\x60\xc9\x5d\x43\xd1\xbf\x2d\x3f\xd0\xd2\x7a\x9b\x9e\xf9\xce\x6e\xd0\xf2\x03\x4f\x7e\x73\x79\xc8\x49\xc3\x78\xf0\x20\x5a\x5a\x97\xde\x82\x50\x83\xa2\x6d\x2e\x54\x77\x09\x11\x0b\xc4\x20\x6b\x5a\xca\x46\x98\x4b\x6e\x2a\x90\x83\x14\xcc\xdf\x0a\xd3\x39\x84\x3b\xc0\xc9\xb3\xae\xa8\x6c\x0f\xb2\x03\xe8\x85\x44\x47\x4c\x3d\xa7\x67\xbf\xd0\xa4\x20\x1f\x83\x62\xad\x5a\xa1\x67\x7f\xf3\x73\x22\x66\xf3\x0b\x13\x29\xa8\x42\xed\xfd\x9d\xe0\xa1\x95\x84\x6b\xac\x68\x69\xc9\x38\xfb\xba\x7e\x14\x28\xbb\xac\x0a\x29\x99\x47\xc5\x33\x64\x3e\x85\xd7\x07\x70\x61\xa8\xee\x70\xa1\x59\x78\xc0\x25\xc6\x8c\xe9\x15\xc3\x36\xe3\x7b\x77\x59\x62\xcc\xd8\x24\xc5\x94\xc2\xc3\x2b\x76\x50\x0a\x90\x42\xc2\x76\x81\x58\x62\xa4\x29\xf0\xdc\x51\x80\x58\x2b\x70\x82\x37\xd3\x2e\x85\x03\xba\x0d\xac\x15\x56\x97\xba\x01\xa9\x34\xde\x12\x4a\x9c\xf1\xa2\x15\xaa\xd7\x6c\xec\x28\x90\x4a\xac\x38\x2e\x74\x8a\x97\x3f\x5a\x2b\x95\xe1\x19\x5a\x12\x9d\xe2\xe5\x21\xd5\x0a\x52\x0a\x94\xd7\x07\xd0\xaf\x19\x06\x15\x3e\x63\xa5\xfc\x86\xdf\x94\xfa\xe3\x2a\xab\x36\x1c\xe0\x5f\x83\x41\xb1\xae\x43\x52\x7e\x52\x04\x18\x00\xf4\x80\x97\xd0\x52\x5a\x46\x00\xae\x3a\x68\x88\x46\x91\xd4\x56\x96\x14\x34\x2c\x72\x94\xc6\xf4\x44\x9a\x00\xc2\xb0\x94\x13\xa0\x95\xd6\x11\x44\xe0\xf7\x77\x10\x5b\xb7\xc1\x5e\xad\x3a\x29\xd0\xb6\x25\x23\x39\xa5\x24\x33\xac\xb2\xa4\xa4\x94\x8c\x12\x0d\xa7\x4a\xc2\x77\x89\x75\xaa\xac\x2b\x2a\x08\xc8\x52\x84\x60\x2b\x50\xdf\x85\x71\x10\x8e\x45\x8a\x18\x6a\x25\xe0\xc6\xe9\x63\x4e\xa9\xcb\xe4\xbe\x04\x91\x5e\x4b\x58\x52\x57\x91\xf1\xbf\x15\x4a\x5d\x72\xec\x69\x25\xfe\x45\x9a\x94\x56\xa8\x00\x94\x87\x49\x2b\x71\x20\x6b\x85\x7b\x00\xd6\x1a\xa8\x81\x28\x5e\x93\xae\xbe\x96\x98\x8d\x32\x1d\x1e\xdc\x92\x89\x0a\x15\x7c\xdd\x68\x0c\xdf\xa4\xcd\xbb\x0e\x05\x5f\xf6\x2e\x75\x84\xb1\xfa\x5c\x77\x22\xad\xa8\x79\xa1\x86\xaf\x78\x84\x01\xbc\xf2\x8c\x26\x3f\xf0\x0f\x3b\xd6\xec\x11\xe1\xa3\xe1\x0f\x18\x8a\x6f\x52\x33\xc0\x2e\xe4\xa0\xd0\xca\xa0\x53\x88\xa6\x38\x90\x8c\xc1\xa4\x88\x61\x04\xc5\x6d\xde\xb9\xb4\x04\xba\x22\xc9\x69\xa3\x95\x01\xa6\x6c\x4c\x5c\xa2\x5a\x4d\xaf\x01\x21\x9a\xba\x43\xf8\x0d\xbd\x48\xcb\x84\x99\xd1\xa4\x67\x2e\x16\x3b\x0c\x63\xa8\xec\x5e\x47\x6d\xb2\x3f\x6d\x22\x05\x31\x1b\xaa\x0b\xfc\xf2\x8b\x8f\xc2\x92\xc4\x7a\xf7\x26\x50\x85\x27\x0f\x87\x56\x96\x28\x56\x6c\x1e\x29\x88\x5d\xef\xba\x72\x15\xda\x21\x6d\xcc\x2f\x50\xe1\xf5\xd7\x08\xc8\x6e\x62\x86\x02\x57\xa2\xcd\x1e\x0d\x85\x76\x48\xc3\x0c\xbe\x44\xd9\x88\x0a\xbb\xa3\xad\x11\x65\x07\xa2\x8a\x27\x97\x03\xb1\x1e\xa6\x8e\x07\x77\xd5\xf4\x15\x96\xc8\x61\xbc\x3a\x1a\x5f\xd0\x1a\x8f\x78\xa7\x0c\x6a\x05\x96\xc6\x6c\x72\x0a\x71\xcf\xea\xff\x42\x71\xcf\xf2\x6a\xa1\xab\xbd\xb7\x0d\xe2\x5e\x32\x41\x5b\xd2\x5e\xef\x26\x17\xe7\x78\xe7\x24\x6a\x05\xb9\xfa\x92\x97\x08\xe7\xa3\xed\xf5\xfc\x40\xc2\x00\xad\xe0\x3c\x97\xfc\x69\x98\x22\x20\xdb\x92\x57\x81\xac\xd7\x7c\x30\x2e\x24\x59\x91\x6c\xf8\x13\xb6\x3b\x4c\xf0\xe0\xf8\x9e\x24\x0b\x16\x78\x2b\xd9\xfc\x5d\xe0\xad\x94\xcc\x53\x97\xa8\x57\x6d\xee\x2e\x14\xf5\x6c\xa0\x29\x50\xf1\x4d\x53\x87\x8b\x31\xf1\xea\x10\x9e\xef\x6d\xfb\x1d\xc3\xb9\x89\x94\xba\x46\x97\x1b\x06\x30\x8b\x00\x77\x79\xe7\x74\x6a\x05\xfa\xc0\x17\x12\xdf\x0d\x77\x54\x8f\x0e\xef\x5d\xd3\x3a\x7a\x2e\x0d\x73\x98\x7b\x80\xbe\xfb\x85\x89\xb6\x3b\xd8\xe1\xbe\xa1\x0d\xb8\x99\x47\x4c\x00\x87\xa9\xb6\xbe\xbe\xbf\xbe\xbf\x7c\xc5\x2d\x50\x37\x36\x93\x01\x6a\x1b\xcd\x8f\x96\x98\x5a\xac\xc3\x2d\x4b\x4c\x5d\x14\x57\x6d\x24\xd5\xf1\xf7\x0f\x13\x4a\xf8\x7d\x1e\x4a\xf3\x1f\xfa\xd8\x57\x77\x40\x35\xb6\x9f\x2f\x00\xd8\x76\x5e\xa0\x4e\x6c\x06\xe8\x92\x7b\x8b\x2f\x58\xe5\xf9\xd9\x6f\x01\xe0\x39\x30\x43\xed\xd0\xc3\xe4\x7c\x9e\xd1\x85\xe7\x9f\x1d\xa9\x74\xb9\xb7\xe0\x8a\x7c\x94\xb5\x68\x4b\x2a\x83\x6e\x15\x09\xd8\x2a\x4c\xc7\x59\x5b\x50\xb7\x8a\x70\xcb\xa1\x36\x71\x3a\xfc\x42\x60\x48\xbf\xc0\x4d\x0e\x0f\x81\x90\x20\x5d\xd2\xea\x06\x21\x48\x06\x9b\x0a\xd3\x71\x9d\x7e\xff\x60\x07\x4d\x3f\xc0\x89\xe5\xf5\xc1\xb5\xe4\x8e\xe4\x0e\x19\x19\xe8\x25\x3c\x08\x86\xd4\xfb\x4b\x16\x2f\xca\xe0\xd9\x2a\x75\x92\xa2\xad\x35\x65\xac\x40\xfd\x25\x48\xc2\x42\x93\xca\x2c\x9b\x16\x74\x6a\x02\x4b\x35\x08\x12\x41\xe0\x01\x91\x19\x42\x52\x43\x4d\x34\xf0\x08\x44\x54\x4a\x8e\xee\x11\x60\x06\xdc\xdc\xbe\x61\xe7\xf4\x8c\x17\x3b\xc9\x3a\x68\x15\xa6\xec\xa8\x6e\x03\x71\xc5\x50\x2b\x85\xfb\x21\x4c\xae\x4b\xb8\x6f\xca\x56\xd3\x2a\xc2\x70\x7d\x45\xac\xb9\x7f\x7f\x29\xd5\x4a\xab\xc8\x85\xd6\x84\xb7\x15\x41\xb8\x21\x49\xb2\x52\xe9\x39\x74\xf0\x2a\x94\x9e\x63\x7a\x3c\xfa\x1d\xf9\x39\xb3\xc1\xf9\x39\xd2\x1d\x79\xcf\x33\xbc\xa0\xfc\x3d\x2f\x0b\x43\x88\x5e\xd7\x65\xa1\xda\x94\x5c\x0b\xf6\x6c\xb8\x4d\x6e\xe4\x4d\x2c\x0c\xc5\x73\x07\xb0\x8d\x8b\x97\x54\x28\x45\x4d\x49\x2b\x02\x07\xcc\xb1\x6b\xf9\x59\xa2\x47\xa0\x20\x27\x90\x41\x2b\x6a\x15\x60\xa5\x6b\x99\x2f\x50\x15\xae\x65\x66\xc0\xb5\x30\x9b\xa5\xee\x1b\x15\xf6\xff\xcd\x58\x50\xb9\x49\xfa\x00\xd7\x8b\x62\xbc\xa5\xf9\xde\x66\xbb\x5a\x19\x6f\x2a\x3c\x84\xf9\x7e\xf3\x15\xa8\xe2\x0a\x61\x05\x5a\xad\x24\x1f\xea\x11\x31\xb3\xa6\xc7\x95\x37\x86\x21\x79\xb8\x22\x4d\x98\x15\xaf\xb5\x01\xd3\xc5\x31\x6b\x43\x12\x39\xcf\x08\x91\x05\xa5\x6e\xbf\xe1\x37\x15\x39\xc4\x8a\x67\xdb\x08\xf2\xe9\xde\x99\x44\xcd\x2f\x30\x44\x58\x7b\x0a\x71\xff\x85\x24\x41\x24\x30\xc4\x96\xbc\xdf\x8a\xd1\x8c\xf2\xfe\xf4\x41\x0b\xac\xe7\xf5\x41\xe7\x0b\x82\x58\x30\xed\x93\xda\x1d\x27\xcd\x53\x5c\xe2\xf8\xa2\x30\x6a\x17\x44\x83\xf8\x7d\xd0\x8e\xf9\x7a\x01\xc1\x1a\x12\xf4\x6a\xe7\x0c\xdc\x06\x44\xbd\x03\x9d\xf6\x07\xad\xb1\xc3\x3d\xcb\x27\xab\x03\x0d\x8d\x03\x9d\xc4\x51\x30\x83\x39\xdd\xee\x5c\x75\x24\x4e\x48\x1d\x0e\x9c\x24\x53\x3b\x4a\xeb\x66\x52\x75\x10\x88\xee\x91\x40\x7c\x0d\x01\xa7\x40\xc9\xff\x15\xd2\x78\x95\x18\x50\x61\x71\x9f\x3e\x08\x74\xe2\xb3\x81\xbb\x0e\xa4\x8a\xf0\x2e\x20\x2e\xc0\x26\xf5\x8a\xb8\x00\x7b\x2f\xd5\xc9\x35\xbc\x7e\x40\x30\x9c\xf1\x7a\x72\x0d\x1e\x72\x72\x0d\xda\x16\xe6\xbe\x32\x10\x90\x38\xa6\xf8\x20\xac\x0b\x40\xb6\xcd\xa6\x52\x15\x3b\x8d\x8a\xeb\x06\xd0\xaa\x11\x69\xc9\xeb\x8b\xb3\xa8\xbd\x06\xb4\xea\xb2\xee\x04\x9a\xae\x20\x75\xc9\xeb\xcd\xb2\x54\x5d\xf2\x7a\xb3\xac\x51\x97\xb8\x5e\xa3\xba\x7d\x20\xc3\xb2\x3b\xc4\x15\xc7\x2c\x60\xe7\x84\xdc\xbe\x39\xa0\x40\x80\x74\x51\xc5\x40\x85\x0d\x7f\x7b\xb1\x41\x18\xf1\xad\xbc\xa8\x30\xe2\x6f\xd3\x24\x91\x56\x7c\xd3\xdc\x03\x6b\x94\x92\xac\x1e\xf4\x26\xd2\x92\x96\x7c\xdf\x94\xd5\xa0\xd5\xe3\xfc\xfe\x9a\x9b\xf1\x04\x46\x7a\x8b\xdf\xf5\xe0\x94\xbd\x26\x64\x78\xb2\x02\xa2\xae\x0b\x81\xef\xda\x15\xd7\x01\x6b\x98\xea\x89\xb3\x28\xab\x51\x3d\x89\x05\xd5\x3f\x20\x01\x98\xf9\x30\xad\xfe\xb3\x7a\x00\xa4\x40\x33\xa3\x3f\x91\x71\xc4\x68\x04\x75\xf1\x8b\x27\x20\xf4\xf6\x25\x39\xac\x0b\x43\xb3\x2b\x63\x45\x64\xed\x34\x1a\x9d\xf7\x5a\x80\xbb\xc3\xfa\x8c\xc6\xd0\x25\xbf\xb8\x24\x82\x1b\x36\x0f\x77\x71\x81\xea\x7e\xdd\x2f\x96\xf8\xa2\x76\x70\x3d\xda\x01\xe8\x92\xed\x7e\x54\x71\xbf\xd8\x5e\x10\x60\xb4\xc3\x34\x67\xbf\xb8\x02\xbf\x00\xb4\xf2\x51\xbd\x6e\xb4\xb5\x04\x44\x3b\x64\x7f\xcf\x50\xdb\xa9\x2b\x4f\x5d\x97\x8a\xd1\x4d\xbf\x6e\x78\xf8\x5a\x58\xc3\x1d\xe1\x85\x85\x37\xce\x81\xa5\xc5\x1b\x01\x7e\x5e\xd2\x4f\x70\x83\xdf\x87\x4b\x79\xfb\x4d\x8e\xb5\x56\x11\xf9\xf0\x3a\xa5\xeb\x82\x50\xec\xce\x5c\x11\x54\x6b\xe7\xa6\xfa\xe0\x54\x1b\xc3\x20\x8f\xdb\xa6\x56\x1f\x82\xcf\xa2\x2a\xe4\xf1\x17\x06\x3f\x04\x9f\xc0\x49\x03\xff\x34\x86\x3d\xb8\xb0\x49\xd2\x6b\x14\xd8\xed\x52\xd0\x20\xb0\xa7\xd7\x0b\x15\x87\x68\xa8\x4d\x1c\x96\x14\xd1\x36\x06\x57\x27\xb5\x11\x3f\x2e\xa4\x6b\x1b\x71\xa0\xfb\x85\xb9\x90\xb2\xa9\x09\xa4\x14\xa1\x6a\x94\x9e\x3d\x81\x25\x3d\x37\xc7\x31\xb4\x44\x4a\xe7\xe7\x38\xf5\x12\xbc\x5a\x06\x52\x8b\x72\x36\xc6\xb5\x2a\x0f\x58\x6b\xb0\xb8\xdb\xe9\xa2\x21\x31\xaf\x7d\x81\x1a\x12\xef\x2a\x4b\x43\x6b\x99\x40\x17\x57\x6f\xb0\xb0\xcf\xee\x17\xc8\x5f\xa6\x7b\x80\xb4\x59\x3d\x02\x42\x6f\x0d\xe3\x82\x29\x4a\x99\xdf\x0a\xe3\x20\x04\xa1\x42\x4a\xa8\x7b\x7b\x2b\xc0\x0b\x5d\xf4\x1b\x72\xe9\xd6\xea\x0e\x71\x8a\xaa\xdf\xbf\x18\x35\xa5\x29\x43\x36\x54\x86\x98\xd6\x0a\x80\xee\x4d\x42\x26\xf0\x64\xd3\x5c\xab\x80\xba\x97\x00\xe5\x75\xda\xc4\x2f\x1a\x32\xba\x98\x4b\x37\xf8\x86\xaa\xd4\x40\x6b\xf0\x0d\x4d\xca\x3a\xd6\x1a\xd2\xe1\xda\x99\xb4\x2d\xe1\x71\xc9\xa4\x6a\xef\x0b\x2d\xdc\x7c\xbe\xbf\x86\x3d\x77\x5a\x03\xcc\x8c\x36\x0d\xd9\xf4\x24\x18\x35\x44\xa9\x26\xe5\x1f\x6e\xad\x81\x58\x55\xbf\x00\x06\x28\x52\xd4\x1a\x60\xd6\x3c\x00\x61\x66\x18\x35\xe6\xbe\xd0\x07\x48\x35\x1f\x52\x50\xb5\x80\x4f\xd7\xe6\xe7\x0d\x9e\x1d\x82\xc0\x92\xf5\x72\xf5\xc1\x08\xe2\x99\xbf\x87\x35\xd3\x13\x8c\x83\x13\x10\xa2\x22\x58\xa2\x8b\x1a\xb4\xc0\xe1\x36\x88\x91\xc8\xcc\x06\xe2\x46\x45\xaa\xb1\xa4\xe3\x64\xe8\xec\xb7\x8e\x4b\x92\x54\xbf\xad\x73\xc5\x52\x77\xb4\x0e\x62\x2b\xd9\xae\x75\x06\xdf\xf9\x0b\x0a\x77\x52\xd8\xb4\x01\x2c\xf1\x12\x07\x52\x26\xeb\x46\xd1\x06\xf1\x56\x4b\x1e\x88\x18\xf7\xd9\x1c\xeb\xe2\xfa\x7e\x3e\xd0\x9f\x56\x3c\x10\x82\x24\x31\xa9\x41\x11\x3b\x7c\xd0\x06\x56\xf8\x9a\x0f\x69\x89\x16\x34\x89\xd6\xc6\x9a\xc9\x09\xbb\x0d\x62\x62\x62\x06\x67\xca\x92\xdd\x01\x90\xd4\xb4\x6b\xe2\x46\xf0\x6a\x5f\x90\xae\x05\xa0\x49\x83\x82\x8f\xf6\xc4\x8c\xc4\x7e\x1a\xa2\x35\xec\xa1\xd6\xf6\x1d\xf1\x22\xea\x60\x27\x12\x78\x0f\x96\xdc\x35\x96\x4c\xf2\x0b\x7e\xd3\x76\xee\xa8\xa4\xf5\xb6\x23\x87\xa5\xb8\x63\x3b\xb0\x7e\x09\x65\x28\x4c\x30\x6c\x87\x44\x65\x82\x6a\x09\xa8\x1d\x3c\x55\x26\x5d\x07\x4e\x95\x31\x02\xe1\x1e\xe9\xc5\x1f\xe0\x39\x39\x8d\x02\x07\x55\x8c\xe1\x2f\x00\x52\xaf\xf8\x00\x8f\xf3\xb5\xb4\x21\x21\x8a\x23\xdf\x1a\xf2\x74\x26\x3b\x4f\xb6\x13\x9b\x26\x29\xa3\x21\xc6\xd3\x86\x3c\xd4\x53\x18\xd5\x07\xf3\x84\x77\x8f\xa9\xe9\xc9\x29\x89\xed\xb6\x93\xbb\xac\x39\x2f\xb1\x69\x38\x62\xa3\x5d\x80\x9a\x09\x3e\xe5\x22\xa3\xe5\x05\xaf\x37\xd3\xa2\x8b\x58\xa5\x25\x5e\xa4\x85\x9e\x31\x6c\xf0\xd5\xdb\x74\xed\x20\x76\xfe\x80\x58\x30\x3c\x02\x34\xc3\xd9\x23\x80\x14\xe8\xda\xd7\x2e\xe2\x9d\xee\xb6\xed\x22\xde\xa9\x7d\xf3\x24\x98\x9a\x21\x2c\x74\x98\x0b\xde\x24\xf0\x66\x93\x37\xc2\x4c\x0c\xd5\x1b\x8b\xd2\x85\xa0\xdd\xc0\x04\x6f\xf4\x8d\x35\x49\x1d\xd1\xa0\x7c\x4d\xca\xb6\xd1\x1a\x94\xaf\xf5\x35\xc0\x92\x03\x36\xaf\xe1\x06\xdf\xed\x1e\x10\x4b\x90\xb8\xde\x1e\xe2\xa2\x4f\x3f\xbc\x29\xab\x07\x78\x62\x75\xe8\x6d\x7c\x40\x70\xbb\x3b\x40\xb2\x39\xd3\xd7\x07\xe4\x6e\xba\x0d\x72\x67\x75\x78\x2c\xe1\x68\x89\x48\x6a\x03\x0f\x84\x48\x28\xaf\x31\x9a\x58\x48\x40\xf4\x49\xb6\x03\xc5\x86\x25\x4f\xbf\x30\xe1\x20\x53\xd4\x06\x0f\xd2\x8a\x62\xbb\x00\x12\xbf\x8f\x62\x1f\xd9\xcf\x11\xc0\x2e\x41\x21\x10\xa2\x62\x0f\xdc\x48\x40\xb4\xd7\x00\x09\x20\x11\xe2\x45\x62\x86\x61\x4d\x10\x49\x46\xb6\xec\x0e\x0f\x68\x12\xb5\xe2\x84\x2b\x94\x30\x39\xe0\xcd\x98\x94\x99\xa0\x45\x22\x0c\x3d\x20\x36\x4d\xe2\x77\x40\x11\x68\x57\x8e\xc8\xc4\xa2\xae\x76\x07\x88\x35\x01\x68\x02\x5f\xae\xde\x91\x11\xf8\x93\xdc\x3e\xf1\x81\x26\xb0\x84\xaf\xd6\x36\x3f\xbf\xb1\x62\xad\x00\x6e\x01\x21\x16\x11\x4b\xf6\x9a\xa6\x90\x41\x45\x9f\x27\x04\xd9\x4b\x89\x11\x5a\x40\xd1\x97\x92\xf7\xa0\x40\xd0\x11\xda\x06\x2a\x15\x29\x79\x68\x8b\x02\x79\x78\xf3\x00\x44\x0a\xdd\x30\xa2\x0c\xcc\xc0\x1d\x4e\xac\xc0\x1f\xec\xfc\xc0\x53\x40\x1e\x49\x11\xf1\x80\x62\xcf\xf7\x64\x96\x71\x49\xc9\x68\xb1\x84\xb7\xe9\x60\x2a\x24\x16\x6d\xf6\x66\x8f\x4a\x98\x69\x00\xc4\x88\xaa\xe6\x4e\x8b\x25\x4b\xb5\x75\xf4\x7f\xc1\x73\xa2\x71\x07\xb5\x9c\x36\xd0\x16\x3c\x1a\x97\x27\x14\x6a\x9c\x8c\x56\xd3\x80\xf3\xa2\xee\x11\xd8\x20\x91\x01\x24\x41\x4d\xc9\x6e\xd7\x11\x19\x1d\x6a\xb6\xc1\x1d\xf2\x31\x0c\x4e\xdf\x6d\xee\x90\x3f\x20\x9d\xd0\x8c\x83\x3b\x64\x1c\x41\xd4\xcd\xe6\x63\xcb\xbc\x76\xc6\xb9\x25\xb9\x55\xeb\xd0\x62\x49\x6e\xcd\x71\x53\x11\xa4\xd6\xfe\xfe\x01\x4e\x0a\xde\x9d\x1b\x26\x36\x1c\xd0\xf2\x39\xfe\x21\x7a\xc6\x0c\xd5\x61\xff\x59\xa2\x80\x08\xdf\x48\x1b\xae\x82\x51\x35\x2a\xde\xd3\xa2\xb3\xa2\x95\xa6\xd0\xb9\x46\x89\x6a\x81\xfc\xfa\x56\x5d\x46\x9f\xc0\x19\x81\xbd\x13\x0b\x25\xb9\xc4\xe0\xbe\x68\x84\xd1\x30\x67\x75\x30\x02\x6d\x4d\x09\xce\x92\x61\xa4\x1c\x24\x25\x02\xc2\x20\x29\x11\xb9\x0e\xa4\xeb\xb0\xe6\x32\x90\x90\xde\x46\x87\x98\x05\x15\x5d\xf4\x7c\x56\x76\x20\x28\xa2\xf8\x93\x19\x4e\xc0\xaa\x5e\x7c\x6e\xf6\x82\xdb\xb7\x3a\xdc\x81\x07\xe2\x91\xc1\x6c\x18\xc9\xc4\x0c\xf9\xd7\xad\x6c\x88\x25\x4d\x4d\xab\xbb\x63\x7f\x30\x23\x2d\x71\x49\x4f\x73\x93\x59\x24\x60\xa1\x0e\xf7\x77\x30\xf6\xc9\xc4\xea\x20\x79\xd6\x00\x48\x71\xee\xf0\xae\x38\x10\xbb\xe4\x0e\xa0\x90\xb2\x06\x2b\xce\x84\xb6\xf0\x04\xb1\xb2\xa1\x1b\x40\x20\x56\xd6\x7a\xcb\x38\x49\x7a\xfc\x3e\x36\xdd\xa4\x08\x06\x6a\x3b\x5a\x07\x62\x48\x92\xf3\x1c\x04\x52\x86\x5b\x21\x15\x88\xa5\x7d\x75\x00\xc9\xc7\x71\x32\x71\xf5\x77\x15\x9e\x16\x17\x7d\xac\xfc\xfe\x01\x21\xc3\xcf\x4f\x06\xfa\xf8\x05\x90\x2a\xe3\xf1\x85\x14\x5c\x86\x10\xf4\x41\xf6\x7e\x8c\x1b\xee\x2c\xd2\x15\xc7\x8d\x93\xe5\xfe\x6e\xdc\x50\xbc\x03\x70\x2d\x7c\x45\x88\x07\x6c\xcc\x56\x67\xc4\x8d\xb3\x6d\x62\x7c\x73\x86\xba\xc7\x06\xc2\x75\x8b\x24\xe2\x40\x48\x49\x35\xd6\x3d\x8c\x92\xd1\x0a\x1e\xc4\x14\x7a\x0f\x20\xc5\x34\x4f\xe0\x01\xbd\xd4\x15\x24\xa0\x03\x72\x80\x7e\x30\x86\xc3\xd4\x6b\x49\x31\xe5\x85\x64\x0f\x91\xf2\xf3\x7e\x67\x56\xe3\xe6\x36\xb6\x48\xb7\xca\xbe\x11\x29\xa5\x3c\xe8\x08\xcd\x75\xf0\x54\x5f\x52\xcd\xb4\xad\xac\xb3\x72\xd5\xe6\x36\x26\x2c\xb7\x8b\xbe\xed\x68\xfb\x39\x7c\xd7\xc5\x61\xfb\x46\x08\x56\xff\x70\x21\xa0\x3a\xfd\x86\xdd\xf4\x84\x1b\x8b\xa8\x46\x4f\x05\x6d\xcd\x3e\x41\x26\x7b\x3d\xc7\xa1\xce\xcd\x3f\x0c\xbc\xe0\x0f\xc0\x8f\xb4\x9f\xfd\x5f\x16\x8a\x6a\xc8\xb9\x5d\x6c\xca\xec\xc8\x39\x51\xc4\xff\x91\x82\xbb\xd9\xd7\xb3\x43\x7d\x64\xcf\xfa\xce\xf8\x8c\x2c\x32\xd3\x21\xc1\x6c\x86\x17\xd4\x47\x36\x8a\x75\x86\x5f\xe8\x4c\x75\x28\x7f\x36\x29\xc0\x7a\xe1\x80\x7e\xce\x4a\x59\xea\x0f\x85\x92\x7c\x69\xef\xc8\xcd\xab\x02\x6b\xad\x43\x7c\x48\x59\x94\xb8\xb3\x10\x92\x07\x40\x34\x45\xb2\x5f\x4a\xaf\xf0\xdb\x96\x6e\xa6\x23\x49\x85\x55\x7c\x1d\x66\xbf\xc8\x6e\x73\xc9\x3a\xe6\x1d\x02\xc8\xf6\x7a\x01\x92\xf8\xeb\x39\xd2\x07\x1b\x44\xc8\xb5\x6b\x8d\x5b\x67\x0e\x33\xe1\x78\x47\x3c\x85\xad\x21\x1d\x9e\x81\xd6\x1a\xf7\x86\x58\x04\x83\x18\x86\xbd\x36\xfd\x3e\xb7\x40\x0b\x84\x0c\xf2\x7a\xcc\x24\x45\x1e\x1e\xe1\x88\x92\x40\x3a\xdc\x02\x1d\x30\xd3\x91\x17\x77\xf3\x89\x81\xdb\x9f\xd5\x73\x3d\x78\xc4\x24\xe7\x77\x24\xce\x75\x16\x8f\x4e\x09\x24\xbf\x7e\x18\x80\xb8\x7b\xc0\x9e\xbf\x46\x40\xf9\x1f\x23\x19\x24\x90\xad\xba\xcd\x33\xe6\x43\x07\xdd\xd1\x26\x11\xaf\xc7\xcd\x17\xfc\x03\x2c\xe2\x06\x69\x07\xd6\x35\xb7\xe1\x4c\x25\x5e\xd8\xe9\xc5\xe7\x63\xd0\x39\x03\xad\xa0\x03\xc4\xd2\xbc\x74\x38\xe9\x15\xe3\xd0\x80\x6f\x4f\xf3\x73\xb8\x4a\x7a\x45\x10\x2f\x36\x31\xeb\x3e\x38\xbe\xf6\x04\xb9\x78\x55\x5b\xa5\xf5\x81\xf1\xbc\x47\x08\xab\xb5\x54\xdd\x27\xd7\xa3\xf5\x22\x33\x97\x23\x42\xfb\x0e\x17\x72\x93\xc9\x3d\x01\x65\xb5\x9e\x1d\x25\x1c\x37\x3f\x67\x6c\xbc\xfa\x87\x01\xce\x7e\xfa\x1d\x06\xb8\x64\x37\xc7\x8e\x62\x2f\x16\x1a\x3b\x0c\x70\x9b\x8f\x3d\xfc\xe5\x92\x15\xa4\x7d\xc7\x9e\x8b\x75\xf5\x9d\xee\xae\xaf\x21\x11\xe1\xd9\x3d\xa5\x93\x2f\xf8\x0b\x6c\xba\xcc\x07\x1d\xb9\x6c\x6d\x6c\xe9\x07\xce\xb5\x49\xe3\xc1\xe8\x05\x93\x8e\x83\x8b\x12\x16\x1d\x40\x4b\x93\x26\x38\xc4\x29\x17\x61\xeb\xe7\x12\x80\xbc\x67\x27\x6f\x93\x6e\xa3\x24\x9b\x84\xd4\x0e\x7b\x94\x93\x1e\x75\xe8\x55\x7c\x37\xeb\xcc\xf3\x6a\xbf\xfa\x0e\x87\xb7\xd7\x7c\x60\x90\x72\xbc\x63\xbf\x38\x3f\x2d\xf8\x02\x08\x5f\xdf\x83\x36\xff\x2e\x97\x4d\x87\xe8\x61\x81\xb7\x53\xc7\xe2\xdb\x76\xbf\x58\x33\x4c\xa3\x51\xc7\x62\x14\xbc\x21\x9d\x49\xd6\xe8\xd0\xa0\x58\x13\xd6\x6f\x0e\xa0\xe5\xde\x1c\xc0\x1b\x0a\x0d\x88\x05\xd4\xfe\xb0\x03\x81\xfb\x81\x62\xcb\xa7\xfe\xe1\xf2\x35\x41\xd4\x1a\x99\x26\xf4\x28\x35\xa2\xf2\x1a\xad\x3f\x9c\xc0\xe7\xfb\x01\x7d\x87\x2f\x46\x03\xd1\x9e\xc9\xb6\xfa\xb1\x65\xd8\x66\x42\xed\x86\xcc\x22\x53\x6d\xd8\x33\x75\x08\xc6\x12\x1d\x9a\xfd\x0f\xc7\x86\x0c\x16\xa2\x4a\x63\x03\xd1\xd0\xdd\x6f\x50\x34\x50\x91\xc3\x36\x18\xee\xa9\xcb\xe0\x80\x2b\x95\xb5\x03\x03\x0a\x0f\x33\xf3\x41\x7d\x87\x4e\xfd\x48\x40\x00\x41\x60\x24\x5c\x36\xbd\x00\xa8\x2f\xb6\xd7\xf7\x4c\x39\xaa\xab\xf1\xc8\x04\x89\x56\x48\x6b\x52\xf1\xf3\x8a\x90\x5f\x81\x30\x33\x5e\x55\x0b\x80\xfa\xc1\x9e\x55\xa3\x20\xcf\xae\x27\x58\x12\x8a\x5a\x69\x02\x05\x09\x91\x0c\x00\x16\xd6\xf5\x78\x15\x28\x20\xd6\x3c\x16\xeb\x1d\xaa\xca\xd8\x06\x22\x15\x1d\x61\x3c\x90\xe5\xbe\x85\xdb\xd7\xf7\x57\xb4\xd7\xfb\xc0\x39\x9b\x61\x46\xc5\x5d\x55\xd7\xf7\x01\x2f\xff\x64\xab\xc3\x58\xbc\xb7\xbc\x66\x84\x02\xbd\xb6\x1c\x0d\x24\xd1\x48\x36\x1d\x0d\x04\x3b\xda\xa5\x65\x2c\x66\x3d\x9a\xb1\xac\x21\xc6\xd9\x20\x01\xf7\xcd\x22\x2a\x23\x70\xa9\xd1\xe5\x78\xf0\xbe\xff\x82\x79\xc0\x44\xe9\x3d\x0b\x50\x05\xa9\x80\x06\x5c\xe2\xed\x4d\x36\x02\xac\x42\xac\x6b\x30\xb0\xd0\x2b\x58\x57\xe1\x61\xd7\x88\x01\xb3\x88\xbd\x62\x07\xcd\x22\xd6\x17\x8f\x01\x24\x91\x38\x33\x60\x16\xb1\xd6\x6d\x80\xf7\x25\x6b\xc5\x06\x98\x5f\x7e\x75\x50\xf9\x82\x86\x84\x87\xfa\x7b\x04\xe0\xb1\x2e\x7e\x03\x91\x85\xf6\x87\x1b\x8b\xdb\x95\x22\x21\x74\xa0\x16\x9b\x35\x40\x03\x39\x21\x54\x91\xb9\x8d\x09\x42\x38\xfc\x1c\x12\x9b\x03\xbb\xc7\x3c\x17\x69\xf1\x12\x60\xe8\x48\x56\xf4\x8d\x79\x23\x30\x5a\x40\x85\x07\xfa\x0b\xf1\x16\x3b\xcb\x0e\x45\x19\xa8\x5d\xe6\x24\x14\x03\x96\x89\x69\x3c\x43\x9e\x29\xbb\x2e\x8c\xe3\xc0\x26\xb8\x4d\x11\x52\x88\x7f\xb0\x78\x8a\x07\x44\xde\x28\xfb\xbe\x8e\xf3\xc7\xf1\x48\x6d\x60\x85\x07\x80\xef\x45\xf2\xdd\x74\xc0\x4c\xd0\xc4\x2d\x07\xb4\xfe\x76\xf7\x18\x17\x2b\xc2\x8a\x41\x0f\xd4\xb3\x0a\x6f\xfb\x55\xf9\x82\xa0\x0a\xbd\xff\xfc\x55\x0d\x9c\x36\x2e\x64\x3c\x92\x42\x66\x20\xec\x4e\x39\x61\xdb\x58\xbc\x6b\x3a\xf9\xce\x40\x10\x9d\x63\xfb\xc7\xe2\x46\x23\x7b\xfa\x37\x74\x05\x12\xe8\x06\xbc\xad\x93\x13\xa5\x0c\x44\xd9\x4d\x0f\xc8\xab\x70\xf3\x49\x47\x94\x5d\x36\xde\xdf\xc8\x65\x66\x80\xdd\xf4\x4e\x90\xcc\x37\xee\xe3\x5d\x53\xb7\x8d\x75\x57\x2e\xd9\xc4\xed\xfe\x29\x78\xe3\x1e\x17\x12\xf9\xe2\x30\x16\xc3\x1b\xc3\xd4\x0d\x0e\xd3\xe5\xd5\xa6\x47\x90\xdb\x88\x6a\x33\x75\x43\x1c\xdf\x8b\x1a\x2e\x86\x37\xec\xed\x30\x1e\xdc\x34\x45\x6a\xe6\xe2\x67\x2e\xfa\xdb\xe6\x46\x10\xbc\x7e\x40\x91\x5f\x69\x78\x26\x9d\x8d\x85\x64\x13\x69\x1b\xed\x79\x3b\xa1\xb0\x4f\x4a\x93\xde\xe6\x86\x48\x41\x69\x78\x26\xea\x26\x3b\x92\x7c\x2e\x06\x56\xde\xed\x40\xa5\x16\x75\x98\x18\x99\xd8\xd4\xde\x21\xb6\x6a\x02\xc8\x3f\x90\x4c\x4d\x27\x92\x30\x5a\x11\x38\xc1\xd1\x9c\x9f\x6d\xe6\xb5\xeb\xaf\x15\x65\x2e\x59\xd4\x72\x42\x43\x1f\x9e\x51\x6e\x68\x6b\xc4\xcc\x73\x33\xdc\x43\x7f\x17\x42\x6e\x93\x2a\x7c\xe7\x09\x99\xa8\x6c\x1c\xd5\x3d\x20\x45\xf6\xeb\x39\xd3\x3d\x7b\x44\x86\x6d\x89\xda\x4d\x66\x30\x78\xad\x01\xfa\x6a\x29\x7d\x26\x32\x18\x38\x52\x7c\x16\x0a\x62\x22\x6f\xb3\x30\x14\x4f\x6b\x84\xb3\xae\x4d\xfb\xb3\x74\x64\xcb\xd7\x92\xca\x80\xa0\xac\x19\x17\xda\x6d\x04\xe4\xc2\x5d\xf0\xf7\xdc\x05\x6f\x33\x1c\x32\x7c\xe1\x9b\x74\xc8\x68\xaf\x19\xe0\xf4\x7a\x9b\xe0\x6f\xe1\x0b\xe0\xe4\x95\xdb\x98\x5a\xb9\x4d\xa2\xbf\x93\xb9\xb8\x0c\x75\x84\x02\x5a\xd2\x99\xa8\x8f\xf3\x42\x1c\xf8\xea\x86\xf1\xa4\xf2\xf0\xbe\x46\xc4\x2e\x78\x9f\x71\x27\x37\xdf\x9f\xcc\x2b\x2e\x59\x6f\x52\x30\x70\x34\xca\x6c\xcc\xae\xaf\x5d\x62\xde\x70\x09\xe3\x13\x0e\x19\xbe\x71\x4e\x84\xf7\x59\x7d\x3b\x1b\x72\x3b\xea\xc6\x35\x61\x48\x50\x85\xd3\x36\x1b\xa2\x69\x94\x41\xbf\xcd\x75\xcb\x6f\x76\xe3\x9c\xa8\xd9\x5b\x45\x8f\x27\x2d\x07\xce\x6e\x32\x03\x5c\x52\x77\xda\x09\xc3\x80\xc4\xdf\x89\x12\xbb\xbe\x2e\xcd\x40\xf8\xbe\xc7\xa3\x83\x86\xe3\x4b\xe6\x12\x24\xc6\x6b\x0f\xe2\xe2\x0b\x9e\x01\x98\x9c\x58\xc8\x44\xec\x9c\xbd\x3a\x27\x8a\xe4\xda\x6d\x74\x52\x8d\x1f\xd9\x1f\x04\x76\x51\x53\xa4\x1a\x3f\x7c\x7c\xe1\xae\xab\x7a\x2a\x6d\xa2\x4c\x6e\xeb\xbf\x72\x88\x46\xa1\xb7\xe4\x04\x73\x73\xc9\x2d\x61\x51\x6e\x0e\xa6\xc8\xd3\x8e\x2c\xb1\x25\x2c\x3d\xa3\x2e\x5c\x71\xcc\xf0\x1c\x3f\xd3\xf7\x0f\xc8\x6a\x24\x71\x7d\x22\x09\xb8\x03\xc3\x27\xd2\x6d\xaa\xdc\x57\x9b\x83\x5b\x2c\x26\x3d\x51\xe5\x56\x29\xbe\xdb\x1c\x17\x66\x20\x00\x22\xc7\x81\xbd\xf3\xe6\x64\xe2\x74\x81\x03\xc9\xb3\x54\x60\xa7\xcd\xd9\xd7\xf7\xa6\xd7\xf0\xf7\x48\x21\x4d\xd0\x84\x23\xae\x33\x81\xcc\x25\xf7\x0c\x67\xfb\x9a\x4b\xec\x09\x07\xc9\xce\x1d\x20\xf1\x80\x7b\x45\x5b\x13\xda\x1b\x1c\xaf\xfc\x1c\xf9\xa1\x8d\x11\xeb\x0e\x1f\x0e\xa0\x9a\xb8\xa2\xdb\xa9\x7f\xee\x0f\x9e\x6b\x7e\xeb\xca\x1e\x16\xb3\xe6\x81\xfc\x01\xa6\x23\xf4\xa6\x08\xef\x09\x82\xde\x7c\x45\x9b\x07\x16\xe0\x09\x9d\xc0\x30\x49\xeb\xf3\xdc\x31\x80\xdb\xe4\xe9\x82\x18\x2b\x30\x7a\x8b\x11\x93\xe6\x14\xb9\xf3\xe2\x04\x85\x23\x17\xea\x42\xfb\x14\xe3\x0a\x6f\xfd\xed\xbc\xb8\x23\x9a\xdf\x12\x83\xc2\x7a\x97\x79\x11\x25\xbc\x03\x48\xa0\x9d\x4c\x97\xe8\x2b\xe1\xd8\x92\x79\xc1\x68\x62\x62\x7e\x01\x67\x24\xb6\xcc\x1b\x5b\x26\xbd\xca\x84\xc6\x3f\x85\xb9\x05\xc2\xca\x2c\x0b\x4f\xe4\xbb\x4e\xe6\x4f\xa8\x9d\xe2\x7b\xfb\x5c\x52\x47\xf8\x7e\x30\xe9\xb5\x69\x23\xc3\x7c\x10\xe7\x67\xb4\x47\x96\x25\x87\x05\xef\x70\xc2\x4c\x36\x30\xee\x1b\xcb\x28\x4d\xb5\x19\x78\x28\xbc\xdf\xa1\xd4\x57\x21\xa8\xb6\x6f\xd4\x9e\xb9\x8d\x34\xc2\x5a\xc2\xbe\x11\xaa\x55\x6d\x4e\xd9\x03\x9c\x68\x6b\x46\x09\x94\x40\xca\xab\x3d\x71\x02\xc2\xfb\x3d\x01\x88\xc5\x6d\xb0\x9b\xe9\x0e\x58\x7f\x5c\x03\x20\x17\xb4\x33\x37\xef\x4c\x83\x24\x0e\xba\x67\xf6\x57\xd4\xc6\xa6\xa8\x96\x58\xdb\x33\x2e\xc2\xc3\x2f\x30\x71\x86\xda\xb0\xe3\x17\xc1\x7c\x2f\xc0\x43\x1d\xb4\x9d\x76\x7c\xc7\x97\xee\x05\x27\x55\x92\xd6\x8e\x9b\x76\xea\x22\x05\x7b\x61\xf0\xa4\x3f\x00\x8c\xa4\x1c\xdb\xeb\x86\x76\x53\x3b\x41\x00\x77\x9b\x39\x7c\x04\xa2\x8a\x0a\xe6\x92\x96\xf7\x8a\x93\xe6\x09\x2d\xfe\x18\x56\x4a\xef\x50\x62\x5b\xa3\xba\x07\x56\x24\x52\xbf\xa3\x84\xbc\x3d\x9f\xf7\xc0\x49\x2a\x7e\x7f\x87\xff\xa1\xdb\xd7\xf7\xd7\x74\x30\xe3\x8e\xa2\x12\x36\x64\xed\x1d\xe3\xeb\x60\xed\xc8\xcc\x68\x1b\xf3\xde\xd1\xbf\x68\xed\xde\x31\xff\xfa\xab\x64\x36\x7b\xc7\xf5\xd0\x83\x31\xeb\xa1\x54\x8f\xfb\xba\x90\x66\x47\x0e\xed\x13\x74\xd1\xc0\xdb\xfb\x9a\xbc\xc8\xd2\xbe\x73\x70\xf5\x47\xba\xa8\x3b\xfe\x7e\x20\xa6\x4e\xca\xbb\x9d\x8e\x6c\xce\xea\xbb\x1f\x0d\x8a\x10\x0d\x70\xe0\x84\x48\x75\xb5\xaf\xfb\xe5\xb0\x02\x7d\x27\xdd\x94\x10\xbb\x9f\x48\xe9\x64\x84\x3e\xc1\x2b\x7d\x00\x90\xd8\xc5\xfe\x56\x3b\x62\x7b\x9d\x72\x6a\x27\x9d\xf4\xee\xfd\xd4\xb4\x0a\xff\x00\xfc\x94\x34\xb2\xd3\x89\xcc\xa1\x95\xfb\x15\x78\x41\xfb\x7b\x01\x44\xa6\x11\xa4\xa4\xe2\x04\xfb\x05\xfc\xf5\x91\xbc\x81\xbf\x52\xa3\xec\xb8\x20\xda\x55\x71\xa7\x47\x98\xb3\x9b\xee\x24\x9c\xde\xb3\x9b\x13\xd0\x80\x70\x95\xf7\xed\x6d\xe7\xfd\x70\x18\x83\x6e\x6e\xaa\x5e\x78\x40\x65\x7c\x62\x9e\x86\x15\x68\x45\xa8\x84\x9c\xc5\x1c\x8f\x45\x27\xa7\x43\xc2\x8f\x45\xd5\xa6\x13\x8d\x1d\xa4\x6a\xe1\x36\x27\x30\xfd\x01\x3b\xac\x6a\x9f\x48\xdd\xac\x36\xb2\xc3\x59\x41\x7a\x24\xa0\xbc\x40\x7e\x20\x4b\x4a\x72\x1d\x80\x63\x5d\xcf\xa6\xcd\xcd\x47\x4e\x68\x37\xb5\x77\xb4\x3f\x2b\x3a\x0a\x32\x2b\xeb\xcc\x1f\xf0\xfc\x4e\x56\x7b\x1c\x24\x5b\x12\xf8\x0e\x92\x2d\x8b\x90\x07\xdc\x8f\x1c\x77\x78\x14\x4e\x51\x4b\x28\x48\x6d\xa3\xcb\xd5\x41\x2a\xa5\x7b\xc0\x51\x4f\xcc\x48\x4b\xa2\x69\x4d\x58\x74\x34\xec\x49\xf7\x73\x60\xc1\xd4\xae\x1f\x0d\x58\x20\x95\xec\xd1\x60\xec\x32\x0c\x91\x23\xb7\xbc\x3a\x08\x76\xa0\x19\xa0\x3a\x90\x2f\x98\x07\xaa\x58\x3a\x98\xf4\x68\x10\x61\x5f\x33\xc2\x51\x17\x1a\x1e\x0d\x65\xa2\x0c\x32\x56\x07\x6a\x1e\x10\x41\x30\xd5\xcf\x6f\x4e\xc0\x1d\x22\x05\x86\x57\x40\xc2\x2a\x34\x3d\x02\x19\x2e\x74\xf4\x8f\x40\xd8\xb9\x44\x94\x23\x40\x28\xc3\x6d\x64\x71\x14\x5a\x1f\x81\xac\xc6\xba\x20\x1f\x20\xc4\x16\x50\x8e\x75\x8f\x18\x8e\x32\x3f\xe8\xe7\x2d\xb1\xfb\xe8\xa8\xf8\xa7\x83\x7b\xc0\x3b\xc8\xd6\xd0\xa3\x73\x4b\xbc\xe7\x9d\x5b\x22\x1c\x41\x10\x60\x72\x98\xc8\x81\x7b\x45\x18\x29\xd6\xad\x61\x58\xa6\x3a\x3a\x13\x15\x18\xc6\x1d\x72\xf7\xab\x03\x64\xee\xf4\x26\x77\xc2\xd4\xbb\xdc\xa1\x7d\x92\x8c\x74\x40\x25\xea\x68\xb0\x63\x5d\x2d\xb2\x73\x53\x1f\x54\x89\x3a\xcf\xfc\x31\xe0\x6e\x6a\xa0\x22\x0a\xd0\x71\x3a\xc7\xba\x5b\xd4\x9a\x7f\xa5\x4b\x3b\x06\x71\xce\x5b\xba\x2e\x1e\xd5\x29\x08\x0f\x64\x6e\xb3\x1b\xf3\xb1\x2e\x1e\xaa\x42\xd3\x0e\xf8\x99\xa7\xd9\x3d\x7d\x18\x90\xb3\xfb\x3b\xa1\xa6\xf1\xf7\x2c\x63\xa3\xe7\xb0\x36\x4e\x9f\x73\xfa\x2a\x39\xe2\xf9\x98\x0d\x2f\x08\x27\x27\x67\x6c\xa4\x99\x38\x25\x26\x04\xb8\xa9\x58\x4e\x3f\x26\x8a\x95\xbe\xde\x87\x4a\xc2\xe7\x1a\x95\x3c\x55\x1f\xb7\x1d\x13\x7a\x21\x23\xe1\x64\xa1\x08\xad\x60\x22\x66\xc5\x3b\x8c\xdc\x6e\xaf\x58\xae\x03\x59\x81\xed\xe4\x7c\x20\xb9\x9b\x43\xff\x0f\x96\xfa\x34\x96\xc2\x40\x6a\x71\xe6\xd8\x91\xac\xa2\xf8\x7b\x42\xc0\xcf\x03\x61\x39\x02\xd9\x8e\x1c\x8c\xc6\x98\x9d\xa5\x94\xf4\xfc\x40\xce\x2d\x2f\x08\xc6\x4b\xe7\x39\x3b\x16\xc7\xaf\xaa\x0f\xde\x0e\x54\x16\x72\xdc\xd1\x81\x0a\xe5\xce\xd9\x78\x1c\xac\x85\x34\xfd\xc1\xc0\x04\x05\xa1\x03\x89\x9d\x4d\x46\x0e\x04\x77\x65\xb7\x6f\xba\x8f\xa9\xfd\xc0\x50\xa2\xf6\xc9\xa4\x94\x02\x10\x73\xc5\x59\xc3\x7b\x9c\xa8\x85\xaa\xbb\xe7\x01\xbf\x76\xfb\x42\x1d\xb8\xaa\x75\xaf\xf0\x84\xd7\xc3\xe6\x01\x90\xec\x5b\x77\xc5\x03\x57\x35\xdf\x22\x0e\x5c\xd5\xb2\xef\xef\x07\x34\xda\x8e\x7f\x3e\x70\x57\x73\x7d\x96\xe3\x42\x5a\x4b\xe3\x20\x9c\xaf\xec\x17\x71\x5c\xa8\xae\xe1\x09\xc3\x00\x9a\x7d\xf9\x3b\x20\x52\xbc\x3e\x60\x62\x37\x5d\x84\x0e\xa8\x9c\xb3\xaf\xb3\x07\x4c\xa4\x8e\x89\x39\x70\x15\x6b\x26\x54\x37\x5c\xfb\xa5\x57\x3b\xee\x0e\x17\x3f\xb7\x51\xa2\x5d\xf7\x96\xe3\x86\x29\xc7\xa7\x04\x22\x49\xf6\x7d\xfa\xb8\x91\xbb\xce\x22\xc3\x0d\x89\xc0\x84\x0f\x2a\xeb\xec\xfb\xe9\x71\xdf\x98\xa1\x97\x44\x18\xe8\x02\x7c\x20\x17\x9d\xa3\x46\x8f\x07\xd6\x25\x8f\xf8\x04\x2c\x7e\x1a\x01\x39\x3a\xb2\xef\xa3\xc7\x43\x7e\xe8\x0e\x68\x39\xf1\x73\x56\x18\xd4\x9a\x1e\x66\x08\x14\x8c\x98\xa3\xc3\xb4\x07\xc9\xea\x6c\xe1\x3b\x37\xee\x92\x2e\x7b\x27\xcc\xbc\x26\x35\xe7\x86\x28\x1d\x75\x78\xc2\x43\x2c\xfb\xaa\x74\x6e\xd4\xdc\x65\xb5\x3b\xf4\x60\x55\xed\x01\xa5\x89\x47\xc4\xcd\x47\xda\xd1\x13\x75\x36\x6d\x38\x39\x37\x6c\xc2\xf0\xfb\x27\x07\xf4\x00\xc8\x55\x3d\x3d\x63\x84\xb5\x84\x3b\x40\x26\x1f\x71\xe0\x33\x71\x89\x22\x36\x27\xec\xc6\x45\x9b\x72\x22\xc5\x46\xf3\x8c\x13\x59\xba\x9f\x63\x85\xbf\x4b\x9c\x76\x26\xee\x60\xf1\xd7\xc8\x93\x20\x89\xe4\x64\x2e\x3d\x5f\xf5\xce\x84\xfc\x82\xaf\xf6\xc1\x17\xbc\x00\xc8\xea\xe1\x17\x80\x86\xe2\x3f\x67\x46\x10\xbd\x6e\xbb\x67\xe6\x41\xaa\x7e\x01\x97\x3b\xb1\xd3\x13\x5a\x7c\x87\xb4\x9c\xd0\xe2\x67\x5f\xb0\x4e\x14\xe7\x74\xe6\xca\x13\x5e\x6a\x45\xd4\xea\x2c\x48\x7d\x26\x3d\xce\x59\x10\xe1\x2e\xa1\xe5\x2c\xf0\x12\xd4\xfd\xe9\x64\xa1\xcc\xe9\xe7\xa8\xf9\x28\x8d\xc5\x49\xaf\xb5\xe1\xfe\x19\x6f\xee\xfe\xa1\x40\x78\x3d\x47\xed\x72\x51\xdf\x93\x11\x8d\xdd\xfd\x3d\x90\x50\x04\xf3\x8a\x50\x35\x11\xc7\x13\xd9\xf8\xac\x98\x3b\x19\xd0\x68\x0c\x40\x01\x7a\xe7\x69\x3e\x91\x4a\xcf\xae\xb7\x67\xa5\x11\xc3\xcf\x51\xf5\xd8\xf0\xaa\x70\xd2\x17\x19\x38\x2b\xf9\xa9\xc7\x87\x7f\x95\x4f\x21\xe2\x19\xcd\x6d\x4e\x68\xcf\x9d\x77\xe1\x84\x18\x6d\x2b\xfa\x09\x37\xfa\xe9\xf9\xc0\x4a\xee\x00\x9f\xb3\x91\x0e\x49\xe4\x39\x83\x59\x68\xf4\x02\x72\xd7\xb9\x34\xd3\x09\xb3\x7a\xf6\x21\x0e\x88\x2c\xde\xb0\x60\x69\x26\xf7\xc7\x24\x34\xee\x2f\xf0\xbe\x00\x12\x3c\x05\x92\x99\xce\xc0\xed\xcc\x18\x04\x6d\xb9\x1d\xff\xcf\x20\x69\xed\x9e\x11\xae\xd8\xaf\x0f\x10\x36\xeb\x0f\x3a\x4f\xb5\x84\xcc\x13\xb9\xea\x5c\x2b\xe2\x44\x6d\x08\x6b\xbd\xce\x0e\x4f\x54\x93\x05\x28\x21\x5e\x38\x3b\xd8\xa1\x6c\xc4\xe7\x80\x6f\x83\x0f\x2e\x14\xe0\xbe\xc4\x9f\x88\x4f\xb4\x7f\xcb\x09\xa7\x33\xdb\x33\xcf\x01\x6f\x65\x5d\x3d\xce\x89\x00\x22\x5d\xf2\x4f\x84\x1f\x9a\x94\x9f\x10\x0b\x5f\x20\x42\x9a\x88\x97\x8c\x70\x4e\x38\xd5\x7b\x42\xa8\x37\xd5\x5f\x03\x60\x85\x3e\x15\xb0\xe3\x3b\x96\xf9\x9c\x98\xa0\x49\xf9\x12\xda\xba\x0a\xdf\xb5\x13\x19\x79\x9b\x44\x84\x13\x69\x25\xac\x15\x39\x91\x81\xf7\x05\x20\xf8\xa0\xe5\x94\xfc\x02\xdc\xa3\x75\x63\x3e\x77\x0c\x18\xfe\x00\x99\x86\x24\x85\x9d\x08\x40\xb4\xff\xc9\xc9\xca\x0d\xce\x19\x7c\x22\x02\xd1\x1c\xfd\x84\xe2\x26\x5b\xac\x3a\x11\x81\xd8\xbc\x04\x44\x20\xe6\xe4\x93\x77\xc0\xe7\xdc\xb4\x7c\xc9\x71\x4e\xb0\x7e\x1e\xd8\xa3\xf0\xeb\x37\xbf\xf7\x88\xac\xd2\xaf\x01\x90\x16\xce\x95\xaa\xdb\x79\x72\x0d\xfa\x00\xf1\x88\xb6\xc9\x9e\x27\x60\x62\xf6\x07\xb7\x36\x5b\x0b\x4f\x64\x59\x7b\xa1\x25\x43\xf1\xc6\xaf\x42\x3c\xcf\x9b\x83\x09\x1c\x08\xc3\xb3\x77\xcd\xc9\x1c\x68\xd2\x0f\x9c\x37\x0b\xe6\x1b\x45\x6e\xe4\x5a\xf2\xa9\x43\xe9\xf0\x6c\xc7\x89\x13\x49\xd0\x5c\x40\xec\x44\x51\x85\x64\xca\x87\xf2\x8c\x61\xf8\x3e\x70\xbf\x31\xa1\x79\x88\xc4\x86\x0f\x24\x1e\x1b\xb1\xce\x87\xe9\xa9\xb4\x04\x08\x2c\xaf\x82\x55\x27\xcc\xf4\x36\x23\x5d\x48\xf9\xe5\x74\x2b\x17\xac\xf0\x59\xe7\xfc\x42\xd8\x9c\x05\xe7\x6b\x89\x07\xc5\x0e\x40\x17\xb8\xbd\xf3\x65\x5d\x89\x33\x1c\xfe\x01\x37\x78\x11\xdf\x0b\x61\x72\xce\xf0\x75\x21\xc7\x40\x7b\x75\x78\x63\x42\x9a\x20\x6c\xe6\x16\x53\xaf\xcc\x01\xa6\x5f\xe0\x0a\x34\x00\xc3\xde\x44\x2b\x2f\xd8\xcc\xb3\xbd\x3f\xae\xcc\x42\x08\xfe\x00\xd1\x33\xaf\xe7\x17\xd8\x43\x52\x9b\x33\xfa\x6c\xca\x05\xf6\x6c\x75\xf9\x55\x80\xf5\x62\xa7\x57\xc1\xfb\xba\xdd\x5d\xb5\x7f\x7f\x85\xa5\xd6\xab\x82\xb0\xe8\xe0\x5f\xc8\xe4\x64\xfb\xf5\x05\xbf\xb2\x24\x81\xe4\x6a\xf0\x36\xf1\x82\x19\x05\x26\xc1\xfb\x6a\x84\xa0\xfa\x47\x6a\xd6\x17\xff\xbc\x1a\x27\xa8\x0e\xe0\xf1\xec\xda\x21\x57\xd0\xcb\x5d\x58\x73\x31\xe8\x6a\xb8\x0d\xca\x23\xa1\xf2\x0a\xc4\x41\x78\x8f\x3b\x20\x22\x06\x7a\x2d\x5a\x3f\x93\x98\xc1\x85\xbc\x44\x16\x09\x2f\xe4\x25\xca\x59\xc7\xf6\x1a\xc8\x37\xa9\x73\x71\x0d\xc6\x45\x68\x49\x8b\x36\x4f\x27\x93\xbd\x70\x63\xcf\x76\x64\xbb\x26\x97\xa4\x11\x91\xd3\xc7\x16\xf8\x6b\xdd\xb0\xa7\xc3\x4f\xaf\x9d\x1d\x0a\xe6\x24\x6c\x86\x31\x08\x9b\x99\xc5\x75\x4c\xa6\x91\xd0\x12\x8f\x1d\xf1\x4b\x6e\x1f\x7c\xc1\x5f\x2c\x96\xec\x8c\xf0\x17\x7c\xa4\x6c\xd2\xbf\x16\x25\x1b\xce\xb4\x7a\xe1\x86\x99\x1d\x1f\x7f\x21\xe1\x8c\xcd\x8f\xd7\x45\xa1\x42\x30\x82\x56\x3b\xdb\xa9\xf9\xba\x2a\xe6\xac\x35\x5f\xc7\xf7\x57\x98\x56\x5c\x17\x47\xa8\xee\x11\xf5\x33\x8c\x68\x28\x7f\xdb\x24\xb6\x5c\x37\x72\xd6\x88\x83\x5d\x37\xe3\x37\xdd\x46\xfe\x17\xa3\x09\xaa\xf3\xd9\xf5\xe3\xba\x59\x91\xc4\xfd\x21\xfb\xb9\x77\x19\xe4\xd1\xc9\x68\x2f\xde\x20\x8b\xf4\x08\x17\x9c\x9e\x86\x61\x0a\x2f\xde\x6c\xbc\xa2\x13\xaf\x17\xf0\xa0\x30\x9d\x77\x1d\xc5\x6d\x37\xe3\x25\x72\xc2\x24\x9f\x54\x96\xfb\xf3\x84\x40\x6e\x5f\x8f\x3b\x92\x0b\x6a\xfe\x0f\x32\x87\x8b\x7f\x5e\x0f\x72\x5d\x89\x9b\x5d\x08\x72\x46\x0e\x87\x5f\x70\x9b\x9b\x77\x45\x27\xaa\xba\x59\x0a\x50\x74\xe5\x86\x47\xb0\x93\x5e\xdf\x3f\x1e\x54\x4d\xed\xca\x0e\xba\x7e\x80\x67\xa3\xe6\x7f\xb3\x42\x8c\x34\xea\x37\x69\xbb\xf3\x46\xdd\x08\x37\x72\x16\xa8\x1b\xd9\x19\xc7\x6b\x46\x38\xe7\xd2\x31\xdc\xc8\x84\xee\xfc\x02\x37\xf2\xc7\xd8\x5f\xf5\x4e\x8c\x7f\xd2\xf7\x89\x29\xe7\xdc\x0e\xa4\x12\xcc\x6a\x73\x42\xe1\x17\x90\xbc\xb7\x79\x40\xc6\x3f\x69\xc9\xc8\x94\x6e\xe6\x70\xd3\x45\xab\xba\x43\xd4\x88\xad\x9e\xd0\x05\xbb\x8b\xde\x5f\xcc\x63\x38\x18\xf4\xc6\x55\xcd\x69\xa6\x6e\xdc\xd4\x1c\x98\x7f\xa3\xa8\xad\xe3\xea\xef\xcc\x23\xa4\x43\x78\x2f\x5e\x51\xc6\x6b\x00\x96\x71\x50\xbb\x10\x42\x6e\xf3\x08\x89\xdd\xdd\xa5\x2c\xca\x27\x14\xbe\x0b\x18\xba\x57\x80\x74\x34\x76\x1c\xbc\x0b\x29\x9f\x20\x84\xbb\x9b\x53\xbb\xdf\xc8\x94\xee\x12\xa0\x77\x65\xfe\x9b\xe1\x1f\x60\x1d\x14\xe5\xbc\x2b\x02\x2b\xa7\x3b\xc0\x1e\xbe\x3a\xa4\x7e\xdb\xef\xc3\x42\x2f\x91\xf0\x66\x40\xb3\x08\xe1\x8d\x34\x83\xc3\x7b\x0e\x1b\xc5\x2b\x5f\xe4\xdd\x48\xdb\xb5\x07\x0d\x81\x93\x62\x0e\x37\xd9\x59\x75\x1b\xec\xb4\xfa\x7d\x38\x32\x4a\xc4\xbb\xe1\x9a\x94\xed\x53\x7c\x07\x60\xee\x19\x04\xc2\x63\x74\x8c\xef\x40\x6a\xe1\x57\x07\x07\xb4\x46\x5a\x51\x50\x1e\xd0\x8a\x58\x4d\xc5\xdf\x23\x2f\xa0\x55\x12\x37\x3c\x8d\xc6\xeb\x7d\xa6\xa7\x94\x58\x7d\x23\x60\xd8\xf6\xcc\x1b\x9e\x46\xb9\x1a\x86\xcc\x2e\x23\x31\xef\x5e\x97\xad\x6e\xb3\xce\x0d\x73\xb0\x95\x85\x77\x47\x2d\x2a\x1f\xec\x7e\x22\x39\xb2\x40\x86\xf2\x2d\x36\x31\xdc\x1d\x1e\x71\xba\xea\xdc\xf0\xb2\x1e\xba\x6b\xdd\xb0\x28\x38\xee\xfe\x1e\x88\xc3\xf7\xfc\x06\x57\x64\xac\x1b\xb0\xdf\xfb\x18\x0c\xa6\xb3\xf4\x73\x94\x21\x12\x6b\xba\x91\x4c\x26\x4c\xda\x90\x15\xd0\x3e\x12\xf7\xba\xcc\x65\xd7\xe8\xb9\x71\x99\xb3\x51\xe5\x86\x2f\x52\x76\xf6\xae\x1b\xce\x48\xce\xce\x76\x4f\x1a\xdc\xdd\x46\xbe\x7b\x71\xdf\x1b\x97\x3d\xfb\xa1\xdc\xb8\xec\x39\x01\xc6\x4d\x81\xe2\x45\x6c\x7f\x9c\x95\x3c\x03\xa4\xdf\x7c\x75\x70\xf0\x03\xbf\x00\x0d\xf1\xe6\x19\x5c\x7c\xc1\x43\x20\xa5\xd0\x6b\x4a\x88\x7c\x33\x9e\xef\xdc\x04\xa1\x15\x94\xf8\xd6\xe4\xdd\xa8\x4e\xfc\x3a\x68\x48\x77\x13\xf3\x57\x57\x9b\x7b\xa7\xb4\x21\xf8\x21\x9e\xe9\xe5\x82\x78\xaf\xcb\x64\x09\xdd\x13\xee\x75\x57\x6c\xae\x8e\x76\xf3\xae\xe8\xc0\xbb\xfb\xe0\xf4\x84\x83\xeb\xae\x58\xec\x87\x7f\x23\x59\x4d\x79\x75\x88\x04\xde\x26\xed\xc8\x55\xe3\x82\x38\x37\x0a\xc6\x84\x49\x2d\x8b\xf0\x19\x67\x11\x3f\xfd\xda\x31\xb8\x90\x3b\x6e\xf1\xc6\x4d\x30\x4c\xc7\x2e\x06\xc1\xf9\x39\x12\xd1\xbf\xbe\x07\x4a\x9a\xec\xc0\xc7\xdb\xf9\x93\xee\x7b\x43\xe4\x82\xe6\x8f\x88\x23\xbb\xbb\xdd\x48\xa8\xed\x54\xc8\xf7\x0d\x27\x7b\x6f\x17\x52\xb2\x84\xc9\x1c\xef\x82\xd6\x97\xdf\xc8\xc9\x12\xd3\x1d\x10\xa3\x8c\xf4\xd0\x97\x67\xdd\xae\xef\x25\xad\x0c\xdf\x75\x6f\x86\x2c\xc9\x22\x70\xf3\x72\xf8\xe2\x56\x2c\x81\x67\x90\x40\x9e\xb1\x9a\xe9\x46\xcc\x92\x45\xd0\x1b\x49\x5b\x6c\x86\xba\xe9\x4b\x25\xf9\xec\xd9\x98\xa2\xca\x6d\xc6\xf1\x25\xb5\x33\x02\xc4\xdd\x06\xa1\x14\x59\x7b\x36\xba\x64\x16\xb5\x07\xc6\xab\x6a\x13\x44\x92\xc2\x1f\x56\x22\x1e\x6e\x23\xe7\xad\xc4\x85\x07\xba\x69\x27\x4d\x7c\xa8\x9b\x76\xc6\x92\x07\x02\x4a\xd1\x0a\x1f\xf8\x5a\xbd\xea\x04\x3f\xa8\x4c\xec\x4c\xc0\x0f\xae\xb3\xaf\xd8\xc6\x27\xd1\x50\xe4\x17\x82\x2f\x34\xfd\xb0\x28\x89\xb7\xf1\x81\x82\xda\x36\xfd\x87\xfa\xe7\xee\x29\x3c\xa0\x4c\x6a\x67\xca\x54\x7a\x3f\xa3\x46\xa9\xdf\x5f\x22\x4a\x71\x30\xc7\x03\x97\x70\x9b\x4f\x9f\xfc\xa3\x10\xd7\x84\x32\xb5\x99\xee\x60\x47\x5b\x2b\xc8\xf4\xf3\xdc\xd4\xbe\xd9\x81\x5f\x80\x6e\x50\x84\xeb\x29\x84\xaa\xf8\xd9\x53\x98\xbb\x5f\x3d\x50\xa8\x71\xfa\x88\x67\x09\x35\xd3\x72\xfa\x53\x08\x55\x63\x4a\x41\x65\xf3\x57\x7b\xa2\xb8\xaf\x16\xc5\x7a\x31\x22\xae\x0f\x9c\xc0\xb3\x73\x0d\x3c\x74\x18\xf3\x46\xc3\x15\xc3\x77\xe8\xa7\xc6\x92\xe4\x25\x77\x3d\xc8\xb7\xfc\xaa\xf5\xf7\x54\xe4\xe8\x90\xa8\xfb\x2c\xb1\x66\xf8\x2e\xf4\xa0\xd8\x7f\x6e\xaf\x1e\x50\x9a\x7c\xb8\x83\x87\x2f\x08\x2a\xd4\x3a\x8b\x7e\x3f\x48\xc0\x9c\x1d\x14\xf2\xc0\xdd\xc3\x09\xe0\x1f\x44\x73\xd9\xc8\xf9\x34\x42\x49\x34\xf9\x81\x28\x65\x6f\x8e\x07\x69\xf6\x5c\x68\xe8\x41\x7a\x18\x17\x60\x7c\xa0\x18\x70\x36\xc6\xa7\x21\x05\x85\xd8\xfc\xd3\x2e\x5c\x7f\x34\x21\x08\x4a\xf6\xb9\x7e\xe0\xc3\x6d\x3d\xf8\x83\x68\xb0\x6c\x6d\xda\x83\xb4\x7c\xd1\x7f\xe5\x28\xf0\x20\x32\x3b\x5b\x63\xfb\xc0\x97\xc3\x0e\xc4\x4f\xd0\xfd\xd4\xcf\x99\xad\xcc\xa3\x71\xd3\x3d\x7f\x46\x5e\x1b\xd3\x51\x71\xd9\x76\x8d\xa7\xf3\x28\xe9\xfd\x9e\x90\xd0\x54\xef\x77\xe2\x69\xf3\x0f\x60\x72\x3e\x0a\x48\xd8\xec\x9c\xfd\x4f\xe7\xd9\xf2\x0e\xfc\x68\xc1\x05\x31\x64\x72\xc9\xd6\x78\x3e\x9d\x44\x5c\x7b\xda\x59\xaf\x4b\xed\x25\x69\x15\xfb\xe6\x3d\x28\x93\xf7\x22\x37\xd0\x94\xd8\x0f\xff\xa1\xa6\xc4\x5a\xe3\x07\xb1\xdc\xd6\x02\x3c\x10\xcd\x9c\x90\xed\x19\xa4\x4f\x92\xfd\x9e\xc1\x35\x69\x53\x51\x53\xd9\xa6\xf7\x07\xe1\x6f\xf1\x9a\x01\xea\xa3\x48\x3b\xf5\x2c\xd1\x2d\xbb\xb0\xdf\x03\xbd\xbc\x0b\xb3\x3e\x28\x95\xe7\x3b\xf8\x83\x52\x79\xc9\xd4\x03\xe1\x73\xe6\xb3\x0f\xbc\x33\x1c\xe7\xfa\x4c\x4e\x58\x5a\xd6\x87\xa2\x59\xf5\x07\xc8\x9a\xed\x5d\x9d\x9c\xb0\x20\x30\x39\x21\x41\x80\x82\x97\x15\x80\xcf\x84\x45\xd3\xc7\x6a\xf2\xe4\x4a\x54\x79\x7e\x94\x43\xea\x71\x67\x61\x05\xf5\xb8\x83\x95\xcb\xde\xf4\xec\x10\xcf\xab\xdf\xdf\xa1\x27\xd1\x80\x88\x0d\x0f\x23\xfa\x0e\x7b\x9a\x18\xf9\x43\xd1\xc9\x7c\x92\x6a\xf6\x17\xf5\x3a\x08\x02\xc1\xf0\x20\x1e\x7a\x53\x96\xf0\xd4\x87\x37\x0d\x11\x7c\x36\x05\x3c\xf0\x9f\xb0\xa7\xf7\x73\x22\x3d\x8f\x84\x9f\x07\x6a\x75\x27\xe2\x78\x98\x3d\xd9\x94\x03\x25\x93\xed\x7d\xf0\x20\x8b\xdf\x4b\x12\x40\xc1\xe3\xd7\x51\x85\xae\xca\x9a\xa1\xe7\x13\x8d\xee\x0e\x9e\xef\xaf\xd6\x7d\xb2\xae\x45\xaf\x6d\x31\x7b\x96\x34\x17\x16\x4d\x1e\x48\x73\xe5\xd5\x0e\x7c\x2f\x08\x5d\xb8\xa8\x7b\x4f\xaf\x81\x73\xe5\xf7\xe1\xc2\x5c\xfc\x7c\x6d\x89\x2b\xa4\x3d\xc8\x65\x63\x5b\xca\x83\x5c\x36\x96\xde\x1f\x98\x02\xec\x35\xfe\xdc\x2c\x36\xa8\xf9\x42\x78\xb3\xfd\xec\x41\x35\x13\x67\xca\x7d\x90\xca\x26\x87\x71\x08\x01\xe9\x8e\x66\x7b\xe0\xeb\xe0\xf0\x8c\xe7\x21\xb7\x70\x1b\xd7\x68\xcb\x4e\x88\x3f\x77\x9c\xd6\xf3\x20\x47\xc3\x70\x9b\x03\x5a\x50\x41\x2e\x1b\xfb\xa9\x3d\x0f\x07\x74\x87\x4c\xbc\xf1\xb3\x65\x4b\x20\xc0\xb9\xcf\x6a\xc3\x5e\xf7\x41\x99\xc5\x6b\xe1\xa6\xb5\xa9\x5d\xd0\x9f\xdf\x27\xc4\xaa\xda\x80\xd0\x87\xc5\xc7\xb6\x11\x00\x43\x6d\x06\xb9\xba\x0d\x0c\xf9\xe8\xe2\x62\x5b\xa2\x5a\x5e\xf2\xf5\xff\x3f\xaf\x89\x0d\x62\x5c\x56\xfd\xb3\xd8\x10\x0b\xa8\x34\x6c\xb1\xfd\x68\xa2\xdc\x66\xa4\x9d\x56\x0f\x45\x53\x4f\x5a\x2d\x62\x01\xb3\x12\xba\xc6\x06\x33\x85\x92\x21\xc5\x06\x27\x7c\xf1\xa6\xd8\x12\xd2\xae\x7c\x10\x28\x36\x94\xf5\x50\x31\x81\xd8\x50\xd6\x43\x01\x9e\xb1\x41\xcc\xd3\x8d\x39\x36\x58\x31\x54\x90\x2d\xb6\x0c\xdd\xe3\xd4\xf8\x4c\x8d\x53\x05\xae\xcc\x09\xfb\x39\x52\x19\x79\xbe\x19\xf3\xf5\x76\x41\xa8\x4b\x9e\xef\x92\xc0\x9a\x82\x0e\x62\x43\x45\xbe\x08\x8d\x0f\x01\x4b\x21\x69\xb1\x21\xab\xb1\xb2\x1c\xc7\x86\xc4\x78\x59\xde\x3d\xb1\x55\x9c\xe0\xae\x05\x22\xca\xae\x67\x4d\x18\x15\xf9\x74\x5f\x8e\xad\xa2\x42\x6a\xf3\x73\x22\x70\xf8\x07\xd2\x30\x21\x10\x0a\x5c\x48\x57\x17\x1b\xe5\x2b\xd5\xa4\x8d\x0d\xf2\x95\xb4\x8d\xb1\x35\x06\x7a\xab\xc3\x25\x0e\x45\x74\x2d\x19\xce\xaf\xef\xef\x2f\xb4\xb5\x22\x94\xa4\x50\xec\x49\x6c\x4b\x1c\x0a\x85\xf9\xc5\x16\x08\x13\x2c\xfa\x1e\x41\x02\xe2\x94\xb1\xa1\xc0\x9c\x32\x92\xc7\x06\x79\x47\x54\x3e\xb6\xe0\x09\x11\x88\x83\x85\xf0\xfd\x3e\x72\x0a\x7b\xcb\x60\xd4\xef\x3e\xa1\x41\x22\x3b\x3c\x21\x04\xc4\x36\xb5\xe1\xec\x9a\x7c\x44\x3b\xf3\x4a\x6b\x40\xe8\xa5\x9a\x71\x90\x7a\xa9\xf0\x0c\x3b\x67\x28\x08\x74\x22\x95\x20\xdc\xe1\x48\xe2\x15\x77\x9c\xf1\xe2\xef\x39\xc3\xa9\x25\xc1\x4b\x20\x87\x3e\x40\x12\x63\x39\x6c\xc5\x86\xa8\x37\x79\xca\xc4\xb6\x84\x93\xa2\xa2\x4c\xb1\x41\xf8\xe8\xaf\xe7\x20\x72\x5e\xe1\x04\xd2\x99\x0c\x4c\x56\x40\xf2\xb1\x9c\x48\x50\xee\x3d\xa3\x57\x80\x08\x7d\x6c\x50\x14\xf5\xd7\x0b\x00\x81\xd1\x76\x02\x04\x45\x48\x05\xb5\x8f\xd3\x7a\xc6\x36\x09\x03\x01\x15\x69\x8b\x5d\x41\x28\xb6\x89\x5d\x32\x5a\xec\x48\xab\x16\x5a\x13\x2a\xf7\x2a\x18\x3d\xb6\x1d\x39\xc3\x7c\x50\x90\x4a\x2f\xbf\x48\x11\xd2\x01\xa8\xd6\x5a\x6c\x88\x7b\x93\x99\x3a\x36\x94\x97\xd8\x4c\x1a\x76\xce\x50\x07\x69\xff\x99\xa1\x5f\x40\xf5\x4d\x2f\x09\xe5\x25\xf2\x8b\x98\xc0\xd3\xa0\x7b\x09\x2c\x2f\x61\xe2\x74\x10\xec\x46\x65\x24\xbb\xe9\x3e\x9a\x4b\x02\x9a\x0a\xad\x8c\x6d\x49\x40\xa3\x98\x39\x1c\x5c\xa3\xc9\xcd\x81\x58\x4c\x03\x05\xf5\x28\xfa\xab\x03\x38\xe6\xb9\xbd\x04\x9a\x92\x7c\xd6\x4f\x6c\x6b\x75\x1b\x2e\x46\x26\x77\x27\x5d\x7a\x7f\xa3\x4c\x8b\xed\x82\x59\xa9\x69\x35\x17\x6a\x1e\x56\x01\x14\xa9\x72\xfa\xab\xcd\x7a\xaf\x5e\x3e\x72\xe5\xc8\x81\x38\xb6\x8b\x3a\x02\xb3\x27\xe4\x24\x1e\x26\xae\x14\x5f\xaa\xc0\x71\x71\xcb\x0c\xf1\x8b\x69\xf0\xd5\x5e\xf2\x4d\xde\x8c\x85\x37\x9c\x53\xcc\x0f\x6f\x18\x3e\x7c\xf4\x6f\x96\x24\x77\x1b\xd1\x18\xdd\xef\x4f\x52\x67\xb5\xc1\x1f\x55\x34\x37\x36\x68\xaf\x36\x63\xe9\xcd\x93\x2a\x9c\x62\x7e\x02\x23\x25\x4c\x79\xd5\x18\x02\x5f\xcf\xe1\x05\xc1\x13\xa2\x99\xd8\xa2\xec\x70\x31\xca\x3d\x19\x18\xa4\x09\xc2\x94\x37\xcd\x6e\xa0\x1c\x53\x65\xfe\xd8\xa8\x1c\xd3\xcd\x2b\xb6\x07\x3e\xd1\x96\x37\x50\xaf\x2d\x1b\x62\x70\x05\xd5\x65\x3a\x36\x04\xcc\x24\xed\x59\x42\x42\x1f\x55\xee\x8f\x04\xeb\x9d\x22\xa6\x23\x6d\x81\x53\xd8\xd5\x26\x4a\x87\x3b\x00\x47\x4f\xfe\x00\x5e\x7c\xd3\x1f\x90\x1d\x0d\xb5\x21\xc0\x09\xe2\x09\x09\x8b\x95\x2b\x30\x52\x02\x47\xaf\xea\x0f\xb6\xb2\x3c\xfd\x1c\x66\x0e\x1d\xe2\x84\xfc\xc3\xe9\xf5\x3e\x2a\x8e\x6b\xc7\x12\xd2\xf3\x18\x27\x13\xd2\x0d\xf7\xa6\xef\x11\x46\x68\x01\x20\xd1\x31\x43\x25\x76\x23\x51\xa4\xd1\x96\xa6\x0c\x9f\x6a\x43\x90\x22\x8a\x76\x24\x15\xd8\xaf\xb5\xc5\x09\x6e\x8f\x72\x8e\x89\x54\x6e\x68\x60\x35\xc1\x02\x97\x33\x4f\x10\x25\xb4\xe4\xde\x14\x09\x61\xf9\x2f\x3a\x96\xe0\x78\xd1\x5f\x2f\x20\x58\xc4\x03\xd0\xb4\xf5\x7a\xff\x62\x07\x9a\x11\x1c\x0f\x55\x23\x26\x12\x1c\x0b\x4d\x9a\xd3\x8f\xed\xcb\xed\x81\x22\x96\x5a\x61\xfb\x99\x91\x96\xb0\x44\x90\xde\x25\x34\xa5\x1f\x11\xc4\xcf\x71\xce\x55\x96\x31\x52\x7b\x00\x13\x7d\x00\x19\x45\xb9\x68\x23\x05\xb5\xd0\x7e\xbe\x60\x5a\x0d\xb3\x25\xa3\xd8\xfb\x37\x52\xb0\x20\xb9\xdf\xe7\x0c\xc5\xf2\xd3\x12\x52\x66\x12\xbf\x4b\x0c\xb0\x91\x08\x90\x96\x10\x32\xb2\x97\x18\xb8\x5c\x2b\x39\x4d\x24\x08\x21\x2a\x1c\x1c\x69\x09\x21\x33\x19\x46\x08\xa8\xc9\x43\xec\x28\x75\xe0\xb1\xa8\x6b\xea\xf0\x4b\xf7\x8c\x98\x1d\x4f\x62\x5b\x1a\xc8\x5a\x69\x34\x42\xfe\x1e\x53\xdf\x34\x0e\xe6\x7c\x56\x1b\x17\x0f\xef\xf2\xe0\x8c\x7d\xb0\xe6\xb6\x96\xe4\x4d\x82\x46\x43\x26\xdb\x48\x13\xa4\xc7\x07\x81\x42\xc6\xf0\x0c\x26\x69\x8f\x96\x38\x91\x51\xe8\xf5\x1c\xbb\x3c\x7e\x93\x94\x33\xd2\x5e\x91\xe7\x40\xcb\x45\x6e\x3b\x45\x1e\x44\x42\xd4\xbb\x8a\xc5\x46\xda\x21\xe5\x7a\xb6\x74\x2b\x94\xc7\x78\x24\x98\x82\x14\x2e\x1c\x09\x6e\x85\xba\x3a\x47\xda\x89\xf5\x06\xf0\xce\x73\xa7\x17\x50\xd8\x40\x86\xab\x48\x60\xde\x2f\x1c\x84\x2f\x4d\x37\x61\x80\x17\xe0\x34\xa1\x42\x66\x3b\x79\x5d\x44\x42\x72\xa0\x64\x70\x9d\xb0\x86\x7a\xfc\x73\x22\xb0\x4f\x13\x5e\xbc\x7b\x1a\xe3\x4e\x88\x3b\x26\x3b\x27\xe9\x9a\xda\x54\x2d\xf8\x48\xb0\x88\xbf\x0f\x31\xfd\x68\x54\xf9\x22\x12\x12\xed\x4a\x5d\x13\xe9\x42\x6a\x62\xf1\xd6\xb4\x78\xed\xac\x3e\x12\x37\x32\xf3\x49\xf6\x48\x3f\x65\x90\x34\x01\xba\x09\x4e\x63\xdc\x0d\xe7\x22\x03\xf0\x41\x6d\x56\x09\x70\x09\x69\x6b\x55\x57\x29\xd2\x62\x55\x23\xf9\x08\x21\x37\x9d\x59\x57\x7a\x18\x72\xa6\x15\x22\xaa\x21\x4f\x53\x8d\x87\x87\x58\x4b\x46\xad\x23\x5b\x62\x22\x3d\x08\xcd\x30\xcc\xa0\x3c\x70\xf6\x8c\x48\xcf\x3a\xe6\xbe\x4b\x25\xd6\x3a\x12\xd6\xe5\x0d\x67\xe6\xa3\xff\x88\x4c\xee\x27\xf9\x22\x23\xd1\xad\xcc\x8d\x91\x51\xb9\xc8\xcc\x30\xd3\xf4\xa3\x58\xcc\xc8\xdb\x8e\x3c\xa1\x7e\x61\xed\xb2\x6a\xd2\x44\xde\x20\xd4\x26\x4f\xe0\xc2\x65\x2f\xab\x8d\x4c\x67\xe2\x6e\x99\xc9\x82\xb4\xeb\x99\xa6\x22\xc1\x38\x27\xd6\x6c\xd0\xfb\x50\x3f\x28\x5d\x74\x64\x6a\x18\x7c\x0e\x73\x5a\x94\x55\x09\x05\x23\x93\xfd\x6a\x93\x32\xc2\x1c\x14\x80\x1b\x19\xf1\xae\x8a\xe1\x8a\x8c\xf2\x00\xaa\x2b\x14\x39\xfd\x40\xc0\x33\x42\x1e\x52\xa1\x5d\x4e\x84\x80\x3b\x7c\xd0\x56\x07\xf9\x27\x88\xcc\x3f\x24\xbc\xa0\x0e\x72\x46\xbb\xab\xfd\xb3\x24\xff\x50\xbf\xbf\x42\xa9\x5f\x23\x2f\x8e\x1e\xbe\x2f\x66\x06\x36\x28\xae\x2c\x32\x4a\x8d\x9a\x32\x66\x64\xe8\x53\xc8\x6e\xe4\x4c\x3c\xf3\xb6\xe7\x13\x23\xb8\x4d\x3c\x13\xe2\xe5\x7c\xc3\x13\xde\x2f\x3c\x7c\x41\xfb\x8e\x28\x5f\x73\xd0\xcc\xfa\x4e\x0a\x1a\x8a\x5c\x40\x9d\xb2\xdb\x05\xc9\x51\x35\x67\xd8\xa2\x54\x5c\x2f\x72\x61\x5d\x35\xad\xa1\x80\x38\xbf\xfa\xbb\xd1\xf6\x04\xa0\x37\x93\xa0\x99\x2b\x0a\x0f\x4b\x32\xce\x95\xb9\xd1\x34\x41\x04\x43\x58\x7f\x1d\xb9\x42\x8d\x20\x31\x28\x23\xbb\x90\xe9\x71\x46\xf6\xa0\xac\x98\xda\xc8\x08\x7f\xa8\xde\xa6\xca\xf0\x11\x3f\x67\x6a\x1c\xcd\xb8\x92\xc1\x69\xc6\x4c\x1e\xd4\x7e\x93\xb7\x26\x32\x52\x0e\xea\x9c\x67\xd8\xa8\x5e\x38\x83\x84\x83\xd9\x58\x8b\x04\x83\xfd\x35\x16\xfc\x8f\x45\x8a\x72\xb0\xcc\xb4\xfa\x43\x76\x5e\x79\x86\x46\x0e\xe8\x71\x7d\xaa\xa0\x33\xc9\xf3\xd5\xc1\x84\x19\x5f\xd0\x83\xd2\x44\xd1\xa6\x91\x91\x80\xd0\x52\x73\x46\xc0\xaf\x3c\xd6\x23\xd3\x46\x64\x94\x0c\x3a\x68\xf9\xf9\x43\x37\x8d\x4f\x1b\xe2\x4a\xf6\x29\x44\x79\x80\xcd\x13\x86\xce\xc4\xdc\x24\x23\x29\x90\x72\x3a\x46\x86\xc1\x47\xce\xb8\x91\x3b\x31\x7c\xb8\x43\xec\x8e\xae\xfb\x19\xbe\x38\x8a\x26\x8a\x8c\x3a\x50\x9b\x8f\xf9\xa0\x97\x9f\x76\x17\x05\xf4\x8b\x4f\xf9\x12\x77\xa6\x09\xf1\x44\x8d\x39\x5d\x5b\x32\xcc\x2f\x4a\x99\x1e\x79\x09\x2b\x35\xbc\x7e\x86\x49\x4c\x93\x91\x89\xcb\xec\xd0\xfc\x60\x9f\x69\xa6\xec\x93\xe2\x97\xe6\x33\x41\xc7\x4c\x58\x27\xe9\x98\x77\x04\x9e\x33\x61\x32\x34\x59\xe7\xdc\xed\x07\x3b\xaa\xf6\x4e\x3d\x9f\x3a\xdc\x11\x5c\x63\x56\x82\xf2\xfa\x32\x30\x45\xde\x81\xa2\x56\x98\x64\xd4\xd7\x57\x6a\xd6\xc8\xac\xd7\x69\x22\x44\x7d\x89\x57\xb8\x23\x8d\xcf\xe6\x01\x90\xd7\xd3\x67\xe0\xc0\x89\x16\x7f\xcf\x07\x7d\x8b\x34\x01\xe4\x09\xb2\xc8\x9c\x91\x27\xa8\xc8\x31\x23\x32\x94\x15\xc5\xbc\xe5\x00\xef\x32\x0a\x1c\x3f\x54\x50\xed\x9b\x1d\xf8\x05\x28\x64\x8c\xf4\x90\xa0\x5e\x20\x39\x09\x02\x63\xfd\x09\xf5\xb7\x91\x08\xf6\x1d\x39\x4a\x44\x3e\x19\xa2\xe6\x0e\x3b\xa2\x4f\x35\xc3\x93\x29\x67\xfc\x3e\x4f\xa1\x56\x74\xe2\x14\x1a\x8b\x50\xcc\xa0\x58\x59\x9b\xe1\xcd\xac\x64\x50\x91\x4f\x1c\x43\xb3\xe3\x13\x74\xde\x7b\x76\x3e\xec\x40\x23\x5e\x1b\xf4\xd9\xda\x04\x04\xd8\x16\xd9\x19\x23\x43\x8c\x2b\x52\x98\xe7\x8b\x69\x7b\xd4\x23\xbc\xa1\x87\x1f\x37\x7e\x2f\x98\xa1\x7e\x7f\x37\x48\x50\x4e\xa1\xbc\xda\xb8\x19\xf9\x60\x23\xb2\x24\x2c\x90\x5c\x04\x81\xc7\x43\xa5\x5c\x4b\x34\xf0\xb6\xde\xcc\x4c\x2f\xec\xa1\x27\x74\x67\xa4\x15\xd2\x7c\x50\x90\xdf\x0a\x8d\x8c\xd4\x49\x65\x33\x5f\xb8\xe1\x89\xe2\x93\x7c\xb3\x06\x9e\x20\x04\x15\x8e\x32\x8e\x45\xbe\x7f\x92\x5e\xab\x3d\x61\x70\xf1\xf3\x13\x7b\xaa\x05\x20\x16\xa5\x5a\xa2\x82\x85\xaa\x98\xb4\xdf\x0f\x4c\x2a\x9a\x0f\x34\x34\xc5\x77\xc9\x0c\x13\xd6\xd8\x7e\x75\xad\xc9\x4f\xe6\xd7\xea\x1e\x0a\x9c\x6c\x32\x80\x5a\x0e\xd5\x84\xf4\xe1\x06\x1a\x60\x0f\xaa\x2d\x1b\x01\x1e\x12\x26\x77\xb0\x8e\xb1\xd5\xf7\x19\xde\xdb\xe1\x0d\x46\x71\x87\x97\x74\xf3\x60\x83\x74\x4b\x2b\xdb\xcf\xfa\xa6\x7e\x48\x54\x21\xa9\x0d\x7f\x8e\xe2\x36\x79\x99\xdb\x63\x09\x3b\x9a\x50\x41\x71\xce\xe6\xee\x98\x31\x5c\x6d\x48\xa0\xaa\xa6\x14\x85\xe9\x2a\x85\xf0\x85\xbe\xcf\x12\x95\x4a\xa2\x61\xbe\xab\x7d\x62\xbe\xcd\x3f\xc0\x37\x79\x73\x87\x37\xe8\x9a\x3b\x44\x64\xaf\x64\xad\x92\x51\x41\x5c\x17\xc5\x82\x7c\xcc\xbe\x78\x17\x06\xc6\x0a\xc1\xca\x92\x1f\xab\x9c\xad\xa2\xb0\xf8\xe7\xf4\xf7\x30\x71\x65\xbf\x3f\x70\x6f\x52\x13\x55\xda\x95\x52\x26\x0a\xa4\x47\x4b\xd8\x05\xd2\xa3\x0a\x3d\x47\x59\xb2\x60\x95\x77\x58\x14\xe4\x73\x51\x8e\xf6\x28\x28\xde\xa0\xe2\x76\x51\xe0\x44\x64\xfb\x4e\x29\x08\xa8\xa8\x6e\xa3\x08\xa5\xe1\xb5\x24\xb5\xa2\x6a\x20\x51\x58\xc3\x5d\x07\xa2\x54\x9e\x48\x43\xbc\x92\x55\x0a\x00\x15\x27\xb2\xba\x03\x92\x0c\x01\xa0\x92\x31\x48\xd6\x2c\xac\xe1\x9e\xdc\xe1\xba\xba\xbe\xfa\x47\xf5\x8a\xe9\xfe\x80\xb1\xd5\x9f\x33\x2e\x57\xe3\xc3\x42\x56\xbc\x61\xad\x31\xb1\xb0\xda\xc0\xb8\xe1\xe7\xc8\xa2\x60\x00\x04\x31\x5e\x97\xac\x82\xb8\x56\xeb\x6a\x0a\x2d\x62\xa2\x69\x05\x0e\x42\xb6\xe9\x15\x68\x97\xa6\x77\x28\x90\x30\x47\xb2\x41\x41\xe0\x91\x42\x5c\xa2\x04\x01\x32\x3d\x03\xa4\xd8\x6e\x9e\x00\x71\xfa\xd5\xe3\x85\x1e\x84\xd3\xa8\xd3\xf9\xda\x73\xd6\x74\x17\x17\x28\xa8\xf6\x24\x9f\xab\x28\x10\xdf\x4a\x71\xbb\xe3\x9a\xa7\x15\xc0\xe2\x55\x5e\xed\x03\x8c\x50\xfd\xc3\x7f\x67\x18\x27\x51\x82\xbd\xc8\xa9\x29\x0a\x92\xaf\x54\x1f\xb2\x51\x16\x08\x7c\xc8\x10\xe9\x94\x8d\x33\xf0\x9c\x96\xbb\x4e\x14\x66\x4f\x31\x92\x22\x6d\x63\xf5\x96\x0c\x4e\x50\x10\x83\x76\xab\xa8\x2c\x5d\x94\x71\xc2\x09\xca\x1d\x5e\x7c\x41\x58\x38\x40\xd7\x4d\x57\x58\x0b\xca\x20\x9c\xb4\x1a\x6a\x06\xf3\x67\x89\xea\x11\xf9\xc5\x94\x1c\x6d\x5d\x41\x97\xc8\xe9\x11\xe1\xc0\x53\x92\x29\x1b\x3c\x78\x14\x92\x1f\x05\x12\xde\xeb\xdc\xec\x1c\xc1\x8b\xda\x99\x0b\x5f\x23\x40\xc4\x93\x23\x57\x14\x48\x78\x25\xe5\xf1\x1b\x56\x53\x96\xfc\x97\x95\xdf\x2c\x0a\x1c\xa9\x4b\xf2\x41\xdf\x99\xec\xc3\xdd\xe3\x52\x23\xd6\x5f\x7e\x22\x75\xfd\x3e\xd0\xd6\x84\x6e\xe7\x1e\x14\xff\x80\x1b\x9a\x94\xa4\x05\x16\x37\xab\xfa\xcb\xce\x2d\x70\xfb\x61\x07\x82\xf9\xb1\x2d\xd2\x66\x42\x81\x72\xed\x4a\xf3\x1b\x05\xf6\x34\x9b\x6b\xca\x41\x77\x18\xcd\x18\x0e\x43\xd5\x7b\x8a\xf0\xb5\x62\x0d\x50\x39\x7e\x82\x8d\xd5\xfe\x59\x82\x47\xc0\x12\xbc\xa4\x83\x68\xe4\x93\x03\x7f\xed\x17\x31\x3a\x7e\xd6\xa0\x45\x9d\xeb\xa6\xfe\xa2\x96\xf0\x39\x2a\x66\x8f\x90\x49\x8b\x75\xd9\x05\x36\xba\xf2\xea\x80\x49\x61\xdc\x06\x03\x37\x7f\x3a\x31\x03\x4f\xf9\x44\xee\x29\x13\x93\x0b\x51\xfa\x5e\x33\x45\xc8\x17\x3d\xbc\x7e\x92\x3d\xa9\x0d\x44\xf6\x59\x44\xe9\xd0\x17\x1e\x5c\x1c\xd0\xef\x73\xc9\x9e\xe1\xbd\xe1\x05\x7d\xc0\xe8\x63\x63\x1e\x02\xe8\x4a\x32\xcb\x43\x92\x96\x17\xb9\x41\x9a\xb7\xf2\x7a\x0e\x85\x8a\x84\xc6\x82\xa2\xe7\xaf\x6d\xbb\x11\xd8\x61\x3c\x78\xc0\xa2\x8d\x47\x0f\xfa\x4f\xe6\x81\x4b\xaa\xaa\x2f\x98\x51\xaa\x52\xbe\x91\x28\x94\xaa\x74\x93\x28\x0f\x0f\xb3\x09\x1a\x1c\x91\x8a\x69\xfe\x83\x54\x3d\xdd\x53\xb8\xf9\x81\x10\x05\xaa\x42\x95\x56\x89\xca\xb8\x37\x51\xcc\x0a\xb1\x4a\x81\x92\x51\x37\x0a\xc6\x43\xed\x86\x7c\x9b\x7e\x0e\xa6\x29\xb4\xa9\x28\xf4\xa9\xfc\x23\x51\x59\xf2\x4a\x68\x54\x37\x4e\x68\xf8\x05\xa4\x5f\xf2\x00\x50\x05\xfa\x74\x56\xa8\xfa\x14\x15\x17\x35\x41\xe7\xa1\xcb\x54\x45\x04\xf3\x90\xea\xb0\x26\x4e\x48\x13\x4c\xb8\x3f\xea\xf4\xd7\xc4\xa3\xe3\x15\x24\x94\x1e\x6d\x9e\x00\xf1\xc8\x23\xc0\xf4\xa6\x38\xc8\xa8\x70\x1e\xb2\x0e\xab\xc2\xb2\x66\xcb\x57\x45\xd6\x6f\xf9\x64\x46\xa5\xe4\x24\xff\xbd\xa8\x99\x97\x11\xcd\x00\x7a\x37\x6b\x53\x6b\x61\x6e\x20\x2d\x09\x09\x3b\xcb\x6b\x93\x0a\x8c\x30\x42\xbc\x0a\xd9\x6a\x1a\x06\x85\x09\x27\xdc\xbe\xd9\x81\x80\x50\x1e\x50\x34\x75\x00\xff\xa1\x62\x5d\x61\xad\x5c\xa3\x7a\xa8\xcc\x94\xa3\x0e\x2a\xb2\xac\x54\x77\x10\xdf\x5f\xd6\x32\xd4\xca\x1c\x2b\x7e\x7d\xb0\x1e\xa0\xda\x93\x27\xcd\x3f\x30\x53\xba\x3e\x68\xa8\x28\xe3\xf1\x1a\x8f\x92\x60\xde\x7e\x8e\x6a\xff\x0d\xcf\xa9\x8d\xb7\x17\xcd\xb6\x41\x4b\x22\x0e\x57\x1b\x62\xcc\x9a\xdb\x3f\xa1\xb8\xda\xa1\x46\xf2\x2a\x24\x6c\x2c\x41\xa0\xe9\x21\x25\x88\x4d\x91\x35\x58\x5d\xdb\xf0\x0b\x6a\x25\x84\x13\x94\x9c\x74\xdd\xab\xc1\x1d\xf2\xb9\x09\xc6\xd5\xa9\xdd\x0b\xcc\x32\x9a\x41\x47\xfd\x17\xdd\x8f\x2a\xbc\x85\x4a\x96\x6a\xae\x52\x76\x92\xf0\x56\x3b\x0c\xce\x86\xf0\x40\xd9\x28\xc3\x64\x10\xa2\x1e\x01\x79\xe9\x94\x43\x3c\xea\x40\xde\x18\xc3\x04\xbe\xcd\x45\x45\x8e\xa2\x0e\x24\x66\xf7\x1a\x07\xeb\x3c\xe8\x83\x49\xa7\x4a\xed\x21\x94\x61\xd9\x33\x98\x28\x74\x6f\x52\x31\x59\x92\x20\xfc\x43\x83\x57\x9f\x96\x04\xef\xa0\xe2\x25\xc3\x17\xf9\x85\xa4\x93\x45\x17\xfc\x3e\x2a\xbe\x48\x34\xaa\x4b\x90\xe9\xc3\xdf\xef\x3f\x51\x55\x6a\xb7\x05\x32\xd3\xc2\x1d\x41\x50\xdd\xef\xef\xac\xa1\xee\x1f\x50\x00\xf0\xd5\x01\x72\x07\xbc\xda\xd0\x0d\x17\xbf\x8f\x5d\x97\xba\xb0\x52\xf2\xc8\xd2\x67\x56\xa4\x7e\xb3\x34\x58\xa1\xfc\x2a\x8a\x2d\x8c\x0a\xeb\x5f\x79\xb5\x11\x3f\x6a\x18\x1f\x84\xa1\x78\x56\x3d\xe8\xc9\xea\x36\x77\xd1\x78\x41\xe1\x24\xeb\x5e\x52\x0f\x22\x92\xdb\xb4\xd3\x7b\xc8\x13\xf7\x22\x0f\xc9\xc3\xe3\x55\xa1\x5e\xc9\x8b\x1e\x2e\xd9\x64\x28\x1b\x4e\xd4\x13\xf4\xd5\x73\x3e\x13\x4a\xb5\x6b\xdb\x4f\x16\x38\xd3\xf7\xd4\xaf\x65\xb3\x84\x13\x52\xbc\x54\x80\x15\xee\x46\x96\xc7\xea\xc9\x35\x4a\x44\xac\xac\x93\x6e\xfa\x78\xa2\x7a\x86\x31\xef\x3c\x80\x18\x9e\xd1\xc9\x0e\x3c\x02\x36\xd2\x60\x5f\xc2\xcf\x8b\xb1\x57\x2a\xd0\xac\x44\xac\x17\xd7\xa8\x11\x28\xfd\xbc\xd8\xd8\x05\x3d\xaa\x6e\x26\xf5\xe2\x22\x25\x0e\xd5\xab\xc2\x6f\xde\x3d\x40\x43\xe6\xd3\x87\x24\xb8\xd5\xb8\x78\x71\x1f\xa7\x3f\x40\x01\xa5\xea\x0f\xa0\x80\xd0\xf5\xaf\x52\x7e\xb2\x8e\xad\xde\x10\x19\x4d\x00\x90\xe3\xae\x14\xf3\xad\x9b\x6e\xe1\x1a\x92\xf2\x53\xf1\x4e\xc1\x6f\xbb\x78\x51\x48\x51\x50\x6c\x2c\xa9\x70\x7c\xb2\x04\x56\x11\x64\xf7\x62\xde\xf7\x83\x13\xa8\x11\x90\x52\xe0\x75\xc2\x1f\x38\x52\xf9\x84\x2e\x89\x6b\x0c\xb3\x62\x4a\x5c\xd6\x92\xd4\x25\x71\x0d\xcb\x4f\xf5\x41\xf8\xb3\x67\xf8\xc0\x5d\xc1\x34\xec\x61\x06\x53\x4d\xf0\x01\xa7\xf8\x55\x5d\xb5\xa8\xb0\xdb\x96\x97\x2c\x43\xbb\xad\xb9\xc2\x43\x90\x8b\x0d\x36\xc4\xf4\x29\xd4\x38\xda\x86\x8c\x33\x42\x9b\xb6\x11\x80\x42\xed\x86\xc2\xec\x16\xb7\x1a\x4a\x94\xda\x83\xa4\x6d\x64\x54\x9f\x11\x5b\xca\xa8\xe9\xa9\xe7\x94\xae\x4c\xd5\x1b\x0a\xad\xa7\xe1\x0f\x38\xa2\x2e\x0a\x8d\x85\xc7\xb4\x65\x0d\x11\x77\xc5\x72\x78\x4b\xa8\x9a\x2a\xbc\x6a\x09\xc5\x74\x86\x3b\xf8\x89\x46\xee\xfa\x01\x6a\x06\xcf\x99\xaa\x33\x33\xfb\xb6\x44\xb6\x51\x75\x77\x69\xa8\xec\xa2\x8c\xe8\xd1\x72\x81\xd7\x8b\xde\xcf\x15\x14\xca\xef\x43\x58\x11\x96\xb4\x8c\x93\x20\x34\x6d\x19\x66\x32\x2f\x31\xc3\xfe\x3e\xdc\x1f\xf7\xf1\xd5\x21\xc4\x81\xf0\x07\x50\xc6\x4a\x37\xd5\x0a\x4d\xb7\xda\xb6\x82\x14\xdc\xa2\x37\x0d\x09\xd7\xab\x41\x56\x08\x43\x6f\x53\x59\x02\x8a\x99\x75\x43\x44\x9e\x5d\x7f\x5b\x21\x0c\xc5\xdd\x5b\x61\xce\x50\xed\x0a\x24\x3e\x2b\xbb\x5a\xe1\x0c\x3f\x78\xde\x90\x47\xc0\x56\x92\x86\x24\x70\x8a\x93\x8c\xb6\x04\xb4\x6e\xb7\x9e\x06\x7f\xf0\xda\xfc\x3e\x6d\x20\x5a\x21\x6a\xa4\x14\x85\x88\x44\x43\xe1\x52\xd3\xb7\xd6\x08\x02\x4d\xb8\x2d\x34\x92\xba\xbc\x35\x94\xeb\x97\x94\xde\x98\x2a\xf9\x35\x81\xb6\x78\x6f\xf6\x9e\x35\x42\x40\xcc\xb8\x35\x7a\xb0\xfb\x05\x62\x51\xf7\x88\xc8\x03\x3b\x3c\x43\x78\x73\xe9\xda\xdf\x90\x98\xc0\x0a\xc9\x16\x50\x81\x4f\xb7\x59\xf2\xcf\xef\x1f\x58\x91\x40\x16\x27\x62\xc1\x34\x01\x26\x37\x96\x4c\xd8\x3a\xc9\xa7\x37\xb5\xd3\x74\xe6\x36\xcf\xa2\x67\xd8\x19\x36\x21\x20\xb1\x7c\x9b\x81\xf6\x51\x9f\xf9\x07\x44\xbf\x4a\x51\xd1\x90\xfd\x58\xf5\xe1\xa3\xc1\x39\xcb\xfa\xb5\x36\x98\x7b\x41\x03\x42\x82\xeb\xde\xb4\x01\x2b\x8a\x8f\xf2\x60\xc8\x9f\x66\x3c\x19\xe7\x29\x10\x43\xc2\xdb\x8c\xe7\xf3\xa7\x14\xaa\x06\x58\x22\x5e\xd8\x12\xd6\x28\xe2\xd9\x22\xdd\x50\xd9\xfc\x35\x22\xec\x9d\xe5\x75\x94\xa0\xce\xf2\x75\xae\x21\x55\x40\xb1\x03\x59\x43\xaa\x00\xbb\xd1\x37\x18\x3c\x5d\xd7\x23\xda\x5c\xcc\xbd\xbd\x3e\x40\xbe\x7a\x53\x07\xd4\x77\xb3\xa9\xa3\x21\x1d\xb0\x8b\x7d\x45\xdb\xa9\x47\x50\x07\x3b\x82\x00\xab\xdb\x8d\x2e\x5b\x6a\x73\x0d\xc9\x3f\x20\xb7\x9d\xc1\xb4\xff\xac\x41\xab\x86\x8a\xcb\x7e\x82\x6d\xff\x59\xc3\x6f\x42\x3d\xa3\xd1\xe3\x7c\x7a\x38\x54\xb8\x93\xc6\xb0\x41\x0a\x55\xae\xbe\x68\x94\x42\xab\xb9\xd0\x0e\x4d\xb4\xe7\xb7\xa4\xd0\xa2\x8c\xcd\xd1\x0e\x5c\xb9\xbd\x8b\x07\xe7\x6f\x6a\x02\x19\x32\xbc\x49\x4b\x44\x0c\xe5\x7f\x8a\xb6\x44\xc4\x52\x64\xd0\x6c\x28\x31\x30\x4d\x4f\x4f\xe2\x8d\x54\x37\xed\x24\xde\x08\x20\x4b\xe2\x0b\x25\x88\x8a\x76\x32\x65\xa3\x06\x58\x12\xdf\xc2\x15\xb5\x91\x39\xd6\x5b\x74\x22\x9e\x66\x73\xfb\xe2\x80\xee\x10\x7e\x26\x52\xbb\xb6\x13\xc1\xf7\xd2\xab\x34\x14\x35\x08\x83\x08\x25\x0a\xc2\xe4\xed\xc2\x5d\xc8\x7c\xf6\x86\xa6\x5a\x9a\xf0\x46\x59\xca\x9e\x14\xed\x66\xce\x64\xcd\x78\x89\x4a\x25\x4b\xc9\xd0\xe8\x22\x6e\x14\x81\x7d\xd1\xe2\x61\x43\x3e\x60\xeb\x59\x1a\xec\x8b\x76\x70\x6a\x37\xac\xdc\x26\x8f\x28\xe6\xbe\xf9\xa0\xc1\x5c\x38\x0d\x91\x07\x2c\xea\xd5\x86\x56\xd6\x0c\x05\x0e\xd9\xf6\xde\x8d\x0d\x3a\x52\xcd\x2f\x36\x2e\x30\xfc\x43\x5e\x04\xdf\xef\x17\xbc\x1f\x6a\xd3\x5a\xe3\xd7\x77\x3c\x2f\x6a\x43\x89\x62\xcd\x56\x30\x75\xae\x90\x36\x36\x6e\x61\xf7\x08\xc8\xe1\x2c\x75\x5f\x2c\x51\x28\xab\xaa\x47\xc4\x12\x7d\xaa\xfd\xf8\x02\x8a\x25\xd5\x98\x8d\x40\xa6\x5c\x9f\xda\x58\x72\x4c\x98\x0c\xc4\x92\x4a\xc2\x3e\xf3\x91\x78\x8c\x86\x07\x80\x45\x4f\x84\x24\x90\x5b\xc0\x5b\x1a\x70\xd1\xb6\x0e\x25\x32\xe9\x84\x67\x04\x17\x6d\x6b\xa6\x02\x51\x67\x76\x06\x09\xa6\xc6\x0b\x0f\xc0\x19\xe8\x60\x06\xc2\xcc\x54\x2d\x3c\xa2\x90\x94\x09\x6b\xa2\x24\xac\x41\x6b\xa6\xe0\xf2\xfa\x00\x30\x90\x38\x1c\x4b\x70\x09\x65\x06\x88\x28\xc8\xf0\x34\xfc\x3e\x36\xc1\x4c\x31\x90\xbc\x76\x8a\x6d\x47\xe5\x80\x53\x6d\xe4\xc9\x16\x07\x89\x8a\x70\x9b\xe4\xe7\x07\x92\xe1\x0a\x46\x4b\x0e\x79\x49\xa3\x51\xa1\xc8\x92\x7c\x1e\x0d\x85\xcf\xbc\x49\x0d\x81\x08\xe2\x70\xd1\xb8\x40\x81\x94\x35\x1c\xa4\x62\x88\x86\x05\x4a\x65\x1b\x4b\x2e\x09\x13\xa2\x68\x40\x7b\x49\xf0\xd1\x50\x35\xab\xf9\x7b\x6c\x41\x33\x04\x1b\x26\x28\xd2\x18\xb4\xea\x35\x83\x3c\x00\x11\xe9\x04\x02\x51\xfd\x4a\x19\x15\x81\xc0\xfd\x97\x02\x33\x02\xae\x8c\x06\x01\x75\x4f\xed\x35\x04\xe3\x93\xdd\x23\x92\x44\x4a\x62\x8f\x78\x20\xa8\x68\x8d\x10\x54\x7c\xb3\x8c\x8e\xb0\xaf\xfe\xab\x3b\x4e\x74\x4e\x4f\x52\x4c\xa0\x90\x9b\x5d\x39\xa3\x13\x82\xda\x91\x0e\xc3\xb9\xb8\x4f\xf4\x75\x4c\x9b\x77\x60\xf0\x86\xa2\xf7\xa9\x97\x6a\x3e\xb7\x03\x5b\xe8\xf5\x43\x68\x19\x22\xb5\x01\xb5\x93\x45\xe1\x40\xc5\x83\x77\x87\xf0\x7a\xf4\x84\x97\xd0\x52\x6c\x13\x8c\x09\x87\x61\xa3\x08\xb2\x1d\x1a\x7a\x70\x17\x37\xa7\x88\x9d\xee\xc2\xfa\x7c\xe7\x7a\xb5\x1b\x8b\xb9\x77\xeb\xaf\x03\x0e\xdf\x5d\x84\x39\x58\x07\xcd\xcb\x83\xc6\x66\x33\x86\x21\x33\xcf\x94\x5d\x3d\x50\x9e\xc7\xb2\x41\x9c\xf0\x7c\xf5\xf2\x69\xc8\xb1\x50\x16\x27\x92\x6f\x78\x43\x4e\xba\x89\xba\xcd\x40\x0d\xcf\x08\x1e\xde\xa1\xbb\x40\x2c\xde\x36\x8b\xe9\xda\x35\x01\x30\x75\x70\x41\x3a\x51\x44\x7e\x04\xb2\xe9\xfb\x42\x17\x50\x24\x24\xdd\x0d\x02\xe5\x74\x7c\x0d\x8e\x1b\x94\xd5\x94\x17\x5a\x80\x17\x5d\x7b\x50\x00\xc1\x28\x03\x5e\x55\xec\x55\x1a\x0f\x24\x69\x89\xea\xf1\x80\xb4\x9b\x70\xae\x5b\x7f\xea\x86\xd1\x83\x3d\x32\xef\x80\xcb\xb6\x05\xed\x80\xcb\x76\x32\xa1\x5d\xb7\xfe\x6c\xe7\x8f\xe0\xc5\x3e\x4c\xc6\x1e\x3a\x79\x7a\x02\xb0\xe2\x8a\xb4\xf7\x0d\x7a\x3c\x4d\xa0\x2f\xee\x37\xcc\x7d\x3b\xa3\x8f\x74\xbd\xea\x8c\x3e\xea\x6e\x2f\x6e\xa8\xac\x32\xd1\x37\x78\xed\x89\x8e\x77\x30\xc3\x97\x75\xad\x83\x1b\x3a\xd4\xb3\x27\x48\xea\xa2\x32\x1d\xcc\xae\x89\xbd\x77\x30\x3b\xbb\xb3\x74\x44\x64\x97\x78\xfd\x00\xfe\x2f\x24\xe8\x09\x21\x7a\xd2\xc4\x74\x5e\xda\x95\x36\x3c\x3a\x13\xb9\x7b\x46\x64\x8f\xb6\x9a\x76\xb0\x47\x25\x7e\x8d\x9e\x21\xb3\xe9\x42\xd7\xe1\xce\x6c\x2f\xb9\x9e\xe1\x05\x27\x32\xd5\xe9\xb1\x62\x3c\xed\xb0\xbb\x28\x57\x4f\x74\x5c\xeb\x87\x81\x4c\xb3\x8b\xd0\xb2\x93\x7d\x4a\x04\xe9\x64\x9f\xf6\xf9\xe9\x64\x9f\x12\x61\x3a\xd9\x67\x78\xd1\x28\xc5\xa6\xcc\xab\xd1\x0b\xab\xf6\xfb\x03\x16\x6d\xd7\x2e\x14\x96\xa5\xd7\x0c\x0a\x84\x30\xa1\x4d\x87\xf7\xb2\xd5\x63\xbd\x12\xd1\x75\x72\x7a\x05\x71\x94\x10\xd4\x2b\xdd\xb4\xd4\x61\x0d\x44\x8d\xf9\x39\x78\x83\xad\xb4\x7d\xdd\xf3\xc3\xca\x99\x8e\x64\xef\xf6\x79\xe9\x8b\xbf\x86\x23\x07\x7a\x25\xa6\x77\x8f\x00\x72\x9d\x3d\x65\x08\x39\x92\xc4\x3b\x8b\xa5\x7a\x89\x88\x0b\x37\xf5\xed\x08\x0b\x2f\x96\xa4\x3b\xaa\x2c\xe5\xdf\x65\x16\xe8\x8b\x3d\x57\xab\x21\x3a\x2e\xf9\x4a\xea\x13\x9d\x86\x1b\x3b\x33\xf4\xc5\x8f\x43\xc9\xf8\xa3\xc3\xc9\xa6\x7a\x47\xc0\x8e\x1d\x98\xd8\x83\x6e\x5f\xda\x01\xe4\x82\xb7\x77\x69\x0f\x54\x48\x94\x7c\xd2\x63\xa2\x7f\xb7\xd7\x41\xb5\xc3\x72\x0f\x86\x44\x6b\x7c\xda\x79\x1c\xd4\xdd\xe1\xf1\xbc\xf9\xd8\x74\x56\x9d\xd4\x84\x7a\x5a\xec\xc5\xf0\xeb\x70\xb3\x32\x25\x40\x45\x24\xd5\xb6\x8b\x8e\x00\xae\xf2\x3a\xf9\x28\x76\xf7\x3a\x87\x54\x1a\x28\x35\x5b\x74\x30\xe8\x6c\x5a\xd5\x81\x02\x3e\xf9\x9d\x30\xd5\x65\xaa\x77\x28\x8e\x25\xea\x77\xf8\x4c\x2b\xff\x61\xf4\xc1\x63\x62\x9c\x40\x49\x24\x2b\xfc\xfb\x60\x99\x29\xc1\x60\x60\x06\x12\xba\x3a\x92\xe2\xbc\x5c\x3e\x3a\x02\xcf\x1d\xdd\xd9\x99\xd0\xd0\xe9\x2d\xfa\x38\x30\x67\xf5\x38\x29\xd2\x08\x4a\x13\x35\x06\xc4\xe2\x3a\xd5\x0a\xf6\x94\xef\xf0\xa3\x6e\x86\xda\xc4\x39\xf1\x41\x82\x1f\x75\x71\x86\x86\xce\x32\x7e\xa6\x66\xc8\x40\x58\x9c\x32\xa2\x23\x14\xdd\x21\x2e\x7d\xc9\x0d\xd5\x71\x56\x1d\xf5\x55\x95\xae\x36\x3a\xbc\x6c\xaa\x3b\x44\x55\x21\x1b\x85\x3b\xbd\x6c\x1c\x17\xde\x77\x6e\xac\xd6\x4c\x35\x83\x43\x4a\xfb\x4e\xb0\x6a\x46\x3b\xd7\xe4\x11\xb8\x26\xe3\x1a\x0a\x11\x29\xfd\x7b\x74\x78\xd2\x84\x34\x23\x1d\x69\x0a\x8b\xe3\xc0\xfb\x7e\xa1\x47\x4f\xe9\xe6\x0b\x9e\x34\x32\xcc\x7b\xa7\xe1\x49\xe3\x2b\x50\x3f\x80\xbd\x52\x63\x76\x9a\xab\xac\x07\xec\x28\x5e\x68\xf9\xbf\xb3\x96\x91\xcf\x33\xf2\x1a\xda\x9d\xaa\xa3\xb8\x61\x36\x81\x38\x97\x74\x6d\x1b\x65\xa7\x66\xc1\x39\x0e\xfa\xc9\x19\x68\xc0\x13\xf5\xab\xbc\x82\x75\xf1\x57\xad\x88\xe8\xa8\x34\x64\x47\xe8\x0e\x3b\xce\xab\x3b\x98\x71\x36\x93\x4b\xf8\x41\xbf\xe8\x29\x8a\xc2\xbe\xe6\x03\xab\x8d\x7d\xa9\xfa\x05\x7a\xd2\xfc\x1c\xf4\xc4\x98\x7f\x11\xcd\xcc\x05\xe1\xd8\x3c\x24\x2b\x75\xd4\x80\xcd\x66\x8a\xc8\x22\xfd\xa2\x37\xb4\xf2\x38\x70\xb8\x23\x36\xdd\xe1\x70\x9d\x9a\x89\x17\x49\xbc\x33\x7a\xd4\x92\x6f\x16\xc9\xf1\x07\x98\xb2\x11\x17\x9e\xcc\x36\x7a\xf6\x1b\x05\x51\x2d\xfb\x3c\xc4\x01\xb7\x17\x13\xb5\x2e\xa6\xd3\x17\xd9\x11\x7f\x1d\xb5\xf0\xc3\x30\x7c\x58\x4b\x42\x13\x7a\xb0\xe4\xd7\xfb\xc4\x42\x33\x3d\xd6\x05\x12\xa3\x1f\xd0\x55\xe4\x5f\x25\x86\x8e\xb1\xb1\x1c\x5b\x52\x9b\xc7\x4c\x7a\x86\x81\x50\x72\x6b\x6e\xc6\xc6\x50\xb2\xaa\x36\xe1\xe3\x36\xb6\xb4\x7a\x36\x48\x34\xa2\x73\x3d\x36\xd2\x5f\xb7\x2f\x0e\xe8\x0f\x40\x39\x9a\x5f\xc0\x21\x93\x90\x30\xe8\x41\xa3\x8a\x31\x31\xe0\xcb\x5c\x05\x8f\x91\x08\x61\x11\xe4\x91\x90\x0d\x46\xc2\xdd\x80\xb3\xf3\xf6\xea\x11\xd4\x31\xfb\x7d\x40\x5c\x5c\x74\x64\x94\x74\x11\x4e\x8d\x8c\x25\x0f\xb7\x71\xe7\x73\xff\xac\x42\x2f\xd2\x35\x90\x46\xd9\x11\x92\x83\xe6\x0e\x7f\x5f\x90\xcd\xb5\xfb\xf9\x05\x31\xc8\xfd\x01\x22\x5e\x30\xa2\xc2\xca\x10\x8a\x0c\x24\x24\xcc\x06\x21\xd4\x10\x8e\x93\x1e\x08\x0b\x53\x99\xa5\x18\x90\xab\xc2\x9b\x5e\x2b\x50\xcc\xfd\xa1\xd8\xf5\xeb\x7d\x68\xaf\x8a\xdf\xef\x9c\x80\xf6\xa8\xa2\x34\x47\x51\x13\x00\xea\x7e\x0c\x9c\xf0\x86\xa0\x44\xfd\x4b\xc7\x3c\x2a\x4a\x3f\x8a\x76\x0f\xca\x65\x0e\x86\x1f\x15\x20\x08\xaf\x90\x20\x90\xf8\x3c\x1a\xfc\xef\xbc\x64\xc4\xa1\xa9\xb4\x44\x0c\x0a\x66\x43\x2c\x71\xc0\xc5\xc6\x3e\x3d\x03\xe5\x2f\xad\x70\x1b\xb0\xe8\x64\x6f\x0a\x8a\x4b\x3a\x73\xca\xf8\x71\x47\xd6\xfb\x41\x18\x6a\xcd\x81\xa4\x20\x22\xa5\x23\x02\xfd\x69\x7c\x24\xf0\xb1\x3d\x65\x20\x38\xde\x49\x30\x46\xc0\x9f\xdb\xe7\x86\xee\xcb\x43\xb7\xc2\x01\x03\x8d\x3d\x1b\x46\xc7\x04\x44\x88\x06\x55\x17\x8e\x75\x1f\xa8\x03\xac\xc4\xcb\x31\x28\x19\x49\xf6\x1a\x90\x63\x9a\x77\x71\x10\x64\xd5\x3f\x80\x99\xf8\xa0\x41\xd0\x29\xc3\x67\x1f\x3e\x34\x4e\xc2\x30\xe0\x43\x63\x75\xd7\x18\x0f\x46\x14\x4c\x61\x2f\xb1\xf7\xc6\x60\x55\x1c\x19\x7c\xc6\x12\x53\xa6\x3d\x16\x07\x8a\xb8\xdb\x7f\x79\x4c\x3a\x98\x78\xca\x70\x81\xb1\xc7\xf6\x80\xd4\x61\x9f\x9b\x81\xda\x84\xdd\x27\x7b\x87\x72\x45\xec\x70\x20\x5a\xab\x19\x49\x90\xa8\x58\x19\x17\x63\xfc\x78\xb4\x78\x17\x61\x4b\x08\x09\xc4\x83\xb6\x04\x9f\x24\x94\x2f\xb6\xde\x77\x50\x02\xb0\xdc\x34\x28\x01\x78\x53\xce\x0d\xec\x45\x03\x9c\xbc\x60\xe8\x12\x36\x4e\xe0\xe1\xab\x8d\xe4\x73\xaf\x36\xf1\x44\xc2\xe0\x40\xb6\x99\xcd\x23\xd2\xdb\xc3\xf6\x8d\x01\xeb\x80\x13\x2b\x0d\x78\xaa\x3a\xf8\x69\x5c\x0d\xd9\xba\x34\x45\x2a\x4c\x5e\xcf\x3b\x54\x3e\xbf\xb2\xde\x0c\x44\x3a\x6d\x26\x0d\xf4\xe3\x70\x5c\xc1\xb8\x10\x98\xe1\x83\xbb\x38\x7a\x1f\x46\x73\x98\x1a\xc2\xfc\x08\xc5\x8c\x55\xaf\x39\x06\x2a\x09\xaa\x4c\x5f\x8c\x1b\x71\x0c\xee\x1f\xb9\x5f\xca\xf4\x0b\x64\xd8\x86\x17\xea\x38\x38\xf4\x68\x20\x39\x9e\xaf\x78\x03\x55\xe2\x5f\x94\x05\x55\xe2\x87\x84\xf3\xf1\x30\x92\xc4\x48\xf8\x80\xe3\x49\x45\x36\x19\xeb\xa3\x5a\xc1\x31\x37\x90\x6b\xa9\x3b\x26\x78\x72\x12\x4e\x4c\x84\xa3\xdb\xd8\x3c\xa9\x0e\x71\x68\xf4\xdc\x20\x7c\xbf\x3a\xa4\x67\x98\x3b\xc4\xb1\x10\xfd\x9e\x89\x4b\xd6\xfb\x29\xb1\x43\xff\x00\x73\x8d\xd6\x3c\x11\xac\x6d\x07\xa1\x89\x4a\x04\x16\xd6\x67\xd9\x50\xcb\xbf\xab\xbd\xde\x77\xc8\xde\x5c\x1c\x2f\x8a\xb4\x88\x93\x8a\x74\x81\x68\xd2\x83\x53\x55\xd3\x62\x92\xc5\xe9\x96\x36\x2b\xc2\xc9\x75\x65\x9a\x95\xde\xd2\x7a\xde\x90\x8a\x44\x17\x9a\x09\x97\x48\x7b\x9a\x4c\x28\xba\x1d\xb9\x3b\x69\x5f\x4f\x7e\x7e\xa1\x7f\x7f\x0f\x3d\x80\x17\xd0\x88\x35\x06\xd9\xba\x59\x87\xd1\x6a\x22\x5f\x9b\x35\x0d\x13\xe4\xde\xb1\x22\x13\x6a\xec\x6a\xaf\xd8\x89\xaa\x6a\x76\xdf\x9e\x20\xe7\x56\x8e\x4c\x44\xa3\x54\xd5\x51\x8d\xb9\xee\xda\xc3\x57\xb4\x89\x2a\x6b\xf6\x43\x9b\x1d\x11\xf8\x12\x34\xe7\xa2\xff\x63\xf3\x9e\x74\x96\x9f\x10\x71\x9b\xcc\x6d\xa2\x73\x3d\xfb\x40\x07\x5a\x62\xc7\xa6\x25\x0f\x70\xc2\x57\x5a\x33\x1c\x04\x81\x06\x40\x78\x4a\x35\xb9\x9f\x60\x20\xce\xca\x37\xa1\xeb\xae\x8e\x1c\x9d\xd0\x75\xdb\xa1\x6a\xfe\xe4\x97\x95\x60\x32\x07\x52\x83\xfa\xe8\x0c\x4e\xc9\x1f\x60\xdb\x8c\xd8\xc8\xb8\x66\x4f\xd8\x39\x91\x54\xc0\x07\x63\x72\x89\x9a\x11\xaa\xd3\xdb\x83\x69\xe2\x56\xfb\x9a\x20\xee\x98\xe5\xd5\xa6\x67\xad\x76\x1d\x77\xcc\x6a\xab\xdb\x5c\x77\xcc\xf9\xfe\x00\x03\xbc\x3e\xe0\xae\x4a\x3c\x9e\xb8\x63\x9a\x98\xce\x9d\x3e\x54\x9a\xe1\x81\x5d\xf5\x49\x59\x0c\xc4\xa9\x3e\x63\xae\x1b\xe2\xcb\xb3\x79\x1e\x1c\x50\x10\x38\x78\xf4\x85\x35\x28\x82\xe6\x3a\x3b\x31\x4f\x0e\xa0\x09\x2d\xfe\x11\x8e\xf9\x99\x70\x16\x7c\x9d\x4c\xd8\x96\x1d\x8a\x3a\x4f\x78\x2f\x19\x0b\x60\x5a\xb6\x89\x6a\xc2\x57\xb0\x3a\xb5\xc4\xbc\x98\xfb\x53\x20\x42\x7d\x7c\xfb\x7c\xcd\x75\x07\xcc\xa9\xb9\x8d\xd4\x13\xc6\x22\x94\xbb\x2f\xe5\x57\x19\x06\xe6\x0d\x6b\x80\x88\xf3\xbc\x89\x30\xea\xfc\x01\x5d\x31\x25\x45\xda\x7b\xc7\x88\xcd\x87\x9e\x90\x82\x0e\x2e\x5f\xd5\xce\x55\xf3\xc1\xec\x24\x00\xec\xdb\x4f\x2a\xce\xd0\x0f\x09\x35\x54\xab\xda\x19\x6e\xc3\x5d\xed\x06\x8c\xf1\x73\x44\xb0\x0b\xbe\x7b\x82\xf7\x97\xc0\xb1\xd3\xdf\x4c\x37\xfa\x3d\x21\x55\xb8\xc7\x4b\xf0\xef\xd0\x65\x65\xff\xc9\x0d\x2a\xf8\xed\xeb\x36\xf3\xca\xf2\xb4\xe7\xcc\x17\xa6\x7e\x28\xa0\xad\xfe\x00\x87\xa6\xba\x0d\xa4\x57\x75\x82\xd8\x91\x0e\xd4\x7e\xc1\x7b\x26\x4c\x3e\x38\xbd\x17\x4e\x41\xec\x65\x87\x62\xd9\x6a\xc4\x1d\x76\x58\xfb\x45\xee\xa8\x7d\x6f\x4f\xa1\x7d\xb1\x8f\xa1\x4a\x39\xb1\x17\x9c\x32\xa9\x25\x76\xa4\xd1\xb0\x03\xdb\x8e\x0b\x93\x77\x7d\xc7\xfd\xc6\x62\xe0\x8e\x2c\x18\xaf\x05\x54\xd2\x62\xf5\x8f\x5c\x5d\xb6\xce\xef\x0d\x28\x27\x6e\xb4\x37\x42\x44\xfd\x31\xd5\x96\x28\xe9\x0e\xee\x52\x6d\x12\xda\x1b\x4e\x65\x75\x87\xf0\x11\xf6\x04\x83\x10\x92\x60\xba\x43\x51\x3b\x0d\x42\x14\xf9\xb4\x3b\xfb\x8e\xd2\xf5\x76\x32\xdc\xe9\x7d\xe5\x3d\x23\xed\x16\x99\xd9\xa1\xf5\xb4\x8d\x69\x47\x68\xa1\x15\x82\x3b\x72\x61\x5a\xcf\xb2\xd3\xaa\x58\xfc\x3e\x21\x2a\x88\x23\x8f\x55\xb5\x96\x62\x87\xaf\x94\x5d\xfc\xf6\x09\xb2\x22\x35\xcb\x3e\xe1\xdf\x6b\x10\x4d\x50\x56\xa3\xf5\xa2\xbc\xd3\x6e\x96\xfb\x4e\x90\xeb\xfd\x9d\xf1\xc1\xa2\xac\xfb\x12\xed\x87\x4a\xfd\xc5\xbe\x17\x9c\x74\x4d\x08\xa9\xa9\xec\x42\xb8\xc3\xc9\xa8\xe6\xec\x11\xb0\x27\xcd\x1d\xc0\x0a\xe6\x3d\x5b\xa2\xfd\x1c\x06\xf9\xc1\x01\xf4\xfd\x01\x24\xf5\x00\x70\x1c\xdf\x74\xb9\xd9\x4f\x88\x24\x92\x13\xf7\x8b\xdf\x0b\x69\x2e\x20\xb1\x91\x7e\xd1\xbd\x69\x42\xbc\x43\xf5\x55\x7d\xe7\xdd\xaf\x0b\x20\x72\x07\xf7\x6a\x7b\x4f\x2f\x5e\x7e\xf4\xfc\x87\xf6\x69\x41\x37\x6f\x53\x82\xd0\xcd\x3a\x08\x26\x4d\x37\x99\x97\x56\x8c\x34\x8b\xd5\x77\xd4\xfd\xc6\x26\x19\x8d\x1f\x2c\x49\xbc\x62\x7f\x30\x82\xb1\x04\xee\xc5\xce\x90\x7a\x6c\xf4\xbe\x4d\x6a\x2f\x29\xae\xbe\x9e\x63\x05\xda\xf4\x63\x89\xa1\xd3\x58\x7e\xc0\x39\xd7\xe7\xf0\x48\x80\x80\xa8\xf7\xc1\x72\x17\x96\xc2\x8e\x8c\xf0\x52\x11\xd7\x23\xd3\xe2\xa4\x01\x40\xfb\xac\xff\x3c\x32\xfc\x29\x74\x3b\x39\x20\xf7\xb6\xfe\xab\x30\x9c\x03\xfe\x2c\x4e\x89\x74\x14\x58\xb3\x84\xb1\x47\xe9\xe8\x4c\xb3\x85\x5a\xa8\x9a\x19\x1d\x90\x92\x9b\x47\x2f\x4c\xca\xe4\x0e\xc1\x6a\x93\x9f\x23\xc4\x5a\xe0\x3f\x90\xec\x47\xd5\x2d\xe3\xa8\x30\x39\x1a\xdc\x20\x7b\xb3\xf9\x7d\x4e\x40\xfb\x79\xc0\x5c\xa6\x0a\xaa\x71\xc0\x2d\x56\x89\xcc\xe3\x68\xf0\x4f\xd7\xfd\xfb\x40\x92\x63\xfb\xc7\x1c\x48\x18\xf8\x9a\x20\xc9\x9a\x5d\xe8\x8f\x45\xd6\xc6\xf6\x7a\x21\xc3\xad\x4b\x2b\x0c\x44\xf9\x4b\xec\x3e\x02\xd7\x65\x29\x67\x0f\x78\x8b\xa8\x06\x6a\x1c\xc8\xf0\x63\x3f\xdf\x23\xe0\x97\x66\x10\x07\x6c\xa6\x22\x63\x47\x07\x19\x35\x42\x2d\x11\x78\x38\xc4\xf1\x58\x22\x70\x77\xb6\x96\xa3\x53\xbe\xf3\xf7\x3b\x4b\xb2\x6b\x02\xfd\x80\xa1\x59\x0b\x82\x8c\x6c\xd5\xdf\x31\x60\xaa\x97\xc0\x7a\x50\xe2\x35\x02\x52\xe2\x2d\xde\xa3\x41\x29\x5d\x38\x01\xe3\x91\xe3\x20\x8e\xc1\x3d\x33\xcc\x07\xe2\x85\x5f\x2f\xec\xd0\x38\x68\x46\xcc\x48\xd8\x3d\x03\x56\x95\x97\x9e\xe8\xa0\x0c\x2d\x33\xc8\x81\x08\x6b\xc7\x04\x1c\x2c\x91\xe0\x08\xe4\x63\x32\xd1\xa4\x66\x00\xe3\x51\x75\xee\x84\x63\x92\x30\xe9\x85\x1d\xbc\x40\x94\xf5\xd8\xe1\xd3\x21\xde\x70\xec\x10\x39\x25\x21\x1e\x3b\x28\xa1\x78\xc3\xb1\xb3\x3f\xcd\x18\x94\xd9\x94\xfb\x40\x94\x90\xf5\xb9\xc7\xc1\x73\x20\x10\x40\x66\xf6\x75\xf9\x40\x4e\x9d\x66\x10\x21\x48\xa8\x5a\x86\x3d\x10\xe1\x9c\x93\x3f\x00\x9d\xf2\x39\x00\xa9\x4f\xaf\x09\x80\xee\x18\x6d\x28\x64\x5b\x80\x38\xe0\x01\xba\x19\xa6\x50\xe2\x98\xfd\x1e\x27\xd2\xad\xe8\x36\x79\x9c\x88\x7b\xf0\x8a\x4e\x16\x25\x17\xda\x9d\xcc\x40\x6c\xda\x82\x94\x37\x56\xd5\x1d\xa8\x89\xf0\xd2\xeb\x1f\x8c\x57\xf6\xc9\x81\x92\xa7\x49\xc0\x38\x16\x77\xaa\xbe\xd1\x1f\x17\xfc\x74\xba\x9f\xb3\x68\x83\x06\xbc\xa0\xda\x33\x1a\xd2\x23\xd4\x20\xbc\x06\x27\xa0\x4d\x84\xa2\x67\x33\xa2\xc3\xad\xa6\xda\xf9\xee\x80\xdc\xff\x62\x16\x28\x08\x6a\xcf\xaa\xe3\x86\xcb\xe4\x70\x7b\x21\xf6\x94\x50\x78\xdc\x70\xeb\x95\x60\x7d\x3c\x70\xc1\x94\x72\xf1\x80\x5d\xa5\x3a\x25\xec\xf1\xc0\xfb\xcf\xbb\x06\xc5\x4e\xd5\x85\xfa\x80\xe1\xc5\x9e\xd2\x07\x65\x7f\x3b\xb5\x1e\x0f\xc8\x9d\x64\xa0\x73\x63\x87\x53\x6d\x38\x02\x69\x97\xcf\x0d\x7e\x39\x3a\x48\xe7\x36\xa0\xaa\x2a\x6a\x9f\xe8\xef\x57\x8a\xb4\x13\x19\x7b\xab\xc4\x8b\x73\xe3\xec\xc2\xa3\xc1\x2c\x24\x9c\x3b\x51\x4f\xd3\x16\xdc\x33\xe1\x1e\xa0\x8b\xc3\x09\xb3\x49\xb5\xe3\xd3\xb9\x6e\x1e\xb9\xbf\x3a\x80\xfb\xc7\x74\x07\x58\xae\x94\x42\x27\x92\x10\x5a\xc4\x3b\x13\x0b\x8b\x84\x5f\x80\xc1\xb5\xb9\x43\x64\xb7\xd3\x06\x9c\xbc\xaa\xd8\xd4\x73\x22\xa9\x60\x9d\x6e\x33\x8a\xcc\x6d\x84\x54\x4a\x75\x77\x32\xa7\xa0\x94\x34\x27\x5c\x50\xab\x5d\x5c\x4e\xf8\xa0\xda\x99\xee\x44\x09\x4e\x9b\x84\x4f\x64\x8d\x69\x6e\x02\x23\xa6\x3f\x87\x9f\x92\xd8\xc1\xc9\x8a\x9d\xd9\xdd\x61\x03\x93\x9f\x5f\x1c\xdf\x13\xe2\xf5\xd1\xed\x07\x69\x75\x04\xb2\x02\x79\x45\xa7\xee\x44\xc2\xc1\x6a\xdb\xd6\x89\x34\x34\x6d\xf3\x07\x85\x2f\xf8\x07\xc4\x02\x1b\xe7\x58\x7a\xe1\xd5\x46\x65\x3c\x6f\x12\x6c\x4d\x0e\x29\x3b\xe1\xa3\x63\x57\xf3\xb3\xc2\x07\x48\xc7\xf8\x44\xde\x1a\x6b\x06\xcf\x25\x63\x54\x07\x99\x9e\x15\x39\x7f\x75\xb3\x39\x29\x63\x54\x83\x1c\xb1\xd1\x76\x99\x3d\x99\x27\xd9\x7b\x08\x43\xce\x08\xb7\x91\x20\xd5\x78\xde\x18\xfd\xa8\x3d\x69\x24\xde\xaf\x17\x90\x63\x71\x73\x07\x70\x8e\xf7\x8a\x1b\x52\xd0\x1a\x6d\x1b\xca\xc9\x78\x8f\xe0\xe3\x3a\xbc\xc9\x4b\xa8\xc9\xce\xee\x7e\xb2\x04\xa8\x0c\x35\x67\x30\x5e\x42\x13\x62\xdd\x2a\xa9\x2a\x4f\xca\x20\xe2\x36\x27\xfc\x51\x1d\xc1\x71\xe2\xea\x56\x7d\x83\x3f\x3b\x12\xdf\x0c\xb7\x0b\x5f\xd0\x88\xa8\x80\xed\xf8\xce\x13\x96\x9e\x57\x24\xcd\xd9\x03\x2f\x68\x0a\xa8\x24\xe5\xbc\x82\x67\x87\x07\xa3\xf1\x1a\xa5\x13\xec\x19\x76\x8e\x84\x73\xa6\x29\xc2\x69\xd5\xb6\xa9\x73\x49\x35\x2f\x5b\xda\x09\x43\x50\x6d\xd2\x76\x9e\x83\x58\xe7\x36\x27\xe4\x0e\x3b\x3f\x70\x8f\x28\x0e\x6c\x34\x46\x26\x1a\x6b\x3d\x4e\xd6\x62\xf0\xc9\x46\x1e\x99\xcd\x9b\x32\x91\x3f\xdc\x94\x02\x96\xa5\x17\x69\x61\x96\x64\xaf\x78\xc2\x31\xcc\x10\x43\x18\x4d\xb5\x0d\xf8\x64\xe2\x40\xa3\x2d\xea\x38\xbd\xa8\x25\xc2\x66\xaa\x5d\x0e\x4f\x64\x0e\xb4\x13\xcf\xb9\x67\xbe\xa0\x1e\x76\xa4\x34\x37\xf9\x44\x5c\x8d\xd3\x20\x9c\xc8\x1c\xa3\x2a\x43\x71\xc2\x56\xa5\x9a\x97\x71\x22\xac\xc6\xa1\x8b\x27\xc2\x6a\xaa\xaa\xcc\xc5\xb9\x6e\xbc\xcd\x29\xb8\x4e\xdc\x78\x7d\x99\x39\x77\x38\x0c\xbe\x66\xcc\xa0\xb7\xf2\x2b\x47\x81\x13\x69\x65\x6c\x73\x3e\x77\x26\x43\xd2\xf2\x50\xa6\xc1\xb9\x52\xcf\x25\x94\xb5\x17\x8e\xa0\x4c\x83\x73\xee\x9e\x88\xaa\x71\x66\xd2\xf3\xa0\x4f\xa8\x56\x73\x70\x47\x0c\x9f\x25\x74\x55\x27\x90\x3a\x91\xd8\xf0\x45\xdb\x11\x98\xfd\x3a\x87\x07\x9c\x56\x8b\xdf\x47\x19\x58\xa3\xc8\x09\x13\x81\xc4\xd8\x93\x55\x1c\x8c\x32\xcc\x08\x63\x70\xc2\xb0\x66\x1b\xc7\x89\x34\x84\x2f\x57\xef\x13\x75\xaa\xec\x86\x7b\x22\x28\xfa\x85\x32\x4b\xc4\x6a\x43\x32\xdb\x79\xf1\x18\xab\x43\x88\x58\x0e\x24\x3f\x51\x86\xca\x81\x4d\x27\x42\xa2\x6d\xf2\x3e\xe1\x2c\xe3\xf8\xff\xf3\x42\xcd\xd7\xd7\xfb\x90\x4a\x9b\x29\x1f\x32\xc6\xa8\xc2\x79\x9c\x37\xe2\x92\x0c\x72\x64\x8c\x49\x52\xab\x9d\x37\x4b\x6a\x6a\x4b\x6f\x1e\x73\x4b\x08\x37\xa2\xed\xbd\x62\x44\xe9\xd8\x36\x77\x52\xc3\x60\x83\xed\x89\x14\x33\x2f\x42\xb5\x64\xb8\x36\x4c\x06\x90\x06\xf0\xb5\x87\xa8\xb9\xee\xb8\xa2\xf3\x21\xed\x14\x08\x1f\x22\x9d\x9f\xf3\xd0\x19\x29\xe0\x2a\x6d\x67\x92\xf3\xf9\x59\x82\x7f\x80\x5c\xfb\xfa\x80\xb9\xa4\xdd\xe6\x12\xcc\x81\x9f\x1d\x43\x6a\x57\x59\x1b\xcb\x2c\x9b\x99\x00\x8d\xb6\xc8\x04\xe8\x0c\xa3\x27\x4a\x63\x59\xfd\x7a\x3e\xdc\x25\x91\xbe\x8b\x1a\x64\x7b\x0a\x5f\x1b\x62\x4d\x25\x28\x5f\x28\x7e\xe5\xd4\x71\xd7\x06\xbc\x10\xe9\xba\xb6\x03\x42\x4d\x55\xfb\xc4\x73\x7f\x0f\xa9\xc4\x50\xbc\x50\xec\x61\xc8\x8a\x72\x25\x66\xae\xd0\x04\x12\xac\xe4\x5a\xe2\x95\x48\x79\x04\xa4\x0b\x05\xad\x9c\x86\xff\x4a\x80\x91\x44\xf9\x0b\xd9\x03\x55\x50\x2d\x2e\x38\x4b\x3b\x48\xe4\x42\xf2\x3e\xfb\x4c\x5d\xac\x94\x6e\x59\xfe\xca\x5c\xa2\x96\x44\x8d\xb3\x88\xed\x85\xea\x0e\x26\x6d\x57\xe6\x8a\xf4\x3e\xe4\x28\x47\xe8\x5d\x50\xcd\x38\x3b\xe1\x55\x70\x34\x25\xb5\x5c\xcc\xdb\xac\x42\x85\x71\x41\x8c\x72\xfa\xc5\x0b\xe9\xff\xec\x38\x70\x21\x62\xb9\xaa\x30\x60\x5c\x05\x55\xb3\x75\xc7\xbd\xca\x89\x04\x8b\x9e\xc1\x85\xc4\x67\xee\x00\x87\x57\x0c\xef\xaa\x48\x44\xeb\x15\xc3\x85\xa7\xda\x2e\x70\x55\x52\x13\x75\x58\x39\x65\x91\x87\x0b\x4e\x3c\x4e\x4a\x73\xc1\x89\xc7\xb2\xe5\x05\x49\xcd\x01\x62\xd7\x92\xd4\x9a\x75\x29\x17\x04\xb5\x1a\xc9\x1f\xec\xeb\x74\x57\x4f\x09\x9a\x85\xe9\xe7\x27\x3f\xf0\x0b\x60\x19\xc5\x2f\xdc\x08\x02\xfc\x55\xe4\xcd\x55\x71\xf4\x45\xbe\x2f\x78\x5e\xd7\x10\x79\xbb\x10\x82\xed\x3a\x40\x17\x72\xe8\xd8\x77\xf1\x6a\x05\x81\x2e\x02\x18\x04\x49\xa7\x9d\xbd\x1a\xa2\x50\x25\x87\x5d\x6d\x47\xc1\x61\xc1\xaf\x81\xbe\x87\x01\x08\xc1\x71\xbc\x06\x64\xbd\xff\xd7\x08\xc0\xba\xea\x19\xb2\xfa\xae\xce\xfa\x15\x20\xc0\x12\x05\xaf\xc0\x1e\x1a\x49\x82\x8e\x69\x6e\x43\x56\x16\x79\xbc\x82\x65\xa9\xb5\xe7\x70\xb7\xb6\xaf\xf3\x15\x80\x99\x68\xcf\x85\x08\x6b\xdb\x96\x2e\x04\x50\x0f\x1f\xec\x3e\x10\x7e\xa6\x09\x2f\x39\x71\x26\x13\x86\x8e\x15\x8b\xc3\x5d\x83\xe5\x35\x35\x3e\xfc\x7d\xa6\x91\x9e\xca\x2b\x07\x41\x5c\x03\x55\x55\x24\x82\x5c\x10\xf3\x6c\x29\xba\xe0\xf9\xec\xbc\x21\x17\xf2\x09\xda\x7f\xf4\x1a\x04\xf1\x6b\x06\x0c\xb8\xd3\x0a\x50\xbb\xdd\xf5\xad\xae\xc9\x63\x22\x5d\xd1\xc5\x0c\xd3\x1e\x71\xc9\x75\x25\x0c\xd2\x49\xa4\xf5\x14\x26\x52\x8c\x49\x4c\xbb\x26\x37\xd5\x1d\x3e\x08\xc4\x57\x7b\xe7\x9e\x6a\x00\x86\x4f\x8b\x07\x5e\x94\x03\x5d\xba\xe6\xfa\x29\xb9\x25\x20\xee\x3f\xb4\x46\x6d\x66\x7c\x36\x16\x2c\x41\xb0\xd8\x7b\xee\x42\x06\xc1\x14\x6e\xc3\x28\xdd\xdc\x21\x65\x5b\x7f\xcf\x9c\xd8\x9e\x31\x88\x65\x78\xc6\x58\x61\xf8\x7b\x08\x4a\x92\xf6\xaf\x03\xd2\xbf\xe7\x03\xf5\x99\xf3\x35\x5f\x07\x8b\xbc\xfa\x39\xb0\x50\x82\xda\x45\x6d\x98\xb1\x16\xf9\xa2\x5f\x7b\x7a\x82\xb6\x9a\xf4\x9d\x28\x42\x5d\xfd\x3e\x88\xbf\x21\x7e\x22\x15\x82\x99\xc3\x89\xd2\x75\xa6\x53\x17\xfc\x41\xdd\x1f\x8a\xb1\xdb\x02\x7b\x5d\x9d\x45\xb1\x35\x01\xd4\xf3\xb4\x20\x75\x5d\x20\xee\x12\x73\x2e\x14\xc4\xb2\x62\xe3\x42\x6a\x3e\x97\xbe\xbb\xae\x9f\x2a\xdb\x1a\x81\x82\x96\xd4\xd6\xd7\xfd\x63\xbc\x52\xbb\xc2\xad\x41\x2b\xbc\xb9\xe5\x5e\xd2\x0d\xd1\xcf\x38\xb1\xe4\xa6\xf1\xfe\xe0\x40\xa1\x70\x0f\x48\x9f\x2e\x0f\x80\x73\xd3\x8d\x03\xa8\x80\x35\x8d\x03\x0f\x8a\x09\x49\x93\x72\x51\x70\x72\xc8\xc1\xc5\xd4\x32\xa6\x65\x14\x9c\x5c\xdc\xee\x5a\x82\xd3\xb0\x16\xf8\x5a\x82\xd3\xb4\xa5\xfc\x7a\xa8\x08\xd0\xb9\x7a\x06\x3b\xf0\x0b\xb8\x94\xbe\x3e\x80\x92\xf5\x35\x03\x9c\x54\x93\x5b\xb8\x51\xa9\x66\x7f\xdc\x1b\xab\xae\x6d\x6a\xef\xc8\x36\x98\xd4\x06\xfd\xee\xbf\xcb\x2a\x70\x53\x48\x92\xa4\x7a\xc3\xa5\x2a\xb4\x85\x37\x65\x24\x1d\xb2\x1b\x79\xfd\xaa\xc3\x11\xee\x04\xc7\x3d\x9d\xa2\x1b\xd5\xe0\x1d\x3a\x7b\xa3\x48\xa8\x7d\xae\x6e\x64\x9e\xa9\x0e\x26\xb8\x13\xf7\xdc\x6d\x94\x6a\xd0\x31\xbc\x29\x54\x89\x3f\xdd\xe9\x42\x87\x9a\x21\x6d\x5d\x22\x5c\x37\x6c\x5d\x4e\x64\x75\xe7\x9f\x64\xb1\x9a\x31\x52\x2a\x3b\xd6\xe6\x46\x8d\x2d\x97\xc0\xba\x91\x57\x66\x78\x02\x4b\x2a\x1b\x96\xee\xef\x8c\xb0\x15\xe1\xd4\x0d\xa1\xac\xba\xd6\xdf\x4d\xa9\x2c\xfc\xc1\x89\x54\x39\x5a\x01\xbd\xc8\x86\x9f\xdf\xec\xc0\x53\x46\x95\x30\x51\x8a\xbb\x80\xc5\xcb\xfa\x72\x53\xfb\xe5\x12\x8d\xf7\x92\xdb\xb2\x2d\x11\x37\xb5\x5d\x32\x7e\xdc\x2c\xfd\xee\x2c\x28\x37\x42\xd6\x1c\xde\x7a\x23\x4d\xb3\xa3\x8f\x6f\x04\x6c\x4f\xd1\x9e\xbb\x42\x88\xf8\x7f\x18\x3b\x93\xb3\x69\x79\x5e\x09\xa7\x72\x42\xc0\xb3\xbd\xf9\x73\x81\x06\xf2\x0f\xe1\x5c\xbe\xf5\x7c\x55\x2c\xdf\xa5\xbb\xc1\x78\x94\x64\x59\xaa\x92\x2c\x7e\x2a\x5d\xf0\xfb\x35\x64\xa9\x66\xb9\xc5\x2c\x4b\x76\x3c\xb8\xab\x7c\x5c\x78\xf0\x56\x55\x63\x40\x3d\x90\x5c\x98\x2d\xe7\xc1\x7d\xe5\x80\xa0\xa7\x41\x90\x34\x5d\x21\xd2\x56\xfb\xf0\xe9\x0c\xba\xb7\x45\x8f\x16\xe9\x7d\x90\xf7\x0c\x24\xf3\x90\xee\xf4\x19\xf3\xf1\x02\x5e\xa1\xef\x4f\x48\x35\xbc\x2a\xc2\xd7\x63\x57\xcb\x83\x11\x60\xa7\xec\x13\xbe\x1e\xf7\x10\x57\x8e\x49\x2e\x9f\x49\x83\xfd\x01\x38\xbd\x7d\x09\xf9\xac\xbd\xcc\x8c\x5d\xff\xc4\xfd\x93\x83\xc5\x9f\x85\xa1\xea\x11\x58\xc4\xa5\xe9\x44\xf6\x6c\x0d\x3e\x7c\xac\x7d\x88\x12\xae\x3e\xf7\x3e\x2b\x5a\xa0\x2f\x6c\x15\x5d\xb3\x24\xd3\x73\xb2\xf0\xdd\x82\x33\xf8\x0b\xe5\xdb\x78\xa0\xc5\x72\x4c\xea\x43\x66\xd1\x67\xeb\x06\xc2\x88\x4c\xd1\xe7\x0a\x0d\x28\x63\xfd\x09\x67\x89\x0c\xad\x27\x9c\x25\x3a\x03\x3e\x38\x4b\xaa\x8d\xf1\x07\x0c\x5e\x43\x41\x3f\x41\x0b\xe1\x43\xdf\x73\x61\x24\x78\x5a\xaf\x68\xa2\x9a\x7c\xb1\xd0\x97\xbf\xc8\x32\x99\x7e\x1f\x3b\xc8\x87\xc0\xe7\x42\xe9\x79\x73\x46\x20\xb2\xb4\xec\xf3\xa3\xc9\xd2\x79\xcf\x2f\x9a\xec\xad\xb3\xd5\xfc\x70\xbe\xea\xb3\xd5\xfc\xb4\xe3\xf6\xf9\xc5\xa8\xea\x94\xf8\xfc\x62\x2b\xb8\x46\x58\x82\xab\x2b\xf8\x11\x42\xe2\x32\x4a\xce\xa7\xb6\xe7\xb7\xb7\x86\x11\x1a\x9f\x5f\xcc\xb3\xb6\xc6\x1d\xd3\xe0\xdd\x4f\x7a\x93\x79\x1b\x1e\x2e\xc5\xaa\x0d\xe8\x87\x5b\x31\x3b\x46\x1f\xf2\x9b\x1c\x7d\xf7\xdc\xe4\x15\x7b\x73\xdd\x7f\x4c\x97\xe5\x9f\x74\x4e\x38\x74\x3c\x27\x5c\x89\x7d\x56\x01\xc9\x4d\xcd\x3a\xe7\x8e\xad\xae\x01\x08\x33\xc3\xf2\x14\x7f\x8e\x13\xde\x1e\x00\xec\x9c\x5c\xf9\x3c\x31\x45\x1e\xd1\x87\x60\x42\x8f\x38\xfe\x9c\xfa\xf9\x00\x2e\xc8\x4f\x39\xb6\xa2\x05\x72\xd0\x3e\x78\x3c\x9e\x85\x7f\xc6\x2f\xfc\xb8\xef\x77\x8b\x80\xfd\xf4\xfb\x00\xda\xf9\x0c\xf6\xbc\xd1\x42\xd9\x8e\xcf\x9f\xbf\x46\x13\x00\x1b\x59\xee\x7e\x01\x76\xb3\x4f\x05\xc0\x09\x58\x1e\xbf\x2f\x5c\xaf\xff\x95\xdf\xe3\xcf\x16\x6d\xfa\x01\x34\x46\x89\xdf\x17\xe6\x71\x53\x83\xbc\x07\x47\xb2\xe1\x72\x7c\x60\xa8\xcc\x0d\x8e\xd6\xe0\xcb\xa5\x99\xd3\x9d\x5e\xd4\xbe\x69\x91\x5f\x98\xbb\x0c\x44\xf3\x6e\xad\x3e\x8d\xd0\xf1\x06\x2f\x82\x74\xe8\x1b\xbc\x08\xde\xa8\x2f\xe8\x70\x26\xa0\x79\x03\x1d\x4e\x76\xc8\x9b\x43\x52\xb8\xc2\x68\xb0\xdf\x3f\x29\x77\x95\xf1\xcd\x68\xd3\xbc\xa0\xc3\x7d\xbf\x17\x72\xc0\x0d\x0a\x69\xba\xfc\xc3\x4b\x85\xea\x61\x44\xfb\x59\x32\xbc\x25\xf2\xb3\x34\x64\x90\x66\xd9\x03\xf6\x16\xec\x10\xe9\xd8\xb7\x74\x2a\x74\x39\x56\xdd\x72\x05\x93\x20\x4d\x0d\xc1\x56\xda\xd5\x80\xe6\x6f\x21\xba\x4e\xf2\xfd\x05\xfe\xb7\x7e\x6a\xac\xe9\x7f\xff\xb7\xbc\xee\x5f\xa8\x11\x7c\x65\xf4\x86\x27\x63\x79\xd9\x84\x9a\x97\x52\x7d\x5b\xb0\x34\xaa\x0b\x8d\xc0\x26\xa9\xa0\xb7\xc1\xfa\xd3\x5c\xe6\x60\x2d\x3b\xe4\x6d\x20\xa7\x6a\xdf\xbc\xe1\x4a\x70\x8a\xd8\x4b\xfc\xb9\xe9\x22\xde\x1e\xd2\x56\x15\x46\xf6\xd1\xca\xfe\x61\xb7\xe0\x33\x88\x44\xca\xd4\x95\x5d\x43\x07\xdd\x55\xeb\xa2\x93\xda\xe2\x69\x0c\x82\x6f\xe9\xac\xb7\x43\xfe\x29\xd9\xf8\x0e\x50\x2e\xbc\x11\xe2\xda\xca\x21\xf7\xef\xd8\x4d\x5c\x52\x10\x6f\x5c\x5b\xad\xe2\x1a\xc0\x7d\x3e\x5c\xc6\x39\xe0\x75\x32\x26\x15\xf8\x0b\x7f\x6c\x04\x6a\x12\x98\xbf\x76\x70\xbf\xe3\x8a\x07\xd4\x27\xfc\x15\x66\xa5\x79\x47\xf4\x41\x63\x30\x0f\xe2\x38\xf4\x85\xa0\xbb\xea\xfe\x3f\x06\x4d\xa7\x9e\x77\x42\x86\xe8\xb5\x3d\x61\x8f\xf4\x34\x10\x8d\xe3\xe4\xd0\x77\xc6\x66\x53\x83\x66\x34\x48\xeb\x68\xde\x94\xb5\x8e\x26\x5e\x3f\xc9\xcb\x77\x41\xb6\xe8\x49\xc1\xb4\x31\xd1\xe0\x7b\x1e\x74\x48\xcf\x9f\x89\x2c\xea\x7f\xba\xc1\x79\xcf\x0a\x2c\xac\x46\x07\x2b\xc6\x89\x30\x6f\x5c\x28\x2d\x0f\xc7\xb9\xe0\x51\xf4\xd7\xc3\xf4\x54\xf9\x22\x79\x5f\xe6\xf8\x0b\x33\x77\xb5\xe5\xf5\x12\x32\xe9\x55\x7f\xb1\xb1\x2d\xaa\x02\xfb\xc5\xb2\x92\xdc\xa7\x43\xfa\xef\x05\x29\xd7\x66\xd6\x8b\xc9\x61\x8f\xde\xfb\xe3\xfa\xbf\xbb\x1c\xf5\xa9\xfd\x5b\xbd\xb7\xe5\x5d\x19\x10\xfc\x9f\xff\x1b\xe8\x4c\x7a\xff\x8e\x88\x4e\xff\x7f\x01\x2d\xe3\xf2\xc3\xf7\xd5\xbd\x1b\x39\x23\x47\xc3\x8b\x3e\x76\xe2\xcf\xfb\xf0\x7d\x6f\xea\x07\xe0\x4e\xd7\xff\x10\x46\xe4\xd9\x7e\xa2\x7e\x97\x91\xac\xde\xe3\xc0\xc3\x7e\xb6\x2c\xf0\xb0\xe6\x3e\x7d\x39\x41\x1f\xb2\x77\x5e\x32\x91\x9a\x33\xb9\x5e\xe0\x5d\x8d\x96\xff\x12\xdd\xde\x0c\xe9\xff\xbe\x41\xb0\xab\x1e\x70\x39\xd1\x64\x52\x8d\x83\x68\x75\x35\x79\x1c\x47\x9c\xfa\xa7\xca\x80\xeb\xfc\x37\x25\xe3\x20\x9a\xbd\x89\x79\x69\x1c\x07\xcc\xd6\xff\xd9\x3c\xe3\x38\x62\x8b\xea\x7f\xb2\x7b\xdb\xf1\xdf\x91\x6e\x1c\x64\xf7\x1e\xff\x69\xfc\x71\x24\x50\xab\xff\x3b\x57\x8f\x23\x61\x01\x0c\x3f\xbf\xa8\xa0\xba\x46\xa4\x46\xf6\x03\x08\xfb\xec\x0a\x7e\xf1\x82\xbf\x70\x13\x14\x98\x55\x7e\xe2\x01\x0d\x42\xa2\xcd\xff\x49\x81\x71\x64\x76\xe5\xd2\xff\x90\x57\x0b\x62\x69\x1c\x39\xbc\xa0\x7e\x9e\x26\x2f\xfd\xbf\x35\xe6\xd2\x91\x6d\x1c\x71\x5b\x21\xa0\x95\x71\x14\x48\x80\x97\xba\xc0\x6d\x84\x3c\x6e\xe3\xe0\x36\x42\x77\xab\xe3\xe0\x14\x2b\x5f\xcc\x38\x2a\x34\xc8\x43\x3d\xac\x90\x5f\x2f\xf5\x10\x7d\x27\xbb\x70\x1c\xf8\xde\xc5\x0e\x3a\x8e\x16\x93\x32\xf5\x41\xf4\x9f\x5c\x6c\xe3\xd8\xc7\xdc\x29\xa0\x96\x71\x34\x10\x87\x9a\x1a\xb4\xf5\xdb\x4a\x4b\x1f\xc0\x53\xbe\xbc\x2a\xb6\x3a\x9b\xca\xa0\x1e\x47\x0f\xe2\x1a\xbd\xdf\x43\x55\xe8\xfb\x3d\x6e\x57\xfc\x3e\xbe\xa1\xa2\xfa\x21\x62\xd4\x55\xf8\x38\x50\x6e\x2d\x1d\xae\xf0\x8d\xb8\x99\xff\xca\xe0\x92\x68\xa7\x8c\x63\x80\xb8\x98\xf4\xfc\x00\x99\xe5\x50\x03\xf0\xa4\xb7\xe4\x2f\x84\x2b\xdd\x2d\x1c\x64\x34\x7b\x15\x02\x33\xd2\xd2\xa1\x26\x42\xcd\x58\xbc\x6e\x81\x19\xd1\xde\x1c\x07\xd9\x55\xba\x81\x1a\xc7\x0c\xbc\x3e\xbd\x0f\x35\xa3\x00\x89\xc6\x31\xff\x10\x63\x55\x7e\xb8\xee\xd6\xff\x78\xc6\x85\x83\x32\x0e\x88\xa4\x5b\x72\x97\x17\xd8\x0d\xc9\x65\xf2\x1e\xbd\x6a\x57\x60\x40\xfe\x0b\x92\xcd\x38\xd6\xe2\xe8\xa2\xd6\xaf\x40\xa4\xd4\x70\x05\x2b\xf5\xa1\xd6\x06\xa8\x67\x52\xeb\x08\xc6\x2f\x96\x3b\x24\xe2\x0a\x90\x72\x1c\x44\x1f\x88\xb6\x79\x1c\x20\x71\x64\x8b\x11\x4e\xdc\x2d\xb9\xbb\xe4\x51\x75\x6f\xea\x2b\x78\xa1\xab\x7f\x28\x20\x63\xa8\x45\xfb\x00\xdd\x3f\x2b\xe0\x8a\xd4\x2f\xb5\xe8\x0a\x57\x92\x86\x87\x78\x85\x96\x3c\x21\x64\x62\xe9\x46\x70\x1c\xfb\x84\x9d\x9b\x05\x57\x10\x31\x5a\x74\xfe\x62\xc2\xf5\xff\xd6\x7e\xa5\x79\xc9\xfd\x82\x4a\xda\xcf\x93\xc4\xdf\xd5\x20\x68\x14\x85\xd6\x34\x8e\x1f\x82\x30\x79\x93\x90\xd9\xa5\xeb\xb9\x71\xec\xe3\xf1\xfc\x8c\x39\x21\x9b\xcb\x52\xe0\x86\x87\x71\xe9\xf9\x3b\x7a\xd8\xd5\x43\x58\x08\x9b\x95\xc1\xcd\xc5\x81\x77\x31\xc7\x4b\xb1\x16\x8f\x03\x37\x77\xfb\xc8\x21\x50\x3f\xe5\xb9\x19\xc7\x83\xcb\xd3\x73\xb2\x8f\x97\xbd\x7b\x49\xc2\x58\x73\x78\x9b\x3f\xd1\xa2\xe1\x2f\xc6\xed\x8e\xcb\x80\x16\x7b\x19\x42\x3b\x28\xcc\x98\x71\x3c\x21\x17\x3c\x8b\x04\x91\xca\xf5\x3f\x0e\x00\xd5\x9b\x45\xf3\x0b\x84\x70\xd1\x24\xe0\xd5\x6e\x1f\xfd\xb5\x0f\xa0\x79\x79\x56\x51\xb1\x42\xa8\x1a\xe9\x08\xaf\x77\x56\x99\x9b\x6c\x49\xce\x44\x6a\xae\x7b\x90\x12\x81\x4c\x1a\xa2\xb4\xcf\x93\xa9\x29\x2c\x65\xa4\x04\xf1\xdd\xa7\xcc\x36\xfd\xcf\xc8\x19\x29\x05\xa2\xf0\xe1\x1a\x18\xd4\xaa\x16\xa1\x30\x95\x10\x38\x12\x00\xe6\xc2\x1d\x1b\x69\x9f\x40\xa7\x27\x21\x65\xee\x91\xa5\x5c\x12\xd9\x5e\xf2\x89\x8c\x14\xb9\xc0\x5a\x56\xa9\xc4\xce\x53\xfd\xa0\x83\x0b\xa5\x79\xa4\xba\x05\x9b\x6e\x5f\x46\xaa\x8b\x03\xad\xea\x07\x3c\x42\xf8\x28\x23\x71\xed\xdc\x84\x30\x32\xd2\xd6\x5e\xf9\x70\x03\x00\x8f\x68\xb2\xca\x47\x8a\x7b\xe7\xa2\x17\xa0\x1d\x56\x64\xec\x48\x0d\xe1\x94\xd5\xe2\x16\x15\x74\x3f\x40\x0e\xb9\x84\x47\xda\xa7\xb1\xf5\xf9\x22\xa7\xb1\x26\xb7\xc4\x48\x5b\x7f\x65\x81\xcc\x8c\xc4\x69\xac\x65\x6d\xd6\x44\x7a\xb0\x10\xf4\x46\x82\x9a\xb8\x7a\x99\x74\x26\xc9\x83\xd4\xd7\xff\xfe\x6f\xac\xcf\x17\x89\x34\x95\x11\x93\xfa\x5f\x93\xfd\x00\xbe\x23\x6d\xde\x04\xb0\x96\xe2\x09\x46\x02\x58\x4b\x97\xdb\x23\x8d\xf8\xa0\xc6\x88\xc3\x57\x13\xa6\xc8\x48\x23\xa6\x41\x83\x4a\x0c\x61\x71\x05\x7f\x19\x64\xea\xd1\xd6\x47\x4e\x5f\x1e\x69\x22\x1c\x24\x8d\xd2\x02\xe5\x5e\x56\x57\x0a\x7d\xa4\x2c\xf8\x91\x42\x1f\xb5\xfa\x2f\xfa\x26\x81\x62\x29\x84\x92\x91\x56\x74\x47\xc3\x41\xbc\xdf\xfc\x7c\x8d\xe0\x68\x2f\x7a\xd2\xcd\x84\xe3\x30\x12\x60\x52\xdd\xf5\x6d\x7d\xb4\xba\x1e\xbf\xb0\x7f\x5c\x5d\x68\x93\xe2\xf9\xb9\x62\x78\xfd\x42\x8d\x07\xfc\x03\xab\xde\x6b\x70\xab\x93\x2e\x40\xc2\x91\xae\x67\x9f\xad\x2c\x07\xb6\x36\x58\xd5\x0d\xfc\xc5\x17\xfd\x85\x5f\x40\x31\x69\x7c\xb7\x3a\x18\xba\xd5\x1d\x09\x12\xdc\xe6\xf9\xbc\x71\xbd\x0d\x3d\x0f\x23\x87\x39\x91\x46\x22\x2f\x57\x18\xfb\x23\x01\x03\x61\x8b\x27\xdd\x24\x65\x36\x57\xc8\x92\x2c\xae\xf0\x65\x82\x55\x7e\x62\x88\x5d\x06\x79\x48\x2a\x3d\x6d\x65\x30\x04\x3c\x34\xd2\x83\x02\x2e\x2e\x83\x45\xdb\xfd\xfe\xb6\x21\x0f\xa9\xb3\x84\xa8\x3e\x3c\x20\x84\xf3\x77\xef\xfa\x17\xda\x03\xef\x80\x38\xfc\x14\xef\xb9\x7d\xf8\x59\xd5\x1d\x8e\xc3\x8f\x82\x52\x47\x06\x1b\xc9\xe7\x80\x1c\xe4\x5f\x92\x1b\xd0\xfc\x4f\x61\xc3\x0e\x48\xf4\xa7\xcd\xec\x1c\x27\x0d\xb1\xe8\x8f\x0c\xd0\x90\x60\x6f\x46\xce\xb1\xea\xa6\xca\x2b\xf0\xff\xfc\x00\x21\x38\x92\xad\xc1\x79\xdf\x94\x82\x30\xe0\xbc\xcf\xcb\x4d\x2c\x00\x63\xfa\xff\x2d\x8c\x75\x9d\x35\x82\xbf\xbe\xb9\x85\x25\x48\x90\x96\xca\x00\x2e\x26\x57\x47\xbc\xbc\xec\xfa\x5c\xf6\x49\x66\xb9\xba\xf0\xd8\xf8\x6b\xa0\x34\x24\x57\x7f\x91\x82\xe0\xe7\x03\xdf\x50\x73\x08\x1f\x7e\x51\x06\xc5\x80\x0f\x7f\xc8\x5f\x32\xe0\xc3\x6f\xc3\xff\x93\xd1\xa6\x7c\xb2\x91\x89\x36\x3f\x0e\x97\x19\x0e\xc9\x61\xd8\xeb\xbb\xb8\x76\x06\x04\xf4\x5d\xa1\xd7\x23\x83\x8f\xdc\x3c\xde\xdc\xce\x35\x6f\x3b\x28\xe8\x57\xf5\x04\x10\x44\xa4\x34\x99\x91\xc9\xfc\x6d\xde\x05\xc1\x51\x2f\x1f\xc4\xc8\x7f\x90\x8e\x5a\x65\x19\xe4\x09\x85\xb1\x8e\x4c\xf8\x79\x13\x00\xf0\xc8\xc4\x9f\x4f\x2f\x12\xe2\xcf\x9b\xb2\x26\x47\x86\x38\x55\xd7\x20\x23\x43\x9c\xfa\x19\x44\x74\x8d\x92\x10\x06\x34\xf8\x59\x17\xc9\x23\x68\xf0\x5b\xfd\x54\x80\xb0\xf4\x32\x04\x69\x42\x80\xb5\x03\x1a\xfb\x6e\x65\x95\x61\x7a\x50\x0e\xdb\xc8\x83\x9b\x79\x1d\x5d\x82\xb6\xde\xaa\x23\x0f\xae\xcb\xbc\x0a\xb7\x2a\x99\x9f\x6d\x11\xbc\xa7\x52\x96\x39\x80\x89\xbc\x4a\x02\x22\xd9\x83\xce\xd1\xa7\x79\x48\x81\x4b\xd4\x45\xd2\xc8\x33\xc6\x5c\xba\x29\x93\xf2\x26\x2c\xf5\x91\x67\x8c\xf9\x3f\xf1\xde\x8c\x3c\xa3\xfb\x6a\xee\x0a\x6a\x60\x75\x6f\x41\x21\x23\x41\x03\xe7\x7c\x57\x56\xcb\xc8\x01\xa9\xec\xf9\x39\xc7\x36\xb0\xa4\x49\x83\x12\x3e\x7b\x11\x13\x79\x6d\x93\x30\x9f\xd1\x5a\x59\x60\x19\x5e\x2d\xdb\x2f\x79\x1f\x7e\x9a\x6d\xc6\xcc\xe5\xa1\x4d\xc2\xfc\x5f\xfe\x9b\xbe\x78\x75\xf0\x62\xf4\x85\xbf\x58\x6c\x0d\x30\xec\x9a\xba\x78\x1a\x79\x2b\xa3\xf6\xf9\x60\x1c\x4d\xa4\xcc\xa0\x88\x6f\x9f\x1e\xfd\xe2\x16\xc7\xef\xb3\x4d\xa5\x3a\x20\x6c\x6f\x36\x01\x21\x6c\x6f\xb6\x7e\x82\xb0\xbd\x35\xaf\xa8\xc0\x90\xb0\x64\xe6\x22\xaf\x7d\x36\xf6\xd6\x6e\xcd\xe6\x0e\x84\xeb\x69\x5a\x0e\x72\xd6\x69\xcd\x92\x85\xc3\x4e\xf9\x7c\x21\x82\xa9\xfd\x85\x68\x82\x67\xe1\xa1\x09\xde\x34\x5c\xbe\xd9\xc5\x01\x23\x7a\xfb\x8c\xe9\x3e\xbb\xb4\xcf\x26\x78\x42\x19\xf8\x7f\x08\xb4\x3d\xa9\x81\x5b\x24\x87\x02\x8c\xe8\xcd\x06\x1a\x8c\xe8\xf5\xd3\x63\x70\x06\x8b\xe7\xe4\x8d\x11\x50\x8f\x5f\xe6\xc4\x92\xec\x65\x51\x48\x5d\xc2\x68\xde\x6c\x90\xe4\x37\xa0\xb0\xd4\xde\x17\xcf\xde\xe7\x7f\x5c\xd3\xd3\xf5\xdd\x90\xad\xfc\xf7\xfd\x60\x34\x6f\xca\xa8\x18\x30\x9a\x37\x9b\x54\xc1\x68\xde\x84\x5a\x34\xca\x11\x2d\x2c\x2a\x9f\x94\xfd\x3f\x16\x8c\xf6\x4d\x49\xf1\xfc\x50\x19\x1b\x4b\xc4\xb4\xa3\x70\xd7\x66\x9b\x0a\x92\xf3\x24\xf0\xd9\x51\x52\x74\xb9\xab\xcc\x55\x98\xe4\x5a\x90\x9c\x2b\xf0\x6d\xc0\x71\xde\x6c\xb4\xc3\x71\xde\x7c\x92\x82\xc3\xbc\x59\x7d\x07\x87\xb9\x7d\x40\x70\x94\x37\xa5\x3c\x0c\x48\xc9\x8b\xcf\x8a\xe5\x0f\x47\xd0\xe5\xc8\x88\xf4\xfb\x3f\xde\x57\x7b\x73\x30\x9d\xe8\xa8\x56\x72\x44\x47\xaa\x82\x42\x83\xaa\xcb\x95\xb0\x69\x97\x5b\x54\xa0\x21\x85\x79\x73\x34\x0d\x69\x09\x94\x06\x7d\xb1\xb0\xa8\xab\xff\x67\x51\xcb\x0e\x86\x05\x3d\x35\x01\xa6\x8d\x52\x70\xf7\x6a\x1b\x41\x83\x9e\xd6\xf4\x0b\x2f\xc1\x1f\x9a\xa2\x1a\xab\x46\x56\x5e\xe1\xaa\xce\x6e\x33\x78\xd1\xa7\x50\x1a\x06\xb4\xe8\xd3\xa2\x0c\x1a\xf3\xa6\xe0\xc2\x01\x4d\x79\x53\x10\xc1\x28\x2d\x24\x85\x64\x7f\xc1\x04\x28\xee\x72\x63\x51\xc8\x64\x80\xa7\xbc\x75\x69\x4b\x68\xc6\xc7\xf4\x07\x89\xd1\x6d\x22\xfd\x19\xf0\x8c\x2f\x91\x74\x8f\xa0\x19\x4f\xc9\x15\x30\x8b\xed\x5f\x42\x04\x46\x89\x5b\xba\xe1\x97\x9f\xf8\x9a\x66\x84\x90\x5f\x9f\xd6\xcb\x08\x0a\x39\x97\xa3\xbf\xf2\x1d\x43\x52\x3e\x0f\x2f\x7a\x60\xa2\xec\x12\x09\xd2\xf2\x26\xc0\xd2\x51\xe2\x9a\xce\x8b\x2a\x58\x97\x0e\xbf\xb0\xe2\x05\x8d\xd8\x56\xef\xf3\xb3\x0d\xc7\x36\x83\x3f\xdb\x66\x70\x0b\x91\xdc\xc4\x3b\x2a\x50\x27\x07\xfb\xaa\xf9\x0b\x6f\x3c\xa0\x1a\x27\x0e\xf7\xe4\x72\x85\xff\x46\x5f\x98\x83\xb8\x05\xff\x3f\xa3\x02\xad\x02\x92\xe6\x8b\xe7\x28\x2c\x88\xfe\xf9\x21\xf0\xdf\x5d\xde\x26\x90\x62\x6e\x07\x3c\xe5\x3d\xc9\xa6\x82\x96\x3c\xdb\x99\x57\x56\x64\x3c\xa8\x0b\xd8\x00\xc9\xf3\xb8\x6d\x80\x2e\xbc\x97\x01\xeb\xb7\x71\x7b\x47\xb0\x7e\x37\x9f\xbe\xa0\xfd\xce\xc3\x7b\xff\xa4\x41\x96\x55\xd8\x00\xcb\xeb\x22\x80\x08\x65\xc9\x16\xa8\x35\xbf\xd2\xf2\x82\xf9\xd8\x83\xce\x89\xd5\xf7\x28\xb0\x7c\x77\x7b\xc6\x20\xf1\xee\xbe\xe9\x09\x12\x6f\x21\x1d\x0c\x18\xb8\xbb\xfd\xd7\xe5\x17\x1f\xb4\xac\xf8\x45\x97\xd5\xa3\x6d\x04\x74\x05\x9b\x0f\x18\xb8\xbb\x62\xc5\x47\xf9\x9d\x38\x5d\x34\x24\x30\x72\x2b\x9f\x7b\xc0\xc8\x9d\xbe\xcb\xe4\x17\x63\xac\x59\xc7\x48\xe8\x32\xee\xa1\xe4\xee\x76\x16\x16\xc0\x88\x75\x9d\x39\x60\xdc\xee\xba\x2d\x1e\xc1\xb8\xdd\xba\x65\xcd\x83\xca\xb5\xf0\xda\x27\xd8\xae\x50\xbc\x51\x9e\xd8\x3a\x9e\x65\x8e\xb0\x76\x95\x95\x27\xd6\xa1\x9b\xf8\x44\x13\xd4\x24\xe2\x76\x0f\x2f\x74\xe0\xa9\x92\x55\x1e\xf7\x73\x1f\x8d\x13\x47\x54\x65\x00\x8c\xba\x75\x68\xb1\x3b\xb2\x1e\x35\x1e\xe8\xfa\x81\x10\x1f\x8d\x7a\x85\x98\xa8\x65\x97\xb9\x56\x90\xda\xaf\x47\x4c\x7b\x55\x99\x41\x96\xf8\x83\xcf\xba\x58\x5e\xd7\x04\xd4\xeb\xe1\xff\x2f\x9e\xff\xaf\x07\x75\xeb\xc4\x6a\x1d\x59\x33\x63\x28\x3f\x15\x6c\xd3\xdd\x17\x8c\x35\x73\x02\x1b\x6e\x20\x67\x64\x5f\xb6\xd5\x38\x23\x2b\xea\x69\xc0\x4f\xdd\x7d\x57\x14\xfc\xd4\x4d\xb0\xde\x03\x7e\xea\xee\xeb\xb7\xe0\xa7\x6e\x8a\xc4\x1d\x35\xb3\x10\x24\x32\x2b\x61\xa8\x6d\xc8\x9a\xac\x9c\xaa\x7d\x01\x58\x0b\x41\x3f\x1e\x14\x92\xb0\x45\xd0\x31\x60\xb8\x2e\x0a\xf9\x1f\x10\x5c\xe7\x55\xfd\x3f\xe1\x20\xc3\x65\x00\x2e\xa4\x32\x82\xbf\xba\x29\x48\x73\xd4\x00\xf8\x95\xc8\xad\x15\xc4\x0c\xc9\xe8\x1a\xe0\xb5\xb2\x66\x2b\x51\xa7\x6d\xfc\x9b\xd2\xa9\x01\x96\xa8\x55\x08\x9f\xf4\x7e\xdb\xd5\x01\x81\x29\xe9\x56\x39\xf5\x2e\x1d\x10\x6b\x8b\x49\x57\xfb\x71\xb0\x0a\xde\x62\x04\x01\x75\x13\xbd\xd6\x80\x80\xba\xe8\xde\x79\x40\x40\x6d\x72\xd7\x51\xe3\x7e\x50\x02\x1e\xbe\xe9\x39\x3e\x65\xe2\xe3\x3d\xa5\x1d\x04\x67\x49\xbf\xba\xb5\x62\x9a\xee\x00\xd7\x79\xca\x74\x1c\x35\xa0\x70\x3d\x41\x03\x6c\x45\x8f\x67\x68\x20\x05\x33\x0e\xe8\xa5\x53\x1b\xde\x47\x84\xc9\x2a\xda\x7a\xd4\x00\xfd\x97\x8a\xaa\xa1\x82\x86\x37\x52\x20\x6c\x7d\x1e\x38\xe3\x01\xb5\x29\x40\xff\x93\x5f\xa0\x4d\xc9\x5f\x8c\x36\x49\x22\x57\x20\xb8\x84\x5a\x32\xea\x8a\x51\x57\x9b\x17\xa3\x3e\xbd\x37\x03\xa3\x5f\x12\xb6\x06\x84\x96\x47\xed\x04\x6e\xc9\x2d\x08\xc4\x7d\x79\x5b\xa0\x6f\x9e\x87\xb7\x26\x2a\xc2\xf6\x35\x54\xc9\x4b\xc1\x77\x23\x78\x88\xc5\x4e\x35\xa0\x11\x5e\xc5\x0d\x84\x75\x2e\xbb\xbe\x70\x49\x2a\x1c\x73\x40\x12\xbc\xac\x12\x6a\x40\x68\xe9\xa0\x5b\xc9\x88\x75\x8a\xd6\xa8\x01\x1f\x5f\x5c\x41\x0c\x41\xf5\x27\xf7\x10\x88\x5a\x7e\x04\x4b\xb0\x53\x9e\x06\x2c\xc1\x7d\x59\xbe\x91\xca\xe1\x9c\xad\x01\x4b\x70\xf1\xcd\x71\xb0\x04\x1f\x9e\xd7\x07\x37\xb6\xce\x6d\x41\x12\xec\x38\xfe\x01\x49\x70\x19\x1e\x15\x0e\x7e\xd3\x7b\xf7\xc1\x7d\xe0\xdd\xf8\x06\xfb\xaa\xfe\x7f\xa3\xc2\xee\x1f\x08\x59\xb4\x88\x7d\x83\x41\x4b\x2d\x78\xa3\xc2\xff\x46\x11\x16\xde\x2a\xdc\x93\xd1\x80\x21\xb1\x3b\xa7\x1d\xdb\xa4\x16\x8b\xc1\x68\x20\x8d\x38\x24\x70\xc0\xc2\xdb\x95\xe2\x3a\x5a\xc4\x70\x28\xf0\x74\xb4\x04\x8e\x87\x16\x16\x34\xbd\xc9\x11\xd6\x03\x9e\xde\x6e\x37\x26\x24\xbb\xc9\x27\x1f\x48\x76\x9b\x10\x82\x06\x24\xbb\x45\x44\x31\x03\x8e\xdd\xe4\x50\xda\x01\xc9\x6e\xb1\x15\xdf\x60\xe3\xf1\x55\x24\x9c\xba\x43\xa8\x12\x03\x4e\xdd\xe4\x00\xbb\x01\xa9\x6e\x29\xda\xdf\x2d\x07\x6e\x86\xbe\xc8\xd9\xad\x7a\x0c\x48\x7e\x70\xdc\xe5\x80\x75\x37\x29\xa5\x67\xc0\xba\xdb\xd7\xa7\x02\x54\x7d\xf7\xff\x8c\xaa\x22\x43\x47\x8b\xb8\x4a\xe9\xfa\x06\x36\x88\x4f\x36\x2d\x40\x14\x87\xcb\x60\xf6\x4a\xcd\xb5\xad\x94\x8a\xb8\x92\x07\xac\xbd\xc9\xb1\xb1\x03\xda\xde\x64\x53\x00\xda\xde\xe4\x48\xce\x01\x6f\x6f\x9e\x6e\x62\x00\x96\x4d\xff\xbf\xe2\x05\x7f\x62\x0b\x00\x41\xf9\x8f\xa0\xed\x5d\xf3\x9f\x42\x06\xe0\xf4\xed\xbe\x5d\x86\xd3\x37\x39\x52\x75\x34\x50\xee\x85\xfb\x3f\x82\xe4\x57\x0c\x21\x03\x92\xdf\x6e\x91\xdc\xb6\x52\xec\x96\xd9\x90\xfc\x66\xa1\x4e\x8e\x16\xf7\x84\x8a\x27\x1c\x0d\x90\x79\xf1\x06\x0c\x58\x80\xcb\x70\x7f\x81\x88\x17\x57\xda\x08\xd2\x5e\xbb\xc1\x20\xed\x6d\x87\x67\x00\x35\x38\xbc\x91\x1a\x24\x95\x6e\x30\xec\x7a\x82\xb1\x1c\x50\xf4\x0e\xdb\xf8\x0d\x76\x9e\xee\x35\x16\xe9\xa1\xee\x10\x90\xf0\x3e\xd5\x40\xd9\x3b\x7d\x23\x02\x03\x6f\xff\xb4\x9f\x88\xcc\xa6\x78\xc9\x01\x03\x6f\xf2\x95\x1b\x0c\xbc\xe9\xbb\xe6\xb6\x9e\x1c\x0a\xc7\x1e\xc1\xc0\xdb\x96\x14\x2f\x14\xbc\xd9\xd1\x59\x0d\xdc\xc9\xe1\x26\x0f\xcc\x45\xff\x0f\x84\xbc\xb5\x60\x9b\x91\x94\xac\x21\x98\x70\xaf\x4a\xc5\x40\xd1\x3b\x7c\x98\x6e\x33\xee\xed\xf4\xfc\x42\xd4\xd8\xa5\x01\x47\x6f\xf5\xb1\x05\x8e\xde\x71\x58\xb2\xc4\x35\xe3\x92\xcb\x03\x8e\xde\xe1\x2b\x03\x28\x7a\x53\xfb\xcc\xf2\x3e\xda\x8d\xc3\x4d\x08\x2e\x1d\x37\x19\x8a\xde\xb6\xe4\x26\x82\xa2\x37\x0d\x0b\x2b\xb8\x74\x8a\xf7\x1d\xf9\x29\x87\xac\xbb\xb6\x62\xe7\x7b\x90\x48\x31\x75\x38\x17\x14\xbd\x43\x51\xf4\x03\x86\xde\xfa\xd9\xe9\xa4\x98\x36\xb1\x8f\x8e\xb6\x15\xf9\xf8\x2c\x04\x00\xd7\x3c\x29\x20\x8d\xf8\xc8\x0f\xa3\x6e\xb5\x41\x0c\xa3\xee\xb0\x0a\xfb\x63\xd4\xb5\xbb\xf5\x8f\x52\xf7\xd3\x40\x1c\xd0\x3a\x0d\xc3\xa8\x3b\x6c\x18\x34\x02\x45\x7d\x4d\xd3\x2e\x74\xa6\x87\xf4\x0a\x52\x3f\x97\x27\xcf\x6b\xd9\xe1\x8f\x56\x4e\xee\x80\x70\xb7\xd8\x17\x09\xe1\x6e\x2e\xd6\x68\xd7\x03\x82\x8e\xca\x3f\x16\x81\x07\x0c\x68\xce\xc3\x1b\x97\x54\x15\xdf\xe7\xc3\xb7\x9b\x04\x99\x3b\xe0\xdb\x4d\x66\x29\x1c\xed\x37\xc0\x29\xd4\x08\xfd\xd0\x0e\x56\x91\x80\xf2\x67\x4b\x12\xce\xb2\xb6\x47\x21\xe4\x1d\xbe\x22\x80\x6f\xb7\x7e\x3e\x18\x96\x8f\xc8\x55\x47\xbb\xe1\xca\xf6\xba\x07\x2b\x44\xa1\xd1\x03\x82\xde\x61\x2b\x04\x82\xde\x5d\x81\xbe\x18\x0e\x6f\x0f\x19\xb7\xb7\x82\xc0\x1d\x2d\x82\x7b\xec\x8c\x6c\x37\xa1\x34\x1e\xc3\x1b\x9a\x4d\x77\x19\x46\xdf\xe6\x16\x3c\x31\xa6\x7a\xfe\x61\x4c\xdd\xa5\xb0\x7b\x96\x4e\x7a\x50\xfe\x8e\x43\x0e\x71\x28\x7f\xc7\x47\x3a\x3e\x2c\x02\x19\x4e\x50\xfe\xee\x0a\xfc\x05\xe8\xe6\xac\x7d\x9e\x8b\x17\xfe\x25\xdf\x73\xb4\x40\x12\xb1\x01\x40\x2c\xed\x61\xe5\x10\x2c\x3c\xb6\x30\xde\x80\xaf\xd3\xc7\x5f\xf6\x88\x2d\x94\x6d\x54\x8d\x43\xe3\x09\x61\xf0\xb0\x9b\xed\x8f\x30\x58\xca\xe9\x8f\x2f\xb8\xfa\x7f\x86\x4f\xde\xf1\xce\xc1\xbd\x7b\x8f\xf4\x7d\x70\x1f\x8e\x8b\x85\x41\x78\x08\x68\x6b\xc0\x20\x3c\xd6\xe7\xff\x68\xe0\x54\x19\xf8\x78\x99\x8d\x3d\x45\x03\x9b\xca\xd4\x2f\xaf\x5d\xc7\x59\xde\xbd\x49\x7a\x8a\xf9\x59\x2a\x33\x3f\x32\xce\x21\x10\x1e\x0e\xa3\xed\x11\x47\xe4\x5d\xd7\x13\xf3\x53\xfd\xc5\x07\xca\x64\xf5\x00\x1b\xcd\x36\x19\x84\xc2\x43\x00\x0f\xa3\x67\xc2\xcd\x3d\x44\x99\x5d\x2d\x07\x53\xdf\x36\xdd\xfe\xa0\x3e\x90\x49\x6f\xd2\xa6\x80\x91\x78\xd8\x4d\x08\x23\x71\x71\x14\x07\x84\xc4\xd3\x16\x13\x84\xc4\xbb\x42\x4d\x52\x70\x32\x2e\x97\x81\x04\x4a\xae\x00\x34\xd0\xe9\x16\xff\xa2\x02\x37\x91\x7d\xef\x2e\x17\xba\x28\x33\xb5\x17\x56\x81\x4c\x75\x08\x8b\x8d\xa0\x37\x20\x2c\x1e\x0e\xa2\xe9\xdb\x22\x2b\x3e\x23\x76\xdc\xed\xfd\x53\x1f\x8b\xc0\xab\x0c\xde\x85\xfe\x59\x96\x5c\xb0\x8b\x37\x7b\xf4\xc2\x32\xd6\xe1\xa4\xd7\x98\x03\x4d\x3a\x94\x8d\xfd\xb3\x0c\x61\x38\xb6\x51\x05\xc3\xf1\x50\x4c\xfc\xe8\x35\xc6\xd0\xeb\xb4\x2e\x16\xbe\x6b\x24\x6c\x44\x43\x56\x63\x84\x54\x7f\x43\x8c\x48\x5d\xc3\x68\xbc\xeb\xf3\x0f\x88\x11\x69\x5f\x28\x8d\x53\xff\x8c\x31\x57\xf6\xbe\xa3\xe8\x8d\x31\xe9\xfe\x3f\xc6\xc4\x4d\x6e\x31\x26\x6a\x52\x7b\x89\x38\x57\x19\x2c\x6e\x25\xb2\x8f\x0e\x68\xed\x67\xe7\xf4\xca\x07\x5d\x6e\xff\xfb\xbf\xe9\xeb\x74\x18\x8e\xf7\x07\xd5\x47\xa2\x9b\x7d\x2f\x14\x0c\xc7\xfd\xd3\x82\xce\x98\xb9\x85\x7f\x86\x9f\x47\xa5\xb3\xb5\x74\x8c\xed\xfd\xf7\xbf\xff\x9b\x7d\xb8\x46\xa6\xd5\xeb\x88\x5b\x02\xc7\xa7\xf5\x91\xf0\xaf\xa8\xbe\x11\x6c\xe6\x7a\x7f\x9b\x79\xc9\x47\xcc\x1e\x99\x37\x9e\xb5\xf1\x23\x4e\xc3\xf5\xef\x93\xff\xf2\xe3\x7b\xa7\x7b\xdb\x00\x27\x27\x54\xdd\x11\x1c\xc8\xfd\x18\xfe\x21\xa0\x3a\xf5\xf9\x19\x93\x2e\x03\xa4\x63\x36\xda\xbb\x02\x49\x72\x3e\x92\x5f\xd8\x47\x81\xe5\x11\x06\x04\x77\x78\xdf\xe0\x4b\xb1\xd5\x08\x49\xf2\xb2\x24\x21\x56\xba\x0b\x47\x78\x74\xe0\xe4\x6c\x34\x42\xa2\x5c\xc6\x3f\xa5\x79\x8e\xbe\xed\xc1\x6e\x83\xb2\x6f\x7b\x70\x0c\x59\x37\x7d\x5b\x67\xdd\xf6\x23\x94\xc9\xc5\xe6\x5e\xbf\x82\x86\x55\xef\x6f\xeb\x69\xf8\x42\xa9\x13\xb9\xdc\x85\x25\x34\xe0\x58\x1e\xbe\x1e\xe9\x17\x3b\xc0\xb3\x47\xe8\x72\x17\xa7\xdb\xe8\xe0\xdb\x4e\x0f\xc7\x45\xc8\x89\x8c\xe6\xfe\x23\x41\xda\x72\x0d\xb8\x5a\xdf\xf2\xc1\xc1\x9c\x95\x47\x3b\xe0\x60\x4e\x5d\xf9\x70\xa3\x87\x7d\xe4\x3d\xf8\x8b\x16\x78\x0c\xb6\x81\x54\xed\x51\xec\xdb\x40\xea\x02\xcb\x1b\x9d\xd4\xde\xee\xfa\x20\x39\xf0\x96\xba\x0f\xa2\x6a\x55\xdd\xcd\x65\xbc\x55\x05\x99\x3f\xce\x01\xe9\x77\x0c\x99\x2c\xd4\x7e\x43\x1c\x62\xb1\x16\x58\x6c\xc9\xda\xef\x0e\xea\x59\xbf\x10\xe0\xa6\x9a\x84\x3b\x32\xfe\x5c\xc1\x85\xff\x40\x1d\xd8\xe6\xd3\x9c\x96\xd4\x37\x78\xbc\x3a\x24\x40\x22\xbd\x3f\xa8\x2e\x3e\x89\x70\x35\x55\x00\x38\x5b\x77\x80\x7a\x7f\xa0\xaa\xf8\xd4\x50\xb7\xf6\xf2\x26\xe2\x76\x62\x78\xd7\xfd\x05\x5b\x67\xbf\x40\x2e\xad\x17\xf5\x03\x55\xb7\x05\xe7\x13\xc9\x3f\x6a\xc1\x1b\x4d\xb4\xc9\xb0\x6d\xa6\xee\x10\x4e\x78\xaa\xf3\xd0\x85\x3e\x3c\xd5\xfb\x05\x35\xe1\xc5\x8a\x75\x0b\x5e\xb0\x0e\xbc\x0a\x08\xd9\x1b\xde\x87\x6f\x84\x6f\xb9\x42\x44\xb5\x83\xf6\x21\xa6\x4e\xbe\x7d\x80\x98\x7a\x3f\xf0\xdf\x0f\x30\x53\xef\x1f\xaa\x7e\x00\xf8\x64\xba\x5c\xf9\x64\x53\x19\x3a\xad\xe6\x0a\x82\x8e\x43\xa2\x31\xb8\xa9\x95\xb0\x3b\x82\x9b\xba\x3b\x26\x0e\x6e\xea\xee\x53\xfc\x48\x74\x4a\x2a\x75\x70\x43\xe2\xab\xc5\x11\x84\x1d\x5a\xbb\x83\x0c\x60\xbb\x75\x07\x19\xc0\x1f\xc7\xc8\xc8\x1c\xeb\x25\xbc\x83\x59\xda\xde\x79\x98\xa5\xd3\xe7\x6e\x10\x6a\x69\x83\x45\x0f\xa8\xa5\xab\x2d\x35\x98\xa2\xfb\xa7\xcf\xb8\xa2\x3e\x57\x75\x30\x45\xe7\xa1\x6b\x2b\x88\x9f\xbb\xdd\xf7\xa3\x04\x3f\xa0\xff\x87\x59\x48\xdb\x6f\x14\x3c\x33\x32\x6b\x46\x89\xed\x2f\x91\x06\x73\x74\x11\xda\xca\x18\x38\x8e\x3e\x57\x6b\x63\x1b\x32\xd5\xf9\x3b\x50\x49\x57\x87\x76\x8c\x80\xa9\x95\x08\x84\x49\x3a\x7d\x6e\xd6\xa0\x92\xee\xca\x95\x1b\x50\x47\x77\xa7\x91\x41\xf4\xbc\xa6\xff\x6f\xcc\x92\x84\xf2\x20\x8e\x2f\x7f\xca\x04\x8b\x7a\x08\x40\x81\x15\x0a\xed\x18\xd0\x05\x0a\x3a\x7f\x8c\x08\x11\x2f\xfe\x1f\xfb\xde\x57\x0c\x50\x31\xf7\x21\x21\x3d\xc8\xd7\xb5\x9f\x79\x40\x20\x85\x3b\xff\x1f\x74\x0e\x44\xce\x5d\x69\xed\x63\x90\x30\xe5\xe8\xe0\xd1\x23\xb4\x45\x33\x12\x97\xf8\x12\xa8\xb0\x22\x77\x87\x59\x40\x8a\x6c\xb4\x9b\x01\x29\x72\x17\x43\xe4\x80\x14\xb9\x5b\x9c\xc1\x81\x9c\x85\xb7\x3a\x06\x1a\xbc\x78\x7e\xe6\x8f\xe7\x35\xfc\x33\xbe\xa7\xf6\x80\xf3\x25\x9c\x95\x31\xb8\x6f\x77\x68\xce\x58\x88\x9a\xe4\xff\x89\xcb\xf4\x1e\x58\x5b\xdc\xfa\x42\x6c\x40\x1f\x62\x6a\xde\x01\x1f\x71\xcb\x6e\xc0\xc9\x15\x9d\xc4\x6f\xd0\x0d\x9b\x9a\x77\x40\x37\x5c\xc4\x61\x33\xa0\x1b\x4e\xe6\xae\x1d\xf0\x0d\x57\x47\x66\x8c\x20\x1c\xf1\x3e\x0f\xba\x61\x3b\x09\xe0\x1b\x2e\xf6\x6a\x40\x37\xbc\x1c\xe0\x1c\x6c\xc2\x9f\x5d\x07\x97\x60\x97\x6b\x2b\xd8\x84\x4d\x5d\x3b\x82\x4d\x78\x78\xdb\x82\x98\xfa\xd9\x96\x17\xa6\xb6\xb7\xe1\xc5\xa0\xcb\x4a\x1c\x17\xfb\xde\x4e\xee\xb1\xed\x80\xe1\x34\xbe\xb1\xf5\xfa\x9a\x1e\x34\xe2\xf6\x6c\x76\x0d\x94\xa2\xa3\xe0\xa1\xf7\x9d\x36\x1b\xc7\x1f\xc4\xbb\x56\xd5\xfd\xc3\x50\xd1\xff\xdc\xa5\xf8\x9e\x60\x3c\xb0\x27\xc8\x0b\x32\x9e\xe8\xb1\x6e\x87\x21\xeb\xad\x8e\xc0\x1e\xa1\xe3\x44\xe6\x37\x06\x37\xf0\xf6\x93\x8c\x27\x66\xcd\x83\x4e\x4a\x91\xef\xa8\x06\x29\x45\x26\xe3\x1b\xe3\x81\x8e\xea\x53\xc6\x8f\xef\x75\xc0\x95\x7d\xab\x6e\xf3\x16\x0c\x1e\x32\x10\x2f\x6c\x6a\xc1\xf6\x5b\x8a\x37\x46\xe0\x8d\xea\xe2\x62\x70\x59\x63\x62\xb9\x31\x5e\x62\xc2\x75\x9d\x0d\x1d\x70\xf1\x15\x57\xd0\x01\x3b\xb1\x0d\x36\xe0\xec\x88\xe5\x60\x03\x76\x84\xc0\x04\x4d\xd4\xa7\x97\x09\xe0\x85\x7d\x67\xc1\xe7\x2b\xb4\xb8\x01\x5f\x6f\x39\x3e\x65\x7c\x6d\xda\xe9\xb0\xef\x76\x07\x18\xc0\xbe\x5b\x84\x4f\x31\x20\xdf\x4d\xa6\x91\x1b\x13\x44\x8c\x43\x31\x0d\x13\x20\x2c\x93\xb0\x0d\xe8\x79\x0d\x23\x39\x26\x09\x4a\x66\x61\x1b\x73\x6b\xd0\xea\x31\x9d\x81\x2b\xef\xd8\xc7\x49\xc6\xae\x69\xd7\xc6\x4c\x88\x2b\x39\x3f\x66\x46\x1b\x48\x3c\x4c\xae\x7f\xcc\x82\x36\x26\x61\x09\x9f\x51\x0a\x1d\xeb\x36\x01\x1c\xef\x18\xeb\x19\xae\x02\x51\xe1\x8c\xe0\x08\x1e\x87\x1f\x40\xe0\xb9\xcd\xe8\x5c\x91\xc8\x8f\x59\xe0\xa9\xd6\x52\x9f\x84\x10\xd8\x59\x02\xa7\x70\x11\x93\xca\x80\x53\xb8\x16\x09\x07\x38\x84\xbb\x03\x8e\x66\x9c\xf4\x9d\x0f\x0a\x89\x70\xb6\x02\x0a\x12\x61\x53\x9f\x0d\x48\x84\x93\x2f\x53\x21\x09\x5e\x73\xfd\xd3\xe5\x0d\x0c\xc2\xc9\x7c\x4d\x03\x0a\xe1\xe4\x9b\x03\x28\x84\x93\x39\xb4\xc6\x0c\x05\xfc\xf9\x1c\x1d\x48\x7e\x21\x3a\x50\xfd\x03\xb7\x33\x72\x88\x05\x05\xb0\x79\xc9\x06\x14\xc0\xdd\xc9\x0a\x50\x00\x27\xd3\x74\x0d\x38\x80\xcb\x74\x8d\x40\xc9\x8b\x2e\x60\x4c\x90\xe0\x2d\x2c\xa0\xf4\x5d\xd5\xef\x43\xd9\xe8\x63\x29\x14\xbd\xa9\x17\x69\x2d\x38\x7a\xbb\xb5\x12\x14\xbd\xd9\xa9\x6f\xb3\x03\x6f\xe9\x06\x10\xa6\x30\x24\x7c\x66\x27\x0c\xe2\xf3\x3e\x19\x9a\x5e\x24\x30\x36\x3a\xc5\x74\xc2\x36\xe3\xfc\x8b\x49\xd0\x81\x23\x5d\xe6\x8c\x55\x29\x5b\x72\x82\xc5\x55\x3f\x65\xa0\xb3\x9a\x5f\xd8\x2a\xe8\x53\xdc\xed\xb1\xfc\x9f\x5b\x0b\x27\x7b\xdc\x66\x9c\x93\x8b\x1b\xc0\x39\xd9\x66\x02\x84\xbe\x65\x54\x97\x03\x04\x50\x23\xb8\x62\x04\x97\x6b\x64\x04\xbd\x93\x21\x68\x1c\x1e\x41\x62\x1a\x1c\xaa\x03\xe1\x6f\xfa\x4c\x21\xb0\xec\xdd\xbe\x85\x09\xf7\x8c\x43\x77\x60\x04\xde\x0f\xe8\x0b\x67\x34\x59\x4d\x02\x8e\xb3\x3b\x2f\x69\x9e\x88\x02\x1d\x5a\x66\x58\x06\xbe\x90\x87\x44\x38\x09\x2f\x73\xcc\xb0\x0c\x7c\x43\x3f\x4f\x32\xa5\x3c\x2a\x28\x7a\xfb\x1d\x21\x0d\xce\xcb\x9d\xb8\x38\xbd\x7a\x9d\x5d\xd8\x92\x16\x4e\x18\x02\xed\xf3\x7c\x30\xc6\xab\x4b\x57\xac\x53\x3f\x8f\x2c\xb2\x6c\x0a\x3a\x9b\xe2\xf7\x91\x9f\xa2\xab\x19\x73\x1b\x0a\x33\x7f\x3e\x70\xc7\x03\x6e\x31\x47\x45\xa9\xd9\x3f\x96\x62\x2f\x1c\x2e\x50\x7c\xbf\x01\x49\x71\x17\x06\xdc\x80\xa4\x38\x3b\xb7\x19\x8e\xe2\x24\xc2\xbf\x31\x6f\x46\x44\x96\xcd\x24\x17\xcd\x27\x4b\x28\x89\xb3\x4f\xd7\xb0\x08\x77\x9f\xce\x67\x18\x1e\xf2\x17\x41\x12\xbc\xaa\xdb\x07\x35\x5a\x6d\xfe\x7f\xc2\x89\xa8\xf6\xa2\xe4\x87\x85\xe5\x03\xd3\x8b\x8e\x95\x93\xb8\x3c\xc7\x27\xcc\x38\xe9\x7e\x2a\x24\x48\xc3\xf1\x9c\x13\x34\x4c\x5f\x37\x40\x1a\x9c\x7d\x07\x38\x5f\x96\x84\x76\x5a\x70\x04\x77\xa1\xc2\x0e\x38\x82\xb3\xcf\x33\x70\x04\x77\x47\x84\x41\xf9\x3b\x84\x30\x37\x16\x11\x15\x62\xd3\x19\x2b\x68\x23\xb5\x91\x56\x42\x9a\x4a\xd6\x05\xc3\xaf\x4d\xb3\x05\x75\x8a\xc9\x6a\xc6\x02\xfd\xd1\x27\x86\x95\x4f\x86\xc4\x2f\x5c\xa0\x66\xf8\xf9\x70\x09\xea\x79\x32\xcf\xec\x32\x0c\x8a\xe0\xa1\x45\xb8\x38\x02\xee\x35\xf8\x0f\xea\x66\x15\x72\xeb\x3f\x95\x91\x5b\xaf\xf9\x0b\x7e\xe1\x4f\xa2\x17\x04\xc3\xa5\x78\x38\x43\xfb\x39\xf3\x6b\x11\x5c\x60\xb7\xf4\xaa\xc0\x8e\x78\xbc\xe1\x52\xf3\x65\xc5\x82\x02\xbf\x37\xc9\xee\x55\x27\x2f\xa8\x09\x70\xe0\xdb\x15\x0f\x43\x71\xb7\x0f\x77\x35\xac\x1c\x89\xc2\x60\x28\x16\xe2\xd3\x80\xa1\xb8\xdb\x05\x0b\x43\xb1\x01\xc6\xc7\x8a\x9c\x64\x9d\x88\x60\x28\x2e\xbe\x21\x0c\x82\x62\x1f\xa9\x57\x47\x1b\xb6\xec\x07\xc8\x08\xd6\x69\x60\x41\x58\xbf\xbc\x82\xc2\x4d\x6d\x6f\x0d\x14\xc6\xbd\x7b\x0c\x3b\x3d\xf6\xa0\x03\xba\x21\xba\x80\xb1\x02\x9d\x5a\x0c\x18\x63\x91\x37\x26\xa8\xe5\x01\x01\x71\x72\x22\xdb\x8a\x60\x82\xcf\xff\x2b\x32\xd1\x35\x86\x91\x83\xac\x43\x38\x0c\xc4\x75\x7a\x0c\x49\x14\xf3\x91\x0c\x7e\xe1\xfc\x19\x03\x30\x34\x7a\xf7\xff\x51\x9f\x1a\xb8\xd5\xdf\xf4\x9d\xd9\x9a\x91\x11\xaa\x06\x12\x72\x27\x9c\xdf\xb1\x56\xbc\xaf\x32\x01\x73\x8e\x42\x0a\xfa\x60\x43\x34\x04\x3b\xb0\xbd\x8c\x41\xf6\xeb\xb0\xc3\x15\xf7\xe8\x62\xec\x1b\x6b\x6b\x86\xe5\x5c\xc0\x15\x88\x4b\xfe\x20\x79\xc7\x66\xe0\x1b\x2b\xf2\x8e\xbd\x4b\xb9\x39\x2f\xfe\xc2\x16\xfd\xd5\x86\x2f\x74\xc1\xb9\x25\x97\x7f\x51\xa1\x7f\x00\xa7\xde\x43\xc6\x19\x51\x18\x45\x03\x7e\xe1\x64\xb2\xb5\x01\xc1\x70\x75\xec\xc1\xfa\x83\xb1\x50\x0b\x7e\xd1\x64\x0f\x52\xe0\x58\xe8\x80\xb3\xb8\x6c\xb7\xcd\xb0\xf0\x15\xdb\x11\x0a\x41\xf1\xae\xc0\x3f\x5c\xc4\x3c\xfb\x85\xe8\xc3\xf2\x27\xa1\x47\xf7\x34\xe0\x1d\xb6\xb6\x59\x77\xc6\xdd\xad\x0a\x40\x75\x74\x90\xcb\xc2\xb7\xeb\x38\x1e\x18\x89\xab\x58\x9b\xc6\x82\x82\x7e\x49\x3b\xac\x27\xee\x8e\x35\x66\x5c\x7d\x7f\x70\x2c\x16\x21\x7f\xc9\x7b\xfd\x21\xad\xd6\xb3\x10\xa7\x54\x1f\x81\xd6\x13\x70\x2a\xfe\xe2\x19\x0f\xa8\x4b\xfb\x94\xda\x05\xac\x3e\x16\xd9\x65\x1f\xdc\x88\x20\x3e\x16\xdb\xcc\x58\x20\x5f\x7c\x70\x22\xd6\x56\x71\xf9\xf0\xca\xc1\xdb\x6b\xef\xf0\x22\x1f\xcc\x57\x8d\xeb\x25\x68\x44\x07\x90\xf5\xc6\x17\x65\x65\x40\x9d\x9c\x7d\x53\x08\x33\x72\x71\x0c\x2e\xc4\xc8\xe9\x93\x02\x0f\x33\x72\xf7\x55\xe0\x79\xc4\xb0\xba\x82\x4e\xb9\xa9\x7c\x81\xde\xe6\x72\xb4\xe0\xf3\x45\x20\x0a\x34\x8f\xe7\xd6\x91\x45\x84\x65\xe3\x4c\x5c\xbc\xb4\x7f\x61\x92\x1e\x27\x38\x1a\x3e\xd7\x9e\x1c\x42\x9b\x64\x0d\x3c\xcc\xdd\xe8\x29\x67\x90\x9b\x59\x63\x04\x11\xb3\x63\x94\xa1\x59\x1e\x4d\x2e\xb6\x33\x73\x43\x20\xf7\x10\x24\xc9\xc3\x97\x30\x67\x61\xe3\x58\x9a\x9c\x04\xf8\x89\x13\x69\x9c\x24\x6b\xd9\x7a\x87\x45\x79\xbf\xe0\x07\xb8\x88\xd2\x2a\x82\x46\x39\x75\x83\x93\x9c\xb8\x5d\x6d\x18\x9e\xa8\x55\x6f\x3d\x78\x96\xf3\xf1\x69\x41\x2c\xa2\xe1\x1a\x01\x6c\x96\x8a\x38\x2b\xc8\x56\x9e\xc2\x1a\x4e\x4d\xf5\x91\xcb\x5f\x3b\x3d\xcf\x8a\x00\xf6\x8c\xed\x33\xdf\xf4\x85\xc0\xb9\x8f\x74\xdd\xf9\xeb\xe7\x56\x9a\xe5\x33\x09\x9d\xf4\x76\x0f\x09\x57\xb5\xbe\x7f\x3f\x89\x1b\x77\x22\xd1\x19\x17\xa9\x76\x0c\x9c\x24\x6b\x7d\x1a\x38\x08\xff\x95\x92\x3c\x47\x64\x1a\xe9\x03\x44\xcc\x75\xa7\xb8\x9f\x23\x12\x81\xfc\x02\x6e\xc3\xe1\x17\xa0\x70\x38\xfc\xfc\x1e\x31\x51\x34\x0c\x88\x99\x87\x6f\x75\x4e\xa8\xb8\xec\xbe\x39\x09\x3c\xff\x9c\x93\x4f\xb8\xb8\x8c\xf2\x03\x93\x73\x75\x2e\xee\x39\xff\x5a\xe8\x1a\xe3\xc2\x5c\x2d\x82\x8b\xeb\x73\xc6\x3a\x27\x81\x1d\x5e\x15\x13\x15\xe0\x7d\x19\x21\x76\x5e\x25\x0b\x32\x95\xe6\xff\x09\x52\xf0\xa2\x88\xdc\x28\x59\x86\x50\x3f\x27\xdf\x0e\x9c\x0b\xc9\x22\xcb\x09\x2a\xe8\x54\xa4\xd5\xcf\x85\xc7\xcb\x1b\x81\x78\xb9\x8f\x75\x7e\x12\x2f\x57\x3d\x07\x11\x2f\x27\xd1\x74\x12\xef\xf6\x59\xd6\x27\x23\x30\xfc\x7c\x8c\x80\x05\xc7\x19\x23\xa0\x16\x9c\xb1\x6c\xd4\x82\x93\x0c\xb7\xe9\x0a\xae\xa8\xc0\x0f\x10\x63\x20\x4f\xec\x79\x12\xd5\x20\xd7\xed\x19\x2c\xff\x3a\xcf\xc0\x2d\x3d\x7c\x84\x3c\xaf\xce\xfd\xbb\xcb\x27\xe0\x9b\x1a\x42\x2e\x68\x9d\x4b\x7b\x12\xc0\x66\x78\x93\x13\xac\xe5\xea\x45\x82\x4e\xfd\xdc\xc0\x9c\x78\x72\xfb\xa7\x0c\x15\xa5\x54\xe0\x19\x17\xb4\xce\x04\x3d\x23\x76\xdf\xab\x28\x48\x18\x3c\xa6\x37\xb1\x34\x1e\xf3\x9b\x90\x3d\xef\x5c\xf2\xa9\xb3\x74\x28\x64\xd5\xd9\x08\x6f\x27\xb9\x55\x3e\x40\x9d\x5b\xa7\xe6\xf2\x29\x73\x2c\x77\x6c\xf1\xf9\x40\xec\xf1\xa9\x20\x96\xb5\xe6\x0c\xca\x04\x87\xe8\x9d\x5b\x01\xe6\xec\x8d\x16\x0a\xd0\xd1\xb1\x67\x5c\x77\xea\xd4\x7c\xbe\x1c\x78\x64\x7b\x9d\x6f\xf8\xf7\xf5\xfc\x3e\xc2\x8d\x6c\xf9\x4d\x02\xb4\x11\x78\xce\x70\xcc\x0e\xab\x1b\x2e\x27\xf7\x91\xec\x1f\xd4\xcd\x75\xc4\xb6\x95\x67\xe4\x02\x69\x51\xe3\x77\x1d\xb1\x66\xa5\x4e\xae\x63\xf2\xf9\xa5\x72\xcc\xe0\xf2\x0f\xb4\x57\x33\x74\x1d\x04\x2b\x35\x57\xf0\xf2\xff\x7f\xfd\xbd\x88\xe2\xef\x62\x11\x1c\x17\x48\x8c\x16\xbe\x57\x0a\x8a\x58\xbf\xd0\xa8\x20\xab\xbc\x28\xab\x01\x11\x10\x36\x0f\xff\x10\x0c\x6a\x6a\xc1\x56\xa1\x23\xcb\x2e\xbb\xfe\xf8\x41\xb5\xb1\xa1\xf3\x1e\x22\xa6\x1a\xd0\x73\x0f\x4b\x8e\x8b\x00\x2f\xa3\xc0\x5d\xf0\x48\x89\xcc\x6b\x5c\x71\x33\x2a\xf2\xae\x71\xe1\xb6\x75\xf8\xf2\x45\x80\x57\x17\x21\xd9\xb8\x72\x0c\x9a\x6b\xb8\x28\xfb\x85\xa0\x8f\xf1\xf3\x77\x54\xe0\x17\xa2\x4f\xff\x2d\xd3\x0b\xad\xee\x7d\x70\x85\x56\x17\xc5\xd9\xb8\x08\x01\xcb\x3a\x78\xc2\x12\x3e\x44\x37\x39\xae\xb8\x3b\xf5\x49\x1f\x96\xf0\xec\x48\xce\x2b\xee\x4e\x85\x1d\x3f\x2e\xb4\xb8\xed\xac\x2b\x0e\xc7\xc2\x8e\x1f\xf0\x88\x0f\xeb\xac\xab\x32\x8c\xb2\xd0\xe1\x11\x1f\xbe\x23\x87\x47\x7c\x18\x1a\x2a\x78\xc4\xbb\xa0\xdf\xc7\x15\xd4\x51\xd2\x92\x57\x8d\x99\x2f\x7e\x83\xeb\xc8\xe2\x07\x7e\x7c\x51\x13\x1b\xbe\x5d\x19\x5b\x10\x8f\x67\xcb\xcb\x6b\xdb\x01\xd5\x70\x82\x17\x9e\x5d\x47\xca\x5f\xad\xc4\x07\xfd\x02\x44\xe2\xcb\x2f\xb0\xbd\x0c\x9a\x72\x91\x21\xe7\xbc\xc6\x2b\xc2\xc8\x84\x15\x3f\xae\xc6\x3c\x78\x2d\xb5\x98\x07\x59\xd4\x57\x63\xa9\x4c\x7f\x92\x08\x90\xe4\x36\xfd\xe2\x05\xff\x80\xc0\x90\x7c\x80\x2d\x7d\xf8\xee\xea\x8a\x13\xfb\x94\x44\x82\x2d\x7d\x64\x8b\x04\xe2\xc6\x44\xab\x36\xae\xce\x3c\xba\x93\x83\xb5\x66\x09\x30\xe2\x7d\x75\x61\xc4\x3c\xab\x8b\x23\xb6\x4b\xf7\x0f\x83\x61\x57\x0b\x47\x4c\xb4\x4e\x83\xc1\x8f\x5e\xdc\x82\x11\x13\xdd\xfd\x06\xfb\x45\x47\xb1\x0b\xb6\x09\xc7\xf3\x5f\x23\xb6\xb8\x8e\x1d\xd7\x84\x46\xc5\x4b\x67\x9b\x2f\xc3\x39\x69\xd0\x99\x4f\x1b\x27\x41\x67\xde\xa7\x17\xe3\x0c\x1a\x48\x95\xd7\x41\x05\x7a\x61\x05\xcb\x89\xcb\xe0\xe7\x79\x07\xaf\x3f\x99\xa1\x3e\xe2\xc3\x76\x66\xdf\xb5\xcd\x93\xe1\xac\xb5\x8b\x70\x7e\x5f\xa0\xc1\x76\x9e\xa6\x77\x0b\x70\x2f\xce\x35\xbf\x30\x2e\x7c\x24\xbf\x4e\xb2\x48\x3c\x44\xdb\xb8\x18\xbe\xba\x86\x0d\x7d\xf8\x86\xf2\x3a\xe3\xfb\x6a\xcf\xb6\x2d\x72\x92\xcd\x7d\x5d\x88\x69\x0b\x14\xa2\xc1\x4a\xfa\x27\x6c\x9b\xeb\x8a\xc6\x69\xfe\x40\x7e\x11\x7f\xfd\x80\xc8\x7c\x38\x25\xf0\xc2\xf0\x10\x84\xf3\x80\xc8\x3c\x75\x23\x36\xc1\x64\x5e\x8d\x0e\x78\xfd\x02\xb1\x49\xc3\x0d\x14\x4c\x37\xd0\xca\xb5\x2d\x8f\x29\xbe\x92\x71\xc5\x71\x7f\x59\x09\x6c\xcb\x63\xd9\x64\x87\x0b\x7d\x38\x29\xf0\xba\xa3\x89\xea\x02\xb1\x5f\xdd\x51\x46\x50\x9d\x67\xe3\x8a\x04\x33\xb9\x03\x74\x60\x26\x1f\xe5\xf3\x3c\x13\xec\x15\x45\x0a\xa0\x93\xcf\xae\x87\x78\x4f\x6f\xb3\x7d\x58\x9f\x55\x96\x08\xc4\xe5\xc3\xd7\x97\x17\x71\x56\xc6\x63\xba\xde\x80\x37\x52\xfd\x6f\x34\x58\xe6\x28\x4c\xe6\x6b\xe8\xcc\x70\xe1\x4c\x76\x78\xe5\x45\x2c\x7a\xf1\x36\x8d\x30\x29\x9f\x94\x61\x2e\x1f\xbe\x0e\xbd\xde\x3f\x3f\xd6\x7f\x9f\xfc\xed\xb3\xf9\x1a\x9a\x76\x98\xca\x93\x91\xcf\x7e\x04\x97\xfb\x7a\x14\xa6\xf2\xe1\x0b\x57\xc8\xc8\x67\x96\xb5\x18\x64\xe4\x9f\x73\x13\x64\xe4\xc3\xc7\x1c\xb8\xc2\x87\xf1\x5d\x7f\xc4\x82\xfb\xbe\x15\x6a\xf0\xe1\xeb\xd4\xa0\x06\xef\x4b\xfb\x1e\x6a\xf0\xe9\x5c\x28\xa8\xc1\xf7\x03\x6a\x52\x8e\x41\x9b\x2a\xc7\x17\xfd\x42\x84\x8c\xaa\x45\x39\x66\xc9\xcf\xc7\x32\x53\x0b\xd0\xc3\xce\x79\x81\x38\x7b\xfa\xa2\xe9\x07\xe6\xb2\x93\x5f\x7f\x1c\x85\xed\xe3\x81\x58\x7b\x14\x1d\x5a\x20\xd6\x1e\x3e\x05\xfd\x22\x62\x69\x2d\x3f\x50\x00\x71\xd6\x9c\xa0\x23\x6d\x28\xfc\x2a\x87\x71\x59\x12\xf0\x5a\x2f\xdf\x00\xc3\x5b\xbd\x7c\x5f\x0a\x6f\xf5\xcc\xcd\x65\x92\x82\x64\xbe\xfd\x08\x32\x16\x95\xd1\x80\xb7\x7a\xf9\x06\xfb\xd7\x89\xa1\xb5\xbf\xf7\x47\x90\x71\xfe\xbc\x70\xc7\x03\xae\x91\x21\x91\x82\x83\xd8\x7a\x89\xc4\x66\x40\x6c\x9d\x9d\xb0\x07\xaf\x75\xf5\xe1\xfb\x37\x38\x63\x78\x0a\x88\x32\xb6\xcb\x1b\x1a\xeb\x6a\x97\x7a\x90\x46\xfb\x50\xf3\x5b\x0c\xb1\x0c\xd2\x1f\x41\x43\x4d\xa2\xff\x07\x37\xa0\x13\x0c\x7e\x88\xfe\x4f\x34\xfc\x2f\x4e\xaa\xda\xa9\xbf\x45\x20\x5d\xf1\x07\xa2\x41\x6a\x40\xa8\x02\x99\xd8\xbf\xc5\xbe\xf3\x10\xaf\xe0\x05\x52\x39\x54\x83\x74\x17\x14\xd1\xe9\x13\xcc\x0e\x47\x74\x75\xea\x2e\x1c\xd1\xd5\xb9\x67\x41\xf1\xdc\x3f\xcf\x73\xc9\xef\x32\x37\x89\x4d\xf6\x2d\xa4\xcc\xc3\xa0\xd3\x90\x32\x67\x9f\x61\x20\x61\x4e\x4e\xfd\x85\x43\x39\x67\x69\xe7\x5f\x88\x7f\xcf\xd8\x0f\xed\x2c\x63\xf5\x17\xbe\xdb\x63\xfe\xd3\x2d\xce\x6f\xeb\x82\xf1\xf9\x1a\x90\x95\x8e\xcd\x84\x81\x79\xd7\xe6\x1f\x82\xd1\x5a\x13\xfa\x8b\x25\xe9\xef\x13\xb6\xeb\x53\x2b\x14\xca\xc5\xb0\x2e\x50\x28\x8f\x22\x4b\xf7\x47\x56\xd4\x70\x74\xcb\x0f\x5d\x90\x3e\x15\xc2\xe9\xec\x19\xda\xba\x60\xd9\xfb\x02\xe7\xf2\x30\x52\x3a\x9c\xcb\xb5\xc8\x8c\x84\x72\x39\x7f\x96\x60\xc4\xdc\x5a\xca\x3c\xd1\x65\xd5\xf7\x44\xea\x9f\xda\xf3\xe2\x40\xb3\x10\xd8\xba\x22\x0d\xa3\xf1\xc0\x78\xbc\x1c\xf4\x00\xe1\xf1\x7e\x40\x6b\x16\x58\x4c\x9b\x03\x41\x78\xfc\x49\xa9\x84\xf1\x78\x39\x10\xe3\x47\x04\xd2\x30\x66\xd3\xef\xa5\x8d\xcb\x35\x6e\x41\x21\xb6\xde\x01\x23\x72\xfa\x04\xa4\x07\x25\xf2\xf4\xb6\x00\xb5\xc4\x61\xc0\x41\x79\x3c\x6c\x55\x40\x79\x3c\x7d\xf1\x03\xe3\xf1\x7e\xa0\xeb\x87\xcc\x27\xfd\x42\xf4\x52\xf3\x00\x27\xf2\xb4\x28\xb9\xf7\xf1\x79\x3a\xed\xf3\xe6\xf4\xec\x00\xf4\x1b\x9e\x02\xbb\x27\xee\x03\x48\xc2\xc3\xef\x83\x59\x24\x95\x0b\x87\xf2\xfe\xa0\x2b\x8c\xdc\x5d\x55\x90\x02\x77\x49\x5d\x48\x5b\xfd\x38\x7c\xf0\x4e\x78\x68\xb4\xf5\xef\x7d\x58\x5e\x96\xc6\x77\x0a\xa4\x4d\x29\x71\x48\x97\x67\xd5\xd6\x0d\xd2\xe5\x61\xfc\x52\x48\x97\xa7\xed\x4c\x48\x97\xa7\x5d\x93\x90\x2e\x0f\xb3\x10\xdc\xe9\xc7\x10\xe8\x7f\xf8\x02\x7d\x3b\x77\x93\x5e\xe5\x9b\x9d\x7b\x6b\xd4\x62\xd9\x01\x07\x73\xfe\xcc\x41\x86\x9e\x4b\x66\xd3\x4d\x90\x70\xf3\x90\x95\x03\x58\x43\x3d\xcf\x05\xb0\xb1\xb8\xe1\x60\x5e\x0e\x87\x84\x83\x79\x3a\x1d\x1d\x8a\xe5\x69\x14\x47\x28\x96\x97\x2f\xf7\x60\x58\x4e\xc3\xb1\xde\x50\x2c\xaf\x2c\x61\x79\x83\xa2\xe2\xf0\xc8\x1b\x67\xb4\x8d\x14\x28\x96\x77\x05\x7a\x81\x5c\x26\x23\x33\x40\xb1\xbc\x1f\xf0\x1b\x30\xa8\xc8\xf0\x82\x62\x79\x3f\xe0\x4f\x70\x52\x96\x91\x01\xe3\xf1\x32\x90\x34\xa4\xc6\x69\x24\xb7\xb1\x85\x7d\xad\x2f\x40\x94\xe0\x5b\x17\x28\x85\xa7\xf7\xe2\xbd\xcf\x84\xd3\xe7\xa9\x1b\x07\xb7\x63\x42\x61\x10\x1e\x06\x2a\xbe\x7b\x6c\x66\x8f\x62\x9f\x2c\x7c\x3f\x00\x4d\x80\x04\xd8\x1d\x99\x40\xc3\x65\x10\x62\xb3\xcb\xac\x6b\x69\x98\x7b\xe0\x25\xf3\x08\xec\x23\xe3\xb0\x59\x04\xc5\x70\x1a\x06\x10\x82\x63\x78\x3a\xb8\xe5\x9e\x90\x98\xc8\x0e\x82\x63\x38\x0d\x83\xc7\xdc\x33\xbe\xa8\x69\x9e\x6c\xe5\xee\xff\xa3\x8b\xff\x44\x82\x33\x60\x20\x5e\x0e\x71\x85\x81\x78\x1a\xe3\xe9\x9e\xd0\x23\x4a\x56\xdd\x0b\x2b\x4c\x66\x1f\x7c\xc1\xd3\xe0\x9d\xd0\x05\xa7\x61\xb6\x10\xf8\x82\x97\x61\x19\xee\x40\xfb\xf4\x00\x02\xb2\x62\x37\x1c\xec\xbe\xc3\xf1\x48\xb0\xf3\x4e\x27\x83\xdd\x20\x4f\xe7\xe1\xff\x01\x1d\xf6\x1a\xdc\x2a\x7f\xf8\x42\x01\xf6\xde\x34\x8c\xaf\x7e\x73\x87\x6c\x97\xd5\xcd\x1d\xb2\xd3\x8d\xa0\xf7\x9d\xbe\xf1\xbd\xf1\x45\x3b\xab\xe3\xbe\x58\xf4\x52\x41\xd0\xfd\x4e\x7b\xe9\xee\x0b\x75\xe0\x15\x73\xb1\x4f\x65\x33\xdc\xd7\x05\xdd\x97\x06\x84\x2b\xe6\x61\x44\x94\xfb\xba\x11\x8d\x2e\xc7\xa6\xd1\x08\x5c\x70\xb8\x59\x90\xec\x33\xe7\xb2\xa7\x13\x7e\xe0\x65\xc7\xe5\x8d\xab\x3a\x25\xff\x7f\xf1\xbc\x1a\x7c\xb3\x87\xbc\x67\xee\xd8\x43\x6a\x20\xc9\x41\x23\x57\xff\x10\x1f\xd4\x08\xdd\xf1\x41\x57\x08\x1f\x99\xa7\xf4\x8e\x11\xf1\x07\xe2\x56\xcb\x65\x62\x75\xbc\x89\xef\x98\x32\x3f\xb0\xad\x86\xe1\xf0\x25\xf8\x83\x97\x7d\x82\x37\xb9\x40\xc3\x81\x84\x37\xb9\x40\x86\xc6\x80\x3f\x78\xd9\xcb\x78\x43\xdc\x37\x3e\xea\x06\xbb\xc3\x39\x24\x37\x67\x56\xe7\xea\x42\x28\x3c\x7d\xe0\xbb\x09\x63\x6e\x72\x1d\xdd\xdc\x0e\x0f\xf1\x4d\x0e\x08\x85\x97\x5d\xaf\x10\x0a\x2f\x3b\x7f\x83\x4f\x78\x7c\xa4\x33\x76\x49\xd6\x09\xef\x0e\xbb\xe4\x23\x9e\xdf\xe8\x83\x9a\x14\x66\xc7\x70\x13\x30\x3b\x3e\xc2\xf5\xe5\xee\x4e\x3b\xe3\x39\xf6\x56\x77\x34\xc7\x73\x50\x81\x8c\x3f\x08\x83\x97\xdd\x5f\x10\x06\x2f\x7b\x93\x61\xf4\x5d\xee\x22\x8c\xbe\xcb\x4e\xca\x27\x14\xac\xc6\xf0\x49\xb1\xb0\xfd\x81\x84\x30\xd7\x4e\x79\x38\xe4\xda\x43\xf8\xc0\x23\x64\x97\x22\x84\xbc\xd3\x49\x2d\x0f\xf9\xc8\xf6\xd0\xc3\xa7\x3b\x1c\x7a\x0e\x9f\x6e\xfa\x78\xd7\x20\xd4\x5d\x76\xdc\x42\xa8\x3b\x7d\xe0\x79\x0a\x84\x5a\xee\x71\xa8\x60\xbf\x5f\x62\x92\x64\xea\xc1\xa7\xbb\xec\x5c\x7b\x0a\x56\x8b\x3c\x8c\x4f\x09\xdb\x51\x2d\x2c\x98\xb7\xda\x09\xf0\xef\xa6\x8f\xf7\x0d\x02\xde\x65\x1f\x27\xfc\xbb\xfb\x01\x37\x69\xf7\xd1\x61\x51\x0f\x10\xe1\xc3\xf1\xf0\x0f\xe7\x6e\xc7\xd8\xfc\x31\xf6\x4a\x5e\x3e\x91\xa1\xac\x73\xfd\x53\xa3\xc9\x6a\x62\x65\x59\xc9\x89\xfa\xd4\x50\x58\x6a\x32\xe4\x10\x9f\x06\xe1\x4a\x1e\x8e\x5f\x7f\xe0\xfa\x9b\x35\xfd\x8b\xba\x81\xff\x77\x1a\x2a\xfb\x69\x20\x56\x79\x3c\xd0\xef\x0e\x2c\x7c\x60\x96\xf0\x75\xc1\xc3\x85\xb5\xa1\x9e\x1f\x80\xce\x0c\x3b\xf0\xc4\x7d\xb5\x24\xc3\xd3\x63\xb8\x8a\x7f\x40\xf6\x48\xfa\x43\x07\xbc\x3e\xc3\xd9\x03\x83\x4b\xcf\x8f\x83\xb2\x9e\x1f\xe8\x3f\x9d\x16\x1e\xd4\xb7\x23\x2d\x9f\x01\xc3\xa7\xd7\xe8\x88\x25\xa8\x06\x8e\xf8\x9e\xca\xe4\xfe\xfa\xda\xee\x09\x7d\xec\x15\xf7\xc7\x16\xdc\xfc\x02\xbb\x54\x06\xc6\x13\xa9\xbc\x46\x38\x7d\x66\xe4\x3a\x6b\xc2\x66\xa4\xd1\xb8\xfc\xc4\x0b\xea\xe2\x24\x9f\xdb\x2b\x08\x15\xef\x80\xa3\x67\xb1\xe8\x3f\xe5\x16\x15\xa8\x8d\x30\x14\x1b\x9b\x33\x18\x8a\x87\xa3\x0b\x61\x28\x5e\x76\xf1\x3e\xeb\x62\x8d\xf9\x05\xa8\x08\xbc\x0f\x41\x07\x75\xe4\xdc\x73\x1e\x5c\x8e\x6a\x8d\x12\xc4\xec\xec\x37\x08\x8b\xd3\x72\x8f\x88\x61\x4e\x5e\xb3\x27\x5c\x1c\xde\xd7\x84\x30\x27\x4f\xfa\xb6\x39\xaa\x2f\x57\xe1\x33\xce\x4e\xc9\x80\xcf\x38\xfb\x40\xf7\x6c\x9b\xa4\xd8\xf4\x7f\xc8\x5c\x32\x50\xd2\xb3\x6d\x92\x6e\x6a\x88\xe7\x8c\x21\xef\xfe\x81\x28\x07\x29\x38\x08\x91\x7b\xf2\x00\xe1\xb3\xb6\x4f\x1d\x3e\xe4\x34\x3c\xe9\xf8\x29\x9c\x9d\x07\x1d\xf2\xfe\x80\x2b\x68\x7b\x59\x7d\xca\x30\xd7\xba\x47\x57\x84\x6b\xaa\x47\xb0\x39\x7d\x24\xe3\x15\x5c\xe6\x1a\x71\xd8\x9c\x8c\x45\x0d\x1b\x72\xb6\x9f\xfb\xb9\x00\xab\x3a\xfc\xfc\x4b\x26\xab\xbe\xff\x03\x0e\xd0\x0d\xde\x36\x4b\xed\x1e\xb1\x1f\xf0\x62\xb2\x61\x20\x43\x2e\xe2\x5a\x1f\x4f\x00\xcc\x64\xd7\x47\x7b\x65\xb6\x3e\x01\x96\xaa\x73\xc1\x83\x67\xe4\xf8\x7c\x3f\x42\x9f\x5c\xff\x36\xf3\x1d\xbd\x05\x35\x72\xb6\x49\x03\x35\x72\x77\x26\x56\x30\x23\xdb\x1e\x80\x19\xb9\x58\x39\x43\x8c\x9c\x6d\xc3\x41\x8c\xdc\x7d\xa2\x87\x18\xb9\x64\x8f\xdf\x5f\xfa\xb4\x3b\x7c\x03\x8d\xea\x06\x13\x63\x67\x10\x85\x27\x9c\xf2\xc3\xcf\x43\x27\xe3\x25\x78\x03\x31\x99\xdc\x20\x1c\x35\x5e\xe2\x37\x69\x4a\x9f\xfa\xf0\x64\x59\x0e\x6d\x9b\xab\x74\x2b\x7b\xe0\x6c\x8a\x1b\x4c\xea\xd9\x67\x40\x9f\x58\x71\x96\xe4\xc4\x1f\x34\x2f\xd1\x27\x5c\x4d\x6a\xf0\x43\xae\x86\x67\x08\x2e\x2b\x67\x9c\x3f\xc1\x65\x65\x45\xf7\xd0\x41\x0b\x15\x22\xfa\x52\xfe\x37\x35\xf3\x84\xd8\xb7\x10\x7c\x6e\x6a\x53\xed\xd8\x6b\x9f\xf5\x10\x69\x68\x32\xd7\xe0\x59\x2e\xc3\xef\x6f\x6b\x2c\x9b\x68\xe3\x21\x4d\xcd\xc9\xe7\xf0\x30\x27\x47\x0b\xc2\xc3\x9c\x3e\x6a\xe5\x0d\x31\x3e\xfc\x03\x7c\x78\x5e\xc0\x2f\x68\xbe\x9f\x06\xb1\xa1\xac\x57\x48\x63\xb3\x1d\x00\x71\x73\x75\xc4\xcb\x7b\x54\xee\x09\x5d\xa6\xc1\x32\x2c\xe0\x6d\xce\x26\x65\x80\xb7\x39\x3b\x02\xe7\x3d\xc2\xf0\x90\xa9\xf2\x92\xb6\xed\xfc\xfb\x37\x50\x0e\x9b\x3f\x00\x92\x99\xac\xc9\x97\xf0\x88\x8f\xf3\x17\xe6\xe7\xe4\x2c\x0e\x98\x9f\x53\xd5\x90\xc2\xfc\x9c\x1d\x8d\xf7\xe2\xf1\x39\x24\x72\xde\xc4\x8e\x70\x8f\x12\x19\x5e\xd5\xf5\xb3\xe5\x65\x1d\xc2\x1c\x9d\x9c\xec\xf3\x06\xd2\xee\xe7\x79\x60\x6e\xb5\x03\xde\x14\x4c\x64\x2e\x87\x90\xf6\x10\x93\x24\xe7\x93\xf9\x1b\x01\x8b\xc9\x65\x40\x1c\x74\x4e\x83\x59\xba\x34\x1d\xc4\x61\x86\x2e\xbe\x21\x79\xb7\xf1\x98\x8d\xfa\xfa\x92\x35\xee\x50\x62\x78\x9e\x47\xfe\x94\x43\x8d\x7a\x8e\xc2\x7a\xac\x2e\xff\x2d\x2a\x0d\x19\x39\x03\x3e\x7b\xbf\x95\x0b\x6e\xb9\x0a\xde\x70\xe0\xd8\x3f\x0d\xb1\xf3\x72\x42\x15\xbc\xce\x69\x94\xe5\x1a\x1e\xec\x29\x97\x23\x66\x47\xf6\xcc\x0b\x15\xa6\x23\x1a\x61\x82\x2e\xce\x9d\x87\x09\xba\x3a\x91\xf9\x25\xd0\xc0\xaa\xf8\x6d\x21\x08\x3f\x3f\x80\x55\xfe\xf9\x40\xa0\x18\xaa\xc9\x2d\x3a\xed\x75\xd2\x02\xfc\x45\xc3\xdc\xc8\x6d\x94\xb1\xf0\xc2\x0f\xf3\xf1\x08\xbc\x9d\x14\x28\xd9\x90\x70\x49\xfb\x9e\xe9\x8d\x54\x71\x6d\xf5\xb7\x13\xb9\xe5\x75\xdb\xe1\x1c\x92\xa4\x7c\x83\x59\xcc\xb3\x02\x95\xe6\x30\x27\x0e\x4c\xd1\x43\x2c\xcc\x03\xa6\xe8\x3e\x96\xff\x27\xcb\xd7\xb3\x04\x2c\xe1\x70\xfc\x1e\x44\xd1\xdd\x06\x1a\x44\xd1\xc3\x39\x5c\x6f\xf8\x94\xaa\x57\x66\xa0\x0e\xba\x4b\xc0\xf7\x7e\x84\xc1\x8c\x16\xe8\x8b\x13\xcc\x7b\x7f\x00\x97\x52\x95\x76\x7b\xc3\xa5\x64\xb2\x47\x78\x9e\x97\x23\x95\xde\xb0\x52\xab\xa5\x05\x6c\x67\xf6\xde\xbe\x61\xa5\xd6\xec\x2a\x81\x78\x96\x67\x10\x26\xe8\xfd\x80\xab\x7c\x00\x9e\xd0\x0b\xc4\x29\x38\x62\xef\x05\x45\xd0\x31\x88\x6f\xdc\x35\x49\xa0\xbe\x0b\x47\x9e\x0c\xf5\x77\x71\x83\x2a\x13\x0c\xea\xe8\x34\xaa\xe5\xcb\x49\x9c\x80\x47\xfd\x0c\xa0\xda\x7f\x52\x38\xef\xb6\x28\x97\xf3\x61\xdf\x33\x82\xf6\x2d\x7d\x4e\x6e\x5a\xbc\x0f\xce\x98\x33\x4b\x17\x62\x2a\x9d\x77\x07\x99\x74\x1a\x8e\x00\x7c\xe3\xae\xca\xf2\x12\x93\xcd\x90\x00\xb0\x47\xa7\xcf\x46\xb9\xe0\xda\xf6\x3e\xd9\x26\x5b\xb5\x4d\xf9\x92\xb9\x30\xcc\x42\xf3\x92\xdd\xee\xbb\x1a\xe8\xa7\xb7\xb8\xf1\x0f\x89\x4b\x01\x4d\x2a\xc1\x0d\x3e\xdf\xbf\x3f\x20\xd8\x3c\x05\x71\x1d\x65\x2e\xa7\xf7\x47\xbe\x67\x72\x05\x31\xe9\xee\xd3\x8f\x0b\x42\x6f\x8d\x70\x45\x59\xa6\x87\x2b\xca\x61\x95\xef\xb6\xb3\xca\xf2\xa8\xdd\x5c\xc0\x79\xe5\x6f\x33\xaa\x7c\x64\x38\xae\x25\x33\x1f\x41\x51\x9d\xac\xf7\xa1\xa8\x1e\xc5\x3b\xe5\x89\xfa\xfc\x3f\xb7\xe6\x3a\xf0\xbf\xdb\x6a\xf9\x4a\xaf\x27\x3a\xa0\x41\x7f\x42\x18\xb8\x47\x18\x1e\xd3\x0f\xe0\x27\x92\x15\xf5\xbe\x61\xe8\xbb\x03\xdb\x30\x19\xce\x8f\x7f\xa1\x9d\xa9\xb2\xc3\xde\xf0\xfa\xd4\xcf\x03\x01\x15\xe2\x1a\x63\xcc\xff\x2a\x9c\x07\x86\x83\x9c\xfc\xf3\x20\x91\x4e\x79\x6d\xf3\x80\x86\x66\xe8\xde\x62\x1e\x07\x91\xa7\xff\x29\x99\x79\x80\x10\x23\xa4\xdf\x09\x05\x76\xd5\x3d\xc5\x84\x02\xbb\x4b\x14\x4c\x18\xae\x87\x4c\xa5\x79\x70\x75\xd4\xfe\x1b\x91\x79\x1c\xc1\x71\xa6\xf7\xb7\x21\x91\x95\xd3\x33\x21\xbc\xde\x0d\x5a\xfa\x21\xf0\x9e\x9a\xca\x2c\x0a\x71\x17\xcd\x23\x05\xde\x93\x5a\x40\x46\xbd\x22\x5b\xe7\x41\xb0\x85\x6c\xe5\x79\x90\xca\xb0\x3e\x15\x62\x69\x74\xd7\xb7\x70\xa4\xa9\x18\x28\x0d\xf3\xbf\x32\x51\x98\xf2\xaf\xce\x23\x47\x83\xfd\x7d\x80\xf9\x64\xea\x4e\xf8\xae\x87\xd2\x08\xe6\xb1\x0d\x07\xdf\x64\xcd\x23\x9f\xe0\xea\xfa\xfd\x40\xeb\xfa\x7c\x01\xb5\xfd\x79\xe0\x8e\x88\x1d\x7f\x21\xe0\xa1\xf4\x05\xa2\x2c\x93\xe7\xa4\xc4\x24\x67\x4d\x62\xf9\x83\xc2\x55\x39\xa4\xad\xdb\x04\xd2\x9e\xc0\x92\xe6\x51\x40\x8c\xaf\x6a\xd2\x36\x56\x9a\xdc\x48\xf3\x00\x89\xef\xd3\x64\x6e\xa7\xe4\x81\x9d\x47\xf8\xb1\x9a\x97\x05\x51\x98\xd2\x9a\x13\xce\xee\xfd\x80\xbf\xc8\x56\x9a\x7a\x61\x1b\x37\x59\x60\xcb\x13\x52\xef\x21\x8d\x32\x0f\xee\x9e\x64\x41\xcf\xa3\x92\x63\x3b\xfc\x3c\xc9\xe8\xae\x7f\xdb\x42\xf5\xd3\x20\x90\xf7\x84\x99\x35\x8f\xc6\x2c\x16\xad\xa2\x70\x84\xe9\xcc\x3c\x0f\xe0\x90\x85\x7c\x31\x21\x01\xdf\x0f\xb8\x86\x8e\xf3\x4a\x5f\x24\xa6\x72\xb4\xea\x2a\xc9\x20\x2c\xff\xa2\x72\xe6\x11\x86\x90\x78\x65\xe6\xd1\xc0\xd5\x4d\x9a\x32\x7c\x69\x0a\x1a\x9d\x07\x9c\xa9\xa9\xe8\x79\x92\x3d\x04\xa1\x30\xe1\x00\x9f\xd9\xdb\x00\xbb\x65\xba\x7f\x84\x4f\x2a\xb0\x76\x1e\x5c\x85\x89\x80\x64\x1e\xb8\xc6\x9a\x97\xf5\xf8\xd3\xd8\x6a\xc0\x68\xac\x4a\xf5\x9f\xbb\xb2\xe2\x35\xb4\xed\x9a\x39\x3d\x1c\x61\xd7\x34\xb7\x70\x80\xfb\xd7\x35\xc2\x10\xe5\xb5\xee\x0a\x08\xb0\xa9\xfe\x00\x09\x96\x53\xcb\x3e\x38\xc4\xdd\x62\x72\x45\x3e\x13\x44\xae\x48\xf2\x22\xc6\x2e\x6a\x1e\xb1\x6d\x17\x95\x8f\xa0\x99\xc1\x52\xeb\xff\xff\x1a\xac\x06\x6c\xbb\xa8\x64\x8f\x00\xa4\x06\xe3\xd3\xe2\x19\x21\x3d\x6e\x21\xdc\xbd\xae\x00\x00\x01\x45\xed\x4f\x48\xc7\x8b\x7c\xec\xf3\x08\x57\x5b\x1b\x7e\x01\xc7\x88\xa5\x75\x80\x2f\xb7\xa1\x2f\xae\x60\x64\xd4\x98\xae\x50\xd2\x7e\xe1\xc7\x17\xfd\x7f\x1c\x09\xfc\x7f\xec\x4b\xcb\x6b\x9c\x75\xcd\x1b\x17\xc3\x2a\x7b\x1f\x45\xfc\xa7\x65\xcf\x49\x7a\x4c\xd6\x07\x22\xc8\xa7\x59\x34\x04\xe2\xc0\xa7\x1c\x80\x28\xea\x01\x01\xa2\x3a\x79\xce\x23\x82\x7e\x3e\x1f\xbc\x68\x90\xff\x0f\x51\xe3\x69\xc7\x3d\xf7\x91\x4d\x27\xd2\x52\xeb\x1a\xee\x74\xe9\xf4\x19\xdc\xe9\xa3\x79\x19\xc1\x9d\xde\xac\x3f\xb6\x65\x56\x8b\x7b\x74\xfd\xf5\xc8\x0f\x6c\x95\xf9\x11\xcf\x70\x09\x09\xa6\x67\x06\x57\x7a\xf7\x4e\xbe\x42\xe0\x2f\xd7\x18\x93\xa2\x26\x5e\xd1\x03\xb7\x28\x92\x9f\xd5\xc3\x6d\xca\xd5\x66\x05\x41\x12\x6a\xf5\x46\xc2\x92\x5b\xd6\x0f\x70\x11\x7d\x64\x1f\x39\xa8\xc3\x3a\xfe\x17\x1d\xd0\x90\xfe\x42\xb4\x59\x5f\x10\xe8\x54\x3d\x24\xe4\x9c\x0a\x37\x75\x1e\xe0\x17\x36\x0b\xe3\x1f\x48\x1a\x43\x0d\xbc\x41\x4c\xf4\xce\xc6\x1d\xd6\x2c\x7c\x23\x30\xa9\x7b\xa3\x80\x70\xd0\x2c\xed\x6f\x74\xe6\xa7\x42\x16\x81\x57\xdd\xfd\xc3\xc1\xe3\x0f\x44\x83\xd4\x81\x7b\x2f\xeb\xc3\x0d\x24\xa8\x75\x79\xa3\x3e\x9c\x63\xdd\x41\x0c\xc3\xe4\x55\x0f\xd2\xd2\xe8\x9f\x1f\x68\x80\xa5\x25\x10\x0a\x87\xf7\xdd\x13\x0d\x70\x85\x4f\x54\xe0\x07\xc8\xe2\xf2\x22\x81\xe0\x30\x79\x8e\x41\x1b\x54\xf0\xdc\x3c\xc0\x60\xf8\xa8\xa3\xb8\x61\xf4\x90\x02\xc1\xa0\x9b\xfc\x79\xc4\x05\x63\xff\x27\x84\x81\x79\xbc\xc1\x72\xee\xda\x46\xbc\xad\xfe\xbd\x13\x7e\x6b\x0d\x68\x78\xbc\xba\xd5\xc9\xb6\x54\x97\x97\x20\x76\xea\xe8\x5e\xc3\x2f\x6b\xdc\xc2\x98\x7c\x59\x91\x6c\xce\x74\x84\xdc\x28\x2a\x6f\xe1\xac\x64\xf6\x99\x60\x23\x2e\x9f\xe7\x41\x2e\xd4\x8c\xc1\x2c\x9f\x0f\xed\xa9\x74\x10\x9a\xa6\x1e\xc1\x34\x5f\x14\x3f\x3a\x53\x82\x46\x76\xb8\x1c\xe3\xab\xef\x6f\xb3\x33\x2f\x6d\x6a\x98\xe8\xeb\x1c\xfe\x3f\xc6\x37\xfb\x03\xa4\x54\xfc\x77\x24\x9c\xc1\x44\x3f\x6c\x81\x04\x13\xbd\x5c\xa8\x33\x98\xe8\x87\x38\x29\x27\x54\xf4\x59\xc0\xf4\x33\xa5\x0b\xf6\xdd\xa6\xf2\x43\x05\xff\x0d\x69\xca\x31\xa4\x6a\x01\xc4\x4d\x0a\x6b\x9e\x50\xd3\xa7\xd1\xfd\x40\xc1\x7b\xa3\x49\x4d\x25\xfa\xac\x06\x14\xf8\x80\xab\x3e\x18\x2e\x2a\xa1\x3a\xcc\x54\x60\xc9\x6c\x6a\x01\x41\x4b\x33\xfb\x05\xb0\x5c\x65\xcb\xa7\x8a\x97\xb8\xe9\x83\x35\x2a\xec\x6a\x22\x24\x16\x82\xdc\x99\xb0\xe1\xef\x07\xfc\x06\x09\xa4\xcd\x35\x92\x87\xfd\x29\x33\x06\x6e\x61\xb8\xb8\x6c\x1b\xc3\x86\x3f\x7d\x9e\x49\xe1\xe2\xb2\x75\x9d\x70\x71\x29\x16\x7b\x26\x70\x94\x14\x70\x3f\xa1\xcf\xdf\x2f\x68\x14\x81\xb6\x50\x16\xee\x4c\x0d\xfa\x2b\xcf\x33\x38\x4b\xc3\xf3\xdc\x70\xb7\x48\xc9\x27\xa0\x2a\x5a\x53\x7d\x64\xf1\x5a\xb8\xa6\x40\xa6\xf0\xca\xed\x61\x47\x69\x8c\x00\xa6\xb0\xd9\x04\x79\xfe\x96\x04\xfa\x60\x47\x78\x7a\xeb\x60\x09\x8e\xee\xbd\x03\x73\xc6\xf4\xb4\xc4\x35\xaa\xae\x29\x27\xfc\xfa\xdd\xa6\x5d\x0a\xa4\xa6\xe9\x17\x62\x10\xbd\x9b\x06\xd2\x4b\xf2\x36\xe1\x04\xfb\x2c\x14\x7c\x5c\xad\xf9\x7f\x02\x32\x96\x5a\x44\x66\x8d\xa2\x32\x27\xf4\xfb\x45\x79\x15\x33\x11\x1b\x3d\x65\x5b\x27\x12\x6b\x3e\x5b\x67\x00\xa6\x7e\x68\xd6\xb7\x29\x98\x84\xe6\x3e\xd3\x4c\xd1\x60\x0d\xea\x64\xe9\x7b\x15\x00\xa1\xdc\xbc\x6c\xc2\xe5\x25\x47\xe5\x84\xe0\x3f\x25\xef\x0d\xc0\x31\x04\x0a\x3a\xd3\x8a\xcd\xe6\xdd\x0b\x86\x63\xf3\xb2\x01\x0c\x2a\x79\x6f\x84\xe9\xf6\x69\x33\x40\xc9\xc2\x2c\x98\x69\x41\x49\x70\xb8\xc2\x1f\xa8\x3d\x6a\x51\x24\x0a\x7b\x9a\x4f\x82\xeb\x74\x20\x48\x5c\x93\xda\x18\x4d\x27\xbb\x5b\x3a\x34\x91\x07\x3c\x94\xcc\x3d\xd3\x09\xa8\xef\x52\x83\xf0\x59\x15\x77\x79\x5b\x62\xbd\x0d\x4d\x0a\xc0\x4c\x8a\x9a\x99\xe9\x82\xc1\x76\x8d\x7f\xd1\x38\xe9\x42\x81\x0e\x2d\xa9\x88\x93\x1a\x96\xa7\x11\x27\xe5\x25\x43\x9c\x54\xf5\x12\x89\x38\x29\x1d\xe3\xd3\x36\x82\x8a\xd0\xc5\x66\xfa\x31\xfe\x52\xa8\x09\x24\x8e\x8f\x82\xd8\x46\x50\xcd\xde\xc6\xa4\xee\x24\xf7\x9e\xcc\x9c\xec\xe1\xfe\x45\xef\x5d\x46\xc3\x29\x2f\x7b\xa6\x1f\xa2\xc8\x1a\xe5\x47\xcc\xac\x1c\x0b\x09\x06\xc7\x31\xbc\x49\x20\x04\x53\x92\xf1\x4c\x04\x56\x25\x4f\xd0\xdf\xa5\xa0\x57\x04\x04\x60\xd5\xf2\xfb\xde\x43\xa0\x6b\xdc\x99\x9e\x83\xe0\x67\x55\x00\x39\x57\xb6\x7c\x07\x1e\x52\xae\xf2\x99\x1e\x62\xdb\x8a\x9f\x8f\x0f\x7a\x4c\xb8\xa5\xeb\x16\x55\x4f\xf4\xd9\x93\xf2\x90\x12\x50\xfc\xc0\xcd\xc5\x98\x06\xf1\x0d\x72\x54\x97\xc1\xe8\x94\x3b\x2a\x01\x79\x6c\xbf\x42\x22\x97\x67\x0c\xcb\xff\xc8\xe5\xf1\x98\x45\x30\xb5\xa0\x58\x67\xfe\x73\x78\x15\x95\x4b\x3c\xd0\xf5\x03\x09\x61\xc5\x65\xe8\x60\xb4\x4f\xf3\x36\x2c\xaa\xe2\x9c\x66\x3e\x06\x94\xbb\xae\x70\x12\x32\xe9\x0f\x06\x95\xc8\x52\x99\xf8\x3b\x0d\x41\x3e\x62\x8c\xb4\xf1\x33\xd4\x13\xd9\x0d\x0a\x8f\x97\xd0\x5d\x67\x06\x43\xb2\x6a\x50\x73\x78\xbc\x74\x3d\x39\xf3\xb6\x3d\x4a\xff\x3c\x70\xc1\x18\xeb\x1a\x03\x5a\xd5\x5f\x8c\x51\x94\x46\xc8\x09\x7c\xd9\xe2\x0a\x39\x40\xb8\x05\xdc\x7d\x0d\xdd\x3f\xcf\x8c\x0f\x4b\xb7\x71\x33\xe7\x58\x19\xd3\x3f\x90\x9b\x20\xe1\x94\x09\xd6\xb2\xac\xc8\x04\x6b\x89\x03\x72\x66\xa8\x20\x84\x87\x38\x73\x8e\xcd\x30\xfd\x02\xee\x69\xcf\x23\x08\x91\xc9\xd3\xb0\x6d\x97\x24\xd8\x9b\x99\xc3\xc7\xa5\x7b\x9e\x99\x83\xdd\x79\xf8\x85\xb0\xc7\x5c\x1e\x50\xc4\xba\x82\xe8\xa2\xdf\x27\x19\x44\xf2\x27\x47\xac\x96\x3d\x52\xb9\x44\x17\x5d\x66\x69\xca\x76\xc9\x95\x85\x26\x53\x24\x6f\x63\xa7\x88\x1e\x75\x66\xf2\x86\x87\xb7\x6b\xae\x78\x97\x9b\x1f\x88\x2f\x7a\x69\x56\xbe\xe8\x79\xaf\x8c\x91\xf4\x76\xc6\xa1\xe4\x73\x5d\x6e\xa0\x9e\x0d\x97\x49\xf2\x92\x8e\xca\x2d\xde\x57\x97\xc9\x89\xb2\xc8\xcc\x3d\x3c\xa9\x92\x48\x19\xd3\xe3\x98\x2e\x8f\x78\x40\xeb\x04\x7a\x68\xd1\x49\xcf\x4c\x80\x96\x55\x4a\x26\x47\xb7\x7c\x2a\x20\x6a\xde\x9b\x69\x30\xcb\xde\x4c\x23\xf2\xdc\xf4\xfe\x08\xb8\x56\x8d\xf1\x00\x22\x57\x26\x6e\xc6\xae\x38\x8e\x7f\x72\xa9\x65\x1c\x50\x4a\x3d\x9d\x39\x1c\x50\xf6\x5d\xe4\x6d\x85\x34\x05\x06\xcd\x3c\xb8\xe6\x72\xeb\x07\x00\xc0\xcb\xad\x01\xfc\x56\xc3\xb7\x8d\x90\x76\xc8\xf5\x9d\xb7\x8d\x91\xb3\x07\x0b\xe2\x87\xf1\xd9\x86\xb3\xf2\x82\x46\x63\x1b\x21\x55\xd8\x8b\x33\x87\x11\xa2\x34\x8a\x99\x27\x94\x6b\x32\x4a\xf2\xbc\x20\x76\xd6\x70\x91\x1e\xec\xe0\xe2\x99\x67\x04\xc6\xf8\x85\x87\x0a\xfc\x7f\x34\x59\x15\x84\x15\x33\x2d\xcd\xb6\x15\xd3\x0e\xaf\xd9\x40\xa2\xf6\x92\x5b\x83\xff\xd5\xe4\x6d\xe5\x34\x45\x0a\xcd\xbc\x18\x52\x19\x7a\x79\x1b\x31\x45\xf1\xe1\x33\x2f\xc0\xaa\xa4\xd5\x73\xf8\x9f\xa6\x25\xcf\xda\x2d\xb4\x37\x3f\xc7\xc5\xde\xb4\xa4\x39\x13\x0f\xb8\xbc\x07\xd5\xee\xf8\xfc\x47\xff\xa5\x41\x3f\x89\x95\xb2\x24\x0a\x33\x48\x10\xc3\x33\x6f\x33\xa8\x1d\x4b\x2d\xd8\x66\x50\x13\xbf\xc4\xcc\xdb\x0c\x6a\xbe\x7f\xc8\xe7\x45\x97\xfd\x41\x72\xb4\x2d\x27\xc0\xbf\x1c\x7e\xfc\xe1\x71\x8d\xc8\x49\x2c\x95\x37\xed\x75\xf0\xbf\x3e\xc7\x4d\xa1\xa0\x30\x66\x8e\x60\x31\x91\x7a\xce\x1c\x84\x18\x3a\x84\xe5\x8b\x01\x90\x95\x90\xaf\x41\x85\xea\xdf\x15\x53\xe4\x0a\x17\x98\x67\x6a\x3f\xee\xaa\x31\x2d\x97\x08\x69\x5f\x1e\x90\x30\xd5\x6c\x9a\x65\xee\x1e\x3f\xbb\xf6\x8a\x2e\xaa\xfc\x8b\x29\x72\x39\x5a\xa8\x16\x91\x25\x3d\xfc\xfe\x2f\x5a\xa8\x0f\x46\x66\xdc\x74\x13\x7f\x4c\x81\xcc\x8c\xcc\x4d\x63\xb2\xfa\xfa\xd1\x00\xef\xbc\x5f\x64\x22\xea\xfd\x3b\x16\x91\x0e\x38\xf9\x4e\x44\x9f\x68\x92\xee\xcc\x22\x52\x05\x77\xd9\x65\x99\x21\x99\x8b\x49\xfb\x61\xf3\xdd\xf6\xff\xd5\x1f\xe8\xf1\x01\x75\xe9\x1e\x04\xec\xf8\x03\x74\xf1\xd3\x22\x78\x16\xa6\x9f\xff\xd1\x00\x7f\xe0\x8e\x0a\xd5\xe5\xf0\x68\x7d\x5a\xb8\x0d\xa3\xe9\x8d\xf7\xb0\x8c\x2c\x59\x1f\xe6\x40\x27\xa2\x1c\x41\xf5\xd3\x66\xc9\x43\x17\xad\xb1\x9f\xd8\x47\x9a\x04\x22\xc0\xb2\xc7\xf8\x21\xe4\xc8\xdb\x02\x90\xd1\xc3\xcb\xee\x09\x40\x08\xd7\xf7\x12\x43\xa5\x1e\x46\x4c\xbd\x3d\x2a\xf9\x85\xe1\xd3\x1b\xf5\x8d\x06\x68\x95\xbc\xac\xe3\xec\xe7\x43\x7c\xdb\xca\x79\x17\xf7\x2b\x6a\x41\x5c\x9e\xda\xc7\x94\x5f\x76\xaa\x2c\xf6\x72\x44\x13\x64\xd5\x94\x03\xa0\x0d\x0d\x5a\x39\x90\x76\x9a\xd6\x72\x04\xc5\xc7\xbf\x90\x12\xcc\x72\x04\x2d\xb6\x5f\x26\x66\xab\xf8\x63\x9d\xd6\x74\x95\xa3\x7f\x2e\xb3\x44\x24\xe8\xca\x81\x1c\xca\x6e\x3d\x4b\x44\xe3\x55\x8e\x58\x22\x32\x58\xca\x11\xe9\xac\x6e\x00\xa2\x54\x82\xa2\xa4\xbf\xee\x4f\xfd\xc0\x1a\x71\x0b\x23\x4b\x4f\x11\xf4\xb3\x24\x9a\xd8\xfc\x02\xfb\xb0\xb8\x46\x06\x58\x6b\xaa\x24\x9a\x28\xa7\x5f\xc9\x81\xe8\xac\x2e\x00\x48\x63\x93\xa9\x64\x10\xf3\x35\xe5\x05\x2b\xd2\x1e\xb1\xb2\xad\xc8\x66\x51\x55\xc2\x8a\x14\x69\xea\x2c\xb0\xc8\x26\x89\xae\x12\x2e\xb0\xa5\x6d\x51\x0a\x5d\x94\xf0\x2c\x61\x46\xda\x90\x2d\x85\x6d\xd0\x5d\x03\xab\xb0\xfa\xff\xc6\x85\xbb\xba\x1c\x66\xe6\x72\x85\x23\x2a\xf4\x0f\x90\x96\x79\x19\x94\xb8\x34\xf2\x07\x18\x43\x89\xa2\x12\x89\x7e\xf6\x7d\x94\x12\x83\xa8\x2e\x54\x76\x76\x73\x99\x16\xcb\xca\x2b\xa0\xce\x65\x4f\x52\x8d\x49\xd3\xac\x86\x1d\xba\x92\x1f\x88\x2c\x60\x97\x63\x10\xff\xdb\x68\x05\x38\x9a\x6f\x39\xc6\x50\x3d\x68\x19\x66\x42\xf5\x38\xae\x4e\x97\x44\x47\x89\xab\x53\xaf\xec\x16\x01\xd7\x7e\x81\x95\x2b\x0a\xd0\x59\x1a\xf2\xdb\xeb\xa2\x45\x8b\x54\x41\x8f\x21\x50\x05\x60\xc7\x08\x30\x67\x96\x1e\xb3\xea\xbd\xd1\x0b\x93\xa0\x26\x6f\xcb\x37\x8b\x13\x66\x96\x8e\xfc\xee\x2e\xb3\x37\x75\xfa\x28\xdb\xf0\xad\xd9\x82\xa0\xb3\x37\x25\x8d\x4b\x67\x6f\xea\xcc\x57\x7a\x4c\xaa\x1b\x74\xb1\x6a\xdc\x01\xe6\x54\x17\x81\x65\xdb\xc5\xd5\xce\xe3\x02\x56\xac\xbd\xcf\x65\xf0\x3d\xc9\xca\x32\xd8\x68\x3a\xfc\x94\x41\x7d\x32\x12\x0a\x96\x6a\xb2\x60\x9b\xf4\x4f\xa7\xa7\xc2\x55\xe7\xe1\x29\xdd\x96\x66\xf6\xe5\x6e\x99\x81\x28\xed\x32\x37\x50\xd2\xc8\x65\xa1\x1f\xa5\x2f\xcb\x62\x0d\x4a\x14\x17\x72\x06\xac\xbe\x4a\x5c\x64\x2e\x2f\xca\xb0\x13\x2d\xab\x16\x1d\xf2\x2e\x59\x74\x48\xa2\xbb\xc4\x3d\xe5\xf2\x36\x59\x2c\x11\x2f\x5a\xa0\xd1\x87\x6f\x20\xca\xc9\x1a\x91\xdd\x55\xb8\xa8\x1c\xcb\x73\x7a\x82\x96\xe8\x1a\xcf\x50\x60\x2e\x47\x13\xd5\x84\xb0\x03\xa7\xdf\x67\x8e\x65\x03\x94\x13\x1f\xa5\x17\x61\x18\x72\xb2\x6a\x0a\xe8\x04\xbe\xa5\x2b\x57\xe0\x33\xa8\x07\xd0\xc2\x8e\xf5\x79\x81\x45\x38\xff\x05\xca\x66\x96\x8b\xa4\x06\xef\xf2\xb0\xf2\x74\xbe\x2e\x40\xe3\x66\x19\xf6\x05\x67\x9d\x10\xa0\x66\x89\x4b\xc9\xe5\x25\x46\x80\x59\xb2\xec\x27\x27\xc0\xee\xae\xf2\xdb\xdd\x53\x8c\xfd\x2c\x61\xe4\x2d\xff\xdf\xf8\x5f\xf5\x05\x58\xc2\xf2\x94\x42\x9b\x36\x3f\x15\x04\x71\xb0\xc6\x23\x1c\x6c\x6b\xba\xc6\x1f\x41\xee\xea\xd2\xb6\xea\x92\x72\xfd\x67\xd9\x46\x59\xcb\x56\x06\x01\x8f\xe0\xd0\x9e\xb2\xad\xb2\x26\x08\x8f\x59\xee\x58\x95\x1e\x84\xb0\xca\x74\x20\x2b\x10\xea\x0b\x88\x70\x96\x9b\x6d\x65\x61\x7f\x87\xfe\x91\x69\x5c\xb6\x15\xd6\xb2\xd5\x0d\x01\x68\x1f\x1d\x8d\x15\x96\x93\xff\x67\x5f\xfa\xfd\x07\x13\xc6\xb2\xfc\x39\x79\x5e\x43\x40\x62\xe2\xe1\x41\x7d\x63\x12\xd4\x65\xc0\x75\x84\xf8\x39\x4b\x80\xeb\x58\x41\xbf\x90\xdb\xeb\xac\x52\xb1\x80\xa6\x38\x6d\x66\x3d\x62\x16\x8b\xca\x39\x1e\xe8\xfa\xa1\x50\xc3\x52\x19\xdf\x54\x76\x8d\x2d\x5e\x18\xfa\x21\x06\xdd\x5f\x88\x6d\x96\x55\x0e\xb0\x47\x3f\x8f\x24\x90\xce\xaf\x07\xa9\x0e\xdd\xef\xdf\x58\x79\x2e\x3f\x1c\x1e\xdc\xe2\x98\x02\xbd\x9f\xa2\x8b\x6e\x21\x56\x4e\x96\x2c\xab\x29\x26\x5d\x0d\xc0\x68\x51\x20\xf7\xac\xe9\x26\x64\xf9\xbf\x39\xac\x99\x0e\x79\xc8\x32\x8e\x25\xed\xac\x9a\x51\xf8\x92\x13\x75\x1b\x31\xd3\xe1\x02\x15\x13\x24\xcb\xca\xaa\x64\x19\x2a\xc9\x6d\xd6\x6d\x30\x34\xe5\x6e\xcc\x8a\xfe\x17\x88\xc6\xac\x25\xda\xa3\x19\xa8\xb4\x27\xbb\x4c\xa8\xa9\xdb\xd7\x62\xcd\xe9\x7f\x52\xfe\x7c\x17\x5e\x1b\xc9\x37\xae\xaf\xcd\x38\x49\x68\x00\xda\xe2\x03\x1a\x00\x88\xdf\xb3\x07\xb4\x85\xc7\xd3\xff\xd3\x60\xd9\x17\x15\xb2\x30\x8b\xa6\xda\x63\x4d\x79\xca\x83\x2d\xcc\x6b\x0c\xbf\x94\xd8\x81\x67\xed\xb1\xa6\x86\x6b\xec\xe4\xe7\xaa\x8b\xa8\xdf\xec\x2e\x71\xe3\x35\x7d\xdb\x5b\x41\xf3\x59\xdd\x15\xfc\xb8\x1d\x76\x99\x7d\xe1\x45\x05\x98\xfb\x3c\x24\x7b\x2a\x89\x83\x4a\x84\x9f\x75\xc4\xaa\xf2\x2c\x0f\x60\xb2\xba\xcb\xd1\x49\xa9\xe0\x3a\xd8\x38\x32\xdf\x2b\xf1\x53\x53\x68\x2e\xb3\x0e\x70\x5b\x65\x63\xd4\xc1\xbc\x7a\x14\x70\x5f\xf9\x78\x53\xb1\x09\x1c\x89\x53\xb9\x43\x9b\x87\x8c\x82\x3a\x62\x9e\xf4\x01\xb0\x06\xaa\xac\xf3\x3a\x63\x5e\x5d\x8e\x51\x5b\xf3\x5f\x14\x4e\x25\xb6\xc9\xfa\xb5\x4e\x66\x5d\xfa\xa1\x06\x32\x9d\x5d\x3f\x15\xdf\x53\xf6\x3a\xdf\x36\xc3\x3a\xbc\x6f\x56\xcc\xba\x2a\xc0\xb5\xe4\xdb\x8b\xca\x05\xda\xf4\x09\xb5\x2e\x42\x00\xdc\x1f\x7c\x4b\xbe\xc2\xaf\x78\x86\x94\x67\x3e\xeb\xb9\x8d\x2c\x91\xe0\xcd\x1a\xbc\xec\xb2\x2a\x2b\x8e\x94\xe9\x13\x67\xc5\x93\xe2\x80\xb3\x1a\x69\x74\xd2\x1f\xf5\x62\x00\x65\x99\x57\x74\xaa\x60\x57\x66\x45\xa7\x4e\x1f\x38\xeb\xd6\xa9\x63\x78\xcc\x2e\x96\x9d\xa7\x9c\xa0\xed\x69\x3f\x43\xbd\x10\x66\xee\xd2\x56\xba\xcb\xa7\xfe\xfa\x0b\x59\xa2\x0a\x49\xbc\x3b\x3c\xe5\x3f\x0e\x1b\x32\xa4\xeb\x2f\x5a\xa8\x06\xfd\x22\xa9\x5b\x2d\x26\xb0\x67\xda\x91\x51\x7f\xb1\x31\xd4\xc5\x1b\x85\xa3\xe8\xac\x7a\x83\x77\xef\x31\x05\x7e\x6e\xda\xed\x5e\xf1\x9c\x64\x1d\x01\x2b\x9e\x91\xcf\x56\x26\x73\xad\x5a\xbc\xdf\x31\x04\x32\xd5\x2b\xd0\xb9\x76\xc7\x55\x1c\x1b\xca\xce\x9c\x15\xbf\xc5\xa7\x8b\xa4\xae\x4d\x9f\x87\x2a\x3a\xd6\x07\xb0\xfa\xc4\xbe\x52\x93\x9f\xa0\x15\x72\x05\x7f\x90\x8a\xfe\x81\xb8\x43\x8b\x27\xe8\x51\xac\x84\x6b\x28\x61\x7f\xf0\x65\x27\xc8\xd0\xab\xb0\x9d\x7c\x14\xd0\x1b\x5d\xb4\xca\x7a\x99\x65\x7d\xb0\x71\xb2\xf7\x69\xa5\x45\xac\x8a\x34\x56\x4b\x31\xc8\xb2\x5b\x1a\xc1\x2a\x4a\x8e\x9a\x2d\x91\xd3\xab\x2e\xb6\x14\xfc\x5d\xfe\xff\x24\x00\xcc\xef\x3f\xbb\x85\x9a\xa4\x96\x68\x90\x8e\x98\x8d\xfb\xa1\x69\xa5\xdc\x08\x82\x4e\x12\xf9\x2d\xff\xb5\x48\x5f\x24\xb9\xdf\x8e\xe6\xb6\x95\xe6\xb2\x19\xd1\x38\xe9\xdb\xb3\xd0\x32\x57\x58\xd5\xff\xc3\xdf\x2e\xe1\xd7\x4a\xf0\x11\xba\x8c\xf0\xd3\xc2\x6d\x85\xad\xa8\xbd\xdc\x38\x55\xfb\x10\xdc\xf6\xa9\xba\xd9\x17\xd2\x40\xcf\x91\x6c\x69\x84\x27\x0b\x5f\x6f\xb6\x9a\x98\x32\x55\x07\x5c\xdd\xb4\x4e\x6b\x1c\xba\x85\x7b\x32\x1b\x79\xf6\x87\x47\x9c\x48\x17\x03\xe4\xcd\x56\x69\xb0\x4e\x98\xad\x12\xe6\x28\xfd\xd1\x2a\xc9\x5d\xc3\xff\x33\x25\x7e\x3f\xb4\xb6\x64\x53\x6b\x48\x4f\xd9\x61\x0d\xc8\x57\x63\x6d\xcd\xd6\xc2\xac\x68\x2a\xb3\xec\x9b\x5f\xf8\x6b\xa1\x7f\x00\x40\x22\xb9\xcc\x90\x4a\xa3\x35\x0e\xe5\x02\x16\x99\x8d\xc4\x2a\x51\x9d\xcf\x86\x16\x9f\x96\x15\xad\x23\x3e\x25\x9f\x5b\x8f\x21\x50\x8b\x88\x58\x9e\xfd\x5f\x08\x09\x66\x03\x0a\xc0\x01\x69\x8d\x4c\x7f\x87\x26\xb5\x01\xc3\xa5\x57\xe4\x88\xd6\x48\x38\x37\xe0\xf6\x8a\x9b\x3f\xb0\x43\x25\x47\x5a\x90\x7e\x5b\x4e\x34\x6e\x83\x84\x7b\x32\x5b\xa8\x53\xd9\x10\x8d\x33\xb8\x90\x60\x66\x1b\xa0\xd1\xc9\xb6\x6e\xd0\x7a\x5b\x5f\x37\xce\xe0\xd9\x9b\x6e\x9f\xc1\xf7\x07\x55\xe1\x44\xe1\xe9\xd0\xdd\x48\xc3\x3a\xbc\xab\xb9\x0e\x9a\x9f\x29\xe4\x94\xee\x30\xcc\x46\x1a\xd6\xfc\xac\xf2\xad\x93\x97\x70\xc1\x66\xe3\xba\x47\x50\x2d\xb3\x71\xdd\x33\x3f\x73\x0c\x33\xf8\xf4\x36\xda\x3a\x79\x9b\xd0\x2a\x5f\xe4\x25\x6b\x4c\x38\xa6\xdb\x29\xdc\x16\xa2\xd1\x7d\xe6\x32\x46\x08\x19\xb3\x11\xec\x3b\x05\x6b\x32\xdb\x19\x37\x8c\x9a\xb6\x33\x56\xa5\x6b\xe4\x14\xfe\xd9\x17\x04\xa5\x88\x89\x76\xb6\x93\x48\x21\x77\x89\xeb\x95\xef\x07\x5e\xd2\xef\xd4\x03\x4e\xe5\xb6\xce\x1b\xb7\x23\xd9\xa2\xf1\x8a\x65\x20\x4b\xaf\x85\x92\x77\x0b\x01\xfc\x39\xe4\x86\x6e\xa1\x82\x65\xc6\xb5\xad\x72\xb3\x6d\xd1\x46\x18\x88\x5d\x2f\xed\x17\x1b\x5b\x43\xc8\x29\xf6\x23\x08\x20\x03\x73\x68\x54\x0b\x05\x2a\x3b\xb2\xdd\x6c\x74\x9f\x93\x1b\xec\x60\xcb\xa2\x87\xab\x03\xe5\x6d\xcd\x06\x1e\xcf\x47\x39\x3c\x71\x62\xd3\xfb\x5b\x3f\x4e\xdf\x02\x37\xa2\x40\xba\xce\xb0\xed\xa1\xc3\x96\x95\x6f\x80\xcf\xe9\x7d\x22\x4d\xa7\x63\x34\xda\x1b\xb2\x5e\x3d\x7e\x83\x8c\xcb\x2f\x44\x85\xfa\x00\x41\x21\xca\xea\x9a\x2d\xd4\xa1\x0e\x4c\xfd\xc0\x30\x94\x19\xd6\x8f\xd8\x48\x4b\xe5\x0e\xd4\xa7\xff\x07\x48\x46\xba\xa2\x83\x6e\xe7\xd0\xd1\x1e\xea\x54\xa2\xb5\x27\x24\xe3\x72\x99\xf6\x49\x10\xf4\x3f\xed\xf8\xdf\x80\xf6\x8c\xe0\xd3\x01\xab\xe7\x58\x42\xfa\x3e\x5e\xed\x29\xd2\xd0\xd9\x33\x4b\x48\xea\xba\xe7\x58\x12\xaa\x00\x76\x4b\xc1\xa2\xcc\x4e\x28\xc2\xf4\x6d\x50\x2f\x31\x62\x7e\xe0\x8a\x07\xfc\x03\x73\xbe\xfc\x02\xc9\x1e\x1e\xa2\xc8\x76\x91\xa4\xe8\x15\x5e\x23\x89\x9a\x5e\xc9\x3f\xd7\x1c\x77\x5c\xbe\x2b\xbb\x8c\x5f\x41\xea\xae\x37\x72\xb0\xe4\x3f\xec\x5b\xd9\x8c\xf9\x79\x9e\xf4\xfe\xec\xe7\x69\x70\x95\x17\xa0\x37\xd0\x54\xbb\xcb\x77\x3c\xa0\x41\x6e\x40\x38\x78\xcc\x1a\x9e\x0f\x9d\xca\x3b\x7c\x5e\x4e\x1b\xeb\x7d\x40\xd8\xa6\x31\xe7\xc4\xf7\x99\xd4\x4e\x5a\x57\xab\xff\xa2\x6c\x7a\x8f\xd6\xc8\x5c\xe9\xc4\x31\xd8\xa6\xec\x03\x04\x0f\x99\x37\x9d\xb3\xd7\xf2\x92\xd9\xba\x62\xd8\x47\xdf\x01\x06\xb7\xc3\xba\x8f\x68\x8d\x5a\x3b\x6e\x8e\x2e\xae\x3f\x08\xa1\xfd\xfc\xcb\xf3\xfa\xde\x3c\xa0\x0e\xd6\xf8\x4f\x48\x4a\xbc\x60\x08\x3d\x10\x9c\xef\xec\x13\x83\x4f\x46\x74\x9f\xb4\xa7\xfb\x79\xc2\x75\x74\x6e\xe8\x93\xf5\x22\x8b\xb4\x2f\xb2\xaf\x3c\xba\xa4\xeb\xce\x5a\xfc\x43\xc3\x20\xd4\x07\xb6\x62\xa8\xc7\xa7\x1c\x15\xaa\x7c\x46\x85\xea\x50\x40\xbf\x7a\x40\x49\xa8\xb5\x83\xbd\x03\x23\xee\x9b\x9f\x7e\x92\xed\x24\x07\x7b\x07\x46\xdc\x0e\xf8\x7e\xc6\x82\xf3\x8a\x07\x47\xdc\x1e\xfd\x7e\x32\xa2\xd2\xee\xfd\x22\xcd\xcf\x0d\x06\x37\xce\xc7\xdb\x0e\xae\xb8\xc5\x78\xbf\xc8\x10\x90\xf6\xef\x17\xf9\x68\xde\x21\x17\x0d\xf2\x0e\x23\x47\xa3\x7b\xfd\x02\x25\x6e\x0b\xba\x93\x73\x31\xab\x87\x18\x8c\x14\xdb\xf8\x9d\x4b\x72\x47\x0b\x75\xa0\xc4\x67\xf5\x10\xfc\x18\x92\xe1\x0a\xce\xb0\xc7\x54\x86\x7f\xc2\x73\x4c\x36\xae\x4f\x21\xfd\x17\x23\xa2\xfa\x6e\x46\x44\x7a\xa4\x83\x34\x6e\x07\x6f\xbf\xb9\x43\x91\x1e\xe9\x37\x53\xe4\x1d\x77\x03\x32\xe3\xef\xdd\x67\x60\x09\x68\xc8\xef\x2d\xf7\xdb\xe7\x03\x34\xc8\x72\xf4\xa6\x41\x1e\x81\x00\x25\x71\x83\xc9\xce\xf5\xa5\x47\x7f\x58\x63\xd2\x94\x1d\xe4\xf1\x61\x21\xc4\x0d\xf4\xac\x6e\x21\x39\x17\xd5\x23\x46\x36\xee\x47\x2e\xbf\x31\xe7\x1a\x91\x37\x7a\xe8\xff\xf1\xa9\x7b\x97\x47\x0e\x84\x1b\xcc\x41\xcf\x51\x02\xfd\xfd\x6b\xc0\x7f\x1f\x1c\x90\x84\x09\xf5\x74\x8e\x23\xc0\xf4\xa5\xfc\xc7\x11\x2c\x58\x4d\x65\x5a\x28\xf7\xec\x00\xe8\xd5\x61\xcd\xe3\x60\xdb\x2c\x57\x18\x2d\xee\x2a\x33\x64\x9f\xfa\x59\xa5\xcb\xef\x33\x84\x6e\xe0\x3e\x69\x56\x47\x3c\x8d\x14\x23\xa4\xe7\x41\xfd\x98\xed\xf0\x0b\x04\xbf\x4b\x8c\x0f\xae\x90\xa7\xe5\xf4\xd8\x47\xd1\x32\x3f\x0f\xe0\x53\xc9\xfe\x02\xba\xcf\x59\x78\x23\x41\x34\x21\xcd\x31\xa0\x51\x99\xce\x48\x1b\x09\x07\xb1\xa6\x7d\x10\xfd\x38\x9d\xe3\x36\x82\x68\x45\x5b\x6f\x64\x2e\x62\x24\x7c\x07\x09\xbc\xbe\xc9\x18\x50\x95\xd9\x49\x3e\x72\x74\x52\x0a\x7f\x04\xf1\x8a\xa4\xef\x20\xc3\x37\xbb\xc9\xc1\x82\x72\xfc\x93\xae\x19\x41\x91\xe2\x01\x2a\xb0\xbc\x78\x44\x0b\xf4\x23\xee\x2e\x61\x88\xbe\xc4\x18\x41\x67\xe2\x01\x2d\x10\xdb\xb8\xf7\x35\xae\x2e\xf5\x7c\x85\xd9\x43\xaa\x61\x70\xfb\xfb\x7d\x1e\x72\x12\x4f\x48\x8d\xe1\x94\xf1\x31\xb6\xed\x50\x7c\x95\x37\x1a\xc3\x25\x39\x33\xe2\x24\xea\x8b\xad\x11\xa8\x70\x5e\x94\x2d\xd6\x84\xac\x8d\xd1\x02\x9c\xde\x35\x20\xda\x9c\x16\x32\x08\x6c\xb4\xab\x73\x04\x77\x88\x2c\xca\xd1\xa3\x09\xfa\x42\x67\x0c\x75\x7c\x1f\x9d\x09\xcb\x7e\x1e\x48\xb3\xcf\xff\x8c\xa1\x2c\xc2\x41\x7e\xc3\x74\x7a\xc0\x18\xf1\x41\xb5\x18\xe7\xad\x12\xfb\xe7\x18\x7f\xfc\xdf\xfe\x61\xf7\xd1\x87\xc1\xc1\x85\xee\x74\x74\xf8\x18\x84\x15\x7b\xda\x82\x3a\x44\xd7\x26\x63\xc4\x34\x68\xcd\xcd\x58\xa4\x1a\xa3\x49\x97\xa5\x80\xc7\x0c\x5a\x06\x4d\x23\x4c\x22\xf6\x68\x0f\x68\xce\x7c\xeb\x30\xb0\x00\xec\x8e\x1e\x58\x00\xd3\x79\x9a\x83\xd0\x41\x01\x16\xcf\xb1\x62\x8c\x35\x04\x8b\x75\xa9\xd3\xfe\x58\xcf\xb6\xb2\xdd\x63\x68\xca\xa6\x1b\xcc\x75\xab\x83\xd9\xc7\x19\x0d\xd2\xf7\x20\xfe\xb0\x5b\x6e\xa0\xb0\x3f\xeb\x16\x52\x31\xbb\x3a\x07\xa8\x6b\xb3\x5b\x30\xa0\xd1\x7d\xf0\x1a\x20\xbb\xda\x77\x3a\x40\x51\x9b\xdd\x3b\x0d\x15\x6e\x67\xe8\xb8\xc0\x1c\xf1\x10\x5e\x17\x43\xaa\x2f\x12\xf7\xf6\xf1\x41\x0c\x52\x14\xec\x60\x1e\x3f\x56\x89\x17\xfe\x0f\xec\x44\x2f\xdb\xd0\xf1\xbe\x2c\x1b\x3f\x30\x81\x74\x72\x1a\x71\x25\xda\xbd\x10\xb7\x92\x5f\xdd\x5b\x87\x48\x38\x43\x66\xcc\x01\x28\x87\x9d\xe4\x03\x87\xae\x5d\xd0\x83\xd3\x66\xb7\x80\x47\x89\xdb\x2b\x32\x6e\x96\x95\x3c\xd4\xe3\x8e\x41\xd3\xa0\xde\xd4\xe7\x9d\x08\x56\xab\x5d\x93\x03\xaa\x69\xe7\x5c\x8f\xf0\xbe\xf6\xea\x17\x62\x90\x5d\xa6\xc1\xf2\xdb\x0c\x52\x0a\x8c\x00\x3c\x07\x29\x05\x0e\xbb\x1e\xe1\x8e\xed\x1e\x65\x40\x38\x3e\x0b\x13\x77\xac\xef\xe7\xc6\x0b\x04\xb1\x77\xd2\x1b\x3a\x52\x43\x44\x98\xd8\x67\xef\x12\x26\x36\x9d\xa5\x36\xf6\x79\x74\x0e\x4f\xc2\x1b\x1f\x54\x03\x42\x8d\x3b\x2d\x62\x6e\xad\x5c\x05\x67\x37\xe7\x11\x83\x20\xf3\x79\x92\xcc\x28\x4a\xa9\x39\xff\xd4\x76\x57\x39\x06\x45\x15\x80\xc5\xea\xe4\xa3\x09\x16\x6b\x97\xe1\x31\xc3\x01\xec\xf3\xd8\x44\x2f\xe7\xf6\x2f\xa0\xd0\x73\x86\xd2\x16\x86\xe4\x9c\x28\x6d\x7b\x81\x26\x08\x1a\x76\xae\xce\x14\x8b\x60\xaa\xfc\x72\x65\xab\xe6\x84\x7b\xd8\x09\x66\x13\x70\x75\x3b\xaa\x26\xee\x61\x87\xce\xcf\x1c\xab\x46\x15\xa2\x03\x1d\x03\x3b\x49\x4c\x74\xa4\xfc\x04\x3b\xcb\x37\x8c\xb3\xa0\x0f\x74\x1a\x98\x25\xa6\x70\xb9\x42\x8e\xfc\xc9\x0f\x20\x4c\x3c\x21\x15\xda\xde\xe6\x72\x24\x89\xe8\xfd\x1a\x39\x78\xea\x61\xed\x64\xcc\xb9\x7c\x82\x14\x9b\x55\x66\x15\x8b\x7f\x65\xce\xad\x45\x8b\x73\xa9\xe6\xd6\xa2\xd5\x41\xb7\xb3\x81\xa6\x90\x5c\x0e\x0c\x4b\x8d\x18\x2a\xd1\x97\xcc\x33\x54\xa2\x33\xe4\xe6\x56\x89\x55\x08\x6f\x73\x82\x93\x35\x9d\x10\x3b\x5b\x60\xfa\x6b\x08\x20\xe4\x9a\x76\xc3\x4c\x08\xb9\xa6\x6b\x24\x88\x6a\x79\x91\xee\x13\x76\x13\x8d\xef\x9c\x9d\xd8\x7b\x9d\x37\x26\x4a\xd6\x37\x39\x93\x5b\x5a\xfb\x18\x26\x79\x89\xc9\x73\x80\xbb\xd7\x3e\xf6\x19\x97\xb4\x02\xba\x9a\xb3\x13\x31\xaa\x7d\x37\x49\x4b\xfc\xec\x8a\x38\x95\xfb\x44\x31\xc1\xe6\x9a\xde\x05\xa1\xb6\x87\xf4\xfa\x1c\xd8\xd7\x3a\x16\x4f\x2e\x69\xa7\xc3\xd7\x27\x1c\x61\x87\x4e\x75\x73\x70\x17\xee\x9d\x10\x4e\x61\x47\xbd\xcc\x11\x34\x04\x6a\xf3\x80\xea\x52\x5a\x73\x8e\x48\x0a\xd1\xa0\x70\x70\xf7\x3d\xf2\x24\x31\x71\x8a\xa9\x7e\x4e\x4e\xee\x42\xb0\x9d\x73\x46\x8b\xd4\x02\x92\x06\xa6\x11\x1a\xe6\x8c\xa4\x0d\x15\x81\x30\xf2\x56\x43\xcf\x3b\x2d\x6e\xe2\x13\xae\x87\x5f\x8f\x65\x50\xdd\x22\xb0\x3e\xbd\x94\x17\x44\x08\xde\x4a\xab\x83\xb4\xa5\x06\x72\xcb\x2a\xd0\xff\x39\xcf\x68\xb0\x46\xe4\x8c\x06\xbb\x05\x67\x64\x4e\xab\xc5\x1c\xcd\x8f\xcf\xff\xd1\x22\x9d\xdd\xe7\x49\x62\xa3\xcb\x44\xc0\x7f\xa4\xdf\x35\xf8\xa2\x86\x90\x5b\xd5\x43\x1a\x63\xfe\xb8\x9c\x92\x73\x63\xfe\x08\xb4\xf2\xf3\x3f\xd0\x53\xbd\xce\xd0\xc2\xbe\x88\x9f\x1c\xa4\x9d\xf5\x32\x7f\x50\x03\x79\x23\x70\x70\xf6\xa1\x68\xfe\x70\xb6\xe9\x7a\x6e\x6e\x9d\x5a\x45\x08\x32\xe7\x1d\x23\x62\x71\xbe\x4f\xce\xd5\x07\x8c\x79\x37\x10\x26\xd4\xc0\x3b\xe6\x50\x0d\xe4\x24\x6d\x93\x7c\xde\xa8\x48\xb9\x0a\x26\x1e\xde\x69\x59\x10\x77\xa8\x4e\x24\x9a\x77\xa0\xa3\x69\x44\x9e\x98\x33\xcd\xe1\x03\x21\xab\x54\xe8\xdc\x5a\x3c\xdb\xfd\x35\x51\xe2\x4e\x13\x99\xe0\xa9\x1f\xeb\x5f\xb8\x3d\xe7\x7c\xe1\xa7\x75\x63\xde\x44\x59\xa3\x41\x8c\xd2\xd6\x79\xfa\x81\xbc\x52\x0b\xe3\x7d\x0c\xcf\xcb\x82\x06\x6e\xee\x8f\xb0\x07\x8b\xe0\xa3\x7e\x21\x08\x73\x5a\xcd\xe4\xfe\x75\x7e\xca\x31\x7f\x7e\xfe\x8d\x06\xfc\xd7\xdd\x15\x41\x4f\xc5\xe5\x01\x44\xb2\xcb\x9c\x9a\x75\xfe\x5b\x84\x18\x89\xc6\x66\x2e\x32\xfc\xe6\x94\x29\xba\xd0\xd7\x0e\x6d\x58\x71\x8c\x96\x36\x58\x70\x87\x3a\x85\x64\x71\xe6\xf5\x9d\xf7\x42\x01\x3b\xa1\x62\xe5\x18\xc2\xa5\x72\xc4\xe6\xab\xbe\x8c\xbb\x4f\x9b\x7e\xe5\x78\xff\xbf\x11\x58\xe5\xf8\xdf\xff\x35\x8b\xfa\x55\xa2\xc1\x92\xdd\x6b\x2b\xe0\xcf\x15\xf8\x2a\x28\x6c\x49\x99\xc5\x21\xd5\x19\x1a\x8b\xe4\x3b\xd3\x79\xcf\x85\xc6\x76\xac\xc6\x22\x2c\xfa\x93\x73\xbe\x0a\x96\x6d\xf7\x17\x49\x32\x91\x6c\x5f\x10\x86\x39\x91\x68\xd5\x80\x82\xd3\xf3\x15\x4a\x5f\xb7\xb0\x05\x17\x89\xfe\x87\x5a\xa4\x4b\xca\xac\x86\x60\x96\x64\x5f\x0d\x48\x60\x09\xf2\xd5\x31\xb9\x24\xb8\x17\x31\x48\x46\x2a\x58\x11\x83\xe4\x08\xa0\xd5\xa3\x87\x7e\x21\x58\x92\xfd\x02\x26\xc1\x5c\xfe\xe1\xc7\xa5\xbc\x7a\xb8\xb5\xd5\x70\xc6\xc6\x1a\x81\x86\xa7\x1e\x85\xcf\x58\xc7\x95\x45\x8e\xfb\x67\x15\x86\x2a\x71\xa4\xf9\x0a\x27\xb0\x67\x95\x78\x9f\xe9\x48\xf2\xc5\x99\xd1\xe1\xfa\x6b\x06\x7f\x95\x2b\x80\x6d\x72\xfa\x0b\xbb\x85\xcb\x65\xa0\xc3\x45\x6b\x37\x17\x51\xbe\xc6\x92\x5b\x44\xf9\x7e\x27\x11\x64\xf0\xea\x75\x7d\x02\x75\xe0\x17\x4e\xa0\x11\xbc\x8c\x60\x9a\xae\xd9\xcf\x33\x86\x4b\x87\xc0\x05\x3d\x48\xf5\xc6\x39\x49\xa1\xf6\xc2\xbe\x32\x65\xb5\x78\xab\x8a\x65\xed\xb7\x82\x59\xda\x63\x78\xc5\x4d\x8c\x46\x20\x02\x70\x1c\x10\xb3\xae\xf8\x80\x26\x91\x23\x9e\xb3\xb1\xd6\xd6\x35\xd9\x8e\xfc\x45\x96\xb9\xed\x83\xf5\x2b\x51\xa1\x5a\xf8\x0b\xef\x88\xcb\x01\x3d\xac\x21\xc1\xed\x5b\x8b\x2b\x20\x67\xfb\xf3\x81\x09\xd2\xaf\xdf\x5f\x04\xc5\x6a\xc8\x48\x85\x9a\xe2\x22\x9c\xeb\x26\x0b\xd1\x73\x70\xef\x75\x6b\xcb\x73\xc1\xff\x68\x0c\xaa\x75\xc7\x98\x7b\xe5\xa3\x6d\x8c\x4e\xb4\xee\xf8\x42\xf7\x0f\x0f\x0f\xa8\x0b\x4f\xa0\x65\x6b\xd0\xe3\x4c\x68\xb4\x9d\x85\x3a\xb1\x3f\x6d\x81\xae\x53\x3c\xed\xfb\x4c\xf8\x41\xd8\x5b\xfb\x84\x37\x5a\xfa\x27\x60\x81\xf5\x02\x7b\x20\x5d\xb5\x5e\xec\x25\xd9\x4f\x2b\xae\x2b\x97\x6c\xbe\x15\x8c\x60\x52\x37\xeb\x8d\x55\xec\x39\xc6\xed\x2b\x02\xe1\x79\x92\x72\x6e\x05\x76\x1e\x09\xd1\x35\x54\xe6\x00\x3a\xfd\x7f\x01\xd8\x61\xa9\xbc\x8d\x4c\xe7\x86\x9d\x64\x98\x3b\xe8\xf7\x84\xcb\x7a\x0a\xb3\x76\x9e\x84\xc8\xf6\x4f\x85\x31\x45\x9f\x16\xfc\x68\x81\xbf\x10\x53\x24\x05\x72\x1e\x50\x63\x34\x3f\xf0\xc6\x03\xfa\x66\x0a\xe8\x00\xf5\x31\x41\xce\xa1\x65\x79\xc6\x99\x71\x2d\x3f\xb0\x8f\xb4\x4e\xd9\x38\x13\x28\x25\x9f\x0a\x63\x14\xa5\xa3\xce\x14\xbd\xec\x2a\x13\x7a\x76\xb8\xfc\x23\xa3\xfc\xf0\x27\x89\xf0\x58\xfe\xc2\x13\x0f\xa8\xd7\x1c\x43\x0d\x5b\x75\x12\x73\xe4\x44\x99\x13\xbf\xed\x3a\x0e\xff\x10\x6d\x56\x05\x90\x60\x5a\xa7\x9c\xdc\xcb\x56\x9d\x50\x4e\x08\x44\x84\x61\x3d\xcf\xad\xf5\x66\x93\x1a\x3f\xd1\x7a\x9f\x90\x99\x73\x6b\xbd\xad\x0c\x55\x26\x8d\x42\x9b\xf9\x2c\xb1\x53\xd4\xe2\xca\xca\xf1\xff\x35\xde\xd7\x98\x10\x45\xf4\x89\x89\x3c\x6b\xa0\x17\xbb\x82\x87\x17\xfc\xff\x1b\x2f\xe8\x01\x18\xb7\x6c\x5b\x9d\xa0\xdb\x7c\x02\x95\xce\x96\xa9\xc1\x65\x70\xbd\x1d\xd6\x73\x42\x00\xe2\xf0\xe6\x13\x6f\xae\x68\x0c\xe7\xb9\x4f\xa6\x5b\x9d\xab\x0c\xb8\x8c\xd7\x26\x8a\x77\xfa\x7f\x38\xbd\x7c\x55\x7a\xfe\x71\x7a\xa9\x01\x1d\x7e\x0a\x19\xc3\x67\xc4\xfa\x7a\xd6\x83\x23\xc4\x9b\xa3\x07\x12\x41\xf3\x03\x17\x0e\x24\x0d\x2a\xc4\x9d\x62\x7f\x9d\xe7\x3e\x46\x0e\xc7\xfb\x9d\xf0\x76\x2e\x2f\x9b\x1e\x63\x28\x1d\x70\x0e\xf6\x86\x1c\x89\x67\x24\xa9\x4b\x3c\x9d\x1c\x22\x97\x8c\xa7\x73\x04\xb1\x8d\x7a\x1c\xce\xe2\xcf\x06\x1f\xac\xc3\xea\x32\x18\xd4\x5e\x36\x23\x5a\xec\x06\xbc\x94\xf5\x81\xc9\x94\x48\x2b\x9e\x00\x19\x7e\x04\xca\x64\x19\x79\x0a\x67\xdc\x8d\xfb\xff\x49\x83\x74\xc2\x3a\xe7\xe2\x00\xa2\x1e\x72\x5d\x2c\xf8\xf9\x79\x4e\x36\x86\x87\x70\x1b\x02\xa5\x7a\xdd\xaf\xe8\xa1\xae\xe6\xce\x45\x3c\x80\x7b\xbc\x0d\x81\x39\xa4\xc5\x4e\xc0\x6f\x96\xdd\x17\xe7\x3a\x59\x15\xfa\x22\xde\x64\x47\xfd\x9f\x2b\x26\x45\x52\xfb\x3c\x81\xaf\xf4\xc2\xde\xa6\xc5\x74\x4e\xf1\x19\xa4\x21\x3e\x99\x9f\x27\xb3\x22\x2d\x75\xee\x63\xe9\xec\x9f\x17\x98\x14\xcf\x22\x91\x49\x2d\xff\x53\xae\xe7\x79\xc6\x46\xb5\xbc\x3c\x91\x76\xde\x98\x27\x49\x00\x1e\xb1\xeb\xa0\xac\x19\x88\x2c\x6f\x1f\xc9\x4e\x78\xca\x7c\xe3\x7f\x5e\xcc\xa9\xec\xdd\xf3\x5a\xc8\x2e\x0d\xd0\x3e\x04\x4f\xa7\x4e\x9e\xc0\x3d\x3b\x39\xf6\xfc\xb1\xcf\x65\x0f\x9f\x18\x26\xcb\x67\x90\x33\x9c\xd5\xde\x36\xbf\xa0\x63\xd2\x94\x72\xdf\xbc\x6c\xf3\x9f\x00\xe4\x2c\xb9\x67\xce\xa0\x2b\xf5\x29\xe3\xfc\x5d\x58\x73\xea\x02\xc1\xc5\xcb\x87\x82\x93\xd0\xa8\xe5\x8d\x02\x42\xce\xb2\xd1\x7f\x72\xb2\xb6\xf1\x74\x92\xb7\xbd\x6c\x74\x9f\x77\x08\x13\xd5\x08\xa2\xb4\x2f\x15\xce\x9b\xd0\x20\xcb\xcb\x7b\xf0\xbc\x46\xf9\xe6\xd4\xe1\x75\x89\xad\xe3\xb8\x8b\x13\x5b\x67\x19\x5d\xe0\xbc\x11\x16\xf2\x96\x9c\x0f\xc3\x6a\xdd\xfe\xc4\xb0\x7a\xa2\x1f\xf6\xaa\x6e\x92\xce\x07\x9d\x61\x7c\x82\xf3\x61\x62\x87\xcb\xa0\x54\xb8\x89\x0f\x4d\x94\x39\x76\x3e\x31\x8a\xb2\xc2\xcf\x87\x51\xf4\x66\x7e\xa2\x89\x1a\x83\x17\x71\xe5\x31\xe1\xbc\xbd\x9c\x9c\x77\x6e\x8b\xe9\x63\x9e\x9d\x6f\x2c\x35\xf5\x71\x1b\x44\xe3\x23\x4e\xb6\x3d\x34\x9d\x3c\x7f\x72\xfe\x5e\x4e\x66\x3f\x41\xfd\x71\x86\xca\x09\x18\xe0\x4a\x9f\x26\x20\xe0\xe4\xc0\x38\xdf\x18\x66\x6f\x17\x38\x54\x05\xf7\x3e\x4f\x8e\xe8\xcb\x81\xf1\x17\x1c\xaa\x45\x9a\xf3\x0a\x1b\x4c\xf2\xe2\x3a\xa0\xf9\x53\x13\xae\x23\xe6\xe5\xf3\x02\xba\x5c\x9d\xb8\x70\xd1\x3b\xf2\xf1\x02\x6f\x70\xf9\xb0\x74\x91\x9e\xed\xc5\x7a\x61\x94\x39\x0e\xf0\xc2\xc4\x32\x4c\xe8\x75\x44\x93\x25\xa5\xaf\x30\xb1\xe4\xa6\xb8\x52\xac\x0c\xb5\x28\xc5\xca\x90\x5a\xb8\x52\xac\x0c\x97\x21\x06\xf0\x18\xa4\xd8\x91\x12\xcb\x17\x1c\xa9\x3e\x1d\x5d\x70\xa4\x3a\x36\xf2\x4a\x9c\xef\x3c\x28\x61\x72\xd9\x62\xba\xc2\xe4\xd2\xcc\x5f\xd0\x8e\x8b\x54\x7b\x5e\x39\xce\x0e\xaa\x20\xff\x41\x6b\xab\x89\x19\x63\x40\x7a\xe0\xca\x2c\x5e\x49\xa1\x8b\x5c\x28\x87\x0a\x5e\x58\x5c\xce\x09\xbc\x60\x45\x75\xde\xee\x05\xc0\xa0\x73\xde\x2f\xe8\xcf\x0c\x78\x72\xd5\x70\xc7\xaa\x81\x61\x0f\x4d\xff\x4f\xd4\x98\x54\xf7\x05\x46\xb3\x6d\xff\xab\x45\x07\x64\x4d\x5c\x58\x33\x55\x77\x7e\x57\x43\xc8\x49\x8b\x5c\x8d\x53\x7e\xf3\xf3\xb1\xb4\x97\xbf\x40\x0f\x25\x71\xae\x4e\x36\xb6\xb6\xf7\x05\xf6\xde\x92\x98\xbd\xb6\x75\x52\x6c\x4c\x5c\xc0\x34\x8f\x7f\x53\x3b\x17\x96\x89\xdd\xd9\xd7\x20\x5c\x57\x12\xf8\x8a\x94\x21\xcf\x1f\x88\xca\x76\x1c\x5e\x13\x25\x2a\x53\xe8\xda\x7a\xff\x03\xef\x75\x4d\x78\xea\x3d\xbd\x2b\x63\x5a\x69\xba\x70\x08\x38\x65\xe9\x0a\x3b\xc0\x97\xb4\xd7\xb6\x03\xa6\xe3\x45\xae\x15\xe3\xef\x0a\x11\x04\x72\x95\x5e\xa4\xf9\x2e\xdf\xc9\x5e\x2b\x26\x54\x2d\x0a\x3b\xc0\xb7\xba\xd7\xb6\x03\xaa\x41\x0f\xae\x93\x03\xb9\x87\x00\x3b\xc0\x87\xd3\x2b\xf0\x88\xbd\x84\x83\x07\xc2\x1f\x04\x2e\xc6\xc9\x6f\xd7\x56\xe4\xc5\xe8\x2a\xd7\x89\x2f\x56\xb2\xee\x3a\xcf\xfd\xfd\xe5\xf2\xf5\xbf\xff\x2b\x76\xe5\x5d\x78\xb7\xcd\xc5\x3c\xaf\x13\xb0\x14\xef\xb1\x93\x40\x47\xa9\xb4\x8b\x2c\xa5\x43\xf2\xfe\xba\xc8\xbe\x97\xd2\xbc\xc2\x52\xf0\x15\xed\x45\x1e\xb1\xe3\xb6\x2e\xd8\xc3\x9c\xcc\x71\x5d\x38\xf0\xbd\x84\x2f\x8e\x9f\x5e\xb1\x64\x35\x89\xe8\x7e\x5e\x30\x4d\x34\xef\xa1\xbf\x6b\x71\xf5\x88\xac\xa6\xe5\x6b\xef\xeb\x22\xef\xea\x53\x41\x50\xef\xb8\x4c\xf2\xb8\x45\xed\x36\x4d\x52\x97\xb0\xbf\x7e\xb0\x86\x7b\x0a\x7e\x09\x4c\x20\x75\x70\x5b\x26\xc5\x47\x96\x2b\xfc\xf7\x16\x6b\xe1\x32\xf1\x94\xff\x22\x79\xde\x62\x0d\x3a\x31\x1b\x22\x17\x59\x51\xc6\xd2\xbd\xb6\xe5\x52\x3f\x9b\x7e\x1b\x2e\x75\x7e\xca\x60\xc7\xbb\x43\xf8\x58\x8c\x7a\x75\x41\x37\x36\x75\x36\xbe\xb6\xd9\x52\xc5\x02\x31\xaf\x30\x5b\x1c\x18\x70\x01\x37\xe3\x80\xa1\x0b\xfe\x30\x1f\x00\xae\x6d\xb6\xd4\xa5\xa3\xf0\x75\x13\xfb\xa7\xe3\xfc\x45\x28\x9d\x53\x11\xae\x88\xa4\xf3\x14\x6d\x33\xa6\x2e\x8f\x48\x98\x31\xde\xb7\x5c\x10\x54\xeb\x2e\xe0\x90\xa7\xd7\xdc\x43\xd8\x97\x95\x21\xf4\x60\x8e\x19\xba\x80\x4b\x36\x68\xc6\xf5\x04\x9b\xa9\x9f\x07\xc7\xdc\x72\x09\x42\x56\xc7\x28\x5d\xcf\x19\x03\xa2\x06\x6d\x23\x27\x7f\xe4\xc6\x03\x4c\x94\x77\xe9\x13\xec\x26\xfe\xe0\x1e\xf1\x25\x27\xd6\xf5\x84\x6f\x54\x03\x46\x64\xdf\xf2\xae\x0f\x6c\x19\xaf\xe9\x17\xc8\x8a\xcf\xf3\x85\xe7\x35\x00\x10\x84\x39\x50\xef\x7a\xa1\x3f\xb3\x14\x78\x99\x20\xf9\xc4\xae\x97\xf4\x24\x2f\x49\xe0\x92\x9b\x07\x9c\x48\x41\x73\x50\x5c\x2f\x78\xd6\xb6\x46\xb0\x90\x8c\xde\x7c\x41\xeb\xb1\xac\x15\x30\x90\xba\xf7\xf4\xb6\x8f\xb2\xbd\x2d\xd7\xb6\x8f\xea\xd2\x71\xe2\x77\x44\xff\xa7\xca\x89\xfe\x1c\x2a\x67\xfe\xff\x27\x2d\xf3\xc3\x76\xf2\xf6\xf8\x1d\xcc\x7e\x76\x65\x0d\xea\x85\xa4\x72\x07\x45\x27\xab\x3c\x78\xde\xff\x03\x5b\xa7\xc6\xff\xf0\x77\x99\x1d\x7e\xfe\xb6\x69\x55\x1d\x12\xf7\x3b\x48\x16\x2b\x6e\x00\xa3\x93\xfd\x81\x9b\x60\x2b\x97\x1f\x22\x53\x5d\x66\x74\xb4\xdc\x7f\x60\x41\xdb\x26\xff\xa5\xc0\x43\xd7\x68\xe1\xbb\x72\x40\xe0\x8f\x18\x45\x5b\x25\xbf\xc4\x6c\xca\xdd\xf6\x4b\xe0\xc4\x25\xd7\x7f\xf1\xbc\xfa\x13\x11\x8a\xc3\xf5\xdf\xfc\xaf\xf6\x85\x67\xcb\x41\x31\x3f\xc8\xe8\xad\x16\x7f\x99\xab\x77\x09\xac\x1f\x9e\x2d\x87\xde\xfe\x72\xa3\x42\x75\x28\x13\x3b\xac\xe5\xff\xcb\xcc\x80\x7c\x38\xbf\x6d\xa6\x65\xcb\xa3\x5f\x26\x93\x36\xfb\x7d\xa0\x66\xbd\x7c\x32\xe1\xe9\x92\x3f\x3f\xc0\x19\xcd\x8c\xf0\x03\x58\xda\x3a\xed\x57\x02\x12\x59\xfd\x89\xdb\x1f\x6d\x9f\x5f\x4d\x80\x55\xa8\x3f\x95\x68\x39\xf7\x27\x58\x6a\x3d\x01\x75\xe2\x5c\x54\xfd\x20\x27\x1a\x19\xfb\x47\xb4\x85\x6f\xe9\x7f\x0d\x2f\xbd\xcc\xcc\x1f\xe9\x09\x62\x63\x9a\xbf\x06\x96\xab\x74\xf2\x8f\x0c\xf5\xcf\xf8\xf5\x40\xb4\xf1\xff\x71\xb4\x55\x7f\x80\x73\x29\x6e\x2f\xb9\xdd\x4d\x02\xff\x07\xbc\x71\xf3\xfb\xa4\x07\xd8\x0c\xfd\x0d\xe4\xb7\x17\x38\x97\xfe\x4d\xf2\xfa\xc7\xa5\x7e\x93\xbc\xfd\xcd\xd8\x21\xfa\x1e\x76\x9a\x79\x25\x7e\x5c\xf2\x2f\x93\x83\xfc\x20\x9a\x18\xfe\xe0\x36\xcc\x3e\x24\x3b\xbf\x15\x0d\x54\x85\x84\xe7\x8f\xe2\xff\x1f\x1c\x97\xea\x70\x98\x5d\xc5\x4b\x1e\xf7\x8b\x4f\x43\xbf\x13\x5e\xfb\xee\xff\xf1\x89\xc9\x8c\xfa\x9d\x83\x1c\x1c\x3f\x1f\xfe\x11\xf5\xf0\x0c\x77\x86\x56\xc4\x19\xc0\xb1\x7e\x1e\x6f\xb1\xcc\xe6\x1f\xfe\x94\xa9\xa3\xce\x6f\x5b\x4d\xd3\x68\x66\x3f\x68\xe0\x0d\xff\xfe\x0b\xab\xc9\x30\xb0\x3f\x6e\x8a\xc4\x45\x35\x7f\x44\x0b\x5a\x63\xfc\x88\xf7\xb7\x8b\xfd\x07\x3a\xcb\x32\xd4\xed\x8f\x80\x7f\x63\xe5\xfe\x2e\x7a\xe8\x39\xbf\xb8\x35\x70\x0f\x30\xab\x96\xaf\xb5\x7f\x24\x92\xf9\xa4\xf0\xbb\xe8\x62\xf6\x07\x70\x19\x7d\xba\x74\xf3\xbc\x86\x98\xbb\xaa\x55\x3c\x69\x81\x88\xec\x5d\xb1\xed\xaa\x79\x78\x55\x6d\xbb\x6a\x15\x5d\xe7\xfd\x70\x09\x39\xa1\xf3\xf7\x2b\x38\x4f\x54\x1f\x1e\x21\x27\xc1\xfe\xb6\xdd\xb5\x3e\xbb\x10\x44\x97\xe5\xbb\xa7\x1f\x2e\x23\xdb\xe2\xbf\x1f\x93\xdc\xff\x89\x82\xe0\xf7\x8b\xf1\x91\x8e\xfb\x41\x6c\x3f\xdd\xfc\x9b\xe6\x5b\x08\xe1\xeb\xf1\x4d\xd8\x8f\xd0\xc5\x21\x33\xf3\x47\xa2\xdc\x2a\x9e\x81\x3b\xda\xaf\xfe\x00\xa7\x6c\x25\xfa\xbb\x63\x17\xe9\xf8\xf3\x0b\x6f\x90\x07\x24\xcc\x28\x03\xb0\xfe\xf0\x06\x55\xaf\xf2\x3b\xb6\x89\x0e\x4c\x3f\x10\x99\x8b\x1f\x80\xda\xde\x4e\x85\x1f\xee\xa3\xfe\x29\x73\xc3\xea\x8d\x8d\xf7\xc8\xa1\x29\xbf\xf0\x1e\x19\xc2\xf5\x07\x63\x99\x9d\xdb\x3f\x50\xf8\x44\x28\x36\x7f\x0f\x83\x28\x43\xeb\xb7\x0d\xad\x55\x2c\xa9\x60\xbe\x9f\xb2\xdd\x7f\xe4\x50\x4c\xcf\x31\xc9\x7e\x3e\x5c\xfc\xde\x00\x86\xd2\x10\xbd\x51\x9f\xff\xff\xb1\xef\xd5\x9e\x17\xcf\xb1\x4c\xe5\x1f\x8e\x1d\xd3\x3a\xfd\xc2\xb1\x23\xa2\xd9\x79\x93\xec\x27\x9a\xba\x79\x87\x5f\x46\xa7\x97\x9b\xcb\x32\xe7\x0f\xdc\x61\x3c\x98\xc0\xec\xc6\x2f\x33\x34\xab\x37\xd9\x7f\xc6\xfd\xbd\x21\x28\x5b\x16\x45\xf7\x41\x13\x25\xba\xee\x23\xf6\xd5\xf0\x0f\x1c\xc9\x35\xc6\x37\xd1\x99\x62\x8d\x9b\x77\x8a\x1b\x0a\x3d\xff\xc7\x94\xaf\x16\x25\x5c\xb3\xcb\xef\x93\x6c\xde\xfc\xfe\xc3\xf1\x43\x5d\x4c\x40\x59\xc9\x98\xbb\x73\x84\x97\x68\xe7\xdf\x64\xdf\x4f\xd9\x3b\x37\xe1\x95\x4e\x96\xba\x31\x17\x7c\x69\x7d\xe7\x08\x2e\x54\x8f\xb7\xb9\xe0\x9b\xb9\x7b\x5b\x0b\xd5\x29\xb2\x77\x0e\x28\x29\x3f\x8e\x31\xeb\xf6\x02\x06\xed\x28\xe6\x9b\x68\x13\x03\xdc\xdc\x79\x1f\x81\x0d\x52\x71\x07\x16\xf4\xe7\xf3\x01\xb0\xa0\xfe\xe6\x87\xd4\x28\xd7\x1f\xd1\xf7\xaa\x1f\x10\x3f\x47\xa4\xdd\x25\xee\xdc\xf5\x3d\xac\x0d\x87\x7a\xdc\x11\x8c\xd2\xfd\x3c\x94\x75\x9e\x3f\xac\x11\x07\x09\xdc\xb0\x5a\x0c\x59\x03\x37\xe9\x97\xfd\xf3\xfc\x19\x9b\x4e\xe5\x8b\xfa\xfc\xfd\x1f\xc3\xed\xf2\xcd\xff\xfe\xfe\x36\x47\x6d\x0d\xdd\x05\x44\x0b\xa9\xa2\xbb\x1e\x3c\xaf\xf1\xc2\x3a\xb2\xef\xf2\x86\x0a\xad\x4b\xa8\xdc\xb5\x00\x5e\xe3\xf7\x61\xdb\x76\x7b\x6a\x84\x0c\xa8\x3f\x40\x0b\x18\x65\xf1\x26\x58\xd5\x5e\xbd\xbb\x42\xd9\x57\xfc\x3d\xda\xff\xf9\xde\x03\x3e\xb9\xeb\x7f\x89\xcf\x52\xfd\x30\x68\x38\xe4\xf0\x6e\x05\x1e\x00\x7d\xaf\x45\xfc\x96\xea\xdf\xd6\x58\xaf\x92\x61\x77\x03\x49\xb4\xbb\x3e\xce\xef\x56\x34\x77\x9b\x04\xec\xb9\x82\x45\x05\x6a\x10\xd9\xa6\xfd\xdf\xe2\x03\xee\x06\xbb\xbb\x57\x6b\xdb\xb3\xe7\xd8\xec\xbb\x6d\xe3\xdc\xa6\xd0\x4d\x22\xaa\x48\x75\xe7\xdd\x42\x62\x79\xfb\x77\xb2\xc8\x64\x39\xdc\x18\x93\x45\xc6\xee\xbd\x8d\xc9\x6a\x8f\xd5\xdd\x83\xe5\xd2\xcf\x57\xb8\xf3\xfc\x7c\xc8\x78\x29\xba\xbb\x77\xe6\xcf\x0f\x84\x75\xec\x0a\x42\x6f\xb9\x1c\x12\xce\x1b\x86\x1b\x4f\x43\xb5\xde\xb0\x75\x98\xa9\xed\xde\xe6\xeb\xf8\x2c\xe0\xa0\x76\xfb\x94\xe1\x80\xb4\x84\x1c\xc1\xea\xeb\xf7\x07\xdc\x3a\x7a\x1e\xb6\x0d\x07\xcc\xdf\xb3\x52\xbf\x9e\x9f\x30\x8b\xca\x3c\xbf\xa1\x93\x75\x6a\xe3\x3d\xf1\xa1\xc9\x32\xba\x57\xa2\xfd\x5a\x60\x2b\xea\x53\x7b\xb8\x6d\xf4\x2d\xd0\xbd\x82\x96\xc6\x65\xd8\xcf\x65\x1d\xdf\x67\x21\xb5\x52\xef\x63\x8c\x56\x9d\xd7\xee\x2b\xbe\xa7\x05\x8c\xad\xe8\x44\xc2\x7b\xdb\x8a\xd5\xc8\xee\xf7\xc5\x02\xb7\x00\x21\xb1\xc4\xb9\xa7\x37\xa6\xe0\x47\x60\x84\x29\x58\x2d\xe1\x48\x16\xfd\xec\xb8\x70\xb1\x55\x6f\x59\x42\x5c\x3f\x5b\x1a\x17\xdb\xfa\x7e\x02\x9a\xe2\xe2\x4f\xbc\xbc\xa0\x21\x86\xed\xa2\x7c\xca\x0c\xa1\x87\x8c\xd4\x94\xf5\xfd\x61\x1b\x16\x9f\x4d\xf9\xdb\x8a\xde\x32\x87\xbb\x3c\x53\x0e\xdc\xbf\x68\x90\xac\xaf\x3b\x7c\x5e\x86\x3b\xbc\xb7\xf9\x96\x7d\x35\x70\xdf\xd1\x67\x4d\x02\x99\x26\xe2\x49\x9e\x37\xd8\x7b\xeb\xb3\xea\x82\xe3\x3e\xb9\xfc\xf0\x82\x06\xf1\x0e\x06\x49\xb5\x80\xa0\x56\x27\xd4\xde\x0f\x5d\x1e\xfe\x9f\x48\x2a\xcf\xea\x13\xb3\x22\xdb\xe5\x7e\x22\xab\x40\x7d\x24\x2c\xe9\x23\xd7\xc9\x54\x31\x74\xd1\x0d\xa5\x97\xf3\x48\x6e\xe2\x58\x7d\x93\x77\xbf\x18\xa4\x0e\x47\xbf\xa1\x9d\xf7\x1d\xef\xfd\xf6\x78\x40\x63\x00\x72\xc2\x67\x08\x48\x55\x69\x5e\x78\x2f\x2d\xb2\xf1\xf4\xc6\x98\x4d\x37\x81\x9d\xaf\x41\x7f\x8e\x38\x08\x2f\x95\xf9\x80\x2a\x7c\xc2\xf3\xa2\x16\x3d\x47\x2c\x44\x59\x53\x0f\xd6\x93\x09\x3b\x9e\x03\x64\x6d\x19\xe1\x0f\x97\x5c\x8e\x06\x7f\x52\x0c\xba\xcb\xd1\x20\x3f\x8f\x23\x4b\x93\xf0\x24\xd6\xad\xe6\xe0\xc1\x13\xd2\xa5\x6b\x1e\x72\x33\x1d\xa2\xf3\x60\x8b\x38\xef\xfb\xc9\xa8\x02\xad\xba\x07\x72\xd5\xe5\x58\xb2\x27\x33\x69\xc3\x2f\xdc\xf1\x80\x7f\x60\x59\xc9\x3c\x7c\x20\xa6\x30\x81\xed\x83\x35\xb2\x5a\xfa\x27\x94\xb4\x87\xcc\x96\xaa\x7d\xf3\x10\x42\xe4\x53\xe3\x03\xf1\xaa\x27\xec\x21\xb3\xc5\x2b\xe0\x29\xec\x12\x2d\xea\xa7\x30\x7e\x52\x16\xcf\xb6\x1d\x86\x97\xd4\x03\x07\xfc\xb2\x2b\xe5\x21\x6e\xb6\x17\x97\xe3\x1a\x53\xdd\x05\x0d\xb8\x4a\x16\x3f\xe1\x5a\x99\xfe\x9f\x06\x2c\x7f\xe0\x62\xc2\xd5\x60\x38\xe6\x9d\x93\xf1\x00\x3b\xe4\x38\x84\x87\xd4\x4d\x8b\xba\x67\x6b\xbf\x65\x14\xec\xa7\x83\x07\xa6\x25\xfe\xf4\x78\x5e\x1d\x46\x99\xd9\x78\x7b\x48\x02\x71\x0e\xf6\x03\x52\xdf\x6a\xcd\x3f\x30\x5f\xb2\xb6\x1f\x52\x37\xab\xd4\xf5\x43\x0e\xc8\x32\x37\xd5\x03\x52\x9f\xe9\xb2\x9e\x11\x43\x28\xf3\xe2\x19\xac\x61\xaf\x79\x92\x3d\xd7\xf7\x0d\x64\xa5\x14\xf6\x33\x48\x18\xc8\x7e\x21\x16\xa1\x57\x25\xc9\x9d\x9f\x5d\x35\x5e\xc8\xed\xd4\xc6\x19\x6b\x4c\xa2\xe5\x89\x2c\x11\x37\x01\x07\x91\xfd\xd3\x0f\x91\xbc\xcb\x64\x4f\x0f\x9c\xee\x4e\x80\x7a\x22\xe4\xc7\x09\xaa\xcf\x5c\xb4\x51\x6d\xc6\xa5\x34\xbd\x11\x27\x4c\x1e\xc5\xe5\x5f\x54\xa0\x89\x21\x26\xc8\xe2\xf6\x99\x31\x11\x96\x25\x33\x26\x42\x4d\x5a\x07\x3e\x27\xbd\x00\xd6\x90\x9d\x76\xcf\x0a\x2d\xab\x79\x59\xb1\x52\xfc\x7c\xf8\xb0\xd4\xa2\x15\xa3\xec\xfa\x63\x94\xbd\x73\x17\x81\xab\x87\x3f\x10\x5b\xdd\xc2\x63\x11\x8e\xa7\x83\xc7\x73\x46\x8b\x5c\x26\x8a\xa9\xba\x1c\x91\xa2\x6a\xe1\x49\x0b\x74\x30\x78\xb8\xfb\x13\x0b\xfc\x7c\x82\x9a\xd4\xd3\x0c\x16\x91\x2f\x9b\x1f\xa8\x1c\x3e\x73\x72\x11\x76\x25\xc3\xee\xc1\x81\x53\x3d\x42\x24\x7b\x4e\xb7\x97\x00\x1b\x47\x90\x3f\x3f\x0e\xdf\x3a\x3b\x3f\x01\x3d\xe4\xbd\xf7\x7b\xfe\xf7\x7f\xdd\x76\xf5\x13\xfc\xeb\x9e\x31\x12\x55\x96\x49\x1b\x9f\x9b\xc3\xb8\xb7\xca\xcd\x69\xdf\x3b\x03\x02\xaa\xcf\xe6\x7e\x78\x5e\x46\xc3\x13\xde\x06\xe9\xf4\xe7\xc5\xe9\xe6\x8d\x13\x91\x24\xae\x6f\xeb\xbb\xe5\x9b\xc2\x07\x40\x85\xcf\x80\x86\xb7\x41\x1a\xf5\xd9\xfa\x6e\x39\xaf\xe5\x89\x38\x12\x1f\x85\x9e\xf7\xe1\x01\x97\xdf\x78\xe0\xbf\x16\xbc\x07\x31\xa3\x32\x8d\x5f\x52\x37\x57\x97\x80\x7e\x0f\x9c\x46\x9a\xa3\x37\xe2\x42\x4c\xc6\xf4\x92\x1c\x22\xe2\xfe\xf9\x1e\x33\x1e\xa8\xfa\x01\x3c\xd6\xe5\x1a\xa3\x53\x6a\x42\x62\x50\xb4\xb1\xde\x14\xb3\xa0\x5e\xbd\xe8\xd0\x55\xff\x29\xb9\xf3\x25\x2e\xb7\x66\xbf\x7c\xe1\xd4\x53\xfb\x13\x43\x26\x05\xfc\x12\xf2\x61\xe4\x97\x17\x6c\x03\x07\x06\xbf\x00\xf7\xd9\x83\xf5\x82\x75\x60\xdb\xff\xdd\x0a\x77\x1a\x4f\xeb\xcd\x11\x71\xa1\xff\xc9\x1c\x29\x52\xe8\xef\x3e\x6c\x4f\xbb\xb6\x5f\xe0\x0c\x1c\x5c\xf9\x12\xe1\xe1\x5c\x9c\x17\x24\x23\x83\x76\xbe\x95\x08\x7f\x49\x89\x37\x14\x9e\xb3\xb6\xdf\x4a\x5c\x9f\x84\xef\x5b\xc9\xbd\x95\x6c\x7d\x6b\x74\xc8\xff\x73\x58\x70\x07\x2b\xc9\x54\x52\x60\x2f\x21\x25\xbe\x4b\x79\x1b\x6b\x5c\x52\xe6\xfd\x03\x26\x52\x83\x3a\xb2\xdb\xe9\x62\x2f\xfc\x8e\x4e\x27\x7b\xc1\xcd\x2b\x92\xed\x2f\xe7\xc1\x65\x5a\xce\xb7\xc7\x2e\xd2\x94\xc5\x81\xd0\x88\xbe\x2f\x3a\xd3\x31\x0b\x2f\xe8\xf4\x66\x90\x7c\xc9\xbc\x74\x80\xd6\xdb\xc9\x15\x2d\x6e\xe2\x19\x15\xfa\x87\x6b\x0b\x06\xaf\x61\xe0\x71\xfb\xe7\x83\xf7\xfe\xdf\x9b\x60\x2b\xdd\xec\xac\xef\x77\xeb\xdc\x62\x28\xbc\x77\x84\xf1\xaf\x06\x81\xbd\x67\xea\xc1\x77\x1f\x18\xfb\x67\x0e\xc6\xa4\xec\xff\x39\x00\x76\x97\x7f\xfb\x7f\xd9\x60\xef\xe0\x3a\x58\x82\xfc\x1d\x08\x36\xe9\xa2\x77\x90\xdc\xe3\x45\x36\xff\xe6\xc4\x3f\x90\xa2\xa0\x13\xe9\xbb\x4f\xa8\xbd\xc8\x0c\x7b\x39\xa1\x3a\x82\xed\xdd\xfa\x35\x9b\xcc\xf1\x9d\x74\xc0\x03\x80\x7a\x75\x3e\xf1\x0b\x9e\xfe\x67\x57\x05\xb4\xae\x07\x70\x32\xe0\x32\x0b\xdf\xd0\xae\x4e\xce\x7d\x41\xe6\xfb\x8c\xf0\xe2\xc6\xcc\x23\xb0\x72\xbc\xa0\x16\x46\x48\xae\x5b\xb0\xb5\x65\xb3\xdd\xf6\x2e\x72\x0c\xbd\x6f\xa1\x1a\x9f\xd3\xff\xb3\x86\xaa\x3f\xc0\x94\x2c\x97\x89\x51\xf6\x90\x6f\xed\xdb\x7d\x7f\xf2\xc2\x56\xb9\x3e\x0d\x0c\x24\x59\xed\x82\x50\xbe\x3e\x44\xbf\x30\x3d\xd9\x97\xfe\x72\xc5\xe4\xac\xca\x77\x1f\xd2\xb3\x8f\x77\xef\x19\x09\x5e\xea\x40\x84\xdc\xda\x5e\x78\xcf\x58\xd5\xde\xf9\x64\x0f\x39\x14\xe8\x8d\x50\x9c\x6f\x15\x38\xbb\x8b\x5f\x78\xb8\xd2\xf1\x0b\x2f\x65\x35\x11\xaa\x70\xdf\x53\xbf\x57\x22\x6f\x5e\xef\x13\xb3\x6b\x75\xf4\x02\xe0\xef\xe0\xd0\x97\x73\xbf\x41\x51\x5f\x20\xf5\x6d\xb0\xbc\xdc\xe8\xd8\xf1\xf3\xc2\xe3\xed\x0c\xb0\xf7\x87\x27\xc9\x8b\x22\x62\x78\xed\xab\x7a\x23\x52\xc6\x1f\x20\x52\xe6\xb0\xa8\x89\x1b\x1b\x13\xda\xbc\x01\x38\xe1\x16\x90\x5d\xb4\x05\xc3\xbf\xa8\x1a\xc2\x5e\x3e\x62\x28\xf0\xf8\xed\x28\x7f\xef\x03\xc8\x4d\x97\x13\xcc\x24\x5a\x13\x77\x2c\x62\xcb\x09\xb0\x0e\x9d\x1b\xf0\x72\x85\xe3\x18\xed\x17\x9a\x25\x47\x89\xbf\xf0\x86\x3b\x29\xe5\xbd\x59\xa4\x56\x46\x77\x2c\x89\x4f\x85\xc4\x99\x78\x46\x08\x94\x31\xa5\xc0\x7b\xdf\xff\xfb\xbf\x62\xfa\xc9\xf7\x06\xd3\xf3\xf3\xfc\xee\xa2\xd1\x25\xdf\x87\xe3\xa9\x0c\x98\x37\xc2\x7f\x1d\x41\xf7\xc2\xa2\xe4\x7c\xb2\xf7\x89\x1e\x68\xcc\x00\x23\xb6\xeb\xea\x7d\x62\x55\x7f\x5e\x98\x3c\xe0\x2f\x2e\xca\x6a\x31\x4e\x8a\xfa\xa9\x00\xe7\xbb\x87\x34\xc2\x85\x3f\x8b\xfa\x89\x60\x09\x8d\xe1\xf3\x50\xa1\x5b\x1c\xb3\xe8\x1a\xdf\x00\xa9\xd2\x18\xbc\x31\x49\xfa\x02\x09\x56\xd3\x93\xf2\x42\x75\x65\xe1\x0e\x4f\xd3\x61\xd9\xf7\x22\x1b\x3f\xe5\x1b\xef\xee\x5f\x0f\xd7\x01\x28\x96\xa0\x14\xd6\x41\xec\x4a\xfb\xcf\xa2\x59\xc7\x01\x5d\xe6\x7f\xb2\x75\x1d\x07\x6e\x96\xcf\xff\x0c\xf9\x7f\x82\x63\x1d\x47\x0c\xf9\x52\xb9\xc3\x25\xec\x32\xda\xb1\xfa\x7d\xb0\x0b\xff\x5b\x03\xeb\x80\x90\x40\x91\xf7\xeb\x88\x0b\x24\x45\x51\xae\xe3\xb8\x79\xc0\x2f\x04\xb8\x62\xf7\x17\xf0\x3f\xfa\x8b\xe9\x20\x5c\x4b\x35\xc2\x48\xa0\x10\xef\x75\x90\x2e\x2c\xb7\xce\x3a\xc2\x22\x1c\x9f\x1f\x38\xd4\x2f\x0d\xc1\x36\xfa\x96\x10\xae\xd6\x01\xa2\xa5\xa2\xa1\xd7\x41\x40\x8b\xe8\xf4\xd7\x11\x91\xc3\x02\xd4\x58\x07\x91\xc3\x4a\x58\x5e\x07\x00\xd1\x7d\xb8\x45\x01\xba\xe5\x72\x8c\xc1\xf0\x17\x6f\x26\xc5\x15\x3c\x6c\x14\x97\x83\x81\x4d\x63\x94\x11\x0d\x4b\x2d\xca\x31\x04\x5d\x65\x80\xcf\xdc\x40\x72\xbb\x04\x8f\xb4\x8e\x1c\x3d\xd4\xf7\x73\xcc\x81\xeb\x23\xc2\xed\x70\xf9\xdd\xff\xbb\x3d\x91\xe0\x9c\xd5\xa1\x12\xfb\x6e\x6a\xc8\xc0\xe4\x14\x72\xda\x3a\xb6\x9d\x9a\x85\xc4\xb3\x8e\xc2\xa5\x96\x1b\x58\x42\xbf\x4d\xad\x8a\x12\x00\x96\xaa\xb0\xa6\x3d\x07\x5e\x25\x15\x9c\x05\x0f\x69\x18\xb2\xc3\xab\xa2\xb2\x8e\xfd\x05\x80\xbc\x74\xbd\xbf\x8e\x0a\x4c\xcd\xd4\x90\xd4\x98\x93\xe5\x1f\x70\x95\x1c\xea\xc2\xb6\x64\x87\xa4\xe5\x3a\x48\x16\x6b\xae\xa0\x91\x15\x3e\xd4\x42\x52\xc1\x6a\x55\x03\x00\xfd\x54\x02\xf2\x3a\xc8\x04\x53\xd4\xe1\x3a\x5a\x68\x17\x7f\x00\x66\x89\xe4\x45\xd2\x90\x65\xc3\x15\xb0\xb3\xc6\xbf\x78\xd2\xd6\x41\x60\x75\x9f\x6e\x5d\xc4\x34\x1e\x6e\x1e\x89\x66\x9e\xe2\xb8\xa8\x99\xde\x15\x9d\x68\xe9\xa1\xe6\x05\xe0\x89\xce\xd3\xeb\x00\xf1\x44\x11\xfa\xeb\x80\x35\x4a\xb9\x1c\xeb\xe0\xa6\x66\x09\x88\x7d\x1d\xdb\x32\xaf\xa9\xb8\xc6\xe8\xa0\xa6\xe8\x2f\x57\xcd\x15\x60\xb7\x5a\x10\x00\x60\x52\xfd\xfc\x08\xe8\x22\xb5\x38\x5c\x51\xb2\xa2\xd6\x31\x58\x13\x53\x7d\xe4\x66\x46\x40\x42\xeb\xe0\x66\x66\x89\x54\x67\x1d\x44\x80\x7f\xf6\x59\xc0\x8e\x79\x8e\x03\xb8\x74\x7a\x55\x0d\xae\xcf\xdd\xe7\xf0\x5d\xe9\x40\xb6\x0e\x92\xd3\x74\x79\xb3\x0e\xa8\xa6\x14\x21\xbf\x8e\xf1\xc4\x0b\x1a\xc5\x11\x86\x9d\x5e\x98\xc1\x15\xaf\x4e\xce\x44\xcc\x83\x9e\x9f\xcc\xc2\xf4\xff\xe8\x1b\x4f\xfc\x8c\xb0\x14\x7d\x70\xdb\xe2\x2b\x7b\x1d\x4c\x26\x61\xfa\x7b\xd1\x45\xcb\xa6\xbf\x28\x77\x97\x59\x86\xde\xfa\x13\x3c\x0f\x6f\xc4\x6d\x8b\xaf\xec\x65\xb2\xc8\xb3\xff\xfc\x9f\xe3\x03\x6a\xe1\x62\xe3\x34\xf5\x20\xc2\xe2\xa7\x55\xd6\x36\xc6\xbb\xbc\xd6\xeb\x58\x31\x6d\x59\x83\x8c\x35\xbe\x3e\x0f\xcc\x78\xc0\x3f\x10\x82\xe8\xc5\xbe\xce\x78\x40\x4b\x11\xa4\xee\x65\x25\x85\x3d\xbe\xa6\x75\x00\xcc\xab\x1f\x89\x79\x26\x6a\x54\xa3\x4f\x62\x10\x2d\xf0\xb0\xc7\x45\x37\xbf\x8e\x13\xc7\xad\xa7\x39\x80\xb8\xad\xc4\xce\x58\x38\xde\x1c\x27\x51\x9b\x96\x67\x67\x6c\xe0\xe2\x16\x20\x31\x3f\x0f\x04\x2e\x87\xfe\xbf\x08\x6a\xf5\xfe\xc5\xfc\x4e\x5e\x28\x57\xcc\x43\xd5\xa0\x70\x4f\xf7\x11\x68\x17\x81\xab\xd6\x6a\x57\x83\x1d\xd7\x15\x12\xd5\xeb\xed\x78\x8d\xa8\x50\x2d\x22\x54\xfe\x23\x20\x20\xd5\xea\x9e\xa6\xeb\xe4\x7f\x4d\xe3\x75\x71\x93\xef\x0a\x09\x5b\xf6\x5e\x21\xd2\xbd\x78\x7b\x43\xdf\xf1\x59\xba\xd8\xef\x9f\xed\x1e\xf6\xfb\x74\x8b\x7f\xac\x13\xef\x0d\x38\xb4\x92\x87\x6c\x9b\xe8\xb9\x7e\xfe\x27\x12\x76\xe8\x7f\x2c\xf4\xcf\x5e\xbb\x23\xf4\x5e\xcf\x87\x85\x2e\xd8\x8e\x75\xdc\x0c\xa9\xf7\xca\x1d\x0d\x70\x85\x2c\x3b\xeb\x84\x88\x44\xb7\x56\xfc\x4b\xa8\x53\x0f\xef\x90\x16\xb6\xae\x70\x29\x7e\x2a\x80\x41\x6b\x4d\x6b\xfa\x67\x1f\x22\x8a\xf5\x26\xb1\xea\xcb\x5a\xec\x61\x12\x2d\x12\x1f\xd4\xe6\xe7\x7d\x60\xa9\xda\xbf\x29\x9d\x27\xba\xa3\xd6\x85\x35\x3d\xbd\xad\x02\x9d\xce\x4b\xec\xf9\xeb\x8f\x06\xe4\x61\xc4\x97\x3e\xcf\x25\x60\xf6\x0c\xbe\xb8\xa7\x9a\x06\x14\x6b\xb9\x5a\x1e\xe3\xd2\x14\x98\xf9\x3a\x5e\x96\x90\xa5\x69\x78\x34\xa7\xd6\x48\x02\xbc\xa6\x69\xc4\x53\x64\xbe\x09\x8e\x60\xa5\x08\xdf\xd6\xc6\x4e\x30\x76\x2d\x65\x7e\xae\x04\x9e\xba\x9b\x9c\x70\x60\xca\xa9\xba\xd2\x36\x4f\xe7\xf4\xff\x61\x9e\x0a\x60\x67\xa5\xc8\x6c\x73\x13\x22\xb3\x4d\x09\x15\x2b\x11\x31\x65\x63\x2b\x01\xfa\x2a\xb4\xe8\x95\x52\x74\x52\xcf\x67\xe6\xd8\x1f\x20\xc0\x69\xc9\xd2\x49\x79\xc0\x24\xe1\x32\x3e\x3c\x49\x96\x84\x35\xb8\x14\xaf\xbf\x52\x8e\x59\xd1\x03\xe5\x40\xa9\xa9\x82\x82\x30\x94\x25\x93\x0a\x8a\xf9\xbf\x33\xce\x4a\xa5\x44\x85\x6a\x51\x89\x2e\xbb\xc2\x16\x0f\xa8\x0b\x01\x0d\xb0\x5c\x03\xc4\xd8\x87\xa6\x0d\xa8\x00\x2f\xe3\x04\xc1\xc8\x21\xad\x96\x60\xf9\x12\x3a\xc2\x4a\x01\x0d\xa0\x20\xf4\x95\x88\x91\xf6\xc2\x48\x15\x70\x62\xc9\xa2\x14\x17\x79\x6e\x50\x8d\x20\x0b\x97\xf1\xf9\x49\x78\xa6\x0a\x2e\x98\x64\x55\x22\xa6\x5a\x4e\xc6\x95\x02\x49\x40\x51\xee\x2b\x41\x03\x9a\xdd\x00\xac\x3f\x85\x8f\xae\x04\x42\x9d\x5c\xef\x2b\x11\x68\x23\x3f\xf8\x4a\xdb\x7e\x2b\xcd\x1f\xec\x5c\x9d\xea\x5c\x97\xb6\x75\x36\x6a\xf6\xff\x40\xab\x78\xc4\xc0\xa3\xf3\x11\x24\x75\x72\x36\x8a\x9f\xe7\x66\x51\x5a\x3a\xf5\x2d\x2b\xab\xdb\x1b\x61\x34\x0a\xe3\x58\x29\xf0\xe7\xbc\xea\xb8\x7a\x5c\xca\xdb\x5f\x69\x9b\x6f\xa5\x0f\x97\xb9\xf1\x92\x9a\x4f\x71\xf5\xa8\x43\x46\x1a\x04\xae\xb9\x87\x23\x7a\xa4\x11\x08\x73\x4f\xd1\x9c\x2b\xc5\xcd\xa3\xe7\x18\x8a\x30\xe5\xd1\xac\xb4\xcd\xbd\x3c\xaa\xff\x1f\xe0\x76\xa9\x07\x83\x4c\x0b\x1d\x6d\xd3\x60\x08\x3c\x65\xf8\x49\xa7\xb7\x41\x5c\x2b\xca\x34\x4b\x71\xad\x28\x6f\xc3\x4a\x71\xad\x58\xd5\xa3\xb8\x56\x94\xff\x62\x25\x90\x04\x84\x1b\xb2\x12\x8e\xcf\x25\x6f\xc1\x4a\x84\xaa\xcb\x95\xbc\xd2\xe4\x2a\xd4\xb3\x04\xf2\xbc\xf0\x6f\x56\xe2\xd6\x50\xf7\xd3\x2b\x45\x2c\x50\x51\x8b\x56\x98\x29\x6a\xc0\x0a\xd1\xa2\x2e\x6d\xc3\x28\x0f\x8b\x16\xfc\x94\x02\x6b\x5b\x89\x4b\xc2\xe9\x39\x02\x48\x5e\xc0\xf6\x2b\x9d\x9c\xb2\xbc\x6d\x08\x3c\x4f\xde\xb7\xc4\x89\x57\x8f\x48\xc4\xfe\x78\xc8\x23\xb4\xa7\xfe\x0b\x16\xf4\x4a\x5c\xf8\x15\x4b\xda\x5f\x00\x90\xa8\xb1\xa0\x0b\x2d\x6b\xc7\xf4\xe3\x8e\xd4\x7b\x04\x74\xa1\xf5\x11\x33\xbf\xb8\x8e\x77\x39\x66\xd4\xc2\x1b\x0f\x60\xf2\x2e\x8c\x34\xff\x8f\x1c\xf9\x21\x47\xbc\x68\xb7\x89\x51\x3e\x8b\x96\x4b\xc8\xe6\x01\x81\xa5\xb3\x7d\x9a\x04\xc3\xbf\x65\x33\x5e\xc3\x64\x51\xba\x4d\x92\xdc\xdc\x80\x08\x1c\xfa\xe8\xa7\xf0\x1a\xca\x08\x4b\x84\x71\x57\x0f\xca\xfd\xd7\x25\x2d\x89\x1b\xd0\x27\x59\xa2\x09\x38\xbd\x8f\x86\xbc\x17\xff\xab\x85\x44\x1a\x0d\x8b\xda\x80\xd3\xf3\x2e\x20\x90\x48\xf8\x72\x2b\x71\xcb\x59\xdd\xa3\x27\xbe\xa7\x25\x42\x60\xd1\xa1\xc0\xfb\x95\x00\xaa\x5f\x16\x9d\x6f\xf4\x40\x6b\xf4\xed\xbc\xf0\x79\x20\x6a\x54\x05\x6f\xd4\x98\x34\x48\x5c\x94\xda\x43\x94\x08\xcb\x56\x7c\xc0\xca\xc7\x3e\xb2\x28\x68\x65\x9f\x8e\x78\xbe\xab\x4c\x17\x64\x4a\xe7\x03\xa0\x2e\x99\xde\x19\x95\xaf\x6c\x89\x95\xc1\x85\x5f\x87\xff\xc7\x95\x20\x4b\x3a\x1f\x84\xb4\x0a\xef\x62\x65\x62\xa4\x7d\xb2\xcd\x29\x1a\x50\x55\xc6\x97\x70\xf8\x79\x50\x65\x74\xba\xc8\x89\x5b\x37\x49\xb6\x4c\xdc\x8f\xbc\x94\x2b\xe7\x1a\x19\x3a\xea\x31\x31\xcd\xba\x9f\x58\x99\x7b\x4b\x45\x36\xad\x9c\x19\xd2\xe1\xe7\x1f\x08\xc0\x5c\x8e\x1e\xc8\xd2\xcd\x85\x1e\x68\x1f\x64\x2e\x32\x6d\x4a\x67\x34\xbe\x97\x65\x2e\x7c\x60\xfa\x79\x86\x54\xea\x29\x17\xa6\x4c\x26\x45\x86\xd3\x45\x91\x3d\x2b\x97\x9b\xb2\x86\x9c\x8b\x50\xb9\x61\x57\x2e\x20\x91\x69\x67\xe7\x4a\xa4\x95\xb6\x41\xae\x31\x00\xfa\x7e\xe5\xfb\xda\x15\xb9\xc6\xf7\xfd\x3c\xdf\x93\xe0\xcc\x2d\x32\x78\x5c\xa6\x3e\xd9\x68\xb9\xc5\x22\xf5\x1a\xda\xfa\x7d\x2a\xca\x7c\x65\x52\xe3\x95\x83\xb4\x32\x40\x40\xc5\x1d\x6e\x8c\xb8\xac\xc2\x8c\x3e\x17\xc4\xcb\xca\x9d\x19\x93\xea\xc8\x5b\xf9\x65\x61\x0b\xac\x8c\xeb\xc2\xee\xac\x3c\xf0\x23\x27\x2f\x4a\xc2\x6e\x9a\xd7\x14\x00\x7a\x3e\x44\xe7\xad\xed\x1c\xe9\xb5\xf2\xc4\x1f\x24\xd5\x92\xe7\x9e\x61\x4b\xae\x3c\x6b\x7c\xc0\x2f\xe0\xf0\xf2\x2e\x99\xc4\x8f\xe8\x9c\x9f\x17\xe2\x5a\xba\x24\x2f\xd2\xc8\x04\x4a\xb3\x32\x21\x2d\x0a\x46\x5b\x79\x2b\xab\xa5\xe4\xf4\x95\x57\x00\xe1\x4b\x5c\x67\x70\x73\x8a\xb7\xd5\x8a\x3e\xbb\x8d\x04\xc1\x08\x91\x61\xe5\xad\xde\xf6\x03\xff\x92\x73\xb3\x32\xe9\xf7\xdd\xdb\xfc\x3c\x18\x41\x7d\xfe\x8c\x11\xd1\x14\x9c\x31\x22\x32\x48\xf2\x19\xdc\x51\x1a\xa1\x33\x3a\x24\xb9\x73\xfe\x21\xfb\xfb\x87\x49\x8d\x5a\x24\xe7\xe2\x05\x97\x63\x0e\x35\x84\x5b\xfd\xae\xe6\x01\x01\x00\xd0\xda\x26\x9f\x77\x7c\xc0\x0f\xc4\x9c\xa8\x82\x2b\xf1\x82\x5a\x7c\x05\xbc\x8a\xff\x9f\x51\x81\x1f\xe0\xb4\xe3\x7d\x40\xfa\xfb\xa1\xe4\xcb\x95\x2f\x14\x9e\xd4\x47\xbe\x68\x92\x2c\x96\x8c\xd2\xb6\x1b\x23\xff\x62\x15\xc8\x6c\xcc\x28\xed\xe6\x2f\xfe\x62\x54\x65\xf6\xe5\xad\xb4\xa7\xb0\x27\x57\xfe\xf5\x78\x40\xc3\xfc\x03\x09\xc4\x4d\xfa\x91\xce\x67\xd9\xf5\xa3\x49\xc9\x15\xb0\xf2\xa5\x90\x32\xa8\xef\xca\x68\x58\x79\x6b\xbc\xd5\x3e\x65\x12\x68\x93\xf7\xe6\x4d\x05\xfe\x20\xb0\xef\xcd\x3b\x83\xd8\x5a\x7b\xc0\xf2\xd3\xa8\xd0\xcf\xb3\x2e\x2c\x2c\x9f\x58\x17\x52\x81\xf9\x61\x5d\x78\x2f\x3e\xb1\xd0\x87\x6b\x40\xba\x58\x1c\x3d\x91\x58\xe4\x1a\x1f\x5a\xe4\x16\xd0\x62\xef\x9c\x97\xa5\xed\x75\xf2\xb2\x2e\x64\xc6\x64\x50\x00\x9b\xb7\xc2\x1b\x2d\xb4\xc2\x20\x56\x29\xb9\x0b\x91\xe9\xa4\x6b\xa6\xb2\x55\x6e\x3e\x44\x3f\xb3\x0a\x3a\xb7\x69\xd2\xca\x11\x63\xf0\x5f\x17\x0b\xa1\xb2\x36\x4b\x0a\xb4\x64\x87\xaf\x1c\x0a\x81\x41\xb6\xde\x0b\xb7\x3c\xca\x89\x5c\x25\x61\xd7\x68\xe1\x95\xc4\x5e\x6a\x2e\xb3\x97\xb2\x3f\xc0\x5e\xd2\x3a\x2c\x89\x21\xd2\x56\x28\x19\x34\x10\x09\xe0\x02\x4f\xca\x61\x5b\xb9\x64\x32\xee\x0e\x3f\x10\x2c\xff\xfa\x40\x24\x0e\x29\xac\x62\x15\xe0\x60\xec\xdf\x2a\xc0\xc1\x74\x49\xab\x82\x12\xd6\xf5\xea\x2a\xc4\xda\x4e\xb7\xb0\x44\x86\xa2\xea\x2b\x01\x40\xaa\x0f\xee\x43\xf5\xd2\x05\xfe\x2a\x25\x1a\x90\xfc\x43\x88\x1b\x97\x43\x3a\xf8\x03\x6f\x64\x8a\xab\x85\x95\x65\xa2\xad\x58\x40\xe8\x53\x2e\xfb\x2a\xe4\xe2\x1c\xa2\x1a\x59\xa5\xb2\x13\xe4\x4c\x2e\x84\x17\x55\x37\x19\x9c\x5a\x45\x9b\xae\x52\x51\x4a\x9e\xe4\x7d\xec\xce\x87\x02\xb4\x56\xa9\x91\x81\xa7\x16\x11\x6f\xa4\x60\xd3\x55\x5a\x24\xc0\xb9\x7c\xf1\xbc\x1a\xd4\xe3\x79\x8d\x69\x67\xd5\xb8\xcb\x9d\x55\x52\xfd\x3c\xb9\xc4\x6e\x60\xbf\x22\x74\x45\x0d\x00\x3f\x4f\xe9\x26\xab\x0c\x86\x48\x1e\xbb\x02\x9a\xdd\x31\xff\x25\xfb\x66\x95\xc1\x26\xd0\x71\xb0\x70\xdd\x60\xaf\x74\x19\xac\x08\x19\x0d\x65\x12\x52\x21\x8d\x59\x08\xdc\x39\x7c\xb1\x58\x80\x43\xb7\x34\x2e\xdc\x06\x28\x6b\x76\x95\x70\xf6\x7b\x02\x89\x4a\xfd\x0c\x67\x60\xd8\x7a\x93\x85\x0a\x56\x90\xc5\x2a\x60\xd8\xfa\x7c\x52\xe0\x31\xe9\x52\x71\x05\x1d\x79\x78\x3c\x43\x05\x4a\xfc\x97\x93\x06\x25\x97\x51\x38\x0a\xa1\x5f\xe5\x4f\x05\xfa\x03\x6c\x5b\x0b\x96\x33\x26\xc4\x63\x72\x86\xe4\xd1\x04\x85\x0e\xcc\x3a\xc6\x97\x33\xb2\xb7\xd5\x85\x33\x12\xce\xa4\x35\x0b\xd9\xd1\x0a\xd5\x5d\xe5\x62\x5f\x35\x97\x6b\xbc\xa0\x4f\x5c\x2c\xa2\xe1\x72\x0c\x8a\xbe\x08\x4c\x6e\xf3\xac\x84\x8a\xb3\x6c\xfb\x31\x08\x32\x76\x0b\x99\xc1\x9f\x5d\x04\x8a\xed\x51\x3c\x08\xbf\x58\x95\x1a\xa4\xdf\x15\x0f\xe8\x8b\xa1\xe2\xba\x1f\x40\x85\xe9\x44\x53\xc8\x16\x6e\x16\x66\xc0\xde\x76\xb7\x80\x43\xa2\xaf\xc4\xcb\x1d\x3d\x52\x8b\x6e\x16\xe2\xf0\xff\xc4\x02\xc9\xfc\x2e\x0f\xe2\xbe\x78\xdf\x3e\x00\x10\x7a\xa1\x3d\x48\x6f\x9d\x80\x0a\xa8\xb8\x47\x29\xae\x21\x56\xae\xc6\x14\x15\x38\xdc\x65\x4e\x89\x82\xc1\x59\x25\x4e\x89\xf6\x0e\x94\x37\x06\xd5\x0f\xcc\x78\x40\x63\xc0\x29\xd1\x71\x06\xf5\x08\xad\xdd\x55\x0e\xe3\xea\xbf\x16\xd4\x14\x5e\xd0\xaa\x72\x8a\x44\xc5\xa5\x1f\xe8\x93\x5c\x7a\x35\xc5\x34\x0f\x95\xe9\xd2\x74\x85\x11\xdf\xab\x06\x84\x86\x92\xf3\xa1\x26\x26\x4d\x2a\xb3\x66\xd6\xa5\x9c\x37\x35\xc7\xa4\x34\x95\x83\x89\xfb\xbf\x0e\xd6\x42\x7b\x24\xfb\x2a\xfa\x41\xf4\x65\xab\x96\x58\xc7\x1e\x81\x82\x05\xaf\x55\x53\xe3\x90\xa6\x9d\x53\x4b\xac\xc3\x4f\x8d\x61\x8f\xba\xc6\x50\x20\x7e\x81\x85\xaf\x53\x56\x25\xfa\xd4\x9e\xe8\x0a\x51\x48\x93\x34\xaf\x95\x75\xac\x5c\xbb\x55\xc9\x9f\x50\x3e\xc5\xaa\xe0\xb1\x1e\x1e\xc2\xf6\x87\xe6\xe4\x1f\x18\x63\x29\x90\xda\xe3\x9c\xaa\x31\x25\xc1\x42\x58\x14\xab\xf6\x1a\x50\x37\xfe\x81\x75\x35\x5d\x01\x68\xcb\x92\x37\xb5\xa3\x91\xec\x72\xab\x3d\x66\x49\x63\x10\xa8\x63\xda\x5a\x15\xb7\xe6\x51\x65\x3b\xd5\x40\x32\xaf\x2e\x73\x09\xed\x65\x30\x58\xa8\x8e\x2c\xa8\x23\xd6\x85\x9a\x10\x77\xcc\xee\x13\xb8\x65\xbe\x60\xa8\x23\x70\xc9\xfe\x25\x4c\x6d\x55\xd0\x53\x1d\x95\x50\x27\x68\x50\xae\x9c\xfb\x61\xdb\xb2\x75\x6b\x8c\x6e\xd7\x44\x25\x56\xd3\x71\x06\x75\x9f\xfa\x8a\xcf\xa1\x35\x42\x33\x95\x54\xb5\xe7\x82\xa8\x35\x8d\x5f\x5c\x07\xbb\xf5\xab\x52\xa1\x3e\xc8\x6d\xf0\x3c\xfc\x3e\x1b\x5d\x61\xf5\xab\x6e\x9d\xd4\xad\xf2\xeb\x8a\xf1\xf3\x80\x02\xa7\xaa\x54\x88\x55\x09\xb6\xb4\x52\xac\xc4\x5a\x8a\x0c\x6c\xd5\xf5\xe2\x93\xd3\xff\xfb\xdc\x97\x15\x87\xbf\xea\x99\x08\x67\xd5\xa2\x04\x44\x4d\x39\xb2\xab\x9e\x04\x93\x7e\xfe\x07\x6f\xe6\x53\x1e\x20\x7a\x69\x88\x00\x51\x73\x0c\x41\x3d\x41\xb8\x3e\xfc\x3c\x43\xfe\xf9\x9f\x21\x4f\xfe\xde\x8f\xb2\x06\x60\x6b\xbc\xee\x10\x83\xba\x15\x5e\x5e\xfe\x3f\x6e\x86\xfd\xfe\x95\xf7\xf3\x3a\x45\xd6\x2b\x02\x3b\xf4\xbd\x8b\x19\xd1\xa9\xba\x02\xf6\x91\x2c\x08\xf7\x91\xaf\x0a\xa3\x78\xd5\x2b\x32\xba\x35\xc3\x5b\xfd\x75\x87\x4f\x55\xc8\x3e\x15\x0f\xbd\x2a\x81\x9c\x22\x2b\x58\x15\x3f\xae\xcf\x9c\x75\xab\xcb\xdc\xbd\xa4\x7e\xb4\xa7\xf8\xf9\xc6\x92\x53\x7f\x39\x10\x2a\x08\x7f\xd5\xdf\x88\x05\xe1\x0f\xbe\xf1\x83\x5a\xb8\xd5\x5b\x77\xec\x4e\xbd\x17\x65\x8d\xd0\x7d\xc6\x0b\x7e\x80\x29\x90\xb2\xa9\xf7\x8f\xbb\x0e\x7d\x92\x6c\x4c\xbb\xa6\xeb\x56\x7f\xb5\x7a\x0a\x1e\x86\xdc\x4b\x74\xab\xbf\x32\x3d\x24\xcf\xdf\x22\xd7\x07\x1e\x5a\xf4\x29\xb3\x26\xdc\xa0\x87\x06\x35\x7f\x00\xaf\xed\xf0\xff\x37\x98\x45\xea\xd1\x0b\x6e\x9e\x77\x1d\x10\x60\x8a\x29\x5f\x15\x18\xd4\xec\x35\x00\xa4\x97\x4f\x02\xf5\x65\xd3\xb9\x83\x40\x7a\x75\xaf\xd9\x97\xf6\x5a\x37\xbd\xe7\xff\xfe\xaf\x1c\xee\xf0\x1b\x92\xde\x0d\x06\xb3\xcb\x26\x4d\x7d\x59\x34\x32\x2c\x1b\x71\x8f\xca\x84\x58\x2d\xe2\x1e\xf5\x81\x76\x30\xa2\xb2\xb1\xda\xd6\xe6\xdd\x37\xcd\x8d\xd4\x95\x22\x43\xb3\x71\xaf\x2b\xa8\x8e\xad\xc4\x20\xf2\x71\xf9\x82\x5b\x74\xa8\x0c\x65\x95\x66\xb8\x81\x92\xe5\x0b\xc4\x96\x58\xc4\x12\x22\x2d\x11\x31\x2e\x8b\xaa\x25\x96\x98\x34\x57\xe3\x52\x57\xd9\x46\xab\x25\x6e\x62\x3e\xef\x33\xa1\x52\xfe\x2d\x85\xde\x91\x6e\x6d\x19\x13\x4b\x21\xe0\xab\xed\x03\x69\x11\x4b\xc9\x6a\x99\x11\x91\x62\x6a\x99\x6d\xa4\x29\x6f\xc0\x64\x09\x20\x67\xb5\x1c\xc4\x3f\xea\x71\x06\x9b\x53\x9b\xa2\xc5\xf9\x55\x49\xcc\xab\x65\xe4\xd6\xca\xff\xa2\x67\x5a\x66\x41\x2c\xbf\x8c\xd0\x72\xff\xc9\x34\xb5\x6f\xac\x65\x84\xc8\xa7\xbb\x2f\xa9\xb0\x7a\x1f\x90\x2d\x47\x91\xb6\x12\x96\x80\xa4\x76\x2b\x48\x09\x77\x77\x1b\x37\x5d\xd8\x2a\xab\x6d\x63\xa6\x24\x0f\xf8\xb6\x65\xba\x50\xc0\x56\x83\x45\xdc\xfe\x84\x56\xa2\xc1\xfe\xe0\x1d\x1f\x54\x85\x15\x20\x0e\xa9\xed\x06\x50\x85\x63\x17\xda\x3e\x1c\x77\xc1\x16\xae\x56\xff\x5a\xac\x29\x26\x84\xd1\xe6\x56\xab\xa1\xc8\xbc\xc6\xeb\xa2\x06\x35\xb1\x82\x93\x27\xc1\xd8\xfe\xcc\xa7\xee\x1f\x7e\xbc\xa0\x3e\xc4\xad\xb5\x2b\x00\x9b\x62\x78\x90\xb9\xb5\xf6\xa5\x74\x6b\x2d\x2a\xf4\x0b\x21\x08\xbd\x2d\xf7\xf9\xba\x5b\xb7\xb4\xf6\x03\xd0\xd5\x35\x6c\x5d\xb4\x3c\x6d\xfd\x6f\xd5\xea\x93\xdb\x20\xcb\x3e\x89\xb4\x6d\x4e\xe5\xcf\x20\x90\x4c\x73\xf8\x32\xa7\xf5\x97\x79\xd2\xb0\x6f\x7b\x2b\xdb\xc5\xd0\x06\xe8\x8a\x3a\x0a\xb5\x81\x37\x50\x16\x5f\x23\xe0\x4e\xd4\xa1\xfb\x18\xc6\x19\x5a\xff\xcf\x30\x58\x74\x3a\x6b\xfb\x90\xbd\x7c\x25\xd7\x26\xb0\xae\x1e\x93\xd9\xf9\x5f\x3d\x98\xe4\x80\xc9\xe0\x69\x33\xc6\x6c\xfa\x8b\x17\x89\x87\x7e\xe1\x47\x05\x1a\xb3\x19\x2b\x6b\xfa\x87\x87\x07\xb4\x50\x66\x24\x16\xaa\x82\x15\x83\xaa\x93\x46\x0b\x57\xbb\xd7\x72\xb8\xda\x7d\xbb\xd0\x80\xa6\x75\x7c\x6e\xdb\x46\x97\x91\x8a\x57\x5b\xe1\x46\x51\x1f\xc0\x8f\x3f\xbc\x79\xce\x1c\x10\x75\x1a\x24\x18\xcb\x1d\xa1\xdc\x4e\xc2\xde\x3d\x08\x24\x8b\x3a\x22\xa4\xc1\x6f\xea\x88\x90\x76\xc6\x95\x9a\xeb\x3b\xe3\x03\xfe\xe2\x45\x0b\xfd\x02\x83\x66\x61\xb4\x8d\x9e\x25\xaa\x99\xd5\xc8\x36\x19\x96\xb7\x17\xb3\xe4\xdd\x1a\x8e\xec\xff\x67\xec\x5d\x92\xad\x07\x75\x26\xd1\xa9\x9c\x21\x98\x97\x04\x9d\x33\x17\x3f\x6f\xef\x36\x6a\xfe\x8d\x0a\x67\x2e\x67\xee\x8a\xa8\xfa\xe3\xeb\x79\x6d\x6d\x30\x60\x10\x7a\xa6\xcc\x8f\x68\xc8\xb6\x55\x78\xc0\x90\xfd\x87\x5d\x1e\x7c\xa1\xd6\x14\x80\x63\xbe\x31\xc7\x81\x8f\x64\xfe\x03\xa5\xdf\x46\xe2\x01\xa5\xdf\xae\xe4\x71\xd2\x3a\xa7\xf6\x94\x52\xec\xac\x18\xa8\x6e\x5a\x24\xa4\x0c\x5a\x01\x6c\xb1\x1c\x80\x00\x53\x51\xf6\x35\x00\x42\x61\xab\xf1\x38\xe1\x8c\xf7\x15\x72\xbd\xba\x50\xf1\x47\x47\xfe\xaa\x8d\xc8\x03\xae\x63\x07\x24\x0f\x18\x05\xec\xe9\x1d\x00\xfc\x72\xbc\xdd\x80\x90\xb3\x8d\x3f\xff\x80\x25\xf0\x9d\x7a\xc3\x69\xb6\xfc\xbb\xa2\x2e\xa4\x7f\xe3\x85\xba\xf3\x07\x5c\xc3\xe9\x25\x44\x36\x87\x7d\x60\xe3\x06\x54\x4f\xfd\xb7\x0b\xe7\x95\x88\x86\x3d\x76\xe3\x3e\x39\x5a\x2d\x0f\x82\xd3\x36\x9f\xb2\xfb\x46\xed\x6d\x2d\x0f\x52\x3d\x04\xe4\xb3\xc6\xc3\x1b\x5f\xa3\x7d\x45\xa6\x91\xde\x10\x0f\x62\x2d\xdc\x1e\x99\x20\x4e\x84\x18\x28\xd4\xf6\xe7\xc2\x61\x26\x88\x77\x24\x44\xa8\xee\xef\x8f\x4c\x90\x3f\xab\xf5\xab\xc4\xaa\xe5\x7f\x45\xa8\x26\xe0\xac\x35\x9e\xf3\x7d\x9f\x3f\xef\x43\x91\xcf\xbf\x6f\xd0\xb5\xba\x0f\xa4\x60\xbb\x2d\x62\x43\x56\x9d\x64\xb8\x40\xbd\x75\x07\x87\x04\x62\xe7\x1c\x53\x15\x1b\xf5\x1c\xff\x0e\xbc\x60\xe8\x37\x77\xb4\x6e\xc4\x78\x65\xac\x61\xa1\x34\x98\x5b\x32\xfd\x82\x1b\xa5\x83\xdc\xc1\xf3\xfe\xbf\x64\xa8\x40\x25\x39\x1b\x38\x02\x16\x18\x5f\x0d\x51\x2a\xfe\xbf\xea\x77\xe3\x00\xfc\x07\x54\xee\x13\x23\x8d\x32\xf9\x0f\x4d\x7f\x38\xf8\x07\xff\x07\xe4\xe8\xe2\xdf\x88\x0b\xee\x1e\xc2\xcd\x06\x1a\x33\xe0\xc9\xec\x66\x08\x8a\x69\xb6\x99\x47\x45\xf0\x9c\xee\xab\x60\xf4\x9e\x38\x65\x00\xa3\x43\x39\x50\x2b\x5e\x41\xa8\x55\x6d\x83\x60\xf0\x9d\xae\xa3\x68\xd0\xa7\xfd\x55\x1a\xd0\x50\x75\xbf\x45\x43\x39\x45\x71\x8d\x78\xe5\xa0\x6e\xce\x1d\x0d\x62\x9e\x24\xfd\x68\xd4\xe6\x52\xbf\x11\xa3\xea\x09\x35\xac\xc0\xf0\x78\xb8\x02\xe1\x3f\xc0\x15\xaf\xf1\x75\x24\x2c\xb9\xff\x1f\xba\xa9\xc4\x9e\xe8\x58\x00\xdd\x3d\x41\xb9\xc8\xa2\x7d\x74\x00\x2e\x79\x06\x1d\xc0\x30\xba\x9c\xa2\x07\x94\x2d\xd3\xdf\x7d\x67\x51\x3c\x00\xe2\x51\xff\xbc\x00\xd1\xe1\xc3\x23\x22\xeb\x0f\xff\x01\xd9\x2c\x7f\xa6\x00\xc0\xd7\x3f\x1d\x5e\x88\x54\xd3\x27\x1a\xd0\x4d\x74\xb9\xc5\x40\x0c\xa9\xf8\x5a\x0c\x44\x52\x4b\x79\x0a\x16\x05\x12\xe7\x09\xc0\xe4\xab\xa0\xe1\x8a\x41\x56\xe5\x83\x32\x08\xc2\xa7\x5d\x37\xb8\xe6\xfe\x48\x03\x11\x9b\xba\xfd\x82\x62\x96\x0d\xbe\x81\x6c\x0e\xbb\x7a\x02\xb0\x5b\xcd\xbb\x0e\x75\x85\x7c\x1b\x45\x50\x5d\xd2\x90\x90\x44\xed\x34\xb1\x88\x89\xf0\x44\xd3\x51\x36\x7a\x73\x7b\x88\xa6\xba\x2b\x82\x7e\x13\xdb\xb8\x03\x49\xd4\x76\x10\x06\xcd\x66\xba\x4b\x82\x66\x33\xdb\x6f\x23\xb1\x4d\x74\xe1\x07\x60\xb9\xa6\xdf\x88\x2c\x6a\xe7\x3c\x05\xa2\x01\xa3\xf8\xff\x03\x89\x70\x1a\x31\x60\xb9\x1c\xf4\x1a\x08\xa0\xa8\xba\x3d\x83\xd5\x00\xb6\x7f\xc1\x15\x58\x31\xc1\x0a\x7d\xa8\x90\x11\x6d\xc7\x58\x4c\xb2\x42\x49\xa1\x01\x33\x9b\xbd\x14\xc1\x94\x68\xbb\x76\x82\x88\x23\x7f\x1a\x00\x59\xc6\x6c\x64\x72\x8f\x48\x50\x8e\xc9\x8c\x05\xcd\x67\x32\x33\xdf\xbf\x91\x63\x26\x93\x45\x2c\x58\x61\xcc\x37\x90\x86\xf1\x87\x7b\xa3\x38\x41\x7a\x93\xd2\xee\x26\x20\xc2\x15\xbf\x2c\x0c\x37\x80\x39\x5a\xef\x5b\x0b\x26\x0d\x93\x77\xb6\xf7\x3f\xa0\xde\x86\x4f\xc9\x02\x50\xa0\x27\xb0\x27\x52\xc0\xfc\x1b\xd8\x08\x3e\x85\x3b\x96\x2c\x7c\xec\x80\x8a\x1b\xba\xe0\x83\x19\x11\x3e\xd6\x07\xea\x75\xb8\x03\x94\x06\xd8\x54\x53\x72\xc5\xc1\x1b\x5b\x6f\x3c\x10\xc4\x64\x56\x77\x0c\x36\xd0\x67\x3d\x90\xf8\xee\xfb\xe5\x48\xfe\x83\x5b\x60\x53\x15\xff\x7e\x75\x83\x3f\xb7\x05\xa5\xce\x3f\xbb\x12\x55\xf5\xed\xdf\x0c\xd8\xd2\x6c\x06\x89\xe3\x61\x03\xf5\x70\x42\x2a\x91\xd4\x10\x48\x9a\x50\x0d\xa0\x15\x48\x9a\xd8\x7c\x4c\x98\xf4\x6c\xc6\xc0\xe8\x09\xf3\x32\xe6\x3c\x4b\x10\x0f\xe4\x3c\x6f\x4e\x40\x8d\x13\x4a\xa8\xa5\x06\x60\x9d\x39\xe3\x20\x10\xd1\xf8\x87\xdb\xa2\x1e\xb0\xf5\xe8\x40\x1e\xb4\x8a\x94\xac\x40\xb4\x85\xbd\xdc\xf1\x4a\xa1\x45\x60\xec\x2b\x50\xa4\xc8\x01\x24\x71\x2d\xd4\x86\xd2\x84\x68\x9b\xb3\xb2\x13\x80\x4a\x73\x3a\x51\x5c\x04\x18\xd5\x57\x46\x91\xfe\xe1\x0b\x14\x29\x13\xdb\x1f\x76\x0f\xd8\x59\xe7\x8b\x06\x61\x67\x65\x4f\x8c\x1b\xbc\xcf\x07\x01\x01\x8c\x8e\xc2\x89\x1b\x29\xb2\xbe\xe1\x59\xa0\xd1\x9b\xe2\xa1\x6a\xa2\x19\xbd\x82\x62\x3a\xb2\x2a\xe0\xca\xfa\x73\x50\x20\x28\x3a\x36\x2e\xe8\xc9\x0a\x9f\x0c\x94\x18\xda\xbc\xb1\x1f\x2e\x89\xbf\x01\x90\xd0\xfe\x9c\xc5\x07\xa2\xae\xb9\x3d\x45\x41\xd5\x77\x5d\xc9\x22\x8e\xda\x55\xf9\x8a\x82\xe9\x50\xa7\xdc\x50\x6f\xb6\x99\xce\x93\x21\xee\x9c\x1b\x6a\xe1\x68\x5f\xe7\x46\xdb\x46\xea\x37\x62\x72\x64\x69\xc8\x0d\x18\xeb\x5a\xb3\xdc\xa8\x5b\xf8\xff\xb1\x8b\xaa\x07\xc8\x35\x15\x1d\xa2\x9e\x80\x70\x57\x16\x9c\x4c\x9d\xa3\x7c\xe5\xb8\x66\x0d\x39\x0b\xfa\x77\x74\x7a\x16\x2c\x89\x3b\xa8\x88\x84\xd2\x36\x4b\x54\x43\xb4\x47\x34\xeb\xf5\xfe\xd6\x39\xc9\x86\x5d\x25\xa3\x74\x36\xee\xaa\xe5\x7f\x20\x4e\xa9\x46\x04\xe7\xda\xf2\xff\xbf\xec\x72\xdb\xfe\x49\xb7\x49\x44\x43\x66\x77\x63\xac\x8e\xae\x9b\x04\x0c\x8c\x23\xa0\x92\x22\x55\x6e\xfe\x07\x94\xfd\xec\xfe\x0d\x3e\xe5\xdf\xa3\x02\x62\x44\xab\x33\xb8\x45\xd5\xe1\x60\xdd\x1e\xad\xc6\x58\xf8\xad\xc9\x0d\x62\x3f\x99\x8e\x3a\xeb\xe2\x3a\xf9\x0a\x30\xc5\xa1\x75\x89\x7a\xc3\x9b\x23\xb1\x13\x02\x8c\x30\x4d\x56\x06\x8c\x69\xfe\x5c\xc0\xa0\x17\x78\xd4\x4a\xe4\x9a\xda\xe6\x9f\x01\x03\x86\x6e\xc7\x0c\xf8\x80\xa4\x2a\x64\x02\xe2\xc4\xfb\x0d\xd2\xc3\xa6\xeb\x35\x93\x85\x6e\x74\xa6\x12\xa1\x19\xde\x3f\xc0\x28\x33\xdf\x4e\xe4\x06\x98\x2d\x27\xae\x6b\xcb\x4b\xc9\xeb\x5a\xc8\x05\x2b\x27\xdc\x86\xfe\xff\x9b\x74\xff\x01\xd5\x85\xa5\xcd\x25\x6d\x3c\x8e\x78\xcd\xc5\x6f\xea\x23\x02\x04\x30\x33\xea\x7c\xef\xe3\x56\xa4\xdb\x24\xdc\x58\xcd\x7b\x00\x26\x9b\xf0\x8e\xdd\x39\x43\xf5\x07\x50\xf9\xf0\x0e\xdf\x39\x05\x49\xa5\x89\x14\x45\xab\x6b\xb9\x73\x0e\x7f\x7a\x78\x30\x22\x2d\xc2\x7b\xe1\xa6\xa5\xa2\x64\x2d\x9e\xf4\x57\x46\xba\x40\xc8\xb6\x97\xb0\xb1\xd8\xf3\x94\xb0\xa1\xd8\x53\x95\xb4\xa1\x48\x43\xcd\xf7\x6e\x5a\x4e\x57\x48\x24\xfc\x6d\xf6\x6e\x26\xc3\xf1\x65\x76\x4a\x98\x48\x54\xfa\x60\xe5\x05\xbb\x98\xe4\xb8\x44\x30\xbc\x8d\x83\x79\x01\x1f\xca\x7c\x91\x26\x10\xe7\x24\x27\x4c\x20\x8e\xd4\x48\xd4\x7a\xb1\x92\x9f\x77\xa2\xa0\x92\x5e\xc0\x68\x78\xa7\xdf\xe6\xcd\xf2\xb6\xfe\xfd\xbe\xa1\x7a\xc4\xa8\xc5\xe2\xfb\x3e\x61\x55\xd8\x9c\x1c\x9b\x0f\x44\x51\xef\xf4\x07\xf8\xb8\x9e\xe2\xcb\xeb\x67\xe8\xbe\x9d\x8c\xcc\xb3\x76\x33\x37\x96\x35\x6b\xfa\xcd\x82\xbd\x45\xbf\x61\xff\xac\xfe\x7f\x8e\x40\x87\x79\x02\x94\x3c\x74\xb6\x26\x32\xe6\x1c\xc2\x33\x37\x16\x27\xf7\x08\x90\x75\x1d\xa6\x2f\x76\x98\xfa\x03\x30\xc1\x8a\x3b\x3c\xf8\x0f\x6e\x81\x62\x00\xd5\x0d\xf8\x59\xc4\x7f\x26\x62\x37\xec\x2d\x98\xa5\x60\x1f\x68\xc8\x05\xd1\xd6\xee\x00\x25\xe8\x05\x8b\xbe\x66\x81\x8f\x5e\xd6\xc4\x59\xc8\x2f\xbb\x7e\xbf\xfb\xc2\x88\x10\xf3\x55\xf2\x97\xb0\xe3\xd6\xac\x00\xb6\xf4\x12\x54\xb0\x17\x3b\x6b\x26\x02\xf2\x7d\x1d\x4d\xe4\xe8\x39\xa4\x68\x36\xc6\xb3\xeb\xff\x11\x4f\xaf\x2a\x4f\x6b\x02\x38\xcc\x81\xbe\x13\x05\xe3\x85\x21\xb5\x66\xc3\xe1\xb5\x3f\x6c\x36\xbe\xe0\x9f\xe2\xd2\x26\x2a\xef\xda\x00\x3d\x3b\x8b\x2f\x68\x74\x9d\x09\x10\x1a\x7d\xbf\x31\x3a\xbd\x7d\xa0\x40\xbe\xd8\xff\x44\xd5\x5c\xc3\x45\x4c\x28\xc4\xa9\xeb\x64\xbe\xd7\xc9\x72\x38\xd2\xa4\xdb\xc1\xa7\x62\x32\xac\xcf\xeb\x3b\x10\xfa\xe2\xef\x05\x14\xb1\x98\xfe\x3d\xf0\x5b\xff\x1f\x94\x7a\xc5\x18\x26\x50\xa3\xed\xde\x9b\x2c\x93\xeb\x11\xa2\x3c\x7d\x78\x03\xa0\x10\x5d\x78\x07\x22\xec\xcf\xf8\x0b\x13\x55\x70\xab\xd4\xdb\x99\xd0\x35\xd6\xe6\x7f\xe0\x92\x68\xca\x2c\x4e\xe7\x53\x08\xec\x82\x3f\x4b\x0e\xec\x02\x87\xda\xcc\x64\x4d\x25\xff\xff\x44\xf5\x7a\x6d\x88\x84\x42\xee\x0d\x91\x48\x4c\x5a\xa6\x1f\xc8\x3f\xd4\x8a\x00\x44\xac\x78\x82\x09\xac\x9f\x3f\xfd\xa1\xf6\x7b\xf5\xfb\x61\xe7\xf2\x04\x51\x2c\xaf\xf8\xcc\x02\xe5\x5a\xd5\xa5\xd7\x9c\x00\xf4\x10\xeb\x9e\xbf\x6a\xfb\xea\x6f\x76\x14\x8d\xf1\xff\x43\x7d\xf7\x09\xa3\x46\x6d\xae\x34\x81\xaa\xdd\xfd\x1b\x45\x7b\xbc\x23\xe0\x85\x71\x10\xc1\x84\x17\xc6\xd1\xb8\x73\x1e\xfc\x20\x5a\x40\xde\xc0\x36\x61\x4c\xdc\xc0\x45\x32\xd1\x84\xc2\x6c\x73\xf9\x5c\x28\xeb\xe3\x15\x59\xbf\x4f\xac\x29\x00\x74\x2c\xfd\xc9\x71\x41\xfb\x42\x9e\x6b\xb0\x81\x7b\x80\x93\x5d\x42\xc8\x44\xb4\x65\x33\x97\xc2\x8d\x6e\x4d\x67\x32\xdf\x61\xc9\x12\x36\xa1\x42\xdb\x90\x34\x19\xe9\xe2\x73\xf4\x8a\x00\xc5\x69\x3f\x13\xa8\x05\xdb\x32\x67\xdd\x91\x7f\xad\xdb\x65\x42\x07\xb7\x2a\x34\xe9\xb6\xf1\xae\x40\xf9\xbd\xcd\x89\xbc\x13\x09\x05\x0e\xdb\x9e\xd4\xb1\x9d\xdd\x35\x0f\x5c\xe1\x52\x07\x27\xfc\x32\xce\x63\x9d\x70\xb3\x38\x2b\x74\xa2\xcc\x4a\x33\xa3\x3b\xb9\x68\x12\x22\xe6\xc9\x0e\x34\x67\xfa\x51\xec\x20\x9c\xf0\xa3\xfc\xb9\xaf\x50\x47\xf7\xcf\x75\x73\xe1\xfe\xb2\xc5\x72\xbe\x1a\x68\xfc\xb9\x1c\xae\x89\x0f\x6d\x3a\x4b\xd1\xe8\x8d\x17\x85\x59\x77\xf8\xa0\xe2\x9e\x46\x78\xc3\xef\x22\x3b\xc5\xa4\xc2\xe9\x44\xd6\x49\xbf\x88\xcf\xfa\x2b\x24\x0c\x6b\x63\xf3\x15\x12\xd2\xea\xdc\x7c\x65\x84\x55\xbc\xa6\x74\x6d\xd8\x26\x3c\x6f\xf8\xa6\x3c\xe2\x9b\x7b\xdb\xd7\x0d\x54\x52\xbb\x65\x27\x55\x52\x29\xd9\xf3\xe1\xc6\xf0\x2b\x01\x63\xe5\xcc\x9a\xf9\xf0\xc6\xd5\x22\x3f\x2c\x91\xe4\x0e\x50\x52\x7f\xf3\x0b\x20\xe0\xaf\x7f\xaa\x76\xb3\x16\x71\x47\xb5\xaf\x17\x45\x0c\x27\x2b\x2d\x20\x75\x5b\xac\x5a\x1b\x56\xa4\xfa\x37\x70\x5a\x36\xff\x3f\x4f\xbb\xc4\xe9\xb5\xc1\x97\x55\xfc\xfb\xc2\x12\x7f\x9f\x64\xc1\xd5\x60\x5f\xd8\x42\x86\x9e\xca\x0a\xaf\x85\x2c\x7f\xa7\xfa\xae\x9f\xc0\x30\xf5\x1b\x37\x9a\xd8\xe3\x42\x76\x81\xad\xf2\x0b\x19\x7c\xc2\xf3\x5b\x0b\xb5\x64\xc3\xfd\x55\xfa\x47\xf5\x7e\xe0\x6e\x0b\x4a\x6d\x2d\xe4\xdb\x39\x46\x6b\x41\x1e\x28\xd5\xbf\xe1\xad\x94\xc0\xb1\x10\xad\x50\x6c\x07\x5a\x48\xa0\x53\x9d\xcc\xb5\x60\xb5\x57\xd9\xe3\xb5\x10\xb9\x5f\xc4\xdd\x56\x87\xf7\x4a\xd5\x52\xd7\x02\x72\x68\xf3\x37\x02\xe0\x92\xbd\x8b\x0b\xa1\x9b\x8e\xf8\x5d\x03\x2e\xe4\xee\xdf\x48\x97\xd0\xa9\x5b\x08\xe5\xfc\x03\x99\xb2\x00\xa8\x24\x80\xf8\xb5\x50\xa6\xcc\xa7\x62\x41\x07\x2d\x4e\xfb\x5c\x23\xe1\x51\xd5\x08\xc7\x89\xdf\x7e\x03\xd7\xc0\xbb\x04\x98\x48\x06\xa5\x5a\x90\x1a\x54\x46\x79\xad\x40\xa9\x0e\x19\x35\x56\x70\x0d\xbc\x48\x41\xb3\x87\x86\x18\x1c\x92\x57\x0d\x49\xf1\x36\x18\x2e\x40\x1a\x55\x7f\xa6\x57\x8c\xa8\xd6\xb3\x57\x02\x4d\x4e\x1a\xd3\x02\x1c\xf7\x26\xd6\xb2\x12\xb7\xa8\x3f\x7b\x72\xd1\xfe\x34\xe8\x18\xb2\x1b\x0c\x54\x87\xf1\x0b\x02\x05\x5a\x35\xa5\x04\xab\xf1\x0c\x5e\x31\xa1\x1a\x2e\x68\xbd\x62\x42\x2d\x4e\x5d\x5d\xaf\x9c\x50\xfe\x6c\x34\x00\x1c\x85\x6e\xc5\x95\x37\x1b\x68\x11\x29\x28\x48\x81\x59\xaf\xa0\x30\x8c\x5d\xb6\x10\x6f\x31\xc5\xe0\xd7\xc4\x0c\x7c\xf2\x5e\x41\xa0\xfd\x39\xa9\xc8\xba\x77\xac\xde\x9a\x98\x81\x24\xe5\x05\x41\xa0\x4b\x70\x58\xb0\xac\x17\xe1\xbb\xae\xf5\x4a\x02\xc3\x20\x4f\x0b\x39\xf7\xb6\xd1\x2e\xa8\xea\x45\xd5\xd7\xd6\x9a\x9c\xa2\xd6\x70\xfe\xa6\xa8\x45\x9e\x28\x6d\x20\xd9\x62\x41\x12\x30\x4a\xd4\x02\x9a\xa8\xb3\xe6\x17\x2c\xe7\xd6\x06\xd6\x7b\xaf\x77\x07\xf7\x2d\x98\xce\x97\xfb\xdb\x11\xba\x24\x66\xbc\xde\x5b\x78\xd8\x73\xbd\x90\x75\xdf\xfc\xd1\x76\xb8\x2e\xfc\x4d\x90\xf5\xb7\xfc\x7e\x18\xc2\x1d\xbd\xbf\x58\x23\xd7\xd6\xb6\x85\x72\x6f\x06\xd6\x5a\x30\x84\x5b\x1e\x5f\x27\xb3\x61\xf5\xff\x17\x92\xb5\xbc\x8b\x90\x5e\xe0\x68\xc1\x05\x28\x6d\x0b\x7b\xeb\xe2\xb6\x95\xb8\xbc\x10\x8a\x60\xcf\xee\xba\x90\x35\x23\xd3\xfd\x42\xfe\x81\x33\x22\x16\xf4\x72\x3b\x35\x17\x8c\xc0\x45\x45\x56\xd6\x42\xe9\xfa\xbe\xfe\x49\xbd\x59\x17\xbf\xb8\x19\x01\x72\xdc\x9d\xa0\xb1\x2e\x7e\x71\x6f\x62\x64\xfc\x59\x4e\x5a\x37\xcb\x10\x9b\x9f\xdf\x84\xed\xd2\x2e\xc6\x15\x5f\xcd\x39\x50\x49\xcc\x10\x2b\x0b\x65\xe8\x8d\xa6\xb1\xa0\xa5\x3b\xe8\x68\x87\x96\x5e\x7c\xe7\xef\xb0\xc8\xda\xbb\xbf\x03\x89\xdb\x07\x7b\x7f\x2f\xb4\xe5\xc4\xa9\x9d\x05\xd8\x97\xe9\x98\x81\x18\xc7\x5e\x02\xff\xdf\xf5\x1b\x01\x39\xda\xf4\x7b\x3d\x00\xf3\xa5\xfe\x50\x04\xb3\x38\x3c\x65\xaf\x7c\xa1\x7f\xdf\xf8\x1d\xfa\xfd\xb0\x81\xde\x00\x95\xd6\x1a\xc4\x8e\x74\xb5\x2a\x99\x64\x6f\xc8\xa0\xfe\x43\xc7\x1e\xd0\xb1\xdc\x79\x83\x2d\xf7\xc7\x17\x88\x99\xee\xc8\x56\xf3\x8d\xb3\x77\xec\xca\x66\x3a\xbe\x49\x33\x1d\xe0\xe0\x9e\x01\xb2\x13\xcc\xac\x77\xe4\x84\x3b\x72\x6c\xef\xd8\x15\x16\x12\xf6\x8e\x35\x95\x71\x67\x07\x04\x60\x91\xa3\x60\xe7\x8d\x55\xa4\x65\xee\x48\x12\x4f\x2f\x2a\x92\xc4\x9d\x40\xbc\x0f\x2c\xba\xae\x8f\x7d\xb0\x8e\xa3\xfe\x3f\xe0\xa9\x48\xff\xc6\xb9\x32\x6c\xcd\x8e\x74\x37\xdb\x75\x77\xe8\xc1\x4e\xcb\xdf\x83\x53\xd4\x80\xe0\xa6\x2d\x46\x6f\xdb\x91\xee\x60\xb8\xd1\x9d\x18\x7d\x1e\x21\x40\x5e\x9c\xe2\xbc\x07\xea\x73\xeb\x92\xde\x81\x75\x5d\x75\x92\xf6\x44\xec\xb9\x3f\x1a\xf4\xe2\x22\xd4\xff\xb5\x03\xe5\xa5\x74\x77\xd0\xe1\xdc\x37\xfd\xe5\x85\x06\x43\xda\x71\xa1\xa9\xfa\xd1\xda\x91\xf7\x6e\xbc\xbc\xfd\xbd\xd0\x62\x4b\xff\x46\x78\x83\xc4\x96\x3d\x51\x1c\xb5\xf8\x7d\x17\xfe\xdf\x74\x06\xb3\x9b\xfe\x80\xae\xdf\x13\xbc\xde\xfd\x4d\x7e\x02\x79\x1e\x76\xe4\xc9\xff\x59\xd1\x89\x09\x48\xb2\xdb\xa1\xd8\x1a\x5f\x63\x07\x88\xcc\xf4\x27\x7c\xef\xb3\x70\xca\xcb\xce\xfb\xec\xcf\x12\x22\x23\xc3\xbc\x74\xe7\x7d\x96\xee\xf0\x44\xfd\x5d\xd3\x11\x49\xeb\x73\xf8\xea\xb5\xa1\x2a\x8a\x6b\xa7\x5e\xeb\x01\xbc\xb7\x57\x98\x39\xee\x0b\x9a\xb7\x78\xef\xbe\x38\x40\xad\xc0\xfa\x0d\xd0\x7f\xd8\x5f\x99\x63\xb9\x43\x60\xea\x7a\x13\xa2\x28\x7d\xc8\x37\xb4\xef\xc0\x43\xf7\x8c\x71\xfd\x6d\x7f\xe8\x41\x55\x5e\x23\x78\xb5\xd4\x50\x09\xbd\xb5\xef\x40\x78\xd7\x6d\xb1\x13\xa9\xda\x9c\xe5\xd5\x5a\xd3\x01\x22\x3b\x2a\x5a\x85\x79\x1f\x8a\x97\x5a\xa1\xdb\x8f\xc4\x6f\x4d\xe0\x40\xff\xde\xd4\xc7\x62\x09\xbb\xf2\x2f\xb7\xcd\x0e\xcc\x1b\xbb\xa9\x77\xc0\xe0\x95\x2a\x1b\xf2\x8e\x72\x56\xc6\x9a\xda\x4f\x0c\xd7\x87\x18\xb7\xaf\xfd\x95\xfb\x09\xb3\xba\x24\x9e\xfd\x84\xa0\x2c\x5d\x62\x47\x7e\xbb\x1d\xa2\xfb\x85\xbb\xe4\x0f\x23\xbb\xd8\xa1\x16\xf8\x82\x3e\xea\x33\xf9\x5e\xd7\xcd\x2e\xda\xfd\xbd\xad\xa7\x23\x78\x76\x04\x0e\x1a\x7e\x71\xbf\x60\x96\x37\xe3\xbc\x92\x2f\xf4\x1f\x26\xe2\x8e\xdd\x01\x1c\x05\xe6\x6b\xbc\x4e\xff\x5c\x26\x88\x24\xb4\x24\xbe\xa3\xb0\xe7\x1f\xae\x80\xe2\x53\xce\xb7\xd8\xa1\x11\x97\x3f\x8c\x0f\xf7\xad\x71\x0b\x76\x24\xc4\x3b\xc3\x63\xbf\x39\x02\xbd\x10\xb5\xa5\x1c\xfe\xbf\x3f\x34\x1f\x49\x83\xde\x1f\xbe\xf1\xeb\xe0\xd8\x50\xf5\x4c\x53\x38\x68\xf4\xd6\x1e\x3c\x36\xae\x81\x86\x7c\xc0\x03\x6a\x49\xfd\xc0\x85\xad\xba\x8e\xeb\xd8\xc8\x78\x34\x84\x63\xe3\x10\xbf\xaf\x70\x40\xe5\xb4\xe4\x7d\x20\xa1\xdd\xf1\xfe\x07\x8a\x45\x59\xd0\x3e\x2a\xbe\xaa\xae\xbb\xa3\xb2\xbd\x7f\x77\x72\xba\xa6\x3f\xa0\xc0\x8b\x3b\xac\x3c\x77\xe2\x34\x07\x7c\xa4\xad\xbb\x87\xc9\x7f\xd0\xa2\x54\xa8\xe5\xe1\x06\x8c\x91\xd5\x90\x81\x3b\x6c\x37\xf3\xd1\xf8\xdd\x25\x46\x1d\x0d\xbe\x08\x7d\xb6\xa3\xd5\x57\x72\x96\x49\xed\x40\xb1\x49\xc7\x25\x1f\xc0\x1d\x36\x1c\xe2\x81\x60\x33\xe3\x4d\x1d\x4c\x50\xd7\x4e\x3f\x3a\xd6\x40\x3b\xfb\x40\x3d\x28\xbb\x01\x8f\xce\xa3\xa4\x25\x40\xa8\x59\xb1\xef\xff\x40\x2d\x6e\xfb\x3a\x8e\x4e\x53\x8d\x5f\x88\x7d\x24\x39\xee\xe8\xb4\x33\xb8\x3d\xf6\x61\xf5\x00\x1e\x14\x5b\xd7\x0a\x8e\x8d\x2f\xd4\x88\x01\x44\x63\xdf\xff\x81\xf2\x91\x3e\x6b\xc7\x98\xe8\x50\x23\x86\x67\xb6\x18\x65\xe0\x80\x8c\xa1\x42\xc0\xeb\x80\x25\xbb\x7a\x89\x13\xae\x61\xa9\xdd\xc7\xab\x21\xae\xd4\x8d\x7e\x4c\x94\x01\xf2\x37\xc4\x05\x58\x1c\x4a\x76\x00\x28\xe6\xcf\x0b\x10\xbd\xee\xa8\xde\x03\xf7\x8f\x2b\x62\xae\x03\x08\xb2\xd6\x26\x0e\x80\x98\x65\xf3\x6f\x78\xb3\x7d\xd4\x58\xda\xc8\x07\x61\xc1\x1b\x2e\x91\xe0\x58\x78\xa1\x37\x3e\x0b\x11\xf9\xa0\x20\x94\x5c\x35\x4f\xd6\x01\xc7\x66\x51\x81\x8c\x75\x20\x96\xdc\x91\xbb\x07\x32\xc6\xed\x96\x3c\x4e\x0c\x58\x57\xf8\x81\xd2\xd1\x76\x8c\x1e\xc8\xe7\x76\x80\xc7\x81\x18\x9a\xd2\xbd\x6d\xcf\x05\x77\x85\x66\x74\x62\x84\x3e\x79\x50\x87\x9c\xb3\x70\x5c\x88\x78\x34\x74\xdd\x01\x0e\x9b\xf3\x9f\x52\x3c\x0f\xd4\x25\xb2\xaf\xfc\xa0\xba\xe3\x48\xe3\x03\x00\x27\xaa\xc1\xb3\x0e\xd4\x61\x36\x4a\xdc\x01\xe5\xc5\x71\xdc\x07\x92\xb5\x8b\x8d\xb4\xc7\xcd\xf1\x6a\x85\x81\xf9\xe5\x90\x9b\xe3\x86\x77\xca\x9b\x12\xf8\x25\xa5\x7b\xd7\x02\x7f\xc4\xee\x96\xe3\x61\x87\xa6\x63\x84\x3e\x16\xc8\x16\x2b\x7f\x0e\xf6\x83\x3b\x4e\x2b\x7c\x02\xb2\x2b\x25\x83\x9c\x30\x10\x1a\xcc\xfa\x24\xb7\x95\xd4\x75\x02\x91\x6b\x4a\xa4\x38\x11\x5a\xec\xca\x01\xeb\x44\x72\xb7\xf3\x5e\xcf\x02\x2f\xa8\xe9\x95\x1d\x0c\xfd\xc6\x29\x90\x8c\x70\x92\xbb\x1a\x44\xec\x04\x24\x97\x53\x2c\x4e\x64\x73\x3b\x8d\xf5\x04\xef\x9c\xc5\x1d\x70\xc4\xdf\x9e\x38\x1b\x37\x9d\xfe\xbf\x71\x80\x1a\x10\x2c\x84\x56\x10\xcf\xc6\x01\x78\x44\x0d\x03\x90\x59\xfa\x44\x20\x70\x71\xca\xda\xd9\xb8\x8d\xfd\x9b\xdb\x58\xfb\xfe\x04\x68\x97\xdd\x76\x67\xdb\xf9\x0f\x5a\xe5\x86\x68\x36\x6d\xdb\xb3\x81\xdb\x49\xd2\x39\x3b\x87\xa0\x31\x03\x95\xcb\x76\x87\x13\xdc\xd3\x21\x0e\xe7\xc0\x1c\xb5\x71\x4f\xda\x0c\x0d\x6a\x75\x22\xfd\xdb\xa9\xb0\xe7\x60\x0d\x49\x7f\xf7\x01\xd1\xa4\xb8\xc7\x44\x52\xbf\x1b\x60\xdf\x48\xed\x3d\x07\x8f\x86\xe9\x4c\x4b\xf3\x67\x7a\x55\xb2\xe5\x1b\xea\x0c\x18\x21\x25\x1d\x9f\x41\xe6\xa4\x11\x26\x5e\x20\x41\xe3\x84\xbe\xf2\x07\xc2\xf6\x64\x79\x3c\x29\x2c\x27\x2d\x70\x0e\xee\x39\x5f\x8d\xa5\x5b\x9c\x3e\x13\xa1\x50\xe2\xb7\xe7\xdc\xd8\x40\x73\x80\x85\xcd\x77\xd4\x39\x11\x71\x27\x86\x7c\x4e\xa6\xb8\x6b\x4a\x34\x80\x39\x31\xe0\x9c\x08\xf4\x90\x80\x79\x12\xd9\x4b\x0c\xf8\x24\x47\x77\xa0\xff\xb9\xf8\x5d\x74\x3c\xcf\x75\x22\x55\x50\x43\x5a\x17\xff\x41\xb3\x04\x76\x96\xfd\x09\x27\xf2\x7f\xfe\xa4\xdf\x9d\x88\x46\x71\x9a\xfd\xb9\xff\x06\xa9\x41\xec\x1c\x84\xa7\x09\xec\xaa\xea\x95\xa6\x94\xee\xc0\x3f\x54\xf4\x6f\x96\x56\x4e\x40\x25\x16\x9f\x18\x96\x37\xf1\x42\x53\x4a\x95\x36\x8e\xf2\xf4\xe9\x60\x4f\x94\x9f\x9f\x06\x98\x38\xe1\xa6\x09\xf3\x14\x54\x93\xb7\xdf\xe8\x44\xdc\x9f\xf5\x20\x56\x93\x37\x04\xc6\xf9\x2b\x80\xea\x23\x0e\x14\xa6\x10\xd3\xba\x36\xfe\x6e\xfa\x8d\xa0\x00\x9d\x06\x54\x83\xaf\xc5\x08\x10\x17\xb1\x8a\xa5\xda\x5d\x85\x90\x6d\x53\xbf\x01\xe7\x29\x1e\x85\xda\xec\xb5\x38\x88\x1a\xc5\xd9\x57\x6c\xff\x64\x56\x43\xe5\xf6\xb7\xb5\xc6\x03\x48\xa5\xd0\xd9\x41\x25\xf6\xe5\x40\x47\x94\x5a\x9f\x56\x85\x59\x6a\xdd\x15\x6e\x16\x6a\xad\xcf\x90\x95\x0f\xb5\xd0\x97\xd1\x66\x50\x0b\x7d\xfd\x79\x21\xa2\x20\xec\x84\x46\x6d\xf1\x74\xc8\x32\x6a\x87\x2f\x3b\x95\x2f\xf8\x28\x8a\x36\xfa\x35\x48\xd7\xfb\x19\xc7\x20\x96\x89\xea\xd8\xcb\x86\x5f\x54\xc7\x4e\x3b\xf9\x51\xfc\x7a\x85\xb8\x0d\x8a\x5f\x2f\x07\x1c\x5f\x30\xbf\x78\x07\x5d\x34\xbf\x58\x26\x47\xb1\xea\xd9\xd2\x1d\x62\xc2\xda\x42\x17\xb0\x24\x6c\x59\xbe\x26\x77\x80\x06\x08\x63\x78\xb1\x6e\x7d\xa1\xb0\xa5\xe3\xd4\x2e\x60\xee\x79\x4f\x5f\x08\xe2\x0e\x5d\xcc\x17\x95\xf9\xf4\x0e\x58\x1c\xb2\x3a\xdc\x11\x59\x21\x01\xf6\x02\x5e\x8f\xa3\xc6\xae\xf7\x58\x2e\x5b\xdf\x51\x0d\x7a\x6e\x5e\x22\x06\x3c\x7b\x46\xf0\xff\x3a\x46\xec\x82\xac\xe5\xa8\xb6\xeb\xc4\xc5\x9c\xd2\x6e\xaf\x13\xdf\x48\xa7\x06\xb5\x9c\xdf\x7f\x50\x8f\xf0\x20\x9b\x7b\x5d\x17\xa6\xdc\xfc\x1b\x5a\x8c\x38\xf8\x75\x61\xcd\x2c\xb0\x5e\x30\x36\xff\x39\x04\x17\x96\x40\xfc\xf5\x42\x1a\x9b\x4d\x4a\x17\xe0\xdc\xec\xa6\x47\xe5\xe3\x65\xf3\xc1\xf5\x70\xc4\x9a\xd2\xc3\x5d\xa5\xf6\x0f\xbe\x41\xf3\x6f\x94\x48\xfc\xf3\xff\x78\xbf\xf8\x06\xaa\x0e\x2f\xdb\x0b\xee\xc2\xf1\x84\x7e\x73\xbc\x4d\xbf\x0f\xfc\x7f\xd5\xef\x93\xc0\xcb\x6e\x80\x53\xfe\xe7\x37\xc2\x79\x74\x8d\xa3\x0c\x71\x75\x74\xd4\xfd\xca\x3e\xe1\x63\x75\x13\x1a\x4d\x02\x36\xca\x14\x87\x03\xf1\x51\xa6\xb8\x5a\x2c\xb8\x29\x1b\xf9\x56\xbe\x11\x1e\xe5\x5c\xec\xfb\x65\x0c\x7d\xd3\x0d\x75\x93\x31\xf8\x9e\x47\x9d\xe2\x6e\x47\xdc\xcd\xec\x71\x4b\x0a\xa8\x53\xdc\x6d\x3e\xbf\xa9\x69\xfa\x9e\x46\x29\xe2\x30\x66\xeb\xdd\x30\x66\x9d\xc4\x1b\x69\x55\x4e\x50\xbd\x29\x4e\x39\x16\x11\xb5\x8a\x9b\xca\x10\xae\xfb\x15\xa7\xc2\xe5\x15\xee\x57\x9a\x0a\x57\x3f\xb8\x5f\x69\x2a\x5c\x4e\x01\xb5\x8b\x8b\x05\x89\xfb\x95\x95\xc2\xc5\x08\xee\xf6\xb0\xb2\xf2\xf7\xbb\xff\x66\xa0\x17\x20\xc8\xb7\xe9\xa4\xa0\xb6\x71\xd8\x85\x7c\x77\xb8\x02\xdd\x61\x87\x59\xce\x5f\xf9\xcb\x6a\xd2\x88\x3a\x46\x30\xdd\x00\x9f\x5d\xbc\xe4\x1e\xbf\x11\xa8\x87\x81\x35\x94\x1a\x80\x6a\xc7\xe1\x18\xe7\x9b\xf6\x6f\x7b\x68\xef\x81\x35\x91\xe2\x71\x0f\x68\xcf\xfe\xee\x54\x5e\x67\xfb\x27\xc3\xda\x4d\xff\xae\x2d\x1c\xf7\xc0\x04\x74\x81\xa3\xba\x72\xfc\x99\x00\x2b\xd6\x88\x13\xdc\x70\xe7\x16\x07\x1e\xa2\x9c\x72\xda\x69\x8e\x6a\xc9\xdd\x4e\x12\x54\x4b\x4e\x43\x19\xdf\xb4\x66\xbb\xc6\x06\xaa\x25\xa7\x2f\xa0\x9b\xa8\xad\xae\x99\x81\x6a\xc9\xcb\x38\x1a\x37\xb0\x7e\x6c\xfd\xfd\x8a\x25\x6b\x5b\x52\x1a\xb4\xe1\x0a\xc5\x92\xa7\x71\x67\x6f\xa4\x2d\x85\x97\x34\x51\xb0\xbb\x9b\xce\x32\xec\xfa\x0d\x61\xd0\x81\x84\xa8\x6c\x9c\x8e\x4b\x43\xdd\xe1\x74\x24\x1d\xea\x0e\x57\x1b\x34\xee\x05\x01\xda\x33\x5c\x30\x70\x78\xd7\x2d\x9e\x44\x9f\xdd\x05\x29\x4a\x3a\x02\xca\x08\xcf\xe6\x35\x84\x75\xd7\x19\x97\x37\x2e\x14\x3b\x53\x51\x26\x78\xa9\x28\xdf\xba\x09\x31\xee\x6f\x04\x30\xb6\x29\x19\xe6\x7e\xc5\xc0\xec\xee\x1f\xe6\x56\x9b\x90\xee\x83\xdc\xcf\xdb\xfc\x07\x38\xaa\x0e\x00\xf1\x6d\xa8\x15\xd4\x11\x9e\x4b\x57\x26\xea\x08\x37\xa3\x34\xa0\x8e\x70\x35\x32\xd9\x7d\x02\xb0\x40\x16\x9b\x9b\xe6\x57\x27\x0a\xdf\x17\x6a\x05\x78\xd7\xbd\xda\x7f\xb3\xc1\xfe\xc6\x85\xe4\x38\x86\xfb\x62\x29\x27\xad\x20\xe5\x52\x89\xc6\x37\x12\x5c\x2c\x25\xdd\x88\x37\x2a\x0e\x13\xbb\x29\xb8\x7a\xc6\x37\xac\x5c\xde\x33\x40\x9f\x29\xab\xf8\x0f\xb0\x72\xf9\x20\x23\x20\x69\x0e\x77\x00\x2b\x97\x0f\xfe\x0d\x13\xb7\x0c\x06\x37\xad\xab\x92\x43\x59\xe9\xd8\xd8\x9c\x37\xc2\x8d\x8a\x41\x1b\x6e\x56\xcd\x33\x33\x7c\x18\xda\xa1\x0e\x91\x02\x53\xfe\x7c\x04\xe0\xcd\x38\x23\xe2\xa6\xbd\x76\xf9\xe0\xd0\x82\x30\xdc\x80\x69\x49\xfe\x0d\x3d\x4e\x86\x39\xd4\x25\x76\xa5\xc1\x85\xba\xc4\xb5\x38\xac\xec\xd9\xa0\x90\x74\xff\x3e\xf9\x0f\x6e\x81\x0c\x91\xee\xdf\x37\x22\x38\x97\x7e\x3f\x6c\xf0\x6d\x94\x07\x85\xef\x54\x74\x7c\xb1\xd4\xb1\x6f\x18\x54\x3a\x7e\x1b\x4c\xfd\x01\x5b\xdd\x43\x28\xfc\x6e\x92\x1c\x1e\x80\xd0\xe4\x9f\x1e\xb8\x6c\xe2\x4f\x4f\x41\x9d\x0d\x6d\x95\xa7\xb2\x9a\x61\xe8\x37\xb7\x4e\xf7\x3f\x60\xeb\x48\x91\x7b\x2a\x7c\x15\xcb\x0d\xf8\xa5\xf5\xff\x8d\x3b\x47\x23\xa2\x0d\xc1\xb2\xc0\xd3\xb8\x75\x34\x27\xda\x10\x1c\xea\x85\x12\xc8\x65\xd3\x45\xfc\x34\xae\xb3\x18\x0a\x4a\x1a\xa7\x73\x5b\x9e\x4e\xb4\x77\xcd\x11\x81\x49\x36\x84\x3c\xf0\xd2\x1a\xf1\xed\x41\xf6\xae\x1d\x72\x0f\x6e\xb1\x57\x69\xfa\x7b\xe7\xe4\xff\xf5\xca\x79\x06\x4b\x92\xe9\x93\xd1\x20\xb1\xfe\x74\xc6\x44\x1b\x7d\x22\x44\x36\x1b\x2b\xec\x81\x06\x91\x5e\x5f\x9a\x13\xbc\x69\xa0\x41\xa8\x68\xe8\x42\xb9\xe4\x69\x17\x33\xca\x25\xd7\xe2\x3b\x16\xf5\x92\xff\x14\x65\x42\x35\xe4\x95\x52\x4a\x51\xdd\xd8\x35\x3f\xd7\x43\x95\xc3\x97\x22\xaa\x1b\x2f\xc3\x97\x3c\x3f\x15\x43\x23\xfa\xd9\x83\xf5\x02\xe2\xa9\x78\xc6\x93\x89\x50\x9a\x31\x02\x7d\x9d\xbf\x87\x62\xc2\xd5\x2a\x0a\x8a\xfd\x36\xa3\x12\xa2\xd8\x6f\xda\x96\xf0\xa0\x92\x7e\xf5\x0a\x2d\xe0\xb5\x88\xbf\xa3\x94\x6f\xba\xd6\x17\x4a\xf9\x2e\x63\x7b\xa1\x34\x6f\xb5\xc2\x82\xd2\xbc\xc5\xc6\x4c\x94\xe6\x0d\xe7\x4a\xa1\x34\x6f\xba\x3c\x0f\x2b\xef\x9a\xd7\x3d\xfb\x86\xeb\x40\xef\x07\x1a\x68\xdd\x74\x3f\x3c\xc7\xaf\x0c\x89\x66\x4c\x43\x84\xef\x68\x54\xba\xad\xd5\x45\xdf\x1e\xa4\x81\xd6\x22\x45\xf6\xc1\x25\x55\x15\x66\x75\x27\xfc\xf0\x2e\xec\x74\xe7\x42\x89\xc7\xf5\xfd\x3c\x21\x49\x0d\xfd\x84\x70\xf9\x9b\xc3\xb3\x10\xac\x51\xb7\xef\x0a\x79\x16\xac\x4e\x32\x01\x3d\x6b\xa1\xa2\xb3\xe2\xc4\x9e\x75\xf3\x5a\xef\xdf\xef\x87\xe9\x6c\xdf\x29\x7a\xf6\x0d\x05\x71\xbe\x6d\xf3\xec\x30\x98\x56\x25\x21\x3e\x7b\xe1\xac\x3f\x6e\xf5\xdc\x2f\x7b\x53\x46\xc3\x73\xa3\xac\xe7\x27\xfe\x3e\x37\xb1\x1b\xba\x7e\xae\x3f\xd3\x7b\x20\xae\x97\x4d\xf0\x5c\x0f\xc4\x75\x65\x4b\x3f\x2c\x4c\xff\x31\x95\xe7\x41\x7a\xd9\xa6\x9f\xef\x7d\xf7\xb6\xee\xfa\x03\x1c\x9a\x43\x3f\x3b\xe9\xfe\x03\x82\xcf\xf9\xb3\x6e\xa8\xa1\x57\xeb\x57\xb6\xfd\xfd\x03\x3f\xe0\xef\x90\xd4\x6d\x3b\xb9\xc0\xbf\x63\xf5\x3e\xfc\x1f\x9f\xb8\x6e\x0b\x16\x2f\x7d\xe2\x5a\xc6\xc5\x4e\x7f\x2b\x50\x2b\xa3\xc8\xea\xe7\x88\xaf\xbd\xc0\xc8\x5d\xcb\xff\xe0\x56\xfe\x5f\xfb\xff\xff\xff\xdd\x1c\xf4\x86\xa2\xa1\xbf\x47\x04\xeb\xff\xfe\x5e\xcf\xfd\xfb\x7b\x05\x42\x8c\x22\xd4\xb7\xb6\xca\x47\x6a\xfb\xbb\xa0\x9f\xec\xbf\x01\xb7\xf7\x7b\x7c\x3f\xc5\x77\x51\x6e\xed\x70\x9b\x57\x17\x97\x05\x6e\x03\xac\xed\xf7\xb8\x10\x56\xf8\xa3\x00\x3a\xf5\x7b\x84\x33\xbf\x8a\x12\xa2\x34\xba\xf9\x3f\x4a\x33\xe5\xe5\xd8\xd2\x57\x2b\xea\xb3\x7e\x8f\xac\x19\x2d\xca\x69\x0a\xca\x7b\x96\x8f\xf2\xaa\x73\xdf\x63\x43\xb8\xf6\x8f\x52\xe2\x1b\x5b\x45\x8d\x23\xe5\x04\x56\x14\x28\xfa\x1e\x21\x96\x7f\xbb\xbd\xa2\xee\xce\xf7\x58\xe0\x72\x14\x25\x4c\x59\xc8\xf0\xfc\x48\x28\xb2\xf1\x3d\x4e\x24\x41\x7f\x94\x57\x11\xf9\x1e\xa1\xa5\x0d\x51\xc2\x94\x97\xf1\xca\x7c\x58\x6b\xdc\x26\x21\xc6\xf2\x9b\x52\xab\xeb\xa3\xb4\xba\xa3\x9e\xdb\x8f\xd2\x3d\xd9\x1e\x0c\x94\xf9\x28\xa9\x21\x74\x6c\xf7\x22\xca\xd4\x72\xf7\x85\x22\x50\x1f\x05\x98\x7c\xbf\x47\x00\x77\x7f\x67\xbd\x02\x58\xec\xf7\x88\x44\x97\xf5\xf1\xdf\x0a\x7c\xad\xef\xf1\xbd\xec\x04\x82\x50\x81\x4a\xf5\x3d\xbe\x5c\x5c\xf9\x38\x15\xe8\x4b\xdf\xe3\x2b\xc9\xa9\xf4\x56\x05\xaa\xd0\xf7\x88\x56\x9f\x6e\x51\xa1\xdc\x7c\x8f\x48\xf8\x54\x68\x6d\xbd\xe7\x30\x0d\x47\x51\x65\x96\xea\x3d\x97\x69\x3b\x69\x5d\xb4\x4b\xb4\x45\x84\xbc\xcf\xb2\x53\xef\x35\x4d\x03\x03\x90\xe2\x55\xef\x77\xed\x7e\x8f\x3b\xdb\x7d\x97\x72\xbd\x77\xb7\xdb\xd9\xee\xf3\x8e\xd6\x7b\xff\xd3\xee\x22\xad\x8a\xf6\x88\x86\x18\xce\x2a\x35\xa4\x42\x2f\xfa\x1e\x07\x69\x9a\xfb\x11\xa6\x91\x0d\x79\xcd\x0e\x8f\x85\xd7\x92\x7c\x56\xf5\xf6\x57\x80\x56\xf4\xd2\xb4\x2e\xa7\xc7\xf9\x70\xad\xbf\x3b\xb4\xa2\x48\xf6\xf7\x08\x71\x6e\xfb\xe6\xd7\x36\x6d\xa2\x86\xda\xd5\x9f\x28\xd9\xb6\x6d\x9a\xf0\xfc\xd9\xc5\x6d\x2b\x6e\xf2\xde\x22\x0a\xab\x6f\x28\xfd\xfc\x3d\x12\xa5\x54\x94\x30\x25\x81\xf7\x2a\xca\x65\xca\xfd\xee\x9f\xa5\xb1\xd5\x22\x12\xdc\x71\x32\x55\x34\x70\x91\xef\x11\xcb\xdb\x96\x46\xd1\x3c\x72\x88\xb3\x55\x75\x5e\x1a\x0a\x1d\xff\x1e\x91\x1f\x34\x34\x5f\x6d\x90\xc6\x72\xa4\x9b\x62\xac\x1a\xca\x91\x7e\x8f\x37\x69\x7a\xdb\xee\x1e\x81\xd2\xf9\x89\xff\x0d\xd5\x11\xbf\xc7\x5f\xab\x6f\xfc\xa8\x6b\xf8\x7b\xac\x01\x23\xc5\x47\xa9\xd3\x94\x57\x38\xff\xae\xf4\x56\xea\x6e\x0a\x2e\xbc\xfe\x29\xb1\xad\xec\xfa\x26\x85\x5b\x4a\xee\xee\x56\x75\x33\xb5\xfa\xf6\x28\xf1\xb5\xb5\xf9\xf1\xb0\x06\xe8\xf9\xb2\xa9\x86\x5f\x6b\xeb\x14\xed\x37\x67\xf5\x08\xfc\xf2\xef\xf1\x77\xb9\x7f\x7d\x76\x6f\xa8\x8e\x70\x8d\xaa\xac\xfd\xd6\xbb\xe6\x06\x18\xe6\x5a\xe5\x9e\x69\xe6\x80\x0d\xe0\xa3\x2f\x57\xfe\xf6\x88\x39\x5d\x1b\xbc\xc8\xe5\xac\x6f\x63\x3d\xa2\xb1\x9d\x5c\x3a\x2d\xdc\x2e\x90\x93\xda\x24\x0f\x35\xa0\x5b\xfd\x1e\x0b\x79\xf1\xa7\x9d\x36\xe0\x50\xfd\x1e\xd1\x67\xdb\x3e\x2e\xd9\xd2\x7d\x26\x69\x82\x82\x6e\xd3\x34\x66\xdc\x34\x79\xd0\xda\x32\x6d\x15\x26\x96\x69\x3d\x57\x59\xa2\x01\x80\xb1\x29\x82\xa4\x21\x47\xe1\xf7\x08\xd3\x46\x53\x81\xd2\xb6\xfc\x1d\x18\x23\xdd\xb7\xef\x32\x6e\x88\x89\xfe\x3d\x62\x2c\x5d\x99\x17\x6d\xf7\x58\x18\x01\xda\xb7\xef\xca\x6b\xbb\xbf\xc3\xce\x76\xca\xb9\x6b\x87\xdb\x21\x92\xe6\xe5\xd9\xa2\x75\x8d\xf3\x60\xbb\xf6\x31\xa0\x76\xba\xdd\x49\x80\x49\xc1\x4b\xb5\xd3\xf3\x83\x87\xaf\x76\x85\xfa\xb7\xf3\xd6\xfc\x4e\xf6\xa9\x6c\x91\x76\xb9\xcf\x8b\x34\x99\x9b\xdb\x6d\x1a\x0c\x0b\x75\x6c\xea\xf3\x31\xed\x21\x4d\x2e\xbf\x6e\x66\xd8\x51\x3f\xbc\x0e\xc1\xc7\x77\xd4\x0b\xff\x3d\xb2\x9d\x92\x1e\x7a\x71\x3b\x14\x8a\xac\x63\x7e\xe2\x52\xb7\x80\xd3\x0b\xdb\xc9\xd4\xd4\xab\xdb\x55\xd0\x1c\x66\xd9\x9b\x69\xa8\x24\x52\x43\xda\x47\x6f\xe2\x70\x9d\x05\x18\xa2\x7f\x5e\xbd\x8e\x82\x0b\xbf\x47\xa4\x07\xc6\xa8\x9f\x2e\x4d\x79\xf5\xff\x25\xc2\xf6\x76\x54\x35\x45\x90\x4a\x08\xf1\xa3\xa3\xe4\xc0\xef\x91\x43\x55\x15\x89\xee\x23\xdf\x3b\x42\x65\x42\xfa\x65\xef\x97\x96\x8d\xc7\x3a\xf4\x99\xba\x8f\x75\x1f\x3f\xda\x77\x2f\x75\x1f\xdd\x4e\x3c\xb0\x54\xb6\x55\x07\x00\xd8\xef\x11\x40\x15\xa9\x00\xe6\x0e\x64\xad\xdf\x23\xfa\x4c\x45\x76\x76\x1f\xdd\x9e\x15\x71\xc3\xca\xd3\xef\x59\xbb\x69\xc0\x41\x94\xcd\xb2\xa7\x18\x6f\x4f\x18\x80\x53\x01\xcf\x3d\x53\x63\x21\xc8\x44\x0a\xbc\xbd\xa7\xd8\x6b\x27\xab\x48\x05\x2e\x74\xb3\x8a\x4e\x56\x61\xcf\x76\x37\xab\xe8\x0b\x2c\x34\x65\x6f\xed\x4b\x2c\xb4\x53\x8b\x4c\x61\xd7\x75\x64\x0b\x7d\x8f\x18\x8b\x32\x1c\x3a\x12\x83\x7e\x8f\x4c\xf9\x51\xf9\xd6\xbe\x24\xa7\xf5\x45\x39\xad\x6c\x1a\x8b\xe4\xb4\x8e\xd4\x9f\x97\xd6\x45\xd3\xb7\x5d\x80\x97\x9a\xb2\xd5\xf7\xa5\xeb\xa3\x2f\xd8\xa0\xa7\x70\x6d\xfb\xda\x3d\x3f\xc8\x46\x53\x19\x54\x7d\x1d\x9e\x1f\xd6\x65\x0a\xb5\xba\x9b\x6d\x75\xb2\xa6\x29\x31\xa2\x9b\x35\x75\xb2\x9f\xd9\x3e\x23\x7a\x37\xfb\xe9\x27\x8a\x92\x4e\x79\x0f\x3b\x02\x42\x7e\x8f\x1c\xa7\x8c\x8e\xfd\xd4\xd5\xd2\x4f\x04\x49\x57\x09\x34\x1d\x11\x13\xbf\x47\xbe\x4f\x36\x8d\x6e\xd6\xd4\xaf\x57\xaf\xae\x73\x7e\x51\x0e\xfd\x2a\xcd\xb4\xc5\x3e\xa7\x68\xda\x67\x17\x64\xcd\x29\x5f\x76\xbf\x24\x6b\xf6\x0b\x6b\xb6\x74\x5d\xf5\x7b\xd3\x58\xee\x2d\x98\xf7\xfd\x8d\x05\xce\xc2\xdf\x63\xfd\xe5\x84\x7f\xeb\x02\x37\xdd\xf7\xc8\xeb\x5f\xe3\x84\x7f\xeb\x7b\xe4\x15\xaf\x7d\x7d\x0f\x8d\xf3\x26\x76\x9e\xea\xdc\xf5\xdb\xe7\x0f\xfe\x9c\x97\xa6\xb1\x44\x9a\x36\x49\x4b\xd1\xdc\x27\xd4\xa9\x4d\x7a\x65\xbf\xd3\xf3\x4b\xc4\xc2\x98\x17\xc0\xa1\xf2\x7b\x64\xce\xbb\xac\x36\x1d\x4a\xc7\xf7\xc8\xb1\x68\x9f\xdd\x52\x14\x3b\x7c\x28\x65\x13\x34\x68\xbf\xbd\x77\xe1\x4f\x79\x69\xdf\x37\xb2\xcc\xdf\xef\x83\xef\x13\xab\xb7\x5c\xdf\xef\x63\x91\xa6\xb1\x1c\xee\xf3\x80\x38\x55\x3e\x4d\xb7\xc3\x45\xf1\x7b\x44\x81\xd1\x4d\x1a\x68\xbf\x2f\xaf\x0b\x4a\x81\x6e\x02\xd9\xed\x70\x14\x7c\x8f\x9c\x43\x68\xad\xef\xcb\x34\xae\x67\x68\x2c\x8f\xf6\x3c\x0c\xf5\x65\x2b\xe2\xe5\xcf\xa6\xef\xf7\x6c\xfc\x46\x5f\x2c\x54\x87\xcd\xfd\x7b\xe4\x58\xbe\x20\xcb\xfe\x14\xb7\x2b\x2c\xbe\xff\x29\xe5\xfd\x91\x5d\xa0\x3f\x85\xeb\xb9\xf4\x3e\x89\xbb\xfd\xa9\x5c\xb3\x4f\x90\xef\xb0\x6e\x7f\x8f\x5c\x33\x5d\x8f\x4f\xd3\xde\x7d\xb8\x3f\x55\x79\xb8\xc3\x24\xfd\x3d\xe2\xbb\xd7\xa2\xf7\xf5\x34\xed\x24\xed\x5b\x33\x58\x77\xbf\x47\xf6\x29\x9e\xfc\x78\x7f\xc2\x66\xfb\xd2\xf4\xbe\xb8\x4c\xbb\x49\xfb\xbe\xd1\x93\xee\x33\xd9\xe7\xa7\xf4\x77\xd8\x72\xbf\xc7\x9d\x34\x8d\x65\xea\xfc\x3d\xf3\xd7\x4e\x7d\x2e\xaf\x35\xca\x77\x6c\xb2\xcf\xf6\x67\x79\x3d\x17\xfb\xd4\x3e\x7b\x96\xd7\x0c\x66\xd5\xad\x8a\xd7\x3d\xbb\xc7\xb9\xf3\x7d\x43\xf3\x3b\x3c\x96\xa3\x13\xa2\x5c\xeb\xe9\x3d\xff\x70\x5f\x2b\x96\xb9\x3f\xa7\xdb\x9d\x84\x36\x4f\x7d\xdb\xd3\xed\xce\x45\x9a\xe6\x70\x7a\x9f\x9d\xd8\x2f\xaa\xf0\xdb\x9f\xcb\x73\x47\xc0\xd8\x56\xbd\x07\x6f\x7f\xf7\x9b\xdf\x5d\x3c\xeb\xb9\xdd\xe7\xcd\xef\xee\x7d\xf6\xb8\xdd\x93\xa4\x2d\xd1\xdc\x0e\xd5\xee\x5f\x1d\x92\xb4\xb1\x6d\xdf\x9a\x8d\x0d\xf5\x0c\xb6\xf6\xdd\xef\x63\xdb\xd2\x34\x9c\x23\xc5\x80\x0f\xe8\xc6\xdf\x63\x92\xb6\x44\xbb\x4c\xc3\x7a\x0a\xb8\x74\x6c\xb5\x8a\x86\xea\x01\x5b\xfb\xf6\xe0\xd8\xea\x23\x5a\x23\x1e\xdd\xb7\xcf\xc6\xd6\x4c\xe3\x59\x51\xe6\xfc\xd8\x74\x56\xc6\xd6\x83\xb4\x14\x6d\x37\xed\x20\xc6\x9d\xfa\x94\x89\x69\x6c\x83\x63\x19\xea\x73\x84\x69\x3f\x6c\x3c\xad\xcb\xf0\xfc\x82\xed\x42\xed\xc2\xed\x78\xc6\xe4\x67\x18\x5b\xb8\x1d\x72\xd4\x36\xa1\xeb\x8c\x4d\x77\xf8\xd8\x78\x8e\xda\xd4\x37\xca\xd3\x34\x7e\x3f\x15\x83\xfb\x9f\xc5\xe1\xb1\x4d\x7f\xde\xc9\xa1\x4e\x7d\xa6\xe9\xa1\x4e\x7e\xc2\xa5\x69\xc8\x7c\x35\xb6\x79\x92\x36\x44\xbb\x45\x5b\xdc\x32\x4b\x7d\x2e\x2f\x37\x6b\xdc\x74\x6f\xa7\xfd\x0f\x0d\x4b\xa3\x6a\x26\x63\xdb\xdd\x27\xaf\x24\xd5\x99\x1f\xdb\xe1\xa5\xe1\x95\x24\x24\x8e\xb1\x1d\x5e\x9a\x83\x21\xa6\x55\x4b\x7a\x78\xcb\x9c\xbf\x3e\x35\x4e\x19\x9a\xc7\x86\x92\xde\x9b\x8a\xb2\x8f\xed\xf4\xba\xa0\x58\xf7\x26\xd3\xdd\xd8\x4e\xcf\x01\x20\x20\x5b\x6f\x7a\xdf\xe5\xad\x7d\xb1\x4f\x6f\xd1\xcb\x47\xe9\xe2\x1c\xba\xb6\xfd\x75\x98\xf6\x0b\x93\xd5\x38\x2f\xcf\x81\x2e\x06\x61\xf6\x8f\xed\xf6\x37\xba\xb9\x9e\xde\xa2\xb7\xdb\xa1\x0e\x8b\x8b\x6e\x0c\x98\x78\xbe\x47\xce\x2f\x34\x96\xc7\xeb\xf9\x80\xbd\x0a\x1b\x7b\x94\x4d\xb4\xb2\xfd\x68\xdf\xfb\x8a\x6c\x63\xa3\x90\x1d\xa8\x90\xf3\x28\xb2\x0c\x8c\x42\x76\xa0\xba\x04\xa3\x98\x1d\x14\x5e\x9d\x2a\x08\x3d\x4a\xd5\xba\x94\xc6\x7a\x49\x9f\x88\x36\x8a\x6c\x67\xa3\xb4\x20\x4d\x63\x91\x66\x39\x0a\xd9\x88\x0a\x00\x8f\xd2\x2e\xd3\x6e\xd2\x34\xce\xae\x3d\x58\x50\xd5\xc2\x40\xf9\xa3\x48\x73\x1e\x85\xec\x40\x79\x59\xa3\x98\x1d\x94\xe0\x38\xab\xc6\x12\x1e\x27\x59\x85\xdc\x9a\xa3\x98\x55\x94\x48\xd2\xbe\x7d\x5d\xd2\x63\x81\x77\xd4\x18\xe8\xa3\x4c\xf7\xc9\x33\xad\x10\x82\x51\x7c\xa6\x0b\xcf\xb4\x90\x62\x47\x99\xbb\x69\x07\x69\x29\x9a\xdf\xb7\x7e\xb5\xa9\xbe\x3d\x58\x96\xdf\xb7\xf8\x3e\xb1\xc9\xb2\x3c\x77\x5e\xc7\xaa\xbf\x33\xca\xee\xb1\xec\x60\x69\xf2\x16\x8e\xb2\xbb\xdd\xce\xef\x10\x6a\xe7\xf3\x8e\xe2\xfe\x65\x1b\xde\x83\x87\xc7\x79\xf0\x7d\xa9\xb1\x9c\xe2\x75\x28\xdb\xff\xd2\x34\x77\x9f\xcd\x72\xb1\xcf\xa9\x76\x97\xfb\xbc\xd8\xa7\xf7\xe0\xed\x76\x37\xfb\x14\x1f\x2c\xf7\x30\x8d\x7d\x7e\xa2\xdd\xa8\x52\x67\x46\xe5\xb5\x2a\xb7\xd4\xa8\x12\x41\x47\xa5\x08\xaa\x70\xe3\x51\x65\xd1\x1b\xa8\xf0\xfe\xd2\xbe\x7d\x56\xa5\x76\x0d\x54\x73\x7f\x69\x21\xda\x6d\x1a\xe6\xa0\x90\xe2\x51\x65\x82\x1e\xa8\xf2\x5e\x0c\x3f\x3c\x50\xd5\xfd\x7b\x4c\xd2\xbe\xf9\xd5\xe6\x76\x40\x88\xdf\x14\x22\x3b\x50\x9c\xfd\x7b\xe4\x58\xb4\xaf\xab\xaf\x6a\xd4\x50\xef\x0a\x89\x19\xa8\xa1\xfe\x3d\x06\x9b\x69\xc9\x64\x15\x18\x28\xa5\xfe\xd2\xb4\x64\x3e\x9a\xb5\x73\x7a\x3a\x0e\x75\xe8\x13\xd5\xc1\xe9\xe9\x38\x54\x1f\x5b\x54\x4f\x7f\x69\x5a\xb2\xe1\x61\x06\x97\x7a\xa8\xcf\x70\x9f\x3c\xb6\xe1\x39\x84\x3f\x1f\xb0\x59\x0c\x7a\x3b\xaa\xfc\x7d\xa3\x12\x77\x45\x09\xa7\xa3\x66\x98\xc6\xcf\x1e\xfa\xb4\xd3\xcb\x39\xb9\x2e\xda\xd6\xd5\x47\xb3\xd2\xc0\x2d\x54\xbc\x51\x97\xdb\x51\x52\x56\x98\xdd\xa8\xbb\x69\x3b\x3f\xed\xd4\x38\xf7\xd3\xb4\xeb\xbf\xff\x19\x32\x7a\x8c\xea\x9b\xb8\x1e\x5c\x96\xa5\xdd\x72\xb8\x4b\xde\xb6\x8a\x17\x18\x28\xb2\xfd\x3d\x62\x0a\xc2\x4e\x1a\x28\x97\xfd\x3d\x62\x0a\xe9\x1d\x7f\x79\x57\xf3\xd6\x14\x14\xc0\xa8\xb7\x97\xf3\xc6\x72\xa6\x77\xae\x4f\x5f\xa5\x72\x98\xde\xb9\x8f\x3f\xdf\xc3\x3e\x9b\xe6\xe7\xdb\xaf\x52\x50\x4e\x6f\xb3\xc7\x9f\x96\x82\xb2\xc2\xc1\x46\xb3\xa0\xdc\x36\xf6\xf9\x85\xd8\x8c\xb6\x2d\xd3\x4e\xd2\xbe\x3e\x51\x75\xfa\x7b\x64\xbb\xa1\x76\xb2\xd1\x8f\x56\xd8\x6e\xb8\xdd\x6d\x1a\xe7\xa7\xad\xd4\x64\xe8\x1b\xad\x0e\xd2\xd4\xa7\x5c\xc4\xa3\xf1\x46\x55\x40\xf0\x68\xbe\x51\x5b\xe5\xfb\x42\xef\x93\x7b\x7b\xc0\x34\x5b\x36\x65\x1c\x8d\xd6\x4e\xd3\xb8\x2e\xa9\x76\xdd\x7d\x76\xd2\x74\xf3\xa3\x94\xf2\xf7\xc8\xb1\x68\x0b\xa2\xea\xf1\xf7\xc8\x76\xda\x4b\x2d\xdd\x27\xe2\x10\x36\xa5\xd5\x8d\x26\xa5\x72\x34\x1a\x4b\xe6\xf6\x6f\xb6\xe1\xd1\xa6\x97\x66\x4e\x36\x4d\xd1\xbc\xdc\xbc\xe4\x94\x37\x37\x9a\xec\x2c\xa3\xd1\xce\xa2\x38\xf3\xd1\x96\x87\x4a\x97\x9b\x6c\xc3\xa3\x59\xe0\x45\x49\xe1\xb2\x29\x32\x7a\x34\xd9\x60\x46\xa3\xc0\x2b\x77\xc9\x68\x87\xc7\xc9\x0b\x50\x61\x8b\xa3\x59\xe0\x6d\xd4\x55\x15\x6b\x3c\x9a\x8f\x20\xea\x01\x97\x6d\x7a\xfb\x9e\x9e\x1f\xed\x33\x0a\x00\x1e\xcd\x97\x63\xbb\x1a\x69\x1a\xcb\xe5\xf7\x5d\x7c\x9f\x04\xd0\xf6\xb8\x4f\x0a\x8b\x8a\x71\x1a\x5d\x11\x16\xa3\x17\xce\x41\x17\x7c\xf7\xf6\xed\xdc\xbe\x82\xe1\x1c\x8e\xd9\x18\xbd\x71\x0e\xe2\x76\x5d\x8e\xcf\xd1\xa9\x03\xaa\x96\xfa\xe8\xd6\x01\x3b\xed\x25\x2a\x7c\x37\x50\x02\xf6\x7b\xe4\x38\xb5\x0d\xbb\x6f\x0f\x14\x7e\x1d\x02\x8c\x1e\xdd\x72\x5d\xa7\x5c\xa7\x22\xe0\x03\xa1\x0f\xbf\x47\xe0\x93\x6c\xaa\xca\x36\x50\x6c\xf5\x7b\xc4\xd4\x05\x3d\x35\xba\xe5\xba\x4e\xb9\x4e\x9e\xb0\xd1\xbd\x3d\x51\x22\xf5\xa5\x69\x98\xcb\xb4\x85\xad\xbb\xb4\x95\xba\x75\x2e\x44\x57\x0c\xab\x6a\x7d\xf9\x75\xb4\x88\x2c\xed\x32\xd4\x08\xfd\x1e\xf7\xff\xfe\x67\x28\x9b\x77\xa0\x3c\xe7\xf7\x88\x8f\x20\x7f\xcf\xe8\x87\x9b\x71\x73\x2a\x16\x74\x74\x6b\x47\xfd\xfc\x15\x24\xd1\x50\xcc\xe7\xfb\xcb\xe7\x87\x15\x43\xd4\xca\xfc\x1e\x39\x92\x8f\x63\x75\xcb\x5f\x9d\xfa\x8f\xd2\x17\x46\x97\x39\x64\xb0\x56\xe5\xa6\x08\xe9\xd1\xad\xff\xa0\x2e\xe5\x4b\x53\x9f\x8f\xb7\x0a\x61\xef\x05\xb2\x3d\x86\x4c\x87\x03\xe5\x1f\xcb\xa6\x28\xd1\x31\xb6\xdd\x34\x1c\x05\xe5\x76\x8c\x51\xdc\xae\xb0\x9d\xb6\xed\xb0\xa9\x64\xf0\x28\x28\x25\x63\x0c\x99\x15\xc7\x20\x97\x5f\x9f\xf9\x7a\x0c\xeb\x46\x28\xbc\x38\x14\x5d\x32\x86\xc5\x36\xd4\x58\x2c\x9b\x22\x0e\xc6\x90\x35\x72\x0c\x5e\x00\x0a\x39\x18\xc3\x62\xdb\x68\xbf\x76\x1a\xa6\xd5\x26\x16\x2e\x2c\x02\xb1\x1e\x43\x16\xc7\x81\x92\x82\x2f\x4d\xcb\xe2\x0b\x60\xbc\x62\x5a\x31\xc2\xdf\x40\x35\xc0\xef\xb1\x92\xd6\x45\x73\x9f\x83\xef\x13\x57\x1d\x96\xcd\x50\xee\xaf\x18\x72\x6f\x0c\xcb\x66\xa8\xfc\xf7\xd2\xb4\x64\xe1\x39\x00\xae\xdd\x48\x7b\x63\x84\xfb\xcc\x0e\x9a\xac\x4b\x23\xbd\x9e\x80\xb3\xb3\x06\x3e\x7c\x9a\x07\x4e\xb3\x71\xe0\xc6\x98\x6e\x06\xb1\xad\x6c\x3a\x0b\x28\xc9\xf7\x3d\x72\x59\xba\x3e\xc3\xf2\x14\x16\xa7\x20\xb1\x14\x61\x4b\xdf\x63\x92\xa6\xa5\xf6\x49\x1f\x8b\x4b\xa6\xd3\x30\xe4\x90\x1a\x63\xe7\x58\x74\x1a\xc6\xee\x65\xd9\xb9\x2c\xe1\x76\x5e\x96\x83\x4b\x1d\x5a\xce\xe3\x32\xed\x7e\x97\xc5\x87\xc1\xc6\x15\x94\xa5\x2b\x8e\xaf\x1e\xc3\x6c\x00\x05\xe5\x5e\x9a\xda\x59\x14\x1c\xe7\x2b\x79\xaa\xa0\xc2\x18\xa7\xbb\xbc\x38\x12\xf1\xe2\x61\xfb\xc9\xb8\x38\x03\xe9\x6f\xc3\x7c\x00\x15\xda\x46\xf7\xd1\xbb\x3d\x81\x9b\x1f\x61\x69\xe2\x8f\x17\x0c\x2c\xa2\x28\x9a\x76\x0c\x0b\x90\xac\xc1\xd6\x7d\x2a\x1f\xaf\xe5\x73\xb2\xd9\xf7\xed\xc2\xdc\x03\x95\xcd\x4a\x91\x13\x72\x84\xb9\x47\xa0\x30\x6c\x91\xe3\x68\x84\xa2\x91\x06\x0a\x8e\xbd\xb4\x25\xda\x32\x6d\x67\x76\xf1\xf7\x5d\xa3\xba\x5d\xad\xa4\xa9\x4f\xb3\x88\xa8\xcc\x4a\x96\x46\x18\xd5\x63\xa9\x1c\x8b\x8e\x57\x58\xd6\x43\x5d\xae\x97\xf6\x7d\x3c\xd4\xd9\xfa\x1e\xd9\x4e\x56\xb3\x50\xec\xc4\x88\xc1\x39\x68\xbf\xa3\x7a\xd5\xf7\xc8\xb1\xc8\xf2\x10\xc3\x63\x21\x1b\x28\x3a\x7b\x28\x52\xf5\x3d\x22\x7e\x4b\x70\x76\x23\x6c\x4c\x8d\xe0\x38\xc5\xe1\xc3\xf2\x63\xbc\xaa\xd6\x18\x5e\x96\x74\xb3\x64\x97\xb2\xdd\x86\x8d\xa5\x01\xc3\x4a\x91\xbf\x69\x84\x42\x18\x07\xea\x28\xbd\x2b\xad\xe5\x5c\xfe\x0c\x8b\x9f\x41\x86\x87\xb0\xec\x88\xea\x46\x2f\x4d\xd3\xf3\x71\x8e\x9d\xed\x24\xcf\x84\xb5\xb7\xd8\xb9\x95\xb4\x73\xc3\x37\x77\xec\x8c\x51\x5d\xff\x28\x02\xc7\xe1\xa1\x1e\x7c\xa5\x6c\xb7\x61\xbb\x0b\x6a\x08\xbd\x1b\x46\x4b\x63\x4e\x80\xfa\x41\x2f\x4d\x4b\x6a\x5b\x2a\x4a\x05\x95\xa2\xc8\xcf\x11\xb6\xa5\xb2\x2c\x90\x41\xaa\x06\xca\xfc\xfc\x1e\x79\xde\x6b\xd1\xb2\x59\x24\x0d\x88\xa4\x46\x94\x1e\x28\xef\xf3\x3d\x62\x37\x09\xf1\x6f\xc4\xe5\x39\x90\x4f\x54\xef\x6c\x6b\x8c\xa8\xaf\xf3\xd2\x34\x87\xdb\x3b\xed\xe6\xfc\x64\xf3\x0d\x33\x03\xd4\xd9\x79\x69\xda\x16\xd6\x26\x51\x53\xe7\xa5\xe9\xb4\x58\x9b\x0c\x72\x0a\xa1\xe6\x0d\x87\x71\x8c\x44\x4d\xc4\x52\x65\xb4\x40\xa1\x9a\xdf\x23\x62\x13\x4b\xd5\x0d\x90\x8a\x4e\x1c\xc9\xe8\x44\xe1\x49\x8d\x34\xa7\xc8\xc2\xef\xf7\xb9\x60\x47\xda\x25\x83\x32\x35\x2f\x4d\x7d\x9a\x8b\x24\xb9\x88\x40\xe7\x87\x43\x4a\x06\xca\xd9\xbc\x34\x8d\xb3\x7a\x9c\x44\x61\xd2\xb2\xa4\x4d\x47\x28\x5a\xf3\x36\xd3\xeb\x2c\x83\xa0\x80\x4d\x29\x42\x1f\x1c\x69\xe6\x83\x02\x35\x2f\x4d\x53\xe8\xda\x66\xd9\xf9\xd9\x75\x92\xd2\xb6\xa3\xec\xfc\xec\xba\x1e\xd2\x12\x7e\x92\xf9\x54\x99\x9f\xd3\x0a\x2a\xea\xcf\x94\x52\x75\xca\xd2\x72\x46\x52\xce\xa8\xba\x1f\xd2\x76\x9e\x4c\xce\x4f\xc7\x28\xd3\xf3\x4b\x06\x90\xea\x12\x48\x7b\x79\x92\xc2\x84\x3d\x71\x8e\xc2\x19\x09\xc5\xd6\x90\x4d\x23\xad\x1a\xe4\x64\x3b\x1d\xa3\x9c\x6e\xb7\xd8\x4e\xe2\x73\xda\x3e\x94\x8b\xed\x74\x54\x72\x79\xad\x61\xba\x2d\x4a\xfc\x1d\x69\xa1\x20\x0f\xf6\xe9\x6f\x6b\xe5\x20\xa1\x1c\x94\x26\xa1\x27\xad\x1c\xe4\xc9\x76\xde\xd6\xd6\x4e\x51\x54\xa5\x94\xe6\xad\x6b\xa9\x20\xe1\x2d\x2d\xaa\x09\x3a\xf2\xf2\x5a\x5f\xec\x53\xc2\x4b\x5e\x61\x1a\xc7\x22\x43\x48\xda\xad\x82\x9a\x2b\x2f\x4d\x73\xb0\x5a\x91\x30\xeb\x96\x26\x43\x48\x9a\x4d\xe4\xcd\x76\xf2\xe0\xa5\x65\x86\x24\x2b\xb0\xba\x88\xaa\x29\xdf\x63\x90\xa6\xb1\x98\x15\x24\x59\x41\xf3\x1e\xb4\x16\x8d\x08\xab\x97\xf6\x7d\x07\x14\x4a\xf9\x1e\xc1\x5a\x05\xbf\x3a\xa6\x82\x9b\x07\xca\x9d\xbc\xb4\x26\x9a\xfa\x9c\x84\x21\x6f\x12\x52\xa6\x55\x95\x59\x7e\x7d\x2e\xd1\xd2\x34\x9c\x4d\x61\xd0\x8f\xa9\xc8\x9e\x81\x5a\x25\xc5\x68\x54\x63\x5a\x55\x99\x95\xe8\x9b\xd2\x0f\xa6\x05\x91\x09\x7d\xa4\x28\xf2\x6c\x4c\x1b\xa4\x26\xa2\x23\x4a\xd7\x15\x30\x6d\x90\x9a\x8d\x7d\xea\x0a\x98\xb6\x12\xcc\x4e\x9a\xf6\xf5\xb4\x8d\x79\x92\x17\xa8\x24\xc6\x98\x16\x44\x26\x79\x81\x5d\x74\xa8\x18\xf2\x3d\x5e\xa4\xb9\x9d\xce\xc3\x84\x29\xa0\x74\x79\x91\xa7\xdd\x38\x33\x76\xd2\xb4\x2e\x16\x52\x26\x75\x0e\x55\xdf\x1f\xd3\xf6\x60\x54\xde\x28\x45\x05\xc1\x07\x4a\x6d\x7c\x8f\x1c\x8b\x78\xe4\xb4\x8b\x07\x15\x2b\x5e\x9a\xda\x4d\xaf\x27\x79\x81\xc0\x9a\xc6\x34\x2f\x98\x94\x44\x2c\x7a\x4f\x2b\x0f\xa8\xd7\xf0\xca\x60\x9a\x83\xad\x58\x93\xd2\xc6\xf0\x9e\x30\x9f\x98\x14\x27\x86\x0c\xc9\xd3\xc6\xe2\x79\x30\x85\xc4\xdf\xdd\xda\xc3\x3c\x37\xd2\xb4\x5f\x4e\x7f\x77\x8a\x13\x76\xc3\xa1\x10\xc3\xef\x91\x22\x83\xdd\x70\xd3\xbc\x60\x92\x17\xd8\x9d\x36\xcd\x0b\xe6\xc5\x39\xc8\xa0\x31\x7d\xde\x51\x25\xa1\x18\x74\x68\xcc\x47\xf7\x18\xea\x1b\x14\xc3\x09\x8d\x69\x33\xc2\x7c\xc0\xe7\x87\xf7\xc4\xe3\x73\x44\xb1\x60\x0c\xf7\xe9\xb1\x90\x17\x0c\xef\x17\xf3\x82\x49\x5e\x30\x24\xd4\x3a\xa2\x72\x2c\x94\x55\x2e\x43\x57\xf8\x52\x28\xfe\x58\x88\x9e\x2b\x02\x73\x1a\xcb\x7c\x02\x25\x0b\x5e\xda\xb7\xe7\x97\x15\x8f\x45\xc5\x43\x90\x4c\x63\x99\x17\x2c\xf2\x02\xbb\xda\x96\xc5\x89\x45\x71\x42\x95\x66\xc7\xb2\x38\x81\x92\x04\xc5\xf0\x43\x63\xf9\x4c\x2f\x9e\x69\x55\x67\x1d\xab\x79\x0e\x8d\x73\xd0\xfe\x5c\x76\x29\xad\xce\xef\x2e\x3e\xb8\x7c\xde\x17\xe5\x82\xf1\xaf\xd2\xf0\xb2\x61\x70\x75\x6e\x0b\x99\x43\x96\xc5\x86\x45\x7d\x46\x71\xfe\x63\x8d\xc3\xb4\x87\x34\x2d\x8d\x3d\xbe\x00\xfb\x7f\x69\x5a\x52\xb3\x8a\x85\xe0\x41\xe3\x22\x0d\xc7\xc8\x8f\x45\x91\xc2\xde\xbd\x65\x76\xf0\x03\xcf\xb7\x07\xcf\x41\xb1\x03\xb8\xf8\x2f\x4d\x4b\x6a\x76\x00\x48\xfa\x57\xd7\xd1\x1c\x6c\xf0\x5e\x64\x15\x42\xcc\x19\xcb\xac\x82\x69\x9d\xae\xb3\x37\x96\x95\x16\xc4\xc7\xbe\x34\xcd\x6f\x79\x0e\x54\x68\x94\x72\x37\x96\xbd\xc1\x8b\x2c\xc6\xae\xb8\x65\x85\x66\xed\x80\x22\xd6\xed\xb1\xec\xa9\x5a\xe4\x3e\x82\xd2\x1c\xcb\xca\xcc\xa2\x94\x22\x84\xb2\x01\xfc\xf9\xef\x91\x4b\xad\x13\xb8\x6c\x43\x5f\x07\xfb\x14\x57\x5e\xe6\x4c\xeb\xe4\xd4\x7d\x92\x4e\x9f\x08\xc4\x7b\xb9\x04\xcc\x58\x96\x60\xd6\xc9\x2d\x21\xa9\x61\x59\x61\x59\x54\x58\x94\x1e\x30\x96\x9d\xcf\x00\x78\x7f\x69\x1a\xcb\xed\x25\xbb\xb9\x64\x3e\x2d\x0e\xfe\x58\x08\xfe\x28\xe1\xd3\x62\xab\xc7\x22\xf7\x11\xae\xc2\x58\x0e\xf0\x58\x48\xe8\x29\xa9\xad\xbb\x9b\x8b\xec\x1b\x10\x9b\x75\xa9\xee\xb6\x5e\xec\xb4\x5e\x08\xd0\x7b\x00\x27\xfe\xf7\xf8\xab\x79\x22\x46\xbf\x5b\x5f\xd9\x11\x17\x52\x04\x6f\x33\x76\xeb\x2b\x3b\xf5\x15\x41\x74\x8c\xbd\xfc\xe9\x93\xc3\xd4\x8e\xdf\xed\xcf\xde\xa9\xaf\x08\xf0\x60\xec\x35\x4c\x9b\xa4\xa5\x68\x9e\x43\xe3\x38\x75\x1a\x80\x14\xff\x3d\x72\x2c\xda\xd5\xbb\x63\x46\x00\x10\x5f\x8c\x0c\x35\x76\x5b\x44\x80\xfd\xfe\xd2\xf4\x3e\x1b\x4d\x77\x1a\x4d\x95\xf2\x3e\x76\x1b\x4d\x77\x84\x9e\x15\x3b\xc9\x77\x87\x9e\xed\x54\x4a\x84\xf5\x37\x76\x73\x9e\x9d\x82\x88\x40\x4f\xc7\x6e\xce\x03\x90\xf6\xe2\xc2\xfb\x63\xb7\x61\x74\xa7\x61\x54\xf0\x80\x63\x8f\x3f\x7d\x9e\xa4\x69\xee\xca\x10\x1d\x3f\x58\x75\x81\x39\x8e\xdd\xca\x0c\x20\xd3\x5f\x9a\xfa\xb4\x05\x06\xf0\xe7\x2f\x4d\x7d\xda\x83\xb7\x93\xf3\x28\xec\x7c\xec\x8e\x35\x01\x08\x78\x29\x42\x5d\x18\xbb\x15\x96\x9d\x16\x4e\xa1\x37\x8d\xdd\x16\xce\x9d\x16\x4e\x01\xe2\x8e\x7d\xf7\x58\xc8\x26\x04\x84\x32\xf6\xc3\x6b\x4d\x65\x66\xfa\xbb\x5b\x99\x01\x9e\x76\x31\xe8\xce\xd8\xcd\x26\x76\x0a\x30\x76\xa7\xed\xb6\x87\xec\x88\x1f\x2b\xd3\x7b\xc2\xa6\xd1\x9d\xa6\xd1\xe9\xef\x6e\x7b\xc8\x4e\x45\x67\x4a\x7f\xdf\xed\x22\xd9\x2f\xb6\x53\x2c\xcd\x7e\xfd\x69\xf7\x90\xa6\x76\xb7\xcf\x1f\xc2\x49\x8b\x4a\x6c\x8c\xfd\xf6\xfe\xa4\xe0\x23\xc8\x9b\x01\xf4\xeb\xdf\xe3\xc3\xf9\x79\x2f\xd9\x1e\xb2\xc3\xbb\x5e\xa6\xf7\x8b\xed\x21\xc0\xbb\x2e\xc5\x2e\xba\xfd\xf9\xd3\x27\xc7\xa9\xfd\x72\xd8\xbb\x0e\x98\xeb\x52\xa6\x2e\xf8\xc3\xfc\xe5\xa0\xcd\x43\x45\x59\xc7\x61\xa5\xe4\xa8\x18\xa7\x30\x6a\xc6\x61\xa5\xe4\xa0\xe2\xa1\x44\xea\x71\x58\xf1\x00\x82\x74\x29\xca\x8a\x1e\x87\x05\x91\x83\x82\x88\x6a\xe0\x8d\xa3\x2d\xd3\xd8\x4e\xae\xd9\xc3\xee\xc9\x83\xd6\x51\x7b\xc6\x8e\xee\x39\x74\xb6\x13\x2f\x38\x94\x5d\x35\x0e\x9e\x69\xd5\xfd\x1f\x87\xd2\x0d\xc6\x41\x89\xc1\xbe\xaa\xc3\xca\x05\x10\x98\x4b\x51\x69\xfb\x71\x58\xb9\x00\xfa\x72\x31\x5e\xca\x38\x7c\x36\x0f\x4a\x13\x4b\x7b\xe2\xb0\x31\xe1\xa0\xd7\x42\xf0\x62\xe3\xb0\x99\xf3\xa0\x99\xd3\x3e\xae\x63\xf7\x38\x79\xfe\x94\x42\x3d\x0e\x5f\xe1\xc7\xce\x71\x4a\xf9\x3d\x0e\xaf\x19\x15\x08\x3b\xb2\x8e\xc3\xdf\x96\xe7\x6f\x89\x4f\x1c\xa7\xc7\x42\x43\x83\x30\xba\xc6\x61\x25\xe1\xe0\x19\x5b\xde\x2f\x3e\x63\x07\xae\xe9\x2a\xe4\xef\x01\xc8\xe4\xef\xf1\x24\x4d\xf3\xb3\x22\x00\x60\xe1\x52\x7d\x37\x1e\x8f\xfb\xc4\x95\x5a\x95\x26\x34\x4e\x7b\x04\x4e\xf8\x13\xab\xd2\x84\xc6\x69\x45\x1c\x50\xc0\xa5\x6e\xb2\x39\x9e\x8e\xfe\x38\x21\x44\xd7\x4d\x7c\xe9\xb4\x83\xef\x84\xf5\xbe\x6e\xe2\x3d\x80\xf8\xfd\x3d\xe2\x8e\x03\xc2\xc4\x3f\x09\xc3\xa7\x65\x73\x00\xff\x96\xba\x89\x35\x9d\x3e\x12\xc0\xf8\x7d\x69\x7a\xa5\xed\x72\x67\xe7\xd2\x68\xfb\x9e\x3d\x4c\x4b\xd2\x34\x0d\x0b\xdf\x27\x84\xef\x6a\xa7\xd4\x69\xe1\x1b\x78\xbc\x2f\x4d\x63\xf1\xf5\x08\xa8\xdd\x97\xa6\xe5\xb6\x33\x01\xb0\xbb\xc5\x95\xb5\xc6\x69\x97\xfd\x19\x5c\x36\x6d\xed\x33\xfd\xbe\x64\x9f\xd2\x9b\x4f\x1f\x97\x33\xf9\x79\xc5\xb6\x4e\x87\x62\x9e\x93\xf3\x93\xaf\xf5\x74\x08\xf5\xc9\x7a\x1a\x4a\x8c\x1c\xa7\x85\x6f\x20\xdf\x96\x5a\xa4\x5c\x9c\x76\x0e\x02\x04\xb7\x38\x93\x6d\x9c\xcb\x9f\xfe\xbd\x1e\x87\x23\x31\x4f\x47\x62\x9e\xa8\xd1\x58\xcb\xa6\xe9\xd9\x99\x70\xa2\xb0\x45\xb5\x7f\xe9\x74\xbc\xd7\x79\xb0\x9d\x24\xb4\xd3\x37\xe0\x89\x13\x58\x55\x10\x70\x9c\x56\xd3\x81\x82\xfb\xd2\x34\xbd\xd3\xdb\x05\xa6\xbe\x5a\xbc\xeb\x2d\x28\x9f\xb8\xe5\xaa\x92\x96\xc6\xe9\x18\x81\xf3\xe2\x38\x75\xe3\x9e\x97\x3f\xed\xcd\x71\xea\x56\x3d\x6d\xce\x3b\x6f\x8e\x45\x2a\xf5\x69\xef\x20\xd0\x73\x5f\xda\x14\xcd\x73\xbf\xf9\x19\x64\xf9\x3e\x7d\xe2\x81\xb2\xfb\xd2\xf4\x19\xac\xde\x9f\x0f\xe7\xe7\x2d\x68\x15\x1e\x49\x75\xa5\x16\xdd\xaa\x4e\xaa\x1b\xd7\xc6\xb9\x4b\xa5\xbe\xcc\x29\xae\x97\x53\x8c\x21\x7f\xea\xe5\x60\xd2\x0b\x6e\xc5\x6a\xff\xd2\x65\xed\xfe\xda\x38\x3d\x31\xe5\xcb\xc1\xa4\x17\x19\x8c\xfd\x4b\x97\xe3\x73\x90\xb2\xf7\xd2\xa6\x68\xa7\x69\x17\xab\x79\x6a\x0a\xc5\x7d\x56\xf6\x29\xa6\x7c\x59\xc0\xbe\xc8\x98\x54\x60\x65\x5c\xce\xed\xb8\xc8\x5d\x54\x12\x74\x5c\xe6\x2e\x17\xaa\x2f\x54\x3b\x97\x2e\x6b\xfe\x17\xb4\xfb\x6a\x27\xd1\x65\xab\xff\x05\x4b\x5f\xb5\xb3\xe7\xf2\x85\x7b\xe1\xc2\xad\x2a\x56\x32\x2e\x47\x25\x5c\x23\x49\xd3\xdc\x6d\x05\xbc\x10\x31\x5a\x55\xed\x69\x5c\x76\x47\x5e\xb8\x8c\xab\x9d\x3d\x97\x2f\xe3\x0b\xee\x48\x57\x86\x1f\x97\xbd\x05\x57\x72\xee\xd2\x45\x2f\x47\x1e\x5c\x50\xdf\xab\x72\x96\xc6\x35\xff\xd0\x38\x77\x71\xb3\xcb\xfe\xc8\x6b\x91\xe6\x6d\x66\x15\xfd\x5a\x5c\x4f\x71\xac\xcb\x11\x41\xd7\xe2\xba\xe8\xc2\xbd\x76\xaf\xcb\xce\x3e\xc5\xcd\x2e\x0b\xd8\xd7\xf1\xa3\x69\xee\x76\x0e\x02\x29\xb7\xd4\xe6\x6f\x64\x07\xe0\x45\x56\xe0\x5c\xa0\xcb\x31\x69\x17\x59\x81\xaa\x42\x8d\xcb\x3a\x33\xc0\x72\x4b\x6d\xba\x1c\x2f\x27\x45\x5c\x64\x05\x4d\x6c\xe2\xba\x9b\x69\x1c\x8b\x2c\xbc\x97\x85\xda\xeb\xbe\x48\xd3\x5a\xdb\x7a\x7f\xc1\x7a\x5f\x85\xc2\x3d\x2e\xbb\xfc\x2f\x58\xec\xaa\x73\x88\x6e\x87\x7e\xde\x50\x8c\xab\x3d\x17\xb7\x05\xd7\x1b\x01\x43\xb5\x89\x85\xdc\xbe\xfc\x6f\x9e\x4d\x7b\x2e\x6e\x5f\xfe\xc0\xb5\x7d\x69\xdf\xf7\xbb\x7d\xf9\xdf\x95\xeb\x22\xc1\xfc\xf6\x19\x23\xda\x55\x6d\xb2\xbc\xdd\xf6\xba\x01\x66\xb6\x54\x15\xab\x18\xb7\x85\xda\xbb\xb1\x4f\x09\x6f\x77\x3b\x4c\x83\x2b\x5d\x72\xc8\xdd\x3c\x4c\xc8\xc2\xb5\xc9\x3c\x71\xfb\xe2\xbf\x3b\x97\x45\xec\xe5\xf6\xd1\xbc\x07\xa7\x2e\x63\xf3\xed\xe3\x77\xf3\xf8\xd9\x01\x71\x8f\xd3\xb4\x8b\x34\xb5\x0b\x4f\x2f\x7e\xed\xb4\x64\x3e\x9a\x40\x5b\x2d\x55\x55\x30\xc6\x6d\x97\x3f\x32\x6d\x4b\xb5\x23\xe1\xf6\x11\x03\x9a\xcf\x4b\xd3\xfc\x1c\xdd\x73\x43\x4e\xae\xce\x3b\xba\x7d\x8c\x6e\x16\x43\x76\xfe\x90\x61\x7a\xc6\xbd\x73\x9c\x62\x21\xb7\x6f\x62\x40\xf1\x14\x57\x9d\x19\xb7\x65\xe1\xfb\xe0\xdc\xb5\x3d\x6f\xeb\xa2\x37\xf4\xcd\xea\x1c\x21\x43\xea\x0c\xa6\xe5\x1a\xfa\x67\xdc\x96\x77\xef\x6b\x90\xa6\x3e\x1d\x6f\x73\xf3\xf8\xd9\x01\x71\x3b\x24\x14\x38\xa2\xc5\x10\x3e\xe3\xb6\xbe\xc9\x74\xde\x6a\xe7\x84\xd3\x79\x07\xd0\x3b\x4b\xed\xde\x66\x3e\x62\xc0\xe1\x2c\xb5\x8b\x2d\xdd\x36\x98\x03\x82\xf3\xa5\x7d\x73\x78\x6c\xb2\x7a\x36\xbe\x4f\xc1\x8f\x8f\xf3\x95\x08\x9c\x59\xfb\xfa\x47\x59\xf8\xb1\x69\xea\xe1\xed\x68\xbf\x86\x33\x81\xc7\x03\xd3\x54\x75\xea\xd1\x63\xd3\xd4\xc3\x93\x3b\x64\xbe\x78\xac\x72\x22\x29\xf8\xa5\xa9\x4f\xfb\xb3\x00\x6f\x59\xea\x90\xb9\xeb\xb1\xf9\xe9\xe1\x31\x1b\x52\x2f\x1e\xab\x9c\xcc\x12\x36\x50\xcd\x78\xba\xe7\xc0\x23\x68\x7f\xc8\x63\x39\x19\xf0\x91\xa5\xda\xe7\xf1\xf8\x96\x03\x74\xe4\x4b\x53\x3b\xab\xa3\x0f\x6f\x40\xfb\x3c\x9e\xf8\xd3\x8e\xe3\x94\x70\xfa\xd8\x27\xfe\xa0\x0a\x7d\xb5\x5f\xe3\xb1\xdf\xfb\x07\x04\x69\xdf\xc5\x63\x75\xf4\x99\x3f\x9a\xda\xd9\x54\x04\x00\xc7\x97\xa6\xb9\xfb\x06\x04\x38\x63\xa9\x96\xa6\x90\x1a\xfc\x3d\x26\x69\xea\xd3\xa6\xa2\x67\xe7\xba\x4c\xb7\xd3\x31\x63\x06\x71\x1d\xf2\xef\x3e\x3e\x9e\xc0\x5d\x2c\x75\x78\x8b\x3a\x65\xe9\x39\x2b\x69\x6a\x67\x8b\xf2\xc3\xa3\x2b\xc0\xc2\xf1\xd8\x54\x84\x64\xe2\x52\x55\xb6\x61\x3c\x16\x94\x1f\x1e\x5d\x95\x40\x18\x8f\x05\xe5\x87\x6a\x6c\x88\x15\x3e\xb6\x36\x3f\x30\x15\x55\x55\x3e\x18\x8f\x85\xe8\x87\x42\xb4\xd3\x92\x1e\xfb\xc8\x9e\x3b\x48\xd3\xfb\xee\x69\xda\x22\x4d\xeb\xe9\x30\x5c\x00\x78\xbd\x34\xcd\xcf\x66\xa4\x87\x2a\xb5\xaa\x1a\x8c\xc7\x66\x24\x66\x33\x57\x15\x2c\x18\xcf\xe3\x7d\x4d\xe1\x5b\xb5\x06\x62\x13\x3b\x88\x6d\x8b\xff\xfe\x67\xc8\x4a\x1d\x4e\x66\x8e\x6d\xe3\x30\xbf\xa3\x12\x9b\x32\xb2\x62\xa3\x10\x2d\x5f\x48\x18\x29\x2c\x7e\x48\x61\xc2\xfd\x8f\xad\xb8\x4f\xb8\xc8\xaa\xd2\x99\x62\xd3\x25\x1e\x5b\xe1\x52\x7f\xd6\xa0\x70\x12\x74\x30\x09\xba\xca\x4f\x12\x9b\x00\x03\x62\x83\x4b\xbc\xc6\x77\xfc\x62\x6b\x1e\x4b\xfb\xb5\xd3\xfc\xc4\x42\x62\xe3\x25\xae\x94\xa5\xd8\xc4\x42\x62\x6b\xec\x73\xa8\x9d\x02\xe7\x03\xb9\xd2\xa5\xca\xe1\x11\x5b\xf7\x1c\x28\x44\xab\x76\x5c\x6c\xa3\x89\x46\x15\x5d\x35\x27\xc2\xc9\xd3\xb1\x51\x45\x57\xad\xe4\xd8\x86\xd7\x9a\xac\x47\xe9\x4c\xb1\x0d\xbf\x2f\xb8\xd6\xa9\xf7\x85\x3f\x6d\x70\x0b\x4e\xcd\x4f\x00\x05\xb1\xc1\x77\x56\x55\xa0\x24\xb6\xf4\xfc\x92\x47\x65\x6a\xee\xb2\x60\xc7\x96\xaf\x3a\x2d\x47\x42\x6c\xd3\x4b\x3d\xd9\xe5\xd2\xf4\xa6\x87\x32\x39\xbd\xa5\x4f\xa4\x24\xcb\xd8\xa8\xf5\x0b\xb9\x38\x9c\x38\x1d\x1b\x0c\xdf\xae\xd9\x19\xdb\xf2\x56\x82\xe1\xbb\x2a\x7d\x2a\x0c\xcf\x16\x1b\xdc\x6a\x55\xe9\x53\xb1\xed\x9e\x1e\xe2\x04\x8d\x7b\x1e\x9b\xdc\x6a\xb1\x51\xd8\x50\x6a\x55\x6c\x87\x69\x07\x69\x55\xcb\x79\x78\xbb\x50\x9e\x57\x6a\x55\x6c\xa7\xc7\x79\x72\x9c\x4d\xed\x4e\x6f\x5d\x0a\x1b\x4a\xbb\x0a\x27\x47\x07\x93\xa3\xab\x52\xab\x62\xbb\xbc\x5d\xe0\xb9\xaf\x72\xb0\xc4\x76\xbb\xdd\xcd\xf9\x75\xad\xe7\xe3\xb1\xc0\xcf\x55\x73\x68\x9c\x8f\xc7\x42\x35\x5c\x35\xa0\xa2\x48\xd5\x8e\x42\x7d\x5a\xa9\x55\x51\xe4\xe8\x8a\x42\x56\xa0\xf4\xa9\x28\x66\x05\xa5\x70\x0e\x3a\x0e\x4e\x80\x0e\xe4\x3b\x97\x2a\xe7\x4b\x14\x39\xb3\x82\x09\xd0\x55\x35\xb7\xa2\x48\x62\x08\xe4\x42\x97\xaa\x82\x5f\x61\x18\xbd\x28\x94\xf5\x05\x19\x17\xc5\x6c\xa2\x50\x9f\x4e\x6d\xf9\x22\x7d\x3a\x98\x1c\x5d\x55\x16\x2d\x9c\x1c\x1d\xc8\x85\x7e\x69\x6a\xd7\x3d\x3f\x5a\xeb\x54\xac\x2c\x8a\xc2\x7b\x83\xc9\xd1\x55\x35\xb8\xa2\x0c\xaf\x27\x59\x81\xe0\xac\xa3\x98\x15\x14\xea\xda\xca\x9d\x8a\x62\x56\x50\xc8\x0a\x54\x4c\x23\x0c\x39\x16\x4c\xaa\xae\x53\xfb\xb3\x98\x15\x14\xb2\x02\xe5\x55\x45\x09\xaf\x0b\xd2\xca\xaa\xf2\xaa\xa2\x98\x4d\x14\xb2\x09\x39\x82\xa2\x98\x15\x94\xc9\xf7\x89\xcd\x3b\xe1\x3a\x0a\x15\x81\xd9\x4d\xf3\xfb\x26\xdf\x37\xd4\xe7\xf2\x38\x79\xa6\xe5\xd0\x89\xb2\x3c\x77\xea\xe8\xc2\x0d\x8b\x22\x1d\x3d\xca\xde\x48\xd3\x5a\xef\xee\x93\x3a\xba\xea\x22\x44\xd9\xfd\x8d\x0e\xce\x41\x2c\xb9\x1c\x9e\xc3\x31\x48\x1b\xff\x24\x0c\x87\xf3\xb1\xa3\x50\xf7\x98\xde\xbe\x87\x5f\x79\xf2\x95\x53\x4b\x73\xfa\x95\x27\x87\x3a\xf5\xe9\x4f\x1f\x09\xb2\x0a\xf9\x7b\xa2\x5c\x9e\xe2\xc5\xf7\x79\x8b\xde\xde\x16\x70\x97\xd7\xb5\x69\x49\xa5\x7b\x44\x21\xab\x58\xba\xfd\x8b\xdc\xe5\x51\x10\xec\x5f\x95\x93\x15\xe5\xf1\x38\x29\x88\xa8\x6e\x7e\x54\xf9\xa5\x82\x79\xdc\x55\x79\x57\x51\xa5\x08\x44\xe5\xb1\x96\x2f\x28\xaa\x8f\x2e\xf0\x2a\x5f\xda\xc7\x2a\xaa\x8f\x67\xe5\xf1\x54\x96\x54\x54\x1f\xcf\x4a\x53\x98\x80\xf3\xa3\xfa\xa6\x66\xf2\x74\x5d\xba\xe1\x9d\x3c\x1d\x48\x9e\x0e\x05\x57\x44\xf5\xc9\xad\x3c\xb9\x72\x2f\x45\x1d\x1e\x0a\x4f\xa7\xdc\x4b\x51\xa5\x8a\x07\x73\xa7\xeb\xd2\x2e\xac\xc3\x53\x0f\x7e\x86\xcf\x7a\x11\x46\x22\x0e\x22\x11\xd7\xf5\x59\xa6\xa2\xfa\x04\x56\x9e\x40\x55\xb7\x89\xea\x8b\xba\xe6\xaf\x9d\xe6\x20\x94\xa1\xa8\xb4\xcf\x0b\xd7\x37\xaa\x82\x63\xa2\x26\x6e\xdc\x25\x0e\x5a\xa7\xdf\x47\xf5\x5e\x6e\xa9\xa8\xbe\xc5\x2b\x6f\x71\xb9\xa5\xa2\x2a\x70\x26\xea\xe2\x9a\x2d\xf5\xb9\x3c\xf7\xc5\xcf\xbe\x34\x16\x05\xb9\x04\x73\xae\x9b\xc0\x48\xa3\xfa\x36\xae\xb8\x8d\x9b\xc0\x48\xa3\x0a\x0e\x21\x98\x74\xdd\x94\x90\x1d\x55\x88\x86\x81\xfc\xeb\xd2\x94\x5f\x15\xf5\xf0\xfb\x10\xe5\xd2\x84\x6f\x1e\x55\x2e\xb2\xa8\x38\x9a\x6d\x2b\x1a\xe7\xe5\xf7\x41\x85\x6f\x9b\xb7\xb5\x8f\x18\x93\xae\x9b\x72\xa8\xa2\xde\x5e\x6b\x44\x9d\x34\xe5\x50\x45\x7d\xbc\x05\x9f\x1f\xed\xeb\xb3\x29\x8e\x35\x1a\xe2\xd3\x9a\x12\xa5\xa2\xf9\xc6\x6d\xdb\x45\x5a\x17\x4d\x7b\xb7\x15\xae\x8b\x04\xde\x26\x0b\x5a\x34\xb8\x85\xdb\x87\x9d\xfe\xfe\x21\x4d\x5b\xa4\xa9\x4f\x85\x88\x04\x72\xa5\x5f\x9a\xfa\xf4\xad\xda\x2a\xd7\x45\x92\x41\xb3\xf0\xdd\x1a\xd7\x45\x7b\xbe\x35\xcf\xaf\xf1\x3b\x48\x6a\x68\xb2\xa0\x05\xf2\xa8\x4b\x53\xa6\x54\xb4\xe6\xf9\x75\xf6\xa9\xf3\xd0\xba\xe7\xd0\xd9\xa7\xf6\x7c\x93\x05\x3b\xda\xe0\x9e\x98\x1a\xa7\x6f\xdc\x36\xb8\x9e\x53\xdf\xc1\x67\xb3\x05\xbf\x83\x24\x83\x16\x1e\x4b\x72\xad\x25\xb9\xb6\xf4\xfc\x70\x36\x9b\xd0\xf2\xa2\xf9\xe6\x6c\x08\x03\x69\x42\x57\x8c\x96\x5e\x4f\xe8\xf6\x4d\x90\xfa\xd1\x7c\xfe\x1a\xac\xdb\x4d\x58\xeb\xd1\x96\xdf\xb7\xf8\xbe\xa2\x76\x6b\x99\xc6\x3e\xc5\xae\x8d\x2c\x1f\x00\x02\x2d\x4d\x09\x4a\xd1\x0e\xbf\xef\xe0\xfb\x74\xc3\xb7\xd3\xed\xe0\xcc\x6a\xc5\xfb\xd3\x12\x6f\x3b\x89\xb9\xee\xfd\x79\x7a\xef\x9e\x27\x69\x1a\xe7\xe5\x39\x5c\x9c\x83\xf7\xe7\xe5\x3e\x2f\xae\x99\x58\x79\xbb\xbc\x5f\x70\xfd\x35\x25\x36\x45\xf3\x15\xd7\x6e\x8e\xc5\xfb\xf3\x76\xbb\x9b\x63\xf1\x1e\xbc\xfd\x6d\x71\xfd\xb5\x22\xa9\xa1\x3d\x5e\xcf\x87\xed\xb4\x07\xbb\xcf\x6d\x47\xfc\x79\x53\xf6\x52\xf4\x2d\x4c\x03\x3f\x2b\xda\x83\x5d\xa0\x07\xd1\x0b\xbf\x83\xae\xfe\xae\x74\xd8\x00\x74\xff\x4b\x53\x9f\xf2\x4a\x05\xb3\xc6\x9b\x3c\x4f\xd1\xad\x34\x33\x6b\xbc\x15\x89\x05\x5d\xa0\x07\xd1\x71\xdd\x36\x79\x9e\xa2\x2b\x4d\x25\x3a\x24\xe5\xa6\x9a\x14\xd1\x9b\xdb\x35\xb6\xd3\x1e\xec\x3e\xb7\x9d\xe7\xb6\x4a\xaa\xed\xdd\x63\xe9\xec\x53\xbc\xb5\x77\xb7\xc3\x7d\xdb\x94\x9e\x14\xdd\xf7\x6d\xc7\x7d\xdb\xe4\x79\x8a\xee\xfb\xb6\x23\x11\xae\x55\x49\xa7\x06\xdd\x8f\xce\x73\x2b\xaf\x54\x74\xa1\xfa\x45\x0f\x8e\xf3\xf3\x78\x44\x4f\xb7\xc3\x7d\xdb\x84\xb2\x17\x06\xab\x8e\xce\x33\x2d\x8f\x55\x74\x9f\x69\x64\xb3\x57\x81\x1a\x44\xf7\x91\xee\x10\x94\x5b\xd5\xd6\xed\xd3\x53\x58\x9c\xba\xb6\xa7\x33\xd8\x83\x19\xec\x4d\x69\x3f\xe1\x0c\xf6\xe8\x00\xab\x6c\x55\x2c\xb2\xef\x9e\xc2\xce\x29\x48\x2c\xe8\xbe\x6e\xfb\xfe\xeb\x53\xe3\x3c\xfc\xbe\xf7\x6a\x1c\x4d\x37\x40\x3f\x3d\xbb\x93\x5f\x7d\x95\x7f\x93\x85\xbb\x65\xd3\x7e\xf1\x43\x2c\x2d\xa8\x0f\x6e\xe7\xc1\x6d\xde\x84\xb7\x47\xc3\x8b\x53\xc9\x3d\xd1\x65\x17\x8f\x8e\x24\xd5\xa6\xe4\x9e\xe8\x8f\xdf\x07\xb7\x54\x93\x6b\x2d\xba\x2f\x5c\xe6\xb1\xb7\x26\xd5\x6a\x58\x6e\x65\x1e\x7b\x53\xe2\x4f\x0c\x5b\xc2\x06\x60\xfd\x5a\xd3\xe5\xef\x1c\xf7\x60\x8e\x7b\x6b\xba\xfc\x87\xd5\xdf\x01\x4b\x58\x6b\x62\xae\xc3\xd6\xae\x51\x7f\xb4\xef\x4b\x0c\x5f\xb8\x4c\x48\x6f\x72\xc9\xc5\xf0\xa5\x3a\x78\x38\xe5\x76\x8b\xa1\x64\xb0\x18\x8d\xeb\xa9\x4f\x38\xac\xaa\x0e\x04\x9d\x34\xa1\xe0\xc7\xe8\x7e\x1f\xd4\xd8\xa6\x84\xa1\x18\xdd\xf3\xeb\xfc\x0e\xa1\xb1\xc8\x2f\x15\x4c\x64\x6f\x2d\xb4\x2e\x56\x71\x07\x2f\xdc\x26\x06\xea\x64\xf5\x18\xc1\xb9\x8b\x81\x0e\x5f\xb8\x03\xc2\x70\x13\xe4\x5f\x8c\xf0\x77\x80\xcf\xaa\x09\xee\x37\x46\x78\x2c\x30\xa6\x37\xb9\xe4\xc2\x19\xe9\x31\x78\x02\x85\xe9\x17\x63\xfa\x7d\xbc\x54\x55\x37\x20\x86\xfc\x59\x31\x90\x44\xd6\x84\xbd\x1f\x63\xfa\x7d\x30\xb4\x37\xf9\xd6\x62\x2c\xd3\x20\xf0\xb6\xae\xfd\x39\x76\xaf\x0b\x54\xd5\xa6\x04\x9e\x18\xbe\x8c\x07\x2f\xdc\xee\x3d\x78\xf8\x3b\xc0\x60\xde\xba\x18\xe1\x38\xbc\x97\x10\x5b\xd9\xba\x84\xcc\xe1\xcb\x18\x59\xe6\x2f\x4d\xe3\xbc\xbc\x27\xe0\x4e\x6e\xdd\x7b\xd0\x97\xf1\xe0\x65\xdc\x65\x7e\x1a\x97\xd7\xe5\xe2\xdc\x75\xc1\x8f\xdb\xed\xe0\x4e\x6e\x2a\x0b\x15\xc3\xc2\xf0\xe0\x99\xee\x52\xef\xc7\xed\x39\x3c\xdb\x7f\xff\x13\xca\x79\x0a\xe7\x96\xc7\x78\x38\x14\xe9\x63\x4e\x2e\x8f\xc1\x23\xdd\xbd\x75\xe5\x06\x0b\x20\x8d\xbf\xb4\x6f\x28\xa1\x08\x91\x60\xe2\x79\x53\xa5\x8e\x08\x1f\xf7\xd8\xd8\xa7\xf4\x31\x27\x9e\x47\xf0\x9e\xee\x62\xae\x61\x8b\x56\xc0\xb8\xdd\xba\xb6\x67\x28\xec\x32\x02\xb9\x60\x4d\x25\xdd\x23\x6c\xd1\x8a\xca\x25\x93\x5e\x15\x2a\x2b\x13\x51\xd9\x4e\xf7\x7b\x28\xfe\x2c\x82\xac\xa0\x8b\xb5\x86\xef\xe9\x68\x5c\x6a\xc9\xa6\x61\x19\x3a\x90\x1b\xd2\x86\x4c\x02\x61\x95\x39\x60\xdc\x6e\x43\x6c\xd7\x08\xec\x11\x3c\xee\x82\x02\x8c\x18\x5e\x97\x51\x48\xd3\x1c\x94\x33\x1a\x81\xf0\xec\xa6\xdc\xa5\x08\x5b\xb4\x02\x16\xad\xa6\xdc\xa5\x30\xaa\x7b\x04\xf2\x49\x9b\x72\x97\x22\xc2\xeb\x02\xab\x55\x13\x84\x60\x84\x75\xe6\x48\xb6\x93\x99\x21\x7c\x4f\x07\x65\x6f\xe5\x35\x85\x93\xe0\x03\x49\xef\x2f\x4d\x6b\x96\x5e\x33\xb2\x10\xf9\xff\x22\x2c\x97\x07\x59\xc8\x90\x4c\x1b\xb6\x6e\x33\x0b\xde\xc5\x21\x22\xcc\x42\x82\x97\xbf\x7c\x83\x11\xcb\x73\xa7\x3c\xaf\x9c\xa7\x88\xe5\x39\x2c\xae\x99\xf4\xb1\xb0\x25\x2c\x76\x8e\xd3\x7b\x5e\xf5\xa5\x22\x76\x8e\x33\x34\x77\xeb\xda\x41\x5d\x7b\x78\xcf\x2b\x1c\x35\x98\x3d\xdf\x94\xd7\x14\x61\x0b\x5a\x1c\x5c\xeb\xd4\x5e\xb2\xfe\x10\xd4\xb5\x87\xec\x0c\x61\x76\x86\x4c\xf9\x97\xa6\xf9\xd9\x44\x16\xd4\x2d\x54\x82\x3e\xc2\xfa\x43\x90\x2d\x09\x5e\x30\xc2\x3a\x02\xb2\xda\x4b\x0b\xef\x5d\x8b\x1a\x71\x9d\x2f\x7b\x91\xba\x12\x97\x97\x8c\xdc\x4c\x2e\xbe\x88\xdb\x5b\x09\x16\xb2\x26\x17\x5f\x84\x25\x94\xa0\x6a\xa1\xa2\xe3\x11\xe6\x74\x41\x4e\x27\x37\x5e\x84\xa5\x17\x66\xce\x37\xb9\xf1\x22\x2c\xbd\x04\xa5\x17\xe5\x26\x45\x3c\xee\x93\xe6\x02\x15\xd8\x8b\xb4\xf4\xc2\xec\xf8\xa6\xbc\xa5\x48\xb3\xba\x84\xc7\xbf\xd9\x57\xe7\xcc\xf9\xc8\x8d\x63\xd1\x71\x48\xab\x24\x89\x80\x9b\xa6\xbc\xa5\x48\xab\x1d\x49\xb5\x43\x10\x82\xe1\xec\xf8\x48\xaa\x1d\xf6\xb9\xa5\x59\x56\x92\x65\x85\x58\x79\xda\x1f\x97\x54\x2d\x94\x64\x14\x69\xd5\x22\xa9\x5a\x84\xb6\x75\x36\xcf\xa1\x71\x0e\x92\x42\xd2\xec\x2c\x3b\xc7\x22\x29\x24\x2d\xd9\x24\x25\x1b\x25\x20\x45\x0e\xb7\x1b\x6c\xa7\x6d\x9d\x82\xe1\x89\x1c\xbf\x76\xff\x06\x2e\x1c\xce\x90\x8f\x44\xaa\x5b\xb3\x4b\x2e\xc3\xd3\x0f\x7e\x26\xdd\x02\x19\x9e\x3e\x35\x16\xbb\xe4\x9c\x21\x1f\xa8\x53\x51\x9a\x6a\xc0\x46\x4e\xbf\x6f\x72\xb9\x75\x0b\xa4\xb9\x56\x92\x6b\xd9\xb7\x96\xb6\xd1\x27\x85\x9b\xd4\x0d\x91\xcb\xdb\x02\x51\x04\x2d\x37\xf5\xa9\x74\xb6\x48\x72\x9f\xd4\x2d\x90\x16\x6e\x92\x96\x06\xfb\x0e\x9d\x05\x1f\x49\x01\x26\xbd\xb5\x4f\x8f\x13\x00\xc2\xcd\x3e\xb2\xb4\x72\xc1\x6c\xf6\xa6\xaa\x9d\x91\x16\x44\x92\x82\x88\x0a\xd1\x46\xde\x5e\x6b\x1e\x5d\x41\x0c\x46\xfa\xe8\x26\x8f\xae\xfd\x60\xe9\xa3\x9b\x54\x3c\xd2\x5b\xd4\x47\x97\x19\xeb\x4d\xd5\xec\x63\xfa\x78\x32\x2b\xbd\xa5\xb6\xda\x54\xc2\x57\x4c\x5a\xe5\x94\x4c\x14\xd3\xc7\x8c\x19\xe4\x4d\xc9\x44\x31\xad\x40\xcc\xca\x35\xd3\x7e\x71\x76\x79\x4c\x56\xbd\x53\x32\x51\x38\x83\x3c\x26\xad\x72\xf6\x67\x39\x83\x3c\x90\x41\x1e\xd5\x53\x68\x1e\x26\x6c\xf0\x6d\x7e\x79\x00\x31\xdb\x6e\xda\x41\x9a\xba\xb4\x71\x0d\x39\xe1\xa5\xd9\xd5\x35\xad\xa4\x23\x49\x3c\x6a\x98\xa4\x1d\x38\x79\x87\xdb\x63\x35\xbd\xe3\x27\x22\x40\x9b\x3d\x4f\x53\xb8\x0f\x31\x11\x66\xd6\x94\x66\x14\x73\xf9\x75\x48\xc7\x68\x4a\x25\x0a\xe7\x7a\xc7\x5c\x9c\x9e\xd4\xa3\x69\xfb\xd9\xe4\x7d\x2b\xd4\xbe\x70\x1e\x78\x4c\xee\xf8\xe9\x39\xf8\xbe\x9d\xf0\x34\x37\x15\x57\x8e\xe9\xfb\x76\xee\xec\x53\xf2\xe7\xf4\x49\x61\x8e\x78\x53\x2a\x51\x4c\xdb\xaf\x91\x12\xfe\xd2\xbe\xdd\x39\xed\x3e\x9a\xb4\xbb\x09\xb5\x2f\xe6\xe9\xdd\x42\x51\xdf\x2e\xa2\x69\x51\x7f\xc2\xd3\xdc\x96\xd4\x70\xe7\x81\xc7\xa4\xdd\x7b\xf9\xb3\xfb\x72\x9c\x70\x2d\x35\x55\xb9\x8c\x69\xbb\xdb\x44\xfc\x4b\x53\x9a\x51\xcc\xdb\xdf\x0f\x51\xa5\x4d\x55\xaf\x63\x5a\xd6\x47\xba\xf8\x4b\x53\xbb\xc7\x73\x87\xf7\xba\xa9\x16\x75\x4c\xa5\x94\x04\xf3\xc0\xdb\x52\x8c\xcb\xb2\xf7\x7a\xf1\xf4\x2d\x5d\x8e\xcb\x36\xb9\x45\x9b\x9c\x5d\x52\x4b\xf0\xc1\xc1\x9c\xed\xa6\xf4\xa4\x58\x8a\xea\x0e\xa4\x6f\x87\x82\x82\x63\x59\x9c\x5f\x08\xf8\x6e\x4b\x8c\x67\x09\xda\x21\x16\xc5\xf9\x25\x0d\x68\xd9\xec\xb6\x2a\xa7\xa0\x3b\x6e\x35\xf7\xc9\x7b\x73\xe9\x8e\x73\x1a\x78\x2c\x9a\xd2\x85\xc0\x17\xcb\x27\x73\xf1\xde\x14\x02\x5f\x2c\x5b\x04\x16\x4d\xe9\x76\x1f\xad\xee\xa9\x23\x50\xbc\xd9\x7d\xb4\x6c\xae\x43\xca\x77\x69\x42\xe0\x8b\x65\x73\xdd\x1a\xfc\xec\xba\x8c\x96\xd5\x80\x45\x35\x60\x2d\xb7\xfb\xd3\x27\xc7\x29\x55\x66\x85\xe7\x0e\xd7\x59\x17\xcc\x5e\x2c\x5b\x0b\x16\xac\x05\xdd\xee\xa3\x65\x15\x61\xc1\x5a\xd0\x37\x5d\x62\xce\x1d\x8f\x05\xd3\x7d\x57\x02\x75\xac\xf4\x76\x01\x04\x45\xb7\xfb\xc8\x79\xe5\x81\xba\x4b\x2f\xad\x8b\x76\x99\xf6\x90\xa6\xf5\x34\x5b\x5a\x73\xfe\xf7\x3f\x61\x83\xd5\xb2\x86\xc0\x94\xf3\xae\x82\x81\xe1\x94\xf3\x58\xc8\x6c\xe9\xf6\x3a\xad\xe5\x9d\x0b\xd8\xbb\xae\x52\xc3\xb1\xcc\xb1\x90\x7d\xfe\xd2\xf4\x19\x6c\x9c\x40\x86\xf9\x4b\x53\x9f\x96\xe6\x91\x2a\x5e\xfa\x26\xeb\xe7\xb2\x57\x0d\xa9\xe2\x2f\x6d\x89\xe6\xcf\x7e\xb0\x4f\xf9\xf4\x5d\xdb\x29\xd6\xc1\xb1\x88\xeb\x3a\xaf\x3c\x16\xb0\x59\xbb\x4a\x3a\xc7\x3a\xfd\x3e\xd8\x1c\xbb\xea\x57\x86\x4b\xe0\xc5\xba\x38\x16\x71\x4f\xe7\x8e\xc7\xba\xf8\x3e\x6f\xf9\xcb\xef\xbb\xf8\x3e\x6f\x6b\x73\x33\xa4\x91\x97\x6e\x0f\xd1\x32\xc7\x5a\x37\xbf\x91\xac\xf3\xcb\x86\x0b\x14\x6c\x2e\x5d\x19\x4d\xb1\x1e\x6f\xcf\x87\xed\xc4\x75\x77\x7b\x0a\x76\x70\xa5\x2e\x78\xbb\xd8\xcd\x95\x76\x58\x20\xba\xd2\x8f\x62\x77\xe8\xdd\x0e\x0b\x44\x57\x7d\xaa\x70\xf2\x78\xec\xf0\x14\x74\xa5\x1f\xc5\x6e\x0f\x1f\xca\x44\x47\xd3\x67\xdf\x6d\x9c\x40\x1a\xf9\xdb\xec\xdb\xd5\x7b\x75\x97\x70\xfe\xf5\x22\xe6\xb9\x5b\x94\xd8\xe1\xfc\xeb\xa5\xfd\x63\x88\xc4\x6e\x49\x63\x6f\x9c\xbd\x78\xeb\x6e\x45\x00\x59\xe6\x2f\x4d\x33\xb4\x22\xb0\x83\xa1\xf5\xa2\xfb\x7d\xb7\x5d\x63\x87\x8f\xa1\x2b\xe1\x29\x76\x61\x5e\xc4\xde\xb9\x32\x62\xca\xbb\xe2\x7e\x63\x87\xcd\xa3\x2b\x19\x2a\xf6\x7e\x9a\xf6\x90\xa6\x2f\x68\x9f\xe2\x3e\x38\x4e\xed\xd0\xdd\xfe\xfe\x7d\x70\x69\xc4\x94\x9d\x76\x1e\x7b\x70\xee\xda\xa1\xbb\xb5\x80\x9d\x8c\xc9\xbe\xa5\xdd\x8c\x09\x99\xe4\xa5\x17\x31\xde\xdd\x8c\x69\x27\x63\x52\x75\xbc\xd8\xcd\x98\x76\x32\xa6\x22\x1f\xe6\x6e\x7f\xff\x3e\xb9\x66\x62\xbc\xbb\x35\x84\x1d\xfe\xfe\x6e\x1f\xd1\x6e\xae\xb5\x23\x8a\xa7\xdb\x47\xb4\xdb\x76\xb1\x93\x6b\x55\xef\x5e\x47\xf8\xec\x90\xb3\xba\xfd\x47\xbb\xed\x1a\x3b\x62\x90\x7b\xf5\xce\x36\xd7\xda\xe1\xc3\xec\x55\xca\xf6\xee\x88\x3e\x64\xb5\x97\x6e\xff\xd1\xee\x38\x81\x1d\x65\x13\xba\x20\xec\x62\x17\x1a\x46\xec\x90\xb3\x7a\x55\x80\xeb\x7e\xb8\x4f\xa4\xb9\xf7\x2a\xa5\xd9\x69\xee\xb1\x93\xa3\x09\xde\x2e\x76\x73\xb4\xfd\x64\x9f\x4d\xdf\xfd\x74\x9f\x17\x69\xde\xbb\xd7\x1f\x1a\x4e\x7c\xf5\x5e\x72\x7c\xc1\x4e\xce\x54\x65\xb7\xd9\xad\x91\x20\xcb\xbc\x74\x3b\x7b\x76\x73\x9f\xfd\xe1\x1c\x64\x73\xdc\xed\xc3\x64\xda\x79\x17\xc6\x5b\x38\xed\x3c\x98\x76\xde\xab\xe4\x48\x57\xdc\x8b\x63\xe3\xb7\xd5\x3e\x3b\x1c\x4b\x7c\x90\x6b\x55\x71\xbb\xc3\x5c\xeb\x80\x9b\xa4\x37\x69\x9b\x87\x6d\xaa\x07\xdc\x24\xbd\xe9\xa2\x3e\x2c\x83\x31\x95\xbd\xdb\x0d\x74\x98\xa3\x1d\x64\x5b\x2a\x4c\x1a\x87\x05\xad\x03\x60\x9e\xbd\xc9\xe6\x78\x38\xd4\xe8\x68\x7c\x9f\x6c\x8e\x87\xe3\x12\x98\xca\xde\x55\x51\x29\x0e\xf3\x9e\x83\xbc\xc7\x2c\xf4\x30\xef\x39\x80\xb4\xdd\x9b\x0c\x29\x87\x8d\x10\x47\xe7\x1c\x64\x4a\x3f\x6c\x84\x60\x0a\x7c\x6f\x32\xa5\x3b\x05\x3e\x98\x02\xdf\x95\x7d\x15\x87\x79\xcf\x81\x80\xe1\xde\x74\x1b\x1f\xc3\x7d\x92\xf7\x34\x69\xb0\x47\x78\xee\x80\xb5\xe8\x76\xe7\x1c\xb6\x32\x1c\xc9\x75\x91\x90\x79\x38\x9e\x01\x99\xf2\xa5\x37\xf1\xac\xc3\xfc\xe5\x80\x3e\xd6\xed\xb2\x39\xcc\x5f\x8e\x59\xdf\x5b\x47\xa6\xca\xc3\xc2\xcd\xb1\xf8\x3a\x99\x00\x0f\xb3\x90\xe3\x65\x21\xa1\x3c\xb0\x38\xac\xa9\x1d\x8b\xab\xe9\xdd\x69\xb7\xe8\xf1\x72\x90\xf8\x33\x01\x07\x21\x1d\x8b\x9b\xc5\x1b\xd7\x66\x8b\x63\xe7\x04\xc4\x20\x0f\xfb\x6b\x0e\xf8\x6b\x7a\xf3\xa6\x76\x68\x21\x73\xf8\xbb\x7d\x47\xce\xe1\x8f\x03\x46\xd3\xde\xa5\x38\x1d\x66\x3c\x48\xe7\x7f\x69\x1a\xa7\xc5\xa5\x03\xb5\x9b\xba\x80\xe1\xe2\x30\x73\x39\x28\x2e\xd9\x49\x72\x58\xf9\x3b\x10\x82\xdc\x95\xb3\x15\x87\x7d\x40\x07\x7c\x40\x5d\x78\xe1\x71\xd8\x07\x74\x5c\x1c\x8b\xc4\xcf\xc3\xe2\xd2\x81\xb4\xc1\xde\xa5\x54\x1d\x0e\x33\x3e\x6e\x8e\x53\xe2\xe7\x71\xff\x69\xc7\x71\xca\x72\x78\x3c\x7e\x1f\x19\x96\x72\xb6\xe2\xb0\x82\x77\x40\xc1\xeb\xdd\x1b\xde\xd6\xcf\x83\xa2\x94\x10\xa7\xc3\xa5\x3e\xe3\xa4\x28\x65\x9f\xd3\xa9\x74\xc3\x38\x91\x6e\xd8\x55\xf3\x29\x4e\x9b\x57\xce\x57\x04\x0a\x61\xb8\xc5\xe9\x50\x45\x20\x0b\x94\xde\xa5\xd7\x9f\x96\x4f\x4e\xca\x27\x5d\x67\xe1\x6c\x7e\x1d\x79\x84\x52\xbd\xe2\xb4\xa1\xf2\x84\xa1\xb2\xab\x1c\x54\x18\x13\x20\x4e\xf2\x08\xe1\xd0\xc5\x69\x85\xeb\x24\x1f\x50\xa9\xa8\x38\xcd\x07\x4e\xa4\x06\xf6\x2e\x4b\xcf\x69\x85\x0b\x69\xfe\xa5\xab\x54\x54\x9c\xb6\x44\x9e\xc1\x76\xda\xd6\xa7\xa3\x85\xcf\xe0\xfc\xb4\xad\x4f\xf3\x0f\xc0\x03\x0c\xd5\x99\x88\xd3\xec\x03\xe5\x9d\x4b\x57\xf5\xa9\x38\x1d\x8e\x48\xb8\x80\x3e\x24\x12\x9c\x16\x5d\x4e\xa0\x6b\x74\xa5\x80\xc5\x69\xb7\xcb\x49\xd6\x62\x97\xd3\x69\x11\x84\x70\x01\xdd\x6e\xa5\xd3\xae\x15\x20\x07\x94\x6e\xb7\xd2\x69\x03\x26\x90\x03\x5e\x9a\x3e\x9f\xc5\x13\x20\x07\xbc\x34\xbd\xcf\x1c\x04\x45\x63\x5f\x9a\xe6\x60\xc5\x89\x98\x00\x7d\xb4\xf8\x37\x49\xf8\xb4\xa4\x71\x52\xd2\x18\x92\x18\x4e\x47\x24\x12\x32\xa0\xab\x70\x55\x9c\xa7\x77\xe1\xc9\xa1\x4a\xda\x3d\x1d\x2c\x7c\x9e\xfc\x14\xd2\xc7\x4e\xeb\x4e\x27\xa5\x10\x7b\x96\x4e\x3b\x76\x4f\xea\x4e\xca\x3a\x8b\xd3\xcc\xe0\x44\xb0\x46\x1f\xb2\x82\x9d\xb6\xa7\x9e\x37\xe7\xa0\x5b\xe5\x34\x33\x38\x6f\xb6\x93\x15\xcc\xb0\x00\x71\xbe\x07\x7e\x4c\xed\x0a\x67\xf7\xc7\x45\x41\xc3\x4e\xa7\xcb\x82\xc6\x85\xe0\xc8\x6e\xa7\x93\xd3\xfb\xe3\xda\x38\x05\x5d\x46\x4e\xef\x8f\x8b\x82\xc6\x90\x8a\xe7\x12\xbd\x71\x51\x75\xb2\x43\xca\xe9\xfd\xc1\xf4\xfe\x3e\x74\xc8\x9c\xde\x1f\x17\x9c\xb7\x5d\x40\x7b\x71\x59\xd0\xb8\x10\xc7\xd1\x87\x0e\xd2\xe5\xc0\xc9\xab\xa2\x4f\xa1\xe5\x85\x53\xff\xe3\x42\x5a\x72\x0f\x59\x35\x2e\x33\x9f\x0b\xd6\x9e\xae\xb2\xdb\xe1\xd4\xff\xb8\xfa\xaf\x9d\xc6\x69\xcb\xcc\x45\x81\x41\x49\x67\x71\xd9\xc2\x72\xd1\xc2\x12\x4a\x1d\xb8\x6c\x61\xb9\x68\x61\xb1\x47\xea\x72\x3c\x06\xd3\xfb\xbb\x3d\x52\x97\xb9\x01\x32\xfd\x5f\x9a\xc6\xe2\x20\x2b\xa6\xf7\x77\x7b\xa4\x9c\xde\x1f\x17\x05\x0d\x21\xe9\xc5\x65\x4e\x71\x51\xc9\x09\x1d\x95\xcb\x42\xc8\x05\x07\x6d\x77\xf6\xd8\xe5\x74\x84\x0b\x30\xe5\xdd\x19\x62\x97\xb9\xc8\x45\x2e\x62\x6f\xd5\x35\xbd\x9e\x8b\xeb\xa9\x63\x74\x39\xe0\xf2\x7a\x25\x92\x31\x75\x55\x5d\xb6\xcc\x5c\xb4\xbe\x84\x4e\xd8\x65\xb1\xe0\xa2\x58\x10\x92\x6c\x2e\x8b\x05\x17\xc5\x02\xd5\xbb\x8a\xcb\xd9\x08\xd7\xc1\x29\xe8\x14\x5d\xb6\x09\x5f\xe4\x20\x76\x72\x5d\xd6\x55\x2e\x8a\x0c\xa1\x20\xb2\xcb\x31\x9c\x17\xb9\x4b\x48\x77\xb8\x1c\xf1\x45\x14\x82\xee\xc4\xb2\xcb\xdc\xe5\xba\xb8\x2c\xd2\x2b\x2e\x67\x2d\x01\x90\xe0\xa5\xa9\xcf\xcb\x4b\x8d\x3c\xcb\x1e\x3e\x2a\x16\x27\x00\x48\xf0\xd2\xf4\x89\xec\x68\xbd\x28\x6a\x84\x8f\x91\xe3\x34\x2f\xe4\x4b\xf6\xf4\x51\xb1\x4d\xf8\xa2\x1e\xe3\x0c\xb1\xdb\x22\xc3\x4d\x91\x41\x10\x7c\x71\xdb\xfa\x72\x53\x8f\x11\x04\x5f\x18\x85\x20\x88\x42\xd0\x53\xba\xe6\x6d\x71\xe2\x2e\x6c\xa7\xcb\xe3\x56\xe1\xaa\xb8\xe1\xc9\xe9\x29\x51\xca\xe8\x05\x81\xc2\xdd\x2f\xed\x9b\xdf\xed\x38\x4d\x00\x19\x94\x9e\x12\xb3\x6e\x87\x82\xdd\xd4\x63\x52\xfa\xc8\x6d\xa3\xf0\x4d\x19\x25\x75\x54\x8c\x50\x10\x37\xc2\xc4\x7a\x4a\x04\xbb\xcd\x42\x58\x01\xbc\xa7\x8e\xca\x6d\x1b\xca\xdd\x39\x07\x89\x60\xb7\x73\x26\xee\xc1\x76\xd2\x39\x6e\x27\x3e\xde\xa8\x18\x64\x77\x86\xd1\x0b\x82\xe8\x05\x5d\xc8\x7d\x61\xf4\x82\x20\x7a\x41\x4f\x49\xf3\xb7\x3d\x47\x44\x2f\xe8\x42\xf5\x8b\xdb\xae\xa3\x9b\x9c\xc7\xc9\x63\xb7\x39\x0f\x8b\x8a\x77\x27\x8f\xdd\x4e\x60\xbc\x27\xa7\x20\x71\xf0\xb6\xfd\xf6\xa6\x29\x24\xb5\x05\x6f\x73\x10\x22\x1b\x74\xcb\x44\xb7\x65\x8d\x9b\xca\xca\x14\xb7\xbe\x6d\xa4\xbd\x69\xee\x10\x72\x5f\xdc\x76\x2b\x01\x1c\xe1\xa5\xa9\x9d\xdd\x4a\x44\x4b\xe8\x4e\x10\x33\x5a\x42\xdc\xd4\x48\x9c\x20\x76\xef\xfe\xec\x34\x85\x4c\xc9\x3d\xb7\xb5\x0e\x16\x31\xef\x42\x03\x8c\xdb\xd1\x65\x37\x9c\xb3\x7d\x8a\x5b\xdf\x66\x13\x37\xd9\x84\x8a\x6b\xc5\x6d\x61\xe2\xa6\x49\xc3\x49\x60\xb7\xdd\x4a\x37\x85\x09\xb3\xcf\xdb\x0e\xd8\xfb\xe6\xba\x88\xeb\x1a\x11\x21\x6e\x6a\x16\x76\xe1\xdd\xd6\x2c\x6e\x1a\x62\x9d\x3c\x76\xdb\x39\x7b\x23\xae\xa2\x4f\x69\x01\xb7\x35\x8b\xfb\x61\x9f\x32\xbd\x3c\x36\xd2\x02\x38\xe1\xa5\x85\x68\x69\xda\x24\x6d\x89\xb6\x9b\xc6\x3e\xe5\xf0\x7d\x6c\xee\x78\x68\xc0\x9d\x62\xbb\x8f\x43\xc8\x1e\xb2\x10\x21\x05\xc6\x63\x16\xf2\x90\x4d\x4c\x05\x0f\x3c\x36\x77\x3c\x64\x13\x53\x12\xca\x63\xcf\xed\xd3\x38\x07\xb1\xd6\xc7\xea\xca\x43\x56\x30\xb5\xaf\x1f\x87\x6c\x13\x2a\xa1\x2f\x99\xf8\x1e\x47\x8c\xa2\xb6\xfa\x98\xb2\x1a\x3e\x4e\xac\x7a\x68\x4d\x5d\xdb\xfc\x37\x51\xf8\x71\xf6\xf4\x83\x40\xf0\x6e\xc7\xe0\xe3\x78\xd2\x87\x8a\xce\xd2\x89\x78\x2c\xdb\x3c\x34\xc4\x2e\x9d\x08\x03\x37\xc4\x83\x68\x8d\xee\x5c\xb5\xc7\x71\xa8\xa8\x02\xff\xd2\xb4\xa2\x96\x6d\x1e\x84\x5c\x74\x15\x02\x8b\xc7\x32\x0a\xc1\x19\xfa\x92\x8c\x62\x70\x86\x78\x00\x7e\xd6\xed\x34\x7c\x6c\x0c\x79\x68\x6c\x5d\x62\xbc\x8f\xb9\xc8\x43\x39\x64\xe9\x44\x3c\x96\x43\x1e\x1a\x4d\x97\x64\x14\x97\x7e\x0f\x02\x37\x74\xd5\xed\x8a\xc7\x46\x53\x96\x7e\xef\xcb\x3b\xdb\x76\x8d\x87\x76\x0d\x7b\x1b\x1f\xdb\x35\x1e\xba\x88\xec\x6d\x7c\x76\x8f\x93\x02\x8c\xbd\x8d\x06\x7c\x88\x87\x5a\x90\xbd\x8d\x8f\xd5\x9c\xe7\xe0\x6e\x92\xcc\xfe\x38\xf2\xfc\x41\xa0\x58\x17\x4e\x62\x18\x28\x22\x9e\x83\x73\xf0\x89\xb0\x41\x95\x60\x10\xdd\x9e\x48\x83\x41\xc4\x43\x21\xc5\x09\x69\x06\x83\x88\x07\x0e\xef\x6e\x6f\xe3\xe3\xd4\xea\xe7\xe2\x5e\x52\xc8\xcc\x73\xf9\xb4\x40\x3d\x1a\x9b\x34\xdc\xc7\xea\xd1\x03\x8e\x36\x84\x93\x18\x06\x8a\x08\x02\x45\x0c\x7b\x22\x0d\x14\x11\xcf\xfd\xeb\x53\x63\xb1\xea\xf4\xdc\xec\x53\x06\x71\x83\x41\x04\xf0\x1d\x5e\xda\xaf\xcf\xdc\x24\xdc\xe4\x06\xe1\x66\x08\x5f\x31\x8d\xea\x90\x2c\x51\x3f\xe4\x36\xcc\x4d\xf8\x2f\xb9\x81\x6b\x0d\xe1\x2b\xe6\x26\xc1\x27\xb7\xc2\x3e\x3f\x81\x22\x37\x71\xad\x64\x69\xfb\xb1\x75\xf5\x29\x6f\x78\x02\xc4\xe1\xa5\x69\x2c\xf2\x2d\xe5\x06\x23\xed\x50\xb2\x5a\x6e\x0a\x7c\x4d\x54\xb9\x2f\x43\x2e\xc5\xdc\x64\xa4\x4d\xa2\x3a\x0c\x81\x24\xa6\x51\x1d\x72\x6b\x9c\x5f\xb8\xdd\x6e\x1a\xd7\x33\x34\x3f\x09\x3e\xc9\x72\xf9\x63\x0b\x8d\x45\x82\x4f\xb2\x24\xfe\x90\x4b\x31\x37\x19\x69\x13\xe0\x0f\x2f\x4d\x63\x19\x5e\xb3\xc1\x71\x4e\xb5\x1b\x1e\xe7\xe0\x9a\x4d\x7d\xbf\xe1\xb9\xc3\x1b\x3e\xe4\x6e\xcc\x6d\x78\x9c\xc1\x71\x2e\xcd\x2f\x3c\xce\xe0\x7a\x2e\xf5\x29\xc3\x4d\x6e\xc1\x7d\xb6\xd4\x67\xfa\x1b\xc1\xe3\x3d\x94\xac\x96\x5b\x7a\x2c\xd0\xb9\x86\x12\xd2\xd2\xb5\xf2\x93\xb5\xf2\x47\xf9\x84\xe8\x74\xad\xfc\x24\xe4\xc3\x50\x15\xae\xdc\x94\x2c\x9a\x1b\x9c\x47\x43\x55\xb8\x72\x9b\x9e\x1f\xac\xc2\x43\xc9\x6a\x69\xc8\x87\xdc\x16\xfb\xac\xea\x73\xf9\xdb\x2e\x8e\xd3\x7b\x5e\x41\xb1\x49\x58\x87\xa1\x0a\x5d\xb9\x1d\xde\x83\x70\x5d\x0f\x39\x1b\x73\x3b\xdc\x0e\xbc\x67\xc8\xa1\x98\xdb\xe9\x76\xa8\xd3\x34\x54\x85\x2b\xb7\xd3\xf3\x43\xc8\xda\x90\x43\x31\xb7\xcb\x67\xf3\x62\xbb\xa1\xb1\x5c\x3e\x7f\x17\xdb\x85\xde\x77\xbb\x1d\x79\x88\xca\x69\xe5\xf6\x98\xf6\xfc\x68\x6a\xf7\x78\x4f\x3c\x9c\xdf\xd4\xb7\x7d\xbc\x66\xb0\xa9\x8e\x32\x35\xce\xc7\x73\x7f\x38\x77\xed\xc1\x62\xfe\x52\xc8\x43\x94\x90\x96\x45\x8e\x9e\x64\xcd\xfb\x51\x3e\x89\x22\x8b\x22\x4a\xb3\x40\xf2\x19\xaa\x97\x95\xa5\xb8\x1d\xc2\xd9\x86\x20\x0d\xd3\x35\xef\xb3\x20\xa2\x74\xc8\x31\x98\x45\x0a\x52\x16\xf8\xa0\x87\x1c\x83\x59\x9a\xdb\x35\xb6\xfb\x6c\x17\x59\x9a\xdb\x21\x1f\x66\xc8\xf9\x97\x45\xd2\x4d\x16\x24\x92\x0e\x25\x88\xa5\x61\x1d\xb2\x20\xd0\x7d\xa8\xd6\x54\x16\x29\x3a\x09\xa4\x86\x32\xaa\x78\x56\xf1\xb9\x25\x3c\xc3\x50\xa6\x57\x16\x25\xa4\x65\x09\xb6\xfb\xa4\xcc\x2c\xe1\x76\xf9\x6b\xa7\x71\x2a\x21\x2d\x0b\x30\x8b\x87\xb2\xc0\xb2\xa4\xd7\x13\x56\xd5\x51\xb5\x27\x5c\x2b\x3f\x81\xd4\xf0\xd2\xd4\xa7\x9c\xbe\x49\xe8\x86\x51\xc5\x97\x8a\xcf\x2d\xca\xdf\x97\xa1\xa8\xa7\x2c\xcb\x7b\x82\xe7\xb6\x7e\xda\x53\x1a\xd6\x21\x0b\xe4\x97\xa1\x1c\xb0\x2c\x3e\xb7\x40\x71\x78\x69\x1a\xcb\xee\xfd\x82\xe4\xf0\xa1\xe2\x4f\x59\x14\x40\x97\x65\xc7\x9a\xb5\xa2\xf5\x94\xd3\x37\x0b\xe4\x90\xd1\xc4\x7b\xca\xe1\x6f\x0b\x59\x63\xc8\xf9\x97\xe5\xf0\x58\x10\x94\x3e\x04\xbd\x98\xc6\x6d\xc8\x72\xb2\xcf\xaa\x39\x98\x17\x14\xf2\x02\x39\x0d\xb3\x9c\x1e\xe7\xc9\x3e\xdb\xbf\x15\xdb\xc8\x72\xfa\x95\x70\xcd\x0c\xa5\x88\x65\xb9\x3c\x8d\x8b\xd3\xf0\x16\xbd\x3c\x8d\x8b\x4b\xa3\x2b\xb7\x5c\x5e\x1a\xb2\x98\xe6\xed\x7b\x7b\xb9\x11\x31\x3b\x84\xda\x98\x45\x11\x30\x59\x10\x01\xe3\xec\xc0\x2c\xb7\xc7\x49\xf6\x23\x44\xc7\x2c\x66\x3f\xe5\xe1\x38\x75\xe5\x16\xb3\x9f\xf2\x70\x9c\xba\x72\xab\x59\x0c\x61\x24\x86\xfc\x8d\x59\x2d\xc2\xd4\x8d\x63\x49\xb7\xbb\x4d\x03\xfb\x91\x53\x31\xab\xd9\x4f\x45\xd0\xfa\x50\x4d\xa9\xac\xc5\xed\x2a\x3f\xa1\xb6\x68\x15\x44\x74\x56\x8a\x22\xfd\x33\xab\x66\xb5\x28\x52\x29\x8a\x28\xd5\x2b\x6b\xf7\x1c\x10\x73\x32\x94\xea\x95\x55\x31\x27\x59\x29\x52\xc8\xed\x96\xae\xdd\x9f\x95\x2c\x46\x30\x8a\x59\xcd\x62\x00\x45\xf1\xd2\x34\x96\x30\x2d\x48\x6b\x9a\x83\x59\x0c\x6b\xf0\x0f\xa5\x73\xa5\x6b\xf0\x27\x6b\xf0\x0f\xd5\x71\xca\x9a\xee\x93\xa2\x41\xd7\x15\xe8\xfa\xfc\x49\x8c\x09\x17\x81\xcd\x6a\xf6\xc3\xda\xfd\x43\x10\x8b\x59\xcd\x7e\x6a\x3e\xff\xfd\x4f\x28\xbd\x2a\xab\x02\xd6\x93\xf0\x13\x43\xa5\xa1\xd2\xf0\x13\x59\xc9\x99\xfa\xd0\xe7\x33\xf7\xa9\xe4\x3e\x4a\xf5\xca\xba\x3c\x85\xc5\x65\x09\x4d\xcf\x12\x05\xa1\x29\x5c\xb0\x35\xeb\xee\x3e\x77\xf6\x99\x7a\xdf\xee\x3e\x77\x7e\x5a\x6f\x41\xd9\x60\xb2\x92\x33\x29\xd5\x2b\xeb\xe1\x2d\x78\x70\x7e\xba\x55\xeb\xe1\xb1\x20\xff\x36\x8a\xba\x34\x63\xaa\x14\x44\x94\x05\x96\xf5\xf4\xb2\x90\xf9\x74\xef\x5c\x33\x9f\x8a\x6c\xfb\x31\x3e\xd3\x54\xd6\xcb\x53\x40\x62\xee\x10\x62\x63\x56\x73\x90\x4a\x65\x46\x2e\xb9\xac\xb7\x3f\x11\x7c\x3d\x43\x99\x5e\x69\xb4\x8b\x24\xda\xc5\x18\xde\xd5\xe6\x04\x95\x82\x88\x5c\x6b\x59\xcd\x09\x80\x84\x31\x84\x18\x97\xd5\x72\x48\xa5\x1c\x22\x30\xc7\x6c\xca\x6c\xc9\x06\x43\xed\x18\xe2\xbb\xcd\x72\x08\x41\x32\xc6\x68\x6e\x27\x86\xd5\x28\x87\x28\xd1\x2b\x9b\x8c\xb8\xd9\xc8\x24\xc6\x67\xb5\xca\x56\xdc\x8e\x32\x8a\x5c\x6e\xd9\x6a\x33\xad\x93\xa6\x3e\x95\xcf\x9b\x0d\xd6\x99\x21\x77\x5c\xb6\xea\x3e\x1b\xfb\xfc\xac\x56\xd9\x2c\xbf\x00\x2f\xe3\xa5\xe9\x7d\xca\xf5\xcd\x46\x5d\x46\x20\x90\xd9\xba\xdb\x75\xb6\x13\xd3\x6d\x96\x6d\x5a\xe7\x96\x90\xac\xd1\xcc\x78\x5a\xe7\x5a\x7f\x3e\xb7\x6c\x66\x3c\xc0\xcb\x78\x69\x6a\x37\xbc\x66\x83\xed\xa6\xbe\x83\x7c\x4b\xd9\x82\xdb\xe5\x0b\xd7\x48\x83\x64\x64\x23\x73\x91\x7f\x2c\x9b\x75\x8b\x46\x4e\x20\xc0\xc6\x34\x10\x46\x12\x08\x63\x28\xd1\x2b\xdb\xf4\xba\x50\xb7\x50\xc5\xa8\x6c\xd6\x2d\x1a\xfc\x39\x23\x24\x47\xb6\xe5\x35\x23\x97\x08\x31\xeb\x66\x2e\xd1\xe0\xd0\x19\xca\xe6\xca\xb6\xfc\x3e\x72\x10\xf9\xce\xb2\x99\x83\x34\x72\x90\xf0\xde\x35\x07\x69\x08\x5a\x1b\x21\x9d\xa4\xed\xee\x73\xe7\x1c\x9a\xc6\x62\x7d\x85\xa0\x1c\x43\x3e\xb0\x6c\x87\xbf\x03\xac\xb8\x23\xc4\xe4\xdb\xe1\x3e\xc9\x42\x94\xb1\x95\xed\xf4\x58\xc8\x42\xe4\x03\xcb\x66\x5d\x86\x80\x1d\x43\x28\x89\xd9\x2e\xaf\x19\x85\x90\x10\x47\x6e\x66\x21\x04\xe5\x18\xca\xd8\xca\x66\x41\xa3\x51\xd0\x90\xc3\x2a\x9b\x59\x08\x41\x39\x86\x90\x10\xb3\xdd\xde\x9f\x0f\xd7\x53\x32\x6d\x7b\x3c\x87\x87\xef\x93\x9e\xd3\x2d\x4c\x74\x64\xc7\x0d\xa5\x48\x65\xb7\x30\xd1\xa9\xcb\x84\xd8\x67\x37\x0f\xe9\xb4\x87\x28\x7d\x2a\x0d\xd8\x91\x1d\x96\xda\xa1\xb2\x50\xd9\xe5\x2f\xce\x8e\xdc\xfe\x21\xf8\xc1\xec\xe6\x13\x9d\x7c\x22\xc5\xe6\x7b\x73\x9f\x28\x02\x3b\x04\x23\x98\x06\xde\x48\xe0\x6c\xbc\x34\x8d\x53\x68\x95\xd9\x81\x56\x39\xb2\xe9\x7d\xe6\x05\x1d\xe6\xd8\x21\x27\x51\xf6\xee\x71\xd2\x3e\x21\x18\xc1\x34\x80\x46\x76\xda\x19\x52\xdf\xb6\xcb\x27\x9c\x1d\x7e\xdf\xa1\x34\xa8\xec\xe1\x35\x83\xdd\x74\x64\xb8\xcf\xdb\xb4\x87\xb4\x7f\x8b\x92\xc8\x6e\x13\x05\xb1\x37\x46\x6a\xcb\x18\x7b\x23\x3b\x9c\x3a\x23\xc5\xb6\xfa\xf4\x34\x26\x52\x8c\xc4\x0d\xfa\xf4\x2c\xc8\x45\xd2\x3b\xc6\x5c\xa4\x93\x8b\x28\xb9\x2a\xfb\xf2\x50\x68\x69\x50\x72\x55\x76\x45\x92\x25\xb1\x37\xc6\x94\x25\xa5\xef\x7e\x1f\xd2\x81\x86\x7c\x41\xd9\x2d\x33\xf4\x57\xb1\x89\xaa\x3b\xb5\xcb\xe0\x9a\x1d\xc5\x60\xc6\x14\xb3\xeb\x16\x27\x3a\x0f\xfc\x14\x43\xeb\x87\x3f\x04\x4a\x51\x0c\xb9\x7b\xb2\xdb\xb0\x41\x3c\x8f\x31\x75\x17\x77\x1f\xf8\x4e\xe3\xc5\xd4\xc5\xd9\x6d\xbc\xe8\xd4\x48\xe6\x67\xdc\x4e\x03\x7d\x64\xbf\xd8\xa7\x18\x8c\xc1\x3c\xb2\xd3\x90\x29\xb7\x4d\x76\x1b\x2f\x3a\xb5\x07\xb9\x5f\xd2\x80\x1d\xd9\x1f\x8e\x45\xa2\xdb\xf0\xa1\x26\x60\xc7\x10\x76\x5f\x0e\x05\x88\xe4\x40\xd0\xd7\x90\x8b\x25\x87\x62\xe4\x73\xd0\x58\x39\xa7\x69\x97\x69\x7c\x9f\xe4\xac\x51\xfd\x3e\x1a\x32\xa7\x98\x88\x01\x3b\x72\x50\x7b\x90\x3f\x24\x0d\xca\x91\x04\xe5\x18\x72\xa3\xe4\x10\x1a\x75\x12\x94\x63\x28\x83\x2a\x0d\xca\x91\x04\xe5\x18\x02\xe0\xcb\x61\xed\x61\xf0\x50\x2f\x7d\xf7\x31\x3c\x4e\x38\x4a\x86\x8a\x38\xe5\x18\x5e\x17\x04\x81\x0c\x39\x43\x72\x08\x4a\x36\x09\xca\x31\x54\xe0\x29\x87\x35\x0b\xe0\x73\xbc\xb4\x29\x5a\x9a\x86\xef\xae\xec\xaa\x1c\xe1\xb9\x53\xb3\x50\x76\x55\x0e\x05\x73\xe4\x80\xa3\x64\xc8\x19\x92\xc3\xa7\x76\xc0\x15\x3b\x04\xea\x97\x06\xec\xc8\x31\x71\x8c\x96\xb4\x54\x03\x76\x24\x01\x3b\x86\x52\xaf\x72\xf8\x48\x0f\x1a\x2f\x94\x7a\x95\x43\xd8\x92\x39\x90\xe1\x37\x84\xdc\x97\x63\xf7\x77\xa0\xf1\x50\x85\xa1\x72\x1c\x5e\x97\xf7\x5e\x4e\xdb\xe0\x87\xed\x0c\xe3\xe0\xe7\xf3\xf6\xb4\x38\x4f\x2c\x8f\x21\x50\xbf\x1c\xb6\x33\x8c\x93\x4b\xe6\xad\xeb\xa3\x39\x78\x17\x0b\xb8\x2f\xc7\xe9\xcf\xc7\xa3\xb9\xa4\x75\x0c\xdb\x15\x07\xef\xe2\x25\x8e\x35\x2e\xbf\xef\x66\x3b\x6f\xf9\xdb\xed\x90\xa9\x3e\x54\x33\x2a\x0d\xca\x91\x03\xc7\x36\x94\x95\x95\xc3\xa2\x3e\xf0\x39\x5e\x9a\xc6\x62\x51\x1f\xf8\x1c\x2f\xcd\x7d\xfa\xf8\xe1\xb8\xbb\xac\x65\x86\x82\x32\x92\xa0\x1c\xb1\xe9\x38\x84\x95\xfe\x80\xd2\x1f\xfe\x0e\xe1\x7b\x3a\xe0\xb7\x88\x4d\xf6\xc1\xf0\x3d\x1d\x88\xeb\x8a\x4d\xb2\x5b\x54\xf7\x59\xd9\xa7\xb6\x7c\xf8\x9e\x06\x06\x47\x09\x81\xfa\x65\xd8\xff\x00\x0c\x8e\x97\x56\x45\x5b\xa6\xed\xa4\x7d\xdf\xdd\xc0\x1b\x19\xf0\xb6\x86\xfd\x2b\x61\x56\x10\x2f\x2b\x58\xa1\xd3\x10\x8a\x1f\xcf\xe8\x5c\x4e\x89\x7c\x61\x71\x3e\x06\x3f\x91\x38\x72\xd8\xc5\x00\x08\x8e\x12\x76\xaf\x84\xaf\xfe\x00\x27\x08\xd5\xae\xca\x10\xcc\x4e\xc6\x7b\x9b\x2f\x15\x09\xcd\xb0\x34\x1f\xc9\x99\x8b\x91\x87\xbd\x08\x91\x9c\xb9\x18\xb9\xa1\x35\x92\xd0\x1a\xb1\xc9\xea\x1d\xd3\xed\x26\xdb\xe9\x14\x85\x0f\x34\x90\x34\x5e\x9a\x56\xd3\x92\x3e\xa1\x35\x62\xd3\x29\x8a\xe5\x95\x5e\x5c\x69\x59\x3f\xc3\x92\x3e\x50\x36\x4a\x28\x09\x2c\xc3\x4c\x02\x48\x1a\x2f\x4d\xcb\x29\x8f\x69\x12\x22\x23\x94\x04\x96\x86\xc8\xc8\x80\x35\x32\xec\x5d\x31\x44\x46\x06\xb8\x44\x08\x0a\x30\xc3\x17\x78\x20\x74\x2b\x8a\x4f\xc3\xe9\x4f\x04\x2e\x11\x45\x12\x66\x58\x9a\x0f\x44\x82\x87\x3d\x2f\x61\x0e\x12\xe0\x20\x51\x24\x7d\xc6\xe5\xb5\x86\x77\x33\x8a\x04\x86\x30\x07\x09\x70\x90\xb0\xe7\x25\x6c\x1a\x04\xb4\xc5\x4b\xd3\x7a\x9a\x13\xc4\xc3\xf9\xc9\x24\x65\x3c\x8b\x24\x9e\x45\x28\x05\x2c\x53\xd1\x9f\x99\xb8\xdc\x43\x69\x5e\x99\xbe\xdc\x13\xd1\x9f\x61\xaf\x4c\x5a\x9a\xcf\x57\x9a\x8f\x94\x22\x63\xa8\x8b\x04\x7a\x45\x89\xa2\x1d\x9f\x76\x3e\x64\xe1\x52\x8b\xff\xa7\x05\x76\xc2\x59\x84\x9d\x32\xa9\xfa\x4d\x99\x95\xcb\x29\x53\x56\x2a\x3a\x2b\xb3\xf1\x33\xa4\xa6\x60\x81\x9d\x90\x15\x51\x66\xfd\x37\x41\xd8\x88\x16\x99\x9d\xb3\x97\xf8\x92\x0a\xbd\xc8\xec\x9c\x86\xf8\x7c\x5a\x2c\xc8\xf1\x0a\xc2\x8a\xcf\xca\xb4\x9b\x32\x91\x98\x1b\xc2\x09\xcc\x54\x10\x56\x26\x82\xb0\x42\x79\x5e\x99\x76\x69\x24\xea\x5e\x44\x15\x2b\x4f\x25\xdf\x66\xc2\xdd\x18\x55\xae\xc1\x34\x0f\x01\x78\xc5\x4b\xd3\x6a\x5b\x2a\x48\xd8\x0d\xa3\x6a\xa3\xa5\x4d\x02\x44\xb3\x08\xe5\x72\x65\xda\xdd\x98\x08\x9f\x88\x2a\x96\x9c\x66\x06\x49\x66\xa0\x7c\xad\x4c\x1b\x07\x13\x59\xb4\xa1\x7c\xad\xcc\xe5\x39\x2c\xce\x5d\xfc\xd3\x48\x17\x99\xaf\x96\x1f\xe9\x0f\x6f\xcd\x3e\x11\x9f\x15\x55\x96\xa0\xdc\xbd\x09\x21\xcc\x47\x95\x7d\xd3\x00\x19\x49\x80\x8c\x50\x61\xab\x4c\x4b\x13\x79\x70\x39\xa5\x71\xa5\x79\x41\x02\x35\x3a\xaa\x78\x6b\x9e\xde\x11\x3c\xef\xf6\x10\xa5\x25\x86\xbc\xd8\x4e\xda\x74\x5e\x6e\x07\x61\x3e\xaa\x77\x99\x5d\x08\x09\x89\x21\x94\x1e\x96\x69\x61\x3e\x1f\xce\x41\x82\x70\x3e\xde\xb9\x80\xf1\x0a\xa1\xfd\x65\x3e\x5e\x6a\x78\x22\xa3\x49\x9b\x9e\x8a\xc1\xca\x09\x0d\x3d\x94\x02\x96\x53\x71\x56\x39\x21\xe8\x47\x2b\x6e\xa7\xf9\x4d\x40\xe1\x86\x90\x00\x73\x2a\x75\x2c\x81\xb1\x11\x21\x67\xd5\xb4\x50\x30\x5f\xa1\x20\xac\xf3\x4f\xab\x00\x40\xd8\x28\x61\xff\xd0\x34\x2b\x00\xc2\xc6\x4b\x9b\xa2\x79\x24\x94\x25\xec\x1f\x9a\x96\x25\x00\xb9\xf1\xd2\xaa\x68\xc3\xb4\x20\x4d\x33\xb0\x2c\x01\xcc\x8d\x10\x7a\x4b\x4e\x6b\x15\xb3\x73\x98\x32\x6f\x4e\xb3\x88\x49\x79\xc1\x7e\xa3\x69\x13\xdf\x84\x39\x20\xec\xff\x31\x8c\x47\xce\x91\xef\xeb\x74\x64\xa7\xad\x7f\x73\xf0\xdb\x0d\xd3\x3c\xf3\xe0\xec\xc4\x76\xa6\xa3\x15\x26\x2c\x83\xa1\x54\xb4\x9c\x76\x49\xcc\xe4\xcc\xc5\x74\x0d\xff\x91\x33\x39\x05\xdd\xfb\x53\xd1\x57\x39\x27\xdb\xc9\x2e\x3f\xa7\xbf\x10\x59\x84\x50\x00\x73\x9a\x45\x4c\xb2\x88\x26\x29\xd8\xd0\x20\x49\x68\x90\x68\xde\x2c\xcb\xef\x83\xf5\x2f\x94\x01\x96\xd3\x8a\x3b\x21\x3e\x42\x59\x5e\x39\xcd\x07\x26\xf9\x80\xb2\xbc\x72\x5a\x26\x98\x94\x09\x94\xe5\x95\xd3\xda\xc1\x84\x17\x32\xec\x52\x9a\x4a\x98\xcf\xc9\x7b\xbf\x4b\xd2\x9d\xa7\x3f\x1f\x22\xa5\xa2\x4b\xf1\x9b\xa7\x37\xfc\xc9\xb1\x78\x57\x5f\xde\x4a\x48\xb4\x0f\x55\xed\xca\x69\x17\xe4\xbc\xd8\xa7\x77\xb5\xe2\x3b\x93\xd0\x20\xd1\xa5\xf8\x19\x1a\x24\x09\x0d\x12\x76\x45\xcd\xdb\xbb\x1a\x0e\x84\x10\xb2\x60\xce\xdb\x6b\x8d\xd8\xcf\xb0\x2b\x6a\x9a\xef\x4c\x58\x06\xc3\xae\xa8\x69\x19\x04\x08\x22\x25\xec\x8a\x9a\x36\x30\x4c\x44\x51\x85\xfd\x4d\xf3\xf1\x1c\xc8\x93\xec\x6f\x9a\xf6\x4a\x10\x6e\x24\x94\x55\x96\x86\x1b\x49\xc2\x8d\x84\x20\x09\xd3\x70\x23\xb9\xe0\x95\x08\xa5\x95\xe5\xb2\x57\x62\x15\xae\x99\x78\xf5\xb2\xd1\x62\x51\x78\xb1\x2f\x6a\x29\x7b\x3f\x17\xb5\x98\x2e\x99\xd5\x30\x25\x49\x2c\x92\xe8\xf2\xe6\x2f\x47\x4e\xac\xca\xb9\x6b\xcf\x2f\xbb\x3c\x57\xe3\x3e\xd3\x9e\x5f\xf6\x4a\x10\x8b\x24\x94\x1e\x96\xc6\x22\xc9\x05\x0c\xaf\xb0\xc3\x69\xd9\x12\xb9\xa8\xe1\x08\x5a\x30\x97\xd5\x18\x62\x8a\xc4\x10\x7f\x59\xc3\x73\x1f\x6c\x57\x35\x4e\xf3\x1e\x62\x8a\xc4\xd0\xde\x35\xa6\x48\x02\x53\x24\xac\xaa\x2c\xdb\x33\x80\x20\xf2\x36\xd3\x72\x5a\x72\x59\x30\x60\x86\xd2\xbc\x72\x99\x2d\x2d\xb2\xa5\x21\x05\x6e\xd9\xe3\x49\xf8\x8f\x10\x42\x60\x2e\xbb\x35\x17\x25\x17\x3b\x8e\x96\x25\x97\x35\x39\x05\x6d\xdd\xe5\x80\x0b\x62\x83\x84\x2a\x84\xe5\xb2\xcb\x13\x70\x1f\x2f\x4d\x9f\xd6\xaa\xca\xda\xb9\x64\x12\x09\x96\x4d\x8d\x6b\x67\x3b\x6f\xa5\xfd\x4f\xbb\x8b\x34\x7d\x5a\x3b\x1e\x00\xe9\x51\x62\x48\xfd\x59\x0e\x80\x58\x27\xdf\xe7\xad\x74\x7a\x9b\x91\xf5\x8c\xe5\x76\x3a\x46\x0b\x41\x9a\x31\xd6\xbf\x41\xa9\xe5\xb2\xfb\x72\x21\x86\x33\xc2\x3b\xcd\x9c\x69\x21\xc6\x2a\x94\x3f\x95\xcb\x5a\x0e\x21\x40\xc2\x7e\xa5\xe5\x18\xab\x45\xae\x25\x24\xc0\x5c\xaa\x6e\x9b\x8b\x9a\x8c\xdd\xb3\xcb\xd2\xcb\x42\x32\x7d\x28\x47\x2a\x97\x39\xc5\x22\xa7\xb0\x9f\x67\xb7\xff\x72\x47\x90\x43\x84\x62\x31\x77\x6b\x32\xfb\xc6\x3e\xc5\x41\x77\x73\x8a\x1d\x49\x28\x61\x1f\xd0\x2e\xb0\xf0\x24\x04\x48\xd8\xcf\xb3\xdb\xb7\xb9\xc3\x67\x11\xca\x83\xca\xdd\x2a\x10\x31\x40\xc2\x46\x86\xdd\x31\x9c\x3b\xe5\x1e\xe5\x41\xa5\xf1\x41\x72\xaf\x6c\xa7\x2d\xba\xdb\xb7\xb9\x93\x8b\xd8\x07\xb4\x37\xb7\xa3\x6c\xa3\x84\xa6\xdc\x2d\xc0\xec\xe4\x14\xaa\x94\x95\x7b\xf7\xba\x50\x80\xb1\x0f\x68\x77\x6c\xd6\x3e\xf8\x3e\xd9\xc0\x76\x2b\x39\xfb\xe0\xfb\x14\x18\xb2\x9b\x8b\xec\xf1\x6b\xf7\x1d\x41\x83\x75\xe4\x0e\x5f\x47\x28\xf9\x28\x77\x9b\x37\x77\xf8\x33\x42\x30\x79\xb9\xdb\x61\xb1\x23\xc7\x2d\x04\x93\x97\xbb\x25\x98\x3d\xd7\x7f\xff\x93\x9b\xa7\x6e\x2e\xb2\xc3\x2a\x1a\x29\x81\x76\xb7\x31\x64\x27\x37\x48\x5d\xe2\xbb\x92\xe9\x73\xa7\x00\xa3\xdc\xa3\xdc\xad\xe3\xec\x40\xec\x0b\xbb\x8e\x76\xeb\x38\xc4\xdc\x88\x14\xb7\xdb\x1d\x7e\xb5\x53\x91\x49\x6f\x41\x1b\x35\x88\x9d\x11\x29\x19\xd3\xd8\x19\xb9\x23\xd4\x3b\xd2\x5b\xd0\x41\x0e\x80\xd1\x78\x69\x5a\x32\x1b\x3c\x76\x1a\x3c\xac\xbd\xef\x56\x72\xf6\x93\xcb\x29\x6e\xbe\x5b\x80\xd9\x2f\xbe\x4f\x97\xf1\x7e\xf9\x7d\x14\x52\xec\x37\xda\xed\xa2\xdc\x69\xd4\x48\x85\x54\xee\x76\x51\xee\x64\x05\xaa\x4e\x95\xbb\xbd\x19\xfb\xcd\x39\x78\x0b\xde\x9e\xc3\xcd\x6f\x24\x13\xed\x6e\x21\x65\xa7\x02\xa4\xea\x54\xb9\x3f\xee\x93\x26\x53\x3b\x95\x76\x0b\x22\x3b\x05\x91\x14\x77\x35\x1e\x47\x1e\x1b\xc7\xa9\x8b\xfa\xb0\xe2\x74\xbc\x9c\x26\x85\x1f\x9f\x87\x23\xbd\x09\xc7\x11\xca\x59\xca\xc3\x91\xde\x07\xb9\xcb\x14\x87\x3c\x1c\xe9\x7d\x50\x0e\x11\xd2\x5f\x1e\x56\x9c\x08\xc7\x11\x53\xdc\xf3\x30\x07\x39\x28\x87\xd8\x51\x75\x98\x4b\x1c\xe4\x12\xc2\xce\xcf\xc3\x5c\xe2\xa0\x35\xd5\x4e\x2c\x43\x6e\x24\x10\x36\x5e\x9a\xda\x39\x2a\xfb\xa0\x25\x44\x79\x49\x79\x58\x27\x39\x10\xad\x10\xca\x4b\xca\xc3\xa7\xfd\x40\x04\x75\x4c\x71\x41\x43\x67\xe4\x11\x9c\x9f\xb8\xe0\xe1\x28\xcd\x23\x39\x07\xe9\x39\x86\xce\xc8\x23\x39\x4e\xe9\xee\x47\x7a\xcd\x92\x7d\x4a\x1e\x34\x74\x46\x1e\x93\xed\xa4\x03\x1d\x16\x1a\x0e\xda\x45\x95\x5f\x94\xc6\xd5\xc8\x63\x72\x7e\xda\x9e\x87\x7d\x97\xc0\xd5\x78\x69\x1a\xcb\xf2\xfc\xc8\x0a\x94\x5f\x94\x87\x23\xa8\x89\x90\x11\xaa\x4c\x95\x87\xed\x1d\x07\x85\x8d\xa9\xa8\xd0\xc3\xce\x93\x63\xcf\xff\xfe\x27\x85\xfa\x92\x87\x55\xa0\x83\x66\x51\xfb\xd3\x8e\xc3\x5b\xf0\xe0\x30\x65\x91\x3a\xac\x1e\x1d\x54\x8f\x94\xb2\x94\x87\xb2\x5d\xf3\x40\x90\x43\x2c\xbf\xcf\xea\xd1\x41\x0e\xa2\x62\x57\x79\x9c\xde\x2e\x94\x43\xec\x4f\x3b\x2e\x6f\x41\x72\x90\xa5\x8b\xff\xb0\x9a\x03\xac\x8c\x12\x4a\x20\xca\xe3\xf2\xfc\x6e\xf6\x29\xa1\xc0\xe0\x19\x79\xdc\x1c\x8b\x84\x82\xe3\xf6\xfc\x5e\xf5\x28\x9b\x5f\x67\xc6\x73\xdc\x1c\x8a\x34\xae\xc3\x8c\xe7\xa0\x15\x76\xc9\x8e\x70\x38\x40\x13\xf0\x1b\x2f\x4d\x43\xb1\x55\xe6\xa0\x76\xb4\x24\x4b\x1c\xd6\x8e\x0e\x5a\x68\x97\x34\xb5\x53\x90\xa6\x79\xd2\x0a\x6b\x17\xdd\xa9\x1c\xfc\x3c\x29\xbb\xa8\xee\x56\x9e\xca\x7e\xcb\x13\x80\x3e\xa1\xe2\x5a\x79\xda\x2a\x73\x92\x83\x28\x27\x29\x4f\xcb\x19\x27\xcd\xb0\xf6\xa7\x9d\xd5\xef\xa3\x26\x63\x7f\xda\xa9\x3c\xfb\x24\x58\x47\xd8\x9f\x66\xb0\x8e\x24\x58\x47\x2c\x59\xb2\x4e\xdb\x59\x4f\xca\x19\x42\x32\xcc\xd3\x8e\x95\x13\xce\x93\x54\x1e\x50\x9e\xe3\x32\xed\x06\x4d\x1a\xfa\xe9\x58\x28\x82\x6e\xa4\x7d\x51\x06\xdd\x48\x60\x6c\x94\xdc\xea\xf6\x6f\xa2\xf0\x69\xe6\x73\xc2\xcb\x9a\x4e\xf7\x39\xd3\xdd\xc2\xf1\x92\x9b\x98\xe4\xe9\x38\xcc\x73\xf2\x95\xda\x16\x06\xd7\xc8\x13\xf2\x44\x3a\x6d\xe7\xb4\x3c\x71\x42\x9e\xc8\xcd\x9f\xd7\xf2\xc4\xb9\xb8\x34\x52\x9a\x4f\x87\x43\x9d\x3b\xc7\x29\x46\x78\x9a\x51\x9c\xd0\x4a\x72\x93\x05\xfe\xb4\x56\x72\x42\x2b\xf9\x23\x2f\x19\x78\x23\x09\xbc\x91\x42\x02\x4c\x23\x6b\xe4\x79\x70\x7e\x62\x92\xa7\x5d\xb0\xe7\xc1\x71\x7a\x5b\x38\x54\xea\x3c\xae\xf7\x04\x4a\x09\x3a\x6d\x7f\x01\x36\xc7\xdb\x4c\x34\x33\x98\xf3\xe4\xb2\xe8\xea\x3f\x2d\xa2\x00\x9b\x23\x9b\x04\xd3\xd3\x3a\xd0\x79\xfd\x9a\x69\x24\x96\x50\xce\x8b\xa3\xd4\xed\x7e\x5a\x42\x01\xfc\xc6\x4b\x53\x3b\x9b\x51\x4e\x98\x4a\xb2\x48\x01\x3a\x1f\x0f\x05\x81\x52\x29\xfc\xc0\xbc\xac\x74\x00\x47\x63\x55\x7d\xf4\xcb\xd6\x54\xc0\x68\xbc\xcd\xbe\x85\xbe\xec\x63\xbd\x60\xb9\x48\xc1\x0e\xe6\xe5\x90\x0a\x40\x65\xbc\xb4\x6f\x93\x5d\x76\xad\x5c\xc8\xff\x4a\xe7\xe5\x18\x3b\x23\x2f\x94\xf2\x4c\x15\xa6\x4a\x63\x67\xe4\x55\x39\x3d\x6d\xdc\xcb\x12\x03\xf1\x31\xb2\x88\x9f\x5d\x76\xbb\x5c\x8d\xed\x74\xf3\x5f\xd6\x2b\xae\xce\x65\x91\x1a\x7e\x0d\xcf\x0f\x16\xce\x2c\xe2\x59\x97\x9d\x20\x17\x74\x87\x2c\xda\x80\x97\xa5\x09\x62\x67\x64\xd1\x06\xbc\x6c\x66\x20\x3e\x46\xda\x3d\x74\xf9\x40\x03\x2a\xa3\x64\xd1\x4e\xba\x9c\xf3\x01\xa8\x8c\x97\xa6\x75\xb1\xf3\xe4\x9a\xbf\x76\xea\xd3\x61\x13\xd7\x64\x3b\xf1\x33\x63\x60\xe4\x35\xb9\x2e\xda\x4a\x97\xcd\x0c\x17\xd0\x72\xb2\x8a\xd7\x5d\xb6\x8c\x5e\x3c\xec\x76\x0e\x5d\x76\x90\x5c\x3c\xec\xce\xd9\xb9\x1c\x09\x75\x41\x62\x48\x87\x3b\x5d\xbb\xbf\x03\xc2\x2d\x52\x85\xa2\xf2\xf2\xd5\x4f\xa0\x8b\xac\xba\x6e\x2f\x2b\x08\x04\xb3\x48\x3b\x87\x2e\x87\x48\x5f\xf0\x90\xa4\x0a\x45\xa5\x81\x2e\xf2\x42\x28\x54\xd6\xe6\x3e\xbd\xcf\x20\x16\x64\xf5\x3e\x73\xb8\xd3\x75\xb1\x4f\xdd\x8d\x06\xba\x48\x02\x5d\xa4\x1d\x47\x97\xad\x9f\xd7\xcd\xb9\x4b\xc9\xb9\x1c\xfb\x78\xdd\x5c\x4f\x49\x98\x97\xad\x9f\x17\x8f\xb4\xaa\x48\xe5\x65\xe5\xe1\x82\xf2\x90\x55\x0a\xd0\xe5\xe3\x4e\x10\x8c\x74\xde\x91\x41\x30\xf2\xde\xb8\x9e\x32\x13\xdd\xd6\x10\x6e\x9e\xf7\xaa\xa0\x3a\x83\x60\xe4\x5d\xf8\x8d\x24\x61\xde\xf6\x91\xdc\x95\xfb\x65\x9a\xd6\x4d\xe3\x9a\x49\x52\xbc\x7d\xde\x6f\x9e\xf7\xaa\xfd\x79\x5b\x43\x00\xe6\xc5\x4b\x53\x9f\xd6\x02\x6e\x60\xde\xa4\x3d\x47\xb7\x2d\x8e\x37\x34\x84\x14\xb0\x60\xde\x76\x84\xdc\x48\xb2\xc8\x26\x71\xf0\xb6\xb3\x03\x00\x15\x25\x9b\x78\xdd\x6d\xab\x22\x51\x29\xd2\x3e\xa0\xdb\xbc\xe0\x0e\xf6\xa9\x8b\xf8\x36\x2f\xb8\x79\xbf\x37\x5d\xc4\xb7\x6d\x05\x37\x8a\x8e\x65\x93\x83\xf2\xf6\x79\xbf\x93\xed\xc4\xcf\x6e\x9f\xf7\x1b\x9e\x90\xb4\x33\xe7\x76\x54\xc5\x3d\x39\x16\x29\xda\xf7\xf4\x58\x66\x92\xa6\x3e\x7d\xde\x6f\x9e\x77\xd5\x89\x4a\x23\x56\xe4\x8d\x38\xe8\x6c\xde\x4b\xf6\x84\xdc\xf0\x84\xa4\xbd\x39\x46\xa5\x48\xa0\x52\x44\xf1\x27\xb2\xce\x7f\x23\x4a\x31\xed\xe8\xb9\x7d\xa4\xef\xf7\x6e\xfd\x13\xff\x70\x3b\x8e\xe1\x7e\x0f\xe9\x9f\xf0\x87\xdb\x46\xbc\xfb\xbd\x22\xff\x44\x38\xdc\x8e\x1f\xbe\x5f\x91\xf8\x4f\x80\xc3\x6d\xf3\xde\xfd\xe0\x5d\x32\x9f\x18\x1f\x22\xef\x57\x0a\x0e\x5f\x52\x8f\x85\x60\x20\x45\x44\x11\x5f\x31\x3a\x44\x02\x1d\x22\x54\x3b\x31\x1f\x87\x15\x3f\x1b\x06\xaf\xaf\xfd\xf8\x26\x05\x36\x44\x14\x59\x55\x1e\xab\xd0\x4f\xcd\x97\xa4\xbb\xf9\xb1\xef\xf1\xa9\xd7\x4b\x12\x6b\x78\x7c\x74\x1e\x20\xfa\xfb\xe6\x7a\x9a\x87\xd1\xb9\x43\x24\xcb\x3c\x96\x7e\x81\xfd\x90\x42\xe6\x4f\x43\x3f\xe4\xd3\xb9\xe9\x24\xaf\x18\xa4\x21\x09\xd2\x90\x76\x95\x3d\x3e\x38\x0f\x05\x63\xbb\xca\x1e\x1f\x0e\xe0\x2e\x94\xec\x5b\xfb\x37\xe1\xf7\x71\xbc\xf1\xc3\x7b\xd4\x9e\x34\xe3\x34\x24\x71\x1a\xb2\xeb\x0e\x7a\x7c\x76\x00\xd9\xf0\xd2\x34\x0d\x9f\x9d\x87\xf7\xa8\xbd\x65\x8f\x4d\xf9\x0f\xb4\xf2\x74\xe2\x96\x71\x1a\xf2\x81\x76\x9d\x4e\xce\x7a\x9c\x03\xf9\xc0\x5c\x9f\xdd\x1b\xc2\xe6\xfa\x07\xe1\x87\xd9\xfd\xd9\x77\xbf\x6f\x67\x9f\x72\x2b\x18\x8b\x21\x1f\x20\xba\x64\xf7\x9e\xb0\x60\x0c\x2c\x86\x3f\xe7\xea\x71\xd4\xe2\xc3\x6b\xd4\x0e\x31\xc3\x2d\xe4\x43\xb9\xb8\x7b\xc3\x58\xc0\x7d\x28\xe0\xda\xb1\xf5\xd8\xc1\xf8\xf0\x1a\xb5\x63\xeb\x71\x1e\xe3\x83\xd0\xc4\xec\x32\x44\x19\x6e\x21\x09\xb7\x90\xc2\x4b\x4c\xc3\x2d\xe4\x73\x71\x7a\x92\xd1\x0d\xa9\x90\xcf\xcd\xb1\x48\x0c\x7a\xac\x26\x3f\x50\x93\xd3\x4e\xaf\xc7\x57\x2c\x21\x15\xd2\x09\x58\x8f\x55\xe1\x87\xd7\xa8\xf0\x12\xf3\x71\x68\xe2\xc3\x6b\x54\xf5\xb4\xa6\x21\x15\xe6\x06\x75\x37\xc7\xc7\xdf\xe6\x26\xb1\x79\x6e\xbc\x46\xe5\xf4\x9a\x9b\x1c\x77\x73\x2b\x58\x6b\x65\x59\xcd\x4d\x62\xf3\xdc\x28\x36\x8f\xa2\x3e\x25\x36\x4f\x20\x28\xbc\x34\xf5\x29\x20\x98\xb9\xbd\x5c\xc2\x92\xf8\xdc\xc4\x0a\xe6\xc6\x5b\x74\x98\x26\x4d\x78\x02\x24\xe1\xa5\x8d\x8f\xa6\x34\xc6\xb9\x91\x4f\xc8\x21\x36\x37\xf1\x89\x09\x90\x84\x92\xa3\xa9\xcf\xee\x65\x41\x0d\x81\x54\x19\xae\xb9\x75\x2f\x0b\x6f\x5f\x65\x67\xcd\x4d\x8c\x62\x6e\xbc\x61\x95\x81\x35\x8d\x7e\x30\x37\xde\xa2\x72\xa4\xcd\x2d\xdc\x2e\xb0\x5d\x94\x2d\x35\xb7\xf4\x52\x23\xac\x28\x05\x50\x38\x8d\x62\x30\x37\x04\x1b\xa7\x32\xa2\xe6\x36\xfd\x19\x78\x1b\x8e\x6f\xeb\xce\x6d\x79\xee\x8b\x73\x4f\xb5\x93\x3a\x3b\xb7\x9d\xe3\xfc\xb6\xe7\xdc\x0e\x7f\x22\x64\xf0\xa4\x32\xa2\xe6\xa6\x0c\x9e\xb9\x1d\x5c\xb3\xa5\xf7\x9d\x5e\xcf\x93\xdb\x65\x69\x5d\x4e\xaf\xcb\xc5\xb1\x78\x7b\x5e\xa6\xc1\x10\x95\xe1\x2d\xa8\x63\x34\x89\x2a\x90\x42\x0c\x9c\xdb\xed\xf7\xbd\xa7\x26\x94\xcb\x37\x0d\x0e\x30\x09\x0e\x90\x2a\x7d\x35\x0d\x0e\x30\xcb\x56\x48\x5b\xa2\x35\xd3\xb0\x73\x55\xfa\x6a\x16\x9f\x22\x82\x0a\xa4\x12\xa9\xa6\x41\x05\x66\x41\xc6\x6f\xca\xc1\x36\xcb\x76\x99\x76\xbf\xc3\xfc\xe4\xa3\x59\x64\x91\x9e\x05\xf6\xa4\x54\x55\xac\x59\xe4\x19\x9f\x05\xf1\x3a\x29\x0c\xc2\x59\xaa\xbb\xa4\x7e\x29\x3f\xd9\x2c\xcd\x53\x00\xa6\x40\x2a\x57\x6a\x16\xe1\x8b\xcc\xd2\xf8\xbe\xa1\x3e\x9b\xdf\xc7\x93\xa2\x5c\xa9\x59\x86\xa7\x3e\x38\xf5\x50\x9f\x0a\xd4\x9d\x65\xe0\x2b\x7c\x01\x0a\xb3\xf8\xa0\x00\x5d\xa0\xa4\xb0\xfd\x66\x11\xbe\xeb\x2c\xc1\x95\x4e\x4d\x21\x4d\x4b\x7e\x74\x6d\xce\xa2\x2b\x73\x12\x52\x20\xe5\x26\x9b\x25\xbd\x9c\xef\x95\x19\x02\x00\x9d\x65\x7a\x55\xe6\xaf\x99\x66\x30\x3d\x4c\x6a\x97\x0a\xb6\x9a\x65\x79\x28\x8b\xed\xb4\x6f\x8b\x6c\xce\xb3\x00\xbd\x28\x73\xd3\x8a\xc9\x35\x35\x0b\xf2\x6c\x32\x37\xbd\x4f\xda\xe5\x2c\xd4\x2e\x05\xed\x37\xcb\xee\xb1\x1c\x6c\x27\xb6\x5a\x0e\xb7\xe3\xd9\x4b\x6f\xce\xd3\xb4\x93\x7d\x56\xbd\xcf\xe7\xb2\xc0\xc1\x9d\xe9\x5d\x76\xf9\x30\xf0\x7a\xcb\xa6\xb9\x5f\x1e\x0b\xaf\x37\xb9\xc9\xa6\x53\xf1\x67\xb9\x39\x4e\xf1\xb9\x72\x7b\x2c\x34\xfc\x08\x86\x6f\x96\xdb\x6b\xf6\xb0\x9d\xb7\xcb\xe3\x6f\xf4\xde\x74\xdd\x6c\xd5\x59\xfa\xb3\x3c\x9c\xba\x3e\x6d\x95\x8c\x3b\xeb\x56\x5f\x41\x42\x33\xa8\xd2\x11\x67\x7d\x4f\x61\x6b\x9f\xdc\x39\x9d\x87\x3f\x99\x87\x9f\xf2\xbb\xcd\x2a\x17\xf5\x64\x1e\x7e\xe6\x67\xca\x9d\xb5\xfa\x6d\xef\x35\x97\x0a\x5d\x9b\x55\xda\xe3\x64\x8a\x7e\xca\xb5\x36\x9d\x86\x3f\x91\x86\x6f\x85\x66\xd6\xe6\x41\xf2\x50\xe6\x34\x4d\x87\xb2\x22\x51\x36\x53\xec\xb6\x76\x8f\xb2\x73\x99\x3f\x30\x9d\x59\xbb\xfb\xec\xfc\x74\xda\xb6\x55\x81\xb6\xb3\x02\xd8\x27\xe7\xa6\xd9\xf9\xc4\x56\xca\xc0\x72\x91\xcd\x1a\x6e\x47\xe3\xf0\x2c\xff\x06\x14\x31\xab\x6c\x49\x13\x79\xfe\x25\x85\xfa\x37\x6b\x78\xa8\x94\x8f\xe5\x41\x9b\xd5\x87\xbd\x52\x3e\x56\x1a\xd8\x74\x02\xff\x64\x02\x7f\xce\xcf\x9e\x32\xeb\xf4\x50\xa9\x5b\xca\xf3\x36\x9d\xa5\x3f\x2b\x39\x81\xd0\x02\xa7\x33\xf1\x67\x5d\x7c\x9f\x78\x75\x15\x0e\xc8\xac\xb4\x25\xcd\xae\x76\x92\x81\x67\xa5\x0c\x2c\xb4\xc0\x59\x7d\x9b\x56\xde\xa6\x73\x68\xee\x87\x3f\x2f\xad\xb5\x53\xa7\xa1\x9e\xee\x93\xf6\x22\x15\xfc\x9a\x4e\xa9\x9f\xf5\xfc\xf5\xa9\x71\x9e\x5e\x97\x57\xf3\x34\xe4\xd1\xac\x97\x3f\xc3\xc5\xcf\x20\x21\xa3\x2a\x48\x7e\x22\x49\xfe\xa5\x69\x39\x6f\x7f\x22\x9a\x76\xa6\xf8\x78\x7d\x3c\xcc\x87\xc3\x4c\x4d\xc1\xa7\x96\x19\xf5\xa9\x2c\xb7\x59\x1f\xf7\xc9\x1b\x7a\xea\xb0\x34\x05\xcd\x4e\x64\xc9\xbf\xb4\x6f\x67\x37\x99\x76\x66\x2b\x7c\xdf\xe7\x87\x9e\x4d\x41\x68\xb3\xbd\x47\x78\x28\x96\x7f\x3a\x6b\x7e\x36\x44\x96\xe4\xfc\xf2\x1f\x66\xb3\x28\xdb\x68\xf5\x99\xe2\xff\x4d\x28\x5f\xb3\xd1\xea\xa3\xe4\xb8\xd9\x9a\xdb\x21\x48\x3e\x95\x00\x37\x9b\x22\x44\x26\x92\xdd\x5f\x9a\xda\x59\x26\x6d\xbc\x69\x95\x00\x37\x5b\xf7\xd4\x79\x70\x55\x5e\x6c\x36\x25\xc7\xcd\x46\xab\x8f\x1c\x76\xb3\xf9\xe0\xb6\x81\xaf\x2e\x56\xdd\xc2\xc3\x7c\xc5\x4e\xe3\x32\xcd\xa6\x70\xb1\xd9\x78\xbe\xe4\x93\x9b\x2d\x3d\x73\x3a\x66\x96\x38\x5d\x93\x63\x66\x36\xea\x98\xf2\xbb\xcd\x26\x24\xd2\xd9\xe8\xb4\x11\x16\xe0\x6c\xbe\x69\x99\xfb\x9e\x4a\x8d\x9b\xce\x7d\x9f\x0d\x08\x19\x29\x9f\xdc\x6c\x96\x64\x99\xfb\x9e\xc2\x10\x9c\x6d\x79\x9c\xb4\xf9\x2c\x5d\x0d\xce\x61\x9f\x6d\xe7\xfc\x42\x5f\x41\x39\xec\xb3\xed\xfc\x7a\xba\x00\xda\xe1\x76\xef\xa5\x3b\x54\xe3\x66\xb6\xc3\x53\x3f\xd8\xcc\x34\x1f\xd9\x46\xfd\x53\xae\xbc\xd9\x4e\x6f\x40\xea\x9f\xcb\xfb\xfd\xf4\x17\x3a\xf9\xd1\xa7\xa6\xee\x0b\xba\x21\xc0\x35\x97\xcf\x82\xcf\x73\xa3\xf7\x45\xa9\x71\xb3\x59\x70\x66\x0a\x7b\xaa\x98\xd9\x6c\x42\x43\x9f\x8d\xfa\xe7\x5a\x9a\xfa\xed\x4f\x84\xb3\x3e\xe5\x3a\x9c\x4e\x61\x9f\x0d\x21\x66\x53\x30\x81\xb3\x3d\x9e\xdf\x7b\x43\x0f\xa5\x53\xcc\xf6\x78\x4f\x23\x3c\x64\x6e\x7f\x68\x5e\x4e\xb0\x81\x29\x04\xc1\xd9\xe5\xa5\x9d\x1d\x19\x75\x73\xfb\x2c\x65\xb3\x9b\x0d\xf4\xc2\xa1\x48\x16\x42\xba\xfb\xf7\x78\x90\x96\xa2\xe9\x7d\x48\x74\x2f\x53\x99\x71\xb3\xfb\xfe\xee\xaf\x96\xea\xca\x38\xb3\x9b\x0d\xf4\xca\x2e\xa5\x0e\x76\x0b\xe3\x1d\x6a\xeb\xab\xac\x7e\xb4\xe6\x61\x22\xc7\x66\x2a\xc3\x6d\x76\x25\xe2\x4d\xe4\xce\xbf\x34\xf5\x69\x75\x97\xc9\xf4\x53\xc0\x83\xb3\x37\x4f\x01\xec\x63\x2a\x33\x6e\x76\xab\xb4\x1d\xc0\x60\x53\x1e\xcc\xd9\xcd\x5a\xfa\xe0\x38\x43\xed\x14\x59\x3f\x3b\x82\xcf\xa6\xc0\x05\x67\x1f\x9e\x5f\xb0\x5d\x6a\x0e\xe1\xf7\x05\xdf\x97\x7a\x9f\x2f\x68\x64\xb6\x97\x29\x90\xc0\xd9\x2d\x8e\x33\xb5\x7d\xca\x6f\x38\xbb\x19\x48\x7f\x19\xc8\x90\x0f\x65\x76\xf3\x88\x0e\x6d\xf7\x55\xe6\x3e\x9a\xec\x57\xb3\xe3\xee\x9e\xca\x54\x9b\xdd\x77\x37\x33\xe2\xa7\x4a\x99\xcd\xbe\x3c\x3d\x44\x8e\x4c\x95\x32\x9b\xdd\xf7\x7a\x87\xfd\x6a\x16\xef\x4e\x81\xa1\x4f\x64\xb9\x97\x29\x3c\xbf\xd9\x7d\xe7\x77\x18\xb0\xe6\xff\x66\xec\xcd\x71\xf7\xc9\x95\x24\x41\x7d\x4e\x91\x37\x98\x20\x83\x8b\x9b\xf2\x94\x91\xa7\xef\xc0\xe0\x02\x94\x50\x55\x0f\xaf\xab\xee\xdf\xa0\x7b\x7e\x66\xd9\x8d\x16\x52\x48\xe0\x97\x7f\x47\xf0\xe3\xea\x34\xdf\x8c\xac\x38\xb3\x22\x25\x51\xfc\x5e\x37\x3a\x5e\xad\xe8\x5e\x2f\x8e\xd4\x2d\x69\x9b\x4d\x2d\xbb\x67\xc1\x5b\xa2\xce\x2d\x4b\x3b\xd7\xad\x6b\x63\xdc\xd0\xca\xd2\x74\x7a\xac\xc7\x92\xb6\x99\x50\x7c\xd9\x31\x9f\xd4\xb9\x2a\x89\xb7\xb2\x63\xce\xa8\x73\xcb\xd1\x77\x27\x64\xbf\x60\xb8\xa9\xec\xdd\xa2\xb4\xdd\xa4\x3c\xab\x4c\xe1\x9a\x62\xae\x7f\xae\x59\xab\x02\xdd\x35\xc5\xfa\x51\x99\x55\xdd\xde\xd5\x6f\x6f\x63\x6c\xd0\x2a\xf3\x42\xcd\xab\xe3\xaf\xec\xa7\x94\xaa\x4e\x74\xf5\x9c\x0c\xe3\x03\x61\x56\x99\x5d\x6e\xd5\x6f\xf6\x6b\x3d\x50\xc6\xb9\xae\x9e\xfb\x69\x2c\x1c\xb3\xaa\xe3\x57\x3d\x9e\x73\xcd\x85\xbf\x07\x83\xab\x2e\xfe\x1a\x27\x37\xf3\x72\xaf\x45\xc3\xf0\xf0\xae\x65\xc2\xe0\xca\xb4\x51\xab\xee\x8c\x32\xd2\x04\x5a\x25\x7d\xb0\xd5\x1a\xdf\x51\xa1\x55\x39\xa3\xa2\x62\xfe\xda\x1e\x3f\x59\xd3\x74\xbb\x47\xdb\xa4\xed\xaa\x1c\x55\x5e\x20\x9f\x8c\xa1\x43\xab\x4d\xc3\xef\xd1\x26\x35\x5a\x15\x5c\xaf\x3d\xa6\x8d\x5a\xab\xca\x36\xaf\x3d\xfa\x49\xad\x55\xbb\xfa\xe9\xd9\xe7\xc6\xd0\xa1\x55\x39\xb8\xa2\x2a\xde\x18\x1e\xb4\x2a\xe3\xbc\x22\xbe\xe3\xf5\x5e\xa5\x0e\x2a\x62\x79\xe9\x34\xab\x3a\xf2\x15\xd1\x26\xed\xbb\x3a\xb4\x7d\x47\xb4\xa9\xed\x2b\xe3\xbc\x8e\x18\x03\xef\xf0\xca\xe2\x38\xf3\xca\xfa\x2b\xe3\x18\x3e\x7d\x37\x63\xcb\xd0\x8a\xab\x52\x07\x35\x8e\x3c\xdf\x24\xb3\x3a\xb5\xb6\x5e\x1c\x67\x0c\x1d\x5a\x5d\xfa\x3d\x7f\x25\xc5\x5e\x6d\x51\xfa\xac\xad\x3a\x2e\xb0\x97\x2a\xad\x2e\xad\x9f\x3b\xd4\x8c\x45\x67\x56\x85\x0b\xaa\xe3\x02\x7b\x79\xa9\x56\xe1\x82\x28\xa7\xb7\x97\xa6\x58\x3d\x3a\x4a\x27\xbe\xd3\x3e\x13\xce\x8f\x92\x79\x63\xe8\xd0\x9a\x54\x45\x7b\xa2\x4d\xde\x9c\x4d\x97\x7f\x73\x9f\xb5\x31\x74\x68\x4d\x66\x7d\x0b\x35\x42\xfe\x40\x6b\x02\x06\xcd\xd3\xb7\xec\xe5\x3e\x6b\x4c\xdf\xb2\x16\x6a\xe4\xfd\x55\x24\x58\x93\x1a\x89\x52\x7b\xe3\x43\x60\xd6\xe4\x8a\x6b\x4e\x97\x63\x0c\x2b\x5a\x93\xaf\xbb\xb9\xf1\x60\xe4\x0f\xb4\xc6\xb0\x97\xb5\x1c\xeb\xd7\x38\x3e\xa9\x98\x28\xc3\x37\xf2\x07\x5a\x93\x61\xd1\xde\x98\x33\xfa\xb8\x9a\x9c\xdd\xad\x44\x9b\x54\xa1\xad\x6a\xec\x35\xe6\x93\x56\x7f\x63\xc8\xd8\xbc\xb4\x3e\x59\x21\xae\x53\x3d\xbd\x45\x3d\xbd\x15\x5e\x8f\xad\x69\x7c\x9e\x70\x6a\xe4\x16\xb4\xd6\xb4\x46\x6e\xd6\x1b\xc3\x57\xd6\x9a\xe6\xcc\x53\x44\x8c\xc5\x5e\xd6\xe4\xdf\x6b\x1e\x32\xbe\x90\xed\x27\x13\x32\xf0\xda\xfa\x64\x7c\xd2\xcb\x9a\x69\xce\xe2\xfa\x67\xd1\x96\x35\x68\x7c\x71\xc5\x17\xed\x25\x39\xea\xda\x88\xef\xe8\x2e\x55\x61\xbc\xb5\x11\xe3\xa3\x49\xd2\x86\xd6\x21\xae\x7f\x3e\xdb\x65\xed\xd3\x18\x3c\x03\xd4\x8a\xf6\xd2\xa7\x7d\xf6\xc5\x18\xe8\xe8\x57\xd1\xbc\x35\xb7\x1f\x2e\xa8\xfa\xc9\xf8\xde\x89\xb5\x80\x06\x24\x02\xb4\x36\xb5\xe7\x9d\xa6\xd3\x18\xa3\xb2\xb6\xd4\x97\x15\xdf\x69\x2f\x2d\x8d\xcf\x1d\x7c\xc6\xf8\x95\xa9\x68\xde\xa2\x68\xde\x48\x12\x68\x6d\x6b\x4f\x84\x9e\xe0\x7b\x5f\xd6\xb6\xda\x0c\x3d\x51\xb4\x3f\xb7\xf6\xbc\xe7\x97\x5f\x10\xf7\x93\x09\x36\xb4\x93\xff\xf1\x87\x32\x83\x4c\x75\xf8\x16\x75\xf8\x17\xe0\x51\xa6\x29\x3b\xd1\x4d\xde\xf0\x9d\x15\x2a\xe6\x65\xf7\xc9\x58\xcf\x65\x5d\x4e\xf9\xee\x4e\x79\xab\xbc\xe1\x55\x6c\x6f\xdd\x5f\x5a\xb2\x4a\xb4\xd8\x75\xdc\xbb\xb3\xe8\x99\x42\x5b\x9d\x44\x3a\xd6\x9d\x29\xcf\x48\x2e\x68\x2a\xb6\xb7\xee\x95\x26\x17\xac\x50\xa6\x36\xc3\x48\x60\x1d\x98\x75\x19\x09\xdd\xeb\xd5\x4c\xb1\xad\xce\x7a\x35\xeb\x81\x44\x2a\x6d\x99\xfe\x9a\x64\x23\x64\xfc\x3d\x39\x15\xbd\x96\x3f\x59\xa5\x65\xdf\xa5\x42\xa2\x42\xdf\x58\x24\x66\x5d\x46\x42\xf7\xe0\xb9\x55\x5e\xfd\x5d\x30\xc4\x2b\xf2\xaf\x8c\xdf\x09\x86\x78\xd5\x7d\x32\x32\x08\x5a\x67\x56\xa9\xf5\x16\xdf\xf1\x38\x74\x19\x10\x5e\x75\x7f\x65\x1c\x43\xd7\x77\x3d\xe6\x85\x2e\xa9\x2e\xef\x84\x57\xe4\x27\xab\xdc\xf2\x9d\x35\xb6\xd6\xfb\xfe\xc7\x1f\x3d\xf3\x86\xeb\x42\x1a\x3d\x6c\x92\xca\xd3\xa0\x0a\x7d\xeb\xee\x18\x34\x3e\xcc\x65\xdd\xf4\x73\xf6\xe7\xcf\xb1\x9b\xd2\x4a\x3d\xb4\x92\x42\x69\x5d\x8e\x8b\x1e\x46\x49\xa5\x0d\xd4\xa1\xe5\x43\x0c\x9d\xa8\xa0\x0b\x85\xf4\x11\xfd\x24\x2a\x50\xf9\xbe\xf5\x11\xfd\xa4\xf5\xde\x87\xfa\xe9\xc9\x69\xf7\x62\xfd\xc9\x64\xb0\x44\xf9\xbe\x35\x22\x06\x95\xef\x5b\x0f\x8d\xc5\xc2\x32\xeb\xf2\x78\xf4\xd0\x58\x4d\xf3\x29\x8d\xd5\x43\x63\xb5\xf4\xf7\xea\xe3\xac\x4b\xa1\xf5\x50\x68\x0a\xa7\x75\x45\x0b\xbb\xe7\xb5\x99\xc2\x69\x5d\xb6\x4e\x5f\x31\x44\x9d\x08\x29\xb4\xbe\xa2\xab\xda\xd9\xb2\x75\x7a\xd8\x3a\xac\x49\xb3\x2e\xe0\xd3\x77\x0c\x5f\xbb\xfe\x68\xda\xbc\x72\xd7\x58\x77\x66\x5d\x0e\x91\x60\x0c\xb0\xc6\x48\x47\x17\x28\xea\x01\x8a\x14\x6b\xeb\x02\x45\x3d\x34\x5a\xe3\xe5\x61\x02\x45\xf6\x44\x3f\x09\x44\x4c\x21\x48\x0b\x8f\x08\x1f\xe7\x32\x93\xb6\xb3\x27\xc6\xce\xcb\x43\x6c\x02\x66\x29\xe6\x8c\xa7\x45\x74\x02\x66\x4e\x2d\x62\x7c\x64\xcb\x4c\xf6\x93\x85\xd6\x6a\xbc\x04\x4c\x11\x0d\xa7\x01\x48\x46\xce\x42\xb3\x57\xbf\xf7\xc6\xd8\xb9\x7d\x4d\xe0\xc6\xde\xe8\x27\x41\x8a\x88\x01\xcc\x3c\xdc\x61\x7c\x2c\xcb\x4c\xae\x0d\xf3\x68\xbd\xb1\x96\xcd\x4c\xd1\x7a\x0b\xcd\xc4\x5a\x36\x33\x79\x4d\x2d\x5c\x1b\x9d\x9e\x58\x55\xff\x9b\x85\x6b\xa3\x53\x63\x1b\x1f\xba\xb6\xa8\xfe\xb7\x4e\x83\xcc\xba\xc6\x1e\x86\x8e\xa2\x6d\xa6\x48\xbe\x79\x5c\xc2\x58\x94\x66\x26\x15\x63\xa1\x62\xf8\xe8\x95\x99\x54\x8c\x85\x8a\xe9\x85\x73\x2d\x15\x63\xee\x1b\x35\x45\xe2\x4c\x31\x0b\x73\xdf\xa8\x29\x12\x67\xd0\x9c\x05\x28\xea\x04\x37\x62\x06\x30\x0b\x15\xd3\xb5\x07\x05\x8a\x2c\xd4\x48\x27\xe0\x15\x33\x80\xd9\x17\x73\x46\x57\x91\x09\x14\x59\x18\x41\x64\x1d\x31\x53\xe6\x80\x7d\xd1\x17\xed\xb3\x4f\x7d\x09\x03\x49\x91\x33\x9b\x1a\x9f\x3b\x55\xad\x13\x6c\x98\x22\x9b\xc1\x1a\x60\x64\x41\x34\x53\x1c\xc4\x42\xbf\x28\xac\x66\x72\xaa\x3a\x81\x40\x32\x16\xac\x99\x58\x03\xcc\x02\x30\xb1\x60\xcd\x6c\x69\x6d\xc3\xb0\xea\xda\xd7\x02\x4c\xb6\xff\x6c\x93\x7b\x49\xfa\xc5\x9c\x92\xd8\xc8\xba\x68\x62\x14\x30\x73\x0e\x33\x33\xaa\x6c\x31\x03\x98\x05\x2a\xe2\x0b\x5c\x66\xf2\xaa\x5a\xf8\x60\x8c\xfb\x1a\xd2\x21\xf0\x14\x07\xe3\x0b\x5c\x06\xa5\x38\x78\xb1\xff\x95\x81\x32\x93\xcc\xcf\x98\x51\x27\x43\xfa\x05\xa1\x5f\x8c\x3a\x59\xd5\xff\x16\xd5\xff\x66\xcc\xb2\x81\xf4\x0b\x02\x4d\x91\xae\xd1\xc0\x77\x13\x0c\x9e\x28\x74\x35\x00\x65\x4d\xb2\xe8\x0b\xd1\x06\xf2\x5f\xda\x8c\xbe\xd0\xd1\x00\xb9\x4e\x11\xa8\x88\xaf\x6c\x19\x84\x8a\x10\xbe\x1b\x56\xc1\x99\xaa\xff\x0d\xa1\x7b\x8c\xba\x15\x0a\xb5\x22\x10\x13\xab\xe0\x0c\x45\x73\xe6\xd5\xff\xc6\x17\xb8\x0c\xca\x9b\xf0\x0a\xff\x64\x0a\x72\x41\xa8\xc8\xab\xfd\xaf\x8c\xdf\x09\x15\x79\xb5\x7f\x32\x56\xac\x19\x14\xce\x81\x67\x11\x99\xa2\x55\x2a\xff\x37\x84\x73\x86\x65\x69\x06\xe9\x2c\x04\x62\x62\x59\x9a\x41\xce\x19\x78\x51\xef\xdd\x1a\x3f\x99\x69\x6d\x3d\x2f\xdf\x14\xe5\x82\x5c\xb5\x08\x9d\xc5\xb2\x34\x83\xa9\xcd\x70\xdc\x40\x7b\x10\xea\x67\x40\x26\xd2\x3c\x1a\x04\x99\x10\xfa\x0c\xda\x83\x8a\xf5\x20\x7c\xb5\xa0\x71\x08\xf9\x6a\x83\x52\xc0\xc0\xbb\x1f\x43\xfd\xf4\xe2\x1d\x63\x0d\x99\x41\x46\x1e\xc2\xc8\x23\xcd\xa3\x41\x90\x09\xe1\xe3\x85\xf6\xa0\x62\x44\x08\x5d\xc7\xf7\xb0\x0c\xd2\x75\x08\x38\xa5\x38\x17\x64\x00\xc2\x13\x8a\x8d\x14\x90\x06\x39\x7c\xe0\x59\xc3\x85\x60\x58\x4c\x04\x86\xab\xb2\x5a\xd1\xee\x5c\xea\x49\x78\x7f\xa1\x5d\x2d\xef\xaf\x13\x0b\x24\xe3\x0b\x5b\x06\xe5\x5d\x05\x9b\x80\xf1\x15\x2d\x83\xbc\xbf\xd8\xb1\xb2\x34\x37\xa1\x70\x30\x22\x44\xa4\x10\x18\x84\x96\x70\xa2\x4d\x82\x68\xb1\x10\x58\x30\x0d\x18\x19\x20\x4d\x4c\x03\x36\x42\x2b\x91\x01\xd2\x06\x73\x8e\x6d\xa4\x68\x93\xbb\x7a\x28\xd6\x33\x1c\xd9\x80\x2c\x8f\x36\x98\xe9\x6f\xc1\x0a\x80\x87\x36\xde\x90\x76\x19\xae\x5d\x40\x26\x47\x1b\xf9\x93\x6c\xba\x2c\xb1\x9f\x72\xdb\x04\x63\x00\x1e\x6a\xdd\x21\x3b\x6e\xb8\x1d\x87\xe7\xef\x82\xe1\x21\xc0\x34\xde\xe8\x0e\x0f\xc4\x78\xd5\x1d\x37\xe5\x40\x12\x48\x1b\xca\x0f\x19\x25\xba\xc3\x03\x31\xa4\xd0\x82\xa4\x00\x24\x88\xb4\x51\x34\x6d\x25\xda\x24\x48\x19\xf2\x14\x0d\xcf\x0f\x01\x19\x1b\x6d\x28\xd9\x6b\xd4\x98\xee\xa2\xef\xa6\x64\xd1\x26\xbd\x2c\x43\x9e\xe8\x20\x30\xc0\x43\x90\x32\x9a\x96\xbe\x45\x3f\x09\xa2\x87\x14\x61\x90\x1b\x40\xb1\xae\xd1\xd5\xcf\xfe\xa7\x8c\x63\x17\x08\x73\xc2\x82\x2b\x63\x9b\x32\x0f\x83\xc1\x00\x8a\x83\x0d\x25\x8e\x0c\x8b\x25\x64\x86\xc4\x50\xf0\x3a\xd8\x0d\xa0\x18\x99\xd8\x0d\x2c\xd8\x0d\xf0\xf0\xb8\x0c\x68\xfb\x5e\x65\x67\x8a\x6b\x0f\x39\xad\x06\x62\xaa\x79\x92\x06\xf4\x73\x88\xe9\xe4\x49\x1a\x32\xf3\xc6\x88\xe1\xd1\xd9\x3c\xa4\xcf\x9c\x03\xe1\xca\x38\x2d\xd2\x59\x41\x7c\x80\x87\xf7\x8a\x88\x0f\x6c\x7c\x31\x9d\xc4\xf3\xe3\xd3\x74\x7e\xf1\x7b\xf4\xc0\x0c\x61\xb7\x20\x45\x00\xdf\xed\x32\x91\x22\xd8\x70\x16\x48\x3c\xc4\x44\x43\xb1\xae\xe1\x39\x2c\x60\x09\xa0\x0d\x69\xb4\x20\x4c\x80\x62\x72\x83\xcc\x6f\xe6\xfc\x08\x09\x49\xa7\x53\x1a\xcd\xf9\x11\xae\x8c\x63\x57\x82\xcb\xd8\xf1\x1d\x9d\xdb\x63\xeb\x3b\xaf\x3f\x06\x6b\x00\x6d\x1c\x6d\xcf\x13\x7d\xe1\x31\xfa\x84\x97\x3e\xc7\x4b\x50\xbc\xee\x13\x5e\xfa\x9c\x49\x09\xac\xf3\xb3\x4f\x1a\x2d\x18\x0c\x90\x78\xe7\x7c\x8a\x50\x7f\x39\xfa\x42\x6c\xf3\x09\x2f\x7d\x39\xfa\xc2\xe3\xf0\x29\x44\xfd\xe5\x18\x1f\x8f\xc3\x27\xad\xf5\x39\x1f\x2c\xf8\xa6\x97\x89\xc1\xc0\x3e\xb7\xd5\x90\xb8\xe5\x3f\xe5\x8b\x7e\xa1\x7a\x52\xd3\x77\x9c\xb3\xaf\xc4\x77\xb4\x29\x3f\x79\x91\xbe\x50\x2f\xf2\xf4\x7d\x4a\x3f\xfb\x6a\x8c\x81\xfb\xf3\x53\xa8\xf9\x0b\x55\x90\x88\x6d\x3e\xa9\x82\xcf\x9d\xcd\xe0\xdb\x5c\xf6\xb5\xbf\x7c\xb7\x43\xf6\xdb\x83\x9f\xbc\x48\x4e\x74\x70\x65\xa0\xac\x4a\xe6\x7b\x90\x44\x8f\xf6\x75\xad\xad\xdb\x71\xc8\xd4\xf4\x9f\xf2\x5f\x3e\xa7\x52\x82\x02\x79\x62\x45\xb0\xcf\x1d\xd8\xc8\xdc\x67\x9f\x54\xc8\xe7\xf9\x2f\x50\xb0\xee\x53\x6c\xdb\x49\x10\xae\x8c\xe3\x93\x1d\x17\xcc\x07\xc8\xcc\x6c\x12\x83\x81\x39\x83\x41\x31\x9a\x39\x9f\x12\x46\x9d\x94\xa0\x90\x2c\xdc\x44\x36\x60\x4e\x36\x50\x04\x22\x3f\x79\x93\x9d\x5a\xa0\x18\xcf\xec\xa7\xb3\xf7\x5d\x34\x51\xa0\x25\xd0\xd1\x73\x36\x81\x22\x04\xf9\xe9\xe4\x7d\x3b\xbe\xfa\x35\x38\x75\x10\xe6\xbd\xda\x0b\x29\xbd\x6d\xca\xa6\x98\xa9\xb9\xa8\x51\xc4\xdf\x9a\x39\x5d\x11\x67\x6a\xca\x07\x3b\xef\x35\x5e\x04\xf4\xa6\x0e\xc1\xbc\x46\x83\xde\x3d\xb5\xa9\x9b\x7b\xde\x9b\x5b\xcf\x9e\xda\x94\x03\x76\xbe\xde\x0d\x22\xc0\x29\xff\xeb\x8c\xcb\x37\x13\xc9\x4d\x5d\xbe\x33\x2e\x5f\x85\x2d\xa7\x4e\x47\x54\xee\x83\x55\x8d\x36\xc9\x0b\x62\xb3\xc4\xce\xa2\xcf\x73\x56\x4d\x96\xd3\x1f\x82\x7c\x29\x36\x75\x69\xcf\x1a\xbb\x8e\x37\xc9\x54\x6e\xd8\x8c\xcb\x37\xd3\xcd\x3f\x15\xde\x99\x2d\xbe\xa3\x75\x3d\x95\x99\x39\xbd\xea\x0f\x99\xfb\x67\x76\xad\x8e\xa7\x61\x23\xd3\x9a\x98\x4a\xfc\x98\xee\x64\xc5\x4b\xcd\x3e\x15\xde\x99\x9e\x39\x06\x85\x26\xa7\xbc\x23\x51\xee\x0f\xbe\x98\x66\x53\x61\x60\xaf\xee\xbf\x32\xce\x99\x42\xbd\x33\x6e\xd1\x97\x9e\x1a\x95\xfb\xdb\xf4\xca\x25\xbc\xd4\xec\x53\x8e\x54\xaf\xee\x4f\x20\xeb\xa5\x4d\xdd\xa2\xd3\xad\x02\x28\xa4\x39\xe5\x59\x98\xee\x9d\xc4\xab\xed\x22\xef\xc1\x74\xbc\x8d\x97\x60\x66\xea\x1c\x78\xfd\x7b\x02\xb9\x26\x6d\x2a\x2f\x7a\x9e\x18\x1f\x01\xcb\x94\x17\x60\x9e\xf8\x8e\xfb\x65\xc9\xd2\x5f\x4f\x7c\x47\x8f\xcb\x22\x97\x9f\x79\xdd\xfc\x95\xf1\x3b\x1d\xbc\xe5\x61\x52\xbc\xb4\x4c\x97\xbc\x85\x2b\x30\xf5\xcb\x94\xb3\xa5\x93\xb2\xbc\x5c\x8f\xf4\x87\xb6\x64\x24\xaf\x6b\x24\xb7\x52\xff\x1e\x3f\x84\x2d\x99\xd0\xeb\x02\x53\xf1\x1f\x9a\x2a\xdb\x6d\xb9\x67\x0f\x2f\x11\xcb\x52\xf8\x71\xc5\x8d\xf0\x12\x95\x2c\xa5\x29\x78\xb1\xfa\x95\xfd\xe6\x73\xe9\x46\x58\xb1\xaf\x15\x0a\x5d\xd2\xfa\x51\xa1\x8e\x42\x15\xb7\x4c\x63\x0f\x70\xc8\xa7\xd4\x6c\x69\xef\xae\xd0\xfa\x85\xb7\xc5\x92\x25\xbc\x02\x1c\x16\xe6\xb1\x2d\xa5\x30\xac\xd8\xd7\xe4\xb6\xb4\x25\x74\xb8\x9c\xeb\x1b\x7c\x66\xcd\x96\x32\x9a\x96\xa7\x30\xa0\x10\x95\x2c\x05\x0f\xd6\x88\xf1\x51\x3f\xaa\xb2\xdd\xbc\x90\xfd\xca\x1a\x65\x3c\x2b\xeb\x8b\x7e\x52\x43\x2e\x05\x08\xa2\xb2\x1d\x85\xa8\x44\x95\xed\xb6\x66\xfc\x1e\x11\xee\x92\x87\x6e\xf9\xfb\xeb\x50\x28\x74\xc9\xa4\x5d\xf3\xfc\xe3\x0f\x55\xeb\xd9\xd2\x1d\xb4\x02\x00\xf2\xb9\x34\x5b\x3a\x62\xeb\x5a\xb7\xfd\x2f\x2d\xea\x7e\x5a\x71\xfa\x0a\xb5\xe7\x92\x7f\x6e\xed\xe8\x25\xb5\xe7\x52\x40\x73\xed\x18\x1d\x53\xdc\x54\xd7\x6e\x51\xd7\x8e\x42\x1c\xbe\x64\xed\xae\xf3\x67\x9b\xdc\x65\xf2\xff\x7b\xcd\x7b\x2f\x74\x0b\x2d\x25\x3d\x46\xc9\x3b\x58\xff\x67\x2a\x79\xb7\xed\x15\x48\x60\xfd\x9f\x6d\x1d\xe8\xfd\xc4\x86\x60\x90\x74\x2b\xb5\x6a\x3f\xd1\x4d\x1a\xc9\x5b\x87\x7d\x07\xdc\x24\x21\xa6\x6d\xa5\x5d\xed\xe4\x0a\xb2\xf2\x30\xa8\x54\xde\xb6\xe7\x3d\xa0\x52\x59\xab\x54\xde\xbc\x32\x3e\x41\xb5\x81\x5b\x4a\x62\x87\x21\xac\x40\xe8\x56\xd6\xe3\x0e\xb8\xa9\x22\xbf\x2d\x4b\x77\xbf\xd1\x17\xc2\x81\xad\xb4\x2b\xaf\xa8\xbf\x32\x8e\x4f\x61\x03\xaf\xa8\xef\x0a\x39\x6f\x29\xa5\xed\x9e\x3b\x28\x46\xba\x75\xd7\x6e\x4f\x88\x84\x6a\x03\xb7\xf4\xce\xae\xde\x24\xd5\xce\x56\xae\xe4\x8e\x6b\xb8\xbe\x5c\x3d\x5d\xc3\xbb\xc6\xe8\x08\xd4\xb6\x42\xa4\xdb\xc3\xa0\xa8\x3c\x5e\x5b\x36\xf0\x0e\xe0\x4b\x8e\x4d\xdb\x02\xbe\x51\x98\x0f\x85\x56\x77\xfb\x4b\x9b\x5f\xc8\x7e\x1b\x77\x77\x7d\xd7\x11\x32\xb6\x29\x1b\x78\x87\x0d\xac\x72\xc3\x2d\x35\xb7\xe3\x8a\x56\xb9\xe1\xd6\x55\xeb\xb5\xf6\x09\x7c\x80\xcd\x36\x09\x35\x6c\x8f\x98\x4e\x5e\x29\x5b\xce\xb9\x3d\xa2\x4d\x1a\x04\x5b\xce\x39\x2f\xbe\xbf\x32\xce\xa7\xae\xe1\x1d\xd7\xb0\x4a\x11\xb7\x9c\x73\xfb\x8b\xdd\xa9\x35\x92\xa1\xbb\xbf\x68\x53\x27\x45\x0e\xb8\xfd\xc5\x4e\xe2\xd5\xb0\x15\xcf\xdc\x9e\xa5\x0d\x92\x6f\xda\x56\x50\x72\x7b\xd0\x00\x7c\x9c\xcd\xb6\xb2\x2c\x76\x18\xa5\xaa\x37\xdc\x0a\x4a\x6e\x2f\xa3\x82\x02\x9d\xe2\x02\xb0\xed\x59\x16\x68\xda\xd5\x52\x4a\x3b\x0c\x56\x15\x07\x6e\xb9\xe0\x9c\x18\xe0\xca\xf8\x9d\x82\x92\xdb\x83\x06\x68\x84\x27\x47\xda\xe5\x78\x70\x11\x0a\x58\xaa\xea\xdf\xbc\xca\x3f\x41\x41\xc9\x43\x5a\x3d\x3b\x01\x09\x48\x94\x69\x47\x06\xeb\xb9\xc0\x1c\x2f\xb7\xc4\x91\x02\x39\xee\xdf\x87\xea\x06\x8f\xf2\x2f\x4f\x28\x90\xf6\x97\xef\xd4\x95\x1c\x53\x46\xe4\x72\x5e\xb5\x19\xb6\x6c\xa3\xce\x3d\xb2\x65\xcf\x1b\x43\xe7\x36\x3b\x8a\x0b\x9c\x37\x86\x40\xbb\xf3\x28\x2e\x70\xc2\xce\x55\x75\xe0\x51\xb6\x44\xb0\x10\xa0\x71\x9b\x1d\xc5\x24\x4f\xd8\xc0\x8a\x81\x1e\xa1\xfc\xe3\x89\x5a\x68\x44\x27\x47\x99\x14\x41\x43\x00\x72\x76\xda\x51\xbc\x32\x68\x08\xc0\x77\xdb\xec\x08\xb9\x9c\x6b\xcb\x36\x81\x3d\x51\x09\x98\x53\x09\x88\x73\xdc\x8e\x72\x25\x9c\x54\x40\x94\xe3\x76\x64\xac\x3a\x6f\x40\x7b\x35\x5f\x42\xdc\x4e\x1b\xd0\x5e\xde\x43\x47\x00\xe3\x04\xc0\x50\x21\xe2\x11\xc0\x38\xee\x86\x07\x79\x3e\xed\x90\x66\xc3\x8e\x9f\xf4\xa4\x91\xe9\xc0\x9e\xef\xcf\xcf\xb8\xaa\xf2\x4c\x9d\xf0\x4c\xf1\xf5\x38\x13\x1d\x80\x1d\xf7\xa6\x43\xf5\x8b\x47\xd5\x55\xc7\xa3\x8a\xe8\x54\xc6\x67\x6a\x4e\x3c\x3a\x88\x4e\x27\xa7\x4a\xfe\x2d\x4a\xfe\x41\x9a\x4f\x3b\x3a\xb0\x27\x3c\x4c\x9d\xca\xf8\x28\xbd\xe9\x04\x1a\xe8\xf5\x6f\xfa\x7f\x8f\x20\xfe\xf1\x4a\x29\xa8\xbe\xf1\x28\xd0\x77\x4e\x0c\xb1\xe9\x27\x75\xf6\x02\x49\xf0\x31\x3b\xa8\xea\x1f\x4f\xa0\x85\xfe\xd3\xe3\x78\x78\x7b\xe3\x09\x47\x12\x5f\xa4\xc3\x93\xf5\x5d\xb8\xbf\xfb\xef\xf0\xe1\xe1\xe1\xc3\xf3\xc6\xf0\x7f\x54\xde\x78\x98\x10\x80\xc7\x6b\x1d\x40\xf6\x50\x3c\xb4\xa2\xf1\x5c\x00\x50\xf1\xc3\x65\x50\x65\x3f\xa2\xb2\x1f\x8c\xe1\xe2\xa1\x8f\x09\x4f\x58\xd8\x24\x1d\xc5\x53\xd4\x64\xdc\xec\xfd\xa7\xe2\xf1\xd0\xa0\xc0\x53\xa2\x4d\x70\x5a\x78\xb3\xe3\xb9\x37\xbb\x9e\xbd\xc2\x53\xd5\x95\xfa\xe7\x67\xfc\x39\xa6\x03\xe0\xf1\x74\x00\xf0\x71\x3c\x3c\xbc\x85\xf1\x78\xbe\x34\xf8\x02\x1e\x9e\xa6\x21\x78\x48\x0e\xac\xa8\xc4\x63\x1a\x82\x57\x41\xc0\x7e\x86\x01\x1e\x1a\x0d\x78\x3c\x7c\x06\xcb\x9c\x69\xe6\x33\xe2\x89\x9b\xd6\x5e\xb6\x39\xb4\xb2\x71\xfe\xec\xe5\x2a\x0c\xad\x6c\xdc\xb4\xf6\x72\x0c\x9f\x7e\xcf\x9f\x16\x07\xcb\x1b\xf1\x7c\x1a\x43\x1c\x24\x86\x62\xf1\xd0\x91\x84\xc7\x33\x80\xc0\xd2\x47\x3c\x53\xcb\x10\xb7\xa9\x15\xce\x27\x8d\x68\x3c\x71\x00\x49\x56\x8a\x67\x69\x0c\x2b\xe6\xa5\xb2\x9f\x4b\x6d\xc6\x4d\xcb\xd2\x47\x38\x43\xc0\xef\xcf\x18\x7b\xe3\xd8\xb7\xd6\x36\x6e\x53\xd3\x69\x38\xda\xd5\x61\x7c\xb3\xbe\x11\xcf\xd1\xba\xc7\x6d\xca\xfa\x46\x3c\x47\x6d\xc6\xc9\x64\x7d\x23\xc4\x32\x80\x60\x19\x80\xf1\xa4\x88\x49\x00\xc1\x24\x00\xd6\x37\x22\xb1\xf6\x11\x29\xfd\xf9\xdd\x6f\x2f\xa5\xa4\xef\x52\x7c\x07\xc9\xfe\xf2\x5d\xcc\x27\xf7\xae\xa8\x04\x90\x02\xc7\xd3\x6f\x87\x24\x4d\x90\x3c\x7f\x19\x74\xdc\x21\x91\xf2\x0a\x29\x34\x01\x3d\x77\x48\xaf\xfa\x12\x38\x9e\xe1\x5d\x24\xe2\x78\x24\x2f\x7e\x04\x8b\x18\x91\x8a\x7e\x2f\x1c\x63\xc8\xfc\x8e\x69\x3c\x48\xc5\x0d\x42\x1e\x87\x44\xd0\x8d\x54\xa3\x9b\x2f\xa7\xb3\xaa\x9b\xe1\xfb\x22\x7b\x28\x44\x41\x80\x54\x63\x08\x2f\x7f\xae\x6a\x5a\xc2\x2f\xc6\x0a\x47\x24\x1d\xf7\x14\xa0\x9b\x15\x8e\x48\x5d\x53\x1d\x9e\x61\x32\x8b\x22\x11\x58\x23\x79\xee\x21\xb3\x97\x91\x4c\x3b\x22\x70\x35\x83\xc2\x48\xa6\x91\x3b\x25\x2e\xc0\x5d\x9d\xa0\xa1\x23\x66\xac\xf1\x3b\x68\x15\x02\x8f\x93\x90\x14\x09\xea\xca\x88\x55\xe7\x8e\x4f\xc4\xe3\x48\xe3\xbd\xdd\x7c\x25\xd2\x02\x85\x92\x40\xe7\xc8\xc7\x5f\x9a\xf4\x05\xd2\x84\x7d\x1a\x9d\xe7\x43\x83\x81\x5f\xa4\x4f\x93\x19\x68\x1c\x3a\x0b\x9f\x16\x28\xd0\x38\x74\x16\x96\x7a\x79\x55\x02\x18\x0e\x47\x5a\x5a\x03\xcf\xc4\x01\x63\xc2\x48\x4b\x93\x19\x96\x3e\xcb\x1b\x91\x08\xaa\xe1\xdc\x04\xf9\x79\x74\x14\xb6\xda\x3c\x25\x64\x6c\xf3\xa8\x9b\xf7\xa2\xcd\xcf\xc3\x2d\x9d\xf9\x9e\x06\xf2\xf3\xba\xec\x07\x79\x90\xf9\x16\x18\xf2\x3d\xf5\x57\xd6\x28\x1b\x92\xcd\x90\xb1\xcd\xa4\x36\x53\xb4\x49\x35\x9e\x09\xc6\x91\xef\x51\xbf\xb2\x4a\x19\xf7\x74\xce\xd9\x65\x85\xdf\xe9\x38\xe7\x1c\xdf\xfd\x70\x0d\x32\x5f\xf9\x41\x7e\xe3\x3b\xaa\xdc\xac\xcb\x3b\xbf\x31\x67\x3f\x8f\x0b\xb2\x8e\xba\xf3\x18\x5c\x19\xc7\x50\xd4\x66\x89\xf9\xfc\x01\x17\xe4\xa2\x31\x94\x98\x97\xc6\xdf\x2b\x9a\x97\x12\x6d\x12\x2d\x64\xa9\x08\xe7\x31\xc8\x0f\x03\xad\xc8\x55\x73\x56\xe3\xf7\x08\x6a\xb2\x74\x44\xbe\x3a\xe2\xca\xd8\x26\x03\xd7\xc8\x35\xe6\xa5\x73\x0c\xd2\x11\xb9\x25\x97\x71\xeb\x66\xfa\xce\x91\xaf\xd1\x7e\x65\x5c\x77\x1a\xed\xc8\xd7\x30\xbf\x32\xfe\x5e\xd3\xef\xb5\x75\xb7\x35\x41\x4d\x6e\x1a\x5e\x8f\x65\x27\xa8\x11\x19\x02\x72\x8f\x29\xe3\xb6\xce\x5d\x4d\x5e\xb5\x93\x1f\x06\x53\x91\x4d\xcb\x60\x39\x64\x9c\x6a\xd3\x32\xd8\x0a\x19\xdb\x34\x0d\x1d\x3e\xd5\x0c\xa6\x22\x33\x49\x07\x19\x35\x64\x1c\x83\xf4\x4e\x86\x1f\x95\x94\xff\x1e\x4f\x04\xf2\x50\x57\x47\x74\x95\x97\x43\x1e\xea\xce\x17\xdd\x79\x39\xc4\x4f\x2b\xff\xb5\x90\x71\x25\x3e\x75\x67\xc6\x77\xd4\xe4\x99\x56\x00\x9c\x36\xe1\xca\x38\xfc\xf9\x97\xef\x62\x4a\x09\x50\x32\xf3\x07\x91\x57\x0a\x19\x77\xda\xd2\xae\x58\x33\x64\x9c\xee\xad\xef\x76\x8c\x8f\x2a\x39\x6f\x9d\xa4\x1d\xdf\x51\xef\x8a\x64\x01\xce\xa9\x70\x65\xfc\x3d\x81\x90\x7c\x62\x0c\x9d\x63\x38\x1a\x43\x68\xad\xc4\xdd\xfb\x4a\x6b\xbd\x4f\xb4\x49\xc5\xfb\x0a\xa0\xbc\x4e\xb3\x4b\x8f\x13\xde\x07\x12\xfd\xd9\xe4\x6f\xe5\x9d\x90\xe1\xf7\xa7\x1f\xc0\x44\x7c\xf2\x4a\x69\xbd\xa9\x87\x4c\xdf\x4d\xc9\x7c\xaa\x49\xe1\x8a\x37\xab\xcd\x5c\x43\xc6\x6e\x66\xf5\x25\x8f\x90\xb1\xcd\xac\x36\x43\xd9\xf1\x61\x6d\xbc\xb2\x62\xde\x37\x85\xec\xa5\xac\x48\x16\xbf\x97\xf8\x7b\x32\x55\x9c\xfb\xe1\xca\x7e\x53\x2d\x52\x07\x38\xa9\x43\x7e\x58\xa3\x89\x57\xe6\x88\xf3\x3b\x5c\x19\xe7\x45\x0a\xed\xad\x7e\xe2\x49\xfd\x0a\x11\x3e\xe0\xad\x3d\x64\xfc\x4e\xb6\xca\x5b\xa3\xcd\x9f\x37\x11\xaf\x14\xda\xdb\xa2\x4d\x62\xf9\x57\xc0\xe6\xbd\xc0\x26\x3f\x99\x28\x44\x4c\x11\x78\xdb\x09\xd9\xef\x18\xbd\x74\x3d\xe0\xed\x25\x64\xec\x4b\xd7\x76\xe9\xae\x5c\x19\xec\xc4\xcb\x60\x20\xde\x1e\x73\xd6\xd4\x26\x8f\xf4\x6b\xb1\x0e\x54\xf4\xaf\x6c\xa3\xd7\xfc\x48\x67\x1e\x87\xd7\x34\x9f\x16\xbf\xc7\xe3\x20\x8a\x09\xbc\x16\x7b\x89\xd6\xeb\x0b\xad\x7b\x68\xad\x4c\x45\x2f\x1a\x09\xbc\x23\xfa\x42\x33\xf4\x15\x24\x7a\x47\x7c\x07\xb6\xf9\x69\x5e\x3e\x3f\xd2\xaf\xf6\xae\x70\xcf\xfb\xf5\x90\x71\xec\x9f\x7e\xef\xdb\x21\xe3\xef\x4d\xf5\x73\x46\x9b\x89\xeb\x37\xd5\x97\xd9\x42\xc6\xbe\x4c\xed\xa5\xe5\xaa\xee\xcd\x5c\x5b\x61\xa9\x77\xd5\x90\x71\xce\x96\xfa\xb2\xbe\x90\x71\x1d\x96\xf6\xd2\xba\x97\x15\x39\xe4\xf0\x0a\x4b\xbd\x3b\x86\x47\x8d\xfc\xca\xdc\x7a\x03\x4b\xf1\x65\x40\x88\x0f\x02\x6f\x68\x25\xc6\x48\x51\x64\x36\x95\x27\x86\x4e\xed\x59\x98\x23\x88\xf2\x8c\x90\x19\x65\x53\xb2\x68\x93\x78\xa2\x30\xc4\x81\x12\xaa\xe7\x25\x66\x28\x32\x9b\x4a\x9a\x21\x7b\x29\xdb\x92\x45\x9b\x1c\x7b\x21\x0d\x14\x4a\xa8\x25\x3a\xd5\x50\x98\x5b\x88\x92\xfb\x9d\x32\x9e\x5a\xf1\x48\xa0\x84\x56\x7a\xe9\x23\x29\x2c\x11\x43\x09\xad\xf4\x1a\x9b\x7c\xd5\xe4\x1b\x43\x20\x2e\x28\x82\x60\x25\xb4\x12\xc3\xa0\x28\x45\xd3\x59\xde\x90\xb1\x4d\x39\x50\x4a\xf1\x53\x54\x88\x19\x0a\x43\x23\x28\x35\x85\x8c\xdf\x49\x2b\x95\xea\xd3\xc2\x50\x27\x4a\xd3\xb4\x34\x5f\x3e\x86\x2c\x51\xa4\x79\x4a\x1b\x21\x63\x9b\xc2\x3d\x25\x34\x0f\xc9\x47\x51\x98\xb8\x8c\xd2\x5b\xc8\x38\x9f\x32\xc5\x9c\x6e\x22\x3f\x24\x1f\x45\x91\xbd\x55\xac\x84\x8c\x6d\x4a\xbb\x38\xdd\x44\xeb\x9a\x16\x39\x5e\xca\x85\x44\x8d\xe9\xf8\x10\xfd\x04\xca\x55\x25\x4d\x2e\x20\x31\x4c\xa0\x60\x5e\x11\xbd\x3c\x65\xa8\xff\x57\x91\xe8\x65\x19\x14\x61\x1a\xa7\x93\xd0\xc3\x32\x28\xd2\x1d\xe5\x1b\x57\xc4\xe3\x5a\xe4\xaa\x29\x9f\xf7\x50\xf3\x28\x8f\x8b\xf3\x45\x34\x72\x5b\xa1\x08\xb3\x94\xab\x0b\x9a\xd1\x76\x2b\x82\x2c\xce\x24\x91\x1f\x3e\x32\x88\xb2\x34\x53\xeb\xce\x94\xdc\x42\x45\x76\x56\xd9\xde\x7b\x82\xa7\xb2\x75\x54\xaf\x96\x68\x56\xf9\x15\x33\x8b\x51\xb6\xb9\x88\xbf\xb5\xff\xd2\xe0\x71\x11\xbb\x78\xd4\xc5\xe3\x0d\xf2\x86\x29\x47\xd3\x71\x7c\x3a\x88\xa9\x2a\x03\xa6\xa8\x8f\x77\x9e\x77\x48\x15\x8e\xa9\x8f\xcf\x2f\xcf\xbd\x58\x2a\x50\x1f\xef\x06\x6f\x90\x2a\xb3\xcc\x49\x2a\x9a\xf1\xd4\xd7\xa4\xaf\x92\x7f\x65\x7f\x8f\x16\x02\x95\x39\x4b\xa8\xf9\xf3\x2f\x7f\xc3\xae\x32\xcb\xea\xeb\x8b\x06\xf6\x52\x2a\xa1\xbe\x3e\x8f\x34\x80\x45\x51\x81\xfa\xde\xae\xe0\x97\x13\x0d\x51\x50\xa0\x7a\x92\x06\xe9\xac\x50\x85\x44\x9c\x70\xa2\xc9\xd9\x53\x65\x59\xd5\x6b\x59\x35\x96\x00\xa0\x56\x75\xe3\x42\x92\x46\x9e\x2b\xd4\xaa\x06\xab\x37\xc8\xdd\x5d\xa5\x27\xea\xd5\x13\x0d\xbf\x8c\x1d\xd4\xa6\x1e\x5e\x43\xa9\x31\x25\x0c\x55\x18\xa4\x7a\xf8\x83\x19\xfe\xa8\x5d\x5f\x75\xd7\xc7\x45\x4b\xcd\x9c\x0e\xd4\x30\x8e\x8a\xd6\xda\xf4\x9d\xc5\x77\x44\xc8\x95\xd5\x0d\xa8\x66\x21\xe3\x77\x0c\x84\xa2\xa2\x87\x8c\x83\x13\x94\x70\x36\x89\xfc\x30\x4c\x8f\x3a\x34\x5d\xc3\xbf\x63\xb8\x1d\x75\x68\xbe\xbe\x14\x32\x8e\x8f\xf1\x11\xd4\xaf\x86\x8c\x3b\xef\x53\x3f\x3f\xef\x67\xd5\xf2\x08\x4a\xd4\x80\x12\x55\xeb\x23\x28\x51\x67\xb4\x49\x17\x5e\x95\xf5\x53\xa7\x2b\x64\x86\xe9\x21\xea\x09\xd4\xf5\x86\x8c\x6d\x2e\xf5\x25\xa0\x04\xeb\x95\x51\x99\x22\x88\xba\x7d\x5e\xc8\xb7\x8b\x2a\xd7\x6d\xdd\x25\x64\x3c\x74\x5b\x73\x16\x38\x43\x17\x6a\x3d\x5a\x87\xd3\xfe\xf1\x47\xed\x3f\x86\x05\x34\x16\x3a\xa1\x5d\xe4\x50\x15\xe2\x68\xf2\xbc\xb4\x7b\xd8\x2b\xdf\x47\x43\x13\x58\x70\xba\x88\xaa\x20\x46\x63\xad\x01\xda\x85\x0d\x55\x81\x0a\xb1\x40\xa0\x65\xbf\x4b\x49\xfb\x8b\xc6\x60\x26\x5a\xdc\xf9\x64\x48\x45\xd3\x9d\xdf\xde\x98\x12\xa2\xea\x26\x0f\x6b\x7b\x47\xc8\x38\x36\x9d\xd5\x56\x62\x79\x88\x9c\x9b\x02\x1c\x2d\x2c\x8a\xaa\x39\xd1\x69\x6d\x61\x51\xb0\x6c\x1a\x4d\x16\x45\x0b\x8b\x82\xb5\xd1\x68\x4d\xb3\xd2\x5a\xc8\xd8\xa6\xac\x86\x16\x77\x37\x63\xfb\x68\x5d\x6d\xf6\x19\x32\xce\x59\xd7\x18\xe2\x7e\x66\xfc\x1e\x0d\x1a\x03\x7c\x0c\x7c\x3c\x13\x4d\xfe\x05\x67\x6c\xb8\xb2\xdf\x56\x69\x43\x73\x3d\xbc\x2f\x8d\x3e\x8b\xa6\x6b\xb3\xf9\xab\x39\x95\x81\x8a\xa6\x20\x86\x13\x2f\xe4\x87\x61\x78\xb4\xa9\xbd\x12\x3e\x82\x46\x2f\x5d\xd3\x9d\xda\xc2\x0f\xc0\xf7\x31\xd1\x74\xa9\xb6\xb8\x54\xf9\x3e\x26\x9a\x4e\x49\x5b\x16\x32\x0e\x61\x69\x78\x2b\x86\xf0\x4b\x61\x45\xd3\xb5\xda\xe2\x24\x30\xb4\x8f\x26\xff\x41\xdb\x3b\x64\x1c\x83\x02\x1c\xce\xc1\x90\x9f\x46\xa3\xaf\x1d\xb5\x19\xbe\x05\xd6\x29\xa3\xe9\x6a\x75\xe6\x85\x2b\xfb\xb5\xd9\xe5\x3f\xe8\xe1\xf5\x6c\xdc\x9e\x5d\xe7\xab\x87\x67\x93\x75\xca\xe8\x7c\x5f\x0b\x3d\xe5\x90\x55\xca\x8a\x64\xd1\x97\x5f\xbe\x00\xba\x82\x1f\x3d\xc5\x3a\x10\xc5\x8b\xb1\x01\x4e\xd0\x70\x65\xec\xa7\xbc\x9e\x3d\x8e\x26\x09\x83\xd1\x75\x34\x7b\x8e\x7e\x9a\xbe\xdb\x92\xc5\x3a\x10\x8e\x77\x85\x3a\x7b\xc0\xf1\xf6\xcb\x8c\x45\x7f\x35\xf6\xf0\x88\xb2\xf6\x19\x5d\xf1\xcc\x5e\x62\x1d\xe8\x04\xe9\x82\xe3\x3d\x3c\xa2\x8c\xfb\xa3\xb3\x5c\x07\x3d\xe0\x38\x99\x86\xd1\xab\xe6\xac\xfa\x9c\x75\x1a\x84\xbd\x6a\xce\xaa\x85\xac\x53\x36\x25\x5b\x21\x63\x5f\xe4\xd9\xec\xcd\xf7\x2e\x6b\x9f\xd1\x05\xe3\x9d\xbc\xe1\xca\x38\x9f\x0a\x84\xf6\x9e\x43\xc6\x7e\xca\x49\xd0\x03\xaa\xf7\x57\x32\xee\xf9\x1e\xaa\x80\xd1\x78\x88\x96\x01\x4e\xbd\x70\x65\xec\xa7\xd4\x84\x53\x2f\x74\x1d\xdb\xae\x0b\xba\xc7\x05\xcd\x37\x37\xd1\x75\x41\xf7\xf0\x50\x32\xa2\x8e\x2e\x17\x64\x0f\x17\x64\xd7\x16\x94\x1f\xa0\x87\x1f\xa0\x6b\x0b\x2a\xb6\xea\xcc\x0b\x57\xc6\x29\x53\x6c\xa4\xc7\xc5\xde\x09\x1b\xfb\xa7\x7e\x7e\xbe\x5d\x14\x51\x17\xf3\x02\x7a\x5c\xde\x0a\x7f\x77\x5d\xde\x3d\x2e\x6f\x85\xb8\xfb\x54\x5f\x66\x2c\xbb\xb6\xa0\x2e\xf6\xbe\xa2\x4d\x6d\x41\xc5\x5d\x7b\xa8\x25\x19\x38\x5d\x01\x97\x1e\x17\xbb\x2c\x9c\xae\x8b\xbd\xef\x1a\xb2\xbf\xf7\x3a\x06\xba\x62\x2e\x7d\x5f\xb4\x97\xb5\xd1\x64\x0d\xf4\xe3\x3d\x55\x04\x5c\xe4\x0a\xe8\x67\x87\xec\xb7\xb1\x8d\xd4\x2e\x70\x22\x04\x48\x4f\x98\xf4\x8b\x25\xd7\x13\x56\x24\x83\x64\x31\x40\x46\x4e\x4c\xd8\xde\xf2\x13\xb2\xdf\x84\x1a\x6b\x72\x60\xd9\xf5\x20\xf9\x7d\x61\x4a\xa5\xb0\xd0\x2f\x46\x3f\xb1\x49\xbf\x58\xe8\x17\x59\x3b\x26\xd8\x6f\x11\x71\x91\xb9\x63\x72\x42\x5a\xc0\x02\x12\xf5\xc2\x04\xfc\x2d\x9c\x90\x0a\x64\x8b\x3f\x01\x56\x62\x7c\xdc\x84\xc6\x7c\x24\x38\x7f\x42\x7e\xf8\xb2\x26\xc4\x9f\x00\x0b\xc8\xa0\x80\xb4\x49\x87\x58\xe8\x10\x56\x98\xc0\x14\x39\xb1\x88\x9c\xc8\x76\x31\xe9\x17\x0b\xfd\x22\xe3\xc5\x98\xd5\x0d\x0b\x37\x81\x02\xd9\x26\xa8\x61\xcd\x97\x1d\x74\x59\x98\xec\x76\xbb\x76\x7b\x4f\x5a\x5a\x19\xe7\x4e\x83\xa0\x57\xd5\x60\x4a\xa5\xb0\xab\x0a\x7a\xd2\xc2\x4a\x13\xd8\x70\xb6\x22\x9a\xb7\xe2\x47\x80\x5d\x08\xd2\x93\x96\x7c\x68\x79\x86\x4f\x89\x6c\x25\x51\x27\xc0\x2e\x3a\x01\x5f\x6d\x81\x7d\xda\x99\x81\xef\xf9\x88\x27\x4c\xf8\xde\x99\x13\xf2\x83\xbf\x7c\xa7\x19\x09\xe4\x42\x4e\x60\x98\xa2\x1b\xce\x80\x90\x1f\xd9\x4b\x36\xb5\x3a\xe1\x2a\x54\xec\xdb\x84\xef\xed\x82\x18\xbd\xa3\x0e\x91\x23\xc0\xc9\x11\xf2\xc3\x4a\x19\x98\xbc\x88\xce\x93\xd0\xaa\xf6\x89\x9c\x88\xb6\xa2\x27\x5a\x01\x21\x7f\x8b\x88\xac\xa2\xe9\x26\xed\x60\x17\xde\x40\x51\x26\x13\xa4\xb1\x80\x34\xd0\xd1\x92\x51\x60\x11\x12\x21\x5d\x30\x44\x8d\x00\x84\x83\x91\x94\xc0\x80\xdc\x05\xce\x84\x70\x65\x46\xd9\x96\xcc\x8f\xab\xf2\x86\x44\x7f\x00\x84\x83\x91\x05\xd1\x80\xd4\x0a\xd2\x08\x19\xdb\x54\xdc\x03\x11\xc8\x25\x27\x30\x20\x48\x83\x50\x39\x2c\x96\x86\x68\x13\x80\x1c\xbf\x47\x48\x03\x79\x18\x11\xd6\x06\x88\xaa\x21\x6b\x03\x11\xe4\x25\x27\x30\xa0\xb8\x07\x42\xe5\x80\xc7\x0e\x2c\x74\x02\xde\x3b\x9f\xe9\xe1\xb1\x83\x3c\x8c\xce\xa0\x70\x65\x9d\x32\xcd\xa7\x43\x9a\xf4\xf0\x2c\x88\x36\x01\x28\xe3\x2e\x2d\x51\x35\xe4\x7c\x84\xc7\x78\x13\x39\x81\x01\xc5\x71\x51\xa3\x2b\xdc\x12\x90\xc6\x71\x72\x85\x9c\x14\x87\x17\xa3\x02\xd0\xe6\x3f\xfe\xa8\x02\xa4\x90\x7b\x00\x1e\xbd\x48\xa4\x04\x06\x4c\x33\x6d\x6f\xc8\xd8\xa4\xa2\x09\xb8\x38\xa4\x0a\x73\x42\x29\x1b\xce\x61\x50\x9b\xd6\x5c\xba\x08\x17\x4e\xdc\x16\x39\x00\x39\x07\x9c\xb1\x20\xa7\x87\x7a\x05\xd2\x2b\x18\x31\x70\xc2\x74\xc8\x8d\xe8\x8c\x05\x57\xc6\x75\x15\xbe\xc0\xfc\x53\xc6\xbe\xc8\xec\x81\x1b\xf9\x49\xc1\x74\xe8\xa4\x3b\x87\x40\x4e\x0f\xc3\x83\xd0\x91\x75\x2e\x80\x9c\x1e\xaa\x7d\xe8\xd6\x76\x2e\x80\x9c\x12\x1d\x1c\x50\x18\x13\x7e\x6b\x27\x52\xf4\x62\xc8\x9c\x70\x2e\x80\x9c\xf8\x2c\x1a\x86\xce\xe5\x70\x73\x22\xb1\x74\x17\x43\xe6\xc4\x70\x93\x21\xb1\x3c\x17\x43\x26\xc3\x48\xe6\x32\xae\xde\x90\xe3\x7f\x78\xec\x30\xb1\x74\x17\x43\xd7\xef\x78\xa3\x4d\xce\xe7\xd0\xf5\xeb\xd5\xf8\x39\x25\x66\xe3\x8c\xc2\x79\x19\xa5\xfc\xe3\x0f\x90\x52\x15\x43\x47\xc1\x6b\xef\xef\x67\xfc\x39\x52\xbf\x62\x94\x18\x1e\x97\x61\x54\x0d\xaf\xc6\xb4\xd0\x8b\x31\x74\x16\xbc\x2e\xff\xca\x40\xd9\x94\x2c\xa6\x9a\xb0\x72\x34\xb5\x19\xe7\x24\x51\x7d\x0c\xa1\xfb\xd1\xa2\x4d\x6a\xf1\x21\x04\xef\x05\xf7\xed\xa1\x5f\x54\x75\xf3\x18\x96\xae\x88\x8a\x6c\x30\x8f\x18\x5e\x25\x9f\x13\xf9\x79\x31\xa0\x45\xbf\x47\xa6\xb1\x54\x1d\x43\x19\x06\x03\xb1\x06\x8c\x25\xab\x34\x1e\x5e\x1a\xdf\x58\xc5\x8e\xc1\x22\x04\x8c\xf1\xb8\x88\xd3\xa5\x9c\xa7\x31\xfc\xc7\xd4\x0f\x1d\xae\x31\xbc\x8f\x0a\x40\x0f\xe5\x16\x78\xcd\xfc\x95\xb1\x23\xba\x7d\xc7\xe7\x07\x28\xff\x5d\xe0\x3b\xa6\xf6\xca\x2c\xf1\x29\xc7\x3e\xb5\x08\x73\x84\x8c\x1b\x49\x79\x93\x63\xce\x6b\xf2\x14\x8e\x42\xd0\x7e\xcc\x18\x05\x63\x06\x43\x97\xf3\x58\x7f\xca\x38\x8a\xad\x11\xee\x18\xa1\x8e\x89\xbc\xf5\x5e\x35\x7f\x65\xec\x8a\xae\xe0\x71\xfc\x78\x91\x0a\x18\x43\x9e\x83\x71\x62\x66\x78\x3d\x7f\xba\x82\x3f\xbf\x82\x93\x42\xc9\x9f\x62\x7c\xdf\x13\x7d\xe1\xf1\xfa\xe4\xb2\xff\x42\x0d\x64\x26\xbb\x7d\x52\x03\x5f\x8a\x36\x79\x75\x7f\xba\x9e\xbf\xe4\x7b\x5a\xa1\xe4\x8f\xb4\xaf\xf0\xc2\xfb\x2b\x63\x5f\xb2\xda\xcc\x7e\x4e\x32\xcf\xd0\x27\x9f\xfd\xe7\xd7\x6c\x52\xb8\xf8\x93\x77\xc0\x0b\xe8\x73\x62\xdd\x2c\x3e\xb2\x9f\xe1\x2b\x4f\xc8\x7e\x67\x56\x55\xf3\xf8\x42\x0f\x28\x5c\xfc\xc9\x03\xff\xb9\x53\x2f\xf1\x35\x50\x7c\x42\xe8\x9f\x23\xf4\xf4\xd2\x34\xfb\x94\xff\xe8\x95\xf1\x57\xc6\x36\xbb\xc6\xd7\xa3\xcd\x57\x32\xb5\xe9\x41\xb7\xc4\x57\x3d\xa1\xca\x78\x7c\xe6\x63\x78\x09\xb5\x3f\xf9\xd3\xbd\xc2\x3d\xa7\x97\x57\xd8\xa7\x5b\xf1\x83\xaf\x03\x69\x74\xf1\xe9\x48\x7f\x88\xb1\x6b\xfd\x74\xa6\xbf\x11\xdf\x51\x3f\x7e\xba\xfa\xbe\x38\x81\xac\x60\x80\x6a\xdc\xf1\xcd\x18\x83\xe6\x5a\xc7\xe8\x73\x1f\x76\x2a\x34\x75\x3f\x79\xe7\xbe\xe5\xeb\x57\x92\x64\xbc\xde\xbc\xcc\x3d\x27\x61\x78\x3d\x8c\x0f\x7f\x18\xff\xca\x38\x9f\x42\xb2\xfe\x10\x3e\x3a\xd5\xea\xc7\x5a\x1e\xf8\x3b\xf8\xf7\x33\xca\x58\x52\x80\xef\x44\x37\xe9\x60\xfc\x84\x72\xbf\x33\x43\xf6\xfb\xb9\xa9\x23\x36\x3d\xed\x30\x15\x1e\xcd\x29\xe7\xdc\x8c\x63\x54\x98\xdd\x33\x85\x72\xe7\x13\x7d\xa1\xaf\x5a\x05\xf9\xf0\x02\xfc\x2b\xfb\xf5\x73\x2a\x1c\x3e\x3d\xed\x30\x15\xfa\x9c\xa7\xc2\xe1\x33\x47\x5f\x88\x9c\x55\xae\x0f\x7f\x07\xff\xca\xf8\x7b\x32\x90\xe7\x1b\x53\xcd\xa3\x39\x59\xb0\x83\x19\xb7\x30\x19\x68\x31\xe5\x64\xf3\x37\xf2\xaf\xec\x77\x34\xa7\xae\xe1\x19\x88\x54\xa1\x19\x95\xe5\xc3\x2b\xed\xaf\x8c\x6d\xca\x37\x3e\xab\xf7\x53\xa1\x99\xa9\xeb\x74\xba\x6f\x3c\xb1\x4a\x12\x53\xc6\xac\x57\xd3\xe7\x44\xba\x58\x4c\xc5\xbc\xbd\x84\x3e\x27\x85\x58\xa6\x1c\x62\xfe\x08\x7e\x4e\x0a\x95\xa8\x84\x1e\x5e\x42\x7f\x65\x6c\x53\x71\x6d\x2f\xa1\xd7\x2b\x82\x98\xa6\x21\xb8\x1f\x2d\xf1\x1d\x3a\x4c\x41\xd9\xe9\x7e\x34\x3e\x22\x88\xa9\x7b\xd8\xeb\xec\x3b\x0b\xfe\x30\xa1\xc9\x8c\xf3\x5c\xb5\xc9\x04\x73\xfd\x99\xfd\x5e\x89\x15\xa6\x4c\x6e\xaf\xc0\xef\x55\xcb\x2a\xbb\xda\x1f\xd9\xef\xb2\x3c\x55\x90\x0f\x2f\xc8\xef\x95\xae\xb0\x29\xf7\xda\xbc\xa6\x72\xaf\x54\xb7\x7a\x45\x1f\xf1\x52\x3e\x4b\xfd\x30\xe5\x5c\xf3\x87\xf1\x73\xaa\x04\xd4\x53\xce\xb5\x39\x6f\x8b\x64\x51\xc5\x54\x84\x7d\xce\x18\xb4\x4e\x81\x42\x05\x4e\x0c\xa0\x77\x0c\x31\x65\x53\xcf\xf5\xe7\xaf\xb1\x27\x8a\x14\xcc\x75\xa7\xb8\x51\x45\x4f\xa9\x22\xa7\x13\xd0\x33\x86\xd0\xd3\xfb\xf0\xa7\xf7\x73\xaa\xd4\xa6\x53\xf6\xf6\xbc\xf6\x76\x6f\x54\x52\x53\x29\x88\xfe\x40\xff\xfd\x8c\x63\x13\xae\x9f\x3b\x76\x16\x5d\xf3\x53\x41\x38\xe7\x31\xb8\x32\x76\x45\xca\x6d\xee\xe8\x8a\xf6\xcf\xd6\xba\x9d\x18\xb8\x4e\xbf\xbc\x78\x33\x40\x82\xa2\x4a\x22\x36\xc0\x0a\x20\xc0\xca\x4f\x2c\x69\xb0\x95\xa2\x9f\x84\x72\x4b\x79\x86\x4e\x5e\x90\x13\x59\x6e\xb1\x74\xa1\xaf\xd0\x52\xac\xe0\xc4\x52\x1d\xc4\xf2\x84\x9e\xa4\xc8\xd1\x92\x4d\xbd\xf2\x0e\x19\xfb\x29\x5b\x61\xc5\x65\x4f\xaa\x5a\x2c\x69\x29\x7f\xce\x3f\x27\x85\x79\x96\xec\xe6\xe5\xa1\x80\xa4\x30\xcf\x92\x1d\xb1\xc2\x00\x6e\xbc\x60\x97\xdc\xfd\x2b\x0c\xe0\x46\x0d\xbd\x14\x70\xf7\x57\xff\x73\x92\x95\xbb\xf8\xde\x22\x56\x00\xfb\x46\xbf\xc7\x92\x5b\x6d\x05\x48\x60\x29\x26\x96\x40\x82\xf3\x26\x5c\x19\xc7\xa0\xcc\x1c\xe7\x3f\xb8\xb2\xbf\x57\xf0\x06\xbd\xe8\x0f\xa7\x40\xc8\x89\x15\x90\xd0\xab\xfd\x58\xee\xba\x4f\x9d\xe7\x68\x09\x27\xac\x30\x9f\x3b\x53\xe3\x96\xcc\xe7\x35\x7c\x8b\x2a\x6a\xb1\x86\x7e\x2f\x10\x7e\xd7\x32\x49\x7f\xac\xcf\x2f\x59\xbe\x8f\x08\xbd\xe8\x8f\xf5\x8d\x90\x71\xda\x84\xfe\x57\x60\x8f\xae\x65\x9a\xfa\x2e\xce\x7b\x27\x4e\x5f\x72\xb3\x3b\x97\x41\x4e\x2c\xf6\xc3\x5a\x1a\x5f\x1c\xc1\xce\xe3\xb9\x84\xc5\x9d\x89\x20\x27\x45\xb4\xc5\x44\x80\xe5\xee\xb0\xa4\x30\xc2\x52\x84\xcf\x49\x09\xae\x4c\xdf\xe9\xf7\xe2\x08\x0a\x98\x88\x8a\x00\xfb\xf1\xad\xa6\x0a\x3b\xd1\x0d\x60\xc7\x11\x34\x5e\x88\x5b\x47\x70\x07\xde\x36\xae\x91\x5e\xd1\xc7\xce\x9e\xdd\x41\x2d\xb2\x65\x59\xef\x7b\x92\x9a\x0a\x48\x44\x0c\x00\x27\x06\xc8\x89\x6f\x04\x42\xc5\xff\xf0\xe2\xff\x26\x1f\xda\xd6\x6d\xbf\x9d\x57\x84\xcf\x6a\x61\xcb\xe6\xde\xc5\xfb\xa1\x61\x0b\x6a\xef\x30\xb9\x15\x5b\x50\x0d\x3f\x76\xf5\xcf\x68\x5e\xea\x6d\x7d\x78\x79\x7f\x4e\x2a\xbc\xdb\xb2\xaa\x77\xe4\xb4\x70\xb3\x6f\xa1\x80\xed\xd1\xf3\xc4\x27\x07\xb1\xbb\x3e\xeb\xbe\xa1\x95\x7c\xb5\x65\x71\xfb\xf3\xf9\x57\xd6\x28\x7b\x25\x6b\x21\x63\x9b\x4a\x6a\xd9\x8e\x10\x9a\x66\x59\x08\x61\x07\x42\x50\xd6\xd6\x96\x77\x7d\x23\x7e\x8e\x6a\x67\xeb\xbc\x6e\xc4\xcf\xd1\x66\xdb\xd0\x7a\x07\xae\x57\x49\xde\x1e\x1a\x42\x9c\x65\x23\x68\x14\x29\x00\x76\x9c\x65\x95\xdd\x6d\x9d\xe5\x1d\x67\x59\x65\x77\x22\x05\xc0\x8e\xb3\xac\xb2\xbb\xad\x94\xba\xed\xe9\xb8\x49\x65\x77\x5b\xe9\xb8\x3b\xce\xb9\xa2\x1c\x5b\xe7\x7c\x5f\xd0\xd0\xa5\x1d\xb7\x2a\x23\xf7\x8c\x9f\xa3\x2b\x62\x4b\x05\xec\x19\x43\xe0\x2d\xb5\x85\x14\xb6\x27\x15\x24\x05\x39\xb6\x32\x75\x77\x98\x26\x0a\x72\x88\x67\x00\x3b\xbc\x72\xca\xdf\xda\x32\xf1\x77\x98\x2d\xa0\xda\xdc\x52\x2b\x3b\x00\x01\xe1\xf2\xd6\xa5\xbf\x43\xe3\x80\xd6\xe3\x56\x4e\xc1\x0e\x8d\x43\x7e\x57\x6c\x69\x9c\x1d\x1a\x47\x05\x80\x5b\xa6\xc9\x3e\xbe\x23\x14\xb1\xd8\xd2\x38\xfb\x9a\x2d\xad\x73\x4f\x8b\x9d\x00\xc7\xfd\xef\x49\xb9\x5f\x87\x1c\x26\x38\x61\xe0\x83\xa8\xf7\xc8\x97\x77\xc2\x32\x51\xb1\xde\x51\x66\x8e\xb3\x0a\x5c\x99\x51\xb6\x24\x8b\xe1\x11\xcb\x89\x66\x00\xe7\x8d\x21\x50\x49\x1f\x19\xf1\xe7\xde\xeb\xbd\x33\x39\xe5\xc8\xf8\x38\x25\x16\x8f\x7b\xfa\x28\xc2\x7f\xc2\x07\xa8\x30\xc1\xe1\x83\xad\x38\x25\xba\x42\x28\x24\x46\x00\x9c\x1a\xd3\x42\x3d\x76\xa4\x90\x4e\xc0\x01\x29\xb2\x53\xd5\xcd\xf0\x01\x92\x53\x15\x47\x59\x76\xc7\x6b\x97\x12\xa8\xdb\x8f\x7c\xe5\x27\xa0\x02\x68\x08\x1d\x41\x85\x13\x70\x40\xaa\xec\x08\x0e\x38\x05\x41\xce\xaa\xad\x3b\xf2\x19\x1c\x37\x68\xb2\xc2\x04\x22\x21\x80\x93\x10\xe4\x4c\x4e\x55\x1c\x19\x34\xe7\xea\xa4\xae\xb4\xb0\xa3\x9a\x49\x27\x28\xb8\x9f\x71\x47\x28\x31\xe0\x78\xfe\x50\xe6\xd3\x81\x38\x32\x5b\xce\xd5\x4e\x39\xf3\xe9\x40\x1c\xe5\x16\x1d\x44\x37\xb5\x03\x15\x0f\x74\x66\x83\x2b\xe3\xef\x49\xb5\x38\x5b\x41\xce\xcf\x6f\xd9\xc7\xc3\x5d\x3d\xfc\x2d\xf2\x8c\xe7\x87\xbc\x86\xaa\x84\x47\x94\x15\x82\x19\xfb\x23\x4b\x16\xc5\x3b\x4a\xbd\x1f\xaf\x64\x91\x42\x0f\x26\xfa\x0e\xa5\xd0\x0f\xcf\x65\x7e\x9f\xe7\x87\x9c\x47\x81\x64\xb3\x5d\x59\xfe\x85\x5d\x76\xa7\xa3\x76\xf7\x3b\x67\x34\xf4\xb6\x5e\xb1\xd8\x9e\x56\x41\x2e\x95\xdd\x09\x49\xb6\xbf\x85\x90\x54\xfe\xb7\x8d\x99\x74\x3b\x82\xbc\x99\x9c\xaf\x67\x10\x3e\x9c\xf1\xc4\xda\xfd\xfa\x7f\x06\xab\x88\xce\x48\xf1\xdd\xef\xa4\x9f\xc1\xa8\xd8\x19\xee\x92\xcb\x8c\x9e\x9c\x91\xf5\x5d\xfe\xf3\xf7\xd8\x26\x03\xf1\xc7\xe9\x7e\xaf\xec\xcf\x35\x38\x5b\xbf\xe7\xc8\x85\xb3\x7c\x36\xe3\x07\x67\x27\xfb\xcb\xb8\xcf\x7e\xf5\xcd\x5b\xfe\xf1\x47\x7b\xfe\x4f\xaa\xb3\xf2\x7f\x83\xbd\x67\xb3\x94\xf2\x38\x11\x12\x19\x72\xce\x7e\xf5\x5b\xaf\xff\x16\x7b\x41\x5c\x74\x1c\x17\x31\xbb\xee\x08\x16\x1d\x87\x45\x7c\x6e\xff\x6c\x6a\xa8\xe3\xc4\x49\xcc\xba\x3b\x9b\x0a\xea\xec\x6b\x82\x54\xe3\x37\x04\x52\x67\x97\x72\x25\x46\x89\x7a\xe0\x24\x6c\x0f\x1f\xd4\x3c\x9b\xf6\xc8\xd9\xce\x16\xfc\x3c\xaf\x64\xfa\xce\xdf\x8e\x7a\xc8\x24\x7c\x36\x3d\x23\x27\x98\x8b\x54\x70\x7a\x0e\x5f\xf4\x3e\xc7\x53\xcb\x7e\x56\xcc\x39\x2c\xa7\x3d\xae\xdd\xf8\xa6\xdb\x11\x31\xc7\x09\x62\x8e\x66\xff\xfb\x8a\xdc\xff\xf9\xf7\xf1\xcf\xff\xe7\xff\xfb\xff\xc7\x3f\xff\xc7\xf8\xf7\xfd\xc7\xfc\xef\x7f\xfd\x6b\xff\xc7\x7f\xad\x7f\x9b\xff\xf5\xc7\xff\x7b\xff\xf5\x8f\xb5\xcf\xbf\xfd\xc7\xfe\xd7\xfe\x9f\xff\xf9\xdf\xff\x9a\xfb\x8f\x7f\xfe\xe7\x3f\xef\x57\xfe\xdf\xff\x0a\x00\x00\xff\xff\x6a\xcb\x90\xcd\xbb\x0d\x04\x00"); +func _ac ()([]byte ,error ){return _c (_gec ,"78-V")};func _cag ()([]byte ,error ){return _c (_bab ,"Adobe-Japan1-2")};func _cdca ()([]byte ,error ){return _c (_ffbd ,"HKgccs-B5-V")};var _bfb =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x4c\x92\xc1\x8e\xdb\x20\x10\x40\xef\xfe\x8a\x39\x6e\x0f\x5b\x1b\xdb\xc0\x46\xaa\x2c\xb5\x49\xa5\xfa\xb0\xdb\xaa\xd9\xa6\x95\xaa\x1e\x08\x4c\x52\xa4\x1a\x23\x6c\x1f\xf2\xf7\xd5\x0c\x4e\xb2\x07\x6b\x98\x07\xbc\x19\x0c\xe5\xb6\xdf\xf5\xc1\xcf\x50\x7e\x4b\xa3\xdd\xe3\x0c\x27\x1f\x5c\xc2\x69\x5c\x92\x45\x38\xe2\xd9\x87\xa2\x10\x35\x38\x6f\xe7\x6b\xca\xc1\x0e\x26\x16\x45\xf9\xf9\x15\xc3\x30\x3d\x7e\x92\x8f\x5f\x60\x99\x70\xa5\xdb\x7e\xb7\xbf\x4c\x33\x0e\x7d\x38\x8d\xd0\xe4\xdd\x6e\x89\xab\x01\xa0\xfc\x8e\x67\x3f\xcd\xe9\x02\x0f\x1f\xdd\x78\xc4\x77\xe0\xf0\x44\xfc\x6b\x72\x98\x7c\x38\xc3\xc3\xf6\x65\x2f\x6e\x78\xbf\xc4\xf8\x0f\x07\x0c\x33\x54\xcc\x30\x38\x8e\x45\xb9\x7d\x36\xf1\xc5\x0c\x08\x6f\x7a\x39\xf0\x1c\x4f\x1d\x30\x4d\x7e\x0c\x20\xaa\xf7\x55\x25\xef\xfc\xf5\x12\x11\xc4\xea\xf8\xf5\xa3\xdf\xc1\x6f\x01\xa2\x82\x5a\xca\x8d\xfe\xb3\xf2\x9f\xcf\xa3\xbb\xad\x52\xb9\x7b\xeb\x9d\xfd\x6b\x52\xf1\xc1\x88\xf6\xd8\x81\x68\x54\xab\x38\xb1\x1d\x88\x6a\x43\x43\xa9\x3a\x68\x44\xcd\xc3\xa7\x0e\x44\x9d\x87\x86\x56\xeb\xb6\xe1\xc4\xe6\x44\xd2\x49\xae\x4a\xfa\xd1\xd7\x1a\xc9\x84\x33\xf2\x4a\xd7\x01\x05\xa4\x0d\x15\x11\x25\x98\xa8\x9a\x48\xcb\x44\x66\xa2\x88\x3c\x31\xd9\x64\x42\x35\x5b\x2e\xaf\xb2\x47\x91\x27\x77\xac\xb3\x47\x93\x47\xb2\x59\x67\x8f\x26\x8f\x64\xb3\xce\x1e\x4d\x1e\xc9\x66\x9d\x3d\xfa\xde\x8f\xc9\x1e\x73\xef\xc7\x34\x99\xb4\x6b\x3f\x56\x61\xdb\x01\x05\x49\xd5\xab\x8d\x5e\x8f\x9d\x4f\xc9\x09\xbd\x9c\xdb\x5d\xda\x25\x25\x0c\x33\xbf\x1b\xbe\x2e\xba\x02\x1f\xf0\xf6\x32\xe3\x18\x69\x17\x7f\xff\x03\x00\x00\xff\xff\xfc\xb5\x10\xb6\xc5\x02\x00\x00"); +func _cce ()(*asset ,error ){_fcg ,_agae :=_fff ();if _agae !=nil {return nil ,_agae ;};_ddg :=bindataFileInfo {_dae :"90pv-RKSJ-V",_fb :1381,_ae :_be .FileMode (436),_g :_a .Unix (1580491056,0)};_fca :=&asset {_dd :_fcg ,_ef :_ddg };return _fca ,nil ; +};func _ffa ()(*asset ,error ){_cdg ,_fcc :=_agd ();if _fcc !=nil {return nil ,_fcc ;};_bcf :=bindataFileInfo {_dae :"Adobe-Japan1-7",_fb :2201,_ae :_be .FileMode (436),_g :_a .Unix (1580491344,0)};_acbf :=&asset {_dd :_cdg ,_ef :_bcf };return _acbf ,nil ; +};func _caa ()([]byte ,error ){return _c (_aed ,"B5pc-V")};var _edae =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\x53\x4d\x6b\xdb\x40\x10\xbd\xcf\xaf\x98\x63\x7a\x68\xbd\x1f\x96\x76\x05\x83\xa0\xc4\x04\x5c\x48\x13\xea\xa6\x29\x94\x1e\x64\xed\xc8\x08\xe2\x95\x90\xe4\x83\xff\x7d\x99\xb1\xe3\x42\x0e\x1e\xf9\xed\x7b\x6f\xfd\x66\x34\x5e\xdd\x6f\x37\xdb\xdc\x2f\xb8\x7a\x9e\x86\x76\xc7\x0b\x76\x7d\x4e\x13\xcf\xc3\x69\x6a\x19\xf7\x7c\xe8\x33\x80\x75\x98\xfa\x76\x79\x87\xfa\x68\x8f\xcd\x08\x20\xfe\xdd\x79\x5e\xf8\xb8\xcd\xdd\x80\xfe\xa2\x4b\xa7\xf1\xaa\x45\x5c\xfd\xe0\x43\x3f\x2f\xd3\x19\xef\xbe\xa6\x61\xcf\x9f\x30\x71\x27\xe7\x4f\x53\xe2\xa9\xcf\x07\xbc\xfb\xd6\x8c\x4d\xb6\x37\x62\x77\x1a\xc7\x37\x3e\x72\x5e\xd0\xe8\x19\xe7\xa4\x4f\x58\xdd\x3f\x36\xe3\xf7\xe6\xc8\xb8\x7a\x7d\xfe\xbc\x3b\x1f\xf7\xc3\x9b\x32\x4a\xfc\xe2\x69\xee\x87\x8c\xd6\x7c\x31\xa6\xfc\x7f\xfe\xf3\x3c\x32\xda\xeb\x0d\x2f\xdb\xcd\x53\xd7\xcd\xbc\x60\x2c\xe3\x45\xf3\xfb\x65\xbb\xc1\x3f\x16\xad\x41\x57\xf8\xc2\xfd\xbd\x4a\x5f\x1f\x87\xc4\xd7\x08\x60\x2f\x0d\xb5\x43\xe2\x79\x6c\x5a\x9e\x9a\x7c\x60\x40\x24\x63\x6a\xa4\x87\x87\x5a\x52\x7e\x60\xc1\x85\xab\xab\x4f\x97\x13\x32\xb6\x46\x2d\xd1\x14\x25\x90\x71\x02\x9d\xc2\x08\x64\xbc\x40\x5f\x63\xb4\x95\x05\x32\x6b\x81\x6b\x85\x22\x2e\x6a\x24\x1b\x45\x5c\x5a\x20\x5b\xd5\x48\x4e\xbd\x95\x03\x72\xe2\x75\xea\x8d\x25\x90\x13\xaf\x2b\x84\x75\x06\xc8\x95\x02\x4b\x65\x03\x90\x0b\x02\xf5\x2a\x27\x5e\xbd\xaa\x52\x36\x02\xb9\x46\x60\x23\xac\x17\xf1\x5e\x60\x52\xf1\x1a\xc8\xb1\xc0\x4e\xc5\x15\x90\x97\xfe\xbd\xd5\x90\x0e\xc8\x4b\x47\xde\xd7\x18\x62\x25\xac\xc4\x90\x12\x62\xb5\x06\xf2\xd2\x82\x94\x68\x15\x4a\x2a\x29\xd1\xf8\x02\xc8\x4b\x2a\x5f\xe9\x0f\x05\x20\x2f\x31\xa4\x44\x5b\x09\x2b\x31\x0a\x9d\x86\x75\x40\x85\x5c\x55\x24\x65\x03\x50\x21\xa9\xa4\x44\x5b\x58\xa0\x52\xe6\x1c\x24\x95\x33\x25\x50\x90\x54\xe1\x32\xe7\x00\x14\x64\x56\x21\x08\xeb\xbc\xbe\xb8\xf7\x17\x24\xdf\x65\xb1\x6f\x8b\xd6\x9e\xa6\x89\xf3\xa2\x6b\xad\xdb\x24\xeb\xd0\x67\xbe\xfd\x45\xc6\x61\x14\x97\x7e\xfe\x05\x00\x00\xff\xff\x81\xaf\xf4\x15\x4e\x03\x00\x00"); +func _dcg ()(*asset ,error ){_gdbe ,_feeg :=_gad ();if _feeg !=nil {return nil ,_feeg ;};_abbb :=bindataFileInfo {_dae :"HKm314-B5-H",_fb :11290,_ae :_be .FileMode (436),_g :_a .Unix (1580492384,0)};_efb :=&asset {_dd :_gdbe ,_ef :_abbb };return _efb ,nil ; +};var _dbfac =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\xfd\x4f\xeb\x2d\x3f\x92\xa0\x87\xef\xeb\x55\xdc\xe5\xfc\x16\xf3\xab\xcc\x54\xfc\x51\x42\x71\xc1\xcc\xb8\x71\x33\x8c\x6d\xdc\x1e\xdb\x60\xbc\x38\x27\x4f\x66\x53\xe0\xfe\x56\x51\x5d\xb3\x98\x77\x6f\xf4\x3c\xa7\xc6\xc6\x18\x6e\xad\x9e\xfb\xd1\xcd\xa3\x94\x94\x52\x28\x14\x0a\x85\x7e\xff\xef\xfe\xf1\xdf\xff\xe3\x6f\x7f\xfc\xeb\x8f\xdf\xff\x8f\x7f\xf9\xd3\xf5\x4f\xf7\x5f\x7f\x3c\x7f\xfc\xed\xf3\x97\xfb\x5f\xff\xf4\x9f\xff\x72\xdd\x3f\xde\xf7\x3f\xff\xf1\xb7\xdf\xfd\x6e\x3f\x7e\x7c\xfe\x78\xfd\xf5\x6f\x7f\x82\xeb\x5f\x5e\x7f\xfe\xdd\xef\xd6\xef\xff\xe9\xbf\xfc\xeb\x5f\xef\x7f\xf9\xc7\xdf\x9e\x3f\xfd\x18\x3e\xf7\xf9\xcf\x7f\xfe\x3e\xfb\xe3\xc7\xef\xff\xa7\xfb\x9f\xff\xf8\xaf\x7f\xfd\xcb\x7f\xf9\xf1\x6f\xfe\x9b\xcf\x9f\xde\xf7\xff\xef\xc7\xe7\x7e\x56\xfa\xff\xf0\x97\xcf\xfd\x97\x3f\xfe\xf6\xcf\x3f\xfe\xcd\x7f\xf8\xd3\x5f\xee\xd7\xfe\x5f\xff\xe3\x9f\xfe\xf3\x9f\xff\xfc\x7f\xde\xff\x72\xff\xf6\xd7\x1f\x3b\x69\xf7\x6f\x1f\xf8\xbb\xdf\xff\xbb\xff\xf8\xfa\xf3\x7f\xff\xfa\x97\xfb\xc7\xef\xff\xd3\x6f\x7f\xfc\x0f\xff\xf4\x6f\xff\xd3\xbf\xfb\xa7\xe3\xdf\xfe\x77\xfc\x27\xff\xf7\xbf\xdc\x7f\xf9\xd7\x3f\xfe\xe9\xb7\x1f\xfb\xf6\xff\xdf\xb6\xfa\xbf\xd3\xff\xe7\xff\xf2\xe7\xfb\x9b\xd9\xef\x7e\xff\xbf\xfd\xa7\x7f\xfc\xf7\x3f\xfe\xf7\xfd\xc7\xbe\xfd\x38\x32\xb6\xfa\x3f\xbe\xe9\xff\xeb\x7f\xfc\xd3\xe7\xfe\xb1\xf9\xd7\x61\x05\xae\x3f\x7d\xee\x7f\xfd\xf3\xeb\xba\xff\xf2\xfa\xed\x9f\xef\xdf\xfd\xf8\xf1\x87\x6d\xdb\xb6\x9f\x3f\xfe\xf0\xef\xfb\x1f\xfe\xe1\xe7\xfa\xfb\xbf\xf5\xef\x7f\xf8\x87\xf5\xf7\xfd\xdb\xe7\xff\xf5\x8b\xdf\xed\x66\xf4\xdb\x9f\xfe\xfa\xb9\x1f\xd3\xfe\x96\xc7\xb6\xed\xcf\xcf\x1f\xfb\xfa\xd5\xff\xf3\xbf\x7f\xb7\x6f\xdb\xf7\xed\x7f\xfc\xfc\xd7\x5f\x1c\xfe\xa2\xef\xf5\x8b\x3f\x6c\xdb\x6b\xe7\xef\x85\x63\x9b\xa4\x84\x29\xf1\xf3\xc7\xb1\x07\x29\x6d\x4a\xff\xfc\xb1\x67\x92\x32\x4d\x99\x3f\x7f\xec\x5b\x93\xf2\x32\xe5\xf5\xf3\x47\x95\xf9\xbc\x4d\x79\xff\xfc\xb1\x77\xad\x94\xb7\xef\x5e\xd8\x07\xcf\xbc\x7d\xfb\xc2\x3e\x36\x52\x0e\x53\xc6\xcf\x1f\x33\x06\x29\x96\x67\x61\x3f\x4f\x52\xca\x94\xfa\xf9\xe3\x08\x4a\xf8\xb6\x3c\x0b\xc7\xe6\xbb\x4e\x53\xce\x95\xcf\x41\x8a\x25\x5c\xa8\xa6\x16\x6f\x4b\xf8\xa6\x84\xd4\xe2\x7d\x99\x72\xfd\xfc\xd1\x49\xfb\xbc\x3f\xa6\x7c\x7e\xfe\xe8\xb0\xcc\xb7\x29\xf7\x7a\xc6\x9c\x1f\x53\x9e\xf5\x76\x4a\x78\x59\xc2\x85\x2a\xca\xf3\xb1\xee\x0b\x55\xbc\xeb\x63\xab\x2e\xec\x83\x77\x7d\xac\xc5\x42\x35\x75\xff\xf8\xae\x85\xb2\x0d\x3f\xbe\x6b\xa1\x6d\xe7\xdb\x77\x2d\x74\x92\xf3\xe3\xbb\x16\x3a\x29\xcf\xe3\xbb\x1e\xde\x45\x99\x1f\xdf\xb5\xd0\x96\xf0\xf1\x5d\x0b\x5d\xeb\x57\xfb\xce\xd7\x01\x9d\xeb\x5d\xfb\xc1\xbb\x40\xf9\xcc\xd1\xa6\xf4\xfa\xd5\xfa\x82\xfb\xf0\x57\x0b\x5d\x3b\x29\x87\x29\xc7\xaa\x85\xcf\x0c\x53\xc6\x7a\xe6\x20\x65\x9a\x42\x79\x06\x29\x8f\x29\xcf\xfa\x15\xf9\x04\xf5\x02\x5d\x41\x8a\xef\x5a\xa8\x26\x9f\xf0\x5d\x0b\x5d\x49\xca\x69\xca\xf9\xf3\x47\x7f\x9f\x79\x99\x42\x4f\xa0\x5e\xf1\x36\xe5\xbd\x9e\xe1\x5d\x69\x3e\x49\x99\x79\x57\x5a\xe6\xa4\xcc\xab\x9d\xf7\xb2\x35\x16\xaa\x4d\xb1\x35\x16\x9a\x9a\x1e\xf6\x28\x30\x0f\xba\xdd\x71\xf1\x10\x38\xb6\xf5\xb2\xc3\x0f\x0f\x8e\xed\x20\xe5\x34\xe5\x5c\x29\xfc\xea\xf3\x32\xe5\xb5\x52\x82\x94\xb7\x29\xef\x95\xd2\xa4\xf8\xb2\x85\x63\xe3\xf5\x9f\x8f\x29\x9f\x95\xb2\x9a\x75\x9c\x34\xd9\x58\x03\x3e\xa8\xea\x78\x0d\x53\xce\x9f\x3f\x62\xae\xe6\x18\x0e\xcb\x71\xad\x67\xce\xf5\xf6\x71\xf9\xcc\x75\xfe\xfc\x91\xfb\x2a\x61\x6c\x3c\x03\xf6\xed\x58\x3d\x28\x76\xbe\x4f\xec\x49\xd2\x46\x12\x4d\x14\xc3\xa4\x55\xc8\x18\x26\xc5\x92\x59\x1b\x5d\x26\xd2\xbc\x92\xbc\x56\x8f\x3d\xb6\x7d\xbd\xf0\xd8\xf6\x35\xea\x37\x53\xca\x94\xfa\xf9\x63\xdf\x77\x52\xa6\x29\xe7\x4a\x09\x52\xde\xa6\xbc\x57\x6b\x2f\x11\x73\x6c\xfb\x65\xd2\x67\x3d\x54\xa4\x3c\xa6\x3c\x3c\xd4\x2b\x09\xa9\x78\x6c\xc7\x92\x82\x91\xa4\x1c\xa6\x1c\x3f\x7f\xcc\xda\x7c\x28\x4d\x2a\x4a\xb9\x52\x86\x3f\x5b\x38\xcc\x7b\xf8\xb3\xd5\xb1\xf7\x41\xb1\x47\x98\x12\x3f\x7f\xcc\x9c\x07\x49\x66\xb4\x70\x8e\xc3\xdf\x59\xb9\x85\x73\x1c\xd4\x65\x9c\x26\xbd\x56\x09\x76\x7f\x68\xf5\x16\xf6\xf4\x77\xd6\x6e\x61\x32\x6e\x8e\x2d\x2c\xc2\xc2\xcc\x93\x32\xb4\x65\x58\x98\x56\xaf\x5f\xa6\xd8\x50\x3e\x64\x56\x4d\x4f\x0d\xda\xae\x3f\x26\xdd\x2b\x29\x37\x92\x6c\xbc\x85\x19\x14\x61\xee\xa4\x4c\x32\x5f\x0d\xb5\x6f\x7c\x3b\xb0\xc7\x4e\xca\x69\xca\xea\xce\xfb\x2a\xc0\xee\xf7\x05\x79\x6e\xa4\x94\x29\x4b\xaa\x2f\x69\x73\xec\x07\x39\x83\x83\xba\xed\x7e\x15\x70\x14\xbf\x3a\xfc\x15\x12\x29\x7c\xe6\x6d\xca\x6a\xa4\x25\xf9\x0f\x47\xee\xb1\x67\x2c\x19\x7e\x92\xe2\x33\x89\x0c\x1f\xcc\xb7\x7f\x9b\x23\xff\xbf\xa6\xcd\x63\x2f\xbe\xf4\x5e\x6b\x8c\x14\x55\x6a\x53\x7a\xa5\x24\x29\xa7\x29\x6b\x80\xed\x6d\x8a\xc5\x5d\xd8\x9b\xe2\x9e\x16\xe5\x5c\xdd\xba\x29\xee\x99\xa6\xe4\xea\x7a\x34\xdf\x69\x95\x4e\x1a\xc2\x5f\xb5\x29\x4b\x62\xf0\x65\xf6\x73\x9a\xb2\x24\xc6\xf7\xed\x36\xf1\xc2\x61\x25\xdf\x96\x67\x61\xce\xe2\x67\x6f\x5b\x74\x61\xce\xe2\x43\xbc\x2d\xe3\xc2\x9c\x4b\xaa\x1e\xfb\xdb\x42\x32\x07\xcf\x32\xaf\x30\x29\x48\xa2\x98\x48\x36\x31\xe7\xe4\x87\x97\x6f\xbc\x78\xe3\x24\xfb\xcb\x1f\x5e\xb9\x92\xce\x22\xe9\x63\xd2\x67\x25\xed\x26\x3d\x26\x3d\x24\xf1\xc3\x8f\x79\x7d\xc8\x8b\xd1\xbd\x7f\x2c\xfd\x87\xd2\xa7\x49\x96\x7e\x61\x3f\xfd\x9d\x85\xff\x50\xf8\x34\xc9\x32\x7c\xd0\x20\x78\xdf\x6d\xe6\x0b\xe7\x6e\xf7\xbb\xcd\x7c\xe1\xdc\x4f\xfa\xcd\x6d\xe6\x0b\xe7\x7e\xd2\xca\xb7\xb9\x2f\x9c\xfb\xc9\x07\xbc\xfd\x5c\x0b\xe7\x7e\xd2\xcc\xb7\xdf\x6b\xe1\x44\x10\x1f\xfb\xed\x07\x5b\x38\x51\x63\x8e\xfd\xf6\x8b\x2d\x9c\x4c\x04\xc7\x81\x3e\x27\xf6\xb3\x49\x39\x4c\x59\x15\x4c\x9f\x19\xa6\xac\xd1\xc5\xeb\x8e\xad\x4c\xa9\x25\x04\x68\xbd\x63\x6b\x93\x50\xd9\x0e\x52\xa6\x29\x4b\x65\xe3\x6b\x1d\x0e\x4a\x30\x1d\x17\xc7\xf6\x36\x69\x8d\x9d\x69\x46\x97\x29\x08\x18\x7a\xe3\xb1\x3d\x26\x2d\x75\x67\x5f\x4d\x70\xa0\x28\x88\x03\x49\x75\x38\xbc\xc1\x6c\x44\xdc\xb1\xbf\x4c\x7a\xad\xae\x4f\xb9\xf7\x8f\x29\x4b\x34\x4f\xb2\xde\x6f\x53\x96\x76\x3a\xfc\x95\x2f\x43\x58\xf7\x4e\x93\x28\xac\xc1\xce\x68\x38\x14\x0b\x60\xf6\x30\x29\x4d\xb2\x4d\xa8\xdc\x61\x9b\x1c\xab\x05\xf8\xc0\xc7\x61\x0b\x2c\xf8\x7d\x8f\xc3\x42\x2e\xd8\x2f\x0e\xc5\xc9\x71\x5c\xab\x90\xfe\xca\x42\x2e\x1c\x4c\x44\x87\x32\x1e\xec\x4c\x28\x87\x22\x1e\xec\xd3\x67\xfc\x48\x0b\xc7\x4e\xce\xc3\xf2\x2c\xcc\x71\xf8\x90\x2d\xb2\xb0\x37\x85\x0e\x1b\x72\x61\x26\x5d\xe9\x08\xf3\x5e\x98\x71\xfa\x94\x1f\x77\x61\xa6\x5d\x29\x6d\xa5\x85\xd9\x48\xf8\x23\xfd\x4c\x0b\xb3\x0f\xbe\x5c\xda\x72\x49\xf7\xa2\x57\x28\x2c\xc1\xec\x83\x0a\xa7\x8d\xb2\x30\x97\xb8\xfc\xc3\x71\x28\x0f\xc1\x3e\x4c\x31\xf3\x85\xfd\xfb\x8c\x79\x97\x5f\x85\xcc\xcb\x86\xaa\xd5\x2c\xdf\x14\x9b\x65\x69\x4c\xb3\x0f\x93\x6c\xdf\xe2\x93\x33\x5d\x1d\x0a\xdb\xa3\x59\x15\xd8\x9e\xed\x0f\xbb\x49\xa2\x7e\xed\xe7\x6c\x74\x7e\xbf\xa7\xf3\xdc\xc1\x3c\x17\x4d\x5e\xd3\xbc\xd6\xb4\x35\xc3\x46\x9e\x96\x74\xae\x21\x35\xe9\x3e\xd3\x82\x32\xa9\xb5\x9d\x6c\xda\xec\x0b\xb3\x91\xd4\xc7\xb4\x0c\x73\x8d\xb2\x49\x77\x9d\xbe\x6f\x61\xc6\x37\xc9\x0e\x34\x29\x82\xb9\x2b\xf3\x8f\xd3\x4a\x93\xd5\xcb\x66\x7f\xd1\xec\x4c\x5b\xc7\xcb\x32\xbc\xd0\x1c\x36\x9a\xf4\xe5\x0f\x17\x76\x47\xec\xdb\xdc\xdf\x8e\x4f\xea\x7c\xd9\x7e\x08\xd3\x68\x72\xff\x58\xac\x0f\x65\xb0\xef\xdf\x3e\xb5\x30\xc7\x41\xc7\xba\x1d\x6b\xb7\x9a\xd9\xef\xfe\x70\x0c\x25\xcb\x50\xb2\xd0\x3f\xc6\x4e\x5b\x81\x1d\x79\x30\xf6\x30\x85\xb6\x5a\x2b\x99\x23\xec\x1e\xb1\xbe\x64\x8f\xbf\x63\x7e\x8d\xe2\xd5\xc1\x07\x6e\x3e\x5d\xa8\xb4\xc4\xfa\x36\x93\x36\x8a\x39\x4c\x59\x62\x75\xa3\x8d\xe2\x44\x3c\xc5\x7b\x7d\x14\xfa\x7d\xb0\x38\x3c\x82\xda\x0f\x9a\x3b\x9c\x4a\x62\x09\xda\x46\x95\x4b\xe5\x2c\x48\x84\x43\xa2\xce\x8a\x5c\x2b\xd1\x23\x95\xbc\x20\x0f\x53\x86\x29\x4b\x67\xa1\x9e\xa9\x74\x04\x79\x98\xf2\x31\xe5\xf3\xf3\x47\xa2\xc5\xe4\x76\x9b\x72\xaf\x14\xdf\xfe\x98\xf2\xac\x7c\x56\x35\x72\xb7\x3c\x0b\x79\x98\x62\x79\x16\x32\x4d\xb1\x3c\x0b\xc9\x87\x4e\x85\x2c\x48\x06\x61\xfa\x29\x40\x32\x98\x72\x4f\x53\x72\xfd\xaa\x48\x29\x53\x6a\xa5\x24\x29\x6d\x4a\xaf\x7c\x4c\x99\xa6\xcc\x95\x8f\x39\x9f\xa6\xac\x05\x40\x9a\xf3\xcb\x94\xd7\x4a\xf1\x99\xb7\x29\xef\x95\x8f\xcf\xd8\x3e\x3b\xed\x63\xce\xb6\xcf\x42\x86\xe5\xb1\x7d\x96\x84\x4f\x74\xff\x54\xc0\x83\x44\x7f\x4c\x35\xc1\x5c\x02\x3e\xcb\x14\xeb\x7e\x50\x77\xf2\x39\xac\xfb\x41\xdd\x69\x67\xe7\x00\x90\x8c\xe1\x54\x5b\xcc\x35\x13\x24\x1a\x65\x1e\xd6\x74\x21\xc3\x14\x6b\xba\xa6\x80\x44\x45\x4a\xa7\x00\x90\xc3\x7c\xac\xd7\x41\xbd\x7c\xbb\xf5\x5a\x93\x42\x96\x6f\xf7\x2b\x2f\x24\x9d\x35\x5d\x2e\x80\x44\x80\xe4\xb0\x5e\x83\x7a\x51\xf7\x61\xbd\x06\xf5\xf2\x19\xeb\x35\xa8\x17\x6f\x77\x72\xc9\x35\x95\x24\x8a\x66\x3a\x95\x80\x0c\x5a\x7e\x58\xaf\x41\xbd\xcc\xd9\x7a\xad\xf5\x44\xa2\x7a\xa6\xcb\x09\x90\xc3\x67\xac\xd7\xa0\x5e\xa6\x58\xaf\xb1\xea\x85\xfc\xcc\x61\xbd\x06\xf5\x22\x25\xac\xd7\x5a\x85\x27\xf2\x26\x5d\x83\x80\x44\x48\xa4\xf3\x58\x06\x6f\x27\xe7\xf0\xed\x0b\x19\x3c\xa3\xba\x0c\x0e\xc7\xc5\xcb\x9c\x17\x76\xbf\xc5\xcb\x16\x5b\xd8\xd1\x56\x53\xc9\x09\x0e\xcb\xac\xe0\xcc\x25\x25\x0f\xc7\xc5\xcb\xef\xbe\xe0\x8a\x2f\x5f\xb6\xd8\xc2\x61\xff\x79\xd9\x62\x0b\x87\xa3\xe0\x65\x8b\x2d\xb8\x98\x4c\xf5\x67\x30\xdb\x9f\xa9\x3f\x83\xdd\x0f\xaf\xfa\x0c\xf6\xf2\x19\x3f\x18\x52\xaa\xd1\x74\x52\x31\x05\x0e\xa5\xcb\xdb\x12\x2d\x1c\xca\xa4\xb7\xef\xc7\x86\xd5\xcc\x7a\xa9\xd2\x0d\x76\x3b\xcc\xdb\x0f\xb4\xb0\x97\x85\xf4\x03\xbd\x99\x3f\x6d\x6b\x15\x73\x70\xec\x3c\x74\x59\x93\x0b\x95\x8d\x62\x5f\x16\xfb\x42\x04\xa3\xe9\xe4\x65\x21\x17\x76\x87\xcb\x65\x21\x17\xf6\xf2\x19\x9b\x6d\xe1\xb0\x7b\x5e\x16\x7b\xe1\x70\x20\x5e\x8a\x8a\x0b\x05\x62\x9a\xe4\xd7\xbf\x58\xca\x5a\x46\xab\xb6\x30\xcb\xee\xe8\x4c\x06\x76\x87\xbd\x0b\x05\xb0\xb3\x00\x4c\x85\x7b\xae\x45\xc1\xa1\xe0\x56\x21\x07\xb3\xed\xb3\xce\x6c\x60\x16\x5d\xa2\x36\xbe\x09\xd8\x11\xd4\xe5\x64\x07\x76\x04\x75\x29\xba\xc1\x81\x20\x2a\x45\x37\x38\xe8\xb4\xa5\x88\x03\x07\xc3\xbc\x14\x71\xe0\x3c\x0e\x93\xcc\x68\x27\x23\x5e\xaf\x5e\x0b\xce\x03\x11\x5b\x0a\x0c\x30\xab\xe2\xd7\xb3\x66\x39\xf0\xc0\x8e\x40\x29\x07\x1e\xd8\x11\xaf\xe5\x54\x5c\x4b\x2f\xfb\x16\xa6\x86\x29\x0c\x18\x9f\x09\x53\x62\xa5\x50\xcf\xb2\x75\x16\x0e\x26\x92\xc2\xb4\x25\x0e\x44\x79\xd5\x34\x85\x01\x73\x92\x72\x9a\xf2\x5a\xab\x52\xea\x54\xb6\xce\xc2\x91\xfe\xca\xd6\x59\x38\xd2\xf2\x58\x6f\xf4\xbd\x3c\xd7\xcb\xda\x39\x0a\xcc\x62\xaa\x6d\xa7\x1b\x30\x8b\x0f\xdd\xca\x26\x30\x6b\xe3\x87\xe9\x0f\xd3\x1f\xae\x26\x69\x15\xc5\xc6\x62\x81\x59\xf5\x68\xb5\xb4\x5e\x8b\xf1\x39\xd6\x47\x1b\x5a\xd2\xc7\xc6\x3a\x6b\x29\x12\x63\x63\xb6\x17\xfb\x36\x49\x99\xa4\xac\x39\x79\x5f\x63\x76\x6c\xcc\xc9\x62\xf6\x66\x92\x3f\x5b\xd8\x57\xe7\x1b\xd8\xb0\x16\x56\x4f\xdb\xc9\x88\xea\x0d\x0c\x57\x93\xb1\x3e\x36\x7a\xc8\xc0\x28\x75\x8e\x83\x22\x1d\x16\x69\x61\x62\x01\x1d\x9a\x89\xc4\x6c\x8b\x89\x09\x74\x6c\xd4\x25\x49\x79\x99\xf2\x60\x4b\x8a\x95\xf2\xbc\x4d\x59\x83\x6d\x33\xe5\x32\xe5\x5a\xcf\xac\xd6\x1c\xda\x6d\xc7\xbe\xba\xc5\x58\x03\x62\xec\x74\x0b\x61\x9b\xec\x74\x8b\xb1\xcf\xfb\xe7\x8f\xd8\x56\xb9\x5d\xb1\x8e\x63\xc7\x72\x3a\x56\x0a\x03\x42\x1c\x6b\x18\x8d\xc3\x9c\xc1\xec\xa5\x92\x8d\x83\xc9\x48\xcc\x9e\xe4\x54\xe6\xb4\x54\xf5\x6a\x52\xb0\x35\x89\x63\xe9\x2e\x43\xf5\x7a\x1c\x93\x56\xa2\x48\xc7\xe9\xcf\x16\xce\xc1\x27\x38\xce\x30\x29\x96\x9e\x38\x4d\xba\x4d\xba\xb1\x93\xf1\x43\x74\x69\x71\x6e\xe7\xca\x7e\xb0\x34\x18\x63\x69\xfd\xb5\x24\xd7\x18\x73\x9a\x72\xfe\xfc\x81\x0d\x6e\x0c\x8b\x30\xe6\xf5\xf3\x47\x85\xbf\xfa\x98\xf2\xfc\xfc\x51\x74\x94\x61\x99\xc6\x2a\x40\x0d\x53\xd2\x94\x35\x41\x4f\x72\x3e\xcd\x79\x21\x97\xc2\x3b\x06\x16\x9c\x31\x5e\x6b\xd2\x3c\x79\x86\xa9\x6d\x8c\x35\x6d\xe5\x39\x48\x69\x53\xe6\x2a\x4f\x92\xf2\xfd\xd5\x2a\x4f\x9a\x62\x79\x5e\xab\x3c\xf4\x88\xf1\xb6\x3c\x6f\x6a\x41\xce\x6f\x6b\xb1\xe6\x88\x1a\xd4\xeb\xf2\x99\x35\x21\xd4\x52\x21\xc6\xb8\x0e\x53\x30\xb6\x91\xcf\x65\x79\x16\xaa\xfc\x55\x98\xb2\x94\x93\xd3\x14\x6b\xba\x50\x6b\xea\x1f\x83\x59\x44\x54\x51\xc2\xcb\x5a\x60\x01\x5f\xc2\x7f\x8c\xcb\xd6\xb8\xa8\x97\x6f\xb7\x5e\x0b\x55\xd4\xfd\xb2\xcc\x0b\x58\x64\xc7\x60\x12\x11\xb3\x4f\x5f\xf6\x98\xb4\x2a\xb6\x53\xe8\x8f\x15\x73\xe7\x85\x67\x3e\x56\xe3\x43\x35\x7c\xc6\x22\x7e\xb0\x22\x52\xa0\x8f\x05\xc2\x24\x6f\x55\x3f\xbe\x6c\xa1\x92\x22\x62\x6e\x17\x4b\x5e\xaf\x7f\xda\xf4\x0b\xb5\x2a\x16\x37\xe3\x43\x54\xac\xd7\xc7\xcd\x52\x43\x54\xaf\xe1\x18\x37\xb2\x46\xf4\x28\x93\xda\xa4\xfe\xf9\x23\xd8\x35\x89\x1b\xf9\x23\x0a\x05\x3b\x6e\x6c\x38\x22\x59\xc5\xc5\xbd\xbd\x4c\x7a\xb1\x2a\xd8\x49\x7a\x9b\xf4\x66\x4b\xa6\x48\xfa\x98\xb4\xf4\x70\x0c\xec\x71\xef\x96\x8b\xed\x9e\x63\x0d\xd3\xb8\x11\x5d\xa2\xb7\x20\x2f\x16\x14\x22\x31\x6d\xc4\x8d\x38\x13\xc9\xea\x32\xee\xdd\xa2\x2e\x8c\xb9\xba\x6e\xdc\xbb\x45\x65\x05\xf1\xb7\xbc\x6e\x93\x50\x9a\x27\x3f\x3c\x2c\xd7\x42\x9d\x07\x49\xd8\xd4\xc5\x98\x9b\x49\x66\xcf\x6e\xd1\xf4\x87\xc3\xec\x17\x62\xb7\x10\xc3\x6a\x2f\xd4\xac\xed\x97\x13\x6a\xdc\xe1\xab\x16\x6a\x3b\x68\x95\xf0\xd3\x2c\x04\x26\x92\xb8\xc3\x26\x58\x18\xf3\x34\xc9\x57\x2d\xd4\x19\xbc\x3d\xac\xc9\x42\x1e\xd6\x37\xac\xef\x42\xcf\x8d\xaf\x15\x8f\x49\xec\xe7\xed\xe4\x95\x36\xe7\xc2\xc0\x82\x19\x77\x5a\xdf\x85\xac\x49\x73\xa6\xf5\x5d\xa8\x31\xc9\x2b\x7d\xe3\xc2\x98\xa7\x3f\xf4\x8d\x0b\xa3\x76\x7f\xe8\x1b\x17\x72\x16\x45\x2d\x4b\xbf\x30\xd2\x72\x95\x79\x2d\xc4\xb0\x25\xda\x96\x58\xa8\x61\x97\x69\x8b\xba\x90\x9b\x8d\xde\xf6\xdb\x66\x31\xb9\x53\x88\xb6\x10\x4d\x21\x36\x5a\x62\xda\xd0\x0b\x31\x26\x79\x4d\xf3\x5a\x08\x16\xb8\x71\x4f\xab\x3d\x91\x91\x76\xf8\x69\x51\x17\xf2\xb0\xa1\x97\x28\xfe\xa2\xc2\x3a\x4e\xdf\xb8\x50\x18\x52\xe3\x3e\x1d\x88\x0b\x85\xe2\x11\xf7\x69\x87\x5f\x28\x14\xfc\xb8\x4f\xcb\xb5\xd0\xd3\xa2\x9e\x8e\x01\x84\xf9\x16\x14\xf5\xb4\x03\x2c\x54\x6f\xd4\xf1\xb4\xa8\x0b\xb1\xa5\x79\x59\xd4\xd3\xa2\x52\xae\xd3\x72\x9d\xac\xa6\x9a\x1f\xbe\x2c\x04\xfb\x71\x75\x32\x36\x5f\x16\xe2\xc5\x1e\xa6\x43\xff\x65\x21\x16\x06\xb6\xfc\xb8\x5f\x16\x62\xa1\x6b\x9a\x97\x4d\xe8\x7c\x11\x54\xfb\x65\xb9\x16\x9a\xad\xcd\xb8\x5f\x96\xeb\xe5\x66\xa7\xd9\xdb\x84\x0b\xa3\x94\x52\x2f\x3b\xc0\x42\xf5\x66\xb9\x2c\xfd\x42\xc4\x41\xf6\x6f\xdf\xb8\x10\xbb\xe3\xfc\xad\xfc\x61\x9f\x3d\xac\xf6\x65\xdb\x2f\xe4\xb7\x10\x97\xd5\xfe\x4e\x37\x7c\xda\xcb\x3a\x2e\xf4\x57\x70\x5d\x76\xa6\x85\x31\x6d\x9c\xcb\xec\x17\x62\xf3\xa3\x5d\x56\xe8\xa2\xfb\x5a\xfa\xcb\xd2\x2f\x14\x46\xbe\xb8\x3f\x66\xbf\x50\xe1\x18\xfa\xd8\x84\x0b\x79\x58\x88\x8f\x15\x5a\xe8\xef\xb0\xfa\x58\x88\x85\xc2\x3e\x12\xf7\xc7\x56\x5d\xc8\xdd\x26\xfc\x38\x1e\x17\x32\x76\xca\xf5\xb1\x10\x1f\xc6\x90\x15\xfa\x38\xf8\xd8\xbe\xc7\x78\x1d\xf7\xed\xb0\x5a\x08\xf6\x7b\xe2\xbe\x2d\xea\x42\x84\xa3\xe3\xb6\xa8\x0b\x15\xca\x89\xc7\x56\x5d\xc8\x39\xa8\xd0\x63\xcf\x59\xa8\xf3\x30\xc9\x0a\x2d\x8c\x52\x7a\x3e\x56\x68\x61\x60\x4e\x89\xfb\xb1\x09\x17\x2a\xd6\xc2\x32\x1e\xa7\x29\x10\x1b\x72\xe2\x71\xb6\x01\x8d\x46\x1a\x8f\xb3\x0d\xa8\x60\xb8\x3f\xce\x36\x20\xb6\xf4\xa9\x8f\x49\xeb\x73\x6c\xd4\xf1\x61\x6d\x25\x62\x5b\x13\x7c\x3c\x2c\xae\x44\x6e\xbd\xea\xf8\x60\x18\x13\xb9\x31\xd2\x1e\xa7\x29\x30\xbf\x49\x87\x3f\x5c\x88\x93\x99\xeb\xc1\x6a\x22\xe2\xf4\x29\x94\x67\x11\x71\x52\x08\xe7\x11\x90\x3d\x7c\xca\x0a\x61\x26\x61\x2f\x38\x1e\xac\x22\x22\x8f\xa5\xf3\xc5\x33\xac\xd0\xc2\x88\x41\x92\x13\x05\x28\xb6\x22\xe3\x09\xdf\x18\x8e\x0e\x2a\x14\x6d\x12\x9d\xe9\xa4\x71\xc2\x42\x2c\x34\xd6\x9b\x78\x9c\x3b\x40\x1d\xd3\x24\xdb\x6b\xa1\x50\xb5\xe2\x71\xee\x00\x35\xf9\x8e\x4f\xda\x5e\x0b\xc5\x16\x59\x3c\x69\x7b\x2d\x14\x1b\x46\xf1\x64\x9a\x84\xe8\x58\x0a\x61\x3c\x4e\x27\x20\x4f\x5b\x22\x6d\x89\xe4\xd3\x7e\xb3\xf7\xd3\x2e\xe4\x6e\x07\x48\x1b\x27\xd1\x3f\x99\x15\x9e\x32\xaf\x85\x4e\xba\xdc\x53\x16\xb5\x98\x74\xfa\xfc\xf5\x54\xfc\xb4\x35\x59\x88\x93\x31\xf0\x38\x01\x81\x11\x83\x62\x3b\x01\x81\xd8\x0f\x93\x2c\x76\xe3\x89\x64\x73\x3a\x01\x81\x0a\xbb\x72\x5b\xa0\x85\x64\xdf\x35\x9e\x69\x43\x4d\xcc\x58\x7e\xd3\xe9\x1b\x27\x6f\x6c\x93\xec\x58\x13\x95\xc8\x0e\xef\xcc\x05\x22\x50\xc2\x1e\x67\x2e\xd0\xe3\x9b\x97\xe5\x5a\x18\x73\x50\x21\x27\x33\x10\xb9\xf9\x94\x5f\x7e\x21\xcb\xcf\x3c\x2d\xea\xf4\x33\x93\xe4\xcc\x05\x6a\x20\x7f\x9e\xd3\x42\x9c\x4c\x9f\xf6\x35\xe7\x24\xd0\xd8\xcb\xe3\x71\x4e\x02\xa3\x27\x6f\x3c\x7d\xe3\x42\x0d\x7f\xa8\xa0\x07\x81\xa7\x4d\x3c\x2f\x0b\xb1\xd0\x67\xf1\xc3\xb7\xbd\x68\xa1\x47\xd1\x84\x4e\x07\x20\x22\x28\xd7\xdb\x1f\x2e\x74\x22\x17\x1f\x16\x16\x62\x38\x7d\x3e\x97\x0d\xbd\xd0\x2a\x4b\x8f\xd3\x01\xc8\xb6\xed\x2f\x3b\x16\x6b\x82\xaf\x64\x71\x3a\x00\x75\xda\xd7\x2e\x4b\x7f\xe1\x34\x85\x72\xf8\x7c\x6c\xaf\x0f\x63\x40\xc9\xf2\xf1\x8d\x0b\xa3\xec\xdd\xce\x10\xa0\xd9\xb0\x8a\x47\xd9\x0f\x32\xed\x72\x1f\xdf\xb8\x10\xaa\x54\x8f\x82\x1e\xa4\x93\xff\xa3\xa0\x07\xc9\x9e\x7d\x3c\xb7\x3d\x7a\xa1\xf1\xcb\x8a\xe7\xb6\x5c\xb7\x5d\x8e\xec\x6f\x4b\x7f\xb3\x5d\x60\xab\xde\xe6\xb5\x90\xb8\xbe\xc4\xf3\xf8\xc3\x85\x31\x51\x70\x9e\xc7\x0a\x2d\xc4\x89\xd6\xf0\x3c\x7e\xa1\x85\x4e\x9b\xf0\xb1\x4f\x2c\xe4\xc6\x84\xfd\x3c\x56\x68\x21\xcf\x23\x7f\xf7\x87\xc4\x0c\xf2\x45\xd2\x73\x72\xc3\x3a\x26\x22\x8e\x49\xd2\x69\x12\xfb\x2a\xa7\x4f\xbd\x4d\x72\x2a\x36\xe9\x63\xd2\x9a\x05\xcf\x35\xb5\x24\x16\x94\x2f\x62\xae\xd1\x91\x5a\x52\x44\x1c\xdf\xa7\x7c\xe3\x42\xd3\x4d\x12\x8b\xc9\x17\x7d\xae\xc6\xc9\x0d\xbb\x90\xa8\x71\xfa\xd4\x65\xd2\xb5\x26\xd9\xf5\x1d\x53\xf3\x8a\x18\x65\xb9\xb0\xc0\x89\xde\x96\xbc\x4e\xfc\x7f\xbe\x68\x1a\x27\x37\xf6\x19\x44\x9c\xab\x63\xe6\xc6\x46\x83\xe8\x31\x28\xc4\x61\x51\x17\xc6\xb7\x8e\xec\x36\x8b\x9a\xdf\xa7\xa6\x49\x13\x0b\x0b\x45\x3d\x2c\xfd\xc1\x9a\x76\x6c\x24\xd9\x84\x07\x42\xc1\x0a\x1d\x56\x68\xa1\x19\xa2\xb9\x1d\xb6\x2a\xeb\x24\xdc\x07\x53\xef\x20\x91\xb3\x28\x7d\x58\xfa\xc0\xcb\x66\xa7\x10\x61\xb9\x16\x46\x0c\xbe\x63\x58\xae\x85\x81\xdd\x23\xb7\xb0\xa1\x17\xea\xb0\xa8\x61\x7b\x85\x03\x99\x3a\x32\x8f\x88\xae\xc9\x77\x4c\x2b\xc4\xa4\xf1\x2d\x44\x5a\x7a\x66\x08\xf6\xdf\x72\x2b\x7f\xb8\x30\x6a\xe3\xa9\xb6\x55\xdb\x56\xa5\x25\xda\xa7\x5a\x35\x9b\xa2\xb6\x0d\xbd\x50\xb8\x51\xe4\xd6\x96\x7e\xa1\xa3\x28\x2a\x76\x1c\x31\x66\x52\xae\x69\x5e\x93\x65\xeb\x4e\x07\x98\x36\xe1\xa4\x63\xda\xc9\x4f\x3b\xc0\xc2\x60\x35\x96\xdb\x69\xf6\xd8\x69\x86\x45\x3d\x6d\x9c\x13\x67\xb8\xc9\x0f\x5f\xd6\x71\xa1\x0f\xfb\xd7\xcb\xec\x51\xa0\xb1\x04\xa6\xce\xad\xa2\xb6\xe4\xa9\xb7\x5f\xe8\xad\xd6\xe0\x53\x16\x15\xb9\xba\x5b\x88\xb7\x1f\xed\xcd\xa2\x6a\xf8\x43\x7b\xf4\xdb\x1e\x4d\xb9\x2e\x7f\xb8\x10\xdb\x61\x92\x45\x5d\x68\x7c\x5c\x73\xbb\xfc\x42\x0b\x19\xfb\xaf\xa7\xe2\xdc\x2e\xbf\xfc\xc5\x7e\xe5\x20\xdf\x8f\x0d\xf5\x41\xfe\xd8\xe1\x3f\xbe\x1d\x65\x7a\xb3\xbe\x1f\xbf\xd6\xc2\xdc\x86\x49\xbe\x1d\xe9\x99\x36\xc1\xc7\x9a\xe0\xe4\x7a\xd8\x8b\x6e\xf3\x42\xdb\xdd\x83\xce\x70\xdb\x04\x37\x5b\x77\x93\x56\xb9\x6d\xe1\x85\xde\xfc\x0e\x8f\xf5\x5d\x18\x31\x28\xd7\xe3\xb0\x58\x48\xbc\x12\x73\x7b\xac\xd0\xa3\x70\x5e\x4f\xed\xd8\x69\x44\x8d\xb5\xd2\xc8\x1d\x05\x58\xd4\xc9\x97\xdf\xb7\x30\x09\x73\x17\xbd\x68\x57\x2e\x82\x81\x15\x28\xf5\x76\x13\x03\xf5\x6a\xf5\x38\x92\x16\x6a\x2c\x11\x9e\xbb\xf2\x07\xe4\x40\x4a\xe9\xf0\x26\x82\xdd\xc8\xdc\x15\x10\xa0\x70\x25\x4a\xdd\x69\x45\x61\x16\xcc\x9d\xfd\x3f\x11\x81\x94\xda\x87\x3f\x5c\x08\x5c\x34\x72\x47\x8f\x15\x79\x1e\xd4\x31\xac\xf6\x42\x6d\x93\x96\x08\x0b\x81\x4f\xed\x48\x93\x86\x49\x83\xb5\x73\x92\x64\x4b\x04\x73\x65\xd3\x12\x98\x45\x44\x8f\xcd\xec\x6d\x9c\xc0\x43\x76\x52\x08\xe5\x0f\x98\xdb\x6e\xd2\x34\x89\xbd\x4a\xbe\x90\x4e\xbb\x62\xcc\x30\xe9\x6d\x12\xcb\x8a\xdd\xec\xad\xd0\x42\x07\x42\x70\x47\x73\x16\x81\x46\x9f\x3b\x9a\xb3\xe8\xf0\x6b\xa7\x4d\xb8\x90\xcd\xb0\xd8\x95\x52\x20\xc6\x9a\xb0\x73\x2f\x9f\x5a\x88\xcd\x96\x50\x70\x81\x0a\x7f\x58\x56\x68\x21\x76\x1b\xa7\xac\xd0\x42\x61\x24\x4e\x3c\x07\xbf\x88\x38\xcc\xcb\x2f\x54\xcc\x5c\x76\xa6\xb2\x8e\x0b\x8d\x6b\x4f\xee\x65\xb9\x16\x06\x7b\x67\xb9\x97\x75\xc4\x36\xc3\x1a\x22\xf7\xb2\x8e\x38\x5c\xb4\x49\xed\x77\x5c\x18\x58\xdd\x73\x57\xa0\x82\x74\xca\xdb\x15\xa8\x20\x36\xbb\x6f\x5b\xa1\x76\xd1\xed\x0f\xad\x50\x5b\x21\x0a\xd1\x96\xab\x31\x19\x24\x3f\x54\xec\x82\xd8\x90\xc4\xfb\x34\xfb\xa9\x05\x9b\x37\x4e\xab\xbd\xd0\xbb\xbd\x50\x49\x0c\x2a\x9b\xaf\x7d\xda\xf6\x0b\xd1\xe6\x75\x5a\xfa\x85\x40\x3f\x4f\x1d\x23\x45\x71\xc8\x20\xf7\x97\x85\x78\x21\xfb\x99\xa6\xf6\x97\x3f\x7c\xf1\x43\x3f\xed\xcb\x42\x2c\x44\x5b\x2e\x45\x38\x08\x65\xec\xfe\xb6\xf4\x0b\x39\x6d\x1c\x25\x31\x88\x38\x4c\xb2\xf4\x0b\xf1\xed\x13\x97\xa3\x03\x53\x06\x07\x1b\x72\xbf\xcc\x0b\x2b\xf8\xb9\xf1\x43\x85\x33\x88\xf8\x3e\x65\x07\xb8\xd8\x04\x99\x3e\x65\xb9\x16\x02\xbb\x77\xea\x41\x29\x42\x81\xbc\x7f\x7c\xea\xe3\x53\xb4\xc4\xc7\xa7\x3e\x2a\xf6\x64\xaf\xa8\x05\x73\xb3\x09\x6f\xbb\x09\x2a\xe8\xb6\xd1\x5e\x8f\x4d\xc8\xf9\x81\x6f\x51\x1f\x9f\x42\xdf\xc4\x73\x22\xf7\xc7\x0a\x3d\x08\xf7\xdd\xa7\xec\x26\x1c\x2a\x60\x33\x3c\x77\x05\x32\xa8\x5d\xc9\xf4\xd8\xf6\x0b\xed\x8c\xba\x3f\x16\x75\xa1\xd9\xb3\x48\x37\x96\x44\x1c\xf4\x09\x3d\x1f\x45\x05\x73\xa5\xae\x8f\x22\x71\x74\x4c\x5d\x1f\x45\x39\x51\xe8\xfb\x28\x6a\x1b\x66\xff\x32\xe9\xc5\xca\xae\x49\xba\x4d\xba\xd1\x4a\x49\x52\x51\x05\xcd\xf6\x56\x1e\xbb\xd9\xef\x74\x80\x9e\x24\x7d\x4c\x5a\xa5\xe7\xc8\x4c\x1e\xea\x88\xa0\xb1\x35\xa4\x1e\x89\x22\x37\xb3\xc7\xd5\x44\xc4\x52\x37\x7e\x39\x15\xeb\x9f\x28\x72\x6c\xbe\xca\x62\x2f\x8c\x89\xc4\x3b\x86\x6d\x37\x6c\x3b\xea\x3b\x6c\xa8\x81\x24\x46\x96\xe9\x7f\x28\x12\x33\x50\x1e\xc3\x86\x5a\x18\xa7\x8d\x3e\x2c\xe3\xd0\x79\x8a\x62\x3b\xb5\x80\x0a\x5b\x58\xdd\x13\x0c\x95\x30\x3d\x17\x45\x73\x86\x61\xad\xb3\x4d\x6a\x56\x8c\x64\x1f\xe6\x15\x56\x88\x42\x28\xe8\x8f\xaf\xa0\xe7\x8d\x0a\x7a\x10\xe3\x34\xc9\x46\xc7\x44\x52\x0c\xea\x23\x6d\xf4\x74\xd4\xf1\xc6\xb4\xda\x49\xff\x60\xb6\x39\xd2\xec\x93\x25\x0a\x63\xe0\x48\xf3\x5a\x88\x89\x06\xa2\x3b\xa3\xc8\xa0\xc3\x1f\x8a\x70\x50\x31\x29\xbd\x22\x1c\x14\x1b\x47\x89\xdb\xe2\x17\xa9\xf6\x76\x34\xb2\x0c\xf4\xf7\x29\x25\x31\xe8\xed\xf4\x29\x0b\xb1\xd0\x69\x43\xb7\x79\x2d\x34\x7e\xf3\x89\x8f\xe2\x17\x7d\x5a\xed\x69\xab\x2e\xc4\xb6\x9b\xe4\x77\xc4\x70\xbe\x1d\xb4\xea\xb4\xf4\x13\x7f\x75\xb3\x57\xec\x82\x51\xfe\x50\x05\x18\x54\xfb\x85\x94\xc4\x60\x14\x02\xf5\x38\x6d\xc2\x85\x88\xf4\x87\x16\x75\x61\xb0\xa1\x9b\x87\x92\x18\x0c\x8c\x01\xa9\x97\xa3\x08\xcc\xb2\xa9\x97\xa3\x88\x0d\x81\x7a\xbc\x2c\xea\x42\x35\x8b\x8f\x43\x79\x0d\x02\xc7\x97\x3c\x5e\x16\x62\x61\x94\x3f\x54\x27\x06\xdd\x48\x96\xe3\xb2\x42\x17\x1a\xbd\x1d\xf3\xb2\x10\x17\x4b\x3a\xc4\xee\xa1\xe6\x0c\x7a\x38\x14\x2e\x5b\xf5\x72\x6a\xa1\xbd\x94\xd7\x20\xda\x11\xac\x24\x06\x83\x93\x5e\x79\x7c\x6c\xaf\x85\x28\x87\xa8\xaa\x31\x08\x55\xbd\x43\xd5\x18\x14\x6e\x4b\xe9\x29\x20\x31\x72\xa7\x5c\x1f\xdf\xf8\xe1\x68\x0e\x2a\x82\xa7\x7e\x44\x9f\x36\xa1\x82\x1e\x64\xd9\x5e\x0a\x7a\x10\x89\xbe\x79\x7c\xfc\x42\x0b\xd1\x16\xf5\xb6\xa8\x0b\x19\x68\x92\xc7\x6d\xe3\xdc\xee\x8d\x92\xfd\xed\x17\xba\xfd\x42\x64\xff\xf8\xd4\x43\x2f\x74\x28\x3c\xd6\x71\x21\x82\xd5\xd4\xe1\x74\x00\xc6\xa9\x18\x52\xf6\x83\xfa\xd6\x51\xfd\x1c\x84\x13\xd0\xf1\x58\xfa\x07\x91\x76\x9a\x64\xe9\x17\x62\xd2\xef\x07\x1e\x3c\xa2\xf1\x44\xcb\xa1\xa0\x07\x13\xe3\x5c\x0e\xcd\x0f\xa0\xf1\x38\xcc\x81\x9d\x59\x34\x8e\x78\x39\xb0\x33\x8b\xb5\xba\x24\xc9\xec\xbf\x1b\x9d\x83\xa4\x32\xa9\x7e\xfe\x68\x17\xb7\xc3\xe9\x00\x24\x0e\xfa\x39\x34\x52\x80\x2c\x5a\x75\x1c\x66\xbf\x50\xca\x9c\xa1\xae\x0f\xc6\x64\x62\x1c\xda\x1a\xc0\xc0\x09\x35\x87\xf2\x1e\x24\x6e\xfb\x39\x0e\x4b\x7f\x60\x89\xc3\x10\x33\x94\xd1\xa0\xed\x72\x63\xf8\xd4\x42\xe0\xd3\x9c\x43\x5d\x1f\x8c\x93\xa5\xc4\x50\xd7\x1f\x5f\xcf\xbd\x83\x24\x0b\x81\xd8\xc6\xc7\x38\x87\xba\x3e\x28\xa7\xbc\xa1\x24\x07\xe9\xca\x7f\xa8\xc5\x83\xda\x92\x6a\xab\xc5\x83\x3e\x91\x72\x43\x79\x0f\xe2\xdc\xfc\xa1\x5f\x08\x95\x9d\x5d\x85\x1c\x69\xb9\x16\x92\x83\x08\x39\x54\xd9\x41\x4d\xc6\xd0\x48\x8b\xca\x89\x3c\x4d\x3f\xc3\x29\x00\xb4\xf2\x6b\xa4\x45\x4d\xf4\x73\xbb\x89\x46\x0a\x10\x13\x9d\x7a\xa8\xfe\x83\x5c\xd3\xdc\x2f\xa7\xe2\xc1\xd6\xaa\x48\x95\x8a\x51\xb6\x70\xe1\x6a\x80\x41\x6c\x94\x5d\xa6\xdc\xcc\x35\xc9\x86\x2a\x96\x3b\x49\x19\x9d\x34\x40\x4c\x3f\x4d\x9b\x57\xe3\x38\x60\xbf\x55\xa3\x07\x75\x58\x6c\xad\x26\x60\x44\xf9\x94\xfd\xb6\x11\x36\xa7\x79\xd9\x04\x68\xf4\xa7\x9f\xd9\xd9\x06\x94\x6b\xc1\xe1\x6c\x03\x06\x67\x54\x13\x4f\x98\x2f\x72\xda\xbb\x4f\x1b\x7d\x21\x5d\x99\xe9\xca\x22\xa2\x1c\x75\xa7\x2d\xbc\xd0\x67\xd1\x65\x9c\x21\x40\xe1\xce\x93\xc3\x19\x02\xb4\x2a\xf7\x50\x57\x07\x43\xf1\x86\xfb\xcb\x17\xed\x34\xa5\x8b\x8b\x48\x36\x07\x72\xe0\x08\x2f\x46\xda\x23\x15\xf4\xa0\x37\x47\xf0\x65\x51\xf1\x33\xe1\xcc\x4d\xea\x68\x22\x7a\x0b\x3a\x96\x26\x92\xe1\x1e\xa3\x1f\x4d\xc5\x1c\x14\x67\x34\x73\x28\xfb\x41\x9c\x28\xe6\xe3\x63\x7b\x2d\x64\x39\x36\x15\xf4\xc3\x0d\x45\x96\xad\xe3\xe3\xe7\xd0\xa8\x6c\xe3\x28\xd5\x41\x9c\x98\xba\x86\x8a\x39\xa8\xcd\xc6\x51\x5e\x83\x3e\xfc\x1c\xca\x6b\x30\x4e\x2b\xa4\xbc\x06\xa3\x99\x5a\x86\xf6\x14\x30\x4e\x4b\x7f\x5b\xed\x85\xd1\x0a\x9b\xdb\x6a\xdf\xd8\xd2\x59\x1e\x8e\xdb\x72\x2d\x8c\xef\x08\xbe\x1d\x29\x0b\x99\xf6\x55\x0d\x31\xa0\xff\x96\xe4\xd7\x5e\x18\x5a\x24\x86\xcb\x0a\xd0\x61\x85\x5c\x56\x80\x76\x4d\x3f\x1e\xeb\xf8\xe0\x76\xef\xe8\x70\xb6\x01\xc5\x29\xd6\x1c\x4e\x2d\x20\x6d\x89\x70\x75\x00\xa6\xd6\xaf\xd0\x5c\x03\x46\xd0\xa3\xc3\x19\x02\xb4\x66\xb3\xd0\x5c\x03\x62\xe7\xa3\x85\xab\x03\x50\x85\x45\x22\x70\xf5\x17\x31\x50\x2e\xc3\xa9\x05\x04\x07\xa8\x32\x5c\x43\x80\xd6\x10\x1c\xce\x36\x20\x70\xbe\x49\x0f\xca\x8a\x56\x02\x84\x2b\x8d\x70\xa5\xc1\x84\x1d\xb8\xd3\x8b\x71\x22\x50\xc3\x95\x06\x08\x3c\xcb\x32\x34\x23\x81\x1a\x93\x1f\x3a\xdb\x80\xc6\x4f\x28\x43\x03\x35\xc8\x9d\x21\x1a\x2e\x3e\x40\xee\x66\xaf\xe9\x19\x74\xd1\xef\x63\xd8\xaa\x0b\xb5\x61\xdd\x08\x17\x09\x60\x6a\xb3\x0e\x27\x20\xd0\x03\x95\x3d\x5c\x11\x80\x98\x16\x55\xfb\x13\x68\x57\x17\x31\x6c\xaf\x85\xda\xb0\x22\x04\x3e\x38\x22\xf0\x1f\xc8\x70\x6a\x01\xd5\xa8\x08\xe1\x3c\x02\x06\x87\x4e\xd2\x53\xc4\xa2\x83\x31\x14\x8a\x5a\x50\xd3\x0e\xa0\xca\x0e\x6a\x22\x31\x43\xb9\x1a\x5a\x4a\xe8\x98\x1c\x44\xf9\x22\x14\x7c\xa1\x5c\x05\x43\x05\x27\xda\x3a\x2e\x64\x5b\x47\xcd\x22\xa0\x71\x56\xca\x50\xd4\x82\x68\xbf\xb6\x96\x12\x50\x6c\xd6\x65\x68\x29\x01\xcd\x69\x85\x8c\x69\x5e\x93\xbc\xca\xa7\x6c\xaf\x85\xa1\x4d\x32\x4e\xf3\x3a\x39\xcb\x62\xff\x52\xa7\x06\xfd\xed\x13\x2f\x5b\x02\xc7\xc1\x60\x46\x0d\x15\x68\x50\x27\x82\x2f\xb4\x81\x80\x31\xfd\x42\x1a\xa8\x41\x17\x93\x4e\xbc\xcd\xeb\xcd\x18\xb2\xe7\x68\x03\x01\x15\xa8\x54\x71\x59\x2e\x9c\x3e\x54\x70\x42\x65\x1c\x34\xa7\x7e\x33\xb4\x94\x80\x9e\xe6\xa5\x8c\x06\xfd\xf7\xf8\x41\x67\x28\xc2\x41\x71\x22\x22\x43\xe9\x09\x0a\x37\xd4\x0c\x85\x20\x18\xdf\x8e\x75\xfb\xaa\x85\x3e\x6c\x3b\x65\x19\x18\x6d\x97\xb9\x6d\xf4\x9b\x41\x6d\x19\x95\x52\xa0\x71\xbb\xcf\x50\xb5\x05\xcd\x91\x8b\x4c\xe5\x0f\x68\x4e\x70\x65\x6a\xb0\x00\x89\x1b\x52\xa6\x06\x0b\x50\x2a\xd3\x9e\x19\x12\xa1\x05\xd9\x23\x42\x22\x70\xb7\x4e\x4f\xd7\x88\x28\x66\x41\x0f\x9d\x88\x1a\xac\x77\x3d\x63\x22\x7a\x43\x4b\xf2\x00\x89\xc8\xc9\xf2\x30\x1d\x88\xa0\x07\xb6\xf4\x54\xed\x03\xad\x49\x3c\xb5\xe7\x82\x54\x08\xa6\xdb\x42\x20\xa6\xe5\x52\x2f\x03\x03\xd7\xa1\x4c\xd7\xe1\x20\x0e\x2b\xa4\xfe\x04\xb2\xd1\x2a\xb3\xfc\x61\xd1\xd7\x90\x06\xe9\x78\x02\x85\xe3\x6e\xa6\x83\x07\x0c\xce\x92\x64\xaa\xa7\x80\x0c\x2b\xe4\x78\x02\xed\x8a\x31\x5d\x28\x83\x18\x4d\xf6\xae\x8a\x41\xbb\x44\x49\xed\x93\xa0\xf1\xa8\xcd\x54\xc1\x01\xcd\xa1\xb7\x4c\xf7\x80\x40\x9f\xb6\xaa\x3a\x0f\xe8\x89\xba\x91\xa7\xa5\x5f\x98\xda\x7c\x92\xed\x76\x31\x38\xaa\x99\x9e\x45\x11\x7d\x32\x2c\x3c\x7a\x22\x6a\x60\x45\x48\x97\xc0\x20\x71\x29\xc8\x74\x04\x83\x20\xae\x47\xa6\x23\x38\xbf\x23\xd8\xec\x6d\x68\x76\xf3\x77\x8b\xea\x7a\x17\xb4\x0a\xa1\x27\x3b\x44\x0e\x16\xca\xa9\x36\x03\xea\x44\x8c\xa4\xdb\x37\xa0\x36\x94\xb8\xd4\xf2\x08\x62\x2b\x93\xec\x13\x1f\xb7\x56\xc9\x4b\x3d\x05\x24\x67\x03\x32\xd5\x53\x40\x0f\xa4\x67\x6a\x07\x04\x99\x7e\x34\xd7\x82\xa0\xf0\x7c\x4b\x0f\x6a\x88\xc6\x0d\x3d\xcb\x39\x1c\x0c\xdc\xc9\xb2\xf0\x5d\x15\x43\x2b\x66\xb9\x58\x2b\x0f\xba\xf1\x39\x3c\x74\x21\xd2\xcf\x51\xee\xaf\x94\xe1\x4a\xd0\x24\x6b\x98\xd7\xa0\xa8\xa8\xa0\xa5\x41\x0d\x64\x21\xc2\xcb\x7e\x0f\x9a\x33\xc7\xe9\x19\x09\x11\x1b\xd2\xa4\xb4\xf1\x83\x89\x03\x5b\x96\x5a\x3c\x48\x7c\x4c\xd7\x9a\x8a\x24\xba\xef\x69\x92\xaa\x31\xc8\x93\xb6\x2f\xbf\x36\x48\x4e\x91\x64\xf9\xb5\x41\x37\x26\x83\x7a\x9b\xfd\x5b\x27\x6d\x0a\xf1\xf6\x87\x6f\xbc\x76\x50\x37\x4a\xa5\x17\x84\xa6\xd4\x52\xc3\x05\x73\x63\x6c\x97\x1b\x7f\xa0\xf1\xbf\xcc\xb2\x4f\x80\xd4\x7a\x5f\xaa\xb3\x20\x0f\x4b\xaf\x45\x02\xf4\x89\x56\x5a\x38\x44\x88\x0a\xa6\xbc\x52\x47\x04\xa3\x19\xa2\xa5\x05\x19\x04\xa7\x7a\xb3\x14\xb5\x60\x68\xbd\x6f\xb5\x3f\xd0\x1c\x39\xcb\x56\xfa\xb6\x9b\x75\x4c\xc5\xad\xf6\x07\xc6\xd9\xfe\xf0\x6d\x12\x5a\x16\x33\x57\xab\xd7\x81\xc2\x11\x3a\xdb\xfd\x3b\x50\xb8\xac\x67\xef\xbe\x71\x77\x53\xcc\xa7\xca\x24\xa4\x1c\xc3\xaa\x77\xdf\xb8\x10\x04\x1f\xc8\x56\x63\x03\x4d\xe8\x88\x6c\x3d\x03\x40\xa5\x3f\x74\x83\x1f\x0c\x05\x4c\x6b\xd6\x05\x75\x86\x49\x96\x1e\x2d\x6b\x63\x74\xb4\xcb\x7c\x50\x27\x0b\xc7\x56\xa5\x02\x6d\x13\xb6\x0b\x78\x10\x1b\x86\x98\x56\xa5\x6a\x97\xe6\xcc\x8f\xed\xd2\x1c\xc4\xb1\xcf\x5f\x4f\xc5\xed\x66\x1b\x18\x76\xac\x4e\x0b\xf4\xf5\x49\xa3\xd8\xaa\x6a\x60\x24\x92\xa5\x35\xb8\x82\x0e\xbe\x7c\x97\x1f\xb0\x58\xc8\xb0\xa3\xdc\x2e\xa7\x41\x87\xc5\x56\xa1\x03\xcd\xa1\xc5\x6c\x77\xc3\x40\x38\xc9\xb6\xcb\x69\x30\xca\x86\x52\xa1\x03\x03\x17\xc1\x6c\x67\x1b\xd0\xda\x99\x7b\xda\x76\x93\xa3\x8c\x08\xd4\xd6\xba\x0a\xc2\xc5\x47\x4f\xbf\xc3\xc4\xa7\xd6\xd2\xbb\x50\x06\x5d\xf6\x22\xd7\xbb\xa0\x86\xdd\xef\x65\xf6\x0b\x43\x7b\x48\x6b\x24\x05\x45\x94\x93\x6c\x57\xb2\x20\x09\x67\x95\xad\xbc\xee\xaf\x7d\x92\xec\x55\x9c\x40\x7d\x2b\xe4\xb2\x15\x84\x2e\x14\x7d\xd9\x38\x0b\xf9\x6d\x68\xe5\x35\x48\x8d\xca\xed\xd8\x04\xb9\x33\x61\xb7\x63\x13\xb4\x6b\x88\x7e\xfc\x42\x0f\x3e\x5a\xac\x93\xfa\xb1\x5c\x0b\xed\xb2\xb5\x1d\xc1\x20\x9c\x64\xdb\x11\x0c\x62\x43\xd0\xf7\x63\xdb\x3f\xcc\x23\x88\x91\xe9\x1e\x10\x18\x27\xa3\x6e\xea\x99\x04\x82\x13\x78\x39\xb5\x03\x82\xc1\x99\xaf\x9c\xce\x10\xd3\x19\xe2\xfb\xc3\x69\x12\xd6\xd5\xef\x53\xa7\x49\x4c\xb2\x74\xcc\xe9\xc2\x0f\xac\x4f\xb7\x92\x74\x1d\x02\xbd\xa3\x00\x4f\x6d\x77\x20\xdd\x18\x9e\x6e\xf8\x80\x22\xa4\x55\x4e\x3d\x80\x40\x9e\xe9\x0f\xcd\x7e\x61\x10\x47\x29\xa7\x13\x10\x28\xe2\xd5\xe4\x74\x9c\x83\x3c\x99\x6d\xa6\x4a\x1c\x48\x82\x26\xe5\x74\x4e\x02\xf5\xad\x90\x7a\x1d\x88\x83\xfe\x35\xdd\xab\x01\x43\xe7\x9b\xe9\x38\x07\x63\x5a\x2e\xb7\x5c\x40\x6d\x88\xca\xa9\x5e\x07\x46\xb2\xf8\x98\x8e\x5a\x90\xe9\x53\xda\xdb\xa6\xa1\x75\x0e\x9f\xb2\xda\xd8\xdb\x8e\x36\xc9\xb6\x4f\x06\x0c\x4b\x81\xa9\x09\x0e\xb4\x43\x74\xaa\x10\x82\x1c\x36\xa1\x42\x01\x14\xa7\x89\x72\xba\x29\x0f\x6a\xb3\xf4\xca\x09\xd0\xea\x29\xd3\xb1\x0d\xea\x44\x9d\x9d\xed\xd7\x6e\xec\x3c\x98\x52\xa7\xc3\x1d\x94\xdb\x8e\xb3\x2d\x44\x73\x24\x05\x69\x32\xdd\x72\x01\x83\xa8\x67\x39\xf5\x26\x02\xe9\x40\x9e\x6a\x92\xd3\x93\x62\x68\xa5\x53\x09\x00\x82\xc3\x04\x39\x55\x08\x41\x1f\x68\x59\xf3\xf4\x8d\x0b\x75\x0e\x9f\xb2\xed\x17\xda\x61\x35\x5d\xbf\x81\xd0\xfc\x39\xd5\x11\x41\x0c\xd4\x8d\xe9\xe4\x0f\x7a\xa0\x82\x4e\xd7\x6f\x20\x75\x4f\x98\x6f\xdb\xfe\xad\x12\x47\xff\xd2\x7a\x06\x8a\x33\xee\x39\xdd\x4c\x01\x43\xab\xef\x74\xfd\x06\x72\x3b\x68\x55\x35\x49\x50\x1b\xba\xeb\x54\x32\x81\xe0\xf0\x45\x4e\x65\x0e\xe8\xef\xe7\x50\x91\x00\xcd\x79\xce\x9c\x1f\x8b\xfa\x41\xca\xd9\xf6\xee\x9c\x80\x9e\xac\xa0\xa6\xdb\x24\x20\xbe\x1d\xd3\x6d\x12\x30\x14\x8f\x53\x75\x03\x8c\x69\x1d\x95\x72\x20\x34\xc2\x4f\x55\x50\x90\x93\xa5\xd7\xd4\xe2\x05\x52\x5f\x97\xa9\xc5\x0b\x54\x28\x99\x34\x6f\x81\xe2\xec\x7c\x4e\xa5\x1c\x28\x77\x0c\xa7\x52\x0e\xf4\x44\x05\x9d\xee\x76\x80\x74\x0d\x32\x55\x7a\xa7\x4a\x2f\x93\xff\xa9\xcd\x08\xb4\xbb\x30\xa7\xea\x2c\x88\xad\xf7\x5f\x4f\xc5\xa7\x1b\x18\x20\x83\xb6\x3b\x55\x50\x40\xb9\x43\x7a\xba\x5b\x71\xba\x5b\xc1\x77\x38\x75\xa9\x04\x41\x14\x9c\x3c\x5d\x6a\x82\x24\x70\x54\x9e\x04\xdd\x11\xd1\x7c\xe6\x53\x89\x07\x42\x25\xff\xd4\xca\x04\xda\xfd\x91\x53\x21\x08\x3a\x86\x4f\xbd\x4d\xc2\xaf\x1c\x89\x77\xaa\xff\x9c\x3a\x38\x86\x4f\xdd\x26\xdd\x1c\x78\x58\x6d\x77\x2a\x17\x41\x12\xa3\x30\x4f\xb7\xb5\x41\x05\x6b\xfa\xd3\xc5\x2d\x68\x17\x91\xa7\x8b\x5b\x90\xee\xa2\x9c\xaa\x44\xa7\x2a\x91\xdf\x41\xc3\x13\x08\x22\xae\xe5\xe9\x9e\x06\x48\x77\x6e\x4f\x75\x1e\x30\xce\xd3\xa7\xfc\x80\x5f\xd7\x7c\x3e\xa0\x6a\x10\x68\xe2\x65\xe5\xa9\x40\x05\xc3\xd9\xf9\x54\xa0\x82\xfc\xbe\x51\x2f\x4b\xd0\x5a\x6a\x4f\x65\x2c\x68\xcd\xfe\xa7\x02\x15\xb4\xc6\x80\xd3\xed\x88\xd3\xed\x08\x64\xec\xa9\xf4\x04\xa9\x11\xfe\xd4\x7f\x09\x94\x93\xd9\xa9\x4a\x05\x3a\xfc\x1c\xae\x5a\x40\xb9\x75\x7f\xea\x99\x04\x8a\x08\x0e\x79\xea\x99\x04\x32\xe8\xf0\xa7\xba\x18\x48\x8e\xd5\xe7\xa9\x71\x0d\xc4\xee\x1b\x5d\x01\x81\x20\x54\x5a\x9e\xfa\x1c\x81\xe1\x5e\xf1\xa9\x25\x0d\xf4\x44\xc1\x39\x55\xcf\x40\x9e\x0c\xea\x53\x79\x0d\x92\xb0\x3c\x79\x6a\x1f\x00\x51\xf6\x55\x97\xf9\xa0\x08\x84\x98\xa7\xf2\x1a\xc4\x86\x54\x3f\x4f\x07\xcc\xc9\x80\x61\x5d\x79\xea\x73\x04\xc2\x45\xd1\xa9\x31\x00\x84\x46\xbf\xd3\xc5\x1a\xe8\xe1\xd7\x56\x84\x83\xd0\xde\x76\xba\x7e\x03\xad\x81\xfa\x7c\x9b\xd7\x9b\x4d\x66\x16\xb7\xa7\xc2\x19\xb4\xbe\xbe\xa7\xc2\x19\xb4\xdb\x7b\xa7\x3a\x22\x28\x8e\x75\xe5\xa9\xcf\x11\x08\x6d\x59\xa7\xa6\x32\x50\x61\xe3\xa8\x23\x82\x2c\x56\x1a\xe7\xc7\x9e\xf3\xd1\x3e\x69\x92\x7d\xf5\xa3\x91\x94\xd2\x2b\xaf\x41\x12\x5c\x29\x4f\x4d\x06\xa0\x0e\x7b\xa1\xc2\x19\x54\x38\xac\x5c\x31\x82\x72\x4b\xee\xd4\x8a\x00\x86\x13\xd0\xe9\xb6\x36\x28\xcd\x9f\xe7\x6d\x85\x16\x86\x2e\x18\xa7\x26\x3c\x50\x81\xa2\x7a\xba\x8f\x01\x7a\xfb\x26\x99\xfd\x8d\x21\xc6\xbe\xaa\x55\x0f\x74\x59\x2e\x77\x15\x40\x9e\x4a\x13\xe5\xf5\xe9\xc1\x28\xac\x7a\xa7\x5b\xd1\xa0\x02\x85\xf0\xa5\xab\x28\xa8\x03\x89\xf9\x72\x41\x0a\x4a\xdb\xcc\x4b\x1b\x3f\x48\x6d\x92\x2f\x97\x87\x2f\x97\x87\x48\xcc\x97\x66\x7f\x50\xaa\x7a\x2f\xa5\x2f\x08\x1d\xda\x5f\x2e\x22\x41\xaa\x1a\xbf\x34\xfb\x83\x24\xe2\x57\xbe\xf4\x39\x02\x49\x28\x90\x7c\x29\x90\x5f\xfa\x1c\x51\xed\x97\xa6\x0c\xd0\x2a\x12\x2f\x4d\xf5\xa0\x39\x1c\x9f\x2f\xf7\x8a\x41\x10\x18\x27\x5f\x9a\x03\x41\xdb\x01\x5e\x8a\x47\x50\x84\x06\xce\x97\x92\x09\xf4\xa4\xdf\xbf\x14\x43\x20\xd5\xa9\x5f\xae\xec\x40\xee\x16\x42\xcf\x93\x97\x3e\x80\xf4\xe8\x97\x36\x36\x10\x6e\xa7\xbe\x74\x46\x01\xc5\x39\xf5\x7c\x69\xff\x06\x59\x96\x5e\xd5\x05\x0c\x7d\xc7\x5e\x97\xd9\x5f\xae\xec\x68\x7b\xad\xd1\xa0\x74\xe3\x7e\x39\x60\x5e\x6e\x0f\x22\x0b\x5f\x7a\xe4\x81\x5e\x93\xce\x2f\xa7\xe2\x97\xd6\x68\x50\x85\x7d\xf2\x65\x57\x06\x5d\xbe\xdd\x2d\x39\x10\x1c\xad\xce\xb7\x6b\x1b\xd0\xce\xbb\x6f\x57\x2d\x60\x72\x8e\x3a\xdf\xda\x30\x40\x06\x7a\xd9\xdb\xed\x2a\x30\x26\x9f\xf9\xed\xe4\x0f\x9a\x73\x8c\xf9\x76\x2a\x06\x49\x9c\x8f\x7c\x6b\x3e\x00\xa9\x55\xee\xad\x4b\x00\xc8\x69\xb9\x9c\xcc\x40\x11\xd4\x2c\xdf\x4e\x66\xa0\x89\x15\x96\x6f\x27\x33\x30\x38\x9f\x9f\x6f\x27\x33\x50\xf1\xcd\xab\x4d\x62\xc2\x46\x66\xbc\x5d\x30\x80\x9a\x0c\x9e\xb7\xbd\x08\x24\xd1\x37\xf2\xed\x9e\x3d\xa8\xf8\x66\xff\x31\xe9\x83\xd9\x8c\x3a\x72\xde\x59\x04\xc1\xd6\xf2\xad\x9d\x19\x0c\x65\xec\xdb\x35\xc4\x5b\x5b\x83\x8d\xa3\xbf\x17\xe8\x32\x7b\x67\x41\x90\x3a\x93\xbc\x35\x2c\x80\x24\x54\x49\xbe\xdd\x4f\x02\x95\x7e\x0e\xd7\x23\x20\xf7\xc3\xa7\xac\x63\x1b\xf1\xd8\x24\xeb\xd8\x7a\x04\x53\x08\x97\x28\x20\x39\xd1\x99\x6f\x17\x1f\x20\x0e\x26\xff\xb7\x96\x6d\x50\x44\x07\xce\xb7\x46\x0a\x90\xd9\x26\x59\xa1\x85\x9c\x8c\xcd\xb7\x76\x0b\x90\x44\xf1\xca\xb7\xbb\x4e\xa0\x08\x7c\x92\xef\x69\x13\x2e\x0c\x25\xf1\xdb\xb9\x12\xe4\xc6\xea\xe0\xad\x7f\x2e\xe8\xb0\xa1\x9d\x3e\x41\x9f\xac\xdf\xde\x4e\x9f\xa0\xdc\x17\x7c\x6b\x5e\x07\x63\xfa\x69\x9d\x51\x41\xb9\x11\xf5\x76\xe8\x83\x72\x87\xf4\xed\xd0\x07\xb5\xfb\x1d\x5d\x60\x81\xd2\x82\xf3\xd6\xc4\x02\x46\x32\x69\xbc\x35\xb1\x80\x0c\x5b\x55\x99\x01\x52\x07\xc9\xb7\x73\x38\x28\xb7\xee\xdf\xfa\x22\x80\x26\xc2\x69\xbe\x9d\xc3\x41\x72\x46\x30\xdf\x2e\xc3\xc0\x38\x59\x0a\xbc\xdf\x76\x93\x37\x33\x6a\x9b\x64\x21\xdc\x59\xc3\x2a\xf7\xd6\x52\xfb\xd6\x52\x8b\xec\x7f\x7b\x1a\x04\xa4\x7b\x48\x6f\xdd\x92\xc1\xd0\x35\xe4\xed\x96\x1c\xc8\x0e\x7f\x68\x13\x1a\xf4\xc3\x6a\xbf\xfd\x8e\x0b\x59\x0e\x2b\x77\xe9\x40\xbb\x7b\xf8\x56\x2e\x82\x2a\xbb\xaf\xba\x05\xa8\xc3\x0a\x29\x2a\x41\x6c\xf6\x2f\xd7\x82\xa0\xdc\xd6\x7e\xab\x81\x80\x70\x4f\xe4\xed\xf2\x10\x0c\xdd\x26\xde\x0a\x54\x90\xbb\x6f\x54\x03\x01\xf1\xfd\xda\x3a\xd6\x81\x2e\x87\xa8\x1a\x08\x28\x7d\x4c\xdf\x6a\x20\x20\xdb\x91\xa6\xbf\x05\x08\x37\xeb\xde\x2e\x0f\x41\x78\x6a\xe3\xed\xf2\xf0\xed\xa6\x85\x3d\x5a\xb1\x0d\x86\xab\xcf\xb7\x2e\x18\xa0\x87\x79\xb9\x88\x04\xb5\x31\x01\xbd\xdd\x6a\x7c\x7f\xcf\xaf\xd0\xaa\xca\x7b\x90\x7a\x26\xbd\x3d\xd2\x02\x42\x77\xe9\xb7\xda\x0c\x68\xcd\x6e\x6f\x67\x05\x90\x5a\x96\xde\xae\x51\xdf\xdf\x35\xaa\x85\xb0\x09\x6f\xe4\xbd\xd5\x56\xc1\x01\xf1\x1d\xdb\x2e\x5b\x41\x69\x6d\x7c\xeb\xb7\x07\xda\x35\xdb\x5b\xcf\x6e\x90\xdf\x0a\xa9\x19\x81\xe6\xb8\x6c\xbe\x5d\xdc\x82\xd4\x24\x7e\xa9\x06\x81\x74\xab\xf1\xd2\x08\x0f\x52\x63\xe6\xe5\x7e\x27\x28\xe2\xfb\xe5\xa5\x71\x0e\x94\x3b\xca\x97\xd3\x1c\xa8\xe3\xf4\xa9\x97\x49\x6c\xdd\x0f\x9f\x7a\x9b\xc4\x0e\x7c\xfd\x3a\xd2\x64\x5e\x1a\xf7\x41\xb8\x35\x71\xb9\xdb\x0a\x82\x18\xed\x79\xb9\x00\x07\x99\x08\xd4\x4b\xed\xed\x32\x22\x23\x7d\xed\x72\x46\x05\xad\x0d\xf6\x72\x39\x0d\x72\xa0\x84\x5d\x9a\x06\x41\x71\x3b\x41\x5e\xda\xfb\x41\x68\xc9\xbf\x5c\xc9\x82\x26\x92\x4b\x5e\x3a\x5a\x80\x74\xd5\x72\xe9\x68\x01\x4a\x47\xd5\x4b\x0b\x1f\x68\x82\xe6\xe6\xe5\xae\x00\x18\xfd\x4d\xba\x4c\x42\x85\x9c\x26\x59\xed\x81\xbf\xbb\x8d\xae\xd7\xe0\xf5\xf5\x1a\xa4\x10\xea\x03\x97\x5e\x83\xd8\x86\x2f\x0f\xfa\x80\x41\x34\xa3\xbc\xd4\x04\xc1\x50\x55\xbb\x5c\x3b\x83\xa1\x2c\xbb\x34\x33\x5e\x9a\x19\x6d\x2f\x77\x18\x40\x16\xae\x9e\x97\xcb\x69\x90\xc5\xf9\x93\x4b\xdd\x02\xa4\x5b\x26\x97\x8a\x04\x28\xf7\x8a\x2f\x3d\xbb\x41\xea\xc9\x75\xb9\x04\x06\x71\x20\x9c\x2f\x75\x4f\x10\x59\x26\xf9\x85\xca\x9d\x48\x3e\x87\x07\x7d\x40\xe8\x74\x76\xb9\xde\x05\xe9\x12\xe5\xd2\x6f\x0f\x04\x41\xb3\xf2\x72\xf2\x07\x39\xec\x26\x5a\x1e\xc1\xd4\xc5\xf9\xd2\x69\x03\x84\x87\xe5\x2e\x5d\xaf\x41\x11\xc0\x32\xaf\x97\x49\x2f\xb6\x49\xec\x4c\x1a\xfd\x40\x4e\x44\xe5\xe5\x2e\x30\xc8\x34\x2f\xe7\x24\x30\x08\x55\x9a\xd7\xdb\xbc\x16\x42\xbb\xd6\xe5\x04\x04\xb2\x31\x65\x5c\xce\x36\xa0\xa7\x7d\xd5\x13\x2f\x20\x9c\x8a\x2f\x67\x1b\x90\x13\x15\xe1\xd2\xa6\x08\x82\x18\x40\x79\xb9\x46\x05\xa5\x1f\xec\xe5\x6c\x03\x32\xfd\x1c\x2e\x0f\x41\x7f\x07\x8c\x7b\x0f\x20\x07\x93\xd9\xa5\x5c\x04\xd9\x76\x4c\x65\xd9\x45\xf8\x0b\x97\x28\x97\xdb\x11\xa0\x55\xe2\x2e\x65\x19\x88\x03\x37\xee\xcb\x25\x1d\x28\x27\xa0\x4b\x13\x1c\x68\x65\xec\x47\x29\x05\x52\xaf\xd4\x8f\xa2\x03\x84\x5e\x06\x1f\x45\xc7\xc7\x28\x16\x54\xe8\xa3\x9c\x00\xa3\xbf\x49\x61\x52\x60\xf5\x1d\x24\x95\x49\x1c\x2d\x0a\x93\x7c\xe3\x4e\x58\x0e\xaa\xfd\x51\x9a\x80\x48\xea\xf8\xd1\xc6\xf6\x31\x84\x29\x8a\xfd\xc7\x25\xdd\x47\x4f\x2e\x3a\xc0\xc7\x91\x06\x82\x38\x10\xf9\xf1\x0c\x05\x18\x89\x6b\xc8\x47\x2d\x1e\xc4\x60\xf0\x7d\x54\x7a\x41\xba\x2c\xf9\xd8\xef\x41\x29\x60\x3e\xf6\x7b\xd0\x1b\xf3\xdb\x47\x15\x14\x0c\x3d\x18\x3f\x2a\x97\x20\x0e\x86\xfb\x47\xef\x07\x10\x7a\x19\x7c\xdc\x14\xfb\x78\x60\xcb\x37\xaa\xb1\x81\x22\xb0\x61\x7e\xf4\x7e\x00\xa9\x95\xfc\x63\x2f\x04\xb5\x31\x3b\x7f\xec\x85\x9f\x6f\x2f\x34\xc9\xd2\x2f\xe4\xb0\x71\x74\x56\x02\xd9\x4c\x53\x1f\x77\xba\x41\x11\xc2\x3b\x3f\xaa\x1b\x1f\xfd\xf8\x2d\x97\xbe\x9c\x20\xe7\x61\x92\x3f\x5c\x68\x77\xcd\x3f\xea\x16\xa0\x74\xc1\xf8\xa8\x48\x80\x2c\x3f\xad\x8a\x04\x48\x62\x3f\xe4\x47\xad\x01\x0c\x0f\xf1\x7d\xd4\x1a\x40\x79\x92\xf9\xa3\xd6\x00\xc6\x44\xf1\xfa\x38\x3a\xc0\x48\x56\x63\x1f\x55\x04\x10\xd3\xaf\xad\x3e\x00\x7a\xb3\x55\xf5\xbf\x04\xe1\xe1\x9e\x8f\x9e\x4d\xa0\xb4\xfd\x7d\xf4\xbf\x04\xe9\x0a\xfb\xe3\x48\x03\xad\xd2\xfb\x71\xe3\x0f\x74\xf5\xdf\xe1\xb6\xf5\x71\xd4\x7d\x34\x7c\x7f\x0b\x64\x19\x1f\x43\x45\xad\xca\xdd\xee\xf8\x81\x24\xc6\x62\x1a\x2e\x4d\x34\xa1\xa2\xf2\x76\xc7\x0f\xa4\xfb\xd9\xb7\x4b\x60\x30\x0d\x62\x60\x88\x33\xd1\x06\x31\x30\x78\x99\xe8\x9d\xd5\xa7\x91\xca\x44\x6f\xbb\x49\x6f\x93\xf0\xcf\x65\x2d\x78\xeb\x8b\x09\x8a\xab\x37\xf2\xd6\xdc\x02\xd2\x33\x36\xb7\x96\x6d\x90\x5a\x14\x0c\x71\x26\x32\x98\x21\x6e\xbd\x2c\x41\xa5\x45\xd5\x28\x03\x42\x4b\xad\x51\xcf\x44\x0e\x14\xa7\x7b\x98\xd7\xc0\xb7\x10\x75\xf4\x76\x0e\x07\xad\x8f\xc3\xed\x1c\x0e\x4a\x9f\x90\x5b\xfb\x37\xc8\x46\xb2\x18\xd6\x4c\xb4\x3b\xdd\xb7\x26\x71\x10\xfa\x12\xdc\x8a\x11\xd0\x6e\x32\xdf\x4e\xc5\x20\x3c\x63\x63\x90\x31\xd1\x8a\xf0\xdb\xbd\x3c\x10\x5a\xc9\x6f\xa7\x62\x10\x3a\x93\xdc\x2e\xcd\x41\xbb\x49\x73\x7b\x7c\x0a\x0c\x4d\x06\x86\x22\x13\xed\x49\x89\x5b\x0b\xf2\xad\x05\xb9\x4c\xb2\xf4\x84\x22\xd3\x0d\xe9\x76\xd1\x0d\x5a\xd7\xb4\xdb\xd9\x19\x8c\x60\x6f\xea\xd6\xaf\x13\xb4\xe7\xc1\x6e\xd7\xe1\x37\xfe\xf2\x7a\xb8\x1a\xd6\x4c\x84\xda\xcc\xad\x9d\x19\x94\x07\xb8\x6f\xe5\x22\x48\x2d\xb5\xb7\xa6\x67\x90\xc3\x6a\xbb\xc2\x06\x39\x18\x4f\x06\x19\x13\xa5\xec\xbf\x5d\x3b\x83\xd2\xe7\xe8\x76\x55\x0c\x06\xb1\xc2\xf2\x76\x09\x0c\x72\x47\x4a\xdd\xca\x58\x90\xc3\x72\xb9\x92\x05\x71\x60\x1a\xbc\xf5\x43\x03\xe5\xc6\xb0\xb1\xc2\xc4\xf0\xc8\x93\x81\xc1\xf2\x1b\x18\x0c\xc9\x72\xab\x35\x80\x9c\x28\x38\x06\x06\x13\x39\x1c\x0a\x2a\x12\x60\xa8\xf7\xdf\x8a\x70\x50\x5a\xbc\x6e\xb5\x06\x50\x1a\x23\x6f\x17\xa4\x20\x07\x7a\xdd\xad\xab\xc3\xad\x8f\x28\xda\xf2\xad\xa1\xee\xf6\x34\x2d\x4b\x4d\x63\x85\x89\x08\xfb\xbd\xeb\x4a\x30\x4e\x4c\x06\xb7\x8b\x48\x30\xb8\x7c\x24\x8d\x02\x26\x82\x70\xe7\x79\x6b\xb3\x06\xa5\x41\xed\xd6\xcb\x09\x94\x9e\x82\xc6\xf7\x12\xe1\x8a\xf1\x56\x9b\x01\xbd\xa1\xc5\xdf\xca\x7e\xd0\x6e\xdd\x1b\x05\x4c\x0c\xf5\x81\xdb\x25\x1d\x08\x7d\xda\x6e\x25\x31\x68\xb7\x56\x8d\xef\x25\xf2\x44\x38\x1b\xdf\x4b\x54\xef\xfe\xd0\xd2\xe3\x31\x55\x8e\x5a\xd5\x20\xd0\x1e\x83\x33\xe4\x97\x48\x7d\x37\x1e\xd7\x6f\x20\x2c\xaa\x21\xbf\x44\xab\x07\x1b\xb9\x4b\x24\x97\x46\xa4\x61\xba\x44\x12\xaa\x36\x1f\x3d\xa6\xc0\x38\x59\x74\x3f\x6a\x46\xa0\x3c\xdd\xfe\xb8\x6d\x09\x4a\x5d\xff\x51\x33\x7a\x3c\x64\xd5\x66\x3f\x4d\x22\x02\x64\x9a\xd7\xdb\x24\x4c\xf5\xf4\x9c\x47\x2b\x39\xa8\xf6\x8d\x7a\xc2\x83\x76\x6d\xf4\xa8\x52\x81\xd6\x2e\xf6\xa8\x52\x81\x20\xd0\x55\x3e\x2e\xd0\x40\xda\x01\x1e\xfd\x2d\x40\x11\xb9\x2b\x0d\x1f\x26\x86\x92\xdc\xf0\x61\xa2\x6d\x7b\x43\x7e\x89\x0e\xac\x1b\x8f\x5e\x19\x60\x28\x3a\x1e\x45\x2d\x08\x1d\xa7\x8c\x02\x26\x82\x7b\xc9\xf2\xd1\xb5\x16\x04\xf1\xbd\xf2\xd1\xa2\x0a\xba\xcf\xe3\xd7\x53\xb1\xe1\xbf\x44\x9f\x74\x2c\x63\x7d\x89\x32\x2a\xc3\xa3\xbc\x06\xad\x43\xd6\xa3\xd9\x1e\xe4\x69\xa3\xbb\xa1\x08\xea\xb0\x63\xa9\x55\x1a\x11\xcc\xfd\xdd\xc7\x3d\xc6\x47\xb7\xad\x36\xc9\x37\x96\x87\xdf\x4d\xb2\x09\x4a\x07\x47\xdf\xf8\x31\x89\xc3\x26\xc8\x1f\x63\x85\x89\xde\x6c\x02\x97\x61\xa0\x36\x14\x89\xc7\xe9\x00\x84\x9e\x7e\x8f\xb2\x1f\xe4\xc9\xee\xce\xa3\xa0\x07\x9d\xb6\x84\x07\xa3\x8c\x15\xc6\xad\x4d\xf9\xe8\x83\x0c\xca\x20\x06\x86\x0f\x13\xc5\x2d\x3c\xf9\x68\xa9\x7d\xb4\xd4\x22\x50\x1f\xa7\x03\x90\x85\x10\x34\x30\x98\x68\x55\x5b\x03\x83\x89\x28\x74\x9e\x47\xb3\x2c\xe8\xd3\x2f\xef\x22\x12\xe4\xb0\x09\x5d\x44\x3e\x06\xb0\xb1\xdf\xba\x8b\x02\xe2\x60\xe9\xf4\x38\x8f\x80\x18\x0e\x0b\x6d\xb0\x20\xf4\x08\x7e\xb4\xc1\x82\x74\xd5\xf2\xe8\xab\x02\x4a\x67\xef\xc7\xa9\x05\x84\x7b\x0f\x8f\xcb\x56\x90\x1e\x52\x78\xdc\xfb\x04\xad\xe1\xe9\x71\x25\x0b\x72\x6b\xf3\xb2\x25\x50\xf2\xcb\xc1\xa3\x29\xd5\x50\x64\x2a\xc0\xc6\x1d\x13\xad\x03\xed\xe3\xd4\x02\xe2\xc0\x92\xf6\x68\xfe\x04\xed\x8e\xf2\xa3\xde\x0f\xfa\xb4\x9b\x68\xd8\x04\xf9\x15\x10\x5a\x31\x41\x1b\x49\xe1\xd1\x3e\x09\xe2\x5b\x54\x17\x0c\x8f\x01\x26\xd1\xfb\x1f\x27\x0d\xd0\x84\xfc\x4a\xc3\x87\x89\xfa\x76\x39\xdd\x57\x1e\x8e\xf4\x6a\xdd\x30\x30\x98\xe8\xa1\xfc\x51\x7d\x07\x3d\x7c\xa3\x86\x3a\x10\xbb\x9f\x43\x05\x1a\xf4\xc4\xe0\xfa\xb8\x39\x09\x92\xb8\xf6\xb5\x21\x9c\x45\x12\x20\xa0\x8c\xb6\x25\x02\x81\x5a\x46\xdb\x12\x4d\x60\x9e\x32\x8e\x96\x88\x58\xea\x46\x71\x8d\xde\x17\x79\x14\x49\x6c\x3b\x8a\x8e\x61\xd2\x6e\x12\xc1\x3d\xd7\x42\xb9\xbc\x3c\x4f\x04\xa7\x43\xcb\x08\x59\x22\x09\xc1\x50\x46\xc8\x12\xf5\xb7\xec\x5f\x26\xe9\xad\x76\x92\x64\x85\x0e\x0e\x2a\x1e\x54\x28\x7c\x23\x41\x6b\xa2\xc9\x3e\xac\x23\x77\x50\x10\x8f\xb1\x0c\x87\x25\xb2\x37\xea\x18\x56\x28\xe8\x13\x1b\x85\x48\x2b\x94\xf8\x20\x9f\x3c\x95\xe6\x95\x46\x64\xe5\x8d\x69\x85\x52\x17\x30\xca\x85\x10\x15\x49\x54\xe2\xda\xd2\xec\x0d\xc9\xbb\x66\x9b\xda\xca\xbc\x10\xa2\xe7\xe0\xa9\xb2\x5c\x45\x60\x8b\x93\xf6\xc2\x24\x25\x26\xeb\x99\x32\x68\x96\x68\xd4\xff\xda\xca\xf6\x2a\xf7\x90\xcc\xde\x42\x10\xa5\x00\x07\xa3\xda\xca\x26\x2c\x62\x5d\x14\x7d\xa2\xfc\xb4\x85\x39\xd0\x86\x2e\x8b\x5a\x1c\x7c\x39\x69\xaf\xb2\xa1\xcb\x69\x9d\xa4\xb6\x71\x16\x26\xa7\x5e\xcb\xd0\x5a\x22\xcf\x49\xe3\x4c\x0b\x31\xb5\x59\xfb\x94\x6f\x9c\x1e\xe4\xf0\x29\xdf\x38\x89\xfa\x31\x68\xfb\xd3\x6a\x9f\xb8\xf2\x0d\xde\x78\xda\x31\xd9\x43\xc2\x14\x5b\xdb\x69\x85\x4e\x3c\xce\xd3\xa4\xb7\x49\xea\x62\xb4\xc4\x69\xe9\x39\x70\x4a\x00\xd3\xda\x5e\x96\x5e\x07\xdc\x83\x56\x7d\xd9\xf6\x0b\xcd\x59\xe0\xf2\x06\x5c\xd1\x87\xd9\xbf\xec\xab\x2f\xa2\x71\xef\x7c\xed\xb7\x79\xb1\xa3\xc3\x41\xd8\x32\xbe\x97\x48\xd6\x92\x65\x7c\x2f\x11\x47\xfd\x7a\xaf\xb8\xbc\xef\x56\x34\x61\x81\xca\x0b\x6f\x45\x60\x51\x28\x6f\xbc\x15\x83\xfd\x91\xf2\xf2\x5a\x11\xc7\x34\xc9\x16\x46\xe2\xed\xf6\xb5\xcb\xaf\xc5\x26\x4d\xef\x34\xd4\x65\xe5\x70\xd8\xfb\xb6\xca\xc7\xf1\x84\x77\xde\xb4\xaf\x7d\x6c\xf4\x0f\xdb\xf8\x69\x92\x6f\xfc\xb0\xf5\xb5\x91\xd7\xc7\x46\xff\x18\x58\x9e\xa7\x6e\x1b\xca\xb8\x87\x76\xac\xdb\xec\x8d\x7b\x78\xd2\xe8\x8f\x4f\xe1\x5d\x3c\xec\x45\x8f\x4f\x61\x9d\xc0\xbc\x5e\xdb\x63\x73\x62\x8a\x18\xe1\x53\x36\xce\xc3\x1e\xe3\xe6\x53\x76\xbf\x87\x81\x58\x94\xeb\xb1\xf4\xec\x56\xc4\x37\x2f\xbb\x0c\x0a\x30\x51\x74\xca\x90\x5f\x22\x51\x4a\xca\xf8\x5e\xf5\x8d\xef\x45\x1d\x77\x76\x2b\x6a\xd7\x6f\x78\x4d\x79\xb5\x63\x1a\x14\x81\x72\x58\x3b\xa6\x41\xd1\xb9\x56\x8c\xb5\x2b\x89\x41\x8d\x93\xec\xd1\x76\x45\xf6\x37\xe9\x65\x92\x21\xbf\xf8\x21\xaa\xad\x48\x5c\x28\xca\xf0\x61\x62\xe4\x4e\x92\x02\x15\x8c\xb9\x96\xc0\xb5\xe3\x4a\x2c\x9a\xe5\x4e\xed\xf8\x0d\x8b\xde\x4e\x93\xfc\xe1\x30\x20\x70\x92\x74\x99\x74\xb1\xa1\xb8\x93\x64\x85\x06\xae\xfd\xb4\xaa\x77\xf4\x8a\x3a\xfc\xa1\x62\x17\x14\xc1\xf1\xca\x58\x61\x22\x88\xff\x5d\x46\x01\x13\x85\x55\xae\x8c\x02\x26\x0a\x0b\x72\x79\x51\xaf\x18\x2c\xb0\xca\x28\x60\xa2\x63\x98\x64\x51\xb5\x48\x20\x2a\xbd\xf1\x53\x34\x47\xc4\x6a\x57\x5e\x83\xe0\x7e\xe3\xda\xd3\x37\xa6\x1e\xc1\xe4\xa5\xbc\x06\x8d\x57\x58\xed\x69\x1d\xd3\xe3\x1a\x74\x13\x45\xb8\x81\xc1\x9c\x0e\x76\x45\xb8\xb7\x67\x4c\xfb\x84\x22\x1c\x8c\xf0\x8d\x65\xb5\xbd\x1f\x98\x19\xd5\x58\x61\x62\x10\xef\xb3\x8c\x02\x26\xca\xc1\x67\x7c\x2f\x11\xb8\xaf\x94\x17\x90\x8a\x3a\x6c\xaf\xb6\xaf\x36\x7d\xd5\x5e\xd8\xbe\xb1\x5d\x74\xf3\xc6\xb6\x8e\xad\x50\xe0\x8d\x6d\xf6\x04\xc8\x65\x87\x74\xad\xc6\x49\x9a\x1c\xf4\xb1\xed\xa7\xd5\x9e\x1c\x82\xd9\x7c\xca\x2f\x84\x29\x03\x57\xd1\xe2\x72\x90\x2f\xca\xf9\xcd\x9b\x51\x45\x84\xdd\xe4\x34\xfb\x13\x5f\x28\x0b\xa1\xec\x07\x7d\x38\x60\x4e\x1b\xe7\xe4\xa8\xb1\xa5\x47\x2b\x15\x93\x18\x66\xb5\x3b\x1d\x80\x66\x99\x5f\xbb\x22\x1c\x24\x2e\x86\xb5\x2b\xc2\x41\x70\x7e\xae\xf6\x97\x79\xbd\x08\xd4\x77\x50\xa1\x97\x6d\xcf\x91\x3a\xac\xd1\x65\x60\x30\x31\xea\x9b\x64\x1d\xd5\x4a\x1d\x7c\xca\x7e\xd0\xce\x95\x86\x0f\x13\x79\xee\x26\x59\x54\x0c\xd4\xdc\xfc\x52\xfb\xdb\xbc\xde\x9e\x98\xa1\x71\x2e\x3b\x13\x11\x6a\xb8\x5b\xb9\x76\x65\x34\x18\x58\x37\x6a\xbf\x6c\x1c\x6d\x20\x76\x80\xcb\x0a\xe1\xdd\x37\x50\x24\xf6\xcb\x37\x7a\x6b\x46\xf9\x43\xeb\x78\x69\x1b\xe6\x8d\xb7\x45\xbd\x59\x44\x3a\xac\x1e\x2b\xc4\x11\x57\xfc\x1c\xcb\x90\x5f\x22\xbe\xa3\xf6\xb1\x5c\x58\x7d\x09\xd1\x5f\x46\x01\x13\xdd\x7e\x5a\xa5\xaf\x21\xbf\xb6\x69\x92\xad\xba\x30\xbe\xa3\xf6\x71\xa4\x3d\x8a\xc7\xf5\x46\xa3\x80\x89\xc0\xd1\xb5\x8c\xef\x25\x82\xb0\xfa\x65\x7c\x2f\x31\xf0\xb3\x2e\xe3\x7b\x89\xe0\x92\xd9\xf2\x2a\x53\x91\x55\xbf\x0e\xf1\x51\x87\x52\xfd\xf0\x32\xbf\xb6\x40\xb7\x49\x98\xa7\x18\xd4\xc7\x6e\x19\x77\xaf\x75\x33\x69\x37\x89\xf9\x8d\xa9\xf8\x50\xe5\x06\x03\x1b\x6c\x1d\xaa\xdc\x87\xe1\x64\xc2\x24\x8b\xbd\xbb\x99\x3b\x49\x7a\x4c\x7a\x38\xa9\x45\xf6\xea\xd7\x60\xa4\x95\x53\x4d\x06\x45\x0c\xa0\x32\x30\x98\x08\x22\x86\x97\x81\xc1\x44\xd5\x5a\x90\x96\x97\xf3\x88\x89\x91\xb4\xbc\xce\x54\x04\xee\x05\x65\xf8\x30\xd1\xec\xf8\xd5\xe1\x74\x00\x02\x2f\x94\x3a\x9c\x0e\x40\xb0\x57\x5c\x47\xf8\x46\xdc\xc9\x92\xc9\xec\x50\x57\x07\xcd\xcd\x8a\x65\x60\x30\x91\x1c\x23\x29\xaf\x34\x15\x3d\x99\xb9\x0e\x7c\x0b\x45\x72\x5f\x6b\x19\x2b\x4c\x24\xbe\x3d\x65\x60\x30\x51\x38\x3e\x95\x77\x9a\x8a\x1e\x93\xa2\x2a\xfb\x41\x3b\x15\x7b\xef\xa8\x48\x2c\xc8\x75\xb4\x45\x6d\xf6\x47\xd0\x04\xbd\x77\x54\xe4\x6e\x51\xdb\x72\xb5\xe5\xa2\xa1\xdb\xbe\x86\xdb\x16\x7e\x8a\x65\x30\x2f\x91\x1c\xa4\x2f\xaf\x22\x15\xb1\x59\xfa\x69\xdb\x4f\x85\x20\xe5\x52\x99\x06\xa3\x6c\x55\xc5\x2e\x68\x97\x4e\x46\xee\x12\x79\x22\x92\x8c\xdc\x25\x72\x98\x3d\x46\x65\xd1\x2e\x05\xb8\x85\xf4\x8b\xae\xa6\x71\x14\xbb\xa0\xca\xf6\x52\xbf\x06\x8d\x33\x49\x19\x80\x4b\x74\xda\x84\x6f\x0b\xf1\xe6\xd3\xda\x5e\x6f\xdf\xf8\xd6\x8c\x4d\x51\xdf\x56\xe8\xed\x12\x98\x72\xa9\xbb\x82\x9c\xc3\x24\xbf\x23\xba\xeb\xe1\xd0\xbf\xac\x10\x86\xe0\xdd\x4f\xab\x5c\x04\x31\x99\x34\x0e\xe5\x22\x08\x6e\x0d\x2c\x23\x77\x89\x08\x3b\xd3\xe5\x1b\x59\xd3\x9f\xdf\x24\xdf\x78\x19\x06\x8e\x0a\x5d\x7e\xb4\x0b\x87\x08\x26\x8d\xe3\xe3\x47\xc3\x82\x4c\xd4\xfd\x32\xe4\x97\x18\x89\xde\x7f\x7c\xec\x72\x1f\x2c\xb5\xc3\x24\x3f\xed\x87\x2b\x09\x86\x3f\xb4\x33\x7d\x6f\x9b\xa0\xf4\x1f\x2b\x84\xc9\x60\xf7\x6b\x7f\xac\x10\x81\xc1\xce\xdd\x1f\x5a\x21\x9c\xaa\x5d\xd3\x1b\x18\x4c\xb4\x53\xcb\xa1\x7e\x0e\x82\xad\xa0\x3a\x6e\x93\xf4\x13\x42\x38\x1f\xb7\xd5\xbe\xd9\x0e\xb5\x47\xdf\x0e\x05\x5c\x87\xf6\x83\xbc\x6e\x5b\x42\xd7\x21\x04\xfd\xa1\x7e\x0e\x86\xda\x8c\x81\xc1\xc4\x38\xfd\x42\xce\x10\x60\xb4\x22\xed\x31\xfb\xc7\xcb\x32\x4d\x32\xfb\xc7\x86\x5e\xe5\x1a\x2a\xe3\xc3\xf8\xbb\xb4\xc4\x50\xf6\x0f\x43\x25\xc4\x49\xd2\x69\x92\x4e\x8d\x24\x29\x7d\x41\x1c\xa8\xa0\x83\x6d\x38\x51\x1c\x07\x2a\xe3\x68\x89\x3a\x99\x51\x07\xc6\x5b\x51\x5c\x36\x5d\x63\xf8\x43\x82\x6a\xe3\xca\x57\x83\x3d\x37\x11\x0e\x98\xa1\x2c\x1c\xdf\x03\x26\x3c\xa5\xb0\x32\xf6\x15\x81\x53\x6a\xa8\xa8\x82\xe6\xac\x79\x8d\xb0\x10\x44\x4f\xe0\x94\x4b\x0d\xcd\x0f\x20\x4f\x96\xad\x43\xdd\x15\x74\x9a\x97\x9a\x24\x48\x4c\x9e\x65\x5c\x29\x91\x2a\xe3\x43\x91\x06\x06\x01\x37\x6a\xb0\x9b\x26\xc6\xc9\x1c\x6e\x78\x28\xd1\xfb\xf7\x29\x5b\xa2\x39\x02\x84\xe2\x35\xda\x96\x68\x82\x0d\x30\x1e\x8d\x18\x25\x92\x38\x23\x35\x38\x7c\x21\x32\x99\x28\xbc\x43\x4d\x64\x7e\x9f\xb2\x71\x08\x46\x78\xcc\x5f\xbb\x6d\xd5\xd0\x7c\xe0\xb5\x6b\x04\x7b\xab\xa1\x78\x03\x61\x5f\x1b\xda\x0a\x40\xe2\xd2\x54\x06\xa7\x12\x83\xfd\x91\x1a\xca\x32\x30\xbe\x4f\x69\x18\x18\x5f\x2b\x26\xd9\xbf\xec\x45\x0b\x8d\x43\x7a\x71\x35\xdb\x17\x8d\x49\xbc\x8c\x57\x25\xaa\xfd\xa6\x2a\x9a\x60\xe0\x5e\x50\xdc\xd7\xf6\x45\x63\x9f\x2c\xef\x6d\x13\xc9\x79\xf8\x1a\x2f\x1b\xfd\x45\xf7\x43\x8c\x78\x2b\x9b\x18\x84\xda\x2c\xaf\x5c\x13\x35\x0e\x93\xac\xf6\x45\xf8\x79\x64\xac\xf7\xa0\x89\x50\x25\xf2\x22\x34\x51\xed\x07\x54\xfe\x78\xef\x99\xf2\x67\xb8\xcc\x07\x39\x1d\x16\x4a\x16\xd0\xca\x45\x83\x53\x89\x6c\x54\x35\x83\x40\x89\x51\x56\x48\x31\x32\x0c\x9c\xe2\x53\x8f\xa5\x7f\xf4\xb0\xa7\x10\x6a\x95\x20\xa7\x8d\xa3\xcc\x00\x39\x8e\x95\x64\xb0\x25\x91\xc4\xc7\x29\x23\x2b\x89\x98\xb4\x57\xb0\x9f\x24\x92\xdb\x48\x2a\xd4\xb2\xc2\x33\x6f\x61\x52\x9b\x84\x0a\x49\xab\x86\xb6\x4e\x90\x89\xcc\x08\x0e\xb8\x89\x3a\x7d\xea\xf0\xa9\x03\x81\x8a\xd2\x1a\x87\xe5\x3a\x58\x31\xd2\x73\x42\x31\x02\xe6\x86\xc9\xc0\x38\x47\xa2\x89\x9b\x51\xa1\x06\x02\xaa\x58\x30\x78\x6d\xb6\xe8\xc3\xa7\x34\xe7\x81\xa8\x6f\x92\xd5\x2e\x04\x57\x52\x88\x36\xaf\xe6\xd0\x50\x9b\x64\x21\xf0\x25\xd7\xd6\x19\x0e\x44\x10\x9c\x3e\xae\x50\x6b\x00\x4d\xdc\x9e\xb5\xf4\x36\x09\xad\x01\xe5\x32\x70\xf6\x16\xb5\xfb\x46\xd7\x5c\x20\xb8\x9b\xb5\xe2\xb4\x8e\x27\x6e\x94\xc8\x0c\x03\x11\x89\x66\x1b\xad\xc2\x01\x03\xc2\xe5\xa1\x81\x88\x44\x4c\x74\x9e\x78\xd9\xaa\x2f\xd7\xe1\x26\x99\x3d\x67\x5b\x0f\xdf\xa8\x09\x0e\xb4\x16\xbe\x70\x19\x06\x62\x22\xcb\xe2\x6d\xf6\x6f\xdc\x90\xac\xf6\x65\xb5\xb9\x7d\x6a\x43\x93\x34\x10\x91\x08\xb6\x95\x2a\x34\x95\x81\xe6\x70\x4e\x85\xea\x06\x68\xd7\xe1\xe1\x02\x0b\x0c\x0e\x50\x56\xa8\x48\x80\x6a\x0b\x71\x59\xfa\x0b\xc7\x16\x84\x55\xa8\x35\x80\xe0\x4c\x52\x85\x2a\x02\x08\xae\x05\xae\x70\xf2\x07\xb9\xd9\x4d\x1c\xa2\x60\xa4\xa5\x77\x3c\x82\xc0\x19\xb7\xe2\x36\x7b\x3d\x95\x4f\x93\xac\xd0\x4d\x8c\xce\x8d\xec\x5d\xf8\x81\x66\x6b\xa3\xe2\xb6\x8e\x38\x18\xb9\x6e\x08\xb5\x86\xf0\x04\xac\x3f\x74\x79\xf8\x8d\x80\x64\xe9\x1d\xdb\xa0\x27\x5a\xa9\x41\x91\x44\xbb\x36\x0a\x27\x7f\x50\x9c\x08\x2d\xaf\x63\x17\xa1\x82\x63\xe8\x24\xd1\xc4\x06\x29\x2f\x25\x17\xc9\x01\xca\xf2\x36\xf1\xfa\xde\x26\x4e\xff\xf2\x62\x70\x11\x1c\xa9\xab\x74\x6d\x94\x6e\x21\x30\xe5\x79\xa5\xb7\xe8\x49\xff\xf2\x4e\x6f\x11\xb1\x99\xd7\x63\x92\x23\x8d\x24\x17\x42\xde\xbd\x9d\x88\x47\x2f\xdf\x16\x83\x73\x57\xe5\xed\xdb\xa2\x06\x42\xc1\xeb\xb7\xc5\x20\xe8\x5f\x79\xff\xb6\x18\xf8\xe0\x94\x61\x98\x44\xa8\xe0\x78\xdf\xb6\xa8\x66\x74\x24\x9e\x3a\x62\xe0\xed\x5f\xe9\x72\x09\x34\xc1\x61\x2a\x5d\x08\x81\x24\xa4\x53\x65\x98\x3d\x27\x55\x67\xfb\x94\xd9\x1b\xbf\xe9\xef\x70\xdb\xaa\xc4\x19\x57\x0c\x2e\x41\x28\xc3\x3b\x89\x22\x8a\x7c\x65\xda\x2a\xec\x41\xe3\x2e\x5d\x46\x7c\x12\xbd\xd3\x8b\x52\x4b\x1a\x18\x1a\x49\x0d\x02\x25\x92\x6b\x04\x2a\xcb\xec\x0b\xbb\x03\x46\xe5\x74\x03\x03\x0c\x4d\x70\xe9\x06\x06\x48\xce\x66\x54\xaa\xec\x80\xa1\x15\x33\xdb\x8e\xd5\x78\x1c\x30\xad\x67\xdb\x9c\x04\x0b\x20\x92\x70\xa5\x2a\x11\xc8\xdd\x0f\xa8\x8c\x05\x99\x76\x3f\xcd\x66\x20\x95\xfd\xa9\x8d\x0c\x84\x13\x76\xaa\x12\x81\x4e\xfb\x87\x5b\x26\xa0\x09\x0d\x51\x06\xa7\x12\xe1\x76\x42\xaa\xf3\x80\xe4\xa6\xe6\x4a\x2d\x69\x69\xb0\x37\x6c\xe9\xa9\x08\x07\xf1\xfd\x1c\x2e\xe9\xd2\xfd\x5d\x7b\x91\x66\x33\x10\xaa\x90\xa9\x1a\x94\xde\x05\x65\x8f\x3c\x7d\xe3\xe9\xbd\xf6\xbe\xd1\xfe\x41\x2c\x02\xa2\xfd\x95\x77\xb0\x8b\x74\xcd\xe5\x95\xeb\x22\xb6\xc3\x24\xeb\xc8\x09\xd8\xdd\xb6\x57\x33\x02\xb9\x5b\x21\x65\x3f\x28\xe7\x24\x43\x58\x89\xde\x50\x37\xf2\x65\x21\x5e\x5c\xd8\xe1\xa0\x56\xf6\x83\x6c\x8c\x27\xde\xa0\x2e\x82\xcb\x61\xca\x2b\xd4\x45\x38\x57\x7a\x85\xba\x48\xe2\x42\x95\x77\xa8\x8b\x24\x6e\x74\x79\x3f\xba\x88\xef\xd0\x77\x3a\x00\xe1\x5c\xe9\x2d\xe6\x22\xc3\x0a\xb9\xae\x04\x45\xec\x86\xf2\xd2\x72\x51\x13\x33\x63\x2a\xfb\x41\xb8\xd1\x90\x2e\xfc\x40\x6c\xa8\xc9\xe9\xce\x09\x88\x69\x5f\xbd\xed\x4c\xdc\x16\xb8\x39\xa8\x95\xea\xe9\xd5\x80\x0e\x3e\xa5\x3a\x88\xc3\x91\x76\xdb\x7d\x39\x27\x7b\xa6\x3f\xb4\x71\x6e\xe2\x6c\x9f\xbe\xd1\xd2\x13\xdc\x93\xcb\xd3\x2a\xd5\xeb\x40\x1d\x2c\x5b\xd3\x85\x1f\x68\xc2\x50\x56\x2a\xfb\x53\xbd\x0e\xc5\x2b\x95\xfd\xa0\x76\xfb\x84\x5b\x2e\x49\x8c\x97\xaf\x24\x7e\xcc\xfe\xf1\xa2\x51\xca\xe5\x5a\x10\x14\xf7\x48\x94\x21\xbf\xc4\xe0\xc2\x8e\x2a\xd7\x82\xa5\x83\x36\xdd\xc4\x28\x60\x22\xac\x63\x69\x07\x04\x3d\xd1\xd8\x4a\x3b\x20\x68\xee\xb5\x2e\x2f\x7a\x17\xd1\x69\xd2\x63\xd2\x83\x71\x8e\x42\x68\xe8\x03\xa9\xce\x53\x2e\x35\x41\x70\x18\xb3\x0a\x2f\x27\x91\x76\x39\x43\x91\x89\x0c\x8c\x60\xe5\xbe\x0f\x98\x5a\xf5\xbc\x24\x5e\x24\x4e\xd5\xe5\x2d\xf1\x22\x39\xef\x5c\xe5\x76\x3b\x28\xae\x3f\xac\x72\x6f\x1d\x34\x57\x60\x57\xb9\x15\x04\x42\x6b\x63\xb9\xb7\x5e\xc6\x98\x42\xc1\x29\x75\x57\x90\x69\xe3\x38\xe5\x19\x0f\x8d\xcb\x89\xab\x34\x1a\x82\xe6\xf0\x6a\x95\x46\x43\x50\x07\x4a\x9c\x21\xd2\x44\x4c\xcb\xe5\x5c\x09\x7a\xdf\x7c\xca\xcf\xc1\xed\x8a\xf8\x20\x57\x39\x0b\x96\xd7\x56\x61\x62\x29\x2d\x84\xa0\xdc\x81\xf7\x62\x7b\x91\x6d\xf6\xee\xe6\x17\xf1\x09\xd5\x1a\xca\x45\x37\x28\xb7\xa2\x4b\x0b\x61\x79\x33\xef\x34\x7b\xeb\x18\x38\x44\x58\x6d\xb7\xee\x41\xb9\x89\x58\xe9\x0f\xd3\x9b\xcd\x4d\xb2\xbd\x92\x13\xe9\xd8\x53\xca\x39\x0d\xcc\xef\x47\x73\xc3\x08\x24\xfe\xaa\xe5\x05\xfb\xa2\x88\x91\x57\xde\xb0\x2f\x5a\x45\xb5\x9c\xe6\x40\x9f\x23\x7f\x3d\x15\x7b\x29\xbf\xe8\x69\x13\x68\x05\x00\xd9\x58\x14\xbc\x96\x5f\x44\x39\x78\xdc\x62\x2a\x2f\x9a\xb1\xcb\x68\x2b\x00\xa9\x32\xed\xcd\xfc\x62\x68\xe9\xa8\xb6\xd1\x9b\x93\x93\x36\x94\x33\x2a\x68\x1c\xd0\xaa\x34\x92\x82\x6a\xbb\x8c\x33\x6a\x19\x83\xda\xfa\x3a\xa3\x82\xc2\x6b\xb0\xca\x55\x0b\x28\x42\x6d\x56\x69\x11\x05\x7d\x22\xa5\xca\xb9\x12\x0c\x25\x71\xb9\xb6\x01\x7d\x2a\x0d\x34\x32\x80\xb9\x59\x47\xf7\xa6\x40\xb9\x32\x2b\x67\xd4\xf2\x5e\x60\x66\xd4\x72\x46\x05\x49\x14\x9d\x2a\x0d\x0b\x20\xd4\x76\xcb\x49\xb6\xbc\xd2\x9d\xc9\xbf\xb4\x35\x80\x9c\xf6\xb5\xd3\x2e\x73\x1a\xfc\x95\x3a\x6a\x6b\x00\xc3\x99\xab\x34\x2c\x80\xde\x99\x80\xca\x89\xb1\x9c\x18\x99\x34\x0c\xed\x27\x82\x68\xed\x55\x2e\x77\x40\xa5\xdd\x4f\x8f\x03\xd0\x9a\x1f\x0c\x00\x28\x3a\xbf\x3f\xb4\x71\xde\x5c\x57\xcb\xa4\x51\xae\x93\xc0\xf8\x76\x13\xf7\xa6\x40\x0c\x16\x1f\xe5\x3a\xa9\xbc\xf1\x9d\x49\xb6\x34\x3f\x80\x20\xda\x56\x95\xeb\x24\x10\x87\x1d\x40\x1b\x2c\x68\x82\x2b\x54\x69\x7e\x28\xcf\x53\x28\x63\x35\x6c\x82\x24\x6e\x46\x95\x56\x4c\x50\xbb\x4d\xf8\xb1\x55\x3f\xde\x95\x41\xb9\x9c\x2b\xc1\x70\x8b\xbc\x9c\x05\xc1\xfc\x0a\x1b\xbd\x0c\x40\xa9\xd7\x95\x0b\x19\x30\xdc\x18\x2e\xad\x98\xa0\x36\x3c\x03\xca\xf9\x0d\x0c\x4d\x96\xa5\x91\xa2\xbc\x46\x57\xf1\xe6\xd6\x17\x48\x9d\x18\x0c\x5f\x28\x4a\x23\xa9\xe1\x0b\x45\xe9\x10\x51\xee\x86\x81\xf8\x5b\xf6\xb6\xfd\xe3\x3e\xaa\x4f\x39\x1e\x1f\xee\x03\xa1\xfb\xb6\x4b\x27\xd0\x7a\x4c\x19\x0a\x51\x34\x21\x51\xca\xb8\x87\xa2\x74\x0d\x69\xe7\xca\xfe\x3a\x31\xf8\xd4\xdb\x24\x6f\x77\x35\xe9\x63\x12\x37\x5b\x32\x01\xb5\x93\x19\xc8\x41\xb5\xdb\xc9\x0c\xb4\x4e\x41\xad\x89\xa5\xbd\x26\x87\xd9\xa6\x75\x62\x00\xc1\x41\x8e\x6a\xd7\x6f\xed\x19\x0a\xfa\x6a\x3b\x0b\xb6\xdb\x5d\x0c\xbe\xc6\x65\x57\x84\x3e\x12\xed\xfc\x06\x02\x1f\xe4\x32\x86\xa2\x08\xbc\x47\xab\x5d\xf8\x81\xc0\xa1\xbd\xda\x85\x1f\x08\x0e\x5d\x57\xbb\xf0\x03\xb9\x7d\x93\x2c\xd7\xe1\xcd\x72\x14\xd5\xdd\x34\xd0\xdc\xbc\x53\xed\x2c\x08\x8a\x93\x38\xd5\xce\x82\xed\x2c\x68\x5e\xce\x82\x6d\x74\x0d\xcb\xe5\x2c\x08\x86\x96\xa5\xd6\xa8\x0c\x5a\xb3\x6c\x87\x3f\x0c\x83\x9d\x98\xe4\x47\x0b\xaf\xfb\x27\x7b\x97\x74\xad\x47\x30\xfa\x66\x3b\xbf\x81\x26\xe6\x5b\x19\x83\x51\x54\x9a\xbd\xcb\x38\xd0\x5c\x82\x57\xed\x3e\x59\xeb\x36\x61\xb5\x5d\xd9\x81\xe2\x8c\x4e\x75\xda\x5e\xde\x94\x96\x3e\x65\x21\x92\xa3\x10\x16\xd5\x59\x10\xa4\xab\x9e\x76\x81\x06\x5a\x01\xd3\xce\x30\x20\xbe\xd5\xd6\xaf\xe1\x1b\xa9\x71\x37\xc9\xa2\xb2\x0d\x47\xdc\xd6\x6a\xe7\xa1\x36\x40\xb7\x43\xc1\x65\x1c\x28\xf7\xa3\xda\x49\x07\xb4\xfa\x53\x6b\xc6\x6e\xcd\xd8\xf6\x2f\x97\x71\x20\x5d\x1b\xb5\x96\x6d\xd0\xf1\x77\x78\x50\x57\x3b\x27\xb5\xe7\x3c\x18\xe7\xed\x04\xd4\x86\x84\x43\x84\x1b\x27\x52\x84\xf3\x5b\x4f\x5f\x35\xdd\x02\xa0\x26\xce\x49\x20\xdd\xae\x32\x9a\xa4\x88\x81\x86\xda\xee\xe5\x81\x76\x2b\xba\x9d\x93\x40\x94\x5f\x4b\x43\x1d\x88\x76\x20\xba\xca\x03\x43\x55\xad\x9d\xa6\x40\x11\x6e\xb6\xda\x35\x17\x18\x2a\x12\xed\x9a\x0b\x74\x3a\xce\x9d\x6d\x40\x9d\xb6\x9d\x6e\x0f\xfd\x76\x76\xa6\xda\x7a\xab\x81\xa1\x27\x44\x3b\xb5\x80\x6c\x3f\xa0\x53\x0b\xc8\xcd\x1f\xba\x74\x02\xe1\xe4\xdf\x9a\xb1\xdb\xc8\x00\xc8\xfe\xd6\x5b\x0d\x0c\xee\x18\xae\x76\x81\x05\x9a\x83\x86\xd5\x6e\xc9\x81\x54\x03\x69\xed\x6d\xa0\xb4\x33\xb7\xc6\x35\x50\xc3\x8f\xe6\x6c\x03\x5a\xcb\x50\xbb\x74\x02\xc3\xdd\xd6\x76\xe9\x04\x06\x91\x95\xaa\xdd\x33\x6b\x2f\x41\x70\xa4\x38\x01\x81\xd8\x15\x49\xae\xa6\x40\xb9\x28\x6a\x27\x20\x10\x3a\x1e\x18\x6a\xb3\xbe\xa1\x36\x1d\xd4\x8f\x1d\x80\xa3\xfb\x2e\xb0\x5a\x5b\x3a\xc8\x83\x35\x7d\xbb\xe6\x02\x79\xd8\x4d\x9c\x5a\x40\xe9\xab\x32\x75\x4f\x00\xc9\x3d\xa4\x35\x5d\xc8\x80\x2a\x26\xec\xa9\x2d\x1d\xa4\x1b\xe9\x53\x41\x0f\x82\xfb\xe5\xcb\xf0\x98\x62\x68\x07\x9c\xda\xd2\x41\x9c\xa7\x4f\xbd\x4c\xf2\x40\x0d\x79\xb9\xf8\x30\x16\xe6\xc1\x94\x37\xb5\xa4\x81\x76\x3d\x32\xb5\xa4\x81\xd8\xf8\x42\x53\x6f\x35\x30\x88\xa5\x52\x53\x81\x0a\x2a\xcd\x5e\x5f\x04\x30\xb8\x89\xa1\xa6\x2b\x0d\xd0\xce\xbb\xd3\x95\x06\x18\x0e\x98\xe9\x4a\x03\x04\xb7\xe1\xd6\xd4\xde\x06\x52\xcd\x7b\x2a\x89\x41\x73\xd1\x68\x4d\xc5\xee\xf4\x80\x2d\xd3\x94\x41\x34\x45\x0e\x86\xfb\x54\xec\x82\x76\xd2\x30\xae\xa6\x08\x2e\x10\xac\xa9\xf4\x04\x75\xb2\x57\x33\x55\xb3\x41\x07\xa3\x76\x2a\xb8\xc0\x08\x9f\xd2\x93\x0b\x44\xd8\x38\xda\x9f\x40\x70\x42\xa8\xa6\x62\x08\x0c\xb7\x10\x8c\x5f\x29\x2a\xfd\x8e\xfa\x68\x81\xe6\xe8\x5a\x4d\x65\x0e\x18\x45\x5f\x9d\x4a\x13\x50\x1a\x36\x0d\x69\x29\x9a\x78\x55\x35\x35\x23\x81\xda\x59\x86\x4d\xf5\x60\xd0\xda\xbf\xa7\x36\x23\x50\x44\xd0\x2e\x63\x61\x8a\x70\x41\x3a\xdd\x2f\x00\x79\x58\x7a\xe5\x17\xa8\xf6\x87\xca\x2f\x30\xbe\xd5\xd6\x63\x01\x8c\xb6\x03\x28\xd2\x8c\x98\x99\x7e\x5a\x9d\x18\x40\x6e\xdf\x24\xdb\x5e\x9f\x5c\x47\x87\xf2\x6b\x1a\x12\xc5\xb6\xd7\x66\x04\x72\x63\x92\x9d\xea\xc1\xf3\x7b\x8b\x98\x3f\x7c\x9b\x44\x14\x67\x87\x95\x5b\x08\x60\xb4\xad\xaa\x48\x03\xa9\xe3\xa6\xe1\x31\x45\xe9\x41\x34\x35\x23\x81\xd2\xb5\xd6\x88\x99\x22\xbe\x1d\x53\x29\x07\x72\xf7\xd3\xea\xb9\x6b\x78\x4c\x0e\xe2\xd7\x54\xa7\x06\x71\x28\x14\xdc\x1c\x00\x95\x8a\x0e\x2d\x4b\x60\x70\xf0\xa5\xa6\x1b\x7f\x20\x35\xea\x4c\xd5\x6c\x90\x6e\x35\x1a\x31\x53\xc4\x61\xb5\x55\x8d\xc1\xe0\x84\x75\x9d\x6a\xb8\xa0\xf6\xfd\xd7\x81\x2f\xeb\x24\x68\x96\x28\xe5\xf5\xa9\x1e\x0b\xb2\xd1\xfb\x4f\x6d\x3e\xa0\x15\x95\xa7\x42\x10\xb4\xab\x16\x43\x5a\x8a\x68\x26\xec\x53\x7b\x08\xc8\xe9\x0f\x15\x36\x20\x39\xd9\x56\xa7\x66\x7b\xd0\xc3\x42\xe8\xce\x0a\x52\x57\xf3\xd3\xa1\x7f\xaa\x71\x21\x17\x8d\x00\x29\x92\x93\x25\x65\x04\x48\xd1\x83\x8d\x4e\x23\x40\x8a\xc1\xad\xa0\x75\x6a\xc3\x00\x41\x18\xa5\x32\x28\xa4\xe8\xe3\x30\x2f\xab\x8d\xaa\x56\x2c\xe0\x8d\x13\x29\x82\xe3\xf6\x75\x72\x58\xb7\x88\x13\x59\x83\xcd\xdc\x53\xbb\x3c\x08\x0f\x62\x9c\xda\x1a\x40\xe9\x39\x62\x9c\x48\x51\xc4\xd5\x2c\x83\x42\x8a\x74\xc7\xcf\xa0\x90\xa2\xf2\x34\x2f\xdb\x8b\xb3\x06\xdc\x99\x5b\xa7\x0a\x1d\x88\xcd\xcf\xa1\x42\x07\x9a\x98\x12\x65\x9c\x48\xd1\xce\x6f\xa7\x0e\x59\xa0\x36\x1b\x47\x65\x09\x94\x6a\xdf\xa9\xfd\x1b\x94\x26\x83\x53\xcd\x08\x84\x6a\x90\x81\x1c\x45\xab\xba\x9c\x8a\xa4\x53\x33\x36\xab\x96\xd3\xa5\x39\xa8\xcd\x56\x75\xd1\x0d\x42\x65\xda\x40\x8e\xa2\x35\x17\x9f\xda\x99\xc1\x68\x96\xad\x06\x72\x14\xf1\x7d\xa3\x02\x02\x8c\x93\x21\x76\x6a\x67\x06\x1d\x78\xab\x9d\xca\x0c\xd0\x3b\x73\xa5\x81\x1c\xc5\x98\x18\x75\x0c\x98\x28\x86\x9e\x91\x06\x4c\x14\x23\x6d\x42\xb5\x06\x30\x38\x2b\x55\xa7\x96\x5a\x50\xfd\x4d\xf2\xa3\xe1\xb5\xb3\xd1\x4d\x5e\x1c\xd7\x17\xc9\x55\x66\xf5\xd2\x06\x0b\x42\xf7\x04\x43\x21\x8a\xe0\x2e\xa8\x7a\xa9\x6e\x80\xd0\x11\xfa\xa5\x6e\x01\xaa\xcc\x8b\xb3\xf9\xa2\x75\x26\x79\xb9\x62\x04\xad\xec\x37\x3a\xa2\x28\x9d\x05\x5e\x2a\x25\x20\x88\xd0\x5e\x2f\xb7\x0a\x41\xea\xd7\xf0\xe2\x44\xa7\x68\x2e\x54\xa8\x97\x1a\x08\x88\xc9\x10\x7d\xa9\x81\x80\xe4\x22\xff\x7a\xb9\xa4\x03\xed\x91\x83\x97\x42\x01\x94\x1e\x66\x2f\x3d\xe1\xc1\xe0\x0e\xfd\x7a\xa9\x48\x80\x72\x93\xf9\xa5\xc9\x12\x0c\x37\x27\x5f\x1e\x40\x02\xc5\xed\x2f\xf5\x52\x74\x80\x54\xd7\x7f\xe9\x52\x00\x82\xeb\x0f\xeb\xa5\x50\x00\x31\x2c\x97\x2b\x33\x10\xee\xaf\xbc\x1c\xee\x20\x87\x79\x39\x90\x41\xbb\x01\xf2\xd2\x5d\x11\x04\x97\xa7\xd5\x4b\xe3\x1c\x18\xe5\x77\x74\xd5\x03\x4a\x51\xfb\xf2\xa0\x0f\x48\xbb\xef\x4b\x4b\x1c\x08\x82\x33\xd4\x4b\x45\x02\x24\x61\x72\xea\xe5\x78\x04\x7d\xb2\xf0\x7b\xa9\x22\x80\xe1\x7a\xf7\xe5\x11\x1e\x50\xdc\xbc\x53\x2f\xe7\x70\x90\x07\xaa\xf1\xcb\xc1\x07\x5a\x4f\x0a\x23\x40\x8a\xe0\x42\xbd\x7a\x39\xf8\xc0\xd0\x82\xfc\x72\xdd\x00\xc2\x93\x16\x2f\xa7\x4f\x10\x2e\x71\x5e\x3a\xc9\x80\x3a\x7d\xa3\xca\x38\x68\xc5\xe3\xcb\x61\x05\x52\xad\xe1\xed\x4e\x37\x08\x7d\xb6\xdf\x0e\x18\x30\x4e\x74\x57\xe3\x39\x8a\xe2\x7e\x8b\x7a\x3b\x5b\x81\x18\x74\x4c\x43\x3c\x8a\x08\x94\xf1\xb7\xfb\x05\x60\xba\x33\xf7\x76\x28\x80\x76\x9d\xf5\x76\x28\x80\xa9\x8a\xf0\x1e\x66\xcf\x35\x28\x5c\xa0\x53\x6f\x3b\x39\x88\x6d\x9e\xbf\x9e\x8a\xdf\x8e\x01\x30\xd5\xd5\xdf\x6e\x71\x83\x41\xb0\x80\x7a\x6b\xe9\x00\x53\x31\xf2\xd6\x23\x18\x74\x5b\x6c\xdd\xe7\xc0\xe0\x60\x78\xbd\x55\xb9\xdf\x5e\xed\x8e\xa8\x34\x32\xa5\x18\x27\xe2\xcd\x08\x90\x22\xed\x45\x6f\x3b\x3c\x68\x5d\x87\xde\x6e\x45\x83\x72\x07\xdd\x38\x91\xa2\xfa\x30\xc9\xaf\x45\xa8\x28\x15\xba\xb7\x96\x7c\x90\x7a\xd8\xbf\xb5\xe4\x83\x20\x1a\x5b\xbd\x3d\x84\x07\x8a\xfb\xf8\xeb\xed\xee\x34\x48\xcf\x57\xbe\x9d\xdf\x40\x28\xd5\x8d\x13\x29\x86\x4b\xe0\xb7\x36\x0c\x90\xdc\xef\x5c\x6f\xf5\x7e\x10\x5a\xd2\xde\xee\x3b\x83\xd4\xd5\xf3\xed\x70\x05\x75\x5a\xed\x69\x51\xb9\x68\x26\xb0\x16\x1a\x27\x52\xa4\x0e\xc7\x6f\x1d\x8e\x41\x72\xbb\x62\x19\xdb\x51\xe4\xb7\x71\xb4\x7f\x83\x4a\x3f\xad\x4e\x41\xa0\xb8\xaf\xa1\x8c\x8e\x28\x42\xbb\xd6\x5b\x5d\xfd\xed\xfe\xae\xdd\x44\xcb\x36\x48\xcf\x8c\x18\x0a\x51\xc4\x61\xef\x76\xcb\x17\xd4\x70\xa4\x78\xc4\x02\x24\x91\x3a\xea\xed\x96\x2f\x18\x04\x70\x2f\x43\x21\x8a\x2a\xb4\x99\xb7\x53\x31\x68\x02\x94\x94\x11\x0d\xeb\x1b\xd1\xd0\x37\x6a\xec\x7e\xeb\x6b\x67\xf6\xce\xce\x6f\xcf\x53\x1c\x3e\x65\xbf\xc7\x95\x98\x93\xf2\xf5\xd6\x94\x01\x42\x35\xd9\x88\x86\x22\x06\x33\x84\x11\x0d\x45\x0d\x7b\xa1\x46\x0a\x23\x1a\xee\x96\x4b\xc3\xf9\x1b\xa7\x20\xe2\x40\xd4\x5b\xf9\x03\xa2\x6d\x89\xdb\x24\x0e\x11\x73\x7b\x70\x19\x26\x50\x0c\xae\x96\x28\x63\xef\xd5\x37\xf6\x1e\x5d\xce\xe8\x77\x22\x9d\x2b\x8d\x7e\x27\xc2\x35\xfd\xe5\x84\x0d\xa2\xf9\x68\x97\x62\x04\x04\xb7\x01\xd4\xa5\x45\x14\x24\xc1\xe2\xea\xd2\x61\x06\xe4\xc1\x0a\xc8\x50\x77\xa2\xb8\x04\xb8\x0c\x4f\x27\x72\xa3\xf4\xc6\xa2\x13\xa5\x50\xb8\x5c\xc0\x83\xd2\x8d\xf2\x72\x01\x0f\x06\x21\x09\xca\x90\x72\x22\x37\xe4\xc4\xa5\x9c\x00\xc9\x4d\x32\x65\x48\x39\x91\x9c\xc3\xae\x4b\x35\x1b\x74\x31\xef\x5e\xea\xd4\xa0\xb8\x72\xa7\x2e\xf7\x05\x41\x9e\x56\x48\x35\x1b\x34\xb1\x1b\xea\x52\x0c\x81\xa1\x0b\xab\xe1\xe9\x44\xe9\x07\x72\xa9\x53\x83\xd1\xd8\x86\x2f\x45\xc7\xa5\xe8\xb0\x8e\xea\xd4\xa0\x36\xbc\xb1\x2f\xed\xa6\xa0\x83\xe1\x7e\x29\x60\x40\xe8\x83\x7c\x69\x32\x00\xe1\xd9\xb2\xcb\x3d\x37\x30\xb8\x9e\xbc\x2e\x8f\x88\x81\xd0\x24\x7e\x69\x24\x05\xb9\xa3\x49\x5e\x1a\x16\x40\x7a\xa4\xf7\xd2\xfd\x05\xc4\x76\xfa\x94\x7d\x62\xb2\x99\xc2\x4a\xf6\xd2\xfc\x00\x4a\x77\x8e\x4b\x31\x04\xba\xbe\x4f\xd9\xf6\x58\x54\xcf\x6f\xf6\x36\x0e\xbb\x7c\x83\x81\x7c\xe9\x24\x03\x42\x77\x58\x83\xeb\x89\xd0\x8f\xf6\xd2\xa9\xf1\x32\x94\x34\x63\xe8\xd2\xba\x01\xe2\xb0\x09\xb5\x6e\x80\xd0\x93\xeb\x72\xdd\x00\x62\xda\x38\x0a\x3e\xd0\x03\x5d\xff\xd2\xbb\xe6\x32\x54\x02\x1b\x6c\x97\x76\x57\x50\x6e\x77\x5d\x2e\x38\x2e\xcf\x50\x60\xf2\x34\x76\x9f\x08\xcf\x70\x5d\x8a\x47\x50\x9e\x96\x34\x50\x9f\x68\x22\xb2\x96\x21\xf8\x44\x1e\xdb\xf6\xeb\xa9\xf8\x72\xc7\x0f\xd4\x18\xe6\xeb\xdb\x51\x89\x08\x0b\x54\x97\xa2\x12\xa4\xfe\x38\x97\xde\x31\x60\xb4\xfd\x56\xe3\xed\x65\xf8\x79\xbf\x96\x02\x15\xe4\x89\xa2\x79\x29\x50\x2f\x05\x2a\x8a\xd3\xa5\xc6\x05\x5a\x29\x75\x69\x35\x01\xe9\xf9\xca\x4b\x13\x09\x68\xee\x43\xab\x4b\x2f\x4b\x10\xf3\xf4\x29\x8b\x7a\x19\x57\x85\x5e\xa4\xf4\x04\x4d\xb4\x88\xba\x34\x91\x80\xdc\x94\x78\x9a\x48\x40\x72\x4d\x4e\x5d\x4a\x4f\x90\x9b\x45\xd5\xa5\x12\x74\x9a\x97\x2e\x95\xa0\xdd\xd9\xbf\xf4\xc7\x01\xe5\xee\xce\xa5\x3f\x0e\x88\x5d\x89\xe7\x9a\x0b\xd4\x57\x7a\x2a\x9c\x41\x7f\xfb\x9a\x56\x13\x10\xdf\xf6\xd2\x82\x0c\xc2\xa5\xc0\xa5\x05\xf9\xfa\x5e\xa3\x6b\x92\x85\x70\xbf\x12\x59\xf6\x71\x2f\x0f\xa4\x0a\xce\x47\x15\x12\x84\x9b\x21\xc6\x2a\x14\xa9\xdf\x9e\x51\x08\x45\x06\x8a\x84\x51\x08\x45\x12\x5e\xae\x3e\xee\xe5\x81\xd0\xb7\xf0\xe3\x32\x0c\x04\x21\xbf\xea\xa3\x63\x0a\x28\x2d\xee\x86\x2f\x14\xc5\x95\xcf\x65\xf8\x42\x91\x5a\x31\x3f\xda\x86\x41\xbb\x71\xf7\x51\x1d\x05\x65\x4b\x7c\x5c\xac\x81\x54\x70\x7d\xdc\x6c\x03\x93\x0b\x85\xeb\xe3\xd4\x02\x86\x9b\xcc\x1f\xd7\x6f\xa0\x34\xfd\x7c\xf4\x42\x01\xcd\x95\xf3\xf5\x51\x77\xfd\xa8\xbb\x5a\x54\xe7\x24\xd0\x61\xb5\x9d\x80\x3e\x86\xc5\xa7\x4f\x7c\x5c\x73\x81\xf2\xa4\xd7\xc7\x49\x03\x94\x8e\xe3\x1f\xb7\xd1\x40\x1e\x48\xf5\x8f\xfa\x26\xa8\x9d\xc1\xf7\x51\x93\x04\x9d\xb6\x84\xee\x1c\xa0\x09\xed\x57\x1f\x67\x08\x10\x41\xcf\x31\x6a\xa3\x08\x65\xc6\x47\xab\xcb\xc7\x03\x6e\x4c\x9f\x1f\x7d\x37\x40\x11\x25\xa5\x3e\xaa\xa0\x9f\xaf\x89\x85\xbc\x54\x41\x41\x0f\xf4\xcd\x8f\x26\x16\xd0\x6d\xcf\x51\x05\x05\xed\x51\xbf\x8f\x82\xfe\xf3\x0d\x0d\xc1\xe7\x50\xaa\x1b\x27\xb2\xec\x85\x4a\xf5\x8f\x07\x44\xac\x90\x2a\x28\x48\x2e\x8d\xa8\x8f\x82\xfe\x63\x5c\x72\x26\xc6\x8f\xeb\x4a\xd0\x84\x98\xad\x8f\xeb\x4a\x90\x27\x53\xcb\x47\x77\x0e\x90\x69\xc7\x54\xf6\x83\x3c\xed\x00\x0a\x7a\xd0\x9e\xba\xff\xa8\x95\x82\x9c\x98\xa4\x3e\x6a\xa5\x20\xa7\x7d\x55\xad\x14\xb4\x67\x2a\x3f\x9e\xda\x00\xa5\x66\xf4\x71\x5d\xf9\x71\x5d\xd9\x3e\x65\xdb\x5f\xda\xd2\xc9\x4b\x7d\x13\x24\x71\xa1\xea\xa3\xbe\x09\xda\xf3\x2b\x1f\x9d\x2b\x40\x6c\xc8\xc2\x8f\x2a\x28\x08\x55\xf6\x8f\xfa\x26\x68\xcf\x28\x7f\xdc\x27\x03\x59\xac\x41\x3e\xda\x86\x41\x1c\x8e\x6d\x5d\x30\x3e\x9e\x2d\x0b\x9f\xb2\x7f\xb1\xde\xd5\x79\xd9\x28\x97\x22\x15\x8f\x46\xb9\x14\xa1\xb5\xd1\xc8\x94\xa2\xda\x4e\xae\xb1\x09\x84\x07\x02\x0d\x56\x29\xea\x2b\x4d\x94\x85\x06\xab\x54\xa5\x32\x58\xa5\x48\xcf\xaf\x18\x99\x52\x24\xf7\x83\xd5\xc7\x4d\x31\x90\xdc\xc0\x5d\x46\xa6\x14\xfd\xfd\x8e\x3a\x6a\x80\xd6\x55\xf4\xa3\x35\x1a\x24\xf1\xd0\xea\xa3\x35\x1a\x34\x77\x67\xd5\xc7\x05\x3c\x68\x22\x24\xd7\xad\xc4\xbc\xbd\x55\xf4\xf8\x3b\x0e\x33\x19\x60\x52\xb4\x26\xa5\xdb\x83\xbf\xa0\xdc\x46\x33\xe6\xa4\x18\x9e\x93\xbd\xb5\x6b\xdd\xc6\x33\xa3\x8c\xb7\xeb\x7b\x30\x92\xce\x70\xbb\xbe\x07\xc1\x25\x2c\x75\xab\x98\x83\xe4\x52\xb6\xba\x09\x4b\x2d\x42\xff\x12\xe3\x57\x8a\xe4\xc2\xb2\xba\xf5\xbd\x00\xe5\xa6\x83\x21\x2d\x45\x06\xad\x72\xeb\x42\x01\x7a\x0c\xb3\xff\x98\x84\xdb\xe8\x69\x92\xa5\x3f\xb8\xd5\xca\xb6\x53\xaa\x83\xe4\xce\x80\xba\x5d\x30\x80\x41\xc0\xfb\x32\x16\xa6\x28\xb7\x5f\x8c\x85\x29\xca\xe0\x1d\xb7\xd6\x09\x10\x84\x71\xab\xdb\x7d\x41\x10\x46\xc4\x30\x62\xa6\x28\x3d\x6f\x6f\xa5\x3a\xe8\x89\xf5\xeb\x76\xc7\x0f\x84\x16\x18\x23\x66\x8a\xf0\xdc\xe7\xad\x41\x1f\xd4\x44\x0d\xba\x75\xba\xbf\xbd\x31\xd3\xd2\xeb\x42\x01\xda\xe3\xf6\xb7\x86\x3a\x90\x83\xe1\x7a\xeb\x6e\x08\x42\xcb\xe3\xed\x0c\x01\xd2\xe5\xce\xed\xb2\x02\x14\xd7\x9e\x97\xa1\x36\x45\x6b\x5c\xbb\x75\x0b\x04\xb5\x4f\x93\xcc\x1e\x73\x9e\x26\x83\xdb\xe9\x00\x94\x8a\xd7\xad\x11\x1e\x74\x30\x5c\x8d\xbe\x29\x4a\xf3\xba\xd1\x37\x45\x78\x44\xf5\x76\x0d\x01\x52\x97\xdd\x5b\x2d\xfc\xd6\xb1\x8e\xa9\xe5\x56\x73\x06\xa5\xc7\xa6\xc1\x2a\x45\x78\xee\xea\x76\xf7\x10\x8c\xd3\x7e\xef\xee\x21\x08\xee\x16\xa9\x5b\x3b\x20\x28\xed\x03\xb7\xa6\x7a\x90\xfa\x5b\xdc\x1e\xa9\x03\xc3\x68\x37\x86\xb4\x14\xa5\x83\xd1\xad\xa0\x07\xa9\x85\xef\x76\x5f\x10\x94\x56\x17\x43\x5a\x8a\x22\x84\x7a\xdd\xda\x1a\x40\x18\xf0\xc7\x60\x95\x22\x74\x88\xb8\x15\xf4\xa0\xf7\xcd\x24\x8b\x8a\x2f\x79\x23\x92\x8c\x5f\x29\x5a\xc3\xd5\xad\x54\x07\x15\x8e\x6d\x95\x5e\xd0\x5c\x17\x59\xb7\x47\x8b\x40\xeb\x1b\x7d\x2b\xe8\x41\x9f\x18\xce\x8d\x72\x29\x4a\x97\x82\x5b\xc3\xc2\xed\x69\x23\xd4\xb3\x5b\x7d\x13\xb4\x21\x3e\x6e\x1d\x0f\x40\x19\x6d\xeb\x56\x7a\x82\x76\x0b\xe1\xd6\xa5\x00\x8c\x76\x6c\xbb\x39\x00\xc2\x25\x9d\x01\x26\x45\x12\x3c\xb6\x1e\xf7\x0b\x40\xdb\x01\x1e\x9d\xbd\x41\x6b\xb3\x36\xc0\xa4\x08\x77\x28\x0c\x30\x29\x06\xd7\x0e\x97\xd1\x24\x45\x9e\xdf\xa4\x34\x89\xf3\x99\xc8\xaf\x47\x89\x09\xa2\xcc\x5e\xf7\x04\xd0\xc4\x67\xae\x47\x89\xf9\x7c\xcf\x11\x4d\x92\xde\x26\x31\xc9\x4e\x9f\xba\x4c\xba\x58\xe5\x91\xbd\x5e\x61\xc6\x89\xf4\x30\xf8\xa3\x94\x03\xbd\xb3\xf0\x7b\x94\x5f\xa0\xb8\x74\xab\x1e\x77\x0c\x41\x11\xd5\xb8\x1e\x95\x4b\x50\xda\x40\x1e\xfd\x07\x40\x78\x0e\xfb\x71\xc7\x10\x0c\x67\x41\x23\x40\x8a\xd6\x83\xf1\x51\xe6\x80\x50\x4e\x3c\x6a\xa5\x20\xeb\x9b\x97\x75\x4c\xdd\x4e\x29\xbd\x32\x07\x44\x7e\x7f\x68\x51\x75\x71\xb6\x5c\x9a\x4f\x8d\x0d\xa9\x5d\xec\xd1\x56\x0a\x8a\x0b\x3d\xcb\xe0\x8d\x22\xb8\x70\xa8\x1e\xc5\x10\x28\x37\x8c\x8c\xe7\x28\x86\x6a\xe3\xa3\x80\x01\x95\xf4\x42\x23\x35\x8a\x30\x1e\xda\xa3\xdd\x02\xe4\x56\xf5\xeb\xa9\xf8\xd1\xac\x01\x42\x03\x8f\x81\x1c\x45\xea\x01\xf4\x68\x37\x05\xed\x51\xbd\x47\xa5\x15\xb4\x21\xf4\x1e\xd5\x51\x50\xd3\xfe\xa1\x3a\x0a\x5a\xc9\x62\xd4\x46\x51\x87\xc5\xd6\xee\x00\xda\x03\x35\x86\x68\x14\x83\x0b\x96\xea\x71\x9b\x03\x74\xf9\x43\x8f\xdd\x80\x36\x06\xc7\xe3\xe6\x24\x08\xb5\x70\x63\x28\x8a\x3e\xad\xa3\x12\x0f\xb4\x36\xeb\x47\x89\x07\xaa\x98\xdf\x1e\xed\x0e\xa0\x36\x47\x9d\x56\x04\x10\x87\xdf\x41\x63\x00\x88\x03\xf5\xfd\x51\x01\x06\x43\x45\xf3\xd1\x18\x00\x5a\x53\xea\xa3\xa8\x04\xa1\xc7\x94\xf1\x18\x45\x10\xca\xbe\x1e\x57\xfe\x8f\x01\x6c\x08\x75\xf0\xb8\xa6\x07\xa9\x23\xe1\xa3\x86\xfa\x78\x31\xbd\x85\xd0\xa1\x01\x94\xe7\x9b\x8c\xb4\x28\xda\x93\xa6\x8f\x4a\x2b\x28\x55\x97\xe7\xb6\x55\x6f\xe5\x22\x2d\xa1\xbf\x17\x68\x4f\xe2\x18\xa2\x51\x04\xd7\x6b\xd6\xa3\x75\x15\x94\x47\xb1\x1e\x05\x2a\xe8\xef\x53\xea\xb1\x20\x89\x8f\x5a\x8f\xd2\x13\x04\xb7\xcc\xf5\x86\xa8\x14\xc9\xf9\x80\xde\xf0\x6b\x10\x8d\xaf\x4a\x6f\x88\x4a\x11\x63\xf7\xa9\xd3\x24\x6d\x51\x49\xd2\xdb\x24\x6f\x49\x69\x92\x1e\x93\x10\xa8\x6b\x16\xec\x6d\xf7\x8d\x04\x47\x27\x70\x4a\x6f\xbb\x6f\x24\x3a\x19\x67\x7f\x7a\xe3\x14\xa6\x08\x62\xcf\xf4\x86\xee\x2a\x9a\xb0\x9d\xbd\xed\xbe\xd1\x4b\xec\x76\xf3\xba\x4c\xe2\x66\xa6\xa6\xa8\xb8\xff\x8a\x88\x32\xfb\xdb\x24\x15\x1c\xf3\xb2\xa8\xbb\xb3\x33\x15\x42\x38\x8b\x46\x7a\xb6\xd1\x24\x45\xe0\x6f\xda\x46\x93\x14\x41\xec\xab\x36\x74\xa4\xa8\xcd\xbc\x86\x3f\xf4\xbe\xd0\x41\xe3\x0c\x0b\xc1\x29\xcc\x71\xd2\x38\x61\xe9\xc3\xfb\x75\xf8\x21\x16\x64\xd1\xb8\xe8\xf4\x96\x36\xa1\x37\x24\x17\xa5\x4f\x0b\x91\x86\xfa\xa5\x10\x69\xb5\x09\x32\x86\xa3\x46\x1b\x01\x52\x44\x4d\x5a\xa2\x6c\x42\x34\xb6\xe9\x47\x6b\xdf\x88\x89\xf7\x0c\x7e\xd8\x66\xef\xee\xd0\xc1\x0f\xdb\xa2\xb6\x77\xfb\xf3\xc6\xf6\x8d\x44\x2f\xc7\x17\xa1\x8d\xda\x28\xc6\xf7\x8d\xd3\xef\x48\x54\x99\x61\x5e\xd3\x96\x70\x39\x7d\x92\x84\x29\x55\x34\x22\xbc\xb7\xd3\x42\x18\xa6\xcb\x1f\x9e\xf6\x42\x2e\xf0\x62\x6f\xab\x8d\xda\x28\x06\xcb\xb0\xde\x5e\xb6\x17\x2e\x60\x5c\xe4\xdf\x06\x5f\x14\xf9\xed\x5f\x2f\x5b\x82\x40\x33\x6d\xb5\x5f\xd6\xd1\x0b\x4e\xcc\xfe\x65\x1d\x3d\x32\xee\xa7\x7d\xf9\xb5\x91\x72\x6d\xb5\xdf\x36\x34\x1b\xc3\x5b\x9a\x64\x07\x60\x0f\x69\xda\x12\x6f\x2b\xf4\xf6\xac\x14\x79\xbd\xad\x10\xe6\x53\xee\x14\xec\xed\xf2\x29\x02\xcd\x84\x3f\xbc\x2c\xea\xc2\xc4\xf3\xa4\xb7\xcb\x42\x70\xfa\x6f\xb3\xdf\x7f\xfc\xe1\xc7\xe0\xd5\x0c\xe4\x8f\xd9\x13\x16\x76\x38\x1e\x3f\x56\x88\xfb\x2f\xcf\x41\x21\x3e\xe6\xe5\x45\xed\xcd\x1b\x1f\x9b\x90\x20\x2c\x35\xe9\x72\x8f\x79\x3d\xf8\x48\x58\xfa\xc7\xbc\xb8\x6a\x81\xa3\xb7\xbd\xb3\xef\x2c\x9a\xf8\x27\xbd\x2b\x3a\x40\xa2\x79\xf7\x8e\xd1\x50\x14\xce\x28\xbd\xef\x3e\xb5\x7b\x9d\x7b\x93\xf4\x32\x09\x77\xb2\xf2\xa9\xdb\x24\x8f\x8e\xfc\xfa\x30\x53\xef\x2c\x5b\x45\xe0\xfb\xd5\x3b\xab\x4f\xd1\xcc\x36\x6d\x44\x43\x91\x78\x92\xf6\x3e\x7c\x8a\x33\xd9\xc4\x2e\x6e\xe3\x0b\x8a\xb9\xad\x95\x6c\xef\x61\xb1\x83\x18\x40\x6b\x32\x6b\xe3\x0b\x8a\xfe\xe6\xe5\x38\xff\x5b\x30\xc1\x49\x92\x35\x09\x0c\xf2\x0c\xea\xdd\xa1\x0f\x0a\x33\x63\xef\x69\x21\x0c\xc3\x1d\xbc\x31\x7d\x23\xf1\x60\x09\xbf\xd3\x7b\x9a\x3d\x57\x16\xb2\xe9\xd0\x7b\x9a\xbd\xd7\x9e\xfb\xc6\xf2\xd3\x14\xfb\x10\x66\xcf\x26\xb3\x68\xec\xdf\xbd\x97\x6f\xf4\xb8\x58\xfb\x94\xd5\x66\xe1\x37\xad\x76\x59\x08\x0e\x7f\xe1\xc8\xd3\x7b\x59\x08\x82\x6a\xe3\x6f\xda\xc6\x17\x14\x85\xd5\xb7\x0d\x13\x28\x92\xbb\x32\x7a\x9f\x96\x6b\x7a\xb7\x9a\x49\x66\x8f\xb7\x07\x57\x38\xb4\x31\x01\x45\x71\xa3\x58\xef\x38\x97\x8a\xe6\xc0\x43\xef\x8a\x11\xd0\x84\x48\x6b\x03\x00\x8a\xc2\x70\xde\x46\xfb\xeb\xbf\x45\xfb\xe3\x8d\xa7\x79\x9d\x5e\x62\x47\x51\x5f\xe6\xf5\x22\x2e\x94\xd5\x56\x40\x80\xda\x18\x29\xfb\xdb\xfe\xf5\x66\xf1\x61\xf6\x0e\x6a\xc2\xf1\x4d\x76\xf3\xdb\x70\x7c\xa2\x89\x30\xda\xfb\xe5\x0f\x8d\x16\xe1\xe0\x41\x4f\x11\x49\xec\x99\x36\x1c\x9f\x88\x81\xbc\x36\x1c\x9f\x08\xce\xd8\xf4\x7e\x99\xfd\xe5\xa5\x6c\x24\x7d\xec\x4c\x38\xb4\xb3\xf8\xe8\xfd\x63\x85\x70\xf5\xe4\x58\x7c\xef\x1f\x1b\xc7\xe8\x51\x27\x45\xfd\xd8\x27\x50\x83\x38\x3c\xd1\xbb\x02\x02\xd4\xe6\x0f\x6f\x9f\xe2\x78\x30\x97\x13\xb7\xd1\xfe\x44\x63\xf6\xef\xfd\xb6\xe7\x2c\x24\x91\x82\x7a\xbf\xed\x00\x37\x01\xb8\x82\xef\x78\x5b\x7a\xfc\x3a\xc3\x1e\x8d\x41\x4c\x34\x0e\x33\x6d\x68\x3f\x91\xf8\xb4\xf5\xfe\xf8\x43\x14\x9c\xc3\x91\xf6\x58\x54\x4e\xf9\xb2\xc9\xd3\x46\xfb\x13\x8d\x75\xa3\x0f\x15\x1c\xd0\x1c\x5c\x69\xe3\xed\x89\xb0\x71\x0e\xd5\x8d\xc3\xed\x08\xa6\x03\x03\xe2\x89\xe2\x26\x86\x3e\x58\xac\x89\x26\x86\x62\x1f\x58\xa9\x44\xb1\x3b\xdd\xc6\xc8\x13\x85\xa5\xa4\x0f\xd6\x6f\xa2\x0e\x46\xc7\xc1\xde\x83\x28\xa7\x29\x63\xe4\x89\x64\x9b\xb6\x8f\x61\x21\x38\xee\xca\x35\xe0\x7d\x0c\x8b\xca\x46\x03\xe1\x9d\xfa\x18\x16\x02\xef\x51\x8e\xeb\xb7\xc1\xf5\x44\x11\x55\xbd\x8d\xa4\x27\x92\x63\x37\x7d\x84\x6f\x0c\x0e\xe7\xa4\x4f\xb5\x49\x84\x5d\x60\x2a\x36\x92\x9e\x68\xac\x08\x7d\x28\xe5\x8e\x6f\x24\xaa\x35\xac\x8e\xb4\x8e\x84\xb8\x26\xb8\x5e\x1b\x23\x4f\xc4\xd8\x4d\x3a\x4d\x22\xb0\x33\xb3\xcd\x91\x56\x88\x15\xe3\x81\x0a\x7a\xa8\xe0\x80\xe4\x78\x70\x1f\xac\x18\x45\x60\xa4\xe8\x03\x1f\x1c\x11\xaa\xb3\x47\x59\x08\xef\x66\x63\xf0\x1d\x8a\x34\x10\xc4\x52\xe9\x43\x91\x06\x62\xda\x12\xed\x0f\x71\xa5\x19\x36\x74\xfb\x14\x3b\x14\x6c\x21\xf4\xa1\x48\x03\x83\x73\xeb\x6d\x08\x3e\x91\xec\xdf\xf5\x31\x2d\x17\xfe\xf2\x04\xe6\xe9\x43\x01\x03\x82\x98\xcc\x7d\xbc\x2c\xd7\x8b\x19\x26\x69\x1c\x65\xce\x61\xa0\x50\x54\xd0\x43\x0d\x04\xa4\xfa\xe6\x71\xf9\xc6\xcb\xef\xc8\x0f\x2f\xb3\x5f\x18\x18\x20\xfb\xc0\x66\x24\xaa\x10\x1d\x87\xa2\x03\xe4\x74\x74\x28\x3a\x40\x4f\xbf\xf6\xc7\x72\x7d\x38\x67\x6b\xcf\x51\xb7\x30\x58\x5c\x6d\xbf\x36\x50\xf7\x71\xdb\x04\x5e\x7c\x89\x6a\x7b\xdc\x66\xc2\x35\x94\x69\xff\x78\xec\x1f\x8f\x7e\xf8\x8c\x3a\x55\x0f\xd0\xb8\x04\xf4\xa1\x34\x00\xa1\x5e\x76\xa8\x8d\x80\x26\x4a\x53\x0f\x5c\xde\x44\x6d\x63\xd5\x77\xe0\xcc\x26\x9a\xab\xa4\x7b\x38\xce\x87\x47\x08\x19\x62\xc3\x65\x05\x48\xee\xd0\xef\xe1\xb2\x02\xd4\x34\x2f\x2c\xdb\xa2\x88\xab\xd9\x83\x6d\x47\x91\xec\xe5\xf5\x50\x66\x0c\x83\x68\x6e\x41\x92\x6f\xc4\xe6\x33\xcd\xde\x71\x3e\x86\x5b\x98\x49\xd2\x6d\x12\x2b\x6c\x26\xa0\x81\x35\x47\x14\x2e\x01\x3d\xb0\x20\x8b\xe2\x54\xe1\x9a\x60\x4c\x62\x81\xc5\x1c\x6e\xfc\x37\x51\x44\x5a\xec\xe1\xd8\x04\xb5\x99\x17\x06\x1e\x31\x4e\xf3\xc2\x73\x44\xc4\x40\x55\x1b\x65\x85\xb8\x64\xe3\x44\x29\x19\xae\x21\x40\xb1\x1f\xde\x86\x84\x13\x4d\xd0\x99\x1e\x6d\xb9\x70\xbd\xc6\xfc\xd0\xc3\x95\xc6\x30\xfe\x09\x22\xdc\x28\x71\x22\x0e\x56\x1a\x46\x89\x13\x8d\xf7\x67\x0f\xb5\x06\xd0\x6d\x21\xa6\x4d\xb8\x50\x81\x32\x3d\xa6\x15\xc2\xdb\x43\x59\x66\x94\x38\x51\x44\xc4\xe8\x31\xcd\x7e\x72\xe3\xef\xa0\xda\x2e\x51\x40\x71\x31\x7d\x0f\x15\x09\xb0\x34\x32\x92\x7c\xe3\x89\xdb\x16\x83\x7a\x9c\xbe\x91\xdb\x94\x0e\xc4\x9b\xc1\xe2\x44\x6c\xa7\x79\xf9\x1d\x4f\x77\xe0\x69\x1c\x87\x3e\xa8\x81\xb6\x6b\x34\x37\x51\xbb\x6d\xef\x7a\x64\x78\x24\x85\xb5\xcd\x78\xdb\xd0\x04\xa7\x52\xcb\x1a\xae\x47\xc6\x37\x3e\x3c\x15\x52\x29\x01\xcd\xf9\xf0\x36\x0c\x9c\x88\x69\xb9\x94\x19\x60\x84\xed\xa5\xba\x01\x62\xda\x27\x2e\xbf\xd0\x85\x33\x9c\xdd\xf7\x72\xc0\x7c\xdd\x26\x4c\xb2\xa8\xc4\xab\x52\x0f\x36\x7e\x9c\x18\x44\x56\x6a\x83\xc5\x89\x31\xd1\xc5\x86\x92\x05\x0c\x0e\x9b\xf4\x70\xd5\x02\xda\xd5\xc1\xf8\xf8\x85\xb8\x6c\x97\x33\xdd\x3d\x6e\x2b\x74\x13\x3c\xdf\xc1\x77\xdb\x12\xb7\x7b\x79\xbc\xf1\xf6\x3b\xde\x1c\x08\x44\xa5\x1a\x6a\x33\xc3\x60\x27\x7e\x47\xb5\x19\xd0\x6d\xdb\x2b\xac\x40\xf7\x37\x7b\x5b\x02\x1f\x77\xf5\x27\x23\xd6\x89\xc0\xe2\xde\x06\x9e\x13\x81\x73\x6a\x0f\x45\x1a\x48\xb5\x86\xa1\xfc\x1a\x7a\xc2\x2b\x01\x54\x70\x40\x73\x5a\xb2\x43\x0b\x0e\x48\x36\x53\x3a\x38\x9a\x2d\xc6\x49\xf6\xa1\x51\x07\x44\x50\x88\x50\xe7\x01\x81\xc5\xbd\x83\x60\x27\x22\xd9\xe5\xeb\x70\xb1\x06\x82\x78\x44\x1d\xbb\xd9\xef\xfa\x0f\x98\xf4\x36\xc9\x8b\x44\x56\x4b\x04\xf6\x6f\x51\x45\xf7\x0d\x97\x5e\x20\xb9\x47\xa2\x8d\x7e\x27\x3a\x90\x85\xa1\x10\x05\x8d\x9f\x63\x87\x0b\x34\x10\xdc\xf8\xdb\xa1\xd5\x05\x0c\x15\xfb\x50\xae\x82\xe0\xaa\xce\x0e\xe5\x2a\x48\x62\x83\xb4\xc1\xf5\x44\xed\xbb\x79\xdd\x26\x61\x1b\x0e\x0b\xf1\x98\xc4\x5d\xe4\x4c\x8c\xa1\xc6\x16\xdf\x25\x21\x15\x1a\xb6\xc4\xc0\x9e\x82\x48\x0b\xf6\x15\x45\x6c\x7e\x21\x95\x38\x90\x38\xb4\x77\x28\xdc\x41\x87\xad\x3a\xac\x10\x47\x10\xb9\xaf\xaf\x8d\xf0\x27\x92\xe8\x2d\x1d\xca\x7b\xd0\x8e\x8e\x50\x63\x03\x45\xe0\xb9\x8e\xb0\xa1\x43\x9d\xe7\xd7\x1e\xd4\x1d\x61\x4d\x82\xd8\xc5\x36\x94\xf3\x08\xc8\x40\x08\x46\xd8\x9c\x44\x39\x39\x6c\xe1\xb4\x72\x1c\x1a\x52\x8d\x09\x27\x0d\x50\x38\x3e\x75\xa8\xd0\x81\xd8\xbf\x49\x56\x8e\x43\x43\xf3\xfb\x43\xb3\x4f\xcd\x79\xd4\xd7\x95\x2c\x28\xce\x64\x77\xb8\x92\x0d\x57\xb2\xd3\xa7\x6c\x15\x36\x0a\x08\x7b\xd7\x06\x39\x14\xc1\xe1\x89\x0e\xd5\x3e\x50\xdc\x91\xd7\xe1\x12\x18\x14\x5b\xef\x1d\x2e\x81\x41\x6d\x7e\x1a\xa7\x3c\x50\xdf\x2f\xaf\x72\x08\xba\xa7\x49\x56\x08\xef\x18\x3c\x34\xda\x18\x8a\x22\x82\x35\x44\xb4\xa5\xf7\x3a\x3f\x5b\x75\x5a\xae\xaf\x37\x23\x4f\x4d\x3f\xc7\xa4\x63\xd9\xfd\x9c\xb9\x40\x72\xbe\xb2\xc3\x99\x0b\x04\x0e\xc7\x1d\xce\x5c\xa0\x08\x8d\xdc\xe1\x6c\x03\x02\x83\x7e\xc7\x69\xab\x7a\xe0\xc1\x86\x3e\x2d\x17\x61\x15\xa7\x43\xcc\x39\x09\x8c\xb2\x8e\x5a\xd2\x40\x9d\xcc\x10\xf1\xb2\xa8\x2f\x9d\x71\x69\xd5\x97\x4d\xf8\xd2\xe8\xe7\x53\x96\xfe\xe5\xa9\x0b\xb2\x7f\x59\x2e\xa2\x95\xb2\x99\xdb\xf1\xb2\x09\x5f\xae\xa6\xf8\xe1\xdb\xef\xc8\x61\x70\xe7\x24\x83\x2f\x8a\xcc\x6f\x92\x6f\xe4\xe4\x24\x7b\x0f\x1d\xce\x6f\x20\xcb\x9e\x83\x8b\xa1\x48\x67\xd4\x78\x5b\x47\xfc\x09\x39\x21\xd4\x71\x39\x36\x71\x85\xd1\xcc\x68\xf0\xc5\xfe\x06\x5f\xb4\x33\x39\x73\x81\xc0\xdd\xa7\x0d\xab\x28\x8a\xd3\x0d\x6d\x58\x45\x31\xe6\x41\x21\x3e\xe6\xc5\x05\x27\x04\xe9\xe9\xf8\xf8\x39\x3e\x9e\x94\x27\xc9\x99\x2b\xdc\x42\x50\x84\xdf\x56\xdb\xeb\xfc\xfc\x1c\x4e\x66\xa0\x35\x7f\x1a\x69\x51\x94\x26\xb8\x70\x39\x0d\x0a\x6f\xd9\x0e\x27\x20\x50\x41\x97\x4b\xe7\x91\xf4\x56\x3e\x26\x46\xa3\x23\x8a\xa1\xc9\x20\xb5\xde\x83\x22\xea\x47\xa7\xd6\x7b\x50\xf8\x09\xb5\x31\x14\xc5\x70\x79\x98\xda\xee\x40\xb2\x4d\xd2\xe9\xa4\x01\x9a\x6b\x19\x3b\x35\xc2\x83\xd4\x7a\x6f\xa4\x45\x91\x78\xaf\x77\x3a\x43\x80\xc4\x51\xac\xd3\x19\x02\x24\x67\xf3\x3b\x9d\x21\x40\xb1\x6b\xde\xc6\x63\x14\xb9\x59\x08\xa7\x83\x74\x3a\x60\xe1\x97\x0a\xfa\x34\x7c\x3d\x76\x8b\x1c\x56\x7b\xb8\x7d\xc3\x0f\x5d\xad\x83\x91\xf4\x9c\x74\x3a\x00\x89\x0b\x6b\x1b\xb5\x51\x04\x61\x61\xdb\xa8\x8d\xa2\xb8\xc7\xb4\x53\x41\x9f\x46\x84\xb6\x55\x5d\x61\x83\xc0\x19\xa5\xd3\xe5\x34\x18\xc4\x8d\x6e\xc3\x2a\x8a\x22\xfe\x77\x1b\x37\x51\x14\xfb\xce\x9d\x69\xb9\x52\x1f\x64\xde\x98\x7e\x5a\x4e\x7e\x9f\xe6\xa5\x8c\x06\xc1\xe1\x8b\x4e\x05\x32\xa8\xf3\xf4\x87\x16\x62\xa1\x0f\x5b\xd5\x75\x38\x08\x37\x2d\x0c\xb8\x28\xba\xfc\x68\xca\x55\x10\x9c\x4a\x6c\x03\x2e\x8a\xc9\x71\xc6\x4e\x85\x28\x48\x8d\x60\xa9\x10\x4d\x03\xd1\xa2\x6e\xa4\xab\x0b\x50\x04\xf2\x6f\xa3\x2b\x8a\x9e\x7e\xda\x36\x7b\x9c\xd0\x0f\x76\x02\x8c\xae\x28\x02\x3f\xa3\x4e\x57\x17\x60\xe4\xf7\x29\xdf\xc8\x29\x17\xc7\x50\xba\x94\x00\x83\x00\x25\x6d\x28\x45\x51\x84\x30\xee\xd4\x26\x09\x9a\x10\xfd\x9d\x0a\x64\xd0\xb5\xff\xda\x83\xba\xd3\x95\x06\x48\x1c\xb2\x3a\x35\x6c\xfe\x5f\x8c\x9d\xc9\xd5\xf4\x2c\xaf\x45\x53\xb9\x21\x18\xd3\x48\x4c\xfe\x5c\xc0\x4d\xfe\x21\xdc\x55\x7b\xfb\x1d\x3f\xdf\xe8\xac\x62\xb9\x6c\xc0\x58\x1d\xd2\x01\xe8\x14\xf4\x85\x7c\x8c\xc2\x60\xc7\x2f\xfa\xf4\x3d\x4c\xc4\x1b\x21\x12\xd9\x11\x85\xda\xfd\x52\xdc\xe6\x00\xfa\xf4\x3b\x37\x64\xd9\x3f\x3e\x7d\xe6\x4e\x19\x0b\x44\x77\xa2\xf4\x21\x80\xda\xb1\xcb\xba\x62\x17\x18\x6d\xfa\x47\x67\x78\x93\xe9\x87\x79\x25\x3b\xa2\x30\xa8\x78\x09\xd9\x11\x85\x46\x81\x7f\xc8\x8e\x28\x0c\xce\xaf\x8c\x6e\x90\x14\x88\xc3\x27\xea\x8f\xf4\xcf\x1f\x61\xd8\x97\x9d\xb0\xf8\xbd\x7b\x95\xaf\xe6\x82\xc0\x1d\xd9\xdf\x75\x3e\xba\x27\xe9\xb9\x48\x0d\x7f\x02\x3d\x7d\x5b\x8a\x70\x20\xaa\x8b\xc1\xf0\x27\x90\x5f\x27\x94\xea\x40\xab\x3e\x51\x17\x05\xa8\xc3\x8f\xe7\x76\xa2\xe1\xb3\x26\x81\x2d\xba\x22\x1c\x68\x03\x75\xd0\x5f\x97\x32\x4c\x1d\xa7\x9f\xc5\xeb\x55\x2f\x57\xf9\x3a\x5e\xfb\xf5\xda\x2f\xff\xe8\x5a\xe3\xa8\x29\xca\x94\xa2\x1b\x03\x01\x2a\xe9\x3e\x31\x8c\x75\x02\x9d\x13\x11\x63\x50\xa4\x2e\x74\x63\xfc\xc3\xbd\x96\x61\xea\x35\xf2\x5a\x4e\x40\x61\xc0\xb5\x13\x72\x02\x0a\x01\x8b\x7c\x0c\x2d\x7a\x20\x0a\x5f\xf0\xd0\xa2\x1f\x72\x70\x14\x9b\x9a\x4d\xd6\x28\x07\x4d\xc3\x26\xe4\x35\x92\x45\x86\x3e\xa1\x91\x69\x13\xd2\xf1\x09\x8d\xb4\xe4\x18\x0a\x41\xa0\x6b\x98\x0f\x77\x4e\x80\xda\x10\x49\xc3\x50\x06\x30\x60\x19\x88\xe1\xce\x09\xd0\x0f\xff\x68\x68\x10\x08\xf2\xe3\x42\x0a\x3d\x61\x40\xf7\x18\xf2\xda\x09\x8d\xe2\xaf\x18\x6e\x6d\x00\xbd\xe1\x74\x0f\x45\xd2\x30\xe0\x81\x2a\x1e\x06\x3c\x80\x31\xf0\x2b\xe5\xa2\x13\x6a\x38\x39\x86\x32\x80\x56\x87\x4d\xde\x9e\x94\x13\xb7\xe4\x86\x31\xc5\x81\xd9\xa8\x09\x2a\x63\x9d\x30\x5c\x4c\x43\x29\x35\x94\x52\xb8\x61\x92\xd8\x09\xe1\x66\x9b\xf4\x74\x42\xd5\x81\x97\x9e\x4e\xa8\xc1\xfa\x1a\x24\x2f\x0b\xa1\x54\x97\x19\x4e\x08\x0a\xa5\x63\x90\x9a\x26\x84\xf1\xa7\xa1\x49\x05\xb4\x60\xdd\x0f\xbf\x5a\x60\x90\xbb\x11\xc3\xad\x8d\x61\xf9\x39\x61\x59\x09\xde\x84\xce\x69\x81\x31\xdc\xed\x00\x86\xb6\xd8\xd0\x16\x03\x06\x85\x09\x31\xfc\x90\x81\x50\xa3\xca\xf9\x26\x54\xa8\xdb\x62\xf8\x3d\x02\x5d\x9f\x4b\xce\x37\xa1\x9d\xce\xaa\x51\x04\x60\x74\x97\x89\xbb\x1d\x40\x73\xbf\x60\x18\xb9\x04\x06\xb5\xe6\x31\xb4\xc5\x80\x0a\x65\x45\x0c\x03\x0b\x40\xd3\xcc\x1e\x6e\x80\x00\x4d\x3b\x65\x68\x9e\x01\x0d\x7e\xd4\x90\x2c\x4e\x68\x24\xe0\x86\xcc\x70\xc2\x70\x17\x46\x1a\xb8\xf8\x68\xe0\x10\x43\x12\xbc\x09\xed\x7b\xdb\x86\x0c\x86\xa7\x60\x70\x55\x68\xea\x85\x21\x03\xbe\xed\xd0\xd4\x03\x9a\x9b\xdf\xb2\xb9\x09\xc1\xf1\x9a\x21\x9b\x9b\xd0\xa8\xf3\x0f\xd9\xdc\x84\xda\xb0\x9f\xe4\x56\x13\x86\x7b\x81\xa1\xe8\x00\x9a\xc1\xb9\x30\x30\x0a\x84\xdb\x37\xa1\xb1\x04\x54\xd7\x44\x68\x2c\x01\xcd\xbd\x75\x69\xcd\x84\x01\xaf\x54\x04\x09\xb8\x42\xa7\x04\x31\x42\xaf\x18\x88\x03\xd1\x11\x24\xcd\x0a\xf1\x33\xcf\xfe\x54\xc5\xa1\xfd\x03\x0c\xce\x98\x8a\x50\x66\x00\x9d\xf3\xd2\x23\xcc\xaa\x00\x5a\xc5\x40\x09\x2d\x1b\xa0\x41\x2d\x1a\x61\xa2\x05\x10\x70\x2a\x47\xb8\x77\x00\x34\x92\x97\x43\x92\x30\xa1\x06\x22\x49\x92\x30\x61\x1c\x76\x42\xa3\x02\x18\x46\x99\x42\x7b\x00\x68\x41\x30\x32\x74\xe9\x80\xe6\x9e\x7d\x68\x0f\x00\x9d\x43\x6d\x23\xdc\x4e\x00\xfa\x40\xa3\x86\x31\x45\xa0\x69\x0f\xc8\xc9\x25\x54\x6a\x6e\x43\x4e\x2e\xa1\x51\xd6\x15\xb1\xed\xd7\xd6\xa2\xe7\x89\x6a\x7a\xa0\x0e\x57\x91\x02\x02\xa8\x13\xc9\x12\x6e\x27\x00\x71\xba\x18\xfc\x5c\xc3\x4a\x53\xbc\x83\xf0\x73\x05\xda\x41\x14\x33\xd4\xa8\x40\x0f\x0c\xcd\xf0\x43\x04\x86\x21\xa5\x30\x9c\x07\x8c\xf9\xfd\xd1\xb9\x97\x5a\x8b\xef\x3c\x0c\xd4\x01\xed\xfc\xfe\xe8\x14\xe2\x3a\x95\x6a\x93\xbd\x87\x6d\xcb\x3c\x0e\x79\xb4\x84\x4e\x7d\x78\x24\xf9\xa6\x42\x3f\x89\x4f\xca\x7d\x25\x74\x72\xb6\x7f\x62\x95\x26\x2b\x97\xc8\x4c\x4a\x15\x23\x10\x85\x2f\x38\xcd\x39\x02\xa2\x86\x7f\xbc\x6c\xa2\xec\x86\x8f\x3a\xf5\x47\x80\x9f\x11\x4f\x53\xb3\x89\xbc\x3d\xbe\xf3\x74\x27\x00\x68\xda\xd7\xa9\x0f\x01\x74\x37\xf8\x53\x8b\x1e\x08\x8d\x92\x74\xf9\x02\x8d\xea\xac\x48\xb5\x60\x4a\x8e\x8e\x5a\x4f\x6d\x75\xa0\x1b\x96\x4d\x95\x19\xd0\x39\x5e\x33\xa4\x8a\x12\x9a\x1b\xe9\xa9\x9a\x02\x06\x74\x45\x91\xe9\x1f\x29\xb9\x84\x9a\x34\x32\xed\x17\x0c\x0f\xee\x60\xa5\xca\x2c\xb5\x96\xf1\xe9\xd3\x4f\x21\x3d\xf4\x8f\xf7\x28\x7b\x94\x30\x0a\xe1\xcf\x34\x6e\x01\xd4\xee\x55\x06\x29\xf2\x0b\x52\x70\x7b\x23\xee\x40\x37\xaf\x2a\x55\x79\xb9\x25\xf5\x67\xa2\x5d\xe4\x40\x1b\xce\xbd\xbb\xf9\xc0\x68\xd3\x26\xe7\x9e\x6c\x6c\x4a\xff\x23\x55\x66\x40\xd3\xf9\x90\xa5\x49\x08\x53\x87\xd2\x2d\x39\xa0\x42\x26\x1f\xe9\x96\x1c\xd0\x4c\xc8\x92\x20\x49\x68\x54\x58\x47\x3e\xf6\xeb\xf1\x0d\x31\x85\x2e\x5f\xa0\x19\x11\xcd\xd7\x7e\xfd\xa0\x72\x2e\x70\xa4\xdb\xed\x40\x73\x7b\x6f\xaa\x34\x80\x80\xeb\x22\xe4\x36\x8a\x8f\xdb\x88\x37\x34\xdd\x4d\x03\xba\xb9\x63\xd3\xb0\x2c\xd0\xa0\xa7\x8b\xa9\x1f\x0e\xb4\x86\x1e\x99\xae\xe8\xe9\x99\x27\xa8\xcf\xa9\xa0\x07\x7a\xe0\xcf\x4c\x77\xc0\x80\x7e\xb2\x98\xa6\x82\x1e\xe8\x27\xaf\x63\x1a\xfe\x04\x1a\x3c\xb7\x31\x75\xa7\x67\xe3\xb4\x2e\xde\xf6\x34\x53\x67\xca\xe2\x6c\x27\xdc\x14\x03\x86\x3b\x4d\x53\xb3\x11\x18\xc6\x66\x24\x45\x12\x06\x87\x35\x85\x0c\x48\xc2\xa0\x28\x24\xa6\xba\x03\xa8\x5a\xb8\x53\xdf\x19\x08\x6d\xd7\xe9\x97\x36\xfd\xd2\x50\x9f\x52\x27\x09\x5d\x2b\x5e\xea\x24\xa1\x73\xb8\x7a\x4c\xdd\x69\xa0\x57\xc4\xb6\x3c\x49\x42\x18\xaa\x97\x14\x49\x18\xb0\xce\xc6\xd4\xdf\x9d\x9e\xb9\xe4\x80\xd4\x30\x40\x23\x1b\x3b\xa6\x9f\x28\xd0\x38\x12\x33\xa6\x1f\x1f\x10\x66\x19\x4c\x3f\xbe\xf9\x6d\x8a\xd9\xe4\xbd\x70\x55\xdd\x4d\x9b\x7e\x8f\xc0\xd0\x25\x9c\xcb\x59\x5d\x2c\x93\xe3\xef\x43\x12\x43\x36\x24\x21\xf5\xf2\xa6\xd1\x42\xa0\x73\x24\x78\x48\x90\x24\x34\x33\x0e\xa6\xce\x2d\xd0\xcc\xaa\x98\x6a\x2e\xa0\x1b\x53\x9c\xfa\xa8\xc0\x38\x11\x10\x53\x87\x14\x68\x1c\x59\x18\x53\x87\x14\x88\xc4\x45\x99\x2a\x33\xa0\x55\x07\xe7\x36\x1a\xd0\x29\x3d\x0b\xf9\x97\x84\x7e\x3a\x2b\x6e\xa3\x01\xfd\xf0\x05\x2a\x0d\x80\x56\x5c\x91\x4a\x03\x20\x8c\xa5\xcf\xdb\x7b\x41\x43\xf9\xad\x35\x0d\x60\x20\x4e\x5f\xa0\x6e\x2b\xd0\x4f\xac\xa4\xa9\xdb\x0a\xf4\xd3\x37\xaf\x69\x0b\x0c\xf7\x9d\xa7\x46\x2b\x10\x15\x11\x3e\x8d\x29\x4e\x13\x79\x50\x1a\x53\x3b\x16\xe8\x59\xfd\xa3\x03\x62\x37\xec\xf0\x0b\x56\x8c\x00\xc3\x98\xcf\xd2\x21\x05\xd2\x61\x2f\xf7\xa6\x80\xee\x36\xed\xd2\xf6\x04\x2a\xa7\xf4\xc6\xd2\xd0\x04\x86\x16\xea\xd2\x93\x05\x82\x14\xe7\x58\xd4\x66\x08\xa3\xb1\x13\x20\xbd\x93\x10\xd0\xcf\x87\xf4\x4e\xc2\x50\xe5\x2d\xe3\x93\x40\x98\x1d\xb3\xdc\xf3\x07\x9a\x41\x2c\x19\x9f\x84\x30\x3d\x61\x69\xda\x02\x23\xbd\xca\xfd\xa4\xf5\xed\x27\xfd\xe6\x7e\x19\x40\x04\xa2\x22\xb8\x96\x7b\x40\xc0\x30\x2a\xb7\x34\x80\x81\xa1\xfa\x5c\x7a\xc5\x40\x73\xcb\x65\x69\xed\x02\x95\x4a\xe6\x90\x04\x4a\xa8\x1c\x07\x11\xcb\x9d\x22\xa0\x86\x03\x52\x54\x02\x35\x88\x06\x2d\x73\x7b\x80\x06\x49\x74\x2c\xe5\x22\x10\x66\x00\x2d\x2d\x67\x60\x70\x82\x6d\x2c\x9d\x6e\x60\x18\x16\x59\xca\x45\xa0\xc3\x8c\x1b\x32\x3e\xc5\xc7\xf8\x44\x30\x72\x19\x1a\x04\x86\x26\xe8\xd2\xc3\x06\x06\xc4\x84\x21\x2f\x94\x10\x5a\x59\x4b\x0f\x1b\xe8\xee\x50\xac\xf0\x6d\xc3\x09\xaf\xab\xb9\x0c\xfa\x01\x15\x82\xa4\x58\x9a\xd9\x40\x85\xe1\x21\x96\x42\x10\xa8\x61\x57\xf5\xb0\x81\xa1\x8b\xb2\x94\x8b\x40\xc0\xa2\x1a\x4b\xb9\x08\xb4\xea\x92\xd3\x0f\x5f\x56\x6d\x60\x2d\xaf\x74\xf9\xa6\x6c\x5b\x0c\xc8\x44\x44\x20\xa0\x9d\x8a\xa5\x87\x0d\x44\x71\xe5\x4c\x3f\x05\xf8\xe3\xd2\xb5\xea\xf6\xcd\xf2\x64\x39\xdf\xb6\x1b\x33\x40\x55\x73\x2d\xed\x94\xc5\xce\x89\x26\xd5\x52\x16\x02\x75\x3a\xf7\xe6\x09\x01\xe3\x1b\x90\xd6\x0c\xd0\x4c\x61\x5d\x26\x05\x01\xe1\x7e\xf8\xd2\x74\x01\xda\x81\xd5\xb0\x8c\xb1\x2d\x8f\x73\xf7\x43\x56\x7e\x01\x63\x10\x88\x59\xca\xaf\x65\xc5\xb0\x57\x69\xeb\x03\xed\xfb\x60\x8c\x9e\x01\x71\xf8\x47\x37\xf8\x81\x7e\x38\x6c\x85\x15\x50\xbf\xdb\xbb\x4d\x02\x8c\xee\x02\xd0\xfc\x07\x06\x05\x48\xb1\x34\xff\x81\x46\x09\x74\x2c\xf7\xe9\x81\x6e\x7c\x73\x69\xfe\x03\x95\xa3\x84\x62\x69\x2c\x01\x4d\x21\x2a\xdb\x96\x50\x39\x55\x34\x96\x5b\xf7\xc0\xa0\x0c\x2e\x96\xc1\x39\x20\x4e\xe5\x84\x89\x88\x40\x35\x3f\x6e\x5b\x1d\xb1\x3d\xfc\x03\x9d\xb6\xdd\x5f\x01\xba\x41\xd6\xad\xb0\x02\xba\x7b\xeb\xdb\x9d\x13\x60\x70\x08\x5e\x6c\x9d\x6e\x20\x1a\xaa\x58\x4e\x2e\xa1\x0d\xa6\x70\xeb\x5d\x00\xdd\xc4\x96\xad\xe1\x05\x8c\x88\xff\x10\xa0\xde\x66\x33\x02\x4d\x79\xbd\xab\x7d\x84\xaa\xce\xfd\x24\xd9\xb6\x84\x18\x6c\x60\x6c\x25\x0b\xd0\x4c\x9f\xdb\xee\x28\x03\x0d\x4e\xf7\x90\x80\x4b\x18\x83\x80\xd8\x56\xfe\x00\xfd\x1b\x89\x5e\x0b\xd0\x39\x63\x21\xe4\xe4\x12\x2a\x24\x2a\xb1\xdd\x0c\xd9\xb2\x8f\xa3\x47\xb6\xa1\x41\x20\x5a\xf7\x8f\xcd\x26\x2a\x71\xaa\x4d\xf6\xbe\xeb\x86\xd1\x09\x8d\x30\xa0\x51\x25\x17\x5b\x0f\x68\x1b\x07\x44\x70\x6d\x53\x9c\x81\x5e\x59\x1f\xdb\xad\x09\xa0\x1b\xd6\xd8\x0a\x1b\x60\x1c\xa8\xf5\xad\x07\x04\x54\xeb\x62\xb6\x6e\x3e\x30\x86\xf3\xa5\x79\x05\x0c\xdd\xb0\x6d\x1a\x12\xd0\xd2\xd7\xa1\x18\x01\x9a\x39\x6d\x5b\x0f\x08\xe8\x66\x59\x6e\x2b\x25\x80\x70\xc7\x6f\xbb\x85\x00\xd4\xe1\xe4\xb8\xe5\x0b\xd4\x74\x26\x8c\x0f\x00\x63\x60\x06\x6d\xad\x2c\xa0\x57\xdf\xd0\xb6\x5f\x3f\x18\xdd\xb5\xe6\xe6\x00\x30\x86\x2f\x4d\x63\x09\x18\x7e\x4f\x32\x64\xc5\xc7\x90\x85\x6f\xb3\x15\x49\x5b\xce\xee\xe2\x1f\x7d\x43\x3f\x18\x23\xbc\xca\x31\x5e\x66\xa5\xf2\x86\xb4\xb2\x80\x30\xc2\x27\x1d\x96\xd0\xcd\xee\xdb\x8a\x11\xa0\x1b\xbb\xdb\x9a\x41\x40\xab\x3e\x51\x03\x07\xe8\x1c\xf8\x1a\x97\x09\x33\xc0\x48\xee\x75\xe9\xe6\x03\xe1\x1e\xe3\xe5\xb7\x09\x34\x0d\xaf\xcb\xc0\x39\x50\xdd\xb9\xbd\x74\xf3\x81\xd0\xe7\xba\x74\x9d\x80\x01\x13\x7a\x5c\xba\x4e\x40\x37\x10\x73\xa9\xfc\x81\x80\x74\x34\x64\xb5\x12\x1a\xfc\xcc\x71\x69\x0f\x00\xbd\x78\x2f\x93\x3e\x80\x66\xa4\xe4\xf2\xe3\x03\x06\xa7\xdf\xc5\xe5\xc7\x77\xa9\xfc\x79\x8f\x12\x4a\x09\xad\xa3\x2b\x2f\x03\xe7\x40\x14\xff\xe8\xd7\x71\x7d\xdc\x20\xcc\x44\xf8\x44\xf9\xf4\x71\x9d\x24\x6e\x12\x3a\x8c\x18\x71\x99\xd7\x00\x74\x8e\x56\x0e\x99\x95\x84\x36\xba\x4d\xdd\x26\x38\x93\x90\x39\x97\x8b\x1c\x18\xd0\x65\xc7\xa5\xfa\xbc\x3c\x64\xfa\xbb\xca\x99\x20\xb5\xff\xeb\xbd\x71\x31\x60\x98\x59\x79\xe9\x70\x00\xc3\x14\x7a\x39\x93\x84\x66\xd8\xff\x72\xdd\x03\x4d\x1f\xe4\x72\xeb\x0c\x08\x2b\x71\x64\x56\x12\x6a\x77\xe5\xe8\x70\x5c\xa6\x27\x1c\x5e\xe5\xed\x37\xde\x14\x9b\x62\xf2\x11\x09\x61\xfe\xc0\x65\x64\x1b\x68\x67\xb3\xc9\x3f\xde\x92\x66\xd1\x55\x75\xe5\xa5\x61\x8f\xb0\xba\x5c\xe4\x40\x85\xad\x34\x2e\xad\x78\xa0\x35\x4c\xd0\x4b\x93\x1d\xa8\x9c\xa9\x13\x97\x11\x64\xa0\x1d\xb8\xd3\xb7\x56\x3c\xd0\xdc\xf7\xb9\x8d\x78\x01\x83\x73\xf1\xe2\x36\xa8\x0c\x74\x0e\x32\x8a\x5b\x5b\x1f\x08\xe8\x7d\xe3\x36\x0f\x0d\x18\x27\x5b\xd1\xb7\x9f\x15\x90\x66\x8b\xdc\x7a\x04\x40\x68\xfd\xdd\x26\xf3\x42\x3e\xd4\xa0\xa5\x8e\x5b\x8f\x00\x68\x1c\x21\x1a\xb7\x79\xfc\x40\x73\x61\xde\x3a\x09\x40\x77\x31\xc9\x47\x24\xf4\x93\x6f\xe8\x36\x89\x01\xa8\x39\xbc\x6a\xda\x64\xc8\xc0\x7b\xd9\x89\x82\xfd\xc4\x32\x91\xb5\x48\xe8\x05\xfb\xe9\x56\x15\x03\xbd\x3b\x20\x25\x00\xd0\x20\x65\x8b\xdb\xad\x33\xa0\xd7\xf1\x1f\xbc\xe2\x5b\x69\x00\x8c\xce\x2a\xba\xd5\xe7\xc0\xe0\x74\xa0\xb8\xf5\x47\x80\xd0\x27\xbf\xcd\x6f\x03\x9a\x1b\xc3\xb7\x69\x0f\x40\x77\x33\xf7\x36\xa1\xe1\xfe\x12\x1a\xe8\xa3\xc9\x6c\xc0\x80\x0e\x2b\xe4\x39\x12\xba\x5b\x26\xb7\xa1\x1b\xa0\x7e\xe3\x75\x2f\x0f\x18\xd6\xe5\xdd\xca\x1f\x20\xe2\x6b\xf2\xd5\x90\xbc\x0c\xeb\x50\xdc\x86\x2c\x81\xca\x59\x2a\x71\x6b\x5b\x00\xcd\x04\xc7\x5b\xe5\x0f\x54\xf3\x3a\x6f\x03\x29\x40\x35\xfb\xf3\xd6\x1f\x01\x5a\x75\x91\xea\x8f\x00\xf1\x8d\xd1\xe8\x3d\xd0\xdc\x3b\xb8\x8d\xad\x00\xc3\x94\x13\xd9\x90\x84\xa1\x1b\x26\xf5\x91\xd0\xab\x5d\x0d\x9f\x18\x14\x24\x7b\x2f\xf7\x05\x81\x7e\xba\x22\x95\x8b\x40\x85\x5b\x36\x6e\x1d\x19\x60\x7c\xc3\xd6\x91\x01\xaa\x99\x5c\xb2\x21\x09\x15\x22\xec\x90\x9b\x48\x18\xe6\x88\xde\x5a\x0d\x40\x87\xec\x2d\xe4\x26\x12\x2a\x94\x70\x71\x9b\x15\x06\x0c\xa3\xab\xf7\x72\x56\x39\xb0\x5a\x1d\x7e\x5b\xa4\x00\x0c\xe8\xc5\xe3\x76\x0b\xe1\x76\x0b\x01\xef\xe0\xd6\x44\x00\x06\x34\x5d\x71\x2b\x2a\x81\xda\xfd\x36\x15\x95\x40\x0b\xfb\xa5\xd5\x00\x84\x99\x82\x52\x1f\x09\x51\x4e\xaf\xf2\x75\x90\x65\xa0\xab\x79\xeb\xc8\xdc\x92\x64\xe0\x56\xdc\x6e\x47\xdc\x12\x61\xa3\xc3\x6f\x83\x3a\xc0\xb0\xaa\xe7\x56\xec\x02\x6d\x14\xfb\xe5\x7c\xb9\x85\xa9\x64\xd1\xb6\x00\xc2\x7a\x8a\x5b\xe1\x7c\x1b\xae\x71\xdd\xeb\xee\x00\xfd\x54\x2e\x2a\xaf\x81\x5e\x9d\x68\x03\x31\x40\xb8\xc1\x2f\xf5\x91\xd0\x95\xc4\xb7\x1e\x10\x10\x90\x2f\x86\x6c\x48\x42\x53\x57\xde\x4a\x75\x20\x4e\x87\xed\xe6\xa4\x04\x49\xfa\xce\xb7\x4e\x11\xd0\x67\x78\x95\x9d\x78\x88\x16\x62\xf3\xdc\x1a\x38\xc0\x28\x4e\x8e\x11\x64\xa0\x7d\x8b\x49\xa7\x08\x18\x27\x1a\xf5\x76\x73\x12\x68\xa6\x71\xcb\x60\x24\x84\x9b\x93\x8f\xbb\x87\x40\xe8\x6a\x3e\x8a\x70\xa0\xc3\x5f\x19\x8f\xe9\x64\x8f\xe9\x64\xac\x2f\x29\x8a\x84\x96\xbc\xed\xc7\xe2\x0b\x20\x74\x48\x1f\xad\x2c\x20\x34\x54\x25\x32\x12\x06\x07\x43\x87\xac\x45\xc2\x80\x48\x2d\x64\x2d\x12\xc2\x3d\x37\xc9\x87\x84\x6e\x04\xf9\x51\x88\x02\xe1\x66\x9d\x4c\x43\x42\xb7\x3a\xe2\x31\xce\xf3\x78\x58\x93\xf7\x32\xa8\x03\x34\x37\xe5\x65\x07\x12\xe2\x44\x28\xc8\x0e\x24\x0c\xce\x16\x89\xc7\x30\x36\xd0\xbf\xf9\x52\x62\x02\x1d\x46\xc4\x78\x94\x85\x40\x33\xa8\xfc\x18\xec\x06\x46\x61\x7d\x3d\x7a\x3d\xc0\x80\xe8\x2a\x1e\xbd\x1e\x60\xe8\x96\x3c\x26\xf3\x02\x1d\x96\xde\x90\x0a\x48\x18\x05\x85\xfd\x28\x44\x81\x3e\x9c\x1c\x23\x38\x40\xd7\x35\x7f\x14\x8f\xcf\x57\x14\xc2\xb0\x0d\xea\x00\x95\x93\xf8\xe2\x31\x40\x0d\x54\x8b\xfa\x1f\xe3\x3c\xc0\x80\x51\x2c\x1e\x05\x1f\xd0\xa7\x8b\xc9\x6d\x25\xa0\x72\xb8\x4c\x3c\xe6\xd1\x02\x01\x8f\x44\x3c\xee\x21\x01\xbd\x7b\x7b\x65\x21\x30\x86\xaf\x43\x59\x08\x0c\x23\x97\x72\x08\x09\xbd\xfd\x07\x8a\x8f\x78\x34\x34\x81\xb0\x14\xf4\x99\x8e\x77\x92\xda\xc1\xf7\x24\x11\x91\xd0\xcc\xf2\x7e\x8d\x03\xbe\x16\xf4\x91\x48\x28\x6d\x8b\x10\x56\xcd\xbf\x6a\x54\xa0\xba\xe3\xf7\x6a\xab\xbf\xa6\xc2\xf0\x6a\x5e\xb5\xe0\xab\x0b\x7c\xda\xd4\x6c\x62\x67\x9f\x2f\xe5\xf5\x35\xbf\xe6\x6c\xf3\x51\xbf\xbe\x2d\x60\x7c\xf7\xf2\x6d\x01\x15\x12\xba\x90\x44\x45\x08\x63\x3e\x92\xa8\x08\xdd\x52\xf4\x57\xfd\xf6\x5a\x25\x37\xbd\xca\x27\x86\x27\xc1\x78\x55\xd8\xe4\xa1\x59\x83\xa6\x69\x13\x27\x48\xda\x7b\xf9\x03\x80\x66\x34\x5a\x4a\x14\xa1\x71\xa0\x4b\xbc\xe6\xdd\x01\x5d\x17\xf8\xf5\xcd\x03\x15\x9a\x9b\x90\x25\x45\x68\x89\xf5\x26\x25\x8a\x50\x03\x9d\xf4\xea\x15\x03\xcd\x50\xc6\xeb\x46\x3a\xd0\x2d\xd8\x92\x12\x45\xa8\xf0\x2f\xc5\x6b\x3e\x33\xd0\x65\x78\x78\x8d\xca\x01\xe3\x7b\xdb\xaa\x3c\x20\x8d\x6b\xbd\x2a\x33\xa0\xe9\x60\xc9\x7f\x22\x54\x73\x7d\x5f\x35\x17\x30\x4e\x32\x47\x24\x3b\x11\x86\x65\x11\xaf\x81\x3a\xa0\x07\x1e\x90\xcc\x26\xc2\x30\x32\xf4\x5a\x9c\x03\x8c\x86\x76\x7e\xdd\x63\x04\x9a\xd6\xdf\xab\xa3\x0c\x74\x98\x95\xe2\x35\x3f\x0e\xe8\xd5\x61\xbb\xd1\xf0\x9a\x1f\x87\x53\x24\x25\x8a\x30\x86\x2b\x5a\x35\x25\x25\x0a\x47\xb5\x84\x94\x28\x42\x57\x73\xc9\x7f\x22\x84\xce\xad\xfc\x27\xc2\x28\x0e\xdb\x94\x39\x20\x38\x3d\x38\x5e\x43\x70\x40\x35\x17\xf3\x35\x15\x06\x18\xed\x67\x2c\xe5\x81\xd7\x22\x8c\x32\x0e\x9a\x8a\x4d\xf0\x6a\x96\x49\x53\xb5\xa9\xb2\x26\xfc\x63\xb7\x89\x32\xdc\xc3\xa6\x61\x13\x85\xf8\xc5\xa6\x69\x93\x29\x05\xde\xeb\xb2\x89\x4e\xfc\xfc\xb7\x3c\x8a\x9d\xd0\x1f\xf9\x09\xe7\x94\xff\x44\xa8\x1c\x37\x92\x07\xfe\x88\xd0\x28\x2d\x4a\x29\x51\x84\x41\xa1\x74\x1e\x44\xe2\x84\x06\x93\xe7\xef\x0d\xd0\x54\xc9\x7e\x38\xb9\x7d\xb5\xab\x08\x18\x76\xad\xf2\xa8\xfe\x11\x05\x44\xe1\x6f\x1e\xc4\x07\x84\x0a\x21\x67\x1e\xcd\x7b\x79\x20\x95\xbd\x6f\xde\x0b\x6d\xc3\xb6\x76\x1e\xd0\x1b\x08\x8d\xc4\x83\x3c\xba\x57\x91\x6b\x47\xf8\x21\x25\x28\x11\x3a\x47\x4b\xe4\xd1\xfd\x63\x97\x08\x84\x01\xa1\x6d\x84\x46\x25\x4e\x1e\xc3\x7e\x59\x43\x11\x74\x35\x9c\x42\x08\x4a\x4e\xa7\x10\x99\x23\x74\x2a\x09\xf3\x08\x7b\x1f\x94\x29\x4d\xde\x50\x38\xab\xe1\xfe\x0a\x9d\x08\x67\x22\x50\xc5\x07\x93\x13\x76\x82\x5c\x3b\x94\x46\x1e\x61\x27\xc8\xc1\x21\x49\x2f\x0f\xc2\xfe\xc2\x68\xbe\xed\xf4\x3d\xc2\x43\x4a\xe1\x6f\x1e\xe9\x4c\x24\x27\xa5\xfd\x1c\x8e\x3c\xd2\x4e\x98\x37\x5c\x6c\x72\xe5\x50\x82\x58\x3b\xf3\x45\xec\x4f\x68\xa4\xc3\xe6\x91\x2e\x26\x12\x22\xa8\xfe\xcb\x63\x7a\x7b\x48\xa2\x61\xce\xc9\x63\xfa\x47\xe8\x9f\x87\x2b\x67\x3a\x46\xa2\x7a\x14\x04\xa6\x94\x28\x42\xe5\xc0\xd8\x3c\x96\x53\x88\x61\xcf\x36\x49\x1e\xcb\x01\x91\x2e\x44\xd1\x75\x1e\xcb\xae\x2e\x7d\x10\x3a\xb1\x7c\x8f\x8b\x83\x57\x7c\x1d\xcb\xf9\x5a\x1c\xfe\x31\xe8\xd7\xf6\x89\x98\xff\x1c\x5d\x92\xc7\xf6\x89\x1c\x2b\x5b\xfd\xe3\x76\x56\x31\xff\xd9\x5b\xcf\x63\x7b\x7b\x52\x0c\x7b\xfb\x3b\x40\x9d\xc7\xe5\x9b\xff\xc1\x38\x27\xf7\xbd\xbc\x2f\x85\xce\xe9\xe0\x2e\xa7\xf3\x22\xe3\xc0\xc5\x70\xf9\xe6\xe1\xb8\x43\x2e\xe6\x71\xfb\x74\x38\x49\xb1\xf1\xf2\xb8\x9d\xe1\x9b\x9d\xfd\x4a\x1f\x6f\xff\x78\x43\xc0\xa5\x64\x79\x1c\x2f\xc4\xce\xe9\xfa\x78\xec\xc4\x23\x53\x19\xab\xfb\x71\x86\x1f\xb6\xf1\xfd\xea\x5e\xff\x08\xd5\x0a\x75\xe7\x79\xbc\xfe\x11\xfb\x1a\xb6\x88\x3c\x5e\xbf\xa7\x17\x32\x9c\xc2\x92\x79\x7d\xcd\x9c\x71\x0e\x1f\x63\x16\x82\x32\xc2\x60\x0f\x28\x8b\xb2\xac\x48\xef\xf4\x35\x0d\x9b\x60\xc2\xfb\x89\xdd\x2c\x44\x60\x84\x80\xcb\x29\x0b\x11\x18\xa1\x61\xbd\x65\xc1\x7c\x17\xa2\xf0\xb9\x16\xa5\x14\x30\x0a\x02\x55\xda\x16\xa1\xfa\x05\x17\x2c\x7a\xa1\xc2\xac\x94\x05\x2b\x5c\xe8\x84\x9e\xb3\x90\x22\x28\x74\xbf\x81\x72\xfa\xc7\x53\x97\x8e\xdb\x63\x85\x0b\xd1\x59\x6b\xa5\xfa\xc7\x0a\xb3\x37\xeb\xb6\x60\x5f\x0b\x9d\x32\xdc\x2c\xcd\x7b\x35\x4f\x49\xe1\x89\xcd\xab\x9a\xb9\x17\xbf\x95\x23\x09\x4b\x16\xc8\x96\x38\x51\x23\x0b\x26\x95\x50\x29\x22\xce\xd2\x9d\xd5\x4e\xe5\xf7\xc9\x13\x87\x4d\x64\x68\x90\x96\x9c\x72\xa9\x08\x0d\xf3\x3d\xcb\xb0\x13\x9c\x64\xc5\xa6\x45\x16\xc5\x1b\x30\x8a\x03\x22\x8a\x20\x54\xaa\x69\xb3\x84\x13\xcd\xb1\xd6\xe4\x46\x67\x09\x87\x8d\x99\xcc\xa9\xfd\x59\xc2\xb9\x0f\xfd\x4a\xff\xe8\x7c\x79\xe8\xa8\xb7\x4f\x9f\xc8\x91\x3b\xf0\x0b\x66\x49\x6f\xff\x83\x0a\x69\x5f\xca\xb8\x22\x34\xc8\xab\x53\xc6\x15\xa1\x72\x6e\x59\x96\xe9\x55\x13\x92\x9e\xca\x4b\xc3\xe8\x15\xda\x70\x31\x29\x92\x80\x3e\x82\xab\x96\x9d\xe0\xc0\x6a\x42\xcf\x59\x96\x6b\x02\x2e\x3a\xe2\x80\x59\x96\xfd\xa2\x6a\x0c\x46\x8c\x2c\xdb\xab\x48\xe7\xc0\xc0\xc9\xb2\x9d\x7b\x42\x06\x14\xa9\x67\x51\x8c\x00\x03\x3f\x3c\xcb\xb6\x13\x5b\x9a\x40\x26\x67\xbb\x00\xc8\xf0\x98\xcd\x3f\x3a\x46\x82\x01\x9c\x57\x9c\xe5\xb2\xab\x14\x4a\x57\xe7\xeb\xf2\x4b\xbb\x08\xea\xa0\x8a\xcb\xe5\xdb\x26\x9f\x79\xda\xd5\xcb\x27\x52\x85\xc0\x0e\x7c\x96\xdb\x01\x51\x4c\xd0\x5c\xab\xb7\x4f\xbc\xa5\x68\xa4\x5f\x8f\x63\x7c\x8c\xc4\xf1\x44\x45\x87\x8c\x2b\xf8\xa8\x29\xbd\x8a\x30\x54\xc5\xe5\xf1\xf6\x66\x85\x21\x4d\xca\xe3\x4c\x3c\xec\x2a\x1c\x74\xf5\xb1\x5f\x90\xb0\x54\x27\xfa\xf5\x89\xb0\xbd\x4f\x5f\x9a\x62\xa8\x58\x85\xd0\x79\x43\xaf\xf7\x7a\xa9\xcd\x77\x31\xbd\xae\x68\x3c\xff\xc3\x7e\xbd\x2e\x00\x0a\x13\x20\x3d\x4e\xa9\x5a\x84\x01\xad\x62\x9e\x4a\x26\xa0\xce\x6a\x53\xd8\xc4\xe1\x0c\xdf\x55\x69\x13\x82\x8f\x85\x79\x2a\x86\x4e\x0f\x32\xfa\xd9\x9b\x79\x6a\x78\x01\x9d\x5d\xbe\x3c\x89\x0d\x0b\x9d\x73\x00\xf3\x64\xaf\x46\xe8\x15\x31\x24\xc7\x8b\x10\x9a\x67\x67\xf1\x5e\xc5\x0c\xd9\xa0\xe9\xb1\x09\x3b\xe5\xb4\xe9\xb5\x89\x88\x3b\x16\xc8\x49\xac\x41\xa8\x70\x2c\xa4\x7c\x31\x42\x50\x53\x99\xa7\x22\x0d\x68\x24\xa7\xa6\x14\x32\x42\x23\x43\x36\x65\x82\x11\x82\x7d\xc5\x94\x09\x46\x68\xec\x3b\xe7\x59\x9d\xaf\x8a\xd8\x66\x99\x9c\xca\xc2\xd3\xad\x59\x74\x9a\x1c\x2f\x42\x2f\x95\x99\x68\xde\x1e\x86\x08\xbc\xf5\x94\xe3\x45\x18\x24\x68\xa7\xbc\x2c\x42\xfc\x97\x43\x12\xf3\x64\x5b\x48\x18\xed\xe0\x51\x0a\x41\x20\x48\x96\xcc\x73\x38\x9d\x83\x0a\x8e\xe9\x55\x4e\xa7\x66\x9f\x7d\x54\x08\x02\x15\xcf\x2c\x25\x64\xc9\x7f\x84\x2c\x4c\x7a\x78\xfb\xe0\xab\x43\xa3\x9e\x8a\xca\xd3\xb3\xfb\x5c\x1f\xda\x78\x40\x27\x4e\x93\xa7\x16\x17\x30\x4e\x54\xcb\x99\x2e\x99\x34\x5a\xe8\x55\xfe\x31\xcd\xaa\xa0\x13\xd3\x4e\x78\xea\x07\x0b\xfe\x9c\x4e\x14\x27\x75\x94\xea\x55\xbe\x79\xfc\xca\xea\x6b\x56\x08\x9e\x1e\x87\x6c\xef\xa7\xc3\x66\x6f\x4a\x55\x7c\x6a\x84\x9d\x5f\x0d\x17\x8b\x61\x39\xc6\x05\xd7\x33\xdf\xd3\xa9\x5d\x06\xb4\xa3\x31\x5f\xcb\x55\x44\x58\xb6\x78\xfb\xe5\x13\x65\xaf\xc3\x30\x3f\x97\x03\xf2\x4c\x41\xa4\xa7\x74\x32\x42\x27\x6b\x30\x4f\xad\x37\x20\x12\xc1\x75\x2a\x76\x81\x46\xf2\x72\x9e\xdb\x25\xb3\xcd\x8c\xf4\x8f\xce\xfd\xd6\x6b\x61\x40\xdb\xae\x42\xee\x79\xf8\x3a\xb6\x73\xbf\x4d\x73\xf3\x2a\x7b\x4f\x4e\x6d\xf8\xa5\x28\xaf\x81\xfe\xaf\xc9\xae\x72\xc0\x12\xf4\x2a\x79\xde\x76\xf5\x26\xdd\xd0\x7b\xdd\xbe\x21\x3c\xd9\xe9\x77\x7e\xbb\x30\x6f\x39\x4d\xe9\xfd\xed\x44\xdf\x70\xf3\xa3\xe9\xa5\xb9\x11\x1a\xf9\x38\x79\x6a\xfd\x01\x95\xb2\xae\x3c\xb5\xfe\xce\xcf\xfa\xb3\x13\xf6\x8b\x5c\x95\xe9\xbd\x34\x08\x81\xd1\x7c\x69\x8a\x70\xa0\xa7\x5d\x7d\x7c\xb5\x3f\xa8\x70\x50\xe7\xa9\x54\x07\x86\xca\xff\xd4\x46\x04\xc6\xe1\x32\xd1\xfa\x03\x6a\xd8\x2f\x65\x2c\x10\x03\x9d\x54\xf5\x77\x81\xc1\xde\x7a\x56\x6d\x44\xa0\x11\x37\xcd\xaa\x0b\x0c\x74\x8d\xcb\xca\x5e\x9e\x50\x15\xa8\x55\x79\x0d\x34\xce\x10\xca\xaa\x0b\x0c\x34\x3d\xd9\xaa\x27\x5b\xf5\x64\x91\x9e\x95\xca\x5c\x61\xc0\xbd\x9e\x12\xe0\x08\x8d\x03\x98\xb3\x6a\xd7\x01\x1d\x06\xed\xac\xd5\xde\x57\x23\x8f\x74\xa2\xda\x2f\x72\xdc\x27\xeb\xab\x2a\x2a\x81\xe1\x1b\x92\x4c\x47\x68\xfa\x82\xb5\xda\x09\xca\x70\xa9\xd5\xcc\xaa\xa8\x04\xba\xca\xbf\x2a\x2a\x81\x4e\xa8\x3e\xab\x72\xb1\x7a\x66\xdc\x61\x93\x7f\x24\x65\x0e\xbe\xbd\xac\x7a\xc5\x40\x7c\x93\xd3\x1c\x10\xc5\xba\x8d\x0f\xb9\x76\x07\xd4\x5d\x13\xf4\xab\xfb\x3a\xc8\x4f\x21\x11\x3a\xab\x9e\x2c\xd0\xd4\xbb\x55\x4f\xb6\x7a\x7c\xc6\x69\x93\x53\x18\x64\x8b\xb0\xe4\xa4\xb6\x11\xda\xf0\xf6\x1a\x71\xc0\xd0\x53\x91\xda\x46\xe8\x9c\x4f\x98\xf2\xd8\x08\x15\x1a\xca\x94\xb4\x46\xe8\x84\xca\xb2\x4e\xff\xc8\xa9\x6b\xc5\xc5\xa4\x13\x09\x04\x65\xde\x29\x69\x8d\xd0\x21\x45\xca\xaa\xc7\x08\xf4\x6f\x72\x96\xbd\xf7\x88\x22\xff\xe8\xe7\x0e\xb4\xc0\xfc\xaf\x97\xf3\x45\x6a\x08\x54\x1a\x59\x2f\xdf\xf6\x0f\xaa\xb2\x50\x86\x1a\xa1\x75\x87\x7d\xf9\x44\x2a\xf8\x21\x1f\x4a\x19\x6a\x84\x06\x97\x6f\xd6\xdb\x89\xfe\x41\x4d\x5f\xed\xed\x4c\xdc\x24\x02\xf9\x0d\xdd\xfe\xf1\x86\x1c\x1d\x47\x48\x26\x18\xa1\x13\x7a\xce\xfa\x38\xa0\xc7\xcc\x26\x6e\xff\xb8\x00\x60\xe9\x4d\x1c\xa1\xfa\xba\xbe\x5e\x52\x32\xfd\xac\xfc\xb6\x81\x46\xe2\x54\xd6\xd7\x59\x7d\x35\x2e\xb9\x97\xb6\x18\xd0\x7f\x16\xc8\x9f\xaa\x58\x86\x19\x61\x90\xce\x9a\x32\xcc\x08\x1d\x2a\xb1\x94\x3b\x46\x08\x8a\x99\xb2\xf9\xe9\x03\x8d\x0d\x9f\x6c\x5a\x5c\x40\x83\x1f\x27\x9b\x16\x17\xd0\xa0\xd4\xcd\xa6\xc5\x05\x44\xff\x9a\x1e\x9b\x38\xa8\x0f\x1f\xa2\xe9\xe5\x01\x01\x93\x70\xca\xd1\x22\x34\xad\xa4\xe6\xa7\x0f\x04\x05\x90\x29\x63\x8a\x30\x28\x22\xce\x66\x5c\x0b\x68\x9c\x1c\x9f\xcd\x6f\x13\x18\xec\xa2\xa4\x04\x25\xc2\x60\xc7\x2f\xa5\x1e\x11\x2a\x87\x66\x65\x1b\x3e\x91\xea\x50\x2a\x4b\xb2\x0d\x27\xc7\x4a\xaf\xe6\x55\xc3\xa6\xf1\xeb\x04\x46\x58\xd3\xa5\x6b\xe6\xae\xb2\xfc\xda\x70\x40\x03\xb2\xdc\x61\xd3\x6b\x13\xc7\xbe\x38\x6c\xa2\xe4\x42\x3b\x10\x82\x4d\xff\x0d\x18\x5a\xce\x8d\x5a\x4d\xa1\xb3\x03\x9f\x6d\xfa\x86\x26\x8c\x99\x2c\xd2\xa6\x05\x02\xb4\x70\xa2\x75\xc3\x80\x5e\xbd\xca\x30\x10\xd0\xc8\x24\x4d\xd9\x35\x84\xe8\x04\x29\x9a\x3a\x1c\x18\xd3\x65\xa2\xc2\x06\x3a\xc7\xea\x67\x53\x61\x03\x61\x78\x4a\x76\x0d\x21\xd2\x05\xa0\xeb\xd4\x4c\x8e\xe7\x43\x6c\xba\x4e\x40\x0b\x64\x6c\x33\x5c\x03\x04\x49\xfb\x29\x2d\x87\xd0\x21\x78\xcb\xe6\x77\x0e\x8c\xe2\x9a\xb8\xec\x17\x47\x18\x77\xfb\xa5\xcf\x05\xf4\xb0\x5f\x9a\x08\x40\xe7\x38\x9a\x94\x96\x43\xe8\x2a\xd9\xf6\x38\xa0\x07\xfb\xc9\xd7\xf1\xb8\x7c\xa9\xd5\x84\x99\x32\x9b\x1f\x22\xd0\x35\x67\x9b\xee\x0e\xd0\x94\xb1\xf2\x66\x08\x8d\x2c\x83\xec\xd0\x28\x09\x0d\x96\x94\xec\x24\xa6\x08\xfd\xf8\x9a\xc2\x26\x5c\xba\xc3\xa6\xb4\x89\xba\x4f\xbc\x03\xd9\x35\x84\x71\x76\x9f\xf8\xd8\x44\x14\x93\xae\x76\xfd\x91\x6e\xb5\xf6\x69\x93\x9d\x38\x39\xaf\x81\x05\x20\xbb\x86\x10\x27\x03\x92\x24\x43\xe8\x1d\x77\xa7\x1b\x7a\x06\x06\x4c\xc2\xd9\x55\xd8\x40\xb8\x7c\xbb\xdf\x23\x10\xa4\x5a\x65\x37\xce\x0c\x0c\x4e\x2c\xcf\xde\xec\x57\xf3\x44\x1f\x9e\x68\xe8\x19\xe8\xec\xef\x66\xf7\x43\xee\x9f\x92\x65\xd8\x86\x6b\x80\x4a\xce\x51\xca\x75\x21\x0c\x0e\x93\x4f\x89\x2d\x84\xe0\x54\xbe\xec\x7e\xc8\x40\x1f\xbe\xa1\xe1\xac\x72\x22\xe2\x4c\xfa\x35\xfc\x23\x24\x3f\x5a\x6c\xf2\x53\x08\xcd\xa8\x5e\x1f\x8e\x91\x83\xc7\xa9\x53\xcb\x6e\x6c\x18\x68\xd3\x31\x1a\xf5\x05\x9a\x01\x48\x59\x1d\x84\xd1\xf8\x90\x65\x75\x10\x2a\xf4\x3d\xd9\xfd\xb6\x81\xa1\x18\xea\x86\x78\x81\x4e\x4e\x49\x76\x3d\x02\x20\x8a\x2f\xcd\x48\x09\x10\x9c\xc2\x9a\x5d\x55\x0c\xf4\x5a\x6c\x72\x40\xaa\x62\x76\x3b\xba\xe6\x3f\xd0\xab\xf3\x45\xf9\xa7\x10\x1c\x95\x90\xdd\x78\x0a\x30\x02\x65\xd6\xd5\xce\xdd\x53\xc6\xed\x97\x9f\x28\x30\x48\xaa\x4e\x99\x18\x84\xa6\x4b\xd8\x8d\xbb\x02\xdd\x68\x74\xbf\xec\x04\x7c\xd6\x8a\x21\x99\x18\x84\x71\x12\x63\xeb\xaa\x62\xa0\x35\x7b\x7f\x7b\x7b\xf8\xac\x39\x44\x21\xbb\x71\xd7\x6e\x2e\x67\xd8\xe4\xbd\x3e\xcb\x9b\xae\xaa\xc3\xbb\x3a\x1c\xab\xb4\x1b\x29\x01\xba\x2a\xb3\xbf\xbe\xc7\x57\xdd\xc1\x13\x8d\x81\x00\x6d\xb4\xf3\x6f\x55\xdc\x0d\x91\x00\x83\x93\x4d\xb2\xbf\x8e\x97\xf4\x70\x0e\x67\xc8\xa1\x61\x0e\x8c\x83\x8f\x67\x18\xa9\x05\x1a\xdc\x20\x39\x0c\x91\x0c\x39\xdb\x58\x91\x43\xed\x3c\x64\xb9\x44\xbc\x8d\xe2\x1f\xad\xcb\xc3\x5e\x1c\x4a\x16\xa0\x73\x68\x72\x0e\xc5\x08\xd0\x75\x8a\x86\xdf\x39\xd0\x0c\x91\x0c\xbf\x60\xa0\x51\xcb\x92\x52\x30\x08\x91\x18\x3b\xc3\xb8\x29\x10\x6c\x02\xe6\x30\x6e\x3a\x3c\x41\x84\xe9\x1c\xc6\x4d\x81\x28\xdf\x1f\xb7\x4d\x72\x3b\xd2\x09\x0a\xe7\x84\xd6\xbf\x26\x9f\x48\x5e\xc2\xf9\x35\xd9\xaf\xae\xb6\x61\x8c\xc3\x31\x0e\x09\xba\x79\xa2\x41\x52\x20\x38\xac\x29\x87\x36\xf1\x30\xb0\x89\xcc\x18\xee\xb5\x00\xcd\x7d\x08\x09\x11\x84\xa1\x07\x34\x8c\x4f\x02\x55\x25\x3b\x96\x63\x5c\x26\xb0\xf1\x1e\xfd\xea\x80\x60\xd3\x34\xc7\x65\xbf\x2e\xd3\x0d\xf9\xa3\x9a\x0b\x68\xa4\x0e\xe5\xd0\x47\x05\x62\xda\xaf\xdb\x7b\x41\xb2\xaa\x4e\x92\xd7\x40\x18\xe9\xbd\xf4\x3e\x81\x4a\x0e\x60\xca\x45\x20\x04\xb4\x40\x39\x0c\xfa\x01\x01\x23\x46\x4a\x16\x20\xf4\x40\xa0\x86\x9b\xa6\x40\x28\x50\xc3\x85\x09\x74\x4e\x1a\xca\xd0\x6c\x04\xba\x81\x60\xf9\x03\x84\x71\xe0\xdc\x86\x9a\x0b\x18\x9c\x9c\x93\xe1\x92\x03\x3a\x25\x97\x19\xc6\xdb\x80\x66\x20\x38\x5c\x5f\x40\xa5\xae\x2f\xc3\x95\x03\x74\x38\x12\x32\xb4\xeb\x80\x70\x91\x87\x6b\x02\x18\xf0\xda\xa5\xb5\xf9\x42\xc0\x7b\x98\xa1\xec\x07\xfa\xc0\x6a\x08\x4a\x8b\x84\x48\xb4\x4d\x18\x59\x02\x86\x71\x9e\x30\xb2\x04\x8c\x6f\x26\xd2\xc9\x81\xcd\xad\x11\x33\x0a\xc3\x48\xc0\xa0\x82\x23\xc3\x38\x4f\x7c\x47\x4d\xfd\x5e\x5a\xe8\x3a\x85\xae\x93\x73\x6f\x88\xc5\x12\xfb\x93\x28\x55\x28\x76\x81\x56\xd9\x42\x08\x8d\xa5\xf0\x84\x3f\x7b\xff\xf8\xd2\x1e\xcb\x83\x6d\x72\x56\xb1\x66\x1a\xd6\xb2\xa5\xec\xc2\xa0\xde\x30\x43\x4f\x03\x08\xd8\xb6\x32\xf4\x1b\x80\xd0\x17\x0c\xe5\x57\x58\xd7\xe7\xeb\x70\xe5\x00\xbd\x11\x17\x4b\xe3\x03\x40\x27\xb5\x3f\xd3\x20\x29\xd0\x38\x79\x30\x93\xa4\x57\x61\x18\x25\x4f\x8d\x92\xf4\x50\x24\xd4\x41\x6a\xfe\x03\x55\x1b\x31\xf5\xe9\x81\xa1\x77\x91\x14\xcb\x09\x0d\x9e\xb6\x4c\x1d\x78\x20\x74\xb0\xd2\x3d\x6c\x60\xb8\x4c\x92\x54\x1a\x21\xa0\x11\xc8\x24\xed\x5d\xe8\xda\x03\xa9\x6b\x0e\x84\x2e\x70\x6a\x6e\x00\x5d\xb7\x35\x5d\x85\x40\x55\x3b\xa7\x16\x48\x7e\x7c\xd6\x74\x42\x29\x07\x8c\xca\x62\xb2\xea\x5e\x08\xf8\x9b\x32\xf5\x41\x80\xf8\xfe\x38\xec\xc4\xe0\xdc\x69\xa4\x5c\x6a\xcd\x00\xa3\xd9\x7b\x57\x74\x7e\xb5\xc0\xcc\x84\x6e\x09\xd0\xa1\x89\xcf\x74\xa7\x09\xe8\x1d\xa3\x24\x8d\xa8\x02\xad\xa0\x51\xd3\x58\x03\x10\xd5\x97\x66\xf8\x34\xa9\x18\x3e\x30\x67\x2d\xea\x17\x86\x6e\x5c\xfa\x29\x00\x2d\x10\xa2\xe9\xb6\x12\x50\x9b\xef\xd1\xb8\x2b\xd0\x4e\x56\xa1\x75\xfe\x42\x7c\xfd\x32\xc8\x0a\xb4\xd3\x31\x1a\xa4\x00\xba\x6e\x9c\x75\xfe\x42\x1c\xc7\xdf\x14\x1f\x99\xc6\x30\x80\x6a\xa2\x45\x1a\x8a\x00\x82\x6c\xd9\x4c\xb7\xa5\x81\xea\xe7\x6a\x81\xbf\x30\xba\x7f\xd4\x91\xc9\xef\xa4\x21\x9b\x5c\xf0\xd0\x04\xaa\x05\x53\xa9\x9e\xd2\x04\x36\x9b\xfc\x52\xb0\x6c\xa0\xd2\xc8\x54\xd0\x03\x75\xba\x6e\x35\x76\x80\x4e\x61\x41\xa6\xc6\x0e\x30\xbe\x89\x52\xf6\x03\xfd\xf4\xab\x33\xf2\x08\x34\x23\x43\x92\x05\x08\x9d\x9a\xec\x4c\x37\x7c\x80\x5e\x7d\xa2\xbe\x0d\xcc\x00\xed\xfb\x06\xdc\x77\x06\x5a\x65\x3f\x3c\x8d\x22\xa4\x3c\xb5\x78\x1a\x53\xa3\x04\xe8\xb0\x47\xe5\x34\xef\x05\xa8\x9c\x18\x95\xd3\xed\x17\x20\x3a\x3a\x69\xea\x14\x01\x9d\x2c\xba\x9c\x2a\x0d\x60\x54\x54\xde\x24\x0f\x5f\x68\x1c\x2a\x92\x53\xaf\x65\x4a\xbd\x8d\x8c\x95\x78\x40\x08\x58\x06\x72\x2a\x33\x80\xce\xd9\x6a\x39\x8d\x22\x00\x8d\xba\xab\x9c\x8a\x11\xa0\xbb\x48\xa5\x14\x10\x2a\x85\x86\x39\x49\x55\x17\x3a\xf5\x27\x39\xd5\x36\x40\xe3\xa0\x87\x9c\x6e\x80\x00\x4d\x23\x7f\xea\x43\x4c\x89\x42\xd9\xa1\x98\x7e\x75\x40\x27\xe1\x2f\x2d\xca\x17\x7a\xf5\xf6\x7e\x62\xc0\xe0\xfc\x93\x9c\xe9\x7c\xa5\xd4\x7e\x0c\xc8\x94\x13\xa0\x53\x4d\x9b\x53\xe7\x03\x88\xce\x17\x3c\xfd\xea\x80\x4a\x12\x55\x5a\xba\x2f\xb4\x03\x65\x36\xb5\x79\x80\x06\xeb\x75\x4e\xbf\x3a\xa0\x07\x0a\x7b\x1a\x45\x00\x2a\x67\x65\xe4\xd4\xe6\x01\x9a\x29\x18\x96\xeb\x0b\x51\xed\xbd\xb1\x06\xa0\xb9\x97\x37\xd5\x6f\x40\xd5\xc3\xb6\x10\x5f\x68\x6a\x1b\x4b\xec\x85\x6a\x88\xc5\x1a\x78\xa1\x36\xdf\xa3\x9b\xa6\x40\x0c\xa7\xd0\x15\x0d\x74\x33\x6d\xa6\x2b\x1a\x08\x68\x02\xd3\x22\x75\xa1\x1b\x25\x5f\xda\x3c\xc0\x80\xdb\x31\x97\x36\x0f\xd0\x21\x5f\x4c\xeb\xd6\x85\x1a\xa8\x96\xa5\x31\x0e\x74\x03\xfa\xcb\x50\x19\x10\x9c\xf1\x99\xcb\xb8\x18\x10\xaa\xbc\xe5\xa7\x00\x04\x07\x89\xe4\xd2\x8a\x07\x52\x8b\xcd\xea\x76\x21\xf4\xa6\x96\x1f\x0c\xd0\xe0\x67\xce\xe5\xae\x26\x30\xca\x77\xd5\x6d\x93\x9b\x29\xde\xfe\xb5\x89\xc2\x28\x26\x67\xa9\x8a\x81\x4a\xfd\x6e\x2e\xbf\x34\xa0\x41\xf2\x93\xcb\x2f\x0d\x68\xd4\xc5\xe4\xd2\x6f\x00\x7a\x43\x62\x5a\x03\x2f\x84\x09\x24\xcb\xe8\x3d\xd0\xa9\x2f\x48\xcb\xe2\x85\xfa\xef\x8f\xde\xbe\x52\xa8\x68\xef\xfd\x44\x81\xc1\xb9\x65\xb9\x74\x38\x80\x4e\xcd\x6d\x2e\x1d\x0e\x60\x70\x10\x5b\x2e\xcd\x46\x20\x4c\xde\x59\xaa\x62\x60\xb8\x4d\xb2\xf4\x2e\x80\x4e\xdd\x68\xae\xe1\xed\x07\x04\x6f\x98\x8d\x96\xb2\x0b\x7d\xf8\x1e\x55\xc5\xc0\x80\xfe\x39\x97\xf6\x26\xd0\xa3\xf8\xc7\x69\x13\xf6\x00\x36\xcf\x32\x8a\x00\xd4\xef\x6d\xbb\x2b\x0a\x8c\xc1\xa7\x60\x0d\xbc\x90\x07\x62\x68\xb9\x2b\x0a\x44\x7e\x57\xd9\x2f\x98\xf6\x07\x1f\xdf\x72\x0b\x01\xe8\xa6\x5a\x2d\xa3\x8d\x40\x6f\x76\x55\xdf\x08\x08\x33\x88\x96\x39\x6d\xc0\x48\x67\x55\x69\x02\x54\x0a\xb8\x73\xe9\x2e\x01\x83\x13\xa3\x72\xa9\xc3\x81\xf1\x33\x83\xfe\x54\xc5\xd6\xc3\x0b\xbd\xda\xed\xe9\xd3\x39\x2e\x1b\x02\xe5\xb4\x1e\x5e\x18\x14\x73\xe7\x52\x87\x03\x7d\x22\x20\x96\xc9\x24\x40\x6f\xae\x0f\xa5\xd4\x32\xe5\xcd\x17\xa8\xff\x06\x34\xf7\x0e\x96\xfe\x1b\x30\x8e\xf0\x2a\x3b\xc1\x06\x6c\x0c\xaf\xf2\x9d\xc2\x5f\x62\x86\xc6\x32\xdc\xb2\x0c\xb7\x28\x46\x94\x78\x4b\x82\x12\xff\x68\x20\x05\xe8\x86\x0f\x96\x42\x10\xa8\xee\x31\x2e\x77\x48\x81\x7e\xba\x3e\x8c\xae\x02\xa3\x7d\x57\x39\x6c\xea\x05\xc9\x8d\xce\x65\xc0\x15\x18\x1c\x20\x98\x4b\xa3\x04\x08\xce\x93\x4d\x0b\xfc\x85\xce\x51\x53\x69\x35\xbf\xd0\x4c\x24\xb4\x74\x5f\x08\x08\x26\x73\x19\xba\x01\x06\x87\x8e\xe6\xd2\xc0\x01\x82\xa3\x25\x72\x29\x89\x81\x46\x22\x74\x2e\x77\x51\x80\xd6\xd1\x10\x4b\xb7\x15\x18\xe6\xb4\x2d\x0d\x9c\xe5\xc6\x0a\x8a\x71\x69\xba\x00\x3d\x5c\x00\xee\x90\x02\x61\x52\xe2\x72\x87\x14\x88\x81\x1f\x6e\x81\xbf\x30\xc2\xd7\xe1\x8e\x0c\x50\x9b\xeb\x4b\x17\x18\x18\xf5\xbb\xca\x59\x85\xf2\xcb\x9d\x80\xe5\x8e\x0c\x90\x06\x23\xa5\x01\x10\x7a\x60\x8b\x2d\x23\x43\x40\x40\x9e\x9f\x4b\xd5\x02\x8c\x40\x27\xc9\x0c\x20\xf4\xa9\x10\xd4\x75\x02\x9a\x7a\x64\xab\x80\x80\xa6\x2f\xb8\xdd\xb9\xdd\x9e\xd4\x88\x2c\xdb\xea\x24\x60\xd4\xc3\xab\x9a\x4d\x86\xba\x0a\x4d\x8f\x4d\xa6\xbd\xff\x06\xb4\xb5\xc5\x80\x66\xdc\x74\x1b\x7a\x06\x42\x1b\x71\xab\x6d\x80\xde\x9b\x4d\x61\x53\x20\xe8\xfd\xe3\xb4\x89\x84\x50\x94\xc6\xd6\xa7\x07\x86\xae\xa6\x8c\x05\x42\xa5\x9a\x36\xb7\x0a\x08\xe8\x94\x66\xa7\x8c\x05\xc2\x80\x01\x32\xb7\x7b\xc5\x40\xd3\x03\xda\xee\x15\x03\xc3\xd4\x34\x49\x0c\x84\xe6\xc2\xdc\x26\x42\x03\x15\x12\xcd\x94\xa5\x40\x68\x87\x4d\xda\x75\x40\xb8\x03\x2f\x4b\x81\x30\xa0\xb0\xca\x6d\xf8\x01\x48\xc8\x98\x53\xfe\x01\xa1\x71\x8c\x40\x6e\x53\x9c\x81\x0e\x4f\x64\x6e\x53\x9c\x81\x66\xe6\xc9\x36\x96\x05\x74\x4e\x59\xc9\xad\x86\x00\xaa\x76\x8a\xcc\x02\x42\xa7\x28\x36\xb7\x1b\x46\x5b\x6e\x35\x54\xf1\x56\x1d\x6c\x79\x90\xed\x97\x71\x0b\xa0\x0e\x3e\xab\xad\xff\x06\x04\x07\xd5\xa4\xfc\x03\xf9\xf1\x0f\x20\x44\xb7\x39\x80\x40\xab\xae\x2f\xe3\x62\x40\x77\x0b\x73\xbb\xf9\xb4\xdd\x7c\x42\x57\x6e\x3d\xb3\x2d\xb3\x09\xa2\x76\x2b\xc9\x81\x4e\xc1\x56\x6e\xcd\x46\x20\x0e\xf4\x88\xfc\x03\xf9\xf1\x0f\x30\x13\x97\xf9\x4b\x40\x8d\xaf\xe9\xb5\x89\x14\x43\x6c\x9e\xcb\x97\x06\xc4\xe4\x7b\xbc\xf4\xe9\x81\x66\x8c\xed\xe2\x40\x2a\xa1\xc1\xf9\x96\x97\x9b\xf2\x40\xc0\x1c\x9f\x16\xbc\x0b\xc3\xcd\xdc\x4b\x13\xe1\x32\xb2\xc4\x4c\x5c\xbe\x47\xa0\x55\x36\x40\x2e\x5d\xf3\x4b\x6a\x1b\xec\x94\x4b\xc3\x1e\x88\xac\x5e\xb5\x6d\xe2\x48\x03\x5e\xc7\xa5\x92\x05\x02\x9e\xed\xbc\xdc\xe5\x03\x3a\x04\x6f\x79\xe9\x3b\x03\x01\x27\x45\x5e\xbe\x0e\xa0\x51\xf2\x94\x97\x7a\x17\x68\x1a\x71\x97\x49\x45\x40\x74\xde\xd0\xa5\x7e\x04\x46\xb4\xff\xa0\x8a\x2f\xd5\x27\xd0\x0b\xdf\xc0\xa5\xfa\x04\x06\x25\x29\x79\x19\xb1\x02\x2a\x67\x2a\xa7\x55\xf3\x42\x37\x13\xe2\x52\x31\x02\xe1\x46\xe7\xa5\x77\x00\x84\x09\xe9\x97\xba\x12\x08\x77\x94\x2f\xfd\x70\xa0\xba\x7b\x78\x99\xd2\x04\x04\x87\x9f\xe5\xe5\x6e\x05\x30\x06\xdb\x7b\x97\x4a\x16\xe8\x16\x29\x58\x81\x2f\x0c\x4a\xf7\xf3\xd2\xa7\x07\x2a\xc7\xd1\xe4\xb5\x5d\x45\x9b\x63\xe0\x08\x89\x5f\xa6\x34\x01\xed\x5b\x0c\x6e\x87\x5e\x52\x5c\x0f\xef\x65\x57\xd9\x0e\x3d\xbf\xab\xec\xaa\xdb\xa1\x8e\x51\x47\x06\x18\xcd\x01\xa9\xb0\x81\xa6\x23\x73\xe9\xdb\x00\x31\x5c\xf0\xc6\x1a\x80\x5e\x48\x2f\xb8\x54\xeb\x40\x83\x90\x3c\x2f\xd3\xde\x81\xd1\xc2\x3f\x3a\xc6\xcb\x08\xb2\x57\x39\xa0\xcb\x0d\x45\x9b\x1c\xd0\x45\x50\x06\x3b\x45\xe2\x01\x61\xe8\xd2\x5d\x6e\x9a\x02\x71\xf8\x47\xf3\x25\x80\x7e\x7e\x57\xf9\xc7\x5b\x46\x43\x66\x42\xb5\x0e\xf4\xd3\xaf\xce\x8c\x29\x19\x0b\x4c\x86\x93\x9e\x40\x68\x1c\xde\x98\xd7\xe3\x18\x1f\xe3\x6d\x4c\x8e\x2e\x1d\xd0\xbe\x2f\xc5\xc8\x36\x10\xe5\xbb\x97\xef\xf1\xa1\xa4\xae\xf9\x47\xfb\xf5\x20\x6c\xfc\x82\x55\xfe\x97\x7c\x9f\x2e\x13\xdd\x43\xa0\xb9\x3b\x2d\x21\x82\xd0\x39\x0a\x3f\x2f\xf7\x77\xaf\x2f\x9d\x95\x89\x36\x06\x02\x74\x53\xfb\x65\x3f\x10\x06\xe7\x85\xa6\xec\x07\x42\x40\x16\x97\x52\x1d\x08\xa3\x0e\x9b\xd2\x26\xa2\xe4\xf4\x5e\xaa\x03\x21\xe0\x8b\x49\xa9\x0e\x84\xce\xc9\xf1\x79\xeb\x31\x02\xc3\x78\xca\xad\x0e\xbf\x3f\x1d\x4e\xbf\x8c\x48\xdc\x52\x5c\xd3\x7b\x0b\xde\x85\xee\x76\xfb\xad\xe0\x02\xc2\x74\x8e\x5b\x6d\x73\x5b\x98\x39\x6d\xf2\x89\x64\x26\xe9\x99\xdd\x2a\x20\xa0\xc3\x12\x9e\xb7\x0a\x08\x68\xd4\x15\xe7\xad\x5b\x01\xc4\x59\x6d\x72\x8c\x1e\xe8\x89\x5f\x79\x9b\xc4\x00\x0c\x8e\x30\xce\x5b\x93\x1d\x08\xa3\x98\xb7\x02\x06\x08\xb8\x56\xf3\xf6\x73\x07\x86\x86\xbd\xf5\xe1\x42\xb7\x56\xc1\xca\x6f\x61\x4c\x67\xd5\x2c\x03\x20\x34\x5d\xac\xe9\x16\x9a\x6f\xfb\x36\x75\x08\x08\xb7\xce\x6e\xed\xe0\xdb\x93\xac\xf0\x05\x6f\x2d\xdc\x5b\x02\x78\xb6\xe1\xac\xe9\x16\x2a\xec\xc1\x69\xb5\xb6\x30\x86\x33\xe1\x22\xb7\x5a\xbb\xd9\x55\xe3\x75\x40\x85\xd9\x24\xad\xc3\x16\x1a\x6c\x37\x79\x1b\xc2\x03\x9a\xc9\x28\x56\x58\x0b\x43\x9b\xfa\x81\x76\x4a\x68\xce\xfd\xa3\x41\x08\x84\x25\x07\x96\x53\x0b\x15\x16\xc3\x7c\x74\xf3\x1f\x0f\xbb\x24\xfe\xfd\x54\xff\xc8\x59\x19\x10\xd3\xe7\x63\xfa\x1d\x30\x92\xaf\xf6\x81\xfb\x41\x18\x10\xad\xe7\x63\xf4\x0c\x18\x81\x56\xb0\x6c\x59\xa8\xc6\x73\x1f\x75\x38\xd0\x4c\x16\x78\x34\xcf\x80\x80\x08\x32\x1f\xd5\xfa\x63\xae\x9d\x5d\x35\xe2\x0e\x04\xb4\x79\xf9\x18\x9c\x03\x86\xd5\x59\x8f\x3e\x3d\x10\x05\xed\xfc\xb8\x7c\x81\x30\xd9\xe9\x71\xdf\xe7\x91\x52\x8e\x85\xf9\x18\x89\x03\x06\x27\x22\xe6\xa3\x57\x0c\x8c\x41\xd4\xe5\x71\x45\x03\x03\xa6\xfd\x7c\xf4\x8a\x1f\x19\x6c\x23\xff\x56\xc5\x8f\x8a\x11\x68\x16\x5c\x3d\x2a\x46\xa0\x9b\xea\xf9\xa8\x18\x81\x6a\x2a\xf1\xa3\x1e\x01\xea\xf4\x35\x2b\xd5\x81\x80\x7c\x31\x1f\x57\x37\xd0\xf5\x18\x1f\x57\x37\x50\x67\x7a\x2f\xbb\x7d\x11\x9d\xc0\xc8\x7f\xf4\xf2\x80\xd0\x2e\x7b\x0c\x3d\x3f\x9e\x1b\xed\x44\xe9\x73\x01\xc1\x11\x1f\xf9\xe8\x14\x3d\xc6\xdb\xa6\x4d\x5e\x05\xe9\x8c\x91\xda\x47\xa7\xe8\x71\x27\x12\xf9\xf3\x1a\x6f\x03\x2a\xcc\x13\xf9\x2a\x50\x81\x06\x89\x41\xbe\xa6\xa0\x02\x03\x16\xd4\x7c\x8d\x33\x03\x51\x58\x0c\xaf\xa2\xf2\xfd\x92\x6f\x6c\x6a\x36\x91\x7c\x83\x34\x78\x2d\xcc\x7c\xbf\xc2\xcc\xa4\x69\xdb\x04\x75\x6d\xb5\xe9\xb2\xe9\x62\x7f\xd7\x7b\xdd\x36\xdd\x78\x8c\xde\xeb\xb1\x09\x9a\xf7\xc3\xab\x5e\x9b\xe0\x17\xc4\xf9\x78\x21\x68\x13\x5a\xfb\x9a\xc2\x26\x62\xe9\xbc\xed\xd7\x94\x39\xa0\x71\x1a\x6e\xbe\x7e\x9b\x40\x83\xd0\x2e\x5f\xf3\x71\x5e\xf3\x71\xd0\xce\xaf\x4e\x11\x30\x60\x3e\x4d\x6b\xcd\x85\xae\xfd\xf4\xea\x27\x01\xfd\x70\xa2\x8d\xb7\x01\xdd\x94\x82\xd7\x8a\xaa\x57\xc6\x02\xbb\xaa\xad\x0e\x74\x93\x71\x5f\xbf\x73\x20\xac\x3f\x79\xad\x35\x00\x86\x21\x83\xd7\x8f\x1a\x18\x96\x03\xbd\xee\xbf\x01\x51\xbe\x26\x9f\xf8\xa5\xfb\xd0\x09\xf7\xcc\x80\xee\x16\xf9\xeb\x77\x0e\x54\x4e\xb4\xcf\xd7\x40\x1d\xd0\x1a\x16\xdb\x6b\x0e\x0d\xd0\xdd\x17\x7c\xcd\x8f\x03\x6a\x20\x04\x5f\xb5\x0d\xd0\x0c\x49\xbd\x86\x7e\x80\xb0\x56\xc1\xca\x6f\xa1\x1b\xc6\x7e\x4d\xb4\x7f\x3d\x96\xf1\xbb\xca\x7e\x79\x48\xab\xaf\x43\x43\x15\x08\xd3\x13\x5e\x13\xed\x81\x51\x5c\x85\x06\x88\x80\x56\xd0\x6f\xaf\xd6\xdf\xeb\x81\x0a\xc8\x7e\x2b\xbf\xf3\xab\xfc\xee\x5e\xe5\x7c\x5d\x72\x74\xd2\x09\x8d\x38\xa0\x71\x00\x6a\x5a\xd3\x2d\x34\x18\x33\xf3\xd5\x7e\x02\xea\x37\x5f\xda\x4f\xc0\x30\x55\xd4\xd2\x6c\xa1\xe9\x86\xbd\x9a\x54\xef\x97\x52\xc0\x55\x66\xb8\x02\x1d\x12\xbb\x7c\xdd\x64\x06\xaa\x16\xee\x6b\xf0\xe4\xf5\x44\x44\x5f\x9a\xfb\xce\xaf\xf9\xaa\xf8\x20\xaf\x56\x16\x10\xd0\x3f\x4f\x6b\xba\x85\xa0\xab\xd3\x9a\x6e\xa1\x53\x05\x35\x0f\x22\x25\x42\x85\xae\x76\x5a\xe6\x2d\x34\x32\x03\xa6\x65\xde\x42\xcc\xef\xf6\xc3\x26\xf2\x66\x7a\xa3\x29\x6d\x4a\xf6\x64\x83\xa6\x6d\xd3\x66\x23\xcb\xa6\xdb\x26\xb2\xc2\x7e\x86\xfd\x3c\xd0\xbb\x42\x70\x34\xfc\xb4\x18\x5c\x08\x4c\xd0\x79\x14\x7b\xff\x83\x3a\xed\x2a\x92\x49\x68\xec\x15\x4f\x4b\xc6\xe7\xbf\x92\x71\xff\x18\x36\x49\xc8\x39\x68\x9a\x36\x31\x85\x3f\x7b\x73\x1e\xc4\x66\x84\x60\x6f\x6b\x1e\xc5\xae\x12\x88\xa9\xdf\xbd\x1e\x9b\xe4\x51\x3e\x68\xb2\xf7\x6e\x0e\x34\xee\x75\xda\x7b\xa9\x6f\x4f\xa6\xf0\xb4\xf7\xd0\xab\x70\xae\xd4\x3c\x4e\xe7\xfe\x34\x5b\x84\x7e\x9d\xce\xbd\x1b\xfc\xe1\xbd\x7c\xa2\xf4\x2a\x85\xf9\xaa\xde\x4b\x2e\x95\xc9\x55\xd5\x7b\x41\x72\x7f\x14\xfa\x55\x9d\x89\x6a\xd2\x2c\x4f\xac\xbe\x21\x12\x83\xdb\xe0\x89\x70\xe6\x0a\xf1\xcd\x44\xf5\x89\xc8\xaf\xda\xff\xae\x2b\x9e\x47\xb3\x43\xe4\x29\xd6\x41\x1f\x9b\x1d\x6a\x6c\x01\x14\xd6\x47\xf3\x3d\x50\x37\x75\x9e\xbc\xad\xe6\xa4\x37\x6a\x0f\x1b\x33\xdc\x5c\x32\x1e\xa5\xd8\xe8\x63\xf3\x3d\x20\xf1\x20\xcd\x9a\x47\xb3\x8f\x4a\xbc\xc2\x0c\x77\x27\xdd\xbc\xaa\x93\xf1\x76\xfb\xd5\x25\x4c\xe4\x8f\xdd\x19\xee\xae\x6e\xfa\xd5\x5d\x45\xb2\x5c\x16\x9e\xd8\x9d\x3b\xaa\x56\xab\xaf\xa6\xbb\x64\x3a\x09\x46\xc3\x7b\x39\x77\x44\xac\x20\x6e\x9a\x47\xb7\xab\x1c\xf9\x75\xba\x48\xbb\x5d\xed\xbe\x40\xba\x3a\xec\xea\xf0\x8c\x73\xba\x3a\xec\xaa\xc7\x67\x54\xaf\xb2\xab\x83\x2d\x26\x67\x62\xd8\x89\xe1\xa7\xcf\x44\x0f\x9f\x08\x93\x79\x3a\xab\xc3\x27\xc2\x46\x72\xf8\x6d\x0e\x17\x29\x55\x63\x75\x70\xfb\xf0\x0d\x71\x0a\x0f\x67\xe8\xcf\x23\x1c\x76\xc0\xf6\x57\xe8\x7d\xf8\xd2\x88\x91\x95\xef\x8f\xae\x22\x4e\x22\x6e\x2e\xf8\xf0\x3d\x92\x8d\x0d\x09\xd4\x3c\xc2\xc9\x09\x73\x7d\x6d\xb2\xab\xa1\x91\xef\xed\xed\x17\x35\xb7\x43\x61\x93\x4e\x4e\x1a\xeb\x64\xd8\xe9\xe4\x40\x2e\x0c\x8b\xf3\x3c\xd2\xde\x13\x06\x0a\x3f\xc4\x74\xbe\x20\x4c\xfc\x96\x72\xfa\x6a\xa1\x20\x86\xff\x64\xca\x32\x20\x0c\x88\x09\xe7\x91\x0e\x28\x3d\x20\x80\x55\x98\x0e\xe8\x8b\xf0\xf9\x47\xbb\xca\x2e\x70\x4d\x06\x34\xed\x17\x04\xee\x9c\xb8\x39\x8f\xe9\x14\x4e\x0f\xfd\xe3\x8f\xd3\x97\x66\xc6\xb9\x1f\xe2\xb2\xf7\x5f\x4a\x13\x33\xb1\xec\x3d\x1a\xb5\xb8\x72\x96\x32\x76\x51\xc7\xe8\x4c\x2c\xbb\xaa\x4b\xe7\x92\x5b\x76\x95\xcd\x14\x0c\xf3\x29\xcb\x80\x50\x21\x9e\x9b\xc7\x76\x56\xd1\xa8\x6c\x6a\x4d\x89\x07\x84\x4a\xf6\xfa\x3c\xb6\xbd\xe7\xb8\x48\x36\x01\xe7\xb1\x7d\xa2\xd4\xa4\x7e\x1d\x97\x7f\x24\xc3\xe3\x74\x72\x2e\x3b\x41\x19\x49\x3a\x13\xb7\xab\x10\x4e\x2e\x2a\xd2\xa7\xa5\xff\x42\x9d\xca\xd8\xc7\xdb\x93\x6f\x51\x5c\x4c\x8f\xcb\x04\xbe\xe1\x74\x15\xbe\xf6\xeb\x35\xc3\x95\x97\xf6\x7a\x15\x45\xfd\xc4\xf8\xa7\x45\xfd\x42\x4f\x16\x53\x29\x36\x61\xe1\x72\x08\xc2\x2c\x6a\x08\x20\xd8\xa7\x9f\x45\x75\x00\x74\x2a\x1c\x67\xc1\xb8\x14\x1a\xa9\x69\xb3\xb0\x73\x2b\x0c\x6a\xe0\x67\x51\xec\x02\x8d\x2d\x97\x59\x9a\xf7\x6a\x52\x56\xf0\x47\xa5\x1c\x30\x28\x3e\x9d\x96\xd8\x0b\xc1\xc1\x05\xb3\x10\x70\x15\x46\xb7\x13\x0a\x3e\xa0\x91\x5d\x3c\x2d\xc4\x17\x86\x2b\xba\x74\x3b\x01\x85\x15\xf9\x16\xb3\x0c\x9b\x86\x41\x52\xba\xaa\xe8\x00\x1a\x9b\x75\xb3\x0c\xfb\x45\xbe\x45\x4d\xff\x68\x27\x08\xaf\xfb\xb6\x8b\x42\x01\x08\xf6\xb0\x67\x51\x28\x14\x03\xe7\x2c\x26\xab\xee\x85\x4e\x61\xf9\x2c\x7e\x69\x40\xe7\xa0\xe3\x59\xd2\x4e\x24\x19\x9f\xc8\xe8\x92\xce\x04\xe7\x00\xc2\x7f\x32\x4b\x3a\xec\x34\x6f\x86\x4e\x4c\x07\x34\xa1\x31\x99\x85\x26\xbb\x3a\x3d\x70\x91\xa6\xe5\xbd\x16\xe9\x77\x88\xda\xb2\xbc\x6a\x59\x60\xc2\x13\x97\x53\xc8\x69\x5d\x67\x63\x26\xfc\x60\x80\x80\xf6\x7c\x16\xbf\x0e\xa0\xe1\x25\xce\x42\x60\x54\x68\x9c\x9b\x3f\xad\xa7\x17\x2a\x4e\xd5\xb4\x06\x5e\xe8\xb0\x01\xcc\x72\x39\x13\x70\xe4\x95\xd3\xab\x9c\x89\xcb\x65\xc2\xe4\x5c\xf6\x1e\x8f\xb3\x39\xf7\x97\xbd\xa7\x14\x6b\xd4\xf6\xb7\x2a\xb6\x90\x5e\x18\xaa\xbc\x72\x39\x5e\x92\xc8\x29\x51\x9d\xe5\x72\xbc\x97\x45\xc4\xf4\xf1\xb6\xdb\x1c\x9c\x42\x60\x73\x96\xdb\x29\xc0\x26\x86\x19\x77\x96\xdb\x91\xdc\x24\x55\x23\x92\xac\xd3\x17\x06\xc9\x7f\xb3\xdc\x76\x9b\xc0\x66\x69\x5e\x65\xbf\x20\xed\xab\x68\x1b\x4b\xf7\x85\x91\xce\xca\xe3\xed\x1f\xb5\x0d\xb3\xf2\xb8\x48\xb1\xaf\x4f\x07\xa4\x34\x00\xa2\xd0\x64\x0d\xbb\xd0\xc8\xa1\x99\xa7\x26\x24\x50\x07\x46\xd8\xa9\x09\x09\x04\x85\xd2\xd3\x4a\xf7\xf9\x55\xba\xff\x0c\xf3\x79\x6a\x2f\x02\x03\x6e\xfe\x69\x59\xbb\xd0\x0e\x64\xc6\x49\x86\x86\xd0\xa0\x3e\x9a\x27\xe9\x18\xc2\x80\x66\x62\x9e\x38\x7e\xc2\x20\x81\x76\x5a\x64\x2e\xd4\x8e\x02\xb2\xc8\x5c\xa8\xf8\xa8\xf3\x54\x8c\x00\x41\xe6\xff\x3c\xbb\xfd\x22\x7f\x92\x92\xcb\x79\x92\xa1\x21\x74\xf2\xbd\xe6\xa9\xb9\x71\x9a\xff\x6d\x93\xd2\x00\x68\x5a\xce\x96\x9f\x0b\x95\xbd\xbc\x79\x0e\x3b\x01\x2d\x07\xe4\xd5\xd3\x8a\x74\x61\x10\x67\x9e\xa7\xda\x19\x18\xe4\xb8\xcf\x53\xbd\x0b\x04\x67\xe8\xcf\x33\xbd\x97\xec\x64\x8d\x89\x56\x57\x02\xbd\xb1\x26\xce\xe9\x1f\x49\x1c\x1f\xe1\x55\x3e\xf1\x4b\x5d\xb4\x29\x6d\x62\xa3\x13\x43\xe2\xf4\xd3\x07\x62\xf8\xc4\xed\xbd\xb6\xf9\x25\xdc\x7e\x7b\xaf\x4d\x78\x0a\x63\xc9\x3a\x6c\xa1\x7f\x73\xbf\x9d\x68\xf9\x86\xd1\x36\xa7\x5f\x1d\x30\xbe\xb9\xf7\x83\x01\x82\xca\xef\x69\xed\xb4\xd0\xe1\x12\x9f\xe7\xe3\xac\x72\x60\x7e\xc3\x28\x39\x5d\xbe\x40\xf4\xc1\xed\x5f\x07\xf4\xc2\x20\xe2\x55\xaf\x4f\x7c\x25\x65\xfb\xdd\xcb\xba\x62\xa1\x69\x10\x56\x57\x74\xd5\x29\x4a\x9b\xd2\x26\xec\x01\xde\x76\xd5\x91\x01\x46\x9f\x07\x4d\x8f\x4d\xf0\xb4\x21\xc2\xab\x5e\x0b\xd0\xa8\xe9\x9e\x55\xaf\x05\x18\xa4\xaa\xcf\xaa\xd7\x02\x34\x48\xc6\x66\xd5\x6b\x01\xc6\x08\x9b\xec\x2a\xc7\x58\x42\x6d\x33\x2b\xe1\x1a\xa1\x71\x58\xd3\xb4\xb8\x59\x68\x44\x6a\xa7\xc5\xcd\x42\x27\x8b\x65\x56\xdd\x1d\xa0\x06\xf6\xa6\xf5\xce\x42\x1c\xb8\xad\xb5\x79\xaf\xe6\xf1\x87\xfc\x51\x25\x0b\x34\x36\x79\x66\x55\xc9\x02\x15\xce\xdc\x59\xd5\xa8\x40\xd3\xb0\xaf\x9a\xff\x40\x4f\x9c\xc8\xea\x67\x05\x34\x7d\xae\xaa\x4d\x0d\x0c\x4a\x8d\x67\x55\x31\x02\x75\x78\x95\x46\x2f\x10\x15\xff\xad\x86\x7f\x0c\x14\x36\x8b\xa9\xa6\x57\x41\xc1\x37\x1c\xd0\xb4\x13\x14\x33\xb1\x29\x36\x2d\x35\x16\x7a\xf7\xa5\x4d\xc7\xc8\xc6\x30\x04\xb9\xb3\x6a\x36\x02\x11\x18\x5e\x95\xad\x46\xa1\x76\x3e\xab\xaa\x16\x04\x42\x37\xbf\x2e\x67\x02\xc6\x83\xc3\xde\x6b\x23\x02\x83\x54\xf5\x59\x2f\x6f\x7f\xb9\x5f\xc0\x55\x6a\x05\x60\xc0\x4c\x39\xab\xa6\x1e\x30\x88\x23\xce\xaa\xa9\x07\x54\xed\xf3\xea\xd7\x01\xb4\xee\xe4\xbc\x8e\xf1\x65\xf3\x1b\x4b\xd2\xa2\x5a\x21\xa0\xb4\x9c\xcd\x45\x0e\x8c\x64\x61\x36\x72\xed\x84\xde\x10\x30\xcd\xc5\xd4\xcc\x7e\xc0\xd4\x6b\xba\xc0\x40\xc0\x50\x33\xad\x8d\x15\x82\xb4\xd3\xe9\x79\xfe\xc2\x60\x53\x7e\x36\x1d\xc7\xd6\x39\xc3\x9a\xf5\x65\x21\xac\x50\xb3\xff\x4d\xf1\x31\x9b\xee\x0e\x10\xd4\x79\xcc\xa6\xbb\x03\x04\x07\xf5\xcd\xae\x2d\x05\x0c\x05\x44\x57\xc6\x02\x0d\x46\xe8\xd9\x95\xb1\x40\x37\x44\xd2\xb5\xa5\x80\x80\x8d\x6d\x7a\xa6\xb2\x50\x7b\x78\xaf\xd7\x26\x09\xda\x7e\x23\xb1\x96\x6e\x76\xf2\x12\xc8\x84\x98\x5d\x49\x0c\x54\x36\x86\xa7\xe5\x75\x42\x83\x24\x7a\x76\x25\x31\x50\x49\x56\x9a\xdd\xe5\x07\x54\x03\x16\x7d\xf9\xc7\x65\x41\x0d\x4f\x24\x51\x4c\xe8\x04\xbb\xa7\x45\x78\x42\xfb\xd7\x74\xdb\x44\x3a\x2b\xaf\xd9\x03\x98\x85\x4e\xc4\x7d\xf6\xed\x18\xd9\x51\xe6\xd0\xe4\xe9\xa1\xc9\x42\x67\x37\x6c\x7a\xd0\xb1\xd0\xe1\x6e\x98\x5d\x17\x05\x88\xc9\x77\xee\xa9\xc6\x42\x0c\xe7\xfe\xb6\xab\x37\x5c\x3b\xe9\x55\xc3\x26\x02\x9b\x61\x93\x4f\xf4\x60\x7a\xa4\x67\x77\xc1\x03\x41\x8a\xce\xf4\x54\x63\xa1\x13\xf4\x9b\x83\x90\xb8\xd0\x0b\xeb\xd6\xa3\x82\xe7\x77\x54\x30\x81\x85\x41\xcc\x5a\x08\x12\xb2\xe6\x50\x2e\x02\x83\x12\xd5\x39\x74\x3e\x80\x06\xe3\xca\xf4\xa8\x60\x61\x70\x36\xed\xb4\x28\x4d\xe8\xba\x9a\x43\x0b\x04\x08\xd8\xb8\xa7\x07\x0a\x0b\x01\x75\xed\x1c\x7e\x16\x40\x2f\xcd\x3f\x7a\xfb\xe6\x49\xc4\x83\x26\x07\xd4\x48\xb4\xc0\x88\x1b\xca\x58\xa0\x92\x03\x38\xad\x79\x9b\x5f\xcd\x9b\xc3\xf6\x7b\xb2\x9a\x8d\x24\xaa\x69\x35\x9b\x10\xfa\xe1\xc3\x78\x0a\xd0\x1b\x46\x89\x05\x6e\x42\x1f\xf6\xbe\x3b\x46\x0a\xdc\xb4\x37\x87\x36\x0f\x30\x8c\x88\x0e\xe3\x29\x40\x70\x4e\xc9\xf4\x54\x63\x61\x04\xa2\x72\xe8\x14\x01\x8d\x7c\xd3\xe9\x11\xc6\xc2\xa8\x88\xdd\x11\xde\x2b\xbc\x17\xbd\x57\x1d\x00\x6d\x78\x7b\x36\xc8\x84\x56\x0f\xef\x15\x36\x91\x91\x87\x35\xe3\xd9\xc7\x42\x23\x3f\x6e\x7a\xaa\xb1\xd0\x61\x30\x9a\x43\x93\x0a\x18\x1c\x3d\x39\x3d\xd5\x58\x68\xdf\x4b\x33\x6e\x61\xc5\xde\xc9\x2a\x1c\x0a\x05\xa0\x0f\xb4\xf3\xd0\xc1\x02\x62\x7e\xf7\x72\x56\xa1\xef\x09\x24\xde\x50\x02\x00\x95\xfd\xf0\x39\x8c\x6e\x00\xe3\xf4\x3d\x2a\x14\x80\x0e\x4f\xdb\x1c\x06\x3c\x80\xc6\x11\x58\x73\x4c\x3b\x31\x39\xa4\xcc\xd7\xa1\x11\x07\x8c\xee\xdb\x56\x9a\x00\x8d\xdc\xfb\x39\x54\x66\x83\x2d\x84\xc1\xb7\x3d\x0c\x78\x00\x11\x7c\xdb\x43\x39\x01\x0c\x8a\xbf\xe6\xd0\xd4\x03\x1a\xa7\x9b\xcd\xa1\xe8\x18\x9e\xc2\x6a\xef\x75\xd6\x80\xd1\xbd\xbd\xd1\x0d\xa0\x6b\x35\x8c\xcb\x99\x80\x24\xf1\x44\xf9\x8f\xcb\x99\x70\x57\x01\xbd\xeb\x31\xcd\x42\x70\x1e\xed\xb4\x9c\x51\xa8\x14\xfa\xcc\xa1\xe3\x07\x04\x89\xf6\xd3\x0a\x47\x61\x4c\xdf\x90\x26\x28\x30\xa8\xeb\x9b\x43\xcf\x0e\x18\xc7\xf4\x8f\xbe\x34\xf6\x31\xb4\x96\x87\xf2\x0b\x18\xe9\xab\x55\x7e\x01\x5d\x47\xc8\x6a\x49\xa1\x53\x99\x32\xad\x96\x14\x02\x42\xce\xe9\x29\xd0\xc2\x30\x1a\x34\x14\x69\xc3\x83\xda\x5d\x13\xba\x71\x40\x23\x0f\x64\x0e\x83\x3a\x03\xbe\xf4\xd3\xc5\xa4\x1d\x0c\xf4\xe6\xba\x7f\xfc\x6a\xd9\xa7\x4f\x5f\xc7\xeb\xeb\x60\x4f\xa4\xf8\xb9\xbf\x3e\xf1\xe5\x43\x56\x0c\x69\x35\x00\xad\x1f\x7f\xd7\x15\xcf\xf1\xfa\x1e\xd8\x45\x31\x52\x3b\x5e\xa7\xe0\x65\xab\xd0\x8f\xe7\x75\x0a\xa8\xde\xa3\x08\x66\x5a\xe4\x29\xf4\x81\xd8\x0d\x77\x3e\x80\x41\xdd\xc2\x0c\x72\x55\x84\xd0\x3d\x0c\x5d\x4d\x60\xb0\x43\x3a\x83\xad\x55\x61\x50\x1b\x36\xa3\x78\xaf\xc2\x17\x8c\x83\x15\xc6\xa2\x80\x41\x0a\xc5\xb4\xee\x53\xe8\x86\xd7\x3d\x4a\x5a\x88\xe1\x55\x46\xac\x80\x46\x56\xd8\x8c\x6a\xef\x39\xb9\xa2\xda\x2f\x95\x06\xd0\x60\x12\x9e\x51\x7d\xa2\xbb\x9a\x95\x61\x43\x4f\x20\x8c\xe0\x7b\x0a\x35\x04\xd0\x1a\x92\x25\xd4\x10\x61\xa1\x0f\xb3\x1a\x1a\xe6\x40\x83\xc1\x68\x86\xb6\x54\x78\xd4\xd4\xd7\xe4\xb0\xbb\x53\xd8\x69\x72\x8c\x5d\x9f\x6b\xd0\xe4\x18\xad\x35\xe0\xdb\xf4\x90\x69\xa1\x25\x0a\x3b\x14\xf4\x40\x83\x8d\x6d\x86\xa1\x2e\x20\x82\x75\x1b\x46\xc9\x81\xe1\xee\x8e\x85\xac\xf3\x2b\x64\x45\x99\x85\xc2\x19\x18\x94\x58\xcc\x30\xb2\x0d\x34\x08\x39\xa7\x87\x4c\x0b\x41\x71\xf3\xb4\x90\x55\xe8\xe9\x44\x6b\x78\x01\x35\x89\x0f\xc4\xf2\x75\x40\xe4\x38\x9d\x2f\xcd\x20\xa0\x1a\x52\x0a\x83\x58\x40\x9d\xae\x09\x2d\x23\x20\x8c\xe7\x86\xc2\x06\x08\xa3\xe4\xa1\x18\x01\x86\xda\x26\x6e\x97\xdc\x4d\xa1\x0f\x1f\x8f\x67\x45\x0b\xad\x22\x59\x3c\xa6\x59\x18\x1c\xfe\x31\xc3\x4f\x0c\xe8\x9a\x7a\xd6\xb6\x0a\xe3\x44\xd0\xc7\xeb\x18\x5f\xbc\x62\x22\xee\xe9\x07\x03\x44\x12\x59\x4a\xb7\x1d\x81\x60\x03\x76\x7a\x0a\xb4\x30\xfe\x35\x55\x9b\x28\x19\x67\xbe\xac\x93\x15\x02\x22\x90\x99\x7e\x7c\x40\xe7\x44\xfb\x99\x6e\x3b\x02\x1d\xc6\xa7\x99\xe4\xf6\x08\x83\x44\x9e\x99\x94\x16\x09\x1d\xea\x91\x99\xba\xd3\xc0\x38\x98\x9c\xf4\xab\x05\x86\x81\x3a\x4f\xa7\x16\x1a\x07\x89\xcc\xf4\x43\x06\x5a\xfd\x9a\xc2\x26\x49\xdb\x19\xb6\x5e\x0b\xd0\x20\x28\x99\x69\x04\x39\xe5\x0c\x70\xd8\x7e\xa2\x40\x90\x2f\x3f\x53\x17\x05\xa8\x10\xd3\xcf\xf4\x13\x05\xc2\x8f\xcf\x92\x5e\xa1\x1b\x84\xb7\x7e\x57\xa8\xae\x42\xeb\x77\x85\xc1\x31\xf1\xd3\xfa\x5d\xa1\xa7\x9d\x30\xa8\x0c\xf4\xb4\xab\x7a\xc5\xa9\x57\xec\xab\xed\xf6\xab\xc3\x58\x87\x50\xc8\xee\x44\x77\x0f\x36\xe4\xa5\xf9\xd5\x02\xcd\xf0\x43\x1a\x59\x02\x22\x9b\x4d\xce\xd7\x50\x31\xf2\xc4\xe1\x80\x86\xd2\x97\x61\xbb\x6b\x05\x84\x11\x89\xf4\x83\x49\x69\x4e\xf9\x1e\xd3\xe0\x6d\x4a\xcb\x81\xfc\x4a\xed\x01\x20\x48\x14\x9b\xa9\x0e\x07\x82\x03\xe2\x66\xaa\x9d\xd3\x63\xd1\x30\xf5\x52\x2d\x08\x74\xd8\x13\xa6\xd5\xa5\xf3\xab\x2e\x75\x72\x6e\x9f\x48\x3e\x8f\x02\xc6\x52\x52\xa1\x43\xab\x3f\x53\x5d\x09\x34\xa8\x6f\x67\xba\xb5\x91\xd2\x89\x12\xdd\xc8\xc7\xf9\xa2\xac\x02\x66\xa6\xe9\x51\xd4\x42\x83\x2f\x7d\x5a\x70\x2a\x0c\x8e\x41\x99\x69\xcc\x08\xe8\xa4\x0b\x4d\x0b\x4e\x85\xd0\xa4\xca\xd7\xdb\x7f\xe9\x42\xbf\xde\x4f\xbf\xb4\x69\xba\x10\x6f\x68\x92\x1b\x24\x04\x75\x57\x73\xfa\x0d\x01\x1d\xaa\x96\x39\xfd\x86\xa6\xa4\xed\x2c\x39\x8b\x57\x85\x38\xe2\xef\xba\xe2\x69\x21\xab\xd0\xc3\xa7\xfb\xa5\x00\x9d\x0a\xa1\x39\xd5\x6f\xc0\x80\xe8\x6a\x4e\xc3\x53\x40\xe7\x40\xa9\x39\x0d\x29\x01\x35\x1d\x9c\xa1\x54\xa0\x71\xf6\xfa\xf4\x3c\x6b\xa1\x69\x97\x4d\x1d\x19\xa0\x42\x01\x33\xa7\x5f\x0a\x10\x07\xea\x60\xfa\xa5\x00\xbd\x21\x20\xa6\xca\x0c\x68\x30\xbb\xcd\xe9\xf6\x0b\x30\x38\xd5\x6a\x4e\x3f\x1e\x60\x1c\xd3\x3f\x86\x4d\x90\xe3\x61\xaa\x59\x30\x2a\x74\xf8\x16\xe6\xd4\x72\x06\x82\xa4\xea\x39\xa7\x9d\x20\x6d\x9d\x34\xa4\x39\x75\xa7\xa7\xee\xb4\xbd\xf7\xb3\x00\xe2\x9b\x55\x63\x3e\x40\xd3\xd3\x98\xea\x11\xa0\xcf\xc3\x3f\x3a\xd1\x6c\x86\x90\x78\x39\x3d\x18\x5a\x08\x08\x81\xa7\x07\x43\x0b\x41\x95\xdc\x9c\x6e\x86\x00\x1d\xde\x8c\xe9\x59\xd1\xc2\x20\xf3\x76\x7a\xbe\xb3\xd0\x26\x1f\xcf\x74\xa3\x01\x18\xee\x8f\x78\x72\xb3\xd0\xc8\xf7\x9a\x56\xad\x0a\x15\xde\xd5\xe9\xc9\xcd\x42\x55\x08\x4e\xed\x58\xa0\x97\xe6\xbd\x1c\xa3\x1b\x0d\x78\x53\x1e\xe6\x2c\x74\x93\x49\xa6\x1f\x22\x10\x6a\x9b\xf9\xda\x89\xd7\x23\xb0\xe8\xbd\xfa\x0d\x18\x93\x2f\x78\xa9\xcc\x80\xee\xe6\x91\xb5\xad\x42\xe7\x54\xac\x69\xd5\xea\x5c\x64\x92\x52\x3c\x31\x3d\x5a\x59\x08\x43\x4a\xcb\x88\x15\x50\xf5\x18\x97\xea\x00\x68\x15\xc3\xdc\xba\x4f\x21\xa0\xe7\x9d\x1e\x87\x2c\xf4\xce\x87\xe8\x11\xc6\x42\xa3\x88\x6f\x2e\xa8\xa2\x84\xa0\xf6\x67\x2e\xbf\x0e\xa0\x42\xe4\x38\x3d\xc2\x58\x08\x2a\x97\xa6\xa5\xa0\x42\xa5\xb4\x71\x7a\x84\xb1\x10\x9c\x0d\x39\x97\xb2\x1f\xa8\xb0\x7e\x4c\x0b\x46\x85\xce\xe1\x1f\x73\xe9\x9a\x03\xa1\xae\xb4\x3a\x54\x68\x9c\x0f\x36\x97\x1a\x02\x68\xea\x5d\x4b\x41\x85\x70\x57\x73\xe9\x9a\x03\xad\x79\x7b\xd7\x3d\x50\xa9\x07\x9b\xcb\x0d\x6b\x20\x54\x9f\x4b\x33\x08\xe8\xe4\x55\xcd\x65\xe8\x07\x08\x98\x03\xe7\x72\x23\x0b\xa8\xe1\x4c\x3c\xf6\x0b\x36\xa4\x69\x27\x94\xd7\x40\x73\xd7\xdc\xb2\x2e\xa1\x9b\x79\xb2\x35\xc6\x81\x06\x7d\xd8\xdc\x06\x75\xb6\x41\x1d\x34\xfd\x36\x91\x07\x18\x27\x4a\x63\x9b\x8f\x03\x54\xe8\xfc\xa6\xa5\x58\x42\xe5\x6c\xc8\xb9\x35\xc6\x81\xd0\xe9\xde\xbe\x6d\xa0\xb9\xa3\xb3\xb5\xcf\x81\x06\xbb\xeb\xdc\x2e\x00\xa0\xc1\x21\x34\x2d\xd8\x12\x86\x06\xa1\xe7\xbe\x0a\x6d\xd8\x7b\xdf\x36\xd0\x27\xee\xb4\x75\x57\x42\x33\x2d\x67\x1b\x45\x00\x86\xd9\x57\xdb\x68\x23\x10\xdd\x61\x4f\xff\x08\x97\x2f\x2c\x4f\x73\x6b\xf4\x6e\x4b\x5a\x90\x39\x5b\xc9\x04\xf4\xe6\x18\xf5\x9d\x81\x46\x4a\xf8\xdc\x3a\xb7\x40\x9c\x08\x18\x4f\x28\x15\x2a\x6c\xb8\x73\xeb\x90\x02\x15\x16\xd5\x79\xb9\x63\x78\x79\x46\x3a\x8a\xe2\x52\x99\x01\x3d\x49\x29\xf0\xd0\x52\xa1\x53\xc3\x35\x2f\xf3\x07\x80\xe0\x30\x9e\x79\x19\x8d\x06\xc2\x08\xf2\xa5\x9f\x05\x0c\xd5\xc9\xa5\xc5\x76\x7d\x24\x2c\x5c\x65\x4a\x14\x50\xcd\xc8\xbb\xd4\x56\x40\x87\x76\x78\x5e\x7e\x7c\x40\x33\x60\x7b\xb9\x30\x81\x01\xcf\xf6\xf4\xcc\x4a\xa1\x97\xff\x92\xb6\x75\x3d\x3e\xea\x81\x4a\x03\x2b\xe9\xd2\x15\x00\x3a\xe7\x57\x4e\x4b\x3f\x84\xe6\x8e\xcc\xa5\x77\x00\x74\x4a\x52\xe6\xad\x05\x01\xf4\x40\x66\x78\xdc\xa3\x30\xcc\x71\xb8\xdd\x16\x02\xba\xde\xc1\xad\x0e\x07\xba\x6e\xeb\xed\x44\x01\x91\x3c\xf1\x56\xef\x02\xd5\x00\xe2\x6d\x68\x10\xe8\xc1\x92\xb9\xcd\xab\x02\xaa\x61\x0d\x0f\x36\x14\x9a\x91\xda\xdb\x1c\x07\xa0\x17\xfb\x65\x2e\x14\x30\xe0\xd1\x9a\xf7\x72\x40\x4b\x9e\x48\xc6\xa8\xa1\x09\x74\x18\xb2\xa6\xa7\xf2\x09\x41\xc9\xe5\xbc\x35\x34\x81\x6a\x78\xea\x76\xd7\x1c\xa8\x24\xe3\xce\xdb\xb0\xc6\x2d\x9f\x10\xab\xe8\x76\x5f\xf0\xfe\x4e\xae\x60\x40\x06\x29\x80\xa1\x32\xbb\xa9\x93\x15\x9a\xbe\xe0\xa3\xfc\x01\x3a\xb4\x09\xd3\x22\x05\xa1\x41\x55\x37\x1f\xe3\x93\x40\x53\x01\x79\x7c\x98\x10\x7e\xe7\x8f\x91\xc7\xc7\xc8\x23\x4b\xf9\x71\xd3\x02\x68\x86\x81\x1e\xd3\x31\x80\xe6\x0e\xbc\x67\x85\x09\xcd\xad\xd5\x07\xd2\x19\xa1\x41\x0c\x36\x1f\xad\x19\xa0\x53\x88\x31\x1f\xa5\x01\xd0\x4c\x73\x7b\x34\x70\x80\x16\x8e\xd1\x89\x7e\x2c\x4a\x63\x5b\xe8\x31\xf7\x02\x68\x30\x4f\xcc\xc7\x08\x1f\xd0\x4c\x39\x79\xb6\x33\xb1\x29\x51\xe5\xd3\x7f\xdc\xd4\x02\x62\x3a\x13\x06\xd7\x80\xde\xb0\x07\x1e\x83\x6b\x8f\x07\x3f\xa1\xd6\x1f\xed\x14\x20\x0f\xcc\xb3\x47\x3d\x02\x54\x03\x44\x8f\x7a\x04\x68\x30\x64\xcd\x47\xb7\x02\x68\xe7\xb0\xe9\xb2\x89\xad\xc2\xc3\x26\x9f\xc8\x36\x9a\x7b\x66\x8f\x82\x0b\x68\x3a\xdd\x8f\xdf\x23\xd0\x12\x23\xff\x35\xfe\x04\x8c\x83\x30\xf6\xab\x51\xf2\x6a\x94\xa0\x0e\x5e\x8d\x12\x60\x40\x15\x35\xcd\xf6\x17\x2a\x67\x9e\xcc\x57\x33\x1b\xe8\x0d\xf5\x69\x8e\xbb\xd0\x49\xaa\x9e\xaf\xbb\xad\xaf\x29\x4d\x38\x7e\xaf\x36\x35\x30\x60\x56\x9a\xe6\xa5\x0b\x83\x8a\xce\xf9\x6a\x2d\x03\x41\x75\xe8\x34\x2f\x5d\x18\xee\xc0\xbf\x7e\xb5\x40\x83\x1d\x71\xbe\x7a\x8c\x40\xa7\x14\x62\x7a\x36\x9b\x10\x1c\xa6\x33\x5f\xbf\x6d\xa0\x4f\x76\x35\x3d\x4f\x4d\xe8\xc9\x96\xef\x6b\xb8\x06\x68\x50\x47\xce\x77\x3a\xec\x49\x95\x1d\xb6\xeb\x6b\xb0\x1b\xa8\x10\x08\x4e\x33\xe1\x85\x8a\xa7\xb2\x2e\x02\x1e\xeb\xfa\x19\x84\x05\x56\x99\x75\x11\xdd\x58\xd7\xcf\xc1\x9a\xf5\xf7\xc1\xac\x8b\x5d\x4d\xa1\x50\x26\xb0\x2e\xa2\x1b\xeb\x3a\x06\x57\x75\x9a\xc2\xa6\xc5\x55\x93\xa6\x6d\xd3\xcb\x55\xf1\x6b\x2a\x3e\xb1\xc4\xef\xaa\xc9\xed\xf1\xa0\x84\x09\xe3\xef\xba\xb0\x37\xd7\x55\xee\xff\xfd\x5f\x29\xbf\x15\xbd\x3c\x6e\x7b\x5d\x85\x7b\x35\xfe\x78\x7a\xaf\x1f\x14\x72\x90\x97\x27\x70\xaf\xeb\xa4\xf7\x8d\x7e\x9d\xf6\xfe\x07\x85\x54\x87\xa5\xca\x5b\x1c\xb7\x3d\xa9\x5c\x5a\x17\xb5\xe6\xeb\x3a\x7d\xa2\x4d\x3e\xf1\x07\x93\xea\xe3\x75\xb1\x9b\xbf\xae\x9f\xcd\x53\x38\x82\x66\xa9\x2b\x17\xc5\xcd\x93\x04\xed\x75\x55\x07\x54\x27\x57\xd1\x55\xb2\x6b\x16\xea\x73\xe2\x3b\xaf\xab\xfa\xc4\x1f\x14\x6a\xcd\x97\x67\x7e\x2f\xaa\xa2\x27\xf5\x86\xeb\x6a\x8e\xb1\x31\xc6\xc2\xed\x9b\x63\xfc\x2d\xdf\xc9\xae\xe8\xba\x9a\x13\xfd\x83\x42\x2d\xde\xb2\x04\x5a\x98\xf0\x48\x2c\xcf\xfc\x16\x0a\x09\x11\xeb\x6a\x8e\xb1\x33\x5f\x41\x53\x77\xbe\x3a\xf3\x55\xe6\x9f\xaa\x78\x59\x5a\xbd\x50\xf1\x93\x2d\xa6\x75\x75\xa7\xe0\x07\x85\xf0\xc1\xba\xba\xef\xb4\x33\x05\x49\x87\xba\x7d\xec\x4c\xc1\xc9\x6b\xee\xf6\x71\x30\x05\x93\x3f\x86\x53\x10\x4c\xfa\xc9\xdc\x85\x93\x1e\xbf\x6e\xc3\x8d\xb6\xae\xb0\xdb\x41\xb7\x4f\x3a\x11\xf6\x2b\x7e\x8b\x94\x42\xfa\x75\x85\x8b\x34\xec\x17\x93\x1e\xf6\xeb\x07\xb3\xf9\xb6\xc2\xb7\xf5\x83\x52\x4e\xba\x1a\xce\xf0\x4f\x8f\xcc\x56\xb8\x7d\xda\xaf\xb4\x5f\xcc\x5d\xda\xaf\x1f\x4c\xd2\x46\x97\x27\xa1\xaf\x2b\xc7\xef\xaa\xca\x80\xd2\x4e\xe4\x6f\xc1\x37\x27\x27\xed\x44\x32\x13\xd5\xdb\x3b\x13\xc9\x13\x1d\xf6\xf4\x89\x93\xc5\x50\x79\xe2\x74\x31\x4c\x66\xc2\x01\x4d\x67\x62\x32\x13\x95\x4e\x4c\x67\x62\x6e\xae\xf2\x8f\xce\xfd\x64\x31\x34\x3a\x31\x5d\x0c\x3f\x98\xcd\x8f\x7a\xba\xe0\x17\x63\xf4\xdb\x5c\x8e\x71\x05\x57\xb1\x22\x97\x6f\x7b\x31\x5f\x7e\x75\xcb\xf9\x5a\x3c\xf1\xfb\xa3\x4f\x5c\x8c\xd1\xaf\x6e\x39\xc6\xc5\x13\xfd\xa8\x97\x4f\xdc\x8c\xb1\xd1\xfb\xed\x18\x37\x4f\xf4\xf6\xdb\x27\x6e\x3e\xb1\xce\xab\xdd\xbe\xb4\x1f\x4c\xc8\x96\x96\x05\xdc\x8b\xd2\xec\x52\x3a\xb7\xdf\x8e\xf1\x3a\xb8\x8a\xa6\xcb\xdb\x5f\x8c\xd1\x2f\xf8\x72\x8c\x17\xb3\xfa\x35\x39\xab\x17\xb3\xda\x59\x13\x97\xb3\x7a\xd1\xaf\xce\x80\x2e\xfb\x75\xb1\xbe\xbe\x26\x5f\xed\xc5\x4c\x0c\xba\x7a\x39\x13\x17\x33\xd1\x19\xe3\xe5\x4c\xfc\x54\xf1\x6c\x7e\xfa\xb7\xb7\xff\x41\xa1\x04\x7a\x79\x4c\xbc\x30\x39\x74\x6b\x5d\xb7\x8b\xe9\x07\xa5\x78\xfb\xdb\x4e\xdc\xac\x9c\x60\x8c\x8f\x2b\xe7\x61\x8c\xca\x9f\xc7\x31\x3e\x8c\x31\xf9\xe3\xe3\x18\x1f\xc6\x68\x27\x1e\x3b\xf1\xf0\xc4\xf4\x5e\x3e\xf1\x61\x8c\x83\xd7\xf1\x38\xc6\x87\x6f\x28\x6d\xf2\x75\x3c\xac\x09\xa5\xd4\xe3\xeb\x78\x98\x09\xb5\xcd\xe3\x4c\x3c\xcc\xc4\x60\xbe\x1e\x67\xe2\x61\x4d\x28\x27\x1e\xd7\xc4\x6b\xef\x99\xaf\xd7\xde\xbf\x7c\x69\x6a\x9b\xd7\x2f\xed\x07\xa5\x38\x39\xaf\x03\x7a\x99\x55\xa5\xc9\xeb\x80\x5e\xbe\x47\x27\xe7\x75\x40\x2f\xfd\x9a\xcc\xc4\x6b\xbf\x5e\x56\x4e\x30\xa0\xd7\x95\xf3\x32\xab\x3f\xab\x74\x79\x60\xbe\x50\xa8\xe1\x5a\x37\x21\x96\x75\xa3\x3e\xc9\x7e\x58\x96\x8c\x0b\xa5\x84\x4d\xdd\xa6\xfe\xbf\xff\x9b\xe4\x5f\xae\x9b\xcd\x01\xa1\x70\x8a\xd8\xb2\x8a\x7c\x71\x14\xfe\xe4\x48\xa7\x75\x13\xc5\x5c\xd4\x87\x17\xcc\xff\x75\x63\x19\x09\x93\xd2\xff\x75\x53\x93\x24\x14\xc8\xbc\x96\x07\xe6\x0b\x93\x3d\xd9\x75\x17\xbb\x5a\x98\x55\x5e\xed\x8d\xc7\xb8\x38\x30\x7f\xb2\xa3\xb3\x3c\x30\x5f\x28\x9c\xb4\xbf\x3c\x30\x7f\xe1\x1b\xcd\x8e\xe6\xba\x8b\xfd\x2a\xbc\xc7\xb4\xe9\xb6\xe9\xe5\x2a\x9e\xa8\xc2\xbe\x55\xd8\x2c\x00\x0f\xcc\x5f\x78\x50\x13\xe7\x65\xdd\xa7\xb7\x3f\xf9\xb6\x59\x00\x37\xe1\x87\xc5\x89\xf8\x13\x6b\x66\x79\x22\xfe\xba\x55\xd8\xe9\xed\x9d\x89\xfa\x9b\x7b\xaa\xb3\xd6\x5d\x9d\xfb\xca\x37\xc4\x02\xb8\xab\x13\x8d\xc2\xee\x18\x25\xb7\x0a\x1b\x28\x9c\x1a\xb2\x3c\xfe\x7e\xe1\xc6\xcd\x8e\x10\xbd\x55\xd8\xb7\x0a\x1b\xd3\xe5\x56\x61\x73\xd6\xfd\x24\x8d\x69\x79\xd6\xfd\xe2\x60\xfb\x42\x69\xf6\xf2\x60\x7b\x61\xc2\x3f\xb0\xee\xe6\xab\x6d\x7c\xb5\x2e\xa6\x66\x27\x1a\x33\xd1\xe9\x6a\xb3\x13\x8d\x99\x98\x7f\x53\x7c\xac\xbb\x39\x51\x8d\x49\x47\x2e\x7a\x86\xbe\x50\x8a\x2b\xb2\x3b\xe9\x68\x7d\x32\x36\xd7\xad\xd6\xbf\xd5\xfa\x93\x3e\xaa\xd6\x6f\xd4\x3a\xbb\x4e\xeb\x56\xad\x03\x85\x73\x35\xd7\xad\x5a\xc7\x6d\x9d\x98\xa3\x4b\xb7\x55\x28\xa7\xab\x7b\xb8\xb0\x7e\x30\x7b\xd8\x54\x6d\xaa\x5c\xc5\xdc\x0d\x3b\x31\x98\xf4\xb0\xc9\x49\x1f\x37\x57\x79\x7b\x5f\x33\x26\x42\xf7\x1b\xd0\x44\x00\xca\x79\xb0\xfc\xc2\x4e\x04\x4f\xf4\x1b\x08\x9f\xf8\xb3\x07\xca\x89\xbd\x28\x89\xc1\xba\x7f\x9a\x7e\x76\x57\xb7\x9a\xfe\x0e\x9e\x58\xbc\xbd\x4f\x0c\x3e\x31\xd7\x5a\xf8\x89\xfd\xa0\x10\x82\x5b\xb7\xf6\x00\x30\x09\x59\xae\x3b\xed\xc4\xcf\x1e\x28\xf0\x20\xaf\x5b\x7b\xe0\x4e\x66\xd5\x15\x99\xce\xea\xcf\x06\x28\xd4\x70\x2d\x69\x13\xd6\x9d\xcc\xc4\x64\x40\xe9\x4c\x60\x22\x9c\x7e\x4f\x9a\x08\x37\x26\x02\xd5\xfc\xeb\xd6\x44\x00\x0a\xd5\x20\xeb\xd6\x44\xb8\x51\xfe\xc3\x97\xa6\xf2\xbf\x51\xfe\xec\x4e\xaf\x5b\xe5\x0f\x05\xc3\x24\x21\x74\xdd\xcb\xd7\xf1\x83\x82\xeb\xb4\xee\xe5\x9a\xd8\x83\xab\x78\xe2\x76\x0a\x7f\x50\xa8\x8c\x5b\x1e\xe4\xbf\x38\x69\x7f\x92\x8e\xbf\xee\xcb\x7e\xa1\x64\x29\x82\x59\xb7\x4a\xf6\x46\xc9\x52\x03\xbf\x0c\x3f\x08\x85\x3c\xa1\x75\xab\x64\x39\xa2\x7f\x12\x3f\x5a\xb7\x4a\x16\x28\x64\x68\xac\x5b\x25\x0b\x51\xc3\x64\xaf\x78\xdd\xb7\x4f\xbc\x7d\xa2\x4d\x3e\xf1\x07\x73\x60\xd1\xdf\xb7\xaf\xe3\x66\x15\x62\x9e\xdd\xb7\x9d\xb8\x99\x2f\x94\xff\x7d\x3b\x5f\x37\x73\xaf\x64\xb9\x9d\x7b\x94\x2c\x69\xc9\xcb\x53\xfb\x85\x02\x2f\xd4\x92\x07\x62\x41\xfa\x30\xc9\x27\x5c\xb7\x4a\x16\x28\x24\x2f\xaf\x5b\x25\x7b\xbf\x8c\x31\xe8\xc4\xeb\x18\x5f\xd6\x04\x06\xa1\xc1\x93\xc5\xe1\xfb\x73\xb8\xbe\x54\x53\x40\x61\x1f\x75\xdd\xaf\xfd\xfa\x69\xab\x49\x86\xd9\xba\x5f\xd7\xea\xcb\x5a\x45\xe2\x3d\x6a\xae\x07\xc7\x8f\x1a\x9b\xf5\xe8\xf8\x3d\x07\x9d\x40\xbc\x3d\xf8\xe1\x8b\xb3\xfd\x0b\xfb\x05\x4b\xe6\x09\x61\x12\x24\x5d\x8f\x5e\x1e\x50\x4e\x84\xe0\xa3\x9a\x02\x26\xc1\x80\xf5\x10\xb2\x14\x0a\x07\x1d\xaf\x47\xcd\xf5\xfc\x1c\xf8\xc9\x3e\xc6\x7a\x28\x8a\x15\x0a\x07\x8b\xad\x87\x90\xe5\xe2\x3c\xfe\x49\x05\xda\x92\x9f\x62\x71\x1e\x7f\x81\xbd\x7c\x3d\xba\x61\x0f\xb2\x9f\xad\xc2\xf5\x28\xfb\x81\x42\xbe\xd7\x92\xc5\x62\x3d\x3f\x15\x30\x83\xf9\xf2\x20\xff\xf5\x20\xfb\x49\xd1\x59\x8f\xb2\x1f\x98\xe1\xe4\xe8\xbf\x01\x85\xd2\xb5\xf5\x54\x87\x8d\xb3\x16\x68\x88\x47\x67\x8d\xb3\xfd\x0b\x21\xf1\x25\x49\x86\x30\xc3\x01\x11\xec\x16\xca\x89\x09\x2a\x6f\x86\x30\xc3\x01\x35\xbb\xda\x10\x56\xdd\x3f\xda\xd5\x46\xbf\x70\xe0\x25\xc9\x10\xca\xd9\x6d\xb2\x5f\x3f\x98\x14\x6c\xad\x47\x5f\xf0\xf9\x39\x7b\xe5\x44\xde\x3f\x04\xce\x85\x19\x0e\x48\x45\x01\x14\x4a\x21\xd6\xa3\xa2\x78\x50\x14\xe1\x80\x54\x14\x40\xe1\x6c\xc8\xf5\xa8\x28\x80\x19\x76\x95\x24\x19\xa1\x40\xff\xbc\x9e\x6e\xef\xf1\xff\xc8\x9b\x59\x8f\xfe\xdf\xd3\x59\x13\xe8\x8e\xa7\xbb\x26\x7e\x30\xe3\xeb\x84\x5d\x55\x9d\x60\x6f\x3e\xaa\x93\x67\x30\x5f\x76\x62\xd8\x89\x1f\x94\x13\x4b\xf2\x19\x76\x62\x04\x57\xd1\xaf\xe1\x8a\x1e\xac\x68\x2c\xc9\x67\x38\x85\x28\x1d\xc2\x48\xeb\x51\xe9\x00\xe5\x0c\x6f\xef\xf2\x45\xe9\xc4\xf8\x9b\xe2\x63\x3d\xea\xa4\x47\x9d\x84\x32\x7b\xd4\x49\x4f\xd0\x21\xef\x1b\x76\x28\xe8\x10\xe6\xe8\xa3\xf7\x09\x4c\xd2\x0d\xd7\xa3\x4e\x7a\xd4\x49\x98\xa3\x8f\x3a\xe9\x49\x5e\x0d\xf6\xe2\x93\xbe\x9a\x64\x0a\xfc\x63\x3a\x05\xe8\x11\xb6\x98\xd6\xa3\x1e\x79\xd4\x23\xa8\x4f\xf9\x4b\x16\x91\xc7\x49\xfc\x7b\x3d\xdb\xab\x36\x4b\x26\x6d\xf2\x3d\x20\xd5\xd3\xcf\x42\xa9\x0e\x14\x72\xfa\xd7\xa3\x37\x45\x7c\x72\xa6\x9f\x85\x52\xfd\x51\xaa\xdb\x09\xa5\x3a\x04\x25\x33\x95\x19\x3a\x45\x44\x31\x0b\x5b\x85\xcb\x28\xa6\x30\xd3\xa5\x7c\xd9\x09\xa5\x3a\xaa\x58\xce\x92\xf5\xfc\x3c\xa0\x99\x2e\x65\x3d\xa0\xe7\x66\x56\x1d\xd0\xed\xac\x22\xd5\xd3\x2f\x45\xa9\xfe\x28\xd5\x95\x78\x4a\xf5\xe7\xf1\x5e\xdc\xfe\xf1\x5e\xb8\x3b\x10\x5d\xad\x47\x77\xe7\xf9\xf9\x36\x33\x5d\x45\xfa\x36\x40\x81\x6c\x69\x3d\xfa\x36\xc0\x4c\xdf\xf6\xf3\xdd\x9e\x31\x62\xf6\x3d\x8f\x63\x7c\x99\x2f\x97\x89\x5e\x0b\x50\x28\x8a\x5d\x8f\x5e\xcb\x83\x86\x48\x5f\xad\x1a\x02\x28\xa4\x50\xac\xe7\xb5\x5f\x68\x88\xf4\xa5\xa9\x21\x1e\x35\x84\xf2\x5a\x0d\xf1\xe0\xc8\x70\x12\xc3\x7a\x55\x07\x2f\xe1\x3c\x48\x58\x96\x61\xd9\x45\x0c\xb6\x10\xec\x5e\x92\xb0\xac\x17\xa9\x0e\xcf\xc8\x7a\x95\xea\x40\x81\x6f\x61\x19\xa9\x5d\x2f\x41\x3f\xf6\x93\xd6\xab\xf3\x01\x14\xa8\x0e\xd6\xab\xf3\xf1\x62\xd1\x4f\x6f\xaf\x45\xff\x9e\xde\x8b\xdb\x6b\xd1\x43\x76\x32\x09\x76\xaf\x57\xd9\x0f\x14\x8a\x60\xd6\x5b\xbd\xd7\x0f\x26\x29\x27\xeb\x55\x1d\x00\x85\x74\xb2\x25\x4b\x8a\x30\x39\x74\x6b\xbd\x6a\x08\xa0\xb0\x7b\xb8\x5e\x35\x04\xe1\xe2\xc9\x71\xb5\xeb\xd5\xee\x7f\xab\xfd\xf2\xf6\xf6\xeb\x07\x93\xa2\xb4\x25\x4b\x8a\x50\xe0\xd3\x5f\xaf\xea\x00\x98\xec\xb6\xae\xd7\xd8\xdd\x8b\xec\xe7\xb4\xae\x25\x97\xca\x7a\x7f\xc2\x7d\xb2\xf7\xb9\x5e\x5d\x01\x88\x53\x0a\x8c\x62\xcb\x98\xf5\x7a\x91\xd7\x6c\x77\xad\x57\x79\x0d\x94\x8a\x2d\xf6\x2a\xaf\x5f\x64\x2c\x49\x7a\xeb\x55\xc6\xc2\xa5\x52\x60\x80\x5c\xaf\x32\xf6\x1d\xcc\x04\xd2\xf3\xd5\xf2\x7e\x91\x9e\x15\x83\xf0\x55\x7a\xbe\x3f\x01\x35\xc9\xd0\x5f\xaf\xa1\x32\xa0\x54\x0c\xc2\x57\x61\xf5\x12\x17\xa3\xca\x77\xbd\xda\xc1\x40\xa9\x18\x84\xaf\x76\xf0\x8b\xb0\x82\x95\x6f\xbd\x0a\x2b\xa0\x70\x26\xea\x7a\xd3\xb9\xc7\x34\x66\xcb\x77\xbd\x9a\xc6\x40\xe1\x54\xac\xf5\x1a\x2a\x7b\x31\x7a\xa7\xeb\x4b\xa3\xf7\xfd\x19\xba\x05\xfa\xb0\xf5\x4e\x17\x00\x41\xb0\x03\xde\xf3\x65\x4c\x5c\x28\x6c\xe7\xaf\x77\x3a\xc8\x9f\x6d\xfc\xbb\xcc\x36\x67\xec\x07\xa5\xba\x9c\xa6\xcb\x1c\x1b\xf7\x20\x49\x76\xbd\x1a\xb9\x2f\x21\xa8\xea\x7a\x32\x04\xf5\x6e\xef\xd6\x98\x59\x05\x29\x50\x2a\x46\xe1\xbb\xbf\xbb\xbd\x5e\xc6\x0c\x29\x49\x81\x62\xd8\xfd\x55\x92\xbe\xd7\xf0\x32\x86\x75\xf9\x55\x5e\x3e\x94\x7e\x5c\x3e\xf4\x22\xee\x0e\x77\xd6\x7a\xc9\xa6\x14\x8a\x81\xf7\x57\xf1\x0a\xfc\x2e\xf3\x09\x76\xe4\x27\x5f\x4b\x75\x19\x2b\x5f\x5f\xec\xe1\x03\xfe\x85\x25\x97\x8c\x50\xaa\x2b\xd4\xd8\xd4\x7b\x3b\x52\x42\x58\xaf\xe2\x14\x28\xd5\xc1\x2b\x4e\xdf\xc7\x79\x43\xb9\xbe\xca\xd3\xf7\x61\x08\x88\x7e\x69\x68\xd6\xfb\x38\x21\x04\x52\x64\x98\x59\x2f\x31\x9f\xea\x82\x37\xe6\xf3\xbe\xf6\x8d\x88\xc5\xab\xac\x04\x4a\x6d\xe3\x6f\xbd\xfc\x2a\x4a\x21\xa5\xf9\xdd\x85\x95\xa1\x2c\x05\x0a\x25\x9f\x4b\xa2\x9a\xf5\xbe\xf6\xe9\xa7\x69\xb6\xb4\x34\x1b\x0e\x9a\xc2\xbe\xc1\x96\x83\x66\x43\x38\x53\x8e\xe3\xb7\x68\xf7\x41\xc0\x47\x28\xf5\xf7\x15\x6e\x49\x68\x36\x5c\x32\xbf\xcb\x82\xb6\xcb\x36\xe6\xeb\x67\x5c\x6d\xf9\x65\x36\x64\x32\xe5\xe0\x24\xa0\x2d\x9b\x8c\x50\xa8\xc9\xdf\xb2\xc9\xec\xa3\x54\x2f\xe3\x6e\xc5\x87\x16\x1f\x5a\x69\xf2\xa1\x85\x87\xb2\x5d\xb1\x8f\xe2\x43\xd9\x59\xa1\x14\x70\x4b\x0b\xb3\x8f\x33\xbc\x8c\xbb\xb1\xb1\x2d\x14\x76\x35\xf6\x41\x58\x66\x1f\xcd\x87\x9e\x5c\xd6\x7c\x28\xc1\x0e\x72\x42\xf7\x41\xb0\x63\x43\x94\x52\x8e\xe2\x13\x9a\x77\x6b\xde\x6d\xd2\xf4\xdd\x6d\x7a\x19\x4f\x40\xc6\x09\x05\xfe\xc8\x2d\xa1\x8a\xf0\xbb\xcc\x27\x38\x84\xc6\xbc\x0d\xe6\xad\x39\x6f\xec\x6c\x1c\xc4\x5d\xb7\x2c\x2b\x42\x61\xcb\x65\x1f\x18\xbd\xfb\xe8\xa7\x97\xd1\x11\x38\x55\x36\x6c\x29\x85\xe2\xeb\x7d\x74\x87\x80\xf1\x7a\x94\xaf\x2d\x6c\x0b\x2e\xa3\xbb\xdd\x51\x11\x0c\x39\x08\x97\x6e\x89\x56\x84\xc2\xde\xcc\x3e\xba\xa3\x62\x93\xe3\x20\x5e\xba\x65\x5a\x11\x0a\x27\x5c\x6f\x99\x56\xf6\x11\x8e\xd4\xb6\x70\xa4\xe1\x65\x74\x37\xbe\xcb\x5c\x21\x93\xcb\xd2\x15\xa2\xc0\x0d\x26\x24\x5d\x21\xc9\xcb\x22\x52\xb3\xe5\x13\x11\x0a\xac\x10\xfb\x48\x57\x48\x6e\x2f\x63\xa4\xe9\x43\x93\x87\x86\x4d\x3e\xf4\x07\xe5\x38\x5d\x48\xe9\x5c\x26\xfa\x2e\x18\xd5\xb4\x1f\xc4\x1e\x0e\x4a\x4f\xb7\x2c\x23\x42\xe1\x18\xa3\x7d\x4c\x3f\x99\x19\x5e\x46\x47\xa6\x73\x39\x79\xf5\xc1\xbc\x4d\x5f\xbd\xa2\x99\x80\xc7\x3e\xa6\x7d\x53\x34\x27\xfd\x98\x4e\xe5\xfc\xfa\xc6\x24\x4d\xfb\xb6\xd0\xfe\x49\x3f\x96\xaf\x79\xf9\xd0\xd3\x36\x1f\xba\x78\x59\xc9\x10\x96\x2f\x8b\x9d\x8c\x83\x08\xc4\x3e\x96\x1d\x59\x8c\x34\xe9\xdb\x76\xa4\xdb\x91\xfa\x2d\x6c\x47\xba\x19\xe9\x64\x54\xdb\x91\xee\xd3\xcb\x18\xc2\xb6\x23\x9b\xf5\x36\x99\xde\xed\x7a\xdb\x5f\xdf\x18\xc2\xb6\x6f\x9b\x4f\x66\xd2\x8f\xed\xda\x52\xbb\x10\x85\xd8\xc7\x76\x42\xd4\x2e\x8a\x95\xed\x84\x5c\xbe\xfa\xca\xb2\xbc\x7c\xf5\x97\x0f\xa5\x1f\x97\x0f\x55\xbb\x9c\x8d\xbb\x5d\x2e\x72\xb4\x4b\x73\xd1\x5c\x4e\xc8\xf5\x7a\x19\xc3\xba\x1d\x3d\x36\x78\x73\xd1\xdc\x8e\x54\xb5\x71\x2a\x1a\x6f\x1f\x8a\xda\x68\x07\xd3\x7b\xbb\xde\x6e\x47\xaa\x68\xbc\x1d\xe9\x0f\x0a\x67\x5d\xec\xe3\x76\xa4\xb7\x0f\x55\x98\x3d\x3e\x94\xe0\x4a\x53\xe4\x3d\xce\x38\x91\x94\xe3\x54\x60\x3c\x3e\xe1\x07\x85\x63\x45\xf6\xf1\x38\x52\x25\x39\x75\x65\xbb\x28\xc9\xcb\x61\x47\xe6\x41\x5b\xda\xe6\xe8\x27\x4d\xcb\x26\x97\x03\x13\x57\x08\x77\xec\x82\xd8\x66\x57\x71\x17\xc5\x76\x51\x6c\x63\x65\xef\xa2\xd8\x06\x0a\xdb\x8a\xbb\x28\xb6\x81\x72\x60\x2d\x6f\x39\x5e\x76\x41\x94\xb3\xaf\xb8\x8b\x92\xbc\xb8\x45\x8e\xb9\xbc\x4b\xb1\x6f\x85\xbe\x95\x41\x93\x7d\x2b\xcb\xcb\x82\x36\xfb\x86\x74\xe7\x98\xb2\x5d\x94\xee\xe5\x3c\xbd\x8c\x36\x98\xba\x76\x39\x99\x24\xbe\x85\x42\x72\xd3\x2e\x2a\x81\x6a\x7f\x55\x02\x40\x69\x27\x7d\x53\x09\x94\x73\x7b\x59\xa7\xed\xb2\x8d\x09\x39\x6d\x72\x42\x6a\xf5\x32\x1e\x5a\x1d\x56\xf5\xa1\x0c\xa1\xfa\xd0\xca\x1a\xfc\x99\x77\x7f\x69\xef\x5d\x08\xd7\xec\xc2\xde\x3a\x3b\x99\xbb\x54\x27\x02\xcb\xfb\xa8\xde\xb9\x39\xfb\x44\x62\x38\x82\x7b\x97\xe6\x4c\xab\xbf\xb0\xc4\x76\x51\x7f\x01\x05\x02\xe9\x5d\x88\xbb\xec\xa2\xfe\xc2\xc4\xda\x45\xfd\x05\x94\xf6\x35\x39\x11\xcd\x87\x56\x66\xbf\xfb\xd0\xee\x43\x99\x88\xee\x43\xbb\x0f\x6d\xfc\xb5\xfb\x50\x34\x4e\xfb\xfe\xe9\x44\x74\x1f\xda\x18\x82\xea\x05\x28\xd0\x9c\xec\xa2\x76\x29\xdd\xd9\xe7\x2b\x2b\xdd\xd9\x47\xbd\xb4\xc6\x42\x56\xbb\x94\x6e\xdf\xb0\x2c\xca\xb0\x6f\x83\xe5\xd8\x6c\x72\x39\x86\x0f\x45\x53\xcb\x84\xb3\x0b\x16\x3e\xdb\xb6\xbb\x84\xd3\xab\x62\x52\x36\x17\x15\x13\x50\x9a\xa3\x0a\x1f\xaa\x62\xa2\x8c\x71\x17\x15\x13\x50\xd8\xb8\xdd\x45\xc5\x04\x94\xa3\x26\x4f\x48\x27\x89\x28\x79\x73\xf0\xe9\x0a\x4d\xfb\x96\xbc\x99\xb4\x6f\x69\xdf\xe8\x47\xda\xb7\xf4\x1b\xc0\x48\x93\x93\x47\x28\xa4\x5e\xee\xa2\x4a\x03\x7e\x97\xd9\x66\x7f\x51\x73\x0d\x49\x54\x54\x73\x65\xda\x37\x85\x82\xca\xaa\xe0\x47\x34\xa7\x72\xba\x42\xd4\x5f\x75\x32\x7a\xf5\x17\x50\x9a\x53\x39\x7d\x59\xea\x2f\x65\xb3\xb4\x3f\x42\x21\x09\x78\x17\xf5\x57\x51\x31\x29\x74\x8b\x8a\x09\x28\x6c\x3f\xef\xb2\xbc\x1b\x16\xfd\xf1\x89\x9d\xcb\xbb\x5d\xde\x8d\x07\x5c\xde\x4d\x71\xfd\xcd\xa5\xe2\x1a\x28\x6c\x53\x6f\xc9\x71\x76\x51\x5c\x7f\x93\xa4\xb8\x2e\x8a\xeb\x6e\x93\x23\xd5\xca\x67\x4f\x7d\x4b\x8f\xb3\xe1\xc2\x29\xd0\x8a\xef\x72\x3b\x6f\xf7\xe3\x65\xfe\xf5\xb5\xed\xe5\x32\xfe\xa9\x04\x2f\x3a\x03\xdf\x5f\x1f\x47\x8a\x33\x00\xd1\xe3\x96\x33\x67\x97\xc7\x87\x62\x08\x95\xc7\x87\xb2\x4d\xdc\x30\xa1\xca\xe3\x48\xf5\x19\x48\x49\xde\xe5\xf5\x09\x2f\x23\xc5\x48\x2b\xaf\x23\xc5\xb2\x3f\xd8\x0c\xdf\xe5\x75\x2e\x5f\x1f\xca\xbc\xbd\x3e\xf4\x65\x21\xb1\x1b\xbe\xcb\xeb\x42\x7a\x59\x48\xf6\xe3\xb5\x1f\x44\x53\x8e\xe6\xea\x7d\xed\xc8\xeb\x84\x30\xf8\xd7\x09\x51\xe3\xb0\x6b\xbe\x4f\x35\xce\xa9\xa3\xc0\x1e\xf9\x3e\x75\x14\xce\x03\x49\xc0\x10\x4e\xb6\x81\xf7\xa9\x62\x62\x63\x7b\x9f\x2a\x26\xa0\xb0\xeb\xbf\x4f\x42\x31\xfb\x54\x31\xb1\x67\xbd\x4f\x15\xd3\xa9\x62\x0a\x1f\x4a\xdf\x4e\x1d\x85\x86\xb5\x71\xaa\x5e\xce\xe2\x43\xe9\x47\xf1\xa1\x05\x39\x0c\x33\xe4\x96\x48\x48\x28\x8d\xaf\xfe\x54\x09\x01\xbf\xcb\x78\x68\xb1\x23\x2a\xa6\x48\x9a\x96\x4d\xaf\x97\xd1\xdf\xd3\xd1\xb3\xf3\xdb\x10\x0e\x27\x3b\xbf\xfb\x54\x47\xb0\x25\xbd\xe5\x25\x12\x4a\xc3\xbe\x3b\x09\xc8\xec\xb3\xb2\x1c\x48\xfd\xdc\x27\x11\x19\xa1\xf8\xb2\xce\xea\x48\x95\xa0\xa4\x70\xee\x53\x09\x7a\x2a\x41\x79\x59\xa7\x12\xf4\x54\x82\xc2\xec\xb7\x4f\x25\xe8\xa9\x04\xf5\x65\xf5\xef\x6e\x0e\x01\x93\xe1\x54\x82\x9e\x4a\xd0\xb4\xc9\x21\x0c\x1f\xca\x4a\x3a\x87\x0f\x25\xc2\xfc\xbd\xe6\xe1\x84\x84\x23\x0d\xfe\x1a\x8e\x34\x78\x0b\x18\x95\x67\xf8\x16\x14\xb4\xdd\x27\x28\x68\x4f\x05\xad\xab\x41\x41\x7b\x6a\xda\xb3\x83\xb8\x4f\x4d\x7b\x28\x8b\x4a\xfb\x9a\xbc\x5b\xfa\xb2\x10\x3f\x67\x3a\x7a\x25\x28\x26\xea\xa9\x04\x3d\x31\xe3\x8f\xe1\xab\xd7\x8e\x87\xed\xa8\x7c\x8b\x46\x31\x08\xdb\xd1\xef\xb2\x41\x9b\x0f\x55\x34\xce\xff\xa0\xbc\x4f\x25\xe7\xa9\xe4\x1c\xbe\x72\x25\xe7\x89\xe5\x4f\x5a\xc5\x3e\xb5\xfc\xcf\x69\x9f\x90\x75\xe7\xb2\x4f\xcb\x3e\x31\x11\xcb\x3e\x61\xe5\x1f\xf0\xbd\xed\x53\x33\x1f\x28\xdf\x0a\x5d\x76\x93\x5d\xcc\x83\x3d\xcb\x7d\x2e\x3b\xb2\x06\x97\x31\x11\xcb\xf5\x8e\x33\x70\x90\xc9\xb9\x4f\xbd\x01\xa0\x50\x05\xb9\x4f\x9d\x01\xa0\x1c\xe3\xf4\x09\xbe\x24\x12\x9b\x48\xf8\xdc\xe7\xf2\x25\x2d\x87\x70\xf2\x04\x9d\x06\xa0\x74\xa7\x50\x9f\x01\xe2\xa7\xdf\x65\xfc\x75\xdb\xdf\x1f\x14\xf2\x39\xf6\xb9\xed\xee\xe5\xbc\x61\xf5\x9c\x97\xf3\x86\xad\xfe\x7d\x3d\xda\xea\xa7\x3a\x82\x44\xf3\x2d\x1d\x94\x50\x60\x12\xd8\xa7\x3a\xe2\x54\x47\x0c\x84\xff\xa9\x8e\x00\x4a\x77\xc6\xd5\x11\x40\x39\x06\xc2\x5f\xda\x28\xa1\x70\x0c\xc9\x3e\x6f\x67\x5c\x93\x9e\xc3\xe4\xf6\xa9\x49\x7f\x12\x7e\xef\xc5\x26\xfb\x76\x2f\x2f\xa3\xbf\xb7\x73\x89\x7a\x21\x8f\x64\x9f\x6a\x17\xe0\x77\x99\x7d\xb3\xbf\x68\x9c\xee\x6b\x56\xe3\x9c\x8f\x7d\x43\x95\x9c\x8f\x7d\x7b\xec\x1b\x83\x7f\xec\xdb\xe3\xf4\xfa\x19\x3f\x4e\xef\xc3\xab\xf7\x35\x3f\xbe\x7a\x15\x13\x85\xb9\xfb\x54\x31\x01\xa5\xfb\x9a\x1f\xbf\x9e\xc7\x21\xa0\x5e\xce\xc7\x21\xa0\x85\xba\xaf\x59\x25\x74\xbe\x2e\x4b\xf4\xc6\xf9\xda\x91\xb7\x73\x19\x7d\x7b\xfd\x3e\xc9\x43\x3a\x06\x5e\xfb\xf9\xda\x11\x34\x0e\x07\xe7\x6d\xc9\xb5\xf6\xf9\x3e\x5e\xe6\x13\x5e\xdb\x78\x28\x76\x66\x55\xbb\x54\x22\x53\x14\x55\xed\x6a\x64\xaa\xaa\x70\xa0\xdf\xde\xf2\x72\x09\xa5\xd7\xa4\xa9\xdb\xe4\xe0\x11\xf4\x55\x85\x03\x14\x92\x5f\x76\x55\xe1\x54\x5d\x1c\xf8\x05\xb6\x94\x5e\xbb\xe2\xcf\xf4\x66\x93\x0f\x2d\x0e\x1e\xb9\x56\xc9\xd3\xde\x15\x85\x43\x92\xcc\xae\x2a\x9c\x6a\x64\x8a\x72\x92\x5d\x8d\x4c\x01\x05\x2a\xe2\x5d\x49\x21\xda\x55\xeb\x99\x43\x35\xb7\x8c\x57\xbb\x12\x9c\xe9\x18\x38\xd5\xd8\x4c\x55\xf6\xb3\xe5\xb9\xab\xb2\x1f\x28\xfd\x6b\x72\x08\x9d\xf7\xc7\x9e\xe7\x96\x2c\x6b\x57\x64\x7f\xff\x9a\xbe\x87\xde\x5e\x46\x7f\x0d\xce\x54\xf4\x41\xb7\x49\x75\x50\x49\x5f\x39\xa8\xef\xdd\x75\xd8\x37\xa2\xe8\x1c\xf4\xbf\xeb\x70\xa4\x63\x78\x19\x13\x32\xec\x2f\x6a\x83\x63\xb3\x76\x55\x6b\x00\xbf\xcb\x98\x90\x61\x7f\xd1\x24\xfd\xfb\xe7\xb2\xe9\x1b\x02\xc3\x1a\x0e\x61\xb0\x68\xbe\x7f\x3a\x95\xc3\x21\xf0\x79\xc8\x01\x26\x94\xfe\xfd\xf3\xb5\xe9\xf5\x32\x86\x15\x0e\x8b\x64\xdb\xee\x3f\xc3\x77\xaa\xfa\x82\x08\x64\x57\xd5\x17\x50\xfa\xf7\x4f\x17\x92\xee\x04\x25\x68\xbb\xea\x4e\x00\xa5\x7f\xff\x74\x54\xf1\x3d\x94\xfe\xea\x27\xd4\xf4\xa1\xcc\x9b\x3e\x01\x50\x8e\x70\xf5\xea\x14\x54\xb4\x1c\xfc\x8d\xbb\xaa\xe5\xaa\x01\x2c\xe8\x36\xb7\x0c\x65\x42\xa1\x90\x78\x57\x8d\xfd\xaa\x96\xe3\x40\xe0\x5d\xd5\x72\x40\xa1\xb6\x6b\x57\x83\x55\x55\x2d\xc7\x76\xe9\x96\xdc\x4c\x28\x64\x2e\xed\xaa\x1a\xab\xf3\xbb\x1b\x43\x50\x3f\x55\xf4\x13\xa9\x4b\xbb\xaa\x9f\xaa\x96\x3d\x5c\x0b\xbb\x6a\xd9\x03\x45\x4b\xa0\x6a\xd9\x57\x35\x0a\x95\x5b\x5b\xca\x33\xa1\x74\x07\xaf\x46\xa9\x86\x75\x12\x81\x5f\x0d\xeb\x54\xc2\x3a\xdd\xc1\x1b\xd6\xa9\xaa\x0a\x48\xcf\x76\x55\x55\x00\x05\x66\xad\x5d\x2f\x1f\xea\xa6\x41\xd6\xfa\xb7\xf2\xae\x97\xeb\x4c\x4d\x82\x09\x57\xaf\xaf\x4f\xb7\x77\xa1\x9f\x97\xeb\x8c\x3d\x85\x9e\x3e\xdf\x75\xa6\xc2\x49\xa5\x93\x0a\xa7\xaa\x70\x7c\x21\x2a\x9c\xaa\x53\xc2\x49\x5b\xbb\xea\x94\x54\x72\x60\x39\x9f\x6a\xd7\xdb\x11\xde\x7c\x51\xa9\xd8\xb9\xfd\xa2\x50\x42\xdd\xf7\xa6\x0e\x02\x7e\x97\xd1\x11\xe3\x4a\x55\xbd\x94\xf6\xc3\x2f\x4a\xbd\x94\x4a\x27\xf5\x52\x55\x2f\x29\xc3\xd4\x4b\x55\xbd\x04\x6b\xec\xae\xea\xa5\xaa\x5e\x72\x15\xa8\x97\xaa\x81\xab\xc4\x31\xae\xba\x3d\x40\x21\x2d\x6c\xcb\x2f\xb7\xab\x7a\x29\x15\x62\xea\x25\xa0\x68\xd5\x55\x63\x59\x55\xbd\x94\x0a\x31\xf5\x52\x55\x2f\x61\xf7\x57\xf5\x52\x7d\x5d\x40\x4a\x27\xd5\x06\x50\xfa\xb4\xc9\xee\xea\x94\xb0\x1f\xbd\x9b\x6a\xa3\x1d\x5f\xdb\xaf\xbf\x4d\xa9\x0e\x14\x18\x9d\x76\x33\x70\xd5\x8c\x48\x51\x75\xbf\xe5\xb5\x13\x0a\xa7\xae\xed\xa6\x2f\xd0\x94\xea\x94\xbd\xee\xa6\x54\x6f\x4a\x75\xb6\x47\x9a\x52\xbd\xe9\x1f\xb0\xf7\xbb\x9b\xfe\x01\x50\xa8\xe4\xde\x4d\xff\xa0\x19\x91\x82\xe4\x66\x37\x23\x52\x8d\xd4\x50\x6d\xda\x46\x6a\xa8\x50\x0e\x8a\x3b\xb7\x6c\x7a\x42\x81\x92\x74\x37\x83\x54\x4d\x6f\x83\xe2\x9a\xdd\xf4\x36\x80\xa2\xe9\x2b\xe9\xde\x6e\x86\x75\xa0\x33\xda\xcd\xb0\x0e\xb4\x7a\x85\x93\xc3\x77\x33\xac\xd3\x54\x4c\xd4\xd2\xec\xa6\x62\x02\xca\xb0\xbb\xdd\xbb\xa9\x98\x26\xf1\x9a\xa6\x62\x02\xca\xc0\xa6\x6c\x2a\xa6\xa6\xb7\x01\x6b\xca\x6e\xaa\x97\x36\x7c\x28\xf3\x36\x7c\xe8\x38\xbd\x8c\xbb\x91\x44\x29\x94\x81\xb1\xd8\x54\x42\xc0\xef\x32\x86\x30\xec\x08\x8a\x49\xbb\xbb\xa9\x98\x1a\x6a\xe3\x98\x48\xfa\xa6\xde\x00\xca\x38\xfc\xa7\x2f\x4b\x71\x0d\x8f\xf7\x6e\x8a\x6b\xa0\x0c\x67\xdc\xb0\x4e\x33\x5e\xc3\xe1\x25\xbb\x19\xaf\x01\x8a\x56\x7c\xd3\x01\x69\xc4\x3f\x0e\x36\x82\x77\x33\x00\x02\x14\x0a\xc9\x77\x23\x17\x71\x37\xac\xf8\x72\xd8\xa6\x19\x0f\x14\xa8\x04\x76\xd3\x8a\x6f\x08\xd8\x42\x49\xdb\x6e\x0a\x58\xa0\x40\xdd\xbf\x9b\x02\xb6\x21\x60\xcb\x81\x2d\xd7\x14\xb0\x40\x81\x6e\x7d\x37\x05\x6c\xdb\xd6\x09\x11\xee\x6c\x1a\xde\x40\xd1\xc3\x68\x06\xeb\x81\x52\x0e\xc2\x88\x8d\x14\x48\xa1\xe8\x61\x34\xe3\xf7\xc0\xef\x32\xfa\x6b\x00\x1f\x28\x7a\x18\x6d\xbb\x7a\xd9\x0a\x2e\x9c\x32\xb2\xdb\xe5\xf4\x5e\x4e\x2f\x6f\xe1\x72\x7a\x2f\x27\x04\x99\xd7\x14\xfe\x40\x81\x5c\x6c\xb7\xcb\xee\x5e\x4e\x08\x52\xaa\x29\xfc\x81\xa2\xbf\xd2\x14\xfe\xed\xf2\xa1\xae\x5e\xe5\x31\x50\xf4\x57\x9a\xf2\xb8\xdd\x4e\x08\x16\x4e\x33\x22\x04\x14\x2a\x06\x77\x53\x1e\xb7\xdb\xe9\xc5\x4e\x69\x8a\xcb\x86\x68\x1c\x4e\xa5\xa2\xb1\xdd\x3e\x14\x5b\xa0\x29\x1a\x81\x42\x69\xfb\x6e\x8a\xc6\x86\x15\xff\xf3\x00\x68\x73\x91\x3f\x8e\x94\x07\x28\x1a\x81\xdf\x65\xb6\xd9\x11\x2c\x7b\x6a\x9b\x77\xd3\xb2\x6f\x8f\x7d\xc3\xd8\x68\xc6\x92\x1a\x39\x38\x03\x23\xbb\x3d\xf6\xed\x07\xa5\x70\x4a\xd0\x6e\xd4\x1c\x08\x65\xf8\x9a\xb5\xec\x81\xdf\x65\x0c\xcb\xf8\x12\x50\x86\xaf\xf9\xf5\x3b\x7d\x7d\x0b\x68\xef\xf6\xfa\x16\x08\x43\x0d\x5f\xb3\x51\xa8\xf6\x3a\x21\x68\xca\xae\x3c\xee\xc5\xf7\x8c\x4e\xe9\xc6\x6b\x3a\xe6\x33\xc9\xb4\xbb\x6b\x3e\x77\xe4\x31\xd5\x6a\x7f\x6a\xef\xae\xb8\x06\x0a\xd5\xe7\xbb\x2b\xae\x3b\x1b\x08\x56\xb3\xed\xee\x06\x42\x47\x5c\x73\x9c\xd6\xee\x8a\xeb\x7e\x56\x2f\xfb\xcd\x44\x3f\xed\x13\x1b\x08\x9c\xe2\xb2\xbb\x1b\x08\x40\xa1\x6e\xec\xf7\x23\x6c\x5b\x5c\xe6\x3f\x7d\xc0\xc9\xa8\xa9\x0c\xdb\xbd\x3a\x6a\xd2\x39\x29\xa2\xdd\x9d\xfc\x9d\xdd\xab\x0f\xc5\x31\xee\x8a\xeb\xae\xb8\x46\x98\x76\xc5\x75\xaf\x4e\x04\x4b\xa3\x57\x47\x4a\x42\xa7\xde\x6d\xaf\x8e\xb4\xfa\x50\xde\x79\x77\x87\xa0\xb3\x43\xc0\x11\x46\xbb\xbb\x43\x00\xfc\x2e\xe3\x6e\x24\x6b\xee\xce\x0e\xb7\x4e\x70\x77\x87\xbb\x37\xe7\xcd\x49\x72\x9f\xba\xb3\x01\x4d\x66\xf1\xee\xee\x3f\xf7\xe6\x43\xf9\x18\xbb\xaa\x04\x28\x3a\xc1\x9d\x94\x9d\xdd\xbb\x23\xc5\xef\xe9\xaa\x92\xae\x2a\x41\x82\x77\x55\x49\xef\x56\xf8\x39\x7a\x03\x57\x1d\x4f\x45\x27\xb8\xeb\xa8\x00\xa5\x14\x3b\x42\xfe\xe4\xee\xaa\x12\x6c\xf5\xae\x2a\xe9\xd3\xbe\xe1\x82\x74\x2d\xd8\xbe\xbc\x8c\x7f\x6a\xc1\x76\xe5\xb0\x5b\xb0\x32\xa4\x0a\x85\x8c\xe6\x2d\x43\xea\xee\xca\xe1\xd3\x77\xaa\x1c\xee\xca\xe1\xe1\x3f\x7d\x0b\x44\x58\xcc\x14\xdf\xdd\x08\x4b\x47\x36\xc3\x9a\xb9\xbb\xa2\xb9\x13\x3a\x31\x55\x7c\x77\x43\x27\x50\xa9\x16\x7d\xe5\xee\xde\x2a\x50\xcc\xef\xde\xdd\xbd\xd5\xae\xb8\xe6\x33\xee\x8a\xeb\xbe\x2d\xe5\x43\x2a\xc8\xc2\xba\x3b\x65\x61\xf0\x9a\xef\xbe\x9d\x37\xe5\xb0\x9b\xa6\x5d\x39\xdc\x95\xc3\x18\xbc\x5d\x39\xdc\x95\xc3\x24\x5c\xef\xae\x1c\xee\xca\x61\x1c\xe3\xae\x1c\xee\x04\x62\x0a\xe7\x02\xec\x6e\x20\xa6\x63\x2b\x0f\xbf\x76\x4d\x65\xa0\x94\xd3\x85\xaf\xad\xdc\x89\xba\xc0\x1d\xb4\xbb\x41\x97\x6e\x85\x17\x89\xcc\xbb\x6b\xdd\x02\x85\x93\xce\x76\xd7\xb8\xed\xca\x3a\x37\x4d\xbb\xb2\x0e\x28\x7a\xe3\xdd\xb8\x79\x57\xec\x90\x97\xba\x87\x62\x67\x58\x2f\x44\xbe\xe4\x1e\x9a\x81\xa3\xd8\x91\xa4\xe9\xb4\xa9\x5a\xca\x18\xb4\x35\xdb\x18\x3d\x96\xe1\x30\xed\x64\x28\x9d\x48\x98\xdb\x43\xf1\x33\x14\x3f\xdf\x03\xe8\xef\xb0\x2e\x97\x5c\xb8\x3d\x4e\xff\xaa\x5c\x99\x36\x0d\x9b\x18\x16\x89\x62\x7b\x68\xcc\x01\x85\x54\xf5\x3d\xdc\x71\x1c\x0a\x0c\xd2\xb1\xf6\x50\x60\x0c\x05\x06\x26\xea\x50\x60\x0c\xeb\x6e\xdc\xb6\x1b\xee\xee\x01\x05\x96\xbc\x3d\xdc\xdd\x83\x6d\xb5\x7c\xf9\x2f\xd2\xad\x0a\x65\x4c\x9b\xbc\xdb\xf0\x6e\xbc\xad\xa1\x27\x0f\x14\x8e\x7d\xde\x43\x47\x1e\xfe\xd0\xdf\x65\xfc\xd5\x9d\xa0\xa1\xd5\xc3\xc6\xf2\xd0\xea\x19\x7e\x94\x6e\x0c\x0e\x3f\x4a\xa0\x90\x48\xbf\x07\x47\xf6\xee\xe1\x47\xe9\xc6\xe0\xf0\xa3\x04\x0a\x99\xf4\x7b\xf8\x51\x8e\xaf\x26\x13\xe1\x3b\x0c\x5e\x0e\xac\x1e\xd8\x65\xf6\xd0\xea\x19\x5f\xb9\x25\x72\x45\x42\x52\xa1\x40\x38\xb2\x87\x5f\xdb\xb8\x7d\x28\x72\x70\xe8\x9b\x01\x25\x30\x51\x25\xf0\xdc\xb0\x62\xfe\x84\x14\x23\x55\x6b\x02\x85\x23\xf2\xf6\x50\x69\x0e\x2b\xf5\x0c\x10\x8e\xd7\xbb\xbd\xde\x8d\xc1\xbf\xde\x4d\x45\x6a\xe4\x6f\xa8\x48\x81\x12\x58\xb2\x92\x61\xee\xe1\x8a\xe6\xf0\x91\x2d\xf5\xe5\x8e\xc3\x21\xd8\x74\xda\x64\x01\x27\xd6\x46\x18\xfc\x02\x4a\x60\xa2\xca\x90\xb9\x61\xa2\xfc\x5d\xc6\x5f\x75\x3b\x02\xb7\x23\x58\xa9\xa1\xdb\x11\x2e\x4b\x43\x1b\xe1\xb2\x04\x0a\x87\xb3\xec\x70\x59\xc6\xf9\x78\x59\xa7\x8d\x4f\x1c\x62\xcb\x12\xe5\x3f\xc4\xcd\x83\x04\xd7\x1d\xaa\x39\xf7\x19\x42\x35\x07\xf1\x65\x81\x93\x6b\x87\x1b\xe1\x40\xf9\xa2\x0b\x41\x95\x82\x50\xc2\xb9\x71\xf7\x24\x9a\xb3\x8f\x7d\x22\x1b\xa6\x50\x38\xa4\x68\x87\x1b\xe1\xe1\xa7\xa2\xef\x2d\x43\xa6\x50\x60\xe0\xd9\xe1\xa7\x12\x96\x9e\xeb\x54\x47\xfb\x9e\xc0\x44\x60\x4c\x86\x19\x5a\xa1\x9a\xd3\x0d\x0e\xd5\x5c\xb0\x11\xce\xd1\xd7\x5b\x72\xcd\x1d\xdd\x77\xc9\x57\x16\xba\x42\x40\x81\x1d\x6a\x4b\xa5\xb9\xc3\xef\xd3\xed\x88\xf0\xfb\x04\x4a\xf8\x7a\xfd\x3e\xc3\xef\x53\x87\x26\xfc\x3e\x81\x02\x57\xf0\x96\x72\x73\x07\x71\xb0\xcf\x05\x09\xe3\x60\x41\x1c\x0c\x22\x94\x1d\xc6\xc1\x80\xf2\x19\xe6\x41\x49\x99\x50\x02\xa9\x23\x35\xa7\x50\x3e\xc3\x3c\x8c\x8d\x01\x85\x43\xe4\x77\xb8\xdb\x13\xec\xf6\x7c\x86\x79\xb8\xdb\x13\xe4\x7b\x71\x3c\xe6\x0e\xf3\xbd\x22\xec\x9b\xfd\xd5\xff\x02\x0a\xb5\x2e\x3b\xf4\xbf\x22\x9d\x10\x57\xad\x9b\x42\x40\x09\x0c\xc7\x30\xdf\x0b\xf6\xcf\xf2\x59\xb5\x61\xb8\x0c\xfa\xcf\x42\x4d\xcc\x0e\x37\xc2\x81\xdf\x65\xde\xcd\x55\x3b\x4f\x2e\x63\x42\xa6\x83\x9f\x16\x28\x63\x06\xc6\x74\x58\x93\x65\x89\xd4\x89\xe9\xb2\x54\xfc\x51\xe8\xb5\x43\xf1\x07\x14\x4a\x59\x76\xe8\x07\x86\xe2\x8f\x4a\xaf\x2d\xe9\xa8\x50\x02\xcd\x17\x8a\xbf\xd0\xd8\xd0\x0c\x94\x88\x74\xc7\xf2\xa1\x36\xf9\x50\xc5\x9f\x16\x99\xe4\xa4\x1b\x26\xd2\x62\xfc\x37\x96\x23\xdd\xce\x1b\x82\x3e\xdc\x80\x09\xac\x08\x03\xbb\xa1\x15\x11\xdb\x87\x62\x43\x85\x1e\x1e\x50\xc2\x07\xe8\xe0\xc1\x6b\xfa\xbb\x8c\x37\x63\x4e\x15\x50\xc2\x07\xe8\x92\x85\x45\xe2\x1c\x43\xb1\xe3\xfa\xfe\xca\x10\x70\xa2\xc2\xed\x9c\x50\xa1\x6b\x80\x84\x0a\x3d\x1e\x87\xc0\x3f\x75\x5e\x42\x99\x1b\x08\xd3\x50\xe6\x86\x32\x17\xcb\x30\x94\xb9\xf1\x55\x47\xe3\xf2\x86\x32\x37\x94\xb9\x6c\x86\x86\x32\x17\xa2\xd4\xdf\x65\x3c\xc1\x60\x52\xb0\xc3\x6d\x98\x38\xdc\xe1\x06\xca\xbf\x8f\xd2\x6d\x09\xa0\x50\x6e\xb3\x25\x54\xdd\xa9\x18\x46\xfa\xc9\x9e\xba\xf3\xab\x73\xe6\x3b\x4d\x6a\x0d\x76\x92\x79\x15\x88\x37\x59\x50\x77\x1e\xf6\x83\x4f\x46\x1a\x54\xa1\x40\x37\xba\xd3\x0d\xee\xd4\x72\x81\xcd\x72\x4b\x8d\x2a\x14\xaa\x6c\xb6\xd4\xa8\x3b\x35\x49\x5c\xe4\x52\x9c\xee\x64\xe7\x3a\xb0\x83\xd2\x9d\xeb\xd4\x23\x8a\xe6\xdd\xb6\x6d\x08\x50\x64\x6a\x1a\xd3\x4a\x8b\x9d\x29\xea\xda\xa9\x97\x04\x14\xc3\xd5\x69\xe6\x55\xea\x38\x51\xd5\xb5\x53\xc7\x29\x31\x70\x0c\x57\xa7\x06\x4e\xaa\x70\x28\xb2\xda\xa9\xc2\x01\x0a\x25\x40\x3b\xcd\xbc\x4a\x15\x8e\xcb\x32\x55\x38\xa9\xc2\x61\x81\xc8\xd2\xba\x53\x3b\xc8\xf5\x96\xda\x41\x49\xe6\x15\x3c\xaa\x3b\xcd\xbc\x02\x4a\x31\xa6\x9f\xa6\x56\xa5\x1a\x85\x90\x6c\xaa\x51\x52\xc7\xe9\x7b\xa7\x3a\x4e\x40\x31\x46\x9e\xcd\xe9\x55\xa3\x7c\x6f\x46\x8d\x92\x6a\x14\xd4\x42\xaa\x51\xb2\x7f\xe5\xf2\x3c\x54\xf7\x07\x28\x9c\xbb\xb9\xd3\xe0\x1a\x50\xfe\x3d\xc1\x2c\x5d\xa0\x18\x71\x97\xe4\x75\xa7\x1e\xd1\xf7\x04\x3d\xa2\xc4\x23\x82\xd8\x7c\x4b\xe9\xba\x53\x8d\x02\x17\xd6\x4e\x35\x4a\xaa\x51\xb0\x46\x53\x8d\x92\x6a\x94\x40\xf1\xa4\x1a\x25\xd5\x28\x58\xa3\xb2\xc1\x6e\x78\x5e\x7f\x97\xfd\xcd\x8e\xb2\xd3\xa0\x5a\xb2\x19\x13\x18\xab\xe9\x5e\x0c\x50\x0a\xb4\x3e\x5b\xba\x58\xa1\x04\x56\x68\xaa\x83\x80\xdf\x65\x4c\x4e\xd8\x4f\xf5\x92\xdd\x54\x2f\x25\x1b\x2f\xc5\x9d\x81\x74\xe3\x05\x28\x1c\x9e\xbd\xd3\x8d\x97\x54\xe1\xc0\xb0\xbb\x53\x85\x03\x14\x8e\x0e\xdb\x69\x7a\x41\xca\x44\x92\x18\x16\x99\x5f\x9b\x43\x60\x5a\x55\x11\xa9\x18\x4e\x3f\x3c\xc5\x30\x50\x12\x63\x35\xf5\xf9\x52\x67\x2e\x71\x65\x53\x67\x0e\x28\x90\x4b\x6f\x29\x6f\x77\x2a\x86\x93\x28\x63\x2a\x86\x81\xc2\x81\x78\x3b\x0d\xc7\xa5\x62\x98\xc2\xab\x9d\x8a\x61\xa0\x70\x02\xce\x4e\xc5\x70\xea\xcc\xa5\x9f\xb6\xce\x5c\x52\x7f\x0c\x4b\xf0\xce\xcb\x79\xbb\x4e\x2f\xe3\x6e\x97\xeb\x0c\x07\xef\x7b\x31\xfa\x77\x29\xf1\x47\xfa\xf9\xe8\xe0\x01\xff\x5e\x8c\x1b\x2f\xa9\xcf\x47\xf1\xd5\x4e\x7d\x3e\xe0\xdf\x8b\x71\xcb\x24\x8d\xbd\xa5\x0b\xde\xd8\x1b\x50\x12\x2b\x25\x8d\xbd\xa5\xf6\xb6\x11\xf7\xd4\xde\x06\x4a\x16\x9b\xec\xc7\xed\xcb\x72\x71\xb9\x2d\x01\x14\x8e\x2a\xda\x69\xec\x0d\x28\x65\x3a\xe5\x26\x68\x01\x85\x43\x48\x77\x1a\x8e\x03\x7e\x97\xd9\x66\x47\xd8\x69\xe7\x40\x81\x2d\x35\xf0\xce\x47\xee\x02\xa7\xdc\x6d\x89\x24\x8f\xeb\x5b\x5b\xe6\x71\xa5\xea\x6b\x3a\x2c\xd5\x17\x50\x20\x4f\xdc\xb2\x0a\xef\x54\x7d\x19\x98\x4f\xd5\x17\xf0\x6f\x09\xaa\xbe\x52\x5f\x60\xfa\x04\x7d\x81\x7c\x7d\x28\xd3\x6b\x1e\x17\x50\xca\x3c\xbd\x9b\x12\x1c\x95\xc6\x09\x2b\x5b\xfa\x61\xe1\x77\x19\x23\x75\x7f\x04\x28\xf9\xfd\xd3\x79\xd3\xb3\x98\x58\xa8\x53\x95\x06\x01\xf1\xaf\xad\xd3\xd6\x6c\xe3\xcd\x70\xb7\xa9\x67\x31\xd5\x38\x14\xa5\x6d\xa9\x82\x85\x92\xde\x4d\x27\x78\x16\x9f\x80\xe9\x22\x57\xb0\x50\x38\x5a\x6e\x4f\xf7\x42\x66\x75\x2e\x31\x36\xa6\x66\xfc\xac\xf6\xd7\xa6\xc7\x26\xef\x86\x08\x9f\x8a\x6b\xa0\x40\xb6\xb8\xa7\xe2\x7a\x2a\xae\xa1\x40\xdc\x53\x71\x0d\x14\xce\x9c\xd9\xb2\x11\xef\xa9\x65\xcf\x69\x22\x5b\xa2\x61\xa1\xa4\xa3\xd2\xb2\x9f\xcd\xc5\x35\xbd\xdb\x6b\x1b\x8b\x0b\xb3\x78\x1a\xfa\x9a\x1f\x0d\x05\x92\x4b\x42\x62\xa1\xb8\x57\x29\x21\xf1\x86\x6a\xf8\x77\x19\x0f\x75\xcb\x64\x52\x54\x01\xcb\xe2\x9e\x16\x55\x4c\x84\xff\xc9\x59\xec\x7b\x2a\xfc\x81\x02\xa1\xf2\x9e\xee\xe5\x4f\x84\xff\x49\x15\xd8\x9e\x0a\x7f\xa0\xb8\x67\x39\x15\xfe\x13\x3f\xe1\xa4\x0a\x6c\x4f\xfd\x84\x39\x7c\x28\xdd\x75\xf7\x1d\x28\xe7\x51\xfc\xeb\xb6\x8d\xc5\x55\xfd\xa7\xfd\xb0\x7a\xf8\x28\xfe\xd5\x8e\xa0\x04\xa8\x8a\xdd\x53\x25\x30\x43\xfe\x0b\x56\xf9\xd4\x77\x98\xf8\x09\x6e\x6d\x4e\xfd\x84\x19\xf6\xcd\x55\xa3\x74\x07\x8a\x7b\x96\x53\xe9\x3e\xc3\x09\x71\x39\x28\xdd\x81\xe2\x9e\xe5\x54\xba\xcf\xfc\x48\x37\xe8\xaf\x7e\xc2\x4c\x1f\xca\xbc\xb9\xad\x0e\x94\xf3\x70\x92\x60\xad\x12\x8a\x7b\x96\xd3\x1d\x1e\xe0\x77\x99\x6d\x76\x84\x94\x5c\x0e\xc6\xd8\xd3\x8c\xdc\x69\xc5\x31\x24\xd6\x7b\xe6\xd7\x91\x87\xcb\x98\x10\x3d\x8c\xb9\x1c\x82\x93\x64\x30\x10\xd2\xe7\x92\xd8\x46\x92\x3e\xef\xb9\x7c\xa7\x84\x16\xa7\x2a\x65\xaa\x52\xb0\x8d\x24\x82\xde\xb0\x3e\x97\xf3\xc0\x26\x91\xf6\x59\x28\xd9\xff\x3e\x91\x72\x4f\x35\xce\xdc\xf6\x29\xbc\xb3\x7d\xda\xf6\x89\xb9\x31\x7c\x38\xad\x96\x3e\xd2\x87\x39\x1c\xb4\x10\x54\xf5\x7b\xaa\x84\xa6\xe5\xd2\x86\xfc\x25\x99\x16\x0a\x15\xc7\x7b\xaa\x98\xe6\xe5\x2b\xf7\x33\xd6\x67\x98\xf8\x07\xea\xd1\xa9\x7f\x30\x2f\xfb\x96\xfe\xd5\xbe\xa9\x71\x86\x0f\x70\xa6\xad\xab\x86\x06\x76\x4f\x23\x8f\x10\x54\x17\x48\x4a\xf7\x34\x8f\x6b\xde\x3e\x14\xa3\x68\x1a\x65\x84\xa1\xba\x70\x7e\xfb\x9e\xee\x97\x03\xbf\xcb\x78\xe5\xee\x97\x03\x9f\x56\x9e\x6e\x00\x4d\x4b\xab\xad\x77\x93\xdc\x7a\x4f\xb4\x50\xfa\x42\x54\x42\x53\xc6\x0c\xc8\xc6\xf7\x54\xe3\x4c\x35\x0e\xca\x7b\xaa\x71\x80\x72\x16\x2c\x8b\xe9\xa6\xd0\x64\x07\x28\x7d\x31\x6e\x00\x4d\x14\xd3\x09\x6d\xe0\x9e\x2a\x26\xa0\x70\x50\xc6\x9e\xee\x97\x4f\x4b\xb5\x8b\xb2\x43\xc5\x34\x55\x4c\x24\x41\xc9\xb2\xbd\x27\x0e\xd3\x09\xbd\xe0\x9e\x3a\x4c\xf3\xf5\xa1\x74\xd7\x3c\x2e\xa0\x9c\xb0\xfd\xed\x69\x1e\xd7\x44\x0b\x69\x31\x4c\x95\xd0\x94\x83\xa3\xa0\xbf\x96\xaa\x04\x3a\xee\x42\x21\xf6\x5e\x7a\x47\xeb\x70\x08\xc4\x18\xa4\xe8\x16\x4a\x62\xe7\x2e\xb3\xb1\x96\x34\x19\x6e\x8f\x2c\xc3\xae\xc0\x67\x58\x2c\xf7\x89\xa0\xda\x2e\xa7\x1b\x1a\xcb\xb8\xd1\xc2\xca\x4f\x16\xcd\xd2\xca\x5f\xd5\x09\xc1\x63\x5a\x6a\x17\xe0\xb3\x3f\x96\x29\xb6\xab\x3a\x04\xa6\x5c\xe6\x6e\xa1\xc0\xb6\xbd\x97\xda\x65\x49\x82\xc1\xc1\x75\x7b\xb9\xb3\x02\x14\x18\x92\xb7\x04\xdf\x7b\x35\xfb\xc6\x94\x2f\xc3\x4b\x8b\xa2\x40\xad\x99\x65\x4d\xe0\x92\xe0\x02\x2e\xab\xbd\xdc\x6c\x01\x0a\x47\xc8\xef\xa5\x5e\x02\x7e\x97\xf9\x57\xfb\x8b\x62\xe2\xb4\xe1\xbd\xd4\x4b\xab\xbb\x90\x9c\x72\x5d\x0b\x08\xc3\x0b\xf5\xea\x7b\x19\x85\x82\x30\xfc\x77\x99\x6d\xf6\x8d\x7d\x7b\x4d\xa8\xe5\xbe\xfd\x52\x09\x15\x27\x49\x25\x04\x7c\x26\xd4\x52\x09\x2d\x89\x8e\x8a\xc3\xd2\xb5\x80\x33\xfc\x33\xa1\x96\x1b\xf2\x40\x39\x2d\xd9\x5b\x66\x8a\xc1\x23\x5e\x26\xea\x4b\x1e\xf1\xbd\xf0\x13\xce\xd3\x8e\xe8\x28\xfc\x3f\x63\xef\x93\xbb\x3b\x8c\x9b\x6b\xce\xb3\x8a\xda\x41\x7f\xa2\xfe\xd9\x40\x21\x93\x1e\x77\xef\xc1\xa6\x6c\x20\x83\x24\x85\xea\x64\xff\x0d\x3d\x8f\xeb\x5e\xdc\x4c\x4e\x0d\x0e\xde\x03\x43\xdf\x4f\x94\x2c\x93\x14\x45\xbd\xbc\xd8\x14\x9c\x98\xaf\xcb\x4d\xc1\xa5\x75\x09\x5c\xd4\x4b\xeb\x02\x14\x33\x25\x2e\x03\x53\x97\xd6\x25\x70\xd2\x2e\xad\x0b\xf0\x39\x64\x97\xd6\xe5\x92\xc7\xc8\x2b\x7b\x97\xd9\x58\x17\x66\xe3\xfc\x1e\x39\x04\xcd\x06\x8c\x41\xf7\xa5\xd9\x00\xca\x89\xcd\xbc\x34\x1b\x17\x51\xa8\xf0\x20\xe8\x32\x0a\x05\x94\x13\x9b\x79\x69\x22\xae\x4b\xd9\x70\x5d\xa4\x4c\xbf\x2f\x22\x3d\x67\xf1\x91\x13\x42\xa4\x27\x60\x4a\xb9\x2f\x23\x3d\xd7\xe5\x5f\x63\x54\xd7\xf7\xd7\x9c\x37\xd4\xf6\xa5\xd9\x00\x3e\x67\xf1\xd2\x6c\x00\xbb\x19\x73\x69\xf0\x1b\xf8\x9c\xc5\xcb\x93\xa6\xeb\x23\x3d\x42\x1f\xcb\xdd\x7e\x5f\x1c\xef\xeb\x2c\x5e\x1e\xef\x03\x25\xbc\x7a\x76\x79\xfa\x04\x7c\xfe\xe3\xa5\x45\x01\x76\x33\x9f\x29\x2f\x56\x86\x32\x67\xf7\xa5\x95\xb9\xd2\x77\xca\x2e\xe9\x72\x77\x02\x94\xd3\x39\x72\x73\x72\x69\x3e\x3c\xe1\xb9\x34\x1f\x40\xa1\x10\xcc\x7d\x19\x71\xba\xd6\xd7\x8c\x4e\x55\xf8\xd7\x72\x08\x8c\x4a\x85\x7f\xbd\xbe\x2c\x17\xb9\xee\x33\x50\x20\x49\xb8\x2f\xbd\xe7\xeb\xe3\x18\xc2\x6b\xbd\xd5\x6f\x40\x39\xf1\xdb\x6e\xe8\xf1\xee\xfb\x27\xdd\x12\xf2\xde\x7a\xcf\x40\x39\xd9\x49\xde\x7a\xcf\xf7\x4f\x5e\x23\x1c\xc8\xdb\x50\x0f\x50\xce\x7f\xa2\x9c\xf4\x7d\xc3\x44\x21\xec\xbf\x72\xf0\xec\xf5\xd9\xcb\x5f\xd9\x83\xbe\x8d\x17\x01\xbb\xd9\xc9\x33\xe5\xe4\xf4\xeb\xc4\xb1\xb9\x3d\xfd\xba\xf1\xe8\x83\x6b\xf0\xf7\xad\x47\x0f\x14\xea\x6c\xdf\xb7\x1e\xfd\x4d\xbc\x28\xbc\xca\x75\x1b\x30\x02\xca\xa9\x1c\xc6\x8b\xee\xe2\x7c\xe1\x00\xdd\x3a\xfe\x40\x39\x95\x43\xc7\xff\x26\x10\x14\xde\xfe\xbe\x8d\x04\x01\xe5\x54\x0e\x4f\x23\x80\x12\x5e\x9d\xbe\x3d\x69\x07\x0a\x15\x84\xef\xdb\x78\xd1\x5d\x9d\x7d\xdc\x83\xdb\xe0\xd0\x4d\x24\x88\x5a\x15\xf7\x6d\x20\xe8\xd6\x6c\x78\xef\xf8\xd6\x6c\x00\x05\x16\xf0\xfb\xf6\x54\xfd\x96\x13\xa9\x62\xd0\x6f\x8f\x1b\xee\xbd\x11\x29\xe6\x45\xdd\xd5\x19\x97\xee\xc8\x7b\xc7\x92\xfb\xdf\x30\xf9\x17\x78\x2a\xee\xdb\x53\xf5\x5b\xbe\x23\xaf\x99\xdd\x4d\x41\xb0\x11\xa7\x83\xd7\x44\x00\xbb\x19\x73\xe9\x11\x04\x50\x4e\xbc\xbf\x5b\xb3\x71\x6b\x0f\xbc\x8d\x76\x6b\x0f\x80\x72\xa2\x27\x6e\xcf\xe8\x6f\x89\x91\xbc\x8d\x66\x49\x81\xfb\x66\xa3\xe2\x56\xeb\x76\x9f\x72\x77\x87\x80\x75\xb1\xcc\x80\x50\x4e\xdc\xbb\xdb\x33\xfa\x5b\xb3\xe1\x39\xdf\xad\xd9\xb8\x35\x1b\xa8\x93\x5b\xb3\x71\x0f\xd7\x1b\x51\xaa\xdb\x1d\x08\x50\xcc\xd9\xba\x3d\xa3\x07\x4a\x78\x7f\xec\x36\xdd\x0b\x28\xe6\x6c\xdd\x5a\x92\x7b\xb8\xde\xb0\x5f\xb7\x3b\x10\xa0\x9c\xbe\x66\x37\x20\x37\x6a\x38\xbc\x66\x7b\xab\x87\x81\x72\xe2\x05\xde\x7a\xef\xb7\xaa\xd9\x1b\x91\xb7\xaa\xf9\x56\x35\x0f\x1f\x7d\x7f\xed\xb5\x19\x7f\xcd\x7c\x5a\xa0\x50\x6a\xff\xb6\x7c\xc2\x7d\x73\x54\x19\x1e\x55\xde\x1e\x55\x02\x85\x92\x1d\xf7\xed\x51\xe5\xad\xa2\xf7\x86\xda\xad\xa2\x07\x8a\x69\x67\xb7\xb1\xa4\xdb\xfd\x41\x73\x58\xee\x0f\x6e\x15\x3d\x1e\xea\xad\xa2\xbf\x75\xfc\x9b\x82\xe8\xf8\x03\x05\x82\xec\xfb\xd6\xb3\xbf\xc9\xe3\x8a\x86\xd3\x73\x9b\xc7\x05\x94\xd3\x75\xaf\x52\xbf\x6f\x47\x8a\xd3\x73\xeb\xc6\x03\xe5\x74\xdd\xeb\xc5\xdf\xaa\x66\xaf\x24\xdd\xaa\xe6\x5b\xd5\x6c\x07\xaa\xe6\x5b\xd5\xec\x25\xa2\x5b\xd5\x7c\xab\x9a\xfd\x3c\x54\xcd\x77\xda\x29\xbe\xdc\x6d\x90\x08\x28\xa7\x72\x18\x24\xba\xf1\xe2\xa3\xb1\xf3\xbe\x75\xe3\x81\x72\x4e\x1f\x29\xc7\x6b\xa7\x38\x42\xb7\xa1\x93\x9b\xd0\xc9\x89\xee\xbf\x0d\x9d\xdc\x2a\xfa\xae\xba\x56\xd1\xdf\x2a\x7a\xbf\x49\x15\xfd\xfd\xca\x25\xc6\x36\xfb\x36\xf2\x0f\x94\x93\x6f\x52\x66\x71\xa1\x9c\x7c\x7f\xa9\xee\x97\x6c\x3c\xbc\xa4\x20\xdb\xb8\x50\x4e\x3c\x65\x98\xc7\x37\x4c\x9b\x4d\x9e\x1d\x3e\x43\x5c\x66\x37\x3d\x20\x90\x6e\x3c\xbc\x56\x20\xdf\xf8\x9d\x9a\x08\x3e\xd3\xd4\x06\xa4\x36\x80\x52\xad\x77\x6a\x03\x52\x1b\xc0\x67\x2a\x2d\xb9\xb0\x9b\x35\x9e\x29\xaf\x36\x80\x97\x60\x45\x8d\x3b\x8b\xd4\x6d\xa8\xc1\x34\x03\x22\xb5\x01\xf8\x8a\xd2\x97\xdf\x59\x3e\xd9\xfc\xa9\xb2\xa1\xf0\xa9\x8d\x72\xcb\x5f\x7e\x43\x56\xbe\x9b\x31\x49\x1e\x10\xc0\x50\x5e\x60\xb7\xb9\xd3\x03\x02\xa0\x44\xef\xfe\x74\xfa\x6c\xfe\xeb\x5f\xe2\x87\xaf\x98\x9e\x19\xa4\xa6\xc2\xdb\x07\xa9\xa9\x00\xe2\x87\xaf\x98\x9a\x0a\xf8\xce\x77\x33\x86\xe0\xa1\x01\x10\x3f\x9c\x56\xc9\xcf\x6f\x08\xcf\x77\x33\x04\x31\x4f\x0b\xf6\xf3\x2f\xe6\x22\xfb\xf9\x9d\x5a\x14\xef\x0b\xa4\x16\x05\xf8\x62\x2e\x69\xda\x45\x6a\x51\xfa\xf8\x73\xd5\xcb\x5b\x12\x75\x21\x7e\xe8\xab\xd4\xe0\xa4\x1b\x10\x0f\xd3\xe5\x47\xbf\xe1\x44\x8f\x1f\x6e\x6e\xba\xd9\x00\x4a\x98\x8b\x9f\xee\x36\x72\x1b\x9c\xf8\xe1\xe6\xa6\x06\x27\xb5\x24\x9d\x2f\xca\xfa\x25\x42\x98\x77\x9a\x5a\x12\xa9\xd5\xc3\x24\x7b\xb9\xd5\x6f\x88\xd4\x83\x02\xba\xb7\x44\xea\x77\x36\x65\xf3\x1b\x30\xe4\x05\x7c\xe1\xa2\xd4\x92\xc8\x78\x1e\xdd\x05\xef\xfe\x00\xf8\xc2\x45\xe9\xa1\x45\x1a\xa6\x31\x7f\x3b\x0d\xd3\xe4\xc1\x10\x70\x7d\x53\x7f\x3b\x55\xea\xe6\x32\xa6\x4a\x1d\x88\x1f\xae\xaf\xe4\xe2\x77\x12\x92\x09\x4f\x7d\xd3\x98\x0c\x84\xe3\xf1\x0b\x7f\xa9\x1c\xc7\xc7\xc6\xc7\x02\x3a\x3e\x41\x1e\x9a\xf9\x4b\xbf\x1e\x2e\x49\x84\x09\x89\x52\x8e\xdf\xd0\x8c\x7f\x31\xaa\xf4\x20\x18\x28\xe1\xe1\x70\x9e\xae\xda\x93\x55\x1b\xfe\x52\x71\xb9\x38\x1d\x03\x37\x25\xbd\x39\x9d\xe7\x45\x33\x26\xc4\x2b\x81\xd0\x91\xef\x66\x08\xe2\xe1\x30\xdc\xe4\x5f\x28\x4b\x6e\xf2\x3b\x35\x38\xde\x80\x4b\x0d\x0e\x10\x3f\xe7\x48\x83\x93\xd7\x27\x1b\x93\xe4\xfd\x3f\xa8\xcc\xe3\x87\x4f\x9b\x1a\x9c\x74\xcb\x40\x85\xd3\x3b\xdd\x32\x40\x49\x1e\xa6\xf5\xa6\xdb\x03\x60\x37\x43\x10\xf7\x07\x79\x33\x21\xce\x91\x67\xc8\x69\x28\xc9\xac\xbe\xd4\xf1\x87\xa0\x3c\x7e\xd5\x5f\x3a\xe3\x1a\x1c\xf3\xf0\x52\x83\x03\x84\xd9\xbf\x92\x96\xdf\xa9\xc1\x31\x0f\x4f\x8a\x72\x21\x7e\x4e\xa5\x06\x47\xa6\xf1\x80\x5a\xf4\x96\x6a\x5c\x88\x9f\x53\x69\x3c\x08\xd8\xcd\x10\xc4\x4c\xb4\x5c\x8c\x54\xc5\x69\x26\x1a\x24\xe5\xbb\x19\x43\xf0\x08\x02\x08\x73\x89\x65\x29\xbf\xa5\x24\x0f\xaa\x21\xde\x72\x92\x0b\xf1\xf3\xc5\x98\xb0\x96\xcb\x09\xc1\x18\xa6\x71\x23\x20\x28\x6b\x79\xa7\x61\x23\x69\xbd\xc3\x24\x36\x79\xbd\x6f\x48\xbc\xe3\xe7\xfb\x33\xe6\x92\x5a\xb9\xc9\xee\x36\xb5\x72\x40\xc0\x8c\x75\xa7\xc9\x42\xa9\x95\x33\xe5\x47\xb2\x6f\x21\xcc\x73\xce\xf7\xeb\xf4\xb5\xd9\x96\x4d\xb6\xef\x7b\xb9\x77\x31\xe5\x46\x6e\xef\x1b\x22\xef\x80\x2d\xeb\x96\xc8\x5b\x28\x61\x92\x8c\x4c\xde\x42\x50\xfe\xef\x5e\x9a\x34\x60\x37\x0b\x9e\x9d\x3e\x43\xfd\x74\x3b\xb8\x7c\xa4\x20\x7c\x5a\x72\x79\x0b\xf1\x63\xbd\xc9\xe5\x7d\x2f\x0d\x13\x35\xce\xee\xa5\x61\x02\x02\x8a\xae\x7b\x19\x23\x5a\x5a\x1c\x33\x4c\x96\x16\x07\x08\xca\xfa\xdf\x2b\xbe\x66\x4e\x12\x6f\x4b\xbe\x6d\x21\xa8\x57\x72\x2f\xcd\xc6\x52\x1f\x4f\x47\xaf\x3e\x06\xe2\x87\x4f\xb9\x0c\x08\xc9\x75\x1d\x1e\xfb\x4a\x76\x7d\x2f\x15\xed\xf0\x91\x23\x55\xd1\x7a\x4c\xbd\x54\xb4\x40\x98\x0c\xbe\xf4\xe2\x97\x8a\xd6\x63\x6a\x29\xae\x85\x80\x65\xec\x96\xe2\xfa\x5e\xfa\xe2\x1e\x22\xcb\x5e\x7d\xc3\x58\x1d\xe6\x8c\x2f\xcf\x11\x3e\x12\x6a\xcf\x78\x65\xa1\x16\xe2\x87\x17\xb8\x3c\xf6\x5d\x1e\x10\x78\x18\xb9\x3c\x20\x00\xbe\xf8\xf2\x32\x91\xe8\x23\x85\xf6\x2a\x97\xac\xd0\x37\x4c\xd0\xf1\xc3\x0b\x5c\xde\x6d\x5b\x6a\x77\x0f\x5b\x96\xda\x1d\xf8\xe2\xcc\xcb\x64\x9d\x65\x34\xc5\x53\x94\x65\x34\x05\x7a\xe8\x30\x03\x7d\xa9\xc9\x97\xbe\xb8\xc7\x23\xb2\x40\xdf\x30\x3f\xc7\x8f\xcf\x79\x79\x83\x1b\xd8\xcd\x18\xbd\x09\x3c\xc0\x17\xb5\x5e\x6a\x72\x60\x37\xf3\xa7\x0a\xa2\x76\x3f\xca\x9f\x8d\xf7\x52\xf9\x2f\xb5\xba\xe7\x1d\x4b\xad\xbe\xd4\xea\xbe\x37\xb5\x3a\x50\xc2\x83\x0c\xa9\xa9\x85\xf8\xa1\x14\x96\x99\x41\x4b\xad\xee\x41\x86\xdc\xd4\x42\xfc\x7c\xbd\x6a\xf5\xa5\xba\x86\x08\xf4\x5e\xaa\x6b\x20\x28\x70\x73\x2f\x23\x3c\x1f\x5f\xb5\x31\x72\x09\xab\x85\xf8\xa1\x62\x96\x87\xc8\x1f\x31\x34\xe5\x9a\x6f\x99\xa1\xef\xa5\xae\x3b\x7c\xe4\x48\xd5\x75\x06\x23\x97\xba\x6e\xa9\xeb\x88\x98\xac\xf5\xfd\x35\x47\xca\x66\x4e\x52\x69\xe1\x0b\xb8\x4b\x2a\x7d\xaf\x8f\x6b\x14\xbf\x6e\x19\xae\x06\xe2\xe7\x0a\xf5\x68\x75\x71\x66\x1a\xc6\xde\x96\x67\xa6\x40\x50\x58\xe7\x5e\x9e\x99\x2e\x35\xe7\xc9\x01\xe9\x52\x73\x02\xf1\x63\xcb\xb0\x4c\xf9\x59\x6a\x4e\xc3\x60\xd2\x4f\x0b\x21\xab\x9d\xe5\xbc\xee\x8f\x45\xfa\x24\xc2\x23\x8d\xb4\xf0\x1d\x06\x3c\x7a\xf9\xb0\x49\x97\x30\x38\xf4\xe8\xd2\x03\xdf\x61\xc0\xa3\xe2\x04\x76\xb3\xca\xb3\xee\x33\xa6\x17\xdf\xf7\x51\x99\x7e\xdc\xd2\x67\xb5\xd3\xf4\x19\xf6\x8b\x6c\x04\x99\xa4\xef\x47\x2d\x69\x4c\xe4\x51\x4b\x02\xdf\x61\xc0\xa3\x96\x7c\xd4\x92\x06\x3b\x64\x9c\x16\xa2\xfc\x7c\xa4\x1c\x86\x70\x0c\x76\x3c\x86\x70\x9e\xb2\x68\x86\xb8\xe6\xf7\x00\x25\x0c\x4f\x3c\xe5\xf5\xd9\x4b\x33\x7e\xa9\x97\xff\xd1\x3d\x1b\x9e\x90\xef\xf9\x86\xe3\xf9\x3b\x5a\x78\x74\x47\x1f\xb5\x24\x65\x5d\xef\x47\x2d\x09\x04\x45\x89\xee\x47\x0f\xf5\x51\x4b\x9e\xac\x1a\xe9\x9d\x85\x28\x3f\x7f\xb9\x7c\x24\xd1\x2c\xef\xf9\xd1\x45\x05\xc2\xeb\x1e\xb2\x40\xdf\x8f\x81\x0d\x28\x37\x6f\x09\x9e\x6f\xd8\x9c\xa3\x60\x20\x65\x73\x16\x4a\x75\xbb\x21\x9d\xb3\xf0\x1d\x7b\x3c\xea\x57\x60\x37\xf3\xa7\xca\xdb\x6f\x9a\x21\x87\x21\x72\x68\x9d\x77\x33\xe6\xcd\x43\x59\x38\x9e\x43\x0a\x42\x39\x9e\xef\x07\xd5\x5c\xdd\x01\x3c\xaa\x66\xe0\x3b\x1d\x91\xf7\xf9\x86\xe4\x79\x37\x63\x92\x54\xcd\x40\x78\xc7\xe4\x51\x35\x4b\xfc\x5c\x7f\x0e\xcb\x50\x3a\x10\x94\x1f\xba\x1f\x8f\x73\xa1\x79\xde\xcd\x90\xcd\xe8\x3a\xe4\xcd\x41\xfd\xa1\xfb\x31\xba\x0e\xec\x66\xc8\x6b\x2a\x28\x25\xea\xa2\xf8\x79\x78\x76\x0b\x93\xf3\x6e\x86\x6c\xd3\x1e\x26\x0b\x29\xfc\xa5\x2f\x66\xda\x29\x36\xfe\xd1\x6c\x00\xe1\x8d\x95\xc7\x1c\x4f\x18\x9f\x77\x33\x5e\x96\x66\x03\x88\xe2\xc7\xa6\xd9\x80\xf2\x79\x37\xa3\x53\x43\x38\xf0\x3c\x47\xc1\x44\x3c\x7a\xf6\x40\xa9\xba\xa8\x8f\xae\xfd\x83\xd9\x28\x7e\x6c\x9a\x0d\xca\xe0\xed\x66\xbc\x05\x7d\xf6\x67\x2b\xf4\xef\x54\xe9\x31\xc7\xf3\xb9\x6c\xe6\x97\x65\x08\x07\x08\xea\x10\xdd\x8f\x1e\x35\x24\xce\xa5\xea\x08\x3d\x06\x36\x60\x74\x8e\xe2\xa7\xab\x9f\xf9\x2c\x47\xea\xb2\x54\xf7\x02\x51\xec\x40\xd7\xf3\x59\x2e\x4b\xf5\x8a\x37\x81\x21\x80\x0e\x2f\xdd\x3c\xea\xde\x67\xd9\xa9\x0a\xc3\x54\x17\x20\xbc\x74\xf3\x78\xee\xf8\x70\xc8\x58\xbf\x8f\xd2\x43\xc6\xe7\xe1\x9d\x36\x1f\xf9\x4e\x39\x3d\xac\xdf\x47\xe9\xe9\x21\x10\xd4\x2c\xba\x65\x7a\xbe\x21\x59\x2e\xd5\x85\x2f\xcb\xb2\x50\x6a\x41\xe7\xbd\xaa\x4b\x20\x0a\x36\xeb\x35\x26\x02\x01\xf3\x6e\xe6\x4f\x0f\x9f\x31\xe5\xec\x44\x5e\x3d\xc3\xb7\xd8\x8c\x89\x7b\x8d\x47\xbf\xc5\x66\x74\x50\xbe\x66\x97\x5c\xc2\xff\x44\xdc\xfc\x35\x54\xf1\xaa\xeb\x88\x10\xbc\xea\xba\x7f\xb0\x1b\xfb\x4c\x57\x0f\x4a\xe3\x90\x73\xf3\x75\xeb\xfd\x0f\x7a\x63\x94\x98\xfc\xc6\x42\x50\xc6\xe8\x7e\xcd\x2c\x81\xf2\xb8\xd4\x82\x12\x93\xf3\x58\x08\xea\x18\xdd\xaf\xba\x0e\xce\xe3\xdd\x8c\x89\xd0\xd5\x83\xe8\x38\x28\x64\x74\x5b\x95\xef\x7e\xbb\x4c\xc2\xa8\x9d\xd7\x50\xec\xab\x12\x1b\xfe\x92\x17\xf7\xb2\x6f\xad\x54\x5b\xbd\x5f\xbd\x1d\x20\xa4\xe6\x94\x24\xf8\x7e\x65\x7b\xf4\x90\xe5\xd5\x8b\x00\xa2\x7c\x8f\x7c\x6f\x69\xa7\xd8\xdb\xd7\xcd\x16\x10\x94\x3c\xba\x5f\xb3\xc2\xfe\x41\xc4\x5b\x6c\x96\x3e\x63\x7a\x71\x2c\x5e\xf7\x5f\xaf\xdf\x45\x45\xb1\xbd\x7e\x17\x40\x14\xfc\xcb\xd7\x80\x9f\xe4\xbc\xb5\xa2\xb1\x24\xe7\x15\xbe\xb3\x5b\xc9\x79\x6f\xc9\x79\xab\x67\x31\x92\xf3\x0a\x41\x71\xa4\x5b\x72\xde\xfb\x5d\xb2\xff\x56\x7f\xfa\xfa\x0c\xfb\x85\x1b\xfa\xfa\xa9\x00\xbb\x99\xcf\x14\xe4\xe1\x2d\xe0\x86\xbe\x9e\xd1\xcb\x97\x5b\xe1\xcd\x4b\xf9\x72\xf3\x57\x15\x64\xf0\x8c\x83\x65\x21\xa8\xac\x94\x3f\x0e\x96\xf3\x27\x91\x35\x44\x83\xf9\xc3\x7f\x17\x3c\x44\x4e\x68\x5b\x37\x4c\x19\x81\x6d\x76\xf8\x8c\x55\x33\x27\x8f\x4e\x1f\xd1\x29\xcc\x6e\x09\xf9\xea\x07\x41\x09\xa6\x94\x82\x35\x7f\x5a\x21\x2a\x81\xe5\x6f\x28\xef\x70\xca\x4f\x1e\x29\x87\xe6\x05\x2e\xb6\xfc\x0d\x3b\x1d\x7c\x65\x07\x1d\x60\x4a\xf2\x63\x43\x85\xc8\x2c\xa5\x43\xcd\x9f\xda\x74\x3b\xbc\x29\xf5\x69\xfe\x5c\x83\xf0\x13\xe5\x8f\x35\x28\x78\x24\x9d\x3f\xd6\x60\xca\x90\x5a\xfb\xcf\xbf\x66\xa7\x27\x23\x3d\x98\xb7\xd3\x91\x12\x14\xa9\x30\x0a\xe5\xef\xb2\xd3\xcb\x4e\x7d\x64\xa7\xb2\xa1\x72\xdb\x26\xa5\x43\x15\x3c\xe0\xce\xdf\xa5\x1c\x97\x04\xc2\x05\x41\x2e\x05\xb9\x58\xd1\x07\x13\x72\x0d\x1f\xdd\x36\x43\x90\xcb\xe9\xbd\x58\xd1\x27\x13\x42\x96\x8e\x50\x2a\x04\x3a\x09\x83\xea\x5f\xf3\xe7\x67\x74\x32\x21\xb7\xd3\x7b\x2b\x5b\xf8\x4c\xd9\xee\x41\x33\xe4\x20\x30\x9f\x52\x9f\xd6\xee\x0a\xb9\xed\xf4\xb6\x53\x86\x70\xdb\xe9\xfd\x75\x8a\xbc\xb7\x9d\xe6\x9e\x10\x4e\xd5\xf3\x97\x4e\x48\x7e\x54\xc9\x3e\x73\xa4\x7c\xbb\xe1\x8c\xa7\x23\x4d\xdf\x42\xf5\x99\x6f\x21\x4f\x9a\x21\x47\xfa\xea\xfd\xc4\xa1\xe3\xc9\x5f\x2a\xdb\x86\x08\x5f\x4c\xba\xde\xfc\xc4\x09\x6b\xa7\x44\xaa\x82\x67\xf4\x09\xa9\xea\x06\x3b\x6d\xc8\xb6\xec\x74\xd9\x29\x23\x5d\x76\x4a\x1a\x4e\x25\xc2\x9c\x3f\xd2\x70\xf2\xb7\x3f\xeb\x80\xa4\x37\x7f\xcb\x09\x79\x5c\x6f\x8d\x9f\x3e\xbe\x67\x6c\x5a\xb8\x1a\x1e\x47\xfa\xd8\x69\x67\x58\x8f\x9d\x6e\x88\xf0\x35\x3f\xae\x37\x4d\x5f\xf7\x5b\x78\x1c\x29\xa6\x8f\xda\x45\xf9\x7b\x1c\xe9\x6b\xa7\x9d\xb7\xf0\xda\xe9\x6b\xa7\x88\xfb\xda\x29\x89\x33\x15\x3a\x97\xfc\xbd\xbe\xe7\x0d\x01\x97\x6f\xfe\x5e\xe5\x78\x3f\x26\x6a\x7f\xaa\x20\x2f\x13\x12\x8c\xf4\x75\x42\x54\x3f\x7d\x6b\xd5\x94\xe4\x55\x08\x28\x7f\xb3\x60\x6e\xb3\xfc\x94\x6d\x6b\xae\x2c\x6c\x45\x04\x93\x16\xb2\xb0\x13\x49\xe9\x61\x6b\x47\xaf\x48\x0f\x2b\x98\xb4\x90\x50\xc5\x6e\xb0\x53\x34\x81\xbc\xaf\x42\x70\x7b\x35\xe5\x7d\xcd\xf2\x51\x73\x1f\xfc\xb5\x62\x0f\x85\x09\xd9\xbe\x5c\x16\xb2\x75\x12\x0e\xd7\x52\xe1\xf6\xc8\xc2\xb6\x23\x4b\xf8\xd7\xfe\x4c\x6f\x9e\x25\xec\x2c\xfc\xa2\x4e\x3a\x83\xef\x35\x0b\x21\x1e\x88\x83\x13\xee\xd7\x0f\x76\xb3\x93\x67\x0a\xc0\xa1\x02\x95\x89\x52\x0a\xd8\x94\xef\xb5\xc2\x91\x91\xf2\xbd\x26\x1c\xaf\x11\xac\xf7\xc2\x69\x81\xb0\x9b\x31\x6a\xae\xb9\x65\xe1\xb4\x80\xaa\x43\x59\x38\x2d\x48\x29\x60\x2b\xac\x16\x29\x07\xac\x10\xd4\x18\x4a\x39\x5e\x85\xdd\x0c\xd9\xaa\x82\x54\x5e\x79\x63\x08\xa4\x2d\x65\xd1\xba\xc0\x43\x91\x45\xeb\x02\x04\x55\x86\xb2\x68\x5d\xa4\x87\xad\xdc\xee\x4a\xe9\x61\x85\xa0\xcc\x50\x42\x15\xbb\xc1\x4e\x59\xf0\xf2\xbe\x26\x5c\xaf\x41\x9d\xa1\x2c\xcd\x4e\x3f\x8e\x72\x57\x0b\xf9\x48\x59\x38\x0e\xe0\x7e\x6e\x96\xe6\x84\xb0\xb1\xb2\xb4\x72\xca\xfb\x9a\xf0\xbe\x06\xdc\xc7\x29\xef\x6b\x96\x8f\x55\x1c\x85\x25\xef\xab\x10\xd1\xe9\x40\x93\x26\xef\x6b\x1d\xbe\x40\x4d\x1a\x10\xdc\xf6\x4d\x79\x5f\xb3\xb8\x63\x22\x80\x9f\x65\xd8\xe9\xb0\x53\x1f\xd9\x29\x89\x46\x75\x38\x97\xc3\x29\xc7\xa4\x51\x47\x28\x8b\x26\xad\xb8\x15\x22\xe4\x9e\x65\x3a\x6f\x93\x79\xe3\xcb\x2e\xd3\x79\x9b\x76\x8a\x8a\x29\xd3\x4e\x27\xeb\x6d\x30\xd2\xe9\x7a\x9b\x8e\xb4\xd3\xe9\x74\xa4\x93\x91\x0e\x1f\x39\x52\x39\xca\x87\xf2\x1e\xfe\x94\x83\x0f\x6a\x09\x65\x39\x1c\x82\x7b\x1c\xa8\xd8\x52\x92\xd7\x84\xc4\x35\x28\x26\x94\xe5\x70\x09\x6a\x95\x21\x4f\xcb\xa2\x55\x06\xcc\xa1\x49\x08\x5f\x37\x38\x84\xc9\x4f\xb5\xca\x40\x04\x5a\x47\xde\x57\x61\x37\xf3\xa7\x0a\x72\xb2\x7a\xd5\x3a\xa7\x53\x79\x2a\x9b\xba\xe3\x54\xb6\x93\x15\x32\x98\xb7\xd3\x15\x72\xfa\xc9\x1c\xca\xa6\xbc\x1b\x82\xba\x43\x59\xb4\xe7\xc0\x6e\x86\x6c\x97\xf2\x62\xe3\xc3\x51\x69\xe3\x8b\xc6\x9b\x58\x7a\x16\x8d\x37\x10\xe1\xa8\x34\xde\x92\xcd\xd6\xa1\x26\xba\x7c\x0b\x17\xaf\x5e\x8d\x78\xf9\xea\xb5\xf1\x94\x1a\xcb\xa2\x8d\x07\x22\x1c\xfc\xe5\x7a\xd3\x55\x1e\x2a\xac\x5b\x79\xb1\xf1\xe1\xe0\xb5\xf1\x45\x8e\x72\xee\x61\x67\xb9\xfd\x29\xc6\x9b\x52\x45\x59\x34\xde\x85\x13\x8d\xca\x45\xe1\x2c\xe9\x5b\xe0\x44\x23\x70\xc8\x8a\x86\xba\x68\x95\xa7\x9f\xb3\x56\x19\x88\x50\x0d\xa7\x0b\x49\xab\x3c\xfd\x9c\xb5\xca\x45\xab\x7c\x20\xae\x56\x59\x22\xdc\xca\x75\xb7\x94\x08\x57\x88\xf0\xc5\x2c\x3b\x75\xa7\x39\x55\xd7\xcb\xf7\xbc\xec\x94\xe9\x5d\x76\xea\x4e\x93\xcb\xa5\x29\xeb\xad\x10\x14\x3f\xca\xf2\x38\x21\x5a\xe5\xe9\x77\xaa\x55\x06\x82\xea\x47\x59\x1e\x3b\xd5\x2a\x4f\x35\xa8\x56\xb9\x68\x95\x7d\x7f\x5a\x65\x89\x70\xeb\x54\x83\xbe\x76\xfa\xb2\x42\x70\xef\xca\xeb\x0a\x81\x96\xb0\x4e\xb5\xd4\xab\x5d\xd8\x60\x6a\x57\x16\x0d\xb5\xa4\xb7\x75\xfa\x39\xbf\xce\xdb\xcb\xcb\xf2\x35\xbf\xbe\xac\xf7\x63\xff\xdf\xf2\xca\x70\x2b\x04\x3b\xa2\x0c\xcd\xad\xa4\xb7\x95\xfb\x8a\x29\xe9\xad\x10\xd4\x53\xca\xd0\xdc\x42\x60\x5b\x2a\x17\x11\x13\x1a\xdb\x0d\x76\xda\x79\xf4\xf8\xe8\xb1\x99\x7f\xed\xf5\x19\x9f\x0c\xd6\x2e\xb4\xc0\x61\xc1\x8c\xc9\xd7\x16\x9a\x60\x20\xe0\x71\xcf\xe0\x2c\x3f\x25\xb8\xad\x5c\x5a\x4b\x19\x6e\x13\x36\xdb\x80\xc7\x3d\x65\xb3\xcd\xd0\x2a\x73\x65\x2f\x43\xab\x0c\x44\xc5\x8b\x0f\xf2\xb9\x32\x8a\xb2\x4d\x7b\x50\x36\x8c\x77\xfd\xfd\xf9\xd0\x3b\xe5\xc4\xcd\x08\x65\x62\x25\x87\x26\x38\x38\xc3\xa7\x2c\x52\x46\x28\x53\x58\x2d\x81\x65\x10\xa4\x7b\x09\x41\x5d\xa4\x0c\x0d\x35\xb0\x9b\x21\x53\x28\x27\xc6\x1b\x0a\x87\x0c\x8d\x77\x68\xbc\xb9\x35\x97\x11\x9f\xe8\x2f\xcd\xf8\x65\x75\x5a\x2d\xbc\x34\x59\x2d\x51\x95\x77\xdb\xf5\x80\xe9\x21\xe1\xf3\xfd\x60\x37\x63\x72\xaa\xaf\x9c\x8c\x00\x6a\x23\xa5\xb4\xbe\x19\x9a\x5b\x0e\x5e\x32\x34\xb7\x40\x40\x08\x91\x41\x08\x20\xc3\x10\xc0\xe1\x4f\xbb\x82\xb0\x35\x64\x4b\x9d\xe1\xd6\x30\x34\xb7\x5c\x05\xca\xd0\xdc\x02\x01\x53\x7d\x46\xb7\x53\xcd\x2d\x57\x81\x52\x92\x60\x21\x2a\x0e\xac\x24\xc1\x29\xfb\x6f\xe5\xa2\x4e\xca\xfe\x2b\x04\xc5\x96\x52\xf6\xdf\x0c\xae\x07\x56\xce\x67\x32\x86\x3d\x60\x6e\xab\x72\x68\x6e\x83\x04\xad\xca\xbd\x94\x8c\xe1\x9b\x19\xbc\x05\xfc\xdc\x18\xbe\x05\xcd\x2d\x77\x3f\x32\x34\xb7\x40\xb0\xdd\xcf\xd0\xdc\xca\x25\x5c\x39\x32\x49\xb9\x84\x85\xa0\x2c\x53\x86\xe6\x56\x2e\xe1\x7a\xe0\xba\xc8\x25\x9c\xf0\x07\x47\x75\x54\xd3\x4e\x27\xaf\x1e\xea\xb8\x8c\xe9\xab\x9f\xbc\x7a\x54\x5d\x1c\xca\x61\x81\x11\xee\x57\x64\x1c\x0a\xc2\xb9\x16\xa4\xfb\x19\x87\x6f\xe1\x70\x7a\x31\xde\xf0\x0f\x6f\x60\xf5\xa2\x11\xa5\x1c\x4e\x29\x87\xeb\x81\x7b\x20\xe5\xb0\x10\xd4\x5c\xca\xd0\x2a\x4b\x16\x5c\xb9\x13\x98\x92\x05\x0b\xa6\x85\x66\xb8\x09\x96\x3f\xb8\x72\x11\x20\x25\x10\x16\x82\xc0\x46\x86\x16\x38\xbe\xca\x21\xc4\x1d\xe2\xf4\x5b\xc0\x2a\x53\x10\x20\x43\xab\x2c\x7f\x70\x3d\xfc\xda\xdd\x18\xc3\x19\x1c\xc4\x3f\x32\xb4\xa3\xa1\x1d\x3d\xb0\x11\xa1\x1d\x05\xa2\xe2\x16\x43\x26\xbc\xc1\xb7\x80\x55\x96\x2c\x38\x21\x08\x8e\x5a\xed\xc0\x4e\x6f\x3b\xf5\x73\xbe\xed\xf4\xb6\x53\x16\xd2\x6d\xa7\x64\xac\xd5\x43\x05\xeb\xc6\x18\x30\x27\x35\xe3\x56\x0e\x2b\x87\x1c\x2a\xd8\x5b\x41\x6e\xde\x02\x1e\x5f\xdc\xbe\x05\x83\x44\x87\x0a\x76\x29\x1b\x3b\xc8\xea\xda\x72\x07\x19\x9a\xb4\xd3\x37\xa3\x49\x03\x82\x9a\x06\x19\x9a\x34\xc9\x77\xeb\xe9\x94\x3f\x6a\x02\x4c\x5a\x75\x09\x6a\xd2\xa4\xd0\xad\xa7\x73\xf9\xf8\xb2\x1e\x3b\x65\xf0\x8f\x9d\xc2\xc7\x55\xc9\x84\x4d\x28\x76\x3f\x08\x8a\x2a\xa5\x4c\xbb\x42\xa9\xa7\xa3\x7f\x15\x04\xcb\x47\xe9\x83\x0c\x2d\x9f\xe4\xbb\xf5\x74\xf4\x6e\x3e\x01\xd3\x6a\x53\xf2\x5d\x61\x37\x43\x5e\x37\x9f\xc1\x46\xb3\xba\xee\xdd\x68\x02\xbb\x19\x2f\xf0\x75\x08\x24\x10\xd4\xee\x2f\x5d\x5b\x1a\xc8\x93\x61\x49\xd2\x2b\x04\xd5\x92\xb2\x6a\x20\x65\xdf\xad\x64\xc2\xa6\xec\xbb\x09\xe3\x6e\x54\x6c\x66\x25\xd6\x9b\x55\x03\x79\x7e\x3f\x4d\x9f\x31\x6f\xc3\x5f\x32\x6f\xb2\xef\x56\xd2\x48\x53\xf6\xdd\x84\x7d\x37\x28\x83\x94\xb2\xef\x66\xd5\xf2\x91\xaa\x99\x55\xcb\x07\x44\x1d\x9d\x47\xa7\x8f\xec\x94\x0f\x50\x92\x5e\x21\xea\xf7\x88\x91\x56\x72\x0a\x2a\x59\x93\x59\xc9\x29\xc8\x1a\x76\x8a\xb8\x6e\x2e\xab\xa6\xed\xe4\xcb\xaa\x9a\xb6\xaa\x69\xfb\x7e\xe9\x48\xb9\x87\x58\xc9\x25\xcc\x4a\xb8\x58\x08\xea\x1b\x65\x6d\xfe\x35\xc2\x72\x8d\x24\xb3\x94\x43\x37\xe1\xcb\x35\xcf\x38\xe5\xcb\x4d\xb9\x71\x1b\x57\xca\x52\x72\x5c\x21\x2a\xfe\x2e\x44\xb9\x1b\x28\x56\x40\xe6\x4c\x4a\x84\x2b\x44\x9d\x7f\x66\x69\xc9\xaa\x6a\x96\x3a\xb7\xfd\xf8\x2e\xe4\xce\x15\xa2\x3a\xe8\xe9\x0b\x99\x8a\xce\x3a\x93\x27\x37\xe1\xc6\x35\xf7\x39\xeb\x54\xf4\xa9\xe8\xae\x0c\x35\x78\x55\x83\xe3\x0e\x57\x35\x38\xd4\xb8\xbb\x19\xa3\x3e\x9c\x7d\x0e\x85\x28\x7f\x94\xd5\x3d\x54\x3d\xec\xd4\x45\xa5\x6a\x06\xcc\x7d\xce\x7a\xf8\xca\xad\x9d\x41\x96\x47\x4a\xa7\x2b\x98\xfb\x9c\xd2\xe9\x66\xbd\x9d\x2f\x17\x50\x3a\x5f\xe4\x28\xd5\xc3\x47\x4e\x08\xb1\xac\x56\x30\xc1\xd2\xb2\x26\x14\xac\x41\xcd\xa5\x94\x82\x35\xa5\x5b\x6d\xf0\xa9\xa5\x7c\xab\x42\x50\x73\x29\xa5\x5b\x4d\x28\x56\x4b\xe3\xbc\x23\x21\x5a\xfd\x6b\x56\x35\x11\x0e\x8e\xdc\xaa\xc2\x6e\xc6\xb0\x1e\xdf\xc2\xc3\x5b\xc0\x73\xa9\x2a\x27\xb9\x55\x1b\x07\x45\x29\xb7\x6a\xc2\xa7\x1a\x15\xcf\xa5\x3e\xca\x66\xe1\x09\x68\xd7\xb2\x1a\xdf\xaa\x2a\xac\xd3\x5f\xfa\x16\x5e\xab\xf8\xa0\x76\xaa\x9e\x74\x25\xe4\x45\x95\x90\xac\x6a\x9d\xfa\xda\xa9\x9f\xb1\x2a\x06\x08\x0a\x3d\x65\x35\xbc\x25\x53\x6b\xa3\x4c\x59\xca\xd4\x9a\xed\xe7\x4f\xf9\xf2\x9a\x8a\x02\x30\x41\x3c\x9b\x11\x29\x09\x5d\x1b\x91\xf9\x94\xd0\x55\x30\x41\x3c\x25\x74\xcd\x16\xca\xcb\x12\x69\x7e\xb3\x40\x54\x7c\xdf\x66\x90\x48\x1e\xd5\x66\xf0\x54\x22\x55\x21\xda\xf7\x68\xf9\xe8\xb5\x19\x82\xe8\x2d\x02\xd1\x70\x91\x9b\xce\xa2\x14\xac\xcd\x00\xa5\x14\xac\x42\xb4\x5f\xf0\xc8\x4e\xab\x9d\xe2\xdf\x35\xc3\x3a\xad\x2e\x9a\xf9\x88\x29\x6f\x38\x90\xcd\x20\x60\xd3\x81\x04\x82\x8a\x53\xd9\x74\x20\x25\x48\x6d\x14\xf8\x4e\x19\x52\x13\x36\x54\x53\xe1\x53\x36\xd4\x6c\xea\x13\x4a\x24\x67\x53\x9f\x00\x41\x29\xa9\x6c\xe3\xfb\x6b\xca\xe6\x9b\x51\x9f\x00\x41\xd9\xa8\x94\x34\x35\xdb\xb4\x53\x94\x6e\xd3\x49\x6b\x1c\x0f\x37\x07\x3f\xed\x74\x5a\x5f\x09\xfd\xd7\x0c\x80\x00\xd1\x8a\xbf\xbc\x7c\xe4\xf4\xa2\xd8\xa4\x60\x15\xa2\x39\x47\x3a\x64\xed\xb4\x53\x34\x67\x33\x8a\x01\x04\xd5\xa5\xb2\x19\xc5\x68\xa7\x43\x70\xd5\xe8\x1c\x01\xd1\xf8\x4e\x65\x65\x4d\x29\x4d\x9b\xdb\x0e\x39\x4d\x85\xa0\x08\x55\x4a\x69\x9a\x8d\xc0\x7c\xd3\xd5\x6a\x06\xe6\x81\x68\xb8\xca\xcd\xed\x7e\x7b\xac\x65\x84\x0f\xdc\xdc\xb7\x02\x41\xad\xaa\x6c\x7e\x6d\x72\x6e\xb6\xea\x10\x34\xf2\x10\x6c\x46\xc3\x55\x96\x60\x33\x9b\x5f\x9b\xba\xa6\xf9\xb5\x01\x41\x49\xab\x6c\xaf\x23\xf5\x6b\xe3\x3a\x46\xca\xc3\x29\x44\xc3\x55\x96\x87\x53\xd8\xcd\xec\x41\x41\x36\x44\xc3\x55\x6e\xda\xf8\x46\xde\x7b\x53\x89\xc0\xdd\xf9\x41\x78\x6e\x25\x83\x67\x76\xce\x73\x29\x86\x95\x9d\xf3\xdc\xec\x3f\xe7\xe8\xb4\x59\xfa\x8c\x39\xc2\x2d\xee\xdc\x6f\xca\xee\xa7\xdb\x98\xf1\xee\xa7\x0b\x04\xd5\xae\xb2\xfb\xe9\x4a\x11\xda\x28\x84\x96\x52\x84\x0a\xd1\xf0\xd1\xba\xf1\x65\xf8\x3c\x4b\x73\xbd\x75\x8d\x37\x10\xad\xfa\xc8\x4e\xb1\xca\xcd\x97\xd5\xb5\xca\x1d\xab\x4c\xed\xac\xec\x5a\xe5\xae\x22\xf8\x04\x51\x11\x74\x15\x01\xae\x5c\x8f\xef\xaf\x39\x04\x7b\x50\x11\x74\x15\x01\x6f\xbe\xab\x08\x64\xed\x6c\xdf\x4f\x8d\xef\xc2\xd4\x19\xd4\xce\xca\x6e\x7c\x17\x28\x8d\xd2\x56\xd9\xb9\x5f\x24\x04\x14\x79\xd9\xd5\x0d\xbd\x7e\xb5\xa8\x90\xd7\x98\x6f\x57\x5f\xd4\x3f\xf3\xa3\x66\x57\x9d\x40\xf7\xb9\xff\xca\x5e\x19\xbd\x39\xad\xf8\x1d\xdc\x5e\x49\xb9\x3f\xb3\xab\x75\xa0\xcb\xcb\xae\xd6\x81\x0f\x34\xbe\xfe\x8d\x08\x03\xa5\x79\x06\xd9\x9b\x72\x92\x7e\xe3\xe9\x25\xdc\xa0\x7f\xcd\xde\x2d\x7c\x85\xd9\x80\x08\x74\x03\x9d\xe2\x37\x76\xa3\xc4\xc0\x6e\xc6\xe4\x90\x7e\x93\x9d\x5c\xc6\xaf\x83\xee\x7c\x7d\x95\xc0\x88\xc9\x74\x43\xc2\xf0\x81\x86\x87\x9c\xd2\x81\x0a\xbb\x19\xc3\x72\x77\x0b\x45\x68\x7c\x1d\x0c\x57\xad\x8a\x93\x6a\x4d\xd9\x55\x9c\x40\x50\x70\x2a\xbb\x1b\xde\xae\xe2\xa4\xd0\x53\x76\x15\x67\x57\x71\xe2\x6b\x74\x15\x67\xd7\xc3\xa2\x82\x53\x76\x3d\xac\x3e\xed\x14\x39\x74\x97\x80\xd2\x28\x75\x94\x5d\x7f\xa9\xab\x38\x71\x49\xba\x8a\xb3\xeb\x1b\x71\x29\x27\xbb\xbe\x51\xc7\x37\xe2\xd6\x4f\x76\x7d\xa3\xae\xe2\xa4\xea\x50\x76\x15\x67\x57\x71\x62\x46\xbb\x8a\xb3\xeb\x42\x71\x77\x27\xbb\x2e\x14\x10\x94\x88\xca\xae\x0b\xd5\x0f\xdf\x02\x5a\xa7\x1f\xbe\x85\x0d\x41\x89\xa8\xec\x7a\x55\xfd\x2b\x3f\x76\xd8\x83\xb2\x1d\xca\xa6\x1c\xca\x46\xfa\x4d\xa3\x64\x4f\x76\xc3\xd5\x80\x37\x92\xb2\xbb\x2f\x06\x76\x33\x9f\x29\x2f\xe7\xca\xdf\x1c\x79\xae\xdc\x2d\xc5\x43\x65\x9f\xec\x2a\x7a\x20\xbe\x39\x32\x5a\x0d\xec\x66\xbc\x05\xc3\xd5\x9d\x2d\x75\xc3\x61\xe8\x6e\xa9\xfb\xf9\x55\x50\x63\x08\x9a\x88\xae\x89\x98\x3e\x72\x6d\x9d\x4e\x2f\x1e\x83\x24\xb2\x42\x50\x35\x2a\xbb\xd1\xea\xfe\x15\x33\xc3\xc6\x4b\x05\x2b\x04\x55\xa3\x52\x26\xd8\x84\xc2\xb5\xb4\xae\xc2\x72\x13\x0c\x9f\x6b\x7c\xef\xcf\x4d\x70\xd7\x2e\xf5\xb0\x99\x53\xce\xee\xf6\x7b\x7f\xf7\xf7\xd7\x2e\x9b\xd1\xe9\xed\x47\x79\xf3\x2d\xe0\xc8\x76\x0f\x87\xe5\x73\x6d\x1d\x45\x2f\x9f\x6b\xf6\xe4\x73\xc6\xf5\x84\xc8\xf5\x83\xdd\x0c\x79\x0d\x26\x03\xde\xbd\xca\x6e\x30\x59\x8a\xd7\xe6\xf1\xb3\x1c\xaf\x42\x7c\x33\x9e\x5f\xa7\xcc\x9b\xc7\xcf\xdd\x93\x60\x68\x5f\xe3\x9b\xf1\xe5\x3b\x5d\xca\xa6\x1e\x36\x34\x0d\x44\xc3\x95\xeb\x86\xa6\x65\x87\x6d\x9e\x52\xcb\x0e\x2b\xc4\xf7\x62\x0c\x4d\xf7\xf5\x75\x4a\x0f\xee\xe3\x3b\x59\x1c\x54\xfd\xca\xae\xa7\x0c\x94\xc6\x75\xa9\xec\xba\xca\x40\x7c\xef\xcf\x68\x35\xb0\x9b\x31\x7a\xf7\xf6\x40\x98\xb3\xd0\x3d\x57\x96\x92\xb6\x71\x5d\x2a\xa5\xa4\xcd\xbe\x3d\xe6\xe8\x5a\x39\xb7\xf6\x5d\xb3\xdf\x55\x83\x9a\x7d\x20\xba\x56\xce\xad\x7d\xd7\xec\x53\x85\x25\xbb\x66\x1f\x08\xaa\x20\x65\xd7\xec\x03\xbb\x19\x9d\xea\x78\x77\xce\x95\x3b\x3e\x5a\xd7\x13\xe8\x56\x77\xf3\x30\xbb\x1b\xe8\x86\x1b\x37\xa8\x82\x94\x52\xe3\xe6\xc0\x9e\x9b\xed\x30\xb4\xe7\xe3\xe7\xe0\xd1\x8c\xc3\x08\xf6\xc0\x15\xa7\xf8\x50\x0e\x5d\xf1\xa1\xd9\x87\x21\x34\x87\x66\x1f\x08\x93\x22\x86\x66\x5f\xee\xdd\xe6\x31\xb8\xdc\xbb\x42\xb8\x78\x87\x66\x5f\x52\xdd\x46\x55\x93\x94\x54\x37\x21\xd2\x0d\x17\xef\x30\x5a\x0d\x94\xc6\x6d\xa5\x1c\xa4\x73\xe5\x28\x76\xca\x10\x34\xfb\x43\xff\xdf\xf3\xed\xa1\xff\x0f\xf7\x6e\x50\xa3\x28\xe5\xde\xcd\xa1\x77\x40\x45\xb2\x1c\x7a\x07\x40\xb8\xc6\x47\x38\x52\xbd\x03\x28\x40\x53\x8a\xde\x1c\xc1\x6b\x66\x8d\x0f\x63\xca\x43\xef\x00\x0a\xd0\x1c\x7a\x07\x40\xb8\x78\x87\xde\xc1\xa8\x2e\xc1\xf3\xf7\x67\xe3\x3d\x8c\x39\x43\xee\xeb\x95\xc4\x1c\x1e\x2b\x03\xfb\xaf\x30\x87\x9e\x2b\x03\x5e\x2c\xcc\xa1\xdb\x01\xec\x66\x0a\xe0\x70\x70\x45\x28\x92\x94\x43\x57\x64\xe8\x8a\x50\xed\x22\x87\xae\x08\x10\x14\x49\xca\xa1\x2b\x32\xaa\x23\xe4\x6b\x1f\x1e\x35\x0f\xb2\xe4\xcc\xe7\x18\xcd\x05\xa4\xaf\xe1\xd9\xfb\xd0\xd7\x00\xbc\xcd\x98\xc3\xb0\x87\x5c\xc5\x8d\xc2\x13\x29\x57\xb1\xe0\x6d\xc6\x94\xab\x38\x07\x21\xf2\xe6\xd9\xfb\x30\x44\x3e\xba\x9d\xfa\xc8\x4e\xf5\x35\x86\x8b\x5b\x5f\x63\xe0\x6b\x50\x4b\x29\x87\xbe\xc6\xe8\x16\x3d\x64\x03\x32\x3c\x6a\x1e\x5c\x50\xe3\x9a\x62\x0e\x2e\xa8\xe5\xd0\x89\xa0\x96\x41\x0e\x9d\x08\x20\xfc\x8a\x87\x21\xf2\xe1\x7e\x09\x2e\xd4\x1c\xee\x97\x80\xf0\x2b\x1e\xee\x97\x06\x7c\x78\xcd\xf3\xed\x31\x5c\x2d\x83\x6f\x11\xcf\x65\xe8\x30\x00\xbb\x99\xcf\xec\x01\x27\xc2\xcc\x95\xa1\x13\x31\x0c\xb0\x78\x0c\x3e\x0c\xb0\x0c\xb6\x55\xea\x84\xe1\xb6\x6a\xe8\x44\x0c\xdf\x8c\x4e\x04\x10\x94\x5c\xca\x31\x95\x4d\x27\xc2\x63\xf0\xa1\x13\x01\x78\x37\x32\x87\x4e\xc4\x30\xc0\x02\x7b\x69\x0e\x5d\x81\x71\xd8\x29\xf3\x66\xec\x1b\x28\x6d\x38\xfa\xc3\x85\x74\xb0\x90\x70\x70\x86\x0e\x03\xb0\x9b\x31\x52\x83\x2e\x00\x57\x28\xf7\xff\x7d\x0b\x6e\xf9\x3c\x2d\x1f\x6e\xf9\x06\x66\xff\xd3\x3a\x9a\xfd\x71\x2a\x9b\x0a\xcb\x48\x3a\xe0\x55\xca\x1c\x9a\x7d\x69\xaa\xdb\xb0\x07\xcd\x3e\x10\x9f\x72\xd2\xec\xcb\x3f\xdd\x86\x3f\x35\x44\x0e\xe7\x74\x98\xa3\x33\x0c\x91\x03\xa5\x79\xf6\x3e\x2e\x3f\xc0\x8b\x0f\x50\x1d\x66\xd4\x7c\xe8\x1d\x78\xf6\x3e\xf4\x0e\x80\xa0\x32\x53\x0e\xbd\x83\x71\xf9\x16\x70\x53\x86\x47\xcd\xd0\x54\x07\x95\x99\x52\x9a\xea\x1c\x3a\x11\x90\xb1\xe7\xd0\x89\x00\xbc\xe6\x99\xe3\xf6\xcb\xd2\x89\xf0\xec\x7d\xe8\x44\x8c\xed\x31\x44\xff\x3a\xf0\xc5\x18\xe6\x1a\x04\xab\x86\x61\xae\x91\x76\xca\x48\x4d\x27\x03\x4a\x83\x03\x3d\x47\xfa\x65\x25\x36\x13\xcf\x65\xe8\x57\x00\xbb\x19\xf2\x7a\x98\x0d\x78\x1b\x34\x87\x59\x67\x43\x5f\x63\xa8\xb8\xf4\x35\x06\x19\xa3\xd4\x54\xca\xa1\x5f\x31\x74\x22\x20\x10\xcf\xa1\x13\x01\x04\x84\xcd\x39\x4c\x27\x93\xb7\xbb\x41\x20\x9e\xf2\x76\x0b\xf1\x29\x75\x9d\x88\x61\x08\x6e\xfe\xfc\xa9\x9d\x2e\x3b\x65\xf0\x1e\x06\x0c\x9d\x08\xee\xd8\xe5\xd0\x89\x18\x3a\x11\xb8\x4b\x43\x27\x62\x18\x5b\xf3\x88\x7e\x18\x5b\x1b\xec\xf6\x3f\xdd\xef\x6e\x7f\xe8\x1d\x78\xf6\x3e\xf4\x0e\x80\x30\x05\x6a\x18\x6e\x93\x53\xbc\x4d\x75\x88\xde\xc1\xd0\x3b\x70\x8e\xf4\x0e\x24\x0b\x6f\x53\x6b\xa8\x8d\x87\x20\x3c\x3e\xe5\xee\xce\x7e\xbc\x5f\x91\x54\xff\x9a\x3d\x70\xbe\xfd\x69\x6d\xcf\xb7\xe5\x14\x6f\xf0\xca\xa6\x9c\xe2\x39\x7f\xce\x25\x7b\xd4\xe9\x61\x36\x04\xe2\x01\x5d\x75\x4a\x20\x9e\xd3\x48\xdd\xc4\x30\x4c\x23\x75\x53\xf7\x80\x97\x35\x75\x0f\xa6\xee\xc1\x64\xdb\x38\x75\x0f\xa6\xee\xc1\xe9\x2f\x91\x6d\xba\xdd\x87\x6b\x36\xa7\xdb\xfd\x49\x48\xdf\x9c\xac\x69\x48\x1f\x28\x0d\x12\xd9\x9c\x54\x70\x15\x62\xe0\xb7\x4d\x3d\x06\x60\x37\xf3\x99\x82\xe0\x45\x50\xb7\x28\xa7\x5e\xc4\x2c\x8e\x1e\xf5\x33\xc3\xd1\x47\xa1\x19\x72\x44\xf8\x48\xd9\x50\x70\x53\x2f\x02\x88\xf1\xfb\x27\x12\xd6\xa6\x41\x46\x09\xd7\x9b\x87\xff\x12\xae\x0b\x41\x59\xa3\x9c\x3a\x19\x53\xef\x01\x2a\xda\x9c\x7a\x0f\xd0\xa3\x07\x65\x8d\x72\x9a\x62\x36\xf5\x1e\x60\xff\xcd\xa9\x7b\x00\x84\x79\x62\xd3\xb8\xe3\xb4\xd0\x2c\xec\xbf\x39\x0d\x3c\x02\xa1\x81\x9c\x7a\x11\x53\x2f\x82\xab\x8b\x39\xf5\x22\x80\xd0\x40\xca\xc5\x9e\x92\xac\x37\x48\x82\x53\x96\xf5\x9c\x84\x20\xa8\x57\x94\xd3\x18\xc3\xd4\x3d\x30\x47\x60\xea\x1e\x00\x61\xd6\xd9\x34\x13\x4d\x7e\xf6\x66\x12\x80\xfc\xec\x42\x50\x88\x28\xe5\x67\x4f\xf8\xd7\x77\x33\x7a\x30\x3b\x0d\x08\x0a\x11\xe5\x34\x14\x21\x3f\x7b\x33\x09\x40\x7e\xf6\x84\x93\x3d\x34\xde\xd3\x84\x35\x60\x37\xe3\x5d\x1a\x9e\x00\x42\xe3\x3d\x75\x2c\x80\xd2\x4c\x02\x98\xa6\x6a\x4f\x4e\xd0\x21\x32\xcf\xe9\x09\xfa\xd4\x8b\x30\x09\x60\xea\x45\x00\x61\xaa\xdb\x34\x3a\x21\xdb\x7b\x83\x9b\x37\x65\x7b\x17\xbc\xd2\x9e\xb2\xbd\xa7\x34\xee\x0d\x36\xdb\x94\xc6\x5d\x08\x3d\x06\x69\xdc\x73\x42\xcf\xd8\x0e\x97\xe8\x70\xf4\x1b\xbc\xf9\x9e\x53\xff\x43\xca\xf6\x06\xc7\x6b\xca\xd9\x9e\xf0\xb3\x87\x8e\x85\xfc\xec\x39\xf5\x22\xa0\x34\xcd\xa9\x17\x01\x78\xf3\x3d\xa7\xf1\x5a\x69\xdc\xdb\xe1\x9b\x99\x5f\x0f\x0f\xcd\x7c\xe4\x54\x5a\xe2\xfc\x20\x8c\x09\x59\xfb\x06\x3b\xf5\x91\x9d\x1a\x63\x30\xf3\x60\x1a\x63\x98\x5c\xf9\xd4\xff\x98\x7a\x0c\x52\xb6\x37\x28\x42\x53\xce\x76\x21\x28\xa2\x93\x52\xb6\x0b\xbb\x19\xf3\x66\x40\x61\x12\x3c\xe0\x82\x7c\x4e\x83\x07\x53\x2f\x82\xeb\xa8\x39\xf5\x22\x00\x2f\xc8\xe7\x34\x9e\x20\xdb\x7b\x33\xdd\x41\xb6\xf7\x9c\x78\x11\x14\xd1\xc9\xa9\x17\x21\x01\x7c\x3b\x7c\x33\xa7\xcb\x92\xab\x9f\x7a\x33\xd3\x23\x7a\xd9\xde\xdb\xe1\x9b\x31\x78\x00\xc3\x7b\xe8\xcd\x4c\xf3\xda\x80\xdd\x0c\x79\xcd\x5d\x9f\xdb\xb3\x08\x28\xdb\x73\xea\x58\x40\xf0\xbe\x9b\x31\x04\x0f\xda\x61\x7b\x0f\x9d\x1e\xd9\xde\x73\xea\x45\x70\x91\x34\xa7\x5e\x04\x10\x3a\x3d\xd3\x84\x35\x49\xe1\x9b\xc9\x13\x92\xc2\x0b\x31\x86\xbf\x74\x42\x8c\x7d\x1f\xc4\x02\xa7\xb1\xef\x79\xdb\x29\x43\x30\xaf\x0d\x28\x0d\xbe\xc8\x9c\xc6\x1d\x26\x5e\x84\xe9\x8b\x53\x2f\x42\x9e\xf8\x76\x38\x2c\xf3\xda\x20\x85\x0f\xaa\xe3\xa4\xa4\xf0\x39\x75\x0f\x0e\xe5\xd5\x3d\x00\x62\xa8\xf2\x0c\x45\x4c\x43\x11\x87\x82\xe8\x32\x00\xa1\x43\x36\xf3\x93\xc3\x09\xc1\x97\x9b\x7a\x11\x40\xe8\x90\x4d\xbd\x88\x69\x8c\xc1\x54\x8c\x69\x8c\x01\x08\x1d\xb2\x69\x8c\x61\x2e\x8b\x55\x7f\x3f\x55\x10\xbc\x08\x8a\xd0\xe6\xd4\x8b\x98\x8f\xd3\x8b\x0f\x35\x0d\x28\x00\x61\x6a\xe5\x34\x9e\x30\xf5\x22\x0e\xf5\x9b\x5e\x04\x10\xe3\xfb\xa5\x9d\xea\x45\x40\x8f\x98\xb2\xe4\x0b\xb2\x19\xe4\xd4\x8b\x90\x9c\xbe\x1d\xe8\x37\xd9\xe9\x13\x76\x7a\xd9\x0c\x52\x76\xfa\x3c\xb4\xf1\x50\xe9\xe5\xa1\x8d\x07\x82\xca\x3d\x79\xb8\xdd\x3f\xb4\xf1\x50\xe9\xe5\xa1\x8d\x07\x24\x3d\xc8\x43\x1b\x2f\xaf\x7d\x3b\x31\x02\x12\xdb\x0b\x61\x3e\x27\x24\xf7\x1b\x5e\x9b\xed\xb9\x94\xc4\x3e\x21\xae\x97\x1b\x21\x0f\x13\xd6\x80\xdd\x0c\x79\x3d\xdd\x07\x82\x3a\x40\x79\xe8\x1d\x00\xa5\x9d\xa8\xed\xc3\xd3\x80\xa3\xf0\xc9\xe0\xa4\x1d\x7a\x07\xf2\xda\x37\x6e\xfd\xa6\xc4\xf6\x09\x89\x7d\x8c\xe3\xcf\xe4\xe6\x29\xc7\x7d\x1e\x7a\x0a\xd0\xd4\xe5\xa1\xa7\x00\x84\x7e\xee\x61\x5e\x9b\x54\xf8\x0d\xfe\xb9\x94\x0a\x5f\x08\xfd\xdc\x43\x57\x40\x8e\xfb\x66\x16\x89\x1c\xf7\x09\xaf\x7d\x50\xeb\x27\x0f\x13\xd6\x80\xdd\xcc\xbf\xf6\xfa\x0c\x5b\x85\x0f\x77\xe8\x1d\x00\xbb\x19\xf3\x65\x70\xe1\xd0\x63\xc0\x5f\x3b\xf4\x18\x0e\x4f\x23\xcc\x22\x39\x34\xe8\x40\x50\xc4\x27\x0f\xa3\x02\x87\x36\xde\xbc\x8f\x43\x1b\x0f\x84\x3e\xf8\xe1\xc9\x83\x8c\xf9\xed\x44\x73\xca\x98\x2f\xc4\x38\x7d\xa4\x1c\xee\xed\xb9\x3b\x9c\x87\x7b\xfb\x83\x6c\x73\x5d\xf5\x43\x7b\x7e\x68\xbc\x4d\xe8\x38\x34\xde\x07\xc6\x9b\x22\x3e\x79\x68\xbc\x65\xc7\x6f\x10\x7e\xa5\xf4\xf8\x42\x50\xc4\x27\x0f\xd3\xdf\xa4\x98\x6f\xb0\x65\xa5\x1c\xf3\x09\x9f\x7c\x50\xc4\x27\xe5\x93\xcf\x43\x03\xc9\xdd\xe1\x3c\x34\x90\x40\x50\x9d\x27\x0f\x53\xcc\xa4\x9d\x6f\xa7\x73\xa9\x81\x04\x62\xfa\xf5\x68\x20\x81\xdd\x8c\x21\xb8\xf5\x06\x82\xea\x3c\x09\x2d\xfd\x86\x97\x72\xe6\x8e\xde\x6d\xf6\x41\x8a\x99\xbb\x8d\xc3\x14\x33\x60\x37\x43\x5e\xed\x28\x10\xee\x36\x0e\xc3\xf7\xc0\x6e\x86\x6c\xc6\xef\x0f\x62\xf5\xd3\x6f\xd1\x0d\xfa\x71\x58\xdf\xdd\x61\x69\x5b\xe1\xba\x8f\x59\xfc\xa5\xd3\x8b\x81\xec\x3f\x05\xd1\x40\x02\x31\xfd\x16\x35\x90\xc7\x69\x19\x78\x7f\xea\x66\x19\x08\xf7\x2e\xc7\xf9\xfd\xb5\xc7\xda\xf3\x4c\xaf\x89\xdf\x80\x94\x21\x79\x68\x0c\x81\xdd\x8c\x91\x1a\x4a\x07\xa4\x0c\xc9\x43\x03\x29\x0f\x7f\xff\xf9\x01\xba\xa7\x06\xa4\x0c\x49\x79\xf8\xf3\xc0\x56\x75\xaa\x56\xe6\xa1\xad\x3a\x6e\x65\x43\x0e\x6d\x95\xf4\xf7\xfd\xc7\x36\x42\xfe\x7b\x21\xa6\x1d\xb8\x6d\x3d\xd2\x4e\x89\x93\x1c\xda\x2a\x20\x4c\x7d\x3e\xcc\xc1\x96\x12\xbf\x43\x2d\x92\x52\xe2\x0b\x31\x55\x04\xda\x2a\xb9\xee\x3b\x64\x20\x29\xd7\x7d\xc2\x6f\x2f\x9d\x49\x1e\x30\x2d\x08\xa5\x43\xb8\x91\x87\x39\xd8\x40\x4c\xf5\x85\x76\x09\xd8\xcd\x7c\xa6\x20\x24\x9d\x4c\x07\x6f\xd2\x89\xf4\xf7\xfd\x87\x35\x94\xff\x3e\xe1\xba\x0f\xf7\x7c\x72\xdd\xe7\xf1\x28\x1b\xa6\xe4\xd0\x56\x01\xe1\x36\xf0\xd0\x56\x1d\xaf\xeb\x0d\x97\xfd\x78\xbf\x67\x0c\x01\x2f\xf0\x30\x0c\x2d\x13\x7d\xff\xf9\xc9\x18\x73\x86\x76\x3e\x4c\xf2\x96\x76\x3e\xa5\x9d\xef\x70\x12\xa4\xb4\xf3\x42\xb8\xa9\x3c\xcd\x1d\x93\x89\xbe\x17\x3e\x71\x99\xe8\xf3\xdc\x7b\xd0\x30\x17\xfc\x84\x7b\x26\x4f\x36\x9a\xbd\xb0\xc8\x4f\x37\x9a\x27\xb9\x63\xd4\x39\xc9\xd3\xdc\x31\xa0\x74\xca\x3c\xe6\x69\x72\x35\x10\x14\x30\xc9\x53\xbb\x74\x5a\x1d\x98\x7b\xff\x79\x1a\x9b\x06\x82\x62\x3e\x79\x6a\xab\xa4\xbf\xef\x5c\x7f\x4e\xe9\xef\x05\x49\x65\x52\xfa\xfb\x3c\x2d\xd4\xcb\x4d\xfd\x3c\x55\xf8\x40\x98\x80\x7e\x7a\xae\x7c\x56\x47\xea\xe8\xdd\xc1\x01\x41\xcd\xf7\x3c\xdd\xc0\xc9\x3a\xdf\x8b\x82\xb8\x61\x81\x62\x3e\xa8\xf9\x93\x52\xcc\xe7\xd9\xfd\x6b\xb8\x29\xa7\xda\xf2\x54\x5b\xa2\x8e\x4f\xb5\xa5\x4c\xf4\xdd\x9b\xaa\x32\xd1\x0b\xe1\xbe\xf8\x74\xab\x23\xc5\x7c\xf7\x6e\xa9\x14\xf3\x09\xad\xbc\xbc\x38\x79\x7a\x9c\x0a\x94\xee\xfd\xcd\x13\x36\x47\x21\xcc\xa1\x3f\x3d\x61\x95\x4e\xbe\x7b\x7f\x53\x3e\x79\x21\x28\x0d\x94\xd2\xc9\xe7\x39\xec\x14\x15\x7d\xaa\xc9\x81\x98\xfd\x9f\x38\xf3\x3e\x8d\x9d\xca\x40\xdf\x0b\x66\x4e\x06\x7a\x21\xdc\xd2\x9f\x2a\x7a\xa9\xe5\xbb\x59\x40\x52\xcb\x0b\x41\x81\xa1\x94\x5a\x3e\xe5\x87\xef\x66\x01\x49\x10\x9f\x70\xc2\x87\x5b\xfb\xd3\x08\x28\x9c\xf0\xa5\x53\x53\x32\x4f\xc3\x9d\x40\x50\x8c\x26\xe5\x87\x4f\x38\xe1\x4b\x37\xbd\xe7\x74\xef\x02\x84\x11\x80\xd3\xb3\xd0\xf3\xb4\x53\x74\xdd\x69\x68\xf3\x3c\xed\x94\x99\x76\x03\x02\x94\x6e\x16\xd0\xe9\x0e\x04\x08\x8a\x0e\xe5\x69\xb4\xf3\x54\x83\x7b\x51\xee\x54\x83\x9f\x6a\x70\x8e\x78\x4f\x35\xb8\xcc\xee\x3d\xd0\x27\x52\xbb\x27\x34\xee\xe1\x9d\x03\x69\xdc\xf3\x54\x99\x7a\xd5\xe8\x54\x99\x9e\x2a\x53\x94\xd3\xa9\x32\x3d\x29\x1a\xd5\xbd\x43\x04\xf5\xfb\x06\xd6\xd9\xb4\x03\xd7\x19\x04\xf0\x3d\x50\x7f\x32\xc0\x0b\x61\xd8\xe1\xf4\xa8\xf2\x4c\x65\xb3\x07\x3d\xfa\x93\xc3\xc5\xe9\x42\xf6\x70\x51\x02\xf8\xee\x75\x1e\x19\xe0\x85\x98\x38\xd7\xa7\x6a\x18\xd8\xcd\x7c\xa6\xbc\x0b\x15\xe3\x7a\x57\x0d\x9f\xea\xdc\xf8\x9e\x29\xef\x42\x36\x34\xa2\x3c\xf1\x42\xe9\xf1\x3d\x73\xca\xd9\x1f\xc0\xe6\x94\xa7\xfb\x83\x53\xd5\xec\x3d\x9d\x53\xd5\x0c\xc4\xc4\x1d\x96\x27\x5e\xd8\xcd\x78\xf5\xaa\x6b\x40\xd2\xa7\x94\x27\x5e\xd8\xcd\xfc\xa9\xc3\x52\x83\xfb\x91\xa9\xc1\xa1\x90\xdf\xcd\xfc\xa9\xc3\x7a\xb0\x2e\x78\xcd\xd2\xc9\xa7\xdc\xf1\x3d\xbe\x67\x0e\xe1\x71\x08\x0c\xde\x7c\x40\xa0\x74\xaf\xcc\x9c\x9e\x72\x9e\x24\x32\x19\x39\x39\x4d\x64\x82\x2e\x7e\x37\x63\xf4\xc6\x2c\x4f\x62\x96\x94\x0b\xca\xd3\x98\xe5\xa9\xd9\xf0\xf6\xca\xa9\xd9\x00\x82\x72\x41\x79\x1a\xc6\x94\x62\xbe\x57\xbe\x53\x29\xe6\x85\xa0\x5c\x50\x5e\x9a\x0d\x29\xe6\x7b\x25\xe0\x27\xc5\x7c\x42\x2b\x1f\x06\x58\x2e\xf7\x29\x40\xe9\xb5\xf8\xd7\x6e\x9f\x31\x52\x5c\xb9\x4b\xb3\x71\x11\x9f\xec\xde\xed\xb8\xdc\x81\x00\x92\x65\xa5\xe4\xf4\x79\x69\x0f\xbc\x3f\x71\x69\x0f\x80\x38\x94\x43\x7b\x70\xc1\x61\xd9\x2b\x5f\xfd\x15\xdf\xb3\x93\x66\x8d\x47\xca\x86\x5b\xdc\x4d\xa2\x97\x01\x3e\x21\x7d\x97\x7a\x2b\x2f\xdd\xe2\x4b\x7b\x00\x41\x71\x5e\xda\x03\x20\xa8\xdc\x93\x97\xf1\xab\x4b\x7b\x60\xe2\xf0\xa5\x3d\x00\x82\xca\x3d\x79\x69\x0f\x64\x7b\xef\x95\xcf\x48\xb6\xf7\x84\xe1\x3d\xa8\xdc\x93\x97\x27\x63\x40\xe9\xa6\xd5\x5e\xa6\xdc\x5c\xd8\x03\x2f\xb1\x5c\xda\x03\x08\xde\x77\x33\x46\x6f\x4c\x0b\x08\x23\x4e\x97\x31\xad\x8b\x12\x1e\xdd\xe4\xb4\x4b\x45\x0b\xc4\x41\xc8\xf0\x32\xd3\x05\x4a\xf6\xd2\x4d\x42\xbc\xf4\x81\x81\x30\x30\x75\xe9\x02\x5f\x6a\x4b\x13\xfd\x2e\xb5\x25\x10\x87\x2f\xc6\x10\x8e\x0c\xe5\xdd\x9c\x2d\x29\xca\x13\x3a\xf2\xf0\x82\x8d\x74\xe4\x79\xa9\x06\x4d\x6b\xb9\x54\x83\x40\x78\xc1\xe6\x32\x0b\x58\xd6\xf2\x6e\x5a\x8b\xac\xe5\x42\x50\x6b\x27\x65\x2d\xcf\x4b\x67\xd1\x44\x94\x4b\x67\xf1\xe2\xdc\x83\xba\x3a\x79\x19\xc4\x00\x4a\x37\xd9\xe3\x32\x8a\x01\x84\xd1\xb0\x4b\x95\x07\xec\x66\xfc\xd4\x28\x06\x10\x14\xcc\xc9\x4b\x35\x78\xa9\x06\xcd\x09\xb9\x54\x83\x40\x1c\xf8\xbb\x97\x6a\x50\xaa\xf4\x6e\xea\x8f\x54\xe9\x09\x55\x7a\x18\x5b\x93\x2a\x3d\x2f\x15\x57\x43\x13\x5c\x2a\x2e\x20\x28\x98\x93\x97\x8a\xeb\x52\x87\x98\x3a\x72\xa9\x43\x00\xa8\xde\xfe\x68\xbc\x2f\x03\x1a\x17\xd9\x10\xbd\xbb\xe0\xcd\x86\x00\xc2\xd0\xdb\xa5\x17\x2a\x2f\x7b\xef\xb8\x75\xf2\xb2\xe7\xad\x06\x30\x71\xe0\x56\x03\x00\x92\xc8\xe5\x6d\xf4\x42\xaa\xf4\x6e\x02\x8a\x5c\xe9\x42\x50\xf5\x2b\xa5\x4a\xcf\x5b\x0d\xe0\x79\xf9\xad\x06\xb8\xd5\x00\x2c\xa0\x5b\x0d\x20\x7d\x7a\xef\xcd\xbf\x66\xa7\x6a\x00\x3c\x69\xe9\xd3\x53\x5e\xf4\xee\xd1\xb5\xbc\xe8\x09\x17\x7a\x50\x8a\x27\x6f\x8f\x1e\x6e\xea\x4e\x74\x0f\x9b\x6f\xf7\xd4\x80\xcc\x75\x79\xb7\xaf\x99\x9d\xb2\x0c\x64\x10\x4f\xd8\xc2\xa5\xa6\x4b\xd9\xc2\xf3\x56\x9f\xf4\xc3\x9f\xa6\xcf\x78\x23\x8a\x0b\xa9\x56\xde\xea\x93\x8e\x0a\xbf\xd5\x27\xb7\xfa\x84\xe8\xac\x6c\xe1\x29\x0d\x78\xf7\xd8\x49\x1a\xf0\x84\xfa\x5b\x06\xbb\xbc\x4d\xd7\xbb\x49\xd7\xeb\x1e\xe3\xdc\x06\xc4\x6f\xf5\x09\x0e\xf7\xad\x3e\x91\xf2\xbb\x7b\x3e\x23\xe7\xb7\x10\x94\xe2\xc9\xdb\x3c\xbc\x9b\xdd\x78\xf7\xce\xfc\xed\x6e\xfc\x9e\x76\x3a\x79\x64\xa7\x9c\xf1\xf6\xc1\xfe\xeb\xd6\xeb\x01\x82\x52\x3c\x79\xeb\xf4\x48\x84\xdd\x8d\x8a\xca\x84\x2d\xc8\xae\x97\xb7\xd9\xbf\x92\x4d\x77\xef\x09\xcb\x36\x2d\xc4\xe1\x8b\xd1\x63\xb8\x35\xc1\xee\xa9\x6f\x4d\x30\x10\x5e\x3c\xbb\x9f\xaf\x19\x26\xd8\xdd\xdc\xad\x09\x06\xc2\x8b\x67\xb7\x26\x18\xd8\xcd\x7c\xa6\x20\x9c\x2e\x7a\xf1\xec\xf6\x74\x51\x4e\xea\xee\x25\x5b\x49\xa9\x33\xdd\x0a\xe9\x71\xa7\x5b\x21\x38\xa3\xc3\xe8\xac\x9c\xd1\x29\x3f\x74\xd7\xe7\x93\x20\x5a\x08\xaa\xf9\xa4\xfc\xd0\x29\x19\x74\xf7\x02\xa9\x64\xd0\x42\x50\xcd\x27\xd3\x85\x0f\xff\xf3\x6e\x56\x79\x66\xa7\xc5\x4e\x4f\x1e\xd9\x29\xe4\xff\x5d\x87\x29\x0d\x9b\xe5\x5e\xec\x32\x15\x66\x4a\xe5\x20\x19\x74\xf7\xd4\x47\x32\xe8\x94\xe5\xf9\x18\x3e\xba\x7c\x64\xa7\xf8\x29\xe9\xc6\x0a\x08\x83\xb8\x12\x3f\x0b\xbb\x19\x82\xc4\x27\xc8\x43\x33\x7f\xf9\xfa\xc8\x09\x61\xe1\x4b\x06\x2d\x48\x8f\x98\x69\x70\x4d\x96\xe7\xee\xa9\x8f\x34\xce\x09\x75\x73\x50\x1b\x28\xd3\x64\x1a\x60\x37\xf3\xa7\xb7\xcf\xe8\x74\xfa\x4b\x3b\x6d\x4e\x2f\xde\x46\x7a\x0c\x26\x8d\xb3\x97\xf8\xa4\x71\xce\xf4\x13\xd7\x3f\x48\x3f\x71\x20\x0c\x30\xcb\xec\x9c\xd2\x38\x77\x4f\x7d\xa4\x71\x16\x82\x6a\x3e\x99\x7e\xe2\xa9\x2f\xa0\x45\x4f\x7d\x81\xec\x76\xea\x23\x3b\x25\x23\xb7\x6b\x5c\xd3\x8c\xdc\xf4\x13\xc7\x30\xa5\x9f\x78\xba\x37\xd4\xb8\xa6\x7b\x43\x20\xbc\x12\x98\x9e\x6f\xa5\x9f\xb8\xa7\x3e\xe9\x27\x9e\x7e\xe2\xb8\xa3\xe9\x27\x0e\xec\x66\x74\xea\xbd\x05\x20\x0c\x7e\xa7\x54\x0e\xa9\x67\xa1\x65\x4a\x3d\x8b\xd4\xb3\x70\x35\xe8\x59\xa4\x5b\x48\x4f\x7d\xd2\x2d\x24\x10\xd4\x06\xca\x74\x8f\x98\xd4\x8c\xe9\xea\xe8\x74\x43\x08\x84\xa1\xf4\xf4\xb4\x2c\xf5\x2c\xd4\xaa\x52\x3b\x27\x6c\xce\x71\xb8\x68\xdc\x87\xa5\xea\xc7\x13\x82\x54\xfd\xa4\xea\x07\x1f\x38\x55\x3f\xb2\x3d\xf7\xef\x3d\x1b\x0f\x03\xc2\xcb\x8f\x69\x38\x2c\x8d\x7d\x7d\x2f\xd0\xd8\x17\xd4\xcd\xe1\xe5\xc7\x34\x77\x04\x28\xfd\x9b\xcb\xcb\xf5\xc6\xe1\x10\xb5\x81\x32\x3d\x1c\x82\xb9\x79\x37\xe3\x99\xa7\x3e\xd2\x38\x1f\x2e\x41\x13\x50\x53\xd5\xf8\xc9\xab\x6a\x04\xe2\xfc\xfd\x99\x20\x35\x53\xcd\x29\x19\x74\xff\xe4\xd4\xc5\x02\x82\xd2\x41\x99\xde\x9b\x90\xe5\xb9\x43\x1b\x9a\xb2\x3c\x27\xcc\xce\x41\xe9\xa0\x4c\x73\x46\xd2\x2d\xe4\xe9\x37\xe0\x16\x12\x08\x4a\x07\x65\x1a\xa2\x03\x76\x33\x9f\x29\x08\x47\x4c\xa7\x9f\x85\xbb\xca\x74\x0b\xf9\x3d\xd3\x9f\x02\xe2\xc4\x6d\x4e\xdd\xa9\x54\xf9\x43\x42\x9a\xa9\xf2\x07\xc2\xd3\x13\xf9\xa1\x33\x9f\xaf\x19\x9d\xaa\xfc\x81\x38\xfd\xc8\x9e\xaf\x19\x13\x72\xb2\x43\x4f\x9d\x22\x20\x3c\x64\x49\xbd\x9e\x7c\x94\x8d\x70\x59\x9a\x0c\x02\x04\xf5\x8a\x32\x4d\x06\x91\xbe\xb9\x1b\xd3\x97\xbe\x59\x28\x9d\xc2\x1e\xb9\xdc\x0b\x01\xf2\xa8\xe6\xf2\x04\x68\xe9\x1c\x9d\xd8\x08\xb9\x9a\x53\x5e\x66\x8f\x71\xe4\x65\xce\xa5\x29\xa1\x78\x46\x2e\x4d\x09\x10\x8e\x74\x99\xbe\x21\x7d\x73\xf7\xaa\xa5\xf4\xcd\x42\x50\xea\x28\xa5\x6f\xce\xa5\x73\x64\x64\x7e\xe9\x1c\xad\x62\xa7\x3e\xb2\x53\xb2\x3b\x3b\xd5\x1d\x72\x99\xdd\x09\x84\x87\x42\x4b\xeb\x02\xec\x66\x08\x62\xc6\x27\x10\x1e\x0a\x2d\x2d\x8e\x64\xd0\xdd\x1b\x99\x92\x41\x0b\x52\xc1\xa6\x64\xd0\xb9\x42\xd9\xf0\xa1\x96\xf9\x19\x40\x50\x11\x29\x97\xdb\x34\x39\xa3\xfb\xc9\x57\x26\x67\xb4\x10\x54\x44\x4a\x39\xa3\x73\x55\xd7\x20\x3a\x66\x79\xb4\x02\x48\x2c\x9b\x4b\x1b\xb1\xd8\x6c\x0d\x8f\x03\x96\x9b\x2d\x20\x28\x9c\x94\x4b\x7f\x69\xa1\x60\xc7\x0f\x23\xbf\x54\xb0\x40\x78\x22\xb5\x54\xb0\xb2\x3c\x0f\x0a\x10\xa6\x2c\xcf\x42\x50\x38\x29\x65\x79\xce\x35\xec\xd4\x55\x63\xf0\x6d\x0d\xe7\x0d\x71\xbd\xa9\x0f\xec\x66\xfe\xf4\xf5\xd9\xde\x82\xb8\x7a\x97\xca\x14\xd8\xcd\xf8\xa9\xda\x14\x90\x1b\x37\x97\xa7\x2d\x0b\xc7\x6d\xc0\x65\x9e\x4b\xc7\x0d\x08\x0a\x27\xe5\xf2\x18\x05\xfe\xe7\x32\x7e\xae\x5e\xa3\x6b\x80\x14\xba\xb9\xbc\xc0\x09\xa3\x73\x19\x06\xc9\xa5\x74\x4e\xe9\x9b\x4f\xe7\xc8\x73\xfb\x75\xfa\xd7\x30\x56\x4b\x75\x0d\x04\x25\x8f\x52\xca\xe6\x94\x9f\x79\xfc\x70\x36\xe4\x67\x16\xc2\x0f\x50\x7e\xe6\x94\x9f\x79\xc0\xb2\x9c\xf2\x33\x27\x9c\xcc\xe1\x11\xdd\x32\x23\x10\x28\x03\x8a\xe2\x5c\x1e\xdc\x03\xf1\x7d\xa7\x6a\x70\x60\x37\x43\x5e\x8f\x2f\x80\xf0\x06\xf7\x52\xab\xcb\xf6\x3c\xe0\x08\x4d\xd9\x9e\x05\xe9\x7d\x53\xb6\xe7\x5c\x68\xd0\x01\x0d\x70\x2e\x35\x28\x10\x27\xce\xf8\x72\xf7\xb9\xd8\x7d\x0e\x03\xd1\xcb\xdd\x27\x10\x27\x3b\x91\xe5\x51\xc5\x42\x35\x8e\xe2\xaa\x51\x35\x2e\x55\x23\x3e\xfb\x52\x35\x2e\x8e\xae\x47\x71\x39\xe8\xb6\x02\xe1\xf1\xa1\xcc\xce\xb9\x1e\x3b\xc5\xbb\x5d\xea\xbc\xa5\xce\x73\x6d\xa9\xf3\x64\x7b\x1e\x45\x8d\xa4\xce\x93\xed\xf9\x74\x6d\xa9\xf3\xa4\x71\x1e\xde\x1a\x95\xc6\x39\xa1\x6e\x0e\x0f\x23\x97\xc1\x24\xa0\x0c\x2f\x92\x2e\xef\xb6\x01\x71\xe2\xb3\x2f\xe3\x4b\xc0\x6e\x86\x20\x06\x98\x00\xf9\x8e\x73\x79\x54\x21\x29\xf4\x80\xcc\x32\x25\x85\x4e\xd8\x9e\xcb\x80\xb9\x32\xa5\x7b\x16\xe4\x40\x4e\xd9\x9e\xf3\xf9\x29\x2f\xca\xec\x51\xd1\x02\x41\x89\xa6\x7c\xdc\x85\xca\x00\x3d\xa4\x78\x94\x01\x5a\x08\x35\xf9\xa3\xa2\x95\xda\x79\x48\xca\x28\xb5\xb3\x10\x6a\x72\xa9\x9d\xf3\x21\x01\x6e\x14\x3c\xa1\xc7\x2d\xe7\xa3\xa2\xed\xf3\xcf\xd6\xfb\x51\x0f\xc3\xf2\x5c\x06\xfc\xa5\x29\xcd\x73\x3e\x6c\x52\x29\xf4\x94\x8f\x9b\xd4\x27\x94\x09\xeb\xfd\xa8\x60\x1f\x15\x2c\x81\xf3\x47\x05\xfb\x84\x13\x81\x97\xf1\xa8\x60\x1f\x15\xec\xb0\x03\xc5\xc4\x09\x1f\x81\x7f\xf0\xe8\x84\x3f\x1c\x67\x6b\x84\x1e\x8f\xb3\x81\xdd\x8c\xbf\x66\x02\x1c\x10\x1a\xa1\xc7\xe3\x13\xa0\x0c\x2f\xe3\x3e\x9e\x9f\x00\x41\x69\xa6\x7c\x4c\x80\x83\xe5\x79\x37\x43\x10\xf7\xb2\x30\x3b\x87\xb4\x00\x8f\x8e\xee\xa3\xba\x96\x29\x4d\x9a\x67\x21\x4e\x57\x86\xea\xfa\x21\x36\x36\x64\x4a\x7b\x8c\x8d\xc9\xfc\x2c\x7b\x80\xcc\xcf\x29\xa5\xf3\x88\xe6\x33\x3b\xe5\x72\x3f\x55\x92\x52\xfa\x66\xa1\x8c\x70\x19\x98\xef\x05\x84\x06\xf2\x51\x83\x03\xbb\x19\xf2\x7a\x7e\xf2\xa8\xd5\xa7\xbf\x64\x25\xc3\xe2\xbc\x9b\x21\x9b\x87\x21\x52\x3a\x6b\x20\xa5\x74\xce\x47\x75\x2d\xcd\xd8\xa3\xba\x7e\x54\xd7\xb8\xa1\x8f\xea\x1a\xb2\xe7\xdd\x8c\x1e\x3c\x33\x01\x82\x92\x48\xf9\x18\xca\x93\xd2\x79\x18\xfb\x97\xd2\x39\xa1\x71\x8e\xd3\x85\x6c\x5a\x18\x50\x46\x28\xaf\x69\x61\x40\x68\x95\x1f\xed\x01\xb0\x9b\x21\xaf\x06\x01\x08\x4a\x22\xe5\xe3\x09\x0c\x64\xcf\xbb\x19\x23\xf5\x68\x45\xe6\x67\x2a\x42\xa7\xcc\xcf\xf9\x68\x4a\x8c\xaf\x3f\x9a\x12\x20\xa8\x9c\x94\x8f\xa7\xde\x12\x44\x0f\x03\xe7\x12\x44\x0b\x71\xfa\x91\x69\x4a\x9e\xd3\x4e\xb1\xfb\x8f\x2e\xfd\x73\xd9\xa9\x8f\xec\xf4\x72\xf5\xa2\xd5\x1f\xf3\xbd\x1e\x4d\x09\xfb\x88\x47\x53\xf2\x5c\x4e\x2f\xfe\xfb\x63\xbe\xd7\x83\x4b\x4f\x81\xa5\x7c\x74\xe9\x1f\x0a\x75\x8d\xea\x27\x63\x38\x12\x90\xf1\x3c\x1f\x0f\x6a\x20\x7b\x2e\x43\x9e\x9d\x47\x17\x55\xe6\x67\x93\x1b\x64\x7e\xce\x47\xad\x2e\xcd\xc7\xa3\x56\x7f\xd4\xea\x6c\x65\x1f\xb5\xfa\x03\xc7\xc9\x90\xe6\xe3\x91\xe3\x44\x82\x68\x73\x20\x24\x88\xce\xe7\xb5\x53\xd4\xf5\x63\xfc\xee\x79\xfb\xbf\xfe\x45\xfe\xf4\x7c\x3c\x32\x06\xca\x90\x71\xe3\x91\xa9\xe4\xd9\x5a\xbd\x52\x87\x29\x1f\xb5\xba\x74\xd3\x43\xc6\x0d\xe9\xa6\x13\x6a\x69\xf9\xd3\x53\x6a\xe9\x7c\x55\xcd\x95\xfd\xd7\xab\x6a\x06\xe4\x4f\xcf\x57\xd5\x2c\x03\xf5\x30\xd4\x2d\x03\xb5\x50\xa9\xa0\x94\xaf\xaa\xf9\xfd\xd9\x29\x0b\xff\xd5\xb9\x7d\x0b\x9d\xa2\x56\x5e\xcf\x82\x81\x32\xe4\x7c\x78\xcd\x5b\x02\xa4\x59\xcf\x57\x6d\x0d\xec\x66\xc8\xab\xba\x06\x2a\x85\x96\xf2\x35\xd3\x19\x8e\xea\xdd\x8c\x91\xea\xf0\x02\xf5\x47\xe0\xfc\xd5\xdf\x7d\x55\xd1\xb2\x34\xbc\xaa\x68\xa0\x52\x8f\x29\x5f\x23\x2c\xaf\x2a\x5a\xfa\x85\x57\x15\x0d\x54\xd3\x38\x5e\x55\xf4\x1b\x76\xca\x0b\x7c\x75\x6e\xdf\xed\xd0\x4a\x01\x9f\xaf\xa1\x13\xa0\x0c\x99\x05\x5e\x63\x27\x6f\x75\x42\xf8\xa5\x2a\xfa\x25\x4e\x32\xbc\xc2\xfd\x1a\x27\x01\x2a\x85\x96\xf2\xd5\x2d\x7e\x89\x45\x0c\x2f\xf9\xbf\xc6\x22\xe0\xb5\x96\x29\x3e\xe5\xb5\xce\x57\x15\xed\x35\xe9\x57\x15\x0d\xc8\x14\x9f\x6f\xff\xfe\xda\x6d\x33\x7a\x50\x45\x03\xd5\xdc\x91\x57\x15\xfd\xea\x2a\x37\x34\xf9\xab\xab\xfc\x0e\x3b\x45\x5c\xe3\x0e\x40\x19\x0d\x5f\xe0\x35\xf0\x00\xd4\x1f\xa1\xee\x57\xad\x0d\xec\x66\xc8\x6b\xe0\x01\xa8\xd4\x63\xca\x57\x4d\xfe\x12\x8b\x18\x0d\xbb\xff\xea\x3e\xbf\x93\x79\xc3\x55\x7e\x75\x95\x5f\x55\xb4\x57\x92\x5f\x55\x34\x50\x7f\xb5\xfe\xd9\x78\xbf\x46\x2f\x5e\x35\xb8\x37\x96\x5f\x35\x38\x50\xdd\x46\xbc\x6a\xf0\x77\x2a\x13\x1a\xfc\x35\x21\x09\x90\x32\x3f\x5f\xef\xfd\xbc\x64\x1a\x0d\x6f\xe3\xbe\x1e\xb3\x00\x52\xe6\xe7\xab\x06\x7f\x0f\x67\x7f\xfa\xcc\xd9\x3f\x98\x7d\x3c\xe9\xd7\x53\xef\x97\xa4\x9f\xe1\xb1\xc5\x6b\x94\x03\xa8\xd4\x88\xca\x57\x2d\xf9\x12\xf8\x18\x5e\xc9\x7c\x75\x9b\x81\x2a\xd3\xcd\xab\xd7\x2c\x95\xf9\xf0\x76\xa4\x54\xe6\x42\x75\x8b\x23\x95\x79\xbe\xba\xc8\xde\x71\x7c\x75\x91\x81\x2a\x21\x8e\xec\xe6\x09\x35\x78\x19\xde\xb2\x93\x1b\x3c\xe1\x01\x97\xf5\x3f\xe5\x01\xcf\x57\x65\xea\x75\xa6\x57\x65\x0a\x54\x89\x71\x5e\xf7\xfb\xaf\xca\xd4\x7b\x4a\xaf\xca\x14\xa8\x12\xe3\xbc\x2a\xd3\x57\xdf\xd7\x0b\x48\xaf\xbe\xef\xfb\xda\xa9\x8f\xec\x14\x72\xc3\xe1\x25\x9f\x57\x72\x43\xa0\xba\xfd\x7a\xd5\xaf\xc0\x6e\x86\x20\x1e\x90\xbc\xea\x5c\x7c\x8d\x57\x9d\xfb\x72\xde\x3a\xba\xea\x4f\x7f\x18\xa8\xb2\xf1\xbc\xba\xc3\x32\x9e\x0f\xae\xe5\x2c\x19\xcf\x85\x4a\xfe\xd4\xfa\x11\x63\x58\x3f\x75\x2e\xf7\x6d\xd6\x0f\x9d\x2b\x54\x48\x7b\xd6\x0f\x9d\xbb\x7e\x24\xd6\x0c\x2e\xd2\xac\x5f\xf1\xa7\x2a\xd3\xfd\xf5\xac\x1f\xca\x74\xfd\x8a\xf3\xb6\x35\xd1\xfa\x11\x29\x10\x2a\x45\xa8\xd6\x0f\x9f\x76\xfd\xa0\xfe\x1b\x30\xed\xae\x1f\x5b\x6f\xa1\xb2\x83\x5c\x3f\x14\xd6\xfa\x91\x58\x33\x46\xf0\xac\x2a\x5b\x65\x42\xb6\xbb\xb4\x7e\x78\x81\xeb\xa7\xc2\x22\xdb\x7e\xfd\xaa\x9d\xaa\xb0\xb6\xbf\xbb\x7e\xd5\x4e\x49\x91\x1c\xa4\xd1\x2f\xe9\xde\x85\x4a\x11\xaa\x25\xdd\xfb\xfa\x35\x3b\xad\xf4\xd0\xec\xb4\xd1\xe9\xfe\xb2\xd7\xaf\xd9\x29\x05\x61\xc7\x68\xfc\x35\x0a\xc2\x0a\x95\xea\x52\xeb\xd7\x94\x83\x32\x7e\x63\x34\x46\xdf\x14\xa4\xa1\x62\x86\xbf\xbc\x7c\xf4\xda\x8c\x91\x76\x5f\x56\xe7\x65\x0d\x7e\xd9\x9d\x71\x75\xee\xf0\x05\x76\x65\xeb\xbc\xac\xe1\x2f\x7d\x59\xea\xdc\xe1\x94\x77\x05\x51\xe7\x0e\x46\xd5\x95\xc3\xf0\xc4\xe8\xbc\xd3\x61\xa7\xc3\x4e\x7d\x64\xa7\xc6\x1d\x86\x82\x0c\xe7\x6d\xf0\xb2\x06\xd3\x3b\x7c\x59\x6a\x49\x72\xa9\xd7\x6f\xfa\xd7\x26\x7f\x6d\x32\x6f\xd3\xbf\xa6\x96\x24\x49\x7a\xfd\xa6\x43\x50\x4b\x4e\x46\x35\x1d\x82\x1e\x2a\x57\xe5\xd6\x6f\xda\xe9\xa4\xd3\xc9\xf4\x4e\x3b\x85\xfa\x6f\x0c\x97\xe5\x61\x0f\x07\xcb\x72\x22\xee\xe1\xb2\x34\x04\xc0\x1d\xb8\x25\xa1\xfc\x82\x3c\xbe\xfe\x14\xf7\xf2\x9d\xaa\xb8\xc8\x39\x5c\xbf\xcb\x79\x53\x71\x29\xee\xe5\xbc\xe9\xde\x91\x73\xb8\xe4\x98\x17\x2a\x89\x78\x0b\xbe\xf9\xbf\x2e\xf8\xe2\x77\x33\x16\xd7\x6d\xa7\xb7\x9d\xfa\xc8\x4e\xe1\xcd\x1b\xd3\xf5\x76\xbb\x90\x6e\x16\x92\x9f\xee\xad\x1c\xf0\xe6\x0d\x32\xf1\xd6\xef\x56\x90\x9b\x85\x74\x30\x21\xb7\x0b\x89\x53\xef\x31\x2b\x82\xa4\x6f\x21\x99\x90\x83\xf5\x96\x4e\x88\x4a\x75\xba\x2c\x53\xd9\x54\xaa\x07\x13\x92\xbe\x85\x74\x42\x1a\xb2\xa5\x82\xa4\x9d\xfa\xc8\x4e\x8d\x3b\x90\xed\xb6\x24\x8f\x5f\x10\xc6\x57\x8a\x51\xad\xdf\xb2\x53\x8e\xb3\xc7\xf4\x13\xe7\x38\x7b\xfd\x16\x13\xe2\x8b\x59\x4e\xc8\x72\x7a\xfd\xc4\x97\xd3\xbb\x78\xf5\x27\x43\x58\xbe\x7a\x15\xfe\xf4\x6b\x7b\xec\xf4\x61\xbd\x9d\x74\xf0\xb8\x1a\x54\xf8\xd3\xd5\xfb\x38\x52\x15\xfe\x49\x07\x8f\x23\x35\xd8\x31\x5d\xf8\x8f\x9d\x3e\x76\xfa\xe7\x9d\xf7\xfa\x3d\xca\x44\x62\xcd\x98\xae\x3d\x12\x6b\xd6\x4f\x7b\xa0\x46\x7c\x9d\x08\x63\x21\xd3\xb5\xf7\x3a\xad\x1b\x2a\x49\x95\x4b\x1e\xf9\x25\x69\xfc\x98\x2c\x03\x49\xe3\x57\xa1\xf4\xf8\x20\x9d\x67\x15\x82\x0b\x42\xa5\xf8\xd3\x2a\x9c\x11\xae\xe2\x6e\xfc\xf8\xf1\xd3\xea\x4f\x71\xf5\xc8\xc7\x5c\x32\x9e\xaf\xa2\x82\xe5\xf8\x64\x15\x15\x2c\x60\x9d\x99\x05\x23\xfa\x86\x69\xb3\xc9\xb3\xc3\x67\xca\xeb\xa3\xd3\x47\x27\xcd\xb6\xf5\x5e\xb2\xa0\x0b\x96\xa3\x59\x30\xa2\x6f\x50\xb6\x86\x6c\x4d\xd9\x9a\xb2\x9d\x3c\x52\x36\xea\xa4\x0e\x8e\x91\x57\xa1\x4e\xea\x2a\xe8\x61\x8a\x3f\xad\xa2\x1e\x86\xe4\x7c\x37\x43\x10\x4e\xce\x16\x8c\xe7\x16\xb7\x59\x32\x9e\xaf\xa2\x82\xe5\xa8\x76\x15\x15\x2c\x50\x4b\xa1\x03\x15\xac\xc4\xe8\x83\xf3\xd6\x25\x31\xba\x50\x29\xfe\xb4\x8a\x0a\x56\xc6\xf3\xc1\x41\xea\x92\xf1\x7c\xc1\x72\x5e\x4b\xf1\x91\x9d\x1a\x50\xe0\xfe\xca\x2a\x04\x14\x84\x4a\x24\x6f\x15\x75\x2e\xb0\x9b\x21\x88\x4a\x17\xa8\x14\x7f\x5a\x65\x38\x21\xc6\x1d\x38\xfa\x5c\x65\xf8\x16\x06\x6f\x61\xfb\xe5\x0b\x92\xf4\x0d\xca\x36\x19\xa9\xea\x1a\xa8\x25\x7c\xe4\xa2\x99\x5f\x33\x3a\x55\xc1\x02\x95\x1a\x51\xab\x4c\x9b\x19\x02\x38\x4e\x04\x39\x9c\x90\x83\x09\xc1\x2a\x4b\x82\xbe\x8a\xf1\xdf\xe3\x64\xf4\x87\xb2\x1d\xca\x46\x07\x87\xb2\xb9\xcd\x3e\x5d\x96\x97\xa3\xbf\x1c\x29\xa3\xba\x1c\xa9\xea\xfa\x54\x10\xd5\x35\x50\x0b\xca\x54\x06\xf1\x25\x5d\xf8\x38\xed\x41\x75\x0d\x54\x42\x9b\xab\xa8\xae\xe5\x01\x1f\xa7\x3f\xbd\xed\xf4\xa6\x53\x3c\x86\x72\xdb\x29\xb5\x3e\x06\x11\xe6\x55\x6e\xd7\xdb\x06\x2b\x22\xad\xa2\x06\x07\x76\x33\xe4\xbd\x15\x04\xad\x4e\x45\xa4\x55\xd4\xea\xe5\x3e\x6d\xc6\x84\xa8\x9b\x81\x5a\xfc\xd8\x6e\xbf\x05\x0e\xda\x06\x31\xe1\x05\x13\xf9\x07\xb5\x7c\x72\xf8\x16\xd4\xea\xc4\x84\x57\x51\xab\x03\xb5\x28\x47\xba\x68\x96\x13\xe2\x27\xb3\x9c\x90\xe5\x84\x20\xc7\x72\x42\xdc\xdb\x13\xd4\x5a\x12\x6b\x0b\x95\x14\xe6\x55\x5e\x47\xa5\x96\x22\xc8\xb0\x8a\x5a\xaa\xa8\xa5\xfc\xc2\xdf\xef\xaf\x29\x1b\x0a\x4e\xae\xed\x15\x14\x19\x9d\x6c\xee\x57\x90\xe8\x2d\xd4\xc2\x57\x1f\x6c\xda\x85\x32\xd9\x40\xaf\x60\xd7\x2e\x54\xf8\x11\x57\x70\x98\xb5\x20\xd1\xde\xcd\xf6\xfc\xca\xa2\x2d\x54\xf8\x11\x97\x24\xda\x0b\x8a\xe9\x32\x29\x1a\xbc\xe4\x98\x5e\xf0\x49\xd7\x82\x99\x93\x4f\x7a\xc1\x1d\x5d\x26\xe7\x23\x4b\xf2\x68\xa1\x92\x99\xbd\xe4\x8e\x5e\x12\x45\x4f\x3c\xef\x25\x51\xb4\x50\xcb\xf7\xcb\xee\x23\x3b\xc5\x57\x0e\x9d\xca\xa8\x76\x7a\xf0\xc8\x4e\x37\xec\x66\xfe\xb5\xd7\x67\x68\x82\x8e\xb8\xaa\x41\xa0\x4c\x1d\xcd\x68\x0a\xa2\x6a\xc4\xe5\x0b\x55\xa3\xec\xd4\x13\x1e\xcc\x25\x3b\xb5\x50\x8b\x72\xe8\x67\x46\x57\x36\x14\x46\xa8\xa5\x80\x4a\x4c\x7f\x05\x7b\xea\x15\xc3\x91\x62\xd1\x61\x8d\xfe\x80\xaa\x5c\xfb\xff\x8e\x74\x3a\x6f\xd8\x60\x99\x97\x17\x2c\xcb\x96\xdd\x5a\xb2\x2c\xaf\x40\x61\x4c\x15\x5c\xa8\x30\x42\x85\x81\x9f\x19\x2a\x0c\xc9\x98\xa7\x9a\x4b\x32\x66\xa1\x52\xb1\x6b\x85\x0a\x43\x32\xe6\xa9\xae\x91\x8c\x79\x41\xc0\x5c\x8b\x53\x79\xda\x29\x04\x53\x93\x0a\x72\x2b\x4e\x7b\x38\xf9\x28\xc7\x9f\x4f\xbd\x57\x70\xec\xb4\xe0\x65\xde\x7f\xc5\xce\x9c\xaf\x93\xf9\x1a\xfe\x61\xe7\xeb\x54\x26\x57\xb2\x4a\x0c\xa8\x05\x97\x3e\x2e\xdf\xdb\xe5\x44\xb8\xf6\x54\x62\xa1\x12\x1b\x3e\x52\xcc\xcb\x4e\x5d\x54\x3a\x93\x40\xa5\xee\xd7\x0a\x9d\xc9\xb8\x59\x19\xdf\x1b\xb9\xed\x41\x25\x86\xd9\x08\x95\x18\x84\xcb\xbb\x19\x73\xa8\xe7\x08\xbb\x72\x2d\xae\x02\x35\x51\xdc\x76\xaa\x20\xaa\x9d\x50\xed\xa0\x14\xe2\xfe\x3a\x7d\x6c\x66\x0f\xae\x5a\xd5\x0e\x2e\x7d\xa8\x76\x80\xdd\x8c\x4e\x75\x30\x81\x4a\x41\xaf\x15\x90\x4e\xac\x48\x65\xb3\x07\x9d\xc9\xc0\x99\xe4\xae\xc3\x0a\x9d\x49\xa0\x4c\x0e\x5e\x56\x90\x36\x2e\x54\xee\x3a\xac\x48\xc5\x5d\x4e\xaf\xcf\x96\xd3\xbb\x98\x5e\x4c\x5a\x2c\xa7\x77\xd9\x29\xce\x6f\xa8\x12\x43\x95\x88\x4b\x1f\xaa\x44\xe9\xa6\x67\xf1\x1b\x58\x5f\x0f\x4c\x08\x2e\x3d\xd4\xd3\x7f\x5d\x50\x47\xef\x66\x0c\x41\x67\x12\xee\xe8\x4a\x55\xae\x15\x8f\x0b\xe9\x71\x85\xa0\x39\x65\x83\x5e\x30\x3f\x57\x28\x4d\x97\xcc\xcf\x2b\xd0\xc3\x33\xd4\x92\xea\xe1\x50\x0f\x2b\xae\x7a\x58\xe6\xe7\x49\x81\xa5\x25\xf3\xb3\x50\xa9\xca\xb5\x42\x3d\x2c\xa5\xf3\xe4\x2c\x64\x49\xe9\xbc\xa0\x71\xae\xdc\xea\x58\x95\x18\xab\xb0\x9b\x1d\x3c\xab\x3e\xc3\xcc\xb1\x89\xaa\x86\x00\x80\xdd\xec\xe4\x59\xf7\x19\x23\x3d\xfc\xe5\xf0\x11\xf3\xc6\x3d\x88\x25\xf3\xf3\x82\xed\xd9\x22\x7b\xab\x72\x53\x47\xd8\xcd\xf6\x48\xab\x1a\xbc\xaa\xc1\xcf\xe0\x51\xf1\x91\x13\x82\x2f\x50\x8b\x82\x14\x26\x04\xad\x03\x59\xf4\x07\x65\x72\x5d\x62\x49\x1a\x2d\x58\x8b\x6f\x41\x20\xbd\x41\xd9\x30\xf2\x12\x44\x2f\x48\xa1\x6b\x61\x83\x50\xc9\x33\x10\x76\x33\x65\x53\xde\x60\xde\x4e\xe4\x08\xe7\x2d\x9c\x90\xea\x33\x05\xd9\x50\xb9\x79\xb2\xe4\x91\x5e\xf2\x48\x4f\x0a\x06\x2d\x79\xa4\x17\x3c\xd2\x16\x00\x5c\xf2\x48\xaf\xaa\xad\x0a\xcc\x5c\xd5\x56\x01\x95\x1a\x5f\xab\x1a\x13\xa9\xda\x2a\x2a\x01\xad\xaa\xad\x02\xac\x13\xb8\xaa\xb6\xaa\xd6\xaf\x53\x64\xd3\x3f\xaf\xd5\x4e\x19\xa9\xbe\x38\x50\x26\xd5\x76\x56\xd5\x19\xaf\xd8\x2a\x6e\xc5\xac\xaa\xad\xaa\xcd\xb7\x80\x56\xaf\x06\x40\xe0\xb8\xae\x1c\xc7\x2d\x39\xae\x97\x0c\xd0\x93\xfa\x38\x4b\x06\xe8\x05\x03\x74\x8d\xc2\xa8\xdc\xa1\x57\xcd\x06\x85\x0e\x56\xd5\x6c\x00\x35\xb0\xe7\xd5\x4d\xbb\x44\xd1\x93\x0c\xfc\x25\x51\xb4\x50\xe3\xfb\xa5\x33\x4e\xa0\x72\x56\xd7\xdb\x61\xa7\x87\x9d\xf2\xfe\x0e\x3b\x85\xbe\x70\x56\x17\xd2\xe1\x3b\xc5\x6c\x7c\xeb\x5e\xb3\x51\x39\x1c\x9a\x35\x7c\xe6\xbc\x9d\xcc\x1b\x8e\x77\x3d\x9d\x37\xed\x02\xf4\xb0\xab\x6a\x17\x80\xca\xc5\x9e\x55\xb5\x0b\x55\xbb\x50\x5d\x48\xda\x05\xa0\x52\x6e\x6b\x55\xed\x42\xbd\xec\x14\x57\xab\xea\xb5\xd6\xcb\x4e\x19\xe9\x65\xa7\xa4\x85\xcd\xda\xfc\x6b\xbe\xac\x0d\xf5\xfb\x3c\x34\x15\xc0\x6e\xe6\x33\x05\xb9\x98\x10\x47\x75\x39\x21\xb7\xd3\x8b\x4f\x52\xf5\x64\x81\x1a\xb8\xc5\x55\x47\xb6\x6a\x3e\xaa\x2b\x44\xf3\x01\xd4\xef\x63\x33\xee\x50\x35\x1f\x9c\x21\xad\xaa\xf9\x00\xea\xf7\xb1\x69\x3e\x6a\xda\x29\xde\x4c\x35\xc8\x50\x93\x85\x84\xa1\xae\xe9\x42\xd2\x2e\x70\x38\xb4\xaa\x76\xa1\x62\x17\xa2\xfe\xb9\x2a\xe8\xaa\x9a\x8d\x9a\xce\x3e\xd6\xa5\x1a\x83\x00\xea\xf7\x65\x2f\x67\x5f\x7b\xc0\xd9\xd1\x92\xf4\x5b\xa8\xdf\x97\xad\x3d\x80\xb9\xbb\x4c\xae\x49\x2c\xa9\xbb\x85\x1a\x78\xd2\x32\x77\x0b\x65\xc2\xba\xbb\xa4\xee\x16\x6a\xf8\x7a\x35\x11\xf5\x71\xbe\xd8\x44\x55\x83\x0b\xd0\x74\xd7\x4f\x4f\x18\x3d\xa8\x9a\x0d\x8e\x71\x56\xd5\x6c\x00\xf5\xd3\x13\xaf\x72\x68\x36\x9a\xfa\x44\xb3\x01\x54\x0a\x8b\xad\xaa\xd9\xa8\x84\x89\x67\x53\x51\xbc\x76\xfa\xda\xa9\x8f\xec\x14\xe2\xe0\xd9\x34\x1b\xaf\x9f\xca\x86\x1a\x2c\x3d\x09\xbe\x85\xdd\x2c\x78\x56\x7c\xc6\x84\xb0\xf4\x9a\xd6\x45\x1e\xf0\xc9\xa1\xd0\x92\x07\x5c\xa8\xc1\xd2\x93\x07\x7c\x35\x52\xc0\x26\xb4\xc9\xab\x71\x24\x26\x54\x4e\xd5\x57\x53\x35\x37\x22\x05\x13\x8a\xdb\xd5\x74\x91\x81\x4a\x99\xb2\xd5\xf4\x90\x9b\x0a\x0b\x2e\xd1\xd5\x54\x58\x40\x0d\xbc\xe6\x06\x23\xcd\x6a\xba\xc3\x1c\x72\xac\xa6\x3b\x0c\x54\xaa\x99\xad\xa6\x3b\xdc\xba\x9d\xf2\x16\x9a\x3b\x74\xa0\x52\xcd\x6c\x35\x37\xe8\x32\x77\x4f\x0e\x39\x96\xcc\xdd\x42\x55\xbf\x36\xbd\x66\xe8\xb7\x77\xb3\xce\x33\x7b\x20\x78\xaa\x7e\x6d\x06\x4f\x81\x32\xbb\xf3\x46\xd2\x96\x50\x49\x0c\x58\xcd\x78\x6a\xe3\x70\x68\x52\x04\x73\xc1\xcf\xbd\x81\x4f\x85\x6f\x51\x4a\xee\xd5\x54\xcd\x30\x34\xae\xa6\x6a\x06\x2a\xd4\xe0\xab\xb9\xb7\x6f\xd3\x4e\xc3\xbf\x66\xa7\xaa\x66\x3e\x59\x99\xbb\x85\xdd\x0c\x41\xf4\xf2\x81\x0a\x83\xf8\x6a\xdc\x73\x5f\x4d\x8f\x1e\x86\xc6\xd5\xf4\xe8\xdb\x81\x6c\xb8\xc5\xed\x50\x36\x2e\xb5\xcf\x5e\xfd\xe9\xed\x33\xf4\x1a\xfe\x6e\x53\xa9\x03\xbb\x99\x3f\x55\x5e\x15\xfd\x50\x0e\xe7\xed\xf4\x2d\xa0\x9a\x65\x15\x17\x2a\xb5\xd1\x96\xac\xe2\xab\x91\xb4\x35\xa1\x39\x5c\xcd\xb0\x40\x53\xe7\xe2\xb4\x36\x75\x6e\x4b\xe7\xcd\xd1\xeb\x67\x02\x15\x12\xf4\xd5\x52\x39\x54\x35\xd0\x2d\xae\xa6\xaa\x69\xaa\x1a\xdc\xe2\xa6\xaa\x69\x7a\xa8\x94\x3a\x5c\x4d\x0f\x15\xa8\x5c\x7f\x5c\x4d\x0f\xb5\xe9\x7a\x72\xd1\x62\x35\x5d\x4f\xa0\x42\xa9\xbe\x9a\xae\x67\xa3\xbe\xc0\x84\x74\x6a\xb5\xe5\xcb\x5a\xac\x10\xd7\xbd\x11\xd0\xc6\xc1\xd5\xe4\xa2\xc5\x82\xd7\xfc\x83\x4a\x09\xb5\x25\xbb\xf9\x6a\x6a\x24\xa8\x98\x56\x53\x23\x01\x95\x2c\x8e\xd5\x1e\x3b\x55\x23\xc1\xb1\xb4\x64\x3c\x17\x6a\xf8\x15\xa9\x91\xa4\x32\x9f\x94\x13\x5c\x52\x99\x0b\x95\x2c\x8e\x25\x95\xf9\x82\xb6\xbc\x4c\xc8\x93\x96\xbc\xe5\x42\xe5\x6a\xe6\x6a\x2a\x29\x60\x37\x63\xf4\xaf\x82\xa8\xb8\x70\xb2\x9b\x8a\xab\xe9\xef\x7a\x9c\x23\xbd\xf9\xea\x1c\x66\x4d\x28\x90\x56\xd7\x93\x05\x2a\xb7\x3a\x57\xd7\x91\xed\x6a\x29\xb8\x8d\x56\x57\x4b\x75\xb5\x14\xfe\x79\x57\x4b\xc9\x8c\x3e\xe1\x36\x5a\x32\xa3\x0b\x95\xea\x6b\x4b\x66\xf4\x25\xe5\xf9\xf4\xec\x46\xca\xf3\x05\xcd\x79\x25\x39\x65\x75\x3d\x54\xa0\x4c\xb8\x15\x57\xd7\x45\x05\x2a\xc9\x29\xab\x7b\x5a\xd6\x0d\x28\xc0\x46\xb4\xe4\x10\x5f\x5d\x27\x8d\xcd\x89\x84\xe0\xab\xab\x1a\xb9\xdb\xb2\xba\xaa\xb1\xab\x1a\xf1\xcf\xbb\xaa\x51\xde\xf0\x09\xdb\xc9\x92\x37\x5c\xa8\xf1\xfd\xd2\x09\x69\x76\xca\x8a\x96\x10\x7c\x75\x82\xa8\x54\x5f\x5b\xdd\x20\x2a\x50\xe6\xfc\xf9\xd7\x5e\x9f\xb1\x06\x71\xe3\xbb\x71\x55\x60\x37\xfb\x73\x65\xb1\xd5\x8d\xbb\x02\x96\xab\x5e\xd0\x8e\x6f\x98\xfe\x15\x9f\x39\x39\x9d\x6f\x56\x31\xc9\xed\x5a\x5d\xad\x0e\x5b\xc7\xea\x6a\xf5\xae\x56\x67\xfb\x25\xd3\xf8\x92\x56\x7c\x4e\xcc\x9c\xb4\xe2\x42\xa5\xd4\xc0\xea\x6a\x75\x28\xc4\x77\x33\x7a\x50\x85\x03\x95\xeb\xad\xab\x0f\xdf\xe5\x50\xb6\xe2\x33\x65\x1b\xca\x86\x1c\x43\xd9\x48\x01\x9b\xf0\x6b\xac\x4e\x0a\x98\x50\xab\x53\x68\x74\xb6\x6b\x23\xe0\xd7\x58\x5d\x1b\x01\x54\x52\x83\x56\xd7\x46\x40\x38\xbe\x9b\xf1\xcc\x93\x33\xd8\xc7\x6b\x75\x8e\xa6\xb2\x69\x23\xe0\xb0\x58\x5d\x1b\x01\xd4\x8a\x11\xea\xd3\xc5\xad\x8d\x80\x69\x70\x49\x52\x2e\x54\x8a\xb4\xad\xae\x8d\x90\x7d\x7c\x4e\xbf\x32\xfd\x72\x18\xc7\x2b\x45\xda\x16\xb4\xe3\x1f\x94\x09\xb3\xc3\x92\x7d\x7c\x75\x94\x7f\xf5\xc5\xa8\xfc\xbb\xe1\x1c\x58\x05\x97\x1c\xe2\x42\xa5\xac\xda\x92\x42\x7c\xf5\xcb\xb7\x80\x67\xd1\x8d\x93\x00\x56\x2a\x5f\xdd\xe3\xba\xae\xe3\xe8\x99\x4d\xd7\x71\xec\x38\x8e\xd5\xf7\xa7\x67\x28\x3d\xf6\xf4\x2c\x44\x7a\x6c\xa1\x52\x56\x6d\x49\x8f\xbd\xe4\xbd\x9e\x87\x73\xa9\x56\x07\xaa\x9b\x92\xae\x56\x07\x76\x33\x7e\xea\xc1\x16\x50\xab\xab\xc1\x73\x2d\x79\xaf\xe7\xe1\x24\xe9\x67\xc2\x75\x6d\x15\xf5\xd5\x97\xb2\x51\x28\x79\x1e\x8e\x7e\xb9\x42\x16\x2b\xc4\xd5\xa0\x3d\x00\x76\x33\x65\x53\x5e\x8e\xc4\xaa\xab\xc1\x23\xb1\x6e\x78\xe2\x70\xf4\xfa\x9e\xf0\x5e\x57\xca\xaa\x2d\x79\xaf\x57\xd7\x46\x1c\x2e\x4b\x6d\x04\x50\x29\xab\xb6\xba\x36\x42\x7a\xec\x79\xd8\x83\x36\x02\xa8\x94\x55\x5b\x5d\x1b\x21\xef\xf5\x3c\xfc\xa9\xee\x28\x24\xd7\xd5\xed\x97\x1c\xd7\x42\x99\x5c\xe1\x5c\x10\x5e\x7f\x50\x29\xab\xb6\xe4\xbd\x16\x76\x33\xe4\xd5\x6e\x00\xb5\xba\x52\x5f\xe7\x4d\xe5\xcf\x15\xce\x25\x17\xf6\x82\x0b\xdb\x7a\xf1\x4b\x2e\xec\x35\xb4\x07\x9e\x48\x0d\xed\x01\x60\xbd\xf8\x25\x3d\xf6\x1a\xda\x03\xae\x49\xae\xa1\x3d\x00\xac\x17\xbf\xa4\xcc\x5e\x72\x61\x4f\xee\x3f\x2e\xb9\xb0\x17\xfc\xd7\x95\xb2\x6a\x6b\x98\x03\x01\x94\xc9\xe5\xc1\x35\x48\x28\x5b\x03\x7b\x50\xd9\x62\x0c\xed\xc1\x30\x3c\xe1\x89\xd4\x30\x3c\x01\xd4\xaa\xb8\xba\xc5\xa3\xd8\x29\x8e\xdb\x08\x3b\x25\x53\x8c\x7a\x69\x6b\x90\x29\xb6\xa4\xcc\x9e\x10\xaf\x2d\x29\xb3\x85\x5a\x1d\x95\x11\x0b\xe8\xaf\x77\x33\xe4\x35\xc8\x00\xd4\xca\xde\x61\x18\x23\x1f\x06\x14\x3c\x43\x92\x8b\x7a\xc1\x3b\x5d\x29\xab\xb6\xe4\x9d\x5e\x43\x5b\x05\x07\xda\x92\x64\x5a\xa8\x6e\x5b\x87\x19\x15\xf2\x4e\x4f\x6e\x38\x2d\x79\xa7\x85\xea\xb6\x75\x68\xab\xe0\x98\xde\xcd\x0e\x9e\x29\x2f\x71\x07\xb7\xad\xc3\xb8\x83\xbc\xd3\x93\x1b\x4e\x4b\xde\xe9\x05\xd7\x74\xad\xec\x1d\x86\x19\x15\xc0\x6e\x86\xbc\x90\x4d\x0a\x95\xea\x6b\x6b\x68\xe5\x80\xdd\x4c\xd9\x94\x17\xcb\x57\x7d\x7f\x5a\xbe\xa1\x49\xe3\x46\xd6\x1a\xda\x2c\xa0\x56\xdf\x9f\x36\x0b\xe2\xea\xdd\x0c\x41\x3c\x3e\x84\xc5\xba\xba\xa5\x96\xc5\x7a\x0d\x4d\x9b\xc7\x60\x43\xd3\x06\xd4\xda\xed\xc0\xf5\xa6\x69\xe3\x2e\xd5\x92\xec\x5a\xa8\xee\xbc\x87\xa6\x6d\x90\xec\x36\xb9\x10\xb5\x06\xc9\x6e\x42\xa5\x48\xdb\x1a\xda\x27\xa0\x4c\x2e\xf6\xac\xe1\x59\x21\x50\xab\x6b\x4b\x9b\x05\xb1\xf5\x6e\xf6\x4f\x9c\x7a\x4b\x7c\xbd\x20\xb9\xae\x6e\xf3\x25\xb9\x5e\x43\x5b\xc5\xdd\x9a\x35\xb4\x55\x40\xad\xae\x50\xb3\x3c\x06\x7c\x59\x93\x4b\x33\x6b\xb8\x8f\x00\x6a\x65\xcf\x30\x34\x38\x40\x99\x50\xa5\xad\x71\x7c\x3f\x65\x5a\x89\x60\x0f\x8d\xd0\x30\x38\x74\xfa\xf9\xb8\x8f\x80\x96\xba\x56\xd7\xbb\x7b\x86\xa1\x11\xf2\x94\x6c\x68\x84\x86\x46\x08\x4b\x32\x34\x42\xb2\x57\xcf\xd3\xb5\xe7\xd6\x02\xa8\x75\xf8\x48\x39\x20\x65\x99\xa7\x8b\xca\x48\x10\x50\x0d\x45\x8c\xd3\x4e\xa1\xd5\x9a\xa7\x53\x0d\xad\x96\x50\xe1\x7f\x58\xc3\x78\x11\x50\xe6\xe9\x5c\x1a\x30\x02\x2a\xf5\xe5\xd6\xf0\x80\x74\x18\x43\x22\x01\x7f\x49\x55\x2d\x54\x68\x22\x96\x4c\xd5\x6b\x78\xb6\x70\x3a\x2c\x03\x46\x40\xad\x7e\xd9\xc6\x8b\x64\xaf\x9e\xa7\x82\x78\x40\x0a\x54\xca\xd0\xad\xe1\x71\x03\x4c\xd4\xbb\x19\x3f\x35\x12\x04\x54\xa3\x29\xc3\xb3\x05\xa0\xcc\x13\x4f\x5a\xaa\x6a\xa1\x52\x67\x6e\x0d\xe3\x45\xc3\xe0\x10\x19\xe2\x4b\x0e\xea\x05\xdf\x74\xa5\xce\xdc\x92\x6f\x7a\x0d\x6d\x3c\xe9\xd5\x6b\x68\xe3\x81\x4a\x9d\xb9\x35\x52\x39\xb4\xf1\xa7\x4a\x21\xbf\x1e\x18\xe9\xe1\x2f\x1d\xe9\x72\x7a\xfd\xda\x35\xe8\x40\xad\x8a\xab\x3d\x97\x96\x7a\x7a\xa4\x29\x2d\xb5\x50\x0d\x08\x49\x4b\xbd\x06\x94\x5f\xc7\xcf\xcf\x78\xf9\xe1\x2d\x3e\x3c\x35\xa2\x66\x1f\xd8\xcd\x7c\xa6\xbc\xba\x02\xc4\xef\x87\xae\x80\xec\xd5\xc7\x8f\x78\x8d\xec\xd5\x42\xad\x2a\x4e\xa3\x50\x03\x1b\x7f\x90\xc2\xbc\x86\x36\x1e\xa8\xa4\x26\xaf\x61\x3e\x8b\x24\xd7\x87\x47\xab\x92\x5c\x0b\x95\xd4\xe4\x35\xb4\xf1\xb2\x57\x1f\x3f\x95\x82\x1b\x3c\xa0\x56\xd5\xb0\x1b\xbc\x41\x66\xe2\xf1\xf3\x73\x36\xbe\x34\xb4\xf1\x6c\x23\x86\x36\x7e\x10\x72\x3a\x48\xc5\x5d\xc3\xdd\x1c\xec\xd5\xd5\x08\x99\xec\xd5\x4b\xf6\xea\xe3\x87\x09\x96\xbd\x5a\xa8\x95\xf7\x37\x0d\x2f\x49\x68\x7d\x90\xcf\xba\x24\xb4\x16\x2a\x69\xd3\x6b\x6a\xbc\x27\x99\x89\x07\x19\xa8\x6b\x7a\x90\x30\xb5\xca\xe8\xfe\xa9\x55\x86\x6e\xba\x1c\xa4\x48\x2e\xf9\xa6\x17\xdc\xd2\xb5\xb2\x1a\xe4\x96\x5e\xb3\x38\x04\xf4\xf0\xd4\x2a\x4f\xad\x32\xfb\x84\xa9\x55\x96\x82\xfa\x30\xbf\x50\x0a\x6a\xa1\x52\xc8\x6e\x4d\xad\xb2\xe4\xd1\x87\x07\xb5\x92\x47\x2f\x08\xa3\xab\x41\xbe\xe9\x69\x00\xb0\x9b\xf9\xd3\xdb\x67\xfb\x93\x31\xc8\x37\x3d\x20\x00\x76\x33\x7f\xaa\x20\x18\x6f\x2a\xd4\xad\xa9\xf1\x86\x4f\xba\x1c\x66\xdd\x49\x28\xbd\x20\x8f\xae\x54\xa8\x5b\x92\x47\x2f\x88\xa2\x77\x33\x46\xaa\x8d\x07\x2a\x15\xea\xd6\x34\xa9\x47\xf2\xe8\xc3\xcc\x36\xc9\xa3\x85\x4a\x1e\xf9\x9a\xda\x78\x59\xa1\x0f\x53\xd6\x64\x85\x16\x2a\x79\xe4\x4b\x56\xe8\x35\x9b\x9f\x0c\x8b\x6b\x9a\x35\x09\x54\x0a\xd9\xad\xa9\x3d\x07\xca\x61\x5a\xd8\xf4\x34\x1b\xa8\x70\xc8\x2c\xf9\xa4\x17\x0c\xd0\xbb\x19\x9d\xba\xf9\x84\xf5\xb9\x52\x58\x6c\x4d\xad\xf2\xec\xca\xe6\x0b\xd4\x2a\x03\xd5\x70\xe6\x34\xa9\x07\xd8\xcd\xe8\x41\x4b\x0d\x61\x74\x35\x9c\x39\xdd\x70\xca\x0a\x7d\x14\xe2\x35\xb2\x42\x2f\x98\xa0\x2b\x65\xca\xd6\x34\x5b\x07\xd8\xcd\x98\x24\x18\xd5\x84\x6a\xd4\x73\x1a\x32\x04\x76\x33\x7f\xaa\x20\x6c\x38\x5b\xd8\x81\x72\x60\xbc\x0f\xf3\xa8\x24\x94\x16\x2a\x35\xe5\xd6\xd4\x78\xc3\x27\x5d\x8e\x52\xfe\x89\x43\x6f\xf9\xa6\x85\x4a\xc9\xb9\x35\xdd\x7b\xce\xe1\x08\x1d\xb5\x36\x1e\xa8\x94\x9c\x5b\xd3\x4c\x4e\x99\xaa\x0f\xf3\xa7\x64\xaa\x16\x2a\x25\xe7\xd6\xd4\xc6\x4b\x41\x7d\x14\x47\xed\x46\x73\x72\x4e\x44\x19\xba\x35\x3d\x27\x9a\x64\x72\x1e\xa6\x0b\x4d\x23\x8f\x40\xa5\x0c\xdd\x9a\x06\x1e\x61\x9d\xde\xcd\xf8\x6b\x46\x19\xe7\xe1\x44\x30\x37\x6e\x34\x61\xa2\x2e\x87\x47\xf9\x53\x57\x00\xa8\x54\x7f\x5b\xd3\x88\xa2\x14\xd4\x87\x49\x34\x52\x50\x0b\x95\xfa\x72\x6b\xea\x0a\xcc\xd3\x4e\x71\x2c\xa6\xe7\x44\x10\x49\xd7\xc6\x76\x46\x1e\x69\x61\x37\xf3\xaf\xf9\x19\x9f\x7c\xc6\x6c\x23\xa6\x47\x47\xc0\x6e\x86\xbc\x7a\x0c\x40\x6d\x8a\xab\xc7\x00\x9d\xf4\x6e\x76\xfe\xcb\x5f\x5f\x69\x16\x85\xc6\x8c\xbf\xd2\x2c\x0a\x15\x32\xe1\xf7\x64\xd7\x23\x4c\xf2\xb2\x5f\x58\x18\x3f\xa8\x5c\x4d\x78\xe5\x62\x14\xe6\xf9\xf3\x51\xf7\xd1\x5e\x78\x30\x63\xbd\x50\x35\x7e\x50\xcf\xef\xd1\xf4\xd1\xfe\x5e\x71\x9f\xde\x93\xcd\x92\xf0\xbf\x1e\x9d\x3e\xda\xf3\x03\xd7\xea\x7b\x92\xc7\x23\x34\x92\xae\x5e\x68\x1f\x3f\x68\xb8\x19\xaf\xe4\x8f\x42\xe3\x3a\xe9\x0b\x11\xe4\x5f\xdf\x73\x6f\xa2\x1a\x5e\xc6\x7b\x16\xa5\xdf\xd0\x0f\xa5\x2f\x4a\xbf\x35\x7c\xc3\x42\xbf\x72\x3a\xbe\xe7\xd6\xd6\x96\x58\x7c\x4f\xce\x14\xde\x73\x6b\x69\xab\x1d\xbe\x67\x38\x85\x1b\x1a\x1a\xf9\x3d\xc3\x29\xdc\xd0\xd0\x97\xef\x19\x4e\xe1\xde\x4d\x35\x94\xde\x7b\x86\x3d\x6e\x1d\xdd\x50\x49\xaf\xf4\x90\x2f\x94\x90\x8d\x4f\xfc\x3d\xe3\xeb\xf1\xd9\x8f\xc2\x1e\x5f\x1f\xbd\xff\xfa\x97\x46\x25\xa7\xf7\xac\xbe\xda\x5a\x78\x44\x8f\x55\x21\xb6\x86\x6e\x54\x6d\x7a\xcf\xea\x80\xf6\xc6\xab\x75\xff\x56\x75\x0a\xf7\x4e\xca\xe2\x5f\xef\xd9\x1c\xd0\x56\xc6\xad\x57\xe6\xab\x39\x5f\x5b\xff\x36\xe8\x8d\xde\xb3\xf9\x6a\xb7\x92\xb5\xfa\xd5\x7b\x36\x5f\xda\x86\xd6\x3b\xb3\xda\x7c\x69\x8d\x1e\x07\x3d\xb6\xaf\xc7\x87\x47\xcc\x44\x73\x40\x1d\x21\x26\x7f\xbe\x2b\x44\x67\x40\x93\x56\xdd\x01\x6d\x0d\x6b\x29\xa0\xf7\xec\x0a\xb1\x15\x6c\x1b\x4e\x61\xb7\xc7\x0d\x8d\x68\xca\x7b\x76\x7b\xdc\xd0\x48\x89\x7b\xcf\xee\x44\x6f\xf8\xc7\x02\xe8\x2e\x93\x0d\x8d\x1c\xb6\xf7\xec\xce\xfd\x86\x46\x92\xc1\x0b\x15\xe6\x07\x8d\x74\x98\x57\x42\x4c\xa1\x91\xac\xf2\x42\x8e\xf9\x41\xa7\x0c\xd0\x2b\x47\xa6\x30\xbe\xf7\x38\x5c\x13\x1b\x3a\xb9\x59\xaf\x14\x99\x42\x83\x7b\xe0\x3d\x87\xcb\x64\xc3\xec\x0e\x68\x38\xec\x0d\x9d\x3c\xf0\xf7\x1c\x7e\x56\x1b\x7a\x71\x26\x86\x6f\x7b\x83\x21\xff\xf7\x1c\xbe\xa1\x0d\x9d\xdb\x1a\xef\x39\x9c\xaf\x0d\xbd\x7e\x03\x72\xbe\x36\x4c\x32\xbe\x5f\x69\x3a\x85\xce\xee\xeb\x95\xa6\x53\xe8\xed\x60\x01\x0c\xe7\x6b\xc3\xc0\xa3\x7d\x61\xf1\xfc\xa0\x7f\xaa\x63\x3a\x5f\x1b\x64\xcb\x7b\x25\xeb\x14\xe6\x4f\xe9\xa7\xf3\xb5\x61\xb2\xbd\x79\xe1\xf2\xfc\xa0\x7f\xca\x6a\x3a\x5f\x93\x0f\x59\x0d\x30\x9d\xaf\x39\xf9\x60\x90\x6b\x3a\x13\xf3\xe2\x91\x7f\xde\x31\x4e\xbe\x34\x17\xf9\x54\xfa\xc9\x97\xe6\x02\x98\x4a\xbf\xcd\x8a\x75\x33\xdf\xf3\x50\xd4\x0d\x96\x2f\x7e\xcf\x43\x51\x0f\x3e\xf7\x86\x10\x87\xa2\x6e\x68\x14\xba\x7c\xcf\x43\x51\xf7\x96\xb3\x35\x15\xf2\xe1\x7b\xdc\xd0\x9a\xaa\xf6\xf0\x3d\x6e\x33\x63\x35\xcc\x57\xb6\x50\xa1\xb5\xf1\x3f\x6e\x81\x9d\xed\x7f\x1a\xe5\xf7\x3c\x1c\xc8\xc1\xb2\x75\xce\x0f\x07\x72\x32\x90\xc1\x9f\x3d\x1d\xc8\xc9\x40\x06\x2f\xeb\x74\x20\x27\x4a\x6a\x30\xc1\xa7\xb3\xb9\xa1\x15\x5f\xfc\xa9\xd4\x27\x13\xec\xd7\x7a\x3a\xc1\x1b\x5a\xf3\x35\x9c\x2e\xb5\x0d\x56\xb1\x7c\x25\x2a\x7d\x21\x25\x6d\x4d\x45\x7c\xba\xae\x4e\xc6\xe6\x2b\x3d\x95\x7e\xc3\xf8\xa6\xee\x54\xfa\x0b\xe9\x0f\x7a\xbc\x94\x7e\xc3\x3f\xd6\xd5\xa5\xf4\x17\xaf\xc1\x65\x7b\xf9\x1a\x36\x34\x12\xeb\xde\xf3\xf2\x35\x6c\xb0\xd4\xf4\x7b\x5e\x8e\xf1\xe2\xcd\xb8\x92\x2f\xc7\x78\x31\xa0\x03\x21\x2e\x07\x74\x31\xa0\x53\x21\x1c\xd0\x75\xfd\x6f\x65\x70\xb9\xae\x2e\x06\x74\xda\xa3\x03\xda\x30\xe7\x27\xd7\x37\xa0\x97\x56\xfc\xf0\xf6\xab\xb8\x19\xa3\x66\xe4\x76\x8c\xf7\x16\xb5\xfb\x39\xdd\x8a\x7a\xa3\x88\x35\x23\xb7\xa2\xde\x28\x62\x4d\xe5\xad\xa8\x1b\xfa\xfc\xfe\xbc\xa2\xee\x7d\xb3\x55\x08\xdf\xf3\x76\x5d\xdd\x28\xbc\x83\x29\xbc\x15\xf5\x46\x37\xbb\xfa\x6e\x45\xdd\xf0\x0f\x4d\x99\x8a\x9a\xe8\x66\x6d\x6c\x3a\xf7\x89\xcd\xf0\x75\xa4\x13\x9d\x48\xef\xdc\xa7\xd2\x6f\x98\xdc\x89\x7e\x61\x86\xfd\x60\x90\x5b\xfe\xca\x0f\x2b\x58\xbe\xef\x85\x2b\xf6\x83\x56\x9c\xc2\x74\x8c\x89\xb1\x51\x07\xa6\x63\xdc\xdb\xf8\xd6\x5d\x26\xe9\xfa\x4a\x86\xad\xc2\x4b\x87\xbd\xc1\x7a\x7e\xef\x99\x0e\x3b\x19\xf6\x27\x97\xc3\x4e\xf4\xbc\x3f\x5c\x0e\x7b\x31\xc6\x93\x31\x2e\xc7\xb8\xf7\xf0\x96\xc4\x7b\xa5\x8b\x7d\xa1\x86\xb5\xfc\xdd\x2b\x35\xac\xf0\x0f\x6b\xb0\x94\x6b\x43\x1b\x7a\x08\x4b\xb9\x36\xb4\x51\xec\x51\xb9\x36\xb4\xa1\xc3\xb6\x94\x6b\x83\xa5\xe9\x5e\xe9\x63\x85\x7e\x6a\x76\x1f\x57\xce\xb3\x3f\x05\x0e\x5e\x5f\xa9\x62\x85\x56\x5c\xd1\x8f\xd2\x6f\x68\x43\x4d\xf9\xf8\x86\x1e\x6c\x6c\xd8\xca\x37\xb4\xa1\x0d\x95\xe7\xe3\x18\x1f\xcc\x6e\x65\x40\x8f\x73\xbf\xa1\x0d\x6d\xec\xe3\xb0\x1f\x5c\x31\x67\xf5\x71\x8c\x0f\x63\xac\x3e\x72\x8c\xef\x5e\xf7\x14\xaa\x7b\x61\x91\xdd\x80\x10\xea\xd3\x57\x21\x5e\x84\x70\x8c\xaf\x42\xbc\x08\xa1\xf2\x7c\x15\xe2\xc5\x96\xb9\xc8\x5f\x85\xd8\x30\x9a\x0e\xdb\xeb\xdc\x6f\x90\x89\xef\x95\x5d\x56\xe8\x53\x95\xf6\x7e\x72\x69\xfb\x7d\xe4\xdc\x6f\x18\x10\x65\xbe\x52\xd0\x0a\x63\x7c\x8f\x8a\x8f\xf6\xd7\xc1\x61\xf3\x7b\xe9\x52\x03\x53\xd7\xe2\xd2\xa5\x06\x1a\xd9\x2f\xef\xa5\x4b\x0d\x34\x12\x14\xde\x4b\x97\x1a\x68\x44\xf4\xdf\x4b\x97\x1a\x98\x1d\x6f\xe3\xd2\xa5\x06\x3a\xbb\xe2\x57\xce\x5b\xc1\x63\xcd\xf7\xd2\xa5\x06\x2a\x75\xfd\x5e\x69\x70\x85\xea\x44\xcb\x82\x2b\x54\xf8\x57\xdf\xd7\x01\xbd\xd4\x82\xc4\x85\x7b\xd9\xc1\x0b\x90\xa9\xbf\x2f\x1b\xf8\x97\x0b\xd6\x15\xe7\xe6\xd5\x77\x02\xd8\x04\xbe\xde\xa7\x7d\xb9\x4f\x4b\xce\xfd\xeb\x75\x5a\x81\xac\xcb\xf7\x75\x95\x02\xc4\xa7\x5f\xef\xd2\x0a\x05\x37\xf3\x75\x41\x02\x35\xfe\x4f\x73\xb8\xff\xff\xef\xd7\xdf\xfe\xe5\xff\xfe\x7f\xae\xbf\xfd\xbf\xd7\xbf\x3f\x7f\xc9\xff\xfe\xfb\xdf\x9f\xff\xf8\xaf\xf5\x6f\xf9\x5f\x7f\xf9\xbf\xf6\xd3\xbf\xac\xe7\xfd\xb7\xff\x78\xfe\xfe\xfc\x7f\xff\xf9\xdf\x7f\xcf\xe7\x2f\x7f\xfb\xcf\xbf\xed\x5f\xf1\xef\xff\x0f\x00\x00\xff\xff\x0a\xdc\xcd\xda\xad\x7f\x02\x00"); +func _cac ()([]byte ,error ){return _c (_egfd ,"GB-H")};func _fbca ()(*asset ,error ){_cda ,_abdc :=_affgd ();if _abdc !=nil {return nil ,_abdc ;};_ffgbc :=bindataFileInfo {_dae :"UniJIS2004-UTF8-V",_fb :3961,_ae :_be .FileMode (436),_g :_a .Unix (1580492834,0)}; +_gdbcd :=&asset {_dd :_cda ,_ef :_ffgbc };return _gdbcd ,nil ;};var _abdg =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\xd2\x4d\x8b\xdb\x3c\x10\x07\xf0\xbb\x3e\xc5\x1c\xf7\x39\xec\xe3\x91\xfc\x1a\x10\x81\x92\x65\x21\x2c\xdb\x96\xa4\xb4\x67\x47\x1a\x07\x43\x23\x1b\xc5\x39\xe4\xdb\x97\x99\x71\x52\xe8\x21\x28\xfa\x59\xfa\x33\x8c\xa6\xd8\xed\xdf\xf6\x69\x5c\xa0\xf8\x9e\xa7\x70\xa4\x05\x86\x31\xc5\x4c\xd7\xe9\x96\x03\xc1\x89\xce\x63\x32\xc6\x3a\x88\x63\x58\x1e\x5b\x59\xc2\xa5\x9f\x8d\xe1\xfb\xc7\xfb\x75\xa1\xcb\x3e\x0d\x13\x94\x7a\x2e\xde\xe6\xf5\x2c\x40\x71\xa0\xf3\x78\x5d\xf2\x1d\x5e\xbe\xc4\xe9\x44\xff\x41\xa4\x81\xfd\x5b\x8e\x94\xc7\x74\x86\x97\x8f\xc3\x13\x8f\xb7\x79\xfe\x4d\x17\x4a\x0b\x58\x31\x4a\x51\x56\x53\xec\x3e\xfb\xf9\x6b\x7f\x21\x28\x24\xe7\xf5\xe3\xf0\xaa\x47\xe4\xcb\x4f\xca\xd7\x71\x4a\x60\xff\x47\x74\x7f\xf9\xc7\x7d\xa6\x35\xc9\x14\xbf\x3e\xa7\x48\x80\x8f\xbc\xfd\xdb\x6e\xba\xa5\x05\xaa\xa6\x6c\xd5\xac\x56\x1d\xa6\x48\xd7\xb9\x0f\x94\xfb\x74\x26\x03\xe0\x11\x11\xb7\xe0\xad\x7b\x7f\xdf\x72\x49\xff\x9c\x30\x76\xb3\xde\x1c\xa3\xca\xe3\x06\xe2\x30\x6c\x01\x8d\x47\xab\x7b\xcb\x7b\x57\x37\xc6\xa3\x53\x71\x2c\xb5\x75\xc6\x63\xa9\x52\xb2\xb4\x4d\x67\x3c\x56\x2a\x15\x8b\x45\x57\x19\x8f\xb5\x52\x2d\xe4\x3a\xce\x6e\x94\x1a\xa1\xba\xe4\xf0\x56\xa9\x15\x6a\x37\x9c\xde\x29\x75\x52\x01\x56\x1c\xbf\x51\xda\x08\x95\xc8\xf1\xbd\x52\xbf\xd6\xc9\xf1\x27\xa5\x93\x50\x67\x39\x3e\x28\x05\xa6\x12\x5b\x8e\x8f\x4a\x51\xa8\x74\x1c\x4f\x4a\x24\x54\x77\x1c\x3f\x28\x0d\x42\x5d\x85\xc6\xdb\xb5\xb7\xd2\xa9\x0a\x37\x8d\xf1\x56\x9b\x65\xa5\x59\x55\x59\x3b\xe3\xad\x5b\x5f\xc0\x86\x2d\x54\x0d\x76\xf2\x0c\x8f\x76\xf3\x7f\x9e\xc7\xe7\x8c\x84\x5b\xce\x94\x16\x99\x46\x19\x04\x7e\xe0\x31\xd1\x73\xb2\xe7\x69\xe6\x5b\xf2\xfb\x13\x00\x00\xff\xff\x1f\x7c\xbd\x4b\x05\x03\x00\x00"); +type asset struct{_dd []byte ;_ef _be .FileInfo ;};func _fcb ()([]byte ,error ){return _c (_bge ,"90msp-RKSJ-V")};var _dfa =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\xd5\x4d\x6b\xeb\xc6\x1b\x05\xf0\xbd\x3e\xc5\x2c\xef\x7f\x71\xff\x99\xe7\x45\xa3\x11\x88\x40\x49\x08\xa4\x70\xdb\xd2\xf4\x0d\x4a\x17\x8e\x34\x0e\x86\x46\x36\x8a\xb3\xc8\xb7\x2f\xe7\x39\x76\x28\x5d\x04\x47\xc7\xd2\x23\xe5\x77\x32\x9a\x9b\xbb\xc7\xfb\xc7\xf5\x70\x4e\x37\x3f\x6d\xc7\xf9\xa9\x9d\xd3\xfe\xb0\x2e\x5b\x7b\x3b\xbe\x6f\x73\x4b\xcf\xed\xe5\xb0\x76\x9d\x68\x5a\x0e\xf3\xf9\x7a\x18\x1f\xf3\xeb\xee\xd4\x75\xb8\xfe\xe9\xe3\xed\xdc\x5e\x1f\xd7\xfd\x31\x19\xcf\x5b\xde\x4f\x97\x73\x53\xba\xf9\xb9\xbd\x1c\xde\xce\xdb\x47\xfa\xf2\xdd\x72\x7c\x6e\xff\x4b\x4b\xdb\x23\xff\x71\x5b\xda\x76\x58\x5f\xd2\x97\xef\x77\xa7\xdd\x2a\x9f\x5f\x3c\xbd\x9f\x4e\x7f\xb7\xd7\xb6\x9e\x53\x1f\x59\x5b\x97\xf8\xec\x6e\xee\xbe\xed\x4e\x3f\xec\x5e\x5b\xba\x89\x59\x5f\x79\xe5\x57\x9e\x16\xdf\xfe\xd6\xb6\xb7\xc3\x71\x4d\xf2\xff\x9c\xff\x15\xff\xf2\x71\x6a\x49\x2e\x53\xfe\xf8\xf5\xf1\x3e\xfd\x29\x49\x72\xd2\xbe\x88\xfd\x75\xc9\x7f\xff\x76\x5c\x5a\xca\xd7\x7b\x3d\xde\xdf\x1d\xdf\xd7\x73\xd2\x6c\x32\x30\x14\xfe\x59\xf3\x71\x69\x6f\xa7\xdd\xdc\xb6\xdd\xfa\xd2\xba\x94\xa6\x9c\x73\xbe\x4d\x93\x3f\x3c\x3c\xdc\xe2\x79\xff\x73\x46\x57\xf3\xe5\xca\xc3\xc2\xe4\x7a\x45\xce\xfb\xfd\x6d\xca\xdd\x94\x85\xc7\x82\x63\xed\x4b\x37\x65\x65\xa2\x48\x7a\xd1\x6e\xca\xc6\xc4\x90\x0c\xa5\x76\x53\x76\x26\x8e\x44\xb2\x7a\x37\xe5\x9e\x51\x1f\x91\x56\xcc\x2e\x8c\x4a\x44\xbd\x61\xf8\xc0\x68\x88\x68\x18\x31\xbd\x32\xaa\xf1\x04\xd9\x31\x7e\x64\x34\x46\x64\x19\xe3\x77\x8c\x76\x97\xe7\xc4\xf8\x67\x46\xcf\x11\x55\xc1\xf8\x99\xd1\x8c\xc8\xf2\x80\xf1\x0b\xa3\x25\x22\x53\x8c\x6f\x8c\x5a\x44\x7d\xc5\xf8\x3d\xa3\x7d\x44\xd5\x73\x37\x09\xa5\x24\xa4\x3c\x8f\xa5\x9b\x84\x58\x12\x58\x6e\xbd\x76\x93\x50\x4b\x42\xcb\x4b\xae\xdd\x24\xe4\x92\xe0\xf2\x5a\xbc\x9b\x84\x5e\xe2\x17\x53\x8c\xa7\x97\x84\x57\x6f\x03\xc6\xd3\x4b\xc2\xab\x2f\x86\xf1\xf4\x92\xf0\xea\x6b\xc5\x78\x7a\x49\x78\x15\x71\x8c\xa7\x97\x84\x57\xf1\x8c\xf1\xf4\x92\xf0\x2a\x05\xc5\x0a\xbd\x24\xbc\xca\x88\x66\x85\x5e\x12\x5e\x83\xa0\x5a\xa1\x97\x84\xd7\xe0\xa8\x56\xe8\x25\xed\xd2\x3f\xc6\xd3\x4b\xc2\x6b\x18\x51\xad\xd2\x4b\xc3\xab\x0a\xaa\x55\x7a\x69\x78\x55\x47\xb5\x4a\x2f\x0d\xaf\x3a\xa0\x5a\xa5\x97\x86\x57\x1d\x51\xad\xd2\x4b\xc3\x6b\x54\x54\xab\xf4\xd2\xf0\x1a\x1d\xd5\x2a\xbd\x34\xbc\xc6\x01\xd5\x2a\xbd\x34\xbc\xc6\x11\xd5\x2a\xbd\xb4\x5e\xff\x57\x31\x9f\x60\x3a\x32\x73\x94\xab\x14\xd3\x1d\xb3\x01\xed\x2a\xc9\x34\xc8\xd0\x3e\x6e\x41\x33\x9d\x99\x29\xfa\x55\xa2\xe9\xc2\xac\x47\xc1\x4a\x35\x6d\xcc\x06\x34\xac\x64\xd3\x3d\x17\x49\x46\xc5\x46\x37\xcb\xcc\x14\x1d\x1b\xe1\x4c\x98\xf5\x28\xd9\x28\x67\x7a\x5d\x60\xb9\x9b\x8c\x74\x16\x74\x62\x19\x35\x1b\xed\x8c\x6b\xd3\x0c\x3d\x1b\xf1\x8c\x8b\xd3\x7a\x14\x6d\xd4\x33\xae\x4e\xab\x68\xda\xc8\x67\x5c\x9e\x9e\x51\xb5\xd1\xcf\xe8\xe7\x86\xae\x8d\x7e\x46\x3f\xef\x51\xb6\xd1\xcf\xe8\xe7\x15\x6d\x1b\xfd\x8c\x7e\xbd\xa0\x6e\xa3\x9f\xcd\xd7\xb7\x02\xee\x41\x3f\xa3\x5f\x5f\x50\xb8\xd1\xcf\xe8\xd7\x57\x34\x6e\xf4\x33\xfa\x15\x41\xe5\x7e\x79\x07\xd2\xaf\x18\x3a\x77\xfa\x39\xfd\x4a\x41\xe7\x4e\x3f\xa7\x5f\xa9\xe8\xdc\xe9\xe7\xf4\x1b\x04\x9d\x3b\xfd\x9c\x7e\x83\xa3\x73\xa7\x9f\xd3\x6f\x28\xe8\xdc\xe9\xe7\xe5\xfa\x2a\xc3\x3d\xe8\xe7\xf4\xab\x82\xce\x9d\x7e\x4e\xbf\xea\xe8\xdc\xe9\xe7\xf4\xab\x05\x9d\x3b\xfd\x9c\x7e\x75\x44\xe7\x4e\x3f\xa7\xdf\xa8\xe8\xdc\xe9\xe7\xf4\x1b\x1d\x9d\x3b\xfd\x9c\x7e\xe3\x80\xce\x9d\x7e\x4e\xbf\x71\x44\xe7\x4e\x3f\xdf\xf7\x33\xde\xb5\xaa\x1e\xbb\xc6\x75\x77\xc0\xef\xd8\x5f\x3f\xf7\xbb\xf9\x7d\xdb\xda\x7a\x8e\xdd\x35\x36\x34\xec\x47\x87\xb5\x7d\xee\xd4\xa7\xe3\x09\x57\xc5\xcf\x3f\x01\x00\x00\xff\xff\x98\xa1\x0f\xb2\xd5\x07\x00\x00"); +func _fdc ()(*asset ,error ){_beda ,_dacb :=_ccdb ();if _dacb !=nil {return nil ,_dacb ;};_bggd :=bindataFileInfo {_dae :"HKdla-B5-H",_fb :21023,_ae :_be .FileMode (436),_g :_a .Unix (1580492309,0)};_bgaf :=&asset {_dd :_beda ,_ef :_bggd };return _bgaf ,nil ; +};func _eebd ()([]byte ,error ){return _c (_bdbc ,"UniJIS-UTF8-V")};var _cec =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x4c\xd4\x51\x6b\xdb\x3e\x14\x05\xf0\xf7\x7c\x0a\x3d\xf6\xff\xd0\x7f\x2c\x4b\xb2\x24\x18\x85\xd1\x3c\x2c\x1d\x5d\x47\xb3\x76\x83\xb1\x07\x4b\x96\x83\x61\x71\x8c\xe3\x0c\xfa\xed\xc7\x3d\x27\xcb\xf6\x50\x6e\xfb\x8b\x74\x39\x57\x4a\xb5\xbe\xdf\x6e\xb6\xe3\xb0\xa8\xf5\xe7\xf9\x98\x77\x65\x51\xfd\x30\x76\x73\x39\x1d\xcf\x73\x2e\x2a\x95\xfd\x30\xae\x56\xba\x56\xdd\x90\x97\x3f\x7f\xa2\xe4\x43\x3b\xad\x56\xeb\x58\x4d\xbf\x6e\x9f\x3f\xee\x1e\x6e\x3f\xa8\xf3\xa9\x5c\xf4\x7e\xbb\xd9\xbd\x9d\x96\x72\xd8\x8e\xfd\x51\x19\xee\xee\xce\xd3\xa5\x83\x52\xeb\xe7\xb2\x1f\x4e\xcb\xfc\xa6\x6e\xde\x77\xc7\x54\xfe\x53\x5d\xe9\xc5\x9f\xe6\xae\xcc\xc3\xb8\x57\x37\x0f\xed\xd4\x8e\xfa\xfa\xc1\xee\x3c\x4d\x3f\xcb\xa1\x8c\x8b\xd2\xb0\x32\x76\xa8\xab\xf5\xfd\x63\x3b\x7d\x6a\x0f\x45\xfd\x93\xe6\x15\x9f\xe1\xa3\xd7\x32\x9f\x86\xe3\xa8\x74\xf5\x7f\x55\x35\x7f\xfd\xcb\xdb\x54\x2e\xbd\x56\xeb\x97\xed\xe6\xa9\xef\x4f\x65\x51\xd1\x56\x5c\xf3\xed\x65\xbb\x51\xdf\xb5\xd2\x95\xaa\x9d\xb1\xf5\x8f\xcb\xd2\xaf\x8f\xc7\xee\xba\xd1\x69\xce\x94\x87\x6e\x6e\xc7\x7d\x59\xbd\x0b\xda\xea\x3b\x25\xa5\xbe\x53\x3e\x04\x2f\xe4\x2a\x90\xd3\xa0\x08\x4a\xa4\x4e\x28\x6a\xa1\x86\xab\x1a\x0b\xb2\xa0\x08\xf2\x2d\x08\x1b\x03\xdb\x4b\xf1\x51\x4b\xfb\x3a\xf6\x42\x28\x3e\xea\x20\xd4\x62\x15\x8a\x8f\x3a\x82\x0c\xc9\x08\xd5\x15\xc8\x91\x1c\x48\x83\x3c\xc9\x83\x6a\xa1\xcc\x5e\x19\xbd\x6a\x23\x54\x48\x85\x64\x41\x6c\x5f\xd8\xde\x81\xd8\xbe\xb0\x7d\x03\xca\xa4\x0c\x92\xf4\xc6\x62\x6c\x14\x1f\xeb\x00\xaa\x49\x35\x28\x82\x2c\x49\x0e\x27\x9a\x0a\xd4\x90\x1a\x90\x06\x05\x52\x00\x49\x7a\xd3\xb0\x57\x83\x5e\x46\xd2\x9b\x80\xa8\x28\x3e\x1a\x0b\x72\x24\x44\x35\x0e\xe4\x49\x38\x09\xd3\x80\x0a\xa9\x80\x90\x3e\x72\x63\x64\x08\x49\xef\x79\x1d\x9e\xd7\x61\x25\xaa\x6f\x31\x23\x4a\x30\x18\xc8\xf3\x86\x3c\x6f\xc8\x1a\x50\x4d\x42\x54\xab\x41\x86\x64\x64\xa3\x61\x2f\x4b\x72\x20\x6e\x6c\x48\x1e\xe4\x41\x81\x84\x93\xb0\xa4\x48\x6a\xb1\x8a\x21\x12\x29\x61\x95\x03\x65\x12\x6e\xc8\x62\xa0\xb6\x23\xc9\x77\x35\x3a\x0b\x2a\xa4\x5e\x7a\x31\x7d\xe2\x8c\x09\xf7\xe8\x10\x35\x71\xc6\x54\x63\x15\x42\x24\x0e\x94\x70\xf6\x0e\x33\x26\x0e\x24\x25\x18\x8b\x5c\xc9\x91\x70\x1d\x8e\xed\x19\x42\x4a\x30\x97\xf6\x0c\x21\x25\x98\xcb\x2a\x9e\x7d\x42\x2e\x27\x97\xe6\x33\x73\x65\x9c\xbd\xc3\x40\xfc\x46\xa3\x04\xe3\x90\xab\x6f\x41\x7d\xc6\x0d\x59\x79\x5f\xae\xff\xd4\xf2\xbb\xbc\x6c\xd7\x97\x26\x9f\xe7\xb9\x8c\x0b\xde\x35\x3c\x26\xf2\x1a\x0c\x63\xb9\xbe\x9c\xd3\x71\x92\x5d\xf8\xf9\x1d\x00\x00\xff\xff\xd7\xe6\x99\xe2\x65\x05\x00\x00"); +var _dgea =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\xd6\xcf\x6e\x1b\x37\x17\x05\xf0\x3d\x9f\x82\xcb\x7c\x8b\x7c\xe6\x7f\x72\x00\x62\x80\xc4\x8e\x53\x2f\xd2\x14\x4d\xd3\x16\x28\xba\x18\x92\x97\x86\x80\x7a\x24\xc8\xf2\x22\x6f\x5f\xdc\x7b\x14\xb7\xe8\xc2\x90\x75\x86\x3c\x20\x7f\x43\x68\xe6\xe6\xf6\xe1\xee\x61\x3f\x5c\xf4\xcd\x4f\xe7\x63\xff\x42\x17\x3d\x0f\xfb\x38\xd3\xf3\xf1\xe5\xdc\x49\x37\x7a\x3c\xec\x4a\x59\xa7\xc7\xa1\x5f\xbe\x7f\x95\x8f\xfe\xb4\x9d\x94\xe2\xf9\x5f\xbe\x3d\x5f\xe8\xe9\x61\x9f\x47\xed\x31\x6e\xbc\x9c\xae\x63\xb5\xbe\xf9\x99\x1e\x0f\xcf\x97\xf3\x37\xfd\xe6\xdd\x38\x36\xfa\x9f\x1e\x34\x39\xff\x7c\x1e\x74\x3e\xec\x8f\xfa\xcd\xc7\xf7\xf6\x35\xfd\xf2\x72\x3a\xfd\x45\x4f\xb4\x5f\xb4\x91\x8c\xf6\x21\x9f\xea\xe6\xf6\xd3\x76\xfa\x71\x7b\x22\x7d\xf3\xf1\xfd\xa9\xbf\xfd\xf0\xf5\xf6\xed\x0f\x72\x49\xae\xfc\x4a\xe7\xe7\xc3\x71\xd7\xcb\xff\x8d\x49\xff\xc4\xbf\x7c\x3b\x91\xb6\xd7\x86\xaf\x0f\x77\x9f\xe7\x7c\xa6\xef\xdd\x37\xbf\x7f\x7d\xb8\xd3\x7f\x58\x6d\x8d\x76\xd1\xa7\xf0\xe7\x75\xe0\x6f\x9f\x8e\x83\xae\x83\x94\xc7\x5e\xfa\x71\xd0\xf3\x69\xeb\x74\xde\xf6\x47\x52\x5a\x57\x63\x56\xad\x75\x2d\x66\xe5\x6f\xef\xec\x3b\xbb\xea\x7a\x7f\x7b\xff\x41\xbe\xdf\xdf\xc9\xd5\xfb\xfb\x95\xf7\xf0\x9f\xd9\xca\xa2\x74\x3f\x5e\x06\x4d\x64\xd2\x57\xed\x5c\xb5\xe5\x19\xff\xbe\xa4\x96\xeb\xf8\x7e\x18\xd7\xc1\x8e\x07\x67\xe2\xc1\xbc\x02\x59\x86\xce\xd9\x3a\x55\x37\xbb\xf1\x4a\x36\x3b\x69\xd5\x4b\x52\x75\x73\x4d\x02\x47\x6e\xd5\x76\x31\x9c\x50\x44\x42\xab\x76\x41\x92\x89\x31\xb3\xaf\xda\x45\x4e\x3c\x6a\x3c\xd7\xb8\xc4\xc5\x01\x49\x98\x7e\xd5\x3e\x72\x73\x44\x12\x67\x5a\x75\xf0\x8b\xaa\x5b\x42\x92\x5a\x59\x75\x74\x91\x93\x8e\x64\xc6\x55\xc7\xc0\x63\x32\xc6\x64\xbe\x90\x0c\x37\xe7\x81\x84\x17\x91\x3c\xcf\x2a\x18\x53\xba\x59\x75\x4a\x85\x93\x2e\x6b\x2e\xb4\xad\x3a\x1b\x5e\xe1\xb2\x05\x4e\x16\x9a\xab\xce\x9e\xc7\x6c\x98\xb5\xf1\x9a\x8b\x0d\xaa\x6e\x0d\x49\xe3\x9e\xc5\x14\x55\x9b\x91\xa4\x19\xe1\xe1\xbd\x37\x80\x35\x01\xb3\xc6\x07\x55\x9b\x43\xe4\x24\xb2\x8e\xe7\xc1\xa3\x89\x87\x75\xce\xa9\xda\x00\xd2\x82\x44\xde\x26\x55\x1b\x44\x5a\x94\x28\x58\xae\x07\x49\x4b\x12\x45\xc3\xf5\x10\x68\x19\xd1\xc2\xf5\xd8\x70\x2b\x12\xa5\x85\xeb\x17\x44\x8b\x44\xb9\x70\x3d\x36\xd8\x64\x83\xb6\x14\xae\xc7\x0e\x5b\x93\x68\xc9\x5c\xdf\x11\x75\xb9\x75\x86\xf5\xda\x40\x34\x24\xb2\x7c\x3b\x1b\x21\x22\x89\x1c\xdf\xcf\x36\x11\x4d\x89\x3c\x1f\x83\x0e\xae\x2e\x5c\x2e\x84\xa0\x6a\x87\x57\x17\x2f\x17\x19\xbe\xc3\xab\x3b\x1c\x16\xef\x54\xed\xf0\xea\x38\x3f\xd9\x25\x55\x3b\xbc\xba\x78\xb9\xe2\xb8\x1e\x5e\x5d\xbc\xdc\xc2\xb7\xac\xc3\xab\x8b\x97\x37\x7c\xcf\x3a\xbc\xba\x78\x79\xcb\x47\xa6\xc3\xab\x17\x44\x7c\xce\x3b\xbc\xba\x78\x79\xc7\x07\xbd\xc3\xab\x8b\x97\xf7\x85\xeb\xe1\xd5\xc5\xcb\x87\xcc\xf5\xf0\xea\xe2\xe5\x63\xe6\x7a\x78\x75\xf1\xf2\x29\x71\x3d\xbc\xba\x78\xf9\x9c\xb8\x1e\x5e\x5d\xbc\x7c\x89\x41\xd5\x01\xaf\x21\x5e\x7e\x09\x45\xd5\x01\xaf\x21\x5e\xc1\x04\xa7\xea\x80\xd7\x10\xaf\x60\x7d\x52\x75\xc0\x6b\x88\x57\x70\xde\xa8\x3a\xe0\x35\xc4\x2b\x78\xc7\xf5\xf0\x1a\xe2\x15\x82\xe5\x7a\x78\x0d\xf1\x0a\x91\x7f\x02\x06\xbc\x46\x9e\xcb\xaa\x43\x32\x5c\x0f\xaf\x21\x5e\x21\x2d\x51\xd5\x01\xaf\x21\x5e\x21\x97\x45\xd5\x01\xaf\x21\x5e\xa1\x14\xaf\xea\x80\xd7\x10\xaf\xb0\xe4\xac\xea\x80\xd7\x10\xaf\x68\xb2\x55\x75\xc0\x6b\x88\x57\xb4\x89\xeb\xe1\x35\xc4\x2b\xba\xc8\xf5\xf0\x1a\xe2\x15\x7d\xf4\xaa\x12\xbc\x48\xbc\x62\x08\x59\x55\x82\x17\x89\x57\x8c\xc1\xaa\x4a\xf0\x22\xf1\x8a\xf2\x0b\x41\xf0\x22\xf1\x8a\xd9\x2d\xaa\x12\xbc\x48\xbc\x62\x71\x5c\x0f\x2f\x12\xaf\xb8\x58\xae\x87\x17\x89\x57\x32\x96\xeb\xe1\x45\x72\xbe\x92\x35\x5c\x0f\x2f\x2a\x88\x16\xae\x87\x17\x89\x57\x72\x0b\xd7\xc3\x8b\xc4\x2b\xf9\xc2\xf5\xf0\x22\xf1\x4a\xa1\x70\x3d\xbc\x48\xbc\x52\xcc\x5c\x0f\x2f\x12\xaf\x94\x12\xd7\xc3\x8b\xc4\x2b\xe5\xc4\xf5\xf0\x22\xf1\x4a\x25\x66\x55\x27\xbc\xa6\x78\xa5\x25\x5a\x55\x27\xbc\xa6\x78\x65\x13\xa2\xaa\x13\x5e\x53\xbc\xb2\xe5\x5f\xe6\x09\xaf\x29\x5e\xd9\x79\xaf\xea\x84\xd7\x14\xaf\xec\x1d\xd7\xc3\x6b\x8a\x57\x0e\x8e\xeb\xe1\x35\xc5\x2b\x47\xcb\xf5\xf0\x9a\xe2\x95\x93\xe1\xfa\xc1\xc1\x94\x87\x90\x97\x47\xde\xf7\x67\x15\xff\xcf\x6f\x0b\xaf\x0f\xf0\xfe\x72\x3e\xd3\x7e\x91\x77\x05\x79\x4a\xf3\x83\xf6\xb0\xd3\xeb\x7b\xc7\xe9\x78\xe2\x59\xf2\xf7\x77\x00\x00\x00\xff\xff\x10\x63\xff\x07\xa3\x08\x00\x00"); +func _fbbe ()([]byte ,error ){return _c (_agb ,"Adobe-GB1-0")};var _dcb =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x4c\xd2\xc1\x8a\xdb\x30\x10\x06\xe0\xbb\x9f\x62\x8e\xdb\xc3\xd6\x92\x5d\x3b\x32\x2c\x81\xe2\x14\x6a\x96\xed\x96\xa6\x49\x0b\xa5\x07\x59\x1a\x05\x41\x23\x0b\xd9\x3e\xe4\xed\x8b\x66\x52\x77\x0f\x61\xe2\x4f\x9a\xdf\xb2\xa4\xb2\x1f\x0e\x43\xf0\x0b\x94\x5f\xd3\x64\x8e\xb8\x80\xf3\xc1\x26\x9c\xa7\x35\x19\x84\x11\x2f\x3e\x14\x85\xac\xc0\x7a\xb3\xfc\x7b\xa4\x62\xae\x3a\x16\x45\xf9\x7c\xec\xa3\x79\xfc\x74\xea\x1f\x3f\xc3\x3a\xe3\x5d\xfb\xe1\x70\xbc\xcd\x0b\x5e\x87\xe0\x26\xa8\xb9\xdb\xae\xf1\x9e\x00\x50\x7e\xc3\x8b\x9f\x97\x74\x83\x87\x8f\x76\x1a\xf1\x1d\x58\x74\xd9\x5f\x93\xc5\xe4\xc3\x05\x1e\x9e\xa7\x84\x5a\x6e\x03\xc7\x35\xc6\x3f\x78\xc5\xb0\x80\x20\xc3\x60\xa9\x16\x65\xff\xa2\xe3\x17\x7d\x45\x78\xb3\x9a\x33\x8d\xd1\xd0\x19\xd3\xec\xa7\x00\xdd\x7b\x21\xda\xff\xfc\xfd\x16\x11\xe4\x3d\xe2\x34\x1c\x5e\x9d\x9b\x71\x81\x5a\x70\x7c\xf9\xf3\x34\x1c\xe0\x97\x04\x29\xa0\x6a\x3e\x88\xe6\xf7\x7d\xea\x8f\x97\xc9\x6e\x8d\xb2\xe5\x4f\x32\xde\x26\x1d\x2e\x58\x3c\x69\xa9\xab\x3d\xe4\x52\xef\x41\x89\xa6\x25\x6a\x98\x1a\x22\x45\xd4\x32\xb5\x7b\x50\x75\x25\x88\x3a\xa6\x91\x66\x75\x44\x96\xc9\x66\x6a\xab\x4c\x23\xc7\x8f\x4c\x75\x26\x1c\x89\x90\x1a\x77\x4d\xf1\xa4\x6b\x2d\x33\x51\x51\x62\xd7\x12\x29\xa6\x8e\x68\x47\x64\x98\x0c\x51\x47\x84\x4c\x98\x49\xe5\x75\xd5\xa3\x26\x1a\x1d\x91\xcc\x64\xe9\x8d\x54\x94\x50\x94\x65\x2d\x13\xad\x4b\x29\x22\xc7\xc4\x8d\x14\xef\xb8\xd1\x51\x7c\x27\xf2\x29\x6e\x7b\x97\xff\xe7\xfb\xb3\x9d\xa7\x59\x53\xc2\xb0\xd0\xed\xa1\x33\xcb\x9b\xee\x03\x6e\xf7\x33\x4e\x31\x77\xd1\xef\x6f\x00\x00\x00\xff\xff\x8b\x02\x5f\x71\xcb\x02\x00\x00"); +func _egac ()([]byte ,error ){return _c (_egcb ,"KSC-Johab-H")};var _dbac =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\xbd\x49\xef\x6e\xbb\x95\x9f\x37\xd7\xa7\x38\x43\x67\xe0\xd4\xe6\xde\xec\x16\x20\x08\x70\x57\x88\x61\x38\x09\xdc\x24\x63\xf2\x6d\x2a\x02\x52\x57\x82\x4a\x1e\xf8\xdb\x07\xe4\xf3\xf0\x94\x13\x04\x38\xba\x93\x7b\x7e\x7f\xee\x97\xed\x6a\xc9\xb5\xc8\xbf\xfb\x37\xff\xfe\xdf\xfe\xfb\xdf\xfe\xf8\xd7\x1f\x7f\xf7\xbf\xff\xe5\x4f\xaf\xff\xfc\xf9\xeb\x8f\xef\x1f\x7f\x7b\xff\xe5\xf3\x4f\x7f\xfa\x6f\x7f\x79\x7d\x7e\xcc\xcf\x3f\xfc\xf1\xb7\xdf\xfd\x2e\xdd\x3f\xde\x7f\x7c\xfd\xf5\xc0\xfd\xbf\xd7\x3f\x8e\x3f\xff\xee\x77\xeb\xf7\xff\xf9\xbf\xff\xd3\x5f\x3f\xff\xf8\xef\x7f\xfb\xfe\xe9\xc7\xc3\x77\xef\xff\xf6\x67\xbf\xfd\xf1\xe3\xef\xfe\xd3\xe7\x1f\xfe\xf8\x4f\x7f\xfd\xcb\x7f\xff\xf1\x2f\xfe\xd5\xfb\x4f\xf3\xf3\x3f\xfd\x78\x7f\xbe\xeb\xef\xff\xdb\x5f\xde\x9f\xbf\xfc\xf1\xb7\x7f\xf8\xf1\x2f\xfe\xc3\x7f\xfa\xf9\xc7\xff\xfc\xdf\xfe\xfc\xe7\xff\xfb\xf3\x8f\x9f\xdf\xfe\xfa\x23\xf6\xdf\x3e\xbf\xbd\xf7\xff\x7f\xf7\x77\xff\xe6\x3f\x8e\x3f\xff\xaf\xe3\x1f\x3f\x3f\xfe\xee\xbf\xfe\xf6\xc7\x7f\xf5\x1f\xfe\xd3\xbf\xfc\xaf\xff\xe5\xef\xfb\xbf\xfc\x5f\x76\xe9\x2e\xfc\x3f\x3e\x7f\xf9\xa7\x3f\xfe\xe9\xb7\x1f\xe9\x7f\xbe\xae\xfb\x9f\xff\xfc\x5f\xfe\xfb\x9f\x3f\x3f\x92\x95\xfc\x9f\xff\xf1\x4f\xef\xcf\x8f\x0b\x94\xe9\xe4\xeb\x4f\xef\xcf\x3f\xfd\x79\xbc\x3e\x7f\x19\xbf\xfd\xc3\xe7\x77\x3f\x7e\xfc\xfe\xba\xfe\xf0\x83\xff\x7e\xdf\xfe\xfe\x0f\xeb\x2f\xff\xe6\xea\xfe\xed\xf7\xff\xf6\xef\xff\x35\x7f\xfb\x77\x57\xf7\xaf\xbf\xff\x77\x7f\xff\xaf\xcf\x5f\xff\x7e\xff\x75\xfd\xfd\xf7\x7f\xdf\xfe\xb5\x7f\xff\xfc\xf6\xfe\xff\xb4\xf2\xbb\x44\xe3\xbf\xfd\xe9\xaf\xef\xcf\x97\xbf\xed\x76\x7f\x9f\xbe\x7f\xf8\x91\xd6\x2f\xfe\xc7\xa2\xdf\xa5\xeb\xb2\xb7\x7f\x7c\xbf\xfe\xaf\xf1\x97\xdf\xfd\xfe\x75\x8f\x6b\x7d\xb9\xfe\x91\xfe\xf0\xe3\xbe\x73\xbf\x36\x88\x3f\xfc\x48\x17\xff\x1c\xfc\x3d\x6f\xf0\xfe\xc3\x8f\xc4\xbf\x3e\xeb\x0b\x7e\xf9\xe5\x8b\xb2\xc0\xec\x80\xbe\xc1\xaa\x26\xf5\x7e\x6f\x60\x45\xb1\x01\xbf\x89\xd5\xc4\x13\x6d\xd5\x55\xd7\x3f\xe7\xfe\x67\xfb\xdd\xef\x5f\x39\x76\x87\x4a\x79\x16\xa0\xda\x52\x62\x83\xfd\xe3\x52\xd7\x8f\x67\x6f\xb4\xb1\x7e\x33\xe3\x02\xf4\xdf\xfd\xfe\x7d\xf5\x5d\x41\xbd\xf3\xef\x7e\xff\x4e\xd4\x56\x57\xeb\x9f\xbb\x5f\xfb\xc3\xec\xbf\xd3\xff\xf0\xef\xba\x2b\x88\x02\x9c\xd4\x17\x55\x38\xff\xf0\x23\x3d\xb7\xe0\x45\x59\x13\x7e\x80\x7d\xc3\xd4\x33\x90\xf6\x12\x15\xc5\xf5\x08\xbf\x1b\xa6\x6b\x43\xa6\xfb\x79\x04\xab\xde\x87\xfe\xe4\xfe\x2c\x50\x04\xfb\x33\xfa\x92\xe3\xd9\x55\xdc\x49\x58\x81\x74\x2e\xaf\xd5\x5c\xf0\x11\xde\xeb\x97\x4d\xe0\xa7\x36\x31\x26\x90\x46\x5a\xdc\x1b\x96\x5b\x98\x81\x54\xd4\x3b\xe3\x28\x59\xc8\x6f\x4b\x08\x19\x56\x65\x58\x3d\xe8\x44\x4d\xc2\x55\x73\xee\x82\x41\x19\xcd\xf4\x41\xbd\xb5\x08\x0b\xb0\x0a\xf7\xdc\x46\xa3\x13\x61\x17\x1b\xad\xc6\xfe\x6d\x3e\x80\x36\x3b\x5d\x18\x11\x40\x4a\x87\xf5\x06\xa5\x73\xd0\xdf\xa0\x83\x2f\xeb\x8d\xdd\xa7\x78\x58\xa4\x7a\xed\x8f\xa3\xee\xd2\xfb\x62\x34\x51\x77\xab\xf7\xc5\x00\xa2\xee\x76\x99\xb4\x68\x7b\x5a\x98\xb2\x68\x7b\xba\x99\xb0\xe8\xf1\xda\xbf\xa2\x03\xd1\xe3\x03\xa4\xce\xe8\xd4\x69\x07\xa2\xd3\x62\x50\xd1\xbb\xaf\xdf\x96\x3d\x43\xf3\xb5\x3f\xcd\xf7\xd3\x85\x79\xc3\x7a\x60\xdd\xb0\xdf\xc2\xbe\xe0\x03\xf5\xcd\xd7\xa6\xa3\x48\xa9\x0a\xd7\x52\xe4\xc2\x38\xe7\x6b\x77\x3e\x97\xeb\x34\xf4\xda\x1f\xdf\x07\x7e\x37\xcc\xfe\x16\xde\x29\x3f\xe1\x5e\xe2\x12\x36\xb4\x89\x27\xd7\xc7\x6e\x6c\x1a\x8d\x14\x59\xd8\x76\x69\x3e\x70\x77\xb2\x16\x87\xb0\x67\x2a\xd7\x33\x84\xd8\x92\xa7\xfe\xac\xf9\xbb\x69\x89\x55\x9f\x2f\x49\xa0\x38\x84\xf1\x00\x4f\xe9\xee\x86\xc4\x35\x5f\x9b\x08\x72\x9c\x6e\xb0\x3e\x57\x3b\xbf\x5d\xdd\x28\xe9\x67\x55\xb1\x21\xab\x3e\x5f\x9b\x59\x4a\x3a\xf3\xbc\xe5\x61\x49\x71\x4a\xbf\x9b\x08\x4e\xaf\x36\xd3\x97\xfb\x2c\xd9\x84\x44\x4e\x55\xf3\xde\xb0\xc7\x96\xec\x4a\xe4\xff\x1f\x19\xbd\xbf\x5d\x53\x15\xed\x4c\xe4\xdc\x7d\x7c\xf2\xa9\x69\x13\x46\xbe\x0e\xdc\x9d\x2a\x3f\xdb\xf9\x6c\xd8\xec\xf2\xa6\xea\x52\x3a\x2b\xf6\xde\x74\x54\x1a\x94\x3b\xdf\x9b\xe4\x4a\xeb\x8f\xf0\x01\x36\x61\xde\x30\x4e\xe9\x9a\xc8\xd2\x6d\xf7\xbd\x89\xae\xf4\x74\x60\x03\x9e\x8f\x77\x9f\x15\x79\xf3\xbd\x69\xb0\x28\xa0\xe6\x7b\xd3\x60\x89\xe7\xf4\x6a\x4d\x73\x4d\xae\x18\x94\x5f\x13\x0c\x3f\xdf\xfd\xf3\x87\x1f\xf7\x75\xbb\x80\xef\x4d\x92\xf5\xbe\x2c\xdd\xa2\xbd\xde\xc9\xd2\x4d\xa1\xf5\x4e\x5d\x78\x6f\x78\x3b\xde\x4d\xa1\xf5\xbe\x6d\x37\xd6\x88\x6a\x79\xce\x6f\xd7\x88\x6a\x7d\x1c\xd1\x26\xd8\x5a\x1f\x67\x63\x13\x6c\xad\xcf\x69\x77\x6c\x98\xcf\x6f\xdf\x1b\xd6\x03\xd7\x2a\xd4\x26\x57\xbd\x37\xfd\xd6\x76\xd9\xab\x4d\xbf\xb5\xdf\x36\xb4\x85\x49\xed\xf2\xdc\x7b\x4b\xef\xda\x5d\xfd\xf7\xa6\xee\xda\x9f\x53\x9a\x81\x76\x63\x53\x77\xed\xf9\x7c\xbc\x87\xd0\x9b\xf3\xbc\xc9\xb9\xc6\x7d\x3e\xde\x7d\x8e\x33\xa2\x4d\xdd\x35\x7e\x56\xb5\xa7\x3d\xca\x69\x68\x8f\x28\xe2\xc0\x0f\xf0\xfc\x76\x8d\xa8\x5d\x97\xe3\xdd\xb4\xdf\x2e\xd9\xe8\xbd\x89\xbd\x5d\xfd\x94\xae\x21\xb4\x74\x46\x34\xf3\x86\xa7\xa1\x59\x36\xac\xd6\x3c\xd7\x10\xda\x7d\xc6\xbb\x78\xe1\x4e\x57\x39\x55\xad\x55\x68\x4f\x3f\x55\x8d\x0d\xc3\x21\x6c\x8d\xdd\xf2\xa1\xc9\xcd\x29\x2d\x9f\xe1\x6f\x4e\x69\xf9\x2c\xf7\xe2\x94\x3b\xa5\x7e\x3e\xde\x23\xca\x99\x21\x7c\x36\xa7\xb4\xac\x7c\xfa\x2c\xeb\x22\xb5\x5c\x1f\xe1\x1e\x60\xc9\x45\xf8\x00\x43\xb8\x07\x58\x4a\x12\x16\xe0\xf9\x78\x0f\xf0\x30\xec\x67\x33\x4e\x2b\x52\xce\x67\x33\x4e\x2b\xce\xc6\x67\x33\x4e\x2b\x8e\xf7\xb3\x19\xa7\x95\x7e\xaa\x9a\xc0\xf3\xf1\x7b\x8d\x28\xdf\xa7\xcf\x6b\xc9\x5a\x2f\xa7\xcf\x5f\xa0\xbf\xdd\x8c\xd3\x7a\x3d\x70\x8f\x48\x8b\x62\x7e\xb6\xbd\xd1\xe2\xf1\xb7\x9b\x71\xda\xa1\x9c\xcf\x66\x9c\x7e\x9d\xd9\xd8\x8c\xd3\x2f\xf4\xf7\xfc\x6c\xc6\xe9\x47\xc4\x7e\x16\xe3\xdc\xa9\x2a\xbe\x3e\x5b\x47\x2f\x73\x57\xb8\x46\xd4\xb5\x80\xe6\x27\x26\xf0\x34\xf4\xda\x30\x9f\x9a\xdf\x1b\xf6\xd3\xee\x07\x78\x4a\xd7\x00\xfb\x7d\xfb\xdb\xcd\x65\xfd\x3e\x35\x6f\xb6\xea\xcf\x19\xe0\x66\xab\xfe\x48\xb1\x9f\xc5\x56\x77\xea\xcf\x81\x7b\x80\x8f\xb4\xf1\xd9\x6c\xd5\x9f\xd3\xd0\x66\xab\x5e\xd2\xa9\x6a\x99\xba\xe9\x68\x98\xcf\x62\xab\x05\xcf\xc7\x7b\x08\xa5\xfd\x0d\x82\xff\xb3\x79\xae\xd7\xeb\xfc\xf4\x03\x94\xac\xb6\x46\xe9\x55\x39\xf1\x59\x4c\x76\xdf\x87\x33\x3e\x9b\xc9\x7a\x3d\x8b\xbf\x99\xac\xd7\xb3\x80\x9b\xc9\xfa\x91\x4f\x9f\xcd\x64\xbd\xd6\x53\xf3\x5e\xb1\xda\x1c\xee\xe6\xaa\x7e\xa4\xd7\x67\x73\x55\x6f\x87\xd8\x37\x57\xf5\x76\x88\x7d\x71\xd5\x7d\xa7\x7e\xda\xdd\xd6\xfa\x11\xc0\xdf\xc5\x46\x0b\x86\x70\x0f\xa1\x95\x2a\xdc\x6b\xd2\xec\xd5\x77\xb3\x51\x6f\x52\xf7\x77\xb3\x51\x3f\x2a\xe5\xbb\xd9\xa8\xf7\x74\x7e\xbb\x87\xd0\x5d\xcf\xef\x66\xa3\x7e\x84\xe8\x77\x33\x4a\x3f\xeb\xf9\x5d\x2a\xe5\xbe\x1f\x29\xf4\xbb\x89\xbd\xf7\xdc\x84\xbb\xdd\xee\x4c\x7e\x83\x76\xcb\x29\x2d\xfb\xb7\x5b\xc6\x3c\xf8\x69\x69\x49\x24\xe1\x03\xac\xc0\x10\xb6\x0d\xa9\xf9\xbe\xef\x22\xac\xc0\x2a\xec\xc0\xfd\x71\xdc\xb0\x42\xdf\x22\xe7\x09\xfc\xa4\xde\xb7\x59\xf3\x44\x86\xe7\xfa\xb6\xb6\x9f\xc0\xe4\xef\x7d\x4b\x91\x27\xda\x96\x5e\xbd\x6f\xfb\xf4\x89\x18\xc2\x67\xc3\x09\xfd\xf6\x4a\x43\x18\x4c\xbd\xd7\x2e\xf4\x63\x1a\x7a\xb1\xfa\xbd\xd1\x90\xcb\xdd\x37\x6d\x3c\xe3\xea\xc2\x1b\xb8\x87\xd0\x51\x38\xcf\xb8\x59\xc1\xde\x32\xf0\x54\xb5\x87\x3f\x9e\xc1\x88\x5a\x05\x6e\x79\xdc\x7b\xdb\xbd\x1a\x05\x7e\xed\xdb\x72\x59\x90\xf1\x6e\x2b\xe0\x19\xd5\x9a\xb7\xd8\x78\x46\x0d\x3e\xee\xf4\xaa\xfa\x71\xa7\x57\x15\xf2\xee\x9d\x5e\xf5\xed\x98\xf6\xde\xe9\xd5\x18\xac\x6f\xa7\x57\x13\x19\xd3\x3b\xbd\x9a\xe7\xb7\xf4\xea\x75\xda\xa5\x57\x67\xea\x3a\xbd\x7a\x5b\x73\xd0\xab\x2f\x3c\xd8\xb7\x81\xf8\xcc\x4b\x42\xda\x06\xfe\x33\x2f\xdb\xdd\xf6\xd4\x82\x0c\x7f\x8b\x8d\x67\x3e\xce\xf3\x56\xb0\xcf\xcc\xae\xfe\x76\x30\x9f\x59\x90\x6d\x38\x98\xcf\xac\x7c\x1c\xdb\x88\x7f\x66\x83\x8f\xe2\xa2\xdd\x09\xe3\xc4\x45\xbb\xb8\xc9\x1d\x6f\xf4\x99\x93\x76\xe3\xa2\xdd\x39\x85\x7b\x36\x74\x2d\x7a\x6c\x7a\xce\xfd\x82\x36\x62\xd3\x73\xee\xd7\xb4\xb4\x6f\x98\x86\xed\xc6\x86\x38\xb6\x1d\xa3\x2f\xf7\xa7\x0b\xd3\x86\x19\x21\x13\x5b\x6a\xe6\x5e\x91\x8b\xb1\xb9\x3b\xf7\x08\x3f\xce\x1b\x2a\x73\x22\x95\x0d\xe5\xee\x48\xf4\xea\x3b\x84\x4d\x38\x80\xbb\x57\x91\x1c\xef\x96\x39\x39\x32\xcc\x1e\xf7\xee\x55\xb4\x29\xdc\xbd\x8a\x0e\x01\xa3\xf7\x72\x0c\x3b\xb9\x0d\xd5\x05\x3f\xc0\xdd\xab\x98\x2c\x28\xce\xf3\x82\xfe\xb6\x0a\x99\xc9\xcd\xce\x39\x5e\xce\xf3\xdd\x7f\x25\xf8\x73\xbc\x9d\x8c\x9b\x2e\xbf\x5d\x93\x87\x2e\xab\xd8\x62\x1b\xa6\x79\x24\x68\x30\xb6\x39\x95\x0f\xcf\xa1\xaa\xf3\xb8\x51\xc6\xb1\xd5\x5e\x1e\xf7\x10\xee\x2e\x8f\x0c\xa3\x60\x79\xe7\x51\xd1\xa0\xe8\xf5\x7c\xd8\x28\xb6\x9b\x99\x07\x8e\x6d\xc7\x40\xcc\xa3\x3b\x91\xdb\x42\xca\xa3\x3b\xbe\x4c\xaf\xc6\x64\x32\x32\xbd\x9a\xf6\x39\xd3\xab\x39\x2c\xa5\x57\xd3\xe5\xcd\xf4\xea\x8d\x00\x8e\x4c\xaf\xde\x28\xba\xd8\xe2\x39\xcf\x8c\x4d\x80\xbb\x97\x67\xdf\xe3\xcd\x77\x3e\x90\x01\x6e\x63\x6b\xc1\x37\xa5\x15\x88\xc7\x7a\x5b\x15\x1e\x78\xbe\xb7\x49\xb4\x20\x9d\xdc\xee\x50\x9e\xdd\xb9\x3a\xa5\xc3\x76\xb3\x90\x9a\x0f\xdc\x74\x94\x71\xf7\x16\x84\x70\x8a\x0d\xed\x01\xe6\x7b\xcb\xf2\x3c\x03\xbd\x17\x3f\x61\xc1\x7f\x4f\x42\xe8\x77\x4b\xfa\x05\xf9\x6d\xa5\x57\x11\x78\xf7\xb5\x0a\xe9\x55\x65\xf8\x21\x2b\xd4\x47\xc8\x6f\x9b\xbf\x95\xae\x6a\x16\x32\x84\xe6\xc7\xb2\x42\x6d\x42\x26\xb6\xf9\xf1\x64\xae\x1a\xa5\xa3\x33\xde\xd6\x85\xf4\xaa\x85\x90\x6e\xd8\xee\x60\x0b\xe2\xee\x97\x90\xaa\xfa\x23\x64\xda\xed\xc6\x08\x3f\xb6\x2a\x25\x81\xdd\x18\xc1\x88\xc2\xaa\x90\xd6\xd1\x8a\x90\x9a\x23\x09\xad\x99\xb9\x1a\x83\x9a\xc3\x21\x28\x27\xce\x88\x26\x72\xe2\x8c\x68\x0b\xfe\xfc\x5c\x0e\x01\xd1\x1e\xdd\x9a\xb7\x2a\x73\x53\x65\x41\x88\xbf\xf3\x31\x12\x37\x3f\x48\xcd\x39\xa5\x49\xc7\xcb\xa6\x65\x7e\x10\xa2\x73\x42\xa2\x0f\x62\x72\x4e\xd9\xaa\x67\xa1\xa5\x7e\x2c\x87\xf6\x22\xfc\x52\x4a\x9f\x27\x56\x40\x74\xdb\x1d\x7e\xec\x6f\xf7\x00\x33\x26\xef\x82\x37\xd0\x5e\xa1\xac\xa2\x5b\x15\x16\x62\xb8\x0a\x70\x68\x7e\x6e\x6b\x76\xbc\xae\xc2\xc4\xdc\x08\xa7\x9d\xed\xa9\xce\x56\xda\x82\x89\xdf\xd2\x8d\x17\x76\x4d\x04\xed\x62\x6e\xe4\x07\x11\xe4\xb6\x49\xc7\x7a\x5e\x90\x99\x7c\xfc\xad\x8b\x82\x44\x72\x2b\x24\x3f\x48\xa4\xf9\x72\x51\x14\x05\x2f\xa5\x75\x30\x57\x6f\xb5\x62\x54\xe1\xc3\xc7\x8f\x90\xf5\x95\x36\xde\xca\xba\xa0\x21\xb6\x06\xf2\xa3\x64\xc0\x91\xce\x8f\xdc\x8d\x23\x1d\x97\xcb\x8d\x7f\x9b\x1f\x59\x12\xff\x36\xae\xab\xfd\x52\xf0\xeb\xed\xe6\x47\x49\xf0\x76\x40\xb2\x3e\x4e\x68\x5c\xe8\x48\x9d\xd0\xfc\xd4\x22\xf4\xb7\x5d\xc8\xdc\xd4\x10\x06\xbf\xcd\x42\xc8\xaa\x9d\x9a\x3f\x94\x9e\xaa\x58\x13\x39\x12\xdf\x30\x2e\xd4\xed\xfc\x20\x44\x1f\x39\x12\x57\x31\x2e\x29\x14\xdf\x30\x2e\x49\x12\x67\x30\x3f\x32\x28\xce\x60\x5c\xc9\x5e\xc1\xeb\x4f\x3b\x35\x33\x91\xe8\x66\xbd\xbf\xfc\xb4\x53\xf3\x8b\xd2\x24\x74\x08\x36\x34\x68\x57\xea\xde\xee\xd0\x82\x0e\x61\x32\xfc\xdb\x3e\x6f\x72\x8e\xeb\xb6\x57\x93\xf1\xca\xa0\xb8\x25\x71\x49\xec\x78\x1a\x71\x49\xbf\x5f\xa4\xd7\x23\x67\x7c\x9d\x0d\x59\xe1\xeb\x6c\xa0\x8d\xe7\x97\x6d\xce\x47\x62\xff\x06\x0b\x2a\x75\x7f\x83\x6e\xa0\x8d\xe7\xd7\x11\xc5\x81\x2c\x8a\x9c\xf1\xdd\x7a\x3e\x2e\x59\xe1\x3b\x59\x14\x59\xe1\xbb\x95\x64\x66\x1b\x70\xc1\x07\x68\x37\xa4\x41\x19\xe5\xbb\x99\x3b\x67\xa5\xd7\x77\x53\x5d\x5c\xf2\xcd\x17\xae\xca\x97\x9d\x84\x08\xf3\x65\xaf\x26\xbd\xda\x7a\xbe\xe8\xff\xc4\xb5\xf5\xfc\x82\x37\x1f\x57\x21\x53\xb7\x99\x6c\xc1\x4a\x69\x13\x42\x0c\xdb\x0a\x58\x30\x28\xed\xc2\x09\x0c\xe1\x9e\x9c\xbc\xc5\xe4\x82\x5f\x7e\x5b\x80\x90\x59\x4e\x36\xb4\xe9\x2a\xae\x6c\x55\x6c\x27\xe7\x64\xaf\x06\x73\x95\xac\x79\xb0\x64\xf9\x40\xfa\x5c\x6c\x68\x40\x39\xc5\xf1\x0e\x86\x5f\x1c\xaf\xab\x50\x6c\x17\x31\xc9\x16\x53\xe9\x09\x19\x93\x9f\x4b\xc8\x2a\x94\x2c\x84\xda\x4b\x11\x5a\x73\x15\x7e\xf9\xad\x1f\x07\xab\x5f\x9a\x90\x15\x7c\xfc\x2d\x9b\xeb\x57\xe9\x42\x96\xec\xb1\x2a\x87\xff\xf8\xdb\x41\x9f\x6b\x12\x32\xfc\x7a\x0b\xad\xd9\xaa\x06\x35\xd7\x47\x48\x9f\xab\xbd\x72\xf8\xd5\x6e\xc8\x74\xd5\x76\x25\x24\x69\xe3\xe6\xd4\x22\x4b\x0c\x18\xaa\x71\xd5\x26\xa4\x5d\x89\xe1\xee\xb0\x46\xed\x42\x56\xdf\xe5\xbe\x61\xba\x9c\xab\xd0\x76\x43\xc8\x3c\xb7\x4b\xc8\x10\x1a\xe3\xbd\x1d\x6f\xf3\xb7\x2e\x68\xb3\x1b\x72\x4a\xb3\x5d\x39\xc5\xf5\xbd\xb7\x59\x97\xb3\x2b\x78\x6f\x35\x18\x57\xb3\x5d\x4c\xa4\xec\x82\xee\x63\xce\x14\x57\xbf\x7e\x25\xf8\x4b\x7f\x3a\x9d\xea\x49\x48\x2f\xfa\x2d\xb4\x17\x55\x08\x69\x14\x9a\x7d\x9c\x8c\x7a\x09\xfd\xed\x23\x84\x16\xea\x81\xcc\x6b\xcf\x42\xba\xec\x7a\x3e\xce\x4d\x2f\x42\xda\xad\x07\x32\x91\xdd\x6e\x0c\x26\xa3\x1e\x08\xa3\xf4\x26\x44\x5a\xf7\x2e\x64\x01\xeb\x29\x65\xd6\xbb\x43\x98\xf0\x5c\x38\x84\x89\x24\x70\xf1\x1f\xb9\xaa\x9e\x8f\xf9\x6d\x38\x57\x08\xef\xec\x6a\x67\x6c\xaf\xdc\x1e\x21\x82\xa1\x65\x21\x22\x27\x0e\xa4\xa1\x56\x84\x4c\x4e\x08\xd5\x7b\x51\x85\xc8\xb6\x76\xa0\xed\x32\xa2\xac\x50\x91\x70\x38\x74\x0d\xf6\x85\x16\x6c\xc0\x53\xca\xa2\x48\x38\x9c\xc2\x46\x52\xd4\xe5\x2d\xcb\x23\x29\xea\x32\x86\xda\x3e\x9c\xdf\xf0\xa1\x34\x09\x0b\xf0\x16\xb2\x28\xfd\x94\xd2\x50\x3f\xa5\x34\x94\xec\xd5\x44\x30\x48\x2a\x19\x82\x4d\x8a\xc9\xc2\xf0\x53\x6a\x42\xba\x11\x07\x0e\x8e\x06\x6f\x21\x55\x05\x03\x2c\xc3\x8f\x43\x58\xfe\xf9\x94\x71\x41\x1a\xba\x69\xb7\xa0\xbb\x8a\xc3\x2f\xd3\x9a\xb3\x70\xd7\x5c\x12\xb0\x22\x45\x8a\x43\xa8\x30\x0e\x27\x94\x0b\x56\x4a\xab\x90\xc3\xce\xfb\x40\x0e\x3b\x1d\x51\x3d\xa7\x9b\x07\xbe\x29\xed\x42\x3b\x29\x0c\x16\x45\xd1\x5e\x3d\xec\x4c\x07\xb2\x28\x4a\xfa\x8a\x78\x2e\xf7\x81\x0d\x98\x84\x9d\x8f\x0f\xfc\x00\x99\x49\xce\x96\x73\xb9\x0f\xb4\xaa\x47\xc8\x10\x9c\x1c\xb6\x4d\x72\x39\xc3\x9f\x0c\xe1\xf4\x79\x5a\x33\x9d\x6c\xb0\x46\xb9\x0f\x84\x72\xf2\x25\x64\xea\x9e\x03\x03\x98\x84\x2c\x8a\x6a\x9f\x40\x81\x48\x8a\x76\x02\x05\x22\x29\xda\x9b\x67\xbd\xca\xf2\x86\xcc\x49\x0a\xef\x86\xfe\x49\x0a\xef\x06\xe3\x14\x15\x4e\x43\x8c\xa4\xdc\x84\x6f\xa0\xa5\x18\xc8\xe5\x74\xc3\xf1\x5a\x73\x97\x36\xac\xb9\x63\xc7\x25\x55\xb7\x3b\x05\xc5\x9a\xbb\xc4\xf0\xb3\xf4\x03\x64\x44\xee\x14\x14\x05\x7f\x77\x7d\x7f\x96\x32\xc0\x9f\xa5\xac\xaf\x6a\xa1\x63\xc7\x95\x52\x7e\x2d\xf8\x89\x6e\xc8\x45\xe1\xdd\xf1\xd1\x8a\xba\x39\xec\xb2\x82\x30\x50\x0b\x49\xc1\x1f\x9d\x5e\xf8\xdb\xc0\xaf\x2c\xf5\x94\x32\x91\xa7\x2a\x8e\xe3\x8b\x82\x30\x82\xc5\x57\xeb\xbb\xab\x50\x14\x84\x81\x99\x9e\x54\x1a\x21\xaf\xd7\xf3\x5b\x82\x04\x14\x84\xe1\x70\x15\x84\xe1\x7a\x2a\x08\xd9\x7b\xce\x45\x81\xc4\x26\x43\x2e\x0a\xa4\x40\xdd\x26\xd5\x42\xa0\x6e\x8b\x02\x29\xa6\xdd\xb0\x2a\x05\xc3\x19\xa0\x8b\xaf\x2a\x8b\x69\x43\x0c\x61\x28\x18\x54\x0b\xc3\x99\x54\x77\x0d\x79\x5d\x85\x33\x5c\x5e\x4d\x04\x37\x19\x88\x64\x28\x7d\x28\xbc\x9d\x3a\xb6\x02\x22\x39\x40\x36\x05\x73\xbd\xf8\xed\xc4\x2b\xab\xd7\x2d\x7c\x80\x8f\xb0\x00\xb3\x90\x28\x08\xb5\xc4\x84\xe7\xaa\xd6\xf3\x54\x3e\xa9\x25\xdc\x28\xa8\x5a\xcf\x6c\x14\xe4\xaa\x4a\x99\xf4\xb9\x6a\x01\xb3\xc7\x1f\xc9\x79\x9e\xb2\x91\x13\x8b\xef\x1f\xc9\xa9\xc3\xf7\xcf\x55\x71\x85\xef\x9f\xab\xe2\x6a\x62\xc6\x55\x05\xd2\xcb\x21\x28\x35\x0d\x2f\xa9\x8a\x9c\x97\x72\x42\xc5\x7e\x02\x48\x9c\xe7\x97\x43\x50\x02\xbd\x82\xf1\x6a\xc5\x1a\xb9\x51\x95\x04\x2f\xa7\x5d\x3d\xff\x42\xf2\x55\x85\x99\xfb\x06\x55\xe9\xf5\x52\x67\x86\x9d\x9c\x46\x9b\x3c\xc2\xfe\xcf\xc1\x27\x0b\xd2\xae\x52\x84\xa8\x88\x5c\x15\x66\x6f\xe5\xa2\x8a\xee\x6d\x9f\x95\x13\x6f\x03\x57\xb4\xc5\x38\xf8\xcf\x55\xbb\xfc\x6d\xe0\x8a\x86\x38\x07\xff\xb9\xca\xb0\x9c\xf4\xe7\x2a\xc3\x72\xd2\x1f\x49\x9d\xc9\x69\x7d\xae\x32\xec\x9b\xdd\xaa\x2a\x87\xba\xc9\x90\xe2\x54\xb5\x27\xf6\xbe\x4e\x55\x1f\xa0\xbf\xc5\x0a\xa8\x32\x0e\x1b\xc8\xb9\xca\x38\xef\xe9\xc7\xa7\x94\xe1\xcb\x29\x6c\x2b\xc4\xad\x36\xe6\xf4\x3a\x57\x59\xc3\x9d\x82\x5b\xdb\x84\xbd\x80\xb8\x35\x46\x38\x27\xce\xb5\xdd\xc2\x4a\xe9\x81\x8c\x48\xd3\xec\xe3\xd4\xc9\x56\xf8\xf3\x71\x4b\xc0\x1f\xc6\x7b\xab\xf6\x39\x0b\xcd\x55\x5e\xf8\x38\x5e\xad\x00\xdd\xfb\x5b\xd5\x8d\x7b\x9f\xab\x16\x13\x67\x56\x71\xab\xab\xbf\xb2\xa4\x12\x49\xf7\xfe\x96\xf8\xbf\x50\xec\x7d\x9f\x52\xda\x55\x6e\x7c\x0d\x6a\xd2\xc8\xfd\x06\xed\xca\x1a\x5f\x79\x30\xfe\x06\x8b\xff\xbb\xcd\xc7\xb8\xd5\xeb\x5f\xf8\xf5\x56\xaf\x7f\xf7\xe2\xc7\xad\x5e\xff\x3a\x5c\xed\x18\x3d\xf4\x86\x9c\x88\xcb\x15\x43\x55\x07\x8e\x73\xdc\xd8\x13\x71\xd1\xa9\xc6\xdc\xc4\x85\xb4\x6e\x4c\x46\x5c\x10\x5d\xbb\xfd\x98\x9d\xad\x46\xaf\xe2\x62\xff\xb8\xd1\xab\xb8\x24\xba\xe7\x94\xd2\xab\xc7\xd2\x69\x37\x8a\xf0\xe1\xb7\x07\x32\xc0\xc7\x3e\xe3\x3a\xdd\xf8\xa4\x41\x00\x65\x6e\x18\x1f\x91\xd8\x55\x20\xc0\x6d\xc1\x9b\xd2\x24\xb4\xaa\x10\x32\x1b\x8e\x17\xb7\x3a\x37\x3b\xa9\x5b\xcd\xf9\x40\x89\x84\x5e\x6f\xf6\x39\x49\x74\xd9\x9a\x5d\x94\x6c\x55\x18\xf1\x77\xb6\x2a\xb6\x98\xee\xec\x6f\x5d\x32\x8c\x8f\x48\xc3\x6e\x1c\x68\x37\xaa\x90\x45\xc9\x42\x1c\x67\x0e\x22\x16\xb4\x57\x07\x32\x75\x67\xf8\xc8\xe3\x76\xc6\xeb\x4c\xe6\x53\x6a\x9f\x29\xd5\xcb\x6e\xf6\xf9\xc6\x64\xb8\xd9\xcd\x88\x1b\x23\xaf\x39\x84\x1b\x77\xe8\x46\xb6\x85\x4e\xf7\x8d\x95\x13\xf7\x66\x85\xdc\x1c\x20\x3e\x78\x70\x5a\xb2\x20\x4b\xe6\x88\x6e\xcc\x65\xce\x43\x4a\xdc\x61\x37\x9a\x90\x3e\x17\xab\xc2\x04\xbc\x8b\xbf\x75\x9e\x8b\x1f\x13\xb2\xd7\x1c\xe0\xcd\x86\x0c\x87\x27\x0b\x32\xcf\x67\xbc\xc3\x76\x85\x68\xb6\xbb\x3a\x5e\x67\xf2\x8c\x48\xc6\x39\x43\x40\x2e\xb6\xd3\x67\x67\x12\xab\x27\x70\xc2\x73\xb3\x57\x7a\xce\x44\x59\x96\x78\x30\x73\x9a\x0d\xe9\x2a\x37\x84\x77\xe8\x2a\xdf\x48\xdc\x78\xec\x33\xb2\x3c\x74\x95\xef\xe6\x6f\x65\x9c\xe6\x6f\x31\x91\x1a\x5e\x77\x3c\xb8\x70\x0d\x37\x3b\x1e\x19\xa7\x59\x95\x7d\x46\xa6\x86\xde\x6f\xc3\x9e\x0a\xfc\xdb\xe0\x0c\x67\x41\x96\xcc\x76\xb3\x4b\x86\xd1\x17\xd9\x25\xb3\x1b\x19\x9b\xfe\xc6\xca\x8b\x8c\x66\x6b\xb6\x9b\xe5\x94\x66\x43\x92\x37\x36\x51\x64\x25\x03\xd2\x3a\x32\xba\xba\x9d\x4e\x4a\xed\xa7\x57\x38\xb4\x9c\x0e\x2d\xc8\x4c\x9e\x5e\x29\xda\xbb\xbd\x52\x96\x77\xbb\xa1\xdc\xb0\x93\x45\xb9\x81\x99\x13\x05\x1b\xf0\xc6\xcc\x89\xe2\xe4\xd8\xe7\x22\x2f\xd8\xe7\x82\xe5\x72\x63\x3f\x46\xe9\xf6\x99\x21\x14\x34\x5b\xb3\x93\x05\x7b\xb9\xd9\xab\x82\xbd\x7c\xf7\xfa\x4b\xc1\x1f\x78\xca\x8b\xf5\x84\x8c\xc0\x01\x95\x61\x3b\x8e\x00\x87\xfd\xee\xf6\x11\x5f\xb8\x39\x20\x7d\xe1\x66\x97\xab\xe3\x43\x57\x45\x95\x9b\xc3\x52\x55\x75\x58\xca\xee\x4d\xfb\x09\xb7\xc2\xe1\x40\x6b\xc1\xdd\x2b\xa2\x3b\x4b\x54\xc4\xd5\x73\xd9\xee\xf4\x63\x6a\x6e\xec\xe4\x3d\xaa\x23\xfc\xca\xdc\xb1\x80\xa3\x61\xe3\x76\x6b\xc6\xaf\x0c\x4e\xbf\x4a\x34\x7a\xf5\x60\x8b\x04\x8e\x64\xee\x36\xd4\x30\x11\xfa\x69\x08\x16\x7c\x30\x4d\xa2\x41\x92\xfd\xb4\x6b\x58\xf0\xa9\x19\x19\xc3\xb9\xda\x82\x37\x30\x09\xdf\x40\x3b\x89\xa7\xf1\x24\x3b\x09\x57\x3d\x18\x1f\xd1\x11\xa2\x0f\xd6\x46\x70\xc6\x9c\xbb\xbf\xed\x9d\xd9\x60\xcf\x21\x3a\x46\x7c\xb7\x2a\x8e\xc9\xe3\x51\xc1\x76\x07\x78\x6a\x46\x2e\x3e\xf7\xf9\x98\xb9\x3a\x0d\x21\x27\x1e\xd5\x6f\x47\xfd\x3e\xf7\x29\x65\xbc\xa7\x5d\xc4\x46\x67\x73\x23\xfa\xb4\xa1\x2e\xb4\xcf\x21\x64\x26\xef\x03\x19\xaf\xea\x57\xd7\xf1\x51\x85\x72\x02\x1d\x8f\x3a\x33\x60\x85\x7e\xfb\x31\x9e\xe4\xa3\xb2\x0a\x44\x1d\xd1\xac\x0b\x4e\xe0\x2d\xa4\x21\x55\x0a\xde\x60\x3c\xea\x90\xb0\xcf\xce\x46\xa0\xe8\x1e\x75\x48\x48\x75\xaa\x05\xbd\xc1\x47\x3d\x30\x60\xfd\x47\x45\x37\x5c\x32\x35\x9b\xe7\xd3\xdd\x99\xe4\x7c\x3a\x1e\xd5\x02\x27\xd0\xf1\xa8\x16\x48\x14\xc8\xdd\x79\xd6\xfd\x7b\x54\x56\x83\x2d\x97\x7e\x1f\x08\xa7\xe0\x0e\xc5\x40\x98\x3d\xe5\x40\x47\xd4\x85\x8c\xa8\x1c\x68\x55\x0c\x61\x62\xb9\x74\x57\x41\x7f\xaf\x6b\xf5\x4c\x2c\x97\xae\x99\x33\x9d\x76\xb5\x04\x07\xc3\xb9\x3f\x07\x32\x22\x95\xc6\xc4\xf1\xe8\xcf\x81\x2c\xa8\xda\x89\x73\xe2\x78\x54\x0b\x9e\x13\x77\x8d\x91\x29\x6b\xa8\x16\x38\xfa\x8d\x47\x3d\x30\xa5\x1c\x45\xfb\xcb\x89\x55\x1e\xeb\x1c\x76\xed\x29\xb3\x0b\x7a\x3e\x1f\x33\x40\x8d\x11\x32\x04\x72\x77\xb9\x4d\x09\xe8\x2e\x37\x29\x01\xf1\x28\x8f\xff\x5f\x39\x00\x25\x08\xeb\x8f\x47\xf1\xfc\x92\x08\xcb\x81\xfc\x56\xa1\x4a\x28\x4e\xee\xd2\xc6\xcb\xe1\x2b\x54\x5f\x0e\x5f\xda\x78\xe1\x4b\x74\x69\x83\x43\xe5\x78\x14\xb9\x44\xd0\xe7\x5e\xf2\xaf\x05\xff\x1b\x33\xfd\x51\x3c\x73\x1e\x9d\x7b\x39\x35\xc1\xfa\xe5\x94\x42\x0b\xd2\x11\x41\xf0\xf1\xf4\x03\x99\x75\xd5\x02\x8e\x64\xee\x9a\x17\x04\x85\xe7\xae\x1d\xa3\x5f\xd9\xd9\xbd\x09\x1c\xc9\xdc\x25\x9c\xb7\xf4\x2b\xa5\xbc\x65\xd0\xb0\x2a\x27\x43\x7b\x82\x50\x9c\xe0\x38\x73\x41\x88\x3d\xac\x19\xcd\xdd\xb5\x90\xde\xca\x98\x38\xbf\x85\xd8\x25\xba\x8f\xc3\x97\xe8\x3c\xae\xee\x52\xd9\x47\x4a\x91\xca\x3e\x0e\x1f\x4f\x39\x74\x33\xbb\x44\xf7\x91\x15\xc2\x9a\xd9\x4f\xcd\x97\x35\x4b\xfb\x5a\x1b\x9e\x13\x67\x35\xdb\x07\xa1\x92\x55\x56\x1f\xa8\x3b\xab\xac\x74\x15\xbb\x16\x03\x41\xa6\x91\xd5\x4e\x5f\xc4\x64\x56\x3b\x7d\xed\xb3\x34\xe8\x39\x71\xd7\x44\xf8\xb2\x64\x9e\x8c\xc6\x17\x72\xf6\x74\x33\xbe\xf6\x4a\x65\xf5\x45\xf0\x67\x95\xd5\xd7\x55\x90\x42\x39\xdc\x8d\x9c\x0e\x64\xb9\x25\x49\x4f\x73\x73\x3a\x10\xba\x92\xea\xbe\x2c\x8a\x47\xa1\xf1\x75\x51\xba\xdd\x70\xf8\xe8\x90\x71\x49\xdd\xec\xde\x0c\x0f\x77\x89\x67\x5c\x90\xaa\x6e\x4b\xb1\x81\xf2\x6d\x29\xae\x71\x46\xf0\x0f\xdc\xce\xc8\x88\xf6\x71\x29\xae\xc2\x86\xd0\xd5\x19\xf1\x3c\x3c\xa0\x25\xda\x71\x41\xc6\x8b\x3c\x1e\x97\xe4\xcd\x72\x0f\x3c\xd8\xc8\xc8\xe3\x71\x61\xd7\x10\x0b\xb9\xe0\x00\xda\xab\x61\x37\x6c\x77\x5a\x0a\xd4\xed\x24\x62\x7e\x41\x87\x10\xc2\x2d\x72\x88\x67\x2c\x83\xb8\xc2\xc8\xc8\xe3\xa1\x63\x49\x78\xe3\x82\x37\xa5\x8f\x90\x2c\xa4\x74\x3e\xa6\x66\x34\xea\xf0\xbc\x96\xf0\xc6\x05\x3f\x40\x46\x94\xcc\x60\x4a\x76\x43\xda\x78\xfc\x18\xa6\x0b\x57\x21\xb1\xb5\x15\xae\x42\x62\x7d\xc3\x55\x48\xae\xef\x63\xcd\x58\xcf\xe1\xa2\x70\x22\x9b\xc3\x55\xf0\x44\x36\x9c\xf6\xbb\x5b\x73\x15\x0e\xaa\xa2\x57\xb7\xb3\x81\xa4\x1f\x77\x58\x55\x13\xda\x8d\x2e\xa4\x1b\xd9\x76\xd9\x07\xf3\xe8\x77\xdc\x2e\x77\xb6\x5d\x94\x95\x67\xbd\x83\xf3\xda\x1c\x4e\xac\x0e\x5e\x38\x93\x1e\xc1\x12\xc1\x58\xc6\xc3\x66\x2c\x11\x8c\x0b\x5a\x73\x08\x19\xe0\x73\x20\x94\xc3\x4e\xc1\x78\xe0\x5f\x02\x1a\xcb\xf0\x94\x35\x1c\xe0\xe3\x00\xf3\xf3\x4b\xc1\x3f\x3c\x91\xcd\xc5\x8a\x39\x1c\x0a\x87\xcb\x01\x6d\xe4\x62\x3b\x4e\x46\xb1\xd4\xc5\x3f\x5d\xc6\xe6\x23\x44\xb1\x18\x33\x9d\x03\xa5\x31\xb2\xf2\x09\xa5\x31\x32\x86\x29\x49\x2b\x0b\xfa\x5b\x4b\x5d\x31\x1c\xe7\x41\x58\x65\x78\x8a\x3c\x74\xf7\x08\x24\x5c\x10\x99\x8a\x7b\x3b\x38\xdd\xcc\x04\x12\x2e\xc8\xcc\xa1\x52\x46\x46\xdd\xe6\x9f\xa5\x48\xbe\x53\x8a\xf7\x17\xcd\xaa\x30\x01\x3d\x45\x1e\x9e\x5f\x12\x39\xb8\x20\x43\xa8\xf6\x59\xe9\x55\x1d\x91\xe4\x5c\x1d\x82\x8b\x8f\x5a\x18\xba\x7b\x44\x0e\x2e\x48\xaf\x50\x38\x03\x87\x2e\xb2\xdd\xc0\x83\xcb\x84\xdd\x2d\x48\xbb\x76\xa3\xc8\xa0\x88\xd8\xa1\x0b\x97\x4f\x43\x26\x20\x22\x62\x87\x67\x9f\x84\xdd\x2d\x68\xcd\x5d\x08\xfb\x9e\x5e\x39\xfc\x66\xcd\x0a\xef\x66\x55\xec\x57\x10\xb3\xb6\x20\xcb\xad\xd4\xe4\x38\xb3\x5c\xca\x36\xce\x20\xcb\x85\x2a\x1b\x75\xcb\x98\x72\xa1\x9d\x46\x95\xe7\xba\x1f\x6f\x83\xa9\x10\xb3\xb6\x20\xc2\xdb\xe1\xe3\x0d\x96\x4b\xb9\xc8\x29\x63\xb9\x70\xd2\x46\x75\x41\x9d\x8d\xea\x10\x1c\xbe\xce\x61\x46\xa5\x8c\x3a\xed\xc6\x81\x3b\x87\xf2\x52\x88\x72\x42\x59\x2e\xa5\x66\xc5\x9a\xcc\x2a\x9c\x86\xc5\x94\x55\x38\xf8\x99\xe5\x52\x88\x72\x60\x59\x08\x87\x5b\x90\x76\xe3\x94\xd2\x2e\x4a\x72\x78\x7e\x99\xe3\x7c\x6c\x37\x8a\x90\xc9\x09\x3f\x56\x78\x87\xa5\x12\xbf\xab\x60\x4e\xef\xa5\x98\x6c\xce\x95\x62\xb2\x0d\x16\xe5\x3e\x1f\x6f\x8a\x2d\xae\x51\x73\x26\x95\x8b\x6d\x30\x7c\xe5\x62\xc3\xcd\x2e\xae\x20\xb1\xe9\x51\x2e\xfb\x8c\x21\x5e\x2e\xdb\x9d\xb6\x1b\x42\x46\xf4\x38\x75\xec\x93\x14\x57\x10\x87\xb6\x5c\xf8\x12\x83\x93\xd1\x72\xa9\xbb\xba\x13\xab\x4c\x25\x68\x3a\x8a\x6b\xc4\x51\x68\xb9\x14\xb1\x1e\x85\x16\x97\x8c\x88\xf9\x72\xa9\x8e\xfa\xb0\xd4\x8f\x25\x33\x65\x6a\x87\xcc\x3c\xbc\x1f\xf8\xb7\xc5\x58\xb2\xd1\x9d\x2b\xf5\x1e\x11\xd6\xe1\x69\xfd\xe8\x04\x3a\x78\x3c\x3f\x70\x68\x8b\x81\x67\xa3\x93\x06\x6b\xa4\xd9\xd0\xa1\xf5\x78\x7e\x90\x5b\x1d\x9e\xc7\x8f\x70\xf8\x4a\xe0\x90\x90\x54\x38\x9c\xa3\x86\xa7\xf5\x23\x24\x24\xf5\x0f\x67\xa1\xe5\xca\xbf\x0c\xe7\x2c\x83\xe4\xf4\x28\xd2\x42\x6c\xc1\x50\x8c\x4a\x1b\xe1\x54\x49\x0b\x21\x59\x29\xe9\xc3\xa9\xba\xcf\xc7\x4c\x86\x0b\xa8\xe3\x5c\x5c\x40\x0f\x4a\x8b\x0b\x18\x8e\xde\x15\xd3\x17\x2e\x2e\xd1\x70\x79\x35\x02\x06\x7a\xa0\xa8\x32\x47\xd0\x49\x95\x95\x27\xa3\x9e\xce\x8f\x81\xa9\x5d\x54\x99\x83\x4d\x95\xe2\x22\x90\x4a\x53\x8c\x86\x1b\x3a\xce\x25\x1f\x38\x80\xf6\x0a\x2b\xd6\xb3\xfb\x31\x5c\x5e\xa7\x99\x10\xea\x62\x34\xdc\x98\x30\xb7\xc7\xf1\x63\xba\x26\xaa\xb2\x89\x25\xea\xf9\xfb\xe0\xdc\xb4\x18\x0d\x37\x08\xa1\x0e\xcf\xd4\xc7\x74\x51\x70\x96\x06\x31\xd3\xe5\x52\x0d\x4e\x57\x41\x35\x38\xa5\xd0\x9f\xbf\xa5\x21\xd5\x11\xc9\x41\x51\xd4\x21\xba\xc6\x1e\xb1\x8f\x97\x44\xa7\x68\xe7\xdc\xb4\x18\x67\x37\x5e\x8e\x48\x49\xff\x72\x44\xea\x5b\x7c\xe1\x62\x24\xdd\xe0\xa0\x34\x3c\x62\x1f\x2f\x74\xb5\x47\xec\x43\xe7\xb7\xe0\x1a\x0f\x9c\xdf\x28\xf8\x21\xe3\xa5\x40\xb2\xcf\x2f\x09\x49\x3d\xf0\x52\xe4\x74\x7b\x25\x5d\x75\xbb\xc1\xf1\xbc\x47\xec\xc3\x7c\x71\x83\xf2\x86\x09\xe2\x86\xdd\x0d\xcf\x4d\x8b\x7a\x4f\x97\xb5\xa8\xf7\x48\xa7\x8e\xa2\x5a\x78\xcb\x46\x0e\xff\xed\x88\x14\xfc\x64\x48\x17\x03\xeb\x86\x07\xa5\x45\x3d\xf0\x76\x51\xec\x33\x89\xcb\xc5\x80\xb7\x81\x17\x5a\x8c\x52\x1b\x6f\xd7\x48\xd1\xfe\x56\x6a\x9e\x4e\x4e\xba\x71\x3a\xa9\x14\x39\x9d\x94\x8f\xd4\x03\x1f\x57\xd0\x4e\x92\x7d\x1b\x45\x2f\x85\xa0\xe9\x62\xb4\xd8\xf8\xa8\x8d\xd5\xd5\x9e\x6e\x16\x9d\x16\x72\x78\xa2\xea\xa5\x90\x15\x5a\x8c\xe9\x1a\x9c\x6e\x16\x63\xba\xc6\x87\xab\x04\x92\x8a\x8e\x68\xe5\x92\x14\x66\x5f\x16\x25\x29\xae\x38\xbf\x2c\x86\x2d\x8d\x6f\x58\x1a\xc2\x4a\xbb\x7e\xbc\xad\x9e\x92\x94\x1b\x64\x20\x86\xb1\x0b\xc3\xf0\x64\x63\x17\xc6\x17\xca\x31\x76\x61\x18\x80\x6c\xec\xc2\xe0\x4c\xd2\xab\x13\x16\x1c\x40\x1b\x9a\x8e\x77\x4f\xce\xe4\xc4\xb2\x18\x4e\x33\x2f\x98\xdd\x70\x9a\x49\x52\x61\x90\xe8\x5a\x26\x57\xb4\x14\x43\x55\x4c\xa3\x8b\x8a\x76\x9a\x44\xfe\x16\x43\x55\x26\x6e\x67\x31\x54\xc5\x24\xbb\xc2\x5d\x02\x0b\xd2\xc9\x6a\x37\x60\x67\x63\x26\x26\x07\x98\xc5\x60\x94\xe9\x11\x65\x45\x95\xcd\xe4\x3c\xb7\x5f\x47\xf5\xcc\x84\xe1\x52\xd1\x73\x33\xa1\x51\x2a\x8a\x6d\x72\x60\x59\x0c\x20\x99\x09\x5b\xc4\x30\x8f\xa9\x5f\x59\x51\x7b\x33\x39\x7a\x88\x7d\x12\xf8\x5b\x0c\xe4\x98\x29\xf8\x6d\xb7\x8f\x83\x3e\x76\xdb\x45\xe1\x90\x11\xbd\x20\xcb\x9b\x6c\x57\xa2\xeb\xb6\xcb\xfd\x15\x86\x6a\xcc\xe4\x64\xc0\x73\x93\x23\xc9\xa8\xc9\x8f\xb1\xea\x0c\xb7\x98\x89\xbd\x58\x03\x48\xe6\x8d\x6c\x33\x80\x64\xea\x2a\x1a\x40\x32\x6f\x97\x17\xaf\x73\x7a\x70\x58\x31\xa7\xa6\xb1\xbc\xa4\x35\x2f\xc8\x6a\xa3\x42\xa7\x9e\xa3\xc1\x27\x13\xcf\xb1\xa4\xf0\x63\x34\xaa\xb1\x28\xf3\xf6\xfa\x8e\xf0\xb7\xe8\x1f\x72\xa0\x17\xa4\xaa\xc7\x76\xcf\x78\x43\xb8\xd9\xd7\xf8\x8a\x49\x1c\x70\x31\xbe\x62\x92\xc9\x5a\xee\xeb\xfc\xf6\x03\xa4\x1b\x0f\x94\x72\x4b\xec\x0f\xda\xc9\x28\x97\xf9\x38\xc0\xc7\x52\x08\xf6\xc6\x50\x9b\xcf\xf0\xb7\x5d\xd8\x81\x21\x0c\x7e\x7b\x3e\x76\x08\x7e\xcc\xee\x9c\x11\x32\xf3\xd9\xc2\xbb\x18\x7d\x31\x1f\x0c\x26\xe3\x2b\x26\x41\xb5\xc5\xf8\x8a\x89\x27\x59\x0c\xa8\x98\x7a\x92\x46\xd7\x4c\xc2\x66\xcb\x2d\x01\xeb\x3a\x1a\x3f\x33\x33\x24\x6a\x7c\xc5\xe4\xe0\xb0\x18\x50\x31\xc9\x54\x0e\xa3\x6b\x66\x56\xc6\x60\x14\xcc\xec\xf0\xef\x03\x99\x2b\x6c\x84\xe9\x29\x63\xcd\xf6\x0a\x73\xa3\x66\xbb\xc1\xa6\x59\x65\xc3\x78\x72\xb5\x51\x54\xcc\xab\x89\x53\x5a\x8c\xa8\x98\x79\xd8\x90\x55\x4d\x7f\x6b\x9f\xe5\x75\xa4\xd7\xc4\x75\x8c\xaa\x40\x2a\xc4\x10\x54\xec\x8b\x49\x60\x6c\xb9\x25\xb3\x72\x6a\x0e\xe1\x66\xab\xfb\xb1\x2a\xaf\x85\xc1\x70\x9b\xc5\x35\xc2\x72\x99\xd5\x86\x30\x37\x66\x75\xda\x31\x37\x66\x75\xda\xb1\xf2\x26\x07\x7a\xc5\xf0\x8b\x59\x25\x24\xe5\x22\xfe\x5e\x54\x45\x1d\xfe\x5e\x31\x38\x63\x56\xe9\x4a\x22\xac\x48\x06\xa3\x31\xa6\xee\x5f\xad\x07\x42\xde\x92\x59\x55\x4c\xd6\x03\x99\x0d\xac\x80\xe9\xd9\xa0\xc1\x45\xb3\x62\x8a\x1a\x4d\x34\xf1\x06\x8b\x91\x1c\xb3\xca\x38\xcf\xf9\x98\xaa\x30\xa0\xa6\x67\x83\x86\x0f\xcd\x26\xe3\xe0\x66\x4f\x9c\xb4\x62\x70\xc6\xf4\xe4\xd0\xf0\xa1\x89\xcf\x56\x8c\xd5\x98\x0d\xbb\xb5\x62\x7c\x4d\x22\x52\x8b\xa1\x1b\x93\x73\xc5\xa8\x58\x1f\xd3\xa3\xc2\x8a\x79\x35\x9b\x82\x42\xf9\x8c\x0b\x57\xee\xf2\xeb\xad\x9e\xa9\x43\x67\x14\xc4\x6c\x18\xb5\x86\x1a\x4d\x3c\xb8\x62\xac\xc2\xd4\x47\xab\x0a\x6f\x8e\x15\xcb\x5d\x0f\x64\x32\x94\xe5\x1d\xbd\x7e\xbb\xbc\x3a\x65\xb7\x2b\xd6\x65\xb2\x7e\xa0\x55\x35\x21\x14\xea\x8a\x75\x47\xdf\x4f\x29\xe3\x73\x01\xbb\x84\xe3\x02\x76\xe7\xa6\xfb\x5b\x1c\x3a\x63\x15\x66\x57\xa5\xa8\x43\xba\x53\xe5\x02\xe2\xc1\x15\x83\x13\x66\x57\xa6\xba\x62\x7a\x70\x86\x1f\x98\x32\x1b\x55\xfd\xd3\x25\x1c\x97\xa8\x2b\x9f\x5c\x22\xfc\xbb\x62\xbc\xc1\x0c\x25\xae\x2a\x94\xb0\xd9\xa8\xea\xae\x90\x8d\x54\xa1\xe1\x4c\xaa\x42\x43\xe6\x56\x95\x85\x0a\x27\x2c\x45\xdf\x1a\x42\x30\x43\xe9\x15\x07\xfa\xdb\x22\xa4\x57\x2e\x59\x38\x39\xea\x1f\x8f\x33\xdb\x65\x43\xe8\xcc\x76\xd9\x10\x16\x52\x53\xa5\x78\x9c\xd9\x54\x29\x84\xaf\x86\x11\x5f\x13\x8f\xae\xdc\x2a\x2b\x8e\x33\xcb\xa3\xb2\x1a\xec\x0b\x3d\x2a\xab\x01\x1b\x35\x35\x0c\x87\x9d\xe5\xb1\x1b\x78\x74\xc5\x83\xff\x39\xc2\x4e\x76\xa1\x35\xdb\xab\xb0\x66\x7b\xb5\xf7\xc1\xca\x73\x7a\x85\x8c\x79\x4e\x43\xb8\x25\x4d\xdd\x45\xf6\x6d\x34\xed\xb6\x01\xa9\x3c\x3f\xe1\x1b\x68\x9f\x31\x37\xda\x4f\xf8\x06\xda\x67\xf4\xad\x27\xee\x93\x90\xdb\x68\x6a\xb6\xc9\x35\x56\x8f\x06\x94\xce\x61\x53\xd1\x4d\xcc\x8d\xa6\xa2\xe3\x36\x84\xf2\x68\xaa\x70\xc8\x1a\xed\xd4\x8c\x11\xef\xe1\xfd\xf4\xcc\xb5\x9d\x9a\xe1\x32\x0f\xef\xe7\x44\x00\x1b\x68\x67\x32\x6e\xb4\x53\x33\x6a\xc1\x23\xf6\x39\xa7\xa5\x56\x05\x6b\x3c\x6a\x09\x4f\x55\x9b\x1a\x86\x0c\xda\xf2\x28\xad\x5f\x12\x83\x0a\x87\x3b\x1a\xca\xa3\xb4\x7e\xb9\xfa\xcf\xf9\x2d\xc3\x57\x87\xbc\x5c\x7d\x05\x30\x57\xb8\x95\x47\x3d\xcf\x15\x6e\x61\xec\xdc\xc4\xcf\x2c\x1e\xcf\x7b\xef\x5a\xf1\x3c\x7e\xbe\x86\x1f\x67\x21\x93\xa3\x86\xf1\xee\x34\xcf\xe3\xbd\x2c\x2d\xda\x19\x02\xd6\x96\xc7\xf3\xa6\xf9\x46\x3b\x43\xc0\xda\xf2\x78\xfe\x9f\x2f\x40\x73\x44\xe8\x10\x4f\xeb\xcf\x05\x68\x8f\x22\xf7\x2d\xe3\x38\x40\xee\x25\x8b\xe6\x00\xbd\x88\xec\xe1\xd0\xf5\xdc\x3c\xe6\xd1\xbe\x57\x8d\x15\x0f\xef\xb9\x6a\x6c\xc1\x5f\x5e\xd9\x50\xbc\x4b\x2c\x9a\x26\x11\xd7\x83\x45\x53\x57\xbd\x11\xc0\x4f\x3d\xa5\xcc\x6b\x3d\xa5\xcc\x8d\xaa\x8b\x1b\xbf\xca\xa3\x47\x43\x2c\x6f\xf1\x84\x7d\x72\xc7\x48\x79\x14\xa2\x7a\xac\x8f\x42\x14\x8f\xb5\x78\xfe\xee\xc5\x54\x61\x8c\x9e\x57\x4f\x15\xcf\xd0\xbd\x6b\xaa\x78\x68\x7e\xf2\x6b\x0d\xac\xf3\x3a\xa5\xf2\x28\x8f\xb9\x21\x29\x5a\x39\x90\x35\x71\x01\xf5\x58\x1f\x45\xdd\x87\x1d\x62\x03\xeb\xbc\x8c\x28\x9a\xb3\xfe\x71\x79\x71\x8d\xbd\x6e\xa8\x78\xb8\x6b\xaa\x6e\xf1\x34\xd7\xfb\x85\xa2\xb9\x44\x1c\xd0\x16\x0f\x77\xbd\x23\xc8\xdb\xef\x8a\xa9\xba\xc5\xd3\x5c\x53\x75\xa3\xa9\x6f\xf1\x85\xc3\x90\x3d\x6e\xf2\x59\x90\x89\xfd\x22\xbd\x3c\x91\x9d\x5f\xd9\x57\x15\xea\x01\x6d\x53\x85\x1a\x9f\xdb\xea\xf9\x78\x2f\xa8\xc7\xb7\x26\xe3\x86\xf1\x6e\xa6\xdb\x16\x4f\x73\xcd\xaf\x0d\xc3\xdf\xe6\xd7\x11\x29\xdb\xf0\x94\x0b\x99\xac\xb5\x5f\xf8\x4e\xc4\xac\x55\xb3\x60\x83\x98\xb5\x6a\x16\x6c\xe1\x24\xb8\xf6\x0b\x1b\x88\xa3\xdf\x6a\x52\x6c\xe1\xac\x77\x41\x96\x6c\x1b\x23\x0b\x22\xae\xb6\x56\x5c\x10\x39\xd1\x6d\x17\x3d\xcf\x69\xee\x82\xb0\x51\xb7\xa1\xe1\x6f\x6d\x08\x7b\x91\xe3\xdb\xea\x2d\x31\x85\xf3\xda\x7a\x72\x64\x09\x4b\x5b\x10\x62\xe8\x8e\x08\x13\xb0\x75\x46\x64\x52\x6c\x8b\x5b\xc8\xe4\x6c\x51\x57\x3b\xbe\x71\x21\xa1\x76\x41\xc6\xfb\x24\x21\x7d\x7e\xfc\x2d\x4c\xc7\x11\x6c\x35\x29\x36\xb8\xbf\x70\x41\x6a\x7e\xe8\xb3\xf1\xb9\x84\xc3\xd5\xce\xa9\x6a\xb4\xa0\x93\xb7\x1a\x26\xba\x90\x86\x72\x15\xee\xc9\x21\x58\x6e\x41\xda\xcd\xe7\xb7\x5f\x4a\x69\x48\xff\x96\x90\xb6\x6a\xae\x6a\xe1\x6c\x70\xc1\x42\xa9\x35\xbb\x82\xc5\x9a\x59\x41\x22\xdc\xea\xc9\x64\xed\x97\xbd\xc2\xe1\xe1\xb8\xaf\xf6\x9b\x5d\x23\xce\xf7\x16\x4c\x7c\x7c\x20\x0d\x25\xdb\xc5\x16\x23\x4b\x74\xc1\x0e\xb4\xcf\x1c\xbb\x71\xb9\x63\x35\xcf\x35\x88\x7f\xab\x27\x59\xb5\x4b\xb1\x8f\x93\x53\x9b\x90\xc9\x91\x44\x39\x64\x2d\x9c\xe0\x55\x2f\x05\x8a\x2e\xc5\xea\x2a\x77\x29\xf6\x71\xea\x92\x55\xa1\xac\x38\xee\x5b\xf0\xa1\xd4\xaa\x9c\xba\x74\x4a\xa1\xc9\x76\x09\xa9\xf9\xb6\x93\x58\x2e\x9c\xfe\xd5\x93\xf7\x4a\x4c\x57\xed\x44\xe0\x46\xbf\x7f\xb9\xc7\xbf\xbe\x45\x02\xc9\xa0\x38\xdd\x41\xc0\xd7\x82\xcc\x6b\x3b\x70\x0b\xb3\x2e\xc1\x66\x74\x55\x97\x60\x33\x6a\x3e\xf7\x03\x19\x9f\xf4\x8b\x4b\x5e\xb2\x0c\x6a\x78\x6e\x97\x7e\xb3\xb4\xdf\x43\xc8\xac\x3f\x45\x68\xbb\x55\xc8\x02\x3e\x4d\x08\xbf\xca\x73\x7a\xd9\xfd\xe9\x42\x56\x4c\xbe\xc9\x48\x3e\x6e\x9c\xac\x3d\x4b\x65\x61\x37\xd8\x73\xe0\xe4\xac\x9a\x8d\x5a\xb2\x5c\x95\xbd\xab\x54\xae\x22\x3c\xb7\x90\x15\xba\x60\x06\x26\x21\x43\xc8\x8f\xf0\x0d\xcc\x42\x48\x23\xd3\x50\x91\xab\xe4\x48\x0e\x77\x4b\x91\x51\x8a\x73\x95\x0f\x2c\x94\x76\xe1\xa0\xf4\x40\xe6\x2a\x87\x90\x0b\x55\xa5\x7d\x6e\xde\x2a\x45\xda\x2f\xb8\x8a\x04\x8b\x2d\x38\x29\xb5\x2a\xb4\x62\x91\x24\x0b\x73\xc5\x29\x54\x35\xed\x35\x88\x2c\xab\x27\xed\x95\x88\xaf\x6a\xda\x6b\x74\xb9\xb9\x4a\x0c\x72\xb3\x47\xbf\x9c\x1d\x55\x53\x57\x83\xdb\xe0\x16\xa4\x5d\x89\xb0\x22\x63\x8a\x54\x57\xa5\x0d\x79\xbd\x0e\x4b\x8b\xb0\x01\xab\x90\xe5\x56\x12\x54\xac\xba\x22\xe5\x54\x07\x98\x6d\x17\xb5\x4f\x68\x59\xed\x1c\x0c\x17\x92\x35\x17\xac\xc0\x5b\x68\xcd\x36\x84\x55\x57\x5c\x6e\x0f\x86\x8b\xcb\xed\xd1\x6f\x71\xb9\x9b\xb4\x21\x73\x37\x76\x14\xbb\xdc\xdc\xa4\x8d\x46\x43\x4d\xc1\xd0\x1e\x21\x42\xb4\x59\x33\x76\x4d\x97\x7f\x3d\xdc\x2d\x4a\xdc\xe6\x10\x5c\xdf\x66\x27\x4b\x15\x72\x29\xb3\x4b\xe6\x21\x6b\x71\xc9\xc8\x46\x2d\xc5\x25\xeb\x2e\x59\xa5\x2a\x5d\xf4\xa2\x30\xc3\x27\x2f\xc5\x11\x75\x39\xb4\x9f\x8f\xa9\xd9\x01\x76\xb6\x3d\x8b\x03\xec\x32\xac\x92\xc1\x43\xd6\xae\xae\x36\x88\xb8\xab\xab\xfb\xb0\xa1\xf3\x31\x94\xa3\x72\xee\x2e\xa8\x93\x43\x10\x71\x29\x4e\x8e\x47\xb0\x5d\x21\xa3\x03\x5f\x14\x6e\xdc\xab\x17\x44\x8b\x55\x73\x57\x83\x68\xb1\x05\x21\x6f\x85\x0c\x31\xc5\xde\x44\xbc\x20\x5c\xa6\x51\xa0\x4f\xde\x95\x39\x21\x3b\x6b\x23\x98\x9d\xda\x95\x2a\xf8\xe4\xa5\xd8\x2b\x7d\x72\xc2\xc3\x6a\xf7\x94\x35\x14\x32\xfa\xe4\xa1\x90\x09\xc7\x7b\xfa\x8c\x5b\x52\x22\xfd\x5a\xf0\x73\x3f\x56\x70\xad\xde\x82\x4c\xc6\x19\x1f\x56\x6c\x39\x23\x80\xb9\xb9\x74\x6f\x41\x08\x47\xa9\xc9\xdd\x5a\x11\xd7\x81\xac\xb6\x42\x74\x48\x47\x0e\xd7\xad\x80\xb8\x4e\x29\x4b\xa4\x4c\x25\xd0\x39\xe2\x3a\x1f\x7f\x81\x96\x22\x08\x43\xc9\xa7\xef\x5f\x1d\x82\xbe\x7f\x68\x22\x90\x05\x5b\xea\x69\x08\x13\x30\xb4\x18\x74\xe7\x43\xb9\xa8\x3b\x5f\x4f\xbb\x84\x00\x85\x62\x92\x20\xe9\x08\x4d\x84\xc1\x34\xd7\xd3\x2b\xd4\x6d\x68\x22\x70\x12\x5c\xea\xe9\x24\x33\x59\xed\x95\xde\x7d\xb5\x66\x1d\xf6\x50\xa6\xea\xa1\x87\x66\xeb\xb4\x21\x55\xa8\x5e\x76\x55\x67\x12\xd9\x5c\xaa\x92\xcf\xe3\xdb\xd0\x8a\xd5\xe9\xae\xaa\xc1\x17\xae\x54\x68\xd4\x12\xe8\x5c\xaa\x6a\xd0\xe3\xdb\xaa\x20\x34\xed\x35\xb4\x27\x5e\x38\x1e\xa1\xb4\xd6\xe9\xae\xca\x45\x9d\xee\x50\x5a\x7b\x7c\x1b\x9a\xbc\x1c\xdf\x46\x68\xf2\x7a\x07\x79\x55\x88\x7a\xe9\x78\x55\x6a\x92\xd8\x1a\xa1\xa4\xd7\xf9\x0d\x07\xf8\x3e\x9d\xec\xc2\x17\x90\x86\xb8\x75\x2f\xc2\xf1\xbe\xa5\x0d\x25\x1f\x69\xaf\x11\xcf\xf9\x98\x5e\x39\x5e\x4e\x64\x23\x1c\x11\x27\xb2\x11\x76\x92\x10\xe3\x52\x8b\xdd\x40\xef\x85\x7d\xe6\x76\xe8\x52\x95\xa9\x9e\xd7\x86\x82\x5f\xef\xb7\x2a\x62\xf5\x6f\xab\x8a\xce\x1b\xb1\x42\xb5\xc0\xc5\xcb\x85\xed\xf3\x6a\xea\x6a\x84\x46\x01\xee\x6e\x84\x56\x80\xc7\xb7\xe1\x6c\x7c\x9c\x0d\x15\x1d\xb7\x5a\x95\xaa\x2a\x23\x93\xb5\x54\x95\x15\x99\xac\xa5\x6a\xe3\x7e\xe4\x14\x8d\x5a\x1d\xe9\x50\x87\x78\xd6\x1b\xce\x24\x97\x09\x97\xda\x0e\xf4\x63\x66\xe3\xa3\x28\x28\x74\xc3\xc3\xdd\xaa\x00\xfe\xca\xfb\xce\x24\x57\xe2\x96\xaa\x00\x26\x3c\xb9\x90\x23\xbb\x20\x8b\xe2\xc4\x7a\x33\x55\x38\x93\x5f\x47\xa4\x86\xc1\xdd\x2d\x55\x2d\xe1\x65\x53\xe1\x3c\x1b\x8f\x1c\x4e\xec\xd7\xf5\x55\x95\x7d\xe5\x5f\x0d\x0a\xe2\x91\x4b\x55\x5a\xe3\xfd\x06\xb1\x82\x35\x2e\x69\x92\x89\x8d\xcb\x4e\x32\xb1\x81\x7f\x5b\xd8\xb9\x5d\x90\xe5\x46\xa8\xc6\xe5\x10\x98\xf6\xe0\x24\xb8\xb0\x55\xbb\x20\x8c\xc3\x2a\x04\x97\x3e\x15\x76\x5f\x6b\x18\x62\x1c\xe8\xdb\xe0\xd2\xa7\x52\xc3\xaa\x64\xba\x76\xff\x52\xf0\x07\xb7\x9e\x06\xf7\x06\xd6\x93\xd8\xca\xbd\x81\x0b\x6e\xfd\xda\xd0\x37\x26\xb6\x96\x86\xbe\x89\x04\xe1\xb0\x07\xbc\x20\x13\xc9\x8a\x05\x81\xbf\xc1\xfb\x15\x35\x3c\xcd\x65\x87\x78\x41\xe8\xb7\x5b\x15\xa6\x18\x1b\xc6\x0b\x22\xbd\xba\x35\x23\x18\xd8\x3f\xae\x66\x94\x06\x57\x10\x2e\x48\xbb\xdd\xdf\x2a\xf9\x58\xfc\xc0\xbd\x0d\xe2\x19\x17\xb4\xcf\x74\xd2\x48\x5f\xc2\x1b\x17\xf4\xe3\x2e\x64\x3d\xfb\xf9\x98\xd9\x40\xf0\xc7\xed\x78\x51\xb7\xe1\x69\x6e\xb8\xda\x37\x3b\x4e\xec\xd4\x2e\x08\xdf\xb8\xf8\xb7\x34\xe8\x6a\x13\x16\x5c\xd8\x8b\xad\xa1\xb7\xdb\x6e\x6b\x46\xa8\xb0\xf9\xba\x20\x1f\xdf\x56\x85\x6d\xcd\x25\x83\x35\x88\x12\x2e\x24\x3d\x2f\xd8\x80\x55\x68\xbb\x4d\xc8\x88\x6e\xa1\xb3\xc1\xce\x40\x70\xb8\x5b\xc8\x63\x5e\x90\x37\x13\x90\xc7\xa1\x8b\x1a\x98\x26\x5c\xe9\x7c\x5f\xd7\x75\x3e\x66\x9e\xf1\x06\x43\x07\x96\xbd\xd8\x1a\xfb\x60\x78\x7d\x6c\x55\x8b\x41\x17\xf4\x63\x76\x97\xd9\xf5\x5c\xf0\x4d\xe9\xf9\xed\x17\xe8\x78\x97\x00\x5e\xb0\x08\xe9\x73\xb6\x1b\xb0\x2f\x3b\x99\xd5\xf4\xd3\xc2\x4e\xe6\x82\xac\x11\xc2\x3b\xb2\x2f\x48\x20\xad\x23\x2f\x25\xb9\x6a\xae\x42\xab\x2a\x42\xc7\xdb\x84\x03\xd8\x85\x76\x92\x21\x6c\xff\xf6\xbe\x08\x14\x5d\x90\xc9\xc9\xd6\xbc\xc8\x6c\x95\x26\xe1\x9b\x52\x6b\x1e\x74\x03\x1b\x21\xf2\xe0\x21\x8b\x6c\x43\xc3\x9a\x1d\x82\x9c\x52\xfc\x78\xfa\x5b\x47\x24\xe5\x14\x6b\x9e\x4c\x2c\xfb\x15\x51\x3a\xab\xc0\x7e\x45\x14\xb6\x3e\xd8\x60\x5c\x90\x3e\x23\x35\xa3\x74\xfb\x4c\x55\x05\x2b\xa0\x29\x08\xb7\x07\xbb\x4a\xbb\x90\x86\xa4\xc9\x22\x6b\x28\xdb\x0a\x5e\x0a\xa9\xba\x35\x8a\x2b\x88\xd5\x1e\xc5\x35\x52\xaa\xd4\xce\x72\x63\xd7\x44\xb5\x93\x0a\x0a\xcf\x98\xdd\xf7\x0b\xee\x44\x2a\x6e\xf4\x05\x37\x17\xf9\x06\xc8\x82\xc8\x1c\x99\xbd\x9e\x4e\x16\x21\x33\x29\x3b\xfb\x2a\x8e\x5b\x79\x26\x9c\x96\x16\x7e\x8c\x62\xef\x12\xbf\x61\xc2\xee\xa1\xc5\x0e\x04\x5e\x35\xd3\x50\xeb\x10\x3f\x36\x51\x10\x17\x5c\xdc\x52\x33\xe1\xb4\xb8\xa5\x16\xdb\x39\xbc\xaf\x4b\xc6\x69\x92\xd9\x73\x3e\xfe\xf2\xb1\x35\xc3\xb0\xfd\xfa\xe5\x7d\xfc\xeb\xdb\x42\x4d\xb6\x13\xbe\x71\xc2\x08\x38\x44\xf6\x05\x94\x05\x1f\x20\xa3\x6f\x58\xa2\xee\x4e\x71\xed\xf4\xaa\xaa\x0a\x37\xa3\x74\xa5\x97\x8e\x64\x77\x5e\xbb\xa3\xc7\xe9\x0e\x4f\x82\xbb\x32\x66\x47\xeb\xde\xd7\x25\xfb\x6e\xdf\x70\xc1\x47\xc8\xdc\xc8\xcd\xfb\x80\x76\x95\x56\xe1\x9b\x52\xe6\x46\x77\xcf\x9d\x90\xd8\xee\xde\xfa\xd8\x76\xf1\x70\xdc\x18\x89\x7d\x5e\xbb\x4a\xf9\x38\x16\xb1\x2f\x18\x42\xd6\x13\xe3\xc3\x14\xd2\xe2\xe6\x46\xec\x23\xd8\xfb\x22\xc8\x74\xc1\x0f\x30\x09\x19\x7e\xb1\x66\xc5\x24\x26\x51\x70\x35\x78\x71\x27\x24\x76\x3c\xee\x2a\x2d\x42\x1a\x92\x05\x49\x3f\x2d\x6e\x14\x44\x4c\x66\x52\x8e\xdc\x4e\xda\x82\xb7\x70\xf0\xb1\xed\x4e\xe6\x0a\xb3\x26\x42\xd6\xd7\x8e\x09\x29\x54\xf6\xd5\x0d\xeb\xf2\x1c\x57\x1c\x17\x5d\xf2\x18\x76\x52\xf6\x1d\x88\x2b\xfd\xe8\xd8\xb7\x16\xaf\x52\xa1\x84\xa4\x92\x24\xc6\xb6\xe8\x47\xc7\x50\xf0\xb7\x53\xca\x00\x65\xb2\xed\x77\xad\xd2\xf3\x31\xdd\x50\x67\x0e\x05\x7f\xf3\x63\xd7\xb7\x9d\x52\x56\x50\x29\xa2\xdf\xd5\xd5\x7b\xfb\xc6\xe3\x55\xea\x78\xa7\xed\x3a\xa2\x69\x43\x0e\xc1\xc9\x69\xac\xbe\xc1\xbc\xfa\xe0\xb1\x2f\x41\x5a\xa5\x21\xa4\xdd\x7e\x4a\x79\x1c\x48\xdd\xe5\x21\xab\xbe\x31\x97\xac\xaf\x8f\x4f\xa9\x1f\x17\x21\x33\xa9\xe5\x42\xa8\x6f\xd1\xdd\x8d\xe9\xd4\x29\xcc\x0c\xf5\xd5\xdd\x8d\xe9\xd4\x39\xcf\x64\xc1\xfa\x64\xd1\x82\x2f\x20\x55\x11\xdb\x5b\xf4\x33\x83\x13\xd9\x12\xda\x17\x2f\x45\x8e\xa6\x27\x47\xb0\x45\xd7\x31\x5e\x12\xbf\x13\x4b\x16\x6c\xd1\x57\x0c\x1e\xc6\x2a\xba\x7f\xe1\x11\xac\xee\x5f\xbc\xb4\x02\x9c\xf6\x7d\xc8\x7a\x5f\x49\xa9\xf9\x82\xbc\x93\x46\x81\x87\xac\xba\x61\xf1\x9a\x0f\xa5\x8f\x90\x45\xc9\x07\x32\x1b\x8a\x02\x0f\x59\xf5\xac\xc2\x67\xa5\x74\xa5\xc8\x82\x5d\x55\xf1\xf1\x9b\x05\x4d\xae\x82\x6f\x41\xe9\x68\xc5\x79\xed\x49\x41\x81\x9f\x59\x74\x78\xe2\xed\xfa\xca\xdd\x5c\xa0\x54\xf4\x70\xe2\x8d\x86\x49\xae\xe0\x7b\x38\xc0\x10\xd2\xae\x6b\xb4\x33\x5b\x17\x4c\xc2\x17\xf0\x16\x32\x84\x72\xaa\x62\x08\xe9\x97\x51\x3d\x35\xde\x48\xeb\xa4\x4d\x40\xda\x6b\xd1\xfd\x31\xed\xb5\xe8\xfe\x84\x1e\xeb\xf1\x77\xc8\x82\x2d\xc7\xdf\xd9\xe7\xb5\xab\x2a\xe0\x07\x03\x22\x69\x40\x78\x22\x7b\x5c\x98\x8f\x33\xa7\x60\xf8\x48\x47\xb2\xfe\xa7\x5b\x15\xd3\xfc\x09\x3b\xe9\x6f\x9d\x66\x99\x9b\x1c\xd9\x12\x32\xf7\x47\x2a\x93\x9b\xb9\x8a\xa9\x84\xfc\xfa\x71\xbc\x52\xf7\xc7\xf1\xf6\x03\x3f\x40\x7e\xfb\xc5\xbc\x48\xd2\xbe\x3e\xe9\x71\x1e\xbe\x92\x86\x76\xcc\x17\xce\x48\xda\x22\x5f\xdb\x55\x3e\x71\x01\x72\x39\x76\xf9\x17\x33\x2e\x69\x3d\xe3\x84\x96\xd0\x80\xf8\x62\xf2\x86\x4c\xf6\x45\x96\x27\xad\x67\xf2\x5c\xeb\x31\x79\xb9\xb5\xb8\x1e\x93\xf7\x8b\x7c\x22\xee\xb9\x8e\x0b\x15\xca\xeb\x8a\x75\xec\xf7\x21\x17\x6c\x40\xde\xc9\xd2\x9a\x1c\x97\x84\x83\xbe\x1d\x1c\x76\x56\xad\xc9\xb1\x9d\xc3\x55\x7a\xe0\x04\xee\x6e\x8c\x7d\x03\xf0\x82\x45\x58\x81\x55\xb8\xdf\x14\xe3\x0a\xeb\x4a\xfa\xe9\x2a\x6d\x42\x86\xc0\x4c\x0e\xfc\xbd\xaa\x85\x34\x12\x26\x3e\xf7\x24\xd6\x91\x4e\x37\x42\x58\xf9\xf8\xc0\xad\x51\x89\xd5\xae\xa4\x81\x2e\x98\x84\x8c\x08\x91\x33\x38\xfb\xac\xa4\x0e\x55\x92\x44\xd7\xc7\xb7\xb0\x50\x7a\x20\x23\x82\xb9\x07\x67\x9f\x55\x53\x6c\x70\x7e\x59\xb5\x7a\xc6\xf6\x06\xd7\xc7\x59\xc8\x88\x9c\x76\xdc\xbf\xca\x05\xd7\x75\xdc\xb2\x3e\x82\x81\x24\xd1\x05\xad\xca\xd9\x70\xda\x89\xde\xad\x5a\x2e\x03\x17\xae\x5e\xf6\xf9\x91\x08\xcb\x29\x85\x54\xec\xf3\x23\x5b\x21\x27\xc6\xd3\xa9\xd9\x4e\x3e\xd2\x06\xd6\xc7\xc0\xdf\xab\x5a\x1f\xa6\x76\xd6\xcb\x5e\x3d\xc1\x6c\x60\x8c\x98\xe9\x59\xaf\xf3\x5b\x87\x80\x31\x32\x1e\xc5\x55\xb5\x93\xbc\xb0\xa6\xb9\x31\x70\xd2\xaa\xe6\xc6\xc0\xef\xaa\x1a\x14\x23\xcb\x83\xec\xa2\x8c\x2c\x99\xb1\x4f\x32\xb2\x6b\x84\x18\x21\x4b\x74\x95\x9e\xdf\xb2\x0a\x3f\x4b\x21\x24\x84\xcc\xe0\x21\xd6\x8b\x9b\x11\x17\xa4\x1b\x58\x10\x43\x37\x2c\x1d\x38\x58\x5f\x64\xce\xe0\x6c\xb0\x6a\x50\x8c\x2c\x4d\xfe\x2c\xa5\x1b\x3f\x4b\x99\xe7\xe6\x00\x25\x42\x24\xd2\x28\x38\x96\x89\x3d\x97\xc1\x5d\x3d\xf5\xfa\x09\xed\x33\x23\x2a\x92\x19\xf2\x6a\xe8\x4a\x11\x5f\xbf\x20\x13\xdb\x7f\x79\x65\x43\xe5\xd5\xa1\xfb\x4a\x98\x26\xa3\x0c\x18\xb4\x5b\x93\xfa\xe6\xb4\xc3\x03\x7a\xa4\x87\x2c\xc8\x7a\xe2\x67\x8d\xa2\xf6\xc5\x70\x19\x65\xb2\x26\x88\xba\x51\x94\x13\xb8\x5d\xa3\x62\x10\x27\x2c\x95\x51\x5d\x04\xdc\xae\x51\x71\x8d\x93\xdd\xa8\x12\x5d\x9c\xd2\x6d\x21\x25\xbb\xb1\x9d\xb2\x05\xe9\x64\xc5\xf9\x25\x70\xbf\x9a\x06\x5a\x35\x20\x46\x1d\xac\x09\xf2\xd8\xac\xd0\xaa\x3d\x31\x2a\xbb\x0a\xc9\x3e\x73\xf8\x57\xb5\x27\x46\xdd\xf6\x44\xd5\x26\x18\x55\x19\x73\x7a\x85\xf9\x48\x78\x7d\x35\x0d\xb4\x6a\x31\x8c\x8a\x56\x24\xda\xbe\x0e\xdd\xbd\xdb\x9a\x71\xf7\x2a\x8f\x6a\x55\xd3\x40\x2b\x8f\x6a\x2d\xd8\xf8\x38\x0b\x07\x90\x9a\x1b\x0f\x42\x6a\x13\x8c\x1d\x16\xbc\x4a\xbb\xb0\x02\xe9\x55\x43\xe1\x70\xb9\x61\x35\xb3\xb3\x6a\x40\x8c\x86\xb1\x45\xc4\x7c\x35\xd1\xb3\x26\x05\x7f\x63\x72\x08\xa0\xaf\x43\x07\x8f\x88\xf9\x05\xfd\xad\x7d\x76\xf8\xa7\x2a\x68\x3f\xfd\xfc\xed\x17\xc8\x6f\x75\xff\xb8\xdc\x70\xc1\x9b\xd2\x26\x2c\x94\x86\xd0\x5e\x9d\x8f\x37\x5d\x11\x8b\x5f\x4d\xe5\xac\xe9\x7c\x8c\xc9\xc0\x5d\x87\xd5\xcc\xce\x9a\x7e\x7e\x9c\x29\xbd\x85\x10\xc3\xcf\x8f\x03\x78\x4a\x6d\x88\xd9\xe0\x84\xb2\x72\x2d\x73\x35\x2b\xb4\x72\x0f\x73\x25\xef\x73\x7d\x9c\x85\xfe\xd6\x8f\x61\x0d\xae\x65\x5e\xd0\x52\x7f\xeb\x5c\xa9\x8e\x02\x75\x74\xfb\x31\x37\xe4\x56\xad\x80\x11\x4e\x8e\x4a\x32\x24\x15\xd5\x60\xa0\x6f\x8f\x15\x10\xbe\x3b\xca\x46\xc1\x08\x24\xfd\xfd\x13\x42\x57\x38\xff\x83\x50\xdf\xca\xd5\xca\x75\x84\xe3\xd5\x28\x08\x09\x49\x45\x17\x30\xdd\xad\x66\x0b\xb8\xec\x56\xb3\xe1\xa3\x56\xae\x56\xae\xa4\x76\xae\x52\x6b\x76\xf8\xd9\x11\xe1\x85\xde\x2a\x3a\xbd\xd0\x5b\xfb\x82\xa3\xc2\x9a\xfc\x78\x38\x39\x9a\x1b\xc3\xc9\xf1\xb7\x03\xad\x78\x6c\x93\xe1\x78\x35\x46\x86\xab\xaf\x0a\x1d\xae\xfe\x4f\xc8\xa3\xac\x9a\x1b\x23\xec\x95\x10\x13\xe9\xd6\xa0\x20\x98\xb7\xa6\x9f\x90\xe1\xab\x8d\x87\xbc\xf0\x13\x22\x0a\xd4\xc6\x7a\x92\xb7\xea\x77\x4a\xa2\xea\xdb\xfd\x8e\xd4\x2a\x0d\x21\x6b\xa4\xbe\xd5\xa3\xbb\x55\xb0\x13\xef\xf7\xae\xbf\xde\xe3\x37\xb3\xb3\x1e\x23\x60\x22\xcc\xb8\x19\xb0\xfa\x5e\x55\x3d\x46\xc0\xb4\xcb\xaa\xea\x97\xd3\x6c\x2f\x5e\x72\xa4\xbd\x78\xf9\x9c\xad\x6a\xfe\x15\x76\xaa\x09\x61\x6e\x1b\x7a\xb1\xe3\x74\xab\xaa\xc9\x0a\xad\xe9\x34\x84\xb7\x7b\xab\xb9\x5f\x32\xd9\xa9\xca\xd1\xab\xc8\xc9\xec\xac\x47\xeb\xe3\xdf\xd5\xa3\xf5\x5f\x52\x99\xca\xf8\xe5\xac\xab\x8c\xdf\xd2\x91\xca\xf8\xe7\x8b\xbc\x59\x88\x1e\x38\x1f\x2b\x71\xcf\xc7\xd2\x91\xda\xd7\xb7\x6f\x8f\x22\xd7\xa1\xbb\xd5\x8a\xef\xc1\x3c\xab\x06\xdf\xca\x89\x6e\xcd\x4a\xdc\x53\xea\x88\x4e\xa9\x8b\xa2\x92\x7c\x2b\x44\x55\x92\x1f\x85\x28\x6e\xc9\xf8\x60\x4f\xdc\x2a\x58\xde\xce\xa9\x47\x2b\xf2\x72\xea\x75\x5b\xd5\xc7\x35\x3a\x55\xb9\x0a\xf8\x21\x83\xb3\xc0\x4a\x96\xd9\x82\xcc\x46\x58\xb3\x92\x40\x6d\xfc\x51\x12\xa8\x8d\x3f\x4a\xbe\xd3\xae\x3a\x44\xf5\xcb\x1b\x36\xf5\x68\xc5\x0f\x16\xc4\xad\xfa\x25\x8a\xb6\xde\xaa\x6e\xa2\x68\xeb\xad\xae\xe6\xd1\xce\x7a\x54\x28\x51\xb4\xf5\x28\xc9\x8f\x52\xe4\x0c\x61\xfa\x88\x32\xf0\xeb\x5c\x39\x22\x9e\xc3\xa9\xf7\x75\xa0\x43\x68\xc2\xf9\x87\x9f\x0f\x30\x2f\xb8\xc5\xf3\x51\xa1\x5f\x9f\x67\x56\xfd\x7e\x15\xa2\x1a\x05\x24\x98\xd6\xa3\xd9\xbe\xf8\x30\xb7\x36\xc2\x97\xf1\x3e\x0e\xff\xcb\xf6\xd4\xe3\x78\x75\xe1\x48\x63\xa8\xf3\x42\xd2\x93\xc6\xb0\xe0\x5e\x14\x35\xdb\xbc\xec\xc6\xed\xc7\x88\x3a\xb2\x1a\xaa\x09\xa6\x55\xdd\x35\x79\xb4\xb3\xaa\x9d\xe6\x85\x66\x23\xe7\xa1\x4e\x2e\x23\xaa\x2a\x2b\x12\x4c\x57\x69\x05\x9e\x3e\x37\xe1\xff\xf0\xc2\xf4\x82\x95\xd2\x2e\xfc\x50\x1a\x42\x47\x04\x4c\x30\x1d\x09\x12\x95\x2c\xd1\x05\x93\x90\xdf\xa2\xbb\x66\xc2\x02\xe6\x3a\xc3\x6a\x0e\x69\x55\x77\x99\x34\x5a\xd5\x5d\x33\x21\xcb\xd5\x4e\x33\x61\xc4\x93\x4d\xb1\x20\x94\x83\xb2\x9a\x09\x65\xf5\x24\x7b\x85\x4d\xa4\x3a\x9a\x09\x0e\x7d\x6e\x3b\x09\x87\xaa\x9d\xa6\x3e\xaa\xda\x69\x72\xe9\x6d\x55\x1d\xcd\x24\x79\x67\xdb\xc5\x3d\x78\x5c\x32\x5d\x56\xf5\x8f\x19\xa6\x55\x0d\x33\xef\xee\xc7\xb7\xd0\x6e\x3c\x42\xa8\xbd\x9c\x8f\xdf\x94\xfe\xda\xe2\x9f\xb7\x33\x87\x68\x9f\x37\xc6\xf4\xe3\x6a\x73\xe8\x58\x95\xc7\xf3\x46\xc4\x3e\x2e\x2f\x57\x13\x55\xe5\xb1\x29\xa4\x55\x01\x3c\x6f\x17\xdf\xd5\x26\x6a\xb6\x72\xeb\xe9\x82\x74\x19\x41\x38\x1f\x69\x10\x51\x37\x1f\x84\xe8\xf3\x1c\xc8\x7a\x22\xf9\xe6\xe3\x7a\x22\xdb\xe6\x23\x57\x21\xdb\xa6\x07\x87\x64\x7c\x2c\xc8\x6f\x91\x40\x26\x98\x56\x25\xd0\x7c\x1c\x60\xd8\x0d\x54\x26\xe9\x21\x0b\xd2\xab\xb0\x66\x09\x16\xc3\x65\xea\x75\x3e\x92\x86\xa7\x7d\x8f\xb4\xe0\x69\xdf\x23\x2d\x90\x33\x5a\x65\xee\x99\xb1\x44\x1f\x49\xc3\xc3\xbf\x47\xd2\xe0\xf5\xd3\x2a\xeb\x9b\x33\x5a\x0f\xeb\x93\x33\x5a\x0f\xeb\x13\xdc\x5a\x0f\x73\xe7\xb0\x93\xf4\x39\xe3\x74\x3f\xd2\x11\x0f\x60\xd6\xc3\xdc\x3a\xb0\x87\x9b\x33\xe6\x05\x57\x4c\x2e\xb8\xf5\x2d\x69\x29\x75\x72\x73\x51\x3d\xfc\x9a\xf1\x70\x48\x4b\x59\x90\x5e\x25\xbb\x81\x8d\x40\x96\x4a\x9d\x05\x99\x4a\x8e\xd2\x82\x96\xd2\x0d\x42\x50\xeb\xe1\xaa\xc2\x91\x0e\x59\x2a\x0b\x3e\x94\x26\x61\x05\xde\x42\xa6\x5d\x02\x26\x1b\xb5\x1e\x02\x26\x22\xb5\x1e\x8a\x2d\x48\x5c\x9e\xaa\xab\xb3\x60\x7a\x92\xa6\xb2\x60\xe6\x63\x3b\x89\x96\x20\x47\xa9\xce\xda\xfd\xf8\x16\x32\x93\xcf\x81\xd6\xcc\x6c\x54\x97\x5b\x22\xe4\xaa\xa2\x7a\xe8\x4a\x87\xf6\xc1\xae\x99\x3a\xb4\x87\xae\x88\x2a\xad\x87\xae\xaa\xd3\x2e\x5d\x55\xc5\x86\x5c\x56\xa7\xbf\xb5\x2a\xa7\xbd\x9d\x8f\xe9\x15\x96\xcb\x6c\x98\xcb\x87\xea\x1a\x07\x11\xe4\xd2\x54\xd3\x4f\x2b\x39\x4a\x0b\x5a\x55\x15\xd2\x2b\x89\xa1\xa9\x52\xb0\x6b\x4c\x4e\xad\x87\x18\x9a\xe4\xcd\x06\xc5\xd4\xed\x24\x0f\x67\x41\xe4\x93\xa2\xa0\x49\xc0\xc5\xaa\xe4\xdf\x6e\x37\x86\x35\x5b\x15\xfc\x7b\x96\xbb\x29\x91\xfa\xf9\x2d\x55\xb9\x46\x1c\x42\xd6\xb3\x28\x0d\x76\x3e\xd3\xde\x9c\xba\xea\xf0\x95\x57\xdd\x86\x9c\x49\x8c\xa0\xa9\xdb\x49\x76\xd0\x82\x4c\x9d\x52\xa5\xcb\xec\x4a\x15\x5d\x47\xae\x10\xad\x64\x98\xae\x52\xba\xd1\x31\x91\xb8\x45\xb2\x92\x52\xba\x60\x11\x32\xcf\xca\xba\xee\xea\x2b\xeb\xba\x24\xea\x78\x39\xa2\xac\xa7\xcf\x1e\x51\x3e\xf1\xcb\x6b\x99\xab\xf9\xa6\xf5\xe7\xf8\xd0\x37\x67\x7c\x81\x49\xf4\x28\xf9\xe2\x8c\xbe\x0b\xfd\xb8\x0a\xdf\xc0\xf3\x31\x62\x03\xb3\x66\x06\xd6\x64\x56\xf2\xf1\xf2\x4a\xfd\x59\x15\xd6\xe4\xcf\x8f\x11\x57\x59\x61\xc6\xa5\x40\xf5\x9f\xe1\x04\x32\x37\xc1\x79\xde\x3f\xc3\xdd\xab\xac\x01\x31\xe0\xc8\xac\x6c\xe3\xda\x9f\x9a\xb5\x27\x46\xf8\xdb\x26\xac\x94\xde\xc2\x4e\x69\x17\x7e\x29\xa5\x21\x4e\x28\xab\x79\x46\xe6\x7d\xd6\xac\x6c\x1b\x2c\x60\x56\x98\x11\xfb\x59\x4d\x2c\x9a\x03\x91\xf3\xb3\x1b\x0e\xe1\xb4\xcb\x7a\xe6\xfb\xc0\x46\xe9\x23\x64\x80\xf7\x81\x6f\x4a\x99\x1c\x02\x45\xab\x49\x49\x73\x62\x4e\x9d\x3e\x7b\xe8\x78\xfa\xcc\xa1\x63\xcd\x8a\xba\x89\x75\x65\x9e\x91\x59\xa1\xd5\x3c\x23\xd2\x40\xd7\x6f\xfd\x18\xfb\x29\x63\xc5\xce\xe9\x78\xd5\xd5\xd3\x01\x3a\xde\x09\xc1\x66\x4d\xb1\xe9\x78\x1d\xa0\x7e\xe6\x19\x11\x2f\xaf\xd4\xac\xa1\xa6\x9f\x79\x46\xf4\x42\xdf\x9a\x66\x35\x5f\xf8\x30\x59\xa9\xf9\xc2\x24\xca\x4a\x7a\x0f\x1d\xcf\x00\x49\x03\xad\x59\x99\xfa\x72\x80\xca\xd4\x17\xbb\x64\xdc\x83\x59\xe7\x3e\x74\x5c\xa5\x56\x85\xc9\x7b\x66\xe3\x85\xd3\x7d\x46\xf4\xc2\x87\x39\x7d\xf6\x48\x32\x6b\x4d\x7a\x06\xc9\xeb\x82\xd5\x07\x5c\x6b\x56\x4c\xbe\x1c\xa0\x5a\xc2\x53\xc6\xac\x96\xe0\x99\x96\x9a\x55\xa1\x5c\xa7\x5b\xb3\x3a\xf3\x2d\x79\x3b\xfc\xb7\x23\x52\x67\xbe\x11\xc0\x67\xbc\x64\x6b\xd6\xac\x88\x7d\xbb\x82\x0e\xff\x8d\xbe\x3d\xe3\x7d\x4b\xde\x8a\xc9\xb7\x2c\xa9\x41\xc1\x65\xbb\x35\x2b\x35\xdf\x98\xcb\x59\xfb\xe2\x3d\xec\x15\x23\xe2\x3a\xdd\x6a\xf6\xd3\x7c\x63\x5e\x99\xfc\xc5\x4b\xb1\x0b\x3a\x04\x1c\x9e\xac\x86\x79\x4b\xed\x5a\x97\x1f\x87\xaf\x66\xd3\xa1\x3d\x33\x49\xe8\x6b\xcd\x2a\x3a\x6e\xd7\xad\x59\xcd\xf6\x91\x36\x9c\x9c\x8f\xa2\x40\xed\xe4\x41\xa2\x89\x63\x3e\xe8\x5a\x73\x3b\x10\x11\xa4\xb2\xfa\x28\x19\xd4\x30\x1f\xac\x2d\xf3\xc8\xe6\xc7\x99\x74\xea\x3e\x6c\xa7\x9f\xb9\xfa\x28\xcd\xfa\xf9\xd8\xaa\xec\x95\x74\xc5\x76\xc6\xfc\x28\x37\x14\xfc\x9c\x49\xd6\xdc\x4f\x29\xd3\xee\xc4\x92\x43\x5a\x73\xff\x65\xe6\xee\xfa\x16\x5e\x57\xf0\x7f\x9d\x1b\x75\xd5\x17\xd1\x6e\x7e\xd3\xfc\x62\xa9\x70\x2f\x64\x35\x85\xb4\x9a\xee\x34\xbf\x4e\x86\x6b\xc2\xe9\x66\x35\xfb\x89\xd7\x5e\x57\xe9\xa9\x0a\xea\x76\x4d\x48\x30\xad\x26\x43\x4d\x0e\x3b\xab\xc9\x50\xf3\x3b\xfc\xb8\x0b\xbf\x94\x5a\x15\x73\x53\x14\xfc\x5f\x27\x43\x8b\xe1\x8b\x61\x6a\x5a\x99\x0f\xb8\xd6\xb2\xf5\x40\xeb\x5c\xc5\x54\x49\x95\x6a\xbc\xc9\xba\x3e\x7e\x84\x74\x63\xeb\x90\xe6\x9b\xac\x95\x64\xa8\x66\xfa\x69\x25\x19\xaa\x75\xfd\xe8\x92\xfc\x2d\x93\xc3\x55\x80\xcd\x37\x59\x2b\x77\xff\xb5\xae\x1f\xcd\x33\x77\x8d\x04\xd3\xd5\xae\xbd\x72\x80\xb7\x1f\x2b\x45\xba\x9d\x54\xa6\x6e\x35\xbf\x60\xe3\x63\x7f\x2b\xdf\xec\x05\x5d\x10\xa1\x12\x0e\xc1\xe1\xdf\x54\xe5\x89\x2c\x57\x4c\x2e\x48\x37\xe2\x16\xbe\xf8\xb8\x0b\x59\x85\x60\x80\x49\x31\x19\x59\xc8\x00\x1f\xab\xe2\x38\x93\x2b\xfa\x16\xf4\xb7\x8c\x28\x39\xfc\xc7\xaa\x1c\x7e\x54\x21\x44\x18\x76\x12\x3d\xcf\x7d\x7e\x0b\xc2\x64\x61\xaf\x10\x2a\x24\x70\x35\x5f\x5d\xad\x24\x70\x2d\x68\xbb\xcc\xc6\xcd\x49\x21\x64\xd6\xcc\x64\xad\xdc\xe7\xd7\xba\xc7\xb7\x50\xdd\x82\x9b\x80\x49\xef\x5a\x90\xa9\xcb\x96\xb2\x57\x49\x3e\x57\x23\x75\x75\xfd\xf6\xc0\x09\x64\x80\xdc\xd4\x54\xb9\xde\x6f\x41\xa8\x3d\x37\xa1\xed\x66\xe1\x07\x58\x84\x10\x43\xb1\x5d\x88\xe1\x10\xb0\x6e\x36\x29\x5a\x0b\x0e\x4a\xa9\xf9\x41\xf2\x91\xb1\xb5\xa0\xa5\x5d\xc8\xc4\x96\xf3\xb1\x0d\x59\x1a\x9b\x72\x0e\xb5\x3f\x2e\x68\x3d\x90\x8f\x2b\xed\x1a\x63\x7b\x78\xe1\x91\x25\xeb\x23\x84\x8f\x6a\x16\xd2\x8d\x74\x4a\xad\x99\xf1\x66\x4c\x95\xc3\x38\x44\xd1\xd6\x52\xab\x90\xb9\x4a\xe7\x63\x6b\x6e\x42\x28\xb6\x32\x84\x7c\x86\xe0\x6f\x71\x2d\xc8\x23\x6b\x3d\xe3\x5a\x70\xc3\x66\xf3\x09\xd3\x4a\x5a\xd9\x82\x15\x48\x27\x3d\xcd\x25\x35\xac\xf1\x48\xe9\x7d\x71\x4b\xe6\x82\x7e\x4c\xaf\x0c\x8c\x3d\xdc\x5d\xec\xf3\xfd\x08\x61\xd8\x56\x85\xf4\xb9\x85\x90\x4e\x76\xa8\x8e\xdb\x96\x2a\x17\x16\x36\x92\x37\x57\x55\xfe\x16\x43\x95\xfb\x0b\x17\x6c\x94\xfe\x32\x73\x77\x7d\xcb\xcc\x29\xea\x74\xba\xb9\xeb\xb0\x75\x4f\x8d\x0f\xeb\x7b\x6a\xcc\xeb\x82\x8d\xf7\x4d\x57\xa9\x5d\x46\x75\xf1\x76\xe6\x82\xd4\x1c\x07\x52\xb3\x32\x46\x1f\xbc\x28\x63\x8a\x8b\xaf\x50\xa9\x78\x1a\x47\x8a\x54\x17\x5f\x19\x53\x71\x3c\x8e\x50\xa9\x12\xac\x72\xa2\xca\x91\x0a\x06\xf2\x3e\x6b\x91\xf5\x09\xde\xad\x55\xd6\xaf\x32\xa8\x62\x83\xe0\xdd\x5a\x65\x7d\x2e\x88\xaa\x55\x6e\xf6\xd8\x98\x6b\x40\x9b\xcf\x8e\xd6\x2a\x73\x57\x69\x5f\xc1\x50\xa1\xfd\x2a\x37\x57\xa4\xf5\x91\x13\x64\x76\xd6\x2a\x83\x7a\xb8\x5b\xe5\x48\x0f\x77\xc9\xf6\x5a\x90\x4e\xe6\x47\xc8\x6f\x65\xb2\xd6\x6d\x97\x86\x3c\xeb\xad\x72\x15\xa1\xbd\xb5\xa6\x53\x0a\x0d\xe6\x22\x0c\x60\x15\xda\x90\xbd\x72\x36\xe4\x0c\x7d\xf0\x92\xed\x24\x5e\x76\xc9\x76\x92\xc3\xdd\x52\x2e\x21\x94\xa3\xb8\x22\x0d\xb4\x56\x15\x4e\x57\x00\x2b\xae\xb8\xf4\xa9\x56\xc9\xac\xa3\x7e\xb9\xe7\xb4\xf5\xee\x88\x24\x33\x4f\x64\x8f\xb8\xea\x12\xbb\xe2\xaa\xb3\xb9\x4e\xbe\xe9\x82\x5b\xb6\x55\x69\xb2\x63\x99\xf1\xd0\x68\xeb\x1d\x53\xec\x08\x33\x9d\xee\x23\xcc\x48\x12\xad\x55\x22\xe4\x55\xd2\x5a\xd5\x3f\xfa\xe0\x55\xca\xe9\xd8\xf4\x47\xd4\x85\xe3\x75\xb9\x03\xc3\xf4\x48\xaf\x70\x41\x15\x57\xdc\xc5\x54\xab\xab\x10\x2e\x99\xab\x10\x2e\x59\xbb\x84\x0c\x50\xe9\x15\x0e\xb0\x9c\xd2\x37\xf0\x94\xb2\x82\xce\xb3\x8e\xf4\x91\x6d\x3a\xd2\xa4\xa4\x2d\x08\x6b\xa8\x25\x42\x7a\x56\xf2\x85\xe3\x75\xda\x03\x33\xfd\x08\xc2\xc0\xdc\x38\x92\x8f\xc4\xcf\x5a\x5d\x14\x1e\x29\xad\xd5\x45\x19\xce\x86\x92\x6f\xb8\xdc\xad\x09\xa1\x9c\xc6\x6f\x47\xf8\xb1\xbf\x75\x36\x94\x8b\x43\xd1\xae\x5c\xd4\x09\xaf\xae\xe0\x70\x80\x2e\xca\x90\x61\xd5\x3f\xfa\xe4\x55\x85\x33\x5d\x32\xd7\x48\xcf\xb9\xba\x46\x44\xef\xd6\xaa\x4a\x99\x18\xc8\x47\x12\xea\x2a\x73\xfd\x5b\xeb\x53\x8a\x75\xc9\xa6\x43\xd0\xac\x9b\x38\x0f\xd5\x15\x9c\x4a\x24\x17\x85\x1b\x93\x6a\x75\xda\xa7\x32\x56\xa3\x6f\x4a\xb1\x1a\x7d\x1e\xfd\x16\xad\xbc\xe9\x0a\xb6\x5f\xee\xf1\xb7\x3e\x5d\x40\xc5\xb3\x4e\xf7\x11\xcf\x3a\xce\x47\xe2\x7a\x7c\x5b\x5d\x04\x5d\xe3\xa2\x19\xe7\x89\x6c\x75\x4d\x0c\xcf\x3d\x12\xf7\xc5\x08\x8e\xc4\xe5\x86\xa4\x5a\xd5\x30\x2f\x34\xe8\x11\xa2\x2f\x7a\x75\xa4\xa6\x67\xae\x55\x1b\xe8\x8d\xe9\x59\x35\x7a\x3c\x64\xad\x76\xf2\x2d\xdf\xd8\xab\xb7\xd3\x1c\xe7\xe3\xce\x6f\x9b\xf0\x05\x64\x22\x3d\x82\x3d\x12\xf7\x8d\xa4\xaf\x5a\xfc\xbc\x42\x5a\xab\x1a\xc6\x13\xd9\xaa\x49\xe4\x89\x6c\x8d\x53\xd5\x97\x52\x7b\xa5\xd8\x70\x36\x3c\xaf\x6d\xce\x06\x61\xb3\xb5\xa9\x70\xde\xac\x42\xd5\xac\xe1\x9e\xde\xda\xd4\x3f\x86\xcd\x56\xed\x98\x0f\x42\xf4\x88\x67\xbd\xdd\xe6\x5c\x7d\xd8\xdb\xe1\x9e\xd3\x05\x83\xd2\x03\x27\x30\x84\x9b\x7e\x9b\xe3\xd5\xf9\xe5\x9e\xd3\x05\xa9\xd9\xf1\x7e\x30\x3e\xb8\xe7\x74\x41\x16\xe5\x3e\xa5\x5f\x3e\xb6\x1b\x4e\xac\x36\xd0\x07\x1b\xb7\x6a\x03\xe9\xfc\xb6\x33\x22\xe8\xb7\x9d\x11\x71\x72\xd6\xce\x10\xa4\x0d\x8d\x9e\x8f\x73\xa5\x4a\xd1\xdb\x6d\xa7\x1b\x6c\x72\x1f\xe1\x4d\x0a\x69\x6d\x76\xe3\x0b\x73\x37\xbb\xf1\xc5\x32\xab\xcf\x29\x65\xea\x9e\x53\xca\x88\xd4\x4e\x5f\x27\x47\x3d\x40\x0a\x69\x6d\x6a\x27\x1e\x43\xad\x4d\x85\xc3\x7d\x4a\xb5\x9d\xaa\xe4\x85\xa7\x09\x27\xd0\x9a\x1d\x6f\x3e\xbf\x65\x62\x75\x4b\xbe\xec\x92\xd5\x53\x8a\xbf\xd7\x34\x37\x3c\x18\xae\x3f\x21\xdd\x40\xff\xf8\x38\x6a\x25\x07\x6d\xc1\x07\x58\x85\x4c\xec\xcf\x8f\xf9\x2d\x2a\x25\x3c\x09\xe6\x92\xab\xe6\x4b\xaa\x95\x4c\xb1\xc6\x4b\xaa\xeb\xb7\xd6\x8c\x82\xad\xa7\x66\xf9\x08\x55\x66\x82\x69\x6d\xa8\x85\xb8\x24\x6f\xa4\xa6\x49\xa3\x95\x87\x19\x17\x64\xda\x11\x93\x3c\x7f\x7a\x5f\x2a\xba\x48\x12\x30\x3a\x24\x12\x3b\x7b\xaa\xb2\xd0\x47\x55\x95\x85\x47\xbf\xdc\x1f\xb5\x20\x53\x87\x86\xe1\xf9\xd3\xf5\xb1\xa5\xe8\x10\x6e\x6a\x5a\x10\x11\x64\x9f\x49\x29\xad\xe4\x73\x35\x92\x46\xef\x4b\x1d\x12\xbc\x25\x53\xb9\x5e\xa9\xf1\x0c\xe9\x2a\xad\x42\xda\x8d\x03\x99\x67\xa4\x4a\xdc\x78\x65\x2a\x0d\x9f\x21\xad\xdc\xb6\xd4\x78\x86\x74\x95\x32\x1b\x37\x27\x2d\x2a\x8d\xb8\xf1\xba\x5b\xfc\x32\x81\x6b\x7d\xbb\xb5\x20\x39\x67\x8d\xf4\xd3\x55\x93\x5d\x46\xfd\xf0\x50\xe1\x82\x0f\x30\x0b\x0b\xb0\x08\x07\xd0\x3e\x4a\xce\xcd\x8f\x91\x7c\x5c\xb6\xb4\x20\xe2\xaa\xf9\x5b\x04\x21\x89\x63\x0b\x52\x73\x72\x7c\xec\xde\x54\x97\xf7\x96\xba\x5d\xc0\x1b\xea\x26\xad\xac\x91\xc9\xba\x4a\xed\x06\xd6\x06\x57\x31\x35\x1f\x34\xad\xdc\xbd\xd4\xe2\x71\x4d\x50\x65\xc1\xcd\x4c\x95\xbb\x97\x9a\x89\xad\x95\xbb\x97\x16\x64\x72\xd0\x6c\xa1\x6b\xcc\x55\x4c\x2d\x0c\x83\xe6\x62\xd3\x05\xa1\x14\xbc\x30\xd3\x5e\x2b\x37\x33\x35\x13\x5b\x2b\xb9\x6f\xcd\xc4\xd6\x4a\xb2\x5b\xe3\x5d\xd5\xf5\xdb\x47\xc8\x1a\xdd\xd6\x8c\x14\xe1\xfd\xc0\xe6\xbb\xaa\x95\xcc\xb8\xc6\x43\xaa\xeb\xb7\x0e\x10\xcf\x8a\x6b\x9c\x5a\x3c\xc8\x09\x9e\xe6\x6b\xc1\xf5\x4a\x95\xab\x99\x16\xb4\xcf\xa7\x94\x3e\x23\xcc\xc2\xf3\x69\x92\xec\x16\xe4\x63\x6c\x84\xe0\xb6\xa5\xca\x3d\x4e\xcd\xe4\xd4\xca\x3d\x4e\x2d\x74\xba\x6b\x1c\x08\x47\xca\x19\xdc\xb6\x54\xb9\x9a\xa9\x9d\x5c\x55\x35\xb9\xb9\xaa\x95\x9b\x9a\xda\xc9\x55\x55\xb1\x07\x97\x2f\x55\x2e\x5f\x6a\x91\x11\x1b\xe4\xeb\x35\x72\x55\xd7\xc7\xfe\x56\x3d\x20\x93\xe9\x92\xab\xab\x43\x1f\x9c\x6c\xbe\x05\x99\x76\x65\x4c\x41\x8a\xa8\x9c\x7d\x0c\xb5\x76\x05\x61\x71\x72\x14\x84\x3a\xd2\x5d\x09\x54\x30\xd3\x55\xdd\x51\x50\x83\x4d\xb6\xe2\x75\x9c\x4a\xfa\xde\x82\x99\xd2\x2c\x6c\x40\xab\x92\xcb\xea\xa9\x6a\x52\xca\x00\x79\x1d\xa7\xf2\x38\xdd\x82\x7e\xec\x00\x25\x7e\x45\x6c\x45\xb3\x71\x0b\x6a\xf3\x35\xd4\xda\xe5\x32\x4f\xa0\xb5\x11\x48\x6c\x5d\xa5\x7e\x8c\x20\xd4\x0a\x08\x83\xa6\xbb\x4c\x57\x21\xc2\x26\x4b\x72\x5b\x72\xed\x72\x99\xe7\xd3\x4d\x96\xf4\x7c\xba\x4b\xed\x46\x3a\x37\x39\xb4\xa1\x9c\x49\x0c\x6c\x3c\xac\xba\x4a\x8b\x90\xdf\x62\xb7\xfa\xb0\x6a\xed\xd2\xa4\x81\xcf\x1a\x14\xc1\x6d\xc9\xb5\x4b\x84\xcd\x05\x95\x7f\xf5\x8d\xbb\x34\x69\x58\xb4\xe6\x86\xef\xac\xd6\x1e\x07\xfa\x5b\x7b\xe5\x0a\xc6\x81\x2c\x99\x1c\xca\x1b\x36\x35\x94\xb1\x5c\xa0\x54\x43\x42\x6a\xf8\x8a\x5a\x1f\xe6\xbd\xd6\xb8\xce\x6f\x99\xc9\xdb\xd9\x60\x41\xe3\x3a\x1f\xbf\x80\xa7\xf4\xcb\xc7\xbf\xbc\x8f\xbf\x85\x3e\x78\x48\x56\xfa\xe0\x4d\x39\x61\x90\xb4\x86\x0b\x09\xb5\xeb\x63\x4b\x11\x75\x4d\x5e\xef\x98\x80\x4d\x5e\x37\x0c\x3a\x24\xab\xce\xbe\x66\x48\x0b\x1d\x71\x15\x2e\x7e\x77\xaa\x1e\x21\x21\x22\xe1\xe2\x07\x8b\x1f\xae\xb6\x91\xcd\x4d\x5e\xd7\x53\x0e\x97\x97\x1b\x92\x6a\xb8\x9e\x3a\xce\xe1\x02\x86\x9d\xcc\xd6\x1c\x76\xc3\xaa\xf0\x07\x8e\x49\x14\x88\xab\x63\x12\x19\xca\x1c\x8a\x67\x43\x99\x9b\x76\x4c\x38\x40\xc5\x73\x0c\x1b\xb2\x5d\xac\xd8\x90\x16\x02\xaf\x33\x5c\xed\x90\x34\x5c\xde\x40\x2b\x72\x49\x68\xf3\x2d\xd8\x1a\x8a\x76\x5e\x7b\xad\xe1\x1a\x19\xca\xdc\xb4\x54\x0c\x65\x0e\x17\x65\xb8\x82\x5a\x2a\xc3\xc9\xc1\x4e\x0d\x8f\xba\x43\x89\xab\x5b\xdd\x94\x40\xbc\x70\x53\x43\x89\x6b\x32\x6e\xd3\xac\x19\xca\x27\xed\x18\xf3\x6b\x9b\x22\x87\xfc\xda\xca\x73\x73\x8d\xd7\x5e\x57\xa9\xdd\x40\x93\x1f\x23\xcf\xfc\xda\x63\xe4\x79\x7a\xcd\x7d\x3b\x8d\x94\xd9\x05\xf9\x78\xa2\x9c\x43\xc3\x94\xf7\x6f\x2a\xc9\x9a\xcd\x97\x62\x6b\xb8\xbe\xd3\xd5\x77\x41\xa7\xcb\xed\x82\x7a\x3e\x7d\xec\x45\xbd\xec\x50\x96\xeb\x56\x1f\x03\x71\xe2\x96\x84\x8b\x62\x44\xf5\xb1\x17\x8d\xa8\x6e\xca\xb6\xe9\xf0\x15\xfc\x06\x58\x37\x4d\x86\xe9\x82\x6a\x89\x7a\xf2\x1d\xae\xa0\x67\xdb\xe1\x92\x4d\x59\x5f\x83\x62\xa2\xca\x9a\x06\xc5\x94\xf5\x5d\xb2\x89\xad\xc9\xed\x34\x8d\x37\x68\xd7\xc7\x4c\xce\x4b\x99\xaa\x51\xc0\x3d\x4e\x95\xbb\x6b\x16\x64\xf5\xd9\xbe\x08\x83\xb5\x43\x0d\xf3\x62\x43\xe6\x58\xc0\x26\xf2\x36\x6d\x04\x12\x79\x6b\xd4\xf3\x5b\x66\x83\x1d\x89\x78\x29\x28\x14\xde\xaf\xb0\x93\x56\x85\x7b\x70\xac\x67\xcf\xd4\x43\x42\x7a\xb1\x9b\xd1\xd4\xf3\x2f\xf9\x48\x42\x72\x6b\xe0\x58\xcf\x2f\xe7\x4a\xc5\x6e\x28\x77\x68\x1f\x1b\xca\x7d\xac\xe7\x97\x53\xa7\xb9\xec\x99\x7a\x53\x78\xbf\x15\x8c\x9a\xc0\x6e\x3a\x1c\x03\xf9\xad\x24\xd4\xaa\xf5\x10\xfd\x18\xc8\x6f\xf4\xfc\x31\x90\xb9\xd4\xb8\x86\x46\xee\x5b\x32\x93\xea\xde\xc3\xdf\x36\x21\x4c\xd7\x0e\x2c\x94\x76\x21\x04\xdc\x0e\xec\x94\xda\xe7\x61\x43\x7f\x83\xc5\x6f\x0e\xf0\x31\xb5\xdd\x64\x38\xa6\x36\x77\x29\xd7\xe8\xa7\xf4\x4d\x29\x53\xe5\x46\x41\x48\x56\x1f\x2c\x86\x90\xac\x3e\xec\xc6\x1d\xeb\xf9\x03\x93\x1d\xeb\xd9\x28\xf0\x90\xca\xdc\x0a\x38\xd6\xb3\x41\xe1\xc7\x3e\xe6\x46\xa8\x1a\x12\x9d\x07\xdf\xc7\x5c\xfe\xe0\x0b\x1f\x73\xf9\xa3\x10\x95\xca\x3c\x07\x8f\x38\xa5\x74\x43\xf1\x6c\x9c\xf7\xb1\x9e\x8d\xf3\x0e\xb5\xfe\x17\x62\xef\xf7\x81\xfe\x36\x0b\xfd\x2d\x43\xe0\xa9\xa0\x1a\xda\xa9\x9e\x5e\x1f\x63\xfa\xcb\x41\xff\xb1\x9e\xbf\x8e\x28\x0e\xa4\x21\x15\x2c\x67\xdb\xed\x92\xca\xbe\x9c\xe7\x1d\x63\x9a\xd7\x6d\xdb\x25\x59\xe9\xdd\x6b\x5b\xfb\x06\x6d\x23\x91\x77\x41\x6b\x6e\x42\x96\x1b\x99\x3a\x2e\xce\x07\x34\x97\xc7\x45\xe4\x55\x67\x1b\x61\x70\x9b\x54\xe3\xb2\x9a\x36\x2e\x17\x85\x6d\x84\x71\x6d\xdd\xd5\xb8\x7f\xa6\xf1\x70\xec\x2a\xb5\x1b\xf6\x19\x79\x3c\xf6\x81\xf4\xfa\xd8\xdf\x6e\x51\xd7\xc8\x18\x6e\xc3\x48\x6e\x6e\xd9\x58\xb0\x50\xfa\x08\xbf\x40\x4b\xb7\xe9\xd9\xb8\x61\xa6\x8d\x24\xe5\xa0\x7e\x47\x92\x36\x30\xd3\x47\x92\x36\x90\xe5\x24\x01\xaf\xdf\x32\xfc\x84\xb1\xa5\x99\xee\x5b\xb0\xed\x82\xae\xcc\xeb\x6d\x17\x74\x35\x8c\xa8\xe6\x36\xd2\x05\x1b\xa5\x49\xc8\x4c\xa2\x16\xc6\x1d\xfe\xb6\x08\x6d\xe8\x40\x7f\x5b\x85\xfe\x56\x38\x58\x5f\xbc\xb2\x71\x0f\xdb\x3d\xd0\xdf\x76\x21\xab\x5f\x0e\x84\x72\x6e\x87\x80\x30\xeb\x88\x76\x5f\x7b\x6d\x64\x1b\x37\x9f\x77\x6d\x5c\xfc\xb2\x20\x55\x21\xe9\x7d\xde\xb5\x5d\x52\xce\xe3\x00\xab\xbf\xdd\x26\x43\xbb\x24\xa4\x47\xca\xa9\x56\xc5\xc1\x8b\x8e\x07\x79\xbd\x0b\xfa\xb1\x4b\x86\xda\x1f\x8f\xc4\x8f\xda\x1f\x04\x5c\xb7\xeb\x39\xa5\xfc\xb6\x39\x04\xa9\x2e\x9f\x8f\x59\x50\x69\xf2\x41\x0f\x70\xb1\xe9\x82\x0c\x30\x1f\x68\x43\x0e\x61\x5a\xb3\x7d\xde\xc6\x66\xbb\xa4\xd8\xec\x5c\x49\x93\x59\xc6\x41\x1e\x8f\xec\xe4\x60\x50\x9c\x9c\x60\x1d\x9e\xc1\xe5\xc2\x8d\x4b\x64\xda\x49\x02\xe6\xa1\xeb\x46\x12\xf0\x82\xb7\x10\xc6\xe9\xb6\x8b\x8d\xc0\xe5\xa4\x0b\x8e\x5d\x95\xf4\x6c\x94\x34\x77\x95\x36\x1f\x74\x6d\x97\xe4\x5d\xd0\xc6\xcb\x3b\xfa\x95\xe0\x1f\xc5\x05\x94\xac\x0a\x26\xaf\xfe\xce\x28\x92\x24\xc2\xcc\x07\x5c\x1b\xc9\xd5\x6d\x78\xb8\xdb\xe3\x40\xa6\x19\x45\x3e\x74\x51\xb9\x7d\xb4\x99\x13\xdc\x2e\x69\xa1\x0c\xd8\x57\x5a\x28\xca\xe3\xb0\xd4\xe1\x4a\x1a\xc5\xe1\xc6\xf9\x98\xd5\x96\x52\x3c\x09\xd6\xcf\x1a\xd5\x15\x93\x52\xaa\x2c\x88\xba\x3d\x39\xc1\x7a\x52\xc3\xc3\x5d\x5d\xa7\xe1\x45\x4d\xba\x4e\x3c\xef\xba\xa0\xbf\x1d\xf4\xca\xe5\xad\xc3\xdf\x56\x21\x8b\xd0\xec\x06\x92\x4f\x87\x67\x70\xd6\xdb\xb8\xbc\x65\x41\x98\x5b\x5a\xd0\xf9\xe5\x02\x96\xe6\x5b\xb0\xed\x92\x34\x1a\x22\x47\x67\x69\x78\x6f\x93\xce\xd2\xe0\xda\xde\x76\xc5\x81\xcc\xb3\x4b\xa6\x4f\xaa\xef\x34\x38\xaf\x6d\x97\x4b\xd6\x06\x02\xd8\x35\x6a\x8a\x0d\x67\xb2\xb1\x9d\xac\x87\xc3\x43\xaa\x0b\x26\xe1\x66\x94\x84\x76\x22\xfb\x76\xc1\x24\x2c\xc0\x5b\xd8\x81\x8f\x70\x50\x55\x16\x5a\xd5\x81\x2f\x4a\x8b\xf0\x4d\xa9\x70\x6f\x9a\xb5\xe4\xb4\x13\x33\xdd\x92\xf3\xdc\xc3\x4e\x9e\xd2\x2d\x27\x92\xda\xa9\x3b\x1b\xca\x54\x23\xaa\x43\x21\xda\x11\xb1\xa1\xd4\xd4\x0b\xe5\x4a\x99\x05\x3f\x54\xe5\x10\x5c\xdf\xc7\xf1\xb2\xbe\xc9\x79\xf6\xac\x37\xd4\xc6\x1d\xf2\x8e\xe7\xfc\x76\xaf\x42\x72\x62\xc3\xa9\x73\x62\x3d\x09\xd6\x2b\x3b\xb9\xb9\x7a\x65\x3e\xc2\xda\xc8\x27\x6e\xbe\xba\xda\xb8\x37\x64\x41\xa6\x0e\x27\x6d\x44\x58\x55\x13\x32\x57\x4e\x4e\x0c\x87\xd0\x85\xd0\x95\x12\x17\x1f\xb5\xa5\xfb\x40\xd6\xc8\xd9\xc0\x47\x6d\xc9\xe1\x07\x9a\x3c\x39\x5e\x23\xac\x23\x9f\x8f\xe9\xb3\xc3\xe7\xac\xb7\xa5\xd3\x49\xb4\x53\xe4\x53\x15\x93\x63\x9f\x07\xdc\xad\x83\x37\x06\xdc\x9d\xec\x33\xfe\x6d\x4b\xf6\x79\x48\x66\xb6\x3b\x24\x33\x8d\x02\xae\xf1\x6d\x49\xd1\x3e\xc2\x8f\xb3\x90\x35\x52\xc4\x0e\x25\x83\x32\x95\x50\xee\x96\x94\xf4\xc3\xa9\xd3\x64\xf0\xb2\xa9\xd0\x28\xd0\xfb\xd5\x39\x24\xaf\x77\x41\x7f\x8b\xbb\xab\xbf\x37\x86\xb4\xa1\x04\xc6\xdd\x6d\xe9\x74\x63\xda\x0d\xc6\x3b\x31\x37\x92\x0d\x19\x9d\xad\xcf\x36\xa6\xeb\x5b\x7e\x19\xc7\xbf\xbe\x65\x79\x6d\x76\xb2\xb9\xa1\x7f\xe7\x5b\xb0\x2d\x9d\x66\x65\x14\xb5\xfe\xc4\x34\x49\xa7\x59\x04\x7f\x3a\xbf\x95\x8e\x34\x02\x26\x52\x33\xfd\xfc\x2d\x35\xff\x2c\x65\x5e\x55\x29\x1e\x39\xc7\x4f\x08\xe1\xa8\x52\xa6\x12\xe8\x27\x44\x5a\xab\x52\xa6\x84\xa3\xd2\x78\x29\x26\xd5\x30\xaf\x33\x55\xa7\x14\xd2\x50\x87\xe8\xa2\xea\x1b\x8e\x17\xbb\x80\x3a\x83\x83\x28\xf0\x96\xce\xc7\xa8\x94\x74\x3e\x96\xc9\xb4\x27\x5e\x4a\x20\xed\x89\x97\xf3\x7c\xaa\x0a\xd8\xe8\xe7\xc7\x08\x95\xf3\x31\x0a\x36\xa9\xac\x5e\xb8\x7b\xf1\x13\x32\x1b\xb8\x8a\xe3\xc5\x29\xb2\xde\xdf\x30\x64\x3c\xd4\x3f\x2f\x59\x50\x85\xc3\x8d\xc7\x2d\x59\xea\x4d\x54\xa1\xfe\x79\x2b\x54\xfc\xf8\xed\x5c\xa9\x7f\xde\xca\x98\xf3\x31\x56\xac\xfe\x1e\x89\xcb\xab\xd4\x9a\x31\x7a\xb8\x56\xa3\x91\xc7\xbc\x3e\x66\x80\x6f\x07\x18\x56\xc5\x96\x30\x97\xa2\x2e\x88\xb4\x0e\xdb\x55\xe2\xaa\xd9\x8c\x02\x8f\xd3\x90\xe3\x3d\x0d\x61\xe4\x25\xf5\xde\x5b\x19\xa3\xa2\xfb\xc8\x37\x2a\xba\x8f\x0a\x47\x73\xe3\xe3\xfa\x6a\x5f\x78\xb6\xad\xfb\x37\x88\xe4\x6e\xb7\x9a\x4d\x0f\x56\x07\x6f\x70\x25\x54\xbb\x55\x74\x1f\xf9\xe8\xb4\x0b\x1f\xdd\xea\x3d\xfd\xdb\x38\xdd\xd8\xbe\x7f\xbb\xd5\x7b\x1c\x66\xb7\x5b\x45\x47\x24\x77\xbb\x55\x74\x1f\x44\xec\xad\xa2\xfb\xec\x7d\xa1\x76\x6b\x32\x7c\x14\xa2\x8e\x88\xdb\xa5\xda\xad\xa3\xc5\x15\xc7\xed\x56\x3b\x71\xc5\x71\xbb\xf5\x9d\x08\xd6\x4e\x97\x03\xdc\xe7\xd3\x0b\xde\xc2\x09\x7c\x84\x6f\xa0\x55\xb1\xa0\xdc\xdf\xb1\x60\xa2\xd4\x9a\x87\xdd\xb0\x57\x5b\x32\xa4\xe3\x49\xea\xdf\xde\xba\x61\xdf\x6d\xe2\xa7\xcb\x01\x92\xd6\x9c\x2e\x07\xb8\x0f\xb3\x17\x0c\xe1\x67\x43\x14\xfb\xbc\xb6\x96\x48\x3a\x96\xf3\x62\xb9\xb9\xec\x63\x41\x46\x84\x01\x35\x77\x74\xf6\x82\x8f\xf0\x0b\xcc\x40\x27\xe7\xb6\x66\x38\x94\x0c\xe9\x36\x2f\x97\xec\xb6\x2a\xdc\x30\x52\xa2\x1b\xb9\xc8\x0b\xd2\xee\x4e\x2f\x5e\x35\x1f\x78\x6f\x68\xcd\xc9\x69\xb7\xe6\x14\x74\x03\x9b\xc8\x27\x6a\x1b\x6f\x5a\x2e\xc8\x4c\x3e\x36\xb4\x25\x43\xd2\xb1\x9c\xfb\xca\xe3\x05\x7f\x2d\xf8\x4d\x45\x4e\xfa\x95\xbe\x6e\xdb\x48\x81\x6e\x24\x1b\xaf\xd2\x2e\x64\x40\x8f\xed\x38\xeb\x8e\x8f\x20\xe9\xc4\x0d\x58\x0b\xfa\x71\x15\xb2\xbc\x28\x72\xb3\x8b\x13\xf7\x63\x35\xdf\xaf\x6d\x5c\xee\xb1\x60\x01\x5a\x33\xea\x96\xf4\xe9\x36\xf7\x0b\x3e\xeb\xb7\x07\x32\x73\x4e\x06\x47\xce\x8d\x6c\xea\x05\xa1\x32\x47\xa4\xa7\x4c\x72\xf5\x82\x9d\xd2\x22\x64\x79\xb3\x10\x31\x79\x67\xbb\x81\x63\x75\xa3\x8c\x27\x47\xbf\x8d\xfb\x3a\x1a\xe9\xc5\x77\xd2\x09\x9d\x0f\x92\x8f\xfb\x3a\x1a\xd9\xc6\xab\xd4\x8f\x1d\x02\xce\x20\xe9\xc5\x0b\x36\x21\x9d\x2c\xa7\x14\x5a\xe0\xb8\x60\x3e\x93\x3e\x63\x4f\x4c\x3c\xd6\xc4\x65\x5a\xcd\x17\x6a\xdb\x5d\xac\xea\xf4\x99\xdf\x72\x03\x56\x23\x51\x7b\x41\xa6\x9d\x2d\xe1\xc9\xe1\x6e\xba\x6c\x37\x63\x6a\x93\xb7\xdd\x7c\xbf\xb6\x91\xa8\xbd\xa0\x1f\x37\x21\x24\xd9\xac\xca\xd9\x38\xed\x6e\x41\x98\xae\xd3\xae\x84\x84\x1e\x98\x19\x69\x4d\x66\xf6\x82\x0c\x10\x0b\x82\xac\xdf\x05\x1f\x21\x14\x8b\xc9\x30\x8b\x84\x84\x8d\xe0\x2b\xb3\x8d\x54\xec\x05\xfd\x6d\x15\xfa\xdb\x10\x32\x39\x61\x55\x83\x11\x35\xdb\x45\xc1\x92\xb7\xbd\x20\x22\x16\xb5\xc0\xfb\xb5\xeb\x63\x1b\xc2\xae\xe1\x16\x86\x66\xc6\x70\x23\x51\xbb\xcd\xfd\x86\xcd\xfa\xd8\x86\x26\x93\xd3\xec\x33\x76\x0d\xb9\xd7\x0b\x06\xf0\x94\xb2\xbe\xcd\x21\x60\xd7\x90\x6c\xdd\x66\x75\xc9\xd8\x82\xe0\x29\xdc\x05\xe9\x24\x19\xc3\x8d\x64\xeb\x05\x99\xd8\x76\xe0\x66\xf6\x47\xa9\xc9\x63\xb7\xed\x51\x6a\x12\xcb\xdc\x1e\xc5\x64\x75\x72\xfa\xf9\x98\xe1\xbb\x82\x78\xbf\xe9\x72\x05\xb7\xf7\xbb\xa0\x9d\x74\xf8\xdd\x4e\xa2\xac\x1e\x05\x21\x0e\x6d\xe2\x35\xf9\x05\x37\xf1\x3f\x0a\xb3\xa6\x3c\xc6\x46\xf0\x49\xda\xf6\x28\x91\x9a\x6c\x85\x8d\x30\x75\x77\x1f\x25\x12\x0f\xd6\xb6\x47\x89\xd4\x24\x42\x69\x83\xbb\x86\xdb\x23\xef\x37\x05\x85\xc4\xd0\x90\x84\x8f\x12\xa9\x61\x99\x3e\x4a\x24\x8e\x60\xdb\x23\xb3\x93\xf5\x9b\x74\xa4\x27\x27\xb2\x49\x47\x7a\xea\x1b\x3f\xf2\x7e\x77\xc9\xa4\x2b\xce\x51\x93\x9e\xb3\x6f\xd2\xb6\x47\x01\x45\x3c\x72\x7b\x94\x48\xfb\x5d\xd9\xf5\xf1\x81\x89\xd2\x10\xde\x94\xfe\x0d\x82\xbf\x3b\x7a\x85\x19\x6f\xd0\xb6\x47\x61\xa6\x03\xfb\x28\x63\xb8\xd3\x38\x25\xe9\x88\x47\x67\xdb\xa3\xc8\xc1\x9f\x4d\xba\xd5\x93\xab\xa7\x52\x92\x8e\xa2\x5b\x55\x17\xda\x6e\x08\x3b\x1f\xd3\x10\xd7\x47\x25\xee\xf4\x5a\x10\x1a\x54\x12\xf0\x48\x4d\x7b\xe4\xf5\x70\xf4\x32\x77\x38\x7a\x15\x6a\x60\x3f\x3d\xed\xc0\x2f\xa5\xf6\x0a\x8f\x95\xe4\xea\xc6\x2b\xb3\xab\xd4\x86\x64\xc1\x76\x20\xb4\x20\xaf\x0f\x04\x52\x92\x42\x07\x42\xf4\x91\xb9\x71\x33\x53\x92\x42\x47\xf7\xb7\xe7\xe3\x37\xa5\x21\x84\xac\x64\xee\x21\xbf\xca\xcd\xdc\x26\x95\xf4\xb2\x4d\x2f\x6e\x8f\xcc\xad\xc7\xfa\xc8\xcd\x2f\xa5\x08\x66\x3a\xcf\x7f\xae\xdf\x26\x21\x1f\x63\xa6\xfb\x1a\x68\x7b\x64\xdf\x77\xf7\xe3\x26\x64\x05\xa5\xfd\xb7\x43\x90\xb9\x89\xa2\x6d\x8f\xcc\xbd\x4d\xfc\x3b\x25\xa9\x9b\xb0\xd9\x94\xd4\xd5\x5c\x45\x9b\xf4\xb2\x4d\x03\x4d\x49\x45\x47\xde\x67\x4a\x6a\x36\x8e\xac\x52\x92\x9c\xb5\xf8\x1f\x59\xff\xed\x92\xc9\xeb\x04\xc6\xb6\x47\x6e\xd6\xe2\x7f\x64\xdf\xb7\x24\x2a\x47\x92\x15\x9a\xf4\xa3\x7d\x0e\xb4\x3d\x32\x28\x69\xa0\x29\x49\xed\x3c\xf8\xd9\x1e\x19\x94\x34\xd0\xf6\x28\xf8\x79\x01\xa5\x3d\x4a\x7a\x5e\x40\x69\x59\xf6\x25\x30\xb6\xf1\xb4\x66\x33\x0d\xb4\xf1\xb4\xe6\x82\x03\xf8\x08\x99\x1c\xd5\x2f\xc7\x5f\x2d\xab\x07\x48\x03\x4d\xfa\xd5\xf3\x33\xac\xaa\x08\x59\x23\x59\xe3\x23\x79\xab\x24\xb9\x04\xa9\x91\x7a\xde\x4c\xf4\x4c\xba\xd9\x3e\x07\xda\xb2\x1c\x4a\xe8\x6b\xd2\xeb\x9e\xdc\x5c\xd4\xb2\x82\x9f\xd7\x41\x5b\xd6\x3e\x26\xb5\xb3\x65\x19\xf6\xeb\xf0\xd3\xf9\x2d\x43\xc0\x01\x98\xba\x16\xe4\x7c\x2f\x68\x37\x4e\xa9\x43\xb0\x54\x62\x90\x61\xf5\x07\xb2\xc6\x34\xaf\xa7\xb4\xac\x41\xbc\xef\xb1\x5d\x1f\x27\xe1\x07\x68\x9f\x21\x95\x2c\x87\xea\x3c\xe8\x66\x4f\x62\x5d\x1b\x49\xde\x0b\x32\x04\x4d\x60\x7d\x09\xfc\xea\xde\x09\x7d\x6d\x24\xb5\x2f\x08\x4b\x6e\x0e\xed\x66\x7a\x36\x5e\xcb\x5c\x90\xaa\xb6\xb1\xd9\xfb\x05\xa7\x90\xe4\xbd\x20\xbf\xdd\x1c\xda\xcd\xf4\x6c\xe4\x7c\x77\xde\x1d\x5d\xa5\x56\x85\xa9\xc2\xb5\x5d\x0b\xd2\xab\x6e\x55\xd2\x46\xf7\xb7\x4e\x5d\xff\x65\x02\xd7\xfa\x16\x56\xd8\xea\x76\x41\x26\x72\xfb\xd1\x0b\x42\x1a\x8f\x10\xcd\x8d\xff\xde\x7d\x85\xb4\x91\x5b\xbe\x60\x05\x26\x21\xbf\xcd\x8e\x0f\x4b\x85\xfc\xf0\xde\xf5\x86\x72\xce\x42\x7f\x5b\x84\xf4\x2a\x92\x10\x2a\xcb\x8c\x4f\x5f\x89\xad\x80\xce\x93\xa5\x0b\x5a\x73\x58\x55\x13\x76\x60\x17\x5a\x55\x08\xa1\xd0\xc2\x10\x92\x13\x19\xf6\x6a\x0a\xed\x15\x52\x84\x6c\xf9\xee\x1b\xa5\x8d\x3c\xed\xde\x39\xc0\x4b\x6c\x14\x74\x9f\x1d\x6d\x64\x62\x2f\xe8\x88\x42\xb8\xd5\x02\xd7\x92\x75\x12\x3d\xd7\xc7\x4d\xc8\xd4\x55\xab\xc2\x87\x21\x9d\xba\x9b\xe8\x99\xd8\x73\x58\x70\x02\x6f\xe1\x1b\x68\xaf\xb0\x54\x48\x98\xee\xfd\xc6\x52\xc9\x12\xec\x8d\x26\x67\x93\xa1\x93\xf7\xb9\x4a\x69\xf7\xe9\x36\x54\x84\xf6\xb9\x0a\xa1\xee\x9e\x84\xcc\xa4\xe4\xfc\x40\xb0\x5c\x69\xd6\x4d\x03\x4d\x5c\x69\xb6\xa0\x1f\x5b\x33\x76\x0c\x3b\x12\x0b\x22\x72\x24\x67\x1d\x9e\x3b\x59\xf3\xb4\xd4\x9a\x1d\x91\x34\xc9\x01\x5e\xba\xd3\x23\x64\xf5\x25\xa4\x47\x9a\x8c\x53\xd5\x87\x8f\x19\xbe\xfe\x4f\x96\x90\x32\xae\x05\x3b\x21\x0b\x32\x39\xae\x6f\x96\xae\x5c\x50\x62\x4e\x5b\x71\x15\x88\x39\x4d\x6c\x5f\x74\xde\xff\x5c\xf0\x7c\x1c\x7c\x6c\x43\x08\xb3\xe2\x2a\xf0\x98\x4a\x2b\x4e\x7b\x86\xe9\xd8\x73\x58\xd0\xdf\x56\x21\x8b\x72\x27\xe1\x87\x52\xd6\x57\x67\x89\x1d\x89\x6e\x0a\x69\x62\x47\x62\x41\x7f\x9b\x85\x76\xa3\x0b\xad\x8a\x3e\x17\xd7\xe8\xb6\x66\x07\x78\xfb\xb1\x43\x48\x55\x08\x11\xde\xfe\x76\xf2\xb1\x52\x53\xa7\xa5\xd8\xab\x8a\x17\x5a\xec\x95\x4e\xcb\xad\x20\xac\xe8\xdb\x62\x27\x79\xb4\xb3\x91\xd4\xbe\x20\xc4\xff\x34\xa1\x35\xfb\xdb\xf0\x63\x4b\x91\x9a\x6c\x2b\xf4\xae\x87\x53\xec\x55\x75\x05\x9f\x24\xa4\xdd\xc7\x4e\xe2\xe1\xdc\x4a\x42\x7d\x98\x5b\xd1\xe7\x91\x5d\x51\xf0\x57\xc7\xab\x24\x24\x5e\xb5\x15\xf5\x00\xaf\x74\xb6\xa2\x1e\x68\x0e\xdf\x9a\x09\x5f\x6d\xc5\x9a\x79\xa5\xb3\x15\xab\x6a\x2e\x99\x62\x93\x00\xd5\x56\x94\xb1\x7a\x47\x77\xfe\x65\x38\x67\xef\x0d\x5f\xf8\x56\xa6\xea\x2b\x15\xc5\x33\xd7\x29\xa5\x5b\x31\xe9\xd1\x60\x39\xcd\x4a\x0b\x4a\x4d\x5d\xa7\xa2\xf0\x6e\x88\xab\x72\x6a\xc6\x17\x2e\xa7\x2a\x34\x0c\xfb\x24\x0b\x32\x82\x53\x15\xa6\x09\xfb\x24\x0b\x42\x83\x85\xaa\x3c\x38\x24\x77\xb3\xfb\x1a\x68\x23\x1d\xb3\x93\xe8\xb9\x7e\xeb\xc7\x58\x1b\x45\xf1\xdc\xc3\x9a\xfd\x2d\xf2\x98\x9d\x90\xee\x6b\xa0\xad\x28\x71\x39\xa2\x4b\x6c\x8c\x2c\xc8\xc7\xa7\x21\x59\xb0\x15\x21\x73\x55\x19\x91\x27\x76\x45\x8b\x21\xec\xb3\x12\x37\xf0\x67\x8b\x22\x36\xba\xbf\x65\xbc\xe1\xa2\xd8\xe7\xb0\x93\x35\x0b\x6d\x37\x84\xd0\x42\x2d\x42\x16\x5f\x85\x43\x90\x69\x23\xd3\x71\x41\xe8\x48\x69\x1d\xc3\x9a\xed\x95\x04\xdb\xfc\x78\xfa\xb1\x55\x29\x53\xd5\x3f\x44\x95\x36\x72\x0a\xbb\x0f\x6f\xb6\xa2\x05\x41\x90\x69\xba\xdb\x2d\xa4\x93\xed\x11\x22\x27\x14\xde\xc3\x25\x53\x3b\x0d\x97\x4c\xf1\xac\xc3\x73\x3b\xcf\xc3\xd9\x70\x62\x79\x00\xa6\x95\x38\xa5\x90\x68\x58\xaa\x88\x55\x3c\x0f\xf9\x55\xfb\x89\x0b\x94\x5a\xbd\x0e\x7c\x80\x56\xa5\x5a\xe8\x07\xee\x9a\xab\xfa\x87\x97\x57\xd2\xed\xe4\x4c\xd4\xfe\xed\x6c\x78\xcc\x46\x56\xdd\x82\x13\xd8\x85\x10\xbf\x73\x35\xe5\x23\x67\x83\xa8\xd2\x56\x95\xe5\x3c\xb5\x92\x6e\x35\xdb\x54\x02\xc5\x29\x45\xf2\x39\x57\xd3\x11\x29\x17\x09\xe7\x4c\xb7\xca\x8a\x70\xce\x74\x3b\x1b\x9c\x77\xa5\x47\xeb\x83\x87\x37\x5b\x55\x7a\xbd\x1c\x82\xe2\x8a\xb7\x34\x5b\x55\x5c\x71\x55\x51\x7a\xd4\x30\xbc\xa5\xd9\xaa\xd2\x9a\xb7\x34\x5b\x55\x1e\xbf\xec\x95\x12\x97\xbb\x89\xd2\xa3\x15\x40\xe0\x64\xab\x4a\x15\x02\x27\xd3\xa3\x15\xf0\x86\x53\xaa\x52\xe5\x8d\x68\xaf\xda\x71\x6f\x28\xe7\x71\x51\xf4\x24\x1f\xd5\xfe\xdb\x05\x55\xc8\xe8\xfe\x55\xa5\xca\x1b\x9d\xf9\xa8\xf6\xb9\xf4\xb6\xd5\xc2\x6f\x75\xff\x1e\xd5\xfe\x87\xe5\x7e\xd4\x6c\x7a\x74\x55\x21\xc3\x3d\xb6\xad\x2a\x55\xb8\xc7\xb6\x55\xa5\x8a\x1e\xdd\xe3\x82\xea\xd1\x55\xa5\xca\x87\x2d\xb5\xaa\x54\xe1\xea\x9e\xf4\xa8\xe8\x3e\xec\x9b\x3c\x2e\xa8\x4e\x5a\x55\x14\x70\xbd\x6c\x7a\x54\xbf\x3a\x69\xb5\xfe\x0d\x82\xff\xeb\xf8\xd4\xcd\x3a\x74\x55\xb1\xa1\x07\x47\x2a\x72\xef\x5f\x04\xd2\xa3\x8e\xfc\xb2\x23\x51\xdb\x81\x99\xd2\x24\x64\x32\xda\x81\x0c\x48\x0d\xfa\x65\x7f\xb1\x2a\x18\x74\xe8\xaa\x82\x41\x87\xae\x2a\x09\x78\xff\xb2\x55\x45\x1d\xb7\xf1\xa4\x47\x2a\xd3\x65\xab\xca\xb6\xaf\x53\x25\xd1\x7d\x9d\x2a\x44\x5d\x5c\x68\x09\xf2\x9b\x16\xe4\x63\xf4\x6b\x5c\x76\x03\x8e\x0c\x23\x16\x2b\x1c\x19\x97\xf4\x1b\x7e\x8c\xb9\xcc\xd6\x5d\x37\x01\xb1\x91\xd0\xb4\x60\x50\x7a\x0b\x21\x76\x34\x6a\xe8\x0e\x91\xd0\xd4\x83\x4b\x72\x12\x1b\x7b\x0b\xd2\x0d\x4c\xcf\x48\x48\x4d\xf6\xf9\x7a\x24\x57\x01\x8d\x6a\x02\x62\x23\xdd\x69\x41\x3f\x6e\x42\x66\x32\xfc\xad\x42\x25\xfc\x2d\xba\x9a\x84\xa6\x05\x59\x32\xe4\x04\x0f\x60\xde\x89\x6d\xc0\x6e\xb6\x62\x23\x83\xa9\xf3\x00\xe6\x2a\xb5\x93\x98\x35\xe4\x28\x2d\xd8\x28\xb5\x57\x58\x39\xa4\x2c\xf5\xb8\xa5\x3a\x7c\x27\xb3\x15\x13\xd7\x71\x76\xdf\xc3\x6c\x64\x30\x2d\xc8\x78\xe1\xaa\xb8\xd9\x36\x21\xa1\xa9\xfb\x3c\x66\x23\x83\xa9\x9b\x90\xd8\x48\x4a\xea\xbc\x78\xb9\x7e\xcb\x88\x48\x48\x6c\x24\x25\x2d\x08\x4d\xc2\x82\xa1\xb3\xc4\xdd\x9d\x0b\xf2\x5b\x34\xb9\x39\x86\x8d\x2c\xe7\x05\xa1\x76\x74\x35\x49\x85\xa9\x91\xf4\xdc\x49\x1b\x5c\xa5\x76\x12\xa5\x41\xca\x52\x27\x6d\x70\xc1\x2c\x64\x80\x30\x5d\x3c\xd8\x7c\xe4\x28\x2d\xc8\x78\xd3\x29\xad\xc0\x26\x64\xf8\xa8\x94\xd0\x2b\x7b\xea\x29\x9d\x94\x86\x70\x53\x1d\x4f\x7a\xf6\x78\x88\x4e\x20\xcb\xb9\x9b\x72\x98\xd8\x14\x5d\x10\x9a\x6c\xa7\x94\x15\xc4\x4c\xf7\x79\xcc\x46\xda\x51\xf7\x79\xcc\xc4\xa6\x68\x37\x6d\xb0\x91\x76\xd4\x7d\x2d\x33\xb1\x47\xda\x7d\x2d\x33\xb1\x29\xda\x7d\x1e\xb3\xb5\xdb\xf1\x2a\x8f\xdb\x81\x36\xe4\xf0\x9d\x58\xd4\x3e\xaf\x65\x2e\xd8\x84\xf6\xb9\x0b\x3f\x40\x86\x9f\xcf\x78\xfd\x98\x9d\x02\x2e\x09\x5d\x90\x01\x22\xa0\xc8\x31\x5c\xf0\x11\x32\x04\xc5\x48\x96\x90\xd0\x8a\xe6\x18\xb6\x86\x56\x0c\xee\xc0\x6d\xed\xb1\x93\xb8\xe8\xec\xbe\x2e\xc8\x00\xbb\x35\xcb\x56\x8f\x9d\xc4\x36\x79\x14\x50\x3c\xe2\xd2\x9a\x02\x2a\x4b\x48\xca\x1c\x2e\xbd\x6d\x4d\x21\x53\xd8\x46\x69\xf9\x97\x2f\x70\xad\x6f\xed\x54\x11\x42\x47\x4a\x20\xdd\xbd\xa6\xc8\x29\x61\xc5\x55\xe8\xc7\x4d\xc8\x34\x2b\xcc\xb8\x5c\x37\x3d\x4a\xaf\xe2\xdc\xa0\xaa\x4d\x4f\x4c\x8f\xe2\x8a\x04\xc4\xf4\x28\x9f\x0c\xf6\x24\x21\xbc\x93\x8f\xb8\x4a\x6d\x57\xd2\x50\x5c\x95\x69\xbb\xd4\x5c\xa5\x05\xcc\x9a\xa8\xf2\x8d\xf2\x49\x47\x92\xbd\xd8\xee\x23\x9d\xad\x29\x9f\xf6\x23\x9d\xab\xf4\x7c\xcc\x34\x2b\x9f\x8c\x0c\x6d\xca\xa7\xaa\x04\x52\x20\x55\xce\x99\xb2\xe2\xaa\xb2\xd7\x91\xaf\xf3\x5b\x58\x50\x09\x44\xdc\x68\xca\x8a\xab\x8a\xc4\x6d\x4a\x20\x8f\xca\xb2\x32\x46\xdf\xb0\x29\x45\x9a\xab\xad\x9c\xe0\x99\x96\x94\x15\x39\xcd\x15\x94\xf5\xb9\x3e\x37\xb1\x8f\xdb\xc3\xd8\xcf\x26\x37\x37\x6c\xa0\x26\xa3\x78\x28\xc5\xb6\xee\x82\x74\x52\x71\xd5\x24\x3a\x69\x9f\xd7\x53\x52\x56\x7a\x75\xc5\x95\xd4\xdd\xd9\x04\xcd\x4a\x2f\xbd\xb2\xd6\x0f\x64\x80\x0a\x33\xfd\xae\xac\x30\xeb\xb2\xa0\xea\x97\x0b\x76\x52\x56\xb6\x79\x82\x95\x15\x66\x04\x5d\xa6\xac\x30\xeb\x52\x4e\x3f\xa5\xfc\x56\xf9\xd4\x51\xbf\x59\x81\x64\x58\x65\x53\x93\x07\x02\x38\x2b\x81\xc2\x21\x28\x72\x42\x5e\x50\xb1\x87\xda\x49\x6a\x0f\xa4\x66\x56\xa8\x70\x0d\x4e\x6b\x12\xa1\x27\x4b\xee\x10\x9b\xa0\x97\xb8\xe8\xb3\x93\x91\xb7\xa0\x55\x61\xc8\x74\x49\x74\x30\x75\x5d\x7d\x3b\x9c\x3a\x65\x8c\x67\x47\x5d\x7d\xeb\xd9\x91\x1b\xc6\xa6\xe0\xb5\x2e\x3d\x73\x17\x6d\xe2\xce\xd0\x1e\x63\xd8\x6e\x17\xda\xae\xbf\x45\x3e\xb9\xcd\x6b\x0a\x5e\x72\xab\x36\xa6\xab\xaf\xa0\x30\xcc\xb0\xab\x6f\xb9\xca\x26\xb9\xdd\x1a\x13\xfd\xd3\xd5\xb7\x13\xc6\xe9\x92\xb7\x81\x85\x5d\x02\xd6\x3b\xea\x52\x2c\x2f\x4f\x26\xb7\x6a\x63\xe2\xd1\x75\x49\x54\x77\xc8\x9d\xdb\x98\xf8\xb7\x5d\x8a\xd5\x3b\x72\x23\xd7\x24\xbb\xc4\x35\xa0\x0b\xbe\xf9\xd8\x21\x60\x30\xe6\x72\xe0\x87\x52\xe6\x99\x77\x29\x5b\x97\x62\x5f\x8a\x91\x72\x4a\x3b\xa5\x74\x83\xb7\x47\x52\x2e\x07\x52\x2a\x89\xbe\x20\xef\xae\xbe\x7d\x61\xaa\x74\x35\xea\x4b\xc9\xa0\xf5\xf1\x42\x8a\x66\xad\x0f\x02\xfc\x52\xd6\xdc\xf0\x04\xcf\x2d\xe2\xe0\x75\x91\x94\xdb\xf5\x6b\xc1\xff\x76\x01\x95\x04\x6f\x25\x9f\x9a\x9b\xa7\x47\x5a\x97\x6f\xde\x88\x8d\x2e\xdf\x70\x0d\x4e\xeb\x32\xca\x5b\x51\xd7\xce\xc7\x2c\x91\x7c\xc3\x35\x38\xc9\xcd\x66\x53\xd0\x5a\x97\x51\xb8\x06\xa7\x91\xee\xd4\x7d\x3c\x32\xb9\x15\x1d\x6f\x6c\x02\xb2\x9f\x16\xe4\xb7\xb2\x11\x57\xd9\xb4\x2e\x1b\x7d\x90\x40\x5d\x36\xe2\x05\xc8\xe4\xbe\xb5\x8f\x3a\xa6\xac\x11\xf0\xc1\x06\xea\xea\xf5\x8f\x12\x48\x23\xe0\x23\xd1\x29\xea\x3e\x8e\x48\x35\xaf\x8f\xd6\x65\xc1\x8f\x34\xa8\xe4\xe3\x3a\x9a\x94\xd5\xeb\x3c\x3d\x92\xb2\x8a\x9c\xb4\xb2\xd6\x65\xd0\x8f\x5c\xa5\x5c\xe4\x71\x91\xd6\x65\x50\xdd\x3d\xf7\xbc\x4d\x3a\x4b\x5c\xd6\xd9\x43\x77\x2f\x2b\x26\x8d\xe0\xeb\xcf\x81\x90\x86\x82\x90\x1b\x66\x92\x9b\xdc\x61\x14\x5e\x97\xb9\xbf\x0e\x41\xf5\xcb\x0b\x90\xad\x6b\x6d\x70\x29\x6a\xeb\x5a\x1b\x5f\x2c\xe0\xae\xb5\x61\x9c\x5d\x56\x39\xeb\x86\x75\xe5\x04\xcf\x45\xb6\xae\x9c\xf8\xca\x55\x18\x14\xe3\xc2\xcf\xec\x18\x14\x3e\x17\x99\xb8\x9d\xb3\x9b\x56\x96\xdc\x5c\x1f\x97\xd2\x0b\x99\x3a\x2e\x17\x25\xfb\x31\x8c\xc2\xfd\x9b\x7d\xe8\xa4\x91\xcf\xd5\xc9\x23\x5b\xa5\x49\x08\x21\x95\x03\x83\xd2\x5b\x48\x9f\xb1\x3e\x46\x92\xf5\xb1\x20\x7c\x6a\x32\xb9\x4f\x3f\x3c\xa4\x22\x81\x6b\xc1\x41\xe9\x81\x1f\x20\xe3\xd5\x49\xe3\x8e\x86\x05\x99\x2b\x78\x7d\xe8\xa4\x91\x75\xd5\x4f\xc2\x1a\x79\x55\x0b\x5a\x15\x73\x95\x64\x9c\x7a\xa0\xbf\x6d\x42\x3f\x16\x72\xd8\x49\x22\xd5\x82\xac\x60\xb5\x1b\x58\x01\x24\x52\x2d\xf8\xe6\xb7\x7c\x7c\x2b\xdb\x30\xc4\xc7\xad\x2c\xc7\xf2\x1e\xb7\x7c\x04\xc3\x0e\x83\xf4\x48\x68\xea\x3e\x44\x99\x3c\x2e\xe0\x21\xca\x3b\x71\xe9\xed\x82\x10\x03\x5c\x36\x8c\xd9\xe3\x56\xd0\x05\x99\x49\x24\xfd\xb8\x1d\x60\x17\x2a\x19\xe0\xb2\xc1\x0d\x2c\x89\x7b\x3f\x3b\x19\x6a\x0b\x66\xa1\x55\x15\xa1\xdd\xa8\x42\x08\xa9\x0b\xc3\x6e\x34\x61\x07\x76\x21\x4b\x06\x5b\x8d\x47\x22\x84\xad\x86\x87\x54\x64\x43\xf5\x93\x92\x46\x36\x54\x1f\xfa\x3f\x25\xf9\x5b\xac\x80\x82\x5a\x18\x9e\x4a\x75\xa9\xfd\x91\x26\xd1\x12\xc3\x43\xaa\x1e\xe7\xb7\xac\x2f\x4a\xc3\x77\x29\x53\xb9\x7f\x6d\xf1\x8f\x8c\xaa\x0e\x19\x25\x3b\x37\x88\x76\xf3\xd5\x92\x47\x29\xc3\x80\xbe\x90\x6f\x78\xb4\x32\x79\x94\x32\x74\x9d\x3c\x4a\x19\x39\xac\x8a\x11\xe8\xfe\x84\x04\xeb\x71\x17\x37\x7b\x2e\x38\x28\xf5\xb7\x98\xbc\x9e\xbb\xf0\x86\xe5\x2a\xb5\x2a\xe6\x26\xa4\x23\xcf\xb7\x3c\x59\x19\xbc\x08\xd2\x42\xb2\xd2\x1b\x0a\xe9\xa8\x20\x17\x43\x3a\x32\x18\xd0\x73\x97\x51\x5c\x6d\x64\xf9\x28\x78\xbb\xdc\xf1\xdb\xcd\x6e\x4b\x05\x79\x3c\x0a\x3b\xb5\x5c\xd6\xd9\x87\x0e\x8f\x87\x34\xe4\xbe\xad\x86\xe8\x95\x67\x63\x9e\xd9\x8c\x32\xec\x86\xed\x62\x7b\x79\x84\x33\x8c\x0d\x0c\x29\xd4\xa3\x32\x8f\x70\x46\x91\x70\xb2\x35\xc3\xbe\x21\xfd\x7a\x90\xe6\x39\xcc\x49\x76\x0b\xe9\xb7\x9e\xd9\xe8\xc2\x07\x18\x42\xa6\x4e\x3a\xd2\xe1\xe1\x5e\x89\x3e\x8c\x0d\x0c\x69\xa3\xb2\x95\x17\xd2\x46\x3d\x03\xb4\x2a\x68\x3f\xa4\x8d\xea\x00\x15\xc0\x15\xdb\xab\x28\x71\xab\x23\x52\xc4\x56\x47\x24\x6d\xe8\xf0\x84\xc4\x50\xa1\x7d\x32\xa7\x16\xf4\xb7\x74\xc3\xa3\x32\x32\xa7\xfa\xe0\x02\x96\x16\xd2\x46\x63\x37\xd2\xc3\xa2\xd1\x24\x51\x05\xb0\x87\x54\x21\x31\x34\xac\xab\xa2\xc4\xe5\x4e\x95\xc4\xed\xc1\x0b\xb2\x82\xcf\x81\xd0\xa4\xa4\xd2\x4f\x37\x9a\x10\x6a\xaf\xa7\x94\x8f\x25\x86\x8e\x7d\x5c\xea\xf9\x98\xf1\x4a\x0c\x1d\x9b\x3e\x5c\xfd\x8e\x2d\x16\xae\x7e\x77\x51\x5c\x6e\xa3\xff\x78\x04\x7c\x41\xe6\xca\x45\xe9\xd2\xa4\xab\xa0\xef\xc4\x65\x9d\xdd\xd7\x23\x5b\xb8\x28\x5d\x86\x2d\xa7\x94\x5e\xa9\xf7\xf4\xac\x42\x45\x67\xf8\x5f\xb8\x0a\xdd\xc9\x71\x9e\xbb\xfc\x5b\x1c\x20\x7e\x17\xf7\x7e\x2e\x08\xe3\x60\x12\x0e\xfd\x2e\x8f\xce\x48\x58\x5b\xb0\x0a\x91\x0c\x6a\x18\xfd\xae\x50\x67\x7a\x38\xe6\xd1\xd9\x08\x67\x83\xb3\xb2\x61\x34\x20\x99\x45\x9d\xfc\xb5\x05\x6d\x48\x93\x41\x95\xe2\x69\x58\xa8\x24\x4d\x67\x0b\x95\x64\xb0\xb1\x19\xa7\x57\x98\x39\x71\x7a\xe5\x00\xbb\x35\x4b\xa2\xaa\x14\x2e\x27\x4d\x1e\x8e\x91\x83\xb6\x60\x17\x5a\xf3\x81\x0c\x5f\x0d\x33\x14\xd7\x4d\xe8\x78\x71\x59\x87\x0e\x5e\xf4\x5f\x3e\xbd\xd8\x4f\x36\x5b\xa8\x32\x8d\x0d\x24\xd1\x66\x41\x38\x03\xf7\x76\x0c\x67\xce\x01\x0d\x09\x47\x3d\x37\x94\xe5\xea\xb9\x81\x9e\x8b\x9f\xa5\x10\xce\x29\xc5\xf8\x08\xb5\xe0\x90\xd7\xc3\x9a\x9d\xc8\x70\xaa\xd8\xe7\x0b\x4d\x40\x6e\x4c\xed\x97\xca\x8a\x1b\x53\xfb\xa5\x3a\xc2\xeb\xec\x97\x76\x9b\x5e\x67\xb1\x21\xbc\xce\x7e\x69\xa8\xcd\x6d\xa9\xf4\xeb\x3a\xa5\x5f\x20\xdd\xe0\xa6\x97\x7e\xa9\xac\xb8\xe9\xa5\x5f\x6a\x27\x0e\xe1\xfa\xa5\x86\x99\x6c\x5e\x79\x8e\x38\x26\x7b\x75\xf5\x74\x72\xfa\xb1\xbf\xdd\xc2\xac\x5f\x2a\x72\xde\x1a\x49\xf5\x74\x63\x1b\xc4\xfd\x52\x00\xbf\x1c\xa0\x42\x94\x5b\x53\x92\x67\x90\x26\x9d\xa5\x7a\x9d\x52\x7f\x4b\x43\xfb\x9a\x94\x05\xbb\x30\xf1\xf1\x29\xb5\xe6\x10\x5a\xd5\xf9\x98\xc9\x51\xb6\x91\x56\xd6\x2f\x65\xdb\x0b\xf7\xa0\xaa\x7e\x5f\x78\x38\xd5\xd9\xe0\x2c\xb0\x5f\x4a\xbe\x9d\x56\x96\xfa\xa5\xa8\xd3\x45\xad\x6a\x63\xd2\xca\xfa\x95\x0f\xa4\x1b\x2a\x67\x2e\x51\x49\x55\x15\xca\x4b\x24\xfd\x52\x10\x7a\x16\x58\x55\xa1\xef\x6e\x37\x8a\xd0\x9a\xcf\x6f\xad\x99\x21\x18\x82\x5a\xd5\x7b\x3b\x04\x75\x7d\x7c\x4a\x37\xe5\x54\x4d\xb1\x7d\x01\xcb\x2a\x6d\xc2\x17\x90\xb9\xc2\x83\xed\x97\x22\xf6\x8d\xe5\x52\xd5\x99\xa4\xa4\xf5\x4b\x89\x4b\x0e\x5a\xaa\xaa\x50\x1c\xda\x7e\x29\x53\x39\x83\xec\x57\x39\xa5\xac\x82\x32\xf5\x8d\x14\xf1\xf8\x96\x97\x36\x57\x69\x15\x32\x1b\xf7\x81\x0e\xa1\x09\x19\x42\x39\x90\xd9\x90\x36\x3e\xb8\x25\x55\x62\xf8\x48\x39\xc5\x52\x89\x5f\x3f\xe4\xe3\x6c\xa8\x15\x3f\x52\x8e\xca\x59\x57\x99\x4b\x51\xfb\xbc\x1c\x11\x02\x98\xa7\x17\x17\xdc\x03\x9c\xc9\x05\x45\x00\x4f\x7c\xa7\x4e\xea\xc5\x82\x90\x0a\x9a\x7c\xf2\x6a\x7f\xe7\x02\x80\x05\x19\x20\x8a\x7d\x26\x07\x88\xb4\x9e\x3c\x28\xd1\x49\xdb\xe8\x53\xbf\xcb\xe3\xea\x93\x57\xe5\x71\xb5\xcf\x36\x76\xee\x03\x58\x10\xda\x78\xec\x86\xe3\x65\x67\x64\x26\x79\xbf\xd9\x2b\x24\xa1\x87\xd9\x3c\xdb\xb8\xa0\xdd\x18\x4e\x8e\xdd\xc0\x82\xe0\x7e\xd5\x05\xf9\x18\xe2\x9f\xb7\xc2\x0d\x1d\x42\x36\xd4\x2a\xbd\x85\x76\xa3\x0b\x19\x20\x7a\xe0\x24\x47\xd5\xbf\x61\x8f\xdf\xb7\x16\x13\x17\xa8\xf6\xe9\x61\x18\x17\xa8\xf6\x79\xe3\x1a\x7b\x86\x3e\x39\xa3\xea\xa4\xe5\xf7\x69\xb8\x9f\x87\xe6\x26\x34\x75\xa2\xfc\xfb\xe4\xe8\xa8\x13\xd6\xdf\x7d\x5c\xb1\x13\xd6\xbf\x20\x2b\x86\x3d\x31\x39\x3a\xea\xbc\xfa\xdd\x79\x4d\x71\x95\x3e\xc2\x17\xa5\x07\x7e\x80\x2c\x20\xb7\x55\x76\x82\xfe\x17\x84\xab\xca\x29\x2d\xc0\x53\x5a\xf9\xd8\x4e\x0e\xda\xbd\xed\xa4\x4b\x04\x1b\xcd\x7d\x64\xb5\x4a\xed\xb3\x2b\x56\xfc\x2d\xfc\x4a\xd0\x7f\xe7\xad\xc5\xd4\x89\xb6\x5f\x90\x21\xd4\x03\xa9\x4a\x56\xc8\xce\x86\xe4\xcc\xd3\x8b\xa9\xca\x19\xdc\xf5\xd1\xd3\x73\xa0\x55\x31\x22\xbc\x85\x9e\x9e\x03\xfd\xb8\x08\x61\x94\x7a\xe0\xa4\x94\x11\xed\x4c\xa2\x05\x9b\x90\x15\x94\x51\x0a\x0c\x9a\x24\xc9\x8a\xed\xe5\xd1\xbe\x8f\x0d\xf6\x24\x85\x56\xc7\x2b\x49\x56\xb9\x4a\xbe\xa9\x72\x95\x8c\xc2\x33\x08\x9d\x38\xfe\x3e\x75\x0f\x3c\xda\x27\x39\x68\x95\x66\x61\x07\x16\x21\xc3\x6f\xfe\x56\x9a\x6c\x7e\x3c\xfd\x6d\x15\xda\xab\x26\x84\x54\x24\xe0\xd6\xfd\x6d\x11\x32\x75\x48\xeb\xd9\xce\x10\xaa\x10\x6a\x97\x44\xb9\x9f\xb1\x27\x69\xb2\xa1\x15\x93\x64\xd6\x64\x1c\x36\x09\x7d\x30\xb0\x27\xa9\xae\x39\x40\xe9\xaa\x39\x40\x04\xb0\xc9\x41\x9d\xfc\xf8\xce\x83\x81\xab\x2a\x7f\xeb\x00\xa5\xba\xa6\x56\xc4\x7c\x9c\x5d\x1e\xc4\x7c\xe4\x0d\xc0\xd4\x93\x54\xd7\xa5\xab\x38\x10\xc1\x80\x1d\x37\xbb\x7c\x24\xd5\x79\x96\x62\xc0\xc1\xec\xb2\x86\x54\xd7\xa5\x1c\xe9\xaa\x4f\x6b\xf6\xb7\x13\xda\x50\x5a\x77\xe9\x2a\xce\x6f\x07\xf0\xfc\xd6\x6e\xf0\x31\xcf\xfc\x25\x23\x0c\x26\x37\x32\xf6\x54\x0f\x84\xda\x25\xd1\x50\x59\xc5\x81\xf6\x99\xc9\xe1\x0a\xc6\xc4\x6d\xe7\x0b\x42\x75\x52\x0e\x77\x2e\x26\xa3\x13\x26\x6f\xbe\x27\x63\x08\x66\xc8\xce\xae\x3e\x21\x6d\xdd\x48\xfd\xc9\x8b\xf0\xc9\x90\x02\x72\x78\x56\x69\x17\xda\x6e\x15\xc2\x47\xca\xe3\x81\x76\x32\xe0\x80\x0c\x9f\xd4\x93\xa4\xe2\xa1\x8d\x01\x07\x64\xf8\xac\x52\x3a\xc9\x45\x12\xc9\xb0\x80\xc9\x45\x89\xc9\xb0\x80\x39\x90\x75\xc6\x01\xcc\x31\xfc\xf8\x97\x09\x5c\x9d\x27\x01\xd7\xb7\x76\x0a\xd9\x66\x90\xc0\x34\xa2\xcd\xa8\x80\xc9\x5b\x05\xdd\xf4\x81\x39\x21\x3a\x83\x04\xa6\xf6\xb1\x51\xfe\xd3\x53\x19\x63\x06\x26\xa7\x32\xdd\xd0\xfc\xc9\x13\x02\xc9\x20\x81\x39\x95\x4f\x12\x1d\x17\x14\x76\x43\xf3\x27\x6f\xbe\x77\xc3\xeb\x7d\x8b\x2f\x19\x06\x30\xb5\x8f\x8d\xb6\x9f\xaf\x0e\xa3\x48\x56\x2f\xc5\x95\x64\x45\xcc\x5a\x37\xda\x7e\xbe\x4e\x37\x0e\x7c\x03\x43\xb8\xfb\x6c\x04\xb9\xef\xe9\xa5\xa6\x68\xd7\x8a\x35\x64\x7c\xbe\xe8\x24\x59\xeb\x7d\x7a\x78\xd2\x94\xf4\x6f\x44\x8e\x31\x03\x53\xc3\xd4\x98\x81\xa9\x61\x6a\x34\xb6\x2f\xe6\x25\x63\x06\x78\x31\x6f\xc1\x22\x7c\xf3\xf1\x29\x65\x9e\x35\x2f\x38\x5a\xe9\xb7\x93\xf3\x96\x34\xb4\x36\x78\x4f\xaf\xf3\x28\x76\xf7\xc9\xb8\x64\x54\xc0\xe4\x6e\xbc\xd4\x14\xcf\x1f\xc4\x95\xd1\xd8\xf3\x83\x86\x31\x1a\x9b\x27\xe3\x16\x4c\x42\x7a\xf5\x9c\xaa\xe8\x95\xb2\xdc\x63\x0a\xa3\x04\x4e\xae\x90\x51\x02\xd3\x63\x0a\xa3\x04\x26\xd7\xe4\x77\x83\xb3\x4d\x1d\xea\x86\x5f\x4f\xee\xc6\x4b\xdc\x13\xdf\xcd\x15\xea\x06\x58\xcf\x2f\xe6\x86\x01\xd6\xf3\xcb\x99\x6b\xd3\x36\xf9\xe2\xe1\x18\x60\xcd\x13\x72\xab\x94\x3e\x7f\x1d\xbe\xa2\xfd\xeb\x78\xf3\x29\x85\x54\x14\xde\xa6\x0e\x79\xb4\x3f\xbf\x0e\xdf\x01\x92\x3a\xd4\xef\x33\xc0\xc9\x88\xce\x00\x91\x9a\x9e\xf4\x4f\xee\xd4\xef\x77\x3e\xd0\x86\x1c\x11\xee\x90\x21\xd5\xbe\x28\x97\x9a\xa2\xfd\x2b\x2f\x54\x47\x84\x7b\x70\x9f\xc9\x71\x9e\xb7\x5d\x1e\x3e\x30\x97\xda\x96\xf4\x0b\xb2\x82\x7b\x08\xe1\x03\x73\x9d\xd0\xe6\x20\x0b\x69\x7d\x9c\x85\xd6\x1c\x42\xd6\x77\xeb\x81\x38\x69\x47\x04\x1c\x2c\xc8\x88\x4e\xe9\x60\x8d\x9a\xd0\xe1\x57\xdb\x45\x69\xdc\xcd\x76\xa7\x55\x1d\x48\x27\x9b\xed\x6e\xe7\xbf\xf3\x74\x77\xf8\xa2\x5c\xbf\xb7\x98\x8c\x9e\x90\xb8\x84\xeb\x2e\x88\x20\xac\x21\x64\x36\x1a\xbf\x35\x1d\x88\x40\x87\x20\xe1\x67\xc1\x5b\xc8\xb4\x87\x55\x61\x7c\xb5\xc6\xd4\x11\x0e\xd7\x89\x84\x5d\x90\x11\x35\x3f\x96\x54\x1c\xef\xbe\x1d\x61\x7d\x6c\x43\x52\x4e\x63\xae\x38\x69\xe9\x24\x6a\x2f\x58\x80\xa7\x94\xd9\x68\x4d\x38\x28\x75\x44\xca\x67\xa7\x2e\x61\x98\x3f\xe9\x97\x5b\x3d\xc1\xeb\x73\xeb\xa7\x21\xa4\xe2\xfb\x12\x52\xd3\x4d\x97\xb9\xf7\x3f\x11\xb9\xb1\x60\xa2\xf4\x40\xba\x7c\x3f\x42\x86\x7b\x33\x19\xf7\xf0\xb7\x45\x58\x29\x6d\xc2\x0e\xec\x42\xbb\x61\xaf\x54\x47\xbd\x0a\x69\xe8\xb1\x21\x48\x83\x97\xd9\xa3\x73\x05\x61\x27\x13\x3b\xba\x7e\x08\xb1\x9f\x41\x9e\xd1\x9d\x08\xc6\x08\x33\x89\x3a\xb1\x9f\x61\xea\x50\x27\x4f\x7b\x41\x48\x23\xac\xca\x4e\x3e\x21\xdc\xac\x40\x28\x68\x9c\x3c\x23\x2e\x7d\x8d\xfe\xd8\xc9\x9c\x84\x7e\x4c\xbb\xe4\x0a\x75\xa2\x3b\xa3\xe7\x10\x66\xa1\xbf\x2d\x42\x66\x32\x57\xe1\x1e\x02\xa1\x1a\x41\x72\xd0\x2a\x6d\x42\x1b\xa2\x1b\x59\xb2\xca\x21\xcc\xfc\xf6\x94\xbe\x81\x94\x16\x02\xbb\x89\xaf\x88\x5e\xec\x55\xa1\x5d\xae\x8d\xef\x8f\x72\x82\x27\xd5\x3a\xc1\x8f\xd1\x79\xb8\x3c\x11\xf6\x10\x27\x67\x87\xeb\x56\x17\x64\x44\x35\x09\x2b\xa5\x5d\x18\x40\xba\xe1\x35\x04\x5d\x22\x24\xf2\xaa\x3f\x4a\xa0\x8a\x92\x7c\x14\x2a\x9c\x4b\xf4\x47\x91\x53\x91\x4f\x8f\x42\x45\xc7\xa3\x4b\xc0\xd5\x11\x29\x54\xb8\xb3\xa0\x3f\x0a\x06\x13\x7c\xba\xf4\x5c\x59\xfd\x2e\x3d\x57\x4e\x19\xbb\xf4\xcc\xad\x7b\xfd\x69\x07\xfa\xb1\xbd\x42\x1e\x13\xd9\x10\x26\xe9\xf4\x47\xf6\x6d\xb8\x52\xfd\x3e\xd0\xf1\x76\x21\xe3\x6d\x07\x32\x5e\x39\x54\xe7\x81\x3c\xe6\x05\xf9\x58\x7a\x6e\xd8\x7c\x5d\x5e\x68\xf2\x51\x3c\x42\x96\x5b\xd6\x68\x2e\x8a\xb2\x8d\xdb\xdc\x53\x97\x53\x3c\x97\xe8\xb2\x46\x77\x62\xe5\x05\xee\xc6\xeb\xc4\xce\x2d\xc8\x78\xe5\x05\x7d\x89\x7c\x1d\x48\xcd\xf2\x42\x67\x57\xb0\xcb\x0b\x1d\xdb\xb3\xcb\x0b\x9c\x0f\xf4\xac\x98\xf4\xb6\x80\x2e\x6b\xf0\x28\x78\x27\x07\x7a\xc1\x2f\x90\xdf\x92\x3c\xd3\x89\xac\x5b\xd0\x9a\x9b\x10\x9a\x94\x35\x48\xad\xe9\x59\x89\xcb\x75\x77\x3d\x2b\x71\x3d\x4c\xe8\x32\x0e\xf7\xdb\x75\x1e\xe7\x0e\x1f\x3e\xeb\x59\x3e\x8a\x33\x5e\x3f\x86\x53\xb2\x7c\xe4\x96\x7f\x57\xa3\x72\x29\x5d\xea\xaa\xd0\x61\x9f\x53\x16\x3e\xc0\x22\xa4\x93\xb2\x95\xee\x41\x97\xe9\x06\x12\x38\xcb\x65\xec\xf1\xf7\x9c\x7e\xf9\xe6\xee\xfa\x96\x79\x95\x23\xb9\x0e\xa0\x67\x59\x90\x2d\xff\x9e\xef\xd3\xce\x0b\xe8\xc7\x98\xbc\x59\x46\x31\xe0\xab\xcb\x91\xec\xd3\xf7\x2c\x2b\xe8\x1e\x74\x19\x74\x76\xab\x3a\x90\x05\x94\x15\x26\x5b\xd1\xbd\x1e\xc8\x44\xca\x19\xf3\xf4\xf9\x40\x28\x54\xf6\x9d\x52\x99\x7a\x9d\x08\xaf\x9e\xd5\x21\x5c\xb2\x9e\xba\x6a\x9e\xab\xe3\x3a\x71\x76\xd1\xa7\xec\xab\xd6\xd7\xf1\x20\xec\x6e\x41\xfa\xfc\x50\x6a\x3a\x4c\x97\x9b\xdd\x89\xcf\xaa\x23\x03\xbe\xba\xec\xfb\xea\xf6\x8a\x6e\xb8\xf5\x9e\x65\xd0\x97\x23\xd2\x8e\x79\x39\xed\x32\xe8\x0b\x77\xaf\x6b\xd6\x10\x0e\xd6\xb3\x0c\xea\x5e\x7b\x57\x1b\xbf\x1c\x6f\x3e\x90\x05\x95\xab\x5e\x6c\x04\x11\x05\x11\x66\xe5\xf4\x2c\x57\x99\x95\xd3\xfb\x81\x50\xb7\xfa\xe7\x85\xa5\xd2\x55\xdd\xef\xee\x6f\xbb\xd0\x4e\x56\xe1\x96\x13\x84\xce\x45\x7f\xbb\xa0\xbd\x09\xe9\x64\xb9\x85\xf6\xca\xaa\xe4\xaa\x42\x27\xb9\xb2\xa1\x13\x67\x17\xbc\x65\x76\xa7\xae\x04\xe2\x8e\x86\x4e\x60\x5d\xf0\x3c\xd9\x82\x76\x63\xfa\x5b\xda\xfd\x10\xbb\xc0\x8d\xb1\x0b\xfa\x31\xed\x7e\x4e\xaf\x42\xc8\xd4\xc9\x64\x1f\x3b\x19\x56\xe5\x2a\xc8\x38\x1f\x2c\xc2\xae\xda\xd7\x59\xca\x9a\xda\x1f\x2c\xc2\xb8\x0e\x44\x8a\x68\x79\x73\x91\x78\xcf\xb2\x86\xde\x51\x28\xcc\xbe\x4a\x02\x79\x41\x97\x26\x4b\xfc\x5f\x45\x8e\xc4\xff\x85\xf8\x43\x29\xf2\xc5\x90\xc9\xf2\x82\x2e\x4d\x28\x54\xbe\x92\x8a\xbc\xe0\x5d\x09\xa1\x8c\xd1\xc3\x09\x85\xca\x97\xad\x8f\x2c\x6b\x98\x2d\xc3\xcd\xad\xc1\x63\x5e\x0b\x26\xa1\x35\x3f\x40\xe9\x19\x25\x19\x5e\x43\xc0\xc1\x7f\xc4\x35\x58\x41\xec\xe3\xb8\x20\x42\x6e\x50\x5d\x10\x62\x68\x7e\xec\x72\x37\x4b\xb1\x20\xb8\x5f\x35\xcc\xa5\xe9\x84\xf0\x05\x8f\x79\xad\xd2\x3d\x39\xbe\xde\x95\x88\x12\x58\xd0\x4e\x9e\x52\x3e\x86\xd9\x7d\xcc\x2b\x11\x25\x10\xe1\xf5\x00\x44\x09\x84\xe9\x31\x9d\x10\xbe\x05\x3f\x94\x32\x40\xae\x0a\x4f\x1c\xfc\x07\x29\x2e\x77\xe2\x3c\x3e\x4e\x8a\x0b\xe7\xf1\x0b\xd2\x50\x3e\x1f\xc3\x38\xfd\x7c\x4c\xcd\x18\x7d\xa1\x4d\x4f\x70\x60\x84\x7b\xb3\x44\x03\x06\x91\xec\x0b\xfe\x72\xab\x67\x7d\x0b\x59\xc1\x91\x3e\xca\x93\xb8\xc8\x74\x41\x84\x37\x1c\x19\xd5\xb9\xc9\x07\x3a\xfa\x10\xda\xc7\x03\xe9\x63\x30\xcd\xd5\xc5\x0f\xfb\x88\x89\x40\x80\x41\x84\xdb\xba\xc4\xe8\x2d\xb8\x47\x4f\x50\x5e\x84\xd6\x15\x51\x78\x0b\xb2\xda\xc5\x4e\x62\x2f\x72\x73\x69\xf8\x46\x4f\xe2\xaa\xd2\xf0\x51\x9e\x4e\x60\xdd\x82\x0c\x10\x8e\xe4\x8d\x9e\x55\x5a\x84\xf0\x0d\x2c\xe8\x2b\x3c\x89\x7b\x3f\x17\x64\xf8\xd5\x86\x50\x83\x04\xa9\x85\x8f\xf2\x24\xce\xfd\x23\x4c\x6b\xe6\xde\xcf\x05\x59\x7c\x98\x2c\xba\xbf\x4d\x74\x83\x8c\xe1\x4e\x18\x5a\xf0\x68\xcd\xfa\xf8\x94\xd2\x49\xb8\x99\x50\xf5\x55\x5a\x85\x1f\x4a\x8b\x90\x21\xc8\x19\x3c\x0d\xdb\x89\x59\x0b\x5f\xb8\xe9\x04\xa9\x85\x81\xec\x9d\x20\xb5\x08\x0d\x26\x02\xcd\xc2\xf7\x6f\x7a\x91\xb9\xdd\x6d\x2d\x32\x37\x01\x15\x9d\x88\xaf\xe0\x49\x9b\xd5\xae\x55\xe1\x38\x87\x5c\x65\xc8\x04\x97\x84\x2e\xc8\x88\x64\x94\x40\xa5\x70\x49\x68\xf8\x2c\x4d\x2f\xf2\x8d\x7b\xb1\x21\x93\x05\xe6\x06\xa1\x56\x0b\x32\x57\x32\x4a\x48\x0c\x72\x86\xc6\x56\xf4\x53\x15\x74\x85\xe9\x19\x06\x54\xf0\xce\x43\x84\x31\x12\x21\x2f\x0c\x24\x7d\x48\xfc\x03\x59\x5e\xd0\x3f\xbe\x43\x93\x42\xe2\xff\x7f\x18\xfb\x73\xa4\xeb\x61\x20\x4b\x1b\xf3\x7b\x15\xb5\x04\x62\x06\x22\x2a\x6a\x2f\x04\x79\x29\x4f\x86\xf6\x6f\x28\x70\x9e\x93\x6f\x75\x87\xf4\xf7\x57\xd6\x65\x82\xbc\x18\x73\x00\x90\x93\xaf\x57\x97\xb1\xfd\xf6\x00\x8d\xa2\xf6\x18\x5e\xcb\xed\x1a\x9f\x8d\xb1\xb7\xf1\x79\xb9\x66\xa8\x19\x5b\xa3\x03\xb2\x64\xdd\x35\x7b\x44\xc8\x1f\x2c\xe6\xcf\x5b\x83\x1c\x0e\x9b\x59\xec\x36\xc6\x22\x8e\x9c\x00\x66\x36\x4f\xce\x66\x6b\xd6\x3c\x5e\x19\x1c\xe4\x7c\x99\xca\x7c\xbf\xda\x3c\xfc\xc7\xb8\xe1\xf1\x12\x9a\x76\x62\xd8\x71\x40\x26\x87\xa3\xc5\x92\xd1\x40\xce\xd8\x3d\x1c\xb0\xf3\xb6\x1a\xa4\x5d\xb3\x82\xc7\xb4\x80\x34\x76\x9a\x96\xd9\x3c\x40\xf6\x35\x99\x80\x9b\x07\xec\x80\x6e\x17\x11\xda\x3c\x40\x76\x2e\xf9\x32\x1d\x3d\x46\x24\x73\x95\x87\xe1\x77\x73\x15\xc5\xad\x3a\x1f\xbb\x57\xcc\x46\xf7\xf0\x1f\x50\x85\x7c\xdb\x6b\xbd\xd3\xff\x2d\x06\x2b\x60\x35\xe8\x5e\x35\x83\x93\xb7\x01\x2e\xde\x76\x83\x0f\x20\x03\x7c\x99\x49\x8c\x33\x96\x73\xba\xe4\xcb\x24\x29\x0b\xfa\x03\x2e\x83\x9d\x8f\xe3\xbf\x0f\x60\x7c\xfc\xea\xe3\xfc\xcf\x9c\xbb\xe7\xdb\x1f\x7f\x75\xc5\x62\x57\xf9\x32\x35\xbf\x9e\x66\xcb\x66\xa2\x67\xe5\xcb\xc2\xf8\xe5\xee\xaa\x7b\x11\x5e\xb8\x75\xf7\xac\x13\x2f\x37\x5f\x16\xc6\x36\x5d\xe8\x9e\x66\x6d\xd4\xce\x5b\xb7\x0b\xb2\xf7\x98\x39\x0e\x74\x3d\xa6\x6a\x33\x55\x16\xd5\x44\xd3\x9d\xdd\x33\x87\x2d\xfe\xec\x9e\x2a\x82\xeb\xce\xee\xa9\xc2\x34\x3f\x5f\xe6\x22\x3f\x34\xc1\xdd\xcc\xec\x67\xb4\x32\x17\xf9\x79\xbc\xc5\x35\x23\x8e\xba\x59\xdd\x8f\xcd\x07\x89\x63\x0f\xe8\x5e\xb9\x5d\x0f\x9f\x9b\x01\x9b\xe6\xe7\xcb\x3c\x46\xde\xd4\x07\xac\x06\x69\xd7\x62\xfe\x43\xcb\x88\x99\xc7\x01\xdd\x90\xdf\x2e\x16\xc5\xf2\x16\x87\xe9\xd9\xbd\x28\x84\xcf\xcd\x97\xe5\xed\x67\x5c\xf0\x1a\x91\xb5\x65\x76\xaf\xc2\xe7\x69\x6f\x01\xba\x5d\xff\xd7\xa4\xdf\x02\xa4\x1b\x9e\x76\xc2\x56\xe5\xab\x07\xc8\x3c\xb3\x43\xba\x7d\x61\x8c\x25\xc3\x01\x59\x41\xae\xc5\x48\x00\x93\x26\x96\x0c\xeb\xe6\x4a\x38\x63\xd7\x71\x40\xd7\xdc\x00\x6f\xe6\x0a\xf1\x7b\x5f\x5e\x94\xee\xaa\xa4\xeb\xcd\x58\x5f\x2c\x12\xc0\x9c\x9a\x87\x41\xaa\x1a\xee\x15\xa4\x8f\x75\xc2\xb2\x1d\x7f\xc6\x18\xe3\x80\x03\xb0\x18\x64\xbc\x2d\xfe\xcb\xfa\x0e\x77\x52\x37\x21\x99\x90\x9a\xeb\x66\xfb\x98\x09\x9a\xb9\x6c\xc7\x3f\x31\x56\x38\xa0\x3b\x49\x9f\x13\x67\x09\x8c\x06\x0e\xc8\x2a\x4c\x7f\xcc\x9e\x08\x87\xff\x85\x59\xff\x79\x5b\x0c\x32\x93\x2c\xd9\x9d\x16\xbd\x82\x79\x63\xd6\x7f\xde\xba\x21\x76\xcf\x98\x14\x1c\x90\xa9\x9b\xee\x33\x6c\xb2\xb3\x27\xb2\xd1\xff\x24\x35\xf9\x72\x96\x9a\x89\x85\xc1\xba\x7d\xfb\xda\xbd\x46\xb8\x35\xe7\x0b\xc9\x76\xe7\xf8\x98\x9a\x33\xa2\xac\x7b\xc9\xb2\xe7\x19\x41\x77\x93\x3a\x35\x13\x43\xf3\x80\xa0\xd9\x72\x43\x9e\xe7\xe5\x86\x3c\xcf\x88\x85\xbb\x78\x9e\x11\x0b\x77\x31\xc7\x45\xd0\xdd\xc5\x1c\x77\x05\xe8\x01\x4e\x83\xcc\xe4\x0a\x90\x45\x41\x0e\xd8\xf8\x7e\x76\xa3\x0a\xf6\xf4\x99\xa4\x10\xeb\xb6\xe9\x06\xf9\x5d\x17\x69\x5a\xce\x5b\x7a\x55\xd9\x2f\x13\x0f\x60\x61\xf6\x7e\x40\xfe\x8b\xd9\xfb\xec\x9e\xf6\x0a\x2f\x27\x83\xc4\x01\xfd\xdf\x00\x99\x67\xc4\xaf\xad\xe0\x33\x26\x32\x07\x64\x7d\x11\xbf\x77\x35\xfb\x9a\x7e\xeb\x35\xf2\xa2\xe0\x13\x9c\xd3\xff\xe0\x8e\xff\xae\x70\x2f\x0c\x66\x0e\xf8\x03\xf4\x08\x60\xde\x29\xb9\x53\xda\x4e\xe5\x04\x8b\xbd\x1b\x6b\x82\xd1\xcb\x01\x41\xba\x15\xe0\xe4\x6d\x36\x88\x94\xf0\xe2\x37\x98\x19\x09\x24\x0e\xc8\x34\x7b\x89\x1a\x94\x91\x60\x84\x77\xe3\x82\xad\x7b\xc5\x30\xa0\xcf\x84\xc5\x5c\x36\xa0\xcf\xa4\x97\x58\xb6\x2f\x9f\x68\xf6\x0f\xb8\x00\x93\x41\xff\x77\x19\x7c\x79\x9b\x0d\x0a\xe9\xb0\xcc\x59\x18\xa3\x1f\xd0\xff\x45\x4a\x60\x8a\x73\xc0\xc6\x7f\x8b\xc1\xc1\xdb\x00\x27\x6f\xab\x41\xd6\xa4\x18\xdc\x0c\x1f\x71\xe4\x34\x2d\x13\xcd\xfe\x01\x3b\x6f\x3d\x22\xf6\x22\xe4\x37\x5d\x37\x9e\xbb\x93\x84\xa6\xcb\x69\x5a\x32\x86\x3a\x07\x64\x08\x66\xb1\xb8\xea\x4e\x1c\xfe\x17\x69\x5a\xce\x5b\x57\xe5\xc9\xf1\xfa\xda\x52\x65\x78\x7d\x87\x27\x16\x61\xe5\x24\x2e\x13\x4d\xff\xba\x95\x67\xf4\xbc\x6d\x06\x5d\xb3\x1b\xf2\x78\xcd\x8f\x89\xc5\x34\xb1\x03\x38\xa0\x6b\x76\x43\x1e\xbe\x11\x89\x8c\x2f\x19\x63\x9b\x03\x8a\xe5\x24\xf3\x54\x1c\x88\xe7\x30\x5e\x4d\xcf\x86\x11\x09\x13\xf9\x39\x8c\x39\xb8\x08\xe7\x64\x9e\xaa\x8b\xea\x03\xd2\xee\x5c\xac\xaf\xb9\x26\x71\x9c\x72\x32\xd7\x9c\x9e\x2b\xb3\xc9\xe9\xb9\xca\xae\x6a\x51\xb3\xb9\x26\x61\x6d\x27\x56\x02\x0b\x33\xf7\xf3\xd6\xbd\x42\xfe\x0c\x63\x1d\xf7\xd6\x39\x99\xa7\x4e\x8f\xd7\x4c\x14\xbb\xf6\x9c\xcc\x44\x7d\x0c\x1b\xc6\x3a\xc2\xda\xce\x61\x34\x5b\x5e\x7d\x4b\x45\xdf\x5b\x0f\xa3\xd9\x9a\xac\x82\x85\x24\x26\x31\x39\x99\xd5\x2d\x76\x4c\xc3\x48\xb8\xcc\x9f\x2c\xe8\x96\x31\xc7\x48\xe8\x4b\xee\x61\x34\x5b\x9e\x9c\x11\xff\x65\x51\x8c\x75\xbe\xe4\x1e\x46\x33\x05\x8c\x3a\x1f\xbb\x2a\x13\x0e\xb7\x91\xb6\xfb\x9e\xc3\x88\x74\x1b\x73\xcc\x71\x6f\x53\x0a\x27\xc9\xfb\xde\xfe\xb8\x1b\x84\x23\x59\xc0\x72\x1c\xca\x18\xcc\x1c\x10\x5a\x30\x7b\xc6\xdb\x38\x27\xcb\x5b\x2e\x9f\x73\xb2\x80\xdd\x26\x1c\x33\xef\x6d\xdc\x30\xf3\xde\xcb\xed\x2e\x83\xfe\x98\x5e\x6d\x33\x0a\xf3\xe3\x6d\x46\x61\x7e\xbc\x3d\xde\x16\x20\xed\x9a\x4f\x12\x6d\x29\x27\x33\xc6\x6d\xcc\xb1\x54\x24\x87\xe7\x1c\xde\x8c\x6c\xcf\x86\x85\x24\x57\xd3\x39\x59\x48\x92\xc6\x24\xa7\xf5\xef\xab\x1e\x67\x31\xc9\xd9\x6c\x92\xbc\x9b\x39\x9b\x4d\x3e\xd3\x6f\x99\x66\x72\x67\x66\x92\x40\x2c\xa7\x1e\xc9\xd9\xec\xea\x81\x6e\xb2\x65\x95\xaf\xa2\x87\xe9\x95\xcc\x9a\x39\x9b\x5d\xf9\x8c\x86\x05\xc5\x01\xfd\x31\x03\x7a\xcc\x09\xb8\xb8\xbd\x1f\xc6\x97\xcd\x72\x1e\x76\x0c\xd9\x5c\x84\xdc\x99\x73\x78\x3b\x45\xfa\x90\x9c\xcd\x45\x88\x2d\x9c\xb3\xf9\x04\x41\x9e\xa6\xed\x1c\x6e\xee\x9e\x73\xb6\x0c\xf1\xdd\xb3\xcd\x1e\x30\xec\x3e\x6f\x5d\xb3\x47\x64\x7a\xf5\x71\x28\x9b\x13\xbc\xb7\x6b\x76\x55\x2c\x42\x36\x27\xf8\x81\x74\xd9\xa4\x8f\xbd\x75\xce\x96\x30\xc4\x7c\x9a\x36\x8a\xc0\x84\xfa\xbc\x4d\x06\x99\x0d\xef\x72\xb8\x6c\xce\xd9\xc4\xfd\x33\xcd\x79\x97\x43\x5e\xca\x9c\x4d\xa0\x3e\xa5\xd8\xb0\x81\x24\x1f\xe7\x6d\x7c\x4c\xbb\x66\x0c\xe4\xa5\xcc\xd9\xdb\x74\x9f\x52\xb2\xa9\xf9\x83\x50\xb2\xa9\x99\xac\x1e\xd3\x46\x11\xf7\x07\x8f\xc9\xa6\x66\x02\x37\x65\xb2\x22\x1c\x10\x69\x3c\xe2\x2d\x8b\x62\x91\xc2\xdd\x73\xce\x26\x7d\xdf\x3d\xdb\x82\xe2\xfe\xcc\x18\xcc\x90\x70\x11\xce\x18\xcc\xac\x7d\x79\xb9\x91\x30\xfb\x8a\x6e\x4c\x83\x0f\xe0\x32\x08\xab\x83\x5d\x6d\xe2\xe5\x4e\xdb\x57\x38\xf7\xc6\xb4\x05\xc5\xbe\x16\x6b\x04\xbd\xee\xcb\x8c\x70\xb8\x66\x98\x19\x51\x06\x0f\xe8\xb7\x6e\x88\xed\x63\x6e\x6e\x88\x4b\x06\x72\xee\x1e\xb0\xf1\xd6\xed\x72\xd2\x20\x16\xc6\x01\x7f\xbc\xa5\x2a\x5b\xaa\xd8\xa2\x02\xcb\xf5\x03\x16\x83\x90\x15\xc2\x6a\x27\xb3\x67\xb8\x17\x69\x3c\xce\x5b\x7f\x0c\x43\x22\xda\xdf\x72\xde\x8e\x6c\xdb\x1b\x1b\x94\x67\xc2\xfb\x1d\x90\x35\x02\xeb\x30\x8b\x3e\x35\x37\x83\x20\x03\x58\xe7\x0c\x12\xd3\xe6\x17\xbb\xdc\xee\xa4\xff\xcb\xc1\x92\xd0\x18\xcb\x69\x1f\x32\x89\x1d\x0e\xc8\xc7\x30\xc2\x5d\xbd\x64\xac\xfe\xf6\x76\x99\x00\x7e\xcb\x79\x1e\xb2\x0d\x84\xb0\x74\x3e\xff\xcd\x06\x99\x0d\xaf\x51\xf5\x78\xbd\x28\xf2\x21\x3d\x14\xe9\x6e\xdc\xee\x95\x1b\x32\x9a\x2d\x37\xc4\xe6\x2b\x7b\x9e\xab\xd7\x08\x16\xbb\x1b\xf2\x36\x7b\xbc\xcd\x14\xba\x02\x04\xcd\x38\x87\x6c\xef\x4c\x09\xc2\xb7\xb0\xbf\x3e\x9c\xe0\x32\x08\xd1\x79\xf8\xb6\x99\x20\x60\xc7\xda\xb8\x67\x4e\x02\x76\x2c\x0c\xae\xcf\xc7\xd5\x20\x6b\x14\xbd\x32\xe6\xfc\x0f\x18\xff\xee\x1e\x81\xfb\xd8\x61\xde\x36\x53\xda\x9d\x73\x87\x0d\x91\xb6\x77\xc0\x85\xfd\xf1\xee\xe0\x7e\x61\xcb\x4b\x6e\x86\xd3\xc7\x78\xfb\xf0\xb6\x1a\xfc\x78\xeb\x8f\x39\x49\xcd\x78\x0b\x29\xd8\xa6\x69\x77\x06\x54\x10\x29\x1b\xef\xcc\x6c\x23\x26\x32\x37\x9c\xff\x36\x83\x9a\x0c\x22\xf4\xad\xcd\xc5\x7c\x26\x42\xdf\x22\x73\xc3\x01\xab\xc1\xc1\x7f\xbb\xc1\xc5\x5b\x57\x75\xfb\x63\xbf\x8d\x59\x1f\x06\xa9\x39\xbb\x21\x64\xa6\xad\x98\xf6\x70\x27\xd9\x6b\xee\xe9\x5e\x21\x52\xf6\x9c\x7e\x4b\xcd\x24\xa6\xcf\x36\x6a\xda\x44\xa7\x99\xc4\x27\x59\x61\x60\x3d\x3d\x22\xdc\x04\xe7\xf4\x88\x88\x92\x99\x09\x95\xb7\x9c\x34\x60\x4e\x0f\xd0\xd7\xd8\xd3\x23\x22\x91\xdd\xb4\xb1\xcd\x26\x91\x5d\xb6\x41\x14\x39\x04\x0e\x58\x0d\xb2\xa0\x6c\x01\xc9\x12\x70\x40\x56\x81\x2b\xf0\x6c\xa3\xa6\x7d\x7b\x26\x53\x80\x62\x1b\xb6\x71\xda\x04\xcd\x9c\xb6\xcc\xb1\xfd\x71\xb6\x8d\xd3\x26\x86\xe6\xb4\xb1\xcd\xbe\x8d\x48\x08\x8d\x7d\xc3\x63\x6c\x5d\xb3\xef\x9b\x6e\x54\xf7\x0a\x12\xb4\xfd\xcc\xbe\xbd\x0a\x96\x03\x37\xda\x5c\x9b\xd3\x6c\xef\xf9\x6c\xf2\xb4\x37\xdb\x65\x9b\xd3\x6c\x22\x6c\x66\x5b\x40\xed\x0d\xcb\xb1\x05\xd4\xde\x50\xf3\xf4\x3c\x13\x61\x66\x12\x19\xe4\x80\xa0\x0a\xfb\x9a\xed\x1d\x21\x81\x42\x0e\x08\xe1\xb0\xaf\xd9\x9b\xcb\x57\x42\xd6\x2d\x2c\x9d\xcf\xc7\x0c\x81\xe8\x9c\xb9\xb4\x00\xe9\x95\xc5\xc2\xbe\x5d\xb3\x41\x36\x41\xc5\x62\x61\x9b\x8e\x8a\x47\xe4\xf1\x9a\x5b\x3f\x5e\x6e\xb3\x67\x6f\xeb\x6c\xc5\xb4\x1f\x2f\x37\x62\x7f\xdb\xf5\xcf\x96\x39\xdb\xbb\xbc\x62\x06\xec\x5b\x7c\x5b\xe6\x6c\xdf\xe2\xdb\xa8\x69\x3f\x6c\x46\x8a\xf9\xf1\x63\xb2\xb2\x44\xb5\xeb\x9f\xcd\x78\xf6\x83\x9c\xb7\x8d\x13\x46\xd3\x67\x2f\xe2\x76\xd9\x31\x15\x8b\x41\x5b\x49\xdb\xe6\x67\xe3\xcd\x97\x8b\x25\xdb\x1b\x7d\xa6\xa1\x17\xd1\x6d\x33\x9e\xfd\xba\x57\x33\x40\xb0\xce\xcb\xed\x6b\xed\x32\x03\x64\xb9\xbd\xfa\xde\xd6\x95\x19\x20\xd8\xee\x5d\x00\x39\xe3\x72\x59\x01\x42\xbf\xde\x05\xe0\xbe\x97\x6d\x79\xb5\xed\xbe\x37\x8d\x2a\xaf\x57\x70\x05\x48\x43\x96\x3f\xbe\xf4\x9e\xc6\x1c\xdf\x63\x4f\x63\x0e\x4e\x76\xd9\x86\x58\xdb\x4e\x76\xd3\x98\xf3\xf3\xa2\xac\x7f\xc6\xe3\x3f\xdf\x42\x64\xc6\xb2\xdf\x72\x1f\x87\x41\x10\x96\x1b\x98\xfd\xf3\x54\x71\xe5\x62\xb3\xef\x6c\xa3\xad\xfd\x03\x61\xb1\xc3\xba\xf7\x65\xb4\x32\xf0\xfc\xd7\x7f\x14\xdc\xfe\xee\x2d\x2d\x7f\xc5\x1b\xed\xde\x97\x6a\xfd\x03\x92\x5e\x35\x43\x59\x7f\x8b\x77\xbf\xf3\xae\xb9\xca\xcd\xbb\x80\x86\xde\x75\x43\x87\x84\x9b\xff\x76\x88\xa1\x70\x63\x7c\x6f\x85\x5c\xc9\xae\x43\x4e\x83\x05\x37\xc0\x1b\xbf\xbf\xda\xff\x3e\x3c\xab\xa7\x09\xbf\xf1\x01\x2c\xdc\x1c\x1f\xe8\x4c\x4b\xa3\x8f\xa4\x4e\x73\xc3\x18\x03\x37\xd7\xa7\x6b\x25\x5d\x2b\xdc\x24\x4d\x2b\xdc\x2e\xdf\xce\x99\x26\xe2\xbd\xc9\x73\x56\xf1\x67\xb9\x71\xec\x2b\xdc\x3b\x1f\xe8\xd4\xee\x09\x90\x79\x40\xe1\xd2\xf9\x40\x5d\x7f\x73\x63\x87\xff\x17\x6e\xa0\x0f\x74\x18\x4f\x07\x50\x5e\xf0\xc2\x6d\xf4\x81\xce\xe4\x73\x41\x75\x6f\x2c\x74\xc7\x34\x40\xd3\xc3\xd0\x69\x7a\x2c\x03\x67\xee\xf1\x14\xb9\xc9\x72\x56\xae\xf8\xdb\xa1\x91\xca\x15\xd0\x4d\x8e\xb3\x72\xc5\xff\x0e\x0d\x54\xae\x78\x0e\x74\x66\x64\xfa\x6f\x5b\x93\x3f\xfd\x6a\x6b\x7e\x66\x32\x74\xeb\x6f\xee\xc9\xa1\xf6\xc2\x95\xf8\x8d\x1b\x61\xf6\xb0\x15\x9d\xa5\x72\xc3\x72\xa0\x23\x9b\x56\x00\x42\x90\x59\x0c\x15\x7d\xb8\x0c\x9d\xb1\xad\x00\x34\x9a\x59\x0d\xcd\x03\x5d\x06\xb6\x5e\x35\x43\xc2\x02\xba\x58\x16\x1d\xee\x86\x54\x47\x36\xa0\x09\xa9\xf1\xa1\x56\x66\xba\xc3\xc6\x03\x03\xbc\x72\x87\x0f\xfb\x20\x58\xf1\x01\x68\xd9\x5d\x3c\x13\x47\xa4\xe2\x1b\xbf\xc2\x3a\x8c\xde\x8a\x84\x59\xb8\x7b\xbf\x77\x11\x2e\x0d\xe3\xb7\x5c\x0e\x8b\x17\x4d\xb7\xd6\x75\x18\xa3\x95\xb8\xa0\x70\x0b\x7f\x93\xd5\xad\x8e\x16\x5f\x9e\x6e\x25\x7a\xa5\x00\x98\x18\x74\xdf\x6c\xd6\x0b\xd7\xf1\x07\x3a\x63\xc9\xd9\x40\x3b\x55\xf4\xcb\x50\x3f\xaf\x8a\x01\x21\x8f\x09\x4b\x97\xda\x6c\x5b\x0e\xa0\x19\x58\xcd\xd0\x19\x66\x71\x5b\x4b\x74\x6b\xb2\xd0\xed\x36\xb1\x7d\x0f\x70\xb8\xc4\x18\xf1\xea\x2c\x74\x71\x5b\xb7\x96\xcf\xe8\xa1\xcc\x07\xec\x6b\x0e\x20\xa4\x9a\x51\x87\x26\xd8\xc8\xa2\x30\x30\xec\x69\x6e\xb6\xf7\xe5\x5a\x01\x9d\x4e\x55\xf7\x77\x6b\xee\x97\x1b\x13\x62\xa6\x2b\xde\x7d\x7a\xf7\x4f\xd5\xea\xbd\x15\x1b\xb3\x0e\xb7\xd0\x44\xa0\xb5\x18\x98\xaa\x33\x19\x3a\x03\xa8\x0c\x40\xf7\xe3\xc5\xbc\x51\xa7\x8c\x92\x8c\x72\xba\x2b\x67\xf7\x73\x80\xa1\x57\xae\x50\xf3\x5d\x99\x10\xd9\x64\x57\xac\xac\x6f\x72\xce\x11\x7d\xf7\xc6\x31\xb4\x4e\x2f\xbb\x32\xa8\x93\x90\xeb\xc6\xef\xb3\x18\x73\x74\xea\xa8\xd3\x94\xa4\x00\x9a\x05\xcd\xc8\xcd\x99\xa3\x4e\x2f\x93\xe2\xc5\x14\x33\x2f\x99\x1c\xd5\xe9\x65\x52\xb0\xcc\x82\xca\xe4\x40\xaa\xb2\x74\x43\x67\xc2\xfb\x34\xf0\xe9\x43\xbf\xd2\x0c\xf4\x65\xe0\xac\x27\x72\xfc\x40\x5b\x1f\xfa\x9d\xc8\xcc\xdc\x56\x97\xf2\x25\x99\xb2\x74\x09\x5f\x92\x89\x49\xd7\xea\x75\x1a\x37\x3b\x98\x9f\x80\x74\xc2\x28\x66\x87\x3a\x5f\x94\x94\x02\x3a\x95\x98\x01\xca\xe2\xba\xce\xbf\x0f\x45\xc6\x9e\x47\x05\x8d\xa9\xd3\x5c\x48\xa7\x92\x62\x26\xa7\x00\x32\x25\x99\x6f\xea\x52\xbe\x18\x39\x65\x38\x54\xfe\xfe\xf4\x9e\xef\xcc\x43\x65\x35\x54\xcc\xac\x94\x34\xbd\x98\x3d\x0d\x06\x66\x52\xd5\x75\x7a\x5d\x57\x40\x9a\x46\xd3\xea\x38\xeb\x59\xd7\x15\x90\x30\xc9\xc4\x2a\x0f\xd1\x62\x76\xa2\xc3\x4d\x5d\x9e\xab\x01\xba\x67\xb7\xad\xd5\x35\x03\x91\xe7\x68\xc5\x9a\xf0\x26\xab\x5c\x31\x69\x29\xe6\x4c\x5d\xe6\x42\xba\x6d\x2f\x46\x7c\xc5\x9f\x29\xc9\x6c\x5e\x87\xa3\x6a\x62\x52\x76\x85\xba\xbc\x12\xba\x94\x8f\x9d\x85\x32\x2d\x94\x64\x9e\xaf\x33\x54\x49\x46\x47\xdd\xcf\x57\x63\xa3\x4c\xa8\x4a\x32\xab\x51\xf6\xba\x92\xcc\x5d\x64\x53\x5e\x57\x54\x22\xa1\x95\xcc\x28\xe6\x99\xc8\xba\xa2\xca\xc3\x43\xaa\x31\x55\xc6\xe6\x58\x71\xdf\xa4\x9e\x2b\xe8\x6b\x6e\xdc\x54\xab\xa7\x4a\x56\x54\x75\x99\x6b\x28\x48\x4d\x49\xc6\x6f\x19\x4d\xd5\x65\xa2\x5e\xe0\x55\x19\x86\xd4\xb4\x69\x5c\x26\xe6\x85\x4c\x68\x07\x52\x03\x01\x08\xdd\xcd\xb1\xe4\xc8\x5a\x97\xe9\x5f\x76\x57\xd5\x6b\xad\xf0\xa1\x25\xb9\x27\xeb\xe0\x5c\xf5\x52\xeb\x36\xbf\x62\x8d\x77\xa0\x33\x23\x5e\x5c\x19\xa8\xd7\x65\x81\xa0\xbb\xfa\xba\xbc\xc9\xd1\x55\x7d\xf5\xac\x2e\x84\x96\x99\x97\x32\xb3\xd7\xe5\x8d\x8d\x8c\xb6\xaa\x29\x7e\x21\x8b\x62\xd4\x5b\xf4\x1f\xe3\x14\x4b\x59\x26\xc2\xa5\x89\x5c\xde\x95\xe9\xac\x5a\x31\x92\xbb\xf1\x9c\x2d\xc9\x03\x95\xa7\x6c\x5d\xe3\x9f\x91\x0a\xce\xa7\x22\x8e\x1a\x95\x6a\xf6\xcc\x3a\x6e\xf8\xa5\xe7\x41\x47\xd8\xba\x4c\x54\xf2\xa0\x2d\xc9\x3c\x52\xb9\xd6\x6b\xb4\xae\x59\x89\x1a\xb5\x37\x4b\x66\x98\x3a\x70\xb6\xcb\xcc\x42\x3a\x86\xea\x57\xfb\x8c\xa0\x5d\x5e\x46\x85\x9d\xa9\x16\xe5\xfb\x90\x43\xc3\xa2\xe6\xc6\x2f\xb6\x24\x73\x5d\xe5\x7d\xa8\xde\x4c\xea\x10\xda\x2e\xd3\x8d\xac\xdc\xab\xe7\x5c\x47\xce\x92\xbc\x70\x8a\x78\xda\x2e\xaf\x95\xd2\x41\x54\xf3\x63\x1d\x28\xab\xb7\xcf\x0a\x67\x5a\x52\x54\x7f\xd6\xb4\x5d\x46\x19\xe9\x22\x6a\x77\x37\xd8\x88\x44\x63\xda\x89\x78\x9b\xb9\x61\x23\xde\x00\xe8\x44\x5a\xbd\xa2\x9b\xc9\xf1\xf6\x5f\xc6\xf2\xd5\xcb\x2b\x1b\xb2\x92\xa2\x53\x5b\x3d\xa4\x1b\x32\x8c\x6f\x97\x77\xd3\xd2\x3e\x54\x73\x74\x9d\x4a\xab\xf7\xc8\x0f\xcb\xe7\x6e\x3c\x30\x7b\xb7\x2c\xfb\xae\x3a\x02\xa0\x87\xae\xf0\x74\xaa\xc5\xc6\xe9\x01\x21\xa3\xe9\x83\x90\x2d\x76\x47\x0f\x32\xce\x62\xe7\xa1\xc7\x23\xfe\xa7\x35\xf3\x8e\x48\x61\x52\xab\x99\xb8\x5c\x79\x5b\xec\x6d\x64\x0f\xd6\x62\x3b\xa3\xa4\xe7\x75\x06\xa0\x81\x7a\xcf\xf2\xc2\x10\x7c\xd6\x90\x29\x58\xf5\x36\xf0\x45\x18\x7a\x12\x5e\x58\xe4\x65\xe0\xac\x59\x88\xbf\x17\x61\xe8\xd3\xc0\x0b\x3f\x03\xf8\x41\x4f\xd3\x80\x66\xc4\x7b\xf0\x9f\x90\xd1\xbc\xf9\x47\x37\x2c\xab\x94\x86\xb0\x99\x37\x2b\x29\x79\x0b\x22\xd4\x11\xb2\x79\xb3\xa1\x03\x64\x33\xff\xfd\xc1\x71\x2d\xab\x94\x15\xb0\x24\x0f\xe5\xb7\xf5\xe1\x30\xa0\x71\x79\x28\x1f\xf3\x36\x0d\xa8\x87\x5e\x09\xe9\x15\x5a\xb2\x60\x94\x2d\x14\x06\xb2\x37\xb9\x00\x5b\x34\x26\x8d\x43\xb3\xf4\xf8\x10\x11\xcb\x1f\x1e\xfa\x6e\x26\xcd\x8f\x89\xf2\x7e\x4e\x06\x52\xcd\xa4\x29\x2b\xf7\x96\x3d\xe6\x0f\x09\xe1\xe5\x93\x27\x6e\x33\x1b\x95\x0e\xa2\x24\x2f\x9f\xdc\x70\x89\x79\xb8\xe7\x75\x58\x7d\x23\x2d\xd7\x26\x9b\x5f\xc1\x87\x7c\x93\xcc\x8f\x00\x87\x07\xa0\x8b\xcb\xd0\xe9\x47\x8e\xef\x8e\xc4\xa4\x1f\x9b\xac\x7e\x44\x3a\x3c\x40\xd1\xab\x64\xe8\x54\x58\xe2\xbb\x9f\x7a\xd8\x0d\x7d\xfa\x30\x03\xdd\xaa\xa3\xb8\xe9\xb3\x99\x2e\x24\x70\xdb\x24\xe8\x23\xfc\xe1\x26\x3d\x5f\x21\x5d\xdb\x26\x1d\x5f\x2b\xff\xdc\xde\x6e\xbc\x6d\x31\xce\xdd\x24\xd7\x23\xb0\xe1\xc6\xb5\xb6\xa1\x28\xd8\x24\xda\x23\xc8\xe1\x01\xb6\x1a\x1b\x86\x4e\x15\xf5\x32\xc0\x14\xc4\xbf\xce\xd0\x2a\x83\x56\x84\x9d\x86\x7e\xe0\x40\x87\x6e\xab\x1b\xd6\x42\xa3\x2b\xd8\x38\xe6\x92\x24\x6a\x93\x96\xaf\xa1\x37\xd8\x38\xe9\x16\x54\x95\x07\xd2\xe4\x8f\xf8\xf2\x3d\x7f\x73\xa7\x98\xd4\x11\x90\x26\x35\xb9\x8f\x9a\xd4\xea\x2e\x32\xa7\xc9\x7d\x3c\x82\x82\x60\x86\x07\x50\x63\xc9\xbd\x92\x54\x24\xe7\xdb\x81\x84\x12\xcb\x7f\x13\xd7\x24\x30\xc0\x9e\x59\x54\xd1\xb2\x01\xfe\x36\x0c\x9d\xbf\xb5\x62\x80\xfa\xa7\xa1\x9f\x70\xc2\xd0\xa2\xc6\x65\x48\x5f\xe6\xcb\xd0\x19\x76\x77\xfd\xe7\x60\xd0\x4a\x34\x7d\x73\xce\x4b\x86\x6e\x41\xfe\x52\x47\x03\xee\x79\x0e\x74\x84\x9b\x67\x5c\x96\x5e\x25\xe7\x80\xce\x6a\x0c\x3a\x22\xdb\xac\xc6\x49\x6f\xe3\x63\x5b\x50\xbb\x1e\xe8\xd3\x3b\xda\xd6\x31\x1b\x0b\xe3\x8d\x7f\x6d\x2b\x35\xa0\xd3\xc9\x55\x0c\x08\xf9\x3d\xc9\xd2\x4f\x61\x4c\x7c\x00\x9d\x45\xb3\x2b\x94\xa8\xcb\xa6\x3b\x1d\xac\x31\x33\xde\x53\x47\xdd\x56\x8c\x4b\x55\x9c\x27\x9b\x0a\x15\x9f\xa7\x64\x13\x5e\x95\xc8\xc9\xa6\x35\xd9\x65\x35\xb6\xe1\x1b\x77\xdb\x92\x3d\x36\x9d\x62\x1b\xe9\x6a\xf7\xd4\xe9\xb4\x7b\xed\xa5\x54\x6a\xc5\xec\x40\x67\xc9\xee\x59\xd5\x51\xb2\x04\xf5\xca\xa6\xaa\x55\x93\x79\x63\xed\x4d\xbd\xd2\x3d\x75\x4f\x5d\x63\xed\x4d\x6b\x72\xc7\x6d\xd5\xf8\xd9\xe0\x15\x26\x36\x1d\x0a\x09\x87\x75\x80\xe7\x00\xc5\x80\x68\xad\x1a\x3a\x58\x4d\xac\xab\x03\x88\xf0\x72\x40\xea\xa3\x17\x43\x47\xc4\x56\xa3\x23\x07\x0f\x7a\x09\x40\xd5\xc7\x77\xa2\x27\xb7\x2c\x77\x91\x56\xfd\x4e\xde\x22\xa4\x67\x3a\x80\x18\x80\xfb\x2b\x37\xdd\x6e\xc2\xee\xe0\x8b\x11\x5e\x27\xc4\x56\xcd\x2a\x38\x21\x72\x6f\x77\x20\x21\x7c\xf3\xff\x34\xe8\x16\x1f\x6a\xae\x5a\x37\x74\xfa\xd8\x98\x61\x0e\x8f\x5c\xe3\x1d\xa8\x9d\x57\xee\xb0\x84\x42\xfd\x83\x84\x06\xcd\xdd\xd7\xe2\x46\xaf\x40\xb3\xe6\xee\x9f\xd9\xe9\xd1\x29\x5d\x75\xa1\xa4\x3d\xd0\x14\x44\xd3\x3a\x72\x76\xf7\x57\x19\x16\x7a\xfb\xa7\x73\xe6\xf9\x52\x8b\x6b\xea\xd5\xc1\xb2\xbb\x69\x19\x6c\xb5\x6a\x5a\x90\xbd\x56\x8f\xef\x24\x9f\xd1\x07\x1f\xe8\xac\xd9\x1f\x20\x9a\xe9\xfe\xd7\x2d\xb6\x6a\xe9\xa4\x94\x7a\x5c\x93\x1e\x40\x58\xd0\xdd\x63\x8d\xb3\x0f\x03\x67\x71\x9b\x99\xa0\xf2\x90\x13\xdf\xe9\x00\x8f\x5e\xb9\x1f\x07\x27\xb0\xb5\xdc\x53\xc6\x5a\xdd\x2c\x64\xb2\x9a\x6e\x6b\x7a\x94\xc3\x50\x17\x43\x0c\x68\xfc\xd7\x7f\x10\x3f\x69\x93\x6d\xaf\x85\x00\x95\x91\x16\xe6\x98\x07\x50\xa7\x4c\xc7\x13\x24\xe8\xf1\xa1\x7a\x55\xa2\x92\xd3\xab\x99\x0d\x08\xe5\x7a\xfc\xed\xd3\x87\xae\x52\x34\x32\x8b\x01\x71\x0d\x8f\x73\x82\x49\x31\xb4\xc3\x10\x5b\x33\x69\x4d\x58\xbf\xe5\x8c\x0e\x96\x18\x89\x6e\x7c\x98\x4b\xc8\x19\x9d\x1e\xbb\xb9\x8b\xa2\x1f\x95\x6c\x3e\xba\xb8\x9c\x1b\xcb\xd0\x59\xea\x66\x54\x92\x35\x56\x37\xe3\x51\x2c\xa3\x42\xd6\xb8\x03\xa9\xc6\x00\xb4\x82\x66\xb1\x8b\xc1\x04\xa0\xc9\x8a\xea\x91\x5c\x33\x20\x4d\x96\x67\x5c\xf9\xce\x0b\x5a\xec\x03\xa9\x23\x9e\xf2\x05\x8a\x58\xaa\x2d\xf0\x7d\x31\xaf\x0a\x49\xda\xf0\xe4\x38\x90\xe8\xc9\x2c\x5d\x47\xb6\xd6\xcc\x1f\x15\x06\xa9\xc7\x87\x07\xc3\x87\xb7\x44\xb7\x0e\x39\xfd\x8a\x57\xda\xb3\x2c\xc6\xad\xe8\xa2\xad\x1b\x07\xe5\xa0\x33\xe2\x43\x49\x8c\x6e\x1c\xbc\x3d\x00\xbf\x3b\x78\x3c\xcc\xa7\x6f\x16\x2a\xfa\x71\x16\x6a\x58\x60\xcb\xb6\x6c\x58\x4c\xde\x2c\x8d\xa9\x44\x2a\xc8\xd6\x73\xbc\xfb\xce\x87\xd4\xae\xf3\x60\x29\xee\xbe\x0e\x84\xc3\xf2\x5a\xca\xc7\x61\x49\x2b\xd5\x63\x29\x57\x40\xf9\xbc\xaa\x06\xce\xca\x74\x33\x3d\x1d\xf3\x86\x29\x61\x23\xc8\x6b\xfc\xeb\x13\xc4\x28\xa5\x63\x1c\x46\x70\x19\xa8\xb5\x6e\x74\xdc\x67\xa6\x86\x51\x5a\xc6\x6a\xa5\x78\xe3\xb7\x45\xfe\xc1\x98\x75\x70\x1c\xe6\xed\xb2\x3d\x2b\x28\xec\x37\x59\x01\x5b\xf7\x6e\x49\x3a\xca\x42\x44\x92\x03\x75\x41\xf1\x4e\x37\xbd\xde\x97\xc8\xee\x6c\x58\x76\x2b\x2e\x53\x29\x57\x40\x67\xe2\xcc\xb3\xa5\xaa\x1c\xe6\xb0\x8a\x60\x5a\x4a\x8a\x57\xa7\x57\xe6\xb0\xb2\x45\x6b\xc1\x01\xa5\x86\x2c\xc5\x38\x20\x5f\xa2\xd1\x03\x78\xf5\x8a\xd9\x91\x82\x72\xf4\x7f\x5a\x48\x6f\x7c\xa7\x0b\xc6\x05\x1b\x5f\xe9\x52\x8c\x2e\x8f\x90\xbf\x7b\x6f\x29\xb5\x66\x29\x5e\x79\x1d\x47\x5b\x37\xcd\xeb\x3c\x3a\xcc\x71\x39\x64\x16\xe3\xc1\xc3\xfc\x78\xa7\x26\x1f\xe9\x52\xbc\x53\x93\x3e\xb3\x0d\xcf\x9d\xcc\xd2\x86\x79\xe2\xcb\x50\x8d\x3f\x9c\x09\x87\x67\x52\xae\x3f\x6d\x78\xbe\xa4\xd8\x2c\xc5\xfb\x0d\xe9\x35\x87\x99\xae\x8e\x8b\xa5\x78\x4b\x27\x1d\xe7\xf0\x68\xa4\xe1\x2c\x25\xc7\x87\x07\xed\x3c\x18\xa9\x37\x5b\x10\x86\x1c\x7e\x4a\xf1\x76\x40\xe6\x6f\xc3\xec\x40\xaa\xcd\x52\x4c\x18\xca\xb4\x31\xcc\x65\x95\x67\xa3\x05\x22\xff\x26\x5d\x0c\x88\xa6\xa7\xa1\x43\xf3\x81\xae\x72\xcf\x1e\x33\x5e\xd1\xf4\x32\xf4\xd3\x87\xd1\x80\x56\xc3\x04\x20\xbd\xe9\x30\x3f\xfb\x49\xb8\xc4\x96\x54\x3a\xd4\xb1\xe2\x3b\x4d\x48\xd4\x21\x81\x3a\x6a\x7c\x48\x8d\x0c\x54\x5e\x41\xc3\xfc\xeb\x87\xf2\xc1\x9b\x38\xb9\x04\x0d\x8b\xe1\x1f\x64\xe3\x3d\x9c\x72\x73\xb4\xe1\x0d\x81\xbc\xba\x4b\xa9\x01\x69\x5a\x8d\xaf\xca\xd3\x51\x8a\xdb\xfe\x84\xf3\x66\x59\x8a\x6f\xd5\x86\x05\x8f\xc2\x5b\xcd\x2b\x00\xf5\xd1\xf4\x2b\x97\xa1\x69\xa6\xf2\x31\x6a\x6f\xac\x64\x98\xd7\x86\x37\xc0\xdf\xc1\xb3\x79\xc5\xbf\xb4\x7d\x1f\x01\xad\xf3\x2a\xfe\xa5\x95\xf1\xd1\x4a\x27\xea\x79\x05\x20\x34\x36\x43\xf8\x0e\x06\x4e\x73\x00\xe5\x09\x99\x46\x62\xb9\x9f\x97\x62\x32\x97\xc9\xdf\x34\xda\xca\xe0\x6f\x1a\x6b\x15\x10\xab\x0d\x4b\x2e\x05\xb1\xc2\x5a\x66\xaf\x0b\xa6\xca\x7e\x6e\x29\xce\x54\x73\x37\x70\x2b\xc7\x34\x66\xe3\x54\x5e\x88\x2c\x73\x20\xd5\xd1\x0c\x68\xa2\xd8\x1e\x2d\x1d\x93\x31\x99\x39\x80\x28\x1e\x62\xc5\xf5\xbc\x11\xda\x65\x2f\x05\xa6\xc2\x4e\x65\xe3\x77\x5e\x08\x3e\xb3\xf1\x33\x2f\xc4\x9e\xd9\x64\x61\x6c\x18\x40\x1c\x48\x84\xc0\x8a\x2d\x8e\xc9\x18\x38\x6c\x12\x34\x16\x52\xe3\x1d\x48\xfd\x1a\xfe\xdf\x52\x73\xae\x92\xd1\x0c\xff\xed\x2c\x05\x71\x61\x36\xae\xe7\x05\xdb\x8c\xbd\x14\x5d\xb6\xa1\xd9\xdf\xe4\x65\xc4\x88\xe5\x00\x3a\x63\x35\xff\xed\xec\x77\x51\xe1\x1c\x40\x6b\x3b\xdc\xd8\x21\xf8\x36\x3d\x09\x0a\x48\x85\x42\x67\x93\xca\xb1\x60\xea\xb1\x57\x02\xbf\x87\x1b\x93\x28\x9c\x51\x89\xce\x36\x68\x3a\xf6\xd2\xb1\x76\xfe\x0f\x2e\x15\x56\xd6\x79\x0c\xa5\xc8\x81\xce\x92\x42\x76\x2b\x33\x5b\xec\x9e\x96\xe2\xd9\x16\x1f\xc7\x56\x86\x78\x61\x0e\x24\x73\x44\xd1\x74\x00\xad\xe2\x72\x8d\xc2\x4e\x48\x72\xe9\xc8\x4b\xc2\x9b\x03\x68\x49\xd9\xc0\x90\xd3\x91\xf4\x36\x07\xd0\x1c\x2f\x0f\x46\x33\x02\xe5\x92\xbf\xb1\x94\xa8\xfd\xa0\x05\x66\x33\x07\x38\x78\xb0\x8c\xb9\xd2\x61\x93\xb7\x66\x93\xaa\xb1\x60\xd9\xb1\x49\xcd\x88\x59\xcb\x01\x4e\xc3\xd0\xd2\x2a\xa2\x62\x0e\x5f\xe4\x59\x2c\x84\xda\x39\x50\xd6\xb9\xf8\x32\x24\x0a\x5f\xae\x43\xc7\xe9\xe5\x85\x97\xd6\x1a\x53\x97\xbd\x14\x08\x17\xeb\x94\x03\xa0\x0f\x75\x63\x12\x69\x2b\xba\x78\x44\x1a\x11\x65\xf6\x2a\x92\x68\x2b\xba\x78\x24\xda\x34\x69\x49\xa9\x3c\x4d\x4c\xe8\x94\x7d\xd8\x25\xe7\x62\xe0\x51\x01\x21\xd8\x37\x91\x70\x71\x9a\x7c\x74\xea\x6e\xeb\x0f\xda\xd2\xc4\x66\x43\x3a\xba\x9b\xb4\x14\x21\xb7\x10\xd7\x67\x2f\xe9\x98\x09\x0a\xb3\xc9\x8e\xd8\x96\x11\xa7\x72\xe2\x37\xae\x28\xfa\x55\x41\x61\x74\xa0\xc3\x35\x47\xfc\xed\xd3\x2b\xd7\xbf\x75\xd9\x30\x03\x3a\xeb\x82\x40\x23\x65\x62\x21\x96\xcf\x5e\x1c\xd6\x97\x91\x45\x69\x0e\x8b\xcf\xe0\xab\xe9\xa8\xba\x3c\xab\x52\xe7\x4e\xa3\x0e\xc7\xf3\x6a\x94\x90\x3a\x37\x10\x53\x16\xa3\x9d\x80\xf1\x7b\xc9\x24\xb4\x54\x73\x2c\x34\xb3\xd5\x4c\x4a\x87\xeb\x42\x74\x9f\x4d\x7e\xc2\xe9\x69\x55\xd8\x06\x32\xb3\x6c\xf2\x0b\xa2\x1a\xdc\xa4\x13\x5c\x9e\x54\x1d\x7d\x97\xc7\xcc\xf1\x16\x8d\xd3\x26\x00\xc3\x32\x47\xd5\xf1\xb6\x5f\x5e\x98\xce\x54\x25\x37\x75\x98\x74\x27\x7c\xf6\x5e\x0a\x65\xb5\xdc\x25\x45\x5e\x28\x44\x09\x3a\xd0\x69\x2c\xc5\x77\x1a\xa5\x27\x58\x3e\x49\xcb\xfc\x55\xe6\x99\x85\x60\x42\x9b\xa0\x0a\xa5\x9a\xdd\xea\x40\x5b\xd0\x68\xed\x25\x0f\xa3\x9e\xbc\x9c\x43\xc4\x49\xe4\xa0\x03\x3d\xa7\x4a\xd7\xcf\xba\x67\x77\x4b\xa4\x5a\xcd\x37\xe5\x6a\x54\x88\x03\xb4\x97\x92\xc0\x97\x6a\x6a\x9a\xe8\xe3\x4d\x3f\x68\x22\x7d\x99\xb1\x74\x3c\xed\xc9\x3c\x49\xc1\x73\x97\xab\xd4\xe9\xb4\x54\xf3\xca\xc9\xe0\x5c\x3f\x03\x30\x4b\x52\x1a\x8d\x9e\x2c\x21\x94\x45\x63\x45\xf5\x67\x69\x7a\xb2\x80\x50\x46\x8d\x15\x15\x1e\x2c\x58\x51\xc5\x19\xcc\x32\x1f\xd3\x01\xb1\xa3\x0d\xd9\xa4\x21\x2c\xb5\xfc\xd3\x30\xec\x7c\xca\x40\xa7\x21\xcd\xb9\x99\x9e\x32\xc1\xf7\x64\x82\x52\x68\xab\x42\x64\xa0\x03\x9d\x59\x36\x0b\x94\xde\x70\x99\xe9\x49\x6d\x58\xaa\x99\x88\x32\xc2\x2f\x8f\x53\xda\xc0\xee\xeb\xe9\x25\x25\x5b\x30\x1b\x1d\xd9\x0a\x41\x7b\x36\x21\x15\x82\xd9\xc8\x40\xb4\xfb\x46\x6b\xdd\xda\xd0\xd6\x16\xef\xc6\xf9\x70\x18\xd0\x62\xb7\x80\x74\xd1\xe6\x79\x94\x59\x29\x31\x46\x36\x41\x18\x7a\xf6\x50\x14\x83\x81\x0c\x26\x07\x50\xef\x2d\x23\xe5\x71\xb4\xcc\x2b\x6f\x0c\x44\x9a\xfb\x01\x37\x30\x7b\x94\xa6\x8e\x3c\x27\x07\x10\x62\x99\xed\xe9\xe8\x44\xce\x93\x03\xe8\xbb\x66\x40\xd8\xe2\x8d\xc1\xa6\x2d\xc6\x25\xdb\xcd\xee\xf3\xd6\x7a\x20\x27\xef\x12\x94\xc3\x61\xf5\x00\x34\x66\x6f\x19\x1e\xcc\x43\xbc\x4b\x78\xa0\x20\x6f\x0c\x94\x07\xb0\x54\x4b\x67\xc5\x6e\x0a\x86\xfb\x70\x8d\xe7\x19\x96\xe3\x4d\xa9\x16\xf1\x0a\x63\xbb\xcc\x62\x1f\xf7\x38\xa0\x5b\x97\x86\x6e\xed\xec\x67\x97\x07\xf3\x70\x17\x58\xa3\xfe\x4f\x10\x4d\xbf\x50\x1a\x57\x1b\x44\x48\x58\x23\x5e\x9d\x5e\xb9\x65\x0e\x39\x44\xe3\xd9\xeb\x15\x4a\x98\x15\xbf\x70\x2c\x2e\x25\x88\x49\xb0\xbc\xd1\x90\xbd\x65\x2f\xf1\xa1\x7a\x6f\x66\xa3\xe3\x49\x2f\x7f\x1f\x1e\xca\x9a\x6e\x4b\x9b\xf1\xea\x7f\x49\x77\x46\x3c\x8f\x03\x68\x35\xfd\x2f\x9d\x33\x7a\xc8\x37\xec\x28\x2f\x23\xb4\xbc\x70\x7a\x08\x01\x82\x38\x5d\x7f\x90\x66\xdf\xcd\x49\x47\x96\x2e\x4b\x01\x65\xf4\xeb\x24\x49\x3d\xd0\xd4\x3b\xa6\x4e\x39\xf9\x4a\x75\x5f\x88\x75\x7b\x59\x28\xc8\x37\xa7\xfb\x2e\x96\x74\x7d\xe9\xb2\x88\xd0\x99\xa1\x07\x4f\xc4\x6d\xe7\x32\x77\xd6\xc9\x20\x5d\x66\xc8\x04\xbd\xbd\xcc\xd4\x3f\xe8\x90\x13\xd1\x22\x4e\xed\x65\x1e\xfc\x09\x4d\x02\xe5\x15\x0b\xa0\x54\x0b\x40\x42\x01\x10\xe9\x61\xdf\xd2\x87\x15\x52\x05\x1e\x48\xe3\xeb\xf1\x4e\x23\x42\xe8\x91\xbf\xaf\x13\xad\xea\x40\x22\x6e\x76\x45\x8e\x18\x70\x95\x80\x44\x70\x6c\x7e\x6e\xbc\x78\x08\xe9\x70\x20\xcd\x3c\xcb\x77\x4b\xb7\x95\x48\xe3\xb1\xf1\xff\x2f\xbe\xd4\x24\x6f\x5f\xff\xab\x45\x24\x8d\xbe\xf3\x40\xba\x7c\x5e\xee\xa7\xc6\x47\xa4\xa1\x8d\xeb\x7f\x8f\x5a\x48\xe8\x77\xc1\x33\x6e\xcc\x4b\xc9\xfd\xb7\xc9\xee\x97\xae\xf6\xef\xeb\x85\x5b\x49\x25\x0a\x21\x87\x0e\x94\xf4\xc7\x62\x28\xeb\xa6\xda\x4d\xc8\x1e\x9b\x2c\x1f\x9b\x58\x02\xdd\xd7\xaa\x84\x12\x28\x64\xf5\xdb\xb7\xf4\x53\x09\x6d\xfa\x26\xc7\x5f\x41\xff\xba\xf1\xf6\x2f\xa8\x5c\x37\x19\xfe\xba\x6f\x4f\xed\xfa\x8f\x0d\xee\x26\xdd\x5f\xf7\xf5\xe9\x9d\xe4\x99\x87\x0d\xee\x81\xaa\x6a\x89\x77\xba\x36\x2f\xf1\x3f\x2d\x19\x72\xe8\xd6\xa6\xbf\x44\x3f\x15\x43\xb6\x5b\x6b\xe7\xb4\x7f\xd8\xe4\xee\x9b\x5c\xec\xde\x4b\xdc\xec\xe5\xd1\xdd\xee\x1b\x4b\x53\x62\x0f\x6d\xc7\x24\xb8\x8c\x30\x19\x04\x1d\x7e\x27\x22\x23\x2c\xd1\x76\x82\x3f\x8c\x79\x0f\xa4\x59\xca\xee\x8b\xd0\x80\x04\x51\x07\xa2\x85\x62\x48\x2d\xc0\x52\x09\x3e\xd0\x09\x94\x73\x20\xad\x03\xec\x8a\x48\x04\xc5\x4a\x60\x52\x06\xa6\xcb\x75\x16\x90\x17\x56\x49\xc2\xc0\x42\x84\xa4\x7d\x17\x90\x17\x0e\x78\xb3\x73\x27\x23\xde\x81\xe8\xf5\x32\x24\x04\xcd\xae\x45\x6e\x16\x98\xd2\x1e\xe8\xac\x5f\x37\xda\x11\xca\xe0\x32\x09\x68\x93\xdf\x89\x51\xb3\x9d\x54\x10\xc3\xda\x03\xa9\x67\xd3\x7d\xd1\x9e\x2e\xb0\xa0\x30\x9f\xd3\x7d\xd9\xf4\xcc\x7d\x11\xbb\xef\x5e\x07\x45\x43\x48\x18\xae\x1e\x48\xba\x02\xcf\x3c\x41\x6d\x31\xb9\xd8\x37\x96\xa5\xbe\x6e\xbf\xa5\x6e\xeb\xdd\x73\xa6\x78\xb7\xc5\x37\xec\x84\x54\xe8\xd6\x72\x91\x92\x30\x61\x9c\x71\x20\xad\x9f\xf1\xac\xca\xd5\xfb\x32\x83\x51\x26\x8c\x4e\x42\x95\x03\x69\x35\xff\x20\xbe\x2c\x86\x96\xde\x31\x5a\x42\x29\x5c\x66\x37\xb2\x36\x2d\x56\x53\xdf\xf5\xa6\x75\xf7\x05\x3a\xaa\x1e\x83\x64\x0c\x56\xe8\xfb\x6e\x30\x03\xb3\x0d\xd4\x76\x56\x40\x3b\x75\xe0\x65\xb6\xd1\x84\x13\xc9\xec\xa6\x81\x13\x6c\x5e\x6e\x9d\x20\xba\x15\x22\xb7\x4e\x10\x29\x99\xf9\x60\x10\x6a\xa5\xf3\x8d\xdf\x59\xf2\xba\x4b\xa9\x97\x92\x79\x88\x32\x08\x16\xeb\xa0\x49\x20\x98\x92\x39\x83\x32\x04\xf6\xee\x39\x23\xe5\x47\xba\xe2\x4b\xad\x9f\x67\x89\xe4\xe9\x18\x52\xee\x5b\xa6\x9f\x89\x28\x11\x07\x12\x0f\x69\xf1\x4e\xad\x27\xf7\x5a\xe7\x92\x66\xb6\xd8\x59\x77\x76\x4f\xb7\x2c\x41\xbb\x2f\x29\x6f\x62\xf7\x26\x53\x78\x47\x17\xe4\xf6\xa4\x1e\x2c\xd6\x73\xdf\xd2\x0f\xf6\x61\x3e\xa8\x04\xea\xa5\x99\x0f\x92\x3f\x3d\xe5\x80\xb4\x46\x6c\xae\x6e\x05\xed\x2d\xcd\x6b\xa4\xe0\x0e\x7d\xe4\xff\x01\x53\x56\x78\xdf\x3e\xcc\x0c\x3a\xa6\xb3\xcd\xdd\xd6\xde\x7c\x44\x83\xd8\xce\x76\x77\x5b\xa4\x93\x4c\xaa\x1d\xd2\xe9\xee\xf6\xa6\xa3\xd3\x90\xba\x66\x56\x2b\x77\xb7\x94\x4c\x02\xd8\xa2\x36\xb3\xda\x21\xe9\x48\x94\xfc\x03\x75\x7d\x19\xd0\xd0\xbb\x66\xe8\xd6\xff\xe2\x9d\x94\x70\x46\xc2\x01\xda\x99\x20\x86\x54\xac\xc3\x68\x27\x8d\x62\x1f\x46\xad\xc1\x84\x5a\x72\x2a\xca\x5d\x1f\x5e\x40\xb4\x88\xa4\x32\x3c\x90\x96\xd3\x8b\x34\x60\xd1\x66\xfb\x24\x2e\x49\x2d\x20\x21\x85\x19\xfd\x10\xe3\x1d\x1e\xbb\xf4\x83\x7d\xc4\x68\xc5\x36\x52\xd4\xe2\x59\x72\xcf\x24\x7f\x87\xc7\xa7\xdc\xf0\x29\x59\x08\x10\xf7\x21\x59\x08\x48\x97\x98\x92\xd9\xfe\x04\x61\xe2\x4b\x09\xd5\x61\xa6\x8c\x9e\xb1\xfd\xfd\x4f\x6b\x6b\xa6\x2c\x73\xd3\x94\x2c\x04\x26\xa8\xf5\x57\xa7\x98\x72\xbc\x13\x5b\xf4\xf5\xe4\x3d\x21\x0f\x76\xe0\x64\x2d\x4c\xc9\xe2\x42\x31\xf6\x8a\xcd\x26\x1c\xdb\x21\x59\x5c\x70\x64\x6b\xfe\x92\x78\x7b\xc9\xfd\x94\x41\x68\xc7\xf5\xee\x40\xd4\xe2\xff\x89\xbd\xa5\xe9\x2f\x59\xa3\xf8\x9f\xd6\xc8\x37\x77\x37\x16\x9c\xb6\xcc\xb8\x17\xe4\x6f\xf6\x26\x25\x5f\x9f\xc6\x2c\x94\x7c\x56\x07\xde\x64\x3c\xb1\x35\x13\x59\x0b\xbb\x2f\xb8\x6e\x99\x70\x16\x2b\x07\x49\x52\xd8\x7d\x73\x45\x16\xc2\xee\xab\x2b\x27\x21\xb4\x89\xd1\x2d\x95\x5f\xf7\x8d\xd4\x2d\x95\x5f\x69\x9c\x33\x6f\xf2\xd1\x67\x33\xb4\x1b\x26\x69\xf1\x7b\x6b\x6d\xb3\x19\x9a\xdc\x0c\xbb\xaf\x97\xee\x1b\xd6\x67\x81\x74\xa3\xdf\x34\xbe\xdc\xb0\x76\x0b\x24\x29\x0b\xfb\x34\x26\x73\xf2\x6c\x16\x33\x3a\x79\xf6\x69\x1c\xd4\xf1\xb2\xfb\x82\x89\xe8\x14\x7d\x1a\x23\xa5\x2e\xec\xd3\x38\x71\xb3\x29\xb2\x28\xb9\xc1\x09\xaf\x26\x3e\x8c\xb6\xe2\x21\x4e\x45\x9f\x5e\x3f\x29\x13\x93\xcd\x78\x6e\x29\x13\xbb\x6f\xa6\x08\x61\x51\x6c\xb5\x72\x6f\x04\x0b\x17\x7c\xce\x63\x68\x13\x9f\x7b\x23\x1c\xb9\x70\xba\xb7\xe8\xc1\x06\x3f\x24\x22\xec\xbe\x7f\xba\x15\x1b\xb9\xc4\xa6\x41\x7a\xc2\x64\xab\x1e\x92\x12\x96\xd8\x34\x48\xff\x57\xba\x57\x0c\xab\xcf\xee\x55\xc1\x0f\xd1\x26\x3f\x24\x24\x4c\xb6\xeb\x21\xb8\x44\xe9\x5e\x23\x82\x05\xda\x28\xe7\xe6\x20\x6b\x15\xae\x53\x15\xe6\xfc\xef\x6b\x0a\x12\x15\x76\xdf\x83\xdc\x8a\x9d\x9c\x6c\x96\x43\x80\x8a\xbe\x8c\xbc\x84\x23\xb4\x59\xce\x4d\xe0\xe4\xec\x5d\x03\x1a\xc2\xee\xfd\x2f\xd1\x06\x73\xd4\x29\xf4\xe9\x96\x4f\xf8\x30\xe6\xa8\x93\xa9\xb0\x7c\x7a\xe4\xf9\x9c\x7d\xf4\x50\x10\x8b\xee\x3b\x82\x9b\x08\xc9\x36\xe8\xb9\x75\xc8\xee\xbe\x16\xb8\x95\x3d\xa6\x58\x47\x4d\x56\xc3\xbe\x2c\x3c\xa4\x15\x4c\xb9\x06\x24\x1d\x78\x8f\x2f\x6f\xfd\xcf\x2d\x88\x11\x2e\x33\x50\xd9\x9e\x96\x6e\xd9\x2c\x03\xd3\xbe\x8c\xbc\x2f\x24\x67\x72\xd4\x39\xbb\xfb\x20\xef\x54\x87\x36\xea\xb9\x5f\x31\x98\xd5\x03\xda\xaa\xb3\x1a\xd2\x18\xcc\x40\x89\xe2\x9c\x6b\x40\x5a\x15\x33\x50\x85\xd5\x28\xc4\xef\xdb\x8e\xaa\x91\x3d\x2f\x2f\x68\x97\xdc\x33\x56\xc5\xf3\x22\xcf\xcc\xd2\x4d\x1e\x38\x66\xda\xb0\xe7\x56\x42\x9a\xee\xb3\xbd\x33\x23\xda\x0e\xe7\x7e\x3d\x9f\x86\x36\xb5\xb8\x67\x22\xc7\xd8\xab\x2a\xe8\xf3\xb8\xbc\x9b\x7a\xed\xae\x42\xeb\x3f\x88\xc5\x02\x5e\x39\x10\x8b\xb5\xf9\x4e\x81\x68\x0b\x9e\x5b\xba\xc8\x71\x19\x7b\x08\x15\x6d\x7b\x1e\xe7\x3f\xb4\x61\xce\x8d\x22\xb1\x7b\x2b\xf0\x53\xf0\x20\x9b\xdf\x90\x0b\x71\xf8\xb8\x7d\x2b\x4a\x74\xb2\xfd\xcd\xad\xa8\xd0\xc9\x46\x36\xb7\x1c\x2d\x4b\x37\x96\x13\x88\xd0\x26\x32\x44\xf8\x28\xdd\x58\xfe\x63\x5e\xbc\xb6\x3f\x88\xd3\xab\xf9\xdb\xd4\xe2\x9e\x1d\xf1\x3b\xae\x12\x5f\x0a\x43\xbc\xb6\xba\x78\x18\x57\x89\xff\xa9\xd7\x5e\x5b\xe5\xdc\x19\x97\x37\x1b\x1f\x64\x6c\xca\xf9\x20\xe3\x11\x90\x56\xda\x94\xf3\x31\xbb\x23\x20\xcd\x6e\x89\x5a\xe4\xff\x63\x5a\x41\x79\x19\x7b\xf8\x4f\x46\x10\x97\xb1\x87\x70\x87\xb6\x93\x21\xca\xc8\x88\x73\xb2\x8c\x7e\x93\x0d\x65\xee\x0f\x0a\x2f\x01\x69\x5e\x2c\xc8\xa4\x96\x2c\xdd\xfb\xfb\x0f\x0a\xb7\xe8\xfa\x60\x7d\x35\x20\xf5\xcc\x42\x8e\xdc\x3d\x79\x06\x24\x5c\x1a\x01\xa9\xd7\xd5\xfd\x94\x39\x49\x9c\x1c\x75\x5d\x92\xf2\x0c\x28\xeb\x4b\xf7\x1a\x96\xe9\x33\x18\x97\x27\xc4\x95\xd8\xfb\x82\x65\x22\xd2\xf7\xa5\x8d\x81\x8d\x32\xb6\x2e\x56\x92\x8d\x78\xb6\x2e\x56\x86\xcf\x75\x78\xe2\x16\x1b\xcf\x11\x13\x65\x5c\x7f\x75\xfe\xf4\x2e\x20\xb5\xb7\x5c\x27\xce\x56\xd5\xed\xc1\x3f\x57\xfb\x27\x53\xc6\xa3\xb7\x10\x58\xf1\x40\x42\x2d\x8e\x10\x5b\x9a\xd3\x71\x45\x13\x62\x8b\xb6\xbf\xd8\x97\xa7\x77\x19\x7a\xf5\x2e\xfe\xa7\xe9\x5d\x1e\x04\xd3\xcb\x61\x63\x5f\x5b\xc3\x5d\x1e\x84\xd0\xdc\x16\x17\x5b\xb1\x18\x87\x8f\x3a\xa4\x05\x2d\xb6\xf3\x73\xf4\x14\x1b\x29\x90\xc9\x33\xd9\xc0\x00\xb7\xde\x62\xb3\xbf\x2d\xc3\xdf\x81\x8b\xd4\x81\xce\x34\xd9\x54\x80\xb0\x2a\xc3\x87\x0d\xe7\xf4\xb4\xad\xc0\x46\x0f\x6a\x7b\xbe\xad\x78\xde\xc5\xc7\xc3\x9d\x90\x87\x5c\xc8\xec\xec\x9e\x4d\x43\x43\x46\x46\xd5\xd0\x54\x9d\xcd\x10\xff\x5b\x86\x7e\x7a\x17\xff\x93\x99\x51\xd4\xc9\x02\xc2\xa6\x76\x3e\xf2\x7e\xe0\x84\x71\xa0\x2d\x28\x1b\xd2\xcc\xff\xbd\xd3\xcc\x1b\x61\x32\x63\x87\x4d\xed\x2c\x67\xcb\x1e\xff\x93\x41\x15\x31\xcb\x0e\xa4\x99\xf7\xfa\xc9\xfc\x77\x10\x39\x6c\xe3\xa8\x9b\x8a\x7b\x5d\x60\x14\x30\x34\xbc\x71\x53\x71\x3f\x71\xc0\xb5\x7d\xe1\x96\x6d\xf0\xc0\x6b\x60\x6f\xa9\x36\x8b\x0d\x0c\x9d\x14\xb4\xc4\x97\xac\x18\xec\x0d\x87\xdc\x54\xfe\xbe\xd4\x0c\xfe\xbd\x13\x33\xe8\x51\xe7\xa3\x77\x86\xc0\xdd\xe1\xbe\x08\x5b\xbd\x3b\xb5\x4f\x2e\x99\x24\x37\x3e\xb9\xc3\xfb\x51\x9c\x72\x4b\x8f\xd1\xb2\xd2\xc3\xef\x24\xc4\xad\xa3\xc7\x35\x76\x78\x67\xb7\xab\x84\xb1\xaf\xa5\xb7\xae\x2f\x86\x77\x6f\x8e\x85\xe3\x7b\x69\x42\xe1\x0c\xef\xde\xc8\x08\x5a\xfa\x88\x5a\x7e\x7a\x17\xb5\x88\x3a\x86\x6b\x01\xaf\xa7\x5b\x47\x18\x4f\xd7\x22\x61\x6c\xc5\x39\x8e\xb4\xc3\x1b\x9f\x2d\x45\x69\xb2\xe2\x7c\x57\x30\x19\xc6\xb4\xb9\xda\x28\x5e\x95\xa6\x33\xa6\x8d\x06\xb7\x8c\x90\x87\xc5\xda\xe6\x6a\xc3\x0a\xf2\xdd\xe8\x59\xfc\x8f\x9e\x99\x33\x34\x09\x40\x8b\x8b\xdd\xa4\x55\x22\x7a\xe5\x81\xa8\xa5\x1b\xd2\xd8\xd9\x99\x3b\xa1\xa9\x55\xd5\xf6\x5b\xed\xd1\x9e\x84\xa3\x6f\xe5\x89\xa6\x53\x7a\xb4\x07\x9f\x58\xee\x0b\xe2\xd0\x7c\x49\xf9\x86\x46\x8e\x5a\x58\x4d\xf3\x1e\x5d\x7b\x8c\xfc\x57\x8b\x70\xc9\x3d\xeb\xba\xb6\xb2\x95\xe2\x56\xe4\xfc\x61\x3b\x3f\x62\xec\x24\x6b\xaf\x37\x97\x19\xdd\x3d\xc3\xa2\xb9\xbb\x2f\xb2\x68\x1e\x56\xf2\x6c\xe5\x20\x1a\x36\xa3\xb3\x9b\x2b\xee\xfb\x9b\x4c\xa8\xa9\xfe\x3b\x63\xe3\x26\x4b\x6a\x19\x46\x65\x5d\x58\x24\x6b\x8a\x09\xd2\x53\x46\x34\x28\xc6\x6b\xb5\xef\xee\x62\xbc\xe5\x0f\xfa\xf4\xa5\x3b\xb3\x69\xde\xdd\xd6\x51\xc0\xe6\x95\x0e\xed\x63\x55\xef\x96\x95\x73\xb2\x0a\xd7\x6e\xb6\xb6\x60\xdb\xca\x7d\x54\x7c\x03\x44\x94\x9f\xe2\x3b\x9f\x2d\xed\x71\xf1\x2d\xcf\x26\xca\xa5\x55\xbf\x38\xda\x0e\xbc\xbb\xf7\x96\xc6\x38\x59\xe9\x41\xba\xd5\x62\x83\x4b\xdc\x69\x93\x95\x1e\x76\x9a\xb5\xc5\xe5\x56\xd8\xfd\x64\x4d\x30\xa1\x7f\x46\x31\xdb\xe7\xfa\x62\x78\x7c\xc3\x86\x8f\xc5\xd0\xd2\xff\x5c\x0b\x33\x91\xfd\x25\x33\xe1\xb1\x0f\x66\xa2\x04\xa4\x3a\x3d\x13\x83\x79\xb1\x28\x99\x12\x56\xb6\xfa\xd9\x53\x77\xca\xd5\xe3\xd3\xd5\xc6\xb0\x0d\xd0\x96\x56\x3a\x55\x8b\x04\xae\x36\xac\xac\xdd\x5c\x5f\x0c\xcf\x92\xcc\xa4\x47\x90\x3f\x06\xcf\x23\xc7\xff\xb4\xb6\xde\x0b\x48\x13\x9d\x48\x00\xb3\x71\x97\x1d\xc5\xbb\x0d\xd2\x0f\x58\xc9\xbb\x27\xb6\xa2\x26\xf8\x09\x66\x79\x76\xa5\xa6\x1e\xc1\x1a\xa4\xa6\x2e\xb6\xe8\xc3\xe9\x76\x14\x13\x35\x4e\xb7\x23\x47\x2d\xc2\x02\xcf\x20\xc1\x31\xab\xf7\x1e\xba\x4a\x19\x36\xee\xc0\xb7\xb6\xd8\xa4\x0f\xdf\xda\x61\x0b\x0e\x92\xc3\xa6\xea\xad\x87\xbc\x69\x53\xb5\xb8\x57\x68\xcb\x61\xcb\x89\x2d\x63\xe9\x54\x2d\x62\xe5\xfc\x3a\x02\x3f\xe5\xfd\x3a\x02\xcf\x30\x90\xb6\xc5\xeb\x56\x18\xcb\x42\x04\xcc\x03\x15\x7d\x59\x0c\x69\xa5\x2d\x0e\x95\x95\x60\xc4\xda\xe2\xf1\x4a\xa8\xcc\x4d\xb8\xa6\x32\xbc\x62\x8b\xf1\x95\xf8\xdf\x27\x88\xf6\x48\xf7\x64\xad\xe8\x56\xb6\xa7\x42\x5a\xce\x4d\xa4\xa6\x64\x4d\xe8\xbe\x25\x04\xac\x60\xdf\xa4\x60\xaa\x5e\x3f\xe2\x69\x56\xaf\x18\x97\x12\x04\xe6\x3c\x90\x7c\xd9\xd9\xd5\x3a\xc0\x91\xd5\x77\x04\x25\x4a\x56\x8b\x6d\x59\x0c\x17\x62\x74\x1e\xe8\x8c\xcf\x5a\x9c\xad\x08\x96\x65\x18\x7b\xe4\x27\x9a\xac\x16\xc3\x4f\xb4\xf8\xba\x72\x4b\xf1\x9d\xac\x5c\x23\x0d\xeb\xb0\x2e\x81\xc8\x45\xc5\xa6\xc0\x04\x2e\x1a\xd6\x10\xec\x47\xd4\x6f\xc5\xdb\x96\xb6\x3b\x35\xaf\xbb\xe2\x4b\x0e\xdf\x84\x6f\x25\x08\x18\x2d\x6a\x61\xfd\x4c\xd3\x18\xf9\xfa\x9e\x7a\xa3\xfc\xf6\x75\xe5\xc6\xac\xd7\x56\xc4\x78\x6c\xa6\x18\x1f\x6e\x99\xc3\x1b\x34\xe2\xf7\x37\x6f\x4e\x15\x70\x68\xd8\x4b\x69\xbf\xda\x96\xb4\xff\x09\x53\xd6\x61\x78\xf8\x6e\x6a\x2b\x92\x7f\xb2\x7a\x6b\xa3\xe6\x1e\x2d\xde\x69\x80\x96\x3a\x1c\x8d\x7d\x5b\xba\x5f\x08\xd0\x12\xf7\x65\x39\x8d\x84\x1c\x6a\x87\x77\x5a\x24\x2e\x6a\x66\x7d\x3f\x48\xce\xbb\x22\x74\xc8\x56\x92\x6d\x74\xc1\x56\x61\x91\x0f\xb5\x8c\x11\xef\xce\xf4\x0e\x4b\x32\x65\x12\x4a\xb1\x80\x3a\x3e\x8d\x90\x4f\xa4\x15\x8a\x05\xfc\x60\x06\x66\x61\x32\xec\x2c\x36\x36\xdd\x1c\x98\xb0\x2f\x7d\xf0\x8d\x2c\x58\x1d\x3f\xf8\x2b\x26\x94\x41\x8f\xfd\x15\x31\x3b\x7e\x9c\xd8\x13\xf5\xcf\x33\x51\x95\xe2\xbe\xf8\xe0\x00\x98\x48\x21\xf2\xe0\x00\x58\x88\xc9\xf8\xe0\xe5\x97\xf0\x51\x7c\xec\xca\x47\x44\xc6\x07\x57\xbe\x44\xfa\x90\x03\xdd\xb2\x50\x76\x9d\xda\x03\x62\xcb\xfc\x90\x93\x73\x60\x07\x7a\xa0\x57\xff\x73\x0b\x10\xd9\xa4\x67\x28\x32\x5b\x0d\x48\xc8\x34\x8b\x21\xf5\xb3\x1a\x12\x59\x91\xa4\xec\xc1\x13\x2f\xa1\x36\x7a\xec\x89\x47\x40\xc7\x03\x69\xc5\xc4\x24\x0f\x44\xcf\x02\xfa\x09\x9a\x40\x87\xdd\x8c\xe9\xf9\x54\x3c\x9d\x31\x3d\x83\xa4\xe5\x27\xd3\xc8\x33\x0b\x68\xbe\xba\x21\x8d\x7d\x0c\x43\x6a\x61\x05\xa4\x19\xec\xd4\xa9\x14\xfc\x63\xba\xf5\x02\x46\x2e\xd7\x29\xe6\xd3\xdc\x3a\xbb\x68\x62\x9f\x3c\x38\xe0\xa5\xe6\xbe\x28\x36\xe4\x58\x57\x35\x34\xf4\xce\x5f\x0a\xaf\xb1\x69\x3e\xd0\x11\xbf\x6d\x06\x74\xeb\x7f\x6e\x41\x02\x02\x13\xe7\x03\xfd\xf4\x65\x40\x9f\xde\xb1\x0e\xa8\x12\x9b\xe7\x13\xe5\x61\x9b\xd4\xc2\xbe\xb9\xcd\x6e\x48\x73\xed\xf1\x29\x78\x64\x21\x8a\xe1\x83\x57\x5f\x99\xee\xb5\x62\xce\x8c\x65\x8c\x54\xd0\x99\x32\xdd\x33\x05\x9d\x19\xab\xc4\xff\x7e\x82\xfc\x3f\xe1\x0b\x26\xcb\x07\x6a\x7a\xe7\xf6\x14\x33\xb3\x47\xaf\xcf\xbc\x8c\x55\xa6\xa1\x47\xef\xdc\x82\x56\xb3\xbb\x16\xf6\xe9\xdc\xab\x1e\x48\xb3\xd4\x2e\x43\x3f\xb5\xe7\x77\xa2\x1c\x2e\x0c\x1f\x5c\x07\x0b\xd6\xd9\x0f\xae\x83\x83\xeb\xca\x03\x69\x8d\x5a\x35\x34\xf4\xe5\x32\x34\x55\x8b\x5b\xd7\x66\x03\xdb\xed\x07\x2f\xc3\xc4\x75\xde\x33\x15\xf7\x72\x70\x5d\xf9\x90\x0c\x74\x2c\xe3\x7c\xdb\x44\x49\x71\x7b\xda\x3e\xa1\xfc\x3d\x90\x5a\xc8\xb4\xa0\xfd\xf6\x58\xc6\x82\x2e\x0e\x46\xc6\x8a\x07\xbf\xc0\xb1\xbc\x62\xf2\x0b\x4c\xbd\xfc\x33\x54\xc4\x63\xa7\xc1\xe9\x41\x10\x3a\xbe\x97\x80\xb4\x64\xab\x18\xd2\x64\x9b\xe0\xb5\x19\x1f\xe4\xe8\x39\x90\x26\xb4\xba\x6b\x22\xea\xb5\x9a\x21\x06\x18\xff\x93\xaf\x81\x49\x8e\x08\xf2\xdc\x31\x3d\xf8\x1b\x16\xe2\x27\x3e\xf8\x1b\x8e\x65\x02\xd4\xae\x3d\x71\x03\xf4\xe0\x62\x98\xb8\xe5\x39\xd0\x2d\x23\x7f\xff\x4f\xbb\xa2\x6e\x26\x42\xe0\xcc\x6e\xb6\x21\x55\x62\x99\x9e\x5e\xc5\xb5\x49\x5c\xdd\x1c\x48\x0b\x98\xe3\x7f\xb4\x47\xaf\x51\x09\x76\x23\x53\x44\xaf\x71\x9d\x67\xce\x26\x46\x3f\x07\x5a\x7a\x67\x48\xcc\xb5\x1b\x99\xe4\x74\x58\xa6\x97\x4c\x3b\xf3\xd4\x8d\x5a\xec\xbe\x09\xbc\x78\x20\xf5\xac\xb9\x9f\x07\x61\xe6\xe5\x11\x4d\xd0\xbc\x17\x43\x9a\x5d\x8b\x0b\x54\x82\xa4\xaa\x38\x90\xfc\x22\xfe\x20\xad\x5f\xa7\xd7\x13\xc7\x08\x33\xb4\x09\x41\xf4\x69\x48\x58\x60\x04\x9d\x78\x46\x8c\xcb\x90\xe6\x65\x80\xca\x38\x00\xce\x12\x90\x88\xda\x04\x3f\x3d\x22\xb7\x7e\x6b\x8d\xcc\xde\x08\x16\xdf\xcd\x6a\xb5\x1b\x9e\x97\x11\x5b\x91\xe3\x13\x87\xfd\x03\x89\x70\x2d\xba\x94\xcd\x2b\xf5\xa8\x65\xe3\x55\xe1\xb1\x43\x48\xc6\x5d\x12\xa5\x76\x0b\x24\x7c\x0c\xa7\x19\xcc\x84\xb9\x9a\xa5\xac\xa9\xf5\x33\x96\x13\xa1\x66\xd6\x80\xb4\x0e\x33\x20\xad\xad\x71\x70\x81\x13\x66\x99\x0b\xd6\x60\x8c\x44\x21\xd9\x4d\x8e\x0b\x2c\xb0\x78\x5a\xcc\x99\x57\x53\x3b\xec\x49\x80\xa6\x03\x89\x1e\x26\xe3\x23\xf1\x17\xc7\xfb\x03\x69\x7c\x35\xde\xa9\xf5\xe8\xf5\x61\xfb\x33\xe5\x78\xa7\x59\x32\x8d\x69\x4f\x3d\x93\x31\x4b\x31\x65\x52\x37\x55\x49\x3d\x59\x66\x8b\x77\x43\x5f\x36\x43\x67\xa5\xc7\x15\xef\x24\x4a\x1a\xfd\x44\x05\x39\xae\x80\xa6\xa0\x6c\x48\xb3\xd4\x02\xba\xe5\x8d\xe2\xf6\x74\xd3\x3f\x2c\x4a\x6e\xdc\x51\x4c\x7f\x84\x4f\x1d\x16\x2c\xec\xe1\x87\x19\xb6\xac\x53\x27\x91\x58\x0e\x94\xcf\x3b\xcf\x19\x1e\x8b\x04\x75\x3c\x50\x97\x1f\x8b\x7b\x2d\xa1\x8a\x6f\xe3\x81\xe4\x19\xd3\xe3\x7f\x4b\xef\x3c\x5a\x29\xda\xe7\x5f\x0b\x9f\xbe\xe4\x7f\x52\x33\x96\xe9\x3a\xa5\x58\x2c\xd3\xb5\xc8\x51\x71\x26\x63\xf2\x26\xe4\x55\xfc\x4f\x86\xed\xc9\x98\xbc\xe1\x1a\xfd\x9f\x77\xca\xe7\x53\x75\xa6\x77\x43\xea\x8c\x25\x35\x87\x94\x61\x26\xa9\x43\xca\x4c\x46\x42\x1d\x52\xca\x34\x89\x73\x48\x99\x26\x6a\xf9\x35\xce\x34\xe3\x1d\x83\x58\x86\x84\x3e\xcb\x75\x8a\xdd\x10\x85\xe4\x40\x67\x4f\x36\x4a\xbc\xd3\x54\x8c\x80\x9a\xbe\xcc\x86\xba\xbe\x8c\xff\xa9\x3d\x23\xa8\x92\xa9\xcd\x64\x71\xa1\x83\x4f\x1a\x26\x55\xb4\xa3\xc3\xc4\xf9\x4c\x79\xf5\x18\x99\x1e\x98\xf2\x28\x86\x34\x2f\xde\x37\x4b\xc9\x59\x62\x9f\x27\x37\xc8\x99\xaf\x80\x84\x3e\x35\x20\x6a\x71\x7b\x62\x61\xc3\x04\xa8\x0c\x6a\x33\x5b\x52\xe3\xdd\x18\x7b\x40\xfc\x19\xa7\x17\xf0\xf1\xd8\x99\x33\x65\x40\x9b\xd9\xec\xed\x85\x0d\xcf\x80\xe4\xb4\x64\x42\x92\xa9\x6f\x1a\x16\x02\x52\x25\x96\xe9\xd5\x54\x58\x9b\x32\xbd\x7e\x3a\x21\x95\xd8\x57\xbe\xc4\x45\x33\xdb\x78\x61\x1b\x66\x0d\xf8\x26\x4e\xaf\x98\x7c\x13\x67\x36\x33\x47\x41\x38\x4c\x10\x2f\x63\xf0\x6a\x4a\x41\x98\x46\x73\x0b\x22\xab\x6c\x0c\x79\x21\xab\x16\x90\xd6\xc1\x73\x8d\x69\xf0\xf4\x4a\xcb\x75\x31\x0d\x8b\x20\x45\xf4\x9f\xd9\xf3\x82\x2a\x71\x18\x77\x7f\xac\xdf\x8a\x2f\xd5\x33\xe3\x27\xe7\xb3\xe1\xd6\x7f\x90\x87\x31\x44\x59\x66\x67\x76\xaf\x15\x9a\xb5\x4c\xef\xb0\x49\x5d\x36\x8c\xbb\x3f\xe6\x65\x05\xa4\x3a\x8d\x9f\xb2\x30\x9e\xc5\x3b\x3b\x29\x01\x13\xe7\xba\x07\x5f\xc3\x34\x2c\xc8\xf0\x35\x5c\xde\x49\x7e\x60\xa4\xb1\x0e\xf7\xc2\x62\x91\x8e\xcb\x5f\xf1\xda\xa2\x5c\x1b\xc6\x17\x9d\x00\x9d\x20\xff\x21\xaf\x6c\x8a\x73\xd6\x27\x01\x58\x2c\x3c\x3e\x9d\x0b\x56\xca\x86\xe4\x5c\x66\x6c\x45\xd5\x16\xe7\x25\x29\xd0\xca\x4a\x01\x69\x76\x8d\x2f\x4a\x4c\x56\x96\xd9\x1b\xea\x34\x9f\x89\x96\xac\x88\x27\xee\x7d\x07\x1a\xfa\x32\xde\x51\xcb\x34\xb4\xf4\x2e\x20\xf5\x93\xb5\x5d\x97\x32\xb0\xe1\x36\xfa\x2c\xec\x8d\xf1\x14\x3d\x10\x3d\x8b\x77\x07\x77\xc9\x7c\xfb\xac\x4b\x9b\xbe\x95\x5d\x0b\xab\xc2\x6a\xae\x0b\xfc\x5c\xee\x99\xae\x4b\xf0\x7e\x79\x16\x79\xca\x70\x2a\x3d\x10\xb5\x34\x43\xd4\x12\x5f\xfe\xe4\x7e\xe6\xf6\x88\xcf\xc7\xe6\x6d\x61\x99\xec\xb3\xdb\xc2\x32\x99\xcc\xb9\x0f\xae\x87\xc9\xa7\x35\xbb\x1e\xae\xfc\xcf\xb0\x13\x0f\xa9\x6f\x0b\x9e\x2c\x8f\x9d\x0f\xab\x27\x0d\xef\x43\x1f\x6e\x96\x8e\xdb\xce\x16\x7e\x20\x2d\xe7\x32\x44\x68\x6b\xd8\x1b\x3e\x86\x85\x8c\xb8\x0f\x3e\x86\xc9\x07\xad\xa5\x90\xb7\xb3\x16\x77\x5b\x37\xa9\xb8\xbd\x1c\x48\xde\x71\xc5\xad\x13\x0e\xfd\x8a\x77\x3f\x7d\x19\xff\x3b\xc2\x83\x7b\xce\x07\x07\xc4\xe4\x63\x90\x9d\x0c\x7d\xb4\x5a\x0a\xac\x53\x16\xfb\xfb\x95\x09\xb3\x7c\xf9\x1d\x4b\xcd\x81\x7e\x65\xb1\x5a\xdc\x54\x0e\xa4\x45\x8a\x16\x08\x19\x7e\x45\x2d\x4d\xef\xaa\x21\x8d\x8f\x7d\x3a\x2e\x88\x05\xd7\x97\x67\x65\xe2\x65\x23\xd3\xf1\x2d\x4c\x04\x83\x3f\x10\x5f\xba\x2f\x12\x56\xb8\x77\x3c\x0b\x3b\x65\x1f\x9f\x96\x8e\xfe\x05\x3b\x94\x03\x51\x8b\x5b\x07\x45\x60\xc3\xf8\x21\x16\x1f\xec\x96\x8e\xfe\xb3\x1a\x41\x39\xfa\x93\x4f\xf7\x40\x5a\x4d\xa3\x2b\x36\xcc\x24\xd7\x7d\xec\x6f\x48\x08\xc0\x07\x7f\xc3\x84\x7f\xed\x83\xbf\x61\xc1\xb6\xe5\x40\x53\x90\x5b\x90\xd0\x69\x9e\x25\xa5\x90\x28\x58\xac\x3c\x78\x23\xce\xe6\x59\x72\x3e\x89\xe4\x77\x84\x3e\x37\x66\xa1\x78\xc3\x9a\xe5\xc1\x03\x31\xf9\xf4\x84\x0b\xa2\x93\xd3\x1e\x48\xc1\xba\xff\x20\x05\x05\xcf\x8c\x48\xd6\xc7\xb3\x99\x74\x9c\xd0\xcd\x24\xa7\x2b\x83\xd9\x4c\x3a\x58\x1f\x63\x21\xf3\x2c\xe7\x7a\xfb\xfb\x9f\xe6\x05\xa6\xbc\x9c\xf8\x2d\xfe\xc7\xbc\x64\xff\x0f\x2c\xc8\xf1\xa5\xfe\x07\xc3\x5e\x0a\x27\x34\x7d\x01\xb4\x08\x8a\x4b\x8e\xe0\x67\x55\x5c\x36\xab\xeb\x14\xdb\x27\x25\xf0\x81\xce\xfa\x35\xaf\x26\xce\x8c\xcb\x18\x52\x49\x3d\x65\xda\xac\xb0\xd3\x11\x90\xfe\xd7\xe3\x4b\xb5\xde\xe3\x1d\x09\x9b\xe9\x59\x03\x5f\xd8\x6c\x2c\xec\x9b\xf1\xd1\x79\x16\x17\x08\xa4\x18\x3e\x50\x17\x34\x0d\xa9\x2f\x9c\x51\x16\xea\xbb\x69\xa6\xdc\x58\xf7\x19\x90\x13\x47\x02\x49\x74\xb5\x78\x77\x18\xfd\xf4\xf5\xcc\x6a\x50\xf8\x74\x5f\x44\xe1\xbe\xac\x89\x64\xd7\x9e\xb3\x4e\x3f\xfd\x3f\x94\x72\xd3\x73\xd6\x9d\x5d\xa5\x18\xd2\xd8\x97\xbf\x64\x44\x51\xe7\xc1\x72\x67\xa0\x7d\xf0\xa7\x2c\xcb\xc2\xa3\x3b\x37\xcc\x32\x24\xbc\x5e\xf1\x4e\xd4\x38\xe3\x1d\xe1\xd6\xdd\x3a\xf3\x62\x51\xd2\x1d\x2d\xdf\x7d\xd1\xe6\x74\xad\xf4\x6f\xa6\x1c\x09\x38\xaa\xa1\x5b\x1e\xb9\x51\xa9\xc8\xd8\x84\xab\xd8\xb7\xc5\x97\x19\xab\x6b\x77\xea\xfb\x99\x85\x1a\xce\x97\x19\x4b\x17\x01\xce\x6e\x7a\xa0\xd3\xed\x65\xa6\x2c\xbb\x61\xe7\x36\x7d\x16\xd7\x02\xcb\x4c\x52\x79\x36\x8a\xaf\x3d\x70\xea\x4c\xcb\x24\xae\x5c\x71\xb3\x9b\xd1\xcb\x57\xd3\x39\x41\x0f\x24\x17\x63\x23\x1a\xca\xb5\x90\xc6\x28\xd7\xd6\x0a\x48\xb5\x70\x5d\xb2\x06\xd2\xd1\x82\x05\xc5\x5b\x48\xe3\xa1\x9d\x79\x37\xc3\x96\xe2\xad\x5e\x96\x95\xba\x24\xa8\x18\x82\x3d\x38\x79\xd6\xcb\x02\x69\x32\xda\x62\x48\x42\xae\x9b\xbd\x49\x49\x56\x2f\xcf\x84\x8e\xf7\xce\x7b\x79\x20\x8d\xb6\xc6\xbb\xa5\x77\xdd\xd0\xad\xff\x31\xbb\x13\xaf\x69\x33\x2d\x45\x09\xaa\xd7\xe5\x5a\x24\xf2\x7c\x0d\xb1\xa6\x0e\x6f\xc1\xb0\x27\x0e\xd6\x66\x30\x8a\x46\x9b\x82\x7d\x13\x8d\xf6\xb2\x00\x24\xa9\xf7\x6a\x51\xa7\xbc\xaf\xcd\x60\x64\x7d\xec\x54\x97\x8f\x53\x78\x07\x33\xd7\xd1\xbf\x5e\x5e\x31\x8e\xfe\xc1\xda\x51\xa0\x05\x33\x97\xf5\xb1\x93\x5e\x3e\x4b\x69\xe3\xa6\xaf\x1a\xc8\xf4\x9d\x82\x99\x2b\x14\x51\xf5\xd5\xd4\xe2\x22\x20\x98\xa4\x02\x07\x39\xe3\xe3\x43\x6a\xee\x14\x4c\x44\x47\xf8\x7a\x59\xac\xa1\x16\x0b\x96\xa2\x23\xfc\x1c\xee\xa7\xec\x8d\xeb\x65\x21\x77\x4b\x90\xf9\x50\xbb\xee\xc5\xbb\x80\x0e\x19\xfb\xe4\xb8\x38\xb4\x07\x6b\xd0\xc1\xbc\x5e\x29\x20\xf5\xc5\xe4\xaf\x83\x79\xbd\x4c\x2b\x72\x3d\x9d\x3e\xe5\xe1\x7a\x9a\x82\x8c\x75\x68\x77\xa2\xbe\x87\x1c\xe0\x4e\xf2\x7d\xa0\x47\xb5\x78\x0c\x60\xab\x29\x4e\xb6\xc1\x4e\x87\xf7\xe0\x62\x5a\x2f\x63\xb2\x0e\xdf\x4e\x77\x77\xa0\xf6\x5f\xff\x91\x03\x07\x95\xc0\xae\x5e\x1e\xd1\x56\xfa\x99\xc0\x33\x1d\xd3\xe7\xb0\xb8\xd8\x60\xb9\x05\xe0\x56\x22\x80\xcb\xdb\x20\x45\x1e\x72\xb6\xb6\x07\x27\xd6\x7c\x99\xa6\x37\x21\x96\xbd\x3b\xd5\xb9\x7c\x0e\xe3\x84\xd4\x7e\x39\xe6\x6c\xdf\x5a\x31\x8b\x3c\xd2\xd4\xc5\x9c\x71\xfa\xb5\x86\x87\x4c\xe2\xf9\xaf\xd7\x8c\xd6\xc2\x91\xa4\x74\xd1\x4f\x9d\x8c\x9d\x77\xeb\x40\x8a\x0b\x6d\xc1\xa9\x18\x40\x39\x7a\xa6\x73\x72\x25\xf6\xed\x83\x73\xac\x93\x57\x3f\x78\xc7\x3a\x7d\xd5\x81\x7e\xfa\xd2\x2d\x28\xd2\xee\xe5\x15\x53\x1e\xbb\x19\xfb\x7b\x29\x08\xf3\xc5\x75\x1e\xa9\xc5\xeb\x55\xfe\x7d\x7d\xb1\x64\x29\x9c\x2f\x4b\x5c\x79\xd2\xce\xd8\x9d\xca\x93\xd6\x89\xa5\x0f\xa4\xd0\x02\x57\x40\x5a\x5c\xef\x47\x15\xa4\xb6\x5e\x25\xfe\xa7\xc5\x35\xcb\x94\xfd\xef\x8c\x9d\xa4\xec\x7f\xf3\x65\xe6\xf3\x82\x06\x46\x18\x59\xf5\xe6\xcb\x68\x20\xab\xde\x19\x3b\x34\x1d\xbe\x67\xec\xad\x5e\x48\xd5\xcc\x55\x87\x6f\xe7\x78\x3e\x90\x16\xd7\x08\x4a\x16\x95\xcb\x7b\x39\x05\x17\xaa\x7f\xad\x8b\x2d\xc6\xae\x48\xc7\xf4\x19\xfb\x20\x29\x2b\x9d\xbf\xf9\x40\x1a\x83\x47\x4b\xa4\xda\xcb\x3b\x65\x85\xaa\x9d\xd3\xa3\xfd\x41\xe2\xde\x29\xff\x40\x7a\x8f\xef\xc7\xc2\x7b\x7c\x3f\xa2\x8a\x7b\xa7\xac\xd0\xb5\x33\x76\x30\x3f\x96\xba\xba\x4e\xd0\xdc\xe4\xaf\xc3\xb7\x13\xdd\x1c\x88\x20\xe0\xf1\x3f\xcd\xa0\x91\x42\x79\x50\x9c\x6d\xe6\x40\x42\x8a\xe6\xff\x89\xfc\x67\xb4\x0e\x09\x58\x3c\xc9\xf5\xd7\xd9\x62\x1e\x27\x05\x4f\x16\x48\x3f\xed\xbb\x7c\xf7\xb6\x14\x1f\x37\x27\x93\xf8\xc7\xd8\xbd\x17\x97\xb5\x6c\x4e\x26\x4e\x45\x01\x9a\xbe\xee\x5a\x3a\xa6\x3b\x5f\xf0\x81\x34\x13\x66\xed\x64\x0e\x4f\xc6\x17\x85\xf7\xc9\xbe\x73\x25\x6f\x78\xbd\xdc\xba\xe2\xfb\x4c\x5f\x2a\xad\x0f\xb6\xd8\xe3\x7f\x8f\xde\x75\x43\xaf\x6a\x01\x27\x64\x3b\xeb\x2c\xc2\x07\xa2\x85\x6a\x88\x5a\xdc\x9e\xd8\x46\x32\x0e\x7e\xc4\x58\xf7\x8e\x90\xb4\xe4\xc9\x18\xa9\xac\xe4\x73\xae\xf8\x52\x73\xed\xfd\xa1\x2e\x02\xe6\x5c\xf1\xa5\xc6\xc0\xce\x15\x57\xe3\xe9\x2d\x0b\xae\xc6\x99\x88\xfa\x0f\xae\xc6\xd3\x4a\x47\x5c\x8d\xab\xb5\x00\xb7\xb2\x00\x4e\x6f\x59\xee\x8b\x79\x41\x90\xe1\x5c\x3c\x7d\x61\x71\x5f\x9e\x97\x01\x24\x7a\xc0\x25\xeb\x40\xc2\x33\x84\xf8\x4d\xb2\x40\xdf\x29\x93\x95\x7c\xfa\xb0\x7f\xcb\xb0\x35\x13\xf1\xfd\xc1\x45\xb9\x9a\x3a\x6e\xd2\x08\x12\xf2\xfd\x21\x5f\x79\xb5\x0e\x02\xf7\xe5\x8a\xf5\xf1\x43\xf2\xf2\x49\xf0\x89\xc7\xc9\xca\x89\x29\xf1\xe0\xb0\x5c\xb1\x45\x7e\x70\x58\xce\x38\x76\x3d\x38\x2c\x57\x72\xcf\x3c\x4e\x63\x4e\xc4\xf6\x03\x69\x0c\x23\x20\xcd\x3c\x38\x71\x2b\x8e\xef\xf4\x49\xfc\x4e\xb0\xd3\x61\x88\xd0\xfd\x08\x71\xbc\x97\xa7\x4f\xd4\x78\x2f\x57\xfc\x5d\x1f\xbc\x97\x33\xa1\xd6\x1f\xbc\x97\xab\xb5\x23\xe4\x41\xaf\xd6\x87\x90\xe8\xbc\x5a\xcb\x41\x26\xf3\xe9\x13\x2e\x89\xcc\xeb\x35\xff\x19\x51\xe8\xc1\x09\x7a\x7a\x37\x75\x27\xe2\xfc\x4f\x0f\x09\x72\x8c\x77\x20\xda\xf4\x90\xc4\xb4\xb0\xce\x3d\xd0\xd9\xd9\xad\x1e\xd0\xad\x77\xd4\x92\x75\x90\xf4\x51\xee\x56\xd4\x5e\x27\x1a\x3e\x90\xc2\xb3\x78\xc9\x48\xc4\x93\x8c\x76\xba\x5c\x98\xde\xf9\xe0\x04\xed\xdc\xbf\x07\xd2\xc4\x70\x84\xb8\x33\x53\xb1\xdc\x02\x04\xd8\xe3\x7f\x42\x2d\x4e\x02\x77\x56\x3a\xc4\x64\x24\xcc\xec\x5c\x97\x5b\x57\x4a\xbf\x64\x44\x53\x42\x1f\x27\x08\x7e\x70\xb3\x9e\x2b\xda\x83\x8c\xa3\xd7\xcc\x19\xe7\x89\x9b\xf4\x3e\xc9\xa8\x95\xd9\x61\x2f\x8f\x48\x09\x11\xb0\xd1\x7e\x6e\xd9\xf8\x3a\x9d\xef\x43\xf2\xf5\x4a\xfc\xf3\x07\x07\x69\xe7\xf6\x7d\x6e\xe5\xd2\x59\xde\x19\xdc\x45\xa9\xbc\x92\x17\xbe\x80\x14\x2b\xbe\x5c\x7a\x47\xeb\x05\x22\xf3\x6a\x2a\x2d\xce\xb2\x18\xc5\x7d\xb9\x9a\x9d\x92\xcd\x7d\x59\x8c\xde\x05\x76\xe3\x95\x96\x25\x41\x4d\x66\x0d\x15\x62\xf1\x4c\xe8\x5a\xa0\xe2\x60\x7b\xa0\x71\x6a\xa9\xf1\x6e\xea\x5d\x37\xf4\x53\x50\x9d\x62\x48\xeb\xe0\x79\xd1\xb5\xc0\xba\x8c\x4b\xb2\xce\xcd\xc9\xb3\x24\x87\xe5\x9a\xd8\x0a\xe0\xb0\x9c\xd3\x0a\x68\xe9\xdd\x34\xf4\x08\x72\xeb\x47\xc4\xae\x60\x06\xb2\x39\xa8\x66\xbc\xce\xed\x9e\x3c\x67\x0a\x7f\x54\xcd\x78\xef\x0a\xce\x2f\xd7\x72\x66\xa2\x9a\xf1\xde\x4a\x90\x53\x71\xcc\x7d\x6e\xe5\xaf\x59\x81\x83\x8d\x84\x63\x9c\x97\x48\xcc\x5e\x49\xc4\x7e\x20\x25\x04\xf4\x5c\x2b\xfd\xcc\x8a\x11\x35\x32\x72\x7a\x96\x74\x11\xb0\x62\x44\xb2\xe3\xad\xe4\x6f\x7f\xee\x46\x8a\x63\x8f\xaf\x39\xa5\xf1\x65\xc8\xd9\xea\x0d\x69\x44\xd9\x2d\x1c\x31\xba\xfe\x1b\xfa\xf4\x8e\x16\x3a\x81\x89\xfe\x20\xb2\x35\x67\x43\xd4\xd9\x0c\xf1\x3f\x5a\xef\xce\x52\xdf\x0d\x1d\xf6\x66\x55\xe2\xdd\x23\x5d\xb6\xa1\x72\x5a\x28\xf1\xbf\xaa\x2f\x93\xa1\xb3\x46\xc1\x78\xbb\x53\xe0\x46\x2d\x8f\xde\x55\x43\x64\xe9\x8d\xff\xfd\x54\x8b\xfb\xe9\xbc\xb3\x01\x69\xce\x8a\xeb\x54\xd4\xff\x10\x41\x32\x16\xa8\x21\x74\x74\xf2\x5f\x58\xff\x1f\x48\x2b\x66\xea\x90\xa9\xee\xc2\xde\xff\x21\xcf\x7c\x8d\x31\x38\xaf\xbc\xd7\x56\x79\x6f\x56\xb2\x48\x18\x4e\xb6\x3b\x0d\x69\xce\xd8\x68\xdd\x64\xc1\x49\xf5\xdf\xd7\x17\x64\xa3\x5f\xc9\x7c\x5f\x76\xbc\x35\x64\xd7\x60\xf0\x9e\x34\x85\x7e\x5a\xc9\x32\x61\x90\x9c\x2e\x1a\x3c\x0c\x6d\x05\xa3\x18\xe4\xb6\xf5\x84\x0e\x26\xe6\x0f\x12\x8a\x70\xb0\xbb\x07\x53\x51\x3d\x40\x50\xcb\x84\x3b\x40\x1f\x76\x99\xf7\x24\xa9\xa2\x09\x57\xf9\x6f\x56\xa0\xf9\x84\x20\xd8\x23\xe1\x32\x5c\xad\xef\x8d\x0c\xf2\xec\x7c\x48\x20\xbf\x02\xed\x74\xb9\x50\xad\xfd\x25\x9b\xfc\xca\x29\xea\xd4\x02\x9a\xc1\x4c\x16\xde\x0b\x38\x59\x78\x4b\x4e\x59\xd9\xae\x40\x18\x5d\x4a\x54\x12\x93\x1c\x48\xa1\xa7\x72\xfc\x4f\xf9\x0b\xbd\xd4\x13\x66\x60\x39\x3a\x21\x39\x8b\x35\xf2\xde\x84\x38\x5c\x90\x80\xc5\x8c\x32\xcc\xd4\x10\x87\xcb\x63\x9f\x86\xb4\x7e\x2d\xbe\x3c\x73\x1d\xbd\x5e\xee\x99\xbf\x94\x60\xb1\x72\xed\x5e\x12\x2c\xd6\x6e\xe3\x86\x5c\xad\xc1\xbe\x15\x4f\xb8\x5a\x67\x7d\x2f\xfa\xe9\x9d\x88\x2c\x69\x97\x15\x6f\xf7\x22\x2b\xa8\x77\x22\xba\x32\x58\xd9\x02\x42\x57\x06\x35\x84\xaa\x73\x9e\x5a\x20\xdd\xca\xce\x11\x62\xf4\x86\x99\x7b\x44\xb7\x04\x52\x36\x8b\xbe\x61\x76\xde\x31\x39\xfb\xe9\x88\x2f\x35\x06\x8f\x88\x6c\x31\x21\xf2\x6e\x70\x30\xbe\x94\x78\x2a\x66\x37\x37\xe2\xc9\xb8\x7b\x13\xce\xcb\xec\xe6\x86\x29\xc7\x18\x94\x6e\x8b\x40\x5c\x0f\x6e\xc1\x8b\xb8\xad\x4f\x24\xb6\x77\x2d\xba\x24\x58\xc5\xec\x94\x4b\x82\xe4\x8d\x81\xd2\xce\xac\x62\x96\xe2\x94\xf7\x16\x80\xba\x16\x58\xc5\x2c\x65\x33\x5a\x0b\x55\x05\x1a\xce\xd9\xc2\x5f\x2a\xf9\x1a\x82\xd3\xc9\x4c\x97\xff\x27\x81\x54\x8c\xd7\x24\x94\x09\x31\xca\x95\x01\x3e\x67\x0f\x99\xee\xab\xd5\xee\x91\xbb\xde\xa2\x72\x33\x76\x6f\x59\xc8\x22\x63\x45\xfb\xcd\xd1\x3f\x56\xc5\x49\x4b\x2d\x2a\x1f\x58\xb4\x6b\x71\xca\x52\x0b\xc0\x87\x11\xfd\xfd\x8f\x5a\xe8\x99\x12\x94\x2e\xac\xdc\x0f\xd4\x05\xc5\xbb\xc3\x51\x8a\x45\x1e\x59\x66\x48\xd1\xf1\x90\xaf\x7e\x95\xa8\x53\x79\x3e\x8b\xb7\x09\x44\xcd\x2a\xd1\x33\x51\x15\xf9\x3b\x0e\xf4\x53\xe8\xb4\xf8\xf2\xd3\x3b\xe6\x45\xe7\xf9\x55\x2d\x2a\x5f\x09\xab\xf2\x07\xdd\xfa\xb2\x19\xda\x8a\xb9\x56\x0c\x3d\xfa\x72\x19\xa2\x4e\xff\x4f\xb3\x54\xd2\xf5\x6f\xa6\x2c\x17\xde\x55\x53\xfc\x31\xab\x9a\x61\xe8\x56\x24\xb7\x6c\x68\xab\x52\x37\x4f\x34\xb8\x1c\xd0\xab\x77\x1e\x92\x58\x58\x20\xfd\x2b\x16\x96\x2d\xfd\xc9\x58\x13\xf2\x5e\xb9\x51\x57\xe5\x28\x7e\x2b\x7e\x70\xcd\xae\x85\x54\xfa\xb8\xa7\x1c\x28\xe9\x5d\x33\xa4\xe9\x75\xaf\x75\xf4\x5f\xd5\x2c\x45\x47\xff\x4c\x80\xe5\x03\x69\x9a\x2c\x7f\xa5\x5b\xaf\xd9\xbd\x96\x6e\xbd\x66\x1f\xd0\x94\x24\x7f\x55\x93\xf1\x4f\xac\x28\x7b\x67\xa0\xe3\xfd\xaa\x26\x6a\x1d\xef\x6b\xf6\xce\x40\x4e\xb4\xb9\x98\x29\xcb\x89\xb6\xe6\x12\xd0\x23\x88\x19\x94\xa6\xbd\x66\x93\x9c\x32\xde\xac\x6a\x84\x51\xc6\x9b\x9a\x7d\xd0\xd2\xd1\x7f\x55\xa3\xb2\x8e\xfe\x4e\x4b\xfd\xdc\x3a\xd0\x57\xb2\x44\x3c\xb8\xb1\x3a\x0b\xf5\x81\x34\xd7\x16\x95\xca\x73\xb3\x9a\x67\xe9\x03\xb1\x73\x40\x8a\x3d\x97\xa2\x96\xa5\x77\x01\x09\xed\xbc\x2a\x1c\xda\x43\xc4\xea\x28\x5e\x49\xe1\xff\xe0\x9c\xba\x6c\x6b\x8d\x73\x6a\xc5\xc5\xfc\xc1\x39\x75\xd9\xd6\x1a\x97\x53\xe7\xb4\x3e\xd0\x4f\x41\xf1\x8a\xa1\x4f\xef\x5c\x8b\x82\x04\x5a\xbd\x85\xe7\xa8\x33\x47\x3f\x78\x8e\x2e\xe2\xaf\x3c\x78\x8e\x66\xa2\xd1\x3d\x78\x8e\x56\x12\xf5\x3f\x5b\x07\xec\x6c\x0b\x04\xf2\xf4\x57\x5c\xd3\x0f\x74\xab\x16\x8d\x16\x3f\xd2\xea\xad\xc0\xd6\x61\x78\x11\x21\xe4\x40\x5a\x5b\xf7\x25\xb1\x46\x7f\x90\x7a\xc6\x79\x70\x2b\x5b\xcd\xb2\x0a\x6b\x4b\x61\xbe\x88\x6f\x71\x20\xfe\x17\x5f\xfe\x04\x75\x43\x8a\x52\x38\x0d\x89\xb9\x12\xc1\xf8\xc1\xe3\xb4\x92\xad\xe2\x21\xcf\x6c\xb6\x8d\x03\x79\x66\x17\xfe\x05\x07\xea\x7a\xe7\xf6\x14\x22\x91\xd8\x17\x07\xd2\x18\xba\x7b\xcd\xbc\x74\xf7\xc5\xf3\x32\x0d\x69\x35\x57\x40\x5a\xcd\xe6\x16\x08\x63\xb8\x02\x6a\xaa\xc5\xbd\x96\x46\xc2\x9b\xa2\x9d\x14\x15\x90\x28\x12\x07\x12\x05\x78\x44\x3a\xfd\x56\x6f\x13\xf0\x4d\x75\xb6\xea\x03\x69\xfd\x3c\x86\xcc\x4c\x78\x1d\x74\x52\xad\xde\xb2\x6c\xe5\xa9\x59\xd6\x0c\x6d\xa9\xc8\xab\xed\x81\xf0\x4d\xad\xd9\x3d\xcb\x84\x32\xac\xf1\x4e\x33\x01\x15\x6f\xce\xad\xde\xea\x6c\xa9\xcf\x73\x61\x7b\xe1\x9c\xb2\xde\xea\x6c\xe5\xb4\x59\xdd\x2b\x26\x3b\xfa\x5c\xbc\xd2\x3a\xef\xd6\xec\x31\x14\xb0\x1c\x31\xba\x0b\xa3\xf5\x18\xa4\x30\xcf\x65\xfe\xd3\x79\xe4\xc1\x55\xb5\xe2\x30\x79\x20\xc9\x04\xf6\xb1\x5b\x99\x72\x56\xff\x7b\xa7\x8e\xb2\x13\xc1\x71\xd5\x49\xab\x1f\x67\x93\xf5\xfe\x69\x17\x16\x1e\x19\xeb\x94\xb1\xde\x3f\x6d\x19\xd2\x2f\xdb\x5e\xee\x82\x7c\xf2\x54\xe8\x68\xbc\x6c\x7b\xb9\x2b\xf2\xc9\x5f\x56\x48\x00\xf9\x8b\x73\x6a\xc5\xbf\xfe\xc1\x39\x35\x5b\x56\x6e\x25\xd2\x59\xb6\x62\xdc\x15\x51\x62\x64\xd2\x11\x77\x8d\xe4\x3a\x25\x4a\x6c\xea\x42\xd2\xd7\x5c\x8d\x4c\x1c\x78\xbd\xf3\xc1\x8d\x35\x5b\xaa\xee\xca\x88\xbc\x2c\x3a\xe2\x66\x4b\xd5\x2d\x23\xfb\x85\x07\xda\x81\x84\x4c\x26\x4e\x1d\x7f\x97\x4d\xfe\x76\x3d\xec\x3b\x57\x04\x20\xce\xb0\x99\xa4\x90\x07\xa2\x05\xfa\x22\xa3\xf7\x4c\x6c\xe0\x07\xc7\xd5\x9a\xbd\x46\x8d\xc4\xd7\x1c\x63\xc9\xc5\x5a\xf1\xe0\x7f\x70\x6a\xcd\xd5\x33\xa1\xc4\x3b\xcb\x86\x59\x5b\x89\x77\x72\x4d\x6e\x81\xbd\x87\x49\x5c\x89\x77\x32\x3e\x6e\x0f\xae\xaa\xd9\x62\x1b\x57\xd5\x9a\xbd\xee\x0d\x92\xf3\x4a\x93\x9d\xd5\x7b\xb9\xad\xb8\x5b\x19\xef\xd0\x03\xf1\xbf\x62\x48\x6b\xf4\xf7\x3f\xcd\x35\xbb\x37\x32\xb7\xae\xf1\x57\x8b\x46\xeb\x75\x57\x14\xae\x8c\x3f\xe8\x83\x1b\x6b\xf5\x7e\x6d\x77\x66\x29\xbb\x4e\x09\x24\x6b\x32\xb6\x6c\xde\x33\x49\x87\x1e\x92\xb7\x2e\xdb\xc4\x6c\xa9\xba\x33\x3e\x9f\x0f\xde\xa8\x19\x2f\xcf\x07\x6f\xd4\xea\x3d\x20\xde\xa8\xd5\xbb\xbe\x3d\x24\x90\x6c\x6f\xb1\x15\x94\xb8\x16\xce\x6e\x24\x7d\xcd\xf8\x83\x1e\x88\x5c\x97\xb4\xae\x84\x3c\xb9\x1a\x0b\xa4\xea\xce\xf8\xf7\x1d\xe8\xac\x91\x6f\xfa\xf1\x15\xcd\x44\x06\x7e\xf0\x15\xad\xc5\x23\x1a\x60\x64\x71\x7b\x12\x48\xc5\x23\x1a\x8c\xa1\xb8\x3d\x89\x20\x1b\xbd\x6e\x65\xd0\xc9\xb6\x7e\x22\x4f\xeb\xf2\x4d\x3f\x89\x5a\xb3\xad\x9f\xf6\x64\xfd\xcc\xfa\xa4\xc0\xce\xd5\xc2\x91\xb3\xa9\xad\x9f\xc8\x9e\x5a\x4b\x8a\x77\x9a\x79\x8b\x19\x59\xb9\x57\x6f\xe5\xc8\xac\xba\x6c\x88\xb9\x75\x6e\xcd\xd5\x82\x93\xd3\x28\xde\x9a\x0f\x7e\x9d\xd5\xdb\x3c\xfc\x3a\xab\xb7\x79\x5b\xca\xed\xe5\x7b\xf8\x2d\xfb\xf4\x5c\x2d\x70\x09\x5c\xec\x7b\xf8\x3d\xa1\xcd\x16\x5f\x6a\x0c\x2d\xde\xbd\xaa\x93\x7e\x2a\x60\x56\x2d\xc6\x56\x29\xb0\xab\x37\x84\x78\x79\x2e\x1b\xdd\x39\x4d\xaa\x37\x61\xa4\x49\x5d\xbe\x79\xdf\x4b\x6c\xd8\xdb\xa7\xbd\xc0\x48\x0b\x55\x85\xc8\x5a\xab\xfe\x7b\xa7\xbc\x75\x38\x5d\xcb\x53\xcf\xe1\xb4\x5a\x42\x2c\x1d\x0c\x6c\x32\x86\x7b\x68\x2d\xd1\x35\xc9\x20\x5b\x0b\xec\x05\xe1\x72\x83\xb7\x65\x92\xbe\xac\xbd\x27\xe9\x69\xae\x66\xca\x1c\x4e\x8b\x07\xa1\x88\x59\xd9\xbb\xd3\x2d\x03\xf5\x65\x7d\xfd\xbe\x59\x78\x33\x5e\x0e\xae\xde\xcb\x91\xf3\x34\x57\xb3\x4c\xc5\xc1\x5a\x2b\x5a\x07\x95\xbd\xf0\xf7\x61\xae\xcb\xc6\x42\xfb\x66\x7c\x66\x29\x3a\xaa\xd6\xd8\xbd\xe9\x70\xba\x56\xfc\x4f\xe2\xc2\x07\x49\x32\xa2\x2e\x1b\xcc\x90\x12\x35\xdb\xd4\x8c\x94\xa8\xd9\xc6\x65\x7b\x33\x3e\x13\x84\xd2\xe3\xd4\xd8\x03\x6e\x7a\x66\x06\x83\xad\xf5\x65\x35\xee\x96\x82\xf9\x80\xae\x47\x72\xbc\x78\x9f\x49\x64\xaa\xeb\x8a\xee\x88\x7a\xda\x15\xd0\x4f\x9f\x0e\x43\x1f\x9f\xd2\x03\xc5\xa6\xca\xcd\x22\x43\x39\x68\xaa\xad\x5b\x37\x87\xd0\x66\xb1\x20\xeb\xeb\x74\x59\x2b\x89\x87\x6a\x25\x96\xf2\x81\x36\x2f\x03\x3c\xe8\xd6\x4c\x24\xca\x4a\x53\xc9\x00\xf2\xe0\xb0\x9a\xbd\x3f\xdf\x8f\xc4\x44\x31\x7e\xa1\x8f\xf6\xfe\x7c\x2b\xf3\x4c\xba\xac\x55\x23\x6d\x69\x6e\x46\x30\xc5\x8e\xaa\xb1\x45\x56\x1c\xe6\x1a\x9b\xe2\x17\x0a\x32\x35\xeb\x3c\x99\x2e\x2b\x5b\xb6\x82\x32\x65\x1b\xc3\x6d\xa9\x76\xd3\xe5\x4b\xf7\x2d\xdd\x6e\xb6\x6b\x26\x89\x46\xcf\xcb\x65\x70\xe9\x65\x36\xa4\x09\x68\xae\x55\xfb\xb1\xd2\xe2\x8f\x1f\x31\x91\xdd\x1f\x9d\xfb\xe3\xc0\x80\x8e\x38\x8e\x08\x1c\xf8\x9a\x57\x87\x03\x5f\x31\x07\xc1\x08\xfb\xf2\x9d\xf5\x96\x15\x76\x6e\x5e\x9d\x1f\x21\x37\x7d\x85\xbd\x7f\x32\x9b\xb0\xb3\xe6\x96\x19\x76\x6e\x9e\x72\xa5\x90\xa9\xc5\xbc\x47\x31\x9c\x6a\x6c\xef\x95\xfe\x25\x5d\xbe\x49\xdd\xca\xff\x52\x8b\x69\x0c\x3b\xec\x2b\x45\x5f\xb5\x27\x6b\x5e\x2c\xe9\x82\xb3\x5d\x40\xf7\x0f\x99\xe0\xed\xf0\x0f\x2e\xe9\x95\x43\x4f\x6c\x87\xd0\xfd\x03\x93\xad\x53\xda\x3f\x30\xd9\xbb\x5c\x6c\xb6\xaf\xe4\x6d\xe7\x0f\xce\xe8\x6d\xee\x07\xb2\x7a\x5d\x3f\x64\x99\xa5\xc9\x07\xb2\xd6\xf8\x92\xf6\x99\x1b\xe5\x81\x49\x57\xf2\xa6\xf0\x83\x57\x78\x87\xfa\x11\x38\x35\x99\x01\xa1\x2b\x2e\x66\x16\x1c\x34\x9b\xa5\xe0\x87\x24\xf0\xbe\xe5\xf3\xf8\x99\xaa\xcf\xa1\xae\xbd\x75\xf8\x24\x0a\x9a\x17\xf2\xdb\x8e\x3d\xed\x0e\x48\x16\xc4\x41\xf0\xd3\x41\xa2\x8c\x80\x44\x49\x5c\xbe\xbc\xf3\x02\x3d\xda\x3f\xf7\xcf\x2f\xe9\x58\x2b\xf9\x51\x5e\x5c\x8e\x73\x13\xc7\x7f\xc9\xc0\x9a\x71\x8a\x7d\x49\xc1\x5a\xc9\x82\xf2\x92\x82\xb5\x92\xea\xe4\x40\x5a\x63\x21\xc0\x81\x34\xc6\xee\xce\x78\x6e\x5c\x27\x44\xae\x35\x7e\x71\x6a\xce\x04\xfb\x3c\x90\xd6\x98\x3b\x80\x03\x8a\x21\xe9\x94\xf3\xce\x0b\x02\xe8\x6e\x90\xf5\x9f\xfe\x72\x53\x29\x4d\x28\xbe\x51\xba\x72\xbb\x0c\x8a\x3a\x47\x40\x93\x97\xc9\xa0\xa8\x73\x18\xd2\xd6\x86\xd8\x95\x2f\x7e\xd4\x95\xa0\x11\x07\xd2\xd4\x8c\x80\xd4\x1b\x4f\x1b\x67\xd1\xe6\xa9\xe1\x2c\x4a\x3c\x99\x03\x69\x89\x73\xb4\x0f\xeb\x9a\xf1\x69\xe5\xa5\xdb\x27\xa9\xf8\xec\x86\xc4\xf5\xa7\x47\x05\x39\x8c\x69\x28\xf1\xc7\x65\x30\xeb\x65\x40\x85\x70\xe3\x6e\x12\x46\xf2\x07\x35\x5e\xba\x49\xe9\xcc\xb9\xdf\x3b\xd0\x8f\x97\xd1\xa6\xe8\x7a\x52\x2d\x46\xe2\x57\xf6\xb7\xb2\x12\xcf\xcd\xd3\x93\xc1\x1c\x0f\x3a\x43\x57\x1e\xa5\x32\xd3\x54\xce\x5a\x07\x12\x95\x2d\xda\xcf\xe0\xd1\xca\x86\x84\x01\x5c\xea\xbd\x24\x67\xad\x1c\x9a\x5e\x92\xb3\x9e\x97\xc3\xa0\xf0\x71\xf9\x53\xe8\x2a\xfa\x76\xf3\x47\x7f\xa9\xbd\x66\x8b\x61\x20\x22\xb9\x07\x7a\xf1\x03\xaf\x44\xc7\x79\xed\x07\x7e\x21\xbe\xdf\x59\x18\x95\xeb\x91\x35\x78\xe5\x2c\xf6\x92\xa2\xb5\x56\x93\x5c\x41\xd0\x21\xda\x5e\x3c\xc1\x2b\xd9\x4a\x0f\xb4\x89\xd5\xce\xec\xe8\xcc\x9a\x89\xb4\x78\xa0\xc4\x4b\x37\x22\xe6\x41\xa8\xc5\x97\x1c\xae\x95\x43\xdd\x81\x7e\xc4\x75\x37\xa8\xb5\xe3\x54\xf7\xda\x51\xfc\x2a\x26\x42\x99\x7d\x67\x02\x0e\xbe\x78\x8a\xd7\xea\x79\x55\x40\xea\x5a\x3d\x91\x3a\xb6\xd6\xea\xee\x54\x04\x5f\x31\x11\x28\xdd\x4c\xe5\x0c\x76\x20\x96\xc0\x54\x20\xe3\xee\x8c\xa7\xf3\x3b\x65\xce\x9d\xb1\x9d\x3d\xd0\xd4\x1f\x5d\x8d\xc2\xfc\x5d\x41\x4c\x95\xe9\x49\x86\x84\xa0\xc4\x23\x7c\x71\xec\xae\x9c\xec\x0e\xa4\x61\x64\xb7\xcf\x30\x3c\xa8\x86\xa4\x8b\x6a\x14\x49\x29\x13\xf6\xef\xc5\x5f\xbb\x56\xf7\x0d\xed\x6c\x37\x67\x69\x88\xaf\xfa\xf7\xe9\xa7\x97\xae\x95\xf4\xf6\x1e\x46\x93\xf4\xc2\xf3\xf9\xc5\x61\x3b\x13\x87\xef\x40\x83\x6a\xe2\xa5\xba\x5a\xa6\x21\xba\x1a\xd0\xa3\x77\xcb\x90\x50\x27\x19\x12\x65\xf7\x7f\x6f\xac\xcf\xa7\x5a\x1c\x42\xbb\xbc\xe4\x91\xad\xdc\x3a\xbf\x53\x66\xdc\x99\x20\x7a\x2f\x7e\xe0\x95\x5b\xe7\x03\xa9\x6f\x46\x40\x1d\x51\x2b\xc7\xc9\x77\xa2\x93\xad\xa6\x87\x2e\x39\xc7\x01\xf2\x25\x5b\x6c\xba\x48\x41\x70\x40\x0d\x2a\x33\x7e\x14\xaf\xdd\x88\xdb\x91\x65\x75\x06\x78\x64\x19\xb1\xe3\x5e\xd2\xbd\x9e\x97\xd3\x60\xd3\x4b\x77\x0e\x8a\xac\x26\x50\xb9\x6d\xe7\x6e\x24\xef\x88\xb6\x6a\xee\xa1\x38\x49\x19\x0f\xe8\x17\x9f\xee\x1a\xeb\xa8\x38\x49\x99\xcb\xa7\x17\x0f\xef\x5a\xbd\xe4\xca\xac\x93\x2e\xb6\xb7\x07\xd4\x0a\x78\xc9\x07\x21\xe7\x9b\xc9\x6c\x88\xf1\xc7\xb2\x4a\x17\x9b\xbb\x65\xe2\x00\x57\x2d\x13\x65\x4e\x5d\xab\x97\x75\x80\xab\x2d\xa0\x73\x52\xed\x96\x82\x03\x92\xab\x40\x13\x11\xd5\x3c\x75\x53\x22\xaa\x5b\x28\xea\xe0\x5a\xab\xd7\x51\x76\xd8\xb9\x5b\x44\x4e\x70\xdc\x32\x71\xd2\x51\xaf\xea\x64\x1d\x6b\x33\x44\x2d\x0c\x62\x22\x85\x42\x7c\x2a\x5a\x51\xad\x75\x19\x22\x29\x83\xe5\xa7\x14\xa9\x19\x67\xf1\x17\x67\xea\xdc\xe3\x9d\x6e\x3a\xab\x45\xeb\x64\x32\xfa\x34\xd4\x48\xae\x10\xa0\x68\xc5\x98\x33\x91\x2c\x21\x20\x64\x6f\x9d\xbb\x99\xcc\x72\xc6\x08\xcb\x0b\x85\x7b\xce\xdd\x4c\x66\x81\xba\x16\xb5\xf2\xb5\xae\xd5\xe2\x7b\x81\xc8\x46\xb2\xc5\x04\x18\x37\x16\xb2\x84\x78\x11\x07\x14\x23\xf3\xc2\x71\xb4\xed\x23\x3e\x15\x1a\x79\xe1\x16\x68\xed\xad\xcd\x82\x03\x7b\x19\xa5\xa0\xad\xd5\x2b\xb5\x40\xdc\xe0\x5c\x4b\xb6\xa8\xdd\x3b\x1d\xb4\xa9\xdd\x62\x57\x07\xd6\x5a\x3d\x55\x37\x63\xb2\x0c\xbe\x91\x1d\xc1\x39\x6e\x38\x97\x27\xee\x76\xf2\x87\x12\xa0\x16\xc7\xd3\x78\x33\x0c\xcf\x1b\x06\xd9\xd5\x3b\x8d\x1b\x29\xe3\xcd\xc4\xcd\xa0\x4c\x9c\x37\xec\xc8\xd4\xa8\xd4\x40\xb5\x7a\x13\x72\x23\x64\x02\xc5\x6f\x78\x95\x57\xea\x26\x05\x42\xe0\xb8\xfc\xaf\x73\x9f\x01\x31\xe3\x46\x32\x59\x6f\xd7\xea\x65\xbc\x21\xdc\x15\xf5\x68\xfd\x17\xef\x50\xd3\x12\x77\xee\x25\x17\x6c\xad\x23\xa0\xac\x77\xcd\x50\xa1\x89\x65\x50\x2b\x3e\xe2\x25\xed\x8f\xa8\x55\x04\x68\xc9\xbe\x11\x5d\xfd\xaf\x5a\x89\x2e\xcb\x72\x99\x7a\xe7\x61\x59\x8e\xa9\xf7\xb0\xf0\x96\x7f\x76\xad\x46\x07\x19\x7e\xe7\x71\xfd\x33\x56\xfe\x4b\x0e\xda\x3c\xcc\x71\x36\x62\xc5\xc8\xb1\x39\x41\x76\xef\x82\xe4\x84\x5d\xab\x29\x67\x47\x16\x8f\x6c\x50\x28\xef\xcd\x1d\xea\xe0\x61\x69\xbd\x11\x96\x46\x32\xa9\x83\xf3\xf0\xde\xe1\x41\x3c\x12\x45\xee\x80\x87\x21\x0f\x0b\x64\xc2\x4b\x5f\xc3\x82\xfd\xd1\x41\x70\x58\x92\x3e\x70\xa0\x19\xef\x16\x9f\x56\x83\x92\xdd\x33\xea\xd9\xbc\x6c\x06\x3f\x40\x66\xcb\xc7\xff\x61\x61\xfa\x2c\x92\x80\x58\x28\xca\xac\x3c\x0f\xcb\xf6\x07\xa1\x3c\x2c\x95\x1e\x38\xd6\xb0\x58\xe2\xc8\x5f\xbd\x7f\x90\x1e\xba\xd6\x19\x9f\x0e\x3e\x75\xa3\x42\xee\x61\xa1\xf0\x80\x94\xc3\xc4\xf5\xc2\x6a\x08\xf4\x75\x40\xe1\x9a\x09\xe8\xf5\xb8\xbb\x21\x31\x17\x93\xcc\xcb\x71\x70\x58\xba\xbc\x88\x49\x4b\x25\x62\x36\x5f\xa3\xc5\xb7\x5a\x31\x2f\x2e\x1a\xdf\xbf\x16\xc1\x03\xaf\x2d\x07\xf9\x61\x0e\xae\xb3\x7a\xad\xa6\x0a\x9d\xd5\xf3\x30\x3f\x57\x6e\xa5\x5a\x4d\x23\x3f\x90\xd2\x54\xf1\x63\x22\xcd\x14\x7f\x6b\x90\x08\x25\x3e\xd5\x74\xb4\x80\x44\xce\xde\x35\xeb\xa8\x9e\x87\x39\xe6\x8f\xf3\xd7\x4c\xf1\x72\xeb\xe5\x34\xa4\xd9\xf0\x56\xf8\xa7\xb3\xd9\x30\x1b\x90\x3f\x75\xad\xa6\xb4\x1f\xc7\x8f\xe9\x75\x45\xe9\x3b\x2c\xc0\x50\xfa\xd6\x15\x7f\xa4\x45\xaf\x39\xa7\xfa\x66\x32\xd4\xa9\x3e\x0f\xcb\xba\x0f\x91\x39\x2d\xcf\x15\x49\xb9\x36\xd3\x28\x76\xdc\xc3\xdc\xf5\x93\x58\x6c\x66\xfc\x1f\xd4\x6c\x8e\xc1\x31\x3e\xb6\x01\x58\x7c\x0f\x73\x4c\x85\xed\xaa\xb1\x0b\x90\xd3\x76\x1e\xe6\x8a\x38\x6d\x5f\xb3\xc5\xa7\x22\x26\x73\xc5\x0f\x01\x3a\x5b\x7c\xdb\x54\x4f\x33\xf4\x13\xd4\x0d\x91\x89\xc6\xb3\xaa\xa0\xc8\x79\x98\x81\xe9\xfc\x5f\x9b\xf7\xe5\x1f\x94\x6e\xc6\xf3\x21\x40\x67\x8c\x51\x0c\x94\x40\x5e\x2f\x79\x5f\xcf\xcb\x00\xd5\x75\xb8\xc2\xd2\xa1\xbe\x92\xd8\xe8\x40\xa2\x74\x68\x1b\x6f\xf0\x8a\xc3\xe9\x8b\x37\x78\xba\xf0\x04\x3c\xe0\x59\x72\x3c\x4e\x5f\x9c\xbc\x2b\x39\x97\x0e\xc4\xca\x41\x39\x0b\xc3\xef\x06\x8b\x20\x9f\xec\x79\xd9\x0d\x0a\x59\xa6\x5f\xca\x06\x88\x6b\xbe\x17\x97\xec\x3c\x66\x40\x5a\x39\x10\x70\x25\x08\x60\x06\x34\xf5\x6e\x00\xc1\x59\xf0\x48\x3b\xa0\x66\x0e\x41\x4c\x72\xd8\xf3\xb2\x18\xd4\x7a\xe4\x7f\x1a\xde\xbd\xb8\x68\x67\x7c\xe5\x5f\x5c\xb4\x2b\x69\x91\xde\xc5\x29\x1f\xef\xf8\x97\xe4\xb1\x95\x8b\xc5\x97\xec\xb1\x19\x7f\xf8\x17\x87\xed\x4a\xdc\xb8\x97\xac\xb0\x19\xef\x99\x03\xfd\x48\x9d\x93\x0c\x6a\x1d\x97\x21\xc4\x2b\x66\xdc\x07\xd4\x74\x64\x4f\x0e\xf4\xb0\x5c\x2b\x08\x00\x07\xc0\x81\x3b\x13\xb1\xec\xc5\x81\x3b\x5d\x0b\xd2\x59\x32\xc0\xce\xb8\xbd\x1f\xe8\xe6\xe5\x32\x78\xa8\x9c\x88\x62\x2f\x69\x63\xd3\x85\xb1\xf6\x01\x5f\xbd\xa4\x77\x98\x60\xe3\xa3\xfe\xe2\xc3\x5d\xb9\x12\x7d\xc9\x30\x5b\xf1\x08\x7e\x57\x46\xbc\x2d\xcf\x95\x2c\xa4\x33\x0e\xec\x2f\x39\x61\x2b\x57\x99\x2f\x8e\xda\x95\xab\xcc\x77\x15\x72\x7b\xe0\x82\x75\x40\x4d\x32\xbb\x66\x12\xc1\x9e\x97\xd3\xa0\x3a\x00\x5f\xc5\x1d\x3b\x9b\xe9\xe1\x8e\x5d\xb9\x66\x7c\xc9\x13\x9b\x89\x3f\xf6\xe2\x8e\x9d\x71\x3c\x3a\x10\xff\x73\x83\xac\x38\x7b\xef\xa5\x24\x52\x29\x5d\x39\x5e\x7e\xfa\xd4\xcd\x3b\x7f\x50\x0e\x50\x6b\x55\xdd\xbe\xce\x82\xd3\x74\x25\x67\xed\xca\x35\xe3\x81\xd4\xa2\xc9\x4a\x29\xa6\x2a\xae\xcd\x2f\x99\x64\xf3\x34\x91\x71\x86\xc7\xdd\xfd\xc5\x75\xbb\xfa\xcc\x60\xd7\xed\x74\xfd\xfd\x51\xcb\x98\xdc\x71\x52\xab\x5c\x7f\xdf\x6a\x19\x4d\x9d\x72\xde\xce\xd3\x04\x58\x3d\x8b\xd3\x10\x2d\x76\x43\xa2\x6a\x8e\x09\x38\x76\xe7\x69\x02\xac\xb0\x03\xf8\xe1\x52\x92\xa9\x94\xf0\x34\x39\xe0\xd9\x09\xcf\x1c\x2f\x27\x2f\xdd\xa2\xd4\x66\x16\x0f\xb8\x6f\xe7\x69\x1a\xab\xcc\x62\x8b\x77\xc2\x94\x16\xef\x84\x29\x1c\x1a\x97\xd2\x4c\xa5\x74\x99\xab\x54\x58\x67\x73\xc7\x49\xcb\x72\x99\xad\xa0\xe2\x9e\xa6\x55\x54\xd5\xd3\x88\xdb\x40\x31\x24\xf7\x6a\xcc\x4d\x0e\xe8\x47\xaa\x27\xff\x71\x91\x97\xc9\xb8\x82\x5a\x9b\x10\x54\x2f\x0e\xdd\xd5\x97\x9e\x0b\xb5\xf6\x34\x8e\x37\x46\xc5\xa9\x61\xc9\xfe\x3b\xa5\xe4\x65\x45\xe7\xed\x3b\xd0\xa5\x1b\x86\xe4\x84\x52\x2f\xae\xe0\xd5\x77\xa0\x4b\x49\xaa\x92\x33\x4a\x1d\x50\x6b\x5e\xa3\x5a\x31\x9d\x1e\xef\xb4\xe4\x35\x6a\x95\x0c\xf2\x02\xe8\xfa\xe1\x54\x63\x10\x9c\x33\xce\x37\x78\x4e\x77\xcf\xb7\xfb\x1a\xa0\xd0\xc3\x68\xd5\x49\xb9\x94\x4c\x01\x52\x8a\x1f\x70\x19\x54\xef\xd8\x5b\xac\x4e\x9a\x25\x6c\xc4\x0f\x28\x3a\xeb\x51\x11\xf3\xcc\x96\x6d\x61\x4e\xde\xfa\x3f\x83\x6f\xbc\x38\x9d\x67\x4b\xd3\xd5\x61\x42\xe6\x6c\xdd\xf3\x6c\x92\x54\xbc\xb9\x8c\x37\xd9\x4b\x8e\xdf\xf3\xd2\xdd\xd3\x99\x77\x7a\xf5\xe4\x21\x5e\x7d\x0f\xbc\x3a\xf4\xea\xd5\xe3\x92\x61\x7a\xb9\x06\x34\xe1\x89\xe5\x56\xc1\x77\xc4\x0b\x45\xf9\xf4\x4c\x72\xa9\xe0\x1b\xe3\x25\x5b\xf0\x3c\x3d\xfe\x01\x2b\x1d\xae\x05\x5a\xc2\xa2\xf5\x80\x4c\xeb\x8c\x7f\x6a\x5a\x87\x7b\x23\x83\x68\x22\x47\x1e\x48\x8b\xee\x7e\xcb\xb7\xbc\x92\xef\xe8\x40\x5a\x3a\x8e\x18\x78\x9a\xd7\xf6\x07\x69\x14\xde\x4c\x28\x0b\x55\x72\x52\xa3\x03\x0a\x77\xfe\x5e\x8a\x07\x9a\xb0\x26\xe4\x62\x36\x3f\xd9\x93\x79\xdb\x81\xfe\x7d\x5a\x24\x2a\xb9\x54\x4a\xd9\xa8\x3b\xa1\x1d\x4b\xaf\x09\xd7\xf5\x9e\x64\x42\x3b\x96\x65\xa8\xd5\xa7\x85\x17\x8a\x74\x6c\xc7\x0e\xa4\xf1\xba\xa3\x0a\x09\x97\x9c\xb3\xe6\xc5\xf9\x3b\x39\x6d\xcc\x8b\xf7\x77\x6d\xde\x4c\xa0\x4a\x5f\x16\x6c\xa8\xd2\x9b\xa5\x3e\x57\x15\x29\xd7\x78\xa9\x45\xf5\x18\x75\x55\x91\x97\x65\xe0\x62\xbf\xe2\x31\xa2\x75\x6f\x16\xf4\x4b\x1b\xad\x65\xde\xb1\xa0\x95\x6c\x64\xc4\xa7\xbc\x59\xec\xaf\xe9\xae\x36\x83\x5b\xff\xec\x86\x1e\x5e\x06\xf8\xea\x25\x7d\x95\xc2\x3e\x2f\x8b\x24\xf9\x98\xe7\x65\xe9\xc1\x8d\x47\x5b\xee\xaa\x66\x7c\x99\xe9\x2c\xb6\xba\xcb\x9d\x83\xcf\x7a\x67\xa1\x1b\x8f\xbc\x52\xbc\xd3\x0e\xd1\x2b\xa5\xf0\x72\x99\x68\x02\x2f\x3e\xe6\xc9\x39\x44\x0e\x78\x28\x6c\x99\xeb\xeb\xfe\xa3\xf6\x2b\x20\x55\x6a\xa6\xaf\x38\x71\x79\x79\x83\xc4\x85\x47\xbf\xe2\x9d\x9a\xf0\xa6\x47\x37\x1c\xd5\x97\x38\xb8\x9c\xe7\x65\xd6\x7d\x23\x9e\xb3\x71\x43\x39\xae\xf2\x32\xef\xbe\x11\xcf\xd9\xc8\xa1\x24\x57\x79\xe5\x80\x34\x51\xe6\x54\x72\x48\xaf\xdd\x2b\xc5\xdd\xc8\x32\xa3\xe2\xfa\xa3\x7b\x5b\x81\xaa\x7f\x99\x4f\x29\x6e\x5c\xed\xde\x56\x28\x6e\x5c\x8e\x0d\x29\x77\x21\xa9\x98\x71\xea\x2e\x24\xc7\x86\xf4\x46\x3c\x17\x8b\x52\xa5\xb9\xca\x44\x09\x7a\x71\x50\xcf\xcb\x1b\x22\x5d\x62\xd4\x6e\x5c\x90\x95\x7a\xed\x57\xbc\x23\x39\x9e\x07\xa5\x90\x73\xd5\x6a\x85\xb5\xe1\x22\xc5\x63\x94\xd5\x7a\x5e\xc6\xb0\x8d\x44\xb6\x9a\x63\x6d\x49\xe4\x65\x0c\xc3\x6c\x7d\x99\xc9\x2b\x92\x5c\xed\xc6\x29\x65\xc1\xca\xcb\xbb\x05\x6c\x0f\x56\x5d\xff\x66\xd4\x38\xbe\x2f\x6f\x17\x94\x30\xab\x76\x23\xe3\x46\xc8\x94\x68\x51\xd2\x3a\x36\xc8\x0f\x04\xc7\xf1\x95\x64\xcf\xd5\x5a\x8d\x85\x1d\xc2\x6a\x01\x09\x1d\x8a\x99\xf1\x03\x69\x78\x47\x80\x71\xc1\x32\xf7\x57\x34\xec\xea\x7b\xbb\x85\x71\xc1\xea\x01\xb1\x72\x66\xbf\x4a\x5a\x95\x63\x2b\xad\xbb\x85\xe4\x64\x11\x07\xd4\xca\x59\xe6\x62\x6b\xb0\xcc\xd4\x65\x6b\x90\x9c\xd9\xe1\x25\xe9\x73\x26\x48\xce\xbb\x5e\xc6\xe1\x1d\xc9\xcb\x38\x2c\xb7\x14\x17\xae\x76\x13\xc7\x0b\xe3\xb0\x9e\xc9\x5e\xec\xb1\x3f\x27\x02\x77\xb2\x9e\x69\x29\x71\x55\x5e\x23\xa0\x57\xf5\x30\x1d\x2f\x64\x65\xf9\xa3\x28\xdb\xb5\x9b\x90\xb8\xa1\x58\x26\xe3\x17\xb2\xb2\xea\xc6\x3e\xee\xdd\x64\xf5\x22\x54\xad\x73\x59\x8a\xba\x9d\x97\xf9\xf1\x8b\x50\xb5\xee\x66\xbd\x30\x92\x19\x9f\x8a\x5a\x8c\xac\x98\x45\xac\x19\x5f\x6a\x72\x2c\x55\x94\xbb\xaa\x5a\x91\xb3\x5e\x30\xc7\x8c\x5b\x39\xab\xab\x15\x39\x24\xad\xce\xcb\x8c\xfb\x85\x71\xd7\x68\x42\x8c\xbb\x9b\xe6\x7e\x64\x14\xac\xa6\x07\xd9\x4c\xe4\x65\x5e\x8d\xe5\xc3\x5a\xf1\x29\x7f\xa4\x6f\x3f\x78\xd5\x0a\x68\xe8\x5d\x33\x24\x5c\xf1\x2d\xfb\xc2\x4a\xde\xca\xa2\xf5\x53\xac\x33\xa2\xab\x7c\xf8\x4d\xa6\x89\x6f\xf4\x47\xa6\xd7\xd4\xe0\xb2\x1f\xa9\x5e\x93\x03\x36\x7e\xb7\xa3\x2d\xe1\x07\xf8\x39\xd9\x6b\x47\xcf\xf1\x91\xed\x35\xd9\x4a\xfa\x80\x5d\x01\xf7\x57\x80\x8a\xdf\x33\x5b\x34\x34\xff\x4f\x50\x19\x1b\x08\x3c\x74\x40\x05\x80\x2a\x7f\xed\x6e\xe2\xec\x47\xbb\x04\xb0\x1f\xf1\x56\xa1\xbd\xd9\x81\x7f\x78\x74\xa6\xbe\xb4\x75\xff\x70\xe9\x4c\x03\xa5\xeb\x87\x4f\x67\x1a\x1c\x7b\x3f\x9c\x3a\xd3\x20\xd4\xea\x01\x89\x81\xb7\xdc\x90\xa2\xc5\x4f\x8c\xd2\x0e\xa8\xf1\x62\xa5\x72\x40\x45\x3f\xc5\x38\xf1\x23\xa1\x6d\xea\x6c\xb5\x3f\x1c\x44\x53\x27\xba\xc8\xe7\x94\xb6\x83\xcb\xd3\x0f\x17\xd1\x34\xd1\x8a\x1e\xf0\x26\xd4\x51\x34\xb4\xc9\x7b\x11\xdd\xd0\x78\x7b\xac\x91\x22\xb4\xf5\xf4\xd7\xd0\x8f\x00\xbb\x01\x6a\xbc\x9c\xf9\x3f\xa7\xcb\x9d\x1c\xd6\x3e\xf2\xe5\xa6\x86\x27\xe0\x01\x33\x81\x82\xe3\xad\x82\x67\x72\x61\xf5\x39\x9d\xee\x20\x60\xdf\x01\x15\x66\x1b\x2e\x77\x40\xc5\xcf\xe4\x50\x7a\x40\xc5\x2e\x65\x13\xfe\x91\x7c\x37\x35\xdc\x36\x0e\xa8\x90\xe0\x88\xb6\x0f\x2f\xd8\xd4\x31\x8d\xfb\x70\x83\x4d\x1d\x15\xc5\x17\x7e\xb0\x23\xe6\x8a\x9c\x27\xe5\xdf\x1b\xef\xf3\x2d\x99\x23\x72\xd4\xa4\xb4\x19\x7f\x5d\x26\xbb\xc1\x88\x66\x37\x71\xb5\x03\x61\xc5\xef\x7b\x8f\x3e\xea\xbe\xb0\xc3\xe2\x3f\x1c\x70\xd3\xa8\x7f\x6f\x89\xce\x38\x3d\x7a\x82\x89\x72\xd3\x71\xc0\x41\x68\x35\x4f\x24\xb1\xce\x7a\xd0\x1c\x01\xf0\x08\xfc\x7f\xc0\x9b\x25\x8a\xb7\x04\x9d\x0d\xfc\x25\x4c\x22\xc1\x04\x0e\xf8\x12\xb5\xd4\x98\x22\xde\x32\xfe\x50\xc3\x41\xc0\x0a\xbd\x22\xc4\xb8\x43\x86\x1c\x30\x89\xd6\xaf\x61\x30\x8b\x8c\xea\x34\x58\x88\xcf\x1f\x6f\x35\xde\x6c\xfc\x6d\x44\x05\xad\x2d\xde\x12\x73\xd9\x93\xd3\x44\xdc\x83\xd4\xee\x07\x24\xca\xdd\x15\x6f\x35\xde\x36\xa3\x1b\x37\xed\xc6\xc7\x9b\xbc\x07\xf1\x96\x50\xe4\x46\x1c\x25\x5c\x4e\xbd\xb4\x78\xfb\x23\xae\x76\xf4\x4a\xc8\x8e\xcd\xf8\x47\xce\xe5\x34\x8a\x17\x94\xb8\xe9\xb3\xe5\x78\xab\xf1\x76\x73\x2f\x69\xe2\xd3\x20\x23\xc8\x87\xa3\x74\xaa\x2d\x86\x20\xe2\xae\x2d\x66\x52\xc4\x3d\x92\xd7\x88\x23\xf7\xc0\x40\xf4\xc3\x91\x3a\x8d\xc0\xdf\x06\x71\xb7\x98\x49\x88\xfb\x8a\x21\x88\xb8\x1b\x39\x10\xbf\x3b\x42\xaf\xa7\xf8\xf8\x25\xe0\x62\xf4\xf9\x07\x4f\x8d\xb7\xca\x07\x90\x2a\xab\x4f\xae\xe8\x56\x8d\xde\x8d\xb0\xe6\x23\xd6\x17\xe2\x9e\x31\x40\x11\xb7\xe5\xc7\x87\x4b\x77\x1a\x97\xc9\xb7\x91\x6a\xa7\xcc\x00\x3b\xe9\x12\xe2\xe3\xa1\x6e\x54\x0f\x81\x78\xdf\xf9\xef\x63\x11\xf7\x30\xbb\xe2\x3a\x60\xe4\x3f\x50\xcc\xac\xcf\xe8\x33\xcc\x3b\x70\x92\xf0\xd9\x44\x1a\x3c\x20\xf8\xbc\xa2\xe6\x8f\x60\x94\x06\x89\x30\x9d\xaf\x00\xb5\xbe\x39\x46\x04\xfd\xfe\xcd\x95\xe8\xb7\x21\xf6\x3e\x1c\xd3\xd3\xe8\x31\xb1\x1b\x66\xd6\x97\xc1\xce\x5c\x79\x7d\x45\xbf\xb5\x5c\xee\x15\x99\x80\xda\x5f\xbb\x0b\xdc\x88\xb7\x62\x66\xd7\x1f\x28\xfa\xcd\xb1\xdc\xd0\x6f\x8b\xb9\xda\xac\xef\x15\x6f\x7f\x08\xba\x18\x02\xfc\xca\x72\xa0\x3b\xbf\x4c\x09\x30\x91\xb8\xa5\x1a\xcc\x10\xec\x65\xb0\x90\x75\xa1\x19\x74\x0c\xf8\x6e\xb0\xb1\xdc\xc3\x60\x17\x8a\x5e\xf1\x5f\x82\xeb\xd5\xa8\x19\xe1\x9c\x96\x41\xa2\xd6\xe5\x00\x45\xbf\xcd\x8b\xd2\xa1\xdf\x75\x45\x27\xc1\xe7\x19\xed\xbe\x04\x6f\x0c\xf0\x47\x42\x92\xf8\x98\xfc\x16\x51\x33\x69\x1d\x5a\x0b\x50\xc2\x6a\xa4\x7f\x26\x06\xf8\xf0\xee\x3f\x8c\x61\x1a\x14\xf3\x6e\xa6\x48\x92\x8e\xf7\xb1\x02\x64\x32\x66\xb4\x43\x24\xe8\xea\xc9\x80\xb8\x51\xe6\x7f\xa4\x28\x4f\x33\x5f\x51\xf3\x22\x10\xaf\xa7\x0a\xe2\xc6\x7f\xe7\x23\x58\x40\x9a\x98\x30\x7c\x44\x0b\x48\xb5\xb5\x78\xfb\x32\x73\x9e\x0c\x88\x7b\xfc\xbd\xfd\x88\xa2\xef\xb7\xc4\x0d\xe6\x4e\xe3\x80\xe9\x7f\x27\x05\x6e\x91\x5a\x89\x25\x72\x2a\x12\x8b\x05\xae\x91\x5a\x8f\x89\x24\x4e\x7b\xf2\xb6\xa6\x23\xb9\xb3\x85\xa4\xbc\x38\x0e\xdb\x88\xff\x92\xf6\xca\x0c\x98\x90\x85\x95\xc0\x4f\x07\xbc\xff\x77\x0e\xa4\x2b\xa9\xd4\x72\x89\x86\x1e\xba\x11\x35\x13\x1b\xff\xaf\x93\x3f\x56\x21\x6a\x16\x71\x57\x53\x15\x49\x12\x9c\x23\xe9\x80\x89\x78\x96\x6e\x48\xc4\x3d\x5b\xcc\x86\x88\x7b\xf6\x40\x76\x02\x8d\x76\xf3\x27\xd9\xf1\x24\x1b\xbe\x7e\x44\x54\x38\x22\xd4\xdd\x40\x38\x63\x32\xfa\x11\x53\x21\xa7\xb5\x02\x5c\x24\x6e\xf1\xa2\x88\xb8\xed\x4b\x75\x40\x31\xb3\xda\xa3\xcf\x0f\xb3\x11\xed\xbe\x24\x09\x8a\xff\x0a\xd9\x63\xdb\x4a\xd2\xf8\x3f\x4e\x3f\x9c\x18\xc1\x3b\xb3\xe1\x48\xf7\xe6\xe5\x83\x98\xd5\xc3\x74\x33\xd8\x79\x17\xcb\x1f\xd2\x44\xcc\x69\xcc\x19\xa4\x07\x9a\x66\xb1\xc3\xc4\xfd\x57\x95\x98\x59\x33\xb6\x93\x46\xa2\xad\x1e\x6f\x97\xb8\xd7\x15\x35\xb3\x33\xfb\xeb\xe4\x26\xe3\x45\x31\x48\x3a\x85\x16\x1f\x6b\x7d\x67\x8b\xaa\x7e\x84\xd9\x8f\x3e\x23\x9c\xcd\x62\xb1\x66\x9a\x81\x93\xba\x78\x4c\xd6\x2a\x7e\x44\xa1\x48\xad\x79\xea\x06\x3b\xef\x66\x92\x24\x72\xa5\xcd\xbf\x0e\x48\x3a\x24\x8b\xdf\x11\x69\x40\xe2\xe3\x41\xf4\x58\xcf\x86\x33\x0d\x79\x8f\xa0\x8c\x17\xa9\xb5\x2b\xde\xc2\xbc\xaf\xe8\xd5\xfe\xdf\x45\x28\xc9\xe9\x66\xec\x71\x87\xe9\xd7\xdb\xba\x61\xfa\x8d\x79\xb6\x70\xf6\x72\x93\x4c\xa3\x4d\x6f\x28\x06\x3b\xef\x65\xce\x30\x10\xce\x97\x37\x32\x43\xf4\xdb\x83\x2f\x3a\xd9\xc6\xa8\x51\x95\xf3\x2c\xc4\x7f\xe1\x57\x66\x23\xc3\x3b\xef\x19\x20\xd1\xb2\xcd\x28\xc8\x85\x37\x4b\xe0\x86\xe8\x77\x06\x63\x1c\x16\xce\x7f\xdd\x20\x8d\x48\x4c\x2c\x3b\xef\xa0\xdf\x01\xfd\xf6\x40\x86\xc8\x6e\xe1\xb7\xd0\xef\x18\x01\xb2\xf9\x0a\x14\x85\x7e\xc7\x0c\xb0\x20\x52\xdc\x2b\xd1\x6f\x5b\x26\x49\xd9\xaf\x9d\x4d\xdf\xff\xa9\x1a\x9d\xeb\xff\x97\xef\x73\x2b\xec\xec\x62\x1f\x31\x42\xd2\x88\x2d\x3d\x29\xfc\x46\xfa\xab\x77\xb1\xa7\x8d\x8f\xb5\xf6\x18\x06\x1d\x70\x93\xe1\x24\xba\x48\x78\xeb\x1a\x6f\x39\x85\x5c\xf1\x96\x8d\x4a\x8d\x01\x48\x70\x37\x57\x45\xd2\x13\xab\xa8\x0e\xe8\x54\x5b\xd3\xa0\x70\x3d\xa4\x3c\xb9\x04\x07\xbe\xcd\x07\xd4\x5c\x5c\xe6\x92\x64\x13\xec\xd1\x2e\x26\x7a\x6d\xae\x68\xc8\xb8\x1e\x20\x6b\xef\xe1\x4f\x6f\xbc\x73\xfc\xf7\x26\x92\x79\x34\xb4\x39\xa2\x19\xbc\xd9\x8a\x78\xd7\x4a\xee\x92\x69\x59\xbc\x7d\xfb\x42\x76\xbb\xcf\xce\x14\x19\x83\x8d\x6f\xcb\xee\x20\x25\x14\x0e\x1f\xc9\xc4\x52\xf6\xc6\x6c\x7f\x28\x8f\xa4\x72\xf8\xae\xf5\x61\xda\x9b\x48\x9e\xf1\x5d\xf7\x35\x89\x1d\x95\x95\x80\x53\x05\x1c\x01\xb3\x64\xc3\x29\x58\x8e\x60\x53\xe3\x2f\xec\x6f\x32\xce\xa3\xdf\x75\xa7\xa9\x1d\x7b\xc6\x63\x54\x05\xb7\xae\xa4\x71\x05\x3d\x05\xd6\xca\xe0\x0d\xaa\x82\xc7\xb1\x67\x0e\xf1\x9f\x82\x4d\x18\x45\xfc\x3e\xbf\xeb\xce\x2b\x13\xc1\x44\x72\x55\x05\x72\xc9\x3d\x05\xf4\x34\x73\x04\x39\x05\xf4\x34\x6f\x54\xe7\xf8\x80\xaa\xc0\xf1\x36\xb4\x4b\xff\xae\xbb\x4c\xf4\x9e\xf8\x7e\xaa\x40\xd7\x6e\x19\xa7\xce\x53\x80\x56\xe0\x14\xd0\xd3\x72\x73\x15\x9a\x65\x9b\xfb\x5d\x77\x9d\xba\xaa\xcc\xf8\x6c\xaa\xe0\x47\x28\x22\x39\x6a\x9e\x82\xbb\xb8\xeb\x39\xbb\x60\x4e\xff\xa5\x44\x01\x11\x91\x64\x70\xfb\x5d\xe7\x78\xe8\x29\xcc\xcd\x05\x0a\x7b\x91\xf1\xdb\x54\x81\x92\x12\x64\x5c\x30\x55\xf0\xc5\x17\xf4\xb4\x11\xfb\xee\x14\xac\xbf\x02\x56\xae\x5c\x2e\xc0\xf0\x1f\xe7\x4c\x15\xa0\xbe\xc3\x23\x53\x05\x3f\xa3\x43\xa1\xa7\x0d\xc7\xc1\x8c\xef\xe5\x77\xd6\x3e\xc5\x17\xf4\xb4\x2f\x47\x5b\x92\x75\xac\x0a\xb0\xa1\xc1\x25\xf3\xbb\x8e\x88\x8c\x3a\xe8\xe9\xb0\xce\x28\xcb\x4c\x56\x05\x58\x98\x66\x59\xc3\x9e\x82\x1b\x35\x06\xce\x9a\x2a\x90\xed\x5a\xc6\x5f\xf3\x14\xec\xe2\xc5\xae\xc5\x05\x0e\x6b\x23\xe3\x57\x15\x3c\x84\x8f\xd2\xb6\xe6\xbb\xee\x39\x15\x26\xf1\x14\xd0\xd3\x69\x55\x3f\x2e\x9a\xa7\x00\x37\xde\x53\x30\xa3\xe0\x76\x3f\xe8\xe9\x22\xa5\x53\xce\x32\x78\xa5\x80\x70\x5d\xda\xb3\x9e\x02\x6c\x04\x32\xfe\x9b\x2a\xd0\x0d\x5b\xc6\x69\xf3\x14\xdc\x97\x71\xac\xd1\xd3\x1b\x7b\xcb\x53\x40\x4f\x6f\xdb\x27\xe4\xda\xba\x0b\x96\x27\xb9\xd1\x53\x67\x5e\x3b\x05\xf4\xf4\x59\x4a\x46\x78\x0a\xe8\xe9\x6f\x35\xc2\x18\xd5\xfe\xff\x6c\x46\xfe\xff\xb9\xff\xdf\xff\xaf\xdf\xff\xfa\xcf\x7c\xfd\xd7\x7f\xfc\xe7\x38\x5c\xe6\x7f\xfd\xe7\xa3\x44\x7b\xe7\xa7\xfd\xd7\x7f\x1c\x1e\xf3\xc8\x74\xe3\xfc\xb0\xaa\x93\x8f\x36\x65\xba\xfc\x96\x0e\xf1\x11\xc1\x9e\x1f\x1c\x51\x54\x42\x55\x1b\x16\x35\x2f\x95\x55\xca\xe8\xfe\x54\x0b\x9b\x16\xf0\x57\xa8\x2a\xa1\x7e\xee\x6f\x15\xee\xfb\x51\x20\xfe\xff\x7c\x14\xfa\x2e\xe3\x17\xf9\x28\xd6\xdd\x7f\x3e\x85\x85\x95\xb5\xd1\x23\x1b\x89\xf3\xf3\x11\x89\xaa\xfd\xaf\xff\x7c\x2a\x63\xa8\x70\x1d\x49\xc6\x47\x77\x50\xe7\xa7\x50\x76\x7a\xd2\x68\xa3\x81\x6c\xd2\xcf\x3f\xba\x43\x39\x3f\x9b\xb2\xaa\xb2\x1f\x65\xb4\xd1\xc7\x29\x5b\x1a\x6d\x63\x1d\xa4\x73\x7e\x1a\xed\x36\xb7\x3b\x54\xdf\x99\xb4\xf3\xf3\x52\x76\xc6\xb6\x19\xc7\xd6\x2e\x27\x49\x45\xfa\xfc\x96\xfa\x87\xb7\x1c\xbe\x44\x8f\x6e\x90\xcf\x8f\x96\x56\x9a\xbc\xe7\xc7\x38\x7e\x1e\xef\xd9\x13\x3c\x1f\xe3\xf8\xc0\xbc\x7e\xe6\xe5\x95\xb9\xd6\x7f\xbe\x17\xdf\x49\x0b\xf0\xca\xd8\xea\xfc\x50\x26\x3d\x75\x42\x48\xe8\x81\x4c\xfb\xa8\x1a\x12\x79\xf3\xf4\xe0\x72\xdd\x6f\xa4\xd9\xa3\x9c\x7d\x76\x6e\xba\xe3\x4c\x98\xdf\xeb\xc1\xe5\xba\x56\xcc\x53\x91\x4f\x78\xc0\xbc\xcc\xa5\x2b\x4a\xb9\x43\xa7\x74\xc5\xb7\xda\x79\x4a\xda\x66\x1c\xca\x78\x38\x72\x56\x07\xa6\x8c\x2b\x19\x0f\xaf\xa4\x20\xa5\xf7\xe5\x52\x89\xca\xec\x7a\x0f\x7e\xf3\x70\x44\x64\x76\x1f\x76\xb4\x26\x9c\x2d\xd4\x2b\x87\x31\x1e\xa4\xc1\x59\x97\xcb\x85\xcb\x7a\x70\x39\x75\xe7\xe9\x16\xb3\xbf\xd7\x7e\x38\xe3\x81\xc2\x83\xd4\x22\xa8\x2d\x33\x19\x01\x79\xf8\x51\x4e\x6f\x5a\xf4\x9c\x6b\x1e\x47\x5b\xcf\xf8\x87\xf0\x40\x79\xa5\x5c\x87\x78\x1e\x48\x91\xae\xd2\x19\xb3\xcd\x6e\xc7\xf1\xce\x33\x3e\x06\x3c\x4c\xca\x07\xe5\x67\xf2\x78\xa0\x37\x3a\x71\x65\xd2\xb4\xf1\xf0\x50\xee\xef\x63\x16\x26\x66\x02\x68\x94\x0e\xf8\x44\xf9\x4b\x39\xdf\x8b\x95\xf1\xa0\xb3\xc4\xe5\xd2\x1e\xa5\xb2\xa9\x41\x1f\x71\xc0\x3b\xca\x37\xe5\xf4\xe6\x8e\x51\xdd\x1e\xd5\x6c\x2e\xef\x51\xee\x7a\x68\xf5\xb9\x8d\x5d\x68\xf3\x74\x8e\xc8\x58\xf0\xe9\x41\x18\xea\xa4\xc8\x79\xc5\x0a\x92\x0b\x24\x25\xcc\x8c\x33\xc9\x40\xf4\x80\x3d\x11\xb6\x57\x79\xd5\x28\xaf\xee\xcd\x2a\x2e\x7f\x5c\x4e\x3d\x24\x29\xcc\xab\xc5\xf7\x5c\xc1\x66\x3c\x9e\x33\x26\x29\x3c\x80\xd7\xcc\xfd\xea\xc6\xcb\xc5\xe9\x3b\x73\x27\x9d\xc9\x55\xc0\xc3\xa0\x3c\xbb\xfc\x89\xf2\x97\x72\xad\xc9\x1a\xd1\x2e\x67\xde\x4c\x38\xda\x03\xf6\x28\xa7\xdd\x31\x5d\xfe\x73\xf9\xe2\xfb\x49\xfd\xda\x1a\xf3\xd0\x29\xef\x2e\xff\x45\xf9\x47\x39\xf5\xac\x98\x67\xe5\xb4\x4b\xf9\x5a\xd5\xe5\x25\xca\x1b\xe5\xdd\xe5\x23\xca\x6f\xca\x97\xcb\x9f\x28\xd7\xb8\x30\xc4\xca\xeb\x8d\x79\x78\x99\x67\x4c\x07\x32\x29\xb2\x79\xe0\xea\x57\xa5\x0a\x37\xc6\x83\x82\xcb\x63\x91\x9f\xf7\x6b\x3a\x64\x33\x9a\x3a\x49\x1d\xf3\xfe\xb9\x37\xf8\x2a\x1f\xfe\xd8\x5c\xfe\xb9\x9c\xcc\x21\xe8\xc4\x0f\x38\xa3\x1c\x75\x03\xfc\x02\xe7\x62\x1e\x7c\xad\x37\x5c\xfe\xba\x9c\x6b\x73\x02\x71\x97\x29\xab\x5d\x1e\x32\x47\x80\xe4\xf2\xe9\x72\xae\xe9\x26\xa5\xab\x46\x29\x67\x56\x97\xf6\x28\x7d\xa8\xa3\x50\x7e\xff\x5c\xae\xd3\x46\x26\x07\x59\x99\x29\xda\x4c\x96\x13\x8b\xbe\x98\x22\xca\xcc\xc8\x5f\xb2\x94\x15\x9c\x2e\x79\xf8\x11\x2b\xb0\x53\x7e\xbb\x9e\x4c\x3d\x5c\x51\x97\x59\xa2\x9e\xc2\xf6\x15\x8b\xc8\x32\x91\xc6\x7a\xd0\xdd\x05\xad\xb6\xf8\x9a\x2b\xf4\x49\x1f\xdb\xed\x91\x5a\x0e\x1d\x09\xc2\x16\x87\x0d\xcd\xff\xbf\x3d\xce\xaf\x84\x98\x3a\x0f\x3f\xfd\xad\xd0\xd5\x19\xe5\x66\x78\x2c\x63\x99\xda\x83\xea\xc1\x48\x25\x36\x5b\xf0\x71\xe1\x81\xf2\xc9\x10\x7e\x51\x0f\x3e\xf5\x99\xe8\x92\x85\x44\x67\x7a\x70\x77\x1b\xed\x7e\xf1\xbd\xa2\x99\x25\x87\x59\x3d\xe0\xe7\x72\xdd\xdb\x64\x2e\x5b\x0a\x09\xc5\x78\x40\xbc\x49\x4c\x94\x25\x17\x18\x1e\x94\x62\x05\xb5\x43\xd9\x79\xb3\x34\x9b\x6d\x94\xe3\x83\xd7\x2d\xab\x55\x3d\xa0\xa1\x44\x0d\x55\xb7\xe7\xe1\x3c\xe8\x82\x88\xc3\xfa\x01\x47\x94\xa3\x1c\xd5\xc9\xbb\x12\x33\x85\x87\x4e\xb9\xbf\x47\x38\x57\xc2\xa1\x24\x87\x15\xab\x64\xaf\xe7\x41\x68\x8e\x20\x3a\x60\x7c\xbf\xfd\x7d\x57\xf9\x82\xc5\x9f\x87\x42\xf9\x72\xf9\x1b\xe5\x3a\xfa\x13\xf6\xaa\xee\x15\xed\x2e\xb7\x2b\x01\x75\xc0\xf8\x7e\xf9\x7b\xd7\x73\xbb\xff\x30\x9f\x89\x26\xe4\x80\xbf\x28\xff\x28\xa7\x9f\x0b\x26\x73\x1e\xd0\xc9\x8c\x28\xbf\xa3\xfc\xe5\x7b\xe6\xe1\x9e\x9b\x72\x12\x64\x3a\xf6\x52\xdd\xf7\xf2\x3c\xe0\xe6\xe5\xa8\x48\x95\x50\x24\x3c\xa0\xce\x9f\xf4\xff\x86\x94\x2a\x11\x48\x92\xe3\x11\x1d\x30\xbe\xbf\x99\xff\xe5\x7a\xee\x68\x17\x95\x2c\x16\x4f\x75\xdf\xb0\xbd\x4a\x44\x92\x34\x31\xef\xa8\x84\x1d\xe1\x21\xfd\xf7\x45\xcb\x01\xef\x28\xdf\x94\x53\xcf\x8e\x7e\x6e\xe6\x19\x8d\x68\xdd\xfb\x76\xfd\xdb\x1a\xad\xe4\xfa\x63\xde\xb6\x75\x3b\x99\xfa\x1f\x36\x7c\xe7\x81\xfa\xf3\x74\xb9\xd7\xeb\xe1\xa2\xb2\x14\xea\x7f\x10\x6a\xe7\x81\x0b\x21\xe3\xe1\x3b\x5d\x3f\xc6\x2f\x8e\xd8\x71\x40\xd7\xf3\xba\x9e\xca\x7c\xbe\xab\x44\x39\xf3\xb0\x96\xcb\xa3\x1e\x5d\x63\x2e\x12\xdf\x54\x52\xce\xf3\xa0\x75\x24\x02\xc6\x01\xff\xea\xff\xf8\xde\xe5\xb7\xe9\x8b\x1c\x8a\xb5\x34\xc6\xf5\x06\x9e\xbf\xe4\xa4\xb9\xae\x28\xdf\x51\xfe\xaa\x5c\x57\xcd\x07\xfc\x45\xf9\x87\x1a\x9e\xfa\x7f\xd3\xfd\x87\xcf\x38\x76\xc5\x01\xef\x28\x67\x3e\x07\xf5\xfc\x02\x9f\x7f\xe8\xe4\x8b\xd7\x5d\x37\x0a\x3c\x74\x34\x90\x8c\xf7\x0b\xba\xfb\x5c\xbf\xf1\xf3\x8b\xf5\x82\x5f\x39\x10\x41\x25\x4a\x06\x0f\xf4\xdf\xeb\x68\x3e\x56\x9d\x35\x7f\x91\x74\xa4\x92\x36\x9f\x07\xea\x5f\x6e\x37\xe8\x57\xc1\x33\xce\xf7\xc5\xe5\x51\xcf\xcd\x3a\x2e\xc6\xfb\xc5\xb8\x3e\x8f\x4b\xeb\xd8\x90\x8a\x3c\x88\x5e\x50\xcd\x1c\xb0\x44\x39\xd9\x98\x74\xbf\xd8\x38\x43\xf0\x70\xf3\x7d\x75\xf9\x2f\xca\x3f\xca\x07\xe5\x77\xd4\x73\xfb\x6e\xfc\x72\x79\x8f\xf2\x49\x79\x76\xf9\x1d\xe5\x2f\xe5\x4d\xe5\x3e\x56\x34\x1f\x2b\xec\xb5\xdc\x08\x25\xc1\x03\xf3\xd0\x18\x97\x8f\x1b\x8d\x10\x0d\xc9\x5e\xc6\x8d\x44\xf9\x3c\x50\x4f\x1d\x2e\xbf\xa3\x5c\x79\x8e\xd8\x1c\xb6\x10\xd9\x0d\x91\x7d\xca\x19\x6f\x66\x73\x75\x1e\xe8\x67\x75\xfd\x6c\x3e\xcf\x83\xf8\x30\x9b\xe4\x36\xcb\xf4\xbc\x15\xf0\x01\x0b\x85\x36\x95\xcf\x8e\x07\xfa\xd9\xf9\xde\x9b\xe4\xf3\xa0\x75\xc4\xbf\xf4\x80\x39\xca\x0b\x99\xb0\xe8\x67\x8d\xf5\xc2\xdc\x67\x11\x0a\xff\x80\x23\xca\x95\x99\x88\xec\x20\x8d\x18\x02\x3c\x3c\x94\xbb\x9e\xdb\xf3\x86\x19\xcd\x22\x00\x7d\x23\x92\x00\x0f\x9a\x67\x4c\xec\x5b\x6c\x3a\xce\x03\xfd\x9c\xd5\xe5\x25\xca\x99\xe7\xd9\x5d\xbe\xa3\x5c\xfc\x16\x77\xbd\xc6\x29\x8f\x87\x41\xfd\x93\xf2\xdb\xfd\x6f\x36\x99\xb9\x98\x87\xb6\x3d\x6f\xa1\xf4\x4e\x8c\x4b\x0a\x47\x1e\xc8\xdc\x55\xa8\xbf\x6f\xf7\x13\x0d\xdd\x62\x3f\xd3\xa6\x0f\x05\xe7\x01\xf5\x53\xa6\x7c\x44\x3f\x51\x1e\x55\x42\x10\xb5\x39\x96\xd7\xdd\x5a\x15\x0c\x31\xda\x1c\x51\x3f\x0a\x85\xda\x8c\x6f\x63\x97\x28\xa7\x3f\x7f\xe6\x9e\xff\x97\xed\x57\xc3\x19\x9e\x07\xb4\xd8\x95\xe6\xe7\x74\x77\x39\x87\xda\xf3\xa4\xe1\x84\xce\x03\x06\x21\xad\xbb\x3c\xbe\x27\xa5\x14\x21\xb6\x0f\xb8\xa2\xfc\xfe\x6f\x5d\x51\x9b\x73\x9b\x1d\xc8\x55\xfd\x7c\xef\x7a\x62\x9a\x38\x1b\xd8\xe1\xa2\xcd\x35\x8d\x46\xcb\xd3\x34\x58\x86\x15\xec\x80\x6d\xc4\x22\x2b\x45\x9b\x2b\xda\x5d\x6e\x77\x30\x4d\x77\x90\xf7\x0d\xba\x60\x4d\xde\xe6\x1d\xec\xc9\xe2\x1f\x9b\xef\x03\xc6\xf7\x46\x6b\x93\xeb\x0d\xfb\x6b\xf8\x6f\x27\x5b\x65\x1f\xb0\x44\x79\xfd\x6f\xdd\xf6\x01\x57\x94\x33\xae\x35\x5d\xfe\x44\xf9\x8f\xfa\xe9\xff\x0e\x72\xc5\x40\xb8\x12\x69\xa4\xe1\xd8\xcc\xc3\xc2\x94\x2b\xb9\xfc\x8d\x72\x9b\x78\xd1\x9f\x7d\x1b\x5d\x64\x20\x9c\x1c\x82\xbe\x91\x6b\x9a\x87\xca\xf7\xcc\xc3\xde\x9e\xe7\xcd\xfc\x63\xfb\x7a\xc0\x5f\x94\xdb\x24\x83\x7e\x3e\x41\x96\x0f\x6c\x82\xd3\x40\xc3\xc3\x58\x0f\x12\x33\x15\x73\xbc\x86\x6f\x31\x0f\x83\x72\xe6\xf3\x89\x7e\x3e\x88\x93\x6e\xb2\x79\xb6\xc7\xa5\xab\xf7\xb4\x08\xb3\xd4\x70\x10\xe6\x81\xef\x6b\x71\x79\x89\x72\xc6\x55\xe3\xfb\x11\xe5\x37\xe5\x8c\xf7\x8d\x75\x67\xdb\x51\x89\x84\xd1\xa6\xb7\x0b\x8d\x24\xcb\xa9\x12\xcb\xa1\x91\x65\x99\x07\x8d\x37\x9b\x9d\xbd\x21\x06\x5e\x74\xed\x28\xd1\x0e\x38\xa3\x7c\xf3\x3d\xeb\xf2\x0b\xfc\x41\x73\x54\xbb\xd7\xfd\x77\xb7\x28\x67\xdd\x07\xfd\xfc\x45\xbb\x3f\xb7\x9b\xa8\xdf\xa7\xd7\xf3\x60\xb3\x22\xfa\xf3\x2d\xd3\xd1\xe7\x79\x9e\xe0\xdb\x77\x7b\xbc\xe8\xa4\x6a\x37\x9e\x7f\x81\x9f\xa4\x2f\xae\xdd\x78\xfb\xc5\x3c\x7c\x88\x99\x61\xb6\xf8\xc5\x78\x3f\xd2\xfc\x61\x3c\xd1\xd6\xe5\xf9\xc7\x9d\xf5\x7c\x1f\xe5\x33\xca\x6f\xca\x97\xcb\x1f\x97\xb3\x1d\xc4\xf1\xfd\x80\x9f\xcb\x99\x1f\xf2\xde\xb5\x75\xed\xa8\x87\x63\x09\x06\x01\x07\xdc\x51\xfe\x50\xae\xf1\xae\x14\xe5\x89\xed\xe9\xa8\xd4\xc3\x5d\xb9\x1e\xf8\xbe\xb9\x3c\xbe\x27\xfb\xec\x22\xce\x6f\x8b\x3b\xa6\xf3\x40\x3f\x75\x4c\x6a\x78\x42\xf2\xc0\xba\xe8\x98\x77\xc0\x1e\xe5\xcc\x0f\xf8\xb0\x4a\xcc\x43\x81\xff\xe0\xb7\xdd\xd0\xa3\xf1\x80\x12\x1d\x7c\x5b\x35\xea\xc1\x5e\xb8\x62\x8b\xda\x56\x33\x5d\x90\x3f\x34\x2d\x82\xaa\xb6\xd5\xb9\x29\x68\xe4\x0e\x4d\x8b\x63\x49\xc3\x09\x8c\x07\xea\x81\xef\xad\xee\xed\x82\xdd\xc2\xea\x88\x7a\x2c\xe6\x51\x12\x9e\x7a\xfc\xbd\xf9\xcf\xc2\xd0\xa7\xe2\x12\xdb\x48\x0f\xca\x03\xf3\x0c\x3f\x5c\xdd\xfc\x99\x8c\xa1\xa7\x1e\xd7\x7f\x47\xfd\x88\x4f\x4c\xcb\x1a\x57\x6c\x3c\xb0\x2e\x6e\x77\xc4\xf7\x98\x02\x54\xdc\x3b\xdb\x1a\x31\x0f\x28\xa0\x2b\x56\xa3\x8d\x4c\x98\x7a\x60\x9b\x8b\x01\x47\x23\x2b\x25\x0f\x8b\x54\x99\xac\xcb\x8a\x79\xd3\xf9\x36\x2d\x8e\x37\x6d\xf9\x58\xdb\x48\x1a\x79\xca\x59\x77\x1f\x53\x9b\xef\xc8\x16\x11\xa5\x0e\xb8\xa2\xfc\x56\x79\x75\x3d\xe6\xf3\xbe\x23\x5b\x84\x33\x6c\xeb\xf6\x36\x77\xdd\x8b\xef\x91\x9b\x6b\x07\xbe\x11\x4a\x63\x61\x19\xdd\x70\x3b\xe1\x81\xfe\x1b\x4f\xb6\xb7\x59\x6b\x63\x2b\x3d\x8b\xcb\x2d\x97\xd7\x46\x2e\x13\x36\xaf\xad\xbd\xdd\x2e\xb1\x27\x6d\xcf\xd4\xc8\x52\xc8\x03\xf3\xc0\x36\x14\x8f\x0e\x1e\x98\x7f\xd3\xd1\x13\xf8\xa3\x78\x13\xe7\x7b\xea\x7f\x96\xe9\x42\x29\x0a\xcf\xf7\xcc\xdb\x13\xf3\xf3\x78\x7e\x26\xf3\xf3\xc6\x3c\xbf\x6c\xd7\xa6\xe9\xe2\x5d\x9e\x07\x1f\x17\xb1\x48\x6c\x24\xea\xe3\x81\x79\x30\xde\xbe\xb1\xbe\x62\xbc\x69\x11\x95\xac\x91\xf8\x8e\x07\xfa\x03\xbf\x5d\x9f\xe5\xc2\xfa\xd8\xe7\xe0\x79\xd7\xd6\x67\xb9\xb0\x3e\xed\x07\x56\x35\x1f\xfb\x82\x2f\x7d\xf0\x25\x12\xe2\x1e\xf0\x8d\x72\xc9\xa9\x9a\xf2\xff\x60\xfb\x45\xe6\x37\x1e\x58\x06\xc8\xf2\x0e\x36\x4a\xfa\xb7\x53\xdd\x74\x79\x8b\x72\x89\x07\x52\xfa\x1f\x70\x46\x39\xf5\x40\x7e\xe4\x68\xd3\x03\x62\x0c\x8f\xb8\x03\xd6\x28\x6f\x94\x6b\x3a\xc8\x8e\xc6\xc3\xa6\x7c\xba\xfc\x89\xf2\x97\x4c\xb1\x17\xe5\xde\x1e\x91\xf4\x2c\x55\x1c\x25\xda\x9d\x2c\x66\x6e\xe2\xea\x55\x52\xd7\xb7\xdb\x17\x96\xe7\x21\x51\x4f\x94\x3f\x51\x4e\xfd\xa0\x17\x69\xc1\x78\xd0\xb6\x03\x83\xf9\x46\x6a\x2f\x1e\x70\x94\x80\x5c\xef\xbc\xa3\xfe\x4d\xfd\xd5\xf5\x7b\x5b\x43\x6e\xaf\xf3\x3d\xe3\x2d\x66\x67\x64\xe4\x0a\x23\xec\x03\x3e\x51\x4e\x7f\xd8\x16\xdc\x25\xfa\x53\xdc\x1f\xd7\x5f\x2c\x4e\xee\x62\x73\x5e\xc4\xc9\x1d\x6c\xfd\x2e\x46\x8b\xe6\xfa\xbd\xee\x64\xed\x3a\xdf\x33\x6f\xd5\xa7\x13\x7b\x4f\x54\x92\xdb\x36\xfc\x23\x78\xc0\x58\x1c\xb1\x74\xc7\x29\xca\xce\x08\xab\xb2\x5d\xc6\xbf\x80\x07\xea\x47\xfc\xe0\x3b\xc0\xc3\x8f\x72\xe6\xb3\x99\x0c\x6c\x9b\x5e\xb1\x3c\x6a\xd8\x97\xeb\x01\xf2\x23\x89\x6d\xbb\xe3\x14\x15\x76\xe1\xb8\x16\x35\x6c\x9d\x79\xa0\xfe\xe9\xfa\x7d\x3a\xb1\xd9\xb1\x6d\x76\x1b\x36\xbb\x3c\xb8\x7c\xba\xfc\x89\x72\xe6\x1f\xb6\x82\x09\x2c\x0f\x90\x25\xdb\x7a\x4c\x56\x79\x18\x52\x5f\x5d\xcc\x67\x88\x19\x5b\x80\xae\xea\x7e\x76\x9f\xea\x6c\x0b\xb9\xaa\xe9\x6e\x98\xdd\xd8\x1c\xaf\x61\xbb\xd7\xb0\xbf\xe3\x01\x6b\x24\xd3\xe3\x88\x75\xc1\x6e\xae\x91\xfc\xad\xdd\x71\x7a\xb3\x89\x5c\xc3\x7e\xbd\x61\xe6\xc6\x03\xeb\xb5\xdc\x6e\xe0\x03\xc7\xb0\xd5\x4c\x8f\xd3\xec\xd5\xb6\x4a\xab\x99\x1e\x67\xb4\x3b\x11\x1b\x8d\x6d\x13\x79\x98\x78\x90\x25\x26\xf9\x57\x0f\x68\x3e\x30\xb1\xc2\x23\xbd\x5c\xbb\x97\x4f\x9f\x37\xee\xab\xab\xb9\x9f\x2b\xe6\x41\xd7\xed\xa7\x9c\xf5\x0a\xf1\x76\x5b\xbc\x35\xd3\xe3\x6d\xf1\x73\xdf\x58\xf3\x93\x53\xf4\x80\xbf\x28\xff\xc8\xf8\xcc\xfc\xdc\x41\x8f\xdc\xd6\xaf\x66\x3a\xda\x16\x3f\xf7\xc6\x26\x8c\x64\x73\xed\x8e\xe3\x10\x69\x7d\xd2\x6a\xa6\xa3\x1d\xf3\x80\xd8\x5b\x3e\x5e\xde\x71\xbc\xb9\xb9\xf5\x5c\xb8\xe6\x37\x72\xf6\xf0\x40\xbb\xdd\xdf\x47\x7f\xb6\xb3\x4f\x73\xcc\xbb\x9f\x98\x1f\xe5\xe4\x4d\x8d\xc8\x09\x8d\xfc\x37\x3c\x50\x0f\xc7\x9e\x3b\xc4\x15\x59\x68\x52\x43\x25\x78\xc0\x1a\xe5\xa8\x57\x5d\xff\x1b\xfc\x93\xd0\x44\xcd\xb7\x3e\x24\xa3\xe1\x01\xfc\x31\xfe\xbf\x81\xcf\xf8\xf0\x35\x02\x1f\x37\x52\xd2\xf0\xd0\xc9\x7b\xed\xfa\x83\x1f\x72\x8c\x69\xc4\x61\x68\x24\x9f\xe1\x21\xf3\x7d\x77\xf9\x88\xf2\x85\xd5\x5d\x72\xf9\x8e\x72\xe6\xc1\xf4\xfb\x8b\x75\xf9\x19\xdf\x4c\xbf\x21\x6e\x6f\x8e\x31\xcd\xb7\x3b\xf7\x2f\xf8\x00\xb7\x9b\x0d\x83\x82\x76\x5b\x39\xd7\xc8\x36\x73\xca\xa9\xe7\x0b\xfe\x20\x39\x9d\x5a\x32\x7e\x7e\x2b\xca\xa1\xc7\x64\x79\xf4\x05\xbe\x7d\x36\x3e\x2d\xd4\x1f\xc7\x9e\x9b\x00\x41\xcd\xb7\x32\x24\x9b\xe1\x81\x76\x4d\x17\x5f\xf0\xf3\xef\xb6\x45\x73\xd4\x13\xf5\xdf\xdf\x7f\x5b\x3a\xb7\xfb\x0b\x7e\xf2\x79\x5c\x5c\x97\xec\x90\xd7\x1b\x79\xbd\xf0\x09\x3e\xe0\x88\x72\xbc\x7d\xc0\xf3\x7d\x79\x1b\xb4\x2f\x3c\x01\xc8\x2a\xd6\x76\x1c\x87\xc8\x25\x93\x96\x8f\xfd\x3b\x8e\x43\xfb\xb2\xe5\x75\x77\xbb\xc6\xcf\x2d\xc3\x92\xd4\xc8\xfa\xd5\x76\x8a\xfe\x10\x7d\xb7\x11\x19\xf9\x80\x6f\x94\xff\x30\xda\xbd\x28\xf7\xfc\x90\x9d\xe5\x94\xd3\xff\x6c\x3c\x27\xff\x49\x6a\x89\xdb\xb5\x9d\x8d\x87\x3b\x93\x51\x1e\xe7\xb1\x03\xee\x28\xa7\x9f\xcb\xf5\x78\xbb\x46\x26\x93\xd4\x7c\x9c\xc6\x8e\x4c\x0f\xb8\xa8\x91\x40\xb1\xed\x1a\xfd\xac\x76\x9c\x60\x5f\xb1\xab\xf9\xff\xc6\xcd\xb0\xe5\xbf\x28\x42\xff\xb7\xed\xd7\x6e\x26\x83\x8d\xef\xd7\xea\xb0\xad\x1d\x97\x87\x1b\xef\xab\x86\xbb\x46\xdb\xb6\x15\x39\x0f\x95\xef\x45\xf6\x3b\x4e\x5d\xbb\x47\x3d\x2c\x43\x37\xd9\x6f\x3c\x2c\x96\x6f\x11\xb6\x2d\x01\xce\x83\xc8\x9b\xe8\x07\x6d\x0f\xdf\xe2\x90\xa1\xe1\x94\x53\xff\x30\xfa\x6e\xcc\xa4\x5b\x86\x5d\xee\x11\xd3\x8d\x91\x73\xcb\x5c\x0e\x93\xb6\x81\x07\x89\xcf\x3e\x5c\xbe\xa3\x1e\x0c\x8c\xb3\xfb\x1f\xb7\x80\x1b\x8b\xe0\xe5\x5b\x84\x1d\xa7\xab\xcd\xe9\xaa\x91\x11\xa7\x6d\x5b\xaf\x9c\x87\x42\x39\xdf\xcb\x2e\x91\x07\x2c\xd2\x8d\x46\x2b\xfa\xbf\xf0\xcb\x20\x65\x5b\xdb\xb6\x23\x39\x0f\x0f\xa9\xf5\x19\xd7\x32\xdb\x22\x0d\x41\x5a\xe8\xea\x1b\x79\x08\x78\xa0\xff\x6c\x2f\xd0\xfd\xf1\xb0\xf0\xa7\x71\x7f\x7c\x9a\xdf\xcb\xfd\xe7\x34\x80\x6e\x8e\x87\xf1\xdf\x96\xc8\x6d\xdf\x26\xe3\x7d\x83\x8e\x24\x9b\x68\x3b\x4e\x5d\x68\xdf\x4e\x39\xdf\xc7\xa9\x6b\x23\x7e\x1a\x4a\xb4\x03\xbe\x51\xae\x6d\x1f\x16\xe3\x07\x34\x5a\x6f\xc4\xb0\x4f\x9f\x3b\xc4\x15\xda\xba\x53\xee\xfa\x83\xfc\x2c\xc6\x46\x76\x7f\x7c\xfa\xd9\x9b\xd3\xcf\x88\x76\x7d\x7b\x6a\xa5\x5e\x23\x51\x5e\xdb\x21\xde\x48\x2d\x70\xca\xf9\xfe\x09\x36\xa4\x50\x82\xc9\x49\x63\xda\x7e\x02\xcf\x09\x05\xd8\x7c\x8a\xdd\xcf\x8a\xef\xed\x44\x50\x5d\x4f\xcc\xe7\xe3\xf9\x34\xfb\x7b\x83\x2c\x51\xde\x35\x9f\x62\xf7\x1b\xe3\x7a\x3d\x2e\xd7\xf3\x46\x3d\xaf\xeb\xe9\x51\xbe\xa2\xfc\xa5\x9c\x79\x0b\xf1\xb6\x2d\xde\xf0\x70\x69\xdb\x4a\xff\x46\xcc\xfd\x53\x3e\x5c\x3e\xa3\x9c\x79\xab\x51\x7e\x47\xf9\x83\x73\x84\xeb\x09\x36\xf7\xc3\x1d\x03\xa5\xdb\x01\x47\x94\x2f\xca\x5d\xcf\x1d\xdf\xe3\xdd\x80\x12\xad\x61\xa2\xc2\x03\xf8\x63\x76\xf9\x0b\x3a\xfd\x41\xa7\x83\x63\x46\xd8\xa4\x34\xdb\xa4\x2c\x22\x16\xb6\x50\xea\x35\x2b\xf5\x1a\xbe\x42\x6d\x87\x38\x44\x8b\x97\xd6\xe0\x78\xb0\xe3\x16\xd0\xca\xbb\x46\x10\xea\x03\xbe\x51\xfe\xf1\x3d\xe3\x8a\x53\xac\x95\x77\x8b\x90\x7b\x8d\xc0\xf5\x3c\x3c\x94\x9f\x7a\x7a\x58\xb7\x74\x5b\xb7\x2c\x9c\x1d\x7a\xd8\xfc\x75\xdb\xfc\xd9\x01\xaa\x87\xd5\xdf\x79\x48\x94\xfb\x7b\xf0\xb9\x5b\x49\xd7\x50\xd2\xf5\xb0\x7b\x39\x0f\xf8\x73\x89\x5e\x3a\xb1\xe3\x79\x00\x6f\x27\xf5\x24\xe8\xab\x13\xea\x3d\x2d\x6e\xa1\x3a\xd1\xdd\x79\x10\x3e\x13\x51\xb8\x13\xbb\x9d\x87\x9b\x72\xd7\x73\x3f\x51\x4e\xff\xab\xfb\x73\x47\xfd\x88\x25\x62\xfa\xf6\x99\x39\xae\x77\xe2\xab\x9f\x76\x97\xcb\xef\x28\xd7\xb6\x92\xa0\x6c\x7d\xfa\xb8\x7b\x1e\x5c\xff\xa4\x7c\xc5\xf7\xf0\x13\x8e\x9d\x07\x74\xbb\xd9\x1e\xae\xcd\xed\xde\xd1\x2e\xdb\x41\x99\x26\x1f\x70\x7b\xbc\x19\x3e\x49\x5c\xdc\x03\x46\xbb\xc8\x9d\xda\x99\x87\xb2\x3c\xff\x1c\x83\x17\x21\xc1\x0e\xf8\x46\xf9\x8f\xf2\xea\x72\xf7\xa7\x78\x1d\x07\xfd\x2c\xdb\xeb\x5b\xb6\xcb\x5d\xff\x8e\xfa\xb9\x95\xc1\x75\xb2\x4f\x1f\x83\xcf\x03\xe3\x35\xfe\xd4\xe9\x75\x21\x0e\x42\x43\xd9\xd7\xa7\xc5\xff\x79\xf8\x28\x67\xbc\x35\xe6\xad\x7a\xde\x16\xfd\xaf\x6c\x3b\xce\x83\xe8\x8b\x5b\xab\x3e\x2b\xdb\xa3\x6e\xbb\xa6\x46\x4c\xcc\x3e\x7d\x0c\x3e\x0f\x13\xaf\xa8\xec\xf2\x3b\xca\x1f\xca\xe9\x4f\x5b\xee\x67\x0b\x2f\x2a\xfa\xdf\x02\xcf\x71\x41\x5e\xc4\xa3\x3c\x60\x8e\x72\xad\x4b\xd3\x75\x49\x0f\xe5\x63\x27\x38\xf9\x29\x67\x5c\x3e\x36\x77\xb4\x90\xa7\x1e\xb7\xbb\x7b\x94\x8b\x4f\x36\xb9\xce\xf4\xe9\x5b\xe1\xf3\xf0\xa3\x9c\xfa\x7b\xd0\x91\x7d\x64\x89\x55\xd8\xc3\x36\xf5\x3c\xa4\xff\xfa\x73\x3c\x3d\x60\x8e\x72\xf1\x13\xa2\x6a\xf5\xd9\x63\xbc\xdc\xfe\x36\x94\x95\x7d\xf6\x98\x67\x3b\x3c\xb6\xf2\x3f\xb0\xfd\xea\x04\x0d\xe7\x81\xe5\xe9\xb0\x89\x11\xcb\x80\xbb\x5d\x23\xec\x5e\x47\x15\xca\x83\xd8\xd3\x34\x7a\x8d\x98\x0e\xfc\x9b\x1c\xfa\xe2\x80\x6f\x94\x83\xbe\x83\x65\x9e\x51\xff\xf4\x32\x9b\x3c\x66\x90\xe5\x64\x77\xc9\xa9\xb1\x13\xce\x9b\x07\xa6\xaf\x77\x97\xd7\x28\x67\x79\xa6\xeb\x09\x32\xc0\xa6\xaa\x35\xf7\x73\x06\x59\x5a\xe9\xc9\x6d\x5f\x27\xea\x36\x0f\xf8\xff\x9a\x0c\xd6\x74\x3d\x0b\x31\x46\xe8\xad\x03\x8e\x28\x07\xed\x26\xfd\xb4\x6d\xdc\x79\xd0\x36\x74\x9a\xfd\xad\xb5\xa3\xfc\xa1\x9c\x76\xef\x69\xf2\xbb\xd9\xd6\x34\x93\xc1\x1d\xf5\xa0\x0c\x6d\x04\x6a\xe8\xa1\x0c\xed\x56\x86\x36\x62\x31\x75\x82\x46\xf3\x20\xb6\xd2\x13\xdf\xef\xe9\xf9\xd9\x9c\x7e\x70\xe6\x3c\xe0\x88\xf2\xc5\xf7\xc5\xe5\x77\x94\x6f\xbe\x9f\x2e\x7f\xa2\xdc\xf5\x77\x97\x9b\x0d\x6d\x1c\xa5\x7b\x7c\x1f\xe8\xbb\x39\x1d\x76\xb3\xb3\xbd\x7a\x94\xd3\xae\xc9\x63\xc7\xfc\x6c\x4e\xb1\x44\xd1\xe9\x73\x87\x18\xe0\xb6\xa0\x75\x93\xc7\x66\x9b\x78\x1e\x18\x97\xc5\xd5\x8e\x75\x44\x49\x6a\x5f\xfb\x4e\x70\x63\x1e\x30\x78\xb5\xd8\x78\x02\x3f\x51\x6e\xb6\x6e\x3c\x7f\xa7\xfb\x8f\x12\x73\x2d\x93\xd9\x1b\xec\x8f\x4b\xf2\xb5\x4a\x7c\xef\x79\x78\x3d\x0f\x66\x37\x6f\xb0\x15\x92\x1d\xb5\x6e\xba\x78\xa3\x3f\xaf\xfb\xd3\x98\xb7\x5f\xb0\x5d\x9f\xfe\x09\x67\xdf\x09\x6a\xcc\x83\xe8\x0e\xa7\xcd\x3e\x7f\xc1\xe6\x7e\x1c\x4b\x88\x1e\x70\xc0\x11\xe5\xc2\x2b\x5c\x18\x7a\xd8\x50\x76\xdb\x50\xb6\x6e\x7a\xf9\x82\x7d\x7f\x8e\x05\x61\x7c\xfe\x42\xcc\x70\xd9\xbe\x96\xfb\xe9\x6d\x4a\x27\x68\xef\xf9\x9e\x79\xf8\x82\x0f\xa0\x94\x6c\xd8\x80\xf6\x65\x73\xdb\xf3\x40\x39\x74\x41\x8c\x5b\x1e\x44\xbf\xc4\x6b\x3a\xe0\x1d\xe5\xe0\x21\xfd\x5f\x97\xf1\x61\x61\x33\xd4\x08\x5a\x7e\xc0\xcf\xe5\x9b\x7e\x42\xef\x2b\x71\xac\x3a\x0f\x9a\x87\xa1\x5b\x90\xbe\xb2\xe9\x6b\x65\xb1\xd7\x46\xec\xef\xbe\x72\xf4\x27\xb3\x4d\xc1\x93\xf6\x80\x6f\x94\xe3\x41\x0d\x9e\xaf\x6c\x7c\xb3\x41\xfc\xc2\x67\xbb\x13\x81\x95\x07\xea\x41\x6c\x13\x6e\x95\x07\xea\xc9\xd4\x53\x6e\xf7\xa7\xb0\x8e\xa3\xf8\x7b\x8e\x97\xe7\x61\x50\x4e\xff\x6b\xcc\x4f\x85\xdd\x0f\xf0\x61\x55\xcf\xff\xc2\x76\xa7\x61\x8e\x7c\xc0\x5f\x94\x7f\x94\xd3\x6e\x8b\xfe\x10\xb7\xa4\x11\x7d\xba\x2f\xdf\x2e\x9f\x87\xf6\x5f\xff\x91\xaf\x8b\x6d\xe2\x6a\xb1\x8e\xd8\xee\xb4\x01\x1f\x5e\x21\x86\x97\xc4\x70\xbe\x2e\xc4\xe1\x0a\x71\x4b\xf0\xce\xf3\xbd\xeb\x89\x75\x24\xda\x46\x23\x40\x74\x5f\x6d\x47\xbb\x44\xc3\xf0\x36\x77\x35\x6f\x5f\x08\xac\x79\xca\xc5\x1f\x96\x6f\xaf\xbb\x95\xad\x8d\x50\xce\x7d\x85\x58\x5d\x11\xb1\x61\x36\x97\xef\x28\x67\xde\x8c\x9f\x3d\xd6\xbd\x7b\xdd\x57\x71\x79\x7c\xef\x79\x5e\xdd\xe5\xc6\xb7\xee\x00\x3e\xc6\xc3\xbe\x53\x94\x67\xe6\xc1\xdf\x9b\x3f\xdb\xf1\xa0\x79\x1b\xba\x46\xf4\x9f\x44\x92\x17\xb6\x80\x07\xdc\x51\xfe\xf0\x3d\xf5\x8c\xc0\x07\x3c\xae\x1b\x71\x6c\x3b\x41\x2b\x79\x58\x94\x37\x97\x3f\x51\x4e\xbb\x1c\x03\xd6\x30\xff\x41\x7b\x9b\xda\xf4\x7a\xcd\xe8\x8f\xae\x15\x4e\x7f\xa6\xcb\x7b\x94\x0f\xbe\xef\x2e\x5f\x51\x8e\xfb\x48\x8e\xef\x8d\x6f\xd3\xa6\xf8\xc5\xf5\x73\xac\x3d\x0f\x04\x08\xe0\x18\xb0\x66\xac\x0b\xf1\x2e\xaf\xab\xc6\xf7\x51\x4f\xf8\xae\xbb\xfe\x3b\xea\xb9\x99\x37\xf8\xf9\xb2\x33\xce\x79\x10\x9e\x10\xd7\xf5\x80\x5e\x2f\xef\x07\x50\x86\xf6\x35\x63\x1e\xec\x08\xe1\x6d\x62\x28\xa3\x3b\xa1\x2a\x4f\x39\xf5\xac\xc0\x2b\x1c\x31\xaf\xeb\xaf\xfc\x8d\x72\xd1\xd1\xd9\xae\xfd\x7b\xfb\x15\xfe\x1f\xe7\x01\x74\xe1\xf4\x10\xba\xed\x8e\x32\xfb\x54\x57\x5d\xfe\x44\xf9\xcb\xf7\xcb\xe5\xbf\x28\xa7\xf9\xc1\xf4\x2d\xef\x5e\x97\x6f\x6b\xa6\xd9\xe8\x0a\x36\xb1\x20\x27\x6f\xe3\x96\x6d\xb3\xce\x03\xed\x9a\x9c\xee\x40\x47\x99\x6c\xe7\xeb\x32\xd9\xdf\x31\x1d\xb7\x97\x99\x53\xc2\xba\x83\x4d\x78\x9b\x42\x24\x80\xbe\x6e\x6f\xbf\xd6\xed\xfe\x58\x0c\x58\xd7\x7e\x1e\x98\x56\x93\xf7\x0e\xb4\xdb\xa0\x1d\x21\x5d\xfa\xda\x81\x46\x64\xa0\xb8\xae\x19\xe5\x77\x94\x6f\xca\x5d\xbf\x4f\xc3\x0b\x4f\xc2\xb6\x4c\x4e\x3b\xc8\x66\x1f\x7e\x7a\xbe\x9f\x2e\xff\x45\xf9\xa7\xf2\xc5\x32\xef\xe8\xff\x76\x78\x80\xe4\x76\x83\x3d\xa1\xcb\x6f\x04\x28\x3b\x60\xd4\x03\xdb\x5d\x66\xa3\x4f\x88\x07\xd2\x49\x5c\x97\xe7\xe1\xb1\xf8\x47\xa9\x9f\x1a\xa9\x48\xfb\x7a\x82\x1d\xfb\x36\x88\xd8\x9d\x07\x7c\xa3\x9c\xfa\x4d\x66\x4f\xb0\x5d\x65\x83\xc8\xce\xb1\x78\xc0\x1e\xe5\x84\xdc\xb0\x98\x79\x42\x9c\x90\x14\xb2\x11\x54\xb3\xaf\x37\xd6\xfd\x65\xdd\x93\xe7\xed\x0d\xf2\xb6\x92\xc5\xdb\x11\x22\x22\xf2\x40\x7f\x8c\xcf\x6f\x90\x9f\x6f\x89\x96\xf1\xf6\x8d\xf9\x79\x3d\x3f\xc6\xab\x9f\xb7\x29\xc4\x14\x4c\x6d\x19\x9f\x7f\x21\x66\x7e\x88\x99\xe4\xf9\xfc\xc5\xfa\xfe\xbc\xbe\xc6\x9f\x5f\xb4\x8b\x27\x52\xc3\xb4\xff\x80\x3d\xca\x99\x87\xc9\xfa\xc6\xf6\x68\x59\xa9\x81\x97\xdc\x01\x7b\x94\xd3\x2e\xa7\xb7\xf5\xc5\x78\xb5\x4f\x3a\xe5\xd4\xff\x45\xbb\x9f\xc7\xbb\x5c\x4f\xd0\x23\x4a\x8a\xff\x2f\x63\xdf\x72\x35\x3d\x88\x6b\x9b\x4a\x87\x60\x63\x03\xd2\xa4\x73\x01\xdb\x95\x7f\x08\x77\x69\x3f\xfe\xbe\xb3\xf3\xcd\xf0\x5e\x2e\x0a\x0b\x21\x84\xd0\x43\x39\x4e\x86\x9d\x0d\x06\x9d\x0d\xda\xc1\x4b\x93\xb1\x14\xe5\x59\x8d\x8b\xef\x0f\xe1\xc3\xf8\x24\x1e\xc2\x5f\xe3\x1f\xfb\x11\x2e\xf5\x62\x1d\x4a\xf2\x71\xea\x7f\xb7\x71\x6e\x57\x4c\xa2\x53\x8f\x61\x9c\xb9\x58\x4e\x8d\x47\xdb\xd8\x3a\xb0\x6d\x0c\x5e\xce\x8e\x75\x6a\xfd\x2e\x5a\x89\x06\x2f\x67\xc7\x3a\xd3\x38\xf8\x64\x1c\x54\x83\xd6\xa9\xf5\xbb\x58\x80\x60\x68\x9b\x5c\xcd\x78\x13\x2e\x3a\x34\x8f\xbf\x69\xfc\xb4\x12\xad\x26\x71\x4f\x6f\x84\x73\x68\xdb\x58\x4d\xf4\x97\x13\xc2\xd0\xf6\xb0\x9a\x8e\x0d\xab\x89\xfe\xb4\xfa\x2c\xab\x6b\x8b\xea\xda\x38\xb8\x0d\x2c\x5b\x65\xe8\xa5\x50\xf8\x14\xae\xfe\x19\x2a\x34\x8e\xa1\xf7\x3d\x9e\x4b\xe3\xa1\x3a\x65\x67\x83\x6a\x30\xb9\x0b\xf9\x9c\xbe\x07\x6c\x40\x9e\x9f\x3c\xee\x2e\x5b\x59\x9c\x3a\x92\x97\x98\x83\x79\xfa\xd8\x80\xbc\xa2\xaf\xea\x58\xdd\x74\xa3\x33\xc0\x60\x9c\xe2\x60\xde\x37\x36\xf8\xbf\xe4\xf3\x65\xeb\x88\x52\xb0\x0d\xe6\x7f\x1f\xcc\x7d\xc6\x06\x32\xa9\xf0\xf2\x71\x2c\xab\x5f\x4a\x34\x36\x0e\xaa\xb9\xcc\xb4\xc5\x06\xe5\x83\xfa\xb1\x9a\xa5\x74\x53\x43\xf2\x67\xc9\x35\x7b\x2c\xa9\x47\xa7\xfb\x91\x1c\x60\x46\xa2\x76\x34\xca\xf9\x65\x35\xc8\x79\x7d\x4e\xf1\xb9\xe2\x2f\x07\x33\xfa\xd4\xfb\xa4\xa7\xd5\x23\x66\xa0\x69\x07\x33\xee\x8c\x65\x35\x82\xb7\xf0\xe7\x38\x29\x57\x57\x98\xcf\x99\x03\x7b\x30\xde\x79\xac\x94\x5a\xb3\xe0\xf4\xdc\x8e\x46\xb5\x8c\x77\xf4\x6c\xbc\xc4\x49\xcf\xf4\x3a\x4d\xae\x53\xd6\x7b\xad\xc7\x30\x9e\xc4\xc9\x3f\x29\x35\x77\x25\xe2\xfd\x0f\xde\x3e\x8d\xb5\x3c\xef\x8b\xf3\xce\xac\xeb\x63\x2d\xf3\x1b\x6b\x55\x1d\xbc\x65\xaa\xc7\x66\x9c\xff\x2b\x7c\x4b\x8d\x5b\xf4\x5d\x1b\x27\x8f\x01\xcb\xfb\xa3\x2e\xeb\x07\x7d\xbe\xeb\xf1\x31\x4e\x7a\x76\xfe\xef\xe3\x7e\x58\x13\xe9\x68\x43\xb8\xf9\x87\xbe\xc2\xe3\x34\x6e\x3e\x41\x4e\xdf\xa6\x7a\x9d\xf5\xf8\x1a\xe7\x77\x89\x9f\x15\xa2\x54\x8d\x49\xbc\x09\x4f\xe3\xa4\x3f\xe5\xf9\x7a\xcd\xcf\x2f\xf7\x77\xde\x6e\x8d\xf5\x5a\x3e\xf0\xf2\x7d\x9c\xf3\x2f\xd6\xaf\xf5\x7a\xb8\x74\x55\x53\x8a\xb8\xb1\x3e\x8b\x63\x46\x12\x8d\x93\xc6\x4c\x5e\xc9\xb3\x41\x76\xe1\x29\x61\x29\x92\xa8\x1a\xbf\xff\xa5\x35\x1b\xeb\x17\x62\x47\xd6\xe4\x19\xed\xe0\x67\xfc\xcc\x2e\xdc\x66\x06\x23\x1c\xeb\x71\x18\x67\x3a\x43\x6a\xf1\xbe\x0b\x1f\xba\x0b\x1f\x8d\xdb\xde\x3e\x34\x7e\x5e\x42\x9f\x83\x2e\xc0\x63\x5b\x1c\xef\x33\x98\x80\x90\xec\xbb\x4f\xfd\xef\x66\x8d\xd6\x83\xd5\xda\xeb\x71\x1b\x7f\x88\xab\x1f\x6d\x27\x9b\xc6\xfc\xc1\xc8\xc7\xb1\xcf\x6d\x9c\xd3\x29\x76\xdc\x4d\x5a\xf3\x6e\x64\x3b\x46\x38\xd6\x63\x37\xce\x71\xd2\x88\xba\x9b\xc7\xd3\x98\x2f\x8b\x97\x9b\xf5\x98\xc6\x37\xf1\x4e\x5c\xe2\x63\x43\xac\xb7\xe3\xd2\xf7\x36\x2d\xe3\xdd\x28\x9e\xc4\x76\x5b\xae\xc4\xd5\xf8\x11\xe7\xf7\x5e\x1e\xe7\x25\xfa\x50\x5c\xee\xcb\xe3\x84\xef\x70\x53\x75\xd3\x7a\x4c\xe3\x8b\x69\x26\xd9\xff\xa5\xed\x6d\x5f\x3c\x0d\xf0\xb2\xaf\x1e\xfd\x7e\x2e\xe2\x5d\xf8\x63\xfc\x25\xce\xf1\xfb\xf4\xbf\x2f\x25\xdd\x0a\x8d\x47\x7c\xa5\x3b\xf8\xc1\x48\xc6\xb1\x6f\x89\xc5\xcd\xbc\xc3\x83\x91\x8c\x63\xcb\xe7\xac\x1a\xcc\x99\x46\x7e\xdb\x36\xc2\x6f\x26\x31\x3a\x58\x56\x7b\xec\x5b\xdb\xe1\x66\xb2\xd8\xc1\x64\x6e\xf5\x18\xc6\x93\x78\x13\xfe\x1a\xff\x88\xf3\xbb\xbc\xcd\x6c\x6d\x33\xbc\x9c\x1d\x5b\x01\xc9\xd5\xe8\xfc\xdf\x29\xdc\xef\x3b\xeb\x2e\xe7\xc5\xdb\xcc\xd6\x36\xc3\x4b\xd8\xb1\x87\x8e\x25\x9b\x79\x1f\x07\x0b\xc3\xd7\xe3\x63\x9c\xe3\xa1\x75\x64\xcb\x17\xad\x1a\xd8\x06\x2e\xf1\xcf\x90\x9a\xbb\x87\xe8\x40\x6b\xf7\x1e\xfe\x5f\x66\xde\x3b\x2e\xf1\xcf\x94\x1c\xd8\x4c\x58\x37\x2e\x5a\x07\xf7\x94\x58\xdf\xca\xd5\x76\x89\x9f\xe5\x5b\x56\x0d\xf2\x0f\xb7\xdb\x3d\xfd\xbf\x4c\x6e\xa6\xbc\x70\x63\x4f\xff\xaf\x12\x7d\xf1\x52\x75\xec\x30\x3d\x83\xfc\xcf\x1a\xb3\xf5\xf8\x13\x4e\xb1\xcb\x84\x81\xf5\x78\x19\xe7\x3c\x8a\x9f\xc3\xf3\x1e\x4c\x7b\xe8\xf1\x28\x05\x45\x35\x48\x37\x6e\xf3\x0c\x28\x66\xe3\x26\xce\xef\xca\x34\x4e\x6b\x10\x53\x20\xd6\xe3\x36\xce\x2c\x6d\x54\x67\xb7\x42\x82\x86\x22\x8b\xc7\x4d\x6b\x87\x23\x88\x87\x22\x88\x07\xcb\xec\x0e\x3b\x15\x54\xe3\x22\xce\xf1\x2f\xaf\x97\xc5\x04\xd3\xb7\xe4\xd5\x92\x9a\xb5\x59\x9e\xe0\xb8\x79\xe9\xb3\x97\xe9\xcc\x10\x9f\x71\x8b\x0f\x6d\x05\xdf\x8c\x04\x1f\x8c\x34\x1c\x0c\xe0\x65\x43\x59\xe6\xf4\xbe\xbf\x97\xd6\xeb\x71\x6b\x5d\xdb\x1a\xbd\x37\x8f\xdf\xba\x3c\xdd\x3e\xe6\xa9\xfc\xff\xb8\xb5\xae\x1f\xcb\x19\xba\x72\x0f\x5d\x6e\x6e\x1f\xe7\x74\xb9\x3f\x74\x89\xb9\x1f\xcf\xfb\x43\xb9\xc1\xd4\xce\x63\xfb\x38\xc7\x7a\xfe\xf5\xbe\xfa\xd7\x71\x6e\x3f\xa2\x83\xc6\xf9\x78\xde\x1f\x65\xcf\x93\x7c\x7e\xb6\xc7\xc3\xc4\xb4\xb7\xe4\xb3\x7c\xe0\x06\xab\xf7\x17\x1e\xc2\x97\x71\xd2\x53\x7c\xfb\x7a\x5e\x98\x0f\xff\xf0\xf8\x7d\xfc\x53\xe4\xef\xa0\x2f\xec\xa0\xcf\x00\x1b\x4c\x96\x2c\x3e\x7f\xcd\x87\x4c\x48\x3f\x58\x91\x73\xec\x4f\x6a\xc1\x86\x33\x5c\x3b\x74\xd9\xba\x3f\xcf\x17\xd3\xd0\x1f\xb7\xe4\xc9\x27\xb5\x69\x7f\x4a\xc6\x3c\xd9\xbf\x7c\xe3\xaa\x81\xf5\xe8\xf1\x7f\x5e\x2f\x1f\xb3\x1a\xde\x92\xe7\xde\xc7\x15\x11\x3c\x74\xe9\xb9\x7f\xde\x4f\x7f\xdc\xd7\x74\xb9\xb9\x7f\x1e\xe7\x4f\xe3\xa4\x75\xd3\x91\xb9\x43\x91\xb9\x83\x3e\xa6\x83\x59\xe8\xd8\xe0\x78\x34\x4e\xef\xef\x5b\xfb\xbb\x2e\x3d\xb7\x8f\x8b\xac\x70\x5f\xef\x57\xff\x33\xe4\xd3\x56\x0d\x66\x78\xc7\x7a\x99\x4e\x0a\x34\x19\xd2\xdb\x0e\x8e\x7f\x32\x80\x97\x0d\x26\x74\xc5\xb1\x6d\xfa\xd2\x7f\xea\xd2\x7f\xf0\xb2\x72\x86\x8e\x6d\x33\x74\x6c\xe3\xa5\xe4\x8c\x93\xf3\x55\x0d\xac\x47\xe6\x93\x9e\x8e\xb4\x9d\x2a\x4b\x3e\xfa\x7d\xfd\xdf\xea\xd7\x0c\xb9\xa4\x4d\x05\xd6\x0e\x46\x38\xce\x90\x4b\x5a\x35\x20\xee\x79\x99\x38\xe3\xe2\xb2\xac\x06\xc8\xc1\xbb\xde\x7a\x0c\xe3\x7a\x9f\xb8\x5c\xb6\x27\x2f\xa7\xcf\xc1\x7a\x47\x33\xe4\x82\x5d\x0d\x68\xbb\xfd\xe4\xff\x32\xa3\x15\x1a\x7c\x7f\xf2\xf3\xba\xc9\xca\x1c\x56\x07\x5d\x71\xa7\xf3\x6d\x4c\xd5\xb7\x1e\x4c\x27\x3e\x43\xdb\xd5\x54\x31\xe9\x83\x29\xbb\xeb\x31\x8d\xb3\x7f\x9c\x7e\x66\x8c\x25\x72\x33\xab\xda\xc1\x8a\x6f\xf5\x18\xc6\x93\x38\xc7\x3f\xb6\xfb\x51\xba\xc8\x83\xfd\xcc\xd0\xfb\xca\xa0\xca\x4b\xc0\x19\x33\x35\x4e\x66\x29\x1d\x4c\x3e\x3f\x43\xa7\xa5\x6a\x4c\xe2\x21\xfc\x35\xce\xf4\x9a\x30\x0e\x4f\x16\x6a\x66\x83\x79\x60\xc4\x2e\x93\xe2\x6f\x2a\x9f\xd5\x60\x64\xe2\x8c\x08\xbd\x1f\x3c\x2d\x31\xf3\xe6\x64\xa2\x24\x36\x30\xef\x8c\x40\x9c\xac\x8b\xcc\x06\x73\xb9\x8b\x0e\x3a\xa5\x55\x83\x74\x18\xea\x67\x2f\xe3\xcc\xd6\x7f\x85\xf0\xd7\x38\xc7\x7f\x93\x0e\xc9\xe5\x3a\x59\x29\xb9\x70\x8e\x3f\xcd\x57\x29\xbe\x1a\x21\x3c\x8c\x93\x9e\xe2\x4f\xf9\xd2\x55\x83\xf9\xf9\xc5\x9f\x2b\x34\x8f\x8b\x99\x73\x59\xd2\x7a\x86\x12\x4c\x54\x03\xdb\x27\xab\x32\x4d\x56\xa1\x65\x83\xfd\xcf\x2e\x7c\x19\xc7\x29\x87\xae\xc4\xf5\xf8\x18\x27\xdd\xc4\x9f\xf2\x09\xab\x06\xe9\x93\x43\xf8\x36\xce\xf7\x83\xf3\xf8\x78\xd9\x6b\xdb\x60\x56\xa0\xe9\x5c\x50\xd5\x20\x3d\x83\xe3\x79\xb6\xe8\x86\xe3\x5d\xe1\x21\xfc\x33\xce\x79\x4f\x7e\xef\x1b\xe2\xb7\x97\xdb\xed\xd0\xf8\x5f\xaf\x77\x56\x31\x39\x98\x68\x78\xfa\x32\x74\xea\x32\x74\x30\xef\xd0\x8c\xcf\xf3\xf5\x85\xf2\x41\xf3\xbb\xbe\x34\xce\xed\x6a\xaa\x9f\x6f\xa9\x1f\x16\x64\x3d\x86\xd6\xa9\x22\x37\xa7\x22\x37\x95\xfd\x79\xb2\x8a\x2a\x1b\x2f\xdf\xe7\x77\xfd\xbc\x4e\x99\xd0\x61\x4c\xf5\x23\xdf\xaf\x6a\x30\x8b\x74\xe3\x78\x7e\xa6\x3f\x33\x3c\x1e\x2c\x7a\x32\x43\x3e\x5e\xd5\x60\x9a\xe9\x8b\x74\xfe\x2d\xf1\x03\xd3\x90\x0e\x5e\xf6\x4d\x47\x80\x56\x83\xff\x2b\x7e\xfe\x99\x9f\x59\xda\x74\x4c\xf2\x6d\x7a\x1b\x50\x39\xd2\x41\x5f\xba\xc9\x3b\x56\x36\x38\x1e\xbf\x2f\x39\x93\xb2\x02\xf2\x72\x70\xa6\x72\xbe\x55\x83\xe3\x81\x55\x60\xfa\x12\x76\xf2\xd6\xb5\xf0\x14\xfe\x09\xe7\xb1\x84\x97\x86\xf5\x78\x1a\x6f\xfc\xdf\x10\x7e\x19\x67\xff\x50\xc7\x67\xea\x98\x3a\x59\xcd\xf4\x1c\xbc\x04\xac\xc7\xcb\x38\x93\x0e\xc3\x25\xbf\x1e\xbb\x71\x6c\x9f\xf4\x15\x9e\x2c\x78\xca\x46\x12\xe7\x77\x9d\x92\xff\x2c\x56\x5a\xfd\xa4\x70\x8d\x5f\xc7\x5a\x96\xcc\x98\x29\x57\xeb\x6a\x74\xe2\x53\xb8\xfb\xd7\xbc\x84\xfa\x91\x9c\x64\xa9\xd2\xa6\x62\xdf\x93\xc5\x49\xd9\xc0\x7e\xc1\x7a\xf5\x93\xe5\x45\xd9\x20\x1f\xe6\x2d\xfc\x36\xce\xef\x1a\xfc\xdf\xe6\x71\x32\xf4\x6a\xb0\xbc\xe8\x4c\x59\x3d\xab\x11\xc4\x39\x5f\xd7\x52\xff\x3a\x46\xb2\x8e\xe3\xcc\x6b\x1b\xd7\x78\xb8\xae\x9d\x85\xad\x1a\x1c\x3f\xd7\x75\xca\x97\xab\x1a\x58\x8f\x8c\x64\x9c\x79\x9b\x4f\x58\x68\x65\xb0\x46\x4d\x3d\x6e\xe3\xa0\x33\x7d\xbc\x66\xde\xa6\x83\x0a\x97\xf0\x32\xae\x1e\xa7\x71\x8e\xff\xe6\xf8\xe5\xe3\x35\x99\xfd\xad\x1d\x2c\x3a\x3e\x53\xd6\xcd\xc9\x5b\xe9\x73\x84\xe6\x57\xf9\x01\xab\xa1\xac\xdf\xea\xc7\xe3\xec\xeb\xff\xab\xa1\x30\x59\xce\x11\x0d\xf2\x6d\x0c\xf5\xb3\xfd\xbe\x6b\x2e\x90\x3e\x8a\xd8\x9d\x8a\xd8\x1d\x31\x0f\xe1\xcb\x38\xe9\x23\xbe\x1d\xf1\x19\xe7\x7c\x89\x6f\x87\xf9\x70\x50\xad\x67\xe4\xf5\xf4\x65\xf1\x54\xf6\xba\xc1\xdb\xb6\x7a\x0c\xe3\x49\x5c\xfd\x48\xfe\x27\xd3\xb8\x0f\xde\xaa\xcd\xf4\xfe\x9e\xda\xdf\x23\xef\x3f\xa8\x5f\xa9\x53\x6c\x35\xf8\x37\xa9\xee\x24\x9e\x18\xe8\xdb\x0e\x06\x7e\xcf\x94\xcf\xd6\xe4\xa5\x6f\xe1\x9c\x7e\x9d\x4a\x67\x06\xc5\x0a\x23\x16\xa7\xef\x5c\x27\xef\x5c\xdb\x21\x31\x97\x61\x71\x10\xd4\x6a\xa7\xd8\xc8\xdb\x73\xa6\xfa\x17\x1b\xa5\xd9\x3d\xb9\x5d\xd1\xd7\x61\xf2\x0e\x94\x0d\xa8\x71\x53\xe2\x40\x2e\xe7\xd5\x50\xdd\x25\xf6\xef\xed\x39\x17\x2f\x19\x19\x40\x5e\x8f\xc3\x38\xa6\x99\xbe\x3e\xd3\x97\x98\xd5\x80\x76\x3f\xc5\x46\xcb\xcb\x63\xd1\x5a\x66\xf1\xb7\xbd\xbc\x65\x74\x4d\x8d\x7f\x7b\x99\x6d\x2e\x33\x56\xca\x9e\xbe\xc4\x9c\xbe\xc4\xb4\x98\xdb\x66\x6b\xfa\x42\x8d\x94\x58\xdf\x16\x07\x4c\x30\x31\x52\x74\xd8\x9e\x2f\x26\x92\x18\x2c\x8a\x3c\x7d\x99\x38\x75\x99\x38\x52\xec\xfe\x78\xfc\x4c\x04\x7c\xb0\xfa\xc1\xcc\xc7\xcb\xe6\xe1\xe9\x84\x3e\x10\x33\x1f\x2f\xd7\x87\xcb\x95\x11\x8b\x33\x5f\xd3\x8d\xa5\xd6\x0e\x8b\xa7\xd7\xfc\xf0\xd2\x58\xcd\xfa\x1f\xd3\x97\x7d\x53\x97\x7d\x83\xa9\x2c\x67\xea\xf4\x56\x0d\xd0\x87\x3e\x0d\x33\xe5\x9a\x5d\x0d\x56\x64\x91\x38\xf6\xb6\x9d\x1f\xd5\xd0\x4c\xf6\xf3\xf3\x32\xfb\x71\x99\xd1\x47\xa1\x1e\xb7\x71\xbd\xcf\xf1\xfc\x2c\x2e\x99\x2b\x7c\xf0\x92\x6e\x3a\x90\x78\xf2\x16\xef\x9c\x87\xbe\xeb\x27\x35\x25\x7f\x54\x17\x24\x16\x97\xb7\xcf\x75\x30\xed\x3d\xab\x19\xcd\x25\xab\x6a\x35\xc0\x27\xf4\x39\x98\xeb\x14\x3f\xaf\x93\xfc\x1c\xdc\x26\xd7\xb9\xfc\xfe\x7a\xfe\x57\xb5\x60\x3a\x32\xb7\x1a\xdf\xff\xea\x30\xcd\xa5\xbc\x44\xd5\xe0\x78\xb8\xfd\x38\xd2\xb6\x1a\xec\x07\x56\xcc\xb9\x2e\x89\xad\x75\xc5\xfe\x5f\x6d\xa4\xb9\x2e\x89\x8f\x75\xd1\xba\x23\xf1\xb7\x2e\x89\x1b\x5f\x4e\xd1\x49\x60\xb2\x42\x19\x1b\x8d\x38\xff\x57\x3e\x49\x93\xd5\xb2\x5c\xd9\x65\x2e\xe5\x0d\x9a\xaa\xf6\x34\xe9\x33\x31\x59\xcf\x89\x0d\xf0\x9b\xc4\x99\x23\x61\xa7\x22\x61\x27\x23\x10\xa7\x2f\xb9\xe6\x92\x4f\x52\x90\x6f\x97\x7c\x92\xa6\x6b\x20\x1d\x3d\x84\x2f\xe3\xa4\x1b\xd7\xef\xb2\xf8\xe6\xed\x55\x3b\x98\xb6\x76\x32\xd0\x95\x0d\xce\x3b\xc5\x3a\x8b\x93\xb0\xc1\xfe\x27\xc7\x39\x4c\x67\xc8\xe5\xea\x27\x85\xbb\x1f\xa5\x6c\xa4\x7a\xb1\xa6\xe9\x30\x45\x07\x7d\xef\x94\xba\xa9\xd2\x16\x93\x4e\x08\x93\x01\xb0\x6c\xa0\xf2\x06\x2f\xe3\xa6\x23\x58\x27\x4b\x34\xb4\x83\x3e\x9d\x93\x45\x18\xd8\xe0\x38\xc9\xcf\x6b\x7a\x5e\x58\xbd\xf6\x60\x24\xf8\x64\xf6\x75\x36\x30\x8f\x29\xbe\x92\xf5\x71\x2a\xb2\x75\xf2\xd2\x6d\x3a\x82\x75\x2a\x82\x75\x9e\x27\xc7\xa3\x84\x41\xd5\x60\xa9\x03\x8d\x27\xb4\x4e\x17\x13\xdd\xce\x53\xff\x9b\xa6\x73\x92\x9f\x99\x7a\x78\x2e\x1f\xab\x16\x8f\x55\xf3\x6c\x7a\x5f\xc7\xdd\x85\x84\x82\xe7\xe4\xe5\xf8\x5c\x4a\x75\x5b\x0d\xd2\x81\x6a\xee\x5a\x52\x13\xd7\x22\x5f\xa5\xd6\xdd\x4a\xbf\xcf\x3a\x5b\xbc\xec\xae\xc7\x61\x7c\xf2\x7d\x7e\xaf\x12\x06\x55\x83\xff\x4b\x35\x65\x2d\xa9\xbf\x6b\x51\x3e\x9c\x7e\x7f\x1b\xe7\x25\x66\x6a\x3d\x6e\xf3\x39\xad\x8f\x93\xf9\x2f\xeb\x71\x19\xdf\xc4\xf9\x5d\xdb\x74\xde\xa2\xb3\xfb\x31\x1d\xb6\xe8\x40\x35\x71\xf9\x38\xb7\x74\x9c\x4b\xf1\xe7\x63\xf9\x80\xe2\x9b\xe7\x3c\x79\x5c\x5c\x72\xea\xa8\x06\x71\x1e\x47\x97\x7c\x58\xe7\x7a\xc9\x6f\xbc\xcc\x9d\x8e\x6c\xad\x06\xe9\x23\xdc\x72\x7b\x49\x6e\x4b\x0e\xaf\xcf\xf2\xe4\x63\x51\xa3\x93\x6a\xdc\xfa\x99\xff\x7f\xe4\xff\x76\x18\x1f\xc6\xc1\x3f\xbc\x0d\xab\xc7\x65\x9c\x7c\x8b\x5b\x8e\xe9\x48\xcc\xc9\x48\xcc\x76\x1e\xe4\xb7\xed\xe3\xca\xa6\xcf\xe8\x6c\xe4\x2b\xdf\x92\x4d\xde\x92\xd5\xfb\x53\xf8\x6b\x9c\x65\x61\xb8\x5f\x6c\x65\x5a\x98\x0c\xc9\x3c\x27\x6f\xcf\xa6\x6f\xc9\xa6\x6e\xc9\x4e\xc9\xe1\xdd\x74\xdc\xda\x8d\x45\xd7\xda\x7d\xfc\x41\xfd\xe2\x1d\x16\x1b\xac\xb6\x41\xf6\xda\x8a\x10\x99\xcc\x53\xda\x4e\x06\x90\x4f\x5f\x4e\x4d\x5d\x4e\x9d\x74\xcd\x9b\xbe\x6c\x9a\xba\x6c\x3a\x59\xc0\x65\xfa\xb2\x69\xea\xb2\xe9\xa4\x0f\x44\x3d\x7e\xc2\xc9\x5e\x8d\xda\xf4\xbe\x3c\x1e\x1c\x17\xea\xfd\x14\x7e\x1b\xe7\xff\x92\x7d\xf7\x2d\xb6\xde\x2c\x9c\x39\x99\xa7\xa7\x1e\x97\x71\x4e\xc3\xe0\xf8\x6f\x93\x89\xa7\x8a\xc9\x4b\xba\xb9\x6f\x9d\x4a\x37\x4b\x3f\xce\x36\xf5\xbe\xb6\xc3\xad\xed\x84\x05\x8f\xea\x51\xe3\x67\xed\xc4\xc9\xcb\xb8\x7a\x3c\x8d\x73\xfc\x14\xf7\x5b\x3e\x13\xd5\x60\x15\x38\x8a\x5d\x06\x9c\xb2\xc1\xe2\x53\x14\xbb\xbb\xa7\xe8\x8c\x7d\xa5\xfa\x99\xc2\xb7\x71\x4e\x3f\x4f\x03\xbb\x4b\x6c\xed\xae\xf1\x53\xbd\xd8\xdd\xe3\x61\xd9\xb7\xc9\xfc\x3a\x73\xfb\x94\xb0\xb5\xcd\xf0\x92\x6e\xee\xa1\x65\xb6\xb1\xcd\xb4\xf3\xd0\x77\x0d\x2d\xe3\xcd\xda\x55\x93\x97\xb6\x73\xfb\xf4\xb0\x99\xe6\x6e\x5e\x5a\x06\xc3\xf3\xc5\x9a\x53\xf3\x12\xbb\x7b\xbb\xda\xac\x18\x35\x59\x4e\x6b\x6e\x6f\x57\x5b\xdb\xd5\x25\xb6\x9e\x9e\x47\x6d\x4b\x97\x96\xc7\xf4\xf2\x80\x4f\x46\x8d\x93\xf3\xa2\xc8\xd9\xa9\xc8\xd9\xc9\xfc\x3d\x73\x4f\xcf\x2f\xeb\x0d\x4d\x5e\xde\xcd\x2d\x97\xd5\x6a\x24\x71\xf6\xef\x63\xc6\x66\x5d\xf4\xf3\xd0\xb2\x97\xab\x69\x35\x16\x8b\xa3\x71\x9c\x0a\x0d\xa9\x46\xa9\xf5\xe7\x29\x3a\x87\xf9\x0d\x79\x77\x0b\xbf\x84\xbf\xc6\xf9\xbd\x5a\x77\x61\xbe\x62\x9d\x99\x79\x75\xf5\xaf\xd3\xf3\xc6\xb9\xa5\xfa\x99\xc2\xdd\x0f\x0b\xef\xb0\x20\xe4\x74\x04\xee\x64\x04\x6e\x3b\x4f\x8a\xb3\xed\xe3\xcd\x4e\x8a\xb9\x4b\xfc\x99\xe9\xf7\x29\x2e\x99\x4f\xa8\x1e\xfd\x3e\xb6\xa5\x93\x39\xfe\x27\xb3\xf8\xb2\xb1\x88\x93\x3e\x4a\x0c\x51\x0d\xce\x97\xf8\x36\x3d\x4e\x1c\x87\xda\x49\xdf\x97\xb9\x97\xe9\xbc\x48\xe7\x53\xf3\xbb\xcc\xe7\x38\xde\x9c\xf3\xe2\xa9\x74\xdb\xda\xb7\x61\xed\x6b\xe7\xc9\x63\xd2\x56\xbe\xb7\x6a\xf0\x7b\xb9\x3d\x3b\xcd\x6c\x35\xf8\xbf\xb4\x5e\xef\xd7\xdf\xfb\xea\x7b\xa9\xd6\x6f\x1f\x1b\x36\x9c\x39\xda\x79\x4a\x5e\xbd\x16\xeb\xaf\xbe\x4b\xfc\xf6\x5a\x4e\xbe\xfa\x2e\xc9\x25\x5b\x0d\x75\x79\x74\xb2\xf2\xd2\xdc\xb6\x1a\xee\x4f\xfc\xd0\xf9\xbf\x9f\xf9\xf0\x23\x1f\xf2\x52\x72\x3a\x5b\xf9\x54\xb6\xf2\xc9\x4b\xc6\xc9\xec\xac\x6c\xb0\x00\xa9\xe8\xff\xf3\xf8\x79\xe9\x33\x6f\xad\x2f\x5b\xfb\x36\x32\x1d\xb4\x93\x09\x02\xe6\xf6\x71\x82\xa1\x9d\xed\x64\x8d\xb6\x88\x83\xdb\x64\x30\xcd\x79\xf5\x13\xc2\xbb\x71\xc8\x2b\xa6\x45\x8d\x50\x22\x83\x60\xfa\xf3\xea\x47\xef\x53\x7d\x0c\xde\x0a\xb5\x93\x09\x05\xea\xd1\xef\x73\xbb\xe2\x65\x65\x38\xb2\x32\x14\x59\xa9\x6a\x83\xf5\xd8\x8c\xb3\x3c\x29\xf6\x8b\x7a\xec\xc6\x21\x27\x4f\x98\x0f\x22\xe4\x1c\x12\xcc\x94\x5e\xef\x13\x97\x95\xab\x1a\xaa\x66\x98\xc2\xb7\xf1\xe7\x7f\xe5\x4f\xc3\x99\xd2\xab\xd1\x88\xeb\x7d\xf2\x79\x35\x20\x07\x18\xf9\x18\xa1\xfd\x34\x18\x7a\x59\x78\x07\x7e\x91\x3f\xab\xc1\x7a\xb9\x93\xfd\x28\x1d\x6b\x30\x1d\x6b\x3b\xe9\x9c\x53\x8f\xcb\x38\xf8\x8d\x35\x0e\x22\xae\xa5\xf1\x23\x26\xa3\x70\xbe\x7f\x7b\x5e\xb4\x0f\xde\xc9\xf1\x2b\x21\x42\x30\x2f\x6b\x3b\x99\x2f\x30\x1c\x29\x19\x8a\x94\x9c\xac\x78\x19\xd1\x53\xf3\xce\x44\x3f\x93\x69\x4e\xc3\xb7\x4f\xa1\xdb\xa7\xb3\xb5\x2e\xfc\x36\xde\xf9\x3e\xe9\x20\xeb\x57\x35\x58\x88\xec\xe4\x78\x54\x1d\xa3\x1a\xea\x7f\x0a\x1f\xc6\x39\x4e\xf1\x55\x27\xff\x57\x63\xf1\x7d\xd2\x4d\x21\x17\xd5\xb8\xf9\x3e\xe9\xa3\xfc\x73\xd5\xc0\x3e\xd5\xc5\xb7\xc3\xfd\xc0\x9a\xd5\xce\x76\x37\xe1\xaf\x71\xf0\x09\x6f\xbd\x22\x94\xd0\xa7\x1a\x8b\xef\x73\x9c\x73\x89\x6f\x55\x4e\xae\x1b\xdf\x9a\x5f\x66\x54\x98\xbd\xff\xc1\xf5\x3e\x42\x11\x10\xa1\xcb\xac\xd9\xc5\xd6\x3a\x15\x05\xcb\x82\xb4\xb3\xfd\xc3\xa7\x71\xfe\x7d\x0f\xe1\x8f\x71\x7e\xf6\x20\xf9\x14\xd1\x50\x0d\xf6\x2f\xb6\x96\x2b\x62\x35\xf8\xd9\x83\x9f\x1d\x4b\xe3\x61\x19\x91\xd9\xc5\xee\xe1\x65\xa6\xd3\x55\x17\xbb\xa7\xdf\x87\xb8\x6f\x67\x1b\x21\xfc\x33\xce\xfe\x43\xef\x7b\x79\x24\x97\x47\x0f\x8e\x47\x2e\x87\xd5\xc0\x36\xd6\x93\x6c\xb7\x3c\x0d\x4c\x8b\x37\x59\x5c\xb5\x86\xa9\x7e\xe0\x72\xd8\x4e\xba\xe6\xd5\x63\x37\x4e\xb6\x4b\xe3\xd3\x38\xc4\x53\x93\x18\x5a\x1e\xff\xd2\xf8\x35\x4e\xa5\x63\xad\x06\xc6\x3f\xb4\x3c\xd6\x76\x3f\x14\xc7\xe3\x18\xc2\xb7\xf1\x97\x38\xe9\xb6\x2d\xfe\x36\x4f\x33\x8c\x70\x8c\xd8\x5e\x36\x9b\xcb\x86\x97\xa1\xf5\xf8\x19\xe7\xff\x8a\xdd\xb7\xbf\x8b\xe9\xfb\x54\xae\x37\x62\x9b\xed\x10\x0a\xd0\xce\x26\xfa\xe8\x94\x16\xba\xbc\x3b\xa9\x0e\x06\xef\xec\xd8\x60\x9d\xbe\xc6\xf1\x3f\xe6\xb7\x87\xa7\xc3\xa1\x65\xf3\x98\x7f\x1e\xaa\xef\x54\x1f\x23\x9e\xa5\xff\x85\xb9\xae\x70\xce\xe3\x63\x31\xfd\x50\x4d\x61\x42\x8d\x7a\xbc\x8d\x63\x5e\xc6\x95\xc2\xc3\x38\xe9\xa9\x65\x29\xd7\xcb\x50\x9a\xd6\xc9\x88\xc8\x70\x9a\xd6\x6a\x90\x9e\x37\xfb\xf9\xfc\xfe\xa7\xf7\x3b\xc7\xf3\x59\x6c\x7d\x14\x5b\x97\xc4\xcd\x67\xf1\xf7\xc1\xfa\x78\x5e\xa2\xb3\xd2\xb1\x06\x43\x1a\xdb\x79\x89\xce\x9f\xc5\xfd\xc7\xed\x7f\x68\x7d\x7d\x5b\xf3\xc5\x02\x4f\xe7\x25\x7a\xfe\x3c\x9e\x9f\xc6\x33\xf8\xbf\x3f\xf7\xff\xa3\x7a\x71\x49\x6c\xfd\xbc\xed\xfd\xb8\x2e\x78\x09\x1b\x4e\xa3\x1a\x4a\xa3\x3a\x99\x90\xa5\x1e\x87\xf1\xc9\x7e\x42\xf8\x63\x9c\xf3\x1b\xec\xe7\xd4\xf8\x79\x79\xd4\x4e\x26\xe6\xa8\xc7\x6d\x1c\xeb\x9d\x97\x1d\xe1\xcb\xa3\x6a\x70\x9c\xdc\x86\xb3\x89\xaf\x12\xe6\xbd\x76\x52\x4d\x0c\xa7\x4b\x0d\xa5\x4b\x9d\xf3\xe4\xfb\x17\x4f\xf3\xa1\x9a\x69\xe7\x45\xf9\x90\xca\x1e\x5e\x0d\x7c\x17\x23\x10\xeb\x71\x1a\x87\x7c\x63\x22\x92\xe0\x9d\x0e\x1b\x2f\x71\xd0\xd3\x97\x35\xa1\xcb\x9a\xf3\xc2\xb1\x2a\x52\xc7\xa7\x60\x48\x60\xe1\xec\xbf\x53\xcd\xaa\x06\xe6\x85\x56\xfc\x70\xfa\xd3\xe0\xad\x4a\x3b\xe9\x5b\x16\x8e\xc8\x0b\x46\xe4\x15\x3e\x85\x87\x71\xf6\x33\x0e\xe1\xfa\x5e\x55\xed\x9d\xa2\xcf\x94\x7c\x4b\x15\x7f\x9d\xa2\x83\xf2\xc3\x55\x83\xdf\x45\xb9\xca\x4b\x0f\x36\x58\x4f\x9f\x6a\x19\x03\xeb\xd8\xe0\xff\x4e\x7e\xaf\xf7\x91\xa4\x0f\x9f\xaa\x8d\x86\x23\xe6\x42\x11\x73\xaa\xcb\x1f\x19\x69\x3c\x85\xb3\x9f\x70\xff\x41\x3e\x41\xd9\xc4\x2f\x52\xc7\x83\x6a\x70\x3c\x94\x33\x29\xdf\xbb\x6a\x70\xde\x29\x67\x52\xbe\x77\xa1\x48\xb4\xc9\xf4\xad\x91\x69\x7e\x43\x0c\x59\xf5\x4f\x3a\xa4\xc7\x9f\x94\x57\xac\xd4\x5f\xdb\x8b\xf8\x84\x69\xb4\x67\x50\xce\xe4\x32\x9d\x17\xf9\x93\x79\x22\x83\x45\x56\xd8\x18\xc4\x39\x1e\x39\x39\x04\xf3\x9d\xb6\x93\x09\x35\x22\xe5\x5a\x1e\xcc\x6b\x7a\x4e\x46\x26\x86\xd3\x99\x56\x83\xe3\xa1\xfa\xc8\x88\x25\x36\xd8\x8f\xe6\xd7\xf2\x2d\x9f\x4d\x3e\x19\x5d\xf8\x32\xce\x7e\x34\xef\xaf\xe7\xf7\x15\x5f\x69\xbd\xff\xcc\xcf\x3f\xfd\x2f\xf7\xc1\x54\x64\x74\xf0\x1a\xa1\x70\xfc\x2f\x23\x69\xd8\xe0\xf8\xb9\xae\x9d\xa7\x33\x94\xa7\x53\x95\x4f\x63\xc9\xf7\x3a\x18\xfb\x52\xf8\x24\xae\xfd\x74\x9d\xea\x87\xdf\xb5\x4e\xc9\xb7\x25\x35\x9a\x21\x7d\xb1\xe4\x63\x5d\x8d\x46\x9c\xef\x37\xf1\xd5\x6a\xe4\x2b\x5a\xe5\x63\x5d\x7e\xff\xd2\xfb\xdc\xf7\x6d\xf5\x0f\x5a\xfd\x0b\x9f\xc2\x1f\xe3\x1c\x3f\xe9\xb0\x2e\xed\x77\xeb\xa2\x59\x81\x55\x73\x82\x97\x00\x6c\x60\xfc\x79\xfc\x21\xed\x6a\xbd\x1d\xfe\x59\xf2\x67\x1c\xd6\x2d\xf6\x5a\xb0\xee\xb4\x93\x25\xed\x63\xe9\x2e\x36\x54\x18\x7e\x66\x3b\x84\x87\x71\xb0\x45\x27\xdb\x31\x0b\x25\x1b\x41\x9c\x9f\xa7\xec\xc6\xa1\xb2\xe1\x93\x97\x83\xb1\x54\x1c\x20\x58\x8b\xbb\x9d\x52\x07\x59\xc9\x99\x0d\xe1\x53\xf8\x63\x1c\xdb\x33\x13\x58\xc4\x52\x71\x80\x60\xb5\xe1\xc2\xd9\x8f\x02\x6b\xc3\xb5\x75\x93\xdb\xc6\x92\xf5\xa2\x1a\x7a\xdf\xf8\x6d\x1c\x6c\xca\x6c\xfb\xf5\x38\x8c\x43\x4c\xa7\xbe\x57\xbe\x50\x41\xab\xfb\x39\x19\xa8\x5f\x5a\x9c\xfa\x91\xf8\x60\xda\xd2\x7a\x1c\xc6\x49\x1f\xb1\x4b\x9a\xad\x99\x27\x6c\x32\x22\xaf\x1e\xb7\x71\x88\x0f\x26\xbc\xa8\xc7\xd7\x38\xb6\xbd\xd4\x38\xd3\x74\xa0\x4b\xef\x4c\x8a\xd7\xb5\xbc\x3c\x16\x97\x47\x52\x1d\x64\x60\x0b\x1b\xac\x2a\x4f\xb1\xb8\x2c\x86\x96\xd4\xca\xe4\x76\x62\x63\x7b\x28\x7d\xe5\xa4\x71\x38\x96\x2e\x4f\x83\x21\x2d\x67\x30\x32\xae\x1e\x35\x4e\xd6\xbe\x3d\xbb\xd8\x57\xd9\x99\xab\x81\xba\xc5\x07\xb7\xcf\xb5\xa5\x9e\xae\x0d\xb5\x23\x0e\xaa\x8f\x4e\x5f\x59\x8d\x8f\xb8\xfa\x91\xfa\xb5\xa4\x0e\xd2\xa7\xaa\x1e\xdd\x3f\x2e\x4f\x83\x91\x71\xb1\x94\xb5\x3f\x18\x62\x73\xc6\xd1\xd8\xff\xe3\x79\x61\x76\xfe\xe0\xe5\x5d\x3d\xa6\x71\x8e\xe7\x22\x3d\x1f\xcf\x0b\x5d\x7d\xe3\x10\x5f\x29\x42\x33\x68\xd5\x3f\x83\xd6\xdf\x58\x2a\xf2\x13\xcc\x87\xd9\x4e\x56\x1d\xa8\x47\xbf\x8f\x08\xa0\x93\x3e\x7f\xb1\x5e\xaf\x47\x16\xed\x09\x5a\x7f\x63\x59\xbd\x5b\x1f\xeb\xa2\x33\x12\x39\xf6\x29\xba\xed\x53\x74\xa3\x78\xda\xa7\xd4\x97\xcd\x44\x0c\x71\x50\xec\x6e\x45\xfc\x55\x83\xe3\xe1\x38\xb7\x8a\xb1\x54\x83\x74\x26\x9f\xec\x26\x3e\xd9\xb4\x0a\x04\x23\xda\xea\x71\x1a\x27\x1d\x42\xfd\x6b\xfc\x8c\x1d\x39\x83\x97\x68\x41\xa3\x3b\x1b\x37\xf1\x4b\xf8\x30\xce\xf9\x4a\xf5\xe3\xf1\x4b\xfd\x92\xfa\xeb\x10\x93\xa0\xb5\xbe\xde\x07\xfd\xb7\xb2\xd5\x57\x03\xfd\xb3\xe8\x4a\x3d\x4e\xe3\x41\x7c\x12\xd7\xba\xdb\x30\x33\x9c\x41\x6b\x5f\x6c\xe5\x73\x0a\x9a\xe7\xdb\x39\xba\xde\xf7\xff\x5e\xfc\x5f\x5a\xf5\xc2\x56\xf9\x6a\x74\xe2\x43\xf8\x34\xce\xff\xe5\xf6\xbf\x6f\xa9\x89\xfb\xa6\x9a\x28\xf5\x7a\x2b\x12\xb0\x1a\x1f\x71\xf6\xd3\x4d\x37\xa6\x11\x0e\x46\x98\xc6\x56\xa4\x5e\xd0\x3c\x7c\x06\xeb\x57\xc6\x9e\x52\x07\xb7\xe4\x27\x7d\x16\xc3\x21\x11\xc1\xfc\x88\xed\xa4\x6f\x62\xd0\xe8\xcb\x46\x12\x0f\xe1\x1a\x27\xb3\xc9\xc7\xa9\x71\xa6\xbf\x0b\x91\x7a\x85\x73\x5e\x52\xea\xfe\x4e\x16\x73\x93\x75\x6d\xab\xb2\x62\xb0\xca\x59\x3b\xa7\xe6\x45\x91\xec\xd5\x38\x89\xa7\xf0\xcb\x38\xdf\xa7\x7c\x70\xa8\x41\x35\xf8\xbd\xe2\x43\x5d\xea\x55\x83\xf3\x42\x39\xb6\x7d\x2c\x64\x22\xc0\x76\x4e\xcd\xd7\xe3\xf1\x3f\xb4\xde\x4d\xcd\x97\xb2\xb7\x87\x42\x04\x82\x97\x68\xb1\x7d\x2c\xdc\x8c\xf8\x8e\x76\xa8\x1f\xc9\x31\xe5\xff\x8b\x46\xb9\xb7\xe5\xd3\x59\x8d\xc5\xba\xec\x9c\x17\x1f\xff\x36\x8f\x7f\xd1\x68\x25\xb2\x95\x37\x68\xe5\x2d\x9c\xf3\xf5\x9a\xaf\xe8\xd3\x19\x0c\x41\x0b\x5b\x79\x83\x56\xde\x33\x1a\x8f\x6d\x0e\x29\x08\x86\x14\xb4\x93\x89\x4b\x62\xbf\xa6\xff\x2b\xfa\x53\x7d\xdc\x9f\xbf\x8b\x69\x6c\x83\xa1\x6c\xe1\x5a\x92\xb1\x3f\x96\xeb\x97\xb5\x89\x9e\xf8\x6c\xa8\x1f\x7e\xaf\xd2\xc9\x06\x7d\xed\xdb\x39\x79\x1c\xdd\x3f\xcf\xd7\x8f\x72\xa9\xe1\xb2\x38\x6d\x6d\xad\x06\xe4\x18\x43\xd6\xd2\xd6\xd6\x94\xb5\x35\x18\x11\x59\x8f\x3f\xe1\xac\x49\xc9\x90\xb5\x74\x1e\xbe\x54\x1e\xbe\x60\xf1\xbd\x74\x11\xad\x54\x11\xad\xe0\x6d\x58\x86\x22\xb5\x53\xd5\x77\x83\xe6\x9b\x0c\xf9\x50\x26\x4b\xee\x9e\xc1\xdb\xb0\x74\x1e\xbe\x6a\x10\x07\xbf\xd5\xe3\x32\xce\xef\x8a\xfe\x7f\xab\x5f\xf5\xf6\xeb\x9f\x71\xda\xa0\xfd\xa5\x3d\xff\x53\x9e\xff\xc1\xf4\x9e\xf5\x78\x19\xe7\xe7\xe5\x29\xfc\x31\xce\x7e\x92\x64\x52\x01\xd9\x6a\xb0\x9f\x0c\xe1\xfe\x5f\xd6\x10\xbc\x0e\x7d\x06\xad\x3b\xd5\x08\xe2\x1a\xcf\x76\xff\x14\x73\x8c\x50\x4b\x97\xdd\x4c\xa5\xfb\x0b\x5e\x8a\x25\x6d\xcb\x6c\xb0\x9f\x33\x84\x3f\xc6\x21\x6e\x98\x27\x26\x43\x77\xb7\xc9\x10\x86\xc2\xd5\x0f\xc5\x71\x32\xbf\xdf\x19\x57\xeb\xc2\x35\xfd\x0c\x2c\x0f\x46\x08\x66\xa8\xa6\x64\x35\x3e\xf6\xc3\xf1\xcb\xf8\x5c\x0d\xb2\xa3\xe8\x79\x99\x6e\xba\x9c\xe5\xa9\x2e\xe3\x5a\x9a\xce\x8b\x56\x31\xe6\x9b\xc9\x90\xf6\x5d\x0d\xb2\x7b\xb2\x1f\x19\x99\xd3\x46\x66\xfa\x60\x65\xdc\x1e\xff\x4d\x2b\x1d\x4f\x6f\x19\x72\xc9\x4c\xd6\x15\x2d\x9c\xfd\x2b\xf4\x21\x55\xab\x2b\x18\x21\x98\xd1\xdd\x7f\x57\xff\x27\xfb\xef\x4b\xe3\x61\x64\xdf\x19\xa2\xbf\x22\xfb\xaa\xb1\xd8\x0f\xe9\xdf\x3d\xbf\x5d\xf3\x3b\x38\xef\xca\xaf\x93\x4a\x5b\x17\xac\xcd\x57\x8f\x9f\x71\xf2\xc9\xd4\xfb\x5b\xcb\x8c\x97\x9b\xc1\x08\xb8\x8c\xe9\xe5\x3a\x79\xfa\x64\x7a\xc3\x74\x6d\xaf\x0c\x66\x93\x8f\x4b\xf3\x3e\x3d\xef\x70\x82\x2c\x7c\x0a\x7f\x8c\x93\xdf\x34\x5f\xb2\x0a\x54\x83\xfd\x5f\xa4\x43\x78\xbd\x30\x2f\x5d\x5c\x9a\xaf\xb0\x38\x90\xfa\xce\xbc\x35\x19\x61\x3a\x04\x7d\x11\xe8\x13\x96\x91\x5e\x8f\xc9\xcb\x9a\x10\xfd\xd3\xff\x8b\x3a\xd0\x67\xdc\xa2\x7f\xba\x9f\x54\x3f\x9d\xff\xbb\x2c\x6e\x16\x4f\xab\x21\x3a\xaf\xad\x79\x84\x19\xf5\x8c\xbb\x71\xbe\xb4\x2d\x65\x68\x5b\xe2\x69\x32\x6d\xad\x4c\x5a\x2b\x0b\xe7\x38\x9f\xd4\xbc\x3c\x54\xbf\x78\x79\x54\x8f\xff\x70\xcc\xd7\x7d\x73\x3c\xaf\xc5\xd3\x4b\xf1\xc4\x48\xb4\x8c\xd7\x74\x66\x04\x19\x4b\xbb\xd7\xa3\xbf\x57\xa7\xf3\x90\x9c\x79\xcd\x27\x0c\x1d\x38\x43\xeb\x45\x56\xc3\x0c\x96\x83\x3f\x43\xeb\x42\xbe\x83\xd5\xc0\x3c\xf2\x52\x29\xe3\x67\xf9\xf0\xe3\x76\x9b\x87\xf1\x65\xfc\x21\xce\xf1\xff\xcc\xff\x74\xed\x3f\xe9\xe3\x55\x8f\x8f\x71\x8c\x3f\x4f\xd2\xf9\xc7\x6d\xb5\x1a\x49\x1c\xf3\x9e\xde\x36\xf2\xa0\x9a\x45\x5f\xab\x7a\xbc\x8c\xdf\xc4\x31\x9e\x3c\x69\x6d\xad\x06\xe9\x4c\xbe\x4d\xa5\x51\xad\x06\xd6\x35\xf3\xcf\x65\x4a\xed\x4e\x9a\x15\x0b\xe7\xff\xca\x9a\x58\x0d\xf0\x15\x7d\x52\x33\x87\xfb\x67\x71\xa1\xb8\x49\x67\xd6\x08\x42\x83\xc7\xa4\xec\xc2\xb5\xde\x95\x1f\xab\xe4\x8e\xf0\x34\x4e\xba\xe1\xd8\x9c\xa9\xbc\x92\x49\x9f\xe5\x62\xe7\x26\xfc\x35\xfe\xf1\x7d\xd0\xd3\xf9\xae\x32\xe5\x54\x40\x5f\xd5\xb4\x6b\x73\x35\x06\xfb\xe1\xff\x2a\x1d\x77\x35\x40\x1f\x5e\x96\xa5\xf3\x3f\x25\xcd\x69\xed\x64\xde\xb8\xcc\x74\xff\x2c\x5e\x17\x5d\xf4\x97\x15\x2d\x65\x2d\x0b\xd6\x04\xcc\x4c\xd3\x39\xa9\x8e\xd3\x0c\x51\xaf\x77\xe1\x94\x63\x8c\x80\xcb\x94\xcf\x59\xd2\x99\xf8\x0c\x16\xf1\xab\xc7\x65\x7c\x13\xbf\x85\xbf\xc6\x3f\xe2\xfc\xdf\xe5\xef\x65\xad\xdb\x60\x48\x5c\x32\x8f\x12\x1b\x50\xd7\x3a\xe5\x43\x2e\x8f\x9f\x97\xf5\xd1\xbb\xfe\xd7\x74\x58\x2c\xcd\xcd\x6a\x0d\x99\x0a\x45\x4a\x26\x60\x6a\x67\xa6\xde\xdf\xee\x5f\x7c\xcb\x7d\xdc\x89\x99\x92\x89\x99\x4a\xcc\x9c\xc2\x6f\xe3\x93\xf8\x25\x7c\x1b\xe7\x77\x51\xad\x49\x55\x8f\xa8\x06\xe9\x43\x79\x6e\x5f\xe7\x94\xaf\x73\x30\x4f\x67\xa6\x8e\xeb\x49\xa7\xe7\x1a\x0f\xf9\x64\x7b\x5e\xb6\x0a\x5f\xcf\x29\x3c\x8c\x2f\xe2\x7e\x5f\xfc\xbc\x79\xfc\xe3\x6d\x58\x3d\x0e\xe3\x1c\x7f\xf0\x7f\x1f\x7f\x17\x13\x33\xb5\x43\x7c\xfb\xc4\x30\xce\xf7\xf3\x10\x1e\xc6\x93\xef\xff\xc1\xf5\xbe\xde\x7e\xfc\xb3\x1f\x7f\xc6\xe9\x7f\x3d\xcd\xcc\x6f\xd1\x58\xcc\x24\xf3\x35\xbb\xbf\x64\xf7\x21\x76\xff\x3c\x3d\xc8\xb2\xdd\xda\x21\x36\xfd\xfc\x19\x9f\x3e\xe3\xe2\xf4\x7c\x16\x07\xdf\xd6\xfb\x29\x3c\x8c\xf3\x33\xc4\xbe\x3f\x8f\x13\x11\x4f\x85\x73\x9c\x3f\x4f\xcf\x8f\xd5\xcd\x0f\xb1\xe3\x4f\x6a\x5f\xf2\x92\xa5\x1d\x62\x47\xb9\x54\x27\x6b\x33\x15\xce\x65\xf0\x93\xb6\x9b\xb8\x7c\x29\x1c\xfd\x2f\x6b\xe5\x4b\x5a\x39\x23\x04\xd3\xc5\x97\x52\xc5\x97\x82\x11\x82\xf5\xf8\x1a\x27\x3d\xc9\xa6\xeb\x48\xf7\x43\x2b\xc5\xb8\x8d\x4f\xe3\x41\xbc\x13\x97\x98\x5b\xc8\x4b\x59\xfd\x4c\xe2\xa2\x8f\xf2\x21\x05\x4f\xff\xb9\x54\xaa\xb6\x1a\x81\xf7\xc9\x8e\x36\x02\x57\x03\xcb\x80\x11\x49\x69\x23\x70\xd2\x08\xdc\x1a\xad\x1a\xb9\x2c\xa6\xd7\xa9\x79\x89\x21\xfc\x32\xce\xf1\xe0\x34\x9c\xeb\xd2\xb2\xa1\xb5\xf6\x0c\xa6\xfd\xcc\xa5\x44\x12\xd5\x20\x9f\x70\x99\xad\x8b\xa7\xc3\x64\x82\xa2\xd6\x58\x1a\xb6\x1e\x97\xf1\x4d\xdc\xef\xbf\xc6\x7f\xec\xe7\x26\x2e\x75\x7c\x5d\x2c\x9d\x3e\x26\xc7\x73\x4b\x7d\x5c\x37\x4f\xe1\xbc\x2c\x4b\x17\x53\xaa\x46\x67\xff\xa4\xcf\xed\xf1\xdc\x1a\x0f\xf9\x79\x59\x3d\x5d\x54\x4f\x1b\x5d\x89\xeb\xf1\x31\xfe\x12\xe7\xf7\xaa\x4a\x44\x35\x20\xd6\x07\xd5\x02\xd6\x4a\x62\x83\x74\xe0\x76\x65\xab\x70\xca\x2a\xdc\xe8\x62\x9c\x4b\x3e\x76\xd5\xc0\x77\xcd\x83\xff\x3b\x4c\xff\x41\x6b\x07\xad\x02\xb9\x14\x69\x9b\xf4\xdd\x6e\x8d\x56\x90\x74\xf1\xa2\x94\xcb\x76\x4c\xaa\xc5\x6b\x7a\xbe\xa0\x5f\xb6\x76\x72\x7d\x2d\x5d\x1e\x55\x83\xf4\xe7\x3a\xb2\xb5\xb8\x1a\xa4\x9b\xf8\x47\x69\x15\xab\x81\x79\x99\x3c\x96\xd8\x05\x3b\xe5\x82\x1d\xbc\xbc\xab\x5d\x43\x74\x40\x4d\xbd\xd6\x4e\xf1\x73\xba\x9f\xe4\x7a\x39\xc5\x27\x99\x1a\x4f\xd2\xca\x38\xf5\x5d\xf2\x2d\x4b\x15\x1d\x0a\x46\x20\xd6\x66\x21\xfa\x30\x51\x42\x30\x02\xb1\x1e\x87\x71\xce\xaf\xf8\xd9\xea\x26\x8b\xfc\xb4\xc6\x22\x24\xb9\x1e\xaf\x6b\xc8\xd9\xd6\x9a\xf8\xf0\xd1\xf6\xc9\x2a\x40\x85\x93\x0f\x1f\xc9\x49\x9a\x45\x5b\x6b\xe2\x1f\x25\x4a\xa8\xc6\x45\xfc\x12\xee\xf7\x97\xde\xef\xc2\x3f\xe3\x3f\xe2\x1c\xcf\x6b\xba\xc9\xda\xc1\xec\xff\xb9\x5e\xcb\x19\xfa\xb4\xb5\x46\x35\xda\xd6\xd0\xa4\x35\xb4\x60\x8e\x5f\x69\x78\xab\x11\xc4\xf1\xbf\xfb\xd0\xfa\xda\x87\xfe\x97\x72\x72\x1f\xa2\xcf\x3e\xa0\x8e\xb7\xc6\xff\x75\xe2\x9e\x6a\xb0\x7f\xca\xb7\xed\x63\x21\x9d\x74\xcf\x98\x94\x0f\x5b\x35\x2b\x93\xd6\xbe\xd6\x1a\x8f\x55\x5b\xb7\x2e\xd5\x20\x1d\x68\x5d\xd8\xba\x75\x49\xfa\xd4\xb6\x46\x9f\xda\x74\x75\x96\xa4\xb3\x6c\xe1\x37\x71\xcd\x3b\xab\xb0\x14\xce\x71\x2a\xaf\x58\xd2\x29\xf6\x0c\xa6\x45\xad\x47\xf5\xdf\xd5\x3f\xd5\x8e\xad\xcb\xdf\x6a\xf0\x7b\xf5\xbe\x7c\x86\xaa\x81\x71\x5e\xdc\x1f\xf7\xf4\x78\x26\xc7\x23\x73\xc0\xd6\xe5\x6c\x32\xc1\x4a\xe1\x1c\x8f\x6e\x63\x92\x65\x57\x6a\x5a\xf4\xbe\xfb\x67\xb1\xaf\x60\x2d\xcb\xdc\x72\xda\xa9\xc6\xc3\xf7\x89\xeb\x92\x34\x59\xce\xa4\x35\xfa\xb6\x96\xd6\xa1\xf7\x99\x17\xb3\xd1\x87\x35\xf7\xf2\x7c\x31\xd4\x20\x42\xe3\x59\x1e\x27\xcc\x87\xad\xb1\x06\x65\xee\xa5\x63\x2d\xcb\x9f\x9c\xc1\xc8\xcd\xa4\x11\x91\x8d\x8f\x78\x08\x17\x3d\x91\x76\xbb\xd8\x8a\xdf\x65\x75\x6a\x4b\x9d\x62\x88\x52\x6e\xe5\xb3\xac\xc6\x8f\xef\x73\x3c\x4a\xa3\x9d\xac\x56\xd2\x1a\x7d\x52\xd3\xd5\x4a\xaa\xf1\x12\x67\x3f\xb2\x56\xa6\xaa\x95\x84\x8e\xb5\xfb\xf1\x3c\x3e\x9c\x47\x26\xd0\x49\x27\x22\x49\x26\x22\x29\x5c\xef\x9b\xfe\x8f\xe6\x97\xfb\xc5\xf6\x71\x71\xeb\xb8\x18\x54\x97\xed\x33\x9a\xf4\x19\xad\xf7\xb9\x8e\x3e\xc9\x79\x56\x07\x69\xed\xca\x3f\x58\xbf\x96\xd3\xdf\xad\xd5\x71\x3a\x69\x03\x6a\xc7\xda\x52\x3b\xaa\xc1\xed\x47\x68\x33\x7a\xfd\xf7\x3f\x17\x6f\x3a\x96\x0b\x4b\x2d\x16\x96\xba\x07\x4e\x02\xcb\x75\xa5\x16\xeb\x4a\x31\x06\x61\xb9\xaa\xd4\x62\x55\xa9\x9b\x4e\x38\x6b\x4b\x3f\xa9\x06\xe8\x6f\x34\x8d\x16\xf5\xdd\x31\x8f\xde\x8b\xf1\x0f\x2a\xb7\xbc\xb6\x54\x96\x6a\xd4\x52\xfc\x87\x7a\x70\x35\x03\x37\x9d\x78\xea\xe9\x31\x5c\x3d\x43\xeb\x59\x5b\xc9\xb3\xd7\x86\xf1\x91\xfe\x76\xf5\xe0\x8e\x8b\x39\x6f\xfa\xf5\xd4\x93\x7b\xae\x3d\xe7\x62\x39\xb6\xe5\x32\x58\x8b\x22\xac\x81\x1f\x17\xc5\x18\x1b\x18\x46\x77\xd7\xa6\x46\xa9\x11\xf7\x10\x45\x4f\x13\xfa\x24\x45\xc7\x29\x78\x1a\x4e\xfc\x63\x08\x16\x3d\x20\x13\x6f\xfa\xf9\xd4\x53\x37\x3c\x0b\x9e\x97\xe0\x34\x8c\x91\xcc\x21\x58\x23\xc1\x79\xfa\x66\x95\xa6\x7a\x1a\x86\x41\xeb\xd0\xdb\x5b\xd3\x45\x35\x6d\x1c\x42\x3d\x3e\xd8\x62\x86\xfe\x90\x27\xe0\x6a\xa0\x8b\xe4\xa8\x9b\x59\x8c\xb1\xde\x63\x08\x4d\xa3\x35\x2f\x1a\x73\xf3\x17\x36\x30\xcd\x3c\x48\x6a\xe5\x2e\x5f\x4c\x9f\x76\x33\x2b\x42\x3d\x75\xc3\x1b\xb0\xfe\x30\x1f\xc3\xd5\x75\x1c\x42\x35\xe5\xf0\xb2\xa5\x31\x79\x6d\x59\x3d\xab\x51\x53\x3e\x4f\xf5\xbc\xc2\x70\xad\xee\xe8\x42\x5f\xa3\x35\x89\x53\xab\xa5\x99\x99\x70\xe1\x46\xfb\x71\x3d\xb8\xe7\xe2\xaa\x9b\xb7\x1f\xf5\xe4\x31\x17\x33\xdd\x54\x67\x96\x6b\x92\x2d\xde\xba\xd1\xd6\xbc\x7c\xd5\xb6\x14\x18\x93\xa4\x86\xca\x3c\x2f\xde\xac\xdd\xd4\x7c\x96\x53\xb6\x2d\xa6\x6c\xbb\xe7\xd5\x04\x6b\xd0\xc8\x25\x73\x33\x24\xb9\x9e\xa6\xe1\x28\x16\xbb\x84\x2e\xa3\xa0\xff\xad\x3e\x24\x3d\x98\xb6\xed\x3a\xba\xd0\x66\x14\x3d\xdf\x21\xb8\x1b\xc6\x17\x6a\x61\x28\x51\x68\x35\xf0\x87\x7e\x59\xb4\xc3\x65\x1f\xb3\xae\xd5\x83\xbb\xc0\x8a\xd3\xa4\x5c\x5e\x5a\xb8\x09\xbc\x98\xa1\xb8\x9e\x1e\xc3\x6f\xbd\x9c\x42\x3f\xa3\xf8\x12\xc9\xbb\x3b\xc4\x49\x77\x80\x93\x7a\x08\x9e\x86\xc1\x49\x5a\x87\x4a\x17\xb0\x58\x02\xee\x92\x64\xd3\x05\xe2\xda\x70\x04\xa1\x17\x5e\x3d\x5c\x46\x31\x2b\x5a\x9c\xb7\x29\x7a\x93\x47\x67\x13\xfc\x1a\x06\x2b\x4d\x75\x6d\xd1\x86\x53\xc2\xcd\x9c\xef\x6b\xdf\x16\x62\xf0\x48\x63\x6e\xbd\xe5\xb0\xa0\xb5\x6f\x72\x58\x70\x0e\x6f\xee\xac\x8b\xb9\xee\x2e\xc9\x52\xa5\xc9\xaf\x06\x7a\x16\x97\x2a\x54\x68\x31\x54\x48\x95\xb5\xd7\xee\x5e\xb3\x3d\xd0\x75\x76\xc1\xb7\xe1\xea\xfa\xf6\xcb\xcb\x68\x91\x3a\x0e\x4e\xb8\xbc\xb8\x17\x55\xa7\x3b\xb4\x68\xbb\x17\x2d\x0c\xed\xaa\xa9\xbd\x9c\x50\xaf\x1a\xe8\xe4\x54\x27\xe6\x3c\xa8\x57\x97\x58\xac\x5b\x58\x75\xc8\xfa\xd0\x9c\x77\x93\x09\x57\xb9\x8c\x66\x59\xbc\xce\x65\x03\x3d\x6b\xc5\x29\x58\xa9\x1a\x0d\xf0\x14\x7c\x19\x2e\xd6\xeb\x7e\xd9\xa3\x03\x99\x42\x4b\xae\x7b\x7d\xa2\x06\xce\x25\xa1\x3e\xcc\x63\xc8\xd0\x7f\x49\x3a\x0e\xd3\x6e\x14\xed\xee\xd0\x3a\x94\x37\xcf\xa2\x62\x78\x49\x3a\x0e\x93\x14\x01\xbb\x77\x68\x12\x87\xd7\x32\x22\xaa\xee\xd0\x9e\x3a\x2c\x1e\x71\xd8\xbb\x43\xf3\xa2\xc2\x39\xd5\xa8\xae\x79\x12\xad\xa7\xc7\x70\x0d\x7a\x1e\x42\x45\x25\xd8\x3d\xef\xb8\xd5\xb5\x29\x8d\x10\xad\x3b\x44\x0f\x19\x41\x17\xf3\x0b\xde\xa1\x5d\x4e\x77\x1b\x8b\x11\x5c\xd7\xa9\xe5\x3c\x2c\x37\x71\xb8\xbc\xc3\x74\x32\xa3\xe2\x66\xe3\x62\x59\xce\xe5\xd4\x84\x8b\x2a\xf1\xa5\x9d\x61\x78\xf1\xc3\x77\xfe\x8e\x31\xff\xa0\xf6\xec\x69\x3e\x86\x1a\xcd\xab\x93\xb5\xa7\x77\x5d\x64\x3b\xbc\x43\x7f\x31\xad\xde\xe0\x46\x45\xd5\xba\x97\xef\xf9\xab\x81\x7f\x9e\xe4\xc1\x69\x45\x06\xf7\x2c\x97\xb6\x51\x39\x4f\x55\x03\x13\x17\xb7\xe0\xcf\x30\xfa\x48\x12\x5d\x36\xdd\x6a\x60\x20\x92\x68\xd3\x12\x74\x92\xe8\x5a\x7d\xd3\x44\x9f\xe4\x7a\xed\xaf\xd3\x5c\x0f\xbf\x82\x4b\x1b\xf7\xf4\xf6\x83\x8c\x8b\x77\x4a\xc0\x4f\x2b\x2d\x28\xba\x48\x4f\xd5\xb5\xa7\x89\x8b\x43\xf9\x4d\x93\xff\xda\x61\xea\xe1\x70\x7e\x69\x74\x11\x97\xd1\x1b\x22\xbb\x0b\xee\x86\x8b\x7a\x79\xfa\xed\x69\xb8\xfe\x50\x9f\x12\x16\x96\xb8\x35\x62\xb2\xc4\x7a\x18\x46\x31\xe6\x73\x0a\x4e\xc3\x18\x9d\x56\x7b\x58\x84\x22\xac\xe0\xe6\xfd\xc2\x62\xa2\x48\x36\x2e\xc0\xfa\xc7\x75\x1b\x06\xb3\x5d\x7e\x7b\x19\x46\x27\x5a\xd8\x61\xb5\x07\x89\x3c\x6e\x89\xae\x30\x4d\x11\x17\x77\xf3\x26\xa2\x9e\xfc\xe5\xd8\xd2\x79\x11\x51\x4f\xfe\xf2\xa2\xf9\x6d\x9a\x5a\x11\x44\xd9\xa5\x3b\xb5\x56\xd3\xa4\x86\xfd\xe2\x16\xf1\xd2\xa4\x46\x24\xdd\xad\x05\x92\xde\x95\x60\xd3\xb8\x45\x8e\xb4\x10\xc0\x7d\x9a\x8a\x84\x2f\x86\xd2\xb1\x01\xe2\x69\x37\x4e\x0b\x01\x94\x71\xb8\x45\xa4\xb4\x8e\x84\xc0\xf4\x5b\x22\x31\xbd\xcf\xc3\x93\xe4\x3a\x3d\x64\x8b\x06\x64\x2b\xb9\xb3\xfb\xed\x30\x9c\xff\xfd\x0f\x43\xb6\xea\xe1\x35\x5a\x63\x4e\x29\x92\xe9\xed\x1f\xce\x73\xb7\x64\x62\x5a\x34\x23\x70\xe3\xce\x21\x6a\x58\x5e\xe0\x4a\xe2\xce\xe1\xb7\xfd\x87\x1b\x7f\x38\x84\x6e\xa3\xf5\x81\x9a\x93\xb4\x56\x90\xa4\xbe\x14\xeb\x65\x81\x80\xb8\xfa\x9b\xb9\xf7\xeb\xe9\x36\x5c\xe4\xbf\x8d\xa6\xd1\x85\x97\x6f\xc1\x8f\xe1\xfa\xc3\xdb\xa8\xfe\x10\x21\xf7\x77\x4a\x09\x5f\xd6\x0a\x16\x79\x57\x8b\x76\x99\x77\x17\x79\x57\x2b\x6e\x59\x1e\xe0\xd0\x7c\xa7\x16\xd1\xf2\x96\x8e\x80\x90\x4e\x3f\xbe\x7a\xf2\x40\x70\xd4\xd0\x96\xb9\xfd\x89\x48\xd5\x72\x9d\xda\x1c\xb7\x57\x2d\xae\x31\xfa\x21\x66\xda\xfe\x18\x1c\xc7\x19\xff\xb6\x7c\x06\x5f\x1b\x91\x26\xb7\xf6\x82\xed\x55\x0b\xcb\x57\x3f\x9a\xfe\xd0\xbb\x0f\xea\x5e\xdd\x9a\xf0\xed\x45\x8b\x5b\x8e\x7e\x88\x3d\xb6\x19\x0f\xbe\x8a\xd7\x29\x6d\x6d\x9b\x1e\x70\x55\xec\xb4\xe9\x2f\x9f\xed\xd7\xc6\x15\x47\x3f\x34\x31\xdb\xcb\x13\x81\x2a\xfd\xd0\x14\x6c\x93\x09\x27\xfe\x7e\xe8\x60\xb8\xbd\xa5\xe3\xe4\xdf\x0f\xd3\xc9\xeb\x13\x89\x4d\xfb\xa1\xf5\xf2\x78\x7d\xc2\x77\xbb\x1f\xa2\xc8\x63\x0e\x81\x39\xef\x3a\x87\xe1\x69\x18\xdf\x9e\x42\x97\xd1\x07\x7d\x84\xe0\xcf\x30\xfe\x51\xba\xe7\xe3\xf5\x0c\xff\xc8\x7e\xb8\x6b\x93\xf5\x29\x81\xd6\x0f\xf7\xed\xc5\x08\xfb\x43\x3f\x74\xbc\x79\xbc\x37\x20\x21\xc2\x2d\x56\x7d\x4c\x3f\xd8\x00\xfb\xa1\x5d\xe0\x31\xfd\xe0\x60\x7e\x4b\xf7\x7c\x4c\xa7\x87\x74\x12\x4f\x3e\xe6\x32\x24\x3a\xbf\x75\xc8\x7a\xad\xfa\xbc\xdc\x59\x2f\xa1\x61\x34\xb1\x83\x0a\x5d\x46\x31\x64\x6d\x67\xaf\x75\x1c\x18\x1c\xfb\x29\x6d\xf2\x35\x39\xe0\x66\xd5\x4f\x6d\x19\xaf\xc9\xf1\x52\xc7\xd1\x56\xfe\x5a\xbc\xe1\xb2\xfd\x96\x56\xfb\x7a\x17\x86\x4b\x56\x3f\xa5\x63\xbe\xde\x1a\x70\x03\x4f\x6f\xf7\xe5\xb2\xb0\x8b\x65\x61\xfb\xa9\x43\xc8\xeb\x4d\x18\x41\xba\xaa\x19\xbe\xf6\x6b\xcd\xe7\xa5\xe6\x33\xfd\xb6\x3f\x06\x2c\x79\x36\xfd\xa3\x25\xd9\x4b\xcd\x47\x2a\xc5\x6b\x4e\x45\x96\xf6\x7e\x4a\xfe\xbe\x16\x70\x2f\x04\x5c\x8e\xbf\x68\x3e\xaf\xb7\x74\xa4\x1e\xea\xa7\x0c\x2d\x9f\xc5\x00\x12\xbe\xf7\x53\x47\x89\xcf\x62\x00\xa1\xc4\xfd\x94\xbe\xf9\x59\xd4\xa1\x3a\x49\x3f\xa5\x6f\x7e\x56\x7d\x60\x8c\xea\xc7\x29\xf4\x32\x0a\xbd\x40\x2c\xf8\x59\x3c\xc0\xdf\xad\x9f\xda\x97\x3e\x0b\x02\xf8\x33\xf4\x53\x0b\xea\xf3\x8a\x47\x75\xb7\x6e\x41\xf0\xf9\x5c\x84\xf4\xb5\xd7\xa9\x03\xf9\x67\xc1\x88\x48\xa9\x7e\x6a\x45\x7d\xe6\x7a\xb8\x42\x5c\xa7\x18\xee\x33\xdb\xe3\x2a\xb0\x33\x83\x7f\x3d\xb9\x6f\x52\x5d\x2b\xea\x33\xd5\x71\x41\xd8\x0f\xbf\xbc\x8c\xe2\x1f\xb5\xa2\x3e\x4b\x0d\xc4\x68\x75\x4f\xff\xcf\xd4\xfe\x91\xac\x9a\xe7\x9f\xc5\x03\x22\xb7\xba\x34\x83\x9f\x19\xff\x27\x62\x13\x35\xad\x51\x65\xb7\xfb\xcb\x7f\xa6\xea\x8f\xcb\x41\xc7\xb9\x9f\x55\x25\xc4\x70\xf4\x53\x8c\xff\x33\xb1\x7f\x64\x7c\xb1\xf8\xcf\x8c\xff\xa3\x4e\x24\xfb\xc2\xcf\x3b\x38\xb2\x33\x76\x6d\x09\x3f\x6b\x4a\x08\x1f\xeb\x4d\xb3\xfe\xb3\xa6\x84\x8b\xcd\xde\x8c\xfa\xc3\xc1\xf7\x4d\x47\x8f\x9f\x35\x25\x14\x83\xe9\xcd\x5f\x6e\x11\xf3\x03\xaf\xb2\x84\xc5\xb6\xa3\xe2\x66\x58\x38\xcb\x87\xee\x50\x34\x5a\x35\x36\x5e\x4e\xc1\x9f\x61\xf4\xe1\xb7\x29\x36\x36\x43\xc2\x3b\x7d\x2c\x37\x5d\x16\xd9\x40\x27\x4d\x9d\x50\x6c\x6c\xfa\x2a\xd2\x03\x62\x87\xe2\x5e\x36\x93\x07\x77\x96\x04\xa8\xa7\x34\x8c\x3e\xb0\xdd\xd4\xd3\x6b\x18\x03\xb9\xf5\x8f\xdb\x03\x01\x97\xd1\x5c\x58\x4f\x61\xb8\xe4\x57\x3b\x34\x6c\xb2\x59\x35\xd0\x77\x77\x27\xee\x9b\x84\xea\x1c\xf6\x69\x42\x21\x8d\xa4\x0a\xa3\xd7\xd3\x6d\xb8\xd7\xd7\x0c\xa1\xc3\x28\x06\x32\x0c\xff\x04\x93\x50\x43\x5d\x73\x51\x6f\x7a\x41\xd2\xc7\x63\xbb\xb4\x71\x35\xf0\x87\x33\x04\x77\xc3\x98\xde\x38\x04\x4f\xc3\x75\xa0\x63\xb2\x9b\x7a\x4a\xc3\x0b\x6f\x1b\xd6\x1c\xc0\x7f\xa7\xf3\xfe\x65\x33\xe4\x9e\x0d\x50\x24\xf5\xf6\xfe\xf7\x76\xcd\x98\xa8\xaa\x48\xa2\xcd\x80\xfc\xce\x3b\x96\x1d\x0a\x24\xaa\x46\x75\x7d\x1d\x87\xe0\x6e\x78\x01\x6e\x82\x1f\xc3\xe8\xfa\x16\x2a\x3a\xc1\x26\xd9\x3b\xa9\xa7\xb2\x0e\xd5\xb8\xd1\x45\x0a\x1e\x86\x27\xf8\x49\x3d\x67\x18\xae\x3f\xec\x7e\xf9\x35\xfa\xe1\x65\xfd\x61\xfa\x0f\x21\x11\xa1\x06\xd4\x83\xc7\xbc\xd8\xf3\x14\xec\x9e\xb1\x74\x87\xd1\x6d\xb4\xc8\xa1\xa9\x55\x3c\x40\x35\x6a\x6a\x67\x17\xea\x21\x83\x4f\x79\x7d\xb4\x43\xc1\x00\xd5\x00\x8d\x9a\xbe\x64\xbb\xe7\x9a\x07\xba\xa0\x6c\xbb\x86\x56\xe3\x87\x97\xf9\x25\x97\xd9\x14\x2e\xa2\xfd\xd2\x5a\xbc\xcc\xa6\x70\x18\x65\xb9\xd9\x7a\x98\x46\xeb\x4b\xe2\x12\xba\x8c\x62\x81\x5e\x1c\x86\xaa\x52\x54\xa3\x26\x25\x86\xd0\x66\x14\xff\x77\xe9\xff\xbc\xf6\x91\x05\xa1\x5f\x57\x0a\xf6\x1f\xd6\xec\xf4\x30\x9a\x46\xf1\x29\xb7\x46\xb7\xfc\x87\xb5\x5f\xf5\x34\xea\x2e\x6a\x1a\xfa\x25\x6e\x94\xcb\xc1\xa6\x87\x6b\xa7\x5d\xaa\x9e\x44\xa5\x8b\x54\x12\x83\xdd\xa1\x51\xc3\x26\xd9\xaf\x69\x38\x0c\x17\x3d\x72\x08\xdd\x46\x8b\xfe\xe2\x73\xd5\x52\xaa\x06\x38\x49\xeb\xf0\x36\xeb\xc2\x54\x39\xc4\xfd\x72\x58\xd8\x74\xac\xed\x97\x96\xe1\x6d\x1e\xc5\xbd\xe9\x90\x5c\xba\xd3\xff\x57\xcc\x3a\x0e\x52\xf4\x36\x35\x6e\x18\xe9\x9a\x66\xe5\xb6\x94\x40\x16\x55\x3a\xf0\xd4\xc3\x30\x8a\xef\x0b\xf7\x91\x86\xc1\x60\xa2\xff\x6d\xd6\x85\x09\x74\x9c\x7f\xb8\xec\xda\xce\x76\xbe\x03\x86\x51\x15\xc4\xaf\x27\x7f\xe9\xc6\x78\xf4\xc7\x7b\x1a\xad\x0f\xd5\x76\x72\x5b\x00\xdf\x10\x37\x57\x1a\x7e\x0c\xc3\x20\x7c\x71\x72\xba\x39\x1b\xb7\xc7\x4c\x12\x5e\x0f\xdd\x68\x51\xf6\x96\x5c\xe9\xe6\x6c\xd4\xfb\x66\x50\xfc\xb6\x3b\xf2\x66\x26\xf6\x7e\x1f\xee\xf9\x31\xfc\x03\xac\xb7\xcd\xf0\x70\xfb\x60\x00\xfd\x76\x7e\x8c\xcd\xfc\x18\xe3\x3a\x84\x0e\xa3\x45\xf0\x5b\xbb\x6b\x37\x67\x23\xcb\xd3\xc5\x7a\x4c\xf5\xf4\x19\xc6\x1f\x9e\xfa\x96\x25\xd1\x89\x94\x4f\xfd\x3e\xbb\xe0\xcb\xf0\x8d\x4e\x34\x6a\x4b\x27\xd8\x67\x55\x89\xbf\x9e\xfc\x31\x8b\xe6\x74\x7d\xcc\x16\x9f\xc0\x65\x5a\xf5\xf6\xb7\xb3\x71\x54\xa3\x26\xe6\x32\xba\x8c\x72\xd8\x29\xd8\xc3\xae\xc5\x74\x31\xa6\x61\xc7\xf0\xc4\x20\x85\xc7\xd0\x52\x1f\x71\x19\xc5\x1f\x5e\x97\xe0\x30\x5c\x7f\xa8\xbd\x6e\x58\x83\x80\xdf\xe8\xd0\x98\x87\x89\x3a\x48\x54\xc9\x85\x61\xa2\x22\xef\x6d\xbf\x6f\xf5\x6c\xd1\x0e\xe3\x6a\x67\xa0\x70\x3d\x2d\xc3\xa0\x75\xd7\xdb\x56\x15\x60\x2e\xed\xb7\xf6\x87\xb1\xbb\x61\xfc\xa5\x76\xf9\x61\xc9\x0c\xc3\xa8\xaa\xeb\xef\x98\xfe\x72\xd8\x38\x55\x2c\x7f\xdb\x6b\x7c\xd3\x4d\xbc\xb3\x1c\x43\x3d\x3d\x86\x6b\x5d\x77\xa3\x9f\x51\x74\x2d\x21\x3c\x4d\x11\xb8\xfc\xf4\x3b\xf4\x8f\x96\xab\x30\x7d\xf6\x5b\x0b\x7b\x5a\xa7\x82\x7f\x39\x13\xc4\xef\x98\x96\x0d\xb0\x75\xf6\x3b\xd5\x87\xf7\x2f\xd8\x3a\xc7\xb8\x85\x2e\xa3\x1b\x9b\xbc\xfb\x78\x0d\x7f\x80\xf5\x89\x26\x1f\x2c\x9f\x2a\x9b\xbf\x63\x9a\x9d\x60\xf9\x1c\x23\x84\xfa\x13\x41\xbd\x2e\x76\x0f\x53\x0f\xc6\xce\xde\xc5\xee\xe1\xad\x0a\xc6\xce\x21\x9a\x86\x35\x2a\xd8\x3a\x7b\x97\x08\x09\xaf\x68\x64\xef\x52\xb9\xfc\xed\x12\x01\x9b\xd9\x53\xc6\x74\xcf\x9f\x51\x8c\x43\x22\x24\x4c\x6a\x38\xdb\x77\xeb\xc0\xe1\x85\x0e\x5f\xfb\x21\xf5\x2b\x4c\x53\x58\x3e\x55\x27\xbf\x9e\xba\xe1\x01\xf8\x16\x3c\x0d\x43\x2b\xf3\xc7\x58\x0e\xc3\x20\xda\xad\x35\xca\x20\xba\x59\x5d\xfe\x6a\xda\x95\xc2\xda\x02\x62\x70\x7b\xbf\x0d\xfb\x6b\x48\x55\x6d\x84\x69\xfd\x0b\xbe\x59\xbd\x6b\x23\x4c\x2f\x47\xe4\x11\xbb\xac\x36\xa6\x59\x15\x9e\xcc\xdd\x0a\x58\x9a\x55\x93\x77\x72\xe1\x4e\xb4\xb9\xc1\x0e\x7a\x59\x6d\x4c\xeb\x00\xb0\x83\xf6\xae\x45\x23\xaf\xaf\xcd\x2a\xf5\xbd\x8b\x1b\xd2\xeb\x14\x29\x05\x3a\x23\x90\xb7\xab\x1f\x54\x03\x9d\x88\x54\x69\x66\x85\xa5\x73\x68\xc7\x4a\x53\x0a\x61\xc0\xbd\x7b\x7c\xde\x7c\x60\xbc\x1c\xda\x92\xd2\xf4\x4b\xf2\xaa\x34\x97\xf4\x9a\x86\x17\x4e\xef\xa1\xe1\x59\xdb\xca\xda\x86\xe8\xf9\x57\x0f\x1e\x34\x89\x9d\x1c\xf4\x32\x0b\x2f\xb2\xb0\xde\x5e\x66\x61\xf8\x6f\x0f\xad\xbb\x65\xbd\x0a\xee\x3d\x17\x6f\x9a\xeb\xe9\x31\xcc\xae\xf9\x89\xcb\xbb\x0f\x22\x07\x87\xb4\x8e\x65\x52\xc3\x03\x48\x75\xfa\xeb\xa9\x1b\x1e\x80\xf5\x8f\x56\xb7\x60\x0a\x9d\xc7\x29\xf4\x35\x0a\x4d\xf5\x50\xd7\x56\x30\x60\x20\x9d\xee\xc2\x8c\x0d\xd7\xef\xf9\xef\xdd\x30\x0a\x15\x58\x2b\x7a\x59\x86\x20\x7a\x71\x6a\x13\x54\x62\xd3\xcd\xd4\x3b\x7d\x68\x9d\x2f\x8b\x10\x54\xef\xed\x56\x15\x96\x25\x30\x0d\xae\xd6\x15\xb6\x35\x36\x78\x86\xab\x90\x7f\x3d\x85\xe1\xac\x7f\xf4\xcb\xcb\x28\xfa\xd0\xde\xb3\xad\xb2\xc1\xed\xa9\xb3\x9e\x42\x3d\x89\xab\xe1\xf5\x34\xdb\x1f\x12\x0d\xd4\xbb\x97\x7f\x54\xeb\xc9\xe7\x99\xed\x89\xa0\x9d\x76\x48\x1d\xde\x56\xf4\x60\xa7\x9d\x92\x30\xdb\x13\x01\x3b\xed\x94\x82\xb1\x97\x98\x07\x31\xe4\x53\x02\x66\x5b\x64\xc0\x13\xbd\x0f\xed\x6e\xdb\xaa\x1b\x3c\xb0\xa6\x04\xc9\xf6\xa9\x03\x8e\x58\x53\xfb\xe6\xb6\x12\x06\x2f\xc9\x29\x31\xf2\x98\x85\x91\x31\x68\x6a\x4f\x7f\x4c\x6e\x9a\x62\x59\x72\x61\xc7\x63\x71\x01\x87\xca\x3e\x24\x73\x1e\x4b\x61\x5a\x57\x87\x64\xce\x63\x16\x86\x99\x95\x79\xd1\xeb\xe1\x32\x5a\xdf\xa7\x53\xf7\x63\x56\x85\xed\xb5\x7b\x0b\x7b\x2c\x43\x10\xa0\xda\xc7\x70\xcf\x9f\x61\xfc\xa1\xf6\xb0\xc7\x32\x04\x7e\x9a\x7d\xe8\xd8\xfd\x98\x87\x61\xc0\xed\x43\x67\xb3\xc7\x4c\x4c\x73\xee\x98\xfa\x74\x2b\x50\x0f\xfd\x00\xc4\xae\x8f\x15\x28\xe4\x2d\xef\x0c\x38\xde\xf1\x58\x8a\x3c\x64\x57\x6d\xdf\x8f\xe5\x05\xe2\x5d\xfb\x90\xcc\x79\x4d\x6c\x14\x3e\xee\x16\x67\xaf\x37\x26\x84\xd1\xf7\x29\x66\x7a\xbd\x03\xbd\xa0\x94\x3e\xf2\xf5\xf1\x00\xf6\xd7\x29\xa9\xfa\xe6\xbf\x2e\x8a\x11\x24\x54\x5f\xaf\x69\x1a\x63\xbd\x22\x5f\xb3\x18\x8c\xb1\x53\xa2\xf6\xf5\x3a\x45\x35\xe5\xa9\x0f\x7c\xfd\xdd\xb4\xae\xd2\x79\xa7\x9e\xba\xe1\x01\x58\xc3\x30\x39\x68\x11\x9d\x3a\xd9\x7e\xfe\x6e\x04\x14\x4c\x11\xe9\xf3\x9e\x04\xcb\xe8\x94\x8a\xf3\x59\x75\x87\x61\xb4\x7b\x59\x7c\xde\xa5\xe1\x93\xd7\xa7\xd6\xf4\xe7\x05\xf7\x61\xc1\x4d\xad\xe9\xcf\x3a\x22\x0d\xa2\xf3\x72\x27\x8f\x61\xcc\xad\x3b\x31\x99\x60\x19\x9d\xda\x37\x3e\x6f\xf5\x70\xb7\xed\x53\xba\xea\x67\x21\x47\x7b\xe8\xd4\xd2\xf8\xac\x28\x21\xb4\xb8\x4f\x2d\x8d\xcf\x52\x8e\x86\xcf\x29\xf5\xf3\xb3\xa2\x04\xc3\xe7\x75\x79\x7c\xde\xd3\x3f\x92\x4f\xec\xfe\x33\xf9\x10\x9e\xdc\xcd\x09\x3f\x6f\x33\x28\x08\x3a\xb5\xcd\xfc\xac\x29\xc1\x02\x7a\x5d\xb7\xfb\x48\xc3\x0b\x7d\x84\xe0\x6d\xb8\xb8\x49\xdb\xcc\xcf\xc4\xfe\x91\xd8\x5a\x1a\x3f\x33\x24\x72\x54\x86\xd8\xf4\x67\xd6\x43\x2e\xac\xeb\x12\x41\x7e\x26\x1f\xed\xa1\x53\x4a\xd8\xcf\x8b\xf1\x47\xaa\x8a\xcd\x7e\x96\x6f\xb4\x7c\x4e\xe9\x27\x3f\x6f\xf4\xb0\x7c\x5e\x97\xc4\xd3\xcf\x02\xee\x47\xf7\x1b\x51\xf5\xe7\x9d\x1e\xb9\x2f\xfb\xd4\x96\xfe\xf3\x62\xa4\xe9\x93\xf5\x51\x76\x1e\xd2\x94\x12\x9e\x98\x9d\x19\x8d\xb6\x33\x74\x6d\x66\xe8\xba\xe8\xd3\xba\x5d\x15\xa7\x1a\xe8\x9b\xdb\xb4\xf3\x73\x55\x83\x5e\x43\x86\x7f\x82\x4b\x06\x06\x6d\x52\x69\x43\x29\x4b\xe9\xf4\x38\xd4\xb5\x84\x5c\xd2\x50\x1a\xa7\xc6\xa7\xed\x21\xe1\xa2\xd9\x83\x2b\x2f\x55\x74\xbb\x1a\x17\xe0\x10\xec\xf1\x81\xae\x41\x4d\x38\x0f\x09\xb9\x84\x25\x95\x0e\xc3\xf5\xb0\x8d\xbe\x85\x6a\xd0\x12\x00\xac\xac\xd3\xe9\xc4\xb3\x59\x5e\x87\x0d\xf4\x7c\xa9\x67\x2d\xf5\x84\x1d\xb5\xd3\x27\xb8\x9e\xdc\x75\xe9\x4f\x17\x9d\x6d\xea\xc9\x1f\x83\x39\x08\xae\x53\xd7\xea\xd9\x2c\xce\xd3\xe9\xf8\xbb\xd3\x56\x55\xd6\xe6\xb9\x98\x64\xac\x9e\x96\x61\x50\x84\x5b\x58\x2a\xba\x7c\x33\xbc\x91\x4e\xce\x3b\xe5\xdc\x5e\x0d\x74\xcd\x43\x6c\xca\x91\xb3\x1a\x25\xb8\x82\x1c\x95\xa7\xf6\x9f\x3c\x6b\xff\x61\x8d\x87\x9d\x8a\x43\xaf\x06\x46\xdd\xd5\xf5\xf2\x1f\x2e\xfc\xa1\x7a\x96\xd1\x85\xb9\xd9\x7a\x74\xc3\x9f\x61\xf4\x31\x34\x68\x09\x06\x86\x50\xf6\x10\x9d\x14\x9a\x53\x0d\x70\xdf\xd4\x97\x6f\x8f\x1a\x9c\x1d\x26\xc8\xf6\xf8\x60\x2a\x91\x11\xca\x15\x81\xaa\x81\x19\xe3\x01\x34\x9b\xc9\x87\xdc\xa8\x3d\xa8\x35\x67\x93\x5a\x94\x8d\x54\x8d\x3f\xc4\x9a\xd5\xcb\xe2\xf0\x56\xd4\xbf\xe8\x12\x53\x4f\xa7\x61\xfc\xf5\x3f\x78\x1b\x06\x57\x70\xe3\x73\x29\xa2\x9d\x8d\xbc\xac\x95\xd9\x4c\x49\x1a\x5e\x59\x49\xa1\x9e\xd2\xf0\x02\xac\xf1\x2f\x8f\x1f\x6c\xcb\xd8\xdb\x7a\x9a\x86\x8b\xf3\x6f\xbd\xbc\x4d\x03\xf0\x61\x6a\x65\x5e\xa6\x18\xcd\xa6\xa9\x45\x75\x79\xd1\xc3\x52\xda\x99\x1d\xaa\x9e\xd2\x30\x3a\x11\xc7\x5d\xb2\x57\x24\xe2\xa8\x3a\x0b\xbe\xd4\xd3\x63\xb8\x16\x5b\x57\x1f\xfe\x74\x1a\x3d\x53\x9c\x7f\x79\x75\xc3\xf1\xb3\x33\xb0\x76\xb3\xf4\x12\x1b\xb3\xfa\xd0\x1f\x9a\x20\x34\x7a\xa6\xbe\xf1\x5a\xfe\x43\xac\xee\xae\x9e\xb7\x3f\x11\xcb\x98\xbe\x2b\xf5\xb4\x0c\xa3\x0f\x77\xed\xf5\x0a\x1f\xcf\x9e\x54\xde\xf2\xb6\xcc\xa4\xe1\x34\x25\x1c\x6d\x38\x4d\x18\x4e\xaf\x5b\x13\x76\x4b\xaf\x61\x76\xc0\x9e\xe2\x71\x5b\x43\x13\xe1\x5b\xac\x0b\x52\x0f\xc3\x28\xba\xa6\x56\x92\xaa\xb6\xb8\x59\x3e\xaa\xd3\x13\x64\xa7\x8d\xa4\x79\x17\x75\xbd\x1e\x6e\x8b\x4c\xf8\x78\xf6\x14\xe3\xdf\xcb\x7f\x58\x42\x92\xf5\x96\xea\x61\x1a\xdd\x85\xea\xff\xb4\xe3\x24\xf2\xbd\x87\xd6\xdf\xed\xf5\x07\x17\xcf\x9e\x62\x6b\xdb\x35\x59\x72\xca\x0b\xea\xb6\x64\x84\x5d\xf3\x92\x3d\x31\x6d\xd7\xcc\x9b\x24\xe5\xee\x94\xb6\x6b\x26\xec\x9a\x74\x66\xab\x87\xcb\x68\x0d\x59\xff\xd7\xb5\xb7\x33\x4d\x62\xa7\xef\xca\x4e\xc5\xab\x55\xa3\x26\x5c\x8b\xab\x7b\x29\xc2\x49\xb4\x33\x95\xd5\x76\x26\xc5\xcd\x3a\x57\xe3\xd0\x5c\x75\x73\x29\xaa\x5e\x79\x25\x76\x5d\x8c\x24\x6c\x93\x2c\xe5\x54\x0f\xcd\xe8\x40\x17\xea\xd9\x04\x45\xba\x86\xeb\xd6\xda\xea\x52\x98\x12\x86\xca\xc1\x94\x57\xf5\xf4\x1a\xfe\x01\x26\x1b\x74\xcb\x45\x04\x51\x8c\x43\x2b\xd1\xb6\xc7\x84\xed\x71\x30\x7f\xd5\x4e\xdb\x1e\x13\xe6\xc6\x71\x68\xc9\x0d\xaf\x5b\x18\x1f\x07\x6b\x1d\x6c\x27\x85\xdc\x39\x68\x9c\xa7\xa9\x32\x87\x29\x02\x67\xce\x71\x68\x85\x0e\x6f\xcb\x88\x5e\x1f\x0c\x2e\xdd\x39\x2c\xfc\x51\x56\x93\x3e\x7f\xf5\xd0\x8c\xa2\xeb\xa1\x3e\xbc\x2b\x0f\x52\x6a\x68\x7c\x26\x09\x9c\x39\x53\x7a\xc0\xf0\xba\x45\xb8\xe0\x38\xb4\x30\x86\x39\x12\x36\x4b\xfa\x0d\xee\x1c\xde\x28\x60\xb2\x4c\x6a\xf6\x39\xbc\x57\xc3\x95\x73\xd0\x73\x65\x3b\x6e\x7e\x33\x50\x3e\xa5\x60\x0c\xd3\x74\x90\xa6\x5a\x5a\xd3\x6b\x1c\x2e\x9c\xe3\xd0\x22\xb2\x55\x93\x41\xf5\xe3\xd0\xca\xb0\x55\x93\x21\xf6\x29\x55\x62\x7a\x77\x80\x1d\x33\xa5\x8c\x4c\x6f\xc9\xc8\x93\x31\x0e\x71\xf5\x34\xa1\x27\x39\x52\x5c\x3d\xbd\x98\xe1\xd8\x39\x0e\xb1\xe4\x34\xfd\xe1\xb8\x39\x0e\xf1\xa4\xad\x9a\xcc\xa8\x79\xdd\xcd\x6f\xeb\x1b\x91\xcf\x79\x9c\x34\x6b\xe4\xf4\x7a\x86\xfd\x72\x9c\x22\xdf\xf4\xca\x85\xa5\x72\x9c\x22\x94\x2d\x95\x09\xdb\xe4\x38\xf5\x39\xb6\x49\x26\xb2\x4b\x8d\x53\x4a\x43\x78\x9b\x85\x99\x71\x9c\x52\x0f\xc2\x5a\x4a\x90\x24\x7a\xd9\xbc\x07\xbf\xcc\x71\x5e\x86\xd3\xf0\xaa\xaf\xb9\x34\x10\x4b\x3d\xa4\x7b\x1e\xa7\x36\x8d\x30\x49\xe0\x97\x99\x5a\x1b\xe1\x5d\x14\xf5\xba\xc7\x29\x6d\x29\xcc\x65\x28\x93\x9a\xee\xd9\x74\x82\x49\x72\x9c\x5a\x03\xe1\xd5\x18\x24\x1f\x4f\xf6\x19\x26\x5f\x90\x4e\xda\x1d\xd2\xbb\x28\x5c\x29\x07\xc3\x42\xeb\x69\x1a\x8e\xfa\xc7\x10\xba\x8c\x62\x78\x92\xbf\x69\x6d\x04\x8e\x97\xe3\x14\x53\xda\xf4\x98\x09\x75\xe3\xd6\xbe\x98\x96\x71\x30\x3d\x8e\x53\xbc\xaa\x12\xab\xd5\x00\x33\x68\x63\xb4\xe9\x31\xe1\x64\x39\x4e\xc9\xda\x34\xa1\x60\x7a\x1c\x67\xfe\x21\xd3\x77\xbd\x9c\xfe\xd5\xc2\xaf\x2e\xc1\xdb\xf0\x83\xbf\xd6\x88\x2c\xed\x92\x84\x4c\x51\x4c\x16\x4b\x66\x80\xb8\xe8\x48\x58\x4f\xa6\x18\x8e\x87\xb7\x66\x23\xbd\x57\xc3\x0a\x39\x9a\x64\x8f\xad\x90\xac\x40\x77\xe9\x8a\x23\x97\x67\x03\xd9\x1c\x46\x93\xe0\x58\x16\xf4\xb0\x03\xb2\xba\x51\x3d\x7c\x46\xd1\xb5\xf4\xf3\x65\x75\x64\x95\x7c\x1b\x0c\x1a\xdb\x69\xfb\x5f\xc2\xe2\x37\x74\xaf\x95\xcb\xdf\x0e\xfb\x5f\xea\x63\x96\x15\x0f\x78\x56\x0e\x86\x87\xd5\xd3\x30\x3c\x01\xfb\xed\x34\x8c\x51\xeb\xd3\x97\xf5\x11\x38\x5c\x8e\xa6\x6f\xdc\xfe\x74\x98\xfc\x46\x13\x23\x6e\x6f\x88\xf0\xb1\xbc\xee\x71\x0a\x56\x27\xb0\xde\x0d\xb9\x65\x38\x8b\x44\x35\x30\x92\xa9\xbe\xbd\x06\x77\xa2\xef\xe9\xb7\xdd\x77\xb2\xef\x5b\xb0\xfb\x06\x6f\xc9\x5d\x23\x6d\xcd\x4b\x24\xfc\xbe\x6e\xff\xa5\x59\x0e\x4e\x97\x83\xc1\x4f\xdb\xf9\x26\xaa\x81\x79\x1f\xee\x64\x19\xc6\xe4\xf0\xd6\x27\xb7\x17\x27\xec\x7d\xa3\x89\x03\xb7\x17\x27\x9c\x32\x47\x93\x80\xdc\x26\xec\x26\xf3\x48\x1d\xb0\xfd\x2f\x61\xff\xb3\x42\xf7\xf8\x00\x06\x8b\x5f\xea\x28\xf3\x58\xe0\x21\x6e\x7a\x5c\x52\x6c\x1e\xab\x79\x30\xed\x0d\x79\x60\xe4\x63\xb2\xc2\x76\x37\x2e\xed\xe4\x8f\x09\xf5\x94\xd4\x1a\x97\x4e\x99\x8f\x37\x50\x64\x9a\x1b\x97\xa4\xa6\x8d\x74\xcc\xcf\x9b\xda\x3f\x1f\x13\x04\xa6\xbb\x71\x5d\xee\xe3\x5f\xd7\x1f\x60\x7d\xcc\x92\xec\x78\x6a\x27\x4d\x6d\xab\x8f\x97\x1e\x32\x98\x8f\x4b\x3c\xac\x18\xd2\x6a\xe0\x0f\x35\x68\xb3\x1f\x12\xd9\xd1\x77\x79\xa7\xcd\x79\xf9\xf2\xe6\x53\x6b\xfd\xb5\xee\x86\xec\x76\x29\x76\x7a\x4d\x3c\xd4\x35\x1c\x97\xce\xa3\xaf\x75\x92\x97\x34\xed\xee\x5a\x7f\xf8\x92\xa6\x52\x3e\x6c\x12\x4c\x44\xac\x26\x8d\x27\xf9\x5a\x75\x86\xa7\xe6\xb8\xc4\xee\xaf\xf7\x55\xd8\x04\xc7\x25\x4e\xb5\x51\x90\xe9\x3f\x72\x6a\x1c\xa6\x3f\x4c\x85\xe3\x92\x92\xfc\x5a\x81\x81\xab\xe6\xb8\x24\xa5\x5f\x0b\x3f\x24\xf2\x1c\x72\xa0\xc8\xd7\xaa\x0a\x4c\x88\x19\xfa\x72\xaf\x74\xf8\x4b\x8e\xeb\x1f\xfc\x18\x2e\x41\x24\xa6\x7e\xad\x94\xc0\x82\x38\x2e\x69\xc9\x9f\x95\x92\x4f\x97\xcc\x87\xe0\xcb\x70\x91\xfa\x1f\xda\x8d\x82\xd4\x52\x28\x3e\x93\xfa\x23\xa9\x25\x83\x3f\x6b\x30\xa8\x3c\x96\xff\x5e\x16\xd3\xc0\xde\x98\x52\x3e\xe4\x7f\x59\x0d\x2c\x67\x7d\xca\xe7\x09\x80\xdd\xd1\x9a\xf6\x67\xfa\x7f\x5c\x00\x32\x19\x7d\x5e\x00\x1f\x36\x71\x66\x26\xaf\x27\xff\x21\x52\x4b\x1e\x12\xee\x9f\x25\x30\xac\x90\xe3\xfe\x07\x87\xe1\xc4\xdb\xfa\x16\x4b\x60\x26\xa8\x3a\xa4\x59\x7e\xde\xdd\x61\x9c\x1c\x72\x4f\xc8\xcf\x4b\xe0\x43\x7c\xf8\xa1\x85\xfb\x79\xbe\x60\xb3\x1c\xb7\xb4\xa0\xcf\x02\x04\xfe\x99\xe3\x96\x3d\xea\xb3\x6e\x89\xba\x99\x97\xae\xa4\xf3\xf3\x8a\x81\x29\x73\xdc\x5a\xfd\x36\x65\x26\x4c\x99\xe3\x96\x2a\xf5\xb3\x32\x00\xbf\xcc\xc1\xa8\x88\x9d\xb6\x43\x26\x1c\x33\x87\x9c\x08\xf2\x67\xc9\x02\x1b\xe3\xb8\xa5\x34\xfd\x2c\x6b\x91\x8c\x71\x78\xd7\xfc\x59\xe1\xf9\x91\x26\xcd\xf0\x67\x18\x7f\xa9\x63\xf2\xcf\xbb\xd5\x0f\xb9\x0f\x0e\x9d\xed\x7f\x16\xaa\x30\x2d\x0e\xef\x28\x3f\xf3\x30\x6c\x8c\xe7\x41\xad\xce\x89\x66\xaa\x71\x02\x4e\xc1\xd3\x30\x26\x8d\x96\xb4\x75\xe8\xe3\x17\x4c\x8b\xe3\xe6\xd2\x73\xf6\x99\x6a\x80\x4f\xb8\xf4\x96\x8d\x88\xcc\x36\x33\xe8\x6f\xbe\x99\x72\x86\x0d\xf6\xad\x91\x68\xb7\x5a\xb0\x26\xaa\xba\x5b\x3d\x7d\x82\x21\x84\xef\x50\xdf\xcb\x7d\x23\x0a\xe5\x4f\x6e\xd0\x9b\x59\x6d\xd8\x00\x1b\xdd\xfa\x2c\xed\x71\x2c\x60\x3a\xe4\xc2\xb0\xec\xd2\xb9\x50\x58\x6f\x88\x5f\x96\x4d\x92\x8b\x55\xc1\x19\x58\x50\x4f\x26\x02\x67\x29\x44\xc9\xed\x81\x62\xeb\xbb\x53\xe3\xdf\x1e\x09\x19\xfa\x16\x11\xb6\xe9\x8e\x3c\x3b\x0c\x43\xa8\x27\xd3\x9d\x73\xca\x8d\x72\x29\x5e\xbc\x1a\xd5\xb7\x3c\x21\x96\xca\x84\x57\x63\x00\x6e\x82\xa7\xe1\xf8\xef\x7f\xae\xce\xf5\xb9\x4e\xc9\x9a\x05\x9f\xcf\x21\x07\x89\x75\x4a\x50\xb0\x8a\xeb\x90\x2b\xc4\xb2\x9d\x71\x9d\x9c\x25\xaa\x31\xeb\xf4\x2c\xc1\xfc\x38\xe4\xf4\xe0\xdc\xee\xd5\x28\xf6\x97\xd3\x03\x33\xbd\xb3\x01\xce\x25\x43\x2f\x3b\x8c\xb2\x40\xec\x90\xd7\xc3\xb2\x67\xe8\x82\x67\xe8\xe8\xe2\x5c\x7b\x86\xae\x93\x8b\x65\xe8\xe3\xb7\x69\x02\x7a\xf7\xcb\xb0\x3f\xa7\x28\x7c\x31\x5d\x5a\x3d\x85\x61\xd0\x7b\xe8\xe3\x4d\x6f\x18\x31\x47\xbf\x34\x12\x49\x0a\xa6\xa4\x1f\x9d\x9b\xb9\x33\xd2\x57\x03\xe3\x16\xe7\x36\x99\x9a\x16\x82\xdb\x2f\x53\x50\xe5\x9e\x36\xcb\xda\x5e\x72\x26\x59\x8a\x75\xdf\x0b\x09\xa1\x47\x17\x43\x28\xa8\x7d\x33\xab\xfd\x90\x93\xc4\x6a\xd2\xf8\x16\x7c\x46\x47\xd7\x34\xd8\x78\xb9\x68\xbc\xec\xa7\x46\x22\x39\xbe\x60\xae\x1c\x4c\xe1\x5e\x4f\xee\x04\x1c\x2b\xff\xd0\xd5\x4c\xc1\x46\x0a\x6a\xd9\xda\xe7\x73\x35\x7e\x3c\x77\xf4\x65\x37\x4e\xe6\xd9\x3f\x99\xee\xba\x9e\x86\x61\x50\x50\x4b\xea\xf2\x57\x5e\x64\x36\x5e\x60\xad\xcb\x92\x02\x4e\x9a\x43\xde\x09\xcb\xbe\x99\x4c\xf7\x34\x98\xb2\x7c\x2f\x45\x9a\x6f\x26\x73\x1a\x43\x1c\x7b\x69\xa3\x59\x17\x37\x9a\x50\x27\xd2\xc0\x98\xe2\x69\xc8\xf1\xd0\x19\x9e\xaa\xf1\x01\x26\x61\x2f\x2f\x57\x18\x21\xc7\x38\xd5\xb7\x97\x2b\x4c\x92\x63\x70\x47\x59\x97\xd9\xe7\x22\xfb\x48\x42\x28\xda\xbc\x1a\xf5\x95\xac\x98\xb3\xd7\x6d\x9a\xc0\x24\x39\xe4\xeb\xe7\xdc\x51\x9b\xb9\xa3\x86\xdc\xf7\x96\x9d\x39\xd7\x4d\x3e\x11\x0f\xda\x9b\x93\xe5\x06\x86\xdc\xfa\x9c\x68\x6a\x33\xd1\xd4\x65\xd6\x54\xbc\x79\x35\x30\x12\xb1\xa6\x7d\x31\x17\xac\x8f\x63\x48\x84\xdd\x5e\x80\x37\x09\x2b\x1e\xb4\x33\x26\x6b\x13\x0c\xe6\xfe\xda\xce\x55\xb5\x99\xab\xea\xea\x12\xa6\xb7\xcc\x3d\x8b\x01\xe7\xfd\xd6\xb8\xbd\x00\x61\x6a\x1c\x43\x3c\x68\x53\x23\x13\x5b\x9d\xb2\x91\xac\xdb\x14\xbc\x49\x41\xfa\x39\xaf\xee\x95\x86\x74\x3c\x63\x50\x41\x5e\x76\xad\x64\x3a\xac\x31\xc4\xc8\x0a\x39\xdf\xac\x8b\x3c\xe4\x5c\xb5\xba\xf7\x1f\xf8\x3c\xaa\x2c\xe2\x76\xb5\xe4\x6a\xa0\x13\x7a\x1e\xaf\xee\xb5\x03\x57\xc8\xa1\x6b\xf3\x65\x0f\xc8\xd5\x49\x2a\xf1\x77\x37\x0f\xc2\xb0\xa8\x52\x89\xf5\xa4\xcf\x41\x3c\xf9\x18\xd4\xd1\x56\x37\x57\xa1\x00\xff\x29\xdb\xce\xea\x26\x15\x3c\x20\xc7\x94\x58\xef\x5e\x80\x70\x7a\x1c\xba\x7b\x5f\xb6\x37\x2e\xda\x1b\xa7\x56\xc3\x30\xa9\x68\x6f\x64\x92\x8c\x7a\xba\x0d\xf3\x2f\xbb\xe0\x34\xbc\x00\x87\x60\x7d\xfc\x40\xd2\x71\x06\x2c\xd5\x53\x33\x8c\xbe\xb5\x76\x6c\x9d\x64\x96\xb1\x31\xb5\x76\xec\x05\xb9\xe0\xf7\x38\x26\x6f\xf6\x96\xad\x93\x0b\xd6\xc9\xcb\x42\x69\x78\x2f\x86\xc1\x71\xc8\x03\xc5\x09\xca\xaa\xf1\x62\x24\x86\x3f\xc3\xf8\x78\xe9\x29\xf6\x99\x5c\x28\x0d\x3a\x74\x05\xbf\xec\x33\xb9\x60\x65\x1c\xba\x82\x67\xf9\x6a\x36\xd8\x37\xf9\xdb\x3e\x93\x2a\x57\xcd\x18\xe1\x7a\x6a\x86\xf1\xf1\xb7\xe1\x30\x8c\x99\x57\xdf\x76\x9a\x54\x42\x34\xd9\xc1\x96\xbd\x23\x59\x55\x63\x4c\x2d\xa9\x69\xd6\x9c\x64\x4d\xad\xcb\x69\xb1\x8e\x78\xf1\xf3\xd4\xba\x9c\xe6\x41\x56\xea\x61\xfd\xc7\x7a\x4a\xc3\xe0\x93\xfe\x97\x5b\xb2\x35\xad\xd5\x20\x80\x5c\xc5\x21\xeb\xc9\xe3\x07\xe7\x32\x71\x46\x3d\xdd\x86\xf9\xd7\x1a\xbf\xd5\x17\xd6\x02\x62\x8e\xfa\xbd\x6c\x95\x64\xc5\xed\x53\xd6\x36\x27\x79\xdb\x2c\x09\x32\xa6\x56\x73\x78\x35\xc3\x81\x72\xcc\x7f\x6f\xa7\x61\x4c\xb5\x74\xcf\xb0\x9e\x12\xa4\x24\x0f\x89\xae\xe1\x5d\x0d\x4c\xb5\x56\x73\x78\x35\x07\x97\x16\xed\x6a\x2b\x2c\xc7\x03\x72\xfc\xd4\x26\x16\xfb\xdf\xdb\xb5\xf6\x75\x39\xbe\xec\xa1\xb8\x60\x2e\x1c\xba\x05\x5f\x69\x0e\x48\x72\x00\xed\x2a\x2b\x2d\xc7\x59\xed\x9b\x55\x28\xf7\x4a\x19\x59\x17\x7c\x12\x47\x34\xc3\xee\x1b\xf9\x4f\x65\xf8\x73\xb5\x92\x6a\xe0\x2f\xa5\x1a\xa5\xbf\x12\x1e\x8c\x43\xf7\xe0\x2b\xcd\x2f\x2c\x8d\x74\x86\x46\xe2\x8f\x47\x60\xf7\x60\x8e\x8b\xed\xb2\xe3\x9b\x15\x4f\x46\x68\x47\x49\xeb\xca\x49\xee\x4a\xc3\xd3\x30\xbe\x52\xfa\x6c\x9a\x4f\x10\xc3\x3d\x74\x6b\xee\x2a\x28\xd5\xc0\xcc\x4b\xbc\xa7\x55\x0c\xda\x18\x99\xd0\xa2\x9e\xba\xe1\x01\x38\x05\xfb\x2f\x91\x73\x96\x95\x00\xea\xc9\x5f\x09\xc1\xa7\x7b\xd3\x65\x1b\xe3\xa2\x8d\x51\x11\x24\xac\x91\xce\x46\x7d\x0e\x03\xd6\xea\x69\x19\x2e\x3e\xd1\x9d\xe7\x5a\x5e\xb6\x70\x75\x1c\x21\xb5\x6b\x59\x4f\x59\x9c\x34\xda\x3a\xd6\xf2\xa4\x21\x7b\xed\x65\x65\xc7\xbe\x8e\x8b\x66\xcd\xd0\xda\xb1\x59\x73\xc1\xac\x79\x75\x29\x0d\xf6\x5f\x64\xa1\x97\xab\x8b\xb0\x36\x60\xb2\x1a\xbb\x8a\x74\xd6\xd3\x36\x8c\x0c\x5e\x34\x99\xae\x65\xad\x06\xae\x8c\x23\x86\xe1\x9f\x60\x24\xd5\x57\x48\xdd\xb2\x07\xe3\xa2\x61\x53\x17\x8b\x6b\x79\x35\xb0\xd2\x60\xd3\x1e\x61\x0b\xe6\x82\x87\xe3\xd0\x85\xe3\xda\xd6\x6a\x36\x57\x83\xe8\xbd\xbd\x5c\x69\xef\x0c\xed\x9b\xb6\x77\x2e\xda\x3b\x15\xa3\xb2\x6c\xef\x64\x42\xc5\x11\xa2\xe0\xb6\x56\x03\xc3\xe7\xa5\x20\x95\x65\x27\xc5\x05\xc3\xe7\xd9\x74\xac\xd8\xde\xc1\x37\xf9\x5b\x5a\xe4\x36\x7f\xd3\xde\x19\x62\x9f\x6d\x7a\xd3\xb0\xa9\x3b\xfa\x65\xf7\xc5\x85\x68\xf2\x91\x87\x46\x62\x8e\xa5\x05\x33\xa5\xcc\xdb\x82\xc9\x7c\x8e\x23\x4d\x2a\xef\xc9\xb4\x60\xa6\x14\xc0\xc7\x7b\x32\x9c\x16\x07\x73\x5d\x6f\x27\x7f\xdc\x4c\xf2\x38\x74\xe1\xb2\x94\x23\xb7\x1a\x2f\xbe\x92\xa4\x7a\xbc\xf9\xc2\x11\x71\xa4\x56\x9a\xfd\x0f\x59\x1f\x67\xa4\xb4\x31\xdb\x30\x17\x1c\x11\x87\x8c\xe8\xcb\xfe\x87\xac\x9d\x3f\x58\x44\x69\x3b\x1d\xe4\x5e\x0f\xbf\x52\xfc\x6d\x03\xe4\x62\x09\x45\xd9\xd6\xd7\xe3\x05\x08\x53\xe3\xd9\xf4\x97\xaf\xbf\x12\xd6\xc5\x91\xd2\xdd\x5e\x6b\x1e\x4c\x29\x29\xe3\xba\x8b\xee\xef\xf5\x42\xc5\x90\x15\x9d\x25\xf8\xd9\x40\x27\x53\x7d\x7b\x49\xc1\x90\x38\x64\xb1\x5c\xaf\xe5\x20\xed\x87\x29\x4d\xef\xf5\x39\x13\xb6\xc1\x53\x36\xf7\xf5\x5a\xc5\x40\x98\xf6\x90\xf1\x6f\xd9\xab\x90\x25\x7f\x46\xea\x00\xff\x5a\x97\x78\x49\x13\x1d\x59\xec\x56\xb8\x5e\xce\xbc\x54\x3a\x9b\x0a\x17\x4c\x85\xd7\x10\x6b\xda\xad\x70\xc1\x3a\x78\x0d\xcd\xfc\xe7\x1d\x10\xe6\xbf\x79\x88\x07\x3f\xaf\x06\x98\xf6\xe6\xa1\xc5\x6d\xc7\xc2\x05\x0f\xc2\x29\x23\xd8\xb2\xab\xe0\xa2\xab\xa0\xcf\x0f\x9f\x8f\xe4\x88\x96\x9e\x32\x26\xad\xcf\x1f\xff\xd1\x4d\x5a\xcc\xf6\x99\xed\xe1\x34\x38\x0f\x77\x62\x79\x82\xb0\xe8\xa9\xcb\xec\xf5\xf9\x7c\x0c\x93\xd9\xd4\xf5\xf4\xb2\xc9\x6c\xfd\xb0\xcf\x37\x4d\xda\xcf\xfc\x0d\x87\xbf\x69\x5b\x87\x2d\x69\x0b\x9e\x7d\xd3\xb6\x8e\x9f\x3f\xfe\x57\x32\x78\xea\x8e\x7b\xfd\xbc\x5f\xc2\xd2\x76\x36\x4d\xf1\xcf\x1b\x23\xf2\xd3\x4f\x5d\x7d\xaf\x9f\x57\x03\x8a\xd6\xcd\x43\xda\x8c\x1d\x00\x17\x1c\x00\xe7\xd1\xf3\x2f\xaa\xd1\xcf\x8b\xe5\x47\x4a\x4a\xab\xb1\x7f\xe0\x82\x11\x6f\xda\x76\x60\x8f\xbf\xf5\xdb\x20\xb0\x58\xf4\x67\xa1\xfa\xa3\x50\x0d\xc3\x1e\x28\x5c\x9d\x75\x57\xbd\xec\x08\xb8\x7e\x1b\x44\xa0\xd2\xe0\x94\x8b\x9b\x49\x16\xa7\x8e\xb8\xfb\x90\xe6\xb1\x69\xad\x63\xce\xb9\xcd\x04\x8c\x6c\x40\x80\x90\x73\xf7\xa1\xa5\xb5\x91\x13\x7a\xea\xd0\xba\x55\xc0\xa5\x1a\x81\xb7\x87\xe0\x34\x0c\xc6\x70\xdf\xe9\xbe\xa1\x92\xb2\x38\xeb\xde\x36\xcb\x6d\x44\x49\xcf\xc3\x7f\xa9\x85\xc8\xb4\x8c\xa7\xae\x63\xf6\x21\x5d\x62\xc3\xd2\x76\x2a\x4e\x76\x1f\x52\x1a\x36\x4b\xc0\x28\xf4\xd5\x89\x17\x37\x13\x2f\xce\x23\x35\xee\xed\x4e\xa0\x1d\xe8\xf2\xc6\x99\x64\xab\x81\xa9\xa6\xd4\xdf\x76\xe3\xdb\xa8\x27\x73\x2a\xa0\x75\x9f\xd2\x0e\x36\x6c\x67\xaa\xbd\xba\x9d\x79\xb1\x1a\xc5\x5d\x3a\xce\x6d\x7b\xf7\x6d\xd4\x9c\x99\xe7\xe1\xbe\x1f\xc3\x2f\x3a\x19\x82\x3f\xc3\x3f\xc4\x1a\x90\x26\xaa\x70\xb0\x99\xbe\x71\x9e\xdc\x51\x9c\xbe\x71\x33\x4f\xe3\x64\xa2\x89\x7a\x72\xdf\xc9\xbe\xf5\x97\x3a\xc8\x33\x61\xe3\xd4\xb1\x68\x3b\xc6\x7a\x33\xc6\x9a\xd9\xb7\xeb\x29\x0d\x63\x24\x97\x3e\x7e\x7b\x24\x20\x2c\xd3\x3d\xec\x6d\xdb\xd8\x86\xef\xde\x3c\x6f\x75\xb2\xfd\x39\x20\xec\xc9\x65\xeb\xbc\x8e\xd5\xc0\xe7\x70\xd9\x6e\x15\x3d\xaf\x06\x08\xcb\x93\x98\xf3\x3d\x56\x63\xe1\xed\x2e\x78\x1b\x7e\xf0\x36\x3f\xde\xae\x7a\x2c\x96\x36\x99\xd8\x61\xb3\x62\x1a\x1b\xec\x3b\x05\x4f\xc3\x75\x96\x55\x90\xae\x33\x3e\x6e\x66\x7c\x3c\x75\x05\xb6\x1d\x3a\xbd\x1b\x29\x38\x34\x12\x53\x10\x31\xd4\xe7\xe5\xcf\x31\x05\x1b\x29\xc8\xb3\x09\x53\x3d\xb2\x81\xbe\xa9\x2e\xba\xc6\xda\x66\x9a\xc7\x53\x57\x63\x2e\xb1\xb6\x99\xe6\x71\x9e\x53\x7f\x69\x7a\xc3\xd2\x76\xc9\xe6\xb1\xed\x07\xc8\xf4\x8f\xf3\x9c\xfe\xcb\xc7\x30\x18\xa2\x1b\xfe\x0c\x63\x80\x3c\x0e\x6d\x15\xc1\xac\x46\xad\xcb\x93\x4a\xda\xb6\xd7\x20\x73\x47\xce\x53\xf2\xc4\x5e\x83\xfb\x22\x7f\xd3\xfb\x65\x5f\xe6\xef\x8b\xfc\x3d\xdc\x89\x08\x0b\x2b\x9e\xea\xf2\xd6\xd3\x30\x8c\xbe\x79\x7e\x70\x4e\xc9\x6a\xa0\x6f\xaa\xb9\xfb\x92\x9e\xc2\x54\x93\x93\xc9\x27\xf6\xb6\x93\x21\xf3\x45\xce\x53\x6b\xde\xa6\xbe\x0d\x53\xdf\xa5\x80\x88\x7d\x69\x07\x67\x5a\xe8\xd9\x24\x66\x6c\xbc\x63\xfe\xc8\x53\x17\x86\xfb\xb2\x84\x80\x63\xe1\x54\x22\x02\x17\x96\xdb\x4c\x15\x79\xea\xc2\x70\xdf\xe6\xef\x1b\xfc\xdd\x4e\xc3\xb7\x61\x4c\xb1\xe8\x7d\x5b\x42\xc0\x8a\x77\x31\xdb\xea\xde\xb7\x45\x2f\x8c\x77\xb3\x49\xcc\xdc\x5e\xf3\xf0\x2c\x9c\xcc\x99\xbb\xf7\x6d\x46\x46\xf4\xf5\x25\x8b\xd4\xb6\x9f\xe1\x86\x4d\x6f\x36\x89\x19\x87\x5d\x6f\x86\x5d\xcb\x50\xe5\x1c\x92\xd5\xc0\x00\xa9\x59\x6f\xc7\x5d\x6f\xb8\x14\x4e\x85\x2e\x6f\xc7\x4a\x33\x21\xf6\x94\xbb\xc4\xbe\x2d\x21\xe0\x6a\x38\x9b\x44\x81\x4d\x7d\x4c\x32\x79\x29\x76\x64\xdb\x05\x71\xc3\x78\x37\xa5\xe9\x39\x97\x76\x35\x26\x42\x8b\x86\xe0\x30\x8c\x4d\x40\x7c\xd2\xa5\x06\x6c\x14\x64\x9a\x8d\xbb\xeb\xb6\xab\xe0\x86\x4d\x6f\xca\x31\x62\xdb\xa6\xc7\xc4\x91\xe7\x95\x7e\x5b\x0c\x81\xc8\xe4\xa9\x38\x45\x27\x8c\xac\x06\x3a\xd1\xee\xda\xbd\xb8\x3b\x69\xc2\xab\x26\x57\x02\xdc\x4c\x06\x39\xe5\x01\xb1\x1d\x7a\xbc\x3b\xbf\x52\x7f\x69\x3f\x3f\xe6\x7d\x3c\xe5\x60\xba\xed\xe7\xb7\x51\xc7\x75\x7a\xbf\x1c\xde\x60\x68\x77\xd3\x9d\xe9\x1e\x5e\x69\x30\xc0\xcd\xcb\x70\xba\xef\x64\xdf\x53\xf0\x65\xb8\x03\x4e\xc1\xc3\x30\x32\x27\x7a\x24\x66\x1f\x78\x0d\x9e\xf2\x7d\x74\x1e\xc8\xcd\x3c\x90\xe7\x7d\xfe\xc5\x6a\xe4\x3c\x91\xd5\x40\x54\x97\x47\xe4\x65\x0b\x67\xc3\xe9\x8d\xdd\x3e\x86\xcc\x0c\x39\x2f\xed\x84\x43\x67\x2b\x26\x84\x9c\xcc\xd9\xba\xb7\xad\x75\x4c\x01\x39\xaf\xe6\xb7\x97\x61\x74\xa2\xc5\xa2\xc2\x3a\xd5\xf8\x00\x93\x31\x6c\xad\xdb\x33\xd8\x49\x08\x0e\xc3\x25\x40\x64\xc1\x74\x72\xc7\x6a\x20\x19\xa6\x16\xb9\x8d\x78\x7b\x62\xd9\xca\x89\x63\x4f\xef\x3f\x93\x74\xa7\x51\xc6\x49\x1f\x37\x2b\x3e\x4e\xef\x3f\xd3\x74\x87\x13\xe1\xbc\x6e\xbf\xad\x71\x23\xe9\xe3\xbc\xb4\x58\x1c\xe4\xbc\x27\xc3\xe5\xb4\x75\x4c\x93\x6a\x92\x54\xbc\xf4\xda\x76\x12\xdc\x13\x3b\x38\x8b\x8b\xed\x6d\x27\xc1\x0d\x27\xc1\x29\xb7\x0a\x27\x72\xac\x06\xd8\x88\x86\xcd\x6d\x27\xc1\x8d\x98\xe4\xc9\x54\x9b\xf5\xf4\x18\x06\x63\x68\x4f\x76\x88\x32\x0b\x53\x4e\x0b\x3e\x87\x28\x6f\x84\x28\xcf\x4b\x32\xcb\x21\xca\x3b\x48\xaa\xcb\x6f\x4f\xc3\x60\x51\x51\xd0\xc6\xbb\x1d\x24\x55\x68\xdc\x66\xd1\x20\x8b\x8a\xb0\xe1\xcd\x00\xc1\xca\xaa\xbb\xbd\x9d\xcb\xb1\x1a\xf8\x9c\xf4\xdb\xaf\x61\x8c\x3b\xf5\x97\x96\x70\x41\x66\x93\xf6\x6b\xc3\xe0\x86\x61\xf0\x9a\xd2\x98\x1c\xd1\xcc\xb4\x8d\xf3\xa6\x91\xc0\x69\x1b\x37\x33\x35\x4e\xaf\xcf\xf4\x1e\x81\x18\xe6\x93\x25\xc0\x36\xb3\x38\xb2\x31\x11\xfb\x78\x0a\x4e\xc3\x0b\xf0\x25\x78\x1b\x2e\xd5\xe8\x96\x8a\x61\x6f\xc3\x0d\xc3\xe1\x94\xab\xc3\x4e\xd3\x9b\x66\xc4\x5b\xfa\x55\x9a\xde\x2c\x6f\x71\x4b\x69\x48\x13\x36\x99\x03\x56\x4a\x5a\x7a\x47\x81\x85\xf0\x54\x8a\x81\x9d\x5e\xc5\xf0\x46\x9c\xf2\x5f\xdd\x36\x0c\x6e\x96\xc8\x50\xe6\x81\x6d\x2f\x43\x26\x77\x9c\x4a\xe7\xb0\x6d\x18\x64\x76\xc7\x93\x49\xf1\xea\xe9\x32\x8c\x71\x6b\x63\xb7\x05\x90\xd9\x1d\xa7\x39\xd6\x16\x40\x26\x72\x3c\xe5\x60\xb0\x97\x37\x1a\xf8\x15\x4e\x73\xec\xb2\x08\x86\xa9\x6f\x32\x09\xe4\x76\xa6\xc6\xcd\x4c\x8d\xe7\xad\xcd\x60\x99\xb0\x8b\xb2\x56\x9b\x81\xc3\x9a\x37\x22\x96\xa7\x9c\x26\xf7\xf2\xfe\xc3\xf2\x54\xf2\x20\x70\x62\xc7\x6a\xe0\x2f\xbb\x3b\x11\x0f\x32\x54\xf9\xd6\xe2\x5e\xde\x7f\x50\xa4\x6a\x9a\x82\xb6\xd2\x6d\x58\xe9\xa6\x92\x34\x6c\xbb\x1f\xee\x45\x1e\xd4\x02\xb4\x95\x8e\xe9\x19\xe7\xad\x3d\x79\x7b\xeb\xd8\xfa\x1c\xbd\xed\xcf\x81\xdd\x6d\xca\x55\x60\xdb\xcf\x90\xd9\x1c\xa7\x7c\x02\x98\xd2\x91\x0d\x7c\x65\xfa\xed\x65\xf8\x87\xb7\xf5\x97\xd6\x3c\x60\x69\x3b\xe5\xb4\xc0\xe4\x8d\x6c\x6c\x84\xf1\x5e\x82\x3f\xc3\xe8\x44\xc7\x38\x7b\x0e\x32\x9d\xe3\xec\x3a\xaf\x39\x6e\x78\xa3\xda\xf4\x35\xb5\xe6\x6d\x8e\xdb\x0c\x1c\xee\xd2\xaf\xb6\x75\x65\xa4\x73\xbc\x58\xa4\x65\x6f\x87\x0e\x33\x41\xe3\x54\x82\xaf\xfd\x78\x6f\x40\xb0\xf0\x69\x9a\x3c\x56\xe9\x60\xa5\x9b\xfd\x72\x27\xaf\xe1\x0f\x70\x0a\x16\xfb\x20\xb4\xf8\x52\x90\xa5\xd3\x38\x56\x03\x7f\x29\x11\xf6\x98\x7d\x50\xce\xe5\xec\x92\x27\x8f\x0f\xd9\xb0\xe2\x9d\x5d\xf2\xc4\x0e\x88\x1b\xc1\xc3\xb3\x77\x75\xe2\x75\x09\x2b\xdd\xec\x3a\xf4\x3d\x5e\x3b\x0f\x45\x98\x44\xc1\xe3\x6d\x14\x71\xbf\xb3\x6b\xa5\xd9\x51\x90\xb9\x1b\x4f\xf9\x49\xec\xd7\xa4\x82\x4d\x6f\xea\xf2\x9f\xb5\x70\xd9\x60\x84\x74\x0a\x4e\xc3\xe8\x5b\x9b\xc0\x6b\x1e\x44\xf6\xc6\xb3\x6b\x77\xb5\x4f\x20\xb3\x37\x4e\x65\x2c\xd8\x8e\x1e\x66\xf6\xc6\x6b\x0e\xc3\xaf\x61\xf4\x2d\xb5\xeb\xb5\xc6\x01\xef\xc0\xd9\x75\x50\x70\xfc\x30\x73\x28\x4e\xa5\x2c\xd8\x0e\xfe\xdd\xf0\xe1\x9b\x0a\xdd\xdf\xb6\xd2\x31\x79\xe1\x1c\x3a\x4d\x3b\x72\x97\x79\x07\xe7\xb8\xff\x92\x76\x88\xb9\x09\xd9\xe8\x18\xff\x10\x3c\x0c\x17\x1b\x29\x7c\x7c\xdb\xd0\xc6\x7a\xbf\x73\xf8\x6d\x8b\x49\x44\xe7\x9e\xdd\x03\xb5\x1a\x40\xfb\x9b\xe2\xc4\xb7\xed\x6f\xfb\xc7\xfc\xd6\xff\xe0\x66\xf8\x46\x1c\xf6\x25\x78\x18\xc6\x48\x24\x29\x7e\x96\x87\x30\xc4\x9d\x5e\x43\x3f\xef\xf7\xf0\x7b\x9b\x43\x6b\xdf\x7e\x6f\x1b\xf1\xb7\x53\x37\xdb\xdb\xf1\xb7\x1b\x0e\x70\xa7\x32\x95\x38\x4f\x61\x35\xf0\x97\x12\x09\x3f\xef\x3f\x3f\xf2\x39\x2f\xa6\xb6\xe3\x72\x99\x99\x70\xea\x66\x7b\xff\x4c\x41\xc4\xe5\xce\x79\xf8\xed\x34\xfc\x01\xd6\xc7\x9b\x82\x08\xa9\x9d\x13\x16\xfa\xc7\xd9\x04\x1f\x96\x3d\x9e\xbc\x38\x7e\x5c\xf5\xf8\x89\x83\xc1\xe9\x97\xde\xe6\x48\x1e\x26\xe0\x9b\x8c\x76\x7e\x9c\x80\xef\x61\x02\xbe\xc9\x28\xde\xc7\x09\xf8\x1e\x96\x2a\x9e\x8c\xd2\x7e\x42\x36\xa6\x87\x99\xf8\x2e\xc6\x13\x3f\x71\xfa\x2f\x11\x1c\x3a\x19\xf3\xfb\x84\x82\x42\xab\x51\x5f\xc9\x7c\xf9\xf5\xb4\x0c\xd7\x48\x78\x25\x59\x4f\xaf\xe1\x0f\xb0\x3a\xe1\xaa\x78\x98\x74\x6f\x32\x30\xf7\x61\xe6\x3d\x36\x20\x6e\x2e\x8d\x84\x22\xf8\x09\xb8\x4e\x4d\xde\x26\xd6\x93\x07\x88\xaf\x0c\x91\xaa\xf9\x2b\x11\x5f\x39\x79\xfd\xf6\x44\x4b\xc3\x5c\xe4\x38\x41\x3e\x4e\x89\x57\x0d\xf4\xdd\x43\x70\x37\x5c\x02\x24\x86\xdf\x4e\xc3\xe8\x5b\xf4\x56\xed\xfb\x6a\xb0\xef\x5b\xf0\x30\x3c\x8b\xb0\xd1\x05\x87\xe1\x52\xa4\x18\x4c\x57\x4f\x8f\x61\x30\xdb\xad\x91\xf0\x8a\xec\x09\xd6\xc9\x67\x92\x9a\x87\x65\x8e\xd9\x68\xe8\xe4\x12\x7c\x19\x1e\x78\x5b\x03\xa4\xac\xad\x06\xf4\x59\xec\xb2\x4f\xc8\x84\xf3\x30\x41\xde\x65\x86\x90\x09\xe7\x61\x86\xbc\x93\xd9\x03\x1f\x27\xc6\xab\x06\xbe\xb2\xa7\xe0\x66\x18\xec\x93\x97\xe0\x6e\x18\x23\x19\xa7\xe0\x30\x8c\x29\x1e\x7e\xfb\x35\x0c\x3e\x99\x21\x58\x1f\x8f\xd4\x79\x67\x1f\x1a\x49\x9e\x86\xc1\x3e\x71\x08\x76\xdf\xdc\xad\x86\x3a\xa1\xc0\x7e\x58\xd2\xf9\xec\xd3\x6f\x8b\xab\xe0\xb6\x35\x43\x8b\xe4\xa2\x78\xac\x06\x24\x84\x08\x7b\x79\x2e\x69\xf0\x09\x7f\xe5\x4a\xc3\x98\xcb\xec\x82\xfd\x39\xe4\xd8\x24\x23\xcb\xe0\x53\x0d\xf6\x6d\xf8\x31\x5c\xa7\xea\xd4\x92\xba\x4d\xef\x9b\xf4\x8e\x26\xb8\x19\xbe\xf0\x76\x08\xee\x86\x27\x32\x30\x1c\x82\xd3\xf0\x0f\x30\xc7\x7d\x9b\x82\xf0\xcf\x9a\x0c\xcb\x7d\x5c\xb5\xfa\x61\x06\xbd\xc9\x8b\xc0\x7a\xd2\x00\x61\xcb\x39\xbb\x48\x75\x7b\x15\xc3\x6d\x6b\x32\x6a\xea\x09\x59\x76\xaa\x71\xd7\xdb\x22\xd5\x6d\x0a\xc2\x89\xeb\xec\x22\xd5\xbd\xfe\xf5\x8d\xd9\x11\xa9\x6e\xb3\xfd\xcd\x0d\x26\xc9\x6c\xf7\xf6\xc7\x83\xb0\x29\x39\x78\xef\x30\x5c\x33\xcf\xa4\x3e\x8f\xd3\xe3\x3d\x4c\x8f\x37\xf3\x72\x27\xaf\xe1\x62\x36\x5e\x49\x3e\x21\x3b\xd0\xc3\xd4\x77\x93\x57\x92\x4f\x74\x73\x2c\xed\x40\x43\xf4\x56\xc4\x68\x35\x6a\xdc\x43\xf4\xee\xe6\x58\xe4\xbe\x9b\x2c\xd3\xfb\x38\xe7\xdd\xc3\x9c\x77\xe7\x90\x1c\xec\x96\x27\x70\xf2\x9a\x8c\x11\xae\xa7\xd7\x30\x06\xd8\xa7\x60\xf7\x8d\xf4\xe3\x2c\xf9\xfd\x38\xe9\xdd\xc3\x34\x77\x33\xb5\x2e\xbb\x19\x19\x69\xee\xce\x71\x6a\xdc\x6b\x1a\xc6\xe7\x68\xe6\x15\x62\x5a\x0d\xf0\x89\xd6\x65\xdf\xe2\x41\x04\x95\x9e\xcc\x19\x58\x4f\xdd\x30\x48\xa5\x25\x25\x4f\xb0\x87\xe9\xed\x66\x6a\xed\x0c\x33\x32\x4d\x4f\xcc\x3c\xf4\x38\xbf\x5d\x35\x6e\x7c\xce\x2d\x78\x18\xc6\xa4\xc5\x29\xf8\x31\x5c\x67\xaa\x21\x66\x1b\x66\x64\xf8\x7e\xcd\x14\x6b\xca\xf4\xf4\x30\x1d\xde\x39\xae\x3f\x58\x8d\x9e\x50\x15\xca\x6a\x04\x46\xa4\x81\x7a\x96\x06\x57\x45\xfa\xaf\x3d\x22\xc8\x95\xa1\xdd\x6a\x58\xbc\x0f\x12\x58\xfb\xcf\x30\x81\x69\x63\x62\x84\x43\x3d\xbd\x86\x7f\xff\xfd\x4f\x30\x96\xf8\x71\x72\xbd\x87\x59\xf4\xe2\x10\x43\x0f\xf3\xf9\x60\x5d\x8c\x26\xda\xec\x6d\xf8\x01\xec\xb7\x3f\xc3\xe8\x5b\xfc\x32\x3d\x1d\x70\x14\x8b\x43\x22\x61\x9a\xee\xb0\x48\xc5\xa1\x8f\x9f\x16\x20\xb3\xce\x19\xc1\xd4\xfb\x0f\x33\xf0\xa1\x91\xe8\x44\x23\x99\xa6\x20\xcb\xb7\x8f\x6e\x78\x19\xc6\x48\x9a\x3a\xb1\xfa\x02\x1b\x53\x1c\x5a\xcd\x2a\x2c\xf2\xb0\xa6\x7b\x1c\x22\xec\xb4\xac\x9d\x24\x95\x56\xf3\x34\x8b\x4e\xb2\xa8\x76\xab\xe9\x9d\x90\x9e\x60\x43\x1b\xfb\xdc\xfe\xca\xa2\x59\x1c\xb7\xfa\xb6\x08\x9e\xd8\xf2\x86\x76\xab\x69\x0a\x4e\x52\xb0\x93\x54\x61\x49\x01\x4f\xb1\x38\xb4\x6c\xc3\x22\x18\x86\xaa\x38\xb4\x6c\xc3\x9c\x4b\x43\x15\x9d\x43\x1f\xe6\xca\x63\x03\xa9\x60\xb4\xb7\x85\x37\x31\x18\x9b\xce\xa1\xa5\x15\xa6\x20\xfc\xc6\xe2\x98\xa7\xe0\xd7\xf0\x07\x58\x03\xb4\xa4\x40\x5c\xeb\x39\x0c\x9b\xde\x41\x7a\x4f\x8d\xc4\xf4\x0e\xd2\x5b\xdb\x52\x98\x91\x69\xbf\x1a\x7e\xdb\xac\x89\x3a\x23\xe7\xd0\xe6\x1b\x26\x6c\x90\x63\xb5\x5b\x85\x45\x42\x6c\xb0\x4f\xdc\x82\xb7\x61\x70\xac\xe6\x32\x2c\x99\x83\xf4\x0e\xd2\x24\xcd\xb1\x49\x8e\x95\xfa\x22\xfb\xd5\xc3\x1c\x7c\x57\x48\x8e\x2b\x2c\xf6\x61\xb2\xbd\x38\xa4\xb8\xa6\x15\x40\x44\xbc\x9e\x23\x0c\x37\xc3\xd5\xf7\xa9\x05\x98\x56\x00\xe1\xe1\x16\x4c\xe4\x5f\x4f\x69\xf8\x07\x58\x9d\x78\xcb\x83\x73\xda\x15\xe2\xaa\xf4\x96\x07\x63\x53\x9c\x52\x8a\xd3\x5b\x1e\x42\x5a\xcf\x21\x79\x92\x56\x73\x61\x91\x8a\x53\x02\x3b\x4d\x6f\x38\xa7\xc5\x29\x81\x9d\x16\xc1\x30\x36\xc5\xd9\xd4\xb7\x19\x39\xc9\xc8\xfa\xf8\x65\xa5\x01\xc6\xa6\x38\xa5\x2b\x2f\xef\x6d\x8b\x7b\x9b\x84\xd2\x32\x05\x61\x91\x0a\x86\x54\xd7\xd3\x6b\xf8\x03\xac\xb7\x2d\x82\x61\x7a\x8a\x53\x9a\xf5\xb2\x7e\x85\x2a\x21\x71\xde\x9c\xb4\xe5\x6d\x09\x7e\x65\x27\xb3\xe4\xd5\xd3\x30\x8c\x4e\xba\xe1\x34\xbc\x00\x4f\xc1\xdb\xf0\x8b\x4e\x34\x12\x53\x70\x6d\x6c\x90\x5a\xae\xcb\x6a\x17\x8b\x78\x4e\x4d\xc3\xb2\x76\x80\x38\xd9\x2b\xdc\xb7\x29\x88\x80\xd9\x38\xa5\xe3\x6f\xf3\x20\x0b\xae\x4f\x1d\x59\xb6\x09\x8b\x82\x25\x71\x6a\x71\x6f\x8b\x02\x38\x9f\x05\xef\x63\x9f\xd8\x16\xa6\x30\x82\xc5\xa9\xc5\xbd\xcd\x9a\x30\x82\x5d\x3e\x56\x6c\x6b\x63\x08\x98\x0d\xde\x99\xd6\xd3\x63\x18\x1f\x2f\x3e\xd9\xe6\x41\x9a\xb5\xa6\x24\xf2\x36\x05\x37\x29\x18\x7e\x7b\x1b\x46\x27\xd2\xf4\xb6\xd5\x2e\xd8\xb7\xce\xa9\xad\x7a\x7b\xdf\x41\x08\xec\xc9\x94\x7a\x0f\xd3\xe0\xb1\xf1\x00\x56\x27\x5e\xc5\x70\x37\x8b\x53\x9a\xde\x63\xa9\x09\xfb\xd6\x15\x12\x61\x8f\xd5\x80\x87\xa4\x92\x02\xf8\x98\x35\x69\xed\x9a\x62\xb6\xc7\xc2\x94\xce\x67\x53\xcc\xf6\x58\xed\x82\x59\x2b\x9a\xf6\xcb\xc7\x6a\x00\x22\x69\xcf\xa9\xbd\xf8\x31\x61\x61\xed\x8a\x26\x85\xfb\xf1\xe2\x86\xcf\x5a\x34\x71\xd5\x63\x19\x0b\xb3\x56\x34\x69\x7a\x8f\x19\xf9\x21\xbd\xb5\xe6\x1f\x4b\x4d\x84\xdb\x9e\x53\x6c\xff\x78\xfb\x87\x2b\x5b\x34\x4d\xda\xe3\xcd\xeb\x21\xbd\xb5\x5f\x3e\x56\x73\xe1\xef\x16\x4d\x1b\xfa\xe3\x35\x0f\x4b\x5a\x34\x1d\x84\x1f\x9f\xee\x10\x79\x7b\xf9\x38\xf4\x58\xf4\xc2\x92\x16\x4d\x73\xf9\x9a\x91\x61\x49\xbb\x22\xfe\x90\xad\xb1\x5e\x1e\xfe\xd5\x46\x86\xa8\x21\xf8\x35\x8c\xff\x10\x81\x5f\x8b\x04\x78\xc9\x05\x6f\x5a\xeb\xa9\x1b\x46\x27\x3a\xe2\xbe\x26\x30\xe2\x6a\xa3\x69\xed\xbf\xde\xad\x50\xda\x24\x9a\xf4\xda\xd7\x04\x7e\x49\xe0\x7e\x0b\xfe\xd7\x09\x08\xac\xed\xf4\xb5\x1a\x00\x43\x5b\xb0\x60\x40\x3d\xb9\x13\x32\xb4\xfb\xf6\xda\x87\x97\xdc\x39\xa5\x06\xbc\x56\x03\x5e\x52\x52\x3b\xe1\x67\x4a\xc2\x79\x2e\x9a\xf6\xcd\xcf\xdb\x12\x82\x68\x4f\xe6\x9a\xab\xa7\x61\x18\x23\xd1\x2c\x7d\x16\x09\x1f\xf4\xab\xa6\x7d\xf3\x33\x61\x3f\x52\x50\xbb\xd5\x67\xfd\x0a\x61\xb2\x97\xcf\x9b\x9f\xb5\x03\xf8\xdc\x05\xcb\x0e\xd4\xd3\x67\x18\xe3\xf6\xdb\x26\xec\x47\x86\xd6\x8a\xfb\xac\x06\xc0\x14\x18\x4d\x47\xae\xcf\x07\x06\x04\xcc\x5e\xa9\x0d\xf2\xb3\x5c\x81\x61\x30\x78\x71\xfc\xc4\x67\x86\x86\x61\xf0\x4a\xed\x9b\x9f\xa7\x01\x01\xb3\x57\x6a\xdf\xfc\xac\x34\x20\x04\x36\x78\x1f\xfb\x38\x89\xdf\xc3\x24\x7e\x71\xc9\x36\xf6\xb3\x00\x81\x61\x30\x2e\x69\xa8\x3f\x8b\x04\x18\x06\x2f\xe6\x82\xa9\x27\x89\x04\x98\x02\xaf\x54\xdf\x3f\xef\xf7\x28\x49\x12\x57\x33\x1c\x86\x57\x4d\xda\xbc\x05\xbf\x86\x8b\xab\x2e\xb1\xfd\xcf\xfa\xd5\x0f\xfa\xd5\x94\xb9\xe2\x67\x11\x0c\x0b\x60\x5c\xd2\x6a\x7e\xe6\xd8\x1f\x39\x56\x27\x9a\x9f\x77\x2b\x98\x02\x83\x8e\x3f\xf5\xe4\x01\x62\xed\x5f\x12\x20\x3f\x6f\x62\x3f\x6e\x62\x62\x88\x9f\x29\x08\xaf\xbe\xb8\x24\x40\x7e\x5e\xfb\xf0\xe3\x8b\x4b\x3b\xe1\xcf\x92\xf9\x47\xc2\x72\xa5\xa5\x8d\x8e\xcc\xdc\x17\x17\x75\x65\xa6\xef\x63\xa3\xf4\x2b\x3a\x11\x3f\x4e\xd8\xf7\x30\x45\x5f\xf0\xf6\xf6\x49\xb9\xef\x55\x03\x9d\x0c\x75\xa2\x35\x9f\x07\x14\x29\x3a\xb9\x3c\xcc\xdf\xc7\x06\xb8\x8a\xbb\x55\xca\xab\xef\x49\x58\x36\x83\xc1\xf2\x8f\x53\xf3\x3d\x4c\xbb\x17\xcc\xfe\xff\x38\xdd\x5e\x35\x30\x12\xea\x85\xa9\xd0\xd6\x6a\xa0\x93\x54\xdf\xdb\x9d\x90\xd9\x68\x97\x60\x96\x3d\x36\xb0\xe6\xb9\x48\x52\x31\xac\xd5\x28\xc2\x32\xc6\xfc\x71\x02\xbd\x6a\x6c\xc0\x53\xf0\x6b\xf8\x03\x9c\x82\x7f\x82\x71\xdb\x22\x0b\x49\xca\xc5\xee\x61\xce\xbc\xe0\x0d\xeb\xc3\xc4\x79\x6c\xa0\x08\x21\x77\xd9\x54\x0c\xeb\x93\x08\x4f\x8d\xbb\xa9\x13\xed\x3f\x89\xf0\xd4\x93\xf5\x4c\x1f\xe7\xd0\xab\x06\xfa\xc6\xbd\xe6\x93\x72\xb1\xab\xc6\x02\x1c\x82\x3d\x6e\x30\xdb\xed\x01\x6e\xf7\xcd\xb2\xe7\x5c\xae\xa9\xf0\xd3\x87\xc9\xf2\x82\xb7\xe5\x8f\x93\xe5\x55\x03\x9d\xd0\xfc\x99\x2a\x58\x52\x8d\x01\x78\x08\x9e\x86\x31\xf3\xdc\xc1\x53\x9e\x77\x0f\xd3\xe2\x05\xf3\xb8\x3c\xa9\xda\x24\x0f\xf3\xdf\xc5\xdd\xd5\x89\x69\x02\x43\x6c\xf0\x0a\xf8\xc9\x26\x53\x48\xa2\x0a\x49\xdc\x62\xcd\xa6\x75\x99\x28\x9f\x7c\xa5\x47\x62\xae\x42\xe5\x91\x60\x66\x91\x7a\xd2\xa4\x35\x8a\xb0\x5b\x5f\xb9\xfd\x95\x58\x69\xbc\xd4\x7d\x9c\x0e\xaf\x1a\xe8\x24\xf4\x39\x5a\x69\x09\xc7\xb7\xb8\xc5\xb1\xf2\x77\x7b\x98\x0e\x2f\x6e\xae\xe2\xb4\x55\x94\x79\xf1\x2e\xd9\x81\x52\x51\xa9\x4f\x22\xfc\x34\x6e\x71\xec\x65\x9a\x5c\x64\x1f\x6a\xed\x79\x79\xed\xc0\x95\x2d\xba\x18\xc2\xe6\x4f\x66\xd1\xbb\x52\xa4\x92\x63\xdb\xc3\xc4\x78\xc1\xdb\xc4\x7a\xba\x0d\x63\xcd\x8b\x82\x0a\x56\xad\x46\xd1\xbb\x8b\x63\x2f\x49\xfb\x44\x78\xea\x29\x83\x89\x13\xe5\x55\x03\x7d\xff\x83\xbb\xe1\x01\x38\x05\x7b\x80\x20\x15\x2f\x76\x9e\xb4\xf9\x93\x19\xf3\x4e\x19\x35\x52\xc1\xaa\xd5\xd8\x78\x3b\x04\x7f\x86\x31\x40\xaa\xa2\x69\x3b\x27\xf3\xe7\x05\xf3\xc4\x3f\x79\x5b\x28\xc1\xce\x19\x5d\x8c\xac\xf0\xd3\x87\x89\xed\xa2\xdf\xf1\x07\xd5\x28\x6f\x89\xf7\x44\x3c\xea\x19\x5a\x43\xaa\x09\x52\x0d\x94\xfc\xd7\x6a\xbe\xbd\xe2\x50\x17\x39\xba\xa6\xda\x86\x4d\x26\xc4\x0b\x46\x1d\x3e\x69\xc3\x26\x33\xe2\x9d\x0c\x5f\x7a\x98\x16\x8f\x8d\x17\x30\xdf\xb6\x05\x33\x11\x86\x1a\x9d\x87\x91\xec\x96\xe3\x88\x47\x3d\x75\x4e\x76\x2a\xbc\x6a\xe0\x2f\x87\x3b\x09\xc3\x3f\xbc\x4d\xba\xab\x96\xc7\xc3\xa4\x78\xc1\xf2\x3c\xf5\x74\x19\x46\xdf\x5d\x7d\x5b\xbc\xd3\xef\x8d\x01\x49\xf5\xb4\x0c\xd7\x91\x8b\x99\x53\x1e\x67\xce\xab\xc6\x87\xb7\x35\x92\xe5\xbf\xc4\xb5\x8a\x2e\x61\x9c\x3b\xaf\x1a\x98\xd3\xa9\xbf\xf4\x6a\x86\x17\x5d\xc8\x70\x9f\xdd\x82\xaf\x93\x73\xa7\x68\x62\xce\xa5\x61\x33\xc4\xe7\xaa\xab\x5c\x0d\x7c\x8e\x44\x82\x22\x5f\xab\x11\xc8\x07\xa9\xbe\xb7\xfb\x2e\x21\x70\xe5\x3f\xd8\x9f\xc3\xd9\x11\xa9\x86\x67\x67\x70\x76\x78\x12\x73\xa6\xbd\x6a\x60\xdc\xb4\x06\xe4\xf0\x34\x0c\xf2\x39\x55\xba\xb4\x19\x34\xe1\x81\x77\x86\xa4\xd0\xf0\x46\x43\x0f\x3c\xe6\x2b\xad\xa7\x69\x38\x0a\x96\x70\x1a\x9e\x86\x41\xf6\x4f\x0d\xd0\x22\x01\xde\x73\x31\xb4\xe5\x0d\x0b\x55\x14\x57\x0e\x19\xd7\x9d\x6b\xaf\x1a\x18\x09\x6f\xb7\x72\x78\x4f\x86\xd3\x5c\x0c\x49\x8a\xe1\x1d\x65\x90\xb0\x31\x05\xfb\x2b\xe1\x29\x13\xda\xc1\x6d\xa2\x4c\x9a\x28\x65\xbb\xce\x69\x46\x86\x2d\xf2\x64\x32\xc5\x7a\xd2\x5f\x22\x55\xde\x29\xe5\xd2\xb9\xf2\xaa\x81\x4e\x9a\xe1\x6e\x78\x00\x56\x27\x96\x9e\x34\x51\x0e\xc9\x95\x69\x1e\x44\x50\xeb\xa9\x6b\x95\x9c\xde\x51\x18\xe2\xca\x24\xa8\xf5\x34\x0c\x17\x9f\x0c\x89\x1b\x5b\x2e\x13\xde\x73\x57\x7a\xdc\xa6\x20\x82\x59\x4f\xeb\x57\x36\x51\x32\xb3\xde\xa9\xbb\x19\x67\xd6\xab\x46\x4d\xda\xd0\xba\xb4\xe5\x92\x09\xf7\xce\x94\xf4\x0c\x53\x90\xbe\x74\xa9\xaf\x0c\x6f\xd5\x41\xc2\xde\x86\xbb\xe1\xc0\xdb\x21\x78\x19\xe6\x5f\x1a\x7e\x0d\x83\x4f\x78\x25\xc9\x64\x7d\x68\xe0\xb2\x2e\x2f\x0e\x30\x2c\x82\xe1\x54\x17\x4c\x6d\x5f\x4f\x61\x38\xf1\x76\x17\xbc\x0d\xbf\x80\xa7\xe0\xcf\x30\x66\x47\xa2\x20\xcc\x9a\x34\x68\x0e\xed\x6d\xe1\x4d\x0c\x06\xcd\xd3\x2a\x46\x58\x22\xa3\x4c\xc8\x99\xd2\x53\xc2\x6b\x1e\x39\xf9\xce\xf4\xe7\x78\x07\x87\x53\xdd\x7d\x48\xd3\xb3\x2d\x32\x93\x84\x95\x42\x92\x26\x2c\x4d\x94\x43\x8a\x6b\x9a\xb0\x70\xaa\x8b\xa1\xe5\x9a\x56\x76\x90\xab\x2f\x86\x96\xab\x4d\x94\x4c\xca\x77\x26\x8f\x9f\x99\x96\xb1\x74\x9a\xd3\xdd\x4c\xa6\xd5\x80\x24\x61\xc3\xf0\x32\x8c\x49\xd3\xba\x4c\xcb\xd8\x24\x61\x25\xed\xd3\x84\xa5\x41\x73\x68\x5d\xa6\x09\x8b\xaa\xca\x31\xb4\x2e\x6d\xe7\x4c\xd8\x39\x6f\xdd\x28\x64\x5a\xf4\xd2\xce\x39\xd2\xb0\xff\x12\x12\x42\xb7\x44\x99\xd6\xaf\xe8\x62\x97\x26\x95\x77\x40\x38\xd5\xc5\x90\x50\x4a\x4b\x08\x24\xf2\x3b\x53\xf2\x3b\xad\x76\xd1\xfc\x29\x33\x62\xa6\x27\x0d\x9e\x77\x31\x35\x69\x0a\xb2\xad\x46\xf5\x3d\xb5\x8a\x6d\xfe\x4c\x9a\x3f\xbd\x1d\x2d\x5d\xed\x25\x3d\xef\x74\x03\x95\xcb\x62\x06\x06\xcf\x90\x05\x30\x97\xae\xf6\x72\x71\x76\xa4\xd2\x2d\xcf\x0e\xad\xa2\x32\xc7\xe5\xb2\x98\x81\x0b\x5e\x4c\x69\x35\x36\x96\x26\x8d\xa5\xcc\x2e\x50\x4f\xee\x9b\x62\x46\x5b\xc6\xb2\x36\xb6\x98\x77\x57\x2b\x6d\x59\xb5\x40\x58\x6d\xc8\x49\x24\x97\xb7\xba\x45\x7a\x6b\x27\x59\xa6\x37\xbc\xfa\x42\x06\xb6\x5c\x56\xd2\x90\x5d\x30\x64\x60\x63\x8a\x41\x36\x16\x3a\xf9\x83\xaf\xd1\xe3\x9c\x83\xd5\xc0\x88\x24\xb3\x6c\x4b\x4d\x18\x4d\xcf\xd4\x54\x6f\x8b\x1b\x04\xe3\xc6\x94\xb8\xd9\xde\xf2\x10\x8c\xdb\x0e\x4d\xf5\xf6\x74\xd0\x96\x3a\xb5\x6c\xb7\xa5\x3e\x3c\x07\xef\x43\xf2\x70\x5b\xea\x6f\x4e\x47\xd7\x48\x3c\x1d\x34\xb1\x4e\xad\x66\x9b\x58\x99\x93\xb0\x1d\x3a\xce\xa9\xfe\xf3\x93\x08\xdd\x6d\x66\xff\x6d\x85\x64\x73\xf2\x24\x9c\xb6\x27\x0f\x06\xd9\xfb\xd0\x9c\x6e\xef\x11\x70\x38\x0c\xf9\xec\x38\x71\xe1\xc3\xc4\x85\xed\xe0\x6d\xa8\x13\x17\x56\x03\x03\x1c\x86\x5f\xc3\xe0\x73\xe9\x29\xdb\x27\x5f\x54\x2a\x89\xa9\x33\xb8\xcd\xb7\xcc\x60\xd8\x8e\xd3\xb0\x29\xc8\xd9\x91\x14\x7a\x2c\xca\x60\x99\x8d\xa9\x55\xf1\x78\xf3\x45\x58\x70\x33\x61\x1f\x6b\x91\x34\xdf\xca\xb8\x91\x8f\x25\x1c\xdc\x13\x63\x4a\x38\xd9\x4e\x9b\x88\x16\x8e\x19\xfa\x4b\xaf\x21\xd8\x69\xdb\xd1\x0c\x4f\xc3\x18\xb7\xb6\xa5\xc7\x12\xee\xe1\xa4\x49\xdc\x3c\x9e\x34\x18\x6c\xef\x43\xab\xe2\xf1\xd2\x42\xa5\x93\x90\x7f\x0a\x73\x27\xb2\x81\xb9\xbc\xd4\x89\xe7\x92\xc6\x5e\x5b\x03\x1e\x4b\x38\x14\x40\x09\x56\x3a\x78\x98\x52\x91\x0d\xf6\x2d\x52\x79\xc5\xc1\xaa\xdb\x74\xaf\xe9\xc4\x88\x0f\x13\x23\xde\xba\xd7\xcc\xc7\xa2\x0c\x71\xcb\x11\x87\xbe\xd2\x1b\x3b\xa2\x98\xdb\xa1\x85\xf8\x5a\x8b\x84\xeb\x63\xc8\x09\xc0\x19\x13\x1f\x66\x4c\x6c\x87\xf6\xb6\xd7\xfb\x0f\xec\xb7\xb7\xee\x4c\xf3\xb5\xe0\x83\x47\x64\x04\xaf\x80\xf3\xf5\x4a\x83\x35\xb7\x1d\x5a\x80\xb6\xe6\x32\x39\x62\x3b\xb4\x83\xbf\x9e\x06\x5a\x73\x7d\xf8\xb3\x35\x37\x51\x50\x25\x42\xa7\xbc\xd7\x3b\x0a\x62\x9e\x43\x57\xd7\x69\x6b\x2e\xf3\x21\xb6\x43\xab\xe1\xf5\x56\x0d\xb3\x6e\x3b\xc4\xf6\xaf\x95\x4b\x98\x75\x23\xc4\x10\xaf\x95\x4b\x04\x3f\xb7\x43\x7b\xdb\x6b\x45\x8a\xb6\xdf\xd0\x99\xf0\xb5\x22\x85\x64\x8a\x11\x52\xd2\x5e\x9f\xa9\x5e\xd2\x5b\xbb\xd5\x67\xc2\x7e\x64\x7b\xed\xe0\x9f\xad\x18\x30\xdb\x36\xdd\x99\x3a\x13\x62\x35\xd0\x89\x56\xc3\xe7\x8d\x1d\xa1\xd2\x4d\xb7\xa0\x4e\x7a\x58\x0d\x10\x56\x9b\xef\x67\x1d\x88\x66\x5b\x79\xb0\xe5\x67\x8e\xfd\xc8\xb1\x62\xfb\xcf\x7b\x32\xcc\xb6\xed\x10\x7f\xdb\x3e\xcb\x84\x86\xb7\x27\xed\xf3\x9e\xfc\x91\xb0\x62\xe4\xcf\x84\xa5\x35\x37\x64\xf3\xf8\xbc\x47\xc0\x7e\x7b\xeb\xa2\x9b\xc9\x0e\xd9\xc0\xcc\xbb\x6f\x73\x2c\x32\x17\xb6\x53\xe7\x87\x9f\xa5\x3d\xec\xb7\x4d\x77\xa6\x4c\x5f\xc8\x06\x66\x47\x52\xf3\x67\xd6\x44\xb9\x95\x76\xf2\x6e\xc6\xe9\x0d\xab\x81\xbf\xd4\xd1\xf6\x67\xd6\xa4\x35\x37\x24\xf0\x7e\x5e\xf3\xb0\xc8\x46\x68\x76\x7e\x5e\xc5\xb4\xcf\x86\x84\xd2\xcf\xa4\x42\xf1\xe8\x08\x09\xa5\x9f\x65\x2c\x0d\xb1\x72\x10\xcb\x9f\x97\x2b\x6d\xa8\xf2\xed\x72\xc2\xc2\x6a\xb4\x1a\xf7\x69\x78\x1a\xde\x05\x93\xed\x97\x6d\xa8\x8b\x36\x54\x66\x73\x78\xd6\x91\xee\x04\x7c\xc2\x7c\xd8\xf5\x74\x19\x1e\x80\x43\xb0\xfb\x46\xc5\x0d\x9d\x4d\x96\xca\x43\x3f\x4c\x58\xd8\x98\x1f\xe8\x71\xc2\xc2\x6a\xe0\x2f\xb9\xe6\x9d\xb0\xb0\x1a\x0d\xb0\x46\x22\x52\x31\xab\x60\xa4\x3f\x67\xb9\xef\xc5\xbe\x35\xc0\xed\x01\x16\x67\x44\x36\x75\x22\x81\xc7\xac\x81\x4d\x37\xc3\xce\x1a\xf8\x30\x6b\x60\x24\x4d\xf0\xcb\x5e\xab\xeb\x80\xee\x96\x94\xc8\x4b\x95\x4c\x1e\x66\x0d\x0c\x1d\x2b\x98\x2c\x90\x0d\xf6\xdd\x05\x6f\xc3\x18\x20\x6f\xe5\x96\x0d\xb1\x0b\x86\xd8\xd0\xb1\xc2\xc9\x04\xab\x31\x91\xb2\xff\x10\x9c\x86\x31\x40\x2e\xc0\x65\x67\x56\xe6\x09\x8c\xf4\x5f\x2e\x0f\x90\xfb\xfc\x9f\x2e\xd4\x98\x34\x90\x0d\x4c\x07\x2d\x24\xeb\xd4\xd6\xb1\x10\xfc\xdc\x98\x3b\xe9\x71\xf6\xc0\x87\xd9\x03\x23\x87\x06\xaa\x85\xc8\x34\x82\x21\xdb\x1e\xb3\x03\xb2\x81\xbe\xb9\x58\x96\x3d\x63\x99\x18\xb0\xb1\x6a\x7d\x3d\x75\xc3\x13\x70\x0a\x0e\xc3\xb5\x2a\xa4\xa6\x3b\x4d\x60\x35\x40\xe0\x61\xf8\x33\x8c\xbf\x9c\xfa\x4b\x69\x63\xcc\x1e\x78\x4b\xc2\x2d\x5b\x75\x99\x18\x30\x92\xf7\x27\xab\x2d\xbf\x8d\x3d\x22\x43\x9d\x98\x54\xb4\xd3\xca\xff\x6a\xa9\x6a\x49\x35\xc0\x2f\xa9\x91\xe8\x78\xb1\xe0\x30\x7b\x4b\x1e\x2e\x3b\xcc\x2e\x9a\x6f\x99\x17\xe3\x71\xf6\xc0\x6a\xac\xff\xfe\x27\x0f\xca\xac\x65\x17\xd8\xd5\x28\xca\xa6\x3b\xf1\x57\x16\x61\x53\x6e\x59\xce\x35\x58\x8d\x0b\x70\x17\x7c\x1b\xee\xe8\xc4\xf0\x30\x3c\xf1\x76\x0a\x4e\xc3\x18\x09\x37\xf6\x65\xcf\xd8\x85\xf2\xd0\x29\x6f\xad\x75\xa5\xfb\x4e\xf6\xad\x4e\xb4\x27\x2f\x84\x2b\xa7\xdc\xb2\x96\x0a\x41\x57\x03\x33\x1f\xea\xc4\xf4\x86\x0d\x38\x0f\xde\x10\xaf\xcb\x6b\x1f\x4e\xaf\x29\x6f\xad\xa5\xba\xd1\x0f\x13\x1a\xde\xcc\x5c\xf0\x2c\xbb\xc0\x2e\x98\x86\x53\x8a\xd4\xb2\x69\x98\x99\x0b\x6f\x6d\x06\xeb\xda\xfe\x78\xd2\x5b\x2b\xce\x2e\xb0\xeb\x22\xbd\xc5\x27\x97\xe9\x7d\x91\xde\x5a\x71\xaa\xa1\x52\x8d\x06\x78\x0a\xbe\x0d\x43\x4c\x8a\x4f\xec\x02\xcb\xcc\x85\xc9\xc4\x1d\x0f\xd3\x17\xb2\x81\xbf\x14\x9f\xdc\xe6\x58\xf8\xc2\xa6\xb6\x3c\x27\x2c\xac\x06\x3a\xd1\x02\xbc\x2d\x12\xee\x92\xae\x29\xf5\x85\x59\x0d\xd1\x28\xc2\xdf\xa7\x24\xb3\x1d\x66\x99\xc7\x30\xa5\xd5\x2c\x1b\x90\x99\xd0\xf0\x96\x9b\xd0\xba\xb5\x27\x33\x73\x61\x1e\x5a\x80\xb7\x29\x08\x4b\x71\x1e\x5a\x3b\xb7\x19\xf9\x26\x61\x43\x7f\x69\x51\x80\x84\x86\xb7\x9c\x8a\x96\x5d\x60\x99\xc7\x30\xe5\xad\xb5\xba\x19\xb9\x93\x91\xb5\x00\x6d\x40\x66\x42\xc3\x5b\x2e\x48\xab\x7b\x6f\x83\x67\xec\x2d\x17\xa4\xd5\xb5\x55\x2f\x18\x90\xf3\xd0\x34\xd8\x80\xbc\x60\x40\x6e\xed\x30\xdc\x0c\xe3\x2f\x69\x1b\x5b\xaa\xb1\x52\x0d\x4c\x03\xef\x38\x96\x1d\x66\x17\x7c\x61\xf3\x74\x27\xe6\x6f\x58\x8a\x5b\xa3\x8a\xb1\x14\x4f\x5d\x8d\x8d\xb7\x53\xf0\x63\xf8\xc5\xdb\x53\xf0\x67\x18\x7d\x6b\x27\xec\x16\x1c\xb0\x0d\xa7\x37\x76\xbb\xc0\x2e\x54\x78\x4e\xd3\x64\xe8\xf0\xb4\x10\x41\x9d\xa7\xd6\x8e\xad\xb9\x4c\x68\xd8\x9a\x56\xf1\x30\xa9\x60\xe4\x4d\x26\xe7\x7b\x9c\xde\xb0\x1a\x1f\x60\xfe\xe5\x30\x4d\x60\xd6\x4d\x6f\xa7\x23\xdd\x77\xb2\xef\x10\x2c\x1e\x44\x3d\x95\xf4\x06\x39\x4c\x13\x58\x73\xf3\xd4\x6a\x18\x5e\xc5\xac\xa7\xc2\x32\x15\xcf\xb2\x7b\xea\x1a\xfc\x78\xad\x06\x5b\x73\x99\xb9\xf0\xb6\x1a\x30\xbc\xb1\xc3\xe1\x34\x4f\xf1\xb7\xad\xb9\x4c\x58\xd8\xe4\xcd\xe2\x84\x85\x0f\x13\x16\xa6\x9c\xa1\xd6\xf4\x76\x04\x87\xd4\x3c\xc5\xf6\xd3\xcc\x86\x10\xe9\xd6\xa4\x1a\x4d\x6f\x47\x93\xa4\x92\x8c\x9d\x66\xb6\x49\x66\xd3\x34\x4c\x2b\x52\xf0\x53\x6d\x4d\xb2\xca\xb6\xdf\x05\x3f\xd5\x26\xe7\x96\x35\xad\x48\x21\x16\xba\x35\x5a\x48\x96\xbd\x56\xd7\xac\x8d\xbf\x31\xbd\xd4\xb3\xec\xb5\xba\x60\x04\xce\x53\x4b\xca\xb6\x5f\x26\x32\x4c\x26\xce\x7b\x96\x6d\xbf\x6b\x92\x07\x35\x3b\xd3\x9b\x17\x02\xaa\x5b\x93\x64\xb3\x33\xeb\x82\x6d\x38\xe5\xc4\xb5\xa6\xf5\x2b\xd8\x86\x5b\x93\xb2\x30\x3d\x0d\x93\xac\xa9\x8d\x71\x7a\xcd\xc3\xab\x35\x4f\xed\x80\x76\x66\x65\x5a\xc3\x3c\xb5\x00\xc3\x1c\x1b\xe4\x58\xcd\x7c\x98\xde\x30\x02\xb7\xc6\xab\x9a\x15\xde\xfe\x03\xab\xd8\x0b\x30\xbc\xcf\xc3\xf6\x9b\xed\x3c\xfe\xa2\x1a\xd9\xa9\x75\xc1\xaa\x9b\x4c\x69\x51\x4f\xcb\xf0\x53\xb0\xd8\x28\xbc\x6c\x11\x38\x9d\x66\x0c\xbb\xa9\x2e\x98\x77\xb3\x49\x67\x0e\x2f\x5b\x78\x98\xa6\x39\xc0\x56\x5d\x66\x45\x4c\xf9\x31\xad\xf4\x1e\x91\xfc\x5a\x29\x52\xe9\xaf\x85\x87\x69\x36\xe9\x6e\x2a\xa5\xf2\x30\x75\x62\x36\xe9\x57\x76\x25\x65\xb2\xc4\x6c\xf4\xae\x58\x69\xed\x1d\xa5\x56\x6e\x2f\x2d\x7b\x98\x32\x75\x62\x36\x6d\x34\x36\xdf\x32\x59\x62\x93\x1f\x13\x33\x26\xa2\x41\xc1\x37\xf5\x39\x66\x51\x78\xa0\x66\xa3\xc5\x78\xa5\x29\x08\x3b\x6d\xb6\xa1\x91\x78\x91\xc3\x03\x35\x9b\x16\xa2\x1d\x4f\x99\xe7\x30\x9b\x16\xa2\x0d\xb2\x0b\x06\xd9\xdb\x0a\x60\x7a\xa3\x49\x6e\x34\x5a\xfb\xe9\x1d\x3c\x49\x6f\x6d\x4b\xf6\x47\x65\xfa\xc3\x6c\x52\x48\x96\x55\x23\xd8\x69\xb3\x69\xff\x59\xde\xc1\xe1\x98\x9a\x4d\xda\x81\xed\xb4\x0b\xa1\xd2\xf7\x29\x9a\xd8\x4d\x95\xe9\x0f\x93\x59\xa7\x9e\x65\x3b\x2d\xd3\x1f\xde\xa7\x48\xb5\xbc\xb1\xa3\x6c\x4b\xca\x19\x6a\x2d\xef\x28\xa8\xdf\x72\x5b\xae\x2c\x13\x16\x76\xda\xbc\xa4\x00\x2e\xaf\x7d\x78\xaf\xe6\x75\xf8\x6d\x8f\x1b\xac\x79\xd1\xb2\xb3\x6c\x90\x5d\x8b\xaa\x91\x74\xb7\xe5\x8d\x1d\xfe\xa8\x29\xf7\xa6\x65\x7f\xd4\x05\x63\x6a\x6b\x7a\x7b\x7b\xd9\xc2\x03\x35\x99\x6e\xa2\x9e\x2e\xc3\x10\x4e\x92\x42\xdb\xd2\x13\xa6\xd5\xbc\xa4\xe9\xd9\xb4\xca\x3c\x87\x4d\x5e\x66\x6b\x9b\x91\x61\x43\x6d\xa6\xf7\x36\x05\xe1\x98\x9a\xd7\xe5\xb7\xc3\x30\x24\x85\xf6\xfb\x6d\xc2\xc2\xb4\x9a\xd7\xe5\x4e\x5e\xc3\x1f\x60\x7d\x8e\x55\xa3\x4d\x0a\x4a\xa8\xda\x2a\xca\xf4\x87\xb7\xf5\xc2\xed\x35\x8f\x78\xeb\x94\x8f\xd4\xda\xa6\x20\xcc\x9f\x29\xf7\xa6\xb5\xad\x1a\x6d\xa8\x46\x97\x64\x96\xbd\x57\xd7\x26\xc7\x4a\x01\xb4\xf7\x2a\x73\x24\xe6\xa5\xe3\xd0\x63\x09\x01\x3b\x67\x5e\x62\x7b\xdb\x39\x17\x2c\x9b\x29\xf7\x26\x27\x43\xac\x06\x06\x48\x03\xc4\x7a\x2c\x0a\x1e\x52\x50\x73\x69\xc7\xd3\x05\x13\x65\x32\x39\xc5\xb3\x6c\xa2\x64\x56\xc4\x76\x49\xd9\x79\x64\xf0\x59\x30\x4a\xde\x72\x98\x5d\x76\x3c\x5d\xa8\xe8\x92\x57\xfa\xed\xc7\xf0\x8b\x4e\x2e\xc1\x9f\x61\xfc\xa5\x36\x03\x7b\x98\x32\x87\x62\x5e\x52\xbb\x6c\x8b\x5c\xa8\xe2\x72\x37\x3a\x8b\xac\xd7\xab\x18\x05\x59\x52\xce\x50\xcb\xd6\xc5\x05\xeb\x62\xbb\xfe\xc1\xaf\xe1\x9a\xf9\x5b\x62\xfd\xf5\x9e\xfc\x62\x8f\xb8\xc5\xf6\xaf\xb9\x0a\x39\x14\xdb\xa5\xe3\xd0\x6b\x2b\x06\x72\x28\xe6\x2d\xb6\x7f\xad\xd5\xc0\x57\x34\xe5\xc7\xb4\x5e\x2f\xc0\xb7\x24\x5f\xde\x32\x85\xd8\xba\xb8\xde\x22\xce\x2d\x8f\xde\x65\x17\x52\x66\x54\xcc\x5b\xfc\x6d\xeb\x22\x53\x2b\xde\x4d\xea\xb9\x5d\x48\x17\xec\x89\xed\xe2\x75\xd0\x7a\xbd\xf9\xc2\x57\x34\x6f\xed\x24\x9f\x49\x05\x7b\x62\xca\xbd\x69\x7d\x56\x76\xe0\x1d\x9a\xb7\xb4\x31\x5b\x17\xd7\x57\xa4\xbc\x9b\x68\x62\x5f\x51\xe6\x5f\xcc\x5b\x4a\x9a\xad\x8b\x4c\xc4\x78\x37\x5a\x5c\xd7\xe7\xe5\x8a\x38\xf1\xbb\xe9\x2c\x68\xa3\xe3\x82\x99\x31\x6f\x6d\x30\xf6\x15\x5d\x30\x3a\xa6\x9c\xa1\xd6\xe7\x75\x09\xa7\xd1\xbc\xb5\x65\xd8\xe8\xb8\x10\x4d\x7e\xcb\x13\x79\xd9\x85\x74\xc1\xe8\x98\xb7\x56\x83\x8d\x8e\x4c\xdb\x78\xcb\x13\x79\xd9\xba\xb8\x50\x25\x25\x6f\xad\x86\xcf\x14\x84\x75\x31\x6f\x6d\x02\x9f\xd7\xe5\x47\xc2\x4a\x14\xd8\x29\x74\xfd\xc8\x83\x62\x7b\x9b\x11\x17\xcc\x88\x77\xd3\x5c\xfe\xbc\x73\xa3\x1c\x4a\xde\x3a\xc3\xfe\x4c\x2a\x84\x85\xb7\x4b\xaa\xc5\xcf\xa4\x82\x75\x31\xbb\xc4\xfa\xcf\xcb\x15\xbe\xa2\xd9\xc5\xdf\x3f\x99\x6d\x17\xc2\xc6\x6f\xab\x8b\x76\x21\x65\x96\xc6\xec\x3a\x84\xfc\xcc\x83\x28\x9e\x92\xfd\xfc\x8b\xaf\xd1\xfa\x79\xeb\x40\x35\xe7\xdb\x7a\x8a\x7d\x46\x99\xe4\x31\xbb\xc7\xef\xd5\x0c\xe7\xd0\xec\x9a\x25\x3b\x87\x2e\x58\x30\x53\x2e\x54\xdb\x16\xcc\x8d\x92\x2b\x77\xa3\x6f\x80\x73\x3b\x56\x63\x00\x4e\xc1\xd3\x70\xcd\x92\x62\xb5\xb7\x0d\x9b\xcc\xed\xd8\xae\x7f\x7d\x7f\x86\xf1\x97\x1c\xf7\x56\x25\x96\x87\xb9\x1f\x53\x81\xd3\xdb\xf6\x4e\xe6\x7e\x6c\x17\x95\xb4\x6d\x57\x52\x26\x79\xcc\xee\x01\xa6\xff\x12\xaa\x11\x53\xf9\x3d\x4e\xf9\xf8\x30\xe5\x63\x93\xeb\xae\x53\x3e\x3e\x4c\xf9\x98\xf2\xbf\xda\x2a\xb5\xf2\x30\xe5\x63\x63\x39\xf1\x7a\x5a\x86\xf1\x97\x5d\xb0\xe8\xcd\x24\x8f\xa9\xe0\xe6\x6d\x7b\x27\x93\x3c\x36\xe6\x4c\xaa\xa7\x6d\xf8\x07\x98\xa4\x72\x38\x3e\x53\x3e\xa6\xc2\x95\xb7\xed\x9d\x4c\xf9\xd8\x98\xb3\xaf\x9e\x86\x61\xfc\x25\xd5\x97\xad\x2a\x29\x0f\x73\x3f\xa6\xbc\x9e\xb6\xfd\x51\x99\xc4\x31\xe5\xf5\xb4\xcf\x74\xdf\xe4\x73\x6a\xa8\x5b\xa5\x9b\xab\x81\x71\xeb\x2b\x4f\x13\x16\x86\xcf\xec\xd4\x0e\x9c\xdb\xb1\x1a\xe8\x3b\xf4\x39\xcb\x23\x21\x43\xa7\x06\xb8\x3d\x6e\x56\x03\xe3\x26\xb6\x55\xb2\xe4\x61\xb6\xc6\x1c\x5c\x5a\xce\xd6\xf8\x6c\x84\xeb\xa7\x82\x6d\xb7\xcd\x88\xcc\xa1\x98\x4c\x80\x51\x4f\x61\x18\xe3\xe6\xbd\x0f\xf3\x2b\xb2\x51\x93\x36\xc4\x3e\xaa\x36\x52\x8d\x0f\x30\x49\x65\x9f\x51\x26\x5a\xcc\x71\xa9\xef\xe5\xbe\xc9\x10\xa2\x77\xd3\xb2\xdd\x8d\xdb\xe9\x74\x27\x3f\xc1\x28\xdb\xa5\xa0\xcf\xdd\xb4\x75\x30\xd1\x62\xbb\x78\xc3\xea\x44\x8b\x0f\x13\x2d\xa6\xbc\x70\xb6\x6d\x91\x4c\xad\x98\x72\xb7\xd9\x76\x25\x65\xea\xc4\x94\xbb\xcd\xb6\xd1\x91\xa9\x13\x93\xb9\x34\xeb\xe9\x36\x8c\xbf\x0c\xbf\x9d\x86\x17\x60\xbf\xbd\x0d\xb3\x6f\x52\xf0\x32\xbd\x69\x74\x94\x5f\xcd\xbe\xbc\x00\xe1\x81\x9a\x83\x3a\x3e\x13\x29\xb2\x81\xdd\x4a\xa4\xb2\x3f\x2a\x53\x27\x26\x53\x87\x3c\xdb\x1e\xa6\x1b\x66\xc6\xc6\xf2\x64\xf5\x34\x0c\x63\xd2\xa6\xfa\x96\x9e\xb2\x69\x5d\x1c\xfe\x1c\x9d\x4d\x98\x51\x31\x47\x68\x80\xdb\x03\xc4\xd6\x21\xdf\x97\x6d\xeb\xe2\xbe\xa8\xbe\x50\x1b\xdb\x8e\xa4\xdf\x08\x99\x4f\xc5\xca\x6d\x95\x62\xae\x06\x66\x9e\x7a\xa1\x53\x27\x3e\x4c\x9d\x98\x53\x8c\x7c\x7b\xa5\xc1\x03\x35\x59\xfd\xe2\xd9\x76\x3c\x65\xb2\xc4\x64\x8e\x90\x87\x19\x13\xd9\x60\xdf\x1a\x89\x36\xdf\x0d\x0f\xd4\x9c\xa7\xfe\xd2\xb2\x0a\x39\x12\x9b\x7c\xd0\x9d\x23\xb1\x1a\xe8\x9b\x06\x9f\x7d\x7b\x01\xde\x50\x76\x66\xd3\x00\x97\x07\x08\x52\xcd\xa6\x01\x6e\x7f\x0e\xb8\x4a\x89\x46\x9c\x0c\xb1\x1a\x78\x5b\x62\xbd\x7b\x13\x80\xb9\x2e\xe5\x15\xb2\xed\xfd\xb9\x11\xdf\x7e\xeb\xbc\xb6\x6d\xbc\xdb\x70\xf3\x4c\x85\xe8\x38\xeb\x61\x35\xf0\x97\x92\x9a\x8e\x5f\xdf\x9d\x1f\xcf\xc3\xea\xb6\x3f\x27\xb3\x1e\x26\xab\x30\xd4\xd3\x63\xb8\x16\x20\xd3\x04\x3e\xbb\x5b\x22\x23\x22\x3d\xa7\xd6\x65\xf7\x57\xd2\x4a\x27\x5f\x86\xdd\xbd\xa4\x3a\x3f\x9e\x0a\xf7\xb6\x87\x26\xd3\x1f\xa6\x62\x2c\xf6\xf0\xe6\x85\xa8\xf2\x94\x07\xc1\x1e\x16\xa6\xb0\xcb\xb5\x5b\xd3\xa0\xf4\x86\xd5\x40\x27\x54\x31\x9c\xde\xf0\x61\x7a\xc3\x0c\xcd\xa5\x7d\x2e\x37\xad\x74\x71\xa8\x6f\x2f\x92\xc1\x99\xd7\xa4\x39\x88\x7c\x23\x5a\x3c\x95\x65\xc5\x89\x0a\x1f\x26\x2a\xcc\xf0\x48\xbc\x1a\x50\xd3\x38\x43\x0c\x31\xe4\xca\xb3\xe1\x7c\x79\x37\x0f\xd0\xd2\x87\xc6\xbb\xd0\x5f\xda\x78\xb7\x61\xbc\xbb\x15\xe7\xb3\x1d\x2d\xce\xd4\x84\x29\xa7\xe7\x3d\xbd\xfd\x23\x3e\xbc\x29\xcc\xc0\x89\x0a\xab\x81\xbe\xb5\x17\x4f\x2f\x12\xd8\xe5\x32\xb4\xe9\xda\x43\x73\xa3\xbe\x48\xc6\xfd\x87\x6a\xb2\xf5\xb2\xff\x1a\xee\x1f\x3a\x83\xef\x29\x0b\xc9\x86\x03\xe7\xad\xc3\xc8\xb6\x11\x6f\xa3\x06\x72\xea\xc2\xdb\xe9\x0d\xab\x81\xbf\x96\x76\x30\xbd\x86\xe0\xa9\x99\x72\x50\xde\xd3\x52\x08\x9e\x9a\x19\x5d\x9d\x58\x0d\xa0\x59\xee\xd6\x8e\xe2\x60\x72\x66\x3d\x4c\xdd\x55\x3b\xeb\x61\x35\x40\x04\xea\xcc\x3b\x2c\xc7\xe1\x9b\xd9\x14\x6b\xe1\x64\x88\xd5\xc0\x5f\x4a\x4c\x86\xc5\x7b\x70\x3a\xb4\xd1\xd8\x53\x73\xd3\x2c\x17\x62\x7f\x07\x93\x6f\x78\x53\xa6\x6e\xb6\xb7\x8a\x20\x57\xa3\xce\x9b\xb7\xd4\x17\x47\x8d\x6f\x9a\xe3\x42\x62\xd2\x51\xe3\x1b\x4e\x96\x29\x67\x5c\x67\x3d\x7c\x98\xf5\xb0\xe9\xa0\xe3\xac\x87\x0f\xb3\x1e\x66\xa4\x61\x0f\x10\x0c\xad\xe0\xb2\x1d\xdb\x23\xc1\x2d\xa8\x8e\x45\xdb\x31\xe6\x1b\xe1\xe3\xa9\x5b\x73\x67\x3d\x7c\x98\xf5\x30\x59\xc9\xfb\xd9\xe9\xd5\x0c\x97\xcc\xd4\x85\xf7\xb6\x4b\x26\x33\x17\x66\xf2\xdc\xb6\x6d\xea\xdb\x30\xf5\xdd\x4c\xf6\xf9\x6c\x87\x87\x33\x45\x61\xea\x66\x7b\xa7\xe5\x38\xcc\x75\xed\xee\x86\x97\x61\xf4\x2d\xa1\x9a\x5e\xe4\xf0\xb6\x4c\x5d\x61\x6f\x1b\xef\x36\xcc\x75\xed\x96\xda\x65\x27\x4b\x66\x2e\x4c\x79\xc6\xee\x34\x61\x93\x84\xd5\x9e\x9c\x56\x48\x60\xbc\x6b\x0a\x79\xd9\x69\xcd\x03\x71\xe2\x8d\x79\x0c\xeb\x69\x18\x46\xdf\xb7\xdf\x4e\xc3\x0b\xb0\x68\x62\xc5\x15\x36\xbd\xc6\xfa\x89\xf5\xe4\xcf\x21\xbd\x35\xc5\xcb\x8c\x4c\x9b\x9e\x52\x9f\xec\x65\x46\x5e\x64\x64\x71\xac\x63\xcc\x99\xe7\x30\xe5\x47\xbb\x6d\xbc\xdb\xf0\xb6\xbc\x2f\xd1\x7b\xa5\xfb\x86\x3d\xff\x9e\xfa\x4b\xcf\x0e\x4d\x7d\xba\x16\xdf\xcb\x02\x04\x4e\x98\xa9\x6b\xf1\x6d\xdf\xcb\x4d\x53\x9f\x62\x5b\xb6\x4d\x7d\x7b\x91\xed\xa5\x4b\x2c\x4f\xc3\xa2\x08\x0e\xbf\x3d\x0c\x83\x82\xd3\x6f\xbb\xef\x62\xf4\xdb\xe7\x9e\xe5\xdd\x6a\x71\xb7\x0a\xc3\x9f\x61\x8c\x44\xea\xf9\xb2\x3c\x81\x4b\x66\xa6\xf4\x14\xbb\x64\x6e\x1a\x06\x53\x3a\x90\x0d\x83\x1b\x86\xc1\xdb\xa7\x24\x47\xa4\xef\xcd\x69\xa0\xf9\x73\x3b\x22\x7d\xc3\x14\x98\x99\x7e\x3b\x0d\xa3\x6f\x2d\xee\xed\x69\x80\x4b\x63\xa6\xf4\x14\xbb\x34\x32\x75\x62\x53\x40\xd2\xb6\x4b\x23\x73\x28\x9e\xc7\xa1\x9d\xc6\xb1\xe7\x1b\x5e\x8c\x85\x37\xe1\xdb\x38\xf8\x4a\xa2\xc3\x4e\x8d\xcc\xa2\x58\xaf\x6b\x30\xe6\xe5\x4d\x5e\x96\xec\xd8\xde\xc7\xe8\xd5\xa8\x78\xa7\x6d\x43\xdd\x46\xbc\x79\xeb\xd2\xbc\xec\xd5\xb8\xe1\xd5\x78\x1e\x72\xca\xdb\x8f\xe9\x02\x47\xc6\xc2\xa7\xf0\x34\xfe\x23\x4e\x3a\x3e\xe6\x44\xa4\x4c\x6c\x5d\x27\x14\x47\x9a\x6f\x7a\x30\x32\x3f\x61\x3d\x0d\xc3\xa4\x8c\xce\x7e\x8f\xe5\x07\x3d\x1b\xbb\x64\x93\x7d\x15\x37\x0c\x81\xe7\xa1\xbb\xea\xfd\x58\x45\x82\x7b\x62\xe1\x4d\xb8\x07\x5f\x14\x2d\x5c\x1f\x6b\xb6\xa3\xd1\xaf\x4b\x21\x78\x7c\x4a\xa1\x5f\x62\xd7\x34\x39\xda\x9c\x29\x19\xcf\x43\xb7\xd8\x4e\xc5\x58\x0d\xf6\xae\x1d\xeb\xf1\xfa\x47\x60\xf9\x79\xc8\x55\x6e\xdb\x35\x71\xc3\x1c\x58\xf8\x25\x3c\x8c\x67\x31\xaa\xf6\x95\xd7\x67\x8f\x97\x12\x57\xa4\x79\xad\x2b\xc0\x30\x78\x1e\xf2\xa1\xdb\xaf\xd5\xad\x97\x14\x16\x73\xbc\xa6\xf0\x2b\x0a\xeb\x38\xfa\x7a\xb1\xc3\x4d\xb1\xf0\x14\xee\x7f\x2d\x7d\xa1\x31\xa7\xdf\xe3\xf4\x8d\xcf\x86\x5d\xf1\x3c\xe4\x5d\xe7\x44\x8d\xd5\xe0\xbf\xaa\x17\x73\xf0\xcb\x22\x9f\xba\x88\xde\xaf\x37\xae\x97\x14\x96\xa4\x7f\x4d\xe1\x97\x9c\x2d\x1f\xb8\xfd\x7a\x65\xbf\xa4\xbc\xbc\xdd\x9c\x07\xb2\x1a\x3f\xe2\xfc\x5b\xc7\x90\x6f\xd4\x5f\x3e\x0f\x5d\xe7\xef\xcf\x34\xfb\xc8\xac\x67\xfb\x4b\xbe\xa3\xfd\x59\xff\x42\x85\xe6\xfa\xd9\x10\x7e\x19\x2f\xb5\x5e\x76\x74\xe7\x9b\xac\x06\xff\x5d\x42\xee\xb3\xe6\xf5\x51\xf3\x92\x76\xe4\x30\xf3\xfd\x51\x2a\xe8\x1a\x7b\x7f\x56\x05\x3e\x32\x2d\x0b\x38\x3c\x4e\x35\xf9\x30\xd5\x64\xe1\xfa\x5b\x4b\xc5\x4f\x44\xd2\x7e\xf3\x59\xcd\x42\x59\xe5\x5b\x16\xf9\xed\xe0\x71\xe6\xa0\x3c\x0f\xe5\x0c\x71\x12\xca\x6a\x70\x0e\xa4\xad\xfd\x4c\xd3\x1f\xb9\xf6\xd4\xf9\xe3\x67\x01\xf0\x13\xad\x75\x00\xf9\x59\x34\xfe\xc8\x9f\xa7\x56\x85\x6d\x88\x4c\x2d\x79\x5f\xff\xe0\x65\x98\xc3\x91\x50\xff\x79\xd7\x41\x15\x97\x66\x63\xd6\xcf\x44\xfb\x91\x0f\xe5\xaa\xb3\xed\xba\xc8\x2c\x93\x85\x6b\x34\x16\xb1\x3f\x11\x4d\xec\x6f\x43\xe1\xfe\x91\x11\x25\x48\x1c\x2e\xbe\x59\xed\xe5\xd0\x6d\xef\xfe\x79\x2f\x41\x84\x78\xeb\x92\x23\x3f\xd3\xf2\x47\x5a\xb2\x3a\xd9\x1b\x07\x57\x7a\x35\x1a\xf1\x4b\x78\x37\xbe\x89\x77\xe1\x9f\x71\xf6\x83\x83\xcb\x1b\x8a\x19\xaf\xc6\x24\x7e\x0b\x5f\xc6\xd9\x0f\x24\x55\x3d\xbe\xc6\xd9\x4f\x53\x3f\xcb\xe3\x21\xab\xd1\x1e\x5d\x8f\x61\x1c\x2c\x02\xb5\xa1\x9e\xb6\xe1\xa7\xe0\x50\xef\xcb\xa3\xe4\x2a\x6d\x97\xbe\x8a\xfb\x4f\x35\x20\x03\x86\x06\x49\x5a\x56\x83\x7f\x8a\x1d\xa2\x1e\xd3\x38\x24\x0f\x1d\x04\x5e\x67\xe5\x7c\x99\x95\xb3\x70\x76\x2f\x3b\xe0\xcb\x44\x9c\x85\x0f\xe1\xb7\x71\xfe\x6d\x08\x5e\x86\xd9\x4d\x27\x0d\x4e\xd3\xf2\x24\x5f\xf2\x9e\xb9\x1e\xbb\x71\x0e\x73\x1c\xc2\xd3\x38\xfb\x19\x1a\xce\xd2\x67\x9d\xa2\xe5\x54\xff\xcb\xef\x73\xd9\xb2\x68\x41\x3d\x3e\xc6\xc1\x3a\x53\xa3\x37\x31\x4f\x32\x26\x8d\x2e\x6f\x9c\xdc\xb5\xab\xc1\x6e\x42\xdd\x6f\x77\x43\x0e\x0c\x12\x4d\xb1\xe5\xd5\xe0\x57\x45\x0a\xef\xc6\x39\xca\xf4\xfb\xcb\x38\xbb\xcf\x5b\xf8\x6b\x9c\xc3\x49\x0e\x53\x25\x5c\xaa\xa1\x7e\xd4\x7f\x86\x71\x70\x4e\x5e\x82\xf5\x55\x8d\xcb\x93\x57\xba\xf5\x78\x1b\xc7\x5c\x85\x7a\x37\x2d\x1b\x69\x79\x89\xbf\x9b\x69\xd9\xa8\x18\xf1\xf2\xe8\x0d\xb9\x34\xbe\xcc\xe3\x59\xb8\xba\x37\x07\xd2\x8e\xc8\x18\xd1\xd7\x69\x3d\xab\x01\x2d\x22\x9b\x60\xd3\x80\xb5\x6b\x59\x73\xe0\x75\x02\xcf\x97\x09\x3c\x1b\x33\x30\xbe\x4e\xe0\x59\x0d\xfe\xe9\x75\x0a\xef\xc6\x07\xf1\x4b\xf8\x34\xce\x7f\x0d\xc1\xdb\xf0\xc7\xd7\xd5\x7d\xfa\x5f\xa1\x30\x0d\x89\x90\x8b\x7b\x4c\x35\x3a\x60\x75\x9e\xc3\x30\x8b\xb0\xdf\x87\xf0\xc7\xf8\x8b\xd7\xf5\x49\x9e\x8f\x8b\x4c\x4c\xdd\xe2\x0d\x79\x36\x56\xe3\xfa\xef\x7f\xee\xfb\x68\x82\xdd\x3b\x79\xf8\xba\x35\x76\xf3\x30\x12\x77\x36\x26\x73\xac\xa7\x9f\x60\x08\xd1\x21\xa9\xa5\xf0\xf6\x57\x69\x3c\x0f\xee\x8f\xf5\xb8\x8c\xb3\x77\xad\xb4\xcb\x0b\x9f\x95\x5b\x0e\xee\x54\x6f\xdc\x96\xa2\x37\x79\xf8\x1a\x5d\x78\x18\x4f\x0c\x3e\x05\xeb\x5b\x6f\x2e\xf0\x4b\x0b\xf0\xf6\x02\xbf\xc9\xc2\x16\x67\x77\x6a\x42\x6e\xae\x40\x96\x2b\x78\x43\xf5\x91\xff\x1f\x63\xe7\x93\xab\x3b\x6a\x44\xf1\x79\x56\x71\x77\x90\x0f\x8c\x0d\x35\xc9\x24\xe3\x64\x0f\x60\x6c\xa9\x07\xdd\xfd\xf4\xd2\xbd\xff\x08\xce\xf9\xbd\x28\x51\x06\x6f\x70\x25\x7c\xc4\xad\x0f\xca\xf5\xcf\x05\x14\x53\xa5\x35\xf3\x65\x19\x2b\xcc\xaa\x48\xf6\x8a\x6d\xb7\x6f\x4d\x59\x8d\x4b\x78\x35\xde\xc1\xc7\x22\x63\x53\x5c\xd0\xe3\xa2\xc9\x32\xfa\x13\xe1\xdb\x19\xc6\xac\xd3\xb8\xeb\xe9\x00\xde\x62\x60\x51\xf5\xd9\xf4\xa9\x32\x9b\xe9\x53\x12\xdd\x6f\xf0\xfd\xa2\x32\xc4\x1f\x60\xfd\xa8\xfd\xc5\x89\x76\x9f\x0a\x70\x8a\x07\x79\xc2\xb2\x53\xfe\xa5\x30\x1a\xa4\xec\x94\x94\x59\xe2\x4f\xa4\xe9\xf4\xf5\xfc\xc7\x4f\x6c\xf1\x9e\xd4\xd4\x5c\x0d\xfd\xca\x51\x8d\x4f\xf0\x47\xb8\x67\x31\x18\xad\x1c\x4a\xb1\xe3\x38\x47\x03\xdf\xf2\xc0\xe4\xc6\x00\x5e\x91\xec\xf5\xa3\x37\xbc\xf0\x0b\x28\xa2\x7e\xf1\x02\x2e\xa9\x79\x39\x93\xf1\x0b\x5c\xbf\x6a\x69\xf6\xd5\xcb\x53\x75\x38\x17\x5e\x8d\x7b\xf4\x97\xc4\xb0\x58\xca\x2f\x78\xba\x13\xa0\x0b\x77\x7f\x7c\xf9\x25\x15\xd5\xa2\xf0\x6c\xbe\x67\x79\x35\xb6\x40\x58\x73\x2f\x78\x7d\xc9\xc2\x16\xfb\x13\xdf\xd1\xb2\x1a\x22\x6f\x5f\x7e\xf5\x0a\xde\x36\x19\x60\x46\x2f\xe1\x2f\x56\x8a\x0b\xe1\xbf\x24\xfc\x27\x30\x54\xcc\x62\x53\x81\x97\x97\x79\x69\x2f\x53\xd1\xdc\x6a\x5e\xda\x3d\x54\x4c\x66\x35\xcf\xec\x65\x2a\x62\xbb\xd3\xa2\xa5\x58\xae\x2a\x2e\xbb\x4a\x73\x4f\xab\x5c\xc5\x35\x57\x09\x8e\xca\x6d\xac\x47\xc8\x74\x91\xa9\x86\x3d\xca\x2a\xcd\x3d\x0f\x4d\xaa\x12\xa0\xe8\x20\xf9\x47\xd5\x2f\xd6\x23\xe4\x15\xa0\x9c\x47\x33\x3e\xc1\xf7\x6c\x4f\xdb\xde\x86\xe4\x34\xcd\xf6\x74\xe0\xd2\x08\x50\x76\x8a\xb2\x20\xae\x0d\x17\xdc\x9a\xc9\x88\x7c\x63\xb6\x4d\x82\xa3\x20\x73\xaa\xfe\xa5\x1a\x1a\xe6\x79\x19\x0f\x70\xd1\x39\x25\xc8\x0d\xc1\xd9\x69\xca\x52\x4a\x35\x7c\x01\x8b\x69\x8e\x97\x1a\x4c\x6b\xb2\xed\x36\xb2\x0d\xa6\x35\x09\xc8\x69\x6b\xda\x50\x42\x95\xb7\xfc\x10\xcf\x34\x24\xa4\xc9\xb8\xeb\x4e\x81\xa9\x02\x96\x6a\x6c\xf2\x96\xee\xc0\xa9\x86\xb4\x8a\x88\x20\x60\x4e\x48\x42\xf0\xd9\x81\x56\xe9\x36\xe6\xcf\xe9\xb8\xc5\xf7\xa8\x4c\x95\xaf\x2c\xe5\x14\xeb\x03\xc3\x16\xe6\xa5\x05\x2d\xe0\x65\x98\x97\x0e\x67\x82\x70\x66\xe7\x2b\x4b\x39\xe9\x6e\x26\x84\x94\x0d\x2f\x1c\xf0\x32\x14\xb7\x5c\x36\xe2\x81\x56\xe9\x2e\x95\xcf\x65\xc1\x0c\x02\xea\x7d\xe4\xbb\x14\x3b\xb8\xc0\xd0\x85\x04\xf3\x4a\x26\x4f\x38\xb3\x93\x93\xa5\x38\xa0\x0e\xec\x9c\x76\x16\x6a\x0b\xca\x7a\x82\x65\x12\x4b\xdd\x5d\x3a\x5b\x47\x2c\xbb\x3c\x8a\x0d\x42\x87\xf3\x5d\xd2\xaa\x72\xc3\xb3\x75\x74\xb3\x2b\x9c\xc1\x77\x74\xec\x5c\x97\xb8\x5e\x0e\x7f\x3a\x71\x8b\x52\x8e\x97\xe3\xd4\x4e\x80\xd2\xe5\x3a\x2e\x2b\x49\x87\x95\x5d\xd2\x7a\x39\x8a\xef\x7c\x9a\x74\xb3\xd8\xda\xd0\xb1\x67\x5d\xe2\x7a\xd9\x1c\x77\xdc\x70\x97\xd2\x5e\x36\xaf\x1d\xe6\xec\xfb\x55\xf2\x15\xc0\x13\xf8\x51\x77\xcd\x76\x30\xdb\x21\xf9\x43\x2e\x07\xb1\xc5\x4e\xfc\xe5\xcb\x72\x33\x70\xa0\xbb\x14\xe5\xea\x2e\x2d\x19\xe8\xec\x90\x9c\xc1\xe4\x01\x17\x86\xe4\xec\xb2\x79\x1d\xe8\xec\x30\x77\xcc\xb5\xc1\x87\xdb\x30\x77\x9a\xe9\xc3\x9d\x61\xee\x34\xd3\x27\x9e\x56\xa2\x51\xcb\xa7\xb3\x0d\x3c\xea\x90\xd2\x5e\xb6\xbb\x03\xab\xbe\x0f\x40\xe7\xea\xe8\x70\xc0\x4b\x27\x14\x2f\x6b\xc3\x20\xa4\x19\x0a\x69\xaa\x63\xd2\x81\x61\x1c\x92\xb4\x6a\x75\xb8\x91\x34\xa5\x14\xab\xc3\xc3\x1b\xcf\x79\x8b\xc7\xd5\xf1\xe1\x8d\xb5\xdf\x57\xaf\xe4\xea\xd8\xe5\x46\xa0\x94\x39\xac\xa9\x1a\x3e\x80\xcb\x86\xc3\x70\x05\x1e\x22\x0e\x0e\xf1\x1d\xa2\x54\x47\x34\x77\xd8\x4e\x68\xaf\x60\x75\x40\x73\xc3\xc7\x5b\x7c\xb4\x2e\xdc\x7c\x17\xef\x03\xcc\xb9\x5a\x15\x6e\xd8\xeb\x74\xe2\x7f\xba\x4f\xf0\x47\x38\xfd\xf9\xd1\xc5\xff\xac\xb2\xa0\x53\xb5\x2c\xd5\x10\x5f\xac\x51\x37\x22\xbc\xcf\x3f\x67\x95\x0b\x5d\x4f\x03\x78\xcf\xe8\xb8\x7e\x26\xb8\xba\x71\xcd\x4e\x42\x56\x07\x51\x13\xf5\x9f\x52\x7f\xd5\xfc\x5c\x8f\x05\x7c\x73\xe2\x47\xf7\x0b\x58\x63\x2d\xc5\x78\x80\x8b\x15\x56\xe7\x89\x9d\x76\x76\xb2\x3a\xba\x72\x76\x72\xaa\xc6\x65\x29\x96\xe3\x49\xf0\xb3\xb3\x8d\xe9\x53\x4f\xf0\x07\x5c\xa3\xbf\xc4\xa2\x89\x3e\x4c\x79\x99\xea\x8f\xf2\x89\x97\x99\xe2\x11\x93\x82\x09\xce\x13\x56\x5b\x85\x87\xf8\xe4\x51\x7e\xa6\xda\xcb\x3c\x58\x05\xe7\x0f\xab\xbd\xcc\x83\xc4\xee\xb2\x93\x99\xc9\x3e\x38\x1f\x1d\x5b\xae\x36\x5d\x0f\x46\x61\xa7\x07\xd3\xa7\x59\x7d\x1e\x9c\xcc\x2e\x4e\x99\xab\x13\x13\x0f\x3c\x70\xda\xb0\x39\xca\x79\xb0\x09\x7b\xeb\xe1\xc2\x25\x6d\x0f\x3c\x70\xde\xb0\xd9\xf9\x3c\x08\xed\x23\xa1\xb5\x0f\x7b\x70\xe4\xba\x8a\xe6\xd3\xac\x57\x0f\x4e\x66\x9f\x56\xce\xd5\x76\xf4\x21\x28\x72\x36\xb1\x59\x81\x1e\x0c\xa9\xd3\x86\xcd\x29\xa4\x17\xdd\x77\xda\xb0\x39\x34\x7c\x91\xa7\x57\xf2\x64\x1f\xf6\x62\x5f\x75\x7c\xb9\xda\x87\xbd\xb8\xfd\x57\x4e\xa6\x39\x02\x7c\x61\xa5\x93\x89\xcd\x62\xf9\xe2\xc7\x5f\x05\xd3\xcd\xb1\xd5\x8b\x7d\x75\x36\xb1\x39\x14\x7b\x71\xd8\xaf\x34\xb7\x99\xf7\x2f\xc1\xcf\x3e\xcc\x9c\xb5\x2d\x62\xb6\x17\x0d\x7d\x15\xe4\x34\x87\x56\x2f\x86\xf1\x95\xf8\x35\x8b\xe5\x8b\xf8\x29\x3d\xa8\x2b\x62\x66\x7c\xac\x6b\xaa\x1b\x99\x3e\x5a\xbb\x5e\x8f\x0d\x7c\x33\x41\x4e\x20\x3e\x66\x42\x38\x3b\xa8\x4b\x4b\xd6\xe3\x04\xd7\xa4\xe4\x7c\xc2\xbb\x03\x67\x38\x3b\xa8\x5b\x41\xa6\x4a\x46\xaa\xb1\xe2\x84\x33\x99\xbc\x75\x2a\x3e\xf2\x25\xaa\x31\x35\x29\x1e\x39\xc3\x79\x37\xdd\xdd\x31\xa9\xf0\xb8\x1a\xbb\xbf\x0a\x2d\xad\xc7\x13\xbc\x0a\xcf\xc6\x03\xfc\x15\xae\x61\x26\xdb\x75\x95\x75\x2c\x5a\x6c\x59\x4f\x17\xf0\x9e\x6d\xc8\xdc\x51\xce\x71\x35\x44\xa6\xf8\x67\x2d\xf6\x91\xb4\xc6\xa3\x53\xc7\x53\xe5\x1d\xd5\x10\x9d\x62\x3a\x83\xe1\x4b\x90\xe3\xf4\xb4\x6c\x65\x23\xc9\xca\x86\xc9\x38\x8a\x0a\xe7\xdd\x74\x4d\xc4\x0c\x6f\xc4\x5b\x8d\xad\x85\x2a\x3a\x34\x55\xcb\x51\x0d\x91\x97\x80\x47\xe6\xdd\x66\xbd\x5b\x65\x7f\xc2\xe7\x7f\x67\x64\x09\xb2\x2e\xc6\x9f\xd4\x6f\x5c\x0d\x91\xb1\xe8\xf8\x26\x9d\xd5\xe8\xc2\xc3\xf8\x00\x5f\x91\xa4\xf6\xa6\xae\x27\x8f\xd2\x79\x37\xd5\xe4\x99\x41\xde\x4d\xb5\x1c\x8b\xbf\x7c\xc2\xb7\x24\xaf\x46\xdb\x70\x36\xdc\x81\xc5\xfa\xe6\x1f\x75\xf8\xa0\x8a\x8f\xe5\xf4\x9b\xca\x70\xd8\xd9\xb8\x50\xc2\x2c\xb2\xb5\x44\x95\x20\x17\xee\x39\x0d\xe6\xb4\x05\x2d\xe9\x32\x87\x19\xe4\xdd\x54\xfd\xb1\xf8\x73\x2b\x7c\x0e\x78\x35\x86\xba\x87\xf1\x07\x5c\x64\x92\x7e\xf6\x40\x1d\x76\xea\x6c\xe1\xd5\xf8\x09\x2e\x3a\x96\x63\x72\x60\xb1\x0f\xee\x2e\xdc\xf4\xe1\x82\x92\x60\x49\x2b\xa1\xeb\x71\x82\x3f\xc2\x4d\x7f\xf0\xbb\x43\x74\x0e\xd3\x19\x8c\xd3\xd3\x95\x7b\xa0\x70\xe3\x6a\x68\x9c\xfa\xc6\xa6\x72\xe3\x6a\x88\x8e\xbe\xff\xa2\xa0\x57\x7b\x87\xdd\xc2\x2f\xe3\x13\x5c\xf4\x4f\xd3\x87\x0f\xc5\x7c\xb0\xc4\x16\xbb\x60\x55\x77\xcc\x2d\xd1\xbd\x03\x8b\xcc\x65\xf2\xb0\x67\xef\xb2\x4b\x49\xe7\x6b\xd7\xe3\x09\xae\x61\x56\x0f\xb3\x33\xcc\x2e\x3a\x96\x64\xd2\x69\x51\x24\x3c\xcc\x6a\x30\xdb\x21\x2e\x37\xff\xac\x4d\xa9\x4a\x37\xe6\x96\xe9\xfe\x00\x8b\xba\xd5\xd6\xfb\xf1\xa6\x4a\x3a\x2e\xbc\x18\x3f\xc1\x45\x5e\x81\x7c\x90\x20\x0b\x25\xc8\xec\xad\xc2\xd7\xd2\x4c\x55\x6f\xcc\xed\xf8\x89\x83\x78\xab\x73\xe6\xbf\x96\xa3\x4f\x5a\xb6\x9c\x41\xfa\x2c\xf6\xe1\xdc\x72\xfa\xc5\x9c\xd8\xe5\x7d\x4a\x37\xdb\xc7\x51\xf4\x71\xaa\xe8\xe3\xa2\x42\xf7\x09\xbe\xe5\x4d\xa7\xa4\x67\x9c\xe8\xf4\xce\xb6\xe5\x66\x31\x3c\x3b\xd4\xbb\xa8\x4b\x0a\x5d\xb1\x71\xaa\x62\x63\x6e\xb6\x8e\x27\xec\x57\x2e\x2d\x25\x2b\xcb\x89\x8e\xee\x9d\x81\x0b\x87\xcc\x00\xbf\x37\x19\x8f\x11\xeb\xa8\x64\x5a\x52\xfd\x8e\x19\x24\xd3\x42\xc9\xb4\x94\xfc\x1a\x2f\x47\x05\xaa\xea\x98\x9b\x45\xdf\xd7\x29\xaf\xc6\x1e\xbb\xbc\x33\x55\x1b\x67\xec\x0b\x94\x73\xb3\xe0\x5f\xb0\x5d\x19\xb6\x94\x6c\xbe\xc8\xb0\xa9\xac\xe3\xc2\xfd\xa3\xd8\x52\x65\xd8\x52\x32\xc7\xc8\xb0\xa9\x82\x63\x39\xed\x9d\x7d\x02\x78\x35\xc4\x82\xe2\x9f\x45\xff\x2f\xcf\x55\x5f\xa4\x41\xb2\x2b\xaa\xf4\x36\x99\x4e\xc5\x13\x54\x4d\x4a\xa1\xaa\x6a\x33\xaa\xa1\xd7\x6d\x3d\xa9\xa8\xf3\xde\x0c\xb8\x70\x71\xde\x67\x72\x57\x43\x42\x66\xd3\xee\xab\x64\xa6\x2a\x33\x66\x6d\x97\x5b\x4f\x0f\xb0\x46\xa9\x2f\x49\x0a\x35\x4e\x15\x6a\xcc\xc4\x16\x2e\xd4\x38\x55\xa8\x31\x13\x5a\x54\x78\x50\xa5\xe4\xc9\xb1\x42\x45\xc9\xab\x79\x63\x0f\x51\xe1\x8d\x52\x6c\x29\x85\x07\xe9\x20\x33\xaa\xa4\xaf\x99\x35\x83\xb1\x6f\x1f\xdc\x1c\x00\x55\x7c\xb0\x6e\x99\x49\x49\xdf\xa3\x14\x6b\x9c\x2a\xd6\x98\x9b\x4d\x45\x23\x40\x51\xde\x2d\x79\x95\x95\x6a\x8d\xab\x71\x09\x3f\x8d\x07\xf8\x2b\x5c\x93\x6a\x04\x28\x4d\xca\xaf\x8f\x84\x68\x30\xbe\xc9\x5e\xda\xe2\x34\x3c\x76\x93\xba\x66\xbb\x9f\x06\xe3\x95\x8e\x4b\xd9\xaa\xd0\x88\x5b\x9a\xec\xa8\xce\xe5\xae\x47\x46\x29\x37\xa3\x83\xb9\xeb\xd1\x42\xdf\x64\x2f\x9b\xbb\xe3\x6c\x9b\x14\x36\x5b\xb8\x1b\xe1\x4c\x13\x2b\xcd\x32\xf2\x6b\xaa\xb7\xb8\xf4\x2f\x1b\x6f\xe0\xab\x7b\xd8\x62\x05\x3e\x75\xa7\xd1\x56\x77\xb1\x26\x50\x35\xe5\xd1\x52\xb6\xc2\x06\xbe\x64\x27\xd4\x72\xd8\x35\x07\xbc\x51\x7a\x2d\x79\xed\x35\x02\x0d\xdc\x1b\x00\x17\xee\x9f\xc5\xc4\x85\x79\x66\x0d\x0f\x78\x16\xe6\x99\x83\xb1\x20\x6e\xd1\x1e\xbf\x48\x26\x83\xc7\x0e\xb9\x9e\x7c\xf9\x67\x71\x3d\xfb\xa8\x6e\x0e\xdb\xb8\x80\x95\x4a\xbb\xa5\x6c\xd5\x09\xe2\x96\xbd\x0b\x30\xa5\x6c\x45\x0e\xa4\x75\x27\xe0\x8a\x73\x89\x11\x98\x4a\xe5\xdd\x92\x17\x82\x83\xbc\x5b\x74\x85\x33\x8e\x00\x3b\xee\xbd\x4b\xef\xb3\x75\xa1\xe3\x91\xf6\xd6\xbe\x4c\x34\xdd\x79\x23\xdd\xc2\x6a\xa1\xef\x78\xf7\xbd\xb7\x6f\xe1\x26\x8f\xf1\xeb\x16\x4b\x4b\x71\xc7\x8d\x77\x69\xb2\x17\x70\xa9\x91\x38\x55\x23\x31\xa5\xc3\x4a\xd2\xd1\xe4\xae\x28\xe7\xb0\x92\x74\xa2\x1c\xe5\xdd\xd2\xe1\x57\xde\x71\xcc\x5d\x5c\xf0\x92\x2c\x35\x0c\xa7\x6b\x18\xa6\xc3\x51\xd7\xc0\x03\xec\x0c\x5c\x0e\x07\x57\x03\xee\x28\x1f\x97\x0e\x3b\x8c\x81\xce\x0e\x05\x3f\x5e\xab\xa5\xe8\xe1\x74\xd1\xc3\x70\xcc\x38\x50\xe5\x7d\x44\x37\xf3\xed\x30\x50\xe5\x21\x71\xb5\x32\x0c\x3c\xaf\xb2\x71\xc9\x2b\xbb\x94\x37\x9c\x2a\x6f\x58\x9c\xdd\x8d\x81\x86\x2b\x49\x97\xbc\xe0\x4b\x7d\xc3\xa9\xfa\x86\x0b\xf7\x9c\xd0\x70\x6d\xfb\x4b\x87\xfd\xce\xc0\x88\x2a\x4b\x97\x0e\x46\x89\xab\xde\x1b\xfa\x8a\xb3\xc1\x31\x70\xd5\x43\x91\x92\x17\x65\x63\x10\x29\xed\x13\xb9\x39\xac\x6b\x83\x17\x32\xfc\x42\xac\x6b\x37\x6e\xea\x56\xa4\x74\x58\xd7\x6e\xac\xe5\x2d\xb9\x3c\x1c\xad\x90\xa5\x8b\x7d\x93\x4c\xb9\x12\xdd\x6d\x9e\x76\xba\xae\x78\x75\x34\x6e\x0c\x85\x36\xf2\xa5\xc3\x51\xe4\x4d\xcc\xa3\x8d\x7c\x71\xd6\xff\x0e\xac\xce\xff\x17\x57\xdd\xbc\x97\xdb\xef\xc5\x9a\x75\x63\x2e\x6e\x45\x44\x5e\xe1\x8d\x1b\x73\x71\x9b\xd1\xd5\x3f\x4e\x48\xa4\x34\x1e\x9f\x6e\x3e\xdb\x3b\xe3\x96\xfe\x1f\x76\x91\x37\xce\x6a\x9f\xf2\xcd\x2a\x0b\xb5\x9e\x2e\x60\x51\xb7\x6f\xbb\xf1\x56\x3b\x41\x57\x9c\x76\x8f\x9b\x90\xe8\x36\xff\x1d\x91\x4e\x14\x62\x9a\xff\xfe\x2a\x9a\xc4\x03\xbb\xba\x60\x4a\x5e\x8b\x8f\x89\x01\x98\x32\x00\x5e\x6f\x8e\x89\x88\x4f\x89\xb8\x79\x33\x79\x01\x4a\xbc\x25\x2f\x43\xc7\xc4\x24\xeb\x9c\x70\x54\xa8\xf0\xab\xe1\x5f\x95\x8c\x4f\xc2\x84\x9d\x69\xcb\x61\x23\x35\x89\x07\xa6\x38\x5c\xec\xf4\x26\x56\x64\x6f\xf8\x2b\x5e\x33\xa0\x0e\xe1\x6a\x68\xec\xb6\xbc\x13\x23\xb2\x37\xfc\x2d\xdc\xfd\xb1\xbc\x4a\xeb\xa5\x62\x5e\x92\xd6\x0b\xa5\xf5\xc2\xb6\xee\xc1\xb9\x3d\x32\x16\xc5\x9f\xb5\x0f\xce\xed\x91\x73\xf3\x8b\x7a\xe0\xb0\xb2\x7a\x49\x17\xcb\xaf\xc7\x09\xfe\x08\x37\x79\x4c\xec\x3e\x0a\x9c\x52\xb1\x7e\x92\xbf\x0b\xe5\xef\xf8\xdc\x7d\xf8\x24\xdf\x09\xbb\xcc\xd7\xee\x83\xb5\x78\x64\x2d\xbc\x0e\x17\xa4\xef\x62\xef\xff\x5b\xb8\x78\xf0\xe0\xac\x94\x60\xcb\x5e\x02\xa0\x3c\xe0\x6a\xac\xd1\x64\x27\xe3\x55\xe8\x6f\x37\x36\xcf\xb2\x2e\xf9\x7a\x39\x88\xbf\x1a\xe5\x6f\x5f\x87\x2a\x76\xbd\xc3\x41\xce\x6a\xc4\xfa\x59\x1d\x51\x7a\x39\x4a\xb0\x1a\x5b\x6e\x54\x27\x76\x3d\x9e\xe0\xaf\xf0\xb2\x71\x57\x02\x59\x8d\x1d\x8e\xea\xdc\xd1\x7a\xac\xe0\x6d\xe3\x55\x74\x6c\x76\x5e\x6f\x86\x4d\x75\xcb\xeb\xcb\x85\xe5\xaf\x76\x96\x26\x97\xee\x7f\x87\xd9\xf3\x6a\x9f\x62\x32\x15\x5f\x85\xfd\x6a\x13\xa2\x6a\x23\xad\x87\x0e\xba\xeb\x71\x5e\x42\x83\xbe\xbb\x88\x4d\xca\x46\xe9\xbb\xf7\xb5\x6e\xb3\xf5\xb2\xcb\xf0\xd5\xbe\xc2\xa4\x8a\x37\xef\x27\xde\x56\x36\xbf\xd4\xec\xe2\xd8\xe7\x7f\x6a\xfa\xae\x87\x5f\xfb\xb7\xbf\xfc\xfd\x1f\xfd\xdb\x3f\xfb\xaf\xcf\xd7\xfd\xe7\xf7\xef\xcf\x6f\x7f\xcc\x5f\xee\x3f\xbe\xfe\xba\xd0\xaf\xf9\xbc\xbf\xfc\xf6\x7c\x7f\xfe\xf5\xfb\x9f\xdf\xef\xe7\xeb\xdb\xef\xdf\xd6\x7f\xed\xbf\x7f\x07\x00\x00\xff\xff\x51\x1f\x69\x36\x9f\x52\x03\x00"); +func (_eg bindataFileInfo )Mode ()_be .FileMode {return _eg ._ae };var _fgab =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\x98\xc1\x6e\x23\xb9\xd5\x85\xf7\x7e\x8a\x5a\xce\xbf\xe8\xdf\xe4\xbd\xa4\x48\x02\x0d\x03\x41\xf7\x22\x1e\x60\x92\x20\x4e\xcf\x04\x08\xb2\x28\x49\xac\x86\x80\x58\x16\x64\x7b\xd1\x6f\x1f\xdc\xf3\x29\x0e\x26\x8b\xc1\x99\xfe\x4c\xde\xba\xe7\x90\x45\x96\x7d\xff\xe5\xf1\xeb\xe3\xf9\xf4\xb6\xdc\xff\xe5\xfa\x72\x78\x9a\x6f\xcb\x76\x3a\x1f\xaf\xf3\xf5\xe5\xfd\x7a\x98\xcb\x7e\x7e\x3f\x9d\xef\xee\xb2\x2d\xc7\xd3\xe1\xed\x3f\xff\x94\x1c\x9e\xd7\xcb\xdd\xdd\xfd\xb7\xf3\xe9\xe7\xc7\xa7\x4f\xdf\xbe\x3c\xd9\xa7\x3f\x2e\xef\xaf\xf3\xc6\xbf\x3c\x7e\x7d\xfa\xf1\xfa\x36\x9f\x1f\xcf\xdb\xcb\xe2\xcc\x3f\xbe\x5f\x6e\x35\x96\xe5\xfe\xaf\xf3\xfb\xe9\xf5\xed\xfa\x63\xf9\xe9\x0f\xc7\x97\xfd\xfc\xbf\xe5\x38\xb7\xe0\x7f\xbe\x1e\xe7\xf5\x74\xfe\xbe\xfc\xf4\xf3\x7a\x59\xcf\xf9\xe3\x07\x4f\xef\x97\xcb\xbf\xe6\xf3\x3c\xbf\x2d\x45\x6c\x9e\x8f\xd2\xbb\xfb\x2f\xbf\xac\x97\x3f\xad\xcf\x73\xf9\x7d\x3f\xbf\x7d\xfa\x55\x03\xf4\xf3\x5f\xe7\xf5\xf5\xf4\x72\x5e\xb2\xfd\x7f\x4a\xbb\xff\xf2\xbf\xfd\xb8\xcc\x25\xdf\x0a\xfd\xfd\xdb\xe3\xd7\xe5\x1f\x79\xc9\x69\xb1\x5a\xca\xf8\xe7\x8d\xff\xf6\xcb\xcb\xf1\x63\x54\x4e\x09\x1b\x87\xd3\xf1\xba\x9e\xbf\xcf\xbb\xcf\x29\x59\x7a\x58\x3e\xa7\x54\xf7\x0f\x8b\x79\x0e\x52\x0f\x90\xc3\xc3\xd2\x5b\x1e\x42\x47\xa1\x36\x1f\x16\x1b\x16\x64\xad\x22\x21\x36\x34\x6d\x4f\xa1\x90\x6e\xbb\x71\xf7\xd9\x52\x0e\x84\xb4\x3e\x5c\xa8\x82\xaa\x90\x09\xed\x40\x3b\xa1\x2a\xd4\x41\x23\x6a\xf5\x2c\x74\x00\x1d\x03\x35\x95\x37\x6a\x19\xb5\xba\x10\xb5\x8c\x5a\x2d\x90\x9b\x50\x48\xb7\xa6\x26\xdc\x41\xae\xf2\x81\xf2\x50\xab\x92\xe6\x5d\x24\x43\x72\x90\x9d\x88\x41\x2c\xc8\x10\x71\x88\x07\x69\x22\x15\x52\x1f\x96\x6c\x96\x4b\xb0\x43\x11\x0b\xe9\x9e\xb3\x10\xc3\x42\xba\xe7\x24\xb4\x03\xed\x84\x22\x99\x3c\x41\x21\x3d\xdd\x50\x03\x35\x21\x95\x9f\x1d\xd4\x85\x54\x7e\x0e\xd0\x10\x0a\x83\x46\x58\x76\x0b\x2b\x52\x36\x57\xa4\x92\xd6\x47\xd4\xb2\xb9\x09\x85\xdc\xf2\xab\x49\xc9\xd4\x14\x39\x14\xad\x45\x4d\x06\x0a\xdb\x45\x6b\x51\x53\x01\x55\x8d\xaa\x42\x3b\x50\x13\x72\xa1\x0e\x1a\x42\x4c\x5c\x41\x7b\x21\x9e\x78\x00\x45\x5f\x65\x50\xeb\x08\x3a\x0a\x31\x6a\x82\xa6\xd0\x4e\x68\x03\x6d\x42\xb1\x8a\x95\x2d\x28\x69\x35\xa9\x89\x9c\x41\x59\x48\xe5\x33\x86\x42\x5a\x4d\x45\xc8\x41\x2e\xa4\xf2\x19\x8f\x21\xad\x0c\x25\xc1\x76\x96\xb4\x32\x28\x8f\x6d\x6d\xe7\xa2\x1d\x5e\x73\x03\x29\x89\x41\x79\x92\x08\x69\x65\x28\x89\x3c\x40\x43\x4f\xa4\x3c\xe1\x84\xb4\x9a\x92\xd0\x1e\xb4\x17\xa2\x3c\x79\x85\xb4\x6a\x34\x41\x5e\x21\xad\x9a\xf2\xca\xe4\x15\xd2\xaa\x61\x9b\xbc\x42\x5a\x35\xf5\x65\xe4\x65\xca\xcb\x64\xdb\xc8\xcb\x94\x97\xa9\x55\x23\x2f\x53\x5e\xa6\xa0\x8d\xbc\x2c\xc2\xa9\xae\x56\xd9\x72\x92\x56\x5d\x4f\xe4\xfd\x94\xb4\xea\x6a\xd5\x08\x27\xa4\x55\x97\x21\x23\x9c\x90\x56\x9d\xbe\x08\xc7\x14\x8e\x5e\xb5\x6a\x84\x63\x0a\xc7\x69\x95\x70\x4c\xe1\x38\x7d\x11\x8e\x29\x9c\x4c\x13\x84\x63\xb2\x9d\x55\xcb\xb1\xed\xb2\x9d\x55\xcb\xb1\xed\xda\x00\x26\x43\xce\x06\x70\x79\x4c\x4c\xc4\xa3\xab\xfb\xa4\x70\x9c\xee\x5d\xdd\x27\x35\xe1\x74\xef\xea\x4b\x2f\x72\x75\x9a\x70\x35\x51\x94\x44\xa1\x89\xa2\x26\x8a\x36\x40\xa1\x89\xa2\xec\x8b\x9a\x28\x64\x5f\x94\x7d\x51\xad\x42\xf6\x45\xad\x16\xf5\x55\x68\xb5\xa8\xd5\xa2\xbe\x0a\xad\x16\x2d\x47\x91\xc7\xc2\x72\x14\x2d\x47\x51\xab\x85\xe5\x28\x32\x54\xe9\x0b\x43\x45\x86\x2a\x4f\xc4\x50\x51\xf6\x35\xfa\xda\xb1\x0b\x25\xdd\x2c\x0b\x1d\x41\x3a\xb3\xe3\x26\xb1\x1d\xbb\x50\xd2\xcd\x4c\x68\x03\x6d\x42\x51\xab\x71\xc0\x48\xb2\xe5\x16\x8d\xb5\x55\x51\x48\xba\x45\xd2\x9e\xe2\x4c\x0a\x89\x28\x7a\x9c\x1d\x9e\x74\xc2\x78\xd2\xcb\x3d\x92\x90\xde\x64\xa4\x5b\x4b\x42\x05\x54\x35\x2a\x0b\x1d\x40\x1f\x87\xa1\xeb\xae\xb9\x49\x1b\x75\x27\xb4\x81\x36\x21\x95\x2f\x34\xa1\x25\x1a\xb9\x0b\xf1\x44\xad\xc7\xc8\x23\x2e\xfc\x8f\x2b\xf7\x6e\x8c\xff\xbd\x84\x3d\x69\x69\x90\x36\x4c\x2d\x6a\x1d\x90\x36\x4c\x2d\x2a\x74\xa4\x8d\xc8\xce\xd3\x8e\x27\xed\xf4\xa4\x78\xf5\x3d\x75\x50\x07\xc9\x48\xa7\x7c\xa7\x7c\x15\xa2\x7c\xa7\xbc\xbc\xf5\x09\x9a\x42\xf2\x36\xf6\x42\x21\xdd\x9a\x9e\x38\xc8\x69\x68\x99\x9b\xfa\x5a\x49\x60\x55\x02\xa6\x04\x56\x9a\x58\x69\x42\x8b\xb5\xd2\xc4\xaa\x26\x5c\x1e\x57\x9a\x58\xd5\x84\x53\x0b\x8f\xab\x3c\xba\x9e\x78\xa0\xd6\x41\xb5\x5c\x1e\x27\x68\x82\xe4\x71\x52\x7e\x52\x5e\x1e\x27\xe5\x27\xe5\xe5\x71\xe2\x71\xca\xa3\xcb\xe3\xc6\xc4\x6d\x27\xa4\xee\x37\x3c\x6e\xec\x85\xe8\xcb\x75\x0b\x22\xdd\x63\xc3\xbb\xb3\xfb\x5c\x9b\x34\x8f\xda\xc5\x1c\x16\x7b\xcd\x1d\x54\x40\x45\xc3\x76\x4c\xad\x30\x5d\xff\xb2\xe4\xba\x2d\x91\x18\xc6\x43\x1b\xac\xc1\xaa\x58\x87\x75\x18\x73\x07\x6c\xc0\x78\xec\x0a\x5b\x61\x3b\xb1\x3d\x6c\x2f\xd6\x68\xe5\x00\x3b\xc0\x4c\xec\x08\x63\xe3\x33\x4c\xc1\x79\xbc\x44\x31\x4c\x8f\xe5\x2d\x92\xb4\x51\xd4\x71\xc6\x58\x96\xb1\xa2\x99\x19\x63\x59\xdf\x35\x0e\xc2\x57\xc6\x57\x87\xe1\x2b\xa4\x7b\x7c\x5d\xb9\x67\x6c\x65\x6c\x75\xb5\x96\xb1\x15\xef\x64\xb0\x22\x76\xeb\x6d\x6a\x6d\x68\x4d\xef\xa9\xc7\x9d\x15\xc3\x94\x88\x2e\x2d\xa4\xbb\xf6\xa4\x1b\xcb\x65\x5a\xae\xc2\x28\x4c\x19\xcb\xc5\xe2\x1b\xae\x42\x82\xe9\x09\x86\x2d\xdd\x64\xa3\x32\x0c\x5b\xba\xc9\x46\xd1\x6a\x19\xae\x0c\x0b\x43\xab\x60\x58\x08\xe9\x5e\x41\x2c\x8c\xee\xad\x81\x03\x63\x0d\x0c\xa3\x83\x76\x31\x1a\xb7\x54\xb6\x94\x14\x88\xb3\x0b\x43\xba\xb3\x09\x1d\xa3\x6e\x0c\x53\x23\x8e\x53\x67\x63\x2a\x36\xc7\xa9\x57\x86\x31\x15\x57\x2e\x57\x71\x93\xb8\x3b\xae\x42\xb2\xe9\x93\xd3\xdd\xb1\x15\x12\x4c\x1e\x9c\xd5\x0a\xe9\x5e\xe4\xc1\x71\x1a\x12\xc3\x28\x87\xd5\x90\xee\x45\xb6\x9c\x2d\x18\x12\xc3\xb4\x1d\x1c\xfb\x21\xc1\x68\x0e\xfb\x05\xfb\x3a\x26\x9d\xd3\x57\x12\xe3\x54\xaf\xe0\xbf\x68\xa1\x31\xc1\x89\xec\x71\xd1\xc5\x54\x75\xc7\x09\x2b\xe9\x5e\x19\x86\xaf\x82\x2f\x83\xe1\x8b\x53\x97\x2d\x5d\xf0\xa5\xdb\x6f\x54\x25\x52\xb0\x55\xf0\xa0\x43\xd0\x0b\x1e\x8a\x5e\x23\x12\x29\x37\x0b\xda\xaa\x4e\x7d\xb6\x6a\xc5\x15\x2f\x48\xc5\x55\xd5\x89\xca\xbe\xac\x98\xaa\x2c\x2a\x2b\x58\x71\x15\x12\x8c\x71\xac\x6a\x48\x30\x2d\x7e\x65\xff\x56\xdc\xf3\x72\x55\xdc\x57\xb9\x2f\x2a\xd7\xe8\x24\xa4\x7b\xdc\x1c\xdb\xa6\xd3\x66\xdb\xf4\xc1\xde\x63\x13\x6e\x9b\x0e\x0c\xa4\x5b\x9c\x35\xdb\xa6\xc3\x01\xe9\xd6\x34\x51\x77\x27\xd2\x46\xac\xfc\xb6\x69\xe5\x91\x36\xe2\x53\x7c\xdb\x9c\x51\xae\x51\x49\x13\xe3\x83\xe8\x26\xad\x8f\x14\xa8\x32\xb1\x32\xb1\x0a\xd1\x44\xe5\x84\xde\x09\x51\xab\x52\x0b\x44\x5f\x21\xdc\xe9\xdb\xa6\x9b\x03\x69\xbd\xff\xfe\x6a\x8e\xff\x7f\x5e\x2f\x77\x1f\xbf\x95\x1f\xde\xaf\xd7\x79\x7e\xd3\xdf\x00\xf4\x3b\x77\xfc\x1e\x7d\x3a\xcf\x8f\xbf\x33\x5c\x5e\x2e\x31\x4b\xff\xfd\x3b\x00\x00\xff\xff\x6b\x9e\x52\x81\x93\x10\x00\x00"); +func _gffb ()(*asset ,error ){_abgc ,_dfed :=_ccfg ();if _dfed !=nil {return nil ,_dfed ;};_ebga :=bindataFileInfo {_dae :"HKscs-B5-V",_fb :633,_ae :_be .FileMode (436),_g :_a .Unix (1580492464,0)};_dbcf :=&asset {_dd :_abgc ,_ef :_ebga };return _dbcf ,nil ; +};var _bfaf =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x44\x92\x4f\x8f\xd3\x30\x10\xc5\xef\xf9\x14\x73\x5c\x0e\x10\xff\x21\x75\x23\xad\x56\x62\x5b\x69\xc9\x61\x59\x44\xd9\x05\x09\x71\x48\xed\x49\x65\x89\x3a\x91\xe3\x1c\xfa\xed\xd1\xcc\x84\x70\xa8\x5e\xfd\xd3\xbc\xf1\x9b\x78\xea\x43\x77\xec\x52\x2c\x50\x7f\xcd\xa3\x3f\x61\x81\x21\xa6\x90\x71\x1e\x97\xec\x11\xce\x78\x89\xa9\xaa\xb4\x81\x10\x7d\xf9\x77\x64\xf1\xd7\x7e\xaa\xaa\xfa\xe9\xf1\xfd\x67\x58\x66\x5c\x8f\x87\xee\x78\xba\xcd\x05\xaf\x5d\x1a\x46\xb0\x62\x0b\xcb\xb4\x5a\x01\xea\x6f\x78\x89\x73\xc9\x37\xb8\xfb\x14\xc6\x33\xbe\x83\x80\x03\xf1\x97\x1c\x30\xc7\x74\x81\xbb\xa7\x47\xbd\xd1\xd3\x32\x4d\x7f\xf0\x8a\xa9\x80\x62\x86\x29\xb0\x56\xf5\xe1\xb9\x9f\xbe\xf4\x57\x04\xca\xf0\xc6\x90\xd9\x1b\xe6\x39\x8e\x09\xda\x0f\x4a\xed\xfe\xe3\xef\xb7\x09\x41\xaf\xde\xd7\xee\xf8\x32\x0c\x33\x16\xb0\x46\xfa\xd6\x3f\x5f\xbb\x23\xfc\xd2\xa0\x15\x98\xc6\xee\xec\xef\xb5\xf4\xc7\xf3\x18\x36\xa3\x51\x32\x88\x8f\x21\xf7\xe9\x82\xd5\xbd\xd1\xc6\x3c\xc0\x2a\xd0\xb8\x86\x91\x15\x64\x19\x7d\x64\xd4\x0b\xea\x09\xb5\x7b\x46\x67\x41\xfe\x01\x9c\x53\x52\x15\x04\x05\xae\x6a\x09\x59\x69\x6f\x07\x42\x7b\x43\xc8\x21\x23\x12\xe7\xd4\xae\xba\x37\xd6\x68\x42\x2c\xd0\xb8\x3d\xa3\xbd\xa0\x96\x8d\x8a\x91\x17\xe4\xb9\xca\x32\x42\x41\xd2\xcb\x11\xb2\x1c\xd5\xda\x33\x57\x71\x7b\x1b\x04\x05\xae\xe2\xf6\x14\x68\x15\x68\x1c\x45\xb5\x0d\x0f\xc4\xe2\x9c\x12\x24\xc6\x86\x8d\x9a\x43\x34\x62\x24\x81\x9d\x62\xe4\xc4\xe8\xf8\xc6\x96\x6f\x74\x62\x74\xf2\x25\x38\x97\x8c\x6d\x65\x6c\xad\x69\x15\xb6\x77\xa0\xff\xb4\x81\xdb\x52\xf8\x25\x67\x4c\x85\xf7\x8f\xdf\x9f\x1e\x30\x26\xdc\x56\x7b\x1a\x27\x72\xf1\xef\x6f\x00\x00\x00\xff\xff\x2b\x36\x10\x5d\x06\x03\x00\x00"); +var _ddeeb =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\x98\x41\x6f\x1c\xb9\x11\x85\xef\xfa\x15\x7d\xdc\x1c\x1c\x93\x55\xe4\x90\x04\x0c\x01\x81\x7d\x88\x16\xd8\x64\x11\xc5\xbb\x01\x82\x1c\x7a\x66\xd8\xc6\x00\xd1\x68\x30\x92\x0e\xfe\xf7\x41\xbd\x6f\xa2\x60\x83\x3d\x18\xcf\xfe\x4c\x16\xeb\x15\x8b\x64\x4b\x1f\x3f\x3f\x7c\x79\x38\x9f\x5e\x97\x8f\x3f\x5f\x9f\x0f\x8f\xf3\x75\xd9\x4e\xe7\xe3\x75\xbe\x3c\xbf\x5d\x0f\x73\xd9\xcf\x6f\xa7\xf3\xdd\x5d\xb6\xe5\x78\x3a\xbc\xfe\xf7\x9f\x92\xc3\xd3\x7a\xb9\xbb\xfb\xf8\xf5\x7c\xfa\xf1\xe1\xf1\xc3\xd7\xcf\x8f\xf6\xe1\xcf\xcb\xdb\xcb\xbc\xf1\xcf\x0f\x5f\x1e\xbf\xbf\xbc\xce\xa7\x87\xf3\xf6\xbc\x38\xf3\x8f\x6f\x97\x5b\x8c\x65\xf9\xf8\xb7\xf9\xed\xf4\xf2\x7a\xfd\xbe\xfc\xf0\xa7\xe3\xf3\x7e\xfe\x61\x39\xce\x2d\xf8\x5f\xaf\xc7\x79\x3d\x9d\xbf\x2d\x3f\xfc\xb8\x5e\xd6\x73\x7e\xff\x8f\xc7\xb7\xcb\xe5\xdf\xf3\x69\x9e\x5f\x97\x22\x36\xcf\x47\xe9\xdd\xc7\xcf\x3f\xad\x97\xbf\xac\x4f\x73\xb9\xe5\xf3\xf3\xf5\xf9\x96\xd2\xaf\x1f\x7e\xd1\x18\x0d\xf9\x65\x5e\x5f\x4e\xcf\xe7\x25\xff\x31\xa5\xfa\x3f\xfc\xf7\xef\x97\xb9\xe4\x5b\xa8\x7f\x7c\x7d\xf8\xb2\xfc\x33\x2f\x39\x2d\x56\xab\xf7\x7f\xdd\xf8\xaf\x3f\x3d\x1f\xdf\x47\xe5\x94\x30\x72\x38\x1d\xaf\xeb\xf9\xdb\xbc\xfb\x94\x92\xa5\xfb\xe5\x53\x4a\x75\x7f\xbf\x98\xe7\x20\xf5\x00\x39\xdc\x2f\xbd\xe5\x21\x74\x14\x6a\xf3\x7e\xb1\x61\x41\xd6\x2a\x12\x62\x43\xd3\xf6\x04\x0a\xe9\xb6\x1b\x77\x9f\x2c\xe5\x40\x48\xeb\xc3\x85\x2a\xa8\x0a\x99\xd0\x0e\xb4\x13\xaa\x42\x1d\x34\xee\x97\x6c\xb9\x31\xf3\x00\x3b\xde\x2f\x6d\xd4\x5d\x20\x23\x98\x11\xac\x0b\x11\xcc\x08\xd6\x02\xb9\x09\x85\x74\x23\x96\x3b\xc8\x03\xf5\x40\x79\x28\x57\x49\xf3\x2e\x92\x21\x39\xc8\x4e\xc4\x20\x16\x64\x88\x38\xc4\x83\x34\x91\x0a\xa9\x91\xba\xe5\x12\xec\x50\xc4\x42\xba\xe7\x2c\xc4\xb0\x90\xee\x39\x09\xed\x40\x3b\xa1\x28\x4d\x9e\xa0\x90\x9e\x6e\xa8\x81\x9a\x90\xc2\xcf\x0e\xea\x42\x0a\x3f\x07\x68\x08\x85\x41\xa3\x58\x76\x2b\x56\x94\xd9\x5c\x25\x95\xb4\x3e\x22\x96\xcd\x4d\x28\xe4\x56\xbf\x9a\x54\x99\x9a\xa2\x0e\xa5\x67\x21\x03\x85\xed\xd2\x86\x50\x01\x55\x8d\xaa\x42\x3b\x50\x13\x72\xa1\x0e\x1a\x42\x4c\x5c\x41\x7b\x21\x56\x3c\x80\x22\xaf\x32\x88\x75\x04\x1d\x85\x18\x35\x41\x53\x68\x27\xb4\x81\x36\xa1\xd8\xc5\x4a\x0f\x4a\x5a\x4d\x4a\x22\x67\x50\x16\x52\xf8\x8c\xa1\x90\x56\x53\x11\x72\x90\x0b\x29\x7c\xc6\x63\x48\x2b\x43\x95\xa0\x9f\x25\xad\x0c\xc2\x63\x5b\xfd\x5c\xd4\xe2\x35\x37\x90\x2a\x31\x08\x4f\x25\x42\x5a\x19\xaa\x44\x1e\xa0\xa1\x15\x09\x4f\x71\x42\x5a\x4d\x49\x68\x0f\xda\x0b\x11\x9e\x7a\x85\xb4\x6a\x24\x41\xbd\x74\x5a\xaa\xa9\x5e\x99\x7a\x85\xb4\x6a\xd8\xa6\x5e\x21\xad\x9a\xf2\x32\xea\x65\xaa\x97\xc9\xb6\x51\x2f\x53\xbd\x4c\xa9\x1a\xf5\x32\xd5\xcb\x54\x68\xa3\x5e\x16\xc5\xa9\xae\x54\x69\x39\x49\xab\xae\x15\x39\x9f\x92\x56\x5d\xa9\x1a\xc5\x09\x69\xd5\x65\xc8\x28\x4e\x48\xab\x4e\x5e\x14\xc7\x54\x1c\x1d\xb5\x6a\x14\xc7\x54\x1c\x27\x55\x8a\x63\x2a\x8e\x93\x17\xc5\x31\x15\x27\x93\x04\xc5\x31\xd9\xce\x8a\xe5\xd8\x76\xd9\xce\x8a\xe5\xd8\x76\x35\x80\xc9\x90\xd3\x00\x2e\x8f\x89\x89\x78\x74\x65\x9f\x54\x1c\x27\x7b\x57\xf6\x49\x49\x38\xd9\xbb\xf2\xd2\x41\xae\x4e\x12\xae\x24\x8a\x2a\x51\x48\xa2\x28\x89\xa2\x06\x28\x24\x51\x54\xfb\xa2\x24\x0a\xb5\x2f\xaa\x7d\x51\xac\x42\xed\x8b\x52\x2d\xca\xab\x90\x6a\x51\xaa\x45\x79\x15\x52\x2d\xda\x8e\x22\x8f\x85\xed\x28\xda\x8e\xa2\x54\x0b\xdb\x51\x64\xa8\x92\x17\x86\x8a\x0c\x55\x56\xc4\x50\x51\xed\x6b\xe4\xb5\xa3\x0b\x25\xdd\x2c\x0b\x1d\x41\xc7\x40\xf1\x94\xd8\x8e\x2e\x94\x74\x33\x13\xda\x40\x9b\x50\xc4\x6a\x5c\x30\x92\x78\x00\x22\xb1\xb6\xaa\x14\x92\x6e\x51\x69\x4f\x71\x27\x85\x44\x29\x7a\xdc\x1d\x9e\x74\xc3\x78\xd2\xe1\x1e\x49\x48\x27\x19\xe9\xd6\x92\x50\x01\x55\x8d\xca\x42\x07\xd0\xfb\x65\xe8\x7a\x6b\x6e\xc2\x93\xe3\x49\xb9\x22\x6d\x54\x85\x2f\x24\xa1\x2d\x1a\xb9\x0b\xb1\xa2\xf6\x63\xe4\x11\x6f\xfe\xfb\x9b\xfb\x7b\xcf\xb0\x27\xed\x0d\xd2\x86\x29\x47\x6d\x04\xd2\x86\x29\x47\x55\x1d\x69\x23\x8a\xe7\x69\xc7\x52\x3b\x2d\x15\x67\xdf\x53\x07\x75\x90\x9c\x74\xc2\x77\xc2\x57\x21\xc2\x77\xc2\xcb\x5c\x9f\xa0\x29\x24\x73\x63\x2f\x14\xd2\xad\x69\xc5\x41\xa1\x86\xf6\xb9\x29\xaf\x95\x12\xac\x2a\x81\xa9\x04\x2b\x49\xac\x24\xa1\xdd\x5a\x49\x62\x55\x12\x2e\x8f\x2b\x49\xac\x4a\xc2\x89\x85\xc7\x55\x1e\x5d\x2b\x1e\x88\x75\x50\x2c\x97\xc7\x09\x9a\x20\x79\x9c\x84\x9f\x84\x97\xc7\x49\xf8\x49\x78\x79\x9c\x78\x9c\xf2\xe8\xf2\xb8\x31\x71\xdb\x09\x29\xfb\x0d\x8f\x1b\xcd\x10\x79\xb9\x9e\x41\xa4\x7b\x74\xbc\x3b\xed\xe7\xea\xd2\x3c\x6a\x17\x73\x58\x34\x9b\x3b\xa8\x80\x8a\x86\xed\x98\x5a\x61\x7a\xff\x65\xc9\xf5\x5c\x22\x31\x8c\x45\x1b\xac\xc1\xaa\x58\x87\x75\x18\x73\x07\x6c\xc0\x58\x76\x85\xad\xb0\x9d\xd8\x1e\xb6\x17\x6b\xa4\x72\x80\x1d\x60\x26\x76\x84\xd1\xf9\x0c\x53\xe1\x3c\x4e\x51\x0c\xd3\xb2\x1c\x23\x49\x1b\x45\x19\x67\x8c\x65\x19\x2b\x9a\x99\x31\x96\xf5\x61\xe3\x20\x7c\x65\x7c\x75\x18\xbe\x42\xba\xc7\xe7\x95\x7b\xc6\x56\xc6\x56\x57\x6a\x19\x5b\x71\x28\x83\x15\xb1\x5b\x6e\x53\x7b\x43\x6a\x3a\xa8\x1e\x8f\x56\x0c\x53\x45\xf4\x6a\x21\xdd\xd5\x93\x6e\x6c\x97\x69\xbb\x0a\xa3\x30\x65\x6c\x17\x9b\x6f\xb8\x0a\x09\xa6\x15\x0c\x5b\x7a\xca\x46\x65\x18\xb6\xf4\x94\x8d\xa2\xdd\x32\x5c\x19\x16\x86\x76\xc1\xb0\x10\xd2\xbd\x82\xd8\x18\x3d\x5c\x03\x07\xc6\x1e\x18\x46\x07\xe9\x62\x34\x9e\xa9\x6c\x29\xa9\x20\x4e\x17\x86\x74\xa7\x09\x1d\xa3\x6e\x0c\x53\x22\x8e\x53\xa7\x31\x55\x36\xc7\xa9\x57\x86\x31\x15\x57\x2e\x57\xf1\x94\xb8\x3b\xae\x42\xb2\xe9\x9b\xd3\xdd\xb1\x15\x12\x4c\x1e\x9c\xdd\x0a\xe9\x5e\xe4\xc1\x71\x1a\x12\xc3\x08\x87\xd5\x90\xee\x45\xb6\x9c\x16\x0c\x89\x61\x6a\x07\xc7\x7e\x48\x30\x92\xc3\x7e\xc1\xbe\xae\x49\xe7\xfa\x95\xc4\x38\xc5\x2b\xf8\x2f\xda\x68\x4c\x70\x25\x7b\xbc\x74\x31\x55\xd9\x71\xc3\x4a\xba\x57\x86\xe1\xab\xe0\xcb\x60\xf8\xe2\xd6\xa5\xa5\x0b\xbe\xf4\xfc\x8d\xaa\x8a\x14\x6c\x15\x3c\xe8\x12\xf4\x82\x87\xa2\x63\x44\x45\xca\xcd\x82\x5a\xd5\x89\x4f\xab\x56\x5c\x71\x40\x2a\xae\xaa\x6e\x54\xfa\xb2\x62\xaa\xb2\xa9\xec\x60\xc5\x55\x48\x30\xc6\xb1\xab\x21\xc1\xb4\xf9\x95\xfe\xad\xb8\xe7\x70\x55\xdc\x57\xb9\x2f\x0a\xd7\xf0\x10\x92\x2d\xdd\x18\x7b\xd3\xf0\x85\x89\x86\xaf\xc6\xde\x14\xb5\x61\xc3\x58\x48\x30\x9d\x87\x86\xb3\x90\xee\xf1\x12\x6d\x9b\x6e\xaf\x6d\xd3\x4f\x00\x3d\x9a\x7a\xdb\x74\x01\x21\xdd\xe2\xee\xda\x36\x5d\x36\x48\xb7\xa6\x89\x3a\xf7\x48\xb6\x1c\x6f\xf6\xb6\xe9\x81\x46\xda\x88\xee\xda\x36\x75\x17\xd2\x46\x7c\xef\x6f\x9b\x33\xca\x35\x2a\x29\x58\x7c\x75\xdd\xa4\xf5\x91\x02\x55\x26\x56\x26\xd6\xdf\xbe\xd9\xe5\xff\x5f\xec\x6d\xab\x64\x5d\x79\x22\x76\x42\x2c\x54\x59\x08\x84\x91\x10\xbe\x2a\xb6\x4d\x4f\x17\xd2\x7a\xff\xed\xc7\x41\xfc\xfd\x69\xbd\xdc\xbd\xff\x6a\xe0\xf0\x76\xbd\xce\xf3\xab\x7e\x11\xa1\x1f\xfb\xe3\x47\xf9\xd3\x79\xbe\xff\xb2\xe3\xf2\x7c\x89\x59\xfa\xf3\x9f\x00\x00\x00\xff\xff\x39\x89\xff\xa0\x18\x11\x00\x00"); +func (_af bindataFileInfo )Size ()int64 {return _af ._fb };var _gaff =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\xbd\x4f\xcf\x2d\x39\x72\xe6\xb7\xaf\x4f\xf1\x2e\xc7\x8b\x71\x9f\xe4\x7f\x02\x85\x0b\x68\x24\xcd\xb8\x17\x9a\x31\xac\x91\x6d\xc0\xf0\xe2\x24\x83\x14\x0a\x70\x57\x15\xaa\xab\x17\xfa\xf6\x46\xfe\x7e\xa7\x65\x43\x36\x70\xb5\xe8\x7e\xea\xc6\x9b\x99\x87\xc9\x8c\x08\x06\x19\x0f\x83\x7f\xf8\xdb\x3f\xfe\xdd\x1f\x7f\xfe\xe9\xf7\xaf\x3f\xfc\xcf\xbf\xfd\xb2\xfe\x71\xff\xfe\x75\x7e\xfa\x39\x7e\xdb\x7f\xfe\xe5\x2f\xbf\xad\xfd\x75\xef\x7f\xfe\xe9\xe7\x1f\x7e\xb8\xd2\x57\xfc\xb4\x7e\xff\xeb\x3f\x81\xf5\xa7\xf7\xaf\x3f\xfc\xf0\xdc\xff\x8f\xff\xf2\xe7\xdf\xf7\x9f\xfe\xf8\xf3\xf9\xe5\x2b\x7b\x5d\xfc\xe5\xd7\xcf\xb5\x5f\x5f\x7f\xf8\x5f\xf6\x3f\xff\xf4\xe7\xdf\x7f\xfb\x97\xaf\xff\xf0\x37\xf1\xcb\xbd\xff\x87\xaf\xd8\xe7\x91\xff\xb7\xdf\x62\xff\xf6\xd3\xcf\xff\xfc\xf5\x1f\xfe\xcb\x7f\xba\xfe\x55\xfa\x8f\x7f\xf9\xf5\xd7\xff\x6b\xff\x69\xff\xfc\xfb\xd7\x85\x6c\xff\x1c\xe0\x0f\x7f\xf8\xdb\x7f\x78\xff\xfa\x5f\xdf\x7f\xda\x5f\x7f\xf8\x2f\xff\xe9\xbf\xff\xc7\xbf\xff\xa7\xbf\xfd\x8f\xff\x13\x7f\xe1\x0f\xff\xeb\xfe\xed\xcf\x3f\xfd\xf2\xf3\xd7\xf5\xfa\x1f\x5f\xaf\xf6\xff\xc8\xff\xfb\xbf\xfc\xba\x3f\x4f\xfa\xe1\x0f\xff\xf4\xc7\xbf\xfb\x6f\xe7\xfc\x79\xff\xfe\x55\xc6\xcb\x6b\xfe\xf7\x7f\xfa\xe3\xdf\x7d\xfd\x1f\xd7\xd7\xf5\xfa\x4a\x35\xf7\xd7\xff\xf9\xb9\xf4\x7f\xfb\x87\x5f\x62\x7f\x79\xd1\x0f\xc9\xb7\x59\xbf\xc4\xfe\xf3\xaf\xef\xb5\x7f\x7b\xff\xfc\xcf\xfb\x87\xaf\xaf\x1f\x5f\xaf\x6f\x5f\x5f\x5f\x3f\x8e\xd7\xb7\xe7\x5f\x7f\x73\xfd\xcd\xf5\xed\xeb\xc7\xff\xfc\xf7\xff\xf9\xef\xbf\x3d\xed\xfe\x37\xd7\xff\x70\xf9\x98\x9f\x7f\xf9\x3d\xf6\x51\xc6\x13\x7e\xbc\xce\xb7\xaf\xde\xaf\xf6\xdc\xf4\xff\xfe\xeb\x0f\xd7\xeb\xf5\xf9\xe9\x9f\xe2\x73\x43\x7a\x6e\x78\xfe\x8f\x1b\x7e\x4c\xcf\x2f\xf6\xfd\xed\x6b\x5c\xe5\x87\x1f\xdf\xd7\xfb\xf9\xf7\xfb\x3a\xfb\xdb\xd7\x6c\x3f\xfc\xf8\x4e\x37\x82\xb4\xd3\xb7\xaf\x6b\xbe\x1e\xc9\xae\x4a\xf6\xb7\xaf\x54\x90\x1c\xaf\x39\xeb\xdb\x57\xaa\x8f\x24\xfb\x98\xfc\x3c\x26\xb5\xf4\xc3\x8f\xef\xa2\xa4\x9c\xfc\xed\x2b\xd7\xe7\xc9\x55\x49\x3d\xed\xdb\x57\xc9\xf3\x87\x1f\xdf\x4d\x49\xbb\xc7\xb7\xaf\x9a\xea\x23\x59\x4a\x4e\xfd\xf6\x55\xcb\x73\x4d\xf7\x9a\xfe\xfc\xa1\xbd\x9e\x27\xf7\x50\xf2\x34\xa2\xe5\xe7\xae\xe1\x35\x63\xbd\xbe\x7d\xb5\x36\x1e\xc9\xa2\xcd\x63\xbf\xbf\x7d\xf5\xd7\xd3\xc2\xf9\x2e\x8f\x64\xee\xa7\xeb\xf2\x73\xcd\xdb\xbb\xde\xe7\x5f\x3b\xe3\x56\x72\x3f\xcf\x99\xaf\xf1\xc3\x8f\xf7\x0b\xc9\xfd\x7a\xf7\x6f\x5f\xf3\x79\xf7\xfb\xf5\x1e\x4a\x06\x3d\xda\x11\x4d\x45\xf3\xb9\xc8\xdb\xde\x4a\xde\x5c\xa4\xe8\x56\xb4\xbe\x7d\xcd\xea\x93\x42\xc9\xe6\xa2\x89\xe8\x20\x7a\x3a\x64\xd6\xf2\x48\x6e\x9f\xfd\x40\xef\xe9\x42\xe4\xc3\xef\xf3\x7c\xb2\xfa\x48\x9e\x06\x7f\xa0\xf7\x94\x10\xd9\xf0\x48\xdf\xbe\x66\x47\x12\x59\x49\xe6\xa2\x8c\xa8\x28\x2a\xdf\xbe\xe6\xe4\xd9\x51\x95\x54\x2e\xa2\x05\xd1\x14\x3d\x6f\x37\xbd\xcd\x06\x04\x6f\x97\x68\x41\xf8\x76\x0f\xcc\xc9\xfb\xc6\x52\xb2\xb8\xa8\x21\xf2\x85\x77\xfe\xf6\x75\xbd\x5e\xf4\xc1\xb6\x05\x0f\xf4\x9e\xe8\xcd\x6d\x13\xf6\xcd\x55\x3c\x6b\xfb\xac\x1d\x5c\xa5\x68\x2b\xda\xcf\x55\x7e\x86\x6d\xe7\xf1\x85\x7b\xe6\xf1\xc7\x8e\x39\x89\xab\xe8\xe2\x63\x37\x1c\xba\x21\xf3\xd2\xc7\x46\x3c\x8a\x79\xbd\xec\x99\xd3\x15\x75\xae\xa2\xff\x8e\x1f\xfe\x81\xeb\x65\x53\x8f\x1f\xe7\xf0\x71\xb2\x37\xda\x37\x87\x76\xa5\xe7\x17\x35\xb1\xfb\x7a\x14\xf0\x7a\xe5\x82\xa8\x2a\x6a\xdc\xa8\xa8\x2b\xea\xcf\x55\xa8\xda\xa5\xaa\x5d\xaa\x5a\x6e\x88\xa6\xa2\x37\x57\x25\x44\xb7\xa2\x9b\xab\x3a\x22\xfa\xeb\x7a\x4c\xf9\x7a\x95\xe7\x03\x5d\x77\x52\x94\xb8\x6a\x20\xca\x8a\xf8\x1c\x95\x67\xdd\x45\x11\x9f\x3f\xd3\xfa\xbb\x29\xa2\x73\xaa\xcf\xb2\xa9\xea\x64\xb9\x10\xf1\xda\xd7\xa3\x81\xd7\xab\x72\xa3\x1a\x08\xf4\x5e\x78\xc7\x65\x23\xd6\x7c\xae\x6a\x34\x75\x7d\x6e\x44\x97\x6c\xea\xf2\x85\x16\x5d\xd8\x79\xed\xc5\xa7\xbd\x02\x05\x2f\x88\xc2\xc7\x07\xef\x38\x68\x7d\xf8\xf8\xe0\x1d\x31\xc4\x4b\xa5\xbf\x82\xbe\x1f\x34\x42\x15\xbf\x54\xf1\x42\x53\x55\xf1\x2b\xf8\xc5\x41\xbb\xc2\x5f\xdc\xb4\x1e\x7b\xbd\xb6\x8f\x57\x7d\x27\x37\xaa\xbe\x97\xea\x5b\x33\x22\x1f\xbf\x9f\xfe\xba\x5e\xb4\x6b\xdb\x5f\x9b\xef\x88\x59\x5f\xdb\xef\xf8\xc0\x75\xbd\x78\xa1\x6d\x4f\xe0\xb2\x7a\x55\x64\x4f\x3c\x7a\x7f\x5d\x98\xc2\xa5\xde\x03\xbd\x57\x9a\xaa\xde\x5f\x8f\xae\x5f\xd7\xc5\x2f\x1e\x3b\xe7\xd8\x7a\x6e\x3c\xb6\xfe\xd1\xfb\xeb\xba\xe8\x68\xf5\xfe\x52\xc9\xfd\x68\x2a\xf9\xf5\x78\xf6\xeb\xc2\xdd\x5c\x27\x14\x61\x7c\x8d\x77\x3c\x36\x02\x25\xbf\x30\x85\xa4\x92\xa7\x47\xb1\xaf\x0b\x13\x4d\xef\xa6\x88\xc7\xb7\x82\x68\x28\x7a\x6c\xfb\x7a\x7c\xf7\x9d\xd4\x55\xa0\xf7\xd6\x10\xf1\x8b\xe9\x51\xc6\xeb\xc2\x14\xd2\x5d\x15\xf1\xd1\xd0\x9c\xa4\x62\xa6\xc7\x57\x5e\x17\xdf\x31\xe9\x2c\x93\x8a\xd9\x68\x84\x8a\x99\x16\xed\xe2\x0b\xa5\xe5\x8d\x0b\xe3\x6b\xdc\xb8\xba\x22\x3a\xda\x46\x2c\xde\x31\x05\xad\xef\x2f\xc6\xe7\xbf\x0e\xaa\xff\x7f\xe3\xec\x9d\xc2\x97\x0b\x1e\x32\xf8\xa9\xf8\x3c\x84\xaf\x35\x78\x13\x15\x0b\xb8\x18\x60\xef\xb4\xf1\x52\x40\xef\xe3\x42\x64\x77\x3e\x70\x5d\x33\x21\x4a\x8a\x70\x5c\x43\x51\x51\xc4\x77\x98\x74\xa7\xca\x90\x74\x82\x28\x7c\xd2\x09\x26\x9c\x60\x7a\xd1\x77\x3a\x41\x06\xf0\xde\x07\x37\xfa\x99\x13\xdf\x34\xa5\xa7\x5d\x0e\xea\x77\x7e\x63\x4f\x3c\x3e\xbf\xb3\xa2\xcc\x55\x05\x51\x51\x44\x47\xcd\x8e\x68\x28\x1a\x5c\x35\x11\x4d\x45\xcf\xa7\x19\xaf\x0b\xd1\x5b\xd1\xd3\x5f\x29\x2b\xda\x8a\x36\x57\x25\x44\xbc\x50\x46\x19\x12\x4e\x30\xab\x0c\x40\x1f\xaf\x8c\xa8\x29\xe2\x17\x8b\x22\x7f\xf1\xf6\x17\x69\xaa\xca\x90\x6f\x7e\xb1\xd0\xd4\xdb\x5f\xbc\xfd\x45\xde\xf1\xf6\x17\x1f\xc7\x75\x25\xfc\x62\xd6\x71\x01\x7d\x60\xae\x79\xd9\x13\x8b\x9e\xa8\x8a\xec\x89\x07\xfa\xa0\xa3\xf3\xb2\xa9\xa8\x5f\xc2\x10\xb3\xea\x07\xf4\xf1\x52\xd4\x15\x3d\x56\x97\x1a\x7d\xbf\x42\x51\x70\x15\x5d\xa8\x46\x02\x57\x6a\x3e\xfe\xd3\xd4\xe7\x6b\x8f\x8b\x1b\x83\xaf\x9d\xf1\x8b\x09\xed\xce\xfa\x45\xa0\x8f\x8b\x8e\xd6\x2f\xe6\xa0\xbf\x88\x0f\x72\xd8\x5f\x41\x7f\x5d\x8a\xec\xaf\x07\xae\xd4\x7d\xd6\xad\xe8\xe6\x2a\x3a\xda\x91\x1e\xb8\xd2\xf0\xf1\xb6\x3e\x68\xfd\x45\xdf\x6b\x0a\x99\xb8\x32\x61\x1d\x79\xdb\x08\x34\x7a\xe0\x92\xb2\x1a\x0d\x5c\x69\xf0\x8b\x3a\xd4\xbc\xe9\xaf\x8b\x8e\xd6\xa1\x02\x57\xc2\x3a\xf2\x56\xe5\xf0\xb1\x83\x88\x2b\xeb\x63\xf3\xa6\xf5\x93\x46\xe8\x50\xf3\x13\x4f\xf4\x71\xf9\x78\x9b\x8a\x0d\xa5\xe9\x8d\xf6\x2a\x36\x34\x70\x82\x59\x1b\x02\xae\xac\xfa\xea\x63\x81\x3e\x08\xba\xb2\x3e\x16\xb8\xb2\x8a\xa9\xa5\x01\x7d\x24\x45\xbe\xe3\x13\x35\x5c\x59\x95\x33\x6a\xc8\x87\x5e\xd5\xac\x8e\xbd\x8a\x3d\x66\x3a\xda\x90\xfa\x2e\xd8\xe3\x20\xa4\x2a\xda\x63\x21\xb6\xc8\xbc\x76\x31\xb6\x28\xc4\x16\x23\x29\xea\x8a\x9e\x9e\xc8\x34\xb5\x18\x35\x00\x7d\x10\x2c\x15\x3d\x71\x79\xf3\x8b\x78\xf5\xa2\xf1\x01\x7d\x60\xa2\xe5\xa6\x27\xca\xcd\x3b\x7e\x44\x36\xe2\x46\xef\x09\x96\x8a\x26\x5a\x9e\x48\xe1\xca\x58\x6d\xb9\x87\x22\xbe\x10\x31\x4f\xd1\x44\xcb\xcd\x2f\xe2\xe8\x8b\xc6\x07\xf4\xc1\x08\x51\x8c\x6e\x0b\xf6\x98\xb1\xda\xa2\x3d\x16\xed\xd1\xc7\x6b\x8f\xe5\x31\xab\x2b\x33\x60\x17\xcd\x0a\xe8\x23\x7b\xa3\x8d\x20\x02\xc9\xd5\xc7\xbf\x15\xbd\xb9\x8a\xfe\x32\x02\x29\xd8\x63\xae\x8a\x42\x11\x1a\x4d\x64\x54\xb4\x47\xe0\xca\x8d\x9e\xd0\x1e\x8b\xf6\xe8\x0b\x69\x8f\x25\xe8\x2f\x86\xcf\xa2\xf1\x95\xa0\xbf\x88\x9f\x8a\x41\x49\x09\xda\xc5\xc8\x55\x34\x3e\xa0\x8f\xe2\x8d\xb6\xeb\x81\x2b\x77\xba\x50\xe3\x03\xfa\x28\x8a\x6c\xea\xa6\xf5\xc4\x4f\x65\x7f\x44\xb4\x9e\x28\xab\x18\x48\x00\x57\x26\xae\x2f\xea\x7d\x51\xef\x89\xb2\x8a\x7a\x5f\x0e\xdf\x91\x21\xa0\x18\x22\x00\x7d\xf8\x39\x8c\x83\xcb\xa3\xc5\x57\xc1\xd5\x96\x63\x53\xd5\x68\x62\xb1\xa2\x46\x17\x34\xba\xe0\x1e\x9d\x12\xde\xf5\xd1\xe8\xab\xe0\xbf\xaa\x1a\x0d\xf4\xc1\xb0\x5e\x1d\x61\x80\xab\x5c\xf9\xfb\x43\x71\xd5\x06\x2a\x91\xf3\xa8\x3e\x77\x2a\xba\x79\xc8\x40\xb4\x14\xd1\x77\xc4\x65\xd5\xd0\x03\xb8\x0a\x96\x52\x1d\x93\xaa\x36\x80\xca\x54\x6d\x00\xb8\x4a\x52\xe4\x9b\x38\x26\x11\x97\x55\xc7\x24\xe0\x2a\x58\x4a\x35\x72\x06\xfa\x68\x3c\x5e\xb3\xa8\x8f\x29\x5c\x85\x39\x44\x75\x98\xaa\x37\xed\x6a\x8a\x6c\x17\xe3\x48\x41\x49\xab\xe3\x48\x75\x1c\x21\x66\xa9\x2a\x7c\x5d\x7c\x87\xe2\x55\xb7\x22\xbe\x03\x83\x46\x5d\xbe\xf6\xa3\xa4\x57\x21\x24\xaa\x2a\x29\xd0\x07\xea\x57\x8d\xaf\x2b\x7a\x5b\xaa\x22\x3f\x0d\x33\xc8\xc1\xd0\x52\x9d\x41\x56\x7c\x7f\xc1\x06\xaa\xea\x57\x83\xfe\xea\xf4\xbd\x01\x4e\xc5\xf7\x97\xce\x2f\xea\xfb\xab\xbe\xff\x23\xf2\x59\x9b\x77\xec\x34\x75\xfb\x8e\x9b\xfe\x42\xe1\xab\x8e\xbe\xa2\xdd\x85\xd1\xa6\xaa\xdd\x55\xed\x46\xe1\xab\xda\x5d\x0f\xcf\x22\xa2\x67\xdd\xe1\x01\x9f\xa5\xc8\x67\x11\xed\x96\xa9\xc8\x67\x1d\x9f\xc5\x3b\x9e\xcf\xb3\x1e\xbd\xad\x78\x75\x17\x2e\xee\x46\x18\x54\x51\xf8\xa6\x92\xb6\x37\x0a\x40\xa8\xd7\x0c\x80\x81\xab\x32\x86\x37\x3d\x31\xd0\x07\x41\x5c\x33\x58\x02\xae\xca\xe8\xdc\xd4\xd5\x66\xb0\x34\xfc\xc5\xb7\xa2\x37\x57\x29\xba\x15\xf1\x69\x87\x8d\x58\x8a\x68\x2a\x23\x6a\xd3\x85\xb7\x9b\x4f\x4b\xa8\xd7\xd4\xd5\x86\x0b\xaf\x84\x7a\x4d\x17\x0e\xf4\x41\x7f\x35\xe7\x82\x0d\xf5\xad\x8c\x5c\x4d\xf5\x6d\xaa\xef\x18\x88\x6c\x3d\x2e\xbc\x26\x6f\xf4\x17\x99\xf8\x0d\xc6\xf0\xa6\xbf\x6e\x04\x4b\x15\x4f\xdc\x0c\x96\x9a\xc1\x12\x63\x78\x33\x58\x02\xae\x8a\xf7\x6c\x2a\x79\x53\xc9\xf1\x52\x4d\x25\x6f\x38\xe7\x5a\xbc\x31\x14\xf1\xd1\x18\xe9\x9b\xce\x19\xb8\x58\x49\xba\x9b\xce\xb9\xa9\xe4\xf8\xb2\xa6\x92\x37\x94\xbc\x12\xea\x35\x95\xbc\xe9\x9c\xd1\x89\xa6\x73\x06\xae\x4a\xa8\xd7\x9c\x31\x02\x7d\x30\x17\x6c\x61\xbb\x08\xa9\x2a\x06\xd3\x0c\xa9\x80\x3e\x59\xf0\x68\x7a\x75\xe0\xaa\x18\x4c\xd3\xab\x03\x7d\xbe\x14\xf9\x1d\x1f\xbb\xb9\x2a\x1e\xa0\x39\x23\x00\xfa\x24\x34\x6e\xce\x08\xda\xe6\x17\xb1\xc7\x66\xcc\x03\xf4\xa9\xae\x3a\xaf\x6c\xac\xa7\x54\xf4\xbe\xed\xcf\xe3\x17\x57\xd1\x5f\xda\x10\x70\x55\xd5\x57\x1b\x6a\x0c\x07\x93\x38\xa5\x39\x1c\x00\x57\x55\x31\x0d\x83\x80\x3e\xf1\xea\xcd\x30\x88\x45\xbc\xab\xaa\x72\x1a\x1f\xd0\x5d\x5a\x6b\x2e\xb1\x34\xd6\x53\x2a\x13\xa1\xe6\x38\x02\xf4\xa9\xc1\x18\x19\x01\x57\x55\x01\x1c\x5a\x1a\x93\x97\x79\x79\xa3\xad\xd7\x44\xe7\xf3\x85\x5c\x37\xbc\x3b\xe3\xc8\x24\x9c\xed\x9a\x68\xc7\x1e\x1b\x1d\xdd\xb5\x47\xa0\x4f\x0c\xa6\x6b\x8f\x1d\x1b\x6a\x2f\x45\x68\x4e\xc7\x86\x26\x21\x68\xd7\x86\x3a\x36\xd4\x88\x70\xbb\x36\x04\xf4\xc9\x08\xd3\xb5\xa1\xfe\x8c\x0a\x57\x63\x95\xaa\x3b\x2a\xf4\xdb\x5f\x9c\x88\xfc\x45\x26\x2f\x8d\x78\xb3\x1b\x19\x01\x7d\x7e\x44\xf4\x44\x5f\xfc\x22\xf6\xd8\x8d\x79\x3a\x36\x34\x19\xad\xba\x36\xd4\x17\xcf\x22\xca\xea\xcb\x67\x2d\x9f\xa5\xe8\xf3\xac\x9b\xab\x68\x84\xa3\x02\xd0\x27\x63\x5a\xd7\xac\x3a\x36\xd4\x8a\x8f\xb7\x27\x08\x70\x66\x6a\xdf\x1f\x8a\xbb\x43\x0b\x70\x35\x42\x0f\x17\x70\x85\x3e\xf1\x19\xdd\x29\x4a\x0f\x3e\x4d\x51\xe4\xa7\x79\xec\xa9\x4f\xe2\xd8\xae\x3d\x75\xe2\x9f\xc6\x80\xdd\xb5\x14\xa0\x4f\xe2\xd8\xee\x00\xd4\x59\xcd\x69\xd5\x1b\x6d\xb6\xc6\xc3\x50\xdc\x35\x1e\xe0\x6a\x98\x58\x77\x4c\x02\xfa\xb4\xef\x1c\x93\x3a\x63\x52\x63\xb1\xb5\x3b\x26\x75\x66\x1a\x33\x2b\xb2\x5d\xcc\x34\x1a\x43\x5e\x77\xa6\xd1\x19\x93\x26\x03\x76\xd7\x9e\x80\xab\x75\x6f\xfc\xb4\x8b\xee\x24\x12\xec\x9a\x58\x67\x9d\xa6\x61\xae\xdd\x09\x03\xd0\xa7\xdf\xe1\xf8\x99\x89\xcb\xda\x50\xa4\x16\x11\x97\x4d\xe2\xc5\xae\x3d\x75\xcc\xa2\x8d\x47\x6f\x5d\x2a\xbf\x87\x36\x80\xdb\x1d\xda\xc0\x78\x7b\x63\x41\xc4\x8d\x03\xed\x66\xfd\xfc\x1e\x6a\xf7\xb8\x6d\x04\xcf\x32\xc8\x1f\x84\x2e\x1d\x13\x1b\x2a\x29\xd0\x5d\x0b\x1f\xf7\xad\xe8\xe6\x2a\x45\x4b\x11\x1f\x0d\xe7\x3c\x0c\x70\x80\xab\x27\x7f\x71\x2b\xa2\x73\x08\xe2\x86\x53\x81\x81\x0d\xb8\x86\x3d\xb4\x01\xa0\x4f\x5c\xf8\x70\x68\x21\x07\x70\xb9\xa8\x3c\x1c\x47\x06\x53\x81\x59\xbd\x71\x28\x7a\x2c\xc5\x85\xe0\xa1\xa5\x0c\x2d\x85\x50\x6f\x68\x29\x03\x1b\x70\x89\x77\x68\x03\x43\x1b\x60\x38\x18\x2a\xf9\x60\x1c\x71\xdd\x74\x38\x8e\x0c\x46\x88\x49\x40\x38\xd4\xe8\xc1\x08\xe1\x2a\xe6\x50\xa3\x07\x41\xfe\x64\x38\x18\x0e\x07\x83\x65\x46\x57\x1e\x87\x5a\x08\xf4\x89\xae\x0e\x67\xc5\x03\xdf\xdf\x9b\x57\xf9\x2c\x7d\x3f\xeb\x6d\x43\xdf\x0f\x5c\x1d\xf5\x1d\xfb\xf3\x78\x46\x9b\x8f\xc8\xcf\xc1\xb4\xd5\xc5\xb5\xe1\xb4\x15\xe8\x93\xe0\x72\xa8\x85\xc0\xd5\x51\xdf\xa1\x16\x0e\xbd\xfa\xe7\x46\xdf\x11\xc5\xec\x9d\xaf\xad\x62\x0e\x15\x93\x61\x6a\xa8\x98\x03\xc5\x74\x5d\x6c\xaa\x98\x93\xf5\xef\x8e\xae\x4e\x3d\xf1\x54\x31\xbb\x57\x4d\x45\xa8\x09\x23\xfd\x34\x3e\x07\xfa\xec\x17\x22\xbe\xd0\x24\x3e\x1f\xa8\xef\xd4\x5f\x03\xdd\x84\xc8\x74\x49\x1c\xb8\x5c\x46\x9a\x2a\xf9\xd4\x85\x77\x45\x45\x51\xe1\xaa\x8a\xa8\x2a\xaa\x5c\x45\x23\xf4\xea\x13\x17\xee\xd2\xcf\xd4\x85\x4f\x4d\xa1\x7b\x23\x7d\x3f\x51\x4c\x97\x58\xa6\x8a\x09\xf4\x89\xb9\x4f\x03\x9c\x49\x14\xef\x62\xc0\x5c\x9f\x1b\xf9\x68\xf4\xea\xd4\x5f\x4f\xa2\xf8\xc1\x1a\xdb\x54\x0b\x81\x3e\xbb\x22\x5f\xfb\xd1\xbc\xcb\x49\xf7\x74\x99\x72\xea\x57\xed\x7b\xb5\x70\x12\x94\x0c\x1c\xcc\x54\x0b\xa7\x41\x09\x61\xf6\xd4\xd5\x02\x97\x93\xc8\xa9\xab\x05\xfa\x1c\xde\xe8\xe7\xc0\xfb\x3a\x3d\x9c\x7a\x5f\xa0\x4f\xa2\x86\xe9\x8c\x00\xb8\x9c\xe5\x4d\x03\x9c\xa9\x8f\x26\x9c\x9d\xfa\x68\xe0\x1a\x95\x46\xe8\xa3\xa7\x3e\x9a\xd8\x62\x6a\x1d\x13\x1f\x3d\xaa\x8f\xb7\x57\x59\x33\x9a\x2a\x93\x6b\x46\x13\x83\x19\x55\x91\xaf\x6d\x18\x44\xd0\x3b\x0d\x83\x80\xcb\x09\xda\xd4\x6d\x03\xdd\x2c\xd9\xd4\x6d\x4f\xc2\xa0\x81\xa5\x4d\xc3\xa0\x69\x18\x84\x5f\x9d\x86\x41\xc0\xe5\xd4\x6b\x6a\x56\xf3\xa0\x39\x44\x33\xd3\xc8\x68\x62\x30\x43\xf5\xd5\x60\xa6\x06\x43\x34\x33\x35\x18\xe0\x72\x22\x34\x8d\x8c\x80\x3e\x67\xff\xfe\x50\x3c\x0d\x9c\x26\xd3\x1d\xe7\x49\xd3\xc0\x09\xe8\x26\xee\xa6\xd3\x1d\xe0\x72\x06\x64\xa6\xf4\x7e\x33\x68\x38\xb7\x79\x3b\x68\xbc\x0d\x9c\xa6\x57\x0d\x45\x68\x11\xdd\xf9\x76\x8a\x02\x0c\x33\x7e\x6f\xa7\x28\x6f\x06\x8d\x41\x77\xbe\x1d\x34\x80\xf1\x7a\x29\xf2\xc6\xc7\x93\x5f\x93\x05\xd7\xb7\x91\x0d\x30\x5e\x04\xc0\x6f\x8d\xe7\xcd\x5a\xe7\x24\xbc\x7a\x1b\x48\x00\xe3\x85\x51\xbf\xf5\xc4\x6f\x62\x0b\x43\x84\xb7\x9e\xf8\xfd\xd8\xc0\x78\x11\x00\xbf\xb5\x81\x37\x6e\x77\xb2\xa4\xf4\x56\xb1\x80\xf1\xb2\x11\xba\xdd\x37\x2b\x8f\x8e\x6f\x6f\x27\xa4\xc0\x78\x61\xfa\xef\xfd\x79\xd6\x33\xe4\x39\x26\xbd\xf5\xb1\xc0\x30\xab\xf9\x56\xd7\xde\xe8\x87\xe3\xc8\x5b\xfd\x00\xaa\xb1\xe7\x5b\xb7\xfb\x46\x3f\xf4\xfd\x6f\xf5\x03\x18\x2f\xc2\xe4\xb7\xfa\x41\x2e\xfb\x9a\x4c\xe0\x4d\x66\xdf\x37\x73\x54\xbd\xd4\x6d\x00\x0c\x8c\x17\x91\xf3\xed\x4a\x09\x70\xe9\x59\x6e\xa7\xad\xc0\x78\x31\x21\xbd\xfd\xda\x37\x73\x54\x7d\xc6\xad\x27\xbe\xdf\x7c\x34\x7c\xd9\xed\xd7\xbe\x9f\x2f\x7c\x69\xc1\xb7\xeb\x29\xf7\xe3\x9c\xc7\xeb\x52\x74\x14\x1d\xae\xe2\x17\x5d\x4f\x01\xc6\x8b\xf8\xfa\xd6\x5f\xdf\x38\xe7\xc9\xec\xe0\xd6\x39\x03\xc3\x94\xef\xad\x73\x06\x2e\xed\xe9\xd6\x39\xdf\x4f\x7c\x3d\x5e\x97\x8f\x1f\x8a\x68\xfd\xf4\x46\x5b\xaf\xca\x11\x5f\xdf\xaa\xdc\xfd\x78\xcf\xa4\xae\xde\x7a\x4f\x60\x98\x18\xbe\xd5\x2f\x20\xfd\x55\x64\xbb\x82\x5e\xc5\x5f\xdf\xce\x18\xef\xc7\x09\xa6\x17\x2b\xb5\xb7\x4e\xf0\xde\xb4\x4b\x91\x9a\x73\x3f\xa3\x73\x32\x4d\x7b\x3b\x3a\x03\xe3\x95\x15\xa1\x39\xf7\xa1\x5d\xb8\xca\x5b\x67\x03\x8c\x17\xba\x7a\xeb\x6c\xee\x47\x5b\x92\x69\xda\xdb\xd1\xf9\x3e\xfc\x22\x93\xee\x5b\xcd\xb9\x1f\x6d\x49\x2f\xc2\x8d\x5b\x37\x02\x0c\xf3\xce\xb7\x7e\xe2\x86\xde\xf1\xc2\xbd\xdd\xfa\x09\x60\xbc\x8a\x37\x6e\x45\xbc\x23\xee\x6d\xa9\x72\x40\x7a\xa1\x85\xeb\x9d\x14\x61\x8f\x0c\x2d\xcb\x15\xbe\xf5\xa6\xa9\x0c\xeb\x4b\x2d\x5c\xaa\x1c\xb1\xeb\x52\xe5\x80\xf4\x42\x7d\x97\x0e\x66\x3d\x9a\x37\xec\xaf\xe5\xb2\x08\x90\x5e\xdd\x46\xdc\x8a\xe8\xc2\xa2\x68\x29\xe2\x85\x70\x69\x4b\xc5\x04\xc6\xab\xd8\x54\x5e\x68\x3d\x0a\x94\x5e\x0c\x79\xcb\x61\x7d\xdd\x58\x1a\x7d\xbf\xd4\x9c\x75\xf3\x8b\x38\xfa\xa5\xe6\x00\xc3\x44\xfa\x32\xc2\x5d\x8b\x8f\xc6\x5a\xc3\x32\x1f\x0e\x8c\x17\xc3\xd4\x72\x59\x04\x48\x17\x8e\x6f\x19\xce\x02\xe3\xc5\x14\x67\x19\xce\xae\xc7\xf1\xa5\xeb\xe5\x8d\xb6\x6b\xf1\x69\xab\x8f\xb7\x73\x9e\xd8\x35\x5d\xb8\xa1\x65\xec\x0a\x8c\x57\x55\x64\x53\x1f\x48\x17\x1e\x60\xad\x4f\x53\xe9\x09\xa6\x4b\xcb\xc5\x93\xf5\xc4\x16\xe9\x62\xb1\x69\x19\x5b\x00\xe3\x45\xbc\xb9\xb4\x8e\xf5\xa8\x7f\xba\xb0\xda\xe5\x72\xe0\x0a\xbe\x23\xfa\xb5\x74\xb5\x40\xba\x98\xa3\x2e\x23\x90\xa5\xf7\x45\xbf\x96\xde\x77\x3d\x11\x48\xba\x92\x22\x9b\x1a\xf4\x2a\x81\xea\x32\x02\x01\x92\x79\xe7\x65\x04\x02\x8c\x57\xb3\x11\xb6\x1e\xe3\xbb\x88\x8c\x96\xc6\xb7\x36\x7d\xaf\xae\x1a\x5b\x00\xe9\x22\xb0\x5f\xc6\x16\x4b\x7f\xaf\x62\xea\xef\xd7\xa6\xf5\x58\xda\xd2\x6a\x97\xfe\x9e\x48\x72\xe9\xef\x81\x74\x95\x7f\x47\xae\x78\x19\x98\x2f\x87\x83\xee\xaf\xfb\x26\xd0\xac\x2e\xa6\x61\xcb\x38\x63\x1d\x94\x81\x01\x7b\x39\x1c\xac\x83\x32\x10\x12\x2d\x23\x88\x75\x78\x96\x7a\xab\xb9\x2e\x6c\xf3\xe2\x6b\x85\xb6\x09\xa4\x8b\xc8\x26\xb4\xcd\x78\xa3\x45\x78\xe2\xd0\xc4\x02\x7b\xba\x88\xd5\x43\x7b\x8a\x37\x8f\x27\xe4\x0e\x8d\x27\xde\x3c\xbe\x2b\xa2\xa9\x71\x63\xe7\xc4\x2c\xa1\xbf\x06\xd2\xc5\xa0\x11\xfa\x6b\x60\x5c\x2f\x45\x55\x11\x7d\x47\x08\x19\xc6\x03\xc0\xd0\x2c\x42\x13\x8b\x9b\x2f\x6f\x53\x9d\x31\xc6\x33\x3d\x1c\x12\x2d\xc2\xe9\x21\x90\x2e\x86\x83\xd0\xea\x62\xf9\x8b\x15\x91\xbf\xb8\xf8\xa6\xc4\x3c\xa1\xf1\xc4\xf2\x17\x79\x6d\x2d\x25\x1e\xb3\x48\x89\x10\x21\x34\x8b\x58\xfc\x22\x43\x5e\x68\x16\xf1\x28\x7c\x4a\xde\xa8\xc2\x03\xe3\x62\xc8\x0b\x15\x3e\x1e\x25\x4f\x89\x91\x2b\x5c\x07\x04\x86\x74\x8c\x50\xe1\xe3\xd1\xd5\x64\x06\x3e\x0c\x93\x03\xbd\xd5\xc4\x42\xbd\x0d\x06\x8d\x84\x0d\x84\x83\x06\x30\x2e\x86\xbc\x70\xd0\x88\x47\x73\x52\xc2\xf7\x87\x9a\x13\x44\x0d\x17\x0b\x4f\x61\xd4\x10\x38\x7a\x88\x7c\x77\xa8\x39\xc0\xd0\x10\x43\x47\x0f\xa4\x84\xb3\xd9\x2a\xd3\xc6\xab\x5f\x49\x51\x56\x54\xb8\x6a\x20\xaa\x8a\x2a\x57\x75\x44\x4d\xd1\xd3\xf7\x09\x07\xb1\x55\x39\x60\xc8\x1c\xd9\xc6\x16\x40\x4a\x38\x88\xad\xa3\x07\x86\x46\xbd\x55\xcc\x8d\x57\x4f\x98\xfe\x56\x31\x81\x71\x11\xea\x6d\xbd\xfa\x7e\x62\x8b\x64\x3e\x7c\x1b\x5b\x00\xe3\x62\xe6\xbf\x9d\x0b\xee\x9b\xd6\x63\x8f\x5b\xc5\xdc\x04\x12\x17\x59\xcd\x6d\x20\xb1\xd1\x55\xf3\xe1\x5b\x5d\xdd\xea\x2a\x03\xf6\x56\x57\xf7\xcd\x77\x44\xa3\xb7\x8a\x09\x0c\xdd\xc8\x56\x31\xf7\xa3\x79\x29\xa1\xd1\xdb\xe5\x07\x60\x5c\x7c\xb4\xad\x0b\xdf\xf8\xd8\x44\xe8\xb2\xf5\xb1\xc0\xb8\x58\x59\xda\x86\x1b\xfb\x51\xb3\x94\x5f\x8a\x7c\x56\xf8\x2c\x9a\x1a\x9f\x67\x3d\xfd\x65\x46\x79\xeb\x3d\x81\x21\xd3\x66\xeb\x3d\xf7\xa3\x72\x29\xa3\xab\x5b\x95\x03\xc6\xc5\xe0\xbf\x75\x95\xfb\x71\x95\xc9\x8c\xf2\xd6\x55\x02\xe3\x2a\x8a\xfc\xda\x0f\xa4\xac\x9a\x38\x0d\x03\xc6\xc5\x48\xbf\x75\xa8\x40\x32\xef\xbc\x75\xa8\xc0\xd0\x17\x6e\x3d\xe6\x7e\xbc\x64\xca\x2a\xc0\xfe\x34\x55\x02\xa7\x8f\xc7\x0d\x6d\xc2\xa0\xcc\x7c\x77\x1b\x06\x01\xe3\x62\xd5\x65\xeb\x31\x81\x94\x7d\x21\xd7\x2d\xb6\xd6\x41\xd4\xb0\xb5\x8e\xfd\x44\x46\x29\xdb\x08\x23\xa3\x8d\xab\x95\x73\xb4\x35\x98\x8d\x75\x64\x02\x89\xa3\x75\x1c\x4c\xc1\x54\xf4\xd1\x14\x8e\xa6\x80\xdb\x3e\x9a\xc2\x41\xc9\x4d\x45\x1f\x95\xfc\xa8\xe4\x04\x12\x47\x25\x3f\x28\x79\x6e\x3e\x2b\x14\xf1\xd1\x08\x24\x8e\x4a\x7e\x16\xbf\xc8\x24\xe1\xe8\xe5\x80\x71\x11\x48\x1c\xa3\x06\x20\x65\x26\x68\xc7\xb5\x06\x60\x5c\x36\x42\x5f\x78\x70\x7c\x99\xf4\xcd\x59\x9f\xc7\xd3\xd1\xcc\x54\x8e\x8b\x60\x87\x68\x39\xe3\xef\x8f\xf1\xc0\x61\xea\x75\x11\x6e\x1c\x43\xe3\x83\x62\x16\xfc\xfd\x51\x31\x8f\x8a\x09\xe9\xec\xa8\x98\x07\x95\x33\x31\x7c\x54\xb9\xc3\x50\xec\x00\x76\xd4\xaf\x83\x9a\x98\xc0\x3d\xaa\xc9\x51\x4d\x7c\xed\xfd\x79\xd6\xf3\xd1\x4a\xfa\x77\xe4\x8a\x8f\xde\xf3\xe8\x3d\x71\x36\x47\xef\x09\x24\xf3\xbb\xc7\xd1\x19\x18\x57\x53\x64\xaf\x3c\x91\x77\x2a\xe8\xed\x71\xfe\x06\x0c\x79\x64\x47\xb7\x0b\x24\xf3\xbb\x47\x8d\x3c\x6a\x64\xf3\x46\x3f\x0d\x1a\x59\x70\x23\x47\x8d\x04\xc6\x45\x30\x7d\x0c\xdf\x81\x54\xb2\x37\xda\x05\x84\xef\x0e\xd8\x47\x25\x3d\x68\x64\x79\x8c\x7a\x49\x63\x16\xc6\xd5\x2f\x44\x49\x11\xad\x7f\x8c\x67\xbd\x70\xe1\xc2\xb8\x9e\xc8\x66\xbd\x98\x31\x2e\xd8\xce\xa9\x3c\x66\xb1\x64\x3b\x0b\xe3\x7a\x5c\xe5\x92\xee\x2c\x24\x32\xca\x4b\xba\xb3\x30\x08\x11\x16\xd4\xe7\x07\x68\x57\xf5\x17\x0f\x22\x26\x7e\x57\x47\x74\xdb\xd4\x9b\x76\x35\x5a\x7f\xdb\xae\x27\x18\x1f\x57\xa7\x11\x64\x22\x85\x54\x9e\x8e\x5e\x90\xa6\x7f\x5c\x2f\x47\xfa\xc1\x3b\x62\x03\xeb\x45\xb4\x5b\x06\xcf\x5a\x36\x82\x68\xf7\x9a\xb4\x0b\xed\x5e\x10\xa3\x53\x79\x14\x7e\x49\x8c\x16\xc6\x35\x79\x7c\xf8\xac\x07\x52\xf9\x88\x9a\x22\xda\x35\x69\x57\xd8\x2e\xa2\xdd\xf2\xc4\x16\xeb\x15\xb6\x8b\x68\xf7\xfa\x88\xec\xc2\x90\x3f\x4f\xbb\xf0\xc4\xc2\xb8\xa6\x8d\xf8\xb4\xeb\x70\x15\x9d\x43\x3c\x20\x8c\xe4\x8d\xdb\xfe\xc2\x2c\xea\x8b\xc7\x6f\x1f\x8f\x59\xa4\x17\x3d\xb1\xfd\x42\x98\x45\xbd\x68\xea\xf6\x0b\x11\x82\xa6\x17\x5f\x7b\xdb\x08\x42\x50\x12\xc3\x4b\x52\xf5\x7a\x31\xd5\x24\x0c\x5a\xb0\xa9\x1f\xa8\x5c\x45\xbb\x8e\x3d\x81\x16\x42\x31\x5c\xaf\xe3\xe3\xd1\xc2\xfa\x78\xe2\x25\x11\x7a\x5d\x8f\x7e\xa5\xfa\x8c\x5c\xeb\x52\xbf\xe0\x43\x8f\xf4\x84\x54\x0b\x52\xf4\x03\xbc\xd0\x33\x42\x2c\x59\xcf\xeb\xc2\xe3\xa5\xcb\x67\x6d\x45\x3c\xfe\x71\xa8\xeb\x52\x99\x2e\x26\x6b\xe9\x09\x70\x16\x14\xe5\x07\xe8\xe8\xc6\xe3\x09\x1b\xd7\x75\x3f\xbe\x0c\x6e\xe2\xba\x6e\x6f\x7c\x46\xe4\x54\x1b\xed\x62\x66\x26\x0c\xb8\x89\xeb\x62\x66\xb6\x2e\xa6\x61\x15\xeb\xb8\x96\x4d\x7d\x60\xa4\xac\xa8\x2b\xa2\xf5\x4f\xc8\xbe\xa0\x3b\x7f\x60\xa4\xcc\x0b\x31\xac\xaf\x6b\xd1\xae\x4e\x23\x96\xed\x42\x31\x93\xfd\xa5\x62\xc2\x61\x4e\x64\x5b\xd7\xa5\x62\x02\x23\x3d\x7e\x62\xc9\x67\x5e\x17\x3e\x96\x3c\xea\xba\xd4\xaf\x8b\xa9\x13\x9c\xc9\x75\x31\x75\x5a\xd7\xa3\x5f\xa9\xa2\xab\x57\x7c\x1e\x4f\x4f\x64\x1a\x11\xf6\xc4\x33\xba\xa7\x86\x7e\x49\x71\x5e\xd0\x9a\x07\xdb\x3f\x16\xdc\xe6\x07\x06\x57\xf1\x2c\x55\xee\x52\xe5\x0a\x3d\xa1\xca\x01\xa9\x5d\x74\xa1\x2a\x77\xa9\x72\x7e\x5a\x55\x0e\x76\x72\x6a\x7e\xda\x63\x47\xe3\x44\x13\x9e\x49\xa6\xb2\x90\xc8\x90\xae\xeb\xf8\xda\xc7\x76\xf1\x8e\x6a\xe1\xc5\xea\x06\x19\xd2\x75\x1d\x1b\x41\x38\x0b\xe3\x73\x49\x5e\x16\x52\xe3\xd3\x4a\x5e\x16\x52\xe3\x3b\x26\xdd\x23\x84\xe5\x91\xaa\x57\x4d\x45\xbc\x10\x3d\x91\xf4\x72\x89\x25\x29\x82\xde\x05\x6b\xf9\x81\xc7\x03\x34\x6f\xd4\x33\x25\x15\xf3\xf1\xf7\x4b\xa6\xf2\x4a\x4f\xa8\x98\xda\x33\xa2\xae\xc4\x92\xc1\x4a\x37\x4d\x6d\x3e\x6b\x2b\xa2\xa9\xcd\x67\x1d\x45\xcf\x1c\x24\x75\x1a\x41\x70\x29\x24\x32\x99\x2b\x2d\x5f\x88\xb5\x86\x84\xbf\x4f\x6a\x74\x22\x44\x20\x93\xb9\x92\xee\x11\xf2\xf3\x80\x04\xba\xd2\xb2\xa9\x8b\x77\xfc\xdc\xe8\x3b\x32\xf3\x4f\xf8\xe8\x14\x3e\x3e\xe8\x2f\xfc\x6a\x0a\x1f\xcf\xe0\x0f\x09\x74\x25\x06\xff\x95\x82\x5f\x1c\xe9\xbb\x43\xf1\x4a\xaa\x72\x0a\xf4\x63\xd0\x20\xfd\x22\x90\xc8\x57\x2e\x49\xd5\x0b\x3e\xf4\x48\x28\x3c\xa4\xe8\x07\x2a\x57\xd1\x77\x2a\x69\x62\x9a\x9e\x26\xcd\x56\x49\x81\xd4\xf1\x65\x49\x25\x85\x41\x3d\xd2\xe7\x46\x7b\xf8\x81\xd4\x2f\x1e\x7f\xec\xe1\x07\x06\xbc\xce\xe5\x16\x28\x21\x91\xfb\x5c\x49\xbf\x98\xd0\xc8\xec\xe3\xd5\x48\x20\xb1\x59\x68\x25\x86\xf5\x95\x70\x95\xc4\xea\x2b\xe9\x2a\xa1\x5e\x27\xb6\xef\x2c\xa9\xd7\xc2\xc8\x97\xa2\xa4\x88\xd6\x3f\xe1\xc6\x92\x41\x2d\x0c\x22\xfa\x95\xd5\xc8\x4c\xbc\xc8\x9e\x91\x05\xc1\xfa\x03\x23\x63\x62\xf2\xac\x57\x66\x90\x25\x5f\xb9\xb2\x83\x2c\x30\xf2\x33\x21\x5d\x59\x55\x06\x7a\x63\xa4\x97\x7a\xbd\x60\x50\x27\x52\x98\x4b\x06\xb5\x30\xf2\xa5\x88\x2e\x84\x08\x9d\xd8\xca\xb0\x24\x42\x2f\x98\xce\x83\x69\xc5\xca\xea\x5a\x66\x74\x26\x39\xb9\xb2\xa3\x33\x30\x32\x03\x90\x44\x68\x21\xf5\xae\xc8\x5f\x24\x1c\xcd\x78\x03\x89\xd0\x2b\xa3\x6b\x1d\x55\xce\x2a\x53\x66\x74\xce\xf6\xaa\xa3\x33\xac\xe7\x44\xda\x71\xc9\x7a\x16\x46\x4e\x74\x4e\xd8\xab\x8c\xbb\x1d\xb7\x9b\x1d\x77\x81\xc1\x44\x66\x65\xc7\x5d\x98\xca\xa9\xa3\x85\x32\x95\x85\x91\x13\xaf\xad\x16\x42\x38\x4e\x50\xe8\x97\x84\x63\x61\x64\xbf\xe3\xf6\x85\x50\x39\x32\x91\x4b\xc2\xb1\x30\xf2\x33\x2b\x5e\x12\x8e\x17\xf4\xe1\x04\x09\x7d\x65\x9d\x60\x3e\xbe\x23\xdf\x51\xfd\xca\xc4\x88\x43\xcd\x39\xbe\xa3\x2a\x87\xc7\xcb\xaa\x1c\x24\xe3\x34\xfc\x68\xc7\x76\xe1\x2a\x73\xb6\x11\xb6\x0b\xc5\x84\x2e\xbd\xe4\x20\x2f\x58\xc0\x69\xf0\x85\xca\xfd\x11\xa1\xab\x8c\x5c\xb0\x83\x1f\x78\xec\x11\xe6\xed\x2a\x2c\xa5\x0a\x23\x33\x72\x15\x83\xb8\xc2\x88\x4a\xda\x71\x15\x47\x54\x60\xc0\x1b\x5e\xb2\x78\x17\xcc\xdd\x34\xf0\xb1\xc5\x11\x15\x18\xd9\xc7\x3b\xa2\xc2\xb6\x4d\x03\x57\x59\xf4\x52\xc0\xc8\x84\x1b\x45\x2f\x05\x24\x18\x8c\x4b\x32\xee\x2a\xaa\x49\x56\xe4\x2f\xa2\x26\x24\xdb\x56\x51\x4d\x8a\x6a\xc2\xc8\x25\x3f\x77\x15\x66\x2d\xf0\x09\x57\xd9\x3e\x1e\xcf\xc4\x8c\x71\x15\x3d\x53\x41\x4d\xc6\xe0\x85\x54\x93\xa2\x9a\x30\xbe\x15\xd5\xa4\x3c\xe3\x63\x82\x32\xb7\xa0\xef\x7e\x60\xe4\xe2\x8d\xa1\x08\x35\x21\x04\x95\x9f\xbb\x0a\xe1\x19\xdc\xe8\x55\x74\x43\x6c\xbc\x4c\xd0\xc9\x56\x71\xf8\x04\x46\x2e\x3c\x5e\xcd\x01\x12\x14\xb0\x55\x74\x56\x10\x7b\x07\xd3\xd6\x25\xb1\x77\x41\xec\x4d\xd0\xb6\x96\xc4\xde\x05\x99\x77\x64\x62\xfd\xa2\xe6\x00\x09\xaa\xd5\x2a\x6a\x0e\x30\x98\xdc\x2e\xb9\xbe\x0b\xae\xef\x60\x47\xe8\x92\xeb\xbb\x20\xf6\x26\x78\x55\x4b\xe6\xee\x82\xad\x3b\xa0\x5e\xaf\xaa\x97\x83\x6d\x9b\x26\xc3\xba\x6c\x5b\x61\x30\xdf\x5d\x55\x95\xab\xac\xe0\x40\xf1\x59\x55\x67\x05\x8c\xfc\xcc\xec\x96\x9c\x5c\x21\x41\xde\x59\x72\x72\x17\x04\xdc\x91\x9b\xa2\xcf\x2f\xf2\xda\xe8\x44\x65\x51\x47\x18\x10\xb4\x57\x75\xc0\x06\x12\xe4\x9d\x25\x4d\x57\x18\xb9\x79\x23\x3d\x01\x01\x37\x41\xcb\x59\x12\x70\x85\x91\x71\x69\x55\x2f\x07\xdb\x36\x4d\x5f\x5b\xc5\x04\x46\x66\x28\x96\x6d\xbb\x2a\x2a\x37\x6d\xaa\x2a\x57\x55\x39\x1c\x9f\xd4\xda\x05\x77\x36\x91\xac\x5b\x10\x68\x3f\x30\x72\xff\xfe\xac\x78\x49\xb3\x5d\x55\x2d\x1a\xfc\x94\x5a\x54\xd5\x22\xcc\xa2\xaa\x45\x50\x63\x13\xe9\xe3\x25\x35\x76\xc1\x44\xcd\x24\x3a\x57\x73\x00\x82\x95\x3a\x32\x11\x84\xac\xd4\x05\xc7\x34\xbf\x70\xce\xcd\xaf\xd5\x74\x10\xd8\x93\x7c\xd3\xd5\x9e\xef\x90\x5f\xf9\x85\xe8\x56\xc4\x77\x20\x72\x6e\x7e\x87\xf6\x74\x7a\x26\x67\xb6\x9a\x9d\xde\x1c\x93\x86\x37\x7e\x7e\xf1\x70\x15\xed\x32\x70\x02\x46\x26\x66\x71\xff\xf1\x82\xaf\x9a\xc9\x86\xad\x66\xdc\x0f\x51\x75\x64\x82\x12\x89\xaa\xab\x2d\xda\x85\x9d\x37\xa3\x24\x28\xa8\x23\x0f\x45\x36\x22\x78\x16\x96\x22\xb9\x54\x18\xac\xc0\xac\xe6\x37\x85\x49\x9a\xd9\x39\xb9\x64\x92\x0a\x23\x0f\x9a\xea\x24\x12\x5e\x67\x7e\xa1\xf0\xf2\x3a\x17\xbc\xce\xc1\x3a\xcd\x92\xd7\xb9\x20\x6e\xe6\xd7\xf0\x2a\x5f\xfb\x81\x91\x27\xef\xa8\xcf\x00\xf2\xcb\x46\x38\xb4\x34\xdd\x08\x51\x96\x24\xce\xd5\xd8\xbf\xfd\xf2\xf1\x2a\x40\x53\x01\x26\x8f\x57\x01\xe0\x72\xe6\xd7\xe7\x46\x9b\xaa\x1b\x61\x86\x2d\xaf\x73\xc1\xd8\xcc\x24\x07\x96\x8c\x4d\x61\xb0\xb1\x60\x35\x7d\x06\x90\x59\xf6\x5f\x92\x38\x57\x7f\x7c\x46\x66\x8d\x7f\x75\x7d\x06\x30\x58\x78\x5a\xf2\x3a\x85\xcc\x1a\xff\xea\xba\x11\xa8\x9e\x23\x33\xdd\x91\xea\x29\x64\x36\x53\x2e\xa9\x9e\xab\xeb\x6c\x98\x74\x77\x9d\x0d\x90\xaf\xcb\x46\xdc\x8a\x9e\x8e\x2e\x9f\x76\x2d\x45\xc1\x55\x19\xd1\x56\x74\xb8\x8a\xa6\x92\xd6\x5e\x70\x44\xf3\x45\xcc\x23\x47\x74\x41\x08\x1d\xec\x94\x58\x12\x42\x17\xec\xcf\x7c\xe1\xde\x64\x7f\x2e\x18\x9f\x83\x05\xb1\xd5\xd5\xfb\xfe\xe8\x7a\x66\x95\x7c\x75\x9d\x4d\x47\xc9\xcb\x8b\xd6\xab\xe4\x40\x66\xcd\x7a\x75\x95\x1c\x18\xc5\x17\x52\xc9\x81\x7c\x31\x60\x77\x67\x07\xc0\x28\x97\x37\xda\xd4\x45\xaf\x32\x14\x4b\x2e\x15\x46\xf1\xb5\x1d\xb0\x81\xcc\x3a\xf3\xea\x0e\xd8\x50\x50\x47\xb9\x7c\xbc\x2f\xf4\x18\x49\x66\x6d\x78\xc9\x37\x15\x46\xb9\x7c\xbc\x2f\xb4\x50\x80\xa2\xc8\x17\x22\xe5\x52\xec\xc2\xf0\x85\x1e\x1b\xca\xac\xc1\xae\xae\x0d\xf5\xb0\x5d\x74\x8e\x6b\x33\x40\x66\x61\x73\x49\x28\x15\x46\x21\x74\xe9\x9a\x15\x8c\xd1\xcc\x92\xe5\xea\xce\x2e\x80\x51\x08\x2e\x65\x8f\xae\xfe\x44\x7f\x99\x15\xc2\xd5\x8d\xfe\xa0\x8a\x0e\xf6\x89\x2c\xa9\xa2\x0b\x2e\x68\x66\x25\x6e\x75\x4d\x14\xc6\xe7\x60\x1d\x71\xc9\xf8\x5c\xfd\xd0\x2e\x3c\x53\x37\x62\x83\xb8\x39\x4a\x56\x64\x7f\x1d\xb4\x70\x2a\x52\x01\x0e\x5a\xe8\xa7\x3d\x76\x21\x66\x45\xba\x6b\x75\xcd\x0a\x18\xac\x36\xae\xae\x59\x75\xcd\x0a\x4b\x93\x04\xba\x86\x66\x85\x0d\x0d\xcd\x0a\x18\x05\x9d\x18\x9a\x15\x54\xd1\xec\x92\x94\x54\xd1\x05\x55\x74\xb0\x4c\xb9\xa4\x8a\xae\xf1\xe8\x7d\x76\x81\x68\xa8\xf7\xc0\x60\x99\x72\x0d\x07\x6c\xd8\xa3\xd9\x75\x1e\xd9\xa3\xc2\x60\x4b\xcb\x1a\x9a\x02\x90\xc9\x93\xad\xe1\x10\x00\x0c\xaa\x46\xac\xe1\x74\x1a\x12\x68\x76\x9d\x47\x12\xe8\x82\xe5\x39\x5c\xf2\x1c\x6a\x21\x90\x5d\x4f\x91\xf1\x29\x8c\x52\x14\xd9\xfa\x47\x0b\xb3\x2b\x25\x43\x2d\x04\x86\x0b\xa3\x43\x4f\x0e\xe4\xc4\x48\x2f\x09\x54\x18\x05\x5d\x95\x04\xba\xc6\x13\x6f\x66\x57\x37\x86\xf1\x26\x30\x5c\x3e\x95\x17\xba\x20\x81\xe6\x54\xbe\xcf\xa0\x5e\x72\x44\x85\xc1\xae\x9e\x35\x8c\x3d\x07\x7a\x9b\xaa\x3f\x65\x1b\xd5\x5b\xcc\x62\xa8\xb7\xd0\x3b\xb3\xab\x13\xc3\x10\x12\x18\x85\x18\x6f\x38\xf9\x18\x0c\x07\xa4\xbe\xd6\x70\x38\x80\xfd\x39\x0a\x6b\x18\xb2\x3f\x17\x54\xcf\x4c\xea\x6b\x49\xf5\x5c\x43\xbd\xad\x74\xa7\x7a\x0b\xe4\x34\x14\xd9\x54\x26\x1f\x85\xb0\x6f\xa8\xca\x40\x4e\x43\xd1\x52\x84\x37\xc0\x10\x87\xaa\x0c\x47\x34\x93\x20\x5b\x72\x44\x85\xc1\x9e\xa4\x35\x9d\x15\x53\xdd\x23\x27\xc6\xb7\xa9\xef\x07\x46\x61\x44\x9d\xae\x29\x02\xd9\xc5\x80\xa9\x2a\x4f\x55\x99\x75\x66\xc9\xa5\x6b\xbe\x69\xd7\xf4\xf1\x4b\x11\xed\x62\x01\x71\x1a\xcd\x40\x2e\xcd\x19\x47\x2f\xb9\x54\x18\x85\xd1\x59\x72\xe9\x82\x49\x9a\x33\x2e\x5c\x26\xa9\x30\x0a\x6e\x44\x26\xe9\x9a\x8f\x76\xe7\xcc\x5a\xc3\x54\xbb\x61\x8f\x8e\x42\x8c\x37\x0d\x47\xe7\xe2\x17\x99\x9a\x4f\x5d\xf8\xd4\x5f\xb3\xa4\x34\xb5\x01\x20\x3b\x93\x9d\xcb\x5f\x5c\xfe\x22\x3d\xa1\x0b\x9f\x8f\x0d\x64\xe7\xa8\x53\x1b\x00\x46\x21\x1c\x9d\xeb\xf3\x8b\x8f\xff\x71\xc6\x28\x05\x55\x18\xa5\x2b\xb2\x73\x30\x1e\x67\x8c\x53\xe3\x99\x1a\x0f\xe1\xe8\xd4\x78\xe6\xe3\xa3\xb3\x13\xbf\xe9\xd4\x7c\xea\xaf\x51\xb9\xa9\xbf\x86\x6f\x9a\x9d\x60\xc9\x37\x15\x46\x21\xde\x94\x6f\x2a\x64\xa7\x28\xf2\x4d\x85\x51\xba\x8f\x47\xef\x21\x97\xe6\x5c\x69\x84\xfe\x1a\x18\x85\x65\x59\xc9\xa5\x42\x76\x8a\x22\xb9\x54\x18\xec\x40\x5b\x92\x4b\x85\x9c\xab\x22\x5b\xbf\x6d\x3d\x6a\xe2\xfc\x0d\x8e\x69\xce\xaa\x9c\x01\x34\x30\x4a\x57\x64\x47\x3f\x43\x40\xce\x2a\x93\xb1\x18\x30\xcc\x50\xc8\x24\x5d\xd0\x46\xb3\xb3\x03\x69\xa3\x6b\x12\x78\xb1\xe7\x6d\x4d\x03\x2f\x20\x1b\x8c\xcb\x24\x15\x46\x21\xfa\x9b\x9a\x28\x90\xb3\xaf\x6d\x78\x06\x93\x74\x94\xe1\x8d\x7e\xed\x43\xaf\xda\x54\x07\x0d\x60\x14\x4c\x54\x12\xe8\x7a\xbf\xd1\x2f\x6e\x7c\x3b\x42\xc0\x0b\x1d\xec\xb2\x5b\xf2\x42\x85\x9c\x19\xb9\xe4\x85\x0a\xa3\x7c\x44\x53\xd1\xe4\xaa\x84\xe8\xad\x08\xfd\xc2\x90\xa5\x8a\xae\xb7\x96\x86\xd5\xbe\xb5\xb4\xb7\x96\xc6\x90\xf7\xd6\xd2\xde\x58\x9a\xe1\xd9\x5b\x4b\x7b\x33\x95\x28\x84\xa0\x6f\xc7\x11\x38\xa6\xb9\xb0\x78\x22\xc7\x54\x18\xec\xfe\x5b\x6f\xa7\x12\x70\x4c\xb3\xc1\x92\x1c\x53\x61\x98\xd1\x79\x3b\xb4\xbc\x1f\x83\xc9\x0e\xfe\x6f\x0d\x06\x18\x85\xb1\xf2\xad\xc1\xbc\xb1\x8e\x82\xa5\xbd\xb5\x8e\x37\x0b\x57\xe6\x7d\xde\x8e\x23\xf0\x55\xb3\x83\xbf\x7c\xd5\xf5\x66\x8d\xbf\xe2\x60\xde\x1a\x0c\x7c\xd5\x5c\x18\xa6\xe4\xab\x0a\x83\x2d\x88\xeb\xed\xa8\xf0\xc6\x3a\x0a\xc3\xd4\x5b\xeb\x00\x86\x39\xa4\x77\x7c\x7e\xf1\x70\x15\xcf\x72\x79\x0b\x18\xd5\xce\xd1\x60\xa0\xc3\x66\x07\x1d\xe9\xb0\xc2\xa8\xb8\x34\xe9\xb0\x0b\xee\x6b\x2e\x58\x9a\xdc\xd7\xf5\x7e\x42\x9f\x61\x3e\xea\xed\xb2\x3f\xac\xd6\xac\xdb\x96\xd5\xba\xde\xac\x95\x56\x1c\xdf\x5b\xf5\x05\xb2\xce\xea\xad\xfa\x02\xa3\x12\x35\xc8\x7d\x5d\xf0\x5d\xb3\x6e\xe8\xad\xfa\x02\x83\xad\x91\xeb\x7d\x3e\xbf\x48\xdf\x63\x1d\x6f\x87\x13\x60\xd4\x4b\x91\x9d\xc3\x08\xf3\x98\xfb\x77\x87\x62\x39\xb5\x0b\x6a\x6c\xd6\xf4\xa5\xc6\x0a\x83\x2d\x97\xeb\x56\xe1\xa1\xc6\xe6\x32\x14\xdd\x8a\x6e\xae\x6a\x88\x96\x22\xda\xc8\x04\x4b\xb6\xac\x30\xcc\xd2\xdd\x4e\x2b\xe0\xc1\x66\xcd\x42\x1e\xac\x30\x2a\xd1\xae\x3c\x58\x21\xab\xca\xf2\x60\xd7\x8d\x0d\x54\xa2\xa4\x5b\x1b\x00\xb2\xea\x27\x35\x56\x18\x35\xf9\xf8\xa9\x68\x73\x55\x42\x74\x14\x1d\xae\x42\xe4\xb4\xe2\x26\xee\x67\x6f\xeb\xba\x35\x0b\x60\xb0\x61\x74\xdd\x46\x5c\x40\xfe\xbc\x90\xa3\xcd\x4d\xdc\x5f\x19\xa6\x6e\xcd\xe2\x26\xbc\xfa\xeb\xe3\xfd\x45\x92\x0e\x95\xe9\x8e\x64\xdc\x05\xf3\x36\x57\xec\x49\xe6\xad\x30\x2a\xc6\x73\x3b\x15\x00\x72\x65\x45\x54\x32\xae\x30\x2a\x83\xd9\xed\x68\x03\x3f\x37\xff\x55\xe4\x2f\x6a\x03\xc4\xd7\xb7\x36\x70\x63\x03\xec\x34\x5d\xb7\x36\x70\x6b\x03\x44\x95\xb7\x36\x00\xe4\x8a\x3d\xdd\x0e\x07\x72\x7d\x2b\x43\x9e\x5c\xdf\x75\x33\x3b\x60\x3f\xea\xba\x9d\x1d\xdc\x5a\x0a\x61\xb2\xf4\xdf\x75\x33\x81\x67\x3f\xea\xba\x9d\x30\x40\xff\x1d\x26\x4d\xa5\xff\x2e\xb8\xbe\x99\x9d\xa6\x4b\xae\xef\xba\xf1\xfd\x6c\x9d\x5d\xb7\xc6\x03\xe4\x4a\xb8\x21\xfd\x57\x18\x9f\x17\x32\x62\x83\xc5\x9b\x2b\x89\x74\x59\xbc\x4b\xca\xae\x09\x58\x29\xbb\x0b\x32\x6e\xae\xd8\x93\x64\x5c\x61\x54\xc2\xe4\xa5\x57\x87\x79\x9b\xd9\x43\xba\x64\xde\x0a\xc3\xce\x91\x79\xbb\x60\xdb\xe6\x3a\x7c\x16\xef\xb8\xd4\x68\xc2\xe4\xa5\x46\x43\xc0\xcd\x15\xbd\x5f\xaa\xaf\x64\x5c\x3b\x47\x32\xee\x5a\x2c\xfd\xb0\xef\x73\x2d\x97\x7e\x80\x51\x89\x4a\xd7\xfd\x79\xfc\xe3\xf1\xa8\x21\xb7\x96\xea\x0b\x8c\xca\xe0\x2f\x3f\x77\x41\x8d\xcd\x0d\x87\x2a\x35\x56\x18\x6c\xfc\x5d\x4b\x5d\x05\x72\xbb\x14\xf9\x8b\x7a\x75\x42\x84\xa5\xfa\x02\xb9\x61\xa2\x12\x68\x85\xe1\x47\x93\x40\xbb\xd6\xa3\x98\xb9\x31\x21\x5d\x2a\xa6\x04\xda\x4a\x20\x21\x81\x76\xc1\x90\xcd\x0d\xbd\x5f\x3a\x7a\x60\xd4\xe6\x8d\xb7\x22\x5a\x9f\x15\xd9\x7a\xe2\x27\xb6\x1a\x2f\xd9\xb2\x0b\x3a\x6c\x36\xd1\xb9\xf4\xfd\x4b\xbd\x6f\x8a\x6c\xd7\x03\xb9\x31\xda\xc8\x96\x15\x06\x1b\x92\x97\x6c\xd9\x05\x5b\x36\x37\x14\x53\xb6\xac\x30\x54\xb9\xa5\x29\x40\x5b\xcd\x8d\x31\x69\xa9\xab\x4b\xdf\x4f\x84\x2b\x85\x75\xad\x47\x31\x73\xb3\x0b\x55\xcc\xa5\x57\x57\x31\xf5\xea\x40\x6e\x36\xd5\x79\x03\x44\xd7\x61\xea\x5e\xa2\xeb\x82\xaf\x9a\x1b\x37\xca\x57\x15\x46\x65\xd0\x08\xfd\x2a\x7c\xd5\xdc\x88\x79\xe4\xab\x0a\xc3\x04\xbf\x7c\xd5\x15\x68\x61\xc3\x93\x87\x5a\x08\x8c\x4a\xec\x1a\x3a\x51\x38\xaa\xb9\x0d\x9f\xb5\x14\xd1\xf7\x18\x8c\x7c\xd5\x15\xf8\xd5\x36\x15\x1d\x45\xf8\x55\x62\x57\x29\xac\x0b\xbe\x6a\x6e\x78\x72\xf9\xaa\xc2\x90\x52\x10\x06\x25\x40\xee\x24\x8c\x42\xef\x1b\x7a\xdf\xee\x8d\xb6\x8b\x09\x69\x67\xf0\x0f\x27\xa4\xc0\xa8\x0c\x60\xa1\x13\x05\x32\x25\x22\x57\xe8\x44\x43\x2d\xb4\x73\xd4\xc2\x78\x94\x29\xb3\x3f\x73\x85\xca\x04\x8c\xca\xc2\x68\x18\x6e\x40\x61\xcd\xe6\x28\xa5\xb0\x0a\x43\x12\x43\xa8\x5f\x81\x5f\xa5\x50\xdf\x0a\xfd\x6a\xa8\x39\xa3\x7c\x7f\x28\x0e\x15\x0b\xc8\x1d\x1f\x1b\xae\x72\x87\x6e\x97\xa0\x35\x74\xbb\x71\xe8\x02\x7c\x6c\xb8\xb0\x09\x8c\x3a\x14\xd9\x05\xb8\x4a\x0a\xc7\xad\x38\x9f\x1b\x71\x36\x43\xd1\x54\xf4\x7c\x40\xca\xb8\x2d\x79\xb0\x0b\xee\x6b\x66\x17\xe6\xda\xc6\xc4\x92\x5e\x2b\xca\x20\xe9\x55\xc8\x26\x3a\xb7\x51\xc3\x36\x6a\xc0\xbd\xc9\x83\x5d\x90\x5e\x33\xbb\x30\x97\xa4\xd7\x25\x9d\xb5\x12\x26\x4b\x67\x5d\x9b\xe5\x96\x8e\xfa\x6d\x97\x5b\xa4\xb3\xea\x04\xa5\xb3\x0a\xb9\xa3\x0c\x5b\xed\xde\x6a\x37\x71\xec\x56\xbb\x37\x6b\x8a\x9d\xcf\xbc\x55\x52\x60\xd4\xa9\xc8\x5f\xc4\x7b\x76\x5f\x48\x25\x95\xce\x2a\x4d\x44\x3a\xeb\xda\xe8\x6d\xb7\xa9\xea\xed\x26\x72\x66\xbb\xfd\xda\x2a\x29\x90\xbb\x8d\x50\x49\x81\xd1\x50\x65\x79\xb0\x42\x1e\x9f\xc7\xdb\x13\xc4\xd7\x3a\xe7\x6d\x7c\xbd\xf1\xc4\xd4\x0a\x5b\x5b\x4f\xbc\xc9\xf8\xb1\x7d\x6a\x6d\x15\x7e\x3f\xea\x9b\xa9\xa3\xb5\xb6\x8b\x7e\xd0\x61\x47\xfb\x88\x7c\x16\xde\x93\xea\x51\x6b\xeb\x3d\x81\xd1\x88\x3d\x65\xcb\x0a\xd9\xdc\xa7\x6c\xd9\xb5\x1f\x85\x1f\x8d\xd8\x73\xab\xf0\xf0\x55\x33\x15\x9f\xd6\x76\x58\x07\x46\x23\x46\xdc\x2e\xd5\x03\x99\x3a\x47\x6b\xbb\x36\x03\x0c\x87\x16\x19\xae\x6b\xb3\x36\x63\x1e\x75\x3b\xf8\x03\x83\x92\x02\x6b\xab\xd1\x40\xa6\x9e\xd0\xda\x6a\x34\x30\x1c\x80\xb6\x21\x37\xdc\xd5\x4c\x3d\xa1\x25\x77\x75\xc1\x5d\x1d\x8d\x18\x51\xee\xea\x82\x5c\x9a\xa9\x89\xb3\x24\x97\x0a\x43\xf2\xcd\x71\xc0\x06\x32\xf5\x62\xd6\x51\x0b\x81\xd1\x08\xe2\x8e\x93\xb5\x83\x16\x52\x09\x66\x1d\xb5\x10\x18\x52\x74\x8e\x5a\x78\xf0\xb1\x54\x82\x59\x47\x1f\x7b\x18\xe9\x1b\x31\xe2\x71\xa4\x07\xf2\xe8\xfe\xe2\x5b\x11\xdf\x91\x81\xf1\x38\xa5\x3b\x68\x34\x1b\x15\xd7\x51\xa3\x81\xd1\x70\x49\x47\x8d\x06\x32\xe5\x55\xd6\xd1\x13\x1f\x08\x33\x8d\x78\xf3\xb8\x24\x0e\xa7\x36\xb3\x9d\x71\xc9\xa9\x15\x86\xd4\x21\x39\xb5\x42\x66\x3b\xe3\x92\x53\x2b\x0c\x07\x59\x39\xb5\xeb\xa8\xd1\x4c\x5b\x8f\x1a\x7d\x58\x4f\x69\x59\xd1\x52\x44\xeb\xa7\xbf\x68\xeb\x89\x2d\x28\x76\xbb\x64\xde\x0a\x99\xa2\x22\xeb\x18\x5b\x00\xa3\xa1\x26\x92\x71\x17\x04\xdc\x4c\xb9\x90\x75\xf4\xea\x90\x71\x87\x03\xb6\x64\x5c\x21\x53\x4a\x63\x49\xc6\x15\x46\x43\x4d\x8e\xd6\x01\x64\xf3\xbb\x47\xeb\x38\x5a\x07\x4b\xa9\x47\xeb\x38\xc4\xd4\xf3\x52\x64\x53\xb5\x0e\x62\xc4\xa3\x75\xc0\xf5\xcd\x6c\xd9\x5c\x72\x7d\x85\xd1\x88\x11\x8f\xb1\xc5\xc1\xb9\x4f\x2c\xed\xe8\xdc\x81\x41\x85\x88\x75\x74\xee\xd0\x7f\x33\x25\x2b\x96\xf4\x5f\x61\x34\x3c\xb9\xfc\x5e\x21\x4f\x3f\xad\xc6\x07\x8c\x46\x30\x2e\xbf\x57\xc8\x6c\x12\x5d\xf2\x7b\x85\xd1\xaa\x22\x5f\x88\x99\xec\xf4\xd3\x6a\x56\xc0\x90\xef\x25\xbf\x77\x41\xd3\xcd\xd3\x8e\x76\xec\x90\xa6\xdb\xaa\x37\xda\x2e\x56\x5d\xa6\x5d\xe8\x84\xf4\x68\x8f\x8f\xf1\x85\xcc\xdd\x80\x87\x9b\xd9\x70\x1a\x2f\xd6\x37\x85\xd1\x9e\xd8\x35\x5e\x8c\x30\x01\xc3\x36\x53\xde\x20\xac\x2e\x1c\x2f\xad\xf6\x89\x5d\x43\xb6\x6d\xc0\xb0\xcd\xf3\x89\x9f\x02\x9a\xed\x03\xb6\x9e\xc7\xdf\x3e\x1e\x4b\x9b\x6d\x7c\x77\x28\x0e\x0b\x12\xc7\x8b\x85\x14\x68\x6a\xf1\x22\xfe\x89\x17\x26\xc6\xe6\xf7\xa0\x5e\xf1\x07\x06\x34\xb5\xb0\x6e\x71\x40\xd3\xcd\x6c\x58\x8f\xd7\xf2\x4d\x1c\x34\x1a\x5d\x80\x3d\xc5\x8b\xc5\x48\x36\x73\x07\x8c\xde\x0f\x0c\xc8\x6c\x21\xb1\x37\x5e\x2a\xd6\xa4\x11\xdb\x97\x53\xb1\x1a\x37\xa2\x58\x41\xbd\xe1\xc2\x7e\xd4\xb0\xde\xb0\x30\xda\x33\xee\xc6\x6b\xdb\x88\x47\x8b\x0a\x3b\x4d\x43\xb6\xac\x30\xa8\x31\x1d\x56\x25\x16\x0a\x5b\x41\x43\x02\xad\x30\x5a\xe3\x85\xd0\xa2\x80\x21\x5b\x5e\x89\xa6\x1e\x5f\x88\x25\x38\xca\x85\x84\x65\x83\x03\xd2\x6c\x61\xaf\x66\xbc\x8e\x8f\x67\x49\x1c\xf6\x55\xbc\x8e\x8f\x7f\xf4\xa3\x90\x9d\x0e\x39\xb5\x71\x31\x59\x6b\x4f\xa0\x19\xf0\x6b\x3f\x50\xc8\x4e\x87\x34\x5b\x61\xb4\x27\x84\x0c\x4b\x10\x07\x6c\xdb\xf2\x2a\x8a\xba\x22\x4c\xec\x89\x1a\xc2\x12\xc4\x41\xbd\xe1\xc2\x06\xc8\xb0\xde\xb0\x30\xda\xe3\x89\xc3\x7a\xc3\x01\x19\xb7\x90\xe9\x0e\xc9\xb8\x41\x09\xe2\x41\x7c\x1d\x96\x20\x0e\x6a\x0c\x17\x32\xdd\x71\xa9\x6b\x14\x14\x1e\x94\x31\x09\xe8\xbb\x1f\x28\x6c\xfb\x0b\x59\xbc\xc2\x20\x0a\x0f\xeb\x0d\x0b\x85\x0d\x7d\x71\xdd\xb6\x8b\x90\x9b\x62\x27\x21\xd7\x37\xa0\xec\x16\x36\xf4\x85\x94\xdd\xb8\x0c\x37\x06\xad\x5f\x3e\x7e\xf1\x2c\x1b\xa1\x7e\x5d\xea\x17\xca\x74\xa9\x5f\xf0\x73\xcb\xcb\x46\x10\x6e\x04\xc5\x89\x07\xdc\xc4\xa0\x42\xf1\x03\xbc\xe3\xe0\x1d\xc3\x77\x24\x98\x26\xee\x8f\x2b\xec\xe8\xe0\x59\x93\xa6\x86\xcf\x62\xa1\xae\x7d\x44\x76\xe1\xe3\x31\xcb\xf5\xe2\xc6\xed\xd7\x56\xa3\x27\xaf\xad\x46\x53\x63\xb8\x90\xd6\x0e\x88\xb9\x0f\xd0\x5f\x93\x46\x6c\xfb\xeb\x51\xdf\xc2\x76\xb3\xb8\x54\x5f\xc9\xb8\xfd\xc5\x3b\xaa\xbe\x40\x61\x23\x59\x58\x6f\x38\xa8\x31\x3c\xfa\x8b\x77\x3c\xbe\xe3\xa1\x5d\x89\x1b\x8f\xed\x22\x28\xe9\x36\xf5\xf8\xb5\x1f\x57\x59\x48\x6b\x87\x2c\x5e\x61\x30\x1f\x09\x59\xbc\x01\x73\xb7\x5c\x89\xd7\xd6\x3a\x60\xf1\x8e\xfe\x52\x64\xeb\xd1\x7b\x36\x6c\x85\x94\x5d\xa1\x90\x9d\x0e\x29\xbb\xc2\xe8\x4f\x5c\x17\x49\x53\x48\x8f\xde\x17\xf6\x4a\x45\x52\xef\x81\x01\xbd\x33\x2c\x54\x1c\x70\x7d\x0b\xfb\x9b\x42\xae\xaf\x30\xfa\xa5\xe8\xad\x88\x46\x3c\x83\x59\x24\x95\x1c\x18\x90\x40\x23\x11\x06\x45\x7a\x74\xbd\xb0\xd1\x27\x60\x07\x7f\x60\xf4\x27\x46\x0c\x49\xc2\x42\x21\x3b\x1d\x56\x38\x0e\xaa\x1a\x8f\x8e\x67\x82\x43\xfc\xc0\xe2\x2a\x5a\xaf\x46\x4b\x12\x66\xb2\x16\x92\x84\x85\xc2\xce\x94\x90\x24\x2c\x0c\x68\xa7\x21\x49\x38\x60\x01\x17\xf6\x9c\x44\x5a\xb6\x6b\xd9\x2e\x1e\xbf\x6c\xd7\xa2\x5d\x9d\xd6\x2f\xdb\xb5\xec\x2f\x7a\x55\x1b\x02\x0a\x3b\x40\xc2\x02\xca\xc2\x60\x7a\x18\x52\x89\x83\x3a\xca\x85\xbd\x1d\x91\x96\xed\xc2\x60\x28\x66\x1f\x49\x83\x81\x24\x5c\x28\x9a\x1c\xb2\x80\x85\x01\x1d\x36\x52\xf8\x8b\x4f\x9c\x52\x2e\xcc\x2a\x85\x9f\x83\x38\x85\x52\x40\x91\x88\x53\x02\x32\x70\x61\x6f\x47\x58\x21\x39\x20\x06\x0f\xea\xd9\x87\xc4\xe0\x48\x18\x4c\x42\x0b\x93\x06\x93\x70\xee\xd4\xaa\x8f\xa4\x75\x40\x0c\x2e\x49\x05\xd8\xb6\x5e\x53\xc8\xbc\xa3\xa6\x00\x94\x84\x59\x49\x0c\x16\x46\x57\x57\x35\x85\xf4\xe8\x7d\x49\x7e\x0e\xf5\x5e\xae\x30\xf5\xe5\x43\xae\x70\xc0\x0f\x2e\xc9\xce\x39\xb6\x8b\x49\x68\xcf\xdf\xa7\x6d\x45\x3a\xea\xed\x63\x30\x25\xf9\xbe\xc7\x5e\x81\x38\x40\xad\xf9\x48\x0e\x2d\x94\x7c\x2e\xec\x21\x0d\xc8\xc7\x1f\x18\x4c\xa7\x43\x0e\x72\xc0\x3b\x2e\x89\xf7\xb5\xfc\x73\xc0\x2e\x1e\xb0\x8b\x43\x76\xb1\x50\x60\xfe\x87\xec\x62\x61\x40\x12\x0e\xab\x38\x47\xbe\xe9\x28\xc6\xa4\x7c\xfb\x78\x46\x88\xfe\x04\x74\x91\x1d\x21\xe0\x20\x97\xf4\x11\x15\x45\x98\x05\xf1\x4f\xd6\x2c\x80\x42\x7d\xe6\xc8\x0e\x1a\xc0\xe8\x58\x9d\xe5\x9f\x83\x92\xcf\x25\x55\x7f\xf1\x56\x44\x4f\x7c\x6e\xa4\x27\x60\x2a\x97\x54\xf9\x45\x15\x3e\xab\xf0\x0c\x66\x96\x6c\x16\x0a\x04\xfe\xb0\x64\xb3\x30\xba\x8f\x57\xe1\xf3\x33\x9c\x14\x76\x9a\x46\x26\xc8\x0f\xf9\xcc\x1d\x3b\x97\xcf\x1c\x30\x95\x4b\x62\xc0\x96\xa9\x2c\x0c\xaa\xb5\x47\x56\xe1\x29\x9a\x5c\xa8\x96\x1c\xd9\xe1\x40\x0e\x32\xd5\xda\x43\x0e\x72\x50\x53\xb9\x50\xe1\x38\xac\xa9\x2c\x8c\x4e\x2c\x66\x4d\xe5\x80\x96\x5c\xd8\x43\x1a\xd2\x92\x85\xd1\x89\x04\xad\xa9\x1c\x54\x4b\x2e\xf9\xc5\xd7\x36\xe6\xc9\x8e\x10\x44\x6c\x92\x97\x03\xc2\x72\xc9\x38\x67\xab\x25\x0b\x83\xd5\x8d\x90\xbc\x1c\x14\x3d\x2e\x19\x4f\x6c\xd1\x63\x61\x50\xe6\x3d\x24\x2f\x07\x54\xe4\x02\x2f\x3d\x2c\x7a\x2c\x8c\x6e\x47\x1b\xf3\x00\x05\x1a\x77\x48\x4b\x16\x06\x65\xde\x43\x5a\x72\x50\x0e\xb9\x90\xfc\x8e\x62\xcc\x03\x0c\xca\xbc\x87\xa5\x91\x85\x02\xa9\x3a\x8a\xbe\xbf\xb0\x8c\x0d\xbd\x3c\x8a\xbe\x9f\x3a\xc8\x25\x63\x9b\xd6\x41\x0e\x68\xcd\x83\x55\x97\xb0\xe8\x71\x50\xf4\xb8\x64\xf4\xde\xa2\xc7\x21\xc5\x99\x55\x97\x90\xe2\x2c\x14\x58\xbc\x61\x1d\x64\x61\xb0\xea\x12\xd6\x41\x8e\x72\xd3\x13\x28\x79\x51\x31\x81\x01\x55\x3d\x8a\xbe\x1f\x28\xa4\xb5\xa3\xe8\xfb\x8b\x8e\x7e\x3c\x5f\xdb\x6a\xc9\x41\x39\xe4\x42\x5a\x3b\x8a\x5e\x1d\x18\x10\xda\xa3\xa8\xe4\x40\x61\x5b\x69\x48\xbd\x8e\xa2\x46\x0f\xba\x50\x8d\x06\x0a\x34\xdb\x90\x7a\x2d\x0c\xca\x74\x85\xd4\x6b\xa1\x40\xa0\x0d\x0b\x28\x07\xa5\x91\x47\x1f\xf4\x84\xbe\x1f\xea\x75\xc9\x76\x74\xd8\x85\xa4\x6f\x3a\x51\x16\x35\x91\x1f\xa0\xbf\x18\x34\xa0\x61\x7f\x60\xb0\xb2\x14\xb2\xb1\x83\x3a\xc8\x25\xdb\x39\x61\x7f\x69\x1d\x93\xa6\x6a\x1d\x30\xb0\x0b\x34\xca\x28\x9a\x02\x30\x58\x7f\x0a\xd9\xd8\x42\xc9\x3e\x5e\xeb\x28\x5a\x07\xf1\x53\xd1\x3a\x60\x60\x17\x48\x8d\x61\x01\x65\x61\xb0\x4a\x15\x16\x50\x16\x0a\x1c\xc0\x90\xa0\x1d\x52\xaf\xa9\x7b\x1f\x52\xaf\x03\x9e\x75\x29\x44\x6c\xf2\xac\x85\x01\xb5\x3f\x8a\x31\x0f\xa4\xea\x02\xd7\x2e\x24\x55\x0b\x83\x22\x63\x21\xa9\x3a\x24\x55\x53\x4c\x3e\x24\x55\x07\xb5\x8f\x0b\x34\xb7\xb0\xf6\xb1\x30\x28\x13\x1f\x92\xaa\x85\xc2\xe6\xd5\xa8\x06\xf6\xc0\xa0\x4c\x7c\x58\x21\x39\x28\x87\x5c\x4a\x9a\x88\xb6\x22\x1a\x41\xcc\x53\xb5\x0e\x08\xda\x05\x6a\x5a\x48\xd0\x16\x06\x65\xe2\x43\x82\x76\x40\xd0\x2e\x70\xc7\x42\x82\x76\x50\x02\x79\x50\x26\x3e\xaa\xa6\x00\xf5\xba\x94\xe2\xb3\x6c\xd7\x6d\xbb\x78\x47\xad\x03\x28\x70\xb4\x42\xea\xb5\x30\xd8\xab\x10\x52\xaf\xa3\xde\x7c\x0e\x86\x93\xaa\x75\x00\x63\xd8\x39\xcb\xa6\x32\x04\x40\x89\x8a\xaa\x75\x00\x83\x02\xf0\x61\xb5\x65\xa1\x94\x5a\xbf\x3f\x14\x5b\x8c\x59\x18\xd4\x87\x8f\xaa\x3d\x55\x46\x08\x58\x4e\x51\x35\x1e\xe8\xe1\x83\xd5\xc2\x90\x1e\x2e\x14\x6a\x2a\x87\xf4\x70\x61\x0c\x26\x91\xd5\xc9\x07\xf4\xf0\x02\xe7\x28\xa4\x87\x0b\x83\xfa\xf0\x51\x1d\x5a\xa8\xcf\x5c\xe0\xf6\x84\xf5\x99\xa3\x32\xd3\x18\x7e\x79\x87\x16\xa0\xc0\x42\x09\x4b\x36\x0b\x63\xf8\xe5\xb5\x27\xa0\x14\xe6\x49\xb2\xcf\x85\x41\x15\xf9\x90\x7d\x1e\x75\xf3\x8e\xb8\x91\xea\xe4\x83\x92\xcd\x83\x2a\xf2\x61\xc9\xe6\xa0\x4c\x73\x81\xa1\x11\x55\xe3\x01\x06\xa5\xea\xa2\x6a\x3c\xf5\xf0\x8b\x8c\x5c\xd5\x58\x0a\x5e\xfa\x18\x6a\x91\x43\x8b\xe7\x4a\x55\x4c\xac\x3a\x87\x00\x6a\x53\x95\x8d\xa5\xa0\xaa\x17\x98\x10\x21\x55\x3d\xa8\xdc\x3c\x58\x5d\x8d\xe6\x08\x01\x55\xbd\x90\xa7\x0f\xa9\xea\x41\x01\xe5\xc1\xea\x6a\x58\x40\x39\xa8\x96\x5c\xc8\x4e\x87\xd5\x92\x85\xc1\xea\x6a\x48\x68\x0f\xd8\xeb\x85\x8c\x72\xc8\x5e\x17\x06\xd5\xda\x43\xf6\xba\x50\x6a\x9e\x88\x42\x11\x5f\x1b\xed\x96\xd0\x2e\x94\xfa\x69\x84\xed\x52\x95\x19\x5a\x64\xaf\x07\x8c\xf5\x52\x7d\xbc\xbe\x5f\xf6\x3a\x75\xd8\x43\xf6\x7a\x34\xb4\xb0\x7e\x44\x6f\x45\x6f\xae\xa2\x11\xba\x70\xca\x2c\x17\xf2\xa8\x61\x99\x65\x61\x50\x55\x3d\xe4\xb8\x07\x1c\xf7\x42\xee\x33\xe4\xb8\x0b\x83\xa2\x7d\x21\xc7\x5d\x28\x64\x0f\xc3\x9a\xca\x21\xc7\x7d\x30\x98\xc9\x71\x0f\xaa\x25\x97\xda\x7c\x96\xed\x22\xc8\xa7\xf6\x7a\x58\x2d\x39\x1a\x91\x51\x45\xa3\x9b\xea\x0b\x0c\x4a\xfb\x45\x53\x7d\x81\x42\x66\x2d\x2c\xa0\x2c\x8c\x61\x53\x55\xdf\xc6\x6a\x10\x39\xb3\x68\x0e\x07\xc0\x60\xb7\x51\x34\x87\x03\xa0\x54\x06\xd9\xe6\x70\x40\xe5\xe5\x31\x88\xc5\xac\xbc\x1c\x14\x50\x2e\xa4\xb5\xc3\x02\xca\x21\xf7\x9e\x3d\x49\x21\xf7\x3e\x20\xda\x17\xf2\x3e\x21\xd1\x5e\x18\xc3\xce\x39\x76\x21\x13\x86\x8a\x75\x48\xb4\x0f\x0a\x28\x0f\x4a\x0e\x86\x05\x94\x83\x72\xc8\x85\x8c\x4e\x34\xe3\xa7\xe6\x08\x41\x94\x25\x85\x3e\xe0\xcb\x97\xf6\x52\x54\x14\xa1\x13\x44\x46\xf2\xe5\x03\x72\x7c\x69\x8c\x10\x92\xe3\x03\x26\xfc\x60\xf5\x3e\x64\xc2\x0b\x85\x0c\x45\xc8\x84\x17\x06\xab\xf7\xd1\x9d\x11\x00\x85\xdc\x43\x48\x8e\x8f\xee\x70\x40\xd0\xdb\x1d\x0e\x80\x42\x26\x20\x24\xc7\x47\xd7\x86\x58\x59\xea\xda\x10\x50\x58\xe3\x0f\xf9\xf2\xc2\x60\x8d\x3f\xba\x51\x16\x50\x58\xbd\x0f\x6b\x2a\x07\x7c\xf9\x31\xf8\x68\xf2\xe5\x03\xaa\x7a\xa1\x34\x72\x48\x55\x17\x06\xbb\xb3\xa2\xeb\xa3\x61\xac\x17\xd6\xac\xc3\x6a\xc9\xc2\x20\x13\x10\x5d\xeb\x80\x78\x5e\x58\x67\x8e\xae\x46\x4b\x42\xa7\x38\x7a\x48\x42\x8f\xfe\xa8\x6f\x69\xa8\x49\x8f\xcf\x8d\x7c\xa1\xa1\x08\xf5\xa5\xae\x70\x71\x69\xb1\xab\x5f\xc0\x20\x5f\x10\xdd\x39\x2a\x50\x5c\x9c\xb3\xec\x70\xc0\x32\x1f\x94\x3d\x0f\xcb\x0e\x07\xfc\xf1\xc2\xce\xdc\x90\xec\x1d\x50\xa4\x4b\x9b\xcf\x0b\x59\x20\x57\x18\x6c\x24\x0b\x0f\xcc\x0b\x18\xd4\xc5\x69\xab\x0c\x6a\x61\x90\x8e\x08\x19\xd4\x42\x71\x2e\x29\x83\x5a\x18\x03\x2d\xb4\x66\x6e\x8c\xa7\x8f\x8a\xb3\xc4\xe1\x98\x26\xa9\x9a\x7a\xe9\x21\xa9\x3a\x60\x50\x97\xce\x62\xa6\x0c\xea\x80\x41\x3d\xd8\xba\x16\x32\xa8\x85\xc2\x29\x62\x21\x83\x5a\x18\xf3\xf5\xef\x98\x15\x0f\xfd\x0f\x9c\xeb\xe2\x84\x54\x52\xb5\x30\xd8\xff\x16\x92\xaa\x85\xe2\xf4\xd0\x5a\xbc\x31\x48\x73\x50\x02\x3d\x86\xc3\x27\x74\xe9\xe2\x94\x4e\xba\xb4\x30\x28\x81\x1e\x43\xa3\xa6\x40\x6e\xe9\x2c\xb8\x0e\xe7\xf7\xb0\xa6\x07\x7b\xe9\xc2\xca\xb8\x01\xc5\xb9\x70\xa4\x53\x48\x71\x0e\x08\xc7\x85\x6c\x6b\x48\x38\x16\x06\x49\x9a\xb0\xe6\xad\x50\xc8\x7d\x86\x35\x6f\x85\x31\x19\xf2\xa6\x6b\x51\x40\xe1\x04\xa4\x90\xa9\x1c\xd0\x92\x07\xa9\x9c\x90\x96\x1c\x54\xa0\x2d\x86\x90\x56\xa0\x15\x06\x55\xd1\x63\xfa\xe5\xe1\xfa\x16\x4e\x95\x09\xb9\xbe\x41\xb9\xd9\xc1\xee\xbd\xb0\xdc\x6c\x40\xd9\x2d\x8e\xa8\x52\x76\x85\x41\x2a\x27\xa4\xec\x06\xfc\xdc\xe2\x38\x22\x3f\x57\x18\xd4\x3b\x0f\xf9\xb9\x01\x19\xb7\x90\x89\x0c\xc9\xb8\xc2\xa0\xde\x79\x48\xc6\x15\x8a\x5e\x5d\x32\xae\x30\xd8\x2f\x18\x16\x7f\x8d\xc9\xf2\xa7\xfe\x7a\xba\xc0\x03\x0c\xaa\xa2\x87\xc5\x5f\x03\xb6\x6d\x19\x4c\x64\xa6\xb1\x05\x34\xdb\x41\x8a\x29\xa4\xd9\x06\xd4\xd8\xa2\x2f\x93\x1a\x1b\xd0\x61\x0b\x09\xc5\x78\xeb\x50\x61\x59\x0e\x6a\x9c\x87\x2c\xcb\x80\x20\x59\xa8\xa0\x1d\x6f\x23\x23\xc9\x92\xa6\x36\x24\x4b\x06\x34\xc8\x42\xdd\xe8\x90\x06\x29\x0c\xea\xd4\x86\x34\x48\xa1\x50\x1a\x39\x2c\x01\x2a\x0c\xea\x6a\x86\xcc\xc8\x80\xf3\x58\x28\x7a\x1c\x72\x1e\x85\x31\xd1\x2f\x49\x8d\x71\xb3\xce\x43\x09\xe2\xb8\x9d\x43\x00\x83\xea\x9b\x61\xed\xd0\xa0\x50\x68\x61\x57\x61\x58\x28\x54\x18\xa6\x5c\x64\x43\x06\x0c\xc8\x42\xa9\xdf\xb0\x50\x68\x58\x28\x94\xca\xb8\x21\x1b\x32\xa8\xbe\x59\x7c\x21\xab\x6f\x0a\x63\xe2\xcb\x6e\x23\x23\xa0\x52\xa4\x35\x6e\x5d\x38\x30\x26\xbe\xec\x36\x32\x82\x3c\x58\x29\xd2\x1a\x92\x07\x85\x41\xfd\xdc\xb8\xf5\x2c\x40\xa5\x46\x67\xc8\x27\x14\x06\x55\x41\xc3\xe2\x9e\x71\x3f\x1e\xa0\x52\xa3\x33\x6e\x3d\x00\x30\xd8\xe1\x18\xb7\x53\xcd\xfb\xd1\xe8\x4a\xf5\xcd\xb8\xd5\x68\x60\x50\x0d\x37\xe4\x13\x06\x1c\xc2\xfa\x22\xae\xbb\xd5\x68\x60\x52\x61\x34\x6e\xa3\x65\xa0\x52\xf8\x32\xa4\x18\x0a\x93\x6a\xb8\x21\xc5\x30\x60\x0a\x56\x0a\x5f\x86\x4c\x41\x61\x52\x0d\x37\x2c\x14\x1a\xf7\xa6\x5d\x55\x91\xed\x7a\x60\x52\x0d\x37\xe4\x13\x06\x7c\xc2\x4a\xe9\xc8\x90\x4f\x28\xcc\x4f\x47\xeb\xbf\xa0\x18\x56\x8a\x42\x86\x14\xc3\x80\x4f\x38\x5f\x2f\x6f\x1c\x8a\xe8\x7b\x82\x12\xc9\x83\x41\x2d\xcc\xfa\x62\x05\xd9\x5a\x98\xc2\x64\x47\x68\x2c\xbf\x23\x24\xbd\xca\x51\x8a\x21\x49\x4f\x98\x14\xb5\x0d\x49\x7a\x01\x31\xaf\xb2\xfb\x2f\xac\x98\x29\x4c\x2a\xd8\x86\x15\x33\x83\x5a\x98\x95\xdd\x7f\x61\x2d\xcc\xa0\xf0\xe5\xa4\x82\x6d\x58\xf8\x32\xa0\xdf\x55\x76\xec\x85\xf4\x3b\x61\x9a\x0b\x5c\x2a\x00\xf4\xbb\x7a\xe1\xac\xa4\xdf\x09\xf3\x85\x2f\xb4\x7e\x65\xc0\xa2\xab\x26\x2d\x64\xd1\x09\x93\x0a\xb6\x21\x8b\x2e\xa0\xcc\x55\x2a\xc3\x85\x94\xb9\x58\x7e\x5a\x16\x82\xa5\xcc\x05\xd5\x24\x2b\xfb\xe7\xc2\x6a\x92\x41\x89\xc8\xc9\xa1\xa5\xb1\xfc\xda\x8b\x8f\x66\xee\x61\xf9\xd1\x96\x1f\x0d\x8f\xb9\xfc\x68\x10\xeb\x2a\xe5\xc3\x42\x62\x9d\x30\xd9\x67\x1b\x4b\x6f\x02\xd7\xae\xb2\xe7\x2d\xe4\xda\x09\xd3\x4c\xe6\xd2\x75\xc0\xaf\xab\x14\xe0\x0a\x8b\x4a\x06\x5c\xbb\xa9\x0d\xc9\xb5\x13\xe6\xeb\xdf\x71\x1c\x44\x58\x73\x52\xa8\x54\xc8\x8a\xd0\xd9\x50\x86\x72\x72\xb0\x6a\x58\x86\x32\xe2\x71\x1d\x95\x4a\x54\x11\x2e\x58\x50\x8d\x72\xbe\xb2\x22\x14\x2b\x6e\xf4\x83\x41\x36\x8c\x2a\x81\xc9\x59\xab\x21\xad\x2f\xa0\xf2\x55\x33\x0c\xd6\x9c\x14\x26\x3b\x86\x23\x8c\x2a\x29\x43\x59\xaf\xe1\xb3\xfc\xc5\xdb\x5f\x54\xe4\x2f\x06\xad\xc7\x97\x49\x9f\x13\x26\xfb\x8a\x43\xfa\x5c\x50\xdb\xb1\x26\x94\xc1\xda\x8e\xc2\xd4\x1b\x44\x7c\x9e\xf5\x98\xab\x4b\xf5\xd2\xe7\x84\x69\x7e\x37\x74\x23\x70\xe5\xaa\x4b\xf5\x72\xe5\x84\x49\x2d\xde\x08\xb5\x88\xa2\x90\x95\x12\x43\x61\x51\x48\x61\x52\x78\x37\x2c\x0a\x19\x81\x16\x25\x1f\xaf\x16\x85\x5a\x84\xff\x91\x1f\x17\x81\x16\x51\x58\x27\x42\x2d\x0a\x4d\x9f\x20\x4c\x7e\x5c\xc4\x33\xf9\xa8\x2e\xc2\xc7\xf9\x3c\x1e\x3b\xff\xdc\x18\x8a\x78\x47\x74\xcd\x6a\x92\xc2\xa4\x3c\x6f\xc8\xa2\x0b\x0a\x39\xd6\xc4\xe8\x6c\x21\x47\x61\x52\x9e\x37\x64\xbe\x05\x04\xb6\x4a\xb5\x9a\x90\xc0\x26\x4c\xb3\xd3\x56\x6d\x0c\x4a\x34\x56\xf6\xa9\x85\x25\x1a\x85\xf9\x22\xdc\xb0\x44\x63\xc0\x50\xab\x89\x64\xee\x76\x81\x07\x98\x2f\xa6\xad\xb2\xd5\x02\x56\x59\x75\xe1\x7c\x3b\xb4\x00\x53\x1f\xbb\x1d\x5a\x80\xea\x92\xf8\xd6\xb3\xc0\x3d\x9b\xe6\xc3\xb7\x6a\x02\x0f\xad\xba\x24\x2e\x0f\x4d\x98\x7a\x62\xab\x36\x06\xc5\x17\x2b\x3b\xbd\xc2\xe2\x8b\xc2\x7c\x31\xb9\xb5\xf8\x62\x50\x43\xb1\x52\x8d\x24\xac\xa1\x28\x4c\x4a\xfd\x86\x35\x14\x03\xd2\x59\x65\x0f\x57\x48\x3a\x13\xa6\x5e\x5d\xd2\x59\xc0\x1d\xab\xec\xce\x0a\xb9\x63\xc2\x34\x4f\x2f\x77\x2c\x28\x7f\x58\x5d\xec\xde\x7e\xed\xed\xd7\xc6\x41\x48\x27\x0b\xe8\x64\x35\xd3\x85\xd2\xc9\x84\x4a\xb5\x88\x38\x7a\x80\xf3\xe6\xf1\xcd\xab\x8a\xa2\xc2\x55\x0d\x51\x55\x84\x89\x36\x6f\xe4\x0b\xc1\x1d\xab\x94\x86\x08\xb9\x63\xc2\x74\x00\x3a\x2a\x00\x4c\xb0\x9a\x99\x90\x1e\xad\x16\x0a\xd8\x94\x52\x20\x05\x4c\xa8\x6c\xea\x0f\x29\x60\xc2\x94\x52\x70\x1c\x80\x60\x85\x55\xb6\x3c\x85\xac\xb0\x38\xcb\xd6\xd3\x08\x67\x53\x30\xb9\xaa\xeb\xcc\x32\xb9\x84\x29\xf1\x40\x26\x57\x40\xdb\xaa\xec\x48\x0f\x69\x5b\xc2\x74\xac\x94\xb6\x15\x50\xb5\x2a\x9b\x99\xe2\x38\xaf\x04\x26\xf5\x86\xe3\x38\xaf\x3c\x28\x13\x9b\x99\xe2\xa8\x4c\x30\xb9\xe6\xcb\xd7\x76\x3e\x03\x6d\xab\x72\xb8\x5e\x48\xdb\x12\xe6\x8b\x65\x11\x69\x5b\x01\x47\xab\xba\xce\x2c\x47\x4b\x98\x94\x1d\x8e\xe3\x60\x06\x54\xf6\x61\x87\xb4\x2d\x61\x52\x7a\x3b\xa4\x6d\x05\x95\x1a\x6b\x61\xe4\x3a\x06\xe3\xc0\x7c\x31\xa7\x97\xc9\x15\xb0\xb7\x6a\x49\xfe\xe2\x54\x64\xeb\xbd\xd1\xd6\xe3\xd2\xd8\x3e\x15\x32\xb9\x84\xf9\x22\x04\x95\xc9\x15\x70\xb4\x6a\x49\x3e\xde\xef\xb8\xf9\x8e\xcc\xfc\x8f\xab\x2e\x70\xb4\xaa\x0b\xd4\x72\xb4\x84\x29\xe9\xc3\x1a\x8c\x01\x6d\xab\xb2\x21\x39\xa4\x6d\x09\x93\x82\x0a\x71\x1c\x18\xe1\x68\x55\x16\xa8\xb7\x1c\xad\x0d\x71\xaa\xb2\xce\xbc\xa9\x55\xf8\x00\x1e\xf3\xd1\x9c\x6d\x7d\xc2\x0d\x25\xaa\xb2\x14\xbb\xa5\x44\x09\xf3\xf5\x0c\x3a\x5b\x4a\xd4\x86\xf3\x54\xd9\x61\xb4\x5f\xcb\x1b\x17\xb6\x3d\x78\x3c\x93\xee\x4d\x15\xc3\x5a\x3e\xa2\xad\x08\xbf\x3a\xbe\x4f\xdb\xda\xaf\xe5\xaf\x33\x98\xb1\x97\x6e\x7b\x46\xbc\x30\xa1\xaf\x6c\x4b\x21\xee\x97\xfa\x31\x69\xd0\xb6\x8d\xea\xc7\xe4\x4d\xb6\x5d\xf0\x74\x7a\xe5\x10\xbb\xed\xd9\xeb\xc2\x7c\x4d\x45\x5e\xc5\xb2\x2c\x87\xc5\x6d\x4f\x55\x17\x26\x05\x24\xb6\xa7\xaa\x6f\xb8\x50\x95\xdd\x33\x5b\x2e\xd4\x7e\x39\x68\xd0\x54\x89\x4f\x1b\x66\x52\x65\x45\x74\xcb\x4c\x12\x26\xb4\x9a\x2d\x33\x49\xa8\xec\x19\xd9\x54\x11\xfc\xc0\x7c\x3d\x86\xb8\x2d\x26\xb8\xe1\x2c\x55\xd6\x3a\xf7\xc5\xdc\x59\x98\x2f\x5e\x1b\x2e\xd3\x03\x99\xab\xb8\x11\xff\x23\x4c\xe2\xd8\x2d\xa5\x69\xc3\x4c\xaa\xec\xba\xd8\x32\x93\x84\x49\xd5\xeb\x0d\x4b\xe9\x03\x95\x7d\x0b\x5b\xb2\x92\x30\x29\x7f\xb1\x29\x52\xf8\x00\xed\x42\x65\x2e\xf5\x83\x5a\x85\x93\x98\x78\x5b\xab\x70\x43\x69\xaa\xec\x35\xd8\x52\x9a\x84\x09\x75\x68\x5b\x72\x70\x43\x56\xaa\xb0\xf5\xb7\x64\x25\x61\x12\x39\x6f\x4f\x55\xdf\x17\xa1\x0b\xec\xf5\x4d\x15\xc1\x0f\x4c\x8e\x2a\xdf\x16\x13\xdc\x30\x93\x6a\xf3\x85\x54\x00\xe0\x82\x5b\xb8\x3d\x2f\x5d\x98\x54\xa4\xdf\x92\x95\x36\x05\x04\x6b\xfb\x88\xba\xa2\xce\xba\x3c\x4d\x65\x30\xdb\xd0\x90\x2a\xd4\xeb\x2d\x0d\x69\x43\x43\x9a\xb0\x9c\xb6\x34\xa4\x0d\x83\xa8\xb2\x7b\x66\x5b\x00\x50\x98\x54\xb7\xdf\xb2\x89\x84\x0a\xfd\x77\x7b\xc6\xb9\x30\x29\xf1\xb1\x2f\x55\x8e\x63\xcf\x6b\x4b\xbc\xf6\xf1\x73\x1c\x3e\x87\x8d\x38\x36\x02\xd3\x67\x01\x71\x4b\x43\xda\xf0\x8c\x2a\xfc\xdc\x0d\xd9\xe8\x03\x93\x99\xc6\x96\x73\xb4\x39\x09\xbd\x72\xdc\xda\xf6\x24\x74\x61\x52\x25\x7c\xcb\x39\xda\x9c\x58\x5e\x61\xde\xee\xa4\xe6\xc0\xc7\x99\xd0\xb6\xb6\x7c\x1c\xa1\x24\x4c\x41\x3e\xce\x86\x69\x33\xa9\xc6\xbd\x65\xda\x08\xb5\x3d\x4e\x70\xcb\xb4\x11\xe6\x65\xeb\xfd\xda\x1c\x5c\x5e\xdb\xe0\x59\x61\x23\x18\x47\x2e\x5f\x88\x71\x64\x53\x6f\xaf\x42\x73\xdb\xd6\xdb\xdb\xb0\x6b\x26\xec\xab\x0d\xc5\xe6\x03\x95\x2d\x29\x5b\xa6\x8d\x30\x61\x5f\xed\xe4\xd7\x86\x70\x53\xa1\x80\x6d\xab\xf2\x6d\xc8\x37\xf3\xb2\x73\xf0\xea\x1b\x2a\x4c\x85\xa3\xb5\xa5\xc2\x08\x93\x0a\x22\x5b\xae\x8b\x50\x61\x00\x6d\x78\x2f\x0f\xf0\xd1\xec\x42\x3f\x1a\x50\xfb\x33\x42\x6c\x89\x2d\x42\xed\x7c\x6d\x8b\xeb\x09\x93\xf2\xcf\x5b\xae\xcb\xe6\x78\xf3\xca\x8a\xe8\xce\x7e\x47\x60\x5e\xc5\x67\x35\x45\x6f\xae\x2a\x88\x6e\x45\xbc\x50\xf1\xf1\xbc\x10\xc4\x96\xca\x5a\xe7\x96\xd8\x22\xcc\xab\x2a\xf2\xf1\x8b\x5f\xf4\x46\xbf\x76\xd6\xf8\x2a\x8d\xd0\xf8\x20\x7d\xd4\x3e\x68\x84\x9f\x03\x98\x14\xdb\xdd\x92\x3e\x36\xdc\x8d\xda\xf1\x85\x72\x37\x84\x09\x21\x6b\x5b\x78\x6e\xc3\xd7\xa8\xe4\x9d\xb7\x55\xe6\x36\x67\x58\x4f\x26\x55\xdb\x33\xac\x37\x95\xe5\x2a\x89\xe1\x9d\xfd\x1c\xd9\xcf\xc1\x30\x65\x95\xb9\x0d\x51\xa3\x8e\x8b\x2e\x3c\x9f\xc7\xa3\x98\xcf\xb0\xbe\x25\x6a\x6c\x88\x1a\x95\x7c\xe7\x96\xa8\xb1\x8b\xbd\xfa\x0c\xeb\x5b\x56\xc6\xe6\xc0\xea\xca\x6a\xe3\xf6\xc0\x6a\x61\x72\x4e\xc0\xf6\xc0\xea\x0d\x51\xa3\x92\x31\xdc\x12\x35\x36\xb5\xe8\x26\x93\xbd\x6d\x2d\xba\x0d\x51\xa3\x72\x26\xf3\x96\xa8\xb1\x21\x6a\x4c\x26\x7b\x5b\xa2\xc6\xe6\x90\xe9\x4a\xce\x6d\x7b\xc8\xb4\x30\x39\x73\x60\x7b\xc8\xf4\x86\x49\x51\x59\x6d\xdc\x32\x29\x84\x09\x35\x6d\xcb\xa4\xd8\xd0\x26\xea\x68\xdf\x3f\x0e\x62\xcb\xaa\x10\x26\xf5\x5e\xb6\xac\x8a\x0d\xed\xa1\x92\xf0\xd9\xd2\x1e\x84\x79\x31\xa2\x5a\x84\x6e\xc3\x84\xa8\xc3\xbe\x53\x3f\x80\xc9\x1c\x75\x7b\x22\xb4\x50\x87\xbd\xc2\x54\x53\x98\xd4\x8e\xd9\x25\xec\x3b\xa6\x9a\x9c\x14\xbb\xe5\x4b\x08\x13\x46\xdd\x96\x2f\xb1\x0b\x71\xd9\xb0\x11\xdb\x4f\xb3\xfd\x45\x6f\xf4\x17\x0f\xdd\xc9\xc0\x68\x5d\x3a\x61\x52\x2d\x79\x17\x15\x0b\x8e\x43\x65\x79\x7d\xcb\x71\x10\x26\xd5\x92\xb7\x1c\x87\x0d\xcb\xa0\xb2\x65\x60\x7b\x00\xb3\x30\x29\x4d\xb3\x65\x1c\x6c\xb8\x04\x75\x3e\x53\xe0\x2d\x97\x40\x98\x54\x4b\xde\x56\x76\xdb\xa4\xf1\x2b\x47\x29\x6e\xf3\xf4\xc2\xa4\x5a\xf2\x36\x4f\x2f\x54\x4e\x66\xda\xd5\x2f\x04\x4c\xaa\x25\x6f\x53\xf7\x9b\xa4\x7c\xa5\x66\xdb\x36\x29\x2f\xcc\x84\x13\xac\x7a\x62\xd2\xda\x95\xf3\x9b\xb6\x69\x6d\x61\x52\x32\x67\x57\xad\x0e\xa8\x2c\x46\x6e\x33\xdd\xc2\x84\xa7\xb8\xab\xfd\x55\x89\x8c\xa6\xaf\x6d\x64\xc4\x79\xc5\x33\x61\xc1\x9e\x57\x2c\x34\xd6\xc8\xb6\x99\xee\xdd\x1e\xf7\xd6\x58\x10\xdb\x4d\xf7\x06\xcc\xc4\x88\xea\x11\xc6\x9b\x33\x86\x1b\x0b\x62\xdb\x33\x86\x37\xd5\xdc\x26\xe7\x5b\x6c\xab\xb9\x09\x8d\xc5\xa2\xdd\x8c\x9f\x80\x99\x3e\x8f\xe7\xb5\x49\x91\x37\x68\xef\xdb\x14\xf9\x26\x2d\x3e\xa9\x01\xb4\x9b\x61\x32\x69\xed\xc6\xa2\xce\x36\xad\x2d\xcc\x64\x23\x8c\x79\x38\xf8\xb7\xb1\x94\xb1\x9b\x5f\xa8\xf9\x39\x18\x18\xcd\x61\x6f\x12\xd6\x8d\xa9\xf9\x36\x61\x2d\x4c\x88\x97\xdb\x84\xf5\x26\x57\xdc\x98\x4e\x6f\x73\xc5\x9b\xa4\xe9\x4c\xd7\xd3\x13\x26\x4d\x37\x89\xbb\x99\xf0\xc4\x26\xee\x36\x45\xa0\x1a\xb5\xe6\xb7\x45\xa0\x36\x47\x88\x4e\x6a\xbc\x6c\x8f\x10\xdd\xe4\xf2\x1a\x04\xda\x6d\x2e\x4f\x98\xcc\xfc\xb7\xb9\xbc\x4d\x5d\xa8\xa6\x8f\xb5\x2e\x94\x30\xa9\x04\xb3\x3d\x09\x74\x73\x12\x68\xbb\x98\x43\x78\x12\xe8\xa6\x7a\xd4\xcc\x74\xb4\xd5\xa3\x36\xe5\x9d\x9a\x4e\xc1\x8c\xdf\xa6\x58\x53\xd3\x3a\x86\xe1\x06\x30\xe1\xda\x6d\x0b\x37\xed\xf1\x7c\xe1\x46\xcd\xee\x3d\x74\xa8\xc0\x64\xf9\x61\x0f\xbf\x36\x55\x9a\x9a\x9f\xd6\x2a\x4d\xc2\xa4\xe0\xeb\xb6\x4a\x93\xd0\xe0\xae\x6e\xab\x34\x6d\x4e\x02\x9d\x14\x7c\xdd\x9e\x04\xba\x39\xd7\xb3\x25\x74\x62\xf8\xb5\x39\xd7\x73\x52\xf0\x75\x8f\x65\xeb\x1f\x1f\xdb\x28\xbd\xbd\x4d\x4e\x0a\x13\x0e\xe0\xf6\x40\x4f\xa1\x51\xb8\x69\x9b\xaf\xdc\x64\x22\x67\x46\x31\xcd\x44\x6e\xd2\x8e\x8d\x15\xaf\x6d\xda\x51\x98\x14\xc0\xd9\xd6\x72\x12\x1a\x05\xa7\xb7\x99\x48\x61\x52\xa4\x75\x0f\x83\x25\x32\x91\x0d\x72\xea\x36\x13\x29\x4c\xf8\x84\xdb\x54\xe3\x26\x63\xd8\x38\x52\x65\x9b\x31\x14\x26\x45\x5a\xb7\xc5\x9a\x84\x96\x9a\x57\xd9\x88\x40\x01\x32\x22\x15\x73\x3c\x6a\xd6\x12\x31\xf5\x30\xa6\xe6\x70\xd0\x99\xed\x1c\x7d\x34\xd0\x38\x06\x65\x7b\x38\xa8\x30\x29\xcc\xb3\x87\xb1\x18\xd0\xa8\x2e\xbd\x87\x8a\x39\x54\x4c\x86\xcf\xa1\x62\x72\x5e\x68\xa3\xba\xf4\xf6\xbc\x50\x61\xb2\x40\xb4\x3d\x2f\x54\x68\x50\x58\xb7\x75\xa5\x84\x99\xfd\x1c\xc6\x16\x40\x4b\x5d\x91\xef\xa8\x92\x67\xba\x50\x25\x27\x13\xda\x12\x81\x84\x45\xa4\x84\x49\xdd\xd6\x6d\x11\xa9\x4d\xc5\xa8\x46\x2d\xa8\x6d\xc5\xa8\x4d\x95\xa8\x49\xdd\xd6\x3d\x74\x7c\x40\x4b\x8c\x7c\xa6\x53\x85\x99\xcb\xf5\xfd\xa1\xd8\x82\x52\x9b\x04\x6c\x83\x53\xbb\x4d\xc0\x0a\x93\xd5\xaf\x6d\x02\x76\x93\x47\x6d\x2c\xfa\x6d\xf3\xa8\x9b\x92\x4e\x93\x0a\x46\xdb\x53\x41\x85\xa6\xd5\x4d\x2d\x05\x98\x14\x7f\xdd\x56\x7c\xda\x14\x6e\x6a\xda\x93\x85\x9b\x84\x09\x6d\x74\x5b\xb8\x49\x68\x6a\x91\x67\x87\x0a\x93\xe2\xaf\xdb\xcc\xed\x26\x5b\xdb\xd4\x0f\xcb\x3b\x09\x13\x72\xe9\xb6\xbc\xd3\xa6\xfe\x52\xf3\xcb\x5b\x7f\x49\x98\x94\x88\xdd\x1c\x1a\xfa\xc0\x7c\xae\xf2\xf1\xf1\xb9\x11\xa3\x46\xbb\x3d\x28\x74\x93\xa6\x6d\x2c\xfa\x6d\xd3\xb4\xc2\xfc\xab\xc8\xd6\x6f\x7e\xb1\x29\xf2\x17\x55\x3f\xfc\xb5\x35\x93\x84\x46\xc1\xd6\x6d\xcd\x24\x61\xe6\xaa\xc8\x46\xa0\xa4\x19\x85\x9f\xfb\xd3\x08\x94\xb4\xd2\xab\x2a\x29\xd0\x28\xd8\xba\xcd\xef\x6e\x32\xb7\x93\x65\xc6\x6d\xe6\x76\x93\xad\x9d\x94\x51\xda\x6f\x63\x4f\xa0\x41\x08\xdd\x16\x35\xda\x6f\xbd\x27\x71\xac\x15\x8c\x36\xb5\x89\x1a\xb5\x89\xb6\xb5\x89\x84\x49\x39\xd1\x6d\x6d\xa2\x4d\x89\xa1\x46\xb9\xc7\x6d\x89\x21\x61\xb2\xf2\xb8\xdf\xce\xfc\xa9\x27\xd4\x0a\x6e\xd7\x7a\x42\xc2\xcc\x44\x6c\xd6\x13\xda\xd4\x13\x6a\x70\x31\xb7\xf5\x84\x84\xc9\xfa\xe4\x7e\xeb\xde\xa8\x27\xd4\x58\xea\xda\xd6\x13\x12\x66\x26\xae\x7b\xeb\xa5\x28\x1e\xd4\x58\xea\xda\x16\x0f\xda\x6f\x6d\x93\x98\xf8\xad\x6d\x92\x2b\x6e\x1c\xb2\xb1\xcd\x15\x6f\x52\xbe\x8d\x4a\x54\xdb\x94\xaf\x30\xa1\xb3\x6e\x0b\xe0\x6c\x32\xbf\xad\x0c\x45\x6f\x45\x6f\xae\x9a\x88\x78\x21\x4e\x7a\x6c\x94\xb6\xd9\xb7\xfd\x05\x4c\x96\x2c\xb7\xd5\x6e\x36\x15\x6a\x1a\x95\x95\xb6\x15\x6a\x84\x49\x95\xa6\x7d\x1b\xd7\x51\x5c\xa6\x51\xc1\x68\xdf\xeb\x23\xba\xb9\x2a\x21\x5a\x8a\x9e\x2e\xa4\xf6\xcc\xb6\xf6\x8c\x30\x29\x56\xb9\x6f\xbb\x90\x7a\x31\x8d\x42\x33\xdb\x7a\x31\xc2\xf4\x0b\xdd\x5a\xc7\x4d\x17\xba\x4a\x75\xdb\x85\xc0\xa4\xa4\xe5\x36\x7d\xbc\xa9\x2a\xd3\x60\xf7\x6d\xab\xca\x08\x93\xa5\xd4\x6d\x62\x78\x53\xbd\xa5\x51\x25\x65\x5b\xbd\x45\x98\x94\xb4\xdc\x66\x5b\x37\xd9\xd6\xe6\x9a\x91\xd9\xd6\x4d\xa9\x96\x06\xcd\x6d\x5b\xaa\x45\x98\xac\xc1\xee\x65\x5c\x47\xa9\x96\x46\xd1\x87\x6d\xa9\x96\x4d\x11\x96\x09\x49\x78\x5b\x84\x65\x2f\x34\xda\xa5\x9f\xa5\x46\x03\x93\x35\xd8\xbd\xfc\x42\x94\x6a\x69\x94\x24\xd8\x96\x6a\xd9\x9c\x9b\x38\xa1\x12\x6f\xcf\x4d\xdc\xa4\x79\x1b\x25\x09\xb6\x75\x59\xb6\xf9\x5d\xd5\xd7\xfc\xae\xd0\xa0\xa6\x6d\x8b\xb0\x08\xb3\xe0\xbf\x4c\xf9\x6e\x8e\x3c\x6c\x0d\xfd\x5a\x7a\x39\x60\xaa\xe4\xa6\x7c\x37\x29\xdf\xc6\x39\x12\xdb\x94\xaf\x30\xa9\x85\xb9\x2d\xe8\xb2\x49\xcd\x36\xa8\x69\xdb\xca\x26\xc2\xa4\xf0\xe5\x36\x4d\xbb\x49\xad\x36\x6a\x96\x6c\x53\xab\xc2\x84\xbc\xbc\xd7\xf9\x5c\xf5\x8c\xbb\xd4\x2c\xd9\x56\x36\x11\x26\x65\xba\xb6\x09\xd8\x4d\xd2\xb5\x35\x46\xfa\xe5\x77\x04\x26\xe5\x31\xb7\x09\xd8\x4d\x6a\xb5\xb1\x37\x76\x9b\x5a\x15\xa6\x26\x6a\xee\x74\x93\x28\x6d\xec\x1b\xdd\x26\x4a\x85\x49\x79\xcc\x1d\x7e\x5a\x0a\x9c\x34\x88\x62\xdb\xc3\xf9\x76\x30\x5d\xa2\x3c\xe6\x0e\x3f\x2d\xc9\xd1\xc6\x9e\xca\x6d\xb1\x13\x61\xba\xb2\x6d\xa2\x54\x68\x54\x36\xd9\x26\x4a\x85\x59\x18\xe6\x2c\x89\x22\x34\x76\x4b\x6e\x4b\xa2\x08\x93\x52\x9b\x3b\xb4\x5a\xa0\xb5\xf9\x7d\xda\xd6\x36\x01\x2b\x4c\x58\xde\xdb\x73\x00\x37\x45\x54\x1a\x64\xb6\x6d\x11\x15\x61\x52\xcf\x6c\x5b\x44\x65\x73\xf6\x5f\xe3\xf8\xfa\x1d\x6a\x51\x90\xb7\x71\x8d\x3e\x1c\x64\x39\xe8\xaf\xb1\x69\x71\x87\xfa\x11\x7a\x03\x46\x41\x0f\xfd\xdb\xa4\x7c\x1b\xfb\xf2\xb6\x29\x5f\x61\x52\x1e\x73\x9b\xf2\xdd\x54\x4c\x69\xec\x7f\xdb\x56\x4c\x11\x26\xb5\xd1\xb6\xe7\x00\x6e\x0a\x94\x34\x76\xa3\x6d\x0b\x94\x08\x93\xa3\x93\x76\x38\xe4\xc5\x33\x5a\xb5\x8e\xfa\x85\xb1\x14\x30\x29\xb5\xb9\xc3\x58\x8a\x3c\x6c\xeb\xbe\x90\x5a\x14\x87\xfe\x62\x14\x24\x3f\xfb\xc0\xd3\x5f\x6c\x1a\xda\x66\x5b\x37\x29\xd0\xc6\xae\x9e\xbd\x1d\x93\x80\x09\x2f\x7d\x5b\x08\x64\x53\xfc\xa3\xb1\x37\x63\x6f\x3b\x7a\xdb\xd1\xcc\x77\x2d\x04\xb2\x37\xa1\x0b\xc7\xb1\xef\x6d\xaf\x92\x04\x9c\x54\xdf\xdc\x26\x01\xf7\x21\xc9\x4c\xc1\xb2\x7d\xb4\x27\xb2\x28\x8d\x2d\xf2\xc7\x2c\xca\xe1\x40\xaa\x36\x9f\x5e\x3d\x1e\x48\x25\x4c\xaa\x91\x1c\x0f\xa4\x3a\x6c\x6b\x6f\xf3\xe9\x89\xe3\xb6\xf6\xc3\xa1\x4a\x93\xd5\xe8\xf3\xc2\x13\x9f\x17\xa7\x97\x43\x39\x39\x1c\xb6\xf4\xc0\xf3\x69\x59\x5d\x3d\x1e\xb0\x24\x74\x8e\x30\x3e\xa4\x39\x3e\x30\x61\x7f\x1e\xb3\x1d\x87\x03\x96\x3a\xb3\xe2\xe3\x01\x4b\xc2\xa4\x62\xc1\xf1\x80\xa5\xc3\xfe\xf0\x0e\x39\xe2\xb8\x3f\x5c\x98\x54\x2c\x38\xee\x0f\x3f\xec\x09\xef\x50\x1d\x8e\x07\x2c\x09\x13\x26\xe9\x31\x73\x72\xd8\x32\xde\x29\x7b\x7e\xdc\x32\x2e\x4c\x2a\x16\x1c\x33\x27\x42\x7f\xd9\x85\xc7\x76\x11\x39\x53\xb1\xe0\xb8\xb1\xfc\x90\x4c\xe9\x50\x0a\x8e\xc9\x14\x61\x36\x3b\xfa\xd8\xae\x43\xbb\xe8\x1c\xf3\x2b\x87\xcd\xe0\x1d\xce\xd1\x71\x33\xb8\x30\x29\x62\x70\x3c\x99\xe9\x90\x85\xe9\x64\xba\x8f\x59\x18\x61\xb6\x8f\x68\x29\x0a\xae\x6a\x88\xb6\xa2\xcd\x55\x05\x11\x3d\x41\x9a\xa5\x93\x77\x3e\x6e\x19\x17\x26\xa5\x0e\x0e\xe9\x97\x07\x78\xa1\xc6\xe3\x6f\x1f\x7f\xfb\x42\x3c\x1e\xf5\x3d\x64\x4e\x3a\xe9\xd0\x63\xe6\x44\x98\xf8\xeb\x43\x16\xe5\x01\xba\xb0\x2b\xf2\x85\x96\x5d\x38\x10\xbd\x15\xad\xe7\xaa\xc1\xe3\x97\x8f\xc7\x4f\x34\x9b\xba\x7c\xa1\x45\x17\xce\x17\x22\x5f\x88\x49\x24\xbe\xff\x98\x5f\x39\x1c\xd0\xd4\x49\x64\x9d\x4b\x5d\x05\x26\x55\xad\x8e\x29\x17\xa1\x73\xe2\xef\x31\xe5\x22\xcc\xe6\x6b\x87\x8d\xe0\x28\x7c\xd2\x37\xc7\xc3\x9a\x84\x49\xf5\x84\xc3\xc1\x4d\x0f\xf0\xac\x8b\x1b\x55\xcc\x4b\xc5\x6c\xde\xf8\x79\xd6\xd3\x7a\xf6\x74\x9f\x4b\xc5\x34\xe5\x42\xf5\x84\x63\xca\xe5\x90\x5f\xe9\x1c\x0e\x7a\xcc\xaf\x08\x93\xea\x09\xc7\xfc\x8a\xd0\x29\x42\x7e\xcc\xaf\x08\x13\x8a\xf3\x71\x4f\xf7\xb9\x50\x4c\xd2\x11\xe7\x52\x31\xc9\xaf\x4c\xaa\x27\x1c\xf3\x2b\x27\x31\xf5\x6a\x3d\x21\xa2\xa3\xd9\x68\xdd\x61\x39\x9d\x74\x7b\x95\x6a\xf2\x0c\x66\xc7\x4d\xd7\x87\x33\x97\x3a\x2c\xa7\xe3\x99\x4b\xc2\x6c\x43\x11\x8d\x60\x57\x74\xa7\xb2\xf7\x71\x57\xb4\x30\x29\x10\x70\xdc\x15\x7d\xd8\xd0\xdc\x59\x5e\x3f\x49\x35\x49\xaa\xc9\xa0\xa9\xeb\xf3\x2c\x5e\x68\xbc\x10\x2d\x45\xb4\x7e\x2a\xb2\xf5\xa8\x09\x8b\x3a\xc7\x5c\x8d\x30\xc9\xaf\x1c\x73\x35\x87\xd3\x94\x3a\x0b\xd4\xc7\xd3\x94\x84\xd9\xd0\x1c\x36\x4d\xff\x78\xc8\xc2\xf4\xcb\xc7\xfb\xb5\x81\x49\xb1\x81\x63\x16\xe6\xa4\xe7\x0b\x77\x16\xfa\x0e\xbb\x9a\x3f\x30\x9f\x51\xf4\x7b\x43\xf1\x71\xef\xf3\x61\x8f\x72\x67\x25\xed\x78\x90\x91\x30\xa9\x58\x70\x4c\xd2\x1c\xb6\x17\xf7\x94\x14\x85\x22\xbb\xc0\x1b\xfd\x75\x9c\x0d\xa7\xa6\x1d\x33\x32\x87\x33\x84\x3a\xfc\xa5\xe3\x19\x42\xc2\xe4\x48\xa7\x93\xb5\x60\x72\x22\x9d\x63\x61\x8f\x3b\x73\x85\x49\xa9\x83\xe3\xce\x5c\xa1\x73\xf6\xd5\x71\x67\xae\x30\x89\x07\x4e\xf6\x03\xb2\xe7\xb6\x53\xf5\xfa\xb8\xe7\x56\x98\x14\x44\x38\x1e\x18\x74\x38\x30\xa8\x27\x54\xc6\x03\x83\x84\x49\x41\x84\xe3\x81\x41\x87\x94\x4b\xe7\x40\xaa\xe3\x51\x40\x87\x0d\xb6\x93\x6c\xd8\x71\x83\xed\xc9\xcf\xa0\xd1\xf3\x47\xf4\xb9\xf1\xcd\x55\x15\xd1\xad\xe8\xe6\x2a\x7e\x51\x73\x05\x26\x05\x11\x8e\xa9\x9c\x43\xfa\xa6\xb3\xa6\x78\xdc\x86\x2b\xcc\xee\x8d\x9a\x2b\xd0\x39\x44\xea\x98\xdd\x11\x66\x47\x19\xc8\xf4\x3c\xb0\xb8\x8a\x5e\xf5\xa3\x01\xb3\xfb\x78\x3f\x1a\xd0\x59\x36\x3b\xa6\x72\x0e\xe9\x9b\xce\x1a\xd9\x71\x83\xad\x30\x49\xdc\x1d\x53\x39\x87\x24\x4d\x67\x37\xed\x31\x49\x23\x4c\x8a\x2b\x1c\xce\x13\x7a\x80\x67\x15\xae\xba\x7d\xd6\xed\xb3\x14\xf9\xac\xc5\x0b\x31\x56\x16\x5d\x38\x30\x29\xae\x70\xcc\xdb\x1c\xb2\x30\x9d\xbd\xad\xc7\x33\x84\x84\x49\x10\x77\xdc\xdb\x7a\xd8\xa2\xda\x59\x45\x38\x6e\x51\x3d\x9c\x21\x34\xfb\x33\xcb\x3b\x9e\x21\x74\x0a\x6a\xc2\x7e\xd4\x53\x54\x93\xa2\x9a\x60\x0a\x1e\x18\x74\x8a\x9f\x76\xf0\x42\x7e\xda\xe2\xa7\xbd\x68\xaa\x9f\x96\x0d\xa3\x1d\x6e\xcf\x71\xc3\xa8\x30\x29\xae\x70\xdc\x30\x7a\xd8\x30\xda\xe1\xf6\x1c\x37\x8c\x0a\x93\xe0\xf2\x78\x56\xcf\x21\x4d\xd2\x99\xdc\x1e\xd3\x24\x87\x03\x74\x3a\x07\x17\x9c\x6a\xdf\x57\xa6\xe6\xfd\x23\xe2\xb5\xc9\x89\x74\x08\x33\xc7\x9c\xc8\x61\x7f\xe5\x24\x8f\x7a\xdc\x5f\x79\xea\xe3\x04\x3b\xd5\x7f\x4f\xd5\x09\x02\xb3\xa7\x8a\xa8\x2a\x7a\x2c\x8d\xb0\xf1\x98\x39\x11\x26\x95\x14\x8e\x99\x93\x43\x9a\xa4\xb3\x9d\xf1\x98\x26\x39\xa4\x46\x26\x65\x02\x4f\xd5\xe3\x01\xbd\x30\x42\x54\xfb\x9e\x33\x71\x26\x69\xda\xe3\x99\x38\xa7\x62\x8f\x54\xff\x3d\x55\x7b\xac\xda\x63\x56\xe4\x0b\x31\x7c\xc2\xa1\x39\xd5\xe1\x13\x98\xd4\x5b\x38\xee\x83\x3c\x75\xd3\x5f\x7c\xb4\xaa\xab\xe4\x98\x9c\xd9\x71\x43\x9e\x83\x73\xaa\x1f\x0d\xe7\xec\x46\x45\x61\x52\x2a\xe1\x98\xd1\x39\xa4\x6f\x3a\x95\x75\x8f\xe9\x1b\x61\xb2\x09\xe6\x98\xbe\x39\xa4\x6f\x7a\xc5\x03\x98\xbe\x11\x26\xf5\x09\x4f\xd5\xf8\x48\xdf\x74\xca\x19\x1f\xd3\x37\x87\xf4\x4d\xa7\xc6\xf0\x31\x7d\x23\xcc\x4e\xf4\x67\xfa\xe6\xb0\x85\xb1\x13\x66\x9f\xa6\x02\x00\x93\x73\xde\x4e\x63\xb9\x46\xe8\x54\xfc\x3d\x4d\x9d\x00\x26\xd9\xe9\xd3\x8c\xeb\x48\x05\x75\x6a\xf9\x1e\x53\x41\xc2\x64\x5a\x72\x9a\x71\x1d\xb9\x9e\xce\x4a\xc9\x69\x1a\x32\x30\x3b\x86\xec\x6e\xc9\xd3\x6e\x5a\xcf\x17\x6a\x8e\xce\xe4\x7d\x66\x27\xde\x34\xef\x73\xd8\xa8\xd8\xa9\x27\x7b\xdc\xa8\x28\x4c\xb6\xda\x9c\xa6\xbf\x07\x3a\x7c\x9e\xd3\xb4\xed\xa6\x6d\x13\xfd\x99\x1d\x12\x3a\x7c\x9e\xd3\xd4\x42\x13\x46\x1d\x5d\x35\x61\x74\xc8\x08\xf5\xfa\xb9\xd1\x46\x10\x81\x50\x89\xe1\x98\x0a\x3a\x9c\xeb\x32\x49\x91\x1f\xcf\x75\x39\xec\x66\xeb\x94\xa7\x3b\xee\x66\x3b\xec\x60\x9b\xec\x18\x3e\x6c\x63\xfb\x40\x67\x53\xda\x71\x37\x9b\x30\x49\x7e\x1f\x77\xb3\x1d\xf6\xa9\xf5\x96\xff\x4d\xae\x78\xe4\xff\xcf\x48\xec\x2e\x36\x61\x8e\xcf\x8f\x63\x4e\x1c\xde\xd2\x29\xec\x76\x3c\xbc\x45\x98\x6c\x18\x3e\x5d\x03\x06\x3a\x25\xdb\x8e\xe7\xb9\x1c\x76\xc4\x4d\x36\x0c\x1f\x77\xc4\x1d\xb6\xbf\x75\x27\x2d\x6e\x7f\x3b\x6c\x79\x9b\xc3\x17\x31\xb0\xe1\xa4\x96\xee\x4c\xc0\x93\x5a\x0e\xa7\xb3\x4c\xb6\x02\x9f\xae\x01\x73\xba\x4a\x37\xe2\xf6\x74\x15\x61\x0e\xec\xd0\xed\x6f\x87\xc4\x5a\xe7\xc8\xc9\x63\x62\x4d\x48\x1d\x5d\x20\xc9\xf6\xe3\xe9\x58\x18\x75\xae\x4e\x3f\x1f\x51\xe2\x59\xf4\xa6\x16\x46\x9a\xac\xb3\x12\x71\xba\xce\x13\x98\x90\x04\x4e\xd7\x79\x92\x32\xeb\x06\x49\xa6\xcc\x0e\x67\x9d\x4c\xb6\x15\x1f\xcf\x3a\x11\xae\xc4\x6b\x9b\x45\x13\x2e\x07\x7a\xb3\x68\xc2\xc5\xa1\x8f\x67\xb0\xd4\x79\x48\xac\x4d\x36\x0c\x1f\x13\x6b\xc2\x55\x3e\xcf\x0a\x45\xf1\x88\x08\xf1\x86\x91\x2d\x30\xd9\x43\x7c\x86\x43\x25\x70\x69\x61\x9e\xae\x72\x38\x51\x65\xb2\x87\xf8\x0c\xb5\x0f\xb8\xa8\xe3\x78\x86\x16\x06\x5c\xce\x2a\x86\x0a\x09\x4c\x36\x0c\x1f\xcf\x60\x11\x2e\xdd\xa2\xd9\xbd\x43\x2a\x6f\x0e\x14\xc0\x54\x9e\x70\xb1\x57\xf7\x0c\x63\x69\xb3\x7b\x6c\x18\x3e\x66\xf7\x84\x8b\x4d\x3d\x67\x38\x8c\x90\xe4\x9b\x6c\x05\x3e\xc3\x18\x0e\x48\xb0\x02\x8f\x09\x3f\x61\xb2\xc9\xf7\x0c\x87\x70\x20\x5d\xbe\xb6\x1a\x0d\x24\x4e\x3d\x3f\x6e\x63\x3c\xa6\x05\xd9\xf7\x7b\x4c\x0b\x0a\x89\x5c\xca\x31\x2d\x78\xd8\xb3\x38\xd9\xd1\x7b\xdc\xb3\x28\x24\x96\x60\x8f\x99\x42\x61\x0e\x82\x06\xf6\x2f\x3e\xc0\x29\xe0\x9f\x1b\xfd\x68\x04\xf4\xec\xe8\x3d\xe6\x13\x85\x44\xf1\xf2\x63\x3e\x51\x98\xc3\xbe\x77\x78\x03\x92\x1e\xc9\x7c\xe2\x61\x8b\xe1\x64\xdf\xef\x19\x8e\x52\x40\x66\xf7\xc2\x31\x79\x28\x64\x0a\xc3\x1d\x93\x87\x42\x86\xcf\x7e\x4c\x1e\x0a\xf9\xe5\x17\x72\xd9\x02\xc8\x2f\x5b\xaf\x59\x99\x16\x64\xe7\xda\x31\x2d\x28\x64\x72\xdf\xc7\xb4\xa0\x90\xb3\x4d\x75\x10\x1c\x96\xf9\x6f\x5e\x65\x17\x5a\xcf\xfc\x73\xa3\x5d\x48\xc8\x33\x3a\x3a\x61\xc8\x03\xe4\xfa\x11\xf9\x8e\xcc\x3d\x60\xac\x1c\xd3\x82\x42\x76\x26\x61\x5a\x50\x98\x30\x56\x8e\xbb\x2c\x85\xdc\x55\x4c\x3d\x00\x5b\x2a\xe7\x60\x32\xe5\x96\x4a\xa1\x38\xef\x33\x9f\x28\x14\x4e\x49\x3d\xe6\x13\x0f\xf9\xc4\x39\x34\x64\x47\x62\xa0\xe4\xcf\xe3\xed\x7b\x4b\xcf\xf8\xb5\x0d\x83\x81\x39\x08\x07\x4c\x31\x0a\xc5\xf1\xda\x1c\xa2\x30\xd9\xbe\x7b\xa6\xe3\x35\x50\x28\xe3\x7e\xa6\xe3\x35\xe7\xd4\x4c\xb6\xef\x1e\xcf\xa9\x11\x0a\xa5\xb1\x8f\xe7\xd4\x08\x93\xbd\xba\x67\xea\x86\x80\x42\x99\xdb\xe3\xd1\x35\x42\x69\xff\xa6\x52\xd4\xf3\xdf\x7f\x7a\xff\xfa\xc3\xdf\xfe\xc3\xfb\xd7\xff\xfa\xfe\xd3\xfe\x5a\x7f\xf9\xed\xb7\xfd\xf3\xef\xf1\xd3\xfa\xfd\xeb\x0f\x8f\xf4\x2b\xf6\xf9\xe9\xe7\xfd\xdb\xfe\xf3\x2f\x7f\xf9\x6d\xed\xaf\x5f\x7f\xf9\xf5\xb9\x8b\xff\xfd\xdf\x01\x00\x00\xff\xff\xeb\x41\x9d\x3c\xf2\xad\x00\x00"); +var _acbe =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x44\x92\xc1\x6e\x9c\x30\x10\x86\xef\x3c\xc5\x1c\xd3\x43\x0a\x06\x6c\x6f\xa4\x28\x52\xcb\x1e\x82\xaa\x6c\xab\xd2\x6e\x2b\x55\x3d\xb0\xf6\x2c\xb2\x54\x8c\x65\xe0\xb0\x6f\x5f\xcd\x98\xb0\x07\xf4\xc3\x67\xfc\x69\x3c\xe3\xbc\x69\x8f\xad\x77\x0b\xe4\xdf\xe2\x64\x3a\x5c\xe0\xea\xbc\x8d\x38\x4f\x6b\x34\x08\x17\x1c\x9c\xcf\x32\x51\x82\x75\x66\x79\xff\xe4\x30\x63\x1f\xb2\x2c\x7f\xfd\x32\x9b\xf9\xf1\xb3\x7c\x7c\x85\x75\xc6\x0d\x36\xed\xb1\xbb\xcd\x0b\x8e\xad\xbf\x4e\x50\xa5\xcd\x76\x0d\x9b\x00\x20\xff\x8e\x83\x9b\x97\x78\x83\x87\x4f\x76\xba\xe0\x07\xb0\x78\x25\xfe\x35\x5a\x8c\xce\x0f\xf0\xd0\x9c\x3a\xb1\xe3\x6e\x0d\xe1\x1f\x8e\xe8\x17\x50\xcc\xd0\x5b\xce\x2c\x6f\xde\xfa\x70\xea\x47\x84\x7b\x29\x67\x5e\xe2\x95\x33\xc6\xd9\x4d\x1e\x44\xf5\xb1\x28\x0e\x77\xfe\xe3\x16\x10\xc4\xa6\xf8\xfd\xb3\x3d\xc2\x1f\x01\xa2\x80\x52\xca\x83\xf8\xbb\xf1\x5f\x6f\x93\xdd\xff\x12\x55\xaa\xde\x38\x1b\x7b\x3f\x60\xf6\xdc\x8b\xfa\xf2\x02\x5b\x88\x4a\xd5\x8a\x98\xec\x99\x51\x88\x4a\xd7\x15\x33\x93\x98\x49\x4c\x32\xb3\x89\x21\xb1\x82\x88\x12\x4c\x54\x49\xa4\x66\x22\x13\x51\x44\x0e\x4c\x9e\x12\x21\x7b\x5d\x32\x49\x1e\x45\x9e\x54\x81\x4e\x1e\x4d\x1e\xc9\x66\x9d\x3c\x9a\x3c\x92\xcd\x3a\x79\x34\x79\x24\x9b\xb1\x62\x42\x41\x67\xd1\xd9\xb3\x51\x58\xbf\x00\x85\x24\x77\xf1\xa4\xa9\xed\xfb\xf9\xe9\x9d\xc6\xbd\x0f\xc0\xac\x31\xa2\x5f\x78\xd8\xdc\x64\x6a\x9c\xf3\xb8\xdf\xa6\x30\x05\xda\xc5\xcf\xff\x00\x00\x00\xff\xff\xb8\x3f\xd2\xbb\x79\x02\x00\x00"); +func _abg ()(*asset ,error ){_aea ,_bcde :=_decf ();if _bcde !=nil {return nil ,_bcde ;};_ebfc :=bindataFileInfo {_dae :"EUC-H",_fb :2837,_ae :_be .FileMode (436),_g :_a .Unix (1580491850,0)};_fddb :=&asset {_dd :_aea ,_ef :_ebfc };return _fddb ,nil ;}; +var _beba =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x44\xd3\x41\x8b\xdb\x30\x10\x05\xe0\xbb\x7f\xc5\x1c\xb7\x87\xd6\x96\x14\xad\x2d\x28\x0b\x25\x29\xd4\x85\xed\x96\xa6\xd9\x16\x4a\x0f\x8a\x34\x0e\x86\x46\x36\xb2\x73\xc8\xbf\x2f\x7a\x93\xa6\x87\xa0\xf8\x8b\xe6\xf1\x02\xe3\x7a\xdb\xef\xfa\x34\xae\x54\x7f\xcd\x53\xd8\xf3\x4a\xc3\x98\x62\xe6\x65\xba\xe4\xc0\x74\xe4\xd3\x98\xaa\x4a\x69\x8a\x63\x58\xff\x3d\xe2\x08\x67\x3f\x57\x55\xfd\xf1\xb0\x7d\xfb\x89\x2e\x0b\xdf\x9e\xb7\xfd\x6e\x7f\x5d\x56\x3e\xf7\x69\x98\xc8\xc8\x5c\xbc\xcc\xb7\x59\xa2\xfa\x1b\x9f\xc6\x65\xcd\x57\x7a\xf8\x10\xa7\x23\xbf\xa1\xc8\x43\xf1\x97\x1c\x39\x8f\xe9\x44\x0f\x9f\xfd\xec\x93\xba\xff\xb0\xbf\xcc\xf3\x1f\x3e\x73\x5a\x49\xc1\x38\x45\x9c\x55\xbd\x7d\xf6\xf3\x17\x7f\x66\x42\x8f\x57\x28\xf0\x95\xf3\x32\x4e\x89\x94\x7e\xd7\x34\xf6\xbf\x7f\xbf\xce\x7c\x4b\xa9\xea\x43\xbf\x7b\x19\x86\x85\x57\xea\x9a\x46\xee\xfc\x3c\xf4\x3b\xfa\xa5\x48\x35\xa4\xad\x31\xcd\xef\xdb\xd5\x1f\xcf\x53\xbc\x0f\xea\x56\xfe\x4d\x18\x63\xf6\xe9\xc4\xd5\x7b\xaf\xbc\x7e\xa2\x72\x98\x27\x6a\xbb\xae\x2d\x74\x54\xa0\xa3\x06\x39\x50\x10\xe2\x42\x4e\x15\x0a\x72\x2b\x58\xd0\x06\xe4\x41\xf1\x08\xc2\x20\xcb\xad\x72\xb4\x4e\x95\xf8\x8d\x07\xe1\x68\x9d\xea\x40\x46\xc8\x80\x1c\xc8\x0a\x95\x78\xa7\x1b\x50\x2b\xd4\x82\x14\xc8\x09\x39\x90\x2e\x14\x24\x2b\x20\x4b\x9b\x42\x2c\xc4\x42\x1b\x90\xc4\xb3\xc4\x5b\x90\xc4\xb3\xc4\x3f\x82\x58\x88\x41\xa5\xbd\x95\xf6\x56\xda\xeb\x0e\x64\x84\x24\xde\x81\xac\x10\xe2\x4d\x03\x6a\x85\x10\x6f\x14\xc8\x09\xa1\xbd\x29\xed\xad\xb4\xb7\xd2\xde\x94\xf6\x56\xda\x5b\x69\x6f\x36\x20\x89\x97\xf6\xc6\x82\x24\x5e\xda\x9b\x47\x10\x0b\xa1\xbd\x41\xfb\x41\x06\x87\x47\x50\x57\x36\xf2\xbe\x0c\xe5\x7b\x79\x17\xee\xbb\x19\x2e\x39\x73\x5a\xf1\x26\x60\x09\xcb\x16\x8d\x89\xef\x6f\xd9\x3c\xcd\x65\x0a\x9f\xbf\x01\x00\x00\xff\xff\x11\x50\xcc\x91\x91\x03\x00\x00"); +var _cegc =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x44\xd2\x41\x0f\x93\x30\x14\x07\xf0\x3b\x9f\xe2\x1d\xe7\x61\x42\x81\x52\x4d\x8c\x89\xb2\xc3\x88\xd9\x34\xa2\xd3\xc4\x78\x80\xf6\x8d\x34\x19\xa5\x29\x70\xd8\xb7\x37\xef\x15\xd9\x61\x79\xe3\x57\xfa\xcf\xeb\x2b\x69\xdd\x9c\x1a\x67\x17\x48\xbf\x85\x49\xb7\xb8\xc0\xdd\x3a\x13\x70\x9e\xd6\xa0\x11\x7a\x1c\xac\x4b\x12\x91\x83\xb1\x7a\xf9\xff\xc8\x45\x8f\x9d\x4f\x92\xf4\xfc\xc5\x3c\xfa\xe3\x67\x79\x3c\xc3\x3a\xe3\x86\x75\x73\x6a\x9f\xf3\x82\x63\xe3\xee\x13\x14\x71\xb3\x59\xfd\x16\x00\x90\x7e\xc7\xc1\xce\x4b\x78\xc2\xe1\x93\x99\x7a\x7c\x03\x06\xef\xe4\x5f\x83\xc1\x60\xdd\x00\x87\xfa\xda\x8a\x9d\xdb\xd5\xfb\x07\x8e\xe8\x16\x10\x6c\xe8\x0c\xd7\x24\xad\x2f\x9d\xbf\x76\x23\xc2\xab\x95\x1b\x2f\xf1\xca\x0d\xc3\x6c\x27\x07\x22\x7f\x9b\x65\xf2\xe5\x3f\x9e\x1e\xb7\xa8\x24\xfd\xfd\xb3\x39\xc1\x1f\x01\x22\x83\x5c\xca\xbc\xfc\xbb\xf9\xaf\xcb\x64\xf6\xb7\x44\x1e\xbb\xd7\xd6\x84\xce\x0d\x98\x7c\xe8\x44\xd9\x7f\x84\xad\x88\xa2\x2a\x2b\x32\xd9\xb1\x51\x11\x85\x2a\x0b\x36\x1d\x4d\x47\x93\x6c\x26\x1a\x92\x65\x24\x95\x60\xa9\x72\x92\x92\x45\x46\xa9\x48\xde\xb1\xbc\x8f\x42\xe9\x65\xce\x12\x73\x2a\xca\x89\x1d\xa8\x98\xa3\x28\x47\x72\xb2\x8a\x39\x8a\x72\x24\x27\xab\x98\xa3\x28\x47\x72\x32\x16\x2c\x54\xe8\x2c\x8a\x46\xbc\x9f\x95\xfe\xd3\xd5\xee\xc3\xd6\x6b\x08\xe8\x16\xbe\x58\x1e\x28\x0d\xc9\x3a\xdc\xbf\x1c\x3f\x79\xda\xc5\xbf\x7f\x01\x00\x00\xff\xff\x33\xf7\x40\xf6\x65\x02\x00\x00"); +func _cagb ()([]byte ,error ){return _c (_daaa ,"UniJIS-UTF8-H")};var _ebef =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x44\xd2\x41\x8f\x95\x30\x10\x07\xf0\x3b\x9f\x62\x8e\xeb\x41\xa1\x40\xe9\x6e\x62\x4c\x14\x0e\x72\xd8\x5d\x23\xbe\xa7\x89\xf1\xc0\x6b\x07\xd2\x44\x4a\x53\xca\xe1\x7d\x7b\x33\x53\x64\x0f\x64\xe8\x2f\xcc\x3f\xed\x94\xbc\xed\xbb\xde\xd9\x08\xf9\xb7\xb0\xea\x01\x23\x4c\xd6\x99\x80\xdb\xba\x07\x8d\x70\xc3\xd9\xba\x2c\x13\x25\x18\xab\xe3\xff\x25\x17\xbd\x8c\x3e\xcb\xf2\x2f\xf2\xfd\x57\xd8\x37\x3c\x96\x6d\xdf\x0d\xf7\x2d\xe2\xd2\xbb\x69\x85\x2a\xb5\x99\xdd\x1f\xad\x00\xf9\x77\x9c\xed\x16\xc3\x1d\x1e\x3e\x9b\xf5\x86\xef\xc0\xe0\x44\xfe\x1a\x0c\x06\xeb\x66\x78\x68\x5f\x06\x71\xf2\xb0\x7b\xff\x17\x17\x74\x11\x0a\x36\x74\x86\x6b\x96\xb7\xcf\xa3\x7f\x19\x17\x04\xda\xc4\x95\x91\xed\x8a\x61\xb3\xab\x03\x51\x7c\x28\x8a\xe6\xcd\x7f\xdc\x3d\x82\x38\x9a\x2f\x7d\xf7\x3a\x4d\x1b\x46\x78\x12\x29\x38\xff\x75\xe9\x3b\xf8\x2d\x40\x14\x50\xca\xea\x51\xfc\x39\x3e\xfd\xf9\xbc\x9a\xb3\x51\x94\xe9\x28\xda\x9a\x30\xba\x19\xb3\x8f\xa3\xa8\x6f\x9f\xe0\x28\xa2\x6a\xea\x86\x4c\x8e\x6c\x54\x44\xa5\xea\x8a\x4d\x27\xd3\xc9\x24\x9b\x49\x86\x64\x05\x49\x23\x58\x9a\x92\xa4\x66\x91\x49\x1a\x92\x47\x96\xa7\x24\x94\x5e\x97\x2c\x29\xa7\xa1\x9c\xb4\x03\x95\x72\x14\xe5\x48\x4e\x56\x29\x47\x51\x8e\xe4\x64\x95\x72\x14\xe5\x48\x4e\xc6\x8a\x85\x0a\x9d\x45\xd1\xbc\xcf\xb3\xd2\x3b\xdd\xf3\x39\x79\xbd\x87\x80\x2e\xf2\x2d\xf3\x8c\x69\x48\xd6\xe1\xf9\x03\xf9\xd5\x53\x17\x3f\xff\x02\x00\x00\xff\xff\x86\xb8\x44\x50\x6c\x02\x00\x00"); +func _efa ()(*asset ,error ){_cbee ,_ccg :=_bcd ();if _ccg !=nil {return nil ,_ccg ;};_ddd :=bindataFileInfo {_dae :"90msp-RKSJ-H",_fb :3749,_ae :_be .FileMode (436),_g :_a .Unix (1580490990,0)};_cf :=&asset {_dd :_cbee ,_ef :_ddd };return _cf ,nil ;}; +var _ffgb =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x84\x9b\x5b\xab\x26\xd7\x71\xf7\xef\xf7\xa7\x78\x2e\xfd\x5e\xf8\x55\xaf\x63\xad\x82\x61\x83\x91\x2c\x22\x07\xc7\xc1\x8a\x93\x40\xc8\x45\x1f\xaa\xc5\x40\xb4\x67\x98\x19\x41\xfc\xed\x43\xfd\xfe\x8f\x95\x44\x04\x64\x30\xa5\xf9\x3f\xd5\xd5\xb5\x6a\xd5\x71\xad\xde\x5f\x7d\xfd\xdd\x37\xdf\xbd\xbd\xff\xf2\xf8\xea\x1f\x3f\x7d\x38\xbf\x8f\x2f\x8f\xfb\xfd\xdb\xf5\x29\x3e\x7f\xf8\xe9\xd3\x19\x8f\x23\x7e\x78\xff\xf6\xf2\x52\xea\xe3\x7a\x7f\x7e\xf9\xdb\x3f\x21\xe7\x8f\xfb\xc7\x97\x97\x7c\xfe\xfb\xbf\x7e\xfe\x12\x3f\x7e\xf7\x76\x7f\x78\x34\xf1\x5d\x3f\x7d\x7c\xf2\x3e\x1e\x5f\xfd\x39\x7e\x78\xff\xf9\xcb\xa7\xbf\x3e\x7e\xf3\xbb\xeb\xc3\x11\xff\xef\x71\xc5\x9d\xf8\x9f\x3e\x5d\xf1\xe9\xfd\xdb\x0f\x8f\xdf\xfc\x61\xff\xb8\xbf\x95\x9f\x7f\xf8\xfe\xa7\x8f\x1f\xff\x23\x7e\x8c\xb7\x2f\x8f\x0a\x16\x6f\x17\xf4\xe5\xab\xaf\xff\xb8\x7f\xfc\x87\xfd\xc7\x78\x7c\xf5\xfb\xff\xfc\xf2\xdb\x3f\xff\xfd\xf7\x7f\xf8\xed\xdf\xf1\x13\xbf\xfc\x73\x7c\xfa\xfc\xfe\xc3\xdb\xa3\x94\xff\xbf\x6d\xf3\xbf\xf1\x7f\xfa\xeb\xc7\x78\x94\xa7\x88\xbf\x7c\xf7\xcd\x9f\xee\xfb\x73\x7c\x79\xd8\x26\x96\x7f\xfd\xcb\x77\xdf\x3c\xfe\xad\x3c\xca\xf6\xa8\xa3\xb5\xfa\xef\x4f\xce\x7f\xf9\xe3\x87\x2b\x1e\x62\x7a\xe9\x5a\xd0\xf9\xe1\x8a\xcf\x1f\xf7\x33\x3e\xed\x6f\x3f\xc4\xcb\xe3\xf1\x6e\xdb\x5e\x1f\x8f\xc7\xbb\xb5\xbd\xe6\xbf\x56\xe9\xdb\xeb\xe3\x9d\x7f\xfb\xed\xd7\xfc\xfb\x77\xfa\xf5\x9b\x6f\xf9\xd7\xef\x37\x7e\xfd\xf6\xeb\xfc\x35\xde\xae\x5f\x48\x7b\x29\x7a\xc9\xdb\x87\x2f\x57\xdc\xc2\x90\xff\xae\xdc\xaf\x8f\xda\x4a\x3e\xf3\x3f\x7f\x7c\x29\xdb\xf6\xd4\xeb\xfd\xf5\xe4\xaf\xc9\x6f\x91\xaf\x7d\x3c\x78\xe8\x6f\x4a\xad\x02\x3c\x5b\x4b\x68\x09\x5a\x2b\x21\x9f\x40\x2e\xc8\x5f\x1f\xd6\x6d\x01\xed\x40\xfb\xf9\xfa\x78\xd8\x96\x5c\xb5\xdf\x09\xd5\x91\x0f\xda\xda\x12\x9a\xc8\xaa\xe6\x09\x39\xd0\x2a\x40\xbe\xbf\x3e\x1e\xab\xf0\xa0\xeb\xc1\xbb\x24\xd4\xeb\xcb\xbb\xd5\xa4\x57\x43\x2f\xaf\x23\x21\xe9\xd5\x7c\x26\xb4\x52\x89\xa6\x07\xdb\x31\x5f\x1f\x65\x2b\xb9\xa0\x76\x08\xba\x80\x5a\x3e\xd8\x25\xab\xa7\x2e\x65\x1b\x9e\x90\x09\x4a\xf1\x65\xf3\x7c\x63\x97\xf8\xee\xe5\xf5\x51\xca\x66\x2f\xef\xd6\xd0\x83\x03\x25\x6a\x4b\xae\x21\x2e\xc8\xa3\xb1\xa0\xa1\x05\x0d\x87\x0b\x7b\x0d\xe9\x35\xae\x2b\xb9\x2a\xb2\xae\x00\xba\x4f\x1e\x4c\x55\xa7\xc4\x4f\xc4\xf7\x9a\xe2\xa7\xc4\xcf\x54\xe2\xd1\x57\x6a\x3f\xbd\x0a\xaa\x88\x17\xd4\x04\xe5\x83\x63\xcb\x4d\x9b\xbb\xb8\xe2\x62\x87\x72\x8d\x26\xf1\x36\x12\x1a\x23\x1f\xb4\x81\x5e\x66\x23\x21\xc4\x9b\x85\xa0\x78\x7d\xac\x56\x53\x96\x49\x09\x5b\xf7\xeb\xc3\xe6\x96\x86\x36\x17\x94\xe4\x61\xb3\x02\x15\x41\x05\xa8\x00\x55\x41\x15\x08\x25\xa4\xaa\x79\x7a\xce\xac\x1d\x68\x17\xb4\xc3\x25\xf1\x87\xa0\x33\xb9\x70\xcc\x25\x13\x42\x4a\xc1\x01\xd6\x8e\x12\x10\x93\xaf\xae\x1d\x25\xd6\xb1\xc1\x95\x86\x5e\xc7\x13\x2a\xaf\x0f\x6b\x6d\x03\xaa\x82\x56\x72\xf5\x0e\xe4\x82\xd0\xab\x09\x42\xaf\x15\x47\x72\x8d\x5c\xe3\x8a\x53\x90\xf4\x42\x89\xb4\xf0\xbb\xb5\xee\x7c\x63\xc5\xf6\xeb\xd6\x1b\x93\xd8\x6c\x13\x48\x6f\xbc\x1d\xae\x05\x24\xf1\x49\x6c\x36\x54\xbd\x0f\x41\x67\x72\x95\x84\x5c\x9b\xe6\x7d\x01\x39\x90\x0b\x92\xaa\x0b\x08\x59\x3e\x5a\x72\x55\xb8\x46\x17\xd4\xe1\x12\x34\x04\x59\x72\xf5\x0d\x68\x09\x5a\xc9\xf5\x84\x24\x7e\xec\x70\x75\xa0\x43\x10\xcb\xee\x05\x88\x65\x3b\x31\x54\x3b\x4a\xcc\x22\x88\x65\xf7\x06\xc4\xb2\x9d\xb0\xaa\x03\x48\xce\xe4\x0b\xf1\xab\x02\x49\x7c\x12\x9b\x7a\xe3\xc2\xd0\xbe\x8f\xe4\x72\xa0\x7d\x0a\x9a\x70\x0d\x20\x13\x64\xb9\xb5\xf8\x97\xef\x5a\xd0\xae\x05\x4d\x20\x2d\x28\x83\xaf\xc8\xa3\x5d\xc1\x07\xb1\xd9\x31\xf4\x85\x7f\xf9\x9d\xc6\x69\x06\x74\x4b\xd6\x2d\x59\xac\xf1\x96\xac\xdc\xb4\xd2\xd9\x6d\xd7\xa6\x41\x6c\x76\x94\xb8\xa5\x3d\xfb\xd8\xc9\x85\xbb\xf6\x11\x52\x3a\xd9\x64\xef\x45\x10\xf6\x1a\x1b\x10\xf6\xda\xa7\xb8\x52\xd6\x2e\xab\x42\x66\x77\x1e\x9c\x4f\xae\x54\xb5\xb3\x1d\xfb\x5c\x82\xd6\xeb\x63\x6c\xac\x71\x9f\xa8\xba\x63\xfb\x8e\xf6\xbb\x6c\xbf\xaf\x9e\x90\xf1\xc6\x35\x04\x0d\x94\x40\xd6\x9a\x82\x58\xa3\xa1\xbd\x76\x68\xd7\x0e\x11\x0a\xbb\x76\x68\xcf\xd8\x2e\x9d\x7d\xdc\x15\xdb\x10\x9b\xec\xf6\xee\x5d\x50\xee\x63\x27\x3d\xee\x2e\xf1\x49\x86\xe3\xf7\xbb\x9b\x20\x87\x4b\x0f\xee\x82\x88\x8e\xd1\x81\xa4\x44\x26\xf4\xf2\xb4\xc4\xa9\x05\x9d\x64\x00\x52\xda\x7e\xca\x5e\x49\xc6\xf3\x8d\xa7\xec\x75\xe6\x82\x06\xf1\xb8\x9f\x92\x75\x6a\x41\x82\xb4\xa0\x33\xc5\x0f\x3c\x67\xbf\x24\x3e\xc9\x9c\x54\x98\xfd\x92\xf8\xc8\x65\x0f\xd9\x2b\xb4\xec\xd0\xb2\xd1\x2b\xb4\x6c\x1c\x60\xd8\x46\x05\xff\x5b\xdd\xfd\xbf\x4a\xf1\x3a\xe4\x1f\x47\x06\x75\x19\x64\xf5\x43\x41\x0d\xb1\x39\x16\x10\x6a\x1f\x23\xf7\x74\xe2\x58\x87\x52\x38\xc4\x26\xc5\xec\x50\x91\x3d\xd8\xf9\x49\x12\x3c\xb4\xf3\x07\xd9\xf3\x29\x4b\xd9\xf3\x50\xf6\x9c\x1b\x50\x11\x94\x8e\x35\xa9\x49\x87\xe2\xe9\x50\x3c\x4d\x41\x38\xd6\x71\x36\xb8\x78\xe3\xd9\x05\x75\xaa\x4d\x07\x1a\x82\xd2\x04\x26\x25\xce\x4b\xd0\x85\xac\x0a\x44\x20\x1e\x91\x5b\x63\x6c\xcd\x11\x5a\x63\xb0\x35\xb3\x01\xb1\x35\x47\x26\xd4\x62\x13\x2e\x25\x54\x88\xcd\xc9\x1b\xef\x26\x28\x53\xa5\x19\x0f\x2a\x5c\x21\x36\x27\x56\x55\xda\x85\x14\x35\x25\x87\x22\xf8\x50\x04\x3f\xc5\x3f\xdf\x88\xf6\x78\xf7\xa9\x1d\x3a\x33\x44\x8b\xad\x06\xd4\x04\xb1\xf3\xd3\x80\xb0\xc4\x99\xa9\xb6\xd8\x02\x1a\x53\x10\x89\x8b\xfa\x76\x0e\x1c\xfe\x9c\x69\xc2\xc5\x3e\x9e\x53\x0f\x4e\xf2\x35\xb9\xec\x9c\x43\x50\x2a\xb1\xea\x06\x74\x09\xc2\x84\x26\x08\x13\x9e\xd9\xc1\x94\x45\xee\x3f\xad\x08\x22\xb3\x58\x01\xaa\x82\x78\x23\xb5\xf2\x34\xbd\xd1\x78\xa3\xb1\x46\xd3\x1b\xb3\x3d\x2b\x8b\xed\x38\x6d\x17\x94\x5e\x58\x96\x64\x1d\x82\xd2\xbf\xd4\x9e\x9d\xf2\xaf\x73\x21\x9e\xe0\x39\x97\xc4\x2f\x89\xe7\x8d\x4a\x36\xa7\xa3\x2a\xc1\x73\xaa\x6b\x80\xd8\xc4\x73\x4e\x75\x0d\xa7\xe7\x3e\xae\x29\xc8\x05\xb1\x8f\x36\x80\xa4\x97\x67\x56\x5f\xd2\xde\x65\x09\x27\xab\x93\xb8\x4e\x75\x0d\x67\x16\xff\xb2\xc8\xea\xa7\x8a\x3f\xc4\xe6\x13\xd2\x3e\x1e\x2c\xc8\x05\x3d\x1f\x24\xac\xe8\x70\x4f\x25\x9b\x13\x9f\xf0\x92\xb6\xbf\xe4\x13\x17\x51\xeb\x18\xfa\x52\xd4\x5e\x8a\x5a\x1a\xaf\x4b\x51\x7b\xe1\x13\x8e\x33\x5d\xf2\x89\x4b\x3e\x81\x17\x5e\xf2\x89\x8b\xdc\xef\x94\xbc\x4b\xb9\xff\x52\x45\xc5\xf6\x97\x72\xff\x95\xdb\x51\xb7\x2d\x2d\x71\x69\x3b\x20\x63\x91\x76\x2f\x3b\x05\x45\x72\xd1\x3f\x5d\xda\xa1\x2b\xd3\x76\xdd\x68\x70\xae\x75\x09\xc2\x99\xa4\xd7\xc2\x84\x57\xa6\xf0\xba\x51\x34\x2e\xa5\x70\x88\x4d\xfc\xfe\xf2\x21\x68\x25\x17\x69\xf7\xd2\x0e\x5d\xda\xa1\x85\x78\xed\xd0\x95\xd9\xb3\x6e\x24\x98\x4b\xd9\x13\x62\x93\x7e\xf3\xba\xb4\xa0\xcc\x98\xb5\xd0\xfe\x5f\x21\xf1\x41\x4d\x5a\x82\x64\xaf\xcc\x00\xb5\xe0\x98\x97\x32\xc0\xa5\x0c\x40\xa4\x5d\xca\x00\x57\xee\x50\x2d\x94\xe2\xd0\x0e\x45\x1f\x09\x0d\x41\x53\x90\x6c\xbf\x80\x4c\x50\x2e\xa8\x90\x01\x42\x5d\x56\xa8\xcb\x5a\x7a\x70\x17\xb4\xc3\x25\xe8\x10\x44\xea\xa0\xda\x44\xc7\xf6\x91\xdb\x59\x0b\x3e\x11\xea\xb2\x42\x5d\x96\x0b\x92\x78\x76\xa8\x60\xaf\xd0\x0e\xc5\x91\xaa\x56\xda\xff\x38\xa4\xea\x81\xaa\x2e\x48\xaa\x9e\x70\xe1\xbe\x71\x8a\xeb\x14\x57\x03\x7a\x72\x59\x76\x0d\xb4\x08\x71\x4a\x89\x2b\x0d\xad\x96\x2a\xae\x21\x08\x43\x3f\x21\xc9\xba\x72\x8d\x8d\x46\x35\x2e\xad\xf1\xa2\xfb\xa3\x34\xc5\x85\xe7\x04\x86\x6e\x25\xa1\x5b\x86\xbe\xd3\x5e\xb5\xd1\x52\xdd\xb2\xd7\xad\x50\x70\x41\xc8\xba\xb3\x2b\xad\x8d\x3a\x74\xab\x2b\x85\xd8\x74\x41\x28\x71\x63\x1c\xf5\x75\xb7\x8c\x73\x67\x07\x52\x3b\xc1\x77\xab\x03\xb9\xe5\xbe\x2e\x2e\xdc\xf7\xce\x6c\x52\x3b\xd3\xc5\xad\x6c\x72\xd3\x94\xd8\x56\x7e\xbd\x14\xdf\x72\xf8\x3b\x27\xa8\xda\x19\x18\xee\xbd\x09\x92\x90\x06\x24\xae\x9c\x34\x6a\x27\xe3\xdd\x9a\x34\x20\x66\x1b\x6f\x57\xb2\xb9\x8f\x34\x54\x27\x06\xee\xe3\x12\x74\xc1\x85\xed\x0e\xa9\x7d\xf1\x46\x72\xd9\x7d\xe9\x8d\x97\xde\x88\xf8\x4b\x6f\xbc\x90\xc5\x6e\xdd\xda\x07\x88\x19\x5d\xe5\xad\xd6\xf6\x8e\x34\xc1\x90\x12\x21\x25\x92\x98\xb1\xa7\xb7\x7a\x96\x9b\x0d\x1c\xd9\x68\xba\x0e\x1c\x7c\x23\x06\x46\xce\x36\xbe\x11\x03\x22\x66\x4f\xae\x1d\xc8\xd2\xbb\x47\x87\xcb\x96\xa0\xf4\x6e\xcb\xad\xf1\xcd\xf4\x20\x1b\x38\xd2\x6f\x7d\x5b\x12\x9f\xc4\x2c\x47\x73\xdf\x18\x94\x7d\x5b\xbc\xd1\x11\xbf\xf4\x20\x07\x0b\x56\xf4\xa0\xde\x98\x99\xbc\x32\x7d\xfa\xb6\x4b\xd6\x2e\x59\x0d\x48\xb2\x0e\xb8\x1a\xe2\x4f\x71\x9d\xe2\xea\x40\xe2\xca\xd5\x57\x7a\x0b\xdf\x68\xd5\x44\xcc\x0a\x0b\x22\xff\xf8\x16\xa9\xfd\x94\x5e\x71\x03\xdd\x92\x35\x13\xba\x25\xeb\x9e\xaf\x8f\xfa\x5c\x50\x0e\x0f\x49\x64\x09\x54\xbd\xb5\x20\x0c\x6d\x39\xbf\xf9\xf3\xdc\xa7\x90\x92\x2c\x7b\x75\x2f\xa4\x24\x11\xb3\xac\xf4\x5e\x48\x49\x22\x93\x9e\xc7\x4b\xc7\xd0\x85\xcc\x62\xac\xb1\x8c\x27\xc4\x1b\xab\x20\xde\x58\x66\x46\xb0\x65\x0a\xf7\x32\x0f\x41\x07\x5c\x15\xe8\x14\x74\x25\x57\xb6\x2e\x5e\x68\x24\x44\xec\xa9\xd7\x64\xd9\xc5\xe0\x32\xf4\x32\x71\x99\xb8\xd2\xaa\x3a\x20\x72\x0e\x88\xaa\x2d\x54\xd5\x3e\xea\x80\xc8\x72\x5a\x77\x1d\x10\x79\x39\xd0\xcb\xe1\x3a\xa4\xd7\x21\xbd\x04\x49\xaf\xec\xd5\x2b\x8d\x84\x97\x53\x5c\xa7\xb8\x50\xf5\x14\xd7\x95\xc9\x66\x4d\x16\x74\x49\x7c\x12\xb3\xca\xb2\x2f\x3d\x18\x19\xa2\x14\x7f\x2f\x51\x04\x11\xa2\x95\xed\x20\x3a\xbc\x64\x8f\x59\xd7\x62\x41\xcc\xf4\x22\x66\x8d\x65\x87\x96\x9d\xd5\xa6\x2e\x69\x4f\xb5\xf1\x72\xe3\x39\xda\x8e\x7b\x08\x4a\xed\x7d\xc3\x84\xb7\x94\xa0\xb9\xb4\x26\x48\xda\xe3\x13\x34\x12\x5e\xe5\x13\x15\x9f\x70\x9c\xa9\xca\x27\xaa\x7c\x22\x0b\xb6\x57\xf9\x04\xa4\x3a\xfe\x55\xe5\x13\x55\x21\x4a\xd4\x56\x85\x68\xcd\x54\x5b\xbd\x4a\xd6\x29\x48\x0b\x32\x20\x16\x54\x87\xb8\x78\x70\x88\x8b\x31\xdf\x9a\x03\x61\x89\x4a\x20\x7b\x47\x55\xed\x76\x5d\x19\x69\x6e\xe8\xe5\x82\x9c\xe8\x10\x17\x7d\x9d\xd7\xcc\xa5\xd5\x1d\x25\xe8\x1a\x44\xcc\xba\x20\xad\xd1\x51\x02\xab\x56\x97\x12\x1c\xfd\x58\x36\x97\x5e\x5d\x4a\xa4\xe7\xb4\x0d\xab\x56\x79\x4e\x95\xe7\x74\x41\x7a\x30\x0b\x63\xdb\x64\xaf\x53\xe2\x29\x8c\xd6\x05\xc9\x84\x49\xda\x46\xfe\xaa\xa7\x4c\x78\x12\x43\x4f\xc8\x05\xf1\xc6\x8e\xbd\xe4\x85\x55\x5e\x88\x63\xd6\xf3\xf9\xc6\x33\xb9\x06\xcb\x3e\xa5\x2a\x23\x8e\x3d\x1f\x94\xa1\xaf\x05\x17\x0b\xba\x24\x3e\x49\x1f\xf8\x44\x95\xfb\xd6\x1b\x59\xd9\xf4\xba\x8e\x3c\x45\xda\x46\x1a\x6a\x1c\x19\x88\x98\x62\xbb\x71\x64\xe0\x2d\x3d\xa7\x95\xad\x00\x4d\x41\x5a\xb6\x1e\x34\x41\x27\x5c\x13\xe8\x12\x84\xaa\x68\xdf\xe4\x13\x2d\xab\x73\x2b\xe4\xd5\x46\x75\x16\x31\x1b\x88\x1f\x12\x9f\xae\xd1\x4a\x15\xf4\x7c\x90\xa4\xc0\x1a\x1b\x73\xa9\xb7\x39\x93\x8b\x18\x6a\x53\x4a\x24\x31\x1b\xed\x57\x4b\xb1\x37\x8e\x35\xbc\x4d\x47\x08\x2b\x99\xbb\x20\xe2\x7c\x60\x28\xa5\xb7\x96\xc9\xaa\x15\x5c\xa6\x99\x6c\xc7\x04\x64\xd9\xa1\x7a\x33\x19\xca\x30\x94\xac\x62\x5a\x49\x92\xb1\x9e\x5c\xd2\x31\x1d\xbe\x15\x89\x97\xc3\xb7\x9c\x6d\x5a\x21\xd9\x34\x66\x1b\x11\xb3\x1c\xf9\xbd\x2d\x19\x6a\x61\x95\x29\x48\x56\x49\x32\xea\x86\x09\x96\xac\x92\x4d\x49\x2b\xa4\xa4\xc6\xa9\x89\xc8\xe8\x32\x94\x4b\xbc\xa7\x93\x96\xc5\x1b\x5d\x96\x70\x9c\x74\xb0\xf3\xb4\xdc\xde\x32\x06\x5a\x59\xc8\x52\x0c\x40\xcc\x06\x6b\x3c\xb4\xcd\x59\x18\x5b\x25\xab\x37\x15\xc6\xa6\xc2\x38\x79\xa3\x0a\x63\xcb\xc6\xbc\x55\x72\x6c\xbb\x64\x2f\x75\x20\x93\x6d\xbe\xa4\x17\xae\x5c\x89\x81\x26\x57\x6e\x4a\xbb\x54\xd4\xa6\xb4\xdb\xb2\x11\x69\x1c\xfa\x79\xbb\xb4\xec\x24\x66\x13\x43\x87\x94\xc8\x52\xdc\xaa\x16\xa4\x52\xdc\xe8\xfb\x55\xf2\x5a\x68\x87\x22\x2d\x51\x15\x16\x21\x4b\x04\x96\x98\x7a\x50\x4a\xdc\xc8\x92\xed\x6f\xc9\x4a\x32\x97\xa3\x84\x92\x73\x23\xc4\x6a\x4e\x66\xae\x9b\x00\xef\x1d\xf1\x98\xb0\x2b\xa1\x42\x8c\x33\x6b\xef\x6a\x83\xfa\x80\x8b\x2c\xd5\x55\x77\xbb\xea\x2e\x85\xb1\xab\xee\x76\xfc\xab\xd1\xba\x74\xf9\x17\xc4\x2c\x47\x01\xef\xf2\x2f\x2e\x1a\x5a\xc3\x57\x75\xd1\xe0\x7d\x65\xa4\x34\x02\xb1\x2f\x71\x2d\x22\xc5\xc4\xa5\x37\x26\x99\x83\x14\xde\x55\x64\xbb\x8a\x6c\x4e\xd8\xde\x55\x64\x7b\xb6\xc6\xad\x4d\xc9\xba\x04\x11\xe7\xe4\xeb\x2e\xc7\xec\xd9\x33\xb5\x86\x55\x3b\xf7\x05\x22\x66\x39\x61\x7b\xa7\xe9\xf5\xbe\xa7\x7f\xb5\x25\xe8\x14\x84\x7f\x19\x96\xd8\x25\x3e\x49\x6b\x2e\xae\xa7\x78\xb2\x01\x4e\xde\x77\x1c\xa0\xe3\x5f\xcd\x81\xe4\x5f\x10\xb3\x9c\xb0\xbd\x5f\x7a\x63\xba\x49\xeb\xe4\xc5\x2e\x37\x81\x98\x69\xd3\x54\xc3\x7b\x96\xe2\xd6\xc9\xb1\x5d\xa5\x18\x62\x1c\xea\x78\x97\x03\x74\x76\xbb\xe3\x4c\xba\xbe\x11\x69\x9d\x35\x0e\x25\xd4\xd1\x51\x22\x27\x6c\x1f\x1c\xea\xf8\xc8\xbc\xd8\xb8\xdb\xf2\xa1\xbc\x08\x31\x8e\x7e\x7c\x70\xb7\x25\x32\x0a\x7a\x8d\x21\xf1\x03\xf1\x94\xbc\x31\x24\x7e\x90\x86\xe8\x2d\xc6\xa8\x82\x1a\x5c\xc8\xe2\xa8\x5e\xc4\x0c\x43\x0f\xa5\xdd\x91\x09\xb5\x75\x5c\x6e\x28\xa1\x42\x4c\x5d\xd6\x98\x7a\x63\xf6\x72\x6d\x64\xfb\xef\x83\x03\x22\x11\xe3\xfc\xc9\x87\xfa\xba\x41\x7a\x1c\xe4\xeb\xa1\xf4\x08\x31\x5b\xac\xd1\xa4\x2a\x8e\x39\xe8\xeb\x74\xb7\xe5\x23\xf3\x44\x1b\x0d\x2e\xe5\x09\x88\xd9\x62\xd9\xa7\x16\x44\xad\x9c\x1b\x0f\xaa\x56\x0e\xd5\xca\x9c\x8a\x7d\xa8\x56\x8e\x2b\x63\x68\xd2\x8c\x8f\x6b\x09\x22\x86\x64\x2f\x65\x93\x91\x3d\x75\xe3\xe4\xd2\x87\x7a\x6a\x88\x19\xa3\xc4\xb8\xf5\x20\x5b\xcb\x61\xa6\xeb\xea\x4c\xa4\xa9\xb1\x9f\xda\xda\xa9\x5a\xe9\x82\xaa\x20\x94\x20\x0d\x4d\x85\xfb\x54\xb8\xe7\x50\xe5\x53\xe1\x3e\x29\x3a\x9c\x8b\xf9\x54\xd1\x99\x2a\x3a\x38\xf9\x54\xd1\xe1\xb2\xae\x31\xa0\xb9\x2e\xeb\x7c\x66\x3c\x36\xb5\xb3\x53\xf1\x08\x31\xb9\xdc\x5c\x7a\x30\x2b\x41\x53\x2f\x36\xd5\x3f\x4d\xf5\x4f\xec\xf6\x54\xff\x34\x33\xdf\x37\x35\x38\x53\xf9\x1e\xd2\xcb\x13\x92\x78\x6c\xaf\xba\x3b\x65\xfb\xf9\xb4\x3d\xe2\x65\xfb\x99\xa3\x7d\x5b\x1b\x5c\x97\x09\x92\x55\xd7\xaf\x97\xe2\xa9\xdd\x9a\x39\x7d\xb6\xc5\x06\x4e\xa6\x4f\x11\x33\x1a\x94\xc9\xf4\xe9\x93\x08\xe6\xc8\xd2\xa7\x22\x18\x62\x6b\x13\xa4\xc5\xb1\xcd\x8b\x9a\x34\xb5\xcd\x90\xd9\x87\x20\xbd\x91\x69\x6a\xd1\xd9\x4c\x4d\x53\x90\xb6\x08\xfd\x79\xcb\x04\x5c\xa3\x3d\x17\xa7\x96\x1b\xd2\x16\x95\x7e\xaa\xe5\x86\xd8\xa2\x85\xd4\x75\xa8\x1b\xe1\xca\x61\xa4\x9b\xc2\x15\x62\x0b\x57\x36\x85\xab\x65\x0c\xb5\x45\x39\x30\x0d\x45\x10\x5b\x39\xc0\xbb\x29\x9e\x2c\x5b\x8c\xb6\xb0\x84\x59\x13\xd4\xe0\x9a\x40\x5d\x50\xee\xa9\xa6\x03\xd3\xa0\x0c\x31\xee\x5a\xdc\x38\x70\x75\x2e\x60\x9b\x33\x74\xeb\x02\xd6\x6d\xf1\x20\xb6\x37\xe5\x7e\x88\x2d\x42\xdf\xe4\x6b\x76\xc2\x45\x04\x9b\xfa\x58\x88\x2d\x66\x67\x3b\xc5\x95\x86\x6e\xdc\x9a\xbb\xc9\xd0\x76\x8b\x8b\x37\xde\x4f\xae\xf3\xf5\xd1\xb7\x96\x7a\x2d\xd9\x0b\x62\x8b\x11\x65\x29\xc4\x56\x26\xc1\xbe\xd1\xf7\x2f\x25\x41\x88\x2d\xaa\xe0\x92\x55\x57\xa6\xb7\xbe\x0d\x64\x29\xbd\x41\xe6\x86\xf6\x4b\x5d\xe5\xca\x22\xdb\x37\xda\x8d\xa5\x22\x0b\xb1\x45\x3b\xba\x54\x64\x57\x1a\xba\xab\x4d\xd6\xc5\xb0\xaf\xac\x1d\x7d\x23\xd9\x2c\xf5\x29\x90\xa6\xa6\x75\x5d\x7a\x23\x0b\xe2\xca\xd7\x75\xb5\xea\x5c\x6e\x76\x8e\xe0\xdc\x35\x01\xe9\xa2\x53\x4e\xae\x8b\x4e\xf7\x39\x5e\x1f\xbd\xa2\x84\xcf\x29\x68\xc2\x35\x80\x4c\x50\xc6\xa6\xba\x2c\x57\xce\x80\x18\xdf\x35\xb8\x2b\x67\x40\xba\xba\x2c\xd7\x1c\x0e\xb1\x55\x04\xe9\x8d\xe9\x00\x9d\xcb\x5c\xd7\xa5\xa9\x73\xa1\xd8\x2b\x7e\xaf\x0b\x45\xdf\xb3\x26\xf5\x46\x96\xda\x55\x93\x20\xb6\x18\x0f\x77\x6d\xc7\x9e\x26\xec\x6d\x09\x72\x41\xec\x36\x27\x12\xfb\x40\xd5\x7d\x22\xcb\xe1\x92\x93\xef\x72\x72\x02\x79\x97\x93\xef\x96\x4a\xf4\x27\x74\x09\xba\xe0\x2a\x40\x21\x28\x65\x75\xc6\x30\x5d\x3b\x3a\x17\x8a\xbd\x33\xa3\xea\x42\x51\xc4\x16\x27\x12\xba\x50\x74\x2e\xee\xba\xca\xba\x2e\xee\x44\x4c\x79\x62\x3f\x09\xab\x3d\x33\x48\x1f\x84\xfb\xae\x01\x1e\xd2\x36\x72\xbf\xae\xe4\x9c\xfb\xb7\x3e\x50\x42\x17\x6c\x7e\xb0\xdb\x83\xce\xe8\xd0\x6e\x1f\xda\x6d\x02\xe6\xd0\x6e\x73\x75\xd6\x07\xf5\x4d\x57\x67\x7e\xac\x74\xb9\x89\x12\xc7\x6a\x82\x88\x6d\x66\xe7\x43\x13\x01\x17\x6c\x5d\x95\x4b\x17\x6c\x22\xb6\x28\x07\xba\x60\xf3\x23\xe0\x22\x14\x8e\x5b\x5c\xb7\xb8\x78\x50\x27\x4b\x5c\x3e\x75\x2e\xc5\x5c\x97\x4f\xce\x95\x4b\xd7\xe0\xa7\x2b\x17\x3f\x53\x64\x57\x3c\x9e\x6a\xe2\x20\xb6\x38\x03\x39\xd5\xc4\x71\x69\xd1\x75\x9e\xa2\x4b\x0b\xe7\x72\xa0\x3b\xe2\x75\x39\x20\x62\xdc\x21\xf9\xa5\xc3\xb9\x2b\x77\x68\x6c\xa4\xed\x4b\x3b\x04\xb1\xd5\x04\x61\xaf\x2b\x27\x95\xb1\x11\xee\x97\x26\x15\x48\xd1\x3e\xea\x72\xc0\xaf\x63\x72\x3b\x9d\x86\xbe\x38\xc6\x16\xb1\xc5\xe1\xc9\x75\xe8\xc1\x4c\x50\x83\x5b\x05\xbf\x54\xcc\x20\xb6\x1a\xe2\x55\xcc\x38\xe3\x1f\x1b\x15\x55\x67\xfc\x1e\x33\x27\xa8\x82\xf8\xe0\x36\x4d\xc4\xb8\xee\xf2\xe0\x36\xcd\x83\x2b\xf2\x42\x82\x09\xae\xc8\x45\x6c\x35\x3d\x48\x28\x04\x23\x21\x37\x01\x1e\x6a\xd9\x21\x8d\x1b\x65\x0f\x1d\x79\x72\x7a\x3f\x0a\xfd\xa6\x4e\xef\x3d\xd2\xc9\x87\xa6\xb1\x90\x93\x87\x9c\x1c\xbf\x0f\x99\x10\x32\x0a\x85\x22\x64\xc2\xd0\xe0\x68\xf3\xd7\x4b\x71\xa8\x7d\x0f\x26\xc6\x4a\x61\x0c\x4d\x8c\x10\xe3\xe2\xce\x43\xc7\x2d\x9c\xd1\x0f\x3e\x39\x71\x9d\xd1\x3b\xe7\xea\x43\x23\x8a\xce\xd5\xfd\x66\x6b\x1a\xe6\xbc\xb5\x35\x90\xc6\x8d\x9f\xdf\xda\x9a\xfb\xbc\x98\x51\x81\x74\xac\x01\xb1\x45\x1b\x73\x9f\xe4\x8c\x3b\x1b\xf3\xd1\x99\x9d\x6f\x35\xe6\x90\xa2\x43\xe5\x5b\x8d\x39\x47\xcf\x83\x36\x99\x38\xc9\x8e\x81\xff\xb5\x8c\x94\xd0\x69\x74\x70\x82\x3c\x46\xba\x5f\xe8\x04\x39\xb6\x9c\x9d\xc7\xc8\x38\x8f\x8d\xd9\x59\xc4\x56\x76\xa8\xb1\x61\x89\xd8\xd2\xef\xc7\x58\x70\xed\x4f\x48\xc6\x71\xa0\x01\x94\xdd\xcc\x98\x12\x4f\x37\x23\x62\xab\x0b\x0a\xa0\xd4\x7e\x70\xb3\x1f\xdb\x2d\x59\xb7\x6e\xba\x05\x49\x16\x0b\xe2\x2e\x2f\x74\xc4\x1b\x25\x3b\xc9\xc1\x15\x53\x14\x4e\xe5\x44\x6c\xf5\x02\x74\x08\xca\x35\x72\xce\x1c\x85\x14\x1e\x45\xe5\x33\xc7\xc3\x28\x94\xcf\xe0\xc0\x75\x70\x5f\x10\x3a\x70\x8d\xb2\xa7\x2b\x53\xdf\xa2\x70\x29\x2f\x62\x2b\xeb\x5b\x94\x5d\x6f\xcc\x71\x7a\xd0\x00\x47\x61\x9c\x16\xa9\x5b\x43\xd5\x1c\xad\x9f\x64\xac\xc1\x83\x4c\xd8\x22\xad\x0c\x3d\x28\xf1\x71\xc2\x35\x81\x2e\x41\xb2\x17\x7a\x71\x48\x1a\x1c\x6c\x8e\x95\x21\x16\x3a\xd8\x8c\x4a\xd4\xad\x6c\x70\xa2\x12\x75\x22\x46\x4a\x8a\x4a\xd4\x45\xcd\xb2\x3e\x38\xd8\x8c\x4a\xff\x24\x62\xb4\x7a\x51\xe9\x9f\xa2\x66\x01\x1a\x5e\xc5\x75\x09\xba\xf8\x26\xa4\x02\x85\xa0\xe0\xfb\x12\xb8\x64\xaf\x7a\xe8\x93\x93\x34\x74\xc5\xc9\x45\x6c\x75\xb8\x70\xf2\xa8\x59\x61\x86\x67\x93\x1f\xf5\xd4\x1b\x4f\x5a\x97\x2c\x1a\xc1\xf9\xe2\xbb\xa8\x59\x80\xe6\xb6\xf1\x20\x05\x48\xc4\xe8\x37\xa3\x86\xb4\x8f\x23\xb9\xa4\x04\x1f\x31\x88\xd8\x1a\xc8\x92\x09\x39\xf4\x9b\xdc\xb6\x86\x0e\xfd\xa2\x65\x1b\x34\x69\x70\xa2\xd1\x06\x89\x18\x8d\x6a\x34\x6a\xb8\xc8\xdc\xb2\x4c\x45\xa3\x86\x8b\xd8\xca\x51\x20\x1a\x9f\x6d\x45\xcb\x24\x38\x37\xe7\x41\x92\xa0\x88\x71\x57\x1c\x9c\xd0\xbd\x0b\x4e\xbc\x66\xd9\x78\x50\xf6\x6a\x69\x89\xc9\x57\x74\xd1\x64\x09\x88\xc9\x4d\x9a\x2c\xc1\x79\xca\x2c\x39\xb5\x84\xce\x53\x82\xd3\x8d\x59\x51\x42\xa7\x1b\xd1\xb3\x56\x4e\xae\x0a\xa3\x53\x2b\x45\x8c\x63\xb7\xe8\x9c\x9e\x85\x4e\x37\x5a\xf6\x16\xa1\xd3\x0d\x11\x93\xcb\xe9\x74\x23\xf8\x24\x73\xb6\xca\x83\x5c\xef\x89\xd8\x22\x44\xbb\x92\x42\x3f\xe0\xca\xac\x1e\xfd\x10\xd7\x21\xae\x05\xf4\xe4\xe2\x8d\x13\xf1\x87\xde\x78\xe8\x8d\x0e\xa4\x37\xde\xc8\xb2\xb4\x17\xe7\x0e\x4f\x62\x0b\x9f\xd0\xf1\x43\x70\xd6\x30\x39\xc2\x0b\x9d\x35\x88\xcc\xde\x05\x15\x41\x85\x0b\xd8\x06\x54\x05\xf1\x20\xe1\xce\xb9\xc3\x93\x34\x85\x95\x8e\x1f\x62\xe4\xd6\x4e\xf2\x6a\x0c\x6d\x2d\xc4\x14\x69\x83\x6e\x26\x46\x96\xa6\xd9\x67\xae\x71\x30\x5d\x88\x94\xa7\x12\x4c\x17\xc1\x98\x3f\xbb\xc3\xa5\x1d\x1a\xd9\x48\x4c\xbe\x1e\x8d\xb1\x4b\xaf\x24\x8d\x6b\xda\x18\x34\x12\x31\x32\x89\x4e\x0e\x03\x62\x28\x89\x42\x8c\x5b\x98\x18\x7c\xa4\x17\x23\xcd\x36\x07\x59\x6e\x1c\x52\xf5\x90\xaa\x88\x3f\xa4\x6a\x86\xc2\x54\x26\x1f\x0a\x85\xa1\x6c\x82\xdf\x0f\x65\x13\xc6\xfc\x39\xb3\xf3\x0e\x8d\xf9\x31\x07\x1f\x64\x91\x01\xa6\xd2\xe3\xd4\xcc\x96\x33\x7d\x4c\x66\xb6\x98\x96\xc1\xc7\x37\x80\x31\xf9\x20\x42\xa4\x0c\x82\x6f\x2a\x75\x30\xc0\x4f\x2e\xf8\x43\x03\x7c\xcc\x74\xc6\x39\xfd\x17\x77\xc5\x73\xfc\xb2\x12\xc7\xe4\x53\x39\x11\x5b\x38\xd1\xe4\xe8\x2e\xa6\x4b\x06\x2a\xba\xb8\x5c\x5c\x06\x24\xae\xec\x75\x26\x77\x93\xa1\xc1\x5d\xa4\x72\xe9\x14\x1a\xdc\x63\x66\xba\x9e\xa6\x07\x95\xae\x21\xb6\xd8\xe5\xa9\x74\x3d\xf1\x51\x0e\x27\x62\xca\x47\xe7\xd3\x47\x59\x9b\x7c\x94\x09\x78\x32\x8f\x86\x26\xe0\xb0\x09\x54\x80\x98\x3d\x44\x6c\xd9\x06\xc4\x36\x30\x8f\x4e\xed\xb2\xe6\xd1\xb0\x6c\x6c\xe6\x32\x07\x3a\x05\x91\xdd\xac\x00\x49\x56\x92\xb9\x5c\x0f\x4a\xd6\xa2\x69\x30\x41\x54\x3c\x4b\xc7\x99\xcb\xd3\x12\xc6\x67\x9d\x22\xb6\x08\x3a\xe3\x33\xb4\x30\xfc\xca\x0b\x6f\x94\x5f\x99\xfc\xca\x78\x50\x7e\x65\x39\xf7\x4d\xe5\x79\x63\xee\x13\xb1\x95\xfd\x4d\x18\x9f\x38\x04\xb3\xed\x74\x3c\x46\xb3\x6d\x2c\x2e\x35\xb7\x1c\xfc\x63\x69\x8d\x8b\x24\xb5\x61\xfb\xa5\x24\x05\x31\xd5\xb2\x25\x07\xe0\x7b\x63\xdb\x50\x55\xdf\x1b\x8b\x18\xb7\x8e\xa1\xef\x8d\x63\x31\xc7\x94\x02\xc4\x1c\x23\x62\xcb\x16\x50\x17\x94\x4a\x94\x86\x5e\x74\x54\x22\x26\x43\xaf\x4b\x7a\xe5\x1a\xad\x50\x17\x35\xdb\x8a\xd8\xa2\x01\x59\x5a\xa3\x3e\x41\x56\x09\xd7\x27\xc8\x22\x45\x0d\xc8\x92\x4f\x40\x6c\x2d\x41\x52\x82\x83\x92\x42\xfb\xa4\x39\x39\x98\x47\xad\xb0\x8f\x9a\x47\xc3\xb3\xc3\xb0\x4a\x06\xf7\xfd\x10\xc4\x76\x2c\xb8\x38\x2d\x0e\x27\x9f\x56\xfa\x1b\x57\x3e\x85\xd8\x92\x78\xed\xa3\x67\x28\x58\x23\x14\xfc\x7c\x42\x7c\x79\xdd\xe1\x52\x28\x40\x8c\x5b\xda\x70\xee\xda\xc2\x6f\x7d\xd8\xcd\x1b\xb5\x46\x48\x69\x39\x8f\x86\x6b\x8d\x8c\xce\xd6\xf0\x68\x8d\xce\xa1\xd9\xb6\x61\x2f\xcd\xb6\x22\xb6\xd6\x00\x2a\x82\x72\xd9\x3d\x67\xa2\xd0\x20\x1b\x3b\x77\x93\x1d\xbd\x76\xee\x26\x45\x6c\xad\x09\x14\x82\x78\x10\x9f\xd0\xc8\x15\x97\x3e\xaa\xa7\xb2\x68\xe4\x8a\x2b\xcb\xd0\xe2\x63\xff\xb8\x8e\x2e\xa8\xf3\x05\x18\x0f\x1e\x6c\x2d\xd3\xce\xe2\xc3\xca\xd0\xb4\x13\xcc\x1e\x8b\xef\x54\x43\xb3\x47\x44\xe6\xd3\x35\xb7\x14\x1f\x7c\xb0\x10\x71\xaf\xd7\xc7\xe2\x0f\x1a\x22\x38\x3c\x13\x79\xa8\x6b\x0c\x8e\x79\x82\x19\x61\x6d\xdb\xf8\x5f\x09\x2f\xff\xfb\xc7\xfd\xe3\xcb\xcf\x7f\x49\x73\xfe\xf4\xe9\x53\xbc\x7d\xe1\xef\x76\xf8\x6b\x99\xc7\x15\xf7\xfb\xb7\xf8\xf9\x6f\x80\x3e\x7e\xf8\x98\x4f\xf1\xff\xff\x0a\x00\x00\xff\xff\xfe\x3d\xc7\x3f\x2f\x34\x00\x00"); +func _fcfc ()([]byte ,error ){return _c (_aaf ,"CNS-EUC-H")};func _acab ()(*asset ,error ){_daegc ,_edcf :=_cecd ();if _edcf !=nil {return nil ,_edcf ;};_edbc :=bindataFileInfo {_dae :"HKdlb-B5-V",_fb :613,_ae :_be .FileMode (436),_g :_a .Unix (1580492332,0)}; +_fceg :=&asset {_dd :_daegc ,_ef :_edbc };return _fceg ,nil ;};func _ddgf ()([]byte ,error ){return _c (_aged ,"HKdlb-B5-H")};func _acd ()([]byte ,error ){return _c (_bef ,"Adobe-GB1-5")};func _edeg ()([]byte ,error ){return _c (_dega ,"UniJIS2004-UTF32-V")}; +func _fdg ()(*asset ,error ){_fdaf ,_aca :=_eeg ();if _aca !=nil {return nil ,_aca ;};_afa :=bindataFileInfo {_dae :"Add-H",_fb :12616,_ae :_be .FileMode (436),_g :_a .Unix (1580491075,0)};_cfa :=&asset {_dd :_fdaf ,_ef :_afa };return _cfa ,nil ;};func _edd ()([]byte ,error ){return _c (_gac ,"HKm314-B5-V")}; +func _ffegc ()([]byte ,error ){return _c (_faab ,"UniJIS2004-UTF8-H")};func _fc ()(*asset ,error ){_aec ,_ba :=_gaa ();if _ba !=nil {return nil ,_ba ;};_aefc :=bindataFileInfo {_dae :"83pv-RKSJ-H",_fb :4830,_ae :_be .FileMode (436),_g :_a .Unix (1580490975,0)}; +_eeb :=&asset {_dd :_aec ,_ef :_aefc };return _eeb ,nil ;};var _ee =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x4c\xd5\x4f\x8f\xdb\x36\x10\x05\xf0\xbb\x3f\x05\x8f\xe9\x21\xb5\xf8\x77\x48\x20\x58\xa0\xd8\x3d\xd4\x29\xd2\x16\xd9\x76\x5b\xa0\xe8\x81\x94\xb8\x0b\x01\xb5\x2c\xc8\xf6\x61\xbf\x7d\x31\xef\xb9\x6e\x0e\xc1\x64\x7f\x26\x47\xc3\x67\xc9\xda\x3f\x1e\x9e\x0e\xcb\x7c\x31\xfb\x5f\xb7\xd3\xf8\xdc\x2f\xe6\x75\x5e\xa6\xad\x9f\x4f\xd7\x6d\xec\xa6\xf5\xb7\x79\xd9\xed\xac\x33\xd3\x3c\x5e\xfe\xfb\x13\x65\x3c\xd6\x75\xb7\xdb\x4b\x3e\x9e\x3f\x7e\xfd\xe9\xf9\xf3\xc7\x1f\xcd\xf5\xdc\x6f\xfa\x78\x78\x7a\x7e\x3f\x5f\xfa\xf1\xb0\xbc\x9e\x8c\xe7\xee\xe9\xba\xde\x3a\x18\xb3\xff\xda\xdf\xe6\xf3\x65\x7b\x37\x1f\x7e\x98\x4e\xad\x7f\x67\xa6\xfe\xaa\xfe\xcb\x36\xf5\x6d\x5e\xde\xcc\x87\xcf\x75\xad\x8b\xbd\x7f\xf0\x7c\x5d\xd7\x7f\xfa\xb1\x2f\x17\xe3\x60\x7d\x99\x50\x77\xfb\xc7\x2f\x75\xfd\xb9\x1e\xbb\xf9\x66\x9a\x17\x7c\x86\x8f\x5e\xfa\x76\x9e\x4f\x8b\xb1\xf6\xfb\x61\x48\xff\xfb\x6f\xef\x6b\x37\xf6\xd6\xe3\xcf\xdf\x0f\x4f\xe6\x2f\x6b\xec\x60\x5c\x0c\xc1\xfd\x7d\xf3\x3f\xbe\x9c\xa6\xfb\x2a\xc9\x3c\xc0\x38\x4f\x5b\x5d\xde\xfa\xee\x53\xb6\xc1\x3e\x18\x2d\xee\xc1\x48\xce\x02\xf2\x24\xff\x60\xb2\x4b\x19\x14\x48\x41\x49\x82\x52\x1c\x40\xd1\x62\x63\x01\x35\xd2\xa4\x54\xac\x52\xe2\xaa\x14\x40\xd8\x98\x0a\x48\x2a\x08\x1b\x33\x87\xd0\x22\xc5\x62\x88\x9a\x41\x5a\x8c\x78\xac\xaa\xdc\xa8\xc5\x88\xc7\x5c\xb5\x92\x1a\x28\x81\x46\xd2\x88\x51\x87\xdd\xa7\xec\xca\xab\x12\x8a\x14\xab\x1b\x5d\xc5\x15\x51\xa4\xd8\x02\xf2\x24\xaf\xe4\xb0\xb1\x46\x52\x04\x59\x90\x90\x04\xe4\x94\x46\xf6\x1a\xd1\xcb\x79\xa5\x4e\xea\xa4\x00\x62\xfb\xce\xf6\x11\xc4\xf6\x9d\xed\x13\x68\x24\x8d\x20\x4d\xc2\x07\x44\x88\x22\xc5\x65\x90\x23\x39\x50\x01\x05\x92\x06\x5d\xfc\x00\x4a\xa4\x04\xb2\xa0\x4c\xca\x20\x9d\xde\x27\xf6\x4a\xe8\xe5\x75\x7a\x9f\x31\x2a\x8a\x14\x1f\x40\x91\x84\x51\x7d\x04\x09\x09\x49\x20\x7b\x9f\x3b\xa9\x83\x30\x7d\xe1\xc6\xc2\x21\x74\xfa\xc0\xaf\x03\x45\x42\xd6\xb9\x42\xc5\x19\x51\x24\x48\x01\x59\x92\x46\x18\x4a\x04\x39\x92\x8e\x1a\x07\x0f\xf2\x24\x8f\x55\xdc\x18\x48\x01\xc4\xf6\x91\xa4\xd3\x47\xc7\x8d\x89\xa4\x73\x45\xcb\xf6\x42\xd2\x03\x45\xcf\x8d\x99\x94\x71\x45\x01\x15\x52\xc1\x2a\x5e\xb1\x92\x2a\x0e\xe4\x40\x8d\xd4\x40\x03\x68\x24\x8d\x98\x0b\x49\xd4\x89\x34\xa1\x7d\x02\x75\x52\x07\xb1\x17\xf3\xaa\xc8\x0b\xcf\x50\x68\xcc\x4b\x8b\x44\x7c\xdb\xa1\x31\x2f\x2d\x12\x71\x63\x86\xc6\xbc\x1a\xf2\x62\xf6\x8d\x79\x69\x91\x68\xd9\x8b\x79\x69\x91\x18\x49\xcc\xab\x31\x2f\xcc\xd5\x98\x57\x63\x5e\x38\x76\x63\x5e\x8d\x79\x71\x23\xf3\x6a\xc8\xcb\x22\xc2\xc6\xbc\x1a\xf2\x0a\x08\xba\x31\x2f\x2d\x12\x71\x93\x87\xc6\xbc\xb4\x48\xb4\xbc\x22\xf3\xd2\x22\xd1\x73\x23\xf3\x6a\xcc\x8b\x07\x62\x5e\x0d\x79\x05\x3d\xb6\x44\xe4\x25\x09\x0f\x4c\xd0\x70\x24\x59\x92\x7d\x30\xd9\xe3\x81\x11\xde\xf7\xc2\xfb\x3e\x78\x90\x27\xe9\x0f\x9f\xf7\x5c\x15\x48\x78\xac\x30\xbd\xa4\x48\x8a\x58\x95\x41\x89\x84\x47\x21\x08\x28\x93\xb2\xae\x0a\x01\x54\x48\x7a\xec\x12\x39\x57\x23\x35\xac\x62\xaf\x91\x34\x61\x15\xe7\xea\xa4\x8e\x55\x98\x2b\xe3\x06\x10\xfe\x62\xc6\xa4\x6f\x93\xfb\xaf\xba\xfe\x5f\xdf\x63\xf7\xf7\xca\x78\xdd\xb6\xbe\x5c\xf0\x16\xc3\xab\x43\x5f\x07\xf3\xd2\xef\xef\xc9\xf5\xb4\xea\x2e\xfc\xfb\x37\x00\x00\xff\xff\x30\xa4\x71\xa2\x53\x07\x00\x00"); +func _fcgge ()(*asset ,error ){_aafcd ,_fege :=_cgfc ();if _fege !=nil {return nil ,_fege ;};_bbgb :=bindataFileInfo {_dae :"UniJISX02132004-UTF32-V",_fb :4412,_ae :_be .FileMode (436),_g :_a .Unix (1580492998,0)};_egbfd :=&asset {_dd :_aafcd ,_ef :_bbgb }; +return _egbfd ,nil ;};func _afed ()([]byte ,error ){return _c (_aaae ,"UniKS-UTF32-H")};func _dbab ()(*asset ,error ){_ebegf ,_cdbf :=_cagb ();if _cdbf !=nil {return nil ,_cdbf ;};_dcdf :=bindataFileInfo {_dae :"UniJIS-UTF8-H",_fb :214153,_ae :_be .FileMode (436),_g :_a .Unix (1580492958,0)}; +_aebe :=&asset {_dd :_ebegf ,_ef :_dcdf };return _aebe ,nil ;};func _aabb ()(*asset ,error ){_gbde ,_fcfd :=_dfac ();if _fcfd !=nil {return nil ,_fcfd ;};_gaf :=bindataFileInfo {_dae :"CNS1-V",_fb :620,_ae :_be .FileMode (436),_g :_a .Unix (1580491540,0)}; +_aeda :=&asset {_dd :_gbde ,_ef :_gaf };return _aeda ,nil ;};var _egaa =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x54\x92\x41\x8f\x9b\x30\x10\x85\xef\xfe\x15\x73\xdc\x1e\xb6\xd8\x18\x36\xb6\x14\x21\x55\x44\x55\x39\x6c\x5a\x95\x4d\x5a\xa9\xea\x81\xd8\x43\x6a\xa9\x18\xcb\xc0\x21\xff\xbe\xb2\x31\x54\x7b\x40\xf6\xfb\x8c\x1f\x6f\x86\xc9\xea\xe6\xd4\x58\x33\x43\xf6\xcd\x8f\xaa\xc5\x19\x7a\x63\xb5\xc7\x69\x5c\xbc\x42\xb8\xe1\xdd\x58\x42\x58\x0e\xda\xa8\x79\x93\x71\x51\x43\xe7\x08\xc9\x2e\xd6\xd4\xe7\xf6\xf9\xf2\xf6\x59\x3c\x7f\x81\x65\xc2\xc4\xeb\xe6\xd4\x3e\xa6\x19\x87\xc6\xf6\x23\xf0\xf5\xbe\x5e\x5c\xf2\x00\xc8\xbe\xe3\xdd\x4c\xb3\x7f\xc0\xd3\x27\x3d\xde\xf0\x03\x68\xec\x03\xff\xea\x35\x7a\x63\xef\xf0\x54\x9f\x5b\xb6\xe3\x76\x71\xee\x2f\x0e\x68\x67\x38\x44\x86\x56\xc7\x95\x64\xf5\x6b\xe7\xce\xdd\x80\xf0\x2e\xcd\x35\x9e\xc6\xc3\x2b\xfa\xc9\x8c\x16\x18\xff\x48\xa9\xfc\xcf\xdf\x1e\x0e\x81\x25\x97\x9f\x97\xe6\x04\xbf\x18\x30\x0a\x79\xc9\xa5\xf8\x9d\xf8\x8f\xd7\x51\xef\x6f\xbd\xac\xf9\x95\xd1\xea\x4f\xe7\xc9\x11\x73\x41\x25\xaf\x80\xe5\x34\x89\x22\x88\x7c\x15\x5d\x59\x01\xa3\x92\x1c\xb1\xbf\x49\xd1\x57\xc0\xf8\xa1\x28\xa3\xd4\xf2\x16\x64\x91\x84\x0e\xa2\x0c\x35\x6d\xd6\xe4\xb0\x7f\xca\x77\xf6\x8e\xe4\x88\x5c\x50\x21\x2a\x58\x37\xb2\x02\x56\xd2\x44\xbb\x8d\x06\xd3\xe2\x25\x51\xb5\xd1\xe0\x5e\x16\x89\xe2\x46\x43\x9e\x52\xac\x54\xd2\x44\x25\x0b\x0e\x79\xa2\xc5\x46\x43\x21\x5c\xc4\xb0\x6a\xcd\x10\x36\x21\x03\xa7\x29\xf5\x9a\x32\x8a\x30\x02\xfb\x4f\x51\x8b\xf7\x68\xe7\x38\x00\xb1\xeb\xa1\x93\xc6\xe2\x3e\x64\x6e\x74\xe1\x56\x7c\xfe\x05\x00\x00\xff\xff\x20\x40\xbf\x48\x90\x02\x00\x00"); +var _fdfb =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x84\xbd\xcd\xae\x2e\xbb\x8d\xa6\x39\x3f\x57\xb1\x87\xdd\x83\x6c\x87\xfe\x25\xc0\x30\xd0\xc8\x86\x81\x44\x22\xbb\x0a\xe9\xfa\x19\x26\x24\x51\x72\x19\x28\x1f\x1b\xc7\xce\x41\xde\x7d\x61\xf1\x79\x97\xbd\xa2\x50\xd8\x7b\xf4\x41\xf1\x45\x88\x14\x15\x41\x52\x14\x5f\xea\x57\xff\xf8\x4f\xff\xdf\x3f\xfd\xfc\x87\xbf\x7e\xfb\xd5\x7f\xfe\xe5\x4f\xfb\x77\xe7\xaf\xdf\xee\x1f\x7e\xb6\x5f\xce\x5f\xfe\xf4\xef\xbf\xec\xf3\x6d\x9d\xdf\xff\xe1\xe7\x9f\x7e\x0a\xf1\x9b\xfd\x61\xff\xf5\xb3\xe9\x3f\xfb\x8f\xf3\xcf\x3f\xfd\xf4\xf1\xfc\xef\xfe\xe3\x2f\x7f\x3d\x7f\xfc\xa7\x9f\xef\x9f\xbe\x25\xee\xb3\x7f\xff\xb3\xee\xfd\xf6\xed\x57\xff\x7a\x7e\xff\x87\xbf\xfc\xf5\x97\xff\xf8\xf6\x7f\xfd\xbf\xf6\xa7\x75\xfe\xef\x6f\x76\xee\xc7\xf5\xff\xf4\x8b\x9d\x5f\xfe\xf0\xf3\xef\x75\xfd\xdf\xfe\xf9\x5f\xff\xed\xbf\xfe\xe3\xef\xe2\xdf\xfe\xff\xdd\xbf\xff\xf9\xcf\xff\xf3\xfc\xf1\xfc\xfc\xd7\x6f\xc3\xaf\x9d\x9f\xcd\x7f\x7f\xfa\xd5\x3f\xfe\xcb\xfc\xf3\xff\x3f\xff\x78\xbe\xfd\xca\x1f\xfd\x87\x7f\xfe\xd7\x7f\xf8\x78\xd4\xff\xf5\x3f\xff\xdb\xf9\xe5\x2f\x7f\xf8\xd3\xcf\xdf\xc2\xff\xf3\x3c\xe1\xef\x97\xff\xcb\x7f\xfc\xf9\x7c\x8b\xea\xe4\xbf\xff\xcb\x9f\xec\x7c\x7b\x68\x05\xf8\xdd\x7f\xb2\xf3\x97\x3f\xcf\x7d\x7e\x99\x3f\xff\xfe\xfc\xf4\xed\xdb\xaf\x9f\xe7\x79\x7e\xf3\xed\xd7\xbf\xfd\xed\x6f\x7f\xfb\x9b\x0f\x0e\xfe\xb7\x3b\x7e\x0a\xcf\xc3\xa3\xeb\xee\xff\x31\x7f\xf9\xe9\xf3\x81\x7b\xaf\xfd\xe6\xa3\x55\xf3\x6f\x3e\x7a\x99\x83\x56\xa1\x75\x68\x4d\x6f\x59\xa3\xb5\xbc\x75\x69\xf5\x8f\xe7\xe2\x93\x16\xad\xe2\x2d\xf5\xd2\x2b\xad\x4d\xab\x7d\xb4\xc2\x93\x68\x75\x5a\xba\x73\x78\x2b\x46\x6f\x0d\xef\x33\x06\xb5\xbc\xcf\x58\x1f\x5a\xfe\x5c\x99\x81\x96\x3f\x57\x36\xd4\xc7\xf4\xd6\xa9\xb4\x3e\xf8\x8c\x2d\x43\xdd\xee\x6f\xbe\xfd\x7a\xee\x27\x7b\xeb\x46\x6f\x45\xfa\xbc\xdb\x5b\x89\x3b\xaf\x79\x2b\xeb\xbf\x43\x0b\x0a\x97\x5e\xb2\xcb\x2c\xb8\x04\xe7\x2e\x99\x56\xa0\xd5\x69\x41\xa1\x6c\x5a\xc9\x5b\xb5\xd0\xaa\xde\x6a\x7a\x6e\xd0\x9a\xde\x0a\xfc\x37\x1e\x5a\x8d\x16\x77\x46\xe8\x21\xcf\x10\x79\x6e\x5d\x5a\xd3\x5b\x3b\xd0\x5a\xb4\xf4\x1c\xe3\xdb\x70\x16\x19\xdf\x56\x2f\x8c\xcf\xe0\x2c\xc1\xe7\xe1\xb9\x04\x2f\x07\xce\x12\xbc\x1c\x9e\x4b\x50\xb8\x89\x16\xbd\x5c\x9f\xcd\x90\x5d\x12\xf6\x30\x86\x1c\x69\xd1\x67\x4e\xb4\x2a\x2d\xe7\xda\x02\x9c\xe5\x45\x0b\x0a\xd9\xb9\xb6\xa8\x5e\x8c\x56\xa4\x75\x68\x41\xaf\xd0\x67\xa2\x97\x92\x69\xd1\x4b\x71\xae\x2d\x37\x5a\x9d\x96\x9e\x73\x09\x5a\x81\x42\x81\x17\xcd\x66\x81\x17\xcd\x66\x81\x5e\x65\xb4\xe5\xd2\x42\x66\x95\xf1\x35\x7a\xa9\xf4\xd2\x98\x95\xe6\x33\x66\x1d\x5e\x1a\x72\xd1\xdc\x36\xf8\x9c\xd0\x6b\xf0\xa2\x19\x6b\xf4\xa2\x19\x6b\x8c\xdd\xa0\xde\xe0\x45\x33\xd6\xe0\xc5\xa0\xd0\xa1\x77\xa0\xd0\xa1\xa7\xd9\xf4\xaf\x71\xda\xd5\x9d\xde\xcb\x79\x16\xad\x4b\x8b\xf7\x7a\x3c\xb4\x18\xc3\xf0\x5e\x4e\xe0\xcd\xf2\x6f\x73\x1e\xcd\x98\x7f\x9b\xf3\x68\x1e\xfc\xdb\x9c\x27\x41\xcf\xbf\xbf\x79\x12\x6f\xcf\x74\x29\x9d\xac\x96\xf3\x72\x24\xf9\xd9\x68\xf1\xdc\xa4\x97\xc2\x1b\x32\xe1\x53\xb2\x5e\xf0\x52\x19\xc3\xe2\xbf\x49\x2f\x8b\x31\x48\x9e\xdb\xdf\x89\xb3\xf9\x6f\xc3\xb5\xa4\xbb\x5d\xba\x47\xf2\xdc\xf0\x29\x79\x6e\xfa\x94\x3c\x37\x7d\x1e\x46\x6b\xc8\xe5\x20\x33\x83\x97\x83\xcc\x8c\xf1\x5d\x28\x18\xd4\xaf\x9e\x83\xfa\x87\xe4\xcf\xcf\x26\x0d\xfc\x7f\x50\xc9\xc1\x7c\xe8\x57\xd3\x60\xfe\x4a\xdc\xc0\x10\xcc\x3f\x87\x9b\x68\x9d\x48\x8b\x29\x3a\x2e\xce\x9b\x19\xc2\xe1\x39\x14\x5f\x38\x3e\xd8\x2b\x51\x1f\x1f\xd0\xad\x30\x86\x1a\xbc\x9d\xff\x6e\xa2\xc5\x10\x6e\xa6\xa5\x3b\x7d\x8a\xee\x80\xc2\x85\xcf\x01\x85\xeb\x02\xbc\x4b\x2d\xf8\x44\xf0\x11\x15\x79\x51\xd0\xf1\xa1\x4f\xcb\xb4\x0a\xad\x4e\x8b\x31\x20\xf8\xf8\xd0\xe7\xd5\x9d\xf4\x79\x75\xe7\xc7\x18\xd6\x83\x42\x89\xe1\xa1\xc5\x73\x21\x78\x0b\x99\x7d\x58\x10\x6f\xe9\xce\xe2\xad\x48\x2f\xae\x68\xd7\x93\x74\x67\xa3\xa5\x5e\xa6\xb7\xb2\xee\x5c\xb4\x26\xad\x4d\x4b\x77\x1a\x2d\x37\x94\x31\x42\xbd\x34\x5a\x50\x2f\x83\x56\xa2\x65\xb4\xb2\xb7\x30\x6a\x31\xc2\x59\x85\xcf\xd8\xbd\xd5\xf5\xdf\xa0\xc5\x7f\x89\x3e\x91\x7c\x74\xb5\xbb\x9e\xe5\x9f\x66\xcc\xfc\xb7\xe0\x3a\xc3\xa7\x64\x5d\xe0\xec\x24\x5a\xdc\x79\x0a\x2d\x38\x43\xb1\xc7\xea\x72\x09\x92\x52\x75\x0a\x1f\xfa\xfd\xa3\xe5\x0a\x6c\x85\x4c\x9f\xcd\xf9\x0c\xa8\xc8\xe8\x0a\x6c\x05\x0c\x5e\x74\x05\xb6\x82\xc6\xd7\x5c\x82\x1f\xfa\xcf\x5b\xf4\xd9\xb8\xd3\x1d\x88\x15\x3a\x6f\x88\x3b\x10\x2b\x74\xa4\xd4\xe9\x65\x40\xa1\xd3\x8b\xc6\xde\x7d\x7c\x61\x32\x86\x6e\xb4\x74\x27\x14\x16\xd4\x5d\xb9\xad\xc0\xc7\x1f\x87\x8f\xfd\xe3\x5b\xf6\x56\xa2\xa5\xff\x18\xbb\x5d\x5a\xfe\x4e\x84\x03\xd7\x03\x5e\x24\xa5\x01\x2f\x57\xbd\x40\xef\x32\x86\x01\x3d\x1c\xab\xe8\x8a\x6f\xc5\x07\xce\x5c\xb9\xad\x8f\xd7\xcd\x5b\x83\x16\x6f\xc8\x9c\xb4\xf4\x9c\x53\x88\x98\xbf\x38\x7d\xb4\x11\xd5\x1a\xa7\xd1\x82\x17\x57\x91\x2b\x6a\x1e\xe6\xa5\xc5\x7f\xcb\xbf\x0e\x39\x4f\x71\x41\xaf\x43\x6f\xd1\x27\xce\x45\x74\x85\xb9\xe2\xe4\x0d\xd9\xf0\x22\x09\x6e\x78\x59\xba\x93\xe7\xf8\xde\xe3\x86\x17\xdc\x90\xb8\xe1\x05\x37\x24\xba\x8a\x5c\x11\x57\x23\xba\x1a\x5c\xd1\x22\xad\x46\x0b\x99\x19\xf4\x30\x5c\x1f\x17\xbd\xa5\x3b\x19\x11\x4a\x38\x1e\xe8\x49\xba\xd7\x29\x24\xe9\x02\xd7\x67\x2b\x49\xd6\xd7\x47\x9b\x70\x27\xe2\x75\x0a\x49\xf2\x74\x9d\xb5\x52\x0a\x3f\x50\xc9\xd1\x3d\xbe\x95\x10\x6e\x72\x25\xb5\x52\x6d\xb4\x1a\xad\x41\xab\xd3\x5a\xb4\x9c\xcd\x84\x8f\x97\x9e\x43\x8b\x5e\x82\x0b\x22\xe1\x15\x24\xd4\x52\xc2\x2b\x48\xa8\xa5\xc4\xa4\xa4\xc0\x10\xa6\x9e\x63\x08\x53\xcf\x41\x01\x1f\x21\xb9\x6f\xb8\xd2\x3e\xb4\x10\x0b\x2f\x79\x42\xd9\x24\xfc\xf7\x84\xb2\x49\x06\xd7\x11\x7a\x4c\x43\x8a\x8c\xc8\x8c\x16\x23\x3a\xea\x05\x5e\xf0\x26\x52\x84\x97\x23\xea\x88\x13\xdf\x22\xb9\x4f\xb9\x72\xd0\x7f\x97\x16\xff\x25\xe7\x33\x33\x0d\xc9\x3d\xcc\x95\x79\xad\x53\x72\x0a\xb9\xa8\xb5\x69\x4d\x5a\xf4\x82\x07\x96\x32\xbd\xe0\x15\x24\xf7\x37\x57\xc6\x2b\x48\xa8\xc1\x8c\xfa\x4c\xee\x6f\xae\x8c\x19\x4b\xd9\x25\x91\x07\x63\xcf\x85\x16\xa3\xcd\xf0\x82\xff\x90\x72\xa3\xa5\xe7\x3a\x2d\x51\x80\xcf\x25\xea\x3e\x0f\x79\x8b\x1e\x63\xdf\xea\x05\xae\x35\x47\x05\xae\x35\x2b\xa8\xe4\x8c\xdf\x91\x0a\x9c\x49\xd6\x85\xb1\x9f\x4b\x0b\x0a\x37\xd0\x82\xc2\x55\x9f\x50\x90\xe4\xab\x53\x28\x78\xde\xa9\xfa\xd8\x8b\xe6\xa1\x7a\x2f\x25\xf2\x86\xa0\xca\x8b\x24\xdf\x9c\x5e\xc1\x49\x48\x8d\x3b\x35\x0f\x9d\x5e\xba\x5a\x99\x16\x7d\xa2\xae\x8b\xde\x56\xf7\x30\x57\x91\x74\x7d\x4d\xb7\x8a\xe4\x89\x2a\x2f\x92\xe7\xe0\x39\xc9\x0c\xb5\x5b\x24\xb3\x01\x2f\xa6\x3b\xe1\x05\xb5\x9b\xa6\x8f\xaf\x62\xd0\xd3\x0c\xb4\xb8\x73\x3a\x67\x35\xf2\x86\xcc\x42\x0b\xe9\xa2\x76\x2b\xc6\x3e\xa1\x76\xab\xc6\x8e\x6a\xad\x45\x14\x9c\x5e\xad\xfa\xef\xd0\x82\xc2\x82\x1e\xfe\x66\x5a\x91\x16\x77\xae\x44\x8b\x6f\x6c\x55\x5a\xcc\xdf\xf2\x77\xa9\x62\xa6\xd3\x82\x97\xa5\x3e\xe1\xc5\xd4\x8b\x4b\xa9\x5e\x51\x58\xb4\xf4\x1f\x7c\x6a\xde\xb7\xf3\xd2\x70\x7b\x92\xfb\xb7\xab\x45\xb5\x9c\x5e\x4b\x48\x02\x55\xde\x58\xa1\x27\xf7\x68\x57\xc3\xb5\x49\xee\xd1\x2e\xad\x91\x93\xb9\xcc\x9a\xc6\x6e\x95\x96\xee\x74\x3e\x5b\xa3\x4f\xd4\x75\x6b\x48\xd7\x5c\x66\x4d\x5f\xdc\xe1\x3f\xcc\x74\x42\x25\x37\x0c\x49\x72\x17\x73\xb5\x15\x69\x41\x41\x92\xb8\x70\xbd\xcb\x0f\x54\x72\x72\xef\x73\xb5\x8d\xa8\xd1\xf2\x6d\xf3\xd2\xa1\xe5\x9b\x3e\x31\xb4\x7c\x93\x70\x7d\x29\xbf\x9a\x84\x8b\x62\x6f\xd7\x59\xc9\x8f\x3f\xd7\x11\x67\x76\xef\x73\x75\xbc\xc8\x1c\x9c\xe9\x8e\x47\x94\xf1\x06\x7b\xd6\x7f\x9b\x56\xa6\xe5\x82\xe8\x25\xd0\x3a\xb4\x5c\x64\x19\x95\xdc\xb1\xc4\x19\xb5\xdb\xeb\xa5\xe5\x43\xef\xf8\x47\x19\xd5\xda\xf1\x8f\x32\xaa\xb5\xe3\x11\xe5\x08\x3d\x3e\xb8\x1c\xa1\xc7\x47\x95\x51\xbb\x7d\x89\xc2\xa5\xc5\x9d\xa8\xdd\x8e\xa8\x73\x62\x44\x1b\xce\x52\xa6\x55\x68\x15\x5a\x50\x47\x41\x77\xe4\x99\x13\x7c\x9a\xfa\xec\xb4\xe0\x0c\xe5\xdd\xf1\x9d\x72\x62\x0c\xf8\x4e\x39\xc1\xe7\x51\x9f\xf0\xc9\x3c\x64\x94\x77\xc7\x77\xca\x28\xef\x8e\x75\xcf\x28\xef\x81\x75\xcf\x28\xef\x81\x75\xcf\x28\xef\x11\xd4\x72\x3e\x47\x54\x9f\x8d\x96\x9e\x73\x5e\x86\x66\xcc\x83\x0c\x6b\x68\xc6\xf0\x92\x07\x1f\x40\x46\x95\x8f\xcc\x18\x50\xe5\x43\xb3\x89\xba\x1e\xa8\x89\x8c\x07\x3d\x34\x9b\x05\x5e\x30\xfd\xb9\xc0\x4b\x65\x0c\x1e\x64\x58\x03\xd3\x9f\x0b\xbc\x68\x6e\x51\xec\xa3\xfb\x9b\x9c\x2b\xe3\xd3\xdc\x56\xc6\xa0\xd9\xac\x9d\x96\xfe\x83\xb3\xed\x4b\xe4\x8c\x2a\x1f\x9a\xb1\xc6\x73\x9a\x23\xd4\xf5\xc0\x4c\x67\xfc\xe2\x21\xe9\xfa\xc2\x7e\x4d\x49\x17\xbf\x78\x4a\xba\xf8\xc5\x53\x5f\x80\x2f\xfa\xd7\x0c\xbc\x21\xf8\xc5\x13\xef\x33\xfb\xa2\x7f\x4d\x49\xd7\x03\x72\x6b\x66\xbe\xaa\x49\x2f\x38\x4f\x19\x8f\x76\x4a\x4a\xa8\xd6\x89\x83\x94\x17\x14\x24\x89\x55\x68\x41\x01\x65\x3a\x71\x90\x32\x8a\x6f\x2e\x7a\xd9\x70\xbd\x18\x11\x3e\xec\xc4\x90\x64\x94\xe2\xc4\xf8\x66\x94\xe2\x3c\xea\x05\xae\xaf\xee\x84\x6b\x8c\x68\x46\x61\xae\x47\x77\x2e\x5a\xba\xf3\xd0\xe2\x0d\x41\x99\x2e\x42\x23\x19\x65\xba\xf4\x46\xe2\xfb\x2e\xdc\x9e\xec\xe1\x81\xb5\xf4\x7e\x7a\x78\x60\x2d\xc2\x26\x19\xbf\x78\x45\x46\xe4\x31\x80\xb5\x92\x7a\x81\x02\xe1\xab\x0f\xef\xc0\x5b\x3c\x77\xa0\x40\x30\x32\x1f\x7a\xc1\x68\xe7\x53\x68\xd1\x8b\xc7\x07\xd6\xaa\xf0\x89\x82\x5e\xb8\x4b\xf9\x30\xbe\xae\x3b\x37\xad\x49\xcb\x68\xfd\x28\x70\x91\x0f\x62\xd1\x14\x1d\x98\xc6\x0f\xc8\x17\xa6\x07\xc3\xc3\x61\x5f\x58\xcd\x8c\x75\x58\x52\x60\x58\x87\x85\x97\x95\x2f\x03\xd2\x2b\x7f\x19\xd0\x42\x10\x58\x8e\xb5\x44\xc1\xa7\x6f\x69\xda\x31\x01\x4b\xd3\x7e\x19\x02\xb1\x9e\x8c\x09\x58\xf8\x5c\x19\x13\xb0\x08\x39\x94\x07\x3e\x79\x41\xca\x03\x9f\x44\x77\xca\x03\x9f\x78\x60\xe5\x81\x97\xab\xe7\x7c\xc2\xf6\x13\x69\x1d\x5a\x97\x96\x53\xd8\xbc\x20\x05\x1f\x7d\x33\xd1\x05\x83\xb0\x23\x14\xf0\xca\x37\x3e\x49\x41\xb1\x6f\x26\xba\xa0\xbc\x37\xde\x59\x41\x79\xef\x02\x05\x94\xf7\x66\x6a\x0b\x0a\x7a\x33\x99\x05\x25\xbc\xbb\x7b\x7c\x05\x45\xbb\xf1\x76\x0b\xea\x73\x33\x0f\x05\x3f\x75\xe3\x8f\x15\xfc\x54\x45\x8f\x0b\xea\x6c\x23\xc1\x52\xa0\x80\x04\x4b\x61\xec\xf8\x6a\x05\x55\xb7\x25\x4f\x94\xdb\xc6\x5f\x29\xbe\xa3\xb0\xec\x69\xb4\x2a\x2d\xc6\x87\xaa\x33\x94\x4d\x41\xd5\x19\x3e\x5e\xa9\xfe\x42\x1a\x9e\x4d\xc1\x87\x35\x94\x4d\xf1\xe8\xea\x32\x94\x77\x41\x0d\x2a\x9a\x5b\x3c\xba\xba\xac\xe8\x3f\xa8\xe3\xd9\x94\x06\x75\x3c\x9b\x82\xc2\xb4\xa6\xff\x5c\x66\x86\xb7\x5b\x3a\xbc\xe0\xf1\x15\x3c\x5a\x45\x6c\x0b\x1e\xad\x4d\xe4\x49\x70\xc2\x96\xee\x84\xeb\xa5\x3b\xe1\x1a\xe3\x5b\x50\xc2\xc6\x12\xb9\xa0\x84\x4d\x12\x44\x09\x2b\x9a\x5b\x50\xc2\x46\x98\xa6\xa0\x84\xed\x20\x33\x3c\x68\xc3\x88\x16\x3c\x68\x43\x9d\x15\x14\xb4\x49\xf2\x04\x2e\x0e\xfb\x2e\x85\xc0\xc5\x79\xd4\xa7\xf3\x72\x24\x79\xd4\xf5\x09\xbc\x59\xf8\xd3\x27\xc2\xa7\xc7\x68\xd7\x49\xba\xb3\xd3\x62\xec\x28\xf6\x83\x4f\x59\x50\xec\x87\x90\x58\xc1\xdb\x3d\x92\xfc\x76\x3e\x0f\x9e\x62\x41\x25\x1f\xc9\x1a\x65\x7a\xf0\x1b\x0b\xca\xf4\xa0\x19\x0a\x0a\xf3\x60\xd4\x0a\xa1\x83\xa3\x2f\x95\x60\xc1\x39\x7a\xce\x25\x7f\x24\x17\x3c\xd3\xfb\x30\x06\xd4\xe7\xc5\xc9\x2b\xc7\x39\xbb\x38\x02\xc5\x83\xa6\xeb\x6a\x0c\xa8\xc1\x8b\xeb\x56\x50\x83\xb7\x20\x33\x74\xdd\xc5\x4c\x17\xf4\xd9\xc5\x79\x2a\xe8\xac\x8b\xbb\x54\xd0\x4b\x17\x97\xa8\xa0\x97\x2e\x2e\x51\x71\xd7\x74\x3f\x51\x77\x6e\x6f\x61\x52\x8b\xeb\xac\xfd\x14\xdd\x79\x68\xc1\x99\xeb\xac\xfd\x94\x1f\xa9\xe4\xea\xea\x6c\x2b\xc2\x58\x7d\x03\x6a\x3f\xf8\x24\xd5\xc3\x18\xfb\x61\x08\xd5\xc3\x18\xfb\x21\xca\x56\xdd\x13\xde\x0f\x71\xa0\xfa\xc0\x26\x51\xb6\x1a\x60\x0c\x4f\xa3\x46\x9e\xc3\xb7\xa8\x1e\x2c\xd8\x8a\x22\xd6\xc8\x73\x6c\x12\xd6\xc8\xf0\xd8\x1e\xaa\x91\x5e\xae\xbf\x20\xd5\x95\xdb\x0e\xd8\xd7\x9a\x02\x2d\xfa\xf4\x68\xe7\x0e\xbc\x9e\xd5\x15\xdf\x0e\x78\x21\x35\xf3\x5f\xaa\xb4\x0a\x2d\xa8\xbb\x1f\xb7\x03\x02\xac\x05\x0a\x08\xb0\x16\x28\xa0\x18\xaa\xab\xac\x1d\xf8\xf8\xab\x7b\x67\x3b\x34\xdd\x49\x2f\x1d\x7a\x95\xe7\x30\x71\xd5\x7d\xb5\x1d\x06\xd4\x5d\x81\xed\x30\x2e\x2d\x97\x44\x60\x8b\xb2\x56\x28\x48\x82\xae\xce\x76\xc0\xc4\xd5\x0a\x85\xa5\x3e\x0f\x2d\xe6\xa8\xfa\x44\x2b\x6a\x59\x1b\x63\xc0\xa8\xd5\x06\x2f\x9a\x87\x86\x24\x4c\x77\x22\x09\x3e\x8e\xea\xaa\x6e\x87\xa3\xff\xe0\x53\x33\xe6\x5b\x47\x3b\xe2\xe7\x54\xdf\x3a\xda\x51\xf3\xe0\x8b\xfe\x1d\x31\x63\xd5\xbd\xc8\x1d\x31\x63\xd5\x17\xfd\x3b\x06\xc6\xee\x2a\x72\x47\xfc\x9c\xea\xaa\x6e\x47\x4c\x5c\x75\x55\xb7\x23\x26\xae\x76\xe8\x45\xfa\x74\x55\xb7\x15\xd1\xac\x03\x7a\x7c\x7e\xd5\xd5\xd9\x8e\x45\xff\x35\x5a\xfa\x0f\x7a\x7a\xaf\xdd\xdf\xdc\x91\x40\x50\xf5\xd0\xc1\x8e\x4d\xff\xc1\x8b\xe6\x76\x32\x3e\x36\xe6\xaa\x87\x0e\x76\xec\x8c\x68\x32\x3e\xfc\xcd\x3a\x19\x9f\x66\x7a\xc2\x8b\xbe\x8e\x09\x2f\x38\x33\x75\xc2\x0b\x26\xb5\xba\x1a\xdc\x71\xea\x4e\x46\xcb\x52\xb7\x2e\x46\x8b\xfb\x52\x17\xa3\xc5\x7d\xa9\x8b\x5e\x34\x63\x9b\x3b\xd9\x58\xad\x9b\x3b\x2f\xb2\x76\x9f\x72\x27\x3c\xcc\xea\x3e\xe5\x56\x7c\xb3\xfa\x02\x7d\x27\xf6\x80\xaa\xab\xc1\x9d\xaa\xfe\x73\x49\x24\xc9\xc5\x0e\x2d\x38\x3b\x4e\x21\x75\xb5\x2a\x2d\x28\x9c\x46\x8b\x5e\x5c\x61\x6e\x85\x26\xeb\x81\x1e\xa6\xb1\xba\x4f\xb9\xd3\xd4\x7f\x2e\x89\x44\x80\xac\x1e\x78\x59\xea\x05\x5e\x70\x35\xea\x65\x44\x18\xbc\xea\xea\x73\x27\xe2\xbe\xf5\x42\x1d\x17\xac\x5e\x28\x60\xd4\x2a\xea\x53\x01\xc7\x8a\xfa\xcc\xd2\x1a\xa8\xcf\xcc\xd6\x66\x45\x7d\x66\xe9\x10\xd4\x67\x66\x65\xd8\xd0\x91\x19\xe7\xa2\xb9\xcb\xb7\x33\x26\xae\xb9\xcb\xb7\x15\x9a\x6c\xee\xf2\xed\x9c\xf5\x5f\xa5\xd5\x69\x39\x9f\x1f\x8b\xb9\xef\xab\xe4\x86\x6a\xcd\x55\x8f\x2d\x5a\x22\x0e\x9b\x6d\xd0\x82\x4d\xec\x64\x0b\xb0\x39\xd4\x82\x4d\xa6\xa1\x05\xd8\xc4\x6a\x36\x0f\x55\xec\x3c\x75\x67\xa6\xa5\xff\x18\x02\x5e\x48\x0b\x0c\x61\xe9\x3f\x86\x60\xea\xd3\x27\x3a\xe3\x69\xb4\x00\x9f\x57\xff\x21\xea\xab\x5e\x10\xf5\xf5\xe5\x42\x73\x8f\x76\x17\x3c\x8d\xe6\xdb\x5f\xbb\x60\x6d\x9b\x6f\x7f\xed\xc2\x34\x34\x8f\x48\xef\x82\x8f\xd7\xdc\xf7\xdd\x25\xe8\x4e\x97\x52\xd1\x34\x60\x1e\x0a\x1b\x9d\xcd\x97\xf9\xbb\xe0\x4d\x34\x5f\xe6\xef\x22\x79\xba\x0f\xbb\x8b\x64\x86\xd2\x57\xd4\xb2\xa1\xf4\x0b\xcb\xcb\x56\x78\x8e\xcd\xcc\x86\xd2\x2f\x92\xa0\xef\xfb\xef\x22\x09\x7a\x1c\x76\x17\xf2\x59\x1a\x2a\xb9\xa0\x76\x5b\x63\x0c\x92\x19\x6a\x57\x51\xcb\xe6\x5b\x5c\xbb\xe0\x85\x34\x14\x6d\x91\x04\xdd\x37\xdc\x55\x72\x41\xb9\x55\x82\x4b\x0d\xb5\x54\x13\x7c\xfa\xd6\xd1\xae\x09\xea\xee\x9d\xed\x4a\x1c\xaf\xa1\x96\x2a\xde\x4b\x43\x2d\x55\xbd\x90\xa8\xa5\x8a\x07\xd6\xdc\x1f\xdb\x15\xf5\xd9\x16\x14\x50\x9f\xcd\xa3\x8f\xbb\x12\x8e\x68\x1e\x7d\xdc\x55\x12\x44\x11\x55\x14\x5f\x43\x11\x55\x49\x69\x43\x9d\x68\x67\xdb\x50\x97\x94\x36\xbd\xe0\xfb\x36\xe3\x39\xfc\xa3\xe6\x4b\xdd\x5d\x09\xdd\x35\xe3\x39\xbc\xa5\x66\x70\x2d\x79\xba\xaf\xb6\x2b\xee\x44\x3b\x70\x2d\x79\x1e\x7a\x21\x64\xd4\x7c\xa9\xbb\x2b\x41\x8d\x86\x92\x6a\xa8\x82\x86\x92\x52\x94\xb4\xa1\x6c\x9a\x3e\x7e\x5f\x7b\xee\x26\xc9\xfb\xfa\x72\x2b\x66\xda\x7c\x7d\xb9\x5b\x82\x6b\x14\x51\xd3\xac\xa0\x7a\x9a\x54\x01\xea\xa5\x65\xfd\x77\x69\xf9\xf7\xd0\x7d\xdb\x7a\x37\x5c\x8d\xee\x3b\x42\xbb\x21\xf9\xce\xd7\xd8\x70\x35\x7a\x84\x1e\xdf\x74\xe7\x0b\x68\x83\x5e\x70\x7b\x14\x41\xed\xbe\xde\xdb\x0d\xe9\xf6\x04\x05\xde\xc8\x9e\xa0\xc0\x1e\x50\x4f\x70\x66\x7a\x0e\xce\x78\x3f\xbb\xef\x9f\xec\x46\xe8\xae\x67\xe4\x82\x93\xd0\x71\xac\xda\xd1\x9d\x50\x67\x1e\x7a\x86\xfa\x2d\xb4\x5c\xd6\x1d\x97\xa1\xfb\x3a\x71\x77\x3c\xda\xce\x37\xd6\xa3\xfe\x9b\xb4\x2e\x2d\x97\x60\x4f\x81\xd6\xa1\x05\x05\xdf\xcf\xd8\x0a\xaf\x76\xdf\xcf\xd8\x9d\x70\x52\xaf\x50\xc0\x2d\xe8\x38\x56\xbd\xa9\x05\x05\xc9\xb3\x42\xa1\xcd\x1f\xa8\xe4\x8e\xcf\xd5\xbb\x4f\x7b\xe7\x23\xee\x28\xda\x8e\xef\xa4\x58\x6b\xc7\x77\xea\xd8\xfa\xde\x18\x3a\x1e\x5f\x6f\xb0\x82\xc7\xd7\x1b\xac\xcc\x4a\x0b\x56\xf0\x0a\xba\x6f\xb4\xec\x8e\x4a\xee\x9e\xa0\xb3\x3b\x5e\x5d\xef\x91\x96\xfe\x83\x17\x36\xed\x7a\x87\x17\x36\xed\x7a\x87\x9e\x26\xac\x43\x4f\x93\x82\x07\x36\xf0\xea\x3a\x7e\xd5\xc0\x8f\xeb\xbe\x84\xdc\x03\x3f\xae\xfb\x12\x72\x2b\x82\xda\xf1\xb9\x06\xb6\xb0\xa3\x96\x06\xd6\xaf\xfb\x12\x72\x0f\x09\xde\x97\x90\x7b\x14\x3d\xe7\x12\x1c\x6c\xcc\x75\x14\xd8\xc0\xd3\xe8\x28\xb0\xa1\x29\x42\x81\x29\xf6\xd9\xf1\xb9\x06\x1e\x58\x47\x81\x8d\xae\xff\x5c\xba\x43\xf3\xe0\xdb\x35\x7b\x0c\x5e\x02\xdf\xae\xd9\x03\x0f\xac\x4f\x46\xab\x59\x41\xd5\x0d\xbc\x90\x8e\xaa\x1b\x5b\x2d\xe8\x6d\x3e\xaa\xed\x2f\xd6\xc0\xe7\xea\x9b\xff\x0e\xb2\xde\xf4\x89\x6f\xd1\x3d\xe2\xb7\xa7\xe4\x89\x02\x9b\x18\xae\xee\x1b\x26\x7b\x4a\x82\xbe\x61\xb2\xa7\x5e\x79\x94\xdb\x24\xc6\xd7\x51\x6e\x33\xa9\x17\x97\xe0\x2c\x6a\x6d\x5a\x3c\xe7\x99\x3d\x7b\x62\xd4\x3a\xde\xd9\x94\x3c\x51\x7c\xb3\x31\x5a\x14\xdf\xec\x7a\x0e\xea\x43\xcf\xb9\xcc\xe6\xd6\x73\x8c\x61\xf3\x16\xe0\x65\x4d\x7c\xae\x8e\xe2\x53\x5c\xb4\xa3\xf8\xa6\x3e\x77\x14\x9f\xa2\xa4\xdd\xf7\x5d\xf6\x42\xb5\x76\x5f\xdc\xee\x15\xf4\xdc\xa4\xa5\x3b\x17\x2d\xdd\xe9\xd4\x57\x44\xba\xa8\xc8\xc5\x7b\x36\xf0\xc0\x16\x2b\x84\x81\x07\xb6\x52\xa4\xe5\x92\x58\x39\xd0\x2a\xb4\xf4\x9c\xf3\xb9\x90\xe0\x78\xe0\xa5\x2c\x5a\xf0\x52\xd4\x27\xbc\xe0\x32\x0c\xdc\xac\xd5\xf5\x1c\xbc\x0c\x7f\x77\x07\x6e\xd6\xc2\xc4\x0d\xdc\xac\x85\xbb\x34\x70\xb3\xd6\xa6\x4f\x94\xf7\xe2\xfb\x1b\xb8\x52\x8b\xb7\x67\xe0\x4a\x2d\x9c\xa7\xe1\x5b\xf6\x7b\x23\xa5\x11\x2e\x2d\x9f\x87\x81\xd2\xdf\x92\x04\xab\xe9\xcd\xf6\xec\x60\x35\xbd\x79\x5f\x06\xeb\xe0\x8d\x79\x1f\x18\x84\x2d\x49\xf8\xbe\xcb\xde\x55\x77\x42\x4f\xa3\xf5\x24\xcd\xbd\x6b\xa5\xb5\x69\xa9\x17\x7f\xcb\x77\xd3\x73\x87\x96\xeb\x90\x81\x41\xd8\x92\x04\x06\x61\xe3\x12\x8d\x0c\x05\xc9\x25\x43\x61\xe9\x4e\x7a\xc1\xbc\x0f\x9c\xae\x8d\x01\x1a\x85\x5e\x3e\xcc\xfb\x77\x55\xf2\x28\x0c\x8f\x38\xc9\xc0\xaa\x28\xeb\x74\x60\x55\xf6\x55\x97\x2e\x24\x7b\x74\xe7\xa2\xa5\x3b\x7d\xb0\x8a\x29\x0e\xac\x8a\x05\x5e\x10\xac\x8a\x91\x68\x33\x58\xca\x1b\x7e\xc0\xf0\x38\xe5\x56\xbc\x71\x60\x71\x0c\x3f\x60\xb0\xcc\x37\xfc\xb1\xc1\x32\x5f\xb1\xc8\x81\x35\x52\xbc\x71\x60\x8d\x4c\x93\x82\x35\x52\xf4\x71\x60\x72\x8c\xad\xbf\x81\x4f\x69\x6c\xfd\x0d\x96\xf9\x86\x15\x1b\x2c\xf3\xad\xab\x05\x9f\x43\x2d\xf8\xd4\x14\x61\x8e\x0c\x7f\x6c\x60\x8e\x0c\x7f\x6c\x60\x8e\x14\x99\x1c\x98\x23\xe5\x99\x0e\xfc\x54\xd3\x14\xe1\xa7\x1a\x1e\xd8\x20\x20\x60\xf8\x01\x03\x53\x65\x9a\x07\x4c\x95\xa2\x8f\x03\x53\x65\xf8\x63\x03\x53\x65\xf8\x63\x03\x53\x75\x1e\xf5\x32\x69\xa9\x17\xe7\xe5\x04\xd1\xdb\xb4\xe0\x9a\x60\xc1\x41\x99\x0e\x0c\xd7\xc1\x3b\x1b\x18\xae\xa3\x59\xc1\x70\x1d\xfc\x87\x41\x40\xe0\x68\x1e\x30\x32\x47\x2f\x39\x46\xe6\x48\xba\x18\x92\xc3\x9a\x60\x60\x48\x0e\xa9\x51\xc3\xd3\xa6\xf6\xc1\xf4\x0f\x0c\xc9\x91\xe4\x17\xbd\x4c\xb5\x18\x91\xa4\xbb\x18\x11\xb1\xdd\xb1\xa0\x20\x59\x2f\x46\x24\x79\xe2\x33\x1f\x49\x09\x9f\xf9\xe2\x49\x0d\xdf\x72\xda\x57\x32\xc3\x83\xbe\xac\x8e\x06\x06\xe8\xe2\x65\x0d\x0c\xd0\x95\x94\x30\x2b\x37\xe9\x39\x9f\xdb\x8b\x99\x1e\x18\x92\x4b\xe6\xd2\xc0\x90\x5c\x32\x97\x06\xcb\xfc\x8b\x99\x1e\x78\xd0\x57\x52\xc2\x90\x28\x45\x74\xb0\xcc\xbf\xb8\x4b\x83\x65\xfe\x25\x40\x36\x58\xe6\x5f\x4c\xf8\x60\x99\x7f\x71\x89\x06\x06\xe8\x4a\x66\xbe\x3f\xb4\xaf\x64\xe6\xfb\x43\xfb\x4a\x4a\xf8\xe8\x17\x97\x68\x60\xaa\xae\x14\x2d\xa6\xea\x4a\x82\x98\xa3\x4b\xa0\x64\x60\x8e\x2e\x4e\xd0\xf0\x80\x80\x3d\x8f\x28\x18\x2d\xf5\x72\x68\xc1\xa7\x9b\x23\x7b\x70\x89\xa6\x9b\x23\x7b\x30\x5c\xd3\xcd\x91\x3d\x48\x7e\xba\x39\x32\x45\x6c\xa7\x07\x54\xed\xc1\x70\x4d\x37\x47\xf6\x24\x3d\xd7\x68\xe9\xb9\xe9\x2d\x56\x08\xd3\xcd\x91\x3d\xec\xec\xcc\x07\x3e\x8b\xfa\x84\x4f\x1c\x81\xf9\xc0\x67\x51\x9f\xf0\x89\x46\x99\x01\x5e\x9a\x5a\xf0\x42\x40\x67\xfa\xaa\xdf\x1e\x66\x73\x06\x78\xc1\xcd\x9a\xbe\xb2\x37\x25\x93\x4e\xcf\x2e\xb3\xe7\x43\xbf\x7c\x57\x25\xcf\x00\x9b\x4c\xdf\x0c\xb0\x89\x0f\x3b\x7d\xf1\x6e\x0f\xd3\x37\x13\x02\xc4\x9b\x98\x09\x01\x1e\xfd\x07\x2b\x84\x0e\xa6\x67\x0f\x58\x20\xd7\x79\xba\x15\xb3\x10\x74\xa7\xd3\x0b\x49\x2d\xa3\xc5\x73\xbe\xe8\xb7\x20\x91\x65\x7a\x91\xc8\xdc\x1a\x59\x60\x6b\x6c\x66\x7a\x61\x6b\x6c\x66\x7a\xc1\x16\x4e\xb7\x54\x16\xaa\xfa\xbc\xb4\x18\x91\x87\x0e\x2c\x48\xb8\x6e\x8e\x2c\x48\x64\x9e\xa6\x65\x01\x95\x3c\x0b\xbc\x4c\xfd\x07\xbd\x95\x68\x41\x8f\x18\xd8\x2c\xd0\x5b\x93\x16\xf4\xb0\x9a\xb3\x42\x0f\x5f\x6d\x7a\x9c\xd9\x02\x0b\xb5\xe9\xe0\x02\x0b\x78\x60\xb3\xc2\x8b\x24\x58\xe1\x05\xb5\x3b\xdd\x70\x59\x64\x83\x6d\xba\xe1\xb2\xc8\x06\xdb\x74\xc3\x65\x31\x88\x82\xcb\x2c\x92\x1a\x35\xdd\x38\x59\x4c\xfa\x6f\xd3\x12\x3d\xa3\x85\xcc\xdc\x38\x59\x24\x14\x33\xdd\x38\x59\xc4\x3b\x9b\x1e\x83\x36\xc5\x6f\x67\x73\x3e\x95\x83\x3a\xdd\x70\x59\xc4\xfc\xcd\x06\x9f\x0d\x3e\x1b\xbc\x48\xba\x6e\xb8\x2c\x4a\xba\x0d\x5e\x08\xd3\xcc\x06\x2f\x43\x7d\xba\x3c\x23\x3e\xc9\x74\xc3\x65\x51\xf3\xd0\xe1\x53\xef\x67\x87\x4f\x92\xaf\x66\x87\x17\x49\xbe\x23\x97\xcd\x87\xe3\xc6\xc9\x22\xb9\xea\xb3\x23\x17\x3c\xbe\xd9\xe1\xc5\xd4\x0b\xbc\x98\xe8\xc1\x8b\x66\xac\xc3\x0b\xde\xf5\x1c\xd0\xd3\xfc\x0d\xc6\xae\xf9\xf3\x48\xb6\x25\xc2\x65\xd3\x0d\x97\x25\x36\xe6\xa6\xaf\xa3\x2c\x11\x63\x9f\x1e\x59\xb6\x84\x53\x32\x3d\x3b\xc2\x12\xfe\xed\x5c\xf4\x82\x82\x9e\x8b\x5e\x24\x4f\x37\x39\x96\xd8\xa5\x98\x1e\xd0\xb1\x24\x09\x7a\x40\xc7\x14\xbf\x9d\x1e\xd0\xb1\x34\x19\xbb\x1b\x27\x4b\x6c\x6d\x4e\x37\x4e\x96\xf0\xf8\xe6\x86\x17\x49\xd0\xb7\xe9\x4c\x89\xa6\xd3\xe0\x5a\x72\x31\xe8\x49\x2e\x06\x3d\xdc\xba\xe9\x66\xcc\x12\xf9\xe8\xd3\xa0\x77\xd5\x0b\x23\x92\xcc\x0c\x7a\x97\xb7\xce\xd7\x4a\x96\x1f\xf5\x62\xb4\x90\x99\x87\x8c\x2c\xe3\xd6\x4d\x0f\x19\x99\x22\xb6\xd3\x57\x55\x96\x09\x97\x4d\x37\x86\x96\xf5\x7e\xba\x31\xb4\x2c\xd5\xea\xab\x2a\xcb\x7a\x5b\x7d\x55\x65\xb9\xaa\xcf\x46\x0b\x5e\xdc\x18\x5a\x6e\xea\x05\x5e\x88\xa3\xcf\x0b\x2f\x64\xb5\xcf\x0b\x2f\xe4\x70\xcd\x0b\x2f\x38\x17\xf3\xc2\x0b\xce\xda\xbc\xf0\xb2\x7f\xb4\xbd\x37\x2f\x6c\x4a\xf0\x17\x36\x25\xf8\x0b\x9b\x7a\x05\xdd\x4e\x5a\x66\x17\x72\xba\x9d\xb4\x8c\x0d\x9d\x97\x21\x1c\xdd\xe9\xa2\xce\x9a\x06\x6c\xa8\x22\xbd\x13\x1b\x9a\xa5\x6c\xb0\xa1\xf9\x6a\x40\xfe\x9a\x15\xec\xeb\xc2\x86\x16\xbc\x97\x85\x0d\x55\x14\x78\x39\x00\xc4\x0a\xe9\xef\xcb\x97\x74\x56\xf0\xf8\x16\x36\xb4\x60\x5f\x17\x36\xb4\xe0\xe3\x2d\x6c\x68\xc9\xfa\x6f\xd1\x82\x1e\xd6\xaf\x30\x99\x0b\xeb\x57\x98\xcc\x85\x85\x2b\xa4\x1c\xad\x40\x2f\x4c\xe6\x0a\xf4\xd2\x74\x27\x63\xc0\xeb\x59\x11\xea\x4c\xdf\x8a\x3c\xc7\x84\xad\xc8\x73\x6c\x90\x2e\xdf\xda\xb4\xc2\xf6\xde\xf2\xad\x4d\x2b\xa8\x9e\xe5\x09\x79\xa6\x2c\xd7\x85\x31\x54\xf4\x78\xf9\x92\xce\x8a\xe9\x3f\xc6\x40\x6a\xfc\xc2\x50\x16\x72\xb2\x17\x86\xb2\x10\xab\x5b\x89\x3e\x99\xbf\x95\xe0\x9a\xf9\x5b\x18\xc3\xaa\x79\xf0\x2c\x65\xab\x9a\x07\x4c\x5c\xc5\x97\x59\x98\xb8\x2a\x59\xfb\x42\xcd\x2a\x5e\xe4\xf2\x85\x9a\x55\x3c\x9b\xe5\xa9\x6d\x56\x93\x9e\xf3\x39\xaa\x9a\x07\xcc\x5f\x65\xcb\x69\x79\x8c\xcf\x2a\x48\xc9\xe5\xab\x31\xab\x59\xbd\xb8\x94\x2a\x1b\xb2\x0b\xf3\xa7\x88\xf4\xc2\xfc\x29\xff\x76\x61\xfe\x2a\x1b\x7a\x0b\xc3\x55\xf1\x65\x16\x86\xab\xe2\x7d\xae\xca\xf8\xba\xee\x84\x02\x21\xa3\x85\xe1\xaa\x9a\x31\x5f\x71\x59\x25\x48\xb4\x2a\xd4\x09\xdd\x2d\x8c\x5a\xc5\x4f\x5d\x18\xb5\x8a\xa3\xb3\x30\x6a\x55\xb3\x89\x51\xab\x78\xad\x0b\xa3\x56\xd9\xc2\x5b\x18\xb5\x4a\x52\xda\x6a\x48\x89\x8d\xdc\x85\x51\xab\x78\xb4\x0b\x73\x54\x09\xeb\xad\x0e\x05\xc2\x7a\xab\x43\x01\xe7\x69\x61\xaa\x2a\xce\xd3\xea\x50\xd0\xbc\x77\x28\x5c\xdd\x89\x94\xf0\x7d\x17\x66\xac\x3d\xfa\x6f\xd1\x52\x2f\x2e\xa5\x86\xb7\xbb\x30\x55\x4d\xef\x84\xa3\xfe\xac\xe9\x9d\xf0\xc0\xa1\x35\x36\x72\x17\x66\xac\xe9\x9d\xf0\xe0\xa0\x35\x1c\xb2\x85\x19\x6b\x7a\x43\x30\x63\x4d\xdf\xe6\x80\x17\x7c\xdf\x35\xe0\x05\xdf\x77\x79\xe0\xd0\x1a\xae\xdb\x9a\xd0\xc3\xa8\x2d\xdf\xdd\xb0\x46\x50\x71\x4d\xe8\xe9\x9d\x98\xd0\x63\xed\xb2\x26\xf4\x70\xdd\xd6\x84\x9e\xbe\x69\xcc\x66\xd3\xdb\x33\xa1\x87\x27\xbc\x7c\x4d\x67\x8d\xd5\xca\xf2\xed\x59\x6b\x7a\x7b\x30\xa9\x4d\x5f\xb8\x87\xf5\x9e\xa7\xac\x1f\xa8\xe4\xe5\x56\xec\x11\xc2\x6b\xb9\x15\x7b\x9e\x86\x00\x0d\xd0\x34\x5e\xc8\x72\x2b\xf6\x3c\xec\x06\x2f\xb7\x62\x9f\xf0\xea\xe5\xcb\xb6\x4f\x78\xf5\xf2\xc5\x58\x7c\x62\xa5\x35\xbe\x00\xa3\x97\xdb\x9f\x4f\x60\xf4\x72\xfb\xf3\x09\x8c\x5e\xbe\xe0\xfa\x04\x46\x2f\x5f\x70\x7d\x02\xa3\x97\xdb\xa6\x4f\x60\xf4\x72\x43\x32\xb7\x14\xf4\x05\xf2\x0b\xcc\x76\x81\xfa\xdb\x49\x2d\x20\xc6\xf8\x7f\x0b\xd4\xdf\xc6\xff\x5b\x9f\xc0\x68\xef\x65\x0b\x18\x8d\x0d\xdd\x02\x46\x93\x3a\xbe\x05\x8c\x26\xd2\xb4\x05\x8c\x66\xdb\x73\x83\x0f\xdc\x2c\xc9\x37\xf8\xc0\x3d\xf4\x1c\x9c\x4d\x3d\x07\x67\x53\x77\x76\xa0\xd0\x81\x96\x80\xd1\xa2\x0e\xd7\xeb\xd0\x12\x30\x3a\xd2\x12\x30\x5a\x7d\x0a\x18\xbd\x68\x09\x18\xad\x5e\x18\x1f\x1f\xea\x0e\x8c\xef\xa8\xc5\xf8\x80\x85\xee\xc0\xf8\x0e\xf4\x02\xe3\x63\x36\x37\xe0\x6e\xc3\xe3\xdb\x80\xbb\x2d\xa8\x17\xa0\xc9\xc4\x06\x77\x00\x0e\x4c\x50\x6a\x07\xe0\xc0\x51\x14\x80\x26\x27\xb5\x80\x49\x27\xd1\x03\x2a\x9c\xf5\x1c\x50\x61\xd4\xee\x0e\x40\x85\x41\x27\x6e\xc0\xe4\x0a\x35\xed\x08\x54\xb8\x57\x5a\x40\x9a\x3b\xbc\xf8\x0a\x6f\x1a\x11\xf7\x1d\x19\x83\xe6\x21\x32\x86\xa9\x5e\xe0\x05\xa5\xb8\x01\x9a\xdb\x16\x3d\x78\x21\xfe\xbe\xa3\x60\xcb\x48\x37\xc1\x0b\x26\x6e\x27\xc1\x96\xe9\x33\xc1\x0b\x50\x98\x0d\x40\xdd\x48\xc4\xdc\x09\x08\x35\x99\x44\x1b\x80\xfa\x79\xd4\x02\x46\xcc\xb7\xb2\x7d\x7d\x39\x0f\xb9\x43\x3b\x01\x00\x46\xf1\x6d\xa0\xec\x07\xc5\xb7\x81\xb2\x1f\xa2\xd5\x3b\x01\x00\x26\xe4\xb7\x33\x00\x60\x54\xdd\x06\xe6\x7e\x50\x6e\x3b\x0b\xe0\xac\x3b\x01\x00\x63\x0c\x77\x06\x00\x4c\x3a\xd9\xce\xf0\x59\x91\x44\x86\x4f\x7d\x1d\x19\x3e\x1b\xf3\x00\x3c\xfe\xa0\xb2\x36\xf0\xf8\xc3\xea\x68\x03\x8f\x3f\x5d\x14\x5c\xd6\x67\x88\x17\xc6\x30\xc4\x0b\x63\x60\x25\xba\x0b\x7c\xe2\x6a\x6c\xa0\xf3\xc7\xe0\xa5\x00\xcb\xd6\x7b\x0d\x74\x5e\x89\x75\x1b\xe8\xfc\x91\xe4\x81\xce\x9f\xab\x3e\xe1\x13\xe7\x70\xfb\xca\x77\x5e\x9c\xbc\x0d\x74\xfe\x46\xdd\x09\xfe\x98\xad\xbf\x5d\x41\x07\xb3\xbe\xdc\x6e\xfa\xa7\xc2\x57\xbb\x0a\xe1\x4c\x9f\x15\x6c\xb2\x64\x5d\xc1\x11\xe7\xfb\x03\x95\xbc\x2b\xb0\xe5\xa2\x4e\x80\x11\x4b\x9c\x15\x36\xa5\x6c\x40\xea\x5f\x96\x43\xbb\x01\x4d\x26\x79\x67\x37\xa0\xc9\x40\x1c\x77\xa3\x4f\x62\x7c\xbb\x01\x85\x26\x1f\x76\x83\xe2\xbf\x78\x6e\xbb\x41\xef\x88\x02\xf4\xa4\x0a\x00\xc1\x3e\x52\x05\x4d\x90\x66\x7a\xe9\x82\x34\xf3\x39\x74\x41\x9a\xb9\xb3\x0b\xd2\x0c\x2f\x60\xb3\x1e\x72\x34\x37\xc9\xfe\x0f\xcb\xc4\xdd\x81\x34\xeb\x15\x24\x93\xf5\xc9\xea\x13\x50\xb1\xe4\x42\x26\xeb\x53\xd4\x27\x70\xe7\xaa\x3e\xe1\xb3\xea\x4e\xf8\xd4\xcb\x3a\xe0\x53\xaa\x9c\x4c\xd6\xa7\xeb\x3f\xf8\xd4\xeb\x49\x26\xeb\x33\x74\x27\x7c\x4a\xa1\x90\xc9\xfa\xb0\x78\xdf\x64\xb2\x3e\x93\x17\x92\x4c\xd6\x07\x9f\x6b\x03\x35\x78\x34\x2b\x40\x0d\x1e\x76\xbb\x37\x59\xae\x0f\x26\x6e\x93\xe5\xfa\xe8\x45\x06\x51\x16\x58\x34\x6e\x10\x65\xe1\x11\x05\xa0\xbb\x7a\x59\x05\xdd\x0d\xf4\x49\x06\x6c\xc0\xe0\x6d\x10\x65\x21\x33\xbe\x09\x54\x58\xd2\x25\x3b\x36\xe8\x03\x27\x1f\x36\xe0\x08\x6c\x20\xb8\x81\x45\xe3\x5e\x02\x38\x43\x01\x68\x83\x92\x0a\x37\x38\xb1\x20\x29\x91\x39\x1b\x24\x25\x70\x62\x0a\x35\x6d\x70\x62\x41\xe6\x0f\x9c\x58\x60\x09\xb9\xc1\x89\x05\x99\xbf\xc5\x68\x59\xbc\xef\xc5\x68\xc9\xe5\xde\x8b\xd1\xe2\x6f\xee\x0d\x9f\x92\x20\x30\x8b\x20\xb5\x0b\xcc\x42\x01\xa4\x2d\xa8\xb0\xde\x48\x60\x16\x91\xbd\x95\x0f\x5b\xea\x2d\xc6\x47\xbe\x6f\xd4\xfb\x49\xbe\x6f\x64\x9d\xb1\x05\x23\x4e\xea\x45\x90\x66\xc6\x2e\x18\x31\xf9\xc5\x9b\xcc\xe0\xc8\xaa\x63\x0b\x38\x0c\xac\x7e\x03\x97\x88\x7a\x77\x41\xa9\x45\xbd\xad\x02\x15\xb3\xde\xdb\x02\x15\x6b\x1e\xc8\x13\x8e\x32\x7f\xe4\x09\x47\xe9\x02\xf2\x84\x15\x6a\xda\xc0\x2c\x22\xc1\x90\x7d\x90\x04\x41\xbe\x7d\x90\xc4\xd2\x7f\x48\x82\xf5\xde\x06\x82\xa1\x90\xd1\x26\xdb\x38\x1e\x3d\x07\x9f\x57\x77\xc2\x27\x50\xb4\x0d\x20\x43\x29\x7f\x9b\x4c\xe4\x78\xc5\x8b\xc0\xcf\x48\x97\x4c\xe4\xf4\x88\x6b\x90\xca\x72\x27\x40\x5d\x24\x82\x21\x5b\x30\x69\x49\x5e\x30\x69\x99\x38\x90\x15\x89\xdc\x8c\x0d\xb2\x22\x49\x09\x83\xc9\x4b\x32\x78\x00\xef\x92\x74\x88\xe0\xd5\x9a\x07\xc1\xab\x6b\xfd\x91\x4a\x16\xf2\xba\x8a\xc0\xa6\xc5\xc7\x08\x58\x23\x69\xc2\xae\x40\xd3\x62\x93\xe1\xe1\xa1\x18\x60\x8d\x04\x4e\xc5\x00\x6b\x24\xe2\x2b\x06\x58\x23\xe1\xbd\x98\x7b\x98\x2b\xe1\x45\xda\x03\x14\x9a\xad\x1c\x13\x80\x7b\xe8\x4e\x86\xc7\x67\x64\x0f\xc3\x43\xf5\xd8\x03\x9f\x2c\xf0\x4c\xe0\x6e\xa6\xdd\x82\xa0\xd7\xf4\x12\x04\xbd\x86\x1e\x15\x28\x12\xf6\xd5\x40\x12\x2a\xdb\xd1\x04\xf5\x26\x22\x66\x20\x09\x33\xcb\x36\x03\x1c\x92\x99\x4c\xa3\x92\x44\x46\xe9\x1b\x95\x24\x94\xc3\x68\x80\xbb\x33\x1f\x8e\x01\x23\xc9\x4c\x9f\x81\x24\xcc\x58\x4d\x03\x49\x98\xb3\xfa\x84\x5e\x56\x9f\x40\x8c\x8b\xfe\x03\x62\x8c\x79\x30\x01\xb8\x99\x23\x13\x80\x9b\x39\xb2\x04\x9f\x2c\xb8\x4c\x70\x6e\x72\x6c\x0d\x30\x4a\xc6\xdc\x1a\x68\xc1\xcc\x06\x9b\x09\xea\xcd\xf2\xcb\x04\xf5\xd6\xac\x08\xea\x8d\x87\x69\x82\x7a\x13\x99\x34\x41\xbd\x51\x6e\x26\xa8\x37\xa6\xd8\x04\xf5\x36\xb5\x90\x8b\xe6\x41\x50\x6f\x7c\x4a\x13\xd4\x9b\x7c\x74\x13\xd4\x9b\x08\xa3\x81\x16\x2c\x8f\xe8\x2d\x5a\x8c\x16\xb4\x60\x89\x6a\x09\x50\xcd\x73\x45\x80\x6a\xb5\x9c\xb3\x42\x0a\x9e\x51\x61\xa3\x60\x1e\x0c\x08\x4d\x61\xc9\x6a\x40\x68\x14\x86\x32\x20\x34\x85\x0c\x0f\x2b\x02\x4d\x33\x7f\x05\x5e\xa6\x28\xc0\xcb\x56\x9f\xf0\xc2\xfa\xc4\x80\x88\x17\xbd\x67\x40\xc4\x0b\x01\x40\xab\x70\xc6\x6a\xc5\x04\x11\x27\xc7\xd6\x40\x20\x2a\x51\xd1\x80\xec\x14\x02\x80\x06\x64\xa7\xe2\xa2\x18\x90\x9d\xca\xfe\x82\x01\xd9\xa9\xf8\xda\x56\x81\x34\x63\x52\x0d\x00\x4f\xd5\xbb\x0b\x80\xa7\xb2\x6a\x34\x70\x8c\x55\x6f\xa4\x07\x66\x56\x65\x0d\x69\x00\x78\xaa\xde\x41\x00\x3c\x0a\x0b\x19\xee\x52\x65\x81\x6e\xb8\x4b\x95\x7c\x2b\xeb\x02\x69\x33\x22\xdc\xa5\x8a\xef\x6b\xb8\x4b\x95\xd8\xb5\xe1\x2e\x55\xdc\x3a\xc3\x5d\xaa\x44\xab\x0d\xb7\xa7\xe2\xac\x19\x6e\x4f\xc3\x59\x33\xdc\x9e\xa6\x77\x02\xb7\xa7\xb1\x73\x65\xb8\x3d\x0a\xa9\x18\x6e\x4f\xc3\xfc\x19\x6e\x4f\x63\x35\x6d\xb8\x3d\x4a\x2a\x34\xdc\x9e\x46\x28\xcd\x70\x7b\x9a\xbe\x46\xdc\x9e\x56\x75\xa7\x80\xd8\xc8\x05\xb7\xa7\xb1\x26\x30\x9c\x99\xc6\x3a\xd8\x80\xc7\xb7\xfd\xa3\x8c\x0b\xa3\x44\x49\xc3\x36\x19\x28\xa0\x86\x8d\x31\x7c\xa0\x0e\xba\xcd\xf0\x81\x94\xf1\x67\xf8\x40\x9d\x5a\x5e\x86\x0f\xd4\x49\x35\x33\x7c\xa0\xce\xb6\x92\x81\xb1\x57\x8e\x9f\x81\xb1\xef\x49\x14\x80\x03\xeb\x95\x00\x63\xdf\xd9\xde\x33\x30\xf6\x1d\xe4\x8d\x81\xb1\xef\x98\x0e\x03\x32\xda\xb1\xf5\x86\x5f\xa5\x6c\x40\xc3\x77\xea\x5d\xbd\x40\x4f\xea\x05\x3f\xa7\xeb\xa3\xc2\xcf\xe9\x12\x19\x7e\x4e\xd7\xeb\x82\x9f\xd3\x97\xee\x14\x4c\x1a\x0a\x5b\x30\x69\x5e\x82\x2d\x98\x34\x12\xdc\x82\x49\x33\x5a\xa0\xa6\x1d\x4f\xca\x80\x9a\xf6\xab\x3b\x81\x03\x4b\xe9\x03\x35\x1d\x92\x35\xfe\xd1\xd0\x07\x07\x9c\x74\xe8\xa3\x02\x4e\x3a\x64\x1e\x40\x47\x0d\xbd\x66\xc0\x49\x07\xa1\x03\x33\x81\x9f\xa1\x67\x02\x3f\xc3\x35\x3e\xd0\x90\xac\xf1\x81\x06\x9e\x94\x19\x50\x61\xbd\x66\xc0\x50\x87\xd4\x12\xfe\xd1\x90\x74\xf1\x8f\x06\x9e\xbe\xe1\x1f\x8d\x01\x2f\xf8\x47\x43\x92\x3f\x02\x38\x33\xef\x07\xa0\xb2\x3e\x62\xfc\xa3\x21\xa5\x8f\x7f\x34\x96\xfe\x63\x0c\x4b\xcf\x31\x06\xcd\x03\xfe\x91\xd2\xfa\x0c\xff\x48\x69\x7d\x86\x7f\xa4\xb4\x3e\xc3\x3f\x1a\x52\x75\xf8\x47\x43\x6f\x39\xfe\xd1\x24\x2e\x6a\xf8\x47\x13\xff\xd6\xae\xa0\xd0\x8c\xe1\x0a\x0a\xcd\xdc\xe2\x3b\x4d\x16\xa9\x86\xef\x34\x65\x02\xf0\x9d\xa6\xde\xeb\x2b\x98\xb4\xfe\x03\x70\x4c\xe8\xce\xf0\x9d\xa6\x0c\xec\x15\x4c\x5a\x7c\xfa\xf8\x66\xd3\x7f\x3e\x86\x89\x11\x3d\x38\x41\x13\xb7\xe7\x80\x4a\x9d\x38\x33\x87\x4a\x35\x93\x70\xe0\xc1\xd1\x99\xc8\xfa\x50\xec\x60\x62\x44\x0f\xc5\x0e\xe6\xd2\x73\xd0\xdb\xba\xd3\x68\xf9\xac\x1c\x9c\x99\x49\xa0\xf2\xe0\xcc\x4c\xe2\xd3\x87\x9a\x36\x13\x03\x7b\xa8\x69\x33\x09\x16\x1c\x1c\x9d\xc9\x6e\xd1\xa1\xd4\xd6\x42\x99\x9e\x00\xdc\x99\x37\xf9\x50\xef\x66\x61\x2c\x0e\xf5\x6e\x56\x54\x9f\x00\x95\xa3\x7a\x01\xa8\x4c\x75\xb9\x43\xe1\x85\xc5\x0a\xe1\x50\x78\x61\xb1\x36\x3b\x01\x94\x2f\x41\xb0\x03\x06\x77\x11\x04\x3b\xb8\x59\x8b\x79\x38\xb8\x59\x0b\xc9\x1f\xdc\xac\xd5\xf4\x1f\x68\x64\xf4\xcb\xc1\xb1\x5a\x9a\x07\x1c\xab\xc5\x5b\x7e\x70\x9e\x16\x6f\xf2\xc1\x79\x5a\xb8\x2f\x07\xe7\x69\xad\x1f\xd5\xb8\x38\xf8\x55\x4b\xd3\x40\xd5\xaf\x45\x24\xed\x00\x00\x5e\x54\xbc\x38\x00\x80\x17\xdb\x4a\x87\xea\x0d\x0b\x5f\xf4\xe0\x8f\x2d\xd3\x9d\x08\x9e\x28\xdb\xc1\x1f\x53\x0e\xe3\xc1\x1f\x5b\x47\xbd\x30\xbc\xa3\x5e\x18\x1e\xcb\x93\x83\xaf\xb6\x59\x4c\x1f\x2a\x3b\xa8\xac\xe6\x49\x02\x3f\x1f\x5a\x02\x3f\x23\xc0\x2c\xf0\xb3\x5a\x02\x3f\x43\x0f\x3f\x6e\xe3\x49\x1d\xfc\xb8\x9d\x2b\x2d\x00\xce\x6c\x13\x1c\x7c\x35\x65\x2d\x1e\xca\xf2\x6c\x56\x08\x87\xb2\x3c\x1b\x25\x75\xb2\xc0\xcf\xea\x65\xd1\xd2\x7f\x8c\x61\xa8\x17\xc6\x30\xc4\x0b\x63\x98\x8c\x16\xaf\x6e\x6b\x1e\xf0\xea\x54\x48\xf3\xe0\xd5\x6d\xd3\x9d\xf0\x49\x44\xf3\x50\x11\x42\xf1\xe2\x23\x08\x35\x6a\xe9\x08\x26\x8d\x07\x76\xf0\xf1\x36\x6a\xe9\xe0\xe3\x29\x5e\x7c\xf0\xe3\xec\xd1\x7f\x97\x16\x52\xa2\xd4\x8f\xa1\xb2\x8e\xe0\xd5\x98\xdb\x23\x08\x35\x30\x84\x83\x3f\x66\x59\xcf\x01\x5b\xc6\xaf\x3a\x15\xd8\x32\xa1\x8a\x23\xb0\x35\x5e\xd6\x11\xd8\x1a\x3f\xf5\xe0\xab\x59\xd3\x7f\xf0\x22\xc9\x0b\x88\x4d\x14\xff\x08\x88\xcd\x4e\xf8\x69\x40\x9a\x31\x0f\xa7\x01\x69\x26\xfc\x71\x04\xbd\x1e\xfa\x4f\x60\x6b\x64\xdd\x04\xb6\x86\xba\x60\xd9\xf8\xbe\xa7\x09\x6c\xcd\xd8\x9b\xc0\xd6\xa2\x2e\xb0\x35\xcf\x51\xa0\xc8\x08\xc8\x1d\x0a\x14\xa9\x20\xe6\xc1\xe3\x33\xcc\xc3\x11\xd4\x5b\x2a\x4b\x50\x6f\xcd\x03\x01\xb2\x83\x41\x38\xc0\xb9\x4f\x50\x9f\xc0\x9d\xa3\xfe\x03\xc4\x4c\xb4\xf3\xe0\x29\x2a\x96\x7c\xf0\x14\x8f\xde\x79\xbc\xc1\x83\xe9\x38\x78\x7c\x07\xe3\x7b\x86\x40\xd3\x48\x10\x8f\x4f\x31\xe1\x23\x38\xb7\x64\x2d\x38\x37\x41\xb7\x43\xa0\xeb\x48\xb1\x13\xe8\x3a\x84\x7e\x8e\xa0\xde\xac\x36\x0f\x81\xae\x43\xb0\xe7\x50\x56\x49\xa5\x2c\x0f\x4e\xde\x61\x3d\x74\x80\x7a\x5f\xa9\x64\x4a\x27\x5d\x5c\x8d\x43\xc5\x3a\xa5\x1f\x1e\x1c\x39\xc5\x68\x0f\x75\xe8\x2e\x3e\xec\xc1\x91\xbb\x52\xb4\x38\x72\x97\xed\xbd\x83\x23\xa7\x84\xc3\x83\x23\x77\x59\x43\x1e\x1c\xb9\xab\xb7\x80\x40\xd7\x35\x3d\x07\x48\x1b\x78\xfc\xc1\xc9\x53\x72\xe0\x21\xd0\x75\xa5\xc1\x48\xbd\x54\x02\xe0\x21\xf7\x5f\x41\xd3\x03\xb0\xc9\xab\x34\x7e\x5f\x25\x03\x12\x50\x94\xf4\xb8\xff\xb7\x15\x17\x3d\xe0\xa1\x94\x73\x77\xb6\x00\xd5\x08\x62\x03\x8c\x9e\xfa\x4f\x80\x6a\x3d\x07\x30\x9a\x3a\xcb\x87\xdc\xce\x47\x6a\x9e\xdc\xce\x87\xed\xa8\x03\xb8\x40\x05\x1c\x8f\x09\x7a\xad\xff\xa0\xc0\x42\xed\x00\x04\x7d\xae\xfe\x03\xce\xad\xc9\x24\x43\x34\xe8\xf5\x04\x78\xa0\x52\x8f\x07\x90\x68\x88\x28\x0d\xb2\x47\x95\x82\x77\x0c\x30\x32\xcb\xd9\x73\x04\xa8\xe6\xf5\x3c\x02\x54\xc3\x35\xf0\x85\x20\xf5\x02\x44\x21\x10\x2f\x3e\x64\x96\x2a\xbe\x79\xc8\x1e\x0d\xfa\xdc\x8f\x80\xd1\xbc\x90\x57\x00\x67\xee\x04\xa9\x15\x24\x89\x0b\x0c\xdc\xf4\x1f\x40\x6c\x29\xda\x2b\xf0\x33\x53\x7b\x05\x7e\x86\x33\xc0\x0c\x51\x7e\x07\xd9\xa3\x8a\x4c\x1e\xb2\x47\x15\x99\x3c\x80\x19\xa2\x3e\x5b\xc0\x0c\x91\xc4\xfc\x03\xd4\x54\x51\xcb\x03\xd4\x54\x51\xcb\x03\xd0\x21\x12\x7c\x39\x00\x1d\x22\x1f\xf8\x05\xe8\xa0\x92\x8d\xf7\x11\xdc\xb9\xd1\x02\x7e\xcc\x32\xf8\x02\x74\x88\x45\xff\x01\x3f\x26\x1a\x7f\x01\x3a\x44\xe4\x79\x01\x3a\x44\x4c\xdc\x05\xe8\x10\x09\x7b\x5d\xb0\x67\x91\x2d\xa0\x0b\xb4\x41\x51\xcb\x1b\x04\x3f\x3e\xb4\xa0\x8e\x3f\x7d\x81\x36\x44\x4c\xdc\x05\x09\x1a\x4d\xcf\x41\x1d\xc9\x5f\xa0\x0d\xd1\xd4\x0b\xd4\x81\xee\x5e\x50\xa2\x11\xf5\x72\x41\x89\xaa\x80\xe3\x0d\x48\x89\x20\xc3\x05\x33\x9a\x08\xb7\x5c\x30\xa3\x09\x07\xe2\x82\x19\x4d\x98\xb8\x0b\x66\x34\x05\xdd\xe9\x7c\x2a\x86\x79\x81\x52\x28\x86\x79\x81\x52\xa4\x24\x0a\xc0\x8f\x59\x01\x5d\x8a\x0f\x24\x82\x0c\x37\x02\x85\x66\x05\x74\xdd\x57\xdb\x09\x57\xe3\x82\x3c\x4d\xe4\xa5\x5c\x0a\x13\x24\xcd\x03\x80\x0c\x85\x2d\x2f\x80\x8c\x44\x64\xf9\x82\xd0\x4b\xac\x9c\x6e\x82\xcf\xae\x16\x7c\xf2\x05\x5c\xc0\x1a\x89\xbc\x94\x0b\x58\x23\xe1\xb1\x5f\x40\x17\x0a\x31\x5e\x90\x76\x89\xef\xfd\x66\xa0\xd7\x57\x77\x0a\x18\xad\xff\x04\x7e\x46\x2e\x00\x32\x32\x61\x9a\x0b\x42\x36\x4b\x9e\x20\x64\x33\x81\x8b\x0b\xea\x22\x63\xc6\x6e\x01\x39\x8c\xaf\x7d\x0b\xc8\xe1\xa4\xff\x40\x0e\xb3\xca\xb9\x20\x32\x72\x56\x9f\x20\x87\xf5\x26\x53\x5c\x21\x4b\xd6\xe0\xfc\x14\x54\xbc\x20\x32\x32\xfa\xf3\x82\xc8\xc8\xb8\x13\x97\x52\x0b\xb9\x9d\x1f\xa8\xe4\x5b\x01\x3f\x13\x61\xbc\x95\x21\x90\xfb\x78\x81\x6e\xe4\xa1\xff\x60\x93\x28\xf0\x05\xba\x91\x35\x0d\x40\x37\x54\x06\xf2\x52\xa1\x21\x13\x3f\xba\x00\x32\x32\xbe\xc5\x05\x74\x91\x51\x44\x17\x7c\x60\xde\xba\x53\x10\x6a\x28\x00\xc8\x50\x71\xc7\x0b\x20\x23\x13\x5b\xba\x80\x2e\x32\x6a\xe9\x02\xba\xc8\x78\x1a\x17\xd0\x45\x61\xd1\x7f\xbb\x00\xd5\x50\x00\x74\x51\x82\x5a\x02\x54\x33\x0d\x54\x68\x28\xa8\xb3\x0b\x20\x43\x91\xc9\x0b\x20\xa3\x24\xfd\x07\xf8\x99\xa5\xd2\xa5\x7a\x43\xd1\xc7\x01\x58\xa3\xa0\xd8\x2f\x60\x8d\x42\x21\xee\x0b\xae\xb0\x14\xf5\x09\xc0\x99\x98\xd4\x1d\xf0\xd9\xf8\x6c\xa9\xec\x50\xf0\x49\x2e\x08\xc4\x02\x7a\xef\x02\xe4\x50\x2a\xdd\x05\xc8\xa1\x82\x91\x17\x20\x47\x61\x01\x7b\x41\x20\xaa\x60\xe4\xa5\xea\x43\xc1\x6c\x5e\x40\x1e\x65\xc1\x19\xe8\xc4\xb2\xf4\x1c\x00\x6e\x13\x67\x02\x62\x33\xf6\x21\x20\x36\x9c\x51\x11\x42\xf1\xcd\x2b\xe8\x35\x3e\xc2\x15\xf4\x5a\x1f\x8e\xa0\xd7\xac\x5d\x2e\xa0\x92\x8a\xa1\xbc\x54\x8b\xa8\x44\xf5\xae\x60\xd9\x49\xff\x01\xaf\x96\x9a\x9f\x00\xa3\x8b\xfa\x74\x79\x56\xfc\x9c\x2b\x90\x76\x57\x2f\xce\x67\x95\xcc\x00\xa3\x54\xbc\xe4\x2b\x00\xb7\xde\x56\xea\x4a\x28\x45\xed\x52\x57\x42\xf1\xcd\xbb\x04\xb6\x46\x4a\x0b\x3e\x59\x35\xde\x25\xb0\x35\x63\x07\xb6\x52\xf1\x96\x2e\xb0\x95\x7a\xd5\x0b\xa0\x62\xd6\x7b\x77\x01\x2a\x96\xba\xc6\xaf\x6a\x52\xd7\xf8\x55\x0d\x2f\xf9\xe2\x57\x35\x29\x68\x9c\xa7\xc6\x4e\xff\xdd\xc0\xb2\x25\x09\xc0\x2f\x4d\x6f\x16\x0e\x52\xab\xba\x13\x80\x33\xa1\xa6\x0b\x32\xb3\x49\x4a\x20\x33\x9b\xcc\xdf\x86\x17\x29\x5a\x83\x17\x19\x43\xea\x66\x34\x7d\xfd\xd4\xcd\x68\x7a\xeb\x80\xd7\x34\xc2\x81\x17\xe7\xa9\x91\x1f\x74\x71\x9e\xda\x56\x2f\x70\x66\x7a\x0e\xce\x4c\xf4\xe0\x4c\x0a\x1a\xe7\xa9\xc9\xc4\xe1\x3c\x35\x7d\xe1\x38\x4f\x8d\xbd\x87\x8b\xf3\xa4\x10\xea\xc5\x79\xea\x41\xff\x25\x5a\xf4\x09\x64\xa7\x4b\x41\xe3\x58\x29\xbc\x7a\xc1\x7e\x76\xbd\x83\xc0\x79\xba\x64\x8d\xd3\xd5\xa5\xae\x81\xf3\x28\xd8\x7a\x81\xf3\x74\x7d\xfd\x38\x64\x5d\x6f\x2b\x0e\x59\xc7\xe5\xbb\xc0\x79\xbc\xb2\xe5\xf7\x55\x32\x48\x1f\x15\xbd\xbc\x20\x7d\x14\xbf\xbd\x20\x7d\x3a\x79\x9f\x17\x1f\xaf\xcb\xbe\xe2\xc7\x75\x29\x14\xfc\xb8\x4e\x8e\xdf\xc5\x8f\xeb\xb2\x0e\xf8\x6a\x5d\xca\x1b\x5f\xad\x0f\xf5\x22\xb0\x35\x62\xb9\x02\x5b\xab\x17\x78\xf1\xe5\x50\xe0\xf4\x93\xdd\x7d\x43\x2f\x3c\x8f\x80\xd8\x6a\x31\x0d\xa6\x3b\x11\xa7\x2b\x8d\xf0\x3c\x88\xf3\xea\x4e\xa0\xc9\x8f\xfe\x03\x26\xfd\xe8\x39\x60\xd2\x1e\xb1\x0d\x0f\xfe\x18\x11\xdb\xf0\x50\x0b\x60\x78\x14\x31\x3c\x80\x4b\x47\xa4\x4f\xbc\xb3\xe1\xb6\x37\x3c\x78\x67\xc3\x3d\xcc\xf0\xe0\x9d\x8d\x04\x05\xfc\xaa\x51\xa0\x10\x04\xc4\xd6\x9d\x3e\x5a\x22\xb6\xe1\x89\xc0\x9d\x5d\xd9\x84\x07\x9f\x6b\x74\xb5\xa0\xee\x86\x32\x3c\xf8\x5c\x14\xa1\x0c\x0f\x3e\x17\x11\xdb\xf0\xe0\x73\x11\xa3\x0d\x0f\x3e\xd7\x98\xf0\x82\xcf\x35\x26\x23\xa2\x82\xc1\x58\x70\x46\x31\xa8\xb1\x18\x3b\xfe\xd8\xd8\xa2\xce\x18\x3c\x88\x12\x1e\xfc\xb1\x61\x48\x02\x7f\x6c\x18\xd4\x93\x20\xdb\xd0\xc3\x1f\x1b\x17\x0a\xf8\x63\xe3\xd2\x27\xfe\x18\xe5\x2a\xc3\x93\x04\xd9\x9e\xb4\x04\xd9\x86\xcf\x24\xc8\xb6\xee\x14\x64\x5b\x7d\x02\xd9\xd6\x3c\x00\xb3\x9d\x09\xb9\xe0\xb9\xcd\xc2\xbc\x03\xa5\x9d\x05\xae\x81\xd2\xce\xaa\x5e\x2e\x2d\xc6\x4e\xdd\x85\x59\xa1\x0e\xcc\x76\x56\xb8\xa6\xb6\xc9\xec\xcc\x03\xb5\x4d\x66\x87\x33\xfc\xbf\xd9\x19\x3b\x3e\xde\x1c\x50\xc0\xc7\x9b\x03\x0a\x80\x6e\xe7\x84\x4f\x40\xb7\x53\x73\x84\x1f\x37\x17\x5c\xe3\xc7\xcd\x05\x05\xfc\xb8\xb9\x90\x35\x7e\xdc\x74\xd3\x11\x1e\xfc\x38\xe2\xbe\xe1\xa1\x96\xc3\x34\xb8\xa6\x48\xd6\x3c\x8c\x1d\x1f\x6f\x1e\x64\x86\x8f\x37\x2f\x14\xf0\xf1\xe6\x85\x17\x9c\x35\x4a\x67\x06\x4e\x1f\xda\x4b\xdf\x0a\xee\xd9\x72\xe5\x16\x1e\xdc\xb3\x25\xc9\xe3\x9e\xad\x04\x75\x0a\x68\xad\xcc\xdc\x82\xac\x5d\x59\xff\x01\xee\x2e\xbc\x59\x38\x72\x4b\x5f\x07\xc8\xda\x55\xe1\x05\x47\x6e\x35\xa8\xe3\xc8\x2d\xcd\x03\x8e\xdc\xea\x50\x6f\x02\x8c\x33\x3e\x9c\xb5\x35\xe1\x13\xa7\x6b\x4d\xa8\xe3\x74\xad\x45\x2f\x38\x5d\x4b\x5f\x00\x4e\xd7\x5a\xbc\x05\x38\x5d\x6b\xab\x17\xc6\x27\x4d\x84\xd3\xb5\xa4\x89\x06\xf4\x0e\x63\xc0\xe9\x5a\xe7\x07\x35\x2e\x02\xc7\x29\xed\x75\x19\x02\x3e\xd7\xd2\x34\xe0\x57\x6d\x29\x30\x7c\x27\xe2\xb0\xe1\xa1\x9a\xd6\x4e\x0c\x81\x6a\x5a\x3b\x23\x4e\xfc\x2a\x8e\x45\x0a\x0f\x7e\xd5\xd6\x07\x80\x5f\xb5\x0b\xaf\x12\x7e\x15\x05\x2a\xc3\x83\x5f\xb5\x9b\x5a\x40\xbd\x1b\xd4\xf1\xab\x38\x08\x29\x3c\xf8\x55\xbb\x21\x24\xfc\xaa\x2d\x25\x05\x90\x77\x0f\xf8\xa4\x5a\x04\xb9\xc0\xe1\xc1\xe7\xda\x53\xd4\x85\x56\x87\xeb\x29\xb4\xba\xf8\x64\x7c\x5b\xd4\x19\xdf\x46\x2e\xf8\x63\xdb\xa0\x87\xcf\x45\xfc\x36\x3c\xf8\x5c\xfb\xf0\xdc\x12\x5c\x9d\x57\x02\x9f\x6b\x4b\xd6\x4b\x70\x75\xf8\x5c\x82\xab\xab\x05\x48\x5b\x4a\x1f\x18\xb1\xe9\x25\xc7\x1f\xb3\xc4\x88\xf0\xc7\x2c\xeb\x3f\x40\xda\x05\x7a\xf8\x5c\x1c\x4c\x14\x9e\x0d\x48\xbb\xc1\x27\x05\x7c\x88\xca\x86\x07\x7f\xcc\x24\x4f\xfc\x31\xeb\xba\x13\x00\x77\xd7\x9d\x00\xb8\x3b\x9c\x11\xcc\xb2\x2e\x7a\x8c\x61\xe8\x3f\xc6\xa0\x97\x7c\x0b\x68\x0e\x9f\xf8\x63\x26\xe9\xe2\x8f\xd9\xe6\xd5\x25\x98\x45\x29\xcb\xf0\x10\xcc\x22\xc3\x37\x3c\x04\xb3\x8e\x94\x37\xfe\xd8\x91\x62\xc0\x1f\x3b\x52\xd0\xf8\x63\xc4\x53\xc3\x83\x3f\x46\x49\xca\xf0\xe0\x8f\x9d\xcc\xf8\xf0\xc7\x8e\x24\x88\xcf\x75\xa4\x26\xf0\xb9\x4e\x61\x0c\xf8\x5c\xa7\xf1\xbe\xe0\x73\x1d\xa9\x5d\xfc\xaa\x23\xb5\x7b\x04\xfc\x56\x9f\xd0\x5b\xea\x13\x7a\x7a\x97\x70\x82\xce\x86\x4f\x9c\xa0\x23\x07\x02\x27\xe8\x5c\xde\x56\x02\x5d\xf7\x81\xc2\x15\xf0\x9b\xef\x41\x50\xe8\xc0\xf8\x04\x85\x8e\x48\x17\x07\xe9\x26\xe4\x49\xa0\xeb\x26\xd1\x03\x26\x2d\x49\x10\xa2\xba\x55\x7d\x02\xc4\xae\x4e\x9d\xe3\xcc\x36\xe9\xb1\x81\xe3\xcc\xf6\x65\xde\x39\xce\x6c\x5f\xdf\x31\x09\x01\x97\xe8\xf2\xfd\x05\x5c\xa2\xeb\x6e\x56\xe0\x38\xb3\x4d\xc4\x36\x04\xdc\x9e\xcb\x17\x17\x70\x7b\xee\x52\x9f\xf0\xc2\x3b\x11\xa8\xc5\x71\x91\x52\xc0\x25\xba\x98\x9c\x80\x4b\x74\x0d\x0a\x41\xa0\x70\xfd\x87\x24\xbc\x04\x59\xe0\xf8\x34\x23\xad\x36\x04\x81\x9f\x1f\xe8\x09\xfc\x1c\x18\x83\xc0\xcf\x41\x7d\x02\xb6\x4e\xf0\x09\x18\x8c\x02\x9c\x81\x63\xd7\x8c\x84\xd8\x10\x22\x98\x66\xbe\xb8\x10\x01\x62\x63\x56\x42\x04\x88\x5d\x7f\x00\xa8\x0e\x21\x0a\xa3\x5d\x79\x0c\x08\x35\xde\x59\x88\x0c\x81\x8f\x31\x44\xe1\xb7\x11\x4b\x64\x08\x9a\x06\x90\x68\xe4\xd1\x06\x4e\x79\xb3\x07\xdb\xc4\x29\x6f\x46\x9c\x39\x70\xca\x9b\x3d\x58\xf7\x10\x19\xde\x46\x64\x82\x6c\xe3\x8f\x05\x41\xb6\x4d\xff\xc1\x27\x16\x27\x24\xf8\xbc\x70\x9d\xe0\xf3\xc2\xe7\x27\xb8\x1b\x3e\x3f\xc1\xdd\xf0\x99\x80\x65\x3f\xf0\x22\x70\xb7\xef\xa7\x87\x20\x70\x77\x10\x3d\x60\xd2\x28\xbe\x00\xba\x2d\xf0\x5a\x87\x0c\x4c\x1a\x9f\x8b\x33\xe6\x8c\x03\x86\x02\x67\xcc\x59\xa8\xba\x13\x98\x34\x7e\x55\x70\xbf\xca\x02\x9e\x70\x10\x7c\x1c\xbf\x2a\x08\x3e\x2e\xe9\x82\x98\x0b\xf8\xbe\x9c\x4d\x67\x81\xcf\x3d\x08\x5a\x3e\x44\x41\x00\x6e\xfa\x14\x60\x7c\xf3\x9c\x00\xe3\x92\xa7\x00\xe3\x18\x92\x20\xc0\x38\x1e\x11\xa7\xd1\x59\x90\xcc\x40\xcc\x71\x50\x50\x08\x20\xe6\x28\xb9\x19\x02\x60\xf2\x18\x44\x01\xc0\xb1\x24\x08\x62\x2e\xa2\x0a\x38\x8d\xce\x88\x4f\x87\x00\x60\x9c\xc8\x72\x08\x00\xc6\x63\x86\x9e\x40\xe1\x85\x3e\x2b\xe0\x67\x4c\x78\x10\x28\x1c\x23\x13\x04\x0a\xd7\x4b\x2e\x50\x38\xbe\x53\x10\xb8\xbb\x23\x25\x81\xbb\x07\xd4\xc1\xc1\x45\xbd\x91\x0d\x7a\x53\x2d\x80\xdf\x78\x4b\x41\xc0\x6f\xa9\x89\x26\x20\x36\x63\x6f\x02\x62\xc3\xa7\x40\xe1\x06\x2f\x02\x85\x63\x98\x83\x40\xe1\x52\x0c\x02\x85\x63\x64\x82\x40\xe1\xac\x17\x38\x19\xcf\x92\x64\x0d\x0a\x2f\x3d\xbc\x83\xa0\xf0\x92\xe4\x09\x0a\x2f\x45\xde\x79\x50\x78\x29\xc3\x19\x28\xbc\x94\xd5\x0b\x20\x66\x49\x17\x14\x5e\x2a\xa2\x07\x88\xb9\x88\x17\x1f\x43\xd2\xbb\x0b\x98\x3c\x75\xd1\x3b\xb4\xf8\x52\xbb\x00\xdc\x8c\x16\x84\x5e\x92\xda\x1d\x8c\x41\x8a\x76\x30\x06\x1c\x9d\x00\x7a\x2f\xe1\x6f\x72\x66\x9f\x25\x49\x17\x10\x7a\xda\x70\x36\x18\x83\xde\x4f\x90\x7d\x49\x6a\x57\x00\x75\x49\x57\x00\x75\xe9\x02\x90\x7d\xe9\xc0\xe7\x10\x48\x9b\x31\x0c\x81\xb4\x99\xb1\x21\x90\x36\x12\x04\xf5\x97\x1f\x71\xed\xe3\xcb\x52\xc9\x13\x60\x74\x80\x4f\x10\x81\xa4\xb9\x86\x30\x01\x46\x4b\xf2\x13\xf4\xb3\x24\x0f\x22\x30\x4b\x33\x80\x08\xcc\x05\x3e\x41\x04\xfe\xb0\x38\x67\x08\x80\x05\xb3\xf4\xfa\x64\x08\x2c\xd4\xc2\x64\x08\x4d\xc4\x19\x82\x26\x65\x32\x84\x01\x2b\x40\x07\xc9\x4f\x0d\x01\x34\x3e\x25\x37\x43\x58\xf4\x89\x47\x14\x16\x7d\xca\xfa\x2d\xfa\xdc\x7c\x1c\xe0\xf6\xb3\xd1\xda\x60\xc9\x0f\xd4\x37\x58\x72\xbd\xd6\x60\xfa\x39\x28\x28\x70\xe8\xa1\x65\xa9\xe4\x0d\x14\xfa\x81\xc2\x06\x6c\x2d\x25\x0c\xde\xbf\x48\xf0\xe0\xfd\x89\x1e\x87\xb0\x01\x1c\x4b\xf0\x1b\x08\x75\x64\x0c\x1b\xb8\xb3\xd4\xcb\x06\xee\x9c\x69\x51\x0b\x80\x08\x71\xe0\x78\x44\x2b\xb2\x9a\xd4\x02\x28\x92\x2e\xb5\x00\x88\x1e\x07\x8e\x47\xb4\x22\x59\x1b\x7c\xca\x27\x31\xf8\x94\xe4\x4d\xb0\x6c\xe4\x42\x9d\x80\x32\xf4\x1f\x7c\x6a\x1e\x4c\xb0\x6c\x46\x4b\x9d\x80\x22\x95\x6c\x40\xa8\xf5\xca\x1b\x10\x6a\x29\x14\x6a\x08\x90\x39\x1b\x02\x35\x04\xca\xe1\xa3\xa2\x86\x00\x99\xb3\x21\x50\x43\xa0\xe0\xb9\x05\x6a\x08\x54\x3c\xb7\x40\x0d\x81\x8a\xaf\xc6\xe9\x8c\x56\xa3\xfa\x04\x26\x2d\x4f\xe3\x00\x93\x4e\xba\x13\x10\x33\x8b\xdb\x40\x45\x81\xaa\x57\xfe\x00\x62\xc6\x87\xe5\x1c\x47\x23\xb2\x1c\xc2\x15\x84\x9a\x3e\xaf\x20\xd4\xcc\x2d\xd5\x06\x38\xd0\x28\x70\xc6\xa3\xd5\xca\xc7\x78\x05\xa8\xd6\x7f\x00\x95\xa5\xbc\x29\x0d\x40\xc1\xcf\xc0\x19\x8f\x56\xe5\xe3\x51\x1a\xa0\x4a\x79\x53\x1a\xa0\xea\x2d\xa7\x34\x40\xdd\xe2\x05\x3e\x1d\xa4\x13\x38\x0d\xd2\x2a\xc1\x9e\xf8\x08\xee\x1c\x68\x21\xc1\xab\x16\x90\x5f\xfc\x38\xce\x7f\xb4\xe6\x7b\x1d\x81\xf3\x1f\xad\xf1\xd6\x71\xfe\xa3\x91\x39\x1b\x38\xff\xd1\x9a\x27\x38\x06\xce\x7f\xb4\x56\xf4\x9f\x20\xc6\xf4\x42\xa1\x00\x8e\x37\x0a\x9c\xff\x68\xad\xea\x39\x00\xc0\x4d\x14\x80\x18\x37\x3d\x07\xc4\xb8\xab\x05\xc4\x18\x27\x81\xb3\x21\xad\x11\x10\xe0\xfc\xc7\xb9\x31\xd3\x9c\xf1\x38\x37\xdf\x58\xd4\x21\xbc\x11\xb9\x80\x7f\xdc\xb8\x3d\x11\x74\xe2\x26\xa8\x11\xc1\xdd\x6d\x56\x24\xb1\xe8\xb0\xe0\x4a\x0b\x54\x2a\xeb\x93\x58\xc1\xb6\x12\xac\x8b\x95\xff\x26\x77\x02\x6f\xdb\x7c\x0f\x11\x08\xdb\x5e\x50\x00\xc2\xc6\xe1\x0f\x81\x73\x1c\xa7\x56\xc5\x9c\xc7\x38\xb7\xd1\xcb\x10\xee\x15\x29\x71\x30\xec\xbe\x70\x36\x18\x2d\x2b\x5f\xce\x55\x9c\x1c\xfe\x10\x22\x07\xc3\x1a\x9a\x88\xd3\x12\xa7\x3d\x3f\xd8\xde\x0b\x1c\x96\x38\x4d\x22\xe3\x24\x58\x8b\x30\xbd\x00\xc8\xf2\xe1\x44\xce\x7e\xb5\x0c\x9b\x9c\xcc\x6a\x15\xc6\x38\x99\x95\xea\x6b\x21\x1a\xa0\x54\x62\x3d\xf1\x08\x04\x8b\xc8\x8e\x40\xb0\x08\xe2\x00\x2e\xc5\xb3\x89\x97\x3b\xbd\x26\x6b\x48\x80\x98\xcd\x37\xa0\x02\x67\xfd\x4d\xf3\xad\x95\x90\x80\xfc\x1a\x2f\x79\x12\x78\x16\x3b\x99\x04\x9e\x75\xdc\x4f\x48\x02\xc1\x7a\x5e\x64\x48\x00\x5d\x0f\x5e\x48\x02\xe8\x4a\xa5\xb4\x90\x00\xba\x72\x4e\x43\x48\x82\xa1\xe2\x93\x24\xc1\x50\x51\xd0\x49\xb0\x50\xd4\x0b\x27\xce\xcd\x43\xd0\x86\x13\xe7\x26\xe7\x34\x84\x24\x20\x28\xcb\xe0\x54\x38\xc9\x97\x4f\x25\x71\xfa\xf1\x21\x84\xc3\x69\x74\x93\x33\x1c\x02\x27\xce\xcd\x53\xa1\x50\x81\x8c\x22\xcf\x04\xde\xf2\x10\xc2\xe1\xc4\xb9\x49\x85\xb5\x90\x78\xb1\xa8\xa2\x16\xd2\xa0\xc5\x82\x39\x0d\x00\xa4\x78\x7c\x49\x67\x05\xa3\x34\xd2\x14\x44\x15\xea\x3a\x39\x98\x08\x71\x5a\x8c\xef\x40\x6f\x03\x20\xc5\xd3\x48\x9f\x47\xe4\x32\xa2\x03\x80\x94\x4f\x2c\xe9\xc0\xdc\x04\x85\x03\xa2\x93\x25\x72\x3a\x20\x3a\x51\xb4\xe9\xf3\x30\x5d\xfa\x04\x2c\x7f\xfd\x4c\xc2\x90\x81\x65\x5f\xdf\xa6\x0b\x19\xa8\xf0\x65\x55\x95\x99\x23\x2d\x67\x33\xf3\x70\x3d\x1f\x22\x64\x20\x18\xcf\xc3\x73\x00\x1d\x1e\x47\xcc\x85\xdc\x74\x48\xad\xf3\xa2\x83\x97\xa8\x16\x16\x74\xb8\xd2\x53\xe8\x45\x88\x47\xdf\x4d\x09\x59\x88\x47\x71\x46\x22\x98\x9f\x12\xf1\xd1\x32\x5a\x50\x20\x33\x9f\x5c\xa5\x90\x49\xa2\x7a\xf0\x37\x75\x64\x12\x87\x3f\x04\x1d\x53\xf4\x10\x05\xd6\xc1\x44\x5a\x27\xea\xb8\xa1\x07\xd3\xa8\xe3\x86\x28\xf4\x15\x0a\xd0\x29\xad\xe9\x0a\xd9\xc6\x01\xe5\x5d\xc8\x05\xe6\xd8\x86\x50\xc8\xf7\x0d\xbc\x9f\x85\xfc\x5b\xf2\x8a\x82\x4e\xbd\x09\x38\x02\x85\x84\x58\x8a\x72\x85\x42\xf2\xaa\xd6\x74\x85\xb4\xd3\xd0\xa1\x47\xda\xa9\xd6\x74\x85\xb4\xd3\x80\xba\x2e\x59\x87\xc6\x42\xbd\xe9\xb8\x57\x28\xe8\x90\x5a\x56\x0f\x85\xe4\xc0\x40\x58\x41\xe7\xc0\x68\xa5\xa6\xf3\x55\x38\x00\x21\x14\x92\xf5\xb4\x1a\x2b\x43\x47\xba\xf2\x1c\x73\xc4\xe1\x08\x41\x67\xaf\x44\x49\x02\xbc\x44\x4c\x8c\x56\x47\xb3\x66\x78\xd1\x81\xab\x84\x69\x8a\x90\x92\x38\x48\x45\x48\x49\xc9\xe5\x13\xb9\x08\x2f\x64\xed\x53\x40\x2b\x14\x32\xec\x39\xac\x20\x14\xe1\x0a\x27\xf4\x84\x2b\x64\x9f\x40\x67\x93\x78\x46\xd0\x77\x55\x32\xa7\x8a\xac\xc8\xe2\xa1\x82\x98\x8b\x04\x0b\x2a\xd3\x4e\xe5\xab\xc0\x39\x22\x2b\xb2\x4d\xc0\x39\x22\x2b\x62\xeb\x2b\x49\xe6\x5a\xa8\x55\x0e\x49\x8a\x58\xfe\x4a\x9a\x77\x72\x2c\x51\xa8\x3a\x58\x14\x3b\xc9\x39\x22\x2b\xb1\x31\x50\x99\x4c\x2d\xb1\x38\xf3\x63\x25\x3e\x80\x4a\x16\x2f\x35\xb2\x42\x25\x53\x97\xd3\x10\x42\x2d\x42\x12\x42\x01\x04\x14\x09\x3a\x81\x73\x3d\x96\x96\x5f\x9c\xcf\xb1\x12\x16\x95\x13\x32\x56\xc2\x6a\x56\x70\x46\xd4\xc1\x0a\x95\x0c\xd1\x84\xff\xce\x29\x18\x2b\x61\x35\x39\x05\x63\x51\x07\x2b\x54\x5e\x82\x84\xd5\xac\xe4\x4c\xe6\x07\x0a\x40\x53\x32\x26\x8e\xf3\x1d\x56\x46\xf5\x54\x3e\x46\x2d\x79\x2a\xa0\x8b\x8c\x89\xab\x80\x2e\xa8\x59\x15\x38\xb5\x61\x91\x5a\x13\x2a\xf0\x85\x8c\x89\xe3\x1c\x83\x95\x31\x63\x94\xfd\x5f\x19\x33\xd6\x84\x16\xc4\x70\x35\xa1\x05\x51\xbb\x4d\x78\x3d\xcc\x58\x23\x3f\x9c\x42\x51\xa1\x09\x15\x87\xe1\x6a\x42\xc5\x61\xb8\x9a\xb0\x67\x98\xaa\xa6\xe3\x49\xf1\x84\x5b\x15\x62\x2e\xd1\x02\x15\x87\x2a\x68\x3a\xac\x14\xe3\xd4\xc8\x13\x2e\x28\xb0\x06\xa0\x9a\xa2\xfc\xa1\x91\x3d\x5a\x58\xf8\xb6\xad\x83\x45\xb9\x13\x95\x55\x30\x0f\x94\x71\x5f\x35\x40\x0f\x74\x69\x8d\x3c\x07\xb0\x82\x12\x48\xa1\x73\x1e\x63\xe5\x5d\xea\x8c\xb6\xe2\x73\x51\xa0\x7c\x55\x36\x41\x3b\x6f\x4f\x65\xb7\xa1\x57\x21\xca\x5c\x2e\x5d\xf8\x2b\xd4\x7c\x07\x4c\xd4\xd8\x4d\xe9\x9f\x47\x74\x42\x01\x88\x10\x25\x74\x42\x07\xc4\xd2\xf0\xf8\xa8\xdd\xbc\x28\x62\x13\xba\xce\xb0\xe4\xfd\xec\x3a\xc3\x92\xd9\xa4\x96\xf2\x6a\x7c\xee\x54\x41\x5e\x6d\xea\x3f\xfa\x64\xeb\x6f\x04\x9d\x99\x59\x69\x71\x27\xd1\x6a\xaa\x04\xaf\xc6\xd7\x38\xb2\xe0\x5f\x3c\x97\x05\xff\xf2\xb1\x53\xdf\x77\x75\x54\x1d\x25\x76\x17\x59\x07\x61\x60\xe2\x3a\xee\xd9\x40\x4a\xe4\x20\x04\x4a\xde\xae\x8e\x9a\xa7\xe4\xed\xa2\xa8\x7b\xa0\xe8\xec\xea\x28\x37\x8a\xce\xae\x8e\xd2\x1f\xe0\xf5\x7a\x83\x3a\xd9\xd4\x1d\xa5\x4f\xc1\xd6\xd5\x79\x93\x87\xe0\x5f\x1b\x0a\x80\xac\x3a\x6a\x9e\xe2\xaa\xab\x13\xd4\x18\x40\xa0\x3a\x6a\x7e\xa0\x4c\x3b\x6a\x7e\x08\xe6\xf4\x20\x09\xc1\x9c\x24\x09\x01\x8d\x30\x01\x94\x0d\x5d\x03\x55\x4e\x71\xce\x35\x50\xe5\x13\xe0\xc8\x40\x95\x53\x2d\x73\x0d\x34\xd1\x04\xad\x31\x50\xde\x13\xb4\xc6\x40\x79\x53\x2d\x73\x8d\x1f\x9d\xbd\x17\x66\x16\xe2\xca\x85\x3b\x75\x64\x26\x5a\x7e\xea\xc8\x4c\xb4\xfc\x04\x6a\x3a\x08\x39\x4c\x1d\x4c\x89\x2a\x9f\x3a\x98\x92\x65\xdb\x2c\xc2\x58\x19\x2d\x30\x56\x9e\xda\x16\x28\x57\xb9\x06\x4a\x9f\x72\x95\x6b\xe0\xd9\x4c\xc0\x05\xe3\xaa\x45\x2f\x88\x93\xd2\x92\x4b\x7b\xf4\x94\x7a\x5c\x13\x35\x3f\x49\xef\xa7\xac\x7a\x98\xa8\xc8\xc9\xc7\x31\x75\x88\x24\xcb\xa1\x09\x3e\x70\xb2\x80\x9d\xa4\x95\x6b\x3f\x9d\xe2\x87\x6b\xb2\xe1\x45\xf1\xc3\x35\x51\xf3\x73\x0b\x2b\xc5\x73\x3a\x44\x52\xa2\xa6\xbe\xc0\x44\xcd\x53\xd2\x70\x4d\x16\x71\x94\x34\x5c\x53\xf2\x44\x25\x6b\x77\x9d\x92\x86\x6b\xb2\xf1\x48\x49\xc3\x35\xf9\xe0\x28\x69\xb8\xb4\xd7\x4e\x11\xc3\x35\x97\xfe\x03\x63\x85\xe9\xa0\x88\xe1\xd2\xce\xfb\xc4\x2e\x4f\x4c\xc7\x12\xc2\x0b\x45\xbb\x40\x55\x2d\x8c\xc5\xc2\x93\xa2\x00\x7b\x58\x9c\xd5\xbd\x30\x1d\x8b\xb3\xba\x29\xb2\x1e\x96\x50\x47\xf8\xbe\x4b\xd0\x22\xa2\xea\x4b\xd0\x22\x3e\xcd\x25\xc0\x10\x26\x67\x09\x30\x84\xc9\x59\x02\x0c\x31\x0f\x4b\x80\xa1\x2c\x0a\x00\x86\x78\xe5\x57\xd6\x71\x93\x2e\xb3\xc5\x7b\xb6\x30\x40\x54\x7b\x5b\x0b\x73\xbb\xaa\x90\x53\xf4\x09\x74\x63\xf1\x11\x2f\x2a\xa4\x50\x80\x3d\x50\xff\x6c\x2d\x3e\x69\xea\x98\xad\x65\x6a\xf1\x1c\xa6\x6a\x01\x6d\x58\x98\xaa\x05\xb4\x61\x49\x82\x00\x16\xb4\xdd\x4d\x45\xb0\xb5\x31\x5c\x0b\xe0\xc1\xc6\x54\x2d\x2a\x73\x6c\xc9\x93\xca\x1c\x5a\xae\x53\x1f\x6c\x6d\x0c\xd7\x02\x33\xaa\x8d\xf1\x65\x3a\x9d\x91\x3b\x4d\xa7\x33\x42\x1d\x5c\x21\xe5\xad\x02\x85\xb7\xd6\xc6\x33\x5d\x20\x02\xf7\x80\x3a\xfe\xd8\x46\x95\x53\x6a\x6b\x69\x61\xbf\x40\x04\x6e\x7c\x74\x0a\x6f\xad\x8d\x31\xa4\x48\xd6\xd2\x76\xf7\xe6\x7d\xd9\x18\xc3\x8d\x22\xda\x18\xc3\xad\xf3\x26\x1d\xf0\x15\x28\xb2\xb4\x8c\x95\x13\x45\x96\x96\x11\x1d\xa7\xc8\xd2\xa2\xae\x7a\xd8\x49\xe7\x38\xd2\x27\x30\x2e\xc3\x88\x6e\x01\x94\x48\x0a\xd8\x82\x1d\x61\x44\xb7\x40\x3a\x18\xd1\x2d\x90\x4e\x83\x02\x8a\xdd\x88\x80\xab\x36\x0d\xc5\xa7\x82\x6a\xd3\x18\x6b\x2c\x55\x87\x31\xcc\xad\x6a\xb0\x50\x52\x2a\xa8\x5e\x8a\xa1\x89\x54\x2f\x85\x22\x52\x61\x6f\x9d\x7a\x48\x2f\xf8\xd3\x87\xf8\xb4\xea\x89\x1c\x54\xb9\x6a\x86\x1c\x56\x63\xaa\x19\x42\x69\xa8\xa0\x9a\x21\xe7\x63\xb4\xdf\x55\xc9\x2a\x27\x42\xf1\xf2\xb0\x4d\x08\x21\x08\xe0\x86\x1f\x94\x9b\xca\x7b\x50\x51\x2a\xa8\xdc\xc6\x21\x7a\xa5\x6a\x18\x87\xe5\x9e\xaa\x61\x68\x49\xae\x6a\x18\x87\x78\xaa\xea\x58\x68\xd7\xda\x1e\x21\x84\x26\x2d\xe8\x11\xbd\x32\x5e\x89\x83\xff\xa0\xda\x03\x87\x45\x9c\x70\xfb\xda\x8b\x36\x54\xf9\x65\x0b\xcf\x98\x3e\xed\x45\x1b\xd3\x77\x11\x92\xf1\xa1\x52\x92\x3c\x08\x30\x7e\xb1\xee\x02\x8c\x5f\xac\xbb\x09\x3d\xc4\x2b\x21\x58\xe8\xc5\x2e\x0b\x16\x7a\xb1\xcb\xe0\xa8\xf6\x83\xd5\x04\x47\xb5\x1f\xd4\x3c\x48\x9f\xfd\xa0\x92\x3f\xf1\x3b\x6c\x75\x7c\x82\x74\x50\xa6\x9f\x20\x1d\x5e\x90\x43\x46\x82\xb6\x36\x05\x62\xd1\x66\xa6\x40\x2c\x0f\x7e\x80\x40\x1e\x21\xd2\xe7\x15\x30\x66\xd1\x02\x18\x83\x2a\x10\xc8\x23\x60\xf9\x05\xf2\x08\x28\x86\xcb\x0e\x7a\x20\x00\x71\x1f\x9d\x57\xd8\x68\xd1\x0b\xca\xf4\x06\x41\x68\x78\x2e\x08\x42\x53\x69\x71\x26\x21\x06\x4f\x70\x89\xc0\x4c\x0b\xda\x10\x30\x71\x82\x21\x68\xa9\x7b\x49\x58\x0b\x28\x0d\x41\x0d\x02\x46\x4d\x50\x83\x30\xf5\x9c\xa0\x37\x99\x16\xa3\xc5\xa8\x09\x5c\x40\xdd\xea\x70\x39\x54\x21\x60\x9c\xae\xce\x2b\x64\x25\x73\x3f\xcf\x0f\x84\x1e\x99\xeb\x14\x0c\x0a\xca\x40\x8f\x64\x71\xdc\xcf\x73\x00\xe9\x93\xb9\x8d\x98\x2a\x65\x92\x53\x8d\x3a\x5c\x9d\xe0\x87\x39\x52\x56\x74\xc4\xac\x5c\x72\x5d\x22\x66\xe5\xea\xd4\x3c\x42\x77\x97\x9c\x15\x6d\x4a\x2a\xc3\x37\x62\x64\x2e\x20\x2b\x8a\xfb\x04\xe5\xe6\x52\x1d\x3a\x28\x37\x37\x62\x80\x94\x9b\x1b\x31\x40\xca\xbf\x8d\x04\xac\x94\xbc\x1a\x31\x40\x97\xbc\x0d\xea\x41\x07\x25\xa8\x6a\xe5\xab\x04\x55\xad\x7c\x95\xa0\xaa\x95\xef\x15\x60\x08\x53\xa5\x04\x55\xca\x00\x45\x25\xa8\x46\xdf\x2a\x8e\x4a\x50\x65\xfb\x32\x2a\x41\x35\xfa\xdb\x1a\x95\x76\xca\xf6\x65\x54\x6a\x29\xeb\xe7\xf8\x00\xd9\x61\xfb\x32\x2a\x2d\x33\x65\xfe\x23\x2d\x33\x79\xa0\x2b\x3e\x02\x95\xf8\xaa\x31\x3e\x19\xd0\x8c\xef\xbb\x44\xa5\x11\xa6\x06\x05\x52\x05\xd9\xb0\x8c\x4a\xe4\xa3\xc6\x74\x7c\x38\xa4\x82\x6d\xc8\xa8\x44\xb7\xe4\x06\x28\x3e\xcc\x7b\x32\x28\x80\x12\xa0\xfa\x4d\x54\x1e\x5a\x3a\x50\x20\xbf\x3f\xb9\x71\x8a\xca\xe1\x62\x03\x31\x2a\x87\x2b\x6b\xb4\xe4\x15\xe5\xf4\x83\xc0\x45\x54\x9a\x4f\x2e\x3c\x46\x9a\x0f\x05\xa0\xa3\x92\x69\x72\x83\x00\xc9\x34\xd9\x6d\x53\x7c\x98\x30\x4a\xda\x44\x25\xbe\x64\xb7\x46\x91\x14\x92\x9d\xdd\x1a\x45\xb2\x31\x76\x76\x65\x13\xc9\xc6\xd8\x5e\xc8\xf9\xd7\x91\x2c\x87\x9d\xdd\x36\x45\xb2\x1c\x36\xc5\x68\x22\x59\x07\x9b\x4d\xbb\x18\xc8\xe6\x2c\x0f\x14\x74\xa6\x9d\x5b\xaa\xc8\xde\xfe\x2e\x01\x7a\x08\x9e\x7a\xc9\x91\xfd\xfb\x5d\x22\xd4\x1b\xff\x25\xb5\x00\x5d\x24\x9e\x13\x1c\xa4\x41\x41\x20\x0f\x47\x2b\x45\xf6\xa9\x77\xd1\x68\x05\xd6\xe8\x3c\xf7\x09\xd6\x48\xb4\x04\xd6\x60\x44\xa4\xf5\x95\x09\xbd\x29\x78\x46\xa3\xc5\x88\x36\x14\xf8\x88\x8b\xaf\x2c\x62\x20\xd1\x8d\x0d\xb6\xc8\xb6\xe7\x66\x83\x2d\xb2\xed\xb9\xcb\x81\x17\x3e\xf7\xc2\xc7\xc1\xb6\xe7\x2e\x7c\x1c\x41\x67\xcc\x05\xa8\x93\x32\x56\x23\xd4\x49\x19\xab\x11\xe9\x92\x32\x56\x7d\x11\x1e\xd9\x24\xdc\x35\x31\x06\x52\xc6\x6a\x62\x56\x48\x19\xa3\xee\x71\x64\x93\x70\xb3\x31\x17\xc3\x11\xac\x43\x2d\xc1\x3a\xe0\x8c\xcf\xbd\xfa\x02\x36\xb2\xe1\xb5\xab\x47\xc7\x63\x04\xd9\x57\x3d\xc1\x2a\x46\xf2\xc3\xab\x2f\x60\x23\xdb\x58\x9b\xcd\xb7\xc8\xb6\xd2\xa6\xa4\x4d\x64\x5b\x69\x53\x95\x38\x46\xf2\xae\xa9\x35\x1c\x23\x9f\x74\xf5\xec\x88\x18\x79\x07\xa9\x35\x1c\xd9\x56\xda\xd5\xa0\x47\x76\x73\x35\x38\x23\xbf\xb8\xa2\x42\x22\x59\xc3\x94\xb4\x89\x91\xcc\xe0\x16\xa0\x5e\x75\x16\x5e\xa4\xd5\x68\x41\x8f\xb7\xae\x21\x17\xb6\x9c\x76\xcb\x70\x46\xc6\x6d\x73\x6c\x5d\x8c\x9c\x42\x43\x11\x9b\x18\x9b\x40\x1e\x50\xe7\x8d\x64\x83\x2d\x46\x72\x65\x9b\xa4\x84\x0a\x69\x7c\x71\x91\x5c\xd9\xe6\x5b\xef\x31\xa2\x50\xda\xe4\x3f\x0c\x49\x93\x94\x86\x4e\xcd\xa3\x17\x12\x5b\xdb\x62\xec\xa4\x9d\x36\xde\xc1\x38\x05\xeb\x80\x97\x29\x58\x87\xcf\x7b\x14\xc0\xe5\x22\x09\x01\x5c\x2e\x14\x30\x32\x84\x46\x62\xdc\x3a\x0b\x0f\xce\x00\xaa\x74\x94\x70\x44\x49\x11\x28\x89\x91\xb7\xae\x47\x78\xc1\xe4\xf4\x84\x5c\x04\xd6\xc8\xdc\x29\x40\x06\x6f\x56\x24\x91\xaf\x57\x78\x11\x0a\xc2\xb7\x2f\x63\x02\x41\xda\x7d\xe5\x1b\x13\x06\xa1\xbb\x5b\x10\x13\xef\x59\xf7\x4d\xde\x98\x70\x35\xba\x6f\x9a\xc7\x14\x74\x8c\xdd\xa1\x05\xd7\x6e\xfa\x63\xc2\x2d\xe8\x6e\xec\x63\x42\x2f\x75\xbe\xbf\x84\x5e\xea\x97\x3e\x8b\x50\x10\x3c\x57\x74\x00\xdd\x8f\x54\x72\x22\x59\x7c\xb8\x8f\x10\x13\x2f\xcf\x40\x81\x25\xfc\x87\x91\x21\xae\x53\xec\x2a\xc4\x75\x8a\x5d\x85\xb8\x4e\x8e\x6b\x0c\x41\x27\xc7\x75\xfa\x5c\x02\x33\x24\x5a\xdc\x39\xa0\xb0\x74\xc6\x9c\x4f\x74\xda\x02\x2c\x40\x6f\x0b\xb0\x80\x70\xc9\x56\x1d\x1b\xe1\xa2\x42\x86\xe9\x3f\xc0\x0c\x6e\xeb\x63\x42\x85\x0c\x6c\x1a\x5b\x4e\x7b\x1c\x38\x23\x9b\x73\x62\xb7\x12\x1e\xe6\x0c\xf4\x89\x87\x39\x3d\xf1\x25\x66\xd4\xc4\xc4\x66\xe7\x47\x10\x05\xa7\x97\x01\x48\x4c\x5f\x05\xc4\x2c\x70\x01\x76\x99\x4d\xa6\x3d\x51\xc9\x19\xf3\x30\xb1\xc4\x99\x04\x7b\x4a\xbe\xc4\xcc\x81\x54\x94\x7c\x89\xb9\xea\x74\x38\x7f\x75\xd9\x8e\xda\x13\x9b\xcd\x76\xd4\x9e\x5e\xa6\x3e\x66\x50\x86\x13\x2b\x9d\xf9\x54\x56\x84\x02\xf9\xd3\x4b\x5c\x93\x07\xbd\x50\xb4\x19\xec\xd9\x72\xbf\x38\x66\xfc\xf7\x85\x39\xca\x4b\x49\xfb\x50\xd8\x3a\xe5\x0d\x49\xf0\x51\x51\xba\x25\x66\xf0\x5e\x0b\x13\x9e\xb7\xd2\xfb\x7d\xfe\x32\xbe\xda\xc2\x84\x67\x64\xbd\x50\x1a\x45\x27\xc7\x61\xa6\x8b\x4e\x8e\xf3\x18\x6d\x64\x03\x6a\x2f\x8c\x76\xc1\xd7\xa6\x96\x4a\x2c\x98\xf0\x85\xd1\x2e\x00\x55\x16\x46\x9b\x4d\xa6\xbd\x31\xd3\x6c\x32\x6d\xaa\xa0\xc4\xa2\x73\xcf\x30\xd3\x45\xe7\x9e\x61\xa6\x0b\xc0\x8a\xed\xa0\x92\x58\x00\x48\x6c\xcc\x74\xa9\x3a\xe5\x2d\xd1\x22\x03\xbd\x40\xbd\x2a\xc3\x9e\x3b\x39\xf1\x7b\x7b\x26\x43\x2c\xcc\xd1\xf6\xf4\xbc\xc8\xa6\xd6\xde\x28\xda\xd2\x74\xae\x1b\x7c\x02\x5f\xd8\x0d\x3e\xbb\xf2\xed\x5d\xd6\xe5\x33\x6f\x1e\x0a\xca\x86\x5f\xf0\xc2\xb7\xb2\x37\xbc\x90\xf5\xbd\x31\xda\x1c\xb8\xbf\xf7\x65\xb4\x7c\x01\xf6\x30\x5a\x32\x9f\x0d\xc5\x57\xc8\x7c\x36\xdf\x0c\x8b\x3a\x9f\xde\x78\x27\x2a\xfe\xad\x61\x8a\x2b\xfe\xad\x61\x8a\x75\x7a\xbc\x61\x52\x2b\x92\x37\xcc\x66\x45\xf2\xd6\xe9\x13\x59\x1b\x66\x93\x5d\x9f\x4d\x6d\xea\x58\x75\xb0\x9b\x07\x90\x62\xd5\x81\x69\x18\x43\x76\x6f\xb6\x61\x0c\x2b\x4e\x90\x5d\xfa\x04\xe9\x40\x78\x20\x56\x90\x0e\x27\xd0\x27\xce\xcc\xc1\x34\x56\x1d\x1a\x86\x69\xd4\xc9\xdd\x27\x43\x81\x75\xe9\xc1\x18\x56\xd6\x20\x54\x80\x8e\x95\x42\x0f\xc7\xd3\x55\x63\x45\xdb\x1c\x3c\xef\x6a\x3a\xb2\x0c\x29\x29\x3b\xbd\xc3\x8b\xf2\xd1\x3b\xcf\xf1\xce\x1f\x8c\x61\xc5\x89\x3d\x9e\xef\x11\x1b\xe5\x06\xce\x8f\xb6\xf7\x62\xc3\x8e\x1c\x4f\x05\x89\x0d\xfc\xd5\xc1\xfa\xe9\x24\xe6\x83\x90\x5a\x52\xe2\xfa\xa6\x45\x12\xbd\xc7\x76\x63\xc3\xbf\xbd\x58\xbf\x06\xca\xe9\xa2\xdc\xd8\x1e\xda\x17\xeb\xc7\x86\xd0\xbe\xd8\xbb\xc6\x6b\x7d\xb1\x70\xad\xe9\xc4\xb2\x4e\x8b\x94\x73\x84\xd4\x78\x75\x2f\x16\xae\x81\xbc\xb9\x58\x38\x9d\xa8\x7c\xb1\x69\x6d\x28\x39\x9d\x11\x61\xeb\xef\x82\xde\x54\x72\x3a\x63\xc0\xd6\x5f\xec\x5d\xc3\xd6\x5f\xd4\x7c\x03\x32\x7a\xb1\x7e\x3a\xd3\xf8\x62\xfd\x74\x6e\xf1\xbd\x8c\x8f\x94\xaa\x07\x33\xd6\x74\xba\x18\xaf\x75\xd7\xe9\x62\xd8\xfa\xfe\x79\x2e\x98\xfe\xd3\xb9\x60\x4e\xaf\x2b\x1d\x1d\x83\xd7\x95\x8e\x8e\xc1\xeb\xca\x08\xe7\x05\xe9\xca\x08\xe7\x05\xe9\x91\xa4\x76\xdf\x22\x89\x5d\x79\xde\x98\xc6\xae\x3c\x6f\x4c\x23\xa7\xfc\xda\x83\x31\xe4\x94\x5f\x7b\x30\x86\x9d\x33\x3f\x1e\x8c\x21\x67\xf7\xda\x83\xb1\x60\xc3\xcb\x1e\x83\x33\x4e\xe4\x78\x58\xd2\x71\xea\xae\x3d\x98\xbf\xce\xe9\x19\x0f\xe6\x8f\xe3\x73\x8d\x63\x0d\x62\x27\xab\x96\x1a\xcc\x91\xa3\x6e\x2d\x3c\x50\x27\xe7\x35\x60\x1a\x39\xe0\xd5\xc8\x10\x88\x9d\xc4\xc8\x80\xf9\xe3\xd8\x56\x0b\xa8\xba\x4e\xfa\x61\xc0\x18\x72\x38\xaa\x85\x81\x3c\x39\x11\x27\x60\x0c\x39\xc8\xd4\xa8\x90\x1c\x39\xc8\xd4\x82\x46\x4b\xda\x5b\xc0\xbb\x1e\xa4\xa1\x05\x8c\xe1\x78\x78\x0e\x63\xc8\x31\x9c\x16\x59\x96\x0e\xb2\xcc\x23\xc6\x70\x90\x65\x4e\x3d\x91\xc8\xd1\x97\x46\x95\x90\xc8\xa9\x95\x16\x31\x7f\xa3\x90\xf9\x8c\xf9\x1b\x9f\x59\xd8\x3e\x86\xa1\x5c\x67\x8c\xda\xd0\x31\x53\x18\xb5\xa1\x63\xa6\x06\x14\xc8\x9c\x8d\x98\xb8\x41\xe6\x6c\xc4\xc4\x0d\x32\x60\x23\xef\x3c\xe7\x1c\x5a\xf4\xf4\xae\xc8\xc9\x86\x16\x31\x7f\x83\x53\x30\x22\xe6\x6f\x90\x4c\x4a\x0d\x8f\x38\x90\x35\x35\x3c\xe2\x20\x2d\x33\x61\xfe\x86\x8e\x6f\xc2\xfc\x0d\x23\x33\xd8\xa1\xf3\x71\xe8\xf8\xa6\x07\x79\x92\x96\x99\x1c\x02\x15\xd9\x6e\x33\x85\x2a\x38\xaf\xd0\x52\x40\x4a\x24\x54\x26\x8c\xe8\x60\x36\x93\xa4\x4b\x42\x25\xb5\x3f\xe2\x20\xc1\x31\x61\x44\x81\x81\x87\xf0\x3c\x21\x8c\xe3\xa9\xc1\x1f\x57\xfd\xdd\xf8\x72\x75\x71\x35\xbc\xaf\x1e\xae\xc6\xf7\xd5\xcb\xd5\xf4\xba\x8a\x6c\x09\x26\x7d\xb9\x1a\xb8\x5a\xde\x57\x23\x57\xeb\xfb\x6a\xe3\x6a\x7b\x5f\x15\xbf\xfd\x7d\x95\xb1\xf9\xca\xf6\xcb\x55\xe3\xea\x7c\x5d\xdd\xe2\x6c\x7d\xb9\xfa\x03\xb5\x0f\x96\x3d\x84\x27\xbc\xc5\x63\xef\xab\x12\xc4\x79\x5d\xfd\x1c\xc6\x7d\x5f\x65\x18\xe7\x79\x5f\x65\x18\x27\xbc\xaf\x6e\xae\xc6\x2f\x57\xb9\x22\x91\xc7\x17\x57\x27\xbf\xaf\xc2\xd5\x29\xaf\xab\xe2\xea\xd4\xf7\x55\x71\xd5\xde\x57\xc5\x55\x7f\x5f\x45\xb8\x67\xbc\xaf\x8a\xb3\xf9\xe5\x2a\x57\x24\xee\xf4\x7a\xed\xce\x7e\x5f\xd5\x08\xec\x7d\x55\x3d\x9c\xf7\x55\x8d\xeb\xbe\xae\xea\xb5\xbb\xcf\xfb\x2a\x2f\xd8\x0d\xef\xab\xc8\xe0\xc6\xf7\x55\x46\x7b\xd3\xfb\x2a\x73\x70\xf3\x97\xab\x5c\x91\x5c\xf3\x6b\x5c\xb7\xbe\xaf\x32\xae\xdb\xde\x57\xd5\x43\x7f\x5f\x65\x5c\x77\xbc\xae\x7e\x8e\x60\xbe\xaf\x6a\x04\xeb\x7d\x55\x3c\xec\xf7\x55\x8d\xcb\xbe\x5c\xe5\x8a\xe4\x5a\xde\x23\xb8\xef\xab\xce\xd5\x24\x07\x39\xe1\x73\xcf\x47\xe7\xec\xf9\x13\x13\x28\x54\xf2\x4c\xdf\x38\x01\x23\x25\xbc\xe5\x99\xb9\x13\x6f\x59\x67\x52\x92\x27\x14\x75\x9a\x64\xc2\x77\xd6\x79\x8e\x09\xdf\x59\xe7\x39\x26\x4f\x9b\x8b\x6c\x9e\x5b\x22\xe0\xa5\x53\x13\x13\x7e\xb5\x4e\x4d\xa4\x3a\x78\xd4\xa9\x89\x14\xf9\x89\x13\xf3\x99\xf1\xb2\x27\xa0\x94\x8c\x97\x3d\x17\xb0\x09\x42\x08\x3a\x39\x30\x17\xe8\x6d\x9d\x66\x07\x05\xb2\xfe\xa9\xe4\x1d\x75\x5a\x1f\x95\x75\xe2\x24\xb7\x3e\xe3\x73\x4f\x14\x3c\xb5\xbb\x23\x1b\xd6\x96\xf1\xb9\x75\x14\x5c\xc6\xcb\xd6\x51\x70\x99\xe0\x94\x0e\x6a\xcb\xf8\xdc\x3a\xa8\x2d\xfb\x7e\x4f\x5c\x80\xde\x32\xce\xa5\x8e\x5f\xcb\x38\x97\x9f\x07\xa0\xe1\x81\xb3\xf1\x6c\x05\x0f\x7c\x65\xe1\x11\xa0\xc7\x19\x9f\x05\x0f\x5c\xc7\x8c\x51\x83\x3b\xae\xaa\x63\xe2\x1a\x2d\xfa\xc4\xc1\xd2\x51\x62\x05\xc7\x73\x55\x1d\x13\x07\x2f\x38\x35\x05\xc7\x53\xc7\x8c\x29\x78\xba\x98\x87\x82\x3f\xae\x83\xbe\x0a\x52\x5a\x80\x98\x0a\x52\x5a\x80\x98\x14\x4a\x5d\x9d\xe7\xf0\xd5\x57\xe7\xb9\x09\xd7\x53\x78\x04\xfa\x5c\xc2\x23\xd0\x27\x28\x91\x82\x43\xbe\x36\x99\xf6\x98\xcf\x75\x74\x88\x1b\x14\x0e\x99\xfd\x18\x45\xce\x8d\xb2\x9a\xf4\x1f\xd9\xfb\x38\x9e\xeb\x13\x65\xa0\x3b\x85\x32\x70\xae\x39\xf5\xc8\xa8\x4a\x13\x39\x23\xc8\x2a\xdf\x15\x67\x04\x59\xc5\xb1\x66\x93\xd8\x2a\xef\x3c\x9b\xc4\x46\x1d\x9a\xc8\xa9\x39\x56\x3d\x71\x34\xb2\x65\x6c\x95\xf1\x71\x6a\x8e\x79\x1d\x9a\xef\x9a\x28\x0e\xaa\xb1\x8a\x07\xbe\x39\xec\x94\xc2\x33\x91\x13\x59\xac\xe1\x73\x73\x22\x8b\xb5\x08\x71\x90\x5e\xcd\xb3\x1d\x22\xa7\xa0\x58\x63\xe8\xec\x34\x5b\xc3\xe7\xde\x3a\xe3\x0c\xdf\x92\x53\x49\xac\xf1\x82\xb0\xef\x6c\x0d\x0f\x9c\x73\x41\xac\xe1\x57\x73\x2e\x88\x51\xa2\x26\x72\xa2\x87\x91\x92\x15\xcd\x3f\xfe\x48\x69\xf9\x48\x55\xea\x87\x53\x89\xa3\xf9\x0e\xf5\xdf\x5b\xf3\xd5\x5a\xaf\xd6\x7e\xb5\xec\xd5\x3a\xaf\xd6\xfd\xda\xf2\x35\xcc\xdf\x5b\xe1\xd5\x8a\xaf\x56\x7a\xb5\xf2\xab\x55\x5e\xad\xfa\x6a\xb5\x57\xeb\x35\xbe\xfd\x1a\xdf\x7e\x8d\x6f\xbf\xc6\xb7\x5f\xe3\xdb\xaf\xf1\xed\xd7\xf8\xf6\x6b\x7c\xf6\x1a\x9f\xbd\xc6\x67\x5f\xc7\x47\xc9\xd5\x7b\x1d\xb2\x1f\x29\xb9\x7a\xc9\xc6\x8e\xc7\x55\xf2\xbd\xbc\x4b\xc7\xd5\xc4\x05\x66\x1d\x8f\x87\xcd\xee\x25\xc8\x44\x91\xd5\xbf\xf5\x52\x19\x91\x6f\x3c\x47\x0a\xa2\x3e\x24\xc6\x46\x0a\xa2\x3e\x91\x95\x02\x65\x4e\xe3\x83\x02\xa3\xcc\x69\x7c\x92\xfe\x1b\xb4\xa0\xe0\x4a\x23\x3e\x7c\xa8\x94\x39\x8d\x0f\x1b\x74\xc7\x83\x37\x91\x33\x9f\x23\xc5\x44\x63\x08\xf0\xe2\x9b\x69\x31\x88\x82\x87\x4b\x63\x70\xdc\x44\xa4\xd0\x68\x0c\x51\xff\x15\x5a\x6e\xb2\x8f\xab\x97\x18\x58\xcd\x9d\x45\x9f\x06\x3d\x5f\x0d\xf8\x16\x86\xb7\x1a\x2d\x3d\xd7\x69\x5d\x5a\x3a\x96\x0e\x7a\x8b\x63\xe9\x30\x47\x6c\xd6\xc7\x18\xd5\xcb\xa1\xe5\x3e\x3e\xdb\xf3\x91\xca\x8a\x91\xca\x98\x31\x62\xaa\xa8\x8c\x19\xa9\x7b\x18\xa9\x85\x19\xa9\x66\x18\xa9\x85\x19\xe3\xa4\x17\x83\x33\xcc\x26\xb5\x30\xa3\xd6\x14\x54\x1e\x8c\x14\x1f\x8b\x54\x1e\x8c\x05\x95\xc5\x96\x78\xe4\x44\xcc\xc8\x96\x78\xac\xac\x37\xd8\x12\x8f\x9c\x73\x19\xd9\x12\x8f\x95\x35\x28\xd5\xf7\x92\xde\x2c\x36\xc8\x13\x80\xf3\x78\x1d\x25\x9c\x38\xab\x29\xb2\x45\x9d\x38\x0a\x24\xb2\x45\x9d\x48\x0a\x8e\x94\xc7\x4a\x24\x05\x47\x4a\x60\x5d\x4a\x99\x26\xb6\x7e\xff\xee\x9c\xb8\x1b\x94\xd8\x02\xfe\x72\xb5\x73\x35\xbe\xaf\x4e\xae\xa6\x2f\x57\xb9\x92\xff\x76\x65\xc6\xbf\x3f\x5d\xbe\x5c\xe5\x8a\x5c\xbb\xfa\xc5\xb5\x4b\xd4\x40\xfa\x72\x55\x7d\xf6\xf7\xd5\xcb\xd5\xf1\xba\xfa\xe1\xb2\x7e\x4f\xb5\x27\xf6\xaf\xbf\x3c\xa0\xe1\xae\xf7\x55\x0d\x6c\xbf\xaf\x6e\xae\xda\xfb\xaa\x71\xf5\xbc\xaf\x8a\xe9\xfb\xe5\xaa\x5f\x09\x12\x77\xfb\xe2\x21\xa6\x27\x84\xf7\x55\x04\x11\xe2\xfb\xaa\x7a\x48\xef\xab\x08\x22\xe4\xd7\x55\xf7\xdd\x13\x25\x9c\xbe\x5c\x45\xec\xa1\xbe\xaf\x32\xda\xd0\xde\x57\x19\x6d\xe8\x5f\xae\x72\x45\x22\xef\x6f\x5e\xe7\xfb\xaa\xb8\x5a\xaf\xab\x92\x76\xd8\xef\xab\x92\x81\xbd\xaf\x8a\xab\xf3\xbe\x2a\xae\xee\x97\xab\x7e\x25\x4a\xae\xe3\x25\xd7\x18\xde\x57\xe1\x35\xc6\xf7\x55\xf5\x90\xde\x57\x19\x41\xcc\xaf\xab\xbe\xe8\x4e\x14\xa7\xfa\x72\x95\x71\xc5\xfa\xbe\x2a\x1e\xda\xfb\x2a\xe3\x8a\xfd\x7d\x95\x71\xc5\xf1\xe5\x2a\x57\x24\xd7\xf9\xe6\x6a\xbd\xae\x7e\xd2\xdf\x5f\xae\x72\x45\x32\x5d\xef\xf1\x9f\xf7\x55\xf5\x79\x5f\x57\xd5\x67\x7a\xde\x57\x19\x53\x0a\xef\xab\x8c\x29\xc5\xf7\x55\xc6\x94\xd2\xfb\x2a\xdf\x4b\xca\x5f\xae\x72\xa5\xfc\xed\xca\x87\xd2\xd0\x0c\xa6\xfa\xbe\xca\x08\x52\x7b\x5f\x65\x04\xa9\xbf\xae\x7e\x8e\x60\xbc\xaf\xaa\xdf\xf9\xbe\xaa\x11\xac\xf7\x55\x8d\x60\xbf\xaf\x6a\x04\xf6\xba\xba\x79\x33\xd2\xf9\x72\x95\x2b\x92\xeb\x7e\xbd\x99\xf9\x79\x5f\x65\x5c\x39\xbc\xaf\x22\x99\x1c\xdf\x57\x19\x6d\x4e\xaf\xab\x1a\x6d\xce\xef\xab\xa2\x56\xde\x57\x19\x6d\xae\xef\xab\x8c\x36\xb7\xf7\x55\x46\x9b\xfb\x97\xab\x5c\x91\x5c\xed\x3d\x82\xf9\xbe\x2a\x5e\xd7\xeb\xea\x27\x57\xfb\xcb\x55\xae\x48\xa6\xe7\xdd\xe7\x79\x5f\x55\x9f\xf7\x75\x55\xe3\x2f\xcf\xfb\x2a\x94\x4a\x78\x5f\x65\xfc\x25\xbe\xaf\x32\xd2\x92\xbe\x5c\xe5\x8a\x64\x7a\x5f\x33\x58\xca\xfb\x2a\xbc\x96\xfa\xbe\x0a\xaf\xa5\xbd\xae\x7e\xf2\xda\xdf\x57\x91\x7f\x19\x5f\xae\x72\x05\x99\x86\xe7\x4d\x7f\xbd\xaf\x8a\xfe\x7e\x5f\x55\x0f\xf6\xbe\x2a\xae\xce\xeb\xea\xa7\xac\xee\xfb\x2a\xb2\xaa\xcf\xfb\x2a\xbc\xd6\xf0\xe5\x2a\x57\x90\x69\x08\x2f\x5e\x6b\x7a\x5f\x85\xd7\x9a\xdf\x57\xe1\xaa\x96\xd7\xd5\x4f\xfa\xf5\x7d\x55\xf4\xdb\x97\xab\x5c\x41\xa6\x21\xbe\xe9\x8f\xf7\x55\xd1\x9f\xef\xab\xa2\xbf\x5e\x57\x35\x57\x75\xbf\xaf\xaa\x5f\x7b\x5f\xfd\x41\x79\xb4\x44\xd5\xb8\x2f\x0f\x68\x18\xf7\xcb\xd5\x8f\x2b\xcd\x33\xc9\xf3\x71\x4f\x2f\x35\xcf\x3d\xce\xc7\x33\x66\x52\xf3\x24\x84\x7c\xdc\x03\x4e\xcd\x63\xec\x99\x1c\xe2\xd4\x3c\xff\x29\x9f\xa8\x3b\xaf\xb7\x3c\x60\x91\x9a\xfb\xd8\x19\xb4\x6e\x6a\x1e\x9e\xc9\xc7\xa1\xec\xa9\x2d\x28\x64\xfd\x37\xbd\xe5\xa1\xa9\xc4\xee\x54\x06\x83\x9b\x9a\xfb\x99\xf9\x54\x28\x6c\xfa\x6c\xf0\xb9\xe9\xb3\xc1\xcb\xa6\xcf\x0e\xf5\x0d\xd7\x5d\x7d\x76\x5a\x9d\xd6\xa2\xc5\x73\x06\x85\xc1\x7f\x06\x85\x01\x75\x0f\x15\xe5\x23\x29\x79\xa8\x28\x9f\xa9\x3b\x19\xfb\x82\x82\x31\x76\x5e\x9f\x76\xe8\xc5\x83\x43\xa9\x1d\x7a\xf1\xf5\x53\x6a\x07\x3e\x37\x23\x3a\xc8\xd3\xd4\xa2\x4f\x4f\xb9\x48\xed\xd2\x8b\xe7\xf7\xa7\x76\xe9\xe5\x32\xbe\x4b\x2f\x17\x3e\x3d\x3c\x99\xaf\xc3\x79\x12\x7b\x71\xf9\x7a\xa9\xbb\xd4\xdd\xb7\xce\xd7\x03\x47\xa9\xbb\x4f\x9d\x39\x96\x36\x75\xf7\xa5\x33\xc7\xd2\xa6\xee\x7e\x74\xbe\x1e\x58\x49\xfd\xa1\x4f\xdf\xb2\x4f\x3d\xd0\xa7\x63\xa8\x53\x77\x47\x2f\x5f\xaf\x49\x94\xba\x3b\x6d\xf9\x36\xdd\x39\x68\x41\xc1\x1d\xb5\x7c\x1b\x7d\xba\xd3\x95\x29\xc3\x95\x7a\xa4\x4f\xe6\xa8\x47\xf8\x64\x8e\x7a\x84\x17\x2f\x87\x91\x7a\x84\x5e\x67\x44\xee\xf8\xe4\x3b\xd4\x0b\x7c\x0e\xf5\x02\x2f\x43\xbd\xc0\x0b\xb3\xd9\x23\xbc\x0c\xf5\xe9\x33\xc6\xc9\xb7\xa9\x27\x28\xf8\x6e\x58\xea\x09\x0a\x06\x85\x44\x2f\x5e\x39\x26\x01\x99\xcb\xd7\x18\x91\x9b\xf0\x7c\x99\xbf\x9e\x19\xc3\xe5\xb9\x8c\xac\x2f\x72\xc9\xc8\xfa\x22\xc1\xcc\xf8\x2e\x7c\x66\xa8\x5f\xfa\x74\x43\x59\xc0\x50\xa7\xee\x06\xb2\x3c\x0f\xe3\x73\xc3\x58\x9e\x07\xc9\xbb\x51\x2c\xcf\xc3\xf8\xdc\x18\x16\x4a\x82\xa5\xee\xc6\xad\xb0\x32\x4f\xdd\x0d\x55\x79\x7c\x45\x98\xba\x1b\x9d\xc2\x31\x11\xa9\x17\xee\xe4\x4b\xed\xae\xa6\xcb\xa3\x79\x77\x05\x5b\x9e\x8c\x94\x2a\xcf\xe9\x2d\x70\x85\x5a\xc0\x65\xa7\xee\x8a\xb4\x80\xcb\x4e\xbd\x32\x86\xaa\x3b\xe1\xac\x31\x5a\x57\x79\x85\xdd\xda\xd4\x5d\xd5\x95\xa7\xeb\x4e\x78\xd1\xbc\x57\x78\xd1\x4c\x37\x28\x2c\xee\x6c\x50\x40\x61\xb2\x07\x5b\x48\x8e\x4f\xbd\x21\xa5\xad\x3b\xa1\xb7\x19\x43\x83\x9e\xe6\xd6\x23\x0f\xe5\xd1\x6c\x76\xa4\x64\xf4\xe2\xf1\xb5\x42\x85\xb0\xd4\x3b\x92\x38\xd0\xeb\x48\xe2\xc0\x67\x47\x12\x97\x59\xe9\xf0\x79\x7f\x70\xaa\x7e\xea\x1e\xa4\x2b\xe1\xe1\xd3\xf4\x4c\x8d\x12\x34\xd1\x9e\xa9\x51\x82\x26\xda\x41\x41\x25\x04\x5e\x09\x07\x05\x15\x60\xe7\xa9\xfb\xe6\x69\x09\x9a\x4c\xdf\x3c\x2d\x1c\x75\x91\xba\x27\x0e\x16\x72\xf8\x53\xf7\xc0\x4a\x21\x4f\x3f\x75\x0f\xac\x94\xa0\xcf\xdd\x03\x2b\x25\x24\xa6\x6f\x72\x67\xe1\xb9\xc9\x9d\x9a\xda\xc9\x9d\x55\xff\x65\x5a\x08\x69\xc2\x59\x83\x97\xc5\x73\x8d\xe7\x16\xcf\x69\xda\x17\xcf\xe9\xe3\x77\xf3\x50\x80\xb9\xa7\xee\xe6\xa1\x04\xbd\x04\x1e\x9e\x29\x61\x40\xcf\xc3\x33\x85\x83\x36\x52\x5f\x48\x70\x30\xa2\x85\x04\xa7\x28\x20\xc1\xa9\x3b\x91\xe0\x14\x05\xf8\x9c\x70\xb6\x91\x12\x1e\x59\xdf\x8c\x1d\xe5\xdd\x37\x63\xd8\xf0\xb9\x19\xc3\x66\x56\x36\xf4\x0e\xa3\xdd\xf4\x79\xb9\xd3\xe8\xe5\xd2\xa7\x9b\x95\x42\xc0\x29\x75\x37\x2b\x85\xe3\x3a\x52\xf7\x20\x4f\x89\x0f\x9c\x79\x90\xa7\x80\x35\x48\xdd\x4d\x4e\x21\xfc\x94\xba\xef\x4e\x14\xb0\x06\xa9\xfb\x36\x68\x89\x01\x0a\xbe\x1f\x59\x08\x38\xa5\xee\x11\xf3\x02\xd6\x20\xf5\x43\x9f\xfa\xa4\x0f\x7d\x66\x7a\x71\x93\x53\x28\x95\x96\xba\xef\xc9\x95\x88\x29\xee\x97\x3e\x0b\x8a\xe1\xd2\x67\x81\xde\x65\x44\x15\xce\x7c\x2f\xad\x70\x00\x71\xea\x6e\x9c\x4a\x6c\xcc\xd8\x65\x7c\x8d\x79\xb8\xf0\xd2\xd4\x0b\xbc\x34\x3d\xc7\xf8\x3a\x7c\x5e\x38\xd3\x5b\x70\xe1\x0c\x55\x00\x1e\xb8\x90\x30\x90\xc6\x03\x67\xa8\xf9\xf1\xd0\x27\xaa\x00\xac\x70\xa1\xe0\x5a\x1a\x0f\x32\xf3\x14\x81\x34\x3c\xe2\x52\x22\x6a\x02\x1c\x71\x21\xcc\x99\xc6\x03\x75\x66\x7a\x3c\x50\xc7\x68\x8f\x00\x75\x83\x7a\x60\xec\x06\xf5\x40\x9f\x28\xfd\x11\xe8\x13\xa5\x3f\x02\x7d\xa2\xf4\x87\x47\x00\x4a\x7a\xf8\xcf\x0d\x5e\xa1\x6c\x5b\x1a\x6e\xf0\x4a\x42\x95\x0f\x5f\x7f\x17\x8e\x3f\x4e\xc3\xd7\xd3\x85\x22\x6e\x69\xb8\x19\x2b\x89\xef\x7d\xf8\xfa\xb9\x70\x58\x48\x1a\xbe\x6e\x2e\x29\xf1\x5c\xa2\x97\x4c\x9f\x99\x3b\x0b\xa3\xcd\xdc\x89\x2a\x1f\x6e\xb8\x0a\xc7\x83\xa4\x91\xe1\xb3\x20\xcf\x0c\x9f\x0e\xfb\x4b\xa0\xa6\x8b\x1f\x8d\xfc\xd1\xaa\xb4\x18\x83\xaf\xb7\x0a\x67\x1c\xa7\x81\x39\x4a\x4d\xd4\x19\x03\xf3\x3e\x32\x63\xf0\x24\xa7\x34\x30\x55\x9c\x6a\x9c\x40\x62\x17\x4e\x35\x4e\xa4\x9b\x94\x34\xe0\xd3\xd7\x39\x25\x4d\xfa\xf4\xf5\x4d\xa1\x14\x5c\x22\xf9\xa4\x24\xcd\x34\x46\xcd\x6b\x18\x7c\x57\x25\x03\xf5\x2e\xc9\x60\x05\xeb\x97\x34\xb5\x8d\x96\xa6\xcf\xd3\x0f\x0b\x15\xdd\xd2\xc0\x8e\x64\x3e\xc6\x81\xad\xc8\x11\xb1\x60\x2b\x72\x64\x1a\xb0\x15\x39\xf2\x1c\xb6\x82\xf3\x47\xd2\xc0\x04\x38\xe4\xe3\xa3\xe5\x13\x96\x33\xaf\x19\x26\x80\x22\x09\x69\x60\x02\x72\x46\x10\x98\x80\x5c\x78\xc9\x31\x01\x59\xd3\x80\x09\xe0\x88\xe3\x04\xb4\xbc\x50\xee\x2d\x0d\x4c\x40\xc6\x73\x1b\x98\x80\xcc\x87\x3a\x3c\xd7\xac\x64\xd4\xf5\xf0\x5c\xb3\x92\x51\xd7\xc3\x41\x2c\x85\x6d\xd2\x34\x06\x5c\xe3\x4f\x8f\x01\xd7\x43\xcf\xc1\xf5\x44\x9e\x03\xae\xf1\xa0\xc7\x84\xb3\x05\x75\x4c\x0e\x05\xe5\x12\x59\x3f\x25\xa3\x92\xc7\x44\x4a\xa8\xe4\x31\xe1\x05\xb5\x3b\x26\xbc\x60\xa5\xc9\x08\x2a\xe0\x4f\x12\x19\x41\x25\xe3\x33\x8f\x89\x94\xf0\xb2\x86\xaf\x56\x0a\xf8\x93\x44\x7e\x50\x29\xa8\xdd\x81\xa9\xa2\x84\x5c\x1a\x98\xaa\x82\xef\x34\x30\x55\x45\x9f\x18\xa6\x8a\x03\x48\xd2\xc0\x54\x95\x04\x2f\x98\xaa\xa2\xd9\xc4\x54\x95\x2c\x7a\x93\x16\xf2\xc4\x54\x51\x12\x22\x0d\x4c\x15\x47\x2a\xa7\x81\xa9\xe2\xa8\x92\x34\x7c\x97\xa1\x14\x7d\x8c\x8b\x31\x54\xee\xc4\x8c\x15\xcc\xed\xc0\x8c\x15\xcd\x1f\x66\xac\xe8\x13\xdb\x50\x98\x7c\x9a\x98\xaa\xc2\xe2\x7d\x60\xaa\x8a\x94\x22\xa6\xaa\x48\x29\x1a\x92\xd0\xd7\x61\x48\x02\xdf\x89\xbc\xa9\x42\x79\xb9\x44\xde\x54\xe1\x60\xe6\x44\x6e\x54\xa9\xb8\x36\xe4\x46\x15\x0e\x20\x49\xe4\x46\x95\x1a\xd4\xe7\xa5\x05\x3d\x8c\x5a\x95\xac\x31\x6a\x1c\x47\x92\x86\xaf\xb1\x4a\x65\x5d\x33\x7c\x8d\x55\xc0\xbb\x24\x32\xac\x4a\x95\x04\x3d\x81\xa6\x54\x7d\x0f\xbe\xfe\x2a\x95\xf5\xe5\xf0\x84\x99\x52\x9b\x7a\xf1\x19\xab\x7a\xcb\x31\x94\x94\xc3\x48\xc3\x13\x63\x0a\xc7\x91\xa4\xe1\x49\x31\xa5\x4a\x66\x87\xf1\x2d\xf5\xc2\xf8\x96\xee\x64\x7c\x1b\x29\x61\x60\xab\x0c\x09\x06\x16\x14\x4b\x1a\x97\x31\xe0\x7d\x8e\xcb\x18\x0e\xf3\x87\x81\xad\x57\x2d\xe7\xa5\xc9\x58\x78\x12\x49\xe1\xe0\x92\x34\x3c\x79\xa4\x34\x99\x0e\xcc\x26\x78\x97\x44\x31\x87\xd2\x3c\xc1\x20\x4d\xcc\x26\xa5\xe7\xd2\xf4\x95\x61\x69\x51\xff\x25\x5a\x46\xcb\x79\x69\xb8\x13\x24\x8f\x94\xc6\x7a\x61\xfa\xae\x4a\x69\x59\xff\x35\x5a\x91\x56\xa7\xd5\x68\x0d\x5a\x93\x96\xcb\xa5\xd5\x1f\x1c\xbb\x91\x26\xb6\x97\x0d\xea\x34\xb1\xbd\x9c\xa1\x92\x66\x60\x08\x28\x37\xaa\x53\x94\xe6\x59\x1f\x69\x06\x86\xd0\x60\x2c\x30\x04\x94\xdb\xc4\x66\x37\x3e\x95\x19\x18\x02\xa1\x83\x19\x18\x02\x0b\xd1\x19\x18\x42\x67\xb0\x81\x21\x60\x9b\x66\x60\x1a\xa6\x28\xf8\xb4\x37\x2c\xce\x8c\xf0\xb9\x79\x2e\xc2\x27\xcb\x4b\xea\x66\x94\xc6\x64\x52\x37\xa3\x70\xa2\x4a\x9a\x11\x5e\x2e\x22\x8b\xd0\xbb\xf0\xe9\x0b\xd8\xd2\x1f\x3d\xb7\x68\xc1\x35\xb6\xbe\x13\x98\x99\x1e\x1b\x2f\x9d\x35\xc1\xf4\x98\x78\xe9\x11\x0a\x1e\x0b\x2f\x3d\x42\xc1\x17\xbe\xa5\xe3\x3f\x4c\x7c\x84\x9e\xd4\xf2\x29\xea\xa8\xa5\xe9\x91\xe5\xd2\x31\x32\x64\x09\x15\x6a\x9b\x24\x4a\x73\x94\x8e\xff\x40\x69\x8e\xd2\x51\x52\x93\x05\x6c\xd7\xfc\xb1\x80\xed\x9a\x07\x16\xb0\x80\x7b\xd2\x64\x01\xdb\x35\x2b\x19\x5e\x9a\x7a\xf1\xd7\xba\xe3\x1b\x4e\xbc\x89\xde\xd5\x0b\x7c\x76\xf5\x02\x9f\x9a\x23\xbc\x09\x0e\x51\x49\xb3\x30\x5a\x3e\xdb\xe9\xd1\xd3\xd2\x97\xee\x84\x97\xa5\xff\xe0\x05\xbf\x91\xa2\x21\xa5\xa3\x14\x29\x1a\x52\x3a\x4a\x71\xb2\x7c\xee\x9a\x5b\x3c\x8d\x6e\x7a\x0e\x5e\x0c\x0a\x15\x5e\x8c\x5e\x58\x30\xf7\x83\x5c\x2a\x72\x39\xc8\x9a\x45\x71\x67\xf5\x30\x59\x14\x8f\x87\xff\x3c\x79\xbc\x70\xc0\x4a\x22\x97\xaa\x8c\xc8\x5b\xc0\x12\x79\x68\x6e\x59\xf8\x0e\x8c\xd3\x64\xe1\x3b\x92\xfe\xa3\x4f\x8c\xd3\xc4\x99\x19\x18\xa7\xe9\xa9\x24\x85\xc3\x57\xd2\x64\x95\x3a\x34\xb7\xb8\x28\x03\xff\x6f\xe2\xa2\x80\x5e\x4a\x13\x17\x65\x54\x9e\x1b\x70\xc6\xa2\x7f\x0e\x38\xc3\xff\x9b\x38\x10\x83\xf5\xde\xc4\x81\x18\x9a\x31\x9c\x84\x31\x98\xcd\x01\x67\x28\xe1\xe9\x18\x85\xc2\xc1\x2c\x69\xe2\x40\x70\x30\x4b\x9a\x38\x10\x1c\xc5\x92\x26\x0e\xc4\xc0\x1b\xa4\xd0\x4a\x19\x9a\x5b\xd6\xac\x43\x5f\x2a\xce\xc5\x60\x85\x37\x3d\xf8\x59\x40\x44\xa5\xe9\xc1\xcf\x32\xf4\x15\x2f\xe8\x1d\xee\x5c\xd0\xc3\xd5\xa0\x5c\x4b\x19\x87\x11\xe1\x40\x8c\x03\x67\x38\x10\xa0\xa5\x12\x99\x6a\x65\x5c\x3d\x07\xbd\x2b\x0a\xd0\xbb\xcc\x34\x0e\xc4\x24\xac\x47\x09\x98\x32\x59\x35\x4e\x1c\x08\x8e\xf5\x4e\x13\x07\x62\x4a\xb1\xe3\x08\x70\xf4\x4b\xa2\x20\x4c\x99\xb8\x9f\x13\x47\x60\x62\x28\x27\xeb\xd9\xc9\xaa\x7f\x7a\x72\x4c\xf1\x63\xbd\xbf\xaf\x92\x3d\xf2\x5a\x66\x56\x27\x95\x96\x08\xf8\x10\xa6\x5e\x97\xcd\x10\xf4\x82\x6c\x86\x20\xe5\xcd\xf2\x79\x0e\xfd\xe7\xd3\x4e\xfd\x99\x44\xa5\x9a\x32\xb7\x5a\x0c\x41\x93\x82\x87\x32\x37\x4c\xe3\xa1\x4c\xbc\x41\x2a\xd5\x94\xa9\x29\xc2\x43\x99\x47\xcf\x39\x9f\x8b\x05\x17\x55\x6c\xca\x7a\xf4\x9f\xf3\xb2\x64\x27\x59\x5a\x2f\x29\x45\xbc\x97\x25\x0b\x87\xf7\xb2\x58\x4c\x4f\x3c\x8d\xa5\xd1\xe2\x4d\xac\xc2\xf4\xe1\x31\x2c\xa2\xa4\x13\x8f\x61\xe1\x77\x4c\xbc\x82\x25\x35\x88\x57\xb0\xf4\xa9\xe0\x15\x2c\x62\xa6\x93\x65\xf7\x92\x52\x64\xd9\xbd\xa4\xf8\x58\x4c\x2f\xe2\xa2\x93\xc5\xf4\xe2\x33\x5a\x58\xe2\xc5\xc7\xb1\xb0\xc4\x00\xc5\xd2\xc2\x12\x03\x14\x4b\x0b\x13\x07\x34\x2c\x2d\x4c\xdc\x32\xfd\xc7\x68\x89\x7d\x2e\x96\x9e\x1c\xb0\x92\x16\x4b\xcf\x85\x3f\x4d\x25\x9e\xc2\xe1\xd9\x89\x4a\x3c\x05\xd8\x58\xa2\x86\x4e\xd9\x41\xff\x2d\x5a\x95\xd6\xa6\x35\x68\x39\xbd\x1d\xf5\xdc\xa1\x05\x3d\x0c\x10\x87\xb6\xa4\x85\xb1\xd8\xac\x87\x16\xc6\x82\x43\x5b\xd2\xc2\x20\xec\xa2\x3b\x79\x8e\xa8\xe5\xc2\x20\x70\xa0\x4b\x5a\x2c\x2f\xa9\x62\x93\x16\xcb\xcb\xcd\xdb\xba\x30\x16\xbb\x22\x17\x8c\xc5\x26\xc4\xb1\x58\x7a\x72\xd8\x4b\x5a\x2c\x3d\x37\x66\x6c\x61\x2c\xf6\xd4\x7f\x8c\x6f\xea\x3f\x78\x61\x63\x9f\x8a\x41\x05\x28\x5a\x5a\x15\x5e\x88\x6f\x2e\xa2\xab\x14\xb2\x4d\x0b\x63\xb1\x51\x60\x8b\xe8\x2a\x65\x6d\xd3\xaa\xf0\x62\x50\xc0\x90\x70\xa0\x4b\x22\xfd\xb3\x6c\x94\x14\x29\x9e\x85\x42\xb6\x69\x61\x56\x36\x01\xab\x45\xac\x75\xa3\x88\x56\x85\x4f\x0c\xd0\xf2\x9c\xaf\x62\x0f\x6f\x01\x06\xc8\x34\x9b\x18\x20\xc3\x7f\x5f\xc4\x61\x4d\xb3\x49\x1c\xd6\xa2\x9e\x1b\xb4\xf4\x9f\xf3\x62\x05\x3e\x31\x47\x56\xf5\xdf\xa1\x85\xe4\x59\x5b\x9b\x24\x4f\x8c\x96\xda\xb5\x69\x11\xa3\xe5\x40\x97\xb4\x58\x77\x1b\x11\xfe\xc5\xba\xdb\x70\xcf\x16\xeb\x6e\x63\x9b\x9c\x9a\x4b\xc5\x08\x07\x2e\x4f\x2c\x2e\xc6\xda\x73\x75\xc6\x20\xc9\x63\xf0\x6c\xab\x4f\x9f\x5b\x2a\xe0\x26\x6a\x35\x15\x33\x24\x88\x89\xb3\x03\x2f\x83\x3e\x51\xfa\x8b\x55\x31\x87\x6e\x27\x2a\x37\x95\xc3\x7a\x68\x61\xb8\xa8\x87\x9b\x16\x86\x4b\xfb\x6d\x0b\xc3\xe5\x10\xbd\xef\xaa\xe4\x85\x4d\x3b\x12\x3c\x36\x8d\x73\xbc\xd3\xc2\xa6\x1d\x82\x13\x0b\x9b\xc6\x39\xde\x69\xb1\x98\x3e\x51\x77\x0e\x5a\xba\xd3\x87\x7e\x08\x4e\x2c\x07\x98\x95\x93\xc4\xf4\xa6\x85\xc8\x58\x68\x73\x42\x4d\x5a\xd8\xc2\x83\xdb\xbf\xb0\x85\x27\x33\x3c\x6c\xe1\xd1\xc7\x88\x2d\xe4\x6c\xf0\xb4\xb0\x46\x87\x45\xea\xc2\x1a\x1d\x4d\x34\x26\xe7\xe0\x31\x2c\x4c\x0e\xf8\xc0\xb4\x30\x39\x87\x98\xf0\xc2\xe4\x70\x96\x4d\x5a\x98\x9c\x33\xf4\x1c\x23\xc2\x1b\x5c\x9b\x11\xe9\x05\xf1\x74\xcc\x02\xae\x30\x2d\x4f\xc7\x2c\x87\xd8\x12\xc5\xae\xca\xd1\xe7\x87\x59\x39\x9b\x97\x80\x18\xed\x91\xc2\xc4\x90\x1c\x3c\xbe\x85\x21\x39\x7a\x41\x58\xb2\x1e\xbc\x82\xc5\x92\xf5\x10\x29\x24\xab\xb9\x68\x0b\x8f\xac\xe6\x72\xa5\x3e\x31\x24\x97\x08\xf1\xc2\x90\x5c\xbc\x41\x32\x9e\xcb\xd5\xeb\x82\x79\xb8\x9a\x77\x16\x94\x9c\x6f\x9e\x16\x51\xd9\xab\xcf\x8f\xa8\xec\x95\x32\xc5\x90\x50\x50\x38\x51\xb0\xab\x68\x23\x90\x82\x5d\x85\x33\x77\x12\x05\xbb\xca\x95\xda\x65\xb1\x09\xc8\x31\x2d\x47\x28\x94\xab\x99\x26\x7e\x7b\x33\x32\x63\x21\x7a\x09\x63\x6c\x16\xa2\x17\x0f\x73\xb3\x10\xe5\x3c\xf5\xb4\x59\x88\x5e\x14\xf4\x66\x21\x7a\x51\xc9\x9b\x18\xed\x6d\x7a\x0e\x0a\x4d\xcf\x41\x01\x43\xb9\x59\xfd\x5d\x0c\xe5\x66\xf5\x77\x79\x97\x36\x71\x58\x60\x94\x89\xe2\x61\xe5\x4e\xb5\x7c\x6e\x2f\x4a\x78\xb3\x1a\xbb\x6c\x32\xed\x88\xcc\xf0\x30\x77\x44\x66\x84\xa8\x36\x2b\xb5\x8b\x4f\xb9\x59\xa9\x71\xfe\x4f\xda\x18\x43\xea\x3f\x25\x0a\x92\x95\x8b\x9a\xa0\x20\x59\xd1\xb6\x20\xb9\xe6\xe5\xa2\x76\xc9\x35\x2f\x17\x6f\x70\xfb\xa6\x64\x7d\x1e\xb5\x9a\xb7\xd8\x11\xda\x9e\x8b\x54\xb5\xd9\xb7\xdd\x88\xd6\x87\x2f\x9c\x1c\xf5\x0a\x6c\x33\x91\xa3\x5e\x1f\x42\x2a\xdb\xe3\xb7\xf5\x21\x26\xbc\x33\x14\x50\xc9\x3b\x43\x81\x3d\xa0\x9d\xa1\x50\xd4\xe7\xa0\x85\x24\xdc\x14\xd7\x87\x9d\x81\x5d\xe8\x45\x92\x2f\xf4\xc2\xda\x6c\x17\xee\x74\x68\x5f\xda\x6e\x28\xeb\xc3\xd6\xed\xf6\x60\x6b\x7d\x08\x4a\x6d\xdf\x6a\xac\x0f\x2e\xca\xae\xf4\xb2\x74\x27\xbc\xa0\xae\x77\xa5\x17\xc9\xda\x4d\x5c\xe5\xa0\xf9\xb4\x2b\x92\x60\x35\xb6\xdd\xc4\x55\x6d\xf6\x6d\x37\x71\xf5\x21\x60\xb5\x1b\x92\xe0\x6b\xdc\x8d\x31\x60\x1a\xb7\xa7\x2e\xd7\xc0\xb7\xb9\x7d\x55\x55\x7d\x9f\xee\xbb\x2a\x99\xfc\xfc\x1a\x02\x8c\xb9\xfd\xa9\xda\xb4\xdb\x6e\x7f\x6a\xc0\x32\x6e\xb7\x3f\x35\x10\x5f\xd9\x6e\x7f\x2a\xe7\xd3\x27\xf2\xfa\xab\x36\xed\xc8\xeb\xaf\xda\xa6\xdb\x6e\x7f\x2a\x08\xd2\xb4\x3d\x26\x5c\x03\x8b\xb8\xed\xd1\xdc\x4a\xe1\xad\x04\x02\xa0\x06\x4d\xdf\x80\x82\x26\x6c\x40\x01\x25\xbc\x7d\xc1\x55\x03\x7e\xea\xf6\x05\x57\xa5\x52\x75\xda\x6e\xb7\x2a\x95\xaa\xd3\x9e\xf4\x82\x4a\xde\x93\x5e\xba\xee\x44\x48\x9a\xe8\x49\x2f\xf8\xf6\x7b\xd1\x8b\x26\x7a\x21\x25\xfc\xa3\xbd\xe0\x53\x1f\xe3\x42\x4a\x24\x92\x82\x3f\xa8\x41\x2f\xc1\x82\x3a\x56\x9a\x0a\x79\x55\x89\xb0\x54\xc8\xab\x41\x1f\xe3\x82\x3a\x6b\x82\xbd\xa1\x4e\x4c\x78\x6f\xe8\xe1\xc3\xee\x0d\x3d\xc2\x2d\xdb\x8d\x45\xd5\xc6\xdc\xf6\x35\x48\x8d\xfa\xc4\x7c\x0d\x52\xc9\x04\x4f\xdb\xd7\x20\x35\x6a\x6e\xdd\x58\x54\xce\xdf\x4f\xdb\x8d\x45\x8d\xfa\xfc\x7c\x0d\x52\xb5\x4d\xb7\xdd\x74\xd4\xa8\x99\x36\xe8\x61\x60\xf7\x81\x02\x1e\xed\x3e\x50\xd0\x87\x7a\xa0\xa0\xb9\x3d\x50\x28\x7c\x0e\x07\x0a\x9a\x31\x5f\x91\xd4\x88\x9f\xba\xdd\xc8\x54\x50\xb7\x69\x1f\xa8\x4b\x7d\x1e\xa8\x4b\x7d\x7a\x0c\xb3\x46\x4c\xf1\xbe\xf0\x82\x81\xdd\x17\x7a\x6c\xb7\xed\x0b\xbd\xa9\x16\xf4\xf0\x6f\xf7\x85\x9e\x94\xe9\x85\x9e\xd4\xa7\x9b\x8e\x1a\x31\xa2\x16\x90\x2e\x99\x13\x16\xa0\xc7\xc7\x68\x81\xb1\xe3\x3b\x99\x07\xeb\x6a\x7a\x74\x67\xa3\xa5\xff\x3a\xad\x41\xcb\xe9\x71\xc6\x7e\x32\x0f\xd6\xd5\x84\xa3\x63\x9e\x2a\x5c\xb5\x51\x66\x1e\xac\xab\x89\x15\xac\x79\xb0\xae\x72\xda\x51\x32\x37\x0f\x35\xf1\xe5\x58\x84\x1e\xd2\xb5\x08\x3d\x36\x3a\x2d\x42\x0f\xe3\x64\x9e\x1e\x5b\xb5\xc5\x65\x9e\x1a\x5b\x29\x2c\x96\x2c\x41\x8f\xfd\x13\x4b\xd0\x63\x1d\x6c\x6e\x1e\x2a\x45\xc7\x92\xb9\x79\xa8\xda\xfe\xb2\x04\x2f\x48\xde\x50\xfa\x89\xd0\x88\xa1\xf4\x13\x6b\x02\xf3\x95\x53\x4d\xac\x9f\xcd\x57\x4e\x15\xa0\x5e\xb2\x0c\x05\x53\xcb\x67\x93\x62\x65\xc9\x50\xf3\x89\x15\x82\xf9\xaa\xaa\x66\x62\xc9\xe6\x21\xb8\x9a\x31\x40\xe6\x21\xb8\xca\x19\xfb\x09\x34\x50\x05\x9a\x97\xcc\x57\x55\x35\x13\x94\x32\x4f\x68\xac\x19\x77\xc2\x7c\x55\x55\xb5\xc7\x65\x18\x8b\xcc\xbb\x6b\x18\x8b\xcc\x6a\x8c\x12\x8e\x35\xb3\x26\x30\x0f\xcf\xd5\xcc\x2a\xc0\x0a\xd4\x09\xd2\x5a\x85\xde\xf8\x51\x42\x9c\x61\x63\x32\x96\xdf\x2a\xac\xf0\xea\x1a\x56\x25\x63\x71\xa8\x18\x59\x33\xaa\x87\x8a\x91\x35\x2f\xdd\x89\x58\x88\x0d\x1a\x56\x25\x63\x71\x0c\xab\x42\xa9\xb4\x64\x0d\x7a\x2c\x17\xcc\x17\x4e\x95\xba\xe3\xc9\x1a\x62\x31\x86\x80\xfd\xc9\xa6\xe7\xa0\x80\xa7\x48\x85\xca\xaa\x6d\x2c\x2a\x54\xd6\xac\x29\x6a\x50\xbf\x7a\x0e\xea\x97\xf1\xf9\x52\xa9\x16\xe2\xc5\x86\x39\xd2\x86\x97\xf9\x52\xa9\x82\x35\x4c\xe6\x4b\xa5\xca\xf9\xfb\xc9\x30\x55\x85\x1d\x66\xc3\x00\x69\xc3\xcb\x30\x32\x85\xe0\xbf\x0d\x28\x90\xd6\x67\x03\x0a\xf8\x86\xe6\xcb\xa1\x5a\x58\x84\x1b\x46\x46\x1b\x57\xe6\xcb\xa1\x0a\x2a\x31\x19\x26\xa7\xe8\x33\x9a\xf0\x42\xdc\xd7\x7c\xed\x52\x0b\xde\x84\x61\x72\x0a\x7e\x9c\x61\x72\x8a\x3e\x23\x4c\x4e\x19\xfa\x6f\xd3\xe2\xe5\xc1\x00\x71\xfe\x7e\x32\x0c\x50\x61\x81\x6e\x0b\x7a\x98\x23\x80\x6c\x95\x02\x6f\x09\x20\x5b\x2d\xa8\x2c\xc0\x6a\xb5\x68\xde\x17\x92\xc0\xef\x00\x90\x56\x39\x87\x29\x01\x48\xab\x45\xf3\xbe\x91\x35\x41\x14\x00\x69\xb5\xe0\x0d\x02\x48\xab\xe5\x20\xeb\xcd\x18\xa4\x06\x37\xf4\x34\xd3\x18\xa0\x82\x37\x68\x18\x92\xca\xa2\xd1\x7c\x6b\xac\x56\x3c\x3e\xc3\x3c\x54\x56\x71\x86\xd2\xd7\x46\x99\xa1\xf4\xb5\x51\x66\x1e\x6a\xaa\x55\x8a\xef\xd2\x0b\x26\xc7\x50\xfa\x94\x82\x4b\xe6\x6b\x89\xca\x09\xff\xc9\x2e\x14\x8a\xee\xf4\xf9\xd3\x96\x9a\xb9\xa7\x5f\x29\x13\x97\xce\x03\x05\x3e\xdb\xf3\xc0\x35\xa1\xad\xe3\x21\xaa\xca\x19\x4d\xe9\x78\x6e\x46\xad\x38\x10\x07\x83\x50\x59\xca\x1f\x0c\x02\x88\xcc\x74\x30\x08\x95\xa5\xfc\x09\xf0\xc2\x57\x7c\x7c\x67\xa7\x6a\x63\xee\x60\x02\x2a\xf3\x77\x30\x01\x94\x97\x4b\x07\x13\x50\x97\xee\x74\x59\x53\x6c\x2e\x9d\xc0\x18\x08\x38\x1e\xcc\x03\xb8\xce\x74\x30\x0f\xd5\xf4\x1f\xd4\x99\xcd\x13\xa1\x7e\x74\x27\xa3\xbd\xfa\x0f\x29\xe1\x5c\x1c\xd4\x3c\xa7\x40\xa5\xe3\x9e\x7e\xd5\x16\xde\xc1\xd3\xd7\x16\xde\xf1\xf4\xc3\xda\xd8\x12\x3d\x1e\x4a\xab\x8d\x15\xde\xc1\x63\xa7\xf2\x7e\x3a\x78\xec\x14\xb0\x4b\x07\x55\xde\x98\xe9\x83\xc7\x4e\x55\xfe\x74\xf0\xd8\x1b\xeb\xf5\x83\x9a\x07\x3a\x9a\x0e\x6a\xbe\xf1\x4e\x1c\x54\x79\xc3\xd5\x38\x05\xae\x59\xc5\x1d\x4f\x23\xac\x8d\x3c\x91\x83\x2a\xe7\x9c\xa9\x04\x10\xb1\xfa\x39\x53\xdf\x55\xc9\x87\x45\x80\x36\xe6\x4e\x81\x38\x36\xf4\xa0\xe5\x5b\x63\xb0\x1e\x2d\xab\x8d\x8f\xff\xa0\xf3\x1b\x0b\x0b\x90\x8e\x55\xdb\x74\xa0\x19\xab\xb6\xe9\x4e\x85\x31\xbc\x97\xc3\x52\x82\x63\xad\xd2\x41\xe9\x83\x69\x4d\x87\xe5\x02\x47\x09\xa4\xd3\xa0\xa0\x17\x04\x55\xde\xf4\x82\x34\xc4\x89\xba\x06\xdb\x58\x1b\x59\xa0\x60\x1b\x6b\x23\xea\x7c\x50\xde\x0d\x55\x7e\x50\xad\x8d\x28\xdb\x61\x15\xd0\x50\xd7\x07\x6f\x5e\x5b\x71\x07\x45\xdb\x51\xbb\xc7\xa3\x49\xb5\xa3\x5a\x0f\xfe\x7b\x67\x69\x7d\x06\xcf\x49\xf0\x83\xe7\xf0\xf1\x0e\xaa\xb5\x37\xf5\xe2\xaf\x75\x27\xff\xf6\xe0\xcd\x6b\x13\xed\x78\x14\xaa\x76\x42\x2a\xc7\xc3\x49\xb5\x4b\x4a\x1e\x4e\xaa\x5d\x1f\x23\x2a\xb9\x0f\xdd\xe9\xa3\xed\x53\xff\x41\x41\x12\xc4\x9b\xef\xfa\x8c\xf0\xe6\x3b\x9b\x29\x07\x6f\xbe\x13\x57\x03\x83\x59\x3b\x0a\x13\x0c\x66\xd5\x46\xd9\x59\x50\x90\xac\x51\xb4\x9d\xb8\xda\x41\xd1\x52\xbb\x2f\x51\x22\xb9\x0e\x0c\x1e\x18\xcc\x3a\x88\xf7\x1f\x0f\x0b\xd5\x11\x74\xa7\xcf\x9f\x36\xca\x0e\x9e\xfe\x48\x7a\x6e\xd1\x82\x33\x94\xf0\x48\x8c\xd6\x77\x29\xea\x20\xe0\x71\x50\xc9\xda\x28\x3b\xf8\xfd\x03\x13\x77\xf0\xed\x07\x59\x07\x07\xdf\x7e\xa0\x22\x8f\xe7\x3c\xd4\xa1\x77\x1e\x4f\x7f\xe8\xfd\xc4\x9b\xd7\x86\xd7\xc1\x9b\x1f\x18\xa7\x83\x37\x3f\xa4\xdc\x50\xec\x83\xac\x83\x83\x62\xd7\x86\xd7\xc1\x9b\x1f\x98\xaa\x73\x18\x11\xeb\xa1\xe3\xbb\x0d\x75\x10\xb0\x3a\x98\x00\x6d\x63\x1d\x4c\x80\xb6\xb1\x0e\x26\x40\x9b\x53\x07\x13\x30\x08\x4e\x1c\x4c\x80\xb6\xaa\x0e\x6b\x82\xc9\x66\xf4\x61\x4d\x40\x41\xc0\x74\x58\x13\x68\xab\xea\xb0\x26\x98\x01\x5e\x58\x13\x4c\x29\x37\x0f\x35\x55\x4a\x07\x26\x8a\x53\xd7\x19\xf5\xdc\xa1\xa5\xe7\x7c\x0c\x93\x80\xd5\xf5\x20\x51\x9d\xcc\xd8\xf5\x6c\x85\x3a\x59\x07\xdf\x07\xce\xf8\x72\x2e\x06\x68\x62\xe2\x2e\x26\x67\xb2\xf2\xbd\x9e\x0e\x58\x27\x29\x8d\xf7\x81\x7a\xd5\x9d\x50\x27\x9b\xe6\x3e\x50\xc7\x70\x5d\x4f\x49\xa8\x13\x4d\x74\x31\x4e\x93\x2f\xe7\x62\x9c\x26\x01\xc7\xcb\x6a\x85\x93\x13\xd2\x65\xb5\x32\x99\xb1\x8b\x39\x9a\xa6\xff\xa0\x47\x00\xe2\x62\x8e\x26\xf3\x70\x31\x47\x0b\x47\x8e\xb2\xd9\x75\x21\xeb\xeb\x60\xc3\xba\x70\x0b\xae\xa7\x18\xd6\xc5\x3b\x7f\x31\x55\xeb\x87\xb1\xe4\xcb\x22\x67\x21\xea\xcb\x22\x67\x25\x75\x32\x68\x89\x9c\xb3\xc9\x51\x09\xe9\xfa\x86\x50\xe5\xa8\x84\x74\x59\xe4\x2c\xa2\x49\x97\x45\x8e\xb6\xc6\x2e\x4b\x97\x45\xde\x06\xf5\xbc\xeb\xc2\xff\x03\xa0\x5c\x17\x4a\x1f\x80\x72\x5d\x28\xb0\x4b\x2c\x6b\x91\xa0\x73\x33\xc3\x1b\x6a\x31\x3c\x96\x4a\x97\x65\xcd\xc2\xd3\xbf\xd8\xc2\x85\x37\x0f\xcc\xb9\x2e\x96\xa5\xc0\x9c\xeb\xc2\xe3\x03\xe6\x5c\x17\x61\x85\x8b\x2d\x5c\xa4\xf2\x5c\x96\x3c\x6b\x89\x17\xc6\xce\x27\x76\xb1\x93\x0b\xe5\x76\xb1\x93\x0b\xe5\x76\xb1\x93\x0b\xdf\xf0\x62\x19\x97\xe9\x4e\xef\x73\x93\xca\x73\x3d\x7b\xa0\xee\x47\x77\xba\x3c\xb5\x6d\x76\x31\x7f\x9b\x0f\xe7\x62\xfe\xb6\xe6\x08\xf3\xb7\xb1\xfc\x17\xf3\xb7\x59\x62\x5d\x56\x32\x5b\xb3\xc2\x4a\x66\x6b\x56\x58\xc9\x68\x6b\xec\x12\x3b\xdb\xa8\xb3\x8b\x31\xa4\x2e\x63\xba\x98\xbf\x8d\x3a\xbb\xac\x64\xb6\xe6\x8f\x95\xcc\xc6\x00\x5d\x56\x32\x9b\x20\xd1\x25\x92\xb6\x35\xb7\xbe\x3d\x54\x39\xe3\x31\x5d\xdf\x1e\xaa\x1b\x6f\xf0\xb2\x22\xd9\x78\xf3\x97\x15\xc9\x26\x8d\xf0\x62\x1a\x39\xe3\x31\x5d\x4c\xe3\x46\x0d\xde\x8e\xcc\xf4\x51\xb1\xce\xd8\x98\xe9\xcb\x3a\x63\xb3\xb5\x79\x31\x94\x5b\x9f\x18\x86\x72\x63\x64\x2e\x86\x72\xe3\xa3\x5f\x0c\xe5\xd6\x1c\xb1\x22\xd9\xa4\x18\x5e\x4c\xa3\xb6\xd4\x2e\xa6\x71\x1f\xdd\x89\xac\x09\x5c\x5c\xd6\x20\xda\x28\xbb\xbe\x47\x52\x0d\x55\x77\x3d\x19\xb1\x6a\xa3\x8c\xfa\xef\xd5\xf0\xea\x2e\xeb\x13\x23\x97\xe7\x12\x20\x33\x7c\xfb\xeb\x7b\x2b\x55\x5b\x6a\x17\x93\x6a\xfa\x36\x3d\x27\xa0\x5a\x52\x2f\xd0\xcb\x50\xc7\x6c\x1a\xbe\x1a\xf0\xfd\x6a\x24\x0e\x02\xdf\xaf\xc6\x6a\xec\x62\x36\xb5\xf9\x76\x7d\xa7\xa5\x52\xa1\x32\x51\x7d\xbe\x1a\xe9\x72\x17\x43\x69\xfa\x36\x31\x94\x86\x3b\x41\x51\xb1\x6a\xe4\x6b\x53\x4c\xac\x1a\x0e\x19\x45\xc4\xaa\x0d\xdd\x09\x05\xf0\x70\x14\x0d\xab\xa6\x2f\xd5\xb3\xe1\xab\xe9\x4b\xc5\xa4\x1a\x21\x0e\xea\x72\x55\xd3\x17\x77\x18\x9f\xbe\x31\xd6\x43\x46\xdc\x97\x0a\x5a\x95\x8a\x98\x89\xca\x59\xd5\x8e\xfe\x83\x9e\x66\x13\xb3\xa9\x4d\x3b\x2a\x5f\x55\xbb\xba\x93\xf1\x69\x6e\x09\x90\x19\x71\x7b\x6a\x4e\xd5\xe3\x73\x9b\x29\x72\x50\xd9\x45\xcb\x14\x37\xa8\xc7\x1d\xb9\x4c\x51\x83\x0a\x48\x2e\x53\xcc\xa0\x7a\x5d\xcd\xef\xa9\xe4\x4c\x8d\x83\xca\xe6\x5b\xa6\xb6\x41\x65\xf3\x2d\x53\xd7\xa0\x72\xec\x46\xa6\x8c\x40\x3d\x59\x2d\xa3\x25\x56\xfc\xa5\x03\x69\x97\x29\x17\x50\x4f\xa1\x17\x2c\xd5\xa9\x0c\x81\x65\x14\x28\xbc\x0c\xdc\xbe\x72\xec\x46\x06\x66\x5f\x8f\x7f\x9a\x19\x78\x7d\x3d\x83\x3e\xb1\x54\x67\x30\x58\x2c\x15\x85\x3b\x33\xf0\xf8\x7a\xdc\xb3\xc9\x40\xdd\xeb\x99\xba\x13\x7a\x1e\x37\xcc\x40\xdb\x2b\xd8\xba\x0c\xa4\xbd\x82\xad\xcb\x40\xd9\x2b\x9b\x6f\x19\x68\x7a\x3d\xee\x61\x66\xa0\xe6\x95\xd3\x35\x33\x10\xf3\x7a\x8c\x3e\x59\x70\x9d\x03\x3d\xe2\x6a\xc7\x97\xd6\x19\x78\x78\x3d\x17\x49\x60\x8e\x38\x6b\x33\x03\xdd\xae\x6c\xb7\x65\x20\xdb\x95\xed\xb6\x0c\xfc\xba\x72\x3c\x48\x06\xf6\x5c\xaf\x66\x85\xa5\xd9\x4d\x3c\xc7\xd2\xec\x66\x9e\xc3\x1c\xdd\xa2\x16\xf4\x0a\xbc\x10\x49\x63\xc3\x2b\x03\x25\xae\xb7\xea\x3f\xe7\xf3\x36\xe8\x11\x49\xbb\x9a\x15\xe2\x63\x60\xeb\x32\x20\xde\x4a\xdd\xd0\x0c\x78\xb7\x82\xad\xcb\x00\x71\xeb\xd5\xfc\x61\x64\xee\xe0\x4e\x8c\xcc\x1d\xbc\x05\x6c\xc2\xdc\xa9\x16\x23\xd2\x1c\xb1\x8e\xba\xae\x76\x33\x40\xd8\xca\xd6\x58\x06\x00\x5b\xef\x62\x1e\x08\x90\x71\x7a\x68\x06\x7d\x5a\xaf\xf1\x16\x34\xe8\x19\xff\x61\x48\xee\x81\x17\x0c\xc9\x3d\xf4\x89\xb1\xb8\x9a\x3f\xd6\x5f\x20\xed\xf2\xc3\xfa\xeb\x5e\xe8\xf9\xfa\xab\x3d\x8f\xfe\x3b\xb4\xd4\xcb\xa5\xc5\x7b\xed\x01\xb2\xf6\x68\x6e\x3d\x40\xd6\x1e\xcd\xad\x9b\xa3\xf6\x04\xf8\x74\x73\xd4\x9e\x80\x04\x3d\x27\xa0\x3d\x91\xb1\xbb\x39\x6a\x8f\x3e\xf0\x0e\xbd\x84\xcc\x3a\xf4\x12\x9c\x0d\xe8\xb9\xbb\x94\x9f\x41\x9f\xfa\xfe\x7c\x87\xa6\xb1\x89\x96\x1f\x0f\x9e\xb5\xa7\x42\xc1\x57\x7f\xed\xd1\xd7\xe8\xab\xbf\xf6\xe8\x2d\x70\x83\xd7\xc0\xd6\xe5\x67\x30\xf6\x0e\xd7\x6e\xf0\xda\xd3\x91\xee\x80\xcf\x2e\x5e\xe0\x73\xf0\x9e\x4d\x46\x3b\x19\xfb\x84\xb3\xc9\x3c\x4c\xe8\xe9\x4b\x9d\xd0\xd3\xbc\x4f\x28\x6c\xa8\x4f\x28\x6c\xf8\x9c\x50\xd8\x3c\xb7\x90\xae\x31\xbe\x05\x3d\xd3\x7f\xd0\xd3\x6c\x2e\x24\x71\x99\xb1\xf5\xbf\x08\x3b\x97\x64\x5b\x56\x5e\x3b\xd7\xdd\x8a\xdb\x04\x12\x24\x1e\x11\x7f\x67\x78\xba\xe6\x82\xfb\x5f\x70\x2c\x7d\x63\x1d\xc7\xb9\x61\xef\x5d\x64\xce\x4c\x10\x90\x48\x03\x09\x31\x18\x89\xa7\xf7\x62\x24\x48\x99\xb3\x14\xbb\xc6\xf6\x69\x6e\x63\xd7\xd8\xb8\x6b\xd5\x52\xec\x1a\xdb\xf7\xd1\xdb\x70\xdd\x35\x92\xe4\x2c\x85\x69\x6c\xdc\x1b\x64\x29\xce\xd4\x37\xa2\x6f\x96\x22\x5a\xd4\x82\xc5\xf5\xcf\x2a\x39\x2c\x6a\xfb\x8c\x89\x0e\xaf\x5e\xfb\x34\xb5\xb1\x11\x6d\x9f\xd1\x78\x58\xd4\xf6\x39\x0d\x6c\xba\x20\x25\xbc\xe9\x82\xd3\x85\x4d\x17\x5c\xb5\x0c\x4a\xaa\x05\x31\xab\x9e\x44\xcc\xca\x93\x07\x59\x2a\x4f\xc6\xb6\xb4\x41\x21\x6b\x29\x42\x55\xed\x93\x2a\x38\xc8\xd2\x19\xf8\x83\x2c\xfa\x08\x0e\xb2\x48\x15\x1c\x64\x19\xb4\x77\x90\x45\x8a\x3d\xb6\xb3\xed\x93\x62\x3f\x0c\xf5\x94\x2c\x0c\xb5\xd4\xc4\x41\x4e\xa9\x82\x8b\x9c\x9b\xff\x2e\x72\x6e\x3e\xa5\xcb\x98\x49\x79\x5f\xe4\x3c\x8c\xd9\x45\xce\x43\x7b\x17\x59\xf4\xf1\xc4\x46\xb4\x65\xa9\xeb\xd8\x88\x36\xd8\x79\x0c\xc2\x93\x96\x3f\x3e\xc8\xd8\x88\x36\x42\x71\x96\x62\xb3\xd9\xb2\xa6\x3d\xce\x35\x34\x28\x6b\xed\x0b\x2b\xdd\xb8\xba\xd6\xbe\x44\x2d\xcc\x2d\x44\x29\x8d\xcb\x9c\xec\x4b\xd4\x12\x9e\x50\xfb\x12\xb5\xb0\x88\xbf\x30\xc5\x2d\xc7\x9e\xc7\xbe\x30\xb7\x2d\x63\x60\xbf\xd8\x34\xb6\xcc\x6c\x7e\xe1\xed\x6c\x64\xcc\xd9\xf7\xd1\x7a\xd3\x7f\x85\x12\x75\x7e\xc8\x32\xf5\x24\xb2\x4c\xd5\xd9\x29\x21\x67\xf8\x3e\x5b\x66\xd9\x7e\x1f\x72\x6e\x7a\xf4\x21\xe7\x56\x2d\xc8\x19\x98\xd9\xbe\x38\xf2\xd7\x32\xf3\xf0\xc5\x46\xb4\x71\xdd\x97\x7d\x1f\x7d\x38\xb4\x97\xe9\xc3\x41\xce\x4c\x1f\x02\x57\xd9\x97\xe9\xc3\xd5\x7f\x21\x27\x3c\x3e\xf6\x85\x09\x6f\x25\x42\xa9\x06\x9d\x4c\x2b\x81\x6f\xed\x0b\xdf\x67\x2b\xac\x95\xaf\xf0\x9e\xc6\xba\xf0\x9e\xd3\x7a\x98\xe9\x46\xb6\x99\x7d\x61\xa6\x5b\xa9\xb4\x10\x66\xba\x95\xa6\x5a\x68\x41\xa3\x1b\x3b\xca\x56\x9a\xda\xbb\x94\xa8\x25\x4e\x47\x34\x32\xd1\xec\x8b\x1d\x65\x2b\x9d\x3e\x84\x79\x6f\xb0\xe9\xda\x67\xc8\x89\x32\xfd\x0c\x39\x87\xde\xa3\x75\xd6\xca\x67\xb4\xae\x39\x32\x5a\x9f\xaa\x93\xd6\x27\x73\xeb\xb4\x8e\x11\xfd\x62\x0f\xd9\x8a\x66\x2c\xf6\x90\xad\x68\xc6\x9c\x91\x40\xb5\x7e\xce\x48\x1c\xc6\xd3\x19\x09\xcd\x8a\xd3\xde\xa5\x96\x4a\x8f\x2e\xed\x55\x7a\xf4\x90\xac\xd2\x23\xd4\xee\x17\x26\xbc\x19\x46\x14\x0a\x9e\x66\xe1\xad\xb6\x2f\x0c\x7a\xb3\xa4\x27\xe3\x9b\xb0\x8f\xff\xc2\xa0\x37\xd2\xe2\xec\x8b\xdd\x5f\xb3\xcc\xe8\x62\x60\xad\xa8\x94\x29\x31\x63\x11\x65\x6a\x66\xbc\xd7\x69\xdd\x99\x23\xcc\xad\xfd\xcc\xfb\x1f\x55\xf2\x37\xa8\x12\xec\xf4\x61\x19\x89\x18\xda\x37\xa8\xb2\x31\x61\x58\x46\xeb\x74\x1d\xcb\x68\x9a\x68\x2c\xa3\x69\xa2\x07\xdd\x1b\x08\x3d\xe9\xde\x60\x89\x61\x27\x0d\xab\xf9\xc5\xc6\xb0\xd9\x64\x20\x62\x63\xd8\x0c\xb4\xfb\x61\x35\x6d\xd2\xd9\x89\x2c\x8b\x49\x99\x74\x6f\x21\x75\xf8\x53\x9b\x2d\xbd\x87\x9c\xfa\x24\xb0\xaf\x64\xc5\x19\xec\x43\xcd\x16\xfd\x9b\xc8\xb9\xf9\x08\x16\x72\x82\xb9\x3e\x6c\xaf\xe9\x73\xc1\xf6\x12\x86\xb4\x0f\xdb\x4b\x18\xd2\x3e\x6c\x2f\x61\x48\xfb\xb0\xbd\x76\xe8\x2d\xb6\xd7\xf4\x29\x2d\xfa\x70\xd5\x1e\x7d\xb8\x8c\x2e\xb6\xd7\xf4\x61\x61\x7b\x5d\x9f\x12\xb6\x97\x30\xa4\x7d\xd8\x5e\xff\xf4\xdf\xa3\x44\xdf\x31\xb0\x84\x28\xed\xc3\xc0\xfa\x47\x1f\x30\xb0\x84\x28\xed\xc3\x88\xba\x3e\x33\x8c\xa1\xeb\xc3\xc2\x18\x3a\x66\xfa\xc3\x18\xba\x54\xf9\xa1\x4e\xa3\xce\x43\x9d\xa0\xf2\x0f\x63\xe8\x18\x66\xd8\x95\x9a\xeb\xcb\x3a\x48\x2d\x65\x73\xa9\x45\x2a\x04\x33\xe6\x4d\xff\x39\x25\x5a\xb8\x8c\xc4\xa0\x85\xcb\x48\x0c\x66\xf3\x52\xa7\xbe\x97\xcb\x48\x4c\xbe\xc1\x47\x0b\xfa\x26\xc2\x67\xda\x5c\xaa\x00\x33\x46\x18\xd2\x3e\xcc\x18\xf9\x7a\xf6\x3d\xda\xdb\xb4\xf0\x68\x0f\x23\x9a\x31\x71\x1e\x2e\x0e\xcb\x89\x16\xae\xfe\xa3\x0f\x11\xb8\x32\xb8\x9d\x1a\xfc\x54\x96\x31\x86\x04\x25\x2d\x63\x0c\x3d\xc2\xcf\x96\xe3\x94\x79\xf3\x08\x71\x59\x8e\x53\xe6\xad\x26\xd5\x32\x29\x1d\x4a\x21\x67\x0d\xf7\x87\xc1\x10\xd5\xa0\xa8\xb6\x8c\x31\xac\xa0\xb3\x8c\x31\xac\x05\x39\x31\x86\xdc\x57\x68\x39\xf6\xac\x8d\x2b\x5d\x2d\xc7\x9e\xb5\x55\x40\x57\xc6\x50\xc2\x5d\x65\x19\x43\x59\x5d\x75\x86\x9c\x35\x3c\xbd\x96\x31\x94\xb5\xaa\x75\xe4\xac\x92\x0c\x39\xab\x5a\x88\xf1\xac\x98\x95\x8c\xa1\xac\x4d\x2d\x5c\x4a\xf1\x15\xe4\x8c\x9c\x18\x12\x78\xad\x1a\xa1\x4d\xcb\x18\xc3\xca\xfe\x2b\x63\x0c\x61\xc7\xb2\x9c\x91\x65\xea\x49\x64\x61\xe7\x0b\x03\x56\xab\xac\xf7\x9c\x69\x8f\xf5\x9e\x63\xaf\xdb\x60\xc7\x32\xd8\xb1\x1a\x39\x87\x96\x0b\xe3\xa9\x79\x2f\x8c\x27\xc6\x02\xe6\xac\x56\x31\xda\x19\x23\x5a\xe3\x8e\x0b\xcb\x18\xd1\xca\x9a\xce\x18\xd1\xaa\xaf\x00\x23\x5a\xdf\xdf\x1c\x17\x19\xfb\x5a\x9f\x04\x43\x4c\x7d\x20\x86\x98\x6c\xdb\x32\xb6\xb7\xa1\x26\x72\x1c\x52\x69\x0d\x35\x91\xb1\xbd\xc4\x47\x2d\x63\x7b\xdb\xa7\xf7\xa2\x0b\x8d\x4d\x78\x8e\xad\x75\x6b\x99\xe9\xc3\x12\x13\xf5\xb4\x8c\x25\x86\x8b\xdc\x32\x96\x98\xc4\x45\xcb\x58\xe2\x86\xa3\x24\x47\xca\x40\x6b\xa0\xba\x1c\x5b\xf2\xd6\xf4\xb9\x60\xa5\x1b\x5b\xb3\x8c\x95\x26\x1f\xd1\x32\x56\xba\x55\xbd\x17\x9f\x67\x03\xc7\x65\x47\xce\xae\xff\x90\x73\xa8\xce\x41\x89\x1e\x61\xc1\x1b\xaa\x20\x63\xc1\x1b\xc6\x22\x3b\x72\xb2\xfd\xca\x15\x59\xf4\x49\x54\x64\x01\x9d\x41\x67\xd6\xda\xa5\x96\x4a\x7b\xe0\xb1\x5c\x19\x89\xa7\x5a\xa2\x05\x32\x09\x2d\x63\xdd\x21\xf8\xb2\x1c\x7e\xdf\xd6\x33\x63\x16\x7e\xdf\xd6\x8b\xfe\x33\x4a\xcc\x51\x6c\xd7\x5b\x37\xda\xc3\xf2\x93\x3b\x68\x39\xfc\xbe\xad\x83\x8b\x21\x4c\x6b\xbd\xea\xbf\x98\x23\xb2\xfe\x2c\x47\xb8\xb4\x11\xa2\xb4\xdc\x90\x0c\x33\x9d\xc1\x0f\x5d\x63\x06\x7e\x20\x44\x69\x99\x0d\x7a\xc7\xf8\xe6\x8e\x64\x53\xff\x21\x19\x98\x0b\xa2\xb5\x46\x66\x9f\x65\xb0\x05\x99\x7d\x96\xd9\xca\x93\xcb\x67\x99\xad\x7c\x07\xfb\x42\xc9\xd6\xfa\xe5\x4b\x66\x2b\xdf\x2f\x52\x0f\x24\xc3\x39\x91\x81\x21\xfd\x51\x27\xdb\xfc\xfe\x98\x77\xb6\xf9\x43\x5f\x39\xdb\xfc\x20\x14\xfb\x29\xc5\x98\xc1\xbc\x6e\x39\xb2\xe2\xda\xd0\xb7\xcb\xc6\x9e\x7c\x3d\xcb\x11\xac\x6d\x03\x94\x9c\x81\x13\xe4\xe4\x59\x06\x4e\x8c\x4a\xeb\xc0\x09\xc2\x90\x06\x05\x5c\x1b\x95\x79\x00\x4e\x0c\x4c\x55\x06\x4e\x0c\x4c\x55\x06\x4e\x0c\xcd\x03\x20\x61\x68\xe4\x01\x02\x03\x30\x93\xd9\x84\x0f\xa9\x2c\x36\xe1\x63\xe9\x49\x24\xd3\xd7\x0a\x48\x20\x43\xcf\x32\xbb\xe2\x81\x23\x28\xb3\x2b\x86\x7b\xcc\x20\xa0\x6b\x70\x8f\x19\x04\x74\x6d\xe0\x16\xca\x9b\x1e\xe9\x4b\xde\xf4\x48\xa3\x1b\xe1\xd9\x36\x65\x72\xd8\x31\xcf\xa4\x16\x1e\x25\x5a\x00\x24\x4c\x69\x14\x40\xc2\x94\x71\x02\x24\x40\xd9\x6e\x19\x90\x40\x88\xd2\x32\x3b\xe6\xf9\x31\xef\xec\x8a\x67\xa6\xef\xec\x8a\x67\xa1\xef\x97\x5a\x8c\xd9\x04\x24\x90\x24\x67\x99\xfd\xec\x64\x27\x93\xd9\xcf\x4e\x99\x9c\x4b\x2d\xd2\x21\xe1\x83\x6e\x53\x26\x07\x00\x31\x1b\x92\x01\x20\x66\xa3\x85\x47\x8f\xda\x5f\xee\xb8\xb0\xfc\xe8\xac\x26\xfa\x21\xa6\x26\x1a\xa4\x31\x65\xb7\xd8\x5a\xc3\x25\x6f\x99\xed\xf3\x1c\x0c\x67\xc4\x71\xdb\x1c\xfa\x8f\x2e\x0c\xd5\xc9\xc0\xcb\x6e\x3d\x06\x9e\xed\x65\x49\x88\xc9\x82\x2b\x09\x59\xc0\x2b\x70\xfd\xb5\x79\x54\x72\x4a\x83\x12\x43\x86\xff\xa8\x80\x2d\x66\x1c\x9b\x32\x58\x01\xdb\xbc\xaa\x93\x21\x8b\x18\xb6\x15\x36\xe1\xf3\xea\x3d\x86\x8c\x85\x5a\x12\x72\x46\x94\xd5\xe0\x0f\x6c\xf3\xf1\x1f\xb8\x63\x25\x95\x62\x5c\x16\x38\xb5\x80\x3b\x16\xe8\xa5\x80\x3b\x16\x5b\x9e\x02\xee\x58\x18\xa7\x02\xee\x58\x18\x27\x38\x09\x1b\x44\x72\x56\xc0\x16\xb0\xd5\x5b\x01\x5b\xc0\x4f\x6f\xf0\x15\xb6\xc5\xe7\x52\x32\x2d\xe0\x21\x2e\xa0\x89\x05\x96\x29\xa0\x89\xc5\xe2\x2f\xa0\x89\x05\x5e\x29\xa0\x89\x85\x5b\xa8\x80\x26\xc8\x39\xb4\x02\x9a\x58\xb8\x15\x0a\x9b\xf0\x85\xa2\x2d\x99\xd6\x31\x55\x05\xa4\x41\x96\xa1\x15\xd0\xc4\x42\xed\x16\xd0\x04\x2c\xf7\x56\x0a\xa3\x04\xa2\x2d\x85\x51\x62\x77\x54\x0a\x7d\x98\xfa\x8f\x3e\x2c\xfd\x47\x1f\x16\xfd\x63\x9b\x0f\x3b\xbe\x15\x50\xc8\xd2\xd7\x03\x9c\x58\xf8\xfb\x0b\x70\x02\xae\x7c\x2b\xc0\x89\xc5\xfe\xa4\x00\x27\x16\x4a\xa3\x00\x27\x16\x4a\xa3\x44\xe0\xb8\xed\x44\x1f\xd8\xe6\xef\x4f\xb5\x38\x25\xc6\x0c\xa8\xb1\xf1\x1b\x16\xa0\xc6\xce\x7a\x2f\x46\x09\x52\x3b\x2b\x80\x84\xad\x79\x00\x24\x6c\x30\x65\x01\x24\x6c\xcd\x0a\x20\x61\x37\xbd\x47\xeb\x5d\x25\x5a\x67\x27\x5a\x9c\xd6\x71\xcf\x15\x00\xc4\x66\xfd\x15\x40\xc2\x66\xc5\x95\xf0\xf0\xb7\x3d\xf5\xdf\xa6\x84\x9c\x00\x08\xc2\xa5\x56\x80\x0c\x1b\x25\x5c\x80\x0c\xe4\x15\x5a\xa9\x48\x06\x6e\x2c\x38\x0b\x36\x48\xb1\x00\x20\x36\xd8\xb0\xe0\x1e\x20\x5b\xd0\x0a\xee\x01\x88\xf2\xac\x44\x50\xb9\x41\x94\x67\x05\xa8\x71\x00\x17\x05\xc8\x70\x50\xb4\x05\xc8\x70\x70\xd6\x15\x20\x03\x99\x84\x56\x30\xe1\x90\xe8\x59\xc1\x84\x9f\x42\xff\x30\xd3\xe4\x0e\x5a\xc1\x4c\x1f\xdc\xa4\x05\x53\x4c\x30\xd3\x0a\xa6\xf8\x60\xfe\x20\xdb\x6c\x87\x7d\x1b\x64\x9b\xed\x68\x75\xe0\x2d\x80\xc5\xdf\x0a\xde\x82\x03\x74\x2b\x98\x62\x02\x9d\x56\xf0\x16\x10\xcc\xb4\x82\xb7\xe0\xe0\x11\x28\x78\x0b\xc8\x39\xb4\x82\xb7\x20\x72\x0e\xff\xa8\x92\x61\xfa\x6c\x47\x9f\x3c\x76\xf9\x48\x29\xb2\x95\x3f\x9a\x06\xb6\xf2\x07\x3b\x59\xd8\xca\x1f\xb6\xeb\xb0\x80\xb6\x23\xa5\x88\xb5\x3d\x20\x94\xc2\x96\xfc\x48\xf1\xb1\x25\x3f\x6c\xe2\x0a\x5b\xf2\xa3\xc9\x64\xdb\x7d\xd9\x84\x97\x88\x14\xb7\x2b\xe5\x86\xcd\xbe\x5a\x0e\xd8\xec\xcb\x26\xbc\x60\xb3\xc9\x24\x34\x58\x47\xdb\x2d\x7a\x72\x51\xa2\x47\xd8\xe5\x6b\xfa\xef\x51\xa2\x16\x6c\xef\x65\xdb\x56\xf0\x56\x5f\x4d\x2d\xb6\xf7\x82\xc3\x0b\xd6\x96\xab\x41\x0d\xee\xd2\x76\xb1\x93\x70\x97\xb6\xab\xe9\x8b\x94\xed\x76\x41\x98\x85\xcd\x3b\x17\x85\x5a\xc1\x3f\x7d\x3b\xff\xe1\x9f\xbe\x52\x75\xf8\xa7\xaf\x26\x1a\x7b\xae\x40\x27\x0c\xa8\x8d\x6b\x43\xad\x60\xcf\xb9\x56\xd3\x4a\xc4\x94\x9b\x02\x81\x25\x8e\x69\x35\xb2\xe9\xac\x60\xeb\xc9\x91\xb3\x82\xad\x7f\xfa\x90\xd9\xf4\x3f\x7d\x90\xd8\x73\x05\xfb\x0a\x46\xfb\xb1\xd9\x2c\x18\xed\x27\x55\x8e\xd1\x26\x2b\xce\x0a\x46\xfb\xa9\xef\xf8\xc3\xc9\x83\xb3\x82\x3f\x5c\x81\xc0\x82\x41\x7f\x84\x87\x0a\x06\xfd\x69\x24\x30\xe8\xaf\x4b\x16\xe4\xc4\xbf\x59\x70\x32\x3c\x29\x7d\x9c\x0c\x64\xd3\x19\x7c\xaf\xed\x11\x3a\x32\x8c\xfd\xc3\xb5\x65\x38\x19\xc8\x98\x33\xc3\xd8\x3f\x70\x38\xcc\xb0\x8d\x8c\x39\x83\x19\xb6\x29\x64\x68\x38\x19\x5e\x9c\xe2\x30\xc3\xc9\xc0\x55\x9d\x66\x00\x81\x77\xd4\x02\x23\x88\x9a\x37\xdc\x0a\x64\xda\x99\x61\xde\x1f\x4e\x0d\xc3\xbc\xbf\xa7\x27\x91\x8c\x7d\xa9\x85\x09\xef\x10\x1f\x98\x85\x7b\xa0\x2b\x80\x68\xe1\x1e\xe8\x29\xe9\xc9\x15\xa5\x4f\x75\x6e\x4a\xf4\x21\x7c\xe5\x3d\x71\x0a\xc0\xc2\x57\xde\x13\xea\xcc\xc2\x57\xde\x21\x4f\x34\x0b\x5f\x79\x4f\x45\x4f\x16\x4a\x8f\x92\x45\xc9\xf4\x9e\x53\xd2\x7b\xc8\x49\xa8\xdf\x02\x08\xf4\xe4\xfa\xaf\x53\xea\x94\xe8\x83\xeb\x49\xfa\xc0\xaa\xb2\x8c\x9c\x7c\x3d\x56\xa8\x05\x03\x64\x85\x27\xf9\xe6\xad\xd0\xdb\xc1\x78\x16\x7a\x8b\xb1\x87\xaf\xb7\x27\x0c\x90\x19\x3d\x22\xf6\x60\x86\xd4\x98\x77\x33\xa4\x06\x1c\x9a\x21\x99\xe6\xd6\x68\x4f\x73\x1b\x06\xb6\x73\x1d\xa7\x59\xec\xd0\x3b\x14\x8c\x66\xce\x08\x3e\x95\x68\x0f\x7d\x66\xce\x08\xe2\x73\x30\x67\x04\x09\x20\x5a\x18\xd8\xfe\xa5\xbf\xa9\x64\x0b\xfb\xda\xe1\x71\x34\x0b\xfb\xda\xbf\x4f\x55\x86\x28\x1f\x8a\xcf\x22\x82\xde\x3f\x5c\x0e\x16\x11\xf4\x0e\x0b\x89\x59\x58\xdb\xfe\x11\x1b\xb6\xb0\xb6\xfd\x2b\x7a\xb2\x50\xa2\x7b\x61\x6d\xfb\x67\x7a\x0f\x31\x4d\xff\xc5\x50\x93\x93\x67\xd0\x18\xf7\x8f\x45\x0c\x8d\x71\x27\x0b\xcf\x2c\x6c\x68\x57\x78\xcf\x62\xdb\xdd\xbf\xa1\xff\xe8\x11\xb6\xc9\x1a\x3d\x62\xc3\x6c\x8d\x16\xa6\xea\x8c\x81\xff\x96\xfe\xa3\xb7\x78\x1f\xad\xd1\x5b\x4d\x5f\x47\x16\x7c\x91\xd6\x91\x05\x9f\x94\x75\x64\xc1\xfb\x68\x1d\x59\x30\x5c\x16\xee\xfe\xae\x10\x9e\xc5\x96\xbc\x7f\x18\x2e\xeb\xc8\x09\x9a\xb7\x8e\x2c\x57\xed\x21\x0b\x68\xde\x06\xad\x83\x3b\x2c\x36\xd3\x3d\xb3\xdd\xb3\xb0\xe7\x3d\x6b\xfe\x62\xfb\xdc\x33\x18\xcf\xc2\x2e\x77\x32\xf4\xcc\xc2\xf8\xf6\xac\x59\x99\xbc\x87\x5b\xc8\x62\x6b\xdd\x33\x4e\x0d\x8b\xad\x75\xe7\xea\x4c\xb3\x49\x9d\xae\xf7\x62\x04\x33\x88\x0f\xca\xe8\x9e\x41\x21\x16\x66\xba\x93\x77\x67\x16\x9b\xe9\x9e\xf1\x14\x42\x27\xdd\x33\x71\x09\xe8\xa4\x7b\x06\x79\xdb\x42\x16\xf0\x9f\x2d\xda\xd3\x82\x5b\xb4\x07\xfe\xb3\xf0\x9c\xf7\x8c\x8b\xc3\x36\x75\x82\xae\x21\x9e\xee\x59\xb3\xb9\x79\x0f\x97\x91\xc5\xc6\xb7\x2b\xa0\x67\x07\x39\xf1\x09\xdb\xe1\x3d\x2d\xb8\xc3\x48\x68\xc1\x85\x69\xec\x45\x4a\x31\x4c\x63\x2f\x6c\x91\x2d\x4c\x63\x2f\x78\xe3\x2d\xfc\xe1\xbd\x68\x3d\x84\x3f\xbc\x17\xad\x87\x30\x9b\xbd\x14\xd5\x19\x92\x15\x8d\x7c\x6c\x6e\x7b\xd1\x58\x87\x31\xec\x05\x77\x12\x24\xd8\xbd\x80\xa0\xed\xd1\x82\x14\xd8\xa3\x85\x46\x7b\x61\xd4\xba\xc2\x74\x16\x46\xad\x17\xa9\xb3\x30\x6a\x9d\xdc\x3a\xb3\x30\x6a\xbd\x0c\x3d\x89\x2c\x84\x59\x3d\xd1\x3a\x86\xcb\x13\x7d\xc7\x70\x79\xa2\xef\x18\x2e\x08\xb9\x7b\x41\x9d\x41\xc8\xdd\x61\xc9\x31\x0f\x33\xd6\x15\xa6\xf3\x84\x64\x47\x4f\x22\x19\x86\xcb\x13\x92\x61\xb8\x3c\x8c\x5a\x27\x27\xcf\xfc\x43\x16\x0c\x97\x7f\xc8\x82\x72\xf3\xd8\x97\x76\xe3\x9b\xf7\xd8\x6d\x76\xee\x9d\x34\xe8\xc0\xbb\xe1\xc8\x83\x0e\xbc\x1b\x23\xef\x98\x31\x05\xe6\x1c\x33\x66\x45\x75\xc6\x3c\x98\xa9\x96\x58\x7f\x86\xe3\xc2\x31\x71\x86\x9b\xd4\x31\x71\x06\x3c\x73\x4c\x9c\xe1\x26\x75\x4c\x9c\xb1\x1e\x1c\x33\xa6\xc8\x9c\x63\xc6\xe2\xde\xc9\x3f\xaa\x64\xc7\xc2\x19\xfe\x2a\xc7\xc2\x71\xd1\xa4\x39\x16\xce\x40\x28\x8e\x85\x33\xce\x2e\x78\xa6\x7b\x40\x74\xb8\xcf\xbb\x82\x76\x70\x9f\x77\x05\xdf\x3c\xd3\x3d\x70\xb8\xc7\x76\xb6\xc3\xf8\x67\x5e\x18\x5c\x36\xa2\x5e\xe8\x02\xaa\xce\x0b\x5d\x60\x5b\xea\xd8\x50\xe3\x18\x8c\x17\xe4\x44\x0d\x7a\x41\x4e\x0e\xa5\x39\xf6\x55\xe1\x36\xc7\xbe\x92\xf5\x67\x8e\x7d\x55\x48\xcd\x0b\x72\xea\x23\x28\xc8\xf9\xf4\x64\x4c\x83\x82\x68\x1e\xdb\xd9\xee\x1f\x75\x62\x7b\x9d\xed\xac\x63\x7b\x3d\xeb\xc9\x46\x89\x29\x0a\xcf\x79\x77\xe2\xf0\x1e\x9e\xf3\x4e\xd6\x9f\x79\x78\xce\xbb\xeb\x93\xc0\x2e\x7b\xd1\x7f\x21\x8b\x9b\xea\x44\x16\xf0\x8a\xc7\xa6\xb8\xbb\x3e\x1e\x6c\x36\xac\x85\x06\x7b\x7c\xe7\x9a\x4b\x73\x6c\xb6\xc2\x6d\x8e\xcd\x76\x7d\x3c\x8e\x64\x20\x7d\x0f\x5f\x79\xe7\x2a\x4b\x73\xcc\x34\x19\x81\xe6\x98\x69\xc7\xfc\xb9\x23\x35\x5e\x4b\x77\xa4\xd6\x17\x82\x09\x77\xb0\x0c\x6c\xf5\xdd\x27\xb3\x89\xf1\x75\x4c\x9c\x57\xc6\x4c\xcb\xbd\x32\x66\x9a\xe9\x4a\x7b\xf8\x30\xe1\xae\xef\x4e\xd8\x13\xee\xfa\x4e\xbe\x9e\xc1\x5d\xdf\x2b\xdb\x60\x8f\xe3\x6b\xbd\x6a\xa1\x62\x7c\xab\x66\x0c\xe3\x4b\xf6\x9e\xc1\x72\xdf\xab\xc6\x1a\xe3\xab\x10\x97\xc7\xf1\xb5\x5e\xd9\x3d\x38\x06\xb6\x72\xbe\xc4\x31\xb0\x95\x5d\x80\x63\x60\x2b\x20\xc1\x31\xb0\x15\xa4\xef\x71\xa5\x4d\x57\x00\xca\x31\xb0\x75\xea\x3d\xda\x63\x27\xea\x83\xf6\xf4\x5d\xc7\x46\xbb\x57\xc2\xc8\x1e\x1b\xed\x4e\x56\x9c\x79\x6c\xb4\x7b\x3d\x7a\xd2\x28\xd1\x07\xcc\x74\xbd\x7a\x8f\x71\xc1\xa0\xfb\xa0\x0f\x18\x74\xc7\x84\x37\x1c\x09\x8e\x09\xe7\xd2\x4b\xf3\x08\xe0\x77\xae\xb2\x34\x8f\x2d\x79\x6f\x1a\xc1\xd8\x92\xf7\x86\x8f\xd6\x63\x4b\xde\x9b\xc6\x0c\xd3\xdf\x38\x59\xe0\xe1\x47\xef\x4d\xea\x2c\x0e\xc1\xf5\xc6\x79\x1d\x8f\xe0\x7e\x57\x64\xc7\x23\xb8\xdf\x1b\x8e\x04\x8f\xe0\x7e\x6f\xf8\x61\x3d\x12\xa2\x7a\x6b\x7a\xb2\x51\xd2\x93\xf4\x81\xdd\xa6\x03\x27\x5a\xa7\xb7\xc0\x89\x36\xd4\x1e\xfd\x93\xc9\x01\x4e\x28\xce\xe3\xc0\x89\xa6\x2f\x72\xd2\x3f\x69\xa2\x49\xff\x70\x7b\xf9\xa2\x7f\xd2\x21\x8b\xfe\xb1\xeb\x77\x60\x48\x23\x84\xe7\xc0\x90\x26\x43\x02\x0c\x21\x31\xcd\x1c\x18\x12\x89\x69\x7f\x56\xc9\x11\x0a\xe8\x1d\xcc\xe5\xe1\x80\xe8\xfd\x53\x73\xd1\xbd\x2e\x1b\x03\x7a\xe9\x6c\x79\x1c\xf4\xd2\x8b\x9a\x8b\xee\x75\x53\x17\x2e\x25\x9e\x8c\xb8\x7f\xef\x9a\x22\x90\x4d\x97\x9a\x00\xd9\x74\xd9\x9f\x8d\x2c\x04\x99\x7c\xd3\xba\x26\x6c\xd3\x7a\xd5\x93\xb4\xce\xd6\xda\x37\xad\xb3\xb5\xf6\x4d\xeb\xa0\x09\x3f\xb4\x0e\xd6\xf6\x43\xeb\xa0\x33\x07\x1f\x75\x4d\xe6\xa1\x75\xb0\x9a\x83\x96\x3a\x68\xc2\x0f\xb2\x4c\xbd\x87\x2c\x6c\x87\xfc\xd0\x1e\x67\x33\x1c\x5c\xd5\xb5\x8c\xc0\x4e\x5d\x0b\x07\xec\xd4\xc1\x63\x0e\x76\x52\x38\xca\x2f\x2d\x3c\x95\x68\x41\xa8\x00\x5c\x35\xf0\x76\x3a\xb8\x6a\xb0\x65\xf5\x70\x24\xf4\x21\xa5\x0f\xae\x1a\x1c\x90\x73\x70\xd5\xd0\x8c\x81\xab\x86\x30\x42\x38\x12\xfa\xd0\xfc\x85\x23\xa1\x0f\x99\x00\x30\x17\x97\x49\x9a\x83\xb9\x86\x16\x15\x98\x6b\x54\xfd\xb7\x28\xa9\x3d\xe4\xd4\x3c\x3c\xe4\x6c\x7a\x2f\x46\x49\xe1\x28\x8f\x88\x42\x1f\xf8\x4c\x2b\x08\x6c\x30\x2b\x35\xd1\x07\x4c\x40\x4d\xf4\x61\xe8\x49\xfa\x00\xfe\xab\xa0\xb3\x01\x10\xa8\x20\xb0\x01\x10\xa8\x20\xb0\xc1\x82\xab\x09\x39\xc1\x7f\x35\x21\x27\x07\xb3\x6a\x42\xce\xa3\xf7\x90\xf3\xaa\x3d\xe4\xc4\x68\x57\x90\x1b\x17\x3f\x5a\x05\xb9\x29\x54\x55\x41\x6e\x0a\x4e\xd5\x88\x28\x74\xf2\xe7\xac\xe2\x8e\x98\xb8\x1c\x6a\x44\x14\xfa\x24\x64\x58\xc1\x78\x64\xd3\x59\x05\xb9\x4d\x9c\x75\x15\xe4\x36\x3f\xa4\x06\xb9\x4d\xd6\x66\x05\xb9\x91\x4d\x67\x15\xe4\xc6\x85\x91\x56\x41\x6e\x93\xaf\xa0\x82\xdc\x26\xe6\xa8\xe2\x9c\x50\x88\xab\xe2\x9c\x98\x04\x80\x2b\xa8\x8e\xab\x25\xad\x02\xcf\x26\xc6\xa9\x02\xc1\x26\x2b\xb5\x02\xc1\x26\x0e\x88\x0a\x04\x9b\x78\xce\x6b\x41\x16\xd4\x6e\x2d\xc8\x42\x68\xac\x02\xa5\x26\x6e\xaf\x0a\x94\x9a\x4d\xff\xc5\x8c\xcd\xae\xff\x68\x0f\x58\x50\x81\x4b\x53\x5f\x01\x70\x49\x71\xac\x6a\xb4\xc7\x2e\xa0\x1a\xed\xb1\x6e\x2b\x90\x68\x4e\xfd\x47\x7b\x84\x3d\x2b\xae\x8a\x49\x58\xbe\x02\x97\xa6\xbe\x1e\xe0\xd2\xc4\xc7\x5e\x81\x4b\x73\x31\x7f\x40\xa2\x09\xa8\xac\x40\x22\xc5\xc6\x2a\x90\x48\xd1\xb0\x0a\x24\x9a\x98\xdb\x0a\x24\x9a\x7f\xbb\xc2\xde\x2a\x1e\x8e\x89\x42\xa9\xce\xc7\xa3\xcf\xd3\xf9\x78\xd8\x82\x54\xb0\x13\x57\x67\x5a\xc5\x55\x31\x9f\x4a\xd4\xc2\xc1\x9e\x0a\x06\x9a\xd8\xe5\x1a\xee\xfe\x4e\x02\xa2\x55\x30\xd0\xd2\x07\x89\xab\x62\xa1\x5e\x6a\x9c\x2c\xe8\x0b\x97\x7e\x8d\xd3\x03\x7d\xe9\x83\xc4\x8d\xa1\xd0\x58\x05\x2d\x2d\x36\x8d\x35\x0e\xfb\xf7\x85\xb7\xac\x82\x96\x14\x28\xab\xb8\x31\x16\xca\xa6\xe2\xc6\x50\xa0\xac\x82\x96\x96\xab\x96\x47\x89\x3e\x80\x96\x16\x67\xab\x6b\x9c\x25\xe8\x4b\x9f\x59\x9c\x25\xe8\x0a\x9b\x55\xdc\x18\x0b\xeb\x5e\x71\x63\x2c\x0c\x42\x05\x65\x29\x6c\x56\x41\x59\xab\xd3\x07\x50\xd6\xea\x6a\x0f\x39\x87\xfe\x63\x24\xa4\x7a\x40\x59\x0a\x9b\x55\x50\xd6\xc6\x3b\x5e\x41\x59\x1b\xc4\x57\x41\x59\x5b\xbd\x05\x65\x6d\x4c\x63\x05\x65\x71\x05\xa6\x55\x50\xd6\xc6\x1b\x58\x41\x59\x1b\x3f\x73\x05\x65\x91\xe7\x67\x15\x94\xb5\x35\x2e\xa0\xac\x5d\xd5\x42\xc8\xb9\xc1\x2b\x15\x24\xb5\xd5\x23\x90\x14\x19\x7a\x56\x31\xda\x0a\x16\x55\x8c\xf6\x66\x5f\x53\x71\x47\x90\x69\x67\x75\xd3\x23\x76\x39\x75\xd3\x23\x36\xbe\x75\xd3\x23\x7c\x7c\x15\x63\xcf\xe5\x95\x56\x37\x72\x72\xc4\xb0\x6e\xe4\xbc\xaa\x65\x50\x62\x1e\x30\xf6\x5b\x8a\x16\x37\xc6\x91\xfa\xc4\x84\x2b\xe4\x54\x31\xe1\x47\x0a\x13\x13\x7e\x38\x71\x51\x31\xe1\xa7\xaa\x96\x46\x49\xff\x75\x4a\x2c\x46\xcc\xfb\x01\x40\xd4\x88\x36\xf4\xa3\x2f\x24\xa2\x0d\xfd\x48\x11\x61\xde\x8f\x46\x30\xa2\x0d\xfd\xb0\x2f\xad\x11\x6d\xe8\x07\x17\x5c\xc5\xf4\x1f\x29\x1b\x5c\x2a\x67\xe9\x3f\xfa\x20\x73\x04\x2c\x38\x04\xed\x2a\xb0\xe0\xb0\x13\xad\x17\x39\xb5\xfa\x2f\x72\x82\xc3\x2b\x20\xe1\x10\x42\xaf\x80\x84\xa3\xd5\x0f\x48\x50\xec\xa8\x02\x12\xc8\x8a\xb3\x7a\xe9\xc3\x55\x9d\xf4\x81\xb3\x43\x15\xc7\xcc\xd5\x58\x03\x20\xa0\x87\xb3\x0a\x80\xb8\x32\x24\x00\x88\xcb\x79\xfb\x0a\x80\xb8\x04\xf4\x2a\x00\xe2\x72\xac\xaf\x02\x20\x2e\x00\xa2\x02\x04\x2e\x90\xaf\xe1\x8a\xb9\xac\xcd\x86\x2b\xe6\x82\xbc\x1b\x40\xe0\x02\x12\x1a\x40\x80\xfb\x23\xad\x01\x04\xb8\x3f\xd2\x1a\x40\xe0\x02\xdd\x1a\xa6\xff\x62\xd0\x1b\x26\xfc\xa2\x31\x1b\x26\x1c\x4a\x36\x6b\x98\xf0\x8b\x63\xa6\x61\xc2\x23\x6d\xec\x8f\x2a\xb9\x7d\x08\xf6\xf4\x1a\x82\xa1\x4c\x1b\x96\xff\x11\x6c\x68\x58\xfe\x07\x9e\x6e\x58\xfe\x87\x97\xad\x61\x6d\xe1\x75\xb3\x86\xb5\x7d\xa8\xc8\x86\xb5\x7d\xe0\xb1\x86\x45\x7d\x28\xc5\x86\x45\x7d\xe0\xe2\x86\x45\x7d\xe0\xb1\x16\xf1\xfb\xae\x6c\xb3\x86\x53\xe3\xf1\x41\x36\x9c\x1a\x8f\x4d\x71\xc3\xa9\xf1\xf8\x3c\x1b\x96\xf8\x4d\xd5\x49\x7b\x5b\xb5\x5c\x4a\xf4\x01\x6b\xab\x70\x4d\xc3\xda\xc2\xac\x66\x0d\x6b\xfb\xd8\x42\x36\x82\x06\x70\x97\x5b\xc3\x71\xf1\x58\xe0\x0d\xc7\x85\x82\x37\x0d\xc7\xc5\x63\x23\xd3\xb0\xd2\x8f\x6d\x77\xc3\x4a\x2b\xb0\xd3\xb0\xd2\x5c\xa8\x68\x2d\xac\xed\x48\xa0\xac\x16\xd6\x76\x28\x17\xac\x85\xb5\x1d\xb0\xa7\x59\x0b\x27\xc3\x48\x78\x34\x5b\xe5\x3f\x8e\xf9\xb4\x30\x86\x23\xf1\xe9\xb6\x70\x08\x8c\x04\x2e\x6e\x11\x25\x1f\x70\x9e\x5b\xab\xd4\x52\xf4\xde\x8e\x12\x1e\xcd\xd6\xa8\x45\x9f\x75\xe3\x3f\x1c\x1e\x2d\x5c\x00\x23\x81\x7a\x5a\x47\x6a\x70\x71\xeb\x48\x0d\x06\x6a\x61\xaa\x46\xc2\x25\xd6\xc2\x74\x0c\xe5\x7b\xb5\xc1\x7b\x20\xe1\x36\x78\x0f\x67\x48\x1b\xf4\x08\x0c\xd4\xc2\x74\x8c\x84\x5a\x6a\x83\x1e\x69\xde\x07\x3d\xd2\xbc\x0f\x7a\x34\xd5\x02\x72\x2e\xd5\x72\x29\xe9\xc9\x17\x25\xdc\x26\x30\x4c\x8e\x84\xb1\x68\x13\xc9\x50\xfa\x6d\x22\xd9\xd5\x93\x48\x86\xea\x69\x13\xc9\xf4\x15\x4c\x7a\xcb\xc1\x3a\x78\x2a\x87\x02\x3b\xf0\x54\x8e\x0f\x07\x4b\x8b\x6d\xf7\x80\x30\xcd\x5a\x6c\xbb\x07\x37\x31\x5a\x8b\x6d\xf7\xf8\x38\xbd\xd3\x62\xdb\x3d\xb8\x89\xd1\x5a\x6c\xbb\xc7\x97\x55\x67\xf4\x0f\xfa\x34\x6b\xb1\x45\x1e\x90\xa2\x19\x8c\x96\xe3\xd3\xca\x59\xb4\x07\x80\x68\x8b\xf6\x34\x47\x8b\x3a\xa5\x88\x16\x75\x12\x60\x6b\x61\x36\xc7\xc7\xde\xa5\x85\xd9\x1c\x9f\xd4\x52\x98\xcd\xa1\xe4\x2c\x98\x30\xc7\x87\x13\x13\xb6\xcb\xa1\x24\xab\xb6\x69\x4f\x0a\x6c\xd3\x3f\x50\x24\x6c\x97\x03\xca\x32\x6b\x87\x51\x42\xcd\xb7\x83\xd4\x9c\xe9\x80\xdf\x72\x28\xd2\xd2\x0e\xb5\x68\xac\x63\xcf\x3a\xb2\x56\x47\x98\xb1\x91\xb5\x3a\xc2\x8c\x8d\x8c\xd2\x6f\x61\xc6\x06\x77\x1a\x1a\x4c\x98\x23\x13\xfc\x6e\x61\xaa\x86\xa2\x29\x30\x61\x8e\x2c\x2d\x15\x41\xf3\x91\x5d\x75\x76\x4a\x8c\x4b\x98\xb1\x91\x5d\x2d\x84\x64\x59\x23\x1f\xc6\x69\x64\x20\x58\xbb\x48\xd6\xff\x72\xed\x90\xb5\x87\xd0\x58\xe9\xf6\x10\x5a\x8b\xe3\x21\x34\xdb\x05\x88\x37\x47\x06\xb9\xb5\xb0\x69\x23\xb3\x5d\x68\x8f\x0e\x69\x52\x1e\x1d\x5a\x7a\x0f\xa1\xd9\x04\xb4\x87\xd0\x5b\x4f\x32\x9c\x58\xe9\x16\x1b\xdf\x91\x65\x71\xc2\xde\x8d\x8c\x7f\xac\x3d\xba\xa7\x49\x79\x74\x8f\x2d\x24\x44\x9f\x23\xe3\x05\x86\xe8\x73\x14\x50\x39\x44\x9f\xa3\x80\xc3\x21\xfa\x1c\xe5\xd3\x7b\x46\x69\x52\x0a\xc9\x4a\xd6\x7b\x8b\x52\xa5\xb4\x29\xe9\xbd\x43\x29\x26\x05\x4a\xd0\x51\x40\x9f\xfd\xa3\x05\xce\x4f\xf7\x8f\x16\x38\xb0\x06\x5d\xe8\x28\xae\xf7\x62\x94\xb8\x42\xd1\x7a\x6c\x67\x87\xb2\xb1\xa0\x12\x1d\x85\x93\x1a\x50\x89\x8e\xd2\xf4\x24\x72\x76\xfd\x87\x9c\x43\x2d\x20\x27\x73\x04\xcd\xe8\x80\x25\xcc\x7a\x6c\x7c\x47\xc1\xa8\xf5\xd8\xf8\x0e\x65\x63\xf5\xcc\x28\xb1\x89\xeb\x99\x3e\x90\x8f\x08\x05\xe9\x28\x98\x2a\x28\x48\x47\x41\x65\x41\x41\x3a\xb8\x34\xd1\xa0\x20\x1d\x85\x19\x83\x82\x74\x14\x0e\x15\x42\x41\x3a\x4c\xb3\x12\x71\x89\x61\x9a\x87\xd8\x14\x0f\x63\xdb\xdd\x63\x53\x3c\x4c\xa3\x1b\x26\x7c\x58\xd1\x7f\x97\x92\xde\x8b\x3e\x18\xf8\xa8\x87\x09\x1f\x0a\xc2\xf4\x88\x59\x0c\x63\x7f\xd2\x23\x66\x31\x0c\x27\x0a\x24\xa7\xc3\xc1\xa9\x90\x9c\x0e\x08\xa2\xac\x87\x79\x1f\x8e\x4b\xa5\x87\x79\x1f\x8e\x92\x82\x00\x75\x78\x57\x0b\x93\x92\xea\x0c\x59\x9c\xf5\x00\xc9\xe9\xf0\xa9\x92\x51\x42\x16\xa3\x75\x54\x16\x44\xa6\x43\x89\x2a\x10\x99\x0e\xc7\x3c\x40\x5d\x3a\xa0\x92\x32\xa8\x4b\x47\xfd\x54\x8a\xaf\xbc\x12\xc1\xe8\x98\xf0\x0a\xc2\x84\xd6\x74\x54\xcc\x74\x8f\x0d\xf3\x80\x2e\xca\x7a\xec\x8a\x87\xd2\x48\x7a\x44\x14\x86\xd2\x48\x3a\xc6\xbe\x6a\x3c\x23\x4e\x30\xe4\x55\x87\xc8\x74\x54\x5c\x54\x1d\x63\xaf\x04\x90\x8e\xb1\xaf\x84\x21\xa1\x2e\x1d\x55\x23\x1f\xbb\xd4\x51\xf5\xd5\x61\xd0\x2b\x66\xb3\xc7\x2e\x75\x54\x8d\x44\xec\x52\x47\x5d\x8c\x44\xa7\xb7\x0b\x39\x3b\xed\xa1\xbc\x61\xfa\x1c\xf2\xb1\x77\x0c\xb3\x12\x32\x7a\x78\xc7\x47\x7d\xfa\x6f\x53\xa2\x16\xcc\xb4\xfc\xe8\x1d\x53\xdc\x88\x16\xc1\xf4\x39\x1a\xfb\x21\x98\x3e\x07\x74\x51\x06\xd3\xe7\x68\x18\x4a\x98\x3e\x87\xbc\xea\x1d\x53\xac\x1c\x8c\x8e\x29\x6e\x18\xd1\x8e\x29\x86\x2e\xca\x3a\xa6\xf8\x07\x69\xfe\x59\x25\x77\xac\x74\x2b\x6a\x6e\x52\x62\x38\xb1\xd2\x4d\x13\x86\x95\x6e\x9a\x30\xac\x74\x93\x22\x0a\xe7\xf8\x68\xae\xee\x3d\x4a\x74\x68\xd1\x75\x5c\x00\x7d\xd1\x75\xac\x0a\x84\xa4\xa3\x81\xb9\x20\x24\x1d\x5c\x66\x67\x10\x92\x0e\xb9\xfb\x21\x24\x1d\x4d\xcb\x08\xcb\xdf\x40\x60\x10\x92\x0e\x25\x79\x40\x48\x3a\xe4\xee\x87\x90\x74\x34\x2d\x1c\x50\x01\xe4\x51\x06\x21\xe9\x68\x5a\x38\xa0\x82\x36\x55\x0b\x7d\xd0\x32\x02\x15\x34\xb6\x7b\x90\x95\x0e\x68\xa6\x0c\xb2\xd2\xd1\xd8\x76\x43\x56\x3a\x9a\x96\xd1\xa6\x7f\x4f\xff\xd1\x3f\x29\x29\xd0\x84\x9c\xff\x3d\x3c\xe0\xa3\x83\x92\x7b\x1c\xcf\x1b\x9d\x0d\x5e\x8f\x63\xf3\xa3\xe3\x8b\x84\xba\x74\x74\xd0\x12\xd4\xa5\xa3\x6b\xda\x41\x0c\xf2\xf0\xf7\xd8\x22\x0f\xf9\xf4\x21\x2b\x1d\x5d\xe6\x01\xc4\xd0\x71\xda\x74\x10\x03\x54\x52\xd6\x63\xe3\x3b\xba\xe6\x28\x36\xbe\xa3\x93\xda\xd0\x41\x13\x9d\x80\x57\x07\x4d\xc8\xc3\xdf\x41\x13\x4a\x31\x81\x00\x75\x74\x8d\x2e\x68\xa2\x4f\xfd\x17\x73\xd4\xb5\x18\x2f\x52\x6f\x49\x86\xd4\x52\x52\x60\x0b\x79\xe3\xa1\x3c\x1d\x1d\x97\x03\x44\xa6\x63\xb0\x8b\xeb\x18\xf4\xa1\x51\xc2\xa0\xcb\xe3\x0e\xad\xe9\x18\x5a\x70\x18\xf4\x81\x41\x80\xd6\x74\x0c\x16\x15\xb4\xa6\x63\xe0\x20\x1b\x18\xf4\x91\xf5\x64\x8c\xcb\x00\x49\x0d\x0c\xfa\x00\x49\x41\x79\x3a\x06\xa3\x0b\xe5\xe9\xe0\x8e\x3a\x83\xf2\x74\xc8\x03\x0e\xe5\xe9\x80\x6a\xc9\xa0\x3c\x1d\x83\xf3\x25\x50\x9e\x0e\xee\xa1\x33\x28\x4f\x07\xc4\x4b\x36\x30\xef\x4a\xf2\x18\x98\x70\xa5\x75\x0c\x4c\x38\x37\xcf\x19\x74\xa8\x43\x49\x1e\xd0\xa1\x8e\x71\xf4\x24\xed\xe1\x8e\x18\x18\x66\xa5\x7c\x8c\x4c\x7b\xe0\xfe\x91\x19\x09\x5c\x93\x03\xa3\xcd\xcd\x73\x06\x8d\xea\x80\x24\xc9\xa0\x51\x1d\xf2\xa3\x0f\x0c\x33\xf7\xc9\xd9\xc0\x30\x4f\x0c\xec\xc0\x30\x4f\xbe\xd6\x81\xf1\x9d\xa6\xd2\xa1\x54\x28\x5d\x4a\xf4\x01\xe3\x3b\x01\x3a\x10\xae\x8e\x89\x63\x0d\xc2\xd5\xa1\xb4\x8e\x81\xf1\xe5\x76\x39\x1b\x18\x5f\x98\x90\x6c\x60\x7c\x67\xd5\x7b\xc8\xa2\xd1\xc5\xc0\xce\xa5\x12\xb2\x1c\x95\x90\xe5\xea\x3d\x64\xe1\x88\x00\x94\xae\x63\x01\xeb\xa0\x74\x1d\x0b\x95\x0c\xa5\xeb\x80\xd1\xc8\xa0\x74\x1d\xab\xfc\x85\xe8\xc9\x60\x7b\x1d\x8b\xed\xec\x88\xcd\xf4\x58\x1c\xc2\x19\xe1\xf2\x1e\x4a\x4a\x80\xed\x75\xc8\xd7\x0a\xdb\xeb\x58\x55\x4f\x86\xd0\xab\x4b\xcc\x10\x7a\x81\xb5\x61\x7b\x1d\x8b\x18\x28\x6c\xaf\x63\xa1\xf8\x60\x7b\x1d\x90\x16\xd9\xc0\xba\xeb\xe8\xff\xc0\xba\x2f\x3c\xd9\x03\xeb\xae\xc3\xfe\x23\x7c\xde\x63\xb1\x85\x84\x25\x76\x6c\xb6\x2e\xb0\xc4\x8e\xcd\x62\x84\x25\x76\xe8\xe8\xff\x08\x7f\xf8\xd8\x6c\x13\x47\x9c\x25\x18\x3b\xab\x14\xfd\xdb\x45\x4f\x1e\x4a\x92\x33\xfa\xb7\xd9\xd8\x43\x21\x3b\xb6\x16\x63\x1c\x07\x1c\x5b\x9f\x44\xf8\xd8\xc7\xd6\xf4\xc5\x71\xc0\xa1\x23\xf5\x03\x27\xc3\xbe\x7a\x2f\xfa\x00\x39\x8f\x0d\x70\xc7\x49\xfa\x2f\xfa\xc0\x6d\x61\x36\x70\x32\x9c\xac\x27\x27\x25\xfa\x1e\xbe\xf9\x71\x24\x27\x0e\x88\x83\x69\x1c\xe0\x95\x83\x5b\x68\x44\xde\xfe\xe0\xd6\x2f\x1b\x71\xf5\xe9\x38\xb8\x1c\x20\xbe\x1d\x87\x33\x01\x23\xbc\xf8\x83\xfb\xba\x6c\x84\x17\x7f\x1c\x82\x99\x23\xbc\xf8\xe3\x6c\x95\xa2\x0f\x87\xc3\x65\xa3\xd1\x87\xa7\x3a\x43\xb2\xab\x8f\x15\xf7\x87\xfc\x86\x03\xb4\x74\xd9\x13\x40\xb4\x3b\x74\x96\x1b\xa2\xdd\x71\x41\x59\x03\xb4\x74\xc1\xb7\x10\xed\x0e\x98\x5f\x0c\xa2\xdd\x71\xa5\xce\x70\x94\xe8\x62\xaa\x11\x3e\xfd\xa1\xab\xa8\x46\xf8\xed\xc7\x05\x73\x41\xc2\x3b\xe0\x7a\x31\x48\x78\xc7\x65\x4f\x00\xd1\xee\xd0\x95\x52\x10\xed\x8e\x8b\xfb\x0a\xa2\xdd\x71\xb5\x50\x71\xb0\x5c\xf6\x0b\x03\x07\xcb\xd5\x17\x39\x90\xe5\xe9\xbd\x98\xcd\x97\xf4\x64\xc8\xf2\x30\x0f\x50\xeb\x0e\x5d\x30\x05\xb5\xee\x90\x93\x6f\xe0\x6e\x81\x5f\xc5\x06\xee\x96\x87\x73\x02\x6a\xdd\x21\x27\x1f\xd4\xba\xe3\xe1\xe1\x87\x5a\x77\x3c\xcc\xe6\x00\xe3\x3d\xf0\xed\x00\xe3\x3d\x7d\x05\x60\x3c\x9d\x2b\x1f\x60\xbc\x07\x98\x19\x60\x3c\x5d\x22\x05\x25\xef\x78\xb8\x93\xa0\xe4\x1d\x6f\xa8\x96\x9f\x3e\x14\x1b\x6a\x61\x45\x49\xdf\x44\x00\xb9\xa2\x84\x7f\xe8\x7a\x8b\x4e\x27\x41\xd7\x5b\x74\x7e\x06\xba\xde\x52\xa5\x51\xe2\xec\x42\xe1\x9e\x65\x83\xa0\xb7\x34\x82\x99\x10\xf4\x96\x96\xf5\x64\x8d\x12\x0e\x08\x08\x7a\x4b\x23\x14\x07\x41\x6f\x11\x98\x81\xa0\xb7\x74\x99\xe2\x80\x6e\x05\xbe\x49\x83\xa0\x37\x08\xe6\xa3\x14\x52\x77\xad\xdb\x80\x6e\x45\xc1\x76\x08\x7a\x8b\x72\x31\x21\xe8\x2d\xca\xc5\x84\xa0\xb7\x28\x6c\x0d\x41\x6f\xf0\x33\x47\x29\x47\x69\xfe\xed\x10\xdc\x08\x54\x17\xc4\xc3\x51\x8a\xae\x4f\x30\xf3\x08\x54\x57\xe0\xd0\xb3\x11\xa8\x2e\xe8\xeb\xa2\x14\x5d\x57\xae\xdb\x88\x60\x4a\x59\x49\xa2\x44\xd7\x97\x06\x30\xfc\x47\x41\xd7\x15\xa5\xe8\xfa\x7a\xfa\x2f\xba\xbe\x3f\xb5\x10\x5d\x87\xad\xcd\x46\xe0\xc6\xb2\x41\x83\xb0\x0a\x07\xcd\x43\x94\xa2\x7b\x5c\x7e\x68\xb0\x0a\x97\xa3\xcf\x33\x42\x32\x71\xbb\x7a\x94\xa2\x0f\x07\x5f\x32\xac\xc2\x71\xb1\x6f\x94\xa2\x0f\x50\x2d\xd9\x08\xbc\x59\xae\x30\x42\x78\xaf\xe2\xd2\xd8\x28\x45\x1f\x20\x50\xb2\x11\x58\xd4\x74\x43\x17\x6c\xc4\x71\xe9\x5b\x94\x4e\x94\x64\x97\x23\x5c\x63\x49\xaa\x2e\xfc\x5c\x71\x0f\xd3\x4f\x29\x50\xab\xc1\xc4\x62\xb0\x11\x9b\x2e\x3d\x82\x8d\xd8\x74\x16\x18\x36\x62\x2b\x52\x28\x81\x5a\x23\x3f\x26\x4a\x1e\x25\x7d\x3c\x81\x5a\x23\x0f\x24\x4a\x3f\xfd\x33\x63\xeb\x09\x1b\xb1\xb9\x8c\x53\xa0\x56\xd3\x2d\x0c\xb0\x11\x47\xf8\x3f\x4a\xd1\x3f\x6d\x21\x61\x23\xb6\x2a\x05\x16\xa1\x1c\xd3\x31\x2d\xd8\x88\x23\x9a\x15\xa5\x47\x89\x31\x0b\x97\x98\x35\xcd\x5f\xb8\xc4\xc2\x69\x1d\xa5\xe8\x5f\x93\xda\x0d\x97\x98\xe9\xe0\x12\x4c\xc5\xd6\xf1\x5d\xc3\x54\x6c\xbf\x0b\x27\x5c\x62\xd6\x85\x37\x23\xcc\x13\xbb\xc5\x28\x45\xff\x74\xf6\x64\x04\x82\x0e\xad\x16\xa5\xe8\xdf\x2f\xfa\x0c\x77\x99\x41\xc3\x69\x30\x1c\xdb\xd4\xb8\x04\xba\xb6\xf9\x2b\x75\xf4\xef\x17\x3b\x05\xba\xb6\x09\xa6\x84\xfd\xd8\x26\x4a\x18\xf6\x63\xe3\x4e\x5d\x83\xfd\xd8\x16\x87\x11\x61\x3f\xb6\x15\xac\x29\x06\xc3\xb1\xc9\xdc\xc2\x70\x6c\x70\xb7\x19\x0c\xc7\x76\x3f\xb5\x10\x7d\xb8\x59\xff\x4d\x4a\x7a\x2f\xe4\x54\x0a\x14\xec\xc7\xa6\x14\x28\x28\x8e\x4d\x77\x36\x42\x71\x6c\x17\x87\x0e\x34\xc6\xa6\x7b\x19\xa1\x31\xb6\xcb\xac\x40\x55\x6c\x17\x33\x3d\x03\x6b\x9b\x02\x5e\xd0\x11\x9b\x52\x99\xe6\x47\x7b\x20\xfd\xf9\xd1\x1e\x0a\x1a\xaa\x62\x93\x69\x84\xaa\xd8\x2e\xae\x8a\x19\x58\xdb\x2e\x0e\x32\xa8\x8a\xed\x82\xf4\xa1\x2a\xb6\xcb\xa9\x98\x99\x91\x85\x7d\xe9\xcc\x8c\x0b\x2e\x4d\x68\x8c\x4d\xc6\x10\x1a\x63\xbb\x38\xcf\xa0\x31\xb6\x7b\xf5\x1f\x7d\x40\xdb\xcc\x4c\x1f\xf0\x41\xcf\x4c\x1f\x58\xe1\x10\x1e\xdb\x03\x40\x40\x78\x6c\x0f\x34\x0f\xe1\xb1\x3d\xe2\x2e\x10\x1e\xdb\xc3\x77\x00\xe1\xb1\x29\x36\x36\x03\x87\xdb\x23\xeb\x02\xc2\x63\x93\x31\x84\xf0\xd8\x5e\xfb\xdb\x1d\x17\xd3\xa8\x12\x4f\xda\x34\xaa\xc4\x77\x06\xfb\xb1\x29\x8f\x0a\xf6\x63\x93\xd5\x84\xfd\xd8\x1e\x0e\x7e\xd8\x8f\x4d\x39\x56\xb0\x1f\x9b\x2e\x62\x84\xfd\xd8\x94\x71\x05\xfb\xb1\xc9\xbe\xc2\x7e\x6c\xca\xb8\x82\xfd\xd8\x94\x71\x05\xfb\xb1\xe9\x5a\xc6\xe9\x0c\x19\x6a\x69\x3a\x43\xc6\x46\x6d\x3a\x43\x46\xd0\x6e\x3a\x72\x6a\xfa\x1c\x59\x8e\xde\x43\x16\x4d\xa6\x23\x0b\x01\x05\xd8\x8f\x4d\x61\x3a\xd8\x8f\xed\x81\x73\x60\x3f\xb6\x87\x01\x9a\x15\x59\x08\x82\xce\x40\xc2\x9e\xf0\x50\xcd\x40\xc2\x9e\x08\x82\x4e\x88\x30\x13\xc7\xd7\xc4\x9a\xac\x2b\x1b\xc5\x9a\xac\x6b\x19\x27\x64\x97\x29\x23\x75\x20\x61\x87\x05\xcd\x66\x20\x61\x4f\x1c\x86\x17\xbf\xb2\x02\x7a\xe2\x57\x4e\xfa\x78\x20\xc2\x4c\x26\xa9\x1f\x25\x46\x1e\x22\xcc\x04\xe6\x9a\x81\x92\x3d\x49\x69\x34\xfa\x80\xab\x49\x4c\xcc\x09\x1c\x30\x03\x09\xbb\x8c\xcc\x84\x24\x33\x55\x3d\x49\x1f\xf4\xd1\x41\x92\xa9\xcb\x1d\x67\xa3\x0f\x5a\xe0\xf0\x39\xa7\xae\xf6\xe8\x03\xae\x26\xf1\x39\xeb\x3a\x47\xf1\x39\x27\x7d\x4b\x10\x68\x2a\x8b\x6b\x42\x84\x99\x38\x67\x3a\x21\xc2\x4c\xec\xb1\x26\x44\x98\xca\xd4\x9a\x10\x61\x26\x2d\x70\x58\xa1\x13\x89\x23\x62\x85\x4e\x5b\xb5\x20\xe7\xd6\x7b\xc8\x79\x54\x42\x4e\x7d\x3d\x1d\x39\xaf\xde\x43\xce\x2b\xc9\x90\x93\x1d\xd0\x1c\x8c\x35\x27\x59\xe7\x60\xac\xa5\x26\x06\x63\x2d\xc5\x30\xf8\x5e\xf4\x2d\x41\xbc\xf9\xe9\x7b\x89\x60\xa6\x7f\x04\x79\x67\x60\x6d\xff\xd8\xfd\x89\x31\xfa\xd3\xf7\x02\x83\xa6\x02\x81\x62\x85\x56\x1a\x97\x58\xa1\x3f\x8e\xbd\x89\x15\xfa\x23\xf4\x3e\x61\xd0\xfc\xf0\xd4\x4f\x58\x32\xbf\xa2\xf7\x36\x25\xc6\x0c\x96\x4c\xdd\x03\x29\xc6\xe8\x8f\x1d\xb3\x18\xa3\x3f\xf0\xad\x18\xa3\xbf\xa6\xff\x90\x85\x33\x39\x62\x8c\x56\x00\x51\x8c\xd1\x1f\x51\x11\x31\x46\x2b\xfd\x4b\x8c\xd1\x1f\x3b\x6d\x31\x46\x7f\x44\xb5\xc4\x18\xfd\xe1\xb7\x9f\x0b\x39\x31\xbe\x62\x85\xd6\x9d\x8d\x62\x85\xfe\xa4\x19\xe0\xe1\xfc\xf0\xd4\x8b\xfa\x59\xf7\x32\x8a\xfa\xf9\xd3\xbc\xc3\xc3\xf9\xb1\x43\x17\xf5\xf3\xa7\xaf\x00\x1e\xce\x8f\x73\x3e\x13\x1e\xce\x4f\xf3\xbe\x91\x05\x58\x37\xe1\xe1\xcc\xb8\x77\x44\x0b\x9d\xbf\xbf\x85\xf7\xc4\x18\x0d\x5b\x9b\x89\xeb\x39\x6b\x49\x07\x6e\xf4\x6c\xfa\x6f\x50\xa2\x71\xe8\x3b\x33\xfe\x1c\xf1\x40\x2b\x26\x29\x1e\xe8\xac\x09\x3b\x08\x86\x4f\x78\x5e\x04\x63\xab\x34\x2f\xad\x6b\xfa\xa0\xfd\xcc\x9a\x3e\x68\x3f\x15\x5c\x9c\x81\xff\x5c\x17\x38\x8a\x31\x5a\x21\x43\x31\x46\x2b\x64\x28\xc6\xe8\xac\xa5\x02\x63\x74\xd6\x20\xc1\x18\x9d\xc1\x86\x33\x10\x98\xeb\xb2\xc5\x09\xed\x67\x61\x93\x33\xa1\xfd\x2c\xfa\xc8\xa1\xfd\x54\xfe\x95\xf8\xa3\x0b\xe7\x37\x27\xb4\x9f\x85\x90\xd3\x84\xda\xb3\xe0\x03\x9b\x50\x7b\x96\xaa\xf7\x1e\xa5\x68\x6f\x41\xed\x59\x40\x28\x0b\x6a\x4f\x05\xfb\xc4\x42\xad\x80\x9e\x58\xa8\x0b\xc7\x75\x56\xa2\xbd\xae\xff\xa2\xef\x65\xe8\xbf\x4d\xa9\x52\x42\x16\x36\xf6\x0b\x12\xd0\x32\xd5\x3a\xb2\xa0\xce\x56\x9c\xbb\x71\x5d\xa8\xb8\xa0\x04\x2d\xec\x33\x16\x94\xa0\xca\xdb\x5a\x1f\x63\xb6\xf5\x1f\x63\x76\xf4\x1e\x63\x06\x8a\x14\x5b\x76\x61\x1e\xc4\x96\x5d\xc0\x94\xeb\xa3\x0f\x57\xad\x87\x2c\xba\x42\x71\x05\xca\x72\x43\x11\xad\x40\x59\xae\x6c\xac\x15\x28\xcb\x0d\x73\xb4\xc2\xa3\xe9\xca\xcd\x5a\xd0\x93\x1a\xb3\xb2\xa0\x27\x55\x6e\xd6\x82\x9e\xd4\xf0\x5a\x2e\xe8\x49\xcd\xf4\x64\xa7\xa4\x3a\x43\x4e\x73\xbd\x37\x29\xd1\xa3\x40\x60\xae\x5b\x13\x57\x20\x30\x37\x0e\xc1\xad\x40\x60\xae\xbc\x2d\xf1\x7f\x5b\x55\x1f\xe8\x1f\xa6\x4a\xfc\xdf\xc6\x51\x2c\xf1\x7f\x2b\xf0\xb8\xa0\x3c\x35\x52\x76\x16\x94\xa7\xba\x7b\x71\x41\x79\xaa\xdb\x16\x17\x94\xa7\x86\x93\x61\x15\xfa\xd7\x55\x0b\xfd\xd3\x57\x50\xe8\xdf\x54\xeb\xf4\x0f\xa3\x26\xbe\x71\xdd\xbd\x28\xbe\x71\x9b\xaa\x85\xfe\x2d\x3d\x49\x1f\x30\x6a\xcb\x90\x05\x25\xb5\x0c\x59\x34\xd3\x86\x2c\x28\xa9\x65\xc8\x82\x47\x7a\x19\xb2\x80\x4c\x97\x21\xcb\x53\x9d\x21\x8b\x27\xbd\xb7\x28\xe9\xbf\x90\xc5\xd9\x4d\xaf\x80\x75\xae\x1b\x0e\xc5\x61\xee\x59\xb2\x3c\x4a\xcc\x26\x1c\xe6\x8e\x01\x12\x87\xb9\xe3\x03\x10\x87\xb9\xe3\xb2\x5d\x01\xeb\xdc\xf5\x85\x84\xd3\xd4\x1d\x24\x2c\x7e\x73\x07\xda\x88\xdf\xdc\xd1\x75\xe2\x37\x77\x57\x2d\xd1\x3f\x27\xa7\x52\x1c\xe6\x0a\x07\x8b\xc3\x3c\x92\xac\xfe\xa8\x92\x45\x53\xae\xd8\xb0\x68\xca\x9d\x8d\x85\x68\xca\x7d\xe9\x3f\x86\x0c\x9f\xdb\x02\xb9\x29\xe3\x4a\x14\xe6\x8e\x07\x4e\x14\xe6\xba\xc4\x50\x14\xe6\x30\xab\x99\x28\xcc\x75\xa5\xa1\x28\xcc\x1d\x85\xb9\x40\x6e\xca\xd4\x5a\x20\x37\x79\x9a\x44\x6f\x5e\x71\x1d\x88\xde\xbc\x12\x50\x58\xe0\xb1\xfa\xa9\xce\x45\x89\x0f\x04\x3c\x56\x41\x98\x22\x34\xaf\x5a\xe0\xd0\x94\x2b\xfa\x2c\x9a\x72\xe5\x74\x89\x8a\x1c\x0e\x36\x13\x15\x39\x1c\x6c\x26\xf2\xf1\x8a\x39\x5a\x60\x20\xf9\xc0\x16\x18\x48\xd7\x0f\x2e\x30\x50\xd5\xf2\x1b\x48\x4d\x0e\x92\x88\xc9\x61\x5d\x33\x11\x93\x57\x76\x2b\x0b\x7c\xa4\x8b\x0a\x17\xf8\xa8\x6a\x69\x86\x2f\xd2\xab\x96\xdf\xa0\x7f\x53\xff\xd1\x3f\xce\xba\xac\xf0\x45\x7a\xc5\x29\x25\xf6\xf1\x4a\xd0\x47\xec\xe3\xca\xfe\x12\xc3\x78\xe5\x04\xa5\x18\xc6\x75\xc5\xa0\x18\xc6\xab\x66\x05\xec\x54\xb5\xa8\xc0\x4e\x55\x73\x14\x81\x5c\x6f\x60\x3c\x31\x8c\x2b\x32\x2d\x86\xf1\x06\xee\x5f\xe0\xa3\xa6\x79\x00\x1f\x35\x2d\x23\xf0\x51\x2b\x2a\x85\x2c\x8d\x2d\xf9\x02\x1f\x35\xd3\x7b\x9b\x12\xad\x6f\x5a\xd7\x3c\x84\x1f\xcf\x1b\xce\x82\x15\x7e\x3c\x6f\x9c\x09\x10\x6b\x79\xd3\xc2\x01\x2d\x35\xb0\x9a\x58\xcb\xa1\x25\x33\xb1\x96\xeb\x06\x40\xb1\x96\x37\xf6\x74\x62\x2d\x6f\x5a\x1d\xa0\xa5\x06\x2a\x5f\xa0\x25\x85\x83\x57\x38\xe4\xbc\x69\xad\xc0\x68\xde\x38\x65\xb4\x80\x44\x0a\x07\xaf\x83\x9c\x44\x4c\xd6\x61\x04\xa5\xdc\x0e\x72\xb2\x09\x5f\x80\x27\x85\x8a\x17\xe0\x49\xa1\x62\x71\x9f\x37\xcd\x11\x00\xa9\xcb\xc4\x85\x63\xcd\x3b\x2e\xbf\x15\x8e\x35\xef\x9f\x5a\x78\x94\x78\x0f\xf0\xd4\xf1\x72\x2f\xc0\x53\xc7\x19\x29\xce\xf4\x8e\x4b\x45\x9c\xe9\x0a\x38\xaf\x70\xac\xb9\xd2\xc6\x56\x38\xd6\xbc\x6b\x1d\xc1\xa7\xde\x5d\xff\x0d\x4a\xac\x15\x60\x96\x92\xc8\xc4\xa7\xde\xab\x4a\xf4\xa1\xa9\x05\xe4\xe4\x40\xa5\xd8\xd5\x3b\xbb\x77\xb1\xab\x77\xc1\x90\x87\x2c\x24\x13\x2d\x20\x98\x6e\x23\x14\xf3\xba\xd2\xbf\xc4\xae\xde\xa5\xdd\x80\x59\x1d\xcc\x2c\x76\x75\xa8\xce\x4c\x0c\xea\x4a\xf8\x12\x83\x7a\x47\x83\x89\x41\x1d\x1a\x34\x13\x83\xfa\xc0\x29\x25\x06\xf5\x91\xfe\x76\x2e\x59\xe4\xea\x8a\x4c\xef\x88\x22\xfb\xc0\xcf\xb5\xe3\x88\xb4\x2b\x16\xbd\x41\x6e\x83\x65\xb4\x41\x6e\x03\x7f\xea\x06\xb9\x0d\x42\x63\x1b\xe4\xa6\x3c\xb1\x0d\x72\x53\x9e\x98\xe8\xdb\x61\x56\x33\xd1\xb7\x0f\x53\x9d\xd1\xbd\xc1\x66\x7a\x87\x0f\xcc\x07\x67\x02\xf6\x47\xf7\xb0\x46\x1b\x54\x37\x98\x30\x11\xbd\x2b\x6b\x4c\x44\xef\x03\x35\xb8\x41\x67\x8a\x68\xef\x0f\x59\x50\x60\xfb\x43\x16\x50\x81\x28\xe1\x95\xfd\xb5\x41\x67\x83\x05\xb7\x41\x67\x03\x8c\xb0\x41\x67\x8a\x6f\x8b\x3c\x7e\x6c\x3d\xc9\x98\xb1\x39\x12\x79\xfc\x20\xf1\x5b\xe4\xf1\xca\x13\x13\x79\xfc\xc0\x89\xb2\x41\x59\x03\xa5\xb8\x41\x59\x03\x27\xca\x06\x65\x0d\xb0\xfd\x06\x65\x0d\x54\xa4\xc8\xe3\x07\x3e\x76\x08\xe2\x5d\x97\x18\x42\x10\xef\xca\x0c\xdb\x20\x22\xe5\x7b\x6d\x10\xd1\xcc\xaa\x65\x53\xa2\xf5\x88\x37\xbb\xfc\xa9\x3b\x3c\x62\x0e\xcf\x9a\x41\x1e\xef\x93\x40\x27\x74\xf1\xae\xbc\x2d\xe8\xe2\x7d\xe2\x05\x86\x2e\xde\x67\xd5\x93\xb4\xc7\x69\x9a\x0d\xea\x99\x9a\x31\x50\xcf\x6c\x7a\x92\xf6\xc0\x8d\x1b\xd4\xa3\xdb\x08\x37\xa8\x67\x82\x0d\x37\xa8\x67\xb2\x18\x37\xa8\x47\x19\x5e\x1b\xd4\xa3\x0c\x2f\x08\xe9\x7d\x82\x0d\x21\xa4\xf7\xa9\xaf\x00\x64\xa3\x9c\xae\x1d\xe1\x60\x87\x9f\xcd\x20\xab\xf7\xc9\xe9\xe6\x5d\x69\x4f\x33\x8d\xc3\x4a\xb9\x59\x1b\xf8\xa2\xbb\x09\x37\xf0\x65\x02\x43\xa0\x99\xf7\xa9\xb9\x05\x5c\x28\x0a\x03\xcd\xbc\x4f\xd4\xe7\xc6\x2d\xb4\x70\x82\x6d\xdc\x42\x0b\xe0\xb1\x71\x0b\xe9\xc6\x41\x08\xe9\x5d\x37\x0e\x42\x48\xef\x0b\x83\xb7\x81\x21\x4a\xa4\xda\xc0\x90\xa5\xd9\xc4\x2d\xb4\x8a\x5a\x78\x94\x18\x97\x08\xa5\xfa\x22\x2a\xb2\x23\x94\xea\x8b\xfd\x1e\xdc\xf5\xbe\xb4\x52\x01\x2c\xba\x7f\x10\xee\x7a\x5f\x78\xab\xe1\xae\xf7\xc5\xce\x70\x03\x5f\x96\x56\x23\x6e\xa1\xa5\xb9\xc5\xf5\xa3\x64\xa9\x8d\xeb\x47\x37\x07\x6e\x5c\x3f\x3a\x14\xb0\x81\x3d\x0a\xf5\x6f\x60\xcf\x22\x82\x01\xcb\xbd\x43\xa6\x66\xb0\xdc\xfb\x92\x8a\x04\xf6\x2c\xad\x23\x60\xcf\x7a\xaa\x33\xc6\x73\xb3\x2b\xde\x11\x66\x75\x45\xb5\x36\xd0\x66\x6b\x3d\x00\x6d\xb6\x74\x56\x84\x59\x5d\xe9\x58\xf0\xe1\xbb\x02\xff\x1b\x77\x12\xd4\x6a\xb6\x23\xcc\xea\x10\xa6\xd9\x8e\x30\xab\xef\xbf\xd1\xa1\xda\xc6\x0b\x05\x27\x9a\x6d\x90\xd4\xee\xaa\xa4\x52\xd2\x7f\x8d\x12\x5d\xc0\x0b\xb5\xc1\x6a\x1b\x94\xa5\x8b\x03\x37\x28\x6b\xe3\x0d\x84\x9a\xdf\xb7\x86\x1a\x94\xb5\xb1\x54\x90\xf1\xfb\xd6\x72\xc0\x43\xb5\x39\x78\xb6\x41\x59\x5b\x9f\x3c\x28\x6b\x4b\x9d\xe1\xa1\xd2\xd9\x05\x88\xfa\x5d\xb9\x59\x10\xf5\xfb\x66\xab\x04\x51\xbf\x1f\x59\x2a\x10\x98\x2e\x00\xdc\x20\xb0\x43\x34\x78\x83\xc0\x0e\xbe\xdd\x0d\x02\x53\x10\x66\x47\xcc\xd5\x0f\x5b\xa5\x1d\x31\x57\x3f\x59\xb2\x3c\x4a\xf4\x16\xac\xa6\xd3\x11\x1b\xac\x76\xf4\x91\x83\xd5\x8e\xa6\x16\xac\x76\x4c\xff\x55\x4a\x28\x68\xf0\xd8\x01\xe3\x6d\x30\xd7\x91\x5a\x02\x73\x9d\xae\x16\x90\x45\x23\x0f\xe6\x52\xbe\xd7\x06\x73\x1d\xa9\x1e\x30\xd7\x01\x15\xec\x08\x82\xfa\xc1\x71\xb1\x0f\xb2\xb0\x3b\xda\xe0\xb1\xb3\xf4\x5e\xa3\xa4\x27\x19\xcf\xad\x16\x90\x53\x73\x84\x33\x0b\x16\x34\xdb\x38\xb3\x0e\x87\x03\x37\x58\x4d\x37\x07\x6e\xb0\xda\x91\xca\x02\xab\x1d\x82\x92\x1b\x3c\x06\xd3\x99\x6d\x30\xd7\x91\xc9\x01\x73\x5d\x36\xb7\x1b\x67\x96\x6e\x0e\xdc\x11\xcc\x74\x9d\xf0\xd8\xe0\xb1\x0b\xc6\xdb\xe0\xb1\x2b\x25\x05\x1e\x53\x68\x6c\x83\xc7\x74\x1f\xe0\x06\x8f\x5d\xcd\x43\x04\x33\xfd\x72\xe6\x68\xe3\x12\x13\x81\xd9\x06\xab\xe9\xae\xc0\x8d\x4b\xec\x6a\xf9\x81\xc0\x94\x27\xb6\x71\x82\x89\xce\x6c\x83\xc0\x2e\x5e\xf5\x0d\x02\xbb\x6c\x6e\xf7\xa3\xf5\xa1\xf7\x68\x1d\xb7\xc2\x06\x9d\xdd\xa9\x16\x68\x1d\xd3\x71\x40\x67\x0a\x8d\x1d\xd0\xd9\x05\x32\x1c\xd0\xd9\x65\x8e\x0e\x10\xec\x82\xd1\x0f\x10\x4c\xe7\x4b\x0e\x10\xec\xb2\x8f\x3a\x89\x3e\xe0\x94\x3a\x40\x30\x05\xd1\x0e\xe0\xe9\xb2\xc6\x0e\xe0\xe9\xa2\xea\x0e\xe0\x49\x09\x66\x07\x80\xf4\xc0\xe8\x07\xb7\xd7\x63\x3f\x7b\x70\x7b\xbd\xac\x52\xa3\x44\xeb\xb8\xbd\x1e\x86\xe4\x00\xac\x1e\xeb\xe8\xe0\xf6\x7a\xcc\xdf\x89\x93\xf9\xfe\x40\xe5\x07\xd0\xf5\x70\x4a\x1d\x40\x97\xa8\xce\x0e\xa0\xeb\x31\x7f\x07\x77\x99\xd2\xd4\x0e\xa0\xeb\xe1\x34\x3d\x00\x2b\x45\xbc\x0e\xc0\x4a\x69\x6a\x07\x60\x25\x92\xb2\x83\x6b\xeb\x01\xeb\x0e\xae\x2d\x91\x94\x1d\x5c\x5b\x6f\xa9\x16\xda\xdb\x7f\xbb\xe3\xe2\x80\xb9\x1e\xa7\x0e\x0e\x98\x4b\xfc\x65\x07\x94\xf5\x34\x0d\xf8\xa4\xc4\x5f\x76\xf0\x49\x3d\x7c\x83\x07\x5c\x25\xc6\xb2\x03\xae\x7a\x24\x72\x9c\xc0\x55\x35\xe1\xb1\x3d\x71\x56\xaf\x2a\x13\xed\xc0\x2a\xa7\x4c\xb4\x03\xab\x5c\x02\x07\x1c\x58\xe5\x12\x4a\xf1\xc0\x2a\x97\x50\x75\x07\x56\x39\x05\xbc\x0e\x24\xa7\x0a\x71\x1d\x48\x4e\x75\x19\xe1\x81\xe4\x54\x59\x6a\x07\xfe\x39\x05\xbc\x0e\xfc\x73\xba\x38\xf0\xc0\x3f\x27\x1e\xb2\x03\xff\x9c\x32\xd1\x0e\xf4\xdf\x09\x6f\xee\x81\x8d\x2e\xa1\x14\x0f\xac\xde\xca\x44\x3b\x50\x9e\x2a\x54\x75\x60\xa3\x53\x26\xda\x81\x8d\x2e\x11\xf6\x3c\xb0\xd1\x29\x54\x75\xa0\x3c\x4d\x9c\x3a\x3d\x50\x9e\x2a\xf7\xec\xc0\x54\x97\x08\x6d\x9e\x8a\x9c\xa8\xc8\x03\x1d\xaa\x82\x53\x07\x16\xbb\xc4\x86\xf9\xc0\x62\xa7\x13\x1e\x07\x16\x3b\xf1\x97\x1d\x58\xec\xc4\x5f\x76\x20\x4e\x4d\xa8\xcf\x03\x71\x6a\xd2\x57\x00\xa7\x9d\x42\x5c\x07\xaa\x54\x85\xb8\x0e\x54\xa9\xe9\xa9\x84\x64\x84\x44\x0f\x74\xa8\x09\x65\x7a\x60\xb8\xfb\xc0\x7f\x07\x86\xbb\x4f\xcb\x16\x86\xbb\xef\xd3\x7b\x8b\x12\x7d\x80\x61\xfc\xfb\x54\xcb\xa1\x44\xdf\x03\xf1\x55\x85\xb8\x4e\x20\xbe\xfa\xa1\x76\x0f\x14\xab\x9f\x96\x26\xcc\xe4\x1f\xe7\x5a\x0f\xcc\xe4\x1f\x0e\x8f\x13\x18\xaf\x2a\xf3\xed\x04\xc6\xab\x9f\x16\x71\x47\x6a\x7d\x21\x1d\xa9\xd9\xa9\x1d\x68\x5b\xbf\xaa\xff\x90\x0c\x23\x7a\x02\xd5\x55\x85\xb8\x4e\xa0\xba\xfa\x91\xf8\x73\x06\x92\xa1\x92\xcf\x40\x32\x70\xff\x81\xfb\xfc\x43\x25\x1f\xe8\x5e\x75\x6f\xe1\x19\xb4\xae\xc5\x3f\x18\xb3\xa5\xff\x18\x09\xcd\x3b\x04\xaf\x1f\xfe\xfe\x03\x13\xfa\xa7\x99\x86\x09\xfd\xd3\xdc\x4e\x24\xe3\xc0\xda\x81\xee\x55\xf9\x73\x27\x80\x55\x55\xe6\xdb\x81\x09\x3d\x6b\xac\x21\x7f\xcd\x59\xef\x1d\x4a\x7c\x67\x90\xbf\x66\x29\x53\x08\x5e\x33\x7b\xac\x03\xc1\xab\x6e\x23\x3c\x01\xba\x6a\xc6\x18\x1e\xf8\xd4\xb3\xd6\x26\xe4\xaf\x19\xd3\x78\xe0\x4c\x57\xac\xea\xc0\x99\xae\x8c\xb9\xb3\x90\xa5\xaa\x16\x64\xc1\x34\x9e\x85\x2c\x4d\xff\x3d\x4a\xb4\x00\x69\xac\xee\x26\x3c\x90\xc6\x66\xcd\x0a\xa4\xb1\x59\x2b\x7c\x23\xa7\x56\x38\x3c\xec\x19\xc0\x79\x20\x94\x55\x02\xdd\x81\x50\x36\x4f\x95\x1a\x25\x64\x81\xa3\x3d\x08\xcc\xfe\xac\x92\xa1\x6f\xcf\x53\x82\x31\x0d\x6c\xde\xcf\x41\x68\xd9\x50\x28\xda\xb3\x26\x13\x1e\xda\xcc\x86\xeb\xc0\x43\x5b\x92\xde\xab\x94\xf8\x24\xe0\xa1\x55\xfe\xdc\x81\x87\xb6\xc8\x4e\xc2\x43\xab\xac\xb8\x03\xb5\x7b\xe1\x68\xf5\x09\x94\x55\x8b\xa6\x0f\x8e\xda\xa2\x25\x06\xd1\x7b\xc1\xc5\x71\xc2\x97\x55\xc5\x66\x76\x02\x57\xd5\xa2\x65\x04\x63\x6d\xc1\xc5\x71\x60\xac\x2d\x52\xbb\x30\xd6\x16\x2d\x23\x48\xe0\x4b\x53\x0b\x48\x86\x6f\xf7\xc0\x66\x2b\x36\xb3\x03\x9b\x6d\xe9\x6a\x6f\x53\x52\x7b\xc8\x29\xfb\x0a\x25\xbc\xf8\xcb\x0e\x94\xf0\x65\xea\x3f\xfa\x20\xd5\x0a\xef\xad\x32\xe6\x0e\x94\xf0\x45\xca\x14\x4a\xf8\xc2\x0e\xe1\x40\xfb\x5e\xb4\x70\xa0\x7d\xd7\x75\x87\x07\xda\x77\x5d\x77\x78\x1e\x72\x4a\x61\x3e\xe4\x04\x7d\x1e\x28\xe1\x8d\xdd\xc3\x81\x12\x5e\x3c\x64\x07\x4a\x78\x63\x8e\x2e\x1c\xbc\xca\xb4\xbb\x70\xf0\x1a\xe8\xf3\x42\xa6\x2b\x56\xb2\x1b\x48\xaa\x1a\x58\xe6\x86\x33\xab\x2a\xdc\x76\x21\x88\x57\x6e\xdd\x85\x5a\xd7\x58\x54\x17\x6a\x5d\xc3\xc5\x71\xa1\xd6\x35\x5c\x1c\x17\x6a\x5d\x63\x51\x5d\x08\xe2\x0d\x2f\xf0\xfd\x90\x05\x0f\xe3\x0d\x67\x56\x35\xf2\x50\x2f\xe4\xf1\xba\xd3\xf0\x42\xc9\x6b\x43\xff\x39\xa5\x41\xa9\x52\x52\x9d\x8d\x92\xea\xec\x94\x1e\x25\xfa\x37\xf5\x1e\xfd\x03\x03\xdd\x8f\x3e\x6c\xfd\x47\x1f\x8e\x5a\xa7\x0f\xac\x9c\x0b\x95\xaf\xce\xed\x5e\xa8\x7c\x45\x05\x76\x21\x9d\x37\xe6\xf6\x42\x3a\x6f\xec\xfe\x2e\x34\xbf\xc6\xdd\x11\x17\x9a\x5f\x85\xcd\x2e\x34\xbf\xce\xfa\xbb\xd0\xfc\x7a\x52\x0b\x9d\xd2\xa4\x34\x28\xa9\x96\xe8\x83\xc2\x66\x17\x0a\x60\x07\x12\xdd\xc0\x78\xd5\xb3\xea\x3c\x94\xf4\x64\xf4\xcf\x8b\xfe\x7b\x94\x90\x13\xb6\x7a\xdd\x5b\x78\x61\xab\xd7\xbd\x85\x17\xea\x60\xc7\xfc\xdd\x82\x9c\xae\xf7\x90\x13\xd8\x73\xa1\x0e\x16\xa5\xd7\x05\xd6\x39\x26\xe7\x02\xeb\x94\xe3\x78\xe1\xae\xd7\xcd\x81\x17\xee\x7a\x1d\xee\xbc\x40\x3e\x11\x67\x5d\x60\x9d\x88\xb3\x2e\xd0\x4d\xf9\x8f\x17\x0e\xfa\x8a\xab\xe2\x86\xbb\xac\x56\x0c\xc9\x05\xc8\x55\x50\xf9\x05\xc8\x55\x92\xe4\x2e\xfc\xf4\x22\xce\xba\xf0\xd3\xeb\x56\xc1\x0b\x90\xab\xae\xf7\x1a\xa5\xf9\x17\x95\x7c\x41\x75\x4a\x8d\xbc\xa0\x3a\x5d\x3f\x78\x41\x75\x55\x0b\x00\x54\xa7\x44\xc9\x0b\xaa\xab\x78\x85\x2e\xc8\xad\x72\xd0\xed\x82\xdc\x2a\x41\x91\x0b\x72\x53\x4a\xe5\x05\xb9\x55\xd4\xd2\x05\xb9\x29\xa5\xf2\x82\xdc\x2a\xd8\xf0\x82\xdc\x2a\x38\xe0\x82\xdc\xc4\xa9\x75\x41\x6e\x95\x53\x00\x17\x36\x62\xb1\x68\x5d\x90\x9b\xce\xca\x5e\x88\xec\x2b\x1e\xdb\x0b\x72\xab\xfa\xe4\xc1\x63\x95\xa3\x4a\x37\x3c\x69\xb5\xe9\xd3\x8d\xd0\x5f\x6d\x49\xff\xc5\xc0\x8b\xac\xea\x82\xb2\x44\x56\x75\x41\x59\x4a\x9b\xbc\xa0\xac\x06\x46\xbf\xa0\x2c\x85\xaa\x2e\x28\xab\xe1\x9d\xbb\xa0\xac\xa6\x0f\x12\x94\xd5\xaa\x6a\xb9\x94\xf4\xe4\xa3\x84\x64\x03\x39\x39\xa9\x71\xc1\x63\x8d\x93\x1a\x17\x3c\xd6\xf0\xd1\x5e\xf0\x58\x6b\x7a\x32\xe6\xa8\x81\x03\xee\xa0\x0f\x5d\xff\xd1\x87\xa1\xf7\x90\x73\xa9\x14\xf3\xd0\xd8\x06\x5f\xa8\xf9\x9b\x46\x1e\x6a\xfe\xa6\xc5\x01\xe1\x7e\x03\x41\x5f\x08\xf7\x75\x51\xe1\x05\x81\x35\x36\xb7\x37\xdc\x5e\xb5\x6b\x71\x40\xbf\xdf\x31\xda\x17\x04\xd6\x09\xf6\x5d\x28\xf6\x45\x56\x75\xa1\xd8\x57\x76\xe2\x05\x81\x75\xd3\x7f\x99\x12\xcb\x16\x04\xa6\xb0\xd2\x05\x81\x29\xaf\xf0\x82\xc0\x7a\xd3\x7b\x95\x12\x0b\x27\xdc\x5e\xb5\x83\x9d\x2e\xe8\x4c\xa7\xa2\xef\x42\xce\xae\x16\x62\x5c\xba\x54\x39\xc8\xad\x73\xae\xe1\x82\xdc\x14\x48\xba\x20\xb7\xae\x51\x02\xb9\x75\x30\xec\x05\xb9\x89\xac\xea\x82\xdc\x3a\x3e\xd3\x0b\x72\xeb\xfa\x5a\x41\x6e\xa2\xae\xba\xe0\x31\x11\x52\x5d\xf0\xd8\x20\xf8\x7d\xc1\x63\x0a\x2b\x5d\x40\xd7\xc0\x75\x70\x01\x5d\x43\x2a\x39\x82\x92\x75\x7c\xaa\x65\x53\x62\xcc\xc2\x41\x56\x87\x46\x3e\x1c\x64\x55\xb7\x0a\x5e\xe0\xd9\xe0\x44\xc2\x0d\x07\x59\x1d\xec\x3a\x6e\x38\xc8\xea\xd0\x77\x0d\x74\x53\x2a\xc5\x05\xba\xe9\xe6\xc0\x0b\x74\x1b\xfa\x92\x81\x6e\x43\xc6\x17\xe8\x36\xa4\x7b\x80\x67\x83\x53\x46\xf7\x20\x27\xa7\x8c\xee\x41\x4e\x50\xeb\x3d\xc8\xc9\x01\xb9\x0b\x90\x1b\x32\xa9\x11\xb0\xac\x83\xf0\xec\xbd\xf4\x01\x44\x7b\x01\x79\x03\xa7\xe9\x05\xba\x0d\x5c\x77\x17\xe8\xa6\x5b\x05\x2f\xd0\x6d\xc8\x14\x03\xc8\xc6\xd6\x93\xc8\xa2\x99\x06\x90\x0d\xf6\x9e\x17\x40\x36\xce\xdf\x18\xaa\x2f\x58\x6d\x68\x19\x3d\x44\x01\x73\xdd\x87\x28\xb2\xd2\xa0\x33\x05\x99\x2e\xe8\x6c\x68\xc1\x81\xce\x74\x51\xe1\x05\x9d\x89\x53\xeb\x82\xce\xc4\xa2\x75\x41\x67\x3a\x98\x7f\x41\x67\x62\xd1\xba\xa0\x33\x5d\x4d\xf8\x40\x67\x13\xc5\xf7\x40\x67\x0a\x40\xbd\xf0\x8f\xd5\x59\x54\x8a\x8f\x40\xa9\x98\x0f\xe4\xa6\x54\xcc\x17\xfe\xb1\xaa\x70\xd4\x03\xb9\xe9\xc2\xc1\x07\x72\x9b\xe0\xe9\x07\x72\x53\xf2\xe5\x03\xb9\x4d\x8e\x38\x3d\x90\x9b\x2e\x1c\x7c\x20\x37\x05\xa7\x1e\xe8\x6c\xf2\xf1\x3c\xd0\xd9\xc4\x70\x3d\xd0\x99\x42\x55\x0f\x74\x36\x59\xe0\x0f\x74\xa6\xe0\xd4\x03\x9d\x4d\x3e\xac\x07\x3a\x9b\x43\xb5\x20\x27\x3b\x99\xf7\x21\x27\xe7\x28\x1e\xe8\x4c\x17\x07\x3e\xd0\xd9\x24\x0c\xf9\x40\x59\x4a\x66\x78\xa0\x2c\x51\x5e\x3d\x50\xd6\x64\x81\x3f\x50\x96\xee\xf5\x7b\xa0\xac\x49\x00\xf1\x81\xb2\xe6\xd3\x93\x21\x8b\x48\xae\x1e\x48\x6a\xe1\xcd\x7d\x20\x29\xd1\x5a\x3d\x90\xd4\x22\x1c\xfc\xc0\x47\x4b\x33\x16\x0e\xb2\xba\x38\xdd\xf2\xe2\x78\x57\x5d\x9a\x3f\xb0\x93\x72\x46\x5f\xa1\x3d\x4c\xd5\x2b\xb4\x07\x9e\x7e\x85\xf6\xd8\x01\xbd\x42\x7b\x5d\x4f\x3e\x4a\xcc\x51\xa4\xbd\xd6\x85\x7b\xe0\x81\xb9\x94\x5d\xfa\xc0\x5c\x6b\xea\x49\x24\x63\xd9\x3e\x30\x97\x72\x4d\x1f\x98\x4b\xf4\x54\x0f\x37\xdb\xc2\x6f\xf8\x70\xb3\xad\xa5\xff\x62\xcc\x16\x97\xed\x3c\xdc\x6c\xa2\xa7\x7a\xb8\xd9\x16\x5e\xf5\x07\x56\x5b\x60\xdf\x87\x9b\x4d\x89\x54\xcf\xe8\x1f\x0e\xc0\x07\x8e\x53\x70\xea\x81\xe3\x36\x6b\xec\x81\xe3\x94\xb1\xfa\xc0\x71\x5b\xeb\x08\x1c\xa7\x04\xac\x07\x8e\xdb\x40\x86\x87\xb3\x6e\xa3\x68\x1f\xce\x3a\xdd\x2a\xf8\xc0\x78\xa2\xae\x7a\x60\xbc\x6d\xaa\xb3\x53\xd2\x93\x21\xf5\xe6\xac\xc4\x03\xc8\x6d\xad\x15\x80\xdc\xd6\x1c\x01\xe4\x36\xc6\xf0\xe1\x9e\xdb\x5d\x25\x24\xeb\x7a\x12\xc9\x34\x63\x80\xbc\x8d\xa2\x7d\x80\xbc\x0d\xac\x7b\x00\xb9\xad\xf5\x10\xe7\xbb\xea\xe6\xac\xc4\x03\x9e\xe9\xae\xc0\x87\x63\x4d\x51\xa6\xd7\xa8\x53\xe3\x09\x74\x3b\x49\xef\x35\x4a\x7c\x67\x38\xdd\x74\x57\xe0\xc3\xe9\x76\xd0\x60\x0f\xa7\x9b\x08\xa9\x1e\x20\x4f\x31\xa7\x87\xd3\xed\x10\x50\x7f\x38\xdd\x22\xeb\xf6\x8f\x2a\xf9\x81\x0d\x0f\x98\xe4\x81\x0d\x0f\xc9\x89\x0f\x6c\x78\x38\xb9\xf7\xf0\xce\x1d\x53\x29\xba\x77\x88\xab\x3e\xb0\xe1\xd1\x52\x01\x1b\x1e\x30\xc9\x03\x1b\x2a\x75\xf7\x75\xba\xa0\xa5\xd2\xe9\x42\xd7\x93\x74\x41\x6a\x09\xc4\xa7\x44\xde\x07\xaa\x53\x4e\xde\x03\xd5\x1d\xa9\x1e\x3c\x70\x07\x94\xfc\xf0\xc0\x9d\xad\x27\x69\x1d\x14\xf2\x40\x7c\x07\x17\xc0\x03\xf1\x89\xc8\xea\x81\xf8\x74\x19\xe1\x1b\x0c\xa0\x26\x13\xfc\x27\xea\xaa\x07\xfe\x3b\xc4\xcc\x1f\xf8\x4f\x01\xa8\x17\x21\xd1\x7a\xb5\x54\x22\x24\x5a\x2f\x31\xf3\x07\x36\xd4\xd5\x84\x0f\x6c\x78\x39\x72\xf4\xf0\xdc\x5d\xb6\x89\x0f\xcf\x9d\xc2\x51\x0f\xdc\xa8\x70\xd4\xc3\x73\x77\x4d\x92\x5d\x4a\x6a\xef\x51\x62\x36\xc1\x94\x97\xf4\xea\x07\x52\xbc\xf8\xdc\x1e\x48\x51\x29\xcd\x0f\xa4\xa8\xdc\xac\x07\x52\xbc\x43\xff\x21\xb5\x96\x03\x68\xf0\x82\xa0\x1f\x68\xf0\x2e\x3d\x89\x64\x60\x8b\x07\x1a\x54\xc8\xe9\x81\x06\x95\xb6\xfc\x40\x83\x57\x33\x06\x1a\x54\x58\xe9\x81\x06\x15\x56\x7a\xf8\xea\x2e\x40\xe0\x81\x0d\x95\x7f\xf5\xc0\x86\x57\xa6\x03\x6c\x78\x35\x0f\x60\x43\xe5\x5b\x3e\xb0\xa1\xee\x2d\x7c\x60\xc3\x97\xf4\x64\xf4\x41\x09\xce\x2f\x8e\xf7\xd7\x27\x05\x06\xe2\x7b\xb8\xd2\x1e\x88\x4f\x21\xa7\x07\xe2\x53\x86\xd7\x03\xf1\xe9\xf6\xc3\x07\xe2\x7b\x5a\x39\x20\x3e\x65\x7f\x3d\x9c\x75\x4f\xea\x0c\x67\x9d\xd2\xa4\x1f\x68\xf0\x49\xb9\x81\xf8\x94\x26\xfd\x40\x7c\x4f\xf3\x07\xe2\x7b\x52\x7c\x20\xbe\xa7\x15\x07\xe2\x7b\x38\xe4\x1e\x6e\xbd\x27\x35\x88\x5b\xef\x71\x10\xf3\xe1\xd6\x53\x50\xeb\x81\xff\x94\x28\xf6\x70\xcf\x29\x19\xec\x5d\x64\xd1\x57\x80\x7b\xee\x81\x3e\x1f\x68\xf0\x71\xd4\xec\x81\x06\x1f\x41\xc9\x07\xe4\xd3\x2d\x8d\x0f\xf7\xdc\x23\x9c\xff\x70\xcf\x3d\x29\x53\x00\xe0\xc3\xf5\xf3\x00\x80\xba\x89\xf1\x01\x00\xdf\x51\x2d\x8c\x19\xd1\x8d\x07\x00\x54\xfa\xd7\x03\xe4\xbd\xab\x12\x72\x86\x89\x8b\x6c\xae\x28\x19\x25\xe4\x8c\x55\xec\x09\x90\xf7\xe2\x7a\x61\x4f\x10\x83\x91\xe2\xe5\x09\xf2\x2f\xe2\x58\x91\xf7\xf5\x53\x8a\x79\xf7\x04\xf9\x57\x0a\x17\x8e\x27\xc8\xbf\xb8\x7b\xd1\x13\x2c\xa0\xdc\xbd\xe8\x09\x16\xd0\x48\xe3\xfa\x93\x4a\xf6\x04\x41\x28\x9c\x5a\x9e\x20\x08\x25\xc3\xcb\x13\x04\xa1\x64\x78\x45\xd2\x59\x94\xf8\x0f\x76\x31\xb2\xb8\x3c\xc1\x2e\xc6\x95\x8d\x9e\x60\x17\x4b\xf1\x81\x78\x82\x5d\x2c\x35\xbd\x17\xbc\x67\x04\xca\x3c\x41\x1e\x4a\xa0\xcc\x13\xe4\xa1\x04\xc3\x3c\x41\x1e\x0a\xdf\x56\x24\xb9\xfd\x94\xa6\x9e\xa4\xeb\x53\x75\xd2\xf5\xc5\x20\x41\x2c\x0a\xc3\x96\x27\x88\x45\xb9\x7a\xd1\xd3\x47\x1f\x0e\x83\x94\xe9\xc3\x45\xce\x4c\x1f\x34\x29\xe1\xd5\x6b\x04\xa0\x3c\x41\x68\xfe\x25\x5a\x0f\xbc\xd9\x08\x39\x45\x8a\xdd\x4f\x29\xd3\x3a\xa4\xa3\xe4\x4a\x79\x82\x74\xf4\x33\xd5\xb2\x28\xa9\x96\x18\xdd\xcf\xe9\x2d\x14\xe6\x9f\xf3\x11\x40\x61\xfe\xc5\xe6\xcf\x13\xa4\xa3\x5c\xb6\xe8\x09\xd2\xd1\xaf\x32\xed\x90\x8e\x7e\x9d\xd6\x21\x1d\xfd\x3a\x75\x42\x2c\xfa\x69\x04\xa1\x37\xff\x26\x1f\x24\x14\xe6\x04\x8b\x3c\x41\x2c\xfa\x2d\xb5\x80\x2c\x9b\xf7\x20\x16\x25\x3c\xe4\x09\x62\x51\xf2\x9a\x3c\x41\x2c\xfa\x1d\xe6\x1d\x62\x51\xb2\x9c\x22\x85\xf0\xa7\x74\x91\x0c\x62\xd1\xef\x32\x66\x10\x8b\x7e\x4f\xef\x21\xe7\xa3\xb7\x70\x98\x93\xf3\xe4\x29\x10\x66\xcb\x5a\x1c\x90\x8e\xe6\x8f\x3e\xc0\x5a\xce\x45\x8c\x9e\x60\x2d\xcf\x1f\xf3\x07\x21\x69\xfe\x90\x1a\x42\xd2\x9c\x19\x17\x08\x49\x73\x66\x04\x21\x24\xcd\x85\x39\x82\x74\x34\x1b\x23\x01\xe9\x68\x36\x7a\x04\xe9\x68\x76\xfa\x0e\xe9\x28\x09\x51\x9e\x20\x1d\x25\xc8\xe4\x09\xd2\xd1\xac\x15\x00\x6b\x39\xc9\x52\x9e\x1c\x39\x1b\xad\x57\xe4\xec\xb4\x07\x3d\x69\xee\xf4\x08\x7a\xd2\xdc\x19\x17\xe8\x49\xa1\xc3\xf2\x04\x3d\x29\x61\x25\x4f\x81\x22\x1b\x37\x31\x7a\x82\x9e\x34\x6f\x46\x17\x7a\x52\xee\x57\xf4\x04\x3d\x69\xbe\x2a\x21\xf5\x65\x5c\x60\x42\xcf\x57\x92\x21\xb5\x14\x58\x45\xea\x87\x64\xf0\xa2\x43\x80\xe5\x09\x5e\xf4\xf2\xd1\x77\xd8\xce\x8b\xd6\x43\x20\xcc\x56\x32\xed\xc1\x76\x5e\xb4\x3a\x60\x3b\x2f\x85\x16\x60\x3b\x2f\x5a\x2b\x11\xba\x6d\x45\x9a\x28\x42\xb7\xad\x38\x92\x05\x8c\x6c\xc5\xe9\x2d\xbc\xe8\xa5\xd2\x1e\xbc\xe8\xa5\x52\x27\xbc\xe8\x45\x7a\x29\x5c\x8c\xad\x68\x56\x3a\x72\x36\x7a\xd4\x91\xb3\xa9\xce\x18\xc1\x22\x2d\x05\x4b\x7a\xe9\x6a\x9d\x3e\x68\x1e\x3a\x7d\x90\xce\x82\x9a\x15\x1a\x2d\x4f\x50\xb3\x96\x29\xc9\xe8\xc3\xfc\x8b\xe3\x22\xb2\x58\x7f\x1e\x5c\x74\x01\xd6\xd6\xb2\x10\x73\x20\xf4\xa2\x0b\xb0\xb6\x96\xcd\x47\x00\x6b\x6b\xd9\x88\x09\x6b\x6b\xd1\xb4\xc3\xda\x5a\x34\xed\xb0\xb6\x12\x72\xf2\x04\x6b\x2b\x79\x5b\x9e\x60\x6d\x25\xe4\xe4\x09\xaa\xf5\xf2\xa8\x33\xa2\xc1\x8d\xeb\x1c\x3d\x05\x16\x6d\xf6\xf1\x79\x06\x16\x6d\xa6\x05\x07\xa5\xab\x65\x3d\x19\xb2\x98\x16\x15\xe4\xea\x66\x0c\x35\x04\xaf\xa6\x89\x86\xe0\xd5\xa4\xf8\x20\x78\x35\x2d\x2a\xe8\xd4\x09\x1d\x79\x82\xe0\xd5\xa4\xf8\x02\xff\x35\xeb\x2c\xc6\x45\x0b\x9d\x16\xa0\x74\x25\xac\xe4\x09\x4a\x57\x82\x45\x91\xc1\xfb\x53\x9a\x8c\x44\xc4\x71\x9b\x2d\xa6\x3d\xe2\xb8\xcd\x16\xa3\x0b\xf9\x2b\xe4\x58\x9e\x20\x7f\x25\x90\xe4\x09\xf2\x57\xdb\x6a\xa1\x53\x52\x0b\x48\x7d\xf4\x1f\x52\x1f\x7a\x04\x31\xac\x49\x61\x42\xe6\x4e\x8e\x95\x27\x88\x61\x5d\x06\x08\x1a\x76\xd7\x12\x0b\x6c\xd8\x5c\x06\x08\x9a\x58\x48\xae\x3c\x41\x13\xeb\x5a\x70\x81\x0d\x9b\x6b\x1e\x02\x1b\x36\x2f\xb4\x07\x7d\x3b\x44\x56\x9e\x20\x94\x75\x2d\x3f\x48\x63\x5d\xb3\x02\x69\xac\x4b\xd5\x41\x1a\xeb\x5a\x70\x90\xc6\xba\x16\x1c\xa4\xb1\x5e\xf9\x5a\x21\x8d\xf5\x4a\x7b\x90\xc6\xba\x96\xd1\xa5\x0f\x43\xef\x21\xe7\xa4\x75\x48\x63\x7d\x32\x12\x90\xc6\xba\xd6\x03\xa4\xb1\xae\xb1\x86\x20\x9e\x64\xa9\xc8\x96\x8e\x12\x72\x42\x10\xef\x9b\x3e\x5c\xfa\xa0\x91\x87\x6c\xd6\x0f\xff\x41\x28\xeb\x17\xa9\x21\x94\x75\xe1\x38\x08\x65\x5d\xa6\x0a\x42\x59\x92\xa5\x3c\x41\x28\x5b\x65\xaa\xa0\x89\xad\x89\xde\x42\x13\x5b\x3f\xe4\x84\x26\xb6\x7e\xac\x2a\x68\x62\x6b\x9c\x8e\xf0\x0f\x9a\xd8\x8a\x52\xfc\x40\x83\x95\x79\xf8\x40\x7c\xa4\x40\xf9\x07\xe2\xab\xa8\xc1\x0f\xc4\x57\x51\x83\x1f\x88\xaf\x02\x12\x3e\x60\x5d\xad\xbc\x07\x20\xab\x8d\x16\x00\x5d\xb5\xd3\x02\xa0\xab\xc6\x91\x3f\xff\x00\x5d\x15\xe5\xf6\xc1\xc3\x4e\x04\xca\xbf\x70\xc1\xb5\x0a\x80\xf8\x80\x52\x44\xa0\xfc\x03\x4a\x55\xe6\xe8\x03\x4a\x91\x10\x15\x19\xe6\x51\x42\x6a\x38\xda\xb9\xc6\xd3\x3f\xe0\x52\xc5\x00\x7d\xc0\xa5\x1a\x8e\xbc\xc8\x3e\x8f\x92\x5a\xa0\x47\x8f\x3e\xc0\xd1\xce\x85\x9f\xfe\x01\xa5\xb8\xf0\x33\xf2\xd4\xff\xeb\x3f\xad\x25\xfa\x00\x5c\x22\x59\x2a\xb2\xd6\xa3\x44\x0b\xc0\xa5\x88\x4e\xfd\x51\x25\x7f\xd0\xb7\x37\x26\xf3\x83\xa2\xbd\xa1\xea\x3e\x28\xda\x1b\x68\xe2\x0b\x3f\x5e\x6b\xd8\xb4\x0f\x94\xc5\xa5\x9e\xfe\x81\xb2\x5a\x91\x98\x8f\x12\x83\x0b\xca\x6a\x9a\x76\x90\x54\x73\xba\x00\x92\x6a\x2c\xbf\x0f\xb4\xd4\x34\xd1\xa0\xa5\xa6\x89\x06\x2d\xc1\xd3\xe5\x5f\xf8\xe3\x1a\x21\x2e\xff\x0c\x39\xb1\x77\x9f\x21\x27\xca\xf4\x03\x3b\x35\xd0\xc4\x07\x76\x6a\x03\xa9\xc1\x4e\x5c\xd5\xe9\x1f\xd8\x09\x9e\x2e\xff\xc0\x4e\x6d\x22\x19\x64\xee\x0d\x54\xfe\x41\xe6\xde\x96\x6a\xa9\x94\x68\x0f\x5c\xd5\x36\xb2\x38\x7d\xd8\x7a\x92\x3e\x6c\x3d\x89\x9c\x47\x75\x32\x9e\x97\x8f\x00\x5c\xd5\xae\x6a\xa1\x0f\x0f\x39\xc1\x55\x0d\xc3\xf5\x81\x8f\xba\x3e\x82\xf0\xb2\x35\x6e\xbe\xf2\x2f\x42\xa9\xad\x27\x66\x13\xa2\xf7\xfe\xd1\x02\x48\xaa\xa3\x4c\x3f\x90\x14\xf9\x57\xfe\x81\xa4\xb8\xf0\xd3\x3f\x90\x54\xd7\xfc\x81\x96\x3a\x2a\xf2\x03\x2d\xf5\xca\x28\x81\x96\x7a\xa5\x47\x50\xc2\xf7\xc6\x7b\x50\xc2\xf7\xce\xd7\x03\x25\x7c\xef\x48\x06\xae\xea\x43\x4f\x22\xe7\xd0\x7f\xc8\xa9\xa5\xd9\x90\x73\xd2\x77\x70\x55\x5f\x6a\x2f\xc6\xac\x6f\xfd\x87\x9c\x60\xfb\x0f\x5c\xd5\x0f\x7d\x07\x3b\xf5\xc3\x98\x41\x48\x4f\x6e\x96\x7f\x10\xd2\x77\xb0\xfd\x07\xae\xea\x9a\x07\x70\x55\xd7\x22\x06\x57\x71\x51\x68\x5c\xdb\x10\x25\x3d\x89\x9c\x4f\x4f\x86\x9c\x43\xb3\x02\x76\x1a\x9a\x15\x68\xed\x09\xa9\xf9\x07\x40\x1a\x52\x9f\x00\xa4\xa1\x59\x81\xd6\x7e\x48\x99\x86\x23\xaf\x0d\x36\xc5\x1f\x00\x69\x18\xed\x01\x89\x86\x94\x29\x90\x08\xa2\x2e\xff\x80\x44\x43\x6b\x0c\x48\x34\x30\x6a\x1f\x90\x68\x34\x64\x01\x12\x0d\x70\xe3\x37\x91\x05\x50\xf2\x01\x89\x08\xa9\xf9\x07\x24\x1a\xec\xc6\xbe\x70\xcf\x35\x92\xb3\xfc\x9b\x48\xa6\x19\x03\x2e\x8d\xa9\x27\xe3\x3b\x1b\x4b\x75\x6e\x4a\xd4\x09\x78\x1a\x5b\x25\x24\x03\x0e\x7e\x80\xa7\xa1\x95\xb3\x68\x0f\x58\xf7\x01\xa5\x86\x56\x07\x7c\xf8\x53\x4a\x11\x3e\xfc\xa9\x79\x00\x58\xcd\x4f\x4f\x3e\x4a\xd4\x09\xb0\x9a\x5a\x1d\x00\xab\x09\xd4\xf8\x00\x56\x53\x73\x04\xb0\x9a\x5a\x2b\x00\xab\xc9\x8e\xeb\x03\x58\x4d\xe9\x48\x80\xd5\xb4\xbf\xdc\x97\xec\x1f\x98\x8b\x60\x98\x7f\x60\xae\x09\xa6\xfc\xc0\x5c\x53\xea\x13\xcc\x35\xb5\x18\xc1\x5c\x04\xbc\xfc\x03\x73\xc1\xa9\xe5\xdf\xa6\xeb\x4d\xdd\xa3\xeb\x9a\x4c\x10\xd8\x04\x61\x7e\xa0\xac\x29\x15\x09\xca\x9a\x9a\x5a\x50\xd6\x94\xc2\x04\x65\x4d\x90\xcd\x07\xca\x9a\xb2\x9a\xd0\xf6\x93\x71\xe5\x1f\xb4\xfd\x53\x56\x13\x04\x36\xa5\x3e\x41\x60\x73\xd1\x02\x28\x6b\x6a\x11\x83\xb2\xb8\xe9\xce\x3f\x50\xd6\x04\xe9\x7f\xa0\xac\x79\xa9\xf3\x32\xd4\x5a\x8c\xd0\xf6\x4f\x7d\x04\x20\x30\xb2\xb1\xfc\x03\x81\xad\xa4\xf7\x06\x25\x3d\x39\x29\x31\x12\x20\xb0\xa5\xcf\x05\x04\x06\x1d\x56\xdc\x62\xf2\x53\xfa\x24\xcb\xa5\xa4\x5a\xe2\x53\x22\x6f\xcb\x3f\x10\xd8\xca\x2c\x3f\x10\xd8\xd2\x07\x02\x02\x5b\x45\x4f\x46\x1f\x96\xe6\x1d\x04\xb6\x8c\x3a\xa1\xf4\xe7\x1e\x33\xff\xa0\xf4\x5f\x5a\xd2\x20\x30\x42\x6a\xfe\x81\xc0\x96\x10\xd1\x43\x32\x29\xe1\x87\x64\x6c\xbb\x33\xe8\x8c\xeb\x5b\xe3\x26\x96\x9f\x12\xf8\x28\x27\xa4\xe6\x2b\xc8\x20\xb7\xc5\x26\x3c\x43\xf0\xbf\xf8\x0a\x32\x04\xff\x6b\xa9\x16\xc6\x33\xfc\x8d\x9e\xc1\x71\xeb\xa8\x16\xc6\x93\x3d\x41\x06\xc7\xad\x23\x59\x90\x1a\xf3\x97\x71\xcf\x2d\xe6\x36\xe3\x9e\x5b\xa8\xdd\x8c\x7b\x8e\x70\x9b\x67\xdc\x73\x0b\xb5\x9b\x41\x83\xeb\x21\x0b\xee\xb9\x9d\x90\x13\xf7\xdc\x66\x63\x9f\x41\x8a\x1b\x44\x9b\x41\x8a\x1b\x95\x9c\x71\xb3\x91\xef\xe5\x19\x37\xdb\x66\xc5\x65\x70\xe3\x76\xfa\x07\x36\xdc\xcc\x43\x06\x1b\x6e\x00\x4b\x06\x1b\x6e\x54\x6b\xc6\xcd\x46\x48\xcd\x33\x6e\xb6\xdd\xa8\x13\x37\xdb\x66\x6d\xe6\x8c\x2c\x6c\xd0\x73\x84\x75\xdb\xd6\x8c\x81\x30\xf7\xd4\x7b\x83\x92\x64\x99\x94\x18\x33\x10\xe6\x46\xed\x66\x9c\x6e\xfb\x20\x19\x28\x72\x63\xfe\x72\xa1\x3d\x56\x55\xc6\xb1\xc6\x45\xb6\x9e\x81\x83\x1b\x37\x62\x06\xe4\xed\xa7\x3a\x1f\x25\x66\x05\x90\x77\xd8\xd3\x65\x5c\x69\x90\x71\x79\xc6\x95\x46\xfa\x97\x67\x00\xe0\x61\x87\x97\x71\x97\x1d\x3c\xbd\x19\x00\x78\x8c\xbe\x03\x00\x8f\x31\x66\x00\xc0\x63\x8c\x04\x00\x90\x2b\x6f\x3d\xe3\x3c\x3b\xce\x93\x80\xbc\xc3\xde\x3a\x03\xf2\x8e\x46\x1e\x90\x07\xc1\x97\x67\x40\xde\xf9\x1b\x43\xb5\x67\xf0\xdf\x69\x74\x16\xfc\x77\xba\x1a\xa0\x0b\x78\x7a\x33\xf8\xef\x0c\x3a\x04\xfe\x83\x09\xcc\x33\x88\x8f\xfb\x76\x3d\x83\xf8\xc8\x13\xf3\x0c\xe2\x23\x4f\xcc\x33\x88\x8f\x3c\x31\xcf\x20\x3e\x6e\xdf\xf5\x8c\xb7\x0c\x26\x30\xcf\x78\xcb\x8e\x26\x13\x34\x78\x50\x98\x19\x34\x78\xb4\x8c\x40\x83\x84\xdb\x3c\x83\x06\x0f\xdb\x8c\x0c\x1a\xbc\x9a\x3e\x10\xdf\xd5\xe2\x88\x3b\x35\x1a\x19\x5e\x9e\x41\x7c\x04\xd8\x3c\x83\xea\x60\xfb\xf2\x0c\xaa\xbb\xd8\xbb\x0c\xaa\xbb\x45\xb5\xc4\x84\x5d\xd4\x59\xc6\x5b\x76\xb5\xc4\x40\x67\x17\x4c\x92\xf1\x7a\x5d\x7c\x59\x19\xaf\x17\x19\x5e\x9e\x41\x67\x57\x8b\x03\x04\x06\xf7\x97\x67\x10\xd8\xd5\x52\x01\x81\x5d\x10\x4a\xc6\xb3\x45\x26\x93\x67\x30\xd7\x33\x95\x32\x25\xe4\x04\x57\x3d\x3c\xa1\x39\x02\xa4\x8d\x4c\x26\xcf\xb8\xa8\xc8\x64\xf2\x3c\xa8\x53\x9f\x59\x84\x3d\x1b\x81\x24\xcf\x20\xb0\x57\xf5\x5e\xcc\x2d\xc1\x22\xcf\xe0\x2a\x82\x45\x9e\x41\x4b\x0f\xb4\x94\x41\x4b\x84\x80\x3c\x83\x96\x9e\xbe\x10\xd0\x12\x19\x50\x9e\x41\x4b\x04\x7d\x3c\x4f\xda\x5b\xfa\x8f\xf6\x8e\xfe\x7b\x94\xa8\x05\xec\xf4\xf4\x4d\xc4\x21\xb8\xf6\xd8\x88\xe6\x08\x6d\x36\x82\x3e\x9e\x17\x23\x21\x45\x0b\xca\x7a\x52\xad\x81\xb2\x7a\xc2\x5d\x96\xe1\x08\x4c\x9f\x4a\x8f\x12\x2d\xc0\x11\x48\x62\x93\x67\x38\x02\x13\x28\x2b\xc3\x11\x98\x32\xbd\x85\x23\x50\xe1\xa1\x0c\x21\x70\x62\xef\x99\x21\x04\x4e\x19\x39\x21\x04\x56\xe8\x28\xc3\x26\x98\xf4\x65\xc1\x26\x98\xa4\xae\x61\x13\x4c\x38\x19\x32\x6c\x82\xa9\xaa\xbd\xe0\xc9\x4b\x4d\x25\xfa\xc0\x1e\x24\x6f\xfa\xa0\x55\x7c\xe8\xc3\xe0\x3b\x3b\xf4\x41\x8a\x16\x4e\xc2\xa4\x39\x82\x93\x30\x4d\x66\x13\x4e\x42\x52\x99\x3c\xc3\x49\x48\x82\x92\x67\x38\x09\x15\xbd\xc9\xf0\x0e\x26\x19\x4a\x68\x85\x15\xcb\xc9\xd0\x0a\x27\x76\x24\x19\x4e\x42\x45\x76\x32\x9c\x84\x49\xe6\x0f\x4e\xc2\xa4\x39\x82\x93\xf0\x93\xc1\x83\x77\xf0\x03\xc3\x66\x78\x07\xb9\x13\xcf\x33\xbc\x83\x9f\xc6\x13\xde\xc1\xaf\x20\x19\x74\xc4\x9f\x54\x72\x40\xa9\xae\x38\x4f\x86\x93\xf0\x33\x3d\x19\x72\x7e\x55\xb5\x6c\x4a\x6a\xef\x50\x62\x5c\xe0\x1d\xfc\x88\x1a\x64\xd8\x04\x3f\xe9\x4f\xd8\x04\x83\x38\xeb\xcf\x2a\x19\xa2\x41\xae\xb6\xf3\x0c\xd1\xe0\x27\xd5\x0a\xd1\xe0\x27\xf5\x09\x53\xf1\xb7\xd4\x1c\x82\x69\xe0\x21\x21\x54\x08\x28\xc3\x46\xfc\xb1\x4d\xcc\xb0\x11\x2b\x04\x54\x20\x28\xfc\xd8\x26\x16\x08\x0a\x3f\xd0\x4b\x81\xa0\x50\x01\xa1\x02\x41\xa1\x02\x42\x05\x82\xc2\x0f\xb5\x5b\xc2\xeb\xd5\xf3\xa7\x27\x07\x25\xfd\x37\x29\x75\x4a\x31\x9c\x0a\xde\x14\xb8\x89\x73\xd1\x7f\x87\x92\x5a\x0f\xa9\xb3\xa9\x14\x52\x67\x2c\x63\x81\xd8\x30\xa3\xc0\x0a\xc4\x86\x0a\xec\x14\xd8\x0b\x33\xe8\xa5\xc0\x5e\x48\xf6\x90\x17\x18\x0a\x15\xd8\x29\x70\x13\x73\x0b\x9e\x17\xb8\x89\xc9\x17\xf2\xf2\xd1\x87\xae\x3a\xe9\x03\x1e\xe9\xf2\xd1\x87\xa1\x5a\xe8\x03\x8b\xaa\xc0\x7a\x98\x99\xa3\x02\xeb\x61\x06\x45\x96\x4c\xeb\x71\x86\x38\x2e\xb5\xfb\x29\xe1\xdf\x2c\x30\x22\x66\x16\x47\xc9\xb4\xae\x91\xcf\xb4\x7e\xf5\x24\xad\xe3\x75\x2e\x70\x13\x67\x22\x03\x25\xfc\x63\xbd\x80\xfb\x0b\xac\xc2\xa4\xfa\x78\x81\xe7\xb0\xb0\xb5\x2e\xf0\x1c\x2a\x78\x53\xe0\x39\x2c\x18\xae\x02\xcf\x61\xa9\xfa\x2f\xc6\xb3\x00\x12\x4a\xe0\x9c\x5e\x50\xf3\xc5\x68\x8f\xf0\x65\x81\xcb\x90\x9b\xee\xbc\xc0\x2a\x5c\xc0\x6a\x05\x56\x61\xee\x98\xf6\x02\x8f\x70\xd9\xd4\x02\x8f\x30\xd4\x55\x5e\xe0\x11\x2e\x60\xed\x02\x8f\x70\x39\xd4\x12\xc0\xa3\x17\x7d\x75\x4e\x7b\x4f\x75\x46\x7b\xdc\x58\xe7\x25\x60\x48\x87\x90\xca\x4b\xc0\x90\x6e\x98\xf0\x12\x30\xa4\x9b\x46\x22\x60\x48\xe7\x1e\xba\xb8\x24\x30\x4a\xf4\x36\x02\x7a\xdd\xf4\xd5\x05\x44\xe9\xa6\xef\x0c\x92\x61\x52\x68\xbc\x04\xd4\xe8\xa4\xd0\xc4\xe5\x82\x51\xe2\xcb\x82\x72\xd8\x34\x66\x50\x0e\x2b\xf2\x51\xa0\x1c\xb6\xa1\x16\x90\x13\x27\x51\xa9\xc8\xa9\x11\x6c\xc8\x89\x12\x2e\x0d\x39\x31\x9b\xa5\x21\x27\xba\xa0\x40\x4e\x6c\x4b\x4f\x22\xe7\xa6\x85\x80\x2f\xdd\xd0\x13\x05\x72\x62\x45\x37\x0a\xe4\xc4\x86\x81\x2d\x0d\x39\xaf\x6a\x41\xce\xab\xf6\x90\xf3\xa9\x4e\xe4\x04\x33\x17\x88\x8b\xb9\x5d\x2e\xae\x4b\xfc\xaf\xff\x74\x67\xb7\x52\x20\x2e\x76\x76\xa9\x25\x1c\x56\xdd\xd9\x7b\x96\x70\x58\x75\x2e\xd7\xf7\x02\xa9\x31\xb7\xcb\x79\x81\xd4\xd8\xb3\xde\x6b\x94\xd4\x5e\x7c\x13\x5e\xd4\x42\xcc\x83\x6b\x36\x21\x27\x76\x8e\x40\x14\xc8\x89\x1d\x43\x59\x20\x27\x8e\x38\xc8\x1f\x55\x72\x81\xb7\x58\x41\x91\x02\x6f\xb1\x83\x7a\x0a\xbc\xc5\xae\xc5\x01\x6f\xb1\x37\x35\x87\x98\xb8\x23\x0a\xbc\xc5\xde\x25\xd8\xa2\xc4\x27\x18\x28\xab\xfb\xe0\x73\x81\xd3\xd8\xd9\xa4\x16\x38\x8d\x5d\x8b\x6a\xd2\x05\xec\x72\x99\x74\x01\xaf\x6c\x99\xc8\x49\xe0\xaa\x4c\xe4\x04\x09\x97\x89\x9c\x9a\x94\xf0\x73\xf5\xaa\x49\x09\x3f\x57\xe7\x06\x39\x2f\x81\xdc\xba\x82\x22\x25\x90\x5b\xaf\x52\xde\x81\xdc\x7a\xd5\xa4\x04\x72\xeb\x15\xcc\x5c\x02\xb9\x75\x85\x48\x4a\xa0\xb3\x5e\x71\x0f\x94\xf0\x7a\xf5\xaa\x05\x17\x5e\xaf\x5e\xb1\xbd\x25\x90\x5b\x87\xcd\xcc\x4b\x20\xb7\x5e\x71\x08\x94\x85\x9c\x55\xb5\x20\x67\xd3\x7b\xc8\xa9\x79\x58\xc8\x42\x50\xa4\x2c\x64\x01\x33\x17\x98\x9f\x2b\x11\xdf\x02\xaa\xab\x5a\x54\xa0\x3a\x98\xce\xbc\x80\xd5\x14\x14\x29\x60\xb5\x4a\xe0\xaa\x80\xc7\xe0\x36\xf3\x02\x1e\x23\xbd\xc6\x0b\x78\xac\x4a\x41\x83\xc7\xaa\x14\x34\x78\x4c\x41\x91\x02\x1e\x53\xe0\xa3\x80\xc7\x9a\x96\x03\x28\x0b\xa6\x33\x2f\xa0\xac\x46\xb0\xb6\x80\xb2\x5a\xd6\x7f\x95\x12\x3d\x02\x49\x35\x76\x01\x05\x96\x66\x6e\x82\xf3\x02\x4b\x73\x63\x0b\x59\x40\x4b\x24\xdb\x78\x01\x11\x91\x42\x13\x37\x84\xfe\x94\x64\xfe\x40\x44\x4d\xdf\x27\x88\xa8\xc9\xc4\xc1\xd2\xcc\xdd\x6f\x5e\x60\x69\x6e\x53\xef\x21\x0b\x28\xb2\x80\x96\x9a\x54\x16\x68\xa9\x69\x74\x41\x4b\x4d\x06\x01\x96\x66\x45\x1b\x0a\x2c\xcd\x4d\x23\xff\xe8\x83\xbe\x72\x70\x55\x23\x4c\x5e\x00\x48\x4d\x23\x0f\x40\x6a\x4f\x4f\x86\x9c\x24\xdb\x78\x89\x60\x5f\x57\x9c\xa0\x44\xb0\xaf\x77\x29\x1b\xc0\x53\xd7\xe8\x02\x9e\x7a\x51\x0b\x97\x12\x23\x08\x78\x22\xf5\xc6\x0d\xf0\xd4\x31\x16\x06\x78\xea\x84\x60\x0d\xf0\x04\x15\x98\x1b\xe0\x49\x31\x04\x03\x3c\x71\x6b\x9b\x1b\xec\xce\x24\xd4\xb8\xc5\x71\xb2\xce\x3d\x6d\x6e\x71\x9c\xac\x77\x5c\x23\x06\xcc\xea\x53\xed\xd1\x3f\x46\xc9\x80\x59\x1d\x70\x61\xc0\x2c\x52\x6f\xdc\x80\x59\x7d\xab\x4e\xfa\x77\x54\x27\xfd\xc3\xc0\x1a\x30\xab\xa3\xe6\x0d\x98\xd5\x51\xf3\x06\xcc\xea\x68\x14\x03\x66\x75\x50\xb9\x01\xb3\x48\xc4\x71\x83\x24\x7a\xe0\x70\x34\x48\xa2\x15\x27\x30\x20\x18\xa9\x37\x6e\x40\xb0\xc1\x3c\x18\x10\x6c\x7c\x7f\xc9\xde\x73\x03\x9d\x29\xa0\x60\xa0\xb3\x91\x19\xc0\xf0\x65\xf5\x51\xd4\x78\x74\x6f\x80\x22\x2d\x62\xa0\x7d\xb0\x8d\xb2\xf0\x73\xf5\xc1\xa6\xd8\xc2\xcf\xd5\x15\x5e\xb0\xf0\x73\x75\xee\x70\x73\xcb\x74\x4f\x93\x09\xc6\x83\x34\xc5\x0d\x8c\x37\xaa\xde\xa3\x7b\xa0\x02\x03\xe3\x0d\x14\x98\x81\xf1\x06\xe8\xd3\x60\xbd\x1e\x53\xb5\x20\xe7\x54\x2d\xc8\x89\xd7\xd9\x60\xc4\xe6\xee\x37\xb7\x82\x2c\x4b\x25\x64\x01\x2d\x19\xac\xd7\x03\x34\x6f\x85\x71\xc1\xeb\x65\xb0\x5e\x0f\x36\xbe\x06\x1a\x9c\x04\xd8\x0c\x34\x38\xd9\x54\x19\xa8\x4e\x61\x02\x83\xd9\x7a\xa2\xbc\x0d\x66\xeb\x49\x10\xd4\x60\xb6\x9e\xa8\x72\x83\xd9\x7a\x62\x7b\x0d\x34\x38\x71\x40\x18\xcc\xd6\xd3\xf5\x24\xad\x63\x89\x0d\x34\x38\x09\xc9\x18\x68\x90\x44\x15\x37\xd0\xe0\x04\x3b\x19\x68\x90\x1b\xd6\xdc\x1c\xc9\x30\xa9\xe6\x48\x36\x54\x27\x92\xb1\xb9\x35\x70\xe3\xd4\x32\x02\x37\x72\xa7\x9a\x9b\x23\x19\x8a\xdd\xc0\x86\xf3\xd2\x02\xd8\x70\x12\xa2\xb4\x4a\xeb\x0f\x39\xc3\x29\xd5\x97\x46\x10\x34\x28\xaf\xba\x85\x53\xaa\x2f\x7d\xe4\xe1\x94\xea\xeb\xd3\x7f\xd1\x3a\xec\x35\x6e\x20\xc5\x05\xb2\x31\x90\xe2\x2a\xaa\x73\x53\xd2\x7b\x87\x12\x23\x0f\x52\x24\x51\xc5\x0d\xa4\xb8\x34\xf2\x20\x45\xee\x3f\x73\x8b\xf0\x65\x5f\xfa\xca\x23\x7c\xd9\x17\x06\xc1\x40\x83\x0b\x68\x63\x0d\x39\x31\xb0\xd6\x90\x53\xf3\x00\x52\x5c\x98\x07\x03\x29\xae\xae\x5a\x90\xb3\xab\x3d\xe4\xc4\xff\x6e\x20\x45\xf9\xd8\x0d\xa4\xb8\x30\x1d\x06\x52\xe4\x3e\x32\x37\x90\x22\x44\x64\x6e\x20\xc5\x2d\x65\x0a\x52\x94\xef\xda\x40\x8a\x5b\x3d\x02\x29\x6e\xdc\x6c\x06\x52\xdc\x5a\x8d\x20\xc5\x4d\x40\xdd\x40\x8a\x1b\x8c\x6e\x20\xc5\xdd\xf4\x64\xf4\x6f\xab\x7f\xe1\x58\xeb\xf2\x4f\x5b\x84\x36\x3b\x29\x1f\x71\xbd\x73\x94\x18\x17\x10\xe6\xe6\x20\xa6\x01\x15\x37\xce\x10\x03\x2a\x6e\x76\xda\x06\x54\xdc\x38\xac\x0c\xa8\xb8\x89\x0c\x18\x50\x51\xfe\x69\x03\x2a\x6e\x20\x83\x01\x15\xb7\xd6\x2d\x50\xf1\x24\xd5\x12\xb2\x90\xf2\x11\x97\x4b\x47\x89\xff\x80\x8a\x64\x5d\xb8\x01\x07\x0f\x0e\x47\x03\x0e\x1e\x1c\x8e\x06\x1c\x3c\x9a\x31\xe0\xe0\x61\xaf\x6b\xc0\xc1\xf3\xa3\xa5\xfe\xac\x92\x41\x8a\xf2\xfb\x1a\x48\xf1\x68\x58\x40\x8a\x90\x24\xb9\x81\x14\x0f\xc7\x7c\x0c\x6c\x78\x0e\xc3\xb9\x10\x4c\x16\x07\xfc\x77\xb4\xe0\xc0\x7f\x50\xd9\xb8\xc5\x71\xb2\x7e\xd5\x75\xf0\x1f\xe9\x12\x6e\xe0\x3f\x68\x6e\xdc\xc0\x7f\xb7\xe8\xc9\x4b\x49\xb5\x3c\x4a\xa8\x09\xbc\x7a\x17\x07\x84\xe1\xd5\x23\x95\xc2\x0d\xaf\xde\xd5\xa2\x02\x29\x5e\xa3\x05\x90\xe2\xc5\x1f\x67\x78\xf5\xae\x4c\x07\x48\x11\xd2\x1b\x37\x90\xe2\x6d\x8c\x12\x48\xf1\x76\xbd\x47\x1f\xb4\xa8\x36\x7d\x00\xd1\x1a\xde\x39\x08\x71\xdc\xf0\xce\x5d\x2d\x23\x70\xe3\xc5\xbb\x6a\xe0\xc6\x3b\xf5\x24\xb2\x2c\xfd\x57\x29\xf1\x29\x1d\xc6\x73\xa9\x16\xe4\xd4\xa7\x8b\xe7\x0e\x0a\x1c\x37\x3c\x77\xf0\xc1\xb9\xe1\x9d\xbb\x9a\x15\xf0\xe6\xc3\xa3\x69\xe0\x4d\x92\x20\xdc\xc0\x9b\x24\x41\xb8\xe1\x9d\x7b\x1a\x4f\xbc\x73\xd0\xdc\xb8\x81\x45\x9f\x14\x18\x58\xf4\xc9\x4c\x83\x45\xb9\x85\xcb\x0d\xbc\xf9\x64\x8a\xc1\x9b\x4f\x86\x04\x4c\xf9\xb4\x34\xc1\x94\x4f\x4a\x1f\x4c\xf9\x88\x44\x18\x98\x12\x6e\x19\x37\x9c\x6e\x4f\xf8\x08\x4c\xf9\xd8\x14\x1b\x98\x92\x0b\xb4\xdc\xc0\x94\xef\xaa\xce\x4d\x89\xbe\x83\x1b\xe5\x75\x36\x70\xa3\xd2\x09\x0c\xdc\xc8\x05\x5a\xee\xe0\x46\xa5\x13\x38\xb8\xf1\x31\x9e\x0e\x6e\x7c\x1c\x58\x73\x88\x53\x95\x6a\xe0\x10\xa7\xa6\xa4\x27\x9d\xd2\xa5\x54\xa3\x84\xd3\xcd\x03\x37\x0e\x48\xc3\xdc\x03\x37\x8e\x54\xf4\xdf\x88\x12\x8a\xd6\xa1\x5f\x4d\xa6\xf6\x82\xb3\x4f\x7e\x66\x87\x7e\x35\xb9\xa4\x3e\x94\x16\xa5\xe0\xf3\x4b\x55\x2d\x3c\x4a\x3c\x09\xfd\x6a\x42\xed\x7a\xe0\xc6\x91\x50\x3d\x1e\xb8\x71\x28\xbb\xc0\xe1\x61\x4f\xac\x00\x87\x6b\x3d\xa1\x7a\x1c\x3e\xf5\x34\x55\x42\x4e\xbe\x5d\x87\x70\x35\xa1\x43\x1c\x52\x55\xae\xb0\x72\x87\xed\x5c\xbe\x64\x87\xb5\x9c\x0b\xa6\xdc\x21\x40\xfd\x34\x2e\x10\xa0\x7e\xac\x77\x87\x99\xfc\xc3\xe3\xee\x70\x8a\x7f\xac\x5b\x87\xf2\x54\xbe\x5d\x87\xf2\xf4\x53\x8f\x0a\x2d\x70\xbe\xc4\xe3\x3c\xd9\xe0\x32\x28\x77\xe8\x50\x3f\xf5\x08\x3a\x54\x39\x77\x1d\x3a\xd4\x8f\xef\xd3\xa1\x43\xfd\xc0\xf6\x0e\x1d\xaa\xce\xf7\x3b\x74\xa8\x1f\x87\x57\x1d\x3a\xd4\x6f\xff\xe5\x0a\x7b\x77\xe8\x50\x3f\xce\x5a\x3a\x74\xa8\xd0\x96\xb8\x43\x87\x0a\x6d\x89\x3b\x74\xa8\x9f\x3e\x3a\xe8\x50\x75\x84\xdf\xa1\x3c\xcd\xa0\x17\x87\xf2\x54\xc7\xf4\x1d\xca\xd3\x0c\x7a\x71\x28\x4f\x33\x47\x79\x1c\xca\x53\xee\x89\x8a\x8b\xfa\x7f\x4a\xa6\xff\x3a\x25\x86\x13\x5a\x53\x1d\xda\x77\x68\x46\x33\x68\xd0\xa1\x19\xcd\xfa\x5c\x2a\x75\x76\x3d\x19\x0b\x20\xb3\xb1\x77\x88\x45\x33\xdb\x4b\x87\x58\x34\xa3\xce\x1c\x62\x51\x2e\x59\x72\x87\x58\x94\x4b\x96\xdc\x21\x16\xcd\x84\x1a\x3d\x70\xd5\xc8\x98\x23\x0f\x5c\x35\x74\xdc\xde\x21\x1d\x85\xb7\xc4\x1d\xf2\xd0\x82\x13\xc5\x21\x0f\x2d\x18\x27\x87\x3c\xb4\x10\x79\xf7\xc0\x55\xa3\x7c\xaa\x65\x50\x62\x1e\x20\x5e\x2f\xa0\x41\x87\x66\x14\xbe\x13\x77\x68\x46\xe5\xbf\x75\x68\x46\x0b\xc1\x22\x87\x66\xb4\x68\x11\x43\x33\x5a\x40\xd7\x0e\xcd\x28\x57\x35\xb9\x43\xca\x5e\x88\x0d\x7b\x47\x16\xbc\x8f\x0e\x95\x68\x19\x7a\x12\x59\xd8\x88\x3a\xe4\xa1\x85\x38\xbc\x43\x1e\x2a\xff\xad\x43\xf4\x59\x34\x4a\x10\x7d\xea\xac\xba\x43\xe6\x0e\xe3\x88\x3b\x64\xee\x30\x8e\xb8\x43\xf4\x29\x8f\xad\x43\xf4\x69\x84\x67\x1d\xc2\x4e\xd3\xb8\x40\xd8\x69\xea\x3b\x84\x9d\x26\x05\x06\x61\xa7\x15\xfd\x17\xb2\xe8\xac\xba\xc3\xbc\x2e\xff\xad\xc3\xbc\xae\x93\xeb\x0e\xf3\xba\x61\xa6\x1d\xe6\x75\xae\x47\x72\x87\x79\xdd\xd8\xd3\x39\x9c\xe9\xc6\x29\x23\x87\x33\x5d\xde\x5c\x87\x33\xdd\xf4\x7d\xc2\x99\x6e\xfa\x3e\xe1\x4c\xd7\x89\x69\x87\x33\xdd\x35\xd6\x70\xa6\x7b\xd7\x93\xd1\xba\x83\x8b\x1d\x7e\x73\x27\xec\xe9\xf0\x9b\x3b\x27\x89\x3c\x20\xc3\xd0\x89\x69\x0f\xc8\x30\x9c\x93\x44\x0e\xf7\xb9\x13\xe7\x71\xb8\xcf\x75\x62\xda\xe1\x3e\x77\xf6\x82\x1e\x00\x62\xe8\xfc\xb4\x07\x80\x18\x50\x4f\xb8\x07\x80\x18\xae\xaf\x3c\x00\xc4\xa8\x84\xd4\x1c\x96\xf4\x8a\x41\xf7\x80\x05\x43\x6e\x3d\x0f\x58\x30\x2a\x38\xdc\x61\x50\xd7\x59\x67\x87\x41\xbd\x62\x98\x3d\x20\xc3\xa8\x32\x08\x11\xd0\x1b\x55\xaa\x35\x02\x7a\xa3\x4a\xb5\xc2\xb5\x5e\xa5\x4c\xe1\x5a\xaf\x1a\x6b\xb8\xd6\x21\x7f\x70\x87\x6b\xbd\xb2\xdf\x73\xb8\xd6\xab\xbe\x64\xb8\xd6\x75\xf2\xd9\xe1\x5a\xaf\x53\x75\xc6\xdc\x56\x22\x34\x0e\x9f\xba\x4e\x3e\xfb\x45\x4e\x29\xda\x8b\x9c\x1a\xc1\x87\x2c\x32\xda\xe1\x4e\x1a\x0d\xf8\xe9\xe1\x4e\x1a\x41\xe9\xfa\x67\x95\x0c\xd5\x7a\x93\xc2\x84\x6a\xbd\xe9\x23\x87\x6a\xbd\x11\x0c\x73\xa8\xd6\x1b\x88\xa8\x42\xb5\xde\x58\xee\x15\xaa\x75\xf9\xf8\x2a\x54\xeb\x3a\x7b\x5c\x41\x0c\x8d\x8f\xbc\x62\xf9\xb9\x6c\xc7\x2b\x96\x5f\xfe\xbf\x8a\xe5\x6f\x55\x2d\xd0\x05\x2c\x78\xc5\xf2\xc3\x0b\xe1\x15\xcb\xdf\x9a\xea\x44\x4e\x26\xa5\x62\xc1\xe5\x1b\xac\x50\xad\xcb\x1b\x58\xc3\xf3\x33\xe4\x0d\xac\x58\xf7\x36\xf5\x1e\xb2\xa0\xae\x2b\xc4\xeb\x5c\xb6\xe3\x15\xe2\xf5\xc6\x27\x5f\xb1\xf5\x0d\xbf\x76\x85\x5c\xbd\xb1\xa9\xaa\x99\x3e\x70\x4a\xb2\x62\xeb\x1b\x53\x54\x21\x49\x6f\x78\xa8\x2a\x96\xbf\x83\x8f\x2a\x96\xbf\x7f\xfa\x2f\x46\x50\xfe\xbf\x0a\xf5\x39\x1c\x0e\x5e\xa1\x3e\xef\x38\x97\x6a\x38\x58\x06\x97\xf4\x78\x05\x23\xc8\x53\x58\xc1\x08\x9d\xcd\x7b\x05\x23\x74\x36\xef\x15\x8c\xd0\x49\xdd\xa8\x60\x84\x6e\x7a\xef\x51\xa2\x05\x6c\x7d\xd7\xfc\x61\xeb\xe1\x7e\xf0\x8a\x41\xef\xec\x2c\xaa\x21\xa7\xe6\x0f\xf3\xde\xf1\xb5\x56\xcc\x7b\x07\x3f\x54\xcc\x7b\x5f\x7a\xf2\x50\x62\x94\x60\x3b\xef\x4b\x75\x22\x0b\xce\xa5\x8a\xe9\xef\xec\xdb\x2a\xa6\xbf\x63\x52\x2b\xa6\xbf\xe3\x36\xa9\x98\xfe\x4e\x06\x62\xc5\xbc\xcb\x6f\x58\x31\xef\xfd\xe9\xbf\x90\x73\x7c\xaa\xf3\x50\x42\x16\xd8\xc7\x47\x56\xe9\xa3\x84\x64\xc0\x82\xa1\x91\xc7\xf4\x0f\xc2\xc8\x15\xf6\xf1\x81\x8f\xb6\x02\x04\x86\x46\x17\x20\x30\x40\x75\x15\x20\x30\x70\x24\x54\x80\xc0\xd0\x58\x03\x04\xe4\xf2\xab\x00\x01\xb9\xfc\x2a\x0c\xe3\x03\x75\x5d\x61\x18\xe7\x7a\x1d\xaf\x30\x8c\x0f\xf6\x5f\x15\x86\xf1\xa1\x15\x00\x48\x80\xc4\x21\xe8\x6e\xa2\x44\xff\x00\x09\x3a\x27\x5c\x01\x09\x43\x73\x04\x48\xd0\x39\xe1\x0a\x10\x18\x5b\xed\x21\x27\x1e\xdb\x8a\xb1\xd7\xa9\xe1\xda\x91\x13\x53\x5c\x3b\x72\x5e\x3d\x89\x9c\x1c\x38\xac\xf0\x8d\x8f\xab\xf7\x90\xf3\xe9\x49\x64\x21\x5a\x54\xe3\x9c\xf7\xe0\xd6\x1c\xaf\xc0\x02\x68\x1b\x82\x6c\xe7\xa7\x84\xa3\xab\xc2\x29\x3e\xb5\xc6\x22\xdc\x36\x74\x12\xb9\x46\xb8\x6d\x70\xa3\x8e\x57\xf8\xc6\xa1\x6d\xf0\x0a\xdf\x38\xb4\x0d\x5e\xe1\x1b\x9f\x45\xef\x55\x4a\xc8\x09\xdf\xf8\x04\x38\x56\x60\xc8\xc4\xd8\x57\x60\x88\x8e\x14\x57\xf8\xc6\xe3\x48\xf1\x1f\x55\x72\x85\x8a\x7c\x62\xb7\x2a\x08\x85\xcb\x76\xbc\x82\x50\xa6\x26\x0c\x2a\xf2\xa9\x09\x83\x8a\x5c\xe7\x7d\x2b\x54\xe4\x53\xcb\x08\xf4\x32\xb5\x54\x40\x2f\x53\xd3\x07\x7a\x99\x60\xd1\x0a\x42\x81\xf3\xd7\x2b\x08\x65\x5e\xfd\x47\x17\x08\x6e\x54\x10\x8a\x4e\x06\xd7\x85\x9c\xc4\xfd\xeb\x42\x4e\xd0\x7c\x5d\xc8\x89\xd7\xb2\x2e\xe4\x04\xb5\xd6\x85\x9c\x6c\x4b\x2b\xc8\x46\x67\x88\x2b\xc8\x66\x25\x3d\x79\x29\xe9\xbf\x68\x7d\x71\xc2\xa3\x86\xa3\x64\xe8\x9c\x70\x0d\x47\xc9\x58\x9a\xf6\x70\x86\x8c\xc5\x0e\xa1\x86\x53\x63\x2c\xa9\xc8\x70\x6a\x8c\x05\x72\xab\x71\x7a\x7b\xe8\x2c\x70\x05\xcb\x2c\xa9\x41\xf0\xca\x02\xd1\x56\xf0\xca\xd2\x1c\x81\x57\x96\x14\x1f\x78\x65\x81\x1f\x6a\x38\x3c\x06\x57\xef\x78\x0d\x87\xc7\x90\xd7\xb2\x86\xc3\x63\xac\xa1\xff\x26\x25\x96\x26\x08\x65\x69\xa6\x41\x28\x4b\xca\x14\x84\xb2\x34\xd3\x20\x94\x25\x53\x05\x42\x59\x9a\x69\x10\xca\x22\xec\x52\x41\x28\x3a\x35\x5c\x41\x28\x3a\x27\x5c\x41\x28\x4b\x0b\x15\x84\xa2\xf3\xbe\x15\x84\xb2\x39\xc5\x51\x23\xf8\x36\x76\x52\x9d\x83\x12\xdf\x19\xe8\x65\x73\x22\xb5\x86\x33\x64\x70\xbd\x8e\xd7\x70\x7f\x8c\xcd\x6e\xac\x86\xfb\x63\x6c\x2d\xb1\x38\xaf\x3d\xb6\x16\x55\x84\xd4\x06\x57\xe8\x04\x9f\xd5\x4f\x49\x20\xe1\xd1\x3a\x67\x41\xea\xa3\x75\x7c\x8a\x15\x0c\x24\x0f\x6a\x05\x03\x6d\x5c\x5b\x15\xa0\xb3\xf5\xb5\x02\x74\x74\x8e\xb6\x01\x66\x0e\xfd\x6b\x80\x99\x43\x8f\x1a\x60\x86\x2b\x6d\xbc\x01\x66\x74\xc6\xb6\xe1\xe2\xe0\x4a\x9b\x60\xd3\xfa\x29\x65\xd5\xd9\x29\xe9\xc9\x90\xe5\xb0\x5f\x68\x00\x16\xa8\x12\xbc\xe1\x8e\x38\x28\xf6\x86\x3b\xe2\xf0\x2d\x35\xc0\x8c\x4e\xd5\x36\x00\xcb\x01\xf7\xb7\x8f\xf6\xe8\x5f\xfb\x68\xaf\xa9\x96\x18\x17\x28\x16\x82\xd9\xeb\xa7\x34\x54\x27\x7d\x27\x12\xd1\x3e\x64\xc1\x58\xb4\x88\x47\x8d\x03\x4e\x6d\x00\x9d\x03\x40\x6a\x00\x9d\xc3\x31\xbb\x16\x31\xa7\x71\xd8\x7f\xb5\x88\x39\x0d\x6e\xb8\xf1\x96\x91\x85\x00\x69\xcb\xc8\xc2\x2e\xa0\x01\x90\xb8\xc5\xc6\x1b\x00\xe9\x00\x9e\x1a\x00\x49\x07\x69\x1b\x20\xe8\xe0\x67\x6e\x85\x91\x40\x33\xb4\x42\xeb\xf8\x07\x1a\x00\xe9\xe2\x1f\x68\x00\xa4\x9b\xf4\x5f\x8c\xd2\xd5\x8c\x01\x82\xae\x46\x10\x67\xc8\xed\x7f\xf3\x25\x37\xfc\x24\x97\xa0\x4f\x03\x1f\x5d\x0d\x2e\xf8\x88\xcb\x68\xbc\x81\x8f\x2e\x9b\x80\x06\x3e\xe2\x32\x1a\x6f\xe0\x23\x79\x49\x9b\x21\xa6\x86\x3a\x82\x53\xe3\x4e\xd5\x82\x98\x44\x9f\x1b\xd8\xe9\x6a\x70\xc1\x4e\x97\xb8\x6a\x03\x3b\xdd\xcd\x14\x81\x8f\xae\x06\x17\x7c\x74\xd9\x2e\x34\xf0\xd1\xe5\x28\x5d\x03\x1f\x5d\x36\x5c\x0d\xd7\xc8\x65\xc3\xd5\x70\x8d\x70\x89\x8d\x37\x50\xcf\x4b\x2a\x65\x4a\x48\x0d\xea\x79\x28\xe1\x06\xea\x79\x9f\xfe\x6b\x94\x18\xea\x08\x39\x8d\xc7\x66\xba\x81\x88\x60\x4a\xf0\x06\xea\x79\x6c\xe2\x1a\xa8\x07\x6e\x04\x6f\xb8\x38\xb8\x8c\x26\x68\xe1\x7e\x4a\x38\x12\x1a\xc8\xe6\xa1\x18\x1a\xc8\x46\x27\x83\x1b\xc8\xe6\x69\xe1\x80\x6c\x1e\x61\xa5\x06\xb2\x79\x6c\xf7\x1a\xc8\xe6\x35\xbd\x17\x23\x0f\xdf\xb8\x37\x90\x0d\x9c\xe2\xde\x70\x71\xe8\x0c\x71\xc3\xc5\xf1\xf0\x06\x36\x50\x8f\x7c\xbb\x0d\xd4\xc3\xa5\x32\xde\x02\xf5\x9c\x6e\xe9\x28\x19\xa0\x05\xf2\x89\x5f\x0e\x68\xb2\x05\xfa\x39\xdd\xbe\x73\x50\xd6\x2d\x10\xd0\xe9\x96\xcf\xef\x32\x8e\x50\xd2\xe9\x66\xe7\xb8\x6a\x6e\xbf\xbf\xe8\x3c\x76\x0b\xa4\x74\xba\xf9\x39\x92\x3a\x5c\x2a\xf1\xcb\xcb\x6a\x7d\xf2\x4b\x3b\xcf\xd5\xfa\xe2\x97\x71\xf6\x52\x7f\xf6\x3f\xbf\x5c\xd5\x7c\xf8\x65\x9e\x83\x62\x6e\x81\xbc\x4e\xb7\x75\x76\xd5\x2f\xef\xf7\x97\xdf\x2f\x2b\x10\xd8\xe9\xb6\xcf\xd6\xd2\x0d\x14\x16\xbf\x3c\x82\x85\x6d\x68\x7c\xce\xd1\x29\xf6\x36\x34\x3e\xf7\x5c\xa9\x86\xc1\xf8\x78\x3a\xb0\x74\x04\xf1\x9f\x7e\xf9\x9d\x91\xc1\xf8\x78\x3e\xfb\xa9\xf5\xf6\xfb\xcb\x4d\x7a\xab\xff\xf3\x8b\x54\xfa\x60\x7c\xdc\xce\xd6\xa8\x8e\xf9\xfb\xcb\xef\x77\x37\xd6\x3f\xbf\x48\xfd\x8d\xfd\xcf\x2f\x4f\xcf\x30\x3e\x5e\xcf\x2e\xaa\xf9\xfe\xdf\x5f\x98\xd3\xf1\xfe\xf9\x05\x78\xd0\x66\xfa\xfd\xe5\x60\xb6\xda\xfc\x7e\x7f\x81\xbd\xde\xdb\x64\x7c\xbc\x9d\x2b\x93\x31\x19\x1f\xef\x67\x6b\x2d\x4c\x8d\xcf\x38\xbf\xca\x7b\xfa\xef\x2f\x5c\x44\xe4\x6d\x6a\x7c\xf6\xf9\x35\x3d\x53\xe3\x73\xce\xaf\x2a\x9d\xfd\xf7\x97\x2b\xd3\x35\x35\x3e\xf7\x70\x35\x97\xb7\x39\x7f\x7f\xf9\xd5\x0a\x53\xe3\xf3\x8e\x92\x58\xda\xdc\xbf\xbf\x5c\x4e\x95\xb4\x79\x7e\x7f\x79\x60\xee\x36\x19\x9f\x9a\x8e\xae\x35\x6a\x93\xf1\xa9\xdf\xd9\x1c\x3c\x6d\x8b\xf1\xa9\xe5\x1c\xdc\x56\x6d\x7d\xff\xfc\x22\xa3\xb5\x18\x9f\x6a\xe7\xe0\x42\x6d\xab\xfc\xf3\x0b\x60\xb5\x2d\xc6\xa7\xfa\xd9\xec\x4c\xda\xf2\xdf\x5f\x0e\xc7\x0c\xda\x62\x7c\xea\xcf\x7c\x21\xe1\x62\x7c\x6a\x3f\x17\xe8\xd5\x16\xe3\x53\xc7\xd9\xec\xff\xdb\x1a\xbf\xbf\x5c\x40\x7a\x5b\x8c\x4f\x4b\xe7\x17\x28\x2c\xc6\xa7\x7d\x47\x51\x9c\xb6\x18\x9f\xf6\x63\x09\xc7\xbf\xcc\x8f\x8d\xff\x6e\x7d\xe0\x67\x2a\xed\x9d\xf5\xa3\x31\x7e\xa5\x0d\xfe\x95\x36\x5c\xbf\x32\x13\xe2\xd6\xdc\x57\xbf\xd2\x3e\xbc\x4d\x73\x4d\xfd\x8a\x9c\xa2\x20\xf8\x92\x7e\x65\x0e\xa0\x22\xa8\xfe\xfe\xfd\x2b\x17\x4b\x37\xfb\x77\xbd\x5c\x23\xeb\xf7\xdf\xf5\x72\xdd\x5d\x6b\xff\x7e\x96\x8b\x01\xce\xfa\xf7\xaf\xca\x23\xa8\xff\x6e\x8d\x83\xb4\xeb\xe8\x57\xbe\x5f\x9d\x63\xf3\xfd\xef\x1a\x22\xe2\x36\xec\xfb\xb7\x0c\x9b\x23\x15\xe9\xdf\xcf\x1e\x8e\x56\xfc\x37\x19\x70\xb1\xb7\xfd\xef\x1a\xd0\xef\xe3\xf7\x57\xd6\x59\x38\x4d\xdf\x93\x2e\x0b\x97\x66\x4a\xfa\x0e\x03\xf8\xa7\x04\x64\x6f\x01\xfc\x53\x92\x45\x0f\xb7\x65\x4a\x5c\x61\xd0\xc2\x6d\x99\x74\xc3\x54\x0f\xb0\x96\x3e\xf6\xac\x3d\x20\x58\xfa\xd8\x6d\xf6\xf0\x40\x24\x48\xb0\x83\x1e\xf3\xa7\xc4\x3a\x1c\xe1\xd5\x28\xc9\x54\x1a\x94\x0a\xa5\x49\xc9\x29\x2d\x4a\x8d\xd2\xa6\x34\x28\x9d\x28\x55\xbd\x77\xa3\xd4\x55\x7a\x94\xa8\x25\x64\x29\x89\xbb\x85\x46\xe0\x82\x92\xb0\x94\x23\x02\x21\x45\x23\x31\x02\x17\x94\x84\xcf\x61\x04\x2e\x28\x69\xaa\x96\x46\x49\xb5\xd0\x07\x5c\xa1\xa3\xd2\x87\xad\xf7\xe8\xc3\x55\x89\x3e\x5c\xd5\x42\x1f\xae\x6a\xa1\x0f\xf8\x0e\x46\x43\xce\xf7\xff\xbd\x94\xe1\x7f\xcf\xff\xf5\x3f\xef\xff\xf8\x4f\xe2\x52\xb5\xc4\x85\x4a\x29\x45\xea\x55\xe2\x42\xa5\xc4\x6d\x49\x09\xf2\x9c\x94\xa2\x0f\x29\x85\xf0\x89\x8b\xc2\x52\xaa\x4c\x6a\xd5\x6c\x56\x7e\xdc\x51\x0a\x07\x4d\x4e\x89\xd7\xc3\x41\x93\xb8\xe7\x28\xa7\x58\xc1\x29\x35\xbe\x97\x00\x27\x39\x7d\x7a\x92\x3a\x03\x95\xe4\x14\xbe\x8a\x94\x02\x95\x24\x2e\x3f\xca\x29\x22\x5f\x89\xcb\x8f\x12\x37\x1b\xe5\x5f\xe1\x3b\xc2\x77\x5a\x0f\x15\x9e\xb8\xd2\x28\x71\x97\x51\xe6\xf2\xb7\xc4\x9d\x44\x89\xdb\x81\x32\x01\xc1\x94\x06\xdd\x0c\xbb\x99\x73\xe8\xb3\x94\x06\x0d\x85\x81\xcb\x1c\x4d\x48\xdc\x00\x94\xb8\xa6\xa7\xa4\x84\x9c\x13\xe1\x27\xd3\xf8\xf1\xfa\xa4\xa1\x70\xc0\x17\xee\x35\x4b\x5c\x0f\x93\xb8\x17\x66\x92\x3b\x9a\xb8\x09\x26\x71\xb1\xcb\xdc\xb1\xe2\x52\xba\xac\xa3\x38\xba\x39\xb9\xc6\x35\x71\x33\x4b\x4a\xe1\x02\x9f\xfb\x63\x3c\x1f\x33\xf6\x78\x3d\xf6\x61\x89\xfb\x56\x12\x17\xad\xcc\x9d\x19\xba\xc7\x34\xc6\xee\x71\xee\x00\x9e\x89\xdb\x57\x12\xd7\xae\xcc\x1d\xeb\x2f\x7d\x11\xe1\x4e\x5f\x84\xb6\xe7\x8e\x98\x55\xfa\x62\xa7\x97\xb8\x5a\x65\xee\xd8\x4c\x24\x2e\x53\x49\x5f\x84\x9a\xe7\xee\x3c\x19\x7b\xbb\xc4\x85\x29\x93\xfb\x5b\xd3\x17\x5b\xb5\xf4\x7d\xb4\x1e\x2e\xbc\xf4\x7d\x7a\x9d\x6e\x86\x27\x2f\x71\x7d\x4a\xe2\xa6\x94\x49\x96\x69\xe2\x6e\x94\xc4\xa5\x28\x73\x4f\x9e\x8c\x88\x73\xfa\x32\x0d\x2d\x44\x8a\xc0\x73\xe2\xc2\x94\xb9\x63\xab\x96\xbe\x2c\xfd\x82\x9c\x87\x27\x0b\x75\x16\xea\xbc\x08\x5f\xe8\x7b\xa1\xce\xab\x27\x11\x3e\x36\x52\x13\x6b\x9f\xb8\xb3\x24\x71\x59\xc9\xdc\xe1\xfc\x4e\x5c\x4f\x92\xb8\x97\x64\xee\x47\x37\x8d\x3a\x63\x2b\x34\xd9\x63\xa7\xcf\x90\x33\xf6\x40\xf3\x24\xea\x34\x5e\x8f\x2d\xcd\x04\x26\x27\xae\x12\x49\xdc\x21\x32\xe1\x21\x4c\xdc\x13\x92\xb8\x20\x64\x02\x6d\x12\xd7\x7e\x24\xee\xfb\x98\xa7\xd2\x23\x96\xf6\x17\xaa\x6b\x9e\x4a\x9d\x2c\x74\xee\xf4\x98\x27\x22\x0c\x89\x3b\x3d\x12\xd7\x77\x4c\xf6\xd8\x89\x0b\x3b\xd2\x57\xa9\x33\x0e\x2b\xa5\x2f\xfc\xb2\x89\x0b\x3b\xe6\xe9\xcc\x11\xeb\x9d\x9b\x3a\xe6\xd1\x14\x37\xe4\x6c\x34\xa4\x39\x6a\x34\x14\xcb\x7e\x9e\x8d\x9c\x8d\x86\x62\x85\x4f\x6e\x83\x4d\x1f\xab\x98\x5b\x35\x26\x97\xbb\x26\x6e\xd5\x48\x5c\xa7\x31\xcf\xa3\xf5\x4e\x9d\xb1\xc2\x27\xc8\x2e\x7d\x9d\x3a\x03\xc6\x4f\xf6\xca\x89\x8b\x30\x12\x37\x60\xcc\xfb\xd1\x77\x94\xc0\x17\x4a\x60\xde\x42\xeb\x03\x23\x15\xd8\x78\x72\xb9\x6b\xfa\xd0\x0c\x5c\x84\x31\x39\x98\x94\xb8\x08\x23\x71\xcb\xc5\x84\x87\x30\x71\xaf\x45\xfa\x02\x94\x4e\x0e\x2d\x25\x2e\xad\x48\xdc\x56\x31\x39\x9f\x94\xb8\xad\x22\x7d\x93\x3a\x1d\xe1\x27\x1f\x43\xa0\xc1\x09\x2b\x61\xe2\x7e\x8a\xf4\x2d\x84\xaf\x3c\xb9\x18\x90\x45\x43\x4d\x4f\xd2\xa3\x00\x6f\xf3\x6a\x36\x17\xad\x07\x36\x9b\xec\xe6\x13\x37\x59\x24\xae\xb0\x98\xb7\x23\xd2\xe6\xb3\x09\xbc\x34\xef\xd2\x8f\xcc\x66\x80\x9d\xc9\x06\x3c\x71\xa7\x44\xe2\xfa\x88\x09\x2b\x61\xe2\x8a\x88\xc4\xdd\x10\xf3\x1e\x44\x02\x1e\x70\xf1\xc3\x7c\x9a\x8e\x83\x12\x88\xc8\xe5\x7c\xfa\xe6\x51\x95\x5f\x38\xfd\xe6\x43\x7b\x7f\xa8\x4a\xee\x71\x98\xdc\xdc\x9a\xb8\xb9\x21\x71\x49\xc3\x7c\xc6\xf7\x79\x11\x29\xbc\x76\xf3\x19\xad\x5f\x06\x19\xa5\xfa\x34\xf2\x28\x55\x6e\x59\x98\x0f\xe5\xff\x3d\x1a\x42\xd3\x3e\x8d\x27\x4a\x95\xbb\x13\xe6\xc3\x76\x7c\x8f\xf1\x0c\x35\x3a\xdf\xd2\x93\xd4\xf9\x10\x3e\x3c\x42\x89\x3b\x10\x12\xd7\x1d\x4c\x4e\x39\xa5\x8c\x52\xcd\x28\x55\x8e\x30\x25\xee\x39\x48\x5c\x70\x30\x5f\xec\xea\x12\x97\x18\x24\x6e\x2f\x58\x09\xdb\xc1\x2d\x04\x89\xeb\x07\x96\x4c\x64\x46\xd3\xe6\xd0\xb4\x2b\xa1\x19\x72\x78\xbc\x12\x97\x0a\x2c\xee\x26\x4d\x5c\x07\x90\xb8\x07\x60\xa5\xc6\xeb\xe1\xab\x4a\x24\xf9\xaf\xd4\x7f\xf1\x04\xf0\xe1\xff\x05\x28\x72\x78\xb0\x52\xce\x88\x16\x3e\xa1\x94\xd1\xb8\xdc\x07\xb0\x48\x76\x4d\xb9\x20\x6f\x38\xab\x56\x42\xdf\x73\x2d\x40\xe2\x3e\x80\x95\xa6\x9e\x64\x0c\x42\xb9\x2e\x32\x60\x13\xd7\x02\x24\x6e\x00\x58\x1c\x42\x4a\xe4\xfc\xa7\x6c\x8c\x01\xfa\x3e\x87\xaa\x4d\xdc\x00\xb0\x60\xf1\x4b\xdc\x00\x90\x48\xf6\x5f\x49\xd3\x62\x74\xd7\xe8\x2e\x5a\x87\x9c\xff\x94\x8d\x1e\x1d\x3d\x49\xeb\xce\x10\x62\x2e\x48\xde\x4f\x64\xed\xaf\x0f\x44\x40\xd6\x7e\x22\x5d\x7f\x7d\x09\x91\x9c\x69\x09\x15\xbd\x3e\xf4\x3d\x79\xfa\x89\x04\xfd\xf5\x7d\x7a\x9d\x86\x42\x61\xaf\xef\xe3\xf5\xf0\x41\x25\x92\xf0\x17\xdc\x7c\x89\xb4\xfb\x44\xbe\xfd\xfa\xb2\x9e\x64\xe8\x02\x48\x2e\x0e\x59\xa5\x8c\x16\xcf\xa1\xc5\xd7\x87\x26\xcb\x95\x86\x02\x3a\xae\x0f\x4d\x46\x12\x7e\xca\xa1\xc5\xd7\x67\x3c\x09\x6a\x23\x25\x7f\x7d\xae\x27\xe9\x66\xa3\x9b\x4e\x43\x00\xb4\xdc\x68\x88\xa5\x93\x1b\x0d\x75\x7a\x04\x4c\x20\xfb\x3e\xe5\x4e\x43\xd8\x90\xdc\xa9\x33\xfc\x37\xeb\x0b\x8f\x62\xca\xe1\x4f\x49\xa4\xd6\x2f\xf8\xf7\x52\x1e\x88\x34\x10\xe9\xe8\x47\x06\x79\xf0\xba\xd6\x13\x0a\x9b\xbc\xf9\xf5\x61\x2e\xf2\xa4\xce\x50\xd8\x2b\x27\x84\x47\x61\xe7\x50\xd8\x2b\x6b\xe2\x26\x22\x05\xe8\x5b\x5c\xa2\x9a\xf2\x62\x35\x87\x36\x5e\x24\xb6\x26\x32\xde\x13\xa9\xee\x8b\xfc\xd6\x44\xaa\x7b\xca\xa1\x8d\x57\x46\x0d\xe7\xc5\xc4\x85\x6e\x5e\xb9\xeb\x49\x3e\xc5\xd0\xcd\x8b\x34\xd7\x94\x17\x5f\x48\x68\xe3\x95\x07\xd3\xb1\x69\x7d\xd3\xfa\xe4\xc9\xcd\x80\x6c\x1a\x8a\x8d\x47\x22\x81\x3d\x91\xab\xbe\x72\xec\xd2\x12\x19\xe8\x89\xd4\xf3\x95\x37\xc2\x1f\xa6\x23\xc2\x3a\x2b\xa3\xc5\xc9\x2b\x4f\x24\x94\xaf\x7c\xf4\x24\x83\x7c\xa8\xf3\xa0\xc9\x0e\x83\x1c\xd8\x76\xe5\x4b\x8f\x50\xd8\xe4\x80\x2f\xd2\x63\x13\x39\xe0\x89\x74\xef\x95\x1f\xab\xf8\x52\x67\xe8\xe6\xc5\x7d\xa9\x89\x5c\xee\x94\x1f\x72\x62\xd2\x33\x80\x97\xcc\xee\x05\xd7\x5e\x22\xb3\x3b\x91\x9b\xbd\xb8\x52\x35\x91\x8d\x9d\x48\xbc\x5e\x85\xef\x93\x54\xeb\x44\x8e\xf5\x2a\x71\x8c\x32\x91\x63\x9d\x48\xae\x5e\x25\x82\x12\x89\xe4\xea\x54\x02\x05\x2f\xae\x46\x4d\x64\x55\x27\x52\xa6\x57\xa9\x7a\x32\xc6\x93\x7c\xe8\x05\x91\x5e\x22\x1f\x3a\x91\xfa\xbc\x4a\xec\x2d\x13\xc9\xce\x89\x2c\xe7\xc5\x15\xa7\x89\x4c\xe6\x44\x0a\xf3\x2a\x28\xab\x82\xc2\x2e\x81\x82\x57\xd9\xc8\x99\x91\x33\x53\xe7\xe1\x49\xd4\x6f\x89\x4c\x96\x65\x28\x96\x02\xb6\x2d\x81\x6d\x17\xac\x75\xa9\xa0\x7e\x4b\x60\xdb\x65\xa8\x8b\x82\xfa\x2d\xa8\x5f\x63\x69\x97\x40\xba\x89\xdc\xe5\x65\xe1\x6e\x4b\x25\x94\x71\x22\x85\x79\x71\x48\x2b\x15\xf4\x27\x79\xc6\xcb\xc0\x77\xe4\x12\x27\x92\x88\x97\xb1\x36\x0b\x88\x95\x7c\xe1\x05\xf1\x5b\x2a\xce\xeb\x4e\x43\xe0\x3b\xd2\x7f\x13\x79\xbf\x0b\xca\xb6\x54\x2a\xd3\x81\x02\x74\xb4\x22\xe9\xbf\xa9\x84\x1e\x5c\xdc\xd7\x99\x0a\x3b\x54\x52\x7c\x97\x67\x44\x02\xb1\x92\xbf\xbb\xc8\x53\x4d\x64\xec\xa6\x82\xae\x73\xb4\x62\x41\xd7\x91\xbf\xbb\xdc\xf4\x24\x0d\x05\x62\x5d\x5c\xf7\x99\x4a\xe3\x63\x08\xe0\xba\xdc\x10\xa9\xa9\xa1\x98\x38\x07\x65\x90\x8e\x9b\xc8\xbc\x5d\x0e\xbe\x23\x83\x36\x91\x3a\xbb\x5c\x1f\x03\x88\xb5\x74\x84\x67\xc1\x96\xce\xc8\x87\xef\x79\xf9\xd2\x93\x7c\x75\x68\x45\xc7\x1a\x92\x4f\x9b\xc8\x8f\x5d\x8e\x35\x24\x07\x36\x91\xfc\xba\x1c\xfd\x59\xc0\xb6\xe4\xc0\x2e\x0e\xaf\x25\xf2\x5c\x53\x09\x97\xed\xe2\x16\xce\x44\x82\x6b\x22\xb3\x75\xd5\xac\x1f\x19\x10\xb4\x62\x05\xb5\x91\x9a\x9a\xc8\x49\x5d\x15\xdb\x41\x16\x6a\x22\xfd\x74\xd5\xf1\x77\x40\x51\x80\xb3\x25\x34\xe7\xaa\x18\x7f\x12\x48\x13\x99\xa3\xab\x01\x80\xc8\x1c\x4d\x05\xed\xd8\xd0\xe2\x65\x23\x6f\xf8\xf4\x56\xd3\xb7\x0f\x72\x2d\x68\xc7\xc6\xee\x97\x04\xd2\x44\xe6\xe8\xe2\xcc\x57\x22\x57\x34\x95\x00\xb0\xab\xc5\xb1\xe4\x54\x36\xad\x6f\x5a\xd7\xfc\x1f\xbe\xd3\xd0\x9c\xab\x49\xc1\x1c\x16\x59\xf8\xc5\x56\xd3\x2a\x39\xcc\x40\x68\xce\xd5\x9a\x7e\xa4\xa1\x43\x43\xc0\xaf\x72\x98\x81\x00\xbe\xab\x49\x6d\xa0\x47\xc9\x23\x5d\xe4\x83\x26\xf2\x48\x13\x09\xa4\xab\x01\xbb\x48\x20\x4d\x64\x87\x2e\x6e\xa6\x4c\xe4\x83\x26\x12\x41\x57\x1b\x7a\x92\x1e\x5d\x7a\x04\xec\x22\x03\x34\x91\xec\xb9\x9a\x46\xfe\x31\x1d\x8f\x86\x16\xdd\x44\xb9\x92\xa6\xb9\x1a\x0b\x97\x54\xcc\x44\x0e\xe6\x6a\xa8\x76\x72\x30\x13\xc9\x97\xab\x3d\x3d\x69\xfc\xc8\x74\xa0\xda\xc9\xb3\x4c\xa4\x54\x2e\xae\x9d\x4c\xa4\x4d\x26\xf2\x25\x57\x07\x22\x91\x2f\x99\x48\x8d\x5c\x1d\x65\x40\x6a\x64\x22\x27\x72\x75\x94\x01\x59\x90\x89\xf4\xc7\xc5\x01\xb2\x44\xfa\x63\x22\xef\x71\x41\xef\x96\xc8\x7b\x4c\xe4\x31\x2e\x0e\x90\x25\x72\x15\x13\x49\x8a\x8b\x33\x5f\x89\xb4\xc4\x44\x3e\xe2\xea\x95\x6e\x66\x1a\xca\x34\x54\xf5\x24\x75\x66\x7a\x04\x1a\x32\x74\xb3\xa1\x9b\xc9\x1c\x4d\x16\xaa\x36\x59\x38\x15\x56\xbf\x7a\x92\xd6\x8d\xd6\x41\x2e\x24\xf8\x25\x32\xfb\x16\x97\x34\x26\x03\x9c\x1a\xe0\x94\xf4\xc9\x44\xda\x5e\x22\x5f\x6f\x91\x1b\x99\xc8\xc9\x4b\x24\xe3\x2d\xd2\x20\x93\x39\xad\x03\x4e\x47\xd7\x8f\x0c\x72\xc0\xd1\x35\xf0\xe3\x98\x7c\xb3\xe1\x3f\x58\x23\x02\x70\x89\x2c\xbc\x44\xfa\xdd\x22\x61\x32\x91\x62\x97\xc8\xad\x5b\x30\x96\x25\x72\xeb\x12\x69\x74\x8b\xf4\xc9\x44\xe2\x5c\x22\x63\x6e\x0d\xf0\x88\xa1\x9b\xad\x51\x67\xe4\x18\x24\x92\xe3\x12\x59\x71\x8b\xc3\x57\x89\xac\xb8\x44\x92\xdb\x1a\x87\x29\x06\x72\x92\xb3\xb6\x46\x9c\xe5\x49\x64\xa9\x25\xd2\xd3\xd6\x00\x8f\x90\x9e\x96\xc8\x4b\x5b\xe3\xd1\xf7\x8e\xf0\x1d\x39\xc1\x23\x24\x9d\x25\xb2\xcd\x16\xe4\x66\x89\x8c\xb2\x44\x2a\xd9\xe2\xbc\x54\xb2\x81\x48\x28\xd7\x69\xfa\x91\x2f\x19\xe5\x4a\x4a\x66\x22\x5d\x2c\x59\xe8\xd8\x35\xd9\x98\x91\x27\x96\x48\x10\x5b\xd3\xf5\x24\x1f\x2d\x1a\x97\xb3\x51\x89\xcc\xb0\x44\xa6\xd7\x9a\x15\x39\x27\x0d\x85\x37\x61\x4d\xb4\x8d\xa1\x86\xc9\xf4\x5a\x13\xff\x9d\x01\x63\x2d\x80\xeb\x82\x88\x2c\x91\xe2\x95\x0c\x70\x3a\xd1\x0c\x86\xe3\x80\x84\xaf\x35\xd1\x0c\x24\x7c\x25\xb2\xb9\xd6\xc4\x2b\x47\x36\x57\x22\x8d\x6b\x4d\xb6\xc4\xa4\x63\x25\x43\xfd\x4e\x4d\x1c\x3e\x02\x0b\xdd\xba\xc8\xda\x4c\x24\x4b\x25\xf2\xa2\xd6\xd2\xda\x24\x76\x60\xa8\x4a\x48\xc3\x12\x29\x50\xc9\x80\x9c\x8b\x8d\x2e\xd9\x4e\x89\x34\xa7\xb5\x0c\x91\x70\x07\x18\x5a\x71\x69\xc1\xe2\x0f\x25\xb5\x68\x2d\x2d\xc3\x47\x8f\x1e\x0d\xb1\x1d\x24\xff\x27\x91\xf8\xb3\xa0\xdf\x4a\xa4\xfa\x24\x72\x7c\x16\x2c\x5c\x89\xac\x9e\x44\x3a\xcf\xe2\xec\x50\x22\x9d\x27\x91\xb9\xb3\xb8\x16\x30\x91\x9d\x93\x9c\xad\xfb\x06\xe3\x78\x68\xa9\x44\xce\xcd\x82\xaf\x2b\x91\x73\x93\x1c\x78\x28\x0f\xaf\xe3\x24\x75\xe0\xe1\x06\xe3\x38\x7a\xc9\x33\x75\x82\x71\x48\xc4\x49\xce\x26\x7f\x17\x3d\xd9\xf9\x91\x86\x4c\x4f\xd2\x50\xa6\x21\x6c\x9c\xc7\xae\x3e\x79\xa6\x21\x7c\x58\xa4\xec\x24\x72\x75\xd6\x76\xfd\x88\xf0\x6c\xee\x21\xf1\x4a\x24\xf0\x24\x32\x77\xd6\xee\xf4\x08\x5d\x47\x92\xce\xda\x43\x4f\xd2\x23\x74\xdd\x66\xa3\x43\xce\x4d\x22\x87\x66\xc9\x41\xec\x78\x4e\xdd\xe8\xd1\x6c\x7f\x05\x14\x8e\xca\x74\x54\x26\xd1\xfe\x44\x2a\x4e\x22\xeb\x66\x6d\xf0\x13\x59\x37\xc9\xd9\xf9\x6f\x94\x16\xe9\x36\x89\x3c\x9b\xb5\xb7\x7e\xe4\xa3\x60\xe7\xbf\xc1\x4f\x0e\x9c\x75\xf4\xe8\x46\x97\x38\x7a\x94\x94\x9a\xb5\x1f\x63\x80\x03\x96\x5c\x9a\x45\xf8\x2d\x91\x3d\x93\x48\x94\x59\x47\x53\x5d\xf5\x7a\xcc\xc0\x41\x97\x38\xda\xd1\x41\xae\xc7\xf5\x23\xdd\x44\x3b\x1e\xf6\x21\x64\xb3\x24\x52\x55\xd6\xe9\x8c\x2b\xda\x91\x1c\x95\x45\x96\x69\xf2\x4e\x37\x51\x99\x67\xd0\x3a\xbe\x56\x0f\xcd\xb9\x4e\xa4\x3e\x26\x67\x97\x4e\x52\xcb\x92\xa7\x97\xe4\x94\xe4\x68\xc7\xc3\xe6\xc4\xd9\x90\x3b\x1b\xf2\x8b\xca\x24\x39\x25\x91\x95\xb2\x2e\xeb\xde\x07\xaf\x87\x3e\x5c\x57\x0b\x82\xd8\x9f\xa3\x1d\x2f\x0e\x2e\x9f\x7c\x68\xa1\x0f\x17\x04\x5c\x89\x74\x94\x44\x1e\xca\xe2\xc8\x40\x22\xf3\x24\x91\x72\xb2\x2e\x1a\x97\x24\x93\xe4\x28\xc2\x0b\x6a\x73\x14\xa1\x03\x39\x2f\x1b\x1e\xc7\x83\x4a\x1e\xca\xba\x40\x39\x32\x4f\x12\x69\x25\xeb\x56\x3d\xc9\x67\x83\x22\xbc\x4d\x4f\xd2\x50\x6c\xd6\xd7\xc5\xc7\xee\x80\x53\x72\x4d\x96\xbc\xb2\x0e\x0e\x25\xc9\x64\xc9\x01\x4b\x92\x49\x72\x70\x28\x47\xad\x92\x83\x43\x49\x39\x59\x9c\xb1\x4a\xa4\x95\x24\xf2\x49\xd6\x95\xd2\x22\x30\xeb\x6c\xdd\x2f\x3e\x2c\x12\x49\x12\x39\x23\xeb\xb2\x07\x23\x13\x24\x91\x02\xb2\x9e\x94\xd6\xa5\xce\x50\xa7\xeb\x7d\xfa\x91\x8f\x16\xc8\xf9\xa4\x9f\x80\x9c\x64\x74\xac\x27\x5d\x72\x11\x3e\x90\xe7\x7a\xae\x1f\x19\x10\xf6\xf3\x4f\xcb\xf0\x31\x20\xb1\xad\x5f\x4f\x8b\x8b\xfd\xbc\x87\xaf\x75\x3d\x7d\x4b\x28\x6c\x47\x61\x3f\x76\x95\x64\x61\x24\xd2\x2f\x36\xa9\x8f\xa9\x82\x2e\x6b\x6c\xdd\x37\x99\x8c\x89\x2c\x8c\x44\xfa\xc5\x26\xa1\x31\x91\x62\x91\xc8\xad\xd8\x69\xaa\xce\xcb\x8f\x8f\x1f\x63\xe4\x2b\x0a\x9b\x4c\x8b\x2d\xe7\x23\x99\x16\x89\x14\x8b\x9d\x50\x17\xa4\x58\xa4\x1a\x78\x72\xa7\xa5\xd7\x07\x3f\xce\xf8\x31\x0e\xb2\xa5\xca\xce\x9f\xbc\x8b\x9d\x00\x3e\x95\x9d\x7f\xfd\x68\x1d\xc5\x42\xfa\x45\x22\xef\x62\x27\xec\x67\x45\xdf\xd7\xd0\xf7\x3b\x01\x7c\x6a\x00\xd0\x54\x43\xed\xef\x84\x23\xa6\x66\x5a\xcf\xb4\xfe\xf4\x23\x0d\x85\x6a\xdf\x1f\x6b\xb3\x12\xff\x22\xa9\x62\x43\xd6\x94\x48\xaa\x48\x64\x53\xec\x0f\xbd\x44\x36\x45\x22\x8d\x62\x7f\x91\xa8\x91\x2a\x5a\xbc\x86\x8f\x60\x7f\x59\xaf\xc7\xbc\xd7\xf0\xdb\xee\x8f\xbd\x17\x49\x15\x89\x6c\x8a\x4d\xe4\x3f\x55\x54\x7b\x0d\xd5\xbe\xbf\xa2\x27\x99\xb8\xd0\xde\x9b\xcc\xd0\x44\xa6\x45\x22\xa9\x62\x7f\x2c\x6d\xd2\x28\x12\xf9\x13\x5b\x1e\x49\x72\x24\x12\xc9\x11\x9b\x4b\x03\x53\xc5\x6f\x5b\xc3\x53\xbb\x3f\x56\x71\x05\x1a\x93\x38\xb1\x3f\x56\x71\x05\x1a\x57\xff\x3f\x84\xdd\x5d\xf2\x84\x2a\xb2\x04\xf0\x2d\x09\x08\xe2\x72\xf8\x90\xfd\x2f\xe1\xc6\xe1\x47\x4f\x9c\x79\xb8\xf3\x7f\x6c\xa3\x15\x44\x48\xaa\xb2\x8a\x2c\x0d\xd5\x73\x51\x43\xdb\x18\x1e\xc1\x82\x75\x38\xe2\x2a\x45\x43\xf0\xd3\x19\x89\xcb\xe1\x88\x11\xde\xf3\x4f\x9d\xdf\x38\x3f\x02\x0b\xcb\x09\x86\xcb\xd1\x85\x11\x2c\x58\x07\x12\x2e\x27\x11\x46\x10\x0b\x28\x0c\x5e\x07\x12\x46\xe0\x66\x39\x90\x70\x95\xc7\xc8\x73\xb3\x9c\x44\xb8\x1c\x41\x18\xf1\x3a\x17\x0d\xf2\x46\xef\x41\x12\xf0\x2a\x0c\xde\xb2\xc3\x67\xc3\xc9\xd2\xab\x20\x23\xca\x26\x23\x86\xca\x4f\x97\xf3\x05\x97\x83\x05\xc3\x39\xd3\xcb\xe1\x81\xcb\xa9\x81\x11\xad\x77\x27\x03\x2e\x47\x02\x46\xe4\x12\x39\x12\x70\x49\xf8\x1f\x0e\x98\x5e\x92\xfa\x2f\xd9\xfc\x23\xe2\x82\xe5\xe8\x5f\xa5\xe9\x52\xf3\xe1\x40\xba\xac\xfc\x11\xd9\xa1\xf2\xf0\x2f\x09\xf8\xc3\xe1\xd3\x4b\x92\xfd\x55\xba\x2e\xb1\xef\x0a\x48\x2f\xdd\xbb\x1f\x0c\x01\xe9\xa5\xeb\xe7\x97\xfe\x34\x28\x8a\x88\x99\xec\xfc\x71\x88\x4d\xd9\xf9\x97\x44\xfc\x11\x45\x89\x25\xe2\x5f\x65\xe8\x05\xdb\xb1\x0c\xbd\x18\x7a\xc1\x22\x28\x36\x81\xb2\x37\x81\x71\xd8\xce\x62\x13\x90\xc0\x3f\x48\x0a\x5e\x12\xf8\x2f\x99\xfb\x23\x9d\xaf\x3a\x8c\xeb\x26\x75\xc7\xa1\x40\x25\xe9\x5f\xb2\xf3\x47\xe2\x12\xcb\xce\xbf\xa4\xe5\x8f\x74\xbe\x2a\x86\xa2\xec\x0d\x62\x24\xb6\xa3\xec\xfc\xab\x4c\xad\x1f\x70\x9d\x5e\xf3\xd3\x10\x9f\x56\x06\xfe\x25\xf5\x7e\xa4\xf3\x55\x3f\xef\xbe\xb7\x8b\x91\x58\x84\x05\xa9\x2b\x15\x7e\xa4\x83\x64\x36\x01\x19\xf1\xc3\x89\xd6\xab\xd8\x04\xca\xd2\xcf\xef\xfc\xd3\x28\xed\xb8\xdb\x48\x90\x4c\x86\xfa\xf5\x6c\xd8\x1f\x24\x05\x2f\xc9\xe8\xd7\x03\xef\xef\x72\xfe\x39\x5c\xdc\x43\x77\xf3\x7e\x25\x8e\x5f\x0f\x6c\xbe\x2d\x32\x39\xe2\x97\x74\xf0\x71\xfb\x1c\x0f\x63\xfa\xd9\xc6\xf4\xc8\x86\x4e\xe6\xf7\x25\xe5\x7b\x64\x14\x83\x24\xef\x4b\x76\xf7\xc8\xe9\xfc\x73\xba\xb8\x5c\xf4\x4f\xc6\xb4\xcc\xef\x91\x59\x2e\x32\xbf\x2f\xa9\xdb\x23\xc3\xbc\x07\xe2\xca\xe0\x1e\x99\xaf\x28\x4d\xfb\x7a\xb6\xdd\x3c\x32\xcb\xe5\xb9\x3d\x73\x63\xec\x38\x24\xa4\xc4\xec\x4b\x46\xf6\x50\x88\xe8\x7a\x80\xab\x54\xec\x91\x9f\x73\xb1\xb9\xa8\xf3\x2c\x17\x59\xd7\xd7\xb3\x31\x76\x64\x9f\x58\x82\xf5\x25\xb3\x7a\x50\xd2\xbb\x64\x56\x5f\x0f\x70\xcd\x2c\x97\x47\xfc\xeb\xc9\x1a\x62\xdf\x3f\xe2\x5f\x4f\xf6\xcc\x76\x6e\xdf\x13\xec\x01\xae\x0a\x18\x5d\x32\xb2\x2f\x09\xd6\x23\xf3\x2a\x25\x58\x5f\x4f\x71\x3b\xe6\x5c\xf6\xf4\x25\x6d\x7a\xa8\x63\x74\x49\x8d\xbe\xe4\x44\x0f\x47\x6e\x2f\x39\xd1\x97\xf4\xe7\x91\x59\x43\x0f\x7b\x59\x16\xf4\xc8\x88\x2d\x99\xce\x97\x14\xe7\x91\x77\xe2\xe6\x25\xc5\xf9\x92\x8f\x3c\xf2\x3a\xff\xf4\xcc\x8d\x9c\xa3\xec\x64\xbb\x4b\x1a\xf1\x25\x77\x78\x14\x14\xbd\xbc\xe1\x4b\xb2\xf0\x20\xee\x77\x49\x14\xbe\xe4\x02\x8f\xc2\xc2\x92\x07\x7c\x49\xf5\x1d\xce\x04\x5f\x92\x7a\x2f\x19\xb8\xa3\x9c\x59\x07\x5c\x25\xd8\x8e\x92\xbc\x11\x36\x41\x6e\xec\x28\x0c\x34\x19\xae\x97\xb4\xd6\x51\xf2\xb9\xe8\xdd\x9b\x67\x9e\x09\xc6\x5e\x96\x94\x3a\xca\x99\x4b\xd2\x10\xe4\x9c\x0e\x47\x8a\x2f\xf9\xa6\x97\x94\xd2\x41\x30\xf0\x92\x4e\x7a\xc9\x21\x1d\x94\x02\x2f\xb9\xa1\x97\x84\xd0\x51\xea\xb9\x68\x94\x36\x8c\x0e\x2a\x82\x97\xdc\xce\x4b\x32\xe7\x28\x7c\x45\x89\x99\x97\x4c\xcc\xe1\x80\xf1\x25\xab\xf2\x92\x46\x39\x9c\x2c\xbe\x24\x4a\x5e\xb2\x1d\x47\x11\x9e\x90\xe5\x78\x3d\xdb\x5e\x1e\xa4\x05\xaf\x93\xba\xf8\x40\xc5\xc2\x0e\x3d\x39\x8b\xcf\x34\x4a\xf3\x5c\xf4\xcc\x69\x94\x80\xd5\xc3\x88\x7e\xa6\xce\x03\xab\x07\x19\xf1\x7c\x46\x69\x9d\x8b\xa6\xe2\xb6\x97\xc7\xe1\xac\x1f\xf6\xf2\xb3\xed\xe5\xe1\x40\xf3\xf5\x7c\xc0\x6a\x23\xe6\x78\x82\xce\x33\xa2\x1f\xf8\xf9\x60\xe3\x1f\x41\xb1\x67\x33\xb5\xe3\x49\xe7\xa2\x01\xd9\xb9\x09\xe3\x39\xa8\x88\xb7\x7d\x36\x6f\x3b\x0e\x91\x5d\xf1\xb6\x75\xc3\xe8\x70\xa2\xf9\xaa\x8c\xe8\x7a\xe9\xd2\x4e\xbf\xbc\x2a\xd3\xb8\x32\x8d\x9d\x53\xbe\x2a\xd3\xb8\x6e\xe2\x75\x3c\xfb\xc0\xc1\x55\xe5\x26\xd4\xa0\x4b\x90\xb6\x32\x8d\x25\x7f\x8e\xe7\x39\xff\x6c\x2e\xee\xc9\x70\x28\xef\x8a\xe0\xa8\xe0\xf7\xe1\xb6\x56\x59\x60\x35\xea\x27\xb4\xa9\x88\xd7\xba\xed\xde\xf1\x30\xf6\xeb\x46\xe8\xab\xc2\xe4\xc3\x83\x57\x98\x5c\x61\xb2\xd2\x4c\x57\x85\xc9\x35\x69\xa8\x69\x1d\x26\x57\x98\xec\xb0\xf4\x55\x11\x1c\x75\x13\x1c\xe3\xe9\xe7\xa2\x86\x92\x86\x18\xfb\x55\xf8\xac\x26\x43\x37\xea\x9f\x06\x45\x95\xb0\x50\x19\xbe\x95\x2d\x5e\x37\x28\x5f\x75\x03\xef\x38\x7c\x78\x65\xe3\x56\x36\x6e\x15\xa2\xa9\xd9\x17\x00\xc3\xd5\xe6\x5f\xc1\x70\xdd\x0c\xc5\xa8\x4c\xf9\x0a\x86\x2b\x18\xae\xf1\x5c\x1c\x2e\x6a\xc8\x66\x55\x21\x6e\xdd\x56\xed\xa8\xf7\xb9\xe8\xab\x16\xcf\x64\x76\x57\x69\x08\x75\xa3\xf1\xa8\xf6\x90\x2a\x25\xb4\x16\xcf\xac\xe7\xe2\x9e\xbc\x75\xe7\x89\x8e\xba\x53\x6c\xaf\x8a\xcb\xa8\x0c\xdf\x6a\xdd\x57\xe6\x6c\x65\xce\xd6\x33\xd8\x68\x8b\xba\xd1\x78\x54\x78\x5f\xab\x2e\x55\xb7\xcf\x73\x51\x97\xaa\x2e\xc1\xfb\xca\x9c\xad\xcc\xd9\x0a\xb0\x6b\x35\x9e\x60\x98\x76\xe2\x55\xc1\x70\xdd\xd1\xb4\x41\x34\xf1\xaa\x10\xb7\x6e\x2e\x63\x38\xbd\x7c\x55\x5c\x46\x05\xc3\xd4\x08\xaf\x8a\xcb\xa8\x60\xf8\x85\x8e\x15\x6d\x51\x37\x6d\x31\x5e\x98\x57\x45\xcc\xea\x06\xde\xf1\xbe\xe7\xa2\xdb\x21\xee\x0b\x9f\x2a\xc4\xad\x10\xf7\x95\xbd\x52\x25\x17\x54\x88\xfb\xce\xf3\x4f\xef\xce\x9c\x7d\xa7\xc9\xc0\x62\xad\x5d\x3f\xf7\x01\x93\xab\x76\xef\x0e\x71\x5f\xf0\x56\x25\x17\xd4\xa1\xa1\x7d\x36\xf2\xaa\xf8\xdb\x3a\x34\xf4\x9d\x7f\x6a\x68\xdb\xa8\xe3\x65\xf0\x56\x88\x5b\xb7\x8d\x3a\x9c\x65\xbe\x2a\xc4\xad\x8c\xd3\xc6\x8c\xad\x68\x8b\xba\x6d\xd4\xe1\x64\xf3\x55\x21\x6e\x85\xb8\xed\x40\x11\xa6\xb7\x6e\x8c\x1d\x2d\x9f\x8b\x9e\xb9\x2d\xcf\xd1\xc4\x54\x2b\xa6\xb7\xee\x74\x82\xd1\xce\xb4\x01\xae\x15\xb8\xb6\x61\x40\x80\x6b\xdd\x61\xb0\xd1\xc6\xf9\xa7\x67\x2e\xcf\x9c\x30\x8f\x71\x5a\x19\xa7\x87\xbb\xae\x70\xb4\xc2\xd1\x0e\x86\x5f\x76\xe8\xcb\x0e\x75\xa4\xf6\x7a\x45\xb5\xde\x6d\x8e\x0e\xa7\x67\xaf\x97\x1d\xfa\xb2\x43\xbb\x5d\xf1\x05\x99\x2f\xc8\x74\x62\xf5\x7a\x85\xa5\x5e\x90\xe9\xc8\xe9\xf5\x22\x0e\x5e\x90\xe9\xe4\xe9\xf5\x82\xcc\x77\x1b\xae\x63\x58\xef\x2f\xe2\xe0\x45\x1c\x8c\x2d\xae\x70\xbd\x88\x83\x17\x64\x0e\xae\xfb\x8b\x23\x78\x71\x04\x27\x15\xf8\x05\x99\x2f\x8b\xd5\x09\x91\xeb\x4d\x9e\x99\x3c\x93\xc5\xfa\x22\x0e\xde\xe4\x99\xf9\x5c\x2c\x2e\x56\x17\x1f\x17\xf7\x20\xbf\x2c\x56\x82\x7e\xd7\x8b\x0e\x78\xd1\x01\x27\xeb\xf7\x85\x8a\x2f\x54\x1c\x9c\xbd\x97\xc5\xfa\xb2\x58\x07\xf3\xf0\xbd\x8d\x27\xa8\x1c\xe3\x5c\xd4\x50\xd6\xd0\x16\x49\xb8\x5e\xa8\xf8\x42\xc5\x81\x1f\x71\x8e\xe0\x72\x80\x60\x38\x7a\x71\x39\x24\x70\x39\x1d\x30\x26\x03\xcd\x09\x80\xeb\xe5\xe4\x1f\x8a\x56\x62\xfe\x25\x23\x7f\x9c\x14\xdb\x17\xac\xbd\xec\x50\x07\xd3\xae\x97\x1d\xfa\xb2\x43\x9d\x5a\xba\x5e\x39\x53\x2f\x93\x73\x9a\x8a\x2f\x58\x7b\xc1\xda\x49\x72\x7d\xc1\xda\x0b\xd6\x3e\x60\xf5\xb2\x2e\x5f\xd6\xe5\x77\xa6\x22\x2f\xfd\xe5\xa5\x1f\x92\xf4\x95\x1d\xf0\xb2\x2e\x4f\x92\xeb\x2b\x3b\xe0\x7d\x3d\xf3\xcc\x4f\xae\xfb\x0b\xd6\x4e\x42\xea\xcb\xba\x7c\xb9\xee\x27\x21\xf5\x15\xc0\x7a\xb9\xee\x9f\xcd\xff\x85\x75\x2f\xac\xfb\x6c\xfe\xaf\x58\xd5\xbb\x2d\xcf\x71\xa8\xcf\x17\x00\xbe\x00\xf0\x24\xa4\xbe\x4d\x43\x4d\x43\xb6\xf4\x17\x00\xbe\x00\xf0\x6b\xe7\xa2\xaf\x09\x00\x3f\xbb\xf7\xdb\x35\xd4\x35\x64\xf7\x7e\x59\x97\x2f\x97\xfd\x3b\xdf\x9d\x75\xf9\xb2\x2e\x3f\x7e\xfc\x8b\xa2\x7d\x01\xe0\xb7\xce\x3f\x35\x04\x00\x3f\x01\xc1\x97\xc9\xf9\x32\x39\x97\x5d\xfb\xe5\x9d\xbf\xbc\x73\xc7\x44\xaf\x97\x77\xfe\x02\xc0\x75\x16\x2c\x00\x7c\xd9\xa1\x87\x63\x7d\xa7\x19\xb2\xfd\xf1\x71\xd2\x61\x5f\xbc\xed\x0b\x15\xf7\xa1\xd1\x3f\x0c\x8a\x57\x3e\xd6\xcb\x48\x5d\x67\x39\x82\xcc\x97\xeb\xbe\xc4\x15\x5f\xae\xfb\xcb\x75\x3f\x19\xb0\xaf\x24\xad\x77\xdb\xaa\x63\xd9\xd2\x5f\x40\xf8\x02\xc2\xf5\x9d\x8b\xfa\xbb\xf4\x77\x9d\x8b\xbe\xea\x8e\xa6\x0d\xa2\x7a\x57\x63\x50\xb6\xcd\xca\x4e\xaa\x78\x57\xe3\xa5\xb7\xed\xa5\xcf\x93\xad\xda\x18\x94\x6d\x07\xf4\x27\x05\xbb\xab\x09\x8e\xb5\x6d\x42\xce\x93\xad\xda\xd8\x8e\x6d\xe3\xe1\xbc\xda\xb9\xfd\x73\x71\x1f\xac\xbb\x20\x44\x03\x84\x6d\x43\xdf\xbc\x78\x02\xcd\x09\x82\xb6\x4d\xc8\x79\xd9\x69\x1b\x27\xbf\x6d\xb7\x7e\x9e\x3c\xd1\x06\x1d\xdb\x46\xc7\x79\xf2\x44\x1b\x74\x6c\xdb\x84\x9c\x97\x9d\xb6\xa1\x55\x5b\xd4\xba\x4d\xb5\x6d\x4b\xf2\x6a\xdb\xad\x9f\xd7\x77\x2e\x1a\x90\xe4\x8d\xec\x9f\x8d\xed\xd8\xb6\xed\x38\xd5\x4d\xb9\x1a\x27\xbf\x6d\xe4\x9c\xca\xa7\x5c\xed\xf6\x46\xdb\xd7\x9f\x27\x7d\xb3\x89\x98\xb5\x8d\xa3\x53\x09\xfd\xab\xc1\xd1\xb6\xd9\xd5\x19\x6c\xaa\x8d\x75\xd9\xb6\xaf\x3f\x83\x4d\xb5\x09\x75\xb5\xed\xd6\xcf\x60\x8d\x36\x99\x5b\x2d\xbb\xdd\xca\x6b\x0c\xc9\xb6\x91\x73\x86\x66\x94\xc4\xbf\x5a\xd6\x79\x3e\x58\x13\xd5\x6a\x9b\xf4\x9c\xd1\x8c\x6e\xa2\x5a\x6d\x1b\x84\x33\x72\x4e\x1a\x74\x6c\x1b\x1d\x67\x64\x33\x36\x6c\x67\xdb\x7e\xf9\x3c\x69\x91\x8d\xef\xdd\x9c\x29\x8e\xe8\x80\x26\xbc\xdf\x1c\x19\x8e\x6c\xf1\xc6\x21\x6f\x4e\x04\x9f\x64\xc7\x06\x1d\x9b\x63\xb9\x27\x5b\xb1\x41\xc7\xe6\x1c\x6e\x34\x93\x9b\x73\x01\xcd\xa1\x5a\x3a\x73\x57\x83\x8e\xcd\x79\xd8\x43\xc0\xb5\x8d\x95\x57\x73\x00\xf6\x24\x26\x36\x96\x60\x73\xe2\xf5\xb0\x72\x0d\xdb\xd9\x1c\x68\x4d\x36\xea\xc6\x4b\x6f\xce\xab\x26\x04\x6c\xdb\xc1\xfe\xab\x39\xa0\x7a\xf8\xbb\xc6\x75\x6f\x4e\xa4\x1e\xfe\xae\xe1\x45\x9b\x03\xa7\x29\x9e\xdb\x0d\xb2\x13\xa6\xc9\x96\xde\x90\xa5\xcd\x01\xd2\x64\x4b\x6f\x52\x57\x9b\x13\xa3\xe9\x2c\x43\x64\x69\x73\x20\xf4\x90\x7a\x4d\x96\x6a\x73\xba\x33\xd5\x73\x51\xeb\xdd\xbb\x63\x7c\x1a\x70\x6d\x1b\x5c\x67\xb2\xcf\x37\x38\xda\xb6\x3d\x39\xd5\x25\xb9\x1a\x1c\x6d\x1b\x47\x67\x3a\x0b\x16\x8e\xb6\xe1\x8d\xc6\xb9\xe8\x8d\x86\x37\x3a\x5f\x93\xeb\xde\xa6\xa1\x3b\x8b\x8b\x21\xd9\xa6\x51\x3a\x10\xc4\x4b\x6f\x1b\x07\xe7\x6d\x9f\x6f\x72\x4f\xdb\xce\x0e\x98\xf7\x73\x2e\x5a\xda\xdb\x4a\x9c\xf7\xe3\x8d\x70\x97\xed\x73\x3b\x13\xbe\xcb\x6f\xea\xdb\xf6\x9b\x27\x5b\xb1\x83\xb5\x0e\xd6\xb2\xe9\xdd\x19\x7d\x7d\x1b\x7d\x33\xdf\xe7\xe2\x7e\x66\xdf\x90\x37\xb3\x84\x85\x2e\x95\xa9\x6f\x8f\x7a\x66\x7b\x72\x07\x80\x1d\x00\x2a\x1d\x7e\x75\x19\xa5\x7d\x5b\x89\x33\x97\xf3\x4f\x0d\x6d\x1c\x9c\x87\xbf\xeb\x00\xb0\x6f\x4b\x70\x66\x4b\xbb\xb3\x04\x7b\xd4\x79\xdb\x6f\xe7\x51\xf7\xa8\x21\xbe\x77\xc7\x72\xf6\xe8\x8d\x7c\xe2\x2e\xcb\xbf\x27\x9d\xf7\x39\x3a\x58\xeb\x60\x2d\x0b\x64\x74\x21\xa4\xbe\xd1\x6d\x1e\x02\xae\x23\x34\x7b\x32\x20\x08\xb8\x0e\xd6\x3a\x58\xcb\xb6\xdf\x0e\xd6\x3a\x58\xcb\xb6\xdf\x0e\xd6\xfa\x36\x0f\xa7\xea\xe2\x57\xc7\x5d\xf6\x9d\xd0\x3f\x4f\x0a\x63\x67\x1e\xf6\xed\x3b\xcf\x62\x19\x76\x11\xfc\xbe\x0d\xc2\x59\xac\x8e\x0e\xd6\x3a\x58\x2b\xf7\xb9\x38\x5d\x74\xbb\xcd\xb4\x0b\xf7\xf4\xe2\x76\x21\xa4\x2e\xdc\xd3\x77\xb8\x67\x16\xfb\x66\x17\xee\xe9\x45\x97\x2c\x99\xee\x0c\x54\xdf\x1c\xe4\x2c\xa6\x77\x87\x75\x1d\xd6\x1d\x12\xaa\x33\x0f\xfb\x36\x0f\x67\xb1\xf5\x74\x69\xa6\x7d\xbb\xc2\xb3\xd8\x7a\x3a\xac\xeb\xb0\xae\x98\xf3\x9d\x79\xd8\x09\x17\x3c\xac\x8c\xce\xc1\xed\x54\x08\x76\x8e\xe4\x1f\x06\x45\x97\xe7\xd4\xe9\x0d\xa8\xd4\x7d\x75\xde\x6f\x27\x03\xf0\x70\x89\x3b\xcc\xeb\x4e\xf0\x3f\x5b\x98\xf0\xea\xe0\xad\x3b\xa0\x7f\xd2\x22\x3b\xd0\xea\x40\xeb\x64\x40\x76\xde\x6f\x77\x08\xfe\x39\x8b\x0c\x3e\x75\xf8\x44\xe7\xee\xea\xbc\xdf\x0e\x9f\x9e\xd7\x8c\x16\xcc\xe9\xce\x2c\x77\x80\xdd\x39\xba\xbd\xff\xfb\xcc\x6b\x87\x4f\x9d\xbf\xab\x1a\xdc\xd5\x19\x7f\x7d\x38\x56\x89\x56\xed\x40\xab\x9f\xd3\xcd\x5b\xfd\xec\xea\x00\xa6\xcf\x73\x4c\x75\xba\xa8\xf3\x5f\xf8\xd7\xf1\xd6\x8e\x06\xec\x5f\xfa\xd7\xf1\xd6\x2e\x38\xd2\xb7\xa1\xf5\x3b\xde\xda\x71\x83\xfd\x73\x3a\x36\x9e\xdb\xad\x92\x0d\x45\xbf\xf3\xa9\x7d\xf9\x80\xdb\x24\xfb\x9d\x4f\xed\x68\xc0\x7e\x0e\x83\x3a\x86\xdb\xd1\x80\xfd\x9c\xfb\xdc\xda\x43\x57\xe7\xbe\xf6\xe5\x28\xaa\x4c\xdd\x21\x9a\x3d\xce\xc1\xcd\x2d\xe0\x77\x0d\x26\xd2\xd8\x98\xd0\xd4\x9e\xbc\x06\x30\x18\xd1\x49\x41\x8e\xd9\x90\x3f\x34\xb6\x51\xd4\x26\x14\x1f\x48\xb3\x91\x9c\x18\xdb\xda\x43\xd7\x70\x74\x72\x38\x3a\xf9\xd9\xd6\x86\xd5\x3c\x6e\xff\xdc\x4a\xf2\xd7\x40\x6c\x8d\xec\x5c\xdd\x38\x17\xf5\x33\x3b\xee\x86\x80\x1d\xe2\xb4\x23\x3b\xdd\xc5\x35\x1a\x96\xe3\x70\xcc\x51\xa9\xc5\x6b\x88\x1a\x0c\xc7\x1c\xe9\xa3\x5c\xc3\x1a\x1d\xc5\x29\xb4\xe7\xdc\xfe\xb9\xe8\x20\x97\x88\xee\xd8\xe4\xd5\x35\xb6\x7b\xd7\x56\x3b\x17\x8d\xd2\xe6\xb0\xda\xe2\x72\x0c\xab\x79\x3c\x9e\xc9\xca\x18\x8c\x94\x21\x07\xf1\x82\x3a\xa3\x1a\x10\xe9\x86\x17\x2c\x19\x3c\xab\xe1\x88\x4a\x30\x69\x07\xdb\x61\x48\xc6\x0e\x36\x96\xc1\xb3\x1a\x92\x5f\xc2\xd6\x29\xbc\x86\xc5\x35\x24\xbf\x04\x49\x6f\x83\x45\x30\xf6\x1a\xeb\x81\x65\x3d\x24\xbf\x0c\x87\x59\xc2\xe3\xbb\x5b\x71\xc3\x61\x96\xb0\x25\x96\xae\x61\xa3\x1e\xe7\x38\x89\xb4\xb3\x21\x46\x39\x86\x73\x2b\x2c\xd6\x41\x25\x60\x4c\xe7\x6b\xd8\xa1\xc3\x19\x93\x71\xce\x98\xd8\x00\x87\x44\x95\x71\xce\x98\xd8\x00\x87\x8d\x7a\xc8\x49\x51\x00\xee\x1a\x56\xc7\x38\x27\x47\x60\xde\x30\xe7\xc7\x39\x0f\xc2\xba\x9c\xdb\xc7\xb8\xa6\xf4\xe2\xf4\x9e\x8b\xcd\xc5\xdd\xcf\xc4\x66\x9c\xb6\xdf\x79\x9d\x73\x16\x1b\xac\xa6\x85\x30\x25\x0d\xa7\xad\x9d\x71\x4d\x3b\xed\x3c\x67\x37\x98\x87\x53\xe8\x70\x06\xcf\x14\x8a\x9f\x88\x98\x19\x1c\x94\xb8\xce\xc5\x8d\x0c\x53\x26\xf1\xcd\x66\x9c\x5c\x8d\x29\x39\xef\x66\x8b\x4d\x8b\x6b\x4a\xce\xbb\xd9\x62\x93\x03\x31\x93\x23\x15\xb6\xf4\x69\xa7\x9d\xe7\x40\x07\xfc\x9c\x1c\x88\x79\xce\x6e\xd8\xa8\xa7\xbc\x8c\x79\xce\x6e\x80\xca\x89\x49\x99\xd2\xe2\x32\x6b\x68\xe2\x97\x67\x3e\x07\x25\xf6\x5c\x9a\x56\xdc\xdc\x1e\x40\xcf\xe6\xe7\x94\x0a\x3c\x9d\x53\xcb\x42\x1e\xd3\x3a\x9a\x52\xd8\x8a\x43\xea\x53\x48\x6e\xee\x95\xd3\x8b\x4f\x3c\xf1\x23\x53\x0a\x1b\xc5\xda\x6b\xf2\x00\xa6\x33\x65\xc5\xda\x9c\xe2\x74\x53\x5e\x1b\x8d\xda\x6b\x5a\x5c\x73\x6f\x8e\xbd\xc8\x67\x9d\x58\xe3\x29\xd9\xad\x70\x20\xa6\x15\x37\xad\xb8\xe2\x28\xcd\xb4\x55\x4e\x07\xcd\xca\x3c\x17\x3d\xb3\xea\xbc\x05\x3b\xad\xcd\x69\x6d\x9e\xc8\xce\xdc\x39\x0d\xd7\x94\xc2\xf6\x40\x86\x69\xe3\x9b\x52\xd8\x14\x55\xba\xa6\xb5\x39\xad\x4d\xea\xa6\xd7\xb4\xc7\x4d\x39\x68\x15\xfc\x4e\xe6\xf6\x94\x6e\x56\x1f\x53\xd1\x76\x36\xe5\xdd\x56\xbb\xe1\x14\x3e\x9b\x72\xd0\x0e\x63\x3e\xed\x71\x73\xef\x71\xbd\x9e\x4f\x2c\x5f\x6c\xca\x17\x7b\xaf\x73\x51\xeb\xce\x7f\xbd\x2c\xd6\x69\x73\x9b\x96\xe1\x6b\x15\x4f\x59\x01\x73\x9e\x5c\x73\xaf\x89\x1b\x98\xdf\xc9\xf6\xf6\x4f\x67\x5e\xa7\xc3\x56\xed\x3f\xea\x62\xff\xbf\x41\xf1\xc9\xdc\xfa\x2e\x99\xcf\x86\xf0\xc3\xa0\x7e\x52\x6d\x9b\x85\xfb\x31\xa6\x3f\xe7\x02\x9a\x93\x6d\x9f\x85\xfb\x59\xb8\xcd\x57\xfd\x10\x07\xdf\x36\x9f\x7b\xc3\xa0\x7e\x32\xa2\xbe\xbd\xd6\x7a\xb7\x4a\x3e\x01\xa2\xcf\x22\x53\x5f\xe5\xfa\x1c\xa5\xfa\x1c\xa5\xea\xa7\x75\xfb\xd2\xe7\x2c\x29\xd5\xbd\xeb\x43\x2d\x7e\x56\xc9\x80\x25\x9f\xfc\xa1\x4f\x6a\xfd\xf8\xce\x45\xcf\xdc\x26\x64\x9f\x5b\x40\xf0\xfa\xb0\x88\x9f\x94\xd0\x29\xb2\xf7\x89\xad\x7c\x27\x25\x14\xde\x7f\x4e\x38\x7d\x4e\x38\x4d\x5f\xe0\x73\x44\xe9\x93\x1b\x4f\xe2\xee\xfa\x58\x84\x9f\x83\x47\x54\xe9\xae\x4f\xe0\xfa\x73\xf2\x72\x32\xd0\x3f\xce\xf3\x57\x35\x74\x86\x4e\x70\xe4\x73\xf0\xe8\x3b\x5d\xe2\x12\x7f\xdb\x25\xee\x9f\xcd\xea\x63\x09\x7e\x32\xde\xcf\x09\xf6\x4f\xa6\xe6\x77\x32\x35\x01\xe1\xe7\x3c\xe5\xb7\x6d\xbf\xae\x56\xc5\xf5\xc9\x63\xff\xe4\xb1\x2f\xc1\xf0\x4f\xe4\xf9\xb3\x59\xa9\xa5\x7c\x7d\x3c\xd5\x6f\x6f\x4f\xfd\xd0\x55\x9f\x55\xf2\x59\x25\x0b\xe3\xf3\x59\x25\x9f\x55\xb2\xf0\x38\x1f\xc3\xee\x1b\x52\x03\x6d\x41\xdf\xf0\x4f\x31\x0b\x85\x76\xaf\xcf\x2a\xf9\x44\x89\x0f\x37\xf4\x59\x25\x1f\xca\x8e\x6c\xcd\xf5\xa1\xec\x3e\x31\x8b\x8b\x3d\xf2\x49\x8b\xfc\x3e\x99\x5b\xc8\xd2\xcf\x66\xf5\x09\xf3\xaa\x44\x70\x7d\x9f\xd6\x3f\x89\x74\x92\x20\x3e\x27\x71\x3e\x61\xde\x70\xe6\x92\x48\xc4\x27\xcc\x1b\x60\xc9\xb2\x64\x96\x64\x47\xc2\xfd\xd7\x12\x5f\x58\xe2\x0b\xd1\x3e\xbf\x1c\x17\x5f\xe2\xb4\x71\xd7\xdb\xb8\x16\xaf\x72\x89\xd3\x46\x6f\xb4\x84\x64\x57\x38\x19\x51\x97\x8b\xbb\xf5\x25\xfa\x9a\xb6\x10\xcf\xb5\xec\x4b\x4b\x4c\x35\xf9\x46\x8b\xd1\xb7\xa2\x14\x21\x24\xd4\x12\x14\x5d\x82\xa2\x84\xed\xaf\xc5\xe8\x5b\xb2\x57\x52\x3b\x17\x3f\x17\x77\x3f\x13\xc2\x68\xf1\x00\x97\x7c\xc1\x24\xd5\x72\x09\x10\x2c\x01\x82\xc4\x35\x5a\xd6\xe6\x12\x20\x48\x72\x25\xd7\x76\xfd\xae\x25\x7b\xe5\x66\x09\x2e\xc4\xd6\xda\xc4\xd6\xb8\x4d\xef\x85\xae\x5a\xdb\x74\x1c\xb7\x7d\x69\x59\xb0\x4b\x30\xf4\xb6\x2f\x2d\xa7\x0f\x97\xb8\xe7\xcd\x25\x5e\xf6\xba\x25\x8d\xef\x66\x09\xae\x62\xe4\xb7\xcd\x38\x94\x06\xbd\x16\x9b\x71\x3d\x5a\xef\xe7\xa2\x37\x12\xf7\xbc\xad\xcd\x65\x5b\x5b\x8f\x67\xda\x97\x16\x0f\x70\x09\x10\xdc\xf6\xa5\x65\xc1\x2e\xd1\xcc\x9c\x7d\x4d\x49\x25\x4b\x34\x33\x6f\x01\xf7\x6b\xf1\xd2\xd6\x7b\x52\x5a\x5c\x44\x2d\xad\x26\x2f\xc3\x31\xb7\x65\x19\xae\x26\x2f\xe3\xcc\x25\x2b\x6e\xc9\x99\x2b\xbb\x62\xdd\xb5\xac\xb8\xd5\x65\x46\x9c\x2e\x59\x71\xcb\x8a\x7b\xf8\x34\x4b\xe8\x70\x61\xce\xcf\x21\xbb\x25\x74\xb8\xb6\x3d\x39\x9e\xad\xd8\x74\x2d\x96\xe0\x92\x82\xf1\x34\xfd\xb4\x05\x2d\x89\x69\x4f\xd7\x3a\x26\x7a\x61\xa2\x2b\x97\x68\xc9\x0f\x5e\x4b\xcc\xf7\x3d\xff\xf4\x39\x96\x38\xf2\xfe\x1c\xe1\xda\xbb\x4c\xb8\xc4\xe9\xea\x16\x79\x09\xd7\xb6\x19\xc3\xb5\x6d\xc6\x51\xb7\x7d\x17\xae\xbd\xcb\x84\xcb\x3a\x7a\x83\xdb\xf7\x2e\x13\xae\xbd\x9c\xc6\xbb\x1d\xc7\x70\xed\x75\x14\x2e\xeb\xe8\xdd\xa6\x5c\xb8\xb6\xb1\x18\x2e\xc1\xbb\x77\x2f\xd8\x70\x6d\xce\x3a\x5c\x82\x77\xef\xad\xf5\xe8\x9f\x16\xd7\xdb\xfd\x73\xdb\x70\xe1\x92\x62\xdb\xb2\x7f\x6e\x2a\x24\x5c\x72\xbb\xda\xa3\xf5\xbd\x2c\xc2\x25\xb7\xab\x3d\x5a\xdf\x86\x5d\xb8\x6e\xb1\xd4\x7a\x2e\x7a\xa6\xd5\xd1\x5e\x0d\xed\xed\x2c\x5c\x22\x65\xad\x79\xf7\x6c\x94\xb6\xed\x37\x08\x2e\x87\x2b\xbb\x5d\x3a\x6c\xfb\xb4\xbe\xb7\xb3\x70\x49\x15\x68\x4b\x43\xc5\x78\xca\xd8\x52\x69\x2d\x5c\xc5\xbb\x5b\x32\x8a\xaa\x05\x42\x51\x81\x50\xd4\x50\x07\x2d\x10\x8a\x0a\xd7\x3e\x86\x3b\xb6\xb0\xf0\xff\x36\x28\x02\xf9\xa8\x40\x37\x6a\xf4\x6a\xb4\x1e\xfd\x95\x2b\x4b\x75\x38\x5c\x7b\x21\x85\x4b\x72\x41\x3f\x63\x50\xbd\x84\x5c\xd9\xde\xf4\xb7\x1a\x03\x51\xb8\xde\xf4\xb7\x7a\x09\x39\x5e\x7d\x18\x83\x6a\xa6\xec\x05\x38\x08\x0c\x87\xeb\xf5\x66\x02\x6e\xfd\xcc\xa9\xd7\x4c\x79\x45\x35\xaf\x73\x51\xe7\x5f\xd1\xd7\x9d\x37\x16\xae\xe6\xb3\x48\x04\x20\x5b\x14\xae\x6e\x5c\x85\xbc\x48\x0c\x85\xab\x7b\x23\xd1\xad\x99\x75\x7e\x78\x77\xa1\x78\xda\x3b\xe1\x1a\xfe\x69\xaf\xa3\xbd\x13\xae\xe9\xdd\x45\xa2\xe6\xf4\xcc\xe9\xdd\xb7\x61\x38\xd4\x06\x0b\xd7\xd4\x25\x21\x24\x9a\x36\x81\x5c\x55\xb8\x44\x8b\xa8\x72\x86\xeb\x33\xa3\xbf\x13\x85\x7b\x5d\xd4\xa5\xcd\x65\x0c\xaa\x32\x81\x24\x55\xa0\x45\x35\xa8\xb5\x04\x92\x54\xe1\x12\x60\x5f\x3b\xd3\x24\x04\x0b\x97\x40\xd5\xe0\x90\x07\x3a\x55\x21\x58\xb8\x6b\x5b\x6d\x81\x32\x55\x08\xb2\x97\x08\xb3\x04\x3a\x55\x81\x40\xd5\x70\xac\x20\x10\xa1\x0a\xe1\x84\x90\xe2\xf9\xe7\x70\x51\x64\x27\x6a\x7d\x2f\xce\x10\x4e\x0c\xe8\xf5\xcf\xed\x98\x85\xf0\x8b\xec\x44\x17\xfd\x13\xdb\x49\x16\x24\x90\x81\x0a\x64\xa0\x26\x69\x8c\x10\x6e\x0d\x61\x26\x83\x6f\x44\xf1\x29\x84\x13\x85\x19\xde\x28\x7b\xcd\x13\x85\xf9\xce\x45\x0d\x65\xb1\x95\xcb\x1b\xed\x04\xca\x40\xf8\x69\xc6\x6d\x48\x86\x60\x39\x52\x7c\x9a\xdc\xec\x10\x36\x15\x12\x28\x3e\x4d\x95\xdc\x03\x71\xa7\x10\x4e\x68\xc6\x72\x0c\x8f\xa1\x7b\x44\x4c\x1e\x0d\x59\xb8\x14\x9f\x66\x3c\x6f\x54\x3d\x13\x09\x49\x76\x21\x84\xe6\x76\x3a\x9f\x77\xf0\xcf\x6d\x09\x86\x40\x90\x93\xf4\x40\x20\x77\x14\x02\xc5\x4b\x9e\x6a\xa0\x7a\x14\xa8\x1e\xcd\xbb\x79\x66\x37\x9e\x34\x2d\xef\x66\xe8\xba\x67\xe2\x04\xef\x7e\x9e\xe9\x13\x8b\x59\xdc\xe6\x7c\x18\x2e\xee\x45\x32\x29\x02\x84\x30\xbc\xbb\xf8\x42\xde\xda\xa8\x81\x42\x51\xa0\x50\x34\x1d\xd4\x0f\x24\x86\x42\x10\x35\x50\x8c\x25\x84\xa5\x4b\x3b\x73\x79\x72\x4a\x03\xc5\xa0\x10\xf6\xf6\x34\x39\xa5\x81\x1c\x50\x88\xdb\x94\x9b\x32\x0b\x43\x34\x93\xe3\x85\x3d\xde\x46\x74\x20\x0e\x14\xa8\x02\xcd\xe7\x3a\xff\x6c\x2e\x76\x17\x97\x8b\xd3\x45\x4c\xef\xe6\x04\x43\x0c\x9e\x29\x6a\xf0\x94\x73\xd1\x3f\xc3\x51\xa2\xcb\x2e\xee\x69\x13\x23\x7d\xb9\x2d\x39\x1f\xe2\xa6\xff\x42\x44\xff\x8d\x5d\xaa\x23\x10\x0e\x0a\x84\x7f\xda\x88\x6e\xdf\x71\xcf\x40\xf8\xa7\x8d\xa4\xf3\xc9\x6b\x1e\x8d\xb5\xd3\xa5\xe4\x99\xc9\x33\x93\x86\x92\x7e\x26\x34\xe5\xae\x1b\x11\xa2\x0d\x30\x1e\x39\xb5\x5b\xeb\xb7\x67\xee\x0d\xb0\xd1\xaf\x0d\xf4\x7f\x02\xc5\x9f\x36\x36\x05\x16\x28\xfe\x04\x72\x3e\x6d\x64\x0d\xdd\xfa\xb9\x9d\xb5\x36\xb6\x74\x72\x88\xd9\x78\x66\x03\x62\xff\x8c\x7b\x01\x05\x42\x3c\x6d\x54\xad\xef\x4d\x2e\xc4\xa2\xf5\xad\x50\x13\x62\xd1\x7a\x21\x10\xf7\xea\xd2\xce\x0a\x09\xb1\x78\x66\xf3\x46\x8f\xce\x3f\x47\xc8\x4e\x97\x1e\x03\x82\x3d\x54\xc6\x32\x10\xdb\x09\x54\x76\xda\xe8\x9e\xf9\xe8\x27\x4a\x51\x89\xcb\x40\x73\x27\xd0\xdc\x69\xf2\x5c\x42\x7c\xbc\x66\xf5\xcc\xa1\xa1\xea\xc3\x55\xb7\x4f\x9f\xa3\xba\x9d\x48\xda\x80\x60\xb1\x9e\xdb\x7d\xcd\x4f\xeb\xaf\xd7\x7c\x0f\x41\x6c\x40\x6c\x67\x91\x72\xda\xbc\x0c\x88\xed\x8c\xe6\x4e\xa3\x23\x1a\xe2\x6b\x82\x35\x62\x6e\xc1\x0c\x69\x9e\x49\x24\x6d\x06\x5d\x82\x0c\x34\x77\xda\x0c\x3a\xdf\x3c\x93\x48\x9a\xd4\x9b\x10\x6d\x91\x34\x77\xda\x8c\xba\x64\x8b\xa4\xb9\xd3\x08\xd0\x07\x9a\x3b\x81\xe6\x4e\x9b\xe9\xfd\xd3\xa0\x20\xc8\x13\xe2\xde\x54\xdb\x4c\x16\xd9\x30\x29\x86\xfe\xde\xfa\x3b\xf4\x77\xe8\x6f\x36\x84\xc3\xc2\xa5\x8b\x36\xcf\x3c\x85\x3a\xb4\x77\xda\x3c\xf3\xd4\x4e\x4b\x58\xa7\xcd\x33\x25\xa7\xd7\x9d\x04\xed\x8a\x37\x9b\x16\xc4\x24\x92\xf7\x18\xec\xe9\x5b\x11\x4b\x9b\x8f\x67\x7e\xe6\xe9\x67\xb0\x77\x64\x2f\xd0\xde\x09\xf1\x33\x30\x55\xe7\x21\x19\x09\x9e\x36\xed\xde\xf1\xd3\xfa\xe7\x99\x67\x9a\x2f\x93\x97\x04\xda\x7c\x75\x69\xb9\x7d\xb9\xbd\xe9\xbc\x2d\x3d\xd2\x45\x9b\x36\xff\x68\x4b\x8f\x74\xd1\xa6\xb9\x4f\x90\x27\x10\xe4\x69\x6a\x95\x06\x4a\x3c\x21\xd1\x45\x9b\xdb\x53\x0d\xb4\x77\x42\xa2\x8b\xa6\x8e\x69\x48\x1b\x01\x03\x41\x9e\x36\xf7\xb9\xba\x90\x58\xed\x29\x50\x4c\xdc\x04\x47\x48\x9b\xd4\x0d\x89\x02\x25\x2d\xfe\x90\x6c\xfe\x24\x78\xda\xdc\x4c\x6f\xa0\xc4\x13\x48\xf0\xb4\xb9\xb5\x03\x02\x25\x9e\x90\xa0\xe3\xb4\x20\x08\xf2\x84\x74\x82\x23\xdb\xb3\x0a\x69\x53\x4b\x81\x2e\x4f\x9b\x4b\x3f\x37\xa7\x14\x52\xf4\xcc\xe5\x8d\x92\x77\x4f\xa2\x1b\x60\x98\x3c\x4f\x48\x27\x62\x12\xf4\x33\x79\x26\x74\xfc\x82\x86\x92\xce\x6f\xf7\xa0\x29\xbb\x1a\xa8\xf4\x84\xb4\x3d\xea\xf6\x45\x9d\xe7\x33\xa4\x9b\xba\x61\xd4\xfa\xa6\x7f\x43\xa2\x40\xf9\x25\xfd\xbc\x3d\xf3\x26\x10\x98\x74\xe9\xf6\xcc\xdb\x33\x01\x36\x75\x9f\x90\xb6\x7b\xd0\xc8\x64\x87\xb4\xad\x93\x40\xd6\xa7\x39\x47\x1b\x52\x76\x3b\x70\xfd\x4c\xef\x04\x5c\x69\xfd\xb4\xaf\x78\x26\x70\x4d\xc0\xf5\x33\xbd\x29\xff\x04\xca\x3f\x4d\x32\x59\x20\xf2\x13\x12\xc4\xfd\x1e\x1f\xae\x98\x0c\xc5\x80\x54\x6f\xc4\x9c\x49\x82\x38\x0a\xbb\x06\x3a\x40\x81\x9e\x4f\xfb\x40\x7b\x02\xae\xa4\x7b\xda\xf7\x1a\xa5\xea\x9f\x95\x0e\x62\xd3\x25\x6e\x01\xb5\x9d\xf6\x35\xa3\xf4\x9e\x8b\x9e\xd9\xbd\xe6\xab\x4b\x47\x18\xf2\xcc\x4f\x98\x97\x8e\x30\xe4\x99\x8a\xcd\x27\x6e\x6e\x9f\x06\x04\xe6\xd1\xd0\x69\xdf\x99\x8a\xdb\x36\x0a\xe9\x68\x40\x7e\x3a\xcf\x1a\x4a\x47\x03\xf2\xcc\x3a\xd6\x50\xea\xbe\xfb\xd2\x50\x37\x74\xdd\x77\x5f\x06\x04\xd6\x51\xd2\x69\xdf\xd2\xfa\xf0\x39\x86\xa8\xd6\x65\x40\x86\xf9\x49\x03\x72\x5d\x5a\x1f\x3a\x3f\x44\xdf\x82\x7e\x72\x35\xd2\x14\x68\x63\xf4\x25\xc6\x54\x3a\xca\x8e\x51\x97\x3e\x83\x7c\x94\x1d\xa1\x78\xfa\xbc\xd1\x51\x76\x4c\xfa\xf9\xb9\xfd\x13\x53\x03\xbf\x94\x6d\x02\x49\x9b\xb6\x6e\x9d\xff\x7c\x77\xc1\xd0\x75\xe6\x27\x5b\x2c\xd1\xbb\x55\xbf\x36\xd0\xb2\x09\xb4\x6c\xda\x3a\xf3\x73\x9d\xdb\xf5\x73\xd7\x54\x08\x04\x6e\x02\xd9\x9a\xb6\x4c\x5a\xb2\x35\xe1\x3e\x22\x8e\x9b\xb7\x0f\x44\x6c\x02\xa1\x9a\xb6\x76\x4c\x2d\x28\xec\x1f\xc8\xd6\xb4\x65\x7e\x92\xad\x09\x64\x6b\xda\xda\x39\xf1\x41\x29\xff\xa0\xc4\x7e\x5b\x26\xed\xbd\x51\x2a\x10\xa3\x69\xeb\xd5\x50\x74\x7b\xa4\x2b\xf9\xea\xd2\x06\xa4\x40\x8c\xa6\x2d\x93\x56\x55\xfc\x70\xc3\x25\x75\x1a\x82\x02\xf8\x41\x75\xfb\xa6\x30\x6f\xa0\x50\x13\x6e\x22\xb8\x6b\x13\x70\xe1\x4e\x6e\x4f\xc4\x3b\x61\xf2\xbd\x33\x7b\xc3\x0d\x97\x56\xd7\x3a\x5c\x52\xdd\xbe\x2d\x40\x7d\xb3\xda\x94\xb5\x6f\x6b\xf3\x8c\x41\x59\xfb\xa0\x9e\x7d\x5b\x16\x82\x7a\xf6\x81\xce\x4d\x5b\xd3\xbb\xe3\x32\xe8\xdc\xb4\x65\x75\xa8\x59\x1f\x14\x9d\x6f\xeb\xd3\xa5\xec\xf6\xec\x76\x0b\x41\xb5\xf9\xa0\xcc\x7c\x5b\xcb\xbb\xe3\x32\x6e\x10\xb4\x2c\x04\xca\x36\x41\xb9\xf8\x7e\x5d\xba\x54\xdc\x4e\xcb\x46\xb1\xdf\x40\xcb\x26\x28\x10\xdf\xaf\x10\xfe\x34\x28\xc8\xde\x04\xc5\xe0\xfb\x15\xf4\xe2\x31\xae\x54\xc4\xc4\xfc\x83\x6a\xee\xe1\x68\xda\x5c\x51\xd7\x1e\xd3\x07\x99\x7f\x45\x63\xb0\x81\x29\x1c\xf9\x9a\x2b\xf9\xd4\x55\x7f\xab\xfe\x32\xbb\xd5\x53\x0f\x37\xc1\xb0\x0b\x8a\xdf\x18\x0a\x35\xd3\xfb\x75\x7b\xdd\xd7\x67\x21\x18\xa6\x2a\x71\xb8\x77\x62\x5b\x38\xf2\x35\x57\xd1\x4f\x7e\x9d\x32\xe7\xfd\x2a\xde\xa8\x79\xa6\x18\xf5\x75\x96\x0e\xcc\x3b\x4a\x35\x72\x3a\x03\xa5\x9a\x40\x86\xa6\x5f\x67\xe9\x70\xf6\x8e\x28\x8d\x1a\xc5\xe1\x06\x6f\x4a\x93\xf7\xab\x7a\x4d\xf0\x46\x86\xa6\x5f\x67\xe9\xa0\x42\xc8\xd0\xf4\xeb\xd5\x4f\x56\x9b\x6a\xe2\xfd\x3a\x4b\x07\xbc\x29\x23\xde\xaf\xb3\x74\xc0\xdb\x3d\x88\xa2\x9e\x55\xc2\x94\x53\x38\xbc\x13\x3d\x0f\x0a\x87\x07\x15\xc3\xfb\xd5\xbd\xe6\xf0\x46\xb4\x18\xae\xb3\x20\xa6\xce\xd3\xb4\xb9\x86\xcf\xc1\xbe\x53\xd6\xbb\x5f\x53\x3f\xd9\x77\x47\xe8\xe6\x9a\x5a\x9f\xde\x88\xa6\xcd\x75\x16\xc4\xe7\xdd\x05\xc3\x69\xc2\x87\x1b\xe7\x72\x84\x6e\xae\xb3\x20\x40\xa6\xca\xd8\xfd\xfa\x74\x09\xbc\x29\x89\xdd\xc3\x4e\x15\x09\x4a\x62\x07\x7a\x37\x3d\x60\x13\xc8\xde\x04\x85\xae\x7b\xe0\x16\x52\xbf\x09\x6a\x5a\xf7\x10\xce\x3f\xbb\x8b\x24\x4e\x41\x3b\xd9\x9b\xa0\x52\x75\x0f\x66\xb2\x4a\xd5\x81\xde\x4d\x0f\x66\x72\xde\xd4\x69\xc8\x02\xec\x92\x5c\x03\xf5\x9b\x90\x05\xd8\xc3\x26\x8a\x03\x2d\x9c\x40\x04\xa7\x87\xdb\x33\xb7\xb9\x16\x72\x94\x2e\x81\x99\x52\x94\x3a\x1c\x49\x9c\x90\x75\x69\xc3\x62\xa0\x8c\xd3\x83\x4d\x80\x40\x4e\xa0\x8c\xd3\xc3\x2e\x99\x1a\x08\xe4\x84\xa3\x7e\x13\x4c\x6f\xb2\x37\x21\x27\xba\xa7\x8f\xa1\xc3\xf8\x50\xb1\xe9\xc2\x3d\x41\x01\xe9\x40\xc5\xa6\x07\xb3\x4e\xe5\xe8\x70\x34\x6d\xc2\xab\xf3\x80\x50\x41\xe8\x1e\x4c\x45\x62\x34\xe1\xe8\xce\x28\x4a\x1d\xe8\xce\x84\xa3\x3b\x13\xba\x7e\x32\xbb\x54\x74\xee\x81\xaf\xa8\xa2\x73\xa0\x34\xd3\x83\xf9\x49\x70\x26\xe4\xa3\x0e\xcb\x1e\x21\x38\x13\x94\x64\xee\x61\x18\x10\x60\x45\x7e\xa6\x87\xa9\xa1\xe2\xc3\x1d\x21\x58\xf3\x53\xa1\xe5\xa0\x8a\x72\x0f\x1c\x48\x75\x93\x43\x3e\x42\xb0\xa6\x22\x15\x9a\x40\x7e\xa6\xab\x7b\x1d\xa8\xd0\x04\xa2\x32\x3d\x2c\x0d\x41\x30\xf5\x8f\x7b\xe0\x6a\x92\x98\x09\x47\x62\x26\xc2\xe6\xfc\x1a\xe4\x0d\x64\x3d\x5e\x5e\x93\x2d\x96\xe9\x20\x46\x80\x9d\xc1\x5a\x16\xb8\x8c\x8c\x14\x62\x34\xe1\x88\xd1\x44\xf0\x9b\x61\x1d\x4d\x9a\x1e\x11\x1c\xa4\x69\xc2\xd1\x9d\x89\x67\x26\x6f\x73\x2d\x1c\x89\x99\xc8\xd5\x54\xd5\x38\x50\x9a\xe9\x31\x69\x1d\xb1\x45\x69\xa6\xab\xc1\x1d\x32\xac\xcb\x47\x08\xf6\x4c\x6f\xb6\x18\xfd\x98\x1e\x79\x93\x19\x82\x1d\x35\x99\x98\x8d\x27\x04\xcb\x10\x2c\x22\x38\xf2\xf0\x89\x37\x3c\xf5\x78\x66\x32\x62\x2b\x9f\x7c\x9c\x9d\x98\x18\x28\xc6\x84\x7c\xf2\x71\xc0\x2f\xe1\x98\x90\x37\xed\xdb\x23\x6f\x92\x8c\x4c\x50\x50\xb8\xc7\x47\x43\xb8\xe0\xa3\x11\x13\xab\x15\xf7\x19\xf9\xa3\xf9\x0a\x7e\x29\xc6\x04\x52\x31\x5d\xad\xf0\x90\x81\x15\xa9\x98\x1e\xcf\x9c\xff\xcc\x3a\xb2\x84\x71\xe7\x07\x07\xc2\x31\xe1\x08\xc7\x88\x66\x06\xa5\x80\x03\xfd\x98\x1e\xcf\x42\x58\x5a\x5f\x12\x94\xce\x42\xe0\x77\x2a\xe6\xdb\x23\x7b\x84\x70\x4c\x20\x1c\xd3\x23\x4c\x56\xb7\x37\xd0\x8f\xe9\x11\x69\x42\x46\x26\x94\xeb\xa4\x1d\x65\x17\xa7\x8b\xfa\xc9\xf3\xa3\x11\x13\x8a\xf4\x83\x04\x54\xcb\x36\xec\x42\x39\x42\xb0\x9c\x3c\xc2\x31\x81\x1c\x4c\x4f\xd7\xb9\x7d\xb8\xb8\xe7\x52\x0a\x7f\x0a\x5b\x05\x5a\x31\xa1\x1c\x95\x58\xe4\x09\xad\x98\x40\x2b\xa6\x27\x94\x1d\xad\x98\x40\x2b\xa6\x27\x6e\x21\xad\x98\x40\x2b\xa6\x27\xd3\xbc\x00\x42\x5a\x31\x5d\x7a\x79\x28\xcc\x44\x35\x7a\x7b\xe2\x2b\x16\x3c\x9e\x52\xbd\x3d\x31\xd0\x95\xea\x0d\xea\xe2\xf6\xc4\xca\xa0\xeb\x12\x14\xc4\xed\x09\x8f\x47\xa6\x25\xd0\x67\xe9\x69\xa7\x84\x06\xc2\x2c\xa1\x80\xb7\x04\x5c\xc9\xb4\x04\xfa\x2c\x3d\x3d\xfa\xb9\xc1\x2e\x90\x62\xe9\xc9\x3c\xa5\xc8\x12\x48\xb1\xf4\x24\x06\x44\x83\x25\xd0\x60\xe9\x09\x97\x51\x8a\xd7\xdc\x96\x5d\x4f\xa6\x24\x61\x96\xa0\x24\x6d\x4f\xef\x79\xa6\x41\x66\xb5\x25\x3c\x1e\x99\x96\xa0\xb4\x6c\x4f\xb0\x59\x69\xd9\x40\xb4\xa5\x27\x04\x07\xed\x96\x50\x60\x5e\x32\x4f\x29\xb2\x04\x1a\x2c\x3d\x75\x03\x82\x39\x27\xc5\xd2\x13\x1e\x8f\x06\x4b\xa0\xc1\xd2\xd3\x3c\xb7\x1b\x3a\x40\xa8\xe6\x7b\xa0\xc8\x12\x54\x75\xed\x09\x43\x41\x98\x25\x90\x62\xe9\xe9\xcc\x53\x98\xa7\xb0\x6a\x4f\xdc\x42\x1a\x2c\x41\x0d\xd5\x9e\x78\x80\xa5\x19\x3a\x98\xa7\x22\x4f\x50\x58\x35\xa8\x93\xda\xef\x33\xa3\x11\x71\xe4\x56\xfa\x0d\x5c\xc9\xad\x04\x72\x2b\xfd\x3e\xf3\x93\xff\x49\x75\xa5\xdf\x68\x8b\x02\xf3\x08\xab\xf4\xfb\xcc\x4f\xa6\x1c\x61\x95\x7e\x9f\xf9\x39\xbc\x26\x29\xc1\x9b\xaf\x48\x4a\x25\xd0\x50\xe9\x4a\xd4\x07\x52\x2a\x81\x86\x4a\xbf\xcf\xfc\x14\x14\x53\xda\xb4\xdf\x67\x7e\xc2\x3c\xea\x27\x5d\xdd\xfa\x50\x18\x68\x44\x50\xfa\x0d\x86\x69\xa1\x84\x02\x08\x55\xb1\x0f\xea\x96\x06\x92\x28\xfd\xde\x19\x31\x41\xe1\xd1\xa0\xaa\x68\xbf\x79\x95\xea\x88\x06\x05\x44\xfb\x8d\xd4\x53\x40\x34\xa8\x1c\xda\x6f\xac\x47\xe1\xd3\x52\x46\xe9\xf7\x99\xf3\xe2\x0b\xd4\x4f\xfa\xcd\x81\x54\x01\x34\x28\xfd\xd9\x6f\xa4\x9e\xd2\x9f\x41\xcd\xcf\x7e\x23\xf5\x0a\xa3\xaf\x00\xc2\xdb\x42\x50\x08\x34\x10\x4f\xe9\xb7\x98\x9a\x2a\x9f\x41\x09\xcf\x7e\x63\xfa\x88\xa7\x04\xe2\x29\xfd\xc6\xf4\xa9\xeb\x19\x1e\x79\x58\x37\xa6\xef\x01\x84\x6a\x77\xf6\xdb\x42\x50\xad\x33\x28\xc5\xd9\x6f\x0e\x24\x99\x95\xa0\x06\x67\xbf\x61\x33\xd1\x95\xf0\x44\xef\xce\x48\x79\x98\x72\xcf\x49\x8b\xb4\x3a\xe8\xab\x04\x1a\x2a\xfd\xe6\x40\x92\x52\x09\xcf\xc9\x95\x44\xea\xa9\x9e\x19\x9e\x93\x2b\x89\x49\x51\x36\x33\x3c\x47\xfc\xda\xea\x20\xb3\x12\x28\xaa\xf4\x9b\x03\x49\x51\x25\x28\x7c\xd9\x6f\xfc\x1d\x7d\x95\x40\x58\xa5\xdf\x96\x0c\x7d\x95\xa0\x80\x65\xcf\x96\x0c\xd5\x94\x40\x27\xa5\x67\xf6\x08\x9d\x94\xf0\xc0\xba\x8c\xe9\xa3\x9a\x12\xd4\xa3\xec\x19\xd3\x47\x3c\x25\xd0\x49\xe9\xd9\x92\x51\x96\x32\x3c\xec\xbb\x8c\xaa\x7b\xd8\x77\xca\x52\x76\x07\x4f\x02\x9d\x94\xf0\x1c\x45\x6c\x4e\x1e\xd5\x94\xf0\xd0\x15\xcc\xf8\x11\xe2\x29\x81\x5c\x4a\x3f\xf1\x2f\x3a\x29\xe1\x91\x6a\x99\x79\x7e\x04\x52\x82\xfa\x90\x3d\x8b\x2b\xa9\x0f\x19\xe8\xa4\xf4\x8c\x1f\xa1\x93\x12\x88\xa0\xf4\x6c\x7a\xd3\x42\x09\x84\x4e\x7a\xe6\xe4\x11\x3a\x09\x84\x4e\x7a\xe6\xcf\xa9\x67\x18\x94\x08\xec\x19\x15\xa2\x3c\x60\xa0\x69\xd2\x33\xf4\x56\xeb\x2f\x50\x31\xe9\x19\x7f\xa7\x28\x5f\xa0\x69\xd2\x33\xf4\x56\x85\x2f\x90\x36\xe9\x99\x93\xa7\xc8\x5e\xa0\x69\xd2\x89\xd1\x04\x15\xf3\x82\x82\x77\x3d\xf3\xfc\x14\xbb\x0b\x54\x4c\x7a\x86\xde\xc4\x4c\x02\x15\x93\x9e\x87\xd7\xec\x1a\xda\x26\x59\xcf\x67\x26\x8b\x16\xd0\x26\xe9\x99\xe7\xa7\x78\x5b\x50\xad\xad\x67\xa1\x19\xba\x25\x81\x60\x49\xcf\x58\x0f\x05\xd8\xc2\xc3\x9b\x74\x94\x26\x50\x2a\x09\x64\x48\x7a\xc6\x09\x52\x23\x09\x0f\xdd\xe8\xbc\xf2\x9f\x06\x05\xc5\x92\xf0\x7c\x7a\x81\x12\x21\x40\x12\x48\x8e\xf4\xc2\xec\x7e\x98\x5f\x0f\x89\xbe\x82\x1b\x24\x39\x12\x1e\xf8\x54\x10\x1c\x04\x48\x02\xc9\x91\x4e\xd3\x26\x90\x1c\x09\x95\x57\x59\xf8\x8a\x15\xea\xd4\xeb\x88\x8a\x7f\x2e\x56\x17\x37\x0c\x17\x04\x07\x55\x92\x40\x4f\xa4\x17\x73\xbf\x72\x20\x2b\x5f\xb1\x08\x21\x92\x15\x09\xf4\x44\x7a\x01\xed\x15\xea\x28\x3b\xd7\x0b\xc2\x90\xd6\x48\xa8\xac\xa1\x62\x41\x54\x79\x39\x55\x71\x93\x92\xcf\x3f\xf7\xb8\xd2\x0c\xe9\x05\xb4\xd3\x0c\x09\x34\x43\x7a\xc1\x7a\x54\x26\x12\x79\x90\x5e\x2c\x08\xba\x20\xa1\x02\x98\x82\x1b\xac\x00\xa6\x66\xaf\x09\xda\x2b\x86\x8a\x3e\x47\x2f\x60\x98\x4c\x47\xa8\xc0\xa0\x20\xf7\xd4\xcc\x0b\xd4\x3a\x7a\x61\x37\x93\xe9\x08\xf4\x39\x7a\x11\x5b\x21\xd3\x11\x2a\xc3\xa7\x98\xd1\x95\xe1\x43\xb4\xa3\x17\xbe\x22\xed\x8e\x50\x79\x80\x05\x97\x41\xc2\x23\xd4\x93\x8c\x2d\x96\x5e\x31\xe7\x84\x39\x7a\x61\x37\x57\x09\x35\xf4\x39\x7a\x61\x37\x93\xe9\x08\x95\x9e\x68\xc1\x65\x54\x61\x49\xc2\x1c\xbd\xcc\x73\xbb\xd6\x79\x80\xe5\xd3\x4f\x86\x4f\xe5\xd7\x15\x5e\x65\xe5\xd7\xd5\xd7\x6b\x72\x20\xa9\x75\x04\x6a\x1d\xbd\x60\xfc\xea\xab\x9f\x32\xb4\x8b\xe9\x5d\x61\x49\x95\x90\xfa\x98\xde\x95\x5f\x57\xc1\xc6\x03\xb0\x2b\xd8\xa8\xce\x44\x3c\xa6\x37\x0d\x8e\x50\xb9\x70\x0f\x6c\xae\x1b\x2f\x42\x3d\x6a\xf5\xbc\x4a\x3a\x1b\xa1\x1e\xb5\x7a\x51\x18\x72\x1b\xa1\xaa\xe5\xf1\xa0\x42\x2a\x17\xae\x1e\xb5\xfa\x7d\xd8\x2a\x54\xe6\x4c\xfd\x09\xd3\x2f\x17\x8d\xd2\x4f\x98\x5e\xe7\x87\x86\xd8\x38\x0f\x7e\xa4\x72\xf6\xea\xd1\xa0\x3f\x73\x1e\x6c\xd4\x6d\xd5\x74\x67\xb5\x42\x9d\x96\xcc\x91\x9b\xe7\x6a\x56\xc8\x50\x91\x50\x8f\x4d\xa0\xa2\xe8\xeb\xd1\xa0\xc7\x8f\x54\xcc\x54\x3d\x72\xf3\x67\x21\x70\xe1\x88\x68\xf4\x87\xab\x59\x99\x33\xf5\x28\xcb\xdb\x04\x2a\x8a\xbe\x2e\x9f\x03\xd3\x57\x01\x4b\xdd\x50\xd2\x1f\x3b\x43\xe5\xd7\xd5\xa3\x41\x6f\x67\x78\xf9\x75\x2f\xbf\xee\xe1\x55\x12\xe6\x08\xaf\x0c\xf2\xc7\x92\x79\x61\x08\x29\x8e\xfe\xf0\x2a\x5f\xe6\xcc\xcb\x9c\x79\xac\x8e\x97\x39\xf3\xf2\xeb\x1e\xab\xe3\xe5\xd7\xd1\xe7\xe8\x8f\xd5\x41\x98\x23\x50\xdd\xe8\x0f\xaf\x92\xf8\x46\x78\xe9\xc5\x3f\x4c\xf8\x17\x45\x4f\x44\xa3\x3f\x56\xc7\xcb\x72\x79\xc1\xc5\xb3\xb3\x2a\xc3\x8b\x4e\x7f\x1d\xe8\x78\x40\xfb\x2b\xcc\x47\x36\xa3\x3f\xa6\xf7\xcb\xcd\xa2\x97\xd1\x2b\x4c\xa6\x97\x11\xe8\x65\xf4\x8a\xbf\x7b\x85\xf9\x48\x63\xf4\xca\x5a\x7f\xb3\xd6\xe9\xc5\x57\x8e\x23\xa1\x8c\xf0\x3a\xfa\x51\x01\xf5\x8b\x63\x57\x8c\xb3\x57\x54\x08\x11\x8d\xa0\xee\x66\xaf\x66\xb2\xba\x9b\x81\x88\x46\xaf\xd0\x5b\x51\xcd\x40\x4b\xa3\x57\x4c\x9f\x6a\x9a\x41\x19\xcd\x5e\xa1\xb7\x32\x9a\x41\xfd\xcc\x5e\xf1\x23\xea\x67\x86\x17\x2e\x55\xd3\xfb\x95\x58\x41\x60\xa3\x57\x33\x99\xce\x46\x78\x39\x64\x15\xd3\xf7\x72\xc8\x5e\x74\x55\xc5\x8f\xbc\xf2\x04\x69\x70\xf4\x6a\x26\xbf\xe8\xaa\x97\xeb\x56\xcd\xe4\x97\x39\x43\x9f\xa3\x57\x1e\xea\x5b\x8d\x12\x0e\xab\x82\x74\x6a\x1d\xe1\xe5\xcf\x55\xa4\xc9\x2b\x79\x90\x3e\x47\xaf\xa6\x37\x61\x8e\x40\x8a\xa3\x57\xe1\x48\x8a\x1c\x81\x14\x47\xaf\x6c\x9c\x57\x3c\xf1\x7d\x1d\xfd\xe0\xa1\x92\xe9\x08\xe4\x36\x7a\x3d\x73\x9e\x97\xf6\x42\xb0\xca\x30\xa7\xac\x11\x28\x6b\xf4\x6a\x47\x78\x19\x3e\xef\x39\x78\x72\xa6\x37\x04\xa3\x97\xd1\xab\x4c\x93\x17\x82\x91\xcd\xe8\xff\x80\xce\x5f\x06\x05\x69\x8d\x40\x53\xa3\xd7\x33\xf7\x87\xe5\x88\x4e\xaf\x67\xee\x33\x80\x88\x62\xf4\xca\xa7\xa5\x8d\x11\x5e\x0c\x55\x85\xf7\x2f\x6f\xed\xc5\x50\x55\x2c\x22\xdd\x8c\x40\x37\xa3\x57\x9b\x00\xdd\x8c\xf0\x82\xb7\xba\xac\x27\xe9\x12\xc4\x30\x7a\x45\x2d\x92\xbf\x08\x2f\x78\x7b\x6d\x02\x2f\x78\x23\x86\xd1\x5f\x2c\x0d\x4d\x8c\xf0\x82\xb7\xf7\xac\x27\x26\x12\x69\x8c\xfe\x72\x74\x5f\xf0\xf6\x82\xb7\xd7\x26\x40\x2f\x23\xbc\x54\x8c\x5f\x3e\xed\x2b\x5d\xe2\xe5\x98\xbd\xd6\x53\x83\x64\xed\x3a\x27\x72\x8a\x8b\x8f\x8b\x6e\x47\x2d\x52\xcf\x08\x8d\x89\xf4\xa2\x16\x1b\x78\x23\xa2\xd1\x5f\x4b\xa7\x89\x2b\x36\xa0\xf5\xf2\x69\x5b\x70\x3b\x32\xea\x85\xf7\x24\x35\x42\x23\x3b\xff\x32\x7c\x9a\xbc\x31\xb2\x19\xfd\xb5\x74\xe8\x65\x04\x62\x18\xfd\xe5\xd3\x36\x8e\x19\x69\x8c\xfe\xc2\x7b\xd2\x18\x81\x34\x46\x7f\x51\x36\x4d\x12\x44\x03\x84\xaf\x4d\x80\x5e\x46\xa0\x90\xd1\x5f\xab\xa4\x09\x36\x36\xe8\xf8\xa2\x16\xe9\x65\x84\x46\x4c\xfe\xb5\x4a\x1a\x74\x24\x8d\xd1\x5f\xab\x84\x0a\x46\x20\x78\xd1\x5f\xee\x6b\x93\x0e\xdd\xa8\xc0\xbf\x36\x81\x76\x9f\xdb\x9d\x9a\x42\xd9\x34\x74\x15\x31\x8c\xfe\xa2\x16\x69\x62\x84\xc6\x5b\x7b\xb9\xaf\x8d\x81\xd6\x4e\xe1\x0c\xd3\xbb\xf1\xd6\xda\x29\x9c\xc1\xd5\x6c\x30\x8f\x42\x46\x7f\x41\x7b\x63\x76\x51\xc8\xe8\x0d\x8b\x48\x28\x23\x34\x47\xe8\x1a\xce\xa5\xc9\xbf\x6c\xe0\xad\x99\x9f\x84\x32\x42\xe3\xad\x35\x5e\x65\xe3\xad\x35\x48\xd6\x78\x95\x0d\xf1\x4e\xcd\xa2\x37\x96\x0b\x51\x8b\x40\xcd\xa2\xb7\x74\x2e\xfa\x70\xa7\x4a\xc5\x3e\x4a\x13\x28\x56\x04\x8a\x15\xbd\x49\xdf\xa4\x58\x11\x28\x56\xf4\x06\x86\x29\x56\x84\x76\xaa\x54\x48\x7a\x6a\x4d\x3f\x4f\x95\x8a\x33\xc1\xe0\x53\x3b\x55\x2a\xce\x04\xeb\x26\x2d\xb3\xab\x9d\x09\xc6\xec\xa2\x51\xd1\x1b\x18\x26\x55\x11\xda\x29\x5d\x81\x34\xa1\x58\x11\xda\xa9\x52\x21\xb7\xaf\x61\xce\x1b\xe6\xbc\x21\x4d\x88\x53\x04\xe2\x14\xbd\x81\xe1\xc6\x5b\x6b\x02\x82\x0d\x69\x42\xb1\x22\x90\xa3\xe8\xed\xcc\xba\xa9\x4b\x8e\xd0\x35\xac\x47\x03\x41\x74\x28\x7a\x3b\xd3\x06\x04\x35\x84\x51\x63\x44\xb7\xcf\x7a\x47\xa7\x37\x88\xdb\xb0\x48\x0d\x9d\xde\xb0\x1e\x0d\x9d\x4e\xa3\xa2\x37\xe6\x76\xc3\x9c\x37\x84\x51\xe3\x40\x36\x7c\x78\x03\x41\x0d\xeb\xd1\x40\x50\x03\x41\x0d\x51\xd8\x40\x50\x03\x41\xcd\xfc\xec\x20\xa8\x9f\x33\x7a\xa8\x10\x4a\x17\xa1\x9f\xe3\x78\x4c\x8f\x2e\x21\xb5\x23\x8c\x1a\x50\x25\x78\x11\x08\x5e\xf4\x8e\x0a\x21\x78\x11\xba\xca\x17\xdd\x4c\x26\x63\x11\x08\x57\xf4\x1e\x34\x04\x6d\xc8\x58\xf4\x0e\x54\xbb\x3c\x2c\x6a\x16\xbd\x9b\xb4\x44\x2d\x42\x77\x8e\xb6\x63\x0f\x7b\xd4\x25\x68\xd3\x79\x93\x9d\x43\xd6\xd1\x40\x1d\x54\xd2\xa1\x08\x1d\x86\x74\xa8\x48\x95\x22\x74\x47\x66\x3b\x2a\xa4\x27\xad\x63\xb7\xbb\x99\x4c\x80\x22\x10\x99\xe8\x9d\x3b\xd8\x61\x08\xc9\x89\xde\x4d\xda\x0e\x43\xfa\xce\x5b\xe8\x1d\x15\xd2\x99\x5d\x94\x27\x7a\x37\x69\xbb\x84\xd4\x0e\x43\x3a\x77\xb0\x3b\x67\xd1\x61\x48\x47\xea\x11\xa0\x08\x44\x26\x7a\x37\x3f\xbb\xdc\xd3\x0e\x2e\x3a\xc7\xb1\x83\x8b\x8e\xc8\xee\x00\xb0\x23\xb2\x3b\x22\xbb\x33\x13\x3a\x22\x9b\xf2\x44\xef\x66\x72\x47\xee\x74\xc7\x06\x3b\xfe\xae\x73\xdd\x3a\x22\xbb\x23\x38\xe8\x50\x04\x3a\x14\xbd\x8f\xf3\x4f\x6f\xe4\x70\x6d\x37\x69\xa9\x52\x84\xce\x1a\xea\xb3\xfc\x69\x50\x50\xae\x08\x94\x2b\x7a\x37\xcd\xbb\x70\x5f\xe7\x16\x76\x8c\x1f\xc5\x8a\xd0\x19\x55\xdd\xdc\xef\x8c\xaa\xfe\xfa\x2c\xe6\x7e\x6f\x9e\x89\x4d\xea\xf2\xae\x3b\x36\xa9\x73\x0b\x3b\xc6\xaf\x73\x0b\x7b\xf3\x66\x18\xbf\x0e\xc9\xc8\x58\xf4\x93\x4d\x4d\xc6\x22\x90\xb1\xe8\xe3\xcc\x68\x96\x56\x77\xd2\x5e\x09\xef\x40\xdb\x22\xd0\xb6\xe8\xe3\x4c\x5e\xe6\x57\x77\xa2\x91\x6a\x43\xe8\x5d\x43\x62\x80\x03\xa1\x4d\xaa\x22\xd0\xa8\xe8\xa4\x1c\x42\x97\xc5\xd0\x39\x90\x03\xeb\xd1\x91\xe4\x1d\x49\x7e\xb2\xa9\x3b\xaf\xb2\x23\xa3\x06\xd6\xa3\xb3\xc5\xba\x2c\x86\x93\x62\x4d\xfe\x22\xd0\xbd\xe8\x83\x07\x48\xfe\x22\x74\x48\x36\x98\xc8\xe4\x2f\x02\x35\x8b\x3e\xce\x34\x97\x66\x4a\xcd\xa2\x0f\x87\x05\x88\x5a\x04\x6a\x16\x7d\xd8\xfc\xc9\x58\x04\x32\x16\x5d\x01\xf1\xd0\x81\x16\x35\x8b\x7e\xf2\xae\xfb\xb2\xc8\x9c\x3a\x1e\x78\xbc\x81\x5a\x1a\xa8\xa5\x21\x34\x33\xd8\x4d\x83\xdd\x34\xf8\x75\x83\xdd\x34\x4e\xb9\x9e\x7e\xfe\xd9\x5d\x1c\x2e\x7e\x2e\x4e\x17\x35\x84\xdc\x1b\xb2\x18\x06\x0b\x6b\x98\xfb\x83\x5b\x38\x4e\x61\x1f\x80\x3d\x1c\x0e\x1b\x0a\x8e\x0d\x34\xf5\xc0\x87\x8f\x53\xed\xc7\x4c\x1e\xf2\x1d\xc6\xa9\xf6\x83\x0a\x19\x80\x90\x14\x47\x1f\x66\xf2\x60\x76\x91\xdb\xe8\x83\xed\x30\x98\x5d\x83\xd9\x35\x10\x1c\x83\xd9\x35\x58\x58\xd3\x81\x23\x8a\x1c\x61\xc8\x62\x98\xe6\xe7\x60\x61\x0d\x16\xd6\x44\x70\x0c\x16\xd6\x40\x57\x4d\x93\x76\xc8\x28\x1d\x5c\xcd\xc9\x2d\x1c\x5c\xcd\xc1\xc2\x9a\x3c\xc0\xc1\xc2\x1a\xd0\x71\xf2\x00\x07\x74\x1c\xf9\x1c\x6b\xd6\x10\x96\x7b\xf0\x15\x27\x6c\x1e\x7c\xc5\xc1\x57\x9c\x68\x8b\xc1\x98\xa2\xe4\xd1\x67\x3e\xff\xd4\xcf\x53\x28\x87\xb3\x37\x10\xda\x44\x3b\xfa\x49\xad\xa6\xdd\x11\xa8\x75\xf4\x69\xd2\x0e\xf9\xf6\xd4\x3a\xfa\x44\xd5\x0d\x1e\xe0\x38\x35\x71\xf8\x75\x24\x3c\xc2\x91\xf0\x98\xc8\x88\xc1\xd9\x1b\xf2\xb0\xa6\x60\xf8\x10\xbc\x23\xef\xd1\x4f\xc2\x34\x95\x8f\x30\x10\x5b\x13\x19\x31\x10\x5b\x43\x39\xdb\x79\x66\x32\xea\x7b\xc8\xc3\x3a\xb9\xd1\x43\x6a\xfd\x50\x5b\x6c\xf6\xf3\x4f\xdf\x9d\xd5\x76\x12\xa6\x07\xab\x6d\xbc\xe7\x44\xb8\x37\x92\xc5\x30\x60\xdd\xc9\xa2\x1e\xac\x36\x92\x21\x7d\x4a\x00\xa1\x1c\x12\x48\x86\xf4\x93\x30\x4d\x39\x24\x0c\xb0\x36\xf1\x77\x04\x44\xc2\xe0\x40\xce\x33\x69\x99\x5d\x43\xf0\x6e\x72\xdd\x86\x2c\x86\x01\xc1\x4e\x6e\xf4\x60\x8b\x0d\xb6\xd8\x64\x50\x0c\xb6\x18\x71\x91\x3e\xcf\x4c\xc6\x76\x8d\x53\xe9\x86\x97\x46\x4e\x24\xd0\x11\xe9\x1f\xaa\x6e\x00\xab\xa3\x2a\xf2\x21\x38\x06\x5b\x6c\x40\xb0\x93\x45\x4d\x63\x24\x0c\x08\x76\x72\xa3\x07\x04\x1b\xdc\xc1\xef\xcc\x64\xee\xe0\x90\xb0\xf0\x9d\x99\xcc\xec\x1a\xcc\xae\x8f\x43\x46\x94\x24\x1c\x51\x92\x0f\x2b\x37\x96\x2e\x61\xcc\x3f\xb4\xc5\x40\x6c\x0d\x05\xc7\x3e\xa9\x76\x13\x82\x4d\x75\x14\x3f\x64\xc4\xdc\x46\x58\x38\x9a\x26\x84\x36\xc3\x44\x8e\x4f\xb6\xd8\xe7\xc0\xd1\x64\x76\x4d\x66\xd7\xc7\x79\x22\x74\x12\x48\x9b\xf4\xcf\xa4\x9d\x70\xe9\xc8\x97\x7c\x3c\xaa\x89\x31\xa7\x62\xd2\x4f\x1a\x34\x31\x93\x40\x9b\xa4\x7f\x28\x06\x12\x25\xe1\x88\x92\x9c\x23\x7e\x44\x49\xc2\x54\x07\xec\x33\x3f\xa7\xfc\xf5\x79\x7b\x26\x8a\x81\xd4\x48\x98\xdb\x28\xea\x9f\x38\x08\xe1\x91\x30\x99\x48\x1f\xe7\x69\x32\x91\x26\xb8\xf8\x40\xe5\xc4\x37\x4d\xca\x0a\x9f\x0c\xb8\x99\x3d\x93\xdd\xb4\x73\xa3\xff\x30\x28\xc8\x98\x84\x23\x63\xf2\x21\x0e\x26\x80\x99\x00\xe6\x33\x25\x89\x9a\x04\x6a\x26\x7d\x71\xcc\x88\x9a\x04\x6a\x26\xfd\xe4\x48\x13\x35\x09\x13\xc0\x2c\x1c\xc1\x04\x30\x13\xc0\x9c\x1c\xe9\xc9\xa8\x9a\x98\xf3\x85\x23\x98\x98\xf3\xc9\xc6\x59\x38\x82\xc9\xc6\x99\xc0\x60\x21\xcd\x26\x30\x98\x5c\xb8\x85\x34\x23\x4e\x12\x26\x8e\x68\xdd\xe7\xf6\x3d\x4f\xa7\xa4\xcc\x65\xf6\x4d\x36\x0e\x8d\x92\xbe\x78\x6b\xa4\x4a\xc2\x04\x06\x8b\x63\x36\xdb\xb9\x7d\x83\xc1\xe2\x98\x91\x31\x09\x13\xb9\x43\x3a\x34\x4c\xf6\xc8\x64\x65\x2c\x4e\xfe\x64\x65\x4c\x61\xf3\xe5\x0c\xdc\x14\x36\x9f\xa7\x48\x14\x27\x6a\xb2\x08\x26\x8b\x60\x31\x52\xe7\xf2\x39\xac\xa7\xc5\x1e\x9d\xd6\xd3\xe4\xb1\x2c\xe8\xf8\x59\x3a\x47\x55\xe4\x24\x24\x53\x15\x09\x1f\x8b\xe0\x24\x24\x7f\x82\x4d\x1f\x8f\x65\x71\xb7\x3e\x4b\xe7\xb3\x74\x16\x20\x24\x35\x12\x8e\xd4\xc8\xc2\x61\x91\x1a\x09\x9f\x14\xc6\x93\xba\xfc\xd9\xd2\x3f\x4c\xca\xc2\x61\x7d\x98\x94\xcf\x96\xbe\xbe\xf3\xcf\xfd\xee\x9f\x10\xf7\xe2\x6e\x7d\x42\xdc\x9f\xa5\x43\x4b\x35\x7c\x96\xce\xb7\x17\xc4\xb8\x58\x97\x9f\x05\xf1\x39\x47\x7d\x92\x86\x3f\x46\xff\x47\x5d\xfd\x24\xf8\x7e\xf6\xba\x8f\x76\xc0\x65\x32\xd0\x0a\x09\x5f\x25\x63\xc1\xe1\xa1\x07\x12\xbe\xbd\xbb\x8d\x0b\x0d\xf4\xb1\xef\x3f\x45\x2e\x2e\x93\xe1\x63\xdf\x7f\x14\x87\x2f\x93\xe1\x63\x98\x93\x05\x19\x17\x87\xe7\xb3\x83\x91\xf0\x18\x17\xdf\xe6\x93\xf4\xf6\x51\xf2\x3d\x19\xba\x9f\x04\xdf\x4f\xb9\x9e\xeb\x3d\xff\xd4\xba\x3a\x11\x17\x1e\xe7\x13\x53\xfd\x06\x61\x0e\xa1\x2e\x62\x1f\xe1\x27\xf6\x81\xb2\xf9\xb8\xee\x9f\x3a\x3b\x17\x97\xe3\xe3\xba\xff\xc4\x3e\xce\xd7\x14\x53\xfd\x14\xca\xb9\x38\x10\x9f\x3d\xe4\xa3\x47\x70\x9d\x0f\x37\xbd\x11\x3d\x82\xeb\x7c\x38\x61\x94\x4f\xf5\x87\x93\x62\xfb\xa1\x14\xa9\x83\x8c\xcb\x41\x6d\x22\x21\xe1\x53\x13\xe7\xe4\xdd\xd2\x0a\x09\x1f\xd5\xf2\x70\x3e\xb1\x13\x58\x84\x40\x46\x40\xee\xd0\x03\x09\x1f\xe1\x83\x00\x43\x3e\x3c\xe3\xa7\x26\x4e\xc0\xf8\x7c\xa2\xae\x1f\x09\xde\xc0\xab\x58\x16\xc2\x72\x7e\xfa\xa4\xd8\x2e\xf9\x6d\xcb\xf9\xe9\x60\xda\x50\x15\x09\x74\x44\x46\xb8\xcf\xed\x7b\xbd\xaf\x40\x94\xc4\x66\xb5\x50\x8a\x2b\x1c\xf5\x93\xd7\x45\xcf\x0c\x9e\x69\xda\xd0\x18\x09\x8b\x1a\xc2\x49\xb1\x5d\x56\xc7\x91\x1a\x09\xf2\x08\x96\x6c\xb5\xa5\xb2\x59\x30\x6d\x96\x6c\xb5\x23\x35\x12\x00\xcb\x92\x98\xb6\x54\x6a\x08\x75\xbf\xfb\xb2\x05\x2d\x5a\xe4\x81\xaf\xb0\x18\xbc\xeb\x54\x36\x33\x97\xe8\x8f\x84\xa3\x3f\x72\x52\x6c\xe9\x8f\x84\x75\x7b\x26\xb4\xa1\x3f\x12\xd6\xa9\x42\x66\x82\x91\x1a\x09\x2b\x1f\x95\x96\x3d\x6d\x48\x8d\x84\x23\x35\x12\x00\xcb\x92\xb6\xbb\x88\x29\x04\x6e\xc1\x12\x5b\x39\xfa\x23\xc1\xfc\x24\x3c\x12\x16\x31\x85\x60\xaf\x5b\x4e\x25\x90\x21\x19\x27\xc5\x96\x1a\x49\x58\xa7\xb6\x18\x5f\x76\xc9\x6b\x23\x43\x32\x82\xf9\x49\x8d\x24\x1c\xa9\x91\x20\xe1\x6b\xd9\x8f\xd6\xe3\x76\x94\xcd\x12\x31\x59\x0f\x35\x19\x94\xcd\x12\x31\x59\x0f\x35\x19\xf3\x73\x89\x83\x2c\x70\x11\x39\x10\x8b\x15\xbc\x08\x94\x47\x94\xcd\x92\xcb\xbb\x7e\xb5\xc5\xbc\x26\xd3\x78\xfd\x6a\x8b\x9d\xdb\xbd\x3b\x60\x39\x79\xb7\x4b\x70\x64\x11\x51\x38\x29\xb6\x4b\xaa\xc8\x3a\x05\xc7\xb8\xc2\xcb\x51\x54\x7a\x27\x23\x9e\x99\xcc\x0a\x5e\xa7\xb6\x18\x57\x78\xe1\x2e\x97\x9a\x38\x27\xc5\x76\xd9\x0d\x29\xa3\x8c\xc8\xeb\x25\x90\x12\xd6\x29\x38\x96\xff\x3e\x36\xba\x24\xfa\xae\x53\x78\x8c\xcb\x41\x44\x25\x1c\x11\x95\x08\x1d\x97\x4c\x38\x5a\x2a\x23\xf2\x93\x49\xaa\x84\x05\xde\xe2\x99\xfb\x36\xd5\x23\xa2\x12\xd1\x41\xd4\x53\xc2\x3a\x15\xc3\x70\x98\x6b\x9c\xdb\xbb\x8b\xc6\x80\x3f\xbf\xe8\x3b\xc4\xb3\x20\xc0\xdb\x22\x2a\x1e\x39\x27\x4b\x7e\xdb\x9a\x86\xd0\xf6\xbb\x6c\xd4\x4b\xfd\x85\xc8\xce\x5b\xe0\x6d\x81\xb7\x48\xca\x61\x61\x26\x17\x25\x88\x93\x6a\xbb\x78\xfe\x8b\x12\x44\xe4\x27\x2f\x49\x6f\x8b\xc0\x51\x3c\x0b\x82\xdd\x7c\x24\x5c\xa2\x4d\x75\x49\x65\xa3\xe4\x32\xa4\xda\x46\x12\x2e\xf1\x48\xb8\xc4\x4d\xc4\x44\x12\x2e\xf1\x52\xf2\x2b\x6d\xe1\xbd\x78\xed\x0d\x3e\x5e\x7b\x67\x1f\x69\x1f\x95\x8f\x74\x5d\xe2\xd1\x75\x49\x1b\x32\x23\x5d\x97\x78\x74\x5d\x52\xd0\xd0\xf6\xe7\x23\x25\x97\x91\x82\x86\xf6\x06\x1f\x2f\xa5\x16\xd2\xf6\x19\xe2\xb5\x99\xc9\x78\x1d\xd1\xa4\x9d\x23\x1b\xaf\xcd\x4c\x6e\x29\xcf\x7d\x31\xbb\xa8\xf3\x3f\x25\x25\x0d\x6d\xd7\x3d\x5e\xaa\x2a\xa4\x5b\x97\x92\xd6\x13\xd5\xa3\x5b\xeb\xc9\x6b\x26\xaa\x47\xdb\xfb\x8d\xd7\xc6\xb5\x78\xa9\xbc\x98\xb2\x86\x92\x2e\x41\xb2\x94\xdd\x7e\x6b\xfd\xf6\x46\x45\x3f\x6f\x6f\x74\xd3\x71\x2a\xe7\x9f\x73\x5f\x64\x7a\xa4\xc7\x78\x66\xb7\xab\xee\x95\x36\x65\x13\xaf\xac\x75\x65\x65\x52\xd5\xf9\xec\x99\xe0\x2d\x55\xaf\x99\xbd\x26\x78\x4b\x55\x43\x1b\xd7\xe2\x05\xc9\xd2\x6b\x3c\x0b\x15\x54\x65\x65\xd2\xab\xa1\x1d\x2a\x89\x74\x64\x86\x64\xdc\x48\x4e\x26\x5e\xc5\x27\x6e\xde\xbd\xe8\x3c\x55\x99\xd4\xb4\xfe\x18\x3a\x1a\x31\xa9\xeb\xe7\xe3\x76\x1a\x31\x92\x71\x23\x8d\x98\x78\xd5\x23\x2d\x65\x90\xab\xd6\xe1\x53\x9a\x5a\x7f\x4d\x1b\xa5\x16\xd2\xf4\x46\xaf\x51\x22\xf2\x92\x3e\x43\xf7\x1a\x10\xf8\x94\x3e\x0d\xbd\x1a\x7a\x3d\x73\x9d\x67\xfa\x70\x2a\xc8\xc8\xd0\x8d\x57\x33\x97\x9a\xa1\x5b\xde\xa8\x69\x48\x55\x85\x74\x16\x42\x33\xc8\x0a\x28\x10\x9b\x8c\x64\x64\xe2\xc5\x16\xbb\x83\x86\xba\x09\xc6\x16\xbb\x83\xa1\xeb\x3e\x87\x62\x31\xf7\x59\x08\xdd\x92\x19\xe4\xaa\xa2\x7f\x0e\xe3\x09\x97\x24\xe3\xc6\x6b\xf8\x70\xc4\x9d\xee\x64\xe8\x86\xa1\x1b\xba\x74\x16\xc2\xf4\x46\x2c\xac\xfb\xd6\xa5\xe9\x76\x16\x96\x64\xdc\x78\x4d\xb7\x03\xab\xfb\x2c\x84\xe9\xc3\x29\x01\x73\x9f\x85\xf0\xe9\x3c\xb4\xb9\xb3\x2e\x7d\x46\x5e\x09\x18\xc9\xb8\x91\x0a\x4d\xbc\x94\x80\xb9\x8b\xd7\xfc\xbc\xa6\x52\x5a\xf7\x59\x08\x4b\x97\x28\xd4\xdc\x8f\x2e\x2d\xb7\xc3\x25\xc9\xb8\xf1\x5a\xe7\x76\xaf\xb9\xdd\xec\x18\xb6\x53\x12\x8f\x42\xcd\x6d\x21\x84\xed\xba\xc7\x70\x4a\x11\xee\xc3\x41\x31\xc0\xa5\x00\x97\xe4\xdd\x46\xb2\x35\xf1\xc8\xd6\xdc\x9b\x30\x8a\x01\x2e\x05\xb8\x74\x9b\xf3\xb4\x6c\x62\x50\x3b\xf6\xde\x2e\x51\x0c\xd1\xed\x4a\xc0\xc8\xbb\x8d\x21\xba\x5d\x29\xad\x7b\xfb\x49\x31\x6c\x7b\x2b\x12\xb8\x19\xb7\x39\x1f\xb6\x85\x15\x03\x5c\xba\x87\x2e\xc1\x25\xaa\x37\x43\xde\x6d\x0c\xc9\xed\xcc\xae\x7b\x7a\xcd\x6d\x76\xc5\x40\xc3\xea\xb6\x3a\x02\x5c\xa2\x88\x33\xee\x4f\x97\x76\x50\x25\x86\xdb\x28\x59\x08\x61\x13\x8c\x31\x00\xab\x7b\x79\x4d\x60\x15\x54\x7b\xb9\xb7\xde\x54\x0c\xd9\x6b\x2a\xec\x92\x2f\x5d\xca\x5a\xdf\xc4\xc1\x90\x77\x1b\x03\xb0\x22\x9a\x33\x72\xf0\x9a\x1b\xa5\x62\xd8\x34\xc0\xc8\x16\x42\x80\x4b\xf4\x71\x46\x8e\xba\x54\xce\x3f\x09\xaf\x45\x6f\x04\x6d\x28\xe2\x8c\x0c\xfc\x03\xb4\x09\x2c\xac\x7c\x6b\xe8\xf1\x46\x2c\xac\x9d\x8c\xfb\xbf\x0d\x8a\x18\xb6\xf9\x15\xc3\xa9\x53\xb8\x03\xad\x31\x00\xad\x00\xb4\x24\xe5\xc6\xf0\x9c\x5e\x7c\x2e\x7a\x89\xc7\x60\x33\xd4\xb2\x69\x1e\xaa\x5e\x54\x6f\xf6\x18\xad\x6d\x8c\xc5\x50\x09\xc5\x55\xfd\xad\xa6\x24\x61\xab\x7c\x66\x34\xcc\x0b\x6c\xb2\xbc\x65\x49\x63\x78\x3d\x53\x25\x19\xf9\xb7\x31\xbc\x3a\x4f\xd8\x2a\xbf\x46\xeb\xd5\xf9\x66\xb0\xcf\x8c\x86\x64\x81\x22\x5d\x6e\xbe\x55\xf3\xa9\x95\x24\xcc\xc3\xbb\x43\x32\x1a\x41\x43\x02\x6d\xa4\x11\x14\x69\x04\x8d\x3c\xf5\x13\x92\x11\x00\x1a\xf9\x4c\xc9\xee\x35\x89\x65\xe5\xcf\xbb\x0f\xad\xab\x29\x28\xf3\x35\x86\x61\xfa\x70\x20\xcb\xa5\xa1\x61\xfa\x9c\x42\x83\x97\xd7\x1c\xfa\xc9\xec\x2a\x97\xd7\x1c\x1a\x3a\x85\x06\xcf\x44\x9b\xba\x44\x56\xab\x04\xaf\x39\x35\x04\xf3\x4a\xf4\xcf\xcf\x6b\x82\x37\xf9\xac\x31\x7c\x5e\xf3\xd4\x14\xbc\xbd\x26\xcc\x0b\x1c\xc8\x72\xeb\xfc\x67\x90\x69\x6d\x95\xec\x35\x3f\x33\x84\xd8\x64\xc9\x3a\xff\x99\x21\x6c\xb1\x02\x32\xc3\x66\x60\x62\x58\x3a\x5f\x74\x69\x19\x25\xae\x66\x39\x13\x6c\x69\x08\xe6\x95\x1d\x8a\x8f\x04\x8e\x22\x81\xa3\x21\xc9\x35\x46\x56\x5b\x64\xb5\x95\x9d\x11\x15\xc9\x1d\x45\x92\x46\xa3\xec\xa3\x93\x31\x6e\x73\x2d\x46\x40\x58\x76\x28\x3e\xc6\xe0\x99\x04\x2c\x0b\xc8\x8c\xc1\x33\xf9\x9f\x65\xfb\x75\x91\xea\x51\x8c\x4a\xba\x4a\x9c\x8d\x54\x8f\x22\xd5\xa3\x51\x9a\x2e\xb1\xda\xa8\x1e\x8d\xd2\x74\x09\x3a\x12\x3f\x1a\x12\x67\x23\x0d\xa4\x18\x55\xcd\x2a\x9b\xd8\x8c\x71\x87\x9c\x63\x64\xca\xc9\x91\x8d\x84\x91\x62\xdc\xc8\x39\xca\xd0\xd0\x8e\xc2\x44\xfa\x48\xa3\xc0\x51\xfa\x48\x91\x22\xd2\x90\x23\x1b\x09\x23\xc5\xa8\xd0\xa0\x1c\xd9\x18\xd9\x77\xf4\x91\x46\xf9\x74\x69\x87\x66\x22\x99\xa4\x21\x47\x36\xc6\xa4\x75\x42\x9b\x72\x64\x63\x4c\x5a\xe7\xe8\x96\x4f\x3f\xb7\xa3\x1b\x89\x26\x0d\x89\xb3\x31\xde\x1a\xa2\x1a\x58\x96\x7e\x6e\xbb\x30\x46\xaa\x81\x8f\x85\x40\x57\x29\x12\x54\x1a\x12\x67\x63\xbc\x8d\x27\x97\xf8\xb9\x74\x3e\x1b\x4f\xd8\x4c\xae\x2a\x52\x60\x8a\x51\xb9\xed\x27\xe8\xe7\xb6\x20\x23\x3d\xa6\xf1\x58\x1d\x11\x36\x47\xa2\x83\xb2\x69\x63\xcc\x5a\x57\x9e\xeb\x61\x8f\xc4\xac\x75\x3a\x9d\x4f\xd4\x7a\xf1\x46\x50\x9c\x2e\x56\x8c\x50\x9c\x48\xd3\x78\x60\x73\x84\xe2\x24\x9b\xc6\xb3\x95\xe8\x22\xc9\xa6\x48\xb2\x69\x48\x87\x8d\x24\x9b\x22\xc9\xa6\xf1\xb0\xac\x49\x36\xc5\xa8\x5a\xf7\x63\xc9\x50\x67\x8a\x51\xed\xd8\xa7\x78\xa3\x6a\x40\x10\x70\xd2\x61\x23\xad\xa6\x18\x01\xf5\xf3\xe8\x7c\xf5\x89\x99\x9c\x8a\x1c\xc4\xf8\xea\x92\xfa\x84\x52\x57\x23\x75\xa6\x18\x21\xed\x73\xe6\xe7\xab\x75\x86\xe4\x33\x2c\x2e\x86\x64\x64\x48\x3e\x67\x7e\x36\xb7\xab\x08\x2b\x4b\x35\x12\x5b\x8a\xb1\xfb\xe7\xd4\x50\xf7\xee\x1c\xdc\xe7\xd3\x50\xb7\x8a\x39\xb8\x0f\x2f\x8d\xd8\x52\xa4\xa0\x34\x9e\x33\xeb\x86\xd6\x8f\x20\xe8\xd2\x3a\xf3\x30\xd2\x2a\xac\x2c\xd6\x38\x4c\x5a\x36\x63\xdd\xa2\xad\x31\xb2\x19\x23\x50\xad\x67\x86\x4c\x5d\xc2\xdf\x51\xd9\x8e\x71\xfa\x1c\xca\x57\xd7\x33\x43\xa6\x37\x42\xd5\xd5\x64\x40\xd4\x6b\xa0\x99\x34\xea\x99\x21\xea\x35\x44\xb2\xbe\x35\xe9\xbc\x7a\x0d\x34\x93\x46\xdd\x8a\x9e\x91\x58\x52\x8c\x64\x7d\xeb\x6d\x7a\x9f\x7a\x0d\xac\x4b\x09\xa9\x31\xb2\x2e\x23\xa4\xad\xd9\x28\x41\x5a\x42\x4a\xa3\x9e\xb9\xb4\x7c\x77\xa0\x5a\x37\x2f\x16\x89\x25\x45\x62\x49\x43\xee\x69\x4c\x1b\x62\x23\xcd\xa4\x51\x9f\x3f\x4f\x79\xc4\xc4\x4f\x26\xa8\x34\xea\xce\x88\x8a\x24\x94\x22\xed\xa4\x41\x69\x3c\xa6\x8d\xbf\x31\x61\xfc\x24\xa6\x46\xba\x4a\x31\x91\x3a\xad\x60\x98\xae\x52\xa4\x9d\x34\x2a\xc7\x8c\x84\x52\xa4\x9d\x34\x2a\xc4\x4d\xec\x51\x4a\x4a\xa3\x42\x5c\x4a\x4a\x31\xed\xf8\xd2\xa8\x9b\x5e\x8b\x29\x7a\x26\x7b\x54\x62\x6a\x4c\x9b\xff\x8b\xb4\x93\x46\xe5\xad\x91\x50\x8a\x09\x0d\x28\x5b\x35\xa6\x8d\xaa\x31\x71\x9e\xeb\x70\x3b\xe7\x39\x81\xcc\x3a\xb4\xbe\xb1\x32\x92\x49\x1a\x75\xea\x27\x3f\x39\x31\x52\x25\xa4\xc6\xc4\x48\x4d\x20\xb3\x9a\xfb\x74\x95\x62\x3a\x85\x5a\xcd\xfd\xc4\x1e\xa5\x8f\x34\x2a\x17\x2e\x65\xb7\x73\x9e\xe5\x9e\xc6\x04\x08\x13\x20\x7c\x2f\xef\xce\x79\x4e\x30\x4f\xee\x69\x4c\xe0\x8d\x3e\xd2\x78\xb9\x70\xf4\x91\x22\x7d\xa4\x21\xf7\x34\xa6\xed\x4a\xc7\x44\x7d\xf5\x45\x5b\x10\x4d\x8a\x14\x91\xc6\x6b\x95\x90\x42\x8a\x89\xd0\xea\xcb\x85\x4b\x8f\xdb\x9f\xa3\x66\xab\xf3\x8f\xdb\xc1\xdb\x8b\xb6\x20\x9a\x14\xc9\x24\x8d\xd7\x2a\xa1\x96\x14\x13\xe7\xf9\xe5\xc2\xa5\xea\x76\x26\xa7\xdc\xd3\x98\xea\xb9\xbd\xbb\x68\x3c\xd9\xa1\xe9\x94\x5f\xb5\x4a\xd2\x6b\xe8\xc0\xdb\xcb\x85\x23\xaf\x14\x13\x8f\x5a\xee\x69\x4c\x3c\xea\xa4\x4e\xe1\xfb\x78\xcd\xe6\x35\x4f\xf9\xd5\x47\x43\xcd\x04\x43\xee\xbd\x5c\x38\x62\x4b\x31\x9d\xf2\xab\x55\xe7\xbb\x09\x06\x08\x5f\xb4\x05\xcd\xa5\x98\x4e\xf9\xd5\xd7\x33\xbb\x67\x9e\x4a\xab\xef\x72\xd1\x42\x38\x95\x56\x9b\xce\x0f\x5d\x12\xb3\x78\x31\x14\x89\x1d\x9a\x58\x97\xef\x59\x1d\x0c\xc9\xb4\xa1\x6f\xbc\x5c\xb8\x34\x0d\x32\x2d\x72\xb9\xa7\x31\xb1\x2e\x13\xeb\xf2\x1d\xba\xc4\xa3\x26\xbd\x34\xde\x61\xbd\x4f\x5d\x02\x84\xef\x99\xc9\x4c\xce\x04\x08\xdf\x33\x93\x59\x97\x09\xe6\xbd\x3b\x3d\x2a\xa6\xcf\xd7\xe4\x66\xbf\x50\x9c\x3a\x53\xa4\xce\x34\x5e\x64\x04\x75\xa6\x98\x18\x92\xed\x4c\xef\xe5\x99\x0c\xc9\xc6\x31\x4b\x30\x8f\x3a\xd3\x90\xba\x1a\x09\x31\x45\x42\x4c\x43\x96\x6a\x24\xc4\x14\x6f\x86\x64\xdb\xba\xcc\x91\x10\x53\x24\xbd\x34\x1a\x56\xee\xde\x66\x65\xbc\x09\xc1\x36\xd3\xfb\x86\x75\xd4\x99\x46\xc3\x50\x50\x67\x8a\x44\x93\x46\xc3\x50\x10\x4d\x8a\xb7\x8a\xff\xed\x76\xfb\x46\xa9\x78\x33\xfa\x1a\xde\xe1\x8e\x1a\x12\x9e\x68\xf9\xdc\xae\x21\x96\xa0\xcc\xd7\x78\x47\x0d\x31\xfa\x1a\xd7\xed\x66\xf4\xd1\x5c\x1a\x0d\xde\xd3\x5c\x8a\x34\x97\x46\x43\x46\xd0\x5c\x8a\xe4\x95\x46\x33\xbd\x6f\xa6\xdc\x0d\xc1\x1a\x56\xee\x86\x60\x34\x97\x46\x33\xbd\x69\x2e\x45\x9a\x4b\xa3\xa1\xea\x68\x2e\x45\x9a\x4b\xa3\x61\x28\x68\x2e\x45\x9a\x4b\xa3\x99\xf3\x34\x97\x22\xcd\xa5\xd1\x38\x79\x34\x97\x22\xcd\xa5\xd1\x80\x3f\xcd\xa5\x48\x65\x69\x28\xdb\x10\x6f\xf4\xdf\x7d\xa4\xa2\xcd\xf9\xbb\xe8\x12\x52\xaf\x61\xe5\xe8\x2a\x45\x9a\x49\xa3\x21\x23\xee\x62\xe8\x90\x7a\x6d\xd7\x66\x8c\x14\x94\xe2\xcd\xa3\x56\xf5\x21\xde\x9c\xe6\x9b\xd3\x2c\x1d\x36\x12\x59\x8a\xd4\x95\x46\x43\x46\xdc\x9c\xe6\x9b\x2d\x26\x47\x36\xde\x55\x97\xc4\x2c\x1a\xaa\x8e\x82\x52\xbc\xc5\x2c\x1a\x48\xbf\xeb\xb9\xdd\xe7\xe0\x38\xde\x55\x3f\xd5\x8a\x6e\x16\xc2\x8d\xfe\xa3\x99\x34\x3a\x48\x27\x9d\x14\x69\x26\x0d\x99\xaf\x91\x74\x52\xa4\x99\x34\x3a\x32\xe2\x6e\xba\xa4\x54\x6a\x0f\xe7\xf6\xbd\x3a\x28\x28\x8d\xbe\xd5\x1a\x22\x05\xa5\x48\x41\x69\xf4\x33\xe7\x19\x68\xb7\x58\x6a\x3f\xd3\xbb\xeb\x27\x52\xaf\x73\x31\x6f\x5e\x2f\x09\xa4\xd1\xef\xf9\xa7\x41\x41\x18\x29\xde\x6a\x9e\xf6\x2d\x3f\x1d\xef\x69\x4a\x82\xa2\xce\xab\xbc\x39\xba\xa4\x90\x86\x5c\xd9\x78\x4f\x33\x7a\x73\x7c\xa3\x63\x28\x08\x23\xc5\x9b\xd2\x74\x3f\x73\x9f\xf7\x4b\xf5\x68\x74\x5e\x25\xd5\xa3\x48\xf5\x68\xf4\x33\xcd\xbf\x73\xbb\xd1\x42\x5b\xdc\xa0\xe8\x06\x45\xfd\x4c\x73\x50\x74\x83\xa2\xce\x9c\xb9\x41\xd1\x0d\x8a\x24\xd0\xc6\x7b\x9d\xdb\xbd\x26\xda\x82\x92\x52\xa4\xa4\x34\xba\x69\x4e\x49\x29\xe6\x53\x09\x7a\x6b\x13\xc7\x0c\x9f\xe8\x23\x8d\xce\xab\xa4\x8f\x14\xe9\x23\x0d\x59\xb5\x91\x3e\x52\xcc\x18\xbf\xce\xab\xcc\xcc\x2e\xfa\x48\xa3\x5b\x10\x84\x91\x62\x16\x74\xe8\xbc\x4a\x1a\x48\x31\x0b\x3a\x74\xec\x1c\x29\xa4\x48\x0a\x69\x74\x5e\x25\x29\xa4\x98\x81\x56\xb7\x20\x32\x4f\x95\xce\xd1\xe8\xbb\x2a\x6e\xcc\x8c\xa9\xcc\x98\xea\xd8\xb9\xcc\x98\x22\x85\x34\x3a\x76\x2e\xc3\xa7\x0c\x9f\xba\x05\x41\x0a\x29\xd2\x39\x1a\xe3\x32\x20\x1b\x83\x62\x3e\xf5\x9d\x6d\x02\x99\xff\x99\x4f\x7d\x67\xa4\x49\xc6\xf8\xe5\x53\xca\xd9\x82\x20\x85\x14\xf3\x29\xe5\xbc\x05\x61\x23\x29\xa4\x98\x31\x7e\xc3\x26\x40\x0a\x29\x66\xbe\xe2\xc0\xce\xe5\xe2\x1b\x61\xfc\xc6\x2e\x5d\x11\xa9\x25\x45\x32\x49\x63\x88\xc2\x64\xf8\x94\x85\x27\x06\x7a\x25\x0b\x4f\x90\x49\x1a\x03\x23\x9d\x19\x53\x59\x0a\xc6\xd8\x4a\x10\x31\xf3\x15\x33\x5f\x51\xe2\x6c\x24\x9a\x14\xe9\x23\x0d\x89\xb3\x91\x14\x52\xcc\xa0\x68\x70\x0b\x33\x28\xca\x68\xb5\x81\x34\xc9\x68\x35\x42\x45\x63\xbc\x9e\x29\x6a\x40\xa8\x68\x0c\xd8\x9c\x01\x4c\x06\x30\x03\x01\x97\x01\x0c\xf5\xa2\x31\xcc\xe4\x8c\x6b\xcb\xaa\x3f\x8c\x5d\x2b\x21\xd2\x32\x8a\xb4\x8c\x86\xc4\xd9\x48\xcb\x28\xd2\x32\x1a\x83\x61\x4e\xcb\x28\x66\x1e\xe0\x38\x93\x96\x35\x94\x59\x43\x83\xe9\x91\x59\x43\x04\x8e\xc6\xc0\xdf\x11\x38\x8a\x04\x8e\xc6\x40\x85\x10\x38\x8a\x59\x28\x61\x9c\x49\x8b\x6b\xcb\xdc\xc2\x81\xf5\xc8\xd0\x86\xc0\xd1\x90\x0e\x1b\x09\x1c\x45\x92\x46\x63\x20\x38\x28\x1b\xc5\xcc\x2d\x1c\x67\xd2\xb2\x86\xa8\x17\x8d\x89\xe0\x20\x62\x14\xa9\x17\x0d\xb5\x7b\x22\x11\xa3\x98\x41\xd0\xc4\xf4\xd1\x32\x8a\x64\x8b\xc6\x3c\x93\x96\x5f\x97\x97\xdb\x79\xaa\x79\xb9\x9d\xb3\x27\x71\x36\xe6\xe5\x76\x10\x34\xd1\x16\x19\x04\x91\x2d\x1a\xb2\x69\x23\x85\xa2\x58\x54\x7b\x99\x3c\xd5\xb2\x2d\x9e\x58\xd8\x38\x12\x67\x63\x61\xe3\x14\xd9\x16\x13\x51\x48\x70\x28\x92\x08\x1a\x34\x89\x23\xa5\xa0\x48\x22\x68\x48\x9c\x8d\x05\x5c\x10\x0c\x1a\x13\x97\x41\x30\x28\x16\x70\x31\xcb\xb9\x7d\x23\x18\x6d\xa0\x31\x39\xa5\xb4\x81\x62\x01\x17\x12\x67\x23\xa5\xa0\x58\xc0\xc5\x34\x93\x0b\xb8\x28\xe0\x62\x22\x9d\x0b\xb8\xa0\x1b\x34\x26\xbf\xb3\x30\x52\x0a\x23\x45\xd9\xa3\x58\x18\x29\x05\x5d\x35\xd1\x7f\x84\x86\x62\x11\xb8\x9c\xe6\x3c\x69\xa1\x58\xc4\x28\x27\x67\xb4\x70\xb3\x0a\x23\x45\x8a\x6d\x2c\x8c\x94\xa2\x04\x8c\x14\xdb\x48\x68\x28\x16\xc8\x30\xcd\x79\x9a\x42\xb1\xc8\xc3\x9a\xfc\x4e\xf2\x41\xb1\x9c\x72\xf0\x30\x99\x8a\x50\x2c\x8f\x91\x47\xaf\x14\xd4\x52\x39\xe5\xe0\xcd\x79\x82\x41\xb1\x20\xf1\x27\xbf\x93\x7c\x50\x2c\xdc\x2c\xd9\xb4\xb1\x54\xb7\x2b\x59\x31\xd1\x2b\xa5\x1a\x79\x6e\xd6\x34\xe7\xc9\x07\x45\x12\x41\x63\xf2\x3b\xcb\xf6\xaf\x62\x39\xe5\xe0\xf1\x77\x04\x83\x62\x91\xc6\xf5\x31\x52\x0a\x66\xbf\x9c\x72\xf0\xe6\x7c\xe1\x51\x91\x08\x1a\x1f\xbf\x93\x52\x50\x24\x11\x34\x3e\x54\x5d\x69\x3e\xf1\xa9\xfc\x1e\xff\x66\x28\x0a\x28\x2a\xa7\x2c\x7c\x3c\xcf\xf6\x12\xbc\xb5\xef\x2c\x08\x8e\x59\x39\x15\xe0\x79\xaa\x04\x87\x22\xa5\xa1\x21\x29\x37\x12\x1c\x8a\xa5\x7b\xe6\x59\x25\x62\x01\x85\x0f\xf6\x9d\x55\x22\xaa\x49\x38\x68\x7c\x3c\x55\xc2\x41\xb1\x60\xa8\x3e\x34\x60\x19\xe6\xbe\x64\xb2\x0f\x75\x53\x86\x6f\xc5\x31\xfb\x76\x15\x9d\x48\x5b\x28\x12\x15\x1a\x1f\x68\xa7\x2d\x14\x89\x0a\x8d\x0f\xe3\x47\x5b\x28\x16\x3e\xd8\x77\x56\x09\x28\x2a\xbf\x12\x1b\x5a\x87\x3a\xe5\x94\xd8\xb0\x09\x50\x13\x8a\xd4\x84\xc6\xc7\x29\xa5\x26\x14\xa9\x09\x8d\xef\xac\x12\x86\x4f\x81\x4f\x1f\xa7\xb4\x08\x75\x16\x29\x18\x1f\x6a\x91\xe0\x50\x24\x31\x34\x3e\xec\x0c\x89\xa1\x48\x4d\x68\x48\xf4\x8d\xd4\x84\xe2\x83\xf6\x97\xe8\x1b\x1f\x7c\x13\x51\xa1\xa1\x8a\x67\x7c\x58\x43\x0f\x6f\x8d\x32\x72\x7c\x78\x6b\x94\x86\xc6\x37\xce\xed\x7b\x90\x09\x00\x8d\x0f\x65\xf3\x60\xe3\x1f\xde\xda\x67\x13\x78\x78\x6b\x0f\x6f\xed\xe3\xbe\x3e\xbc\xb5\x27\xfa\x46\x56\x09\x71\xa0\x48\x15\x68\xc8\xe5\x8d\xc4\x81\x22\x55\xa0\xb1\x2e\x5d\x4a\xfa\x89\x4e\x5f\x16\xc4\x23\x80\x49\x23\x68\x2c\x9e\x2a\x71\xa0\x48\x15\x68\x2c\x78\x4f\x1c\x28\x52\x05\x1a\x0b\xe7\xf2\x30\x7c\x1e\x74\xba\x04\xdf\x48\x23\x28\xd2\x08\x1a\x8b\x91\x42\x23\x28\xd2\x08\x1a\xb2\x7e\x23\x8d\xa0\x48\x15\x68\x2c\x9c\xcb\xc3\xc6\x79\x36\x45\x34\x96\xe9\xfd\x6c\xe3\x26\x92\x03\x1a\x8b\xfb\xfa\xb0\x5c\xa8\x02\x0d\x59\xbf\xf1\x91\x58\xf1\xf0\xc1\x16\x4f\xf5\x41\x92\x3f\xcc\x19\xa9\xc0\xf1\x79\x74\x49\x54\x53\xfd\xd4\x48\x23\x28\x3e\xb8\xa1\x65\x13\x78\x70\x43\x84\x83\xc6\xc2\xb9\x10\x0e\x8a\x0f\x1b\x47\x7e\x70\x7c\xaa\x37\x42\x03\x2d\x4e\xe9\x03\xb4\x08\x07\x8d\x65\x13\x20\x1c\x14\x1f\xe1\xc8\xf5\x7a\x4d\xe1\x48\xc2\x41\x43\x26\x71\x7c\x98\x48\x0f\x13\x69\x71\x4a\x1f\x26\xd2\xc3\x44\x5a\x36\x01\xda\x42\xf1\x91\x22\x26\xbd\x38\x3e\xf8\xf0\x07\x1f\xbe\xcc\x79\x32\x42\xf1\x41\x03\x2d\xe4\x23\xc5\xa0\xf8\x74\x73\xc9\x26\x40\x38\x28\x3e\xac\xa1\x75\x66\x32\x3e\x9c\x2a\xd0\x58\x67\x26\xe3\xc3\xa9\x02\x8d\xc5\x53\x7d\xe4\x50\x3c\x0c\x1f\x99\xc4\xf1\xe1\x66\x3d\x70\x69\xa1\x6c\xc8\x08\xc5\x87\xe1\xb3\xce\x9c\x47\x03\xd1\x08\x1a\x8b\xa7\x4a\x23\x28\x3e\x68\xa0\x65\x13\x78\xe6\xb9\x7d\xec\xfa\x35\xd8\x99\x07\x49\xfe\x6c\x6b\x68\x5e\x67\x21\x80\xa0\x67\x5b\x43\x93\x08\x72\x7c\x58\x43\xcf\x46\x9b\xa9\xe0\x71\x7c\xa0\x0d\x15\xa1\x79\xd9\x19\xa8\x08\x45\x2a\x42\xf3\xc2\xe3\x50\x11\x8a\x8f\xda\x28\xd7\x59\x1d\xd0\xe6\xd9\x8e\xd5\x54\x6e\x39\x56\xf1\xc4\xaa\x60\xca\x85\x7c\xac\xac\xa1\xaa\x36\x8a\x8c\xe7\x58\x19\x3e\x75\x3b\x4f\xf3\x42\x3e\x56\xce\x53\x0d\xde\x08\xa4\xd7\x1d\x33\x8c\x54\x84\xe6\xc5\x1a\xa2\x22\x14\xeb\x29\xfd\x63\x21\xd0\x06\x8a\x55\xf1\xf4\x8b\xdb\x5a\x71\xd6\x75\x23\xd1\xa4\x73\x1c\x2b\x13\x89\x8a\xd0\x94\x06\x1d\x2b\x6e\x88\x8a\xd0\xbc\xf6\x31\x8d\x48\x30\x28\x12\x0c\x9a\x17\xb7\x95\x60\x50\xac\xc9\x20\x73\x5b\x2b\x1a\xa8\x26\xa3\x04\xfc\x2b\xbb\xa9\xaa\x31\x74\x61\x67\x48\x0b\x45\x62\x42\xf3\xb2\x3a\x2a\x08\xaa\xb7\x51\xe2\xcb\x56\x1e\x55\x55\x27\x5d\x21\xc4\x58\x6f\x43\x77\x7b\x77\xec\x4c\x85\x4b\x55\x9d\xf4\xcb\xea\xa8\x20\xa8\xaa\x93\xae\x3a\x62\x24\x57\x14\xc9\x15\x4d\xd5\x11\x23\xb9\xa2\x48\xae\x68\x5e\x70\xbe\x22\xb2\xc9\x15\xcd\x8b\x5b\x50\x11\xd9\xe4\x8a\xe6\xc5\x6d\xa5\x53\x14\x09\x14\x4d\x99\xd9\x91\x4e\x51\xac\xaa\x11\xed\xcc\xec\x3f\x0c\x8a\xca\x07\xab\x8f\xcf\xc2\x7d\xad\x40\x8b\x96\xd1\xbc\x70\x98\xb4\x8c\x62\x7d\xbc\x04\xea\xa6\x02\x2d\x5a\x46\x33\x58\x25\x64\x8b\x62\xdd\xa0\x35\x83\x05\x41\xc4\x28\x92\x2d\x9a\x81\xa7\x5a\xe1\x53\xdd\x90\x32\x43\xf0\xba\xf8\x9c\xba\x2d\xa6\x19\xe0\x3d\x15\xa2\x48\x7e\x68\x06\x2c\x4d\x45\x53\xd7\x6d\xff\x4c\x45\x9f\x23\x31\xa2\x58\xd5\x44\x0a\x3c\x55\xd2\x44\x91\x26\xd1\x0c\xf0\xbe\x62\x7e\xaa\x9a\x48\x01\x5d\x49\xaf\x28\x52\x28\x9a\xe1\xcc\x7d\x3e\x58\x1d\x9e\xc9\x53\xad\xac\x21\x62\x44\x53\x86\x76\xac\xf0\xa9\x0e\xfd\xc4\xce\x50\x28\x8a\xe4\x87\x66\xc0\x4c\x52\x21\x8a\x75\xba\x1d\x33\x59\x31\xd2\xc4\x88\xa6\xb4\xed\x48\x8c\x28\x12\x23\x9a\x01\x3b\x43\x8c\x28\x92\x1f\x9a\xe1\x4c\x73\xa1\x39\xf2\x43\x33\xc0\x7b\xba\x43\xb1\x82\xa2\xc0\xfb\xa5\x42\x14\x2b\x28\x0a\x36\x81\x0a\x8a\x68\x12\xcd\x80\xb2\xa9\xcb\xbb\x2f\xfd\x3c\x73\x5f\x6a\x43\x5d\x46\x1e\xde\x13\x1c\x8a\x75\xb9\x1d\x11\xf3\x32\x7c\x5e\xb5\x9b\x08\x2b\x47\x82\x43\x91\xa8\xd0\x0c\x1c\x5d\xda\x42\x91\x2a\xd0\x0c\x7c\xda\x17\x96\xbc\xd1\x37\xe2\xbe\xbe\x2c\x97\x77\xf3\xcc\x53\xda\x76\x7c\x61\xc9\x1b\xbd\xe6\x3a\xb7\xef\xd7\xa4\x1f\x34\x83\x49\xfb\xa2\x94\xa9\x09\xcd\xc8\x7d\xa5\x26\x14\xa9\x09\x4d\x69\xdb\xf1\x4d\xe7\xf6\xcf\x45\x9d\x67\xe3\xbc\xea\x95\x45\x7c\x23\x35\xa1\xf8\x42\x88\xc8\x7d\x7d\x21\xc4\xbb\x89\xe2\x19\x01\x36\x6d\xa1\xf8\x6e\x1f\x6c\x46\x1c\xfb\x8b\xb2\xa1\x1f\x34\xe3\xae\x21\x1a\x5f\x3e\xd8\x9b\xdd\x8e\x84\xa4\x11\x14\x69\x04\x4d\x69\xdb\xf1\x2d\x46\x69\x93\x34\x33\xe2\x5c\x08\x07\xc5\xf7\x54\x36\x33\xbd\x29\x06\xc5\xf7\x57\xd9\xcc\x1b\x31\x67\xde\xed\x83\xcd\xc8\xd1\x25\x1c\x14\xdf\x1d\xde\x9f\xd2\xb5\xe3\x0b\x2e\xde\x6d\xea\xcc\x08\xda\x5f\xe1\x7d\x52\x41\x33\x9a\xf3\x14\x83\x22\x55\xa0\x19\x39\xba\xc4\x81\xe2\x5b\xdd\x0e\xda\x69\x04\x45\x1a\x41\x33\x82\x76\x1a\x41\xf1\xad\xc6\xd3\x9c\x27\x0e\x14\xdf\xd7\xc8\x73\x74\xdf\x6d\xdc\x44\x1a\x41\x53\xba\x76\xa4\x11\x14\x69\x04\xcd\x88\xc7\xa1\x11\x14\x5f\xc5\xd6\xa2\xe9\xfd\x32\x67\xde\x66\x40\x38\xba\x6f\x3b\xff\x1c\x2e\x7a\x23\xc0\xf2\x76\xa3\x74\x66\x32\x1b\xe7\x05\x2c\x91\x4f\xfb\x02\x16\xc2\x41\x33\x9e\xe9\x0d\x58\xe8\x07\x4d\x39\xdc\xf1\xed\x3e\x71\xd7\xd0\x99\xf3\xdd\xd0\x75\xdf\x1d\xf9\x48\x5b\x28\x12\x0c\x9a\x11\x1b\xff\x82\xa0\x77\x78\x4d\xde\xef\xcb\xf0\xa1\x1b\x34\x23\x48\x7f\x39\x64\xef\x30\x93\x91\x3b\x2f\x87\x8c\x60\xd0\x8c\x67\xc9\x70\xc8\xde\x0d\x3a\x33\xf1\x7e\x89\x02\x45\x32\x40\x33\xc9\x38\x78\x3f\xdf\x68\x7b\x5b\xf3\x64\x7b\xbf\x62\xfe\xef\xf6\xb6\x66\xe2\x8c\xbe\x52\xae\xde\x6d\xd5\xcc\x74\xe6\xbc\x9c\x29\x32\x40\x33\x71\x46\xc9\x00\xc5\x97\xe1\x93\xce\x9c\x47\x03\x51\x03\x9a\x27\x05\xfc\x45\x03\xbd\x20\x28\x21\x1f\x5f\x10\x44\x30\x68\x9e\xbc\xf0\x06\x82\xda\xa5\xf3\xf2\x04\xc9\x07\x45\x82\x41\x33\x71\x5b\x09\x06\x45\x82\x41\x33\x59\x08\x04\x83\x62\x8b\xfa\x89\xf1\x21\xee\x13\x1b\x5c\x3a\xd9\xde\x0d\x2e\x35\xb8\x94\xea\xf9\xe7\xee\x27\x39\x9f\x99\x4c\x6f\xaa\x3e\xb1\xa9\x8e\x98\x78\xa8\x8d\x9b\xd5\xb6\x55\x33\x4f\xb6\x77\xe3\x66\xd1\xf8\x99\x09\x65\x43\xea\x27\xb6\xe4\x35\x4d\x6f\xaa\x3e\xb1\x6d\xab\x66\x26\x1e\x6a\xe3\x51\xb5\x5b\x3f\xd1\x94\x0d\x37\x44\xb9\x67\x26\xd3\xbb\x09\x60\x51\xee\x99\x49\xf2\x0b\x01\x9f\xd8\xb2\xd6\xff\x99\xc9\x7f\x18\x14\x8d\xbb\xd5\x54\x5e\x4c\xa8\x9b\xc6\x00\x6a\x40\x2b\x99\xe6\x44\x7e\x22\x91\x9f\x99\x78\xaa\xad\x9c\x7f\xfa\xaa\x58\x1a\xca\x3f\xb1\xa9\xa7\x98\x4c\xde\x26\xba\xd5\x36\x47\x34\x6f\x9e\x6a\xc3\x11\xb5\x6d\xab\xcc\x1b\xb4\x53\xfe\x89\xb4\x7e\xe6\x8d\xa5\x69\x9b\x46\x8a\x0d\x14\xd1\x65\x8e\x0d\xea\xb4\x6d\xab\xcc\x9b\xa7\xda\x04\xb2\xda\x29\xc7\xc8\x29\x25\xe4\x13\x29\xf8\xcc\x93\xa1\x4d\xc8\x27\x36\xb0\x71\xdf\xe7\x9f\x6e\x3f\x35\x1a\xcd\x53\xf2\x3c\xb1\x9d\xca\x8b\x5c\xcd\x86\x73\x69\x5d\x3f\xcf\xec\xc3\x09\x37\x60\x70\x9f\xd9\x07\x0c\x48\xf0\xcc\x1b\xdf\xd8\x58\x19\xb4\x77\xe6\xcd\xd5\x6c\x96\x78\xdb\x2c\xf0\x3c\x19\xda\x8d\xe9\xd1\x36\x0b\x3c\x6f\x4c\x4a\xe3\x1a\xd1\xe5\x99\xb7\x74\xc3\xc6\x0b\x22\xc8\x33\x6f\xae\x26\x41\x9e\x48\x90\x67\x9e\x0c\x6d\x82\x3c\x91\x20\xcf\xbc\x31\x29\x04\x79\x22\x41\x9e\x79\x9f\xc9\x2b\xd5\x92\x20\xcf\xbc\xb9\x9a\x04\x79\x62\x5b\x6e\x07\xc3\xe4\x79\x62\x03\x06\x37\x26\x85\x3c\x4f\x6c\xbc\xa0\x1b\x93\x42\x90\x27\x76\x56\xc6\xcd\xd5\xec\x98\x94\x6e\x89\x9f\x0c\x6d\xf2\x3c\x91\x20\xcf\xbc\xf1\x8d\x04\x79\x62\x0f\xba\x64\xd2\x76\xb9\x92\x3d\x98\x4b\x5c\xcd\x2e\xae\x44\x90\x67\x9e\x0c\x6d\x82\x3c\x91\x20\xcf\xbc\x31\x29\x04\x79\x62\x07\x1b\xb7\x99\xdc\x21\x44\x8f\x3e\x31\x57\xb3\x8b\x2b\x11\xe4\x99\x27\x43\xbb\x6f\xbc\x88\x7d\x03\xc5\xcc\xe8\x95\x2e\xbd\xbc\x6f\x03\x66\x66\x33\x99\x66\x4f\xec\xbc\xa0\x93\xb6\xdd\x99\x33\x74\x79\x66\xe6\x6a\x76\xc1\xf0\xce\x0b\x3a\x69\xdb\x1d\x3b\xd3\xc1\x46\x36\xbd\x09\xf9\xc4\xce\x0b\xca\x88\x77\x9a\x3d\xb1\x6f\x5b\x65\x66\x94\x62\x47\xc4\xf4\x4d\xc4\xcc\x0c\xc5\x3b\x2f\xa8\x33\x67\x4e\x82\x37\x21\x9f\xd8\x39\x3c\xd9\xea\xe8\xcc\x99\xce\xe1\xc9\xfc\x4f\xd2\x3d\xb1\x17\xcf\x84\xcd\x1d\xa5\xdc\x79\x41\x19\xe7\xd2\x21\x43\x2f\x9e\x89\x3d\xec\x82\xe1\x9d\x39\xa3\xd8\x77\x24\xf9\x13\x3b\xb8\xc8\xe6\x3c\x21\x9f\xd8\x21\x43\x06\xc3\x1d\x32\xf4\xea\x76\x46\x74\x47\x29\xd3\xf3\x99\xd9\xf4\x26\xdd\x13\x89\xf5\xcc\xcc\x57\xec\x42\xdc\xb4\x73\x66\xe6\x16\xf6\x66\x90\xb9\x2f\x44\x90\x23\xb5\x9c\xd8\x37\x6a\xcc\x0c\x71\x89\xe6\xc4\x0e\x43\xf2\x38\xb7\x7b\xcd\xa6\xa1\xb9\xd7\x26\xd1\x9c\x48\x34\x67\x66\x1e\x20\xd1\x9c\x48\x34\x67\x9e\x1c\xee\x8e\x73\xe9\x1b\x74\xa6\x42\xe7\xb1\xe3\x82\x3b\xb4\xc9\x67\xd2\x8a\x7b\x77\x56\x46\xe6\xf9\x51\xd2\x89\x94\x74\xe6\xc9\xf6\xa6\xa4\x13\x29\xe9\xcc\x82\x0a\xa1\xa4\x13\xfb\x36\x36\x66\x39\x93\x16\x04\xf5\xe9\x76\x9c\x20\xd1\x9c\xd8\x79\x3f\x27\xdb\xbb\xf3\x7e\x28\xe9\xcc\x93\xed\x4d\x49\x27\x52\xd2\x99\xe5\xcc\x4f\xf1\x6e\xda\x39\xb3\xf0\x11\xfb\x77\xfe\xb9\x27\xed\xc9\x0b\xef\x72\xb8\x29\xe9\xcc\xc2\xf3\xeb\xcb\xed\x1b\x74\x66\x39\xb3\x0e\xed\xdb\x4f\x91\x5a\x98\x4c\x5e\x27\xf6\x53\xa4\x16\xeb\x41\x6c\x27\xf6\x6d\x81\xcc\x72\xa6\x22\x97\x88\xf4\xce\x3c\x79\xe1\x14\x78\x62\x67\x8f\x14\x3e\x22\x21\x9e\x38\xd8\x23\x65\x97\x7c\x8a\x63\x87\xc4\x23\x75\x9e\x79\x92\xc5\x07\x23\x85\x48\xcf\x2c\x88\x42\x5a\x3d\x91\xe6\xce\x2c\xa6\xf7\x70\x16\x66\x04\xb7\x73\x1c\xc9\xeb\x44\xf2\x3a\xf3\x24\x8b\x93\xd7\x89\xe4\x75\x66\x41\x85\x90\xd7\x89\x23\x1a\x64\x73\x9e\xae\x4e\x1c\x1b\xb3\x66\xe1\x23\x0e\xb9\x87\x43\xb1\xe7\x93\x2c\x4e\x6c\x27\x52\xd9\x99\x27\x59\x9c\xd8\x4e\x1c\x6c\x9c\x82\x28\x24\xaf\x13\x07\x37\xab\xf4\x3f\x75\x28\xe2\xe0\x83\x8d\x64\x5c\x41\xfb\x90\xb6\x3d\xc0\x5b\xc1\x22\x0e\x69\x3d\x03\x92\x15\x84\xe1\x80\x64\xe3\x36\xd1\xac\x12\xf2\x3c\x91\x2e\xcf\x3c\x49\xe3\x83\x55\x44\x97\x67\x16\x2c\x22\x79\x9e\x38\x94\x9c\x2e\x96\xce\x80\x79\x03\xc9\x53\xf8\x9f\x83\xb7\x36\xb2\xdb\x41\xfb\xc8\xe7\xf6\xdd\xf9\x07\x3f\x42\xc8\x27\x8e\x8d\x72\xf3\xb1\x74\x06\x78\x1b\xdb\xfe\x99\x0f\xff\x73\xe0\x73\x46\x71\x3b\x14\x1f\xe5\xdc\xbe\x5c\x34\xd8\x02\xec\x03\x8f\xf3\x58\x3a\x83\x35\x44\xac\x67\x3e\xfc\xcf\x21\x62\x36\xc0\xdb\x03\xc5\x87\xc4\x44\x62\x3d\xf3\x41\x18\x0e\xf0\x46\xa5\x67\x3e\x5c\x4d\x2a\x3d\x91\x4a\xcf\x7c\xac\x27\x2a\x3d\x71\xbc\x9e\x69\x3d\x0d\xc9\xd8\x63\x87\xd1\xe6\xc9\x0f\x27\xdd\x13\x49\xf7\xcc\x87\x57\x49\xba\x27\x0e\xde\xda\x49\x05\x27\xe4\x13\x29\xf8\xcc\x07\x69\x42\xc8\x27\x8e\xe6\x99\x67\x41\x88\xad\x8d\x66\xe8\x78\x95\x34\x7b\x22\xb1\x9e\xf9\xe0\x06\x69\xf6\x44\x62\x3d\xf3\x41\x9a\xd0\xec\x89\x83\x0b\xf7\x9c\x05\x01\x1d\x47\xd7\x4f\x5e\xe5\x10\x29\xa3\xe0\x33\xc9\x25\xc7\xd1\xf5\x73\xc9\x18\xda\xe5\x5a\x22\xa5\x9a\x48\xc2\x25\x9e\x53\x68\xb4\x5b\xe2\xcc\x87\xfd\x2f\x2e\xee\xdb\xe7\xfe\x54\x29\x5e\x6e\xc7\xb5\xd1\x1f\x49\xc7\x75\x9f\xb6\x8b\xb9\x7b\x96\x14\xf6\x89\x53\x82\xf7\xdc\xe0\x9a\x0e\x4d\x3d\x81\xeb\xdc\xc6\x5b\xba\x20\x2e\x8d\x91\x38\xb7\x49\xb6\xbe\xa0\x21\xdc\xd0\xdc\x4e\xdb\xfa\xd2\xb9\xa8\xf5\x75\x2e\xea\xfc\x3a\x17\xfb\xbe\xb8\xe5\xd4\xe2\x14\xea\x22\x35\xb2\x96\xd6\x49\x8d\xc4\x6f\x6f\xf7\xeb\x44\x8b\x3e\xaf\xf9\x59\x0f\x9f\x78\xcd\x87\x02\xfd\xb6\x5b\x90\xae\x5d\x08\x33\x7e\x16\xc2\xb7\xf7\xf9\xeb\x6a\xdd\xc5\xea\xe2\xbb\x2f\x32\x0f\xa9\x7c\xc4\x6f\xaf\x87\xeb\xea\xfe\x69\x9f\xff\xf6\x42\xb8\xe2\xf4\x4c\xfb\x3c\x79\x8f\x78\xe9\xfc\x27\xa9\x84\xae\x47\xbc\x76\xfd\xd4\x48\xd7\x23\x7e\xe7\xec\xea\xb3\x73\x3d\x68\x77\xc4\xef\x9c\xe3\x92\xc6\xf5\xa1\x18\xbe\x73\x64\x2b\x6b\xdd\xb1\x82\x0f\x85\x19\x4c\x86\xcf\xfc\xfc\xe4\xcf\x86\xc7\x45\x1b\x35\x79\x8f\x7d\x1c\x68\x5f\xcc\x2e\x9e\x93\x3f\xfa\x69\x82\x11\xfb\x88\x64\x02\xe2\x67\xa3\xfe\xc6\x39\x7b\xe3\x9f\x12\xd4\x28\x79\xec\xe3\x32\xfb\xe2\xeb\xe2\x39\x12\x33\x5c\x34\xf2\xe7\x20\x81\x65\xf8\xd9\xa8\x69\x7e\xc4\x68\xb3\xfa\xf8\x0a\xdf\x3c\x07\x33\xf4\xd3\xac\x23\x0b\x12\xa3\xdd\x86\xd8\x47\xfc\xcc\xb3\x6c\x26\x7f\x22\x26\x9f\xd5\x91\x9d\x5f\x58\x66\xc8\x0a\xfe\xb9\x6b\xc4\xc7\xc5\x5e\x5e\x27\xf3\xaa\xed\x41\x5e\xdc\xec\xe5\x34\x51\xf6\xdd\x17\x23\x7a\xc5\x93\x42\x53\x5c\x6c\x2e\xca\xfb\xea\x1a\x42\xff\x11\xc3\x88\xe7\x94\xdc\x62\x6e\x2f\x2e\x78\xb6\xa1\x10\xca\x88\xeb\x24\x6e\xf1\x15\x48\x63\xc4\xc5\x05\x3f\x36\x0e\xa1\x8c\xb8\xd2\xc9\x2d\x39\xff\x3c\xcf\x14\xe1\xf6\xdd\xe9\x65\x44\x7a\x19\xb1\x88\x77\xd3\xcb\x88\xeb\x3e\x09\x12\x8f\x8b\x8f\x8b\xe2\xd6\x2c\x82\x65\xeb\xa1\x43\x91\xc2\x56\x11\x8a\x74\x28\xe2\xda\x2e\x6d\x4a\x55\x43\xa6\xf7\xda\xae\x62\x4a\x8e\x28\x2c\x33\x84\x5e\x42\x4a\xc3\x20\x9b\x2f\xf4\x12\x52\x9a\xdd\x45\xcf\xdc\x13\x65\xad\xcf\x33\xb1\x48\x14\x12\xd2\x09\x36\x2d\xd3\x66\xed\x69\x73\x2e\xa6\x6b\x6f\x3d\xc9\xd1\xde\x10\xf6\x77\x4f\x8e\xf6\xa6\x40\x60\x23\xbc\x2e\xfa\xa7\xe3\x94\xed\x2d\x2e\xee\x0d\x25\x85\x03\xe9\xdd\xc5\xcd\xca\x25\x67\x02\xe7\xb3\xe3\x20\xc9\xd1\xc0\x14\xfe\xab\xa1\xa8\xa1\x53\x3b\x3f\xc4\xfe\x97\x41\x91\x1c\x23\x4b\x4e\x62\xfd\x7a\x11\x37\x36\xa7\x53\x36\xfd\xf7\xec\xee\xd9\xe3\xdf\xfd\x8d\x7b\x0c\x52\xfc\xaf\x5e\x38\x80\x92\x9c\xc1\x08\x61\x9f\x9e\x49\x2a\x5d\x27\xf5\xa4\x7f\xb7\x2b\x2b\x9d\x4e\x55\xe3\xdf\xed\x80\xfe\x14\x14\xfe\xfd\x73\x5b\xd8\x29\xfd\x57\x43\x12\xbc\x93\xb2\xb6\x21\xa4\x3d\x30\xca\xda\x26\xb9\xce\xbf\xdb\x15\x96\x4d\xea\x92\xfe\xe7\xf6\xe6\xf6\xfe\xef\x37\x52\x19\x34\xdd\xa7\x21\x17\x65\x6a\xa6\x53\xe5\x32\xec\xe5\x98\x14\xbb\x4c\x92\x2b\x7f\xdf\x4a\xd5\xc9\x94\x49\x83\x91\xaf\x49\xf2\x05\x53\x16\x42\xfa\xfd\x73\x6f\x6b\x49\x2e\x5a\x08\x5b\xa1\x28\xc9\x45\x4b\xd2\xb9\x7e\x9f\xba\x68\x5d\x15\xba\xf9\x6c\x66\x32\xc9\xf1\x4a\x52\x93\x7e\xb7\xcb\x50\x4a\xca\x81\xfd\xe7\xf6\x3d\xc3\xd2\x29\x35\xf5\xfb\xe7\xa6\x26\x52\xf9\xaf\x86\xe4\x65\xa4\x27\x98\x68\x5b\x2c\x2d\x3d\xdb\x8a\x4e\xea\x02\xfd\x6e\x7f\xb6\x11\x96\x9e\x77\xfe\xfb\xf6\x1d\x44\x4f\xa2\xe7\xf7\x67\x90\x85\xcd\x93\x22\x3c\xf7\x77\x79\xa6\x4f\x2c\x6c\x7e\x7f\xbb\x32\x68\x52\x92\x27\xa9\xc5\x73\x7f\x41\x43\x66\x9d\xb2\x3b\xf7\x97\xce\xc5\xe4\xe2\xbd\x2f\x6e\xdf\x26\x09\xa2\x27\x45\x78\xee\x6f\xb3\x9d\x49\xf5\x9d\xa4\xec\xce\xfd\xcf\x2e\xbc\x2f\xea\x7c\xd7\xcf\xec\x9f\xc3\x33\x87\x67\x6e\x7b\x24\x89\xa5\x27\xb1\xf4\xfb\xab\x5e\x13\x0a\x28\xbb\x73\x7f\x56\xb3\xea\x3b\x49\xd9\x9d\xfb\x7b\xbd\x11\x43\xe4\x99\xde\x7d\x9b\x48\xe9\xd9\x5e\x5e\x7a\x36\xb5\x74\x7f\xed\xfc\xb3\xb9\x38\x5d\xd4\xd0\xe7\xdd\x3f\xef\x3e\x34\xe4\xc3\x09\xb0\xdf\xdf\xf6\x93\xd3\xf3\x79\xf7\xcf\x6b\x4e\xcf\xfc\x74\x69\xb9\x7d\xab\x4b\xa4\x67\xb9\x7d\xb9\x7d\x79\xcd\xe5\x73\x6c\xab\xe6\x96\xbd\x92\x9e\x65\xe8\xf6\x0c\xb9\xc9\xd3\x25\xa5\x78\x92\x1a\x3c\xf7\xda\xfb\x67\x52\x7c\x27\x29\xbe\x73\xaf\xcd\x48\x27\xc5\x77\x52\xbd\xdc\xee\x73\x08\xb7\x27\x21\xf5\x5b\xfe\x48\x12\x59\x4f\x42\xea\xf7\x2a\xcb\x45\xb7\xef\xe5\x74\xaf\x4d\x29\x27\x15\x79\x92\x8a\x3c\xf7\xda\xac\x5c\x12\x60\x4f\x75\x83\xc0\xbd\xb6\x6d\x9b\x6a\x74\x7b\x74\x7b\x73\xfb\xde\xf9\x92\x00\xfb\xbd\x36\x83\x96\xd4\xe7\x49\x02\xec\x37\xd9\xb7\x24\xc0\x9e\x6a\xd2\xcf\xa1\x9f\x7b\xe7\x4b\x42\xea\xf7\x9a\x5a\xdf\x0e\x59\xaa\xc9\x33\xa7\xce\xef\x9d\x2f\xa9\xdd\x73\xaf\x4f\xeb\xb7\x2e\xed\x8d\x2c\xef\x4a\xd0\xff\xfc\xf2\x46\xdb\x34\xce\x57\xd0\x10\xf8\xad\xdb\xcd\xca\x57\x70\xfb\x76\xb3\x52\xdd\xd4\x52\xbe\xa2\xd6\xb3\xa1\xdb\xd6\x65\xbe\xa2\x91\xdf\x9e\x58\x12\x60\xcf\x57\x34\x20\x59\x97\xb6\x75\x99\x19\x7d\x49\x10\x3d\x89\x9e\x67\x46\x5f\x52\xbb\x27\xd5\xbd\x3d\xe5\xeb\xdd\x4b\x46\x10\x3d\xd5\x47\x97\x9a\xef\xfe\x18\xa5\x1d\xff\xca\xec\xd0\x24\x4e\x9e\x04\xc8\xf3\x75\x86\xee\x31\xf2\xdb\xe4\xcc\x2a\x16\x27\x91\xf1\x54\xab\xce\x2f\x43\xf7\x7a\xcd\x1d\xd5\xca\x61\xe7\x5b\xa7\xfa\xfa\xe7\xb6\x27\x73\xb8\xbd\xfb\xeb\x99\x1b\xc4\x73\xb8\xf7\x92\x11\x2e\x4f\x82\xe0\x39\x14\xaf\xd9\x0c\xf2\xc6\x90\x4c\x28\x2c\x89\x69\x27\xe5\x76\x72\xe8\x86\x6e\x68\x7d\x5b\x04\x39\x80\x35\x51\xec\x24\x6e\x9d\xc3\xf4\xee\xc3\xd7\x1c\x1a\x5a\xfa\xc9\x14\xa8\x53\x97\x96\xa1\x03\x02\x42\xdb\x59\x3d\xda\x24\x60\x9d\xea\x5e\xef\x39\x46\x23\x3f\xcf\xed\xcb\x45\x43\xf7\x99\xde\x7b\x85\x67\xc2\x56\xa9\x6e\xa7\x24\x09\x58\x67\x71\xcf\xa4\x6c\x4e\x52\x2f\x27\x0b\x47\x26\xb1\xe9\x24\x1a\x9d\xe3\xae\x75\x99\xd4\xbd\x49\x0a\xde\xe4\xb8\x4f\x9f\xa5\x77\x6f\x6e\xe9\xdd\x2b\x3c\x47\x7b\x9c\x48\x75\x7a\xf7\x0a\xcf\x5b\xd4\xe9\x0f\x83\x42\xfd\x9b\xa4\xf0\x4d\x56\x08\x35\xbd\x3b\xa3\x26\xbd\x41\xd7\xb6\x1f\x92\x5e\xeb\x5e\x6d\x9c\x2c\xb2\x97\xde\xcd\xc4\x24\x25\x72\x72\xdc\x64\x44\x7a\xf7\x82\x4f\x0a\xe6\xe4\xb8\x89\xb8\x24\x34\x9e\xc4\xc4\x73\xdc\x14\x43\x7a\xa3\x67\x6e\x13\x39\xd3\x71\x4a\x22\xe4\x49\x4c\x3c\xa7\xa0\x4b\xec\x91\x77\x63\x42\x4e\x71\x7f\x40\xa1\xf1\x24\x26\x9e\x53\x72\xfb\x36\x83\xd3\xbb\xed\xdf\x9c\xcc\xbe\x17\x18\x08\x94\xe7\x64\x3d\x89\x90\x27\x31\xf1\x4c\x73\x29\x29\xb4\x93\x94\xd6\xc9\x09\xbc\x29\xad\x93\xde\x8d\x09\x39\x59\x79\xe2\xde\x49\x69\x9d\x9c\xce\x67\xc9\x5a\xcf\x5a\x6f\x3a\x9f\xdd\x9e\x75\x7e\x18\xcf\xcd\x1e\x27\xc1\xf0\x9c\x76\x4c\x35\x89\x82\x27\x91\xee\x9c\x3e\x5d\x2a\x06\x64\x6f\xe9\x59\xbd\xcf\xf4\xda\xd2\x45\xba\x73\xfa\xb4\x6e\x89\x0b\x71\xe7\xfb\xf2\xee\x8f\x2e\x6d\xeb\x3b\xdf\x97\xd6\x1f\xcf\xdc\x2b\x3d\x53\x13\x4a\x6f\xd5\xa5\xcd\x17\xe7\x3b\x78\xa6\x75\x2f\xa8\x9d\x6f\x5b\xfa\x5b\xdd\xbe\x13\x92\xf3\xcd\x94\x7b\x81\x81\xa0\x76\xbe\x9f\x73\xf1\x73\x71\x0f\xf2\x6d\xab\x7c\x9b\x7e\x36\xfd\xb4\x55\x2a\x75\x93\xd4\xb8\xc9\xf7\x19\x25\x56\x86\x68\x76\x16\x9e\x48\xc2\xd8\x49\x8d\x9b\x2c\xe8\x90\x14\xa0\x49\xef\xc6\x84\x9c\xeb\xb9\xe8\xdd\x21\x84\x42\x83\xe9\x85\x10\x4a\xd5\xe4\x0c\x32\xc5\xa1\x93\x00\x74\xce\xaf\x01\x61\x2f\xbf\x10\x22\x37\xb7\x4f\xef\x3e\xdd\x6e\xa3\x7e\x59\x04\xaa\xd2\xe4\xbc\xf4\x73\x99\xf3\x9b\xb1\xcd\x48\xbd\x24\x4a\x9c\x44\x89\xb3\x7a\x65\x49\x94\x38\x89\x12\xe7\xe7\x7c\xb8\xa5\xf5\xcd\xc3\x66\xb4\x5a\x12\xdf\x4d\x02\xbb\x59\xc9\xaf\xd4\x76\x0c\x28\xb5\x9d\x54\x9b\x9f\x1d\x25\x4e\xaa\xbd\x24\xd5\x5e\xf2\xd3\xdc\x6e\x4f\x6e\x7b\x89\xe6\x67\x1f\xb6\x4b\xcd\x9e\xac\x04\x4c\x7e\xec\x8a\xc2\xc3\x49\x5c\x38\x1f\x33\x56\x09\x98\xa4\x04\x4c\xae\xdb\xab\x4c\x4a\xc0\x24\x51\xe2\x5c\x4d\x30\x91\xe0\x24\xf6\x9b\x6b\xf4\xcc\xed\x78\x26\xf5\x5d\x72\xdd\x4e\x7e\x52\xe6\x25\xa9\xef\x92\x2b\x74\x14\x10\x4e\x6d\xfb\x9f\xb9\x66\xfd\xdc\x7c\x68\x12\x17\xce\xaa\x3c\x25\xb1\xdf\xd4\x6c\xbf\x75\xb3\x5d\xa9\x59\x9b\xcd\xda\xac\xac\x60\x01\xe1\x24\x20\x9c\x6b\xd7\x10\x02\x47\x29\x97\x5c\x61\x9d\x8a\x2e\x49\x94\x37\xd7\xe9\x99\xc5\x1b\x59\x9b\x75\x1f\xa1\x4a\x22\xc0\x49\xe8\x37\xd7\x33\x4a\xc5\x80\xd8\x93\x5f\xf6\xb2\x32\x2f\x49\x7d\x97\xfc\xb2\x1d\x04\x82\x93\x6a\x2f\x59\x91\xa0\x24\x10\x9c\x04\x82\xf3\x1b\x7d\xe2\x4d\x7d\xa6\x66\x6d\xbe\x10\xac\x55\x1f\x6e\xd3\x40\xf9\xbd\xf5\xd3\x82\x15\x0f\xce\xff\xc0\xd3\xbe\xb8\xe7\x52\x7b\xdd\x5e\xbc\xfb\xeb\xf6\xcd\x72\xe6\x77\x6b\xc1\xa5\x66\xf7\x6e\xaf\x2e\x55\xd3\xe6\x35\x97\x6c\xe9\xef\x0e\x9b\x26\x71\xe4\x24\x8e\x9c\xff\x59\x24\xfb\xa2\xf9\xb9\xd7\x6d\x7e\x99\x5d\xa2\xca\x49\x38\x39\xbf\xd3\x6b\xda\xe7\xdb\x76\x5b\xf3\x6b\xa3\x16\x47\x4e\xe2\xc8\xb9\x05\x83\x6c\xf3\x17\x47\xce\x4e\x06\xa7\x66\x4b\x6f\xb6\x74\x87\x56\x93\x00\x72\x12\x39\xce\x0e\x98\x26\x61\xe1\xd4\x2c\xd8\x7e\x79\xa6\xdd\xbb\xd9\xbd\xfb\x59\x32\x4c\x78\x41\xe2\xdc\xcf\xd0\xd9\xd2\x05\x89\x73\x3f\x53\xf1\x33\x15\x37\x07\x99\x7b\xd6\xf9\x4f\x43\x9f\x86\x8a\x77\xff\xbc\x91\xcd\xbf\x3f\x1a\xb2\xf9\x0b\x12\xe7\x6e\x9f\x57\xc3\x25\x09\x19\xe7\xce\x7d\x69\xcb\x78\x2e\xfd\xdc\xd1\x8d\xd4\x79\x7e\x22\xc7\xb9\x6f\x01\x91\xa4\xa2\x4b\x12\x47\xce\xdd\x7a\x57\xc3\x25\x29\xd7\x92\x7b\x4f\x2e\x7e\x2e\x7a\x66\xdf\x73\xbe\x07\xcf\x0c\x9e\xd9\x97\x8b\x9e\x19\x74\x69\xfc\x99\x43\x91\x84\x9c\x93\x20\x73\xee\x53\x2f\xa0\x8e\xb0\x72\x56\xcb\x23\x29\xf7\x92\xd4\x79\xc9\x6a\x79\xa4\x0e\x8a\x54\x7d\xc9\x7d\x57\xcb\x4b\x22\xcf\xa9\x47\xe3\x6a\xe5\x29\x05\x93\xfa\x76\x1d\x72\xff\xce\x33\x87\x8b\x5e\x77\x19\x2d\x66\x42\x67\x11\x38\xa7\x98\x84\x9c\x53\xdf\x88\x94\x07\x7f\x49\x90\x39\x89\x27\xe7\x61\xaf\x13\x4f\x4e\x2a\xc2\xe4\x91\x34\x74\xeb\x12\x33\x61\xdc\x1a\xba\xb5\xbe\x13\xe9\xb2\xe3\x83\x49\xc8\x39\x89\x35\xe7\x51\xbc\x11\xa3\x5f\x45\x98\x3c\x38\xa5\x7d\xdb\x07\x49\x90\x39\x0f\x5b\xa5\xe8\x72\x52\x1f\x26\x8f\xae\xf3\xc5\xbb\x43\x9d\x61\xf3\x17\x25\x4e\x2a\xc2\xe4\x79\xde\xc8\xe6\xaf\xf8\x4b\x9e\x9b\x4e\x4f\x1d\x97\xd1\x37\x11\x97\x27\x5b\x5c\x81\x97\xa4\xc0\x4b\x9e\x9b\x84\x4c\x1d\x6c\x88\x12\x67\x55\x00\x92\x28\x71\x52\xe0\x25\xcf\xf3\xe1\x5e\xad\x6f\x1b\x20\xcf\xcf\x80\xbc\x06\x79\x07\x47\xb2\x73\x4b\xa9\xbf\x46\x69\x3b\x04\x79\xda\x2a\x15\x6f\x49\x9d\x99\xf0\x5d\xa6\x0d\x84\x50\x76\x25\x7f\xec\x3b\xd5\x57\x92\x08\x72\xfe\x6e\xe3\xb9\x59\xe7\xd4\x77\xc8\x23\x7f\x76\x06\xf5\x56\x92\x0a\x2b\xf9\x7b\x3c\x13\xc0\xf4\x0d\x29\x99\xba\x7e\x12\x3a\x4e\x42\xc7\xf9\x63\xb9\x28\x98\x92\x04\x84\xb3\xa3\x34\xa9\x4f\xad\x6f\x12\x39\x3b\x20\x93\x44\x82\x53\x9f\x5a\x67\xb9\x74\x3e\x43\xe7\x33\xd0\xb7\x4f\x1d\xea\x74\xa8\xf3\xd9\x69\x85\x87\x93\x0a\x2b\xf9\x63\x44\x77\xc4\x41\xdf\x38\x93\x8f\xe7\xaf\xfa\x4a\x12\x3a\xce\x1f\xcb\xba\x7f\xbe\xd1\xe6\x0f\xf2\x0a\x96\xf8\xf2\xcc\x6d\x81\xe4\x15\xbc\x26\x36\x41\x94\x38\x2f\xfe\xa7\xe0\x6d\x12\xbc\xcd\xab\x9c\x8b\xc5\xc5\xe6\xe2\xeb\x62\x77\x71\x2f\xed\x05\xc9\x04\x6f\x93\x12\x29\x79\xed\xa0\x43\x12\xca\x4d\x82\xb7\xf9\x38\xf9\x82\xb7\x49\xb8\x36\xaf\xf7\xdc\xee\x99\x3b\x0b\x25\xaf\xf7\x71\x71\x7f\x0e\x11\xdd\xbc\x9a\x7f\x72\x20\x04\x76\xf3\xb2\xa5\x0b\xde\x26\xc1\xdb\xbc\xc6\x70\x71\x0f\xc8\x60\x8f\x90\x71\x4f\xea\x9f\x24\x85\x4f\xca\x15\xfc\x33\xb9\x7d\x5b\x20\xe5\xe2\x55\x88\xcf\x26\xf1\xd9\x72\x45\x5d\xda\x86\x48\x12\x9f\x2d\xd7\xce\x0a\x49\xc2\xad\x69\x6c\x56\xa0\x5c\x3b\xb5\x3a\x8d\x5b\xe7\xb7\x59\x52\xae\xa2\x9f\xd9\xed\x1b\x0b\xca\x55\xb4\x8e\x23\x18\xdb\x65\x28\x17\x57\x43\xc1\x94\x24\x3e\x5b\xae\x7a\xfe\x39\x5c\x9c\xfb\xa2\xbd\x4e\x28\x36\x8d\xac\x9f\xfc\x0f\xa5\x55\x92\xd2\x2a\xe5\xe2\x16\x8a\xd6\x26\x61\xda\x72\x3c\xff\xc1\x72\x51\x61\xa5\x5c\xd6\xbb\x50\x6c\x52\x4c\xa5\x5c\xe6\xe7\xe0\x55\x28\xad\x52\x2e\xce\xf3\xd8\xee\x44\x12\xa6\x2d\x17\xc3\x67\x3c\xfa\xb9\xbd\x8a\x12\x58\x82\x42\xb8\x49\xd0\xb6\x04\xb8\x24\x68\x9b\x14\x61\x29\x21\x78\xa3\x1d\xb4\x4d\x2a\xac\x94\x00\x69\x45\x6b\x93\x30\x6d\x09\x0c\x1f\xd1\xda\x34\xb6\x01\x53\x02\x9b\x51\xa1\x95\x34\xb6\x01\x53\x02\xf6\x50\x7c\x36\x89\xc8\x96\x70\xbe\x11\x08\x12\x91\x2d\x87\x77\x18\xa8\xcf\xd1\x3c\x13\xa5\x28\x5a\x9b\xc6\xf6\x54\x4a\x78\x74\x1e\x6d\x21\x76\x5b\x42\x35\x19\x9a\x86\xb6\xfd\x53\x4e\xd4\x40\x24\x37\x89\xdd\x96\xc0\xd5\x18\xdd\xbb\x77\xef\x0e\xe7\x05\x66\xd3\xe8\xfe\xc9\x30\x57\x53\x25\xa9\xa2\x52\x24\x8b\xa7\x21\x00\x32\xb6\x17\x53\x02\x22\x66\x0c\xd3\x66\xfb\x34\x45\xf4\x2d\x0d\x26\x92\x0a\x2b\x25\x72\xf2\x06\x13\x69\x6c\x20\x2b\x31\xe8\xe7\xf4\x35\x37\x82\x95\x98\xce\x45\xb7\x6f\xcc\x2a\xf1\x7c\x8e\x69\x7a\x6f\xb0\x2a\xf1\x7c\x8e\xcf\x3f\xb7\xa9\x53\xe2\x01\x81\x4f\x43\x1b\x97\x8a\x34\xe8\x34\xe0\xd2\x58\x6e\x7f\xc3\x9f\x06\x85\xba\x2b\x49\xdd\x95\x12\x0f\x42\xb0\x8a\xc6\xa6\x4b\x4a\x3c\x93\x97\xbf\x24\x9a\x5d\xa2\x21\x14\xcd\x4e\xea\xae\x94\x08\x21\xd4\x5d\x49\x73\x33\x2a\x25\xee\xf8\x52\x9a\x80\x50\x31\x96\x22\xf3\x39\xcd\x9d\xbe\x92\xe6\x06\xc2\x22\xf3\x39\x4d\x40\xa8\x26\x4b\x89\x3b\x12\x95\x94\x66\x49\x33\x18\xd7\x4f\x43\xc1\x33\x37\x1e\x96\xc3\x7a\x28\xc6\x92\x14\x63\x29\x69\xc7\x93\x93\x62\x2c\x69\x6e\xe8\x2b\x69\x67\x31\xa4\xc9\x1a\x9a\x1b\xf3\x4a\xba\xf5\x73\x47\x19\xd3\xdc\xdc\x49\x49\x26\xef\x64\x0d\xcd\x8d\x87\x25\x3d\x9e\xc9\x31\x9b\xd1\x33\x77\x6c\x2d\x4d\xfc\x88\xea\x2d\x25\x01\xd7\x09\x1d\x27\x20\x4c\xcd\x33\x59\x43\x73\xbb\x62\x25\x9d\x51\xda\x31\xc0\x34\x01\x61\xb2\xad\xcd\xed\x91\xa5\x79\x7b\x26\x2f\x7d\x8a\x16\xcd\xcd\x9d\x14\x7a\xc7\x49\x7d\x98\x24\xb9\xa0\xdc\xec\x11\xa5\x60\xd2\x84\x8e\x77\x34\x74\x48\x93\xb9\xa1\xaf\xdc\x8f\xce\xc3\x3c\xf5\x5d\xca\xbd\xf3\x1d\xd2\xe4\xad\xcd\x8d\x72\xe5\x46\xd1\x4f\xde\xda\xdc\xde\x5a\xb9\x9b\x2e\x15\x23\xbf\xb9\x93\x72\x0f\xff\x84\x79\x8a\xbe\x94\x7b\xf8\x27\xc7\x6c\x3e\x6e\x67\xe3\x4c\xa4\x89\x0c\x87\x72\xb3\x71\x66\x35\x9e\xdb\xdd\x2a\x19\x7f\x3b\xab\x77\xdf\xb1\x9c\x22\xdd\x30\x4d\x48\x36\x21\x99\x74\xc3\xa4\x20\x4c\x9a\xdb\x6e\x2a\x99\xcd\x38\xf9\x60\xf3\xf5\xcc\xec\x76\x48\xa6\x2e\x4c\xa1\x0e\x9b\x14\x84\x49\x2a\xc1\x94\x6c\x63\x99\xdb\x8a\x4a\x73\x73\xad\x25\xa3\xab\x26\x78\x9b\xe0\x2d\x33\x7c\xa6\x58\xe5\xdc\x80\x56\x32\x67\x4f\xb2\x46\x52\x33\xa6\x64\x48\xa6\x58\x4c\x52\x2c\xa6\x64\x2e\xc7\xec\x9e\xd9\x3d\xf3\x8c\x7c\xf7\xcc\xee\x99\xed\xfc\xd3\x1b\x75\x6f\xd4\xcc\x25\x98\x37\xb7\x81\x56\xc4\xbd\xd3\xe4\xec\xcd\x6e\x94\x90\xba\x13\x8f\x33\x37\xf4\x95\x7c\x46\x1e\x8f\xa3\x2a\x4d\xc9\x9f\x19\x22\x06\x34\x87\xce\x9f\x65\x88\xc7\x99\x30\x4f\x6a\x60\x9a\x82\x77\xb2\x50\x4a\xc1\x22\x9d\x64\x14\x59\x28\x45\x16\x60\x9a\xd0\x71\x6e\x8e\xa7\x08\x9b\xa7\x93\xa1\xa2\xe0\x4d\x29\xcc\xae\xc9\xbe\x9b\xdb\xa2\x2b\x52\x03\xd3\xe4\x40\xce\x4f\x43\x0c\x0a\xb9\x2c\x69\x6e\x53\xae\x14\xfc\x88\xec\x95\xa4\x7a\x4e\x29\x07\x19\x38\x90\x13\x8e\x16\xa6\x87\x42\x39\x69\x2e\xb7\x0b\x8a\x4d\x2c\xd2\x5c\xba\xc4\xd5\xf8\x36\xf2\x25\xd5\x73\x4a\xe1\xe4\xab\x9e\x93\x54\xcf\x29\xc5\x5e\xf7\x09\x0c\x7d\xb0\xae\x70\x4a\x55\xcf\x49\xaa\xe7\x94\x62\x32\xa8\x9e\x93\xd4\xcb\x29\x44\x5b\xd3\x87\x20\x56\x2f\xa7\x10\x58\x4d\x6a\xe2\xa4\x6f\xa3\x5b\x91\x01\x97\x54\xc8\x49\x4a\xe3\x94\xc2\xf3\xff\xf0\x4d\xdf\x76\xf2\x4a\x59\x6e\x07\x6b\x5f\xd4\xfa\xd2\xa5\x8d\x67\xe9\xdb\x49\x10\x45\xb6\x5a\xfa\xc4\x80\xbe\xcd\x05\x97\x87\xe9\xa1\xce\x4e\xfa\x36\x09\x55\x1e\x44\xcc\xc7\xe8\xfb\x36\xdf\x54\xe4\xa0\xa5\x8f\xd1\xf7\x6d\xc8\x2b\x0f\xd3\xf8\x43\x42\x7d\xdb\x01\x2c\x8a\xfb\xa7\xef\xf6\x46\xd9\x3f\x71\x2e\x1f\x53\xee\x63\xca\x3d\xf9\x5c\xd4\x3a\x53\xee\x61\xdf\x7d\x10\xec\x63\xb5\xa9\x8f\x9f\x3e\x08\xf6\x41\xb0\xa7\xfa\x27\x03\xed\x63\xa0\x3d\x18\x49\x79\x43\x49\x59\xa0\xf2\xb4\xf3\x4f\xcf\x7c\x74\x49\x70\xe4\x63\xb5\x7d\x8f\x77\x87\xde\x4a\x06\xa5\xef\xd1\x3a\xc7\x51\x32\x51\x52\x39\xa8\x3c\xcb\x0c\xc1\x22\x29\x12\x54\x2a\xf2\x51\x91\xa0\xf4\x6d\x74\x2b\x15\x7a\x7f\xac\xb6\x8f\xd5\x46\xa7\x33\xa9\x23\x94\x3e\x58\x57\x79\xd2\x32\x93\x92\xaa\x42\xa5\x0a\x47\x7e\x00\xf0\xdb\xc6\x5b\xa9\x42\x48\x12\x94\xd2\xf7\x6a\x28\x9f\x8b\x1a\x62\xca\xd5\xac\x9f\xcd\xed\xdb\x4e\x2b\xf5\x4d\x7f\x1a\x14\x5f\xf3\x59\x36\x7b\x55\xaa\x30\xef\x07\xf3\x3e\x98\x57\x6d\x80\x1f\xeb\xed\x83\x79\xf5\x0c\x36\xff\x53\xf9\xa3\x52\x79\x80\xca\x1f\x25\x89\x51\xa5\xda\x58\x3e\xfe\xe7\xd7\x3d\x73\x7a\x26\xff\xf3\xdb\x04\x57\xa9\xf3\x3c\xd3\x68\xc1\xbc\x2a\x92\xaf\xee\x51\xfa\x18\x7f\x87\x5a\x94\x26\x95\x94\x3f\x2a\x2a\x95\x27\xa9\x50\x49\xf2\x53\x79\xcf\xc0\x80\x37\xe9\x4e\x85\xe0\x62\x52\xfe\x28\xa9\x74\x54\x4e\x0e\xc5\x07\xc9\xa4\x3b\x95\xb7\x78\x26\x3b\xef\x63\xe7\xbd\xb6\x0b\x75\x8f\x92\x82\x47\xe5\xb5\x09\x7c\xf0\xe9\xdb\xe6\x5e\xa1\x44\x98\xd4\x28\x4a\xdf\x4e\xb2\x2b\x0d\x10\xca\x9d\x4a\x0b\x14\x35\x93\x42\x55\xa2\xb4\x36\xf8\x94\xb6\xf3\x2f\xd3\xda\x27\x1d\xd2\x02\x45\x8d\x29\xbf\xc4\xaa\x56\x70\xfb\xce\x80\x4c\xaa\x12\x25\x55\x89\x0a\x99\xba\xa4\x1c\x51\x5a\xc1\xed\xe3\x5c\x1c\x2e\xee\xd7\xa4\x1e\x97\xa4\x6c\x25\xb9\x5a\xa5\xf3\x00\xe5\x63\x25\xf9\x58\xa5\xb3\xc5\xe4\x63\x25\xf9\x58\xa5\x0b\x9b\x4b\xbd\x4a\xb2\xac\x4a\xc7\x3b\xac\xe4\xf6\xe4\x76\x43\x27\xcb\x2a\xc9\xb2\x2a\x5d\x30\x7c\x01\x18\x59\x56\x85\x76\x59\x92\x5e\x95\xe4\x55\x95\x2e\x18\xbe\x78\x95\xaa\x12\x15\x35\x79\x93\xca\x43\x69\x65\x9d\x67\xb1\x2e\xa8\xb3\xa0\x0e\xa1\xb0\xa4\x1c\x51\x5a\x8c\xa9\xc3\xa0\x29\x40\x94\x14\x20\x2a\x23\xe9\x27\xbb\x69\xed\x98\x53\xa1\xa0\x95\x16\x80\x59\x4c\xa4\x61\xb7\x51\x41\x28\x2d\xd6\x10\x0d\xab\x74\x92\xbb\x16\x0f\x70\x70\x8d\x16\x0f\x70\x55\xb7\x57\x9d\xaf\x3a\x5f\x35\xf4\xea\x3c\xbb\x49\x21\xa1\x32\x5e\x03\x82\x6f\x5a\x1b\x3d\xca\x40\x57\x2e\x7c\x93\x62\x41\x65\x74\x6f\xc4\x6e\x5a\xec\x26\x25\x5d\xd3\x62\x37\x2d\x76\x93\xea\xad\x69\x49\x26\x5a\xac\x21\xe5\x57\x93\x62\x41\x49\x79\xa0\x42\x6f\x2a\x2d\x84\xf6\xda\x84\x76\x99\xd8\xe3\x25\xa5\x65\x6d\x53\xa7\x10\x77\x4a\xea\x01\x25\xf5\x80\x8a\x02\xa8\x49\x3d\xa0\xa4\x1e\x50\x99\x67\xce\xcb\x73\x59\x1b\x0b\xca\x3c\x13\x0c\x08\xc8\x7d\x2b\xd3\x82\x55\x24\x28\xc9\x7d\x2b\xca\x9a\x26\x45\x82\x92\xb2\x40\x65\x9e\x09\xc6\xc6\x59\xc3\xed\x76\xef\x85\xae\x52\x24\xa8\xa8\x60\x9a\x54\x07\x4a\x4a\xff\x94\x39\x4c\x45\x46\xca\xb2\xb4\xa7\x38\xc8\x42\x68\xab\xf2\x53\x28\x14\xa5\xc5\xaf\x5b\xcb\x33\xed\xc9\x0b\xb5\xb4\x36\x85\x5d\x94\xe1\x4c\x6b\x99\x8a\x3b\xaa\x55\x3e\xbc\xfd\xe2\xba\x29\xfd\x53\x3e\x99\x11\x6b\x9d\x67\x2e\x17\xff\x19\xe4\xfb\xda\xc8\x70\x2b\xfd\x53\xbe\xbd\x5d\xdc\x97\xb4\x15\x15\x80\xca\xb7\xc3\xbb\xb7\x2a\x3f\xb7\x2a\x3f\xe5\xcb\x6e\xdf\x38\x71\x5f\x3b\x98\x5d\xbe\xbd\x27\xdf\xd7\xc6\x89\xfb\xda\xcc\x54\xf9\xca\xb9\x58\x5d\xd4\xd0\x26\x0a\xef\x6b\xe3\xc4\xad\x1e\x50\xf9\x5e\xad\x47\xcf\x64\xb9\x7c\xfb\x04\xc1\xad\xe6\xcf\x7d\x6d\xd4\x28\xdf\x06\xff\x5b\xe9\x9f\xfb\x02\x17\xdf\xd0\xa5\xa4\x9f\x2c\x97\x6f\xea\xfc\x76\xc8\xee\x2b\x19\xba\xa5\x4b\xc9\xbb\xb3\x5c\x64\x27\xdf\x57\xf2\x4c\x96\xcb\x0a\x1a\xda\x88\x72\x5f\x2c\x17\xd5\x26\xef\x6b\x03\xcb\xad\x48\x50\x59\x67\x3c\xb7\xeb\x76\x5f\x5c\xb7\x95\x3c\xf3\x36\x9e\x9b\xca\x2a\x6b\x47\x37\xee\xeb\xd6\xd0\xad\xa1\xec\x35\xb7\xeb\x76\x5f\x5c\xb7\x75\xc6\x33\x1b\x10\xae\xdb\xda\x7b\xc7\xad\x8e\xd0\xad\x80\x50\x59\x8f\xa1\xcb\x9e\x89\xc3\x5a\xd5\x3f\x8b\x7e\x16\xfd\x6c\x06\x64\x03\xd2\x7d\xed\x23\x54\x45\x36\xd0\xad\x3a\xd0\xad\x02\x50\x59\x3b\x64\x7c\x5f\x8f\xdb\x1f\xad\xef\xcd\xf4\xbe\x1e\xad\x73\xdd\xd6\xe7\xdd\x1f\xad\x6f\x5c\x7a\xa8\x9f\xdc\x57\xd5\xd0\x06\x9d\x87\xa6\xc9\x7d\x6d\xec\xb9\xaf\xed\xba\x3d\x9b\xfe\xfb\xdf\x06\xc5\xad\x4a\xd0\x7d\x6d\x43\xe6\xb9\xb2\xae\xbd\x26\xc5\x46\x9d\xe7\x3a\x63\x20\xd7\x4e\xd1\x9f\x47\xb2\xce\x7d\x35\xbd\xd8\xe0\xf3\x48\x1a\xbf\xd5\xfe\xb9\xaf\x8d\x3a\xcf\xd5\x7d\x96\xe6\xf6\x6d\x81\x3c\xd7\x74\xbb\x0c\xba\x6b\x5b\x19\x4f\xd8\x2b\xef\xbe\x86\x2e\x6d\x13\xe2\x09\xf7\xb9\x68\x08\x37\x50\x3c\x92\x72\xef\x6b\x9a\x14\xdb\xef\x79\x08\x34\xdc\x97\xc4\xb6\x6b\x23\xc4\x13\xba\x8b\x9f\x4f\xbd\x6d\x80\x27\x0c\xad\x7f\xe6\xe9\x06\x8a\x27\x4c\xcf\xfc\x34\xb4\x0d\x83\x47\x11\xbb\x5b\x49\x9e\x5b\x2d\x9e\x27\x7c\xbe\xff\xe7\x8d\x36\x2b\xf4\x84\xe5\xdd\xa5\xc0\x5d\x4b\x43\x67\x41\x2c\x6b\x74\x63\xc9\x13\xa3\xf1\x5c\xbe\xea\xc6\x92\x27\x26\x0d\x2d\xf3\x74\x63\xc9\x13\xb7\x13\x75\xcb\xe9\xbd\xc3\x76\x86\x1e\x65\xe4\xee\xb0\xbd\xa0\x3b\x6c\x2f\xe8\x89\x7b\x4b\xbf\xd5\xf0\xb9\xc3\xa5\xa1\x6d\x7a\xdc\x2a\xfa\xdc\x4a\xf9\x3c\x71\xef\xf3\x77\x90\x17\x17\x82\xdb\x77\x3e\xf3\xad\xfa\xce\xad\xec\xce\x13\x97\xdb\xb7\x95\x71\x87\x6d\x65\x3c\x71\x97\x8d\xbc\x03\xd8\x08\xdb\xca\x78\xd2\x0e\x75\xde\x2a\xf3\xdc\x61\xbb\x38\x4f\xda\x1b\xcb\x1d\xc0\x86\x72\x3d\x4f\x4a\xfa\x29\x05\x4e\xb9\x9e\xc7\x11\xf4\x5b\xb9\x9e\x5b\xb9\x9e\x27\xed\xe0\xc8\xad\x32\xcf\x1d\x36\x42\x3c\xb8\xa1\x3b\xdc\x6e\xbf\xdd\x5e\x3d\xf3\xf6\xee\x1b\x13\x9e\xf4\x9e\x8b\x6e\xcf\x6e\xdf\x7e\xdd\x1d\xb2\x86\xb2\x86\x86\x7e\x5a\xf7\x2a\xf3\x3c\x69\x78\xcd\x6d\x7a\xdc\x61\x2f\xff\x47\x29\xad\x3b\x6c\x2f\xe8\x56\x99\xe7\x51\x4a\xeb\x0e\x45\x97\x8a\x2e\x7d\x9e\xb9\x09\x9c\x3b\x6c\x7b\xe4\x51\x0b\xeb\x56\xae\xe7\x56\xa0\xe7\xb9\xad\xe6\x00\x0c\xc2\x06\x83\xe7\x8e\x3e\xc7\xa3\x9f\x3b\x0c\xf6\x38\x00\x7d\x2b\xd7\x73\xab\xc1\xf3\xdc\xd1\x80\x6c\x3b\xe6\x56\x7c\xe7\x51\xf6\xea\x56\x7c\xe7\x0e\xdb\x43\x7a\xee\xa4\x9f\xd5\x27\xae\x9e\xb9\xc3\x52\x77\xa8\xde\x7d\xfb\x4b\xcf\x7d\x9f\x7f\xea\xe7\x76\x86\x9e\x3b\x7b\xa3\x6a\x3c\x37\x6a\x3c\x8e\x4a\xdf\xaa\xee\xdc\x61\xd3\x40\xcf\x6d\x6d\x86\xd7\xb4\x79\x3d\xb3\x98\x4b\xaf\x7e\x6e\x2f\xe8\x51\xa2\xea\x56\x75\xe7\x0e\xdb\x9c\x79\xd4\x98\xba\x43\xd3\xa5\xe6\xf6\xed\xd3\xdc\xa1\x7b\xf7\x6d\x96\x3c\x4e\x06\xdf\x01\x5c\x04\x70\xe1\xc4\xed\xad\x6c\xce\xad\x5e\xce\x93\xcf\xd0\x0d\x33\x64\xb3\x2c\x4f\xb6\xb1\x28\x94\x73\x07\xc0\x92\x93\x91\x97\x70\x1b\xb6\x3d\xf2\xe4\xa4\x75\xb9\xb5\x4a\xe3\x3c\x39\x1b\x25\xb9\xb5\x61\x9b\x25\x4f\xb6\x7b\x87\x1d\x3e\xbb\xc3\xf4\xcc\xa2\xf5\x69\xe8\x36\xbd\xf2\xe4\x62\xe4\x25\xdc\x2a\xa2\xf3\xe4\xc7\x3f\x3f\xef\xbe\xe1\xe9\xc9\x67\x7a\x7f\x1a\xfa\x74\xbe\x7a\x4d\x60\xa5\xb2\xce\x93\xab\xa1\x5b\x56\xdc\xf2\xcc\x6e\xbd\x2f\x73\x69\x53\x2f\x4f\xee\x3e\xc7\xd2\xd0\x86\xa7\x07\x87\x75\x07\x10\x24\xdb\xff\xc9\x50\x51\xb6\xff\xad\x88\xce\x93\xa1\xb7\x9a\x38\xb7\x9a\x38\x4f\xd9\x26\xd2\xad\x7e\xcd\xad\x62\xcd\x53\x76\x38\xf2\x56\xaa\xe6\x56\xaa\xe6\x71\x4a\xf2\x56\x95\xe6\x56\x95\xe6\x29\xdb\xd1\xb9\x9d\x27\xb8\x9d\x15\x78\xca\x74\x3b\x2b\x43\x01\x9a\xc7\x59\xc2\x5b\x01\x9a\x5b\x01\x9a\xa7\x58\x86\x91\x99\x10\xb7\x99\xf0\x60\x52\xee\xb8\xc9\xdc\x5b\x05\x99\xe7\xf1\x35\xd5\x7e\xb9\xe3\x5e\xf6\x0f\x2e\xe3\x56\xd8\xe5\x56\xd8\xe5\x79\x76\xee\xe9\xad\x86\xcb\x1d\x37\x6f\xfb\x3c\x5d\x97\x8a\x86\x8a\x86\x4e\x3f\x8b\x67\x16\xcf\x34\x3f\x95\x79\xb9\xd5\x77\x79\xd4\x1c\xb9\x63\xf1\xcc\xbd\xec\x1f\xa5\x40\xee\xf8\x78\x23\x4b\xbb\x16\xcf\xdc\xfe\xc7\xff\x11\x76\xf7\x48\x14\xeb\x38\x76\x80\x73\xaf\xa2\x77\x60\x5d\x09\xe0\x4f\xec\xd8\xde\x83\x7e\xab\x26\x98\x9e\xae\xf6\xcc\xfe\x5d\x0f\x1f\x9f\x83\x0e\xe6\x05\x37\x51\x5d\x89\x14\x45\x90\x00\x88\x73\x4e\xec\xac\x78\x0c\x5d\x62\xb0\x7b\xc5\x1f\x5d\x35\x50\xec\x0c\x76\xb7\xf9\x8f\xdb\xc5\xb2\xbf\xd8\x6b\x47\xef\x73\x5f\x17\x8d\x7c\x25\x5e\xfb\xac\x38\x29\xf6\xa9\xa1\x0a\x2e\xba\x22\x9d\x20\xc9\x12\x7b\x65\x28\xfa\xcc\xbf\x24\xb6\x0a\xb2\x2d\xb1\x57\x1c\xd2\x27\xf7\x0b\xa0\x23\xc8\xb6\x74\x6a\x05\xb1\xab\xa9\x27\xdb\xd2\x69\x10\xc4\x7e\x79\x89\x0a\x24\xfa\xbc\xfc\xf3\x76\x3b\x13\x9f\x16\xec\xfd\xf6\x05\x2a\xba\xe8\xb3\x08\x05\x82\x6c\x4b\xec\x65\xd4\x7d\xbe\x9e\xf9\x68\xa8\xec\xb7\x9f\xbc\x8c\xfd\x31\x30\x65\xbf\xfd\x5c\x93\xf7\xd1\x7a\xd9\x6f\x3f\x8f\x75\xfb\xe3\xe2\xe7\xa2\xcf\xf2\xea\x52\xd9\x6f\x3f\xad\xa3\xa4\x59\x82\x26\x4b\x3f\x43\xe7\x79\x19\x3b\x2f\xe3\xb4\xfd\xd2\x5d\x89\xfd\xf5\xcc\xae\x4b\x2a\xe5\xf7\xb2\xca\x7e\x4e\xd3\x47\xa5\xfc\x5e\x39\x89\x8e\xa0\x3e\x76\xbe\xc3\xce\x77\x38\x79\x99\x74\x57\x82\xee\x4a\x3f\x7d\xff\x43\x1c\x72\x6c\x5a\xe7\x65\x52\x51\x09\x2a\x2a\x1d\x45\x7c\x10\x4c\x89\xa3\xf2\x0e\xfd\xe2\xa4\x10\x4c\x09\x12\x29\xfd\xaa\x6a\x8b\xa0\x94\x12\x07\x37\xe1\x0a\xcf\xdc\x3d\xf3\xf0\xcf\x42\x25\xc4\x71\x78\xe6\xe1\x99\x1c\xdf\x43\x24\x40\xe3\xa4\x5f\x95\x56\x0d\x60\x9d\x80\xd2\xe9\x68\xb2\xe3\xe0\xdf\x1f\xe5\xd1\xf7\x9b\xe3\x73\x70\xe5\x8f\xda\xd9\xfb\x1d\xfa\x99\x6e\x4f\xb7\xd7\x41\x5b\x1c\x36\xea\x83\xe1\xde\x16\x42\xb2\x24\x41\x88\xa4\xdf\xd6\x92\xa3\x36\xe3\x38\x98\xe3\xb3\xe9\x7c\x37\x9e\xf6\x64\x6c\xcb\x41\x81\x24\x8e\x4a\x15\xf4\xe7\xa7\x21\x0e\xfa\x51\xa6\xda\x1f\xbb\xf7\xd1\x0d\x08\xc3\x7d\xec\x36\xc7\x30\x74\xc3\x33\x6d\xd4\x07\x6b\xa6\x4e\xd2\x9f\xc3\xe7\x18\xde\x88\x35\x3f\x05\x3c\x89\xc3\xf6\x7b\x4c\xcf\x34\x97\x08\x91\xc4\x61\xa7\x7d\xfa\xba\x78\xb9\xe8\x76\x3b\xc3\x61\xa7\x3d\xec\xb4\x8f\xe5\xed\x28\xdb\x8e\xa3\xec\xb6\x3f\x6b\x94\x60\x68\xa8\x93\xf4\xe7\x32\x20\xa7\x2e\x95\x7b\xdf\x1f\xab\xce\x01\x58\x73\x9c\x1a\x62\xb0\x04\x4c\x82\x72\x49\x7f\xd6\x54\xbc\x34\x74\x69\x88\x33\x75\x5c\x1a\xba\x34\xf4\x1a\xba\x4b\x43\x97\x86\xea\x70\x24\x48\x96\x04\xc9\x92\x8e\x08\x38\x68\x95\x04\x00\x57\x7f\x7f\x9e\x69\x9f\x27\x59\xd2\xdf\x35\xc8\xb7\x6f\x64\x9f\x7f\xd7\x5c\x82\xa1\xa1\x63\xd2\x5f\x4e\x34\x01\x93\xa0\x5c\xd2\xdf\xf4\xee\x96\x8b\xe3\xf1\xcc\xa6\x75\xf6\x7e\xb0\xf7\x77\xfa\xc4\xaf\x91\x17\x40\x7c\xeb\x76\x01\xc4\x21\x80\xf8\x9a\x01\xb1\xd3\x02\x9a\x75\x55\x21\x11\xb5\xc5\x46\x94\x31\xf7\xef\x5a\x17\x4f\x17\x6b\xd6\x7d\xf6\x64\xa2\x21\x41\x34\xa4\xaf\x00\x32\xf8\xf5\x51\x7e\xfd\xd8\x0a\x18\x15\x01\xef\x12\x95\x2a\x18\x2b\x80\x0c\x39\x82\x28\x0b\x1f\x9b\x99\x4c\x2d\x24\xc8\x84\x0c\x65\x1d\x41\x2d\x24\x62\xf7\x4f\x29\x86\xe0\xd7\x47\x79\xf2\x63\xab\x0c\x5a\x90\x10\x09\x32\x21\xe3\x8f\x10\xb5\x2e\x0e\x17\xa7\x8b\x97\x8b\x9e\x79\x78\x66\x25\xb2\x03\x90\x2e\x20\xe8\x06\xba\xc7\x20\x1a\x12\x44\x43\x06\x25\xfd\xa0\x0f\x12\xf4\x41\xc6\x56\x69\xa0\x88\xd0\xf9\xd0\xf9\x4a\x92\x06\xb5\x90\x88\x8a\x00\xc6\xf6\xea\x12\x67\x9f\x22\xc8\xf8\xad\x01\x11\xe4\x47\x05\xf9\x43\x59\x47\x44\xf3\xcf\x5a\x2e\xc6\x4f\x7c\x1c\xcd\x1b\x35\xb7\xfb\xc4\xd4\x42\x22\x6a\x9f\x1f\x3f\x4e\x1f\xb5\x90\x88\xca\x41\x0e\x10\xe4\x20\x1a\x12\x51\xab\xcd\xf8\x75\x9f\xd8\x6a\x43\x49\x64\xfc\xba\x91\xe7\x11\xd0\x0e\x19\x3f\x79\x9c\x18\x46\x69\xf8\x27\x8b\x23\x05\x12\xa4\x40\xc6\xef\xf5\x35\x2d\x17\x51\xcb\xc5\xf8\x7d\x46\x49\xc4\x1f\xd3\xed\x9f\xd7\x9c\x5e\xb3\xd6\x90\xa1\x04\x23\xa8\x85\x04\x99\x90\xa1\x04\x23\x82\xef\x10\xe5\x3b\x8c\x5d\xe4\x17\x7c\x07\x98\xc7\xb1\x57\xc6\x3c\x28\x89\x04\xed\x90\xb1\x5b\xd2\x49\x88\x44\xd4\xc2\x32\x2a\xea\xfd\x0b\x87\x82\xa2\x48\xc4\xe9\xd9\xb2\x5e\xc1\xa1\x20\x33\x32\x28\x95\x07\x45\x91\x88\xcb\x4b\xf0\x32\x42\x8a\x21\x2e\x2f\x31\xcd\xa9\xcb\x67\xa9\x25\x65\x60\xa4\x8b\xe0\x65\xc4\xad\xbf\x56\x47\xda\x23\x11\xb5\xa4\x8c\x5d\x2e\x83\xbc\x48\x44\x95\xa8\x8c\x9d\x47\x48\x6c\x24\xe2\xf6\x4c\xfe\x48\xdc\xbe\x40\xad\x33\x63\x5f\x86\x6b\x81\x89\x5a\x60\xc6\x6e\x0b\x22\x44\x12\xa4\x47\xc6\x2e\xef\x40\x73\x24\xe2\xd1\x90\x00\x32\x44\x17\x84\x48\xc6\x21\xbd\x46\x81\x24\x68\x8e\x8c\xe3\xd0\x90\xf0\x80\xe6\xc8\x38\x0e\x13\x8d\xeb\x11\xe5\x7a\x0c\xfc\x6d\x11\xd2\x16\x84\x48\x06\x38\x49\x84\xf0\x20\x2a\x13\x3a\xe8\x65\x07\xb1\x91\x00\x5a\x1d\x64\xac\x23\x25\x23\x80\x56\xc7\x8a\xa8\xb3\x56\xab\xa0\x24\x32\xa0\x3c\x82\x68\x48\x64\x25\x36\x07\x94\x47\x64\xad\x56\x91\xb5\x4c\x0d\x80\x8e\xa0\x0f\x12\xf4\x41\x46\xf0\x86\x93\x97\x91\xb5\xf8\x8c\x30\xf2\x59\xb9\x85\xa0\x0f\x32\xe2\xd2\x90\xb5\x84\xce\xc7\xc8\x9f\x86\x24\x0e\xb2\x96\x94\x91\xd6\x3c\xca\x1e\x41\xd2\x63\x24\xc7\x87\x88\x47\x90\xed\x18\x29\x7c\xa5\xd0\x11\x10\xb7\x23\xcf\x75\x51\x3f\x2b\x12\x18\xaa\x03\x22\xad\x10\xd9\x3c\xb3\xea\x32\x22\xeb\xe0\x33\x28\x74\x8c\x7c\x34\x54\x4b\x43\x64\xad\x09\x23\xad\x4f\x64\x3b\x82\x6c\xc7\x40\x1c\x14\x64\x3b\x82\x6c\xc7\x50\x08\x10\x64\x3b\x22\x6b\xa1\x18\x0a\x01\x02\xde\x37\xb2\x9c\x94\x81\xf9\x27\x92\xeb\x91\x55\xbc\x36\x9a\x45\x8b\xb2\x47\x64\x25\x13\x47\x13\xbe\x12\xf8\x88\x2c\xb7\x64\x90\x5f\x8d\x1c\x3a\x5f\x45\xb5\xa3\xc9\x76\x52\xfd\x88\xb4\x42\x90\xe1\x8c\xb4\x7b\x53\xda\x18\x63\x5f\x17\x7d\xb8\xb2\xb1\x31\x78\x6d\xb4\x35\x82\xa8\xc6\x18\xe9\x9f\xb7\x37\xba\xdd\xce\xc7\xa1\xad\x11\x44\x35\xc6\x10\xad\xc1\x33\x07\x20\xf3\x18\xc3\x3f\x6d\xd4\xc9\x8e\x88\x01\x46\x32\x99\x2c\x4f\x7e\x8c\x7b\xfd\xd3\x33\xd9\xd1\x60\x9b\x29\x51\x48\x77\x63\x8c\xf5\x8d\x18\x57\x32\xae\x61\x1d\xa5\xad\x11\xc9\x8e\x68\xdf\x45\x8a\xbd\x29\x6d\x8c\x59\xc0\xe2\x00\xaa\x8e\xb6\xb9\x28\xfa\x6d\x1c\x73\xc2\x19\x83\xd8\x5a\x34\xd6\xd1\x58\xc7\x69\x3c\x29\x66\x44\xab\x6a\xd3\x41\x85\x2c\x5a\xa5\xe3\xa2\x55\xe1\xc1\x38\x25\x0a\x9b\xac\x5c\xab\x64\xfe\x38\x7d\xe2\x06\x83\xda\xca\x72\x06\x75\xaf\x20\x8e\x11\x54\x31\x06\x21\xaf\x20\x8e\x11\xe4\x30\xc6\x69\xb3\x6a\xbc\xf5\x56\xfb\xf5\x38\xc5\x9f\x8d\x1d\x35\x76\x74\x9e\xfe\x19\x6e\x0f\xb7\x9b\x21\x8d\xb7\xde\x42\xeb\x45\x58\x1b\x8d\xb7\x4e\xf9\x62\x9c\x82\x67\x80\xf2\xa0\x75\x31\x4e\xa1\x1b\xc9\x8b\xa0\x75\x31\xce\xd7\x6b\x0a\xc8\x5b\x59\xe3\x38\x45\xd4\x4d\x02\x8e\x1c\xc6\xa0\x85\x15\x4d\x02\xae\xd9\xa8\x2f\xde\x10\xe5\x8b\x68\x2c\xee\x5a\xe3\xc9\xe2\x5a\xed\xc2\x83\x98\x55\x34\xd9\x78\x72\x18\xe3\xe2\xc2\x37\xce\x7e\xab\xec\xda\xb8\xc2\x1b\xb1\xa3\xc6\x8e\x2e\x7e\x13\x6c\x7c\x00\xc5\x8f\x4b\x3c\xd7\x98\x4c\x63\x32\x37\x4f\xb0\xf1\xd6\x5b\xed\xad\xe3\x16\x0e\xd2\xb3\x88\x56\xdb\xe8\x20\x94\x13\x4d\x40\xde\x6a\x1b\x1d\xf7\x1a\x79\xde\x3a\x91\x8a\x71\x4b\x96\xd1\xaa\x08\x22\x15\x83\x7a\x4e\xb4\xd3\x78\xd6\x9e\x3a\xee\xcb\x37\x92\x9a\xa7\x5c\x31\x48\xea\x44\xbb\x34\x74\x69\xc8\x4a\xdb\x78\xeb\xcd\x66\x7a\x5b\x69\x09\x58\x04\xe5\x8a\x71\xdf\x5a\x07\x6e\x6f\xb5\x7d\x8e\x5b\x2a\x84\x64\x45\x10\xa9\x18\xb7\x8c\x39\xad\x8a\x20\x52\x31\x56\xec\xd5\x38\xe6\xad\x2c\x7c\x3c\xfc\x11\xea\x14\x41\x9d\x62\x3c\x5d\xe7\x25\xcb\x5a\x99\xe8\x78\xee\xbf\xe4\xa1\x88\x66\xaf\xa3\x3d\x31\xde\xcd\x4b\x7c\x3e\x4b\x05\xd6\x03\xcd\x4e\x34\x0e\x3a\xe6\x82\xf1\x66\xfd\x93\x6a\x44\x74\x86\xbb\x8e\xd1\xe8\x44\x04\x65\x88\x01\x2a\x1f\x9d\xdb\xdd\x2b\xa2\x1e\x9f\x15\xa2\x97\x19\x47\xaf\x34\xd9\xf8\xf8\x4f\xbd\xe2\xeb\xe8\x15\x58\x0f\xc5\xed\xd1\x9d\xd7\x91\x99\x18\x9f\x74\x3a\x45\x89\xa0\x28\x31\x3e\x5b\x7a\x67\xf7\x9d\xdd\x7f\xd2\xe9\x9d\x2b\xdf\xb9\xf2\x9f\x74\x3a\xd1\x89\xe8\x16\x03\x50\xf9\xa0\x3d\x11\xb4\x27\xc6\x27\x8c\xe9\x42\xf7\x7e\xb8\xdd\xf4\x21\x25\x11\x34\x24\xc6\xc7\x1c\x3b\xb7\x9b\x5c\xc4\x5c\x21\x47\xe7\x76\xf7\x72\xbb\xe7\x0a\x39\x88\x47\x04\xb9\x88\xb9\x19\xf9\x9e\x46\xa9\xd6\x84\xb9\x39\x18\xec\x69\x3c\x6b\x4d\x98\xc0\xea\xd1\x39\xe8\xbd\x2c\x7d\x62\xec\x8f\xee\xc0\xad\x57\x58\x3f\x37\x07\x83\x54\x23\x82\x5c\xc4\x54\xf1\x1e\x88\x24\xa2\x37\xfd\x0c\x9d\xe7\x8b\xf7\xae\x9f\x6b\x40\x64\xe3\x7b\xd7\x10\xa7\xbf\xdb\x7e\x7b\xd7\x90\xf4\x6f\xb7\xfd\x92\x99\x98\x5b\x41\xa9\x82\xcc\x44\xf4\xae\xf5\xb6\x6e\x37\xf2\x43\x43\x56\x5c\xa2\x13\xd1\x6b\xd9\x98\x78\xf8\x83\xf6\x44\xf4\x4a\x07\xcc\x75\xfa\xd6\xa5\x03\x68\x4f\x4c\xfc\x48\x41\x7b\x22\x68\x4f\xcc\x6d\xb8\x5d\x3a\x80\xf6\xc4\xdc\x4e\xb3\x4e\xe2\xbd\xd7\x02\x33\xb7\xf5\x35\x79\xd6\x28\x2e\xe6\x3a\x68\xeb\x9c\x68\x14\x17\xf3\xd7\xd6\x45\xb7\x97\xa5\xcf\xdf\xea\xa7\xd8\x1b\x9b\xc5\x54\x0a\x1e\x8b\xd4\xa2\x57\xfe\x7d\xfe\x64\xa6\x88\x47\x04\xf1\x88\xf9\x93\x4d\xc0\x6d\x11\xbd\x76\xef\x09\x00\x1f\x9d\x6b\x8c\xcd\x62\xfe\x1e\x0d\x49\xbc\x63\xb3\x98\x50\xf1\x41\x20\x22\x7a\x1d\xf3\x4d\xa5\xe0\x41\x20\x22\x10\x57\xcc\x5d\x56\x8e\x16\x44\x50\x7f\x98\xbb\xe3\x09\x0a\x0f\x81\x8e\x62\xee\xd6\x3c\x94\x13\x41\xbe\x61\x1e\xc2\x98\x51\xfe\x6b\x60\x97\x98\x87\x6c\x02\x76\x89\xa0\xe2\x30\x0f\x73\x89\x28\x43\x10\x65\x98\x87\x00\x02\xe9\x43\x10\x57\x98\xc1\xb3\x26\x8b\x10\xa8\x1c\x66\x4e\x17\x79\xac\xa3\xf6\xd6\x89\x88\x29\x46\x15\xd4\xc4\xa8\x4d\x75\xa6\x65\x98\x56\x42\xe0\x77\x98\x2b\x45\x8f\xdf\x21\xf0\x3b\xcc\x7c\x3d\x53\xa0\x3b\xca\xc6\x66\x33\x20\x83\x71\x61\x6d\x98\x4d\x52\x8f\x1e\x42\x50\x40\x98\xcb\x13\x1c\x7c\xdb\xc1\xb8\x1a\xdf\x01\x87\x43\xd0\x3c\x98\xc8\x11\x63\xb4\x75\x7b\xb5\xde\x86\x8b\x36\x55\x8c\x0e\xb3\x39\xb3\x40\xec\x10\x18\x1d\x66\x13\xa5\x21\x76\x88\xc1\xb8\x9a\xec\x21\x71\x84\x18\x5d\xe7\x9d\x38\xd3\x48\x08\xdc\x0f\xb3\x59\xac\x46\x37\x9e\x5d\x97\x6c\x80\x83\xc3\x3b\x86\x37\x92\x7c\xa4\x98\x10\x08\x21\x66\x53\xef\x80\x17\x22\x08\x27\xcc\x66\x2a\x12\x4e\x88\xc1\xe2\x48\xe1\xc7\x10\x51\xd3\x4f\x98\xeb\x78\x62\x88\xa8\xc7\xd4\x90\xbd\x6e\x38\x14\xc3\x2e\x31\x9b\x1c\x16\x76\x89\x18\xd3\x1b\x09\x89\x06\x8f\x60\x94\x89\x4e\xac\x86\x31\x44\xd4\xa3\x22\xea\x49\xcb\x3e\x86\x3d\x99\xc4\xc2\xa4\xe7\x1e\x38\x23\x02\x4b\xc4\xec\x9f\x67\x32\xae\x51\x3b\xed\x84\x75\x0e\xca\x07\x81\x25\x62\x0e\x26\x33\x18\x17\xce\x88\x49\xd3\x3c\x28\x1f\xc4\xa8\x0d\x77\xaa\x80\x0c\x0c\x12\x81\x33\x62\x2e\x17\x1e\x2f\x44\x50\x30\x98\x63\x0d\x08\x2f\x78\xd4\x46\x3b\xc7\x9a\x8a\x9f\xce\x7f\x5a\xe7\xb5\x51\x37\x88\xc1\x0c\x87\xc3\xe5\x21\xe5\x8d\x4f\x62\x92\x9a\x0e\x64\x11\x31\xcb\x6d\x9e\xd3\xa4\x45\x16\x11\x64\x0d\xe6\x64\x5c\x68\x21\x02\x11\xc4\x9c\xcc\x70\x0a\x31\x11\x41\xcc\xc9\xf1\xc1\x00\x11\x18\x20\x26\x10\x70\x4c\xe7\xdd\xe8\x1d\x66\x29\x01\xff\x85\x43\x81\xed\x21\x28\x20\xcc\x75\x6a\x80\xdf\x21\x66\xed\xad\xf3\x74\x0e\x82\xca\x21\x66\x65\xc4\xe6\x69\x71\x25\x7d\x10\x18\x1d\xe6\xa9\xb0\x86\xca\x41\xa0\x72\x98\x97\x1d\x8c\xb2\x40\x4c\xe6\x78\x8b\x43\x26\xcb\x9b\x2c\xef\xb1\xdb\xa0\x48\x88\x59\x3b\xd1\x7c\x9c\xe4\xe3\x46\x08\xd2\x00\x93\x3c\x57\xe0\x46\x08\xa4\x08\xf3\xb5\x36\x4f\x73\x9f\x0a\xc0\xa4\x70\x15\xd3\x34\x9f\xa6\xf9\xeb\x53\x23\x4c\x08\x2a\x00\xf3\xe3\xa8\x4d\x39\xa2\x59\x39\xa2\xf9\x59\x1d\x11\x1f\xc4\x54\x6d\xda\xa4\xec\x30\xe1\x07\x92\x82\x83\x46\x63\x9c\x95\x46\x88\xd3\x17\xbf\x25\x36\x91\x06\x04\xb6\x80\xc0\x98\x18\xa7\x4f\x7d\x0a\x9b\x5e\x4b\xfb\xe9\x53\x9f\xaa\xa5\x56\x99\xd4\xa9\x4c\x0a\xaf\x40\xbc\xea\x08\x90\x06\xc4\xe9\x74\xf2\x35\x29\x4e\x29\x06\x8c\x00\xf1\xb2\x27\x6c\xf0\x71\x2e\x42\x1e\x9b\x3f\x46\x80\xc0\x08\x10\x74\xab\xe2\xf4\x35\x31\x02\x04\x89\xaa\x38\x2d\xed\x88\x01\xe2\x93\xf1\xc3\x0f\x10\x78\xe3\xe3\x73\x52\x0a\xf5\x1f\xa7\xf4\x03\x50\x60\xe0\x86\x0f\x1c\x00\xf1\xdd\xba\x94\x5a\xb7\x98\x7f\x8e\x64\xe1\xfc\x63\xe1\xfc\x37\x59\x0f\xfc\xed\x71\x2e\xf2\x1c\x55\x21\xa7\x2c\xe2\xc2\xe4\x83\xe5\x05\x4c\x7e\x9c\xb5\x48\xe6\x26\xe4\x38\xa7\x2e\x2d\x9e\x1c\x41\xe9\x69\xd1\x82\xad\xcf\xdf\x6a\xc8\x77\x3f\xa1\x63\x7f\xd6\x92\xd3\x4a\x76\x2e\xf2\x1c\x69\xd5\x53\x18\x73\x56\x6e\x30\x7f\xbb\x0f\xa7\x6e\x08\x0a\x3f\x7f\x56\x1d\x48\xfb\x38\x17\xa3\x8e\x98\x16\xc4\x3e\x16\xa8\x9e\x8a\x4a\x20\x67\x8f\x13\x10\xf6\x77\x99\x21\xb2\x72\xb0\xf5\xb9\x52\xa0\x08\xd8\xe3\x04\x84\x25\x1a\x12\x78\xd8\xe3\x5c\xe4\x39\x1c\xc9\xd3\x9a\x07\x70\x9f\x14\x3a\x02\xd7\x7a\x80\xd1\x27\x54\x57\x9c\x72\x04\x0b\x3f\xbf\xb2\x87\xf0\xf3\xb1\xf0\xf3\xbb\xd3\x8d\x53\xfc\x81\x72\x3d\x8f\x6d\x5d\x34\x6d\x3e\x3c\x29\x8e\x27\xa0\xe2\xe3\x42\x9e\x73\x48\xbc\x5f\xac\x03\xc9\x7a\x1e\xe6\x12\x00\x7c\x2c\x00\xfc\xaa\x73\xc1\x99\x1e\x00\xec\x79\x7c\x35\x74\x97\x89\x79\x95\xeb\x91\x2b\x83\x06\x3b\x1e\x08\xca\x33\x1c\xc5\x23\x28\x8f\xab\x7c\xfe\xc4\xed\x1e\xc0\xdf\x71\x25\xae\x10\x69\xff\x8b\x63\xbe\xc0\xdf\x29\x11\x73\x29\x8f\x83\x01\xcf\x9c\x87\x8b\x87\x8b\x88\x4e\xd4\x7a\xe0\x1b\x0f\x44\xe3\xb9\x1c\x1f\xe0\xef\xb8\x6a\x9f\xcf\x26\x27\x88\x22\x3c\x50\x84\x67\x73\x92\x7f\xd9\xd2\xaf\x72\xa2\x13\xc6\x24\x10\x86\xc7\x42\x84\x37\x7e\xfd\x25\x20\xbf\x6a\x75\x4b\x18\x93\x00\x13\x8f\x05\x13\x6f\xd6\x64\x30\xf1\x58\x30\x71\xc4\x90\x01\x0a\x1e\x97\x39\xdf\xa4\x92\xa1\xbe\x03\xd1\x78\x2e\x2f\xe3\x72\xa6\x76\xe1\x88\x69\xca\xcd\xae\x53\x97\xea\x14\x2d\x9b\x04\x07\x98\x78\x2c\x98\x38\xa2\xe2\x80\x0f\x0f\x0c\xe3\xd9\x6d\x80\xc8\xc4\x03\x5a\x3c\xfb\xbe\x2e\xea\x3c\x43\xe8\xcd\x80\x38\x19\xc7\x1b\x9e\xbd\xaf\x8b\xfa\x89\x0e\xa6\x4b\x4f\xe3\x06\x0f\xa4\xe0\xb9\x6a\x13\x10\x7f\xc7\x85\x0e\x66\x48\xd1\x42\x6f\xc7\x42\x6f\xaf\xcd\x1f\x7a\x3b\xae\xda\xfc\x73\x28\x22\x83\xde\x8e\x85\xde\x5e\x05\x0b\x78\xbc\x03\x81\x77\x8e\x6b\xfd\xd3\xb4\x41\x18\xb5\x72\x6d\xd0\xdb\x81\x7a\x3b\xa7\x95\x01\x26\x3b\xf0\x6a\xe7\xf4\x4c\x08\xed\x00\xcd\xce\xc9\x89\x86\xd0\x0e\xd0\xec\x9c\xe6\x12\x4c\x76\x2c\x4c\xf6\x2c\xd8\x43\x20\xd4\x8e\x05\xbf\x9e\xbc\xb6\x5b\x2a\xf9\x3e\x10\x9d\x38\x19\xbf\xe5\xc5\xee\xaa\x42\xc9\x73\x5b\x17\x87\x8b\x35\xc1\x56\x51\x01\xdc\x75\xdc\x65\x4e\xb9\xaa\x02\xc0\xaf\x03\x4b\x76\x9e\xf1\xd7\x19\x0a\x48\xed\x40\xa1\x9d\xa7\xf8\x13\x4d\x76\xdc\xe5\xfb\xe7\xf2\x1d\xc0\xb0\x03\x0c\x3b\x4f\xf6\x84\x0a\x3b\xc0\xa9\xf3\x74\x4e\x7b\xb3\xbc\xbb\xf9\x27\x77\x16\xaa\x3a\xee\xca\x56\xe7\xf9\x78\x66\x5b\xb7\xd7\x57\x3d\xd7\xc0\x70\xe5\x81\xab\x73\xe5\xdc\xa0\xaa\xe3\xee\x9e\x29\x23\x7d\xf3\x32\x80\xa4\xf3\x92\x8c\xb8\x79\xd8\xf7\x58\xec\x22\x5a\xe7\x65\x60\xb6\xce\xcb\xb2\x81\xa8\x3a\x10\x55\xe7\xcd\x73\x85\x80\x0e\xd0\xe7\xbc\x15\x6b\xa0\x98\x0e\x34\xd2\x79\x3b\xc4\x01\x37\x8e\xdb\xdc\x27\x3d\x1c\xe0\xc6\x01\x67\x9c\x8f\xdd\xfb\x56\xf8\x05\x67\x9c\xcf\x6a\x9d\x95\x00\x18\xe7\x23\x0e\x01\x1b\x8e\xfb\x5d\x9c\x11\x66\x9f\x44\xf1\x8d\x59\x65\x79\x58\xa0\xc1\x01\xf6\x9b\xaf\xe4\x1e\xf4\x6f\xdc\x98\x0b\x5e\x69\xd5\x5b\x49\xe8\x8d\x34\xe9\x15\xcf\x03\xec\xc6\x83\x02\xed\x75\x42\x0e\xbe\x1b\x70\xbb\xf9\x3a\x20\x00\xdf\x8d\x67\xc3\x04\xe1\xb8\xef\xe1\x06\x3d\x3f\x2c\x03\x7c\xb1\x47\x50\xfa\x60\x2a\xf9\xac\x79\x40\xb9\xf1\x94\xe3\x93\x5f\x81\x6b\xe3\x29\xa6\x92\x78\x30\x95\x7c\x76\xb0\xc7\xd9\x2f\x34\x6e\x7e\x56\xb2\x87\x95\x3c\xac\xe4\x2b\xec\x46\x3c\xac\xe4\xc1\x54\xf2\xad\xce\xf3\x8d\x60\x73\xf3\x7b\xd7\xc5\x1a\x4f\x10\xdd\xfc\xa4\x01\x61\x73\x63\x61\x73\x57\x1a\xe8\x09\xad\x2b\xdb\xde\x9c\xcf\x43\xdc\xc6\x42\xdc\x6e\xb2\x72\x0f\xdf\xe8\x51\xb6\xbd\x15\x44\x25\xc0\x70\x03\xd5\x77\xa3\x53\x18\x70\xb4\xf1\x34\xc4\x07\x52\x0c\x70\xb4\xb1\x70\xb4\xdb\xea\xbc\x2d\x08\x9c\xb6\x6d\x9f\x7f\xf2\x9b\x9e\x01\x69\x2f\x27\xfc\x0c\x0d\x2d\xf0\x3f\x1f\x1c\x64\x36\x1e\xd0\x8f\x9f\x74\xe5\x23\x3b\xf3\x2c\x9c\x3f\x1f\xfc\x31\xbd\x17\x10\xf6\x67\x4f\x7e\xec\x21\xcf\x42\xef\x3b\x25\x7c\x94\x45\x3e\xe7\xc2\xcf\xeb\xa7\xba\x0c\xd0\xd7\xb6\xaf\xa1\x93\xd4\x7d\x2e\x90\xee\x43\x43\x92\x3b\x0b\xc9\x8a\xdf\x3c\x1e\x27\xa4\x00\xad\x6d\x17\xf9\x3f\x52\xb5\xcf\x82\xdf\x8b\x93\x1f\xa9\xda\xe7\x5e\x20\x75\xe3\xc9\x99\x5a\x50\x54\x0a\x57\x81\xf4\x3c\x40\x4a\x1b\x39\xa9\x80\x2c\x8d\x07\x2c\x8b\x48\x54\x3c\xf6\x90\x07\x02\xeb\x50\xa8\xf2\x08\x0b\x17\x42\xf4\x10\x01\x40\x81\x06\xf8\x67\x0b\x3b\x03\x14\x68\xbc\x80\xef\xab\x1c\xf6\x65\x47\x30\xa1\x2d\x76\xb7\x2f\xd7\xff\x07\x93\xed\x24\x02\xf2\x32\x16\xf2\x32\x79\x97\xaf\x72\xc3\x17\xa8\x21\xf9\xcb\xaf\x99\x0c\x80\xd9\x56\x55\xe5\x7b\xac\x68\x04\x82\x59\x3e\x1c\x1c\x33\x16\x1c\x33\x39\x53\xaf\x3c\xce\x0b\x18\x45\xcb\x23\xde\x58\x04\xb2\x40\xab\x72\xc1\x2f\xfc\x02\xa8\x66\x6b\x85\x31\x09\x18\xcd\x58\x18\xcd\x66\x47\xc0\xf4\x1e\x6f\xba\xbd\xad\x8b\x5e\x13\x5a\x6a\x79\x2e\x6f\x5b\x01\x12\xd0\xaa\x12\x0c\x38\xcc\x00\xc0\x6c\x6d\x75\x5e\xea\xf3\x45\xa2\xd1\x04\xa3\xaf\x75\xfe\xed\x5a\x57\x58\x01\x9c\x59\xa1\xd4\x1f\x17\x25\x38\x10\xbe\x07\xa8\x66\x6b\xaf\x41\xe6\xb5\xfd\x09\xdc\x94\xe1\x87\xd8\x8c\x77\x80\x8d\x3a\x25\x04\xc7\x8c\x05\xc7\xec\x82\x7c\xf4\xef\x01\x56\xd9\xba\x34\xd0\x5b\xb6\x12\x2f\x98\x78\x2f\xa4\x58\xd1\xde\xd6\xc5\xdd\x45\xad\x33\x19\xc8\xc9\xb6\xdc\x99\x77\xd1\x01\x03\x46\x0d\xa9\xe4\xf7\x5c\xcf\x04\x99\x14\x01\x80\x30\xc6\x7b\x83\x78\x5a\xac\x30\xb6\xc7\x9f\xa0\x45\x15\x5b\x78\xd8\xe3\x85\xb4\x9e\x6b\x90\x65\x24\xdf\x8a\x15\xda\xe4\xf8\xbc\xaf\x7f\x82\x4a\xcf\x35\x15\x9d\x27\xbe\xa0\xd2\xf3\x76\xf1\x73\xfb\xe7\x76\x55\x01\xdf\xa2\xc4\xad\x59\xde\xce\xf8\x4b\xa6\xcc\x00\x50\x0c\xc8\xc4\x76\xf2\xde\x3e\x31\x03\x64\x62\x3b\x0b\x69\x1f\xd0\x87\xf1\x27\xfa\xb0\x88\x59\xe2\x5b\x2c\xb8\x3b\xf0\x22\x47\x0d\x0d\x7c\xc0\x1b\xb6\xcb\x8c\xfe\x04\xcf\x38\xde\xdb\xc5\x41\x47\xee\x1e\x58\xdd\xdb\x25\xcf\xfc\xad\x50\x1a\xa7\xcd\xa5\xbc\x1c\xf0\x2f\x20\xfe\xda\xed\x40\xf8\xcb\x15\x4a\xbf\x2e\xd6\xb8\x7e\x4e\xf6\xfe\x84\xfa\x19\xd7\x4f\xda\xff\x6b\x6e\xbf\x8d\x96\x69\xfe\x01\xdf\xdc\xcf\xfa\xa7\x7e\x42\x1d\xdf\x1c\x1f\x10\xc1\xf8\xcc\xfd\x7b\xbd\xa6\xc9\xfb\x99\xbc\xab\x8c\xef\x73\x42\xfe\x55\x16\xb1\x3d\x36\xd5\x4f\x20\xf1\x0d\xd0\x34\x27\xcf\xf0\x7f\x01\xf1\xd7\x88\xfc\xc7\x27\x37\xf8\xe1\x4d\x78\x14\x95\x7c\xe2\xe4\x85\xea\x23\xb3\x1f\x9f\x48\x00\x64\xaf\xbd\x3c\x17\x78\xbc\xf8\x2c\xd8\xaf\x6c\x27\xb0\x5d\x2c\xb0\xdd\xcb\x49\x81\xab\x0b\xbc\xf1\xed\xe3\xa4\xc2\xd5\xc5\xc2\xd5\xad\xc3\xa6\xcf\x82\xfd\x3d\x0b\x35\xe5\x76\x4e\xff\x07\xe7\x4f\x05\x3b\x00\xea\xe2\xab\xda\x92\xf6\x99\xe6\x9f\x40\xf7\x7b\xdd\x3e\x8d\xbc\x7a\xd6\x85\xab\xfb\x04\x90\x1f\xa7\x7f\x41\xe8\x68\x46\xe7\xb6\x49\x4d\x00\xb3\x50\x6d\x4e\x20\xb6\x04\x62\xeb\x5b\x2d\x45\x45\x3c\x5c\x54\xc3\x30\x3b\xc5\x2f\x98\xf0\x6a\x09\xaf\xd6\x7f\xe9\x76\xee\x3a\x68\x5a\xff\xd5\xe1\x48\xc2\xa4\xe5\xa6\x68\xfc\x57\xc7\xa7\xb9\xd5\x9a\x9e\x10\x6a\x1d\xed\x78\xc2\x96\x25\x34\x59\xdf\x0b\x3a\x99\x5b\xae\x14\x0a\xd4\xcc\xe1\x9f\x8b\x12\x39\x17\xe8\x46\x3f\x05\xb3\x1b\xe8\xc7\x7e\xb9\xb8\x88\x8e\x95\x99\x22\x97\x2d\x2e\xe4\xba\x58\xfd\x24\xf1\x98\x9b\xb0\x77\xeb\xc0\x2c\xbb\x8b\x22\xdc\x0d\x76\xe3\x68\xba\x24\x44\x85\xe3\xea\xc7\xe9\x99\x98\xcc\xb6\xe9\x99\xd7\xfa\xa7\xd7\x9c\x0b\xcc\xe2\x99\x32\x30\x70\x5c\x3d\x56\xeb\x42\x54\x38\xae\x1e\xb5\x10\x26\x38\x57\x11\x32\x17\x48\xc4\x87\xc3\x8a\xb8\x9d\x40\x22\x61\x40\x2e\xcf\xbc\x16\x1e\xc4\x37\xba\x7c\x8e\x85\xdd\xe8\x46\x1e\xbd\xd9\x76\xc1\xc2\x54\xbd\x60\xc2\x78\xe5\x76\x7b\xe6\xe7\x6b\xf2\xc8\xb7\x07\xa8\xa1\xd2\x01\xb9\x09\x51\x37\xe5\xda\x19\xde\x5d\x5a\x66\x7b\xc1\x34\x2a\x4a\x4f\x20\xad\x84\xce\xea\x78\x4f\x73\x43\x56\xb8\x60\x59\x6d\xf3\xee\x18\x4b\x17\x02\x0b\xb7\x45\x82\x5e\x55\xee\xeb\x8f\x8b\x05\xa5\xc9\x9f\x49\xfb\xab\x65\xb8\xb7\x72\x4e\x13\xd8\x2a\x17\xd8\x8a\xcc\x44\xfe\x90\x15\xfe\x6a\xa5\xed\xcd\x80\xfc\xb8\xe9\x80\x58\xbd\x55\xf0\x9c\x3f\xc1\xec\xef\xa7\x4b\xd3\x33\xb1\x8e\xfd\xca\x73\xe9\xad\x52\x75\x09\xab\x95\xbf\x05\xa9\xa8\x44\x61\x02\x69\xe5\x6f\xd7\x25\x26\x03\x8f\x95\x80\x58\xbd\x7d\xde\x88\x9b\xfe\xab\xbc\x66\xa7\x70\x94\x3f\xc1\xec\x4f\xb9\x76\x2f\x54\x42\xfe\x24\x85\x60\xae\x7a\x5f\xaf\x19\x8b\x34\x1b\xd2\x21\x3d\x13\x77\xe0\xaf\x0e\xa2\x3a\x95\x9f\xfc\xa1\x09\x84\xa4\xea\xbd\x56\xda\x84\x9d\xca\xdf\x42\x4f\x30\x04\x88\xa8\xfc\x95\x3f\xd2\x47\xad\xf3\x49\xba\x22\x7f\x0b\x28\xb1\xc6\x13\xf9\xdf\x82\x3b\x8d\xd3\xbb\xcb\x64\xfe\xca\x31\xef\xca\x79\x12\x88\x29\x7f\x0b\x13\xf1\xad\x7f\x1a\x10\x55\xd4\xb3\xe8\xd1\xf3\x87\xf9\xf7\x37\xe1\x16\xc2\xed\xc8\xff\x7e\x4c\x06\x39\x41\xd2\xc8\xc8\xdf\x09\xb7\x30\x74\x9e\x21\xfc\xce\x85\x5b\x70\x91\x21\xfc\x18\x82\x14\x43\xfe\x18\x02\x2c\x53\x9f\xef\xfa\xa7\x86\x2e\x55\xfe\x9b\x2e\x61\x02\xfd\x3d\xca\xf4\x87\xdb\x1f\xaf\xc9\x10\xce\xe1\x1b\x3d\xba\xb4\x10\x0e\x6b\xda\x20\xea\x5b\x80\x23\xa5\x37\x09\x1c\x94\x3f\x86\x70\x59\x58\x7e\xa2\xd0\x1f\x8c\x41\x45\xe7\xff\xbd\x43\x51\xdc\xe2\x45\x31\x3e\xd4\xf0\xd7\x4b\xec\x28\xf3\xf6\x9a\xc3\x5d\x94\x9e\xfb\x4f\x42\x14\xac\x00\x50\x3f\x77\x29\x49\x58\xa1\x6e\x4b\x4f\x78\xa0\x5c\x78\xa0\xbb\xd0\x48\xb9\x0b\x3c\x77\x98\x42\x5b\x7a\xee\x02\x4f\x58\xa1\x6e\xf7\x4e\x90\xa1\x84\x15\xea\x76\xef\x84\x0e\xca\xdd\x8c\xbe\x8b\xc4\x31\x77\xeb\xfd\x0e\x80\x70\x57\x5e\x34\x41\x86\x72\xaf\x89\xdd\x1f\x6b\xde\x8e\x34\x7b\xb7\x09\x3c\xa9\xf5\xd0\x25\x00\x84\x67\x75\x3e\x35\x64\x9a\x3f\xa7\x7f\x9a\xe6\x7b\x53\x6f\xcf\x46\xf7\x72\x52\x72\xe1\x81\xa8\x54\xe4\x6e\xee\xef\xe6\x3e\x91\xa8\x04\x12\xca\xbd\x4c\xa0\xbf\xd6\xe6\xbd\x4b\x5a\x77\xd5\xe9\x15\xd7\x25\xe4\x50\x2e\xe4\x10\x5e\xc9\xdc\xbb\xf1\x04\x1b\x7e\xeb\x78\x22\xc1\x89\x72\xef\xaa\xe8\xd3\xd0\xc9\xf7\xef\xc3\x33\x2b\xa9\x9b\x30\x46\xc5\xe3\xfe\xc7\x45\xfb\x27\x70\x51\xee\xe5\xea\x74\x95\x26\xb9\x4b\x9d\xee\xec\xe9\x2b\xf8\x60\xee\x88\x79\x77\xa0\x40\x95\x26\xb9\xcb\xea\xec\x80\xc5\x9f\x65\x63\xc7\x9b\xb9\x03\x16\x43\x5c\x27\xc4\x51\x42\x13\x75\xae\x47\xee\xe7\x22\x8c\xaf\x2e\x7d\xa6\x39\x6c\x51\xee\x97\xdb\x2d\xed\xbb\x2c\xe9\xce\xc8\x3e\x0b\xcc\xce\xc8\x40\x8c\xc6\xb6\x46\xfe\xf2\x46\xb5\x05\x0d\x5a\x09\x49\x79\x26\x49\xce\x8c\xad\xfb\x9a\x8f\xe9\xad\xb2\x90\xb2\x40\xc2\x01\x25\x1c\xd0\xf8\xfd\x74\x69\x1d\x02\x94\x8b\x34\x96\x3f\x02\xeb\x93\xfb\xa7\x18\xbb\xfb\xa7\x2c\xe9\xfe\x29\xc6\x66\xe2\x20\x3f\x09\xf2\x33\x7e\x05\x01\xc8\x03\xc7\x25\x3c\xcf\xd8\xad\x10\x07\x96\xfb\x43\xb5\x3f\xe5\xa8\x3c\xf8\x4d\x87\x0a\x23\x1a\xdc\x09\xc1\x93\xa0\x3b\x63\x2f\x9f\x31\x0f\x84\xf6\xc7\xbe\x2a\x9e\xdd\xfe\x27\x4d\xbd\x3a\xe6\x3a\x31\x49\xe8\x9e\x3c\x0e\xb7\x57\x5e\x34\x0f\x66\x78\x28\x22\xdc\x6d\x2c\x07\xb7\xeb\x50\x44\x08\x19\x9c\x07\xb7\x0b\x0e\x68\x1c\xbb\x67\x1e\xff\xff\xac\xa3\xaa\x93\xeb\xdd\x0f\x1b\xcb\x51\x1b\xcb\x20\xd0\x5c\x9c\xf7\x75\x71\xb8\xa8\x9f\x1c\xb4\x23\x14\x37\x4f\xad\xb3\xcd\x43\xb5\xff\x61\xcd\x3b\x64\x47\x0f\xb5\xbc\xb2\x09\x79\xd8\x97\x8e\x32\xd8\x11\x75\xc0\x9e\x87\x73\x09\x18\xa1\x11\xcd\x6b\x2e\x42\xfb\x72\xe5\xc6\xf2\x5c\xa0\x82\x8a\x4e\xbf\x6a\x8e\xfd\x93\x19\x1e\xca\xf5\xe3\xd6\xd0\xd0\x50\xed\x44\x63\x39\x29\x60\x3d\x09\xcf\x33\xd2\xc2\x72\xd4\x99\x5a\x1e\x4a\x03\x11\xbe\x17\x37\x7f\xb1\xf1\x6f\xca\x8b\xcb\xb4\x0f\xbb\x0d\x98\xcd\x68\xbb\x7f\x5e\x3a\x5f\xfb\xcb\x68\xdc\x43\x18\x9a\x3c\x54\xec\xb5\xae\xf5\xdb\x64\x50\x77\xdb\x4e\xfd\xbc\x8d\x92\x8a\xbd\x66\xa5\x85\x9a\x49\xa8\x99\xd1\x3e\x53\x91\x2f\x76\xa8\xbb\x75\x3c\x91\x00\x32\x79\xb0\x8e\xbe\xaf\x7f\x6a\xfd\x51\x1f\x7c\xe8\xfc\xe3\x99\x8a\x71\xfb\xa1\x4b\x4e\xd8\x8e\xda\xb3\x46\x3f\x74\x49\x72\x15\xcc\x66\xf4\xe6\x76\x8c\xf4\x07\x93\xe9\xb6\x9e\x43\x72\xf5\xa8\x50\x63\xf4\xca\x50\x64\x38\x04\x88\xf2\x9b\xc6\xe4\xca\x85\xf4\x66\xa8\x95\x9b\x95\xfa\x4c\xb0\x97\x5c\xb0\x97\x59\x27\x7a\x19\x87\xd3\x30\x65\xe5\xb3\x4a\x84\x32\x4c\xef\x85\x70\x99\xcf\xba\x38\x5c\x9c\x2e\xde\x2e\x7a\xa6\x02\xba\x59\xcc\xa3\x09\xe1\x92\x0b\xe1\x72\xfe\xd6\xc5\xdd\x45\xd5\xb4\x95\xbf\x4b\x60\x96\x8c\x50\x77\x6b\xf5\x06\x66\xc9\x05\x66\x39\x7d\xe2\x70\x16\x17\xab\x46\xb6\x72\x97\x19\xb6\x9e\x68\x9e\xc9\x89\x86\x38\xc9\x58\x45\xae\xdc\x99\x90\xbd\x8f\x8a\x3f\xc6\x55\x47\x9c\x09\x47\x92\xa1\xda\xfb\x9e\xfe\x89\x80\x3d\xaa\x00\x60\xdc\xe6\x3c\x90\x48\x2e\x90\xc8\xbd\x5e\xd3\x09\x30\x58\xc8\x78\xb6\xef\x2f\x1d\x8a\x70\x7e\xb6\xc0\x22\x0f\x17\x39\x4c\xf3\x05\xfd\x78\xac\xb8\x30\x1f\x19\x0a\x53\xf1\xba\x64\x20\x4f\x06\xf6\x18\xef\xe6\xab\x52\x4e\x88\xca\xfe\x8f\xb7\x79\x09\xd1\xc5\x82\x69\x90\x54\x4a\x30\x8d\x5c\x30\x8d\x77\xbd\xae\xe8\x02\xdc\x62\xbc\xd6\xbc\x30\x4f\xc3\x3c\x95\x63\xcf\x78\xb5\xae\x3e\x1c\x0f\x49\xc6\x6b\x08\x2b\x24\x1e\xdf\x6a\xdd\xe4\x0d\x93\xf7\xbb\x4c\x49\x27\xc1\x51\x73\x78\x7c\xf7\xfa\xe7\xe9\xe2\xa5\xd4\xb2\x26\x45\x5a\xef\xe1\x25\x26\x82\xdd\x04\x9b\xc8\xfc\x29\xa0\x34\x79\x49\x85\x25\x8d\xb0\xb9\x55\x61\x45\xa6\x9d\x21\x7f\xea\x05\x35\x94\x4e\x06\x72\x57\xec\x68\xf2\x42\x5d\x64\xee\x1a\x32\xc8\x89\xd8\x3c\x77\x0d\x7d\xeb\xf6\xe9\x62\x55\x9a\xac\x0d\x30\xb9\x72\x59\x5b\xc9\xfc\x55\x72\x2f\x93\x2b\x07\xc2\x31\x7f\x55\xc1\x91\x59\x9b\x47\xe6\xa1\xe0\xcf\x34\x4f\x46\x96\xc7\xaa\x41\xd4\x90\x9d\x21\x43\x15\xa0\xf5\x29\xed\x0c\x20\x1c\xf3\xb7\x46\xc9\x26\x90\x2a\xe1\xe4\xc3\x13\xa0\x23\x53\xed\xe9\xce\x0f\x4d\x9b\x40\xa6\x7f\x72\x52\xa0\x3c\x32\xcb\x82\xe6\xde\xfd\x73\x1d\x4e\x37\xf5\x82\xa2\x4a\xf8\x8c\x4c\x75\xa2\x6b\x57\x04\xd3\x48\x30\x8d\x09\xb3\x93\xc0\x17\x09\x7c\x31\x8f\x34\xc8\xdc\x2e\xe0\x8b\x79\x58\xde\x80\x2f\x12\xf8\x62\xae\x20\x3f\x85\x31\xc0\x17\x73\xed\x75\x29\xf2\xcf\xa9\xdc\xf0\xd6\xcf\xb9\x8e\xdb\x3d\xd3\xea\x98\x4a\x37\x52\x91\x0e\xb9\x96\xd2\x0e\xa9\x8b\x8a\x1d\xd7\x77\x9f\x86\x4e\xd9\xd9\x61\xbd\x4f\xb6\x99\x65\x9b\x33\x36\xad\x8b\x82\xb2\x5c\xb2\x19\x3f\xdf\x88\x2f\x96\x97\x62\xc7\xe6\xbb\x3b\xc6\x4e\x55\x6b\xc1\x49\x49\x9b\x55\x96\x9f\x36\xd7\xa6\x0a\x24\x92\x40\x22\x33\xd7\x6b\xde\x86\xae\x12\x5b\x93\x8e\x49\x02\x89\x64\xaa\x28\xcd\x35\xbd\x97\xfe\x89\xa2\x37\xec\x9b\x99\xce\xb6\xc1\x42\x26\x02\xcb\x4c\x06\x0b\xd0\x31\x9b\xec\x4c\xbe\x6e\x7f\x15\x11\x72\xbb\xc0\x3b\x12\xae\x63\x36\x8b\x6b\xb2\xe2\xfc\xd4\xe1\x6d\x3e\x1c\x2b\xce\xb2\xe2\x89\x7a\x20\xf3\x33\x6d\x2a\xc0\x9a\x5d\xda\xa2\x49\x1c\x40\x80\xcc\x5e\xe7\x0b\xd9\xe4\x08\x5a\x25\x65\x67\x97\x0e\x68\xea\x39\xc0\x42\x66\x97\x1f\x69\xec\xbd\xb1\x77\x12\x7f\xd9\xe4\x08\x80\x44\x66\xd7\xf9\x26\xcc\x6a\xec\xbd\x8b\x3f\x1a\xa7\xaf\xed\x3a\xef\x8d\x1a\x7b\x6f\xec\xbd\xbf\x9e\x29\x9b\x00\x63\x32\x55\x07\x64\xa3\xa9\x02\x6a\x32\xbb\x88\xaa\xf1\x19\x61\x4c\xe6\xd8\xfc\x93\x69\x43\x95\xcc\xc1\xe9\x83\x23\xc9\xa6\xf2\x75\x54\x9d\x7d\x36\xbb\x62\x0b\xf5\x82\xfc\xe5\x46\x29\x05\x9c\x64\x0e\x33\xa4\x85\xd6\xd9\xfb\xe8\x9e\x29\x2b\xd7\xca\xc2\xe7\xa8\xc2\x8a\x6c\x54\x8c\x9a\xca\xd7\x61\x05\x83\x31\x49\x18\x93\x49\xdc\x24\x81\x4b\x12\xaa\x64\xce\xdd\xed\x34\x0b\xc0\x49\xe6\xb4\x58\x81\x93\x64\xb3\x08\xcc\xc3\x78\x8a\xd2\x00\x48\xe6\xf2\x1d\x1a\xfd\x93\xa6\x04\x7c\xde\x3e\x87\xd8\xab\x75\x0d\x55\x01\x5d\x36\x61\x56\x53\xed\x3d\x45\x2a\x6d\x95\xad\x0c\x25\x81\x9b\x01\x99\x5a\x9f\x8a\x07\xc3\xc8\x3b\x12\x6f\x4a\xed\xce\x42\xa3\x24\x3c\x48\xb6\x53\x09\xa3\x5d\x06\x3a\x24\xc1\x42\xe6\x69\x11\x00\xe8\xc8\xa6\xda\x1b\x13\x40\x82\x77\x24\x5c\xc7\xbc\xea\x08\x3e\xc1\x3b\xb2\x55\x9c\x34\xaf\x4d\x3f\xef\x55\xf5\x52\x73\xe9\xfa\x79\x4d\x8e\x24\xe8\xc7\xbc\x2c\xfe\x8d\xc1\x36\x06\x7b\xed\xeb\x9f\x5e\xb3\x4e\xe2\xe7\xb5\xeb\xbc\xbd\x18\x02\x64\x5e\xd6\xe4\x46\x9e\xa0\x3d\xca\x21\xe7\xbf\x68\x79\xe4\xf1\xaf\xfe\x04\x90\x48\xb6\xda\xbc\xe7\x25\xde\x69\xb6\xe4\xa6\x58\xf5\x96\x3c\x06\x07\x49\x70\x90\x79\x1f\x86\x80\x3f\xd9\xca\x7c\xe7\xbd\x66\xa4\xd4\x20\x38\xc8\x7c\x84\x0c\x9d\x31\xf7\x0a\xcf\xe6\x63\x08\x7a\x1d\xb4\x24\x54\xc8\x7c\x78\x9e\x9d\xf6\x00\x8c\xc8\x54\x9a\x90\x9d\xd9\x77\x66\xaf\x34\x21\xa9\x62\x26\x39\xcc\xf9\x34\xb7\xb3\x70\xf8\x91\xf9\x88\x0e\x60\x44\x12\x46\x64\x3e\xcc\x1e\x46\x24\x61\x44\xe6\x73\x6b\x88\x89\x42\x7e\xcc\xe7\x75\x3b\x99\x81\xae\x38\xfd\xe1\xbc\x75\xde\x2c\x00\xc8\x7c\x45\x70\x9d\x37\x0b\x0e\x32\xd5\x4f\x66\x67\xb7\x9d\xdd\xd2\xac\xcc\x6e\x4b\xee\xa1\xa0\xd4\x7a\x0d\x1c\x92\x50\x21\xf3\x15\x19\x75\x5b\xf2\x82\x83\xbc\x75\x58\x98\x70\x20\x09\x00\x32\xdf\x3a\x4e\x4e\x38\x90\xec\x65\xa9\x93\x76\x44\xf6\x5c\x45\x4f\x9b\x8b\x9e\xc9\x6e\xa1\x42\x26\x7d\xc9\x04\x07\xc9\x05\x07\xc1\x28\x97\x70\x20\x09\x00\x32\x21\x69\x12\xf2\x23\x17\xf2\x03\x78\x3f\x01\x39\xb2\xab\x2e\xff\xa6\xf1\x94\x87\x03\x58\xd8\xb6\xd3\x64\x50\x3c\xd8\x6b\xb3\xd9\xb6\xcb\xed\x8f\xd6\x6b\x9e\x6d\x1b\x6b\xec\xb6\x10\x92\x97\x1b\x3a\xb4\x1c\x05\x14\xcc\x51\x93\x61\xdb\x2c\x64\xa0\x06\x39\x6a\xb9\xdf\x36\x5b\xf2\x30\x19\x48\x57\x6e\xbf\x7d\xfd\xf3\x76\xf1\xad\x8b\x52\x58\x40\x09\x49\xb3\x72\xfb\x09\xac\x86\xe5\x7e\xd4\x44\xd9\x20\x3f\x72\x70\xef\x46\x2d\xf0\xdb\xcf\x52\x32\xb8\x77\xa3\xdc\xbb\x6d\xa5\x32\x48\x5e\x26\xc9\xcb\xed\xd7\xb4\xbe\x74\xb5\x76\xad\xd7\xc1\x73\x69\x67\x95\x5a\x56\xbd\xe6\x61\xe8\x00\x1d\x12\xb4\x61\x3b\xaa\x46\x2b\x21\x1c\x92\x78\xe4\x76\x5c\xfe\x29\x8a\x21\xbc\xb8\x85\x70\x69\x70\x47\x06\x82\x46\xe0\x9e\x1c\xab\xb2\xac\x36\xda\x43\xe5\x6a\x2a\x24\xcf\x51\x83\x7c\x20\x19\xc8\x69\x90\x27\xaa\xd1\xcd\xca\x30\x55\x29\x2e\x09\xbb\xad\xce\xaf\x52\x65\x75\xaa\xac\x3e\xb6\xef\x5f\xd2\xa2\xef\xdf\x9f\xfb\xdf\xcf\x7f\xfc\x8f\xff\xf5\xbf\xcf\x7f\xfc\x9f\xf3\xdf\xdf\xbf\xdd\xff\xf5\xcf\x7f\xbe\x7f\xff\xcf\xe7\xdf\xee\xff\xfc\xdb\xff\xfc\xe3\xea\xdf\x9e\xf7\xfb\xb7\xbf\xbf\xff\x7c\xff\xef\x7f\xfc\xd7\x3f\xef\xf7\x6f\xff\xf8\x8f\x7f\xfc\x71\x57\xfd\xfe\x5f\x00\x00\x00\xff\xff\x9f\x82\x60\xf5\x33\x11\x03\x00"); +func _cgfc ()([]byte ,error ){return _c (_beaa ,"UniJISX02132004-UTF32-V")};func _cecf ()(*asset ,error ){_fdf ,_fec :=_de ();if _fec !=nil {return nil ,_fec ;};_efe :=bindataFileInfo {_dae :"Adobe-CNS1-1",_fb :1761,_ae :_be .FileMode (436),_g :_a .Unix (1580491172,0)}; +_edf :=&asset {_dd :_fdf ,_ef :_efe };return _edf ,nil ;};func _dged ()(*asset ,error ){_deaa ,_eecc :=_aac ();if _eecc !=nil {return nil ,_eecc ;};_ddea :=bindataFileInfo {_dae :"ETen-B5-V",_fb :650,_ae :_be .FileMode (436),_g :_a .Unix (1580491761,0)}; +_fbg :=&asset {_dd :_deaa ,_ef :_ddea };return _fbg ,nil ;};func _fggb ()([]byte ,error ){return _c (_gcec ,"Adobe-Korea1-2")};var _edfdf =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\x91\x41\x6b\xf3\x30\x0c\x86\xef\xfe\x15\x3a\xf6\xbb\x7c\xb1\x93\x35\xdb\x20\x04\x46\x4b\x21\x1b\x5d\xc7\xba\x6e\x83\xb1\x83\x6b\x2b\xc1\x6c\x91\x8d\xe3\x1c\xfa\xef\x87\x9d\xb4\x83\x1d\x8c\xac\x57\xcf\x6b\x24\x39\x5b\x35\xeb\x86\x4c\x80\xec\xc9\x5b\xb5\xc7\x00\xad\x21\xed\x71\xb0\xa3\x57\x08\x47\xec\x0c\x31\x26\x72\xd0\x46\x85\x73\x9a\x82\xea\xa5\x63\x2c\xfa\xf7\xa7\x21\x60\xdf\x50\x6b\xa1\x98\x38\x3d\xba\x99\x05\xc8\x9e\xb1\x33\x43\xf0\x27\x58\xdc\x69\x7b\xc4\x7f\xa0\xb1\x8d\xfa\xce\x6b\xf4\x86\x3a\x58\xdc\x4b\x27\x49\x5c\x0a\xfb\xd1\xb9\x6f\xec\x91\x02\xf0\xa4\x21\xe9\x14\x59\xb6\xda\x4a\xf7\x28\x7b\x84\xec\x41\x06\xf9\x25\x49\xa6\x42\xd2\x5f\xd1\x0f\xc6\x12\x08\xfe\x9f\xf3\xf2\x57\x7f\x39\x39\x04\x31\x3f\x70\x68\xd6\xbb\xb6\x1d\x30\xc0\x4d\x79\x35\x31\xef\x87\x66\x0d\x1f\x02\x04\x87\x7c\x59\x2c\xf9\xe7\x8c\xbe\x6d\xad\xc6\xb9\x03\x26\xa6\x79\x94\xd5\x38\x38\xa9\xd0\x4b\xea\x90\x01\x54\x9c\xd7\x50\x6d\x36\x75\x6c\xf2\x4f\x95\xe5\xb3\xc9\xe8\x49\xa8\xf2\x08\x2f\xdb\x1a\x8a\xbc\x64\x55\x19\xb3\x6b\xac\xa1\xb8\x15\xc9\x7e\xe6\xe2\x3d\x6e\xf7\x32\xad\x1a\xbd\x47\x0a\x69\xb7\x69\xa6\xd8\x94\x21\xbc\xfc\x93\xb3\x2e\xba\xd2\xf9\x09\x00\x00\xff\xff\xea\x27\xb0\xe9\xd3\x01\x00\x00"); +var _gac =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x4c\xd2\xc1\x8e\x9b\x30\x10\x06\xe0\x3b\x4f\x31\xc7\xf4\x90\x82\x01\xe3\x54\xaa\x2a\xb5\xe4\x10\x54\x25\xad\x4a\x9b\x56\xaa\xf6\x40\xec\x09\xb2\xb4\x18\xcb\xc0\x21\x6f\xbf\x9a\x31\xcb\xee\x21\x9a\xf0\x19\xff\x1a\x8f\x49\xeb\xe6\xd8\x38\x3b\x43\xfa\x33\x8c\xba\xc5\x19\xee\xd6\x99\x80\xd3\xb8\x04\x8d\x70\xc3\xde\xba\x24\x11\x39\x18\xab\xe7\xd7\x47\x2e\x7a\xe8\x7c\x92\xa4\xa7\xef\x43\x21\xca\xfd\x37\xb9\x3f\xc1\x32\xe1\xaa\x75\x73\x6c\x1f\xd3\x8c\x43\xe3\xee\x23\x14\x71\xb7\x59\xfc\x9a\x00\x90\xfe\xc2\xde\x4e\x73\x78\xc0\xee\xab\x19\x6f\xf8\x01\x0c\xde\xc9\x7f\x04\x83\xc1\xba\x1e\x76\xf5\xa5\x15\x1b\xb7\x8b\xf7\xcf\x38\xa0\x9b\x41\xb0\xa1\x33\x5c\x93\xb4\x3e\x77\xfe\xd2\x0d\x08\xef\x7a\xb9\xf2\x1a\x2f\x5d\x31\x4c\x76\x74\x20\xf2\x8f\x59\x26\xdf\xfc\xf7\xc3\xe3\x9a\x95\xa4\xff\xfe\x34\x47\xf8\x2f\x40\x64\x90\x4b\x99\x1f\x9e\x56\xff\x7b\x1e\xcd\xf6\x96\xc8\x63\xfb\xda\x9a\xd0\xb9\x1e\x93\xcf\x9d\x28\x6f\x5f\x60\x2d\xa2\xa8\xca\x8a\x4c\x76\x6c\x54\x44\xa1\xca\x82\x4d\x47\xd3\xd1\x24\x9b\x89\x86\x64\x19\x49\x25\x58\xaa\x9c\xa4\x64\x91\x51\x2a\x92\x03\xcb\xa7\x28\x94\x5e\xe6\x2c\x31\xa7\xa2\x9c\xd8\x81\x8a\x39\x8a\x72\x24\x27\xab\x98\xa3\x28\x47\x72\xb2\x8a\x39\x8a\x72\x24\x27\x63\xc1\x42\x85\xce\xa2\x68\xc6\xdb\x59\xe9\x3f\xdd\xed\x36\x6d\xbd\x84\x80\x6e\xe6\x9b\xe5\x81\xd2\x90\xac\xc3\xed\xdb\xf1\xa3\xa7\x5d\xfc\x7b\x09\x00\x00\xff\xff\x6c\xe3\x0f\x46\x67\x02\x00\x00"); +func _cae ()([]byte ,error ){return _c (_eda ,"Adobe-CNS1-6")};func _gfca ()(*asset ,error ){_ebbd ,_ecfg :=_aag ();if _ecfg !=nil {return nil ,_ecfg ;};_caef :=bindataFileInfo {_dae :"Adobe-GB1-1",_fb :1205,_ae :_be .FileMode (436),_g :_a .Unix (1580491251,0)}; +_dcd :=&asset {_dd :_ebbd ,_ef :_caef };return _dcd ,nil ;};func _dedb ()(*asset ,error ){_baa ,_gggc :=_febc ();if _gggc !=nil {return nil ,_gggc ;};_dbf :=bindataFileInfo {_dae :"Adobe-Japan1-5",_fb :2005,_ae :_be .FileMode (436),_g :_a .Unix (1580491332,0)}; +_fea :=&asset {_dd :_baa ,_ef :_dbf };return _fea ,nil ;};func _dfe ()(*asset ,error ){_bead ,_bee :=_fdd ();if _bee !=nil {return nil ,_bee ;};_ffg :=bindataFileInfo {_dae :"Adobe-GB1-2",_fb :2159,_ae :_be .FileMode (436),_g :_a .Unix (1580491257,0)}; +_gae :=&asset {_dd :_bead ,_ef :_ffg };return _gae ,nil ;};var _fbc =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\x95\xcd\x8a\xe3\x46\x14\x85\xf7\xf5\x14\xb5\x9c\x2c\x26\xae\x7b\xeb\x1f\x84\x21\xb8\x19\xf0\x62\x66\x42\x9c\x4e\x02\x21\x0b\x59\x2a\x19\x41\x2c\x09\x59\x5e\xf4\xdb\x87\x5b\x47\xdd\x81\x31\x18\xd9\x9f\xab\x74\xac\xef\xc8\xd7\x87\xd3\xf9\xe5\x3c\x8d\x9b\x3e\xfc\xba\xce\xdd\xa5\x6c\x7a\x18\xa7\x7e\x2d\x8f\xf9\xb9\x76\x45\x5f\xcb\x6d\x9c\x94\x22\xd6\xfd\xd8\x6d\xef\x6f\xeb\xa1\xbb\xb7\x8b\x52\xb2\xff\xf2\xf6\xd8\xca\xfd\x3c\x0d\xb3\xb6\x58\xd7\x3f\x97\x7d\xad\xd6\x87\xdf\xca\x6d\x7c\x6c\xeb\x9b\xfe\xf4\x4b\x3f\x5f\xcb\x4f\xba\x2f\x83\xf0\xef\x6b\x5f\xd6\x71\xba\xe9\x4f\xa7\x6f\x17\xfa\xc0\x97\xe7\xb2\xfc\x5b\xee\x65\xda\xb4\xa9\xac\x4c\x7d\x3d\xaa\xc3\xe9\x6b\xbb\x7c\x6b\xef\x45\x1f\xea\x99\x3e\xcb\xbe\xcf\x58\x54\x3f\xfb\xa3\xac\x8f\x71\x9e\x34\x99\x9f\x8d\x09\xff\xf3\xdf\xdf\x96\xa2\x69\x3f\xc9\xeb\xf9\xe5\xfb\x30\x3c\xca\xa6\x73\xd8\xf7\xfe\xf5\x7a\x7e\xd1\x7f\x93\x26\xa3\xd9\xdb\xec\xfe\xd9\x97\xfe\xf9\x75\xee\xcb\xfe\x2d\xea\x95\x9e\xe6\xe7\xb4\x69\x72\x26\x67\x40\xc2\x65\x76\x73\x5f\x1e\x4b\xdb\x95\xb5\x9d\x6e\x45\x69\xdd\x18\x63\xcc\x51\x37\x36\x7e\xf9\x72\x94\x2b\xf8\x61\x85\xf2\x61\xdf\x39\xf6\x20\xef\x3b\x8c\x19\x86\xa3\x96\x87\x51\x8d\x21\x30\x02\x63\x1f\x54\x63\x18\x8c\xc1\x3c\xb1\x6a\x8c\x05\xb3\x60\x31\x24\xd5\x18\x07\xe6\x2a\x23\xc3\x4e\x35\xc6\x83\x79\x30\x4e\x92\x11\xc0\x02\x98\xb7\x92\x11\xc1\x22\x58\xcc\x92\x91\xc0\x52\x65\x6c\x9c\x64\x64\xb0\x0c\x66\x8d\x64\xb4\x60\x2d\x98\x0f\x92\x71\x05\xbb\x82\x25\x92\x8c\x0e\xac\xab\xcc\x9a\x28\x19\x3d\x58\x0f\x66\x59\x32\x0a\x58\x01\xf3\x49\x32\x06\xb0\x01\x2c\x39\xa3\x1a\x82\x3f\x82\x3f\x67\x72\x50\x0d\xc1\x1f\xc1\x9f\xb3\x9e\x55\x43\xf0\x47\xf0\xe7\x82\x49\xaa\x21\xf8\x23\xf8\x73\x29\x38\xd5\x10\xfc\x11\xfc\x79\x62\xc9\x80\x3f\x82\x3f\x6f\xa3\x64\xc0\x1f\xc1\x9f\x0f\x56\x32\xe0\x8f\xe0\xcf\xa7\x24\x19\xf0\x47\xf0\x17\xc8\x49\x06\xfc\x11\xfc\x05\x67\x24\x03\xfe\x08\xfe\x42\x90\xce\x09\xfe\x08\xfe\x42\x96\xce\x09\xfe\x08\xfe\x22\x49\xe7\x04\x7f\x04\x7f\xd1\x49\xe7\x04\x7f\x04\x7f\x31\x48\xe7\x04\x7f\x04\x7f\x31\x4b\xe7\x0c\x7f\x0c\x7f\x89\xa4\x73\x86\x3f\x86\xbf\xe4\xa4\x73\x86\x3f\x86\xbf\x14\xa5\x73\x86\x3f\x86\xbf\x94\xa5\x73\x86\x3f\x86\xbf\xcc\xd2\x39\xc3\x1f\xc3\x5f\x76\xd2\x39\xc3\x1f\xc3\x5f\x8e\xd2\x39\xc3\x1f\xc3\x5f\xce\xd2\x39\xc3\x1f\x57\x7f\x72\x3b\x4b\x06\xfc\x71\x06\x73\xd2\x39\xc3\x1f\xb7\x60\x51\x3a\x67\xf8\xe3\xea\x4f\x6e\x0a\xc9\x80\x3f\xee\xc0\x58\x3a\x67\xf8\xe3\x1e\xcc\x4b\xe7\x0c\x7f\x5c\xc0\xa2\x74\xce\xf0\xc7\xd5\x1f\xb1\x91\xce\xed\xfe\x8b\x37\x60\x2c\x9d\x5b\xf8\xb3\x04\xe6\xa5\x73\x0b\x7f\x96\xc1\x92\x74\x6e\xe1\xcf\x56\x7f\x64\x8d\x74\x6e\xe1\xcf\x3a\x30\x2b\x9d\x5b\xf8\xb3\x1e\xcc\x4b\xe7\x16\xfe\x6c\x00\x4b\xd2\xb9\x8d\xfb\xf4\x21\x3e\xca\xb8\x4a\xa6\xce\xa0\xf7\x59\x23\xaf\x65\x7a\x7f\xcc\xd3\xee\xb9\xae\x65\xda\xea\xec\xae\x13\x53\xa6\xdb\x38\x95\x8f\xff\x81\x65\x5e\x64\x57\x7d\xfe\x17\x00\x00\xff\xff\xdd\x7b\x1f\xc6\x33\x06\x00\x00"); +var _cega =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x44\xd4\x41\x6b\xdb\x4e\x10\x05\xf0\xbb\x3e\xc5\x1e\xf3\x3f\xfc\x6b\x49\xb3\xb3\xbb\x82\x60\x08\xf1\xa1\x2e\xa4\x29\x4d\x93\x16\x4a\x0f\xb2\xb4\x36\x82\x5a\x16\xb2\x7c\xc8\xb7\x2f\xf3\x9e\xeb\x1e\xc2\xc4\xbf\xec\xce\xee\x1b\xe2\x5d\x3d\x6e\x37\xdb\x71\x58\xdc\xea\xcb\x7c\xea\x5e\xf2\xe2\xf6\xc3\xd8\xcf\xf9\x7c\xba\xcc\x5d\x76\xbb\x7c\x18\xc6\xa2\xa8\x6a\xd7\x0f\xdd\xf2\xf7\x23\x4a\x77\x6c\xa7\xa2\x58\x3d\xf4\xfd\xff\x1f\xdd\xe5\x9c\xaf\x9f\x1f\xb7\x9b\x97\xf7\xf3\x92\x8f\xdb\x71\x7f\x72\xc2\x7d\xfd\x65\xba\xee\x75\x6e\xf5\x35\x1f\x86\xf3\x32\xbf\xbb\xbb\x87\xfe\xb4\xcb\xff\xb9\x3e\xef\xcd\x9f\xe7\x3e\xcf\xc3\x78\x70\x77\x9f\xda\xa9\x1d\xab\xdb\x1f\x5e\x2e\xd3\xf4\x3b\x1f\xf3\xb8\xb8\x0a\x96\xc7\x1e\xb5\x58\x3d\x3e\xb5\xd3\xe7\xf6\x98\x1d\xee\xf1\x06\x05\xbe\xe5\xf9\x3c\x9c\x46\x57\x95\x1f\xca\x32\xfc\xf3\x6f\xef\x53\xbe\x76\x29\x56\xaf\xdb\xcd\xf3\x7e\x7f\xce\x8b\x8b\x4d\xc9\x35\x3f\x5e\xb7\x1b\xf7\xb3\x72\x55\xe9\x6a\x95\x3a\xfd\xba\x2e\xfd\xfe\x74\xea\x6f\x1b\x35\x32\x4d\x37\xf4\x73\x3b\x1e\x72\x71\x5f\x57\x75\xbd\x76\x56\x64\xed\x62\x4a\x11\xe4\x49\x7e\xed\x52\x1d\x12\x48\x49\x6a\x14\xbd\x91\x54\x20\xa9\xb1\xb1\x01\x75\xa4\x6c\xd4\x54\x46\x9e\xab\xbc\x82\xb0\xd1\x07\x52\xb0\x5e\xa9\x06\x45\x52\x44\x7b\x05\x25\x52\xc2\xaa\x12\xd4\x90\x1a\xac\xc2\x55\x7d\x0b\xd2\x1d\xda\xdb\x25\x7c\x8d\x13\x51\x62\x53\x25\x90\x90\x04\xc4\x55\x4a\xb2\x7b\x35\x75\x09\x8a\xa4\x08\xaa\x40\x0d\xa9\x01\xd9\x55\xbd\x67\x2f\x8f\x5e\xb5\x18\x05\x52\x20\x79\x10\xdb\x07\xb6\x57\x10\xdb\x07\xb6\x0f\xa0\x4c\xca\x20\x0b\xe4\x23\x37\x46\x0c\x27\x58\x2f\x65\x20\x65\xa0\x3a\x81\x84\xc4\x13\x1b\x90\x92\x70\xa2\x94\xa0\x48\xc2\x89\x52\x81\x1a\x12\x02\x89\x05\x52\x06\x52\x06\x12\x0b\xa4\x0c\xa4\x0c\x24\xb8\x04\x03\x29\x03\x89\x82\xd8\x9e\x81\x24\x80\x32\x09\x81\xc4\x02\x29\x03\xa9\x05\x8a\x8d\xa4\xe2\x3e\x46\xb5\x4b\xb0\xc4\xc6\x0b\xa8\x25\xb5\xa0\x12\xb4\x23\xed\xd6\x2e\x89\x65\x8c\x51\x3b\x52\x87\x55\x15\xa8\x27\xf5\xb6\x4a\xb8\x31\x93\xf6\x20\x6c\x0c\x25\xc8\x4a\x6c\xbc\x82\x2a\x52\x85\x55\xb8\x57\xa8\x49\x35\x56\x45\x90\x90\x30\x09\xc5\x89\xc1\x93\xec\xdb\x21\x9e\x1b\x95\x84\xe1\x28\x02\x85\x40\x42\x6c\xc5\xbd\x30\x2f\x96\x24\xde\x83\x12\x29\x81\x78\x22\x87\x13\x30\x1c\xe5\x2a\x0e\xc7\x4a\x12\xce\x2b\x70\x38\xa1\x03\x31\x23\x27\x11\x30\x09\xe5\xbd\x38\x09\x2b\x49\x94\xed\xf7\x24\x0c\x87\x57\x8d\x1c\x8e\x95\x24\x1a\x40\x0c\x64\x25\x89\xfd\x47\xc7\x3e\x62\x38\x28\x49\x44\xec\x2d\xbb\x3d\x23\xf6\xbb\xbd\xa2\xb7\x57\xad\xbb\xcc\x73\x1e\x17\xbc\xa1\x78\xbe\xec\xfd\x19\xc6\x7c\x7b\x9f\xa7\xd3\x64\xbb\xf0\xf3\x27\x00\x00\xff\xff\x72\xe0\xee\x65\xcb\x05\x00\x00"); +func _ffcd ()(*asset ,error ){_gggd ,_acaf :=_fede ();if _acaf !=nil {return nil ,_acaf ;};_dea :=bindataFileInfo {_dae :"Adobe-CNS1-7",_fb :1877,_ae :_be .FileMode (436),_g :_a .Unix (1580491225,0)};_ecd :=&asset {_dd :_gggd ,_ef :_dea };return _ecd ,nil ; +};var _gea =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x84\x9b\x4b\x8f\x65\xc7\x6d\xc7\xf7\xfd\x29\xee\xd2\x59\x38\x3a\xf5\x64\x11\x18\x34\x60\xc8\x11\x22\x07\x4e\x02\x2b\x2f\x20\xc8\xe2\x3c\x78\x84\x01\xa2\x9e\xc6\x68\xb4\xf0\xb7\x0f\xf8\xfb\x5f\x29\x71\x12\x40\x0b\x83\xd6\xbf\x79\xaa\x58\x24\x8b\xaf\xba\xf3\xd5\xd7\xdf\xfe\xfe\xdb\xb7\x8f\x5f\x1e\x5f\xfd\xe3\xe7\x4f\xe7\x77\xf1\xe5\x71\x7f\x7c\xbb\x3e\xc7\x8f\x9f\x7e\xfa\x7c\xc6\xe3\x88\xef\x3f\xbe\xbd\xbc\x94\xfa\xb8\x3e\x9e\x5f\x7e\xfe\x4f\xc8\xf9\xc3\xfe\xfe\xf2\x92\xdf\x7f\xf7\xe7\x1f\xbf\xc4\x0f\xdf\xbe\xdd\x9f\x1e\x4d\x7c\xd7\x4f\xef\x4f\xde\xc7\xe3\xab\x3f\xc5\xf7\x1f\x7f\xfc\xf2\xf9\xcf\x8f\xdf\xfc\xee\xfa\x74\xc4\x5f\x3d\xae\xb8\x13\xff\x87\xcf\x57\x7c\xfe\xf8\xf6\xfd\xe3\x37\x7f\xd8\xdf\xf7\xb7\xf2\xcb\x1f\xbe\xfb\xe9\xfd\xfd\x3f\xe3\x87\x78\xfb\xf2\xd8\xc0\xe2\xed\x82\xbe\x7c\xf5\xf5\x1f\xf7\xf7\xbf\xdf\x7f\x88\xc7\x57\xb6\x7e\xfb\xa7\xbf\xfb\xee\x0f\xbf\xfd\x5b\xfe\xc2\x1f\xfe\x25\x3e\xff\xf8\xf1\xd3\xdb\xa3\x6c\x7f\xbd\x6d\xf3\xbf\xf1\x7f\xfa\xf3\x7b\x3c\xca\x73\x85\x7f\xfb\xe7\x6f\x7f\xff\xf8\xf7\xf2\x28\xdb\xa3\x8e\xd6\xe7\x7f\x3c\xf1\x7f\xfd\xe3\xa7\x2b\x9e\xfb\xbd\x74\x49\x7f\x7e\xba\xe2\xc7\xf7\xfd\x8c\xcf\xfb\xdb\xf7\xf1\xf2\x78\x7c\xd8\xb6\xd7\xc7\xe3\xf1\x61\x6d\xaf\xf9\x5f\xab\xf4\xed\xf5\xf1\xc1\xbf\xf9\xe6\x6b\xfe\xfb\x77\xfa\xeb\xef\xbf\xe1\xbf\xfe\x66\xe3\xaf\xdf\x7c\x9d\x7f\x8d\xb7\xeb\x7f\xad\xf6\x52\xb4\xc9\xdb\xa7\x2f\x57\xdc\xc2\x58\xff\x43\xb9\x5f\x1f\xb5\x95\xfc\xe6\x7f\xfe\xf1\xa5\x6c\xdb\x53\xae\x8f\xd7\x93\xbf\x26\xbf\x85\xf8\x7f\x96\x67\x95\x44\x66\x6b\x89\x2c\x21\xfb\xf9\xfa\x98\x3e\x5f\x3e\xac\xda\xef\x44\xea\x58\xaf\x0f\x5b\x5b\x22\x13\x9e\x6a\xfe\xfa\x30\x07\x59\x05\xc4\xf7\xd7\xc7\x2a\x7c\xe5\xfa\xea\x2e\xaf\x8f\xd5\xeb\xcb\x87\xd5\xb4\x57\xcb\xbd\xbc\x8e\x44\xb4\x57\xf3\xf9\xfa\xf0\xb5\x12\xd1\x57\xed\x98\xaf\x8f\xb2\x95\x14\xb1\x1d\x82\x2e\xa0\x96\xdf\x75\xad\xd4\x53\x8c\xb2\x0d\x4f\xc8\x04\xe5\xe2\x65\xf3\xdc\xaf\x6b\xf5\xee\xe5\xf5\x51\xca\x66\x2f\x1f\xd6\xd2\xf2\x90\x52\x90\x61\xed\x70\x41\x4c\x2a\x58\x7b\x11\x34\xe1\xe2\xc3\xdd\x04\xd9\xeb\x63\xd5\x39\x81\x96\x20\xd6\x6a\x3d\xa1\x43\x6b\x25\x31\x9f\x05\x48\x6b\x25\xb1\xd6\x36\xa0\x2a\x68\xe5\x87\x5d\x1f\xba\x20\x47\x08\x41\x3b\x50\x1c\xc9\x35\xf2\x40\x2b\x4e\x41\x27\x5c\x48\x1f\x17\xd0\x9d\x9a\xa8\x1b\xd2\xdf\xda\x31\x89\xcd\x86\xa8\xb7\x76\xbc\x1d\xae\x05\xa4\xe5\x93\xd8\x6c\x9c\xf1\x3e\x04\x9d\xc9\x55\x12\x72\x29\xda\xfb\x02\x72\x20\x17\x24\x51\x17\x10\x6b\xf9\x68\xc9\x55\xe1\x1a\x5d\x50\x87\x4b\xd0\x10\x64\xc9\xd5\x37\xa0\x25\x28\x3d\x6b\x3e\x21\x2d\x3f\x0e\xb8\x3a\xd0\x29\x88\x63\xe3\x4a\x3e\x38\xb6\xe3\x00\xb5\x23\xc4\x2c\x82\x38\x76\x6f\x40\x1c\xdb\xf1\x89\x3a\x80\xe4\x13\xbe\xf6\x84\x16\x6b\xad\x43\xd0\xc1\x87\xec\xb8\xb4\xe3\x3e\x92\xcb\x81\xd2\x19\x9e\xc4\x66\x1f\x40\x26\xc8\xd2\xb4\x93\x33\xca\x27\x20\x36\xfb\x04\xd2\x81\xae\xeb\xf5\x51\x5a\x45\x88\x2b\x04\x05\x5c\x28\xfa\xc2\x31\xfd\x4e\xe5\x34\x03\xba\xb5\xd6\xad\xb5\x38\xe3\xad\xb5\xd2\x68\xa5\x63\x6d\x97\xd1\x20\x36\x3b\x42\xdc\x92\x1e\x3b\xf6\x2d\x85\xd8\x65\x47\x48\xe9\x5c\x85\xbd\x17\x41\xe8\x6b\x6c\x40\xe8\x6b\x9f\xe2\xca\xb5\x76\x69\x15\x32\xbb\xf3\xe1\x7c\x72\xa5\xa8\xbd\x17\xa0\x25\x68\xbd\x3e\xc6\xc6\x19\xf7\x89\xa8\x3b\xba\xef\x48\xbf\x4b\xf7\xfb\xea\x09\x19\x3b\xae\x21\x68\x20\x04\x6b\xad\x29\x88\x33\x1a\xd2\xcb\x42\xbb\x2c\xc4\x55\xd8\x65\xa1\xdd\x6b\x72\x61\xc7\xdd\x9b\xa0\x06\x17\x42\x78\x17\x94\x76\xec\x04\xaa\xdd\xb5\x7c\x92\xe1\xf8\xfd\xee\x26\xc8\xe1\xd2\x87\xbb\x20\x6e\xc7\xe8\x40\x12\x22\xa3\x51\x79\x6a\xe2\xd4\x81\x4e\x42\xc7\x18\x40\xd2\x57\x92\xf1\xdc\xf1\x94\xbe\xce\x3c\xd0\xe0\x3e\xee\xa7\xd6\x3a\x75\x20\x41\x3a\xd0\x99\xcb\x0f\x3c\x67\xbf\xb4\x7c\x92\x39\x09\x8f\xfb\xa5\xe5\x23\x8f\x3d\xa4\xaf\xd0\xb1\x43\xc7\x46\xae\xd0\xb1\x71\x80\x81\xa2\x0f\x39\xc0\x91\xb7\xb6\x0c\x1f\x40\xbb\x20\x9d\x71\x01\x21\xd7\x31\xd2\x68\x13\xcf\x39\xc6\x2d\xe8\x86\x2b\x7d\xe2\x50\xf4\x3f\x30\xed\x24\x3c\x1e\x32\xed\x41\x5c\x7d\xae\xa5\xb8\x7a\x28\xae\x4e\x84\x50\x5c\x3d\xf2\xc2\x94\xe9\x05\x68\x09\xc2\xc9\xa7\x20\x3c\xe7\x38\x1b\x5c\xec\x78\x76\x41\x19\x4d\xba\x75\xa0\x21\x28\xcf\x68\x12\xe2\xbc\x04\x5d\xac\x55\x81\xb8\x69\x47\xa4\xee\x0d\xdd\x1f\xa1\x33\x06\xba\x9f\x0d\x08\xdd\x1f\x19\x31\x8b\x11\xdc\x0f\x45\x4c\x88\xcd\xc9\x8e\x77\x13\x94\xb1\xd0\x8c\x0f\x75\x1f\x21\x36\xe7\x20\x69\xff\x9c\x6a\xff\xbf\xec\xbb\x0e\x85\x5d\x48\x51\x32\x3d\x74\x83\x0f\xdd\xe0\xe7\xee\x4f\x81\x38\x1c\xde\x7d\xca\x80\x67\x5e\xd1\x62\xab\x01\x35\x41\x58\x7e\x1a\x10\x8a\x3a\x33\xd4\x16\x5b\x40\x63\x0a\x22\x70\xcd\x05\x84\xc3\x9f\x33\x35\xbc\x30\xf3\x39\xf5\xe1\x24\x5e\x13\xcb\xce\x39\x04\xa5\x10\xab\x6e\x40\x97\x20\x34\x6c\x82\xd0\xf0\x99\xe9\xb7\x2c\x62\xff\x69\x45\x10\x91\xc5\x0a\x50\x15\xc4\x8e\x24\xd9\xd3\xb4\xa3\xb1\xa3\x71\x46\xd3\x8e\x59\x56\x94\x85\xb5\x4e\xdb\x05\xa5\x93\x96\xa5\xb5\x0e\x41\xe9\x7e\xaa\x2c\x4e\xb9\xdf\xb9\x58\x9e\xcb\x73\x2e\x2d\xbf\xb4\x3c\x3b\x2a\xd8\x9c\x8e\xa8\x5c\x9e\xd3\x25\xaa\x4b\xd4\x0e\x24\x51\x3d\xcd\xbc\xa6\x20\x17\x84\x99\x6d\x00\x49\x2e\xcf\xa8\xbe\x24\xbd\x4b\x13\x4e\x54\x27\x70\x9d\x2a\x37\xce\x4c\xfe\x65\x11\xd5\x4f\x25\x7f\x88\xcd\x27\x24\x3b\x1e\x1c\xc8\x05\x3d\x3f\xe4\xd6\x19\x46\x53\xb0\x39\xf1\x09\x2f\xa9\xfb\x4b\x3e\x71\x71\xa9\x1d\x45\x5f\xba\xd4\x97\x2e\xb5\x39\x10\xfa\xba\xf0\x09\xc7\x99\x2e\xf9\xc4\x25\x9f\xc0\x0b\x2f\xf9\xc4\x45\xec\x77\x52\xde\xa5\xd8\x7f\x29\xa3\xa2\xfb\x4b\xb1\xff\x4a\x73\xd4\x6d\x4b\x4d\x5c\x32\x07\x64\x2c\xc2\xee\x65\xa7\xa0\x2c\x33\x37\xea\xcc\x4b\x16\xba\x32\x6c\xd7\x8d\x02\xe7\x5a\x97\x20\x9c\x49\x72\x2d\x54\x78\x65\x08\xaf\x1b\x49\xe3\x52\x08\x87\xd8\xc4\xef\x2f\x1f\x82\x56\x72\x11\x76\x2f\x59\xe8\x92\x85\x16\xcb\xcb\x42\x57\x46\xcf\xba\x11\x7f\x2e\x45\x4f\x88\xcd\xc5\x87\x97\x0e\x94\x11\xb3\x16\x0a\xd7\x2b\xb4\x7c\x90\x93\x96\x20\xe9\x2b\x03\x44\x2d\x38\xe6\xa5\x00\x71\x29\x40\x70\xd3\x2e\x05\x88\x2b\x2d\x54\x0b\xa9\x38\x64\xa1\xe8\x23\xa1\x21\x68\x0a\x92\xee\x17\x90\x09\xca\x03\x15\x22\x40\xa8\xca\x0a\x55\x59\x4b\x1f\xee\x82\x76\xb8\x04\x1d\x82\x08\x1d\x64\x9b\xe8\xe8\x3e\xd2\x9c\xb5\xe0\x13\xa1\x2a\x2b\x54\x65\xb9\x20\x2d\x8f\x85\x0a\xfa\x0a\x59\x28\x32\xae\xd6\x5a\xd3\x1c\x71\x4a\xd4\x13\x51\x49\x8c\x71\x4a\xd4\x24\x53\xc9\x3f\x4e\x2d\x7f\xa5\x0a\x55\x2c\xc5\x35\x04\xa1\xc2\x27\xa4\xb5\xae\x94\xbe\x51\x82\xc6\x25\xe9\x2f\xea\x3a\x72\x52\x5c\xf8\x44\xa0\xc2\x56\x12\xba\xa5\xc2\x3b\x35\x51\x1b\xc5\xd2\x2d\x4d\xdc\x72\x72\x17\xc4\x5a\x77\xd6\x9b\xb5\x91\x80\x6e\xd5\x9b\x10\x9b\x2e\x08\x21\x6e\xf5\x3f\xa8\xf0\xd6\xb1\xef\xac\x2d\x6a\xe7\x5a\xdd\xaa\x2d\x6e\x39\xa6\x8b\x0b\xc7\xbc\x33\x4e\xd4\x5e\xf3\x40\xb7\xe2\xc4\x4d\xb9\x61\x5b\x01\xc2\x57\xef\xbd\x26\x17\xb5\xfe\xbd\x37\x41\xe2\x6a\x40\xe2\xca\x26\xa1\x76\x82\xd5\xad\x26\x01\x62\xb6\xb1\xbc\xe2\xc4\x7d\xa4\x26\x3a\xee\x7b\x1f\x97\xa0\x0b\x2e\x94\x73\x48\xae\x8b\x1d\x09\x43\xf7\xa5\x1d\x2f\xed\xc8\xf2\x97\x76\xbc\x58\x0b\x73\xdc\x52\x34\xc4\x8c\x82\xf0\x56\x55\x7a\x47\x9e\x71\x48\x88\x90\x10\x49\xcc\x30\xda\xad\x72\xe3\xc6\x42\x23\x6b\x44\x57\xd7\xea\x1b\xee\x3b\xb2\x2d\xf1\x0d\xf7\x15\x31\x7b\x72\xed\x40\x96\x8e\x39\x3a\x5c\xb6\x04\xa5\x63\x5a\xea\xde\x37\xd3\x87\x58\x68\x64\x1b\xe7\xdb\xd2\xf2\x49\xcc\xb2\x25\xf4\x8d\x6e\xd3\xb7\xc5\x8e\xce\xf2\x4b\x1f\x2e\x76\x2c\xf5\x57\x53\xb1\x6f\x4b\x02\x65\x8c\xae\x33\x0f\xe7\xdb\xae\xad\x76\x6d\xd5\x80\xb4\xd5\x01\x57\x63\xf7\x53\x5c\xa7\xb8\x3a\x90\xb8\x52\x39\x95\xa2\xc2\x37\x8a\x30\x11\xb3\xc2\x79\x89\x2c\xbe\x45\x1e\x6e\x4a\xec\xb8\x81\x6e\xad\x35\x13\xba\xb5\xd6\x3d\x5f\x1f\xf5\x79\xde\x6c\x0b\x92\x48\x51\x88\x7a\xeb\xbc\xd8\xc1\xb2\x33\xf3\xe7\x6c\xa1\x10\x6c\x2c\xab\x70\x2f\x04\x1b\x11\xb3\xcc\xe1\x5e\x08\x36\x22\x93\x62\xc7\x4b\xc7\x0e\x85\x98\x61\x9c\xb1\x8c\x27\xc4\x8e\x55\x10\x3b\x96\x99\x37\xd8\x32\x38\x7b\x99\x87\xa0\x03\xae\x0a\x74\x0a\xba\x92\x2b\x8b\x12\x2f\x94\x08\x22\xf6\x94\x6b\x72\xec\x62\x70\x19\x72\x99\xb8\x4c\x5c\xa9\x55\x8d\x22\xbc\x60\x66\x5b\x88\x2a\x33\x17\x99\x39\x1b\x78\x2f\xb2\x63\x39\x90\xcb\xe1\x3a\x24\xd7\x21\xb9\x04\x49\xae\xac\xc2\x2b\x25\x82\x97\x53\x5c\xa7\xb8\x10\xf5\x14\xd7\x95\xc1\x66\x4d\x0e\x74\x69\xf9\x24\x66\x95\x63\x5f\xfa\x30\xf2\x06\x93\xd6\xbd\x44\x11\xc4\x0d\xae\x98\x83\xcb\xe3\x25\x8b\xcb\xba\x16\x07\xa2\x5b\x17\x31\x6b\x1c\x3b\x74\xec\xcc\x23\x75\x49\x7a\xf2\x88\x97\x1b\xcf\x91\x39\xee\x21\x28\xa5\xf7\x0d\x15\xde\x12\x82\xb2\xd1\x9a\x20\x49\x8f\x4f\x50\x22\x78\x95\x4f\x54\x7c\xc2\x71\xa6\x2a\x9f\xa8\xf2\x89\x4c\xc5\x5e\xe5\x13\x90\xea\xf8\x57\x95\x4f\x54\xdd\x60\x2e\x75\xd5\x0d\xae\x19\x6a\xab\x57\xad\x75\x0a\xd2\x81\x0c\x88\x03\xd5\x21\x2e\x3e\x1c\xe2\xa2\x81\xb7\xe6\x40\x68\xa2\x72\xcf\xbd\x23\xaa\xac\x5d\x57\xde\x34\x37\xe4\x72\x41\xce\xed\x10\x17\x15\x9b\xd7\x0c\xb5\xd5\x1d\x21\xa8\x07\x44\xcc\xba\x20\x9d\xd1\x11\x02\xad\x56\x97\x10\x8e\x10\x59\x36\x7a\x75\x09\x91\x9e\xd3\x36\xb4\x5a\xe5\x39\x55\x9e\xd3\x05\xe9\xc3\x4c\x8c\x6d\x93\xbe\x4e\x2d\x4f\x62\xb4\x2e\x48\x2a\x4c\xd2\x36\xc2\x5b\x3d\xa5\xc2\x93\x3b\xf4\x84\x5c\x10\x3b\x76\xf4\x25\x2f\xac\xf2\x42\x1c\xb3\x9e\xcf\x1d\xcf\xe4\x1a\x1c\xfb\x94\xa8\xf4\x36\xf6\xfc\x50\x8a\xce\x6a\xa6\x6d\x83\x03\x51\xcd\x88\xac\xca\xe5\xab\xa4\x03\xaf\xd7\x82\x4b\x90\x84\x48\xd2\x07\x9e\x53\xe5\xe4\xf5\x66\xc7\x2c\x7a\x5d\xd3\x3a\x91\xb6\x11\xac\x1a\x23\x03\x11\x53\x04\x68\x8c\x0c\xbc\xa5\x7f\xb5\x92\x59\xd0\x9b\xfc\xab\xc9\xbf\xba\x3e\x34\x41\x27\x5c\x13\xe8\x12\xc4\x81\x38\x63\x93\xe7\xb4\xcc\xe1\xad\x10\x7d\x1b\x39\x5c\xc4\x6c\xb0\xfc\xd0\xf2\xe9\x40\xad\x54\x41\xcf\x0f\x09\x1d\x68\xa2\xd1\xb6\x7a\x9b\x33\xb9\xb8\x69\x6d\x4a\x88\x24\x66\x83\xe5\x99\x5b\x78\x9b\x0e\x17\xa2\xce\x5d\x10\xd7\x7d\xa0\x09\x45\xb9\x96\x31\xab\x15\x3c\xa7\x99\x94\x43\x8b\x63\x59\x82\x7a\x33\x69\xc2\xd0\x84\x8e\x6d\x12\x35\xc9\x58\x4f\x2e\x09\x91\x7e\xdf\x8a\x96\x97\xdf\xb7\x6c\x5e\x5a\x21\xe6\x34\x9a\x17\x11\x33\x8c\xd6\x96\x34\xb1\x38\xf6\x14\xa4\x63\x27\x19\x75\xe3\x8c\x4b\xc7\xce\xda\xa4\x15\x22\x53\x63\x2c\x22\x32\xba\x34\xe1\x5a\xde\xd3\x57\xcb\x62\x47\x97\x26\x1c\x5f\x1d\x98\x96\x9a\xda\x5b\x5e\x85\x56\x16\x6b\xe9\x2a\x40\xcc\x06\x67\x3c\x64\xc7\xcc\x8f\xad\x12\xdc\x9b\xf2\x63\x53\x7e\x9c\xdb\xaf\xa7\xe2\xa6\xf4\xd9\x70\xe5\x4a\x24\x6e\x72\xe5\xa6\x32\x66\x62\xe6\x4b\x62\xe3\xca\x95\x9b\xd2\xe4\xca\x4d\xc1\x99\xbc\xdb\x14\x9c\x5b\x56\x33\xad\xca\xcc\x97\xb4\x92\xc4\x6c\x62\x87\x90\x8c\x99\xb0\x5b\xd5\x79\x95\xb0\x1b\x75\xbf\x12\x63\x0b\x19\x30\x52\x51\x55\xd7\x22\xa4\xa8\x40\x51\x53\x1f\x4a\x88\x9b\xb5\x64\x9a\x5b\x6b\x25\x99\xcb\x11\x42\x21\xbc\x71\xc5\x6a\x76\x66\xae\x31\xb6\xf7\xce\xf2\x68\xb8\x2b\xec\x42\xcc\xa6\xb8\x58\xbe\x0f\xb8\x88\x65\x5d\xd9\xb9\x2b\x3b\x93\x3e\xbb\xb2\x73\xc7\xfd\x5a\x49\x9b\x76\xb9\x1f\xc4\x2c\x5b\x01\xef\x72\x3f\xa6\xe4\xad\xe1\xca\x9a\x92\x7b\x5f\x79\x53\x1a\x17\xb1\x2f\x71\x2d\x6e\x8a\x89\x4b\x3b\x26\x99\x83\x40\xdf\x95\x8a\xbb\x52\x71\x76\xd8\xde\x95\x8a\x7b\x16\xd0\xad\x4d\xad\x75\x09\xe2\x9e\x13\xd5\xbb\xfc\xb6\x67\x65\xd5\x1a\x5a\xed\x7b\x15\x44\xa1\x99\x1d\xb6\x77\x2a\x67\xef\x7b\xba\x5f\x5b\x82\x4e\x41\xb8\x9f\xa1\x89\x5d\xcb\x27\x69\xcd\xc5\xf5\x5c\x9e\x68\xc0\x1d\xe8\x3b\x0e\xd0\xf1\xaf\xe6\x40\xf2\x2f\x88\x59\x76\xd8\xde\x15\x2a\x7b\xba\x49\xeb\xc4\xc5\x2e\x37\x81\x98\xc9\x68\xca\xf4\x3d\x13\x76\xeb\x44\xe2\xae\x84\x0d\x31\x86\x3a\xde\xe5\x00\x1d\x6b\x77\x9c\x69\xc8\xda\x90\xd6\x39\xe3\x50\x40\x1d\x1d\x21\xb2\xc3\xf6\xc1\x50\xc7\x47\xc6\xc5\xd6\x91\x6b\x28\x2e\x42\x8c\xd1\x8f\x0f\x9e\x64\x44\x46\x41\xae\x31\xb4\xfc\x60\x79\x12\xe3\x18\x5a\x7e\x10\xa5\xa8\x40\xc6\xa8\x82\x1a\x5c\xac\xc5\xa8\x5e\xc4\x0c\x45\x0f\x85\xdd\x91\x01\xb5\x75\x5c\x6e\x28\xa0\x42\x4c\xb5\xd8\x98\xda\x31\x2b\xbe\x36\xb2\x87\xf0\xc1\x80\x48\xc4\x98\x3f\xf9\x50\xf5\x37\x88\x9e\x83\x78\x3d\x14\x3d\x21\x66\x8b\x33\x9a\x44\xc5\x31\x07\xd5\xdf\x90\x63\x8e\x0c\x23\x6d\x34\xb8\x14\x27\x20\x66\x8b\x63\x9f\x3a\x10\x19\x75\x6e\x7c\xa8\x8c\x3a\x94\x51\xb3\x2b\xf6\xa1\x8c\x3a\xae\xbc\x43\x93\x92\x7d\x5c\x4b\x10\x77\x48\xfa\x52\x34\x19\x59\x79\x37\x06\x9b\x3e\x54\x79\x43\xcc\xe8\x47\xc6\xad\x0f\x31\x2d\xb3\x4e\x9f\x32\x2d\xa4\xa9\xfc\x9f\x32\xed\x54\xae\x74\x41\x55\x10\x42\x10\x86\xa6\xae\xfb\xd4\x75\xcf\xce\xcc\xa7\xae\xfb\x24\x27\x31\x17\xf3\xa9\x9c\x34\x95\x93\x70\xf2\xa9\x9c\x34\xd1\x17\x5d\x9e\x4f\xe9\x6b\xe6\x7d\x6c\x2a\x7a\xa7\xee\x23\xc4\xe4\x72\x73\xe9\xc3\x4c\x14\x4d\x15\xdb\x54\x95\x35\x55\x65\x61\xed\xa9\x2a\x6b\x92\x21\x54\x06\x4d\x65\x08\x88\x39\x4e\x3e\x95\x21\x20\xbd\x3c\xb9\xb4\x23\xe6\x50\x2a\x9e\x32\xc7\x7c\x9a\x83\x1d\x65\x8e\x79\xa5\xa2\xd7\x06\xd7\x65\x82\xa4\x68\xb4\x2a\x0b\xcd\x6c\x5b\xdb\xc2\x68\x93\xb6\x55\xc4\x8c\xa2\x64\xd2\xb6\xfa\xe4\xd6\x32\xa6\xf4\xa9\x5b\x0b\xb1\xb5\x09\xd2\x81\x30\xed\x22\x4d\x4d\x99\x16\x32\xfb\x10\xa4\x1d\x6f\xbd\x74\x16\x20\x9d\x31\x49\x5b\x5c\xf7\x79\xeb\x8c\x3c\x9d\x3d\xa5\x57\x31\x0e\x69\x8b\xe4\x3f\x55\x8c\x43\x6c\x51\x5c\x9a\xdc\xc4\xb8\xa2\x0c\x20\xdd\x74\x45\x21\xb6\x70\x5f\xd3\x15\xb5\xbc\x37\x6d\x91\x02\x4c\xed\x12\xc4\x56\x76\xfe\x6e\xba\x43\x96\x55\x47\x5b\x68\xc2\xac\x09\x6a\x70\x4d\xa0\x2e\x28\x53\x66\xf6\x0d\xbf\x9a\x8a\x4d\x0d\x38\xc4\x78\x7e\x71\x63\x06\xeb\x86\xaf\x39\xcd\xbc\xc9\xd7\x6c\xb1\x2e\xa6\x31\xa5\x03\x88\x2d\xa2\x81\xc9\xfd\xec\x84\x8b\x4b\x6d\x2a\x80\x21\xb6\x68\xba\xed\x14\x57\xda\xa1\xf1\x0a\xec\x26\x3b\xd8\x2d\x2e\x76\xbc\x9f\x5c\xe7\xeb\xa3\x6f\x2d\xe5\x5a\x52\x27\xc4\x16\xbd\xcd\xd2\xad\x5b\x19\x17\xfb\x46\xc3\xb0\x14\x17\x21\xb6\x48\x8c\x4b\x4a\x5f\x19\xf1\xfa\x36\x58\x4b\x11\x0f\x32\x37\xa4\x5f\x2a\x34\x57\xe6\xdd\xbe\x51\x81\x2c\xe5\xdd\xa5\x97\x70\x2a\xd4\xa5\xbc\xbb\xd2\x0e\x5d\x95\xb3\x1e\x99\x7d\x65\x3a\xe9\x1b\xf1\x67\xa9\x74\x81\x34\xd5\xb1\xeb\xd2\x8e\x1c\x88\x57\x60\xd7\x6b\xab\xf3\xf6\xd9\x99\xca\xb9\xde\x3e\x45\x4c\x77\x40\x6f\x9f\xee\x73\xbc\x3e\x7a\x45\x08\x9f\x53\xd0\x84\x6b\x00\x99\xa0\xbc\x9b\xaa\xcb\x5c\x61\x04\x62\x3c\xd2\xbb\x2b\x8c\x40\xba\x0a\x2f\x57\x03\x0f\xb1\x55\x04\x69\xc7\x74\x80\xce\xfb\xae\xeb\x1d\xd5\x79\x63\xec\x95\x6b\xa1\x37\x46\xdf\x33\x4d\xf5\x46\xe0\xda\x95\xa6\x20\xb6\xe8\x2b\x77\x99\x63\x4f\x15\xf6\xb6\x04\xb9\x20\xac\xcd\x28\x63\x1f\x88\xba\x5b\x2e\xdf\x88\x06\xbb\x5d\x82\xf2\xea\x2f\xf2\xc8\xae\x91\x01\xa4\x77\x3a\x33\xbd\x31\x3a\xaf\x87\xbd\xd3\xb6\xea\xf5\x50\xc4\x16\x43\x0a\xbd\x1e\x3a\xaf\x74\x5d\x39\x5c\xaf\x74\x22\xa6\x00\xb1\x9f\xdc\xa7\x3d\x43\x47\x1f\xdc\xf3\x5d\x3d\x3d\xa4\x6d\x04\x7a\xbd\xbf\x39\x8f\x6d\x7d\x20\x84\x1e\xdb\xfc\xc0\x8e\x83\x32\xe8\x90\x1d\x0f\xd9\x91\xab\x70\xc8\x8e\x3c\xa3\xf5\x41\x32\xd3\x33\x9a\x1f\x2b\x9d\x69\x22\xc4\xb1\x9a\x20\x2e\x35\xed\xf4\xa1\xee\x80\xc7\xb6\xae\x34\xa5\xc7\x36\x11\x5b\xc4\x7e\x3d\xb6\x39\x6f\x48\x9d\x37\x46\xd7\x1b\x92\xf3\x72\xd2\xd5\xbf\xe9\xe5\xc4\xcf\x64\xee\xba\x43\xa7\x6a\x31\x88\x2d\x06\x1e\xa7\x6a\x31\xde\x1e\xba\x86\x27\x7a\x7b\x70\x66\xfc\xdd\xb9\x8f\x9a\xf1\x8b\x18\x4f\x41\x7e\x69\x50\x77\xa5\xee\xc7\x46\x24\xbe\xa4\x7b\x88\xad\x26\x08\x4d\x5c\x99\x6d\xc6\xc6\x15\xbd\x94\x6d\x20\x45\x16\xd2\x8c\xdf\xaf\x63\xf2\xc8\x9c\x2a\xbc\x0e\x13\x64\xac\x55\x80\xf4\x61\x06\x95\xc1\xe3\x80\x5f\x4a\x40\x10\x5b\x8d\xe5\x95\x80\x18\xd5\x8f\x8d\xc4\xa8\x51\xbd\xc7\xcc\x3e\xa9\xb0\x7c\xf0\x28\x26\x62\xbc\x5a\x79\xf0\x28\xe6\xc1\x4b\x77\x21\x28\x04\x2f\xdd\x22\xb6\x9a\x3e\xc4\x7d\x83\xc6\x8f\x81\xbe\x87\x2a\x6f\x48\xe3\x61\xd8\x43\xe3\x4f\x86\xf0\xa3\x90\x51\x35\x84\xf7\x48\xf7\x1d\xea\xb9\x42\xee\x1b\x72\x5f\x3c\x3a\xa4\x42\xc8\x28\xc4\xfe\x90\x0a\x43\xed\x21\x61\x3b\x54\x66\x07\x8d\x5f\x25\x99\x85\x1a\x3f\x88\xf1\xc0\xe6\xa1\xe1\x09\x13\xf7\xc1\x4f\x43\x5c\x13\x77\x67\x4a\x3e\xd4\x4a\x68\x4a\xee\x37\xba\x6f\xe8\xeb\x96\xee\x21\x8d\x97\x39\xbf\xa5\xfb\xfb\xbc\x68\x35\x81\x34\xa4\x80\xd8\xa2\xdc\xb8\x4f\x82\xc2\x9d\x05\xf4\xe8\xb4\xc0\xb7\x0a\x68\x48\xd1\x04\xf9\x56\x01\xcd\x9c\x79\x50\xce\xe2\xe2\x64\xf9\xf4\xef\xd0\xd4\x39\x98\x14\x8f\x91\xae\x15\x9a\x14\xc7\x96\xde\x3a\x46\xde\xce\xd8\x18\xb6\x8b\xd8\xca\x0e\x3f\xb6\x7d\x00\x65\x59\x31\xa6\x3e\xa4\xac\x10\xb1\xd5\x05\x05\x50\x8a\x34\x78\x56\x8f\xed\xd6\x5a\xb7\x5e\xa1\x05\x69\x2d\xa4\xe4\x21\x2d\x34\x85\x8d\x92\x65\xdc\xe0\x7d\x27\x0a\x83\x33\x11\x5b\xbd\xfc\x6a\x16\x8e\xc2\x73\x46\x94\x8c\xa5\x83\x49\x71\x14\x62\x69\x14\xe5\xb1\x6c\xdd\xa2\x90\xc7\x82\x91\xe9\xe0\x41\x20\x34\x32\x8d\xb2\xa7\x7f\x92\x68\xa2\xf0\x9e\x2e\x62\x2b\x13\x4d\x94\x5d\x02\x65\xab\x3b\x28\x4e\xa3\xd0\xea\x8a\xd4\xad\x71\x92\x6c\x7b\x9f\x64\xac\xc1\x87\x74\xbf\x22\xad\x0c\x7d\xa8\xe5\xe3\x84\x6b\x02\x5d\x82\xa4\x4e\xe4\x62\xcc\x19\x8c\x26\xc7\xca\x7b\x13\x1a\x4d\x46\xe5\x2a\xad\x74\xd9\xa8\x5c\x25\x11\x23\xce\x44\xe5\x2a\x45\xcd\xfc\x3a\x18\x4d\x46\xa5\xce\x11\x31\x4a\xb2\xa8\xd4\x39\x51\x33\x5f\x0c\xaf\xe2\xba\x04\x5d\xfc\x5e\xa3\x02\x85\xa0\xe0\xb7\x1f\x70\x49\x5f\xf5\xd0\xcf\x41\x52\xd1\x15\xc7\x16\xb1\xd5\xe1\xc2\xb1\xa3\x66\x42\x18\x9e\x05\x78\xd4\x53\x3b\x9e\xd4\x10\x19\xe3\x83\x09\xe1\x87\xa8\x99\x2f\xe6\xb6\xf1\x21\xf9\x42\xc4\xa8\x0b\xa3\x86\xa4\x8f\x23\xb9\x24\x04\xbf\x3f\x10\xb1\x35\x58\x4b\x2a\x64\x20\x37\x79\x09\x0d\x0d\xe4\xa2\x65\x3d\x32\xa9\x34\xa2\x51\x8f\x88\x18\x05\x65\x34\x92\xa9\xc8\xdc\x32\xab\x44\x23\x99\x8a\xd8\xca\x9a\x3c\xda\xc0\xbf\x5a\x46\xb6\xb9\x39\x1f\x12\xd9\x44\x8c\x77\xdc\x60\x7a\xf6\x21\x18\x56\xcd\xb2\xf1\xa1\xf4\xd5\x52\x13\x93\x9f\xc6\x45\x93\x26\x20\x26\x37\x69\xd2\x04\xb3\x8e\x59\xb2\xa3\x08\xcd\x3a\x82\xc9\xc3\xac\x08\xa1\xc9\x43\xf4\x4c\x6d\x93\xc7\xbe\xe8\xa4\x36\x11\x63\x62\x16\x9d\xc1\x57\x68\xf2\xd0\xb2\xbe\x0f\x4d\x1e\x44\x4c\x2e\xa7\xc9\x43\xf0\x5b\xbf\xd9\x2a\x1f\xf2\x40\x27\x62\x8b\x1b\xdc\x99\x85\x45\x3f\xe0\xca\x50\x1d\xfd\x10\xd7\x21\xae\x05\xf4\xe4\x62\xc7\xc9\xf2\x87\x76\x3c\xb4\xa3\x03\x69\xc7\x9b\xb5\x2c\xf5\xc5\x4c\xe0\x49\x6c\xe1\x13\x1a\x0d\x04\x73\x80\xc9\xf4\x2d\x34\x07\x10\x99\xbd\x0b\x2a\x82\x0a\x4f\xa8\x0d\xa8\x0a\xe2\x43\xae\x3b\x33\x81\x27\x69\xba\x56\x1a\x0d\xc4\xc8\x4c\x32\x89\xa5\x31\x28\xe0\x45\xca\x73\x79\x0a\xf8\xa0\xb9\x9e\x3d\xab\xa9\x50\x73\x1d\x23\xf3\xfe\x1c\x1b\x3b\xee\xda\x31\x49\xe3\x09\x35\x06\x79\x3f\x46\x46\xcf\x49\x0b\x1e\x43\xd1\x13\x62\xbc\x90\xc4\xe0\xa7\x71\x31\x52\x21\x73\xf4\x74\xa6\xc1\x18\x5d\xc4\x16\x91\x78\x30\x3b\x8c\x91\x4e\x3e\x15\x9c\x87\x9c\x7c\x28\x4e\xe0\xd1\x43\x71\x82\xe6\x7a\xce\x2c\x6e\x43\xcd\x75\xcc\xc1\xcf\xa0\xb8\xdb\x53\x81\x6f\xaa\x6b\xca\x4e\x3a\x26\x5d\x53\x4c\xcb\x6b\xc5\x2f\xef\x62\xf2\x33\x04\x91\x32\xb8\x56\x53\x41\x81\xb6\x79\xf2\xac\x1e\x6a\x9b\x63\xa6\x9b\x4d\x5e\xc7\x63\xf2\x13\x34\x11\x5b\x38\xc0\x64\x24\x16\xd3\xc5\x85\x10\x2e\x2e\x17\x97\x01\x89\x2b\x8b\x8f\xc9\xcb\x60\xa8\xfb\x15\xa9\x3c\xf9\x84\xba\xdf\x98\x19\x6a\xa7\xe9\x43\x85\x5a\x88\xad\xc9\xf2\x0a\xb5\x13\xff\xa2\xe9\x8f\x29\xff\x9a\x4f\xff\x42\x7a\xf9\x17\x5d\xe6\xa4\xe7\x0b\x75\x99\x61\x13\xa8\x00\x51\xc0\x8b\xd8\xb2\x0d\x08\x45\xd3\xd4\x4d\xd9\x51\x4d\x5d\x58\x56\x1a\x73\x99\x03\x9d\x82\x88\x4c\x56\x80\xb4\x56\x92\xb9\x5c\x1f\x6a\xad\x45\x92\x37\x41\x64\x2b\x4b\xd7\x98\xcb\x53\x13\xc6\xcf\x25\x45\x6c\x71\x61\x8c\x5f\x7f\x85\xe1\x39\x5e\xd8\x51\x9e\x63\xf2\x1c\xe3\x43\x79\x8e\x65\xf3\x34\x15\xa3\x8d\xe6\x49\xc4\x56\xd6\x23\x61\xfc\xc0\x20\x68\x10\xa7\xe3\x13\x6a\x10\x63\xf1\xa4\xb8\x65\x73\x1d\x4b\x67\x5c\x94\xf9\xdb\xb4\xbf\x4c\xc5\x75\xfe\x9f\x4c\xbc\x68\x02\x44\x6c\xd9\x02\xea\x82\x72\xd9\xd2\xd8\x89\x9a\x46\xc4\xa4\xba\x75\x69\xa7\x94\xda\x0a\x59\x4a\x2d\x9f\x88\x2d\xaa\x85\x25\xa9\xf5\x63\x5d\x25\x54\xfd\x58\x57\xa4\x2c\xae\xd3\x92\x95\x21\xb6\x96\x20\x09\xc1\x78\xa1\xac\xfc\x50\xed\x63\xd0\xa6\x59\xc1\x32\x6a\xd3\xc2\x33\xdf\x5b\x25\x9e\xfa\x7e\x08\x42\xc1\x0b\x2e\xe6\xaa\xe1\x44\xb7\x4a\xb5\xe1\x8a\x6e\x10\x5b\x5a\x5e\x96\xf1\x74\x6e\x6b\x38\xb7\x9f\x4f\x88\xdf\x28\x77\xb8\xe4\xdc\x10\xe3\xd5\x33\x9c\xb7\xab\xf0\x5b\x3f\x81\x66\x47\x9d\x11\x52\x5a\x36\x73\xe1\x3a\x23\x1d\xa5\x35\x7c\x54\x1d\x65\xec\x8c\x3d\x1a\xfa\xda\x4d\x10\xa3\xc3\xb5\x06\x50\x11\x94\xc7\xee\xd9\x76\x84\xba\xc0\xd8\x79\xeb\xeb\xc8\xb5\xf3\xd6\x27\x62\x6b\x4d\xa0\x10\xc4\x87\xf6\x97\xc3\x91\xfc\xff\x3f\xec\xef\x2f\xbf\xfc\xfb\x81\xf3\xa7\xcf\x9f\xe3\xed\x0b\xff\x5a\x81\x7f\x24\xf0\xb8\xe2\xfe\xf8\x16\xbf\xfc\xcb\x87\xf7\x4f\xef\xf9\x15\xff\xfb\xaf\x00\x00\x00\xff\xff\x69\x49\xc0\xae\x25\x31\x00\x00"); +func _fgbdd ()(*asset ,error ){_edgge ,_fade :=_gbaf ();if _fade !=nil {return nil ,_fade ;};_ggdg :=bindataFileInfo {_dae :"KSC-EUC-V",_fb :711,_ae :_be .FileMode (436),_g :_a .Unix (1580492499,0)};_cdgc :=&asset {_dd :_edgge ,_ef :_ggdg };return _cdgc ,nil ; +};func _ffgd ()(*asset ,error ){_afad ,_ggf :=_faff ();if _ggf !=nil {return nil ,_ggf ;};_dgdc :=bindataFileInfo {_dae :"Adobe-GB1-UCS2",_fb :229592,_ae :_be .FileMode (436),_g :_a .Unix (1580490562,0)};_ega :=&asset {_dd :_afad ,_ef :_dgdc };return _ega ,nil ; +};func _bbd ()([]byte ,error ){return _c (_eab ,"Adobe-KR-4")};func _eefdb ()([]byte ,error ){return _c (_fbac ,"HKgccs-B5-H")};func _bbcb ()([]byte ,error ){return _c (_bfd ,"B5-H")};func _egacc ()(*asset ,error ){_efbg ,_dfge :=_badb ();if _dfge !=nil {return nil ,_dfge ; +};_ebgbb :=bindataFileInfo {_dae :"UniKS-UCS2-H",_fb :163757,_ae :_be .FileMode (436),_g :_a .Unix (1580493024,0)};_gfega :=&asset {_dd :_efbg ,_ef :_ebgbb };return _gfega ,nil ;};var _gcaa =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x84\xbd\x4d\x8f\x3f\x39\x72\x98\x79\xef\x4f\x51\x47\xed\x41\x3b\xc9\x77\x12\x68\x14\xb0\x3b\xb3\x8d\x9d\x83\x64\xc3\x23\xd9\x06\x0c\x1f\xf2\x85\x39\x6e\xc0\xd3\xdd\xe8\x69\x1d\xf4\xed\x0d\x3e\x0f\xff\x23\xc1\x30\x50\x75\x29\x66\xfe\x98\x64\x30\x18\x0c\xc6\x1b\x83\xbf\xfb\xfd\x1f\xff\xf0\xc7\x9f\x7e\xfc\xed\xe3\x77\xff\xf1\xd7\x9f\xef\x3f\xcd\xdf\x3e\xde\x1f\x7f\x7a\x7e\x9d\x7f\xfd\xf9\x5f\x7e\xbd\xe7\xc7\x35\xff\xfc\xe3\x4f\xdf\x7d\x17\xe2\xc7\xf3\xe3\xfd\xdb\xb7\x47\xfe\xdd\x7f\x39\x7f\xf9\xee\xbb\xf5\xfd\x9f\xfe\xf5\xaf\xbf\xcd\xbf\xfc\xf1\xa7\xf7\xe7\x8f\x64\xbd\xe7\x5f\x7e\xd9\x75\x3f\x3e\x7e\xf7\x9f\xe6\x9f\x7f\xfc\xeb\x6f\xbf\xfe\xeb\xc7\xdf\xfd\x3f\xcf\xcf\xd7\xfc\xbf\x3e\x9e\xf9\xae\xf7\xff\xe1\xd7\x67\xfe\xfa\xe3\x4f\x7f\xfe\xf8\xbb\xdf\xff\xe3\x9f\xc2\xdf\x5e\xff\xe9\x5f\x7e\xf9\xe5\x7f\xce\xbf\xcc\x9f\x7e\xfb\x68\xbc\x9b\x3f\x3d\xfc\xff\xee\x77\xbf\xff\x87\xf3\x97\x7f\x3c\xff\x32\x3f\x7e\xf7\xcf\x3f\xfd\xf8\xfb\x7f\xfc\xd3\xdf\xff\xf3\x3f\xfd\x10\xea\xdf\xff\xff\xfc\xcc\xaf\xff\x79\xfe\xfa\xd7\x1f\x7f\xfe\xe9\x23\xfc\xdf\x47\x18\xff\xf6\xfa\x9f\xfe\xf5\x97\xf9\x11\x76\x2b\xff\xf5\x9f\xff\xf8\x87\x8f\xff\x16\x3e\xc2\xf1\x11\x4b\x19\xe1\xbf\xef\xf7\xff\xe5\x1f\x7e\x7e\xe6\xc7\xe1\x53\x12\xfe\xfb\xe7\x67\xfe\xf5\x97\xf3\x9e\xbf\x9e\x3f\xfd\x79\x7e\xf7\xf1\xf1\xfd\x71\x1c\xc7\xe7\xc7\xfa\xfb\xfe\x0f\xed\x87\x1f\x3e\xd7\xbb\x3f\xf4\xe3\xf8\xc3\xef\xd7\xfb\xef\xff\xf0\xff\xfe\xf0\xc3\x1f\x7e\xd8\xef\xff\xbf\x7f\xab\xfb\x03\xef\xe6\x4f\xcf\xff\xd6\xe2\x77\xc1\x8e\x7e\xfa\xf9\xb7\x67\xbe\xbe\xdb\x7d\x7c\x7f\x1c\xe1\xfd\xfc\x08\xeb\xab\x7f\xff\xf3\x77\xe1\x38\x36\x74\x3f\x3e\xf7\xff\x38\x7f\x5d\x1f\x9c\xc7\xaa\xb9\x0a\xe5\xf3\x23\xd6\x83\x62\xfb\xfc\x08\xad\x53\xec\x9f\x1f\x21\xb5\xdc\x78\x18\x9f\x1f\xa3\x52\xba\x3f\x3f\x42\x3e\xf2\xe0\x61\x75\x36\xca\x2a\x5e\xc7\xe7\x47\xec\x34\x72\x85\xcf\x8f\x18\x22\xc5\xd5\x5e\xa0\xc2\xbd\xba\xeb\xad\xd3\xf8\x1d\x7c\xa0\xc9\xbb\xf3\x30\xf8\xe2\x1e\x3e\xd0\xd2\x7d\xae\x87\x7e\x00\xe6\x13\xfd\x85\x6f\x9e\xe4\x43\xe6\xa1\xad\x0e\xf9\x62\x1e\x7e\x41\x97\x33\xf8\x90\x78\xa0\x97\xbe\xab\x0d\x7f\x01\x98\x69\x2f\x89\xfe\xe7\x6d\x35\x1a\x9e\x8f\x0f\xfc\xf2\x46\x1f\xf8\xe6\x4d\x3e\x00\xcc\x4b\xff\x00\xf9\xda\x4b\xa6\x97\xd7\x5e\xa2\x9f\xdb\x4b\xf4\x17\x7b\x89\x0b\xb9\xe1\xd8\x98\x29\x3c\x6c\x98\xd7\x37\x21\x38\xe4\x3e\x78\xb0\xcb\x83\x6f\xc2\xe9\xf8\x03\x0f\x97\xbf\x50\x2d\xfa\x00\x38\x21\xfb\x90\x7d\xb8\xfd\x26\xf1\xb0\x87\x46\xa7\xc5\xa6\x13\x0d\xd4\xdd\x00\x0f\xf7\x23\x04\x74\x7a\x4f\xfb\x59\xb8\x09\x8f\x98\x0e\xb4\xf6\x38\x9f\x90\x42\x78\x36\xa2\xf8\xe6\xc9\x8e\x14\x08\x9e\xea\x83\xdf\x88\xaa\x68\x6b\x1b\x3b\x36\xb0\xb1\xb3\x90\x1b\x8b\xfd\xa4\xc2\xc3\xc6\x8e\xbf\xd8\x74\x6a\x3c\x08\x75\xe2\x97\x6a\xb5\x94\x78\xb0\xe9\xcc\x43\x2b\xfe\xb2\x26\x31\xf6\x3d\xec\xcc\xc3\xae\xb6\x10\x1f\xef\x2a\xf1\x53\xed\x6e\x9f\x1f\x85\x41\xc7\x45\x90\x05\x7a\x8a\xf7\xb5\x8a\x40\x05\x92\x06\x75\x9f\xb1\xde\xae\x36\xd2\x91\xbf\x2d\x8e\x74\xfc\xbb\xb5\x94\x8e\xfb\x5b\x73\x99\xc9\x4e\x03\xa0\x73\xf1\xa1\x8e\xef\xbe\x0f\xf3\x9a\x22\xb4\xf3\xf0\x8a\x0f\x7e\xb9\x37\x85\x1f\x3c\xec\x81\x86\xef\xbe\x8f\xc7\xb1\xf0\x9e\xea\x02\x3a\x1e\x50\x4b\xe4\x7d\x58\x80\x2c\x9c\xc7\x23\xae\x2a\xab\xef\x78\xc4\x85\x89\x40\x85\xb8\x46\xbb\x16\x46\x3c\x62\xfb\x5b\x85\xb4\xea\x36\x3e\x4b\xab\x6e\x8b\x14\x17\x9e\x5b\xa3\x38\xf7\x00\xa3\x5c\xa1\xd5\xb5\x50\x63\x38\xd2\xe2\x27\x95\xe2\xfa\x70\x2d\xd2\x18\x8e\xb1\xde\xae\x0f\x43\xa8\xf0\x90\xc2\xfb\x18\x7c\x28\x3c\xc4\xcf\x8f\x41\x9d\xb1\xf8\x09\x43\x09\x63\xf1\x93\xcc\xef\x23\xae\xa2\x15\x56\x2f\xb9\xc2\x20\x37\x53\xfb\x3f\xb0\xb9\x18\x46\xff\xfc\x88\x25\x52\x5c\x20\x14\x60\x9c\x0d\x64\x2f\x66\x12\x63\x58\x0c\xb0\x34\x8a\xe7\x5a\xca\x89\xe2\xfc\xfc\x88\x6b\xb9\xc6\xb8\x98\x6a\x4c\xbc\x8d\x0b\xae\xc5\x2a\x62\x8c\x0b\x02\x06\x11\x23\x2d\x58\xe1\x5a\x15\x68\x2c\xae\x16\x16\xa9\xc5\x98\xf2\x82\x96\xc6\x16\x32\xe3\x5a\x6a\x31\xa6\x7b\x75\x41\x85\xb2\x46\xc6\x7c\xc5\xba\xba\x08\x54\x58\x84\x1c\x23\xbd\x8d\xf5\x59\xa6\x0b\xc6\x91\xe9\x18\xde\xcd\xf4\xc7\x0b\x20\x79\x3b\xdf\x6f\x13\x9a\x17\x7a\x0b\x33\x50\x16\x9f\x49\xcc\x78\x59\xa4\x92\x16\x5b\x8b\x65\x91\x63\x0a\x54\x08\x54\x28\x14\xf3\x2a\x56\x8a\x7d\x15\x1b\xc5\x55\x77\xb1\x99\x58\xe2\xaa\xb0\xf8\x67\x2c\x91\xb7\x54\x48\xbc\xe5\xb3\xc4\x5b\x1a\x63\x09\xe7\x63\xd0\x75\x71\xbe\x17\x83\x8f\x65\x8d\x3a\xe4\x03\xd2\x2a\x70\xa1\x7c\x74\xab\x65\x1e\x6a\xe2\xa1\x58\x0d\x28\x8b\xd4\xd3\xfd\xa5\x59\xcd\x7e\xba\xd5\x80\xaa\x0c\xab\x01\x57\x39\xad\x06\xe8\xb0\x8a\x7c\x74\x21\x70\x3f\xeb\xfe\xf2\xd8\x80\x10\x4c\x1f\x6c\xfa\xb5\x1a\x10\x54\xc7\x03\x89\x97\xea\x78\x58\x12\xa5\x3a\x9e\xee\x2f\x8e\xa7\x02\x4e\x75\x3c\xac\xa7\x52\x1d\x4f\x67\xd8\xd5\xf1\x54\x9b\x76\x3c\x0d\x70\xaa\xe3\xe9\x36\xe0\x78\x1a\x50\x57\xc7\xd3\xec\x67\x8f\x07\x40\xab\xe3\xa9\x82\xf3\x7e\x7e\x24\x88\xaa\xb4\x35\xb7\x50\x73\x69\x59\x6e\x44\x87\x7d\xac\x69\xb2\x78\xae\x22\x00\xf6\x6b\x15\x01\xaf\x33\x8f\xb4\xd1\x9f\x55\xa4\x8d\xbe\x48\x7b\x00\x65\x5f\x74\x37\x80\x71\x38\x62\x56\x55\x19\x90\x10\xb5\x17\xed\x26\x56\x55\x41\xea\x70\xf2\x4f\x98\x17\x6d\x5c\x6c\x19\x54\xb8\x60\xca\x74\x7d\xad\xb1\x0c\x8b\xb0\x58\xa0\xb8\xdd\x44\x28\x36\xb8\x24\x45\xf8\x3f\xed\xba\x4d\x31\xa4\x1b\xce\xc9\x67\x73\x81\x13\xe9\x6d\x2e\x70\x58\x76\x15\x06\xc5\x74\xd5\x83\x76\x0b\xc5\xbf\x2d\xb0\x9a\xe1\x43\x81\x62\xf8\xb6\x02\x6b\x86\x0f\x2d\xc8\x5a\x7a\xc0\xe6\x92\x9f\xe2\xec\x87\x7c\xb0\xf3\x90\x79\x60\x00\x93\xed\xa5\xd5\xf1\x25\xc3\x9a\xa3\x58\x73\xf0\x00\x63\x6d\x20\x7d\x0e\xf7\xec\xbc\xc0\x9d\x67\xf1\x97\xc0\x43\xf3\x81\xae\xce\xd3\x87\xc4\xc3\x6e\x20\xf3\x30\x7d\x58\x83\x9c\x57\xf5\x81\xd6\xae\x5d\xad\xf1\xb0\xab\x31\x8a\x8d\x6e\x98\xee\xbc\x77\xd3\xc0\x06\x72\x5b\x83\x8d\xcc\xc7\x6f\xe0\x1e\x73\xba\xb1\xc2\xbe\xdf\xc5\x76\x0a\xdb\xc4\xbb\xb6\xc4\x02\x75\xbc\x0b\xf1\x05\x2e\xf8\x2e\xc4\x57\x40\x7f\x8f\xb5\xd5\xc2\x26\xdf\xe3\x5d\x6f\x57\xaf\x6f\xa0\x05\x48\xec\x0d\x61\xbd\xb6\x18\x3f\x3f\x2a\x04\xf6\xae\xdd\xae\x30\x61\xef\xe2\x5c\x15\x2e\xf7\x2e\xbe\x5e\x06\x88\x7c\xd7\x9e\x53\xd8\x44\xde\xb0\xf6\x68\x90\xf8\x2e\x76\x5f\x8f\xc3\x36\xd6\x86\x9e\xed\xf0\x5e\x6d\xd8\xdc\xf3\xf9\x51\x61\xfd\xef\xda\x10\xea\x01\xf2\x5e\x76\xad\x56\xd9\x08\xde\xb5\x6b\x15\x07\x1b\x19\x00\x3d\x2e\xb6\x58\x0f\xd0\xfb\xc6\xd5\x8a\x5d\xae\x4d\xa1\x14\x7a\x5c\x7b\x69\x3d\x1c\xe3\xa2\xb3\x16\x69\x7b\xd1\x59\x29\x54\xce\x0b\xea\x62\x05\x7a\x8f\xbc\x5e\x9c\xb2\x1e\x50\xf0\xbb\xf8\x5c\x3d\x20\xec\x77\xf1\x95\x5e\x81\x69\x71\x95\x0e\x87\x7a\x1b\x28\xdb\xe5\x55\x3b\x58\x65\x2d\xf2\x1a\xe0\xb0\x6f\x67\xc4\xb0\xaa\x77\xed\xb7\x35\xc0\x2b\xdf\xb5\x7b\xd6\x04\x0f\x7c\xd7\x7a\x2d\xd0\xf9\x7b\x22\x6a\x08\xf9\x22\xb7\x52\x41\xf8\xf9\x88\x15\xab\x2f\x8a\xa8\xce\xda\x5a\xbe\xad\xb1\x4f\xbd\x8b\xba\x16\xe7\xa7\xfc\xf2\x9e\xf2\x5a\xc1\xe3\x70\xdc\xf7\xbd\xe4\x00\x11\xb6\xc4\xc9\xdc\x9c\xba\x67\x11\x7d\x3c\xd6\x43\x42\xe3\x59\x93\x9b\x8e\x25\x71\x84\x46\x71\x11\x45\x5c\xd0\x24\x85\xec\xd4\x16\xfa\x52\xb8\x5d\x55\x8b\x3e\x53\x40\xe3\x68\x75\x6d\xac\x29\x40\xc6\x09\x32\x49\x31\x6d\x69\x24\xad\x87\x73\x35\xbb\xc4\xe5\x94\xd6\xd8\xe3\x62\xb7\x29\xdd\x6b\x2b\xa7\xb3\xb4\x38\x4d\x5c\xc8\x49\x69\x49\xc0\x31\x51\x61\x01\x1c\x93\x6f\xd7\xf6\xbc\xb6\x93\x94\x91\xa1\x72\xeb\x3c\xac\xd9\x0e\x25\x2f\xdc\xa7\x9c\x4f\x58\xe2\x1a\x6d\xca\x08\xe9\x0d\xf1\x3d\x65\x37\x8d\xe1\x37\x6d\x41\x53\x10\xb8\x53\x6e\xeb\x9b\x9a\xe9\x25\xb7\xc7\x6f\x7c\x80\xfb\xb1\x3d\xa6\x0c\x43\x6e\x70\xe1\x94\x07\x1b\x0d\x0c\x3c\x65\xd9\x07\x0a\x4c\xca\xe8\x71\x25\x2f\x4e\x9a\xb2\xac\x00\x5d\x2e\xe5\x5b\x3a\x2f\x83\x87\x85\xb6\x52\xfd\xe6\x59\xdf\xd4\x23\x7d\xc5\xd0\x52\x5e\x9c\x37\x94\x51\xf8\x6c\x56\x18\x39\xa8\xcf\xef\xe5\x90\xfa\x77\xdf\xa7\x02\xff\x6d\x71\x2d\x98\x54\x90\x2d\x5b\x5d\x0c\x22\x29\x32\x34\x94\x83\xa4\x94\xd0\x10\x48\x92\x9b\x7c\xef\x8b\x28\x93\x3b\x71\xad\x87\x0f\xe2\x24\xd2\x74\x03\xdd\x61\x89\x7e\xa9\xb4\xe8\x2f\x34\xdd\x1a\xa3\x60\x0e\x4b\x83\x2c\xe2\xda\xa3\x53\x81\x7b\x67\xd4\x86\x54\x46\xa3\x81\xcc\x37\x83\x6a\xe8\x78\xc9\x4d\xac\xc2\x86\x52\xd9\x48\xcd\xf4\xc3\x62\xa8\x61\xe9\x37\xa9\x20\xc2\x37\xb4\x8b\x54\x44\x2a\x0a\x6f\x2a\xf7\xfe\x86\x6a\xb7\xfa\x77\xa4\x53\x98\x6d\x19\xe2\x80\x4d\xad\x1e\x07\x4d\xa3\x61\xd5\xe4\x10\x50\xaa\x2a\x62\x59\x2a\x0f\xdb\x20\xbb\x6a\x2a\x0f\x38\x48\x42\xf0\xb2\xdb\x22\x3f\xa4\x82\x2e\xdb\x06\xd3\x5a\xd0\x65\xab\xc4\x5b\x98\x92\xd6\xab\xdf\x4c\x7f\x59\x0f\x6c\x8a\xa1\x0d\xfa\xa9\x01\xe5\x0d\x86\x9a\x2a\xca\x68\x1b\x10\x70\x0d\xca\x50\x8b\x37\xa4\x1a\x69\xba\xac\xed\x3c\x55\x34\x8e\x71\x04\x1f\x1e\xc7\xc3\x37\xac\x8d\xde\xec\x27\xad\x7e\x6a\x03\x89\x15\x3a\xc8\x1d\xda\xa9\x99\xed\x3e\x2f\x89\x7a\xa9\x39\x50\x33\x18\xad\x99\x6f\xf2\xda\xf2\x52\xcd\xae\x80\xc6\x2f\x08\x6e\xa5\x33\xd2\x0a\x85\x0c\xa4\xb8\x54\x5d\x42\x07\xeb\xbe\x76\x49\x2c\x2d\xec\xd4\x01\xe2\x33\x74\x50\x4f\x25\x84\xc1\x2f\x6c\xad\x25\x14\x9a\x66\x6b\xed\xb5\x03\xce\x05\x89\x15\x96\x5d\xbd\x82\xc3\xa6\xe9\x6b\x35\x50\x90\x90\x52\xbd\x20\xd8\x52\xc1\x0e\x2b\xad\xc8\x93\x2a\x44\x91\x63\xe3\x97\x3b\x49\x55\xb4\x76\x43\x89\x65\xf8\x0b\xe4\x22\xb3\xa8\x90\x4b\xa9\x8d\xf1\x68\x46\xc9\xcc\x5c\xc5\x3e\x92\xc7\xe1\x03\x0b\x30\x0a\x1b\xe4\x52\x2a\x0b\xa3\x42\x21\x79\x1c\x8c\x07\x73\x49\x6e\x2c\xef\x3a\xa3\xe3\x61\x16\x96\xc0\x14\xea\x60\x9d\x56\x56\x70\xad\x90\x4b\x7d\xe1\x6a\x1d\x5c\x37\xd4\xd9\x3c\x58\x80\x6d\xf3\x64\x38\x54\x43\x01\xae\x2e\xe7\x76\x80\xc4\x02\x7a\xdb\x01\x1d\x0c\x30\xda\x02\x08\xe9\xd0\x68\x43\x57\xcd\x0d\x1c\x34\x08\x29\xb7\xe8\x2f\x74\x9a\xa1\xc4\x16\xf9\xa6\xd8\x29\x54\x55\x2a\x1c\xb7\xa5\x6d\x57\xe1\x17\xb4\xd9\xca\x1e\x9c\x5a\xb2\x35\xd6\x76\x4b\x2e\xb3\xb2\x06\xd7\x60\xcc\xb5\x0f\x1f\x92\x4c\x96\x07\x44\xfb\xd2\xfc\xa5\x22\x57\x26\x76\x81\x06\x73\x68\x83\xa5\xd9\x90\x6f\x73\x87\x28\x1a\xb3\xdd\x92\x38\x40\xaa\xca\xb5\xe4\xaf\x18\x66\x63\x8a\x06\x32\x7c\x6a\x2c\xd5\x12\x2b\x6d\x60\x5e\x6a\x81\x55\xd3\x58\xaa\x35\xc0\x09\xfb\x01\x83\x19\xcc\x7e\x0f\xe8\x0a\x8d\x06\x7a\x3c\xfc\xc5\x07\xd0\x5d\x97\xc4\x9b\x7a\x72\x26\x97\x58\x9d\x7a\xea\xc2\xba\x86\xd4\x51\x5d\x3a\x96\xbb\xd4\x9b\xeb\x96\x21\x75\xc6\x57\x91\x00\x53\x87\x4c\xb3\xcc\xaf\xaf\x3d\x3b\x54\x8c\x1f\xa9\x3f\x92\x02\x34\xdb\xa1\xbf\x81\xfa\x96\xfa\xab\x20\x0c\xee\x07\x74\xd1\x06\x13\x3e\xb0\x53\x34\x57\xf4\xc0\x10\x51\x9c\xe3\xe1\xe4\x35\xab\x25\x47\xca\x1c\x0f\xcc\x58\x6d\x40\x7f\x03\xa8\x6b\x63\x08\x03\x66\x3e\x14\x15\x06\x72\x79\xce\x50\xd9\xe8\x32\x32\x76\xf3\xd1\x25\x46\x78\xf1\x18\xd1\x0d\x80\x7e\x86\x48\x5c\xda\x64\x1a\xe3\x72\xf6\x69\x0d\x9e\x5f\x3a\x83\x1b\x27\x8b\xab\xb3\x77\x8e\x6b\x8f\x07\x08\x30\x63\xd5\xc3\x06\x58\x4f\x3d\x40\xc0\x83\xf5\x94\x2b\xfb\xd1\xc0\xe2\xd8\x90\xbd\xd2\x70\x82\x07\x0c\x73\xc8\x8b\xb1\x0a\xa4\x01\x2f\x6e\x11\x4e\x78\xb2\xd2\xaa\x5c\xfa\xdc\x2b\xad\xfb\xe0\x2e\x0a\x76\xce\xc0\xee\xd6\xfc\x25\xb8\xbb\x31\x84\x33\x32\xb8\x01\xae\xcf\xb8\x39\x21\xbf\x24\x66\x01\x13\x4f\x3a\xb1\x1f\xb6\xc1\xd4\x9f\x28\xeb\x55\xc9\xe2\x2c\x36\x3d\xfc\xe5\x76\x3f\xa2\x1f\xf4\xe6\x82\x69\x29\x9d\x28\xb7\x15\xa3\x6d\x3a\x51\x6e\x5b\x84\x4b\x9f\x7b\xd5\x40\x7c\xe7\x09\x29\x17\x36\xb4\xf3\x72\x4e\x11\xbc\x4e\xf4\x8a\x2a\x53\x3a\xb1\xee\x66\xc9\xe5\x7c\x59\xde\x87\x10\xec\x0d\xcd\x7e\x5e\x09\x76\x00\x8e\x32\x06\xf6\x86\x74\x1d\xac\xc1\x02\xae\x2f\x56\x49\x77\xfd\x5c\x71\x37\xc0\x2f\xda\x50\x1b\x04\x7b\xb1\x1f\x75\xec\x46\xe9\xca\x4c\x23\x1a\x43\xba\xb0\x37\xf4\x03\x8a\xbf\x34\x0a\xd4\xc2\x2f\xcd\xcd\x96\x75\x7a\xb5\xfd\x4d\xe1\x41\x3d\x95\xed\xf1\x6a\x28\xeb\x39\x52\xad\xcb\x7a\x2a\x0f\x28\x81\x5d\x1a\xbd\x10\xdc\xca\x01\x33\xbf\x20\xcb\xb2\x21\x50\xfa\xe8\xb0\xd2\x4b\xc1\x2d\x41\xe4\x17\xdc\xa6\x60\xec\x4d\xd7\x2d\xf3\x83\xc8\x2f\xb6\x93\x72\x1c\x8c\xf4\x61\x99\x1d\x90\xe5\xc5\x6e\xd0\x0f\x56\xfd\xa5\x21\x7c\xff\xa2\xed\xfb\x40\x6a\xbb\x94\x17\x3a\x74\x70\xbd\x8a\xa8\x70\xcf\x5b\x66\xee\x5a\xb8\x43\x50\x7c\xa9\x3c\x28\xfd\x22\xe5\xdc\x0a\x0f\x2d\x51\xad\xb8\x7e\x58\xc1\x77\xd7\x8a\x0b\xf5\xde\x5b\xa5\x4f\xf1\x2b\x86\x79\x63\x80\x2d\xee\xb7\x37\xac\xa7\x26\x81\xd8\xbb\xdd\xe1\x03\x64\x9a\x2b\x5d\xcd\xcb\x3d\x8d\x6f\x30\x98\xf5\x03\x88\x1e\xac\xee\xe3\x00\xf0\x07\x3b\x6a\xc6\xcc\x99\x1e\x65\x9b\x0a\x86\x9f\xa4\x71\x1e\xd1\xf1\x49\xb6\x06\x97\x7e\x32\x2a\xb3\x4a\xc4\x93\xdd\x9f\x6c\x20\xab\x13\x01\xc1\xa3\x25\xac\x40\xcd\x0f\x72\x4a\x6d\xac\x80\xc7\xbd\x26\x97\xcc\xc3\xb0\x01\x1f\x4e\x9b\x06\x50\x76\xa1\x52\x11\xa8\x1e\x2d\xdb\x07\x13\xf1\xa0\x11\x94\xcc\xb0\x9f\xae\x74\x85\xb2\xf1\x74\xd9\x22\x24\xf7\x68\xf3\x3e\x50\x97\x9e\x4e\x6b\x1b\x07\x43\x02\xf6\x1b\x44\xa0\x82\x75\x21\x3d\xa7\x44\x02\xc9\x3d\x57\x66\xdd\x42\xf4\x0f\x32\x6e\x8e\x30\x8b\x47\xb3\x41\x75\x08\xb7\xcc\x02\x89\xf9\xd1\xc3\xd3\xc5\x0e\x9b\x46\x69\x91\x4e\x9d\x46\xec\x84\xe9\x51\x82\xc1\x82\x98\x1e\xc4\xda\x9a\x20\xb9\x07\xdb\xad\x1a\x61\x7a\x70\xeb\xd4\xc1\xd4\x3f\xcc\x69\xd9\xe8\xd5\x45\x13\x92\x0f\x6e\x41\x2c\xc8\xe7\x45\x8e\xac\xf0\xa1\x07\x2d\xb1\x0d\x47\xfa\x02\x41\x42\x64\x98\x1a\x84\x1a\xfc\x61\x2a\x18\xd8\xe9\x44\x30\x68\xaa\x99\x33\xab\x0e\x20\xa7\xcc\xa2\x78\x86\x00\x3f\x31\xb4\x55\x39\xd4\x3c\xdd\xba\xe1\xdf\xf3\x94\xf5\x30\x8d\xda\x6b\x6a\x41\x7e\x98\xa0\xb7\xec\xa6\x91\x23\x0b\xa6\xc1\x34\xd9\x5b\xf2\xb0\x69\x70\x5d\xdc\xa0\x27\xcb\xbb\x60\xdd\x4b\xf3\x16\x3b\x6c\x9c\xda\x6b\x7a\xb0\x35\x71\x9d\x90\x71\xe7\xe3\x8e\xe8\x37\xba\x6f\x30\x0b\xa4\xe9\x92\x29\x89\x7e\xe0\x0f\x0d\xeb\x7c\x9a\x38\x69\x4a\x45\x0c\x9c\x6a\x1a\xae\x1f\xad\x3f\x19\x4f\x4a\x9a\xc8\x91\xa5\x20\x61\xce\xbd\xef\xc1\xd5\x26\x33\x57\xdc\x27\xe6\x94\xae\xf7\x03\x36\xcc\x2a\xaa\x60\x3d\xe3\x80\x5d\x4d\xd9\x7c\x40\x7c\x99\xcc\x69\xc1\x8e\x9b\x26\x73\xda\xdd\x38\xe7\xbb\x47\xea\x2f\x7b\xa4\x74\xfa\x4a\xd7\x70\x42\x8c\x51\xa1\xa4\xe6\x03\x5b\x9d\xf4\x86\x15\x6a\x35\xed\x2f\x4d\x09\xcc\x07\xf4\x89\x00\x53\x7a\x75\x95\xe1\x0c\x49\x2f\x1b\x40\xc1\x62\x9d\x30\xc4\xac\x3d\x8c\x87\x2a\xa0\xec\xfd\x2f\x6c\xbe\x07\x98\xf9\xab\x4a\xde\x01\xf4\xc5\x99\xd3\x52\xf1\xc1\xa5\xc9\xde\xff\x8a\xf8\xc4\xcc\xbd\x3a\xc4\x30\x6f\xa6\x17\xe1\xa1\x07\x04\xa8\x17\x0f\x65\x8b\xac\x92\x17\x7f\x63\xeb\x6d\x7c\xc5\x30\x5f\x85\x30\x54\xbe\x7c\x80\x86\xca\x52\xcd\xc7\xe1\xea\x5c\x80\xe7\x03\x7e\xd7\x31\x8a\xe6\xc3\x7d\x10\x73\x6b\x3e\xb2\x40\x74\xaa\xa9\x92\x63\x97\xcc\x47\xd9\xab\x73\xac\x07\x19\x19\x86\xa2\x7c\x60\xf5\xae\x48\x98\xf9\x90\x91\x61\xd2\xcd\x87\xe2\x34\xa6\xde\x7c\xb8\x77\x8e\x0c\x38\xae\x9a\x54\x81\x00\x6e\x33\x82\x4d\x5f\x2a\xaa\x85\x4e\x59\x0e\x35\x1c\x80\xa3\x99\x22\x04\x1e\xf0\x32\x56\xec\x29\xf9\x78\x54\x06\x07\xad\xbd\xa2\xbb\xd2\xc0\xab\x08\xb4\x56\x40\x0e\x87\x1b\x40\x3d\x78\xd0\xde\xb0\xe8\x2f\x07\x51\x85\x3c\x94\x83\xa8\x8a\x6b\x5b\xce\xe1\x50\xea\x49\xab\x9f\x80\x15\x69\x84\x44\x03\xec\x13\x25\x64\x7e\x41\x04\xea\x11\x84\x04\x6d\xf5\x25\x50\xad\xee\x06\xd6\xe0\x42\x73\x05\x34\x7e\x69\x40\x8d\x16\x9e\x43\xdf\x4d\x03\xc1\x70\x6d\x04\xa0\xd6\x86\x1e\xc1\x41\x60\x93\xef\x38\xa5\x73\x80\x0b\x64\x28\x26\x6b\xee\xea\x31\xd0\x1a\x8b\x38\x23\x2d\xe6\x00\x2d\x0d\x3c\x26\x39\xb0\x23\xe6\x90\x79\x80\xb0\x0a\x8b\x38\x47\xf7\x75\x56\x5a\xc6\x07\x16\x7a\x5f\x2b\x20\x47\x78\x64\xc6\xe1\x90\xf1\x62\xad\x7e\xa8\x56\xd5\x9b\x3b\x0f\xad\x3a\xc1\x3e\x40\x07\xf8\xd9\x72\xec\xb7\x0f\x0b\xd0\x38\x1c\x42\x5c\x93\x15\x31\x38\xf6\x91\x79\x40\xa3\xae\xf9\xe0\x1b\x74\xac\x8c\xda\x91\xa3\x1a\x75\x5e\x6c\x24\xc7\x77\xab\xbd\xf4\xa3\x18\x58\xf6\x2f\xb7\x62\xd3\x6a\x20\xa1\x8e\x8e\x40\x03\x29\x8a\x90\xb5\x9e\x72\xaa\x2e\xfc\xc8\x2f\xc3\x99\x4b\xfc\x32\x34\xd9\x31\xc1\xe9\x72\x31\x81\xaa\x74\xef\x8d\x73\x75\x9a\x1e\x16\xa4\xb8\x4e\x12\x9f\x43\x48\x46\x16\x44\x1f\x64\x71\x08\x0f\x39\xa9\xef\x49\xfe\x3a\x88\x7b\x5c\xfb\x6b\xce\x87\x9a\x20\x18\xcd\x46\x03\xc4\xc5\x98\x73\x46\x21\xee\xb8\x30\x73\x8e\x36\xbd\x04\x81\xac\x9d\x30\xef\x6a\xdd\xa9\xaf\x34\x3d\xb4\x74\x1e\x3e\xc8\x23\x1b\x0f\xaa\xb0\x58\xd8\x72\x06\xf1\x15\x47\x77\xce\x97\x73\x5a\x69\x9a\xd8\x8e\x2a\x7a\xf3\xb5\x69\x67\x51\x48\xbe\x65\xb2\x2c\x99\x8c\x8e\x38\x8e\xe8\xc3\x36\x24\x44\x1e\xa0\x78\xb4\xa0\x9c\xb5\x44\xb0\x8b\xe6\xcc\x76\x32\xf0\x68\x65\x0d\x8d\xa5\x8a\x83\x29\xf9\xfb\x0d\x86\xc5\x8c\xbf\x31\x67\xb6\x93\x8a\x9f\x22\x67\x42\x3a\x4a\x74\x08\x4a\x05\x78\x18\x72\x9e\x2a\x65\x85\x07\x85\xd7\x96\xfa\x17\x0c\x33\x17\xb8\x40\xc7\x2f\x97\xcb\x21\x65\x2e\xc9\x2f\x17\xb8\x40\xc1\x80\x91\xcb\x21\xf9\xc0\xc8\x8a\x6e\x6e\xac\x74\xb9\x10\xa3\x31\x70\x13\xe6\xa2\x1c\x89\xc3\x2b\x17\x4d\x1b\x69\x49\x64\xb9\xa0\xf6\xe6\x04\xb6\x4a\x9c\x1a\x4a\xd6\x60\x0b\x36\x8b\x92\xb3\x0f\x5a\x08\x92\x0f\xec\xc4\xb1\xd3\x29\xee\xa8\x5c\x92\x0f\x9b\xdf\x2d\xd4\x95\xbc\xfb\xa1\xd3\xa2\x64\xd1\xe8\x54\xc5\xae\x54\x7f\x71\x8a\x20\x1f\x3d\xaa\xe3\xb0\x53\x5d\xa5\xd2\x5f\xd9\xa6\x34\x1b\xa8\x8a\xc2\xe2\x40\xdf\x64\xca\x74\x5a\xa5\x8b\x46\xd3\xcd\x25\x04\x91\x68\x6c\xed\x84\x3b\xe4\x82\x88\x9a\x91\x39\x72\x39\xe5\x0f\x50\x59\xd1\x7f\x95\xc4\x9b\xbe\x41\xb4\xfd\x5c\x0c\x19\x41\xf2\xcb\xc5\xd9\x0f\xb0\x84\x32\x5d\x9d\x30\xa5\xea\xcc\x61\xfe\xc8\xdb\xc7\x17\x87\xbf\xc0\xe2\x12\xab\xa6\x86\x6d\x53\x4a\x3c\x08\x28\xd3\x58\x75\x17\xbb\x05\x69\x34\xcc\x98\xa2\x73\x45\x63\x2b\x15\x2a\xab\xdb\x9b\xb9\xc4\xf4\x5c\xf1\x7d\x8c\xc0\xfe\x5a\x2f\xa7\xbe\xd2\xe9\x2d\x33\x67\x0d\x56\x84\xb0\x82\xca\x97\x35\xa5\x95\xc8\x2c\xd4\x77\x0b\x20\x0b\x07\x4d\x1d\x04\x8d\x26\x37\x94\xa7\x82\xb1\x3f\xb7\x24\xaa\xc0\x4e\xcb\xd9\x07\xbe\x51\xd3\x70\x0f\x6b\xf9\x15\x55\xfc\xd2\x34\xb2\xc1\xa5\x1b\xb6\xec\x8e\x94\x9d\x1b\x88\xaf\xf8\xc0\x72\xc3\x3d\x58\x31\x35\xe5\x86\xdf\xa5\x05\x9b\x96\x77\xb9\xa9\xb7\x57\x73\xc1\x58\xb3\xd0\x0f\x4d\x4d\x2c\xd5\x7e\x68\xbd\x60\xdb\xea\x09\x8c\x12\x7d\x90\x7b\xd1\x08\x05\x53\xea\x6c\xf7\xa5\x42\x55\x5d\x33\x4b\x5c\xb2\x5a\xee\x6a\x1a\x6e\x27\xfd\x34\x20\x86\x59\xe8\x08\x02\x05\xaf\x74\xee\x22\xb1\xb1\x98\xfa\x63\xd3\x50\x48\x57\x38\x3a\x58\x0b\x5d\xad\xf5\xb0\x81\x57\x9b\x1f\x34\x3a\x94\xfc\xf0\x7c\xe7\x11\xb6\x6d\xbe\xf2\x30\x85\x60\x0d\x61\xc0\x64\x0b\xbe\xb0\x3c\xa2\x9a\xd3\xf0\x17\xc5\xa4\xe8\x2f\xaf\x0e\x8e\x85\xaa\x81\x09\x72\x88\xc4\x81\x95\xbb\x14\x86\x3d\x92\x22\x2a\x4b\x66\x24\x39\x21\x1b\xcd\x50\xb4\x52\x4c\x1a\x06\x3c\xb9\x98\x86\x72\x96\x7b\xcb\x30\x86\x20\x77\x1f\x4e\xab\xd1\x34\xf6\x86\xdc\x3b\xb0\x61\xec\xca\x6e\x5b\x1a\xae\x72\x01\xd7\xe3\x74\x4a\x98\xac\x01\x93\xcd\x45\x40\x95\x30\x53\x01\x21\x53\x3b\x0d\x0f\xa7\x4b\xa6\xa4\xf0\x15\xc3\x3c\x83\x9a\x14\x80\x9f\x31\xdb\xe0\x82\xe8\x4c\xbb\xf5\xd5\xd5\xa9\x69\xa3\xb0\x20\xcf\x53\x02\x66\xf6\x4f\xe6\xb8\x45\xa4\x84\x13\xdd\xa7\x60\xc8\xca\xa7\xb6\x45\xd9\xd5\x39\x77\xd3\x54\x7b\x05\x0f\x32\xbd\x82\x81\x52\xb0\x9e\x6d\xeb\x41\x9c\xce\x57\xf4\x17\x58\xdc\x15\xd5\xff\xd8\x51\x2e\xc8\xb4\x12\x49\x97\x2f\xd5\xeb\x04\x5f\xbd\x70\x21\xf5\xc4\x82\xd4\xa2\x93\x4b\xf7\x41\xc9\x02\x62\xbc\xf0\xbe\xd5\x04\x5d\x5c\x7d\x6b\x45\xb4\x36\xdc\x14\xe1\x29\x97\x81\x12\x2e\x48\xcd\x3b\xb9\x0a\x8e\x9e\xa6\x04\xfd\x5d\x3a\xfc\x13\x72\xca\x75\x89\x51\x84\xd7\x6b\x1b\x93\x61\xbf\x97\xfb\x2d\xb1\x6f\xf9\x56\x44\x25\x8c\x27\xdf\xe8\x31\xd5\x65\x77\x6b\xfc\xaa\xec\xf8\xb7\xd6\x8b\x01\xeb\xb9\xb5\x5e\x28\xcd\xdf\xba\xde\x08\xf9\xcb\x77\x56\x34\x59\x9a\x47\xbe\xf5\xbf\x60\xdd\xcc\x77\xf1\x01\x66\x7e\xc3\x23\x2b\x51\x34\xf9\xae\x1b\x6a\x1a\x68\x32\x32\xc4\x99\xbb\xed\x4d\x90\x6a\xda\x28\x06\x32\xc7\xdd\xe5\x9e\xac\x8d\x5b\x83\xc5\x60\xdb\xba\x25\x0a\xd7\xc6\x0d\x17\x28\x18\xcc\xf2\xad\xcb\x25\xb3\xbf\xde\x48\x23\x65\xc0\xc8\xb4\x07\x35\xc9\xe5\x46\x64\xa8\x41\x84\xa8\x8e\xee\x4e\xe1\x0f\xd5\x05\xf9\x1c\x8e\x87\xf9\x79\xd8\xd4\xab\xe2\xcc\x03\x21\xd5\x0a\xbd\x3d\x98\x47\x73\x65\xa5\x3d\xcd\x6d\x18\xec\x3c\x6d\x63\x67\xe1\xfa\x61\xd9\x0d\xf4\xbf\xac\x31\xa5\xa5\xd1\x78\xd0\x6b\x04\x7f\x98\x7f\x8b\x8d\xc8\xf3\x20\x50\xab\x51\x4c\xab\x68\x05\x47\x0f\x20\x73\x81\xa8\x0b\x30\xcf\xa3\x7f\x7e\xb8\xf3\xcc\x03\x9f\xbe\x8d\x9c\xab\xe8\x97\x7a\xf7\x29\x1a\x89\x10\x29\x3f\x9f\x1f\x95\x5d\x61\x1e\x44\x14\x04\xcb\x44\x5b\xa0\x3b\xcc\x35\x5e\x3c\xbe\x79\x12\x6d\x51\x7c\x9b\x3f\x3f\x1a\x2b\x78\xae\xbd\xb2\xc1\x10\xe6\x92\x71\xdc\xf7\xe7\xda\x98\x1a\xb8\x9c\x6b\xb5\x35\x56\xd4\x34\x50\xb5\x76\xdf\x3b\x76\x96\xfe\x24\x84\xa2\x10\xf3\x90\x27\x1c\xa2\x11\xb7\x9b\x27\xf1\x88\x98\x33\xf2\x8c\xfd\xf3\xa3\x24\x3f\x40\x47\x8b\x8e\x34\x32\x3c\x80\x74\x05\x2b\x47\x4e\x22\x2d\xaa\x45\xc7\x67\xd9\x10\x4a\x91\xba\xb8\x72\x45\xd5\x9b\x89\xd8\x08\xe4\xf8\x99\x0c\x8e\xa4\xf9\x25\x6d\xd5\xd4\xad\x5e\x17\x08\xa0\x1a\xfe\xd0\x6a\x6f\x5f\xf1\xbf\x99\xd6\xfc\x38\x84\xa5\x38\x4b\x3d\x73\x2d\xb4\xe6\xf0\x13\x93\x82\x04\x37\x93\xf4\xea\x70\x96\xd0\x56\xd0\xef\x66\x0e\x7f\x0b\x4d\xc8\x33\x47\xa2\x59\xf8\x38\x43\x21\xbe\x2e\xab\x23\x06\x93\xa5\x0f\x7a\xca\xf4\x6f\x71\x1b\x26\xfc\x72\xe1\x0d\xe9\x63\xe6\x67\x01\xc3\xb8\x96\xb4\xd0\x9c\xf2\x25\x2b\x34\xa7\xbc\x38\x0f\x80\xb8\x24\xc1\x78\x48\x9f\x65\xec\x30\x9e\x3c\x77\x60\x9d\x34\x09\x17\x68\x55\x54\x2d\x69\xb1\x8c\xfd\xc1\x03\x60\x14\xd7\xa4\x38\xe7\x65\xd1\x1c\x7b\xeb\xac\xe3\xf3\xa3\xc3\x68\xa7\xaa\x62\x77\x1a\x88\x79\x48\x8e\xae\xb9\x07\x08\x5a\x33\x88\xc4\x4a\x06\x91\x30\x56\x03\xb0\x08\x10\xce\x53\xa7\xae\x7b\xd0\xec\xf1\xf3\x23\x15\xd7\x46\xff\x16\x7c\x94\x67\x27\xf8\x08\xf0\xbb\xce\x77\xe4\x9a\xd9\x17\xfe\xaa\xcd\x68\x56\x71\x32\xb1\x50\x2b\x44\x4f\x82\x66\x5c\x56\xdd\x11\x32\x98\xce\x10\xf9\x94\x50\x1a\x44\xcf\x39\xe2\x2a\xd2\xe7\x20\x7c\x07\x25\x68\x2e\x2d\xb7\xc2\xe0\x09\xfc\xaa\x6c\x30\x13\xb1\x2c\x37\xe9\x6f\x80\x1c\x7a\x1c\xae\x26\x91\x33\x04\x85\x3e\xc7\xa4\xec\x7b\x8c\x21\x52\xc7\xd2\xe5\x8a\x08\x58\x9b\x7f\x45\xb1\x98\x4b\xa9\xc3\x49\x9a\xe7\xa9\x02\x2f\x0f\x5a\xbc\x56\xb9\x81\xf0\xb2\x2e\xdb\x59\x62\x61\x77\x01\x63\x8e\xc1\xf9\x9c\xe7\x12\xc6\xe3\xe1\x8a\x5a\xc2\xe2\x38\x24\x20\xf5\xc2\xe6\x74\xa3\x9d\xa7\x80\xd0\x34\x2f\xa2\xad\x18\xc8\xb5\x49\xc5\xaf\x6f\xdd\x95\x7e\x6e\xa4\x84\xac\x68\xed\x6c\x95\x1d\x9c\x50\x67\xe5\x3a\xec\x9d\xf5\x08\xbe\x5e\xb8\x84\x9d\xcf\x7b\xa1\x12\x5e\x3c\xef\x4e\x0d\x7a\xbd\x09\x90\x0a\x56\x59\xd3\xc4\xc6\x34\x0d\xa8\x88\xce\xd3\xb3\x78\x97\x5c\x63\xe9\xec\xcd\x59\x78\x84\x97\xea\x8f\xcb\x95\x3e\x1f\x26\x5b\xa6\xb4\x54\xd5\x0d\xf9\x92\xa1\x9a\x78\x9a\xb2\x15\xcb\x8b\x5b\xca\x71\x27\x60\x21\x8f\x62\xfe\xac\x07\xd2\xf1\xf4\x04\x42\xdd\xf5\x35\x6c\x21\x83\xcc\xa9\x1b\xc7\x6a\xef\xf1\xf9\xd1\x9d\xd7\x97\x0e\x1c\xf7\x1b\xd7\x6b\xa0\x59\x42\xee\x10\xf3\x4b\x30\xaf\x87\x93\xb9\x54\x8b\x7a\xb4\xaf\x1c\x29\x79\xbe\x6b\xaa\x5d\xb3\x2f\xcc\xa4\xd9\xac\xe4\x88\xec\x3c\xdf\x6b\xd5\x01\x41\xef\xb3\xba\x03\x6d\xba\x27\x55\x0a\x30\xb9\xe2\x05\xca\x18\x5c\x8d\xaf\xc9\xef\xda\xe2\x88\x35\xc8\xef\xc1\x14\x22\x08\xbc\x87\xde\xf8\xe1\x0f\x82\x9d\x28\x03\x36\x33\xfa\xb2\xdf\xa9\x3e\xbf\x07\x0b\xa2\x53\x3c\x17\x30\xd6\x20\x7e\xcc\x0f\x9f\xf5\xd6\xf6\xd8\x04\xaa\x1d\x2d\xb0\xa0\x74\x63\x07\x35\x30\x10\x3c\x58\x31\xbb\x66\xa3\x07\x55\x57\x09\x1f\xec\x48\xa6\xaf\x0a\xa1\xb8\x7f\x83\xa0\xd0\x69\x00\x14\x5f\x1b\x1b\xc9\x7a\x34\x6c\xd0\xed\x9f\xf0\xc0\xaa\x36\xfa\xc6\x6e\x25\x3a\xd6\x09\xdb\xec\xd9\x70\xc1\x66\xad\x87\xcd\xcd\xf2\x5a\x0f\x2a\x82\x2f\xea\x04\xc6\xf8\xfc\xb2\x5b\xe5\xca\x36\xfc\xb2\x5d\x69\x3f\x7d\x91\x50\x34\x70\xbc\xe8\x87\x1b\x54\xf7\x2e\x0e\xc0\xe4\x17\x6f\xbf\xda\xe1\x6b\xc0\x4d\x44\x8e\x7a\x89\x86\x70\x25\x1b\x9f\x18\xc4\x3f\xfa\x0a\x06\xf1\xfc\xb2\x5d\xe1\x69\xca\xef\x92\x16\xab\x16\xe2\x77\xed\x5c\x95\x80\xb9\x4c\x10\x63\xd5\xe0\xf7\x66\x23\x39\xc4\x3c\x66\x08\x95\xe1\x37\xab\xf2\xa2\x70\x12\xeb\x18\xf0\x75\xe4\x37\x7b\x0c\xc1\xaf\x01\xd5\x29\xc9\x88\x3a\x22\x0c\xdf\x74\x6e\xcd\x87\x85\x3d\x2d\x82\x2f\x31\x01\xc7\x6e\x74\xd2\xa8\x0d\x81\xc9\x0c\xd8\x85\xd8\x51\x49\x94\x68\x4a\x8d\x31\x2f\xde\x48\xcd\xc0\x2f\x96\x10\x4e\x29\xe4\x77\x6d\x85\x35\x48\xaf\x48\xbe\x07\x7a\x13\x1e\x80\x1a\x24\x40\x1c\x00\x7b\x06\xd9\x17\x5d\x9f\x2f\xdb\xe2\xe1\x44\x15\xd1\x58\x29\x03\xa7\xf0\xe3\x34\x3f\x8a\xdf\x82\x46\xe9\x1b\x2b\x2a\x91\x20\xf9\xad\xa0\x14\xd5\xe2\xad\xc2\x4f\xfd\x2a\x46\xc1\x6e\x25\xfa\xb5\x5b\xa7\x51\xa6\x2f\x9c\x88\x29\x5b\xff\x04\x57\xf4\x5b\xd7\x14\xe7\x60\x7d\xe2\x25\x61\x71\x6f\x9d\xbc\xb7\x4d\x02\x24\x11\x58\x5f\xd4\xa0\x94\x2c\xeb\xa5\x74\x90\xee\xd4\x88\x33\x6f\x5b\x40\xa8\xc2\xbc\xb8\x25\x55\x66\xdf\x25\x2e\x57\x15\x98\x77\x49\xcb\x35\xb9\xa0\xd6\xce\x5e\xf3\x61\xfd\x41\xd9\x36\x4f\x80\x66\xf0\xa8\x0e\xc4\x86\x64\xfc\x29\x35\x8d\xe3\x2b\x76\xf6\x36\x82\x77\x5d\x16\x68\x66\x29\xdb\x30\x23\x82\x0f\xbf\x4b\x62\xa8\x49\xa2\x5d\x02\x43\xcd\x08\xa1\xef\x92\x17\x6a\x0e\xd6\x71\x70\x00\xd2\x1d\x1c\x18\x58\x72\x44\x4d\xae\xd3\x8e\xb0\xc4\xa6\xf0\x76\x07\x47\x5f\x38\x5c\x95\x41\xde\x25\x49\x54\xf5\x80\x17\xdf\x6b\x6e\xd2\xb5\x52\x45\xb2\x63\x02\xca\x93\x1f\x00\x28\xdb\xfd\xbb\x14\xc8\x8a\x4b\x37\x13\xa2\x1b\x12\xfb\xf0\x3b\x04\x14\x20\x90\x26\x08\x9a\xc9\x2f\xe2\x44\x66\x97\x7c\x51\x31\x53\xb6\xdc\xa8\x63\x7d\xc2\x7b\x5d\xa5\x43\xb2\xb0\x8e\xf0\x30\x80\xe1\xd2\x62\xc0\x28\xa4\x5a\x34\xdf\x21\x89\x00\xe7\xb9\x57\x38\x8d\x9e\x9b\xc7\x01\x9d\x91\x1d\x19\xb9\xcb\x90\x60\x62\x39\xf2\x4b\xcc\x69\x73\xa2\xd5\xe4\xaa\xcb\xe8\x42\x38\x71\xed\x5f\xec\xee\xc8\xa8\xaf\xde\x9f\xbd\xee\x2e\xfd\xac\x00\x6b\x20\xbb\x08\xb8\x0c\x31\xf1\xfd\xc2\x76\x93\x65\x21\x7a\xb8\xc3\xbf\x4b\xf6\xa8\x4a\xe1\xef\xb5\x43\x67\x99\x66\x45\x0f\xa7\x5f\xc9\x43\x46\xa0\xe8\x21\x47\xc5\xd7\xaa\xa4\xfe\x62\xda\x6e\x62\xe0\xd6\x0e\xc6\x30\xef\xc2\x08\x80\xfa\x6e\x7c\x6b\xfd\xae\xd7\xd7\x86\x80\xce\xd1\x18\x56\xef\x2a\xbc\x85\x0e\x48\x6f\x05\x23\x57\x89\xb2\x8b\x73\x7e\x1b\x0c\x64\x25\xa1\xa6\x67\x6c\x61\x78\xac\xf3\x8b\x99\xa4\x49\x2f\x8f\x52\x92\x75\x90\x38\x65\x47\x4f\x65\x94\x00\xa1\xc7\xd1\x25\xff\xe8\xac\x06\xd0\x47\x40\x7d\xaf\xab\xc3\xfa\x02\x6a\x9b\x37\x65\x06\x60\xd4\xa9\x34\xe8\xa9\x80\x68\x3b\xc0\x29\x3d\x12\xc8\xd3\x5c\xf1\x53\x38\xa9\x63\xa8\x70\x16\xed\x46\x49\x75\x99\xfa\xa4\x07\x77\x87\x25\x14\xc5\xe0\x46\x3b\x5f\xce\x7e\xf2\x81\x7e\x14\x45\xa1\xf7\xe5\x14\xaa\x13\x82\x4f\xc5\xf0\xf6\xfc\x2e\x19\x29\x06\x49\x64\x09\x49\x4d\x0f\xde\xbb\x84\x24\x83\x93\xf2\xbb\x04\x9e\x18\xa4\x84\x57\x0b\x9a\x53\xf8\x72\x3e\xcc\x99\x7a\x0d\xf0\x95\x99\xbf\xc2\xd4\xbe\xfb\xbe\x10\x98\x1e\x31\x38\x94\x1d\x9a\xce\x79\xd2\x72\x2c\x81\xa6\x85\x61\xa5\x4a\x17\x9d\x72\xe3\xbd\x65\x1c\x96\x39\x7e\xc5\xdd\x0a\xae\xda\x18\xd6\x62\x2c\xc7\x12\x7e\x22\xd1\x65\xe5\x58\x22\x4f\xc3\xf7\x51\x8e\x25\xf2\xc4\xb2\xf6\x98\x72\x04\x31\x92\x28\x47\xca\xbe\x4f\xf4\x4e\x3b\x4b\xfe\x89\x61\xad\xd0\x72\xa0\xe6\xb3\x10\xcb\x11\x84\x96\x36\x97\x30\xd4\x38\x6f\x5b\x8e\x00\xa2\xa2\xed\x08\x4f\xa0\x2c\x9e\x2c\x5f\x20\xd6\x3a\x37\xdf\xfa\x7e\xd2\xaf\x7d\x31\x8d\xb6\x19\x39\x0a\x21\x6c\x51\x98\x81\x61\xc9\x51\x2d\x1e\xd6\x61\x12\x0f\xda\xe1\xf0\x1d\x87\x16\x0b\x47\x19\x63\x38\x18\x63\x14\x4e\xcb\xc0\x29\x4e\x22\x70\x1e\xf4\x1b\x81\x33\x5a\x16\x87\xcc\x42\x04\x4e\xc7\xbb\xa4\xb1\x88\x75\xb7\x1c\xb8\x64\x72\x13\xe8\x25\x9a\xb5\xe8\x3c\x27\x80\x16\xa0\x14\x78\x4f\x9d\x25\x99\xe9\x9f\x2f\xc7\xb6\x1d\x39\xe7\x09\x72\x93\x2e\x12\x90\x0a\x51\xda\x47\x76\x19\x32\x07\x04\xc3\x41\x99\x13\x22\xf0\xc2\x72\x2c\xe9\xaa\x11\x8c\x52\x8e\xcc\x31\xc4\x0a\x5a\x32\x53\x56\x2c\x57\xca\x34\xba\xe4\xa9\x58\x8a\xed\x74\xbe\x05\x2d\x99\x13\x91\xd5\xf2\xc9\x7b\xdb\xbf\x28\xdb\xce\x4d\x1d\x46\x86\xc9\x80\x28\xae\x72\x64\x54\xf0\x6a\xfb\x92\x19\x75\x0a\xb0\x59\x7f\x89\x56\x8d\x80\xcc\x72\x14\xce\x48\x56\xda\x2f\x3a\x17\xa4\xcb\x25\x4f\xb5\xe6\x00\x3c\xc2\xd7\xc5\xe3\x12\xa2\x62\xa9\x56\x12\x22\x7a\x2b\x40\x54\x40\x63\x11\x22\xeb\x4f\x7a\xb3\x07\x8c\x02\x85\xf7\x15\xcc\x25\xea\x57\xa0\x4b\xb4\xb3\x84\xa8\x06\x57\x2c\x04\x27\xc4\x52\x19\x19\x41\x8b\xa5\x4b\x2d\xb5\x7f\x7e\xf4\xd4\xfc\x60\xd0\x28\x00\x55\xd0\x95\x98\x82\x0a\x70\x05\x34\xd6\xcd\xb3\xfd\xf8\x01\x2f\xb6\x0a\x74\x42\x5d\xc5\x17\x1f\x34\xa1\xa3\x4e\x13\x22\x3a\x68\xe0\xce\x39\x5b\x12\x55\x2c\xd5\xb2\x90\xd2\xce\x92\xa8\x62\xa9\x00\xd1\x98\xe3\x06\x1a\x1b\x98\x73\xee\x1b\x30\x48\x37\x4b\xd8\x49\x87\x03\xe8\x86\x7b\xcb\x75\x96\xb4\x63\x3c\x73\x39\x96\xb4\xd3\x93\x73\xb3\x24\x9c\x74\x48\x8c\x4b\xaa\xe9\xc4\x46\x95\xa3\x1b\x97\x21\x29\x2f\xe9\x45\x2b\x75\x39\xfa\x4d\x99\x91\x79\x5e\x50\xfc\xf6\xc9\xfb\xaf\x82\x9f\xcb\x31\x0c\x83\x14\xe1\x4b\xce\x49\x87\xb3\x38\x04\x91\xd6\x96\x9c\xa3\x31\xbe\x1c\x4b\xce\xe9\x49\xba\x5a\x72\x4e\x3a\x9c\x88\x25\xdb\x24\xc4\xf7\x72\x0c\x4e\x39\xba\x2e\x06\xc7\x1c\x0b\x38\x1b\x40\x2e\x0d\x0f\x21\xb7\x9d\x87\xb2\x75\x80\x5c\xdc\x2f\x39\x27\x1d\xae\x91\x53\x34\x01\x9b\x9e\x33\x34\xb6\xc2\x61\xe8\x54\xe4\x17\xe7\x83\xd5\xc9\x8f\xe7\x52\x50\x5d\x6c\x4b\xfa\x49\x45\x5e\xb3\xa4\x9f\x71\xd8\xc1\x85\x8a\x2c\xee\x97\xc0\x63\x7c\x4a\x39\x96\xbc\x93\x8a\xfc\x5d\x63\x8b\xc0\x2d\x79\x27\x15\xf9\xd7\xd5\x79\x6f\xf9\xa4\x0c\x3c\x4b\xde\x49\xc5\xad\xe9\xf2\x68\xbd\xd4\x79\xa1\xbe\xbb\xf0\xae\x49\x25\xb0\xb5\xe4\x20\xfd\x95\x85\x4c\x0d\x06\xa2\x94\x63\xc9\x3e\xfa\x24\xcb\x71\x0b\x1c\xf5\x6f\x81\x63\x60\x37\xc0\xb9\x66\x6f\x81\x63\x60\x37\xc0\x39\x4b\x4b\xf4\x31\x1c\xbc\x90\xe2\x61\x1c\x52\xb0\x27\xc0\xa4\x1d\x4c\xf8\x99\xd4\x07\xe5\x58\xe2\x4e\x1a\x8e\x6c\x89\x3b\x69\x58\xc9\x20\xb6\x22\x1f\x5c\xf2\x4e\x1a\xb6\xba\xe4\x9d\xb1\x79\xdf\x92\x77\xc6\x5e\xe5\x4f\xa1\x0e\xd0\x2d\xd9\xc7\xe3\xf6\x85\x0c\x12\x63\x6f\x75\x04\x6d\xd4\xe4\x82\x5c\x02\x4f\x1a\xe2\x71\x09\x3c\x63\xaf\xfe\x25\xe4\x8c\x26\x71\x19\xa2\x9c\x93\x20\x19\x98\x27\x03\x5b\x62\xce\xd8\xac\x50\x37\xc4\x66\x12\x13\xf8\xc4\xfc\x04\x3e\xe9\x91\x93\xa9\x43\x0c\xcf\x0a\x4c\x60\x6c\x36\xde\x33\x9e\xd9\xa9\xef\xb7\x03\xf0\xac\x73\xf2\xde\xf6\x39\x3f\xe7\x9a\x9f\x0f\x75\xac\x0f\x22\x9d\x85\x25\x39\x8d\xcd\x5f\x5e\x00\x95\x37\xbd\xe2\x11\x78\x5e\xf1\xc8\x00\x0c\xa7\x29\x83\x0e\x96\xb0\xa4\xeb\xbc\x1c\x2f\x8a\xfb\x5e\x09\x98\x8a\x8e\xbd\x34\x97\xe8\x94\xd3\x6e\xf6\xa2\xcc\x10\x88\xbf\xc9\x5d\x91\x00\x31\xea\xd8\x8b\x0d\x33\xd2\xb1\x99\x0f\xee\xbc\x03\xcf\x7b\x21\x4b\x46\x4e\xc5\x72\x10\xe3\x99\x87\xc8\x0f\x83\x72\xf2\x8b\xca\x43\xe6\x07\x2b\x01\x2f\x64\x19\x08\xf8\x39\x64\xe9\xe1\x90\xce\x96\xea\x51\x0c\xe2\xaa\x99\xdd\x21\x84\x83\x73\x87\xb4\x8b\x57\x38\x60\xb2\x2d\x64\xe5\xc8\x6e\x45\x26\xe5\x08\xc7\x61\xad\xcc\x0f\x5f\x45\x93\x94\xb0\x24\xab\xec\x14\x06\x4c\x4b\x01\x37\x4c\x09\x4b\x9c\xca\xce\xb9\x29\x3e\x02\xfe\x8b\x12\xf0\x9c\x04\x1c\x34\x25\x2c\x61\xa9\xe0\xa8\x28\x01\x5f\x66\xe0\x84\x55\x21\x97\x42\x39\x84\x8c\x80\xf6\x50\x60\xd7\x01\xf7\x4a\xe0\x34\x4f\x09\x66\x7e\x28\x30\xfb\x60\xee\x07\x5c\xa6\x25\x60\x90\x0a\x1c\x62\x2a\x21\x92\xeb\x82\xbd\xde\xa4\x22\xb9\x89\x57\xad\x50\x72\x5c\x43\xdd\xe2\xee\x33\x45\x3e\xf1\x07\x8e\xe4\x42\x2d\x01\x0b\x53\x24\xb8\xbe\x04\x2c\x4c\x11\xcf\x40\x09\x4b\xda\x29\x98\xd6\x4b\x58\xc2\x4e\x21\xef\x48\x09\x9e\xaa\x26\x28\xa6\x04\xec\x4a\xc8\x77\x61\x09\x41\xf8\xce\x4a\xc0\xc2\xe4\xb8\x97\x08\x54\x1d\x5c\x5e\x12\x7d\xb3\x88\x30\x44\xd3\x59\xae\x44\xb1\x61\xaa\xa6\x28\xc3\xa4\x08\x4b\xb2\x0b\xcc\x35\x52\x07\xc1\xdb\xb2\x5a\x33\xa6\x60\x81\x2c\xa1\xec\x30\x24\x2a\x11\x3e\x93\x24\x14\xec\x47\x09\x66\x13\xb0\x1f\x25\x67\x19\x81\xa7\x25\x41\x28\x2a\xa9\xf4\x56\x96\x04\x26\xe8\x4b\xdc\x69\x31\xf8\xed\x92\x45\x1d\x9c\xd2\x8e\x30\x2c\x69\x27\x76\x3f\x5c\xe2\x97\x33\xb5\x64\x9d\x9e\x6c\x04\x83\x51\xcd\x88\x10\x81\xf4\x11\x9d\x2f\x97\xac\x93\x86\xd3\x5c\x97\xc4\xd8\x01\xa5\x62\x62\xb5\xc6\xd2\x54\x6d\xb0\x82\x18\xeb\x62\x38\x2a\xb6\xed\xa1\x53\x49\x02\xcb\x91\xe3\x59\x22\x4f\xb5\xbd\xc6\x76\x01\x2a\x88\x7e\x6e\x84\x76\x97\x80\x19\xe8\xb0\x7b\xbc\xa6\x44\x17\x94\x80\xd3\x94\x28\x88\x12\x70\xf0\xec\xf5\xda\x3c\xe5\xb0\x1f\x90\x82\x13\x88\xec\xac\x4a\xe1\xe9\x9c\xbb\xb6\x28\x7e\x5d\x2c\x5d\x3f\x18\x50\x74\x73\x28\x08\xe8\x12\x48\x86\x2b\xad\x6b\xab\x64\xe4\xfa\x67\xa5\xb5\x7d\x04\xc8\xf7\xc8\xee\x12\xe7\x40\x53\x94\x38\x87\xf9\x42\xac\xcf\xb9\x72\xe0\xc7\xb0\xd2\x19\xee\xd0\xff\x60\x0d\x43\x4b\x93\x4d\x7a\xce\x5e\x0a\xde\x16\x14\x6a\x11\x74\xb7\x91\x75\xa2\x9c\xb1\x9f\x84\xd3\x03\xaa\x08\xaf\xe1\x54\x3a\x76\x04\xe7\x09\x26\xe8\xfa\xe4\xec\xba\x1f\xdc\x88\x90\x14\xcd\xd7\x23\xa0\x48\x19\xe2\xe7\xf2\x0c\xbd\xaf\x51\x8d\xb3\x94\x7c\x79\xe0\x4d\x86\x6b\x90\xcd\x52\x02\xbe\x62\x67\xdf\xe2\x31\x01\xe5\x52\x7f\x65\x6b\x08\x98\x60\x54\xf1\xc2\x85\x1d\x29\xf8\x9e\xe5\x2d\x33\xbf\xc4\x02\x03\xf4\x40\x59\x17\xcc\x1b\x5d\x4e\x66\xec\x09\x82\x21\x1a\x96\x2c\xd1\xa2\xeb\xe7\xf6\xe4\xa7\xec\xff\x66\x05\x45\xbf\x46\x9b\x43\x19\x08\xb7\x04\x44\x77\x37\xda\x9c\x5b\xc7\x8d\xa6\xec\x64\x63\x46\xa9\x99\x3d\x99\xe4\x46\xad\xb9\x5d\x78\x9e\x24\xb3\x8b\x9b\xdb\xa8\x28\x96\x84\x67\xa3\x0b\xbc\x3f\x88\xa4\x2e\x59\xc4\x89\xcd\x2a\x1e\xb6\xeb\xdd\x94\xae\x1d\xc7\xfa\xdc\x6c\x49\x7e\xfc\x30\x97\x96\xa7\x7c\xdf\x07\x7d\x79\xae\xfe\x79\xec\x94\x08\x25\xe0\x60\x72\xa0\x73\x07\xdf\xd1\xe8\xdc\x8b\x0e\xf8\x8c\x6f\xc8\xec\xc5\x61\x6d\xf1\xb1\x08\xd3\xab\x58\x6d\x39\xc1\x18\xf8\x80\x2d\x5e\x7b\x50\x09\x6f\xf9\x96\x75\xa1\x84\xb5\xc5\x73\xd0\xb5\x84\x17\xf5\xd1\x4f\xf7\x59\x75\xbf\x75\x4a\x99\x2d\xcf\x0d\x13\xa4\x5c\xe2\x61\x4e\x14\x74\xf2\xb8\x36\xe8\x0a\x74\x91\xd4\x1b\x8d\xb4\x20\x25\x1e\x7a\xc3\xfc\x01\xcd\xca\x6f\xb5\x1e\x36\xeb\xe8\x82\xf3\x87\x25\x4b\xa3\x79\x47\xc2\x15\x38\x9d\x58\xe2\x76\xe5\x34\xca\x8b\xe7\xb3\xb8\xe2\xda\x63\x09\x3a\x2d\xd1\xd4\x0e\xc3\x1a\x8f\x22\x19\x65\xfc\x18\xc3\x56\x5e\x1d\x22\x8b\x46\xa2\xc1\x42\x6a\x8c\x31\x6a\x82\x07\x4c\xf6\x54\xdc\x46\x85\xfc\x3f\x01\x17\x4f\x89\xec\xa8\x15\xb3\x78\x89\xd1\x30\xfe\xe0\x03\xb2\x11\xfc\x98\xdc\x40\x41\x81\x24\xb2\xa1\x12\x9b\x54\x48\x40\x50\x33\xb2\x34\x49\x83\x42\x0d\xfb\x41\x73\x2e\x5d\xe3\xd6\x91\x74\x62\x92\x83\xfa\x5e\x0e\xca\x20\xd8\x66\x13\x53\x19\xb1\x29\x28\xad\x91\x73\x68\x81\x07\x14\x06\x18\x20\xc5\xc7\x7d\xa8\x85\x86\x32\x36\xc2\x6a\x9d\x0a\x44\x40\x9a\x1d\x8e\xf5\x35\xaf\x82\x17\x52\x18\x34\x38\x74\xf4\xcc\x20\xdc\x2b\x9a\xcd\x20\xf9\xad\xa7\xd1\x19\x65\xd6\x2e\x08\xa0\x79\x07\xcc\xf1\x71\xc1\xc6\xe3\x0f\x05\x5b\x54\xf6\x3d\xd6\x12\x3f\x2e\xf2\x05\xeb\x34\x47\xc3\xd0\x4c\xf9\xd3\x77\x4b\xf2\x02\x7f\x80\x17\x64\xbf\x96\x17\x30\x4c\xb6\xd3\x90\xbf\xf2\x8b\x16\x83\xd9\xcd\x89\x51\x48\xca\xd4\x70\x1c\x97\x88\x09\x21\x3a\xc0\xea\xd9\x4d\xe4\xb2\x58\xd1\x38\x9d\xd3\x8a\x36\x2e\x45\x6b\x2a\x70\xea\x2a\xac\x5a\x2c\x57\xec\x18\xce\x84\x96\x02\x31\xbb\x2d\x05\x74\xdc\xd0\x3e\x9d\x5e\xfc\x2d\x7b\x03\x8b\x0d\x45\x4b\xec\x34\x85\x1a\x3f\xf0\xfc\xb1\xeb\xa4\xa9\x12\xfa\x35\x6a\xa9\x60\x37\x54\x51\xe7\x8e\x20\x89\x21\x1d\x77\x18\x43\xf7\x3d\xb4\x8e\x99\xb5\x90\x29\x2d\x2b\xe1\xc7\xb5\xa3\x66\x45\xc1\xe8\x01\x32\xe2\x27\x4a\x1c\x06\x62\xc0\xa2\xe2\xda\x60\xb3\xda\x52\x5c\x9b\x6a\x56\xdd\x31\xc4\xbf\x66\x61\xc2\x47\x11\xb3\xcb\x94\x30\xb8\xc4\x29\xc7\x12\x89\x86\x88\xc3\x65\xc7\xf9\xc7\x94\x9c\x58\xf7\xd6\x8d\xff\x71\xed\x7c\x30\x25\x0e\x5c\xf1\x14\x4f\x58\x39\x9f\x9e\xc6\x76\x3a\xd4\xa5\xbe\x0f\x76\xa3\x78\x9a\xea\x41\x58\x4f\x02\x42\xba\x1f\xe8\xc9\x10\xb1\x78\x32\xdc\x35\x23\x51\xc9\xbb\xd2\xde\xfd\xd8\x65\x3d\x8d\x50\xb3\xfd\x11\xe4\xa0\x32\x12\xdd\xfd\x64\x29\x97\x6b\x1f\x14\x6c\x3f\x03\x70\x98\x17\x42\xc2\x26\xc6\xa1\x89\x64\xfd\x0c\xc9\x3a\xf6\xe6\xd8\x4c\x17\x91\x6c\xc8\xb9\xa6\x33\x8f\x62\x1f\x72\xb9\xb5\xe1\xb5\xe8\x7a\x7c\x0c\x65\x43\x56\x8d\x6e\x6c\x01\x09\x39\x92\xb4\x44\x6d\x21\x3e\x58\x9e\xec\x9b\x0c\x26\x6a\x04\xf1\xc1\xa2\x28\xac\xe4\x5c\xfc\x56\x26\xc5\x9a\x9c\xf0\xc1\xa2\x28\x05\x3d\x64\x91\x92\xa6\x1f\x6c\x41\xd2\xfd\xda\xe1\x92\x36\x82\xf8\x48\x7d\xbc\x9f\xca\xae\x76\x66\x36\x82\x2e\xf3\x23\x79\x53\x71\xa0\x4b\x2f\x4e\x45\x1e\xb4\xf4\xdf\xb1\x57\xd0\x44\x3d\x17\xdb\x53\xcd\xd1\xe1\xbc\x68\x8e\xae\x5d\xb2\x60\x1c\x1a\xba\xe2\x2b\x29\xf2\xc5\xbb\x35\x24\x9a\x65\xeb\xd3\x70\x15\x89\xc4\x8e\xd9\x6d\x6a\x6d\x7e\xa5\xca\x48\xde\xb1\x73\x0e\x95\xf8\x9e\x9f\x1f\x55\xb2\x5a\x6a\x2e\x07\x6d\x0b\xa7\x4c\xea\x01\x89\xa5\xc3\x60\xb7\xe4\xc3\x5a\xa2\x08\x01\x89\x7d\x4f\xdb\x78\x3a\x64\x90\x83\x32\x92\x09\x83\x4c\xda\xf0\xd9\x36\x52\x60\x17\x07\xca\xb4\x94\xd2\x9e\x76\x19\xe3\x18\x98\x4b\x4b\xbb\x24\x03\x52\x49\x6b\x0f\xac\xa3\x7c\xc5\xdf\x12\x26\xfd\xfd\xb5\x13\x58\x29\x9f\xdf\x12\x28\x95\xc4\xc6\x79\xc0\x8d\xd3\xda\x38\xdb\xee\x18\xdd\x0c\xc3\x57\x5a\x5b\xe5\x80\xfb\xa6\xb5\x51\x72\x36\xb0\x24\xc3\x1f\x86\xaf\xd1\xcf\x77\xd9\xf4\x8d\x6c\xdc\x29\xee\xc4\x27\x20\x42\xa3\x3c\xe2\x6c\x22\xb8\x4f\x97\x7f\x49\x51\x26\x69\xb3\x12\x0e\x5f\x27\xed\x2c\x20\x37\x61\xbe\xb0\xbe\x79\x03\x70\xca\x96\x94\x94\xd6\xd0\x48\x13\x5b\x6b\x20\x2a\xa8\x24\xb6\xd0\xa8\x49\x3c\xad\x3d\x54\x8b\x52\x22\x70\x6f\xf8\xb1\x69\x0f\x93\xcd\xba\x96\xed\x0e\xaf\x9c\x20\x25\x2c\xe2\x70\x85\x64\xfc\x03\xd5\xf3\x16\xd0\x7c\x4f\x60\x21\xe8\x5a\x9b\xac\x9b\x78\x22\x88\x4f\x3c\x13\xc4\x87\x1c\x92\x88\xe1\x63\x11\xa7\xb5\xd9\x12\x92\x5b\x12\x76\x7a\xe7\x27\x3b\x27\xb6\x46\xc4\xc9\xb0\x47\x43\x78\x59\x55\xc9\xbc\x92\xac\xf2\xa4\xaa\x2a\xa2\x88\x26\x77\x59\x24\xd5\x56\x56\x7c\x52\x3b\x75\xa2\x0b\xb6\x52\xd6\x57\x2a\x48\x4e\x36\x69\x9e\xa7\xfd\x7e\x91\xea\x61\xf5\xd7\xfd\x86\x36\xb1\xba\x8b\x0c\x76\x4c\x27\xba\x22\x00\x22\x0c\x26\xd2\x1b\x75\x75\xd5\x54\x4d\xb9\xc9\x58\xea\xce\xca\x03\x9c\xf5\x5b\xba\xae\x92\xaa\x2b\xca\x86\x0c\xde\x3d\xfc\x61\xc1\x20\x11\xae\x0d\x53\x73\x4e\x5a\xfb\x65\xc5\xbb\x57\x52\x93\xf2\xa8\xe2\xb9\xdc\xc2\x46\x95\xd4\x4c\xc5\x1b\x41\x06\x3a\x13\x12\x41\x06\x9a\x0f\x12\xa1\xca\xbd\x3a\x18\x43\xbc\xcb\xe1\x03\x7e\x2b\xb8\x40\x22\x62\xc0\x2d\x2b\xad\x0d\x93\xdc\x6c\x25\x75\xa2\xc8\x24\x3b\x7d\xf5\x88\x37\x69\x98\x1b\x47\x12\xd4\x71\x8f\xf0\x95\x06\x4e\x59\x4c\x60\x9c\x3a\xab\xda\x33\x12\x4a\xa5\xaa\x5d\x1a\x08\x5f\xcd\x46\x11\xbe\xc4\xe2\x40\xa4\x10\xea\xa1\x74\x03\x82\x86\xfc\x84\x09\x1b\xc2\x4c\xd9\x74\x1e\x05\x31\x39\x9d\x1e\x3d\x0b\xfe\xa2\x3e\x63\x19\x2f\x40\xb5\xd2\x4e\x1a\x02\xa8\xa7\x2e\x01\x7f\xe8\xc6\xfd\x01\xc7\xb9\x63\x26\x01\xd6\x03\xce\x1a\x73\xd2\x4e\xf5\x20\x5b\x3c\xb1\x53\x4a\x77\x98\xca\x87\x4c\xc8\xdc\x61\xc5\x99\xbe\xb6\x28\xc1\xe7\x17\xd6\xbe\xf6\xa5\x52\x9a\x50\x5f\x63\x16\xbd\x57\xdd\xb9\xdd\x4a\xba\x0c\x07\x04\xfc\xb5\x41\x37\xa7\xfe\x36\x65\x0f\xdb\x4d\xd2\xc9\x9f\xec\xfe\xc6\xbf\x26\x45\xb9\xfb\x6a\x26\x4f\x04\x19\xda\x3e\xce\x7c\x99\x03\x3a\xa8\xf4\xbd\x54\xd0\x8d\x8f\x7b\x1f\xf5\xb4\xc5\xc5\xc6\x24\x4b\x2d\xd8\xdd\xc9\x7b\xb6\x7c\xe2\x2f\x4e\x86\x6b\xf8\x31\x65\x23\x18\x78\x5c\x28\x4c\x0c\x3e\x7b\x7d\x16\xe9\xd9\xc2\x8a\x3f\xec\x98\x5f\xfa\xc3\x6b\x6f\x90\x56\x49\xea\xa0\xf2\xba\x47\x4a\xe0\x73\x37\x5f\x85\xc8\x34\xb7\xbd\x93\x2f\x96\x82\x59\x08\x03\x2e\x69\xa6\x9d\x0e\xaf\xa4\xb5\x27\x93\x80\xb9\xa4\x59\x3e\x3f\xba\x0b\x62\xed\xce\xdd\xb1\xcd\xa5\x29\x4a\x27\x6b\x9f\xd6\xd3\x94\xe6\xb9\x2a\xd8\xf0\xb5\x8a\x36\xb6\xe8\x56\x56\xbb\xb4\x56\x4d\x1c\x69\xb2\xac\x05\x8f\x65\x4d\x5d\xc2\x20\xb1\x4e\xa5\xb5\x9d\x2b\x70\x72\x6e\xb2\xcb\x0d\xd6\xbe\x4e\xb4\x59\x49\x2f\x90\x81\xdd\xd7\xd3\x4d\x62\xf7\xf5\x9c\x9d\x0b\x77\xed\xea\xba\x1c\x13\xc1\x8d\xee\x9d\x6b\xfb\xee\xae\x66\xf5\x59\x95\x67\xce\x64\x0e\x10\x9b\x97\x36\x3b\x68\x30\x1f\x79\x15\x0f\x8a\x4b\xf1\x64\xcf\xc9\x46\xec\x0f\x6b\xac\x5d\x1f\xd4\xe5\xb5\xeb\x73\x90\xbf\xe4\xa5\xec\x8e\x68\xe5\x25\xc0\xc0\x02\xf2\x52\x75\x07\x76\x89\xbc\xa4\x82\x01\x69\x65\x94\xde\xe4\xdb\x77\x55\xa0\xdd\xc0\xae\x0b\x68\x4b\x22\x18\xcc\x60\x5e\x02\xc1\x48\xbe\x95\xd1\x08\x51\x30\xc2\x02\x01\x28\x73\x42\x71\x6f\xf0\x99\xb0\x46\xbd\xd9\x39\x20\x96\xb0\x7d\xe5\xe0\x59\xa9\xe6\xc3\x05\x61\x58\xe9\xa6\x12\xc3\x40\x95\x96\xc9\x65\x4e\x4d\x91\x4d\xa6\x64\x54\x69\xfd\xf7\x59\x53\x35\x0b\x86\xb4\xb4\xa1\x76\x7b\x8e\xc6\x48\x38\x86\x25\x16\x54\x8d\x6e\x9c\x6b\xad\x71\x7f\x81\x97\x61\x58\x87\x08\xbc\xfd\xb1\x60\x5b\xc6\x7e\x0d\x11\xe4\x25\x44\xd4\x78\xf8\x1e\xa8\x59\x7c\x19\x81\x22\xec\xf6\x85\xda\xf6\x31\xbb\x30\xf5\x99\x98\xcb\xaa\xff\x34\x73\x5a\xc0\x50\x80\x8c\xb5\xdb\x30\x82\xec\xb9\x6e\xce\x1f\x96\x9c\xf4\x03\x80\xa3\xe4\x31\x26\x08\x2a\x2f\xd9\xa2\x72\x28\xbb\x64\xd4\xf3\x10\xbe\xe4\x5d\x39\x39\x0e\x3f\x12\xe3\xf6\x02\xec\x4e\x11\x82\x87\x41\x06\x39\x89\x71\xcb\xaa\xd3\x28\xfb\xe6\x19\x34\x9c\x23\x67\x4d\x46\x34\x8a\x48\x62\xc8\x44\xce\x82\x0e\xb4\x1e\x26\x10\x09\xd9\xac\xd0\x20\x0a\xa1\x44\xc3\x5a\x26\x1e\xd3\x10\x0b\x53\x17\x1a\x16\x92\xf3\x3e\x03\x64\xa5\x5b\xa5\x1e\xb0\xb3\xb9\xde\x92\x0f\xc2\x2a\x18\x9c\x00\x10\x9d\x85\x79\x67\xdd\xe7\x4a\xa8\x1b\x3b\x57\x26\xea\x31\xb3\x5b\x65\xce\x99\x26\x29\x0b\x41\x22\x23\xa3\x93\x27\xb1\xe6\xe2\xb7\xd8\x49\xec\xab\x62\xba\x80\xb9\x66\xcc\xdb\x39\xfb\xbe\x9b\x6a\x9b\xb2\x27\x47\x9b\x0d\x9d\xda\x3c\x81\xc8\xd8\x48\x97\x0d\x92\x47\xce\xf6\xa0\xe4\x81\x98\x90\x97\xb8\xb1\x4d\xe2\xb9\xa1\xcb\x49\x10\xcd\xa3\x1b\xd4\x41\x0e\x91\x79\x99\xc5\x51\x2f\x76\x26\x4e\x32\xdb\x8e\x71\x92\x2e\x4b\x0d\xe4\xec\x4b\x59\x03\x39\xac\x3b\x6b\x20\x17\xc1\x8d\x68\x3d\x17\xb8\xb1\x91\x5d\x18\x08\xe2\xdc\x30\x60\x92\x13\xd5\x0d\x2b\x6b\xb2\x0c\xcc\xf2\x09\x0e\x4c\xa8\x38\x64\xc3\x1f\xe5\x35\x86\x3f\xca\xdb\xd0\xfe\xdd\xe5\xb3\x67\xb3\xb4\xab\x66\x63\x1e\x11\xec\x32\x46\xf7\x2c\x07\xe4\xf0\x44\x96\x53\x19\xda\xe8\xba\xe5\x7c\x7f\x12\x11\x9c\x98\xc8\xd9\xf2\xf4\x9c\x0b\x65\xd7\x9e\x13\x8e\x15\x21\xb1\xf7\x72\x60\x7d\x7b\x59\x33\x56\x7a\x0e\xc4\x96\x9d\xe3\xb2\x3b\x1c\x2d\x0a\x87\x9c\x91\x24\x4a\x9a\x64\x4d\x7e\xa9\x42\x98\x87\xe2\xa5\xb4\x86\x54\x95\x9d\x71\x24\xa9\x24\x3f\xc0\x52\x5f\xa3\x03\x1a\xa6\x14\x96\xd7\x9d\x4e\x33\xa3\xe6\x50\x45\x63\x63\xce\x9e\xaa\x70\xca\xcf\x0d\x14\x7d\x9f\xca\x9b\xd2\xf3\x49\x70\xa0\x04\x80\x2c\xa5\x1f\x30\x9b\xc2\x17\x65\x39\x6b\x77\xd8\xf5\x87\x27\x25\x28\x23\xe9\x61\x3b\xc9\xa7\x27\x28\xfc\x16\x33\x9b\x44\x78\x7a\xc4\x81\xf1\x2c\x31\xaa\xaa\xd7\x99\xe3\x53\x25\x84\x73\xfc\xd5\x1d\x32\x5f\x66\xf8\x04\x6a\x9c\x01\x39\xb8\xa8\x70\x06\xe8\x69\xc9\x1e\xc6\xec\x22\xff\x42\x3e\x95\x24\x2f\xe4\x53\x51\x6c\xf2\xb3\xfc\x55\xf6\x91\x92\x4d\x8b\xd7\x25\x2e\x23\x33\x9b\xad\x39\x26\x5b\x43\xfe\x76\xea\x8d\xd2\x2c\xd6\x67\x4c\x2e\x0e\x03\x36\x51\x43\x4c\x3a\x60\x48\xd4\xce\x5a\x2a\xfb\x56\x96\xc3\xb4\x9e\x3d\x2c\x22\x11\x18\xb0\x29\x9b\xd4\x8e\x82\x2b\xc5\x24\xa7\x5a\xd3\xb3\x36\x15\xd1\x71\xeb\x02\x15\xf9\xb7\x96\x6f\xa1\x33\x54\xa1\xef\x6a\xa8\x5e\x92\xd3\xfd\x32\x34\x50\x6e\x64\x66\x77\x4d\x18\x76\xe9\x82\xf5\x18\x7b\x53\x1a\x78\x1c\x1c\x3f\x4c\x33\x02\xf3\xc1\x24\x0c\xce\xc9\x9e\x9a\x1c\xe9\x61\x6a\xb3\x95\x83\x22\x90\x45\xb9\xdd\x24\x26\xce\x51\x4f\xec\xa5\x52\xd6\x24\xd2\x4c\x3e\x36\x89\x89\x13\xec\x49\x4c\x9c\xa3\x9e\xa8\xdf\x52\xdc\x24\x76\xcf\xe1\x4c\xf4\x09\x29\xc8\x10\x4c\x67\x6a\x7a\x62\x47\x46\xf9\x62\x1c\x95\xa4\x5f\xfc\x58\x4e\x1b\x32\x59\x94\xd7\x19\x44\xe9\xf4\xbc\x74\x20\xea\x5f\x4c\xb3\xbb\x4c\x67\x68\xaa\xf9\x25\xce\x0e\xf2\x2e\x07\x98\xa0\xfd\x62\x42\x0c\x83\xb6\xc8\xd0\xd0\x48\x81\x51\x48\xd0\xd0\x48\xae\x51\x0a\x31\x97\x1c\x23\x2e\xc5\x98\xcb\xe2\x7b\x2e\xed\x40\xa7\x29\x07\x0e\xa5\x6c\x19\x4c\xb0\x1e\x0a\x9e\x08\x32\xbf\x15\x52\x3b\x34\xb2\x6a\x14\x72\xe6\x37\x57\x40\x31\x80\x80\xfc\x51\xa5\x68\xb6\x29\x36\x84\x70\x8d\x6e\x43\x66\xfd\x18\x04\x22\x80\xa1\xec\x7b\xe7\xd2\xf7\x1e\x50\x07\x45\xc5\x38\x4c\x47\x63\xbc\x65\xf2\x03\x93\x4d\x25\x7f\x00\x3c\x58\x68\x09\x9e\xf7\x67\x66\xcb\x16\xa8\xfc\x24\x7a\x76\xdf\x11\x2d\x29\xca\xbc\x3f\x85\x5c\x13\x31\xb0\x7a\x4a\xdc\xed\x02\x49\xc4\x01\x03\x0b\x29\x51\x75\x6d\x37\x75\x73\x53\x8c\x95\xb0\xc5\x0c\x5b\x9d\xbc\xf7\x83\x97\x32\x73\x42\x50\xa4\xdc\xa1\x2c\xd1\x29\x72\x08\xb0\x94\x44\x98\x1b\x1b\x0a\x79\x2d\xa2\xe6\x2a\xae\x0f\x68\x72\xd3\x42\x7c\x24\xe9\x92\x0b\xe9\x2e\x9a\xeb\xb6\x24\xa0\x76\x4e\x96\x40\x15\x75\x42\x97\x44\x6c\x1e\x1b\x1f\x19\x31\xcc\xaf\x5b\xb8\x87\xa0\xa9\x29\x93\x55\x38\x71\x26\xaa\x98\x1b\xa3\xa9\xd6\x14\x63\x2b\xd9\x98\x0a\x69\xde\x35\xdd\x14\x63\x2b\xd9\x41\x4b\x26\x06\xef\x6b\x63\x5a\x31\xee\xc0\x5e\x32\x01\x7a\x42\x82\xf3\xa4\x96\xe2\x0f\xb8\xd1\x60\x20\x65\x67\xaf\xed\x76\x83\xb3\x80\xbd\xb0\x18\x86\x39\xfc\x00\x7c\x37\xcb\x38\x08\x76\x7d\xf1\x4d\x0f\x85\x61\xc0\x4b\x8b\x61\x98\xec\x33\x24\xf8\x68\xee\x03\xe6\x4f\xee\x32\x59\x92\x7d\x44\x8e\xe4\x15\xee\x55\x88\x1c\x85\x2c\x5c\xab\x10\x35\xf6\x90\xf6\x23\x1a\xb4\xea\x05\x09\x55\xab\x27\x17\x24\x44\xce\x81\x16\xee\x47\x88\x72\x4a\x52\x83\x44\x8e\x32\x97\x62\x88\x25\x2c\x90\xfb\x10\xa2\x06\x7a\xae\x43\x88\x06\x1e\x70\x1b\x82\xe7\xcd\x0b\x97\x21\xc4\xe2\x88\x95\xcc\x38\x22\x5b\x8a\x3e\x14\x67\x88\x0b\x0f\xca\x66\x02\xe6\x8f\x48\x22\xa0\x99\xa2\x52\x6a\xda\x2e\x12\xd9\x43\xc3\x52\x21\xb9\xea\x16\xd9\xfc\xa1\x69\xa4\xa6\xf7\xe6\x4d\x16\xb6\xbb\xd4\xd0\xbc\x9b\x85\x6e\x9c\xac\x25\x3c\xf5\x2c\xe4\x86\x53\xba\xc4\x3b\xd6\x58\x49\x05\x37\x8a\x01\x6e\x05\x37\xca\x21\xed\x2e\x41\x2a\xe9\xf6\x2e\x5d\x75\x54\x86\xb2\x84\xa7\xa4\x6f\xa6\x74\x02\x4e\x87\x95\xf0\x22\x09\xb5\xd7\x33\x34\xcb\x00\x2d\x5a\x89\xb8\xcc\xce\x21\x01\x0e\xc7\xfe\x76\xf2\xde\x36\x89\x10\x71\xaa\xf4\xcc\x6c\xce\x37\xb4\x21\x33\x7a\x02\x2c\xb3\x2b\x74\x10\xdc\xe8\x3c\x70\x91\x83\xc6\x38\x6e\x72\xe8\xd9\x15\x67\x80\xa5\x2b\xcb\x00\x4b\xa7\xc7\x00\x4b\x57\xf7\x10\xa3\x00\x34\x70\x01\xa0\x47\x96\xf1\x52\x87\xfa\x4b\x86\xea\x59\xee\x71\x62\xc7\xb6\x1d\x03\x2c\x5d\x09\x58\xa3\xb2\xc4\xc9\xd1\x54\x45\x5c\x72\xc5\xf4\x2c\xb7\x39\x41\x62\xf5\x3d\x48\x74\x85\x9c\xda\x42\x8a\x3f\x88\x45\x80\x3b\xc1\xa2\x8b\x93\xa0\xcd\x63\x7f\x40\xf4\xa7\xd3\x7d\xca\x32\xa8\x73\x19\x6e\x28\x4f\xba\xf0\xa1\x0b\xc5\xc5\x7c\xbb\x1f\x5c\xce\xb7\x75\x76\x0e\x71\x7a\xbb\x00\xdb\x65\xb1\x25\x20\xbb\xbe\x0c\x10\x91\xad\x12\xac\xa9\x07\xdb\xfb\x2f\x8a\xe6\x88\x62\x50\xa6\x98\xb9\x89\x18\xb5\xef\xdb\x34\x9b\x32\x44\x22\x34\xd5\xeb\xca\xcd\x59\x50\x21\x37\x5a\x53\x3a\x32\x2a\x53\xe2\x27\x2a\x53\x1d\xaf\x2c\x61\x27\x95\xf2\x35\x7f\x33\x64\x53\x10\x0d\xd9\x74\xae\x49\xda\xbf\xb9\xeb\x6d\xa4\x8d\x9d\x13\x5a\xea\x36\x75\x3b\x0a\xea\x3f\x8e\x02\x40\x08\xde\x54\x42\x26\xbb\xb9\xd9\x5b\x4b\x79\x12\xef\x01\xfc\x71\x10\x00\xfb\x14\xca\xc0\xf0\x10\xdc\x25\x9d\x78\x88\xa5\xdb\x99\x16\x31\x0e\x6b\x97\xf2\x0c\x20\xb2\x7c\x32\x54\x5b\x72\x04\xbe\x27\x72\x57\xee\x46\x84\xe7\x26\x08\x42\x32\x7a\x75\x0b\xdd\x1e\x2b\xba\x9b\x80\x2d\xee\xa7\x60\xf3\x01\x71\x9c\x9b\xd3\xeb\xaf\x42\x2c\x2b\x4b\xfc\x8a\x62\x6e\x49\x5f\xa9\xb8\x5f\xe3\xc6\xda\x84\x68\xea\xaa\x21\x8a\xa6\x29\x97\x1c\xf3\xa4\x63\x85\x08\x8e\xba\x98\xb0\xa1\x98\xda\xdd\x83\xff\x85\xd4\xee\x43\x75\xbe\xbc\xa6\x5a\x91\xe5\xbe\xc4\xbb\x8a\xa6\x97\x78\x52\x51\xfc\xe2\x43\x13\x01\x2f\x31\xa4\xf2\x15\xb3\x0f\x0f\x19\xd4\x8b\xa1\xd6\xb5\xfe\x6a\xa8\xf5\x3d\x01\xa5\xce\xf9\x4b\x40\x29\x04\x57\xb9\x6b\x68\x30\xb7\x15\x83\x99\xbb\x7a\x3d\xb8\xe0\x09\x46\x57\x31\x99\xb9\xc3\x7b\x0f\x8b\x39\x2a\x0a\x59\x9a\x12\xe9\x3f\x4a\x5d\xa2\x59\x32\x58\x90\x0c\xf4\x89\x8c\xc1\xa5\x1e\x02\x64\x99\x8e\x61\xb7\x95\x3b\x8c\x8c\x5a\xa9\x44\x6d\x56\x0f\x5f\xd4\x60\xcf\x74\x10\x08\x6b\x85\xa3\x55\x6e\x3a\xd2\x8a\x43\x12\xa8\xa1\xf5\xbc\x06\x81\xf0\x5b\xd0\xd5\xad\x7f\x51\x66\x34\x41\x20\xac\x43\x44\x70\xf7\xdb\xa9\xc9\xcc\x4a\x04\x2c\x33\x9f\x15\x13\x58\xe5\xa6\xa8\x52\xbd\x43\x84\x43\xfb\xa5\x46\xad\x49\xb6\x65\x56\x3d\x8e\xa4\x16\xd3\xe6\x17\x12\x93\x94\x1a\x09\x54\x86\xc7\xd5\x48\x74\xad\xa3\x88\xc6\xb4\x8a\x27\x4c\x5c\x87\xdc\xdb\x44\xfb\xc5\x10\xe6\xba\x04\xb5\xac\x93\xa5\x26\x2d\xe9\x54\x4a\xc6\xcd\xda\x47\x22\x6e\x56\xe0\x49\xd6\x73\x68\x5b\xa8\x4b\x0c\xcb\xea\xd3\xd5\x4c\x39\x1e\xe7\xa8\x9e\x26\x76\x7f\x21\x7f\x7f\xf6\x04\x40\x4d\x1b\x2c\xa6\x23\x11\x01\xec\x0c\x78\x84\x58\x46\x6f\x92\xff\xc3\x2d\xaf\x2e\xb9\x2c\x6b\xde\xe6\xf2\x9d\xf5\x03\xf0\x66\x5d\xb7\xd2\x14\x06\xac\x63\xc3\x82\x05\x6b\x87\x2a\xd5\x2c\x9b\xf5\x07\x23\x93\xbb\x3f\x08\xa4\xf4\x86\xc8\x75\xa4\x2f\x13\x79\x94\x9a\x1d\x82\x13\x6e\x3c\xa8\xe6\x92\xaa\x59\xcb\xc3\x55\x5c\x3a\x90\xb5\xdf\xd4\xac\x09\x43\x14\x78\x7f\xdd\xfe\xa4\x78\xf7\x04\x6b\xaa\x2e\x49\x2c\x6b\x0a\xaa\xc5\xdc\xe7\x98\x40\xeb\x92\xbe\xb2\xb6\x8a\x5a\x36\xd4\x34\x5c\x06\x0e\x6b\x2b\x6d\xd4\x5a\x6b\xdf\x35\xc1\xd8\x8a\x01\x64\xd8\x40\x2a\x91\x2b\x41\x2f\xb4\xf7\x1f\xec\x90\xe8\x5a\x09\x63\x96\x94\xea\x36\x5f\xf2\x7d\x25\x8c\xb9\x5a\x26\x52\x19\x1d\xa1\x56\x0d\x82\x98\x4e\x6b\x25\x52\xb9\xda\x12\x60\x55\xdf\x13\x95\x88\x36\x54\x97\x9c\x96\x55\xa5\x6b\xbd\x79\x6f\xf9\xb1\x21\x10\x57\x77\xb8\x9b\xbf\xbc\xd4\x02\xd8\xb6\x21\x07\xf1\x8d\x08\x92\x6a\x59\xe3\x25\x6c\xbd\xb6\x6d\xbd\x64\x18\x0d\xca\x75\x86\xdb\x22\xd6\xbd\x96\x9b\x31\xd6\xae\xb4\x26\xe4\x74\xde\x44\xa8\x1f\x6f\xdb\x9f\x0f\x1a\x33\x8b\x5f\xe8\x83\x3e\xfc\x05\x78\x8b\x34\xc9\x41\xe2\xa0\x58\x4a\x3a\xb8\xe2\x21\x13\xef\x93\x08\x0a\xb2\xb5\x1b\x8a\x2d\x4d\x72\x96\x38\xe8\x4f\xaa\x7d\x47\x1d\xd0\x32\x59\x49\x3c\x9c\x53\xbb\x61\xd9\x52\x6e\xe7\x02\x42\x99\xc6\x4e\x5e\x2f\xb2\x3d\x43\xac\x1f\xb6\x76\x93\x1f\x67\x3f\x99\x44\x30\xd8\x2e\xe1\xe2\x4e\xfa\x10\x46\x80\x1f\x1e\xda\x75\x7e\x86\x60\xb9\xba\x06\xf9\x51\x9c\x1f\x8c\x65\xf1\xdb\x27\xdd\x68\x6f\xda\x25\x12\x27\x7e\x6b\xf8\xf4\xc1\x6f\x6e\x1f\x00\x92\x33\xc3\x71\x83\x3f\x3c\x3f\x87\x86\x5c\x49\x54\x92\xab\x44\x64\x70\x4e\x74\x2e\x4c\xaa\xef\xa1\x36\x6e\xe0\x28\x59\x54\x9e\x78\xe7\xe5\x14\x58\xc3\xa2\x21\x71\x15\x73\x58\xe4\xc4\x7a\xf1\x66\x8e\x98\xa5\x54\xd2\xc8\x45\xc3\x6c\x49\xcc\x57\x94\x08\xaa\x16\x31\x63\x62\xbd\xb2\xa3\xe9\x7e\xac\xd8\xc1\xa2\x06\xb5\x8a\x1d\x2c\x6a\x8d\xab\x4b\xa2\x2b\x75\xff\x50\xfc\x81\x2e\xf1\x30\x72\xab\x41\xa9\x57\xa3\x0c\x2a\xf6\x85\x1f\xfb\x87\x9b\x1f\xfc\xc0\x74\xa0\xce\xdd\x12\xe8\x8a\xa1\x1f\x5c\x04\x52\x8c\x02\xaa\x4b\x9e\x2b\xfa\xe2\xbd\x13\x24\x91\x6a\xa7\x78\x0d\x48\x0a\x32\x7f\x6f\xab\x0c\x72\xec\x25\xd2\x99\xdd\xaf\xd4\x25\xd2\x15\x43\x68\x2a\x57\x57\x1a\x60\x51\xb1\x65\x25\x6d\xde\xf5\x26\xec\xbe\x7d\x79\x6a\xa1\x62\xe7\x4a\xda\xab\xeb\x43\xba\x2a\x71\x4f\x1c\x6c\xd2\x3a\xee\x65\x23\xa9\xa0\x3b\x7a\xd9\x48\xf7\x50\x5a\x7d\xda\xb7\xfb\xb3\x4a\x5d\x12\x58\xdf\x75\x70\xb9\x01\x17\x32\xd7\x6e\x06\x5f\x97\xcd\x1b\x62\xc2\xe8\x38\x51\x23\x6e\xcc\xb1\x22\x29\x10\x03\xbb\x8f\xf5\x55\x62\x60\x8d\x9a\xe4\xe6\x92\x1d\xc9\x59\xa7\x4e\x0c\xdf\xe3\xb8\x10\x4b\x24\x5c\x09\xbb\x8e\x3c\x5d\xde\x3b\x49\xe4\x23\xca\xe6\xe6\xe9\x40\x84\xf4\xe5\xa9\xd7\xaa\xf0\x65\x7c\x3e\x69\x1b\x6b\x76\xad\xbc\x64\x32\x70\x41\xbc\x3b\x4d\x12\x65\x93\xa0\x29\xea\x98\x70\xbc\x49\x9c\xaf\xe6\xcc\x55\x6e\x87\xee\x58\xa6\xa8\x71\x3e\x58\xf7\x28\x57\xa9\x44\xdd\xce\xcd\x3b\x35\x83\xef\x31\xda\x80\x8e\xc6\x69\x60\x52\x82\x95\x76\xa8\x1e\x0e\xca\x68\x60\xac\xa4\xb6\xe4\x9e\xa1\x27\xaf\x05\x45\x0c\xdc\x90\x6d\x09\x3e\x66\x74\x2a\x24\x9b\xcc\x86\x34\xb4\xb0\x37\x1c\x5a\xda\x7e\x40\xf6\xab\xb6\x0f\xa7\xec\xcf\xb5\x86\x16\xbf\x99\x06\x9e\x26\x1e\xd6\x3c\x62\xf4\x6d\x91\x98\x5d\xd6\x67\x8b\x4b\x07\x61\x7d\xb4\x25\xd1\x0c\x8c\x8d\x2d\x1a\x35\xc1\xf0\x97\x3c\x63\x58\x25\x17\xbc\x90\x1b\xb7\x34\xd3\x7b\x0d\x6b\x2f\x09\x90\x15\xca\xad\x2f\xdc\x6b\x51\xbc\xf3\xa5\xec\x2a\x4b\xc4\x19\xd0\x6e\x4b\x24\x79\x71\x20\xba\xd7\x84\x0a\xa1\xa4\x0f\x41\x47\x28\x21\x9f\x73\x69\xd8\x8a\xba\x31\x0b\x5e\x11\xe3\x49\xef\xa6\x4f\x8d\x7d\xa5\x65\xb3\xa8\xc2\xb2\xf7\xd5\x31\x9a\xa6\xda\x4e\xd1\x65\x59\xb5\x1f\x81\xaa\x61\x11\xd2\x49\xd6\x08\xa7\x35\xf2\xb5\xe9\x56\xdb\xcd\x5e\xbc\xb7\x0e\x1e\xd7\xdd\x35\x9b\xe8\xae\x2f\xac\xc0\x8d\xf0\xe1\xe1\x81\x86\xec\x41\x06\xfc\xd2\x08\x03\xf2\xa4\x73\x23\xfb\x89\xae\x8d\xe6\x2d\xba\x49\x02\x31\xa9\x9f\xfa\x7d\x33\xf1\x29\xa7\xf7\x4b\xf3\x7e\x02\x43\x7b\xda\xbe\xf3\x12\xf8\xc8\x44\xe2\x91\x81\xf6\xed\x92\x4b\xca\xfb\x5a\x4b\xca\x4d\x1f\x1b\xc8\xac\x38\x5c\xa4\xf2\x7d\xa9\x25\xc8\xd8\x77\x5a\x02\xb8\xae\xb7\x62\x1d\x1c\x45\xc5\x0e\xf0\x5c\xb1\x95\x34\xbc\x6d\x99\xdd\xab\x71\xc5\x9d\x67\x0e\x1a\xde\x36\xee\x4e\x28\xad\xe1\x0c\xac\x5f\xa5\xab\x2c\x8d\xd4\x24\x9e\x22\x68\xcd\x3b\x38\x19\x76\xdb\xd6\x79\x1f\x80\xaa\x5a\xde\xf7\x86\x52\xf6\x76\x3f\x7b\x37\x67\x34\x4c\xac\x21\x1e\xe4\x2e\xec\x24\x1a\xf1\x7c\x41\x43\x22\x50\xce\x69\xdd\x4b\x33\xc1\x4d\xf7\x5a\x2d\x31\xe8\xd5\x34\x86\x43\xb6\xae\x6b\x84\xfe\xc8\x3b\x66\x68\x42\xeb\x7b\xb9\x31\x5c\x0e\xb5\x18\x04\xd1\xc6\xbe\xb0\x00\x68\xf5\x91\x21\xeb\xb7\x61\x9a\x2c\xcb\x85\x83\x53\xb4\xe4\xf1\x15\xe1\xc0\x29\x66\x94\x46\x23\xd4\xc8\x20\x8b\x46\x8e\x10\x23\x3d\x1a\xe1\xb6\x86\x6f\x34\x8f\xb5\x18\x15\xd1\xd6\x86\x5f\x0d\xba\xf0\x3a\x24\x85\xcc\x66\x86\x5c\xa3\x8e\xdb\x29\xc7\xa6\x37\x9d\x65\x6c\x12\xed\x24\xf2\xdc\xb5\x89\xab\xcc\x48\x8f\x66\xb6\xd2\xb6\x1f\xcc\x97\x85\xd8\xd5\xf6\xa5\x96\x94\xd9\xab\xc7\x5e\x9c\x97\x69\x9a\x5d\xf3\x17\x6e\x37\x59\xe8\x85\x11\xdc\xfe\x2e\x4c\xff\x02\xb8\xf6\xea\x16\xc5\xd2\x85\x6d\x5d\xb2\xc6\x2d\x55\x72\xb7\x21\x32\x03\x38\x11\x5c\x6b\x18\x9d\x46\x33\x72\xba\x8d\x34\xee\x35\x8c\x8e\xee\xc6\xde\xcf\xfe\xd0\x6e\x3c\x22\xfb\x3d\x29\x0c\xec\xcd\x3b\x59\x8c\xe6\x6e\x37\xe0\xb9\x40\x6e\x6c\xff\xa8\x18\x6d\x5f\xbf\xe7\xe0\x3c\xde\xe2\xa8\x6f\x41\xb2\x55\xb1\xe1\x07\x44\x41\x3b\xbb\x9c\x68\x89\xd6\x7f\xf0\x3a\x20\x76\xb5\x07\x47\x83\xf5\x1f\x5c\x25\xd5\x3a\xde\xbf\x84\x3c\xd8\x9e\x9b\x70\x6a\x3a\xd8\x89\xba\x5d\x83\x1e\x7d\xdd\x1c\x8c\x68\xa2\x2a\x93\x5c\xfb\x74\xf4\x80\x4a\x9b\x44\xff\xed\xf7\xd8\x83\x9d\xde\x99\x78\x4f\x43\x13\x7b\xb0\xcb\x8c\x84\x69\xdd\xdd\xcb\xcb\xc6\x94\xb6\x1b\xce\xab\xbe\x1b\x25\x20\x52\x16\x49\xf0\x50\x77\x1b\x9c\x84\xa6\x4a\xdd\x84\x0f\x29\x5a\xb4\xb9\x73\x9f\x83\x8c\x97\xd0\x44\x79\x21\x0e\x2b\x03\xd5\xb8\x6b\x6b\xe7\xea\x68\x38\xac\x36\xa9\x93\x26\x64\x53\x34\x11\x45\x1e\x63\x6a\x6f\xe5\xbd\x6d\x62\x32\xdf\x6d\x76\xde\x5b\x87\x3d\xda\x49\xc3\xf1\x45\x56\xc6\xc2\xed\x5d\xcd\xe0\xa6\xf6\x3a\x00\xfb\x72\x00\x0c\x6c\xc7\x1d\xf1\x31\xc9\x95\x9b\xeb\xad\x1f\x02\x1d\x29\x73\xe3\x65\xfc\xf2\x64\x7d\x3f\x8c\x03\x1a\xb6\xc0\x90\x58\xb0\xfd\xc0\x0b\x10\x2c\xe3\x05\x60\x67\xee\x88\x1d\x9a\x1f\xfb\xe1\x90\x2a\x65\x5c\x64\x50\x74\x3f\x18\x12\xa0\x93\xf1\xd9\xcc\x7d\xa5\xe3\x22\x53\xf4\xec\x07\x43\xda\xa3\x70\x4e\xa8\x13\x9c\x06\xfa\xe2\xd2\x9d\x22\xfe\x3a\xb9\x46\x8d\x17\xeb\x78\xbc\x86\x9b\x18\x17\x9b\x75\x8f\x08\xf4\x25\x82\xf4\x0c\x35\xf4\x80\x90\xb3\x5b\x7a\xb8\x77\xd8\x3a\xd8\xc0\x21\xb1\xee\xa9\x1e\x9d\x39\x5c\x8a\x96\xb4\x06\xf6\x18\x28\xd3\x90\x66\x18\x25\xb5\x1e\x13\x5f\x33\x4e\xef\xbb\xde\x1f\x4b\x02\x8c\x39\x6e\x02\x05\xee\xd8\xf8\x21\x53\xee\x94\x7d\x2f\xd8\x36\x8a\x01\x7a\xd7\x17\x6c\x1b\xc2\xdf\xe0\x84\x44\xc0\x8e\x76\x8c\xa5\x1c\xce\xd0\x93\x0b\x97\xa1\x25\x80\x93\x04\xbc\x76\x1b\x5a\xea\x5c\x2f\x5e\xfd\x36\x61\x1d\x87\xb6\xc9\xc0\xdd\xb3\x93\x99\x80\xcd\x09\x49\xc0\x26\xde\xbd\x0a\xcf\x03\x12\x3d\x81\xdf\x5d\xc6\x9c\xeb\x88\x13\x0e\x10\x67\xd6\x7b\x4c\xd5\x8d\xba\xf9\xc7\x8d\x68\xee\xd9\x8b\xa5\xd8\x7e\x7a\x16\x17\x8c\x8d\x93\xb6\xc6\x59\xf5\x8c\x1d\x16\xfe\xd9\x33\x59\x0a\x60\xca\x3d\x63\x87\x85\xf9\xf6\x6c\xd7\xbe\xe7\xd4\x97\xf8\x5d\x72\xce\x50\x27\xef\x45\x33\xac\x65\xf2\x7c\x56\xcb\x9c\xf1\x90\x68\x0b\x47\x08\x04\xae\x14\xda\xb1\x8c\x39\x1c\xe6\xd9\x0b\x36\x59\x78\x44\x2f\xc2\xe9\xb7\xc2\xc9\x58\x96\x54\x34\x8c\x25\xeb\x64\x73\xeb\x6d\x7f\x2c\xa0\x00\x5d\x30\x79\x17\x2b\xe9\x68\x74\xb9\x54\xa1\xe3\x87\x0a\x74\x12\x6d\x55\x1a\xf7\xbd\xd0\x81\x95\xaa\x81\xde\xf2\x50\x57\xf0\x01\x74\xc1\xc3\xfb\x4e\x39\xe2\x2c\x54\x8e\xf6\x54\xcb\xe0\xc8\xe5\xc2\xc9\x5c\x35\x9e\x6e\xe6\x36\xcd\x72\xbd\x19\x43\x80\x4b\xb9\x37\x6c\xb2\xc3\x5a\x05\xe1\xdf\xaf\x49\x46\x20\x85\x61\x34\x39\x84\x89\x43\x45\x3a\x4e\xfb\x12\x8f\x86\xdc\xb0\x37\x2c\xa3\xec\x1e\x7d\x89\x47\x59\xf7\x46\x5f\xe2\xd1\x3e\x0b\xd8\x1b\x66\x5b\x0c\x21\x9d\x63\xbd\xda\xf6\x7a\xc7\x5e\x8c\x4d\xa4\x77\xac\xb6\xe3\x4b\xe5\xb4\x2f\x29\xca\xdb\x2c\x4a\xef\x02\xce\xe8\x3a\x80\x77\xcb\x18\x4f\x87\x75\x38\x96\x39\xec\x44\x0b\xb8\xef\x4f\xbe\x05\x7d\x9d\x13\x25\x98\x6d\x7a\x9f\x94\x7d\xff\x32\x50\xde\x0f\x8e\x1e\x60\x1d\xec\x03\xc0\x5d\xaa\xc3\x44\xd3\x8e\x74\x08\x9c\x3f\x64\x3e\x06\xc3\xc3\xcb\x70\x85\x74\x00\x11\x46\xe6\x3e\xb4\xf2\xa0\xe8\xf4\x9d\xf4\xd5\x49\x19\x9c\x1a\x15\x39\xc3\x44\x87\xbb\x2d\x0c\x90\xfb\x73\x6c\xa8\x02\x85\x04\x76\x28\x57\x77\x44\xb0\x43\xb1\xb5\x23\x76\x1d\x4a\xdf\x9d\x3b\xbe\x0e\x65\xf7\x7e\x62\xe8\x75\xe0\x1e\x40\xde\x24\x78\x9a\x9f\xc0\x2f\xb0\xf3\x0a\xd5\xbe\xc2\x4a\x74\x7a\x50\x6a\xf3\x50\x4f\x4a\xa9\x07\x90\xc4\x3f\x6b\xb2\xec\xa7\xd9\x18\x45\x8a\x9e\x35\x43\x3c\xfa\xb5\x81\xa4\xfb\x0b\x23\xa9\xf3\x87\xc1\xa5\x67\x27\xe1\x32\x49\x8f\x0b\xfd\x32\x0e\xd1\x4d\xe2\xf2\x3e\x7c\xd9\xc1\xa5\x6e\x9a\x6c\x79\x1b\x1e\xfd\x65\x62\x20\xf4\x93\xd7\x5a\x0c\xe6\xc6\xd6\xd8\x2c\x6b\x6b\x44\x9d\xea\x37\xc6\x50\x24\xb6\x7e\x6b\x0c\x25\x9e\xa7\x2f\x29\xcd\x54\x7e\xa5\xdf\x86\x47\xca\xc8\x6f\x03\x39\x65\xa2\x46\x10\x75\xb4\x94\x7e\x63\xa0\x93\x43\xdc\xdb\x8a\xc8\x0f\x8f\x19\xd7\x9d\x15\xac\x2c\x1e\xd4\xed\xcf\xb6\x22\xf2\xc9\x93\xf8\x01\x4c\x3c\x1a\x11\x45\xcb\xa3\x11\x11\xb0\x1e\x8d\x88\x12\xe4\x43\x22\x6d\xf7\x85\x67\x50\xb6\x0b\xad\x68\x32\x86\x47\x2b\x9a\xcc\xdd\xeb\xf2\x0c\x2d\xf0\x62\x85\xb8\xf7\x1b\x63\xc5\x8d\x15\xe8\x84\x87\x67\xc1\x9a\xdb\x56\x06\xc0\x53\x5b\x19\x60\x71\x8b\x40\x4a\x62\x9e\x3b\xdb\x52\x12\x45\x93\x64\xd2\x72\xc1\xb9\x54\x0a\x51\x8a\x4c\x27\x71\x4c\x35\x5a\xca\x58\x5e\x76\x8e\xa7\xee\x55\x39\xcd\x6f\xbd\x1a\x2c\xe3\x11\xe8\x24\xbf\xdd\x92\x8b\xd7\xa4\x1a\x91\xd2\xf1\x63\x69\xb9\xe9\x2f\x7c\xc9\x9d\x65\x49\x5a\x63\x0b\x57\xef\xa6\xcc\x05\xeb\x38\xd4\xd4\xa0\xac\x71\x78\xef\x7a\xa0\xec\x49\x6b\x6c\x51\xe3\xd8\xb7\x69\x37\x1e\x2a\xda\xb5\xb5\xbc\x98\x3f\xd9\xd6\xb9\xef\x89\x2f\x83\xb3\xcc\x9e\xcc\x1e\xa4\x64\x57\x4c\x1d\x06\x10\x61\xc9\x1b\x06\x10\xb5\xaf\x2e\xd8\x2e\xfb\xce\x0a\xb3\x93\x0c\x04\xa9\xe8\xa6\xcf\x95\xaa\xc5\x03\x2d\x83\x63\x61\x58\xc8\x46\x58\x72\x41\xb0\x06\x46\xb9\x6c\x59\x9d\x16\x58\x83\x17\xb7\x1c\xfe\x80\xe8\x64\x90\xce\x88\x8a\xf6\x80\xbe\xc4\xa5\xbc\x3b\x5e\x12\x52\xf6\xd8\x3a\x77\x65\xe4\x63\xd7\x27\x19\x26\x98\x59\x72\x10\x59\xff\x0a\x17\x68\xa8\xcd\x8d\xc8\x31\x09\x2b\x98\x51\xdb\xf6\x38\x25\x01\x30\xc8\x43\xec\xac\x5c\xaf\x51\xcd\x7d\x32\x52\x58\xaf\x69\x2e\xa9\x4e\xa2\x76\x0f\xaf\x30\xdd\xc3\xe6\xb0\x96\x2e\xee\xb1\x6d\x3a\x7c\x61\x26\x11\xe7\x15\xc9\x45\x31\x91\xeb\x37\x6a\x86\xad\x0c\xbc\x44\xca\x6d\x83\x63\x57\x5c\xcf\x5c\xc6\x3e\x5f\x05\xf4\xd8\x5b\xf4\x25\x8e\x22\x75\xf2\xad\x97\x96\x3b\x93\xc5\xfc\x24\xb4\x5f\xec\x0b\xbc\x7a\x5b\x20\x92\xc1\x20\xd9\x59\xd8\xdf\x2a\x3c\x53\xae\x4a\xaa\xb4\x53\x89\x94\x90\xb2\xaa\x62\xbf\x75\x8a\xf6\x29\x1a\xad\x08\x34\xcd\x4a\x6c\xd5\x62\x0e\xcf\xcc\xb1\xeb\xb8\x55\x5b\xe6\x08\x2f\x5b\xf8\xa8\xf2\x44\xea\xe3\x7f\x89\xb2\x92\x61\x38\xf3\x06\x0f\xf1\x21\x91\xa2\xb4\x8c\x66\xa6\x7c\x8a\x79\xcd\x07\x98\x68\x5a\x14\x45\x51\x83\xdc\x2c\x92\x93\xd6\xd1\x70\x52\x19\x3d\x72\x2c\x91\x82\x0b\xe2\xcb\x68\x9e\xe2\x05\xb4\xe6\xdc\x31\x47\x4b\x8a\x18\x1b\x18\xce\xea\x1f\x96\xc9\xe3\x21\xf5\x60\x61\x51\x90\x1f\x08\x11\xb0\xd7\x81\x0c\x51\xac\xb1\x44\x2e\x6c\x25\xa3\xaf\x7d\x18\xeb\xec\x20\x8d\xab\xca\x80\xf7\xa5\x14\x7d\x12\x5e\x0e\xec\xf9\x98\x81\xa1\xc5\x93\x5e\xc3\x0c\xef\xd2\x74\x37\x8b\x3d\xb8\x18\xd2\x14\x48\x42\x00\xf0\x94\xfa\xd0\xb9\x02\x27\x1c\x43\xd7\x86\xc4\x80\x00\xe0\x49\xc7\x81\xfd\xc5\xd0\xbc\x31\xcc\xde\x4f\x67\xc8\x02\x01\x41\x7a\x78\x33\x39\x77\xf3\x97\xc1\xf6\x6f\x24\xf6\xc0\xaf\x12\x36\x14\x78\x16\x14\xe2\xc6\x29\x48\xe0\xca\x0c\xf0\xb6\x74\x6a\x02\x04\xbc\x53\xf0\xac\xcf\x66\xe2\xfa\x42\x26\x30\x40\x74\x9c\x32\x35\x20\x3d\x81\x74\xd7\x67\xbb\x73\xc8\xa7\x97\x79\xee\x8f\xb5\x87\xf8\x83\x37\x83\x7e\xe9\x6c\x1d\xfb\x16\x75\x57\x0d\x69\x4a\xb4\xba\x0c\x92\xc2\x9a\x53\x61\x60\xe4\x51\x53\x1a\x17\x21\xf4\xc8\x8d\x03\x13\x4f\x46\x83\x18\xc4\x28\x9b\x16\x60\x5c\xdb\xfa\x08\xec\xde\xa2\xd9\x9d\x5f\xef\x8e\x93\x32\x89\x43\xce\x2e\x1b\x25\x08\x39\x8b\x07\xb7\x25\xe4\x0b\x43\x1f\x5b\xcc\xd8\xf6\x1e\x7b\x7e\x4d\x4d\xcb\x0f\x9c\xe8\xd6\x6a\x37\xc8\x1c\xeb\xd1\xf0\x41\xf0\xb1\x07\x6f\x86\xf6\x1e\xd5\xec\x81\x2f\x47\x45\x6b\x20\x56\xb8\x19\x0f\x52\xc7\xe6\xee\xc7\x18\x4d\x11\x51\x87\x29\x4f\xbe\x7d\xec\x05\x6f\x56\xf2\xf6\x31\x2b\x09\x36\xe0\x19\xa0\x1c\x85\x88\x73\x00\xe2\x82\xf8\xe4\x8c\x04\x34\x3c\x88\x26\xe7\xf5\x82\x1d\xdb\x47\xea\x50\x45\x1d\x5e\xc9\x8a\x08\x31\x1e\xd9\x18\x08\x26\x9c\xd9\x23\xe9\xe3\xd9\xb7\xa1\x52\xde\x80\xfa\x01\xb1\xeb\x08\x72\x83\xd4\xb1\x1a\x04\xbc\x25\xbb\xed\x8f\xdd\x09\xed\x6c\x52\xe6\x5b\x12\x9f\x18\xe1\x3f\x70\xfb\xec\xcd\x6b\xee\x38\x57\xca\x6c\xf9\x0e\x7e\xba\x1d\x83\x14\x2c\x48\x6a\x13\x63\x0a\x9c\x75\x30\x6b\x4a\x45\x53\xd8\x80\xc7\xdb\xe2\x14\x3d\xb8\x9b\x3b\x86\xdd\x10\xc0\xb9\x26\xa7\xc0\xf9\xde\xfb\xe9\x44\x23\xf2\x49\x31\x73\xd3\x78\x05\x95\x2e\x96\xac\x52\xb5\x57\x8d\x97\xed\x40\x9c\x2a\xa9\xb8\xae\x48\xd3\xdf\x25\x04\x33\xae\x38\x67\x78\x95\x34\x57\x79\x41\x78\xd1\xd7\x31\x5e\x11\xec\x26\xc6\x21\x74\xad\x29\xfb\xe6\x70\x39\x00\xc7\xd0\xb5\x15\x8d\x97\x31\x48\x5e\x2f\x63\xd8\xdf\x1a\xc2\xbd\xca\x27\x19\xfb\x65\xe3\xde\x33\xae\x8a\x76\xee\xeb\x07\x59\xdd\xfb\xce\xf1\x6e\x19\x73\xd0\xf0\x63\x76\xc9\xfd\x5e\xb3\xe9\xb0\x25\x30\x09\x44\x27\x21\xd3\xc5\x70\x76\xae\x94\x6a\x26\xb2\x3a\xcd\x50\x0b\x2d\x9c\xc1\x5b\xac\x30\x0e\x9c\x01\x5b\xa9\xcd\x92\x96\x56\x0c\x9f\x41\x4b\xee\xa0\x8c\xa9\x94\xc9\x3d\x4d\x4b\x0b\x15\x9e\x41\xab\x6e\xa7\xec\x9d\x71\x60\xef\x0c\x98\x50\xf7\x07\x4e\xb4\x8d\x22\x83\x75\xeb\x20\x83\x09\x1d\x82\x0f\x39\xe3\xcb\x19\xcd\x4e\xc0\xfa\x3a\x4d\x46\xdb\xbf\x54\x52\xbd\x07\xab\xea\xb0\x3b\x4d\x5b\x2b\x6e\xbd\xed\xbe\xc3\x52\x4f\xf3\xd3\x42\xb1\x5e\xcd\x5e\x0c\xc6\x3f\xa3\x17\x19\x8a\x9f\x68\x0e\x3d\x7f\x31\xcb\xac\xa0\x11\x38\x6d\x34\xfe\x99\xb0\xe6\x41\x51\xa7\x06\x20\xa7\x2f\x61\xcd\x4b\x96\xb1\xa4\xb2\x29\x9e\xe4\x9b\xad\xfb\x5b\x6f\x63\xce\x7e\x8c\xd9\x0e\x06\x77\x66\x04\x40\x3f\x36\x58\x9a\x95\x79\x66\xac\xa7\xd5\x32\xd6\x53\x3b\x23\x25\x9b\xc7\x23\xce\xec\xcd\xf7\xc1\x1f\x84\x8e\x81\x66\x6c\x8d\xc5\x4a\x40\x87\x1b\xee\x24\x43\xad\x14\x7e\x12\x1a\x5d\x05\x28\x23\x22\x15\xdb\xc1\xbe\x88\x24\x71\x12\x02\x6d\xe4\xfb\x49\x08\x74\x47\x0f\xe4\xf2\xfa\xc6\xed\x90\xe5\x2c\x02\x47\x9b\x06\xde\x78\x18\xf3\x2c\xa2\xce\x1f\xb0\xed\x4a\xa3\x64\xa8\xed\xec\xfd\x67\x11\x75\x8c\xb2\x78\x2f\x2a\x82\xcb\x89\x00\x57\x77\xcf\x58\x42\xb3\x3d\x03\x69\xb5\x51\x13\x27\x58\x1f\x94\x26\x1b\xc5\x52\x2f\x26\x3c\x37\xef\x9c\x55\x2f\xc7\x73\x11\x28\xf1\x25\xcb\xfa\x17\x9d\x84\x2a\x82\x19\x02\xc1\xd4\x5d\x1c\x55\xf1\xeb\x7b\x33\x3c\x58\xf6\x3a\x0f\x89\xb7\x3a\xfd\xb6\xea\x10\x00\x89\x20\xeb\x3c\x82\x0f\x8c\x41\xf2\x24\x53\x4d\xdf\x60\x78\x71\x9d\x0b\x90\x44\xb6\x5d\x64\xec\x5b\xfd\x50\x70\x4e\xd2\xd3\x28\xa3\x9d\x0d\x53\xa0\x58\x32\xc9\x9b\x31\x27\x67\x3b\xf9\xc1\x32\xa6\x47\xa9\xad\x61\x23\x75\x40\xc6\x64\x3b\xd1\xcd\xcb\xd5\xaa\x1f\xbc\xf4\x00\x18\x7d\x2f\x4d\xba\xeb\x9a\x95\xad\x45\x62\x5b\x8f\x00\x9e\x9d\x80\x62\x67\x82\x60\x9b\xa2\x70\x73\x76\x2f\x14\x1f\x7e\x01\x50\x52\x4d\x17\x28\x00\x31\xe6\xda\x35\xd3\x5d\x1a\xe0\x86\x38\x6b\xfd\x96\x27\x96\x21\xe5\xb6\x93\x0c\x73\x75\xd8\xf5\x92\x0c\x93\x16\xcd\x93\x38\x6b\x1d\x97\x27\x49\x6d\x3d\xe0\x76\x1a\x67\xed\x94\x0e\x4f\xdc\x8b\x82\xe1\x2a\x06\x7f\xc3\x7c\x47\x2e\x1a\xa2\xae\x35\x25\x9d\xe3\xa2\x07\x40\x1a\x82\xca\x70\x86\xf8\xb3\x0e\x36\x66\xa7\x71\x00\xb6\xf3\x6e\x46\x00\x0f\x5b\x9d\xa7\x57\x79\xcb\x71\x88\xcd\xce\xe9\x4b\x7d\xd4\x7b\xfc\x86\xea\xdf\x79\x3a\x12\xcb\xd8\xa3\x25\x73\xa2\xb5\xb5\x4d\x9e\x27\x36\x68\x51\x78\x7a\x1d\xaf\x40\x9a\x2c\x60\x53\xe4\x29\x25\xf8\x05\xd0\xbb\x22\x4f\xa1\xe7\xbd\x59\xee\x5c\x3c\x97\x16\x4f\x1a\x22\x42\x7b\x8f\x83\x08\x6d\x23\x2b\xb8\x65\xd0\xdb\x94\xcb\x79\x61\x77\x65\x5b\x3e\xc9\xb1\xab\x58\x7b\x5e\x64\x0f\x93\x32\xc9\xb1\xab\x7f\xf1\xbc\xb0\x10\x3b\x32\xf2\xed\xea\x5d\x3f\x2f\x2c\xc4\xce\xe3\x85\x25\x5b\x5a\xbc\xb0\xcc\x36\xeb\x60\x20\x76\x05\x12\xd9\x6d\xa4\xc1\x79\x0b\x3f\x75\x6e\xac\xda\xc8\x15\xe7\x0d\xfc\xae\x33\x93\xe4\x29\x18\x9e\x44\x76\xeb\x75\x3c\x6f\x81\xb6\x6c\xca\x33\x80\x30\xca\x5b\x04\x19\xe5\xdd\x7c\x0f\xd0\x92\x00\x81\xdc\x86\x1c\x9c\xb7\x40\xdb\x0e\x56\x6d\x69\xcf\x0b\x7b\xb5\xbf\x9d\xb7\xbe\x6d\x0c\xcd\x5e\xc9\x38\x54\x2e\x4f\xd3\xe2\x19\xff\x74\x12\xa8\xad\x4f\xe8\x7c\x88\x2c\x41\x42\x39\x9f\x86\x36\xca\x80\x1e\xa2\x4c\x90\x4a\x4e\xc2\xb4\xfb\xae\xb3\xe0\xd3\x7f\x79\x12\xa6\xad\xc4\x75\x2e\x91\x71\xe8\x22\x3b\x09\x19\xea\xbb\x1d\x8c\x38\xc1\xbe\xb0\xd1\x22\xf5\x9c\x04\x0d\x29\x4a\x9e\x4b\x7c\xcc\x06\x15\x9e\x44\x6c\x2b\x4a\x9e\x13\x13\xed\xae\xef\xc5\xd1\x52\xc5\x74\x00\x20\x69\x32\x00\x45\x23\xd2\xf0\x2a\x4a\x9d\x53\x35\xdb\xfa\x00\x2d\x2b\x9a\x02\x6d\xa3\x00\xbd\xbf\x15\x68\xbf\xd5\xf2\x04\x40\x46\x75\xab\x89\x9e\x58\xb7\xb2\x16\xbb\x93\x44\xbc\x5a\x10\x4e\x52\x15\x1d\xba\x72\x4e\x13\xf1\x2a\x63\x99\x88\x57\xdb\xc2\xf9\x7a\x85\xce\xfe\xc4\x7b\xbb\x1c\x36\x52\xe3\xa1\xda\x73\xee\xc8\x24\xb7\x27\x73\xf4\xca\xfa\x4c\xcb\xab\xaf\xed\xc4\x11\x59\x34\x3b\x9f\xdb\x3e\xc6\xbc\x5c\x87\xc6\x5a\x26\xe0\x3a\xbc\x41\x8f\x41\x5e\xe6\xe2\x55\x43\xba\x0e\xcd\xcb\xa0\xeb\x3a\x04\x2d\xda\x40\xa7\x4f\xbf\xd7\xa4\x9c\x29\x0b\x4b\xa5\x8c\xd1\x1b\x13\xe3\x75\xec\x5c\x2c\xf6\x21\x28\x4c\x9b\x17\x7e\x06\x5d\x4e\x97\xb7\x94\x9b\x7d\xf5\xda\x59\x7a\x59\xaa\x57\x30\xf5\x4f\xf6\x17\xaf\x9a\x14\xae\xa0\x4d\x17\xae\x7b\xed\xbc\xbc\x5f\xb3\x3b\xef\x16\x0d\xdc\x13\x56\xae\x9d\xb5\x17\xc9\xe7\xda\x51\x52\x10\xd2\x15\xc8\xf1\xc8\xf2\xbf\x82\x41\xaf\xd9\x4f\x5e\xf3\x03\xd1\x6d\xdc\x83\xa0\x5a\x34\x0d\x07\x6c\xe8\x22\x28\x3c\x68\x8e\xbd\x96\x24\x59\x4c\x2f\x77\x99\xcf\xd7\xa3\x75\x97\xf9\x7c\x3d\x59\x75\x21\x56\x06\x4d\x9f\x57\xd4\x30\x9d\x7d\x20\xb9\x6f\xf5\x13\x2f\xdd\x4d\x76\x79\xfb\x89\xc0\x3c\x1a\x90\xed\x7f\xfa\x0b\x30\x93\x21\x21\x18\xdf\x74\x25\x83\x4a\xa9\x85\x21\x2e\x68\x1a\xbe\x88\x24\xd7\x36\x76\x25\xed\xcf\x7e\xb0\xe3\x43\x79\x58\xe2\x64\xa9\xa2\x22\x7b\xb5\xab\xa0\x70\xc9\x61\x65\xab\xbb\xb4\xd0\x99\xce\xf1\xca\x3b\xf0\xd2\x5f\xd0\xef\x3c\x6c\x75\xe5\x9d\x36\x8e\xd1\x13\xf0\x9d\x34\x61\x5e\x84\x54\x65\x4f\x92\x5c\xd9\xec\xc2\xc9\x87\x7d\x31\x10\x78\xcd\x72\x35\xd6\xd3\x85\xd9\xce\x2f\x96\x98\xd8\xa4\xf8\x25\x24\xca\x70\x2e\x6f\x85\x82\xb9\x5d\xf8\x02\x3d\x93\x76\x15\x6d\x45\xd6\xf1\x96\x69\x5a\x31\x56\x4a\xd2\xad\x5e\xea\x0c\x9e\x8d\x9b\x82\x41\x5f\xe6\x2f\x40\x4f\xbe\x88\xa1\xda\xf7\x01\x5c\xdf\xd2\x0b\xd2\x6a\xd5\x41\xe4\x0f\xe8\x31\xc3\x96\x08\x05\xd9\x5f\x1b\xf9\x5f\xed\x0e\x29\x05\xb3\x07\x77\xd9\xc6\x3d\xb0\x86\xf3\x3b\xf8\x5e\x01\x9e\x86\x5a\xe2\xbd\xe5\x6d\x1e\x65\x6c\x7a\x05\xa3\x3f\x28\x99\x38\xe8\x25\xe5\x8d\xbe\x7f\xc0\x4f\xc4\x16\x7b\x35\x49\x0d\x50\x09\xab\x0e\x1e\x26\xbc\x0c\xab\xae\xc5\x5f\x1e\x26\x9b\xc1\x2d\x69\xae\xa8\xca\x5f\x04\x55\xfb\x9a\xf4\x04\x7b\x65\xf4\x9d\xb6\x96\x6f\x91\xeb\xe4\x26\xdc\xce\xb4\xd7\x55\x5f\x9c\xdb\xd1\xe0\xe1\x73\xf0\x04\x52\x79\x28\xf9\xea\xce\x99\x55\xb0\xe9\xb9\xf6\xbb\x0e\x19\xa8\x88\x38\xaa\xae\x04\x79\x91\xbf\x49\x37\x15\x77\xf8\x56\xee\x5f\x2e\x97\x77\x2d\xa1\xcb\x79\x9d\x6f\x1f\x0e\x78\xec\x3c\x33\x94\xbb\x17\x89\x53\x1e\x5e\xe9\x4d\xd9\x0b\xd3\xed\xc0\xcb\xc6\x6d\x14\x0d\x4f\xb6\x32\xbc\xd7\xda\x46\x8d\x9d\x92\x35\x1a\x3b\xe5\xe4\x9f\xea\x32\x34\x84\xed\x4e\x87\xed\x65\x9a\x01\xd9\xea\xa9\x96\x4c\x07\x27\x51\x5e\x76\xac\x07\xaf\xd5\xf4\x25\xbb\x23\xc1\x30\x57\xa8\x97\xeb\x24\x00\xca\x71\x9f\x1c\x09\x97\x57\x5c\xa8\xca\x42\xc2\x3d\x91\xe6\x00\xbe\x2e\xa2\x8d\x64\xe4\x4b\xdc\x8a\x5e\xe7\x72\x5d\x1c\xcc\x16\xda\xcb\x1b\x83\xdd\x37\x96\xbc\x15\xcd\x8f\x77\x2d\x79\x2b\x7a\xc5\xca\x75\x11\x6b\x24\x2d\xdc\xe8\x1d\xd5\x32\x2a\x9f\x93\x45\xb0\x95\xd1\xd6\xd7\xbd\xcf\x82\xfa\x40\xb0\x91\xb3\x78\x13\x2e\xe1\xb4\x93\x70\x78\x73\xa2\x9b\x70\x1e\x57\xde\x8d\x16\x20\xf9\xdc\x68\x01\x32\x5e\xe4\x24\x43\x04\xae\x1b\xd1\x5a\x86\x7a\x23\x9c\xda\xd7\x83\xf9\x9e\xbd\xf6\x7a\x30\xdf\x4b\x91\x8f\x4a\x80\x75\x5c\x6b\xf4\x4b\x1a\x61\x63\x0c\x2f\x6e\x5d\xaf\xb5\xf8\x03\xc2\x9d\x80\x7a\xca\xcd\x43\x6b\xd7\xb3\xe3\x89\x41\xfc\x83\x7f\xdd\xa5\xb3\x44\xa0\xac\x4f\xf4\x52\x04\xf2\xbd\x22\x90\x9c\x78\xe2\xc0\x71\x65\x73\x29\x81\x26\xaa\x6b\xe2\xcc\x91\x6b\x4d\x44\xb5\xfd\x5e\x51\x8d\xbe\x90\x7a\x74\xd3\x5e\x64\x75\x32\x7e\xf2\x5a\x52\x8f\x37\xe9\x97\x6b\x49\x3d\x59\x0f\xf5\xb5\x24\x9d\xac\x5b\xf8\xd2\xa7\x67\x8a\xc5\x8b\x04\x8d\xba\x4d\x2e\xaf\x69\xf7\xa8\xdd\xf5\x1a\xf9\xef\x0f\x04\xd8\xcb\x6a\x5e\xac\xa1\x74\xcc\x89\x35\x51\xfd\xea\xa5\x82\xf9\xdf\xdb\x72\xd5\x29\x63\x1d\x81\x59\x72\x3d\x76\x34\xff\xdc\xed\xa1\x33\x6d\xfd\x5c\x95\x1d\x6d\xff\x36\xc6\x1a\xae\x73\x1b\x63\x9d\x6d\x08\x0d\x04\x4a\xbb\x0f\xbc\x87\xc9\x86\x70\x9b\x74\xbf\x35\xb9\xca\x2a\x9a\x99\x38\x5a\x5e\x84\x89\xc8\x76\x7b\xf7\xa4\x2d\x86\x3d\x5c\x9a\x0c\x9a\x87\xaa\xbf\xe8\x94\x00\x06\x52\x19\xef\x3a\x30\x0b\x84\x97\x3b\xec\x2c\x14\xd6\x57\x1f\xee\x7e\x80\x4a\xc1\xf2\xb8\xa3\x31\x3a\x70\xb9\x9b\x64\x8c\x50\xfe\x6d\x92\x00\xd5\xca\x3b\xb2\xbf\x81\xa1\x68\xfa\x48\x5f\xe3\x87\x60\x09\xdd\x26\x54\xda\x6d\xca\x38\x29\xaf\xdd\xbf\x1b\xfd\x7a\x93\x7c\xd1\x20\x93\x9b\x80\x6b\x9d\x27\x77\xe2\x04\x0b\x94\x7f\x73\x33\xb2\x4d\x7a\x33\xb2\xc5\x73\x01\x60\x05\x32\xcb\x8b\xfd\x25\x29\xf4\xdd\xde\x96\x3f\x28\x6f\x8f\xf9\x2a\x93\xab\x38\xc3\x8f\xb8\xa1\xbc\x66\x67\x9a\xed\x7f\x29\x9e\x5f\x30\xb4\xdb\xe3\xf7\xdc\x87\x5b\xee\x6c\x46\x59\x76\x93\x9b\x94\x46\x06\x7a\xdc\xc4\x5e\x6b\x56\xbb\x91\x1f\x8c\xe1\xb8\xcb\x01\x41\xf1\xbe\x04\xca\xa0\xb7\xc8\x71\x58\x5a\x37\xe2\x43\x1c\xfe\x20\xdf\x63\xd4\x18\x99\x22\xdc\xfb\xe6\x86\xe5\xb0\xeb\x60\x94\x11\xa7\xc5\x2b\x60\x91\x38\xee\xca\xd6\x8d\xa6\x7c\x57\xd7\x2e\x1f\x54\xd7\x2e\x50\xd4\x2d\x5e\xd3\xea\x92\x1a\x8a\x39\x58\xef\x25\x1c\x14\xa5\x09\x2f\x69\x4f\x5a\x18\x6e\x6e\x7b\x34\xe8\xe5\x26\x7f\x22\xf2\xc0\x6d\x54\x35\x6f\xf1\xf2\x79\x08\xe8\x26\x6d\x91\x87\x7b\x6e\x52\x12\x0d\xc3\x20\x6e\xbc\x78\x02\xad\xe7\x4e\x7a\xd7\x5d\x67\x93\xdd\x25\x87\xfe\x79\x73\xf7\x72\x2c\xfe\x20\xa5\x31\x48\xae\x49\x34\xed\xc6\x4d\xf6\x44\x0f\x4c\xde\x9d\x50\x78\x3b\x76\xeb\x76\x5c\xa4\x12\x32\x49\xc9\xbd\xdd\x71\x2c\x09\x77\x6b\x64\x84\x9b\xdd\xda\x6c\x2a\x37\x2e\x38\x6d\xaa\x37\x3b\xb7\x19\x3b\x6e\x36\xe5\xae\x54\x7c\x9b\x55\x51\x67\xd6\xed\xa5\xed\x0a\x34\x37\xf1\xcd\x26\x9e\xbc\x3d\xcf\x64\x22\x98\x7b\xbc\xfc\x40\x19\xbf\x9b\x07\x95\x6e\xac\x28\x5a\x5e\x6f\xfc\x6e\x45\xfe\xb3\xf6\xee\x5a\x24\xa3\x53\x2a\x66\x3c\xc4\x3d\x1b\x04\x7e\xe3\x77\x2b\xae\x46\xfc\x6e\x45\xca\x61\xef\x36\xea\xe2\xe6\x80\xbb\x56\xaa\x7b\xed\xe3\xb5\x48\x82\x58\x4f\xb4\x15\xdd\x27\xfe\x20\x58\xe9\x7d\x3a\x00\xf0\x42\x8a\x20\x93\xa2\xde\x27\xac\x8b\x5d\x98\xcb\xf5\x77\x92\xcb\xfb\x12\x7e\xcb\x88\xad\xce\x81\x0e\x37\x76\xf6\x1b\x87\x5b\x41\xb0\xf3\x2e\x7e\x8d\x33\xb7\xfe\x36\x89\xc8\x83\xee\xde\x31\x71\xef\x64\xc7\x2e\xa8\x5b\x33\x9d\x0b\xf7\xc6\xf5\xe1\x94\xe3\x03\xd3\x60\x7a\xe3\x03\xd3\x06\x7d\x93\x70\x51\xfb\xf2\x7d\xe3\xf8\x70\xf8\xdc\x9e\xa8\xa1\xf2\xbe\x5d\xb1\x80\x8d\xdb\x4b\x23\xf7\x8d\xdb\x4b\x83\xdd\xfd\xe8\x59\xe2\xdb\x9d\x0f\xd9\x86\xf0\x7b\xe9\x21\xbf\xd9\x87\x87\x3b\xe9\x8d\xb3\x4b\x6b\xf6\xfd\x08\x1d\xc8\x78\x14\xa6\x7c\x2f\x21\x31\x82\x47\xe8\x6c\x48\xe8\x6c\x07\x88\x5c\x7f\x8f\x10\x31\x9a\xb9\x05\x37\x1f\x10\x7f\x5c\x46\x73\xb3\x29\x5a\x22\x47\x4f\xfc\x3a\x95\xdc\x3d\x95\xd6\x6c\xed\x81\xf3\x30\x3e\x62\xa3\xa3\x73\xed\xd9\x26\x13\xe1\xdf\xdc\x13\x60\xea\xbf\xdb\x64\x3e\x12\xd9\xcb\xc6\x19\xac\x83\xd6\xac\xd1\xf8\x5e\x1b\x73\x34\x0d\xe0\xfd\x22\x5d\x4a\x65\xaf\xd3\xc5\xd4\xbd\x8b\x9f\x25\x29\xfd\xbd\x80\xc2\x3a\xb7\xb2\x9e\x95\x04\xcf\xde\xf0\x0a\x41\x5a\x0f\x81\xcf\x89\x65\xf5\x90\xfe\xc7\x8c\x80\x8f\xa1\xca\x60\xed\xd9\xbb\xb7\xef\x31\xbe\x13\xc1\xf1\x18\x86\x0c\xbb\x79\x0c\x43\x6e\xd6\x27\x63\x4d\xb1\x7d\x8c\xef\xac\xed\x27\x18\xd9\x84\x2c\xf2\xe0\x8e\xaa\xb0\x83\x87\x4c\x3d\xbd\x5b\x46\x7e\x44\x46\x7b\x82\xb7\x18\x40\x41\x4f\x10\x22\x5b\x02\x22\x36\xed\x87\x18\xe6\x5a\xf7\xd7\x08\x14\x70\x9f\x87\x0c\x3e\x9d\x9d\xe7\xc1\x1d\xa5\xb0\xf7\x98\x60\xb9\x59\x5f\xcd\xcd\x46\x01\x15\x37\xd5\xc3\x35\x89\xbd\x59\x46\xd4\x65\x3f\x7c\x22\xde\x0d\x7c\x5f\x4f\x14\x52\xd0\x12\xf1\x0c\xa0\x8c\x3f\xa4\x01\xf2\x62\x90\x27\x0a\x28\x68\x89\x38\x37\x9a\xf5\x85\xd3\x76\xcc\x44\x21\xd0\x11\x80\xba\xe5\xd7\x74\x70\xd4\x4a\x42\x04\x14\xc4\xe6\xe8\x2a\x7f\x12\x86\xe3\xee\x7b\x0c\xde\x22\x9b\xb0\x65\x6d\x97\x4f\xc2\x4c\x6c\xcf\x86\x2d\xc3\x53\x1f\xbd\x56\x8e\xde\xb0\x65\xd4\xe7\xc7\xb0\x65\x5c\x07\x4f\x42\xf8\xdc\xfd\x22\xa2\x75\xeb\x23\x93\x8b\x09\xa4\x87\x36\x1c\x8e\x21\xcc\x52\x45\x46\x7c\x41\x7c\x78\x32\x40\x3b\x1d\x59\xa0\x01\x28\x03\xb4\x14\xc5\xf9\x72\x45\x8c\xc7\xc3\x5c\xde\x3c\xf4\x64\x0c\xda\x88\xc9\x4f\x56\x57\x97\x44\xb2\xa0\x82\xec\x8c\xc9\x15\xf6\xf9\x64\x54\x09\x27\x90\x88\x67\xe3\xd2\x9e\x8c\xfa\xe0\xe4\x14\xd4\x07\xb6\xf2\xa7\x08\x1d\x1d\x14\xa1\xa3\x9d\x22\xea\x40\xcb\xbe\x67\x08\x36\xf4\x78\x39\x82\x71\x3a\x4f\x11\x0a\x5b\xc2\xe2\xa3\x07\xfa\x29\x5e\xa5\xc1\x40\x2b\xc9\x23\xa4\x41\xc3\x93\xe1\xfa\x8f\x21\xc9\xb0\xcc\xa7\x62\x59\x76\xe9\x18\x9e\xec\x12\xe4\xc6\x03\x93\xa3\x3c\xd5\xa1\xd1\x71\x25\xe4\x0e\x76\xfe\x54\x52\x58\x48\x15\xc4\x17\x75\xc3\x4b\x1e\xa3\x93\x77\x59\x20\xbe\xbc\x95\xe1\x31\x8f\xb3\x52\xc6\xa3\xf9\x01\x79\xfc\xf9\x26\x95\xd8\x1c\x16\x65\x98\xf4\x43\xb8\xb2\xce\xbb\x07\x5b\x44\x37\x30\xe8\x21\x5e\xb9\xef\x0f\xb0\xce\x8a\x9c\x86\x75\xd6\xd5\x4d\xbc\xb2\x7b\xcb\xd3\xd5\xa7\xa8\x4f\xa8\x91\x5e\xc3\x87\x58\x23\x23\x1b\x9e\xae\x0e\x05\x72\xfa\x3e\x61\x09\x96\x89\x49\xd6\xc3\xf7\x74\x94\x2b\x76\xc1\x87\x98\xe4\xbe\xcb\x40\xbd\x3f\x16\x6a\xbf\xd5\x23\x22\x75\x90\xee\xc7\x1d\xee\xe9\x1e\xc5\x71\x9c\x43\x43\xac\x70\x0c\x0d\xb1\x0e\x68\xc9\x3e\xd9\x30\xdf\x67\x68\x94\x15\x90\xb1\xa5\x46\x7a\x1c\x9a\x88\x05\x17\x49\xe8\xd0\x88\xf1\x0c\xe3\x79\x1d\xed\x92\x84\xb2\xb1\xbd\x0f\x92\xd0\xa1\x19\xe3\x19\xdb\x2e\xcb\x2f\x3b\x02\x59\xac\xef\x08\x64\xe7\xe9\xdc\x60\x82\xc6\x6d\xbd\x90\x11\x9d\x5a\x5f\xd9\xec\x1f\x63\x8c\x0c\x83\x7d\x4e\xad\xad\xd2\xe2\xa9\xb5\x55\x62\x3c\x3d\x00\xef\x38\x4f\xe3\x7e\x25\xdf\xd3\xb8\x5f\xf9\xe3\xa9\xed\x55\xa2\x3d\xd5\x43\xe5\xf1\x97\xb6\x57\x97\xc2\xa5\xed\xd5\xa5\x7a\x19\x06\x2c\x67\xbf\x34\x20\xcb\x4a\x88\x49\xf6\x76\xf7\xf2\x10\x93\x5c\xbd\xd7\xe4\xb9\x34\xbe\x4a\x9d\x97\x62\xb8\x3f\xec\x23\xfc\x00\x7d\x69\x1d\xb3\x7c\x53\x06\xb0\xeb\xa1\xcc\x90\xef\x1d\x89\x07\xf8\xf7\x36\x6c\xfb\x40\xb0\xa7\xe7\xd9\x1f\x6c\x1c\x71\x63\x93\xa3\xdf\x2a\x0a\x8f\xc7\xbd\x95\xef\x9f\xfb\x41\x09\xf0\x8b\xd7\x1f\xe8\xe5\x31\xc4\x4f\x0e\xb1\xc4\x9f\xa2\x3e\xf1\x3c\x99\x32\x60\x3d\x9e\x3b\x77\x05\x2f\x51\xa8\x6c\x7e\x8f\x49\xa2\x56\xf9\xe5\x63\x80\xaf\x44\xb2\x84\x1e\x73\xed\x3c\xc4\xf7\x64\x7b\x5b\x0b\x4b\x7c\x20\xfd\x68\x0a\x79\x88\xf4\x31\x8b\xdf\x43\x12\x6a\xaf\x4c\x7b\x26\x1b\x9c\xe8\x98\x5a\x48\x29\xae\x9d\x42\x2a\x9d\x6b\xa3\x10\x11\x4b\x6a\xd2\xf5\xf3\x78\xb6\x5b\x94\x92\xb3\xd0\x8c\xb9\x0f\x17\x1e\xea\x64\x7c\x38\xdd\x65\xf7\x08\x36\xfb\x40\xef\x83\x07\x45\x37\xd3\xc3\x61\x6e\x05\x9e\x87\xfc\x37\xfa\xfa\x1e\x82\x68\xa4\xd2\x97\xc8\x54\x80\x99\x87\x2a\x52\xa4\x8c\xf2\x3e\x28\x0e\x53\xa4\x5b\x47\xcd\xa6\x53\x36\xe8\xa8\x7c\x79\x88\x6b\x1e\xea\x3d\x95\x32\x26\x4b\x28\x61\x06\x2d\xe7\xbc\x0f\x5e\x77\xcd\x66\x3a\x97\xb0\x52\x0b\xf2\xdc\x44\x58\xd1\x6d\x3d\x71\x76\xe8\x4b\x9f\x04\x01\x17\x28\x75\x22\xab\xe8\x8b\x9d\xa4\x81\x36\x54\x71\x6a\x78\x70\x48\xf8\x35\xf4\x29\xcf\xa0\x2e\x6c\xc7\x48\x03\x48\x70\x93\x23\xde\x46\x83\x4c\x72\x3a\x1b\x02\x31\xf1\x56\xe8\x4f\x9b\x88\x1b\x09\x39\x79\x46\x45\x44\xeb\x20\x22\x06\xdb\x41\x2a\x0c\xd6\x9f\xe6\x9e\xe7\x03\x13\x07\xb2\xc7\x4c\x12\x07\x76\xa4\x81\x69\xcc\x8b\x08\x27\x59\xa0\x9a\xfd\x34\x59\x20\x24\x37\x93\x53\x68\x59\x71\x06\xa4\x64\xb7\x5b\xbe\x55\x18\x18\xbe\xdf\x09\xe1\x81\x2e\x63\xae\x83\x6b\xce\x8c\xb9\x4e\x80\x96\x64\x90\xf4\x0d\x4f\x8d\x0f\x26\xf8\x9a\x6e\xfa\xa2\x22\xe3\x67\xad\x7e\x80\x9f\xb5\x5b\xc6\xcf\x2a\x8a\x3c\xe6\x54\xed\x00\x4b\x8e\x73\xcc\x71\x26\x55\x89\x59\xd8\x5c\xd8\x8c\x66\xc1\x24\x9f\xac\xc3\x7e\xc2\x2e\x30\xd7\x36\x9f\xf5\x4b\xcd\xb2\xf9\xb6\x95\xf4\xed\xed\x5f\xb6\x0a\x6b\x53\x2f\x1c\x9d\x5a\x75\xf3\x6d\xb0\x54\xc3\xfa\x01\x3d\x74\x62\x78\xf0\x10\xc9\xac\xf8\x4d\x77\x1d\xfd\x67\x88\x9b\xb3\xba\x85\xb0\x9b\x4d\xce\x76\x07\x13\x0a\xce\x25\x1c\x14\xf3\xb4\xcd\x2a\x39\x8b\xd8\xba\x99\x31\xd3\x68\xf8\xb1\xbb\xd6\xe4\x4c\xb7\xb4\xda\x30\xf6\x03\xb9\x87\x95\x80\xbb\x69\xb4\xa2\x33\xcf\x2a\x01\x69\x93\x98\xad\xad\x7c\x02\x70\xf8\x24\xa4\xf1\x25\x06\xb4\xfd\x21\xc6\x26\x86\xe2\x8d\x0f\xe2\x81\xec\x7f\x8a\xb8\x13\xd7\x84\x8b\x80\x68\x63\x19\xff\xf4\xea\x07\x17\x56\xdf\xee\x6f\xda\xc1\x1f\xa1\x69\x77\xf6\xed\xcd\xa1\xaf\xee\xee\x60\x25\x6c\x1f\xd2\x84\xb6\x0f\x69\xc5\xf0\x63\x11\xa5\xed\x43\x9a\xe0\xfc\xb7\xc7\x00\xa7\xb6\x0f\x51\xae\xdb\x02\x26\x39\xbf\x9d\x3f\xa2\x33\xbd\x10\x12\x91\x46\x0e\xaf\xbd\x9c\xba\x1e\xe4\x41\x9e\xe7\x96\xb3\xe8\x7a\xb0\xb7\x53\x39\xcd\x32\x51\x8c\x4e\x10\xd6\x0b\x6d\x54\xf3\x74\x81\x03\x85\xa7\xb6\x1d\x19\x9e\x87\x1e\xbe\xb4\xc1\xcd\xb5\xdf\x47\x13\x8c\xcf\x53\xae\x60\x63\x27\x65\x80\x3a\xe5\x0a\x8c\x02\x27\x44\x72\x10\x27\x1c\x22\x0a\xe0\xe4\x3d\x00\x5e\x72\x20\xd0\x7a\x79\x03\x09\xed\x5c\x32\x0b\xbe\xc5\x09\xa1\xe6\x3b\x71\x42\xa8\x5f\x4f\x8e\x82\x7b\x37\xcd\x34\xfb\x70\x72\xad\x5d\x28\x8e\x88\x5f\xf3\x46\x7f\x41\xe2\x99\x37\x12\xb2\x18\x30\x0e\x43\x4c\x1a\x87\x21\x36\x6e\x8e\x17\x0a\x84\x71\x18\x72\xac\x9b\xd0\x1d\x76\xcb\x69\x1c\x86\x58\x25\xa1\x9e\x9b\xd7\xdc\x49\x86\x87\x1f\x23\x95\x4a\x61\x5e\xe9\x64\xe8\xc5\x7c\x10\x45\xa5\x30\xd2\xe8\x69\x2e\x99\x0f\xab\x34\x5b\xe6\x00\x9a\x74\x6b\x74\x06\x9b\xf3\x34\x3a\x23\xfb\x1e\x61\x9a\x9d\x7a\x72\x81\xa1\xa6\x96\x69\x74\x86\x0b\xe7\x39\xe1\x08\xb6\xe9\x91\x2f\x51\x64\x78\x06\x92\xd7\xe4\x62\xc3\xbc\x81\x53\x42\xdc\x50\xc0\x68\x64\x08\x6b\xd3\xcf\x06\x27\xcc\xa9\x7c\x28\x18\x78\x27\x0c\x74\x98\x04\x68\x18\x4d\x30\xa7\x42\x97\x6b\x7c\x6e\xae\x03\x36\xa6\x72\xa3\xf8\x9b\xca\x8d\x2e\xa0\xb9\xef\x06\xb0\x97\x1b\x99\x84\x86\x5f\xc5\x0c\xd9\x19\x41\x17\xc9\xa0\xd0\xf9\xa6\xcf\x8f\xe2\x71\x81\xb9\x84\x84\x22\xd2\x08\xb3\xd0\x8d\x33\x91\x11\xbc\x42\x6b\xbe\x9a\xba\xc4\xda\xbb\xb7\x7a\x1f\x08\x3b\x15\x55\x1e\x47\x6a\xbb\x3b\x5c\xa0\x3a\x96\xa7\xb2\x84\xbd\x61\x84\x5d\xdf\xbe\xc7\xda\x86\xe0\x82\xef\x11\x61\x26\x9d\x32\x42\x28\xcc\xef\x3d\xb0\x61\x42\x27\x2f\x37\x4e\x68\xfc\x78\x8f\xae\x72\x4e\x99\xd3\x1f\xec\x1d\xef\x92\x36\xb4\x9b\xbc\x88\x13\xd9\x3b\x51\xdf\xc3\xfb\x10\xf7\x07\xd3\x5f\xec\x81\xa3\x9a\x0b\xfe\x37\x18\x49\x05\x6c\x5c\xb7\x88\xcc\xf1\x06\xf2\xab\x52\x39\x90\x7b\x93\x16\x97\xd0\x50\x3d\x37\xfc\x06\x4e\x53\xd2\x76\x90\x69\xf9\x21\x4c\xcb\xb6\x4d\x55\xac\x58\xf8\xe2\x7b\xf0\x4c\xcb\xcb\xc5\x0e\x3a\x5e\x5e\x82\x12\xfa\x7e\x8f\x11\x0d\xf4\xbf\x49\x33\x11\x7d\x91\x6c\xd8\xcc\x3d\x2f\xb1\xb1\xde\x54\xff\x7a\x38\x1a\x55\xf9\x25\xa9\xb0\xdb\xde\xbb\xe5\x04\xeb\x60\x03\x19\x7e\xab\x57\x54\x94\x27\x1d\x6d\x8e\x37\xa1\xb0\x7f\x1d\x1d\xf2\x66\x24\x4d\x27\x24\xb3\x81\x8b\xf9\xec\x32\x64\x18\xd9\xa5\xe7\xfb\x0e\x9d\x03\xa2\x59\xea\xb4\xa4\xbe\x99\xcc\x6a\xe8\xd7\x6f\x36\xb0\xc4\xe9\xcf\xa8\x0d\x22\x01\xcf\x44\x89\xbb\xbb\x89\xe0\x6e\x53\xaf\x22\x39\x4d\x95\x63\x11\xb3\x45\xd3\xbf\xb3\x72\xdf\xa2\xac\xc8\x68\x89\x6d\xd0\x34\xf5\x9a\x0e\x18\x41\xff\x2d\x18\x61\x30\x28\xbe\x45\x26\x66\x7d\x0f\x7f\xc0\xaa\xdf\x25\x60\x14\xb3\xd9\xbd\x4b\x72\x28\x8e\x99\xfb\x1b\x94\x4b\x5f\x23\x58\xcd\xac\xf2\x56\xa9\x19\xe2\xf0\x30\x53\xf0\x83\xb6\xe6\x4e\xea\xac\xd8\xa3\x1c\x3f\x81\xaa\x9e\x1d\x7a\x09\x7f\xf0\x22\xe8\xb7\x12\xbf\xdc\xad\x8f\x8c\x97\x84\x01\xd5\xdd\x99\x5b\x82\x45\x36\x8c\xe0\x6d\x4a\x35\x0c\xc0\xdc\xc1\x5e\xcb\xfc\xea\xef\x60\xf5\xbe\xf8\x3b\x3c\xa7\xfd\x92\x27\xc6\xec\x1f\xaf\x59\xe5\xd8\x3b\xde\xe6\x16\x6e\x7d\x38\x4d\xb3\x83\x7d\x81\x29\xd0\x99\x33\xc6\x89\x22\x67\x4c\x61\xc3\x7b\x9b\x4a\x84\xef\xcd\x89\x06\xaa\x91\x2a\x8a\xab\xa7\xeb\xe7\xdf\x3f\x88\x22\x7a\xeb\xce\x13\x1d\x20\x54\x18\x09\xf1\x9a\x4a\x06\xa6\xfa\x72\xa8\x49\x8d\xe8\xc5\x71\xa2\x4b\xed\x1d\xd8\x7a\xd1\x76\xde\xe1\x92\x61\xf4\x4b\x78\x88\x66\xca\x7a\x87\xcb\xc4\xf7\xd0\x41\xf7\x3d\xe2\x34\x9b\xd9\x3b\x9c\x1a\xeb\x60\x7d\x1d\xd6\x71\x3a\x80\x79\xb0\x71\x76\xfb\xc2\x8c\x29\x0d\x9d\x78\xb4\xa4\xa1\x13\x83\xab\xbc\xc5\x4b\x13\xd4\x66\x5f\x83\x48\x87\x3f\x68\x1d\xa4\x63\x0f\x27\x7b\x6d\xf2\xbb\xe4\x86\xa4\x01\xe4\x3d\x31\x40\x0d\x3f\x56\xcc\x06\x8a\x13\x31\x5b\xaa\x26\xb5\xaf\x89\xf8\xde\x13\x31\xdb\xa9\xb9\xbc\xab\xcf\x49\xbe\x34\x51\xb8\x36\x97\xb4\x90\x8d\x5b\x7b\x89\x10\x55\x23\x7c\x97\xaa\x9f\x8d\x81\x7b\x2f\x62\x01\xb3\xef\x75\x26\x3a\xa0\x6b\xaf\x59\x30\xb3\x8f\x25\x3b\x6d\xea\xfa\x02\x75\xe9\xe5\x94\xbd\x71\xae\x28\x6a\xa0\x79\xef\x2d\xd1\x01\xd6\x8d\x4b\xdb\xf7\xd9\x15\x4c\x53\x37\xd9\x2f\x2d\x72\xd1\x95\x0b\x8f\xfb\x0a\xcc\xf7\xf6\x22\x49\x78\xc8\xe2\xc5\x15\xa2\x79\xf1\xc5\x15\x62\xce\x9a\xf7\xe1\xa4\xd8\xd7\xb7\x6c\xbd\x0f\x2e\x36\xa9\xf2\x71\x9d\xd0\xf9\x83\x3c\x2e\x95\x11\xb9\xe0\x32\x79\x5c\x32\x56\x67\x77\x96\x17\x23\x57\xc8\x17\x1e\xe3\xce\x77\x33\xde\xce\x6f\x33\xae\x12\xdf\xe3\xb1\xd8\x4c\x82\xd3\xc8\x7b\x89\x79\x2f\xb2\x6b\x8f\xbb\xaa\x3c\xf8\xf1\x72\x3a\xc8\xd3\x9b\x2f\xf6\x03\x6f\xfa\x7a\x27\xeb\xd6\x39\x31\x27\x9c\x54\xac\xdd\x40\xa6\xc2\xc1\x9f\xb8\xdb\x47\xe5\x16\xd2\x89\xab\x51\x44\x22\x44\x78\xe0\xe4\x7d\xed\x17\xd8\x38\xde\xe3\xa1\x94\x17\xe3\x82\x26\xee\x97\x23\x3d\x71\xd7\x07\x11\xae\x2a\x0e\xf1\x78\xa0\xe5\xe5\x2a\x49\x0f\xba\xbc\xaf\x88\xb0\xce\x6b\x0e\xc5\xef\xbe\xaf\xc7\xe1\x7d\xf8\x89\x32\xda\x7a\xb6\x8c\x1b\x70\x11\x4e\x3d\xdc\xee\xd7\x42\xaa\x07\xe7\x8e\x49\x46\x5c\x0f\xce\x1d\x97\xc5\x20\xeb\xc1\x6e\xcf\x56\x51\x8f\xc3\xf6\xeb\x2a\x13\xc2\x40\xf6\xff\x7a\x84\xc0\xb7\x81\x32\xc4\x18\xe9\x4b\x29\x20\xd3\x17\x21\x0c\xd8\xa2\xeb\xa1\xb5\xa1\xd3\x97\xd6\x86\x6e\x1d\xac\x0d\xc9\x76\x80\x39\xda\x97\x30\xdb\xa6\x67\xe5\x6d\x47\x98\x33\xe5\xc7\x9c\x4e\x94\x21\x88\x44\xd9\x5b\x9a\x23\x38\xd9\x67\x73\x68\x27\xaa\x38\xd2\x7e\x74\xc7\x69\xfe\x80\xc6\x62\x07\x9a\x24\x04\x22\xe2\xc7\xdc\x0d\x35\xd3\x77\x53\x86\x9d\x8a\xc4\xb8\xe3\xee\x29\xa3\x41\x75\x06\x13\x05\xda\x76\x00\x3a\x59\x47\x5e\x6f\x3b\x02\x3d\x28\x8b\x68\xda\xe4\x66\xa9\xda\x9c\x8d\x04\xd4\xce\x46\x02\xbb\x09\x2c\x92\xb8\xae\x44\x3e\x4e\x52\x93\x65\x6f\x9e\x67\x60\xc4\x54\xe0\xc2\xa9\xc7\xbe\xb5\x32\xd3\x10\x07\x9e\xbb\xa3\xc9\x81\x7d\xd5\x32\x3a\x9d\xa3\x21\x6d\x5d\x17\xa5\x59\x0c\x01\x1d\x87\xa2\xbb\x90\xe2\xf4\xe8\x4e\x13\xf1\x16\xdd\x69\x25\x81\x5d\x17\x13\x46\x51\xe0\x0a\xaf\x87\x91\x13\xce\x87\x91\x13\x8e\xc0\xc8\x89\x5d\xf6\x92\xf0\xca\x07\x1e\x97\x76\x68\x88\x24\x5d\x62\x37\x72\x42\xa2\x2e\x78\x17\xbb\x75\x08\x0c\x73\xfe\xb8\xf6\x19\x43\x4d\x3d\x0a\x1a\xad\x04\xc8\xc9\x9b\xf4\xa5\x26\x5a\x8f\xa2\x48\x09\xca\x0a\x7e\x59\x27\x14\xd9\xa5\x3b\x0f\xdc\x64\x10\x9d\x1f\x2f\xb1\x74\x85\x54\x00\x94\x48\xb8\x7b\x8a\xc0\x80\x7a\x6c\x31\x06\x0c\x10\xc6\xd9\xa5\x7e\x44\x9a\xb8\xdb\x44\x47\x70\xfe\x39\x7b\xd3\xa5\x5a\x2c\x24\x5d\x42\xaa\x68\xba\xfb\x5b\xe0\x1c\x96\x5f\xde\xd3\xbe\x6e\x15\x91\x84\xd9\xa4\xbb\x92\x39\x91\x9d\x87\x73\xdb\xf4\x0c\x89\xbe\xb6\x25\x7d\x1f\x08\xac\x13\xec\x8e\x44\x1d\x00\xa9\x4b\x31\xd4\xe9\x48\xd4\x91\xae\x3b\x6e\x61\x5b\xed\x0c\x5f\x46\xd0\x15\x1b\x40\x45\x67\xf8\xae\xa9\x8e\x72\x1f\x00\xa9\x23\x36\x0c\x86\xdf\xf1\x84\x0e\xdf\xdf\xb4\x69\x5f\x0e\x59\x18\x50\xee\x45\xfb\xf0\x76\x51\xcb\x91\x36\xe9\x6b\x08\x8f\xe5\x42\x7d\xda\x1f\x78\xa9\x65\x5e\x43\x78\x80\x79\xe0\x48\x17\xd5\x88\x2e\x49\xa6\xc6\x45\x9a\x49\x9a\x1a\xd0\x4e\x64\x5c\xb8\x39\x2a\x46\x9c\x7a\x0c\xf1\xce\xc0\x94\x63\x06\x1f\x9f\x02\xe4\x7b\xcc\x94\xce\x93\x32\x4d\x72\xad\x9d\x26\x7f\x29\x0c\xf3\x34\x5d\x52\x05\xee\x13\xd1\x6a\x00\xdf\x75\x70\x9d\x29\x7d\x63\xc4\x18\x07\x1f\x70\xa0\x25\xc8\xec\xaf\x7d\xa5\x07\x1f\x13\x62\x59\x45\x24\xd6\x0d\xae\x21\xad\xc7\x92\x57\x52\x90\x8b\x2e\x79\xc5\xc4\xb7\xf5\x20\xc2\x12\x75\xb4\x1e\x4b\x76\xe9\x7b\xd5\x92\x00\x6f\xec\x6f\x2f\xea\xf8\xfe\xa6\x6c\xc7\x0f\x7d\xf9\x2d\x66\xd4\x21\x70\x5c\xd6\x28\xbd\x13\x9d\x39\x9c\xf0\x7b\xe9\xb2\x45\xbc\x20\xc1\x0c\x59\xd0\x12\x61\x3a\x41\x2b\xf5\x30\x20\xd3\x76\x08\xc8\x44\xa5\xa8\x07\x01\x99\x68\xca\xf5\xb8\xb9\x59\x52\x98\x6f\xfc\x9a\xbb\x3e\x30\xbb\xf8\x49\x90\x57\x87\x7d\xdd\xb4\xcf\x58\xb8\x7c\x73\x6c\x18\x26\xef\x85\xd3\x7b\x63\x81\x81\xdb\x08\x82\xc4\xf2\x88\x43\xea\x1b\x77\x39\x64\xb4\x8f\x88\xf3\x03\xee\xb7\x14\xd0\xe7\xe4\x3d\x00\x3d\x5c\x30\x2a\xd0\x8f\x88\x03\xb8\x07\x20\x0e\xa8\xd7\x1c\x7a\x9b\x53\x90\x43\xaf\xf9\xc3\xc4\x18\x9d\xe9\x79\x0a\x11\x1f\xcf\x08\xd4\x96\x93\x19\xbb\xbe\x0a\xdb\xad\x87\xd7\x75\x3a\x0e\x6e\x84\xaa\x2e\x1e\x2c\x26\x85\x60\xfa\x7a\x60\x31\x31\x11\x71\x3d\x0c\x38\x49\x92\xf4\x54\x13\xb6\xda\x0b\x64\x05\x88\x5f\x20\x2b\xa0\xe1\x15\x32\xd0\xf0\x72\xca\x4a\xfc\xbf\x18\xca\x0a\x10\x93\x3f\xaf\x88\x12\xae\x24\xc0\x95\x5c\x8f\x17\x43\x59\xb3\x4e\xa7\x8e\x65\x74\x4c\x61\x7d\x31\x94\x6d\x18\x38\xe3\x56\x98\x23\xae\xea\x2c\xd2\x1b\x92\x52\x8d\x2e\x80\x97\x09\x96\xc8\x96\xd8\xd4\xd1\xb2\x6a\x38\x1c\x40\xa7\xcc\x31\xab\x61\x39\x51\xbf\x52\x86\x28\xe1\x72\xe1\x00\x68\xe6\x34\x70\x3b\x01\x21\xec\x35\x1c\x66\x49\xa4\xe7\xc0\x55\x05\x1c\x96\xa8\x81\xab\x0a\x70\xa4\xd7\xb0\x64\x31\x73\x7a\xd6\xb0\x64\xb1\x8e\x10\x5b\x03\xb6\x17\x93\x59\xd7\x40\x6a\xde\xba\x2b\x61\x70\x2e\xbe\xc7\x63\x0e\x8f\x0c\x4b\x18\xeb\xe8\x83\x35\x60\x86\x91\x79\x84\x20\xd4\x40\x1a\x5c\x4a\x7c\x1b\x70\x48\x64\xeb\x54\xde\x03\x75\x10\xbd\xf4\x15\xbc\xfe\x30\xf8\x03\x79\xce\x86\x0d\x91\x60\x0c\x34\x86\x80\xb1\x23\x5b\x7e\xf8\xd8\xfa\x02\xb7\xd0\x1b\x90\xc0\xf4\x5a\x2c\x25\x80\x00\xa1\x0a\xd8\x11\x7f\x09\x42\x48\x58\x22\x55\xe2\xd8\x48\x0d\x24\xfe\xed\x0e\x81\xcc\xbf\xc8\xc0\x35\x44\x4c\xa0\x6c\xf9\x81\xd4\xbf\xdd\x89\x8a\xb8\x45\x9a\xf5\xd1\xd7\x10\x36\x42\xf2\xd4\x94\x1f\x27\x82\x07\x90\x54\x02\xf1\x25\x55\x5c\x24\x6c\xb2\x6c\xeb\x21\x09\x04\x0d\x25\x8e\x68\x21\x2e\x05\x4e\x3c\xb7\xb1\x1f\x26\x95\x2c\x13\x49\x2d\x22\xb5\xe7\x20\x46\x85\x8c\xb9\xd5\x21\x9b\xfe\x97\xcc\xe6\x35\x78\xb5\x37\x4b\x34\x64\x2c\xc3\xcd\xf7\x40\xd1\xfd\x40\x4f\x0d\x90\x66\x49\x87\x11\x64\xbc\x36\xc5\x3a\x37\xed\x30\xcc\x2c\x85\x58\x47\xe0\xac\x23\x2a\xe8\x8b\x04\x34\x05\x37\x4d\x0d\x05\x0b\x53\xb3\xac\xe6\x0a\x2a\x0a\x9a\xab\xa8\x28\xc4\x73\x0b\x74\x71\xbd\xb3\x5a\x42\xc1\x5e\x28\x0d\x16\x71\x64\x0f\x5a\x2c\xc5\x51\xc1\xba\x1b\x2d\x63\x93\xae\x80\x8a\x17\x09\x77\x48\x0d\x78\x91\x3a\x37\x05\xd4\x50\x41\x98\xb8\x40\x70\xaa\xcd\x2e\x08\x30\x51\x82\x0d\xd5\x63\x6c\x12\x4f\x45\xb5\x8e\x5f\x05\x83\xd4\x50\xd1\xfe\x8b\x2d\x10\x30\x21\x05\x71\x09\x01\x6e\xa4\x1a\x08\x45\xc1\x65\x51\x03\xa9\x6e\x08\x92\xad\xa1\x9a\xdc\x58\xde\x80\x7d\x08\xbb\x43\x0d\xcd\x09\x06\x12\xc2\x52\xf0\x8f\xd4\xd0\x30\xe4\x55\x3e\xc6\x0b\x85\xc5\xb5\x06\x0f\xc7\xb8\xec\xb9\x80\x20\xcb\x3f\x1a\x73\x5d\x2c\x6f\xa3\x9e\x1d\x08\xa9\x3f\x10\x2b\x1f\xfd\xf8\x71\x2e\x7c\x00\x54\x44\xba\x60\xe0\x09\x5b\x7d\xe8\xea\x0c\xae\xa0\x8e\xad\x1c\x81\x25\x74\x23\x3e\x5c\x72\x5d\x1b\x89\x83\xe8\x76\x5e\x7c\xd0\xa2\x08\x9a\xfa\xb6\xe0\xfb\xbd\xd6\x89\xfd\x8b\xce\x42\x67\xb6\x0b\x0a\x93\x39\x40\x14\xd2\x6b\x18\xe4\x4c\x73\x09\xee\xe0\x13\x17\xed\x0e\x3e\x91\x16\x0c\x3e\x49\xfe\x50\x4c\x79\xc0\xa8\xcc\x83\x73\x48\x18\x9e\x93\xe1\xaa\xe4\x1a\x3c\x28\x33\x76\x2f\xb8\x1c\x92\xb5\x04\xd8\x09\xf7\xb2\x4e\x32\xde\xd5\x60\x5e\x9c\x43\x12\xdd\x91\x28\x4e\xc9\x0e\x3e\x71\xc1\xee\xe0\x13\x27\xe5\x14\x32\x6b\x41\x72\xc9\xf7\xba\x10\x24\x25\x32\xde\x35\x97\xfe\x69\x50\x8c\xb8\x3f\xa1\x31\x01\x3e\x99\xc5\xe4\x07\xa2\xce\xe5\x75\x8a\x3a\x3f\xd8\x50\x51\xeb\xd2\xcf\xea\x8a\xdf\xc9\xef\xe4\x35\x5c\x76\xde\x5c\xda\x97\x88\x94\xe6\x76\x08\x8a\x6c\xce\x10\x94\xea\xae\x75\x71\xed\x05\x7a\x6d\xb8\xb6\xb8\xe2\x83\x23\x11\x7a\x43\x50\x52\xb6\x31\x83\x68\x76\x37\xdb\x21\xeb\x37\x9e\x6b\xb0\x17\x9d\xb3\x4e\x31\x11\x29\x79\xb8\x48\x6e\x23\x65\xe4\x6a\xdc\x58\x70\xb8\x90\x6f\x4f\x2c\x22\x6b\x85\x7b\xfb\x6c\x68\x78\x67\xcf\x93\x97\xdf\x1c\x0e\x70\xba\x6e\x0e\x8e\x0d\x9b\x1a\xbc\x07\xac\x5b\x52\xb5\x3e\xfe\x63\x69\xe5\xde\x94\xca\x64\xdd\x9c\xb0\x94\x08\x6e\x2f\x77\x10\x43\xfa\xc8\x9a\x6b\xd4\xe3\xc9\xcd\x85\x4c\x8a\xbc\x78\xc8\x24\x1f\x6f\xb7\x70\xa5\x3c\xba\x46\xdd\xda\x1f\xad\x72\x72\x0b\x8c\x4f\xf1\x70\x26\x30\x3e\x85\xea\xa6\xcc\x35\x04\x55\x4d\x27\x2c\xd1\xac\x24\x51\xe4\x95\x04\x55\x66\xa0\xf7\xaa\xca\x6d\x96\x28\x56\x36\x7d\xcd\x1d\x31\xe4\x27\xdd\x5a\x00\x33\xbd\x6a\xa3\x7d\xa9\xbe\x86\xe9\x3d\x1c\xf2\x38\xac\x58\xf1\x70\xdc\xaf\x51\x44\xb2\x0e\xec\x55\xf1\x10\x09\x4b\x6c\x2b\x0a\x94\x81\x23\x37\x5b\x7e\xe0\xc8\x8d\x62\x79\x58\xe2\x59\x51\x54\x0e\x4b\x3c\x2b\x55\x1e\x82\x9f\x2b\x6e\x2e\xbe\xe4\xb3\x52\x5d\x92\xaf\xa9\x04\x5d\x46\xaf\x27\x0f\x6c\xe9\xd1\xdf\x26\x50\x93\x1f\xfc\xda\x63\x7f\x0b\xbe\xb8\x04\xb4\xa2\x61\x21\x72\x94\x27\x25\x96\x54\x44\xe2\x4a\xe2\x3b\x7a\x6f\x67\xa0\xa8\xb5\xb3\x52\x5e\x02\x17\xab\x31\x72\x65\x3a\xa4\x12\xb9\x27\x1d\x8a\x8b\x41\x6b\x9d\xaf\xf1\x49\xc0\xea\xa2\xb1\x32\xd9\xb2\xd6\x2b\xeb\x6b\xbd\x02\x32\xd2\xc9\x38\xad\x11\xf9\x47\x91\x27\x46\xe5\x02\xbe\x8d\x84\x4e\xb2\x08\x63\xe4\x80\xbe\xed\x44\x44\x01\xdb\xe1\x26\x27\x8d\x1c\x11\xe9\x47\xf3\x4a\x8c\x6e\xbc\x96\xd9\x78\xc5\x42\x34\xc5\xfa\x7e\xd8\x3c\x39\xf3\x00\x63\x81\x91\xc6\xc4\x51\x2a\x24\xb8\x98\x5c\x8a\x40\x91\x24\x46\x7a\x4b\x9c\x1d\xb6\x37\x9c\x60\xd0\x58\x4c\x5e\x40\x3c\x6c\x47\x59\x60\xff\x82\x51\xd2\xa1\x71\xed\x38\x17\xb5\xd5\x98\xb6\xe1\x80\x32\xb6\x2c\x3f\xce\x9b\x3b\x50\x26\xe9\x3b\x5c\x2f\x2e\xe9\xa7\x6d\x20\x32\x0e\xff\x6c\x1d\x34\x29\x56\x5a\xcc\x08\xce\x6c\x36\x31\x23\x38\x47\xdf\x73\xfd\xaa\xc5\x5b\x83\x37\x83\xcf\xc0\xc3\x18\xb9\x15\x13\x61\x24\x16\x63\x33\x78\x4d\xd8\x6c\xb2\xc8\xed\x82\xc0\x5e\x3c\xbe\x4f\x71\x91\x0e\xf1\x3c\x35\x16\x1c\x96\xc9\xf7\x9e\xde\xa7\xc8\x71\x96\xdd\x36\xc7\x59\x58\xe3\x91\x8b\xca\x09\x0d\xa9\x91\x8b\xca\x09\xff\xa9\x91\x83\xbe\xc1\x91\x7a\x34\x87\xd6\xab\x16\x72\x00\xe0\x9c\x6f\x90\x4a\xb1\x15\x05\x69\x0a\xfb\x50\x55\x6a\x8f\xde\x94\x34\xac\x34\x59\xb2\x80\x56\x65\x41\x34\xca\x3d\x08\x44\xf8\xd7\xc8\x89\x9d\x28\xe6\x31\xfe\xa4\x5d\x07\x4e\x8c\x8e\x13\x71\x67\x11\x8b\x5f\x23\x07\x78\x83\x33\x48\x6a\xbe\xb8\xeb\xe0\xc2\x42\xe9\x8a\xdc\x34\xce\xd9\xa5\x1a\x49\xce\x17\x85\x07\x6f\x56\xd8\xfd\x62\x22\x47\xf5\x89\x5e\x90\x84\xe2\x10\xf5\x66\x59\x9f\x9b\xc6\x83\x14\xd2\x85\xf3\x2b\xef\x69\x8d\x9e\xf3\x25\xd6\xa5\xc6\x8e\x61\xdd\x65\xeb\xcd\x49\x2e\x31\x0f\x15\x71\x72\x60\xfd\x2c\x67\xa3\xec\x90\x18\x9e\x41\x36\x0e\xa9\x3b\x3c\x1b\x65\xf7\x73\x78\x06\xd6\xd8\xa8\xd7\x64\x26\xa9\x6c\xc8\x2e\x19\xab\x89\xfd\x1c\x2b\xd2\x0d\x07\xbe\x16\x86\xe8\x80\xf1\x21\xdc\x70\xca\x70\x8d\x12\x48\xad\x0f\x87\x97\x01\xec\xbb\x94\x00\xce\xe3\xbd\x87\xcb\xed\xf4\xac\x3b\x6c\x34\x62\x25\xaa\x1a\xdb\x22\xd2\x88\x9a\x64\x3c\xb1\x9c\xcb\x27\x3c\xf4\x53\xac\x43\x28\xa1\x64\x62\x42\xbe\xfd\xad\x0b\xd7\x6f\x31\x42\x23\x93\x45\x0e\xfd\x14\x19\xa7\x87\x7e\x90\x69\xa2\x5e\xb0\xe0\x7b\x6c\xd0\xf0\xf8\x78\xc9\x23\xe9\x17\xc9\x43\xf5\x3a\x7a\x00\x88\x4d\x21\x5e\xb8\xee\xe5\x8b\xe6\xd8\x13\x5d\x97\x81\x07\xc0\xe0\xe5\x96\x87\xef\x4d\x35\x65\x9b\xc2\xe6\xb7\x92\x0f\xf5\x91\x32\x8c\x23\xaf\x11\x5f\x58\x96\x56\x6f\x4d\x20\x42\x7d\x8b\x3b\xa0\x46\xe2\xf0\xaa\xf5\x1a\x6f\x73\xfc\xd0\x2c\xd7\x7d\x6b\x5e\x88\x5e\xaa\x20\xb9\xdc\x82\xca\x70\x6e\x51\x6a\x6f\xa2\x94\xe1\xdf\x06\x4c\x58\x36\x8f\x99\x75\x38\xa5\xe7\x04\x7a\xc0\xc8\x76\x10\x3d\x34\x77\xc4\x47\x07\x0a\x80\x3e\xde\x4d\xe3\x7b\x01\x95\x47\x20\x84\xa8\x9c\xc7\xc7\xfc\x52\xcc\xdf\x63\x26\x30\x3a\x7e\x04\xc8\xf7\xb7\x57\xb6\x50\x46\x8f\xc9\x8e\x6c\x1f\x24\x92\x81\x91\x59\x57\x33\x62\xe4\x52\xc9\xee\x4c\x71\xdf\x51\x97\xc8\xa7\x97\xdc\x83\x8a\xb9\x6f\xbc\x59\xe5\x25\x38\x54\xad\x6a\x11\xb9\xa1\x3b\x04\x6e\x4b\x48\xf2\xcd\x17\x8b\x38\xf2\x64\x24\x3f\x49\x97\xba\x4c\x69\xe7\x0c\x92\xd2\x4e\x0b\x54\x34\xb6\xd6\x59\xe6\xa0\x90\x96\xb7\x48\x9c\xad\x56\xc7\x88\x2f\x4c\x73\x67\xc4\x17\xa6\xc5\x32\xbe\x8e\xd8\xbe\x84\xdf\xf6\xa7\xf7\x8b\x50\xc6\x32\xcb\x4e\x9e\xf0\x91\x69\x9c\x4b\x87\xf0\xfb\x1e\x23\x45\xf1\x3d\x2e\x07\xa8\x34\x1d\x5e\x82\xd3\x29\x73\x00\x0b\xfc\x24\xa2\x77\x39\xbd\x55\x13\x3e\x35\xcd\xd5\x09\x9f\x1a\x99\xbe\x6b\x32\x97\xef\x97\x97\x44\xd7\x74\x68\xbe\xb7\x93\x97\x06\x68\x98\x3b\x11\xc8\x4c\x51\x53\xf0\xc2\x14\x80\xe5\x38\xb0\x96\xc4\x84\x38\xc2\x41\x84\x9a\xbc\x10\x3c\x39\xa2\x08\xb4\xac\x84\x64\x3c\x2d\x58\x4a\x11\x63\x76\xb2\x8c\x31\x3b\x5b\xc7\x4b\xc3\x87\x3f\x88\x32\x20\xc2\x1b\x95\x87\xb5\xb8\x75\x60\x40\x91\xc9\x60\x1a\xe8\x22\x11\x74\xbb\x7b\xc6\x1b\x55\x35\x09\x26\x84\x0a\x4e\xf6\xd5\x84\x54\x91\xb9\xd4\xa9\x26\x42\x6b\xb8\x7e\xb0\x26\xd2\xce\xa5\x64\x0f\x18\xe1\xf7\x7b\x4c\xa6\xd9\x86\x80\x5b\x8c\x27\x1c\x01\xce\x56\x22\x92\xdb\x36\xb9\xba\x3b\xf9\x5e\xb7\x96\xb3\x95\x89\x61\x10\x20\xb2\xd1\x71\x46\xab\x26\x92\xce\x45\x47\x40\xd2\xb9\xb4\xeb\x08\x9b\x75\xf0\xcb\x40\x49\x89\xbc\xbf\x49\x64\x23\x84\x24\x61\xcb\x38\x29\xaa\xef\x81\xad\xfa\x5e\xd8\x84\x07\x94\xb2\xd2\x92\xde\x2e\x27\x93\xc4\x74\xc9\xf6\x8b\x58\xa4\x5f\x1d\x5c\x62\xbd\x88\x44\xbf\x15\x4e\xbf\x05\x4e\xdb\x2f\xce\x31\x53\xa6\xe3\x6b\xf7\xf5\x68\x8b\x03\x38\xed\x2c\xba\x4d\x12\xe9\xe1\x06\x1a\x46\xaa\x58\xd4\xa3\x95\x10\xc1\x1c\x25\x5e\xa9\xe6\x28\x09\xae\x69\x08\x32\xa9\x6a\xfa\x41\x68\x4a\x64\x81\x1b\xce\x31\xb9\x45\x54\xd1\x13\xc7\x87\x87\x1f\x90\x10\x6e\x4f\xfd\x92\x4c\xa2\xd2\x59\x5a\x92\x49\x24\xe6\xb6\xa6\x06\x40\xc9\xf7\x98\x83\x9b\xf5\x05\x0e\x20\x1a\xe6\x7e\xc9\x60\xdf\xdd\x2d\x2e\x1a\xa6\xf6\xfd\x03\x90\x4a\x4f\x4b\x34\x69\x5c\x13\x57\x53\x03\x50\x47\x89\x38\x52\xdd\x97\xd3\x92\x47\x62\xb3\x12\xde\xad\x21\xe1\x74\xc8\xdd\x9e\x97\xc4\x11\x9b\xa8\xc3\xd3\xd5\x5c\x99\x1d\xa8\x5d\x5c\x78\xb7\x46\xb2\x3e\x68\x14\x13\x78\xb7\x1a\xc2\x5e\xea\x3a\x26\x00\xce\x13\x3c\x24\x02\xaa\xa9\x63\x59\xad\x36\x04\xa4\xce\x2c\xae\x2e\xf5\xeb\xd4\xf1\x09\x48\xbd\xb8\xbd\x86\x40\x0c\x81\x06\x13\x44\xec\x34\xa7\x63\x68\xb8\x66\x30\xb8\xbd\x9a\x6b\x17\xb7\xd7\x10\x20\xa2\x77\x14\xfc\x13\xd1\x3b\x4d\xee\x30\x9c\x6f\xfa\x1d\x62\xd1\xf6\xc5\xe2\xd7\x7c\x6d\x08\xb8\x8d\x41\x0b\x12\x15\xee\x31\xce\x95\xd7\x44\x98\x4f\x73\xce\x4f\x69\x81\x0e\x4f\x0c\xc5\xc8\x7a\xe9\xc4\x5d\xe1\x74\x9e\xb8\x60\xc4\xde\xa9\x1b\x08\xa0\x4e\xb1\x0d\xe6\x4f\xb1\xed\x7b\xc8\x42\x18\x4e\xd8\x89\x33\x78\xe2\x81\x71\x40\xa7\x03\x12\x06\xe9\xd7\x3a\xc0\x2c\x32\x2e\xec\xed\x22\xec\xc2\x75\x65\xfb\x97\x17\xd3\x4b\xe4\x97\x0d\x01\xf4\x85\xbb\x41\x7a\xbc\x71\x31\x54\x3e\x40\x76\xe9\x5c\x26\x5d\xd3\x8d\x93\xc4\x45\x7b\x63\xb9\x77\x3a\x75\x82\x39\x9d\x46\x13\x23\x4b\xa6\x9b\x55\x51\xad\xdf\xa8\x43\xc7\x37\x56\x7c\x17\xfc\xad\xd6\xc4\x08\xc8\x56\x62\x58\x44\x22\x5b\x89\x82\x61\xd2\x09\x26\xb3\xbb\x89\x8d\xab\xb6\x03\xd0\x62\xe8\x56\xa1\xe5\x5b\x33\x97\x60\x7e\x49\x66\x04\x1e\x7e\x6c\xea\x92\x66\x99\x01\xb8\xc4\x1f\x9c\x24\xa2\xf1\x71\x29\xdb\x10\x40\xcb\xdd\x1f\x80\x96\xc6\x1f\xbc\x8d\xae\x64\x6e\xe4\xd6\x88\x9d\x1e\x3c\x3b\xdd\xf6\x01\xda\x85\xf9\xe0\x79\x70\xd1\x3d\xde\xb0\x2c\x56\x1e\x3c\x3b\xd2\xd9\x64\xce\x9c\x63\x9d\x66\xd8\xa2\x92\x37\x44\x72\x23\x75\x4d\x13\x42\x6b\x7e\x00\xff\x95\x0d\x4c\x46\x20\xf5\x4f\xaf\xae\x1c\x56\x5a\xca\x7a\x94\x27\x70\xba\xc8\x20\x8c\x34\xc5\x3b\xc3\x99\x0c\xa1\xf9\x1e\x17\x06\x0a\x46\x9a\x40\x27\x95\xbe\x40\x27\xe3\x7f\x39\xf2\x68\xfb\x3a\xce\x04\xe2\x95\x26\xac\x83\xe3\xac\xf9\x5e\xf4\xd2\xfe\x8b\x37\xc7\xe5\x4e\xf8\x50\xd5\xec\x95\xf0\x96\xe9\x0a\x49\x3b\x09\xf0\xfe\xe1\x96\x66\x6d\xca\x7d\x1f\x98\xb2\xfe\x2c\xa8\x3c\x7b\x5d\x01\x37\x5d\xd7\x7c\xe0\x93\x41\xd4\xcd\xc7\xb9\x10\xc0\xf2\xcd\x4b\xf6\x19\xc4\xe1\xd7\xcc\x35\xdc\x1c\x29\xaf\x59\x17\x16\x2b\x21\x63\x77\x21\x9a\xb0\x66\x5c\x58\x5a\x6c\x32\x46\x18\x15\xda\xcc\x8d\xdc\x6a\x5e\x39\x24\xea\xf0\x2d\x37\x72\x6b\x2b\xcb\xdc\xc8\xad\x92\x94\x97\xa8\x33\x54\x80\x73\x10\x1e\x60\x23\xb0\x38\xee\xfa\x38\x4c\x98\xa8\x1c\x70\x92\x08\x33\x09\x51\x54\x98\xb3\x96\x1a\x64\xb7\x1c\x03\xdf\x7e\xe9\x3e\xcd\x9a\x71\x10\x64\x33\x66\x1c\x8e\x24\xd5\x1c\x2b\x0d\x77\xca\x50\x49\xb0\x0c\xb0\xc1\x0e\x4f\x00\x01\xd8\x6d\xd2\x01\xd8\x08\xb0\xbb\x3e\xc8\x0b\x02\x25\xf2\x18\x28\x8e\x2e\x4e\xd7\xd7\xcc\xd5\x96\x9c\x9c\xaf\xd9\x0b\x0f\x76\x43\xa6\x5a\x41\x98\xcc\xe4\x5c\xd3\xca\x97\x93\x80\xd2\x50\x72\x9a\x6d\x08\x40\x91\xb8\x73\xda\xe4\x03\x74\x4b\x28\x1b\xee\x8f\x79\xc7\x3e\x3b\xe4\x64\x54\x5e\xb1\x96\xb0\xfa\x83\x48\xf6\x8b\x05\xab\x72\x6c\xc6\x4d\x16\x1d\x0f\x6e\x32\xb2\x18\xd4\x9c\x05\x95\x31\x70\x16\x4a\xe5\x20\x73\xfe\xc9\x58\x9d\xcc\xf9\xa7\x2e\x91\x2c\xb1\x69\xa8\xb8\xe4\x42\xe2\x22\x56\x5b\xe6\x9a\x27\x1d\x80\xd9\x73\x51\x0e\xdf\x73\x51\xd5\xf7\x38\xb7\xaa\xdf\x0e\xda\x01\x7e\xae\xce\xde\x32\x54\xd6\xca\xd3\xed\x0c\xff\x90\x94\x51\x04\x08\x1c\xe9\xdb\x72\x25\xe8\xdb\x82\x45\xe6\x8a\x33\xc6\xc1\x70\x37\x83\x51\x70\x19\x6f\x96\x1a\x47\xae\x78\xdb\xfe\x17\x61\x67\x72\x36\x3d\x8b\x03\xc0\x54\x26\x04\xdb\x2c\x82\xcb\x9f\x8b\x0d\x76\xfe\x21\xcc\xd3\x55\xfa\xce\xef\x0d\x77\xb3\x08\x10\x42\x68\xe5\x98\x57\x94\x59\xca\x66\x6b\x37\x24\x23\x67\xbb\x92\xa7\x01\xf7\x89\x5e\xc9\xcd\xe0\x73\xa8\xa2\xb0\xf2\x69\x51\xc9\xd3\xa0\x2c\xb7\x76\x5d\x29\xb8\x5d\x2a\x49\xb3\x71\xab\xe8\x35\xd4\x25\xb8\x46\x21\xd5\x86\x64\x54\xd5\x54\x6e\x73\xa0\x6d\xe3\x7a\xa9\x78\x4b\x69\xe3\x54\xf1\xa1\xd6\x2c\xa1\x86\x8b\xc7\xd0\x21\x78\x96\x91\x4f\x3a\x72\xa0\xaa\x0c\xfb\x41\x2a\x27\x13\x5c\x75\xa1\x1e\x0e\x2c\x56\x30\x37\xdd\xa3\x3d\xf2\x43\xef\x63\x27\xa4\x1b\x74\xb3\x8c\x05\xbc\xbb\xa3\xa4\xe6\x80\x92\xd6\xa1\xce\x25\x6c\xae\xfe\x07\xea\x5e\x87\xde\x6d\x88\xd1\x2b\x0a\xab\x50\x36\x54\x87\x9a\x16\xae\xb1\xaa\xc6\x8a\xdb\xaa\x4e\xe3\x8f\xe4\x07\xca\x33\xe8\x72\x25\x59\x93\xda\x98\x3a\x51\x9b\x72\x7f\xd6\x99\x6a\x49\x1b\xe8\x2d\xed\xd4\xa7\x5b\x39\xfc\x60\xad\x9c\x89\xfa\xaa\x66\x8b\x04\xd1\xbe\xb8\xca\x8a\x40\x29\xbe\x65\x52\xa9\xad\x82\x05\xae\xe9\x37\xed\x51\xbe\x81\xd0\xd5\xcd\xc4\x4d\x70\x90\xf5\x16\xe1\xe9\xea\x06\x5c\xd8\x83\x7a\x8b\x77\xfe\x2e\x4c\x7f\x2a\x51\xab\x8a\xac\x66\xc7\x28\xb2\x9a\xa3\xa3\xe8\xf5\xf4\xab\xc7\xe2\x3a\xaf\xa6\xd0\x3e\xa5\xbd\x8f\xab\x4b\x83\x54\x63\x71\x1b\x56\xd4\x58\x98\x50\xf7\x4a\x3e\x27\x95\x89\x15\x2d\x56\x24\x91\xc0\x77\xba\xce\x6c\xae\x0a\xcf\x53\x83\x16\x6a\x78\x74\x9f\x8f\x32\xb3\x42\x09\x15\x53\x2c\x33\x69\x93\x34\xe3\xc7\x61\xd5\x21\xcd\x50\x07\x75\xe4\x1f\xc4\xa3\x94\x50\x98\xcc\xc9\xf5\x31\x7f\x93\xe7\x38\x53\x36\x79\x38\x48\x9a\xad\x66\xab\x2e\xb2\xd9\x8b\xbb\x68\x9a\x86\x38\x6d\x26\x27\x67\xba\x52\x49\xc6\xc7\xd6\x9d\x1c\xae\xaf\x6e\x61\x02\x8c\x9d\xa1\xa1\x68\xbe\x2b\x7f\xd0\xad\x09\x9b\x0e\x31\x57\x5b\xe9\xc3\x93\x49\xf6\x26\xd5\x5c\x75\x27\x84\xfe\x81\x62\x4c\x1a\xba\xb5\x30\x17\xc4\x9d\xa7\x80\x09\xbe\x44\xe8\xcc\xb2\x5a\x63\x57\x84\xe4\x4d\x39\xe0\xab\xba\x4e\x4e\xe0\x9f\xc6\x0a\xe0\x5f\x05\x54\x76\xac\xc6\x4a\xc2\x88\xc6\xaa\x2a\x34\xa8\xff\x34\x56\x4c\x5e\x77\x2b\x72\x3f\xf4\x6a\x7e\x85\x2b\x7b\xd6\x25\xfb\x72\x4c\x7c\x57\xa4\x4a\x2f\x66\xf0\x2e\x97\xf1\xe1\xba\x0c\xc4\x27\xf4\x00\xfc\x91\x11\xcb\x45\x41\x6f\xa5\xac\xa4\x7e\xb9\xcf\xf4\x84\xb3\x96\x92\xa9\x8a\xe2\x4a\x61\x44\xfd\x14\xb9\x4a\x26\x3e\x83\x90\x4a\x80\x3f\x93\xd4\x4b\x5a\x50\x4a\xf9\xf4\xae\x9f\x92\x76\xe8\x47\x43\x2b\xa5\xb0\xb0\x1d\x8a\x84\xc3\x0f\xe5\xc0\x9c\xdb\x86\x6b\xd6\xa5\x0e\xb4\xfd\xb8\xab\xa6\xe8\xa5\xc1\x5d\x5d\x6a\xcc\x1b\xd2\xa4\x4b\x45\x71\x3b\x0c\x36\x05\x2b\xd0\x0e\xb3\xd7\x17\x7b\x36\xef\x16\xec\x7c\xc3\x4a\xfb\x52\x4d\xdd\x0e\x5c\x51\x21\xd6\xed\xd4\x59\xd6\x61\x0c\x7d\x4b\x98\xe2\xde\x4e\x33\x72\x41\x8f\x1a\xe9\xa0\xf0\xfc\xea\xed\x34\x88\x2a\xe7\xbb\x21\x51\xba\xa2\xd9\x24\xfc\x60\xfc\x53\x5d\x1f\xc3\x9f\xc6\x14\xf0\x77\x63\x0a\xc0\xe0\xb4\x53\xf5\x9e\xad\x8d\x2f\x60\x25\x8d\x25\xc3\x01\x79\x7c\x7b\x73\x36\xac\x85\x8a\x2a\xb8\x76\x65\xe4\x01\xaa\x5d\xe9\x81\x07\x5c\x57\x41\x0d\x78\x52\x36\x0c\x01\x13\xc1\x62\xbb\x28\x3d\x6a\x97\xe9\xef\x41\xe2\x86\x6d\x76\x91\x9f\x6f\x44\xb9\xf5\x6e\x6f\x3f\xc6\xab\xfd\x18\x8c\x3f\x68\x60\xfb\x71\x65\x4d\x81\x41\xbb\x32\x4a\x9a\x30\x9b\xcc\xfc\xf4\x83\x00\x45\x40\x8c\xfd\x51\xc3\xe3\xb8\x37\x62\xdd\x28\x4e\x6f\x25\x71\x12\xc0\xd0\xba\xe5\xef\x4d\x05\x96\xad\x0d\x06\x42\x91\xe4\x48\x6e\x75\x11\x55\x99\x60\x49\xed\x2f\x65\x55\xba\x4c\x4f\x5d\x1c\xb4\xb4\x15\xe5\xcf\xf6\xa3\xf0\x96\xfa\x64\x28\xd7\x14\xb3\xfd\x78\xaf\xae\xc9\x65\xab\xa6\x8c\xa2\x1f\xf5\x72\xa2\x88\xe2\xae\xfc\x5d\x7f\xc0\xe9\x1f\x48\x21\xb8\x5b\x1a\x71\xee\xd4\xda\x36\x92\x29\x48\xb6\x5b\x43\x44\xc2\x93\xb4\x21\xcb\x0a\xae\xce\xd6\x90\x42\xb8\x8a\xf8\x92\x25\xae\x10\xf2\x2e\xb8\x6a\x5b\x53\xea\xc4\x02\x35\x63\xc0\x77\x3b\xe2\x09\xd8\xad\xb4\xa9\xc4\x6c\xc8\xb1\xa9\x21\x56\x33\x3b\xb9\x77\x44\xeb\x3c\xa4\x9d\x4e\xe7\xd1\x64\x47\x9d\x37\xa9\x58\xd6\x7d\x93\x02\x45\xe7\x41\xe7\x32\x76\x1e\xcf\x4e\x3f\x33\x20\xb8\x67\xdd\x87\x85\x0d\xb6\xa3\x31\x34\xae\x65\x97\x98\x10\x44\xe4\xe3\x8a\x6f\x98\x08\x69\xa3\xda\x42\x1a\x4f\x47\x98\x08\x69\xdc\xd4\x42\x96\x42\xfc\x4e\xbb\x20\x51\x21\x64\x75\x86\xd5\x64\x75\x9c\xaa\x6a\xb7\xc3\x4d\x09\xef\x1b\x6e\xb4\xa6\x82\x8d\x64\x1c\xbd\x61\x1b\x74\x92\xfa\xa3\x37\x94\x65\x97\x86\x37\x4d\x6d\x99\x57\x51\xd3\x27\x7d\x72\x0d\x36\x24\x59\x10\xe9\x66\x16\x84\xee\xf6\xc1\x84\x85\xb6\x9f\x6d\x18\x36\xc7\x83\x3f\xdc\x1b\xba\x9a\xc8\x0b\xb8\xfa\xda\xe4\xe5\xed\x19\xfe\xf1\x56\x53\xda\xdf\x66\x92\x46\x2b\x35\x28\x85\x95\x38\xc3\x8a\x56\xdb\x34\xe9\x35\x45\x24\xb1\xd2\x0c\x65\x53\x92\x22\x3c\xcb\x88\x69\xd9\xdb\xe4\x7d\xc9\x4d\xd5\x6e\x9f\x0b\xf4\x7f\xf3\x5c\x90\x72\x63\xec\x73\x92\x06\xae\x37\x64\x4b\x59\x1f\x7f\x29\x8b\x61\x7e\x1b\xca\x2a\xb0\x6c\x8a\x1a\x82\xd7\x5b\x43\xb9\xa6\xc9\x62\x53\x9a\x24\x31\x25\x1d\x01\x49\x57\x7b\xbb\x91\xa1\xc0\x3f\xb4\x1f\x4b\x54\xbc\x11\xdb\x93\xeb\xce\xbc\x1e\xc3\x74\x7b\x15\x3c\x5e\x51\xfe\x31\x24\x32\x74\x6b\x42\x72\x5b\xa3\x3a\x73\xa5\x55\x9d\x89\x72\x8f\xe1\xd0\x1d\x4d\xa1\x48\xf9\xd3\x4a\xa4\x3d\x68\x1c\x60\xbc\xda\xc2\xf1\x0f\x86\xbe\x2d\x54\x3a\x8e\x82\x21\xf6\xe5\x9c\x48\x49\x5e\x1c\x45\x03\x6a\x09\xc1\x8f\xf7\xf9\x77\xb9\x2c\x08\x84\xa7\x65\x23\xe7\x80\x55\x6e\x86\xd5\x1b\x22\xcc\x86\x3c\xc2\xd2\xb6\x1f\x1b\x34\xf5\xa2\x68\xdb\x90\xfb\x6e\x96\x9e\xe8\xdc\xc5\xcd\x3c\x01\xde\xa5\xdb\x78\x08\xde\x72\x3b\x09\xa1\xdd\x7a\x4b\x8a\x3e\x3b\x6f\x49\xa0\xd2\x58\x27\x04\x1d\x36\xc8\x43\x8f\xa3\xd8\xe1\x1a\x22\x1b\xd2\x74\xb1\xc1\x04\x99\x5f\xaa\x37\x32\x91\x7b\x84\x88\x34\x63\x97\x46\xfe\xb7\xa5\xb1\xa5\x28\x62\x16\xe0\xa5\x8d\x67\xd8\xe9\xd5\x8e\xf6\x8c\xb8\x26\xbd\x69\x75\xe3\x4a\x7c\xaa\xe7\xad\x43\x0e\x3d\xe9\xc9\xa7\x7a\x9e\x39\xa2\x3d\x2b\xd2\x8d\xcf\xd4\x6f\x96\x45\x06\xa0\x21\xbd\x53\x73\xfb\x3e\x8d\x21\xec\x47\x03\x28\x78\xb6\x7e\x70\x45\xb1\x70\xdd\x3c\x4e\x50\x89\x8e\xda\x8b\xa4\xcb\xbd\x13\xb3\x46\x1c\xee\x78\x94\x93\x25\xa2\xf7\x03\xcd\x69\xb1\x0e\x67\x04\x4c\xed\x87\x67\x64\x50\x46\x19\xdd\x1d\x0b\x40\x8b\xfd\x00\x68\x38\x96\x58\x3b\x29\x0b\xe8\x45\xd9\xdc\x02\x96\xc9\xa5\xc5\x0d\xd8\x75\x3d\x83\xbf\xea\xba\x9e\xc1\x47\x74\xc2\xe7\x8a\x5b\x1d\xee\x46\x81\x5d\x3f\x13\x85\x28\x37\x83\x24\x51\x1e\xee\xa8\x7f\xa0\xab\xe3\x72\xef\x78\xa1\xcf\x6c\xa0\x29\xcb\xb4\x05\xf7\xa7\x23\xe8\x58\xe6\xcc\x2e\xef\x52\x46\xc3\xb1\x4c\x39\x77\x37\x92\x2e\xfe\xdb\xbd\x93\xe3\x49\xab\xdb\xae\x63\x19\x64\xa4\xe3\x58\xa6\x9c\xb8\xe3\x58\x46\x18\x8d\xde\x75\x2c\x73\x19\x2f\xb4\x9c\x97\xbf\x7b\xb0\x1d\xe0\x87\x5b\xaa\x18\xba\x11\xf7\xdc\xa6\xa2\xa1\x0d\x34\xb7\xa3\xb3\xd3\x0e\xb5\xe3\x40\xa6\xbe\xa1\xe3\x40\xa6\xa4\xbb\xe3\x40\xa6\x5a\xa1\x17\x34\x8a\x88\xca\x7a\x01\x38\x97\x08\x07\x32\x35\x38\x1d\xcb\x1f\x55\x06\x9d\x54\x4f\xb8\x3e\xf6\xae\x72\xcd\x15\xaa\xa8\x7e\x9d\x30\x61\xfa\x4d\x42\xd6\x7b\x85\x80\x88\x44\x6a\xda\x84\xba\xea\x64\x20\xa4\xaa\xda\x9c\xbe\xbc\x87\x6b\x8d\x87\xbb\x09\xd0\x7a\x57\xd7\x16\x7f\xf2\x6e\xbd\x66\xd6\x52\xf6\x57\xed\x9b\xc3\xa8\x71\x13\xe0\x06\xf0\x22\x65\xd3\xad\xda\x7d\x37\x5e\x9e\x22\xd6\x8e\x6e\x4d\x23\x8c\x4e\x6a\x27\xd2\x7c\xf7\x4e\x6a\x27\x12\x47\xf6\x4e\x6a\x27\x02\x44\xf4\x2e\x6b\x02\x9d\xe9\x0d\xb2\xe8\xfe\x92\xda\xa9\x58\xee\xda\xc8\xc3\x8d\xf5\x8e\xfa\x86\x1b\xb6\x77\x74\x4e\xcd\x4a\x45\x54\x64\x84\x0e\x47\x25\x06\xa9\xbb\x83\x5b\xea\xa4\x76\xd2\xa8\xba\x13\xef\xd7\xdc\x72\xbd\xab\xc8\x13\x6d\x64\x66\x3c\x35\xc9\xcc\xc0\x24\xf7\xce\xb5\xed\x96\x75\xd8\xa8\x29\x18\x5e\x5d\x34\x08\xae\x73\xa1\x08\x64\x5b\xee\x64\x40\xc1\x3d\x96\x21\xb1\xf4\x08\x05\xb2\xea\x69\x25\x58\x2d\x69\x8f\xd9\x9f\xe0\x57\x3a\x29\x3f\xf5\xb6\xea\x81\xf8\x5f\x7c\x0a\x64\xe7\xd3\x7e\xd0\x59\xb8\x3d\x21\x7f\x61\x5b\x43\xf2\x38\x1d\x63\xf2\xc0\xf7\xf4\xc1\x65\x23\x31\x19\xc8\x8e\x3d\xf8\x32\x3a\x6a\xf8\x3a\x31\xf7\x74\xcd\xeb\x3f\x7e\xa6\xc8\x27\x75\x62\xeb\xe9\x3a\xd7\xc9\xf7\xad\x3b\x5e\x1f\x08\xb6\x3d\x05\x03\x79\xa7\x54\x6f\x48\x28\x20\xff\x9d\x14\x4f\xfa\xe3\x75\x59\x1e\x1e\xe5\x7d\xaa\x6c\x70\x3e\x24\xfc\xd6\x49\xac\x4f\x04\xb2\x1e\xe4\x89\x40\x56\x5a\x37\xf1\x48\xc8\xdf\x07\x65\x3b\x42\x1e\x9b\x75\x6e\x73\x6d\xd9\x29\xc2\xc0\x2c\x23\x60\x43\xca\xdb\xe5\x7f\x10\xb5\xf6\x1f\xff\x33\x65\xd4\xfa\x2d\x67\x0a\x10\x7a\xa1\xe5\xf6\x93\xd1\xdb\x57\x6c\xbf\x93\x03\x65\xd2\x69\xe0\x2c\x02\x28\x17\xf2\xf8\x62\xd4\x3c\x12\xd3\x15\x06\x89\xdd\x69\xd4\x2c\x06\xa4\x51\x33\x2c\x60\x7f\x08\xb3\xe0\x21\x4f\x87\x7a\xf8\xa3\x8e\x51\x73\xde\x5e\xfd\xc1\x06\xdb\x33\xfa\x28\x1c\x14\x5d\x33\xd5\xb7\x38\xfa\x28\x79\xcb\x8f\x1f\xf4\xc3\xa9\xe3\x78\x4f\xc8\xa6\xde\x35\x69\x3e\xf3\xe3\xf1\xc3\xe1\xb7\x1f\x76\xfc\xfa\x61\x7b\xd3\xa6\xba\x2c\xc8\x96\x4e\x32\xf1\xf4\x8e\xd8\x48\x06\xa6\xff\x38\xa1\x2a\x13\xd7\x11\x1b\x0d\x17\xdb\xb4\xdf\xa7\x94\x67\x09\x0a\x03\x6a\xa1\x7c\x66\xeb\xed\x7c\xfd\x47\x54\x72\xc2\x4a\x8e\xc8\x8c\xdb\xbb\xa9\xbe\x7f\xb8\xf1\x17\xc1\x23\x04\x9f\xe2\xd1\x9e\xe6\xcb\x3c\x20\x3a\x29\xbe\x15\xa0\xf5\xbd\xe0\x2f\x19\xf4\xc7\x29\x35\xcd\xae\x7a\x32\x4a\x88\x9d\xbb\xbc\x91\x30\xbf\xc6\xda\x07\xb0\xd7\x74\x0c\x12\x62\x44\x3c\xff\x28\x21\x99\xbb\x7d\x11\x76\x84\x3a\xa5\x64\x57\x8b\xa7\x36\x58\xfb\xe9\x43\x4a\x11\x46\x90\x7c\x2c\xbd\x63\x24\xa4\x4e\xa0\x63\x18\xd4\x44\x66\x0d\x83\x3c\xfd\x1f\xe6\x2c\x22\xed\xc7\xf3\x50\x0c\xfc\xb1\x3c\x97\x9a\xb9\xc0\x93\x4b\xbb\xdf\x38\x24\x53\x41\x19\xc3\x41\x8d\x3d\xe3\x40\xbb\xc4\x02\xc4\x8f\xcd\x99\x3e\x82\xe3\x40\x4e\x0f\x39\x0e\x6c\x89\x39\xfb\x71\xa8\x2b\xa0\x88\x19\x58\xd8\x12\xab\x2b\x6e\x87\x38\x74\x38\x68\x76\xb3\xcd\x8e\x44\xd9\x68\xed\x02\x71\xe6\xeb\x8a\x26\x04\x04\xbe\xec\xea\xc4\xa2\x41\xa8\xf1\xc0\x1a\xb2\x1b\x41\x10\x60\x3d\x39\xe3\xc7\x9f\x14\x95\x31\x71\xda\x2d\x37\x44\x60\x76\xac\x22\x2c\x2e\x49\x10\x8d\x51\x66\x29\x9e\x8a\x1f\x7f\x32\x7d\xb5\x84\x99\x83\x88\x93\xda\x03\x9e\xa4\xea\x5d\x1b\x97\xd2\x29\xcb\xc1\xa6\x33\xb4\x81\xf9\x18\xf9\x22\xa0\xae\x4d\x89\xa7\xcb\x94\xc9\xc8\x0d\xbb\x1d\x05\x32\x43\x5d\x58\x0d\x7d\x4c\xa3\xb0\xce\xc0\x88\x1a\x6a\xfa\x6b\xf7\x89\x02\xbc\x64\x02\x38\x1d\xbd\x68\x84\xcb\xe8\x70\x1d\xba\x5f\x06\xc9\x00\xce\x1c\x09\x2b\xdc\xea\x50\x9b\xf9\x51\x94\xf3\xb6\x4b\x38\x6f\x74\x21\x21\x33\x52\x9d\x76\x95\x95\xa6\x12\x1e\xec\x2a\x0c\x03\x0f\x76\xa2\x03\xf5\xf8\x31\x26\x5d\xdf\xf1\x20\xf4\x8e\x1a\xdf\xa8\xa4\xa5\xe7\xb5\x14\x38\xb3\x97\xec\x73\x53\x66\x62\x30\x12\x84\x4c\xe9\xd1\x18\x8b\x13\x1f\x04\xe4\x55\x27\x18\xf0\x17\x2a\x45\x03\xa3\x63\xa2\x15\xf5\xc0\xe8\x58\x77\xe1\xc0\xbf\x4a\xdd\x62\x34\xfb\xb7\x4f\xce\xea\x69\x7d\xde\x34\xc2\x09\x4b\xa1\xae\x30\xcc\x16\xa9\x14\x31\xba\x07\xc0\xd5\x4a\x16\xc1\x75\xe9\x5e\x24\x80\xa7\xa7\xb9\xe2\x9b\xe8\x3c\x25\x86\x7f\x80\xd3\xae\x3b\xda\xa6\xa9\x40\x31\xcc\xec\x68\xb7\x61\xd8\x76\x16\x23\xcc\xbf\xcf\x24\x30\x31\x26\x2e\x50\x0f\x33\x81\x8b\xea\x44\xcf\x69\xe3\x4f\x6d\x6b\x84\x7e\x95\x36\xe2\x08\xba\xd5\xd8\x1f\x13\xc3\xaf\x07\x82\x10\xc5\x3c\x61\x34\x9d\x69\x7d\x8e\x8a\x27\x13\xf9\x88\x36\x12\x81\xcd\xb1\x8e\xa4\x81\x59\xf1\xd4\xeb\x31\x30\x2b\xd6\x53\x35\x86\x90\x5b\xc9\x47\x10\x03\x0c\x21\x67\x80\x21\x70\xd6\x31\x85\x25\xab\x31\xcc\x77\x0b\xa0\x58\x12\x37\x69\x08\x21\xfa\x88\x3f\xd3\x83\x2c\x43\x04\x49\xee\x31\x8c\x9d\xed\xfe\x4e\x33\x5f\x03\xc4\x14\x52\x7f\xe7\xb5\x83\x1c\x28\xb0\x36\x56\x38\x15\x58\x1b\xeb\x01\x18\xba\x52\xb9\xb9\x53\xe0\x18\x8c\x2c\xe2\xc4\x98\xeb\x31\x79\xa1\x79\x08\xe5\x24\x20\xef\x31\x75\x42\xf5\x77\xf7\xdc\xfe\x31\x0b\xf6\xfc\xde\x66\x10\xf1\x70\xc2\x3d\x0c\x59\xec\xc0\xc0\xb8\x27\xed\xc2\xaa\x98\x2c\x4b\x3d\x6e\x73\x9a\x01\x06\xac\x80\x9a\xa8\x78\x14\x06\xb8\x83\x24\xf5\x9e\xee\x20\x26\xc6\x4a\x15\x02\xbd\x90\xaa\xca\x20\xc7\x80\x36\x64\x01\x1f\xa0\x9b\x44\xfc\xd8\x80\xae\x4d\x58\x20\x33\x31\x52\x45\x3c\xbc\x5e\x5c\x47\x52\x7a\x6b\xa3\x16\xc8\x4f\x34\x09\x0b\xcd\x8a\xd5\x0f\x04\xe9\xba\x35\x52\x0a\xd2\x75\x6b\xfc\x13\x4b\xe0\x00\x94\xd4\xdd\x0a\x78\x63\x09\x9c\x75\x04\xce\x32\x4f\x28\xcf\x02\x99\x0a\xb4\x9c\x0a\x32\x12\x10\x3b\xad\x07\x19\x09\x48\x49\xd5\x63\xf1\xfa\x74\xb1\xc9\x4e\x90\xd7\x01\x8c\x80\xaa\xd3\xd8\xe9\x3b\x49\x99\xe7\x9d\x0b\x67\x72\x02\xd1\x7d\xeb\xfc\x4f\x9f\xdb\xb7\x27\xe3\xa2\x4b\x6a\x32\xf0\xb1\xf3\xfc\xdb\x02\xe8\x3c\xda\x66\x2a\x10\xd5\x10\xaf\xa8\x09\x0e\x32\x15\x10\xa2\xb8\xc7\x06\x6a\xe9\x2b\x82\x16\x35\xe1\x01\xfb\xa0\x16\x39\x88\xe1\xab\xed\x5a\x28\x4e\x11\xd5\x88\xc1\xe3\x2b\x2a\x88\xc1\xa3\xbd\x5a\xbc\x66\x10\xa0\xcf\xd7\x95\xf3\x77\xb6\x55\xd4\x7c\xbd\x18\x59\xd1\x97\xad\x0c\xcb\xc0\x26\xca\xbe\x99\x98\x83\x32\x2b\xca\x5b\x29\x5e\x57\xd4\xb2\x2b\x4a\x59\x5b\x66\x8f\x90\xb6\xcc\x3c\x40\x02\x69\x8c\x66\x88\x81\x2a\x49\x6e\x33\xcc\x7a\xe0\xfa\x64\xd6\x03\xe6\xab\x2d\x73\xb3\x8e\x30\xff\x15\x2c\xa9\x87\x86\xce\xde\x77\xf8\x4d\x55\x6d\x17\x43\x4b\x67\x4f\xd1\x27\x8e\x38\xca\xab\xe0\xd5\x16\x1e\xa9\x5f\x83\x71\xe8\x9c\xc0\xf8\xe3\xf0\x4c\xe5\x47\xba\xa0\x0d\x3e\x34\x8d\xbf\x6c\x83\xb6\x55\x69\xfb\x80\x65\x09\xe5\x5f\xe3\x34\x80\x12\xb8\x38\x48\x74\x60\x64\x90\x41\xda\x6d\x5d\x48\xc6\x89\x9d\xd4\xb4\x8c\x38\x30\xac\x0f\x5b\x93\xf5\x07\xf5\x01\x84\xd4\x06\x25\x2c\x1b\x05\x6d\xda\x00\xa3\xde\x61\x47\x18\x23\x0f\x7f\x7f\x25\x87\x95\x0f\x5e\xcd\x9c\xb8\x41\xa2\x03\x52\x5c\xf6\x71\x29\x84\x60\xb4\x2b\x6f\x38\x5a\x93\xdd\x80\x74\x91\x7d\x90\xdd\xa0\xb0\x81\x43\x4e\x86\x53\x30\xc8\x68\xa0\x7b\xc7\xb8\x30\x39\x16\xa2\x0b\xb3\xde\x61\x1d\x21\x2a\x94\x89\x37\x32\x2d\x03\x10\xc7\x6f\x14\x84\x09\x02\xa1\x11\xb4\x7d\x92\x79\xbb\x80\xb0\x23\x19\x1d\x6e\x98\x81\x11\x74\x0a\x76\x06\x71\x88\x2f\xe7\x5f\x84\xc8\x5e\x59\xb0\x69\x1d\x20\x0a\xcb\x08\x3f\x9c\x99\x46\xd0\xce\xa6\xa8\x5c\x83\x15\x19\xe4\xe4\xd6\x09\x68\x20\xa8\x51\xe2\x38\x14\xd4\x0c\x7f\x47\x50\xe3\x3a\x56\xc1\xa6\x53\xe5\x34\x30\xa9\x43\xeb\x68\x97\xa2\x2a\xec\x2b\xfe\x21\xd4\x0e\x86\xd9\xb1\x98\x48\xa4\x9f\x71\xc0\xa5\x0e\xed\xa3\xc3\x5e\x05\x9b\x69\x92\xa0\x9b\xbc\x9e\x7d\xe0\xa5\x55\x12\x22\x77\x19\x88\xb4\x8f\xb6\x8e\x79\x94\xdc\xc0\x06\xd4\x6e\x08\xfa\x25\x1d\x80\x46\x6b\x4a\x91\x18\x00\x2e\xab\x6a\x05\x3e\x9a\xea\x19\x48\xf7\x20\x9a\x60\xa8\x87\x1a\x1d\xd9\x8d\xe3\x69\xa8\x0c\x85\x1b\x81\x28\xc6\xc9\x91\x04\x51\xbf\xd1\x11\x18\xa1\x8a\xc3\x1a\x2a\x8b\x91\x81\xf4\xc5\xed\x09\xac\x6a\xa1\x22\x43\x43\x65\xcf\x42\x28\x3f\x62\x2c\x62\x0c\xfb\xa2\x18\xda\x26\xbb\x46\xda\x26\x3b\xe7\xc0\x08\xd5\x95\x27\x08\x8f\x3e\xf6\x83\x20\x3c\xfa\x8f\x8d\x81\xde\x0d\x71\xc8\x18\x18\xce\xda\xa7\x66\xca\x59\x27\xef\x67\x1b\xa3\x84\x13\xbf\x06\x40\xbb\x90\xda\x2c\x43\x06\x47\x06\x0a\x74\x07\x07\x50\x8b\xce\x1a\x2d\x8b\xfe\x83\x19\x8c\x3f\xed\x7f\xc7\x60\x7a\x62\xe8\x60\x89\xb9\x9a\x86\x86\xcb\xdc\xf5\x43\xc3\x65\xb7\x77\xba\xdc\x2c\xe5\x64\x1a\xe2\x15\x71\x7c\xb4\x4a\x1b\x84\x20\x54\xcc\x3e\x08\x41\xa8\x4f\xcf\x98\xfa\xee\x78\xc6\xa6\x10\x3a\x18\x40\x88\x1a\x13\xb9\x9c\x38\x43\xbc\x1e\xfd\x99\xc7\xed\xba\xf2\xbb\x06\xc9\xee\x9b\x06\xc9\xee\xf9\x8d\x6e\x13\xba\x3c\x34\x48\xce\xb6\xe6\xfd\x80\x03\x1f\x5a\x24\x8b\x54\x5a\x24\xbb\x7c\x37\x4b\xe9\x66\x11\xc6\x58\xe7\xd3\xa1\x45\x32\x6c\xd2\xb8\x05\xd4\x4e\x05\xd4\x3e\x41\x06\x18\x85\x71\x8b\x0c\x4c\x86\xbc\x8a\x61\x3f\x0f\x40\x8b\x48\x8f\xab\x48\xdb\xc7\x03\x43\x9f\x3f\x4e\x6a\xc8\x25\x0e\x83\x01\xb9\x1b\x4a\x54\xc8\x08\xd0\x07\xe6\xcc\x4d\x89\xd3\x78\xf2\x62\xa0\x49\xfa\x5c\x09\x87\x29\x14\x55\x35\x8d\xe5\xf6\xb0\x4a\x4b\xf6\xd3\xce\x7e\x6c\xd0\x30\x4a\xc5\xc0\x5a\x59\x13\x90\x81\xb5\xb2\xc6\x98\x03\x6b\x65\xdf\x4a\x63\x61\xf9\xa0\x2d\xcc\xf8\xf1\x4a\xc5\xc7\xd2\xd0\x5c\x59\x6a\x85\xb9\xb2\x8f\x9f\x81\xb9\xb2\x06\x87\x03\x35\x93\xd1\x44\x06\xc9\x15\xb5\x32\x1d\x58\x28\x6b\x1d\x3a\xb4\x50\x76\xc9\x48\xae\xa8\x65\xe9\xd8\x8d\x47\xb4\x75\x30\xa7\x75\xdb\x7e\xac\x52\x51\xc1\x3e\x7e\x9c\x52\x51\xf1\x3e\xb0\x50\xf6\xf1\x36\xb4\x4a\x76\xf6\x9b\xc7\x38\x8f\xbd\x41\xc4\x1e\x7d\x0f\xc7\x8b\x30\x42\x8a\x8c\xbd\xb1\x8f\xba\xf1\xa2\x9d\xf6\xdc\xa2\x54\xea\xf9\x3b\xe3\x3a\x2f\x4c\x8c\x0d\x50\x32\x7e\x5c\xd0\xd0\xaa\x76\x90\x65\xd1\xe7\xcf\x78\x11\x93\x8a\xb3\xaf\xf0\xd8\xf6\xa5\x1f\xeb\x7f\xf4\x43\x99\x8c\x07\xfa\x06\x8d\x0f\xd8\x3c\x5c\x9f\x6b\x05\xcc\x9a\x1e\x4b\x8f\x3e\xd6\xca\xbd\xf8\x58\x2b\x6f\x1a\x4d\x8f\x3d\xbc\x1f\x5a\x74\x51\xed\x13\x66\xfb\x64\x83\xdd\x6c\x62\xf6\x68\x6b\x3a\x88\xd9\xa3\x2a\x78\x10\xb3\xc7\x30\x3a\xe3\xdb\x94\x7f\xeb\x30\x61\x6d\x0c\xdb\xdd\x67\xb2\x36\xf0\x74\x13\xd6\x26\x0c\x24\x33\x0f\x75\x2e\xcd\x7f\x58\x53\xe8\xdf\x3c\xdc\xd7\x49\x99\xf5\xbd\xfc\x1d\x58\xb9\x46\xe7\x81\xc6\x9f\xcb\x7f\xea\xd5\x75\x1c\xe3\x2f\xd2\x36\x71\x2b\x27\x9f\x47\x9f\xc4\xf1\xe9\xa7\x3d\x2b\x4d\xb7\x37\x30\x35\x47\x64\x27\x2e\x21\xc4\x08\x1c\x6a\x33\x0d\xe3\x03\x5d\x9d\x27\x58\x0b\xc7\x34\x09\xe9\xa3\x58\x62\x1a\xd2\x07\x32\x3a\x4f\x0f\x71\xa5\xdc\x98\x91\x6d\x39\x5e\xa7\x75\xd4\xa9\x08\x84\x12\xa5\x99\xff\xdc\xc6\x77\xb2\x39\x5a\x00\x75\x22\xf3\xb2\x2f\xfe\xb8\xc4\x2c\x5a\xe0\x69\xde\xb5\xac\x98\xda\x1f\x73\x7c\x66\x41\x9b\x0d\x93\x3f\x89\xb3\x43\x40\xcd\xdf\x83\x09\xd4\xf2\x77\xa4\xdd\x3c\x83\xa6\xe6\xc7\xdc\xc3\x13\x7e\xc8\x78\xc2\xbf\xb7\x04\x8d\x99\x45\x41\x25\xc0\x6b\x64\x6a\x7e\xec\x06\x13\x98\xe7\xca\xfa\x08\xe3\x87\xe5\x4d\xa7\xd6\x79\x8d\xae\x6b\x63\x20\x75\x9e\x5a\x1f\x8b\x43\x5a\x1f\x43\x63\x67\x05\xea\x6a\xb9\xb8\xf1\x4c\xad\x0a\x76\xa3\x0c\xd8\xd5\xb2\x31\xfb\xc3\x0f\xec\xb8\xb3\xb5\xe0\xb1\x60\x15\xf0\x84\x02\xdb\x65\xe3\xcc\xcd\xea\xda\xd1\xb6\x01\x05\xd4\x7a\x36\xd7\x8e\x7e\x1a\xa2\x49\xd1\xb8\xa1\xbc\x70\x06\xc9\xde\xc0\xad\x4f\x7c\xc1\x7c\x21\xcd\xc6\xda\xf1\x24\x98\x38\xb1\xab\x86\x9b\x18\x38\x5f\x59\x5f\x40\x01\xa2\x3d\x0c\x60\x1d\x01\x75\x00\x94\x1a\xcd\x3e\x31\xe2\x6e\xd6\x07\x68\x98\xbe\xd9\xdd\x70\x96\xb1\xe7\x51\x04\xea\xee\x3a\x02\x75\x77\x06\xcc\xcc\x60\x88\x87\x67\xa4\xbb\xfd\x36\x40\xfd\x52\x2c\x87\xf7\x0d\x20\x11\xb6\xa7\x3b\x9d\xce\x14\x3c\xec\x84\xf0\xd1\x8d\x6e\x76\xa7\xc0\xd4\xb0\x88\xd6\xfd\x6b\x12\xe1\xb9\x8b\x3a\xdd\xc3\xe6\xef\x4c\x81\x1b\x76\x86\x87\x8d\xfe\x89\xe6\xa3\x93\xea\x0c\x3d\x88\x5d\x97\xd4\x63\x35\x6b\x89\x0a\x96\x1b\x23\xd0\x2b\x86\xd2\xda\x43\x4c\x74\x5a\xdd\xf9\xab\xd3\xe2\x5a\x9c\xe4\x98\x30\x00\xc6\x24\xb4\x8f\x8e\x86\x33\xc0\x16\x09\xd4\x30\x5c\xd5\xf4\xe3\xa2\x23\xa0\xf8\x71\x71\xd3\x67\xcb\x34\xc2\xf3\xc1\x75\x30\x07\x9a\x22\xcf\xd1\xf0\x38\x23\xa8\x9e\xe4\x7f\x52\x55\x3b\xc7\x4b\x99\x9e\xd0\x4b\x29\x4c\x99\x13\xf1\xec\xdf\x9e\x5b\x73\x62\xb0\xe4\xea\x4c\xd5\x68\x76\x40\x4c\x23\x61\xff\x71\x62\x53\xf5\xf9\x9c\x18\x8b\x7b\x1a\xa6\x3a\x76\x8f\x03\x4a\x2b\x95\xc6\x73\xde\x54\xb2\x31\xd6\xe2\xdc\x3a\xf3\xc7\xa1\x55\x6d\x2f\xe7\x04\x72\xb7\x7a\x9a\x41\x46\xd2\x95\xca\x2c\xa0\x50\x99\xe5\x4e\x60\xcc\x53\x8d\x97\x30\x6f\x52\x1b\x48\xd7\x6f\x64\xce\xc5\x32\x42\x67\x0f\xd6\x8d\x41\x09\xf7\xda\xbc\x01\x3b\xdb\xaa\xfc\x72\x00\xa0\x46\x26\x34\x6f\xa1\xb6\xbe\x50\x5b\x1f\x73\x7c\xa9\x2f\x26\xd1\x6a\x5e\x26\x5a\x30\xcd\x6b\x27\x91\xa4\x75\x86\x9c\x0f\x13\xf0\x06\x78\xd4\xc6\x01\xdb\xe3\x23\xdd\x83\xf8\xb8\xee\x56\xc2\x98\x9b\x4b\x7d\x3e\x4e\x80\xb5\x26\xd8\xb4\xfa\xf9\x49\xb0\x69\x2d\x60\xe7\x23\xd0\x00\xf7\x08\xa8\x75\x04\xd4\xfe\x41\x12\x84\x51\xf3\x61\xa9\x8b\x7d\x0a\x28\x93\x41\xdd\xd5\xf3\xee\xc1\x94\x5a\x5b\xe3\xb9\x50\x23\x78\xf4\x96\x2b\x4d\x47\xcb\x95\x66\x00\xd2\x5d\x28\xe3\x99\x0b\x80\xe0\x1a\xe6\x62\x15\x45\xa2\x25\x70\xd6\x67\xef\xbd\xff\x96\xab\xe8\x58\x62\xb0\x63\x01\x9c\x14\x6c\x13\xb0\xdd\xf3\xb2\x33\xb6\xaf\x7f\x00\x10\x6c\xcf\xdc\x02\xc4\xec\xb7\xc9\xd6\xdc\x03\xe4\x60\x83\xfc\x18\x7d\x12\x67\x5a\x69\xe2\x7c\x53\x6c\xc2\x42\x22\xb3\x3a\xf4\xf1\x9f\xd8\x3e\x1f\xfa\xd7\xcf\x57\x4d\xe4\xb4\x0d\x06\x7b\x7a\xe7\x4f\x34\x63\x87\xf6\xa0\x93\xc4\xd8\x5a\xf7\x4f\x05\x57\x86\x6a\x9a\x68\xc6\x0e\x83\x30\x4c\xc4\x55\x87\x21\x75\xe6\x8b\x51\xbd\x58\x83\xef\xfd\xa1\xab\xff\x44\x30\x75\x18\x1c\x60\x7e\x42\x26\xab\xf1\x61\x3d\x2f\xc2\x7e\x42\x29\xc6\x7e\x02\xe6\xf1\xff\x12\x30\xc6\xff\x74\x4e\x90\xd9\x31\x2b\x85\xf2\xb2\x89\x45\x91\x09\x52\xfb\xfc\x04\xd3\x9d\xfb\x04\xd3\xad\xf8\x00\xd3\x5b\xec\x13\xcc\xc3\x5a\x9f\x1f\xbf\x61\xee\x43\x7d\x2f\x67\xec\x3e\xd0\xf7\x42\x0d\xee\x03\xe3\x7f\xc8\xc7\xad\x3c\x4a\x85\xdb\x7d\x08\xff\xe5\x07\x56\x91\xe0\xdc\x7d\x68\x15\x09\xa2\xdd\x87\x73\x81\xc6\xdd\x24\xb4\x38\x0c\x4a\x71\xc3\xb8\x1d\x86\x5c\xb8\x49\x6f\xa1\x33\xcd\x7d\x68\x3a\xd2\xe2\x2f\x92\x77\x6b\x92\x64\xb0\xd4\x1b\x91\xd8\x61\x78\xc5\xfb\x70\x6e\x10\xb1\xfb\x64\x3a\xe0\xd9\x7d\xba\x03\x41\xd9\x19\x40\xac\xee\x33\xf1\x84\xe6\xa7\xdb\x01\x9a\xde\x67\x6a\xac\xed\xcb\x29\x70\x34\xef\x13\xbf\x8c\xb0\xac\x56\xa6\x5a\xcb\xdd\x38\xfc\xd0\x70\x8a\x45\xbf\x4f\xa1\x3c\x04\x00\xed\x7b\x08\x18\x5e\x40\x30\x21\x37\x46\x4b\x87\x41\x40\xee\xcb\xcd\xa0\xab\x4b\xef\x0b\x60\x44\x11\x78\x68\x46\x78\x5f\x89\x3f\x8c\x71\xb9\xe6\x87\xd5\x54\x6c\x0b\x30\xd6\xd5\x53\x19\xdd\x4d\xb8\xeb\x46\xe6\x85\x7e\x1b\x9e\x48\xdf\xa6\xfb\xca\xc0\x18\x74\x5d\x34\xbd\x74\xd3\x30\x89\x6e\xd2\xf7\xbb\x54\xff\xf1\xe3\x87\x01\x1a\xb1\xdc\x45\xb5\x3e\xa3\x14\x74\xe9\xee\x4a\xb9\x29\x5b\x47\xad\xbe\x3b\x54\x54\xb2\x73\xfc\xef\x82\x73\x86\x48\x66\xd2\x70\x15\x3d\xb7\x59\xc3\x0d\xd1\x73\x57\xd7\xc8\xce\x88\x52\x74\x7a\xa3\xdc\x35\xe5\xbf\x74\x50\xd1\xfd\x73\x12\xee\xaa\x05\xa7\xb8\x0c\x67\x78\xaa\x8d\xbc\x89\xe5\x68\x58\xf2\x9b\x04\x1e\x23\x07\x99\x0e\xef\x1f\x0f\x7f\xd8\xc0\xe8\x27\x4e\xab\x0a\x17\xf4\xea\x6e\x5a\x1e\x88\x3a\x2d\xe1\xa2\x4d\x33\x64\x88\x70\xa1\x6f\xac\xc6\x16\xb8\x9b\x0b\x59\xfc\xa7\x09\x18\x50\x36\xa1\xe4\x8c\xdf\x4d\x6f\x0d\x48\xc1\xdd\x5c\x63\xcb\xae\x31\x4b\xd9\x34\x9d\x70\x23\x5a\x2e\xb2\xa3\x68\x3a\x21\xcc\xcd\x85\x2d\xb6\xc7\x2b\xc7\xad\xe8\x09\xbf\x1f\x27\x7f\xd0\x9c\xac\x61\x24\x9e\xe8\x37\x36\x4e\x43\xfd\xd0\xdd\x13\x7a\x00\xee\xc9\xf8\xd8\x5c\xe8\x9d\x31\x6c\xe3\x79\xba\x61\x5d\xac\x84\x10\xdf\xdd\x55\x16\xdd\x7a\xc2\x6f\xd7\x2c\x79\xd6\x12\x7c\xb7\xb2\xe7\x92\xb3\x31\xa1\x7b\xb6\x6b\x11\xc9\xc2\xd2\xc6\xf8\x48\xfa\x37\xdd\xd8\x64\xb7\x23\x3f\xde\xff\xfe\xd7\xb4\x27\xbe\xb5\xc2\x96\x89\xbf\x07\xce\x2a\xdc\x6e\xf7\x3f\x23\x6c\xfa\x1a\x66\x94\x76\xf9\x86\xbe\x36\x70\x4f\xf7\x20\x20\x97\xf4\x6e\x18\x1c\xae\xf9\x61\x40\x38\x18\x91\x5b\x57\x38\x99\xb2\x7b\x98\x4a\x5b\x72\x9b\xb9\xd0\xb9\xc9\x6e\xbc\xdf\x4e\x4d\xa0\xee\x61\xdc\x3a\x89\xca\xd0\xb8\x72\xfc\x4d\x17\x7f\xfc\x63\xd3\x2c\xe6\x9e\xce\x01\x3e\xe4\x36\xf6\x91\xaf\x89\x7b\xe6\x1c\x18\x69\x3a\x07\xe0\x99\xce\xa1\x5a\x2b\x2d\x9d\x01\xe1\xc7\x33\x36\x8d\x64\xee\xcc\xb6\xee\x72\x4e\x4d\x7b\x9b\xed\xf5\x10\xaa\xfe\x83\x87\xd0\xb4\x2f\x25\xbb\x52\x9c\x99\x73\x63\xa5\xa7\x5b\x20\xd2\xdf\x82\xcf\x1f\xb7\xe0\xc3\x5e\xdd\x37\xde\x4e\x12\xe2\x1f\xdf\xd8\x34\xa3\xbf\x6f\x9d\x9d\x9a\xad\x85\x5e\xcc\xbe\x85\xbe\xd9\x17\xe7\x47\x23\x82\xdb\xc8\x90\xbe\x5c\x6e\xed\xc2\x35\x92\xb9\x6f\xcc\x6d\x84\xfe\xd6\xaf\xc8\x75\x31\xa4\x92\xca\xc9\x1b\x1e\xb0\xe9\x2f\x7e\x3f\x84\x67\x13\xfa\x47\x1b\x79\x31\xe8\xf1\x38\x48\x59\x48\x22\x6a\x78\x93\xfb\xd1\x27\x64\xd8\x97\x41\xff\x86\x7d\x3d\xd4\xb2\xb9\xc3\xc3\x2c\xde\x9a\x87\xfb\xe0\xbd\x89\xd3\x68\xf0\x96\x7b\x39\x3a\x4b\xb4\x8c\x5c\x05\xa7\x76\x2f\x63\x69\xc1\xfc\xde\x44\x4d\xba\xe4\x78\xef\x25\xc3\xef\xf0\xb8\xcc\x35\x59\xac\x7b\x99\xf3\xe4\xf0\xc3\x20\x80\x62\xc2\xd2\xaf\x49\xf8\x97\x16\xdb\x2e\xec\x32\xcf\x89\x07\x68\xeb\xcb\xe4\x66\xc0\xef\x5d\xfa\x0e\xde\x3f\x7e\xaf\xc9\xd6\xdc\xaa\x3a\x55\x60\xdd\xc6\x4c\x92\x15\xba\xb7\x8e\x55\xe2\xfc\x36\xd1\x9f\x1d\x13\x37\x52\xea\xb7\x13\x16\xd6\x42\x9b\x28\x78\xaf\x3b\x6d\xa2\x44\x44\x8d\xc7\x75\x69\xbc\x5f\xe1\x72\x61\x5f\xbd\xbf\xe0\xb6\xef\x97\x98\x89\x70\x68\xf7\xab\x8f\x97\x8b\xf9\xcf\x5c\xca\x5a\xb7\x1f\xc0\x65\x64\x46\x3d\x4b\x6f\xec\xa5\xc8\xde\xdd\x6f\xa3\x34\x6a\x3b\x7a\x6b\x2f\xae\xc0\xff\xfe\xf4\xe4\xe2\x59\x7b\x7f\x72\xb5\x92\x5c\x58\xbc\x92\xeb\x9f\x01\x19\x79\xa7\xdf\x04\x64\xd4\x21\xe7\xfe\x71\x78\x29\x50\xb8\x61\xf0\x8a\xd7\xf0\x03\xeb\x56\x0e\x08\xeb\x83\x90\xad\xf8\x82\x7f\xe0\xd7\x8a\x37\xce\xf3\xe3\xd7\x9a\x8a\x94\xe7\x68\xee\xb8\x4d\xf0\xb2\x62\xf1\x1f\x78\xaf\xf4\x02\x79\x0e\x73\x4e\xb1\xe1\xcf\x69\x44\x47\x5a\x60\xb6\x5d\x44\x8b\xe7\xc7\x2b\xe5\xa1\x78\x60\x95\x8a\x5c\xe8\x03\x47\x54\x64\xc8\x9e\x33\x8f\xbe\xff\xe0\x89\xa5\x60\xef\x51\x3d\xc8\x18\x18\x40\x41\x47\x1f\x6c\x9e\xf4\xe0\x78\x7e\x9c\x4e\x57\xc8\xf6\x90\x55\x4c\x9d\xc4\x63\x58\xa4\xf9\xa7\xe4\xef\x41\x29\x58\x0f\x87\x43\x67\x05\xdd\x78\x50\x04\x56\x3b\x2e\xea\x63\x2c\xa3\x37\x80\xce\x3c\x28\x08\x2b\xb4\xf4\x31\x4a\xd2\xc8\x4a\x08\x75\x84\xb6\x28\xe4\xb5\x81\x82\x66\x26\x5a\x10\x33\xc2\x4b\x3c\x64\x36\xd7\x97\xe4\x29\x8a\x19\x2d\x2b\xf9\xb0\x0e\x02\x5f\xdb\x2a\xf7\x02\x43\x1f\xe5\x5e\x2e\x3e\x1e\xf8\xea\x1c\x1f\x45\x5d\x70\xb6\x0f\xb1\xa9\x55\xfd\x3d\xe4\x32\xd7\x16\xec\xa9\xc8\x37\x20\x21\x4f\x25\xb9\xd1\xb4\x4f\x9e\x77\xcd\x7e\xf0\x59\x6f\xd6\xf1\x79\x67\x5b\xde\x9e\xee\x6d\x85\x59\x15\x86\x86\xab\xb0\x30\x34\x5f\x3b\x70\x3f\x4f\x33\xde\x1f\xc4\xf7\x49\xb6\xa6\xda\x24\xd9\x1a\xdb\x24\xf3\xc5\x80\xcd\xdc\x09\x97\x1d\xc0\xca\xb8\x02\x2d\x93\xff\xfa\xb1\xb8\x14\x6c\x6e\x28\x45\xd7\xfe\xc7\xbc\x34\x83\x28\x3d\x3d\x69\x0f\x7f\x90\xb8\xcc\xa7\xe6\x83\x81\x76\xf1\x67\x92\xc1\x5b\xe4\xd1\x09\x10\xf0\x2d\xca\x9f\x1e\x53\x79\xb8\x4a\x5d\xd4\x61\x85\x61\x3a\xa2\xbb\x04\x81\xe4\x87\x43\xff\x98\xc8\x5c\x13\x99\x47\xa7\xb0\x84\x3a\x64\x2c\xad\x25\xf9\xb7\x8c\x0a\x96\x91\x61\x4b\xc2\x3b\xfe\x41\xd0\xe4\xc8\x64\x15\x53\x13\xf3\x68\x07\x05\x51\x79\xc8\x5b\xaa\x52\xe0\x19\x72\x3e\x22\x0f\xe9\xc6\xd4\x64\x3e\x43\x1e\x18\x18\xb0\x89\x52\x45\xf7\xe0\x2f\x66\xc4\x83\x87\x54\x1e\xf5\xf0\xf7\x89\xce\xd9\xb6\x37\x65\x06\xc6\x41\xec\xc8\xf2\x47\x99\x53\x94\x2a\x40\xfa\x21\x5e\x91\xc6\xcf\xcf\x44\x26\x0d\x23\xfb\x60\x20\xad\x75\xf5\x33\x91\x75\x67\x19\xad\x4c\xd6\xe7\xe0\x88\x3b\x53\x21\x1b\x30\x1b\xdc\x59\x0f\x90\x47\x7f\x79\xdd\x4a\x1e\x23\x3d\x8b\xce\xb7\x4f\x20\x87\xbb\xf3\xcd\xe6\x3f\x32\x9b\x52\x28\xd3\x87\xe7\x5e\xdd\x32\x7e\x76\x0c\xea\x40\x52\x9f\x27\x51\x87\xe6\xbf\xcb\xbd\xe9\x9e\xf6\x60\xd9\x24\xa5\x7e\xb8\xce\x8d\x66\xf1\x10\x30\x51\x45\xf0\xf3\x04\x4b\x46\xa7\x0f\xce\x06\xe2\xc2\xb3\x98\xaa\x65\x94\x24\x4e\xe2\xc1\xe5\x0d\x29\xfb\x43\xa0\xa1\x8e\xfc\xf1\xc9\x40\x43\xa2\xff\x72\x0e\xed\x4f\x77\xb0\x27\x8d\x97\x9d\xc8\x92\xb3\x10\xad\xb9\xcd\x8b\x7c\xc2\xb3\x54\xef\x53\x5c\x4c\xca\x32\x66\xa1\x56\xe7\xc2\x74\xae\xe4\x13\x33\x82\xf9\x83\xc1\x92\x31\x20\x9e\x8d\xbc\x58\xca\xbc\x35\x43\xa0\xe8\x72\x58\x3d\x6d\x8e\x29\x4b\xb0\xad\x73\xb3\xf6\x76\x0f\x30\x6c\x09\x97\x79\x46\xe0\x7b\xb6\x68\xcf\x32\x91\x4d\x5c\xb5\xeb\xa3\xb8\x27\x61\x78\x7f\xc7\xd9\x30\xf9\xcf\x5b\x40\x63\x2b\x49\xac\x01\xe2\xed\x94\x19\xec\x77\xab\x87\x96\xa4\xcf\x2b\xda\x03\xd0\xab\xf5\x83\xe7\xf3\x45\x13\x28\x32\x11\xe8\x47\x26\xfc\xf9\x10\x6b\x4b\xf4\x95\xb9\x28\xbe\x7f\x48\x24\xde\xbb\x0d\x10\x7e\xb9\x2a\x29\x58\x61\x72\x4b\xc1\x8a\xd6\xc5\xeb\x48\x5a\x19\x7c\x88\xe3\x70\x8d\xeb\xd0\xc6\x17\x94\x5b\x26\x07\x35\xe1\xc6\x42\xb4\xe2\xf5\xbc\x0e\xe9\x26\x44\x7b\x1d\x83\xd5\xb4\x2f\x1f\x17\xdd\x5a\xba\xd6\x4d\xff\x91\x53\x6a\x7e\xe0\x0f\xad\x51\xd9\xfa\x5d\xef\x86\x89\x5b\xa8\xb4\x20\xa1\x0b\x8d\x16\xe7\x66\xe9\x9d\x05\xc3\xb3\x08\xad\x2c\x62\x2e\x62\x19\x1a\xe2\x78\x9d\x08\x0f\x2d\x62\x0e\x0c\xaa\xad\x53\xd9\x82\xdd\x10\x72\x53\x91\xc7\xc2\x69\x4b\x35\xe3\xc2\x4f\xcb\x6d\x5f\x97\xa6\x4a\x8c\x75\xd5\x5f\x99\xdd\x5d\xd8\x05\x19\x11\x73\x5d\x9d\x3a\x2c\x2b\x0a\x2f\xad\x24\x16\xe9\xc6\x83\xdb\x60\x5d\x9e\x38\xfa\x29\x6e\x22\xc0\x99\x9f\xcb\x6b\x76\x15\xcd\x47\x61\xc5\x56\x51\x2c\x4a\xaf\x5e\xf6\x27\xc5\x74\xf2\xb6\x41\x67\xc6\xd6\xd1\x18\xc8\xa1\x8b\xd9\x34\x29\xc2\x45\x2b\x9b\x5b\x25\x89\xba\x63\x3f\xbf\xd6\xe0\xc6\x32\x47\x85\xba\xb0\x55\x0c\xdd\x45\x91\xec\xf3\x50\x84\x55\xcd\x13\x42\x11\x4d\x2f\x2b\x41\x82\x8a\x9c\x00\x9e\xe0\x46\xc6\x59\x95\xe0\xc3\x9c\xdf\x85\xbc\x22\xd3\x9f\xad\x8a\x19\x76\x36\xd6\xae\x1a\x40\x91\x50\xe4\xd2\x35\x02\x1d\x3b\x49\x52\x75\x99\x91\x65\x71\x5b\x1f\x6e\x13\xf7\xb3\x74\x7f\xb5\xa1\x13\xa0\x1f\x48\xf0\x0e\x1b\xdc\xae\x0a\x13\xe6\xe2\x3e\xdc\x70\x43\x2f\xbb\x10\xc4\xe4\x71\xa5\xbd\xc2\xaf\x3f\x79\xb7\x85\xde\x4a\x4b\x87\x45\xcc\x65\x63\x41\x2c\x62\x2e\x93\x0f\xb5\xaf\x8e\x11\x38\x2f\xd1\x85\x64\x41\x7d\xe4\xea\x18\x69\x8b\xb4\x5c\xea\xba\xf1\xac\x8e\x41\x38\x0c\xc7\xea\x18\x69\x7b\xbc\x30\x94\x4e\x33\xe1\xf5\xbb\xed\x33\xec\xe2\x32\x99\xb9\x98\x44\x8c\x66\x33\x4b\x2d\xb4\x50\xaa\x1a\x17\x29\x47\x8d\x72\xbe\x42\x87\x6d\xdb\xfa\x04\x74\x04\x98\x03\xc9\xc7\x22\xe7\xa8\x49\x2b\x16\xce\xe3\x19\x1f\x74\x85\xa0\x3a\x02\xa0\x4a\x30\x22\x63\x49\x50\xf6\x9d\x63\x9d\xcf\x28\x1e\x7c\xc8\x1e\x38\x67\xd8\x03\x6f\xda\x85\xf8\xc2\x98\x98\x0b\xee\x40\x55\xeb\x82\x3b\x30\x69\xd6\x42\x78\x21\x05\x5c\xc6\x61\x76\xdf\x88\xc3\x6c\xa0\x8e\xf5\xe3\x0e\xba\xac\xee\x1a\xae\xa3\xfd\x40\x67\xa4\x79\xc8\x30\xd4\x65\x2e\x2c\xa6\x75\x5e\x59\xc3\x25\x65\x89\xa6\x4b\xca\xc4\xa6\xcb\xc8\x7e\xcc\x02\x81\xa0\x7f\xdd\xcd\xc5\xc8\xe9\xde\x5b\x47\xd8\xfc\x9d\xfd\xf6\x10\x4d\x8d\xfe\x81\x61\x62\x94\x9f\x65\x08\xa2\xb8\x32\x71\x00\x70\x8e\x13\x62\xe4\x16\x23\x81\x48\x61\xec\x82\xfd\x68\x86\x29\x5c\xb7\x97\x84\xd3\x37\x3c\x33\x57\xd2\x32\x3c\xb3\x74\x87\xf0\xcc\x9a\xb5\xac\x9b\x87\xba\x58\x74\xcb\xb9\x39\x1f\xe2\x33\xcb\x02\xac\xcc\x52\x4a\xa7\xea\x93\xf4\xe2\x5a\x8f\x46\x9f\x56\xc2\x4a\xdc\x05\x83\xdf\xd0\x7c\x61\x61\x3d\x6d\x44\xb2\x85\xf5\xb4\xaa\xff\xa5\x29\xd0\xb0\x2d\x1b\xc5\x53\x6c\xe1\x42\xa5\xd1\xc7\xd2\xfb\x5c\x32\xa5\xcf\x94\xa7\x79\x09\x9c\x65\x80\x83\xd1\x5d\x18\x52\x6b\xe4\xb2\x30\xa4\xd6\x48\x67\x61\x48\xad\xd1\xca\xd2\x84\x08\xd6\x6d\x61\x48\xed\xdb\x6e\x2d\xe0\x74\xb1\xe1\x4b\x92\x6c\xc2\x96\x68\xa8\xb2\x56\x1a\x97\x32\xf9\x25\x70\x4c\x06\x0b\x6b\x79\xc3\x85\xaf\x95\x89\x3e\xfb\x22\x3e\xb3\x12\xa9\x05\x97\x62\xdc\xb5\x45\x7c\xe6\xa4\xf7\x24\x36\xd5\xd0\x62\x61\x62\xad\xb9\xcf\x22\xc9\xa9\x46\x17\x4b\x3d\x13\xe2\xe0\xa5\xb9\xb5\x17\x19\xec\x8b\xe6\x44\x6b\x4f\xea\x5b\x07\x33\x5f\x57\xcb\x10\xce\xd3\xfe\xc5\x03\xeb\x8b\x52\x7f\x7a\x7e\x2d\xf9\x1c\xf1\x73\xeb\xba\xe6\x4d\xf8\x1a\x8e\x84\x3f\x5e\x25\x4e\x40\xfb\x8a\x93\x40\x68\xda\xb0\x6e\x59\x4b\x03\xdb\x8a\x17\xac\xab\xb9\xc0\xba\xfd\x30\x0b\x0f\x9b\x99\xc0\xae\xfc\xe3\xe1\xb4\xd9\xd1\xa2\x6c\x25\xa7\xc1\x92\xbd\x72\x64\xd6\x17\x61\x58\xee\x1f\x8f\x74\xe9\x4a\xb3\x3e\x11\x86\x3a\x9f\x4b\x0f\xd0\x9f\xc8\xcc\x92\x61\x7f\xad\x3a\x78\x7d\x02\x04\x82\x69\x18\xad\xaf\xd3\x36\xd8\x33\x6b\xb9\x7f\xdc\x52\x78\xf1\x6c\x83\x3d\x1f\xa0\xd2\xfe\x31\x4b\xe1\xab\x64\xe3\xf6\xae\xc1\xe2\x3e\xcc\xf9\x10\xfe\xa1\x88\x85\xd3\xb6\x8f\xa0\x45\xa7\x3c\x28\x4f\xca\xbf\x77\x98\xd2\x92\x8d\xaf\x98\xd6\x9f\xfb\xc8\x5c\xe1\x94\x17\x70\x0b\x06\xcf\xc1\x53\xf0\x70\xab\xb9\xec\xf3\xa3\x4f\xc6\x22\x04\xb4\xb2\x99\x8d\xe3\xbb\x4f\xcc\x8d\xe3\xbb\x16\x88\x1b\x0b\x6c\x45\x69\x1b\xa1\x89\xea\x8a\x7d\x0a\x1b\xf0\x90\x5b\x55\xfb\xcd\x7d\x8a\x7a\xc0\x03\x6f\xa5\x8e\x76\xeb\x03\x3f\x2d\x03\x4f\x8e\x8b\x3d\x3f\x07\x78\x23\x60\xf1\x36\xde\xd7\x05\x6c\xcc\x05\x4f\xf7\x76\x70\x9f\xec\xcb\x97\x0d\x93\xbf\x72\xe5\x6c\x0d\x74\x60\xc2\x56\xf8\x02\xa9\xd9\xaa\x92\x2e\x1b\x13\xef\x25\x47\x00\xba\xcb\xf2\x62\x64\xa0\x23\x89\xaa\x46\xa0\xfb\x72\xe5\x2c\xc3\x85\x72\x68\x77\x91\x04\x31\x56\xd1\x76\xd1\xb2\xcf\x0f\x56\x51\x77\xf8\xe9\xef\xec\x3d\x24\x68\xc3\xaf\x69\xa2\xbd\x8b\xa9\x19\x81\xa1\xb8\xf3\xc0\x4c\x50\x1e\xf5\xf9\xbb\x08\x3f\x2b\xa1\x9b\x3c\xe4\x68\x9b\x25\xfe\xb4\x8c\x2d\xff\x70\x5c\x57\x94\x3e\xab\x2b\xca\x58\xa8\x9e\xe4\x7b\x36\xa9\x58\x65\x70\x76\xd5\xf6\x9f\x8b\x69\x2b\xe2\xf0\x31\xbf\x89\x00\x5d\x1d\x99\xa8\x39\xa6\xe5\xdc\x78\xa9\x7b\x9b\x6e\x38\xa8\x4c\xca\xbb\xcd\xd9\xa5\x6d\xc3\xfe\x31\x4e\x61\x3e\xac\xdd\x5c\x3b\xe0\xe8\x07\x65\xd6\x05\xd7\xf4\x2a\x86\x20\xf9\x30\x8d\xd5\x26\xbf\x69\xc9\x3a\x30\xd3\x10\xce\x4d\x7e\x53\x13\x54\xed\x0e\x74\xdc\xe3\x9b\x48\xd2\xb2\x3a\x9b\x94\xed\xe5\xfc\xd3\x87\x7f\x93\xc3\xbd\xe4\x80\x1c\x17\x17\xfc\xc7\x5c\x5d\x32\x1a\x1b\xe3\x6d\x93\x77\xed\x10\x70\xcb\x70\xe9\x52\xc5\xad\x89\x8f\xbe\xba\x3b\x78\x13\xb8\xbd\x98\x72\x2b\xd5\xdd\xc1\x41\x72\x1a\xc4\x9c\x36\x8f\xe8\x0e\x5c\x19\x44\x81\x70\x1a\x76\x7a\x53\xdf\xd1\x1e\xfa\xb1\xed\x02\x0a\x16\x1f\xb3\x6e\xa5\x9b\x1b\xb3\x6e\x5d\x6c\x77\x08\x35\xbf\x63\xd6\xad\x98\x78\xa7\x14\x86\x0b\x69\x13\x7e\xba\x66\x99\xa7\x29\xec\xe1\x1e\x3c\x2d\x3c\x6c\xc3\x7d\x60\xbd\x49\xb4\x6a\xba\xb2\x3d\x9c\x80\xf5\x9d\x00\x00\x29\x9d\x71\x19\x95\xce\x64\x7d\x27\x60\x3f\x2e\xbb\xc0\xb9\xec\xf6\x43\x2c\x03\x29\x90\x1a\x24\x1f\x7a\x7b\x3a\x03\x56\x05\x71\x8e\x89\xe0\xf6\xf4\x6d\xed\xef\xbc\xca\x44\x55\x2c\xba\x65\xc0\xf6\x64\x02\xae\x22\xcc\x58\x06\x9c\xd8\x53\x4c\xb2\x92\x98\x04\x44\x33\x23\x42\x01\x52\xba\xa0\x79\xe6\x6f\x45\xd1\xee\x3f\x91\x9f\x7d\xeb\x6e\x52\xc0\x27\xc9\xbe\x11\x43\x49\xb6\x7e\xdc\xd5\xa5\xd7\xf6\xc6\xb6\x5a\x9f\xf1\xfd\xe4\x2e\xf8\x71\xf1\x07\x0d\x7e\x0c\xd5\x48\x2a\x84\x41\x75\xd2\x42\x0c\xaa\x55\x0d\xef\x1f\x43\x95\xe6\x5a\x9b\x8c\xaa\x6a\xaf\xb7\xa1\xa2\xf5\x15\xd9\x0f\x6f\x4e\x8f\xcf\x03\x74\x6e\xa7\x29\x55\xbd\xb3\x90\xf2\xf8\x4e\xde\x84\x93\x56\x41\xb6\x1f\x20\x75\x61\x7e\x9c\xd6\x48\xf2\x41\x34\xe9\x9c\x3d\x46\xd9\x0a\x0b\x37\xd1\x7b\xd4\x7c\x6e\xd2\xa8\x2a\x13\xdd\xa4\x51\xcd\x33\x81\x4d\xf6\x91\x75\x26\xfd\xd8\x27\x70\x8a\x0a\xa4\x51\xd5\x95\x7d\xff\x98\xab\xcb\xe0\x8b\x1b\xa1\xcf\x21\x5e\x2f\x04\x7b\xe2\x3e\x26\xd9\x89\xca\x3f\x7e\xea\xd2\x6f\x7e\x6f\x16\xd4\xb3\x85\x49\x76\x6e\x1f\x26\xd9\x2a\x12\x36\x01\xa4\x0f\xe7\x88\x49\xb6\x66\xe8\x9b\x00\xd2\x87\x68\x4a\xd6\x55\x95\xe8\x7b\xe3\x13\x2e\xb9\x24\xeb\xaa\xda\xe5\xbd\x59\x5b\xd1\x77\xbb\xdb\xf6\x09\x9c\x62\x26\x71\xa2\x55\xf9\xee\x17\x38\xbd\x34\x49\xae\x9a\x97\xef\x0b\x9c\x9e\xd1\x97\xb5\x95\x00\x13\x26\x5a\x79\xf3\x26\x95\xea\xf8\x3b\xff\xea\x7e\x05\x9c\x45\xc5\xa6\x3b\xb9\x86\x57\xc0\x59\xbc\x97\xc5\xce\x8e\x59\x6c\x91\xe5\x15\x29\x04\x9c\x09\x49\x53\x5f\x09\x0a\xe5\xcf\x85\x67\x91\x3e\x26\xe4\x02\x7c\x22\x08\xe3\x92\xa5\xc3\xf8\x97\x1b\xfb\xee\x23\xdb\x8a\x2c\x96\x59\x78\xb1\xf7\x03\x59\xdc\x1c\x1c\xf0\xb5\xaa\xd8\x1f\x30\x8b\x80\x9f\x08\x62\x7d\x54\x14\x9e\x20\x6c\xba\xf3\x34\x99\x99\x43\x39\xc4\x7b\xb8\xf2\x9d\x72\x3a\x10\xfb\xc7\x6f\xb9\x15\x41\xbd\x87\xbc\x05\x38\xf2\x1e\x80\x77\xd8\x42\x25\x3c\x88\xf7\x1e\xf9\x38\xa2\xc9\xe9\x3b\xb9\xfa\x31\xfc\xa0\xda\x89\x39\x3a\xb4\xe3\x3d\x01\x1d\x1c\x78\x49\x71\xea\x2b\xfb\x3d\x01\x1d\xc1\xd8\xab\xe3\x7d\xb7\x2d\x1a\x15\x70\xe0\xbd\x30\xef\x87\xe9\x7a\xaf\x93\x32\x83\xfd\x98\xa2\xd1\xc3\x3a\x98\xfa\x73\x27\xbc\x3f\x06\xa9\xf8\x8c\x7d\x2f\xcc\xd2\x21\xe5\xef\x85\x60\xdb\xb1\x2e\x04\xdb\x61\x7d\x4c\xe8\x11\x7a\xbd\x97\xda\xf1\x1c\x58\x27\x89\x6c\x81\x4e\x08\xba\xfb\x2a\xad\x6a\x96\x81\x9a\x07\xfa\x8b\x7b\xbe\xf2\xe1\xf7\x52\x2c\x49\xaf\x4a\xb4\xe0\x6f\xdf\x82\xe9\x39\xd2\xb9\xb7\x60\x7a\xee\x6a\x15\xb6\x01\x15\xc8\x5b\x9c\x81\x75\x14\xbb\xb3\x23\xea\xab\xc2\xfa\xe8\xab\x9a\xbf\x03\x9b\xf0\xa8\x97\x42\x6a\xf5\xaa\x97\x72\x25\x90\x4e\x69\x42\xf0\x22\x9e\xd2\xb6\xe0\xad\xac\x9c\xdb\x4f\xfe\x54\x6d\xb6\xdf\x8a\x4a\xc0\x5d\xaa\x8c\x0b\xd5\x7c\xb1\xc6\xbe\xb2\xec\xb8\xc0\x59\x5d\x07\xeb\x0b\x83\xbf\x13\x23\x50\x83\xd5\xb7\xe9\x65\xe0\x2a\x36\xa1\xf0\x0f\xf6\x12\x16\xf5\x6d\xac\x04\x2f\xe9\x17\xdb\x6c\xc5\x13\x6f\x03\x22\xde\x7d\x6f\x73\x2f\x99\x41\x4b\xb1\xb5\x0d\x58\xae\x1c\x60\xea\x2f\xe4\x1f\xb8\x11\xc0\x14\xbe\x4d\x0c\x74\x64\x30\xb0\x5b\x07\x59\x7f\x13\x0a\xf7\xd2\x32\x7b\xe9\xba\x77\xd6\xd1\x35\xea\xee\x25\x7b\xd6\x99\x81\x7d\x76\xd7\x94\xb5\x20\x2c\x62\x0f\x7f\x67\x06\x61\x7d\x9c\x24\x60\x82\xdf\x8e\x13\x8a\x48\xd7\xc5\xc6\x3f\x29\xdb\xdb\x39\x5e\xbc\xd1\xde\xce\x46\x64\x99\xc5\x77\x12\x44\x16\xd2\x6c\xfb\x0d\x81\x65\x65\xd0\x82\x5d\x59\x16\xf1\x00\x24\xbc\x67\xfd\xdd\xec\x7b\x87\x7f\x78\x5e\xfc\x03\x08\x91\x44\xbc\x44\x13\xea\xbc\xd1\xdf\x48\x7e\x97\x0f\x35\x56\xde\xb4\xef\xa0\x85\x27\x78\x48\x15\x2c\x3f\x8a\x25\x81\x0f\xab\x6a\xf9\xe8\x17\xab\x6a\x99\xce\x77\x60\x56\xce\x35\xfd\x4e\x95\x2e\x80\x41\x80\x43\xb9\xab\xd7\xa0\x3e\x82\x87\x81\xb4\xdc\xf2\x6b\x50\x1f\x51\x09\xfb\x68\x19\xdc\x77\x1a\xf8\x95\x47\xda\xab\x02\x6b\x5a\x89\x78\x93\xe2\xd8\x44\x4f\xe0\xa2\x62\x2c\xad\x0c\xfb\x9d\x02\x44\x19\x5b\x69\x9d\x3e\x5f\x6c\xa5\x65\xbb\xdf\x1b\x35\xa3\xb3\xbc\x31\x30\x87\x57\x78\x31\x95\x96\x1f\x7e\x6f\xac\xdc\xa5\x0a\x84\x8d\x96\x6d\x7c\x6f\xb4\xc0\xc3\x32\x2e\x05\x62\xc9\x8d\x3d\xbe\xeb\x7e\x03\x4f\x71\x5c\xb5\x52\xf4\x89\xe9\xb3\xb1\x34\x5e\x4c\x9f\x55\x08\xbe\x0f\x8b\x25\xf5\xc7\xf2\x59\x56\xf4\x7d\xb0\x38\x1f\xb6\x4d\x35\x39\x03\x93\xb7\x3e\x89\xe2\xc3\x8a\x72\x6f\xbe\x29\xb6\x12\x3a\xec\xa0\x55\x3f\xbe\x0f\x90\x4a\x51\x1f\xed\x72\x24\xbb\x28\xd3\x12\xe9\x31\x8a\xd6\x92\xe7\xc5\x28\x5a\x56\xff\xc5\x28\x5a\x2e\xf8\x5d\x38\x91\x70\x5b\xbe\xcb\x29\x58\x76\x49\x2d\x33\x85\xd3\xb2\x53\x00\xba\xe5\x92\x32\x7d\xec\xa3\x55\xee\xbd\x8b\x25\xf5\x00\x2f\x14\xeb\x70\xd6\x2f\x76\xd3\xaa\x2c\x5e\xec\xa6\xe5\xee\x5f\x3d\xe2\x50\x11\xbd\xd8\x4d\x9f\x09\x1b\xf0\x9f\xfe\xae\xea\xc8\x32\xf0\x73\x63\xbf\x9b\x2d\x80\x6b\x78\xc9\x68\x9f\x87\x7f\xb3\x05\x5e\xa7\xa9\x8c\xb3\x2c\xfc\xc0\xfc\x63\xc5\x6a\xcb\x3a\x18\x06\x78\x36\x7e\xec\xd7\x94\xa1\x7f\x31\xb4\xe9\x86\x8b\x7a\x0d\x1e\x70\x48\xa6\xb7\x22\x39\x51\x7f\x2f\x40\xb2\x16\xda\x0b\xd3\xfa\xbc\xc6\x09\x38\xbc\x2b\xc9\x98\xe1\xb3\xfc\x7d\x9d\x28\xbb\xf9\x22\xf2\xf7\x1c\xbc\x4c\x54\x1c\xf9\xb1\x3e\x55\xcb\xc0\x97\x4c\x1a\xba\xc7\xbc\x3f\x76\xa7\x6a\x15\xfa\xfe\x58\x9c\xaa\xca\xff\xfd\xb0\xa6\xf7\x1c\x7c\xe8\x9c\xe6\x9f\x76\x70\xef\x8f\xff\x49\x3f\x83\xf7\x1b\x74\x60\x19\x33\x72\x51\x4f\x8d\x9e\x36\x0e\xef\xa7\xfa\x1d\x68\x35\xa2\x56\xfc\xf4\x7e\x6a\x2e\x04\xeb\x05\x2c\xd6\xf9\x73\x1a\xbf\xf2\x97\x9a\x3e\x36\xe3\xc3\x84\x5a\x2b\xcc\x0f\x13\x6a\x23\x48\x7d\x07\xde\x02\x59\xa7\x4a\xe7\x6c\xcd\x04\xa7\x0d\x3a\x0d\x2a\x65\xfc\x1d\xa6\x75\x86\x20\x59\x89\x49\x84\x7f\x60\xcb\x01\xea\x7e\x86\x39\x92\x9d\xff\xd2\x42\xfa\xf4\x9f\x6d\xf3\xc2\x07\x9b\x31\x2d\x33\x0b\x88\xd2\x47\x56\x0f\x75\xae\x1f\xc6\xd2\x1a\xe2\x7d\xa7\x9b\x41\x47\x3f\x56\xad\x6a\x48\xfa\x9d\x3a\x86\xb1\x4c\x1f\xa2\xac\xe1\xf6\x7d\xe4\xfb\x50\x23\xfc\x9d\x38\x34\x4c\x5b\xbc\x82\x01\x80\xe8\x00\x0f\xe5\x33\xdf\x8f\x41\xab\x6a\x34\xbf\x4b\xbd\x0f\x28\xfc\x5d\xae\x20\x83\x63\x03\xad\x45\xf0\x67\xb0\x46\x13\x73\x7f\x97\x28\x62\x6b\x8d\x01\xaa\xdd\xb2\x84\x61\x4f\x93\x21\x58\x41\x52\xb5\x6a\x9c\xfb\xfd\xb8\xb2\xaa\x71\xe9\x77\x81\xbf\x87\x23\x88\xbf\xb6\x65\xc9\xc2\xc1\x58\x32\x2e\x81\x8f\xbc\x1e\x0a\xf6\xbe\xc2\xbe\x73\x80\xbf\x22\xd4\x00\x54\x5c\x4a\xfa\x2f\x09\x35\xc0\x19\x5c\x69\xfa\x87\xca\x54\x7f\x07\x68\x6e\xa8\x0f\x7b\x6a\x2d\xb0\x3f\x7c\xec\x94\xf8\x7d\x68\x19\x0f\xc5\x85\x5f\x11\x77\xfd\x83\xe5\x1e\x36\x4e\x8f\x60\x5b\x8b\xbb\x96\xb1\x38\xb7\x52\x75\x0a\x80\x5a\x55\x52\xc3\x4d\x7e\x58\x1b\x29\x1a\xfb\x0c\xc8\xa4\x5f\xf6\x57\x5d\x0c\x16\xaf\xaa\xf0\x76\x1b\x5a\x1e\x03\x3f\x30\x5e\x17\x7b\x9b\xfa\x6e\x9b\x37\x6d\x3a\x44\x5f\x92\x7e\xe8\x7b\xf0\xa9\x79\x34\x4a\xce\xd7\x94\xca\x37\xff\xd1\xac\xbd\xdb\x64\x40\xe0\x58\x67\x74\x8f\x87\x51\x7c\xbe\x46\xa8\x3b\x6e\xf9\x2f\x05\x67\x09\x8a\x96\xf7\xdd\x26\x9a\x3f\x67\x5f\x1f\x7d\xb1\x10\x3f\xae\xac\xea\x20\xf1\xa9\x7a\x54\x8b\xfd\x75\xa1\x87\x07\xfe\x7a\x42\xef\x3f\x95\x26\x8c\xde\x49\x1a\xef\xa9\xea\xc2\x1b\xb6\xd0\xdb\x01\x0e\xe2\xeb\x02\xec\x21\xeb\xfa\x0a\x74\x87\xd4\x73\x03\x4e\xf8\x23\x63\x88\x8a\x91\xcf\x74\xf7\x73\xfe\x45\xf3\xbe\xee\x64\x80\x2c\x9c\x0c\x93\x8c\x84\x9f\x31\x0d\x6e\x0d\x37\xf0\x45\xee\xaa\x1f\x9e\x1b\xa8\xe1\x17\x39\x01\x20\x23\x9f\x88\x6e\x28\x1f\xda\xca\x26\xa7\xf3\x91\x50\x44\x67\x9b\xcf\x48\xd7\xaa\x54\x3e\xf3\xe1\x8b\xd9\x91\x8b\xef\xe8\x7a\xa1\x54\x47\x14\x77\xb8\xd6\x3f\x8c\xaf\x13\xd1\x53\xaa\x26\x28\x23\xa1\x67\x5a\x43\x74\x61\xc4\x91\xe8\xc2\x1c\x87\xab\x6f\x0b\x81\x87\x57\xfc\x48\x49\xa2\x19\xfc\x67\x0a\x7d\xc3\x24\x7d\xda\x61\x1b\x3a\xe0\x33\x25\x89\xaa\x94\xcf\x94\x24\x46\x62\xfa\xcc\xa1\x6f\xcc\xa8\x8f\x1c\xfa\x7a\xf7\x7c\x53\x64\x97\x26\xcc\x34\xe8\x00\x7c\x13\xe7\x1b\x53\xf7\x9b\x7a\x9a\xb8\xc6\x53\x90\xa5\x47\x33\x17\xdc\x6a\x41\xcf\x96\xb7\xf7\x92\x4d\x12\x5d\x99\xd9\xf4\x21\xe4\x1d\xf2\xe3\x1b\xab\x51\xc2\x3e\x02\x66\x9b\x38\xfb\xcb\x80\xd9\x62\xe8\x9d\xc6\x25\x7e\xe0\x11\x81\xa4\xe8\xd3\x56\xda\x44\x62\x1f\x5e\x76\xc6\x18\xfb\xc8\xa1\x6f\xd6\xe5\x4f\x4b\x69\xb3\x93\x7d\x77\x1a\x9a\x58\x4b\x5b\x7d\x17\xec\xd6\xd7\x40\xa4\xbe\x75\xe8\xf0\x78\x6b\x7f\x75\xba\x93\xb7\x53\xf1\x54\xdc\x9a\xf1\x7b\x71\x3d\x7a\x1e\x88\x95\x8f\x73\xa1\xfd\xe3\x5c\xa4\x8b\x24\x20\x31\xe4\xf7\x87\xbb\x9d\x11\xed\x3e\x73\xd9\xaa\x30\xf8\x1e\xa7\x62\x59\xf0\x5d\x6e\x83\x4c\xf2\xec\xff\x32\xc8\xa4\x7b\xf7\xe4\x0b\xc2\x0f\xa1\xf7\xac\x64\xc4\x49\x37\x12\x1b\xec\x61\xbc\xc2\xcf\x94\xfa\xa7\xa8\xbb\xd8\x08\x1e\x98\xdf\x12\x78\x2a\x99\xcc\x04\x56\xea\x5b\xc2\x4e\x4f\x4b\x1b\x1f\x51\x62\xe5\x75\x65\x4f\x69\xf7\xc5\x14\xd3\xb4\x4b\x12\x66\x6e\x13\xf3\x89\x7d\x4b\xf0\x45\x83\xe5\xe2\x0b\x97\x21\x2b\x7b\xb6\x11\x7c\x8f\xe4\x4a\x3c\xf2\x23\xc1\x07\x1c\x73\x9a\xc8\x1f\x7d\x5b\x7b\x7a\xa7\xfc\x63\x25\x5b\xde\x8c\x5b\x93\x23\x2b\x4d\xc3\xa8\x31\xa4\xd9\x6d\xf5\x32\xfb\x30\xd4\x4e\xa6\x68\x27\x2c\xd6\xd2\x10\x4f\xac\xc8\x9c\xfc\x22\xc2\x7b\xd2\x84\x8e\x5f\x9d\x14\xc4\xaa\x4c\x6a\x22\xe6\xbf\x95\x5a\xfe\xa1\x65\x7f\xff\x9b\x22\x66\x5a\x7e\xa7\x96\x49\x4e\x9c\x34\x11\x30\x93\x8f\x79\x05\xda\xdf\xb1\x35\xf5\xe2\x7e\x85\x59\xec\x7f\x31\x1e\xf4\xd6\xff\x71\xb0\x2d\x6f\x7a\x32\x9c\x24\x7d\x21\xc3\x49\x32\x53\x5f\x4e\x85\x06\x5f\xae\x2a\xe0\x63\x00\xfe\x8f\x6c\xe2\xf0\x77\x25\x87\x68\x3e\x38\x1d\x47\x3f\x0c\xc0\xcd\x1c\xfa\x99\x91\x3f\xd9\x23\xb3\x9f\xfc\x1b\x86\x84\x27\x92\x0a\x13\x9e\xc0\xe1\xc4\x01\x4b\x7a\x71\xdf\xc7\x71\x64\xf4\xf2\x93\x0f\x0c\x44\x31\x1b\x8a\x23\xed\xcd\x7e\x2b\x14\x07\x4a\xd4\x0b\xfe\x36\x0e\xd3\x9f\xfc\xa8\x53\x1c\x47\x3a\x10\x58\x6b\xf2\x87\x7d\xdd\x82\xef\x07\xee\x0b\xcd\xd6\x06\x3d\x3c\x6c\xae\xb1\x65\xfc\xca\xe7\x49\x99\xc1\x4f\x23\x89\xfe\xee\xcf\x38\x4e\x4d\xf1\x27\x65\xad\x3c\x3a\xdd\x9a\xd4\x84\xe8\xb2\x71\x90\xd4\x04\xf7\xc6\x38\x4e\xdd\x05\x1a\x50\x9d\xba\x0b\x58\xe9\xa1\xcc\xd8\xa7\x46\x70\xdd\x7e\x75\x17\xb0\xc1\x2b\xde\xfa\x41\x46\x96\x93\x95\xbb\x34\x07\xed\x8c\x71\x69\xce\xe3\xfa\x5c\x46\x84\x3c\xfc\x10\xac\x46\xc7\x17\x60\x9d\xcc\xea\x12\xac\xee\x87\xae\x03\x83\x29\x5e\xba\x0e\x74\x56\x08\xb7\xbb\x71\xe4\x87\xb1\xee\x03\x90\x7f\x4c\x65\xeb\x4e\xbe\xe8\x47\x10\xcc\xeb\xc7\x55\xb6\x6e\x8b\xa2\x4f\xc1\x60\x14\xd8\x4a\x23\xca\xc4\x51\x4c\x0f\x13\x0c\x59\xcc\x08\x13\xcc\xcc\xcc\x24\x04\xa1\x89\xc3\xd4\x24\x44\xad\x89\xa3\x24\x98\x8e\xf9\xf8\x61\x9b\x65\x1b\xab\xbd\x00\xc0\xca\x14\x41\x1e\x7c\x54\x7d\x1f\x06\xf0\x57\x61\x1e\xc0\xac\xed\x5a\xb8\xcc\x84\x9c\x2a\x87\x1b\x60\x9c\xf0\x99\x1d\x90\x87\x46\x6c\x23\x14\xf8\x18\xb6\x87\xa7\x1c\xe4\x9e\x89\xa3\x69\xd7\x0d\x2c\xcd\x6c\x33\x93\x39\x37\xf9\xea\x0e\xc8\x3f\x06\xb1\x71\x19\xc6\xd1\xd2\x0a\xd6\xbe\x32\xd4\xad\x4d\xb0\x4d\xac\xc2\xd2\xcc\x16\xd3\x80\xe5\xc7\x21\x36\x74\xc5\x71\x10\xb0\xb3\xa0\x71\x8c\x03\x1b\xf3\x52\x45\x7d\x58\xc4\x82\x16\x2d\x0e\x58\xc4\x92\x78\xf9\x63\x11\xdb\x14\xc5\x7f\x1c\xa2\x09\x66\xe2\xc0\xd0\xbc\x34\x21\xc6\x41\xae\x34\x77\x3c\xe3\x2a\x78\x72\xbb\x79\x24\xa6\x1f\xe8\xf9\x00\x05\x06\x31\x7a\x0e\xa8\xc6\xdf\x05\xeb\xba\xde\xf7\xbf\x92\xf2\xc7\x61\x92\xb9\x13\x70\xb0\x66\xcb\x1e\x08\xfb\x49\xbc\xb0\x38\xb0\x5a\xab\x18\x60\xc7\xa1\xd5\x5a\x56\x0a\x75\x01\xc0\x1f\x1a\x5f\xb1\xae\x9a\xb0\x61\xdb\x1a\x07\x41\x3f\x71\x88\x8a\x03\x76\xaf\x4f\xd1\x2a\x12\x4a\x6a\xc9\xe2\x25\x5e\x63\xbe\xde\xdd\x23\x42\x7a\xe6\x24\x31\x50\x43\xe6\x17\x07\x21\x3d\x71\x2c\x8b\x83\x90\x9e\xc8\x92\xe3\x30\xc3\x49\x95\xb4\xc9\xd3\x49\x4f\x4c\xd6\xdb\xc4\xa2\x61\xda\x4c\x2b\x09\xc7\x64\x08\x02\x76\xe2\x08\x17\xc7\xd4\x16\x8b\xc5\xd6\x16\xcd\x85\x37\x60\xa7\x8b\x03\x07\x87\xda\x22\x8e\x29\x18\x2c\x07\x01\x3b\xbb\xb3\x9e\x26\x99\x05\x6c\x6c\xd1\xba\xe8\x43\x52\xdd\x43\xb2\x44\x60\xce\x71\x39\xc0\x8d\xb5\x8b\x98\x08\xc3\x56\x43\xba\x8d\xba\x94\xa8\x08\x71\xa8\x2d\x6d\xce\x1a\x8b\xf7\x81\x7c\x23\x8e\x5b\xb3\x54\x4f\x32\xb1\xab\xd0\x3c\xc6\x71\x6b\x90\x61\x25\x4c\x59\x8a\xbf\x13\x6b\xdf\x03\x02\x53\x36\xdd\x6c\x78\xb2\xe9\xf1\x7a\x34\x65\x61\xf5\x1e\xe1\x03\x0c\x6c\xd4\x30\x48\x88\xe3\xc1\xc0\xe2\xa4\x1f\x78\x2d\xc2\x0a\xc4\xa1\x2d\x5a\x08\x04\xbc\x16\x3a\xe2\x38\x14\xea\xe5\x31\x83\xd5\x0a\x4c\xed\xe3\xc8\xe0\x55\x92\xd6\x1f\xab\x15\x87\xd4\x78\xb9\x50\x17\x80\xac\x4c\x14\xc1\x28\x0b\x35\xb9\x48\xb7\x50\x8d\x3b\x23\x6c\xdd\xab\x28\xbb\x7c\x06\x4a\x97\x48\x7f\x92\xd4\x77\xa1\xdc\x17\x17\x49\x7f\x82\x9d\x62\x1c\xdb\x80\x8a\x62\xca\x46\x37\xee\x85\xb6\xd1\x8d\x7b\xd7\x6c\x94\xfb\x92\x01\xec\xe0\xf3\xa6\xda\xa8\xc0\x3d\x13\x5b\xe8\x18\x18\x6d\x67\x71\x1b\x37\x56\x08\x5e\x0e\x1b\xcb\x03\x57\x63\x03\x9c\x8b\xb1\x01\xce\x9b\x65\xcb\xf2\x8b\xc6\x2f\x8a\x7b\xe9\xef\x0b\x70\x5e\x4c\x1a\xc5\x7b\x30\x5f\x95\xf5\x2c\xde\xab\xea\x99\x3a\x6a\x19\x1d\x4c\x9b\xad\x43\xb4\x24\x74\xd4\xe1\x2c\x55\x2d\xe6\xef\x68\xe5\x2e\x29\xbf\xba\x45\x47\xfe\x54\xea\x32\x1a\xb1\xa3\x0e\x41\x55\xcf\xe8\x94\x3f\x14\xd1\x1e\xdd\x0f\xcd\xc2\xb4\x2d\xea\x7c\x37\xe7\xdb\xd4\x67\x66\xe8\x19\x5b\x17\xaf\x3e\xb4\xbd\x3f\xd6\x27\x4e\x75\x8e\xac\xfb\x79\xa0\x10\xed\x7f\x19\xa2\xc4\x49\x54\x29\x64\x43\x71\xa6\x65\x18\x37\xf0\x49\x58\x29\x78\xf8\x38\x09\x04\x85\xdd\x75\x9c\x04\x82\x3a\xa0\x3a\xe7\xa1\x7e\xdc\xd1\xd1\xe3\x77\xda\x9e\x42\x62\xd9\x35\x0b\xca\x2e\x87\xe5\x5f\x9f\x01\x79\x38\x49\x68\x4b\xfc\xa5\x38\xf1\x81\x6b\x7d\x58\x09\xb5\xd0\x60\x4a\x2a\x29\x27\xbf\x5f\xa8\x85\xac\xa3\x92\x92\x0b\xfd\x54\x49\xc9\x7d\x70\x5e\x68\x5a\x26\x40\x18\x05\xea\xf7\x14\x8f\x53\xc5\x64\x58\x46\x55\x02\xb3\x76\x5e\xbe\xd7\xc3\x06\xde\xb8\xd9\x5a\xb7\x7f\xc8\xdd\xa9\xd6\x71\xb2\x16\x17\x20\x0d\xe0\x26\x6e\x14\x71\x90\xe2\x54\xeb\x38\xa9\x5f\x04\x09\xf0\x4a\x1a\xfa\x31\x69\x38\x91\x86\x93\x4e\x9c\x70\x22\xf5\xcc\xae\x84\x90\xd9\x15\x14\x69\xd3\xdf\x15\x5a\xba\xde\x38\xfd\x2b\x04\x8e\xb3\x1a\x2a\x15\x42\x7a\xe2\x13\xe7\x0d\x75\xe2\x13\xe7\x35\x7e\x22\xa5\xc2\x07\x2c\x4e\x42\x41\xc9\xb2\x9e\x7a\xfc\x4f\x57\xa7\xa2\x89\x70\x45\xaa\xba\x1d\x7f\x27\xe8\x0f\x98\x79\x56\xa5\xc1\xce\x09\xaf\xb8\x22\x3e\x54\x94\x0f\x2e\x3f\x5e\x71\x45\xcc\x44\x43\xd9\x9d\x69\x6a\x28\x9d\x11\x89\x6f\xe5\x83\x4f\x5c\xe4\xcc\x09\x1d\x27\xd1\xa3\xa4\x03\x27\x99\x6f\x8b\xd8\xd4\x80\x9b\x23\x7b\xa2\x95\xcc\xc5\x4c\xad\x64\xf5\x03\xf9\xbd\x68\xd6\x80\x5b\x4c\x69\xe8\x1c\x44\xe9\x26\xa8\x8e\x0c\xa8\xd9\x16\x50\xc5\x32\xa2\x44\xc9\xbe\x9f\x64\xc1\x95\xf2\x9d\x9d\x05\x76\x1b\xba\x0b\x6c\x1d\x55\x4f\xb4\xed\xea\x19\x98\x65\x47\x4f\xe2\x72\x75\xd7\x97\x35\x45\x11\x99\xa8\x64\x88\x28\x57\xa5\x0b\xb3\x63\x01\x73\xb5\xfe\x63\xf8\x6c\x07\x70\x02\xac\x8a\x4a\x48\x18\xc7\x33\x5c\x52\x26\x63\x18\x73\x0c\x5b\xe2\x0c\x21\x65\xc6\xc4\x82\x1a\xf8\x00\xc5\x89\x6c\x6b\xf2\x46\x8e\x33\x23\x99\xbb\x00\xb0\x34\x9d\x80\xb0\x71\xc2\xd3\xd4\xee\x29\x0d\x97\x98\xd1\xb1\xc4\x1f\x71\x59\x4b\xaf\x86\xd3\x0f\x18\xc7\xe2\x2a\xc4\xfe\xef\x7f\x95\x90\x0f\x71\xc2\xed\xd4\x10\x5f\x87\xae\x16\xb0\x5a\xe7\x50\xa2\xcd\x0d\x7a\x2a\xd0\xc2\x50\x25\x4e\x04\x5a\xa7\xe8\xa1\x40\x0b\xe3\x92\x38\x51\x7e\x1e\xbf\x4b\xf0\x2f\x62\x37\xd2\x49\x83\xc9\x65\x48\xd0\x61\xe7\x7a\x69\x1c\x40\x3a\x10\x79\x17\xff\x60\x0a\xc3\x63\x36\x24\xbd\x1e\x72\x93\xee\x7a\xa7\x9f\x8a\xb8\xbc\x94\xcf\x69\x14\x6b\x17\x94\xac\xbb\xa7\x87\x68\x32\x05\x2e\xf8\x33\x2d\xc2\xdc\x7d\x33\xed\xca\x43\x9c\x18\xeb\x0f\x2f\xca\x93\x4c\xbb\x84\x8d\x88\x73\x2a\x11\xf5\x1c\xcd\x94\x22\x3a\xbc\x72\x38\x4f\xde\x54\x0e\xe7\xaa\x4f\xc5\x88\x39\x0c\x62\x4f\x17\xda\xc4\xbb\x98\xaf\xc7\x79\x2b\xc4\x15\x9b\x6e\x33\x85\x5d\xfe\x53\xb4\xba\x67\x31\x6e\x25\x74\x9e\x9a\xf4\x2b\x94\x24\xdc\x0a\x12\xc5\x71\x22\x4e\x35\x17\xc6\x74\x2b\xf2\x96\xa7\xe9\x56\x9a\xd8\x4f\xea\xdd\xe6\x16\xc2\x66\x35\xfc\xd6\xe2\x34\xc5\x4a\x73\x63\x9e\x04\x93\x26\xc8\xbb\x9a\xe8\x60\x8a\x15\x0c\xd6\xe3\x7c\x94\x23\x8a\xb5\x8f\xb2\x5a\x01\x33\xc7\x4a\xf3\x30\x91\x56\x25\xef\xe0\x33\x45\x5e\x42\xa6\xc8\xcb\xa3\x0e\x1b\xa6\x1d\x74\x9c\x29\xe5\x92\x20\xa6\x94\xcb\x59\x9a\xb1\x57\x2a\x90\x42\x2e\x77\x66\xa5\x24\x8e\x7f\x96\xc2\x43\xe1\x5f\x7a\xa6\x79\xca\x53\x82\xe5\x62\x2c\x02\x95\x48\x45\x4d\xac\x22\xcd\x4e\xf9\x95\x1b\x93\xf2\x2b\xf7\x72\x31\xbc\xa4\x33\x85\x54\x6e\xff\x56\xd8\xc9\xb4\x8c\x24\x75\x4a\x9e\xcc\xce\x2b\xfd\x57\x78\x75\xba\x93\xe8\x41\x87\x24\xc3\xec\xbc\xa7\xeb\xb5\x5d\x22\x97\x75\xbb\x44\x40\xf2\x63\xc7\xea\xf0\xfa\xd8\xa6\x7b\xf1\x2c\x6f\xe4\x3d\x92\x02\x92\xad\xe4\x81\x7f\x8d\x50\xe1\xc9\x49\xd9\x95\x5b\x97\x39\x78\x25\x2b\xaf\x62\x34\xc6\x23\x3f\x4b\xde\x6f\x2f\x21\x35\x2e\xc6\xfe\x27\x9c\xb2\x92\xe9\x08\xc4\x75\x25\x52\x1e\x2f\xf2\xec\xca\xf5\x9f\x29\x90\x62\xec\xcf\xfc\x91\x3c\xa5\xcf\x2f\xa1\x62\x8c\x7f\x62\x28\x9a\x90\x5c\x37\x8f\x9d\xdc\xdd\x29\x63\x85\x48\x4a\x4f\xd7\x38\x3f\x9c\x95\x3d\xa8\x86\x24\x38\x25\x7c\x66\xda\x3d\xa5\x62\x0a\x9e\xba\x7d\x29\x78\xe2\x6c\x5c\x87\x39\x03\xa8\x75\xa5\xe0\x09\xe4\xbe\x0e\x7d\x7d\xc2\x6a\xc5\x7f\x1a\x1f\xcd\x7f\x2a\x1f\x1d\x11\xcf\x49\x59\x21\x4b\xd8\x5e\x17\x97\xe3\x2f\xbb\x96\xb8\x14\x4b\x11\xd3\x2b\xae\x74\x83\xe4\x0d\x7e\x1d\x48\x80\x2e\xfb\x7b\x3d\x12\x93\x0f\x9c\x80\x90\x28\xc7\x75\x2a\x81\x01\x50\x8c\xd3\x74\x14\x88\x0b\xc1\x54\x75\xc7\xaf\xd3\xbb\x03\x44\xba\x10\x46\x15\x4c\x17\xe3\x32\xfe\x01\xe6\x44\x71\x9d\x46\x6f\xf0\x8f\xed\x1f\xf4\x6c\xbe\x5c\x79\x97\xeb\x32\xb0\x02\xa8\x7f\x21\x75\xca\xa7\xe2\x65\x2a\x3a\x19\x93\xcb\x8c\xb9\xb9\x3a\x88\xa0\x4a\xcf\x8f\xdf\xb6\x49\x1f\x2e\x53\xe9\xfa\x5a\xbe\x2e\x5e\x1c\x8e\xf8\x20\x42\x68\x56\x72\xfa\x90\xe7\x8b\x7c\x74\x04\x61\x8b\xab\x80\xaf\xdc\x14\x57\xd1\x5b\x81\xe2\x90\x68\x52\xf6\x45\xc3\xca\x61\x45\xe6\x8b\xe9\x2a\xbe\xbd\x28\xca\xdd\x5b\x05\xdd\x63\xf1\x77\xdc\x1d\xc1\xe7\x4b\x0e\xcf\x97\xef\x55\x79\x65\xba\x35\x95\x07\x4d\xb7\x52\xf5\x1a\xb1\x12\xe7\x87\xfb\xf2\x22\x33\x1d\x14\xe5\xaa\xc2\x66\x15\x79\x70\xe0\x81\x77\x23\x7a\x63\x5c\x55\xc6\x07\xf8\x91\x2a\x35\x19\xfe\xeb\xc7\x96\x95\x80\x11\xbe\x54\x4e\x62\x69\x1a\x57\x73\xeb\x5d\xdf\x1f\x63\x56\x15\x2a\x5e\x30\x66\xff\x60\x6d\x8a\x24\x01\x89\xd4\x73\xd5\x21\x6e\xc0\xb0\x0a\xcb\x02\x74\x4d\xb1\x1f\xd7\xd5\xa5\x62\xd2\xd3\xd1\xc8\x85\x23\x9a\x20\x75\x4a\x94\x33\xb0\x01\x07\xed\x42\xe6\x84\xd1\x60\x5c\x5d\xaf\x3e\x3a\xed\x38\x20\xba\xdd\xdd\xb3\x9c\x95\x10\x0d\x88\xe1\xe8\x21\xbb\x03\x77\xc4\x12\xe2\x41\xc7\x55\x43\xc4\xed\xbc\xbc\x2f\x3b\x55\x1a\x40\x5b\x2c\xf5\xa5\x0f\x17\xea\x44\x22\x17\xc6\x15\xb8\xe3\x40\xda\x2e\x39\x2e\x18\xce\x4b\xdb\x7c\x8f\x2d\x61\xd6\xf3\x2c\x12\x66\x3d\x8f\xa2\xb6\xf9\x59\x1f\x64\xc9\xb2\x6f\x2e\x16\x3a\x78\x09\xf2\x4c\xbf\x06\x6f\x11\x2e\xd0\x8b\x70\xea\xc3\x09\xc3\x4f\xfd\x03\x82\x2c\x72\xf8\xd8\xc6\xf5\xe3\xa7\x86\x92\x94\xeb\xc7\x4e\x8d\x40\xc0\x76\x99\x05\xc6\xa7\xf0\x35\xc4\x16\x1b\x63\xef\xe2\xca\x69\x4a\xe6\xf2\x6a\x4a\xd6\x1d\xf9\x33\x7f\x03\xdb\x4d\xb4\x4e\x49\xe5\x45\xb4\x4e\x09\xe2\x95\xec\x11\x23\xab\x0d\x4c\x5c\x99\x1a\xc7\x36\x5b\xc8\xef\x89\x5e\x13\xc3\x0f\x0f\x60\x32\x4e\xd7\x5f\x79\x29\xe2\x9a\xc6\xa4\xe3\x22\xbf\x92\x93\xe2\x22\xbe\x08\xd9\xa9\x44\xfb\x32\x34\x27\x5e\x90\x71\xdd\xc6\xe5\xe1\x6a\xba\x08\xab\xd4\xa4\x53\xb7\xae\xa1\x5c\x15\xd7\x9d\x6e\xac\xc0\xf3\xe3\x83\x1a\xf9\x61\xe3\xba\x95\x21\x4b\x67\xe0\x83\xcc\x10\x18\xd7\x6d\xd0\x17\x27\x4a\x78\x74\x8f\x17\x6c\x50\x74\x29\x1b\x99\x66\x7c\x50\x5f\x37\x91\x95\x29\xe2\x1e\x99\x7b\x9e\x21\x36\x45\xd4\x47\x69\x22\x60\x3c\xf8\xeb\x4a\xc9\x48\x83\x2b\xdf\x7f\x19\x02\xd3\xd3\x42\x1e\x18\x9f\x86\x17\x2c\xcb\xe5\xb6\x2d\x4f\x08\x03\x20\x45\xba\xdc\x35\xf2\xc0\x24\x09\xc6\x7d\xd1\x17\xd0\xb5\xf0\x52\x6b\xd6\xbf\x41\x72\x26\x43\x4e\x98\x9c\x0b\x91\x14\xba\xe8\x82\xae\x2d\x4a\x36\x40\xda\xe8\xb1\xde\x02\x47\xa7\x7a\x29\x8a\x22\x7a\x29\xba\xa6\x7a\x26\x4a\x99\x08\xa6\xd0\x45\x10\x73\xbf\x48\x72\x08\xa6\xd0\x5d\x2d\xcd\xb7\xbc\x6e\xb7\x27\x99\x09\x6c\x01\x72\x2c\x84\x8d\x12\xca\xd7\xd0\x2c\x6e\x39\x41\x13\x0e\x71\x93\xa0\x09\x58\x9e\xc7\x45\xd0\x84\x43\x1a\x4d\xa0\x04\xdc\x1d\xe2\x22\x24\xe6\xf4\xa8\xbd\xac\x84\x78\xf4\x63\x52\xe2\xf0\x96\xf8\x10\x88\x89\x39\x1f\x02\x31\x6f\xc8\x4f\x32\xc0\xc4\xb0\x48\xcf\xd5\x25\x3d\x5c\xee\xc6\x27\x19\xb0\x1f\xae\x2a\xd9\x80\x0f\x9a\x29\xcc\xa4\x8d\x4b\xfa\x86\xd4\x28\xb1\xe0\x43\x50\x06\xa7\x73\x29\x34\x62\xdc\x72\x20\x27\x83\xd1\x28\xb8\x12\x12\xc5\x32\x8a\x29\x56\xa4\x21\x45\x1b\x2c\x05\x3a\x85\x18\xe3\x47\x58\x0b\x99\x16\x50\x14\x22\x87\x1f\xd9\x93\xa4\x62\x52\x5e\xbf\xf2\x65\x7d\x47\xfe\x41\x51\x48\xc8\x32\x94\xaa\x17\x02\x2a\x90\x54\x3c\xca\x79\xd1\x78\x50\x2e\x50\x2f\x40\x3d\xf1\x42\xa8\xd6\x07\x08\x6e\xbd\x72\x0a\x04\x90\x9e\x08\xd6\xaa\x03\x60\xb4\xcf\xf4\xcb\x89\xa3\x41\xb5\x0e\x52\xab\x6e\xff\x50\x50\x96\xbd\x20\x3c\x22\xd5\x48\x14\x84\x47\x24\x19\x8b\xa2\x55\x3b\x1c\x7c\xb9\x20\x8e\xa7\xf5\x83\xb2\xbf\x0f\x28\x6b\xf1\x03\xa3\x5b\x1e\x03\xe5\x32\x94\xf1\x65\x4f\x8f\xf4\x17\xb0\x8d\x40\x8e\x89\x62\x14\xb2\xce\xc5\x69\x59\x6e\x03\xfc\x2a\x18\xb3\xc7\xf9\x27\x7d\x2b\xc8\x9c\x82\x93\x54\x8a\x33\xb1\x03\x67\xc2\x2a\x68\xe9\x3e\xfc\x1d\x92\xcf\xed\x5d\x14\x38\x0d\xeb\x04\x57\xbc\x65\x9f\xc8\xcd\x06\xd3\x73\x0b\x8c\x05\xb1\x44\xb7\x8c\x04\xa8\x5b\x89\x7b\xa1\xdb\xfa\xa5\x27\xeb\x7c\x94\xa9\x53\xbd\x0a\x58\x43\x14\x60\xe3\xb4\x53\x85\x55\x90\xb6\x52\xf3\x2e\xa0\xa7\xea\xd3\x9f\x35\xac\x8d\x9e\xac\x34\xd4\x68\x30\xe9\x8a\x75\xa9\x28\x51\x05\xcf\x06\x9a\x28\x5e\x0e\xa1\x75\xdf\x65\x73\x6c\x54\x5c\x74\xc5\x52\x97\x28\x4b\xe4\x26\xe2\x49\x46\x31\x72\x93\x97\x7e\xd1\x3a\x4b\xed\x48\x69\x18\xa2\x88\x0b\x84\x7c\x38\xd4\x76\x14\x43\x3e\xf4\xec\xeb\xf6\x03\x58\x8c\xf9\xd0\x5d\x13\x59\x1a\x55\x59\x45\x33\x2a\x79\xc6\xa2\x19\x95\x0c\x48\x41\x17\x76\x5e\x76\xd0\x79\x27\x36\x6b\x4d\xff\x60\x2e\x46\x84\xbc\xb2\xc9\xe3\x3f\x00\x80\x32\xec\xbc\xec\x39\x7c\x93\xd1\x44\x3f\x42\x59\xbe\xf2\x63\x55\x0c\x66\x1a\x25\x34\x27\xf0\xec\x6b\xf9\x74\x88\xfe\xd1\x78\xca\xb0\x29\xea\xbb\x4e\xe7\x1f\x64\x77\xef\xb6\x90\xcb\xb3\x2b\x74\xcd\xae\x7d\x3c\x3c\x15\xec\x48\x5d\xe9\xb4\xc1\xf6\x83\x55\x45\x34\x54\x72\xbb\x50\x84\x95\xcb\x65\xc5\xee\x49\xa1\x79\x41\x4c\x54\x14\x73\x95\x91\xaf\x03\xa6\x4b\xd8\x86\xa2\xd4\xae\x0c\x72\x26\xd8\xa2\x41\x84\x81\x96\x2c\x31\x5e\x7d\x05\x77\x42\x9f\xcb\x65\x48\x49\x58\xe9\x41\xe6\x5e\x26\x41\x34\x07\x35\xa6\x05\x6f\xc2\x1c\x76\xf9\x7c\xb3\xba\x3c\xa9\x65\x73\xde\x09\x0f\xb9\xed\x64\x82\x8a\xe1\x19\xf2\x77\x96\xcf\xa5\x9c\x84\x8e\xb0\x57\xf8\x14\x6d\x77\xa2\x20\xd7\xe9\x32\x0a\xc5\x40\x0c\x22\x35\x62\x9d\xda\x3d\xb2\xda\x3a\x09\xc7\x8d\x77\xb0\x07\xf3\xf6\x12\xa5\xf1\xcd\x25\xea\x1c\x6e\x2e\x51\x6e\xf5\x82\x14\xa7\x4b\x9d\x6f\x2e\x54\x37\x48\x4d\x99\x46\x06\x05\x4e\xa6\xbb\xd3\xb7\x37\xaa\x03\x28\x29\x71\x51\x51\xa1\xf5\x6c\xc0\xf5\xea\x11\x37\xe8\x83\x13\x85\x61\x99\x2e\xb6\xea\x31\x27\xfd\x70\xbb\x4a\xe6\x1f\x36\xaa\xfe\x15\x1c\x20\xca\xc3\x35\x2c\x7d\x47\xb2\x33\xbd\x1b\x1e\xae\x64\x18\x8f\xf2\xa0\xe3\x93\xee\x3f\x99\xfa\x8d\x75\x42\xbf\x36\x45\x81\x07\x0e\x4c\xb2\xa8\x42\xcd\x2d\x7a\x60\x0c\x84\x16\xce\x69\xfa\xfb\xc2\x3f\x5c\xf2\xb0\xe0\x11\x9c\xc5\x52\x90\x2a\xcd\x5a\x4e\x83\x45\x5e\x40\x2a\x4a\x2e\x34\x81\xb0\x51\x65\x01\x69\xb5\xf1\x34\xbf\xba\x1f\x68\x02\x5d\x0f\x94\x74\x79\xf7\x2e\x1e\x20\xe2\x06\x7c\xd4\xcc\x8e\x60\xa3\x72\xc1\x91\x06\x25\xdf\x52\x60\xaa\x52\xa4\x52\xd4\xcc\xc1\x90\x16\x35\x73\xb0\xff\x45\xcd\x9c\x87\x91\x78\x0f\x9d\x10\xcf\x51\x36\x5c\x89\x67\x7f\xf3\x60\x93\x28\xa8\x9a\x9b\xfe\x0e\xf7\xe1\xe1\x55\x4d\x37\x6c\x8b\x9a\x0e\xc9\x55\xc1\x41\x51\x39\x7f\x79\x89\x88\xe0\x8a\xbd\x92\xff\xee\xc7\x65\x1e\x4b\x5a\x18\xb0\x0a\xe1\x5c\x79\x7d\xe3\x8b\xb0\x2f\x7e\xcd\x22\x3e\xe6\x4d\xad\xb9\x8b\x86\xaf\xf2\xd6\x35\x7c\xd5\xb4\xb5\x70\xb3\x4e\xf8\x21\x26\x6d\x90\x2b\xcb\xb6\x72\x4a\xd6\x07\x56\x77\x9a\x48\x0e\x5d\x95\x79\x31\x4c\x03\xf1\xae\xa3\xa8\xfe\x73\xc9\x3e\x5c\x25\x5d\x4a\xb5\x7f\xf0\x62\xe5\xf3\xed\xeb\x54\x55\xff\x49\x6c\x91\x15\xb5\x24\x0a\xea\xff\x9c\xe9\xa7\x84\xbf\xd8\x2d\x9a\x36\x01\xd7\xd1\xd0\x8d\xf8\x70\x8e\x74\x31\x65\xe5\x58\xf0\xaa\xfe\x8f\x05\xa8\x64\x09\x26\x6a\xfc\xef\x7a\x34\x0e\x71\xe3\x03\x86\x0a\x90\xaa\xba\x3f\x76\xb4\xea\x7e\x08\x36\xd5\x03\x46\x8b\x55\xaa\x72\x7b\xc3\xb6\x4c\x61\xda\xa9\xbc\xa8\xf5\x71\x37\xac\x02\x81\xaa\x70\xda\x96\x09\x4c\xc7\xe2\xd9\xca\x8c\xeb\x8f\xd9\x3b\x43\x43\x99\x7a\x5e\x26\x60\xab\x7c\x54\x89\x1f\x73\x48\x71\x92\x70\x9c\x30\x5e\x5c\x2a\xf5\x94\x36\x71\x0b\x56\xf3\xc0\x60\x22\x18\xf5\x44\x92\x70\xd9\x1c\xaf\x92\x69\xd9\xe8\x5a\xd9\x02\x5e\x8b\x35\xae\x28\x12\xc3\xc1\x2f\x38\x28\x4e\x4a\xbd\x70\xd9\x12\x74\x79\x41\xb6\xbd\x5e\x95\xb2\xbf\xc3\x17\x3a\x55\x95\x8a\xd3\xb6\x38\xc5\xf1\xd0\xac\x3f\x56\x70\x90\x64\x38\xea\x85\x2f\xdf\xf0\x77\x18\xe4\x3f\x23\xa0\x44\xbd\xe4\x9e\x05\x16\xc0\x2f\x3b\x78\x29\x3b\x38\x7e\x67\x48\x7f\xab\xfc\x22\x67\xa8\xca\x12\xc2\x6d\x56\x59\xc2\x62\x1d\x1c\xe6\x44\x1a\x59\x42\x4e\x72\x2d\xbe\xf6\xc3\xc6\xb8\x1e\x29\xa9\xac\xf2\x7e\x2a\xa3\xab\xbe\x90\x20\x6c\x2d\x86\xf8\x86\x71\xaf\x32\x79\xb6\x90\xc9\x83\xd3\xaf\x3f\x26\xaf\xc8\x9a\x56\x79\x3c\x8e\x41\x85\xc7\xab\x24\xa7\x8c\xaa\x46\x32\xfc\x03\x25\x14\xee\x34\x51\x09\xd9\x49\xc2\xc1\xa8\xd5\x13\xd5\xad\x65\x40\xdc\xea\x3f\x49\x3e\xfd\x30\x18\xc9\xe9\xe8\x88\x27\xc4\x72\xec\xf1\x71\x54\x8f\x4a\xb2\x9a\xe2\xe0\xaa\x1b\x9d\x78\xd3\xc8\x13\xe2\x5b\xd5\x37\x7a\x8e\x9a\x9c\xa7\x8d\x75\xd7\xe3\xe6\xab\x64\xab\x29\x9e\x2f\xf4\x8d\x3e\x0a\x6a\x53\xdc\xc7\x7e\x35\xad\x36\x5c\x68\x94\x8c\xbe\x34\x6a\x73\xd1\x98\x51\x57\xc8\x07\x17\x51\xbb\x31\x33\x2e\xff\x51\x13\x26\x72\x76\xdc\x24\x9c\x2a\x76\xf5\xc4\x41\x8f\x0a\xa7\x98\x96\x3f\x55\xc3\x7a\x5f\x9d\xb5\x9b\x44\x4e\xda\xf0\xe3\x1b\xab\xa6\x7d\xb5\xa3\xea\xaa\x56\x32\xf5\xb7\x38\xd2\x33\xd4\x3d\xf0\x62\x63\x4f\x54\xd2\xa8\x5d\xc7\x14\x51\xba\xcb\xd6\x03\x15\x76\xf4\x84\x8a\x8f\x1a\xc9\x34\xb3\x56\x1a\xd5\xfb\x46\xae\x91\x7c\x3d\xa3\x47\x12\x76\x46\x0c\x65\x3c\x9e\x2d\x98\xcb\xd0\xe4\xaf\x86\xfc\xb4\x2b\x91\x01\xca\x3d\xca\xb0\x91\x87\x4c\x47\xd5\x7c\x5e\xd6\xa4\x06\xbc\xbd\xe7\xc3\xd0\xe5\x97\xeb\x3d\x30\xf7\xf7\x40\xa9\x6c\x54\xe4\x50\x53\x38\x06\x7b\x50\x7f\x5c\x64\xd5\x48\xad\xaa\x6c\x94\xfd\xa9\x2a\x1b\x95\x34\x54\xf5\x89\x3d\x3b\xf6\x09\xe0\xba\x0e\x65\x4a\xc0\x95\x2a\x44\x31\x18\x23\xf9\x7c\x71\xd6\x99\xca\x08\x9a\x18\x76\xfc\x12\x18\xa4\x5f\xe7\xe5\x30\x86\x1a\xbf\x9c\xd8\xd4\x50\x57\x8a\x3c\x79\x0e\x78\x1c\xb0\xa5\xd2\x66\x3d\xea\xcc\xe7\x00\xd3\x44\x55\xa8\xd9\x6e\xd4\xa9\xea\xc6\x21\xb7\x28\x06\x64\x13\x85\x92\x2b\x8e\xa2\x70\x70\xe1\x56\x14\x85\xe7\xe5\xb1\x36\xd2\xf8\xe5\x5a\x90\x95\x86\x84\x42\x51\x91\x82\x75\x22\xb9\x44\xcd\xe8\xe2\xd3\x0f\xe5\xd0\x0c\x78\xfb\x4c\x00\x90\x1b\x33\xe9\xf2\x97\x69\x72\xd4\x1b\x03\x64\xef\x04\x8d\xe9\xd5\xab\x57\x8d\xe9\x55\xee\xd7\x8c\x5f\x2a\xc9\xd6\x64\x5e\xed\x78\x7d\x7c\xf3\x50\xeb\x51\xe3\x23\xd1\x7e\x52\x0f\x45\xcf\x68\x0d\xf3\xd9\x52\x1f\xcd\x7b\xdd\xff\xc7\x87\x8e\x34\xf5\x51\xcd\x22\x39\x41\x85\x78\x9d\x6e\xf9\x63\x42\x32\x31\xcb\x60\xe5\x91\x00\x68\x93\xcc\xa3\xb3\x3e\xaa\x55\x84\x46\xd3\xdf\x6c\x82\xe9\xaf\x67\x61\x69\x92\x2c\xfe\x2c\x35\x43\xee\x92\x92\x3a\x95\x59\x75\x29\x87\x94\x3c\x19\xd4\x5c\x8e\xae\x2e\x83\xfb\x64\x35\x85\x13\xe2\xdc\xf2\x45\x06\xc8\x19\xb9\x5c\x6a\xbc\x92\x94\xfb\xf1\xf1\x56\xa3\xb9\x2c\x24\x1e\x71\x51\xcd\xc4\x7c\x5a\x6b\x1b\x2d\x9b\xbe\xe0\x1b\x4d\xd8\x1f\xf5\xc7\x37\xb6\xf0\x8c\x22\x9a\x33\x39\x5e\x54\x34\x8a\xe5\x82\xa1\xaa\x08\xe7\x4c\xfe\x1f\x95\xb0\xa7\xc3\xbd\xc0\xb5\xb2\x68\xe2\x55\xcd\x43\xe8\xef\x3e\x25\x58\x15\xd8\x48\xdf\x76\xf5\x85\x94\x0f\xcb\x68\x39\x65\x07\x5e\x62\xa9\x4b\x85\x30\x8b\xcf\xd3\x41\x34\xb0\x52\xb3\x31\xb9\xfe\x00\x15\x23\xf8\x9e\x77\xc5\x8b\x18\xd1\x89\xbe\x88\x95\x98\xe7\x0b\x0b\x9e\x4d\x79\x2c\xf0\x48\xac\x28\x16\xbb\x62\xf0\xfa\xe5\xd3\x1a\x28\x3e\xa5\xb4\xf2\x31\x1a\xae\x17\x79\x1f\xcc\xbd\x42\xcc\xfe\xbc\xa6\x80\x83\x38\xa9\xc5\xb5\xf8\xd0\xc5\x70\xdc\x9b\xce\x93\x4a\x99\xda\x21\xe5\xf7\x8f\xe6\x10\x07\x1f\x52\x25\xb0\xaa\xe9\x0d\xa9\xe2\xab\x1d\xca\x05\xc0\xd7\x96\x3a\x3d\x2e\xc3\x76\xe4\x81\xf9\x0d\xdf\x4e\x15\x8e\x97\x1f\x5a\x9e\xc3\x53\xb5\xd3\xf7\xbf\xe5\x8c\x7d\x08\x30\xc6\x34\x3f\xb2\x09\x99\x07\x19\x04\xee\x2c\x08\x3b\x1a\x0d\x5d\x1f\x36\xfb\xd1\x14\xc8\x35\xeb\x3b\x75\x1b\x08\x15\x28\xd9\x30\xf9\x82\xbe\xb4\x1f\x73\x16\x78\x69\x45\xbb\x08\xb3\xe2\x00\x97\xf1\x3b\xad\x03\x3a\x83\xb4\x0d\xe9\x1a\x8e\xef\xd1\xc8\xd4\x42\x96\xac\x68\x97\x5b\xc6\x0c\x30\xdf\x22\xd6\x6f\xb4\xa2\x98\xe3\xf0\x23\xf3\xe9\xd2\xba\x10\x1f\x93\x4d\x6e\xc4\xc0\x2a\xf9\xfb\x63\x00\x43\x5b\xa0\x04\x77\x95\x0b\xa1\xe0\x60\x26\x1a\x36\xdd\xa1\x2a\xad\x91\x4d\xa5\xab\x74\x6f\xd5\xb7\xf3\x9f\x89\x2a\xa2\x61\xfd\xad\x91\x74\x93\xb3\x11\x80\x2a\x4b\x31\xfc\x03\xe3\x54\xa1\x44\x96\x85\x53\x54\x34\xc4\x57\xcd\xfb\xaa\xc9\xda\x28\xbf\x69\xe4\x19\x2e\x59\xcb\xf8\x42\x20\x7e\x33\xdc\x96\x20\x1b\x6e\xcb\xb1\x9b\xa2\x0f\x1b\x20\x66\x76\xb8\xc6\xe3\x49\x98\x08\xb6\xa5\x2d\x40\xeb\x66\xd4\xe7\xf8\xb5\xce\x9e\x71\xa3\x34\x82\x8b\x1f\xe2\x44\xf7\x1d\x65\x03\xb9\x3b\x11\xe1\xc7\x99\x94\xe2\x86\x93\x1b\x8f\x94\xdb\xd1\x3a\x0c\x71\xb1\xd3\x2d\x31\x02\xa4\x9e\x98\xe3\x3f\x6e\x2d\x3d\x05\x94\x82\x8b\xad\xc1\x8b\x0c\xdc\x79\xa2\x05\x06\x64\xdc\x65\x2d\xe0\xe1\xb8\x3d\x5a\x0c\x7e\xb7\x31\x52\x45\x3b\x8d\xcc\xfa\x60\x03\x25\x89\x62\x8f\xce\x7a\x44\x52\x8c\x16\x58\xd9\x58\x1e\x79\x79\xd2\x7e\x98\x17\x08\x3a\xdc\x86\x76\x0f\x3c\x13\xda\x40\x91\x0f\x87\xd4\x7e\x4c\x85\x69\x1e\xa2\x0d\xb3\x0e\xb0\xfc\xa8\xdf\x3c\x7a\x03\xf1\x8a\x93\x18\xb9\x06\xac\xe6\x70\x0d\xa6\x63\x63\xd2\xea\x66\xa7\x7d\x92\x0b\x32\x71\xbf\xe5\xe5\xdb\x26\x6a\x2d\x7f\x96\xe0\xd1\x91\x8e\x75\x92\x90\x99\x9d\xf2\xc7\x8d\xf8\xc2\xf3\x46\xc2\x5f\x99\xf1\xa6\x01\xb5\x48\x83\x41\x34\x6e\xa7\xd1\xb8\x70\xbb\xa2\x9d\xf6\xc8\xef\xf1\x26\x6b\x46\x96\x72\x42\x88\x72\xb4\x05\x6a\x44\x96\x52\x3c\xdc\x1e\x50\xd1\x13\xfd\xbb\x52\x43\xe3\x9f\xf6\x88\x8a\xd6\x01\x15\x3d\xe9\x0f\xa8\xe8\x94\x1f\x65\x0e\x4c\x0d\x49\x8e\x86\x4f\x6d\x09\x1d\x33\x58\x52\x15\x60\xf8\xdd\xac\x57\xd2\x36\xd3\x00\x6b\xcd\xd9\x56\xa5\x12\x1d\x11\x71\x4a\xbd\x67\x23\xca\x94\x6a\xcc\xb6\x94\x94\xbb\xb5\x98\x58\x27\x61\x58\xbc\x7b\xbb\x8d\x51\x36\x38\x7b\xc3\x49\xb9\xfb\x84\x93\xd2\x97\xa8\x91\xe1\x57\xf7\xa3\xb6\x31\xe2\x95\x26\x13\x1e\x4a\x7d\x79\x23\x63\x6f\x71\xf6\xbf\x3b\xb4\xa8\x44\x68\x9b\xd7\x6f\xb5\xad\x47\x86\x55\xc1\xbd\x2c\x72\x29\x36\x8f\xc8\xea\x1f\x2f\x95\xfc\x9d\x13\xe3\x3e\x91\xe2\xb7\xb8\x44\xa4\xf8\xd5\xaf\xa2\xfd\xee\xd6\x52\xa4\x00\xa4\xfb\x2d\x6e\x32\xe9\x7e\xb5\x2f\x68\x5c\xa7\x1a\x51\xb4\x57\xa0\xff\x54\x5e\x34\x02\x20\xd4\xec\x98\x0b\x4f\x22\xf9\xbb\x54\x8b\xba\xa3\xf6\xf1\x8a\xf4\x58\x91\xcf\xd7\x57\x71\xfb\x0a\x65\x56\xe3\xab\x94\x01\x84\x60\x08\xd5\x15\x20\x18\x82\x7a\x82\xf6\x79\xd2\x01\x9c\x78\x07\xe4\xb9\x88\x46\xbc\x83\xe2\x8e\x90\xcf\x57\x8b\xc6\x46\xb8\x03\x45\x40\xed\x43\xbd\xe1\x8e\x7c\xc2\x6c\x3f\x5c\xd8\xee\xec\xc7\x9b\x08\xce\xab\x1f\xc0\xcf\xe9\xef\x87\xf0\x9f\x94\x7d\x6b\xd0\x51\x3f\x4c\x89\x59\x29\x87\x88\x67\x2d\x23\x19\xf0\xb8\xeb\x07\x86\x80\xcd\xb2\x2e\xed\xd5\x26\x38\xe5\x57\xc7\x50\xd7\x51\x6d\xee\xab\x6d\x50\x76\x51\x7f\x8b\xd7\xcf\x03\xc0\xe9\xe9\xf4\xa1\x56\xfd\x83\x77\x25\xf7\x73\x37\xed\x9b\xe7\xb6\x9b\xf6\x4d\x31\x6a\x37\xed\x9b\xe2\xcf\x7e\xe6\xd3\xac\xf3\xa1\xaa\xa3\xd8\xb3\xaa\x8e\x62\x1b\xdf\x69\x70\x9d\xdd\xec\x6e\x44\x14\x8e\x7e\x26\xe5\x74\x1c\x29\x27\x9d\x5d\xbe\xd3\x98\x22\x16\x3f\x07\x11\x0f\xa3\x5f\x78\x92\xdb\xda\xf4\x6e\x3d\x6b\x61\x76\xe2\x18\x17\x41\x2d\xaa\x95\x64\x81\xa0\xae\x9d\xd0\x06\x72\xf9\x3d\xed\xba\xa7\x2d\x78\x3f\x5c\xee\xcf\xe5\x8b\x11\xc4\xeb\x45\x1a\x6e\xc7\xc5\x07\x10\xa8\xd7\xcd\xfa\xa6\xc7\x45\xc7\xb8\xfb\xbc\x84\xa5\xe0\x74\x0b\x31\xe9\xc5\xe7\x9b\xd3\x32\xeb\x5b\xb7\x05\x99\xde\xba\xfd\x1a\x2a\x77\xd8\x5a\x95\x8d\x50\x96\x04\x8c\x2d\xaa\xea\xc8\xc1\xe4\x5e\xd1\xd9\xb8\xd9\x55\x9d\x0d\xa8\xdc\x35\xfd\x11\x6f\x10\x99\x9c\x91\x2d\xb0\x90\x73\x1f\x6b\x5e\x1c\x0c\x0f\xfb\xd0\x08\xe1\x10\x1d\xfe\x21\x4e\x31\xa4\xf9\x14\x71\xf5\xe0\x26\x42\x87\xa0\xde\xc8\xae\xd4\x2d\xcb\x32\xba\xdb\xb8\x98\x75\x4d\xd9\x7a\xc3\x39\xd2\x09\x37\x5d\x38\x91\x1d\xf4\xa6\xf1\x1c\xc3\x37\x8d\xe7\xc4\x9c\xa6\xa7\x24\x5c\x6e\x6f\xba\x70\xba\xf8\x64\x31\x51\x3a\xda\x33\x8b\x09\x8c\x71\x27\x8b\x89\xa6\xe3\xbd\xeb\xfa\xc7\x4c\x7a\x32\xaf\xc0\xd8\x1b\x7f\x00\x49\x9a\xfe\xb8\x12\x9a\xfe\x28\xbd\xeb\x7d\xf2\x74\xb1\x45\x1a\xa7\x31\xf8\x8f\xf1\x68\xea\x65\x3a\x8c\x87\x89\xd5\xa3\xff\x18\x8f\xa6\x28\xa8\xf7\x5c\x3a\x56\x0b\x17\xb2\x52\xda\x9f\x5e\x18\x3d\xe4\x0c\x78\x2f\x74\x93\xb3\xe1\x23\x1e\x1d\xa9\x48\x21\x08\x70\xf4\x80\x4d\xf0\x77\x9c\x88\x60\x6a\x3a\x79\x52\x14\x8f\x77\x8d\xb1\x71\x16\x8f\x1e\x44\xd8\x02\x30\x39\x94\xd3\x01\x88\x73\xcf\xc5\xd5\x87\x9e\x03\x5c\x99\x7d\x60\x12\xc2\x3d\xd1\x0d\x85\xee\xf6\xc0\xab\xe4\x19\x45\x2f\xa6\xb7\x6a\x1f\x5e\xc9\xb6\x7d\xb8\x0d\xad\xef\x85\xd3\xad\x84\xb8\x5a\x34\x21\x3b\x8a\x5e\xac\x1d\x96\x24\xb2\xa7\x89\x78\x52\x22\x36\xb9\x59\xec\x95\x54\x29\xda\x83\x75\xc2\x4e\x15\xb1\x8a\xf0\x52\xe4\xad\x88\x3e\x89\xad\x20\x82\xce\xa4\x3a\xfc\x81\xb0\x22\x70\xff\x8d\x6e\xfa\x33\x15\xdb\x1d\x01\x45\xe0\x4b\x1c\xfd\xf6\x7d\xef\x12\xdf\xf9\x70\xf7\x43\xf7\x4e\x49\xf3\x9d\x7b\x6e\xd7\x3a\xa6\x50\x24\xd0\x36\x92\xce\xfe\xa0\xdb\x70\xae\x04\x7b\x22\xc8\x54\xf4\xc7\xbb\x88\x9d\x40\x82\x10\x3a\x02\xf7\x27\x49\xbc\xad\x9d\x08\x13\x7c\x7c\xaa\x89\xb9\x66\x38\x53\x04\xd2\x15\x1a\x10\xac\x34\xfa\xa3\x53\xcc\xaf\xb8\xb4\xd8\xe0\x67\xf8\x97\x29\x7c\xb0\x2f\x4a\xd2\x3a\x32\x82\x99\xf5\x11\x11\x88\x1d\x4b\x6c\xb2\xed\x64\x53\x81\x5b\x67\x31\xde\xc0\x1d\xf9\x40\xe4\xa9\x36\xd2\xa5\xd7\x14\x91\x2e\xf5\xa5\xee\x9b\x08\x92\x36\xc0\x94\xb8\x2b\x38\xea\xbc\xf5\x07\x59\xa1\xa2\xcb\xa8\x78\x97\x6d\xac\x34\xc2\x5e\x17\x4b\x66\x4f\x5e\xaf\x4c\xe1\x85\x61\xe5\x01\xd7\x5f\x2f\x29\x3a\x7d\xb9\x0a\x3c\xf6\x2f\x46\xcc\x8e\xac\xdb\xfb\x25\x39\x79\x89\xd2\xe0\x9c\xb1\xd0\x39\xb5\x1e\xe8\x2f\x89\x56\xbc\xfa\x5e\xc9\x8c\x87\xf8\x4d\x7d\xb4\x1f\x08\xda\xed\x09\xe3\x5d\x7b\xfa\xd0\xb3\x7a\x46\x3f\xf4\xac\x12\xd2\x2f\x0d\x88\x28\xe3\x19\x19\x96\x3d\x42\xd6\xc1\x41\x93\x27\x6e\xff\xe0\xa7\xdd\x29\x64\x03\xd3\xa5\x40\x45\x34\x5d\x60\x6c\x7d\x14\xcc\x74\x6c\x7d\x8e\x84\x81\xc7\xa0\x98\x87\x57\x18\xf9\x8b\x22\x30\x25\xd6\x93\x36\x60\x28\x88\x2f\x14\x61\x4c\x6f\x8e\x7a\x1c\xf6\x6f\x59\x3e\xde\x3a\xf0\xf1\x3c\x2d\xc2\xb8\x48\x0a\xb3\x83\x80\xdd\x5a\x3b\xc4\x09\xdb\xcc\x55\x19\xe7\xc5\xef\x7f\x8a\xf1\xe2\xc7\x5d\x84\x62\xe7\xf8\x31\x14\xa1\x10\x36\x4e\x78\x79\x84\x9b\xf1\x63\x0d\x42\x53\xbc\x50\x12\xa0\x70\x2d\x08\xc9\xed\xb5\x1d\x17\x1d\x71\x37\x07\xe6\xbf\x5d\x26\x3c\xf0\xf2\x52\xcc\x19\x58\xff\x86\x12\xb4\xf8\x71\x03\x21\x5f\x11\x17\xcf\x8b\xb0\xcc\xf3\xc2\x45\xd0\xe3\xab\xb0\xe2\x81\xa6\x45\xef\xf5\xb8\xa4\x59\x4c\x1c\x63\x1a\x8f\x40\xfc\xae\xf8\xe1\x31\x8e\xe2\xc8\x74\x5a\xd0\x9e\x39\x40\xc1\xb8\xc0\x01\x0a\xb1\x51\xdd\x89\x22\x11\xb5\x0e\xaf\x05\xb0\x27\x08\x2d\xa9\xa5\x77\x14\x24\x24\xee\x68\x01\x9e\xd3\x7e\xa0\xa7\xee\x90\x56\xc1\xca\x29\xc3\x94\xae\x3a\x21\x44\x85\x25\xe7\x98\x04\xc1\x25\x35\xab\x8e\xea\xd1\xb3\x0e\x4f\x81\x66\x4f\xa0\x39\xef\xb7\xf8\xdd\xff\xa5\x38\x1b\x34\x23\xd5\x19\xa3\x0c\xa9\xa2\x40\x93\xa2\xb1\xbc\x0d\xee\x5a\xe8\x30\x84\x09\x85\xa5\x41\xba\x7e\xfd\xc6\x03\xe7\xab\xea\xe6\x10\x11\x52\x2d\x5a\xe0\x88\xe5\x4b\x3d\xd4\x8b\x70\x9e\xa3\x7b\xe6\x19\xac\xc3\xee\xc3\xe8\x04\xd1\x1e\xd5\xd8\x05\x8e\x55\xca\x02\x02\xc7\x2a\xb5\x7a\xf1\xbb\xd0\x67\x75\x02\x38\x56\x91\xc1\x27\xa2\x0b\x0f\x0b\x81\x7c\x41\xd9\x5b\x74\xe1\xb1\x7f\xe1\x71\x5c\x68\x90\x38\x94\x7a\x8f\x66\x25\x7d\x7f\x5c\x5e\x43\x70\xcb\x7a\x85\x9e\xdf\x4a\x21\x22\xd4\xa1\x41\x6e\x82\xb4\xf9\x6a\xe0\xc2\x74\x66\x3e\xda\x23\x14\xcf\x8b\x6d\x91\x1c\xbc\x1f\x70\xf0\x6e\x5c\xe4\xf8\xf6\x45\x60\x2d\x77\x31\xdd\xa7\xa0\x8e\x91\xee\x53\x30\xbe\x91\xee\x53\xd0\xd9\x18\x2a\x5e\xec\x4c\x5f\x2a\xfb\x4a\x5f\x2a\xee\xde\x18\xd8\x34\x09\x64\x2a\x34\x5c\x3a\x1d\xa4\x74\xed\x0e\xb5\x1b\xee\xd9\xc0\x8d\xc7\x75\x34\x02\x50\x77\xf1\x8c\x00\xe4\x46\xe9\x2b\xd5\x6d\x81\xf8\x41\x17\xf8\xc0\xe4\xb7\xaa\xdd\x8b\xd4\x73\x64\x2d\xf8\xd6\xcb\xd1\x75\x89\x3a\xa7\x1f\xda\x3d\x09\x4a\x2a\x3a\xdc\x3b\x73\xaa\x5e\x82\x3f\x65\xa2\x05\x60\xca\x44\x8b\x1e\x86\x03\xf2\xa4\xa7\x42\x43\x9c\xbb\xbd\x43\x68\x81\xaa\xc2\xd7\x53\x18\xdc\x47\x0d\x66\xdc\x5e\x1b\x7f\x7a\x9b\x85\xea\x09\x0d\xe0\xe2\x96\xf3\x66\xd2\x37\xbe\x29\x2e\xf8\x2d\xc3\x28\x65\x53\x53\x01\x33\x10\x6a\x2a\x54\x12\x86\x9a\x0a\x15\x6d\x41\x1e\x55\xb5\x71\xf1\xc8\xd5\xc0\xc8\x04\x5a\x8b\x53\x2b\xbb\x40\x6b\x71\xaa\xae\x8c\x27\x1f\x01\xcc\x46\x9f\x73\xfd\xa4\xe3\x49\x66\xdb\x6a\x3f\xc0\xbc\xee\xc3\x20\x3e\x7a\x1e\x85\xba\x09\x57\x2c\x35\x10\xee\x12\x8c\x46\xd3\x8a\x3c\xb4\x16\xd6\xd4\x22\x96\xf1\x2d\x5d\xd8\xa5\x4c\x0b\x90\x51\x3a\x0c\xfd\x9e\x62\xa5\x1d\x98\x4d\xb8\x77\x89\x51\x1d\xb1\x4d\xd8\x09\x03\x14\x24\x45\x0d\xa9\x3c\xae\x4b\x45\xc1\x65\xec\x94\xe4\x33\xe5\x1d\x44\xa3\xb0\x7c\x13\x4d\xc2\xae\x10\xb3\x5b\xf4\xca\x64\xb8\x6d\xf0\x0c\x01\xd9\xd0\x3f\x47\x78\x79\x20\x4b\x54\x09\x95\xcd\x95\x1c\xaf\x71\x44\xfc\x59\xb3\x29\x80\x83\xdb\xe8\xb2\xc1\xf1\x7a\xa5\xb0\xb6\x2f\xa2\x4a\xf8\xf2\xf8\xf1\x14\xa5\x48\x3b\x5f\xc8\x5c\xb5\x53\x1c\xa6\x3c\xa2\xfa\x26\xa9\x40\x0f\xd3\xa2\x6a\x4b\x13\x70\x15\x46\x25\x8f\xf8\xb4\x47\xa0\x58\xc5\x1e\x2b\x91\xd7\x44\xf2\xff\x21\xcb\x73\x5b\x4c\x23\x32\x6c\x80\x0d\x34\x8f\xa6\xf8\x30\xd0\xe6\xc5\x19\x1f\x12\xc5\x61\xff\x5b\xc3\x54\xca\x18\x16\x69\x4f\x3c\x90\x5a\x10\xf5\x30\x86\xd9\x45\x86\xbf\x63\xea\xc4\x8d\x37\x0e\x4c\x9d\x80\x6e\x20\xbf\x68\x93\x89\x0e\x93\x88\xc0\xf4\x8c\x03\x21\x7c\x76\x84\x91\x15\x3b\x32\x4c\x0a\xc2\xe2\x8d\xd3\x01\x68\x8b\x30\xc2\xf0\x27\xe3\x4c\x52\xd0\xf8\x58\x7e\x30\xf4\x89\xf0\x4f\x90\x0c\x59\xe3\x35\x34\x4e\xa2\x16\x80\xef\xe3\x82\x43\x67\x91\x86\x3a\x05\xa8\xc5\x48\x06\x03\x90\x92\xc1\xb0\x3e\x02\x3f\x16\x69\x60\xfc\x9b\x7d\x5e\x08\xff\x9c\xc2\x8f\xa5\x08\xf9\xf6\x71\xc1\x3d\x17\xfb\xe7\x79\xc4\x41\x19\x17\x5c\x4e\xb1\x9f\x45\xff\xfe\x2e\xd0\xc2\xf0\x52\xc7\xfe\x91\x58\x42\xd6\x46\x01\x66\x97\xa8\x08\x33\xe3\x92\x8d\x55\xbd\xc9\x20\x1b\xab\x44\x75\x14\x24\xfb\x2e\x5d\x81\xd3\x62\x33\x07\xdc\x88\xc6\x0c\x03\x6e\x44\x3b\x8c\x91\x96\xbd\xb0\xff\x03\xd9\x43\x27\x6d\x60\x0c\x64\x0f\xad\xfe\x1d\x2e\x65\x54\xf3\xb6\x43\x95\x46\xc5\xc8\xc8\xce\xab\x6e\xee\xbc\xbb\x06\x9c\x88\x8a\xd0\x51\x0d\x83\x09\x97\x3d\xea\x80\xc1\xb1\x0c\x73\xc4\xad\x3b\x60\x57\x54\x7d\x8e\xaa\xaf\x5f\xf7\x8f\xc5\x1f\xcc\x11\x3e\x46\x26\x68\x54\xb8\x23\x91\xa0\x21\x57\x85\x1e\x0c\xbd\xcb\xf5\xe3\x1c\xc4\xbf\x96\xb3\x1c\x2d\x45\xbd\x0c\xdd\x04\xb6\xfb\xe1\xf1\xb5\xb9\xc7\xd7\x16\x90\x0a\x51\x9c\xf8\xd4\xc1\xe3\x6a\x10\x93\xda\xc0\x44\xa3\x1b\x75\x04\x9e\x60\x10\x64\x5a\x73\xa7\xd1\x31\x08\x82\x18\x8d\x0e\x2f\x06\xef\x3f\xba\xcf\x20\xeb\xfb\x0c\xb2\x0c\x8f\xe6\xd6\x74\x69\x94\xbf\xc3\xa3\x39\xe7\x00\x88\xb0\x8c\xb8\xd6\x09\xa0\xbb\xa8\xe2\x90\xba\x0b\x5f\x69\x83\x04\xaa\x55\xc4\x0f\xf8\x1d\x2e\xa3\x91\x3c\x46\xb7\x05\x72\x4c\xd8\x8a\x31\xa0\x88\x62\x26\x2c\x46\x55\x85\x36\x7e\x5c\xc5\xac\xa2\xd7\x80\x3d\x74\xb9\x07\x1c\x98\xfb\x36\xe4\x82\xf2\x0f\xb8\x20\xae\xd5\x31\x1c\x1a\x58\x61\x1d\xd2\x73\x74\x0c\x09\xa4\xc3\x7d\xf4\xc4\xef\x13\x11\x2a\xc4\x72\x20\x25\x20\x53\x73\x8c\xe9\xc8\xd4\x9f\x30\xa6\xf0\xfa\x63\xc2\x98\x7a\xe8\x94\x18\x78\x48\x27\xbc\xa8\xc8\x33\x73\xce\x36\x96\xaf\x62\x31\x74\x90\xd6\x38\x65\x10\x6d\xba\x4a\x1e\x4c\xbb\xea\x7b\x69\x60\x03\xa1\xf5\xd9\xd0\x3d\xda\xc7\xdc\xd0\x3d\x5a\x03\x9a\x41\xa4\x40\x25\x2e\xe3\xf6\xc9\x9f\x1f\x48\x75\xc5\x1f\xbd\xa3\xb5\x6c\x19\xb7\x7e\xf4\xf9\x8f\x4c\xa1\x58\x70\xab\x78\x4a\x20\x65\x1f\x9c\xd6\x83\xb4\xd9\x23\xf8\x28\xfb\x80\x7d\x1a\x4f\x32\x82\xb4\x7f\x84\x98\x85\x7b\x84\x18\x89\xcf\x80\x63\x68\xc6\x49\x19\x08\x26\xc2\xa8\x43\x43\x8e\xc1\x30\x2b\x43\x29\x85\x37\xc2\xa3\xb8\x45\x0a\xff\xc0\x09\x22\x31\x1e\x38\x47\x1b\x81\x67\x2c\x39\x79\xba\x5d\x84\x5c\x16\xaa\xa5\x20\x44\xac\x5a\xc9\x6c\x5a\x4b\x66\xd3\xcd\x5d\x8e\xc7\x10\x4b\xc6\x13\x38\x96\x32\x65\xa7\xbb\xe4\x3c\x85\x6a\x29\x53\x86\x8f\x1a\x4b\xd6\x53\x50\xf0\x8d\xd6\x5e\x74\x6c\x8d\x7f\x84\x77\x9b\xa8\x5e\xb4\xc1\xc6\x21\xce\xf2\xa7\x75\xde\x80\x17\x39\x8c\xc7\x34\x0c\x27\x2d\x3c\x3b\xe7\xc6\x74\x30\x7a\xe8\xca\xd2\xc6\x46\xe8\xeb\x65\xb9\xe5\x57\xb3\xb9\x2c\xaa\x53\x30\xee\xdf\x25\x70\x86\xf7\xbb\x04\x1b\x63\xd8\x21\x93\x3a\x5e\x39\x66\x27\xa7\xa0\xc3\x6b\xe2\x45\xcc\x1c\x36\x97\x5f\x76\x05\x5f\xf9\x65\xa1\x24\x06\xb5\x4f\xd2\x61\x08\xbf\xcb\xc3\xf5\x62\x5e\x3e\xf3\x1f\x59\x14\x5a\x7c\x9a\x13\x8b\x96\x5a\x39\x18\x98\x6b\xe8\x3e\xad\xae\x66\x60\x2a\x7b\x2a\x39\x18\xfa\x52\xc3\xaf\x8d\xcf\x88\x59\x3c\xc1\xc6\x07\x8b\xed\x2e\x7f\x4a\x66\x3c\x93\x04\xf4\x53\xde\x33\xe0\x46\xce\xc8\x16\xaf\xb5\xec\xeb\xf3\x9f\x1f\x36\xcc\x83\x80\x82\xf0\x81\xf3\x10\x14\xde\x7f\xd3\xb0\x7d\xea\x72\xe6\x21\x87\x0c\x5d\x9a\x87\xd1\x2d\x8a\x6d\x94\x40\xb3\x92\x53\x3f\x68\x0f\xcf\x3c\x70\xdf\x66\x92\xf3\x54\x18\x5e\xfd\xd0\x2e\x87\x6d\x99\xa7\x5c\x31\x1b\x36\x33\x0e\xdf\xb4\xda\x84\xf7\xf5\x0f\x0d\x6e\x90\x82\xcd\x8c\xb7\x07\x87\x3d\x4f\xd3\x56\xf2\xc2\x99\xa7\x79\x2b\xe1\x71\xe6\x25\x23\x88\x42\x6c\xa2\x09\x31\x13\x49\x4c\x23\xee\x91\xe7\x26\x26\xaa\x10\x93\xb7\xc4\xfc\x71\x2a\x4d\x57\x81\x69\x90\x3d\x83\x80\xcc\x1f\x4b\xd2\xb4\xa0\x99\x17\xfe\x18\x5c\x45\xf3\x22\x3b\x3f\x57\xc8\xbc\xf4\xbc\x2e\x7e\x28\x85\x81\xa1\x99\xa8\x45\x8a\x36\x85\x13\x4d\x48\xd1\xac\x6f\xa2\x09\x19\x9a\xf2\x4c\x34\x21\x43\x53\xa0\x59\x64\x51\x39\xb3\xb3\xa4\x91\x10\x10\x93\x80\xac\x6a\x96\x37\x31\x37\x2d\x06\x66\x9a\x30\x24\x45\x71\xcf\x2c\x6a\x35\x29\xa6\x53\xb6\xbf\x2b\x8f\x6c\x8e\x82\xc3\x63\x73\x10\x79\x56\xbb\x45\x38\x0b\x8b\x34\x49\x3c\xa6\xb5\xd8\xac\x08\x45\xb3\x0c\xfb\x0a\x4b\x38\x31\xd1\x20\xe6\x6f\x4c\x18\x94\x99\xbf\x23\x9a\x83\x4d\x9b\x98\x9a\xaa\xa9\x99\x15\xd1\x59\xd6\x47\x34\x97\x75\xb0\x12\xca\x3a\xb0\x72\x1c\xbf\xd9\x60\xe5\xdc\xe5\x06\x2b\x27\xfa\x34\xd8\x4f\xb1\xa7\xc1\xca\x89\x63\x0d\xdd\xb3\x88\xd8\x64\x45\x99\x63\xc3\x83\x45\xd4\x69\xb0\x75\xd3\x7e\xf0\x1e\x51\x75\x3b\xd1\xaa\x64\x10\x84\xa9\x25\x07\xdc\xd6\xd4\x92\x03\x4a\x33\x1b\xcc\xa8\x78\xaf\x25\x87\x68\xd7\x50\x9f\xcf\x3f\x69\xe0\x6c\x70\xd7\xa2\x67\x77\x7a\x74\x4c\xba\x0e\x6f\xa6\x89\xf9\x6a\x9b\x8e\x8e\xf9\x87\xba\x9e\x89\xf9\x87\x64\x77\x92\x78\x6d\x0c\x1b\x04\xbf\x5b\x1f\xc1\x99\x6b\x4c\xea\x0d\x95\x51\xb3\xa3\x5a\x77\x8d\x93\x05\x62\xa6\xfa\x35\x79\x0f\xce\x90\x29\xa3\x23\x72\x6f\x18\xfa\x71\x92\x7b\xc3\x60\x8f\x33\xf9\x24\xd6\x2c\x10\x0b\x41\xac\xe6\x8f\x35\x9a\x55\xd4\x0f\x44\x41\xc5\x01\x54\x96\xc1\x22\xcf\x64\x93\x18\x4c\x65\x8a\x42\x83\x39\x64\x56\x18\x61\x20\x45\x83\x3b\x9f\x5a\x81\x68\x8f\x32\x87\x62\x4a\x37\x1e\x73\xd2\x20\x4a\x7c\x4c\xa5\x2f\x3e\x86\xe6\x40\x10\xc4\xfd\x3f\xd3\x94\x03\x56\x71\x1a\x6a\x46\x45\xd4\x34\xb4\xb2\x6f\xa9\x99\xce\xd4\xce\xd0\xd0\xca\x3a\x6a\xce\x74\xa6\x86\x81\x9d\x86\x56\xd6\x7b\x72\xa6\x37\xb5\x2b\x34\x93\x4f\x71\x9c\x8c\x1d\x68\x07\xea\x79\x3d\x79\xa9\x71\x81\x6b\x99\xc6\xa1\xc9\x03\x8a\xcc\x25\x7c\xdb\x4e\x33\xc7\xfa\x3a\x9d\xb2\x56\xfa\x0c\x4f\x63\xcf\xe8\xaf\x3b\xe5\xad\x74\xf6\x9d\xaa\x6c\xae\xfc\x07\x13\x25\xb5\x82\xd3\x28\xcc\x2e\x81\x82\x9a\x6c\xa1\xa0\x46\x7c\xc2\x53\x29\xce\x6c\xee\x95\x02\x94\x29\x98\x91\xbc\xdc\x49\xeb\x59\xb4\x5b\x45\x4b\xb5\x9a\x84\x9f\x5a\x99\xf8\xde\x43\xf6\xa8\x6d\xb4\x9c\x2f\x73\x40\x41\x32\x63\x20\x87\x09\x6b\x55\x74\xdb\x9b\xb0\x56\xc5\x98\x78\x13\x61\x4c\x31\xf8\xdd\xfc\xf1\x59\x5d\xce\x6e\x3e\x22\x37\xf0\x3e\x1b\xec\xb1\x8e\xb2\x59\x8a\x86\x12\xa5\x8a\x46\xa2\xee\x9c\x36\xa2\xd2\x72\x43\xff\x11\xc3\x3d\xe6\x52\xd7\x00\x48\x4b\x64\xb3\xd3\xa5\x21\xa2\x95\x4c\xe0\xc6\xd2\xea\x7a\xa4\xbf\xe3\x44\x56\x63\x8c\xa2\x99\x01\x02\x5d\x1b\x02\x04\x1e\xd9\x2d\xaf\x79\x09\xc0\xe2\x35\x2f\x7d\x43\x82\x33\x95\x90\xcf\xed\x35\x20\x85\xde\x52\x5c\x56\x03\x17\x23\x1d\x46\x26\x91\x00\x13\xc9\x70\x25\x6a\x6e\x1e\xae\x44\x4d\xac\x22\xe2\x5f\x13\x75\xf6\x47\x7d\xda\x12\xf0\x8f\x48\xe4\x31\xf5\x24\x32\x5c\xe0\x7c\x49\xcf\x37\xfd\x83\x97\x31\x8f\xc0\x49\x52\x33\x6d\x42\xe6\x8f\x75\xba\x34\x89\x98\x48\x70\xea\xdf\xa1\x53\x26\x2e\xde\xcd\x53\xf0\x0a\xa1\x90\x08\x21\x9d\x19\x3e\x30\xd9\x0a\xa4\x35\x69\x0a\x3d\xf1\x07\x52\xe9\x38\x71\x01\x4a\xd4\x36\xd5\x18\xb7\xc8\x8d\xf9\x08\xf9\x6b\xe2\x3e\x24\x64\x93\x32\x84\x8c\x47\xee\x8d\x13\x8f\x51\x73\xef\x1f\x7b\x53\x48\xea\x13\xb7\x99\x5d\x55\x57\xde\x07\x16\x43\x30\x57\x37\x7e\xda\x06\xa3\xbd\x0f\xac\x84\x2e\x1b\xf3\xdc\x1d\xd6\xe1\xb9\x7b\x39\x80\xf1\x53\x79\xee\xdc\xda\x8e\xb0\xca\xf7\xc9\x9b\x88\xbb\xe9\x26\x21\x06\x89\x1b\xe3\x3e\x79\x13\x56\xeb\x63\x90\xc3\x63\xe3\x3e\x79\x99\x41\xea\xee\x93\xf7\x21\x24\xfa\x3e\x25\xb9\xf6\xc9\xcb\x94\xc3\x78\x13\x15\x50\xeb\xe2\xfb\xe4\x45\xd8\xed\x1f\x8a\x0b\xfd\xbc\xc9\x56\xa6\xd8\xee\xbe\x84\x81\x09\x9b\xda\xc2\xcb\xf8\xd6\x00\xc4\xdb\xf8\xbe\xf4\x02\x74\xc1\x2e\x5f\x59\x2e\xc6\x95\x5e\x23\x00\x72\x29\x04\xcb\xde\x08\xca\xe2\x0a\x5c\x8a\xfe\x6d\x5f\xa4\xc5\x2e\x9a\x59\x2d\x60\xba\xee\x4c\x9e\x7f\xfa\x07\x42\x75\x90\xe3\x2e\xf9\xb4\x61\x10\x62\x09\xa7\x69\xfa\x5d\x78\xdb\x34\x5b\xf8\x94\xb2\xab\xcd\xef\x80\x28\x6b\x73\x09\x09\xa9\x29\x9a\xeb\x5c\x7d\xd8\xd0\x6b\xcd\xb8\xa8\xb4\xa8\x49\x43\x99\xbb\x7e\x35\x5a\xdd\xde\x15\x1a\x2a\xe8\x1a\x89\x90\x03\x2d\x6e\x78\x9d\x93\x3c\x56\x71\xc3\xec\x64\xd8\xb6\xbb\xfa\x42\x15\xf1\x7e\xec\x4e\xf5\xfa\xbd\x2b\x0f\x09\xd7\xa4\xc9\x70\xdb\xa2\x29\x85\xe6\xe1\x7c\x37\x29\x35\xb3\x6a\x52\x6a\xb8\x80\x1b\x8b\x8f\x53\xe5\xcd\xdd\x92\x3a\x5b\x6d\xf9\x01\xc4\xcd\xe0\x49\xce\xf2\xc7\x6a\x34\x85\x62\x77\x37\x7a\x22\x07\xe8\xee\xf2\xdb\xfe\x41\x78\x6b\xd7\x17\x05\x8e\x99\x1a\xe3\x36\x32\x8b\xb4\xf6\x96\x17\x60\xee\xd1\x30\x8d\x00\x76\x1d\x9c\xb9\x33\x6f\xd2\xd0\xeb\x5c\x70\x47\xa6\xbb\xa4\x7c\xab\x7f\xa4\x8c\x3c\x75\xda\x76\x0b\x11\x6b\x18\x12\x48\x3b\xc2\x36\x17\x62\x79\x93\x1e\x55\x63\xcd\x1b\xa9\xca\xcc\x72\x26\x37\xa7\xa7\x51\x21\x47\x74\x84\x0f\xb3\xd6\x9a\x37\x29\x51\x9b\x3b\x36\xd0\x6f\x7a\x22\x86\x34\xd4\xdf\x11\x46\xba\xdd\xda\x6a\x38\x33\xcd\x30\x5c\xa2\x89\x90\xec\x6f\x1b\xbd\x1b\x56\x23\xb4\xf0\xb8\x27\xfa\x7f\x6e\xf3\x1b\x4e\x63\x90\xe3\x39\xee\x09\x43\xc7\x15\x78\x4f\x19\x3a\x86\xd7\x78\xc3\x4d\xfd\xb1\x19\xa5\xb8\xa7\x53\xca\x64\x5b\x64\x63\x62\x14\x29\xc0\x8c\xf1\x74\xdf\x1c\x6c\xcf\x0f\xe9\xbd\xa4\xec\x77\x4a\x52\x84\x42\x49\x4a\xf8\x07\x5e\x4d\x70\x2e\xf7\x8d\x24\x42\xfc\xbf\x39\x31\xdc\x29\x37\x37\x7a\x06\x15\xb8\x55\xb6\x18\x3a\xe8\x56\x5a\xd2\xf3\x43\xd3\x33\xd7\x56\x71\x89\x9e\xd3\xb7\xda\x16\x43\x0c\xdd\x6a\x5b\x0c\xf2\x7c\xab\x6d\xb9\xb2\x5a\x9e\x26\xc7\xe1\xf1\x2f\x55\x42\x76\x92\x71\x6c\x6e\xc2\xcc\x0d\x3d\xf6\xef\xc7\x57\xae\xc8\xf9\xf8\xfa\xe6\x0f\xd4\x28\x64\x06\x88\x9b\xfb\xbb\x29\x24\xbb\x75\x1e\x96\xb5\xbd\x97\x9e\x14\xf4\xbb\x50\x7d\x58\x34\xb4\x8d\x24\x89\x78\xbd\x9a\xf4\xde\x66\x35\x20\x81\x60\xdc\x1b\x59\xb6\x84\x76\x7b\x13\xd2\x9a\xdc\x05\xe9\x03\x76\x23\xb7\x18\x5a\x76\xdc\xa8\x54\xaa\xf6\xee\xf7\x16\xef\x25\xf2\xbf\xeb\xb9\x68\x73\x7c\x63\x52\xaa\xb5\xf4\xed\xf5\xec\x63\xfd\xd6\x8e\x54\x3a\xa0\x1d\xa9\xfb\xf9\x7a\x97\x31\x6f\x6d\x4a\x5d\x36\x7c\x34\x6a\xcd\x3f\xa6\xea\x43\xff\x49\x10\x6d\xce\x45\xe2\x56\xbf\x70\xcf\x30\x47\xf7\xab\xb8\x6f\xd8\x1c\x71\x9f\xeb\xf9\xf1\x64\x76\x16\xa6\x1a\x18\xce\x0f\xc9\x84\x01\xc6\x6e\xf3\x60\x39\x23\xd5\x27\x9e\x64\x2d\x31\x72\x3d\x91\x58\xcc\x2c\xab\x87\xe8\x7e\x78\xf6\x7f\x3d\x3d\x07\x0f\x3b\x7e\x7f\xd0\x9f\x90\x41\x27\x9e\x43\xae\x64\x50\x76\x2f\x26\x65\x8e\x32\xa0\x3e\xd8\x6b\x90\x32\x27\x9e\x43\x2c\x6a\x7e\x60\xb0\xe1\x2b\xfc\x41\xc9\x42\xd2\x95\x78\x50\xb2\x90\x3d\x27\x1e\x0d\x39\x90\x4b\x3e\xbf\x2b\xfc\x52\x8b\xff\x68\xc8\xc1\x02\x3c\xda\x6a\x80\x11\xcf\xa9\xe5\x0a\xf7\xcc\x83\x6b\x87\x14\xf8\x31\xd6\xca\xb4\x01\x1c\x4c\x73\x00\x38\x18\x68\xe5\x83\xaf\xad\x22\x9e\xe7\x44\x34\xef\xf4\x4f\x43\x16\x80\x27\x0f\x3a\x99\x01\x3b\xf8\x10\x84\xc5\x3d\x7c\x70\xbc\x15\xf5\x1f\x1c\x6f\x65\xcc\x1f\xed\x3c\x40\xc5\xe7\xc2\xda\x82\x5d\x78\x08\xf2\xd6\x14\xba\x3f\x97\xaf\x46\xcb\x5e\x62\xcd\x5a\x82\xfa\x27\xc1\x7b\xf0\xd1\xf5\xf9\xf0\x5c\x18\x63\x40\xdb\x1f\x8d\x43\x9a\xc3\x3b\x27\xa7\x01\x55\x05\xab\x9f\x22\x55\xb5\xcc\x43\xd8\xc1\x71\xc3\xf5\xb1\xf2\x68\x4c\xc2\x25\xff\x68\x4c\xc2\x61\x7e\x34\x26\x81\xfa\x3f\x85\xf5\x86\xac\x3c\x25\x63\x85\xdb\x18\xe0\x10\x2a\x3c\x24\x1b\xd5\xd7\xec\x51\x0f\xa3\xa3\xf5\x03\x27\xd0\xa6\xfb\xab\x45\x88\x0b\xa2\x45\x88\x60\x13\xf1\xd7\x80\xe0\x4f\xc5\x60\xdb\x9d\x40\x25\x63\xf4\xaa\x87\xe8\xbf\x64\x79\x8c\x47\x0b\x12\xc8\xcb\x53\xe1\x1f\x8b\xf5\xe1\x1f\x5d\x22\xd2\x93\x1a\x09\xf7\xd1\xb2\xc4\x1d\xd2\xb2\x84\xdb\xe1\x69\x30\xb7\xdc\xd9\x4f\xfb\xbd\x95\x0d\x70\xf6\x10\x63\x4e\xa9\xdc\x43\x42\x52\xc3\x00\x3f\xcd\x4b\x5e\x5c\x6a\x02\x4d\xa7\x4d\x40\xe9\xa8\xcb\x0f\x02\x10\x61\x7a\xab\x88\xde\x95\x4f\x21\x45\x7c\x88\xd3\xab\x92\xe7\xe9\xa8\x0e\xdc\xb4\x0e\x83\x0a\xdd\x7f\x3a\xaa\x03\x37\x99\x38\xbd\xea\x57\x1e\x4d\x48\x44\xf4\x2e\xd1\x46\xce\xf8\x68\x2b\xe2\xce\x76\xb9\x55\xa6\x89\xa9\x48\xda\x6a\x3c\x04\xe7\xad\x50\xd7\x27\x04\x8f\x29\x84\x37\x1c\x0d\x42\xe8\x98\x66\x08\x1d\x90\x06\xf9\xe4\xc2\x7e\x80\xce\xf3\x19\x40\x97\xe5\xc1\xef\xcc\x26\x92\x48\xd3\x58\x53\x10\xd5\x3f\x8f\xd6\x1f\x70\x6b\x8f\xd6\x1f\xda\xfa\x3e\x58\x7f\x18\x11\xf7\x49\xf9\x83\xfb\x3f\x64\xfc\xdc\x44\xac\x3f\xb4\x5d\x79\x4c\x00\xa5\x21\xfb\xa3\xf9\x87\x0e\x0e\xcf\x90\xd0\x7a\x18\x07\x84\x16\x36\xfb\x49\xf9\x85\xfb\x35\xb5\x57\x11\x77\x91\x5f\xa4\x36\xe4\x31\x56\x2e\xef\x9d\x67\x3a\x75\x5b\xc8\xd9\x8b\xbb\xe4\x82\xd2\xeb\xe2\x51\x5e\xa1\xe9\xed\x33\x25\xda\x52\x42\x45\x14\xda\x79\x3f\x33\x21\xb6\x9a\x37\x03\x7f\x60\x15\x22\x13\xf5\x90\x24\x4a\xbf\xa2\xe7\x16\x2a\x51\xc4\x70\xb8\x79\x68\xd5\xf7\x68\xde\xf3\xa8\xa3\xd1\xee\xf8\xb9\xe5\xd9\x6d\xe2\xfb\x49\xe4\x36\xb6\xad\x92\xd9\xc7\x70\xb6\x62\x06\x4c\x47\x18\xce\xe3\x21\x65\x93\x7c\xde\x63\x00\x5b\xc5\xb4\xcf\xa3\x6b\x9f\x08\xf4\x90\xaf\x6b\xf8\x87\xcf\x0a\x51\xee\x51\xff\x21\x1a\x2c\x4f\xc4\x9f\x6e\x66\x0f\x6a\x1a\x19\xc4\x67\x09\x00\xeb\xaa\xcd\xa8\xba\xd9\xc7\xd8\xb4\x12\x88\xa5\x18\xc8\x73\xb1\x14\x03\x79\xda\x48\xe2\x29\x13\xf1\xa4\x32\xc6\xd3\xb6\x24\xfb\xd2\x42\x13\x08\xa8\x15\x7b\x0c\x48\xab\x04\xe3\xd9\xb2\x56\xae\xa5\x41\x68\x0d\xf0\xfe\x18\x84\x76\x58\x56\x95\xe1\x5a\x6e\x5e\x23\x62\xab\xe9\x94\xe4\xdc\x9f\x54\xab\xb8\x18\xa9\x56\x71\x93\xb7\x46\xfe\x62\x8f\xc1\x6a\xad\x85\xb9\x69\x12\x7b\x63\xd5\x2a\x71\x79\x52\x11\xe3\xc4\x30\x3e\xcd\x0b\x26\xf5\x30\x4e\xf2\xe5\x61\x25\x4a\xbf\xc9\x0a\x02\x8a\x91\x6b\x35\x20\x7d\x5e\x66\xe2\x89\x4a\xa5\x8c\xb7\xfb\xab\x52\xc8\xf3\xf5\x1a\x63\x08\x5e\xf9\x49\x15\x8b\xe4\x36\x55\x2c\x5e\x31\x66\x4d\x92\x19\x7c\x54\xab\x08\xe4\xe7\x33\x4b\xf6\x40\x1d\x8b\x16\x2c\xcf\x27\xb7\x24\xc8\x9f\x6f\x2e\xef\x1c\x98\x99\xf4\xa9\x7c\x52\xfd\x22\xd5\x25\x92\x6d\x9e\xcf\xd4\xbe\x80\xd6\xeb\xd0\x72\x05\xc2\xbe\x0e\x2d\x97\xaa\x1f\xc2\xcc\x85\xbe\x8e\x84\x79\xf0\xa1\x2e\xa6\xf8\x8f\xef\x44\x10\x63\x1d\x4e\xc0\x9e\xd5\x0b\x71\xf1\xaf\xc3\x77\x62\xb3\x49\xc2\x5c\xf9\xc0\xbc\xaa\x5b\xc6\xbc\x0a\x44\x5e\x87\xac\x74\xb5\x5f\x41\xe6\x5a\x5a\xa7\x20\x73\x46\xd7\xc9\x8e\x0f\xff\xc8\xab\x02\x20\x4f\xa3\xe1\x70\xc8\x96\x59\x94\xc4\xde\x85\x2a\x27\xb4\xf5\x5e\xaa\x72\xe4\xc2\x96\xaa\x1c\x29\xfe\x3a\x11\x22\xf2\xa6\x59\xa7\xef\x57\x2e\x95\x65\xee\x24\xd9\x8b\x75\x91\xea\x09\xb4\x5e\x97\x9a\x24\x96\x7f\xfd\x58\xa0\x26\x7f\xbb\xd4\xf0\xe4\xba\x64\x82\x25\x8e\xe8\xba\x70\xab\x87\x6e\xaf\x4b\x9f\x74\x88\xc7\xba\x12\x62\xc0\x47\xf7\xa3\xf9\xc7\x42\xf7\xa3\xad\xcc\xd2\x55\x56\xdf\xda\x75\x25\xf0\x8c\x58\x84\xd1\xa5\x34\x8d\x92\x81\x81\x56\xe6\x2b\x70\xf6\x05\xeb\x2e\x90\x6f\x15\x82\x7f\x55\x5b\x4c\x3b\xf6\xe3\xf1\xc3\x5a\x39\x24\x53\x29\x78\xc4\xbb\x45\x3f\x56\xa6\xa9\xfb\x58\xb0\x32\x3d\xd7\xf1\xc7\xca\x64\xe4\xf5\x85\x4c\x23\x19\xfa\x55\xd5\x7b\xb9\x5d\x35\x19\x77\x56\x05\x39\x86\x99\xfd\x63\x55\xb5\x60\xa7\x3d\xdf\x7e\xfc\x69\xd6\xb2\xaa\x7a\x31\x5b\x6d\xca\x80\xf3\x63\x5e\x9a\x72\xad\x85\x69\x49\xd7\x31\x61\x61\x4e\x52\x74\xd1\x5e\x88\x42\x8a\xb1\x32\x56\xd3\xfb\x97\xa3\xbc\x9a\x4e\xf1\xa7\x1d\xe8\x07\x7f\x5a\xed\xf6\x03\xa8\x4d\xc3\x64\x18\x88\x85\x2c\xa4\x5c\x39\x8e\xf6\x12\xdd\xde\x7e\x6f\x44\x63\xbc\x2e\xe4\x22\xc6\x87\x5d\xa4\x57\x92\x44\x2d\xd2\x2b\x49\xb9\x17\x9e\x30\x12\xcb\x65\x76\x25\x5d\x79\x17\x9e\x30\x45\x5f\xde\xd5\x53\x0b\xc7\x84\x75\x85\x91\x45\x59\x44\x0a\x29\x5a\x48\x2d\xfc\x62\xf4\xfc\x5c\x3d\xa1\x72\x14\x92\x43\x89\x88\x70\x41\xa5\xb9\x7f\xf8\xc5\x74\x63\xd5\x2d\x02\xcf\xf9\x5a\x5a\x06\x07\x71\xea\x7a\xc1\xa8\x8b\x58\x88\x65\x0c\xe7\xb0\x02\x95\x1b\x97\xf9\x4a\x1e\x07\x41\xe5\xc2\x74\xb6\xc9\x0d\xac\xf0\x11\x66\x6b\x83\x8c\x3a\x2b\x84\x2b\xf9\xe8\x5b\x83\x57\x98\xdb\xab\x70\x05\x1e\x65\x0d\xf7\xca\x49\x0d\x9e\x61\x30\x09\x6b\xf0\x24\x16\x72\x25\x2a\x02\x38\x90\x56\x3b\xf4\x40\x16\x0c\xe7\xb2\xcc\x18\x20\xd7\xb6\x26\x0a\x3f\xd7\x40\x01\x8a\xf0\x29\x33\xf1\x5c\x2b\x33\x71\x76\x13\x7b\x33\xc8\xed\x9a\x58\x92\xc3\x67\xad\xc9\xa3\x40\xe4\x9b\xf2\xa0\x97\x95\x64\xb5\xad\x04\xab\x2d\x4e\xdc\x18\x05\x79\x72\x6f\xe4\xc8\x0e\x7c\xf3\x02\xe1\xa6\x58\xe4\x47\x37\xb8\xe8\xc2\x23\x26\x19\xae\x45\x24\xb8\xaa\x51\xd0\xba\xe5\xb5\x01\xef\x36\x2d\x98\x34\xe0\xce\x89\xfa\x0f\x36\x3b\xdc\x33\xeb\x41\x0d\xe6\x59\x25\x2f\xba\x06\x26\xeb\xc1\x7e\xc7\x6d\x78\x60\x73\xed\xe8\xc1\xa6\x9b\xfb\x76\x21\x3b\x19\xba\xd4\x2d\x42\xf4\x1b\x48\x7f\x61\xb5\x7a\xe8\xd9\xb3\x34\x42\xd1\x9a\x7e\x21\x48\x39\x34\xa6\x5e\x8f\xc1\xa1\x91\x60\x2c\xfd\x63\x0c\x87\xba\x56\xca\xac\xa8\xb6\x92\xc5\x02\x16\xac\x52\x92\xa7\x5c\x69\x95\x22\x34\xcb\x57\xa4\x7b\xa9\x55\x8a\x17\x4e\xf2\x3e\x6e\x6c\x9a\xa5\xb8\x76\xcb\xf3\x90\xed\x7d\x2b\xfe\x8a\x3b\xb9\x0a\x86\xdf\x99\x15\xc6\x8f\xe4\x83\xac\x26\xf7\x20\x4e\x6e\xc2\xa0\xb8\x90\x5b\x39\x04\x97\xff\xda\xde\x7d\x00\xbc\xb9\xfb\x9c\xc9\xf6\xb6\xb6\x5b\xa4\x48\xee\x48\xb2\x3a\x7f\x13\xbf\x17\xff\x42\xb7\xe5\x4d\x94\xa0\xb7\xd7\xfb\x86\x11\xdf\xe4\x30\xfc\xb8\xa5\xeb\xc0\xf5\x26\x91\x67\x25\x5e\xa3\xfe\x26\x04\x29\x8a\xa5\x67\x54\x24\xc5\x77\xca\x82\xc5\x29\xc6\x3e\x5d\x9f\x47\xd5\xe9\x7f\xea\xd3\x78\x6c\xad\x2f\xd3\xe5\xb0\x18\x5f\x06\x7a\x07\x34\x44\x37\xc5\x4c\x10\xeb\xf3\x49\x60\x93\xa9\xed\x80\x1f\x3a\x76\x39\x8a\xc9\xb5\xdc\xa3\x8f\x08\x23\xbc\x4d\x56\xda\xbe\xfe\x80\xdc\x30\x38\x26\xad\xd9\x84\xc9\x15\xdd\xb6\x26\xb1\x8c\xb6\x31\x89\xf5\x35\xb0\x8f\xfa\xdf\xff\x2e\x33\x06\x6d\x18\x1d\x92\x51\xc7\x46\xbc\x63\x28\x95\xfd\x63\x73\x2e\xf2\x52\xc7\x46\xd4\xe3\xf3\x6c\x13\x5a\x8d\x94\xea\xb1\x09\xad\xa6\xd7\xc4\xfe\x31\x3c\x97\x6e\x16\xfb\x80\xde\x4c\xdb\xee\xdf\xef\x97\x63\x21\xf4\x19\xd6\x47\xe8\x03\x95\xdf\x3f\x6e\xe7\xd2\x13\x63\xeb\xbd\x03\x1f\xb0\x15\xfa\x80\x94\x5b\xa1\x0f\xbb\xba\x4f\xa4\xce\xa7\xe5\x46\xd9\x3a\x48\x9d\x61\x54\xf6\x89\xd2\x8c\xeb\x68\x9f\xd0\x48\xf8\x94\x8d\x5c\x48\x6b\xbc\x7d\x02\xff\x25\x0c\xc0\xcf\x61\xde\x84\xff\xd0\x3e\x70\xeb\xf4\x33\xec\x47\xf8\xfd\x1d\xf8\xb9\xb1\xf6\x25\xfc\xf4\x7f\x21\xb4\xe2\xea\xdc\x84\x02\xd1\xd3\x63\x5f\x26\x9c\x63\xf3\x36\x99\x9d\x44\xd7\x4d\x10\x36\x4f\xce\xbe\x90\x58\xc0\x4e\x6e\x62\xab\x79\x28\x36\x82\x9c\xe9\x86\x5d\x1f\x65\x26\x8c\xed\xed\x74\xb3\xcb\x6f\xe0\xe9\x84\xb1\xbd\x9d\x02\xf1\xe3\x8c\xae\x09\x95\xd9\x0a\x6f\xa0\x0b\xbb\x48\xbf\xfd\x5d\x9a\x6d\x3f\x93\xfa\x2c\x10\xd6\x2d\x1e\xd2\xad\x4c\x27\xac\xbf\xa8\x63\x3f\x08\x9c\x78\x9b\xec\x2a\x3c\x96\x11\x2c\x71\xd8\x77\x15\x1e\xe6\x52\x85\xc7\x72\xa5\x4c\xff\x5a\xdf\x72\x9e\x77\x55\x6e\x66\x19\x63\x0b\x0e\xc0\xd6\xe0\x16\x1a\xb7\x6b\xea\xc0\xac\xf4\xbb\x5b\x86\x2b\x5d\xbf\x5f\xd9\x09\x2b\xc6\x81\x63\xdb\x3f\x4e\x68\xc8\x63\x6d\x6c\x6c\x87\x0b\xf4\x63\x8a\x86\xa6\x49\xfb\xc7\x13\x8d\xe1\x22\x36\xef\x1c\xfa\xfc\xb1\x47\x43\xc3\xa6\x8d\x44\x47\x3b\x88\xdd\x4c\x54\x28\xfa\xe9\x38\x14\x96\x17\x95\x2c\x2b\x76\x16\xff\xf0\x22\xfa\xd1\xf9\x3f\xe8\xdb\x6e\x4c\x43\xa4\xea\x48\xa0\x60\xe0\x37\xee\x46\x46\xab\xdc\x5d\xd0\x2d\x23\x74\x82\x99\xde\x18\xa8\x0c\xf7\x01\x17\x23\x89\xf1\xc6\xbe\x57\xc9\xf1\xc6\xbe\x77\x88\x3b\x18\xae\xa8\x7c\xda\xd8\xf4\x6a\x90\xb5\xbb\xc0\x5a\x76\x59\xe9\x3f\x58\x56\x5e\x07\x3b\xc0\xbb\xfc\x1d\xd8\xdc\x92\x40\x74\x0e\x5b\xb3\xf5\x2e\x82\xa2\xed\xc0\xbc\x55\x3c\xd2\xd4\xd7\x15\xd3\x9e\xc5\xc3\xa5\x3d\x8b\x0b\x16\x5e\xd7\x94\xb5\xf4\x15\x17\xb4\x60\xb1\x1f\x0d\x7d\x21\xc5\x5b\x43\x5f\x89\xcc\x40\x66\x26\xbe\x0c\xa4\x52\xe2\xe3\x40\x12\xe5\x99\x1b\x5e\x9c\x52\x16\x92\x4d\x8e\x3c\x69\x43\x88\x2c\x03\x51\xd8\x2b\xda\x1f\x4f\xef\x40\xdd\x6b\x59\x03\x60\x47\x9b\x30\x13\x92\x22\x8d\x81\x6d\xab\x31\xb0\xe4\x0d\x53\x97\x99\xf4\x56\xc9\x91\xc6\x46\x7b\x2a\x2b\x16\x26\x62\xa2\x99\x7c\x6d\x9b\x3d\x49\xe3\xf0\x4d\x4c\x34\xd9\xba\x3d\x65\x26\xb8\x66\x36\xc2\x22\x23\xf9\x6c\x0d\x58\xb4\x74\xda\x37\xf9\x0c\x24\xf6\xb7\xec\xac\xc8\x70\xeb\xd5\xcd\xcd\xb6\xef\x04\x85\x11\xcd\x9d\xa4\x33\xf2\xbe\x0d\x6a\xe8\x39\x33\x79\x92\xca\xd7\xad\x79\xb0\xee\x8d\xfb\x56\xec\x2f\x71\x24\x93\x92\x36\x40\x1b\xc9\xd3\xe5\xea\xde\xe9\xf3\x6d\xc7\x09\x3e\xcd\x1f\xc0\xb7\x35\x52\x28\x5d\x28\xf6\x23\xf4\xf4\xf4\x78\xfb\x7a\x7f\x20\x91\xd2\x67\x67\xff\x38\xb4\x6a\x4c\xe6\xfd\x24\xec\x40\x88\x40\xca\xd8\x5e\x5b\x81\x94\x46\xdf\x1b\xb5\x97\x96\xfe\xfb\x41\x7a\xe8\xba\x27\xb3\x76\xf9\x81\x8c\x50\x8a\xb4\x4c\xbe\xea\x2a\x2c\xd7\xd7\x73\xba\x14\x64\x4a\x3f\x96\x02\x38\xaf\x17\xb9\x38\xe5\x54\x7b\xe5\x02\x03\xcb\x8f\xa5\xab\x06\x20\xdb\x2b\x97\x94\x3d\x59\xc2\x65\x79\xcb\x06\x58\xcb\x95\x93\xe8\xa4\xe2\xcc\xcd\xda\x26\xd9\x74\x4b\xc8\xa8\xa4\xba\x65\xcb\xc5\x29\x3c\xdd\x70\x71\x43\x07\xe4\xbd\x65\x9d\xbc\xac\xb7\x12\x3c\x0f\xd2\x26\x51\x96\x04\x19\xc9\x96\xaf\x8c\x8d\x8d\xb0\xcf\x92\xbd\x93\xb9\x64\x5a\xdb\x27\x4e\xb6\x46\xc8\xe8\x11\xdb\x22\xea\x9f\x4e\x69\x7b\x2b\x80\x14\xd7\x5f\x45\x9e\x2c\xec\xab\x19\x96\xd4\x01\x27\x6b\x75\x41\xfb\xf5\xb5\xed\xde\xbf\x32\x5e\xe2\xf7\x6b\x2c\x44\x09\xc1\xeb\xc4\xa4\x34\x98\x1f\xab\xad\xda\xaf\x13\x63\x2b\xdf\x14\x19\xda\x1c\x29\xa1\xd7\xaf\x6a\x39\x0d\x35\x37\x6a\x39\xf5\x61\xfb\xd3\x54\x4c\x7c\xf9\x12\x46\xfa\xfa\xb1\x8a\xd5\x67\xd6\x86\x53\x3c\xb4\x45\xd9\x1f\xc2\x4b\xaf\xda\x64\x14\xc5\xee\x2f\xe1\x65\xbe\x5f\xc2\xeb\x3f\xc0\xe8\xb2\x7e\xc2\x28\x01\xf9\x30\xca\xf0\x7a\x56\xc9\x97\x77\x35\x72\xb1\xa1\x43\xe1\x56\xcb\x27\xc4\xef\xa1\xc6\x18\x44\x78\x8f\x24\x33\x27\x1f\x18\x65\xb3\x76\x2f\xe1\x5c\xe4\x01\xde\x03\xad\x30\x30\xbe\x19\xa2\x8d\x23\xf8\x1e\x0a\x32\x87\xff\x28\xc8\xcc\xe6\x0a\x32\x39\x9c\xaf\x72\x2d\x43\xdd\xbe\x3f\x4e\xaf\xca\x38\xbc\x8a\xb5\x38\x77\xef\xe9\x93\x83\x69\xbd\xa7\x82\x4c\xb0\xe0\x3d\x7d\x72\x4c\x3f\x94\x64\x42\xd9\xde\x53\xad\x76\x76\x90\x8f\x11\x20\x3b\x95\x58\x4e\x7b\x53\xf6\x6a\x7b\x41\x06\xd9\xdf\x1f\x67\x57\x25\xf5\xef\x8f\xb3\xab\x5e\x62\xef\xa5\xba\x1d\xc4\x79\x2f\x01\x9b\x7e\x14\x6a\x31\x2d\xcc\x9b\xcf\x92\x4d\x9a\x1f\xfe\xc3\x1b\x4d\x33\xe2\xf7\x52\x42\xc8\xb6\xbc\x97\x12\xc2\x6e\x67\x64\xab\x07\x43\xde\x2b\xe5\x98\xd6\xe2\x65\x04\x7a\xbf\x17\x2f\x23\x57\xc2\x48\x2f\x6a\x7a\xde\x82\x45\xb9\x3b\x47\x3a\x71\x39\xb3\xd7\x38\x2f\xca\x7e\xde\x82\x6d\xbb\x13\x31\x19\xd4\xb0\x92\xf2\x4c\x4e\xc0\x8b\x7c\x4c\x9e\xea\x2d\x3e\x97\x78\x73\xbf\x85\x27\x9d\x2b\x5a\x84\x3c\xec\x4a\xd9\x66\x38\x86\x36\x30\x4d\x10\x79\xe0\x0d\x21\x74\x1a\xb6\x70\x1a\x4c\xaf\x3a\x0d\x4e\xc0\x5b\x9d\x06\xe3\x55\x85\xb1\x48\x1a\x5e\x24\x6a\x72\xc8\xaf\x56\x42\xbe\x81\xde\xea\x3c\x00\xdd\x48\x32\xb0\x06\x6f\x46\x92\x11\xcb\x2b\xd1\x3b\xc5\xcc\x9a\x3b\x60\x2d\xa1\x85\xa8\xbd\x19\x3c\xc6\xd9\x36\xed\xe5\xf3\x1f\x82\xc7\x88\x3f\x19\x3c\xc6\xc5\x6a\x0a\x36\xdd\xc1\x0c\x18\xe3\x3a\x34\x25\x9b\x4e\xab\x91\x5a\x5f\xa4\x69\x08\x36\x45\xb9\x26\x7b\xd1\xff\xb4\x5b\x7e\x33\xb2\x4c\x77\x54\xc4\xb4\x1e\xa7\x34\x33\x12\xa1\x0c\x33\xe3\x23\xe1\x25\xcc\x8c\xa6\xce\xaf\x49\xa5\xe4\xee\xdf\xee\x0c\x5c\x81\x6e\xbe\xb8\x62\x13\xc5\x09\xae\x66\x37\x13\xf8\x69\x35\x6c\x93\xaa\xe5\x14\xf3\xb3\x34\x5d\x79\x28\xd3\xc4\x68\x29\xaf\x98\x17\x21\xda\x65\x98\xb4\x17\x21\xda\x65\x1c\xb3\x37\xcc\x70\x05\xa7\xf1\x06\x51\x2f\x61\x65\x5f\xa4\x68\x97\xd1\x3c\x5e\x62\xc9\x5c\x86\x4d\x7b\x33\x5d\x39\xdc\xe9\x8b\xd7\xfa\x65\x80\xb4\x37\xf3\x95\xc3\x9f\xbe\x81\x35\x55\xb5\x89\xaf\x7b\xee\xde\x17\xd1\xdb\x35\x2e\x9b\x20\x26\xf5\xac\x04\x62\x52\x31\x34\x7c\xe8\x5f\xfe\xf1\xa1\x8d\x86\xa7\x7d\x31\x95\xbe\xc6\xe5\xc7\xe9\x07\x1d\x0f\xe2\xf7\xb8\x60\xc8\xe1\x8a\x11\xb0\xde\x61\x34\x1e\x14\x06\x2f\x6c\x64\x31\x0a\xd5\x3b\x48\x89\x2f\x96\x0d\xbd\x17\x10\x7c\xbd\x99\xcc\x5c\xbc\xfe\x31\x92\x4d\xbb\xc1\x77\xa6\xd0\x81\x39\xa2\x77\xcc\xbc\x0f\xef\x44\x66\x2a\x32\x4d\x64\xa6\x22\x29\xac\x64\x31\x14\xe2\xfb\x63\x25\x9b\xca\x9b\x77\x6a\xce\xeb\xa1\x9a\x66\xa4\x77\xef\xa7\x02\xd4\x62\xb5\xcc\xf9\x04\xc0\x53\x01\x6a\x71\x14\x04\xa8\x12\x17\xf3\x4f\x19\xd0\xf8\x85\x65\x0c\x55\x14\xef\x9d\x39\xc0\x19\xdf\x14\x95\x0a\x5d\x5e\xfd\xa8\x92\xb4\x19\xfc\x3f\x89\xc5\xf6\x03\xd0\x3e\x54\x2c\x21\xdd\xfa\x8a\xfc\x51\x50\xb6\x3d\x0b\xf3\xe1\x17\x7a\x70\x7d\x7c\x85\xc8\xf9\x0c\xff\x15\x1f\xf2\x96\x37\x6f\xcd\xdf\xb2\x7c\xc6\x9d\x32\x4e\xe3\x57\xa1\x86\x9c\xa2\xaf\xaa\xde\x81\x74\x7c\x55\x82\x7d\xfa\x0f\x81\x9f\xa6\x7f\xe8\x8b\xce\xe4\xbf\x9a\xf8\xe5\x87\xfa\x02\x58\xc0\x4f\x31\xfc\x70\xc4\xdc\x60\x47\x54\xec\x98\xff\x98\x2d\x84\xc5\xfb\x90\xd0\x6b\x94\xf6\x35\xf2\xf7\x3b\x41\x52\xb8\x84\xb6\xe7\x1f\x94\x27\x34\x5e\xff\x0c\x5b\x05\xae\x7d\x18\x1b\xa8\x73\xfc\x9a\xb2\x19\xeb\xe0\x39\x31\x2d\x2b\x83\xb1\x57\x64\x18\xd3\xfa\xc8\x30\xa6\x03\x60\xa1\x2c\x14\x1d\xc3\x1b\xe7\xdd\x91\xc1\x80\x59\x9f\xfe\x10\x5c\x53\x5f\xe7\xb9\x06\x19\xff\x3a\x8f\x23\x30\xf1\xd3\xba\x80\xbb\xe5\xd3\xba\x80\x03\xf6\x11\x74\x5b\x23\xdf\x4f\xbf\x07\xe9\xe0\xc7\x3b\x31\xc6\x9f\x8f\xe0\x2f\x65\xee\x28\x2c\x3e\x6c\x0c\x14\xbf\x7c\x21\xb7\xe4\x6e\x06\x26\xac\x1c\xca\x2f\x74\x67\x6b\xd6\x92\x8f\x61\x52\xd0\x87\xb3\xe4\x87\x17\x2e\x87\xea\x0b\xd5\x70\x6e\xb3\xe1\xb8\x7d\xc5\x7d\x88\xe3\x2f\xc3\xc2\x7c\xbf\xc7\x64\xd3\x50\xf6\x1b\xd2\x27\x37\x73\xa8\x2e\x81\xd8\x7c\x83\xf4\x8d\x3c\x1a\x3e\x9e\x96\x45\x6b\x89\x4f\x2b\x85\xec\x8a\x70\x2e\x22\xc9\x48\x97\x66\xca\x9b\xcd\xb4\xd7\x17\x5c\x07\xdc\x61\x5a\x6a\x9e\x47\xdf\x54\xc2\x47\x47\x13\x09\x19\xcc\xcd\x87\xa5\x63\x18\x07\xe1\x9b\x88\xc8\x04\x83\x30\x55\xde\xca\xdf\x44\x44\x36\x6d\x9c\x78\x6f\xaf\x37\xc7\x86\xe1\x26\xa2\x1e\xd1\x76\x22\x7a\xb2\x0e\xd2\x79\xe9\xe5\xc7\xf3\xb1\x2a\xf1\xfc\x6e\x0c\xa9\x87\x65\xde\xdc\x22\xcf\xcd\x9b\x5b\x24\xbc\x31\xaa\x16\xf1\x6e\xc2\x9e\xc0\x5a\x7c\x37\xb2\x81\xe1\xef\x8a\xa7\x45\x12\x5d\x49\x7b\xf6\xf4\x3a\x39\xbb\x82\x05\x17\x3e\x53\xf0\x6a\xe9\xf6\x69\x29\x69\xc0\xc9\x8f\xe7\xe2\xcc\x72\x5e\xe2\x8c\xf2\xe4\xfb\xc7\xf6\xea\x2d\xc3\x0f\x42\x98\x35\xfb\xf2\xd6\x71\x57\x1f\x14\x87\x1e\xcb\x87\x4b\xa7\xd9\x40\x5d\x9d\x1b\xf3\x48\xf5\xab\xff\x48\xf5\xfd\xc3\x57\x3b\xbb\x44\x0a\x17\x9f\xd3\xdf\xef\x51\x79\x99\xca\xf7\x23\xf0\x67\x97\x52\x2d\x64\x88\x10\xe3\x8f\x74\x2e\xe6\x74\xfa\x48\xe7\x62\x1a\xa7\x8f\x58\x9f\x95\xf7\xfe\xb7\x10\x91\x0d\xeb\x23\x4e\x74\x05\x17\x62\x3a\xb7\x68\x21\xa6\x73\x8b\x96\x7b\x0a\x72\x10\xea\x33\xa9\xe2\x56\x4c\x47\x9f\x84\xf4\xcc\x89\x6d\x15\x05\x62\xcd\xce\x77\xbb\x1f\x1f\x27\x9c\x91\x5f\x9f\xb8\x28\xb0\xbf\x7c\x7d\xd9\xe4\xd5\x99\xde\x25\x7b\xd5\x5a\x88\xb3\x3e\xbf\xdc\xfc\x7c\x7e\x49\xa6\x5e\x1f\x96\xd2\xa3\x37\xd1\xc2\x9e\x13\x2d\x6c\x23\xdf\x6e\x5f\x9f\x9b\x4f\xad\xb4\x46\x10\xe9\x3f\x98\x49\xd7\x24\x8d\x11\x24\x68\x3c\xc0\x2e\xbd\x04\xbf\x4f\xa6\x8d\xe1\xb5\x3f\x50\x71\xf5\x7d\xa8\xa3\x1d\xfd\x43\x9d\x21\xb6\x99\x2e\x77\xfc\xae\x9d\x71\x1c\xa4\x9a\xfd\xcd\x64\x1c\xd8\x18\x90\x1b\x61\x1c\x06\xd3\xc4\x2a\x77\x1c\xbe\xbe\xae\xf3\x0f\xba\x37\x0e\x24\xf4\x38\xc7\x8f\xc3\xf0\xd9\x3f\xac\x1a\x87\x06\x98\xc5\x9e\x03\x4c\xb2\xce\x10\x5e\x41\x41\x8a\xfc\xbb\x71\xc7\x61\xcc\xcd\xdf\x3c\xc6\x81\x28\x9e\x2c\xe0\xe3\x40\xe4\x4e\x40\xe9\x71\x60\x67\x49\xfa\xdc\x71\xf0\x10\x23\xb1\xd9\x38\x7e\x4f\xaf\x40\xa4\x33\x0e\xc5\xec\xc5\xdf\x3b\x68\x68\x19\x31\x7b\x61\xdc\x13\xe3\xee\xc2\x58\x8a\xd9\x8b\x6d\x21\x27\xd3\xb2\x28\xe9\x58\x5b\xa0\x3b\x1f\x2f\x95\xec\x54\x9c\xa4\xa3\x2b\x45\x1a\x54\xba\xb0\x4a\x9b\x40\x7d\x29\x5e\x29\x74\x65\x6e\xdd\xab\xf8\x0f\xa1\x36\x07\x30\x5d\xbf\x57\x2d\x92\xe7\x71\xf8\x16\x2b\x4e\xf4\xca\xeb\x80\xd5\xb8\x7c\x16\x0c\xd6\x12\xa7\xd2\x41\xa0\x9f\x71\xe0\x50\x51\x09\xaf\x39\x8e\x62\xd4\x97\xca\x4c\x8a\xce\x6d\x8e\x5f\xdc\x58\xff\xa8\xff\xfd\xcf\xa0\x5f\xe3\x28\xaa\x86\x01\x85\xd0\x5b\x87\xa0\x14\xf7\xce\xdf\x27\xcb\x69\x19\x6d\x89\x93\xfd\x3d\xa0\xa2\x1f\xf6\xc9\x4d\xed\xf4\x2a\x37\xf2\xa4\x0e\x82\xf2\x79\x01\xb7\x82\x72\xc7\x32\x62\x85\x0b\x55\xa1\xec\x62\xa3\x32\x70\xd1\x44\x53\xc6\x06\xfc\x4d\x92\x58\xad\x44\xb0\xaa\x41\xe3\x26\xa5\x66\xfa\xbf\x97\x8c\x1e\xb1\xe3\x68\x06\x24\x6b\x56\x52\x52\x56\xfd\x47\x62\x97\x5d\xbd\x34\xa1\x4c\xca\x90\x7a\x89\x43\x3d\xc3\xce\x03\x49\x37\xf2\x77\x65\x14\xa2\x62\x1e\x38\x88\x8c\xc3\x48\x98\x68\x44\xc6\x61\xd2\x10\x32\x02\x8f\xc3\xc4\x71\x25\xbb\xe6\x7d\xe9\x92\x98\x44\xce\x65\x08\x0f\x3e\xad\x23\x09\xbd\x1f\xc4\xfd\x9c\xcc\xdd\xec\x70\x93\xc1\xf3\x75\x21\xfe\x87\x56\x19\xe2\x27\x0f\x87\xe1\x29\x0c\x62\x6a\x56\xf0\x13\x7e\xe1\x70\x45\xf5\xb0\xc4\x1c\x7f\x1c\x83\x74\x56\x6e\x1f\xd9\x6c\xb1\x56\x1d\xc7\x40\xad\x20\x7a\x0c\x57\x1a\x30\x30\x6f\xc4\x7e\x62\x1c\xc6\xb3\x72\xe0\xcc\xef\x06\xd8\x03\x87\x61\xe7\x39\x0f\xd0\x0c\x80\x4c\xe3\xd6\x19\x6b\x1a\x08\x88\xe9\x98\xd2\x4d\xda\x63\x4a\x37\xa7\x3f\x35\x3e\x01\x86\x49\x04\x79\x61\x9e\x79\x9d\x51\xf6\x09\x65\xdb\x45\x1d\x26\x39\x33\xfe\x20\x65\x59\x78\x1b\x20\x69\xee\x6e\x22\x66\x89\xbd\xfe\xa5\xc5\x1d\xc7\x4d\x14\x42\x17\xdf\x6c\x6f\x95\x51\xd4\xeb\x27\x42\x9a\xd5\xad\x59\xbe\x4d\x3a\x47\x59\x36\x0a\x50\x48\xe4\x96\xb8\x41\x72\xda\xee\xb6\x23\x59\xc6\x7f\x73\x1c\x86\xfb\x16\x99\xd2\x35\xd2\xdf\xab\x31\x92\x28\x37\xfa\x61\xac\x27\xe3\xb0\xb2\xde\xa6\xe7\xbf\xc4\x80\x47\x8f\x1b\x46\x86\x07\xe8\x12\x85\x27\xd5\xb5\xcc\x87\x6b\x5f\xeb\x91\x71\x70\x8f\x9f\x9e\x54\xb2\xaf\x9d\x22\x19\xb2\xe0\x76\x79\x3c\x97\x64\x01\x00\x49\xbf\x76\xe6\xef\x93\x32\xc3\x91\xc5\x16\xa9\xf4\x38\xb8\xe0\x51\x21\x8f\x03\xa7\xc7\xd3\xd3\xc5\x05\x7f\x48\x65\x71\x7a\x3c\xbd\x32\xf6\x41\x5b\x16\x0f\x27\x8b\xd3\x3a\x1b\xb5\x97\xfd\x6f\x81\x63\x06\x5b\x92\x05\xd0\x1b\xd8\xbc\x92\xf0\xc3\x38\x1d\x77\x0b\x1b\x93\xdc\x37\xf5\x81\x81\xd0\x99\xf0\xbb\xe3\xc0\x5d\xf2\x14\x9f\x37\xb7\x50\xc2\x00\x9c\xce\x11\x17\xc9\xd3\xfa\x2f\x37\x92\xeb\x40\xae\xb5\x53\xd2\x8a\x87\xe4\xe1\x22\xfe\xd8\x8d\xeb\xf0\xbc\x90\xf3\xf6\xf4\xe6\xc1\xeb\x62\x5c\xee\x07\x9c\x43\x0c\x51\x81\x3c\x6a\xd5\x63\xfb\x42\x50\xdd\xf2\x0f\xf5\xad\xa8\xf6\xc1\x7a\x49\xfb\x3f\x59\x2f\xda\xfe\x58\x88\xab\x8a\x09\x1f\x97\xb3\x88\xf0\xe3\x20\xa2\x7b\xa5\x7c\xbe\x61\x3d\x56\xa4\xc6\xad\x22\xf3\x27\x85\xb7\xd3\x9b\xb2\x1d\xfd\xde\x6b\xdd\xe5\x25\x35\x6e\x15\xc7\x3f\x01\xb5\x3e\x9a\x4d\xb6\xe3\x24\x1d\x2e\xf9\x88\xc7\x89\x9e\x9f\x24\x9c\xe3\x3c\xd0\x33\x73\x13\x9d\x87\xb4\xb4\xf9\xc1\xad\x0d\x5d\x3e\x65\x1d\x58\x96\xf3\xc8\xd3\x65\x4f\x42\x1a\x94\xa7\xd8\x68\x0b\x5e\xd5\xd5\x9e\xb4\xe4\x61\x01\xce\xc3\x1b\xd2\x26\x69\x91\x08\xb4\xe7\x99\xf7\x08\x6d\x7e\x3c\xc3\x40\x0e\x3a\xce\xd3\x8b\xaa\x50\x0e\x43\xbc\x31\x88\x3e\x1b\xd3\xd6\x93\x06\xcc\xe9\x94\x03\xab\xb6\x78\xf8\xc3\x06\x9b\xb2\x23\xbc\x94\x1b\xe5\x8f\x32\xf5\x49\x96\xc6\xc3\x73\x9c\xf8\x6c\x78\x05\x9d\x17\xba\x67\x70\xe9\xbc\xd0\x3d\xbb\xb0\xfa\x6c\x70\x9c\x4f\x12\xe7\xe2\x19\x3d\x4e\x42\x70\xf2\x4c\x1f\x27\x0c\x83\x8f\xc9\x71\x5e\x0f\x7f\xfc\xa5\xd1\x18\x27\x5a\x7c\xb4\x3b\xe3\xbc\x84\x9c\x45\x57\x8b\xcf\x29\x38\xd5\xe2\x73\xa2\x4f\xb8\x8a\x89\x18\x72\x9c\x25\x03\x13\x30\x27\x43\x55\x4c\x57\xc7\x64\x68\x48\x88\xc6\x59\xf0\x7f\xe8\x40\x89\xc6\x9e\x70\xcf\xe3\x44\x33\x4f\x52\x99\x71\x92\xee\x16\xf7\xb8\x71\xea\x85\x71\x39\x38\xdc\xc4\x80\x3c\x9c\x64\x39\x43\x82\x37\x4e\x1d\x2f\xb8\x76\x4e\x38\x0b\x72\x9b\x8e\xd3\xbc\x66\x73\xda\xc0\xd1\x6c\x00\xd7\xc9\x7d\x74\x92\xae\xbf\x38\x89\x2a\x14\x40\x57\x85\x02\x88\x54\xd3\x43\xaf\x4e\x52\xda\x62\x62\x38\x4e\xbd\x2d\xb8\xcb\x4e\xd5\xf4\x9c\xeb\xb3\xa1\x4f\x0e\xc6\xd5\xf3\xa2\xfb\xbb\xf7\x29\x30\x34\xdd\x8a\x9b\x7f\x3c\xbf\xd9\x88\x10\x3f\x0e\x65\x36\x11\xe8\xc7\x93\xcc\x26\x5a\x76\x14\xca\x6e\x3c\x1e\x19\xcd\xd3\xf5\x63\x4f\x66\x73\xdb\x74\xc2\x10\x43\x8d\xe9\x39\xfd\xfd\xb7\x42\xc3\xfd\x20\xa6\x67\x13\x29\x71\xc2\x68\x6e\xb3\xb1\x3b\xa7\x63\xe9\x86\xc5\x55\x74\x76\x2d\x8e\x3c\x35\xca\x4c\xb8\x27\xce\x1f\x2b\x33\x9b\xe8\x8a\x9a\x1d\xe7\x94\x71\x06\xca\xe5\xc9\x0c\x42\xe8\xa8\x8f\x9a\x1d\x8b\xb9\x71\x06\xcb\x12\xd6\xe9\xd4\xa1\xff\x10\x3a\xfb\x84\xa1\x13\xa5\xc2\x43\xdd\x6c\x8c\x4d\xe2\xe9\x02\x13\xc2\x33\xd1\x6b\xb8\x39\xcc\x79\xa0\x53\xe4\xd2\x38\x8d\xd9\x79\x4a\x51\x08\xc2\x1d\xc5\x83\x6f\x1a\xb2\xd3\xb3\x6b\x1a\x32\xbc\x8d\xc6\x39\x50\xc2\x72\x71\x9c\x23\x5d\xd7\x98\xde\x90\xb7\x64\xa1\x86\x26\x73\xae\xcd\x48\xde\xd2\x7f\x92\xb7\xb4\xbd\x30\xd2\x6f\xca\x3e\x20\x9f\xa7\x21\x24\xc2\xf5\x99\xc9\x34\xd2\x19\x19\xc9\x9a\x8b\xa8\x13\x46\x88\x07\x46\xe9\x16\xa9\x8d\xb9\x15\x6e\xbe\x7a\xf5\x10\x8b\x74\xc2\x80\x5d\x3b\x8d\x05\x11\xd2\x18\x75\xe9\xe1\x9e\xdf\xbe\x45\xa4\xc0\xe8\xd2\xcf\x22\x56\xc1\xd4\x9c\xc5\x83\x77\xfb\x32\xb1\x63\xe4\x54\x59\x09\xe9\x69\xe2\xb0\xc1\x20\x8a\x0b\x76\x27\xcb\xcb\x54\x10\x88\x9c\xc5\xf6\x08\x41\xce\xe2\xf2\xa5\x10\xc4\x63\x6c\x6c\x4e\x42\xb1\x8d\x93\xe0\x5a\x33\xff\x50\x7f\xe5\x56\xea\x2d\x5a\x5c\xcb\xe4\x7a\x5c\xcb\x27\x41\xb6\x8d\x0f\xa8\xf3\x2f\xf5\xc5\x38\x7f\x3c\x51\x4b\x4a\x6e\xb0\x70\x99\xc4\xf3\xc9\x97\x16\x73\x20\xa2\x67\x12\xc7\xe7\xa5\xcc\x44\xf1\x2a\x4d\x52\xbe\x0e\xca\x34\x5e\x3e\xb9\x3c\xeb\x3f\x86\xaa\xe5\x9d\xb0\xe4\xf3\x99\xcb\xf2\x81\x3f\x6c\xad\x9c\x77\xd0\xed\x42\x5d\xe4\x41\x5e\xaa\x8b\x78\xe4\x9c\x19\x6d\x42\x0a\xfa\xe3\xb5\x5a\xde\x29\x4b\xb5\xd7\xf0\x23\x41\x07\xdc\x1f\xb7\xd5\xea\xff\x19\x7b\x8f\xb3\x6d\x79\x9e\xe1\xb6\x95\xaf\x04\x9c\xed\xc9\xdb\x0b\x60\xe8\xbf\x84\x7d\xb0\x96\xee\xf3\xf9\x67\xd7\x9e\x11\x1c\xe4\x24\x2b\xcb\x01\x92\x8e\xac\x0a\xc9\x56\x23\x03\x0d\x90\xb6\x2a\x0d\x68\xa3\xb4\x43\x9e\x44\xf5\xad\x3c\xc9\x1f\xc1\x66\x00\x17\x91\x41\xbb\x1d\xee\x50\x62\x00\xe3\x0e\xc1\xb2\x7f\x1e\x25\x8e\x76\xa9\x7d\x35\xed\x62\x14\x39\xc5\x4f\x8f\x3c\x29\x93\x62\x5c\xae\x2c\xc6\x34\x3c\x68\xb3\x10\x86\x4d\xd0\x3b\x89\x10\x5d\x52\xa2\xe9\x99\xcc\x02\x5d\x47\x5c\x72\xf7\xbd\x52\x1a\xef\x8b\x47\x9a\x85\x99\x96\xb8\x72\xd7\x12\x95\x7c\x4a\x8f\x3c\x91\x73\x00\xb8\xdf\xd8\x8d\xd4\x50\x2d\xee\xe5\xf1\x4a\xd8\xf9\xbd\x1b\xd8\xdb\x17\xf0\x82\x03\x45\xdd\xbd\x44\x44\xa8\xbb\x0f\x6f\x06\x4d\x21\x9d\xcc\x57\x6a\xf7\x2b\x93\x0f\xe8\xba\xe6\xb3\xe4\x52\xe1\x19\x31\x17\x13\x93\x09\x50\x21\x5b\x97\x09\x50\x81\x85\xd3\x47\xb5\xd0\x6f\xe6\xd9\x93\xda\x78\x76\x77\x4c\x9e\x4f\xd6\xdd\x32\x2a\x04\x20\x15\xb2\x42\x97\x62\xa3\x98\xa9\x81\x62\xb3\x76\x8e\x00\x9a\x13\x24\x0a\x67\x31\x27\x38\xf1\x41\x43\x1f\x05\x55\xc9\xa7\x31\xb3\x99\x4d\x70\x68\x9d\xd9\xcc\x26\x84\xcc\x9d\x39\x29\xef\xe1\x8c\xe6\xa4\xbd\x6d\xb3\x0e\xc8\xd3\x09\x20\x46\x05\x11\xc4\x67\x26\x8d\x59\x73\x02\xd0\x76\x63\xb8\x3c\x33\x6e\x1f\x98\xb4\xce\x9c\x0f\x78\x1f\xe0\x20\xfc\x68\x8a\xef\x99\xd5\xa1\x7c\x86\xe0\x75\x32\x70\xf3\xe8\x4b\x90\x70\x69\xc5\xf7\x70\x66\x5d\x5a\xbd\x58\x72\x76\x97\x58\x68\x9b\xaf\x1d\xb8\x89\x22\x4a\xf2\xaf\x99\x8b\x54\x1a\x15\x70\x3d\x95\x1a\xc8\xb8\x9e\x8a\xe4\x73\xf9\xa8\xd9\xc5\xd6\xcb\x08\x53\x16\xeb\x9f\x89\x1c\xba\xd8\x48\x19\x4b\x46\xb9\xe8\xac\x25\xa3\xcb\x00\x5d\x94\xa3\xaf\xc7\xb4\x6f\xbe\x40\x86\x70\xa3\x64\xd2\xc2\x36\x81\x20\x15\x6c\x4b\x7f\x79\xa6\x7d\x8c\x06\x05\x81\xb0\x36\x9e\x99\x83\x8f\x68\x2a\xd3\xc9\x24\xfb\x7f\xb3\x77\x22\x53\x28\xa9\xcb\xd5\xab\x26\x7e\x78\xd5\x70\xf5\x67\x74\xd3\x87\x87\x20\x9b\xe5\x7f\xd8\x87\x59\xfe\x87\x43\x6c\x5e\x3c\x6e\xa3\x10\xe2\x74\xeb\x88\xba\x96\x7f\x44\xc1\xcb\xa6\xc5\x63\xcb\x06\x4c\xf2\x38\x7d\x51\xb7\x0c\x61\x9e\x11\xd7\x64\x0c\x97\x3f\xc4\x21\xc9\xc8\xd4\xa8\x4f\x6e\x1e\x20\x93\x98\xe0\x6d\x31\x33\xca\xe5\x96\xe3\x05\x9f\xf5\x69\x15\x5d\x45\x3c\x4f\x10\x42\x45\xd9\x51\x36\x59\x09\x9e\xa6\x33\x1b\xc6\xbc\x58\x45\xe9\x2a\x53\xf3\x11\x3f\x4d\x9a\x3f\x9b\xb0\x15\x0a\x37\x0f\x77\x87\xcf\x8d\x85\xf4\x59\x3a\x10\x42\x33\x23\xdf\x59\x9e\x08\x22\x65\x24\x67\x68\xc8\x28\x3a\xdf\xc6\x3c\x1f\xf1\x07\xfb\x35\xe5\x23\xf9\x23\x92\x3a\x1a\xff\x99\x3f\x1a\xa9\xa3\xe3\x9f\xd9\x70\xa4\x60\xce\x1c\x39\x4b\xe8\xfb\x23\x97\x7a\xb2\xeb\xa9\xfc\x85\x32\xd0\x41\x46\xe9\x98\x19\xa1\x4e\x9c\xf8\x29\x9a\xa7\xd1\x69\x90\x69\x1b\x7a\xa8\xcc\xa0\x11\xfc\x48\x8d\xe7\x10\xfc\x50\x7e\x91\x13\x05\x9a\x2d\x2f\x25\x1a\x74\xfc\xd1\x43\xa6\x0b\x98\x79\x21\xc6\x75\x52\xc9\xa2\x26\xcd\x93\x97\x52\x15\xda\xff\xe8\x9f\x2e\x31\x93\xd7\xc5\x33\x40\x9b\x69\xcd\x43\xfd\xd1\x45\x3d\x76\xa4\x49\xfd\x5d\xb4\x53\xac\xc1\x77\x92\xfa\x0f\x17\x84\xa4\xfe\x43\x4c\xa6\x67\xaa\x63\x21\xc1\x3f\xa1\x18\x67\x56\xe4\xe3\x58\x4e\xf1\xbe\xe7\xf8\x23\x95\x7a\x9c\x85\x13\xa0\x3d\x96\x1f\xa5\xd4\x87\x27\xec\x94\x45\x74\x7a\x4f\xa1\x66\xf4\x10\x4a\xdd\x25\x40\x8b\x44\xb8\x8c\x99\x4f\x47\x60\x07\x8e\x00\x48\x21\x9f\xba\xb3\xa8\x8c\xc8\xe5\x46\x6b\xd4\xdd\xa7\x17\x50\x7b\x04\x43\x46\xc4\x68\x3e\x6a\xa9\x0f\x37\x36\xc4\x52\x77\x55\xf1\x0e\xe9\xc2\x06\xdd\xd4\xdd\x5b\x17\x33\xed\x89\xbf\xb0\x39\x17\xb6\x8f\x30\xea\x71\xaa\x2f\x61\x06\x4e\xdc\x65\xbb\x2b\x89\xc7\xc8\x5c\x22\xfa\xdb\x69\xa7\xa1\x9b\xa9\x86\x96\xcb\x1f\x2d\xd4\x09\x22\x39\x33\xb4\xd0\x98\x22\x01\x88\x99\x99\x9d\xec\xd0\xc4\x3b\x4e\x7d\x5d\xf3\xf8\x4b\x1f\x3b\xf3\x46\x30\x83\x40\x21\xa3\x2d\x8a\x9b\x63\x17\xbe\x03\x18\x59\x56\xb0\x8a\x98\x59\x61\x52\x7c\x47\x48\x23\xa6\xdd\x78\x17\xb8\x27\xb7\x7e\x34\x2e\x85\xd2\x24\x4f\xb7\x12\x24\xd1\xcc\x46\xd2\x55\x7c\x46\x6a\x04\xdf\x90\x09\xb2\xa5\x44\x3e\x2b\x41\x72\xb3\x3e\x5c\x5f\xde\x9c\x78\xc9\x56\x45\x99\x99\x80\x5b\x87\x58\xed\xe1\x64\xb8\xbe\x8a\x93\xbc\x50\x08\xbe\x25\x8d\x93\x09\xbe\xa5\x7c\x37\x93\xb8\x5f\x31\x77\x26\xbe\x56\xf2\x86\x23\x59\xbf\x1c\x4e\x26\x03\xab\xbc\x4b\x26\xee\x56\x72\x1d\xb1\x21\xec\xd5\x63\xf5\x08\x35\x15\x5e\xa1\xf6\x99\xe9\x75\xf4\x48\x9f\x92\x37\xfc\x8b\x0c\xcc\x8d\xf2\x02\xb4\x78\x0e\xe9\x13\x0e\x94\x33\xbf\x4c\xaf\xd4\xce\xab\x84\xc5\x75\xc7\xcf\x64\xc6\xbd\xf9\x3a\xbf\xcc\xcb\xeb\x10\x7c\x66\x08\xee\x2c\x5d\x6c\x25\x42\x33\xa6\x84\x1a\xa6\xcc\xfc\xa2\xbc\x14\xe7\xa1\xfd\x1a\x84\x1e\x9d\x05\xc9\x94\xac\x5c\x39\x1c\xc4\xe4\xd9\x3d\x52\x78\x76\xe6\x3b\xcf\xec\x11\x8e\x7a\x41\x48\x45\x72\xd6\x59\xf4\x40\xa9\x96\x41\xe0\xc8\x3e\x2a\x78\xa0\x90\xae\x6d\x16\x3d\x50\x8a\xfd\x5e\xf2\x2a\xbe\x30\xf5\xcd\x42\x88\x83\x59\xf2\xa2\xbe\x8a\x8d\x5a\xd4\x57\x09\x74\x10\x51\xdc\x7d\x25\x21\xa3\xe3\x08\x95\x90\x3d\x45\x29\x84\x74\xcc\x5e\xf9\x08\xaa\xd1\x1d\x42\x68\xaf\xa6\x35\xd0\xd5\xb0\xa0\x25\x23\xa5\x63\x11\x0b\x81\xdb\xbb\x63\xcb\x95\xef\x54\x96\x8a\xe2\x90\x96\x0c\x78\xd9\xba\x83\x76\x98\x3b\x09\xaa\x61\x5d\xa0\x73\x2e\x08\xdc\xde\x9d\xbb\x2c\x06\xf1\x19\xe0\x9c\xbb\x8f\xce\x1a\x24\x05\x9f\x45\x32\x8b\x25\x2f\x38\x89\x60\x10\x3f\x0b\x4e\x22\x18\xc1\xcf\x42\x80\x76\x92\x93\xcf\x42\x80\x76\xfc\xdd\x66\x81\xe4\xc2\x27\x6e\x16\x48\x2e\x8c\xef\x67\x41\x7f\xd5\x5d\x63\x8c\x72\x08\xeb\x30\x0b\x24\x17\x46\xf6\xb3\x14\xb6\x17\x47\xb3\xe0\x3c\x32\x1d\x57\x01\x4e\xf7\x84\x21\xdc\xbd\x60\x4a\x01\x50\x2e\x8c\x82\x27\x09\x56\xff\xb3\x54\x68\x77\xc8\xcf\x52\x9d\x50\xca\xe3\x49\x82\x1d\xfe\x2c\x84\x4c\x25\xbd\xf9\x2c\x84\x4c\xed\x6e\xc6\xea\x84\xfe\xa9\x71\x2d\x95\x1d\x06\xc2\x28\x95\x51\x80\x90\x0a\xda\x33\xe2\x74\xcc\x42\x0c\x55\xf5\x07\xa5\x3a\xdb\x02\xcb\x6c\xbb\x23\x2b\x3b\x21\xdb\x0e\x42\x66\xee\x95\x42\x6c\x55\x82\x62\xcc\xd2\x1c\x90\xdf\x59\x05\x8e\x57\x21\xb6\xaa\x9a\x84\xd2\x5c\x05\xda\x6f\xee\x10\xcb\xa8\x86\x70\x79\xba\x98\xcd\xda\x6a\xd1\xa6\x73\x86\xe2\xac\x61\xdd\x3a\x4b\x0f\x64\xcf\x1f\xe2\x8c\xca\x60\x14\xe9\x27\xb7\x1e\xf4\x53\x76\x9f\x7f\xf4\xd3\x94\xbb\x28\x03\xea\xda\x41\x7f\xe4\x53\x5e\x6e\xed\x01\x45\x2d\x50\xa4\x72\x53\xb3\x57\x06\x32\x59\xb7\xea\x40\x26\xeb\x96\x9c\x30\x3c\x1e\x85\x09\x0c\x4e\x18\x31\x3e\x2a\x36\xb9\xb3\x4c\xc8\x7a\x3b\x9e\x08\x62\xdd\x33\x13\xb2\xde\xd9\xc6\xcb\x75\x79\xd6\x26\xba\xcd\xf8\x8e\x90\xd8\x7d\x3e\x11\xbb\x7a\xe4\x27\xc0\x79\xd6\x30\xaa\x59\xd1\x31\xc0\x79\x98\x89\x33\xa6\xbc\xab\x60\x7d\x57\x95\xb9\x14\x3c\x61\x97\x7b\x69\x21\x3d\x76\x79\xf0\x8a\xcd\x1e\x42\xec\x6b\x54\x11\x97\x25\x5f\x02\x10\xcb\x01\x58\xde\x99\xb3\x4d\xc4\xdc\x6e\x91\x85\x04\x55\x24\xb2\x1c\x00\x33\x84\xe7\xac\x19\x86\x66\x59\x4e\xaf\x95\x1d\x01\x23\x3b\x11\x1c\x3b\xbd\x27\x80\x7a\x22\x4f\x19\x28\x1a\x3d\x5d\x62\x80\x38\x01\x94\xfb\xab\x9c\x2c\xb1\xcb\x7a\xb2\xc4\xcd\xef\xcc\xb4\x7b\xf3\x04\x50\xb1\xee\xc9\x72\x47\xfb\x48\xbf\xa3\x9d\xdb\xe5\xb3\x03\xd7\xde\x8e\x5d\x7b\x2a\x5f\x4c\xaf\x4b\x06\x31\x64\xa2\xaf\x59\x48\x89\xbb\xdc\x2c\x52\x3a\x52\xf3\x85\xd4\x71\xd3\x63\xf7\x51\x3a\x73\x8a\xd7\x6f\xa4\xc3\xe2\xf5\x1b\xe9\x70\x3c\x23\xc6\x86\xb8\x2e\x37\x3c\x3d\x22\xce\x72\x23\x1d\x46\x5b\x59\x6e\x64\x1d\xdd\x32\x88\xb4\xb9\xe2\xca\x8d\x43\x97\x48\x14\xf3\x99\x38\x43\x37\x49\x9e\x97\xfd\x82\xc0\x44\x96\x37\x6c\xb5\x6b\x86\x63\x46\x0f\x6c\x49\x0a\xdd\x29\xf6\xbb\xe5\x2b\xf9\x4e\xda\x5c\xe2\x82\xcc\xb2\xb5\x9b\x5a\xbe\x20\xb0\x45\x22\x55\x36\xfc\x0b\x62\xab\xb2\x81\x54\x54\xab\x21\x0e\xc2\xe1\xb2\x85\xd4\xf2\xf0\x94\x7f\x46\x8a\x9a\x85\x04\x33\x33\x3a\x01\xf4\xe8\x1c\xc1\xbc\x18\x69\x0b\xb9\x65\xf0\xcd\x46\x98\x56\xcc\xb5\xeb\x77\x72\xed\x4e\xb1\x19\x89\x67\xa6\xed\x3c\x4c\xbd\xeb\x49\x8c\x34\xf2\xe1\xcf\xf2\x30\x20\xb1\x28\xb9\x76\x27\x44\x4e\x79\x18\x44\xb3\x3c\xaa\x0b\x2f\xda\xc7\xa3\x60\x79\x60\x16\xaf\x91\xa8\x46\x1a\xb6\x3c\xde\x17\xae\xa1\x62\x26\xd7\xe7\x01\x68\xaf\x72\xf2\xf2\x16\x1b\x7a\xdd\x2f\x74\x46\x5e\xde\x62\x43\xa4\xa9\x99\x51\x9e\x55\x80\xd3\x2c\x2f\x40\x0b\xd0\xcb\x2a\x78\x37\xbd\x78\xd1\x79\x71\xbe\xec\x11\x91\xd4\x2b\xd0\x96\x77\xa2\x7d\x06\x68\x8f\xef\x4b\xbc\x29\xf7\xa6\xea\x3c\x27\xf7\x75\x8f\x7f\xcf\xf5\x60\x72\xc1\xd0\xf5\x50\xd3\xe1\xb3\x3b\xc4\x67\x05\xcb\x6c\xc2\x7a\x00\x1c\x2c\x6a\x3d\x08\x59\x88\x96\xa1\x1e\x6e\xe0\xce\x33\x1b\x78\xfa\x8c\x7a\x26\xca\xbb\x81\x27\xcf\x00\x37\xac\x8b\x7a\x86\x01\xd4\x03\xe0\xfc\x9e\x3c\x80\x00\x9a\xdc\x05\x3e\xb3\x0b\x20\xbe\x6a\x72\x42\x69\x13\x2d\x60\x73\xb6\x2a\x72\xab\xae\x76\xb2\xa6\xd0\x1e\x59\xc5\xf9\xb2\x8b\x5b\x42\x8e\xb1\x61\xf3\xd3\x54\x9e\x56\xdc\x31\x4c\x09\x31\x2b\x41\xd7\x66\x94\x42\xdc\x31\x9c\xbf\x6c\x4a\x13\x70\x64\xcd\x1c\x8d\xea\x0f\xb4\x40\xce\x59\x36\x66\xab\x65\x90\x87\x09\x3b\x16\x3f\x5d\x84\x56\x33\x0a\x18\xb0\x4d\x2d\x08\x84\xc0\xf2\xf5\x23\x9d\x0a\xfe\x92\xb3\x16\x84\x43\x20\xcf\xfa\x91\x4e\x0b\xef\x9a\x59\x0b\xb2\x20\xae\xa3\x5a\x90\x26\xc2\xe8\xd5\x82\x32\xa6\x5b\x17\x65\x8c\x7d\x15\x76\xd5\xb2\xbc\xe7\xd9\x76\x4e\xca\x08\x03\x03\xe8\xb6\x73\xd3\xa6\xe5\x37\xf0\x30\x47\x48\xb4\x9a\xd4\x4b\x2d\x0c\x00\x0c\x5e\x95\x68\x71\x35\x55\x25\x5a\x9c\xbb\x5a\x01\xda\x09\x56\x80\x35\x2c\x8f\x00\xab\x5a\x1e\xfd\x16\xb7\x48\xad\x00\xed\xf6\xac\xf2\x6b\x87\x15\x16\x85\x7c\x3e\x0d\xef\x6e\x6d\xc0\x76\xa5\x2a\xda\x37\xf7\x4f\x65\xde\xb9\x53\x6a\x45\x13\xc7\x01\xab\x0d\x48\xdd\xf4\x0d\x4d\x5c\xfe\x53\xf6\x56\xc9\xff\xd7\xc0\x06\xb5\x99\xec\x8b\x6b\xb5\x36\xc7\xc4\x58\x0d\xcd\xa6\x5c\xa1\x92\x0d\x90\xe4\x90\xb3\x36\x8e\xcd\xb4\xcb\x08\x4d\x0f\x5c\x64\x06\x24\x29\xc2\xac\x64\x06\x24\x35\xd2\xac\x38\xf8\xe2\x1d\x3c\x6b\x73\xc3\x2e\x5b\x72\x50\x0e\x84\x41\x55\x61\x72\x2f\xd1\x50\x77\x80\x54\xc6\x9f\x17\xdf\xde\x59\xa1\xe1\xc2\xcc\xae\x92\x3f\x10\x3f\xe6\x59\xbb\xe2\x3c\x07\x41\xf4\x37\xc5\xcb\x35\x14\x8f\xf4\xa6\xe2\x11\xaa\xad\xf6\xc9\x6c\xf8\xdd\x75\x61\x37\xa1\x84\xc4\x17\x79\xd6\xee\x0e\x02\xea\xce\x0e\x4a\x96\x07\xea\x21\x10\x40\xed\x81\x23\x26\x5c\xf3\xc8\x0c\x09\x23\x44\x0e\x15\x31\x5c\x53\x8d\x5a\x89\x0a\x47\x24\xdb\x59\x89\x0a\xd7\x3c\x88\x43\x89\xba\xdf\x9d\x79\xc6\x3f\x94\x8d\xda\x10\x50\x57\xcb\x33\xf1\xd0\xa6\x75\x78\x06\x2c\xe3\xfc\xfa\x1d\x48\x3d\xf5\xc3\xb8\xed\xee\x5d\xac\xaf\x4c\xc7\x34\xeb\xcc\xf4\x40\x0d\x74\x93\x2b\xc5\x8b\x60\x50\x7d\xba\x93\x1d\x35\x1e\xbe\xea\x6a\xea\xb4\x0f\x2b\x78\x9c\x28\xb3\x50\x85\xba\xce\x06\x87\xc3\xea\x76\xd6\x7f\xc1\xe1\x18\x45\xa4\x0d\x74\x62\x0d\x6e\x9f\x5c\xf7\xa5\x7c\xd4\xb5\x5e\xa2\xac\x28\xa6\x96\x94\x4b\xa5\x46\xb0\x38\x91\xf5\x47\x2d\x56\xe9\xf2\x6a\x6c\x7b\x85\x8b\xd5\xc0\x71\xc9\x23\x83\x93\xb0\x14\x78\x0d\x27\x61\x37\x02\x4e\xc2\x12\xaa\x35\x9c\x84\x45\x01\x86\xb9\xc7\xca\x7b\xd6\xf0\x12\x16\xeb\xa9\xda\x4c\xe2\xcc\xd3\x63\xd5\xfd\xe3\x60\x3c\xd5\xe1\x19\xec\x4a\x18\xed\x16\x87\xad\x59\xc3\x33\x58\xfc\x1f\x9e\xc1\x22\x30\x13\x07\x29\x73\xa8\x5a\x7b\x4b\xe3\xd6\x53\x39\x83\x3b\x2d\x7c\x83\xc5\x0c\xe1\x1b\xec\x55\x74\x05\xd4\xfc\xb9\x84\xda\x59\xc7\xdc\x5b\x62\xb5\x1a\x0a\x37\xee\x8c\x4b\x6d\xf4\xf4\x05\x05\xb4\x47\x3b\xbc\x80\x45\x1f\x11\xb4\xc5\x0b\x21\x82\xb6\xb8\xaf\x2e\xa7\x16\x90\x35\xe9\xd2\x40\xb3\x9a\x84\x30\x3b\x4c\x1c\x84\x65\x6f\xea\xed\x36\xe1\x7b\xf8\x07\x3b\x7f\xe1\x1f\xec\x20\x6f\x35\x3d\xb4\x7b\x73\xbc\xa3\x50\xe7\xfb\xfc\x13\xfb\xdd\x2e\x80\x08\x82\xd8\x77\x72\x33\x15\xcf\x61\xe9\xfc\x4a\x52\x22\x59\xad\x6a\xf4\x97\xe4\x7e\xbf\x63\x97\x58\x3b\x26\x9c\x79\x31\x29\x91\x3a\x81\xba\x9d\x70\xef\xb7\x8f\x90\x0d\xa3\xbc\xba\x1d\x8b\xd4\xc5\x47\xd5\x56\x59\x97\x6a\xda\xa1\x24\x5e\xdd\xe1\xca\xc3\x28\x75\x2f\xc6\x21\x71\xd6\x88\x12\x23\xf4\xfa\x11\xe3\x9e\x38\x2b\xda\xcd\x5a\x3c\x25\x8f\x3a\x5f\x57\x3f\x24\x79\xae\xab\xae\xbf\x6a\xb0\x2b\x3a\xcd\xa6\x9e\xbd\x3e\xaa\xf6\xbd\x87\x55\x58\x0e\x2f\x53\xcd\xca\x87\x27\x18\x17\x5f\xed\x98\x2b\x86\xe4\x4d\x3a\xeb\x51\x11\xe3\xee\xd3\xc5\x77\xb8\x49\x5f\x4d\x44\xe8\xf1\x55\x0f\xe3\x56\x52\x97\x39\xdc\x24\xaf\x16\xac\x1e\x46\xdd\x7a\x87\x27\x4b\xb7\xde\xe1\x3c\xbd\x81\x7d\xec\x46\x90\x3d\x18\x3a\xf9\x0e\xcf\xfc\x2b\xc8\xde\xe1\xaa\x3d\x87\x2b\x80\x68\xee\x18\xe2\x8c\x57\x55\x92\x57\xfa\x47\x59\x56\x4d\x8a\xdb\x11\x9a\xa4\xc5\x8b\x40\x57\x5f\x0c\xc5\x4e\xcb\xed\x10\x49\x42\xd3\x34\x4d\xce\x7b\xd4\xe9\x34\xd6\x79\xf6\xba\xf1\xfb\x14\xca\xc4\x8b\xf0\x83\xde\xdb\x21\xfc\xd9\xfe\x85\x9f\x7d\xd6\xd4\x8c\x12\x4b\x7d\xb6\x43\xf8\xb3\x7f\x84\x3f\xdb\x5a\xa8\xc2\x80\x2c\x69\x01\xce\x16\x6a\x38\x0d\xe3\xf0\x32\x5b\x8a\xc1\x50\x25\xe1\x14\xbe\xac\x51\x81\x98\x4e\xd4\xa1\x12\xc8\x6f\xb6\xd0\xa1\x72\xa9\xb4\x84\xd7\xd0\xb2\x94\x63\x01\x15\xb4\xe4\x58\xba\xa5\xb4\x0c\xf1\x59\xe8\x39\xe4\x2d\x09\xbd\x13\x96\x84\xbe\x09\x8a\xd0\x73\x65\xb4\xec\xf4\xb3\x65\xdb\x47\xcb\x56\x9c\x39\x66\xc3\x99\x18\x67\x8e\xd9\xb4\x65\x57\xc5\xd1\x72\xe3\x87\xb5\x63\xf7\xf8\xe2\xee\xc9\x96\x12\xe2\xea\x4b\xcc\xbe\x8d\xc5\xee\xb1\x4e\xec\x1e\x26\x2c\xc7\x1e\x61\x92\x4c\x15\xa0\x50\xa8\x95\x80\x92\xc9\x28\xaa\x1b\xb9\x26\x1a\x96\xed\x5d\xc9\x45\x2b\x1e\x39\x47\x56\xdc\xbf\xdc\x52\xad\xd8\x0f\x04\x47\x33\x29\xc0\xb2\xbe\x76\x2a\x9c\xc5\xa6\xef\x6f\x11\xb4\xaa\x9d\x0a\x87\xa1\x19\x4e\x8f\x60\x1b\xb3\x55\xec\x54\xdc\x17\x3a\xff\x16\xb7\x9c\x6e\x7b\xe5\x6f\xdc\xd8\xaa\x76\x37\x9c\xce\xa6\x6f\x70\x71\xa3\x54\xb4\xf9\x4e\x55\xc5\xee\xc6\xe1\x7c\xd4\x6b\x5d\x6e\xb9\xaa\x02\x70\x08\xcd\xad\xe7\x9a\x10\x6c\xdb\xb5\x7a\x8c\x8d\xb9\x69\x0e\x87\xa3\xd9\x9a\x46\x91\xdc\x39\xad\xe9\x85\xe8\x41\x31\x01\x81\x86\xef\xad\x39\x1e\x8f\xa3\xd9\x08\x8a\xbb\x0b\x31\x5f\x92\x50\x6b\xa6\x23\x20\x0a\xf2\x6c\x4d\x5b\x21\xab\x28\xa8\x16\x34\x95\xbc\xc5\xcd\xdd\x84\xd3\x8d\x83\x15\xfe\x8a\x86\xd5\x21\x81\x01\x5b\x77\x3d\xdc\xb6\x3d\xd6\x83\x41\x77\x2d\x35\xa2\x98\x03\xa8\xfe\x89\x05\x61\xd0\xdd\x01\x34\x5f\x1c\x80\xfb\xa6\x3b\xe7\x20\xa7\xd6\x99\x5b\x37\x6e\x17\x4c\x77\x64\x58\xf1\x83\x5d\x5b\xc7\x21\x5f\xac\xd1\x63\x6a\xf9\x31\x62\x6a\xf9\x33\xa4\xae\xc4\x5a\x23\x26\xd0\x17\xfa\x9f\x2e\xe7\x70\x02\xc5\x81\x98\xf5\x27\xd9\x94\x86\xde\x37\x4d\xb7\x97\x5e\x81\x12\xc7\x0d\xbd\x6f\xd2\x02\xa4\x61\x1c\x97\x64\xf8\x1a\x16\xff\x9a\x15\xb4\xa9\x03\xbb\x28\x01\xe7\xe0\x24\x11\xdd\x88\x63\x9c\xa6\x7b\x6b\xea\x89\xef\x29\xf8\x48\xd0\xa6\xb5\x47\x43\xe0\x99\xa6\xa8\x72\x0a\x73\xb2\xb1\x41\x29\xdb\x12\x64\xf1\xe1\x14\x64\x08\xe9\x36\xb1\xad\x8a\x4e\x42\xb1\x0f\xf8\x33\x26\xd3\x86\xb7\x0d\x33\x7e\x3c\x8d\xd3\x0c\xf8\xf5\x70\xe4\xae\x6b\xc4\x3b\x4e\xfa\x38\xb4\x85\x9a\x5d\x58\x20\x62\x97\xf6\xdb\x6d\x09\xbe\x35\x34\xa9\x82\x6d\x6f\x2b\xc0\x67\x90\xd0\xb0\x53\x43\x8c\xb6\x02\x7e\xeb\x08\xbf\xf8\x6d\xc5\x94\x5b\xe7\xa2\x65\x1b\xbb\x79\xf6\x7b\x80\xef\x0f\xc1\x17\x25\x42\xc4\x26\xad\xa2\xda\x19\x6b\x01\x94\x66\xcb\x96\x31\x6a\xa7\x6b\xe1\x39\x81\x88\x4d\xda\x6a\x36\x13\x37\x69\x99\xd1\xce\xce\x64\x02\xb2\xe6\x79\xda\x52\xb6\x13\x03\xa8\xa8\xbe\x30\xf4\xa1\x7b\x52\x35\x69\x34\xd0\x4e\xec\xd4\x1c\x15\xd9\xb1\x55\xef\xb5\xcb\x58\x02\x42\x15\xae\x87\xd3\x97\xea\x0b\x63\x0c\xd7\x43\x38\x88\x76\x19\x59\xc0\x95\xd4\xf7\x50\x0b\xb8\x86\x26\x39\x6b\x02\xd7\x70\x3e\xac\x76\x7f\x69\x7f\x64\x0d\x23\xa3\xae\x3f\xc5\x81\x0d\xaa\x35\x6b\x75\xd7\xcc\xd8\xa4\xdb\x55\xbb\xc3\x76\x8d\x25\xbb\x65\xf6\x44\xd5\x91\x55\x1b\xf2\xac\xdd\x31\x20\x86\x6d\x56\x6d\x7d\xb5\xda\xed\x80\xdc\x1a\xb7\x03\x9a\x36\x60\xa8\x04\xb8\xe5\x76\x1b\x2a\xc1\x79\xbe\x9d\x5b\xab\x5c\xfe\xb0\x8a\x16\x76\x02\xa3\x95\x8a\x5b\x36\xcc\xed\x00\x79\x3b\xeb\xb4\xb4\x35\x58\x11\x4b\x40\x9d\x66\x85\x14\x6d\xeb\xb9\xcb\x44\x41\x90\x4e\x85\xdd\x2d\x6c\xf2\xbc\x82\xb6\xbe\x3f\xde\x12\x1a\xe5\xc9\x72\xb6\xad\xeb\xb7\x28\x6f\x1b\x38\x50\x34\x4b\x44\x43\x85\x36\x0d\xb2\x35\x2b\x76\x6a\xdb\x68\x08\xa2\xcc\x47\x0a\xc6\x89\x7d\x04\xd3\x89\x7d\x0c\x8d\x20\x96\x34\x85\xb7\xe2\xa3\xf6\xe8\x61\x2c\x02\x7c\x04\xcd\xdb\xec\xd1\xff\x14\x60\x3e\xe2\xb6\x29\x41\x69\x8f\x26\x68\x5e\x4d\x11\xde\x50\xfc\x8d\xd4\x34\x2b\x74\x69\x28\xa2\x9b\xae\x0c\xed\x09\x30\x29\xf6\x1a\xb4\xc1\x3f\x6f\x80\xc9\x6c\x98\xe1\x3b\xe8\xbe\x57\x4a\x71\xf8\xa7\xeb\x46\x03\x98\xc4\x76\x96\x8b\x69\x6f\xcc\x26\xd0\xe0\x5a\xd9\x3d\x02\xa4\xcf\xd4\x0c\xa6\xe1\x59\xd9\xdd\x56\x90\xb6\xad\x46\x05\xed\x60\x9c\xbe\xd7\x38\x0d\xce\x58\x38\x5d\x32\x96\x7e\x18\xa7\x81\x85\xe9\x87\x71\x1a\x58\xb2\x0e\xa1\x5b\x4b\xfc\x31\x15\x25\x93\xd1\x0f\x43\xf2\xd2\x4f\x3f\xb0\x51\x62\x5b\x76\x02\x3b\xe3\x6e\x3c\xbb\x09\x37\x35\x61\xec\x87\x10\x57\x9e\x81\x78\xd9\xfb\x6d\x4b\xd6\x56\x11\x30\x2d\xf5\x9a\xc6\x89\x62\xd0\xaf\x4d\x16\xbc\x7f\xf4\x6b\x23\xc0\xd1\xec\xc4\xb9\x59\xf8\xee\xcf\xae\xe7\x04\x8e\xc1\xb3\x43\xa7\xd6\x12\x55\x06\x9e\xc4\x8d\xe7\xa9\x15\x28\xc3\x82\x4e\x2d\x47\xb3\x97\x93\x52\xb6\xa5\x45\x51\xb1\xca\x6d\x29\xdb\x7a\x7c\x61\x26\x92\x09\x33\xd9\xb0\x3d\xeb\xdb\xc8\xb6\xea\xd9\xec\x99\x10\x29\x3d\x87\xa7\x14\x0d\x64\x23\x08\xb3\x61\xbb\x29\x3e\xb5\xc1\xed\xb8\x60\x16\x32\xff\xce\x9e\x23\x34\x06\xfd\x40\xb7\x16\x0d\xdf\x7b\x56\xd0\xe6\xa4\xe5\x18\x01\x50\x67\x23\x68\x54\x5f\x0c\x27\x9c\x05\x67\x33\x36\x9f\x63\x04\xcc\x33\x34\x6c\xd7\x76\xaa\x9b\xf2\x53\xaf\x80\x8e\xeb\x44\x91\x1f\xef\xd0\xb0\x25\xff\xed\xae\xd1\x89\x3c\x51\xd4\xe5\x75\xa2\x45\xab\x79\xe9\x26\xfd\xd4\x6d\xaf\x13\x0d\x27\x3c\x6c\x3b\x94\x6f\x38\x3e\xf4\xa2\x69\x1b\xd4\x7e\x87\xf4\x0d\x57\x86\x4e\x08\x1c\x35\x26\x1d\x32\x38\x5c\x2f\x3b\x94\x6f\x55\x22\xd5\x09\x58\x51\x54\xfb\x76\x13\x62\x69\x13\xdd\x21\x49\x8b\x76\x08\x1d\x92\xb4\xa8\x11\xee\x55\xa3\x34\x80\xa9\x5a\x0b\x51\x1d\x8d\x73\x4c\x27\x19\x3c\xf5\x70\xeb\x6a\x99\x5d\x41\xb5\xcc\xb0\x56\x9d\x0c\x9e\xcb\xdd\xd4\x54\x00\xfb\x8c\x16\x30\xea\x5e\xff\xfb\xbf\xa2\xd9\x73\x6f\x88\x12\xb3\xdf\x1f\x9e\xfd\xfe\xf2\x4c\xdd\xae\xf4\x83\xd3\xde\xbb\xfc\x9a\xeb\x18\x34\xa5\x73\x18\x34\xa5\xb3\xfb\x8f\xa6\x04\xa8\x0e\x49\x14\x8d\x05\x49\x61\x95\xe5\xde\x63\x75\x8c\xff\x2c\xf7\xd7\xbb\x16\xb0\x56\x47\x3b\x29\xb5\xdd\xfb\x8b\x65\x14\xcf\x03\xeb\x29\x48\xc5\xfe\x2f\x25\x27\xcf\x41\xb8\x33\x6b\x43\xb3\x1b\x2b\x60\x76\xe3\xc2\x0c\x2c\x53\xdc\x68\x03\x6b\x14\x37\xfa\xc0\xfd\xcd\x99\x1d\x18\x2f\x79\xb6\x06\x86\x29\xee\x83\xa1\x70\xc3\x13\x4c\x54\x67\x0d\xc3\x3a\x29\xb3\xd4\x6c\x75\x52\x66\x69\x15\xd1\x51\x71\x13\xdb\x70\xf6\x89\x01\x82\xbb\x6b\x62\x56\xcb\x9d\xd2\x89\x1b\xa1\x05\x74\x9f\x18\x20\x20\xba\xea\x0b\x53\x14\xd8\x98\x4e\xd8\x08\x0d\x91\xfb\x8a\x51\xd2\x01\x6a\x6d\x39\xaf\x8e\xad\x60\xec\x9f\x25\x70\x96\x01\x38\x0f\xdd\x12\x38\x46\xb6\xb0\x9a\xe8\x3e\x63\xa3\xe2\x6c\x2d\x6c\x54\x9c\xa1\x25\xa0\xcc\xe8\x02\x50\xae\x8e\xbe\x00\xd4\xb3\x7f\x8a\x23\x45\xca\x27\x90\xba\x4d\x4e\x37\x2e\x0d\x9d\x02\xea\x77\x36\x2e\x74\x54\x3f\x05\x14\xe0\x4e\x80\x13\x0d\x9e\x00\x27\xda\x39\x31\xe9\x10\x3b\x9f\xce\x28\x40\x68\x1e\xa8\xc1\x78\x3f\x71\xca\x12\x6a\x55\xd6\x8e\xf2\x22\xc4\xa5\xd3\x6e\x2a\x0c\x75\x5b\xfd\x42\xd1\x1e\x15\x50\xb4\x3b\xfc\xcb\xa3\xc4\xd4\x5d\x9a\x34\x58\x1e\x8b\x00\xa7\xf1\x42\xd1\xee\xda\x5f\x1c\xb1\xe8\x00\x45\x7b\xd4\x45\x87\xee\x08\x6e\x94\xfd\xae\xf1\x8d\x2d\x85\x6d\xa2\x05\xcf\xf1\x5d\x78\xfe\x64\x8f\xfb\x8d\xf3\x9b\x73\x7f\x63\x15\x10\xcf\x02\xcb\xa8\x6f\xad\x02\x00\xf6\x16\x58\x96\xe7\xc6\xfe\x42\xc0\x6f\x2c\x01\xe2\x3b\x36\x17\x2e\xc3\x47\x97\x15\xa9\xba\x8e\xf6\x5b\xb3\xfd\xbe\x3f\x00\x09\x2c\x37\x3b\xca\x6f\xa9\xea\xbe\x91\xca\xbb\x24\x28\xbc\x75\x86\xe9\x28\xbc\xf5\x79\xeb\x1f\x49\x56\x34\xb7\xef\x1f\x45\x36\xf5\xc5\xeb\x5b\x9c\xe4\xf3\xcd\x77\xe0\x47\xbf\xbd\x02\x86\x87\x32\x4c\x2a\xfa\x6d\xdd\x35\x3a\x7a\xec\x15\xcf\xc2\x06\x3c\x8f\xb0\x31\xc1\xb8\x48\x68\x49\xd3\xd1\x5d\xeb\xb4\xd3\x3f\x3a\x6c\xea\x4d\xd3\x1f\xe1\xb1\xfc\xc5\x33\x7d\xa1\xbb\x36\xfc\x40\xff\xa8\xb0\x22\xdd\xda\x1f\xa3\x36\x4a\x07\xbc\x08\x7f\x3d\x80\xaf\x13\x41\xe5\x17\x61\xdb\xf0\x19\x2d\x89\xfb\xf7\x45\xb7\x03\xff\xda\x5f\xb4\x24\x62\x87\x17\x3d\x8f\x17\xc9\x2b\x42\xfe\xea\x0e\x12\x75\xca\x30\x8d\x03\x09\xe6\xf4\x59\x25\x99\xcf\xc0\x00\x9e\x1e\x07\xfa\x25\x28\xac\x81\x6a\x59\xf6\x70\x90\xa7\x53\x8e\x6e\x1c\x68\x6a\xa6\xdf\x4f\xca\x17\x9e\x55\xb7\xfa\x1d\xb5\x1f\x97\xcb\x38\xd0\xae\x4c\x9f\xd1\xae\x80\xb9\x46\x32\x54\x06\x08\x7e\x44\xf0\x09\xa6\x74\x24\x54\x61\x60\xe8\x91\xcc\xf2\x32\x2c\x85\x08\x1f\x8c\x3b\x14\xd5\xc9\x35\x0d\xcc\xf6\x0e\x39\xe3\xa1\x1f\x84\x0c\xc0\x48\x88\xf0\x21\xac\x87\xa2\x3a\x99\x94\xa1\x74\xce\x2b\x76\xe4\xb8\xac\x68\x39\xa3\x4e\x80\x99\x18\x59\x4f\x37\xa8\xbe\xa1\xac\x4e\xce\x70\x20\xab\xd3\xc0\x69\x28\x91\x93\x97\x1a\x19\x71\x3c\x97\xe6\x50\x20\xa7\xd3\xc8\xc8\x06\xe4\x38\x6c\x6b\xfb\x62\x5b\x01\x18\x8d\x29\x90\x93\x31\x1d\x0a\xe4\xe4\x8c\x47\x71\x92\xd8\xd7\xa3\x04\x64\x16\x43\xa1\x50\xfd\xd1\xac\xc2\xf4\x91\xe2\x53\x73\xae\x81\xd4\xee\x50\xc8\x30\x8a\x90\x71\xd6\x06\x29\x3e\x35\x57\x1a\x45\x28\x93\x55\x1e\x7b\xf4\x0f\x7a\x0e\x08\xf3\x51\xd5\x0d\x40\x21\x8d\x1a\x41\x4f\x00\xb2\xc6\x4a\xfa\x47\x47\x24\x4e\xd9\x40\x30\x77\x78\x6f\x0f\x32\x73\x6a\x76\x38\x54\x0c\x4f\xab\x2b\xa8\x64\xbb\x8f\xf0\x8b\x70\x5e\xc3\x2f\xc2\x62\xe1\x17\x31\xd6\x5f\xf8\x6e\x84\xd3\x84\xfb\xb2\x21\x79\x45\xb4\x30\x9a\x92\x57\x2e\xff\xd1\x5c\x4d\x56\xa3\x29\x79\xed\x96\x1a\xd4\x00\xe6\xa6\xe0\x75\x08\xc1\xe2\x87\xb5\x95\xbb\x72\x5e\x47\x53\x1e\x3a\xac\xa2\xdc\xd8\x55\x32\x3e\x86\x2e\x69\xa3\xc5\x40\x99\xe7\xe6\x40\x3d\x18\xfd\xa0\x65\x7e\xf4\x18\x27\xb0\x04\x15\xe5\x36\xe9\x4a\xb7\xdd\x99\x1d\x41\xbd\xa7\x27\x62\x65\xb8\xcb\x3f\xc2\xa9\xea\xfc\x34\xba\xa2\x62\x37\x79\x17\xe4\x69\x75\x75\x30\xf0\x39\xa3\x0b\xf2\xb4\x58\x80\x6c\xcb\x82\x2c\xaa\xe8\x01\x32\xdd\x10\xf4\xaf\x2d\x07\x03\x51\x35\x8f\xf8\xa3\x7a\xc4\xf3\x3b\x94\xce\xd3\xf2\x08\xf8\x19\xf2\x50\xd1\xc0\xf4\x0f\xe1\x1f\xb6\x25\xfc\xd6\xd6\x07\x11\x12\x62\x8c\x80\xdf\x2a\x4e\xb9\xf0\x0f\xd9\x31\xae\xce\xa1\x90\x4e\x3f\x8c\x81\x0b\xab\x5e\xfd\x63\x2a\x68\xf6\xbb\x34\xa8\xcb\xa7\x8c\x4e\xc3\xa4\x81\x8c\x6e\x4a\xcd\x8c\xa9\x5c\xd3\xa1\x28\xa4\xd3\x2f\x63\x28\xa4\xd3\x06\x69\x4c\x13\xf0\x44\x6b\x4a\x90\xa3\x18\x52\x4e\xb1\xab\xa2\x38\x79\x87\xb1\x14\xb9\x42\xf7\x8c\x25\x79\x0c\x39\x31\x56\x80\xc6\x30\x15\xb9\xe9\x17\x32\x96\xd0\x70\xe9\x0e\x45\x6e\x7a\x83\x0c\xa5\x6c\x5a\xca\x8d\xa5\xcc\xd5\x11\x2c\xc5\x84\x2e\x93\x72\x36\xed\x7f\x06\xba\x62\x0d\xc5\xc7\x7a\x99\x1a\x7a\x21\x6c\xb4\x72\xbd\xa1\x28\x4d\xb5\xdd\x38\x83\x6e\xf7\x4f\x53\x83\x4b\x27\x86\xec\x08\xc0\x4e\x25\x7e\x36\x7c\x22\xf1\x73\xce\xf5\x68\x95\xb3\x1f\xa7\x22\xbf\xe8\x46\x91\x5f\xb1\x98\x22\x3f\x51\x93\xbe\xae\x71\xdd\x5c\x4a\xa9\xc4\xb3\xfa\xba\x6a\x59\x36\xc8\x76\xae\x69\xeb\xd0\xd7\x55\xdf\xa0\xa1\xaf\xab\x32\x83\x61\x66\x54\x0d\x93\x87\xbe\xae\x3a\x03\x0e\x33\xa3\x6a\xe5\x35\x74\x7c\x95\xa1\x1e\xfa\xb6\x3a\x98\xcb\xc1\x30\x4b\x57\x0c\xc6\x5e\x1c\x4c\x00\xe6\x60\xa2\x58\x0c\x86\x17\xbd\x5b\xb9\xca\xc7\x6d\x84\x3c\xd7\xe5\x76\x2c\xb0\xc9\xe3\x56\x7c\x59\xfd\x13\x83\x01\x96\x3b\x06\xc3\x9c\xdf\xca\x32\xe9\xff\x46\x7c\x59\xfe\xb4\x7b\x1e\x77\x0c\x4d\x70\x5c\x28\xef\xb3\x9b\xb1\x45\xd3\x8e\x4d\xb4\x7f\x9b\x7a\xc2\xbd\xb9\x91\x19\x7b\x4d\x6f\x5c\x72\x25\x16\xb0\x73\xcc\x71\xcf\x6c\x05\x05\x22\x7a\x24\x70\x5d\xab\x8b\xa1\x04\x2e\xee\x7f\x25\x70\x71\x81\x2b\x81\x8b\xb9\x31\xc1\xab\xa2\xed\xa1\x5f\x6c\xdc\x9a\x8a\xe3\x94\x20\x0f\x9c\x64\x73\x4c\x81\xe9\xd4\x66\xd4\x79\x2d\x46\x6b\xe4\x18\xa9\x62\xed\x27\x70\x2b\x13\xfd\x84\xd4\x10\xa0\x15\xc7\xc5\x15\xfc\xc4\x08\x18\x33\xca\xe6\x1c\xd7\xa6\x82\xba\xb8\x8f\x9f\x10\xdc\x32\xd0\x27\x86\xe3\xcb\x69\x1d\x5b\x73\x04\x62\xf7\x8f\x46\x6c\x35\x1a\x73\x00\x12\x17\x4f\xb0\x8a\xbe\x20\xf5\xb4\xfa\x9b\x79\x66\x2c\x6f\xcc\x33\x83\x79\x85\xd2\x5d\x4f\x70\xb3\xae\x49\xd3\x40\x02\xa7\x05\xda\x78\x15\x67\x3a\x31\x88\xe0\x34\x75\x19\xaf\x42\x43\xc8\xf9\x41\x3a\x35\xed\xda\x86\x42\x37\x25\x7b\x53\xa1\x9b\xa6\x5d\x53\xa1\x9b\xeb\x3f\x0f\xc5\x84\xdd\x17\xa5\x99\x9c\xc6\x89\x04\xae\x2b\x8c\x98\x07\xe2\xd8\x28\xa5\x98\x13\x8e\x63\x1e\xca\x0c\xbb\x2d\x2b\x81\x85\xc9\x99\x87\x20\x77\x1b\x53\xd0\x09\x8b\x34\x15\xc2\x29\x82\x9d\x24\x57\xd3\x4c\x6d\x22\x83\xab\x6a\xa3\x26\xa2\xb6\x2c\x06\x98\x49\x99\x25\x87\x7e\x26\x93\x72\xb1\xe5\x67\x8a\xe0\x91\x07\x2f\xca\x00\xab\x0d\x18\xdb\xcf\x19\x08\x91\x9a\xfd\x24\x1d\xb3\x05\x3a\x11\xc5\x95\xcd\x34\x43\xa2\x26\xcc\xe4\x50\xf3\x3a\x9b\x1f\x69\xd9\xb4\x5b\x9c\xa4\x50\x23\x3c\xf4\x9c\xd9\x84\x5c\x4e\x8c\xe2\x34\x2d\x7a\xa6\xe2\x34\x45\x88\xd3\x44\xb2\x9a\x60\x4e\x88\xce\x22\x36\x9a\x21\x4e\xeb\xbe\x98\xaa\x8b\xf3\x3b\x73\x80\xcf\x28\xff\xc9\xd6\x6c\x60\xcb\x79\xdb\x4f\x48\xac\x98\x26\x84\x6b\xe6\x5e\x9d\xd3\xd0\x67\x9e\xf9\x49\xf0\x69\x0d\x37\xa7\x82\x36\x6f\xad\xa9\xa0\xcd\x8b\x76\x42\x82\x96\x1a\x7f\x3a\x61\x31\xfd\x11\x31\x69\x6d\x6b\xfa\xc2\xa0\x09\x39\xed\xa5\x33\x3f\x72\xb4\xc9\x8a\x4e\xc5\x6a\xb2\x15\x13\x9f\x91\xa2\xe6\x7c\x2a\x63\xd3\x20\x60\x96\xd7\x3f\x4c\x93\xc4\x29\x38\x73\xe2\x41\xa2\x9d\xd0\x54\xd3\xfc\x21\xa6\x3f\x50\xe3\xac\x32\x7b\x80\x59\x15\x4e\x3a\x33\xca\xe2\x6a\xbc\x40\x29\x55\xfb\x24\xb6\x91\x27\x03\x47\x90\x14\x65\xd8\x8b\xf2\xba\x93\xa0\x26\x5a\xf1\xce\x86\x4b\x81\x83\xff\xa8\xcf\x49\x54\xc6\x39\x91\xbf\x11\xb9\x71\x4e\xcc\x14\x55\xf3\xcc\x06\xeb\x57\x2c\x2f\xf1\xe3\xd0\x3f\x7a\xb3\xea\xff\x32\x3f\x0a\xb3\x6a\xbc\x31\x9b\x38\xc4\x4d\x88\xba\x37\x74\xdc\xf3\x23\x2a\xab\xde\xd1\xb3\x93\xe6\xcc\x4d\xd4\x8d\x56\xcf\xb6\x41\x2e\x17\xa2\x98\xa9\x73\xaf\xd6\xe7\xb3\x2b\x02\xf3\x99\x53\xe3\xe2\x74\xfc\xcb\xdc\xe7\x1d\x07\x20\xf7\x79\x47\x1c\xd6\x6c\x55\x21\x90\xe5\x1f\xb7\x9f\x2f\x38\x00\x41\xdb\xcf\x81\xbf\x0c\xf4\xe7\x1c\x08\x84\x20\x65\xe6\x40\x20\xe4\xe6\x47\x26\xa7\x87\xf1\xc4\x4d\xa5\x4e\xbf\x23\xec\x59\xb6\x83\x9f\x0e\x64\xe8\x1c\xc4\x28\x80\x58\x9e\xa4\xbd\xd7\xc7\x6d\x0e\xfb\xe5\x3b\x69\xef\x09\x10\x3d\xe7\x44\x52\x0a\x17\x32\x0d\x70\xa2\x2b\xe3\x9c\x86\xdf\x11\x83\x90\xd3\x7e\x39\x47\x13\x41\xce\xb0\x25\x64\x23\xae\xb3\xfe\x28\x8e\x66\xe2\xf3\xe0\x14\x4d\x1c\x26\x96\xcf\x2a\x0d\x10\xb8\x4c\xf4\xb2\x33\x96\x67\x21\xee\x81\x96\x9c\x3a\xa4\x38\xf1\x0b\x71\x8f\x63\xd6\x09\x65\x58\x1e\x29\x8e\x13\xaf\x13\x8a\xe3\x24\x35\x9b\x46\x09\x53\x27\x14\xe7\x1a\x27\x14\x4d\xac\xa6\x4e\x28\x8e\x59\x27\x14\x89\xb8\xb9\x8c\x0f\xe3\x71\xd0\x0b\xc5\x13\xbc\x10\x52\x39\x63\xa7\xc9\xf3\x1c\xe8\x29\xd8\x80\x71\xba\xe9\xa9\xa0\x4b\x8a\xcb\x76\x0a\x1e\x13\xa6\xeb\x09\x74\xc1\xd4\xdd\xc4\x3d\xa2\xbb\x89\x27\xe9\x74\x22\x7d\xd6\xfe\xce\x75\x26\x93\x9b\xb7\xe8\xbc\x90\xea\x88\x6c\x2e\x4e\x92\xf7\x13\xe2\x37\xcd\x10\x26\xe2\x37\x23\x27\x4e\xc4\x6f\x9a\x84\x4c\xc4\x6f\x71\x44\x2e\xa4\x37\xdc\xa6\xf3\x42\x9a\x04\x65\x31\x3f\x7a\x6e\x6a\x9f\x32\x21\xe7\x9a\x4c\xe3\xc4\x53\xc5\xa8\x4e\x13\xd2\xac\x06\x2e\x44\xff\xd9\x8f\x28\x45\x77\x9e\x36\x7c\x4c\xa4\xab\xe6\x8d\xec\xc4\xed\x79\x23\x3b\x59\x56\x06\x7b\xa8\xb4\x99\x1b\x83\x5c\x0f\xfd\xc6\xc8\x15\xb2\x78\x22\x4d\x93\xaa\x9d\x1b\xb3\xdb\x3f\x73\x0c\xcd\xa9\xd8\x0d\xbe\x74\x86\xd8\xcd\x86\x91\xf4\x14\x9f\x45\x39\x0c\x7c\x23\x6d\x12\xf1\x6f\xa1\xb5\x43\x54\x01\x45\x00\xb1\x2a\x16\xef\x6e\x24\x3d\x70\x77\x13\xb1\x9b\x24\xf4\x7c\xb0\x7f\x16\x67\x3e\x06\xc0\xf3\xce\x35\x4f\x47\x90\x13\xe4\xe9\x50\x12\x3a\x35\xdc\xcb\x51\x5d\xe9\x84\x68\xd0\xe4\x1c\x71\x9b\x91\x9c\x43\x39\xe5\xd4\x72\x2f\x6e\xd0\x17\x03\x45\xf1\x0f\x29\x38\x94\xc2\xce\x57\xa4\xe6\xee\xd5\x56\x2f\xae\xd9\x37\x40\xb1\xba\xa0\x30\xd8\x57\xd1\x0e\x90\xbc\x21\x72\x62\x46\xde\x80\xd1\x4e\x02\x46\x1b\x26\xef\x8d\x34\xca\x1b\xf0\x32\xac\x57\x39\x20\x3c\xeb\x82\xb0\x0a\x0f\xe9\x85\x43\x88\x57\xe1\x3a\x90\x45\x41\xc9\x2c\xd4\x97\x87\xa6\x0c\x0b\xea\xe9\xd0\x2e\x64\x11\xb2\x44\x9f\xd2\xa5\x39\x9e\xe6\x43\x8b\x0c\x1e\x3a\x98\x2e\xad\xf1\x34\xbe\x58\x5a\xe3\x69\xef\xb2\x34\xc0\xd3\x46\x66\x91\xa7\x43\x0f\xc5\xa5\x88\x4e\x13\x99\x85\x9a\xf2\xd0\x78\x62\x25\x2c\xd5\x58\xac\x95\x02\x94\xc9\x0b\x06\xa8\xcd\x1a\x5a\xf2\x80\x69\x56\x92\xe1\x65\x47\xac\xec\x0d\x44\x0d\xf3\x6c\xe8\x24\xb3\xb2\x3c\x26\x27\x61\xe9\xe6\x91\xa3\x4a\xa3\x0a\x33\x94\x65\x84\x41\x55\x2b\xcb\x08\x4f\x1b\x93\x13\x67\x5f\xaf\x8c\xed\x51\xb1\x14\x11\x64\xd8\xcb\xcb\x98\xaf\x7a\xbb\xac\x1c\x70\x01\xa4\x89\x36\x74\x0c\x58\x45\xd9\x01\x48\x76\x15\x19\x61\x7f\xc8\x94\x35\x5f\xe4\xc3\xd8\x53\x0b\x5a\xc7\xdd\xb9\x8a\x3c\x25\x3b\x72\x15\x99\x32\xa0\x2f\x72\x57\x76\x28\x77\xd5\xfc\x41\x50\x24\x61\x2c\xc1\xc2\xf0\xa2\xbd\x9c\xfe\x48\xcb\x64\x19\x3a\xad\x2d\x33\xe9\xeb\x79\xb4\x08\x73\xef\x41\x59\x55\xde\x84\x1d\xb9\xb0\x82\x1b\x4a\x11\x96\x19\x67\xff\x15\x93\x1d\x71\xb3\x55\x19\xaa\x62\xcb\x52\x87\xcd\x06\xe4\xa1\xd8\xd2\xab\x05\xb3\x4d\x9d\x16\xac\x12\xa0\x21\x52\x6b\x9e\xaf\xd5\x88\xa8\x3d\xac\xa2\xb5\x45\xb7\x94\xb4\x3e\xd7\xe3\x6a\xd2\xfa\xdc\x5e\xcb\xd4\x17\xff\xea\x68\xba\xc0\x8d\xba\xc8\x83\xf1\xaf\xca\x0b\xa9\x4f\xf7\x64\x95\x8d\x76\x23\x6c\x49\xfc\x08\x86\xe4\x4f\xc5\xef\xea\xc1\x20\x58\xad\xa2\xe4\x67\xd6\x23\xa4\x09\x34\xdd\xea\x72\x0e\xe0\xaa\xd5\x83\xda\xb6\x0a\xea\x77\xc1\x34\xd8\xc9\x21\x9c\x24\xa0\x55\x5a\xb8\x7a\xb0\x0a\x02\xaa\x22\xdb\x61\x76\x63\x38\xb1\x01\x86\xd9\x1f\xdc\x3f\x24\xa0\x95\xd9\x5f\x43\xea\xda\x76\xc9\x9d\x11\xf1\xf0\xd6\x30\x4d\xae\xa0\x0c\xf9\x03\x81\x1c\xe6\x72\xa8\xd6\x91\x8c\xae\xfe\x79\x50\x1b\x5b\x05\x31\x1e\xb4\xcd\x0a\x37\x0a\x8f\xd5\xc4\x97\x5f\xcc\x33\xb9\xc2\x3d\x54\x1f\x65\x54\xe4\x40\x17\x49\xd6\x24\xc7\xd7\xec\x70\xa6\x80\x0b\x91\x54\x03\xc2\x19\xcb\x6d\xab\x21\x1c\xb2\x29\xc2\x52\x1c\x9e\xfc\x88\x85\xc2\x04\x4d\xb4\x71\xce\xdc\xd2\x0a\x9c\xdb\x66\xe9\x87\xeb\x5c\x23\x1a\xeb\x0a\x06\x16\x34\x90\x72\xaa\xf5\xd1\x40\x45\x1e\x7f\x41\x03\x49\x4b\x2d\x68\x20\xc5\x6f\xeb\xa3\x75\x96\xec\xc2\x5a\x5c\x61\x4e\xb4\x0e\x14\x71\x50\x0d\x07\xa7\xfd\xff\xd2\x83\x42\x0f\x90\xa5\xd3\x44\x1c\x55\x9d\x26\x34\xb1\x5b\xc6\x83\xd3\xaa\x6f\xe9\x34\xa1\x8d\xdc\x0a\x21\x59\xf7\xa5\x7f\xe8\xc4\xe5\x38\x63\xb6\xac\xe2\x04\x0d\x5b\x16\x81\xd1\xff\x89\x89\x5c\x74\xaf\x88\xa9\xdb\xa3\x98\xa2\x5b\x5d\x11\x93\x9d\x5c\x0a\x0b\x18\x8b\x46\x66\xf2\x51\xeb\xf2\x38\x42\x93\xad\x4b\x66\xd7\x6d\x7e\x69\xf0\x42\x2f\x97\x34\x60\x94\xc2\x10\x43\x18\x2f\x63\x90\x39\x49\x97\xc9\x2d\x44\x27\x08\xb5\x54\x0a\x2e\x84\x5a\xa1\x90\x5d\x77\x24\xf9\xa0\x8a\x16\x5a\xe2\xd5\x8d\xa2\xdd\x8d\x6d\xf8\x10\xb1\x07\x3e\xb1\x71\x3b\xe2\x13\x9b\xbd\x13\x36\xc4\xab\xd8\xfa\xa3\x3d\x96\xe2\xe4\xa5\xca\xcf\x93\xf3\xd1\x1b\x4b\x23\xf0\xf5\x1c\x3c\xd3\xef\x47\x7b\x2c\x6d\xe3\xd7\x93\x79\x06\xb8\x07\x7d\x93\x47\xf0\xa9\x7c\xa7\x9d\xc7\xed\x4d\x5f\x1f\xad\xb2\x94\x50\xaf\x27\x16\xcc\xca\x6a\x55\xaa\xbd\x19\xbd\xd9\x75\x0d\xc2\xc5\x03\x28\xe1\xa2\x55\xe3\x32\x90\xbd\x16\x9a\x4b\x62\x45\x0b\xc9\xf5\x7a\xe7\xb8\xdb\x3f\x6a\xa5\x55\xab\xbc\xb1\x7e\xbe\x28\xb9\x70\xeb\x7f\x04\x4a\x33\x20\xf1\x7a\xe5\x55\x3d\x20\xaf\x91\x97\xca\x9f\xce\x74\x8b\xd0\xf6\x8a\x48\xd6\xab\x20\x20\x9a\x30\x3d\x36\x83\x3b\x95\xfe\x70\x5a\xcf\x03\x9b\x88\xe1\x77\x18\x42\x4e\xeb\x49\x44\x59\xad\x87\x4e\x83\xc8\x02\xd8\x79\x60\x09\x00\x5e\x3d\x3f\x72\x23\x57\x86\x78\x1e\xdf\x49\x37\x52\xe7\x69\x8c\x34\x6e\xfb\x93\xc0\xf4\x46\xe1\x3c\xc9\x05\xab\x09\xd9\x99\x0a\xdf\x13\xcf\x44\xa8\x58\x7e\xef\x7c\x07\x1e\x02\x7d\x18\xf3\xf2\x34\x30\xfd\xb2\x1d\x98\x89\x69\xdd\x5b\xdf\x26\x00\x4a\xb2\x65\x76\x2c\x5b\x66\xa3\xa0\x21\x08\xc4\x93\x40\x68\x0b\x6e\xe5\x34\x96\x2c\x47\xe9\xcc\xe8\xfb\x59\x96\xd3\xf8\xb1\x0e\x0c\x42\x64\x28\x84\x3f\x33\xb1\x0a\x38\x3c\x27\xf2\x98\x66\xf4\xc6\xd3\x18\xb1\x4e\x4b\x16\x0a\xa6\xab\x60\x82\xe0\x54\x98\xdd\x15\x16\xf0\x2c\x28\xa7\xb3\xdf\x41\x73\xd0\x9f\x67\x18\xe4\x0b\x76\x91\xc9\xb0\xa1\x93\x42\x80\x54\xd0\x96\x27\x2b\xdf\x3c\x5b\xc6\x9b\xbe\x5b\x08\xed\x71\xb7\x10\xe7\x08\x54\x76\x56\xf8\x1b\xf6\xf2\x59\x61\xb8\x20\x11\xcf\x2a\x14\x96\x01\xc1\xb2\x8d\xce\x1a\x88\x1e\x88\x08\x16\xbb\xb8\x61\xcf\x0a\x67\xd5\xac\xec\xa1\xb5\x0c\x9c\x55\xb1\xf2\x4b\x19\x3a\x23\x8f\x2b\x59\x7b\xe7\x49\x0c\xfb\x05\xef\x7d\x22\x4b\x31\x02\xc2\xd9\x9c\x16\xcb\x37\x46\x46\x3b\x4d\xe0\x2c\xcf\xac\x70\x32\x4f\x6d\x99\x60\xd6\x4e\xec\x97\xc8\x40\x3c\xcf\x4e\x5f\x9c\xc4\x93\x98\xb0\x6a\xce\x4e\x12\xaf\x4a\xc9\x9d\xfa\x69\xba\xc3\x75\xc7\x74\x2c\xa8\xdd\x7a\x1e\xbe\xc0\x45\x39\xa3\xfa\x63\x3a\x18\xfd\x31\x9d\x21\xfd\x31\xc1\xe1\xa7\xfe\x98\x50\x54\x67\x77\x05\x28\x4f\x18\x58\xcf\xf9\x49\x18\x58\x09\xc2\x13\x4f\x4b\x09\xfe\x73\x80\xa5\x1c\x00\x9e\x96\xaa\x0e\x4f\x42\xbf\xaa\xb9\x3c\xc9\xc2\xea\xad\x70\xe2\x5d\xa9\x01\xd9\x39\x80\x87\xab\xe3\x1c\xc0\xd3\x7c\x36\x20\xc3\xb2\x82\xdb\x80\x0a\x93\x59\x71\xe9\x27\x28\xd4\xd9\x22\x0d\xab\x82\xa7\x93\x34\xac\x2a\x59\x4f\x42\xde\x4b\xb8\x9e\x53\xe0\x00\x7a\x62\x5c\x00\x75\x71\xce\xc0\x93\x40\x3a\xd1\xd7\x3b\x2b\xe8\xcb\xb4\xab\x39\xa7\xd7\xaf\x53\x87\x88\xa4\x96\x3f\xb3\x08\xcd\x73\xe1\xb6\x26\x6e\x5a\x6a\xa6\xdd\x32\x0b\xae\xd0\xf3\xbf\x82\xcf\x00\xfa\x05\x67\x03\xa5\x7b\x9a\x99\x55\x61\xcf\x49\x04\x59\x05\x3c\xe7\x0a\x3c\xcf\x64\x11\x41\x56\xe1\xc5\x19\x72\x13\x71\x86\x0e\x98\xce\xfa\xe9\x4a\xd2\xf7\x09\x50\xee\x8e\x53\x38\xa8\x7c\xc2\x9d\x7a\x64\x4e\x14\xd2\xee\x26\x88\x05\x6d\x84\xce\x13\x85\xbe\xb8\xea\x14\x22\xbf\x13\x77\xd1\x48\x00\x27\x74\x83\x81\x62\xce\x33\x66\x57\x28\x4c\x15\xe9\x7c\x9c\x21\x9a\xa4\x3e\x99\x57\x0d\x5d\x74\xe2\x4f\x69\x98\x9e\xd3\x8c\x39\x45\x6c\x7a\xa1\xa6\xf5\x0c\xa1\x25\x3b\x34\xfc\x3b\xc9\x81\xdf\xc5\x0e\xba\x53\xaa\x98\x3a\x75\xa7\xd4\x72\xe4\xc4\x9d\xd2\x18\x4a\xa7\x89\x71\x66\x74\x22\x03\x2a\x2e\xc3\x9d\xd2\x60\x49\xa7\xf9\x56\x35\x66\x39\x6f\xc1\xa2\xa9\x5b\x32\x0b\x82\xef\xc4\x9d\xd2\xc0\x3b\xa7\xd9\x56\x67\xbc\xc8\x99\xba\x2d\x6f\x99\x64\x9b\x42\xc5\xa7\x95\xd2\x89\xff\xa4\x31\x7c\x4e\x7c\x26\x7b\x34\x6b\xd4\x66\xd1\xd6\x8d\x64\x55\xa4\xaa\x97\xa4\x9e\x1f\xe7\x96\x47\xf6\x3c\x91\x78\xd5\xa0\x4f\xe7\x16\x44\x0f\xe9\x66\xe6\xc4\x74\xfa\x42\x6a\x59\x73\x6e\xa7\xd1\xfd\xb6\xe5\xdd\x05\x45\xc5\x97\xd6\x02\xe7\x06\x2e\xef\xe1\x8f\xec\xa9\x81\xf9\x50\x7b\x25\x4d\xa3\x4e\xd5\x5e\xda\x3a\x9d\xa8\xbd\x92\xc6\x51\xe7\x23\x5f\xeb\xee\x40\xef\x95\x14\x2b\x9f\x4f\x70\xdf\xd4\x41\xd5\x95\x14\x56\x9f\x8f\x24\x2a\xe0\x13\x1f\x36\x30\xbb\x89\xf5\x75\x44\x38\xd1\x6d\xb5\x58\xc6\x07\x1e\xdb\x9d\xf6\xa0\xeb\xf6\x80\x9b\xaa\xc7\x53\x64\xaa\x1e\xa5\x75\x27\xa4\x4f\xd2\xd8\xea\x7c\x91\x09\x78\xa4\x22\x5a\xac\x27\x12\x01\x8e\xd6\x68\xe7\x0b\x50\x62\xdf\x17\xa0\x44\x8e\x48\x69\x8c\x12\x76\xe2\x50\xb9\x0c\x13\x76\x12\x45\xd6\x28\x3e\x27\x04\x51\x92\x77\x39\x5f\x66\xd1\x03\xf9\x0a\xa0\xbd\x05\x80\xdf\xb8\xaf\x83\xa4\xa5\x60\xa6\xeb\x80\xbb\x66\xda\xaf\x43\xa6\x7f\x58\x48\x4d\x32\x67\xfe\x3a\xe4\xfa\x21\x08\xae\x43\x4d\x32\x77\xfa\x85\x2d\xb9\xe7\xf0\x32\x9b\xaa\xf1\x62\xae\x43\x9c\xb1\xac\x2f\x69\xcf\x75\x7f\x1d\xf8\x1e\x15\xab\x4b\xd9\x83\x66\xae\x84\xf2\xb8\xfe\x49\xd9\x5d\x49\xc9\x01\x78\xe4\x32\xd5\xaa\x21\x6e\x2e\x53\xad\x6a\xa8\x7e\xa5\x58\x78\x80\x4b\x31\x38\x46\x6a\xaa\x55\x43\x95\x5c\xd8\xa3\x4b\xdd\x5e\xc9\xb1\x81\xad\xae\x44\x6c\x5c\xf6\xca\x65\x0a\x56\xc3\xd9\x5c\x09\x59\x47\xb5\x13\x65\x1d\xd3\x52\xc8\x3a\x9c\xd9\x14\x1c\x0c\x73\x96\x54\xde\xc1\x6c\x5e\xd9\x71\x32\xe6\x1c\xd0\xd3\x6e\x56\xec\xc0\x81\xba\xc2\x18\x9d\x9d\x70\x65\x35\xb4\xec\xd5\x2b\x2b\x05\x61\x65\xaf\xac\x86\xb6\xf8\x67\x42\x5b\x5b\x5f\x05\x2d\x28\xe7\x22\x39\xab\xb4\xc4\x95\xd1\xcf\x82\xe2\x2e\xe3\xd7\x2a\x42\xbf\xb2\x9e\x34\xcd\x17\x85\x23\xae\x2c\x12\xa4\x1c\x73\x54\x54\x91\xba\x67\x4a\x80\x0c\x2c\x25\xa0\xa4\x81\x22\x94\xcd\x3a\x42\xc9\x69\xb9\x8a\x3e\x3f\x56\x11\x4a\xf6\xfe\x55\x94\xdb\x34\xfb\x54\x6e\xe3\x34\x15\xf5\xc8\xcd\x17\xe1\x74\x9a\x4b\xcc\x2c\x7f\xaa\xaa\x5c\x87\x43\x2e\x56\x25\x2d\x57\x55\x70\x02\xb9\x7d\x55\x53\x4a\xb8\x7d\xaa\x66\xfe\x6e\x9f\xaa\x74\x07\xc8\x6a\x80\x6c\xfd\x60\xf7\xfd\x83\xee\x39\x6a\xa8\xc8\xf5\x98\x44\x16\xc5\xe9\x9f\x5b\x39\x80\xf5\xb7\x50\x32\x67\xe6\x69\xd5\x10\xf2\x32\x4f\xab\x16\x8c\x57\x0b\x30\xe9\x46\x21\x94\x76\x94\x57\x33\x2c\x2d\x52\x8c\xcb\x7c\x89\x5a\x2b\x5e\xa6\x70\xd5\xd0\xec\x0a\x91\x94\xa7\xae\x11\x94\xdb\xb3\x45\x06\xd7\x00\x93\x0c\xae\x32\xcd\x57\xbb\x79\xb6\xb2\x4e\x2a\xae\x05\x8a\xb6\xa6\x5c\xf6\x42\x38\x65\x6c\xce\xcb\x1c\xad\x52\x39\x97\x71\x74\xbd\xca\xae\x90\x39\x41\xcc\x5d\x5d\xb7\x94\xe6\x9f\x4e\x7d\x46\xd2\x83\xcd\x63\x8c\xe6\x68\x95\x82\xb8\x10\x40\x35\x8d\x5f\xae\x6e\xea\x1e\x57\x9c\xec\xad\x06\x43\xbd\x14\x40\x1d\x16\x12\x62\x68\xd8\xab\x0b\x24\x70\x91\x34\xc9\xac\x37\xd7\x47\x56\x36\x2d\xd7\x2e\x62\xe7\x6a\x36\x77\x0d\x7d\x4f\x9c\x9f\xa1\xf0\xcb\x89\x18\x8a\x05\x18\xc7\x08\xb1\x00\xe3\x18\x8a\x05\x3c\x14\xf3\x80\xbf\xe4\x07\x16\x59\x4d\xaf\xfa\x6b\xea\xab\xe1\x69\xc1\x6d\x32\x94\x2b\x17\x4a\xb7\x12\xa7\x65\xaa\x11\x77\x83\x99\x7b\x35\x8e\x0e\xc2\xa5\x88\xce\x74\xe1\x1e\x39\xd7\x9f\xea\xdd\xcb\x24\xad\x4a\x36\xae\xa9\xe3\x86\xe3\x99\xc1\xfd\x32\x52\x68\xce\x65\x24\xec\x2b\x68\x4e\xae\xa4\x6b\xa9\x35\x05\x1e\x12\xb3\x2a\x7a\xba\xc8\xbf\xaa\xb8\xe9\xfa\xc8\xc2\xa6\xac\xea\xc2\x0a\xab\xea\x3d\x71\x45\x5e\x55\x66\x03\x11\x53\x51\x56\x71\x2d\x95\xd8\x36\x75\x46\x46\x29\xfa\xbb\x8c\x5b\x2d\x86\xe4\xca\x1e\x5a\x0e\xdc\xa2\x0b\xb0\xe5\x5d\x94\x8d\x2c\x9e\xaf\xff\xfd\x5f\x90\x6d\x77\x41\x4e\xc2\xbc\xde\x45\x01\x57\xb5\x90\x74\x17\x03\xbc\x71\x53\x89\x1f\x20\x04\x71\xd0\x2d\x42\x50\x03\x72\x57\x4f\x9a\xfd\x89\x10\x94\x83\xdc\x0a\x9c\x39\xc3\xb7\xa1\x17\xa7\x4d\x4d\xb8\x71\xba\x20\xba\xe2\xe2\xfc\xdd\x55\x36\xc4\xef\x48\xe3\x60\x22\x6f\x0d\x43\xab\x65\x82\x48\xb4\xeb\x87\x1f\x16\xf2\x32\xe4\x8c\xdf\x64\x54\x95\x9b\xbb\xc1\x11\x93\xdc\xdc\xf3\xfe\x30\x41\x5b\xe0\x8b\x5b\x44\x00\x43\x73\x37\x03\xf7\x32\xba\x06\xa8\x60\x81\xbb\xc1\xa6\x47\xa3\xb2\xa0\x34\xda\xe5\x77\x19\x4e\xb0\x82\xb4\xd9\xe5\xc2\x7c\x86\x0b\x83\xa6\xbb\x3b\x8c\x8e\xed\x77\x99\x03\xbf\x43\x1f\x35\xcb\x3b\x4c\x86\xaf\xf7\x73\xb3\x7c\x8c\x8c\x97\xa1\xc1\x1b\x58\xf2\xd6\x15\xda\x28\x69\xf7\xf0\x32\x04\xaf\xdd\xe4\x3a\xf3\xfa\xb8\xcd\x75\xa6\xc2\xe9\x8e\x5c\xca\x8e\x3a\x72\x29\xbb\x42\x44\xc3\xf6\x00\xdc\xe8\xcc\x0d\xe7\x73\xe3\xc7\x42\xf2\xe5\x79\x0f\x5c\x4e\x5c\x6a\xc2\x3c\x16\x30\xc6\x3d\x11\x05\x80\x6e\x6e\x42\x3b\x4a\xe6\xdd\x04\xde\x31\x43\xe1\x2d\xaf\xe7\x94\x4d\x99\x4f\x9f\x51\x7a\xba\x75\x65\xf5\x86\xcf\xb0\x7a\xee\x24\x59\x3d\xf5\x8e\xb7\x5e\xca\xf2\xe4\xf7\x92\x12\xa4\x25\x2d\x23\x8d\xfb\x77\xeb\x99\x6c\x30\xc5\x7b\x79\x1d\x75\xff\x68\x89\x15\x75\x54\x7d\x38\xd3\x66\x3c\x33\xbe\xc3\xfd\xef\x80\x32\x21\x4b\x1f\x2b\x47\x6b\xd2\xb3\x28\x45\xf8\xe1\xa8\xae\xf6\x57\x90\x09\xc7\xa8\x03\xdc\x7d\x62\x3a\xe0\x9c\x9f\x98\x29\x38\xe5\x84\x60\x34\x84\xd2\x6d\xd8\x45\x61\x3f\x31\x22\x70\xc1\x4f\x0f\x08\x50\x9c\xee\x46\xdb\x54\x74\x65\x5f\xe4\x51\x74\xe5\xf5\x61\x29\xfd\x4f\x33\xe8\xfb\xc4\xf5\x01\xd4\x72\x5f\x2e\x20\xad\x5d\xec\x67\xf0\xdd\x7d\x21\xda\x07\x7b\xdd\x17\x22\x15\x70\xf9\x7d\x21\x5c\x77\x74\x17\x22\x15\x10\xf6\x7d\x61\x9e\x52\xfc\x3e\xf9\xce\x48\x55\xaa\x3b\x4d\x2a\xd5\xb9\x28\xef\x0b\xb1\x8b\xa7\xf9\x42\x00\x55\x2c\x8f\x7b\x44\x11\x06\xc4\x40\x22\x9b\x0b\x98\x41\xf4\xf7\x8d\x68\xc6\x3d\x41\x24\x48\x33\x4f\xde\xb7\xf0\x53\xfe\x46\x34\xe3\xa6\xbe\x51\x8a\x83\xd4\x6f\x22\x41\x4a\x92\xdf\x6a\xdd\x21\x68\x6e\x34\xed\x32\x0d\xb7\xd1\x1c\x8d\xf6\x7c\xdf\x91\xd9\x8f\xda\x06\xb8\x81\x9e\xb9\x77\x70\xc3\x54\xd9\x1a\xda\x8b\x23\x30\x6d\xac\xb2\x0d\xb7\x1c\x9e\x34\xd8\x1d\x4c\x9d\x53\xb6\x65\x8e\x9d\xa7\xed\xa6\x43\x52\x72\xc3\xd5\xf5\xa8\x22\xde\x13\x09\x6e\xf1\x9e\x85\xe2\x68\x00\xcc\x03\xcb\x0e\x71\x79\x3f\x84\x17\x71\xda\x1e\xd8\x61\x11\xb9\x99\x59\xd5\xcf\xdf\x8f\xec\xbb\xcf\x32\xa1\xa2\x53\x65\xd8\x6a\xe5\xef\xc7\x44\x60\x9e\xcb\x07\x05\xb2\xcb\x87\x3c\xbb\x6b\x20\x72\x3f\xf2\x9a\x10\xd0\x77\xf0\x71\x10\xca\xb7\x22\x6c\x89\xd6\x1b\x46\xee\x1f\xe2\xc0\x60\x31\x49\x5b\xdf\xa8\xe2\x55\x15\xdc\xa8\xe2\x53\x4c\x04\xc2\xed\x5e\x3c\x8a\x08\xb7\x63\x22\x5f\xed\x55\x45\x48\xf8\x12\x4b\x80\xdf\x18\x32\x4a\x18\xdf\x88\xb2\x63\xe5\x5e\x78\x0c\xd7\x47\x4f\x62\x85\x28\x5b\x49\xb6\x52\x97\xad\xe9\xa2\x62\x9a\x6d\x60\x1c\x85\xa4\x5b\xe7\x61\x85\x51\x1b\xd3\x45\xe5\x90\xfb\x80\x5c\x9c\xb6\xa5\x02\x13\xd6\x7a\xc3\xe3\x49\x87\x6e\x78\xbc\x41\xba\xd9\xb9\xe1\xf1\xba\x93\xba\xb1\x55\x34\x14\xff\x3e\x24\xc5\xbe\x85\xdb\x49\xb3\x41\x0b\xc1\xb9\x55\xa7\x71\xc3\xb9\x55\x75\x5a\x3b\x61\x38\x18\xa5\x34\x1c\xb4\x93\x14\x64\x92\xa5\x8c\xb7\xc8\x65\xbb\xf5\x17\x2e\x51\x07\xf3\x3a\x8e\xcf\x86\x27\x0b\xac\xb4\xb1\x67\x0c\x07\xc2\x6d\x76\x07\x44\xd0\xbb\x63\x55\x04\x1a\xdb\x5d\xd4\xc5\xd8\xb9\xd0\x34\xe1\xd9\xc6\xf3\xf0\x1a\xde\xdc\x68\x3a\xf8\x6d\xe3\x79\xc4\xcc\xc5\xf5\x66\x53\x43\x85\x02\x63\xc7\xb8\xcb\xf8\x54\x7b\x10\x2e\xdc\xa5\x1a\xe8\x84\xd8\x26\x7b\xe0\x8a\xb8\x2c\x83\x90\x3f\xfd\x19\xf4\x60\x0f\x5c\x01\x1d\xc7\x77\xd3\xcd\xe2\xc4\xe3\x40\x50\x55\xc8\xec\x21\xb5\x24\x24\x5e\x75\x54\xf0\xaa\x13\x92\x09\xd6\xa9\x7e\xd7\x92\x10\x54\xb9\x3f\x52\x75\xba\x93\x37\xf2\x4e\x53\xed\x6d\x2c\xc2\xf4\x29\xdc\xdc\x7b\x26\x0e\xdc\x53\xb4\x43\x67\x84\x9e\x53\xac\xb4\x17\xaa\x2a\x50\xc3\x5e\xc8\x59\x5d\xa3\x85\x9c\xd5\xba\x48\x27\x3d\x82\x3b\xa4\x93\xcd\x42\x98\xa6\xb8\xda\x86\x87\x93\xde\xde\x4b\xc5\x13\x68\x62\x63\xda\xaf\x77\xe9\x36\x0a\x9c\x7a\xcf\xad\x42\x53\xc9\xf4\x46\x26\xa9\x9b\xe7\x3e\x3d\x9a\xd0\x66\xfb\x34\x27\xeb\xb0\xca\xf0\x8f\x2f\x9e\x53\x3a\x51\x14\x19\x3b\xe1\x8c\x5b\xd6\xc6\xe0\xfa\x54\xbb\xee\x53\x65\xff\x12\x98\xed\x1f\x26\xf1\xd4\xeb\xdf\x69\x3f\x75\x55\x87\x1f\xdb\xd8\xf9\x17\xb5\x60\xdb\xf0\x1a\x1e\xbc\xcb\x6d\x42\x97\x17\x4e\xa1\x6e\xab\xcb\x2d\x43\x1f\x97\xa4\x9e\xe5\xd9\x09\xc9\x46\xb9\x68\xdd\x56\xd8\x7d\x19\xc7\x72\x5f\x58\xba\x71\x91\x6f\xdc\x31\x4d\xac\xb5\x11\x4a\x0e\xa9\x88\x8d\x3f\xa6\xc1\xc7\x36\xfe\x98\x26\x19\xde\x08\x28\xff\x6d\x29\xfc\x2c\xd5\xff\xec\x9b\x0b\x14\x04\xb5\x09\x45\xac\xfd\xe0\xc6\xcf\x52\x76\x61\xdf\x5c\x94\xae\x1f\x21\x87\x4d\x57\xb9\xc9\xe4\xad\xed\xdd\xbe\xd1\x5b\xb8\xac\x44\x1c\xd6\xea\x6f\x6f\x77\x91\xcf\x6c\x59\x08\xc3\xad\xff\xa5\x28\x8f\x6b\xac\xc7\x08\xb6\xc0\x59\x08\x93\x39\xa8\xdb\xad\x55\x18\x37\xe8\xd6\x19\x53\x14\x89\x06\x56\xe3\xc6\xbd\xdd\xd6\x76\x06\xd0\x60\xdb\xad\x33\x66\xb7\x7d\x6e\x77\x77\x96\x96\x60\x62\x2b\x35\xb3\x6e\x3f\xad\xc2\x44\x4f\x6a\x66\x6d\xe7\x41\xad\xe0\xe0\x71\xcc\x94\x16\xde\x0f\x8a\x17\x68\xa0\xfd\xa0\xe7\x70\x42\x1f\xf4\x2e\xee\x95\xef\x1e\x5b\x3a\xbb\xef\x87\x5b\xdf\x63\xf3\xc0\x6c\x78\x6a\x1e\x8e\xa2\x93\xf8\xdd\x68\xcb\xdb\x71\x13\x53\x58\x49\xd5\x7e\x85\x93\xba\x44\x81\xf3\x2e\xde\xaf\x70\xfa\x1d\xca\x43\x44\xf8\xc2\x15\x78\x14\x5e\xfb\x05\x36\x04\x8e\x9a\x63\x6e\xe3\xb7\x49\xa2\xee\x30\x0b\x73\x1b\xbc\x41\x7a\x7c\x60\x3c\x06\x70\xcb\xfd\x4f\x39\xdf\x83\x31\x7e\xf7\x7a\x7b\x0c\xf5\x26\x0f\xf0\x44\xe2\x71\x8e\xc6\x73\xe8\xc1\xd8\x6d\x5d\xfa\x85\xed\xf4\x68\x4f\xe6\x95\xf8\x1c\xd2\x2f\xac\xf7\xa3\x41\x99\x67\xfb\x31\xbe\xdb\xbf\x7e\x1c\x05\x88\xe2\xc1\x88\xac\xb9\x99\x9f\x03\x3c\x63\x63\x1a\x94\x59\x23\x0c\xca\x84\x4c\x9f\x4f\x35\x60\x4f\x52\x5a\x1e\x55\xb4\x9b\x88\x3a\x92\x30\xcd\x3f\x4a\xf4\x05\x26\x49\xc3\xd8\xa5\x71\xdc\xd4\x71\x3d\x3a\x87\x2a\x52\x79\x74\x0e\x95\x67\x7b\x74\x0e\x55\x72\xf3\x18\xd5\x4d\x6d\xe7\x93\xb8\xb3\x02\x1a\x68\x2e\xa7\x29\x39\x16\x3a\xc9\x81\x33\x19\xb1\x21\xdd\x6c\x16\x9f\x51\xdd\xf9\x1f\x7d\x46\x55\x0b\x3e\xfa\x8c\xaa\xc2\x7b\x72\x0c\x85\x71\x65\x3d\x0e\x1c\x31\x4e\xa3\x7a\xd0\x3f\x88\x23\x9b\x48\xfe\xc1\x6e\xcd\xd8\x00\x4f\xa4\xd0\xaa\xf6\x22\xef\xce\xbe\x7f\xb4\x5b\x93\x24\x7e\x0a\x82\x74\x07\x52\x82\xe4\x02\xfa\x22\xc9\x65\x0d\xcc\xe9\x1c\x15\xf2\xc7\x24\x73\xf0\x14\xc5\xfb\x70\xaf\x4f\x21\xe2\x98\x60\x21\x7f\x0c\xdc\xf8\x94\xb8\xd4\x19\x7c\x51\x64\xce\x8d\xf6\xd4\xa0\x05\x99\x22\x0d\xd7\x24\xed\x9f\x8a\x09\x9d\xe3\xad\x82\x42\x8f\x86\x76\x93\x71\x7c\x10\x23\x84\x19\xf9\x63\xf4\x36\x03\x98\x3f\xd5\x2b\xc6\x76\x91\x37\xbb\x8d\x2a\x94\xa0\x33\x54\xa5\x04\x2d\xaf\xb8\x79\x59\x48\xb1\xfa\xb2\x73\xe5\xcd\x60\xf6\xa7\x1a\x48\xc4\x76\x9b\x0c\x37\x77\xc7\x63\xf0\x36\xa3\x80\x3c\x4a\x15\x25\xe0\x9e\x26\x2d\x68\x15\x85\xb7\xdd\x97\x60\x3d\x2d\x85\xf0\x96\x9b\xf3\x69\x0a\x6f\x87\x2f\x0a\x6f\x41\xad\x8f\x36\x6f\x71\x0a\x95\x2b\x2a\x2e\x78\x4c\xd0\xa5\x0e\xf0\x41\xae\x18\xab\xd2\x83\x7c\x65\x64\x5a\xbd\xa9\x11\x7c\x7a\xd0\xb2\xd4\xef\x85\x2a\xfe\xc0\x94\xc4\xe5\x52\xde\xa8\xde\xf0\x41\xde\x18\xfb\x43\x79\xa3\x2a\xce\x07\x79\xe3\xd0\x32\xf0\x89\x90\x1b\xc3\xfa\xa7\x77\xb5\x0d\x23\x15\x9d\xfe\x88\x4b\xdc\xfa\xaf\x2f\xb4\x8c\xec\x62\x68\x09\xfa\x60\xd8\xa6\x7c\xf6\xc1\xb0\x2d\x6b\x6f\xf3\x20\x7e\x54\xa4\xfb\x20\xc7\xe8\x31\x2d\xe4\x6c\x57\x88\xfb\x0c\xf5\xec\xed\x4f\xc3\xbe\xc7\x8c\xee\xb2\xf1\xcf\x90\x32\x67\xfe\x46\x90\x21\x00\x3d\x1c\x80\x85\x10\xb3\x19\xb0\xeb\xd1\x1a\x4e\x95\xe8\x33\x71\xe2\xe1\x6a\x7f\x26\x4e\x3c\xd0\x02\xcf\x34\xbe\x90\x9b\xfa\x23\xfe\x9a\x99\xab\x9e\xa9\xbd\xa0\xa7\x90\xe8\x6e\x0a\xbb\x1f\xcd\xe1\x02\x4f\x7d\x24\x62\x33\xe1\xd6\x33\xb5\x23\xb4\x0b\xa4\xb8\xd3\x2e\x74\x39\x9a\xb6\x04\xeb\x30\xed\x42\x33\x42\x4b\x21\x27\x29\x8a\xef\x1e\xa2\xb9\x05\x9a\x59\x21\x62\xa5\x0f\x64\x95\x81\x8c\x96\x12\x56\x2e\xbf\x67\x05\xeb\x00\x88\x2b\x84\xaa\xb6\xa5\x33\x11\x77\xde\xb3\x4c\xd9\xe6\xce\xfd\x68\xc6\x16\x67\x18\xb3\xb7\x62\xcc\xaa\x07\xb3\xb7\x62\x34\xa9\x07\x02\xb2\x18\x9b\xeb\x81\x80\x2c\xca\xf3\x9f\x53\x57\x0a\xa7\x85\x28\xc2\x45\x21\xe5\x03\x05\x59\x62\x57\x9c\xca\x51\x01\x46\x02\x52\x7c\x80\x1c\xc4\x94\xc5\x0f\xe4\x63\x0d\x14\x82\x9b\xe8\xd0\x88\xf7\x51\xbe\xe1\xfe\xbc\xe4\xd1\xc5\x73\x98\xbd\x4d\xd9\xa0\xe7\x82\xcd\xf5\x0c\x6b\xf6\xa6\x7d\xd2\xa3\x33\xa7\x72\x87\x07\xeb\xb6\xe8\xc4\xb8\x68\x1a\x9f\x3d\xb7\x5c\x23\x92\x84\xe7\x0e\xe0\x69\x18\xb7\x4a\x45\xb2\x0f\x31\xce\xba\x67\xc8\xf4\xed\x6e\x9b\x1b\xd7\x21\x37\x04\x0e\x96\x41\x4f\x3e\x37\xc6\x51\x30\x7d\x0f\x39\xdb\xb5\xf2\x7a\x48\xbf\x65\xba\xe2\x07\xfb\x39\xc5\xf7\x0f\xf6\x73\x26\x7a\x7c\xa0\xde\x4c\x0b\xfb\x40\xbd\x95\xf8\xae\xc2\xd6\x63\x49\x9a\x2d\xb3\xd4\x3f\x90\x6c\xa6\x3e\x79\x30\xa6\x33\x27\xec\x43\x7e\x88\x12\x40\x60\x10\xe5\xcc\x3c\x72\xf6\xb6\x6a\x92\xd1\x28\x45\xf6\x07\xed\xac\x1e\x23\x68\xb8\x78\x46\xcd\x40\xe8\xf5\x18\x29\xc3\x13\x6d\xa4\x0c\x0f\x1d\x96\x71\xff\xba\x26\xcb\x83\xf6\x57\xcf\x03\x89\x2b\x96\x7b\x11\x3a\xba\xa6\x21\x60\x10\xee\x17\x4e\x4c\x04\xf2\x0a\x05\x93\x44\x3a\x07\xc5\x6a\xcf\x2b\x59\x6b\x79\x84\x56\xd2\x02\xaf\x64\x2d\x50\x90\xda\x41\xa3\xae\xe7\x95\xac\x65\x64\xaf\xb4\xb8\x75\x31\xd3\x71\x34\x2f\x16\x32\x5c\x3b\xef\x01\xb9\xc8\x75\xf4\x12\x72\x43\x46\xea\x3d\x20\x17\x59\xf1\xf7\x90\x5c\xb4\x3c\x82\x63\x4e\xd1\x7b\x20\x35\xe5\x5a\x7b\x0f\xa4\xa6\xd3\xba\x90\x91\xeb\x4f\x97\xde\x97\x18\x1c\x92\x11\x6f\x50\x67\x60\xf3\x57\x13\x7f\x71\xfe\x9b\x70\x2a\x60\xfe\x5e\x82\xe7\x6a\x8b\xf9\x9a\x80\x94\x45\x79\x93\x8c\x26\x20\x06\x69\xc5\x45\xf4\x26\xb9\x3b\xae\xf4\x37\x48\xab\x68\x16\x52\x25\x9e\x91\x66\x0d\x9b\x82\xb0\x8a\xda\x10\x56\xc3\xae\x21\xac\x84\x2f\x08\xab\x78\x91\x80\x02\xcb\xbc\x41\x40\x71\x36\x5f\x03\xe4\xb2\x48\x6f\x46\x9a\xc5\x8d\xfa\x4a\x3e\x45\x05\xce\x32\x3b\xe5\xcd\x41\xe0\x59\x21\x90\x84\x7f\x24\x60\x8a\xcd\xe2\xf1\x6e\xa9\x62\x3c\x22\x67\x07\x17\xc7\xa4\x08\xf2\x2d\x48\x9f\x1d\x47\x51\x61\x0e\x57\xf0\xea\x02\xa0\x50\xf4\xfd\x47\x4c\xd9\x98\x3c\x32\x14\xdb\x5b\x08\x3f\xeb\x40\x08\x2a\x96\x94\x97\xbe\x84\xdf\x90\xeb\x7a\x4b\x58\xe8\xd8\x30\xfa\xff\x6e\x21\xd4\x33\x2e\xad\x34\x96\xc1\x71\x5e\x68\xac\x26\xe6\x7c\x2b\x7e\xd8\xdd\xe7\xa0\x5f\xe8\x50\xdf\x00\xb7\xd9\x47\x70\x35\x09\xcf\x17\x4a\x4a\x94\xf8\xd6\x20\x3c\x01\x3d\x3c\x03\x38\x40\x6f\x25\x22\x63\xf1\x19\x53\x7c\x04\x40\xaf\x2a\x59\x0d\xce\xde\x16\x28\x91\xfe\x54\xc9\x6a\x3f\xf7\xa2\x88\x51\xd5\xfa\xaa\x88\x89\x25\x69\x71\x19\x5a\x45\x43\x64\x87\x28\xc1\x14\x7b\xae\x69\x56\x0f\xc9\xf0\x9a\x7e\xc1\xa0\xf0\x6f\xd3\xae\x7e\x5a\x27\x2e\x44\xfb\x44\xb0\x26\xf8\xdd\xcb\xb1\xf9\xe2\xe5\x48\xa1\xee\xe5\x18\x2f\x1a\xd9\x83\xb8\xde\xae\x91\x3d\xc8\xe7\xed\xaa\xdf\xdc\xda\xc4\x67\x88\xec\x51\xef\x12\x32\x4a\x2d\xb1\x03\x70\x2d\x18\x48\xc4\x5c\xaf\x11\xae\x0c\x2a\xfd\x6a\xef\xe5\x54\x70\x35\xd6\xd8\x2a\x5a\x84\x7b\x00\xb8\x19\x23\x07\xd2\x6b\xb6\x70\xfb\x3e\xf1\x72\x8e\x66\xbf\x75\xd0\x1d\xf2\x3d\x1d\x2c\xc3\xb8\x94\x22\x52\x9e\xf0\x55\x66\xa8\x7d\xbd\x09\x97\x65\xbc\xb0\xdc\x7e\x46\x26\xd5\xce\xf3\xbd\xbe\xbd\x21\xf6\xe2\xba\x9c\x66\xd3\x79\x31\x19\x1f\x2a\x48\x5e\x6c\xbf\x22\xe9\xdf\xeb\x45\xaa\xb9\xd8\x8b\xf1\xd7\x54\x85\xf9\x1a\x25\x5f\x5b\xba\xf7\x22\x8f\xa9\xab\x66\x36\x6f\x6f\xa7\x97\x9b\x54\x91\xfa\x7b\x2b\xce\xa4\x93\x5b\x73\x03\xa0\xba\x0d\x2a\xf8\xa7\xbd\xdf\xfb\x5d\xbe\x5d\x75\xf0\x6b\xd6\x4b\x93\x31\xbc\x37\x49\x42\x05\xe5\x56\xe8\x89\x68\xf5\xbd\x49\x17\xe8\xd6\x36\xbc\x81\xe8\xe5\x8e\x68\xc9\xc0\xb8\xa5\x05\xb9\x35\x5f\x2c\xbe\xf4\x13\x7d\xb7\x99\x4e\x69\x69\x93\x7e\xd3\xa1\x2b\x61\x71\x71\x36\x39\x43\x45\x98\x1b\xd5\xa3\x73\xb5\x49\x74\x2a\x3a\x8a\x90\xf8\x56\x36\x9b\xa5\x60\x98\xcd\xd2\x01\x3d\xa4\x54\x14\x4f\x3c\xda\xcd\x53\xf9\x41\xf8\xe5\xd6\x31\x99\xa5\x07\xca\x64\x96\xdd\xba\x18\x66\x8b\x21\x1f\x82\xd5\x79\x02\x1f\xbc\x73\xdd\x5d\x24\xf2\xd6\x2d\xe5\x7d\xf0\x61\x76\xb9\x5e\xb4\x5b\x9e\x4b\xd2\x75\x9b\x45\xe5\x25\x07\xa5\xb6\x0a\x2f\x39\x28\xa5\x64\xdf\x57\xd9\xac\xcf\xa8\x7f\xb3\x75\xbd\x3a\xa0\x51\xdf\x17\x4d\x23\x2a\x83\x97\x14\x94\x1a\x2d\xbc\xdf\x1d\x3b\x14\x8e\xbf\xef\xa6\x0c\x40\x93\x80\x52\x63\x86\x97\x54\xdf\x18\x59\xac\x83\x54\xdf\x04\xe6\x5f\xc7\xe1\x76\xef\x3c\x67\xca\x14\x9e\xb1\x1a\xcf\x99\xe7\xca\x77\xcb\x34\xbe\xdb\x0e\x16\xe4\xdf\x96\x5c\x07\x76\x5b\xfd\x58\x16\x42\x36\xfc\x8d\x78\x1d\x07\x44\x52\x54\xc0\x5e\xfb\xa3\x45\xd7\x71\x7c\xc7\xfd\x38\x78\x4e\x07\xcf\x94\x21\x65\x52\xb1\x63\xc4\x1d\x0d\xcb\xe7\x75\x7c\x57\x6d\x39\x92\x3f\x1a\x15\x1a\xcf\x9d\xef\x96\x19\x7c\xf7\x19\xc5\xe0\x02\xba\xa4\xbc\x92\x11\x7f\x77\x6e\x39\x12\xc0\x25\x81\x63\xc4\xdf\x9d\x5b\x0e\x47\xff\xdd\xb9\xe5\x70\xc4\x49\x40\xe9\x37\x0b\x28\x6d\x66\x01\x05\x86\x9c\xf9\x4e\xfb\xdf\x55\x5c\x8e\x83\xf6\xbf\x9b\x78\x96\x0c\x3c\x19\x49\xe4\xf2\x3b\x92\xc8\xc6\xe0\x33\x64\xda\xa2\x5f\xd2\x26\x91\xe3\x76\x1d\x05\xdd\x70\xa7\xdf\xa2\x68\xd4\x86\xc8\xf2\x8d\x6a\x61\x1d\xe4\x4d\x22\x5d\xf8\x3a\xb4\x6e\xef\x36\x84\xbf\x05\x34\xd8\x3a\x48\x9c\x44\xde\xcb\x75\x98\x14\xc9\x99\x28\x48\xd2\x87\x8d\x7e\x10\x2d\x47\xa6\x11\x7b\xe7\x19\xc3\xf5\xe5\x32\x55\xd1\xa1\xdf\x11\xd9\x75\xbf\x77\x2e\x60\xd7\x9b\x4c\xde\xcb\xe9\x22\x93\x37\x3c\xc2\x3a\xaa\x04\x19\xd3\x55\xb1\xa1\x5e\x00\x57\xbd\x9b\xaa\x2f\x9b\xca\x16\x12\x22\xbf\xbf\x3c\x33\x34\xac\xdb\xd7\xf1\x17\x65\xb7\x8e\x26\xe8\x2c\x62\x93\x94\xf4\x19\x52\xd2\x9d\x8a\x19\xfc\x74\x47\x62\x06\xbf\xdc\x3c\x88\x28\x1a\x06\xa7\xeb\x68\x18\x0d\x3b\xe1\xc4\xb0\xca\x0e\x83\x30\x02\xd9\xb9\x6c\x88\x2a\x5d\x45\x42\x0a\xe4\x68\x14\x83\x66\x3b\x23\x4a\x55\x76\x07\x74\x75\x55\x8d\xc9\xec\x50\x97\x4e\x6c\xf7\xb6\x63\xd8\xdc\xa8\x8d\x70\x0f\xeb\x30\x48\x15\x92\xe0\x75\x18\xa4\x6a\xda\x94\x94\x9c\xdf\x95\xd5\x4d\x06\x81\x7e\xa9\x0d\x8f\x8c\xfa\xa5\xe9\x33\x24\x65\x14\x52\x3f\x3a\x80\x76\x04\x4d\x09\x24\x03\xe1\xd3\x00\xf4\x11\xf4\xa5\x2f\x48\xa2\x06\x50\x0d\x84\x62\x83\x71\x1b\x52\x1e\x7d\xcf\x3a\x06\xb6\xc3\xd3\x1f\xde\xc7\x7e\x0f\x32\xce\x96\x30\x35\x8d\xbe\x35\x35\xad\xf6\x8d\xa9\x69\xc0\x81\x4e\xd2\xed\x88\xb8\x21\xc5\xf6\x1a\xd2\x77\xb4\x84\xbd\x14\xc4\xfa\x3a\x26\x52\x9c\x02\x7c\xc6\x92\x77\x9f\x1a\xa7\x6a\x79\x34\x67\x00\xeb\x9f\x41\x0d\x80\x9d\x98\x39\x16\x80\xfd\x97\x61\xdc\x1a\x5f\x77\xb1\x3f\x16\xe6\x59\x2e\xfd\x32\xfe\x2f\xf0\xad\xfa\xbf\xff\xeb\xc9\xa9\x59\xa2\x4a\xc0\x5b\x8b\xef\xd6\xbd\x78\xa6\x33\xd2\x84\x17\xd7\x71\x79\xdd\x03\x10\x69\xc2\x8b\xb3\x77\x9a\xb6\x9c\xbe\x4e\x6f\x7e\xcb\x40\x7c\x89\xc8\x4e\x72\xa7\xbb\xa2\x4a\x0c\x44\x88\x64\x06\x2f\xae\x3a\xf2\x82\x1a\xd8\xe5\xd4\xed\xc9\x46\x1f\x7f\x00\xf5\x49\xdc\xd7\x42\x0f\x17\x71\x5f\x2b\x15\x4c\xf5\x2d\x44\x17\x57\x78\x61\x64\x97\x57\x38\x0d\x99\xf6\xbb\x30\x13\x44\x8e\x8a\x1d\x0a\x59\x44\x68\x88\x75\x98\xea\x5b\x88\x2e\x1d\x7b\x9c\xd2\x8b\xfc\xcf\x0e\xe1\xe2\x2a\x8d\x0a\x2f\xcf\x34\x74\xe3\x61\xe9\x2e\xbc\x51\x79\xba\x45\x20\x82\x6a\x20\xcb\x9b\x3c\xcf\x42\x7a\xe3\x68\x35\x59\xcc\x9b\x84\xd4\xd3\x0a\xdc\xe7\xae\xd3\x4d\x36\xe7\x69\xa3\x98\xab\xb8\x53\x37\xc8\xbb\xd0\xa6\xa9\xb9\x85\x7a\x7b\x6f\x33\xe2\x8f\x20\x19\xa4\x5e\x59\xc7\x9e\x3c\xd3\xce\xe6\x7a\xf6\x6a\xdc\x5c\xcf\x5e\xb7\xdb\xeb\xd9\xf2\x5c\xc9\x09\x18\xa0\x5f\x86\x6b\xf6\x70\x25\xff\x99\xd0\x6d\x1d\x10\x37\xc4\x42\x5e\x07\xc4\x0d\xf9\xe6\xd7\x41\xa6\xee\xe1\x65\xf1\x40\x70\x24\x06\x84\xaa\xe7\x88\x32\x68\xf3\xdc\xe5\xc4\xe3\x24\x95\xc6\x3a\x88\xbb\x79\x04\x50\x68\xf0\xdc\xc0\x1f\x41\x33\x8b\x80\xbf\x12\x58\xf4\xfb\x7a\xc3\xf9\xcc\x65\xd4\x69\xf3\x23\x5c\x56\xdc\xc4\xb8\xd8\x25\x88\x98\x75\x7c\x84\xcb\x8a\xeb\x91\xbc\x8f\x41\x0f\xbc\x76\x6c\x65\xae\x47\x4f\xfc\xeb\xf5\xf8\x3d\x27\x04\x05\x5e\xd1\x09\x41\x81\xd7\x72\x3a\xbc\x2a\x2b\xcf\x85\xef\x9d\x67\x6f\x4a\x9f\x1b\xdf\x1b\xcf\x08\x37\x96\xe5\x07\xdf\x7d\x46\x67\xc7\xa9\x4e\x08\x13\x88\xc7\xb3\x92\x32\x82\x21\x0c\x5e\x9a\xf6\x8b\xfe\x8b\x13\x9b\x0e\x2e\x4d\x4e\x75\x4a\x08\x34\xc0\x1a\x29\x21\xd0\x60\xa7\xa5\x8f\x9e\x29\x04\x5c\x5d\x29\x71\x81\xb2\x95\x53\x42\x88\xc1\xae\x4b\x90\x30\x04\x41\x5d\x89\xe0\x9d\xf0\x25\x2b\x7d\xe4\x4c\xf5\xa8\xa4\x88\xdd\x39\x6c\x48\x6f\x15\xf6\x66\x52\x3d\x93\xa3\xbb\x10\x67\x00\x1f\x62\x84\xe2\x7c\x99\x73\x27\x3b\xa0\x88\xea\x69\xef\x46\xf5\xc4\x64\x7b\xa5\xac\x52\x4c\x18\x95\x30\x64\x07\x18\x61\x3d\x39\xac\xc9\xb4\x3b\xa8\x16\x57\xca\xa2\x7d\x9f\x35\x24\x9b\x56\x89\x9b\x09\x00\xb2\x0b\x6f\x97\x5e\x4c\x3e\xab\xa1\x99\x02\xe6\xcd\x24\x2c\x05\x95\x18\x18\x21\xa1\xad\xe9\x16\x32\xc0\xe7\xb4\x7a\xa8\x6e\xa0\x17\x93\xaa\x1b\xe7\x48\x0d\x8d\x04\x44\xc2\x42\x3c\xbb\x82\x61\xed\x2d\xbc\x45\xf9\x3b\x27\x38\x69\xed\x8d\x33\xd8\x4a\xd5\x68\xf9\x0e\x5e\x83\xce\x69\x03\x55\x36\xcb\x06\x50\xbe\x14\x6c\x6f\x56\x42\xf9\x32\xe3\x19\x01\x67\xb2\x86\xa8\x07\xb8\xaa\xac\x04\x0b\x54\x11\xce\x16\xcb\x80\x26\x0a\x23\x6f\xa0\x86\xec\xb3\x3a\x4b\x77\x04\xc9\xb0\xc9\x60\xb0\xd2\x47\xd3\x4c\xf2\xfe\xac\x44\x68\x24\x52\xeb\xac\x44\x68\x24\x02\xfb\xaf\x44\x68\xa4\xc3\xd1\x35\xe4\x9b\x60\xea\x84\x10\xa1\x27\x8f\x58\x03\x17\x80\xfe\x53\x88\x0d\x3c\x0f\x48\x0a\x46\x71\xd6\x49\xd5\x28\xbd\x9b\x48\xd5\x28\x3d\x9d\xba\x87\x92\x32\x1f\x51\xb3\xa4\xcb\x13\x1e\x80\x64\x46\x5f\x09\x13\x50\x09\xff\xd4\xc5\x18\x7f\xd9\xe2\xad\xd4\xa5\x67\x3d\x8e\xa4\x6e\x14\x61\x27\x5c\x05\x89\x31\xbc\x52\x3f\x79\x66\x06\x71\x15\x5c\x42\x05\x55\xd3\x89\xd6\xbf\xd2\x70\x53\xbb\x93\x24\x6b\x62\xf9\x21\x6b\x8a\x98\x03\xb2\xa6\xb8\x5f\x20\x6b\x3a\x39\xf7\x57\x82\xac\x29\xa2\x91\xe1\xf1\xb4\x25\x55\xbe\xee\x43\x23\x6d\xc6\xc6\x1f\xda\x31\xb9\x36\x53\x02\x4b\xd4\x43\x40\x4d\xac\x45\x57\x9a\xca\xec\x20\x20\xd3\xf4\x10\x31\x45\x13\xea\x6e\x5a\x5b\xd9\xe1\x62\x4e\x27\xb2\xc3\x78\xbe\x5d\x1c\x6b\x28\x80\x77\xb8\x53\xb7\x44\x47\x65\x04\x4d\x89\xce\xb4\x20\xef\x3c\xc2\x2b\x0e\x0e\xbd\x2f\xc9\x79\x11\x82\xc9\x68\x64\x0c\x92\x61\x32\xa5\xc9\x93\x61\x32\xa5\xaf\x93\xd9\x68\xa2\x0a\xfd\x07\x0a\x5b\xc8\xe3\xc4\x47\x26\xa3\x91\x99\x48\x26\xa3\x89\x15\x32\x19\x4d\x60\x46\x93\xd1\xc8\x05\xa4\x13\x43\x5d\x0f\xde\xa9\x16\xce\x51\x9e\x6a\xde\x9c\x98\x33\x30\x0d\x50\x86\x31\x4d\xf7\x45\x2d\xa2\x93\x1c\x26\x33\xc9\x06\x14\xca\x01\xfe\xa9\x3f\x8a\x93\x79\xc5\xc9\xa7\xfe\x85\x9f\x87\x98\xea\xc2\xd6\xdf\xfd\x65\x3a\x9a\xe9\x88\xa1\x6f\x46\xa0\x17\x23\x05\x4c\x87\x7c\x69\xf9\x2f\x94\x44\x0a\x18\xee\xbc\x7f\xa4\x8f\x2f\xda\xd3\x8b\x1b\xaf\x50\x18\xd9\xf2\xe3\x0b\xc5\x0c\x15\xe0\x61\xbe\xd5\x24\x51\x43\x71\x50\x15\x4f\xdf\xaa\x95\xc4\x2f\xff\xe8\x22\x06\xfc\xd1\x45\x2d\x16\x5c\xe9\x90\xc7\xc6\x70\x4b\xee\xdc\xdb\xe3\x64\x77\x68\xd4\xa2\x0c\x10\xc6\x77\x64\x1e\xd1\x0e\x8c\xb2\x53\x75\x63\x7b\x0a\x8d\x9b\x4c\x35\x23\x1a\x09\xe1\x0f\xd0\x19\xbb\xc0\xe9\xd8\x38\xc4\xbb\x9a\xd0\x57\x64\x18\x58\xc9\x90\x97\x48\x7f\x56\xda\x08\x46\xa0\x53\xd2\x46\x30\x02\x95\x9e\x36\x16\xd8\x22\xb0\x7d\x52\xd9\x0e\xc4\xa2\x3e\x8b\x45\x6d\xc7\xac\xfe\xc8\x15\xd2\x83\xa0\x03\xd6\x3d\x11\xc9\xe0\x80\x58\x4a\x24\xe4\x26\xdb\xc0\x4a\x91\x23\x51\x8c\xf3\x28\x63\x00\xec\x07\x34\x2a\x3e\x26\xc2\x39\x3e\x25\x2b\x91\x9d\xfb\x40\x96\x90\xd0\xcf\x90\xb6\x63\x25\x29\xaa\xe8\x18\xcd\x50\xe3\x19\x95\x4c\xf9\x33\xee\xd4\x4a\x64\xdf\x26\x53\xd9\x4a\x92\x5b\xd5\x06\x10\x82\xb8\x99\x89\x75\x60\x4a\xec\x95\xd0\xd7\x14\x6f\xc1\x17\x08\xab\xdf\xa1\xf9\x60\xb0\x12\x34\x59\x53\x5e\x93\x3e\xda\x6b\x05\xe8\xaf\x31\xf0\xdc\x8b\x68\x69\x84\x3d\x4b\x7c\x31\x51\x59\xe2\x2b\xf9\x1d\x3c\x0f\x76\xcc\x12\x5f\xdc\x99\x99\x80\xe9\x58\x07\xaf\x2c\xf1\x55\x2c\xdf\xf9\x5e\x79\xc6\x1c\x9a\xfb\x2f\x87\x04\xa9\xd9\x10\xd4\xd7\xb0\xd0\x49\xa3\x85\xe7\x9b\xe7\xc5\x33\x56\x52\xec\xfa\x7c\xc8\xc2\x0c\x7b\x00\x6a\x26\x26\x23\x5a\xaa\x50\x3a\x39\x21\x5d\xe1\x64\xe4\x24\xd4\x89\xe7\x90\xae\xd0\x03\xb4\xd8\x51\x7c\x86\x36\x2c\x16\x9a\x46\x74\x63\xfc\x09\xea\xb6\xf8\x2c\x78\x80\x91\x00\x2f\xdb\x33\x44\x2c\xc7\x38\x43\x56\xe9\x4a\xbf\x32\x02\x22\x14\xc2\x2b\x67\x27\x09\x90\x32\x93\xc4\x19\xcb\x19\x28\x38\x57\x39\x03\x05\xdb\x3b\x43\x52\x85\xd4\x29\x6b\xf5\x52\x9c\x25\x83\x24\x60\xfa\xb0\xb2\xa1\xd2\x95\xc0\xe5\x0c\x95\x0a\x6e\xcb\xe4\xe8\x96\x8b\xcb\x1f\x19\xb5\x90\x45\xae\x4c\x8e\x6e\x14\xf4\x2b\x93\xa3\xdb\xf3\x9a\x89\x9e\xb0\xec\x0e\x9d\x4d\x43\x84\xbd\x32\x49\xba\x51\xae\xae\x5c\x24\x59\x2d\x34\x79\x06\xf0\x02\x32\x71\x70\x24\xe9\x96\x7e\xcb\x28\x6c\x3a\xd6\x3e\x2b\x93\x99\x7b\xb9\x58\x0a\xa1\xdc\x62\x05\x91\x8f\x53\x5c\x11\xf9\xb8\xea\x55\xc1\x89\x83\xae\xe2\x37\xc7\x56\x91\xdf\x38\xf9\x55\xf0\x00\xf5\x23\xc4\x96\x9c\x68\xae\x82\xc4\xd8\x74\xa7\x59\x7e\xbf\xf8\x6e\xf9\x9b\x79\xb1\x37\xa0\x73\x73\x93\x80\x1b\x31\xeb\xca\x15\x6a\x9f\x6b\x21\x93\x8c\x1b\x51\xec\xca\xca\x9c\xdc\xdc\xca\x9c\x38\x48\xf9\xa3\xcf\x16\xb2\xde\x95\x49\xb7\xad\x98\x35\xa3\xda\x69\x38\x00\xaf\x4c\xba\x6d\x99\xc0\xdc\x9c\x53\x00\x6d\xb1\xe8\xbe\x40\xe4\xb8\x27\x9b\x50\xfb\x8c\xaa\x0e\x0b\x86\x95\x49\xab\x2d\x01\x91\x09\x94\xae\xf1\xc8\xca\x10\x6b\x18\x7a\xae\xdc\x5d\x7f\xba\xeb\x5a\x4b\xbb\x5b\xbb\xc0\x5a\xc1\x0d\x00\x7c\x3a\xec\x70\xc9\x66\x1d\x76\xa6\xe5\x31\x27\x5c\x7e\xbf\x84\xd5\x17\x6c\x05\x57\xfd\x0b\xc5\xe5\x0e\x53\xb5\xec\xc5\xf4\xec\x8e\xaa\x3b\xcf\x0c\x64\x38\xcf\x7c\x1f\xec\x57\x68\x8f\x3c\xb4\xc3\xe3\x52\xc9\xc6\x73\x52\xc8\x91\x83\x40\x03\x96\x20\xd0\xdc\xb1\x41\xa0\xb9\xf6\xe3\x23\xa4\xbc\x0b\x33\x72\xa7\xe2\xf6\x1d\x1e\x22\x17\x0d\xc1\xd3\x51\x5c\x10\x23\x40\xc9\x98\xe5\x8f\xa4\xab\x4a\x52\xb2\x9e\x7a\xf2\x09\x19\x8b\xe7\x43\x5a\x31\x1b\xed\x41\x18\xa1\xf5\x1a\xf6\x1d\x2b\x4f\x28\x4d\x17\x1d\x99\xd4\x21\x9f\x90\x89\x08\x75\x04\x2c\x98\xc0\x1c\xff\x7a\xc1\xdd\x20\xb0\x86\x34\xa1\x62\xa0\x6c\x5c\x08\xe5\xc4\x19\xa2\xf0\x88\x81\x4d\x79\x41\x77\xec\x74\x30\xae\xb0\x91\x34\x93\x4d\x13\xfc\xa1\x78\x1a\x71\x1d\xf2\xce\xcf\x26\xe6\x56\xbe\x99\xb1\x7c\x39\xa4\x94\xf3\x47\x2d\xd6\x00\xd9\xbc\xdc\x32\xa9\x99\xe0\x0f\x01\x97\xc1\x1f\xfe\xb5\x15\x93\xcf\xc0\x34\xbc\x96\xf2\xca\xcb\xd9\x07\x46\xc3\x4a\x15\x0f\xbd\x86\xd7\x8a\x60\xb3\x86\xd7\x31\x65\x67\x4c\x32\x8d\x19\x49\x4a\x26\x37\x9f\xc1\xa3\x32\x96\x53\xc3\x4d\xf7\xee\xe9\x86\xf1\x14\x9c\x31\xcd\x74\x7a\x0a\xb3\x3f\x02\x66\xeb\x07\xcc\x0c\x20\xe2\x43\xb8\x2b\x4f\x60\x76\x93\x18\x63\x53\x69\x48\xbe\xd4\xd8\x89\x8f\x88\x0f\x11\x67\xfe\x92\xec\xf7\x3b\x40\x06\xd2\x82\xa6\x3c\x02\x7b\x98\x88\x5b\x71\x63\xbe\x60\x08\xec\x1d\x92\xb2\xc6\x3d\x79\x79\x05\x54\x7b\x94\x23\xb0\x13\xac\x09\xdc\xed\x97\x49\xec\x60\x08\x32\xc1\xa7\x66\x11\xb1\x46\xb0\x08\x61\xb9\x61\xab\x5d\x16\x73\x6f\x4b\xc3\xe7\x1b\x13\x02\x27\xdf\xf8\x10\x81\x11\x89\x0f\x11\x27\x92\xf8\x10\x87\x9c\x58\xc6\xa0\xe7\x08\xac\x8e\x52\xf1\x90\x2f\xcb\xb7\x52\x5e\x11\x8d\x29\xb6\x65\x08\xb2\x29\xb6\x03\xe5\x99\x62\x5b\x42\x34\xeb\x5b\xa4\xdc\x36\xef\x00\x99\x06\x8c\x24\x11\x78\x7b\x3b\xc7\x80\x6c\x24\x89\xc0\x5b\xdb\x5b\xc2\x3b\x5d\x17\xa4\xb8\xa1\xf4\x3a\x92\x87\xc9\xc6\x95\x90\xbb\xc9\xe1\x82\xe4\x04\xe2\x75\xd4\x8b\x1b\x46\x4f\x23\x39\xa2\xbc\x85\xd3\x03\xb7\x03\x4e\xfa\x21\x7e\xc4\x11\x97\xd6\x13\x70\x02\xf4\x23\xb9\xf1\x67\xb8\xf9\x95\x75\x4b\xb2\x5b\xe9\x51\x35\x72\xf9\x71\x15\xdc\xb4\xfa\x25\xc5\x35\xf0\xc4\x32\xf8\xe2\x32\x88\x81\xf4\x4b\x72\xde\x1e\xb1\xb4\x04\x19\x71\xb6\xfe\xad\xef\x63\xe0\x5a\xa9\xaa\x27\xf0\x84\x03\x8a\xd1\x31\xa0\xf7\x60\xae\xa9\xf2\x3a\xb8\x78\xc9\xe2\x26\xea\x43\x95\x36\x42\xe2\xae\xfc\x6a\xd8\x01\xdf\x90\x09\x3e\xb1\xa4\x43\x74\x52\x0a\xba\x2c\x64\x85\x12\x6c\x11\x7d\x42\x98\x8d\x3e\xe1\x09\x7e\xb5\x79\x2a\xfe\xd0\x2e\x45\xf8\x23\x16\x05\xb7\x5d\x39\x34\xac\x5d\xbe\x68\x58\x0b\x81\x54\x0e\xad\x54\xb8\x9c\x4b\x78\x30\xc1\xa1\x97\x03\xb1\xd1\xf4\x59\x1d\x41\xb7\x14\x37\x8b\x5a\xae\x62\x98\x0a\xaf\x99\x72\x38\x00\x0e\x5e\x39\x02\x66\x8b\xe9\xe1\xb3\x2c\x26\x5f\x3e\x84\x46\xa0\x87\x75\x04\x1a\xd5\x5d\xc1\xf8\x5b\x3d\x61\x31\xfc\x44\x45\x83\x56\x0c\x3f\x21\xb5\x5c\x22\xfc\x84\x70\x62\x79\xa4\x3c\xb3\x18\x7d\x02\x5b\xbc\x55\x12\x06\xc0\xd3\x76\x31\x4c\x8e\xef\xe8\x5d\x04\x2b\x09\x30\xec\x72\x49\x01\xa3\xa5\x84\xb1\xd9\x47\xc0\x08\x5c\x19\x18\xa7\xcf\xd8\x4e\x3b\xf8\xac\x4c\x81\xda\xc6\x25\x95\xf7\x2c\x39\xc0\xb5\x54\xe0\x39\x8b\x61\xc4\xc1\xe2\x15\xe3\x92\xaa\x17\x2d\x84\x9b\x50\x78\x59\x8c\x51\x4a\xfe\xb6\x55\xb2\x5b\x64\xfa\x07\x43\xa0\x78\xd6\x0c\xd1\x45\xcd\x31\x12\x5f\x88\x56\xb2\xac\x8e\xe5\x92\x4d\x69\xb9\x24\x17\x5f\x08\x3d\xd1\x48\x49\xba\x8a\x96\x4b\x6e\xa3\xb0\x5c\x72\xb8\x61\xb9\xc4\x3e\x2c\x05\xe0\xed\x30\xac\xc0\xbb\x6d\x05\xc0\x0c\xd1\x88\xa5\x0a\xaf\x0a\x72\x45\x13\xeb\xad\x02\x31\x3b\x64\x98\x4a\xf5\xe8\x80\x8c\x4b\x0d\x24\x61\x1d\x4c\x23\x08\xfa\xb2\x8a\x89\x0e\x63\xc8\x66\xee\xae\x88\x9a\x8b\xb6\xdf\xa2\xb6\x42\x50\x89\xa6\xac\xa7\x54\xa5\x38\x20\x8f\xa2\xf5\x37\xe7\xb0\x68\xfd\xed\x00\xb4\xfe\xf6\x2e\x2a\x98\x2f\x29\xfa\x2d\x1a\x7f\x13\x11\x66\x15\xfd\xc8\x09\x1b\xb8\x8a\x71\x4d\xf1\xde\x5f\x05\x93\x25\xc9\xb0\x62\xae\x6e\xdc\xfd\x57\x31\x57\xb7\x98\xbd\x98\xab\x5b\x02\xb6\x98\xab\x5b\x24\x59\x9a\x40\xfe\xcd\x11\x97\xe6\x08\x00\xb4\x39\x02\xdb\x8e\x11\x30\xb4\x26\xd4\x9e\xea\x20\x82\xe1\x7d\x8b\x89\xbc\xc5\xc6\xc5\x44\xde\x44\x54\x5b\x05\x32\x78\xa8\xb6\x28\x26\x5d\x94\x69\x2b\x26\x5d\x14\xe3\x96\x8e\x35\x98\xfb\x81\x28\xa7\x33\x1d\xd6\x77\x70\xd5\x3f\xd3\xbb\x99\x99\xc2\x1c\x3c\xe4\x78\xa5\x2b\x47\xcb\xbe\xe8\xd2\xea\xd1\xc0\x36\x5c\x29\x62\xe9\xca\xd1\x3c\x26\xdd\x34\x22\x42\x46\x00\x0a\x89\x99\x32\x02\x7e\xaa\x98\xee\x3b\x10\xde\x90\xcc\x74\x9a\x06\x20\x83\x63\x8b\x7a\x5a\x2f\x8c\x32\x62\x3d\xe8\x05\xfb\xef\xda\xec\x5f\x4d\xad\x2c\x58\x31\xf5\xb7\x3a\x96\xa2\xaa\x16\x43\x9f\x55\x4c\xfd\xed\x5d\x5f\xa0\x99\x1b\x51\x93\x56\x31\x0f\xb8\x67\x08\xc1\x67\x96\x4e\x2a\x90\xc9\x41\xa9\x14\x6c\xc3\xd5\x45\x14\xd3\x80\x4b\x44\x94\xa9\x85\xac\xbd\xa0\xbb\x1d\x87\x90\x41\x27\x37\x72\x72\xac\x62\x78\xf9\xc3\x83\xae\xa9\xb8\x34\x77\x99\x9a\xe0\x7b\xa0\xb0\x15\xaf\x2e\xe6\xd4\x81\x20\xfa\xdf\x56\x61\x6a\xa0\x8c\x73\x4c\xb3\xe2\x52\x69\x9d\x82\xb5\x78\x53\x61\x53\x50\xf9\x66\x89\xdb\xb2\xf4\x20\x70\xd2\x49\xfe\x1d\x57\x09\x74\x72\x96\xcc\x2e\xc4\xb9\xa8\xee\x8c\x85\xba\x59\x44\xb3\x50\x37\xbb\x31\x75\xb6\x97\xb0\x2e\x4b\x80\x01\x7e\x69\x59\x28\xf2\x36\x60\xda\x70\x29\xf4\xb5\x97\x98\x2e\x2b\xa0\x67\x2a\x90\xb6\x66\x29\xe3\xa2\x41\x9d\xd2\x98\x12\xd2\x56\x08\xb2\x72\x12\xf1\xd4\xb3\x0d\xfd\x9c\xa5\x7f\x0b\xf4\x73\x96\x7d\x28\x8a\x5e\xbb\xd3\x07\xfd\x9c\x25\x0b\x4a\xc8\x61\x21\x94\x8a\x72\x58\xe9\xfc\x02\x01\x9d\xbb\xbb\x5c\x39\xac\x2c\x53\x21\x30\xab\x76\x02\xe5\x8c\xab\x9c\x71\x22\x93\xad\x9e\x18\xe3\xb2\x4a\x02\x16\x13\x86\x23\x99\x2b\x57\x4c\x3e\xb0\xe0\xde\x98\xe5\x3f\x0a\x69\x8c\x30\x1d\x5d\xe5\x0a\xf0\xe9\x44\x69\xad\xfc\x43\xb9\x02\x62\xff\x70\x48\x9b\x6b\x04\x35\x3d\x8a\x63\x51\x42\xdb\x1c\xe5\x25\x77\xed\x91\x33\x8a\x7d\xe0\x59\xf3\x80\x77\xe1\x0f\x13\x77\xf1\xec\x5d\xb0\x0b\x04\x4c\x33\x7f\x77\x4f\xd9\x1d\x28\xc3\x97\x61\x15\x8b\x11\x98\xd4\x49\xd2\x0e\xbe\x8b\x28\x21\x9b\xeb\xff\x0f\x56\xba\x40\x53\xe7\xee\xa6\x25\x2d\x78\x8f\x8e\x1e\xdb\xf3\x87\xaa\x2e\x51\xc0\x76\x08\xf0\x1d\x65\x2b\xf0\x66\x38\x46\x9d\xed\xee\x66\x48\xea\xde\x3d\x27\x3b\xc6\xc3\x40\xb7\x9b\x43\x14\xb4\x49\x12\xed\x7c\x6e\x92\x44\x47\x0d\x87\x46\xef\x3b\x76\x86\x9d\x38\x4e\x48\xf5\x02\xa5\xdd\xb0\x2f\x5f\xc5\x1c\xe1\xdd\xdb\x61\x13\xc2\xda\xa5\x81\xb6\xae\x5a\xb9\x94\x47\x80\x69\xf8\xc9\x74\x42\x6d\x33\x12\x75\x2f\xaa\x87\x20\xd5\x62\x1f\x73\x10\x75\xf1\x9a\x39\x88\xba\xe7\xf2\x01\x46\x37\xd6\x13\xf3\xc8\xdc\x3d\x31\x77\xc0\x88\xeb\x7e\x5f\x92\x45\xaf\x37\xb8\x77\x3b\xde\xfa\xa1\x93\x29\xa4\x17\x9a\x33\x5e\x54\x17\xc4\x8b\x71\x5f\x04\x33\x02\xd3\xba\x35\xcd\x03\x2e\xd7\x51\xde\x98\x25\x8b\x69\xdc\xeb\x30\xdf\x08\xfc\x6c\x6b\xb7\xad\x09\x1b\xce\x2e\x1e\xe0\xc8\x04\x2e\xfe\x35\x29\x91\x44\x7a\x8d\x4c\xe0\xd0\x98\xf5\x90\xec\x19\xfe\xc1\x51\x9e\x43\x53\xf1\x7c\x6c\xe2\xd2\x7a\x04\xcc\x83\x97\x80\xb9\xf0\x32\x5d\x0c\x8b\x69\x90\xcc\xf6\xa9\xe6\x21\x92\x6f\xab\xe6\x21\xd2\xce\xa8\x1e\x01\x73\xe5\x45\x23\x1b\xae\xc6\x7a\x08\xf4\xf2\x8f\xe9\xcb\x21\x4f\x6a\x12\x68\x6e\xfa\x8a\x57\x64\x96\x71\xab\x29\x82\x23\xfb\x12\xda\x59\x5a\x4b\xfa\x1a\x71\xb7\xd6\xe4\x1a\x08\x68\xa4\x35\x5a\xbe\x60\x3c\xac\xbc\xbe\x42\x33\x6b\x96\x51\x23\xab\x11\x57\x68\x4d\x3a\xa3\x24\xa1\x11\x6d\x81\x37\x6b\x0e\xd0\xa8\x0f\xa9\xab\x2f\xf8\xaa\x90\xba\x95\xfc\xf7\xab\x66\x9d\x69\x96\x7f\x86\xb3\xeb\x8b\xeb\x0e\x7a\xa9\x91\x98\xc8\xd9\x8d\x3c\xdf\xcb\x3f\x68\x64\x5c\x36\xf3\x12\x1d\xd1\x58\x40\x63\x95\x07\x35\x13\x23\xcb\xc6\x63\x72\x0d\x4d\x4b\x74\x38\x66\x13\x80\x27\x17\xa7\xe0\x9f\xc5\xee\xac\x85\x2d\xe0\x34\x17\xdc\xb3\x04\xcb\x6c\xdf\x84\x1c\x5b\xd5\xac\x44\xd2\xaa\x95\x48\xfd\xc3\xf5\x2b\x01\xbc\xd5\x55\x78\x59\x48\xb3\x6f\x81\x2f\xb1\xfe\x76\xa8\x41\xba\x4b\x5e\x14\xa1\x38\x61\xa6\x28\x3a\x84\xcb\x3c\xe0\xc9\x3a\x55\x42\x2d\xf9\x52\x7c\xf9\x93\x70\xac\x98\xf4\xe3\xc9\xba\xaa\xa1\x98\xb0\xef\x5f\x55\x35\x3e\x06\xfe\xab\x86\x1a\xbf\xdb\xb8\xf9\x9f\xa2\xce\x56\xba\x68\x1d\xe3\x75\xb9\xd0\x2d\xec\xe5\x19\x77\x93\x72\xa9\xbe\x18\xf2\x89\x63\x58\xa1\x7e\x4b\x71\x76\x9b\x24\x3a\x58\xa9\x36\xc9\x40\x17\x47\x1b\xfd\xe2\x1a\x6a\xa3\xaf\xe6\xbd\x12\xbd\x3f\x8e\xb1\xa6\xf8\x5a\x89\x55\x5c\x17\xe3\xac\xe1\xba\x28\x46\xa8\x91\x88\x88\xfb\xa9\x76\x69\xa5\x62\x75\xbc\xc4\x8a\xcd\x9a\xa4\x69\xf8\x02\x81\xa1\xce\xb8\x1a\x86\x5f\xae\xa8\x1a\x86\xbf\x55\x1b\x33\xd2\x35\x62\xfc\x3a\x0c\x63\xce\x20\x8d\xc9\x4f\xce\xb3\x55\x71\x5d\xc4\x83\x76\x55\x63\xf2\x4b\xb7\x55\x63\xf2\x13\x35\x6e\xd5\xa1\xcb\x9b\x43\x31\x40\x7f\xf3\xd8\x13\x54\x4d\x03\xc3\x6a\x50\xb5\xe6\x39\x83\x3c\x0d\x75\x56\x1d\x9e\x4d\x67\x0f\xff\xc4\x15\x6d\x61\xb4\xe7\x16\x34\x74\x9a\xf7\x5c\x85\xd4\x2c\xde\x60\x55\xea\x52\x8b\x9d\x0a\xe1\x34\x49\x8c\xb6\x2a\xf2\x45\x43\x3a\xad\xaa\x11\x7e\x75\x92\x23\x5c\x81\x07\x70\x6b\x1f\x6f\xb1\x37\xbc\x00\xbe\xf9\x6b\xff\x8e\xe6\x07\x41\x63\x67\x4d\xef\xba\xa6\x5b\x26\xcb\xda\x18\x99\xc9\xc7\x57\x1b\xd8\x60\x34\x0b\x61\x2e\xc5\x25\xd6\x86\xe2\x32\x08\xaa\x36\xd4\x65\x57\x6b\xbc\x56\xa7\x0a\xa4\xb6\xc2\xff\x36\xb1\x7f\x67\xc2\xda\xc4\xa4\xbb\xf8\x5d\x3f\x0a\xd0\x4a\x9b\x18\x89\x60\xa9\xd2\xa6\x1a\xcd\xc6\xb3\x1a\x4d\xbf\xe3\xd3\xc5\x92\x34\xa2\x71\x1c\xd0\x32\x8d\x68\x1c\x47\xb1\x3c\x1a\x2f\x87\x3d\x51\x06\xdb\x31\x51\x3a\x0e\x36\x5a\x5b\xe8\xe0\x58\x9b\xb6\x30\xdb\x62\x93\xb7\x85\x52\x8c\x43\xd2\x16\x81\x94\xd8\x18\x6d\x29\x42\x4a\x56\x16\x67\x72\xbd\xb5\x85\xa6\x89\xf5\x6b\xcb\xe0\x7e\xc9\xea\x17\x6a\x14\x9b\x45\x97\x93\xec\x0e\xfd\x4d\x94\x79\x79\xa6\x32\xb4\x71\x25\xfa\xf9\x6a\xa7\x02\x70\xa6\xf8\xd4\x51\xae\xfa\x82\x34\x3c\x5b\x03\x4b\x11\x27\x86\xa8\xc3\xea\x0e\xdb\x19\x08\x9e\x29\x3e\x03\x58\xe0\x38\xa5\x2c\xd9\x39\x4d\xf9\xb1\x2c\x70\x3b\x5d\xd4\x62\xef\x1b\xb1\x9a\x0d\x2b\x5a\x74\x80\x97\xd2\x44\x08\x90\xf6\x11\xc0\x55\x85\x53\x83\xfe\x5d\x78\x1d\xac\x66\xb6\xce\x8f\x98\xfd\x03\x11\x36\x53\x79\x12\xfd\x7d\xb5\x2b\xb8\x56\xc6\x89\x10\x59\x7b\xbb\x76\x85\xf8\xca\x97\x6d\x15\xbb\x0d\x99\x9b\x55\x5e\xff\x00\xdc\x2d\x73\x0d\x71\xdf\xee\x60\xa1\x69\xc0\xf4\x9b\xcb\x93\x60\xfa\x4d\x70\x7e\xbb\xa3\x7f\x5f\x10\xfb\x2c\xdb\x0a\x89\x00\xeb\x7d\x2b\xd0\x71\x72\xb5\x2f\x00\x91\xb4\x1d\xfc\x00\xb0\x6c\xf8\x2f\x70\x52\xdb\xf8\x9c\x7b\x8e\x20\x4b\x89\x09\xb2\xda\x77\x58\x1b\x51\xb5\x57\x93\xc6\x54\x04\xdd\xcc\x7b\xa9\xd4\xbb\x3d\x11\xbb\x9f\x66\x21\x32\xb5\xe7\x6c\x8f\x97\x25\x7d\x3f\xda\xe0\xba\x62\xb8\x74\x96\xe4\x3c\x20\xaf\x2d\xc9\x19\x7e\xe2\x78\x53\x4c\xc2\x50\xab\x81\x9e\xd4\x85\x2e\x9e\x0d\x26\x14\x2f\xcf\xff\xfe\xaf\xe3\x71\xb2\xfa\x47\x5f\xe8\xbe\xb5\xba\x16\x7a\xcc\x55\xcf\x99\xef\x8d\xe7\xc2\xb3\xe5\xb5\x42\xee\x3c\x13\xb6\x6e\x5a\x06\x62\x22\x59\x46\x8b\x0e\xfa\xfa\x70\x54\xf7\x82\xe9\x66\x35\x4c\xd6\xc5\x22\x99\x03\xdd\x8b\x16\xc9\xf4\x1b\xb4\x03\xe5\x4d\x69\xc8\x2e\xef\xe1\xa6\xc0\xb2\x74\xe4\x61\x5d\xf6\xbd\x7f\x64\x41\x1f\x10\x58\xfd\xa3\x0a\xfa\x70\x04\x50\x05\x8a\x9e\xfb\x47\x14\xf4\x01\x0d\xd3\x0b\x2e\x46\xd5\xef\x84\x1b\x00\xb5\x76\xa5\x67\x10\x04\x1d\xe1\x59\xd7\x98\xa4\x9b\xa8\x90\xfd\xd4\x2b\x26\xc9\xec\xc0\xae\xe8\x8c\xed\xd4\xb9\xf1\x4d\x20\xb7\x7a\x25\xdf\x5e\x54\xc0\xdc\x78\x59\x01\x73\x63\x7b\x6b\x78\xf1\x80\xf4\x7a\xc3\xe8\x55\x48\x1b\x56\x2c\x36\xda\xb0\x62\xb1\xcd\xf0\x1a\x60\xbb\xf7\x86\xb5\x8a\x50\x7c\x97\x7b\x6e\x0e\xa7\x61\x0e\x9c\x2d\x83\x85\x8a\x43\xfe\xae\xf9\x8c\x07\xf8\xea\x0d\xd3\x60\xf8\xa3\xde\x31\x07\x76\xea\x3a\xae\x44\x4e\x1d\x12\xa5\xa9\xc2\xbf\x63\xfa\x26\x7b\xdf\x3b\xde\x37\xcd\xca\xf7\xf7\x1d\xb4\xd1\x3b\x2e\xca\x08\x04\x7b\xc7\xb4\x17\x0a\xa7\x13\x31\x5f\x6d\x62\x1f\x18\xa5\x34\x9f\x41\xcf\xce\xd0\xd0\x4a\x86\xba\x03\x47\x9c\x62\x5d\x6c\x50\x60\x92\xfa\xc0\xbc\x58\xa0\xb9\x8f\x6b\x3b\x7c\xc1\x1a\xa6\x59\x08\xa3\x0d\xa7\x6b\x3c\xdc\x0b\x74\x36\xb9\x23\x9c\x89\xe9\xc2\x72\xd2\x3b\x8a\xd3\xc3\xa9\x9b\x5c\x0c\xae\xd3\xd4\x36\xe3\xaf\xc8\xa5\xab\x1b\x47\xca\xcd\x1d\xb7\x98\x3d\x0a\x89\x3d\x7a\x73\xd9\x21\xdc\xbd\xda\xf6\x4e\x50\x29\xed\xbb\x3b\x57\x51\x6d\x20\x84\xfe\x5d\x45\x4b\xa3\xee\x1e\x37\x11\x2d\x11\x54\x4a\xfb\x8c\xbe\x50\x2c\x3b\x69\xaa\x36\xa3\x51\xd5\x2a\xdc\x25\x3d\xb4\x99\x5c\x20\x5d\x6d\xa6\xc2\xbc\x8e\x34\xa6\xe2\xae\xbf\xba\xda\x4c\xc5\xae\x1d\x69\xcc\x48\x51\x6c\x89\x7d\x69\x1a\xcf\x7f\xe5\x97\xdd\x7c\xd1\xcb\xd3\x68\xca\x1b\x5d\xa9\xba\x59\xa1\x97\x18\x08\x0b\x37\xa5\x21\xdd\xf8\x50\xea\x8f\x3b\xe6\x6e\x24\x31\x58\xfd\x82\xab\xb7\xbc\x08\x9a\xee\xd0\x45\xf6\xa8\xeb\x1e\x67\xb4\x97\x7b\x9c\xd9\x51\x74\xa2\x9b\x58\x37\x28\x94\x0d\x11\x9f\x50\xd2\xa6\x1b\x9f\xd0\x46\x6f\x4c\x73\xdc\xe4\xb7\xab\xef\x77\x57\x9f\xb5\x20\x3e\xa1\x17\x53\xff\x6e\x8c\x75\x78\xd0\x08\x03\x25\x4d\xdb\x6f\xa7\xdc\xf2\xd8\x71\x14\xdb\x81\x0e\x70\x8c\xe8\x0c\x55\xd8\xf6\xd0\x19\x5a\x08\x01\x47\x22\xc4\xe7\xea\x5c\x24\xda\xac\xf7\xed\xc5\xe5\xf7\xe1\x74\xf9\x43\xd9\x97\x4b\xbf\xf1\x11\x76\xcb\x2b\xe0\x88\xe5\xde\xc4\xca\xf6\x10\x72\x0f\x29\xeb\xe8\x26\x63\x8e\x0d\xb2\x11\x83\x79\x82\xbd\x93\x24\x36\xfa\xa3\xf3\xb0\x63\xe5\x1e\xd2\xc5\xab\x3f\xc8\x9a\xa0\x73\xba\x37\x8f\xf4\x53\xe7\xe6\x51\x85\xd8\xb5\x50\x73\x7c\x84\x77\x92\x6e\xeb\x84\x6e\x6a\x0e\xef\xf5\x1c\xd2\x35\xa1\x9b\x0e\x57\xf4\xcd\x94\x61\x0c\x5c\x60\x75\xba\xb1\xde\xc6\x6c\x02\xc5\x47\xf8\x16\x8d\x59\xfa\x8b\x01\x0b\x02\xc3\xfe\x4e\xca\xf8\x1d\x0b\x1c\xcf\xf3\x7b\xf2\xdd\x8e\x59\x39\xd1\x1c\xf6\x68\xda\xea\x75\xa3\x3b\x39\xfe\x41\x70\x79\x75\xd7\xe3\x88\xb3\xb2\x78\x29\x7a\x91\x25\x5e\x2a\xf4\x51\xe7\x59\x5d\x13\x3b\x62\x1c\x2a\x47\x21\x81\xc7\xb1\x28\x65\xf5\xcb\xd5\xf6\xc7\x66\xb5\x1b\xcf\x0f\xcf\x99\xe7\x97\x67\x5a\x42\x18\x91\x1a\x94\xc2\x48\x89\x1f\x85\xe7\x6c\x4b\x34\x4b\xd8\x41\x7d\x11\x46\xea\x3c\x33\x0c\x03\xc1\x13\xe2\xf3\xc3\x21\xbe\xd8\xae\x78\x53\x70\x13\xca\x00\x36\xfc\x50\x31\xb7\x5a\xff\x0b\xdf\x8d\x84\xd4\x7d\x09\x80\x32\x54\xf6\xc8\xc8\x71\xea\x81\x33\x9b\x3f\xdd\xd1\x64\x85\xa8\x1c\x95\x91\x03\x07\xf8\x47\x72\x8a\xc6\x0c\x13\xef\x61\x19\x86\x89\x27\x56\xd8\x1a\x19\x39\x1f\x34\xc0\x50\x94\x41\x34\xb5\x35\xb2\x22\x2c\xce\xef\xc8\x24\xca\x82\xfe\x1e\x85\x10\xda\xe0\xd5\x01\x35\x51\x75\x8a\x19\x21\x89\xa0\x29\xf4\x6e\x61\x4e\x3e\x4a\xd0\x53\xfe\x11\x15\xbb\x11\x8a\x54\x8d\xd3\xac\xc8\x00\xa7\xff\x35\xa0\x16\x82\x9b\x19\x3a\xfd\x4b\x8f\x8c\x6a\x34\x6a\xba\x44\x7c\x10\xbc\xcd\x40\x42\xe0\xb6\x1d\x0a\x05\x64\x62\x86\x42\x01\x39\x97\x81\x6d\x7f\x6c\x3d\x6d\xfb\x9b\xd3\x4a\x3c\x80\xa5\x31\xcd\x30\xf3\xb1\xe2\xd7\xd1\xcc\xed\xc5\x89\x1b\x4d\x6a\x05\x50\x90\x0f\x4c\xe5\x5a\xa3\x79\x82\x98\x23\x64\x05\xb5\x09\x4b\xd3\x00\x28\x5b\x5d\x8b\x8a\xf8\xb3\x95\x46\xd3\x25\xb2\x02\x6d\x4b\x06\x3a\xaf\x2a\x75\x31\xf0\x3d\xd4\xb6\x6c\xe0\xce\xaf\x9b\xc3\xe8\x32\x88\x3e\xb3\x45\xa3\x0c\x23\x74\xbb\x7e\x94\x46\x3e\xb8\x41\x47\x87\x37\x45\x23\x3e\x30\xef\x3a\x5c\xe9\x1e\xc1\x60\xed\x8c\x8b\x9d\xeb\x65\x60\xb5\x75\xb8\x4f\x10\x0c\xcc\x64\x21\x4d\xb8\x5c\xf5\x81\xc5\x99\x83\x83\xbc\x90\x7f\x18\xc3\xe9\x00\x3a\x6d\xb6\x62\x5f\x0e\x0d\x9d\x60\x8e\x86\x46\x5b\xc5\xee\xc2\xf2\xd1\x2a\x71\xd1\xda\x87\x88\xc4\x05\xd0\x0e\x3f\x30\xc9\xf4\x0a\xe6\x26\x1a\x61\xb5\x65\x6b\x53\x83\x22\xb7\xbc\x26\xfa\xa4\xf8\x5e\x43\xb3\x2d\xfb\x47\x03\xd5\x89\x79\xbf\x86\x96\x5a\x22\xc1\x81\x06\xaa\x2a\x2f\x19\x33\x56\xcd\x96\x2f\xd6\xc3\xfa\x70\x7d\xc9\xef\x72\x7d\xd5\x1f\x2f\x3f\x68\xca\xe0\xcd\x2d\x5e\x86\x2f\x94\x42\x83\xa4\x03\xc6\xd0\x5c\xbf\xc5\x8b\x6a\x46\xee\x91\xb1\x34\x38\xf7\x2c\x2c\x49\x03\xe8\xbf\x11\xf6\xfa\xae\xe9\x92\x4e\xe8\x36\x10\x3b\x88\xe1\x7f\x6c\x72\xf8\xea\x8d\xd0\x20\x89\x17\x4e\xb1\x07\xf7\xca\xc0\x5e\x5f\xbb\x88\x11\x1a\x24\xe7\x55\x0d\x52\x1c\xbf\x13\x6e\xcc\x4e\x42\x67\xe4\x54\x86\x9a\xc8\x45\x32\x74\x51\x4c\xb8\xb1\x2f\x63\xc5\x08\xea\x50\x7b\xfe\x13\x19\x1a\x17\x33\x56\xf3\x12\xd1\xb8\x17\x2f\x99\x7b\xd1\xae\x74\x4f\x77\xc7\xa2\x39\xea\xfa\xb7\x8d\x2b\xf0\x1c\x30\xa8\x39\x22\xd0\xe2\x1a\x6a\x8e\x86\x98\xc6\x8c\x80\x2a\x2e\x07\x6a\xa4\xae\xcb\xe2\xb8\x8c\xbf\x24\xda\x83\x16\x9a\xe4\xf4\x5b\x03\x1e\xba\xb6\xe8\xf4\x15\x89\x01\xce\xad\x44\xc2\x7e\xb0\xf4\x9f\xce\xd5\x1d\x40\xb3\xa2\xe8\x97\xa6\x53\x0d\x3b\x1d\x5b\xeb\x0e\x4c\x45\x8f\x98\x65\x05\x8f\x38\x6e\x32\xc6\x0f\x7f\xe0\x7a\x34\x6d\xe9\xe6\x72\x07\x78\xcd\xb0\x62\x9d\x34\xc3\x8a\xa5\x0d\x33\x2c\x4f\xa6\x66\x58\x81\xa9\xd0\x13\xd5\x40\x81\x1f\x19\xd5\x94\x74\x0c\xa9\x28\xc5\x82\x63\xcb\xff\x77\x4b\xa9\x43\x14\x85\x05\x1d\x25\x3a\x0e\x3a\xca\xb1\xa8\x29\xd2\xb1\x69\x04\xdf\x0e\x64\x4f\x4c\x11\x2d\x3f\x21\xcb\xa6\xbe\x2c\xb9\x6e\xc1\xe3\x1f\x2d\x04\xcc\x28\x7e\xcc\xa5\xbe\x86\x91\x1b\x60\x05\xc6\x13\x2b\xc1\x8f\x37\xae\x76\x5a\x36\x32\xf3\x72\x91\xb1\x6d\x32\xe6\xd5\x1a\x2f\xee\xa7\x30\x32\xe3\x55\xca\xef\x52\x90\x6f\x27\x36\x2d\xfa\x9c\xd4\xbc\x19\x5f\x68\x42\x87\xaf\x3a\x47\xf5\xc1\x20\x18\xb3\x5e\x29\xe3\x25\x2c\x09\xf4\xda\x44\x4d\x53\xc8\x72\xb3\x26\x81\x1a\x14\x9f\x4f\xfc\x1a\x49\x53\xbf\xa6\xfe\x8b\x6c\x95\xf9\xd1\x37\x45\x4e\x60\x12\x00\x49\x7a\x7f\x1e\x38\x43\x45\x19\x24\x5f\x60\xb4\xa9\x3f\x22\x1b\x70\x7e\xb4\x4a\x51\x06\x34\x51\x9b\xcc\x01\x6b\x39\x51\x9b\x8c\x0c\xae\x99\x06\x93\x74\xa5\xa6\x9e\x87\xd1\x2e\xe1\x8b\xd4\x3c\x4d\x1d\x0f\x15\xfb\xcc\x14\x18\xcd\x3f\x32\x57\xe0\x9a\xa9\xe7\x61\xf4\x8f\x19\x91\xd2\xb9\x09\x09\xd2\x54\xbc\x4f\x48\x10\xad\xf9\xa7\xae\x86\x8a\x90\x66\xd6\xee\x8d\x5d\x37\xb3\x68\xd7\xf1\x66\xed\xde\x1c\x4c\x16\xd3\x36\x9e\x21\xed\x04\x32\xeb\x19\x55\x05\x45\x11\x16\x7b\x6b\x42\x9c\xe8\xdd\x30\x0d\x67\xd4\xec\xbe\xc8\x91\xb1\x1b\x26\xd4\x49\x6d\xec\xed\xa9\x55\x90\x71\x34\x66\x19\xd4\xb7\x94\xc8\x19\x18\x71\x3c\x3c\xa2\x8f\x8b\x67\x2a\xd7\xd8\x64\x54\x36\x04\x11\xc1\x6b\xd6\xac\x71\x7e\xa8\x62\xd0\xc7\xe5\xaa\x90\x4c\x46\x4d\xff\x84\x34\x69\x1f\x56\xf9\x03\x1d\x4e\x8c\x82\xd2\x70\xfa\xc3\x28\x88\xed\x3c\xab\x77\x05\xf2\xa6\x59\xa5\x42\x03\x20\xb8\x94\x78\x16\xef\x0a\x35\x4c\x4a\x80\x46\xa8\x45\xe7\xa5\x79\x03\xd0\x10\x02\x91\x45\x7e\xd2\x35\x8d\xf4\x48\x9c\xaf\x35\x49\x1f\xa3\xd6\x7b\x1a\xc5\x88\x60\x60\x6b\x62\xcf\xa3\x62\x7a\x1a\xe8\x91\xe8\x5e\x6b\x1a\xe8\x51\xbd\xda\x24\xb9\xb1\x9a\xe1\xd9\x94\xda\xd9\x96\x81\x1e\xd5\xcd\xcf\x1e\x02\x39\x8a\x61\xb4\x33\x20\x8d\x66\x97\x7e\x14\xf8\x4e\xda\x96\xe5\xf3\xd4\x51\xc3\x97\x25\x26\xb1\x8a\x41\xfd\xa2\xca\x05\xea\x65\x1a\xd1\x96\x74\xe2\xdd\xad\xd9\x8d\x11\xc0\x44\xa8\x12\x71\x7f\x0d\xdd\xb5\xfc\x6e\x44\x66\x27\x65\x84\xe6\x81\xda\xe4\x35\x50\xc3\x36\x4f\x5c\x4c\xdc\xdc\x27\x52\xec\xe2\xf7\x17\xf4\xc2\x72\x20\x08\x16\x55\x93\xc6\xff\x3b\x00\xb4\x8a\x89\xb1\xe2\xca\xe9\x75\x46\x5a\x99\x45\x82\xff\xa6\xe5\x06\x09\xfe\x53\x25\xd5\xd0\x22\xc3\xff\x87\x90\x6c\x57\xd5\x8a\x2b\x85\xd7\x9a\x26\x88\xd3\xcb\xac\x8b\x79\x2e\xd0\x31\x5c\x1a\x09\xff\xbf\x1f\xbe\xa8\x2d\x77\x9b\x5c\x5a\x1a\x70\x7f\x91\xf2\x3f\x95\xe4\xd1\x42\x38\xdc\x48\x5f\xbf\xe6\xad\x6f\x1d\xbd\x84\x73\x5a\xb2\x4a\x40\xc9\x58\x6e\xed\x93\xc0\xe0\xd3\xa8\x81\x7a\xe4\x4c\xac\x25\x2a\xf9\x88\xd6\xbc\x4d\xe3\x2a\xcc\x77\xa4\xa6\xf0\xe5\x71\xba\x59\x52\x62\xf9\xa9\x67\x25\x29\x7f\x6a\xc5\x63\xb7\xa3\x14\x55\x88\xe0\xa7\x76\x72\x3e\x32\x14\x8e\xf9\x91\x9c\x98\xbe\xe0\x8c\x2b\x62\xd2\x17\x1f\x4a\x65\x12\xd9\x4f\x0b\x58\x93\xf7\x57\x95\x5c\x24\xef\x2f\xca\x17\x26\x8c\xb9\xcc\xe4\x84\x31\x97\x13\x25\x8f\xff\xbf\xd3\xa3\x95\xae\x6e\x1c\x13\x9f\x32\xc9\xbf\x19\xdc\x3b\xb0\xbe\xda\x9c\xbb\x0c\xb2\xec\xce\xe2\x0b\x51\x6d\x4b\xaf\x08\xdd\xad\xf5\xe2\x73\x52\x7c\x5e\x3c\x5b\x48\x62\x95\x2b\x91\xf4\xfc\x45\x44\x6b\xde\xfd\xc3\x9b\x6b\xc9\x83\x7b\x57\xaf\x03\x0d\x09\x57\x03\x89\xf7\xab\xd7\xf6\x32\x34\xb2\xca\xe9\x15\x2c\x38\x64\x28\x89\xf7\xeb\xbf\xda\x27\x5b\xd6\xda\x10\xf4\xd0\x06\x66\xda\x1f\xa4\x94\x5f\x64\xda\x6f\xba\x7f\x45\xa6\x7d\xf9\xe6\x45\x7c\xbe\x91\xff\x8a\x6d\xbf\x56\xf2\x64\xd8\x82\x32\x35\xf0\xce\x32\x66\xb2\x84\xef\xc2\xf1\x5e\xc1\xc4\x4a\x71\x18\x2a\x2f\xc8\xd7\xb2\xcf\xa0\x70\xf6\xc2\x4a\x3a\xe0\x72\x55\x93\xc4\xbf\x1d\x51\xdb\x8b\x05\xe4\x44\x0e\xff\x26\x8f\x64\xa6\xfe\x64\x14\x26\x32\xf5\x7f\xa8\x9d\xb6\xb4\x82\x6d\xd6\xc7\x0a\xf6\x88\xea\x12\xf7\xf6\xa8\x15\xac\x41\x55\x96\xc6\xae\x3a\xbb\x2f\xf4\xff\x5a\x16\x47\xaa\x7e\x23\xac\x44\xaa\x7e\xcd\x76\x23\x55\xbf\xee\xa0\xcb\x5b\xce\x78\x2b\x91\xab\xdf\xc0\x2f\xe4\xea\x0f\x37\x55\xd3\xf3\xcf\x02\x16\x23\x3d\xff\xc7\x4f\x58\x45\x3e\x67\x5a\x25\x68\x1b\x80\x29\xb2\x1d\xd1\xb2\x34\x7c\x15\x1a\xee\x12\x87\xac\x58\xdf\xe0\x1f\xa6\xee\xcf\x2a\x76\x4d\xdd\x3f\x48\x3b\xb9\x4c\xdd\x9f\x8d\x4c\xb4\x08\xc9\xa7\x2a\xd5\x6c\xfd\xd9\xf8\x3e\xcb\x74\x6a\x5d\x30\x09\xd6\xa7\xca\x77\x55\x23\x86\x25\xab\x48\x97\x67\xdb\xd2\x1e\x21\x5b\x5f\x1b\x46\xe7\xac\xaa\x1f\xb2\x01\x73\xab\xe9\x55\xb0\x1a\x2a\x21\x57\xa9\x21\xb5\x70\x95\x0c\xe3\xa7\x19\xad\xe9\xfd\x8b\x42\xfa\x45\x0c\x64\xc2\xd8\x2e\x52\xfd\x7f\xc8\xcb\x76\xbd\x81\x98\x30\x18\xfd\x92\x04\xd2\x9b\x51\x4b\xd5\x65\x48\x3f\x63\xdc\x90\xf7\xbf\x69\xff\x62\xda\xff\xa9\xab\xaa\x69\xff\x57\x3c\x87\x86\x9e\xea\x18\xba\x16\xad\x9b\xcc\xf5\x3f\x8b\x33\x89\xa1\xeb\x30\x1e\x10\xa9\xe0\xb3\x36\x22\xa6\x82\x8f\xf5\x5e\xca\xac\xc0\x76\x6b\x21\x11\x80\x4a\x25\x2f\xfc\xc7\xd4\x33\x12\x53\x27\xe8\x6f\x1a\x99\xe1\xb5\xe5\x30\x33\x7c\x6a\xce\x5d\xf0\x8f\x20\x33\xf3\xbf\x27\xf5\xf5\xe6\x7f\xef\xe4\xd7\x5a\xe4\x7f\x6f\x1a\xcc\x2f\xd2\x25\x28\x13\x24\xc9\x7b\x6a\x25\x6a\x28\x65\x01\xcf\x2d\x23\xdc\xba\xf5\x4e\x91\xa4\xb5\x1f\x9e\xad\x00\x05\x6c\x0f\x17\x3e\x65\xdc\xa0\xeb\xc2\x77\x4f\x6c\x70\x21\x9c\xe0\x96\x5d\xe4\xf8\x09\x3c\x73\x89\x47\x69\xff\x42\xf2\x29\xbe\xe3\xfa\xac\xb1\x33\x2f\x3d\x87\xdc\xc0\xe6\x76\x8d\xd3\x60\x6e\xd7\x38\x00\x97\x57\x0e\x37\xcb\x32\xb9\xab\x4a\x41\xf2\xc0\xd7\x40\xb1\x7a\xe2\xe8\xcd\xbb\xcc\xe1\xea\x2d\xbd\xb0\x29\x6c\x31\x10\x94\xab\xb3\x70\xe5\xad\x5b\x8c\xdb\xfe\xe4\x8f\x57\x38\xea\x40\xe2\xac\x5b\x7a\xde\x0d\x16\xbe\x39\xa2\x91\xf0\xcd\x71\xeb\x86\x6f\x8e\x63\x0d\xa6\x50\xec\xb8\x11\x32\xb9\xc4\x1b\x7a\xde\x13\xa5\x67\x8e\x27\xe2\xe3\x02\xab\xea\x2f\xb2\xd4\x7f\x95\x01\x3a\x7c\x71\x44\x08\xe1\x8b\xe3\xb9\xd9\x48\x6a\xb3\xa5\xe4\xad\x9d\x34\x52\xbc\x2a\x36\x22\xb3\xfd\xd7\x96\xd5\x91\xa8\xb8\x59\x36\x42\x14\xb7\xa7\xf7\xb7\x82\xbb\xe5\xfd\x9d\xdd\x14\x08\xd3\x55\x64\x91\xdc\xfe\xdb\xaa\x96\x12\x4f\x0b\xf0\x23\x99\x1f\xc5\xd0\xf6\x65\x88\x3d\x13\xdc\x27\xc3\x77\x98\xd3\x3e\x19\xbf\x63\x91\xef\x35\x29\xab\x34\xa7\x7d\x6a\x82\xfc\xc0\x8d\xc4\x73\x1c\x0f\xc0\x0c\x16\xd4\x09\x7b\xbd\x34\xe8\xff\x95\x1f\x98\xbe\xc8\x75\xc2\x12\x9a\xec\x3e\xad\x78\x51\xa1\x3e\xad\xef\xc1\xf5\x6a\xd2\xd7\x46\xf7\x16\x53\xdf\x27\xdd\x35\x4c\x7d\x9f\x74\xc4\x20\xbb\xfd\xf7\x02\x68\xb0\xa4\x1a\x25\x9f\x1f\x17\x1a\x26\x81\xa7\x3e\x34\x7a\x52\x9c\x87\x87\x78\x59\x4a\xc1\x0f\xe4\xc6\x79\x28\xf8\xe1\xfc\x9c\x9a\x11\xaa\x60\x3c\x35\x23\x54\x9a\x71\x6a\x39\xa8\xee\xf8\xd4\x72\x50\x95\xe1\xa9\xe5\xa0\x47\xe3\x34\xf3\x2b\xf1\x3c\xd7\xa9\xe5\xa0\x96\x32\xe4\xc8\x6f\x3a\x96\x9d\x1a\x0e\x7a\x68\x48\x92\xff\x55\x01\x1a\x0d\x07\x15\x83\x9d\x9a\x07\xea\xa2\x7b\x6a\x1e\xa8\x0d\x10\xc9\xf1\x9b\xa6\x97\x67\xf2\x0a\x01\x96\xa4\xb1\xea\xb0\x61\xa9\x61\xbb\x4c\xf2\x2a\xd3\xea\x92\xc3\x1c\x1e\xf2\xe3\x7f\x7f\xac\x63\x0e\x34\x48\xb7\x53\xbb\x41\x89\xff\x33\x2b\x9f\x66\xd1\x4e\x25\xf2\x8a\x2a\x4e\x25\xf2\x92\xa3\xa7\x99\x5b\x35\x25\x38\x73\xc0\x6c\x6b\x6a\x9f\x9d\x4e\x33\xb7\x4a\xe8\x9a\x59\x3f\xab\x56\x3c\x4d\xdd\xaa\xba\xf2\xd4\xa2\x30\xfb\xec\x25\x58\x6c\xcc\x1c\x6e\xc5\xfa\x5e\x82\x45\x68\x64\xe1\xd9\x4f\xa7\x72\x7c\x76\xed\x69\xea\x56\xcd\x5a\x4e\x28\x8a\xac\xad\x12\x39\xf8\xbf\x3f\x56\x81\x0f\x73\x3a\x4d\xe3\xaa\x56\xf3\x84\x6d\xf6\x34\x9b\x9d\x3f\xab\xb6\x39\x4b\x10\xfa\xfe\x51\xda\x9f\xed\x45\x46\x15\x12\x9e\x04\xfd\x69\x4a\xc2\x9b\xa1\xbf\xa4\x64\x37\xdf\xd6\x98\x87\xa5\x14\xb4\xe5\x3f\x71\x23\xf9\xfb\xdb\x84\xc5\x26\x7f\xff\x57\x8b\x11\x54\x4d\x1e\x20\xdd\xce\x8a\x14\x0e\x71\xd7\x59\xe5\x37\x21\x62\x4f\xe8\x13\x52\x9c\xae\xb3\xc6\x6d\xcf\x70\xa0\x4f\x8a\x1e\x0f\x26\xfd\x2f\x3a\x66\x90\xf4\xff\x7b\xb1\xbe\x86\x87\xee\x2e\x18\x6f\xc3\x3b\x90\xf6\xff\xfb\x21\x60\xea\x3b\xdc\x28\x61\x84\xe8\x1e\x6c\x06\xea\x75\xdb\x05\xe9\xc1\x3c\x4b\x7a\x68\xab\x76\x42\x7a\x68\xe4\x72\x36\xb9\x2b\x4e\x3d\xc9\xff\xbf\x52\xf4\xd2\xbc\xaa\xa6\xf5\x8d\x49\x32\xed\x12\x86\x17\xda\xfe\x34\x66\xb0\x2c\xca\xd9\xd1\xb0\x08\x7d\x97\xd3\x83\x88\x3b\x65\xca\xd5\x2b\x9f\x30\xe5\x92\x9a\x67\x8f\x78\xf6\x8c\x5e\xde\x5b\x33\xf6\x53\x4b\x45\x01\xd6\x52\x51\x4b\xfa\x13\xde\x7b\xc8\xbb\x9b\xef\x7e\xc8\xe1\x93\xe8\x3d\x2b\xea\x25\x9f\xfb\x32\x8c\xdd\x79\xa2\x5a\xe4\x02\x38\x2f\xe5\xfe\xa2\x0f\xf8\xe7\x91\x5d\xee\x4b\x55\xb0\x87\xec\xf2\x06\xf0\xf4\x18\xea\x45\xbb\xe1\x13\xb7\x5c\x19\x3d\x92\xbb\x37\xad\x1f\xc8\xed\xfe\xd5\xb0\xe1\x53\xfe\xdb\xb6\x54\x34\x0a\x3d\x0c\xb4\x86\x17\x26\x77\x6f\xa4\x2b\x5d\x26\x77\x4f\x1a\x61\x9d\x61\x5d\xe5\x19\xd1\xdb\x40\xce\xfc\x44\x32\xac\xaf\xde\x19\x9e\x07\x90\x44\x26\x71\xcf\x8a\x83\x4f\x1d\x0c\xbc\xf3\xce\x08\xae\xef\x5c\xdc\x9e\x11\x4f\xff\x77\x91\xb7\x09\xa1\x7f\xee\xd8\x47\xcc\x05\x0e\x01\x3a\x8b\x90\xac\xbd\x91\x3d\x66\x9d\x3b\x44\xab\x00\x89\x56\x5c\x92\xc0\x64\xed\x5d\xbd\xe5\x69\xcc\x16\x71\xf7\x96\xfc\xef\xbe\x60\xe2\x22\xb2\x50\x98\xab\xab\x04\xb9\xd6\x8b\xaa\x09\x53\xad\x57\x1d\x22\xce\x47\xe2\xc7\x5b\x85\xc4\x7c\xd2\x99\xe7\x13\xe4\x8e\x2f\x41\xc4\x00\xe3\x13\x44\x8c\x7f\xb8\x6e\xed\x31\x7c\x56\x3d\x76\xaf\xa2\x13\x8f\xdd\x1b\x4b\xcf\x50\xd4\x74\x77\x31\x87\x57\xac\xba\xd9\xd3\x2b\x56\xe5\x9c\xe9\xd3\x3f\x9c\xc8\x4b\xdc\xf7\xb6\x06\x8f\xe8\x0e\xd1\x50\x5f\x33\x82\xf3\x95\x63\x5b\x56\x89\xf5\xb6\x0a\xe6\x4e\x89\x29\xbb\x30\xce\xcf\x1a\x74\x5c\x5c\xb8\x3d\x41\xfd\x5d\x58\xea\x6b\xb0\x4b\x3a\xf5\xa6\x63\xa8\x09\xd4\xb3\x22\x80\xeb\x30\xb4\x57\xb7\xba\x77\x17\xf7\xb5\xe9\xd4\xb3\x01\x39\x4c\xa7\x9e\xfb\xfc\x33\xe4\x20\xb9\xd6\x9b\xa7\xf2\x3a\xe2\x5e\x13\x1c\xdd\xca\x41\x4a\x97\xa6\xfa\x8a\xbe\xae\x30\xd5\x67\xff\x9b\x4f\x3d\x8b\x2f\x4c\xa1\x5e\x75\xd7\x30\x85\x7a\x91\x8d\x30\x85\x7a\x49\xf6\x63\x26\x3e\xbd\x58\x49\x95\xde\x48\x4c\xb4\x48\x6f\xde\xa2\xe1\x8c\xf9\x33\x74\xac\xc9\xcd\x8b\xfa\x68\x92\x9b\x67\x55\x29\xa4\x33\xaf\x0a\x3b\xcc\x66\xae\x25\xf4\xe5\xfd\x28\xa3\x63\x6a\xf3\x9e\x9a\xa5\xe4\xb9\x9c\x26\xa3\xe1\xab\xcf\x35\x9f\x79\xd1\x55\x8e\x7c\xe6\x43\x01\x1d\x19\xcc\x9b\x74\xd4\x55\x90\x0a\xd9\x94\x6c\xb5\x86\x5c\x57\x89\xa1\x2f\x5e\xa4\x90\x38\x56\x91\xcc\x5c\xf3\x5d\x92\x99\xa7\x9e\xb2\x2f\x71\xf3\xf9\x12\x80\xd1\x7d\x81\xeb\xe1\x60\x98\xa5\xbc\x6a\x0a\x62\x32\xf2\x43\x8e\xff\x22\x81\x90\xec\x02\x89\xc9\xab\xa2\x1e\xf2\x92\x7f\x85\xd8\x24\x32\xcf\x5a\x3c\x44\xfe\x71\xb9\xc4\xc8\x3f\x2e\x87\x61\xfe\xf1\x5c\x9c\x6f\xa5\xc2\xd1\x09\x54\x58\xb4\x85\x54\x98\x33\x66\x5a\xf2\x2a\xd6\x27\x2d\xb9\x09\x35\x96\x59\xc9\x4b\xca\x96\xc2\x3e\xdf\x0d\xa1\xdd\xbc\x5e\x8e\xe6\x21\x2f\xba\x79\x9a\x7a\x5c\x3d\xd4\xe5\x35\xa5\xe9\x16\xb9\xc7\xcb\xe1\x0c\x37\x91\xbe\xcf\xaa\x7e\x3d\x06\x5d\xa9\xcf\xf2\x25\xc6\x4e\x5b\x46\xd8\x95\xc5\x35\x79\xf8\x21\xa5\x6c\xf2\xf0\x49\xc2\xeb\x45\x8e\xf0\xaf\x01\x9a\xee\x70\x17\xe0\x84\xcb\xe8\xb9\x92\xdd\xd7\x10\xc3\xb8\x73\x86\x7d\xba\x85\x87\x92\x26\x07\x36\x02\x00\x06\x36\xdc\x9f\x3e\x8b\x46\xdc\xb8\x3a\x5c\x6a\x5c\x75\xe9\x70\xa9\x65\x21\xd9\xc4\xbf\x62\x76\x23\x13\x21\x82\x40\xdf\x6d\x26\xfc\x45\x3a\xf1\xef\x0f\xad\x4d\x53\x0b\x41\x35\x99\x4f\x3c\x29\xb9\x34\x9f\x78\xd7\x33\xd4\x14\xe2\x49\xfb\x01\x53\x88\x67\xb5\xcc\xd7\x0c\xe4\x47\xa7\x53\x1d\x17\xd8\xd7\x34\xe1\x5d\x99\xec\x85\x67\xe5\x58\xf1\xe7\x71\x03\x30\x04\xae\xea\xae\x92\xd0\x34\xe1\xc9\x3b\xe2\x22\x0f\x8f\x06\x8b\xa4\x0c\xff\x7e\xd0\xd8\x8a\xe3\xc3\x70\x4c\x5e\x1c\x07\x6b\x79\xdf\xb8\xd4\xa6\x28\xd6\x18\xc7\x1c\xe2\x59\x03\x9c\x0b\x69\x44\xcf\xc8\x03\x4c\x22\x9e\x35\xf2\x31\x89\xb8\xe9\xb0\x97\x49\xc4\xb3\x1a\x9b\xeb\x0c\xf4\xfb\xa7\x95\xe1\xa5\x12\x5c\xa5\xd1\xa5\xe2\x5b\x4b\x8a\x4b\xc5\xb7\xc1\x12\x2f\x5d\x27\x35\x69\xb9\xce\x38\x6b\x40\x84\xe5\x5e\x89\x52\x17\xcf\x2c\x09\xaa\xee\x12\x4d\x3d\x7c\xb7\xf2\x6b\x1f\x54\xc6\xa0\xaf\x47\x0d\x9d\x1d\x49\x39\xb9\x2e\xf5\xd7\x0a\xb3\xae\x10\xf2\x73\x37\x5e\xaa\xac\x8d\x19\x7c\x29\xbf\x37\x10\xf1\xa5\xc8\x3e\x76\xbb\x19\x7c\xdc\x9f\xb7\xcc\x13\x64\xd1\x75\x6b\x27\x24\xc6\xd7\xbf\xd1\x20\xc5\xd7\x1d\x7d\xd2\x98\xe4\x47\x81\x63\xba\x30\xee\x56\x1b\x7b\xa1\x8c\xd6\x9e\xe6\xba\xd1\x31\x78\xf0\xee\x58\x0d\x2a\xec\xe8\x84\x21\x87\xd3\xe1\xf2\x85\x51\x1a\x52\xe5\xd2\xe9\xb0\x58\x45\x04\xca\x65\x7a\xa9\x3f\x36\x44\xc9\xa5\x21\x9e\x86\xf3\x17\x86\x78\x7a\x57\x5e\x12\x26\x86\x0e\xb9\xb6\xd2\x34\x07\x19\x2e\x88\x62\x73\x2d\xc2\xb5\x44\xbe\x34\xc5\xd3\x56\xdf\xfc\xf2\x59\x43\xc8\xeb\x09\x30\x81\xec\x09\x30\x6d\x40\x63\x82\x65\x1d\x8c\xa6\xc4\x7b\x3a\x1e\x8a\xd9\x23\x99\xb0\xa3\x0c\x2f\xc4\x65\x29\x6d\x6c\x44\x1c\x6f\x00\xc3\xc2\x84\xdc\xdf\x25\x0f\xfb\x72\x57\x59\xf7\x42\x15\x5a\x97\xee\x85\x2a\x49\xaf\x57\xac\x0d\x2c\xd0\x1c\x55\x7d\xda\x7d\x48\x74\xc1\xc5\xdc\x72\xef\x6a\x5c\xef\x70\x02\x04\xd9\xdc\x72\xef\x6a\x7f\x6f\xa9\x0e\x95\xbc\xb7\xac\xbc\x12\xb3\xfb\x08\x63\x08\xff\x28\x74\x05\x75\xdd\xb2\xf2\xea\x00\x6f\x13\xfc\x66\xbb\x91\xdd\xe4\x74\xdf\xd0\x12\xad\x0a\xcd\x3f\xf2\x01\x38\x4d\xea\x0b\x8d\x70\xa7\x48\xbd\x4b\x2f\x90\x12\x3d\x35\xab\x04\x98\x74\x09\xc7\x3e\x55\x06\xdf\x49\x0b\x78\x6e\xed\x3b\x49\x0b\xb3\x1f\x6e\x98\xf4\x11\xe3\xcc\xea\x7c\x38\x41\x77\x96\x0f\x2c\xbe\x68\xfc\x5f\x2c\x26\xef\xc7\x4d\x70\x67\x79\x3f\x4b\x05\xc7\x60\xa9\xcb\x52\x8c\x39\x4c\xf0\x41\x76\x37\xaa\xe9\x79\x58\xfd\x91\x6c\x03\x32\xf9\xed\x01\x7a\xbc\x8b\xc6\x20\x8c\x5f\xcb\x7b\xe9\xec\xbb\x68\xf5\xc0\xa6\xbb\x8b\x52\x67\xb6\xd0\x6d\xd8\x36\x32\x45\xaf\x5b\x27\x3e\xad\x78\x6e\x9d\xf8\x34\xe5\xbd\x65\xb2\x75\x91\xbe\x21\x35\x9a\xf6\xf7\x37\xaa\x6a\x63\xa0\xdf\x45\xa6\x94\x8d\x7e\xcb\x63\xe7\xf5\x67\xf8\xd6\x5b\x06\x7c\xd8\xab\x1c\x2b\xf7\xef\x6d\x94\x5d\x4d\x00\x6e\x99\x6c\x9d\x42\xee\x1a\x63\xf0\x4f\xc4\xbc\xa0\xdb\xf0\xd5\xe3\x9a\xbd\x91\xfc\x2f\xfd\x1e\xee\xe0\xac\xb9\xb3\x6f\x24\xff\x24\xcd\x59\xb7\x8c\xb5\xbe\x5a\xb7\x66\x79\x7a\x71\xdd\x72\xd9\xf5\xb0\x4f\x43\x6f\x3a\x3b\xb2\xd9\xa4\x6f\x59\x77\x8d\xcb\x94\x62\x2d\xec\x32\x68\x5a\xfa\xc5\xd8\x40\x37\xb2\xff\x56\xdd\x5f\x10\x33\x9a\x04\xdd\x12\x33\x15\x34\x70\x37\x98\xa5\x28\x04\xff\x1d\xed\x9a\x44\xce\x65\x0b\xc2\xe6\xb0\xba\x27\xbf\xfb\x22\x60\x2e\x75\xf0\xdf\xf4\x2e\xff\xad\xc5\xfe\xad\x73\xa0\x51\x71\xee\x1e\x26\x8e\x8c\xbf\x6b\xd6\xe8\xcc\x76\x8d\x85\x5c\x0d\x39\x70\xed\x60\xee\x70\xfc\xf3\x14\x85\xe3\x9f\x47\x3a\xfc\xfb\x5c\x00\xb4\xd9\xdd\x1b\xfb\x0e\x07\xbf\x69\xb1\x70\xf0\xa3\xb5\x7f\x0e\x7e\x40\x30\x64\xee\xa3\xce\xe9\x8b\x75\xf4\xff\x4e\xd6\xb9\xd5\x4b\x30\x84\x07\x4f\x03\x77\xe4\x43\x74\x44\x8f\x34\xb9\x6c\xf5\x26\x21\x0f\x7b\x51\x85\x47\x1a\xf6\x15\x3b\xf8\x81\xe9\x87\x90\x21\xa3\x7a\x55\x32\x68\x42\x75\xa5\xf1\x26\x54\x3f\x34\xaa\xb9\xb5\xe1\x11\xcd\xbc\x52\x85\x2e\xf0\xab\xbc\xdc\x8d\x14\x3a\x52\x17\x42\xf9\xa9\x9c\x1a\x29\xd5\xbf\x3f\xf4\x6e\xe6\x5a\xc3\xf3\xdc\x9a\x33\x2b\x59\x35\xa9\xfa\x21\xdf\xb7\x83\xbb\x63\xee\x48\xaa\x5e\x15\x59\x98\x53\x3d\x49\xd2\x90\x53\xfd\x7b\xc9\xbc\x74\xe8\x45\xab\x07\x98\x56\x9f\x96\x4a\xbc\x20\x3e\x87\x39\x35\xa9\xba\x09\xf9\xd6\x0e\x23\x66\xd8\x1e\xf2\xa5\xb7\xc3\xb6\x0c\x2e\xa4\x3d\x13\x29\xd2\x9b\x66\xfa\x1b\xbe\x2c\x2e\x8d\x9d\xa4\x02\xd9\x13\xe6\x4e\x4f\x8d\xe9\x33\x77\x7a\xd2\x7e\xc4\xdc\xe9\x7a\x79\x98\x2e\x3d\x35\x10\xdb\x36\xbc\x50\x6b\xfe\x51\xca\x01\xab\xb1\x73\x50\x84\x00\xa3\x5c\x94\xa4\x9c\x6b\x67\x49\x42\x04\x59\x1b\x9e\x4f\x1b\xf6\x9d\x83\x22\xa4\xcb\x8c\x21\x6b\xf1\x59\x3e\xcf\x76\x03\x2e\xa6\x45\x09\xa7\x1c\xe0\x2e\x52\x7d\x88\x42\xb6\x82\x4c\x15\xb8\x1b\xc4\x9a\xb5\xe6\xd9\xc5\x40\x3c\x02\x56\x82\x24\xf6\x65\x58\xc7\x17\x09\xbb\xbf\x65\x8c\x5b\xc5\xa9\xd1\x23\x36\x88\xd6\xa0\x22\xbb\x04\x74\x2c\x81\x51\xca\xd5\x01\x6c\xb2\x9a\x19\xf0\x62\xd7\x00\x9b\x29\x54\x6f\xaa\x75\xd3\xd6\xef\x49\x33\xf0\x5d\x25\x41\xe1\xad\x77\x95\x97\x81\xd4\xdb\xc1\xe1\x81\x58\x77\x70\x78\xee\xc0\xe0\xf0\x40\x0c\xbb\x9a\xcd\xcb\x19\xa9\x92\x87\x6e\x82\x66\x6c\xed\xe1\x0b\x02\x29\xeb\x9b\xda\x4c\xf9\xe1\x56\x27\xaa\xc2\x6e\x9b\x17\x56\xf6\x63\x9b\x0b\x56\xf5\xfe\xd6\x42\x48\xc9\xe4\x36\xd1\x59\xf1\xa4\xb4\x20\x56\x99\x27\x13\x9d\x89\x72\x77\x0b\xa0\x7d\x11\xe8\x69\xa7\x12\x38\x56\x31\xd5\x72\xfc\x70\x00\x1c\xc8\xdd\xa5\x6f\xe9\x5f\xc3\x68\xd0\xd2\x36\xb3\xab\xd6\x5a\x1b\xc4\x98\x95\x56\x6d\x33\xbb\xaa\x5d\xda\x88\x26\xb5\xea\x26\xb7\x7f\xca\xda\x30\x90\xdc\xbf\x29\xa6\x24\xb7\x7f\x8a\x68\x4a\x26\xf7\x1f\xd9\x65\x36\xe5\xab\x44\x4c\x24\xf7\x8f\x59\x1e\xd2\x97\x16\xc3\x89\xda\x50\x16\xdb\xfc\xaf\xca\xdc\xc9\xe9\xff\x91\x97\xb4\x6c\xf6\x56\xed\x85\x49\xdc\xff\x15\x03\x18\xd3\xb7\x2a\x5b\xdf\x06\x24\x4f\xd9\x3a\xdb\x3a\x02\x20\x8f\xe6\x76\x1a\x01\x1a\x2f\x86\xef\xd1\x5e\x99\xb4\xfe\x5f\xa7\xd4\x81\x7f\xcc\xca\xf3\xf7\x34\x00\x86\xbb\xd6\x44\xaf\x7a\x58\x90\xe5\xff\x2b\x06\x6c\x32\x93\x1a\xfb\xed\xe9\x10\xa2\x4e\x0c\xc1\x17\x14\x2f\x1e\xd0\x19\xb4\x3b\xc3\x59\x52\x0d\x62\x01\xc3\xef\xa8\xf8\xdb\x70\x89\x23\x36\xcd\x92\x28\x14\xa7\x2c\x69\x57\x38\x94\xbd\x24\x0a\x21\x48\xf6\x92\x76\x15\x75\xad\xa0\x5d\x2d\xa6\xb4\x74\xd8\xb4\xb4\xab\xd8\x72\xa9\x2b\xe9\x82\xa3\xae\x44\xb4\x22\x67\xa9\xc8\x71\x1b\x83\x47\x9d\xf2\x3e\x03\x6a\x66\x4a\xce\x52\x5d\xeb\x96\x79\x54\xd7\xba\xcf\xc8\xd1\x6f\xb1\x18\x02\x80\x9e\x52\x72\x6e\x36\x99\x47\x45\xd4\xdb\x50\x3b\x4a\x30\xb7\x36\xd4\x6a\x55\xf7\x29\x43\x1e\xad\x49\x70\x36\xeb\x48\xf1\x8a\xbe\x4f\xa5\xbf\x54\xb9\xa4\x71\x45\xa5\x97\xe2\x19\xc7\x76\x49\xf0\x3a\x39\xb8\x87\x4d\x57\xea\x52\x78\xd7\x7c\x51\x78\xe7\xe5\x85\x91\x59\x49\xa2\x7f\x64\xe4\xd3\x4d\x74\x49\x09\xd7\x3f\x89\xc7\x7d\x45\xec\x71\x41\x90\x3b\x13\xf9\x18\x1d\x5d\x81\xe8\x96\x6b\x55\x70\xbb\x6f\x13\xda\x7a\xc4\x6f\x07\x04\x2d\xb0\x6f\x44\xd8\x1e\x2b\x63\xa5\x27\x08\x80\x6d\xac\xf4\x38\xfd\x66\xd2\x4b\xd5\xc6\x1c\x43\xf5\x8f\xf6\x19\x10\x1f\x1b\xf5\xf9\x30\xd6\xc6\xbe\x95\xcf\x55\xfb\xbc\x24\xb4\xfd\x13\xf3\x6e\x3f\xce\xbb\x4b\x7a\x3b\x82\x26\x38\xaa\xa6\xe0\x8e\xb6\x32\x78\xd5\xae\x1b\x17\xe7\x22\x7f\xbf\xb7\x14\xa7\x24\x00\xd6\xd6\xe6\xa2\xd8\xc6\xb9\xd4\x22\x6f\x2b\x9e\xd7\x31\x77\x6f\xc9\x7e\x31\x03\x51\x79\x8c\x51\xbb\xb7\x24\xa7\x4b\xb2\x55\xf9\x38\x37\x5b\x92\x19\xc2\x78\xef\x18\x8d\x7f\x8c\x56\xef\xf1\xdf\x46\xaa\xf0\xd2\xd9\x46\xaa\x90\x52\xc1\x71\xad\x28\xd1\xd8\x5a\x68\x4b\x3f\xef\x47\xd2\x34\xf9\x47\xd2\x34\x8a\x55\xff\x00\xce\x83\x6e\xc8\x96\x1f\x69\xd6\x78\x01\xe8\x2a\x2e\x79\x02\x68\xa6\xf3\x91\xb4\x8f\x17\x49\xfb\xec\x8b\xa4\xbd\x58\xf3\x91\x82\x76\x6e\x88\x6b\x59\x8c\xc2\xb1\x5f\x49\x68\x51\xf8\x1b\x70\x32\xd0\x57\x38\x9d\xdc\x57\x38\xc5\xd4\x6f\xcc\x34\x4d\xbf\x01\x28\xb0\xbd\x12\xd7\xce\xd4\x2b\xd4\xce\xee\x1b\x3c\x08\xe3\x79\x55\x5c\xba\x8b\x5e\xc9\x6e\x37\xce\x1b\xa4\xbe\xc5\xb4\xe6\x61\x45\x9e\x23\xc8\xfb\xc6\x8b\xb0\x41\x47\x3e\x87\x64\x37\x4d\x3f\x87\x64\x37\x54\xe9\x73\x04\xe1\xbf\x78\x09\xc2\x7f\xf0\xa2\x0f\x13\x0b\xf7\xc0\xb1\x0f\xa3\xc1\x3c\x70\xec\x45\x22\xed\x39\x54\xb7\x4d\x9b\x16\xd0\x6e\x31\x6f\x0e\x70\xf5\x73\x08\x28\x18\xf9\x49\x2a\x05\x41\x20\x4f\x92\x73\x00\x71\x3f\x49\x3b\x58\xf0\xee\x93\xe4\x1c\x96\xc5\x1c\x82\x10\xa8\x18\xd0\x5d\xe9\x81\xe6\x2c\x4a\x11\x9f\x64\xfc\x14\xae\xb8\x27\x85\xc2\x10\x40\xd1\x12\x28\xbb\x7d\xa0\x3f\x25\xd2\x1f\xbd\xed\x8d\xec\xf2\xc8\xf2\x4b\x7b\x3d\xd8\xec\x49\xa3\x3f\xb2\xff\xea\xd2\x1e\x3d\x9c\xab\xcf\xe4\x1e\xb7\x0b\xd9\x16\x79\x74\xd3\xa3\x0f\x19\xc7\x67\x90\x30\x10\x34\x40\x46\xf4\xa5\x2b\xfa\x13\x6e\xcd\x36\x35\x31\xbd\xb7\xb6\x51\xef\x94\x03\x9a\x1e\xbd\x93\x63\x7c\x91\x1e\x3d\xf5\x94\xfe\x0c\xe8\xf0\x84\x14\x96\x0b\xe9\x31\xf0\x9d\x34\xfb\xe3\xcd\x29\x83\x66\x96\x74\xf1\x80\x59\xd2\xb3\x6c\xec\x33\x83\xde\x14\x52\xbd\x66\xdc\x1b\x4b\xc9\x3d\xe8\xf7\x31\xf0\x9d\x2a\x14\xf2\xa4\x37\x19\x37\xd3\xa4\x1b\x29\xcc\x34\xe9\x59\x75\x88\x69\xd2\xab\x71\x4a\x1e\x2e\xe1\x2e\xb6\x78\x88\x82\x17\xd3\xbf\x74\x53\xe9\xb6\xe5\x6d\x36\xad\xe2\x6d\x06\xc2\x7f\xe2\x0e\x76\x65\x96\x58\xd5\xfd\xb3\x10\x9f\x38\xb0\xe5\x66\x74\xa2\x17\x0c\xb2\x1b\xe6\x74\x2f\x1e\xbe\xc4\x5e\x64\xc4\xa7\x32\x2f\x17\xcd\x64\xec\x01\xf2\xe9\xfa\x5b\x8a\xc0\x2e\x83\x9b\xf1\x89\xc0\xd1\xee\x65\x6e\xe3\x9e\xa3\x18\x0c\x97\x13\xc6\x65\x5c\xf5\x80\x34\x17\x7b\x97\x63\x20\x19\xfb\x77\x45\xf9\x47\xc6\x68\xd8\xa5\x8c\xd1\xb0\x01\x45\x73\xdc\x44\xe6\x69\xcf\x72\x36\x4f\x04\x98\x86\xc0\x7d\x74\xd6\xe6\xce\x7d\x48\x48\x2b\x41\x65\x02\xf7\x62\xac\x86\xc7\xcb\x58\x3a\xf2\xb9\xc8\x83\x29\x60\x44\x8b\xd6\xc2\xe6\xf9\x77\xc3\xb2\x94\xdf\x0d\x5b\xe5\xa2\x1f\xc3\xde\xa9\x9e\x78\x54\x44\xab\x41\x7a\x6e\xe3\x39\xc2\x2f\x3f\x91\x8d\x04\x5a\x93\x34\xef\x45\xff\x97\x87\x0b\x76\xa8\x72\x7c\x8c\x81\x27\x7b\xf1\x70\xc1\x8e\xe1\xb2\xde\x32\x4f\x6e\xab\x1b\x33\xc7\x6e\xc3\xda\xf3\xd9\xbd\x70\x59\x41\x86\x88\x66\xbd\x35\x2b\xd4\x28\x09\xe0\x8b\x3e\x1d\x24\x7d\xff\xce\x18\x90\x10\x24\x44\x3d\x11\x99\xde\xdb\xe1\xc4\xed\x38\x2a\xcc\xe8\xf6\xa8\xf8\x8c\xe0\xdd\x61\x84\x43\xb6\x58\xf4\x81\x7b\x70\x14\x91\xde\x1d\x8e\xc7\xf4\xee\x59\xbd\xce\xa3\x10\x58\xf1\xd5\xa3\x10\x58\x2d\xd1\x63\xf8\x39\x75\x41\x0f\x52\x60\x99\x8c\xc7\x9b\x2c\xb9\xbb\x9e\x20\x19\x6c\x2c\x02\x74\xd8\x18\x74\x9b\x63\xf7\xee\x0a\x88\x43\x22\x2c\xda\x7b\x95\x44\xf9\xc3\x1b\xc1\xb6\xbc\xad\xb4\xa6\x22\xcd\x7b\x0b\x88\x5f\x53\x0e\x88\x0f\xcd\xe5\xe6\xae\x0f\xed\x36\xe4\xed\x63\x1c\x3a\x79\xfb\x47\xf5\xb6\xfa\xc5\x47\x0f\x6e\x37\xd7\x6b\x48\x2f\x8f\xb3\x71\xe8\x9c\xef\xd7\x38\x74\x4a\xe2\x5e\x55\xdd\xe2\xd0\x37\x64\xd0\xf4\xf9\xc6\xbd\x05\xde\x7d\x0f\xa0\x6c\x7f\x06\xcf\x7e\x8d\x4b\xa7\xf3\xc8\x1b\x17\x5c\xf7\xe5\x74\xd4\x85\x17\x72\x4e\x80\x44\xde\x70\xde\x86\x58\x7e\x75\x88\x62\x01\x48\xed\xde\x94\x98\xbd\x46\x8e\x53\x94\xf7\x72\x1f\x55\xbd\x1b\x4c\xfa\x5e\x12\x38\x98\xa4\xef\x6d\xb2\x65\xcc\xf9\x5e\x12\xdb\x98\x9c\xef\xdf\x0b\xa0\x28\x83\x56\x1e\x43\xa6\xf7\x14\xb6\xff\xa4\x77\x2f\x72\x1b\xaf\xd6\x60\x5e\x42\xa6\x7a\xcf\x4a\xc2\x4c\xf5\x9e\xdd\xca\xaf\xd6\x60\x8a\x0c\xc9\xf5\x9e\xba\x56\x42\x2f\xd6\x60\x43\x59\xfd\xab\x87\xb6\x54\xc9\xab\xea\x5b\x42\xe4\xd5\x34\x4c\x91\xe7\x8b\xa8\x3a\x2b\x19\x25\x2b\x7c\x53\x98\x68\x52\xf8\x2c\x1e\x78\xc3\x34\x8c\x13\x40\x52\xf8\x26\xde\x37\x29\x7c\xf6\x0e\x7e\xff\x05\x8c\xa1\x94\x72\x6b\xa3\x26\xbc\xca\xad\x8d\x38\x41\x8a\xf8\x66\xe6\x24\x33\xc4\x17\x03\xd4\x98\x21\xbe\x18\xc1\xdd\x0c\xf1\xa5\x46\x37\x52\x55\xc5\xc6\x94\xa6\xb8\x98\xa4\x88\xd7\x9e\xf0\x2d\x81\x5e\x19\x72\xf1\x30\xd3\x70\x0d\x58\x28\x15\x8e\xe0\xe0\x34\xb2\xbf\x7f\x27\x80\xb9\xa8\x5e\x62\x1c\x9a\x57\xf9\xb3\x1e\x17\xaf\x6e\xe1\xde\xbb\xaf\xf2\x67\x35\x27\xaf\x96\x5d\x5e\x29\xe4\x89\xaf\x5a\x1a\x91\x26\xbe\xc5\x88\x95\xb2\x48\x7c\x92\x32\xfe\x9b\x58\x1b\xf6\x98\x73\x09\xbc\x5a\x79\xc9\xf9\xbd\x88\x5c\xe6\x68\xbe\x60\x5a\x5b\x7d\x46\x7b\x6b\x0c\xba\xb7\xc5\xce\xa0\xfb\x16\x3b\x83\x96\xc3\xa8\xdc\x91\x35\xd5\x33\x4e\x99\xb2\x14\x35\xdb\x24\x8d\x6f\x33\xd9\x98\x1c\xee\xb2\xb1\x58\x72\xab\xb8\xe4\x3c\x87\xef\x95\xbb\x04\x59\x8a\xd8\xc0\x9c\xf1\x53\xdf\x7d\x72\xc6\x37\x2f\x8e\x48\x19\x6f\x2e\xd4\xb7\xcb\x73\xb9\x63\x23\x5e\x72\xbc\x60\xf4\xe1\xb1\xd4\xfe\xcb\x78\x29\x2f\x42\x16\xc3\x77\xbf\x43\xd4\xcf\xbd\xf1\x2a\xa2\xae\xee\x51\x43\xd0\x39\xf9\x86\x93\x73\x57\x44\x38\x39\x8f\xa5\x32\x69\x6f\xe0\x57\xe2\xce\x1b\xf8\x1d\x92\xc0\x6e\x5e\x44\x24\x45\xda\xe2\x45\x44\x32\x8d\x96\xf1\x4e\xcc\x8b\x3c\x96\xa1\xec\x76\x27\x93\x2b\x56\x12\xfc\x95\x7e\x52\x98\xfc\x2e\x79\xeb\x28\xe5\xde\x07\xfa\xe5\xde\xcf\xfe\x30\x1d\x9b\xe7\x10\xc1\xc5\x3a\xa2\xbe\xdb\xcd\xc5\x5f\xb2\xa2\x7f\x2b\x63\x48\xba\xdf\x02\x99\x2c\x35\x5d\x1e\xdf\x50\x7d\xdb\xde\x19\x27\xc3\x97\x20\xc8\x81\x01\x31\x44\xcf\xa2\x70\x49\x22\x63\x81\xfc\x4b\xc2\xef\xce\x38\x75\xa5\x73\xdc\x08\x28\xa6\xb6\xa5\x2f\x34\xd1\xd4\xea\xf3\x85\x26\x9a\xda\x96\xbe\xd0\x44\x53\xc3\x35\x32\xf4\xa7\x19\xa8\x19\xca\xa7\x7a\x7f\xbf\x3a\x72\xab\x45\x7f\x8d\x80\xe6\x25\x64\x96\xfe\x75\x88\xb5\x6f\x75\x43\x10\x03\xef\x6d\xfe\x26\xd7\x07\xbe\x7d\x29\x38\x30\xe9\xfd\x52\x78\x41\xd2\xfb\xef\x85\x7e\x22\x87\xfd\x87\x1d\xf6\xac\xc7\x56\xfd\xa7\x33\xb6\x1f\x90\xcc\x56\xcc\x5c\xfd\x00\x72\xa8\x98\xba\xc6\x07\x24\x8f\x04\x8b\xf2\x03\xb2\xc4\x9a\x3f\x24\xe1\x87\xa9\x5b\xf2\x37\x03\xf1\x61\x48\x28\xfd\x57\xe2\x74\xbc\x3f\x38\x56\x20\xa7\x5f\x15\xc6\x30\xf0\x86\x89\x0f\x97\x1f\x7e\x70\x20\x83\xa8\xe8\x27\xe2\x83\xd1\xc6\x3e\xf2\xc8\x0f\xdb\x08\x15\xe9\xd7\x28\x94\xc6\x1c\xf5\xdf\xe0\xd4\x1e\x0c\x42\x78\xc4\x07\x1d\xe5\xf2\x3f\x48\x55\x03\xf4\x31\xfe\x35\xaa\x00\xcb\x20\x32\xf1\x81\x7d\x9a\x3f\xc4\x10\x1f\xb0\xe1\x1d\xe3\x5f\xb7\x8a\x6b\xfa\xf8\xaf\x17\xe4\x1a\x0d\x8b\x2c\x3f\xc0\x98\xf7\xfc\xeb\x56\x9e\xb7\x43\x2e\xc4\x07\x63\x64\xcf\x7f\xdd\xca\x52\x4e\xe4\x50\x7e\xe0\xae\x30\x48\x85\x1f\x40\x7e\x2d\xfd\xd6\xf6\x19\x3a\xf8\xe6\xff\x3e\x34\x1b\xfd\x07\xba\x8c\x4a\x63\x1b\xc5\x87\xc7\xd4\x75\xbf\x12\x1c\xa9\x8e\xa4\xc1\x0f\x97\x3e\x54\xeb\x07\x98\x54\x35\x2a\x05\x3f\xe8\xfc\x0f\x31\xec\x07\xa8\xc7\x5e\x7f\x53\x28\xfd\x52\xc7\xf8\x37\x16\x2f\xfe\x49\xb0\x38\x3f\x98\x57\x00\x82\x23\x3e\x00\xfa\xfc\xaf\x0d\xf6\x69\xfb\x6f\xd6\xbd\xc8\x7a\xfd\x6d\x5c\x31\x5d\xaf\xf9\x57\x65\x44\xa2\xa0\xdf\x07\x03\x4d\xd6\xdf\xe6\x17\x81\x4c\x38\xca\xf8\x80\x67\x32\xb6\x90\x7e\x40\x50\x38\xff\x9f\x6e\x39\x89\x9d\x3b\x3f\x3e\xc4\x76\xf8\xf5\x02\xc1\x6a\x6c\xa3\xf8\x70\xab\xc4\xb7\xdb\xb4\x31\x04\x48\x75\x8e\xff\x3e\x54\xa7\xf0\xf8\x7d\x78\x1d\x5c\xfe\xf7\xa1\xbb\x94\xe3\x57\xc2\x18\x1e\xc4\x67\x8f\x0f\xea\xe0\x8f\xdf\x07\x50\x77\x9d\x71\x3c\xbe\x0f\xd9\x0f\xed\xdf\x07\x03\x76\xcd\xd8\xb8\x69\xdf\x98\xa2\xcc\x7a\xfc\x7a\x01\xf4\x91\xff\xeb\x05\xda\xb8\x61\x7d\xc5\x87\xed\x32\x40\x76\xf8\x41\x38\x6a\xfd\x37\x38\xa5\xc0\x1d\x37\x6a\x3f\x80\xf3\x3a\x81\xa0\xfc\x60\x64\xd2\xf1\x9b\x0f\x25\x93\x06\xe2\xf5\x03\x88\x6d\x60\x11\x1f\x1f\x9a\x90\xe6\xdf\x07\x2d\xb4\x62\x9f\xa6\xbd\x23\xe6\x76\xfa\x4b\xa7\x15\xa5\x39\x4c\x47\xfb\x37\x59\x4a\x7e\x0c\x31\x1c\x1f\xa2\xc7\xf2\xfb\xc0\x15\x01\x82\x8e\x0f\x40\xdd\xfa\xbf\xc9\x7a\x8a\x8e\x1c\xe3\xf7\xa1\x99\x29\xf2\xbf\x12\x58\xd3\x4d\x68\x56\x3e\xbc\xca\xa5\xe6\x6f\xaf\x48\x89\x8e\xfc\xdb\x09\xde\xfb\xda\x1c\xee\x59\xf3\xd6\x2a\xa3\xe5\x58\xb4\xbc\x55\x6a\xd7\x19\xb7\x40\xde\xb7\x93\x95\x62\x15\xf3\x0e\xb5\x28\x41\x03\xfd\x00\x8d\xde\x09\x69\xed\x87\xa6\xe2\xf0\xbf\x12\x46\xaf\xed\xeb\x5f\xb7\xfb\x09\x1e\xf8\x5f\x89\x98\x31\x82\x15\xfb\x41\x13\xca\xfa\xeb\xf6\x41\x79\x64\x7a\x46\x3f\xcc\x88\x3e\xf4\x0f\x74\xa4\x02\xa9\xb5\xf5\xfb\x60\x00\x11\xe8\xcd\xf8\xb0\xfd\xf0\x0f\xd2\x17\xb1\xde\x3c\x7e\x70\xbc\xda\xea\xb5\xf2\xaf\x0d\x69\x86\x45\x02\x2a\x3f\x98\x58\x7e\xf4\x5f\x09\x71\x3c\x74\x99\x1f\x4c\x3a\x85\x5c\xd6\x0f\xb0\xff\x75\xd6\x5f\xb7\x1c\xfb\x89\xe4\xd7\x0f\x70\xd3\xbd\xfe\x26\xe8\x75\x4b\x21\x55\xf4\xc3\x1b\x55\xea\xef\x83\xa7\xbc\x5a\xa5\x6c\xcd\x8d\xc6\x8c\xd3\xf5\x7d\xd8\xde\x24\xf5\xdf\x87\xec\xae\xce\xbf\x12\x68\x78\x47\x8e\x85\xfa\x3e\x70\xb3\x1e\xe5\xbf\x12\xd1\xed\xaf\x17\xe3\x50\x1e\x01\xfa\xf7\x21\x8b\x7d\xcb\xef\x03\x5a\xa9\xfc\x5f\x2f\x50\xea\xb3\x06\x2e\x29\x81\x8f\x66\x8d\xcb\xb8\xec\xdb\xe0\xc0\xad\xfc\x7a\x81\x58\xd5\x40\x3f\x3e\xdc\x56\xf9\x35\x3a\x5d\xca\xd8\xeb\x65\xdf\x4a\xdb\x8e\xf4\x83\x03\x89\xd9\xec\xf9\x57\x42\x74\x5c\x83\x4a\xf8\x3e\x98\x0e\xe1\x3f\xd0\xd1\x49\xcc\xff\x07\xf4\x48\x03\xb0\xfe\xfb\xa0\xc0\xf2\xbf\xb1\x6c\xa3\x13\xce\x1f\xe8\xdb\xf4\xb8\xe9\xd7\x8b\x26\x76\x35\xff\x26\xf9\x89\x0f\xbf\x29\x7c\xcd\xd7\xd2\xfe\x41\xba\x8d\x42\x82\x3c\xc4\x0f\x59\x89\xe1\x6f\x82\xd4\xda\xd7\x3a\xd3\xef\x83\x41\xb6\x7e\x83\xdb\xdc\x79\x23\xad\xfe\xfb\x30\xdc\xa7\xbf\x2a\x30\x70\x63\x8e\xff\x4a\x78\x4c\xdb\xfc\x7d\xb8\xbd\xf2\x7f\x70\xc0\xb4\xf5\xd6\xfe\x6b\x03\x84\xdd\x7f\x83\x53\xc7\x3b\x6b\xfe\x37\xa7\xaa\x76\x7b\x2a\xbf\x5e\xa0\x34\x3a\x96\xb6\xf1\xe1\x76\x0a\x7f\x1f\x96\x46\x64\xed\x37\xda\xe5\x4d\xf2\xdb\xc9\x9b\xab\xb6\x23\x36\xf3\x83\x01\x8e\xd0\x78\xf8\x01\x0a\x78\x22\x98\xe3\x83\x54\xd3\x44\x58\x16\x1f\xa4\xcd\x7e\x93\xac\x2a\x60\x62\x81\x13\x1f\xb6\x47\x3d\xfd\x3e\x3c\xb6\x31\x7e\x1f\xe4\x28\x8e\x5f\x2f\x28\x00\xc6\x4a\xbf\x46\x41\x6c\x63\xfd\x76\xe1\x03\xfa\xac\x79\xfc\x57\xc5\x6c\x1b\xe5\xd7\x2d\xb3\x3e\xd0\x59\xf9\x01\x8d\xfa\xec\xf5\xd7\xed\xf0\x44\x95\x1f\x60\x10\x6b\x7d\xfe\x86\xff\x44\x1a\xef\xd4\xfe\xbe\xc0\xbe\xd2\x4a\x4c\x8e\xdf\xdc\x18\xa1\x7b\xfd\x8e\x3d\xca\x80\x6f\x18\xc7\xef\xc3\x29\xea\xf8\xef\x03\xe8\x07\x4f\x3b\x3f\x98\xa6\x1b\xff\x19\x3f\xb8\xac\x69\xfe\xa6\x62\xb9\x01\xe7\x6f\x5c\x5a\x2d\xff\x23\xdb\xcb\x56\x52\xdd\x8f\x1f\xa6\x50\xc2\x3c\x66\x9f\xbf\x0f\x62\xbd\xf1\x1b\xb9\x5c\x55\xff\xed\x6a\x85\xc2\x3d\xfd\x70\xc9\x13\x84\xca\xef\x94\x23\x15\x4d\xf3\xf8\x9d\x8c\x67\xbb\xcd\xeb\x0f\xd2\x57\x7c\x34\x7e\x55\x30\x8d\xea\x47\xfb\xef\xc3\xe9\x14\xfe\x7a\x79\x9d\x8f\xe3\x1f\xe8\x2f\xeb\xdc\xda\x6f\x92\x15\x5a\xb5\xf2\x6b\x43\x59\xd3\xfc\x47\x95\x7e\x1f\x1e\x27\xe8\x57\xa2\x48\xca\x8c\x5f\x09\x6f\xf8\xf9\x43\x1d\xaf\x31\x86\xcb\x0f\x83\x2b\x74\x19\xf9\x77\xdc\x14\x43\x8c\xf4\x43\xfa\xaf\x96\xeb\xb8\x99\xf8\x01\x25\xc8\xac\xbf\x3d\xfb\x9e\x96\xf8\x9d\x8c\xf7\xb2\x8d\x59\x7f\x1f\x9a\xab\xff\x5f\x09\xd1\xe0\xef\xd8\xbf\x97\x18\xfc\xbf\x12\x10\x5d\x75\xfc\x07\xfa\xe3\xf9\x6b\x3f\x38\xfe\x3f\xc6\xde\x24\x57\x93\x65\xb9\xd6\xeb\x9f\x51\xe4\x0c\x14\xe1\xb5\x03\x1b\xd9\x51\x5b\x9a\x43\x14\xee\xc2\x6b\x3c\xf2\xe2\x8a\x9c\xbf\x60\xeb\x33\xf7\x38\x24\x44\xe4\x6d\x24\x22\x7f\xdb\x11\x5e\x17\x56\x2e\x23\x71\x5f\xa9\xdf\x1b\xcc\xed\x3e\xf5\x26\x47\x69\xf1\xa3\x23\x2d\x66\x78\x9d\x03\xe9\xc5\x97\xb1\x49\xcd\x05\x21\x7b\x3b\xf6\x27\x3a\xb1\x6a\xcb\x9b\xc0\x66\x3a\xfc\x4c\x33\x02\x8c\x96\x9f\xbe\xc9\xef\xab\x2a\x3d\x80\x13\x7c\xbf\x94\x4d\xd0\xec\x47\x5f\x63\xe9\x7d\x1a\xe7\x51\xdc\x6f\x74\x2f\xb4\x6e\xc2\xcb\x21\xb7\xab\x05\xcb\x26\x97\xfd\x89\x33\x16\x2e\xd6\xa5\xf7\x79\x7c\x39\xec\x32\xc0\xec\x2f\x65\xf7\x05\x63\x43\xe8\xbb\x0c\x9d\x8b\x35\x94\xdd\x30\xac\xfa\xfd\xfc\x3e\x61\x3c\xca\x6e\xc7\x8b\x9b\x89\x2f\xcb\xf4\x3e\x03\x48\xd4\x8f\x20\x0b\x71\x5d\x02\x57\x7a\xdf\x40\x4b\xd3\x7a\xe3\x75\x3e\x22\x9d\x9b\xc0\x92\xaa\xab\x1d\xb8\x6d\xd5\x7a\xee\x32\x92\x8f\xe9\x47\xa0\x61\x75\x8d\x3a\x7e\x3a\xb5\xef\x21\xc4\xbb\xa6\x95\xb6\x26\x1b\x23\x7f\x2b\x75\x75\x6e\x90\x8d\xb9\x1c\x9b\x90\x60\xf8\xf6\x0a\x1a\x95\x98\xeb\x63\x95\x31\x9c\xe1\x0b\x79\x13\x54\x68\x3d\x56\xb5\x18\xaa\xf0\x58\x82\x40\xd2\xcb\x94\x76\xa1\x13\x5c\x97\xb8\x9a\x8e\xca\x3f\xcb\xae\xe2\x04\xf8\xee\xf6\xbd\x21\x6e\x76\xb1\x1e\x46\x40\x32\xde\xe3\x81\x9e\xb8\x2d\x0e\xd0\x08\x17\xba\x84\xfd\x46\x85\xe3\x49\x69\x13\xb0\xe9\xb5\x35\x0d\xe8\xee\xca\x52\x1d\xa4\x17\x35\x1b\x86\x4a\x27\x3c\x70\xd5\x6b\x05\xcd\x07\xf7\xe4\xe3\xd8\x84\xc2\x00\xed\x37\x06\x20\x9d\x61\xf7\x85\x34\xeb\xd5\x77\x65\x76\x21\x36\x67\x67\xc4\x8d\xa0\x43\x5a\xb6\x19\x08\x01\x66\x3e\xfe\x49\xc3\xc7\xdb\x11\xed\x99\x0f\x78\x7e\x71\x54\xce\x8b\xf9\x33\x02\x9b\xa9\xef\x26\x64\x4e\xac\x73\xbf\x81\xde\x29\xa4\x4d\x20\xd4\xa6\xbb\x58\x97\xdf\xe7\xf6\x8e\xd6\x45\x18\x9e\xd3\x64\xb7\x5a\xfe\x0c\x29\xb8\x70\x90\x5f\x5c\xd6\x5a\x4a\xab\x0c\x3c\xc8\x80\xb1\x82\x00\xdf\x2a\xe4\x22\x11\x60\x43\x72\xeb\xeb\x13\xbc\x05\x4a\x3e\xc3\x26\x74\x0a\x5d\x65\x8c\x08\x17\xe6\xd7\x75\x7e\x47\x71\xb4\x87\xfd\x86\xc4\xf7\x52\x9c\x7f\xce\xef\x10\xef\x5b\xca\x57\x86\x22\x77\x5b\x3a\x76\x19\xae\x9a\x09\xbb\x61\x0f\x7a\x96\xb0\xcb\x90\x7c\x95\x73\xd9\x84\x17\xc8\xb8\x76\x6c\x02\xe2\x7b\xdc\x65\x70\xe8\x7f\x23\x86\x81\x30\x9f\x69\x7f\x82\x68\x78\xec\xa9\x1c\x80\x3a\xe7\x63\x13\x74\xd5\xa6\xb6\x07\x99\xab\x36\x2d\x1d\x9a\x11\xb4\x87\x7b\xfd\x08\x68\x2e\x77\x19\x08\x7e\x65\xa9\x22\xf2\x3b\xc1\x4d\x68\x65\x35\xcc\x4d\x4a\xa9\xaf\x01\x62\x77\xe5\x92\xfb\x26\xa8\xda\xbe\x47\x7d\xea\x70\xc9\xeb\xb4\xc9\xef\xcc\xe4\xe7\xae\xab\xa5\x52\xe1\x9f\xad\xee\xc9\x9e\x20\xc9\x2e\x85\xa9\x11\xd0\xa0\x7e\x0d\xd3\xf5\x94\xd6\x71\x9c\x5f\x54\xff\x65\x29\x3c\x8c\x80\x0a\xf1\xeb\x1c\x32\x7c\x28\x65\x13\x50\x11\xed\xe5\x80\x1e\x3a\xad\x43\x3f\xbf\x68\x9c\xf3\x59\x77\x5f\x6e\x04\xf2\xf6\xbd\xc1\x0a\xda\x8b\x1f\xed\x73\x2e\x5f\x2d\xba\xaf\x52\xa8\x1f\x01\x17\xbe\xaf\x73\x8f\x9f\x8b\xbb\x73\x8f\x6f\x8f\xdd\x17\x1d\xd8\x39\xc7\x5d\x86\xac\xd4\x39\xf4\x8f\x70\x53\xed\x2e\xf4\xe5\x48\xdf\x87\x0b\x8c\x45\x3b\xe3\x26\x0c\x38\x8d\xbd\xb4\xd1\xb2\xb5\x75\xc8\x19\xa1\xc0\x7a\xec\x89\x9a\x1c\xfa\x7b\xcf\x4d\x31\x7c\xe9\xfc\x96\xc3\x74\x85\xcd\x6e\x98\x56\x61\x29\xe1\x23\x3c\x9c\xad\xd4\x52\x5c\xfe\xce\x02\x3f\x76\x02\x9b\xd0\x2f\x52\x23\xa0\x20\xf4\x6a\x8d\x70\xb1\x92\xfb\x26\xc0\x23\x3a\x97\x50\x5e\x42\x59\x80\x7c\x74\x02\x9c\x68\xfa\xde\x20\x0e\x28\xec\x76\xc8\x91\x3a\x2f\xad\xb4\x11\x32\x2e\xbb\x9b\xc0\xf1\x99\xeb\x6e\x98\xcc\x60\x29\x7c\xd5\x72\xc2\xb4\xef\x8d\xc2\x27\x7e\x93\x18\x01\xf7\xd8\x73\xf7\xb6\xa0\xd9\x3e\xf6\x27\x1c\x8e\xb5\xec\x4f\x2a\x0c\xdf\x57\x4b\xe3\x9e\xa8\xbb\xe9\x0d\xd6\xe3\xf8\x08\xe8\x36\xcf\x5d\xa8\xb4\xd2\xf5\xa8\xbb\x5a\x02\x1e\x73\xd8\xb5\x90\x02\xa7\x1f\xbb\x16\x39\xc7\xe4\x10\xbf\x37\x38\xa4\xfd\x0c\x2a\xef\x03\x7a\xed\xba\xf2\x8b\xb3\x62\x39\xd7\x4d\x90\x3d\x01\x48\x37\x27\x90\xb6\xf3\xf8\x17\x24\xb0\xe2\xca\xd3\xb2\xd4\x7f\x46\x68\xb4\x69\x4f\xbc\x76\x46\x92\x8d\x1c\x02\xc7\x60\x69\x8b\x40\xb4\x44\x2e\x65\x7d\x42\xc8\x43\x4a\x7b\x06\x5e\x09\xa3\xa5\xa4\xfd\xc9\x49\x16\xde\xbf\xbd\x01\xcc\x4e\xf8\x08\x0f\x19\xb5\xd6\x8a\x24\x28\x21\xd5\x54\x37\xa1\x72\x96\xec\x37\x38\x17\x97\x89\xa7\xbc\xb8\xe7\xb7\x9a\xf6\x1b\xf2\x76\x2f\xad\xef\x32\x0a\x97\x4f\xde\x6f\xc0\x85\x35\xbf\xae\x8b\xf3\x7a\x6d\x31\x7f\x46\x70\x45\xf0\xb9\x09\x8d\x89\x5f\x33\xc0\xcd\x9a\x5a\x5f\xb3\x88\x63\x67\x49\x7b\x16\x71\x73\x4c\x6d\x8f\xd8\x58\xbb\x6b\x7d\x32\xa2\xdb\x5a\x56\xa1\x83\xb4\x2a\x4b\xff\x6c\x84\x9b\x5c\xad\xab\x61\x43\xeb\xbe\xf5\xbe\x3e\xc1\xb8\x5e\xca\x9e\xb9\xf9\x38\x3a\x7a\xdc\x04\x9c\x69\xfc\xde\xac\xbe\xed\x5b\x72\x0d\x48\x7d\x9f\x8a\x48\xe6\xbc\x48\xf5\x25\xda\x8a\x2f\x40\x23\xb8\xa6\xbc\x6f\x02\x82\x4e\x5e\x6f\xa0\x11\x6a\xd5\xa7\xb2\xbe\x04\x2a\xf4\xa3\xf5\x4d\x18\x22\x9c\xab\x1d\xf8\x9e\xe7\xe6\xda\x9c\xfa\xe2\xee\xdc\x96\xc2\xc3\x08\x1c\x50\xc7\xae\x05\xe3\x5c\x3b\x76\x2d\xaf\x7b\x02\x6e\xc2\xe0\xf2\x71\x01\xb4\xbe\x2f\xc2\xf4\xd7\x17\x3c\x17\xeb\x79\x6e\x42\xa0\xa5\x69\xb5\x63\xc8\x2d\xa2\x14\x9f\x6c\x23\x00\x36\x5d\xf7\x1b\xa0\x91\xa7\xba\x6a\xc1\xd1\xad\x2c\xf5\x4e\x75\xc6\x9e\xdc\x46\x10\x5c\x67\x94\x77\xa1\x6e\x28\xc8\x6b\x80\xe6\x01\x5c\x45\xdc\x04\x57\xec\x97\x35\x62\xb2\xde\x9f\xa5\xc6\x55\xed\xd4\x79\xd4\x96\x0e\xad\xbe\x93\xd3\xa6\xc7\x55\xcb\xf4\x7c\x49\xce\x68\x35\x3f\x8e\x5b\x72\x5e\xc4\x08\x0c\x90\xdf\x24\xed\x7d\x64\xae\x6a\x4b\xe5\xde\xde\xa7\xbb\xd1\x63\x7f\xe2\x82\x9f\x1f\xe9\xcd\xad\x31\x65\x71\xa2\xed\x7d\x81\x7e\x58\x86\xa4\xf6\x12\x5c\xd2\x96\xa2\xa4\xbd\x04\x5f\x94\xb2\x6b\x79\x2b\xac\x69\xdd\x6f\x5c\xae\x7e\xd8\x04\x2d\xed\xbe\xf4\x22\xcd\xcd\x33\xc0\xfd\x89\x30\x0e\x04\x50\xbf\x27\x9a\x0b\x5c\x2d\x95\xd5\xd2\x89\xdd\x39\xf4\xb0\x09\xe4\x6f\xcb\x6b\x80\x26\xf8\x31\x25\xee\x4f\x5e\xcf\x33\x7e\x6c\x02\x8c\x45\x59\xbd\xe5\xba\x6e\xc9\xef\x9a\xbe\x94\xd0\xc5\x19\x8b\xfe\x3e\xce\x46\xf9\x34\xf4\xf7\x21\xbc\x7f\xad\xf5\xee\x46\xb1\xd2\x7d\x37\xf4\xf7\xb9\x31\x99\xfb\x8e\x32\xc2\x83\xa9\x7d\x97\xc1\x78\x9c\x69\x7f\xb2\x8c\xf1\x69\x13\xfc\x93\x5d\x0b\x81\xcf\x4b\xb3\xdd\xdf\x17\xfe\x7f\xa9\x32\x8d\x70\x13\xee\xb4\xca\x20\xa0\xab\x2c\xbe\xaa\x2f\x0b\x4c\xd9\xb5\xbc\xd2\xf1\xe4\xa5\xfc\xed\xef\x8b\xa7\x65\x0f\xfb\x8d\xdb\x8d\xfb\xab\x96\x41\x76\x8e\x1e\xff\xe4\x7c\xe6\x6f\xb3\x65\x77\x8d\x23\xf0\xf9\x1e\xce\x51\xb0\x96\xc7\x35\x14\xa8\x10\xdb\xe2\x07\xfa\x52\x10\xb6\xf6\x11\x60\xfd\xf3\xfe\x84\x68\xef\xb2\x67\x11\x07\xbf\x7c\xe6\x8f\x80\x7a\x75\x0f\x27\x6e\x6e\xad\x1f\x7d\x13\x60\x53\x63\xda\x84\x9b\x2b\xae\x6e\x02\x56\xea\x63\xbf\xe1\xc7\x71\x59\xe3\x8b\x60\x5d\xc3\xae\x76\x36\xe2\xf6\xce\xd5\x5b\x77\x64\x39\xc2\xae\x16\x6d\x4e\xdd\x2b\x61\xa9\xcc\xce\xb5\x78\xa6\xac\x53\x65\xdd\x57\xd7\xfb\x48\x27\x50\x97\x4c\x72\xbd\x8a\x7f\x3d\x4b\xf5\xad\x72\xbd\x04\xc1\xa6\xa5\x96\xbd\x7c\x11\xb7\xe4\xb7\xc0\xf5\x3e\xa8\xee\x96\xfd\xea\xf2\x15\x59\x6a\xdd\x85\x4e\x32\x33\xfa\x78\x5c\xef\xeb\xd0\x6a\xae\x24\xb8\x5e\xe2\xf6\x6a\x2b\xab\x61\xaf\x2b\xd5\xea\xaa\x96\xf8\xb1\xb6\x0e\x5b\x23\x78\x68\xeb\xaa\x85\xfb\xbb\xd4\xef\x8d\x8e\x2c\xb0\xdb\x31\x14\xa9\x5b\x43\x5e\x85\x0e\x14\x51\x61\xf7\x76\x1d\xc7\x75\xb5\x03\xe1\xb1\x2e\x33\xd1\xe5\xb2\x62\x4b\x75\x11\xa6\x6b\xec\xeb\x2a\x03\xef\xc2\xb4\x34\x05\xd7\x3b\xa3\xf7\xa5\x2c\x82\xec\x57\xe5\x88\xab\x61\x1c\xe9\x69\x31\xd4\xd7\x8b\x0f\x4d\x0d\x67\xdf\x04\xa2\xdc\x7c\xe6\xee\x97\x30\xf8\xbc\x84\x7a\x23\x88\x49\x8a\xde\xb9\xfb\x7d\xe4\xca\x57\x4f\xaf\xf6\x7e\x89\xcd\x6e\xc9\x2f\xc1\xfb\x7d\xc8\xa1\xb2\x76\xf9\xbd\x34\x16\x4b\x7c\xb8\x9d\xe5\x2e\x8b\x7b\xbb\xb7\x92\xd1\x6f\xc5\xfb\x7d\xba\xef\xe1\xbc\x08\x3a\xb0\x53\xcf\xbb\x50\xac\x97\xa7\x1f\xb6\xf7\xfb\x38\x34\xd8\x57\xc6\xed\x73\xdb\x17\xe1\x71\xf0\xb0\xdd\xb9\x07\xc5\x7e\xd9\x4d\x47\xa7\xd8\xf2\x22\x10\xaf\x9b\x96\x36\xd8\x08\xb4\xb4\xad\x32\xe0\x44\x5b\x6a\xab\x1d\x30\x8d\x35\x9c\xc7\x26\x60\x4f\xc8\xfb\x93\x42\xa1\x79\x7f\x82\x22\x3b\xc4\xd5\xf4\xb7\xb3\x60\xda\xea\x2d\x51\x69\xad\xb4\x5d\xe8\x85\x6e\x25\xc6\x4d\x48\x18\x3a\x76\xa1\xde\xfd\xb6\xdf\x18\x28\xe5\xfb\xea\x0b\x66\xa2\x52\x77\x5f\x46\xc4\x52\xdf\x57\x2d\x23\x79\xe7\xd6\x34\x60\x5f\x49\x3d\xed\x32\x74\xd7\xd4\xb0\xe7\x76\xdc\xbe\x0a\x57\xd3\xe5\xfc\x7c\xb6\x63\xf7\x05\xa1\xbe\xa5\xfd\xc9\x7c\x58\x41\x6d\x8d\xfa\x1c\x48\xe8\xde\xb9\xe7\x05\x37\xa1\x25\xe7\x23\x9e\x17\xdc\x81\x7a\xf8\x2d\x60\x04\xee\x3c\x5f\xa7\xcf\x4b\xfc\x7c\x4b\xce\x03\x3c\xef\x53\xc1\x85\xf2\xa5\xfd\x2c\x5e\x64\x1d\x28\x8f\x3b\x93\xa4\x9e\xf7\x27\x8e\xbd\xee\xbd\x7d\xfc\x9a\x4c\xd9\x65\x88\xe7\x7d\x24\xe5\xb7\x7a\xac\x37\x5e\xd4\xa1\xbd\xae\x96\xba\xbe\xb8\xe7\xf5\x09\xb1\x9c\x29\x7c\x6f\xa0\x59\xeb\x6d\xf5\x16\x57\x91\xd4\xcb\xbf\xa0\x42\x7c\xdc\x60\x58\x5a\x3c\x37\xa1\xa3\xbc\xd9\x04\xd9\x27\xfa\xd1\x57\xbf\x9c\x6f\x5d\x6b\xe5\x71\x73\x60\xea\x6d\x13\xc4\xb9\xe4\xe8\x97\xaa\x11\xc8\xa6\x1f\x56\x23\x87\x0c\x38\xa5\x85\xbe\x09\x01\x29\x79\x7f\x12\x5d\xd0\x39\x36\x21\x51\xcb\x26\x78\xe2\x81\xd0\x36\x61\xe0\x1a\xb1\x9a\x3e\x74\x52\xa4\xc5\x20\x3c\x2f\xe1\x39\x6d\x49\x3e\xcf\x62\x97\x7b\xf9\xde\xb8\x90\x48\xf7\x1b\xae\x33\x2a\xbb\x73\xc4\x74\x9c\x7b\xf1\x10\xd7\x91\x7a\xd9\x0d\x23\x55\x4a\xef\xbb\xb7\xf8\xd5\xf4\xb2\x3f\x01\x96\xb6\xf7\x45\xc0\x4b\x3e\x2f\x49\xfb\x59\xfe\x5f\x4b\x7c\x7f\xfc\x76\x6e\xa9\xaf\x5a\xfc\x66\x5d\xda\xf6\xc7\x37\x42\x5e\x7e\x30\xcf\x3b\x5f\x6e\x81\xbe\xc6\x63\xea\xe2\x28\xcb\x80\xf3\xbc\xd3\x2d\x18\x7b\xf1\xb8\x8a\xa8\xc6\x5d\xcb\xc4\xa9\x73\xaf\x7b\x57\x00\x2d\x1e\xeb\x71\x2d\x77\x5e\x8e\x8b\xef\xfb\x1c\xe4\x26\xf6\xf3\xf9\x75\x35\x75\x0e\xce\x8b\xbc\x2f\xe0\x1a\xa9\x7b\x19\xaf\x1b\xa3\xca\x32\x7d\xbf\x2f\x88\x13\xa9\xbb\xc2\xe3\x7d\x05\x0d\x71\x12\x7c\x24\x02\xf8\x03\xc0\x5d\x42\xc0\x73\x68\xdd\x9b\xef\xab\x48\xf5\xb3\x2f\x6b\xb9\x11\x50\x75\xd7\x5d\x86\xdf\xdf\x7d\x35\x9d\x93\x33\xad\x9b\xd5\x08\xa8\x99\x76\x3b\xb0\xc9\xe7\xc5\x94\x9b\x70\x8d\x33\x69\xda\x6f\x38\x3f\x53\xf6\x1b\x0f\x4a\xa4\xb6\xdb\x01\xfa\xd1\xd9\x77\x2d\x93\x03\xca\x17\xcc\xfb\x8e\xc3\xbd\xee\x36\x81\xec\xf5\x6b\x8b\xbd\xee\x38\xd5\xd2\x2e\xc3\x4d\x3c\x6d\x77\x7f\xa0\xee\x5a\xca\x85\xf7\x1d\xd9\xdd\xf0\xda\x26\x4c\x1c\xb8\xd6\x78\x0c\xd7\x4c\xed\xbe\x10\x24\xd6\xcf\xb8\xfa\x82\xf3\x63\x3f\x7c\x15\xda\xe1\xe0\xc6\x81\x5d\xc6\x85\x90\x92\x56\x6f\x5d\xc3\x5e\xbe\x5a\xa4\xa8\xcc\x25\xed\x42\x49\xcd\x53\xf7\xdc\x62\x15\x2a\x8b\x15\x7b\x5f\xe2\x31\xda\x72\x14\x7a\xdf\x09\x60\xcf\x52\xfe\xbe\x6e\x44\x2e\xeb\xd8\x32\xc2\xc4\x9e\xb0\xfa\x02\xc7\x93\x6a\x5e\x4d\x9f\x24\x08\x09\x61\x13\xe0\x66\xcf\x73\x13\x2e\xf4\x44\xc7\x2e\x94\x13\xbc\xf7\xdd\x52\x31\x05\xa5\xa5\xfd\x89\x98\xb5\x7c\x7c\x65\xa0\x10\x2b\x69\xb7\xf4\x45\x3b\xee\x83\x3c\x5c\x73\x99\x96\xe6\x64\xbc\xaf\x73\x1a\x7e\x06\x8d\x97\x30\xb4\xb6\x94\xf2\xe3\x1d\xa8\x74\x9a\x8f\xc7\x58\x43\xf8\x37\x02\x82\xdf\x19\x57\xa1\xc4\xa7\xf4\xc3\x6f\xc5\xf1\x7a\x54\xc0\x32\x68\x4d\xd7\x5c\xb6\xe5\xc4\x31\xdf\x47\x8b\xbf\x2c\x75\xcc\x5c\xe2\xf6\xba\x37\xe7\x62\xb4\x16\xe7\x35\x97\xb3\xd1\xd1\xf6\x27\xba\x04\xc9\x0d\x0f\x01\xdd\x77\x8d\xfb\x13\x6e\xa0\xe5\x9d\x36\x9d\x8d\x2a\xfd\xfc\x13\x52\x25\x6f\x4f\x77\x7c\xd8\x6d\x9a\xa8\x44\xc2\xee\x17\xb1\x49\xc5\x47\x6f\x2e\xc7\xa3\xda\xd7\x27\x40\x6c\xe4\xa5\x6e\x9e\xae\x13\xc8\xd9\xb7\xdb\x7c\x1d\x35\x21\xe4\xd5\xea\x97\x0c\xb2\x21\xed\x37\x50\x11\x55\x5f\x2b\xd3\x39\xa8\x9c\xf7\x70\xbe\xb7\x9b\xcd\xf2\x26\xe8\x70\x89\xe5\xfb\xe4\xc2\x0a\x52\x37\x81\xf1\x75\x16\xc2\x08\x0f\x63\xf3\x7d\xf2\x42\x58\xe3\x4b\xac\x75\x5a\x5a\xdd\xf9\x12\x93\x9c\x42\x59\x04\x42\x84\xdb\x5a\xc4\xd3\x9d\x75\x5a\xea\xab\x73\x23\x60\xaf\xd9\x2d\x45\x41\x98\xcb\x9e\xa3\x11\xc8\xa6\xf5\xb7\x37\x48\xe0\x9c\x56\x6f\x71\xe4\x2c\x8b\xe5\x9e\x7e\xe5\x83\x47\xe9\x84\xce\x61\xbb\xcb\x80\x8f\x2f\x69\xb7\xa3\xf9\x1b\xbb\x5a\x8c\x95\xdf\xcc\xc1\x40\xa6\xd0\x56\xf7\x07\x69\x6d\xd2\xd7\xb9\x1b\x43\xd2\xb1\x86\x10\x3f\x98\x74\x86\xfd\xc9\x64\x45\x1e\xbb\x50\xdc\x5e\x8e\x3d\xd9\xb8\xbd\xe4\xf2\xd5\xc2\x25\xb8\xbc\xbb\xe6\xb6\xc5\xfd\x8d\xc0\x44\x1d\x6b\x7d\x10\xeb\x94\x8f\x3d\x0d\xf8\x6f\xb7\x63\x0f\x90\xe2\x87\xce\xfc\xf5\x56\xe1\x35\x67\x3f\xf6\x0e\xc5\x3b\x1b\xd0\x1b\x08\xee\x9d\xdd\xf7\x1b\xcd\xb5\x6c\x79\x13\x3c\x67\xf6\xf7\x09\x0c\x75\x5f\x2b\xc8\xf9\x88\x5e\xe3\x26\x54\xc4\xed\xdd\x30\x99\x44\xc9\x69\xe2\x84\x8c\xe3\xf0\x1a\x20\x5c\x56\x4a\x8e\xbb\xb7\x03\xb5\x5b\xff\x08\xbe\x82\xbe\x4f\xc4\x36\xc4\xb8\x0b\x1d\x1c\xd8\x5f\xd3\x27\x2b\x08\x0e\x3b\x1f\xef\x83\x1e\x3f\x72\x2d\x18\x01\xe8\xd4\x5e\x3f\x82\x73\x6f\xfb\x13\x52\x93\x54\xa4\x05\x11\x1e\x86\xb0\x6f\x02\x1b\x08\x0e\xdb\x08\xa4\xe4\x74\xd1\xd0\x08\x04\x68\x77\x16\xae\x08\x4c\x76\xfe\xde\x60\xbf\x7c\xed\x68\x38\xb7\xa5\x4d\x70\x1d\x5a\xd9\xd5\x3e\x2c\x6d\x14\x36\x46\x80\x25\xac\x79\x7f\xa2\x21\x24\x2b\xb6\x08\x60\x44\x65\x77\xc3\x13\xc1\x6f\xb4\xb8\x08\x58\xc8\x33\x0b\xc6\x08\x9e\x56\xbd\xae\xa6\xbf\x9e\x5b\x9d\x03\x5b\x04\x66\xbf\xec\x42\x13\x3a\xd6\xbc\x1a\xf6\x66\xba\x5f\x77\xa1\x19\x31\x66\xcf\x0b\x58\x3b\xf5\xd8\xdd\x7f\x7d\xe1\xf6\x5d\xa8\x7b\xda\x7d\x7d\x41\xa5\xea\xfc\x9d\x11\x24\x91\xb6\xb2\x07\x08\x89\xb4\xf8\x6d\x24\x42\xc6\x65\x65\x37\xec\x82\x15\x6b\xbb\x0c\x37\xbc\xb6\xdd\x52\x67\xc5\xd2\x2e\x43\x0e\xc7\xf5\x6f\x63\x3a\xdd\x76\xbd\x3e\x41\xfd\x97\x63\x5e\x9f\x60\xe8\x68\xe7\xb1\x3e\x41\xec\xc8\x65\x77\x0e\xbe\x2a\x97\xdd\x0e\xbc\x10\xf3\x91\xfe\x7c\x81\xe9\x6d\xfc\x2d\xf6\x7a\x43\x4a\x2e\x65\x8f\x0d\x70\x01\x39\xec\xf1\x55\x20\xbe\xd5\xf8\x11\xe0\x5b\xbf\x37\x80\x91\x29\x7b\x9e\x39\x06\x5b\xff\x3e\xc1\x1a\xe3\xbc\x8d\x08\x88\x42\x6d\xf7\x9c\x88\x82\xb2\xf7\x0e\x4c\x46\xcb\xdf\x27\x6e\x0c\x3e\xd7\xe8\xb9\x63\x79\xde\x83\x05\xd7\x91\x8f\xb4\xca\x50\xf8\xa7\xbd\xb1\xd6\x2c\xf1\x94\xe9\xeb\x0b\x81\x84\xd9\x9d\x27\x44\x40\x59\xd1\xf3\x26\x80\x81\x92\xda\x26\xb0\x44\xfb\x26\x34\xec\x68\x7b\xab\xa0\x97\x6c\xee\xde\x24\x02\xec\x72\xdc\x6f\xb8\x72\xfd\xab\x45\x03\x94\xdd\xff\xc4\x08\x80\x76\xd6\xdd\x7d\x3c\xf7\x72\x0c\xbb\x2f\xc4\x2c\x9d\x67\xdf\x04\xec\xe9\xde\xdb\xf3\x7d\x0e\xef\x7e\x5e\x84\xc8\xaa\xe6\xb0\x15\x01\x86\x1a\x89\xd4\x08\x19\xe7\xf4\xaf\x0c\x98\x13\xb7\x80\x1a\x01\xc7\x87\xea\xa3\xbe\x02\x5d\x48\x17\xeb\x04\x58\x0f\x6e\x45\x23\xc0\x7a\xb8\x19\x40\x04\xdc\x09\x7c\x55\x9f\xef\x23\xa9\x25\x97\xbe\xab\xc5\x1f\xce\xa5\x16\x11\x7c\x4c\x57\x19\x58\x62\x9b\xbb\xae\x19\xc1\x43\xe9\xd2\xfa\x04\xf4\xaa\xe4\xfe\x16\x46\x70\xbf\x3c\xf8\xe7\x7c\xbe\xe0\x7d\x94\xa3\xae\x96\x8e\xc0\x0a\xda\x23\x36\x08\xeb\xe9\xdf\x27\xd5\xc7\x74\x8d\x98\x40\x27\xce\x7c\x1e\xbb\x0c\x40\x73\xdc\x63\x2e\x9f\x2f\xd1\xe6\xad\xec\x51\xc7\xd6\x92\x8f\x1c\x37\x61\x52\xe8\x2a\x83\x7b\x33\x1f\x79\x0d\xf2\x1c\xa0\xa2\x95\xb2\x09\x3a\x06\xa3\x9f\x9c\xe1\x05\xc9\xb4\xad\xed\x11\x5e\xc0\x44\xeb\x11\x37\x01\xe5\xcd\xc9\xdd\x6b\x04\xad\xb1\x5a\xf2\x26\x4c\x3c\x54\x7c\x15\x1a\x81\x9b\xc4\x47\xdd\x08\x04\xde\x22\x5f\x89\xa0\xd3\xe1\xe8\xbb\x1d\x04\x51\xb8\x5a\x56\x04\xd2\x7b\x84\x45\x00\xa4\xb0\xb8\x23\xa7\x08\x98\xcc\x91\x59\x45\x70\xc6\x73\x15\xea\xf1\x30\x39\x85\x4d\x60\xd1\x95\x5d\x28\xb7\x51\xfd\x6a\x41\x24\x0b\x7d\xb5\xf4\x75\x1d\xcf\x19\x37\x21\xb1\x60\x76\x3b\x22\x5a\xb6\xaf\x61\xe8\x12\xda\x47\xe0\x46\x73\xd7\x08\x11\xb0\x49\xd4\xdd\xb0\x44\x94\x89\xef\x7d\x23\xe0\x5e\x91\xf7\x27\x1e\xbb\x7c\xee\x86\x21\x0a\xd5\x63\x13\x2a\x1a\xc3\xef\x0d\xe2\x04\xdd\x78\x2b\x82\x8f\xc7\xae\x05\xaf\x0e\xd7\xd3\x8a\xc0\x65\x1c\x77\x6f\xe1\xcd\x3c\xf6\x52\x84\x06\xf7\x76\x6c\x82\xab\xa7\xf6\x10\xc2\x00\xbb\x51\x4c\x04\x24\x95\xf0\x7d\xe2\xc1\x0b\xdf\x1b\x98\x42\xd2\xee\x6d\x43\x61\xd3\xbe\x6a\xb1\xaf\xe4\x5d\x46\xc7\x71\x2a\xfe\x39\x0e\xcc\xde\xbe\x5c\x11\xb5\x3f\x97\xb8\x9a\x3c\xc4\x40\x04\x0c\xb9\x71\x0f\xd6\x45\xe8\x58\xdb\x6d\xba\xfc\xc0\xde\x6d\x42\x8d\x90\xeb\xee\xc6\xed\x0e\x72\xbb\x8c\x25\x4e\xed\xb1\xb9\x71\xa2\xfa\xe6\x08\x71\xaa\xee\xdd\xe5\xe2\xd4\xba\x15\xc3\x0b\x04\x58\x3e\xfa\x6e\xe9\x8b\xe5\xbf\xee\xe5\xf5\xba\x5b\xd1\xee\x9c\x94\x6a\x39\xed\x1d\xea\x51\x74\x1e\xcb\x69\x04\x24\xb0\x9e\x77\xc3\xd0\x5d\xe5\xaf\x0c\x1c\xba\xcf\x6f\x11\xc3\x1d\xc7\xb8\x3f\x99\x18\xa3\xe2\x6e\x98\x84\x94\x1c\xf6\x59\xe2\x62\x9d\xeb\xf4\x45\x20\x50\xb5\x7e\x9f\xe0\xa2\xb1\x97\x97\x03\x38\xd5\xbe\x5a\x0a\x3a\x53\x73\xf3\xb9\x08\xa8\x00\xf6\x6a\xf2\x08\xbe\xbc\x8f\x9f\x11\x50\xdc\xc6\xb6\x09\xb0\x54\x47\xde\x04\x94\x37\xc7\xf7\x09\x7b\x67\xef\x0c\xd4\xc3\xe4\x10\x73\x42\xc1\x5a\xf7\x11\x98\xec\xe3\xfb\x04\x35\xf5\x9e\xec\x11\x3c\x1b\x61\xdd\x04\xa4\xa7\xb6\xdb\x11\x09\xbb\xdc\x43\x88\x39\x22\xc7\xb0\x1b\x86\xff\x57\xfd\xca\x40\x02\x3b\xca\xee\x3e\x81\xdd\x47\xff\x3e\xc1\xc9\x6e\xaf\x53\x02\xf6\xb2\xeb\x8b\x45\x00\x27\xe7\x1b\x53\x32\xf7\x9d\x7b\xdb\xfb\x05\x16\xbe\xde\x16\x8e\x8e\xbd\x3d\x86\xf4\x92\x39\x7e\x85\xca\xbe\x99\xdd\xe2\x2e\x02\x32\xeb\x3e\x07\x60\x1a\x73\xfc\xdb\x1b\x1d\xa6\xfc\x23\xe8\xe8\x70\xa1\xcd\x08\x44\xaa\x1c\x75\xf7\x16\xdb\x64\xf9\x46\xac\xbb\x37\xf2\xae\xa5\x7b\xd3\xbf\x37\xf0\x63\xdd\x7b\x0e\x77\x93\x7c\xec\x4b\xd0\x39\xd1\xfe\x15\x7a\xe1\x61\x5a\x3e\x42\xe5\x48\xdf\xed\x90\x13\x66\xf1\x68\x06\x11\x98\xb9\x7d\x0c\x62\x26\xca\xf9\x9b\x06\xd7\x9c\xec\x1d\x25\xe4\xa3\xb3\x84\x6f\x39\xa0\xba\x6b\x7b\x13\xe2\xe8\xdb\xf2\xbe\x7c\x40\x28\xca\xee\x7e\x23\x02\x9a\xcb\x6f\x69\xe3\xed\x96\xbf\x51\x47\x95\x79\x94\x4d\x00\x1f\xc8\x7d\x72\x45\x60\x9d\xee\xee\xe3\x4b\xd3\x8f\x7d\x5c\xe0\xfa\xda\xca\x5e\x63\xe8\xe0\x4b\x76\x56\x2c\xbe\x60\xad\x67\xb7\x92\x19\x01\xe7\x9a\xe2\x3b\x3b\x2e\x67\x3f\xf7\x70\x33\x82\x98\xf9\x76\xf8\x56\x8f\xee\x47\x97\x17\x5f\x15\x5f\xe1\x0a\xdb\x11\x7c\x2c\xc2\x09\x73\xe2\xed\x88\x7e\xc0\xd6\xd3\x85\x8a\xe8\x96\xa0\x7a\xb6\x8f\xe0\xc1\x3e\xcd\x09\x23\xba\x3d\x6f\x95\xc1\xf6\xa8\xee\x0e\x61\x04\x2d\x87\x1a\xcb\xb1\x09\x78\xec\x1c\x8b\xe0\xb6\xeb\x25\x08\xc7\x57\x20\x25\xf6\x49\x5a\x84\xc6\x91\xd3\xf7\x27\x0d\x4e\xf4\x5c\xdd\x07\x42\x43\x60\x3e\x7f\xbc\xc0\xec\x6d\x8e\x8e\xb0\x06\xdc\x91\x2c\x4a\x5f\x83\x35\x6f\x42\xa5\xf6\x60\xb9\xeb\xda\xba\x49\x92\x47\x14\xb7\xec\x0b\x30\xb9\x2f\x69\x0d\x5e\xe8\x0e\x74\x39\xbd\x91\xe9\x7d\xe5\x2a\x52\xcf\xb2\x09\x09\xfd\x97\x8f\x4d\x72\x63\x5f\x3d\x77\xa1\xa8\x21\xeb\xda\x4c\xc9\x25\xdc\xe6\x81\x50\x39\xf9\xe5\x53\xdb\x57\xa8\xdb\x7c\xc2\x2e\x63\x38\x77\x1c\x9d\x30\xa4\x4b\xaf\xa7\x9f\x8b\xc9\xcf\xf8\xbc\x44\xde\xe4\xb3\x58\xdc\x2a\x64\x84\x8e\xa2\xe1\x5c\xdd\x77\x74\xaf\x70\xac\xde\x12\x5c\x56\xdd\xdd\x2b\xa7\x15\xa5\xed\x00\x0f\x46\x40\xeb\x58\xfe\x46\xe0\xe2\xf0\x23\x2c\xbf\x8f\xab\x33\xfc\x70\xc9\xef\xc3\xc5\xd1\xfd\x76\x36\x02\x1a\x10\xe7\x6c\xf3\xfb\x60\x04\x8a\x7d\x97\x81\xf7\xdf\xe2\x8f\xf2\xfb\x14\xb4\x17\x7e\x40\x19\x01\xa9\x36\xec\x32\x3a\x9a\xf2\xba\xde\x20\xea\xb4\xd5\x74\x6e\x82\x6e\x45\x77\x05\x10\x01\x69\x21\xac\x6a\x51\x20\xa7\xfe\x95\x81\xd2\xc4\x51\x23\x44\xd0\x95\xef\xfe\x5f\x22\x78\x3b\xe2\x22\xc0\x95\x66\x3f\x06\x8d\x90\xe9\xdc\xf7\x86\x77\x6e\x97\xe1\x16\x8c\xaf\x1d\x38\x0e\x2f\x0d\x59\x76\x5e\x2f\xb9\xb6\xcf\x08\xb7\x3b\x0c\xae\x31\x05\x26\x20\xe7\xbc\xab\x7d\x51\x42\xb7\x35\x84\xc0\x04\xd4\xd3\xef\xab\xfc\x82\x40\x59\xdd\x23\xc3\x08\x0c\x90\x1b\x3d\x8c\xc0\xad\x58\xeb\x2a\x14\x3c\xc4\xbc\x2e\xc1\xec\x57\x4b\xeb\xbb\x2f\x44\x13\xe5\x33\xae\x6a\xf1\x71\xca\xee\xf3\x9c\xb3\x4b\x71\x29\xef\xbe\x10\x6b\x58\xea\x9e\x7d\x77\xa1\xf3\x28\x1e\x23\xb8\x3d\x3d\xad\xa6\x4f\xa0\xed\xbf\xf5\xe1\xbe\xf9\xee\x0a\x9c\x97\x5f\x7d\x8e\x69\x17\x8a\x35\xf7\x0c\xbb\x8c\x81\x98\xeb\x3a\xc5\xe2\x2a\xc4\x7a\xa6\x8f\x80\x5e\xc4\x3f\x29\xdb\xbe\xe9\x0d\x2b\x6e\x05\xc9\xb1\x6d\xc2\xeb\x96\xb6\xb8\x08\x28\x08\x4f\xdf\x1e\xc5\x9d\x05\x5a\xc6\xfe\x6d\x04\x70\x69\x3c\x4a\xd4\x08\x19\x31\xd7\x39\xaf\xb2\xd8\x6c\xd7\x5b\x1b\xe1\x41\xec\xcf\xab\xa5\x43\x2e\x74\xad\xf7\xd5\x52\x9f\x97\xd2\xd3\x26\x20\x60\x7c\x9f\x5c\xbe\x70\x3f\x02\xf6\xcd\xbc\xda\x31\x3c\xdd\x89\xef\x97\xe2\x4e\x1c\xd5\x63\x8c\x8c\xd0\xd8\xea\x3e\xd9\x65\x85\x59\x9c\xf5\x23\x24\xce\x8f\x55\x28\xf1\x57\xd9\xa3\xc5\x8d\x40\x7c\x5e\x3c\xe2\x26\xb8\xb7\x0d\x65\xd4\xf7\x39\x18\x42\x9f\x17\x23\xb0\x81\x9c\xef\xae\x0e\xfe\x53\xc2\xb9\x09\xc9\xad\x97\x61\x11\x70\xa0\x3c\x7c\x25\xd7\x85\x19\x12\xc3\xae\xe5\x62\x08\xc3\x7e\x83\x90\xa2\xc5\x78\x56\x77\x46\x4b\xab\x73\xd5\x4d\x54\xc9\x31\x0b\x72\x7d\x41\xc7\x4f\xd6\xb9\x3f\x5e\x60\xd5\x4d\xdf\xcd\x4d\xce\x46\x48\x9e\x8c\x71\xd5\x88\x1d\xbb\xbb\x07\xaf\x11\x6e\x08\xbb\x91\x08\x07\x39\x1c\x9b\x90\x08\x14\xdf\x1d\x75\xe7\x89\xe2\xc2\xb9\x11\xf0\xd9\x70\x29\xae\xfa\xa6\x4e\x4b\x7a\xaa\xce\xeb\xe5\xb3\xae\x76\xc0\x85\xe5\xc5\x53\xd4\x15\x95\x5c\x77\xc3\x3c\x2a\xb9\xf8\xf9\x5c\x5d\x85\x58\x62\x5a\xed\x10\xb6\xda\x99\x1c\x1b\xc6\x08\xec\xbf\xa3\x84\x4d\x08\x30\xf6\x8c\x6f\xf3\x69\xed\x6e\xf4\x10\xc1\xe3\x5a\xe2\x22\x24\xd7\x3b\xed\x37\x08\xdb\xf0\x18\x1d\x23\x34\x74\x02\xae\x1f\x6d\x1e\x28\x57\xdd\x04\x68\x04\x78\xdf\x75\x2b\x36\x77\x4e\xaf\x2d\xaf\x76\x90\xff\xa1\x2d\x6e\xb0\xb9\x86\x2c\xad\x9d\xd1\x5e\x40\xf0\x9b\xdb\xd3\x45\xc0\x69\xe1\x08\x9b\x80\xc4\xef\x6c\x6a\xf3\xab\x25\x3b\x16\x83\x11\x2e\x2c\xa0\x3e\x51\x46\x20\xba\x2a\xec\x76\xdc\xde\x8e\xfd\x09\xa1\xdf\x6e\x01\xcd\xed\x1d\x19\x55\x44\x59\x2d\x25\xb6\x2e\x9f\xed\x23\x00\x47\x95\xdb\x26\x10\x70\x93\x57\xc3\x00\xea\x4c\xe1\x5c\x4d\xc7\x06\x56\x96\x28\xd4\x7c\x2a\xeb\xe2\x78\x9a\x87\x6d\xb7\x9a\x57\x2d\x33\x7b\x48\xdf\x6a\xe9\xbc\xb1\x1b\xa5\x55\x2d\xec\x72\x5d\xfc\x4c\x73\xa5\x6b\xf6\x98\xa5\xdc\xdf\x67\x8d\x7a\x59\x04\xcf\x16\xec\x1b\xb2\xbb\x65\x29\xbb\x93\x9d\x08\x2c\xed\xbe\x3f\xe1\x1c\x58\x32\x5a\x7f\x9f\xe2\xfe\x27\xc7\x22\x34\xd4\x90\xce\xf1\xf4\xe5\x96\x98\x7d\x69\x1b\xa1\xe3\x70\x10\x37\xe1\xe5\x3c\xda\xed\xe8\xd8\x6a\xd3\xaa\xc5\xfd\x03\x97\xea\xa0\xbf\xca\x12\x70\xd6\xd6\x57\xa1\xf8\xf6\xe5\x70\xc6\x4d\x20\x11\xc1\xb9\xfa\x02\x68\x7a\xcb\x69\x11\x10\xfb\xab\xc7\x92\x19\x21\xe0\x09\xb1\x07\x88\x13\xbc\x95\xef\x93\xdb\xad\x53\x75\x13\x50\x0c\xec\xa6\x83\xab\x5a\xbf\xce\xe1\x94\x9a\xc2\x1e\x0f\x4c\xa2\x6d\x69\xc8\xba\x7b\x75\xd4\x10\x36\x21\xb9\xca\x3d\x2f\x82\xf3\x99\x69\x35\x8c\x6b\xa1\x2d\x55\xf7\xf2\x2f\xce\x5f\xb5\x78\x41\x95\xe8\x87\xc1\xf5\x92\x02\xaa\xae\x89\xba\x16\x4b\xb8\xd4\x5d\x97\x47\x79\x35\x8f\x8a\x34\x82\xb3\x84\x3e\x0d\x97\x4f\x65\x59\x47\xce\xe5\x51\xb3\x65\xe9\x34\xae\xf7\x71\xd9\xd9\xb5\xc1\xd7\xf2\x73\x70\x30\x85\x7c\x2d\x1c\xb5\xf3\x58\xb5\x10\x96\x54\x1d\x6b\x2b\x2f\x0f\xe4\x96\x77\xc3\xf0\x40\x6e\x8e\x3b\x62\x04\x9c\x63\x97\xde\xfa\x7a\xc9\x10\xd0\xdc\xe5\xcd\x08\xd8\xc0\x96\xc0\x75\x39\x8e\x5a\x3d\xdb\x2e\x14\xcf\x90\x9c\xd7\x00\x79\xf4\x8f\xbb\x9b\x8b\x40\x2c\x59\x5c\x4d\x1f\x6e\xb4\xc9\xab\x5a\x57\xa5\x04\x67\xd6\x2e\xe7\xef\xb2\x43\xc8\x88\x10\xd0\x14\xfc\x0b\x36\xb0\xcb\x83\xbc\xd3\x92\xd6\x2f\x77\x7f\x6b\x1e\x5e\x64\x04\x8f\x06\xf8\xde\x40\x33\xd5\xf3\xaa\x11\xcc\xd4\xd6\xfb\x7e\xc3\xc3\x0c\xeb\xea\x39\xa0\x9a\xd5\xc3\x47\x44\x70\x5d\x7a\xdd\x84\x80\x2a\x62\x57\x0b\xdc\xe6\x5a\xe6\x46\x40\x97\x9e\x77\x2d\x15\x57\xfc\xbe\x6b\xe1\x56\x4c\x7b\xf4\xb0\x3d\xa5\x78\x9e\x9b\x80\x7e\xb4\x95\x4d\xf0\x19\xd8\x04\x87\xfb\x3a\x37\x01\x13\x7c\xd9\x03\x3e\xd1\x07\x3a\x18\x41\xbe\xfd\x8a\x4b\xeb\xe4\xbc\x57\xb8\xa3\xfb\x06\x88\xc0\x25\xe8\xcb\xfc\xf6\x8d\xd0\x0f\x57\x33\xdd\xee\xd3\x5a\xf2\xf7\x89\x54\xd6\x69\xf1\x7a\xf7\xfb\x34\xda\xe1\x9c\x86\x11\x30\x14\xf8\x51\x7a\xbb\x49\x23\x97\xaf\x1d\x97\x2f\x9e\xba\x08\x38\xc6\x94\xaf\x1d\x37\x39\xa9\xc3\xae\x16\x5b\x9c\x23\x47\x19\x81\xee\x2f\x13\x8f\x11\xdc\xcb\x65\x7f\xf2\xb2\x00\x7d\xc4\x6e\x0f\xd8\x6b\xd5\xcf\xc5\xdb\xf1\xba\x9a\x87\x2a\x8a\xe0\x0e\xa5\xdf\x27\x98\x11\xc3\x47\xc0\xd4\x9b\xc3\x26\xe0\xd2\x5b\xfb\x26\x80\x1b\xd0\xcf\x4d\xc0\x67\x2a\x7c\x84\x8b\x01\xda\xed\x60\xab\x2c\xb9\xf7\x76\xdb\x42\x5b\xcc\xf0\x72\xd7\x2e\xed\x7b\xe3\xf2\x08\x9c\xba\x09\x40\x27\x97\x63\x13\x18\x8f\x96\x36\xc1\xd9\x97\xdd\xf4\x8b\x2d\xd6\xbf\x42\x0b\x0d\xdb\xe3\x81\x1e\xee\x1b\xd3\xd7\x19\xfb\xbc\xdf\x78\xb9\x9d\xd3\xae\x05\x0b\xe8\x12\x95\x6f\xd7\x08\x95\xfe\x15\x8a\xfd\x2a\xed\x4f\x70\x6d\xcc\x1e\xc5\x2f\x02\x50\xa3\x7b\x08\xc9\x5a\x90\xfb\x9e\x4a\xee\xab\xec\x98\x21\x79\x39\x96\xa7\x78\xec\x4f\xc4\xef\xa6\xb8\x27\x7b\x24\xa4\x85\x3d\x1e\xe8\x7a\x8b\x3b\x85\x1b\xa1\x00\x01\xb1\xe7\x65\x20\x09\xba\xeb\x8c\x08\x04\x2f\x9c\x6b\x08\xdd\x0e\xef\x1e\xb7\x22\x80\x37\xfa\x35\xac\x61\xf3\xf9\xaa\xe5\x02\x3b\xf6\x1a\x1b\x0e\x37\x5a\x77\xd3\x5f\x94\x0b\x5f\xc3\x5e\xac\x42\x7b\xd4\x1d\x5e\xe0\x0c\xbb\x61\x98\x33\x43\xdf\xd5\xbe\x88\xb9\x5f\x4b\x65\x9a\x4d\xe7\xdf\xaa\x55\x5f\xd2\x5e\x52\xc4\xf9\xa7\xa5\xd3\xb8\x57\xf4\xfc\xb7\xc6\x90\xd1\x4a\xdf\x9d\x73\x1c\xd9\x73\x0f\x32\x21\x7d\xa5\xec\xf1\x80\x37\x6b\x7d\x1f\x17\x78\x20\xe7\xc5\xcc\xdf\x4b\x98\x4e\xce\x14\x3c\x2f\x79\x20\x6b\xf5\x33\x79\xb9\xe2\x37\x47\x05\x33\x02\x37\x49\xf5\x76\x3c\x0e\xac\x96\x8b\xdf\xf0\x8f\xdf\xce\x29\xfa\xcc\x3d\x1e\xfd\xd3\x6a\xfa\x08\x6e\x46\x3c\x36\x01\x87\x74\xb7\xa2\x3e\x8e\x94\x9a\xe2\xd7\xb0\x97\x00\xaa\xf6\xe7\x40\x66\x7b\x7b\x22\xe2\xc5\xdd\xea\xe9\x61\x5f\xab\x91\xca\xd0\x76\xb6\xa5\x35\x78\xdc\xa2\x9a\x1c\x8f\x49\x84\x97\xd1\x4b\x8b\x80\x59\xe4\xcc\x79\x13\xdc\x08\xb4\x09\x85\x10\xe3\x73\xd7\xe2\x98\x97\xbe\x9a\x9e\x65\xa7\x5c\xf6\x89\x67\x69\x0c\x73\x59\x43\xe1\x1e\x2f\x61\xb7\x14\xeb\x43\x5b\x0e\x3f\xcf\x3b\x08\x42\xf6\x28\x6d\x11\x60\xfe\xf6\x0c\xf8\xba\x77\x48\x39\x23\x00\x9b\xb0\x94\xc9\x8f\xc3\x51\xb5\x52\x37\x61\xc0\xec\x94\xd5\x5b\xee\xde\xe6\x81\x0c\x46\xe8\x18\x2c\xf6\x2c\x82\xfd\xd7\x97\x49\xe3\x7d\x9f\x00\x1b\xe2\x87\xcb\x72\x2c\x6f\x8e\x4e\x60\x04\xb6\xec\x3a\xb0\x5f\x07\xe2\x2d\x31\xaf\x37\xdc\xb2\xbb\x58\x8f\x77\xc5\xc6\xac\x5b\xf1\x5d\xa8\x98\x4b\x65\x6d\x04\x14\x0d\x65\xb5\x83\x7c\x2e\x69\x39\x3e\x18\x61\x20\x80\x9e\x4e\xe0\x4c\x4b\x87\x5f\x60\xaf\x83\xd7\x56\x0f\x99\x34\x42\x74\xd6\x23\x6d\x02\xf2\x77\x5f\xb5\x8c\xec\x4a\xb5\x8f\x00\x23\x9b\x8e\x4d\xa8\x18\x3c\x57\xd3\x31\xe0\xd4\x65\x50\x7e\xdd\xfa\x90\xe2\xee\x1c\x22\x59\x5d\xc7\xe0\xeb\xf0\x3a\xd9\xc1\x84\x8c\x90\x5c\xa7\xb8\x3f\xc9\xa0\xfa\x1c\xfb\x13\xf7\x4f\xda\x63\x3a\x1b\xc0\x0a\x79\x8d\xa9\xc7\xe8\x38\x64\x4a\x1e\x2f\x69\x30\xdb\x5a\x96\xc3\x23\xbd\x53\x77\xd6\x63\xb8\xba\x3c\x2f\xbf\xbc\xb1\x22\xb4\xca\x57\x06\xbe\x23\x8b\x4b\x18\xeb\x42\x8f\x75\xbd\xe1\xfe\xfd\xeb\xa0\x1c\xee\x76\x96\xd6\xc2\x1d\x7e\xd5\xd6\xc5\xc8\x0e\x17\x84\x9b\xe3\x8f\x1a\x61\x3a\x61\x7d\xe2\x78\x79\x4b\xeb\x38\x5c\x73\x52\xd6\x85\x3e\x96\xe5\x71\x59\xed\xc7\x3b\xe0\x22\x97\x49\x63\xb8\xcb\x58\x8a\x3e\xc8\xc3\xad\x75\xb9\xee\x6a\x3d\x45\x8c\xa3\x25\x1a\xe1\xe6\x80\xaa\x7d\x13\x06\x47\x7a\x59\x04\x05\x73\xe4\xe5\xb4\x30\x5c\x3f\x9a\xbf\x4f\xe6\xc1\x36\xad\xab\x5a\xb2\x19\xe4\xa5\x3f\x1f\x2f\x50\xfb\x29\xb6\xb6\x09\x04\xca\xe5\xef\x0d\x76\x65\x5b\xd5\xe2\xc0\x95\xcf\x8f\xa0\x33\xa8\x3b\x10\x89\x11\x06\xfb\xf6\xd8\x85\xd2\xd2\xe2\x0b\x77\x2e\x71\xbb\xf9\x34\x4c\xd7\xd2\x37\x0f\x96\x37\x02\x89\x50\x96\xde\x7a\xbe\xcf\x03\xff\x5f\xd7\x27\x0e\xbe\xb5\xd6\xc7\xf4\x38\xff\xe4\x80\xa4\x22\x80\x92\xe6\x87\xfe\xdc\xfa\xf3\xaf\x0c\x10\x06\x97\xc8\x30\x5d\x7f\x5e\x97\x9b\xe6\xf2\xfb\x4e\x0e\xa6\x60\x04\x44\x76\x0f\xf9\xcc\xcb\x23\x3b\x2d\xa7\x96\xe9\x5c\x53\xf6\xb0\x93\x3c\xdf\x91\xdc\xd5\x2c\x6d\x02\xe6\xbb\x63\x11\xa6\x27\x07\xde\x2d\x9d\x0e\xbc\xc7\x92\x2a\x87\xeb\x34\x92\x47\x88\x88\x80\xac\x88\xee\xcd\x08\x27\xb6\xeb\x78\xfc\xf1\x02\xb3\xb7\xe1\x8e\x1d\xd9\x43\x84\xc4\x22\x3e\x16\x01\xeb\x94\x83\x92\x18\xa1\xf9\x27\x7d\x11\x00\xd0\x73\x1c\x24\x23\xdc\x68\xdb\x91\xd6\x45\x40\x06\x66\x01\x1a\x01\x28\x29\x57\x67\x88\xe0\x81\x99\xbb\x16\x62\x9f\x73\x5b\x3d\x7f\x03\x5c\x69\x5b\x85\x7a\x58\xae\x63\x99\x19\x21\x63\x36\xdb\x0d\x03\x9d\x33\xbb\x5b\x83\x11\xa4\x89\xa9\xbe\xff\x8c\x70\x79\x19\x9b\x70\xfb\xed\xbc\xc6\x83\x13\xbc\xf6\x73\x35\xcc\x33\x53\xe5\xdd\x74\x0f\xc9\x71\x07\xd5\xb2\x3c\x45\xab\x2b\x19\x8d\x00\xe4\xa7\x47\xe1\x1a\xa1\x63\x2f\xad\xab\x2f\x40\xf5\xd6\x1e\x57\x6f\x31\x28\x17\x77\xaf\x28\xc7\x72\x5d\xcb\x6d\xcd\xb3\xef\x61\x77\x94\x35\x82\xbb\xae\xb5\xd5\x74\xdf\xb2\x21\xac\x42\xd9\xa1\xc9\x51\xf9\x44\x40\x11\xb5\xfb\x32\x2b\x89\xf4\xcb\x6a\xe9\x6c\xde\x39\xba\x7f\xfa\x96\x4d\xce\x94\x1b\xa1\xb0\x3e\xe0\xe4\x44\x40\xf1\x02\x97\x5e\x96\x9f\x62\x76\xb0\x37\x23\xb8\x03\x14\xcb\xbc\x9c\xee\x76\xd6\xdc\x71\xd8\x08\x91\x69\xe0\x26\x11\x81\xdd\x95\x36\xa1\xf8\x1b\xab\x61\x64\x8e\xcb\xb5\xef\x42\xb5\x82\x8a\x8b\xca\xe5\x74\x11\x24\x95\xa3\x6e\x02\x16\xae\xbc\x9a\xee\x1e\x2a\xee\x4d\x61\x04\xc0\x5d\xdc\x5b\xdd\x08\xe4\x37\x70\x51\x59\x04\x5c\xe0\x8f\xd5\x8e\xe1\x39\x0b\xea\xb9\x09\x0f\x9d\x5b\x0d\x43\xd5\x9d\xdc\x17\xd6\x08\xe2\x89\x52\x2a\x8b\xc0\x75\xdd\x1c\xe9\xd0\x08\xc0\xa0\x27\x3f\x07\x82\x3b\x94\x56\x0f\xeb\x31\x02\x56\xe5\x23\xae\x37\x60\x2b\xfb\xe1\x3b\x6a\x79\xdd\x25\x0f\x63\x37\x02\x27\xb8\x83\x5f\x8b\xd0\xd9\x2f\xfb\x13\x38\x0d\xc7\xa9\x33\x82\xa3\x69\x22\x2a\x8b\x80\xb3\x80\xef\x97\xb0\xe6\xc5\xfd\x69\x45\xa0\x1d\x3e\xc8\x61\xc5\xd4\xb8\x8f\x61\x59\xde\x6e\xd9\x19\x3e\x23\x80\x41\xe8\x20\x06\x22\x5c\xe8\x45\xd2\x26\xdc\xf0\xf1\xbb\x0c\x2c\xf5\xb9\xc7\x4d\x90\x3e\xd0\xd5\x5d\x46\xc0\xef\xc3\x55\x77\x46\x78\x3d\x24\x60\x8f\xd8\xcb\xcd\xfa\xbd\x81\x81\xc1\x11\x41\xca\x72\xf1\x6a\xed\x1b\x8f\xc1\x75\x7d\xec\xa6\xe3\x8d\xe5\x90\x78\x22\xe0\x2b\x1d\x76\x2d\x84\x8c\x78\x5c\xbb\x08\x40\x0e\x1e\xab\x50\xe2\x6a\x9b\x63\x0e\x19\xc1\x7d\x2e\xf3\x2a\x63\xad\xd3\x5a\x36\xa1\x23\x76\x6c\x82\xd8\xca\xe6\x20\x06\x22\x10\xa5\xbd\x67\xce\x45\x65\x57\x61\x94\xed\x16\x15\xeb\x6e\x87\xdb\x15\xf7\xcc\x8d\x44\x08\xfa\xf1\x95\xe1\x7a\xeb\xaf\x0c\xa2\x88\x7b\xda\x04\x60\x57\xca\x57\x06\x8e\xf6\x5f\x19\x58\x3e\xce\x7c\x6c\x02\xd1\xd1\xa1\xfc\xf9\x02\x0b\x6e\x9d\xca\x79\x0f\xa7\x5b\xa7\x5c\xa9\x26\x02\x72\x63\xda\xfd\x5a\xe8\x31\x79\x13\xd8\xc3\xe7\x47\xc0\x69\xe8\x5c\x1b\x61\xb8\x22\xaa\xee\x7e\x81\x02\xe9\xf8\x05\x22\xe0\xda\x18\xbe\x4f\x58\x5e\xed\x7b\x03\xc7\xb4\xaf\xa3\x2f\xf0\xff\xdf\x1b\xaf\x87\xc3\xee\x32\x10\x41\xdc\xbb\x44\x04\x07\xc2\xde\xed\x18\x1c\xc7\x5f\x19\xc3\xbd\x80\xf7\x80\x0f\x0e\xfd\xf6\x15\xaa\xf1\x6d\x5f\xf7\x59\x80\xf1\x58\x6f\x4c\x17\x51\xeb\x2a\xc3\x8f\x9f\xba\x57\x13\xa0\x35\xa5\xef\x31\x5d\x40\x13\xf5\x23\x60\x15\x6a\xdf\x27\x04\xec\xed\x25\xea\xf8\xbf\xee\x1a\x21\x82\x5b\xdc\x57\x5f\xa6\x3b\x71\xf4\xfd\x89\xa3\xfb\xee\x2d\x4b\x26\xa5\xbc\xee\x9a\xe0\xba\xde\x1c\xcb\xee\x4b\x71\x97\xb1\x5d\x06\x06\xbe\xb8\x8f\x41\x6e\xc5\x1c\xf7\x78\x10\x20\x5a\x16\xeb\x11\x16\x8e\xa1\x07\x21\x97\x85\x9b\x5f\x8f\xba\x3b\x87\xbe\xc7\x39\x5b\x11\x60\xfe\xf6\xde\x41\xd7\x5b\x1c\xfd\xcd\x08\x58\x62\x8f\x7d\x74\xb8\x6f\x51\xfd\x3a\x87\x97\x6a\xdc\x67\xc9\x7c\xe1\x89\xfa\x2e\x03\xf5\x8e\x87\xf6\x8a\xc0\xf1\x93\x3f\x82\xc3\xa6\xad\x05\x33\x71\x03\x72\xad\xbf\x08\x00\x89\xed\xa3\x94\x78\x87\xe4\x82\x9f\x08\x1e\xfe\xf9\xbd\xe1\x9e\x21\xbb\xe9\x83\x05\xb3\xcf\x12\x4f\xec\xe1\x88\x31\x65\xe1\xf7\x27\x0f\x75\x2e\x71\xa1\xbd\xb8\x0a\xb1\xc4\xcd\xc8\xfa\x7d\x15\xdd\x80\x93\x1d\xe9\x50\x04\xbc\x65\x61\xec\x8d\x10\x58\xeb\x88\xfd\x22\x20\xf9\xa4\x8f\x80\xe7\x6f\xde\xb5\x44\x42\x3e\xc3\x47\xc0\x0f\xc6\x8f\xf4\x95\x03\x20\xbb\xda\xde\x08\xe0\x9f\xc4\x63\x57\x0b\xb3\x16\xfc\x5a\x88\xae\x33\xaa\x61\x37\xdd\xfd\xd9\xe3\xb9\x09\xdd\x85\xfa\xf5\x09\x76\xf8\xb6\x36\xd0\xc6\x56\x2f\x7b\x3c\x38\xb0\x93\x87\x17\x89\xa0\x33\x7e\x31\x27\xd1\x1d\x4a\x73\x0c\x7d\x13\xe8\x7e\xd8\x9f\x80\xe9\xea\x46\xe4\xb2\xe0\xc2\xab\xc3\x6a\x18\x01\xe9\x7a\xdd\xce\xd1\x5d\x2c\x53\xfd\xde\x78\x71\x28\x6d\x6b\x3c\x80\x2c\xcd\xd1\x97\x43\xf4\x75\xda\x16\x47\x9c\xde\xa7\xb2\xb4\x11\xb7\xcb\x82\x83\x4e\xae\x61\x17\x81\x79\xf1\x6d\x9a\xdc\x8e\x96\xa3\xdf\x24\xc9\x35\x75\xc9\xdd\xa2\x8c\x00\x66\xa7\x6b\xea\x44\xc0\x2b\xb3\x6f\x02\x87\xb4\xc3\x73\x95\x85\xdc\x9c\xcb\xb1\x0b\x1d\x8e\xf7\xf7\xbd\xc1\xce\xf6\xb9\x4d\x0b\x8e\xca\x05\xbf\x92\x9c\x8d\xaa\xee\x7f\x62\x84\x13\x4d\xee\x2e\x14\x5e\xb5\x95\x63\xf5\x96\xb4\x01\xa9\xc7\xf6\xe7\x0b\x2c\x6d\x1c\x32\x3f\xf5\xd2\x72\x08\x73\xa9\xd0\x08\x40\xa0\xba\x4d\xde\x08\x1e\xc4\xd4\xd6\x70\xc2\x30\x65\x07\x7c\x2d\xc9\x9d\xb9\x92\xdb\xa0\x4b\x5a\x28\x74\x6e\xd0\x2a\xd9\x37\x53\x72\xe5\x9e\x11\x08\xad\x77\x89\xdf\x08\xf0\x8b\x6e\x06\x28\x0b\x76\x38\x75\xdf\x6e\xd9\x45\xc3\xec\xe8\xda\x46\x00\x98\xcc\x7d\x95\x44\xe0\x2c\x71\x36\x35\x3b\xf4\x49\x8e\x65\x13\x06\x66\xfc\xba\x3f\x19\xa0\x5a\xfb\x79\x94\x5f\xb2\xae\xb7\xea\x73\x94\xdf\xd7\x71\xc8\x8e\xb6\x09\xf8\x8e\x38\xbf\x28\xed\x1e\xb5\xe4\x45\xc0\x13\xa9\xa7\xfd\x06\x08\x18\xee\xf6\x52\xb2\x23\x0b\x54\x97\xd6\x8d\x00\x07\x55\xce\x55\x2d\xa7\x6f\x0d\x5e\x6d\x71\x77\x82\xea\x21\x6c\x65\xf9\x7f\xa5\x25\x0a\x95\xe5\x19\xe2\x18\x57\x65\xe1\x66\x36\x87\x93\x31\xc2\x70\xb4\xa5\xbc\x08\x8a\xf3\xc9\xb1\xef\x37\x26\x6e\x89\x79\xbd\xe1\xfe\x5f\x0e\xad\x55\x16\x12\x66\x5a\x32\x49\x59\x01\x37\x8e\x02\x6f\x04\xb1\x76\xdd\xc3\x58\x44\x20\x9b\x5b\xfb\xde\xc0\x0f\x6d\xb7\x74\x65\xc7\x40\xbf\x61\x84\xec\x17\xd8\xea\xbe\xa3\x58\x7a\xf2\x26\x23\x74\x12\x48\xa4\xdd\x0e\x00\x70\x3d\xa7\x98\x08\xa8\xbb\xfc\x02\x2b\xee\xdf\xdf\x1c\xca\xd9\x08\x89\xed\xb6\xdf\x70\x13\xf1\xda\x5d\x65\xf9\x09\x3b\xd0\xaa\x11\x7c\xad\xfb\xf1\x53\x5d\xde\x6c\xee\xd5\x61\x04\x5c\x23\x16\xdb\x5e\x3d\xbc\x28\xad\x86\x55\xf7\xb6\x69\x9e\x30\xcd\x08\x12\xd9\x8b\x87\x6d\x1b\x01\xa4\x70\x57\x44\x89\x00\x7a\xab\x9f\xf1\xd5\x63\x37\xaa\x03\xe0\x96\xea\x01\xf7\xc5\xbd\x32\x8d\x40\x38\xbd\x1b\x09\x8d\x40\xbe\xb8\xf2\x11\x2e\xaa\xf5\x9b\xb5\x3a\xd8\x7a\xf7\x3c\x2f\x46\x78\x70\xf4\xed\x9b\x40\x3a\x57\xcf\x06\x57\xea\x32\x88\x7f\x85\x92\x46\xa1\x39\xb6\xba\x11\x40\x28\x72\xdb\xa4\x11\xe0\x44\xdd\xb3\xba\x34\x4f\x2c\xd0\x3c\x96\xcc\x08\x0d\xdb\xb5\xdf\x35\x6d\x47\x12\xc6\x4d\x80\x35\x75\x40\x60\x11\xe8\xad\x1f\x06\x6d\x05\xa8\x79\x2e\x02\x11\xd0\x3a\x62\x11\x16\x81\x20\x1b\x3f\x9f\x9b\x23\x69\x35\xc7\xdd\x35\x42\x00\x66\xd7\x2f\x9f\xe6\x52\x6d\xad\xbe\x5f\x9a\xdf\xbd\xc9\xe3\x48\x8d\x80\x17\xf3\x3a\x50\xda\xfb\x92\xdc\xab\x7c\xb5\x74\x0a\x8d\x9b\x00\xf8\x8f\x9b\xdd\x8d\x80\xbb\x49\xfa\x0a\xbd\xd9\x51\x65\xbf\x01\xd4\xb7\x9b\x55\x8d\x00\x0b\xb4\x34\x75\xcd\xfd\xad\x93\xc3\x38\x1a\x21\x7a\xb5\xab\x61\x2b\x10\x63\x37\x4c\x09\xae\x4d\x22\x5d\xdd\x77\xfb\x8a\x83\x4e\x8b\xe0\x31\xb1\xdf\x1b\x85\xeb\x64\xd7\x72\x3b\xbb\xff\xbd\xe1\xba\xa6\x35\x73\x1e\xcd\xe0\xd0\x7c\x46\x98\xa8\x54\xff\x15\x09\x6c\xb9\x6a\xb5\xde\x56\x37\x3c\x45\x94\x07\xef\x19\x61\x00\xa2\xe5\xb2\x78\xf7\x4c\x4c\xc5\x4d\x8a\x46\xf0\x4b\xd0\xcf\xc5\xfe\xbe\x8f\x87\x29\xa4\x4d\x60\xbb\xf9\xc4\xf7\x77\x1c\x00\xc6\x95\x55\x06\x22\x6f\x75\xad\xbf\x11\x90\x3d\x3d\x6a\xc5\x08\xd9\xc3\x14\xda\x22\xb8\xc3\xbf\x33\x5d\xf7\x4b\x1e\xfe\x7e\x7a\x4b\x6f\x37\x8a\x15\xb7\xc6\xd8\x09\x16\x88\x4a\xf0\xbb\xf7\xf5\xd3\xa6\x78\x20\x43\x19\x2b\xe8\x3d\xf8\xb6\x1f\xce\x52\x55\xd7\x94\x97\xe9\xf0\xc7\xd5\x7d\xb7\xea\xe9\x41\x5d\xd5\x21\xcc\x6b\xd8\xf6\x09\xa4\xa7\x5a\x1d\x6c\xbd\xb8\xf1\xa5\x0e\x77\x61\xcd\x2d\x6d\x02\xa1\xac\x0e\x67\x21\x82\x0a\x8d\x4c\x83\x08\xf8\x28\xb4\x4d\x20\x8b\x92\x07\xaa\x8a\xe0\xf9\xaf\xce\x45\x48\xe0\xed\x30\xea\x46\x20\xf5\x87\x6f\x15\x23\x74\x80\x1e\x39\xc1\x8d\x80\x7f\x81\xbb\x8c\x19\xe1\x71\xaf\x8e\xb0\x08\x8e\x62\x93\x56\x2d\xc0\xe3\x95\xbe\xfb\x82\x13\x47\x71\x77\x7e\x11\x10\xb8\xf2\x6a\xba\xeb\xe3\x7d\xf6\x8d\xd0\x1d\x8e\x7d\xf5\x05\x5f\xc7\x65\x9a\x15\x01\x91\xec\xab\xf6\x75\xbb\x40\xdb\x04\xac\xe5\x61\xbd\xe1\xa0\xa0\x32\x39\x8f\xe3\x9c\xbf\x7f\x05\xe9\xe6\xc7\x61\x82\x46\x90\x6f\xcb\x38\x6c\x55\xc9\xe4\x37\x0e\x13\x36\xc5\xdb\x8c\xc3\x96\x45\x10\x40\xe8\x38\x80\x30\x10\x54\xd6\x38\xe0\x5e\x94\x51\x6d\x1c\xac\x6a\xe5\x5c\x1a\x07\xb8\x5d\x95\xda\xec\xb0\x8c\x72\x12\x1b\x07\xae\x5b\x12\xbf\xc7\x09\x96\xa0\x60\x3a\xc6\x19\xc6\xef\x5f\x45\x81\x22\xe3\x64\x53\x1d\xa7\xfe\xe0\x20\xd4\x76\x3e\x8d\xd3\xee\x72\x50\x94\xc6\xe9\x9e\x96\x45\x9f\xe0\x9f\x2e\xa1\x74\x9c\x88\xbd\x92\x83\xc7\x59\x1c\xac\xbc\xe9\x07\x0a\xa9\xd2\xed\x47\x3f\x7f\xff\x4a\xf2\xe3\x18\x27\x3e\x3e\x02\xc3\x1b\xa7\x1d\x34\x51\x5a\xef\x71\xde\xf4\xab\xea\x07\xf9\xe0\x15\x04\x30\x4e\xb1\x00\x02\x93\x1c\xe7\x60\x28\x6c\xfb\x8d\xe0\xf0\x61\x9d\x1f\x78\x47\xd8\x39\x37\x82\x6d\xb9\x22\x1d\xec\x08\x76\x85\xc6\xa0\xf1\x0a\x76\xaf\x45\x21\xde\x8c\x80\x61\x51\xa9\x25\x47\xb0\x9e\x44\x61\xe5\x8d\xe0\x1d\xe1\x47\x23\x94\x20\xe8\xc7\xe5\x75\x74\xfd\x70\x39\x48\xb5\x5f\x36\xf6\x3a\xbf\x46\x00\x57\x5a\x3e\xc5\x23\xd8\x12\xd2\xf1\x31\xc2\x98\xbf\x7f\xd5\x03\x32\xe7\xa5\x74\x1d\x23\x1e\x74\xca\x4e\xae\x11\x01\xb0\x92\xe9\x7a\xc4\x78\xfd\xfe\x95\x14\x46\x35\x22\x8a\x65\x79\xb1\x8f\xa8\x5d\x76\x0a\x58\x64\x44\x58\x33\x09\xc6\x23\x32\x5b\x82\x77\x1f\x31\xd9\x02\x34\xe6\x72\xc4\xec\xde\xe8\x55\x3f\xac\xdc\x70\xa8\x76\x5b\x81\x49\x96\x97\x11\x8b\x97\xf4\x27\x39\x64\xc4\xea\x29\xa1\x54\x36\xac\x4f\x52\x71\x75\x5a\x71\x76\x40\x8c\x48\x62\x5a\xba\x1c\x61\xca\x0f\x3a\x73\x39\xfa\x93\x6a\x35\x69\x30\x46\xfe\x80\x96\x4c\xe9\x0c\x46\xc4\x33\xf2\x60\x94\x1e\x4f\x45\xa8\xfe\xbf\x1f\x7a\xd4\x88\xf8\xb0\xc4\x43\x6d\xd1\x8e\x3c\x4e\xcd\x5e\x7c\x9f\xdf\xbf\x50\x8a\x8f\x38\xbc\x30\x95\x8c\x87\xa9\x54\x6d\x23\x11\x5f\xa4\x18\xe3\x91\xb0\x56\x48\x1d\x34\x12\x51\xae\x0a\x80\x1e\xc9\x67\xc6\x58\x9e\x91\xce\x6a\xdd\x4c\xfc\x5f\x87\x51\x54\x35\x29\xf8\x5b\xa7\x7e\x38\x84\x8e\x75\x33\x61\x16\x53\x9c\xc6\x48\x09\x25\x42\x50\x01\x76\xed\x04\x1d\xaa\x23\x15\x94\xce\xdd\xba\x99\x6c\x94\xe3\x61\x27\xe5\x48\x95\x2f\xb4\x0d\x13\xd0\xc0\x52\xd5\x8f\x04\xc4\xbf\x20\x6c\x47\x5a\xa8\x3d\x6a\x32\x0b\x56\x08\xc2\x23\xd9\x30\xe7\x43\xa3\x94\x4c\xa8\xc2\xf2\x31\x32\xde\x24\xf2\x0c\x1d\x99\x4e\x2a\xa2\x6b\xe4\xe0\x3f\xa2\x7e\xc0\x02\x46\x7e\xb8\x37\xa9\xb5\x32\x4b\x56\x20\x07\xfe\xc8\xa0\xc2\x08\x9e\x71\x64\xfc\x98\xd9\x3d\x99\xab\x93\xe3\x30\xdf\x9e\x04\xdc\xda\x9c\xed\x58\x95\x47\xda\xc8\x36\xb1\xba\xc4\x46\xc6\x43\x4c\x5a\x94\x91\x25\x7d\x1d\xe2\x59\x47\x39\xbc\x76\x2b\xb6\xe0\xde\x29\x0c\x87\x51\x70\xbe\x16\x30\xdb\x28\xe5\xda\x2c\xc2\x28\xcd\x23\xf7\xad\x91\x85\xe5\x27\x6e\x62\x14\xf7\x8c\xd5\x29\x58\x2e\x67\x2b\xac\xf9\xe5\xf1\xd7\x8a\x7e\x94\xdf\xbf\xaa\x72\x8f\x8d\x32\xfd\x13\x6b\x7d\xd5\xc0\x1c\x4a\xcb\x35\xaa\x0f\x8c\xf1\xf8\xa3\x16\x7a\xac\xa3\xab\x92\x5a\x48\xae\xf5\xa3\x12\xf2\x7f\xda\xbd\x31\x2a\x76\x06\x71\xfd\xa3\xbe\xd1\xce\xe7\xaa\x3f\x4c\x3c\x1b\xf4\x7d\xc3\x9b\x40\x68\x54\xa3\xc1\xb1\x2b\x28\x63\xb4\xe2\x85\x59\x9b\x9b\xbb\x9e\x69\xfd\x37\xb1\x87\xa7\x2c\x18\xa3\x3b\x76\x81\x26\xa3\x17\x34\xda\x9a\xa6\x2e\x83\x4b\x96\x75\x6d\xf4\xea\xce\x01\xd6\x9d\xde\x1c\x6d\x52\xdf\x34\x22\x32\xb3\x4a\x23\x92\xf2\xf4\x1f\x75\x3b\x14\x8c\x8e\x37\xbb\x9c\x91\x46\x77\xfb\x69\x56\xd1\x8d\x4a\x35\x3b\x1d\x4f\xa0\xd3\xff\x22\x1e\x89\x25\xd4\x49\x5d\x29\xcc\xea\xd1\x51\xf3\xc8\x3b\x73\x74\x0e\x14\x65\x65\x1e\xbd\xc3\xbe\x68\xde\x3a\xb0\x2d\xa7\x6e\xc2\x7e\x91\x90\x8b\x02\x7c\x46\x35\x20\xfd\xf2\x08\x51\x15\xa0\x7b\x95\x70\xd1\xd1\xe1\xd7\x95\x02\x66\xf4\xdb\xbd\x1d\xf4\x0d\x71\x04\x72\xe9\x1e\x1d\xac\x97\x1a\xfe\x64\x2b\x1f\x1d\xe5\xec\xa9\xdb\xa9\x3b\xca\xbb\xe6\xbb\x3f\xf4\x42\xbb\xaf\xc3\xeb\x54\x4d\x7e\x97\xc2\xbf\x71\x30\x77\xe0\x9d\xa3\xae\xda\x8e\xc2\x50\xd0\x14\xa3\xbf\x5e\x9a\x5e\x43\xc5\x1b\x98\x3c\x42\xf2\x94\x48\x6a\x74\x60\x57\x02\x33\x09\x07\xc9\xb9\xd6\xe1\xdf\x15\x14\x3e\xba\x74\x5e\x55\x9e\x3e\xa3\x0f\x06\xa8\x6a\x8a\x50\x79\xc8\xbe\x33\x3a\x66\x29\x99\x83\x46\x77\xb7\xa5\xa0\xa2\xb9\xcc\xc4\x26\x8d\xeb\xc8\xdf\x85\x79\x1d\x8c\xa3\xc9\x80\xe3\x3a\x59\x4b\xda\x41\x17\x67\xae\x3c\x81\xc6\x45\x98\x41\x4c\xbc\x16\xf9\x4b\xd5\x0f\x5a\x90\xf9\xe6\xa1\x00\xd5\x83\xf6\x25\x8a\x45\xb8\x70\x41\x90\x0f\xdd\xb8\xf0\xb4\x95\x67\xdb\xb8\x80\x91\x96\xdd\x6b\x5c\x04\x1d\xcb\xed\x67\x5c\x64\xc5\x96\xcf\xcb\xb8\xc0\xf9\xe5\x0e\xba\xd0\x28\x44\xdd\xa7\x57\xf6\x56\xab\x1e\x04\x17\xd9\x3d\xc6\x45\xdc\xae\x40\x7d\xc6\x45\x0e\x57\xee\xa0\x2b\x7b\x69\xfc\x45\x87\x88\x74\xd0\xe3\xc2\xd0\x0f\xc7\x74\xe1\x7d\x20\x53\xe0\xb8\x00\x33\x92\x6d\x63\x5c\x95\xfd\x14\xd5\x6a\xae\xda\xc8\xf0\xba\xfb\x8f\x58\x98\xcb\x99\x93\xa8\xe6\xb0\x85\xa4\x64\x1d\x17\x5b\x28\x66\x35\x07\x18\x0f\x45\x4e\x8d\xab\xb3\x37\x1a\x3f\xc8\x1c\xaf\x1d\x70\xf9\x7e\xd2\x9d\x76\x01\x35\x1f\x3b\x3f\x48\x53\x2e\xd6\xf0\x22\x29\xa5\xfc\x5a\xc6\x45\x4c\x49\xa5\x6d\xdc\x36\x51\x2c\xdc\x05\x7b\x24\xf5\xd0\xb8\x30\xbe\x2a\xc1\xc9\xb8\x2e\xbc\xc2\xb4\x31\x2e\xdc\x29\xe4\x5f\x31\x2e\xdf\x90\x9d\x1f\x89\x7a\xd4\x02\xb0\xe0\x95\xe2\x7e\x5c\x38\x7d\x4b\x9d\x35\x2e\x72\x6c\xc9\xd3\x78\x5c\xa8\x8f\x94\x35\x6e\x5c\x0f\x8b\x22\xa9\x1e\x8e\x72\x2f\x0d\x51\x51\x61\x4f\xe3\xf2\x14\x4b\xba\xfe\x2e\x3c\xc5\x22\xb3\xf0\x7a\xd1\xea\xe9\xeb\x5d\xd0\x58\xbf\x9e\x6d\x57\xf5\xbc\xde\x1c\xfd\x40\x85\x21\xa4\xb5\x71\x01\x83\x95\x58\x96\xa0\xd6\xc9\xed\x7e\x5c\x28\x36\xaa\xce\xc8\xcb\xb7\x19\x5b\x66\x72\x60\xb2\x4b\xa6\x97\x66\x0d\xbd\x61\x13\xe5\xd0\x30\xee\x83\x73\x48\xbb\xe4\x46\xb2\x93\x23\xf0\xb8\x7d\x9b\x69\xea\xef\x93\x31\x90\xe8\x70\xe3\xe7\x83\xb4\x70\xe3\x11\x89\x84\x70\x07\xc7\x9a\x4f\xfa\xe1\xdf\xf0\xc3\x21\xe5\x55\x29\xc6\x12\x44\x84\x3b\x38\xec\xb9\xda\xe6\x09\x00\xc4\x02\xdd\x62\x4e\x03\x57\xed\x8d\x53\xa0\xf1\xf5\x7f\x38\x30\xef\x14\x7e\xff\xc2\xce\x32\x6e\xb1\x14\x51\x88\xbc\xe3\xfe\x5b\x76\xfa\x71\x27\x47\x38\xe5\x87\x63\xdb\xea\x35\xb6\xa0\x30\xed\xc6\x9d\xd3\xb6\xd8\x8e\xdb\xbd\x1d\xc5\xfa\xdd\x98\x3c\xaa\x96\xdf\x0d\xc3\x2b\xf0\xa6\x71\xcb\xd1\xfb\x10\xf4\xde\xb8\x2b\x8e\x66\x3a\x8a\x6f\xf4\x83\x42\x80\x18\x37\x17\xa4\xa0\x7f\xc7\x5d\x1d\xf6\x84\x1f\x6c\x1a\x46\x1b\xe0\x0d\x99\x88\xc7\x0d\xbf\x26\xb3\xec\xb8\x2b\xf9\x14\xb4\x83\xee\xea\x70\x00\xfc\x40\xf0\xd5\xf9\x72\xe3\x1b\xd9\x18\x46\xdb\xea\x55\x01\x94\xe3\x6e\x0e\x83\xa1\xd6\x78\xec\x58\xe0\x2d\x42\xcd\x68\x8d\x3b\xe2\x04\x5e\xa3\x4e\x5a\xd3\x3e\x68\xa4\x71\xbb\x2f\x96\xce\x8d\x1b\xd9\xbc\x69\xdb\xdf\x04\xf4\x2a\x6c\x78\xdc\x9d\x02\x28\xcd\x78\x79\x40\x0b\xc7\xdd\x71\x22\xd2\x01\x79\x5f\x5f\xb8\xe0\xb8\xc5\xf0\x9d\x72\xe1\x1e\xb7\xbb\xc1\xf8\x0f\x3c\xb3\x74\x22\xdd\xd7\x07\xe7\x38\x6e\x64\x5d\x85\xb1\x8d\xdb\x73\xac\xe9\x18\xbc\x4d\x58\x2c\xbe\x15\x10\x16\x95\x22\x79\xdc\x48\xe9\xc2\x0e\x1b\xf7\x8d\x13\x26\x3f\x38\x0e\x32\x3b\x86\xe3\x40\x21\x96\xe3\x06\xc1\x43\x0a\xdf\x71\x93\xd6\x46\x51\x5d\xe3\x36\x69\x33\xc3\x58\xdd\xc0\x7a\x28\x32\x6b\xdc\x8f\xc7\x38\xf0\xfd\xfc\xfd\xab\x75\x16\x21\x8e\xfa\x99\xb2\x5e\x8f\x0f\xd4\x68\xea\x00\x89\x4a\xca\x3d\xee\x97\xc6\x48\x64\xbb\x5f\x6f\x0c\x7f\x61\x9c\x75\x66\xdc\x26\xd2\xb7\x46\x95\x24\x6a\xcb\xf4\x79\x60\xab\x2a\xfc\x38\x7f\xaf\x50\x99\x71\x0f\x8f\x9b\x51\x61\xc3\x53\xd0\xa8\x1a\x30\xf1\x33\x9b\x7c\x3a\x62\x91\x46\x63\x52\x80\x36\x39\x38\xdc\x2d\x8b\xd3\x50\xe8\x73\x11\x84\xe7\x90\xef\x60\xe0\x38\x25\x25\x25\xfe\xae\x03\x6d\x2f\xe6\xa3\xf1\x18\x07\x5e\x9b\xee\x5b\xb7\x09\xc9\xb9\x70\x60\x4b\xc5\x55\x70\x3c\xee\x6c\xa6\xcb\x17\x3d\x12\x1e\x81\x83\x0c\xe9\x24\xfc\x19\x64\x47\xc7\x47\x6f\x3c\xeb\x5a\x56\x2b\xc1\xdc\x91\x16\x72\x3c\x78\x46\x22\x80\xe1\xf8\x8f\x2b\xcf\x70\xa7\x7f\xe1\xcb\x0e\xb2\x5a\x36\x65\xb5\x1c\xe4\x87\xc8\xb2\x9c\x8c\x27\xbb\x7d\x47\x0d\xcd\xee\xa3\xa5\x16\xe4\xfb\xf7\xaf\xae\x6c\x54\x43\x01\x7f\x31\x52\x4b\x71\xf6\x57\xb5\x70\x8a\x74\xad\x99\xa7\x7c\x06\xa8\x81\x77\x1b\x86\xa3\x41\x5a\xf6\x1a\x75\x40\x91\x19\x20\x2b\x77\xc0\xf0\xe8\x27\x61\x3f\x0d\x8c\x9b\xad\xc4\x3f\x85\x10\x0c\x00\x44\xb3\x42\x80\x86\xe7\x78\x97\x83\xc4\x78\x3a\x05\xea\xf0\x79\xb8\xcb\xe5\x58\x3c\x3c\x93\xae\x62\x34\x07\xb1\xc8\x59\x28\xf5\x83\x28\x52\x1c\xc5\x07\x20\xce\x00\x30\x8f\xc7\x13\x41\xe8\xee\x7b\x1c\x99\x47\xbc\xe3\xe3\x91\xda\xaa\xe6\xf2\x7c\x74\xfa\x1e\x94\x4d\x39\x74\x0c\x72\xf3\x12\x9c\x3d\x40\x28\x00\xae\x64\x60\x62\x6d\x0a\x0c\x1b\xc0\xc9\x35\xd4\x65\xc0\x96\x92\x9c\x77\x10\x05\x51\x04\x7a\x3b\x5e\xcf\x3c\xae\xb5\xff\xca\x07\xaf\xa0\x78\x21\xec\xb5\x48\xcd\x37\x00\xa6\x21\x9b\xed\x78\x4f\x94\x5b\xda\x22\x2f\x1e\x97\x02\x61\x1b\x9e\x1e\x48\xe0\x4d\x83\xfc\x6d\xe0\xb3\x8c\x17\x58\x88\x83\xb6\x9d\xb4\x5a\x6b\xd4\x83\xc4\x04\xa2\x35\x88\xe5\x12\xfc\xc8\xf0\x30\x2e\x05\x01\x0c\x42\xb8\x48\xb7\x3c\xde\xe0\xb9\x97\xd5\x03\x00\xec\xd0\xd1\x60\x70\x68\xf2\x67\x1b\x6f\xf4\x9c\xbc\x6a\x40\xf4\xe0\x72\x7e\xdc\x1b\xe1\x70\x60\x90\x23\x1d\xd3\x20\xd5\x47\x41\x2f\x41\x98\x18\x78\xd2\xe3\xcd\x5f\x38\xc5\x78\xed\x42\xeb\xc2\x71\x1a\xa4\x99\x27\x83\xc4\xc0\xbb\x9d\x28\x97\x01\xfc\x5c\xe1\xc8\x93\x15\xab\xc8\xb5\x6a\x80\x11\x42\x32\xce\xf1\x22\xef\x29\x80\x64\x60\x60\x8d\x72\x60\x1d\x04\x90\x25\x9f\xd0\x15\x3f\xa3\xae\x79\xc4\x92\xce\xbf\xd7\xe3\xf7\xc5\x33\x81\x14\x02\xf4\xf6\xc0\xad\xae\x04\x8a\x7e\x1d\x94\x5b\xa5\x8d\xfa\xfb\x57\x54\x7c\xc9\xc0\x5b\xb3\x21\x28\x11\x2c\xd6\x90\x80\xb0\xcc\xba\xce\x69\xb8\x32\x4d\xbd\x71\x50\x32\xe4\x1c\x54\xb3\x0d\x01\x66\x78\xd0\x9f\x6e\x3d\x10\xa8\x49\x00\x39\xf0\xc9\x4f\x6c\x73\xdc\xd5\x08\xb2\x1f\x44\xaa\x72\xd3\xae\x88\x0a\xb1\x69\x58\x09\xf0\xc3\x19\x03\x05\x0e\xb2\xc8\xf0\xdc\x1f\x3a\x1b\x01\xa9\x6e\x88\x12\x63\x61\xeb\xa9\x35\xb6\x0f\x3b\x1c\x3e\x9e\x64\x38\x39\x0d\x12\xbe\x67\x21\xb3\x0d\x07\x40\x8a\x94\x4c\x5e\xf7\x68\x7b\x7f\x46\x04\x5e\x0d\xf4\x8c\xc8\xb8\x1a\x9b\x19\x49\x6f\x24\x0f\xa9\x19\x6f\x44\x9e\x43\xdf\xb8\xd8\x67\xbc\xc2\x8c\xc3\xdd\x9c\x55\x00\xe8\x4d\xd2\x8c\xce\x08\x72\x53\x6c\xfc\xa0\xe8\xaa\xd7\x24\xf6\x55\x81\xc4\xcd\x74\x78\x3d\x87\xfd\x38\x69\xa8\xb1\x31\x13\xed\x58\x15\xe7\x31\xd3\x49\x3d\x27\xaf\x91\x09\xcf\xd8\x90\x99\x4e\xea\xb1\xc5\x36\xd3\x89\xe8\x7b\xaa\x68\x24\xbd\x16\xf4\x4d\xa0\x0b\x7f\xcc\xdb\x3f\x93\x4b\x7e\x41\x05\x46\xdc\xc9\x8b\x7e\x24\xea\x4d\xaa\x17\x04\x16\xa5\xe6\x9e\x09\x73\x4f\x4b\x6a\x78\x19\x3b\x6a\x64\x26\x71\x80\x35\x68\xb4\x12\x91\x40\x62\x25\x66\x5a\xb9\xce\x55\x34\xc6\x0e\x29\xab\x27\x1a\x3b\xb2\xa0\x4f\x34\x76\x35\xd0\x1c\xb2\x9f\x2b\x6e\x73\xa6\x86\x7d\x36\xab\xe8\xee\x09\xe3\x34\x5a\x1d\xfb\x54\xe2\x87\xbf\xa6\x56\x13\xae\x13\x68\xf5\xe5\x2d\xd0\x0f\xd0\x7a\x15\xc4\x3e\x13\xf9\x01\x62\x55\xa5\x2f\xe9\xa2\xba\xea\x19\x1e\xe1\xac\xd2\x86\x67\x52\x52\x3d\x20\x1f\x37\x4d\x78\x02\x24\x4a\xea\xd8\x99\x86\xe7\x00\xd1\xe8\xe0\x85\x21\xdb\xd9\x4c\x9e\x67\xaa\xa9\xdb\xc4\x91\xcb\xf0\x34\xd3\x74\xe3\xb3\x0a\x70\x41\xe7\x50\x0b\x40\x63\x88\x8c\xf5\xf4\xd9\xb7\x02\xf2\xe1\x82\xb5\xbd\x96\xab\xe3\x56\x59\xdb\x32\xe1\x64\xf2\x51\x9d\x99\x2b\x8a\x4a\x33\x37\x91\x72\x14\xcc\x0c\x13\xa9\xc4\x74\x33\x73\x13\xc9\x35\x78\x66\x4f\xcf\xa8\x55\x96\xdd\xa3\x4a\x73\x9a\x61\x1c\x15\x99\x35\x33\x51\x48\xca\xd6\x3f\x33\x8c\x9f\xa0\xb4\x66\x86\xd9\x53\xa2\xa6\x99\xb1\x46\xe8\xaa\x9f\x79\x78\x70\xae\xbe\x81\xf1\xd2\x5d\x3a\x4b\x44\x2c\x30\xfe\x66\x96\x08\x47\x60\x5c\xcc\x2c\x80\x0c\x29\x70\x74\x16\xd6\xa8\x4e\x81\x59\x92\xab\x44\xf4\x17\x16\xac\xd2\xad\xce\x92\xfc\xb5\xa4\x1f\x9a\x53\x81\x35\xcf\x42\xd4\xba\xbc\xa2\x67\x61\x5d\xcb\xb1\x6d\x16\x90\x81\x95\x54\x7b\x96\xec\xa9\xf7\xf5\x1a\xde\xd8\x51\xab\xb7\x54\xe7\x70\x54\xe9\xe5\x2a\x39\xfd\xc5\x3a\x27\x06\x73\x16\x9b\x6b\x05\x05\xce\xc6\x75\xc7\x46\x6a\xe4\x4e\x62\x23\x35\xcc\x82\x6c\xa4\x4e\x40\x84\xe0\xa1\xe7\x75\xd8\x05\x63\x27\xed\xbc\xec\xcc\x20\xbb\xe6\x44\x05\x54\x1a\x7f\x08\xee\xdd\x6e\x2d\xbc\xc0\x5b\x11\xce\xd0\xbc\x40\xcb\x12\x10\xc4\x04\x83\x32\x49\x09\x3d\x07\x59\xeb\xa4\xab\x9e\x9c\xfb\x49\xaa\xe6\x89\x2f\x74\x92\x46\x7a\x92\x1a\x3c\x0a\x9a\x66\x72\xee\x6b\x61\x90\x73\xc0\x8e\xf6\x89\x91\x3d\x4a\xbd\x30\x01\x34\x88\x52\x22\x4c\xa2\x6f\x62\xe5\x63\x1b\x39\xb9\x4d\xce\x29\x61\xfc\xe0\xbf\x01\x5d\x7c\xd0\x0f\x2d\xfe\xa4\xff\x26\x7b\xbb\xeb\xbf\xf9\xf7\x2f\x41\x9e\x4e\x42\x34\x8c\x27\x98\xd3\xe3\xfe\x34\x11\x80\x1a\x18\x0f\x3d\x15\x89\x15\xbc\x6c\x9b\x11\xad\x70\xc1\x67\x2b\x4d\xce\xc4\xbb\xe5\xf8\xaf\xe2\x75\x88\xff\xfd\x38\x54\x80\x80\x94\x6a\x13\x9c\x1c\x8d\x0d\xa9\xfd\x34\x32\xd3\x18\x21\xce\x37\xa1\x63\x29\x40\x7e\x4e\x63\x82\x14\x46\x3a\xc9\x2b\x74\xa8\x04\x3b\x92\x95\x3f\x67\x92\xe4\x3b\x56\x06\xc2\x16\xb7\x8f\x89\x96\x76\xac\x74\x59\x4b\x3b\x4a\x79\x32\x49\xaf\xa2\xe9\x04\x23\x41\xbb\x0c\xec\x3e\x9d\xf1\x53\x7a\x31\xbb\x32\xa7\x22\x08\x85\x15\x31\xf1\xc2\xd5\x8d\x00\x6a\x4f\xd2\xad\x38\x49\xe2\xa5\xf3\xc5\x71\x9d\x0e\x9d\xcb\x73\x68\x98\xf9\xaf\xbc\x09\x8e\xfe\x3f\x7b\x27\xfc\xf3\xfa\xb7\xff\x67\xfc\xf5\x73\x1c\xd6\xb3\x9f\xe3\xd0\xbd\x6d\xbf\x4d\xa0\xb5\x47\xb4\xc2\xc2\x5f\x3f\x47\xb4\x13\xfa\xe7\x88\xd7\xf9\xfb\x57\xb2\xd3\xe2\xd0\xed\x6b\x8f\xfe\xfb\x97\x3c\xa8\x0e\x5d\xb4\x3f\x47\x7c\x64\xf8\xb4\x72\xe2\xc3\x3b\x26\x5d\x2a\x02\xe5\x48\xa7\x6a\x4a\x5a\xaa\x51\x81\x97\x87\x4c\x4c\x3f\x47\x8a\x4e\xb3\xd2\x53\x84\xc6\xda\x13\x2f\x14\x0e\xbb\x53\xed\x01\x5a\xae\x28\x0f\x14\x9c\x11\xff\xfa\x09\xa7\xf1\x21\xf6\xe8\xbf\x7f\xe9\xe4\x08\x67\x85\x62\xd7\x92\xbc\x9b\xc3\x69\x92\x81\x3d\xea\xef\x5f\xca\xeb\x1f\xce\x5b\x25\x9f\x3a\x1a\xa3\x36\x5d\x08\xc6\xe2\xda\xe3\xb2\xb9\xb0\xb7\x64\x2e\xb5\x87\x7d\x67\x63\x10\x22\xef\x44\xd2\x71\x5b\xfd\xf1\xbd\x44\x79\xfd\x24\x48\x7f\xfd\x84\x74\xa8\x05\xba\xde\x15\x5a\x19\x12\xad\x4c\xd6\x4a\xe1\x83\x07\x5d\xae\xf6\x78\x4d\x0e\x37\x4a\x2e\xaf\x51\xb2\xdd\xc7\x72\x90\x0d\xd9\x98\x59\x7b\x44\x93\xce\x6c\x44\x72\x83\xd2\x6c\x53\x76\x51\x6c\x91\xd8\x23\xca\xfc\xfb\xd7\x4f\x18\x4d\xad\x26\x16\xbf\x0a\xaf\x3c\x08\xda\xd4\x1e\x2f\x34\xeb\x8b\xfc\xf0\xed\xf1\xc2\x54\x59\x69\x8a\x93\xb7\x47\x85\x66\xdf\x6a\xdb\xdb\x23\xfe\xfe\x25\xc8\xa0\x30\x8f\x06\xe5\x36\x11\x9a\x77\x1e\x28\xe3\xf7\x2f\xe1\xea\x84\x69\xcc\x91\x3d\x9a\x31\xda\x41\x94\x29\x8a\x2d\x3d\xb9\x49\x04\x39\x64\xd9\xa3\x18\x45\x25\x07\x4a\x36\x89\x5a\xe2\x5a\x90\xef\xfb\x4f\x90\xab\x96\x10\x32\xc2\x8c\xb4\xc7\x64\x6b\x89\x64\x61\x46\xca\xb1\xf5\x24\xfd\x44\x50\xd0\xae\x3d\xac\xf6\xac\xba\x62\x87\x72\xd9\x3b\x50\x68\xb3\xed\x53\x71\xe8\x61\x26\x8d\xe5\x34\x19\x44\xfc\x73\x98\x89\x5e\x98\x18\x2e\x26\x38\xcc\x44\x7b\x8c\x49\x96\x7a\x3a\xcc\x9c\xa0\xb4\xdf\xbf\x2a\x7d\xcf\x17\x14\xfb\x2a\xa9\x1c\xdb\xe0\x3f\x41\x9b\xbb\x51\x7b\xa1\x64\x3b\x5e\x75\xe3\x84\x59\x68\xa1\x2d\xdf\x56\x54\x72\xa5\x3d\xb6\x54\xa4\xcf\x08\x02\x57\xb1\x47\x93\xf5\x57\x05\x55\x2a\x93\x08\x7e\x68\xdd\x28\x58\xed\x27\x90\xfb\xe4\x08\x1a\xa2\x46\x51\x52\x96\x29\x1b\x69\x98\x8d\xb7\xa4\x18\x13\xb6\x4d\x98\x9d\xb7\x24\x3c\xcb\x9c\x1f\xe4\xc0\xff\x13\xa6\xb8\x10\x31\x55\x61\x5e\x0c\xb7\xc4\xe5\xc8\xdc\x5e\x8c\x37\xb8\xd6\x4d\x5d\x36\x56\xc5\x1e\xe0\xa4\xab\xf5\x17\x63\x67\xbb\x2e\x1c\xbc\x75\xd3\x7a\xf9\x0f\x48\x03\x15\x04\xed\x62\x8f\x53\x9e\x24\x5a\x5e\x0f\xed\x7a\x4c\x4e\x3a\x18\xe3\x87\x95\xf2\x5c\xbf\x7f\x45\x69\x1f\x83\x12\xa7\xda\x63\x9a\x34\x55\xf4\xe1\x4b\x59\x26\xa1\xa5\xc8\x62\x79\x69\xfd\x6b\x57\xbd\x12\x5f\xc4\x43\x2b\x3c\x1e\xba\xd4\x8c\x11\x88\x87\x5d\x5e\xf6\xa8\x9c\xee\x49\xb4\x06\xad\xfb\xde\x8f\x87\xdd\x5f\xf6\xc0\xeb\x5f\x94\x07\x0a\x90\x53\xa2\x0c\x28\x44\xb4\x1a\x45\x27\x62\x3c\x64\x1a\x32\x41\x22\x1e\x76\xa9\xdb\x43\x03\xca\x3b\x2f\x14\x80\x87\x8c\x12\x68\xa3\x1d\x40\x12\xda\xe2\x11\x69\x8f\xad\x68\x85\xde\xdb\xc8\x88\xd2\xb9\xd9\x8b\x7a\xd2\x6f\x68\x62\x73\xca\xa1\xd2\x3b\xa5\x23\xde\x2a\x0a\x3b\x1e\x17\xdf\xca\x57\x33\x36\x7a\x33\x79\x6f\xfa\xb5\xd6\xff\xfa\x89\x27\x23\x73\x5a\x3b\xc4\xb9\xc4\x53\xf3\x15\x4f\x29\x1e\xab\x7c\x8d\xa3\x3c\x5b\xec\x01\x4b\x64\xab\x32\xca\xc1\xc5\x1e\xb4\xc4\x78\x9b\x78\x6a\xca\xe2\x49\xe2\xd4\x62\xeb\x32\xc6\xa6\x11\x8b\xcd\x6e\x72\x13\xce\x62\xec\x1a\x55\xb9\x56\x28\x34\x34\x0d\x1b\x18\x7b\x4c\xdb\x19\xcd\x28\xb6\x21\xed\x11\x7f\xff\x92\x4b\x5f\x52\x78\x93\x3d\x92\xb1\x5f\xc6\x12\x24\x49\x93\xf6\x78\x74\x1f\x17\x91\x5e\x48\x8c\xb4\x3e\x54\xe3\x93\x20\x5c\xe5\x01\x97\x04\x7c\x6c\x0f\x3b\x96\xb6\xd7\x08\x97\xe9\xff\xdf\xfd\x9a\x84\x48\x62\x8f\xfa\xfb\x97\x0c\x11\x49\xe1\x47\xf6\x48\x46\xb1\x9a\xa7\xd6\x41\x12\xec\xab\xbc\x56\x93\x62\x74\xec\xa1\x7d\x9b\xf5\xd2\x54\x5b\x84\x6e\x84\x87\x75\x66\x8d\xe5\xc3\x79\xa3\x6e\xa4\x12\x45\xb2\xe3\xa5\x6a\xb5\xe6\xe3\x0e\x22\xdd\x76\x2f\x28\xc8\x2e\x9f\xc6\x86\xd9\x43\x86\x7c\x19\x42\xb3\x9c\xa6\xec\xa1\x4b\xdd\xd8\x88\x7c\xda\x72\xb6\x87\x0e\x14\x99\xb9\xf2\x19\x5e\xd1\x14\x6a\x1c\x84\x39\x9f\xe5\x56\x65\x0f\xdc\x22\x4e\x7d\x1b\x2b\x34\x3b\xd5\x64\xd7\xcb\x67\xe1\x53\xbb\xd6\xa4\x24\xca\x67\xeb\xa2\xd8\x59\x24\x0f\xa9\x2c\x77\x29\x7b\x18\x2f\xa3\xe4\x7a\xf9\xbc\x69\xac\x3c\x72\xa5\x1b\xca\x5a\x61\xf6\xd0\xf1\x1c\xf4\xe1\xa4\xa8\xa9\xa2\xf2\x5f\x3f\x59\xde\x52\xf6\x90\x7a\xb7\x89\x52\xa0\xd8\x5d\x60\x5c\x78\x0e\x36\xe4\xf6\x08\xbf\x7f\x29\x51\x58\xe6\xee\xcf\xba\xfb\x4f\x39\xe2\xe4\x10\x35\x80\xc1\xee\x96\x22\x07\x96\x1c\x74\x8a\xe7\x90\x75\x63\x04\x15\xa5\x6b\x3c\x07\x3b\x97\xa3\x82\x45\x72\xa8\x37\xa4\x47\x6c\xbf\x3e\x6c\x34\xca\x0e\xe4\x2e\x5b\x54\x0e\xad\x42\x62\xe0\x93\x48\x7c\xd8\x7c\xe0\x6d\x90\xc3\x45\xc3\x2e\x1a\x06\xe9\x85\x64\x03\x2a\xef\xca\x1c\x06\x6d\x15\x13\xa0\x3b\x3a\x87\x49\x5b\xe7\xfc\xfd\x4b\x3c\x40\x8e\xda\xb9\x39\xda\x70\xc8\x2b\x2f\x47\x9d\x5f\x39\x1e\xdc\xb6\x36\x7c\xd1\x6e\xc3\x9f\x2c\xc7\xab\xa0\x88\xe9\x1c\xc5\x4f\xe5\x68\xcc\x88\x60\xd4\x72\xac\x15\x8a\xb8\x27\xcd\x20\x9b\x36\x6b\xd3\x96\x60\x9c\x76\x16\x7b\x67\x0f\x3b\x51\x64\x25\xcb\xf2\xcd\xb1\x47\xd1\x3e\xb2\x76\xa6\xa9\xb2\xd2\xb4\xdb\x53\xe8\xb7\x39\xeb\x92\xcb\xb9\x5a\x43\x85\x00\x91\x33\x1f\x66\xfb\x30\xca\xb6\x90\xc5\xf1\xd8\x23\x19\x49\x2b\xb2\x1c\x1a\x99\x62\x47\x6e\x54\xfe\xa0\x5c\xc4\x3e\xe4\x62\xec\x43\x92\xa5\x3a\x17\xf1\x42\xb9\x88\x17\x3a\x15\x1f\x99\x8b\xee\xaf\x5c\xa4\x62\x08\xe2\x77\x73\xb9\x29\x4d\x7e\x11\x51\x3e\x8a\xb9\xea\xa6\xc8\xd5\x6e\x8a\x2a\x39\x27\xd7\x23\x42\x4a\x12\x26\x44\x3a\x35\x1d\xf5\xd4\x74\xd8\x3e\xce\x35\x40\x32\x8e\xa7\xe8\xd6\xc9\xb5\xf2\xa1\xad\xa0\xa2\x10\xe7\x5c\xbb\x46\xb1\x76\x1b\x45\x05\x03\xe4\x16\x35\xfa\xcd\x98\x9e\xc8\x6e\x6f\xaf\xde\x6a\xaf\xb1\x97\xb2\x10\xe6\xc6\x3e\x68\x53\x9e\x86\x26\x29\xe6\x7e\x8a\xd4\x4d\x0a\x92\xfe\x3e\x77\x36\x67\xb7\xcd\x29\xed\x7c\xee\x09\x0a\xd1\xaa\xa7\x8d\x74\xcf\x90\x8c\x9b\x09\xa7\xd6\xe0\xc5\xe6\xbf\x6c\xf3\xd7\xa0\x05\x7d\x47\x91\x6e\xc9\x38\x81\xa5\x73\x27\x2d\xdf\x5b\x4a\xdb\x78\xf2\x9e\x4e\xb4\x7c\xdb\x89\x26\x8f\xf8\x7c\x53\xfe\x9d\xd5\x08\x28\x17\x94\x5b\xf3\x61\x8d\xb8\xd9\x1c\x32\xfa\x49\xb9\x9f\x6f\x46\x06\x2b\x5c\x95\xd0\x9a\xef\x57\x67\xd7\xfd\x76\xdb\xc6\x76\x63\xe5\x7b\x68\x9d\xdc\x26\xbc\x27\xc5\xe5\x65\x99\x80\xec\x61\x97\xfb\xa9\xeb\x29\x3f\x2c\xfc\xc7\x16\x7e\x94\xdf\x52\x96\x43\xaf\x3d\x4e\xb5\xa2\x8a\x94\x21\x21\xa6\x07\x91\x06\x24\xf4\x11\xfa\x30\x6b\x39\x09\xd1\x38\x88\x1f\xcd\x82\x4a\xb5\x47\x36\xb9\x48\xb3\x21\x74\x4c\x7b\x5c\x3a\x40\x29\xbf\xd2\x0a\x3b\x2f\x0a\x1b\x44\x88\x11\xf6\x50\x2b\xd4\x73\xa5\x19\xb2\x47\xd2\xf9\x69\x55\xca\x07\xdc\x1e\x5a\xad\x15\x1a\xdd\x54\xe6\x54\xe1\xe0\xe7\x71\x68\xc9\x0d\x5b\x9f\x02\x12\xc9\xc2\x31\xb7\x87\xbd\x23\xa3\x5c\x16\xac\xa9\x3d\x6c\x0c\xe5\x89\x9c\xe5\xd9\x6d\x8f\x26\xa7\xaa\x02\xed\x85\xc6\xf9\xaf\x7b\x42\x40\xc8\xf6\x20\x1c\xcf\xda\x3a\xb8\x74\xe4\xd7\x8d\x9a\x2c\x8f\x9b\xd2\x4c\xe0\x0a\x42\x3b\xca\xca\xb4\x65\x8f\x60\xa3\x6f\x02\x70\x56\x26\x2d\x7b\x68\x3d\x89\x23\xc9\x4a\xd0\x6f\x8f\x2c\x93\xb0\x51\xd8\x44\x33\xd8\x50\xe4\xad\x1b\xfd\x9f\xef\xe1\x2c\xd1\xc2\x1e\x38\xf5\xd9\x4c\x4c\xce\x62\x98\xe3\x64\x7c\x76\x16\x57\x6c\x0f\x5c\xa8\x54\x15\xe7\xee\xbc\xb4\xa1\xa2\x48\x0f\x1f\x4a\xf3\x18\xe4\xfa\x50\x0e\x4d\x4e\x39\x6c\x72\x80\xf5\x28\xf2\x29\xb6\x87\xed\x3b\x25\x32\x2a\xa7\x78\x93\x72\x1a\x6f\xd2\x95\xa0\xb7\x9c\x05\x92\xbc\x52\xa5\x46\x29\xa7\x89\xef\xf6\xf0\x31\xb6\xd7\x82\x0e\x97\x12\x64\x32\x8a\xd2\x82\x97\xa0\xfb\xbf\x04\xa9\x95\x6c\x83\x96\x60\x7b\xdc\x1e\xb7\xf1\x47\xb6\x8d\x4b\xd0\x54\x97\x60\x23\x16\x15\xaa\x55\x82\xa4\x9b\x12\x92\x66\xdf\x4e\xc7\x12\x32\xc5\x9b\x04\xa3\xd4\x2a\x25\xe8\x1c\x2f\x81\x73\xdc\x24\x80\x12\xe8\x63\xc0\x96\x6b\xe2\x5e\x09\x12\x13\x4b\x20\x9a\xcc\x06\xac\xc4\x53\x6f\x45\x9b\x34\x00\x24\x8b\xa4\x64\x7b\x58\xb3\xa4\x93\x29\x31\x25\x91\x24\x61\x45\xd5\x18\xe9\x76\x1c\x12\x7b\xed\x0e\x2f\xe8\x07\x8a\xf4\xeb\x51\x8c\x62\x49\x9a\xfa\x92\x6c\xe9\x76\xdd\x2f\x25\x55\x48\x55\xa3\x6a\x57\x55\x49\xf7\x2d\x92\x49\x13\x49\xae\x0f\x25\x4d\x35\x42\x9a\xd7\x4c\x8d\xd9\x8e\x3b\x7b\x98\x18\x22\x6d\x47\xc9\x4c\x47\x96\x9b\xba\xe2\x11\x4a\xd6\x25\x57\xb2\x89\x5a\x20\x50\x94\xdc\x78\xcb\x18\x4b\xd2\x05\x95\x2c\x56\xba\x64\x3b\x9e\x30\x33\x17\xf9\x7c\xda\xc3\xb8\xf0\x43\xb1\xc0\x25\x4b\x2f\x52\xb2\x71\x30\xb8\xe5\x95\xfc\xdc\x90\x4c\xf2\x91\x83\x4b\xc9\x43\x33\x9b\x6d\x44\x84\xc2\x58\x8a\x0e\xc2\x52\xec\x20\x8c\xca\x76\x52\x8a\x78\xd1\x52\xe4\x20\x7f\xea\xac\x2f\xe5\x85\x26\x25\x44\x90\xef\x71\x29\xba\x1f\x8b\x54\x9a\x67\x10\x13\x5a\x0a\x63\x5d\xb4\xc4\xa2\x5c\x6c\x4a\x99\x6a\x6e\x99\x0c\xa3\x28\x03\x8a\xc9\x51\x62\x30\x4a\x35\xf1\xe5\xa7\x54\x63\x59\x8b\xc0\x58\x0a\x97\x5c\xd1\x25\x87\xbf\x5d\xa9\xda\xb1\xa5\xda\x8e\x0d\x0a\xc5\x29\x95\x35\x50\x6d\x0d\xe8\x78\x29\x55\x47\x68\xa9\x62\x72\x15\xe9\x51\x6a\xa1\xf4\xea\xa0\x96\x46\xaa\x0d\x52\xb7\xad\xde\x55\xba\xe4\x87\x52\xad\xff\x45\x46\xda\xd2\xc4\xa3\x15\xe9\x64\xab\x38\xd5\xd2\x74\x52\x95\x66\x27\x55\xd5\xdd\x51\xda\x0b\x49\x2e\x07\x8a\xa8\x2b\x9d\x25\xd0\x6d\x09\xf4\xa0\xed\x27\x77\x38\x7b\x0c\x8d\xab\x09\x99\x45\x3e\x5c\xf6\xb0\x9b\x56\x3a\xe6\x72\x89\x2f\x2d\x97\xf8\xd2\x20\x2f\xe9\x22\x07\x28\x7b\x70\x7a\x99\xbc\x56\x6e\x31\xd6\xe5\x96\xb4\x18\x85\x86\x5a\x6e\xf1\x9d\xe5\x96\x12\x38\x4a\xe9\x5d\xee\x93\xf7\x50\xd8\x4a\x13\x54\x6e\x5d\xd4\xe5\xb6\x8b\xba\x4a\x39\x55\xe4\xce\x63\x0f\xa0\x42\xad\xa7\xb7\xe4\xf7\x72\xdb\x8e\x6d\x4a\x5b\x58\xb8\x25\xcb\x6d\xc2\x7a\x17\x52\x58\x91\x43\x8a\x3d\x58\x2e\xc6\x08\x94\x9b\xd5\x28\x57\x91\x2e\x4b\x7a\xb9\xc5\x60\x95\xdb\x6e\x16\x40\x13\xca\x3d\xb4\x40\xef\xa1\x05\xda\x55\x25\x6b\xe5\xb6\xb5\x82\x3d\xbe\xdc\x93\xb6\x1a\xff\xd6\x15\x0d\x54\xee\xc9\x87\xd3\x18\x60\xb9\xe5\x17\x65\xae\xb0\x87\xcd\x9d\x94\x5b\x45\x2e\x14\xf6\x30\xd6\x40\x49\xec\xcb\x13\x2a\x24\xbb\x2b\xa2\xce\x90\x27\x0c\x48\x5a\x8b\xda\xbe\x02\x44\xb4\x07\x26\xdc\x20\xd2\x0b\x49\x3a\xe2\x43\xc5\x67\xad\xa9\x47\x66\x4a\x31\x6f\x45\xc1\xd6\xf6\x50\xa0\x85\x16\xb1\x00\x99\xec\x81\xcb\x98\x2d\x0d\x01\xea\xd8\x83\x4c\xdf\x22\x49\xbc\x2a\xc2\x78\xa9\xc2\x5a\x29\x32\xe6\xda\xe3\xb5\xc1\x0f\x36\x38\xca\xf1\x60\x8f\x62\x83\x63\x92\x4e\x51\x0e\x72\x7b\xd8\x5b\x4a\x46\x53\x84\x1d\x62\x8f\x2a\x92\x75\x5b\xd1\x6d\xf6\xb0\xe9\x90\x1f\x78\x11\x56\xb4\x3d\x40\xcb\xb4\xfb\xbc\x4c\xc6\x50\x6a\xed\xae\x0c\xa6\x45\xe8\x91\x3f\x45\x09\x18\x48\xd3\x5d\x91\x0e\x2b\x1a\x08\xc4\xc3\x8a\xee\xa0\x1e\x72\x7f\x0b\x3a\xcb\xea\x61\xd7\x80\x3d\x74\xb3\x28\x53\x45\x3d\xc4\xf0\xd4\x43\x0c\x4f\x3c\x8c\xd7\xaf\x87\x76\x4a\x3d\xe4\xc8\x1f\x15\x28\x5b\x8f\xcc\x7b\xb2\xbd\x10\xd8\x52\x0f\x31\x38\xf5\x10\x83\x13\x8d\xd7\xfb\xd3\xe5\x5c\x8f\x4a\x53\x65\xfa\x12\x36\x5e\x3d\xee\x24\xd2\x6d\xf7\x83\x57\xf6\x50\x99\x31\x3b\xd5\xdb\xfe\x42\x92\xe3\x6f\xe9\x76\xc2\x56\x49\xb0\xf6\xb8\xe4\x58\x2f\xd2\x09\xc9\x06\x2c\x4a\x6f\x50\xd1\x55\xd4\x53\x77\xf8\x79\xda\xda\xac\xa7\x76\x43\x95\x74\x99\x64\x80\xab\xa7\xce\xd3\x7a\xea\x3c\x3d\x75\x04\xd6\x53\xab\xba\x9e\xb6\xaa\x73\x34\xe6\xa9\x06\xdd\x79\x35\x9c\x1c\xb1\x0d\xda\x80\x36\x19\x9b\x6a\xb4\xa0\x8e\x06\x52\xb2\xdb\xe5\x55\x83\xb8\x84\x1a\x8c\x4b\xa8\x5a\x3f\x15\xb9\xb1\x4a\x6e\x6c\x8a\x9f\xac\x41\x2b\xb6\x4a\x48\x24\xb7\x7b\x0d\xba\x70\x6a\x90\xee\xe6\x14\x80\x41\x0d\x97\xc6\x23\xc8\x65\x25\xc8\x89\xb1\x06\x46\x32\xd8\x48\x16\x29\x9e\x6a\x18\xea\x7c\x90\x19\x54\x00\x0b\x35\x4a\xa2\xad\x91\x5d\xa2\x58\xe2\x1a\x75\xd4\x54\x82\x64\x4e\xdd\xb5\x35\x16\x7f\x6f\x8a\x2f\x35\x39\xaa\x46\x2d\xdb\xaa\xe8\x97\x22\xcb\x5a\x55\x54\x8a\x3d\xa4\x0a\xb5\xfb\xb7\x26\xc6\x03\x53\x77\x53\x58\x4f\x45\x32\xac\x92\x0c\xa3\xce\x8c\x2a\x63\xb5\x3d\x6e\xdb\x03\x26\xf3\x55\x99\x02\x7e\x6a\x32\x11\xa2\x4b\x1a\xae\x32\x5c\xdb\xe3\x51\x18\x92\xca\x97\x32\xa1\x26\x14\x9b\xd2\x34\xd7\xf4\x52\xa7\xed\x8e\xaa\x2c\xde\x55\x36\x59\x7b\xd8\xc2\x92\xef\x64\x4d\x52\xad\x54\x09\xa0\x81\x79\x97\x49\xd6\x1e\xba\xba\x8f\x08\xed\x81\xf6\xda\xf2\x50\xfb\xb3\x34\x37\x35\x9f\x88\x14\x5d\xb4\xa0\x3e\x29\x96\x24\x0a\xce\xa2\x2a\x7a\xc4\x1e\x36\x7b\x76\xca\xd6\x1c\xf9\x30\xea\xfc\x0c\xa2\x54\x28\xc6\x6c\x2b\xcc\xb1\x66\x89\xe0\x35\x9b\x40\x52\x84\x8b\x5b\x73\xe2\x2d\xdb\x8b\x55\xc2\x43\xcd\x85\xfa\x6c\xb2\x82\x90\x88\x6a\xee\xea\x63\x36\xbe\x1c\x40\xcf\x9a\xa5\xbd\xad\xb9\x13\xf0\x69\xd3\x96\x2f\xfa\x78\x61\x4f\x52\xb3\x2e\x3e\x94\x42\x57\x00\xe2\x15\x26\xa6\x8a\x89\x09\x62\x58\x2a\x0c\x4b\x15\xc3\x42\xe0\x4d\x55\x44\x8b\x3d\x14\xcd\xa2\xb1\x29\x9c\x35\xc5\xf8\xb5\xa4\x14\x28\xb5\x70\x84\x14\x1d\x21\xe8\xd8\x6a\xa9\xbc\x56\x71\x86\x8d\x22\xdd\x90\x6c\x72\xe5\x3a\x51\x8b\x4c\x19\xb5\x00\x2b\xac\xbd\x5f\xa4\x0b\xac\x45\xeb\xff\x50\x98\x4e\x2d\xd2\x22\xd6\xf2\x0c\x6b\xac\x46\xac\xb0\x04\x8a\x2d\x81\x28\x8f\x97\x8a\xa0\x5e\xeb\xa1\xb3\x45\x8d\xad\x52\xce\xd6\x8a\x72\x56\xb6\xc2\x5a\x39\x35\xaa\x9d\x1a\x55\x5e\xa5\xb5\xca\x72\x51\xab\xcc\x81\x72\xc5\xaf\x55\x46\x88\x5a\x8d\x01\x21\x28\xa7\x56\x9d\xec\xb5\xea\x64\x97\x08\x53\xab\xae\xaa\x5a\xed\xaa\x6a\xb2\x1d\xd6\x9a\x29\xcb\x76\x5c\x97\xd2\xac\x22\xf5\x57\x49\xfd\x49\x1e\x8d\xb5\x32\x49\x55\x93\x74\x2a\x0f\x41\xad\x37\x85\xdd\x3a\x80\x78\xed\xa1\xad\x72\xe0\x0c\x8a\x5f\xad\xf5\xa1\xb4\x07\x66\x44\xf3\x54\x25\x29\xd7\xfa\xc2\x64\xd0\xa9\xa1\x35\x55\x87\xd6\x94\x06\xad\xb1\xd4\x1b\x00\x69\x4d\x24\xb1\x2c\xb5\xd9\x52\xaf\xca\xf1\x52\x9b\xa4\xdb\xda\x6c\x01\x12\x7a\x59\x5b\xd3\x62\x6c\x36\x5d\x5d\x10\x81\xb5\x75\x15\xdf\xba\x71\xae\xb2\x2b\xd7\xc6\x41\xdb\x1e\x62\x9c\xec\x52\xab\x52\x62\xfc\xd4\x26\x17\x83\x33\x68\xd4\xda\xa0\x4e\x99\x3f\xad\x5b\x46\xe3\xf4\x6d\x0a\x68\x3b\xe5\x77\x55\x3b\xc7\x6f\xe7\xf8\x15\xc7\x56\xbb\x58\x88\xda\xe5\xba\x16\x94\x4a\xbf\x76\x89\xf6\xb5\x27\xb2\xa5\xdb\xc0\x75\x6e\x2b\x85\x07\x11\x2a\x54\x15\xb5\x63\x0f\x99\x8a\x95\x04\xb0\x76\x49\x43\xb5\x9b\x34\x44\x48\x62\xed\x37\x5f\x2a\x78\x5c\xa1\xdd\xb5\xbf\x6a\x2f\xb1\x2b\x5d\x77\x4a\x17\xef\x54\x15\x66\x52\xa5\x9c\xaa\x9d\xe3\xa6\xdb\x71\xd3\xa4\xe5\xaf\x97\x78\xbf\x7a\xd9\x8a\xeb\x32\xa0\x56\xb8\xd0\x2a\x2e\x34\x49\x8f\x5d\xaf\xa2\xe2\x15\x39\x91\x15\xe1\x51\x2f\x89\xe8\xf5\x92\x88\x1e\xe4\x17\x5e\xaf\xf2\x40\xd3\x6d\xda\x4e\x95\x26\xd5\x5d\xbd\xe4\x14\x17\x65\x48\xaf\x97\xb4\x8c\x55\x71\x14\x35\xe7\x7f\xe1\x9e\xbe\xba\xe6\x48\x41\x10\x51\xfe\xf2\x55\x91\x0e\xf6\xc0\x54\xaf\x61\xb8\xb8\x5b\x2f\xee\x56\xb9\x7f\x55\x85\x2d\xd8\x03\x17\x86\xa8\x06\x48\x8d\x5b\x15\xaa\x00\x16\x6b\x95\xcf\xbf\x3d\x4e\x5b\x65\xdd\xba\x28\x4e\xd4\x1e\xd5\xce\x11\x9d\x6f\xf2\xec\xb5\x07\x15\x98\x00\x5e\x9f\xa8\x19\x12\x02\x4b\x96\xa3\x75\x55\x24\xb6\x3d\xba\x0a\x83\xa4\x1e\x08\x9b\xbf\xca\xc2\x53\xe1\xfc\xaa\x38\xbf\xa4\x54\x31\x55\x20\x2d\xf6\x50\xf9\x41\xeb\xff\x81\xd5\x50\x6a\xe7\xd4\x74\xd2\x3f\x83\xc2\xac\x35\x59\xae\x96\xf5\xa5\x15\xca\x7a\xd6\xe4\x09\x51\x5f\xca\x7f\x29\xdf\xd8\xff\xfa\x72\x80\x92\x62\xea\x90\x17\x46\x1d\x1c\x2d\x40\x20\x9c\x41\x03\xa9\x94\x53\xf6\xd0\x00\x89\xab\x18\xac\x57\xa5\x98\xc9\xf2\xe0\xae\x43\xa2\x61\xc5\xcc\x4b\x08\x41\x9d\xb4\x43\x26\xcd\xd6\xb4\x49\x26\x8b\x1f\xd0\xe2\x24\x0b\x42\x9d\xdc\x1d\x82\xf3\x6a\x4d\x5c\x16\xe6\xc8\x2a\x73\x64\x4f\x0d\x52\x87\x64\xec\x93\x14\xc6\x75\x72\x44\x63\x6b\x3c\xe5\xfa\x54\x27\x07\xb2\x60\xbc\xda\xc9\x6b\x17\x75\x5e\xa7\x95\xaf\x7e\xca\x4e\x67\x8f\x5b\x6f\xd9\x08\x61\x9b\xab\xb2\xcd\xb5\x53\x3d\x9f\xdc\x27\x02\x2e\x89\xdc\x60\xf3\xa5\x4a\xe3\xb7\x3b\x2c\xc5\x84\x8f\x51\x96\xa3\xa4\xb0\xaf\x2a\x57\x09\x7b\xe8\xe2\x3e\x75\x71\x4f\x96\xcb\xb4\xe5\x92\x3a\xaf\x4d\x7a\xa9\xb8\xc6\x20\x65\x43\x9d\x32\x72\xd5\x29\x23\x57\x90\xa5\xa4\x61\xb4\x6b\x32\xda\x55\x69\xe6\xda\x11\x6f\x91\xc0\xdf\x94\xf4\xd0\x0e\x71\x28\xed\x30\x0e\xa5\x29\xa1\x60\x3b\x74\xaf\xb5\x43\xf7\x9a\x38\xe3\x76\x34\xbe\x44\xad\x6f\x87\x63\x3b\x74\x12\xb6\xc3\x76\x42\x90\x19\xb7\x9d\xd9\x46\xbb\x9d\xb8\x68\x4b\x11\xde\xe4\xc2\x60\x0f\xcd\x80\xf1\x31\xed\x94\x39\xaf\x9d\x36\xda\x49\xba\xeb\x76\xea\xf8\x69\xa7\x8e\x9f\xa0\x00\xc0\xa6\x00\x72\x7b\x68\xe3\xe7\xa8\xd2\xd4\xf9\x26\x93\x49\x53\xda\xcf\x26\x7b\x87\x3d\xee\xdf\xbf\x82\x80\x93\x5b\x90\xc8\xd2\x82\x44\x16\x99\x01\x5b\x10\xbb\xdf\x82\xd8\xfd\x53\xfe\x6a\x4d\x61\xe5\xf6\xe8\x0a\x83\xd6\x97\x05\x92\xa2\x41\x83\x32\x17\xb7\x20\x1b\x5c\x0b\x4d\x3c\xa2\x09\xe8\x2d\x6a\x0d\x35\x05\x53\x07\x29\xa6\x5b\xd2\x55\xd4\x92\x5c\x5f\x0f\x45\x0b\xb5\x2c\x9e\xb9\xe5\xa0\x8e\xda\x91\xd0\x32\x15\xe4\xa2\x3a\x35\x51\x59\x9a\x83\x96\xa5\x39\x68\x0a\xa8\x6d\xb2\x08\xd8\x43\xde\x00\xc6\xe0\xb4\x22\x53\x55\x2b\x38\x9c\x28\x37\x4e\x2b\xba\xae\x9b\x98\x13\x1b\x22\xab\xb4\x48\x79\xd0\x8a\x6c\x55\xf2\x00\x68\x45\xb7\x6e\x2b\x76\xeb\x36\x31\x68\x0d\xc3\x40\x93\x61\xc0\xba\xfb\xd7\x4f\x93\x41\xc0\x1e\xf1\xf7\xaf\x28\x60\xd5\x56\xa5\x7a\x6c\x1e\x36\x2b\x37\x23\xbb\x2d\x45\x93\x8f\xcf\x21\x0c\x81\x56\xa5\xf2\x6d\x15\x95\xaf\xa2\xf1\x5a\x9d\x7c\xab\x9c\x26\x41\xee\x0a\xad\x89\xe9\x6c\xba\x90\xcf\xc0\xcc\x34\x29\x5c\x5a\x3b\xad\xab\xb2\xb1\xb7\x26\xb9\xce\x66\xee\xf7\xaf\x5a\xaa\xde\x92\x58\xd7\x1a\x7a\x6c\x89\x2e\xad\x55\x68\xb2\xb1\xe8\x10\x6b\x4d\xbe\x25\xad\xb5\x20\x2f\x19\xeb\x43\xbb\x29\xff\x06\x55\x53\xbd\x6f\x0f\xaf\x49\x7b\x2b\x06\xa6\x35\xf1\x5f\xad\x19\xe7\xd1\x15\x9e\xd0\xda\xe4\x2d\x69\xdd\x0f\xc1\x89\xb7\x2e\x8d\x51\xd3\xb5\x9d\x94\x20\xa5\x75\x79\x89\x34\xd9\x2a\xce\x43\xb1\x46\xad\xcb\xdc\xd0\xba\x6c\x8d\xa7\xf0\x44\x5a\x97\x1d\xa1\x75\x94\x46\x41\xeb\xb9\xcb\x6e\xd0\xba\xec\x06\x41\x10\xf7\xad\xb3\x63\xba\xbc\x50\xa3\xa2\x70\x5a\x7f\x79\xcf\x0e\x92\xa6\x6c\x16\xad\x4f\x5a\x22\xaf\xcd\x53\xb9\x41\xdb\xc5\x14\x5e\x36\x85\x41\xc6\xd7\xa6\x70\x49\x7b\x18\xa7\xa3\x48\x8b\x76\xc9\x7c\xd1\x2e\x5b\xfe\x80\xd4\xb5\xab\xf2\xa1\xbc\x74\xe4\x0a\xd8\xae\x97\x0f\x15\xf1\x72\x28\x98\xa8\x29\xfc\xcd\x1e\x59\xd1\x42\xc6\x05\x37\x5d\x78\xf6\x30\x66\x59\x26\x99\x76\x4b\x3d\xd6\xee\xa4\x0b\x4d\x13\xa3\xa8\x2a\x7b\xc8\x8b\xec\xa8\xe5\x8f\x57\x76\x53\x80\x93\x3d\xb4\xe0\x93\x16\xda\xdd\x1b\x34\x98\xc0\x64\x8d\xc2\x78\xd1\x64\xbc\x68\x4a\x1f\xd2\x1e\x76\x19\xe9\xbc\x8e\xa0\x46\x29\x6b\x80\x3d\xf2\xef\x5f\xbd\x68\x79\xcb\x44\x61\x0f\x31\x69\x52\x8a\xb4\xe7\x82\x66\xcc\x6b\x10\xf0\x6f\x53\xd6\x27\x7b\x18\x1b\xd8\xaa\x2a\xe0\xbc\x12\x36\x60\x92\x39\xa9\x3d\x3a\xbe\xdb\x33\xb4\x32\x72\x10\x89\x96\x8d\x57\x24\x7b\x4b\x19\x7a\xed\xc1\xae\xd0\x72\x57\xd6\x7d\x7b\xd4\xdf\xbf\xc8\x8f\xd3\x5e\x3a\xf0\x5a\x07\xba\x04\x84\xa6\x0c\xef\xf6\x98\x22\xd9\xa0\x0a\xda\xc8\x1e\xc9\x48\x3a\x0d\x07\x3b\x96\x5c\xdb\x87\x64\xaa\x86\x06\xa7\x49\x83\x73\x9e\x0a\x71\x6c\xb2\x78\xd8\x43\xea\x0f\x46\x68\x88\x87\x6f\x43\x6e\x32\x51\x50\xc2\x6d\x70\x08\x0b\x9a\xb4\x49\xe9\xd5\x06\x27\x9d\xd4\x3b\x64\x76\x68\xf2\x88\xb4\x87\x6c\x5d\x26\x14\x36\x3c\x03\x1a\x09\x61\x0f\x4e\x98\x49\x47\xe5\x56\x75\x1e\x4d\x1b\x7b\x72\x84\x01\x38\x1f\x84\xd0\xd6\xf0\x4f\x6a\xc0\x7d\x06\xe1\xa9\xb5\x99\x79\x2f\xe3\xd6\xa3\x9d\xa2\xcb\xdf\x1e\x78\x7a\x51\x07\x67\xdd\x24\xd2\x4c\x9e\xf5\xfd\xd0\xa9\xd0\x0f\x3b\x15\xb2\x9a\xd2\x0f\x71\xca\x5d\xf7\x5a\xd6\x76\xef\x87\xb8\xfd\x7e\xf4\xb6\xa2\xfa\xfb\x61\xc2\x86\x3d\x64\x9a\x3f\x45\x12\x57\xdc\x0f\x9b\xda\x26\xd8\x92\x7e\x68\x27\x76\x81\xba\x34\xf9\xb8\x75\xb9\x96\xd8\x03\x93\xb7\x0d\x52\x97\x93\x81\x3d\x64\x4b\x4e\x26\x26\xf4\x33\x5e\xd0\xb4\xff\x85\xab\xd0\x85\xee\x62\x0f\xe2\x2a\x8d\xa9\xe8\xa7\x76\x54\x3f\x6d\x60\xaa\xe2\x2a\xba\x9c\x11\xec\xa1\xf5\x60\xe3\xd6\x4f\xfa\x79\x2a\x5e\xe9\x68\x5d\x35\x34\x6a\x55\x4c\xc8\x21\x87\xf0\x7e\xea\xb8\xee\x27\xc7\x75\xca\xaa\x55\xdc\x70\x3f\x8d\x1b\xce\x02\x11\xef\xa7\xe4\xe7\x7e\xca\x08\x10\x94\x00\xb2\x9f\x83\x06\xdb\x28\x34\x39\x84\x77\xa9\x8e\xec\x61\x0c\x4f\xd2\xb8\x05\xf1\x06\x3d\x20\x25\xc9\xa3\xbc\x87\x09\x0d\xe8\x77\x46\x2e\xea\x48\xec\x51\x47\xe2\x29\x11\xba\x0b\x08\xc4\x1e\xaf\x7c\x97\xad\xab\x82\xe3\xb0\x47\xc7\xe5\x05\xda\x05\x0d\xb7\xd4\x6c\xa3\x94\xb2\xfa\x9f\xb2\xcd\xb3\xbc\xef\x7b\x2a\x7c\xaa\x93\x20\x0a\x6a\xa1\xcb\x5f\xd1\x1e\xc3\xe4\x76\xe3\xf6\x7a\x92\x41\xad\x27\x19\xd4\xa2\xa0\xc1\x7a\xbe\xf4\x69\xc6\x57\x34\xd8\xb4\xca\x0d\xdd\x1e\x97\x0c\xac\x87\x68\xe2\x0a\xbb\x54\x0a\x59\xfe\x8c\x3d\xbf\x1a\xb8\xac\x30\xc2\x10\x8d\x87\xed\xf9\xe5\x35\xcc\x1b\x02\x60\xe9\x45\xa2\x75\x2f\x49\x5e\x30\x5a\x24\x45\x46\x9c\x5e\xec\x92\x0d\x92\x05\x7a\xb1\xfb\xcd\x1e\x72\x1c\x33\xa6\xad\x17\x26\x55\xaa\x85\x28\x60\xd6\x2e\xfd\x82\x3d\xec\xc4\x38\xec\x2c\xe8\xa5\x53\x96\x9d\x12\x5d\x80\x37\xbd\xe8\x4c\xed\xc5\xce\xd4\x28\x37\xf9\x2e\x7f\x01\x7b\x34\x3b\xbf\x8d\x41\xeb\xc2\xcf\xb0\x47\x55\xf1\x6a\x84\xa4\xf4\x2e\xc3\x4d\x54\xf8\x5f\xaf\x3a\xca\x7a\xb5\xbd\x9f\x84\x41\xd1\x65\x22\xb1\xc7\x43\x27\xa1\x0d\x68\x92\xe5\xe5\xce\xdf\xab\xdc\xbe\x7a\x8d\x5d\xd0\x26\x51\xa4\x17\xd2\xd0\xdc\xa9\x82\x4c\x69\x76\xbe\x67\x69\xc4\x7b\x95\x41\xab\xcb\xb2\xd2\xc5\xdc\xf4\x2a\x51\xac\x57\x45\x8d\x47\x89\x1a\xbd\xbe\x14\xa6\x30\x8a\x20\xe7\xc9\x2e\x84\x0e\x7b\x0c\xda\x61\x53\xdc\x74\x5f\xf6\x26\x96\x47\xee\x83\xbd\xc9\xc3\xa4\xb7\x43\x5e\x1a\x76\x99\x77\xe9\x12\xec\x61\xac\x81\x3c\x28\x3b\x8c\x4c\x17\x23\x13\x95\x78\xb8\x37\xb1\x01\xbd\x99\x3c\x9c\x64\xa4\xeb\x8d\xe5\xdd\x14\x8c\x14\xe4\xd9\xdb\x1b\x13\xdc\x84\x5c\x1c\x94\x79\xa0\x37\x79\x51\xf4\xa6\x58\x95\xa8\xd8\xc4\xde\x2e\x2a\xbd\x70\x19\xa7\x6d\x62\x5b\xba\xd8\x96\x33\x88\x7b\xec\x8d\x6e\xb5\x29\x7f\x11\x63\x3b\x7b\xd7\x31\xdb\x3b\xc7\xac\x1c\x14\x7a\x67\x66\xba\x66\xe6\x14\xd0\x61\xef\x92\xb4\x7a\x97\xdc\xa9\xe3\xbe\xf7\x8b\x4f\xf1\x21\x11\x82\x6b\x17\x84\x85\x3d\x12\x21\xd7\x7f\x36\x59\xf7\x4e\xa3\x80\x9e\x38\xbb\x26\x58\xb0\x0b\xf6\x50\x27\x43\x85\x76\x41\xb3\x53\x58\xe2\x4d\xbf\x74\xa6\x77\x69\x07\xce\x28\xfc\xc9\x2e\xdb\xd5\x4f\x17\xe6\x40\x62\x18\x2f\x1a\x25\x26\x25\x2b\x9c\xac\x63\xc1\xea\xb2\x60\x25\x05\x78\xf5\xfb\xd0\xda\xb8\x05\x74\x11\x84\xdd\xd5\x6f\xe6\x49\x36\xab\x33\x0a\x89\xa5\x2b\xdc\xfe\xa7\xdf\x92\x60\xa3\x80\x10\xfa\xcd\xe8\xe0\x1e\x72\x48\x90\xeb\x8a\x90\xb7\x47\x50\x43\x44\x92\x57\x74\xbf\x95\x49\xf5\x10\x63\xda\x6f\x0e\x49\x19\x9f\xce\x20\x7f\xad\x2e\x83\x90\x3d\xb0\xa5\x19\x0b\xd7\x1f\x56\xb3\x84\xfd\xac\xfc\x62\x5d\x08\xa1\xf6\x08\xf8\xb7\x59\x2f\x5e\x76\x10\x30\x69\x41\x16\x85\xfe\xca\x10\xde\xc9\x09\x1c\x0e\xf5\x42\x59\x8f\xec\xa1\xde\x56\xde\x93\xe0\xd6\x5f\x09\x6e\x41\xea\xe6\xfe\x32\xc9\xa4\x86\x0b\x32\x5b\xf5\x97\x93\xed\xd5\xc9\x16\x65\x91\xea\x82\xbb\xb7\x87\x09\xec\x2c\x72\x85\xec\xd9\x03\x99\xcc\x98\xad\xae\x04\x18\xf6\x78\xf5\x9a\xd5\x8a\xfb\x76\x97\x78\x7f\x9e\x4a\x08\xd4\x95\xcf\xcc\x1e\x05\xe7\x94\x28\x1a\x9f\xea\xac\x17\x96\x5d\x1f\x5c\xa6\x43\x6c\x6d\x94\x1e\xae\x2b\x20\xe2\xa7\x8b\xa5\x38\xcf\xe3\xb0\xf7\xd0\x09\x74\x74\x02\x41\x5e\xcc\x1d\x1e\xa1\xcb\x8b\xf9\x0c\x42\xc7\xe8\xf0\x08\x5d\x3c\x42\x96\x3a\xa1\x4f\x6e\xce\x29\x43\x40\x54\xcc\x7b\x9f\x8c\xdd\x14\x2c\x40\x54\xc8\x6c\x9f\x6c\xc1\x49\x9c\xa4\x27\x4d\x49\x91\x1c\x07\xeb\xbf\x93\x68\x2a\x21\xe6\xa5\x04\xf2\xee\xfa\x2f\x79\xfd\xc3\xfe\x9b\xb1\xcd\xeb\xbf\x85\xbf\x09\xf2\x2e\x39\xee\xeb\xfa\xaf\x42\x23\x1a\x88\x9e\xe9\x21\xed\xdf\xfa\x6f\x26\xf6\xe6\x5c\x7f\x93\x40\xec\xff\x55\xf4\x8d\xe3\xda\xe7\x83\x04\x0f\xeb\xbf\x95\x54\xc0\x3b\x2f\xc1\xe0\x3b\xfd\xb7\x7d\x81\xd7\x87\x26\x78\xe0\xb4\x5b\x00\xfe\x20\xd0\x62\x1c\x64\x52\xd4\x94\x8c\x43\x3a\xca\x81\x99\xad\x28\x94\x62\x1c\xc9\x69\x04\x62\x2a\xc6\x5d\x36\xb7\x9f\x71\x64\x72\x3c\x28\x2c\xf9\x10\xc3\x3e\x0e\xc1\xa8\x80\x90\x3f\xe4\xf6\xf9\x33\x0e\xf2\xf5\x81\x66\x77\x54\x68\x0a\x5a\x2d\x59\xb1\xad\x87\xd6\xee\x38\x04\x44\x50\x32\xd0\x7a\x0a\xe1\x18\x87\x34\xc8\x45\x49\x9d\xc6\xf1\x50\x07\x29\x90\x05\x1f\x3b\x0e\xe9\x69\x87\xd8\xb5\xb3\xc8\xa1\x77\x1c\x93\x3a\x48\xc5\x23\xf7\xae\x71\x48\x4f\x3b\x0e\x05\x4d\x16\x99\x3c\xc7\xc9\xb8\xe0\x77\x5a\xc4\xcb\x0f\xcc\x75\xe3\xc4\x24\xa6\x9c\xc9\xe3\x94\xaf\xde\x38\x89\x21\x26\x04\x18\xc6\x6f\x9c\x89\x84\x51\x02\x4e\x12\x77\x67\x0f\xcf\x41\x2b\xc0\x3d\xb1\x34\xe3\x14\x4b\x53\x08\xab\x3d\xa5\x4b\x1d\xa7\x42\x6e\x48\x6c\x38\x4e\x19\xbc\xc6\xa9\x20\xf7\x02\x56\xcc\x29\x3e\x67\x9c\x9e\x00\x51\x41\xa8\x04\x91\x0c\x71\x7b\xa7\xc3\x31\x9c\xe2\x09\xc6\xd9\x69\x4b\x03\xf4\x2f\x41\x23\x02\x57\x21\xbc\x84\x9b\x8c\x93\xbc\x69\x4a\xbe\x3f\xe4\xda\xfa\x33\x08\x38\x29\x60\x62\x9c\xb7\xc6\x59\xfe\xac\xb6\x2e\x55\x9e\xe4\xa5\x71\x3e\xac\x47\xda\xf7\xd0\x37\x4f\x82\xa0\x28\x76\x69\x76\x7e\xc6\xc9\x38\xcb\xf4\x32\x82\x6e\xe4\x21\x6d\xce\x59\x9a\x82\xf1\x83\xce\xbf\x11\x74\xfe\x95\x9e\x80\x07\xd4\xb7\xc1\xd7\xb5\x10\x04\xa4\xc8\xf9\x19\x81\x71\xd1\x79\x3a\x50\xe8\x8c\xd0\xa0\x75\x80\x02\xd5\xbe\x00\x0c\xa7\x02\x09\x46\xd0\x1e\x1b\x81\x50\x5d\x22\xd1\x71\x52\x1d\xe1\x86\x26\x94\x81\x70\x43\x1b\xb8\x5a\x3b\x42\xa0\xc6\x39\x80\xd3\x00\x58\x64\x98\xf4\x63\x12\xcc\xaa\x70\xe3\x28\x49\x79\x44\x90\xa5\x41\x8f\x8c\xa7\xd3\x88\x82\xd3\xfc\x46\xdd\x50\x23\x46\x87\xea\x17\x3c\x9e\x64\xb8\x11\x23\xc8\x7a\x0a\x9b\x8f\xba\xa1\x46\x04\xb9\x5b\xc1\x45\x23\x26\xca\x43\x4f\x22\x57\xce\x11\xc5\x3e\x8f\x48\x8a\xf5\xd3\xb1\x07\x5f\x68\xe4\xa8\x07\xf6\x4f\xec\xca\x88\xd9\xd3\x6c\x0a\xf0\x4f\x67\xc8\x88\xe4\x36\x93\x86\x73\x44\xf1\x65\x23\x6a\xff\xa6\xb3\x03\x47\x98\xa0\x81\x09\x78\x9c\x7f\x64\x12\x46\x64\x6a\x22\x19\x39\x65\xa3\x1d\x72\xc7\xb5\x87\xc7\x0e\x6a\xd8\x2a\x4d\x25\xb3\x8c\xd4\x30\x23\x36\x9a\x0a\xb6\x6f\x60\x88\xe4\xcb\x37\x22\x40\xd5\x32\xb9\x8c\x28\xb5\xff\x88\xc4\xbd\x03\x54\x15\x39\x42\xe2\x03\x0d\x90\xc6\x87\xb6\x3c\x68\x46\xb5\xec\xe2\xc3\xf0\x02\x24\x1a\x41\x5d\x7c\x79\xef\x25\x73\x90\x8e\x24\x49\x2a\x3f\x23\x0e\xcf\x08\xac\x69\x18\xbc\x47\x3a\x18\x80\x9e\xe2\xe4\x3d\x92\x25\x48\x76\x1a\x44\x59\x8d\x44\xee\x72\x19\xa0\x47\x92\x3c\x35\x88\x36\x23\xab\xdf\x50\x30\xf6\xcf\x48\x2b\x35\x8c\x10\x07\x39\x82\x53\x20\x08\x1e\x7c\xc4\x48\x79\xe4\x72\x01\x83\x49\x22\xd2\xcf\x48\x19\xb8\x61\xc5\xc4\x27\xd9\x63\x46\x62\xba\x94\x14\x67\xa4\x42\x79\x20\xe1\x09\x1d\x7a\xa4\xa2\x6d\x4b\xe0\x74\x4a\xb4\xaf\x52\x5e\x03\x60\xb5\x00\x65\x58\xa0\x91\x64\x07\x78\xc5\x4e\x5b\xb4\xcd\x92\x0c\x7b\x23\xc9\x26\x38\x12\x63\x2f\x47\xbc\x21\x4f\xea\x9f\x91\x40\x93\x07\x68\x26\xbd\xd4\xc1\x58\x49\x01\x3a\x32\x63\x95\xc9\x5f\xa2\x3c\x19\x23\x4b\xc9\x3d\x32\x63\x25\x1f\xc1\x91\xd9\x3e\x39\x38\x4d\x80\x86\x92\xc7\x47\xf6\xb4\x38\x11\x2c\xc4\x02\x0d\xfc\x62\x41\x59\x64\x69\x1e\x46\x26\xa5\x81\x5c\x3d\x47\x96\xaa\x60\x64\xf2\x16\x81\x1c\x90\x2f\x68\x9e\x41\x9d\x6f\x4d\x4e\xfe\x19\xf9\x85\xc6\xb7\x92\x04\x87\x24\x41\x19\x63\x46\x7e\xa9\x15\x68\x78\x30\x8b\xf0\x99\x1b\x59\x3c\x4f\x92\x9f\xeb\xc8\x62\x16\x46\x66\x04\xe4\xd8\x38\x0a\x23\x50\x88\x3f\x55\x1a\x83\x51\xb8\x84\x0a\x31\xb5\x0a\x53\x1f\x45\x02\xc0\xc0\x58\x9d\xa4\x1a\x1c\xc8\x9a\xa3\x68\x76\xc9\x6a\x39\x4a\x81\x86\x1b\x29\x00\x29\x45\xda\xee\x51\xd8\x31\x5d\x10\x32\x78\x96\x0f\x3c\xcb\xb3\x92\x9a\x8c\x72\x51\xef\x45\xfa\x10\xf0\x1d\x2f\xf5\xa3\x00\xdf\x73\x80\xec\xc8\x65\x50\x48\x6d\x7d\x08\xff\xa4\x4c\xbe\x55\xdf\x1c\x57\xa1\xd2\xb7\x0a\x6e\x15\xc8\x9b\x95\x59\xab\xc0\xb4\x28\xf7\xe0\xa8\xac\xc8\xba\x32\x74\x0b\xbc\x51\x7c\xf4\xa8\xd2\x98\xe6\x70\x02\xdb\xa8\xb6\x54\xe5\xc9\x27\xbb\xea\xa8\x92\x9f\x46\x05\x2c\x0c\xe8\xca\x2a\x35\xe7\xa8\x2b\x4d\x8e\x80\x1d\xe5\x3c\x38\xea\xf4\x94\x35\x42\x6e\xa4\x7d\xed\xf0\x74\x56\x45\x34\x8d\x5f\x03\x9f\x0b\x0c\xc3\x16\x54\x5e\x03\xb4\x31\xea\x10\x6d\x32\x6b\x8e\x46\xae\x22\xe5\xeb\x1d\x98\x9b\x47\x03\x0a\x66\x61\x40\xf2\x2d\xf5\x2a\x9d\xca\xe8\xd4\xdb\x3d\x83\xa7\x90\x43\x70\x82\x1f\x72\x82\x3f\xdb\x09\xcc\x9f\x62\x03\x47\x2f\x9e\x88\x1a\xe4\xc8\x08\xcd\x21\x1f\x05\x14\xc8\xa9\xdb\x1d\xef\x52\x97\x5f\x67\x1d\x74\x32\xe1\x70\x59\x75\x31\xc9\xa3\x03\xa7\x25\x0f\xe7\xd1\xa5\x70\x1f\xbd\xe2\x07\x13\x81\x90\xd4\x98\xf6\x06\x50\x62\x06\x2f\x92\x6f\xc1\xae\x02\x94\xa4\x73\x1a\xf4\x0e\xd4\x22\xed\xeb\xf4\xa3\x3b\x84\xa3\x20\x0e\x3b\xfd\x00\x9d\xea\xd4\xce\xea\x5c\xce\xdd\xd1\x3f\x2b\x34\x7f\x8f\x70\x79\xca\xe3\xc2\xee\x00\xd5\x29\x55\xe0\xe8\x30\x87\xfd\xa6\x1f\x9a\x8f\x7e\xd3\x0f\xf9\x3f\x36\x19\x4e\x07\x36\xf1\xd1\xc1\x16\x00\xbd\xab\xdf\x3a\x0d\xba\x83\x7e\x32\x1f\x0f\xdf\x3e\x8e\x1f\x06\x64\x24\xfd\x00\x8a\x40\xfe\x52\xa3\xbf\xf4\x17\x5c\x95\xe0\x60\x90\x8c\xfd\xeb\xd0\x91\xaa\x63\xf0\x1e\xc9\xc7\x58\xa7\x7d\x50\x87\xe4\xc7\x06\x9c\x72\x1f\xf4\x6d\xf2\x9e\x43\x3b\xf2\x9e\x98\xd7\x16\x98\x23\x98\xd7\x4e\x86\xd3\x00\xde\x20\x6b\xe8\x02\xb4\x27\x00\xed\x27\xed\xcd\xb8\xc0\xe0\x0f\x00\xe7\x71\x96\x5c\x87\x83\x44\x82\xf1\xa8\x3a\x2e\x10\x59\x14\x30\x3e\x2e\x09\x39\xe3\xc2\x1f\x2a\xfc\x0b\x1a\x81\x71\xc9\xa5\x66\x5c\xa0\xd7\x29\xa9\xc8\xb8\x02\x45\x83\x4e\x17\x2a\x58\x91\x34\x21\x3a\x4d\x08\x7c\xd1\x69\x98\x15\x81\x43\x84\x1f\xba\x80\x30\x57\x9e\xf1\x71\x49\x26\x1e\x17\xb0\x54\xe0\x12\x5f\xf0\xd9\x17\x50\xcb\x4a\xe2\x33\xe4\x98\x60\x0f\xf0\x0c\x05\xb3\x83\x4d\x64\x5c\xe2\xb3\x1b\x17\xfb\x05\x9f\x2d\xdf\x05\xa3\x69\x88\xd8\x52\x17\x08\xb1\x42\x2c\x19\x97\x6c\x1b\xe3\x02\xf1\x22\x32\xbc\xf0\x98\x17\xee\xf8\xe0\xb0\x5e\x4d\xcb\xe9\x62\x0b\x00\x3d\x77\xb1\xdc\x2f\x90\xd9\x64\x9d\x1a\xd7\x45\x1d\xc0\xb0\x39\x6c\x26\x47\xeb\x45\x12\x6c\x8e\x95\x8b\xa5\x7d\xb1\xb4\x1d\xa8\xf2\x66\x5a\x49\x4b\x28\x6d\xd8\xb8\x6e\xfa\xf1\xd0\x0f\xc0\x1c\x1f\xea\x65\x79\x02\xe6\x8a\x4e\x65\x5c\x2f\x48\x7d\x8c\xc1\xcb\xb7\x2c\x4f\x30\x90\x2f\x19\x27\xc7\x35\x1c\xca\x10\x1a\xfd\x25\xe5\x4e\xd2\xf2\xbc\xe0\x8b\x2f\xc9\x5b\x2d\x01\xf2\xc9\x92\xbd\x40\xe5\x4d\xa0\x66\x4e\xc6\x0f\xa0\xe7\x04\xa8\x25\x47\xf0\x05\x5e\x69\x02\x3d\x0e\xd9\x00\x6d\x4e\x4b\x09\xa4\xc5\x0a\x8d\xf7\x40\x7c\x83\xa7\xbe\x81\x98\x4a\x8e\xae\x98\xa1\x69\xfc\x12\xb8\x8a\xf2\x5b\x18\x77\x60\x0c\xb4\xfe\x6e\xa9\x69\xc6\x1d\xc0\xee\x04\xc1\x4d\x66\xdc\x71\x8b\x1f\x6f\x1c\xd5\xb7\x14\xf7\x43\x31\x44\xf6\x1e\xb4\x01\x8d\xb6\x74\x30\x15\x35\xa6\x37\x88\xed\x4a\x9d\x37\x6e\xf8\xf1\x3b\x79\x7a\x60\x80\x13\x6f\x68\x98\x2d\x74\x74\xdd\xf0\xe8\x37\x30\xcd\xf2\x01\x1c\x37\x0c\xca\x0d\xbe\x11\xb2\xc6\x9d\xe9\x9b\xe7\x73\x3c\xa0\x51\x07\xf9\xf7\x60\xb4\x08\x52\x1a\xa8\xaa\x72\x15\xc3\x78\x17\xc6\xb4\x80\x6b\x77\x80\xb4\xc8\xb7\x0e\x35\x0c\x72\x5e\xa1\x5e\xa0\xa9\x80\x14\xbb\x2b\xef\x81\x73\xda\xf8\xb6\x32\x06\x5c\x11\x19\x38\x3d\x98\xf5\xbb\x39\x4c\xa3\xfa\x06\x9b\x71\x73\x6d\x64\xad\xab\xbb\x31\xce\x0d\xf4\x3e\x70\xfd\x3a\x73\x09\xb4\x70\x03\x7a\x11\xd9\xf4\x06\x1e\x4d\xba\x90\x81\x61\x70\xdc\xdd\x81\x14\x55\x47\xa7\xbc\x0e\xce\xa0\xb0\x98\xe4\x56\x6e\x0f\xb0\xff\x40\xb0\x64\xbf\xdd\x9e\xcf\x07\x74\x45\x64\xdd\xfb\x62\x4c\x81\x35\xbc\x58\x6b\x97\x67\xd6\x04\x11\x91\x79\xf3\x24\x34\xd4\x71\x33\xa6\xb7\x43\x1a\xaa\x7d\xb2\x42\x8f\xfb\x66\xac\x00\xcb\x64\x5f\xde\xc0\xa2\x36\x87\x3e\xa4\x5e\x50\xf5\x33\x6b\xfc\xa1\x0e\x4f\xb5\xe0\xd8\x83\x8c\x01\x29\xe1\x1a\x6b\xfc\x65\x7e\x5f\x4f\xb6\xaf\xf1\x7b\x19\x03\x80\x4f\x1b\xe8\x82\x83\xf6\x91\x4c\x50\x61\xfa\x83\xa0\xb3\x71\x93\xfe\xab\x81\xab\x89\x10\x73\xe3\xc0\x9d\xa9\x63\xd0\x96\xe1\xb9\xbf\xd5\x37\xae\xa6\x7b\x90\xae\xaf\x82\x60\x48\x1d\x80\xa7\x36\xf0\x40\xd1\xb5\xdc\xd3\x13\xcd\x03\x6e\x48\x3f\x60\x79\x1a\x88\x83\xd2\x85\x8d\xe7\xa0\x2d\x02\xb8\x7c\x14\x8a\x30\x1e\xcf\xd3\x0d\xbc\x1d\xec\xd7\xca\x33\xad\x73\xed\x81\xf5\x7d\x3c\x7f\xee\x01\xad\x43\xa3\xcd\x80\xde\x71\x85\x3d\x27\xd9\x51\x74\x15\x3f\xdc\x51\x4f\x00\xbc\x50\xe7\xdf\xc3\xde\x97\x0b\xff\x99\xa5\x72\x1f\x0f\x42\xd6\x23\x1c\x9a\x2c\xfd\xde\x50\x3e\x2d\x7b\xf8\x7b\x82\xf9\x93\x13\xec\x20\x1c\x8f\x0c\xca\x83\x78\xbc\xf1\x90\x80\x29\x3b\x5a\x22\xfd\xe0\x8e\x52\x82\xa9\x41\x90\xde\x78\x3c\x0d\xb2\xee\xb7\x07\xf9\xfc\xc9\xd4\x0b\x12\x20\xf2\xf9\x4a\xbd\xce\x18\xa0\x5f\x7b\xc8\xff\x80\xee\x8b\x50\x82\xa1\xa8\x3e\xcf\x6f\x36\x88\xe7\x1b\x0f\x00\xe7\x85\x31\x60\xff\x3e\xe0\xc9\x29\x21\xcb\x78\xd8\xab\x64\xd9\x6f\x25\xfe\x0b\xb2\xfd\xc3\xf5\xf7\x80\x22\xde\x01\x1d\x6c\x5e\x34\x43\x2e\x6e\x99\x58\xc1\x41\xac\x60\x93\x55\x7b\x28\x5b\x9c\x3d\x68\x2a\x18\x92\xfd\x82\x06\x4e\x9f\xae\x83\xa7\x53\x5e\xa7\x3c\xe0\x31\x2f\xa6\xf0\x72\x80\x45\x4d\x03\xdb\x9b\x74\x5d\xad\x00\x03\xc9\x56\x7e\xe0\x28\x51\xe7\x3d\x70\x94\x0f\x12\x0d\x48\x76\x0f\x1c\xe5\x83\x0a\xb8\x80\x27\x79\x31\x94\x37\xe0\x95\x5a\xee\x0f\x1c\xe5\x73\x83\xd8\xc8\x32\xbe\x59\xb2\xb7\x03\x2f\xaa\x2d\xa8\xcb\x1e\xb6\xa3\x6c\x8f\xe3\x41\x2d\x29\xc7\x81\xb3\x90\x41\xe0\x61\x3b\x3e\xa8\xc6\x0e\x10\xf6\x50\x1f\x91\x21\xac\x80\x33\xa7\xec\x60\xf6\x28\x78\xe5\x83\xcd\x58\xa1\xd1\xb7\x02\x2a\xa3\xea\x7d\x81\xf2\x2e\x05\x6c\x45\xbe\x3d\x01\x35\x14\x9b\xf1\xca\x9b\x73\xbc\xa7\x23\x3a\x82\xb4\xa8\xf6\xbd\x64\x05\x3d\xc0\x7f\x14\xea\xc9\x78\x51\x09\xa3\x1a\x7b\xe5\x7a\x30\xde\xe0\x20\x89\x6a\xb3\xcc\x4e\xe3\x0d\x80\x20\x82\x0e\x88\x3a\xef\x15\xa2\x53\x21\x7b\xc6\x8b\x3a\xef\xf5\xb4\x6c\x80\x15\xa2\x36\x7d\xc9\x6d\x4b\x96\x8c\x17\x56\xf0\x8d\x0e\xde\xa8\x31\x80\x15\x24\x89\x74\x53\xca\xdb\x81\x33\xe3\x90\x33\xe3\x59\x50\xd3\xbd\xb2\x18\x0c\x59\x4e\xec\x3d\xe1\x11\x72\x3d\xbf\x09\x00\x4a\xb1\x55\x2f\x7a\x01\x72\xa4\x15\x92\x58\xbc\xa8\x66\xdf\xc4\x5c\x8a\xc3\x7f\xb9\x9e\x5f\xae\xe7\xd2\x81\x7e\x64\xac\xc8\x4a\x45\xfe\x09\xa5\xac\xb7\x07\xe9\x54\xc4\x6a\xbd\x5c\xd9\xa4\x60\x2e\x48\xbb\x2f\x2c\xe8\xeb\xc9\x4e\x24\x31\xbc\xa8\x34\x49\xb3\x5c\xd0\xc9\xbc\x5c\xc5\x9e\x38\x90\xc4\x06\xaf\xfc\x77\x86\x2c\x40\x46\x53\x5b\x90\xd6\xc8\x58\xd4\x48\x12\xf0\x72\x65\xbf\xba\xb2\x49\x5e\x36\x5e\xf4\x6b\x6f\xa3\x3c\x1d\x5d\x6f\xa3\x3c\xd4\xa6\x67\x04\x63\x92\xf6\x49\x37\x52\x90\xc6\x95\xdd\xd9\x1e\x0e\x52\xa9\x7e\x34\xe6\x9c\x9c\xa8\xf2\x12\x1e\x2f\x7a\xb8\x17\x75\x32\x89\x04\x5e\xae\xd8\xf7\x72\xb4\x4a\x00\x2a\xa9\xe3\xe2\x5b\xe0\x45\xd9\x6f\xaf\xa7\x1f\x64\x0d\xa1\x57\x79\x89\x9e\x41\xba\x7a\x91\xae\xde\x97\x38\x81\x03\xf0\x4a\xd6\xc1\xe0\x3d\xda\x37\x68\xb3\x22\xdd\x4a\x00\x4b\x73\xb2\xfe\x26\xe9\x9e\x80\x0b\x85\x55\x25\x6b\x54\x91\xff\xfa\x18\xec\x41\x10\xcc\x0a\x52\xd3\xe0\xca\x21\x53\x7c\x09\x05\x9a\xd6\xe4\x60\xcf\x28\x6e\x67\x0c\xf6\xcc\x40\x8d\x4d\x02\x9b\xc1\xba\xc7\x35\xa7\x20\xc6\x0c\xae\x0d\xf2\x31\x97\xa8\x2b\x6c\x60\x46\x19\x19\xf7\x6f\x81\x46\x0f\xd6\x95\x5c\x6c\xcf\x12\x41\xd1\x64\x0d\x91\x65\xb9\xa0\x77\x1c\x5c\x07\x43\xfa\xbf\x12\x1d\xf9\x92\x7a\xc9\x08\x0f\x86\xfa\xa8\xd4\xcb\xfc\x02\x34\x3f\xd0\x7d\x81\xb9\x54\x10\x45\x06\x62\x8c\xa7\x1f\x05\x94\x7f\x20\xc6\x78\xae\x65\x10\xeb\x71\x27\x1a\xa4\x39\x2b\xa0\xcb\x0f\xd8\xaf\xe1\x73\xce\x98\xca\xcf\x62\x78\xf2\x75\xa0\xe2\x07\xe2\xce\x40\x42\x07\xc5\x2d\x8a\x2d\x98\x11\x90\x4a\x05\xc1\xcf\xa8\xab\x7d\x46\xae\x53\x41\x88\xcf\xa8\xbd\x3a\x51\x77\xe3\xfe\x39\xa3\xea\x9d\x42\x02\xf3\xe4\x65\x13\x3d\xf0\x8c\x2b\xa1\x99\xca\x53\xb0\xe4\x8c\xa0\xdb\x0b\x99\x74\x46\xb1\x73\x33\x82\xaf\x28\x18\xd2\xa9\x48\xdf\x9f\x19\x27\xef\x55\x7d\x3b\x69\xdf\x04\x8b\xaa\x09\x4a\x52\x92\xf7\x4c\xa4\x33\xab\xe0\x39\xd2\x8f\x74\x00\xd0\x09\xdc\xa2\xf4\x98\x93\xbc\x35\xb5\x1d\xc0\x6c\x3e\xd0\xc0\xb6\x14\xda\x21\x21\xc4\x53\xaa\xdf\xb3\x36\x10\x2a\x25\xb2\xcc\x14\x1c\xaf\x93\xf7\x34\x06\x29\xfa\x7b\xa2\xe9\xec\x9c\x09\x20\x43\x21\x82\xcf\x94\x68\x9f\xc6\xaf\x6a\xbf\x4d\xf4\xc5\x33\x91\xff\xe0\xac\xe9\xbf\x5e\xf7\xad\xfc\xf7\xdb\x7e\xa6\x4c\x0b\x80\x2e\x3c\x81\xa3\xcc\xb4\x5e\xab\xae\x9e\x5d\xb5\x69\xd5\xcd\x54\x3c\x0d\xa4\x7a\xa9\xd3\x6c\xa6\x0a\xae\x25\x68\xa3\x3a\xb9\x66\x02\xa3\x1d\x74\xbb\x54\x29\xaf\x81\xb3\x19\x80\xe3\x4c\xd0\xc0\xb7\x8c\xaa\x43\xa7\xd4\x4c\x8d\x6c\x70\x42\x82\x4c\x8a\x32\x9d\x52\x48\x9f\x35\x00\x7c\x2a\x21\x62\xa6\xcb\x71\x3b\x05\x87\x79\x51\xde\x45\xbd\x8c\xc6\xc5\xa8\xb1\x22\xa4\xb8\x98\xe9\xa6\x1f\xa4\xd7\x95\xb3\xca\x4c\x37\xb3\x7a\x93\xfd\xad\x42\x63\x16\x1e\xcf\xf7\x26\xcc\xce\x87\xf7\xc8\x18\xd2\x40\x39\x7d\x29\xef\x05\xec\x54\x28\x84\x68\xc0\x67\x7a\x49\x8a\xdd\xb5\x9a\x5e\xfa\xf1\x8e\x6d\x74\x9e\xf8\x1d\xcf\x04\x10\xac\x14\x1c\x33\x0d\xbe\x1d\xcc\x74\x57\x7f\x07\xe3\x3c\xc1\x1c\x05\x09\x76\x32\x06\x93\x7a\xc1\x07\x9d\x8c\x33\x88\xb1\x82\x03\x98\x68\xde\x67\x66\x15\x2b\x43\xfc\xcc\xac\xe2\xcc\x0a\x13\x03\x3d\x15\x01\xf6\x33\x33\x39\x35\x94\xa4\x71\x66\x31\xa8\x33\x83\x57\x29\x5c\xe9\x99\x65\xe5\x99\x19\xc6\x13\x38\xd6\xdc\xa8\xa3\x79\x7a\x4f\x95\xa7\x9b\x64\x66\xf2\x24\x49\x28\x99\xb9\x53\x2f\xdc\xa1\xf2\x45\xcd\xcc\x5c\xe6\xee\x79\x4f\x55\x47\xe7\x5b\x20\x7a\x19\x2b\xc5\x8b\xd9\x83\x6f\x35\xa6\x59\x3a\xbe\x99\xd1\xf1\x75\x50\x4d\xe5\x52\x34\x33\x89\x28\x3a\xe0\xa6\x72\x5f\x98\xf9\xf5\xd4\xce\x6a\xf3\xa0\x5e\x0c\xe8\x5d\xa8\xb0\x52\xec\xdb\x03\x8c\x52\x70\x38\xe5\xba\x3d\x71\xdd\x26\xa0\x7b\x16\xe9\x70\x67\x21\xcf\xc9\x42\x1f\x55\x5b\x0a\xe9\x4e\x14\x1e\x3e\x8b\x38\x94\x89\x2e\xbf\x4a\x1f\x3f\xd1\xe5\xcf\x42\xf2\x13\x71\x9b\xb3\xc8\xf7\x6d\x16\x76\x6d\xd7\xe9\x53\xd8\x97\x25\xf3\x6d\xe3\x3d\xcd\x6f\xc1\x67\xb2\x6b\x6d\xc8\x28\xf0\x33\x4b\x25\x07\x98\xe6\x1c\xaf\xb3\xe9\x49\x96\xe4\xdf\x3f\x8b\xb8\xe1\x59\xc0\x6c\x3d\x68\x1f\x7b\x41\x71\x6b\x42\x05\x9c\xe5\xa1\x17\xb6\x4a\x33\x30\xa6\xd2\x71\xce\x62\x72\xa7\xc4\xd2\x59\x06\x2d\x1b\x20\x4f\x0a\x88\xb4\x4c\xde\x9a\x73\xe3\x95\x4d\xac\x02\xb3\x12\xec\x2f\xd3\xf4\xc4\xd1\x6a\x36\x72\x1c\x83\x2c\xd9\xe4\xc0\x33\x1b\xf8\xc3\x42\x08\x9b\x4d\xe2\xdc\x6c\x9c\x8b\x45\xb3\xdd\xc4\x8f\xce\x46\x36\x49\xe1\x70\xcf\xc6\xec\xb4\x08\x94\xb2\xee\x95\xc6\x4c\x34\x5c\x19\x64\x7d\x99\x43\x3e\x5f\x73\x90\x75\x4c\x41\x39\x93\x78\xe9\x49\x3a\x6f\xe3\x92\xe6\x60\x5e\x87\x74\xf3\x7c\xc7\xb9\x3b\x54\xbe\x80\x65\x87\xe2\x30\xe6\xf0\x38\x0c\x51\x5e\x28\xa4\xae\x15\x45\x2d\x18\x52\x70\x0a\x25\x73\xc8\xb4\x3b\x07\x10\xfc\x2a\x99\xb5\x31\x12\x8a\x0b\x51\xa8\x4b\x28\xb4\xb4\x90\xb5\x32\x4c\xb8\x0c\x20\xae\x26\xea\x32\xbe\x35\x68\x04\x46\xa6\x67\x99\x60\x35\x51\x12\x14\x39\xf0\xa8\x3d\x99\x92\x33\xc9\x64\x45\xa1\x85\x76\xa8\x07\x10\x5b\xa5\x4c\x9a\xca\x54\xce\x09\x4d\xcc\xcf\x1c\xe5\xfe\xfd\x8b\xb3\x13\xdc\xc5\x39\x0f\x22\x2c\x04\x56\xaa\xda\x15\x1a\x1e\x81\x12\x65\xe6\x26\xa8\x70\x82\x2e\xa5\xef\x02\x25\x54\xf6\xe4\x49\x00\xcd\x54\x00\x4d\x28\xe1\xbf\xde\x51\xf6\xe3\x7f\x5f\xff\xf8\xeb\xff\xfc\xbf\xae\x7f\xfc\xdf\xd7\xff\x1e\xbf\x9e\xff\xfc\xe7\x3f\xc7\xbf\xfd\xc7\xfb\xbf\x9e\xff\xf8\xf5\x7f\x18\xf5\xd7\x3b\xe6\xff\xfa\xb7\xf1\xcf\xf1\xff\xfe\xfb\x7f\xfe\xf3\x19\xbf\xfe\xf1\xef\xff\xb0\xaf\xf4\xef\xff\x0b\x00\x00\xff\xff\x64\x34\x19\xf3\x78\xd4\x03\x00"); +func _dgce ()(*asset ,error ){_gdfd ,_gcaae :=_fab ();if _gcaae !=nil {return nil ,_gcaae ;};_bffb :=bindataFileInfo {_dae :"UniCNS-UTF16-H",_fb :251000,_ae :_be .FileMode (436),_g :_a .Unix (1580492695,0)};_efbb :=&asset {_dd :_gdfd ,_ef :_bffb };return _efbb ,nil ; +};func _daaef ()(*asset ,error ){_eag ,_gcag :=_ggdd ();if _gcag !=nil {return nil ,_gcag ;};_eabe :=bindataFileInfo {_dae :"GB-EUC-H",_fb :2187,_ae :_be .FileMode (436),_g :_a .Unix (1580491958,0)};_bfff :=&asset {_dd :_eag ,_ef :_eabe };return _bfff ,nil ; +};func _fafb ()(*asset ,error ){_dgb ,_fgc :=_cbc ();if _fgc !=nil {return nil ,_fgc ;};_cbge :=bindataFileInfo {_dae :"90pv-RKSJ-H",_fb :5565,_ae :_be .FileMode (436),_g :_a .Unix (1580491045,0)};_gbe :=&asset {_dd :_dgb ,_ef :_cbge };return _gbe ,nil ; +};func _bbdb ()(*asset ,error ){_fada ,_fcae :=_edeg ();if _fcae !=nil {return nil ,_fcae ;};_fgee :=bindataFileInfo {_dae :"UniJIS2004-UTF32-V",_fb :4466,_ae :_be .FileMode (436),_g :_a .Unix (1580492822,0)};_deccc :=&asset {_dd :_fada ,_ef :_fgee };return _deccc ,nil ; +};func _ffgc ()([]byte ,error ){return _c (_bdeg ,"KSCms-UHC-H")};var _fffa =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\x98\x41\x6f\x23\xb9\x11\x85\xef\xfe\x15\x7d\xdc\x1c\x36\x26\xab\x48\x91\x04\x16\x03\x04\x33\x87\x78\x81\x4d\x16\x71\x66\x13\x20\xc8\xa1\x25\xb1\x07\x02\x62\x49\x90\xed\xc3\xfc\xfb\xa0\xde\xa7\x38\x08\x90\xc3\xe0\x8d\x3f\x93\xd5\xf5\x1e\xd9\xa4\xe4\xc7\xcf\x4f\x5f\x9e\xce\xa7\xb7\xe5\xf1\xd7\xdb\xe5\xf0\x3c\xdf\x96\xed\x74\x3e\xde\xe6\xeb\xe5\xfd\x76\x98\xcb\x7e\x7e\x3b\x9d\x1f\x1e\xb2\x2d\xc7\xd3\xe1\xed\x3f\x3f\x4a\x0e\x2f\xeb\xf5\xe1\xe1\xf1\xeb\xf9\xf4\xf3\xd3\xf3\x8f\x5f\x3f\x3f\xdb\x8f\x7f\x5c\xde\x5f\xe7\x9d\x7f\x7e\xfa\xf2\xfc\xfd\xf5\x6d\xbe\x3c\x9d\xb7\xcb\xe2\xcc\x3f\xbe\x5f\xef\x35\x96\xe5\xf1\x2f\xf3\xdb\xe9\xf5\xed\xf6\x7d\xf9\xe1\x0f\xc7\xcb\x7e\xfe\x6e\x39\xce\x2d\xf8\x9f\x6f\xc7\x79\x3b\x9d\xbf\x2d\x3f\xfc\xbc\x5e\xd7\x73\xfe\xf8\xc5\xf3\xfb\xf5\xfa\xaf\xf9\x32\xcf\x6f\x4b\x11\x9b\xe7\xa3\xf4\xe1\xf1\xf3\x2f\xeb\xf5\x4f\xeb\xcb\x5c\xee\xfd\xfc\x7a\xbb\xd0\xd2\x6f\x1a\xa0\xdf\xff\x36\x6f\xaf\xa7\xcb\x79\xc9\xbf\x4f\xa9\xfe\x17\xff\xf5\xfb\x75\x2e\xf9\x5e\xe7\xef\x5f\x9f\xbe\x2c\xff\xc8\x4b\x4e\x8b\xd5\xea\xf5\x9f\x77\xfe\xb7\x5f\x2e\xc7\x8f\x51\x39\x25\x5c\x1c\x4e\xc7\xdb\x7a\xfe\x36\x1f\x7e\x4a\x69\x9f\x3e\x2d\x77\xe9\xb6\x1b\x0f\x3f\x59\xca\x81\x90\xd6\x87\x0b\x55\x50\x15\x32\xa1\x1d\x68\x27\x54\x85\x3a\x68\x7c\x5a\xb2\xe5\xc6\xcc\x03\xec\xf8\x69\x69\xa3\xee\x02\x19\xc5\x8c\x62\x5d\x88\x62\x46\xb1\x16\xc8\x4d\x28\xa4\x1b\xb5\xdc\x41\x1e\xa8\x07\xca\x43\xbd\x4a\x9a\x77\x91\x0c\xc9\x41\x76\x22\x06\xb1\x20\x43\xc4\x21\x1e\xa4\x89\x54\x48\x8d\xd6\x2d\x97\x60\x87\x22\x16\xd2\x3d\x67\x21\x86\x85\x74\xcf\x49\x68\x07\xda\x09\x45\x34\x79\x82\x42\x7a\xba\xa3\x06\x6a\x42\x2a\x3f\x3b\xa8\x0b\xa9\xfc\x1c\xa0\x21\x14\x06\x8d\xb0\xec\x1e\x56\xc4\x6c\xae\x48\x25\xad\x8f\xa8\x65\x73\x13\x0a\xb9\xe7\x57\x93\x92\xa9\x29\x72\x28\x3d\x0b\x19\x28\x6c\x97\x36\x84\x0a\xa8\x6a\x54\x15\xda\x81\x9a\x90\x0b\x75\xd0\x10\x62\xe2\x0a\xda\x0b\xf1\xc4\x03\x28\xfa\x2a\x83\x5a\x47\xd0\x51\x88\x51\x13\x34\x85\x76\x42\x1b\x68\x13\x8a\x55\xac\xec\x41\x49\xab\x49\x4d\xe4\x0c\xca\x42\x2a\x9f\x31\x14\xd2\x6a\x2a\x42\x0e\x72\x21\x95\xcf\x78\x0c\x69\x65\x28\x09\xf6\xb3\xa4\x95\x41\x79\x6c\x6b\x3f\x17\x6d\xf1\x9a\x1b\x48\x49\x0c\xca\x93\x44\x48\x2b\x43\x49\xe4\x01\x1a\x7a\x22\xe5\x09\x27\xa4\xd5\x94\x84\xf6\xa0\xbd\x10\xe5\xc9\x2b\xa4\x55\xa3\x09\xf2\xd2\xdb\x52\x4d\x79\x65\xf2\x0a\x69\xd5\xb0\x4d\x5e\x21\xad\x9a\xfa\x32\xf2\x32\xe5\x65\xb2\x6d\xe4\x65\xca\xcb\xd4\xaa\x91\x97\x29\x2f\x53\xd0\x46\x5e\x16\xe1\x54\x57\xab\x6c\x39\x49\xab\xae\x27\xf2\x7e\x4a\x5a\x75\xb5\x6a\x84\x13\xd2\xaa\xcb\x90\x11\x4e\x48\xab\x4e\x5f\x84\x63\x0a\x47\xaf\x5a\x35\xc2\x31\x85\xe3\xb4\x4a\x38\xa6\x70\x9c\xbe\x08\xc7\x14\x4e\xa6\x09\xc2\x31\xd9\xce\xaa\xe5\xd8\x76\xd9\xce\xaa\xe5\xd8\x76\x6d\x00\x93\x21\x67\x03\xb8\x3c\x26\x26\xe2\xd1\xd5\x7d\x52\x38\x4e\xf7\xae\xee\x93\x9a\x70\xba\x77\xf5\xa5\x17\xb9\x3a\x4d\xb8\x9a\x28\x4a\xa2\xd0\x44\x51\x13\x45\x1b\xa0\xd0\x44\x51\xf6\x45\x4d\x14\xb2\x2f\xca\xbe\xa8\x56\x21\xfb\xa2\x56\x8b\xfa\x2a\xb4\x5a\xd4\x6a\x51\x5f\x85\x56\x8b\x96\xa3\xc8\x63\x61\x39\x8a\x96\xa3\xa8\xd5\xc2\x72\x14\x19\xaa\xf4\x85\xa1\x22\x43\x95\x27\x62\xa8\x28\xfb\x1a\x7d\xed\xd8\x85\x92\x6e\x96\x85\x8e\xa0\x63\xa0\x3c\x84\x26\x68\x6a\x94\x09\x6d\xa0\x4d\x28\x6a\x35\x0e\x18\x49\x5c\x00\xd1\x58\x5b\x15\x85\xa4\x5b\x24\xed\x29\xce\xa4\x90\x88\xa2\xc7\xd9\xe1\x49\x27\x8c\x27\xbd\xdc\x23\x09\xe9\x4d\x46\xba\xb5\x24\x54\x40\x55\xa3\xb2\xd0\x01\xf4\x71\x18\xba\xee\x9a\xbb\x70\xe5\x78\x52\xaf\x48\x1b\x55\xe5\x0b\x4d\x68\x89\x46\xee\x42\x3c\x51\xeb\x31\xb2\x5a\x55\xf8\x48\x1b\xa6\x26\x94\x34\xd2\x86\xa9\x09\xc5\x8a\xb4\x11\xe9\x78\xda\x51\x6b\xa7\x5a\xe6\x71\xe7\x7f\x5c\xbb\xff\xef\x26\xf6\xd4\x99\xd1\x99\x21\x27\x9d\xa7\x77\x9e\x5e\x85\x78\x7a\xe7\xe9\x32\xd7\x27\x68\x0a\xc9\xdc\xd8\x0b\x85\x74\x6b\x6a\x68\x10\xd4\xd0\x3a\x37\xb5\xbd\x12\xc1\xaa\x08\x4c\x11\xac\x34\xb1\xd2\x84\x22\x58\x69\x62\x55\x13\xae\x08\x56\x9a\x58\xd5\x84\x53\x8b\x08\x56\x45\xe0\x7a\xe2\x81\x5a\x07\xd5\x8a\x43\xc3\xd3\x04\x4d\x90\x3c\x4e\xca\x4f\xca\xcb\xe3\xa4\xfc\xa4\xbc\x3c\x4e\x3c\x4e\x79\x74\x79\xdc\x98\xb8\xed\x84\xd4\xfd\x86\xc7\x8d\xcd\x10\x7d\xb9\xae\x41\xa4\x7b\xec\x78\x77\xb6\x9f\x6b\x97\xe6\x51\xbb\x98\xc3\x62\xb3\xb9\x83\x0a\xa8\x68\xd8\x8e\xa9\x15\xa6\xfb\x5f\x96\x5c\xd7\x25\x12\xc3\x78\x68\x83\x35\x58\x15\xeb\xb0\x0e\x63\xee\x80\x0d\x18\x8f\x5d\x61\x2b\x6c\x27\xb6\x87\xed\xc5\x1a\xad\x1c\x60\x07\x98\x89\x1d\x61\xec\x7c\x86\x29\x38\x8f\xb7\x28\x86\xe9\xb1\xbc\x46\x92\x36\x8a\x3a\xce\x18\xcb\x32\x56\x34\x33\x63\x2c\xeb\x83\x8d\x83\xf0\x95\xf1\xd5\x61\xf8\x0a\xe9\x1e\x1f\xaf\xdc\x33\xb6\x32\xb6\xba\x5a\xcb\xd8\x8a\x97\x32\x58\x11\xbb\xf7\x36\xb5\x36\xb4\xa6\x17\xd5\xe3\xd2\x8a\x61\x4a\x44\xb7\x16\xd2\x5d\x7b\xd2\x8d\xe5\x32\x2d\x57\x61\x14\xa6\x8c\xe5\x62\xf1\x0d\x57\x21\xc1\xf4\x04\xc3\x96\xae\xb2\x51\x19\x86\x2d\x5d\x65\xa3\x68\xb5\x0c\x57\x86\x85\xa1\x55\x30\x2c\x84\x74\xaf\x20\x16\x46\x17\xd7\xc0\x81\xb1\x06\x86\xd1\x41\xbb\x18\x8d\x6b\x2a\x5b\x4a\x0a\xc4\xd9\x85\x21\xdd\xd9\x84\x8e\x51\x37\x86\xa9\x11\xc7\xa9\xb3\x31\x15\x9b\xe3\xd4\x2b\xc3\x98\x8a\x2b\x97\xab\xb8\x4a\xdc\x1d\x57\x21\xd9\xf4\x99\xd3\xdd\xb1\x15\x12\x4c\x1e\x9c\xd5\x0a\xe9\x5e\xe4\xc1\x71\x1a\x12\xc3\x28\x87\xd5\x90\xee\x45\xb6\x9c\x2d\x18\x12\xc3\xb4\x1d\x1c\xfb\x21\xc1\x68\x0e\xfb\x05\xfb\x3a\x45\x9d\xe3\x57\x12\xe3\x54\xaf\xe0\xbf\x68\xa1\x31\xc1\x91\xec\x71\xd3\xc5\x54\x75\xc7\x01\x2c\xe9\x5e\x19\x86\xaf\x82\x2f\x83\xe1\x8b\x43\x99\x2d\x5d\xf0\xa5\xeb\x6f\x54\x25\x52\xb0\x55\xf0\xa0\x43\xd0\x0b\x1e\x8a\x5e\x23\x12\x29\x77\x0b\xda\xaa\x4e\x7d\xb6\x6a\xc5\x15\x2f\x48\xc5\x55\xd5\x89\xca\xbe\xac\x98\xaa\x2c\x2a\x2b\x58\x71\x15\x12\x8c\x71\xac\x6a\x48\x30\x2d\x7e\x65\xff\x56\xdc\xf3\x72\x55\xdc\x57\xb9\x2f\x2a\xd7\xf0\x10\x92\x2d\xdd\x19\x6b\xd3\xf0\x85\x89\x86\xaf\xc6\xda\x14\x6d\xc3\x86\xb1\x90\x60\x7a\x1f\x1a\xce\x42\xba\xc7\x4d\xb4\x6d\x3a\xbd\xb6\x4d\xdf\x00\x7a\x6c\xea\x6d\xd3\x01\x84\x74\x8b\xb3\x6b\xdb\x74\xd8\x20\xdd\x9a\x26\xea\xbd\x47\xb2\xe5\xb8\xb3\xb7\x4d\x17\x34\xd2\x46\xec\xae\x6d\xd3\xee\x42\xda\x88\xcf\xfb\xdb\xe6\x8c\x72\x8d\x4a\x2a\x16\x9f\xba\xee\xd2\xfa\x48\x81\x2a\x13\x2b\x13\xab\x10\x8d\x55\x6e\x81\x9d\x10\xb5\x2a\xb5\x40\xf4\x1a\xc2\x07\x87\x6d\xd3\xed\x84\xb4\xde\xc7\xff\xdc\xd9\xf1\xff\x97\xf5\xfa\xf0\xf1\x8d\xfd\xf0\x7e\xbb\xcd\xf3\x9b\xfe\x3e\xa0\x2f\xe4\xf1\x25\xfb\x74\x9e\x1f\x7f\x83\xb8\x5e\xae\x31\x4b\xff\xfe\x1d\x00\x00\xff\xff\x08\x57\xa3\x4a\xaf\x10\x00\x00"); +func _bbce ()([]byte ,error ){return _c (_dbdea ,"UniKS-UTF8-H")};var _aged =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\x9c\x4b\x0f\x1e\xb7\x91\xae\xf7\xfa\x15\xdf\x32\x67\x91\xe3\x2e\x5e\x9b\x80\x20\xe0\x9c\x5c\x10\xe3\x20\x39\x83\xf1\xdc\x80\xc1\x2c\x9a\x37\x43\x40\x2c\x09\xb2\xbc\xc8\xbf\x1f\xd4\xfb\x50\x9e\x4c\x30\x80\xb3\x30\xca\x2a\xb1\xbb\xd9\x4f\x57\x91\x7c\x59\xfc\xf4\xcd\x6f\xbe\xfd\xed\xb7\x1f\xde\x7f\x79\x7d\xf3\x0f\x9f\x3f\x8e\xef\xd6\x97\xd7\x7e\xff\x61\x7e\x5e\x3f\x7e\xfc\xe9\xf3\x58\xaf\xbe\xbe\x7f\xff\xe1\xcd\x1b\x0b\xaf\xf9\x7e\x7c\xf9\xfa\x47\x99\xf1\xc3\xf3\xe9\xcd\x1b\xbf\xfe\xbb\xbf\xfc\xf8\x65\xfd\xf0\xed\x87\xfd\xf1\x15\x69\x37\x7f\xfa\x74\xda\xbe\x5e\xdf\xfc\xe3\xfa\xfe\xfd\x8f\x5f\x3e\xff\xe5\xf5\xab\xff\x33\x3f\xf6\xf5\xbf\x5e\x73\x6d\xf7\xff\xff\xcf\x73\x7d\x7e\xff\xe1\xfb\xd7\xaf\x7e\xf3\xa7\xef\xec\x67\xf7\x77\x3f\x7d\xfa\xf4\xe7\xf5\xc3\xfa\xf0\xe5\x65\xf2\xad\x0f\x53\xf6\xcd\x37\xbf\xf9\xe3\xf3\xe9\x4f\xcf\x0f\xeb\xf5\xcd\x1f\xfe\xdf\xfc\x73\xff\xf5\xff\xcd\xbf\xfe\x83\xfe\x4a\x7f\xf3\x2f\xeb\xf3\x8f\xef\x3f\x7e\x78\xd9\xff\xbe\xae\xf2\x5f\xee\x7f\xfa\xcb\xa7\x75\xee\xf4\xe6\x9b\x7f\xfb\xe7\x6f\x7f\xfb\xfa\x77\x7b\xd9\xf5\x0a\x39\x87\xf8\x1f\xc7\xff\xaf\x7f\xfc\x38\xd7\xeb\xe2\x4f\x81\xbe\x8f\x8f\x73\xfd\xf8\xe9\x19\xeb\xf3\xf3\xe1\xfb\xf5\xe6\xf5\x7a\x7b\x5d\xef\x5e\xaf\xd7\xdb\xfb\x7a\xe7\x7f\xba\x7f\x97\xae\x77\xaf\xb7\xbf\xff\xdd\xef\x7f\xf7\xce\x3b\xf9\x37\xed\xdf\x18\xb7\xf9\xf0\xf1\xcb\x5c\x1b\x9f\xee\xf0\xd6\xf6\xbb\x97\xf9\x15\x7f\xfd\x57\x6f\xec\xba\xce\x73\xdf\xcf\xd3\x3a\x78\xeb\xba\xbc\xf5\xdb\x7b\xe9\x69\x18\xcb\x35\x66\xf9\x0c\x9f\xc9\x17\x92\x7c\x01\x5f\x78\xf7\xb2\x12\xac\xca\x17\xf1\xc5\x77\x2f\x4b\xe5\xf8\x12\xbe\xe4\xd7\xb6\x9b\x6b\x33\xbe\xec\xed\xac\x04\xf9\x0a\xbe\xe2\xbe\x6c\xf4\xa5\xe2\xab\xee\x0b\xc6\xb5\x37\xbe\xdb\x9f\x6b\x99\xfe\x35\x7c\x4d\xfd\xbb\x6e\xf9\x1e\x7c\x8f\xfa\x77\x73\xbf\x8e\xaf\xbb\x2f\x96\x4b\xbe\x81\x6f\xf8\x33\x52\xe5\x7e\x13\xdf\x54\x5f\x72\x91\x6f\xe1\x5b\xba\x5f\xe3\x19\x1b\x9f\x93\xae\x57\x53\xbb\x0c\x3f\x37\x96\x2c\xe9\x7e\x19\x7e\x19\x7e\x29\xca\x07\x3f\x37\x56\x2d\x8a\x41\x86\x9f\x1b\x2b\x81\xbe\x64\xf8\xb9\xb1\x94\x9a\xfa\x9c\xe1\x97\xc5\x2f\x65\x71\xce\xf0\xcb\xe2\x67\x51\xfd\xcb\xf0\x73\x63\xd5\x2e\xf1\xcb\xf0\x73\xe3\xdf\x83\xbe\xc0\xcf\x8d\x33\xa5\x2f\xf0\x73\x63\xe9\x82\x41\x86\x9f\x1b\x7f\x06\xcf\x85\x9f\x1b\x2b\x57\xa0\xcf\xf0\x73\x63\xd9\x6e\xfa\x0c\x3f\x37\x96\xef\xc0\xfd\xe0\xe7\xc6\x99\xea\x7e\x05\x7e\x6e\xac\xc4\x4b\xd7\x16\xf8\xb9\xb1\x12\xa3\xbe\x65\x81\x9f\x1b\xef\x0b\x3e\xf8\x15\xf8\xdd\xdc\x0f\x7e\x6e\xac\x94\x4b\xef\x56\xe0\xe7\xc6\x8a\x95\x26\x1f\xfc\xdc\x58\x4e\xc4\x64\x81\x9f\x1b\x2b\x2d\xd2\x17\xf8\x15\xc5\x5f\xce\xe2\x5c\xe0\x57\x88\x3f\xd8\x17\xf8\x15\xe2\xef\x3c\x03\x7e\x45\xfc\xee\xf3\x6e\xf0\x2b\xe2\xd7\x88\xa1\x02\xbf\x32\x89\x17\x7c\xf0\x2b\x8a\xbf\xbb\x71\x3f\xf8\x15\xf1\xbb\xb3\x7c\x15\x7e\x15\x7e\x59\xcf\xa8\xf0\xab\xf0\xab\x7a\xb7\x0a\xbf\xaa\xfc\x8d\xb7\xfa\x5c\xe1\x57\xe1\xc7\xfb\x56\xf8\xd5\x04\x53\xc5\x4b\x85\x9f\x1b\xcb\xd5\xb8\x16\x7e\x6e\xac\xa4\xd3\x17\xf8\xd5\x4a\x5f\xf4\x8d\x2a\xfc\xaa\xf8\x15\xc6\x97\x0a\xbf\xaa\xf8\x4b\x7c\xa3\x0a\xbf\xfa\x70\x2d\xcf\x80\x9f\x1b\xcf\x19\xee\x07\xbf\x2a\x7e\xa5\x8a\x55\x85\x5f\x3d\xfc\x78\x0f\xf8\x69\x9c\xcb\x35\xe8\xda\x07\x2e\x0f\x5c\x6e\x3d\xf7\x81\x8b\x1b\xff\x96\xba\xf6\x81\xcb\x23\x2e\x91\xd8\x7d\xe0\xf2\x68\x5c\x2b\x8c\x4d\x0f\x5c\xdc\x58\x4d\x17\xcf\x80\xcb\xa3\xb8\x2a\xe7\x19\x70\x79\xc4\xc5\x92\x58\x3d\x70\x79\x6e\x62\x9c\xfb\xc1\xc5\x8d\xd5\x0b\x56\x0f\x5c\x1e\x71\xc9\x8d\x67\xc0\xe5\x11\x97\xc8\xd8\xf4\xc0\xe5\x19\xbc\x1b\xcf\x80\x8b\x1b\x2b\x56\xf5\x2d\x1f\xb8\x3c\x8a\xab\x4a\x4e\x3f\xc4\xd5\xb3\x69\xa7\x3e\x77\xe2\xaa\x6b\x5e\xb8\x88\xab\x0e\xbf\x7e\xe6\x05\xda\xc1\xaf\x2b\xae\x12\xf1\xd2\xe1\xd7\x0f\x3f\xbd\x47\x87\x5f\xd7\xb8\x76\x07\xda\xc1\xaf\x93\x97\x95\x67\xc0\xaf\x13\x57\x8c\x25\x1d\x7e\x5d\xe3\xda\xc5\x5c\xd1\xe1\xd7\xc5\xaf\x05\xbd\x6f\x87\x5f\x57\x5c\x65\xf2\xa8\xc3\xaf\x93\x97\x8c\xbb\x1d\x7e\xbd\xd3\x8e\xfe\xc1\xaf\x0f\xe6\x37\x7c\xf0\xeb\xe2\x17\x88\xab\x0e\xbf\x2e\x7e\xf1\xf4\x05\x7e\x6e\x2c\x19\xac\x06\xfc\xc6\xc5\x58\xa7\xfe\x0d\xf8\x8d\x93\x97\xb4\x83\xdf\x60\x5e\x2d\xfa\x96\x03\x7e\x83\xbc\x2c\x8a\x8d\x01\xbf\x21\x7e\xa1\x69\xa6\xff\x79\x4e\xff\x9f\xa6\xf9\x7b\x0d\xf0\x0e\x85\x62\x08\x3c\x0e\x94\x83\x29\x82\x57\x1a\xa0\x1c\x9a\x22\x52\x14\xb6\x01\xca\xd1\xb8\x16\x1f\x28\x87\xa6\x88\xc4\x10\x37\x40\x39\xce\x14\x21\x6c\x03\x94\x83\x50\x4c\x0a\xb1\x01\xca\x41\x28\x32\x85\x0d\x50\x0e\x50\x9e\xd7\x04\xe5\xd8\x0c\x03\x6a\x37\x41\x39\x99\x62\xab\xda\x4d\x50\xce\x83\x52\xcf\x9d\xa0\x9c\x9a\x22\x22\x4b\x85\x09\xca\x49\x28\x1e\x1f\x28\x67\xa2\x2f\xdc\x0f\x56\x53\x53\x6c\x2e\x7a\xdf\x49\x28\xce\xc2\x7b\xe8\xd3\x4c\xf8\x4d\x96\x28\x17\xfd\x83\xdf\x14\xbf\xca\xb0\x37\xe1\x37\xc5\x2f\x12\x4e\x13\x7e\x6e\x7c\xa8\xe1\x19\xf0\x73\xe3\xed\xf0\xc1\x6f\x12\x8a\x95\xe7\xc2\x6f\x12\x8a\x95\xe7\xc2\x6f\x32\xc4\x31\x65\x4f\xf8\x4d\x85\x62\x81\xfd\x82\xdf\xba\x78\x5f\xb5\x5b\xf0\x73\xe3\xed\x94\x16\x0b\x7e\x8b\xa1\x90\x14\x5d\xf0\x5b\x5a\xe2\x45\xfa\xbc\xe0\xb7\x12\xec\xf1\xc1\x6f\x69\x8a\x48\x4c\x11\x0b\x7e\x4b\xfc\xac\x89\xf3\x82\xdf\xaa\x0c\x99\xe2\xb2\xe0\xb7\x18\x0a\x8f\x0f\x7e\x6e\x2c\x9d\xf8\x5b\xf0\x5b\xa4\xf2\x79\x2e\xfc\x56\xe7\xdd\x78\x2e\xfc\x16\xf1\x77\x9e\x0b\xbf\x35\x89\x5d\xae\x85\xdf\x62\x89\xc7\x52\x75\xc1\xcf\x8d\x4f\x75\x62\xb0\xe1\xb7\xe1\xc7\x52\x61\xc3\x6f\x13\x7f\x45\xdf\x7c\xc3\x6f\xc3\xef\xb4\x83\xdf\x8e\x7f\x15\x2f\x1b\x7e\x5b\x53\x49\x60\xf9\xb5\xe1\xb7\x59\x22\xb3\xec\xdb\xf0\x73\x63\xd5\x32\x7d\x81\xdf\x66\x2a\xb9\xf5\x1e\x1b\x7e\x6e\x2c\x25\x72\x70\xc3\x6f\x37\xfa\xa7\x5c\xdd\xf0\x73\xe3\xf7\xe3\x19\xf0\xdb\xc4\x1f\xb1\xb1\xe1\xb7\x07\xdf\x8d\x3e\xc3\x6f\x8b\x5f\x88\xdc\x0f\x7e\x6e\x2c\x99\x96\x5f\x1b\x39\x21\xe3\x53\xdd\x2d\x9f\xe1\x33\xee\xd7\xe4\x0b\xf8\x02\x7d\x4e\xf2\x45\x7c\x91\xfb\x65\xf9\x12\x3e\xb1\x8a\x95\xfb\x65\x7c\x9a\x36\x82\xa6\xdd\x8d\x9c\xd8\xc8\x89\x58\xe8\x4b\xc5\xa7\x5c\x2d\x31\xca\x77\xe3\xbb\x19\xe6\x79\x6e\xc3\xc7\x72\x58\x53\xce\x46\x4e\x6c\xe4\x44\x4c\xf4\xb9\xe3\xd3\x58\x97\xc5\x7e\x23\x27\x64\xac\x84\x4c\x5f\x26\xbe\x49\x9f\xe9\xcb\xc2\x47\xac\xe9\x9b\x6f\xe4\xc4\x46\x4e\x24\xc5\xc6\x46\x4e\xc8\xf8\x72\x1d\x1f\xfc\x24\x27\x4a\x48\x7a\x06\x72\x42\xc6\x52\xd1\xf4\xb7\x91\x13\x32\x96\x93\xa6\xb5\x8d\x9c\xd8\xc8\x89\x6c\xdc\x0f\x7e\x19\x7e\xca\xd5\x8d\x9c\xd8\xc8\x09\x96\x5f\x1b\x39\x21\xe3\x7d\xe1\xb9\xf0\x93\x9c\x48\xc1\xc4\x0a\x39\xb1\x8f\x9c\x38\xcf\x85\x9f\xe4\x44\x0e\x92\x40\x1b\x39\xb1\x91\x13\x41\xcb\x8c\x8d\x9c\x90\xf1\xe7\xd2\x3f\xf8\x49\x4e\xa4\xd8\xb8\x1f\xfc\x90\x13\x35\xd2\x17\xf8\x65\x72\x55\x63\xc4\x46\x4e\x6c\xe4\x44\x28\xf8\xe0\x57\x4e\xfc\xa9\xcf\xc8\x09\x19\x2b\x8d\x38\x45\x4e\x6c\xe4\xc4\x4d\x0c\x21\x27\x36\x72\x22\x06\x7c\xf0\x43\x4e\xc4\xaa\xbe\x20\x27\x64\x7c\xf9\x45\x3b\xf8\x21\x27\x4e\x8c\x23\x27\x36\x72\x22\x44\x9e\x0b\x3f\xc9\x89\x72\x5f\x62\x85\x9c\xd8\xc8\x89\xd8\xae\x5f\x9e\xee\x37\x6a\x43\xc6\x57\x53\x74\x0b\xbc\xe5\x84\x27\xb7\x06\x2f\x6a\x03\x05\xbc\x51\x1b\x1b\xb5\xc1\xd0\xb0\x51\x1b\x1b\xb5\x11\x09\x77\xd4\xc6\x46\x6d\x24\xad\x60\x36\x6a\x63\x1f\xb5\x41\x4a\xa1\x36\x36\x6a\x23\x68\x48\xda\xa8\x8d\x7d\xd4\x86\x56\xa3\x1b\xb5\xb1\x51\x1b\x91\x50\x44\x6d\xc8\xf8\x33\xb8\x1f\x78\xa5\x36\xf2\xc5\xbb\xa1\x36\x64\x2c\x37\xad\x64\x37\x6a\x43\xc6\x87\x6f\xa5\x05\x6a\x63\xa3\x36\x42\xe0\x7e\xe0\x45\x6d\xdc\x84\x22\x6a\x43\xc6\x3f\x35\xef\x06\x3f\xa9\x8d\x5c\x13\xcf\x80\x9f\xd4\x46\xa9\x99\x77\x83\x5f\x25\xbd\xb9\x16\xb5\xb1\x51\x1b\xc6\xd0\x85\xda\x90\xf1\x50\xd4\x7b\xa0\x36\x64\xbc\xcf\xba\x1f\x6a\x43\xc6\x4a\x25\xcd\x50\x1b\x32\xae\x18\xc4\x0f\xb5\xb1\x51\x1b\xac\xe6\x37\x6a\x63\x1f\xb5\x51\x78\x2e\x5c\x8e\xda\x08\x3c\x17\x2e\x0f\xab\x65\x18\xa0\x36\x64\x3c\xa5\xc4\x0f\xb5\x21\xe3\xc3\x23\xcf\x85\x8b\xd4\x46\x35\xe3\x5a\xb8\xa0\x36\x62\xa1\x1d\x5c\x50\x1b\xad\xf0\x5c\xe2\x4a\x6a\x23\xdd\x52\xc0\x1b\xb5\x21\x63\xa9\x6a\xca\xd9\xa8\x0d\x19\xab\x17\x29\x85\xda\xd8\xa8\x8d\x06\x17\xd4\xc6\x46\x6d\xb0\x13\xb2\x51\x1b\x1b\xb5\x51\xcf\x33\xe0\x87\xda\x48\x0c\xc1\xa8\x8d\x8d\xda\xc8\x91\x76\xf0\x93\xda\x28\x95\xe9\x00\xb5\x21\xe3\xdf\x88\x76\xf0\x43\x6d\xd8\x79\x06\xfc\x50\x1b\x09\x06\xa8\x0d\x19\xab\x76\x89\x29\x6a\x43\xc6\xea\x95\x78\x06\xfc\x50\x1b\x51\xcb\x91\x8d\xda\x90\xb1\xd4\x98\x12\x51\x1b\x32\x56\x2a\x43\x17\x6a\x63\xa3\x36\x32\x7d\x46\x6d\x6c\xd4\x46\x82\x3d\x6a\x43\xc6\xf2\x7d\x71\x2d\xfc\x8e\xda\x38\x3e\xf8\x0d\xf2\xb2\xe9\x3d\x90\x13\x32\xbe\x4c\xc3\x07\x3f\x49\x8c\x12\xb4\xe4\xd9\x48\x0c\x19\x67\xca\x73\xe1\x87\xc4\xb8\x88\x3f\x24\x86\x8c\xc7\x95\xde\x17\x89\x21\xe3\xf1\xcc\x33\xe0\x37\x4e\xfc\x89\x01\x12\x43\xc6\x99\x72\x3f\xf8\x8d\xa3\xd6\x78\x0f\xf8\x8d\xb3\xc4\xe3\x5a\xf8\x21\x31\x72\x50\x3b\x24\x86\x8c\xe7\xb9\xfa\x82\xc4\xd8\xf3\xe4\x2f\x3e\xf8\x21\x31\x32\xe3\x15\x12\x63\x23\x31\x6e\xa9\xdd\x8d\xc4\x90\xf1\xa5\x39\xd7\xc2\x6f\x9e\x5d\x28\x7c\xf0\x9b\x8c\x6b\x97\x62\x08\x89\x21\x63\xf9\x22\x7f\x91\x18\xfb\x48\x0c\xa6\x71\x24\x86\x8c\x95\x33\xb5\x23\x31\x64\xfc\x5b\x2a\xd6\x90\x18\x32\xbe\xcc\xd0\x37\x42\x62\xec\x23\x31\x98\xd6\x90\x18\x1b\x89\x51\xb5\x5b\xba\x91\x18\x32\xfe\x6e\xfa\x1e\x48\x0c\x19\x5f\x16\xa8\xcf\x48\x8c\x8d\xc4\xb8\x99\xc6\x91\x18\x32\x9e\x47\x7a\x2e\x12\x63\x1f\x89\xc1\x94\x88\xc4\x90\xf1\x6f\xa9\xf7\x45\x62\xc8\x58\xbd\x58\x8e\x20\x31\x64\xac\xb0\x93\xb9\x91\x18\xfb\x48\x0c\xf2\x08\x89\x21\x63\xa9\x26\x9e\x0b\x3f\x24\xc6\x59\xca\x20\x31\x64\xac\x64\xa6\x7b\x24\xc6\x3e\x12\xe3\xf4\x19\x7e\x48\x8c\x18\x79\x06\xfc\xd6\xe1\x47\x3b\xf8\xad\xb3\x0b\x25\xf6\x48\x8c\x8d\xc4\x38\xcb\x57\x24\x86\x8c\xcf\x79\xba\x1f\x12\x43\xc6\xf2\x95\xe2\xdf\x31\xdd\xa3\x40\xf6\x51\x20\x84\x31\x0a\x44\xc6\x3f\xbf\x10\xa1\x40\x64\xac\x14\xc2\x13\x05\x22\xe3\x2b\x13\x7d\x42\x14\x88\x8c\xaf\x0a\xd5\x7d\x14\xc8\x46\x81\x5c\x0c\xcb\x28\x10\x19\x5f\x3e\xe0\x03\xef\x66\x55\xc3\xab\xa3\x40\x64\xfc\x5a\x7d\x6a\x14\x88\x8c\xa5\xcc\xaa\x10\x05\x22\x63\xe5\x66\x18\x40\x81\xec\xaf\x0a\x84\x76\xe0\x45\x81\x94\xf3\x6e\xe0\x45\x81\x64\x0f\xd9\x76\x49\x81\x60\xac\x6a\xa8\x69\x97\x14\x08\xc6\xaa\xf9\xfb\xb6\x4b\x0a\x04\xe3\xe9\x58\xe5\x8b\xf8\x50\xbb\x95\xfb\x25\x7c\x67\xe3\x85\x6b\x33\x3e\xa9\xb5\xe0\x21\xd6\x2e\x29\x10\x8c\x33\x88\xf2\x55\x7c\x6c\x5c\xdd\xdc\xef\xc6\x77\x0a\x1a\xb4\x6b\xf8\x60\x55\x9b\x7c\x0f\x3e\x86\x42\x5f\x66\xb4\x4b\x0a\x04\x63\xa5\xdc\xbc\xdb\xc0\x27\x56\xf9\xf4\x6f\xe2\xa3\xa0\x71\xda\x2d\x7c\x6c\xfc\x5d\xbc\xef\xc6\xa7\x50\x94\x6a\x6f\x57\x86\x5f\x26\x95\x13\x3e\xf8\xa1\x40\xee\x5b\x7d\xc9\xf0\xcb\x67\x29\x83\x0f\x7e\x14\x34\xb2\x7f\xcb\x76\x65\xf8\x49\x81\x94\x1c\xf1\xc1\x2f\x9f\x25\x9e\xfa\x92\xe1\x27\x05\x52\xb4\x9b\xd1\xae\x0c\xbf\xcc\x54\x7c\x89\x73\x86\x5f\x66\x43\xb9\x89\x55\x86\x9f\x14\x48\xaa\x37\x7d\x86\x5f\x3e\xfc\xc4\x39\xc3\x4f\x0a\xa4\xb4\x4b\x5c\x32\xfc\x50\x20\x57\xe6\x7e\xf0\x43\x81\xd4\x1b\x1f\xfc\x8e\x02\x39\x5c\xe0\x47\x41\x23\x15\xf9\x0a\xfc\xdc\xb0\x02\x68\x57\x01\x9f\x04\x48\x2e\x7a\x6a\x81\x9e\x9b\x60\xc7\x05\x3c\x37\x29\x25\x31\x29\xb0\x43\x7d\x04\xa3\x19\xec\x4e\x31\x83\xfe\x16\xd8\x49\x7d\xc4\x60\x3c\x14\x76\xa8\x8f\x68\x62\x57\x60\x27\xf5\x91\x4f\xcc\x17\xd8\xa1\x3e\xa4\xe8\xda\x55\x60\x27\xf5\x91\x8c\xef\x53\x60\x47\x31\x43\x9b\xc4\xed\x2a\xb0\x2b\x67\xa7\x4f\x31\x50\x60\x57\x58\xc6\x90\x07\x05\x76\xc8\x8b\x48\xbe\x14\xd8\x21\x2f\x2e\xd3\x7b\x54\xd8\x55\x76\xfa\x88\xe5\x0a\x3c\xc9\x8b\xa4\x31\xad\x5d\x15\x7a\x92\x17\x59\x4b\xd2\x76\x55\xf0\x21\x2f\x62\x13\xab\x0a\xbf\x23\x2f\xb2\x62\xaf\xc2\x8f\x62\x46\x6b\x5c\x0b\x3f\xe4\x45\x6b\x62\x50\xe1\xf7\xb5\x98\x41\xff\xe0\xe7\x26\x9e\xe1\xa1\x82\xaf\x9e\x8d\x16\xba\x0c\xbe\xaf\xb5\x0c\x1e\x01\x3e\xa9\x8b\xdc\x4e\xf7\xc0\x47\x2d\x23\x1c\x1f\xf8\x50\x17\x81\xcf\x56\xc1\x27\x75\x91\x02\x61\xf6\x80\x45\xea\x22\xb7\xa6\x57\x7b\xc0\x82\xba\x08\x84\xed\x03\x96\x87\x0d\xa8\xaa\xbe\x3c\x60\x79\xce\x06\x1e\x3e\xb0\xa0\x2e\xc2\xad\xf7\x78\xc0\x82\xba\x08\x51\xfd\x7b\xc0\x22\x75\x91\x22\x61\xfa\x80\xe5\xa8\x0b\xc2\xea\x81\x0b\xea\x22\x32\xf4\x3d\x70\x91\xba\x48\xda\x54\x69\xd7\x03\x97\xe7\xd4\x68\x15\x42\x0f\x5c\x4e\x2d\x83\xa1\xe0\x81\xcb\xc3\xa6\x00\x4c\x1f\xb8\x3c\x67\x53\x85\x67\x10\x56\xcf\xa9\x31\xca\xd7\x09\x2b\x6a\x19\x21\xe9\x7e\x1d\x7e\x52\x17\x49\x9b\xcf\xed\xea\xf0\xeb\x87\x9f\x38\x77\xf8\x9d\x5a\x46\xd6\xf7\xe8\xf0\xeb\xac\xee\xc8\xf1\x0e\x3f\xa9\x8b\xa4\x0d\xe9\x76\x75\xf8\xa1\x2e\x22\xdf\xad\xc3\x0f\x75\x11\xda\x2f\xcf\xf4\xed\xea\xe0\x95\xf8\x48\xf1\xbc\x12\x78\x3b\x25\xc8\x2c\xe4\x1d\xbc\x5f\x4b\x1d\x74\x0b\xbc\x94\x3a\x42\xa6\x0b\xe0\x3d\xa5\x0e\x06\x9f\x0e\xde\x53\xea\x20\xda\x3b\x78\x29\x75\x04\x3e\x4d\x07\x2f\xe2\x23\x30\x2b\x0d\xf0\x0e\xf0\x32\x3b\x0c\xf0\x22\x3e\x02\x88\x06\x78\x29\x75\x9c\x51\x65\x80\x77\x20\x7e\xf9\x0c\x03\xbc\x6e\xce\x9c\x3e\x80\x3b\x4e\xa1\x4d\x1f\x70\x00\x77\x9c\xa5\x1f\x57\x02\x57\xd2\x23\xa9\xa8\xdb\xae\x01\x3d\x49\x8f\xaa\x9d\x99\x76\x0d\xe8\x21\x3d\xb4\x9b\xd9\xae\x01\x3d\x49\x8f\x72\x05\xda\x41\x0f\xe9\x11\xce\x73\xa1\x27\xe9\x91\xe3\xc5\x73\xa1\xe7\xa6\x56\x96\x1c\x03\x78\x47\x79\x5c\xbc\x06\xf0\xa4\x3c\x92\xea\x8f\xed\x9a\xc0\x43\x79\x24\x62\x7d\x02\x4f\xca\xe3\x6a\x0c\xfb\x13\x78\x28\x8f\xc4\x90\x37\x81\x27\xe5\x51\x23\x53\xe1\x04\xde\x3c\xe7\x2f\xf4\xc1\x27\xf8\xa4\x3c\x72\xbc\x68\x07\xbe\xa3\x3c\xc8\xc5\x09\xbe\xc9\x90\x17\xe9\x1f\xf8\xe6\xa9\x53\x0a\xcb\x04\xdf\x3c\xca\x8d\x6b\xc1\xf7\x55\x79\x70\x2d\xf8\x26\x1b\xa6\xe7\xb9\xe0\x73\xe3\x8b\x2f\xb9\xa0\x87\xf0\xb0\x46\x97\xc1\x37\x59\xd9\x99\x28\x4f\xf0\x4d\x16\xce\xac\x60\x16\xf8\x4e\x6d\x23\x09\xd5\x02\x1f\xb5\x0d\x09\xbc\x76\x2d\xf0\x21\x3c\x1a\xb3\xcd\x02\x1f\xb5\x8d\x0c\x82\x05\x3e\x6a\x1b\xc6\xca\x69\x81\x6f\x51\x1b\xca\xf8\xc0\x77\x84\x07\xe9\xbe\xc0\xb7\xd8\x78\x61\x15\xb7\xc0\xb7\x10\x6e\xe4\xd0\x02\xdf\xa2\x36\x44\x94\x2e\xf0\x1d\xe1\x01\x97\x05\x3e\x09\x8f\x5c\x99\x5a\x16\xf8\x24\x3c\x52\x66\xa8\x5d\xf0\x93\xf0\x28\x89\x4f\xb4\xe0\x27\xe1\x91\xb5\x47\xd9\xae\x05\x3f\x09\x8f\x94\xab\xee\xb7\xe1\x27\xe1\x91\x32\x61\xb5\xe1\x77\x94\x05\xab\x89\x0d\xbf\x8d\xf0\x6d\xea\xdf\x86\x1f\xca\x22\x90\x81\x1b\x7e\x52\x16\xa9\xb0\xc2\xda\xf0\x43\x59\x18\xc3\xef\x86\xdf\x86\x1f\x4c\x37\xfc\x4e\x6d\x83\xcc\xdf\xf0\x43\x59\xa8\x8e\xd6\xae\x0d\xbf\x7d\xc2\x4f\xdf\x77\xc3\x6f\x33\xe5\x5e\xf8\xe0\x87\xb2\x88\xa7\x2f\xf0\x93\xb2\x48\x85\x15\xef\x86\xdf\x51\x16\x81\xe7\xc2\x0f\x65\x51\x14\x2f\x86\xb2\x30\x8e\x4a\x25\x17\xdc\xcd\x50\x16\xc6\x51\x29\x6d\xd0\x34\x43\x59\xc8\xf8\x4a\x31\xc8\x17\xf1\xb1\x49\x75\x73\x6d\xc2\x47\xac\xe9\x7b\x18\xca\xc2\x4e\x6d\x43\x0c\x0c\x65\x21\xe3\xa3\x1f\xbe\x8a\xef\x1c\x29\x88\xf2\xdd\xf8\x8e\x0a\xe3\x7e\x0d\x5f\xa3\xce\x47\xbb\x07\xdf\x89\x35\xfa\xdc\xf1\x29\x55\x4b\xe6\xda\x81\x0f\x15\xa6\x79\xc2\x50\x16\x32\x56\xb4\x87\xdf\x0c\x65\x21\x63\xa9\x14\xae\xdd\xf8\xce\x3c\x21\x1f\xca\xc2\xf2\xa9\xa3\xa9\x2f\x28\x0b\x19\x4b\x85\xfb\xa1\x2c\x64\x3c\xee\xc5\x0a\x65\x21\x63\x76\xd3\x67\x94\x85\x8c\xc5\xc6\xa5\xe0\x43\x58\x5c\xa7\x19\xf8\x24\x2c\xa2\x4e\x04\x35\x43\x58\xc8\xc4\x0b\x2a\xe8\x0a\x3b\x95\x0d\x7d\x70\x64\x85\x4c\xce\x5c\x07\x3a\x37\xa1\x5e\x34\x82\x9c\x9b\x54\x25\x79\x0c\x49\x21\x13\x62\xfc\xe5\xbd\xfb\x66\x08\x0e\x19\xff\xc4\xdc\x05\xac\x99\x19\xa4\xe2\x03\x6b\x3e\x43\xa0\xfa\x84\xe0\x90\x31\x6d\xc7\x34\x43\x70\xc8\x04\x9d\x05\x69\x86\xe0\x30\xce\x4f\x21\x11\x0c\xc5\x21\xe3\xc1\xcb\xdd\x80\x5a\x58\xdb\x04\x11\x44\x72\x18\x92\x43\xc5\xd8\x66\x48\x0e\x19\x4b\x15\xfa\x48\x0e\x43\x72\x04\x18\x22\x39\x64\x3c\xb0\x78\x2e\x5c\x91\x1c\x46\xc0\x20\x39\x8c\x82\x47\x6a\xb4\x03\x6d\x39\x3b\x2f\xb4\x83\x2d\x92\xc3\x4e\x9f\xa1\x87\xe4\xd0\xae\x5c\x33\x24\x87\x8c\x07\x96\xe8\x21\x39\xec\x54\x34\xa2\xda\x21\x39\x0c\xc9\x91\x82\xda\x21\x39\xec\xeb\xf9\x29\xbd\x07\x92\xc3\xbe\x56\x34\x94\x0c\x48\x0e\x43\x72\x5c\x17\x3e\xf8\x1d\xc9\x01\x03\x24\x87\xd5\xb3\x73\x8a\x0f\x7e\x5f\x25\x87\xde\x0d\xc9\x61\xa7\xa2\xc1\x77\x43\x72\x18\x15\x8d\x74\xfa\x02\x3f\x69\x8e\xac\x6a\x4d\x33\x34\x87\xd5\x33\xff\xea\xbb\xa1\x39\x8c\xf3\x53\x2a\x5e\x35\x43\x73\x18\x15\x8d\x56\x69\x07\x3f\x34\x47\x96\x1e\x30\x34\x87\x9d\x8a\x06\xec\xd1\x1c\x32\x96\xaa\x16\x93\x86\xe6\x90\xf1\xe4\x17\x3f\x34\x87\x9d\xf3\x53\x0c\x9e\x68\x0e\x43\x73\x84\xa0\x67\xa0\x39\x64\x2c\xdd\xc4\x06\x9a\x43\xc6\xaa\xe6\x5f\x43\x72\x18\x05\x8d\xa2\x65\x89\x21\x39\x0c\xc9\x71\x13\xce\x48\x0e\x7b\x4e\x1d\x92\x76\x60\xe1\xf8\xd4\x09\x03\x24\x87\x9d\x82\x86\x24\x8c\x21\x39\x0c\xc9\x61\x91\x2e\x83\x85\x82\x46\x21\x24\x91\x1c\x32\x96\xee\x46\xff\x08\x2b\x24\x47\xe1\x53\x22\x39\x64\x32\x1f\x08\xc1\x21\x63\xa5\xd2\x63\x04\x87\x8c\x65\x1d\x1a\x6c\x86\xe0\xb0\x23\x38\x98\x51\x10\x1c\x32\x0e\x54\x3d\x46\x70\x18\xe5\x8c\x70\x9e\x0a\x3c\x04\x47\xe5\x6d\x11\x1c\x32\x96\x1a\xf4\x50\x14\xd6\x4f\x39\x08\x1f\xf4\x28\x67\x54\xc6\x11\x14\x85\xa1\x28\x2a\xc1\x82\xa2\x90\xb1\xc8\xec\x6b\x28\x0a\x43\x51\x44\x92\x08\x45\x21\xe3\xa3\x38\xef\x06\x3d\x29\x8a\x7c\x91\xa8\x28\x0a\xa3\x74\x71\x6b\x35\x64\xa8\x07\xfb\x7a\x50\x4a\xf7\x43\x3d\xd8\x39\x28\xa5\x45\xb6\xa1\x1e\x8c\xd2\xc5\xcd\x57\x43\x3d\xc8\xf8\x73\x69\x07\xab\xc1\x01\x46\x18\xa0\x1f\xec\x94\x2e\x18\x72\xd1\x0f\x46\xe9\xe2\x66\x70\x41\x3f\xd8\x29\x5d\xf0\xdd\xd0\x0f\xc6\xe9\x28\x56\x7a\x86\x7e\xb0\x53\xba\xe0\x9b\xa3\x1f\x6c\x9c\xbd\x4d\xbd\x2f\xfa\xc1\x38\x1d\xd5\x98\xe1\xd1\x0f\x36\x4e\xe9\x87\x3e\xc3\xea\x08\x08\xed\xaf\xd9\x38\xac\x14\x69\x67\xb5\x81\x80\x90\x89\x45\x8b\x67\x43\x3f\x18\x95\x0b\xf6\x06\x0c\xfd\x20\x63\x39\xf1\x79\xd1\x0f\x32\xbe\x38\xe0\x5a\xf0\x71\x38\xaa\x91\x1c\xe8\x07\x19\xbb\xf2\xb9\x16\x54\x68\x85\x00\x02\xb4\x82\x1d\xad\x70\xd1\x0e\x54\xf3\x9c\x69\xa4\x2f\xa0\x3a\x5a\x41\x7b\x03\x86\x56\x90\xb9\x2f\xa6\x51\xa4\x82\xcd\xb3\x0b\xac\xaf\x81\x56\xb0\x73\x0e\xea\xa2\x7b\x90\x9a\x67\xa2\x14\x3d\xb4\x82\xcd\x73\x36\x40\xed\xd0\x0a\x32\x56\x8d\x61\x09\xad\x60\x14\x29\xce\xb4\x88\x56\x90\xf1\x69\x82\x76\xa0\x3a\x45\x0a\x5e\x03\xad\x60\xe7\x1c\x54\xcc\x7f\xc7\x3c\x8f\x94\x30\x6a\x18\x31\xe9\xcd\x91\x12\x32\x3e\x13\xd0\x55\xe8\x72\x4c\x8a\x4d\x3e\x43\x4a\xc8\xf8\x1a\x81\xae\x42\x97\x1a\x46\x64\xc9\x87\x94\x90\x89\x67\x92\x43\x49\x18\x25\x8c\xc0\x47\x45\x49\xc8\x58\xbe\x21\x89\x92\xb0\xa3\x24\x02\xd7\x42\xf7\x9c\x92\xe2\x2b\xa0\x24\x6c\xfd\x35\x5d\x94\x84\x51\xc2\xc8\x52\x3a\x86\x92\x30\x94\x44\xe0\x7e\x28\x09\x3b\x35\x0a\x56\x77\x28\x09\xe3\x94\x14\x7b\x9f\x86\x92\x90\x29\x99\x0f\x83\x90\x90\xa9\x91\x29\x04\x1d\x21\x63\x37\xc9\x8e\x8c\x90\xa9\x39\xe1\x02\xdd\x39\x21\xc5\x2a\x13\x15\x21\x63\x09\x55\x62\xa8\x08\x19\xb3\xeb\xb4\x83\x9d\x54\x44\xba\x32\x7d\x83\x1d\x2a\x82\x3d\x00\x43\x45\xc8\x58\xbe\x49\x3a\x54\x84\xa1\x22\x92\x72\x3d\xa0\x22\x64\x2c\xb1\x69\x15\x50\x11\x81\x13\x52\xa1\xe2\x0b\xf8\xc4\xa9\xe8\x19\x01\x15\x21\xe3\x49\x1c\xe4\x4b\xf8\x98\x58\x1b\xed\x32\xbe\xb3\xbf\xde\xe4\x2b\xf8\x14\x66\x3a\x34\xdc\x02\x2a\x22\x70\x42\x2a\x45\x9e\x7b\xe3\xa3\x3e\xa1\xef\x18\x50\x11\x81\x13\x52\x6c\x52\x04\x54\x44\x38\xf5\x89\x44\xbb\x8e\x0f\x15\x71\xd1\x6e\xe0\xa3\x3e\x61\xf8\x26\x3e\x66\xd6\x42\x9f\x17\x3e\xea\x13\x8a\xa9\x80\x8a\x90\x71\xd5\xa9\x76\xa8\x88\xc0\x0f\x2e\x92\xc6\xc5\x80\x8a\x08\xf9\xcc\x17\xba\x16\x15\x11\x38\x21\x85\x02\x0e\xa8\x08\x19\x8f\x33\x71\x41\x45\x04\x4e\x48\xa9\xd4\xd8\x02\x32\x22\xf0\x83\x0b\xe6\xb8\x80\x8c\x08\xe7\x07\x17\x89\xbe\xc0\x2f\xb3\x19\x1a\xf0\xc1\x4f\x3a\xa2\x9a\xd4\x64\x40\x48\x04\x4e\x48\xe9\x54\x57\x0b\x48\x89\x70\x7e\x70\x51\xe8\x1f\xfc\x54\x9f\xc8\x76\xee\x07\xbf\xcc\x51\x01\xad\x42\x02\x72\x41\xc6\x4a\x0e\xf8\xe0\x97\xd9\x31\xb9\xb8\x1f\xfc\xf2\x39\x2a\x20\xf6\xc8\x85\xc0\x09\x29\x1d\xb5\x68\x01\xbd\x10\x38\x21\xa5\x1f\xd4\xb4\x80\x60\x08\xe7\x84\x94\xe6\xfe\x80\x60\x08\xe7\x07\x17\x01\x1f\xfc\xce\x09\x29\xb8\x20\x18\x64\x2c\xfb\xe7\x7d\x10\xcf\x8f\xe4\x55\x6b\xee\x10\x93\x47\x22\xc9\xa2\x7e\x24\xf3\x20\x83\x1e\x16\x9d\x3e\x5a\x3c\x2c\x39\x1f\x3b\x55\x49\xf7\x28\xe3\x31\x2a\xf2\x3f\x24\x3c\x46\x63\xdb\x43\xbe\x3f\xca\x3b\x55\x23\x1f\xb2\xee\x09\x7e\x67\xa9\xd1\x27\x70\xe7\xe0\x6d\xb4\x44\x7d\x22\x6d\xa2\xb7\x49\x3e\xe0\x3c\x91\x36\xb1\x4b\xdb\xf9\x55\x51\xab\x9a\x27\xfa\xa2\x25\xfb\x10\xfc\x24\xae\x4a\x7e\x55\xf6\x68\x7c\x12\x57\x25\xbf\x73\xf1\x78\x7a\x32\x6d\xb2\xb7\xa9\x2e\x24\x9f\x4c\x9b\xec\x6d\x6e\xf3\xab\x0a\x6d\x8a\xb7\x69\x2e\x11\x9e\x42\x9b\xe2\x6d\x9a\x8f\x45\x4f\xa5\x4d\x15\x9f\xcb\x75\xd3\x53\x69\x54\x35\xc4\x98\xcb\x8d\xe7\xa6\xd5\x0d\x45\x0f\x8e\xe7\xa6\xd5\xbd\x01\xeb\x17\x36\x5a\x35\xb5\xd2\xfe\xfc\xd3\x68\xd5\xce\x70\xe5\x17\x3e\xb4\x7a\xea\xd9\x47\x72\x17\xad\x1e\xb5\x2a\x97\x5f\xd8\x69\xd5\x11\x0b\x9e\xa6\x4f\xa7\x55\x57\x2b\xed\x4f\x3f\x83\x56\x43\xad\xee\x6c\xee\xa2\xd5\xd0\xa0\xd9\xcc\x2f\x1c\x1a\x33\x31\x21\xb9\xce\x7a\x26\x17\x4e\x7d\xbc\xcb\x67\xaa\x67\x72\xe1\x54\xab\xcb\x07\xcc\x87\x5f\xb2\x3d\xfa\xc5\x47\xd0\xf1\x8a\x87\x1f\x7c\x3c\x3a\xa1\x1a\x74\xca\xe1\xe1\x80\xea\xa3\x93\x5a\x21\x86\x5f\x3e\x46\xff\x70\x8e\xeb\xd1\x79\x91\xa0\x63\x39\x0f\xc7\x45\x9e\x7d\xfa\x18\xde\xbc\xed\x94\x9d\xbb\x6a\x34\x41\x23\x6e\xa7\x44\xd3\xb5\x87\x14\xb2\xcb\x91\x4e\x16\x74\x05\x78\x28\x2e\xaa\x3a\x11\xde\x89\x55\x95\x33\x3b\xc1\xda\x09\xd6\xea\x19\xdf\x89\xd6\xae\x68\x0d\xb7\x07\x70\x27\x5c\xbb\xc2\x35\x34\x9f\x47\x3a\xf1\xda\xa3\x62\x5a\x4b\xd5\x4e\x78\x76\x85\x67\x34\x67\xd7\x89\xcf\x9e\x88\x7c\x67\xd7\x09\xd0\xae\x00\x8d\xfa\xc1\x41\x27\x42\xbb\x22\x34\x4a\x3b\x76\x42\xb4\x2b\x44\x63\xf2\x15\x78\x27\x46\xbb\x62\x34\x26\x87\xd3\x09\xd2\xae\x20\x8d\xb9\xde\xee\xa2\x95\x82\x34\x16\x9f\x92\x3b\x41\xda\x15\xa4\x51\x3f\x3b\xec\x04\x69\x57\x90\xc6\xea\x13\x54\x27\x48\xbb\x82\x34\xde\xbe\xf6\xe8\x04\x69\x57\x90\xc6\x96\xfd\x42\x82\xb4\x2b\x48\x93\xb6\xb2\x3b\x41\xda\x15\xa4\x49\xe7\xd3\x3a\x41\xda\x15\xa4\x49\x7b\xf9\x9d\x20\xed\xdd\xd7\xfb\x49\xf2\xab\x77\x2d\xf7\xbb\xe2\x36\x49\xaa\x77\xe2\xb6\x2b\x6e\xa9\x14\x75\xe2\xb6\x2b\x48\x53\x12\x1c\x82\xb4\x2b\x48\x53\x16\x1c\x82\xb4\x2b\x48\x93\xaa\xe1\x9d\x20\xed\xfa\x69\x60\x2a\x82\xc3\x2f\x03\x31\x49\x3b\x97\x9d\x1f\x06\x76\x85\x72\x92\xa0\xec\x84\x72\x57\x28\x27\xfd\xc4\xa9\x13\xca\x5d\xa1\x9c\x6e\x5f\x92\x76\x62\xb5\x2b\x30\xd3\xed\x63\xfb\x20\x30\x87\x02\x33\xa9\xee\x38\x08\xcc\xa1\xc0\xcc\x57\x4e\x6f\xde\x0e\x02\x73\x28\x30\xb3\x8e\x6d\x0f\x02\x73\x48\x3a\x67\xd5\x9e\x07\xca\x79\x28\x56\xb3\x4e\xbd\x0c\x62\x75\x28\x56\xb3\x96\xfc\x83\x58\x1d\xc1\x95\x50\xd6\xd1\xf3\x11\x24\x84\x30\x59\xda\x6d\x04\xe9\xa0\xa1\x88\xce\x49\xb7\x27\xa2\x47\xf4\xa9\x89\x9f\xe4\x8d\xa8\x99\x69\x28\xc8\x73\x72\x12\x83\x20\x1f\xd1\xc5\x6b\xce\x41\x2e\x69\x57\x4c\xd6\x06\xfd\x88\x92\xae\x98\x2c\x05\x3e\x34\x8c\xbf\x1d\xca\x8e\xac\xfd\xbc\x41\x76\x8c\xe4\x13\x7d\xd6\xce\xef\x48\x9a\xe7\x31\x59\xcb\x8b\x91\x34\xcd\x0f\x86\x78\xfd\x56\x62\x90\x43\x43\x39\xc4\xaf\xbc\x06\x39\x34\x94\x43\xb9\xfa\x6c\x31\xc8\xa1\xa1\x1c\xca\x92\xa7\x83\x1c\x1a\x85\xe9\x22\xc6\x37\x6f\x07\x41\x3e\x9a\xaf\xae\xd8\x09\x1a\x4d\x8b\x2b\x4c\xf1\x89\x70\x34\x2d\xad\x46\x2b\xfd\xdd\xab\xe8\xa0\xd8\x68\xda\x0a\x1b\x4a\x8e\xa2\x33\x84\x83\xe4\x18\xcd\x67\xa9\xa2\xb3\x0c\xa3\x49\x73\x63\xca\x15\x71\x6d\xb9\x7c\xe9\x5f\xae\x5b\xb7\xd7\xca\x7f\x28\xab\x8a\x7e\xc6\x33\xc8\xaa\xa1\xac\xe2\x9c\xca\x20\xab\xc6\xe3\x73\x6f\x09\xbe\x94\x1b\x8f\x26\x5f\x4c\x91\x2e\x1a\x8f\x66\xdf\xa1\xdc\x63\x8f\x72\x90\x7b\x43\xb9\xc7\x06\xd8\x20\xf7\x46\xa7\x95\x4f\x6f\x83\x44\x1b\x4a\xb4\xa2\xdf\x68\x0c\x12\x6d\x0c\xe6\x52\x9f\xde\x06\x89\x36\x94\x68\xa5\xf8\xf4\x36\x48\xb4\xa1\x44\x2b\xc5\xa7\xb7\x41\xa2\x0d\xa5\x10\x87\x38\x07\x29\x34\x94\x42\xe5\xf6\xe9\x6d\x90\x42\x43\x29\x54\x74\x84\x78\x90\x42\x43\x29\x54\x2f\x9f\xde\x26\x29\x34\x95\x42\x9c\x64\x9a\xa4\xd0\x54\x0a\x55\xfd\x9c\x69\x92\x42\x53\x29\x54\xf5\x4b\x80\x49\x0a\x4d\xe5\x4b\xd5\xc9\xe8\x49\xbe\x4c\xe5\x4b\x4d\x9e\xed\x93\x7c\x99\xca\x84\x9a\x7c\xa1\x3a\xc9\x84\x19\x59\x30\xf8\x1a\x7c\x12\xf6\x53\xd1\x5b\x15\x13\x93\xe8\x9d\x8a\xcb\xaa\x9f\xe3\x4d\xe2\x72\x2a\x2e\x6b\xbd\xfd\x42\xe2\x72\xb2\xf8\xb8\x7d\x66\x9a\xc4\xe5\x54\x5c\xd6\xe6\x01\x3d\x89\xcb\xa9\xb8\xbc\x2f\x9f\x99\x26\x63\xfb\x2c\x43\x92\xdc\x67\xa6\x59\x94\xb4\x98\x5b\xe7\x6c\x66\xd1\xde\xc5\x2c\xac\x64\x9c\xea\x64\x06\x98\xb5\x36\x77\x35\xb9\xb4\x3d\x89\xb9\xef\xbb\xc9\xd5\x71\xf9\x85\xce\xeb\x97\x66\xe2\xc9\x34\x32\x35\x8d\xdc\xaa\x3d\x4f\xa6\x91\xa9\x69\xe4\xd6\x89\x82\xc9\x34\x32\x35\x8d\xdc\xc9\x87\xfe\x49\x86\x4d\x65\xca\x9d\x3d\x79\x26\x99\x32\x15\xf0\x77\xf6\x41\x6a\x12\xf0\x53\x01\x7f\x97\xe2\xdd\x26\xe0\xe7\x33\xdd\xa5\x5f\x18\xcc\x47\x3b\x0b\x98\x5b\x9b\x8c\xf3\x59\x5c\xa8\x7b\xe9\xb4\xd0\x24\xe0\xa7\x02\xfe\xbe\x7d\x60\x99\x04\xfc\xec\x4f\x11\x82\x28\x57\x95\x4b\x17\xde\xcd\x5b\x91\x03\x53\x39\x70\x37\x9f\x20\x26\x39\x30\x95\x03\xed\xf2\xd9\x73\x92\x03\x53\x39\xd0\x94\xae\x93\x1c\x98\xd3\x75\x6a\x53\x11\x75\x4e\xc9\x54\x4c\xbb\xd4\xaf\x29\x95\x3a\x95\x29\x4d\x27\x44\x26\x99\x32\x95\x29\x4d\x87\x50\x26\x99\x32\x95\x29\x4d\xc7\x66\x26\x99\x32\x95\x29\x2d\xf9\x04\x31\xc9\x94\xa9\x4c\x69\xfa\x05\xff\x22\x53\x96\x32\xa5\x95\x2b\xbb\x4b\xad\x96\x32\xa5\x95\x72\xbf\x79\xbb\xc8\x94\xa5\x4c\x69\xfa\x9d\xd4\x22\x53\x96\x32\xa5\xe9\x0c\xed\x22\x53\x96\x32\xa5\xa9\x62\xbb\xc8\x94\xa5\x4c\x69\xaa\x57\x2c\x32\x65\x45\x96\xc4\x97\x0f\xbb\x8b\x54\x59\x4a\x15\xbb\xb4\x99\xbb\xc8\x95\x95\x68\xa7\xc3\x11\x8b\x64\x59\x89\x76\xda\x42\x5d\x64\xcb\xca\xb4\xd3\x61\x8b\x45\xba\xac\x4c\xbb\xe4\x43\xe1\x22\x5f\x56\xa1\x5d\x76\xd9\xb1\x48\x98\x55\x68\x57\xcc\xaf\x25\x17\xd6\x59\xb2\x57\x97\xf1\x8b\x38\x5e\xac\xd9\x2f\x15\xb8\x16\x81\xbc\x58\xb4\x5f\xda\xc9\x58\x44\xf2\xba\xb5\xb7\x7e\x35\x97\x83\xeb\xd6\xde\xfa\x62\x25\x7f\x35\x5f\x7a\x2c\xc2\x7b\x35\xd5\x17\x4c\x47\xa9\x56\x53\x7d\x61\xb1\xbc\xb7\xab\xfa\xb5\xc4\xfc\x62\x7d\x6f\x97\x87\xe0\x22\xe8\x17\x0b\x7c\xd3\xa1\x8c\x45\xd4\xaf\xe7\x68\x0a\x9f\x59\x16\x01\xbd\xba\xe4\xaa\xe9\xf7\xca\xab\x4b\xae\x2e\x96\xfd\xa6\x42\xf6\x22\xca\x57\xd7\x36\x90\x69\x9b\x61\xf5\x7d\x7c\x9c\x67\xf0\x34\x5a\x5d\xdb\x40\x0b\x7d\x60\xc9\x03\x7d\x11\xfb\x0b\x81\x60\xc9\x43\x71\x11\xfc\x6b\x68\xc3\xcf\xb2\xc7\xe2\x1a\xda\xf0\xc3\xf8\xbb\x45\xf9\xb6\x7c\xdc\xaf\xb8\xa4\x5a\x64\xc9\x9a\xdc\x4f\x3f\x86\x5c\xa4\xc9\x9a\x2a\x12\x98\x7e\x59\xb1\xa6\x8a\x04\x6b\x72\x6d\xf5\x6c\x5d\x64\xc5\xe2\xf7\xe3\x76\x2b\x94\x49\x8b\xc5\x0f\x10\xed\x56\x2c\xf3\x03\x44\x8c\x05\x2d\xdf\x16\x3f\x40\x5c\xfc\x30\xce\x34\xbe\x2e\xf2\x67\xf1\x0b\x11\xd3\x2f\x21\x16\x09\xb4\x38\xbe\x1a\x2e\xff\xbe\x9b\x0c\xda\x1c\x8d\x0c\x66\xb7\xfb\xb4\x24\xc1\x78\x9f\x9b\x7c\x55\x3e\x44\x9e\x4e\x3e\x6f\x52\x6d\x73\x84\x25\xe8\x87\x6c\x9b\x23\x2c\x18\xff\x46\x26\xdf\x90\x8f\xe7\x6a\x1d\xb7\xc9\xc9\x4d\x7d\x30\xe8\x9c\xd8\xa6\x3e\xb8\xa9\xc9\x05\x4d\xdb\x9b\x9a\x1c\xc6\x42\xd1\x73\xa9\xc9\xed\x23\xdb\x55\x9e\xd8\x24\xf4\x66\xeb\x2b\xa8\x76\xb7\xc9\xe8\x1d\x54\x1f\x0c\xda\x6e\xda\x41\xf5\x41\x8c\x85\xea\x31\xb9\x83\xea\x83\x3b\x70\x3f\xfd\xca\x68\x93\xfa\x3b\x68\xfb\x3f\x24\x97\x02\x3b\x68\xfb\x7f\x07\x9e\x91\x3d\x17\x36\xe3\xc1\x8e\xaa\xbf\x85\x7c\xcb\xa7\xfa\xdb\x66\x8c\x08\xd2\x1f\x9b\x31\x62\x33\x46\x84\xe2\xd3\xf5\x66\x8c\xd8\x49\xdb\x16\x41\x5b\x5a\x3b\xa9\xce\xb9\x19\x37\x82\xea\xbb\x9b\x71\x63\x27\x95\x63\xc2\x2d\x2e\x49\xe5\x18\x8c\xf7\xa5\xc8\xc7\xb5\xda\x26\x0c\x77\x50\x3b\x0d\xc0\x9b\x31\x27\xe8\x08\xea\x66\xcc\xd9\x8c\x39\xa1\x5d\xce\x80\x31\x67\xe7\xd3\xce\x17\x43\x9b\x31\x67\x17\x7d\xa3\x78\x15\xe7\x52\xf8\x46\x32\x7e\x2d\xbe\x24\x1f\xd2\xfe\xf2\x35\xec\x66\x6c\xda\x8c\x4d\xd1\xf4\xcd\x19\x9b\x36\x63\x53\xd4\x7a\x6e\x33\x36\x6d\xc6\xa6\xa8\x7d\xfd\xcd\xd8\xb4\x19\x9b\xa2\xce\x0b\x6e\xc6\xa6\xcd\x38\x14\x75\x84\x7c\x33\x0e\x6d\x0d\x3d\x16\xf3\xdf\x16\xbe\xeb\xdf\x4e\xe8\xbb\xa9\xe0\xb9\xcf\x1e\x84\x0a\x0b\x9b\x41\x6a\x37\xd5\x74\xa2\xf6\xfc\x76\x53\x4d\x07\xe3\xed\xb2\x7c\x19\x5f\x56\x59\x5f\x70\x9b\x6a\x3a\x18\x43\x68\xee\x36\x78\x86\x8a\x21\xb1\x28\xe8\x9a\x8a\x21\xbb\x4d\xae\x4d\xe1\xbf\x75\xd4\xff\xff\x87\xe7\xd3\x9b\x9f\xff\x5d\xa0\xf1\xd3\xe7\xcf\xeb\xc3\x17\xfd\x1b\x44\xfa\xc7\x7f\x5e\x73\xed\xf7\x1f\xd6\xcf\xff\x9e\xd1\xa7\x8f\x9f\xfc\x2a\xfd\xf7\x9f\x01\x00\x00\xff\xff\xa1\xe9\x79\xf8\xfb\x48\x00\x00"); +func _bebce ()(*asset ,error ){_fggfa ,_ffeg :=_cgda ();if _ffeg !=nil {return nil ,_ffeg ;};_cfca :=bindataFileInfo {_dae :"UniGB-UCS2-V",_fb :832,_ae :_be .FileMode (436),_g :_a .Unix (1580492749,0)};_ccag :=&asset {_dd :_fggfa ,_ef :_cfca };return _ccag ,nil ; +};func _gbdgg ()(*asset ,error ){_agec ,_adgb :=_gfac ();if _adgb !=nil {return nil ,_adgb ;};_gefd :=bindataFileInfo {_dae :"UniJISX02132004-UTF32-H",_fb :243189,_ae :_be .FileMode (436),_g :_a .Unix (1580492992,0)};_dce :=&asset {_dd :_agec ,_ef :_gefd }; +return _dce ,nil ;};func _aggd ()(*asset ,error ){_dcda ,_eebc :=_egafa ();if _eebc !=nil {return nil ,_eebc ;};_afaa :=bindataFileInfo {_dae :"UniJISX0213-UTF32-H",_fb :243117,_ae :_be .FileMode (436),_g :_a .Unix (1580493003,0)};_faag :=&asset {_dd :_dcda ,_ef :_afaa }; +return _faag ,nil ;};func _fbbeg ()(*asset ,error ){_aegc ,_ggc :=_dfd ();if _ggc !=nil {return nil ,_ggc ;};_dgeg :=bindataFileInfo {_dae :"Ext-RKSJ-H",_fb :13359,_ae :_be .FileMode (436),_g :_a .Unix (1580491904,0)};_dbdc :=&asset {_dd :_aegc ,_ef :_dgeg }; +return _dbdc ,nil ;};func _gf ()(*asset ,error ){_bca ,_gce :=_gcg ();if _gce !=nil {return nil ,_gce ;};_egd :=bindataFileInfo {_dae :"78ms-RKSJ-V",_fb :1875,_ae :_be .FileMode (436),_g :_a .Unix (1580490915,0)};_fbb :=&asset {_dd :_bca ,_ef :_egd };return _fbb ,nil ; +};func _dad ()([]byte ,error ){return _c (_daega ,"UniJISPro-UTF8-V")};func _cd ()([]byte ,error ){return _c (_bcb ,"78ms-RKSJ-H")};var _bgd =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\xd5\x4f\x6b\x63\x37\x14\x05\xf0\xbd\x3e\xc5\x5b\x4e\x17\xad\xa5\xfb\x4f\x12\x3c\x02\x25\x19\x68\x16\x93\x29\x4d\xa7\x2d\x94\x2e\x1c\x3f\x39\x18\x1a\xdb\xd8\xce\x22\xdf\xbe\xdc\x7b\x9c\x14\x66\x11\x9c\x1c\x9e\xce\x8b\x7f\x70\xd0\xea\xf6\xfe\xee\x7e\xbf\xbb\x4c\xab\x5f\x4f\x87\xcd\xe3\xb8\x4c\xdb\xdd\x7e\x39\x8d\xf3\xe1\xf5\xb4\x19\xd3\xd3\x78\xde\xed\x53\x2a\x34\x2d\xbb\xcd\xe5\xfd\xcf\xf8\xd8\xbc\xac\x8f\x29\xf9\xf9\xc7\xb7\xf3\x65\xbc\xdc\xef\xb7\x87\x89\xf1\xdc\xf2\x7a\xbc\x3e\x3b\x4d\xab\xdf\xc6\xf3\xee\x7c\x39\xbd\x4d\x9f\x7e\x5e\x0e\x4f\xe3\x87\x69\x19\x5b\xcf\xbf\x9e\x96\x71\xda\xed\x9f\xa7\x4f\xb7\x0f\x8f\xe5\x23\x7e\x7c\x3d\x1e\xff\x1d\x2f\x63\x7f\x99\x72\x64\x63\xbf\xc4\x67\x5a\xdd\x7e\x59\x1f\x1f\xd6\x2f\x63\x5a\xdd\x3e\x3c\xd2\x8f\xbf\x44\x1c\xe9\x1f\xe3\x74\xde\x1d\xf6\x53\xc9\x3f\xe5\x6c\xff\xe7\xbf\xbf\x1d\xc7\x54\xae\xc7\xbf\xdd\xdf\x7d\xdd\x6e\xcf\xe3\x32\xb5\x8c\xea\xd5\x5f\xdf\xee\xef\xa6\xbf\xcb\x54\xf2\x44\xca\xcd\xfe\xb9\x3e\xfa\xe7\x97\xc3\x32\xae\xef\x4f\x05\xdf\x65\x73\x58\xc6\xf9\xb8\xde\x8c\xd3\x7a\xff\x3c\xd2\x34\xcd\x54\xa8\xdc\x4c\x73\xfd\x5c\x3f\xdf\xf8\xbf\xf9\xdd\x13\xa9\xd1\xf5\xe4\x6e\x41\xf2\x7e\x82\x4a\x1d\x37\x93\xf6\x6e\x69\x26\x42\x44\x1e\x59\xee\x39\xcd\xc4\x88\x38\xa2\xd2\x24\xcd\x24\x88\x24\x22\xaa\x2d\xcd\xa4\x88\x34\x22\xae\x94\x66\x32\x44\x16\x91\x98\xd7\x57\x44\x35\x22\x35\xaf\x6f\x88\x5a\x44\xa6\x5e\xdf\x11\xf5\x88\xaa\x78\xfd\x1a\xd1\x3a\xa2\x26\x5e\xff\x84\xe8\x29\xa2\xce\x5e\xbf\x41\xb4\xf1\xa8\x66\xf6\xfa\x05\xd1\x12\x51\x21\xaf\x1f\x88\x46\x44\x54\xbc\x7e\x8b\x68\x1b\x11\x17\x4a\x33\xe7\x88\x38\x47\x24\xd9\xd2\xcc\xf0\xe2\xf0\xaa\x9a\x73\x9a\x19\x5e\x4c\x88\xba\xa4\x99\xe1\xc5\xe1\x55\xad\xb5\x34\x33\xbc\x38\xbc\x6a\x6d\x5e\x0f\x2f\x0e\xaf\xda\xaa\xd7\xc3\x8b\xc3\xab\xf6\xea\xf5\xf0\xe2\xf0\x6a\xd9\xbc\x1e\x5e\x1c\x5e\xad\xa8\xd7\xc3\x8b\xc3\xab\x91\x7a\x3d\xbc\x38\xbc\x1a\x8b\xd7\xc3\x8b\xc3\xab\x89\x78\x3d\xbc\x38\xbc\x9a\xb2\xd7\xc3\x8b\xc3\xab\x19\x79\x3d\xbc\x38\xbc\x5a\x25\xaf\x87\x17\x87\x57\x6b\xc5\xd2\x2c\xf0\x92\xf0\x6a\xbd\xe4\x34\x0b\xbc\x24\xbc\x7a\xce\x92\x66\x81\x97\x10\xa2\xde\xd2\x2c\xf0\x92\xf0\xea\xa5\x53\x9a\x05\x5e\x12\x5e\x9d\x9a\xd7\xc3\x4b\xc2\xab\x73\xf3\x7a\x78\x49\x78\x75\xa9\x5e\x0f\x2f\x09\xaf\xae\xe6\xf5\xf0\x92\xf0\xea\x66\x5e\x0f\x2f\x09\xaf\x5e\xd5\xeb\xe1\x25\xe1\xd5\x9b\x7a\x3d\xbc\x24\xbc\x7a\x17\xaf\x87\x97\x84\x57\xc9\x99\xbd\x1f\x60\xb2\x20\x2b\xec\x2f\x80\x98\x0c\x64\x44\xfe\x06\x90\xc9\x16\x19\x53\x4e\xb3\xc2\x4c\x33\x32\x29\x92\x66\x05\x9a\x16\x64\x9a\x5b\x9a\x15\x6a\x4a\xc8\x2c\x53\x9a\x15\x6c\xca\xd7\xcc\xd7\xab\x70\x53\x41\x56\x7d\xbe\x0a\x38\x55\x64\xcd\xf7\xab\x90\x53\x43\xd6\x7d\xc0\x0a\x3a\x0d\xba\x52\xb2\x2f\x58\x61\xa7\x0d\x59\xf1\x09\x2b\xf0\xb4\x23\x23\xdf\xb0\x42\x4f\xd7\xc8\xd8\x47\xac\xe0\xd3\x27\x64\xe2\x2b\x56\xf8\x29\xfc\x8a\xfa\x8c\x15\x7e\x0a\xbf\x62\xbe\x63\x85\x9f\xc2\xaf\x54\x1f\xb2\xc2\x4f\xe1\x57\x9a\x2f\xd9\xe0\x67\xf0\x2b\xdd\xa7\x6c\xf0\x33\xf8\x51\xf6\x2d\x1b\xfc\x0c\x7e\x54\x7c\xcc\x06\x3f\x83\x1f\x91\xaf\xd9\xe0\x67\x72\xcd\x7c\xce\x06\x3f\x83\x1f\xb1\xef\xd9\xe0\x67\xf0\x23\xf1\x41\x1b\xfc\x0c\x7e\xa4\xbe\x68\x83\x9f\xc1\x8f\xcc\x27\x6d\xf0\x33\xf8\x51\xf5\x4d\x1b\xfc\x0c\x7e\xd4\x7c\xd4\x06\x3f\x83\x1f\x75\x5f\xb5\xc1\xcf\xe0\xc7\xd9\x67\x6d\xf0\x33\xf8\x71\xf1\x5d\x1b\xfc\x0c\x7e\x4c\x3e\x6c\x83\x9f\xc1\x8f\xd9\x97\x5d\xe1\x57\xe1\xc7\xe2\xd3\xae\xd7\x6b\x04\x7e\xac\xbe\xed\x0a\xbf\x4a\x22\x9e\x59\xc9\x71\xc1\xbc\x5f\x24\xfe\xbb\xdf\xbf\x1f\x37\xe2\xe6\xf5\x74\x1a\xfb\x4b\xdc\xbe\x71\xf3\xf9\xd5\xb5\xdb\x8f\x8f\x9b\xfc\x78\x38\xfa\xa9\xf8\xf9\x2f\x00\x00\xff\xff\xb9\xb9\xd4\x19\xf5\x07\x00\x00"); +var _gfegd =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x44\x92\xcd\x6e\xdb\x3a\x10\x85\xf7\x7a\x8a\x59\xe6\x2e\x72\x45\x8a\x95\x69\x01\x41\x80\xc6\x2e\x52\x2d\xd2\x14\x75\x9c\x16\x28\xba\xe0\xcf\xd0\x20\x50\x53\x02\x25\x2d\xfc\xf6\x05\x67\x54\x75\x61\x1c\xfb\xe3\x39\xc3\x19\x73\xea\x43\x7f\xec\x53\x9c\xa1\xfe\x9a\x07\x77\xc2\x19\x42\x4c\x3e\xe3\x34\x2c\xd9\x21\x58\xbc\xc4\x54\x55\xb2\x01\x1f\xdd\xfc\xf7\x27\x89\xbb\x9a\xb1\xaa\xea\xe7\xa7\xb7\xfb\x4f\xe7\xc3\xfd\x67\x58\x26\x5c\xd9\xa1\x3f\x9e\x6e\xd3\x8c\xd7\x3e\x85\x01\x14\x67\xfd\x32\xae\x79\x80\xfa\x1b\x5e\xe2\x34\xe7\x1b\xdc\x7d\xf4\x83\xc5\xff\xc0\x63\x28\xfc\x35\x7b\xcc\x31\x5d\xe0\xee\xf9\x49\x6e\xf4\xb4\x8c\xe3\x6f\xbc\x62\x9a\x41\x12\xc3\xe4\x49\xab\xfa\xf0\x62\xc6\x2f\xe6\x8a\xb0\x35\xf2\x4e\x27\x74\xf0\x8e\x79\x8a\x43\x02\x29\xfe\x17\x62\xf7\x8f\xbf\xdd\x46\x5c\x2b\x55\xf5\xb9\x3f\xbe\x86\x30\xe1\x0c\xbb\x4e\xb0\xe7\xc7\xb9\x3f\xc2\x4f\x09\x52\x40\xd3\x2a\x2d\x7f\xad\xd6\xef\x2f\x83\xdf\x82\x8d\xe0\x71\x5c\xf4\xd9\xa4\x0b\x56\x0f\x46\x9a\xe6\x11\x56\x81\x56\xb7\x84\x14\x23\x45\xe8\x03\x21\xc3\xc8\x14\xd4\xed\x09\x59\x46\xee\x11\xb4\x16\xec\xf2\x8c\x3c\xb9\xba\x82\x2c\x97\xb7\xa1\xa0\x7d\x53\x50\x40\x42\x45\xb4\x16\xbb\xea\xc1\x28\x23\x0b\x22\x81\x56\xef\x09\xed\x19\x75\x14\x14\x84\x1c\x23\x47\x2e\x45\x08\x19\x71\x2d\x5d\x90\xa5\x56\x95\xb5\xe4\xa2\xf2\xd6\x33\xf2\xe4\xa2\xf2\xa5\xa1\x55\xa0\xd5\xa5\x55\xe5\x69\x20\x12\xad\x05\x23\x0e\x7a\x0a\x4a\x6a\xc2\x73\xb0\x08\xec\x04\xa1\xc0\xc1\x40\x37\x76\x74\x63\xe0\x60\xe0\x7f\x82\xfa\xe2\xb1\x15\x8f\x2d\x65\x59\x88\xed\x1d\xca\xf7\xb2\x87\xdb\x6a\xb8\x25\x67\x4c\x33\x6d\x21\xbd\x7f\x79\xc0\x98\x70\xdb\xf2\x71\x18\x4b\x8a\x3e\x7f\x02\x00\x00\xff\xff\x0f\xbf\x93\xd7\x11\x03\x00\x00"); +func _ffcb ()(*asset ,error ){_efadd ,_cecc :=_fggb ();if _cecc !=nil {return nil ,_cecc ;};_bdee :=bindataFileInfo {_dae :"Adobe-Korea1-2",_fb :1845,_ae :_be .FileMode (436),_g :_a .Unix (1580491385,0)};_aae :=&asset {_dd :_efadd ,_ef :_bdee };return _aae ,nil ; +};var _fgge =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x44\x92\xc1\x6e\x9c\x30\x10\x86\xef\x3c\xc5\x1c\xd3\x43\x0a\x06\x6c\x77\xa5\x28\x52\xbb\x5b\xa9\x1c\x92\x54\xdd\x64\x5b\xa9\xea\x81\xb5\x07\x64\xa9\x18\xcb\x98\xc3\xbe\x7d\x35\x63\x4a\x0e\xe8\x87\xcf\xcc\x27\x8f\xc7\xe5\xb1\x3b\x75\xde\x25\x28\xbf\xc7\xd9\x9c\x31\xc1\xe0\xbc\x8d\xb8\xcc\x6b\x34\x08\x57\x1c\x9d\x2f\x0a\x51\x83\x75\x26\xfd\xff\xe4\x30\x53\x1f\x8a\xa2\xfc\xfa\x8a\xfe\xfe\x8b\xbc\xff\x06\xeb\x82\x1b\x3b\x76\xa7\xf3\x6d\x49\x38\x75\x7e\x98\xa1\xc9\xb5\x76\x0d\x5b\x3d\x40\xf9\x03\x47\xb7\xa4\x78\x83\xbb\xcf\x76\xbe\xe2\x07\xb0\x38\x10\x7f\x89\x16\xa3\xf3\x23\xdc\x1d\x9f\xcf\x62\xc7\xe7\x35\x84\xbf\x38\xa1\x4f\x50\x31\x43\x6f\x39\x8b\xf2\xf8\xd4\x87\xe7\x7e\x42\xd8\x77\x72\xe1\x15\x5e\xb8\x60\x5c\xdc\xec\x41\x54\x1f\xab\x4a\xbd\xf3\xd7\x5b\x40\x10\x9b\xe1\xad\x3b\xbd\x0c\xc3\x82\x09\x0e\x75\xb6\x97\xbf\xde\xba\x13\xfc\x16\x20\x2a\xa8\x65\x73\x10\x7f\xb6\x5f\x7f\x3e\xcd\x76\x2f\x14\x4d\xee\xc7\x38\x1b\x7b\x3f\x62\xf1\xd0\x8b\xf6\xfa\x08\x5b\x88\x46\xb5\x8a\x98\xec\x99\x51\x88\x46\xb7\x0d\x33\x93\x99\xc9\x4c\x32\xb3\x99\x21\xb1\x8a\x88\x12\x4c\x54\x4d\xa4\x65\x22\x33\x51\x44\x3e\x31\x39\x64\x42\xf6\xb6\x66\x92\x3d\x8a\x3c\x79\x07\x3a\x7b\x34\x79\x24\x9b\x75\xf6\x68\xf2\x48\x36\xeb\xec\xd1\xe4\x91\x6c\xc6\x86\x09\x05\xf5\xa2\x8b\x07\xa3\xb0\x7d\x04\x0a\x49\xee\xea\xa0\x69\x10\x7b\xff\xf4\x4e\x17\x60\x1f\x89\x59\x63\x44\x9f\x78\xfc\x7c\xee\x74\x70\xce\xe3\x7e\xbd\xc2\x1c\xa8\x8a\x9f\x7f\x01\x00\x00\xff\xff\x8d\xf3\x1a\xd0\x8a\x02\x00\x00"); +func _dccg ()(*asset ,error ){_cfcee ,_bbeg :=_ffgc ();if _bbeg !=nil {return nil ,_bbeg ;};_cfee :=bindataFileInfo {_dae :"KSCms-UHC-H",_fb :13690,_ae :_be .FileMode (436),_g :_a .Unix (1580492561,0)};_gdc :=&asset {_dd :_cfcee ,_ef :_cfee };return _gdc ,nil ; +};var _efbd =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x84\x9a\x4b\xab\x65\x47\x72\x85\xe7\xf7\x57\xec\x61\x7b\xd0\xae\x9d\x3b\x23\x5f\x70\x39\xd0\x48\x2d\x2c\x9a\x76\x1b\xcb\x6d\x1b\x8c\x07\x3b\x5f\xa2\xc0\xba\x55\x54\x95\x06\xfa\xf7\x26\xbe\x75\x24\xb9\x1b\x83\x06\x22\x54\xab\x22\x63\x47\x46\xc6\x63\x65\x9e\x7a\xf7\xd5\xb7\x5f\x7f\xfb\xf6\xfe\xcb\xf1\xee\x5f\x3e\x7d\x18\xdf\xad\x2f\xc7\x7e\xff\x36\x3f\xad\xcf\x1f\x7e\xfc\x34\xd6\xd1\xd7\xf7\xef\xdf\x5e\x5e\xc2\x75\xcc\xf7\xe3\xcb\xcf\x7f\x44\x8c\x1f\xee\x8f\x2f\x2f\xbe\xfe\xbb\x9f\x3e\x7f\x59\x3f\x7c\xfb\xb6\x3f\x1c\x51\x7a\xf3\xc7\x8f\x4f\xdd\xe3\x78\xf7\xaf\xeb\xfb\xf7\x9f\xbf\x7c\xfa\xe9\xf8\xdd\x1f\xe6\x87\xbe\xfe\xe1\x98\x6b\x3b\xfe\x97\x4f\x73\x7d\x7a\xff\xf6\xfd\xf1\xbb\x3f\x7d\xf8\xb4\xee\xf0\xcb\x5f\x7c\xf7\xe3\xc7\x8f\xff\xb3\x7e\x58\x6f\x5f\x8e\x13\x6c\xbd\x4d\xe4\xcb\xbb\xaf\xfe\x7c\x7f\xfc\xe7\xfb\x87\x75\xbc\xfb\xd3\x77\x5f\x7d\x1c\xbf\xff\xe3\x5f\xbf\xfa\xfd\x3f\xf1\x77\xfc\xd5\xbf\xaf\x4f\x9f\xdf\x7f\x78\x3b\xda\x3f\x9e\x67\xfe\x15\xfe\xb7\x9f\x3e\xae\x23\x3c\x4d\xfc\xf5\xdb\xaf\xff\xb2\xf7\xe7\xf5\xb3\xf1\x77\xff\xf9\xd7\x6f\xbf\x3e\xfe\x2b\x1c\xe1\x3c\xae\x64\xa7\xfd\xf7\x53\xf1\x3f\xfe\xfc\x61\xae\xa7\xd2\x4b\xd4\x7e\xc6\x87\xb9\x3e\x7f\xbc\xc7\xfa\x74\xbf\x7d\xbf\x5e\x8e\xe3\xf5\x3c\x1f\xc7\x71\xbc\x56\x7b\xf8\x9f\xfe\x10\x2c\x3c\x8e\xd7\x6f\xbe\xfe\xe6\x8f\xfc\xf9\x9b\x3f\xf2\xb7\xdf\x7c\xf3\xf0\x4d\xfc\xdd\xea\x97\x20\xa3\x6f\x1f\xbe\xcc\xb5\x85\x61\xef\x35\xec\xc7\x11\x7c\xc5\xff\xfd\xab\x97\x70\x9e\x4f\x2f\xde\xcf\xa7\xf6\xe5\xda\x65\xb9\xf6\x6b\xf5\x2f\xd7\xf8\x38\x5a\x7e\x79\xbd\xe5\xc8\x1d\xca\x7c\x1c\x35\xb4\xe0\x50\x15\xd4\xee\xc7\x51\xaf\x74\x39\xd4\x06\xd0\x7d\x3a\x54\xaa\x43\xb7\xb4\x5c\x84\x93\x75\xf7\x25\x24\xba\x52\x8d\x40\x06\xb4\xfd\xd3\xa7\xbd\xbc\xde\x97\xbe\x77\xd9\x40\x29\x39\x24\x4b\xd7\x4a\x8f\x23\x34\x90\x95\x41\x7c\x59\xbd\x5a\x79\x79\xbd\xa3\xd6\x45\xfc\x8c\x97\x3b\x15\xe5\x67\x6c\xdb\x21\xbe\x17\x65\x2a\xfa\xc2\x2b\xfb\xf7\x4c\xeb\x8c\x75\x16\x80\xb4\xce\x58\x67\xc5\x3f\x68\x5a\x67\x33\x3e\x8e\x98\x7c\x7b\x36\x13\x88\x5b\xb2\xb3\xbd\xbc\xde\x49\x96\x12\x96\xd2\xe9\xc1\x4b\xb2\x94\x6a\x77\x28\xbb\x9f\x49\x96\xd2\x7d\x3f\x0e\x4b\x1e\x96\xd4\x4f\x90\xde\x1e\x87\x65\x90\x21\x9d\x59\x1f\x87\x15\x90\x79\x0b\xf1\x0d\x27\xe2\x9b\x96\x94\xb6\x2b\x11\x95\xb4\x9b\x10\x0f\x5d\x62\xbf\x59\x3e\x65\xf9\x54\xdd\x81\x2c\x9f\x72\xf5\xd3\xcb\x56\x81\x26\x50\xf3\x83\xc9\x6c\x2f\xb7\x2c\xc8\x3d\xcf\x39\x01\x2d\x41\x1e\x96\x8c\x5b\x59\x9b\xc9\xcb\x1e\x47\x0a\x1e\x84\xbc\x08\x4b\xe6\x64\x72\x71\x1f\x8a\x7c\x28\xf8\x90\x9b\x6b\x15\xf9\x50\x30\x55\xf2\xe9\x90\x4c\x95\xb5\x1f\x87\x1c\x2d\x9b\xb8\x14\x4c\x15\x32\xaf\xca\x54\xc5\x54\x25\xc4\x55\xa6\x2a\xa6\x2a\x21\xae\x32\x55\x3d\xb7\x72\x46\xe9\xce\x42\xf2\xe3\xc8\xe5\x04\xa9\x42\xb6\x23\xd8\xee\x5a\xe5\x9f\xcb\xc5\xbd\x6c\xfa\x5a\x2b\xe6\xa6\x9b\x87\xa5\xc9\x74\x73\xa5\x92\xfc\x63\xb7\x94\x6e\x5c\x6a\xc9\x6d\xdf\x72\xe9\x76\x97\xda\x19\xdc\xf8\xad\x75\xf7\xf6\x08\x73\xea\xf7\x36\x21\xcb\x95\xcc\xf3\xb5\xcb\x54\x77\x53\xed\x4c\x1e\xbb\x2e\x53\x1d\x53\x81\xec\xec\x32\xd5\x77\x7e\x1c\x2d\x82\xec\x22\xe4\x76\x25\x4b\x40\x5d\x90\x9b\x8a\xd1\xbd\x1a\xb2\x3e\xb0\x1e\xcc\x37\x38\x64\x7d\xb4\xf2\x38\xda\x15\xd0\x92\xf5\x31\xa8\xda\x0b\x68\x50\xb6\x63\x9e\xae\x15\xdd\xad\x31\xa5\xb5\xd1\xc2\xd3\xb1\xa5\x85\x5b\x17\x69\x35\xf5\xc5\xc9\x17\x2f\xb4\xa6\xcc\x4f\x4f\xf9\x16\x7d\x3f\xfd\x04\xea\xa7\x5a\x40\xcd\x2f\xaf\x5d\xad\xa3\xab\x2b\x84\x7a\xbe\xbc\x76\xf5\x80\x4e\xc5\x87\xab\xf8\x42\xd5\x72\xa7\x96\x43\xcc\xf5\xe5\xb5\xab\x4c\x3b\x45\x19\x2c\x5f\x2f\xaf\x5d\xf5\xd6\x13\x50\x4a\x6e\x5e\x59\xdb\xc9\xd1\x90\xfd\xc8\xba\xb2\xaf\x93\x6b\xa1\x98\x9b\x57\x16\x75\xf2\x21\xd4\xe8\xe6\x75\xfa\x9d\xd3\x0f\x2d\xba\x79\x1d\x6c\xe7\x18\xaf\xf3\x72\xf3\x3a\xa0\xde\x81\x82\x87\xb0\x2b\xaa\x7d\x00\x5d\x6c\x5b\x91\xe8\x13\x28\x9e\x6e\x7e\x09\x5a\x40\x76\xba\xf9\x2d\x68\x0b\xf2\x86\x3c\x14\xaf\x41\xbc\xae\xd4\xce\x97\xd7\xa1\x78\x8d\xa0\xae\x56\xed\xe5\x75\x28\x5e\x83\x78\x5d\xc5\x1b\xc6\x50\xbc\x86\x7a\x5f\x2d\xd7\xcb\xeb\x50\xbc\x06\xf1\xba\x9a\x97\xca\x50\xbc\x06\xf1\x8a\xa7\x97\xe6\x50\xbc\x06\xf1\x8a\x21\xb9\x79\xc5\x6b\x10\xaf\xc8\x69\x0f\xc5\x6b\x10\xaf\x18\x3d\xa1\x87\x82\x33\x08\x4e\xb4\xe8\xe6\x15\x9c\xd1\xc7\xf6\x46\xea\x89\x39\xba\x27\xd6\x53\x58\x08\x68\x4d\x69\x79\x8f\x8d\xa9\x14\xa0\x2c\x28\x3f\x8e\x98\xd9\x50\x9f\x05\xc8\x87\x41\x4c\xd5\xbf\xd8\xd7\x13\x2a\x8f\xa3\x90\x98\xa3\xaf\x0a\x84\x13\xc9\xab\x78\xe8\x38\x06\xc7\x11\xf3\x15\x5e\x5e\x87\x8e\x63\xcc\xe1\x50\x09\xc9\x21\xf7\xf1\x29\xa2\x11\x89\x29\x57\xa7\x9b\x8f\x25\xb3\x50\xe6\x11\xa5\x9d\x27\xf3\xf9\xe7\xb9\xfa\xff\x8d\xda\x31\x57\x63\x05\x5f\x2f\x3e\xe1\x86\x4e\x7e\xac\x7b\x3c\x8e\x58\xcf\x02\x34\x05\x4d\xa0\x0b\x68\x01\xb1\xb0\x7a\xbb\x1d\xca\x8f\xb1\xbd\xf4\xa3\x7f\xdd\xff\xbf\x0b\xea\x40\x17\xd0\x10\xe4\x0b\x9b\xa7\xcc\x54\x16\x49\xc4\xd6\x22\xd0\x25\xe8\x72\xc8\x32\x50\x04\xea\x05\x2d\x73\xa8\x57\x41\xf5\x57\x2d\x9f\x5c\xaf\xf3\xf4\x40\xd9\xe9\xb1\x9b\x27\x81\x92\x88\xc5\xb3\x7b\x9e\x53\x5f\x9c\xc3\xb5\xa2\xa0\x29\x68\xfa\xc9\xc7\x00\xb4\x80\x34\x56\xbd\x36\xa7\xb2\x7b\x06\x9f\xbd\x76\xfa\x58\x9b\x61\x9a\x20\x7b\x1c\x16\xbd\x1b\xcc\xc0\x3c\x96\xb0\xe0\x75\x3e\x03\x29\x33\x83\xa7\x89\x85\x28\xad\x2a\xa8\xb2\x30\x01\x35\x41\x37\x5a\x5a\xd8\x81\xd6\x89\x16\xd0\x92\x13\x2e\x2c\xe0\x7d\x58\x97\xa0\xcb\x27\xd6\x89\xab\x2b\x0a\x72\x27\xa2\x67\xe4\x0c\x4b\x4e\xb8\xb0\x58\x65\xab\x08\x92\x5f\x0d\x48\x7e\xad\x8e\x56\x01\x1a\x82\x3c\x5e\xc1\x64\x7e\x0a\xf2\x78\x45\x9f\x88\x33\xac\x25\x68\xa1\x25\x68\x03\x6d\xbc\xe7\xd0\xc2\x96\xf7\x1b\xef\x0d\xbf\xb6\xbc\x77\x61\xb1\xe1\xd7\x96\xf7\x9b\x10\x1a\x81\xde\xf2\x7e\xe3\x7d\xc3\xd5\x2d\xef\x9d\x6c\x58\x30\x2d\xbc\x05\x79\x08\xed\xd4\x42\x85\xd0\x85\x31\x6d\x66\xd8\xda\x90\xcf\x24\xb3\x53\x0b\xe5\x3d\xa7\x0d\x8b\x9a\x6a\x5c\x12\x16\x48\x80\x4b\x89\x79\x79\x32\x9a\x05\x41\x26\x28\xa3\x15\x80\x8a\x20\x9c\x08\x17\x50\x17\xd4\x81\x64\x7e\x08\x22\xaa\xde\xcb\xe6\x45\xa5\x49\x98\x5d\x32\x8f\x5f\x57\x97\x13\x9e\x26\x57\x97\x13\x2e\xcc\x2e\x16\xf6\x28\x88\xf4\x4d\x98\xef\xcf\x85\x0b\x76\x87\x5f\x9d\xe3\xb8\x06\xb6\x0a\xe6\x87\x6c\x8d\x88\x56\x04\xd2\x86\x5c\x58\x0a\x05\x28\x09\xe2\x38\x8a\xb4\xb2\x20\x91\xc7\x0a\xa4\x3d\xba\xb0\x24\xbf\x86\xf6\x38\xd8\x63\x11\xa4\x3d\x0e\xfc\xba\xd8\xd0\x90\x5f\xd4\x50\xba\xb0\xa5\x1a\xba\x28\x98\x14\xd1\x52\xc1\x20\x2c\x14\x41\x4d\x10\x4e\x90\x72\x97\x0a\xe6\x52\x21\x53\x30\x97\x0a\xf9\x9a\x1b\x2d\x16\x2e\x9a\x02\xc2\x42\x21\x5e\x2a\x2b\x84\x25\x63\xdb\x2a\x2b\x84\x25\x25\x80\xca\x0a\x61\xf0\x81\x79\x2d\xc5\x6b\xe1\x7d\x66\x8f\x4b\xde\x7b\x29\x59\xca\x38\xb1\xe4\xea\xc2\xd5\x82\xab\x4b\xae\x52\x69\x49\xae\xaa\xd2\x2e\xaf\x1b\x0b\x15\xad\x2d\x57\xbd\x22\x2c\x9f\x98\xdf\xfa\x22\xd5\x91\x95\xab\xaa\x0e\x84\x85\xca\x1e\x55\x1d\x17\xac\x3c\x2b\x01\xb6\x9c\x20\xc9\x03\x1d\x40\xa3\x78\x46\x41\xcd\x73\x55\xa3\x78\x1a\xad\xe3\x42\xcb\xd4\x3a\x4c\xad\x83\xd3\x36\xb5\x0e\xa3\xac\x22\x89\x69\x2a\x2b\xc4\xb3\x7f\xd9\x9e\x82\xd6\x2f\xfd\x4b\x63\x7d\xa6\x5b\x1d\xb3\x02\x25\x41\xe9\x97\xfe\x95\xe0\xc9\x53\x97\x13\xf5\xaf\xa4\x1a\x42\x3c\x9b\x55\x52\x0d\x25\x0a\x46\xcd\x2a\xa9\x60\x10\xcf\x0d\xa5\x9b\xfc\x4a\x72\xa2\xfa\x42\x11\x89\x99\x7d\x9c\x98\x65\x20\x8d\x13\x84\x05\xa7\xef\x33\x6b\x9c\x64\xd2\xd7\xb0\x95\x95\xbe\x08\x0b\x45\x10\x5f\x84\x94\x58\xa2\xdc\x45\x4a\x66\x51\x75\xe4\xf0\x9b\xa3\x78\x16\x15\x0f\x22\xa5\x84\x11\x15\x4f\x59\x3a\x79\xaf\xba\xa2\x5c\x43\x64\x95\x7e\x51\xae\xc1\x7f\x2c\x5f\xee\xb6\xf8\xcf\xac\x82\x9c\x7a\x4c\xf1\xc5\x09\x5f\xb4\x42\x76\x8b\x12\x4d\x28\x91\x55\x8a\x47\x94\x68\x76\x4a\xbf\x51\x75\x5d\xa5\x8f\x48\x6a\x6f\x5d\xa5\xdf\xf1\xab\x91\xca\x5d\x7e\x21\xac\xf9\x95\x77\x76\xf9\x05\xd9\x49\xa7\xdf\xba\xa7\xc8\xce\x1c\x7e\xf2\xe9\xc4\xd5\xa1\x93\x47\x14\xb5\x91\xa1\x93\x1f\x5a\xc8\x28\x16\x25\x9a\x93\x85\xf0\xd8\x39\xb5\x10\x91\x4e\x2a\x78\x6a\xe1\x9c\xd2\xf2\xe0\x4c\xb5\x11\x44\x0a\x54\xca\xd4\x28\x9e\x5e\x4f\x29\xe0\xfd\x54\x3d\x21\x4a\x76\xce\x33\xe7\xd6\x42\x9c\xb8\xf0\x5e\xcc\x68\x2e\x4f\xf8\x74\x51\x4f\x4b\x09\x8f\x48\xc9\xd9\xee\x5c\x4a\x78\x44\x8a\xce\x79\xe6\xd2\x68\x41\xa4\x48\x62\x89\x2c\xcd\xed\x2d\x3c\x45\x8e\x76\xab\x85\x23\x8a\xb8\xc5\xee\xf8\xb5\xbd\x4b\xa5\xe8\xe4\x70\x6e\x75\x29\x44\x8a\x7e\xad\x98\x5b\x5d\x6a\x7b\x3d\xa6\x48\xb3\xd9\x9a\xe1\x88\x64\x74\x83\xad\xfe\xb3\xe5\x84\xe7\xed\x12\xf1\x5a\xe7\xc6\xbc\x4f\xe7\x75\xee\x27\x14\x1e\x47\xe6\xd0\xd6\xc9\x74\x5e\xd0\xa0\x64\xde\xc2\x97\x68\xd0\x0a\x5e\x7c\xc9\xbc\xea\x56\x60\x72\x49\x24\x18\xea\x0a\x14\xe2\x82\x35\x24\xf3\x81\xbd\xc4\x1a\x24\x52\x0c\x2c\x5c\xd2\xc2\x7c\xf2\x0d\x2d\xcd\xdd\x75\x09\xf2\xa3\x5d\xea\x52\x2b\xfa\x09\x25\xee\xf2\x2b\x72\x42\x12\xe5\x3c\xd1\xa2\x09\x2e\x7a\x59\xe2\x4e\xbc\xd4\xcb\x24\x4a\xf4\x91\xb7\x8c\x19\xbe\xcc\xaf\xdd\xa9\x78\xbc\x96\xdd\x4d\x50\xc3\x7c\x05\xba\x81\x64\x8b\x2f\xaa\x71\x2d\x9a\x4d\xaa\xa9\x02\x2d\x41\x8b\xa7\x02\x03\xda\x40\x7e\xaf\x4c\xd5\xf3\x6b\xa5\xae\x85\xcf\x81\x9d\x80\xa2\xa0\x8a\x16\xe6\x69\x36\x12\x66\x5e\x1d\x2b\xf5\x5b\xd0\x8d\x56\x03\xea\x82\x68\x49\x97\x20\xa2\x9a\x7c\x86\xa7\xea\x33\x69\x25\x66\xb8\x84\x59\xc4\x09\x0a\x79\xa5\x81\xf7\x1c\x5a\x1a\xf2\x9e\x51\x6c\x11\xbf\x86\xbc\x1f\xbc\x7d\x38\x17\x5b\x09\x02\x2d\x61\x5c\x9d\x56\x9a\xda\x90\x8b\x54\x1b\xb6\xe6\x25\x88\x3d\x46\x41\xda\x23\xc5\xc7\xa3\xc5\x4a\x14\x9f\x84\x59\xc4\x7b\xae\x4e\x8b\x17\xa3\xd4\x48\xb9\xb4\xb5\x6d\x46\x8b\x39\x47\x5c\xbc\x24\x3d\x85\x08\xce\x4a\x5b\xdb\xa6\xd2\x9a\xfc\xda\xda\x90\x48\x9c\xdf\x9d\x97\x1a\xbd\x84\x99\x37\xbe\x95\x95\x00\xd9\x49\x5c\x6a\x51\x90\x09\x22\x5e\xce\x11\x57\xa6\xc1\xac\xec\x4d\x25\xb5\x28\xa8\x08\x62\x68\x38\x1f\x58\x99\xc7\x9b\x95\x29\x85\xe6\x4d\x74\x65\x95\x42\x16\x89\xf3\xee\xbb\xb2\xd2\x04\x91\xb8\xa9\xac\xac\x34\xc9\xf0\x3a\xf3\xf1\xb9\x72\x97\x5f\x34\x85\x26\x57\x95\x26\x08\x33\x52\x2e\x77\xb9\xda\xf1\xcb\x04\xc9\x2f\x26\x97\x11\x1c\x4d\xae\x95\x3d\x5b\x52\x4b\xf8\xd5\x87\x20\x32\x27\xe3\x97\x32\x27\x93\x39\x2d\x11\x2f\x65\x0e\xc2\x02\x85\x9c\x95\x39\x88\xd4\x32\xb6\x18\x01\x2b\x0f\x8d\x4f\xbc\x1f\x8a\xc4\xe0\x1c\x29\xe4\x3c\x6e\x41\xdc\x67\x9e\x0b\x49\xdf\x4c\xe6\xb4\xcc\x17\x95\x39\x59\x99\x93\xd9\x90\x32\x27\x93\x39\x4c\x98\x95\x95\x39\x59\x99\x93\xd9\xa3\x32\x27\x3b\x21\x4c\xad\xc8\x96\xb6\x3d\xa9\x21\xca\x3d\x4f\x39\x31\x89\x44\xc9\xbf\x39\x8a\x57\x9e\x0a\x14\xd7\xc3\xa0\x9d\x4c\x05\x6a\x72\x80\x45\x3e\xea\x00\x61\x95\x26\x1f\x61\x95\x12\xa9\x51\x88\x79\x29\xfd\x60\x95\x46\xdb\xcd\x4b\xfb\x5d\x04\xbd\x6a\xa1\x82\xce\xf8\x54\x8f\xd5\xeb\xa5\x84\x19\x0d\x22\x2f\x85\x00\x12\xc6\x63\xf0\xca\x4b\x21\xa0\xf7\xb7\x2a\x2d\x9d\x03\xdc\xd3\x0a\xb9\xb6\x14\x95\xc5\xd1\x54\x99\x57\x54\xe0\x9e\xa6\x0d\x2d\x6d\xdb\x45\x7e\x56\x8a\xfa\x75\x5e\x6c\xbb\xea\x8b\xda\x36\x0c\xd5\xe4\xfd\xd6\xb6\xb7\xb6\xcd\x42\xcd\x11\x84\x59\x65\xdb\x9a\x23\x88\xe7\x84\xc8\x5b\xc7\x4c\x57\x6f\x15\x27\xd4\xd5\x11\x66\xda\x90\xba\x7a\x16\xb5\x55\xde\x6e\x6d\x7b\x73\x6d\xa5\x85\xe7\xad\x6d\x6f\x92\xa1\xc9\xbc\xb6\xcd\xf5\xd0\xe4\xbd\x3a\x0b\x54\x2d\x35\xbf\xb6\x2e\x51\x35\x09\xd3\x30\x2b\x6a\x10\x05\x6e\xd1\x68\x82\x05\x6e\x21\x61\x86\xab\x45\xdd\xa0\x78\x07\xc8\xa7\x93\xd6\x55\x34\x47\x10\x66\x4e\x34\x57\xd1\x1c\x29\xba\x0b\x3e\xbf\xd8\x05\x75\x16\x5e\x40\x43\xd0\xf8\x99\x7b\xae\xa2\x36\x52\xd4\x46\x5a\x04\x5a\x82\x36\x0b\x81\x78\xb1\x97\x30\x63\x86\x17\x4d\x9b\xe2\x17\xbf\x7c\x9e\x09\x68\x0b\xe2\xd0\x1a\xd0\xd0\x42\x17\xf9\x0c\xb8\x3a\xb4\xd0\x45\x29\xc4\xbe\x0c\x45\xc2\x4b\x3f\xf3\x06\xbb\x8a\x4a\x1f\x61\x46\xef\x2f\x43\x91\x50\x37\x68\xb2\x55\x05\xdd\x2c\xc4\x2f\x95\x7e\xd1\xf5\x90\x46\x2f\x86\x2b\x91\x21\x84\xab\x0c\x6d\x1b\x7e\x9d\x14\x1c\x8d\x29\x44\x3e\x2f\x62\xaf\x31\x55\x98\x49\x49\x91\xd0\x4c\x2a\xde\x46\xf2\xc9\x60\x2c\x6a\x23\x08\xe3\x67\x90\x55\x78\xae\x59\x65\x62\x8b\xc1\x58\xe6\xd3\x16\xd7\xc3\x13\xf3\x2a\x64\x98\x77\xe6\x45\x7c\x89\x79\x4b\x58\x82\x6e\x88\x79\x4b\xe4\x93\xae\x5e\x54\xa2\x08\x4b\x81\x78\xa9\x44\x8b\xa7\x6f\x3e\x29\xab\xb2\x9f\x90\x57\x6d\x51\x08\x95\xbe\xb0\xf8\x7c\x92\xe4\x62\xf1\xab\x2e\x16\xd2\xcb\xaa\x6c\x55\xdd\x2b\xe9\xea\x55\xb5\x5d\xbd\x1e\x33\x6f\x33\xab\xaa\x1e\x11\x96\x18\x40\x55\xf5\x58\xf5\xea\x52\xa5\x75\x09\xca\x2c\x2c\x40\x32\x4f\x59\x25\x66\x52\x95\x5f\x88\x1c\xfc\x5a\xb2\xaa\xca\x0a\xa1\xcb\xda\xaa\x2a\x2b\x44\x0e\xcf\x2f\x76\x41\x9c\x76\xca\x40\x43\xd0\x44\xcb\x80\x96\x20\xae\x4e\x30\x36\xdd\x54\x56\xe3\x07\x12\x5e\xcf\x56\x53\xa5\x21\x2c\xd1\x3a\x9a\xe6\x6e\xa3\x86\xd4\xa3\x9b\x6a\x08\xc1\x9d\xcb\xff\x9f\x64\x6a\x43\x5a\xd8\x52\xca\x21\x2c\x11\xe8\xa6\x94\x6b\x8a\x04\xc7\xd1\x14\x09\x44\x51\x67\x6a\x8a\x04\x37\xa8\x7c\xc1\x07\x74\x83\x5a\x37\x35\x74\x91\x00\xf7\x78\x42\x4e\xa0\xc3\x15\x81\x08\xf4\xcd\x9d\x8d\x1f\x24\xd7\xad\xcc\x41\x18\x8f\xca\xeb\x56\xe6\xf0\xb3\x4c\x8e\x81\x85\x5c\x4b\x24\x2c\x54\x41\x5a\x88\xab\x91\x82\xb9\xe5\xea\xad\x43\x83\x23\xde\x72\xf5\xf6\xd8\xe7\x78\x09\x1a\x82\xd8\x36\x6d\xfb\x16\x7f\x42\xe4\x18\x65\x7e\x09\xe2\x38\x68\xdb\xba\x12\xae\x7e\xe3\x57\x34\x20\x13\x44\x29\x54\x41\x49\x10\x7e\x41\xa9\xba\x0e\xad\xeb\xd0\x6a\x06\xaa\x82\x2a\x5a\xed\xb7\x47\x71\x57\x43\x45\x58\xe2\x1c\xba\x1a\x2a\xc2\xc2\xf3\xeb\xe4\x5a\x77\xce\x93\x23\x35\xd0\xc5\x9c\x7b\x27\xfd\x9a\xa0\x21\xc8\x9b\x0d\x0f\x16\xab\x8b\xff\x20\x2c\x35\xf6\xcb\xb3\xd9\xea\x9c\x69\x24\xfd\xba\xce\x14\x61\x89\x4e\xdc\x75\xa6\x08\x4b\x34\xd4\x3e\xa2\xa0\xc4\xc2\x06\x94\x05\x11\x82\x26\x5b\x0a\x01\x19\xc9\xfd\x6d\x75\x65\x64\x57\x46\x36\x2d\x94\x5f\x74\x3c\xae\x74\xab\xab\xe3\xf1\x73\x84\x65\xaa\xae\x8b\x38\x21\xf4\x64\xb0\xba\x3a\x1e\x3f\x47\x64\x7e\x88\x5a\x7d\xea\x8b\x3c\x9b\xf1\x8a\xb0\xba\x58\x12\x57\xf3\x1c\xe1\x16\xba\x9a\x2f\xee\xe1\xd9\xfc\x72\xbb\x74\x0f\x97\xb0\x1c\x0c\xa8\x08\x2a\x40\x19\xa8\x0a\x6a\x2c\x14\x74\x0b\xba\xd1\xaa\x40\x5d\xd0\x42\x4b\xd0\x16\xb4\xe1\x9e\xbe\xa1\xa1\x61\x36\xe0\xc4\xf9\x12\x74\x09\xba\x38\xed\x02\x14\x05\xe9\x0d\xe4\x02\x4a\x82\x78\x10\xe3\x82\x35\xba\xbc\x77\x6a\xac\x97\x92\x35\xba\x5c\x85\x26\xf3\x52\xb2\x86\x68\x32\x22\xdb\x85\xf7\xca\x1c\x84\x65\x8a\x67\xe8\xce\x35\x7c\x7c\x66\xdd\xcc\x86\xc6\x27\x3f\x4e\x5a\x8e\x38\xa1\x9c\x18\x03\xbf\x9e\x90\xfc\xe2\xdd\x34\x53\x3c\x43\x39\x81\xb0\xcc\xad\x65\x68\x7c\x0e\x4f\x8d\xac\x6b\xd8\x18\xf2\x4b\xcc\x99\xbc\x1f\x1a\x9f\x63\xca\x3c\x4e\x4c\x99\x9f\x32\x8f\x96\x68\xf2\x98\xbf\x92\xb8\x21\xee\x3a\x26\xaf\x41\x54\xc7\xd0\xc8\x1b\x3e\xe6\xb2\xd1\x89\x87\x88\x2a\xc2\x32\x23\x6f\x88\xa8\x0e\xa6\xa0\x51\x0a\x43\x53\x10\x61\xd9\xb4\x50\x4e\x30\xa6\x74\x45\x19\x1a\x53\x83\x31\x95\x8d\x0d\x69\x4c\xf1\x9b\x6c\x16\xfb\x1b\x6a\x5c\x43\xef\x93\x72\x75\x3f\xb5\x38\x0e\x78\xf0\xd0\x68\x41\x58\x56\x9a\x68\xb4\xf0\x40\x94\xc5\x83\xf5\x40\xb4\x26\xef\xf2\xbc\x78\xad\xa9\x2e\x35\x9d\xc2\x66\xa3\x2f\x4e\xbd\x35\x20\x52\x64\x7c\x4e\xd1\x59\xde\x79\xb2\x66\xa5\xde\x79\xd6\xf2\x7b\x43\x4e\xdc\x34\x16\x8f\xca\x12\x59\x2c\x6b\xe9\x92\xc0\xa3\x4e\x56\x32\xe9\x51\x67\x6d\x41\x5e\xdb\x5b\x4f\x2c\xfb\xd4\x2f\xf9\x1e\xc2\xad\xc7\x93\xcd\x83\x47\xae\xbe\xa1\xad\x07\x8f\x7d\xd1\x99\x9a\x47\x75\xf3\x92\xff\x14\xa9\x38\x4f\xd9\x7a\xd0\xdf\xbc\xe1\xe6\xe6\x57\x89\x7d\x11\x1c\x89\x54\x0a\x5a\x04\x67\xf3\x78\x52\x4e\xcf\xc2\xad\xc7\x93\x1d\xbd\xba\xca\xe9\x29\xb7\x63\x7f\x42\xf0\x01\x67\xa5\x3b\x52\x69\x3b\x6a\xa1\x77\x93\xad\xc7\x93\x6d\xde\x01\x4a\xf0\x52\xd8\x46\x07\x90\xc8\xe6\xdd\x77\xf3\x90\xf2\xba\xcd\x03\x5d\x82\xa7\xef\x36\x02\x2d\x91\xb3\xb4\x08\xf4\xe6\x3d\xa5\x5c\xce\x4a\xb7\xde\x53\x76\x12\x74\xb9\x13\xba\xad\x6f\x2e\x06\x25\x06\xd7\xe2\x76\xf0\x14\x76\xf9\x39\x6e\x5d\x12\x24\x4a\x6c\x15\x28\x0b\xc2\xd5\x28\xad\x22\x68\xa1\xe5\x90\xb8\xfe\x2e\xde\x14\x8a\x9d\xc5\x21\x9a\x82\x84\x5d\x26\xa8\x01\x0d\xb4\xa2\x9f\x90\xe8\xac\x84\x5d\xde\x90\x77\x19\xd2\xf2\xee\x5b\xcc\x93\x7c\x8b\x6f\x4a\x18\x73\x68\x8b\x6f\x6e\x78\x5d\xe1\x9a\xbf\xc5\xeb\x76\xf5\xfc\x2a\x86\xf7\x95\xfc\x92\x28\x89\xa3\xad\xe4\xd7\x86\xd7\x15\xf8\xd3\x16\xaf\x93\x48\x67\x65\xe1\x96\xad\xe7\x3f\x02\x71\x2d\xf1\xa7\xfd\xfc\x77\x21\x3e\xf9\xb6\x78\x8a\x44\x29\xce\x5d\xf7\xcd\x15\x47\x22\xa6\x54\xff\x76\x14\xb7\xbf\x1f\xc4\xfb\xe6\xe7\xd7\x0d\x63\x29\x3a\x51\x31\x16\x89\x48\x2f\xd8\x37\x85\xbf\xe1\x0f\xa5\x78\x81\x6d\xf1\x87\xdd\x05\x79\xb1\x6e\xcd\x9a\xcd\xe4\x28\xd5\x0b\x6c\x33\x3e\x9e\x22\xd6\x20\x2d\x72\x9b\x2a\x2f\xd5\x39\xd2\x56\x95\x6f\x8a\xb5\xf0\xc4\x00\x5f\xd9\xfb\x71\xb4\xbf\x25\x13\xfe\xff\x3f\xdc\x1f\x5f\x7e\xf9\xc7\x75\xe3\xc7\x4f\x9f\xd6\xdb\x17\xfe\x29\x1f\xff\x80\xee\x98\x6b\xbf\x7f\x5b\xbf\xfc\xb3\xc0\x8f\x1f\x3e\xfa\x2a\xfe\xfb\xdf\x00\x00\x00\xff\xff\x07\xd3\x93\xda\x42\x28\x00\x00"); +var _baeg =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x44\xd2\xc1\x8a\xdb\x30\x10\x06\xe0\xbb\x9f\x62\x8e\xdb\xc3\xd6\x92\x5d\x3b\x32\x2c\x81\xe2\x14\x6a\x96\xed\x96\xa6\xd9\x16\x4a\x0f\xb2\x35\x0a\x82\x46\x16\xb2\x7c\xc8\xdb\x17\xcd\xb8\xee\x21\x4c\xfc\x49\xff\x58\x96\x54\xf6\xc3\x69\xf0\x2e\x41\xf9\x35\xce\xd3\x19\x13\x58\xe7\x4d\xc4\x65\x5e\xe3\x84\x30\xe2\xd5\xf9\xa2\x90\x15\x18\x37\xa5\x7f\x8f\x54\xa6\x9b\x0e\x45\x51\x3e\x9f\xfb\xc7\x4f\x97\xfe\xf1\x33\xac\x0b\x6e\xd6\x0f\xa7\xf3\x7d\x49\x78\x1b\xbc\x9d\xa1\xe6\xac\x59\xc3\x96\x07\x28\xbf\xe1\xd5\x2d\x29\xde\xe1\xe1\xa3\x99\x47\x7c\x07\x06\x6d\xf6\xd7\x68\x30\x3a\x7f\x85\x87\xe7\x39\xa2\x96\xfb\xc0\x79\x0d\xe1\x0f\xde\xd0\x27\x10\x64\xe8\x0d\xd5\xa2\xec\x5f\x74\xf8\xa2\x6f\x08\xfb\x5a\xde\x68\x84\x06\xde\x30\x2e\x6e\xf6\xd0\xbd\x17\xa2\xfd\xcf\xdf\xef\x01\x41\x6e\x0d\x2e\xc3\xe9\xd5\xda\x05\x13\xd4\x92\x9b\x97\x3f\x2f\xc3\x09\x7e\x49\x90\x02\xaa\xe6\x83\x90\xbf\xb7\xa9\x3f\x5e\x66\xb3\x07\x65\xcb\x1f\x34\x39\x13\xb5\xbf\x62\xf1\xa4\xa5\xae\x8e\x90\x4b\x7d\x04\x25\x9a\x96\xa8\x61\x6a\x88\x14\x51\xcb\xd4\x1e\x41\xd5\x95\x20\xea\x98\x46\x9a\xd5\x11\x19\x26\x93\xa9\xad\x32\x8d\xdc\x7e\x64\xaa\x33\xe1\x48\x84\x14\x3c\x34\xc5\x93\xae\xb5\xcc\x44\x45\x89\x43\x4b\xa4\x98\x3a\xa2\x03\xd1\xc4\x34\x11\x75\x44\xc8\x84\x99\x54\x5e\x57\x3d\x6a\xa2\xd1\x12\xc9\x4c\x86\xde\x48\x45\x09\x45\xbd\x8c\x61\xa2\x75\x29\x45\x64\x99\x38\x48\xed\x2d\x07\x2d\xb5\xef\x44\x3e\xc3\x7d\xef\xf2\xff\x7c\x7b\xf6\xd3\x9c\xd6\x18\xd1\x27\xba\x3b\x74\x66\x79\xd3\x9d\xc7\xfd\x6e\x86\x39\xe4\x14\xfd\xfe\x06\x00\x00\xff\xff\xb3\x7c\xc9\x5d\xc7\x02\x00\x00"); +func _fgbd ()([]byte ,error ){return _c (_ffe ,"CNS2-V")};func _ccb ()([]byte ,error ){return _c (_feca ,"GBTpc-EUC-H")};func _dgca ()([]byte ,error ){return _c (_fedee ,"KSC-EUC-H")};func _adfc ()(*asset ,error ){_bccfb ,_ddfe :=_ebadg ();if _ddfe !=nil {return nil ,_ddfe ; +};_ecec :=bindataFileInfo {_dae :"UniJISPro-UCS2-V",_fb :4271,_ae :_be .FileMode (436),_g :_a .Unix (1580492866,0)};_acgc :=&asset {_dd :_bccfb ,_ef :_ecec };return _acgc ,nil ;};func _cbc ()([]byte ,error ){return _c (_bccd ,"90pv-RKSJ-H")};var _gddc =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x44\xd4\xcf\x6a\xdb\x4c\x14\x05\xf0\xbd\x9f\x62\x96\xf9\x16\x5f\x2d\xcd\x7f\x41\x08\x94\x64\x51\x17\x92\x86\xa6\x4d\x0a\xa5\x0b\x59\x73\xc7\x08\x6a\x49\xc8\xf2\x22\x6f\x5f\xe6\x1c\x55\x5d\x84\x1b\xfd\xac\x7b\x39\x23\x69\x66\x7f\x7f\x78\x38\x0c\xfd\xa2\xf6\xcf\xf3\xd8\xbd\xc8\xa2\x72\x3f\xa4\x59\x2e\xe3\x75\xee\x44\x1d\xe5\xd4\x0f\xbb\x5d\xad\x55\xea\xbb\xe5\xef\x25\x4a\x77\x6e\xa7\xdd\x6e\xff\xf4\xf6\xfc\xff\x27\x75\xbd\xc8\x7a\x7d\x7f\x78\x78\x79\xbf\x2c\x72\x3e\x0c\x79\x54\x86\x7d\xe9\x3a\xad\xbd\x4a\xed\xbf\xca\xa9\xbf\x2c\xf3\xbb\xba\xf9\x98\xc6\xa3\xfc\xa7\x92\xe4\xe2\x5f\xe6\x24\x73\x3f\x9c\xd4\xcd\xe7\x76\x6a\x87\x7a\xfb\xe1\xe5\x3a\x4d\xbf\xe5\x2c\xc3\xa2\x2a\x98\x0c\x09\x75\xb7\xbf\x7f\x6c\xa7\xa7\xf6\x2c\x0a\x39\x5e\xa1\xc0\x57\x99\x2f\xfd\x38\xa8\xba\xfa\x50\x55\xfe\x9f\x7f\x7b\x9f\x44\xd5\x6b\xf7\x8f\xef\x87\x07\xf5\xb3\x56\x75\xa5\xb4\x33\x26\xfc\x5a\xfd\xed\x71\x4c\xdb\x5d\x36\x32\x7a\xd7\xa7\xb9\x1d\x4e\xb2\xbb\xd5\xb5\xd6\x77\xaa\x14\x73\xa7\x42\x8c\x01\x64\x49\xf6\x4e\x45\xed\x23\xc8\x91\x5c\xa1\x60\x41\x47\xd2\x11\xa4\x41\x1d\xa9\x03\xd5\x85\x0c\xc9\x48\x19\xdf\x80\x6c\x0d\xb2\x0e\x84\x59\xd6\x93\x7c\x69\x8c\xbc\x2b\x90\x02\x66\x79\x50\x24\x45\x50\x03\x6a\x48\x0d\x08\x51\x6d\x0b\x72\x47\x8c\xc7\x5d\x9e\x51\x3d\xa2\x7a\x12\x73\x79\x46\x35\xa0\x44\x4a\x08\x51\x48\x6b\x29\x84\x12\x75\xa8\x76\xb7\xda\x6a\xa4\x47\x09\x4d\x1d\x41\x86\x64\x40\x0d\xc8\x91\xca\x1a\x1b\xcd\xc6\x40\x0a\xa0\x1a\xd4\x90\x1a\x50\x79\x84\xd6\x72\x96\xc5\x2c\x5d\x42\x58\x4f\xf2\x24\x0b\xe2\x78\xcf\xf1\x0e\xc4\xf1\x9e\xe3\x3d\x48\x48\x02\x2a\xaf\xd6\x31\xbd\x63\x7a\x1d\x41\x86\xc4\xf1\x0d\xc8\x91\x30\xde\x54\xa0\x40\xc2\x78\x53\x83\x1a\x12\xd2\x9b\x92\xde\x31\xbd\x63\x7a\x53\xd2\x3b\xa6\x77\x4c\x6f\x2c\x88\xe3\x99\xde\x38\x10\xc7\x33\xbd\xf1\x20\x21\x21\xbd\x41\xfa\xc0\xc6\xe0\x41\x25\x7d\xb2\x55\xa1\x64\x73\x21\x5b\xa2\x26\x4f\xf2\x58\xa3\x2b\xb3\x32\x97\x8d\x12\x62\x8c\x20\x4d\xe2\x4b\xab\x41\x96\x64\xb7\xad\x90\xb9\xec\x5c\x3e\xf2\xf5\x79\x65\x7e\xe4\x59\xcb\xb6\xa0\xac\x33\x29\x6f\xcb\xce\x06\x21\x50\xd6\xef\x3e\x3b\x2c\x08\x65\xdd\x30\xd9\xb1\xb1\x14\x6c\x18\x19\xd2\xb6\x37\xcb\xff\xe5\x1c\xda\xce\x85\xee\x3a\xcf\x32\x2c\x38\x85\x70\x00\x94\x4d\xdd\x0f\xb2\x9d\x70\xd3\x38\x95\x2e\xfc\xfd\x09\x00\x00\xff\xff\x92\x05\x36\x37\x0d\x05\x00\x00"); +var _bdeg =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\x9b\x4b\xab\x65\xc9\x71\xfd\xe7\xf7\x53\x9c\xa1\xfe\x03\xfd\x7b\xef\xcc\xc8\x17\x5c\x2e\x98\x96\x84\x1a\x21\xcb\xb8\x2d\xdb\x60\x3c\xc8\x67\x53\xe0\xbe\x55\x54\x55\x0f\xf4\xed\x4d\xac\xdf\x51\xcb\xb2\x0d\xf2\x40\x84\x7a\x55\x46\x66\xe4\x63\xad\x88\xcc\x7d\xee\x37\xdf\x7e\xf7\xab\xef\xde\x3f\x7c\x7d\x7c\xf3\x0f\x9f\x3f\xce\xef\xf7\xd7\xc7\xf9\xf0\xbe\x3e\xef\x2f\x1f\x7f\xfa\x3c\xf7\x63\xec\x1f\x3e\xbc\xbf\xbc\xdc\xe1\xb1\x3e\xcc\xaf\x7f\xfe\x4f\x99\xf9\x63\xff\xf4\xf2\xe2\xfe\xdf\xff\xe9\xcb\xd7\xfd\xe3\x77\xef\xe7\xe3\x23\xd2\x6e\xfd\xf4\xe9\xd9\xf6\xf1\xf8\xe6\x1f\xf7\x0f\x1f\xbe\x7c\xfd\xfc\xa7\xc7\x2f\xfe\x6e\x7d\x1c\xfb\xff\x3d\xd6\x3e\x8e\xff\xe1\xf3\xda\x9f\x3f\xbc\xff\xf0\xf8\xc5\xef\x3e\x7e\xde\xfd\xfe\xf9\x1f\xbe\xff\xe9\xd3\xa7\xff\xd8\x3f\xee\xf7\xaf\x8f\x5b\xd8\x7e\x5f\xb2\x2f\xdf\x7c\xfb\xfb\xfe\xe9\xef\xfb\x8f\xfb\xf1\xcd\xef\xbe\xff\xf6\xc7\x2f\xbf\xfc\xe3\x6f\xbf\xfd\xe5\x6f\xf5\x6f\xfa\xa7\x7f\xde\x9f\xbf\x7c\xf8\xf8\xfe\xb8\xaf\xff\x7f\x5d\xf9\x2f\xf8\x3f\xfd\xe9\xd3\x7e\xf6\xf5\xf2\xcd\x1f\xbf\xfb\xd5\x1f\xce\xf9\xb2\xbf\x3e\x2c\x5e\xb4\xf9\xd7\x3f\x7e\xf7\xab\xc7\xbf\xdd\x8f\xfb\x7a\x84\x64\x57\xfb\xf7\x67\xd3\x7f\xf9\xfd\xc7\xb5\x1f\x34\x7a\x09\x4c\x69\x7e\x5c\xfb\xcb\xa7\x3e\xf7\xe7\xfe\xfe\xc3\x7e\x79\x3c\x5e\xaf\xeb\xed\xf1\x78\xbc\xd6\xeb\xcd\xff\xab\xde\x76\xbf\x3d\x5e\x7f\xf3\xeb\xdf\xfc\xfa\xcd\x23\xff\x6f\xed\x5f\x6e\xba\x79\xff\xf8\x75\xed\x03\xa6\x1e\x5e\xef\xf3\xf6\xb8\xdd\xe3\xbf\xfe\xd3\xcb\x7d\x5d\xcf\x71\x3f\xac\x67\xeb\xe0\xad\xcb\xf6\xd6\x7f\x1e\xad\xde\xa9\xbf\x3d\x5a\x8c\xd1\xa1\x0c\x54\x04\xa5\xe6\x50\x05\x3a\xdb\xa1\x9a\x5e\x5e\x6b\xc0\x31\xc8\x31\xdd\xde\x57\xc0\x31\xc8\x31\xc5\xe2\x10\x8e\x41\x8e\x29\x7b\xf7\x11\xc7\x28\xc7\x5c\xbd\xfb\x88\x63\x94\x63\xb9\xbd\xfb\x88\x63\x94\x63\x31\xef\xde\x70\x34\x39\xd6\xec\xdd\x1b\x8e\x26\xc7\xda\xbc\x7b\xc3\xd1\xe4\xd8\x6e\xef\x3e\xe1\x98\xdc\xf1\xbe\x2e\xf3\xfe\x13\x9e\xa9\x80\x15\x1f\x20\xe1\x9a\xdc\xf5\xbe\xae\xe6\x23\x64\x7c\x33\xbe\x21\xf8\x10\x19\xdf\x8c\x6f\x30\x1f\x23\xe3\x9b\xf1\x0d\xc5\xc7\x28\xf8\x16\x7c\xed\xf2\x31\x0a\xbe\x05\x5f\x0b\x3e\x46\xc1\xb7\xe0\x6b\xc9\xc7\xa8\xf8\x56\x7c\x53\xf1\x31\x2a\xbe\x15\xdf\x7c\xf9\x18\x15\xdf\x8a\x6f\x8e\x3e\x46\xc3\xb7\xe1\x5b\x92\x8f\xd1\xf0\x6d\xf8\x96\xea\x63\x34\x7c\x1b\xbe\xf5\xf2\x31\x3a\xbe\x1d\xdf\x16\x7d\x8c\x8e\x6f\xc7\xb7\x65\x1f\xa3\xe3\xdb\xf1\x6d\xd5\xc7\x18\xf8\x0e\xf9\xde\xf7\xed\x63\x0c\x7c\x47\x01\x8b\x3e\xc6\xc0\x77\xc8\xf7\xbe\xb3\x8f\x31\xf1\x9d\xf8\x86\xe6\x63\x4c\x7c\x27\xbe\xf1\xf6\x31\x26\xbe\x13\xdf\x68\x3e\xc6\xc2\x77\xe1\x6b\xd9\xc7\x58\xf8\x2e\x7c\xad\xf9\x18\x0b\xdf\x85\x6f\x0a\x3e\xc6\xc6\x77\xe3\x9b\xcd\xc7\xd8\xf8\x6e\x7c\x73\xf1\x31\x36\xbe\x1b\xdf\xdc\x7c\x8c\x83\xef\xc1\xb7\x06\x1f\xe3\xe0\x7b\xf0\xad\xc9\xc7\x38\xf8\x1e\x7c\x6b\x29\x2f\xaf\xed\x92\x6f\xbb\xe4\x1b\xae\x2b\x3a\x96\xc1\x0a\x58\x68\x8e\x55\x30\xf9\x86\x2b\xa5\x97\xd7\x06\x67\xdb\x8d\xef\x5d\x6f\xc7\xf0\xbd\xf1\x0d\x97\x8f\x01\x6b\xdb\x8d\x6f\x70\x72\x37\x68\xdb\x02\xbe\x62\x77\x83\xb7\x2d\xe0\x2b\x7a\x37\x88\xdb\x02\xbe\xe6\xfc\x6e\x30\xb7\x45\x7c\x45\xf0\x06\x75\x5b\xc4\x57\x0c\x6f\x70\xb7\x45\x7c\x93\x53\xbc\x41\xde\x66\xf8\x8a\xe3\x0d\xf6\x36\xc3\x57\x24\x6f\xd0\xb7\x19\xbe\xc5\x59\xde\xe0\x6f\x83\xbf\x41\x34\x6f\xf0\xb7\xc1\xdf\x20\x9e\x37\xf8\xdb\xe0\x6f\x68\xce\xf3\x06\x7f\x1b\xfc\x8d\xe2\x79\x83\xbf\x0d\xfe\x46\xf1\xbc\xc1\xdf\x06\x7f\xe3\xed\x3c\x6f\xf0\xb7\xc1\xdf\x28\x9e\x37\xf8\xdb\xe0\x6f\x14\xcf\x1b\xfc\x6d\xf0\x37\x46\xe7\x79\x83\xbf\x0d\xfe\x46\xf1\xbc\xc1\xdf\x06\x7f\xa3\x78\xde\xe0\x6f\x83\xbf\xd1\x9c\xe7\x0d\xfe\x36\xf8\x1b\xc5\xf3\x06\x7f\x1b\xfc\x8d\xe2\x79\x83\xbf\x0d\xfe\xc6\xec\x3c\x6f\xf0\xb7\xc1\xdf\x28\x9e\x37\xf8\xdb\xe0\x6f\x14\xcf\x1b\xfc\x6d\xf0\x37\x56\xe7\x79\x83\xbf\x0d\xfe\x46\xf1\xbc\xc1\xdf\x06\x7f\xa3\x78\xde\xe0\x6f\x83\xbf\x76\x39\xcf\x1b\xfc\x6d\xf0\xd7\xc4\xf3\x06\x7f\x1b\xfc\x35\xf1\xbc\xc1\xdf\x06\x7f\xed\x76\x9e\x37\xf8\xdb\xe0\xaf\x89\xe7\x0d\xfe\x36\xf8\x6b\xe2\x79\x83\xbf\x0d\xfe\x5a\x74\x9e\x37\xf8\xdb\xe0\xaf\x89\xe7\x0d\xfe\x36\xf8\x6b\xe2\x79\x83\xbf\x0d\xfe\x5a\x72\x9e\x37\xf8\xdb\xe0\xaf\x89\xe7\x0d\xfe\x36\xf8\x6b\xe2\x79\x83\xbf\x0d\xfe\x5a\x71\x9e\x77\xf8\xdb\xe1\xaf\x89\xe7\x1d\xfe\x76\xf8\x6b\xe2\x79\x87\xbf\x1d\xfe\x5a\x73\x9e\x77\xf8\xdb\xe1\x6f\x12\xcf\x3b\xfc\xed\xf0\x37\x89\xe7\x1d\xfe\xf6\xbb\x5f\xc2\xaa\xb2\xfb\xcf\x79\xfc\x7f\x4b\xed\xfd\xee\xb8\x20\xcb\x1e\x14\x84\xef\x10\x3e\x49\x94\x3b\x84\xef\x10\x3e\x69\xb3\x3a\x84\xef\x81\xc1\xb4\x59\x3d\xd0\x5b\xd8\xe9\xed\x71\xfb\xd2\x76\x24\xa0\xc7\x67\x6f\x4e\x9d\x8e\x04\x74\x24\x20\x29\x45\x76\x24\xa0\x47\x7a\x13\x75\x7a\xa4\x37\xc9\x42\xc8\xf6\xf2\xda\x11\x85\x8e\x28\xa4\xe0\x42\xd6\x11\x85\x8e\x28\xa4\xe8\x42\xd6\x11\x85\x6e\xf4\xa6\x2a\xa5\x1b\xbd\xd9\x8a\x6f\x8f\x98\xaa\x23\x2b\x09\xf1\xfe\xcd\x0f\x79\x47\x38\x3a\xc2\x91\xa2\xe6\x84\x70\xf4\xf4\xec\xdf\x0f\x60\x47\x38\x7a\xa2\x7f\xf3\x03\xd8\x53\x7f\x62\xfd\xed\x61\xda\xde\x34\x2e\x21\xa3\xbd\x3d\x2c\x0b\x99\xb4\x59\xf5\xed\x61\x45\xc8\x06\x39\x8e\x68\xc5\x10\xa0\x8e\x00\x25\xd3\x4a\x20\x40\x1d\x01\x4a\x56\xd4\x8e\x18\x32\x31\x24\xed\x5d\x26\x86\xbc\xed\xed\x91\x5c\xe2\x3a\x92\xd4\x91\xa4\x94\xb4\x12\x48\x52\x47\x92\x52\x4a\x6a\x47\x6f\xe5\xd9\x9b\x4b\x7a\x2f\xf4\x56\xf6\x79\x7b\x24\x27\x72\x47\xa4\x3a\x22\x95\xb2\xe6\x8d\x48\x75\x44\x2a\x65\x27\x5e\x47\xa4\x7a\xa5\xb7\xec\xc4\xeb\xb5\x3f\x31\x7b\x7b\xe4\x9c\x85\x64\x90\xfc\xf6\xc8\xe5\x12\x52\x41\x8e\x23\x3e\xa3\x3a\xf0\xf2\x3d\xca\x2e\x76\x1d\xb1\xeb\x88\x5d\x2a\x9a\x37\x62\xd7\x11\xbb\x54\x5c\x3c\x3b\x62\xd7\x1b\x31\x14\x17\xcf\xde\x88\x41\x02\xa8\x32\xa7\x23\x7f\xbd\x3f\x7b\xd3\xbc\x91\xbf\x8e\xfc\xa5\xea\xa9\xac\x23\x7f\xbd\xd3\x5b\x8d\xf2\xa5\xb7\x7e\xe2\xdb\x03\x42\x23\x88\x1d\x41\x4c\x55\xf3\x46\x10\xfb\x78\xf6\xa6\x3d\x46\x10\xfb\xa0\xb7\x16\xe4\x4b\x6f\xe3\x64\x2f\x99\xfd\xb4\x23\x91\x1d\x89\x4c\x4d\x33\x40\x22\x3b\x12\x99\x9a\x56\x04\x89\xec\x53\xbd\xe5\xcb\xe5\xbf\x4f\x7a\x9b\x7e\xe0\xee\x2b\xf8\xe2\xce\x05\x74\x04\xa9\x37\x84\xb4\x23\xa4\xf9\xd2\xac\x10\xd2\x8e\x90\xe6\x2b\xab\x1d\x23\xac\xe7\x08\x9e\xa0\x3b\x42\xda\x11\xd2\x7c\x6b\x0e\x08\x69\x47\x48\xf3\xed\xa2\xd9\x11\xd2\xbe\xf1\xbd\x5d\x34\x3b\x42\xda\x11\xd2\x1c\x14\x31\x42\xda\x11\xd2\x1c\x3c\x61\x75\x84\xb4\x1f\x7c\x83\xef\xd8\x40\x48\xc7\xf5\xf4\xf5\x58\x06\x42\x3a\x10\xd2\x1c\xbd\x58\x18\x08\xe9\xb8\xf0\x8d\x5e\x2c\x8c\xab\x83\x3d\x0b\xd8\xfc\xf2\x3a\xd0\xd6\x81\xb6\xe6\xe8\xe1\x0d\xb4\x75\xdc\xcf\xee\x5c\xd3\x07\xda\x3a\xd0\xd6\x6c\xae\xe9\x03\xf1\x1c\xf7\xb3\x4e\xbb\x5e\x5e\x07\xea\x39\x50\xcf\x6c\x8a\x18\xf5\x1c\xa8\x67\x36\x4f\xb1\x03\xf5\x1c\xa8\x67\x4e\xae\x3e\x03\xf5\x1c\xcf\x12\xaa\xd8\xcb\xeb\x40\x3e\x07\xf2\x99\x93\x26\x81\x7c\x0e\xe4\x33\x27\xaf\x78\x06\xf2\x39\xe2\xb3\x3b\xaf\x78\x06\xf2\x39\xe2\x33\xdb\xd7\x97\xd7\x81\x7e\x0e\xf4\x33\x67\x4d\x02\xfd\x1c\xe8\x67\xce\x7e\x8e\x07\xfa\x39\xd0\xcf\x9c\x3d\x31\x0d\xf4\x73\x50\x68\x59\x0e\x2f\xaf\x03\xb9\x1c\xc8\x65\x2e\x9a\x04\x72\x39\x90\xcb\x5c\xbc\x4e\x18\xc8\xe5\x40\x2e\x73\x71\x29\x1c\xc8\xe5\xa0\xf6\x4a\xc9\xb7\x02\xe5\x1b\xf9\xd9\x9d\x26\x81\xf2\x0d\x94\x2f\x57\xd7\xb4\x81\xf2\x0d\x94\x2f\x57\x2f\xdb\x06\xca\x37\x28\xc7\x72\xf2\xad\x40\xfa\x06\xd2\x97\x95\x5d\x07\xd2\x37\x90\xbe\xac\xec\x3a\x90\xbe\x81\xf4\xe5\xe6\xd9\x75\x20\x7d\x83\x0a\xad\x98\x6f\x05\xda\x37\xd0\xbe\xac\x62\x67\xa0\x7d\xa3\x3e\xbb\x73\x8d\x1c\x68\xdf\x40\xfb\x8a\x8a\x9d\x81\xf6\x0d\x8a\xb6\x1a\x7d\x2b\x90\xb1\x81\x8c\x15\xdd\x31\x07\x32\x36\x90\xb1\xe2\xb5\xe7\xdf\xca\xdf\x03\x95\x1b\xed\x39\x9a\xe7\xd7\x81\xca\x0d\xca\xbc\x16\x7d\xa7\x90\xb9\x81\xcc\x95\x5b\x73\x44\xe6\x06\x32\x57\x6e\xaf\x20\x06\x32\x37\x90\xb9\xa2\x9b\xc2\x40\xe6\x86\x2a\xbf\x70\x05\xdf\x29\x74\x6e\xa0\x73\x25\x68\x8e\xe8\xdc\x40\xe7\x4a\xf0\x1a\x61\xa0\x73\x03\x9d\x2b\xc1\xf3\xe9\x40\xe7\x86\x8a\xc1\x70\xbb\x32\x0d\x84\x6e\xcc\x67\x77\x9a\x04\x42\x37\x10\xba\x12\xbd\x48\x18\x08\xdd\x40\xe8\x4a\xf4\xd4\x38\x10\xba\xa1\xfa\x30\x84\xdb\x77\x0a\x55\x1b\xa8\x5a\x89\x9a\x04\xaa\x36\x50\xb5\x62\x5e\x25\x0c\x54\x6d\xa0\x6a\xc5\x3c\x37\x8e\x45\x77\x2a\x19\x43\xbc\x7c\xa7\x10\xba\x81\xd0\x15\xd3\x24\x10\xba\xb1\x9f\xdd\x79\x51\x30\x10\xba\x81\xd0\x95\xe4\xc9\x71\x6c\xba\x53\x15\x19\xec\xf2\xad\x40\xfb\x06\xda\x57\x92\x26\x81\xf6\x0d\xb4\xaf\x24\xcf\xef\x03\xed\x1b\x68\x5f\xc9\x9e\xe7\xc6\xa1\xbb\x43\x77\x2d\xbf\xbc\x4e\xe4\x70\x22\x87\x25\xfb\x24\x26\x72\x38\x91\xc3\x92\x3d\xc1\x4f\xe4\x70\x5e\xcf\xee\x3c\xd1\x4d\xe4\x70\x4a\x0e\x43\x6a\xd7\xcb\xeb\x44\x0e\x27\x72\x58\x8a\x4f\x62\x22\x87\x13\x39\x2c\xc5\x33\xfc\x44\x0e\x27\x72\x58\x8a\x67\xba\x89\x1c\xce\x9b\x7a\xad\xda\xcb\xeb\x44\x0e\x27\x72\x58\xaa\x4f\x62\x22\x87\x13\x39\x2c\xd5\x93\xf5\x44\x0e\x27\x72\x58\xaa\x27\xa7\x89\x1c\x4e\xc9\x61\x28\xa5\xbe\xbc\x4e\xe4\x70\xc6\x67\x77\x9a\x04\x72\x38\x91\xc3\xd2\x3c\x5b\x4f\xe4\x70\x22\x87\xa5\x79\x5e\x9b\xc8\xe1\xa4\x9a\xac\x25\xbc\xbc\x4e\xe4\x70\x22\x87\xa5\x69\x12\xc8\xe1\xb4\x67\x77\x9e\xae\x27\x72\x38\x91\xc3\x7a\x79\xaa\x9b\xc8\xe1\x94\x1c\x86\xe6\xf5\xcc\x44\x0e\x27\x72\x58\x95\x61\x27\x72\x38\x91\xc3\x7a\x79\xbe\x9e\xc8\xe1\x44\x0e\xeb\xed\xd9\x6f\x22\x87\x53\x72\x18\xaf\xec\x5b\x81\x1c\xce\x9c\x82\x9a\x69\x12\xc8\xdc\x94\xcc\xc5\x3b\xf9\x12\x23\x55\x53\x52\x15\x83\xf9\x32\x21\x37\x53\x72\x13\xa3\xf9\x54\x21\xf1\x14\x89\xa3\x45\x0f\x17\x22\xce\x31\x8f\x17\xc4\xd1\x87\x1c\xeb\x12\xe4\xc6\xee\x5b\xad\x16\xad\xbc\x56\x8e\xc9\x45\x74\x8e\x95\x81\xf2\xdb\x23\x66\x6d\xcc\x58\x45\xd0\xce\x2a\xae\x7d\xc4\xb1\x9f\x50\x79\x7b\x14\x16\x63\xec\x2a\x48\x41\xa4\xe6\x8e\xd0\x77\x8a\xbe\x31\x6b\x65\xa1\xe0\x5c\xd3\x21\x5d\xfc\xe7\xf2\x18\x9f\x26\x9a\x56\x67\x11\xea\xf2\xee\xa3\x52\xca\x5c\x74\x2f\x53\xda\xa5\x56\xbb\x09\x52\xf7\xaa\xee\x26\x94\x9c\xbb\xcf\xb7\x47\xac\x2e\x04\x73\xf7\x05\xb4\x04\x05\x41\x5b\x90\x1c\x95\x76\x26\xe4\x9b\xe7\xf4\xb7\x47\xa4\xfb\x73\x06\xd0\x10\x14\x04\x4d\x20\x77\x6c\xce\xa9\x05\xcd\x30\xb1\x79\x5a\x5b\x57\x0f\x40\xc1\x21\xcb\x82\xa2\xa0\x51\xd4\xca\x1c\x1a\x15\xa8\xfe\xa5\x95\x5f\x26\x5e\xd7\xe5\x2b\x61\x97\x2f\xce\xba\xb4\x12\x98\x58\x5c\xb2\xd6\xb5\x18\x71\x4d\x6f\x15\x81\x16\xd0\xf2\xad\xf5\xea\x6a\x5d\x6b\x0b\xe2\xfe\xe3\x39\x73\x41\xe1\x75\xfb\x25\xc9\x2e\xaf\x54\xd6\xbd\x0c\xc8\xde\x1e\x16\xbd\x2a\x59\xb7\x2e\x4e\x18\xbb\x3d\x77\xaf\x5b\x67\x62\xdd\x7e\x0e\xec\x8e\xb4\xaa\x40\x55\x8e\x49\x50\x03\xea\x6a\x85\xe3\x10\xb4\x2f\xb5\x12\xb4\x09\xc2\x8d\xdd\x8a\xfe\xde\x01\x28\xf8\x55\xe4\x52\xa8\x3b\x02\x79\x10\xd1\x8f\xdc\xba\x37\x41\xb8\xb1\x58\xe9\xab\x00\x11\x57\x13\x44\x5c\x7b\xa8\x55\x11\x34\x81\x7c\xbd\x6e\xa3\xfb\x05\xe4\xeb\xa5\x5b\xdf\xba\xf7\x06\xda\x6a\x05\x74\x04\x1d\x45\xdf\xec\x6f\x26\xec\x75\x1f\x26\x77\x34\x39\x53\xd8\x87\xc9\xb9\xb1\xd8\x14\xf6\x61\x72\x47\x2b\x6c\xda\x87\xc3\xe4\x8e\x26\xd7\x34\x93\xc3\xe4\x4e\x53\x2b\x1c\x3b\x90\xaf\xb0\x5d\x38\xb2\xc2\x6e\xec\x36\x1c\x99\xef\x59\x6a\x85\x23\x93\xd3\x61\xd0\x6d\x78\x21\xc0\x18\xbb\x75\x3e\x02\xe7\x36\xf8\x59\x35\xbb\x81\x0c\x28\xab\xd5\x2d\xa8\x00\x29\x88\x3b\x08\x1a\x40\x43\x10\xdd\x4f\x20\x2d\xba\x6b\xd9\x0a\x22\x22\xc6\x2c\xd0\xbd\xe2\x0a\x83\x20\xfc\x14\x85\x41\x10\x6e\xcc\x82\x1c\x47\x04\xd2\xe9\x4e\xea\x7e\x3c\x1d\xb7\xee\xe3\x8a\x6b\x68\xb7\xc2\x54\x5f\x45\xdd\x4f\xfa\x9a\x51\xad\xa2\x20\x26\xe4\xc6\x94\xc6\x57\x98\x09\x48\xdb\x51\x68\x95\x81\xb8\xee\x57\x41\xcc\xd1\x8d\x25\xe2\x9a\xcc\x71\x6a\x8e\x05\x88\x39\x4e\xc5\x15\x34\xa1\x49\x5c\xa2\x58\x0a\xea\x0b\x8a\x05\xf1\x29\x45\xb5\x82\x4f\x32\x76\x17\xa0\x06\xa4\x20\x74\x22\x03\x7c\x0a\xf0\x5c\x7c\x0a\xf0\x3c\xac\xa3\x56\x72\xdc\xd2\x0c\x19\xbb\x8b\xd6\x0b\xd6\xc9\xf0\xde\xb5\x02\xac\x93\xb1\xc4\x01\x80\x75\x32\xa6\x2b\xcf\x0a\x9b\xf5\xda\x8a\x3e\x6b\x8e\x9b\xe8\x9d\x69\x96\xb2\x82\xd8\x84\xba\x15\x6a\x51\xa8\x9b\x50\x45\xc4\x44\xa8\x10\x31\x38\xad\x4c\xe5\xe7\x0a\x87\x50\x9d\x11\x96\x2f\x75\x7f\x18\x51\xec\xc8\x9c\x55\xd8\x21\x63\x77\xd5\x1c\x61\x47\xd0\xd3\x4a\xe6\x00\x1c\x82\xd0\x21\xbf\x25\x10\x94\x05\x2b\x02\x35\x3f\xab\xa4\xf6\x65\x52\x96\xa0\x56\x86\xb2\x18\xca\xa2\xdd\x36\x94\xc5\x44\xab\xa8\x83\x69\xd0\x4a\xe6\x29\x6f\x76\x16\xd0\xfe\x59\xde\x48\xf5\x2b\x75\x04\xb5\x0a\x4a\x40\xe9\x67\x79\x4b\x7a\x1c\x59\x3c\x27\x21\x6f\x09\x0e\xc9\x3c\xb5\x2c\xc1\xa1\x24\xc2\xa0\x65\x09\xc2\xc8\x3c\x27\x94\xba\xce\x57\x22\x08\xbf\x31\x2f\x0a\x89\x95\x3d\xdb\x98\xbe\x80\xac\x4c\xb6\x91\xb1\xdb\xaf\x95\x2b\x93\x6d\xb2\x8e\xaf\xa9\xaf\xcc\xf1\x95\xb1\xbb\x00\x69\x44\x15\x25\x96\x44\x77\x8a\x92\x55\x60\x87\x67\xe7\x55\x60\x87\x4c\x4a\x49\xad\x60\x47\xd9\x6c\xad\xd3\xaa\x70\x98\x64\x32\xdc\x2e\x1c\x26\x15\x38\x96\xbd\x5c\x5c\x14\x38\xab\x02\x79\x6d\xb1\xb8\xf4\x2c\x5d\x7a\xac\xe8\xf8\x52\xf3\x2c\xd5\x3c\x56\xc5\x0e\x6a\x9e\x35\xc4\x6d\x7d\xac\x5a\x03\x6e\xcb\x24\xf4\x6b\xc0\xed\xa1\xb8\x9a\xce\xea\x20\x2e\x19\x6b\x21\x08\xc2\xd1\xbb\x4f\x97\x97\xb6\x8b\x6a\x66\x4d\xdf\xda\x74\x29\xd4\xc9\xd6\xca\x14\x74\x62\xb2\xb5\x13\x47\xa5\x62\x6a\x9e\xb5\xe4\xa8\x4b\xd1\x5a\x38\xca\x24\x15\x8e\x6b\xe1\xb8\x16\xad\x7c\x71\x16\x3a\x21\x93\x6e\x51\x61\x91\x8a\x97\x13\x26\xdd\x8a\x7e\x41\x18\x99\x92\xbd\xe6\x59\xeb\xe0\xa8\x20\x82\xa2\xa7\x32\x5a\xdb\x4f\x74\x0a\x22\xcc\xe6\x44\xcb\xa4\xe4\x25\xfd\xda\x9c\x68\x99\x14\xbd\xe6\x59\x9b\xdc\x21\x93\xa2\x4e\x0e\xc5\xd2\x3a\xae\xd1\x29\x6a\x6b\x0f\x1a\x2d\x53\xa8\x2d\xce\x50\x5c\xc7\x65\x28\x45\xaf\xfe\xd6\x41\x86\x64\x52\xcc\x41\x50\x00\x2a\x82\xb2\xa0\x0a\x54\xdf\x1e\xc9\x44\xf7\x83\xc0\x1c\x82\x28\xe1\x6f\xa6\xe2\x4d\x5d\xb6\xaf\xa3\xd1\xbd\xe2\xda\xd7\x79\x42\xf7\xdb\x23\x6b\x4f\xf7\xa5\xec\xbc\x55\x25\x25\x73\x09\xdf\x54\x49\xfb\x76\xf2\x25\x73\xd6\xed\x5b\x99\x0b\x93\x54\xa1\xee\x5b\x44\xdc\x2a\x2a\x92\x79\xc2\xde\x14\x15\x98\xa4\xef\x16\x9b\xa2\x62\x2b\xef\xa6\xe4\xf3\xdd\xe4\xdd\x1d\x80\x7c\xe7\x37\x2a\xb5\xa3\x6f\x60\xd2\x87\x87\x1d\xb5\x81\x98\x72\x5d\x6a\x25\x11\xdc\xd2\xb2\xa4\xf7\xcd\x8d\x96\x61\x4a\xf4\x94\xb7\x4d\x39\x7c\x5b\xf7\xb5\x2b\xbe\x9c\xdb\x7a\x03\x6a\xea\xbe\x0a\xea\x82\xe8\x4b\x23\x22\x5c\x5b\x62\x93\x6a\xaa\x82\x36\xd0\xd6\x13\xb1\x09\x3a\x82\xc6\x25\xc8\x97\x30\x0d\x1c\x9f\x09\x3b\x09\x8a\x40\x55\xad\xd4\xbd\xc4\x06\x63\xfa\x00\xb6\xd3\xe8\x40\x5d\xad\x9a\xa0\x01\x24\x49\x0a\x40\x5a\xd5\xe4\x39\x3c\x55\xcf\x49\x3b\x29\x87\x63\xcc\xa2\x82\x10\xcf\x77\x9a\x8a\x5e\x9b\x96\x26\xd1\x2b\x15\x5b\x54\x5c\x93\xe8\xa7\xde\xbc\xbd\x16\xdb\x49\xf5\x35\xc6\x74\x75\xda\x69\x31\x21\x37\xa9\x36\xf5\xb5\x02\x90\xe6\x18\x81\x98\xa3\xb8\x59\x9b\xd6\x4b\xdc\xc4\x98\x45\x45\xaf\xab\xd3\x4e\x9e\x9a\x52\xd3\x91\x4b\x87\x69\x2b\xb5\x98\xd7\x88\x3b\x89\x88\x18\x0a\x9c\x9d\x0e\xd3\x16\x11\x1b\x71\x1d\x26\x44\x11\x67\xbe\x1d\x08\x3d\xc6\xcc\x75\x71\x67\x0e\x40\xf6\x22\x2e\xe9\x72\xbc\xb3\x8a\x38\x8c\xe9\x9b\xc3\xce\xd2\x9f\x9d\x5d\x73\x52\x8b\x40\x05\x48\x49\xc3\xeb\x81\x9d\xf5\x62\xbf\xb3\xa8\xd0\x5c\x63\x77\x86\x0a\x99\x22\xce\xc5\x79\x67\x8e\x89\x4c\xd2\x45\x66\x67\x8e\x49\x56\x5d\x67\x9e\x3e\x77\x1e\xc4\x25\xcd\x68\x84\xca\x31\x91\x31\xd3\x91\xcb\x83\x50\x87\xe2\x32\x20\xe2\x52\xe6\x32\x2d\x0e\x99\x6b\x67\x3f\x2d\xa9\x25\xc5\x35\x26\x90\x4e\x4e\x56\x5c\x9c\x9c\xac\x93\xd3\x92\xd6\x8b\x93\x23\x63\xb7\x88\x9c\x39\x39\x32\x49\x0f\x7f\x3b\x2b\x43\xec\x3c\x49\x9f\x8a\x7e\xb2\x12\x53\xfb\x28\x22\xe7\xd9\x81\x74\xdd\x79\x3a\xea\xf8\x66\x9d\x9c\x96\x35\x22\x27\x27\x73\x72\xb2\x26\xc4\xc9\xc9\x3a\x39\x4a\x40\x3b\x73\x72\x32\x27\x27\x6b\x8e\x9c\x9c\xec\x05\x61\x6a\x85\xbe\x98\xf6\x12\x87\x44\xf7\xbc\x08\x62\x69\x25\x8a\xd6\x7e\xb1\x12\xba\x1e\xde\x84\xba\x58\x89\xa5\x1d\x2a\x04\xc1\x0e\xa9\x6c\x34\x82\x50\xd9\x88\x49\x4d\x4c\xcb\x9b\xf3\xa5\xb2\xd1\x8a\xfa\xda\x4c\x68\x6b\x55\x2b\x8e\xac\xaa\xd2\x27\x22\x9a\x37\xab\xaa\x2a\xcb\xa4\x00\x79\x33\x47\x55\x59\xfa\xca\xb5\xf3\x66\x8e\xd2\xfe\x56\x69\xc5\x42\xab\xb8\x34\x26\xb4\x99\xf6\xd6\xda\x57\xba\x67\xda\x2a\x2e\x8d\x09\x6d\xa6\xed\x26\x3f\xa9\x80\x20\xe7\xad\x69\x57\x46\x64\xda\x2a\x41\x8d\xe8\x0f\xd3\x3e\x4c\x5b\x8e\x24\x0a\x19\xb3\xaa\x69\x93\x28\x64\x9e\x29\x20\x1f\xf6\x51\xb2\xdd\xaa\x82\x40\xb6\x65\xcc\x98\x10\xb2\x9d\xa9\x5d\x39\x98\x87\x69\x1f\x5d\x5b\xa5\xd1\xf9\x30\xed\xa3\xdd\x6e\x74\xcf\xb4\x75\xff\x33\xa2\x47\x3a\x54\x8b\xa5\xe6\xd7\xd6\x4d\x2d\x86\x31\xb2\x55\x41\x01\x8a\x6a\x8b\x26\x95\x2b\xaa\x2d\x30\x66\x0a\xb5\x40\xf7\xe2\x14\xcf\x97\x57\xa5\xbb\x90\x28\x64\xcc\xbc\x92\xdc\x85\x44\x51\xb8\xec\x3d\x47\x1c\x40\x43\x8e\xff\x87\x54\x5c\x54\xc7\x62\xa8\x3d\x77\x41\x46\x0a\x32\xd2\xa2\xa0\x0d\x74\xd4\xaf\x20\x7d\x63\xc5\x98\x29\x87\x17\xb2\x4d\xf1\x8b\x1f\x5f\xc3\x76\xd1\xc5\x0f\xc3\x37\xff\x5d\x26\x8e\x6e\xf2\x75\x6b\x26\x13\x47\x37\x45\xbf\x84\xd8\x65\xb2\x50\x4e\xfd\xac\xcf\x68\xbb\x40\x7d\x19\x33\x69\x7f\x99\x2c\x14\x6a\xd0\xe8\xab\x02\x75\x39\x2a\x2e\xa8\x5f\xb8\x1e\x4a\xe8\x29\x80\x31\x59\xf5\xe2\x2e\x93\x69\xab\xbe\x4e\x5e\x5e\xed\x42\x9a\x92\xc9\x57\xd0\xd6\x90\xa6\x8a\x72\x52\x62\x25\xc8\x49\xc5\x65\x24\xeb\x37\x02\xbb\x20\x23\x32\x96\x2e\x6d\xb3\x5e\x73\x76\x59\xea\x4b\x89\xb1\xac\x67\x5f\xba\x1e\x5e\xea\x1e\x9e\xab\x30\xcf\x97\x12\x10\x85\x39\xc6\xf4\xbd\x6a\x53\x98\x63\xf2\x25\x55\x2f\x30\x58\xc6\xd2\xad\xf5\x82\xc1\xc5\x4f\x77\xbe\xc4\xba\x72\x9e\x90\x93\xba\xb0\x84\x9c\x6e\x15\xf9\x7c\x74\xdc\x14\xf9\xbb\x6e\x39\x4a\xcb\x2a\x7d\x55\xee\x95\x52\xf5\x0a\xf5\xab\xd3\x35\xeb\xe9\x66\x57\xe8\x2a\x63\x49\x09\xa8\x42\xd7\xca\xab\x4b\xa5\x55\x00\xca\x72\x2c\x82\xe8\x5e\xac\x4b\xca\x49\x95\xb8\x64\xf2\xed\xb7\x96\x5d\x61\x9d\x0c\x97\xb5\x5d\x61\x9d\x4c\xbe\x9f\x23\x0e\x20\xed\x76\xca\x82\x26\xd0\x52\x2b\x13\xb4\x81\x74\x75\x52\xc5\xc6\x45\x66\x37\x7d\x15\xd7\xe3\xda\x6e\x10\x51\xc6\x92\x94\xa5\x91\x77\x9b\x28\x86\x84\x37\x38\x24\xc3\x9d\x6b\x37\x38\xd4\x26\xad\xd4\x17\x47\x4e\xc6\xf4\xf3\xab\xdd\x38\x72\x8d\x95\xd0\x76\x34\x56\x42\xa6\x20\x5c\x8d\x95\xd0\x05\x2b\xeb\xf3\xce\xe6\x82\xb5\xbb\x38\x14\x74\x00\xfa\x7c\x42\x5e\x40\xeb\x57\x51\xbb\xc3\xa1\xae\x2b\x5d\x90\x12\x77\x4e\x8e\x8c\xe9\x51\x79\x77\x4e\x8e\x3e\xa6\xe7\x78\xcb\x51\xb7\x16\x8c\xdd\x15\x08\x47\x85\x1a\x45\x98\x4e\xa8\x9d\x4d\x53\x8d\xd8\x09\xb5\xfb\xda\xe7\x18\x80\x26\x90\xa6\x2d\x55\xef\xd4\x4f\x32\x59\xbf\x11\xd9\x9d\xed\xe0\xc6\xa8\x67\xec\xcd\x8d\x71\x8f\xae\xb8\xa2\x09\x32\x20\x51\xa1\x02\x25\x20\xc5\xa5\x92\x6a\xb0\x69\x83\x4d\xab\x59\x50\x05\xaa\x6a\xd5\x04\x35\xa0\xa6\x56\x55\x50\x07\x52\xd5\xf0\xec\x5e\x87\x69\x78\x51\x93\xa3\x0e\xf9\xa0\x34\x1e\x43\xe7\xab\x01\x4d\x20\x57\x13\xbd\x48\xec\x41\x81\x23\x63\xa9\x69\x42\x7a\x17\xdb\x43\x9b\x16\x75\xbe\x06\x9b\x26\x63\xfa\x78\xbc\x07\x9b\x26\x63\x49\x8a\x39\x66\x04\x4a\x72\x54\xf4\x68\xe1\x90\xf0\xa5\x46\x5f\xcc\x51\x47\x4e\xf7\xb7\x3d\x38\x72\x83\x23\xd7\x70\x24\x2e\x49\x9a\xae\x74\x7b\x20\x69\xfa\xde\x60\x59\xb4\x1a\x54\x46\x32\x3c\x19\xec\x81\xa4\xe9\x7b\x43\xd6\x47\xed\x3d\x16\x23\xea\x5d\x4c\xaf\x08\x7b\x50\x06\xe9\x6a\xce\x37\xfd\xcd\xd5\x7c\xeb\x1e\x9e\xf5\xf3\xc4\xcd\x3d\x1c\x63\xf9\x36\x41\x05\xa8\x08\xca\x82\x2a\x50\x93\x23\x50\x07\xea\x6a\x55\x05\x0d\xa0\xad\x56\x40\x07\xe8\xa8\xb8\xf4\x09\x4d\xb2\xd5\x54\xd1\x9b\x03\x50\x00\x0a\xda\xed\x22\x28\x02\xf1\x06\x12\x04\x25\x20\xbd\x78\xe9\x06\x35\x07\xd1\x7b\xed\xcb\x4b\xc9\x9e\x83\x50\x55\x07\xeb\xa5\x64\x4f\xea\x60\x99\x6c\x21\xff\x75\x2a\x2e\xe9\x7f\x64\xe2\xc9\xb9\x92\xb1\x2c\xee\x4c\xae\x5c\xd3\xb3\x67\xe6\x62\x36\xc9\x9e\xfa\x79\x89\xe5\xa8\x10\x39\x31\x73\x2a\xea\x27\x44\xd4\x7a\x36\xcd\xe2\xce\xe4\xc4\xc8\x58\xd6\xa5\x65\x92\x3d\xa7\x1f\x9c\xcc\x2d\x6c\x4e\xa2\xa6\x70\x16\x2b\x26\xd9\x73\x2e\xba\x57\x10\x8b\xee\x17\xdd\xab\x15\x55\xf2\x5c\x7f\x29\xf1\x26\x95\xed\x5c\x7a\x2b\x12\x77\x26\x19\x6f\x7a\x96\xcb\x26\x21\x9e\x94\xb1\x32\x96\x95\xf1\x26\x65\xec\x54\x12\x34\x11\x65\x92\x04\x65\x2c\x1b\x8e\x04\xa1\x2c\xc5\x0d\x65\x92\xa5\xa6\xb2\x54\x36\x4d\x88\x2c\x35\xa5\x5b\xd4\x86\x13\xdd\x9a\x3c\x4f\x12\xea\x79\xb6\xd2\x66\xa9\x4a\x9e\x64\x16\x19\xcb\x1c\x22\x32\x8b\x9e\x8f\x32\x55\x32\xcf\x47\x7b\xe9\x59\x5e\xef\x61\x7b\x21\x52\xcb\x0b\xdc\xac\x9f\x89\xee\xc5\x53\x83\x4c\x8a\xca\x9e\x8b\x62\x57\xaf\x40\x99\x54\xc9\x2b\xd0\xde\x7e\x6d\xc8\x49\x17\x8d\xad\x37\x65\x4c\xa6\xc8\xda\x5c\x21\xf4\xe4\x93\x39\x6a\x3c\xf9\xec\x03\xe4\xcc\x3f\xbc\xb0\x9c\x8b\x5f\x6f\xf9\x12\x1e\xde\x4e\x8e\xde\x3b\x72\xf5\x09\x1d\xde\x3b\x4e\x90\x6e\x35\x5f\xd5\xa3\x87\xfc\xa7\x49\xc5\xcb\x94\xc3\x7b\xfe\xd1\x13\x6e\x6e\x7e\xd1\x38\x41\x8b\x83\x49\xa5\xa8\x95\x16\xe7\xe8\xed\xa4\x5c\x7e\x0a\x0f\x6f\x27\x27\x3a\xf7\xca\xe5\x47\xee\xc4\xf1\x84\x54\x0e\x78\xcd\x7a\xa2\x78\x78\x22\x8e\xae\x35\x87\xb7\x93\x63\xae\x0f\xfc\x66\xe2\x98\xf4\x01\x93\xcd\xb5\xf9\xe8\x1d\xe5\xf5\x98\x2f\x74\xb9\xfd\xf8\x1e\xd3\x42\x63\x72\xa6\x95\x16\xfa\xe8\x39\xa5\xe8\x07\x4f\x87\xe7\x94\x93\x80\x82\x07\xc1\x65\xfd\xe8\xda\x50\xf4\x33\xa6\xa3\xbb\xc3\xd3\x58\xf0\x7d\x3c\x5c\x21\x30\x25\xb6\x2a\x28\x03\x29\xd4\x48\xab\x02\xb4\xd5\xca\x21\x6e\x02\xa7\xb8\x64\xf0\x1b\x88\x53\x24\x19\x18\x0b\x06\xd4\x04\x4d\xb5\x8a\xbe\x43\x54\xb3\x18\x0b\x2e\xd7\xa7\x4c\x5a\xb9\x36\x17\xf3\x43\x7e\x28\x37\x31\xa6\x2c\x75\x28\x37\x8f\xca\xba\xa2\x5b\xfe\xa1\xac\x3b\xd5\xcf\x57\x31\x45\x5f\x75\xbe\x30\x25\x69\x6b\xab\xce\xd7\x51\x59\x57\x54\x3e\x1d\xca\x3a\x4c\xba\xaa\x1c\x0f\x7d\x3d\x7f\xcf\xe7\xad\x28\x9f\xce\xf3\x27\x7e\x9e\x17\x0f\x65\x0a\xa6\xe8\x57\x4a\xa7\xeb\x02\x84\x89\xc9\x59\x7b\xba\xbe\xbf\x1e\xd5\x24\x85\x4d\xa3\x26\xc1\x44\xd1\xfd\x74\x71\xfb\xa8\x42\x28\xc5\x39\x74\xa8\x10\xce\x00\x72\x3e\x1e\x92\xcd\x51\xea\x28\xfa\x19\xe0\x51\xfe\x78\x9a\x58\x6f\x5a\xe9\xf8\x8a\xc8\x45\xbf\x4f\x3a\x10\xf9\x88\x8f\xa5\xe5\xbf\xbe\x39\xf9\xff\xff\xb1\x7f\x7a\xf9\xf9\x8f\x92\xe6\x4f\x9f\x3f\xef\xf7\xaf\xfa\x13\x28\xfd\xdd\xd1\x63\xed\xf3\xe1\x7d\xff\xfc\xe7\x54\x9f\x3e\x7e\x72\x2f\xfd\xef\x3f\x03\x00\x00\xff\xff\x20\x11\x85\x20\x7a\x35\x00\x00"); +var _bab =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\x94\x41\x6b\xdb\x4c\x10\x86\xef\xfb\x2b\xe6\x98\xef\x90\xcf\x33\xab\xdd\xd5\x1a\x44\xa0\xc4\x04\x5c\x48\x53\x9a\xa6\x2d\x94\x1e\x64\xed\xca\x08\xea\x95\x90\xe5\x43\xfe\x7d\x99\x19\xd9\x85\x1e\x8c\xec\x47\x33\x2f\xd6\x33\x3b\xda\x3c\xee\x77\xfb\x32\x2c\xb0\xf9\x3c\x8f\xdd\x6b\x5e\xa0\x1f\x4a\x9a\xf3\x79\xbc\xcc\x5d\x86\x43\x3e\x0e\xc5\x18\xb2\x90\x86\x6e\xb9\xfe\x94\x4b\x77\x6a\x27\x63\xb8\xff\xf5\xfd\xbc\xe4\xd3\xbe\xf4\x23\x54\x5a\x97\x2e\xd3\x5a\x0b\xb0\xf9\x92\x8f\xc3\x79\x99\xdf\xe1\xee\x43\x1a\x0f\xf9\x3f\x48\xb9\x67\xfe\x32\xa7\x3c\x0f\xe5\x08\x77\x1f\xdb\xa9\x2d\x74\xbb\xf1\x7a\x99\xa6\xdf\xf9\x94\xcb\x02\x56\x58\x2e\x49\xae\x66\xf3\xf8\xdc\x4e\x9f\xda\x53\x86\x8d\x64\xdd\x6b\xe7\xbd\x96\xc9\xdd\x6f\x79\x3e\x0f\x63\x01\xa2\xff\x11\xc3\x5f\xfe\xf5\x7d\xca\x40\x6b\xcc\xdb\x7e\xf7\xd2\xf7\xe7\xbc\x00\x61\xf0\x5a\xf4\xe3\x6d\xbf\x83\x9f\x04\x84\x60\xbd\xaf\xe8\xd7\x5a\xfb\xfd\x79\x4c\x19\xf0\xfa\x07\xf6\xbb\xc7\xf1\x52\x16\x88\xb5\x5d\x19\xe9\xa3\x76\x63\xca\xe7\xa9\xed\xf2\xdc\x96\x63\x36\x00\x0d\x22\xe2\x03\x34\xd6\x3e\x3d\x3d\xf0\x33\xfc\x53\x61\x2a\xbf\x76\x0e\x49\xc9\xb5\x03\xb1\xef\x1f\x00\x00\xd0\x34\x48\x8a\x48\x90\xf5\xc1\x34\x68\x15\x59\x41\x9e\xac\x69\xb0\x52\x54\x09\xaa\x43\x34\x0d\x3a\x45\x8e\x11\xa1\x75\xa6\x41\xaf\xc8\x0b\xb2\x91\xe3\x83\xa2\x20\xc8\x57\x1c\x5f\x2b\xaa\x05\xd5\x5b\x8e\x8f\x8a\x22\x23\x8b\x8e\xe3\xb7\x8a\xb6\x82\x2a\xe4\xf8\x56\x51\x2b\xc8\x07\x8e\x3f\x28\x3a\x08\x8a\xc4\xf1\x9d\xa2\x8e\x51\x85\x35\xc7\x27\x45\x49\x50\x65\x39\x3e\x2b\xca\x82\x7c\xe4\xf8\x5e\x51\x2f\x28\x3a\x34\x0d\xa9\x2f\x12\x5f\x0e\xb7\xc1\x34\xa4\xbe\x48\x7c\xb9\xca\x5b\xd3\x90\xfa\x22\xf1\xe5\x02\x46\xd3\x90\xfa\x22\xf1\xe5\x62\x70\xa6\x21\xf5\x45\xe2\xcb\x93\xe5\x78\xf5\x45\xe2\xcb\x57\x35\xc7\xab\x2f\x12\x5f\x3e\x54\x1c\xaf\xbe\x48\x7c\xf9\x18\x39\x5e\x7d\x91\xf8\x0a\xe4\x38\x5e\x7d\x91\xf8\x0a\x0e\x39\x5e\x7d\x91\xf8\x0a\x81\x47\x4b\xea\x8b\xc4\x57\xd8\xf2\x68\x49\x7d\x91\xf8\xaa\x89\x47\x4b\xea\x8b\xc4\x57\xed\x78\xb4\xa4\xbe\x48\x7c\xd5\x81\x47\x4b\xea\x8b\xc4\x57\xbd\xe5\xd1\xda\xf5\x44\x8a\xaf\x48\x3c\x5a\xab\xbe\xac\xf8\x8a\x8e\x47\x6b\xed\x7a\x6e\x91\x51\x8d\x4e\x0e\xef\xf5\x90\xf2\x77\x5e\xfd\xdb\x2a\x76\x97\x79\xce\x65\x91\xc5\x97\x55\xe3\xb5\x18\x4a\xbe\xbd\x44\xa6\x71\xe2\x2e\xf9\xfc\x09\x00\x00\xff\xff\xdb\x85\x89\xdc\x70\x04\x00\x00"); +var _fedee =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x84\x5a\x4d\x8b\x65\x39\x72\xdd\xbf\x5f\x71\x97\xe3\xc5\xb8\xf4\x11\x0a\x49\xf0\x78\xd0\x74\xf7\xe0\x62\x18\x8f\x71\xbb\x6d\x83\xf1\xe2\x4a\x0a\x15\x09\xae\xcc\x24\x2b\x6b\xd1\xff\xde\xc4\x39\xb7\xab\xed\xb1\xa1\x17\x43\x4c\x9f\x92\xe2\x86\x42\xf1\x71\x42\x2f\x3f\x7c\xff\xf1\x87\x8f\xcf\x4f\xef\xc7\x87\x7f\x7a\x7b\x99\x3f\xd9\xfb\xb1\x9f\x9e\xd7\x9b\x7d\x79\xf9\xfa\x36\xed\x18\xf6\xe9\xe9\xf9\x76\x8b\xe9\x58\x4f\xf3\xfd\xd7\xff\x84\x98\x9f\xcf\xd7\xdb\xcd\xf7\xff\xf4\xcb\x97\x77\xfb\xfc\xf1\x79\xbf\x1c\x99\xeb\xd6\xd7\xd7\x6b\xed\x71\x7c\xf8\x67\xfb\xf4\xf4\xe5\xfd\xed\x97\xe3\x0f\xdf\xad\x97\x61\x7f\x77\x2c\xdb\x8e\xff\xf5\x6d\xd9\xdb\xd3\xf3\xa7\xe3\x0f\x7f\x7e\x79\xb3\x33\x7e\xfb\x87\x9f\xbe\xbe\xbe\xfe\x97\x7d\xb6\xe7\xf7\x23\x00\xb3\xe7\x05\x79\xfb\xf0\xfd\x5f\xce\xd7\x7f\x3c\x3f\xdb\xf1\xe1\xcf\x3f\x7d\xff\xc7\x1f\x7f\xfe\xfe\x8f\xff\x80\x7f\xc1\x3f\xfc\xab\xbd\x7d\x79\x7a\x79\x3e\xfa\xdf\x87\xa0\xbf\xc1\xff\xf2\xcb\xab\x1d\xf1\x52\xf0\xf3\xc7\x1f\xfe\xba\xf7\x17\x7b\x3f\x62\xa0\xf2\x0f\xff\xfe\xf3\xc7\x1f\x8e\xff\x88\x47\x0c\x47\x2a\x12\xc2\x7f\x5e\x4b\xff\xed\x2f\x2f\xcb\x2e\x0b\x6e\x89\xe7\x99\x2f\xcb\xbe\xbc\x9e\xd3\xde\xce\xe7\x4f\x76\x3b\x8e\x7b\x08\x8f\xe3\x38\xee\x2d\x3c\xfc\xbf\xbe\x8b\xdf\xc5\xc7\x71\xff\xd3\x8f\x7f\xfa\xf1\xe1\x66\xff\xcd\xfa\x5b\xa4\x9a\xe7\x97\xf7\x65\x9b\x18\x34\xdc\xe3\x7e\x1c\x2d\x74\xf1\x4d\xff\xf3\x5f\x6f\x6e\x26\x3f\xfd\xb4\xae\x0d\xc9\x37\x54\xbb\x36\xdc\xcf\x78\xfa\x37\xcf\xb8\xed\x71\xc4\x10\x6f\xf7\x33\x11\x49\x56\x1e\x47\xec\xe5\x76\x3f\x33\x91\xec\x6b\x92\xfa\x2e\x21\x22\x2b\x3f\x8e\x5c\x9a\x23\xab\x00\xf1\x35\x12\xfa\xed\x7e\x16\xae\x29\xe7\xf9\x38\xa4\xb8\xe6\x32\x02\x90\xd1\x1f\x87\x28\x90\xc9\x35\xab\x3d\x0e\xa9\x40\x8c\xc8\x76\x04\x5f\x57\xea\x51\x93\xc7\x51\xa2\x6b\xae\x44\xaa\xed\xc7\x51\x5a\xbd\xdd\xcf\x46\xa4\x9d\xf2\x38\x54\x15\x88\x12\xd1\xc7\xa1\x35\x00\x69\x44\xb6\x23\xfe\xad\x36\xb8\xcb\x6d\xd6\xea\x9a\x3b\xf5\x74\x47\x6a\x71\xcd\x27\x91\x73\xe7\xc7\xd1\x70\x8a\x41\x64\x6c\x7d\x1c\x3d\xbb\x37\x26\x91\xe9\x87\x89\x21\xf9\xc7\xe6\x22\xb4\x01\x95\x7c\xbb\x8f\x80\x55\x23\xd0\xd3\x4d\x6f\xf7\x41\xe7\x0f\x3a\x3f\xb6\x70\xbb\x0f\x7a\x7f\x24\x40\xa9\xca\xed\x3e\xe8\xfe\x01\xf7\xc7\xac\xed\x76\x1f\xf4\xff\x80\xb7\xa3\x68\xba\xdd\x07\xdd\x3d\x0a\xa0\x52\x5c\x3d\x3d\x37\x14\x90\x16\x57\x4f\xd7\x8d\x0a\xa8\x8a\xab\xa7\xef\x06\xbc\x10\x5b\x76\xf5\x74\xc3\x80\x1b\x62\xcf\xae\x9e\x7e\x18\x27\x62\x20\x24\x57\x4f\x47\x8c\x01\x28\xfa\xb1\x07\x3d\x31\x26\xa0\x14\x5d\xfd\x22\xb4\x00\xe5\xe0\xea\x8d\x90\x01\x92\xe0\xea\x37\xa1\x4d\xa8\xeb\xed\x3e\xe9\xaf\x09\x7f\xa5\xd2\xc3\xed\x3e\xe9\xaf\x19\x19\x88\x4d\x6e\xf7\x49\x7f\x4d\xf8\x2b\xd5\xda\x6e\xf7\x49\x7f\x4d\x86\x6b\xab\xe9\x76\x9f\xf4\xd7\x84\xbf\x52\xf7\x00\x99\xf4\xd7\x84\xbf\x72\x50\x57\x4f\x7f\x4d\xf8\x2b\xc7\xe2\xea\xe9\xaf\x09\x7f\xe5\x24\xae\x9e\xfe\x9a\xf0\x57\xce\xe2\xea\xe9\x9c\x09\xe7\x64\xc9\xae\x9e\xce\x99\x63\x6e\xcf\x90\xec\xea\xc7\x0a\x80\x5c\x48\x8c\x58\xb5\xb8\xca\x93\x27\x97\x5a\x01\x29\x21\x7d\x1c\x59\x71\xa0\xb1\x2a\x20\x53\x64\x9b\x7f\x71\xd8\x05\xd5\xc7\x51\x11\x5f\x73\x58\x03\x04\x23\x4a\xf7\x8d\xbc\x8e\x89\xeb\xc8\x9a\xe2\xed\x3e\x79\x1d\x73\x4d\x87\x6a\x2c\x0e\xb9\x8d\x97\xc8\x02\x4f\x2c\x9a\xba\x5c\x7d\xae\x8a\x8d\x54\x0f\x51\x7b\xc0\x2a\xeb\x80\xa0\xbe\x36\xd7\xc5\xab\x9d\x76\xce\xc7\x91\x5b\xa8\x80\x16\xa1\x05\x28\x01\x32\x40\xd8\xd8\x3c\xa7\x27\x03\x60\xee\x7d\x3e\x8e\x4c\xf5\x7b\x0f\x42\x03\x50\x02\x34\x09\xf9\xc6\xee\x31\xb1\x18\x26\x14\xb9\xf7\x0c\x28\x11\x4a\x0e\x89\x02\xca\x80\x46\xc5\x2a\x71\x68\x34\x42\xed\xb7\x55\x5e\x99\xee\x2b\xb8\x27\x24\xb8\x73\x56\x80\x27\x28\x72\xf5\xf0\x5d\x61\xf1\x8b\x6b\xfa\xaa\x4c\x68\x11\x5a\x7e\xb5\x39\x02\x32\x40\x2c\x88\x9e\x7c\x8b\xe1\xbb\xa2\x57\x4d\x09\xcd\x4d\x8d\x4b\x08\xc9\xe3\x90\xec\xe9\xbe\x22\x2a\x29\x85\x44\x4f\xe4\x15\x11\x13\x2b\x7a\x1c\x48\xcc\x5c\xd5\x08\x35\x6c\x2c\x80\x3a\xa1\x13\xab\xb8\x71\x00\xb2\x80\x55\x80\x8c\x46\xb8\x90\x08\xeb\xa3\x25\x42\xc9\xeb\x69\x80\xa9\x96\x09\xb9\x11\xd9\x43\x6e\x45\xa3\x11\x2e\x24\x37\xea\xaa\x84\x68\x57\x07\x44\xbb\x6c\x60\x55\x05\x34\x09\xb9\xbf\xa2\x50\xfd\x22\xe4\xfe\xca\x3d\x02\x32\x42\x86\x55\x84\x36\xa0\x0d\xeb\x71\x69\x71\xd3\xfa\x0d\xeb\x05\x76\x6d\x5a\xef\x42\x72\x87\x5d\x9b\xd6\x6f\xb8\x50\xe0\xe8\x4d\xeb\x37\xac\xef\x30\x75\xd3\xfa\xdd\xb1\x8a\x1b\x4f\x42\xee\x42\x09\xdc\x48\x17\xba\x90\x28\xdc\xc8\x03\xed\x85\x55\x8a\x66\xfd\x6b\x87\xfd\xff\x9a\xee\x42\xc5\xba\x84\xa0\x3d\x2e\x16\x2e\x0a\x89\x88\x8f\xc4\xb8\x4d\x1e\xab\x22\x91\x90\x10\x52\xac\x8a\x80\x2a\x21\xd8\x18\x13\xa0\x41\x68\x00\xa2\xfa\x49\x08\x4e\xf7\x5a\xb6\x12\x12\x91\x42\x24\x51\x3d\xec\x4a\x83\x46\x78\x14\xa5\x41\x23\x5c\x88\x24\x6c\x1c\x99\x10\xa2\xbb\x40\xfd\xb8\x36\x1a\x9a\x3b\xec\x1a\xb8\xad\x34\xa1\xab\x42\xfd\xa4\xae\x99\xb1\x2a\x03\xe2\x81\x5c\x48\x89\x15\x50\x21\x84\xdb\xaa\x5c\xa5\x84\xc8\x1d\x1a\x20\x9e\xd1\x85\x14\xda\x35\x79\xc6\x89\x33\x56\x42\x3c\xe3\x84\x5d\x09\x07\x9a\xb4\x0b\x29\x56\x12\x74\x31\xc5\x12\xf2\xa9\x64\xac\x62\x3e\x41\x48\xac\x84\x3a\x21\x18\x81\x88\x4c\xcc\xa7\xc4\x3c\x47\x3e\x25\xe6\x79\x5a\x1b\xab\xb0\xd1\x50\x33\x20\x24\x56\xf8\x8b\x59\x07\x21\x45\x70\x6c\x66\x1d\x84\x14\x06\x00\xb3\x0e\x42\xc0\x07\x56\x32\xfa\xcb\x60\xbd\xe2\x8c\x46\xeb\x3d\xd3\xa4\x28\x8c\x30\x9a\x6a\x30\xb5\xc2\x54\xa3\xa9\x48\xc4\x42\x53\x99\x88\xc9\xd3\x4a\x62\xc3\xaa\x4d\x53\x3d\x61\x44\x03\xd4\x6f\x7e\x11\xc9\xa3\x8c\x55\x26\x0f\x84\xc4\x86\x33\x32\x79\x12\x78\x9a\x32\x00\x36\x8d\x40\x90\x47\x14\x08\xb6\xe2\x95\x09\x75\x8f\x55\xb6\xe2\x25\xa8\x2c\x09\xab\x84\x95\x45\x58\x59\x70\xdb\xc2\xca\x22\xc8\xba\x8c\xc0\x14\x66\x1d\xc4\x55\xde\x64\x2f\x42\xf6\xad\xbc\xb1\xad\xaf\x72\xb2\xa0\x36\x40\x85\x50\xf9\x56\xde\x0a\xd8\xe1\x22\x37\x65\x79\x2b\xcc\x21\x88\xab\x96\x15\xe6\x50\x41\xc2\xb0\x96\x15\x26\x0c\xc4\x75\xa0\x72\x22\xbe\x0a\x8d\x68\xbe\x91\x44\x62\xa9\x77\x1b\x11\x05\xc4\x6e\x03\x21\x51\x2b\x20\xf8\x4b\x11\xbe\x02\x5d\xca\xf0\x85\x90\x58\x09\xe1\x8b\x20\x25\x52\x90\xee\x24\x25\xab\x32\x3b\xbc\x3b\xaf\xca\xec\x80\x28\xa5\x60\x15\xb3\xa3\x1a\xaf\xd6\xd3\xaa\x32\x98\x20\x94\xb9\x5d\x19\x4c\x20\x38\xa2\xc9\xed\x22\xc1\x59\x8d\x90\x73\x8b\x45\x42\xb8\x40\x08\xa5\x22\x7c\xc9\x79\x16\x38\x8f\x34\x64\x07\x39\xcf\x1a\xc8\xed\x8e\xb4\x1a\xcc\x6d\x88\xc2\xfa\x35\x98\xdb\x03\x76\x75\xc4\xea\xa0\x5d\x10\xd2\x53\x02\xc4\x8d\xae\xbe\x04\x1f\x4c\x16\xd9\xcc\x9a\x7e\xb5\x25\xc0\xd4\xc9\xab\x85\xa8\xac\x13\x93\x57\x3b\xb9\x11\xad\x98\x9c\x67\x2d\x6c\x04\x51\x5d\x8b\x1b\x21\x4a\x40\x8a\x2e\x6e\x5c\x8b\xab\xdc\x39\x8b\x75\x02\xa2\x44\xa4\xc2\x62\x2b\x5e\x9e\x30\x25\xc2\xfa\xc5\x84\x81\xa8\xea\x9c\x67\xad\xcd\x8d\x30\x22\xc1\x7a\x32\xa3\x65\x1e\xd1\x25\x21\x61\x8c\x11\x0d\x51\x8a\xd3\xd9\x65\x8c\x68\x88\x92\x9d\xf3\x2c\x63\xef\x80\x28\x19\x91\x43\xb2\xb4\xb6\xd7\xe8\x92\x71\xb5\x9b\x35\x1a\xa2\x92\x5b\xec\x01\xbb\xb6\x97\xa1\x92\x9d\xfd\xad\xcd\x32\x04\x51\xb2\xcf\x0d\x6b\xb3\x0c\x6d\x4f\xb8\x92\x51\x4d\x36\x7b\x38\x44\x11\xa4\xfb\x66\x81\xd9\x34\xc2\x03\xd3\x48\xbc\x2c\x6c\xa8\xf7\xee\x6c\x61\x5f\x50\x7c\x1c\x8a\x4b\xb3\x80\xee\x6c\xa0\x41\x45\xbc\x46\x1b\x69\x90\x45\xcf\xae\x22\x9e\x56\x16\xd1\x9a\x28\x0a\x28\xa8\x45\x64\x9a\x81\x35\x14\xf1\x86\x6d\x64\x0d\x14\x25\x47\x6c\x34\xae\x82\xfa\xa2\xe9\x77\x5b\xb1\xb1\xef\x5a\xe2\x0e\xbf\x79\x63\x95\xb2\xec\x17\x58\xd4\x1b\x90\x65\x5c\x20\x45\x0d\x01\xab\x50\x04\x0d\xb5\xac\x60\x38\x34\xd6\x32\x8a\x9a\xbd\xe5\x99\xa0\x87\x9b\xf8\xb0\x59\xaa\xbb\xd3\xe4\xec\x84\x3a\xd4\x37\x40\x27\x20\xea\xc2\x17\x59\xb8\x0c\xc5\xa6\x34\x9f\xa9\x8d\xc5\x86\xa2\x34\xf8\x8e\xc5\xc6\x30\x49\x97\xe6\xe1\x67\x65\x70\xe3\xd5\xb0\x0b\xa0\x4c\xa8\x61\x15\xd4\xa3\xd8\x50\x88\x78\xf2\x58\x19\x27\xa1\x13\xab\x3a\xa0\x41\x08\x25\x29\x11\x82\xd3\x8b\xf7\xf0\xd2\xbc\x27\x59\x41\x0f\xa7\x10\xc9\x30\x02\x79\x6e\x65\xc2\x7a\xdc\x69\x99\xb4\x1e\xad\x58\x32\xec\x9a\xb4\x7e\x62\x70\x77\xaa\x66\x05\xfc\x9a\x42\x30\x3a\x59\x59\x3c\x90\x8b\xd2\x3a\x74\xad\x44\x08\x67\xcc\x84\x78\x46\xe4\x66\xeb\xf0\x17\x72\x93\x42\x24\xc3\x7a\x8c\x4e\x56\xbc\x35\x95\x8e\x88\x2c\x9b\xc7\x46\x6b\x11\xa7\x90\x56\x90\x88\x14\x24\x38\x56\x36\x8f\x8d\x44\xec\xb4\x6b\xf3\x40\x24\x71\x3e\x3b\x1b\x0b\x3d\x85\x88\xd7\x45\x53\x06\x80\x3a\x89\x2b\x3d\x13\x12\x42\xf0\x97\x53\x48\x53\xd4\x1f\x53\xaf\x39\xa5\x67\x42\x95\x10\x9a\x86\xf3\x01\x53\x3c\x59\x98\x22\x53\xba\xd7\x58\x53\x66\x8a\x92\xc4\x79\x71\x36\x65\x98\x40\x14\x0c\x32\xa6\x0c\x13\x05\xaf\x13\x6f\x9f\xa6\x83\x76\xa1\x66\x74\x9a\xca\x30\x81\x10\x41\xc8\xe9\xa0\xa9\x03\x76\x09\x21\xda\x85\xce\x25\x70\x0e\x3b\x97\xa9\x47\x4b\xe9\x05\x76\x8d\x49\x08\x91\xa3\xb0\x8b\x91\xa3\x88\x9c\x5e\xe0\x2f\x46\x0e\x84\x44\xe4\xb9\x32\x72\x20\x4a\x57\xe8\x42\x87\x30\x9d\x6c\x9f\xb0\x7e\xd2\x13\x13\xf7\xe8\x85\xcb\x74\x9e\x84\x30\xee\x5c\x1b\x11\xbe\x8a\xc8\xe9\x8a\x2f\x32\x72\x94\x91\xa3\x38\x10\x23\x47\x11\x39\x68\x40\xa6\x8c\x1c\x65\xe4\x28\xce\xc8\xc8\x51\x27\x84\xa5\x57\xea\xe2\xb1\x17\x72\x08\xe9\xae\x8b\x46\x2c\x78\xa2\xc2\xf7\x8b\x9e\xc0\x78\x18\x69\xea\xa2\x27\x16\x6e\xa8\xd2\x08\xde\x10\x68\xa3\xd0\x08\xd0\x46\x8a\xd2\x91\x69\x6a\x8c\x2f\xd0\x46\x41\xd9\x55\xe3\x81\x0c\x5e\x6d\xdc\x48\xaf\xa2\x7d\xb2\xc6\xaa\xd1\xab\x60\x59\x82\x0a\xa0\xc6\x33\x82\x65\x49\x85\x57\x8d\x67\x44\xed\xef\x8d\xab\xe8\x68\x90\x4b\xe1\x81\x8c\xc7\x36\xf8\xbe\x51\x3d\x8f\x0d\x72\x29\x3c\x90\xf1\xd8\x2e\xf4\x4a\x05\xd6\x6b\x35\x1c\xbb\xf1\x8b\x3c\x36\x28\xa8\xd0\xfa\xcd\x63\x6f\x1e\x1b\x1b\xd9\x47\x20\x44\x1a\x8e\xcd\x3e\x02\x71\x75\x08\xdd\xbc\x47\x94\xed\xde\x60\x04\xcb\x36\x84\x08\x0f\xc4\xb2\xad\xe4\xae\x0c\xcc\xcd\x63\x6f\x8c\xad\xa8\xd1\xba\x79\xec\x8d\xdb\xee\x54\xcf\x63\x63\x3c\x14\x5a\xcf\xd2\x01\x2e\x56\xba\x8f\xad\x46\x2e\x46\x21\x6c\x66\x95\x15\xa0\x82\x5b\x74\x54\xb9\x0a\x6e\x41\x21\x02\x53\x2b\xd3\xbd\x7a\x8a\x6b\x70\x56\x6a\x95\x8d\x02\x42\xc4\x99\xa4\x55\x36\x8a\xca\x61\xef\xfa\xe2\x20\x34\xb0\x31\x01\x9a\x84\xe6\xaf\xe4\xd2\x2a\xeb\x44\x65\x9d\xe8\x19\x90\x11\xda\xd8\x08\x08\x2f\xb2\x14\x22\xe8\xe1\x95\xed\xa4\xfa\x64\xa7\x21\x14\x40\x9b\x10\x2e\xad\x03\x9a\xdc\xe8\x42\x43\x84\xa9\x93\x1b\x5d\xd4\xda\xf2\xef\xb7\xe2\x3a\xe9\x28\x4f\x7d\xc5\xbb\xa9\x55\xa6\x3e\x84\x08\x6a\x7f\x9d\x74\x14\xab\x41\xe7\xa7\x1a\xa1\x13\x1b\x61\x36\x53\xbf\x72\x3c\x44\xa1\x27\x01\xa6\x50\xf0\x45\xab\x93\x5e\x01\xbf\x2e\xf4\x1d\xdb\x14\x84\x86\x84\xab\x61\x9b\xaa\xe8\x49\x85\x8e\x62\x4f\xaa\x5e\x46\x34\xa0\x31\x56\x96\x11\x08\x29\x01\xd7\x8c\xd7\x1c\xab\x0b\xba\xd0\x18\xeb\xba\x74\x61\x3c\x0c\x50\xcf\x3c\x07\x31\xd7\x80\x06\x44\x62\x4e\x21\x05\x74\x83\xc4\x9c\x42\x03\xaa\x7a\x65\x06\x43\x48\x89\xf0\x17\x33\xb8\x7a\x74\x6b\x40\xd6\xd5\x7d\x41\x9e\xd4\x95\x2e\x64\x74\x83\xe4\x6b\x40\x0e\x90\xe4\x5b\x33\x6c\x44\x2d\x6b\xd4\xd5\x38\x57\xa2\xaa\x37\xa6\x7e\xf3\x74\x55\x3c\xdd\x58\x63\xba\x42\x48\x41\x03\x6a\x4c\xd7\xc6\x47\x99\xc6\x55\x89\x90\x62\x63\x05\x44\xf5\xc8\xba\x82\x9e\xd4\x68\x17\x84\x46\x9f\x5a\xac\x31\xeb\x20\x38\xac\x59\x63\xd6\x41\x68\xbc\xbe\x38\x08\xe1\xb6\x8b\x02\x9a\x84\x16\x56\x09\x20\x23\x84\xd1\x09\x8c\x8d\x83\x8c\x75\xfc\x2c\x80\xc7\x35\xeb\x4c\x44\x08\x29\xa8\x2c\x9d\x7d\xb7\x23\xc5\x58\xc2\x3b\x53\x0c\x82\x33\x97\x75\xa6\x58\x9f\x5c\x05\x5d\x0c\x39\x08\x29\x70\x74\x67\xc8\x75\x7a\x02\xd7\xd1\xe9\x09\x88\xca\xc2\xd5\xe9\x09\x0c\x58\x9a\xc0\x07\x38\x60\xd9\x89\x14\x4b\x08\x80\x73\x5e\x90\xf3\xeb\x98\x32\x20\x38\xfa\xc4\x48\x97\x50\x89\x4f\x46\x0e\x84\xe0\x51\xd9\x4e\x46\x0e\x7e\xc5\xd0\x1c\xb1\x11\x53\x0b\x85\xc4\x46\x88\x1b\x61\x6a\x46\xc2\x9c\x34\xf5\xe4\xa5\x81\x23\x9e\x34\xf5\x74\xdf\x6b\x4e\x84\x26\x21\x1c\x1b\x55\xfd\x24\x7f\x82\xd0\x9c\xa9\xde\x08\xe1\x3a\x50\xd5\x39\x31\xda\x38\x61\x57\x16\x40\x42\x08\xa9\xd0\x08\x15\x42\xb0\x0b\x94\x6a\xf0\xd2\x06\x2f\xad\x29\xa0\x46\xa8\x61\x55\x07\xd4\x09\x75\xac\x6a\x80\x4e\x42\x60\x0d\x97\x7a\x04\xd3\x70\x52\xa3\x19\x41\x3e\x48\x8d\xc7\x40\x7c\x75\x42\x93\x90\x57\x13\xbc\x48\xd8\x20\xc1\x81\x90\xd2\x71\x20\xbc\x8b\xd9\xc0\xa5\x65\xc4\xd7\xe0\xa5\x41\x48\x41\x25\x1e\xbc\x34\x08\x29\x28\xa8\x63\x66\x42\x05\x1b\x61\x3d\x6b\xe1\x40\xe1\x2b\x9d\xba\x78\x46\x84\x1c\xe6\x37\x1b\x0c\xb9\xc1\x90\xeb\xdc\x48\xbb\x50\xd2\x30\xd2\xd9\x60\x49\xc3\xef\x0d\xa2\x48\xab\x41\x66\x04\xc1\x27\x03\x1b\x2c\x69\xf8\xbd\x41\xf1\x4b\x93\x8d\xc5\x2f\xe2\x5d\x0c\xaf\x08\x36\x48\x83\x30\x9a\x6b\x06\xb7\xe0\x68\x6e\x98\xc3\x55\x7c\xb8\x35\xce\xe1\x14\xa2\x51\x00\x55\x42\x15\x90\x02\x6a\x84\x3a\x36\x12\x3a\x09\x9d\x58\xd5\x00\x0d\x42\x86\x55\x84\x36\xa1\x0d\x72\xe9\x07\x9a\x6c\x66\x13\xa4\x57\x13\xa1\x44\x28\xe1\xb6\x2b\xa0\x4c\x88\x6f\x20\x09\x50\x21\x84\x17\x2f\x4c\x50\x73\xd0\x7a\xe7\xbe\x7c\x29\xb1\x39\x68\x2a\x78\x30\x5e\x4a\x6c\x92\x07\x43\xa8\x24\x58\xcf\xc8\x81\x10\x45\x76\x4c\x0e\x55\xd3\xdb\xa7\x72\xf4\x9a\x6c\x9f\xf8\xc5\x50\x34\xc3\x08\xc6\xc4\x9c\xb0\xeb\x82\x68\x17\x1e\x46\x15\xd9\x31\x19\x13\x10\xa2\x18\x4b\x26\xfb\xe3\xf4\xd0\x50\xce\x59\x73\xd2\x2e\x52\xe3\xd6\xfe\x77\x2b\xd6\xfa\x7f\x3a\xf1\x64\xf7\x9c\x8b\x1f\x87\x89\x8b\x1f\x5f\xfc\x38\x7c\x4e\x96\x3c\xd7\x6f\x14\x6f\x92\xd9\xce\x85\xb7\x22\xe4\xce\x64\xc7\x9b\xde\xe5\x54\x50\x88\x27\x69\x2c\x84\x28\x3a\xde\x24\x8d\x9d\x68\x82\x82\x44\x99\x6c\x82\x10\xa2\xc2\x8d\x34\x02\x5d\x8a\x13\xca\x64\x97\x9a\xe8\x52\x2a\x38\x2e\xbb\xd4\x44\xdd\x22\x37\x9c\xac\x5b\x93\xcf\x93\x34\x75\x5f\xab\x70\x59\x60\xc9\x93\x9d\x05\x42\x94\x41\xc4\xce\x82\xe7\x23\x25\x4b\xe6\xf3\x91\x2d\x3c\xcb\xe3\x3d\xcc\x16\x8b\xd4\x72\x82\xab\x82\xb2\xb8\xf8\x12\x01\x51\x32\xba\xe7\x22\xd9\xc5\x2b\x90\xb2\x55\xf2\x15\xc8\xcc\xc7\x06\x2d\x18\x34\x0c\x6f\xca\x14\x4a\x0e\x66\x1c\x21\xf0\xe4\xa3\x0c\x35\x3e\xf9\xd8\x26\xe4\x99\xbf\xf9\x00\xb3\x03\x7f\xbe\x76\x17\x6e\x3e\xad\x6c\x3c\x87\x68\xf3\x03\x6d\xbe\x77\xec\x84\xba\xd5\xdd\xab\x1b\x0f\xf9\x97\x28\xd5\x69\xca\xe6\x7b\xfe\xc6\x13\xae\x76\x1f\x34\x76\x82\x73\x28\x4a\xad\x58\x05\xe7\x6c\xbc\x9d\xd4\xe0\x31\xba\xf9\x76\xb2\xb3\xe7\x5e\x0d\x1e\x90\x3b\x8f\x0b\x02\x1d\x70\xce\xba\x33\xf2\x70\x67\x6e\xf4\x5a\xb3\xf9\x76\xb2\xc5\xeb\x43\x8d\x9e\x28\x5b\x50\x1f\x28\x54\xbc\x36\x6f\xbc\xa3\xdc\xb7\xb8\xa3\x6b\xf4\xe0\xde\x02\x47\x53\xa8\x72\x15\x1c\xbd\xf1\x9c\x52\x93\x73\xd6\xcd\xe7\x94\x5d\x08\x25\x37\x82\xc3\xfa\xc6\xd8\x50\x73\xf4\x55\x98\x1d\x2e\x21\xc9\xef\x71\x73\x84\xa0\xa8\xb9\x37\x40\x4a\x08\xa6\x66\xae\xaa\x84\x0c\xab\x1c\xe2\x24\xb0\xab\x97\x8c\x2a\xa1\x3a\x84\x92\x41\x21\x49\x08\x75\x40\x13\xab\xb2\xdf\x10\xd9\x2c\x85\x24\x2f\xd7\xbb\x4e\xae\xf2\xda\x5c\xc5\x83\x7c\x93\x6e\x52\x08\xba\xd4\x26\xdd\xdc\xa0\x75\x15\x53\xfe\x26\xad\xdb\xcd\xe3\xab\x0a\xac\x6f\x88\x2f\x8a\x5a\x70\xb5\x0d\xf1\xb5\x41\xeb\x2a\xe8\xd3\x26\xad\xa3\x28\xa1\x61\xe3\xa6\xae\xeb\x8f\x21\x7c\x15\xe9\xd3\xbe\xfe\x3e\xc2\xfb\xe2\x26\x4d\xa1\xa8\xd5\xa9\xeb\x3e\x31\x00\x51\xe4\xe2\x59\xbb\x4f\xfc\xfe\xba\xc1\x49\x2a\x2f\x8d\x9c\x84\x22\x23\xdd\xf7\x89\xdc\xde\x60\x08\xb5\x7a\x0e\x6d\x32\x84\x3d\x08\x79\x3e\x6e\x36\x9b\x8d\xd6\x51\x9b\xe7\xd0\x46\xff\xb8\x44\x6e\x91\xab\x10\xbe\x48\xe4\xda\x9c\x05\x6d\x26\xf2\x46\x3e\xd6\xfe\x37\x8f\x85\xfe\xff\x3f\x9f\xaf\xb7\x6f\x7f\x25\x34\xbf\xbe\xbd\xd9\xf3\x3b\xfe\x26\x09\x7f\x0b\x74\x2c\xdb\x4f\xcf\xf6\xed\xef\x9b\x5e\x5f\x5e\x7d\x17\xfe\xf7\xdf\x01\x00\x00\xff\xff\x47\xc0\xc3\x30\x0b\x25\x00\x00"); +func _beeb ()(*asset ,error ){_abfc ,_dgbb :=_fdga ();if _dgbb !=nil {return nil ,_dgbb ;};_gbgd :=bindataFileInfo {_dae :"UniGB-UTF16-V",_fb :723,_ae :_be .FileMode (436),_g :_a .Unix (1580492760,0)};_acgf :=&asset {_dd :_abfc ,_ef :_gbgd };return _acgf ,nil ; +};var _aecc =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x84\x9b\x5d\xab\x26\xc7\x71\xc7\xef\xcf\xa7\x78\x2e\x9d\x0b\x67\xa7\x5f\xab\x0b\xc4\x01\x23\x45\x44\x0e\x8e\x83\x15\x27\x81\x90\x8b\x79\xa9\x11\x0b\xd1\xd9\x65\x77\x75\xe1\x6f\x1f\xea\xf7\x7f\xa4\xc4\x49\x40\x06\x53\xda\xff\x53\xdd\x53\x5d\x5d\xef\x33\xe7\xdd\xd7\xdf\x7d\xf3\xdd\xdb\xfb\x2f\x8f\x77\xff\xf4\xe9\xc3\xf9\x7d\x7c\x79\xdc\xef\xdf\xae\x4f\xf1\xf9\xc3\x4f\x9f\xce\x78\x1c\xf1\xc3\xfb\xb7\x97\x97\x52\x1f\xd7\xfb\xf3\xcb\xcf\xff\x84\x9c\x3f\xee\x1f\x5f\x5e\x72\xfd\xf7\x7f\xf9\xfc\x25\x7e\xfc\xee\xed\xfe\xf0\x68\xe2\xbb\x7e\xfa\xf8\xe4\x7d\x3c\xde\xfd\x29\x7e\x78\xff\xf9\xcb\xa7\xbf\x3c\x7e\xf3\xbb\xeb\xc3\x11\x7f\xf3\xb8\xe2\x4e\xfc\x8f\x9f\xae\xf8\xf4\xfe\xed\x87\xc7\x6f\x7e\xbf\x7f\xdc\xdf\xca\x2f\x3f\x7c\xff\xd3\xc7\x8f\xff\x19\x3f\xc6\xdb\x97\x47\x01\x8b\xb7\x0b\xfa\xf2\xee\xeb\x3f\xec\x1f\xff\x71\xff\x31\x1e\xef\x7e\x77\x5d\xbf\xfd\xd3\x3f\x7c\xff\xfb\xdf\xfe\x3d\x3f\xf1\xcb\xbf\xc4\xa7\xcf\xef\x3f\xbc\x3d\xca\xf6\xb7\xdb\x36\xff\x1b\xff\xe7\xbf\x7c\x8c\xe7\x56\x2f\xef\xfe\xfc\xdd\x37\x7f\xbc\xef\xcf\xf1\xe5\x51\xfa\x26\x9e\x7f\xfb\xf3\x77\xdf\x3c\xfe\xbd\x3c\xca\xf6\xa8\xa3\xd5\xf9\x1f\x4f\xd6\x7f\xfd\xc3\x87\x2b\x1e\x62\x7a\xe9\x3a\xd1\xf9\xe1\x8a\xcf\x1f\xf7\x33\x3e\xed\x6f\x3f\xc4\xcb\xe3\xf1\xd5\xb6\xbd\x3e\x1e\x8f\xaf\xd6\xf6\x9a\xff\x5a\xa5\x6f\xaf\x8f\xaf\xfc\xdb\x6f\xbf\xe6\xdf\xbf\xd3\xaf\xdf\x7c\xcb\xbf\xfe\x6e\xe3\xd7\x6f\xbf\xce\x5f\xe3\xed\xfa\x5f\xbb\xbd\x14\x3d\xe4\xed\xc3\x97\x2b\x6e\x61\xec\xff\x55\xb9\x5f\x1f\xb5\x95\x5c\xf3\x3f\x7f\x7c\x29\xdb\xf6\x94\xeb\xfd\xf5\xe4\xaf\xc9\x6f\x91\x8f\x7d\x3c\x58\xf4\xb3\x50\xab\x00\xcf\xd6\x12\x5a\x82\xf6\x33\x21\x9f\x09\x1d\x0b\xe8\xb8\x5f\x1f\x0f\xeb\x2c\x3c\x05\x9d\x01\xe4\x09\x5d\x3b\x50\xac\x84\x06\x0b\x6f\xed\x75\x5b\x42\xc6\xc2\xfb\x14\x74\x02\xe5\xc2\xda\xef\x84\xea\x60\xe1\xda\x12\x9a\x2c\xac\xe6\x09\x39\xd0\x2a\x40\xbe\xbf\x3e\x1e\xab\xe4\xf6\xd5\xb5\xf0\x2e\x09\xf5\x9a\xd0\x5d\x05\xf5\xd7\x87\xf9\x58\x2f\x5f\xad\xa6\x33\x36\xce\xe8\x75\x24\xa4\x33\x36\x9f\x09\x2d\xb8\xb4\x57\x3b\xe6\xeb\xa3\x6c\x25\x45\x6d\x87\xa0\x0b\xa8\xe5\xc2\xae\xbd\x7a\x8a\x57\xb6\x91\xd2\x77\x13\x94\xdb\x97\xcd\x53\x88\xae\xed\xbb\x97\xd7\x47\x29\x9b\x25\xa4\xed\x21\xd6\x39\x76\xdf\xc5\x95\xc4\xfa\x2a\x40\x45\x50\x49\xc8\x05\x55\x41\x15\x08\x21\xf6\x26\xa8\xbd\x3e\x6c\x6c\x0d\xa8\x0b\xea\x70\x69\xfb\x21\x68\xc0\x85\x10\xfb\x14\x34\x13\xaa\x5a\x68\x82\x2c\xa1\xa2\xed\x97\xa0\x95\x50\x93\x10\x2e\xc8\x81\xb4\xfd\x2e\x68\x47\xfa\x0d\xe8\x10\x74\x00\xa1\x89\xfd\x14\x74\x22\x57\x07\xba\x04\x5d\x40\x0b\x28\x04\x05\xa2\x4e\x20\xe9\x2b\x89\x8d\x8d\xbd\x0e\xe9\x2b\x89\x8d\xc2\x5e\x87\xf4\x95\xc4\x46\x43\x88\x43\xfa\x4a\x62\xa3\x6a\xa1\xf4\x75\xa0\xaf\xc6\x13\x0f\xe9\x2b\x89\x8d\xa1\xbd\xa4\xaf\x03\x7d\x61\x00\xfd\x90\xbe\x0e\xe9\x0b\xb9\x0e\xe9\xeb\x90\xbe\xd0\x84\xbc\x03\x62\xa3\x69\x2f\xe9\xeb\x40\x5f\x5d\x42\x48\x5f\x49\x6c\x6c\x12\x42\xfa\x4a\x62\xa3\x72\x43\x87\xf4\x95\xc4\x46\xd1\x13\xa5\xaf\x24\x36\x64\x85\x87\xf4\x75\xa0\xaf\x9e\xd0\x92\x7d\x41\x4a\xc1\xc8\x97\xec\x0b\x62\xf2\xed\x25\xfb\x5a\xbb\xb8\xf2\x89\x4b\x5a\x85\x98\xcf\x02\x24\xae\x3c\x50\x29\x9d\x85\x3a\x10\xc4\x26\x67\x5c\x3a\xd0\x8a\x23\xb9\x46\x9e\x71\xc5\x29\xe8\x84\x0b\x21\xe2\x12\x94\xde\x51\xb1\xd5\x15\x12\x35\x89\xf9\x64\xa1\xe2\x04\xa4\x54\x0c\x60\xdd\x12\x22\x89\xcd\x26\xa8\x0a\x72\xb8\x16\x90\x84\x48\x62\xb3\x71\xa0\xfb\x10\x74\x26\x57\x49\xc8\xe5\xb5\xde\x17\x90\x03\xb9\x20\x1d\x68\x01\xb1\x97\x8f\xf4\xda\x5a\xe1\x1a\x55\x50\x45\xd4\x06\xd4\x04\xb5\xe4\xd2\xc2\xd1\x05\x75\xf6\xd2\xc2\x21\xc8\x92\xab\x6f\x40\x4b\xd0\x62\xaf\x0e\x24\x21\xc6\x01\x97\xa0\x53\x10\x2a\xc4\x72\x7c\xa0\x42\x27\xe6\xd4\xce\x13\x67\x11\x84\x72\xb8\x21\x9f\x12\x95\x30\x54\x07\x90\xc2\x90\xaf\x3d\x21\xfc\xd1\xd7\x21\xe8\x60\x21\x4f\x5c\x7a\x62\xc6\x89\x52\x71\x51\x57\x9c\x80\xd8\xc4\xbe\x5c\x71\x02\x52\x5a\x2d\x40\x3a\x10\x71\x62\xf6\x09\xa4\x03\x5d\x17\x5c\x08\x71\x85\xa0\x80\x8b\xeb\xb8\x30\x00\x8f\x9e\x5c\x06\x14\xd2\x57\x12\xf3\xc9\x13\x43\x42\xdc\x3c\x71\x21\xd7\xad\x27\xde\x7a\x22\x9a\xb8\xf5\x44\x6e\xbb\x63\x5f\xbb\x6e\x1b\x52\x3a\x81\x6f\xef\x45\x10\xfa\x1a\x1b\x10\xfa\xda\xd1\x57\xdf\xf2\xd2\x76\xe9\x6b\x47\x5f\xdd\xe0\x92\xbe\x76\xe9\x0b\x23\xdf\xa5\xaf\xdd\x6b\x72\xa1\xd5\xdd\x9b\xa0\x06\x57\x23\x83\xff\x9c\x77\xff\xbf\x54\xbc\x76\xef\x5a\x91\xa6\xdc\xc9\x6f\xbb\xef\x82\x30\x65\x42\xd2\xee\x7a\x7a\xe6\xa1\xd2\x9d\x93\x9c\x92\xf1\xc4\xa9\xc7\x00\xd2\xe1\xce\x14\x5b\x01\x62\x3f\xb5\xf0\x94\xd8\x13\x48\x62\x47\x8a\x3d\xb8\xad\x3d\x24\x76\x48\x6c\xb6\x0f\xc9\x85\x3a\x07\x2a\x38\xa4\xce\x23\x3d\xa5\x0c\x12\xd0\x21\x4f\x81\xd8\x24\xc9\x1e\x9d\x27\x1e\x23\xd5\x39\xf1\xe0\x63\xdc\x82\x6e\xb8\x52\xc3\x87\xd2\xfa\x81\xd2\x27\xf1\xe7\x90\xd2\x8f\xcc\xee\xe5\xb9\xd7\xaa\x82\xe4\x75\xec\xb5\x9a\xa0\x34\x86\x49\x94\x3a\xd6\x12\x24\x7f\xd2\x5e\x18\xc3\x41\x10\x9c\x82\x14\x04\x0f\x05\xc1\xc9\x81\x14\x04\x0f\x4c\x79\x92\x64\x0f\x99\xf2\x21\x53\xd6\xf6\x32\xe5\x03\xdd\x4f\x32\xea\x21\xdd\x43\xcc\x27\xa2\x4a\xf7\x47\x2a\xb7\x18\x06\x7f\x9c\x97\xa0\x8b\xbd\x2a\x10\x3e\x70\x44\xde\x90\x11\xcb\x8e\x90\xbe\x82\x1b\x22\xb2\x1c\x8a\x9e\x47\x46\xbc\x62\x3a\xb6\x22\x1e\xc4\x26\x31\xe3\xb8\xa5\x89\xf4\x81\x62\xc6\x42\xf9\x00\xc4\x26\xce\x73\x28\x2e\x42\x8a\x4a\xaa\x43\x71\x11\x62\xf3\xb9\xfd\xf3\x89\x48\x8f\x29\x9f\xba\xed\x33\xe3\x57\xb1\x95\xdb\x9f\x63\x0a\x22\x1a\x70\xec\x73\x10\x0d\xce\x2c\x7d\xca\xe2\xb6\x4f\x2b\x82\x70\x31\x4a\xbd\xd3\xaa\xa0\xbc\xed\x45\x02\x3a\x75\xdb\xa7\xb3\x10\x2b\x3c\x5d\x0b\x5d\x0b\x3b\x90\x16\x7a\xca\xb5\xa6\xa0\x4b\xd0\x85\xee\x1d\x28\x04\x11\x59\x4c\x7b\x61\x72\x67\x26\xb0\xb2\x88\x2c\xa7\xea\x01\x88\xcd\x27\xd4\x04\x21\x97\x0b\x7a\x2e\xc4\x56\x8d\x33\xea\xb6\x4f\x94\xe3\x25\x55\x78\x49\x39\x17\xae\xe0\x9c\xf1\x92\x2b\x5c\x72\x05\xea\xba\x4b\xae\x70\x71\x6c\x47\xab\x97\x8e\x7d\x65\xe8\xa8\x1b\xe9\xf3\x5a\x97\x20\xcc\xe4\xc9\xc5\x81\xae\x0c\x23\x75\x23\xbc\x5d\x8a\x13\x10\x9b\x5c\xc7\xe5\x43\xd0\x4a\x2e\x22\xc0\xe5\x2e\x08\x03\x20\x54\x5e\x8a\x26\xd7\xb5\x25\x17\x76\x7f\x5d\x45\x10\x8a\x5e\x2c\xbc\x50\xce\x95\x5e\x5f\x0b\xe5\xc6\xa5\x48\x0c\xb1\xb9\x04\x61\x00\x57\x1a\x66\x2d\x98\xef\x25\xc3\xbc\x64\x98\xcb\x80\x9a\xa0\x3c\x63\xa1\x23\x08\xe9\x2b\xfa\x48\x68\x08\x9a\x82\x30\x26\x2a\xef\xe8\x26\x28\x0f\x54\x30\xcc\x50\x76\x0e\x65\xe7\xa5\x85\xbb\xa0\x1d\x2e\x41\x87\x20\x2c\x9a\x20\x1a\x1d\x8b\x8e\xb4\xcf\x5a\xb8\xa1\x50\xde\x85\x98\xdc\x3d\x94\x77\x23\x23\x53\x2d\xe8\x2b\x14\x99\x20\xe6\x04\xbe\x50\x92\x8d\xbc\xc7\x5a\x28\xec\x43\xf7\x18\x67\x1e\xa8\x52\x5c\xc6\xa9\x03\x9d\x1c\xc8\x1b\x90\x0e\x94\xfd\x50\xad\x82\x2e\x89\x7a\x91\xd6\x09\xa2\x71\x61\x00\x81\xbe\x1a\x95\xf7\x2d\x7d\xdd\x79\xec\xda\xc8\x95\xb7\x8e\x7d\xcb\xbe\x5c\x10\x7b\xdd\x59\x6e\xd4\x46\xc4\xbc\x55\x6e\x40\x6c\xba\x20\xe4\xba\x91\xbe\xa1\xaf\x5b\xd2\xdf\x99\xcc\x6a\xc7\xa2\x6f\x25\x33\x88\x29\xca\xdd\x32\xcc\x3b\xfd\xb1\x76\x42\xda\x2d\x7f\xbc\xc9\x6f\xb6\x15\x20\x0c\xf3\xce\xb6\xa4\x76\x2a\xef\x5b\x6d\x09\xc4\x8c\x54\x7c\xab\x2d\xb9\xb3\xb8\xac\x1d\x77\xbf\x55\x5c\x42\xcc\xb6\x0e\xa4\xed\x2f\xf6\xc2\x56\xef\x4b\x7b\x5d\xda\x8b\x85\x97\xf6\x4a\x15\x56\xb5\x12\xb7\x54\x08\x31\x23\xd3\xdf\x2a\x37\xee\x48\xe9\xc7\xd6\x7f\x3d\x15\xdf\xa1\xa7\x27\x31\xa3\xaa\xbc\x95\x18\x6f\xae\x66\x64\x6d\xe0\xea\xcf\x7d\xc3\x48\x49\xb2\xbe\x61\xa4\x22\x66\x4f\xae\x1d\xc8\xd2\xfc\x28\xcc\x7d\xb3\x25\x88\x34\x95\x16\xe9\x9b\x69\x21\x57\x33\xd2\xb0\x7c\x5b\xda\x3e\x89\x59\x81\x8b\x7e\xd7\xb7\x0c\x69\x75\x38\xdb\xef\xe2\xda\xc5\xd5\x80\xc4\x95\x12\xd7\xd9\x58\x48\x0e\x17\x31\x2b\x08\x81\x53\xfb\x96\x55\x78\x9d\xda\x8b\x2a\x5c\xc4\x2c\x5d\xdf\xb7\x5b\xdb\xdf\xf3\xf5\x51\x2d\xed\xc3\xb7\xac\xbe\x9e\xc4\xac\x2c\x20\x1d\xe8\xd6\x81\x90\xfe\xd6\x81\x92\x54\x2b\x6c\x7f\x4b\x13\x64\x1b\x37\x44\x25\xdb\x88\x54\x4b\xe7\xf1\xe7\x4c\xa4\x10\x20\x48\x9f\x5e\x08\x10\x22\x66\x75\x03\x42\x88\x82\x53\x5b\x03\xc2\xa9\x45\xcc\xb2\x1c\xf5\x82\x53\x7b\x99\xe9\x75\x96\xd1\xd3\xcb\x3c\x04\x1d\x70\xf1\xc4\x79\x0a\xba\x92\x2b\x4b\x04\x2f\x33\x04\x05\x5c\x08\x31\x51\x4e\x31\xb8\x8c\x27\x9a\xb8\x4c\x5c\x3d\x21\x5d\x5a\xc9\x0a\xa4\x5a\x86\x4a\x2f\x4b\x42\x2c\x6c\x22\xdb\x30\x2f\x0b\x4d\x94\x6c\x35\xab\x39\x5c\xb4\x9a\x22\xe6\x06\xd7\xa1\x63\x67\x53\x55\x57\xe7\x89\x87\xa4\x3f\x24\xbd\x16\x4a\xfa\x53\x5c\x40\xa7\xb8\x4e\x71\x71\xa0\x53\x5c\x57\x5e\xc7\x9a\x1c\xfb\x92\x10\x49\xcc\x2a\xca\xb9\xb4\x30\xd2\x37\xc9\x95\x5e\xa2\x08\xc2\x37\xb3\x03\xf2\x82\x77\x78\xc9\xda\xa4\xae\xc5\xb1\x69\xe9\x44\xec\x79\x1d\x21\xe5\xdc\xc8\xa5\x33\xde\xda\x1e\x03\xb0\x86\x56\x65\x00\x90\x4a\x46\xf5\x2a\x03\xa8\x18\x80\x63\xf7\x55\x06\x50\x65\x00\x99\x2b\xbd\xca\x00\x20\xd5\xb1\xc2\xda\x97\x20\x0c\x00\x7f\xac\xf2\xc7\x9a\xe1\xb1\x7a\xd5\xf6\xa7\x20\x89\x6a\x40\x88\x5a\x87\xb8\x58\x38\xc4\x45\xcf\x65\xd9\xbf\x79\xa5\xe7\xf2\x8a\x8b\x3a\xd7\x51\x75\xdb\x75\xa5\x3f\xba\x21\x97\x0b\x72\xfc\x51\x5c\x54\x33\x5e\x33\x3c\x56\x77\x0e\x44\xc2\x16\x31\xa6\x67\x5e\x5d\x67\x74\x84\x40\x5f\xd5\x25\x84\x23\x44\x36\x7e\x5e\x5d\x42\xa4\x4d\xb4\x2d\x03\xaa\x57\xd9\x44\x95\x4d\x74\x41\x5a\x98\x39\xa9\x6d\xd2\xd7\xa9\xed\xc9\x49\xd6\x05\x49\x85\x49\xda\x46\x64\xaa\xa7\x54\x78\xa2\xc2\x27\x24\x15\xa6\x01\xb5\xad\xa3\xaf\x53\x42\x50\xce\xda\x13\x92\x0a\x6f\xb8\xb2\x29\x72\xcd\xd8\x44\xda\x46\x80\x69\xf4\x5c\x22\x26\x7f\x6c\xf4\x5c\xde\xf2\xb6\x5b\xc9\x3c\xe2\x4d\xb7\xdd\x74\xdb\x5d\x0b\x4d\xd0\x09\xd7\x04\xba\x04\x21\x44\xf6\x6f\xde\x74\x8f\x2d\xb3\x60\x2b\xc4\xc2\x46\x16\x14\x31\x1b\x6c\x3f\xb4\x7d\x5e\x67\x2b\x55\xd0\x73\x21\x8e\x2c\xe9\xe9\x54\xbc\xcd\x99\x5c\x58\x74\x9b\x12\x62\x12\xf8\x06\xdb\xcf\x25\xc8\xe1\x42\xd4\xb9\x0b\xc2\xad\xb2\x67\xf3\xa6\x98\xd3\x32\x82\xb4\xc2\x3d\x36\x93\x72\x4c\xb5\x05\x07\x32\x29\x87\x6a\x99\x59\xa9\x37\x93\x72\xd2\xe4\x5a\x91\x26\x64\x72\x2d\x9b\x9f\x56\x70\xe4\xb6\xba\x20\x82\x7b\xf6\x6c\xde\x96\x8e\xed\x06\x17\x90\x4b\x54\xe7\x6a\x07\xba\xa7\x46\x74\x66\x9a\xad\x2c\xb8\x4e\x6d\x4f\x3f\x63\x93\x63\x9f\x92\x2b\x6b\xc4\x56\x89\x26\xed\x92\x5c\x17\xf9\x71\xa2\x42\xb2\xb3\xb7\x6b\x25\x17\x96\xd3\x2e\x6d\x7f\x11\xf8\x26\xfa\x52\xcc\x69\x99\x9a\x5a\x1d\xf5\x57\x53\xb1\x37\x65\xae\x46\xed\x49\x07\xe4\x2d\x74\x81\x91\x87\xab\x13\x0d\x87\x0e\x17\x1c\x6e\x72\xb8\xd0\xd3\x6f\x1e\x25\x15\xdc\xda\x8b\x41\xf0\x22\x4d\xb5\x5b\x8a\xc2\x6e\x6b\xd6\xea\xae\x79\xae\xf7\xce\xf6\x68\xa5\x2b\xb2\x74\x45\x96\x29\x2e\x17\xe4\x5c\xa0\xb8\x38\x5c\x1f\x2c\x74\x20\xe5\xa4\xae\x9c\x44\xd2\xe8\xca\x49\xdd\xd2\xe0\x5b\x49\x21\xba\x4d\x41\x18\x3c\xf5\x40\x37\x13\x94\x37\xdf\x30\x19\x4d\x90\xbd\xaf\xb4\xc8\x86\xc1\xf7\x25\xae\x85\x45\x9a\xb8\xf4\xc4\x24\x8d\x4a\xd0\xbb\x12\x50\x57\x02\x22\xef\x76\x25\xa0\x9e\x35\x5e\x6b\x53\x7b\x5d\x82\xf0\x27\x62\x59\xa7\xf9\x70\x46\xcf\xad\xa1\x68\x8d\x9e\x45\xcc\x48\x53\x1a\x3d\x3b\x23\xde\xd6\x96\xa0\x53\x10\x81\x0b\xeb\xd6\x88\x57\xa4\x35\x17\xd7\x73\x7b\xbc\x4e\x2a\x64\xc4\xeb\x0c\x36\x5b\x93\x0a\x0f\x71\x31\xd8\x74\xe3\x40\x87\xb8\xb0\xc8\x8e\x9f\x77\x59\x64\x97\x45\x8a\x4b\x16\xd9\xb3\x1f\x69\x9d\x6c\xd3\xef\x27\x44\x09\xb9\x38\xb6\x6c\xa2\x63\x00\x1d\xfb\x1a\x32\x00\x48\xeb\x9c\x71\x28\x70\x8d\xce\xf6\xab\x00\x35\x41\x17\x5c\x0b\x28\x04\x71\xa0\xec\xcc\x7c\xf0\x1e\xc3\xc7\x60\xaf\xec\x47\x7c\x0c\xed\x35\xf0\x73\xd2\xe7\x60\xa6\xe8\x63\x34\xb8\x58\xc8\x00\x51\xc4\x0c\xad\x0e\xc5\xb2\x91\x51\xaa\x75\x32\xc4\x18\xcf\xed\xa9\xd8\x28\x37\xc6\x94\xf4\x59\xd4\x34\x66\xfc\x3e\xe6\x25\x88\xab\x5d\x82\x24\x2a\xf6\x35\x08\x82\x43\xf6\x35\xd2\xf5\x1b\x23\x71\x1f\x72\x7d\x88\x59\xf6\x5c\x3e\x4e\x89\x9a\xe5\x46\x9b\x1b\xd2\xab\xdc\x18\x2a\x37\x74\x46\x95\x1b\x23\x5b\xcd\x36\x0b\x5c\x97\xf6\xa2\xd5\x74\x3c\x6d\xe8\xd2\xc6\x95\x0e\x33\xc9\xce\xe3\x5a\x82\x70\x18\x72\xe5\x50\x18\x19\x59\x82\x36\x06\x44\x3e\x54\x82\x0e\x95\xa0\x54\xcb\x43\x25\xe8\xe0\x1e\x99\x19\xf9\xd4\x3d\x4e\x1c\x99\x79\x8a\x4f\x39\xf2\x94\x23\x67\xc3\xe0\x53\x8e\x3c\x09\xe1\x13\x1f\x9a\x0a\xe1\x53\x21\x1c\x5b\x9d\x0a\xe1\x13\x7d\xd1\x7c\xf8\x94\xbe\x66\x26\xff\xa6\x5a\x6c\x2a\xf9\x4f\x25\x7f\x17\x54\x04\xa5\x10\xca\xce\x53\x91\x18\x62\x8e\x15\x4e\x45\xe2\x89\x56\x95\xa6\xa6\xb4\x3a\x9f\x5a\x35\x20\xb4\x3a\xaf\xd4\xc4\xda\x10\xf5\x32\x41\xd2\x04\xc7\x96\x0a\x67\x36\x45\x6d\xa1\xfb\x49\x53\x24\x62\x46\x2a\x9e\x34\x45\x3e\xaf\x94\x7e\xa1\xfb\x19\x92\x3e\x89\xad\x4d\x90\xa4\x4f\x45\xb7\x45\x1d\x3c\xa5\x68\x88\x2d\x12\xf6\x54\xad\x0f\x69\x8b\x7a\x60\xaa\xd6\x87\xd8\x53\x54\x55\x7f\x93\x1b\x5a\x24\x33\xd3\x0d\x19\xde\xb1\x38\xb6\xc9\x3b\x20\xb6\xb0\x2f\x93\x77\x58\x9a\x6c\x5b\x44\x5f\x53\x31\x0e\xb1\xb5\xe5\x0d\x99\x32\xaa\x65\xca\x6c\x8b\x33\x9a\x35\x41\x0d\xae\x09\xd4\x05\xe5\x5e\x4e\xfd\x64\xba\x47\x23\x62\x3a\xfa\x32\x45\x4c\x88\x2d\x7c\xc8\x14\x31\x0d\x4d\x38\xb5\xbe\x49\x13\x76\x8b\x8b\x27\xde\x4f\xae\x9d\xab\xe5\x40\x3a\xb6\xe5\xb1\xfb\x46\xbd\xb9\x74\x6c\x88\x2d\x2a\xdc\xa5\x00\xb3\x32\x5c\xf4\x8d\xb2\x71\x0d\x71\x0d\x71\x55\x20\x71\x65\x86\xe9\x1b\x25\xc2\x52\x86\x81\xd8\x22\x16\x2e\x65\x98\x95\x9a\xe8\x1b\x61\x5b\xaf\x82\x7c\x49\x08\x5c\x54\x2f\x40\x44\x7a\x59\xbf\xde\x15\xbb\x4b\x46\x88\x31\xc4\x72\x57\xf5\xc6\xdb\x8a\x5e\x88\x3f\x7a\x5b\x21\x62\x32\x3f\xbd\xad\x70\x4f\x1f\xea\x15\x19\x5d\x3d\x17\xc4\x56\x31\x20\x71\xe5\xd5\x74\xde\xb5\xb8\xde\x56\xb8\x67\x53\xd4\x2b\x86\xe5\x6a\x8a\x20\xe6\xc4\x58\xe7\xfd\x9b\x33\xef\xef\x0d\x5b\xd3\xbc\xdf\xf7\x8c\xc4\xbd\x99\xa0\x5b\x10\x26\x43\xc3\xb0\x4b\xc3\x7b\xea\xae\xb7\x25\xc8\x05\x71\xa7\xb4\xad\xfb\xe0\x4e\xf7\xac\x04\x7b\xc3\xc5\x76\x55\x82\x10\x73\x42\xf8\xae\x4a\x70\xb7\x14\xa2\x73\x5b\xbb\x5d\x82\xd2\xeb\x16\x31\x76\x57\xc7\x08\xe9\x9d\xc2\x5c\x6f\x18\x9c\x37\x0c\xbd\xd3\xb5\xe8\x0d\x83\x88\x2d\x7a\x54\xbd\x61\x10\x31\x5f\xe2\xd2\xf6\x19\x9c\x7b\xa7\x98\xde\x15\x9c\x21\x26\x77\xdd\xcf\x26\xa8\xb1\x70\x02\xe1\x03\x7b\x16\x48\x9d\x77\xc5\xbe\x87\xce\x18\xb2\x5b\x03\x92\x10\x68\x95\xf7\x95\xae\xb1\xbf\x1f\xdc\xf6\xa0\x6a\x38\x74\xdb\x87\x6e\x1b\xb7\x38\x74\xdb\x0c\xf4\xfb\x20\x69\x68\xa0\xef\x4c\xef\xfb\x44\x2e\x4d\xef\x45\x6c\xd1\x73\x1d\xaa\x63\x8f\x0c\x95\x5d\x81\xfe\x50\xa8\x3c\x9e\xa1\x72\x01\xb9\xa0\xf4\x14\x5e\xf8\xb8\x06\xfa\x22\xb6\x88\xc4\x1a\xe8\x3b\xc3\xee\xce\xdb\x0e\xd7\xb0\xdb\x99\x6c\x9b\x23\x97\x26\xdb\xce\x34\xba\xab\x1f\xd1\x34\xda\xcf\x5c\xdf\xe5\x9b\xa7\x6a\x1e\x88\x2d\x1a\xe5\x53\x35\x0f\x83\xe0\xae\xa6\x5b\x83\x60\xbf\xb2\x6b\xe9\xde\x04\x99\x20\xcc\x84\x64\x76\x29\x01\x31\x08\xee\x4e\x1b\xa6\x41\xb0\x88\x2d\xec\xfe\xd2\x9c\xe7\x4a\x03\x18\x1b\x91\xf8\x92\x01\x40\x6c\x35\x41\x28\xfa\x4a\x57\x18\x1b\x26\x77\xc9\x15\x20\xb6\x18\xfd\x5c\x87\x9e\x98\x81\x6b\x30\x1b\xf6\xeb\x7e\x42\x68\x95\xf4\x79\x29\x84\x33\xa9\x1d\x85\x74\xa0\x49\xad\xc7\x6c\x40\x29\x6a\xcc\x2e\x88\x02\x9a\x92\x2a\x26\x45\x09\x13\xd1\x51\x68\x05\x34\x11\xf5\x48\x8b\x1e\x6a\x2b\x42\x16\x1d\xb2\x68\x8c\x3c\x74\xa0\xd0\x13\x89\xd7\x9a\x75\x3a\xf3\xc9\xa1\xd2\x58\xf3\x49\x91\xd1\xa8\xc5\x6e\x29\x07\x62\x4e\xb1\x74\xf3\x76\xc8\xef\x6c\x48\x07\x6f\x0f\xfd\x56\x43\x0a\xb1\xd5\x04\x11\x01\x18\x20\x8e\x4e\x67\xa6\x01\xa2\x88\xb9\x0b\xe2\x40\xf7\x0d\x17\x46\x7e\xab\x46\xbc\xf5\x01\x09\xf5\xc0\x7d\x3f\xb9\x52\xfa\x9e\x2a\xc4\x06\x33\x9b\xf2\xbf\x96\x56\x18\x9a\x10\x06\x53\xbd\x31\xf2\x1e\x43\x53\xbd\xd8\xbc\x26\x94\x45\x49\x6c\xbc\x2a\x14\xb1\x95\x85\x57\x6c\x8c\x52\x63\x4b\x33\x1b\x63\xc1\xb5\x3f\x21\xe9\xde\x81\x06\x50\x66\xfa\x31\xb5\x3d\x99\x5e\xc4\x98\x19\xc5\x46\xa6\x0f\x66\x6c\x83\x57\x7a\xa1\x19\x5b\x94\x2c\x7d\x06\x13\xf7\x28\x34\x2f\x22\xb6\x7a\x01\x3a\x80\x90\x9e\x09\x61\x68\xbc\x15\x8c\x7e\x06\x75\x4a\x68\xf4\x23\x62\x2b\x1b\xbf\xd0\xe8\x27\x18\xea\x8c\x95\x36\x11\x1a\xea\x44\xcd\x28\x39\x56\x76\x04\x51\xb3\xe2\x7a\x12\xc3\x87\xa2\x52\x78\x45\xcd\xcc\x35\x18\xea\x44\x25\x87\x8b\x18\xb5\x45\x54\x72\x78\xd4\x6c\x91\x86\x57\x71\x2d\x41\xb2\x68\xf6\x32\x6d\x8f\xf4\x9e\xb6\x1a\x1a\xd7\x44\xc5\x61\x1c\x15\x56\x1c\x46\xc4\x56\x67\xaf\x43\x7b\x65\x0f\x32\xb8\xed\xa8\xf4\x20\x22\xe6\x8e\x10\xf4\x20\x51\xb3\x40\x9a\x5b\x26\x9d\xa8\xcc\xc5\x44\x8c\x02\x27\x6a\x48\xfa\x8c\xa5\x73\xe3\x6a\x2b\xaf\xf4\x44\x6c\x65\x1b\x17\x55\x2a\x64\x78\x32\xb7\xbe\x7e\x35\x15\x87\x66\x2b\xd1\xb2\x10\x98\xa4\xf8\x68\x14\x02\x22\x46\x2d\x15\x8d\x64\x26\x32\xb7\x8c\x78\xd1\x48\x66\x22\xb6\x46\x05\xe2\x9a\x5b\x3a\xf5\xdc\x9c\x85\x38\xb5\x88\xad\xd1\x80\x26\x50\xaa\x73\x16\xce\xab\x51\x44\xb4\x73\x26\x94\xf1\x3a\x1a\x23\x25\x11\xf3\xcc\x95\xd1\x4e\xc9\xc5\xe1\xf0\xf3\x50\x87\x1d\x34\xb7\xb3\x22\x84\x9a\xdb\xe8\x99\x0e\x26\x6f\x3e\xa2\x93\x0e\x44\x6c\x0d\x41\x43\xd0\x4a\xae\x8c\x52\xa1\xe6\x56\xc4\x56\x06\xfa\x50\x73\x1b\x7c\x6a\x35\x5b\x65\x21\x6f\x2b\x44\x6c\xe1\x03\x5d\x5e\xc7\x27\x3a\xb3\x65\x2a\x0e\x7d\xa2\x23\x62\x6b\x20\xea\xa1\xbd\xb2\x30\x9f\x2d\x7b\xe7\xe8\x14\xe6\x22\xe6\x3a\x10\x85\x79\xd0\x44\xce\x86\x0a\xd5\x44\x06\x0d\xd6\xec\x38\xa2\x1a\xac\x18\x7e\xbd\x3e\x26\x79\x37\x06\xef\x2b\x45\x16\x81\x3e\x06\xa5\x5a\x8c\x14\x62\xf2\xe9\x50\x0c\x09\x31\x8e\x03\x2e\xb6\x67\xc2\x17\x23\xad\x68\x2a\x8c\x0c\x59\xd1\x90\x23\x62\x13\x43\x8e\x48\x53\x34\x67\x16\x5e\xa1\xa6\x28\x66\x96\x3e\x73\xe2\x3c\x93\xaa\x52\xc4\xd6\x1c\x40\xe8\x8b\x76\x67\xf2\x1d\x47\xa8\xdd\x89\x99\x57\x30\x79\x67\x16\x73\x4d\x41\x93\x85\xe2\xc2\x00\x66\x4c\xb8\xd8\x3e\x9e\x10\x2e\x36\x05\x61\x13\xb4\x02\x93\x06\x2b\xd4\x0a\x84\x65\x41\x38\xf9\x94\x2f\x8c\x82\x50\xc4\x96\x6d\x40\x1c\x88\xf2\x7d\x32\xc6\x0e\x95\xef\x61\x7b\x3e\x71\x65\x5f\x19\xc6\x87\x29\x22\xb6\xb8\x34\xe3\x6d\x7e\x58\x6a\x72\x7a\x81\x8b\xb9\xa9\x88\x2d\xeb\x40\x68\x95\x5a\x7d\x2a\x40\xa8\x56\x8f\xc5\x8c\x7f\xcb\x7e\x24\x96\x9e\xb8\x48\x2d\xdb\x4c\x63\x5a\xa4\x16\x11\x93\x10\xeb\x12\x17\xe5\x46\x21\x70\xa9\xe4\x0e\xcf\xc0\x65\xbc\x3d\x0c\x57\xe0\x82\x2c\xe6\xb9\xe1\x0a\x5c\xd4\xc1\x56\x09\x23\xaa\x83\xc3\xf9\xb0\xae\xe2\x0a\xce\x87\x75\x22\xb6\x16\x7b\x31\x75\x09\xc7\x7c\x2b\x86\xe9\xb2\x1c\x88\x2d\xf2\x88\xeb\xd8\x8e\xf9\xb6\xac\xcf\xc3\x65\xbe\x10\x63\xa0\x1f\xce\x88\x37\xa8\xa9\xad\xb5\xdc\x5e\x35\x75\xec\xf4\x5c\x2d\xdb\xd6\xd8\x4d\x10\x53\xcc\x95\x55\x69\xec\x4c\x31\x45\x96\xf4\xb5\x33\xc5\x0c\x8a\x5e\xe3\xbd\x60\xa8\xe8\x8d\x9d\xc9\x76\xcf\xae\x38\x76\x26\xdb\x22\xb6\xb2\x50\x8d\x5d\xde\xb1\xeb\x3b\x47\xee\x71\xa7\xf0\x8a\x3d\xb3\xe0\xaa\x88\xaa\x22\x2e\xce\x6c\x45\xd6\x96\xbd\x60\x9c\x4c\x90\x45\xd6\xb6\x2d\x20\x13\xc4\x67\xa7\x53\xd0\x12\xc4\x37\xa6\x18\xd3\xc9\x30\x40\xe4\xc1\x60\x33\x4e\xe6\xcc\xc1\xe7\x0d\x6b\xcb\x2e\x2f\x4e\x45\xcc\x73\xf0\x9e\x1e\x7f\x3c\x99\x20\x8b\xac\x8d\xc8\x74\x32\x9b\x11\xb1\x99\x4d\x64\x9c\x53\xa2\x4e\x44\xad\x2c\x9c\x4d\x10\xaf\x69\xd1\xd7\xa9\x50\x7b\xa6\xa2\xd7\x56\x81\xa4\x68\x88\x3e\x9a\x0d\x7d\x5c\x21\xb2\x98\xf1\x87\x3e\xae\x10\x79\x30\x0e\x8c\x53\xe9\xf3\xcc\x94\xb9\xf8\x5e\x35\x4e\xd3\xf6\x86\x72\x1a\x72\xc9\x0a\x21\x36\xa8\x07\x4e\x59\x21\xc4\xc6\xd2\xc2\x5d\xd0\xce\x42\x71\x49\x13\xc6\xe7\x8a\x5c\xda\x69\xa7\x20\x34\x81\x0f\xa9\xa6\x16\xb1\xe1\x28\x67\x49\xfa\x85\xf4\x1d\x51\x97\xa4\xe7\x13\x1f\x5e\x81\xc6\xb9\x24\x3d\x4d\xc2\x20\xad\x9f\xca\x0a\x90\xb5\x61\x39\xa7\xb2\x02\xc4\x06\x31\xe7\x54\x64\x82\x18\x1f\x28\xc5\xa9\xc8\x74\x2e\x3c\xad\xa3\x2f\xe5\x0e\x88\xf1\x3a\x35\x4e\xe5\x0e\x3e\x46\x59\x5b\x9f\x7f\x9d\x8a\xdb\xf8\x3f\x99\xf8\x54\xa5\x76\x66\x57\xb2\x36\x52\xe5\xe9\xcf\x3d\x78\x3f\x5f\x38\xae\x4b\x4f\x4e\x04\x27\xb3\xe8\x53\x15\x91\xc5\xd7\x18\x71\x2a\x6e\x9d\x07\x0f\x97\xf5\x1d\x52\xca\x39\x12\xd2\xc5\x2b\xc7\x9e\xbc\xb7\x1b\x04\x83\xf3\xd2\xf6\x17\xdb\x13\x9b\xcf\x4b\xd7\xc0\xdc\x7c\x18\x5c\xa1\xe3\xa6\x4f\x2f\xbe\x4a\x0e\x35\x2d\x71\x65\x85\xb0\x4a\x01\xa2\xc6\x17\xd1\xd7\xd2\x71\xd1\xdb\xc6\x35\xe1\x6a\x82\x76\x41\x9c\x11\x7b\xbf\x18\x91\xc5\x95\xe1\x7a\x95\x2e\x28\x04\xf1\x39\x0e\x51\xf7\x62\x72\x13\x57\xda\xe5\xe2\x43\xd2\xb8\x54\xcf\x41\x6c\x52\xf5\x5d\x36\x04\x2d\xb8\x04\x9d\x82\x52\x5f\x7c\x5b\x1a\xea\x9c\xe2\xca\x3b\x5b\x05\x4d\x5c\x4b\xdb\xa3\x55\x3e\x1c\x09\x75\x15\x71\x33\xb6\x58\xd9\x8e\xc4\xcd\xd8\x42\x64\x55\x82\xc1\xcd\x38\x57\x64\x55\xb2\xc1\xdd\xbb\x20\x45\x24\x07\x0a\x41\x41\xf8\xa9\x40\xb7\xa0\x9b\x85\x29\xc4\x3d\xf4\xc4\x24\xab\x12\x29\x6f\xe5\x58\xc8\xaa\x86\x10\xca\xb1\xf7\xa4\xb2\xc5\xfa\x6e\xe9\xfe\xc6\xe9\x54\xff\xde\x72\xba\x3b\x3d\x6c\xf1\xb2\x23\xf4\x35\x46\xdc\x4e\x30\x68\x9c\xd1\xb5\x7d\x1a\xe3\x2a\xeb\xaf\xdf\xab\xe4\x7f\xff\xb8\x7f\x7c\xf9\xe5\x0f\x22\xce\x9f\x3e\x7d\x8a\xb7\x2f\xfc\xf9\x05\x7f\xf4\xf0\xb8\xe2\x7e\xff\x16\xbf\xfc\x29\xc7\xc7\x0f\x1f\x73\x15\xff\xff\xaf\x00\x00\x00\xff\xff\x9a\x9d\xb4\xf4\xf6\x31\x00\x00"); +func _fegg ()(*asset ,error ){_efaf ,_fgede :=_eegf ();if _fgede !=nil {return nil ,_fgede ;};_edab :=bindataFileInfo {_dae :"KSCms-UHC-HW-H",_fb :13680,_ae :_be .FileMode (436),_g :_a .Unix (1580492566,0)};_gafc :=&asset {_dd :_efaf ,_ef :_edab };return _gafc ,nil ; +};func _egafa ()([]byte ,error ){return _c (_babg ,"UniJISX0213-UTF32-H")};var _befg =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\x95\x4f\x8b\xe3\x46\x10\xc5\xef\xfd\x29\xfa\xb8\x39\x6c\xdc\x55\xd5\x2d\xb5\x40\x0c\x04\x0f\x0b\x0e\x6c\x12\x32\xf9\x07\x21\x07\x59\x6a\x19\x41\x2c\x09\x59\x3e\xcc\xb7\x0f\x55\xcf\x9e\xc0\x1e\x06\x8f\x7e\xea\x7e\xd2\xfc\xde\x74\xf9\x70\x3c\xbd\x9e\xe6\x69\xf7\x87\x5f\xb6\xa5\x7f\x2b\xbb\x1f\xa7\x79\xd8\xca\x6d\xb9\x6f\x7d\xf1\xe7\x72\x99\x66\xe7\x88\xfd\x30\xf5\xfb\xf3\xd2\x3e\xfa\x6b\xb7\x3a\xa7\xfb\xdf\xde\x6f\x7b\xb9\x9e\xe6\x71\xf1\x82\x75\xc3\x7d\x7d\xac\xf5\xfe\xf0\x6b\xb9\x4c\xb7\x7d\x7b\xf7\x9f\x7e\x18\x96\x73\xf9\xce\x0f\x65\x54\xfe\xf3\x36\x94\x6d\x9a\x2f\xfe\xd3\x8f\xdd\xda\xcd\xf4\x71\xe3\xed\xbe\xae\xff\x96\x6b\x99\x77\x1f\x8d\x95\x79\xb0\x4f\x77\x38\x7e\xed\xd6\x9f\xba\x6b\xf1\x07\xcb\xfa\x8c\x9d\x9f\xb1\xcc\xee\xfe\x51\xb6\xdb\xb4\xcc\x9e\xbe\x0f\x21\xfd\x8f\x7f\x7b\x5f\x8b\xa7\x47\xca\x5f\xbf\x9f\x5e\xfd\xdf\xe4\x29\x78\x4e\x49\xea\x7f\x1e\xfc\xcf\xaf\xcb\x50\x7c\x78\x3e\xeb\xf4\x7a\x5c\xee\xf3\xee\x29\xc5\x88\x27\x38\xc2\x9f\xd5\x2f\x43\xb9\xad\x5d\x5f\xb6\x6e\xbe\x14\xe7\x7d\x1b\x42\x08\x2f\xbe\x95\xe3\x97\x2f\x2f\xfa\xbe\xdf\xac\x70\xd5\x73\xe7\x34\x80\x3c\x77\x84\x30\x8e\x2f\x3e\xb8\x36\x10\xae\x49\xaf\x39\x55\xae\x0d\x0c\xc2\x4a\x12\xb1\x6b\x83\x80\x88\x92\xba\xca\xae\x0d\x11\x24\x2a\xa1\xc0\xd1\xb5\x21\x01\x25\x43\x9c\x35\xbb\x02\xaa\x0c\x25\xd1\xf0\x1a\xa8\x36\x54\x37\x9a\x9e\x81\xb2\xbd\x41\x88\x1a\xdf\x00\x35\x86\x24\x68\x7c\x07\xd4\x3d\xde\x53\xe3\xcf\x40\x67\x43\x99\x34\xbe\x07\xea\x15\x49\xa8\x35\x7e\x00\x1a\x0c\x09\x6b\x7c\x01\x2a\x86\x52\xd6\xf8\x11\x68\x34\x94\x63\x70\x2d\xc1\x14\x99\xa9\x18\x9a\xca\xb5\x04\x59\x64\xb2\xa2\x24\x76\x2d\xc1\x16\x99\xad\x58\x85\xec\x5a\x82\x2e\x32\x5d\x31\x57\xd1\xb5\x04\x5f\x14\x1f\x4e\x35\x1e\xbe\xc8\x7c\x25\xa9\x35\x1e\xbe\xc8\x7c\xa5\x4a\x34\x1e\xbe\xc8\x7c\xa5\x9c\x35\x1e\xbe\xc8\x7c\x55\x14\x35\x1e\xbe\xc8\x7c\x55\x31\x68\x3c\x7c\x91\xf9\xaa\x2a\x2d\x96\xe0\x8b\xcc\x57\xd5\x68\xb3\x04\x5f\x64\xbe\x6a\xd2\x6a\x09\xbe\xc8\x7c\xd5\x51\xab\x25\xf8\xa2\xf2\xe8\x5f\xe3\xe1\x8b\xcc\x57\xdd\x68\xb5\x0c\x5f\x6c\xbe\x32\x69\xb5\x0c\x5f\x6c\xbe\x72\xd4\x6a\x19\xbe\xd8\x7c\xe5\x5a\xab\x65\xf8\x62\xf3\x95\x1b\xad\x96\xe1\x8b\xcd\x57\xc3\x5a\x2d\xc3\x17\x9b\xaf\x26\x6a\xb5\x0c\x5f\x6c\xbe\x9a\x5a\xab\x65\xf8\x62\xf3\xd5\x34\x5a\x2d\xc3\x17\xe7\xe7\xff\xaa\xe6\x43\x18\x37\x60\x51\xcb\x65\x18\xe3\x0e\xac\xd6\x76\x19\xca\xd8\x94\x69\xfb\xfa\x08\x38\xe3\x1e\x8c\xb5\x5f\x86\x34\x1e\xc0\x92\x16\xcc\xb0\xc6\x05\xac\xd6\x86\x19\xda\x78\xc4\x21\x09\x5a\xb1\x3c\xce\x70\x00\x63\xed\x58\x20\x4e\x08\x2c\x69\xc9\x02\x73\xc2\xcf\x03\x16\x5c\x2b\x50\x27\xa6\x8e\x24\x68\xcd\x02\x77\x82\xb3\x29\xa2\x3d\x0b\xe4\x09\x0e\xa7\x24\x2d\x5a\x60\x4f\x70\x3a\x25\x6b\xd3\x02\x7d\x82\xe3\x19\x83\x56\x2d\xf0\x27\xf0\x17\x45\xbb\x16\xf8\x13\xf8\x8b\x49\xcb\x16\xf8\x13\xf8\x8b\x59\xdb\x16\xf8\x13\xf8\x4b\xa4\x75\x0b\xfc\x49\x9f\x04\x53\x21\xd8\xe4\x7a\x4e\x28\xfd\x5d\x67\xfc\xc7\xcc\xed\xef\xdb\x56\xe6\xdd\x26\xbc\x0d\x55\x9d\x89\xd3\x5c\x3e\xbe\x2d\xd6\x65\xd5\x5d\xf6\xf3\x5f\x00\x00\x00\xff\xff\x3e\x48\x0b\x81\x59\x06\x00\x00"); +var _cgd =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\x58\x4d\x8f\x63\xb7\x11\xbc\xeb\x57\xf0\xe8\x1c\x9c\x79\xfc\x66\x03\x03\x01\xc6\x4e\x06\x19\x07\x8e\x03\x6f\x9c\x04\x08\x72\x78\x24\xfb\x2d\x04\x64\x24\x41\xa3\x0d\xb0\xff\x3e\xe8\x2a\xcd\xca\x59\xc4\x80\x4d\x4f\xa9\xd8\x2c\x36\xab\xc9\x96\x1e\x3e\xbc\x3c\xbd\x1c\x0f\x57\xf7\xf0\x97\xcb\x69\x7c\xd4\xab\xdb\x0e\xc7\x79\xd1\xb7\xd3\xe7\xcb\x50\xd7\xf5\xd3\xe1\xb8\xdb\xf9\xe0\xe6\x61\x5c\xdf\xff\xc4\x30\x5e\xd7\xf3\x6e\x67\xf3\x3f\x7e\x79\xbb\xea\xeb\xcb\x71\x3b\xb9\x48\xde\xfc\x7c\xbe\x71\x9d\x7b\xf8\x45\x3f\x1d\xde\xae\x97\x2f\xee\xbb\x1f\xe6\xa9\xeb\xef\xdc\xd4\xcd\xf0\x9f\x2f\x53\x2f\x87\xe3\x27\xf7\xdd\x8f\xeb\x79\x3d\xfa\xaf\x1f\x7c\xfc\x7c\x3e\xff\x5b\x5f\xf5\x78\x75\x1e\x98\x1e\x27\xc6\xdd\xc3\x87\x9f\xd6\xf3\x9f\xd7\x57\x75\x0f\x2d\x9e\xff\xf3\xfd\x2f\x7f\xfa\xf8\xe3\xf7\x7f\xc4\x67\xf8\xe8\x6f\x7a\x79\x3b\x9c\x8e\xce\x2f\xbf\x5f\x96\x72\xc7\xff\xfa\xe5\xac\xb7\x58\xbb\x87\x5f\x5f\x9e\x7e\xde\xb6\x37\xbd\xba\x85\x8c\x7f\xfc\xfa\xf2\xe4\xfe\xe9\x9d\x5f\x5c\xc8\x31\xa4\x7f\xdd\x88\x7f\xff\xe9\x34\xf5\x46\xda\x65\x6e\x68\x9c\xa6\xbe\x9d\xd7\xa1\x97\xf5\xf8\x49\x77\xce\x3d\x2e\xcb\xde\x39\xf7\xd8\x96\xbd\xfd\xd5\x7c\x5a\xf6\xee\x51\x9e\x9f\x3f\xe0\xef\x1f\xf8\xe9\xd3\x33\xfe\xfa\xc3\x82\x4f\x9f\x3f\xdc\x3e\x7d\x7e\xc2\xa7\xcf\xcf\x7b\xdb\xe3\x37\xb1\x77\x9e\x4b\x1e\x4f\xd7\xa9\x1b\x31\xac\xf6\xe8\xb7\xbd\xf3\x36\xe3\xb7\x1f\xed\xfc\xb2\xdc\x34\x1e\xe6\x8d\x1d\x8c\x5d\xd5\x16\xc1\x3f\x7e\x67\x3a\x21\xf6\x86\x48\xdd\xbd\x6b\x6e\x1e\xcc\x12\xa3\x41\xe4\xf9\x75\x18\x24\xc5\xa0\xde\x00\xf5\x6d\xef\x5c\x4d\x16\xcb\x0f\x42\x43\x01\x89\x41\x73\x05\xa4\xcd\xa0\x8c\x89\x1b\x63\x6d\xd5\xa0\x8a\x89\xdb\x20\x34\x00\xd9\xc4\x90\x36\x83\x42\xc6\xc4\xb6\x18\x54\x30\x31\x54\x31\x48\x00\x35\x0f\x48\xd6\xbd\x73\xcd\x5b\xf8\x20\x9c\xb8\x79\x83\x52\xd8\x3d\xb6\xc8\x0d\x45\x6c\x48\x42\x36\x88\x1b\x8a\x52\x0c\x6a\xcd\x20\x4e\x8c\xbd\xec\x9d\x5f\xbc\xe9\x8a\x9d\xd0\x04\x14\x6d\x62\x62\xac\x64\x5a\xfc\x92\x4d\x6a\xaa\x84\x2c\xbc\x5f\xc4\x56\x4c\x0c\x9f\xc4\xef\x9d\xf7\x8b\x65\x35\x31\x3c\x86\x9a\xb0\xc7\xb4\x92\x65\x43\x4d\xcd\x03\xf2\x84\xbc\x41\x42\x28\x10\x0a\x80\x20\x62\x8d\x84\xe2\xde\xd5\xbc\x44\x40\x89\x50\x02\x8b\xe1\x33\xa1\x0c\x16\x44\xac\x85\x50\x31\x28\x70\x62\x25\x54\x0d\xf2\x0c\xdf\x08\x35\x83\x22\x45\x08\x21\x01\xc4\xf0\x2b\xa1\x15\xea\x17\x40\x9d\x50\x07\x84\x4c\xac\x83\xd0\x80\xae\x04\x68\x12\x9a\x80\x1a\x20\x25\xa4\x90\x5a\x00\x31\x5f\x36\xd4\xbc\x20\x56\x67\xbe\x6c\xa8\xd9\x23\x56\x67\xbe\x6c\xa8\x39\x42\x44\x67\xbe\x6c\xa8\x39\x70\x22\xf3\xd5\x91\xaf\x88\x15\x3b\xf3\x65\x43\xcd\x99\xb1\x98\xaf\x8e\x7c\xc1\x00\xa9\x33\x5f\x9d\xf9\x82\xae\xce\x7c\x75\xe6\x0b\x99\x60\x29\x60\xa8\x39\x32\x16\xf3\xd5\x91\xaf\x44\x11\xcc\x97\x0d\x35\x2f\x14\xc1\x7c\xd9\x50\x73\xc0\x09\x75\xe6\xcb\x86\x9a\x3d\x57\x64\xbe\x6c\xa8\x99\x2e\xec\xcc\x57\x47\xbe\x92\x41\x99\xc6\xcc\x30\x79\x88\xb6\x62\xa6\x0b\x31\xb8\x88\x82\xc9\x2c\x98\x2c\x60\xa1\x90\x33\x8d\x99\xe7\x34\x16\x44\xe4\x89\xf0\x19\xf5\x18\xe1\xc2\xc2\xf0\x05\xe1\x13\xb2\x5a\x18\xbe\x98\xc9\x5d\x6a\x26\xa2\x48\x20\x14\x10\x9e\x50\x24\x64\x13\xe9\xd5\x42\x47\x17\x9d\x5f\x4b\xa1\x32\x7c\xcd\xd8\x63\xb6\x89\x35\x43\x57\xad\x38\x0e\x84\xaf\x5c\xb1\x36\xf3\x44\x41\x0a\xab\x10\xb2\xc1\xd5\x12\x00\x79\x42\x1e\x90\x07\x14\x08\x05\x40\x58\x91\xba\xaa\xd8\x09\x95\x90\x00\xad\x84\x56\xb0\x18\xbe\x13\xb2\xe3\x28\x28\x85\xc6\x7c\x35\x4b\x8e\xf7\xb8\x4d\x84\xea\x05\x37\x40\x80\x27\x84\x52\x05\xac\x80\x52\x58\xc9\x5a\xc1\x4a\xa8\xc7\x95\xac\x15\xac\x54\xed\x84\x3a\x59\x1d\xac\x8c\x14\x76\xb2\x3a\x58\x25\x9b\xae\x41\xd6\x00\xab\x36\xcb\xea\x20\x6b\x80\xd5\x92\x1d\xed\x24\x6b\x82\x25\xb8\x6a\x27\x59\xd3\x58\x61\x81\x57\x95\x2c\x35\x56\xf0\xb8\xd2\x94\x2c\x05\x2b\xe0\xb4\x37\xb2\x36\xb0\x62\x32\xf5\x1b\x59\x1b\x58\xc9\x2f\xbb\x47\xe1\x8b\x26\x0b\x58\xf0\xaa\x2c\x8d\x10\x58\xd9\xca\x5d\x6e\xaf\x22\x5e\x98\x50\xed\x1a\x12\xbe\x30\x82\x27\x20\xd4\x56\x76\x8f\x12\xc8\x0a\x60\x89\xd5\xa3\x04\xb2\x02\x58\x52\xd3\xee\x51\x78\xb9\x0b\x2e\xf7\xb8\xd8\xc5\x27\xbc\xdc\x25\x1a\x2b\x7a\xf3\x84\xf0\xda\x16\xdc\xd1\x31\xb4\x6a\x10\x59\x09\xac\x98\x4d\x3d\x6b\x48\x50\x43\x31\x55\x53\xcf\x1a\x12\x94\x42\xc4\xd5\x21\x2c\x05\x41\x29\xc4\x52\x4c\x3d\x4b\x41\x0a\x58\x35\x14\xbc\xdf\xef\xef\xee\xff\x7b\x8a\x85\x86\x97\x8a\x20\x2d\xdb\xe6\xe8\x6e\xa9\x08\x22\x76\xbd\x49\x23\xab\xd5\xb0\x77\x69\xb1\x6b\x57\x68\x3f\x81\xfd\xd2\x62\x45\x2d\xb4\x9f\xc0\x7e\xc9\x37\x9b\x48\xfb\x09\xec\x97\x82\x9d\x96\xd0\x7e\x02\xfb\xa5\x58\x2d\x2b\xb4\x9f\xc0\x7e\x29\xe1\xb4\x68\x3f\x81\xfd\x52\x2e\x16\x9e\xf6\x13\xd8\x2f\x15\x9c\x16\xed\x27\xb0\x5f\xaa\xc9\xb2\x42\xfb\x09\xec\x97\x1a\x4e\x8b\xf6\x13\xd8\x2f\x49\xb4\x33\xa5\xfd\x04\xf6\x4b\x82\xd3\xa2\xfd\x04\xf6\xcb\xde\x0a\x51\x68\x3f\x81\xfd\xb2\xc7\x69\xd1\x7e\x02\xfb\xe5\xe8\x4d\x3d\xed\x27\xb0\x5f\x8e\x76\x5a\x78\x4f\xe7\x76\xeb\x66\xa2\xdd\xd7\x4a\x47\x2a\x1c\x99\xf3\xb2\x18\xd4\x08\x61\x62\xb6\x03\x54\x3a\x52\xe1\xc8\x5c\xac\x1f\x50\x3a\x52\xe1\xc8\x5c\xed\x84\x94\x8e\x54\x38\x32\xb7\x6a\xe1\xe9\x48\x85\x23\xb3\xd8\x09\x29\x1d\xa9\x70\x64\x59\x4a\x32\x88\x2c\x38\xb2\x78\xbb\x63\x95\x8e\x54\x38\xb2\x84\x1c\x0c\x22\x0b\x8e\x2c\xd1\x9e\x62\xa5\x23\x15\x8e\x2c\x29\x99\x7a\x3a\x52\xe1\xc8\x82\x0b\x55\xe9\x48\x85\x23\x4b\x09\xa6\x9e\x8e\x54\x38\xb2\x14\xbb\xc2\x95\x96\x53\x58\xae\xa0\x59\x52\x5a\x4e\x61\xb9\xd2\xec\x26\x56\x5a\x4e\x9b\xb1\xea\xb2\x98\xfa\x46\x16\x2c\x57\x97\x62\xea\x69\x39\x85\xe5\xaa\xb7\x9e\x47\x69\x39\x85\xe5\x6a\xb0\x2b\x5c\x69\x39\x85\xe5\x6a\xb4\x16\x41\x69\x39\x5d\xd9\xcd\x24\x53\xbf\xa2\x9b\xd1\xd5\x5a\x97\x16\xcc\xbe\x4a\x17\x72\x60\x0b\xaa\x3d\x79\x42\x36\xb1\x99\x27\xb4\xa7\x48\x68\x03\xcb\x36\xd4\x33\x27\x66\x0f\x96\x00\x0a\x84\xec\x56\x2f\x38\xc7\x9e\x3b\x21\x7b\x6d\x9a\x10\x52\x42\x88\x05\x4f\xf4\xc2\x58\x25\x81\x05\x5d\x25\x13\xb2\xae\xb4\xd8\x7d\xad\xbd\x08\xa0\xba\x82\x85\x15\x2b\xc3\xb3\x81\x46\x72\x58\x43\x1c\xd8\x40\x6b\x6f\xdc\x90\x0d\x55\x3c\x36\xd4\x28\xf5\xd6\x66\xdb\x39\x76\xf4\x16\xda\xef\x6d\xb6\xf6\x41\xe8\xde\x66\x6b\x47\x9b\xad\xfd\xde\x66\x6b\xdf\xb8\xe2\xbd\xcd\x56\x54\xf0\x6d\x60\x9b\xad\x03\x6d\xb6\x8e\x7b\x9b\xad\x83\xdb\x1e\xf7\x36\x5b\x07\xa5\x8e\x7b\x9b\xad\x43\x38\x11\xed\xac\x78\x93\x3a\x56\x4e\xb4\xc1\x35\x1c\xed\x58\x39\x71\xe5\x1e\xb1\x22\x1e\x7f\x0e\xae\x59\xeb\xa2\x83\x06\xc0\x50\x25\x60\x45\xb4\xb3\x1c\x5c\xb3\xfb\x4b\x07\xda\x59\x0e\x55\x82\x07\x54\x08\x15\xb0\x18\xbe\x12\xaa\x60\x05\x40\xc8\xd7\x18\xd0\x05\x03\x8c\x41\x5d\x03\xba\x02\xa4\x0e\xea\x52\xb0\x2a\x56\x54\xb2\x94\xac\x04\xe8\xc6\x32\xf5\xb2\x60\x45\xa5\x7a\xa5\x7a\x6c\x48\xa9\xde\x06\x87\x97\x4b\x87\x52\xbd\x52\x3d\x52\xa8\x54\xaf\x1d\x2c\x88\xd0\x41\x68\x80\x45\x11\x13\x10\xbe\xcf\x30\x39\xbc\x57\x39\x54\x41\xb9\x4f\x56\x07\x06\xc7\xf0\x33\x05\x42\x01\x2c\x01\x14\x09\x45\xb0\x38\x31\x11\x32\x93\x4b\x64\xf8\x4c\x28\x1b\xeb\x06\x15\x42\x05\x2c\x0f\xa8\x12\xaa\x60\x05\x40\x8d\x50\x03\x8b\x10\xaa\x63\x16\xe8\xb2\x76\x43\x67\xa1\xae\x02\x5d\xa8\xed\x59\xa8\x8b\x5f\xd0\x0a\x56\x64\xc1\xcc\x16\xde\xbf\xa0\xe9\x6c\x64\x35\x24\x9a\xb1\x1a\xd5\x37\x24\x1a\x95\x36\x1b\xd5\x37\x24\x3a\xe6\xff\x7d\x8a\x43\xf8\xf6\x25\xd6\xd9\xb8\xb7\x86\xaf\x82\xc2\xb0\xdc\x5b\x83\x89\x70\xb1\xcc\xc6\xbd\xb5\x09\x16\x21\x25\xa4\x60\x55\x40\xa8\x8a\x29\xc9\xbe\x0a\xe2\x6e\x9e\x42\x3d\xc2\xd4\x61\x23\xac\x9d\x79\xff\xa6\xa9\xb3\x13\xba\x7f\xd3\x54\xbe\x8b\xaa\xf7\x96\x58\x15\x2d\xb1\x6a\xc1\x8a\x78\x0d\xb4\x10\x42\x97\x5c\x16\x8b\xc5\xd7\x53\x95\x17\x0b\x2e\x03\xe5\xc5\xa2\x6c\x9c\x3d\x26\x0a\x59\xf7\xc6\x59\x15\x8d\x33\x07\x36\xce\xaa\xc2\x89\xf7\xc6\x59\x15\x8d\xb3\xea\xbd\x71\x56\x45\xe3\xcc\x81\x8d\xb3\x2a\x1a\x67\xd5\x7b\xe3\xbc\x99\x8f\xed\x3f\xfc\xed\xc1\x5e\xbc\xcd\x12\xb8\xbd\xff\x20\x11\xcc\x90\x9b\x6d\x67\x7b\x7f\xc2\xad\x1d\xf8\xed\xf9\xd9\xff\xbf\xae\xe7\xdd\xd7\x1f\x7e\xc6\xe7\xcb\x45\x8f\x57\xfc\xcc\x84\xdf\x76\xdc\xd4\xed\x70\xd4\xaf\x3f\x59\x9d\x4f\x67\x9b\x85\x7f\xff\x1b\x00\x00\xff\xff\x91\x5b\x63\x45\xde\x12\x00\x00"); +func AssetNames ()[]string {_dece :=make ([]string ,0,len (_ecfgc ));for _egfdb :=range _ecfgc {_dece =append (_dece ,_egfdb );};return _dece ;};func _bda ()([]byte ,error ){return _c (_ggd ,"90ms-RKSJ-V")};func _ebab ()(*asset ,error ){_dcc ,_edc :=_eae (); +if _edc !=nil {return nil ,_edc ;};_gaeg :=bindataFileInfo {_dae :"Ext-V",_fb :1141,_ae :_be .FileMode (436),_g :_a .Unix (1580491941,0)};_fddc :=&asset {_dd :_dcc ,_ef :_gaeg };return _fddc ,nil ;};func _gfce ()([]byte ,error ){return _c (_dbeg ,"Ext-H")}; +var _bgde =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x44\xd3\xc1\x6e\x9b\x40\x10\x06\xe0\x3b\x4f\x31\xc7\xf4\xd0\xc2\xee\x02\xbb\x2b\x55\x91\xaa\xf8\x50\x52\xa5\xa9\xe2\x26\xad\x54\xf5\x80\x61\xb0\x90\xea\x05\x01\x3e\xf8\xed\xab\xf9\xc7\x75\x0f\xd6\xd8\x9f\x77\x7e\x0d\x68\x36\x7f\x68\x76\x4d\x1a\x37\xca\xbf\x2d\x53\xb7\xe7\x8d\x86\x31\xf5\x0b\xaf\xd3\x79\xe9\x98\x0e\x7c\x1c\x53\x96\x19\x4b\xfd\xd8\x6d\xff\x7e\xa2\x74\xa7\x76\xce\xb2\xfc\xe5\xcb\xfe\xf1\xfd\x67\x3a\xaf\x7c\x85\x87\x66\xb7\xbf\xac\x1b\x9f\x9a\x34\x4c\xe4\xb4\xb1\x3f\xcf\xd7\x66\xa2\xfc\x85\x8f\xe3\xba\x2d\x17\xba\xfb\xd4\x4f\x07\x7e\x47\x3d\x0f\xe2\xcf\x4b\xcf\xcb\x98\x8e\x74\xf7\xd8\xce\x6d\x32\xb7\x3f\xf6\xe7\x79\xfe\xc3\x27\x4e\x1b\x19\x18\xa7\x1e\x35\xcb\x1f\x9e\xda\xf9\x6b\x7b\x62\xd2\x41\xde\xc0\xd0\x37\x5e\xd6\x71\x4a\x64\xec\x87\xa2\xa8\xfe\xfb\xf7\xcb\xcc\xd7\x98\x2c\x7f\x6d\x76\xcf\xc3\xb0\xf2\x46\xa1\x2c\xf4\xcc\xcf\xd7\x66\x47\xbf\x0c\x99\x82\x6c\xe5\x5c\xfc\x7d\x3d\xfa\xe3\x69\xea\x6f\x8d\xd6\xeb\xe3\x74\x63\xbf\xb4\xe9\xc8\xd9\xc7\x60\x4a\x73\x4f\x52\xec\x3d\xf9\x10\xbc\x50\x55\x80\x2a\x03\x8a\xa0\x83\x52\x2f\x14\x8d\x50\xad\xa7\xea\x12\x54\x82\x22\xc8\xb7\x20\x34\x06\x8d\x97\xe2\xa3\x91\x78\x1b\x07\x21\x14\x1f\x4d\x10\x6a\x71\x0a\xc5\x47\x13\x41\x4e\xc9\x09\xd9\x02\x54\x29\x55\x20\x03\xf2\x4a\x1e\x64\x85\x3a\xcd\xea\x90\x65\x9d\x10\x2b\xb1\x52\x09\xd2\x78\xd6\xf8\x0a\xa4\xf1\xac\xf1\x35\xa8\x53\xea\x40\x32\xbd\x2b\xf1\xd8\x28\x3e\xda\x00\xb2\x4a\x16\x14\x41\xa5\x92\xbc\x9c\xe8\x0a\x50\xad\x54\x83\x0c\x28\x28\x05\x90\x4c\xef\x6a\xcd\xaa\x91\xe5\x64\x7a\x17\x30\x2a\x8a\x8f\xae\x04\x55\x4a\x18\xd5\x55\x20\xaf\x84\x37\xe1\x6a\x10\x2b\x31\x08\xd3\x47\x6d\x8c\x3a\x44\x90\x95\xbc\x2d\x83\x7c\x97\xcb\x70\x5b\xce\xee\xbc\x2c\x9c\x36\x5c\x05\x2c\xa1\x6c\xd1\x98\xf8\x76\xcf\xe6\x69\x96\x2e\x7c\xfe\x06\x00\x00\xff\xff\x51\x31\x38\xdc\x93\x03\x00\x00"); +func _agd ()([]byte ,error ){return _c (_cfg ,"Adobe-Japan1-7")};var _gda =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\x96\x4f\x8b\x1b\xc7\x16\xc5\xf7\xfd\x29\x6a\xe9\xb7\x79\x53\x55\xf7\x5f\x35\x34\x82\x87\x6d\x78\x13\x70\x1c\xe2\x38\x09\x84\x2c\x34\x52\x6b\x10\x64\x24\xa1\xd1\x2c\xfc\xed\xc3\x3d\x67\x6c\x12\x2f\xcc\xf5\xfc\x54\x75\xba\xf4\x53\xdd\xaa\xbe\x7b\x7b\xff\xee\xfe\x74\xbc\x95\xbb\x9f\xae\xe7\xdd\xa7\xf5\x56\x0e\xc7\xd3\xfe\xba\x3e\x9f\x5f\xae\xbb\xb5\x3c\xac\x8f\xc7\xd3\x34\xb5\x5e\xf6\xc7\xdd\xed\xeb\x9f\x28\xbb\xa7\xed\x65\x9a\x72\xfe\xa7\x2f\xcf\xb7\xf5\xe9\xfe\x74\x38\x17\xe1\xb8\xfd\xcb\xe5\x75\x6c\x29\x77\x3f\xaf\x8f\xc7\xe7\xdb\xf5\x4b\x79\xf3\xbf\xfd\xf9\x61\xfd\x4f\xd9\xaf\x87\xe4\x1f\xaf\xfb\xf5\x7a\x3c\x3d\x96\x37\x3f\x6c\x2f\xdb\x53\xfb\xf6\xc1\xa7\x97\xcb\xe5\xaf\xf5\x69\x3d\xdd\x4a\x03\x5b\x4f\x7b\xd4\xe9\xee\xed\x87\xed\xe5\xc7\xed\xd3\x5a\xee\xfe\xff\x0f\xf2\xeb\x7a\x7d\x3e\x9e\x4f\xa5\xd5\xff\xd6\xea\xf8\x00\xfc\x97\x2f\x97\xf5\x35\x62\xba\xfb\x7c\xff\xee\xe3\xe1\xf0\xbc\xde\x4a\x1f\x95\x63\x7e\xff\x7c\xff\xae\xfc\xd1\x4a\xab\xa5\x9b\x88\xfd\xf9\x3a\xf4\xb7\x0f\xe7\xfd\x5a\x38\x68\x6a\xfc\x26\xbb\xf3\x7e\x7d\xbe\x6c\x77\xeb\x75\x7b\x7a\x5c\xa7\x52\x96\xde\x7a\xdb\x94\x25\xde\xc7\xfb\x4d\x2e\xf1\xbb\x11\x53\xab\xf5\x75\xea\x71\x4f\xf4\x75\x4a\x6f\xb1\x6e\x4a\x71\x91\x69\xe9\x9d\xa8\xf7\x44\xd1\x23\x91\x6c\x81\xb4\x25\xd2\x96\x48\x89\xac\x02\xcd\x89\x6c\x07\xe4\xdb\x44\xe6\x89\xa2\x03\xc5\x9c\x28\x30\x31\x1f\xf5\x5a\x4a\x44\x4e\x14\xa9\x89\x44\x30\x6a\xd4\x44\x8a\x45\x88\x21\x6b\x06\x72\xa2\x48\x34\x5a\xc6\x2b\x97\xaa\x21\x89\xb4\x4f\x4b\x37\x22\x0b\xdf\x94\x32\x77\x9b\x96\xee\x44\x2e\x63\x53\x5a\x6d\xb9\x08\x67\xbc\x1b\x90\xe4\xa8\xe0\xa8\xc8\x4f\x5a\xb5\x5c\x57\x18\x51\x00\xcd\x19\x3f\x38\x0a\x25\x14\xab\x1f\xbd\x13\xf5\x44\xa3\x01\x09\x91\x24\x9a\x89\x94\x48\x81\x0c\xc8\x88\x6c\x53\xc2\xaa\x00\x39\x91\x63\x14\xe3\x83\x28\x30\x2a\x80\x06\xd1\x48\xd4\x39\x71\x26\x9a\x13\x35\xc6\x6f\x89\xb6\x89\x84\x8b\x78\x20\x7a\x00\x62\xfc\x8e\x68\x87\xd5\x57\xa0\x3d\xd1\x1e\x88\x5f\x7b\x25\x5a\xb1\x2e\x05\x3a\x10\x1d\x80\x46\x22\xfe\x8e\x28\x61\xd5\x81\xe8\x2b\x4b\x58\x45\x96\xd0\x57\x96\xb0\x86\x2c\xa1\xaf\x2c\x61\x82\x45\x08\x7d\x65\x09\xeb\x9c\x48\x5f\x02\x5f\xc2\x27\xd2\x57\x96\x30\x63\x16\x7d\x09\x7c\xe1\xd7\x1e\x42\x5f\x42\x5f\x5c\x17\x7d\x09\x7d\xc1\x04\x37\x39\x4a\x98\x30\x8b\xbe\x04\xbe\x94\x8b\xa0\xaf\x2c\x61\x95\x8b\xa0\xaf\x2c\x61\x68\x98\x21\xf4\x95\x25\xac\xf1\x89\xf4\x95\x25\x0c\x5b\x6e\x28\x7d\x29\x7c\xa9\x4d\x8b\x54\xec\x2f\xa9\xd9\x1d\xad\xe5\xf6\x15\xb6\xa8\xa0\x45\x5b\xcf\xa5\x0a\x5b\x54\xd0\x43\x4d\x9a\x4c\x8b\x08\x91\x00\x69\x6e\x13\x61\x77\x88\x02\x59\x6d\xd3\x22\xec\x0e\x31\xa2\xdc\x85\xc2\xee\x10\x07\xf2\x91\xf1\x6c\x05\x09\xa0\x18\x19\xcf\x7d\x2f\x03\x68\x44\xc6\xcf\x44\x33\xd0\x9c\xbd\x2d\x5b\xa2\x6d\xa2\x5e\x3d\xe3\x1f\x88\x1e\x80\x5a\xb6\x95\xec\x88\x76\x40\xdd\x32\x7e\x4f\xb4\x07\x12\xcd\xf8\x95\x68\x05\xd2\x3c\x73\xe4\x40\x74\x00\x82\x42\xa5\x2f\x85\xaf\xee\x7d\x9e\x16\xa5\x2f\x85\xaf\x1e\xd9\x1d\x4a\x5f\x0a\x5f\x7d\xb4\x98\x16\xa5\x2f\x85\xaf\x3e\xe7\x36\x51\xfa\x52\xf8\x92\x5a\x33\x9e\xbe\xd4\x88\xb2\x1f\x95\xbe\x14\xbe\xa4\xcd\x19\x4f\x5f\x0a\x5f\xd2\x47\xc6\xd3\x97\xc2\x97\x48\x1e\x0a\x4a\x5f\x0a\x5f\xa2\x91\xf1\xf4\xa5\xf0\x25\xe6\x19\x4f\x5f\x0a\x5f\xe2\x9e\xf1\xf4\xa5\xf0\x25\x61\x19\x4f\x5f\x0a\x5f\x32\x2c\xe3\xe9\x4b\xe1\x4b\xe6\xdc\x4c\x4a\x5f\x7a\x30\xd9\x14\xad\xd9\xee\x46\x5f\x06\x5f\x5a\xf3\x5c\x35\xfa\x32\xf8\xd2\x36\x74\x5a\x8c\xbe\x0c\xbe\xb4\xc7\x98\x16\xa3\x2f\x83\x2f\x95\xe8\xd3\x62\xf4\x65\xf0\xa5\xea\x3e\x2d\x46\x5f\x06\x5f\x6a\x9e\xf1\xf4\x65\xf0\xa5\x9e\x2d\x6a\xf4\x65\xf0\xa5\xa1\x19\x4f\x5f\x06\x5f\x8a\x93\xdc\xe8\xcb\xe0\x4b\x67\xc9\x78\xfa\x32\xf8\xb2\x9a\xe7\x84\xd1\x97\xc1\x97\xb5\x9e\xf1\xf4\x65\xf0\x65\xbd\x65\x3c\x7d\x19\x7c\x99\xb4\x8c\xa7\x2f\x83\x2f\xd3\x3c\xac\x8c\xbe\x0c\xfb\xcb\xac\xd6\x69\x71\xfa\xf2\x4a\x94\x07\x9f\xd3\x97\xc3\x97\xf9\x18\xd3\xe2\xf4\xe5\xf0\x65\x91\x27\xa6\xd3\x97\xc3\x97\x8d\x70\x5c\xc8\x5f\xef\xdd\xa9\x8d\xef\x6f\x62\xa7\x4d\x87\x4d\x9b\x23\x1f\x4e\x9b\x0e\x9b\x5e\x3d\x1f\x4e\x9b\x0e\x9b\xde\x2c\x1f\x4e\x9b\x0e\x9b\xde\x2d\x1f\x4e\x9b\x0e\x9b\x2e\xea\xd3\xe2\xb4\xe9\xb0\xe9\xaa\x19\x4f\x9b\x0e\x9b\x8e\x03\xcf\x69\xd3\x61\xd3\xbd\x67\x3c\x6d\x3a\x6c\x7a\xe4\x41\xec\xb4\xe9\xb0\xe9\xb8\x89\x9d\x36\x1d\x36\x7d\x6e\x19\x4f\x9b\x0e\x9b\x51\xab\x4e\x4b\xd0\x66\x54\xa2\xbc\x33\xe2\xf5\x9d\x05\x36\xa3\xe5\x1d\x1b\xb4\x19\xb0\x19\x7d\xf8\xb4\x04\x6d\x06\x6c\x86\xe4\x2d\x15\xf4\x15\xca\x0b\x35\x14\xc8\x88\x7c\x53\x46\x1f\xfa\x2f\xe7\xf9\xff\x7c\x43\xfc\xf6\xc6\xb6\x7b\xb9\x5e\xd7\xd3\x0d\xef\x87\x78\x3b\xcb\xd7\xab\xe3\x69\xfd\xf6\xae\x79\x39\x5f\x72\x16\xfe\xfd\x1d\x00\x00\xff\xff\xfd\xdd\xf7\xfd\x97\x0a\x00\x00"); +var _eab =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\x94\x51\x6b\xdb\x30\x14\x85\xdf\xf5\x2b\xf4\xd8\x3d\x74\xd1\xbd\x96\x25\x19\x4c\x61\xb4\x2b\x84\xd2\x6d\xb4\x63\x7b\x76\x6c\x39\x18\x16\xdb\x38\xce\x43\xff\xfd\xb8\xf7\x38\x19\xec\x21\x38\xfa\x22\x9d\x88\xef\x58\xda\x3d\xee\x9f\xf6\xe3\xb0\xda\xdd\x8f\x65\x6a\xdf\xf3\x6a\xfb\x61\xec\x96\x7c\x9e\x2e\x4b\x9b\xed\x21\x1f\x87\xd1\x18\x62\xdb\x0d\xed\x7a\x1d\xea\xa3\x3d\x35\xb3\x31\xb2\xfe\xfd\xe3\xbc\xe6\xd3\x7e\xec\x27\x5b\x60\x5e\x77\x99\xb7\xb9\xd6\xee\xde\xf2\x71\x38\xaf\xcb\x87\xbd\xfb\xd2\x4d\x87\xfc\xc9\x76\xb9\x17\xfe\x7d\xe9\xf2\x32\x8c\x47\x7b\xf7\xf2\x76\x83\xef\x97\x79\xfe\x93\x4f\x79\x5c\xad\x57\x96\xc7\x4e\x9f\x66\xf7\xf8\xda\xcc\xdf\x9a\x53\xb6\x3b\xcd\xb9\x7f\x79\xbb\xc7\x14\xfd\xe5\x57\x5e\xce\xc3\x34\x5a\xfa\xec\x1c\xff\xc3\x3f\x3f\xe6\x6c\x69\x4b\xf8\xfd\x3a\x75\xd9\xba\x6b\xde\xfe\xe9\x71\xba\x8c\xab\x25\x4a\x31\x01\x12\xb6\xdd\x4e\x5d\x3e\xcf\x4d\x9b\x97\x66\x3c\x66\x63\x6d\xed\x9c\x73\x0f\xb6\xe6\xaf\xcf\xcf\x0f\xb2\xa7\xff\x66\x18\x1f\xb7\x95\x43\x07\x72\x5d\xe1\x5c\xdf\x3f\x58\x67\x6a\x47\x18\x93\x8c\xb9\x0c\xa6\x76\x0c\xc2\x42\x4a\x62\x53\xbb\x02\xa4\x10\x12\x43\x32\xb5\xf3\x20\x5e\x08\x39\xf6\xa6\x76\x25\x50\xa9\x88\x93\x64\x07\xa0\xa0\xa8\x2c\x24\x3c\x02\x45\x45\xb1\x92\xf4\x04\x94\x74\x07\xce\x4b\x7c\x05\x54\x29\x2a\x9c\xc4\x37\x40\xcd\xb6\x4f\x89\x3f\x00\x1d\x14\x25\x92\xf8\x16\xa8\x15\x54\xb8\x28\xf1\x1d\x50\xa7\xa8\x60\x89\xcf\x40\x59\x51\x99\x24\xbe\x07\xea\x15\x25\xef\x4c\x4d\x30\x45\x6a\xca\xbb\x2a\x98\x9a\x20\x8b\x54\x96\x2f\x4a\x36\x35\xc1\x16\xa9\x2d\x1f\x5c\x32\x35\x41\x17\xa9\x2e\x9f\x82\x37\x35\xc1\x17\xf9\xcd\xa9\xc4\xc3\x17\xa9\xaf\xb2\x88\x12\x0f\x5f\xa4\xbe\xca\x50\x48\x3c\x7c\x91\xfa\x2a\x53\x92\x78\xf8\x22\xf5\x15\xc8\x4b\x3c\x7c\x91\xfa\x0a\xde\x49\x3c\x7c\x91\xfa\x0a\x41\x8a\x25\xf8\x22\xf5\x15\x2a\x69\x96\xe0\x8b\xd4\x57\x24\xa9\x96\xe0\x8b\xd4\x57\xf4\x52\x2d\xc1\x17\xe5\xad\x7f\x89\x87\x2f\x52\x5f\xb1\x92\x6a\x79\x7b\x17\xd5\x57\x22\xa9\x96\xe1\x8b\xd5\x57\xf2\x52\x2d\xc3\x17\xab\xaf\x14\xa5\x5a\x86\x2f\x56\x5f\xa9\x92\x6a\x19\xbe\x58\x7d\x55\x2c\xd5\x32\x7c\xb1\xfa\xaa\xbc\x54\xcb\xf0\xc5\xea\xab\x8a\x52\x2d\xc3\x17\xab\xaf\xaa\x92\x6a\x19\xbe\x38\x5d\xdf\x55\xc9\x87\x30\xae\xc0\xbc\x94\xcb\x30\xc6\x0d\x58\x94\x76\x19\xca\x58\x95\x49\xfb\xf2\x17\x70\xc6\x2d\x18\x4b\xbf\x0c\x69\xdc\x81\x95\x52\x30\xc3\x1a\xe7\x50\x0a\x8b\x31\xe8\x09\xbd\x9e\x44\xf9\x2e\x77\xd5\xed\xfe\x68\x2f\xcb\x92\xc7\x55\x6f\x2a\xbd\x24\xe4\xec\x0f\x63\xbe\xdd\x7a\xf3\x34\xcb\x2a\xfd\xfc\x0d\x00\x00\xff\xff\xf5\xca\x92\xc4\x21\x05\x00\x00"); +func _egdcf ()([]byte ,error ){return _c (_bbbbc ,"Hiragana")};func _dgae ()(*asset ,error ){_ggfe ,_cfbgf :=_cadg ();if _cfbgf !=nil {return nil ,_cfbgf ;};_dbbg :=bindataFileInfo {_dae :"UniJIS-UCS2-H",_fb :166343,_ae :_be .FileMode (436),_g :_a .Unix (1580492896,0)}; +_fedad :=&asset {_dd :_ggfe ,_ef :_dbbg };return _fedad ,nil ;};func _cgfe ()(*asset ,error ){_gcbe ,_bcaa :=_cafg ();if _bcaa !=nil {return nil ,_bcaa ;};_gcbg :=bindataFileInfo {_dae :"KSCms-UHC-V",_fb :716,_ae :_be .FileMode (436),_g :_a .Unix (1580492580,0)}; +_dddd :=&asset {_dd :_gcbe ,_ef :_gcbg };return _dddd ,nil ;};func _fcgb ()(*asset ,error ){_efde ,_cbd :=_bgee ();if _cbd !=nil {return nil ,_cbd ;};_fgaa :=bindataFileInfo {_dae :"GB-EUC-V",_fb :782,_ae :_be .FileMode (436),_g :_a .Unix (1580491964,0)}; +_ebad :=&asset {_dd :_efde ,_ef :_fgaa };return _ebad ,nil ;};func _bde ()([]byte ,error ){return _c (_geb ,"Adobe-Japan1-UCS2")};func _agfbc ()([]byte ,error ){return _c (_dfc ,"UniJIS-UCS2-HW-H")};func _aabea ()([]byte ,error ){return _c (_badgc ,"UniJIS-UTF32-V")}; +func _bedaa ()([]byte ,error ){return _c (_ddeeb ,"UniJISPro-UCS2-HW-V")};var _fgdb =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\xfd\x4b\xcf\x6e\xbf\x91\xde\x07\xcf\xf5\x29\xf6\xd0\xef\xc0\x6f\x2f\x2e\x92\x55\x45\x20\x10\x60\x38\x68\xc4\x30\x9c\x04\x3e\x24\xe3\x75\xec\x08\x48\x4b\x82\xba\x3d\xe8\x6f\x1f\xdc\xfc\xf1\xbe\xea\x69\x03\x41\xb6\x26\xfa\x3f\xdc\x5c\x64\x15\x0f\x75\x62\xd5\x75\xff\xdd\xbf\xff\x0f\xff\xf3\x7f\xf8\xf3\x9f\xfe\xf9\xd7\xdf\xfd\xef\x7f\xfb\xcb\xf5\x5f\x9e\x7f\xfe\xf5\xfe\xe9\xcf\xf7\xdf\x9e\x7f\xfa\xcb\x7f\xff\xdb\xf5\xfc\x3a\x9f\x7f\xf8\xd3\x9f\xff\xf0\x87\xb2\xff\xba\xff\x74\xfd\xf3\xf7\xcf\xf9\x7f\xd7\x3f\x1e\x7f\xfd\xc3\x1f\x3e\xdf\xff\x97\x7f\xf9\xa7\x7f\x7e\xfe\xf1\x3f\xfc\xf9\xfd\xcb\xaf\x4a\xbf\xfb\xbf\xff\x75\xf5\xfd\xf5\xeb\xef\xfe\xf3\xf3\x0f\x7f\xfa\xa7\x7f\xfe\xdb\xbf\xfc\xfa\x37\xff\xee\xfe\xcb\xf9\xfc\xff\x7e\xdd\xcf\xfb\x69\xff\xdf\xfe\x76\x3f\x7f\xfb\xd3\x9f\xff\xe1\xd7\xbf\xf9\x8f\xff\x59\x8d\xff\xe5\xbf\xff\xf5\xaf\xff\xf7\xf3\x8f\xcf\x9f\xff\xf9\xd7\x98\x6d\xcf\x9f\xef\xf9\xff\x7f\xf8\xbb\x7f\xff\x9f\x8e\xbf\xfe\xaf\xc7\x3f\x3e\xbf\xfe\xee\xbf\xfd\xf9\x4f\xff\xee\x3f\xfe\xe7\x7f\xfb\xdf\xfe\xeb\xdf\xd7\xfd\xdf\xfe\x2f\xf3\x9f\xe7\xbf\xfe\x1f\xcf\xdf\xfe\xe9\x4f\x7f\xf9\xf3\xaf\xf2\xff\xdf\xb6\x3d\x9b\xff\xeb\xbf\xfc\xf5\xf9\x55\xd6\x28\xff\xe7\x7f\xfa\xcb\xfd\xfc\xda\xf8\xab\x40\xe5\xf5\x97\xfb\xf9\xa7\xbf\x1e\xd7\xf3\xb7\xe3\xcf\xff\xf0\xfc\xe1\xd7\xaf\xff\x69\x5b\xff\xfb\xe3\xe7\x3f\xcb\xf6\xf7\x7f\xff\xf7\x7f\xff\xc7\x0f\x29\xff\x43\xcf\x3f\x94\x6d\x5b\x43\xfc\xe9\xbe\xfe\xaf\xe3\x6f\x7f\x58\x5f\x1e\xdb\x1f\x7f\x15\xfd\x51\xfe\xf8\x6b\xdf\x5b\x6c\x6a\x18\x7f\xfc\x55\xb6\xfc\xf3\xe0\xdf\x9b\x1a\xee\x3f\xfe\x2a\xf9\xd7\xf3\xe9\x9d\xa3\xbd\xf4\xee\xdf\x86\x33\x68\x08\x35\x7c\x86\x2f\x11\xbb\x1a\xd6\x04\xe3\xdb\x70\xfb\x67\x48\xfb\xfe\xf9\xce\x3f\x7d\xfd\x59\xca\xa4\xb7\xf7\xfa\x6d\xa8\x41\xc3\xf7\xfb\xfd\x72\x66\xf8\x7e\xb2\xdf\x1b\x0d\x5f\x1a\xda\x36\xc7\xb0\xfd\xcb\x45\xeb\x34\x7c\x69\xd8\xb7\xb2\x25\x93\xfb\xf6\x99\xf3\xc7\x5f\x36\x87\x1b\xfd\xdb\x50\x19\x7f\x98\x1a\xce\x3f\xfe\x2a\x75\xd7\x9f\x17\xff\xee\x6a\x78\x68\x88\x6f\x43\x6b\x34\x68\x7e\x9f\x43\x8e\xad\x7e\x1b\xe6\xae\xd4\xfc\xf3\x33\x64\xfd\x92\x54\xb6\xfa\xf9\xb3\xeb\xcf\xd9\xf9\x4b\x4e\x29\x75\x0e\xb6\x17\x35\x18\x0d\x5f\x0a\xcb\x5e\x68\xa8\x6a\xd8\x3f\x23\xb8\xfe\x5c\x1f\x68\xc2\xfd\xa4\x41\x53\xde\xfb\x6c\xe8\x1a\xf2\x6e\x34\x7c\x87\xdc\x37\x58\xea\x4d\x0d\x8c\xf1\xdd\xb8\x7d\xdf\xde\xd9\x60\xdb\xb7\xa1\x40\x96\x15\x35\x7c\x66\x69\xa1\x3f\x0f\xfe\xfd\x3b\xe9\xbe\x33\x87\x75\x35\x74\x1a\x4c\x0d\x73\xe9\x87\x8b\xac\x0e\xe1\x2e\x2a\x6c\x6e\x7d\xfe\x09\x0d\x21\xa2\xc6\xa0\x41\x3d\x0e\xe6\x18\xea\xf1\xc0\xc7\xf8\x92\x5d\x0b\x73\x8c\x2f\x9d\xed\x9d\x3d\xec\x7b\xcb\xf6\x3e\x3e\x3d\xf6\x4d\x9c\xf6\x79\x47\xf7\x4d\xac\xf5\xcf\x3d\x2d\x5a\xde\x7e\x7d\x16\x4f\x8b\xdb\x9f\xcf\x06\x69\x69\xad\x5c\xf3\x6b\x91\x64\xe5\xa1\xe1\x3b\xbe\x35\xc6\x17\x49\xd6\xa0\x60\x7c\x87\xf4\xf6\x19\xa3\x7f\x57\xf2\x9d\xdb\xd7\xf6\x1a\x6a\x68\xb3\xc1\xb2\xc1\x66\xc3\xf7\x66\xef\xef\x16\x9f\x86\xaa\x43\xfc\xce\x73\x39\x4a\x31\x35\x7c\x36\xb0\x75\xad\xc3\x3b\xcf\x44\xeb\x5b\x4e\x7b\xcd\x4f\xf6\x6c\x78\x67\x43\xd3\x18\x5c\xce\xfe\xa3\x61\x1e\x92\x2e\x4e\xde\x32\x29\x35\x5d\xc8\x77\x9e\xff\x51\x46\x53\x83\xcf\x1e\x2d\x1b\x26\xe9\xd6\xc5\xdc\x5c\xd1\x66\xc9\x5c\x99\x62\xd0\x7e\xcc\xf2\xce\xb3\xa9\x93\xf3\xee\x1c\xa4\x2e\xe6\xf6\x4a\x43\xf6\x98\x84\xe5\x71\x7d\xe7\x71\x6d\x23\x09\x9b\x17\xaf\x6f\x9e\x63\x7c\x08\xeb\xe5\xc7\xa0\x63\x36\xe8\xe4\xbc\xf3\x6a\xf6\x92\xfb\xb2\xdf\xb3\x61\x64\x8f\x77\x1e\xa5\xa4\x74\x0a\xb0\xbe\xe7\x66\x57\x0e\x5b\x0e\x5a\xf7\xd9\x10\xf9\xc9\x67\xc5\x86\xe7\x9a\xd6\x49\x58\x6d\xf9\xc9\x3c\x3f\x6d\x2b\x53\x35\x2d\x0d\xf4\xff\xa2\x93\xf6\xb7\x4e\x22\xfb\x8f\x19\x9f\xd9\xe0\x62\xa3\x4e\xaa\x7b\x68\x9f\xe7\x11\xee\xae\x3b\xf1\xce\x23\xdc\x3d\xb4\x25\xad\xd2\xe0\x6a\x68\xb3\x21\x37\xad\x7d\x16\xbc\xc7\xa6\x69\xdb\x5c\xf0\x28\xd9\xe0\x34\xe4\x27\x93\xd1\x51\xb4\x03\x6d\xee\x40\x0a\xcf\xb7\x1d\xb3\xa1\x26\xa5\x9f\x2d\xb1\x92\xfb\x3c\xef\x96\x15\x09\x9d\xb7\x3d\x7f\xfc\xb5\x6f\x7b\x6e\x7c\xfb\x70\x6b\xfb\xa6\x1e\x7d\x9b\x0d\x52\x43\xef\x47\x67\x7d\x1a\xb4\x40\x53\x92\xd9\x2e\xa9\xfe\xf6\x46\x83\xe8\xe8\x1f\x6e\xad\xd7\x1c\xe3\xc3\xad\x59\x15\xb7\xdd\x69\xd0\x8a\xf5\xa0\x21\xe9\x38\x66\x43\x5e\x95\x7e\xcf\x06\xcb\x86\xcf\xce\x99\xe7\x1d\xee\x2f\x0d\xa2\x74\x8a\x58\x0b\x29\xa4\x77\x0a\x59\x8b\xbc\xe5\x36\x79\x89\x3c\x5e\x56\x69\xc8\x1e\x8d\x06\x11\x66\x93\xb9\x68\xf9\xc9\x64\x2e\x24\xea\x5f\xfb\x6c\x94\x8d\x3d\x3f\x99\xbc\x8c\xe4\xd6\x4e\x1a\xb2\xc7\xdc\xa8\x91\x37\xc3\x26\xb7\x63\x64\xc3\x43\x43\x8e\xf1\xe1\xd6\xb7\x4d\xeb\x31\x75\xb9\x6f\x79\x65\x7d\x9f\x0d\x91\x3d\x3e\xcc\x79\x5a\x0c\xaf\xb7\xd9\x90\xd3\x7a\x9f\x0d\xa6\x59\xfc\xc3\x9c\xef\xb9\x1e\xee\x7f\xfc\xb5\x97\xad\xe7\xa0\x9f\x9d\xf3\x9a\x12\xcb\x8f\xd9\x20\x23\xe3\xf5\x0f\xb7\xde\xf2\xac\xfb\x35\x1b\x72\x81\xfc\x9e\x0d\x79\x60\xfc\x73\x4e\x4b\x89\xfc\x64\x72\xdb\x9a\x98\x8b\xc9\x6d\x4b\xc9\x19\x65\x36\x98\xb6\x21\x26\xfb\xbd\x89\xf4\xa8\x34\x68\xda\x98\xec\xf7\xae\x59\xa2\xd3\x90\x9f\x4c\xf6\x7f\x88\x8b\x70\x1a\x44\x69\x04\x0d\x5a\xb1\x18\xb3\x21\xd7\x23\x0e\x1a\x72\xd0\x93\x86\xfc\xe4\xfe\x70\xdb\xf6\xe4\xe5\xb3\xd9\x1e\x3d\x79\x79\x69\xd0\x18\x63\xb2\x1f\x79\xd5\xa7\x66\xf7\xb4\xb5\xde\x31\xb9\x1d\xb2\xe5\xde\xd1\x68\xd0\xb4\xe3\xc3\x6d\x6c\xb9\x62\xc3\x68\xd0\x45\x1e\x3e\x1b\x52\x2d\x8c\x8f\x11\x5c\x2c\xa5\xef\xb4\x52\x62\x8b\xec\xf1\xe1\x36\xd2\x66\x7c\xc7\x49\x43\x4e\x7b\xcd\x86\x54\xa4\xe3\x9e\x0d\x29\x4f\xc7\x43\x43\xf6\xf8\xb0\x1f\xfb\xae\x31\xa6\xd9\x12\x7b\xce\x72\x7c\xd8\x8f\x9a\xec\x1f\x75\x36\xe4\x6d\x38\xda\x87\xf4\xa8\xd9\x30\xd9\xaf\x79\xc6\x0e\xa3\x41\xd3\x4e\x63\x38\x7a\xc9\x41\x3f\x3e\x44\xf9\xa1\x37\x8f\x93\x86\xfc\x64\x32\xd7\x53\xe2\x4e\x37\x26\x6c\xcb\x1e\x0f\x0d\xea\x71\x96\xd9\xb0\xf7\xdf\x52\x60\xe7\xfe\x71\x21\x7e\xdc\xbf\xb3\xf2\xb9\x0e\xcf\xd9\x66\x43\x6e\xfc\x39\x19\xfd\x21\x39\x4f\xa3\x21\x49\x98\xfb\x6c\xae\xa5\x38\xe7\x2e\xfe\x90\xad\xe7\xdc\x45\xcf\xcb\x74\x5e\x34\xe4\x18\x9f\x43\xbc\x97\x10\x1d\xd7\xe4\xcb\xbb\x38\xbf\xe6\x1e\x79\xd2\x71\x4d\xd2\x3d\x6f\xc6\x35\x49\xff\xa1\x04\xaf\x4e\x43\x8e\x31\x49\x8f\xdc\xe7\xe9\x85\xc5\x0f\x91\x7e\x4d\xd2\x7f\xec\xf3\x75\x7d\x08\xab\x79\xaa\xa7\x0f\x11\xd1\x74\x9a\xee\x49\x47\xe4\x9a\xde\xd0\xd1\xb3\x47\x9f\x63\x7c\x65\x5a\x9d\x5e\x71\xf9\xc8\x41\x35\x54\x1a\xec\xdb\x50\x56\xc3\x1a\xa3\xd6\x39\xcb\xc7\x55\x50\x83\xd1\x60\x6a\x08\x1a\xbe\x9f\x34\x2e\x53\x7c\x85\x5c\x6d\x37\xdc\x7e\x4d\xbb\xda\x0b\x0b\xf4\xf5\x65\x6a\x9f\x2e\x56\xc4\x57\x62\xd5\x3e\x7d\x80\x88\xaf\x85\x5f\xcd\x56\x43\xfd\x36\x3c\xac\xe9\x57\x84\x55\xdf\x59\x8f\xaf\x69\x57\x7d\x5f\x9f\x7c\xa7\xf5\x0a\x61\x5f\xc1\x50\x9d\xe3\x10\xdf\x13\x54\x63\x5b\x0d\xdf\x69\x63\x9a\xba\x21\x35\x59\x23\x98\xc5\xdb\xb7\xe1\x5c\x83\x7e\x17\x28\x1e\xb8\xf5\xef\x02\xc5\x7b\xd3\xf0\xa5\x74\x4c\x0d\x1f\xf1\xb5\xde\xea\x30\xd6\xe3\x7b\xff\xea\x58\xb3\x7c\x05\x54\x1d\x83\x4f\xbe\xd7\xbe\x0e\xe4\x80\x22\x05\x75\x70\x3d\xe2\x2b\x8f\xea\x51\x07\x0d\x5f\x4a\x8f\x83\xf3\xf1\x3d\xb8\xf5\xb8\xe1\xf6\x2b\x3a\xea\xf1\xae\x31\xbe\x94\x9e\xdb\xa2\xe3\x4b\xe9\xb9\x16\xf9\x6b\xea\xd6\xd3\x99\xe5\xeb\x4c\xd5\xf3\xa5\xc7\xd7\xa0\xae\x57\x61\xda\xaf\x33\x55\xaf\x7d\x35\x54\x35\xb0\x40\x5f\x01\x55\xaf\x17\xc2\xbe\x66\x43\xbd\x0b\x6b\xfa\x8d\x09\xd4\xbb\xb3\xb7\x3a\xda\x37\x5b\x39\xbe\xce\x52\xbd\xb9\xb7\xe3\x6b\xbc\xd6\x87\x6b\x3a\xb6\x2f\x1d\xcf\x8c\x7c\x84\xc2\x08\xf5\x79\x6e\x1a\xbe\x74\x3c\xef\x6a\xf8\xae\x18\x6e\x5d\x8c\xef\x7d\x69\x1b\x67\x6c\x7c\xef\x4b\xdb\xea\xea\x11\xdf\x06\x5b\x74\x8c\x6f\x03\xf2\x59\x26\x72\xdb\xae\xd5\xb0\x28\x6d\x65\xba\x0f\x31\xbe\x12\xbc\x15\xe4\xf3\xf8\x4a\x98\xb6\xf7\xf5\xc9\xa2\xb4\x55\x24\xdd\x28\xfd\xdb\x70\xad\x31\xbe\x94\xd6\x67\x35\xb8\x1a\x0e\x1a\xbe\x94\xb6\xce\x7a\x94\x2f\xa5\xbd\x40\xfa\xfe\xa5\xb4\xbf\xab\xe1\x4b\xa9\x71\x3d\xa4\xbf\x9b\x21\x93\x65\xee\x37\x3b\x1f\x1a\xbe\x94\x1a\x52\x4a\xc1\x91\x66\xf7\x1a\xc3\xd4\xc0\xaa\x7f\x05\x4a\xf3\x7d\x35\x7c\x29\x75\x63\x3d\xbe\xa6\x58\x73\xa7\xc7\x57\x7c\x36\x47\xf7\x8e\xaf\xed\xde\x62\x9a\xc8\x31\xbe\x56\x64\x5b\x17\xf9\x63\x69\xfc\x7f\x2b\xb0\x16\x18\x19\xe3\xab\xba\x5b\x1c\xab\xe1\xcb\xc6\x98\xde\x69\xc8\xaf\x69\x03\x7b\x40\x96\x4b\x5b\x57\x76\x7c\x83\x04\x6d\x5c\x6c\xda\xd7\xa0\x6e\xc7\x5a\xf0\xaf\xbd\xd8\x8e\xc5\xf9\xd7\x72\x69\xc7\xc9\x62\x7d\xed\xf8\x76\xdc\x30\xda\xbe\x0b\x7e\x3c\xab\xc7\x97\xd2\xe3\x65\x96\xaf\x12\x6c\x67\x87\xf3\xaf\x29\xd3\x4e\x2f\x34\x7c\x29\xbd\x0b\x9f\x7c\xcd\x90\xf6\x4c\x39\xd0\xf6\x96\x0d\xb0\xff\x35\x42\xdb\xb3\xdd\xf4\xf8\x0e\xfa\x10\x79\xd8\x35\xe8\x33\xa3\x2c\x6d\xff\x9a\x87\xed\x29\x90\xfe\x75\x51\xdb\xb3\xaf\x41\xd5\x63\x5f\x74\x34\x35\x30\x4b\x36\x4c\xd7\xbb\xc9\x39\x6f\xcf\xba\x3b\x5d\xd3\xce\x70\x63\xdb\xbf\xda\xa8\x3d\x0d\x6e\x7f\x34\x74\x62\x35\xe2\xa5\x71\x33\xbe\xfa\xaa\x3d\x8d\x31\x4c\x94\x76\xa2\x39\x26\x6e\x3b\x94\x9a\x16\xc8\xa0\xc3\xc4\x8b\x31\x86\x6b\x8c\x75\x88\x4d\xbc\x18\xcc\xb9\x3e\x71\x8e\x83\x89\x17\x67\x1b\x5c\x9f\x38\x6b\xea\xea\x11\xac\x87\x8b\xb9\x80\x52\x17\x2f\x01\x61\x49\xc7\xf4\x05\xda\x1e\x22\x3d\x18\x34\x44\x47\xb0\x51\x49\xd8\x58\x9f\x68\x50\x0c\xea\x91\x84\x0d\xb8\x1d\x1a\x14\xfb\x79\xb8\x36\x6a\x30\xcb\xd0\xaa\xaf\x2b\xeb\x5a\xd3\x83\x59\x86\x98\x3b\xd8\x97\xe4\xf6\x44\x62\x25\xb7\x53\x09\xb6\xba\x89\xb9\x13\xc2\x42\xb3\x4c\x75\x9d\x61\xb7\xf6\x9c\x5c\xb1\xd0\x27\x53\x4f\xb4\x2a\x19\xff\x60\xbd\x8d\x5c\x8f\x29\x5b\x5b\x95\xd0\x7f\xae\xb9\x73\x55\x22\xfd\xc1\x58\x1b\xa1\xf5\xb8\x57\x0f\x7d\x72\x23\x1d\x42\xeb\x31\x2f\x72\xab\x12\xc7\xcf\xc3\x39\x0d\xd1\xf1\xac\x4f\x34\xc6\x3b\x63\x68\x72\x1f\xda\x33\xe5\x73\xab\x92\xbe\x0f\xca\x78\x84\x06\x7d\x91\x41\xb9\x73\x53\x3a\xb4\x2a\xe9\xfb\xd5\x79\xb9\x73\x98\x62\x0a\xd8\x36\x82\x9d\xa1\x80\x6d\x7b\xb7\xc2\x18\x5f\xc2\xde\xc2\x46\x7d\x35\x7c\x23\xa8\xd6\xaa\x84\x23\x41\xb5\x90\x4f\xd2\xde\xca\xaa\x4b\x5a\xbe\x95\xad\x94\xb4\x24\x86\xd6\xaa\xa4\xe5\x5b\xd9\x4a\x09\x25\xa2\x62\xa1\xf0\x43\x23\xe6\x15\x72\x74\x1a\x31\xaf\x56\x25\x2d\x09\x4f\x85\x02\x14\x8d\x68\x54\x8c\xa1\x69\x67\x58\xa8\x55\x49\x29\x02\x25\xad\x4a\xc2\x10\x28\x19\x9b\x0e\x0c\x11\x8b\x56\x25\x0c\x88\x58\x8c\x4d\x07\x86\x00\x45\xab\x12\x39\x84\x1f\x5a\x95\x84\x21\x52\x30\x36\xa9\x7c\x22\x05\xad\x9a\x98\x8b\x35\x46\xfc\x8e\x02\xc3\xe3\x6f\xd5\xb4\x7a\xd3\xe3\x1f\x9b\x4c\x88\xe9\xcf\x97\x56\x3d\x49\x78\xe8\x91\x33\xb2\x8b\x92\x03\xf8\xf3\x63\x93\x91\xf1\x0e\x88\x94\x1c\xc0\xc1\x1f\x9b\xce\x3d\xfe\xfc\xd8\x74\xcc\x71\xdf\x5b\x95\x60\xc0\x7d\x1f\x9b\xcc\x90\x17\x69\x53\x3d\x67\x61\xc1\x65\x97\xe0\xad\xb7\xea\x39\xcb\x45\x0f\xad\xef\x58\xcc\x69\xda\x03\x3a\x74\x77\xa6\x8b\xfa\x69\x10\x73\x27\x0b\x24\xcb\x05\x6f\x72\x6c\xb2\x5c\xde\x93\xf5\x90\x60\xc0\x79\x1c\x9b\x2e\x13\x9e\xe0\xd8\xf2\x66\x5c\x0f\x9f\x88\xb9\x9b\x15\xd3\x75\xc3\xcf\x1b\x9b\x0c\x95\xf7\x46\xda\xe4\x65\xba\x39\x2b\x79\x77\x6e\x08\x93\x2d\xf2\x2e\x69\x93\x17\xe1\x66\x2b\xf3\xfe\x3d\x95\x06\x11\xf6\xb2\x95\x79\xdd\xde\x49\x58\xdb\xb4\x84\x53\x96\xb4\x26\xd9\xfa\xbe\x2c\x61\x5e\xc8\x29\x5c\x5a\x93\x6c\x7d\xa7\x3f\x31\xb6\xbc\xa1\x6f\xd0\x43\xa4\xbf\x07\x0d\xa2\xf4\x85\xd2\xaf\xc5\xd3\xf1\x59\xc7\xf6\xb5\x78\xfa\xb6\xed\x7c\x62\x6a\x60\x91\xbf\x97\xba\x6f\xbc\xb5\xb4\xef\x75\xeb\xdb\xc6\x91\xfa\xda\x44\x7d\x9b\x6f\x2d\xad\x7d\xad\xf4\xbe\xf1\xb4\xd2\xbe\x56\x7a\xdf\xb0\x67\xda\x57\xa4\xf7\x8d\xa7\x95\xed\x6b\x46\x75\x5e\x3a\x5b\x2b\x9a\x76\x1a\xc3\x63\x6b\x1a\x94\x67\x91\x56\x44\xe9\xce\x9a\x16\xcd\xb2\xb3\xd9\x2d\x1b\xe0\xa5\x6b\xda\x9d\x53\xd8\xb5\x1e\x3b\x0b\xd4\xb5\x1e\x95\x05\xea\xa2\x03\x8b\x47\x81\xca\xbe\x21\xf5\x5a\xd5\xa0\x8d\x9d\xeb\x5a\x8f\xc6\x8d\xea\x62\xae\xad\x59\x44\xfa\x0c\xb9\x37\x05\x3b\xfb\xd6\x39\x41\x5d\x8b\x8c\xa0\x6c\x55\x63\x74\x76\xbf\x6b\x3d\x3a\x9b\x5d\x35\x68\x67\x81\xaa\xc6\x30\x78\x31\x71\x6b\x2c\x90\x89\x5b\x5b\xb3\x68\x50\x63\x16\x13\xfb\x4b\x1c\x9b\x28\xf5\x35\xa8\x08\xf3\x35\xa8\xe8\x70\x8e\x65\x9e\xb1\x29\x7d\x5b\xcb\x23\x15\x70\x6b\xa2\x34\xa0\x23\x8f\x54\x70\x09\x4d\x84\x21\x4f\x5b\x1e\x18\x84\x63\x6b\x9a\x76\x09\x47\xd3\x46\x2d\xe1\xe8\xda\xa8\x01\x73\xae\xf5\x38\xf8\xc4\x35\xc6\xc1\x46\xb9\x08\x3b\xd7\x18\xa2\xe3\x84\xd2\x3c\x1f\xd3\x47\x6b\x2d\x77\x7f\x9a\x40\x63\x73\xd1\x31\x9d\xb6\xd6\xf2\x38\x9c\x1c\xfe\x10\x61\x17\x74\x84\x08\xbb\x98\x36\xb4\x84\xd7\x9a\x56\x94\x5e\x9c\xa0\xae\x59\x10\x7d\xcd\xb6\xdf\x50\x60\x7d\xbb\xd7\x04\x62\x03\x31\xd8\x72\xe3\x97\x18\x0c\xf1\x75\xc3\x46\x9e\x84\x67\x51\x2d\xbe\x1e\x88\xcc\xa3\xf1\xb0\xe0\x21\xaa\x1f\x16\x2b\xcf\xca\xc3\x85\x0c\x2d\xf8\x83\xae\x09\x2d\xf8\xc3\xc6\xe7\x59\x79\xd8\xa3\x10\xe7\x2f\xb7\x7c\x68\x39\x5f\xe4\x51\x1e\x1e\xcc\xb2\x96\x47\x63\xc9\xc5\xa1\x05\x7f\x59\x4e\x9d\x95\xc2\x93\x73\xfb\x6a\xe7\x5e\x96\x18\xfc\x2a\xe3\x5e\x96\x18\x1c\xd9\xc0\xb4\x5f\xdd\xdb\xcb\xc6\x12\x0e\x35\x14\xee\xce\xd7\x82\xea\x85\xf7\xe3\xe6\xd9\xb0\xe8\xf8\x72\x5b\x96\x90\xd3\x01\x24\x5d\x62\x28\xea\xd8\xcb\xee\x34\x64\x0f\xb6\x52\x07\x90\x0c\x8a\x51\x24\x8e\xcb\x7c\x73\x1d\x45\xe2\xb8\xe0\xf8\x29\x33\xa7\x97\x5a\xe9\x51\xd4\xd0\x69\xd8\xd5\xc0\x56\x46\xf6\x60\xda\xc8\x1e\x4c\x5b\x44\x69\x45\x40\xe9\xd0\x95\xfa\xfe\xab\x47\xfa\x5e\x66\xd0\x64\x94\x22\xf6\x3b\x84\x8d\x6c\x38\x78\xa4\xd7\x2c\x4b\xea\x0d\xb1\x6f\xeb\x13\x71\x8b\x90\xd3\xcb\x7f\x2f\xc6\xb4\xbb\xe8\x70\xde\xf5\x73\x81\x7c\xcd\xa2\xbd\x9d\xcf\x55\xad\x17\x35\x20\xd3\x7a\x32\x17\xfb\xbf\xca\x1e\xe8\x05\x8b\xb2\x27\x73\xd8\x88\x65\xcf\x06\x52\x12\x92\xdb\x58\x19\x08\xd9\x70\xd3\x43\xcc\xc5\x22\x5d\x0d\x83\xad\x94\x7a\x2a\x83\x94\x84\x92\x0d\x6c\xa5\xf4\x55\x19\xac\xc7\x9e\x0d\x4e\x83\xb6\x72\xda\x88\xa3\xd4\x6c\x78\x68\xd0\xaa\x1f\xb0\x9f\xdb\x70\xac\x41\xb5\xa6\x07\xcc\xe5\x12\x1e\x2c\x61\x2e\xd0\x09\x73\xc9\xcb\xb9\x66\x11\xe9\x38\x8f\x3d\x99\xc3\x02\x2c\x4d\xa4\x5f\x2c\x72\x32\x37\xc3\x7f\xad\x27\xe9\x17\x5b\x29\x13\x88\xf4\xa1\x51\xa4\x9e\x48\x1f\x1a\x45\xea\xa9\xdc\xe4\x6c\x48\x1b\x15\x64\x61\x91\xf2\x29\xcf\xf6\xaf\x32\x43\x7a\x79\x38\x41\x52\xa4\x05\xc1\x56\x9a\xb6\x72\xca\xb1\xa1\x8c\xa2\x5e\x5e\x48\x4f\xc2\x5e\xd6\x43\xb3\x90\xc6\x94\xe9\x26\x7d\xdf\xd8\x6c\x99\x2f\x3b\x91\xa4\xae\x59\xf6\x95\xe5\xf2\xa3\xc7\x43\xc3\x97\xdb\x7d\xe5\xb0\x48\x81\xed\x85\xf3\xf1\xa3\x07\xec\xff\xe8\xc1\xf9\x90\x8a\xdb\x49\x48\xd1\x1b\x69\x27\xd5\xa9\xf5\xaf\x8f\xd6\xf7\x0a\xe9\x32\x3d\x76\xac\xa6\x2e\x99\xbc\x63\x35\x15\x29\xb0\xbd\x31\xed\xef\x29\xb0\xbd\x41\x93\xe5\xe7\x2c\x78\xce\xd8\x39\x3c\x12\xd8\x7b\xe7\xf0\xc8\xfa\xd9\x89\x3b\x75\x09\xec\xbd\x23\x4a\xa5\x04\xf7\x25\x6d\x2c\xc7\x20\x69\x48\x02\x7b\xef\x2c\x85\x04\x36\x49\x5c\x4d\xc9\x24\x7d\x9f\xd2\xa6\x75\x09\xca\xdd\xb9\xa1\x12\x94\x3b\x0e\xad\x5e\xdc\xfb\xee\x5c\x26\x09\xca\xdd\x17\x61\x1a\x74\x09\xa8\x64\xdf\xa1\x43\xea\x7a\xf7\x35\xad\x98\x5b\x02\x4a\x2a\x6e\x0f\xb6\x44\xda\x79\x5f\xd2\x46\x8a\x74\x5f\xa2\x43\x06\xd3\x8e\x6b\xa8\x7c\xa7\xbe\x1f\x10\x96\x8b\x8c\x9f\x57\x92\x7d\xac\x1f\xdb\x34\xc6\x74\xeb\x9a\x6d\x62\x7f\x3e\x01\x36\xdb\x34\x28\xc6\x8e\x6d\x1a\x94\x10\x91\x49\xe7\xed\xdc\x72\xbd\xa8\xf6\xfd\x42\x72\x4a\xe7\xed\x04\x91\x4c\x5e\xcb\x3e\xaf\x7d\x33\xa9\xc9\x7d\x5e\xea\x66\xf2\x38\x76\xac\x95\x92\xfb\xb2\xae\x6c\x6e\xc3\xcb\x12\xe6\x22\xe3\xc5\x99\x44\xe9\x8e\xd3\x66\x12\xa5\x3b\x3e\x9a\x49\x50\xd6\x6d\xf5\x70\x35\xac\x1e\xa1\x06\xf6\x56\x06\x4e\x5d\x89\x69\xda\x97\x8a\x3b\x65\x92\x8b\xb5\xb0\x1e\xf2\x16\x2a\xf9\x5f\x26\x79\x54\x97\x95\x20\x8b\xa7\x62\x25\x28\xdb\xa6\x57\xa2\x4a\x26\xd9\x5a\x97\x95\x30\x44\x7a\x5d\xb9\x6c\x55\x0d\xf1\xaf\x92\xdb\x7a\xad\xd0\x21\x99\x56\x1b\x77\x4e\xfa\xbb\x36\x48\x97\x80\xaa\x9d\xbd\x95\x65\x5b\xf1\x6b\x4c\xae\x50\x45\xc3\x2b\x41\xae\xd7\xce\x91\x92\xe8\xa8\xe4\x51\x9a\xc4\x4f\xb5\x45\xba\x3e\x99\x7e\x4d\x33\x49\x87\x6a\xac\xba\x84\x41\xc5\xd1\x29\x23\x07\x9d\xab\xbe\x6f\x39\xe8\x43\x83\xc6\x70\x48\xd7\xad\xac\x5c\x42\x3d\xaa\xf7\xea\xeb\x93\xec\xc1\x22\xeb\x12\xd6\x19\x88\x1a\x4a\xbe\xea\x35\xc8\x20\xd4\x9d\xab\x04\x8e\x76\x19\x6b\x15\x95\xbf\xcb\x36\xab\x83\xcd\x76\xf1\x82\xa3\xb3\x97\x6c\x80\x5b\x59\xb3\x75\xb0\xc8\xba\xb7\x75\x86\x74\xc6\xae\xdb\x50\xa7\xfe\x1e\x4a\x02\xeb\x95\x64\x6c\xd3\x15\xab\xc7\x22\x4c\x87\x8e\xbb\xaf\x34\xb1\xce\x3b\x5a\x33\x99\x95\xf5\x64\x4d\x65\x9c\xd4\x75\xf7\x25\x1c\x2b\x1a\x7e\xd7\x8d\xaa\xdc\xec\x7d\xcf\x1e\xd0\x21\xb1\x55\x6f\x56\x4c\x3e\x44\xbd\xa1\x23\xef\xdc\xba\xea\x79\x81\x66\x78\x78\xec\xb2\x56\x2a\x77\x7f\x97\xb5\x52\xe7\xc3\xcf\xd0\x4b\x7d\xaf\xb8\x1d\x7a\xa9\xef\x95\x9b\xed\x92\x41\x0d\xed\xbc\xd7\xdf\xc9\x42\xec\x0d\xe7\x60\x97\x49\xd5\xe6\x33\x51\x73\xad\x5e\x43\xcb\xba\x16\xab\xcd\x17\x9d\xe6\xe2\xab\xcd\x70\x46\x73\xb1\xd1\x76\xc6\x10\x1b\x6d\x67\xf5\x6a\xf6\x80\x0d\x45\x1e\x5a\x5d\x54\x77\x35\x54\xc6\xc8\x06\xd6\x46\x81\x86\x56\x39\x2b\x0a\x34\xb4\x19\x2a\x6e\x2e\x2b\xac\xcd\x7c\xc9\xa1\x0c\xde\xde\x66\xec\xb8\xb9\xcc\xb2\xd6\xd6\xa0\x62\xae\xb1\x9c\xb9\x1e\x33\x8a\xd2\x3c\x49\x27\x8a\xa2\x67\xb3\x3e\x53\xe9\x3f\x3d\xc4\x4b\x87\x30\x89\x9f\xd6\xd9\x67\xd9\x7a\x8d\x08\xc8\x2e\x5b\xaf\xcd\xdc\xbe\xb1\xcb\xd6\x6b\x44\x40\x76\x59\x61\xcd\x16\x61\xd9\xb0\x08\xd3\x7a\x18\x5b\x29\x3b\xad\x11\x23\xd1\x6b\x5d\x6f\xbe\x28\xcd\x06\x16\x39\x17\x08\x95\xef\xb9\x1e\xbe\xe8\xc8\x1e\x8b\x17\xf5\xc0\x05\xf1\xe4\x25\xe0\x45\xe1\xae\x86\x0b\xe2\xc9\xdc\x7c\xae\x1a\xbb\xa4\x6f\x23\xce\xb2\xcb\xf8\x6b\xd3\x05\x69\x9e\xec\x07\x6b\xda\x73\x16\x36\x3b\xb9\xc5\x27\xd1\x33\x62\x6f\x63\x11\x26\x6e\x97\x3c\x92\xbd\xd8\x0e\x16\x48\x42\xbf\x11\x89\xd9\x25\xf4\xdb\x8c\x28\x37\x4f\xf6\x0f\x04\x43\xcf\x06\xf6\x25\xd7\xe3\x58\x74\xa8\x81\x20\xf4\x2e\xb5\xd0\x4e\x56\x3d\xb9\x3d\x19\x23\x99\xc3\x27\xf1\xe4\x85\x58\xcd\x2e\x93\xb0\xe1\x93\x78\x52\x8a\x73\xa0\xe4\xf4\xde\xf0\x05\x3c\xa7\x25\x2e\xe2\x52\x3e\x6d\x49\x1b\xe9\x89\xf6\x40\x87\xb4\x51\xc3\x7d\xd8\xa5\x27\xda\xcb\x35\x95\x5a\x68\xbc\x4e\xb9\x82\x2d\x8d\xe0\xaf\x2b\xb6\xd2\x5e\x76\x4e\x6a\x81\x52\x80\xa1\x27\xd1\xde\x09\x72\xb8\x0c\xcf\xbe\xad\x69\x9b\x1a\xd8\x6c\xd1\xd1\xb7\x35\xc6\x77\xda\x4e\xf9\x8a\x8b\xb0\x5e\x38\x85\x32\x91\x3b\x81\x5b\x17\x1d\xbd\xac\x31\x34\x2d\x01\x0a\xbd\xb3\xf6\xbe\xa4\x94\x74\x4d\xc7\x38\xf1\x24\xbd\xb2\xc8\x49\x29\x11\x0b\x3d\xbc\xf6\x5e\x59\xf5\xa4\xb4\xc2\x9c\x74\x4d\xaf\x08\x47\x19\x7c\x7d\xc9\xb1\x24\x7d\xc9\x31\x59\x80\xbd\x71\xa4\x64\x01\xf6\xc6\x12\x26\x2f\x8d\x3b\x97\xbc\x10\x0d\xde\x65\x88\xf7\xb6\x78\x11\x73\x9d\x63\x99\xa4\xe3\x98\x78\x52\x8a\x63\xb2\x4b\xe7\xf5\xbe\x48\xd7\xb4\xd8\x44\x9e\xbc\xd8\x1a\x54\xa4\x3b\x8b\xac\xc8\x5a\x27\xa6\xe1\xc9\xcb\x12\x28\xf1\x3b\x59\x88\xbd\x63\xa8\x78\xd2\xb4\x64\x89\xc2\x5d\x7d\x19\x2a\x0a\x77\xf5\xe9\x2d\x34\xff\xd1\x30\xb5\xac\xde\x8f\x7b\x9f\x36\x45\x53\x92\x7c\xef\xf3\x51\x7a\x54\xf9\x02\xfd\x5c\x9f\x68\x96\x69\x42\x0c\xbd\x30\xf7\x8e\xfb\x10\x72\x30\x3a\xee\x43\xe4\x2c\xd3\x7d\x18\x7a\x72\xee\x7d\x06\x4f\x47\x95\x9d\xd6\xb1\x29\x22\xa7\x25\x3e\x1a\x39\x2d\xd7\xbe\xca\x70\xeb\x33\xff\xab\x45\xd2\xc1\x1b\x74\xe4\x2c\x44\x0d\xf4\xb0\xdd\x3b\x11\xd4\x2a\x4b\xae\xe3\x71\x54\x19\x6e\x7d\x56\xa4\x8d\x2a\xb3\x8c\x54\xbe\x51\x65\x96\xd9\xbc\xc3\xa3\xca\x0a\x33\x02\x95\xa1\x31\x6c\x63\xc5\x14\x88\x32\x02\x95\x4a\xb1\xec\x56\xa0\x43\x86\x85\x51\xc6\x12\x39\x0b\x31\x01\xbd\x85\x77\x23\x26\x10\x39\x2d\x4f\x2b\x55\xa6\x87\x61\x7a\xd4\x3d\x7b\xb0\x1e\x49\x07\x51\xc7\x50\xfc\xcb\xea\x9a\x36\xd4\xb0\x78\x19\x6a\x60\xd5\xf7\x6c\x60\x3d\x64\x7a\x18\x71\x80\x2a\xb3\xc1\x1a\x9f\xc8\x4a\x30\xae\x5b\xc8\xc4\x34\x02\x03\x7a\x1c\xef\x86\xca\x57\xd1\x40\x37\xd2\x4d\x22\x17\x88\x10\x62\x95\x9a\x34\x5e\x41\xaa\xb4\xa2\x39\xbc\xe4\x8a\xa1\xd0\xab\xb4\xa2\x39\xfb\x22\x15\x67\x38\xf5\x55\x1a\xcd\x78\xb6\x56\x02\x73\x37\x34\x7c\x95\xfe\x36\x34\x7c\xe4\xaa\xa3\xe1\xf5\xc0\xde\x0d\xed\x5c\xa5\xe2\x8c\x48\x5d\xe4\xbe\x1c\xeb\x13\x91\x4e\xa4\x2e\xf6\x6c\xe0\x56\xca\x67\xb5\x93\x3b\xd7\xb3\x61\x71\x2b\x5e\x4e\xb8\xed\xd9\xb0\x06\x15\x73\x17\x37\x2a\x77\x0e\xc3\x3e\x64\x23\x1a\x4f\x1a\xaa\xcc\xe8\x76\xb3\x51\xd2\x79\xc6\x9b\x84\x4a\x35\xba\x61\xd8\x2b\xd1\xb7\xdb\xbc\x73\x2d\x6a\x36\x70\x1c\xa4\x7b\x0d\xc3\xbe\x4a\xc5\xd9\xbb\x3e\x11\x73\xeb\x12\x4a\xc5\x19\x9a\x55\x8f\xfb\xdd\xd6\xad\x94\x7a\xf2\x6d\x7d\x62\x6a\xe0\x48\xc9\x12\x75\xde\x48\xa3\xe5\x27\xb0\x2f\x63\xcd\x79\x12\x55\x8e\x72\xf7\xb2\xc6\x08\x35\x70\xc5\xa4\x49\xfc\x7f\x28\x0c\xeb\xce\x0b\x68\x95\x6a\xf1\x9d\x31\x7a\x36\x30\x86\xf4\x04\xf9\x81\x2d\x74\xc6\x1c\x65\x5c\xa5\x27\x9c\xe0\x5e\xe8\x8c\x39\x6f\xa4\xaa\x55\xe8\x5e\xd7\x27\xdf\x7d\xf1\xb6\x3e\xd1\x18\x0d\x89\x2b\xed\xe1\x78\x08\x2a\x6f\xe8\x4e\x84\x2f\x7a\xf6\xe0\xc0\xe8\xd0\x51\x36\x38\x6a\x64\x03\xdb\x10\xbf\x93\xc4\xd1\x9d\x48\x9d\xb2\xa2\xbb\x1b\x87\x58\xb6\x9e\x13\x35\x08\x85\xff\x1c\xd3\x5f\x25\x17\xdd\x8d\x03\xa8\xf3\xe6\x4b\x30\x28\x68\xe2\x0e\xe7\xb2\xb1\xdc\xe1\x5c\x51\x14\x77\x2e\x93\xa2\x28\x8e\x2f\xa0\xdc\xeb\xee\xa8\xee\x3a\x72\x0c\x2e\x93\x0e\xb1\x93\xa9\xa6\x64\xec\xee\x64\xa8\x28\x19\xbb\x7b\xb0\x47\x3a\xb3\xce\x63\x43\x55\x8c\xc4\x09\x23\x44\x1e\xe2\xc1\xe1\x51\x48\xc4\x79\x06\x68\x0a\x89\x38\xcf\x00\xca\xdf\xee\x4e\x22\x88\xf2\x1c\xba\xa3\xae\x95\xe7\xd0\x9d\xe7\x51\xa5\x35\x74\xbf\xd6\xb4\x62\x6e\xc6\xf4\x87\xd2\x1a\xba\xa3\xae\x95\xd6\xd0\xfd\x82\x97\x3c\xd5\x24\x82\x28\xa1\xbb\xfb\x7c\x1e\x1d\x99\xd6\xe0\x53\x3b\x8f\x4c\x49\xf0\x07\x4a\xa5\x8c\x1d\x93\x5b\x25\x4a\xdd\x97\x1c\xc8\x73\x3f\xa3\x7d\xa3\x95\x6c\xe0\xc0\xe4\x31\x27\x45\xa3\x95\x6c\xe0\x10\xe7\x31\x9f\x4f\x91\x23\xb3\x18\xfc\x65\x2b\x15\xed\x73\x84\x4b\x93\x56\x0c\x9e\x01\x94\x14\xde\x83\x9c\x0d\x25\x85\xf7\x20\x96\xd0\xa4\xd1\x62\x6a\xe7\xd1\xa4\xc0\xa2\xc0\x9c\x14\x58\x14\x66\x91\x7a\x0a\x12\x4a\x95\x25\xde\x63\xd6\x94\x8e\x26\xd5\x12\x3c\x45\x2a\x6d\xbc\xc7\xce\x7a\x48\x93\x04\x45\xa6\xca\x23\xef\xb1\xb3\x1e\xd2\x24\x31\xc3\x90\x4d\x89\xe5\x3d\x08\x43\x2a\xb1\xbc\xc7\xbe\x08\x13\x1d\x75\xf5\x50\x43\x5b\x84\x89\x8e\xb6\x98\xd3\xb4\x58\xd8\x4a\x0a\xef\xc1\xbb\x62\x93\x26\x09\x42\x07\xca\x12\xef\x31\x1f\x1a\x47\x93\xd9\x10\x3c\x1f\x28\x6d\xbc\x47\x67\x16\xd9\x11\x41\xa0\x52\x59\xe2\x3d\xb0\xc1\x95\x25\xde\xc3\xd6\x18\x22\xcc\xd6\x18\xfa\x84\xab\x3e\x72\xe7\x66\x05\x40\x1b\xb9\x73\x5c\xf5\x91\x3b\xe7\x2c\x90\x34\x5a\x90\xb6\x3a\x72\x2b\x09\xec\x8f\xdc\xb9\x58\xb3\x68\xda\x58\xb3\x68\x8c\xf9\x14\x39\x9a\xc2\x0f\x41\x32\x5a\x26\x71\xc4\x58\x83\x6a\x1b\xc6\x22\x4c\xdb\x40\x08\x31\xd3\x3c\x62\xd6\x91\x8f\xcc\xea\x88\x83\x03\x23\xab\x29\x0e\x0e\xae\xac\xa6\xc0\xd2\x18\xb9\x0d\xb8\xec\x23\x57\xfd\x5c\x3d\x44\x07\xef\x09\x4a\x04\xef\x71\xad\x59\xc4\x0b\x0e\xc1\x48\xe6\x70\x08\x94\x19\xde\x03\xf9\xa1\xcc\xf0\x1e\x98\x1e\x23\xd9\xbf\xa1\x23\x99\xe3\xd5\xb0\x49\x91\xc6\xcd\x2c\xc9\xed\xcd\x9a\x4a\x91\xc6\xc3\x7a\x48\x09\xc6\xc3\xf9\x48\x4a\x1f\x0e\x6e\xdf\x7f\x47\x81\x51\x0a\xd3\x86\x34\xe4\xd8\xb8\x6e\xd2\x90\x03\xd3\x5f\x15\x92\x7d\x6c\x6b\x02\xf5\x20\x25\x21\xf3\x48\x46\x61\x4b\x14\xbd\x18\xb8\xef\xca\xbd\xee\xa3\xa0\x05\x14\xce\x18\x33\x25\xa1\x29\xf7\xba\x8f\x75\xcb\xa5\x26\x07\x46\x46\xfb\xd1\x03\xf9\x9c\x3d\xf0\xe7\x87\xf4\xd5\xa8\x5c\x48\x69\xd6\x41\xc2\x81\x52\xad\xfb\xe0\xf5\x21\x33\x43\x46\x5d\xa4\x8b\x5b\x02\x95\x99\xf7\x31\x70\xf0\x95\x7b\xdd\x07\xee\xbb\x52\xad\xfb\xc0\xa6\xc8\x44\x90\x41\x66\x56\x4b\xc2\x78\xb0\x50\x36\x72\x1f\x1d\x3a\x92\xb0\x25\x18\xa4\x16\x46\x5f\x83\x6a\xda\x05\xfc\x20\xb5\x30\x48\x5a\x50\x36\x72\x1f\xb6\x66\x11\x2f\x4b\x74\x24\xa5\x78\x1c\x99\x6e\x32\x70\x30\x32\x99\x64\x90\x88\xa5\x84\xdd\x3e\x78\x9f\x50\x7e\x6e\x1f\xf3\xda\xf7\x4d\xd2\x77\xcc\x5b\xde\x37\xa9\xeb\x31\x73\xd1\xfb\x26\xdd\x3b\xd6\x2d\x97\xaa\xa5\x10\xa3\x2b\x61\xb7\x0f\xfc\x89\x96\x0b\x34\xbd\xfc\xae\x84\xdd\x3e\xa6\x83\xd1\x37\xb9\xdb\x83\xd0\x5d\xcb\x15\x23\x74\xd7\x72\x81\x96\x1d\x21\x35\x39\xce\x45\x58\x36\x4c\x30\x82\x4d\x42\x7f\x4c\x49\xd1\x37\xc9\xf8\x41\x2c\xaf\x49\x91\x0e\x32\x4c\x9b\x14\xe9\xb8\x60\x5f\x42\x7f\x5c\x80\x22\xc8\x55\x1e\x17\x74\x8c\xec\x01\x1d\x32\x0a\x06\x09\x07\x6d\xe4\x27\x8b\x30\x31\x77\xb1\x84\x32\xf8\x06\x29\x09\x4d\x91\x93\x41\x86\x69\xcb\x9d\x03\x74\x43\xe9\xb3\x7d\x3c\xac\xa9\x44\xfa\x78\xd8\xca\x3d\x3f\x99\xb7\xa1\xe7\xde\x3e\xac\xba\x24\xf8\x78\x58\x20\x49\xf0\x41\xda\x6a\xcf\xdd\xe7\xc1\xb3\xcb\x58\x1b\xb8\x42\x5d\xb6\xd9\x78\x17\x1d\xda\x86\x17\x6e\xe5\xd6\x8d\x69\xe0\x8c\x9e\xbb\x3f\x9d\xa5\xbe\xc9\xcf\x3b\xe6\xc3\x49\x57\x92\x6e\x3f\x36\xb6\x41\x5a\xe0\x98\xbe\xd1\xe8\xda\xdb\xa3\xac\x4f\x9a\x1a\x2a\x3d\x34\x68\x81\x30\xa9\xda\x63\x5f\x3d\xf4\xc9\xce\xc1\x95\x16\x38\x78\x23\xcd\x9c\x9e\x03\xc0\x8b\x4c\x9f\x3d\x08\x54\x66\x4e\x0f\x25\x45\x23\x53\x78\x0e\xf2\xa4\x32\x63\xe7\xa8\xec\x9c\x34\xc9\x01\x58\x45\x26\xd8\x1e\x0d\x5e\xa4\x38\x8e\xb6\x3e\x11\x1d\x0d\xc2\x64\x14\x1c\x6d\x11\x26\x3a\x3a\xbb\x2f\x5f\xf1\x20\xf7\xb3\xeb\x38\x1c\x53\xc2\xf4\xcc\xa7\x3d\x8c\xf5\xd8\xf3\x93\x35\xed\x50\xc3\x9a\x36\x3f\x81\xdb\xdc\x39\x64\x50\xcf\x9d\x23\x51\xa1\xff\x56\x1d\x58\x3f\x78\xd2\xe8\xb9\x8b\xc4\x37\x7a\x6e\x5a\xac\x19\xc5\x06\x76\x49\x97\xfa\x3f\x06\x7c\x49\x0f\x1f\x24\x2d\x64\x2a\xce\x81\x1b\xd3\xa5\xfe\x0f\x1e\x1b\x7a\x6e\xc9\xf4\x5a\x7a\x26\xfd\x1e\x88\xb0\x9e\x7b\xc4\x6b\x68\xcf\x3d\x22\x02\x92\xc9\x3a\xc7\xc9\x2c\xb9\x25\xd7\x1a\x34\x1b\xa6\xe8\xc8\xcc\x9b\x63\x89\x0e\x29\xe3\xe3\xe2\x78\xc9\x40\x38\x2e\xce\x8a\xf4\xf7\x71\xb3\x1e\xd2\xbd\x07\x31\xc5\x2e\x27\xf6\x78\x38\x4d\x52\xe8\xc7\x12\x1d\x52\xe8\xc7\xc3\xb4\x3f\xc6\x60\x5a\x29\x52\x2a\x57\x47\x97\xce\x3b\xf0\x49\x32\x97\xe6\x24\x8f\x3c\x53\x67\xce\x8d\xcb\x24\x3a\x4e\x4c\x8f\xcc\x94\x39\xb7\x35\xed\x97\xfd\xb3\x2c\xc2\xd4\x03\x27\x25\x73\x69\x4e\x6c\x91\xcc\xa5\x39\x09\x67\xa8\xb4\xbe\x9f\x3b\xb3\xc8\x13\x3c\x77\x2e\x82\x78\x39\xd7\x0d\x95\xbe\x3a\xc9\xf0\xce\xf4\x9b\x13\x4b\x23\xb3\x6d\xce\xca\x29\x94\x02\x3b\x81\x7f\xc9\x6c\xe4\x13\xb4\x97\xcc\x35\x3e\xc9\x73\x10\x9e\x43\x3f\xb1\x23\xba\xf4\xf7\x49\xfe\x76\x97\x02\x3b\xd7\x95\xcd\x05\xea\x70\x2b\xf5\x74\x76\x04\x65\x72\x4b\x5a\x43\x97\xbe\x3a\x8d\x35\x4d\x5e\x0c\xe9\x9b\xbc\x38\xfb\x22\x45\x7a\x62\x25\x74\x29\x9f\xd3\x11\x94\x49\xba\x43\x58\x92\xee\x9c\xc2\x24\x7d\xdd\x5b\xe9\xab\x33\x98\x25\x49\xc7\x9f\xe8\xf2\x15\xcf\x80\x17\x69\xb4\x73\x59\x1a\xb2\x45\x4e\x0c\x8b\x2e\xe7\xf1\x9c\x25\x6c\x43\xc8\x55\xfd\xc4\x6c\xc8\xa4\xd4\x73\x7a\x0b\x3d\x93\x52\xcf\xf9\x5a\xd0\x8b\xd4\xf5\xc9\x05\xca\x7c\xc9\xf3\xa6\x87\xf4\xd5\x49\xb2\x5f\xe6\x27\x9d\xb3\x42\xa4\x0b\x00\xad\x9f\xb3\xa4\x76\x64\xc2\xd2\x49\xe8\x3f\x13\x96\x4e\xc2\xf6\x99\xb0\x74\xa2\x48\x33\x61\xe9\x7c\xff\x35\x96\x52\x3f\xe7\x6b\x5d\xcf\x54\xbe\xf3\x5d\xdc\x7e\x17\xe8\x42\x2b\x66\x5e\xde\x35\x23\xfd\x3d\xf3\xf2\x2e\xf2\x82\x04\x23\xd1\x2f\xb4\x62\x66\xb8\x51\x2d\x3e\x4c\x7a\xf3\xe2\xce\x65\x86\xdb\x55\x16\xa6\xd3\x97\x74\xea\xc9\xbb\x00\x84\xfa\xb5\x60\xa0\x74\x4d\x2f\x94\x60\x26\x4e\x5d\x75\x4d\xeb\x6a\x60\x3d\xa4\x6a\x2f\xa2\x7d\x26\xcd\x7a\xa1\xd1\x4c\x8a\xf4\x02\xea\x28\xf3\xc6\xae\x06\xb6\x94\x0e\xff\x85\x0f\x6f\x52\xb5\x57\x67\x5a\x1d\xfe\x6b\xc6\xf1\x7b\xe6\x6b\x5d\x9d\x31\x74\x91\x2f\x63\xf7\x65\x67\x5e\x68\x45\xc1\x8c\xf4\xcb\xd8\xec\xf2\x5b\x21\xc4\xcb\x38\x5e\xba\x19\xd7\x0c\xff\xf5\x4c\xd5\xba\xbc\xfc\x2b\x44\xac\x7e\x11\xed\x33\xc5\x04\x2e\x67\x07\x64\x51\x5e\x3c\x03\x64\x52\xd9\x15\xd0\x24\xf5\x7f\xc5\xea\xa1\x4f\x88\xe5\x99\x42\x00\x17\x51\x7f\xc1\x0e\xf6\x8b\xea\x08\x93\xbd\x78\x51\x1d\x61\x32\x10\x2e\xee\x5f\x26\xa6\x5d\xc7\x22\x5d\x9f\xe0\xbe\x67\xa6\xda\x75\x2c\xd2\x35\x06\x6a\x52\xb8\x23\xfd\x3a\x18\x54\x1a\xfe\x3a\xd7\xa0\x62\x7f\x2a\xd2\x9e\x69\x56\xd7\x54\xa4\x3d\xd3\xac\xae\x59\x64\xda\xf7\x2d\xc7\x78\x68\x10\x61\x17\xa0\x62\x79\x77\x50\xa4\x99\x0f\x77\x61\x61\x9b\xec\x88\x6b\xe6\x08\xf5\x5d\x56\xe9\xf5\xac\x31\xc4\x1c\x16\x76\x66\x66\x5d\x04\x08\x05\x58\xd5\xaf\x75\xed\x65\x69\x5c\x3c\xd2\x67\x4e\xdd\x35\x03\x84\x3d\x13\xb1\xae\xa9\x59\x7b\xa6\x59\x5d\x98\xcb\x99\x66\x75\x4d\x55\xdb\x33\xab\xea\xc6\xa9\xcf\xbc\xbc\x7b\xbe\x2d\xf4\x5d\x77\xe7\xc6\x87\xcf\xac\xbb\x1b\x39\x90\x69\x56\x77\x81\x0e\x1d\xa9\x7b\x62\x86\x0c\x93\x09\x74\x53\x6e\x65\xb2\x78\x6e\x04\x43\xa6\x48\x51\xc6\x3e\x84\xc6\xd5\x6f\x9e\xf1\x4d\x26\xd0\x4d\x69\x82\xc9\x04\xba\x77\xce\x98\xac\xd2\x7b\x5f\xbc\x84\x1a\xe0\x45\xe7\xf4\xde\xd7\xb4\x1a\xb4\xae\x31\xc4\xcb\x12\x2e\x12\xa5\x37\x99\xc4\x26\xb9\x78\x93\x28\x64\x32\xa3\xee\xce\xde\xea\xe0\xde\xb6\x66\xd1\xa0\x5c\xe4\x5d\x5e\xcb\xcd\x45\xde\x65\xea\xde\x84\xed\x33\x2d\xf1\xc6\x56\xcd\xa4\xc3\x3b\x60\x4e\x76\xd5\x1d\x30\x27\xeb\xf8\x0e\x36\x5b\xd7\xe3\x5e\xb7\x52\x02\xfb\x1e\x9c\x31\x49\xdf\x7b\x70\x1c\x74\x81\xee\x03\x5e\x74\xb4\xef\x03\xbc\x3c\x1d\xed\x1b\xe3\xd5\x2c\x1b\xb8\x40\x3a\xb8\x37\x61\x37\xb3\x6c\x60\xc5\x64\xe0\xdc\x3c\xbb\x67\x26\xe3\x7d\x32\xa8\xe2\x22\xf7\xc9\xf5\xa8\xf9\xc9\x9a\x25\x3f\x61\x50\x59\x91\x37\x71\xfc\xcc\x53\xbc\xd7\x35\x55\x5c\xe4\xbe\xe0\x36\x8f\x25\x0f\xf3\x99\xa7\x78\xdf\x70\x9b\xe7\xf4\x46\x28\xc9\x12\xbd\x6f\xae\x58\x9e\x53\xe2\x70\x26\x43\xeb\xc6\x66\x36\xd9\x99\xf7\xb3\x7a\x88\x97\x87\x8d\xca\x23\x85\xab\x9c\x39\x4e\x37\x45\x47\x99\xb8\x78\xbf\x6c\xb6\xec\xee\x1b\xbf\xd7\xa4\x7c\x40\x79\xe8\xbb\x65\x03\xeb\x21\x6d\xf4\x6c\x9c\x42\xed\xfe\xb3\x2e\xb2\xb6\xf2\x59\xf7\x36\xb2\x61\x0d\xea\x6a\xe0\x68\xff\x56\x21\x73\x7f\x0a\x9c\x47\x7e\x0e\xe7\xda\xf8\xa7\xb0\x25\xda\xf8\x87\x77\x01\x93\x79\xf8\xe0\x47\x67\x6a\xd2\x83\x51\x2e\x88\xdb\x0e\xf2\x44\xcf\x4c\x24\x90\x27\x7a\x66\x22\x3d\x15\x2d\xa0\x7d\x7e\x70\x9b\x33\xcf\x08\x28\x8a\x91\x39\x9c\x0f\x28\x90\x99\x67\xf4\xd4\x35\xa8\x78\x69\x1c\x0d\xe9\xde\x07\x80\xc5\x4c\xf8\x79\x00\x1e\xcd\xfc\x9e\x67\x89\x0e\x29\xe3\xa7\x73\xcb\x15\xcd\x79\x30\x32\x32\x03\xe8\x21\xfc\x67\x23\x1b\xd6\x18\x22\x1d\x3b\x3e\x33\x80\x9e\x65\x64\x48\x6f\x3e\x18\xe5\x2e\x13\xf3\xc1\x06\x70\x99\x98\x0f\x25\x93\x99\x6d\xfa\x04\x22\x5d\x8a\x14\x28\x8a\x5e\xa5\x48\x1f\x82\x7b\x55\x8a\xf4\x21\x41\xc7\xa5\xf3\x80\xa2\xe8\x35\xa7\x9d\xae\x72\xcf\x7c\x9c\x67\x2c\xc2\xb4\xd9\x63\xcd\x22\x6e\xc7\x9a\x45\xcc\xcd\x77\x81\x9e\xf9\x38\x0f\x12\x2b\xb3\x6d\x1e\x52\xf9\x5c\x9a\x15\x6c\x8a\xe1\x32\x53\x9f\x03\xc8\xd9\x1f\x0d\x37\x0d\xe2\x05\xff\xdb\x7f\x34\xdc\x34\x88\x17\xac\x84\x4c\x7b\x79\x88\xf6\xb9\x74\xef\x33\xcb\x2e\xbb\x60\x24\xfa\x83\x3c\x72\x29\xe3\x87\x67\x44\x97\x32\x06\xe5\xa8\x57\x99\x62\xcf\xbd\x06\xd5\x2c\x53\x1e\xf5\xcc\xa5\x79\x48\x5a\xf0\x9c\x05\x01\x95\xb9\x34\x0f\xf9\xca\x99\xf9\x0b\x58\xc5\xf0\x9c\x85\xd0\x5d\x66\xb9\x3c\xef\xea\xa1\x41\x5f\xa6\x95\xbe\x02\x68\x62\xb8\x74\x1e\xb8\x12\x5d\xa8\x11\xfd\xdd\x58\x42\x29\x41\xf0\x98\xba\x50\x23\x3a\x98\xb9\x3d\x13\x63\xc0\xcc\x4d\x28\xd6\x0e\x44\x6e\x17\x8c\x44\x07\x22\xb7\x0b\x46\xa2\x03\x91\x3b\x32\x8d\xf7\x45\xc2\x64\xa6\x0c\x68\xb6\x3d\x13\x63\xde\x7d\x7d\xd2\xd4\xc0\x12\x4a\xe7\x2d\x24\xda\x4c\x8c\x01\x78\x76\x64\x4e\xee\x82\x95\xcd\x4c\x19\x20\x31\x46\xa6\xe0\xbe\x95\xb3\x2e\xff\x4a\x38\xb3\xe2\xb6\xc2\xbe\xb4\xc0\xc2\x99\xad\xd2\x02\xe0\xc2\x8e\xcc\xda\x05\xd3\x75\x78\xb2\x8f\x5f\x53\x95\xd6\xb0\x10\x5b\x33\xdb\x06\x80\xd6\x9e\xb9\x34\x13\xa0\xf5\xd3\x20\x3a\x90\x41\x2e\xfb\x0e\xa4\xd4\xe1\x52\x93\x6f\x67\x3d\x2c\x7b\xb0\xc8\x96\x3d\x58\x20\xe9\x4d\x60\x4f\x7b\x95\x27\x38\x51\x3d\x4b\xcf\x1c\x96\x17\xc7\x44\xf0\x13\x1d\xcc\xce\x2e\x70\x89\x0e\xbc\xe6\xc8\x54\x60\xc0\x33\x7b\x26\xa4\xbc\x4b\x28\x29\x3e\xb3\xb0\x24\x32\x6b\x17\xa0\xc7\x2e\xc8\x86\x0e\x6a\xe3\xf0\xfe\x5b\x75\x60\x2f\xc6\x8e\xe7\x3e\x1f\x6b\x3c\xd1\xc4\xdb\x42\xa6\xf4\xbe\x4b\x74\xe4\x96\xe0\x71\x64\x7a\x05\x58\x88\x3d\x53\x23\x40\xaf\xe8\x99\x09\x01\xf4\xe1\xf0\xdc\xc5\x29\x7e\x7a\xa6\x46\x00\x6c\xd8\x33\x13\x02\xf4\x8a\x9e\x99\x10\xa0\x57\x0c\x97\xc5\xf0\xde\x9c\x26\x59\x94\xef\x12\x1d\xb9\x47\x38\x29\x99\xc5\xf0\x2e\x49\x21\xf5\xff\x92\xd6\xe0\xb2\xe4\x5e\x0a\x19\xdc\xf2\x93\x79\x34\x32\xf1\xe1\x5d\xb2\x24\x37\xfe\x85\x52\xc9\x56\x80\x26\x46\x26\xdb\xbe\x38\x29\x4d\xc2\xf6\x25\xa6\x2f\xf8\x06\xdb\x28\x62\x52\x5e\xac\x01\x01\x31\x94\x17\x6b\x40\x40\x74\x65\x53\xd8\x36\x25\x45\x57\xf2\x84\x81\x09\xd1\x95\x2b\x61\x1b\x69\x0d\xca\x8b\xb5\x8d\x88\xa1\xb2\x5e\x6d\xc3\x49\x51\xd6\xab\x01\x01\xd1\x95\x09\x61\x1b\x2e\x88\xb2\x5e\x6d\x61\x42\x08\x81\xd2\x36\x42\x88\x4a\x7c\x30\x60\xe9\xba\xf2\x1c\x6c\x81\x44\x28\xf5\xd5\x36\x92\x8f\x85\xfe\x6c\xc0\xee\x0f\x0f\x71\x4b\x16\xb0\x0f\x51\xda\x58\xc2\xaf\xf4\xb5\x0d\x27\x45\xb8\x12\xb6\x75\xd6\xa3\x8a\x74\x4c\x0f\x65\x31\xd8\xc6\xb5\x57\xd2\x82\x81\x09\x31\x04\x3a\x6d\x5b\x67\x96\x2a\x5e\xa8\x55\x50\x0a\xae\x6d\xce\x19\x1b\x22\x9d\x8a\x24\x1f\x22\x9d\x4b\xad\x47\x7a\xdb\x70\x74\x94\xa4\x6b\x5b\x40\x47\xcb\x31\x5e\x7a\x68\x5a\x1c\x1d\xa5\xcf\x1a\xe0\x0c\x5d\xcf\xe7\xb6\x11\xa5\x57\xfa\xac\x81\xd6\xd0\xf5\x7c\x6e\x1b\x50\x36\xca\xa7\xb5\x05\xdf\x10\x9b\x28\x9d\xc2\xa0\xeb\xb9\xdb\x36\xe2\x81\x7a\xdd\xb6\x6d\x86\x1f\x46\x6c\xd9\xc0\xb4\x45\x74\x9c\x4c\x6b\x5a\x42\x1c\x1d\xbd\x5d\xdb\x06\x72\x8d\x70\xbb\x0d\x80\x87\xa1\x8c\x5b\x5b\xf0\x0d\x91\xb7\x61\xdd\x7d\x13\xe9\xe4\x38\x45\x1e\xfe\x0b\xd2\x4d\xa4\xe3\x2c\x45\xde\x86\x6b\x4d\xab\x05\xc2\x38\x51\xfa\xac\x01\x01\xd1\xf5\xdc\x6d\x1b\xbe\x91\xf2\x69\x6d\xbb\x17\xb7\xd9\x83\xb3\xee\x62\x9f\xd8\xa6\xd2\x56\x6d\xbb\xc1\x56\x77\x71\x4b\xd2\xb2\xb2\x43\x6d\x7b\x57\x83\xe8\xc0\x16\x69\x79\xf7\xc1\xb6\x51\x76\xa8\x6d\x84\x41\x5a\x0a\x03\x9c\x25\xe5\x7e\x5a\xe1\x81\x41\xb9\x9f\x56\x30\x5f\x04\x2f\x60\xfc\x10\xc5\x08\x1d\x7e\x10\x1a\xba\xe0\x05\xac\x10\xfd\x0c\x1d\xfe\x52\xd8\x86\xaf\x63\x62\xfc\x3a\xc5\x50\xfe\xa8\x95\xb2\xe8\x30\x35\xb0\xb7\x5f\xb3\xc1\x40\x68\xe8\x7a\x00\xb6\x05\xc8\x10\x5f\xb3\xc1\x00\x64\xe8\x6d\xfc\xce\x1b\x98\x15\x9c\x25\x81\x8b\x5b\x01\x21\x5f\xaf\xc3\x56\x2a\x57\x65\x88\xc8\xba\x26\x10\x91\x0b\xff\x5e\x77\xb8\x00\x4f\x2f\xc8\x03\x2b\xa0\xd1\xeb\x31\xd8\x0a\x86\x8a\xd2\x4f\xad\x4c\x79\x34\x94\x7e\x6a\x85\x64\xca\x68\x9a\x96\x14\xa9\x90\x1c\x28\x33\x35\xa2\xeb\x65\xd7\x0a\x86\x8a\x32\x56\xad\x20\xb1\xba\x6e\xe8\x82\x6f\x50\x0a\xab\x01\xdf\x30\x94\xb1\x6a\x05\x89\xa5\x87\x5c\x2b\x78\x4f\x42\x60\xb6\x42\xa5\xa6\xd2\x4f\xad\xf0\xe8\xa1\x37\x57\x2b\x06\xa0\xbf\x8e\x79\x99\x49\x98\x5d\x90\x07\x06\xe2\xc3\x50\xc6\xaa\x2d\xc4\x07\x25\x97\x1a\x88\x0f\x43\xb8\xbb\x56\xf0\xc0\x84\xbb\x6b\xc0\x37\x74\x3d\xa0\x1a\x68\x0d\x43\x40\xbc\x56\x02\x3a\x74\xee\x0b\x52\xaf\xe7\x31\xc7\xbf\x52\xca\xa9\x95\x63\xf5\xd0\xaa\x23\xd3\x7a\x9e\x48\x9c\x25\x25\xa5\x5a\x21\x0a\xdb\xf3\x88\x62\x02\xf5\x26\x3a\x30\x81\x94\xb6\x6a\xe5\xe4\x7c\x34\xd1\x81\xd4\xd3\x93\xa8\x95\x73\xcd\xa2\x69\x09\xef\xf4\x3c\x30\xe7\x9a\x45\x74\x60\xf1\xf4\x3c\x30\x4b\xc8\x49\xb8\x14\x6a\x39\x95\x94\x6a\x65\x89\x30\xd7\xb4\x4b\x40\xb9\x66\xb9\x11\xfa\xae\x59\xc0\xda\x52\xba\xa8\x15\xde\x37\x05\x79\x60\xe5\x85\xb9\x3c\x1f\xbc\xb5\xf4\x2e\x5e\x5e\x7e\x6f\x24\x37\x1b\xf3\xa5\x6b\xb3\x81\x5e\xe8\xfa\xa5\x1f\x03\x58\xa1\xeb\x9d\xd5\x40\x49\xe8\x02\x20\x30\x7e\x21\xa6\x77\x71\xbb\x2f\xd1\x11\xf9\x09\xb3\x88\xfd\x7d\x66\x54\xf6\x2e\xf6\xf7\x25\x4b\x24\xc2\x76\x52\x12\x94\x83\x6a\x3b\xd6\x8a\x52\x4e\x6d\xdf\xd7\xb4\xf9\x09\xa7\x50\xc6\x09\xe0\x0c\x5d\x8f\xb7\xb6\x23\x50\xf4\xce\x6a\x3b\x49\x0b\xca\x41\xb5\x9d\xe8\x8b\x1e\x5e\x6d\xa7\x76\x4a\x39\xa8\x06\x9e\xc3\x50\x0e\xaa\xed\x18\x38\x02\x26\xb6\x9d\x07\x9c\x9e\x74\x60\xf1\xe8\x8d\xd4\x76\x82\x2d\x82\x2e\xb6\x7d\x09\x14\x59\x4d\x0b\x90\x41\x3f\x77\x64\xfb\xf4\x7c\x7a\x4f\x4a\xfb\x1a\x43\x0d\xa4\x35\x28\xc3\xd4\x76\x82\x2d\xca\x30\xb5\x7d\x49\x87\xe4\x85\x37\x9a\x9e\xbc\xf8\x1a\x43\xbc\x38\xeb\x91\xcc\xe1\x1b\xf5\x24\x1d\xf9\x21\xf8\x63\xdb\x71\x96\xf4\xce\x6a\x3b\xb5\xe0\xc2\x43\x36\xf0\x17\x86\xf0\x90\x6d\x27\xa4\xd3\x25\xc6\x77\x0c\x2d\x01\x24\xdb\x8e\x5d\xa5\x5c\x58\xdb\x79\xc5\x11\x40\xb2\xed\x44\x70\x2c\x49\x1f\x6b\x0c\x2d\xd0\xc4\x70\xe8\x96\xd3\x1e\xf4\x90\x09\xb4\x23\x61\x46\xf9\x9d\x42\x66\xdb\x8f\x35\x9e\x88\x9c\xcf\xb4\x43\x99\xb3\xb6\x13\x5d\x16\xe0\xb2\xed\x3c\x02\x59\xb2\x41\xba\x97\x10\x98\x6d\x3f\x17\x1b\xe2\x0b\x0f\xcc\x92\x0d\x82\x37\x96\xb3\x10\x89\x51\x2a\xad\xed\xc8\x12\xa5\xd2\xda\xfe\x32\xad\x2c\x06\xe0\x1b\xba\x5e\xa7\x6c\x27\x88\xab\x77\x23\xdb\x49\x7c\x50\x2a\xad\xd5\x6d\x8d\x11\x6a\x80\x74\x39\x07\x75\x5b\x63\x0c\x35\x40\xba\xc4\xf1\xc2\x73\x50\xf6\xad\x55\x1e\x70\x94\x5b\x6b\x95\x28\x8a\x5e\x74\x8c\x9f\x75\x1a\x4a\xb6\xb5\x8a\xd9\x20\xd0\x66\x03\xcf\x61\x08\xb4\xd9\x2a\x41\x57\x3d\xf1\x18\x00\x0f\x5d\x4f\x3c\x06\x5a\xc3\x10\xac\xb3\x55\x8c\x02\xc1\x30\x5b\x6d\x8b\x74\x4d\x4b\xb0\x42\xaf\x31\x56\x49\x8f\x1c\xb9\x1e\xa8\x7c\x93\xf4\x05\xe0\x61\x8c\x5c\x0f\x6c\x80\x91\xeb\x41\x6a\xe3\x48\x6e\x71\x52\x46\x92\xce\x95\xb5\x2e\xc2\xd0\xdf\x23\x79\x71\x8e\x83\x64\x7c\x25\xa4\xaa\x74\x5c\x03\xad\xa1\xeb\x01\xc7\xc0\x62\xe8\x7a\xc0\xb1\x4a\xb9\x95\xb0\x9d\xad\x06\xe7\xc3\x44\x18\x6f\x3e\x02\x7b\xb6\x4a\xb9\x95\xc0\x9e\xad\xc6\x62\x4e\xeb\x11\xac\x98\xd4\x75\x25\x61\x49\x4f\x3c\x06\x5a\x43\xd7\x7b\x8d\x81\xd6\xd0\xf5\x3c\x63\x75\x5d\x59\x39\x07\x95\x28\x8a\x00\xa3\xad\x92\x2b\x31\x72\xd5\xc9\xca\xd4\x5b\x8b\xd5\x75\x2b\x65\xf1\x54\xbc\x16\xc1\x41\x5b\xe5\x15\x55\xcf\x22\x06\x38\xc3\x18\xb9\xea\xa4\x34\xe9\x9d\xc4\x2a\xe9\x91\xc2\x84\xb0\x8a\xd7\x32\x72\x1b\x78\x78\x1d\xb9\xea\x44\x3f\xf5\xeb\x56\x56\x49\x58\xd2\x2b\x88\x55\x34\xfc\xc8\x7d\xe1\xe1\x75\xe4\x36\x90\xb0\xa4\x1f\x63\xb3\x8a\x0b\xa2\x1c\x65\xab\x3c\xbc\xea\x91\xc2\x2a\xef\x35\xca\x51\xb6\xc6\xb3\xaa\x72\x94\xad\x6d\x6b\x16\x53\xc3\xd4\x57\x7a\x3e\xb0\x46\xc4\x42\x8f\x03\xd6\xd6\xad\xd4\x46\x35\xde\x59\xf5\x5a\x60\x8d\x67\xd5\xa1\x9d\x6b\x85\xe3\x20\x8d\xd6\x78\x4e\x19\xb2\x23\xda\xce\xf9\x90\x16\x68\xeb\xaa\x6b\x2b\x1b\xa1\x4c\x21\x37\xdb\x42\x68\x10\x72\xb3\x35\x22\x97\x2e\x25\x08\x42\x43\x77\x29\xc1\x86\x22\xd5\x8b\x83\x35\xb2\x8f\xf4\xe3\x74\xd6\xd0\xac\xfa\x35\x3a\x6b\x24\x4f\xe8\x4d\xc2\x1a\xf9\x81\x82\x83\xb6\xc6\xb3\xaa\x4b\xc5\x35\x12\x06\x05\x07\x6d\x8d\x67\x55\xfd\xa8\x88\xb5\xa5\x6a\x65\xf1\x34\x6a\x9d\x94\x5e\x6d\xcd\xd7\x18\xfa\x24\xd8\x4a\x19\x16\x2d\x16\x2f\x22\x9d\x24\xc1\x11\xfe\x3b\x0a\xac\x8d\x35\x9e\x56\x8f\x47\x58\xc1\x3a\x1b\xbf\xc1\xd1\xf5\x72\x60\x6d\x40\xa4\x4c\x88\x46\xf2\xc4\xc8\xb3\x42\x58\x53\x4f\x09\xd6\xd6\x0d\xcd\xc3\x73\x30\x4b\x9e\x15\x14\xa9\x1e\x0a\xac\x11\xbd\x70\x69\x34\x00\x0d\xba\xde\x05\xac\x91\xf3\x2c\x44\x10\x6b\xc4\x25\x85\x04\x6d\x6d\x3e\x7a\x74\x41\x84\x58\x23\xd0\xe0\x52\x3e\x6d\x5d\xd9\x3c\x6f\x17\xdc\x4a\x1b\x35\xe2\x92\x42\x71\xb6\xc6\x23\xac\xf0\x3e\xac\xdd\xfc\xd8\x99\x34\x49\x5b\xba\x57\x66\xd9\xfc\xd5\x92\xfd\xf3\x9f\x6a\x60\xd3\xe4\xe0\x37\x42\x11\x7a\x28\xb0\xf6\x6c\x7c\xa2\x41\x3f\x82\xe1\xd3\xa0\x4f\x78\x16\x51\xf8\xdd\xda\x73\xd3\x23\xc7\x78\x69\xd0\x7a\x7c\x6c\x80\x4f\x83\x4e\x13\xde\x82\x22\xf6\xd6\x10\x1d\x8a\xb6\x1b\xc0\x0a\x5d\xd1\x76\x6b\x2f\x7b\x2b\xe5\xd3\xf1\x16\x84\xb3\x61\xfd\x63\x14\x7c\x66\x31\x35\xac\x41\xbb\x1a\xd6\x7a\xb8\x1a\x0e\x1a\x42\x0d\x8b\xf4\x2f\x73\x13\x58\x61\xdf\x94\xe0\x6e\x9d\x14\x67\x85\xdf\xad\x97\x41\x8f\xa2\x86\x9b\x1e\x9a\x65\x87\x30\x59\x4d\x7d\xe7\x77\xeb\xa4\xaf\xfa\xbe\x66\x11\x73\x98\x0d\x02\xcd\xb0\x5e\xd7\x18\xe2\xb6\x72\x0a\x25\xe3\x7b\x65\x1b\x14\xbb\xea\x8d\x9d\x53\xec\xaa\xf3\x63\x78\x0a\x75\x5b\xe7\x9d\x44\x18\x19\xd6\xdb\xe2\x45\x83\x92\xee\x25\xc0\x0b\xeb\x7d\xd1\x21\xd2\x3b\xd3\xea\xac\x03\x8a\xd0\x15\x0c\xb7\x4e\x8a\xb3\xc0\x2a\xac\x63\x36\x28\xb2\x6d\xdd\xf9\x44\x62\xb0\x07\x07\x46\x16\x60\x27\x1c\x9a\x31\xe7\xce\x1b\x47\xc6\x9c\x3b\x2a\x3f\x43\xcc\x7d\xac\x1e\xe2\x85\xaa\x8a\x0c\x0f\xf7\xb1\x48\x17\x73\x83\x55\x97\x40\x59\x3f\xca\x99\x01\x64\xc0\x14\xba\x2b\x2c\xd4\x79\xb5\x08\x5d\xb1\x8e\xcd\x9c\x71\xda\x8e\x30\xc8\xb0\x2c\x50\x09\x3d\xc3\xb2\xfd\xa3\xd0\xf7\x4d\x99\xf7\xd6\x2f\x8e\x65\xcd\x4f\x5e\x3e\x11\xe9\x08\x83\x0c\xa9\xf6\xf9\x43\x49\x9b\x32\xef\xad\xdf\xeb\x77\x0d\x45\x18\xcf\x18\x19\x41\xed\x53\xe5\xf7\x8c\xa0\x76\x4c\xf5\x0c\x54\xce\x1f\x4b\xf9\x0c\xaa\x13\xc4\x35\x55\x15\xbf\x81\x8c\xd0\x55\xd7\x6e\xb6\x21\x3f\x14\x17\x31\xd2\x2b\x54\x71\x6e\xb6\xb1\xea\xba\xfb\xb6\xb3\xd9\xba\xd9\xc6\xf3\x41\x48\x18\xd8\xc7\xaa\xfe\xf4\x30\x35\xdc\xf4\xf8\x2e\x10\x20\x06\x3d\x43\x5c\x56\x59\x0f\x5d\x42\x50\x0d\x7a\xc6\xbc\xac\x22\x0c\xf2\x93\xcf\x6d\xf8\x34\x8c\xdf\x51\x60\x40\x1e\x74\x55\x4a\x1b\x90\x07\x3d\x83\x59\xf6\x31\xdb\xf7\x4d\x49\xf2\x66\xfc\x08\xa4\x80\xb0\xcd\x1a\xab\xa7\x08\x88\x75\x68\x92\x79\x68\x7d\xcd\x22\xaa\x3b\x47\x43\xe6\xa1\xf1\xe8\x98\xf1\x2f\x60\x13\x7a\x06\x80\xcc\xd9\x12\xdd\x72\x73\x6e\xb9\x2c\x39\x30\x10\xba\x7e\xcd\xc9\xcc\x59\x70\x99\x76\xe6\x6c\x9a\x2c\x39\x73\x04\xa5\x04\x03\x28\x09\x5d\x3f\x00\x65\x46\x1c\x2e\xc3\x2a\x36\x20\x5d\x82\xc1\x48\xb3\xca\x08\x88\x0d\x16\x48\x66\x99\x91\xc5\x90\x11\x10\x23\xef\x2a\x23\x20\x76\x20\xe4\x92\x5b\x14\x7a\x86\x44\x26\xb0\xc2\xa7\x47\x7e\x02\x61\xb2\x01\xec\xe4\x00\xca\xd6\xb3\x93\xc3\xe3\xd9\x83\xa3\x21\x89\x65\xeb\x96\x4b\x7f\xdb\x09\x73\xae\xf5\x38\x17\x1d\xe2\xf6\x5c\xd3\x8a\x39\x0c\xfb\x0c\x9a\xd8\xb5\xa6\xcd\x1e\x4c\x1b\xd9\x83\x9f\x22\x95\xaa\x35\x0c\xfb\x8c\x6f\xcc\x9f\x22\xfa\x7c\x92\x3d\xd6\x27\x22\xec\x66\x91\x65\xc9\x81\xd6\xd0\x33\x9c\x61\x4b\xe5\x4b\x72\xf2\x43\x65\x3d\xc3\x19\xf6\xb0\xa6\xb9\x0d\x2f\x63\x48\xda\x18\xd1\x3e\xfd\x34\x93\x39\xea\x3a\x03\x03\x4e\xbd\x91\x6a\x6c\xcd\x97\x32\x96\x95\x0e\x5a\x43\x4f\x2f\xdf\xb7\x35\xad\xab\xe1\xa6\x87\x3e\x99\x8f\x95\x3d\x3d\x74\x27\xf1\x21\x3d\x74\xdf\xb9\x0d\xda\x17\xdf\xe7\x6d\xd0\x6f\x9c\xdb\x44\x5a\xf8\x34\x88\x30\xd2\x1a\xd2\x33\xf6\x5a\xe9\x51\xd5\xc0\x56\xb6\x6c\x60\xc5\x24\xa0\xf8\xe1\xb6\x9e\x6e\xae\x93\x38\x95\x5e\xed\x84\x6f\xf8\x0c\xaa\x4f\x5a\xa7\x41\x9f\xb4\x35\xa8\xd8\x5f\xbf\x4c\x2b\x11\xe6\xc4\xf2\xd2\xdf\xf4\xce\x27\x12\x28\xde\xd9\x17\xc9\x0f\x47\x7f\x0b\xc9\xda\xdc\x16\xfb\x5a\x42\x83\x0e\xed\xed\x04\x64\xf8\x34\x68\xc5\xec\xa2\x41\x0b\x64\x30\xd7\x73\x50\x98\x93\x81\xe3\xbe\xd3\x20\xc2\x1c\xd2\x25\x94\x00\x64\xe8\xe9\x5e\x3a\xb1\x84\xf4\x26\x41\x68\xe8\xe9\x4d\x4e\x84\x86\xcf\xa0\x6a\x08\x36\x4a\x26\x90\xc7\x1a\x43\x84\xf1\x8a\x9a\x9e\x20\x90\x0d\x7d\x48\xa0\x4c\xc8\x86\xcf\x18\x5a\xf5\xb1\x48\xd7\x18\x54\x55\xa8\xc0\xd5\xc0\x70\xe8\x2a\x70\x35\xc7\x16\xd1\x4f\x07\x99\xe3\xdc\xe8\x97\x82\xcc\x4f\x06\xcd\xeb\x41\x8a\x76\xfa\x79\x8e\xfc\x48\x97\xcc\xaf\xc2\x27\x5a\xb1\x25\x50\xc2\x7e\x47\x81\x39\xd2\x46\x80\xdc\xe6\x58\x1d\xc2\xdf\x36\xc7\x39\x48\x67\xc9\x6f\xb6\x55\x8e\x8e\x3f\x50\x2d\x17\x04\x3c\x87\xae\xdf\xaf\x31\xc7\x5b\x18\x79\xa9\x5f\xae\x9b\x5c\x10\xc0\x19\x2c\xbd\x05\x9f\x96\xbe\xa5\xb7\xe0\xef\xcb\x27\x5f\x3a\x02\x13\x42\xbf\x80\x6f\x51\x38\xb3\xb2\x3a\x40\x38\xb0\x34\xb9\x63\xe7\x00\xca\xea\x88\x69\x61\x5b\x9a\xdc\x51\x1b\x3d\xb2\xe1\xa4\xe1\x4b\x58\xb4\xd5\xa3\xab\xc1\x68\x10\x1d\xd3\xa0\x36\xfd\x24\x8b\x05\x06\xb5\x10\xa9\x2d\x1a\xcc\x69\xd5\x83\x1f\x1c\x56\x3d\xa8\x85\xc1\xad\x2e\x75\xf8\x9a\x76\xa8\xc1\xf8\x24\x1b\xa6\xd9\xa0\x42\x17\x9b\xe8\x04\x9f\x86\xa2\x06\xb8\x95\x18\x8c\x99\x70\x60\xaa\x07\xb5\x58\x57\x45\x1e\x07\xf8\x05\xa6\x02\x51\x8b\x80\x5b\x09\x97\x88\x35\xa8\x1a\xe6\x31\xb7\xb4\x17\x63\xb0\x84\x12\x3f\xc0\x15\x58\x9a\x87\x31\xd6\x18\xe2\xf6\x60\x2b\x25\xa0\xe2\x58\x84\x69\xd0\x83\x31\x72\xa3\xe6\x55\xb1\xb4\xf5\x62\xaa\x49\xdb\x92\x97\x75\xb4\x7b\xf6\xe0\xd0\x25\x2f\x17\xb7\x5c\x12\x2b\x2e\x66\x49\xd2\xef\x45\x98\x56\x7d\xda\xe0\x96\xa6\x18\x60\x04\xb6\x25\xa5\x37\x2b\x26\xdb\x0c\x74\x02\xdb\x72\x0c\x54\xad\x00\xb4\x2d\xd0\xac\xaa\x26\xb2\x78\x38\x30\x92\x7a\xf1\x32\xad\xa4\xde\x98\x9a\xd5\xd2\xae\x1a\x1b\x82\x41\x41\xb5\xb1\x71\x82\x14\x32\x1b\x1b\x94\x4a\xea\x4d\x10\x83\x4f\x8f\x1c\x83\x9d\xfb\xd1\x83\x63\x29\xb9\x38\x0a\xb3\xc8\xae\x1a\x05\xc2\x64\x46\x0d\x3c\xe3\x92\x0d\x3b\xe7\x43\x82\x72\x54\x48\x97\xa0\x1c\xeb\x12\xfe\xe8\x01\x61\x3f\x7a\xb0\x2f\x12\xa5\xa3\x72\x82\x24\x4a\x47\x43\x28\x29\x52\x37\x1a\xab\xfe\xa3\x61\xf1\x22\x6e\xf9\x59\x74\xfd\x16\x88\x8d\xa5\x15\x65\x8a\x0d\x7e\xf4\x5c\xbf\xcc\x61\x63\x69\x45\xd9\x66\xc3\xb8\xfb\xb2\x66\xc7\x52\x93\x39\x28\xbf\x3e\xae\x82\x3d\x1b\x4b\x6f\xca\xab\x1d\xce\x71\x90\xf5\x36\x9c\x8d\x92\xc4\x1d\x58\xe6\x25\xe9\x08\xae\xba\x8c\xb5\x31\xd8\x17\xb9\xb9\x63\xb0\xa6\x49\xd8\x58\x83\x66\x8f\x69\x34\x96\x24\x6c\xb0\x40\xb2\xef\xc6\xc1\x18\xb2\xaa\x01\x20\xb0\xb4\x9a\xc6\xc1\x46\x49\x59\x80\x48\x60\x69\x46\x8d\x83\x35\x4d\x5e\xa6\x21\x6e\x69\x46\x8d\x09\x68\x66\x1f\x13\xe8\x37\x14\xd8\x38\x91\x7a\xc9\x06\x36\xb8\xca\x9c\x0c\x74\x02\x4b\x0b\x6a\x9c\x73\xc1\x55\xf7\x64\x80\x11\x98\x7e\x3d\xd8\x00\x23\x30\xfd\x7a\xb0\x8d\xcb\xf9\x44\x54\x23\x4b\xf6\x1c\x74\x46\xea\x2c\xcd\xa1\x71\x57\x7a\x88\x30\xe4\x80\xaa\x9a\x6c\xa0\x37\x05\x2f\x6d\x20\x0b\x58\x5a\x50\xe3\x19\xf4\xd0\xb4\xb3\x5c\xc2\xd2\x82\x1a\x84\xdd\x54\xb3\x64\xe3\x5d\x83\x8a\x97\x77\x8d\x21\x5e\x50\xb5\x69\x74\x8d\xf9\xd2\x66\xe5\xc7\x18\x2f\x0d\xdf\x31\x0e\xfc\x79\xc1\x4b\xdb\x31\x9f\xde\x2c\xcd\xa1\x63\xeb\xf4\x18\x6a\x58\x94\xe6\x27\xf3\xcc\xaa\x10\xca\x00\x12\xb0\x92\x9f\x14\x48\x97\xf5\x03\xb2\x80\x95\x1f\x9f\x34\x7a\xec\x6a\xe0\x78\xfd\xf8\x64\xd0\x90\x3d\xd6\xb4\xdf\x15\x3b\x76\xa6\x95\x3f\x01\x3a\x81\xe9\xc7\x41\xec\xc0\x17\x50\x65\x94\x1d\xfb\x1a\x43\x9f\x54\xce\xbd\xe2\xb4\x47\x5d\x3d\x34\x06\x02\x2a\x6d\xa2\x83\x38\xdc\x9e\x9f\x34\x8e\xb9\x34\xeb\x81\xa5\xaf\x52\x29\x9b\xd8\x03\x9f\x06\x2d\x10\x86\x45\x9a\x40\x47\x63\x2b\x15\x22\x3a\x3a\x1b\xf5\xa3\x81\x73\xaa\x88\xd0\xd1\xd9\x5b\x05\x6e\x0f\x63\x3d\x64\x13\x4d\xb8\x82\xcf\x27\xe2\xc5\x58\x75\xa9\xeb\x09\x57\xf0\x69\x10\xa5\xc8\x34\xfd\xd2\x87\x1d\xbe\xc6\xd0\x2c\x48\x2c\x95\x17\xd9\x41\x2c\x41\xd5\x44\x76\x10\x4b\x50\xf1\x90\x1d\xc1\x8d\xca\x4f\x30\x4e\x84\x0f\x6d\x60\x16\x58\x1a\x6b\x47\xb0\xfb\x39\xc6\x60\x3d\x64\x9b\x1d\x88\x41\xe1\x43\xdb\x81\xb5\x52\x7e\x34\x5c\x34\x88\xb9\xb1\x28\x55\xc3\x31\x85\xad\xa0\x9c\x0d\x44\x02\x2b\x3f\x1a\x58\x20\x99\x1e\xc7\x92\x41\x3f\x1a\x90\x41\x32\x3d\x8e\x13\xf6\x65\x69\x1c\xf7\x1a\x54\xdc\x3e\x41\x0f\xad\xe9\xc3\xde\xca\xb0\x38\x30\x1b\xf4\x03\xb0\x76\x10\x72\xd7\xef\xbd\x1a\xf0\x02\x96\x06\xce\xf1\x72\xc6\xe4\x5f\x1d\x4b\x3a\xe4\x2c\xef\x1a\xf4\x4b\xd8\xb9\xb1\xea\x9a\xf6\x5c\x57\x5d\xd3\x9e\x1b\x4b\xa8\x69\xcf\xb2\xe8\x70\x35\x20\x3f\x34\xed\x59\x38\xfc\x32\x3d\x80\x28\xb0\x92\xd3\x16\x56\x5d\xb6\xc8\xb9\xee\x6d\x0e\xba\x43\xa9\x8c\x13\xe0\x05\x2c\xed\x99\xb3\x2e\x4a\x35\xc6\xba\xb7\x32\x2c\xce\xca\x36\xc8\xb0\x38\xd7\xbd\x95\x61\x01\xbc\x80\xa5\x2d\x72\x62\xcc\x97\xfc\xa4\x73\x70\xfd\xb7\x3c\xb0\xb3\x73\x22\x65\x64\x9c\xeb\x86\xca\x50\x39\xf1\xc5\x55\x2a\x65\xa7\xb1\x69\x52\xff\x13\x8c\xe0\xd3\x20\x12\x0c\x46\xb3\x87\xb3\x14\xd9\xc3\xd9\x67\x19\x08\x20\x0b\x58\x1a\x08\x67\xac\x69\xc5\x79\x70\xa9\x65\x64\x9c\xc1\x1e\xc9\x1e\x38\x83\xab\x92\x83\x62\x86\xec\x39\xe8\x58\x9f\x88\x8e\x81\x4c\x93\x6b\x78\x0e\x96\x53\xe1\x9d\xf3\x60\x5a\xd9\x25\x27\x66\x88\x7e\x71\xd7\xce\x83\x5d\x4c\x3a\x30\x32\x76\x99\x21\xe7\x7c\xbe\xb3\x54\xf9\xe7\xc9\xb6\xca\x0c\x39\x67\xda\x8b\xa9\xf6\xd9\xce\x19\xd3\xb7\x5d\x96\xcb\x39\xd3\xf0\x6c\xdf\x72\xd0\x8b\x86\x1c\x63\x4d\x2b\xe6\x26\xec\x91\xa5\x95\x70\x5e\xac\x69\x72\x8b\xe9\xa1\xfa\x69\x3b\xaf\xc5\x9c\xd8\xc7\x49\x49\xb3\xe1\xc4\x27\x49\xb3\xe1\xbc\x98\x45\xa6\xc7\x79\x23\x18\x64\x13\x01\x9b\x60\xa9\xbf\x4f\x1e\xe7\x54\xc2\x66\xf3\xd7\xee\xf7\xad\xe6\x02\xbd\x41\x83\x06\xc5\xff\x56\xc5\x9a\x5d\xa8\x7c\x55\xac\xd9\x35\x71\x47\x2c\xf5\xf7\xb5\x41\x98\x94\xf1\x85\x87\xae\x12\x36\x03\x36\xc1\x52\x3b\x5f\xa8\xfc\xd4\xbd\x17\xfa\x5b\x45\x6e\x76\xed\xab\x47\x36\x34\x7a\x7c\x97\xf0\xaa\x8b\x17\x57\x43\xe3\x93\xec\x61\xf4\x08\x35\x3c\xf4\x18\x6a\x58\xdc\xaa\x01\x39\xa0\xba\x38\x9b\x28\x09\x9f\x06\x71\x8b\x1c\x50\x89\xb1\x5d\x38\x18\x82\x94\x36\x70\x14\x2c\xb5\x33\xb0\x09\x96\xda\xf9\xc2\x05\x49\xdd\x7b\xf5\xc1\x18\xd9\xc0\x29\x94\x32\xbe\x50\xc6\x55\x66\x14\x38\x0a\x96\xaa\xf6\x42\x3a\x54\x99\x51\x17\xd2\x21\x75\xef\x45\xf8\x21\x75\xef\xe5\x50\x2a\x55\x7b\x21\x3f\x52\x91\x5e\xc4\x23\x6a\x6e\x36\xf1\x88\xd4\xac\x80\x29\x58\xea\xcd\x2b\xd6\x27\x22\x2c\x16\x61\xa2\x23\xb8\x51\x3d\x3f\xb9\xe9\x21\xc2\x06\x84\x49\x3d\x5d\x78\x2d\x35\x8f\xc3\xc1\x59\x97\xd0\xbf\x08\xfd\xd7\xdc\x7d\x3c\x8e\xd4\x24\x00\x21\x58\x2a\x8e\x0b\xfd\x5d\xf3\x38\x5c\x9c\x20\xf9\x79\xd7\x05\xa5\x92\xc9\x17\xea\x3a\x65\xf2\x75\xc3\x6d\x6e\x36\x81\x81\x14\xd2\xd7\xcd\x66\x4b\xc0\x5e\xeb\x9a\x4a\xc0\x5e\xbc\xc3\xab\xc6\xcf\xae\x87\x31\x24\xfa\x80\x4a\xb0\x14\x7d\xd7\xc3\x18\x12\x7d\x17\x36\x80\xca\x02\xed\x7a\xa1\x54\x12\xe6\x5a\x37\x5b\xd6\xdb\x4d\xa4\xa0\xb6\xdf\xc1\x42\xb4\x9b\xf7\x74\xfd\x16\xb5\xdd\x84\xf0\xab\x4e\x13\xa0\x08\x96\xc2\xe5\xc6\xd2\x17\x86\xb7\xdd\x65\xcd\x68\x6a\x70\x3e\x11\x4d\x18\xf6\x29\x7e\x00\x45\xb0\x14\x3f\xf7\x4c\xfa\xb5\x14\x2e\x13\x25\xe1\x33\xe8\x97\xd1\x7b\xe7\x0e\xeb\x44\xde\xf3\x8d\xd1\x52\xb8\x00\x8a\x60\x29\x4b\xee\x9d\xe3\xa5\xb0\xdb\x4d\x08\x51\xb5\x8b\x76\x63\x64\xa4\xa4\xb8\x2b\xec\xcb\xb4\xbb\x2b\x94\xca\xe1\xba\x2b\x27\x52\xb6\xde\xdd\x58\x20\xb9\x53\x77\x5b\x3d\x44\xd8\x8c\xd8\x5b\xde\xe1\xdb\xd8\x56\x85\x99\xee\x99\x7d\x6b\x79\x21\xef\xf9\xe2\x6e\x79\xdd\x6e\xcc\x86\xaa\xbb\x03\xf4\x82\xe5\xdd\xb9\x8d\x25\xdc\x73\x50\x96\x50\xb6\xde\x8d\x61\xaf\x72\x47\xbb\x27\xd8\xba\xe9\x37\xd3\xed\xc6\x8e\x50\x39\xac\xdd\xb1\x3e\x11\x1d\xc4\x14\x6b\xcd\x86\x35\x8b\x56\x6c\xb0\x1e\x3a\xf7\xf7\x80\x39\x1d\xe2\x1b\x3b\xbe\xca\x3c\xbc\x09\x67\xfc\x38\xc4\x07\x74\x48\x0c\xde\xd8\x00\x3f\xce\xe9\xc9\x18\xba\xf6\xf7\xb9\xc6\xd0\xa0\x58\xe9\x2a\xcc\xb4\x1b\x2b\x5d\x85\x99\x76\xcf\xcc\x3d\xfb\x71\x92\x79\xad\x53\xa5\xa6\x81\xb4\x60\x2a\x87\xb5\xfb\x5a\x83\x6a\x91\xd1\xdf\x3f\x8e\x14\x41\x46\xfd\x0c\xb8\x81\xc5\x60\x3f\x8e\xd4\xcd\x9a\x2a\x76\x75\x13\x5c\x50\xf9\xa7\xdd\x37\x92\x53\x12\xeb\xbe\xd9\x5b\x45\x3f\xef\x25\x5c\x14\x99\xba\x9f\x35\x8b\x06\x45\xb8\xfc\x38\x30\x38\x18\x82\xfd\x36\xc0\x19\xec\xc7\xde\xbe\x8c\x91\x5b\x89\xb4\xf9\xb1\x51\x2f\x8b\xac\xc8\xe5\xfd\x42\xba\x8c\xc6\xfb\x5d\xb3\x7c\xa7\x7d\x96\xa5\x21\x0b\xf0\xd9\x58\x64\x89\xc1\x67\x89\x1c\x89\xc1\x67\xc9\x0f\xc5\x25\x27\x98\xc2\xa7\xc7\x97\xb0\x87\x7c\x1c\x61\x7f\xdb\xb3\xae\xba\xac\xb7\x87\xc7\x01\x41\xa9\xdb\xb3\xae\xba\x04\xf6\x83\x61\x91\xeb\x01\x76\x82\x25\x2f\x0f\xf9\x05\xaa\x89\x35\xb0\x13\xec\x07\x73\xf8\x24\x3f\x98\x6b\xec\x8b\xe4\xf3\xd3\x16\xfb\x1a\xb4\xad\x4f\x34\xe8\xcc\xef\xb7\x9f\x9f\x20\xa5\x64\xdf\x3d\x7d\x8a\x0b\x15\xc9\xda\xd3\xa1\x34\x07\xed\x10\x96\x9f\x58\xe5\x13\x2d\xd0\x4c\x3a\xb4\x9f\x0d\x27\x0d\x5a\x20\xef\x7c\x92\x0d\x93\x52\x55\xbc\xda\xc3\x55\x17\x3a\xb8\x3d\x28\x74\x55\xbc\xda\x04\x42\xf8\xf4\x10\x2f\xb8\x0c\xaa\x78\xb5\x07\x95\xaf\x1f\x3d\xb7\x87\xe7\x83\x2c\x5f\x7d\x66\x82\x80\xb5\xf2\x5b\x1e\x18\xa0\x08\x26\xd8\x6f\x7b\x10\x1d\x02\xf5\xb6\x67\x66\xcd\x5b\x96\xb2\x3e\x3c\xd4\xfd\xa0\x9a\x64\x81\x1f\x44\x9e\x50\xbd\x67\x83\xd3\x43\x07\x10\x7f\x42\x38\xe0\xf6\xe0\x3e\x64\x59\x2e\x28\x09\x96\xe5\xb0\xcf\xc5\x96\x24\xa3\x48\x9b\xac\xd3\x7d\x78\xf4\x10\x86\xb7\x3d\xb3\xd4\xd9\xb2\xb6\x15\xd8\x04\xcb\xda\xd6\xe7\x5e\xa4\xeb\x93\x7b\xd0\xa0\xf5\x7d\x58\x0f\x99\x32\x0f\x41\xc6\x1f\xeb\x31\x53\x82\x4c\xe8\xda\xf6\xbc\x0c\x9a\xec\x13\x68\xf8\xc1\xed\xac\x6c\x36\x81\x69\xdb\xc3\xb5\x4f\x6e\x5f\xcc\x90\x2c\xfe\x7d\x37\xd6\x54\x32\xfe\xdd\xa0\x54\xfa\xea\xdd\xd6\x18\xae\x06\x48\x97\x16\x00\x25\xc1\x04\x95\x6d\x6f\x61\x4d\x15\x76\x7b\x77\x4e\xa4\x6c\x91\x17\x07\x23\x57\xec\xdd\x0f\x1a\x44\xd8\xce\xce\x89\x97\x97\xec\x01\xfd\x20\xbc\xbd\xf8\x24\xfa\xb9\x77\x7b\x91\x03\xfa\x35\x73\x7b\x31\x0a\x84\x03\x6e\x2f\xa9\x00\x4d\x3a\xef\xe5\x8d\x43\x20\xd6\xf6\x62\x36\xe8\xe7\xcd\xed\xc5\xe3\xf8\xb1\x40\x7d\xf5\x10\x61\x64\xee\xfd\x58\x8f\xce\xce\x49\x2d\xbc\x78\x1c\x3f\x16\x08\x4b\xe3\xc7\x7a\x18\xc7\x52\x22\xfd\x5d\x92\x42\x86\xd6\x6b\x0c\x2a\x19\xff\xe2\xa4\x34\x59\x5e\xaf\x2d\x4a\xc5\x2d\x1e\x47\x56\xe1\xbe\xce\xb4\x7a\xce\x7c\xf1\x38\xb2\x2a\xf9\x75\x0e\xbf\xf4\xe6\xbb\xa4\x8d\x0c\xfb\x97\xf7\x4d\xa1\x3f\xdb\x8b\x2d\xf2\x63\xd5\x09\x21\x0a\xdb\xd9\xde\x60\x5f\xa4\xbf\x5f\x9c\x94\x1f\x4b\xb8\x24\x96\x74\xef\x3b\xd6\xa0\x9a\x76\xac\x41\xb3\x01\xc9\x29\x65\xfc\x2e\x11\x26\xbd\xf9\xf2\xd6\x92\xb5\xcf\xef\x01\xfb\xb9\xc8\x07\x37\x2a\xd7\xf4\x58\x83\xe6\x27\x6b\x50\x51\x7a\x70\x4e\x15\x21\x7b\x97\x1c\x93\x02\x03\x90\xc1\x5a\x64\x0f\x36\x2a\xb7\xe1\x44\xa0\x44\x36\x20\x50\xa4\xc0\xde\x8b\x05\x92\xaa\x7d\x2f\xb6\x41\x9a\xf5\xc5\x15\x12\x4c\xb7\x81\xae\x60\x59\x57\xfb\x92\xb0\xf4\x63\xa3\xee\x35\x86\x28\xbd\x4f\x7a\xe4\xa0\x5c\x8f\xdc\xa8\x89\xbf\x60\x59\x79\xfb\xce\x34\x04\xcb\xca\xdb\xf7\x59\x9f\x88\x17\x04\x9b\x30\x95\x0d\x40\x06\xeb\x52\x60\x2f\xc6\x89\x30\xb7\xed\x7d\x59\x53\xbd\xd6\xbd\x24\x2a\xf4\xaf\x46\xf3\x6d\x5b\x63\xb8\x1a\x10\x7d\xdf\x8d\xf2\x6d\x83\xb0\xaf\x56\xf4\x6d\xe6\x38\x99\x2a\x6f\x1d\x84\x06\xeb\xe5\x77\x3c\x30\xdf\x90\x69\xbd\x68\x82\x59\x6d\x6d\x02\x5c\xf6\x6d\xe6\x2b\x9b\xf0\x95\x7d\x23\x8a\xa2\x5f\x11\xf7\x09\xce\xf0\x21\x52\x6c\x60\xfd\xe8\x47\xc3\x7d\x5b\x32\x2d\xc4\x17\xd9\xc8\x3a\x1a\xbe\xcd\xea\x68\x13\xf2\xb1\x6f\x95\x6d\xfd\x9e\x15\xdf\x96\x90\x1b\xe2\x9c\xc0\x8b\x2a\x79\x7d\x23\xbd\x42\xc0\xe0\xbe\x91\x5e\xa1\xaa\x6f\xdf\x08\xc0\xaa\xb4\xd7\x37\x8c\x1d\xc1\x7e\xfb\xd6\x91\x47\x43\xec\x63\xdb\xa8\xf8\xd7\x01\x67\x30\xa1\x27\xfb\xd6\xd7\x18\xe2\x16\x77\xaa\x57\x0d\xba\x44\xd8\x10\x73\x84\x55\x54\xfa\xed\x00\x3c\x98\x30\x95\x7d\x5b\x42\x6e\x88\x52\x84\x9c\x4a\x8c\x7d\xf3\x45\x98\x06\xf5\x45\x87\x56\x8c\x24\x68\x9d\x6a\x07\x13\xc2\x84\xa9\xec\x1b\x19\x19\x3a\xe6\xbe\xcd\x42\x28\x53\x11\xb2\x6f\xc1\x22\x37\xf5\x98\x85\x50\xa6\x9a\x63\xdf\x30\xba\x04\x3f\xee\x1b\x39\x1b\x82\x1f\xf7\xed\xe0\x8c\x35\x51\x7a\x70\xdd\x9a\xd8\x3f\x16\x1d\x62\x9f\x77\x12\x5d\x26\xdf\xb0\xab\x54\x2f\xec\x13\x24\xe2\xd3\x43\x83\x22\x8f\x54\x40\xec\x1b\xaf\xb9\x3f\x2e\xd3\xc5\x8a\x75\x7d\x72\xad\x1e\x5a\x64\x1c\x2e\x95\x18\x3b\x68\x0d\xa6\x12\x63\x9f\xc0\x0a\xfb\xf6\xe3\xba\xdd\x1c\x07\xcb\x06\x3e\x31\xd1\x41\xc0\x54\xa5\xf0\xbe\x2d\x49\x61\x5a\xa0\x97\x4b\x6d\x62\x1f\x49\xf1\xe3\x56\xbe\x6b\x96\xef\x7a\x4c\x1c\x85\x4f\x8f\xa6\x06\xd6\xf4\x2b\xc1\xbd\x90\x91\x91\xf7\xb6\x2c\xd1\xf1\x15\xe9\x5e\x78\x6b\xd1\xaf\xbb\xfb\xc4\x51\xf8\x7c\xa2\x31\x88\x8b\xa8\xf6\xd9\x0b\xc9\x8f\x42\x4e\xf7\xc2\x93\xa8\x8a\xa1\xbd\x4c\xa4\x16\x53\x65\xb3\x83\x8c\x60\x2a\x64\xf6\x52\x39\x96\xbb\x06\xad\xeb\x13\x51\x4a\xc0\x34\x25\x4c\xe1\x22\xf7\x5d\x83\x36\xc4\x85\x8b\xd2\x75\xb3\xbf\x7a\xd3\x0b\x21\x55\x61\x4c\x7b\x21\x82\x2a\x48\x69\x9f\x30\x07\x9f\x41\x35\x06\x7e\x8d\x30\xa6\xbd\x90\x4d\x9d\x12\xa6\x74\x96\x50\xe2\x18\x20\x04\x13\xe8\xb4\x17\xf2\x3e\x52\xc2\x94\xbe\xe8\x10\x73\xbc\x91\xf6\x5d\x94\xda\x94\x74\xbd\x8a\x52\x63\x96\x91\x0d\xcc\x22\xc1\x06\x54\x82\xa9\xb2\xd9\x8b\x73\x3e\x24\xc7\x0a\x2f\x30\x29\xb6\x0a\xd6\x8a\x2a\x9b\xbd\x04\xec\x4b\x8e\x15\xb2\xb1\x54\xc8\xec\x65\x5d\x75\xc9\x20\x80\x10\x4c\x60\xcf\x5e\x66\x45\x84\x09\xec\xd9\xcb\xba\xfb\x92\x52\x05\xff\x4a\x40\xcd\x5e\xf0\xaf\x54\xea\xec\x85\x27\x19\x21\xbf\x7b\x99\x35\x8f\x66\xdb\xef\x20\x71\xf8\x44\x49\xd8\xb7\x14\x50\x05\x43\x45\xb0\xce\x5e\x70\xb8\x52\x62\x81\x81\x60\x2a\x64\xf6\x72\xad\x4f\x44\x02\x49\x1c\xaa\x5b\xf6\x72\xc1\x57\xd3\xfa\xe2\x1b\xa9\x90\xd9\x27\x28\xc2\xa7\x87\xa6\x25\xab\x43\x80\xcb\x5e\x48\xf7\xb2\xbc\xb2\x04\x5e\x04\xbd\xe0\x05\xef\x29\x05\x65\xb9\xd7\xb4\xa2\x14\xe1\x62\x79\xff\x88\xc4\xf4\x26\xd2\x89\xb3\xf4\x26\xd2\x49\xe2\xe8\x5d\x7b\xf4\x72\x44\x25\x4a\x81\x4d\x30\x61\x08\xfb\x4e\xfe\x57\x8a\xd2\x1d\xef\x49\x18\xc2\xbe\x63\x97\x08\x15\xdf\xf7\xb2\xc6\x18\x6a\x60\x5b\x25\x4a\xf7\xb2\x3e\xd1\x18\x05\x21\xd7\xf3\x93\x29\x7d\x4d\x17\x61\x27\x0a\xdb\x4d\x0d\x3b\x67\x56\xc2\x76\x27\xf0\x92\xc2\x16\x60\x05\x33\x9d\xfb\x1d\xf1\xa3\x6a\x71\xdf\x89\xc4\xa8\x5a\xdc\x77\xfc\xab\x14\xc7\x7b\xe3\x13\x1d\x98\x9d\x84\xb0\x94\xad\x3b\x0f\x38\x29\x4a\x77\xc4\x8f\x40\x74\x7d\xef\xcc\xa2\x9d\xdb\x3b\x9b\xed\xe2\x85\xf4\x8a\x94\xad\x7b\x87\xfd\x9e\x3d\x6e\x1a\xb2\x07\xbb\x9f\xfb\x82\xf7\x94\xd2\x77\x27\xce\xa2\x92\x6b\xdf\x91\x25\xaa\xb0\xf6\x1d\xc3\x22\xe5\xf3\xce\xf3\x8c\xe5\x46\xe1\x2c\xa5\xc0\xde\x71\x96\x52\x3e\x83\xa3\x60\x96\x5b\xe9\x8b\x52\x6d\x25\xce\x52\xca\xe7\x3d\xd8\x7d\xd7\x2c\x3c\xcf\x08\xac\xc2\xf7\xb1\x3e\xd1\x18\x83\x15\x93\x04\xdf\x07\x47\x5b\x12\x7c\x5f\xb2\x24\x77\x1f\xbf\xc6\x72\x2b\x97\x2c\x91\x66\xdd\xb1\x23\x54\xc7\xed\x3b\x51\x58\xcb\xbd\xbd\xd6\xa0\xa2\x94\x07\x1c\xd5\x71\xfb\x8e\xd7\x92\x22\x7d\x5f\xc2\xc0\x44\xfa\xba\xfb\xb9\xd9\x04\x5d\x05\xab\xe1\x3b\x0f\x38\x96\xbb\x7f\xb3\xa6\xb9\x95\x84\x54\x2d\x37\xea\x59\x63\x88\xb0\x87\xdb\x20\x23\x7a\x27\xcd\x43\x38\x1b\xbe\x3f\x6b\x50\xb1\xff\xb2\xb7\x52\x2d\x3b\xb1\x95\x54\x2d\x95\xb8\x48\xea\x89\x4a\x8a\x86\xaa\xc5\xbd\x12\xf5\xd0\xef\x08\x78\x25\xdf\xc2\xb4\x51\x75\x59\x09\xd2\x13\x95\x80\x69\xea\x89\xca\xeb\x89\x60\x76\xbd\x62\x14\x08\x9d\xdf\x2b\x89\x9c\x29\xc6\x2b\x46\x81\x10\x30\xbc\x62\xbb\x0b\xc2\xc2\x2b\x1a\xde\x92\xf4\x75\x09\x93\x52\xde\x48\x55\xc7\xed\xb5\x07\x63\xb8\x1a\x2e\x1a\xbe\x6b\x5a\xc9\xa0\x48\x55\x50\x49\x69\x12\x3a\xbf\x57\x1e\x4d\x55\xfa\xed\x15\xeb\xde\x7e\x0b\x89\xc3\x2b\x2f\xaa\x36\x72\xc6\x97\xcf\xc5\x86\x2f\xbe\x44\x02\x57\xd6\x73\x39\xc9\xf2\x54\xa1\xb8\x57\x12\xba\x05\xdd\xef\x15\x6f\x41\x95\xe3\x5e\x29\x75\x10\x96\xbf\x57\xbc\x85\x54\x2d\xc0\x26\x98\xe7\x82\x07\x8b\x55\x44\x29\x39\x53\x9e\x8b\x35\x6b\x1f\xcc\x73\xb1\x70\x1f\x3c\x17\x8b\x5b\x2e\x20\x7d\xaf\xd8\x14\x82\x84\xf5\x8a\x3f\x21\x20\x7d\xaf\x14\x75\x09\x48\xdf\x81\x4d\x30\x4f\xe6\x48\xf9\x16\xb2\xbe\x57\xfc\x09\x21\xeb\x7b\x45\x30\x78\x72\x7b\x40\x7a\x72\x4b\x52\xb8\x27\x73\x3c\xf1\x08\x6a\xdf\x2b\x51\xd8\x54\x93\x95\xf8\x86\x27\x61\x3c\xf1\xa4\xf2\x01\x9c\xc1\x3c\x09\x43\xb8\x78\x12\x46\xe9\xa6\xd5\xec\xc1\x22\xd7\xec\x01\xb7\xd2\xbd\x15\x59\x92\x1a\x0d\x70\x06\x13\x24\xac\x57\x64\x89\x2a\xbd\xbd\x3e\xd0\x91\x83\x3e\x6b\x0c\xf1\xf2\x9c\x34\x68\x96\x87\xf5\x68\x39\x06\xdb\x20\xe7\xb1\x12\xa7\xb5\xec\xf1\xb2\xc8\x32\xc5\x2a\x89\x20\xf6\xa3\x01\xc2\xa4\x59\x1b\x01\x0f\x55\x58\x7b\x9b\x45\x5d\xa6\xea\x68\x6f\x44\x72\xed\xc7\x27\x8c\x21\x35\xd9\xc8\xfb\x10\x98\xa8\x37\xec\x08\xd5\x3e\x7b\xe3\x01\xc7\x72\x16\x0c\x8b\x54\xd7\x6d\x5f\xb3\xb8\x1a\xb8\x2f\x52\x71\x8d\xa0\xab\x10\x39\x1d\xb4\x06\xd3\x8f\xec\x7b\xc3\x4a\x48\xfd\xdd\x48\xb1\xd4\x0f\xd3\x7b\xe3\x69\x36\xb5\x73\x5b\x22\x4c\xda\xb9\x91\xd5\x21\x00\x4e\x6f\x48\x2c\x01\x70\x7a\xc3\xc1\x48\x75\xdd\x08\xa9\x0a\xd6\xd2\x1b\x46\x41\x6a\x67\xe0\x1b\x4c\x45\xc8\xde\x48\xa0\x4c\x25\xd8\x9c\x6b\x2a\xf7\xa1\xe1\x3e\xa4\x56\x6c\x01\x1d\x23\x1b\xd8\x06\x49\xbd\x16\xd3\x9e\x49\x9d\xd7\x96\x30\x90\x60\x6b\x14\x42\xa5\xce\x6b\xa4\x58\xa6\xce\x6b\x64\x74\xb9\x24\x5d\x23\xa3\x52\xd5\xd1\xde\xc8\xa8\x4c\xad\xd8\x08\x2e\xe8\x67\xe2\xbd\x4d\x24\x5a\x53\xb9\xb4\x37\xde\x68\x54\x2e\xed\x6d\x22\xeb\x9b\x8a\xa1\xbd\x91\x04\x96\x6a\x12\x0c\x07\x53\x75\xb4\x37\x2a\x3c\x85\x57\xef\x80\x3a\x98\xaa\xa3\xbd\xf1\x00\xac\xea\x68\x6f\x84\x43\x2d\x77\x9f\x1a\x50\xcb\xbd\x45\x7e\xa8\x7e\xda\xdb\xb9\x16\x48\x84\x4d\x7c\x5a\x13\x24\xa5\x37\xb2\xc2\x84\x40\xe9\xed\x5a\x4b\x28\x4a\x27\xb8\x8b\x09\x81\xd2\x01\x86\x30\x21\x50\x7a\xbb\x58\x42\xa9\xeb\x76\xad\x41\x45\x18\x8f\xc8\x16\xbf\xa5\xc0\x1a\xd9\xea\xc2\x86\x71\x70\x25\x4c\x00\x96\x0e\x6a\x84\xa9\x2e\xdc\x41\x8d\x30\x95\x81\x7b\xc3\xd1\x31\x39\xd6\xed\x66\xe3\x25\x5b\x1b\x22\x4c\x3f\xe6\xee\xed\x81\x51\x05\x19\x1b\x19\xef\x69\x53\x34\x5e\x98\x85\x79\xe9\x0d\x01\x25\xcc\x4b\xef\x88\x1f\x41\x5c\x7a\xdf\x16\x2f\xd9\x03\x5e\x24\x5b\x3b\x01\x53\x95\xa3\x7b\xc7\x1c\x12\xe0\x8c\x77\x22\xa8\x42\xc5\x74\x10\x1f\x4c\xa8\x98\xde\x89\xb3\x08\x92\xc6\x3b\x09\xaa\x42\xa0\xf1\x5e\xd8\x12\x39\x29\x0b\x02\x22\x6d\x1b\x20\x20\x4c\x98\x97\xbe\x20\x20\xd2\xd8\xe9\xfb\x9a\x56\xa4\x23\xb1\x54\xe3\xee\x9d\x14\xd6\x34\x87\x3a\xa9\x6b\x69\xca\x2c\x08\x88\x34\x4e\x3a\x81\x17\x55\xc1\x7b\xc7\xf3\xd1\x4f\x93\x7b\x47\xa6\xa5\x2d\xd2\x1b\xbc\x48\x3e\x83\x09\x61\x82\x82\xf4\x4e\x58\x45\xbf\x22\xee\x1d\xdf\x28\xad\x95\x8e\x15\x26\x14\x1b\xef\x48\x3d\xd5\xb5\x7b\xc7\x2c\x13\x8a\x8d\x77\x52\x56\xd2\x7c\xe9\x18\x5a\xfa\xe5\x70\xef\x76\xd2\x43\xec\x63\x24\xe9\x57\xbf\xbd\xfb\xfa\x44\xec\x93\xa1\xa2\x9f\xf0\xf6\x8e\x4d\x24\x74\x7e\xef\xe4\x9f\x84\xae\x7d\x1f\x8b\x30\x8d\x41\x09\x9b\xb0\x10\xbd\x53\xa0\x96\x26\x50\x5f\x12\x4b\x72\xa0\x1f\x83\x1e\x22\x9d\x4c\x35\x15\xcb\x7b\xc7\x5a\x11\xd8\x8d\xf7\x25\x8f\x74\xa3\x3a\x92\x42\xd8\x36\xde\xb1\x45\x54\x3d\xef\xfd\x5a\x74\x68\xc5\x2e\xc6\x90\xb7\xd0\x2f\x76\x3f\xcf\x3a\x11\xd4\xb4\xab\x3a\x19\xa6\x91\x47\xfb\xe2\x38\x48\xb8\x80\x3c\x61\x91\x67\xfd\x5e\xd3\x8a\x5b\x72\xd9\x22\x0f\xdd\xbd\xc6\x10\xa5\xcf\x1a\x23\x1b\xd8\x6c\x49\x87\x3e\xeb\xc9\x4d\xb5\xf1\xde\xa9\x7a\x1b\x79\x2c\x49\x5b\x4d\x53\x0c\x6c\x0a\x1b\x79\xe8\x88\x9c\xf8\xae\x15\x9b\x98\x32\x36\xf2\x14\xce\x22\x75\x1b\x79\xe8\xc8\x87\x73\x09\x25\xdb\x16\x1d\xd9\x50\xe8\x61\x6a\xe0\x14\x4a\xa0\x4c\x7c\x8b\xcf\x27\xea\x41\xea\xab\x70\x7a\xdc\xc8\x78\x17\x0a\x8f\x1b\x19\x6e\x42\x18\x74\xdb\xe1\x45\x07\xc6\x08\xcb\x0a\xcd\xcf\x6d\x67\xc5\x64\x12\x1a\xa9\x66\x42\xf3\x73\x6b\xac\x98\x8e\x83\x21\x0c\x04\xdc\xe3\xc6\xdd\xd7\x4f\x67\xbb\x11\x74\x1d\xda\x6c\xeb\x6b\x8c\x50\x03\xa4\x2b\x4c\x66\x7d\x11\xa6\x41\x71\xc9\xd2\x24\x34\x5c\xb2\x34\x09\x8d\xb2\x13\x61\x06\xba\x11\x52\x15\x60\x8e\x1b\x8f\xc8\x63\xff\x2d\x05\x66\xb6\x68\x12\x91\x04\x4d\x84\x2c\xe0\x46\x00\x56\x3f\xd6\xed\x86\x4b\x26\x84\x41\x37\x9e\x9c\x85\x57\xef\x86\x8f\x36\xf2\x24\x20\x5c\x46\x6e\x3c\x35\x29\x02\xe0\x71\x10\x30\x6c\xe4\x3e\x07\x47\x43\x96\x1c\x90\x18\xa6\xdf\xd5\x76\xe3\x41\x59\xd8\x7f\x6e\xf8\x57\x82\xa7\x77\x23\xfd\x6d\x48\x4f\x2c\x8c\x0c\x21\xf2\xb8\x11\x80\x75\xd9\x7a\x0b\xf0\x42\xf0\xf4\x0e\xe0\x85\xe9\xd7\xbb\xdd\x96\xb4\x91\x5c\x34\x8c\x9d\xb4\x8e\x17\xe0\x45\x5a\xc7\x46\xca\x8a\x20\x07\xdd\x30\x65\x46\x9e\x26\x2c\x17\xa1\x24\xb8\xf1\x5e\x23\x50\x04\x37\x4c\x99\x91\x87\x07\x59\x32\xf2\xac\xdc\x6b\x0c\xf1\x42\x48\x35\x6d\x70\x23\xac\x22\x10\x3e\x37\xa2\x28\x69\x72\xdb\xe3\xf4\xd0\x2c\x14\xcb\xa4\x0d\xbe\xd0\x2b\x04\x37\xe4\x86\xa5\x21\x50\x04\x37\x32\x67\x5d\x36\x96\x2d\xf1\x23\x4b\xdf\x96\xb4\xc9\xdd\x27\xa9\x65\xe4\x66\x2f\xf1\xa3\x70\x97\xbd\x1c\x07\x19\x5a\xb6\xc4\x4f\x6e\x36\x0f\xca\x02\xe1\x73\x5b\xf2\x48\x5a\xc0\x29\xc7\x13\xca\x91\x3b\x26\x90\x60\xfa\xdc\x41\xc1\x12\xb2\xbe\x3b\x26\x90\x80\x15\xdc\x09\xfe\xa6\xc7\xb1\x80\x37\x84\x94\xe4\x00\x6f\x98\x80\x15\x7c\x01\x6f\x08\x3a\xc9\x7d\xc9\x34\x29\x1f\x2f\x8b\x74\x0d\x8a\x8f\x96\x5e\x8b\x93\x5c\x23\xdc\x3e\x77\x82\xbf\xc2\x52\xf2\x89\xc4\xf1\xe9\xa1\x59\x08\x22\xa5\xd7\xe2\x95\x35\x95\x81\x03\xac\x86\xe9\x17\xcc\xdd\xb1\x89\xd2\x6b\xf1\xca\x22\xcb\x49\x59\x38\x1b\xe9\xa4\x38\xf1\x62\xc1\x37\xb8\x23\x28\xd3\x6b\x71\x92\xec\x84\xe7\xe0\x4e\x2e\x4d\x7a\x2d\x8e\xc5\x93\x5e\x8b\x13\x0d\x16\xe2\x83\xfb\x92\x7a\x3a\xc9\x6e\x6b\x0c\xf1\xc2\xbb\xb3\x10\x06\x7d\x01\x6f\xa4\xa3\xe3\xe4\xf5\x0a\x72\xd0\x9d\xb7\xa7\x74\x74\xdc\xd6\xb4\xd9\x30\x77\x2e\x1d\x1d\x27\xb4\x94\x8e\x8e\x13\x0d\x16\xe4\xa0\x3b\xee\x65\xfa\x35\x40\x62\xd8\xc8\x53\x88\x91\x34\xf2\x14\x12\xeb\x4d\xaf\xc5\xc7\xa0\x41\xdc\x52\xdb\x33\xf2\x58\x12\xf4\x49\xaf\xc5\x29\xf6\x49\xb7\xc3\x31\xa3\x46\x9e\x53\x92\x5a\xd2\x0f\x71\x9e\x99\xd3\x0f\x71\x1c\xbf\x91\xc7\x92\x57\x65\x61\x06\xba\x9f\x10\x26\xc7\xc4\x49\xbd\x4b\xc7\xc4\x97\x60\x93\x81\xe3\x54\x00\x0b\x9d\xdf\xfd\x5a\x63\x88\xfd\x6b\x8d\x21\xe6\x08\x0f\x8f\xf1\x3b\x85\xcc\xee\xf7\x62\x43\x9c\x3f\x85\x06\xb1\x41\xf2\xff\xc8\x33\x8b\xc1\x94\x6e\x0c\xc0\x1b\xbe\xe5\x99\x7d\x59\x5f\x69\x23\x9f\xe9\xb8\xbe\xe5\x11\x25\xbc\x93\x7e\x4d\xcc\xd2\x5e\x17\xf0\x86\xc7\xb6\x66\x71\x35\x70\x9a\xa4\x05\x02\x54\x80\x74\x52\x82\x7a\xbf\x50\x54\x29\xca\x1a\xf4\xbb\x8b\x81\x2b\x24\x74\x2f\x8f\xfd\x9a\x3d\x74\x44\x83\x9c\xba\x90\x26\x09\xf2\x4f\x84\x9b\xef\x51\x19\x54\x87\x78\x82\x77\x7c\x1a\xf4\xc9\xba\xc3\xd2\x35\x31\xc1\xef\x5c\x78\x1f\x1e\xd3\xaf\x71\x21\xea\x79\xcc\xf7\x1a\x17\x80\x9e\x87\xad\x69\xc5\x3e\x15\xfd\xe9\x2c\x05\xb0\x36\xe9\x1b\x4d\xf0\x8e\xcf\x18\x5a\x20\x2a\xfa\xd3\x59\x0a\x5f\xdc\x6a\xc5\x66\xa6\x9a\x6f\x3a\xc4\x41\xb1\x8c\x60\xf2\x3d\x66\xf0\xc6\x37\x9d\xd9\x20\x95\x36\xa4\xe2\x62\xac\x31\x44\xfa\x58\xd3\x66\xc3\x1a\x43\xdb\x30\xd6\x18\x6a\x38\x38\x1f\xf2\xae\xe3\x58\x74\x64\xc3\x1a\x43\xcc\x91\x76\x26\xfc\x32\x8f\x83\x53\xa8\x83\x1b\x27\x0b\x24\xf5\x14\x17\x94\xca\x6e\x8d\x8b\x7d\x91\x4d\x14\x44\x50\xd3\xcf\x8b\xf9\x3c\xe3\x5b\x9e\x42\xde\x6a\x85\xdf\xef\x13\x9a\xe3\xd3\x43\x74\xdc\x9c\x42\xbd\x1b\x05\x48\x98\xe9\x1a\x06\x85\x72\xe9\x1a\x06\x2f\xb1\xe9\x1a\xc6\xba\x62\x32\x81\x62\xe6\xc4\xfb\x96\x67\x1d\xc3\x42\xc8\xfa\x3e\xc1\x3b\x8a\x6f\x79\xf8\x1f\x8e\x43\x9e\x75\x1e\x70\x84\xbd\xef\xf1\xc2\x7e\x9e\xf5\x77\x4d\x2b\xe6\xde\x35\x8b\x78\x99\x75\xba\x2e\xfc\x13\x9f\x78\x1f\x9f\x86\xa6\x06\xae\xa9\x34\xc9\xd8\x58\x42\x19\x5a\x0b\xcd\x23\x5d\xd4\x31\x1f\x81\x5c\x10\x7b\xbe\xc0\x3b\x42\xe6\xcb\xc0\xe3\x10\xb2\xbe\x8f\x75\x4d\xa5\x16\x06\x8f\x40\xc2\xcd\xf7\x31\xb5\xb3\x0b\x01\xcf\x07\x49\x60\x02\xd2\xf7\x51\x21\x4c\x17\x68\x62\x75\x7c\x7a\x7c\x17\x79\x74\xf6\x56\xa7\x70\xe0\x60\xa4\x03\x3a\x3a\xbc\x28\xb6\x32\x8c\x4f\x64\xbe\x8c\xa5\x6a\x47\x36\xb0\xea\xb2\x56\x06\xd1\x06\x61\xde\x3b\x68\x1e\xae\x9f\x34\xf7\x61\x48\x07\x1d\x98\x01\x8a\x9e\x20\xe0\x7c\x38\xdc\xea\x04\x0d\xde\x68\xd2\x11\x1e\xce\x71\xd0\x91\x1a\xc4\x69\xd3\x11\x1e\x4b\x18\xe8\x48\x8d\x75\xb3\x65\x47\x2c\x34\x8f\x74\x73\x07\x39\x1b\xe9\xd5\x0e\x62\xac\xe9\xd5\x0e\xae\x69\x3a\xb1\xe3\x80\xd2\xdc\xfd\x63\x8d\x21\xf6\x0f\xf6\xc5\x7f\x07\x0b\xd1\x07\xc9\x5c\xe9\xbf\x8e\x13\xaa\x65\x53\x8c\x13\xe1\x92\xa7\xe9\x5c\x6c\x88\x84\x13\xd1\x91\xc7\x8b\x72\xd8\xf4\x81\x07\x6f\x2d\xe9\x03\x8f\x9b\x5d\xcc\x93\x70\xb3\x69\x79\x12\xd0\xac\xe9\x14\x8f\x9b\x1d\xc8\x93\xf0\xa0\x38\x72\xe3\x97\x22\xcd\x2d\xe1\x9d\x24\xdd\xd5\x81\xde\x14\x92\x9d\x03\xab\xe1\x45\xba\x77\x82\x66\x7c\x1a\x8a\x1a\x3a\x0d\xbb\x1a\x82\x86\xaa\x86\x83\x41\x9b\x1a\xd6\xa0\xd9\x70\xd1\xa3\xab\xe1\xa6\x87\x1a\x26\x10\xb6\x0b\xcc\xc4\xc1\xc8\x70\x81\x99\xf8\x51\x16\xe9\xd9\x63\x4a\x2c\x61\xbb\xf9\x41\x28\x53\xa8\xf8\x7e\xa0\xae\x05\x82\xef\x07\x81\x4a\x41\xec\xf9\x81\x60\x10\xc4\x9e\x1f\xf3\xb7\x2f\x5c\x50\x25\x7e\xa0\xbf\xd3\x33\x3e\x26\xa2\x9e\x0b\x88\xc4\x0f\x92\x38\x86\x6c\x91\x03\x4b\x7f\x48\x4f\x1c\x3c\xcf\xa4\xef\xbc\x40\x33\xd2\x77\x3e\x26\x3c\x9e\x0b\x00\xc4\x8f\x09\x8f\xe7\x42\x38\xf3\x83\x07\x9c\x74\xa6\x8f\xbe\x06\x15\xb7\x9d\x15\xcb\x05\xb2\x45\xba\xd8\x27\x19\x34\xfd\xde\xc3\xd6\x2c\xd9\xc0\xce\xe5\x7a\x38\xc7\x21\xd9\x77\x36\x2a\xb9\xa5\x7a\x46\xe8\xfc\x7e\x38\xbc\x24\xfb\xce\x66\x27\xe9\xa4\x8b\x0a\xbf\xdf\x0f\x84\x4b\x49\x5e\x10\x2e\xe9\x90\x1f\x08\x97\x92\xbc\xc4\xa2\x43\xa4\x07\xc7\x32\xe9\xe0\x55\x48\x90\x83\x7e\x0c\x4e\xb2\x94\xcf\x31\xd6\x27\xda\x17\x4c\xff\x21\xa1\x7f\x2c\x01\x25\x19\x7f\x0c\x28\x95\x36\x3a\xf0\x05\x04\xa4\xef\x07\x21\x55\xe1\x18\xfa\x41\x4c\x23\x9d\xfa\xe3\x5c\x3d\x34\x06\x21\x8c\xf4\xd0\x8f\x73\xd1\x21\xd2\x67\x08\xc3\x4b\x12\x76\x2e\xc2\xb4\x1e\x17\xbb\x9f\xd3\x62\x8b\xa4\x77\x7d\xdc\xab\x87\x66\xb9\xd9\xfd\x9c\x85\x0c\xd3\x74\xb7\x8f\x9b\x9d\xcb\x59\x78\xbc\x15\xb0\xa1\x1f\x13\x88\xd7\x4b\xce\xf2\xb0\xc8\x39\xc6\x03\x73\xb2\x67\x26\x00\xc8\xa7\x47\x8e\xc1\x2c\x3f\x7a\xb0\xc8\x52\x82\x07\xa6\xc7\xf8\xd1\xc0\x19\x93\x12\x3c\x96\x60\xfb\xd1\x80\x26\x91\x12\x3c\xde\x35\xe8\xf7\xc0\x9c\xdb\x22\x2c\xd4\xb0\xc6\xc8\x1e\x9c\x20\xe9\xbc\x73\xc9\x31\xa9\xb8\x73\xe3\x24\xcb\x26\x3a\x37\x66\xc9\x4f\x0a\x07\x37\x3f\xa1\x8a\x38\x5d\xf6\x73\x09\x36\x19\x49\x67\x61\x5f\xfc\xb7\xd2\xe8\xcf\xc2\x95\xfd\x31\x1e\x22\x2c\xc7\xdb\xb9\xc3\xd2\xc3\x27\xb9\x6c\xe3\x47\x03\xcb\x29\x07\xff\xdc\x5f\x7a\x68\x6d\x96\x90\x93\x73\x7e\x02\x52\x9c\xae\xf7\x59\x17\xd5\xea\xb1\x84\x9c\xf4\xe6\xb9\x84\x5c\x7e\x02\x6a\xb1\xd0\xfe\xfd\x5c\x52\x2f\x3f\x21\x27\x3e\xdd\xf7\x89\x3b\xf2\xe9\xa1\x59\x3a\x83\xca\x4b\x3e\x31\xa9\xd2\xc1\x3f\x31\xa9\x04\x08\xe6\x0b\x77\x44\xf8\xfd\x7e\x1a\x9a\x44\xf1\x9e\xd3\x58\x42\x69\xe7\x93\x18\x6b\x3a\xe7\x27\xbe\x51\x3a\xe7\xa7\x73\xee\xa5\xbf\xcf\x25\xf5\xa4\xae\x4f\x5c\x21\x61\x86\xf8\x19\xec\x9c\xac\xb0\x33\x38\x3c\x32\xba\x4e\x42\xaa\xe9\xcf\x9f\xb8\x42\xc2\xfb\xf0\x73\x49\xac\x9c\x76\xa2\x73\xba\x00\x40\xfc\x24\x75\x6d\x24\x1d\xf3\x11\xc8\x85\x08\xe2\xe7\x12\x61\x49\xd8\x7c\xd8\x76\x41\x84\xf8\x44\x26\xf9\x34\x68\x8c\x73\xf5\xd0\x27\x13\xfe\xcc\x77\xa9\xeb\x73\xfe\x1e\x98\x0b\x48\xcc\x4f\xdc\xa9\x91\xdc\x5e\x7c\x22\x47\xf8\x9c\x55\x80\x2e\xdc\x30\x3f\x67\x8c\xd5\x05\x13\xe6\xe7\x2c\xc9\x29\x5b\xb2\x3f\x63\xac\x65\x4b\x6e\xe7\x6b\x6e\xd9\x92\xb9\x59\x51\x5c\x32\x74\x70\xce\xd7\x5c\x17\xd4\x98\x9f\x33\x62\x51\x32\x74\x70\x3e\x8b\x30\x51\x3a\x45\x58\xc9\x38\xc0\xf9\x2c\x4a\xc5\xdc\x74\xa7\xca\x96\xec\xcf\x27\x9e\xb2\x25\xfb\xd3\x37\x2a\x42\xe7\xf7\xf3\x7d\x66\x83\xcc\x97\x6b\xc6\x47\x4b\x06\x06\xae\x8d\xcd\x96\xbb\x7d\x6d\x70\x2b\xb3\xf2\xda\xe0\x56\xd6\xca\xc4\x2e\xf9\x34\x7c\xb9\xbd\x08\x61\x08\xbf\xcc\x2f\xa4\x83\xe0\x4e\xfc\xda\xd9\x4a\x99\x1e\xd7\xce\xb4\x32\x3d\x26\x88\xc8\xa7\x41\x74\xf4\x45\x69\x36\xec\xb3\x21\x67\xe9\x6c\x54\xce\xd2\x21\x4c\x36\xe2\xc5\xad\xdc\x65\x47\x5c\xc6\xaa\xcb\x6c\xb8\x66\x08\xb1\x64\x60\xe0\x32\x96\x50\x06\x0e\x10\x21\x25\xdd\xfe\x8b\x8b\x2c\xa8\x12\x9f\x00\x20\x9f\x1e\xa1\x06\x78\x91\xe5\x75\x39\xdb\x90\xcc\x05\xc7\x41\x26\xd0\x15\xeb\x13\x4d\x1b\xec\xbe\xac\x15\xf0\x3e\x8a\x00\x49\xfd\x1a\xac\xba\xac\x95\x0b\xd3\x43\xc8\x62\x7e\x61\x47\x08\xee\xc4\xaf\x03\x4a\x73\x3d\x0e\x96\x30\xd7\xe3\x60\x8c\x96\x0d\x1c\xcb\xe4\x96\x20\x87\x00\x51\xfc\x9a\xde\x53\xd9\x92\x5b\x7c\x23\x21\xa4\xf8\x85\xeb\xb2\xeb\x51\xfd\x3a\xe9\x21\x4b\xe3\xba\x10\x28\x32\x81\x26\x22\xc8\x5e\x32\x52\x70\xcd\x97\x0f\x17\x6e\x98\x4f\x88\x90\x4f\x8f\xdf\x7a\x03\xbb\x1e\x38\x97\xfb\x3e\xe1\x42\x3e\x0d\x5a\xdf\x07\xbe\x7a\xf6\xe0\x34\xe9\xd9\xec\x7a\x61\x54\x36\xd6\xf5\x72\x21\x65\x63\x5d\x38\x3a\xbb\x8c\x9d\xeb\x5d\x8c\x7e\xc7\xb8\xf1\x7c\x04\xd2\xe2\x37\x31\x45\x21\x95\xf9\xbd\x71\xa9\x45\xc7\x8d\x1b\x23\xd4\x16\xbf\x0b\x63\xc8\x84\xb8\xcb\xfa\xc4\xd5\xc0\x31\x97\x81\x70\x17\xb8\x4d\x3a\x66\x8a\x46\xd9\x92\x8e\xca\x01\x94\x46\xbb\x2b\x27\x41\xa1\x88\xbb\xc2\xbe\x8c\xae\x09\xcd\xf1\x69\xa8\x6a\xe0\xaa\xc8\xc6\xba\x1b\x67\x56\x26\xd5\x4d\xb0\x42\x10\x2c\x7e\xf7\x35\x86\xb8\xed\x6b\x0c\x11\xd6\x59\x42\x29\x9f\x89\xe6\xb1\x17\xc1\xa8\x3a\x68\x1e\x2e\xd4\x16\xbf\x89\x4d\x08\xe4\xc9\xef\x75\x87\x65\xbe\xdc\xc6\x79\x93\x13\x0b\xbc\x87\x0b\x87\xc5\x6f\x47\xfc\xc8\xc0\xb9\x9d\x25\x94\x3d\x73\xe3\x82\x08\x54\xc5\xef\xf9\x50\xe0\x82\x4c\xf1\xdb\x39\x1f\xb2\x78\x00\x00\x71\x61\xa8\xf8\x1d\x8b\x17\x91\x1e\x5c\x37\xd9\x44\xc0\x7b\xb8\x30\x54\xfc\x1e\x6c\x83\x67\xc3\x94\x47\x82\x5f\xf2\x7b\xfe\x28\x80\x0b\x7e\xc9\xef\x99\x47\xee\x42\x5b\xf2\xfb\x60\xda\xc8\x4f\x58\xa0\xdc\xfd\x03\xa1\x9f\xbb\x7f\x20\xc2\xf4\xd8\x70\x9f\x2c\x90\x1e\xc5\x6e\x94\xb1\xd0\x96\xfc\xbe\x10\x2e\x32\x81\x6e\xdc\x07\x81\xaa\xf8\x84\xf7\xd8\x8b\x60\xf2\xfd\xe6\x96\x57\x89\xd2\x7b\xdd\x72\x59\x4d\x37\x21\x0c\xe1\x0f\xf9\x3d\x73\xad\xbc\x4a\x94\xde\x37\x47\x3b\xcf\x18\xee\x43\x95\x80\xba\x97\xaa\xcd\x23\x45\x5c\xb2\x4a\x94\xde\x38\x07\x42\x59\xf1\x7b\x3e\x67\xba\x50\x56\x1c\x68\x8e\x92\x81\x92\xfb\x65\x09\x65\xe0\xdc\x08\x03\xc1\xae\xf8\xb3\x6e\xb6\xce\xe9\x83\x66\xcd\xb8\xc8\x33\x53\xab\x5c\x28\x2b\xfe\x94\x35\xc6\x77\x96\x67\xa6\x9e\x97\x8c\x69\x3c\x68\x56\xa1\xf0\x38\xe0\x1d\x25\x83\x1c\xcf\x0e\xfb\x12\xb6\xcf\xce\xa0\x12\xb6\x0f\xd1\x06\x81\xee\xf8\x33\xed\xee\x22\x88\x7b\x9f\x58\x1d\x9f\x1e\x9a\x76\x86\x1f\x4a\xc6\x45\x9e\x0a\x2f\x3a\x74\x4f\x5b\x83\x86\x1a\x16\x1d\x1a\x74\x5a\xe6\x25\x83\x1c\x0f\x2a\x5f\x68\xab\xfe\x74\x0e\xae\x44\xce\x83\x30\x10\x42\x8a\x3f\xc6\x2c\x92\x1f\x8f\xc1\xbe\xac\x84\x87\xb8\xa4\xa0\x6c\xfc\x99\xf9\xe7\x45\xc0\xa8\xfe\x10\x7e\x10\x20\x8a\x3f\x6e\xf4\xd0\xb4\xeb\x66\x7b\x36\x70\x60\x24\x50\x1e\x14\xba\xa0\x53\xfd\x09\x48\x97\xfc\x78\x66\xa4\xa0\x14\x1d\xed\x27\xd6\x18\xfd\x77\x14\xd8\x83\xfa\xcf\x28\xca\x83\x1d\x2f\xac\x1c\x7f\x96\xa4\x90\x2c\x79\x66\x24\xb4\x64\x9c\x05\xb8\x10\x17\x34\x8e\x3f\xc4\x26\x04\x8d\xe3\x6f\xa5\x87\x9c\xa5\x77\x82\xb4\x94\x0c\xcd\x00\xce\xe0\x55\xce\xd2\x4b\x0c\xbb\x4a\x74\xbc\x6d\x7d\xe2\x6a\xe0\x68\xe8\x76\xbd\x0d\xce\x25\x5c\x5e\xd4\x82\xd0\x63\xfc\xed\xec\x80\xee\xce\xdb\x39\x2b\x32\x65\xde\xce\x7a\xc8\x50\x01\x69\xa1\x08\xad\xd4\x01\x56\x28\x42\x2b\xf5\xd7\xd6\x18\xe2\x76\x09\x7d\x89\x9f\x77\x9d\x04\x49\x9b\xd7\xd9\x45\xc9\x92\x17\x0f\x4c\xd0\x38\xfe\x3a\x37\x43\x72\x00\xe8\x85\x92\x51\x94\x77\x1d\x1e\x09\x06\x90\x16\x8a\x40\xdf\xfd\x8d\x35\xa8\x48\x27\xcc\x24\x04\x1a\x7f\x83\x45\x96\xbe\x7a\x39\x3c\x02\xad\xf1\x77\xa6\xce\x78\x93\xd7\x02\xd2\x82\x37\x79\x2d\x2f\x4e\x5b\x93\xd7\xf2\x0e\x96\x50\xa6\xc7\x3b\xd6\x18\x22\xec\xe0\x54\x2b\xf0\xf2\x1e\x6b\x50\x71\x8b\x9e\xc8\x48\xcc\x7b\x70\xbb\x64\x14\xbc\x33\x93\xd8\x05\x49\xe3\xe0\x28\x94\x8c\xc4\xbc\x33\x0b\xd8\x85\x18\xe3\xef\xb9\xc6\xd0\x2c\x3c\x8a\x09\x42\xc6\x5f\x1e\xc5\x84\x18\xe3\x00\x2b\xb8\x00\x62\xfc\xbd\x58\xa0\x92\x63\xc0\x9c\x5c\xb2\x17\xc7\x4f\xe0\x2e\xfe\xde\x8b\xb0\xec\xb1\x98\x53\x0f\x14\x47\x06\x5e\xc0\x51\x70\x41\xb7\xf8\x3b\x31\xe6\x5c\x48\x2d\xfe\xce\x5c\x9a\x92\xa1\x19\x90\x16\x8a\x40\xdf\xfd\x9d\xa9\x7c\x2e\x2c\x17\x7f\x71\xeb\x32\xd8\xf2\xbe\x6b\x16\x11\xf6\xc2\x9c\x7c\x92\xf7\x5d\x83\xae\x1e\xb1\xcd\x3a\x03\x17\xb6\x4d\x6c\x1b\xc2\xe0\x2b\x1d\x02\xa4\x05\x6f\x5f\xd3\x3f\xb6\x8d\x41\xbf\x96\x7e\x6c\xd8\x99\xc2\x72\x89\xad\x30\xc6\x57\x3a\x04\x60\x0a\x2e\x70\x97\xd8\x0a\x0b\x14\x1a\xb4\xa0\x27\x22\x07\x85\xd2\xd0\xa0\x3b\x67\x2c\x34\xc6\xbe\xc6\x10\xa5\x3b\x37\xea\x6b\x47\xc4\xb6\xb3\xa6\xdf\x40\x49\x6c\x3b\x27\xa8\xaa\xa1\xa2\x49\x86\xd8\xc7\xbc\x15\x62\x4c\x6c\x48\x3a\xe1\xc1\xc4\x56\x19\xa3\x89\xb9\x89\x29\xe3\x42\x7b\x89\xad\xad\x31\xc4\x4b\x5b\x63\x88\x97\xa5\xd1\x86\x06\x6d\x1c\xcb\x26\xe6\x70\x62\x15\x05\x8a\xad\xa3\x6a\x87\x66\xe9\x6b\x50\xb1\x3f\x11\x1a\x5c\x00\x31\xb1\xf5\x35\xa8\xb8\x45\x2b\x0a\x0f\x26\x36\x63\x4d\x87\x28\xf5\xd5\x20\x4a\x11\x5b\xc2\xc7\x89\x0d\x7f\x53\x28\x2b\xb1\x0d\x4e\xe1\xd0\xb4\x68\x0f\x61\xa8\xc4\x36\x16\xb7\xbf\xf3\x06\x16\xdb\xfc\x75\xab\x22\x9c\xd9\x98\x38\x0a\x9f\xf1\xc4\x28\x31\x23\x01\xac\xc4\x86\x33\x2a\xf8\x94\x00\x47\xa1\x28\x32\x15\x1b\xe2\x47\x81\xa8\xd8\x26\xbc\x6d\x51\xdc\x29\x00\x56\x70\x81\xa3\xc4\x46\x10\xa9\xe5\x45\x98\xf8\x54\x45\x81\xa8\xd8\x88\x83\x0b\x0b\x25\xb6\x6b\x4d\xab\xc5\xba\x16\x2f\x5a\x8a\x25\x6d\x42\x84\x2d\x69\x93\x57\x85\x20\x92\xb0\x6a\x03\xa4\x85\x22\xac\xda\xd8\xee\xf5\x89\x66\x99\x2f\xee\x45\xb1\xab\xd8\x1e\xc4\x60\x5e\x15\x5c\xd4\xbd\x68\x96\x77\xf5\xd0\x2c\xd8\xad\x2d\x2f\x02\x21\xa2\xbd\x68\x81\x5e\x8e\x57\x9e\xd9\x97\x6d\xc8\x23\x8a\x70\x51\xc8\x2c\x0a\x3e\xab\x50\x45\xa2\x10\x33\x52\x0c\x2d\xca\xc6\x12\xea\xf0\x94\xb2\x66\xf9\x12\x56\xb0\x4a\x05\xab\x11\x65\x3e\x9b\x15\x85\xbb\xa2\xec\x8b\xd2\xfc\x64\xf0\x89\xa6\xc5\x90\x15\xac\x46\x94\x09\xcc\xe2\x82\xd5\x88\x82\x1c\x50\x64\x2a\x4a\x5d\x63\x98\x1a\xd8\xca\xaf\x35\x18\x85\x17\x77\xc1\x6a\x44\xc1\xcd\x55\xec\x2a\x40\x6b\x28\x8a\x5d\x45\x69\x6b\x0c\xd1\xd1\x16\x61\xe2\xa5\xad\x41\xc5\x8b\x2d\xc2\x34\x8b\xc1\xfe\xae\x4f\x78\x25\x13\x58\x45\x14\xe3\x68\xef\x1a\xc3\xf9\x44\x32\xbe\xe0\x3c\x2a\x88\x14\x05\x3b\xa2\x27\x61\xd8\x11\x42\xae\x89\x12\x5c\xa0\x2a\x3a\x30\x2b\x85\x1a\x11\x65\xac\x4f\xd4\x63\x70\x1c\xaa\x28\xc5\xdf\xec\x49\x07\x99\x32\x02\x67\x88\x72\x40\x47\xd5\x12\xe2\x6f\x2a\x54\x15\x05\x6f\x72\x97\x7c\x2e\xe7\x1a\x43\x8b\x7c\xc2\xad\x04\x76\x99\x15\x00\x2e\x4c\x99\x28\xdc\x5b\x81\x33\x44\x99\x15\x00\xde\x73\xd0\x99\x82\xeb\x3d\xc7\x58\x17\x59\x22\xbd\xcc\xfc\x7e\x17\x98\x42\x80\x7b\x50\x14\xcc\x8a\x72\x73\x1c\x24\xd2\x0b\x1e\xa9\xb0\x13\xa2\x10\x0d\x56\xb8\x2b\x40\x35\xf0\x9e\xb3\xac\x9b\x2d\x81\x5d\x70\x51\x7b\xce\xc2\x0b\x57\xcf\x59\x78\xd0\xea\x39\x28\x86\x85\x42\x66\x51\x78\xe1\xea\x39\x28\x2e\xaa\x42\x66\x51\x88\x46\x09\x20\x26\x76\x9e\xdd\x05\x62\x10\x3b\xf7\x56\x88\x04\x31\x71\x0f\x3e\x63\xe8\x13\x62\xbd\x42\x13\x88\xbd\xac\x59\x34\xc6\x7c\x6a\x2a\x8a\x79\xc5\x8e\x8b\x2a\x1c\x96\x00\x91\xa0\x28\x08\x16\x3b\xa1\xa5\x3d\xa7\x5d\xd7\xf4\x1b\x6c\x89\xbd\xb2\xa6\x5f\x4b\x34\x00\x31\x70\x55\xe0\xc7\x4e\xfe\x9a\x2a\xf0\x63\x9f\xa5\x3c\xae\x0a\xfc\xd8\xdb\x1a\xe3\xbb\x1e\x3b\xc1\xa7\xdd\x7e\x07\x89\x23\xf6\xbe\x88\x6c\x6a\x58\x44\x8a\x8d\xce\x69\x32\x51\x4d\x40\x7a\x97\xca\xdc\x89\x3f\xab\xe6\x3f\x76\x62\x57\xaa\xf9\x8f\xdd\xd6\x2c\x62\x63\xdd\x72\xd7\x27\xbe\x3e\xd1\xa0\x8e\xa0\x94\x9a\x9c\x80\x06\x9f\x1e\x39\x06\x1b\x2f\x0b\x6a\x27\xee\xb4\xbb\x96\x02\xef\x74\x77\x6d\x2b\xef\x46\xaa\xb5\x8f\x7d\x70\x12\xa4\x48\x77\xe2\xcf\x02\x69\x89\x7d\x2c\x4a\xc5\x3e\x06\xc2\x9e\x7b\x84\x86\x57\x69\x7d\xec\x44\xa8\xfb\x50\x0f\x12\xe4\x54\x5a\x1f\xfb\x12\x0c\x32\x20\x77\x5e\x85\x54\x38\x1f\x3b\x92\x42\x85\xf3\xb1\x9f\x08\xa8\xc8\x86\x39\x8b\xc0\x4c\x62\xbf\x50\xf9\xb9\x84\x37\xeb\x91\x2b\xc6\x3b\xb6\xaa\xc5\x63\x9f\x45\x3b\xae\xe2\xf0\xd8\x97\xfe\xce\x35\x5d\x97\x3a\x57\x0c\x75\xad\xc2\xee\xd8\x1f\x66\x91\x32\x9e\xf8\x05\x9f\x86\xec\x81\x38\xce\x35\x7d\xd7\x18\xe2\xe5\xe5\x48\x49\xb3\x56\x5e\x74\x14\xca\x8c\x3a\x5f\x98\x8b\x42\x99\x51\xb1\xf4\x55\x72\x1d\x95\xb4\x17\x55\x58\x47\x9d\xa5\x74\x2e\xcc\x90\xa8\x13\xc6\xb1\x08\x27\x3e\x2a\xaa\xd6\xa4\x5a\x2a\xaa\x56\x15\xd6\x51\x09\x22\xa9\xc2\x3a\xea\xcc\x65\x2b\x8a\x4b\x46\xe5\xca\x9a\xc4\x20\x90\x07\x45\x81\xca\xa8\x5c\x59\x15\x32\x47\x25\x07\xd5\x64\xfb\x56\x42\x44\x0a\x65\x46\xb5\x35\x86\x98\xe3\xf1\x45\xa8\x22\x51\x31\x75\x85\x2a\x12\x95\xb0\xac\x40\xa7\xa3\x3a\xcc\x75\x8d\x81\x87\x5e\x65\xcf\xd4\x09\x26\x54\x84\x35\x1f\x14\xfe\xbb\x2a\x9b\xa3\x62\x1d\xab\x6e\x39\x2a\xb1\x15\x95\x29\x47\xc5\xdd\x16\x0a\x75\xd4\xb1\xc6\xd0\xce\x11\xa7\x35\x89\xc1\xca\xd3\x8a\x30\xde\xa3\xce\x8c\x8c\xa2\x08\x6a\x54\x7c\x67\x01\x80\x44\xc5\x55\x56\xed\x73\xcc\x92\xfc\xcf\x27\x9a\x05\xdf\x59\xb5\xcf\x51\x31\x5e\x05\xef\x11\x15\x15\xa7\x90\x6a\xd4\x9b\x35\xf5\x6c\x68\xf4\x10\x2f\x04\x6e\x55\xfb\x1c\xf5\x86\x74\xa9\xfc\x7a\x33\x8b\x44\x4e\xc5\x77\x56\xa9\x73\x54\x7c\x67\x95\x29\x47\xc5\x78\x55\xf1\x6f\x54\x34\x5a\xcd\x53\x88\x67\xac\x5a\xdf\xa8\x2f\x0b\x94\xc7\x12\x6b\xd6\x24\x60\x1b\x2a\x4e\x65\xb4\xd1\x88\xc2\x2a\xb4\x1b\x6d\x5f\x83\x86\x1a\x20\x5d\x37\xbb\xad\xb3\xae\x8b\xdc\x08\x98\x2a\xd6\x1b\x94\xd3\xbb\xaa\x66\xa3\x11\x30\x15\xe6\x76\xb4\x75\x3d\x64\x36\x34\x1c\x50\x55\xcd\x46\xc3\xce\x54\x34\x38\x1a\x99\x0b\x2a\xa3\x8d\x86\xe1\x59\xdb\xef\x84\x10\xa3\xa1\xee\x84\x24\x1f\x14\xdf\xbb\x8a\x6e\xa3\xf5\x35\x9e\xab\x81\x2d\x91\xc0\x6e\xb6\x38\xd7\x18\xc6\xd1\x18\xfa\x04\x8d\xa6\x92\xda\x68\xd8\xad\x8a\x3f\x07\xf5\xfa\xae\x0a\xda\x68\xce\x1d\xd6\xfd\x6b\x44\xd9\x54\x1f\x1b\x0d\x15\xa7\x08\x75\x34\x72\x49\x55\x30\x1b\x6d\x5d\x59\x39\xb4\xd4\xeb\x17\xa1\xc0\xc7\xac\xc6\xff\x7c\xa2\x31\x06\xeb\xa1\x2b\xdb\x08\x99\xa9\xa4\x36\xda\xc4\xff\x72\x55\xd0\x06\xf5\xfa\xae\x72\xd8\x68\x33\x4b\xbc\x28\xca\x1d\xd4\xeb\xbb\xca\x61\xa3\xad\x3b\xac\x5b\xde\x70\x51\x05\x1c\x1f\x8d\x90\x99\x80\xe3\x83\xe2\x7b\x17\xcc\x48\x34\x6c\x5f\xc5\xc1\xa3\xf1\xd6\x22\xdc\x91\x98\x95\xf4\x9f\x1e\x22\xfd\x82\x39\xdd\xf2\x86\x31\xac\xea\xd7\x68\xa4\x46\xa8\xb6\x35\x28\xad\x77\x95\xb2\x46\x23\x57\x42\x95\xab\xd1\x30\x97\xab\x65\x8f\x93\x1e\xa2\x14\xfb\xd9\xe5\x70\xb5\x9b\xf5\x90\xd4\xa3\x9c\xbe\x28\x1e\x1f\x8d\xb0\x9b\xc2\xef\x41\xf5\xbc\xab\xd8\x35\x1a\xcf\x33\x2a\x65\x8d\xf6\xc0\xad\x67\x8f\x87\x1e\xda\x5b\x3c\x63\x05\xe8\xa3\xbd\xac\x87\x84\x4b\x43\xb8\xa8\x94\x35\x1a\xaf\xb9\x82\xa7\x8f\xf6\xae\x69\xb5\x40\xef\x9a\xf6\xdb\xd0\xd1\xbd\x0a\xb9\x47\xdf\x16\x2f\xa1\x86\x87\x86\xef\x02\x51\x5f\xef\x2e\x77\xaa\xf3\x34\x2b\x34\xfa\xe8\x05\xf6\x25\x39\x3b\xd9\x14\x2a\x65\x8d\x59\x3d\xff\xf9\xe4\xbb\x62\x1d\x0b\xdb\xa5\xd0\xa9\x9e\x77\x97\x42\xef\x3b\x37\x4a\x92\xb3\x13\x65\x53\xa4\x3f\xfa\x52\xf9\x0a\xdd\x75\x34\xbc\xca\x61\xa3\xe3\x4c\x2b\xd2\x1f\x1d\x89\x25\x0c\x95\xe8\x84\xcc\x84\x90\x12\x9d\x47\x20\x01\xa2\x44\x27\x86\xe6\x92\x7a\x7d\x09\x39\x19\x6b\x1d\x21\xa7\x0a\xda\xe8\xf8\xce\x2a\x98\x8d\xde\xd7\x18\xe2\xa5\xaf\x4f\xb4\xa6\x9d\x55\x97\x28\xed\x04\xc4\x14\xc7\x8f\x6e\x6b\x0c\x6d\x14\xfe\xb7\x02\xfb\x41\xf5\x7c\x51\x60\x3f\x3a\x0f\x49\x82\x5d\x89\x4e\xa4\x5f\x81\xfd\xe8\xcb\xb0\x90\x2c\xec\xbe\xe8\xd0\x2c\xc1\x12\xca\x58\xeb\x64\x98\xba\x44\x5f\xc7\x87\x57\x60\x3f\x3a\x19\x5d\xaa\xbc\x8d\x3e\x61\x46\x8a\xe2\xf8\xd1\x71\xd9\x5d\xa2\x8f\x1a\x7d\x77\x89\xbe\xbe\x04\x9b\x24\x5d\x1f\xce\x18\x1a\x74\xa6\x78\x15\x05\xf6\xa3\x13\x9d\x53\x6d\x6e\x74\xcc\x17\xc1\xd3\x47\x3f\x10\x17\x12\x6c\x9d\x60\x5c\x93\xd8\xea\x38\xe4\x2a\xc5\x8d\x8e\x71\xa2\x52\xdc\x98\x05\xf7\x7b\x69\x65\xfb\x1d\x05\xd6\x97\x3c\x92\xf8\xe9\x13\xc8\xa3\xe8\xe5\x20\x3a\x19\xef\x2e\x59\xd2\x5f\x56\x2f\x2f\x24\xcf\xb4\x7a\x4a\x88\xce\xa5\xd6\x53\x42\x74\x72\x38\x55\x97\x1a\xb6\xad\x59\x9a\x1a\x10\xa5\xba\x3b\x46\x70\x5d\x8f\x0d\x61\x18\x19\x2a\x32\x0d\xaa\xe0\x8b\x5e\x1f\xc2\xf0\x92\xf5\xfa\x10\xb6\xae\xbd\xac\x0e\xe3\x96\x0b\x6b\x3e\x8c\x97\xdd\x26\x61\x4b\x8d\x7b\x11\x18\x7f\x18\x71\x70\x55\x9d\x86\xed\x8c\x21\xc9\x69\x58\x1d\x7a\x9f\x08\x5b\x57\x56\xa6\x8c\x11\xee\xd2\x73\x44\x58\x83\x39\x89\x41\x5b\x17\x52\xb6\x8d\xf1\x7c\xa7\x52\xd6\xb0\x99\x51\x59\xf4\x3e\x11\x66\x6c\x83\xce\xbd\xf1\x08\x9b\xef\x13\x14\x98\x17\x21\xc9\x87\x71\xbb\x9a\xc4\xa0\xf1\x8e\xa6\xaa\xd3\x30\x82\x59\x21\x3b\x82\x7a\xf2\x92\x0f\x16\xc6\x2b\x59\xc8\x8e\x30\x5e\x51\xf3\xc1\x82\xf2\x71\x57\xa1\x6a\xd8\x84\xe7\x2a\x82\xa7\x0f\x3b\x16\x1d\xda\x86\x63\xd1\xa1\x31\x66\xd9\x65\xc9\xd7\x07\xca\xc7\x4b\xbe\x1c\xd8\xc5\x09\x92\x4c\x33\x32\x21\x54\xdb\x1a\x76\x71\x2c\x5b\x36\x9c\xf4\xd0\xb4\x13\x75\xc6\x55\xca\x1a\x46\x66\xb5\x2a\x57\xc3\x70\x51\x55\xb9\x1a\x36\xab\x3b\x4a\xbe\x1c\x18\x81\x28\x55\xae\x86\xe1\x91\xe6\x53\x82\x91\x96\x28\x44\x9e\x30\x5c\xd4\x7c\x5b\xa0\x38\xbc\x08\x6b\x3e\x8c\xb8\x53\xe4\xf5\xc0\x06\x17\x18\x7f\x50\xb6\xed\xaa\x7e\x0d\x27\x0b\x4a\xd5\xaf\xe1\xe8\xcd\x7c\x8e\x70\xea\x3f\x54\xca\x1a\x5e\x38\x1f\x3d\x1b\xe8\xa1\xc3\xef\x5c\x20\x55\xae\x86\x53\xbb\xa1\xca\xd5\xf0\xc2\xee\xcb\xf2\x72\xde\x9e\x9a\x2c\x2f\xdf\xd9\x7d\x19\x5a\xce\xfb\x77\x3e\x52\x78\x83\x7d\x99\x1e\xce\x6d\x50\xf5\x6b\xf8\xc4\xb8\x72\x55\xbf\x86\x63\x66\xab\xfa\x35\x9c\x1c\x27\x41\xba\x87\x77\xf6\x45\x57\xcc\x09\x0f\xe7\xab\x05\x95\xcd\x2e\x68\x9f\x70\x5b\xec\x87\x1a\xd8\x6c\xd9\x22\x4e\x11\x85\x8a\x64\xc3\x09\x1c\xa9\x26\x36\x9c\x38\x91\x4a\x60\xc3\x49\x5a\x50\xc5\x6b\x38\x71\xa2\x7c\x0a\xf1\xa5\x7c\x64\xcf\x78\xb0\xfb\x32\x4e\x9c\xa0\x8f\x00\xfd\xc3\x89\x17\xe7\xdb\x88\x13\xf4\x09\x59\x2b\x7e\xac\x69\xb5\x40\xe4\x27\xe5\xeb\x89\xf3\xf0\x23\x9c\xf8\x70\x8c\xe8\x26\x5b\x84\x42\x66\x17\x5e\x50\xf8\xba\x84\x12\xc1\x8e\x36\x52\xb1\x6e\x38\xce\x74\x3e\xa7\x50\xea\x5c\x04\xe3\x1e\xbe\xee\xad\x64\xb2\x63\x33\xab\xbe\x37\x7c\x29\xb0\xf8\xad\x37\x30\xbf\x91\xe0\x12\x94\x4e\x9e\xb0\xca\x83\xc3\xd7\x85\x94\xd5\xe1\xd8\xbe\xaa\x17\x0e\x27\x35\x49\xe5\xc1\xe1\x2f\xab\x27\x1b\xcb\x79\xe2\x11\x1c\x7b\x38\x5e\xb2\xca\x83\xc3\x49\x4d\x52\xf1\x6f\xf8\xba\xa1\xb2\xb1\x82\xc8\x70\xc8\xc6\x8a\x8d\xb5\x91\x6d\x13\xeb\x42\xca\xb6\x09\x0c\xd9\x7c\xe2\x89\xb2\x28\xd5\x27\x5c\x37\x01\xb6\x47\xe0\x47\xab\x5e\x38\x66\xdd\xf2\xa7\x47\x51\x03\x67\xb6\x67\xc3\xa0\xc7\xae\x06\x78\x91\x59\x16\x84\x99\x54\x1e\x1c\x81\x02\xcb\x77\xa3\x68\x6b\xd0\xa6\x86\x83\x1e\xd9\xf0\xd0\xa0\xf5\x58\x77\x58\xe2\x27\xb0\x39\x43\xb2\x24\x70\x95\x55\xc9\x1b\xab\x5c\x5a\x75\xba\x11\x7d\x0d\xaa\x35\x5d\x77\xd8\xb2\x61\x8d\xa1\x15\xb3\xf5\x89\x1a\xc8\x50\x51\x59\x6e\x04\x19\x2a\x2a\xcb\x8d\x20\xdc\xa5\xb2\xdc\x88\x09\x57\x50\xf2\x31\x2a\x78\x15\x0a\x39\x3a\x41\xac\x57\x98\x4e\x11\xeb\x52\x4b\x96\x04\xb1\x5e\x95\xc3\x46\xcc\x9a\xa5\x92\x0f\x5a\x81\x79\xa8\x1f\x6e\x88\x20\xba\xa5\xfa\xd8\x08\x92\x8f\x05\x2d\x1f\x81\xde\x14\x70\x7c\xc4\x01\x1d\xba\xf6\xc1\x5b\xad\x2a\x68\x23\xb8\x90\x02\x8e\x8f\x20\x92\x2b\x9c\xf8\x88\x6b\x0d\x2a\xe6\xae\x45\x98\x98\xbb\x38\x96\xba\xf6\x71\x2f\xc2\xc4\x2d\xb1\xab\x2e\xcb\x2b\x96\xaa\x95\x5d\x15\x4b\x91\xea\x22\x07\xb1\x5e\x15\xdd\xc6\x2a\x86\x56\xd1\x6d\x04\x1e\x69\x97\x46\x0b\x3c\xd2\x2e\x05\x16\xef\xfa\x44\xd3\x62\xab\x0a\x49\x3e\x82\x60\x56\xe4\x15\xe3\x69\x56\x48\xf2\x31\xb0\x44\x85\x24\x1f\x83\xfc\x7e\x01\x45\xc5\xd8\x58\x20\xa9\x27\x8a\xa1\x4b\xbe\x09\x0e\xf2\x3e\x04\x25\x15\xa3\x2c\x4a\x4d\x0d\xac\xba\xb4\xd1\x28\x6b\xd0\x2f\xe9\x03\x7f\x53\x05\xb3\x41\x75\x74\x11\x2c\x7c\x8c\x89\x64\xed\xaa\x89\x8d\xb1\x73\xa4\xa4\x9e\x06\x77\x5f\x25\xb0\x31\x08\xaa\x0d\x1d\xba\xc1\xe3\x6d\x3e\x12\x0e\x84\xc1\xd0\x29\x1c\x38\xa0\x43\x87\x6e\xcc\xdf\x16\x77\x55\xcd\xc6\xe0\x55\x28\x9f\x11\x07\x29\x1a\xf9\x8c\x38\x48\x46\xd3\x2f\x51\x04\x15\xd6\xa5\x4b\x93\x8c\xce\x12\x4a\x2d\x8c\x75\xd5\x25\xd7\x07\x1a\x5e\xb5\xb9\x31\xd0\xf0\xf9\x36\x39\x6c\x11\x26\x3a\x78\x09\xca\xc7\xca\x41\xd2\xb2\x00\xab\x62\x10\x59\xcb\xc7\xca\x81\x55\x9d\x4f\x91\x03\xe9\x20\x04\xab\x18\xbc\x26\xe5\x53\xe4\x2a\xb9\x1e\xc5\x7f\x47\x81\xad\xf2\x6b\xe1\x5d\xc5\xa0\x6e\x41\xf0\x56\x31\x90\x25\x23\x4f\x24\xde\xe9\xc8\x13\x89\xc9\x3d\xf2\x00\x12\x3a\x1f\x79\x00\x8f\xb5\x36\x1a\x94\xa0\xda\xc8\x03\x88\x51\x9e\x6f\x9d\xe3\x60\x07\xa4\x27\x06\x41\x35\x61\xbc\xc7\x20\xa8\x36\xf2\x00\x62\x0f\x8c\x3c\x6f\xc4\xd2\x55\x85\x1b\xe3\x5c\x63\x88\xb0\x8b\x9b\x21\xfb\x68\x90\x43\x36\xf2\x00\x12\x18\xcf\x27\xd6\x71\x73\x44\xa5\x38\x06\x4f\xbd\x23\xcf\x1b\x95\x08\xc2\x78\x8f\x41\xfe\x97\x7e\x0c\x23\x06\xa1\xaa\x91\x27\x12\x49\xa1\x3a\xdd\x58\x05\xd5\xaa\xd3\x8d\x63\xe3\xba\x59\xf6\xe0\x13\x9d\xb7\x83\x9c\x0d\x61\xbc\xc7\x81\xcf\xaa\x82\xd9\x38\x48\x08\x53\x7d\x6c\x1c\xa0\x24\x08\xb0\x2a\x8e\x02\x2f\x3a\x4d\x07\xf9\xca\x43\x1e\xc7\x51\x58\x53\x6d\xe5\x81\x51\xa0\xea\xd7\xa0\x7e\xba\x08\xe3\x3d\x0e\x62\x57\x2a\x87\x8d\x63\xc9\x92\x9e\x3d\xa0\x54\x1a\xfe\xc0\xef\x55\xf5\x6b\xac\xfa\x69\x55\xbf\xc6\x01\xfe\x89\xaa\x5f\xe3\x58\xc2\x45\x21\x91\x03\xcf\x58\xc0\xf1\x71\x54\xee\xb0\x6c\xf0\x03\xcf\x38\x1f\xa5\x0f\x62\x57\xf9\x06\x7d\x90\xe9\x9a\x6f\xd0\x07\x9e\xb1\x00\xab\xe2\xe8\x6b\x0c\x2d\x10\x66\x83\x8a\x5d\xe3\x20\x99\x4b\xa5\xac\x71\xd8\x1a\x43\xd3\x12\xcc\xd2\xef\x78\xc4\x81\x73\xa0\x22\xd3\x58\x25\xd7\x2a\x32\x8d\x83\x80\xfa\x48\x4a\x71\xa6\x47\x52\xea\xb0\x2f\x73\x79\x96\x4b\x7f\x1a\xf4\x09\x11\xf6\x7c\x55\x9e\xd5\xd1\x9f\x06\x4d\x1b\x6b\x96\x6c\x60\x81\xa4\x37\x0f\x82\x59\xaa\xf0\x8c\x83\x18\xbc\x00\xdb\xe3\x58\xd2\x21\x99\xa3\xaa\x49\xd5\x99\xb1\x0a\xaa\x55\x7b\x19\x07\x99\x65\xc2\x78\x8f\x03\xd3\x63\x24\x2f\xcb\xf4\x90\xba\x3e\x0e\xae\x87\xd4\xf5\x41\x86\xca\xf8\xd1\x83\x33\x96\x3d\x4e\xb6\x41\x0a\xfd\x58\x02\x45\xa6\xfa\x41\x99\x93\x4a\x1c\xe3\x38\xb9\x40\xb2\x99\x8f\x19\x83\x0f\x81\x10\xc5\x31\xfd\x89\x50\xad\x61\x50\x61\x1d\xaa\x35\x8c\x83\xc0\x40\xcf\x69\x67\x60\x20\x54\x7c\x18\xc7\x0c\xb9\x87\x8a\x0f\xe3\x98\x06\x4e\xa8\xd6\x30\x8e\x7b\x4d\x2b\xc2\xe6\x6b\x5d\xa8\x92\x30\x8e\x69\xbe\x84\xea\x04\xe3\x78\xd8\x5b\x59\x1a\xc7\x84\x4b\x2a\x96\xa4\xbf\xeb\x13\x8d\x31\xd1\x23\x43\xe5\x78\x71\xcc\x5f\x2d\x2c\xf9\x52\x7f\x4c\x2f\x23\x36\xe9\x86\x73\x83\x7d\xc9\xf5\x13\xb1\x95\x6f\xf9\x14\x43\x17\x81\xe0\xc7\x2c\x86\xfe\x7c\xf2\x9d\xf6\x9c\xd6\x4a\x6c\x7b\xfc\x8e\x02\x3b\x31\x65\x04\x88\x1f\x67\x59\x24\x0c\x35\xac\x19\x43\x0d\xac\xaf\xa4\x2f\xa5\xce\xb1\x49\xfa\x9e\xf3\xc7\x93\x8b\x30\xf4\xe3\x24\xb8\x2e\x0c\xfd\x38\xe7\x03\x7b\x08\xa2\x27\x66\xa9\x73\x09\xd5\xb7\xc5\x49\xa0\xc1\x64\xa8\x50\xea\x1c\x82\xc6\x89\x13\x01\x95\x59\x0c\x27\x02\x4a\xbf\xc0\x12\x67\x63\x4b\x24\xb0\x4f\x1e\xd8\x05\xb5\x1f\x67\x5b\x84\x89\x97\xb6\x66\xc9\x31\xd6\x2c\x62\xae\xaf\x4f\xc4\x5c\x87\x97\x96\x3d\xe6\x11\x15\xa2\x7d\x9c\x9d\x93\x20\xc7\xef\x9c\x3f\x23\x14\x2a\xa5\x8b\xd3\x38\x80\x52\x0b\x27\xd1\x76\x21\xda\x07\xe5\xd2\x21\x68\x9c\xa0\x3a\xba\x98\xcc\x86\xd3\xd9\x39\x69\x81\xd3\xb9\x3b\x3d\x7b\xb0\x73\xd2\x02\x27\x32\x2d\xb3\x29\xce\x60\x2b\xa5\x16\x4e\x02\x1e\x96\x27\x32\x16\x73\xe2\x25\x60\xae\x67\x03\x2b\x26\xdb\xf7\x0c\xf6\x25\x8f\xd4\x58\xb3\xa8\xc7\x80\x7d\xf9\x8a\x14\x54\x87\x6a\xeb\x82\x82\xea\xa2\xdf\x8a\x89\x93\x28\x8a\xb0\xf7\xe3\xaa\x70\x2b\xc5\x31\x7f\x97\xff\xd3\xf0\x65\xff\x5a\xc7\x41\x8a\xe3\x6a\x6b\x5a\x53\x03\x87\x4e\xf6\xcc\xd5\xd8\x5b\x19\x05\x17\x25\x7d\x99\x3b\x72\xb5\x45\x69\xa8\x81\x8d\x92\xae\xb9\xda\xa2\x54\x74\x90\xb3\x91\xd9\x25\xfc\xb6\x7f\x08\xe6\x27\xae\x75\xc6\x74\xa3\xae\x75\x82\x14\xc7\xbf\x0c\x5e\x64\x25\x5c\xd4\xf9\x64\xfe\xc9\x85\xb9\x9c\xf9\x27\xb3\x4e\xf7\xd3\x20\xc2\x78\x66\x16\xa0\x7f\x5c\x84\x98\x85\xdf\x1f\x57\x20\x28\xa5\x15\xaf\x75\x1c\x74\xa3\xae\xb5\xfb\x52\x71\xfc\x2e\x7f\xa8\x1c\x2f\x56\x9d\xae\xe9\x46\xf1\x33\xfc\x45\x60\xfc\x71\xf1\x66\x2c\x30\xfe\xb8\x4e\x78\xd1\xf5\xb8\x48\x38\xce\x1c\x16\xea\x63\x43\x05\x59\x71\xcd\x67\xd5\x50\xfd\x55\xf0\x23\xfb\xa1\xfa\xab\xb8\x48\x38\xce\xb4\x97\xeb\x66\x8c\x92\x0d\xdc\x39\x5d\xa0\x6b\xa6\x68\x84\x70\x69\xe2\x9a\x29\xc9\xa1\x0a\xad\x98\xbf\xba\xff\x69\xd0\x56\x52\xd7\x6e\x3d\x7b\x74\x1a\xb2\x87\xf1\x89\x48\x7f\xa0\x43\xe2\xe2\x22\xa2\x9c\xb9\x34\xd7\x8c\x28\x87\x2a\xb4\xe2\xc2\x22\xce\x4c\x99\x6b\x5a\xc4\xa1\x0a\xad\x98\x3f\xac\x5f\x42\xb5\x4e\x71\xf3\xe0\x92\xb9\x34\x94\xd1\x86\x2a\x99\x62\x56\xcd\x7e\x1a\x34\x06\xe5\x0d\xfa\x75\x9d\xb8\x0b\xa4\xd7\x6c\x58\x83\x7e\xb9\xbd\x0d\x3a\x6a\x36\xac\x4f\xba\x1a\xb8\x62\x96\x0d\x27\x3d\xbe\xdc\xce\x4a\xd3\x4f\xc3\x6f\x79\x60\x37\xb5\x69\xfa\xb5\x9e\xb8\x91\x7a\x82\xa4\x89\x9b\x52\xb4\x4c\xe7\xe1\x47\xe5\x43\xc5\x54\x71\x73\x88\x55\x4c\x15\xf7\x92\x58\xba\x90\x37\xc9\x7e\x99\xce\x73\xcf\x4c\x88\x50\xb9\x55\xdc\xc7\xea\xa1\x31\x0e\x96\x53\xbe\xc0\x3d\x4d\xaa\x10\x8a\x4d\xac\x9a\xd2\x4c\xf8\xb9\xd7\xb9\x97\x85\x7d\x9f\x6b\x0c\xad\xcd\xb9\x28\x75\x35\x70\x22\x75\x55\xee\x6b\x8d\xa1\x59\x2e\x76\x40\xaa\xe5\xbe\x16\x73\x1a\x14\xfb\xa8\xe8\x66\xdc\x37\x5b\xa2\x8b\x30\x7f\x21\xfe\xd3\x20\xc2\x6e\xae\xac\x82\xda\xfc\x20\x7c\x14\x1d\x73\x8a\x4c\x43\xc0\x37\xc1\x2f\xc4\x87\x80\x6f\x82\x9a\xd2\x10\xce\x4d\xdc\x04\x80\x4c\x66\x2a\x3f\x08\x1f\x45\xc7\xfc\x5e\x16\x94\x6c\xf0\x87\x77\x12\xe1\xf7\xc7\xb3\xce\xbd\x8e\xf9\xb3\x0e\xf1\xc8\x06\xe4\x91\xac\xe3\xa7\xb0\x84\x3a\xe6\x0f\x0f\x8d\x99\x78\xf4\xec\x6b\xd0\x2f\xfb\x4f\xe5\x88\xea\x10\xcf\x5f\x77\xff\x7c\xa2\x31\x2a\x67\x4c\xaa\x65\xfe\xdc\xfb\xa7\x47\x8e\x71\xd0\x90\x63\x2c\xc2\xf4\x49\xe3\x48\xc9\x5c\x7e\x26\x42\x77\xa8\xfe\x2a\x9e\xc6\x75\xd3\xe1\x7f\x96\xb5\x32\xb2\x61\xf1\xf2\x5d\xc2\x87\xfa\x1a\xfd\x96\x50\x3c\x9d\x93\xac\x53\xf8\x10\xbc\xc9\x74\xa4\x07\x3c\x87\x4c\x14\x7a\xb0\x34\xb2\xba\x6a\x16\x88\x7e\x1a\x44\x98\x9f\x7c\x22\xe6\x82\xf3\x21\x3d\xf1\xc4\xa2\x43\x63\x04\xf7\x56\x8a\xe3\xc1\xd2\xc8\xdc\xa2\x67\x5d\x53\x1d\xba\x27\xd6\x2c\x39\x28\xe7\x54\x31\xd6\x87\x67\x7c\xc1\xe4\xc7\x83\xd9\x20\x54\xfc\x78\x28\xe9\xcb\x34\xa0\xe7\x58\x9f\x88\xb0\x73\xf5\x10\x1d\x13\x4a\xaa\x64\x1a\xd0\x73\xae\x41\x45\xfa\xc5\xf9\xd0\x49\x7e\x50\x60\x99\x06\xf4\xe0\x82\x64\x41\xd6\xc3\xdb\x64\xe6\x05\x3d\x37\xd7\x23\xcf\xe9\xfc\xb5\xaf\x92\x69\x40\xcf\xc3\x35\xcd\x73\xfa\x72\xc5\xf2\x14\xbe\xab\x87\xb8\xe5\x02\x65\x92\xcf\x83\x0b\x92\x85\x50\xef\xc6\x9d\xd3\x29\x7c\x37\x4e\xb2\x4e\xe1\xfc\x25\xf5\x4f\xc3\x97\xfd\x77\x5f\x84\x65\xc3\x4d\xc3\x50\xc3\xe4\x25\xeb\x72\xf8\xd1\xf3\x22\x10\xfc\x78\xb1\xff\xb3\x0c\xe7\x9d\x91\xcb\x10\x62\x4c\xbc\x6d\x7d\x52\xd4\xc0\xb1\x94\xbe\x7a\x31\xe6\x33\x2f\xe8\xc5\x98\xcf\x5a\x16\x7e\xd2\xbc\x64\x5e\xd0\x0b\x64\x4a\xe6\x05\xcd\x32\xda\xcf\x27\xd9\x83\x7d\x91\x19\xf5\x76\x78\xd1\x12\xf2\xa3\xe7\x25\xf3\x82\xf8\xd1\xf3\xd8\x77\xfb\x1d\x05\xc6\xcf\x79\x97\x4c\x09\x7a\x71\xce\x33\x25\xe8\x45\x93\x64\xa1\xcb\x3b\x33\x4d\x22\x0b\x5d\x5e\x54\xcb\x9e\x6b\x73\xc0\x46\xae\x0d\x70\x05\x99\x45\xf4\xf2\xd8\x97\x59\x44\x2f\xbe\x78\x56\xbe\x50\x53\x1a\x59\xd7\xf2\xf2\x72\xa0\x5f\x62\x0a\x4a\x48\x23\xab\x56\x5e\xac\xb0\xac\x5a\x79\x49\x6e\xd3\x6f\x35\xc5\xfc\x7d\xef\x4f\x8f\x6c\x40\x0e\x48\xf9\xbc\x20\x93\x64\x06\xd0\x8b\xc1\xb4\xe7\x02\xad\x8b\x20\xd5\xb2\x6a\x4a\x33\x9d\xe7\xc5\x60\xca\x22\x15\x6a\x4a\x23\x8b\x54\xde\x17\x6e\xa5\x48\xdf\x97\x93\x20\x6d\xf4\xce\x4c\x99\xd8\x5b\x36\xac\x69\xc5\xed\xcb\xf1\x6a\xd9\x30\x45\xba\x4b\xf9\xbc\xeb\xba\xc9\xaf\x79\x5f\x08\xcb\x25\x24\x7d\xdd\xbf\x8e\xce\xe0\x17\xc0\x8b\x7f\xb5\xd1\xd8\x36\xf6\xf6\xcb\xdc\xe0\x17\xc0\x43\xf5\x24\x63\xdb\xd6\x2c\x4d\x0d\x6b\x96\xa1\x06\x76\xff\xab\xaf\xc6\xaa\x4b\x55\xe2\xd1\xd8\x0a\xdc\x66\x8f\x9d\xbd\x75\x35\xa0\xe2\x94\x6c\x34\x36\x54\xdc\xee\xa2\xa3\xae\x41\xb3\x01\xd2\x5d\x74\x4c\x6c\xf5\xd8\xbf\x12\x7c\xf0\x9b\xde\xb1\x7f\x05\xf6\xd8\x1a\x74\x84\x78\xc1\xe1\xd2\x2f\x0d\x8c\x0d\x8d\xa6\x5f\x1a\x18\xab\x84\x54\x39\x4e\x63\xe3\x39\xc2\x5d\x6b\x8a\x8a\x13\x64\xca\xd8\x3a\x87\xdf\xb5\xc8\x33\xfd\x2d\x54\x23\x30\x36\xd2\xdf\xdc\xf5\x89\xad\x41\xb5\x1e\x33\xa6\x18\x75\xd3\xb4\xf8\x57\xfa\xe9\x81\xb1\xcd\xc7\x86\x10\xfe\xc9\xd8\x66\xd4\x31\x04\x77\x32\x36\x8c\x57\xfd\x16\xc1\xd8\x66\x1a\x6f\x08\xdd\x64\xf0\x23\xdf\xc5\x73\x91\x97\xde\xcc\x35\x45\x2b\xd6\x5d\xa4\xcf\x07\x86\x50\x5e\xfd\xd8\x30\x5e\x95\x9e\x35\xb6\x99\x0f\x17\x75\xcf\x06\x08\xdb\xb5\x1e\x98\xb7\x4a\xb4\x1f\xdb\xb1\xc6\x10\x2f\xc8\xa0\xba\x8b\x74\x64\x90\xa0\x4a\xc6\x76\x2c\xc2\x44\xe9\xd2\x9b\x21\xf6\x4f\xa6\xad\x9a\xf6\x64\x8c\xaa\x69\x2f\x28\xad\x9a\x16\xc7\x4f\x19\xef\x63\xc3\x9a\x55\xae\xd5\xa0\x6c\x34\x94\xf1\x3e\xa8\x12\x0d\x81\x99\x8c\x6d\x49\x98\xa1\x41\x9f\x35\xad\x28\x45\x7e\x28\x05\x7e\xac\xc2\x52\xfd\x4a\xc0\xd8\x5e\x48\x6f\x5a\xe4\x77\x7d\xf2\xa5\x83\xa2\xd0\x50\x3e\xfb\x28\x65\x35\x34\x35\xac\x31\xba\x1a\x58\xf5\xaf\x94\x1a\x85\xe2\x70\x65\x63\x8d\x59\x03\xfa\xe9\xe1\x6a\x58\xd3\x7e\x09\x2b\x75\xcd\x32\xd4\xd0\x18\x23\x7b\xdc\x34\xa8\x07\x55\xda\x4a\x9c\x1a\xa5\x33\x46\xff\x1d\x05\x36\x8a\xad\xde\xa2\x89\x50\x95\x12\xba\x47\xc1\x80\x54\x7a\xd3\x58\x95\x9a\xc2\xf2\x1f\x65\xdd\x8c\xaf\xa0\x1c\x85\x9b\x21\x70\xff\x51\x26\x7a\x72\x51\x02\xd4\x28\x84\x22\x94\xef\x34\x0a\x06\x64\x95\x18\x2c\xc1\x72\x4a\xa6\xcd\xe2\xce\x4f\x83\xe8\xc0\x5e\x54\xfe\xf6\x28\x5c\x15\xe5\x4c\x0d\x7e\x13\x3b\xaa\x64\x5a\x19\x8b\x39\xd1\x81\x45\xa9\xac\xaa\x51\xd0\xdf\x4a\x80\x1a\x85\x77\x7d\x25\x40\x0d\x7e\xb2\x3a\x94\x7b\x3d\xf8\xc9\xea\xa2\x8c\xa8\x51\xe6\x2f\xc3\x15\x25\x40\x8d\x82\x45\xa9\xcc\xea\x51\xc8\x67\x57\x02\xd4\x98\xbf\x61\xfd\x69\x10\xa5\x84\xce\x95\x7b\x3d\xca\xc5\x7a\x48\x74\x50\x65\x19\xc2\xfb\x18\xe5\xe1\x13\x5d\xa6\x42\xb6\x9b\x52\x93\x06\x65\x97\xa1\xc4\xe1\x51\x48\x3d\x57\xae\xd2\x28\xeb\x66\x48\xd8\x16\x54\x9c\x32\x91\x06\x3f\x26\x5d\x94\x78\x34\x76\xf4\x95\x52\x8b\xc7\x5e\x16\x1d\x43\x0d\xac\x87\x2e\xe4\x8e\xd3\xa6\xb4\xe0\xc1\x6f\x47\x17\xa5\x01\x8d\x9d\x98\xb3\xd2\x80\xc6\x5e\x59\x31\x5d\xc8\x7d\xbe\x81\x85\x20\x42\xc6\x4e\xd5\x8a\xd2\x80\xc6\x3e\xb1\x5c\x42\x98\x21\x63\x6f\x6b\x0c\x91\x4e\x2e\x8d\x7e\x63\x6d\x50\x76\x19\x4a\x1c\x1e\x3b\x46\xa8\xf2\x84\x07\x3f\x26\x5d\xf4\x93\x6a\x63\x9f\xb9\x34\xd1\x36\x0d\x3a\xdf\xc0\x42\x10\x21\x63\xef\x8b\x5b\x7d\xc2\x9d\x6b\xba\xb2\x3b\xcf\x55\x42\xd6\x1f\x3b\x8a\x43\x09\x3a\x63\x27\xb4\xab\xac\xdd\x31\x6b\x1e\x3f\x0d\xa2\x94\xb8\x88\x72\x72\xc7\x8e\x7f\xa5\x9c\x9e\xb1\xa3\x38\x94\xa4\x3b\xf6\xb1\xc6\xd0\xb4\xa4\x8b\x2a\xeb\x67\xec\x84\x76\x95\xa4\x3b\x66\x11\xe4\x67\x5b\x72\xd0\x8b\x86\xff\x87\xb1\x37\xc7\x9a\x9e\x87\x95\xc6\xb6\xf2\x2d\x41\x9c\x89\xe4\xdd\x0b\x07\xc9\x99\x03\xef\x3f\xf0\x61\x41\xaa\xea\xff\xfa\xdc\xe3\x27\x6b\x35\x25\x8e\x20\x08\x62\x28\xf0\x13\xd7\x7a\x64\xee\xa8\xe8\xae\x6b\x9d\x1b\x39\x4e\x9f\x53\xee\x97\xe8\xf7\x2b\x7a\x0e\x59\x5c\x6f\xa5\xfa\xe3\xf1\x3f\xd8\x75\x0f\xea\xa2\x6f\x91\x45\xbf\x92\x65\x6e\xa0\xb8\xdf\xb1\xe8\x0f\x27\x5c\xee\xfd\xe8\x6a\x10\xfa\x16\x59\xbc\x9d\xa4\x78\xe6\x79\xce\xe6\x40\xc8\x7f\x8b\xbe\x81\xe8\xe8\x6b\xf1\xf1\xbd\x4f\x69\x25\xfa\x2d\x8e\x9e\xbf\x16\x1f\x1f\xcb\x27\xcc\xdb\x1b\xe2\x48\x77\x24\x4b\x6e\x37\x22\x76\x89\x25\xd7\x8b\xd0\x3f\xc9\xd2\xf5\xf6\xf4\xeb\x58\x72\x33\x11\xd1\x4d\x2c\xb9\x0f\x4b\xa7\x6c\x96\xc2\xdb\x8f\xc2\x3f\x9c\x19\x50\x58\x4b\xe1\x1d\xcb\x37\xc9\xc9\x0d\x3f\x74\x58\xb2\x14\xbd\x63\x59\x7f\x38\x39\x70\x13\x26\xf7\x83\xa1\x4b\x93\x79\xec\x65\xa7\x6f\xb0\xbd\xb1\x97\xcc\x12\x60\x1e\x7b\xd9\x09\x33\x62\xc9\xf1\x4f\x98\x25\xc0\x52\x7e\xeb\xf8\x8b\x0d\xcc\x52\x7e\xc7\xc5\x61\x20\x7d\x4f\xa7\x4b\xaf\x25\xb7\x52\xf7\xce\x09\x2f\x3e\xae\xc2\x71\x95\x77\x18\x9c\xf0\x77\x0f\x17\x8e\xab\xfa\x1e\x2e\x1c\x86\x23\xea\x31\xc9\x80\x79\x56\xe7\x4e\xa7\x5f\x43\xce\xe6\xf3\x07\x3b\xd6\xde\x3a\xd8\x0f\x0f\xea\x62\x1a\x02\x4b\xfd\xfd\x84\xfd\xb0\xb7\xa7\x5c\xf8\x77\x43\x72\x53\x27\x8f\x7d\x60\x5e\x02\x4b\x6e\x7c\xa1\x17\xb0\x25\x77\x6e\xa3\x23\x96\x25\xbf\x91\xd2\x2d\xd8\x92\xe3\x66\x32\xc9\x80\x79\x02\xe6\x4e\xf8\x14\x4b\xd3\xe9\x8d\x3b\xf4\x0d\xdd\x64\x1a\x02\x4b\xeb\xad\x94\xfd\xf0\xdb\x24\xf1\x4f\x2c\xb9\x68\x97\xb9\xff\x92\xef\x3f\xfa\x08\x59\x72\x59\x2f\x73\x43\x7a\xe2\xe3\x40\x1f\x21\x4b\xef\x0e\xe5\x86\x4c\x8e\x61\x44\x97\x20\x4b\x7e\xbd\x64\x52\x3b\x43\x94\xe5\xf9\x84\x83\x73\x87\x6e\x22\xfc\x5b\x76\x24\x3b\x22\xfc\x5b\x7e\x37\x24\x2f\x18\xf9\xdd\x4c\x3c\xf2\xb3\x6f\x26\xba\xf0\x58\x8e\xbe\xfa\xbc\x60\x64\xa7\x7b\x22\xeb\x5b\x7e\xe9\x9e\x17\x8c\x9c\xde\x4f\xf8\x86\xdf\xc0\x88\xbd\x6f\x1e\x76\xd9\xe9\xaf\x6c\x39\xbd\x95\x7e\x53\xe8\x59\x8c\x03\xbd\x7e\x2c\xe7\xb7\xeb\x7a\xc3\x3f\x21\x3f\xf2\xb4\xc6\x81\x5e\x3f\x96\x5d\xa7\x48\xaf\x1f\xcb\x2f\xf1\x77\xbd\x71\xfb\x1b\x1c\xbe\xbb\x7b\xd1\x85\xc7\xb2\xc3\x49\xd2\x97\xc6\xde\x10\x47\xfa\xd2\x58\xf6\x23\x8e\xc9\xdf\x2c\xbb\x39\x93\x4e\xd0\x96\xfd\xcc\x63\x36\x38\xcb\xcd\x99\x3e\x59\x47\x71\xe3\x00\x9d\xa0\xad\xbc\xa7\x22\xf7\x7e\x79\x4f\x45\x6e\x75\xcf\xf8\x19\x88\x68\x6f\xc5\xc5\x4a\x3a\x41\x5b\xf1\x4d\x48\x27\x1f\x2b\xfd\x1d\xbe\xf1\x8f\xb7\x63\xfa\xc3\x3b\xf6\xa9\xff\xac\xbc\xa7\x22\x99\x41\x71\x83\x27\xfd\x82\xac\x8c\xf7\x0d\xd6\xe1\x3a\x1e\x7a\x0f\x5b\x71\xb1\x92\xce\xc2\x56\x1c\x59\x8c\x3e\x3d\x56\xa6\x13\x1d\xb9\x83\xa7\x00\x0d\xc4\xab\x37\xcf\xf8\xd9\xe9\xf9\x6b\x65\xf9\xf0\xb9\xd5\x8b\xdf\xc0\xe8\x0a\x6c\xc5\x11\x41\x88\x02\x6f\x9e\xe0\x33\x10\x05\xde\x8a\xfb\x7c\xd1\x1f\xc7\x8a\x1b\xd6\xe8\x2d\x6b\x9e\xf1\x33\xd0\x41\xc7\x8a\x83\x07\x10\x05\xde\x8a\x1f\xa4\x44\x81\xb7\x1a\xbc\x8e\x4f\xa7\x68\x35\xfa\xf0\x3f\x15\xa2\x55\x47\xd0\x21\x4e\xbc\x55\xd7\xe3\xd3\x39\xd6\xaa\x2b\x2a\xe9\x06\x64\xd5\xb5\x1e\xf4\x96\xb5\x37\x60\x88\x7e\x41\x56\xfd\x7e\x45\xf7\x59\xf3\x3c\x9a\x9d\xde\xb2\xe6\x79\x34\x3b\xfd\x58\xad\xfa\x8e\xa2\xdb\xaa\x79\x7c\x50\xa7\x87\xa9\x55\xb7\xf7\xd2\x51\xc8\x3c\x29\x66\xb0\x3f\xa5\x53\xb1\xea\x1a\x48\xc2\xc2\x5b\xad\x3e\x50\x6e\xb7\xea\xba\x09\xc2\xc2\x9b\x27\xb4\xec\x74\xea\xb4\xea\x77\x34\xfa\x19\x59\x05\x6e\x40\xa7\x97\xa7\x55\xbf\xb4\xd1\xf1\xc8\xaa\x5f\xc9\xe8\x78\x64\xf5\xdd\xa1\x5d\x95\x3a\x89\x52\x28\xaf\xfd\xad\x83\x95\xda\xdb\x75\xce\x9e\x9f\x46\xc4\x89\xb7\xea\x67\x4d\xe1\xb9\x59\xdf\xb3\x86\xbb\xab\xba\xc6\x9e\xb0\xf0\x56\x5d\xf3\x40\x18\x17\xab\x0e\x9a\x61\xbc\xe8\xd4\x77\xab\x70\x23\xd4\x77\xab\xf0\xd6\x52\xa7\x6f\x04\x9e\x9b\x75\xfa\x3a\xf3\xdc\xac\x7e\x47\xa3\x37\x93\x55\xbf\x5f\xd1\x83\xd0\x3c\x22\xa9\xd3\x63\xce\xea\xbb\x11\x78\x90\x7a\x9a\xc8\x5e\x34\x85\xae\x53\x2c\x9a\x0f\xe8\x14\x23\x3d\xa2\xac\xba\x4e\x9f\x5e\x66\xe6\xc1\x43\x9d\x4e\x65\x86\xd0\xa0\x23\xf9\x47\xfe\xe1\x53\xc8\x4b\x5b\x83\x51\x2c\xd2\xbd\xc9\x9a\x5b\x76\xe9\x55\x65\xcd\x55\x11\x44\x26\xb1\xf6\x6e\x37\x4a\x1a\x9e\xc0\xb1\x17\x0e\xbf\x41\xf8\x8b\x84\x52\xb7\x86\x1b\x58\x24\x72\xba\x35\xd7\x5e\x14\x0e\xbf\x45\x1f\x1c\xb7\x6c\x73\xc3\x1a\xdd\xac\xac\xf9\x76\xa3\x9b\x95\x35\x40\xe3\x44\x82\xad\x5b\x73\xbf\xa0\xca\x09\x6a\x88\xc2\xed\x95\xb2\x48\xcb\x6f\x1d\x6c\xc5\x37\x24\x1d\xb1\xac\xe5\xb7\xa7\x1c\xad\x0b\x90\xf4\xbb\xb2\x06\x19\x31\x5e\xdc\xf6\x1e\xf7\x14\xe9\xee\x65\x0d\x59\xae\x3b\x3d\xb3\xcc\x73\x3e\x46\xa6\x76\x33\x04\x42\x9d\x3f\x38\x38\x40\xdb\x75\x3a\x5f\x59\x73\xbf\x20\xfa\x5a\x59\x03\xaa\x67\x24\x82\xbb\x35\xbf\x09\xd2\xb5\xca\x3c\x32\x2a\x12\xb0\xdd\x10\x19\x75\xfe\x60\x3f\xaa\xcf\x18\xe5\x88\xe6\x9a\xcb\xaa\x75\xa9\x3e\x63\x5a\x86\xe6\x4b\x49\x39\xc2\x63\xa7\x7a\xd5\xac\x37\x1f\x0b\xe5\x88\xe6\x27\x6b\xd5\x14\xba\x2a\xb3\x6a\xc6\x9a\xcf\x18\x25\x0d\x4f\x13\xd9\xab\xa6\xb0\xbf\xfd\x60\xb3\x7e\x4c\x56\xcd\x98\xf9\x58\xc8\xb6\x90\x15\x32\x74\xfa\x5a\x99\x87\x4a\x45\x3a\xa3\x99\x87\x4a\x45\xba\x9a\x59\xf3\x83\x94\x30\x34\xd6\x86\xf7\x83\xf7\xcd\x36\xde\x9e\xb2\x1f\x7e\xd4\xd2\x1b\xcb\x3c\x98\x2a\xd2\x19\xcd\x1a\xd4\x31\x91\x29\xd5\xac\x2d\xef\x07\xa5\x95\xe6\x76\xf8\xaa\xa5\x5c\x6f\xb3\x7c\x63\xfb\x52\x52\x8e\x68\xee\xc3\x52\xb5\x94\xdb\xa9\x90\x72\x44\xf3\x83\xb4\x6a\x6d\x9f\xf7\x13\xd6\xf1\xf8\x42\x15\xfd\xf1\xf6\x83\x75\xbc\x1c\xa6\xe8\x0f\xef\x98\x16\x0a\x51\x15\xf1\xaa\xfa\xc3\xd7\x85\x22\x61\x77\x23\x05\x9d\x8d\xac\xbb\x1d\xbe\xa6\x3f\x1d\x60\x48\x13\x19\x3a\x3d\x91\xac\x07\x5f\x34\xea\xf2\x7a\x78\xbb\xf0\x4d\x96\xc7\x4e\x45\xfa\x6e\x59\x7f\xb9\x0d\x45\x88\x8e\xf8\x89\x48\xaf\x2a\xeb\xae\x2b\xa5\x9f\x91\xf5\xe8\x95\x52\xa6\xe8\xce\x7e\xe8\x78\x64\x1e\x7f\x15\xe9\x66\x65\x1d\x6e\x89\x91\xc8\xe9\xe6\xe1\x56\x9d\xae\x49\xd6\x93\x13\x0f\x99\x7e\x47\x92\xfd\x48\xa0\x74\xeb\xf9\xad\x94\x5d\x77\x3f\x34\xba\x26\x59\xcf\x6f\xd7\x39\x16\xbf\x6f\xd2\x25\xc8\xfa\xcb\x4b\x78\x5c\x77\xf7\x42\x24\xde\x8e\x21\x20\xeb\xbc\xc1\x9e\xba\x0f\x19\x01\x78\xac\x17\xef\x29\x0f\x9f\xfe\x32\x17\x52\x42\x47\xda\xbb\x4e\xa7\x21\xeb\x2f\x73\xe1\x09\xdf\xab\x6f\x7b\x0a\x90\x1e\xb2\xd5\x2b\xe5\x45\xcf\x70\xd9\xe9\x45\x64\xfd\xdd\x7f\x5a\xdb\xe1\x4c\x8e\xe7\x77\x1f\xef\x27\x6c\xc5\x8f\xeb\xaa\xc5\x9e\x3e\x85\x3c\xd0\xfb\xf4\x8e\xf1\xcc\xeb\xd3\xa9\x9a\x67\x5e\x9f\x3e\x5a\x1e\x71\x7d\xfa\xba\xf0\x88\xeb\xeb\xad\x94\xad\xb8\x37\x72\xe5\x81\xde\xd7\xdb\x8a\xfe\x78\x87\xcf\x39\x5d\x3e\xeb\xa6\x3f\x7c\x29\x79\xa2\x79\xa8\x54\xaf\x22\x3a\xb8\xbd\x44\x26\x6e\xb3\xee\xce\x5c\x95\x32\x27\x12\x38\x9e\x37\xbe\x9e\x9a\x1b\xe9\x09\xe2\x63\xf6\x6e\x20\x2e\xa5\xc7\x2c\x75\xfa\xd2\x98\x21\x03\x52\x24\x0c\xba\x59\x78\xeb\xd0\x1f\xbe\x2e\x14\x3d\x3c\x88\x29\xd2\xc9\xce\xcc\x8f\x7c\x02\x01\x99\xc5\xb7\x15\xbe\xe1\xca\x1b\x7a\xdb\x98\xf9\x09\x4f\x27\x3b\x33\xe8\x6a\x22\x7d\xea\xcc\x7c\x13\xd2\xa7\xce\x0c\x68\x78\x31\xf0\x58\x30\x84\x38\xc6\xc0\x63\xc1\x7c\x03\xd1\x1f\xce\xcc\x95\xae\xf4\xe9\x31\x83\x49\x23\xd2\x1f\xce\xcc\xb5\xb0\xf4\xe9\x31\xa4\x89\x3c\x6f\xb0\x1f\xef\x16\xe3\xca\x99\x6f\xb1\x40\x86\x6d\xae\xa7\xa5\x2f\x8d\x79\x98\x53\x24\xc8\xb9\x79\x98\x53\x64\x36\x38\xf3\x50\x9e\x4e\x6f\x1b\x33\x37\xac\xd1\xb9\xc6\xcc\xde\x3a\x58\x29\x30\xe1\x3a\xb1\x7e\xcc\xe0\x20\x10\xe9\xca\x67\x88\xfe\x39\x7f\xb0\x0e\x3f\xf3\xe8\xb9\x67\x06\xa0\xd8\x4e\x34\x20\x33\xf8\xf7\x47\x7a\xee\x99\xf9\x26\xa4\x4f\x8f\x21\xc5\xe3\x79\x83\x7f\x4c\x9f\x20\x1e\xb5\x9e\xa3\xb1\xd3\xdb\xc6\xcc\xf7\x1c\x3d\xf7\xcc\x53\x32\xf6\x46\x09\xd0\xdc\x7c\xd7\xb4\xfa\x48\x81\x10\x89\x85\x6e\xb6\x7c\x70\xe4\xfc\x9e\xa3\xb1\xd3\xfd\xc6\x90\xa3\xf1\xbc\xc1\x4a\xf7\xdb\x0a\xeb\x70\xef\xb4\x26\xfa\xd8\xbe\x0c\x3c\x8c\x3d\x8b\x63\xa7\x83\x8e\xd9\xed\x14\xc4\xd3\xd9\xee\xb7\x15\x36\x7b\xfb\x7c\xe4\xbf\x78\x21\x9a\xb9\xc1\x90\xfe\x3d\x66\xf7\xdb\x05\xf6\xc9\xc3\x03\x9a\x68\xf6\x79\x5b\x64\x9f\x00\xbc\x11\xe9\x86\x67\xe6\xa7\x2c\x1d\x7e\x6c\x5c\x6f\x1d\x89\x7f\xf8\x2a\x92\x44\x91\x04\xf2\xd4\xd1\xf8\xc7\x5b\xe9\xd7\x8f\x11\x9c\x78\xc8\xe3\x87\x1f\xb5\xf4\x98\x33\xcf\xf9\x18\x09\x72\x6e\xc3\xef\x02\x84\xe8\x31\x44\x35\x9d\x37\xd8\x31\xd7\x4c\xd1\x03\xc8\x10\x80\x74\xde\x60\x4f\xfd\x64\xa5\x4b\x90\x8d\xe4\xbb\x8b\xa7\xc0\x48\x6f\xb3\x85\x7f\xf8\x14\x92\xe9\x8f\xec\x75\x90\xcc\x07\xc0\x73\x3a\x1d\x7e\x6c\x64\x27\x2f\xca\x00\xc3\x19\x03\x1d\x7e\x6c\x64\x5f\x56\x0a\x05\x9e\xe2\x31\x12\x8f\xdc\x86\x2b\x7f\xe9\x12\x64\x9e\xf3\x31\x32\xb5\x9b\x8d\xf2\x56\xca\x8e\x39\x63\x68\xa4\xea\x51\x7c\x2c\x4d\x75\xf8\x52\x92\xcc\x87\x1b\x70\x88\x0c\x64\xa3\x7a\xd7\x29\x14\x0c\x3f\x7b\xe9\x17\x64\xe3\xdd\xb2\xa4\xd9\xf1\x6e\x59\x9e\x13\xe3\xdd\xb2\x54\x23\x8c\xf9\x7e\xc2\x4a\xa7\xb3\x52\x0a\x16\xc3\x4f\x45\xfa\xd4\xd9\xf0\x23\x8e\x88\xe5\x36\xde\x1d\xca\xa3\x65\x6c\xa7\x20\x1e\x2d\x63\xbf\xad\xb0\xd2\xfd\x7e\xc2\x7e\xdc\xef\x27\x7c\xe3\x76\x8e\xc5\x73\xc2\x33\x18\x76\xfa\x16\x99\x67\x30\x8c\x74\x7f\xb3\x71\x3b\xd1\x91\x83\x23\x83\xe1\xf9\x83\x3d\x05\xe8\x55\xa7\xb3\x91\x79\x8c\x4e\xa4\xfb\x9b\x8d\xc7\x97\x92\x47\xbe\xe7\x38\x8c\xf4\x76\x33\xcf\x60\x18\x89\xca\x6d\xf3\x8a\xfe\x47\xe0\x1f\xef\x1b\xdf\x27\x08\xb8\x39\x7f\x34\xfe\xf1\x7e\xd2\xf9\x47\xf5\x3f\x8c\x7f\x0c\xef\x69\xe4\x1f\x98\x31\x3a\xc8\xd9\xf4\xab\x32\xbd\xa0\x6c\xc6\xf7\x93\x6f\x2c\x33\x39\x33\xa0\xb5\x60\xba\xac\x4a\x7c\x68\x9b\xd0\xf5\x46\x82\x3d\xdb\x74\xf7\x1b\x3a\x4e\x99\xe7\x02\x8c\x74\x90\xb3\xe9\x82\x27\xb1\x9d\x6d\x66\x27\x5c\x6e\xf5\x09\x53\x48\xa4\xfb\x9b\x79\x72\xc0\x2e\x87\xa5\x59\xde\x4a\xd9\x8a\x0b\x9e\xf2\x4f\x9a\x2e\x45\x12\xec\xd9\x66\x7d\x5b\x61\xa5\xd0\x35\x45\xa2\x3f\x1b\x02\x53\xce\x1f\x1c\x1c\xcc\xff\x91\x3e\x70\x86\x28\x93\x53\x07\x9b\x35\xff\x84\xc7\xe4\x74\xeb\xa5\x3c\x98\x90\xd8\xef\xbc\xc1\x8e\xd9\xdb\x0f\x36\xeb\x5b\x8c\x4e\x71\x36\xfd\xae\x28\x77\xa4\xe9\xc2\x2b\xbd\xe4\x6c\x0e\xef\x07\x39\xcc\xf4\x3d\x47\x2f\x39\x9b\x7e\x57\xa4\x97\x9c\x4d\xdf\x73\x74\x8a\x33\x4f\xca\xd7\xe5\xd2\x34\x97\xf7\x83\xcc\xc0\x93\xf2\x45\xe6\x25\xb3\xe9\x21\x6c\x72\x7a\xf2\xa4\x7c\x31\xe6\xfc\x97\x03\x6c\xfa\x81\x48\x8f\x39\xf3\x7c\x7c\x5d\x2e\x52\xd3\x9d\x64\xe4\x11\xe5\xc9\xf5\x22\x7d\xea\x6c\x5d\xbe\xf0\xbc\x5f\xad\xeb\xed\x75\xe7\x1f\xcb\xff\x30\xfe\xe1\xcc\x96\x8c\x72\xb9\xdc\x2a\x27\x2a\xcf\xa5\xd7\xe5\x22\xb5\x82\x2f\x3c\x39\xc5\x72\x37\x1a\xb9\x48\xad\xe8\x73\x43\x3e\xb0\xe2\xfb\x06\x9b\x4d\xbe\x02\xdc\x3b\xcb\xd5\x4c\x8d\x6c\x70\xf9\xf1\x44\x9c\x67\x5b\x7e\xcf\x23\x0a\x96\x2d\x3f\x9e\xe4\x64\xb7\xdc\x75\x4d\x6e\x56\xcb\x65\xce\x46\x56\xba\xb2\xef\x72\x1e\xb5\xeb\x3d\x38\xc8\x5b\x97\x6b\x73\x22\x37\xd3\xaa\x3e\xda\xaa\x37\x7c\xd6\xb9\x55\x3c\x68\x27\x12\x53\xd9\x56\xf3\x85\x27\x99\xaf\x97\xb7\x92\x61\x2f\xe7\xad\xcc\xa0\x66\x9e\xeb\xad\xcb\x33\x6b\xdd\x6f\xd7\x59\x87\x6b\x0d\x08\x8b\x65\x9e\x96\x2d\x32\xe9\x9a\x6d\x77\x0b\x26\x0a\x96\xed\x77\xb1\x49\x41\xfb\xe5\x8b\xa4\x20\xcf\xc2\x16\xe5\x63\x88\x78\x92\x53\x47\xe4\x1f\x3e\x63\x5c\xdb\xed\x4a\x46\xb9\x14\xee\xe8\x75\x70\xe5\x76\x7c\x7b\xca\x66\xfd\x4e\xd2\x78\x0a\xec\xe4\xc3\xe7\xba\xec\x77\x6d\x79\x2c\x6c\x97\x23\x88\x87\x6c\xdb\x95\x7b\xcd\xf4\x87\x13\x2e\x6f\x82\xdb\x45\x7f\xa2\x1d\xdb\x7e\x99\x9c\x66\xac\x3a\x1f\xd0\x04\xb9\x9f\x14\x01\xbc\x6c\xbb\xc3\x20\x01\xbc\x0c\xb1\x2c\xe7\x13\x76\xfd\x5d\x5b\xf5\xb4\x79\xb3\xea\x58\xf7\xae\xab\x63\x86\x7e\xc8\xb5\x71\x23\x3c\x38\xca\x71\x71\xfb\x7d\x22\xf1\xc6\xb1\xa1\x61\x8f\x89\xd7\x07\xa4\x43\x3b\x1d\xd3\x1b\xcb\xdf\x60\xc7\xfc\xca\x2e\x4f\xb5\x0d\xa8\x92\xde\xf5\x06\xd2\x4a\x44\x79\x43\x6e\x18\x80\x63\xe2\x31\xb9\xfd\x42\x2e\xe7\xc7\xbd\xde\x3a\xf8\x09\xd0\x85\x22\xd1\x8e\x6d\xc3\xd4\x14\x89\x76\x6c\x48\x98\x76\xfe\x60\xb3\x00\xae\xee\x44\x27\xb3\xed\x3a\x34\x62\x19\x9b\x67\x3f\x8b\xc4\x32\xb6\xfd\xbc\xcb\xc0\x29\x7c\xbc\x15\x9e\x8a\xdb\xa5\x04\xf9\x4b\xee\xc7\xbb\x4e\x41\xfc\xbe\xbc\xa7\x3c\x26\xef\xeb\x7d\xe3\x6b\xe5\x76\xe2\x97\x03\xe5\xed\x42\x01\xe1\xca\xec\x0d\x4c\x21\x3a\x99\xdd\xee\x20\x40\x30\x32\xbb\x9d\x3e\x08\x4c\x6c\x9e\x98\xab\x13\x7b\xcc\x6e\xb7\xc0\x10\x6a\xcc\x6e\x37\x89\xca\x17\xef\xf6\x93\x55\x4e\x98\xc8\xd4\x75\xfe\x60\x1d\x4e\x52\x72\xc2\x44\xaa\xad\xf3\xc7\xb7\x72\xb7\x39\x05\xf1\x88\xbb\xcd\x67\x3d\xe8\x0f\x70\x29\x79\x54\xde\x7e\xcd\x95\xfb\x9e\x47\x66\x44\x79\x54\xde\x7e\x18\xf7\xf8\x97\x84\x96\x76\xbf\x34\xcb\x13\xf2\xf6\x3b\xb0\xfc\xf2\xee\xe1\xbd\xe6\x11\x77\xbb\x45\x47\x5e\x77\xf7\xf4\x65\xe5\x89\x76\x7b\x74\x95\xdc\xf0\xee\x97\x44\x79\xc4\xdd\xee\xb4\x20\x37\xbc\x7b\xf9\xb2\xf2\xcc\xbb\x97\x6f\x15\x9e\x79\xb7\xbb\x35\x74\x2d\x9a\xfb\xc4\x13\x76\xcc\xee\x97\x88\x29\x1e\xde\x2e\x61\x13\x87\xcc\xee\xed\x7b\x98\xe2\xe1\xbd\xbd\xeb\x14\x0f\x6f\xf7\x95\x90\x5f\xde\x7d\xfb\x3a\x17\xfd\xe1\x3d\xe5\x11\x77\xdf\x6f\x2b\xfc\xc3\xc5\x65\x42\xf5\xda\xfd\xbc\x3d\xe5\x68\x5f\xba\xe7\x59\xf3\x5c\xde\x0a\x8f\x96\xc7\xe5\x67\xf9\x4b\x3e\x97\x2f\x14\xe5\xa3\xc7\x23\xd8\xe5\xdb\xf7\xb8\x40\x4d\xac\x5a\x7b\x5c\x55\x25\xdf\xbe\x27\xbc\x75\x64\xfe\xe1\x1b\x81\x27\xc9\x13\x7c\x97\x53\x8e\x78\x5c\x55\x25\x77\xc0\x27\x7a\xc7\x28\x58\x20\x48\xe5\x08\x72\xec\x47\xf2\x56\x78\xe4\xbf\x31\x29\xf2\x20\x7c\x5c\x06\x20\x02\xac\x3d\xf9\x1d\x0b\x9b\x75\x57\x5a\x39\x0c\x3e\xc5\x7b\xda\xf5\x87\x93\x39\x09\xe6\x71\x19\x20\x75\xfd\xe1\x04\x43\x0a\xf2\x4c\x6e\x31\x75\xfd\xe1\xdb\x8d\x32\xd1\xe3\x67\x4d\x32\xfd\xe1\xcc\x85\x32\xd1\x53\x9d\xfb\x9a\xfe\xf0\xd3\x88\x44\x87\x5c\x6f\xe7\x0d\xfd\xe1\xcd\xf2\x64\xf5\x5c\x6f\x9d\xc8\x62\xf6\xb8\x01\x87\x40\x62\x86\x2c\x6c\xe7\x13\xfe\xe1\xa1\xdf\x9d\x54\x88\xb4\x6c\xe7\x0d\xce\x87\xfb\xa2\x77\x92\xe5\x63\x6f\xc7\xf4\x86\xd3\x3a\x35\x75\xcf\xf0\x19\xa3\x62\xce\x43\x68\xa2\xbc\x43\x9f\x51\xfc\x8f\x77\xb4\x63\xbd\x54\xc8\xc7\xf5\xef\xbf\xc4\xf8\xf3\xb1\x42\xff\xf7\x5f\x66\x98\xf3\x58\x48\x33\xf9\xf3\x18\x50\x5c\xf8\x1c\xf1\xb9\xca\xef\x53\x5e\x58\x7d\xf2\x72\x3d\x37\x94\x57\x3e\x1f\x1e\x51\xf8\x79\x7a\xf0\x3a\x8b\x11\xfa\xa4\xda\x72\x40\x71\xe3\xf3\x38\xb5\xfd\xbc\x7e\x96\xf6\x5b\x83\x81\x80\xf4\x44\x23\xc7\x58\x00\x78\x2a\xec\x3b\x42\xa0\xd4\x15\xdc\xde\x0a\xeb\x86\x8a\xf3\xd3\x1e\x0d\xe4\x8b\x4e\x34\x87\x0c\x4f\x17\xfd\xf1\x87\x81\xcc\xcf\x99\x11\x8c\x03\x11\xe6\x89\xc6\x92\xb1\x70\xad\xd3\x34\x9d\xf3\x2c\xd1\x52\x32\xd6\x21\xb0\xcc\x78\xc7\xb1\xce\x69\x96\x68\x38\x19\x0b\x78\xc2\x95\x8f\xbd\xa1\x98\xad\xf5\xb3\x68\x54\x7a\x8e\x85\x0b\x60\x63\xdf\xcd\x3b\xc3\xda\x41\x79\x8d\x7d\x3f\xe7\x4f\x66\x1c\xe0\x40\xe6\xe7\x74\xe9\xf3\x51\x51\xfe\x17\x83\xd6\x40\x52\xe8\x74\xa9\xf2\x73\x6d\xcc\x54\x0f\x8e\x05\xf9\xa9\xb3\xee\x89\x15\xed\x2c\x9e\x98\xe6\xce\x25\x9b\x03\x9f\xb3\xeb\xe7\x5c\x4a\x34\xfe\x8c\x85\x63\x49\xf3\xb6\x2e\xbc\xce\xea\x71\xe1\x34\x3d\x82\x1a\x3b\xe7\xe9\x9c\x61\x99\xaa\xb9\xb1\xa0\xa4\x35\x3d\x62\x22\x3a\x57\x69\xf5\xf3\xcc\xbe\xae\x89\x62\xce\xdb\x02\xb9\xb1\xeb\xdb\x87\xc2\x45\xda\xa8\x8d\x3d\xdf\x98\xd5\xac\xd7\xb1\xe4\x9d\x43\xb9\x9d\xe0\xf8\xe8\xc5\x1c\xca\x3d\xfe\xfd\xc7\x8c\x1a\x63\xdd\xde\x17\x76\xfd\x3e\x7d\x09\xac\xfc\xde\xa7\x31\xed\xb3\x1b\xd3\x68\xfc\xfc\x9c\x77\xb9\x69\xa3\x1d\xb9\x2f\x89\x22\xce\xe9\x97\x9b\x36\xd6\x83\x45\x36\x56\xff\x80\xfe\xb4\xb3\x9e\xd3\xd9\x4f\x2b\x3d\x90\xea\x9a\x51\x39\x03\x17\xa8\x44\x73\xd4\xd8\x87\x23\x51\xc4\x1c\xfb\x2a\xa7\xb2\xef\xaa\x38\xf6\x55\x4f\x71\xe2\x23\xa8\x95\x7b\x7e\x1f\x86\x45\x39\x70\xec\x80\x79\xfa\xae\x09\x03\xe9\xad\x99\x9d\x62\xe0\x5a\x95\x68\xe8\x1a\xfb\xb0\x37\xa6\xa6\x18\x1b\xec\x8d\x77\xf0\xb1\xc1\xde\x12\xdb\x8e\x20\x00\x92\xdb\x8e\xa7\xb1\xc4\x81\x44\x10\x6b\x57\x6d\x58\x14\x92\x1f\xf2\x66\x53\x54\x1c\xb8\x7c\x25\xda\xc7\xc6\x3e\xbc\x90\x72\xe2\xd8\x09\x6b\x66\x6c\xfc\x1c\xb9\x89\x29\x82\xc7\xce\x20\x20\x7d\x7e\x6e\xe1\x0c\xba\x19\x3b\x77\xbc\xce\x91\x9f\x3b\x39\x43\x70\x06\xf2\x6f\x53\x22\x1c\xb8\xe6\xa5\x40\xea\xdc\x87\x37\x52\x1c\x1c\xfb\x9c\xdd\x29\x90\xc1\xec\xc3\x2b\x29\x0b\x8e\x5d\x0f\xf9\x30\xa8\x65\x20\x31\x37\xd3\x3c\x0c\x60\x23\xe4\x2e\x7a\x38\xbc\x93\x49\x87\x07\x60\x0f\x28\xbf\x0d\x5c\xfd\x32\xc1\x6a\xc7\x6e\x3e\x10\x95\x1f\x02\xe8\x5a\xb3\x23\xd7\x33\x21\xc2\xd8\x47\xaa\xcf\x5d\x6b\xd6\x2b\x3e\xe7\x48\x3b\xaa\x4f\x1c\x5a\x3f\xb3\x5e\xd9\xb7\x23\xe1\x27\x1a\x0b\x07\xf0\x0f\x28\xc3\x0d\x5c\x21\x33\x45\x96\xb1\x6d\xe2\x75\x96\x1f\x61\x9c\xd9\x08\xc6\x06\x2b\x25\x36\xc7\x00\x12\x42\x22\x34\xc7\xd8\xf3\xac\x61\x17\x31\x4f\x6c\x9c\xc0\xe7\x85\xea\x38\xaf\x0b\xcb\xa0\x79\x06\x43\x22\xa3\xde\xcb\x4e\x6d\x3f\xaf\x83\x47\x68\xde\x37\x96\x89\xec\x0f\x77\x48\x0a\x79\x63\x83\x61\x11\x9e\x63\x6c\x30\x2c\x51\xf3\x3e\x13\xf5\xf3\xf1\x3e\x6f\x93\xb1\xef\x23\x65\x53\x1e\x1c\x1b\xec\xab\xff\x25\x1d\xc9\x00\x40\x42\x0a\x62\x10\x87\x3b\x65\x13\xe9\xde\x58\x13\x71\x88\xe7\x42\xb9\x9e\x41\xbc\x62\x11\xcf\xe9\x29\x99\x1b\xee\xac\xd9\x34\xe9\x0f\x36\x52\x64\x57\x8f\x28\x4f\x71\x70\x00\x48\x21\xd3\xb3\x7a\x20\x37\x37\x45\xae\x71\x1f\x81\x29\xd3\xad\x7a\xdc\xd7\x99\x07\xee\xc2\xfb\xf2\xca\x1b\x9f\x9f\x7f\xff\x51\x1c\x1b\x77\x40\xd7\xb9\xc0\x77\x38\x0c\x87\x23\xbd\x43\xc4\xd7\x6c\x2c\x80\x7e\xb8\x17\x6e\x48\x67\xdc\x0a\x37\x98\x1b\xed\xa3\x03\x39\xc1\x13\xcd\xa3\xe3\x8e\x87\xbc\x4c\xd5\x45\xd0\x0f\x19\xd6\x7d\xf8\x59\x36\x55\x7f\xf8\x19\x03\x78\x06\xb0\x1d\x18\x8b\x33\x90\xe9\x3b\xd1\x2c\x3a\x80\xe3\x40\xc4\xfd\x81\xbc\xdf\x99\xb0\x82\xe3\x4e\xde\x39\x0e\x35\x47\x94\xb3\xf1\xec\x9d\xe1\x4c\x65\x74\x86\x2c\xe9\xce\xde\x1c\x9b\x87\xb0\x17\xf4\x88\x9d\x47\x6e\x0a\xbc\x87\x4c\x0f\xe8\x81\x14\xe2\x8c\xa4\x19\x77\xc1\x89\xa6\xde\x1d\x06\x47\x34\xfc\x01\x70\x88\x4c\x37\xe5\x71\x97\x33\x73\x24\x11\x64\x1b\xcf\x04\x11\x1c\x37\x38\x1a\x31\x04\xc7\x7d\x38\x5a\xd6\x3a\x54\x6c\x3c\xf2\xe2\xbb\x62\x6a\x28\x2d\xde\xe7\xc6\xc1\x98\x95\x71\x37\xef\x1b\x5b\x6b\x60\x59\x9a\x09\x70\x44\xba\x19\x8f\xbb\x81\x42\x29\x06\x03\x62\x22\x05\x0d\x1d\x2c\xce\x28\x7c\xde\x1d\xfb\x2b\xeb\x7d\x4c\x1d\x99\x18\x74\x16\x29\x68\xf0\x86\x95\xa0\x60\x03\x2c\x89\xc4\x3c\xd6\xe3\x3e\xb7\x8e\xac\xe6\x0e\xcf\xcb\xaa\x7d\x82\x66\xc9\xde\xa1\x39\x28\x74\x17\x1c\x80\x88\xc8\x2a\x3e\x22\x5a\xb9\xb4\xae\x87\xe5\x31\xbc\x64\xdc\xeb\x3e\xc5\x91\x8d\x6d\xec\x10\x9e\x16\xf7\xe1\x61\x0c\xfa\x18\xd0\x28\x94\x4b\xdb\xef\xf0\xb0\xac\x89\xdf\x58\x18\xad\xe3\x9e\xe7\x75\x2d\xdc\xe1\x71\x0c\xee\x18\xd0\x0b\x30\x92\x63\xdc\xb7\xcf\x03\x1b\x3b\x32\x58\xb9\x44\x53\x47\x08\xcb\x95\x5d\x73\x19\x4c\x8d\x43\x08\xa3\x10\x7f\x3b\xd7\xa2\x9c\x03\x15\x43\xd6\x22\x3f\x98\x46\x5e\xcc\x00\x71\x91\xb5\xe6\x0f\xd6\x50\x5d\x7d\xd0\xf3\xaf\x6b\xcf\x11\x9a\x0a\xa1\xc9\xc6\x73\x41\x98\xf8\xde\x86\xa2\x81\x31\x1a\x03\x4a\x84\x44\x03\xf4\x78\xa2\xb7\xfd\xf5\x05\xa0\x15\x8c\xbe\x18\x4f\xf2\x9e\xb3\xf2\x54\x4e\x63\x64\xb8\xc8\x1d\x9f\x82\x3a\x73\x2e\x7d\x45\xe2\x22\x32\xc7\x27\xda\xaa\x07\xb4\x0b\x89\x96\xe9\x01\xe5\x42\x39\x02\xe2\x1f\x0e\x8f\xe7\x5c\x19\x19\x6f\x31\x00\x96\x51\x24\xff\x3d\x19\x04\x41\x81\xef\xc9\x05\x27\x2e\x1f\x31\x4f\x94\xe8\x1e\x67\x4a\xbc\x32\x22\x41\x3d\xc3\x19\xc6\x93\x71\x12\x69\x1e\x8b\x9f\x44\x7c\x3c\x04\x21\x69\xe0\x29\x3e\x30\x76\xa6\x62\x63\xf1\x11\xa2\x0a\x4f\x96\xc7\xb7\x31\xef\x42\x4f\x07\x93\x61\x65\xb8\xf4\x11\xe1\x65\x20\x35\x3c\x63\x20\xc6\x63\xf1\xb4\xcd\x5d\x09\x6d\x02\x91\xce\x07\x74\x09\x0c\x6e\x18\x50\x1c\x24\x9a\xb6\x07\x72\xb3\xa7\xa0\x81\x4e\xbc\xce\x69\x99\x18\xb7\x06\xba\x30\xcb\xec\xf9\x42\xcf\xb5\xc0\x0b\xf3\x40\x59\xe1\x39\x37\x25\xc6\x2b\x0c\x64\x64\x2f\x3f\x8d\x63\xd3\xf2\x4c\x04\x30\x46\xa2\xb9\x7b\x3c\xfb\x0c\x94\xfc\x03\xb9\xd8\x13\x8d\xdf\xe3\xd9\x5e\xdb\xf7\x78\x9f\x15\x8d\x9a\x97\x1b\xd3\x26\x02\x38\xdb\x8c\xa8\xd8\x03\x60\x17\x29\x88\x00\xce\x36\x23\x24\xf6\xbc\xae\x33\xab\x4c\x45\x3c\x91\x4d\x3d\x11\x01\x66\x22\x99\x3a\xd1\xaf\xe7\x75\x79\xd7\x8d\xcf\xa7\x6f\x51\x6f\x1f\x59\x81\x7d\x9b\xc8\xab\x4e\x20\xec\x79\x85\x84\xe2\xc0\xe7\x53\x79\xd2\xdb\x37\x7a\x5e\xf9\xfc\xe0\xf5\xf8\x3d\x47\xd4\x96\xd8\x99\x73\x99\x49\x4c\x80\x3d\x91\x3d\x9d\x08\xd9\x13\xb9\xd3\x13\x93\x5d\x4f\x64\x4a\x67\xe0\xc4\x04\x62\x05\xa3\x24\x26\x12\x9a\x13\xd6\x7a\x02\x9c\xa2\xd0\x8e\x36\x91\xde\x9c\x20\xd7\xf3\xc2\xe1\x4c\xc7\x80\x79\x9d\x6d\x44\x84\xeb\x79\x65\x9f\x07\x7d\x7d\x46\x96\x39\xee\x82\x25\x6c\xec\xe9\xb9\x7d\x30\x23\xee\x04\xca\x45\xa1\x31\x6d\x02\xe4\x82\xf9\x71\x27\x92\xa2\x17\x9a\xd6\x26\x20\x2f\x12\x5d\x10\xe6\x55\xb0\x26\x4d\xef\xef\xf3\x39\xbb\x5a\x30\xcb\x4d\xcf\x98\xe5\xc0\xbe\xd7\x33\x4d\x99\x5d\xaf\x98\xe4\xc0\xbe\x1f\xc9\x80\x78\xd5\xf3\xaa\x68\x3c\xb0\xaf\x38\xea\x99\x1e\x7b\x5e\x0d\xf4\x63\xfc\x1c\x8a\x21\x62\xff\xcc\xeb\xb0\x08\x42\x57\xcf\xab\xfb\xe7\xec\xdc\x61\x11\xa5\x70\xa2\xba\xb7\xc6\xce\xf5\x1b\x04\xc4\x67\xf3\xda\xd9\x3b\xdc\x5e\xe8\x26\x31\x2f\x30\x89\xca\xd6\x46\x3a\x9f\xab\x33\xc3\x2f\xea\xec\xec\x18\x78\xe6\xfb\x13\xf7\xfc\xc8\xee\xcc\x73\xb4\x6b\x9d\xc0\x63\xa2\xf6\xd6\x3c\xeb\xd8\xd8\xb9\x55\x41\x9e\xac\xfd\x9c\xfc\x89\xee\x16\xf3\x5a\x0f\xca\xd9\x1b\x70\x8d\xce\xcf\xef\x08\xf2\xfd\x4b\xe0\xeb\xbc\xee\x33\x32\x63\x47\x6f\x6c\x34\xad\xda\x7d\x78\xa7\xb1\xa3\x37\x34\x10\x91\x2d\x43\x0e\x88\xda\xf5\xe7\xa0\x67\xc0\xc8\x0c\x17\x36\x12\xc9\x37\x5c\x20\x11\x72\x01\xa4\x44\x4f\x74\xe8\x98\x01\xa7\x2f\xfd\x39\x66\x08\xd8\x4b\x9d\xf5\x05\x4c\x04\x27\x26\x04\x4c\xc4\x77\x86\xcd\x70\xf6\x35\x03\x14\x66\x48\x98\x47\xb2\x28\xa4\x31\xa7\x8b\xff\x0c\x50\xb1\x8a\x8b\x84\x23\x96\x17\x5e\x41\x66\xc8\x20\x31\x72\x91\x70\x0e\x50\xba\xea\xcf\xe0\x3b\x9b\x8c\x00\x88\x19\x85\xe1\xf8\x33\x14\xff\x9c\x83\x3b\x9b\x95\xb0\xa2\x33\x9c\xcd\x47\x0c\xd1\x19\x0a\x18\x41\xe6\xf3\xd9\x5c\xc4\x0b\x9d\xa1\x82\x2f\x44\x3d\xa3\xef\xdc\x7c\xa1\x61\x2f\xaa\x73\x2d\x9c\xcf\xf5\x88\xc6\xf4\x36\x36\xba\xfa\xd2\x07\x9e\x59\x7e\x76\x0f\x73\xd2\xce\xd0\xc1\xb3\x34\x92\xbe\x4f\x31\x2b\xef\x58\x15\xee\x3d\xa4\x4b\x2f\x99\x3c\x0e\x80\x1a\x89\xca\xe8\x19\x7c\xef\x15\x7e\x7f\x84\xec\x5a\xf4\x3a\xe6\xb5\x70\x59\xce\x56\xa4\x6f\xfd\x0c\xbe\xf5\x0a\x57\x65\x94\x53\xcc\xa1\x8c\x0a\x0e\xa9\x67\x90\x54\xe1\xd0\x06\x1a\x63\x5f\x07\x08\xb8\x70\x68\x67\xe3\x56\x75\x15\x4a\x58\x3a\x6b\xcc\x70\x36\x6a\x62\xc6\xed\x19\x8e\x88\x5e\x35\x92\x8d\xaf\xd9\x16\xb4\x0a\xd4\x75\xcf\xb0\xf1\x36\xdb\xda\x58\x53\x6e\x2e\xa4\x44\xaf\x7a\x1b\x6a\x04\xba\x81\xcc\x70\x9f\x25\xfd\x79\xc4\x56\xac\xfc\xfa\xc6\xd1\xc0\x03\x17\xb9\xd0\x69\x10\x98\x01\x9a\x03\x2a\xce\x67\x78\x4e\x57\x2b\x67\xf1\x39\x14\xc0\x3c\x24\x33\x1c\xa1\x9a\xd8\x97\x33\x1c\x99\xba\x50\x6e\x99\xe1\x39\x14\xf0\xc9\x86\x33\x5e\x67\x52\xc9\xde\x90\x20\x3d\xd1\x1b\x65\x46\x3f\xcd\xd9\x18\xd2\xa3\x17\xc9\x0a\x80\xfa\x20\x8e\xe4\x44\xb2\xf4\x22\x59\x21\x06\x3b\xc5\x6c\x0c\x4c\x41\xb2\x42\x0c\xa0\x97\xaa\xd7\xd1\xd7\xa4\xea\x4e\x5f\x3f\xb1\x78\x46\xe7\x21\x55\x9f\x3f\x78\x9d\xd5\x1f\xd9\xa1\x7e\x02\xdb\x8c\x2e\x3a\x70\x26\x62\x04\x45\x68\xe8\xe9\xec\x7a\x66\x97\x98\xc8\xe3\x9e\x74\xa6\x02\x60\x84\x3e\xf9\x13\xf0\x22\x49\x67\x6a\x3c\xb2\x05\x3d\xf4\x27\x52\xba\x27\xda\x2b\x26\x32\xba\x27\x1a\x28\x66\x84\x78\x50\x48\x7f\xc8\xbf\x4e\xf7\xfd\x89\xec\xeb\x89\x19\xbb\x67\x04\x8f\xf9\x79\x04\x0d\xf0\xa0\x88\xe0\x31\x3f\x8f\x98\xd8\x3f\xc5\x9b\xce\xe8\xc7\x79\x67\xcf\x2a\x66\x5d\x8b\x58\x31\x12\xd3\x33\x7a\xae\x55\x74\x06\xc6\xe3\x1e\xf9\xd9\x13\x93\x7c\xcf\xd8\x41\x23\xc6\xbe\x43\xe6\x8f\x3c\xa8\x22\x64\x7e\x86\x11\xce\xd8\x0f\x91\xe8\x75\xcb\xff\xfe\xa3\xcb\xfd\x8c\x87\xa7\x14\x06\xd9\x4d\xe0\x8d\x24\x7a\xcc\xcc\x38\xce\x2a\x12\x68\x7c\xc6\x73\xde\x37\xbd\x7e\x78\x4e\x61\xb0\xdc\x8c\xc3\x07\xc7\xf2\xc3\x35\x88\x27\x39\x01\x5e\x92\xa2\xfa\x76\xb8\x08\xad\x4a\x33\x9e\x1b\x05\x9d\xdb\x67\x9c\x5e\x19\x67\x72\xde\x10\x3d\x54\xfe\x9c\xd7\xd9\xd6\x82\x9e\x5e\x43\x3b\x37\x0e\xfa\xbd\x4f\x80\x9e\xd0\xc3\x7c\x02\xe1\x24\xd1\x14\x33\x01\x70\x42\x5f\xf1\x19\xf7\x59\x72\xc6\x5c\x4d\x64\x74\x6f\xda\x98\xb8\x50\x10\x0b\x7a\x02\xeb\xa4\xd0\x24\x3a\x91\xde\xbd\x69\xa7\x1d\x0e\x55\xaa\xf6\xc2\x11\x44\x9a\x76\xd6\x11\x35\x12\xfd\x85\x66\x04\xc7\xd2\x31\x13\xef\x7e\x5e\xe7\x34\x3d\x3e\x50\x3d\x7b\xed\xec\xdc\x03\x8b\xc4\xc5\x79\x7a\x2a\x9e\x55\x0e\x7b\x07\x45\xbe\x78\x78\x16\x1d\x94\x67\x84\xee\x93\x8e\x46\x13\x49\xe4\xe9\x7b\x3c\x01\xa7\x42\x33\xd0\x4c\x57\x83\xf1\x44\xc5\xa7\xaf\x3c\x27\x52\x00\xfd\x90\xb5\x03\x26\x25\xd1\xea\x34\xd3\xe1\x49\x84\x00\x9c\xe9\xb0\xa4\x44\x17\xa6\x99\x0e\xcf\xa1\x7f\xed\x04\x62\x4a\xa2\x43\xd3\x04\x3e\x4a\xa2\x3f\xd3\x4c\x11\x14\x42\xb9\x1e\x79\xe7\x53\x22\x89\x24\xdc\x5f\x08\xee\x3b\x91\x86\x9e\xce\xb9\x33\xb9\xf1\x85\x24\x83\xa4\xf4\x29\x51\x16\x06\xf4\x49\x22\x98\xdc\x04\xae\x49\x61\xcc\xc7\x4c\x87\xe9\xd0\x83\x76\x26\x30\x1d\x1a\xb5\x66\xc2\xad\x83\x89\x9a\x67\xc2\xad\xa2\x69\xea\x2a\xd6\x89\x62\x58\xaa\xed\xdf\x7f\x74\x29\x9d\xa9\xa2\x77\x14\x9d\x53\xb5\x53\xcc\xb1\x42\xa1\x48\x27\xab\x99\x0e\x1f\x6a\x1a\x2a\xd8\x90\xf6\x5a\xaa\x3e\x16\x3e\x9f\x5b\x06\x1d\x38\x27\xf2\xe0\x27\x3a\x64\xcd\x74\xb8\x10\xcd\x56\x13\x39\xef\x8b\xf6\x43\xea\xde\x75\x3d\x7b\x67\x38\x33\x47\x6e\x2a\xa2\x78\x20\xb1\x30\x7b\xe9\x4c\xdd\x3b\xc3\x99\xc1\xa5\x84\xb1\x0c\x33\xc1\xe2\x42\x0b\xde\x4c\x47\x70\x62\xe2\xd2\x99\x60\xbc\xd6\xb5\x00\xb0\x2e\xf4\xc6\x9c\x48\xae\x9f\x92\x6a\x33\xd4\x9e\xf5\xba\xd7\xce\xa9\x38\x92\x10\x8d\x6a\x33\x41\x12\xd2\xa5\x22\x8d\xd3\x77\x0a\x27\xc0\x6e\x49\x44\xd4\x9b\x69\x62\x95\x29\x19\x01\xca\x25\xa5\xfc\x97\xa4\xb5\x33\x41\xa7\xf2\xb3\x1f\xc0\x02\x93\xba\xba\xd0\x35\xb6\xb5\x40\x41\x3c\x83\xd3\xb9\x0f\xd1\x65\x72\xa6\x85\x81\x91\x8f\xa4\x23\x85\xd1\x81\x72\x22\x51\x7f\xa2\x81\x6f\x22\x2d\x7f\xa1\x53\xf3\x4c\xbb\x9d\xd7\xf5\x35\xee\x62\xa2\xc7\x6d\xa7\x58\x5f\x63\xc9\x79\xc7\x4e\x87\x63\xd2\xb3\x70\x22\xa3\x7f\xa2\x3d\x70\xa6\xbd\x4f\x31\x1f\x6f\x74\x8d\x04\x71\x83\x3b\x8b\xe9\x9c\xdb\x57\xd7\xce\x39\x0c\xb1\x6b\xe3\x3c\xa0\x46\x1e\xe7\xe9\x30\x38\xba\x0a\xce\x0c\xdb\x32\x5d\xb9\x66\xbe\xce\xfa\xab\x6b\x80\x9f\xa1\x57\xe0\xcc\xce\xa2\xb8\x06\x39\xa0\xb6\xc2\x47\x4c\x2a\x79\x52\x3e\x2c\x8a\x1e\x83\x33\x3b\x8b\x22\x4f\x01\x50\x4d\x21\xbc\xdd\xcc\x47\xec\xa1\xdf\xdd\x04\x4a\x4d\x22\x2c\xdf\xcc\xce\x82\x28\x8d\x22\xad\x7f\xa1\x63\xd6\xcc\x50\x3e\xd2\x3f\x6c\x66\xe8\x5c\xe8\x74\x35\x91\xf5\x3f\x31\x3d\xfa\xcc\xd0\x46\xd2\xda\x38\x73\x41\xf3\xac\xde\x59\x14\x97\x1c\x39\xfd\x89\x92\x37\x01\x55\x93\xe8\x49\x36\x73\x3d\x13\x4d\x67\xa3\x89\x7c\xfe\x74\xcd\x9b\x19\x8a\x0d\xc2\xac\xcd\x5c\xcb\x29\x66\xdb\xce\xa1\xc8\xb1\xf2\xe1\x50\xa5\x6b\xaa\x0e\x8b\xa2\x55\x76\x66\xe7\x50\xe4\x60\x19\x36\x60\x5a\x3a\x27\x00\x6d\x4a\x57\x75\x30\xf2\xd2\x18\x39\x73\x3f\x0b\xc3\x8b\x62\x86\xea\x94\xc6\xc9\x99\x8f\x9c\x44\x0f\xc0\x99\x3b\x66\xa2\xeb\x75\xd0\x2b\x05\xd0\xec\x4c\x84\x2c\x0b\xd9\xfe\x69\x22\x9e\xd9\xb0\xcc\x64\x1a\xd9\x0e\x79\x93\x29\xe4\x23\x27\x31\x11\xe8\xcc\xb0\xf9\xd2\x9e\x38\x91\xf6\x9f\x79\x3d\x67\x1e\x98\x76\x8a\x7c\xf9\x70\x1c\xba\x00\x4e\x24\xf8\x4f\x49\x6d\xcd\x33\xcd\xe4\x11\x79\x1e\x92\x31\x91\xff\x91\x8b\x98\xac\x73\x22\xd7\x7f\xa2\xd3\xd9\x44\x66\x7f\xfa\xe4\xcd\x7c\x38\x0c\x3d\xf2\x66\x06\xcb\xe0\x6d\x3a\xbb\xd4\x44\x3d\x46\x3e\x52\x53\x21\x3e\xd2\xcc\xce\x52\x28\x3e\x66\x28\x60\x4c\x14\xb2\xd1\x55\x0e\x14\xbb\x9e\x57\xd2\x7c\xbb\xf3\x03\x1b\xbf\x6f\xe8\x58\xd8\xda\xb9\xaa\x11\x70\x6f\xe6\x23\x07\x15\x53\xd7\x8f\x1c\xd4\xb5\x6f\x9f\x33\x12\xed\x53\x38\x9c\x48\xe7\x81\x84\xfd\x3f\xc4\x07\x0b\x2f\x8d\xb4\x13\xd9\xfa\x3b\xf7\x65\xb9\xce\xfa\xda\xcf\xf3\x84\x23\x46\xe4\x33\xf4\x3b\xdc\xb7\x05\x6a\x5c\xa6\x5d\x9f\x05\x3c\x86\xa2\x01\x12\xea\x17\xa2\xc5\xcc\x12\xf1\x39\xa9\xaf\x44\xff\xfc\x2f\xe6\x8d\x59\x8e\xd4\x43\x93\xfe\x44\x2a\xfe\x44\x13\xed\x2c\x09\x8a\xac\xae\xe7\xb3\xe0\x3c\xe9\x91\x86\x3f\x11\x3d\x71\x16\x28\x7b\x88\x06\x33\x91\x51\x3f\x49\x7b\x53\x0e\x47\x29\x04\x76\x99\xa5\x9c\x89\x22\xad\x22\xdf\x7e\xa2\xc9\x77\x16\x30\x1c\xd2\x2a\x92\xed\x57\xe6\x92\x9a\xa5\xc2\xa1\x85\xdc\xb5\x60\x93\x13\x65\x71\x96\x86\x89\xa0\x04\x87\x14\xf8\x5d\xab\x74\x36\x31\xd3\x55\x4e\xa4\xae\xa7\x53\xc0\x44\x9e\x7a\xd3\x1a\x0d\x94\xb2\x29\x28\x40\x68\x2d\x9e\xc0\x90\x62\x0e\xca\x59\xce\xb1\x5f\x2f\xad\xf8\xc0\x3c\x51\x18\x2c\x33\xa2\x9c\x9f\x9f\x6d\x66\xea\xe8\xc2\x3c\x50\x56\x2c\x67\x9b\x99\x1a\x5b\x98\x07\x2d\xca\x39\x5c\x99\xe5\x70\x16\x78\x7a\x11\xf5\x71\x02\x13\x2a\xd1\x54\x3d\xcb\x46\x67\x28\x0b\x96\x7b\xfc\xfb\xaf\xd2\x01\x66\x16\xf8\x7a\x11\xe0\x71\x96\x7b\x9d\xea\xd9\xda\x8d\x59\xa5\xb8\x56\x1e\xb8\xf2\x90\xef\x97\x07\xbe\x3b\x94\xc7\x2a\x6c\x16\x34\x5e\xcf\x7a\xa1\x7b\xdc\xd6\x15\x3e\x09\x52\x9b\xd5\x90\x4e\x77\xc8\x5c\x6b\x38\x83\x67\xf5\x35\xb8\x1b\x52\xe2\x33\x06\xcf\xd6\x70\xc2\x12\x38\x71\x22\x95\x7d\x65\x02\x92\x59\x63\xfa\xf7\x9f\xa9\xb1\x73\xe2\x56\x5a\xd2\x67\x8d\xe5\x14\xf3\xf1\xc8\xfc\xa6\xca\x0e\xf5\x33\xf5\xe1\x44\x02\xfb\x94\x7f\x9e\x7d\x64\xec\x2a\xfc\x43\xa5\xe1\xab\x05\x13\xcd\x8d\x5b\x71\x42\x12\x8f\x71\xd6\x72\x26\x9a\xac\xba\x9e\x13\x91\x49\x12\x67\x85\x57\x13\xb1\x19\x67\x3d\x22\xbd\x69\x60\xad\xfe\xfb\xaf\xca\x5a\x53\xc7\xe9\xba\xde\x1e\x20\xa9\xa2\x67\x54\xce\x91\x41\xdf\x27\xb5\x6a\x1d\x15\xaf\xab\xbc\x9d\xd7\x39\x52\x5c\xd5\x89\x96\x38\xeb\x80\x0e\x58\xd3\x78\xe8\x9d\x08\x6b\x13\x28\x51\x35\x6a\xa0\x33\x9c\x62\x8e\x0c\x16\x7d\x1a\xd9\x67\x9d\x67\x64\xe4\xec\x80\x83\x4a\x34\xb2\xcf\x0a\x63\x21\x61\x16\x27\xf2\xd5\x33\x45\xe3\xac\x1b\xf4\x47\xe6\x5c\x0f\xa7\x67\xc2\xc6\x59\x1f\xbc\xcd\x79\x80\x7d\x8e\xb0\x86\xb3\x3e\x68\xfb\x1b\x77\xbb\x0e\xf9\xe8\xba\xdc\x60\x9f\x23\xc6\xe1\x6c\x87\x75\x13\xe4\x6d\x36\xe7\xdc\x94\x98\x00\x07\x95\x68\x08\x9f\xc0\x7a\x4a\xc4\x2a\x9c\x48\x0b\x9f\x88\x4c\x38\x5b\x44\x75\x2c\x4e\xd0\x37\x73\x55\x80\xd9\x94\x68\x28\x9f\xed\x70\x67\xfa\x69\x4c\xa4\x90\x4f\x04\x2d\x9c\x2d\x0d\x68\xbb\xd9\x7a\x9a\xff\xfe\x23\xf0\xdb\x6c\xd0\x92\x49\xc2\x6f\x19\xcb\xd0\xfe\x64\xe1\x00\x8e\x93\xa9\xe3\x87\xd4\x4d\x1d\x83\x68\x48\xa4\xc3\xd9\x40\xca\x3c\x36\x5a\x45\x47\xa9\xd6\x02\x90\x12\x01\xd2\x66\x6b\x98\x74\xbd\xde\xce\x30\xc9\xee\x00\x99\x54\xd3\xcf\xeb\x67\xcf\x52\x5d\xd7\x1a\x76\x95\xbe\x3e\xa2\x1c\x31\xcd\x66\x83\xb3\x4a\xd6\xd7\xe7\xba\x58\x75\xb4\x37\x38\xc5\x33\x2d\xe2\x6c\xe3\x4c\xa2\x8e\xb0\x06\xb8\xcd\xeb\xe7\x19\x4b\xa8\xe6\x91\xac\x91\x58\x5d\x13\xe9\xe2\x6b\xa6\xda\xa1\x21\x72\x9c\x28\x5b\x13\x89\xde\x53\x56\xff\x90\x1c\x82\x80\x59\x13\xe8\x46\x55\x36\x08\xe4\x81\x0f\x84\xcb\x9a\xed\xc8\x5c\x55\xdc\xba\x21\xc2\x95\xee\x30\x13\xd8\x47\x81\xfe\x2f\xb3\x21\x26\x86\x50\x59\x13\x79\xe0\x13\x7d\x0c\x66\x43\x42\x07\x66\x4e\x9c\xed\x08\x46\x55\xbb\x0d\x90\x45\x29\xf3\x88\x77\xc4\x22\x02\x5a\xcd\x7e\x81\x46\x79\xa6\xf7\x0b\xe3\xaf\x2a\xc7\x78\x79\xa8\x23\xff\x7b\x25\xf2\xe8\xec\x70\xc7\x95\xfe\xde\x11\x8c\xae\xa4\x67\xec\x7e\x4a\x91\x1d\x71\xad\xc4\xad\x9a\x3d\x60\xbd\xb8\xfc\x1d\x41\x8a\x4c\x3b\x38\x81\x44\x94\xa4\xd1\x47\xde\xf7\xfa\x53\x1f\xf4\x36\xf4\x7b\x98\x3d\xc1\x2c\x43\xfa\xe8\x70\x93\x25\x14\xe4\x04\x08\x51\xfd\xa9\x0f\x58\x0a\x17\x99\x5b\xc7\x21\xc1\x2c\xf2\x13\x39\xe2\xc3\x45\xee\xd6\xe1\x28\x4b\xd0\xc7\xd9\x11\x10\xc9\x5c\x83\xb3\x97\x08\x43\x0d\xeb\x3b\x32\x52\x60\xea\xc1\x09\x00\xa3\x2a\x23\x02\xf0\x8b\x12\x53\xbf\xcf\x5e\xbd\x3f\x8d\xcf\x1d\xe5\x7a\x9e\x78\xe6\xf8\xea\x0d\xcb\x8f\x9e\xb1\xbe\x14\x85\x91\x17\xbe\xca\x50\xd0\x1b\xfa\x4b\x76\xdb\xcf\xee\x4c\x04\xa0\x9c\xbd\xc1\x92\x94\xf4\x3d\xd6\x93\x66\x8c\xde\x31\x7e\xf5\xbf\x0f\xd8\x8a\x38\x1f\x88\x7c\x61\x4c\xc6\xec\x80\xdd\x95\xe8\xd4\x71\xb7\xa2\xfb\xc6\xec\x90\xcc\x88\x11\x39\x1d\x14\xe9\x12\x7d\xf9\xfe\x25\x17\x04\x02\x52\x22\x84\xe4\xf4\x4c\xf0\x0c\xea\x98\x1d\x87\x13\xf3\x9e\x4f\xe0\x21\x55\x66\xe2\x9d\x7d\x7a\x7b\x1c\xbf\xef\x6f\x1e\x01\xc0\x3e\xaa\xc4\x21\x9c\x1d\x71\x6d\x0c\xbd\x98\x80\x42\x4a\xf2\x08\xe9\xbe\xff\x55\x3f\xf0\xb6\x19\x5c\x31\x91\x65\x3e\x11\xe1\x72\x76\xdf\xdf\x34\x6e\x74\xdc\xa2\x98\x41\x7d\x76\xdf\xef\x64\xc5\x1d\xd2\xa0\xcc\x44\x1d\x18\x2f\x8c\x90\x98\x7d\x9f\xf5\xaf\xa2\x57\x20\xbc\x5c\xda\x4f\x37\x4c\x5c\xbc\x9c\x78\x3e\x7a\x46\x4c\xcc\x7e\xa3\xbf\xe4\xd6\xc8\x46\x9f\xca\x9f\x92\xa6\xce\xee\xcc\x87\xcc\xb4\x3f\x3e\x18\x76\xfe\x19\x30\xe6\xb1\xb3\x00\x54\x63\x58\xc2\xec\x0f\xcc\x73\x5a\x4c\xe4\x8e\xa0\xe7\xd8\x34\x68\x73\x64\xc5\xb2\x0b\xd6\x3f\x4e\xbe\x81\x79\xc9\x6c\x05\x38\xa8\x2a\xeb\x34\x92\xde\x07\x7a\x9a\x4d\x83\x6c\x2b\xe2\x36\xc0\xc6\x10\x2b\x6b\x5a\xa8\xb0\x2e\x36\x3e\x83\x58\x7e\x9e\xfd\xfd\xc4\x67\x43\xf9\xb7\x98\x0e\x03\xc5\x50\x86\x69\x90\x17\xe4\x07\x63\xd1\xfb\xc3\xfe\x21\x80\x40\x8e\x30\x76\x04\x86\xca\x70\xa8\x69\xce\x9c\xc8\xcc\x0c\xc6\x78\xf9\xb6\x78\xce\x7a\x86\x0c\x4c\x43\xca\x4d\xc6\x04\x4c\xa4\xb0\x4f\x72\x66\xb1\x0c\x62\xa1\x3c\x63\x00\xb5\x60\x50\xc0\x34\x67\x6e\x54\x01\x18\x98\x1b\xc3\x00\x26\x70\x9e\x02\x9d\xe7\x27\x92\xd7\x27\xb9\xb7\x20\x77\x7d\xa0\xb7\xfc\x44\x62\xfa\x5a\x35\xbf\xc0\x44\xa3\x43\xdc\xb4\x8a\xf5\xd7\x7c\x02\x7f\x91\xfe\xf1\xd3\x5a\xc7\x33\xcb\x21\x2b\x30\xb9\xfb\x34\x30\x27\x22\x66\x4d\xc3\x0d\x92\xb9\xde\xa7\x39\xb3\x22\xf3\xb6\x5e\x61\xd0\x65\xfb\xc8\x94\x41\x07\xfa\x69\x1d\x26\x5c\xb5\xdf\xbd\x3d\xb6\xdf\x17\xca\x59\xbf\x61\x7d\xc9\xdc\x0d\xcc\x2e\x88\x3e\x9d\xd9\x51\x7a\x35\xc3\x61\xa4\xf5\xb5\x73\x18\x11\xd7\x68\xda\x88\x78\x66\x7b\xb8\x05\x10\x7a\x75\xda\xb9\x05\x54\x59\xae\x00\x6f\x95\x88\xc4\x3a\x01\x55\x15\xe8\x6d\x3e\x0d\x36\x38\x59\x4a\x6d\x7a\xff\xb8\xbe\x08\x9f\x92\x87\x8f\x39\x73\xe3\xe1\x60\x87\xb9\x55\xe6\xca\x9a\x06\xe8\x46\x3a\x8c\x4f\x3b\xc2\x4d\x25\x10\xcf\x34\x44\x18\x94\xaa\x72\x18\xd0\x45\xaf\x60\x8e\x41\xfb\x69\xc1\x82\x2e\xfa\x3c\xcc\xb0\x36\xd1\x1f\x98\xa1\xae\x7b\xc8\x99\x5f\x9b\xd6\x13\xde\x01\xcc\x87\x3f\xed\xc6\xfa\x6a\xbd\xe0\xec\xc7\x5c\xf7\x13\xe0\x56\x21\x68\xfe\x71\x37\x26\x4e\xed\xb4\x07\xdf\x6b\x3e\xc0\x9f\x64\x34\x02\x32\x55\x08\xaa\xef\xf1\xf9\x63\x7f\x1f\xac\x27\xc7\x3f\xc0\x7f\xe8\xd9\x3a\x1d\xa6\x8a\x9e\xad\x73\x40\x18\xa2\x7b\xe9\x04\x26\x55\x2a\x7a\x3f\x80\x1e\x78\x98\x20\xad\x7e\x2a\x3f\xdf\x83\x1e\x78\x98\x0c\x20\x80\xd0\x1f\x75\x02\xc1\x2a\x95\x9f\xfa\x71\x98\xa8\x1c\x37\x0e\x69\xcf\x07\x3c\x6f\x99\xe9\x7e\x22\xf5\x7d\xa0\xc3\xea\x1c\xd0\x1f\xc9\x85\xcb\x81\xa8\x08\xd5\x34\x87\x0b\x4f\x7a\x1f\x80\xb3\x41\xfd\xcf\xde\xde\x9f\x8c\xeb\x23\x7b\x63\xac\x1c\xc0\x8e\x81\x9a\x7f\xa4\xbf\x4f\x45\x95\xd7\x0a\x9f\x05\x76\x1e\x2a\x68\x39\x94\x0d\x67\x3e\x64\xbe\x03\xcc\x47\x4a\xe3\x01\x1d\x74\xe1\xc9\x3b\x00\xf5\x2a\xdf\x4e\x64\xc6\xaf\xd2\xbd\x8e\x86\xfa\x79\x12\x23\x0d\x7e\x95\x3a\x15\x39\xee\xab\xf4\xa9\x9e\xe2\x5e\x0e\x96\x03\xcc\x46\x0a\xd2\x01\xad\x74\xa1\xba\x61\x20\x83\x41\x24\xb3\x1d\x30\x9c\x49\x32\x19\x88\x20\x26\xfc\xd2\x44\x72\xfb\x2a\x2d\xe7\x80\xa9\x8b\x68\xc8\x73\x0c\x38\x3a\x88\x38\x07\x16\x8b\x87\x2d\x72\xe1\x57\xe6\x16\x99\xc3\x99\x0f\x0f\xcf\x01\xe6\xc3\xe0\xa4\x89\x54\xf9\x55\x7a\x4e\xa0\x70\x55\x26\x09\x99\x03\x37\xa9\x2e\xe2\x83\x2a\x5b\x6e\x74\x63\xe2\x7d\x11\x0b\x50\x08\xe4\xcc\x08\x44\xae\xda\xb5\xfe\x73\xa3\x5c\xf5\x63\xbc\x5a\x7f\xe8\x19\xe4\x77\x37\x96\xf7\x9f\xdf\x03\x44\x43\xde\x8e\x03\xe1\x9c\x72\xae\x18\xe7\x66\x16\xe4\xfd\x88\x5c\xf8\x55\xda\xce\xb1\x0f\x33\x91\xa4\x35\x90\xf2\x58\xee\x8d\xc8\x8c\x9f\x24\x69\x0d\x68\xb8\xab\xd6\x1b\x0e\xfe\x55\xeb\x09\x0c\x01\xf9\x3f\x22\x2b\x7e\x90\x83\x23\x10\xb8\x12\x61\x94\xe7\xbc\xbc\x3d\x3d\x27\x94\x37\x3e\x7b\x7d\x7a\x3e\xf3\x23\xe5\xd8\x3c\x37\xb1\x20\xbf\x42\xc0\x75\x55\x66\x22\x98\xc8\x80\x1f\xe4\x57\x38\x21\xec\x30\x73\xe2\x9c\x10\x76\x08\xc9\x3c\x91\x0f\x3f\x44\xd5\x0f\x55\x1e\x01\x99\xa7\x67\xc3\x8f\xaa\x1f\xc2\x0e\x53\xdf\xcf\x19\x0d\xe5\x85\xcf\x87\x1e\xa4\x47\x9a\xc0\xd2\x93\x67\xe2\x8c\x0b\xe5\x6c\x0f\x7a\x73\xb9\xab\x20\x51\x7e\x35\x1e\x86\x13\x29\x1f\x08\x2e\x35\x91\x37\xbf\x4a\xf9\x03\x54\xb0\x24\x7f\x96\x89\x9b\x21\xf1\xfd\xe7\x84\xdb\x11\xb1\xa0\x27\x52\xe4\x57\x86\xdd\xcc\x09\x98\x23\x82\x3c\x4d\x60\x88\x55\xa9\x77\x3c\x83\xbe\xbc\x13\x27\x98\x1f\xb1\xff\x27\x20\xc6\x92\x1c\x35\x91\x60\xbf\x12\xf9\x7f\x4e\xe0\xef\x11\x22\x6a\x4e\x08\x6f\xd2\x07\x01\x80\x2c\x11\x67\x7a\x3a\xfe\x58\xd4\xfc\x21\x48\x93\xb0\xd3\xd3\xd3\xf3\xcb\x43\x71\x56\x1f\x1f\xfb\x0b\x74\x05\x79\x28\xce\x7a\xf8\x81\xd4\x3c\x9e\x78\x5f\x4e\x84\xb3\xfa\xfc\xf3\xb9\x79\x7d\xec\x2f\x6e\x96\x12\xfe\x67\xbb\xe1\x8d\xc4\xf9\xef\xde\x1f\xbe\x0f\xfe\x27\x97\x1f\xcf\xa7\x2f\xb7\xc3\x79\x84\xb1\x76\x89\xfe\x9c\x3f\x6a\x3d\x9d\x1f\xd6\xf8\x97\xc3\x65\x42\x32\xab\xda\x2c\x80\x23\x95\x9f\x21\xf2\xee\x37\xa9\x5d\xa6\x81\x18\xc9\x3c\xe7\xc0\x64\x93\x59\x4e\x48\x62\x55\x9b\x0b\xd7\x58\x79\xff\x01\x2e\x2d\x55\x6d\xae\xe1\x9d\x67\xfb\xd3\xeb\xe3\xe0\xa6\xd7\xc7\xc9\x3f\xd7\xd8\x46\xec\xee\x39\x81\xca\x2f\x07\xbe\x79\xae\xb1\x8d\x40\xdd\x13\x58\x6b\x41\x1e\x7b\xf3\x5c\x6b\x1b\x41\xb8\xe7\x04\x73\x94\xe7\xed\x74\xe6\xd8\xf4\x0c\xe2\xd1\xe6\x75\xe6\xd8\xf4\x8c\xc5\xd2\xe6\x45\xb0\x7b\xd5\x66\x85\x3b\x82\x6e\x52\x13\x2e\x57\x52\xa3\x4c\x20\x7a\xcb\x05\x10\x30\x6e\x4d\x6a\x94\x09\xf4\x53\xf9\x00\xce\xed\xed\xe9\x19\xf3\xc7\xc3\x7a\x22\xfc\x94\x29\xfd\xe7\x74\xe6\xcc\xc3\x79\x3a\x73\x16\x33\x40\x30\x96\x9c\xba\x26\x70\x4b\x99\x7e\x73\xce\x1b\xc4\xda\xf4\x8c\xf1\x50\x7d\x3f\xcf\xcd\xb7\x49\x6d\x30\x81\x6a\x1a\xb5\x59\xe0\x97\x25\x2f\xb0\xe9\xcc\x9d\xd7\xec\x09\x35\x1c\x71\xb5\xe6\x72\xe6\x4e\xe1\x66\xc1\x49\x5c\x6e\x61\x0b\x49\x14\xe5\xb5\xb8\x2e\xf8\xe6\xb1\x3d\xc0\x78\x24\xb9\x23\x03\x71\xae\x5d\x3f\xf5\xdf\x28\xd7\x33\xda\xe7\x61\x0c\xb8\xb9\x24\xbf\xb2\xe5\x87\x01\x0f\x53\xe0\x7e\x24\xe2\x81\xcf\x15\x41\x8f\xbc\xb9\xad\x88\xf6\x54\x1f\x98\xb7\x9c\xbb\x56\xf4\xf9\x36\x3e\x6f\x94\xeb\x7b\xcc\xf7\x4f\x7b\x98\x6f\xde\xf4\x56\xc2\x78\x79\x98\x2f\xa4\xac\x93\xb7\xd7\x3a\x92\x66\xd3\xcd\x73\x1d\x66\x9d\xe4\x30\xed\x10\x74\x72\x81\x5a\xc8\x3c\x22\xa7\x25\x80\x7f\x24\x79\x50\xaf\x72\xfa\xc3\x18\xe2\xb9\x00\x4e\x23\xb7\x23\xe0\xd3\x35\xdd\xf4\x16\x98\xa7\xfc\x8e\x96\x33\x43\xde\xfc\x16\x7c\xac\x74\xb3\x5f\xb8\xa9\x12\xa4\x7c\xae\xee\xfd\x65\x7f\x8e\xb0\xd8\x18\xd7\x38\x01\xe9\x11\xe4\xb7\xb4\xba\x7f\xcf\xf9\x04\xe8\x23\x81\xa8\xe6\xea\xf0\x97\x54\xfd\x1e\xb7\x4e\x66\xba\xac\xc2\xfd\x92\xe3\x39\xfc\xad\x31\x7e\x70\x2e\xf8\x86\xd6\x9f\x72\xac\x97\xe8\xcb\x30\x3f\xe4\x97\x6b\x80\xde\xf5\x3d\x7c\x47\x09\x6a\x3b\x17\xf8\xa5\x42\x2a\xd6\xc4\x7a\x91\x9f\x00\xa9\x23\x24\x8d\xc7\xf9\x13\xf9\x2b\xa0\x38\x42\x52\xff\x11\xea\x2e\xcf\xee\xb5\xd0\x1f\x0a\xbb\x6b\x7b\x7f\x38\x7e\xf0\x9b\xa4\xf7\x11\xdc\x4e\xb8\xf2\x09\x34\x8e\x90\x7e\xde\xc7\x7c\xff\x94\x83\xff\xd4\x3f\xdd\x5c\x16\x98\x13\x51\x02\xe6\xc2\x35\x55\x8e\xe4\x00\xeb\x68\xba\x09\x38\x5a\x47\x25\xf3\x05\x5a\x47\x93\xe4\x0f\xb8\x8e\x24\xb5\x8d\xe3\x6d\xc8\xf5\x11\x78\x1b\x41\x9e\x3d\x80\xc8\x68\x92\x94\xf7\x75\x0e\x0b\x19\x68\x36\xfc\x36\x25\x09\x3b\x62\xa1\x2c\x34\x00\x2c\x6c\x92\x84\xf7\xe5\xed\xab\xbe\x1b\xe5\xaa\x0f\x9b\x95\xcc\x78\xe3\x5a\x2b\xf7\x9b\x8d\x6b\xad\x7c\xdb\x77\xc0\x62\xf2\x26\x03\x58\x8d\x26\x49\x72\x47\xcc\x1f\x99\xdd\x86\x0d\x40\x0e\xe2\x3b\x7b\xfd\x6c\x2f\x43\x92\xd3\xfb\x19\x0e\xbc\x24\xce\x0d\xb5\x98\x7c\x6c\x36\x6e\x96\x55\xdf\x3b\x33\x20\x33\xdb\x05\xeb\xa3\xf9\x84\xe1\x97\x58\xee\x73\x17\xaf\xaf\xf2\x19\xf3\xc3\x9b\x12\x00\x2e\x82\x7c\x5b\x1c\xe0\x42\x6a\xb0\x5d\xb1\x5e\xbc\x59\x02\xff\x30\x49\x0d\xb6\x9b\x7f\xcf\xfe\x35\xff\x9e\xf3\xd5\xb0\xbe\xaa\xcf\x99\x0b\x99\x27\x20\x32\x5a\xfc\xa9\x0f\xc4\xab\xfe\x76\x6c\x0e\xf5\xaf\x27\x78\x30\x73\x7c\xfd\xb4\x2f\x87\x97\xdd\x7d\xfc\xec\x2f\x62\x5d\xaa\xfa\x07\x66\x23\xab\xeb\x36\xb8\x3c\x93\x19\x3b\x2a\x06\xf1\x88\xe6\x46\xae\x12\x39\x7e\x6c\xdc\x34\x09\xc1\x3e\x81\x9a\x11\xe4\x08\x02\x90\xc5\xd4\x54\x3f\xb2\x90\xc8\x9b\x63\x8f\x1b\x2e\xd6\x7a\x7e\xf0\x3e\xeb\x9f\xde\x1e\xfb\x0b\x1b\x82\x3c\xdb\x1d\xa2\x51\xfe\x1b\x1b\x36\x01\x79\x64\x38\x0c\x87\x7c\x7f\xf7\xf4\xfe\xb0\x3e\xa0\xbb\xcb\x63\x03\x40\x1b\x8d\x40\x30\x73\x6f\xaf\x8f\xfd\x47\xc8\xaa\xbc\xd9\x01\xa5\x11\x64\x13\x74\xb0\x0c\xb9\xb3\x6f\xe0\x96\xca\x85\x03\x40\x8d\x8d\xa8\x78\x73\x43\xcd\xd5\x34\xbe\xd7\x87\x9c\xf3\x0d\x10\x53\xb9\x7c\x00\x30\x23\xc8\xe5\xc3\x01\x33\x9a\xc6\x8f\x9b\xa9\x5c\x40\x36\xf8\x8d\xfc\xe9\x37\xf8\x8d\x5c\x42\xee\x0b\xeb\xdd\xf4\x9c\x50\x9e\xf9\x9c\x51\x1e\xf9\x8c\xf1\xf0\x30\x03\x0a\x46\x90\x23\xc6\x0d\x35\x97\xd4\xa2\x77\xc0\x78\xc9\x4f\x6e\x04\xbb\xb4\xa8\xef\xb1\xfe\x14\x76\xee\x73\x13\x0d\x4c\xad\x39\x81\x83\xd1\x88\x34\x37\x6f\x24\x48\x93\x23\xc7\x0d\xfe\x23\x7e\x73\x47\x6f\x9f\xf5\x45\xf4\x9f\xfc\xe2\x46\x3c\xbc\x3c\xa2\x81\xab\xd1\x88\x30\x32\x1d\x57\x83\xb0\x53\xf3\x86\xf0\x43\x5c\xa9\x79\x03\x03\x9e\x10\x09\x13\xc8\x19\x2d\x5f\xe9\x2f\x87\x0b\x70\x35\x92\xfc\xa5\x81\xab\xd1\x08\x02\x32\x6f\x64\x7d\xca\x94\xd4\x80\xa3\x11\x08\xb0\x30\xef\x8c\x08\x00\x5e\x1b\x6f\x20\xf5\x31\x1b\xe7\x04\xd4\x45\x13\xf1\x03\xeb\xa2\x89\xb8\x6f\xe8\xfc\x15\xa1\x70\x9f\x6b\x62\x22\x06\xfc\xbc\x6b\xc2\xfb\x9c\x7c\x30\x43\xc2\x20\xcc\xbb\x9d\xc9\xfe\x21\x1e\xa0\x5b\x10\x32\x7e\x02\xb9\x33\x35\x11\x43\xc3\xe4\x88\x98\xda\x83\x67\xb6\x8f\xc4\x85\x4c\xec\x38\x6f\xc4\xc4\x36\xde\x04\x6e\x67\x66\x4d\xcf\x18\x0f\x25\x99\x1b\x0e\x04\x59\xc4\x81\x9b\x5b\x16\x31\x40\x6d\x45\xc0\xfa\x79\x23\xfa\x4d\x1e\xe5\x0e\x5a\x29\x03\x3b\xe0\x25\x83\x0c\xd4\x37\xdc\x9b\x89\x5e\x3f\x6f\xc4\x83\xc8\x80\x7a\x23\x84\xad\x89\x58\x61\x90\x93\x81\x1a\x30\x11\x49\x3a\xf8\x1b\x9b\x57\x06\xef\xfb\x39\xe3\x91\xcd\x0d\x48\x94\x49\x21\x1e\x00\xa2\x6c\xb2\xa1\x3d\xc8\x9d\x20\x83\xf8\x03\x83\x3d\xa1\x00\xe6\x13\x06\x82\x3a\x3a\x9f\x51\xbf\xea\x83\x9a\x47\x3a\x78\xe0\x49\x36\xd9\x64\x1e\xd8\xbc\xa4\x83\x7f\xe0\x24\xad\x28\x11\x20\x30\x04\x8d\xdf\x21\x16\x1a\x25\xdf\x07\xf4\xca\xe4\x85\x13\xc0\x91\x4d\x81\xbd\x0f\x0c\xea\x84\x07\x98\x4f\x41\x8c\x0a\x37\xe7\x83\xa4\x04\x32\x30\x3f\xf0\x6d\x69\x45\xe5\x18\x1f\x0f\x47\xa0\x4c\x26\xe9\xfc\x1f\x80\x55\x49\xe7\xff\x20\x26\x4b\x3a\xfd\x07\xae\xc7\x44\x68\x9f\xc0\x6d\x0c\x04\x1c\x98\x8f\x1f\x56\x94\x1c\x1f\x18\x88\x65\xb0\x7e\x60\x00\x96\x01\xf9\x81\x01\x98\x08\xe7\xf3\xd9\x67\xbe\x99\xf5\x64\x3e\x30\xe8\x6a\x7d\x1f\x84\x1b\xe9\x30\x7d\x60\xd0\xfd\x59\xdf\x1b\xcc\x89\xcc\xf6\x81\x1a\x52\x9e\xfe\x0f\x6e\xb2\x74\xed\x5f\x80\x2c\x48\x8c\x2d\x59\x80\x0d\x08\xb4\xa9\x2e\x87\x0d\x60\x70\xc9\x02\x10\x40\xa0\x0d\x75\x5d\xc5\xdb\x4f\x7c\xc6\xfa\x25\xd6\xef\xf3\xff\xed\xbf\x85\x78\xfb\x40\x24\x81\xe5\x01\xf5\x04\x1c\x5f\x08\xa8\x0f\xcc\xb6\xb8\xae\x3a\x10\x8d\xc2\xfa\xe1\x00\xc1\xe8\x95\x75\x55\x84\x97\x44\xb6\x07\x1b\x22\x6d\xae\x0b\x21\xf5\x89\xe1\x2c\xeb\xf2\xf5\xca\x7a\x06\xfd\x75\xd6\x8f\x04\xa4\x8c\x65\x5c\xd7\xb9\xd9\x34\xa6\xba\x5e\x88\x82\x0f\xb4\xc1\x2e\x8f\x82\x27\x72\xf9\xba\x00\xb7\x4b\x9b\xeb\xba\x86\xf7\x57\xcf\x37\x9e\xfb\xf7\x7c\x84\x8b\xd6\x35\xff\xf3\xc6\x33\xeb\x87\x26\x86\x80\xdb\xeb\x82\x70\x41\xb5\xf7\xba\x00\x3b\xc8\x38\x91\x75\xc1\xc6\x46\x9b\xd8\xba\x36\xde\xef\x7f\x49\xdf\xb2\x10\x08\x9f\x9a\xb1\x73\x30\x98\x15\x75\xee\xf6\xc6\x38\x19\x60\x56\x45\x9d\x7d\x2a\xa2\x71\x38\x19\x47\x72\x08\x45\x8b\x0f\x67\x53\x46\xad\xac\x0b\x59\x1e\x8b\x16\xff\x19\xf8\x9e\xed\x01\xd6\x86\x61\x2c\xeb\x3a\xcc\x2e\x14\x2d\x3e\x98\x1d\xe1\xb8\x57\x80\x0e\x9c\x36\x92\x15\x60\x70\x2b\xdf\xcd\x61\x05\x48\x1a\xe5\x93\x14\x56\x80\xc1\x8c\x49\x26\x57\xc0\xc9\x4e\xf0\xee\x85\x58\xfa\xc4\xb8\x98\x15\xa2\x21\x5c\x88\xed\xc5\x81\x72\xd6\x1f\x27\xca\xf5\xfd\x8d\x67\x7e\x9f\x00\x83\x76\xb1\xfd\x54\x50\xce\xf6\x53\xfd\xf7\x5f\xa8\x1a\x4f\x6a\x28\xef\x7c\x5e\x28\x67\x7b\x19\xf3\xf5\x31\xdf\x15\xe0\xc0\xcd\x50\x9b\x15\xb0\x39\xa9\xc3\x5e\x08\xcf\x4f\x8c\xbd\x59\x08\xcf\x6f\xd4\xa9\xaf\x80\xc3\x9f\xde\x97\x2b\x40\x87\xcc\x60\x9c\x85\xf0\xfd\x40\x9d\xf2\x0a\xb8\x19\x31\x3a\x67\x21\x9e\x3f\x50\xa7\xbc\x42\x45\x7d\x95\xe3\xc1\xe1\x4f\x1d\xf7\x0a\xcd\x21\xe7\xd8\x3e\x6e\x3e\x74\xe0\x58\x01\x0e\x00\xd4\x09\xaf\xd0\xf1\x3d\xe9\x25\x20\x53\x3f\x53\xf8\x2d\x44\xdd\x37\xd3\x7a\x42\x27\x5c\xb5\x1e\x88\xba\xef\xea\x3f\xd2\x52\x51\x6d\xb9\x02\xd4\x1a\x66\x7a\xff\x41\x39\xeb\x3f\x37\x97\xc6\xe4\xa8\x2b\x0c\xcc\x6f\x66\x7f\xc0\x2c\xcc\xd8\xff\xe1\xe3\xd3\xf7\x88\x56\xe3\x66\x46\xdc\x7e\xa0\x1a\x72\x21\x70\x3f\x11\x0b\x7c\x21\x70\xbf\xd1\x01\x7f\x05\xa8\x8d\xa9\x16\x5c\x88\xd4\x0f\x54\xfb\xad\x30\x07\xa2\xbe\xf8\x3d\x6c\x66\x54\xfb\x2d\x84\xea\x07\xaa\xf9\x56\x58\x8e\xe9\xc7\xef\xa1\xe6\xa5\x9a\x6f\x05\x30\x97\xae\xf9\x5f\xde\x3e\xc7\x03\xe1\xa7\x8a\xfe\x5e\x8c\x40\xd6\xbf\xeb\xe9\x4f\x64\x7d\x50\xa3\x74\x3d\x43\x58\xaa\xa2\x3f\x08\x4b\x5d\xeb\x79\x7b\xfd\x1c\x2f\x6e\x3a\x44\x0c\x5f\x01\xfc\x89\x6a\xb6\x15\x9e\x88\x30\xb6\xaf\xbf\x11\x6a\x55\xe2\x05\xac\x08\x9b\x19\xa3\x98\x56\x04\xbf\x60\x06\xbe\x15\x2f\x04\xd5\xfd\x3c\x63\xfd\x3f\xb5\xd0\x42\x50\x7f\x67\xf2\xc5\x15\xa1\x26\xa5\x1a\x69\x21\xa8\x3f\x54\xd2\x37\x82\xfa\x3b\xbd\xd7\x16\xc2\xf2\x43\xfd\x0e\xe7\xe5\x81\xf5\x0c\x9b\x5a\x1e\x58\x4f\x1b\xf6\x8a\xd1\xc7\xcb\xfe\x44\xac\x2f\xf9\x69\x84\x9a\x95\x09\xf2\x56\x3c\x37\x8d\x4e\xef\xb0\x15\xa1\x66\xa5\xe6\x66\xc5\x08\xfe\xc0\xc3\x37\x46\x8c\x4f\xf5\x25\x0f\xcd\xe3\xfc\x24\x9f\x2f\xce\x27\xd4\xae\xc4\x11\x58\x1e\xc9\xdf\xd3\x9f\x0e\x97\x88\x78\x37\x46\x46\xad\x98\x41\x1c\xdc\x6c\x11\x92\x20\xe3\xdb\x56\x84\x24\x48\x14\x82\x15\xe1\xaf\xdf\x49\xfc\xb1\x78\x67\xd8\x39\x67\x56\xdc\x0c\xd1\x99\x15\x99\x01\x22\xfd\x03\xd5\x44\x2b\x02\xab\xa7\x8b\x58\xce\x4d\xa6\x13\x8d\x73\x45\x24\x9e\xa2\x9a\x68\x45\xa4\x8a\xa6\x1a\x67\x45\x67\x5e\x59\xe5\xe8\x8f\xc6\xd3\x0e\x31\x11\xad\x71\x45\x64\x1c\xa0\x1a\x66\x45\x04\xad\x11\xae\x71\xc5\x0e\x62\xe2\x66\x47\xf4\x7f\x22\x96\xf9\x42\xf4\x7f\x0f\x5a\x3c\x18\xc0\x18\xdf\xbf\x22\x22\x67\x89\x6c\xbe\x22\x98\x1f\x33\xec\xad\x08\xc9\x86\x92\xe5\x8a\xc0\xf1\x63\x48\xd6\x8a\x36\x10\x1b\xc9\xf6\x61\xf3\xa2\xa4\xb9\x80\x17\xd0\x89\x13\xb8\x22\x74\xc2\x54\xdb\xac\x38\xbc\x7e\x7e\x3f\x03\x82\x29\x39\x7e\xb8\x5a\x37\xcd\x2f\xbc\x93\x88\x6f\xbe\xe2\xac\x88\xae\xe4\x78\x60\xe3\x22\xa2\xc0\x8a\x13\xb1\x9b\x55\xdf\x1b\xca\x39\x1f\xf0\x66\xea\x3f\xed\x3d\x78\x9f\xdf\xc3\xbb\xa9\xab\x7e\xe8\x90\xbb\xea\xdb\x58\x7f\x6d\x26\xc7\x43\xd5\xf7\x87\xd9\xf5\xa0\xcd\xe4\xcc\x4e\xcc\x60\xa3\xfd\xca\xf1\x6c\xb4\x4f\xe1\x03\x40\x01\x81\x6a\x96\x05\xa4\x80\x1e\x44\xbf\x37\x0e\x67\x31\x1b\xdc\x0c\xbb\x98\xcb\x8d\xf5\x17\x3d\xdf\xde\x7f\x8e\xf7\x06\xbd\x19\xeb\x07\x33\x24\x0c\xdb\x8a\x48\x89\xdb\x44\x6f\x88\x04\xea\x62\x4e\x4f\xc1\xfb\xa4\x07\xa4\xba\x69\x62\x96\x0f\xda\x17\x7d\x3f\xa0\x17\x1e\x86\x00\x0f\x08\xd4\x04\xac\x04\xe6\xcb\x9b\xfd\x4a\x17\x02\x4e\x49\x7f\x09\x71\x75\xfd\xbb\x99\xac\x04\x1b\x55\xe7\xcd\x24\x41\x6d\x2c\xc9\x18\xf8\x02\x9d\x6a\xf1\x95\xe0\xa0\x40\xef\xb3\x95\x82\xd7\xc7\xf6\xc1\x6c\xe9\x7d\xb6\x52\x3c\xf4\x45\x07\x93\xe5\x88\x02\x92\xa4\x1d\x41\xa0\x73\x7d\x93\x0b\x6b\x64\x8e\x29\xa3\x7d\x32\xe3\x04\x6f\xcc\xde\xf5\x8c\x78\x5b\xee\xcf\x84\x9c\x7b\xbc\x09\xaf\x84\xf8\xa2\x4e\x7a\x48\xf0\xb6\xec\x5c\xff\x04\x1b\x54\xe7\xfa\xa6\xe2\xef\xb3\x3f\xce\xaf\xc8\x8f\x1c\x05\xa0\x73\xbd\x81\x02\xd0\x69\x93\x5e\x80\x01\x08\x4c\x72\xb6\x12\xd0\x46\x3a\xe9\x21\x81\x9f\xb5\xc2\xf6\x5a\xc0\xf7\x6c\x0f\x59\x78\x78\x33\x5f\xa9\x61\xfd\xb4\x3e\xf0\xc6\xa4\x83\xcc\x02\x50\x40\xe0\xcd\x79\xa5\x9e\xf0\x3e\xfb\x0b\x1b\x16\xa1\xba\x17\x80\x02\x12\xe3\x05\x57\x72\x7e\x46\xfa\x47\x68\x7f\x38\x37\xe9\x3f\x1c\x2e\xc9\x25\x3b\x12\x63\x32\x2c\xb6\x06\x7b\x98\x55\xea\xbc\xd9\x24\xe8\xa0\x99\xbe\x6c\x25\x78\x43\x31\xda\x70\x25\xe8\xa0\x19\x6e\xbf\xd2\x61\x5e\x9d\x40\x1a\x2b\x4d\x2c\x6e\x63\xfd\x13\x9d\xe7\xc9\xee\xd1\xfc\x0c\x31\x5c\x09\x06\xae\x26\x62\x47\xf8\x3e\x0d\x90\xcb\x43\xe8\x93\x88\x67\x7b\x7d\x9c\x0c\x30\x0b\x1a\xf8\x56\xba\x31\xd9\x3c\xe9\xd3\x3d\x10\x01\xcd\xf1\xe3\xa6\x66\x81\xfd\xb9\x11\x70\xad\xcd\x02\x83\xb7\xae\xbd\x09\x3a\x60\x0b\x7a\xc6\x62\x89\x38\x1f\xaf\x8f\xf5\xc3\xa0\xad\x6b\x6d\xbe\x2a\x62\xa4\x23\x9f\x1b\xde\x57\xb9\xd7\xd7\xf9\x6c\x28\xd7\x33\xfa\x4f\xe2\xc9\x17\x0e\x1f\x12\x7b\xc6\xcd\x8d\x40\x0f\x2b\x07\xef\xaf\xca\xcf\xe6\x31\x32\xd7\x0c\x1d\xae\x51\x6d\x80\x58\xfd\xc0\xa4\x5c\x2b\xc3\xc6\xc4\x04\x5b\x2b\xc3\x9b\x88\x51\x99\x2b\x27\x6f\x8f\xdf\x27\xaf\xaf\xf0\xd9\xeb\xd3\xfb\x37\xe2\xb6\xd9\x3e\x5c\x25\x8d\x92\x73\xce\x5e\x1f\xe7\x03\xae\x92\x16\xf5\x8c\xf9\x21\x7d\x7a\x70\x3f\xe3\x28\x57\x06\xf3\x60\xe0\xe4\xf2\xe8\xfd\xac\xf9\xc3\x4d\x4c\x37\xcd\x5c\x10\x47\xae\xf9\x41\x9e\x2e\xdd\xdc\x33\x6c\x50\xba\x39\x23\x40\x3f\x19\xe9\x2f\x7b\x16\x14\x1e\xfe\xb9\x9d\xf5\x65\xf0\xe4\xca\xb0\x39\x31\xd6\x72\xe5\x86\x58\x72\xd2\x67\xf6\x04\x4c\x97\xca\x6f\xbc\xaf\xef\xcf\xe1\x48\x1d\xfd\x42\x04\x7f\xd0\xcd\xd5\x43\xf8\x75\xf3\xcd\x1d\xeb\xcb\x9b\x58\xf6\xfc\x29\xdc\x8f\x19\xae\xd8\x8c\xaf\x5c\xd9\x22\x22\xe1\x39\x1e\xe0\x86\x98\xda\x03\x73\xd1\xcd\x36\x83\x7f\x10\x8e\x7a\x65\x4f\xb6\xc2\x9b\x14\x82\xfc\x13\x03\x34\x57\xf6\x7c\xfb\x14\x66\x10\xb7\x1f\x98\xa2\x6a\xe5\xe1\xef\xb3\x7f\x03\xf4\xc1\xfd\x9f\x3d\x23\x69\xd0\x33\xd6\x9b\xc2\x58\x9e\x5e\x1f\xfb\xb3\xb0\xde\xa2\x5f\xdc\xcc\x8c\xcc\x3b\x2f\xac\xb7\xe8\x19\x71\x27\x46\xe6\xed\xd1\xfa\xc4\x9c\x5e\xd9\x73\x2d\x51\x78\x42\xb4\x7e\xa2\xf7\xdc\xca\x08\xcb\xa4\xb7\xdc\xca\x47\x18\xe9\x45\xf3\x85\x9b\x18\xbd\xe1\x16\xe2\xf9\x7b\xd1\x7c\x79\xe2\x3c\xde\xb4\xb3\x67\x4c\x12\x3d\x3e\xfe\x3d\xfb\x0f\x7e\xa3\x9b\x2f\x42\xf8\x3b\xd5\xa6\x2b\x3f\xc8\xdb\xf3\xf3\x8c\x6c\x41\x9f\x59\x62\x95\x2b\xe2\xfd\xca\x67\xa4\x4a\xe2\x7e\x2d\xe7\xa6\xd7\x19\x47\xb3\xca\xe5\xe3\xfd\xd3\xe1\x52\x3c\xab\xf8\x4f\xe5\x98\x5c\x1e\x1e\xc5\x93\x35\xaa\x72\x18\xb8\x75\xcd\x2d\xc1\xbf\xd7\xfb\xf8\x9e\x87\x4b\x09\x87\x38\xa4\x53\x2c\xd0\xb1\x1b\x0f\x97\x02\xdc\x11\xe9\x14\x0b\xae\x8d\xc6\xc3\xa6\xe0\x5a\xc8\x38\x84\xe5\xb0\x00\x44\xfc\x5e\xc5\x93\x0e\x93\x39\x94\xe4\xdf\xeb\x19\xdf\x57\xbd\x8f\xfe\x54\x95\x63\xb2\xa9\xe6\x28\x70\x8d\x64\x38\xe9\x2a\x90\x84\x18\x4f\xba\x0a\xd4\x4c\xc6\xc3\xab\x94\x8a\x67\xce\x07\x74\xbe\x0c\x30\x5d\xa5\x7a\xca\x71\x8e\x07\x01\xa7\x74\x3d\x5c\xc5\x99\x95\xfa\xd7\xb0\xd8\x2a\x3f\x92\x48\x97\x5a\xaf\x38\xb3\xa1\xa4\x55\xc0\x6c\xa4\xe6\x2b\xce\x6c\x34\xbf\xb0\x19\x99\xbe\xef\x9e\xf3\x93\xf5\xf7\x37\xaf\x31\x9f\x31\x3f\xbc\xc9\x15\xc3\x78\x55\xff\x61\x36\x9d\xae\xc5\x0b\x58\x05\xc9\x78\xf8\x15\x4f\xed\x44\xc9\xa8\x40\x58\x21\x8e\xdb\x02\x98\x41\x62\x10\xec\x2a\x6f\xe6\x27\xf6\x07\xae\xdd\xc6\xc3\xb0\x38\x33\xe2\x61\x0e\x78\x83\x44\x5c\x87\x55\xde\xb4\x85\x5c\xcf\x31\x80\x9e\xa1\xef\xc1\x4c\xc8\x3c\xca\xc4\x7a\xf1\xf0\x2b\xe7\x26\xd6\xa5\xd6\x2b\xd3\xdb\x67\x7d\x87\x19\xf5\xaa\xcd\x08\x35\x91\xf1\xf0\x28\x87\x19\xf5\xca\xc3\xb8\x80\xf9\x18\x99\x77\x81\x6b\xb5\xd4\x66\x40\x48\x08\x46\x66\x53\x8e\xb0\xd3\xe9\x6d\xb8\x00\x79\xd0\xa5\x96\x2b\x0e\x16\x22\xfa\x84\x8d\x4c\xc2\x45\x71\xe1\x46\xf3\x8b\x9b\x91\xd4\x6e\x05\x71\x6b\xc6\xc3\x11\x18\x09\x41\xc2\x45\xc1\xcd\x88\xde\x7f\x0b\x98\x09\xf9\xe2\x61\x5f\x2f\x64\x46\xe0\x4d\x1b\x98\x09\x99\x41\xc9\xab\x82\x7f\x48\x6d\x5c\x03\xe6\x9f\xcc\xb8\x9e\xfd\x9d\x2f\xce\x57\x8d\x98\x6f\x4a\xf2\x15\x41\xb1\x3a\xbc\x6a\x34\x94\x57\x3e\x0f\x7c\xff\xad\x47\x4d\x40\x47\x21\x73\xad\x29\xa2\x9c\xf5\xa5\x8a\xf2\xce\xe7\x43\xdf\x52\x03\xd7\x04\x04\x13\xf2\xb7\x9a\x0c\xe5\xaa\xdf\xdb\x63\xfb\xc8\x07\xc7\x28\xfd\x55\x13\xf0\x56\xc8\xdf\x6a\xc2\xfa\x70\xbf\x55\xd8\x00\x75\x38\xd5\xdc\x50\x1f\xdb\x83\x30\xa4\xc3\xaa\xc2\x46\xad\xc3\xa9\x66\xd4\x47\xfe\x51\x0b\xd6\x93\xfb\xa3\x42\xf3\xa3\xc3\xa9\x16\xac\x07\xe9\xbd\x42\x13\x24\xfe\x5d\xeb\xd9\xcf\x74\x70\x59\x15\x71\x65\xe2\x5f\xb5\x21\x6b\x07\x0f\xeb\x0a\xfe\x21\x7e\x56\x8f\xb0\xd2\x9b\xfa\xdf\x31\xdf\xe1\x2f\x90\x2e\xab\xf6\x43\x0c\x52\x63\x54\xf3\x8f\xf5\x7c\x98\x89\xd4\x06\x15\x6a\x1c\x31\xab\x6a\x13\xef\xeb\x19\x9d\x27\x33\xaa\x47\x72\xc9\x8c\x30\x5f\xc0\x8a\xe8\xba\xd6\x03\x2b\x22\x88\x99\x54\x00\x14\x35\x11\x2b\x98\x87\x98\x49\x3d\x92\x4e\x66\x84\xfa\xaa\xf0\x9e\x11\x33\xa8\xf3\x6c\x4e\x1a\xbc\x17\xf0\x20\x32\x5d\xa9\x57\x05\x08\x91\xae\xe5\x15\x89\x22\x7f\x88\x7f\xd5\xf3\xbe\xc6\x8b\x5c\xa7\x3f\xc4\x0d\xd4\x22\x06\x8d\xad\x8a\x34\x37\x17\x25\x83\xba\x2f\xbc\xcf\xf2\x8d\xc5\xa1\x64\x05\xfc\x89\x48\x3f\xf2\x05\x00\x8a\x7c\x51\xf2\xaf\x1b\x10\x3b\x22\xbe\x73\x73\x8a\x3f\xf3\x7b\x83\x18\x78\xd8\x03\xb0\x22\xfe\xcc\x2f\xd4\x22\x32\xa8\xd6\x73\x73\x8a\x3f\xe3\x41\x6a\x06\xe9\xc4\x2b\x72\xa8\xaa\xff\x0d\x68\x44\x0c\xea\x5a\xed\x42\x4e\x18\x0a\x0f\x0d\xd9\xa5\xd5\xdf\x76\x61\xfd\xa9\xd6\x01\xc6\x45\xbc\x28\xf9\x00\xe4\x42\x49\x8f\x57\x43\xc6\xac\x8b\xeb\xdf\x42\xc2\x73\xe4\x33\xe8\x83\xf4\xd0\x90\x45\xfa\xa2\x4e\xba\x45\x6c\x56\x32\xe3\x16\xd1\x1f\x0a\x17\x40\xbd\x50\x9e\xd9\x05\xd4\x8b\x48\xd7\xf5\xd5\x1c\x93\xe8\xd2\x33\xd6\x9f\x92\x7e\x4b\x58\xff\xa4\xef\xb1\xfe\x64\xf6\x0d\xcc\x44\x92\x79\x43\x52\x40\x22\x06\xac\x96\xf1\x3e\xe9\xab\xe5\x81\x67\xb6\x97\x27\xbe\x67\xff\x01\x6a\x24\x49\xb5\x39\xb3\xe0\xe1\xd0\x90\xf9\xef\x22\xf3\x69\x05\xeb\x4f\xfa\x6e\x48\x53\xc9\x94\x89\xab\x55\xf4\x5f\xfd\x39\xc2\x8c\x52\xa7\xae\x56\x07\x9e\xd9\x1f\xe4\xad\x66\xc4\xfb\x6a\x10\x56\xa4\x26\x07\x20\x46\xbe\x78\x33\x69\x60\x36\x5d\xf3\xe1\xcc\x86\x37\x93\xd6\xbd\x7d\xb6\xd7\x41\x1f\x1a\x7f\xf7\xfe\xb3\x7e\xdc\x94\x24\xdc\x35\x03\x3d\x50\xad\xdd\x90\x1e\x90\xae\xe4\xab\x1d\xe1\x45\x39\x48\x57\x33\xcf\x12\xa4\xef\x31\xdf\xa2\x9f\xe1\xf5\xb3\xfd\x01\xfa\xa1\x9a\xba\x81\xdf\x74\xf5\x67\x62\x3e\x79\x18\x03\xb1\x43\x09\x3b\x57\x3b\xfc\x26\x32\xc8\x79\xb5\x79\xa3\x9c\xef\x2f\xcc\x07\x6f\x46\x0d\x79\x67\x03\xf7\x7b\x83\x30\x22\x35\x6b\x5b\x37\xca\xf5\x3d\xe6\x87\x87\x13\x10\x39\x62\x10\xbd\x1d\x7e\x11\x65\x26\x68\xdb\xc7\xcf\xef\x37\xd6\x97\xfb\xbf\x6d\xcc\xbf\xe8\x67\x2f\x94\x73\x3e\x91\xb1\x36\xf0\xe6\xd8\x6e\x8c\x8f\x87\x4d\xbb\xbd\x3d\xae\xff\xed\xf5\xfd\x25\x1b\xf0\x6a\x60\x5e\x41\xc4\x8e\xac\x32\x84\x87\x58\xed\x48\x36\x31\x88\xf8\x9f\xb3\xf9\xbb\xe9\x7d\x2c\x16\x25\xef\x06\xa0\xb5\x6e\x7a\x1f\x83\xe7\x4d\x01\xf0\x21\x5d\x92\x1f\xe0\x43\x22\xd3\x82\x2d\xc0\x87\x74\x39\x08\x00\x3e\x24\xcb\xa0\xd6\xa1\xe3\x95\xe4\xd7\x83\xd7\x5f\xf9\x7c\x26\x57\x6a\xad\x1e\x7c\x32\xbe\xc5\xec\xc8\x4f\xca\x08\xe5\xd5\x23\x88\x99\x92\x4e\x07\x33\x93\x0d\xa5\x03\x4f\x4d\x6a\x9f\x8e\xdc\xb7\xcc\x32\xb5\x00\x3f\x92\xb5\x39\x3b\x12\xe6\x33\xcd\xd4\xea\x2e\x59\x51\xd2\xe9\xce\xbc\x28\xe9\xf4\xc3\xbc\xba\xd4\x38\x80\x2b\x89\xc4\xb7\x5a\x80\x23\xc9\x8c\x23\x59\x80\x23\x89\x8c\x78\x5e\x80\x23\xc9\x4c\x1c\xba\x7a\x8e\x28\x67\x7f\x33\xc6\xd7\xf4\x8c\xf5\x22\xf1\xf5\x8c\xf9\x22\x33\xed\x19\xcc\x9f\xc4\x07\xf8\x92\x4c\xb8\x8a\x05\xf8\x92\x2e\x35\x0b\xe0\x4b\x32\xe1\x2a\x16\xe0\x4b\x22\x73\x3f\x2d\xc0\x97\x64\x19\x24\x7b\xc1\x61\xda\x55\x8e\xc3\x8e\x92\x5a\x3f\xcc\xb1\x4b\xcd\xd1\x2b\xfa\xcb\x9b\x09\xe0\x4e\xba\x24\xd1\x5e\xb1\xfe\x3c\xbc\x00\x57\x12\x83\xca\x9b\x7f\xcf\xf1\x80\x99\x32\x6e\x62\xf5\x76\x24\x65\x13\x7d\x22\x73\x2a\x33\x3e\xad\xde\x31\x5e\xad\xdf\xb9\x09\x46\xe6\x74\x5a\xdd\x31\xe8\xb4\x9e\x48\xa5\x1a\x44\xaf\x16\x50\xce\xf9\x03\xb3\x0c\xa2\x57\xc3\xfc\xf0\x26\xd7\x0d\xf3\x41\xe6\xd8\x91\xc2\x37\x88\x7e\x0d\xf4\xa8\xf9\x30\xd0\xa3\xe8\x17\xb9\xb6\x88\x68\xb1\x3a\x52\xd6\x07\xd1\xe7\x11\xee\x62\xd0\x78\x06\xe8\x4f\xed\x0f\xcc\x8f\xc6\x33\x30\xbf\xbc\xf9\x75\xe4\x63\x0d\xa2\xc7\x89\xf5\x24\x3f\xe8\x13\xfb\x8d\xfb\xbf\x2f\xaf\x8f\xfd\x5f\x5e\xae\x67\xaf\x8f\xfd\xdf\x15\x30\x7d\xec\xdf\xb9\xf9\xc5\x20\xfa\x70\x61\xcc\xf4\xbe\xa1\x9c\xfd\x71\xe6\x28\x7a\x38\x37\x39\x93\xf0\x00\x04\x92\x1c\xc4\x7f\x00\x1f\x26\xe1\xa1\x3b\xbf\x13\xbd\x1c\xe1\x2c\x13\x4c\x6f\x01\x71\x24\x32\x8e\x64\x01\x51\x24\x13\xf1\x62\xd9\xd5\x4e\x7d\x59\xe5\x1d\xe5\x95\xcf\x37\x70\x07\x13\x9f\xb1\x7e\x9c\x3f\x0b\x17\xca\xd9\x5e\xc0\xfa\x71\x3e\x81\x38\x92\x03\x85\x23\x20\x8e\x44\xe6\x23\x5a\x40\x1c\xc9\x3a\xcc\x2c\x2c\x3c\xb3\x3f\xe7\x26\x68\xe2\x3f\x16\x31\x3e\x1e\x1e\x16\xb1\x1e\x9c\x5f\x8b\x1b\xe5\xec\x1f\x52\x7d\x07\xfb\x4b\x9c\xcb\xb2\x23\xb9\x65\x1d\x1e\x96\x30\x19\x94\x84\x2d\x63\xb1\x35\x99\x60\x1e\x32\x00\x5a\xc1\x60\x29\xa9\x1a\x52\x2e\x33\x43\xd1\xb2\x7a\x16\xf7\x67\x32\x6a\x42\x39\xdb\x03\x4c\xd9\xcf\x64\x20\xed\x5e\xa0\xa4\x65\x0d\xe9\xb0\x35\x39\x60\x1e\xcc\xdd\xb3\x00\x1f\x12\x99\xac\x67\x01\x3e\x24\x13\x3e\x63\x59\x3b\x8b\xf9\xfb\xfc\xa0\x9c\xed\x01\xaa\xec\xf7\x19\xd9\xff\x79\x38\x01\x2e\x24\x46\x4d\x6e\xf7\xef\xd9\x1f\x30\x93\xa8\xf9\x3b\xcc\x24\xcb\x21\xc0\x0c\xd9\xbb\x35\x9f\x47\x32\x33\x1d\x3e\x80\x1b\xc9\xcc\xef\xb8\xec\x48\x5e\xa6\xc3\xc3\x0c\xa9\xcd\xa3\xea\x5b\x28\x27\x31\x78\xfe\xf0\xa8\xef\x6f\xd4\xc7\xfe\x0f\xcc\x57\xd4\x33\xe6\x97\x37\x01\x1b\x58\x6f\x1e\xb6\x86\x9b\xa1\x0e\x57\x9b\x67\xfd\x19\x54\xb6\x6c\x62\xbd\xb9\x59\x0d\xc0\x81\x0c\x22\x5b\x36\x41\xdc\x1a\xdf\xf2\xf6\x59\xdf\xb9\xe9\x19\x83\xc6\x16\xe0\x46\x62\xd4\xfc\x43\x72\x63\x52\xc7\x65\x48\x70\x1a\x28\xa9\x1a\x80\x37\x03\x0f\x2b\x83\x64\xa6\xc3\xd8\x36\xc6\xaf\xf9\xdb\x0f\x70\x3c\x59\xdf\x7d\x79\xf2\x74\x3e\x07\x94\xb3\xfe\x1b\x29\xed\x35\xbf\xc8\x17\xf8\x33\xdf\x37\xe8\x89\x37\x73\x83\x70\xc5\xc4\x8e\x0b\x70\x23\x31\x8a\x79\x3c\x3e\x9e\x8f\x3e\x06\x98\x13\x23\xb4\xd7\xb8\xce\x7a\x6b\xbf\x00\x0e\x24\x32\x62\x7a\x01\x0e\x24\xcb\xa1\x03\x70\x20\x91\x11\xd3\x6b\x1c\x66\x62\xa2\xd7\x11\x90\x52\x93\x92\xf8\x38\xc2\x95\xc5\xa0\xfa\xb1\xbe\x64\x7e\x23\x7a\x7b\xfc\x3e\xa2\x3d\x0a\x07\x23\x9e\xf5\x17\x7d\x0d\xdc\x1c\x99\x0a\x72\x8d\x08\x2c\xd0\xa8\xef\x91\xac\x9f\xf4\x30\x9c\x39\x51\x58\x18\x09\xe3\xe7\x61\x3e\x90\x90\x54\xc2\xc0\x28\x5e\xce\xf1\x42\x78\x91\x30\x30\x9c\xff\xf0\x30\x1d\x05\xeb\x5f\xf4\xfe\x59\x9f\x9f\xf1\x54\xef\x2f\xdf\xaf\x98\x3f\xd2\xdf\x80\x70\x22\x07\x17\x20\x8a\x64\x39\xb0\x8c\x8a\xf5\xd3\x7c\x3b\x3f\xa2\x70\x06\x04\x11\x93\x81\x7c\x34\xec\x47\x0a\x67\xa3\x83\x1f\x54\x3d\xa3\xff\x3c\x6c\x47\xc7\x7c\x6b\xbc\xc8\xfb\x2e\x61\x61\x18\xe6\x9f\x87\xcb\x30\x8c\x87\xc2\xe4\x30\x1f\x8f\xde\xc7\x78\x34\x3e\x64\xf2\xd4\xe1\x3e\x7c\xbf\xeb\xfd\x79\xf8\x33\xf3\x82\x2f\x20\x7e\x64\xed\x07\x20\x7e\x18\x13\x86\xad\x31\xd1\xdf\xfe\x97\x08\xfd\x05\x78\x8f\x4c\xf4\xd5\x05\x78\x0f\x63\x4a\x84\x35\x16\x26\x53\x8d\x2d\x40\xc1\x92\xf9\x0f\xa8\x91\x98\x55\x70\x8d\x73\xcd\x33\x46\xe8\xae\x71\x98\x45\x64\x04\xf6\x1a\x1b\xd8\xb1\x64\x6e\x80\xfb\xc8\x92\x34\xc6\xc6\xe6\xa4\xa4\x34\x36\x16\x57\xdf\x3b\x73\xa0\xce\x7c\xdc\x67\x71\x93\x36\x13\xae\x6d\x92\x2c\xc6\xed\xf5\xb1\x7f\x48\x07\x2a\xef\x1d\xc0\x83\x44\x46\x60\xaf\xf1\x60\xf2\x28\xf9\x0d\xe8\xa0\xe5\xad\x33\xa1\x16\xd2\x62\x03\xde\x23\x32\x3d\xcb\x02\xbc\x47\x96\x24\x32\x9d\x59\x50\x12\x98\x2e\x79\xfc\x7c\xef\xf5\x7d\xfd\x9d\x11\x8b\x4d\x1b\xc6\xc4\xe6\x66\x50\xd4\x9a\x67\x73\x47\x26\xb4\x5f\x13\x37\x27\x26\x37\x5c\xf3\xdc\x9c\x2c\xa9\xfe\x73\x73\x8a\x0c\x1a\x5c\x13\xe0\xa8\x49\xfd\xc5\xe6\x66\xf6\xc3\x35\xd3\x0d\xb4\x5d\xbd\xff\xa0\xfc\x9b\x3f\xc0\x75\x58\xa6\x70\x30\xcf\xcd\x29\xa6\x9f\xe7\x81\xf7\xf9\x7d\x9e\x80\xeb\x4d\x7c\x5e\x78\x9f\xe3\xc9\x5e\x3f\xbf\x07\x73\x61\xf2\x93\x05\xf8\x0d\x63\x10\xe3\x9a\xe7\xe6\x94\x99\xe3\x70\xcd\x32\x80\xf7\xcb\xf9\x38\xcc\x26\x26\xb5\xe7\xe8\xc1\x51\xcf\x1b\xe5\x1c\xcf\x11\x6e\xa2\x36\xd7\x84\x70\xc3\x24\x89\x6b\x22\x79\xa8\x84\x9b\xd9\xce\x7a\x64\x1e\x76\x13\x37\xa3\xa8\xfa\xba\xf7\x9f\xdf\x83\xb9\x48\x38\x99\x48\x2f\x2a\x61\x64\x1e\xe1\xc3\x08\xe3\xbb\xe6\x11\x3e\x22\x13\xa4\xac\x69\x98\x2f\x0a\x17\x13\x6a\xe6\xa8\xf1\x0c\x4f\xb8\xcc\xf6\x07\xd6\x8f\xcc\x64\x0e\xcc\x2f\x85\xa1\x39\xb1\x7e\x64\x2e\x73\xa2\x7f\x14\x86\x80\x70\x11\x99\x61\x65\x01\xe1\x22\x13\xae\x66\x4d\xa8\x99\x09\x57\xb3\x26\xf2\x0a\x33\xa8\x78\xcd\x85\xf5\x10\x7d\xe1\xa6\x42\x78\x99\x05\x04\x0b\xcb\xda\x0f\x0b\xeb\xa1\xf5\xc3\xcd\x84\x89\xf0\x16\x10\x25\x22\x11\x05\xd6\xbc\xb1\x3e\x14\x0e\xe6\x5d\x01\x9a\xcc\xfa\x21\x1c\x88\x3f\xcd\x1b\xc8\xc5\x41\xf5\x19\xca\xf5\x0c\x7a\xd5\x7a\x42\x73\x23\xe1\x62\x62\xff\x47\x0a\x0f\x40\x88\x30\xc5\xd5\x00\x21\x22\x13\x7e\x66\x01\x21\xc2\x14\x57\x03\xc4\x87\xc8\x3c\x2b\x6b\x85\x1b\x40\xcb\x89\xcf\x0f\xca\x59\x5f\x04\x2e\x33\x0f\x53\x20\x3a\xc4\x44\xe1\x09\x88\x0e\x46\x2c\xba\x05\x44\x87\x48\x34\xe3\x05\x44\x87\x1c\x79\xf8\x2f\x1c\xe6\x72\x58\x5a\x09\xeb\xcd\xc3\x7e\xa5\x81\xfa\xbe\xf9\x00\xc2\x43\x96\x70\xb4\xf2\xe1\x17\xc4\x42\x5b\x2b\x83\x3e\xca\x9f\x6c\x2e\x2b\x63\xf1\x35\x18\xdf\xfc\x54\x0b\xac\x82\xc5\xe3\xb5\x73\x61\x33\x13\x9b\x6b\xad\xe2\xdf\xeb\xfd\x1b\xcf\x9c\xdc\x02\x40\x6d\x1e\x0e\x80\x8b\x88\xcc\x33\xb2\x00\x17\x91\x99\xbf\x6f\x2d\xdf\xec\x94\x3c\xd6\xd9\xec\xc6\xa0\xb6\xb5\x6a\x45\x39\xdb\x3f\x92\x89\x11\xbb\x6b\x2d\x48\x26\x4c\x2d\xb2\x00\x3f\x11\x99\x5a\x64\xad\xe6\xed\x91\x18\x1a\x88\xc5\xf4\x0c\x62\xe1\x66\x5f\x0d\xc4\x62\x7a\x2e\xa8\x8f\xe3\x41\xca\x71\x49\x9a\xab\x1d\x66\x4a\xac\xab\xb5\x1a\x36\xa3\xc6\x8b\x9b\x8d\x24\xab\xe5\xcc\x83\x6a\x8b\x65\x20\x0e\x8d\x6f\xa0\xff\x5a\x5c\xe8\x8c\x25\xf9\xad\x31\x00\xbc\xcd\xfa\x07\xe6\x5f\xe3\x9d\x20\x16\xf5\x77\x02\x79\x5b\x9b\xc5\x99\x09\x99\xcd\x82\x5a\x43\x92\xe3\x9a\xe8\x1f\x25\x33\xc0\x51\x64\x49\x8e\xeb\x08\x17\x56\xb5\xde\xb0\x51\x25\xd1\xcb\xc2\xe6\xd4\xf8\xa0\x43\x66\x86\x91\xb5\x36\xe6\x43\xe3\x83\x4d\x2a\x89\x5e\x6e\x30\x2f\x4a\x6a\xeb\xc6\x61\xc6\x9b\xc3\xba\x23\x90\xc4\x55\x8e\xfe\x51\x72\x03\x82\x44\x4c\xa2\x0f\x08\x17\x92\x3c\x17\x6c\x56\x4c\x4a\xb2\x96\x33\x17\x4a\x9e\xeb\x39\xcc\x40\xae\xee\x0b\x37\x11\x49\xaa\xfb\xdc\x44\x4c\xae\xee\xfb\x42\xff\xf8\x3e\x10\x24\x22\x73\x87\x2c\x20\x44\x64\xc2\xf1\xac\xed\xcc\x87\xc2\xc0\x3e\x37\x0f\x93\x6b\xf8\x0e\x38\x2c\x49\x7f\x3b\x00\xaf\x9c\x37\x95\x1d\x0e\x73\x96\xb7\xdd\x86\x0d\x8a\x41\xd0\x6b\x43\xed\x21\xe1\x10\x88\x12\x51\xc2\xc3\x76\xe1\x82\xeb\xb5\x61\x83\x92\xf0\xb0\xd3\x59\x5f\x46\x6c\xaf\x9d\x40\x7f\xdc\xff\x3b\x01\x4e\x9d\xcc\x73\x27\xc3\xf7\xdf\xfa\x00\xa1\x22\x66\x1e\xd6\x3b\x7b\x7b\xec\x5f\xf1\xfe\xb0\xfe\x82\xf5\xe1\xfa\x6e\xf0\x0b\xa2\x98\xaf\x5d\xb1\xbe\x14\xbe\x80\x30\x11\xb3\xe6\xab\x9e\xf5\x92\xf7\xe9\x3e\x37\x8f\x98\x79\xf8\xef\x06\x7a\x22\x3f\xd9\x87\x1f\x44\x06\x81\x2f\x20\x46\x44\x09\x33\x40\x8c\xc8\x4c\x5c\xb8\xb6\xef\x67\xd2\xcb\x86\x4d\x4a\xc2\xf0\xee\xfe\x3d\xfb\xdf\xfd\x7b\xce\x57\xc7\xfa\xfe\x7c\x8f\xf5\xa1\xf0\xbb\x3b\xd6\xf7\xa7\x3e\xcc\x87\xe8\x07\x37\x15\x22\x34\x2c\x20\x4a\x64\x09\xbb\x1b\xfc\x84\x41\xeb\x6b\x8f\x0a\x00\x7b\xbe\x7f\xf8\x47\x64\xe6\xd8\xb5\x91\xff\x43\xde\x7b\x7b\x60\xfd\x78\x98\x03\x31\x22\x12\x91\x61\x6d\x17\x46\xec\x4f\x71\x2e\x80\x93\xc8\x92\xac\xf7\x8a\x80\xcb\xe7\xe4\x83\x99\x24\x5e\xdb\x37\xd4\x1c\x84\x77\x58\xfb\xdc\x64\x72\x12\x31\x83\x79\x64\x11\x1b\x98\x05\x23\xe8\xd7\xde\x67\xf1\x65\x40\x03\xfc\x43\x64\x86\x8e\x05\xf8\x87\x2c\xc9\x75\x83\x39\x30\x25\xc7\xda\x30\x68\x27\x4d\xc6\xe3\xed\xb1\xfd\x67\x00\xb0\x9f\x93\x01\x83\xb6\x5c\x41\xf7\xb3\x50\xae\x67\x6c\x4e\xaa\x79\x6e\xdc\x4c\x24\x99\xde\x60\x0e\x99\x92\xc3\x8d\x9b\x88\x5c\x41\x6f\xa8\x2d\x88\x1d\xb5\x00\xff\x60\xf2\x93\xbf\x71\x53\x91\x24\x7d\x23\xa5\x88\xfc\xe6\xef\x80\xc5\xa4\x64\x01\xf8\x86\x48\xb8\x85\x05\x78\x86\x2c\x49\x1b\xf0\x0c\x59\x92\xf6\x7d\x6e\x26\x26\x1b\xd6\x0d\x03\x36\xb3\xe9\xae\x1b\x69\x45\x64\xc3\xba\x9d\x79\x14\xbd\x8f\xf1\x15\x95\x6f\xd4\xcf\xfe\x1f\xe6\x90\x89\x5d\xb5\x6e\x30\x07\x49\xe6\x40\x64\x30\xb9\x2e\xdf\xb8\x89\x48\xf2\xbd\xcf\x4d\xc4\x64\xb3\xba\x61\xc3\x91\xa4\x7a\x3b\x73\xa1\x70\x71\xd7\xb3\x7e\x4c\x54\xb2\xee\xc3\x1c\xcc\xb4\x1e\x10\x16\x08\xf9\xbf\xee\xc3\x1c\x4c\xae\xb4\x40\x6c\xc8\xba\x79\xdf\xc8\xef\x20\x6f\xa4\xdb\x99\x07\x75\xce\x77\x3f\xeb\x25\x6f\xa0\xbb\x63\xf3\xf1\x70\xb9\xa1\xa6\x48\xea\x7f\xc7\x7a\xf1\x66\x70\x77\xf4\x8f\xc2\xc8\x0d\x9b\x0a\xd3\x4f\xac\x1b\x6a\x0c\x49\xca\xb7\x33\x07\x32\xfb\x7b\x60\xfd\xd4\x9f\xe1\xe5\x7c\x7f\x4c\x94\xb3\x7d\xdf\xec\x64\x76\x40\x7c\xc8\x92\x8c\xef\x89\xf5\xd0\xf7\x13\xeb\xc1\xfd\x73\x23\x1b\x90\xbc\xfb\xee\x05\xe6\x4a\x66\x77\xfb\xfe\x26\x73\xbb\x21\x1c\x10\x1e\x66\xdd\x0b\xf4\x47\x49\xfb\xf6\xfd\x4b\xe6\x77\x23\x0e\xe7\x92\xc7\xc6\x0d\x5f\xd8\x4b\x2e\x1b\x37\xac\x18\x4c\x5b\xb8\xee\xc7\x93\x62\xa8\x8b\xd8\x92\x45\x24\x7d\xce\xf7\xcc\x44\x86\xeb\xf6\xac\x10\x72\xe2\x78\x60\xb7\x65\x5a\x82\xf5\x5c\x98\x73\xee\xe9\x07\x7b\x9a\x69\x09\xd6\x13\x90\x46\x43\x5e\x07\x80\x91\xc8\xcc\x85\xb2\x9e\x30\xfd\x05\xfd\x71\xa8\xb4\x70\xd7\x3d\x01\xbb\x84\x54\x0a\x5c\x89\xa8\xfb\xd3\x03\x4b\x2e\xd3\x23\x2e\xe0\x4a\x44\xdd\x9f\x9e\x73\xdf\x08\x97\xfc\x30\x9e\x84\x2e\x92\x6c\x9f\x04\x36\x48\xb2\x7e\x12\xa6\x9d\x64\xfc\xf8\xb6\x24\xdb\x78\xb2\xcf\x32\xe9\xee\x29\x5e\x21\x7b\x54\x7d\x5d\xc8\xe8\x9f\x23\x95\x47\x41\x27\x3c\x70\x5b\xbd\xe4\xca\xf0\x54\xc3\x0b\xec\x42\xc5\x24\x51\x61\xfa\x54\x2c\x4b\xf9\x93\x69\xff\xf1\x4c\x0f\xb2\x75\x3d\x30\x6f\xe8\x06\x08\xe4\x8a\xa8\x1b\xdf\x03\x0d\x00\xd1\xec\xd7\x03\x0d\x00\x61\x84\xd6\xd3\xdf\x54\x28\xfa\x20\xe1\x03\x8e\xaf\x7b\x2e\x12\xcd\x79\x2f\x78\x81\xe3\x83\xc1\xa3\x68\x0d\x71\x8c\x13\x88\x68\x3d\x86\x29\x26\x67\x7c\x0c\x6b\x26\x8b\xc1\x83\x7b\x00\x61\xe0\xd6\x33\x3c\x1b\x8a\xc6\x00\x7b\x67\x11\x15\x60\x6f\x0b\xcd\xe1\x81\x3d\x93\x38\x71\x0b\x68\x1c\x59\x17\xaf\x07\x7b\x5d\xe8\x0e\xcf\x1c\x9e\xbe\x85\x3d\xc0\x4d\x40\x37\xa9\x07\x7e\xf8\x17\x31\xc3\xd7\x33\x31\x26\x5e\x35\x1e\xec\xee\x22\xb2\xf1\xd3\x9b\xa7\xe5\xb3\xbc\x87\x7a\xdf\x7b\xc4\x39\xdc\xd5\x13\xc0\xf0\x05\x28\x1e\x75\xf7\x79\xb6\x67\xa0\x21\xff\x7c\xe0\x70\x42\xb8\xa5\xf5\xdc\xde\x03\x2e\xd3\xed\x15\x70\x4e\x6e\xef\x01\x27\xf5\xf1\x75\xa6\xf4\xf5\x3c\x58\x67\x11\xc2\xf3\xe6\x9c\x61\x97\x60\x35\x95\x6e\xe0\x79\x40\xb7\x4d\xcf\xd8\xdc\x54\xf6\xed\x0b\x96\x0a\x02\xdd\xef\x0b\xca\x08\x26\x97\xdc\x97\xb3\x97\xef\x88\xda\x17\x44\x82\xf2\xdd\x4f\xf7\x75\x61\x92\xbf\x39\xd9\x57\x00\xe1\x34\xd6\x07\xb3\x29\x81\xf1\xf7\x05\x65\x25\x95\x0f\xfb\x0a\x3e\x45\xac\xdf\x99\xcd\x47\x06\xfb\x72\xe6\xf2\xdd\x47\xf7\x15\x41\x06\xd4\x1e\xed\x2b\x82\x61\x7e\x17\xd2\x7d\x39\x33\xa9\xec\x40\x02\x99\x74\xbe\x9f\xbc\x01\x36\x98\xb1\xaa\xb1\xb0\x47\xf0\x4a\xa3\xba\x62\x5f\x70\x71\xbd\xa8\x0f\xd9\x57\x06\x6f\x68\x7c\x86\xbe\x91\x58\xed\xfb\xf2\x53\xbe\xb3\x47\x30\x66\x10\xab\x7d\x5f\xce\x9d\x34\xc5\xd5\xbf\xe7\x14\x56\xff\x5e\xe5\xa0\x82\xa8\x1e\xe1\x8e\xc1\x3b\xea\xbe\xe0\x94\x7f\x45\xf5\x08\x1a\x48\x5e\x52\xf7\x05\x0d\x24\x2f\xa5\xfb\x6a\xde\x22\x17\xd1\x53\xcd\xf0\xd6\xb8\xaf\x23\x48\xc4\xf2\xf3\x9c\x3c\x17\x11\xbb\xe0\x1c\xec\xe7\xb9\xf8\x0b\xec\x42\xab\x68\x52\x4d\xdc\xfe\x82\xfa\x00\x06\xd2\xd9\x44\xf7\xf4\x48\xfa\x02\x36\xda\xa2\x69\xec\xde\x24\xa7\x05\x37\x99\xa2\x59\xc0\x4d\x86\x37\xe9\x7d\x75\x6c\x5f\x63\x8f\x9c\xa5\x19\x97\xc9\x40\x49\xd4\x3b\xef\x0b\x57\x15\x5e\x85\xf7\xe5\x09\xab\x98\xa2\x7b\x5f\x50\x9c\xf2\x2e\xbc\x2f\x67\x69\xea\xf1\xf0\x0a\xf8\x3e\x5c\x34\x8a\x86\x38\x41\x6a\xd4\x44\x6e\x20\xc8\x64\xc2\x0b\xee\x6b\xe2\xa0\xa0\x40\xb3\x2f\x67\x59\xaa\x71\x61\x3b\xff\xc9\xe8\xbf\x2f\x18\x59\xb3\xb6\xfa\x8e\x5e\x3b\xfb\xb3\x07\x5e\xe0\x0c\xed\xe9\x19\xa1\x38\xc5\xb0\x94\x10\x48\x7c\x5f\x9e\x92\x86\xf9\x82\xf7\x05\x86\x46\x24\xf1\x7d\x41\xb5\xca\xdb\xfd\xbe\xee\xdb\x73\x48\xf1\x8f\x23\x21\x65\x5e\xef\xb7\xc3\xce\x5c\x49\xfc\xe1\x39\x73\x4a\xac\xec\x0d\xdc\x99\x9c\xb5\x48\xf0\xc9\xe5\xfd\x7d\x87\xc3\xbf\x32\xef\xef\x3b\x5c\xbe\xaa\xdc\x8d\x01\x4e\xb7\xbc\x80\xef\xf0\xa6\xbd\xe2\x76\x0c\x87\x83\x45\x22\xa5\xec\x80\x4b\x0e\x43\x28\x76\x38\x1c\x2b\xe7\xc0\x0a\x03\xf2\x80\x69\x7f\x07\x08\x50\xb4\x4f\x6c\x40\xc7\x44\xc2\x69\x6f\x40\xc3\x64\x5e\xf1\x77\x00\x87\x62\x2e\x9d\x1d\x20\xee\xf0\x8a\xbf\x03\x72\x31\x5c\x3f\x15\x82\xc1\x10\x92\x7a\x03\x0b\x26\x67\xf5\x18\x0c\x86\x10\xd4\x3b\x94\xdb\x33\x73\xe9\x83\x07\x2f\xb0\x85\x8a\x49\xd3\x10\x0f\xc7\x89\x04\x57\xd9\x00\x83\x89\xc4\x84\xde\xa1\x36\xaf\x50\x2f\x60\x08\x89\xb3\x5e\x7d\x08\x7a\x5e\x28\x37\x3e\x83\x14\x03\x9f\xc1\x80\x18\x06\xb2\x43\xc3\xaa\x11\x0b\x6f\x07\x38\x78\xd0\x26\xb3\x03\x36\x3f\x51\x9a\x37\xe0\x64\x32\x6d\x32\x3b\x80\x19\x10\x6e\x65\x07\x6c\x7e\xaa\x11\x76\x80\x03\x06\xd5\x06\x3b\xe0\x66\x42\xb5\xc1\x0e\xe6\xc9\xcc\x2a\x7b\x08\x0b\x2b\xaf\xfa\x1b\x78\x30\x91\x78\x2c\x3b\x78\x36\x3a\xde\x55\x76\x98\xe7\x68\x26\x2e\xf1\x0e\x9e\xee\x8a\xf0\x74\x3b\xcc\x82\x17\xd8\x65\xe7\x06\x4c\x50\xb7\x01\x09\x13\x09\xa1\xb2\x03\xd2\x2c\x5c\xbc\xee\xec\x00\x5d\x27\x31\x54\x36\x30\x63\xf2\xcf\x32\xc3\xd0\x4a\x5d\xe7\x06\x86\x4c\xce\xa2\x8b\x05\xba\xe0\xe5\x62\x07\xe7\x10\xa2\x0b\x4f\x79\x45\x88\xb9\x1d\xa0\xfd\xfc\x59\x77\x78\xd4\x12\x0c\x79\x07\x98\x3e\x09\x86\xbc\x03\x4c\x9f\x59\xeb\xee\xbb\xb9\xe8\x79\x9e\x67\x9e\xfe\xc1\x77\x33\xe9\x20\x5e\xd5\x73\xb0\x35\xfe\xd1\xf0\x41\xe0\x33\x36\x23\xe9\x20\x5e\x86\xf2\x6f\x88\x80\x7d\x89\x84\x91\xd9\x80\x7d\xc9\xd4\x30\xec\x18\x30\x25\x9f\x8c\xb7\xa3\x6f\xee\xef\x32\xb4\x63\xc4\xb2\x4a\x7c\x88\xb8\xcc\xe4\x4f\x24\xdb\xd1\x13\x43\x49\x7e\x88\x11\xcb\x5a\xd9\x42\xf2\x1e\xb0\x3c\xa1\x02\x8a\x17\xd1\xb9\xc3\x77\x87\xdf\x00\x66\x09\x97\x0e\xe3\x98\xb0\xf9\x48\x89\x31\xf9\xaa\x75\xb5\x80\xdd\x4c\x0e\x17\xdf\xc4\x78\x3c\x09\x23\x0c\xaa\xd4\x39\x6f\xc0\xb3\x44\xa2\x12\x6f\xc0\xb3\x64\x02\x4d\xee\x98\xb1\x0a\x24\x5d\xc0\xb5\x64\x46\xe4\xee\x58\xb0\x3b\xeb\xf5\x17\x77\x80\x1d\x61\x71\x61\xd2\xd1\x1d\xa1\xe4\x20\x06\xf2\x8e\xd0\xa0\xd2\x5c\xb9\x23\x34\xa4\x95\x12\x23\xc0\x5c\x32\xf3\x22\xee\x08\xe1\x25\x8b\x04\x5a\xf5\xbc\x79\x7c\xa1\x81\x46\x28\x42\x46\xe7\x15\x94\x4d\x80\xc6\x92\xb3\x66\xdc\x79\x05\x45\x95\x68\xd1\x13\xed\xf1\x05\xf8\xd5\x8b\x17\xc4\x37\x33\x5e\xd2\x1f\x58\x73\xad\x08\x94\x9a\x55\x0b\x00\x41\x81\xb9\x4f\x77\x84\x91\x84\xf8\x37\x3b\x3a\x33\x21\xef\x88\xc3\xbf\x67\x07\x86\x7f\xcf\x1e\x0e\x90\x80\xf6\x59\x84\x49\x36\x8b\x04\x3c\xf7\x9e\x36\x1a\x10\x5d\x22\x11\x71\x76\xf4\xdb\x53\x15\x5d\xe3\xf6\x94\x45\x23\xce\x5b\x28\x1d\xc5\x85\x8d\x23\x9a\x59\x11\xe5\x1c\xa2\x67\xdb\xfb\x21\x53\x67\x36\x5a\xe6\xe5\x2d\xaa\x85\x85\xbd\x4f\x61\x27\x7a\xfe\xbd\x1f\xb2\x84\x1d\x97\x60\xc5\x3b\x1e\xe6\x13\x89\x9a\xb3\x81\xea\x12\x89\x92\xb3\x81\xea\x92\xb3\x08\x07\xcc\x89\xa8\x39\x3b\xc2\x0f\x84\xa8\x38\x1b\xa8\x2e\x39\x8b\x4e\x6e\x27\x24\x4a\x88\x80\x6d\xc9\x59\x3b\xf1\x7e\x33\x1c\xb2\x46\xe8\x67\x89\x50\xba\x81\xcb\x12\x09\x37\xbc\x81\xbb\x92\xb3\x28\xef\xf1\x1e\x7d\xef\x27\xe4\x06\xb8\x98\xb6\x6c\xa7\x73\xdb\x8a\xb4\x96\xec\x74\xbd\x39\x12\x03\xff\x28\x78\x21\xf1\x19\x9b\xa1\xab\xdc\xfc\x83\xcc\x3f\x20\x8c\x74\xd5\x38\xfd\x85\xc2\x3f\x1e\xff\xe3\x9b\xb6\x14\xde\x4e\x35\xfe\xe1\x89\x12\x79\x9a\xa7\x70\x38\x12\x51\x85\x77\x0a\xb7\x67\x62\x64\xa3\xce\x35\x89\xf3\xbb\x93\x73\x4d\x8a\x48\x00\x74\xc9\xb9\xeb\x83\xe6\x1f\xb0\x13\x30\xfb\x30\xd4\x6d\xa7\x04\xea\x21\xb8\xec\x4e\x70\xaf\xcf\xdc\x62\x29\xfb\x44\xb0\x02\xe7\x61\xdc\x52\xa9\x54\xcf\x06\xc9\x17\xe0\xc2\xaa\xc3\x34\x15\x4f\x27\x59\xf4\x05\x16\x97\xd4\x90\xe0\xe6\x41\xf8\xd8\x9d\x5c\x68\x22\x31\x24\x28\x69\x08\xf7\xba\x01\xa2\x92\x99\x7f\x75\x27\xb0\x21\x82\xde\xec\xd4\x6f\x94\xf3\x7d\x38\x9c\x53\x79\xb8\x81\x83\x12\x1b\xb9\x72\xb2\xe6\xf9\x23\xf5\x01\xe6\xa8\xe8\x19\x4c\x80\xd7\x11\x00\xa5\xc4\x46\xb6\x9d\xc6\xf0\x04\x93\x7a\x61\xe2\x05\xce\x29\x54\x2e\x74\xb4\xd8\x69\x60\xc4\x64\x22\x40\x52\xc9\x74\xb4\xd8\x69\x26\xcf\x48\xc9\x2e\xc2\x38\x4b\x44\xd6\x9d\xa6\x4f\xa1\x2a\xf0\x1e\x88\x50\xc0\x75\x08\x89\xbb\x81\xc5\x12\x09\x44\xb3\x13\xd2\xd6\x5d\x84\x59\xdb\x69\x35\x7c\xf0\x17\x3d\xdb\x4e\x30\xbf\x10\xd0\x75\x27\x48\x2f\xcc\x10\xbb\x93\x33\x10\xb2\xac\xb4\xbd\x72\xb6\xee\x0c\x84\x6c\x3b\x81\x61\x48\x1a\x02\xb2\x4b\x24\x92\xcc\x76\x64\x97\x8b\xb8\x5f\x3b\xdd\xd8\xce\x64\xcb\x09\xa0\x78\x57\xd7\x9a\xe2\x7e\xc4\x9c\xb4\x3b\x9d\xfb\x51\xa6\xf2\x76\xa7\xdb\x73\x82\x6a\x89\x60\xe1\x61\x88\xe2\x4e\xf0\x9a\xa7\x36\x77\x27\xe7\x40\xe4\x81\x09\xb0\x9b\x57\xd7\x1c\x3c\x0f\x5e\xf8\xc6\x9c\xaf\x37\x11\xa8\xfe\xc0\xa0\xc8\xb3\x32\x22\xa4\x99\xb6\x76\x67\xe7\x40\xe4\x38\x80\x8f\xc9\x84\x97\xd8\x80\x8f\x09\x17\x43\xf0\x77\x3e\x17\xac\x4c\x7c\x89\x0d\x3c\x98\xcc\x3c\xbb\x3b\x07\x27\x0a\x6e\xe5\x8c\xc8\xa0\x42\x16\x96\x83\x27\x3a\xe5\xde\xce\xb0\x21\x13\xb8\x75\x03\x21\x26\x53\x21\xbd\x81\xd8\x12\x9b\x2a\x04\xaf\xa0\x42\x7a\xe7\x8c\x49\x52\x7d\xe0\x1d\x54\x48\xef\x5c\xa2\x27\x0b\xe5\x10\x70\xc1\x62\xaa\xdb\x9d\x8b\x67\xef\xfc\xb4\xf4\x3b\x23\x98\x86\x98\x17\x1b\x18\x2e\x91\x18\x3b\x1b\x18\x2e\x99\xb9\x6d\x77\xae\xde\x43\x4e\x6a\xf5\x06\x58\x5f\xf5\x1e\x72\x52\xe1\x9f\x4a\xe8\xe1\x9d\x2b\x66\x80\xcc\x2b\xd7\xdb\xd3\x93\xb2\x03\x30\x23\xd3\x6c\xbb\x73\xf3\x7c\xa4\x94\xe9\x32\xfc\x4a\x98\xdd\x76\x67\x78\xd4\x13\x15\x67\x03\xc5\x25\x5c\xc6\xad\x98\x7b\xc4\x0b\x1c\x12\x92\x3c\x5d\x26\xc2\xe9\x87\x9b\x10\x21\x76\x67\x80\x42\x5d\x8c\xd0\xd9\xb9\x6f\xbc\xc0\x3e\xc1\x3a\x44\x20\x9b\x0d\x20\x97\x4c\x2d\xfd\xce\x86\x65\xe1\x95\x2b\x8f\xea\x39\x55\x39\x6b\xb0\xfd\x12\xe9\x66\x67\x98\x7f\xa8\x36\xdf\x40\x6a\xc9\x54\x9b\xef\xbc\xa2\x27\x59\xd5\x1f\x98\x76\x5e\x37\x32\x40\x36\xc3\x25\x62\x87\x4a\x98\x4a\xeb\x0d\xac\x96\x28\x16\x0c\xac\x96\x4c\x25\xf6\xce\xe0\x38\x44\x95\xdd\xc0\x6a\x89\x8c\xa8\xdd\x79\xfb\xf7\xec\xc0\xf6\xef\x39\x82\x7d\x7b\xda\x56\xbd\xf0\xe0\x03\x76\xe8\xf6\x3c\xad\x51\x7f\x60\x1d\x79\xea\x00\xcd\x25\x76\x6d\x47\x88\x28\x54\x62\xef\x0c\x13\x72\xd7\x6e\x84\x09\x99\x00\x26\x3b\x83\xc1\x74\xed\x4e\x88\x2c\x44\xc7\xd9\x40\x77\xc9\xba\x90\x39\xba\x4b\xb8\x7e\x2a\x00\x19\x50\x42\xc9\x8f\x67\x9e\xfd\xf9\x02\x64\xc0\xed\x0d\x7c\x97\xc8\xa8\xde\x0d\x7c\x97\x4c\xa5\xf8\x2e\x97\xf7\xa0\xf2\x19\xec\x81\x37\x30\x40\xbc\xc4\xce\xdd\x5b\x9c\xbf\x90\x09\x17\x20\x7b\x06\x46\x3a\xee\x12\xce\xfd\x80\x80\x35\xbb\x00\x8d\x2e\x30\x94\x71\x17\x98\xa1\x75\xac\x01\xc4\x25\xf6\xf8\xa7\xeb\x0e\x10\x5e\x32\x33\xd9\xee\xe2\xcc\x89\x1b\xaf\x44\x10\x25\xaf\xfd\x25\x39\x51\x92\x9b\x15\x5c\x10\xa5\x81\x2f\xc9\x89\x92\xec\xac\xc0\x6a\x4d\x5c\xed\x0d\x4c\x97\xc8\x30\xe5\x0d\x4c\x97\x2c\x15\x7d\x01\xbb\x63\xd8\xf2\x2e\xc0\x64\x08\x34\x3f\xed\x52\x3c\x99\x2e\xc9\xb2\x80\x7d\x11\x6c\x74\x03\xf5\x25\x4b\x49\x5f\xc0\xbe\x08\x2e\xba\x0b\x34\xd4\x52\xd2\x17\x68\xa8\x03\x23\x63\x77\x71\xfe\x56\xf5\x5c\xfd\x05\x76\x01\x0e\xfb\xd2\xda\x97\x3a\xfc\x05\xce\x4a\x05\x59\x65\x35\x01\x8e\xa8\x45\x05\x47\xec\x59\x2d\xe0\x24\xd5\x9a\xc2\xe6\x16\x82\xc8\x0c\x2a\x27\x62\x96\xee\xe2\x0c\x91\x17\x22\x20\xd5\x9c\x0f\xf4\x07\xe8\x90\x74\x5c\xba\x8f\x81\x5b\xb1\x74\xef\x73\x24\x65\x3a\x47\xa4\x00\x56\xba\x27\x3d\xa6\x3a\xb7\xc0\xca\x26\xdd\x01\xd0\x69\xce\x0b\x1c\xa5\x79\xa7\xd8\x84\xb3\xcc\xa2\x67\x10\x13\x79\x70\x19\xde\x69\xb2\x83\x32\x12\x3e\xd0\x0b\xd9\x5f\x60\x9f\x06\x88\x49\x4b\x0b\x9d\xb5\x8c\x17\x05\x57\xd1\xae\xa5\x85\x4e\xa9\x6b\x25\x9d\x23\x6a\x9e\xa1\x42\x92\x71\xa3\x38\x47\xd4\xb4\xba\x0c\xc6\x4b\x5e\xd9\x11\xe5\x9c\x02\x5c\xe2\x64\xfc\x28\xdb\x67\xb9\xab\x42\x9f\x65\xed\x97\x8d\x59\xa6\x14\x56\x36\x28\xa3\xa9\x45\x50\x86\x46\x74\xa4\xb4\xcc\xec\xb3\xbb\x38\xc7\xe4\x2d\x0f\x10\x35\xb9\xfc\x3c\x63\x84\x94\x98\xca\xe3\x3d\xa2\x18\x5c\x60\x92\x2f\x3f\x2f\x80\x67\x73\xbf\x56\x67\x70\x3c\xb6\x2a\x2c\xf2\xb2\x95\x54\x67\x70\x3c\xec\x2b\x2e\x60\x81\x0e\xe0\xbb\xc2\x06\xc6\xd0\xee\x5d\x61\x70\x27\x96\xfa\xae\xce\x9f\x28\xf8\x57\x18\xd8\x3b\x8f\xea\x0a\x37\x19\xfa\xc4\xee\x0a\x13\x19\x11\x15\x77\x85\x01\x5e\x09\x41\x37\x50\x62\x82\x32\x70\x6e\xc0\xc4\x64\x7a\xc5\x6e\xc0\xc4\x44\xe3\x51\x5e\x93\xf7\x88\x2d\x26\xaf\x31\xeb\x05\x90\x85\xe6\x00\x3c\xcb\x78\xf6\x57\x17\xd1\x34\x07\xf0\xac\xa1\x9b\xec\xae\xb9\xe0\x7d\xf6\x10\x56\xba\x40\xa7\xea\xed\x40\x34\xcc\x79\xbb\x6b\x7e\x87\xc0\x49\xcb\x13\x35\x70\x08\x9e\x71\x3d\x66\xfd\xb1\xf1\x02\xc7\x50\x02\x9e\xd9\x65\x98\xe9\x8c\x27\x63\x85\x5e\xab\xf0\xfe\x57\xc1\x34\x19\xe0\xbe\x01\x55\x93\x99\xae\x62\xd7\xea\x43\x62\x8f\x2b\x86\x14\x54\x0e\x41\x5a\xab\x0c\x93\x9a\xfd\x29\xe5\xf2\x06\x6e\x4d\x50\x5a\xc5\x5d\xe1\x01\x40\x54\xc5\x5d\x11\x24\x50\x2f\x3d\xa3\x75\x9e\x71\x15\x11\x8d\x74\x4d\xda\xc0\xae\xc9\x55\x2b\x0c\xce\x43\x14\xc5\x0d\xac\x9a\x5c\xb5\x80\x88\x48\x24\x6a\xe2\xae\xe6\x14\x20\x22\x44\x3c\x34\x61\x13\x77\x1d\x9e\xf1\x5c\x54\x08\x07\x01\x06\xdc\x6f\xa0\xd9\x44\xe2\x26\x6e\xa0\xd9\xe4\x2a\x12\x00\x67\x32\x32\xd3\x0a\x1d\x18\x3d\x99\x77\x85\xc3\x80\x91\x97\x56\x48\x83\x44\xe0\xdf\xf5\x5c\x4e\xa3\x84\xfc\x8a\xcb\x69\xa0\xb7\xd7\x06\x1c\x4e\x94\x90\x0f\x38\x9c\xa0\xd4\x85\xbb\x4e\x8c\x39\xb1\x45\x38\x0c\x10\x29\x71\x57\x04\x2a\x54\x91\xdc\xba\xf1\xac\x72\x9c\x49\x49\x43\x46\xd8\xa3\xec\x6b\xd5\x99\x5f\xd2\x1c\x20\xe8\xda\x44\xd4\xf0\x30\x08\x32\x10\x56\x44\x5d\x9b\x88\x1a\x16\x3b\xe3\xa1\x55\x21\x2e\x56\x11\x31\x0c\x76\x04\x3b\xdc\x15\xcc\xd0\x28\x5c\x39\x44\x0e\xd3\x14\xec\xfa\xf8\xf7\x9c\x34\x78\x24\x04\x59\x00\x2b\x1c\x0e\x74\x11\x01\x26\x4e\x24\x00\xd5\x6e\xf0\x27\x90\x3d\xaf\x81\x39\xd2\xe5\x6c\x03\xe3\x26\x04\x7a\x69\xec\x06\x87\x01\xa3\x38\xd4\xc0\x0c\xe9\x63\xb6\x5b\xc0\xb2\x93\xd0\x1b\x98\x21\x11\xa7\x76\x8b\xbe\xac\x3c\x40\x5a\xc4\xb2\x56\x3d\xfb\xb2\xf2\x40\x69\x60\x8f\x44\x1e\xd8\x0d\xf6\x39\x02\x1e\xee\x06\x4c\x2d\x65\x9d\xdb\xcd\xb9\x21\x4f\xe9\x06\x01\x8c\xa0\x69\xbb\x41\x00\xd3\x4d\xa9\x1d\x66\x96\x2b\xf7\x5a\x73\x66\x26\xcb\xac\x03\xe1\xe8\xe6\xd4\xe0\x72\x10\x64\x99\x6d\x70\x39\xa0\xa3\xdc\x6e\x87\x77\x65\x66\x5f\xd8\x0d\x16\x40\x3a\xca\xed\x56\xbc\x45\x4e\x22\x74\x59\x46\x6e\xd1\x60\x21\x0c\x32\x6a\x3a\x54\x0e\xb3\xec\xee\xe6\x12\x9d\x6c\x90\x0d\x11\xdd\x04\xfa\xdb\xad\x7a\xc2\x7f\x1e\x5a\xcd\xd9\x9b\xa6\x1d\x6a\xfb\x4a\x5a\x6f\xf0\xa8\x32\xcd\x3a\x4c\x84\x44\xfe\xdb\xad\x62\x48\xdc\xbe\x0d\xf2\x1a\xc1\xb3\x76\x43\xe0\x83\x8c\x9c\xcd\xd9\x25\x8f\xa0\xd6\x7c\x48\x6a\x10\x0e\x06\xcc\x28\xb1\x81\xce\x13\x94\x4c\x6d\x03\x9e\x27\x12\x4e\x6b\x37\xf8\x44\x99\x96\xb9\x7b\x05\xec\xb1\xb3\x4c\xd3\x73\x43\x39\x47\x00\x87\x82\x20\x63\x52\x43\x60\x95\xcc\xaa\x0d\x39\x26\x08\x46\xf7\x00\xc2\x20\x74\x62\xa2\x3c\xe6\x19\x9f\x78\x46\x3c\x06\x85\xb1\x90\xc7\x1f\x73\xb0\x4c\x46\xd2\x3f\xe6\x79\x11\x68\x04\x7c\xcc\x53\xb6\x31\xe2\xe5\x31\xd8\xd4\x32\x55\xf7\x0f\x90\x11\x42\xef\x45\xcd\xf6\xef\x8f\xff\xff\xa3\xe7\x31\xa8\x9c\x33\x31\x21\x1f\x83\xc9\xbd\xa7\x9f\x4e\x4e\x4f\xf4\xa5\x4e\x7a\xa6\xac\xa6\x37\x90\xfa\x87\xb7\xa2\x07\x68\x0c\xa1\xda\xa7\x31\x79\x00\xc7\x10\x1a\x9d\x29\x1e\x73\x58\x61\xea\x40\x1e\x00\x32\x84\xd6\x93\xde\x70\xa0\x65\x63\xb3\x01\x93\x45\x7f\xdc\xc7\x80\xf6\x59\xe9\x16\xf7\x18\x54\xdd\x95\x1e\xde\x8f\x79\x5a\x08\x5e\x7d\x1e\xc0\x3c\x84\x4a\x90\xb5\xc7\x1c\xcb\x9c\x46\x81\x07\x40\x0f\xa1\xd3\x85\xe1\x31\x28\xb8\x7a\xfb\x69\x76\x7a\x56\x40\x75\x0c\xf3\x51\xb5\xf0\x61\x7b\xb6\x16\x35\x7b\x7b\x3a\x0c\xfd\x81\xf9\xa0\x8a\xe8\xb1\xe8\x48\x92\x81\xfd\x40\xae\xbc\xc2\x20\xfb\xc7\xa0\x95\xaf\xd4\x7f\x3e\x16\x01\x2b\x4f\x05\xe9\x63\x1f\xd4\x72\xe6\x1f\xc8\xb2\x43\x76\xfd\x58\x04\xb2\x3c\x35\x16\x8f\x41\x73\xdf\x78\x2d\x7a\x2c\x7a\x16\xa9\xc8\x9e\x22\x5b\x7c\xe1\x41\xfe\x00\xe9\x22\x54\xba\x11\x3f\xe6\xb9\x30\x68\xb1\x7b\x5e\xac\x8b\xa6\x39\x45\x36\x8c\x9c\x7e\x7a\xea\xb9\xef\xa2\x3e\x41\xe6\xc0\x9f\x9e\x02\x39\xb5\x34\xb5\x92\x3c\xa3\x8e\x36\x02\x6e\xde\xb5\xaa\x63\xe7\xe6\x1d\x2a\x0f\xab\xc7\x1c\x2a\x3a\xff\xbc\xe1\xd8\xe1\x9d\xc3\x47\xda\x9f\xc6\x24\x4f\x8f\x01\x90\xb1\x33\xf4\xfc\x01\xb4\x46\xe8\x55\xbb\x1c\xc7\x47\x67\x1e\xb2\xc7\x20\x6d\x0b\x17\xed\xb1\xe4\xe9\x1b\x44\xfc\xc9\xf3\x45\x34\xbd\xb1\x1d\xe0\x9f\x24\x05\x81\xbb\xfd\x50\xd0\x0b\xfc\x9a\xd8\xd3\xfc\xd2\x07\x7b\x7a\x44\xee\xd0\xa9\x0d\x7b\x0c\x7e\x26\x99\xc2\xc0\x63\x39\x79\x82\x30\xbd\x81\xf9\x88\x22\x7e\x07\xca\xcf\x62\x1d\xd9\xd3\xa8\x68\x0a\x91\x6b\xbf\x11\x74\xee\xb1\xec\xf0\xc9\x97\xde\xc0\x7c\x14\xb1\x0b\x88\xee\x99\x52\xce\x63\x47\x74\x0f\xe5\x87\xeb\x65\x4f\x56\x24\x1a\x43\xc6\xfd\x9a\x8a\xde\xb8\x3d\xdd\x8e\x7a\x8a\xfd\xc2\xc0\xa1\xc7\x8a\xe7\x38\x10\x39\x20\xe3\x52\x2f\x9a\x75\xa8\x81\x25\x8e\x3d\x86\x04\x76\x8d\x19\x11\x1f\xc0\xa2\x84\x5c\x34\x38\xa4\xb0\xcb\x45\xb3\x0e\xb3\x53\x0b\x5a\x5b\xe8\x5a\x1a\x7d\xf2\x1f\x40\xa7\x84\xf6\x43\xfc\xc5\xe7\x43\xb3\x0e\x73\x7b\xbf\x34\xb8\x32\x7d\x57\xaa\x63\xeb\x7f\xf0\x31\x60\x86\xf7\x1f\x0a\xc2\x01\xaf\xb8\xc5\xc7\x90\x16\xbb\x10\x62\xe3\x31\xcf\xde\x96\xb5\x81\x90\x18\xbb\x36\xd1\x07\x64\x80\xda\x35\xfc\x8a\x6c\xa1\x3c\x11\x1f\xc0\xba\x84\x76\x89\x3b\x54\xcf\x17\xaa\xfd\x02\xc5\x4f\x49\xa6\x4f\x1a\x3a\x96\x39\xb8\xea\x89\xa3\x7e\x3e\x01\xff\x68\xe2\x96\xd0\x0d\xb5\x1f\xf6\x59\xc1\x4f\xab\x4e\xa0\xea\xe7\x4b\xa8\x7f\x3a\xc0\x90\x77\xae\x12\x31\xfb\xb1\xea\x9b\xc9\xd4\x85\xc7\x21\xd8\xf9\x87\x27\x94\x89\x3a\x27\xe0\x31\xa9\x14\x13\x8f\x41\x7d\x54\x7f\x26\x1c\x2e\x93\x85\xa7\xff\x03\x4c\x9b\xd0\xaa\xd6\xa8\x39\xb3\xad\xe4\x36\xf0\x6c\xa8\x5d\xa7\x40\x6b\x9e\xde\x95\x3d\x6d\x9e\x22\xf4\xa7\x1f\xe6\x04\xa8\x37\xc0\x6c\xaf\x9f\x3f\xc0\x5c\xa2\xa8\xa9\x79\xb2\x09\x4d\x78\x73\xe2\xb9\xf4\xc6\xed\x07\xba\x06\xe7\xcc\x56\x27\xda\x9b\xca\x53\xad\xc0\x7c\x90\x4d\xeb\x8c\x0b\x6a\x49\x3a\xc0\x7a\xf2\x04\x72\xa4\xb7\xfe\x66\xa4\x62\xb3\x48\x11\xd6\x2e\x1d\x2d\xd0\xb8\xf5\x22\x56\xfa\xa2\x3b\x67\xb5\xe2\x92\x4b\xe0\x14\x76\xc7\x4f\x16\x07\x87\x92\x4e\xd7\xf2\xc7\x3a\x36\x93\x69\x4e\xbb\x6f\x26\x71\x9b\xbe\x1d\xb0\x5c\x7f\xdc\x9e\xd8\x51\x9f\x60\x33\x15\xb5\x02\x8c\xfb\x52\x24\x03\x18\x0e\xe3\x26\x49\x0e\x4e\x26\x35\x8b\xd9\x1a\x0e\x9f\x22\x3e\x00\x2f\x93\xda\x24\xf1\x98\xcf\x87\x8e\x7c\xf3\x34\x2f\x99\xf3\x01\x13\x71\xa3\x27\xcf\x63\xf6\x62\xb3\xab\x15\xf3\x64\x17\x9c\x31\x73\x74\xf6\xa6\x3f\x26\x0e\x8e\xac\x56\xb0\x99\x8a\x58\x3a\xb2\x07\xe5\xa2\x33\x0f\x77\xfd\xdc\x7e\xde\x78\x3c\xb9\x17\xdf\xf0\x9c\x1d\xd4\x89\x3d\x86\xf4\x6b\xbf\x3b\x6a\x38\x7d\x68\xe5\xde\x6c\x8d\x3a\xe2\xa0\xba\x2c\x55\x73\xea\x29\xd8\x82\xe4\x3b\x18\x88\x5a\x94\x50\x30\x5c\x58\xd3\xda\x7a\x8a\xd8\x1f\xe1\x04\x10\xb9\x99\x98\x9d\x8f\xc1\x48\xfe\xcb\x17\x07\xe8\x23\x26\x35\xbb\xbc\x63\x6a\xc5\x53\x75\xfd\x74\xfd\xf6\x95\x53\x2b\xe0\x1f\x59\xdb\x14\xfe\x39\xca\x65\xfb\xd8\x0c\x8e\xd3\xce\x66\xe1\x4f\xd8\x8b\x66\x0c\xc6\xf6\x5e\xb5\x5f\xa6\x43\xaf\x8b\x73\x4e\x67\xb6\x4d\x75\x54\x17\x1b\xd8\x31\xe4\x65\xea\xf4\xce\x7f\x80\xe3\x14\x83\xe9\x2e\x80\xcc\x4c\x25\x8b\x1c\xa0\x15\x51\x00\xf1\x63\xf0\x42\xcc\xb9\x6a\x2c\xcb\x67\x4c\xfd\xd8\x9e\xc7\x55\x75\x60\xbf\xfc\xc8\xff\xf0\x6b\xfe\x3d\xaf\x96\x67\x7b\x93\xf0\xba\x3c\xa3\x96\x4e\x23\xd8\xee\x5a\xd3\x26\x5c\x2e\xcc\xeb\x64\x85\xf1\xae\x77\x51\xa1\xe7\x6f\xed\x3a\x16\x96\xf3\x8f\x9f\x4a\xc1\x4f\x8b\x76\x14\xb2\xe8\x15\x93\x6c\xb6\x0c\xec\x53\x2c\x67\xb9\xf0\xfa\xd3\xf5\xe9\x89\x00\x39\x1f\x9e\x69\xaf\x15\x7d\x02\xfa\xe8\x92\x34\xe0\x77\xd9\x2e\x89\x62\xcb\x85\x13\x71\x7e\x38\x5e\x02\x67\xfc\x2f\x07\xd8\x0e\x7e\x0a\xb0\x4f\xf0\xec\x2e\x45\x2b\xb0\x31\x59\x45\x9c\xc2\x73\x1f\x67\x4d\xe7\xf6\x64\xb7\x92\x4b\xf6\x9b\x60\x51\x9f\x34\xcf\xe3\xc0\xe9\xdc\x2e\xe9\x4b\xa4\xda\x20\x9e\x22\x22\xde\x7e\xf8\x5c\x1a\xd7\xfc\x1f\x32\x05\x92\xe5\xf4\x9f\xfb\xc4\x76\xe6\x22\xf9\x79\x3b\x73\xd1\xa2\x79\x5a\xdd\x20\x6a\xba\x3d\x35\xa8\xa4\x30\x4f\xac\x6b\x62\x61\x70\xcc\xa8\x97\xa4\xc1\x3b\x79\xf6\x49\xf6\xd4\xd3\x15\x36\xb1\xe3\xfb\x4d\x21\xa7\x3a\x9c\xd9\x8a\xeb\xdd\x7e\xf3\xd1\x39\x71\x7b\xa2\x1c\xf1\x34\xcf\xa4\x91\x44\x80\x37\x98\xed\x0f\x8f\xbf\x5d\x72\xf9\xe9\x98\xa7\x69\xd4\x32\x20\xdb\x4f\xfe\x61\x2e\xb7\xdf\x04\x45\x6f\xf7\x9b\x09\x90\x6f\x3c\x7e\x33\xd6\x96\x7d\x5c\xb2\xd5\xce\x80\xd6\xae\x37\x1d\xe8\x48\x30\xd6\xbb\x0e\x74\x04\x12\x15\x13\xa7\x78\xfc\x66\xac\xa3\xe5\x79\x6f\x82\x9c\xb1\xc7\x93\xbe\x89\xcc\x3d\x11\x51\xf8\xa9\xc3\xfc\xfa\xa0\x4f\x40\x1f\xf4\x42\x7c\x0c\xe1\x48\xb5\xe8\x40\x7f\x3c\x99\x8d\x98\xcb\xe3\x37\x41\x5d\x1f\x1e\x17\xd6\xc4\xb0\x11\x11\x29\x4b\xde\x03\xf0\xb5\x20\x8b\xf1\x33\xae\x37\xf1\x72\xe7\x1f\xd8\x2f\x92\x67\x06\xd4\x2a\x8d\x98\x26\xcf\xf0\xf4\xb4\x84\xff\x7c\xc6\xf5\x6a\x0a\x32\xff\x80\x64\x4b\x2b\xcc\x33\xae\x77\xbf\xe8\x0f\xa7\x0f\x4e\xd0\xb8\x5c\xd2\x8f\xaa\x63\x78\x6a\x23\x35\x3b\xfd\x32\xcd\x3f\xa2\x8b\x62\xbc\x1c\x0c\xdc\x7b\xbb\x24\x8d\xc7\x55\x79\x4c\xa3\xfe\x78\x24\x5e\xa4\x5f\xd8\xf3\x80\xf8\x03\x6d\x76\x0f\x12\x4f\x87\x28\xe1\xf5\x01\xad\x87\xcf\x6a\x17\x1e\x44\x55\x04\x66\x0c\x8c\xd7\xb5\x1d\x30\xef\xd5\x25\xc4\x2b\xe0\xca\x1e\xbf\x23\x2e\x5e\xc5\x21\xfe\x32\x3f\x31\xc7\x40\xfb\x62\x3d\x62\x08\xe7\xb2\x14\x89\xdd\x10\x43\x84\x83\x08\xc1\x18\x62\x70\x73\x27\xd1\x18\x62\x00\x82\x79\x24\xfc\x42\x0c\x4f\xf1\x66\xdf\x53\x20\xc6\x3c\x1d\xe9\xef\xe5\x52\x31\xe6\xdb\x2b\x7d\x8f\x96\x18\x71\x13\x3c\x7f\xbc\x3d\x8d\xab\xbe\x7f\xbc\x3d\x8d\xf7\x8b\x16\xf8\xb2\x9c\x98\xae\xe7\xad\xe3\xed\x69\x42\x02\xb9\x48\xd8\x84\x98\x60\x20\x3b\x7f\xbc\x3d\x4d\x03\x8a\xf8\xf8\x85\x38\xc4\x1c\x1f\x40\x4c\x7e\x48\x08\x31\x27\xc7\x70\xfc\xa0\x0f\x62\xee\x8f\x37\xfb\x2e\x76\xcc\xa0\xd3\xf3\x47\xfa\xfe\x08\xd1\xff\x78\x7b\x5a\xae\x77\x0a\x5f\xc5\x6f\x2c\x29\xdd\xfe\x47\xfd\xfe\x98\xef\x1b\xed\xfb\xe3\x79\xdf\x78\x7b\x5a\x00\x84\x7c\xfe\x30\xfe\xe1\x2b\xf7\x8a\xea\xb1\x38\x74\x2f\x71\x0b\x62\xc1\xb5\x23\x12\xa8\x20\x96\x69\xbe\x2e\xef\xbd\x37\x16\x44\xc6\x47\x40\x11\xfc\x1e\x60\xb1\xfe\x7f\xcf\xaf\x58\xaf\xf2\x7e\xfd\x8e\xa2\x96\xf1\x7e\xfd\x8e\xa2\x3a\x72\x37\x91\x0b\x62\x0b\x5f\xfd\xef\x28\x9a\x1b\x5d\xe3\x17\x6a\x10\x5b\x8d\x3e\xf0\xf7\xc8\x8b\x6d\x14\x9f\xcd\x97\x51\xc4\x36\x2f\x1f\xf8\xcb\x7c\x63\x5b\xb7\xd7\xf1\x1e\x46\xb1\xdd\x0e\xeb\xf7\x85\x0b\xc4\x86\x58\xe8\xf3\xc7\xdb\xd3\x9e\x0e\x17\x3c\x7f\xbc\x3d\xed\xee\xe1\x43\xcc\x82\xd8\x01\xa0\x71\xfe\xe8\xdf\x1f\xe3\xed\xc7\xdb\x53\x43\xea\xdd\x18\xbf\x90\x80\x68\xe1\x76\xea\x7a\x79\x6d\x34\xb8\x05\x45\x02\x19\x44\x2b\x97\x53\xd7\xab\x2f\x8d\xd6\x5f\xfa\x7b\x59\x7c\x1c\x70\x19\x3f\x7f\xbc\x3d\x1d\xee\x9a\x14\xf3\x2b\x93\xc7\x01\x7b\x64\x24\xda\x40\xf4\x94\xda\xe7\x8f\xb7\xa7\xab\xed\xb7\x1f\x6f\x4f\xef\x52\xbd\xd9\x7a\xfd\xaf\x62\xc9\xff\x33\xfe\xef\xff\xeb\x76\x36\x72\x21\x56\xf3\xfd\x89\x2b\xe4\xf7\xff\x91\xf5\xbf\x9f\xe5\xdf\x7f\x1f\x67\xba\xae\x23\xc0\x7f\x3f\x7d\xc5\xbb\x3e\x9a\x2a\x83\xc5\x86\x26\xfb\xeb\x9a\x6a\x68\x7a\xe8\x22\x4b\xd4\xd4\x74\xb6\xf7\xd9\xdd\xaf\xeb\x08\xd0\xdf\x4f\x1f\x7a\x67\x4f\xa6\x7a\x32\x3d\xd8\x89\x25\xea\x07\xe4\x5a\x65\xef\xb9\x10\xaf\xf7\xfe\xdc\x4e\x18\xc6\xd6\x0e\x09\xbf\x3f\x9d\x68\xe8\xe1\x78\x21\xc8\xed\xfb\xf9\x38\x52\xe8\xcb\x9c\xaf\x10\xd9\x93\xe0\xdc\x8f\xe7\xf8\x15\x52\x60\x19\xa0\x2e\x14\xb8\x7b\x85\xc4\xbe\x20\x80\x2c\x2a\xc8\xf6\x0a\xd9\x54\x36\xbd\x8c\x75\xe6\x5b\x65\xde\x97\x4f\xa9\x78\x21\x09\xf9\xf7\xd3\xdb\xfb\x44\xd6\x0b\x31\x62\xdf\x4f\xef\xe7\x77\x11\xb9\x10\xfe\xf5\xfd\xdc\x5e\xf6\xcd\x59\xd4\xbc\x44\xc8\x7e\x81\x9e\x10\x57\x32\x8e\x2f\xf9\xae\xa1\x63\xc8\x95\xce\xfd\xf0\xfb\x09\xb2\xa4\x29\xfe\x4a\x53\xdf\xad\xb7\xec\xab\x13\xee\xa7\xef\x4f\x1f\x1f\xcd\x66\x01\xc7\xdc\xfb\x13\x52\x84\x80\x8a\xe2\x75\x7d\x63\x8f\xd7\xeb\xe2\xca\x12\x53\x89\x9b\x7c\xbe\x92\xa0\x6f\x60\x59\xf8\x64\x81\x88\xb0\xe7\xef\xe7\x91\x02\x22\xdb\x09\x4b\x25\x1b\xe7\xf2\x57\xc2\xed\x14\x2f\x68\xee\x23\xdb\x39\xbc\xee\xfb\x79\x8e\xee\xc8\xbe\x25\xf5\x00\xda\xed\xc4\x76\x72\x63\x09\x34\xb0\xc1\x34\xd6\x96\x59\xd6\xde\x32\xb6\xd5\x1e\x96\x75\x2f\xfb\xae\x60\x11\x44\xf1\xfd\x84\x3d\x90\x0e\x01\x11\x09\xe7\xbf\x9f\xb7\x97\x7d\xbd\x44\xfc\xe1\xf7\xd3\xeb\xfc\x54\xcc\x11\xa1\x81\xdf\x4f\x2f\xcb\x2c\x33\x95\x41\xb1\xf1\x49\x96\x31\x6a\xb5\x90\x39\x3c\x28\xc7\x51\x44\x0c\xd9\xf7\xb3\x7b\x59\xfb\xca\xce\x94\x7f\x3f\xbd\x97\xdf\x45\x37\x22\xa5\xf7\xf7\x73\x79\x19\xbf\x4b\x9c\x31\xc4\x6b\x85\x40\xe3\x6b\x8c\x69\xa9\x6c\x7b\x19\xbf\xab\xfa\x0e\xba\xd2\xef\xd6\x18\x23\xf7\x53\x8c\xd0\x91\x06\x5a\xd8\x62\xac\x43\x65\xd3\xcb\xd8\xcb\xae\x91\x77\x1f\x79\xe7\xc8\xbb\xea\xec\x6f\x9d\x5f\x4f\x52\x24\x15\x27\x18\x68\xbe\x1b\x58\xcc\x5a\x1d\xcf\x05\x18\xa8\x60\x8a\x85\x3b\x26\x96\x77\x9e\xbf\xeb\x4f\x84\x63\xe6\xfb\x33\x7b\x2f\x3f\x5d\x56\x2c\xdc\xbd\xd1\x53\x9c\x45\x66\xaa\x88\x85\x3c\x3b\x16\xf0\xec\x48\xc3\x47\x2c\xe4\xcb\x11\xa9\xcd\x4e\x59\x64\x99\xda\x83\x0a\x22\x32\xbb\x42\x84\xdb\xda\xf7\x33\x78\x59\x65\x99\xea\x5c\xde\x97\xef\x64\x89\x65\xdd\x2c\xdb\xfe\xdd\x77\xdd\x3d\x72\xcb\x57\x56\x21\xfc\x2b\xd5\x4a\xac\xd7\xad\xb2\xc7\xcb\xbe\x3a\xab\xe6\xb3\x56\xaf\xf3\x53\x93\xc6\x5a\x93\xca\x8a\x97\xb1\xce\xda\x54\x36\xbc\xcc\x58\xb6\x54\x86\xb1\xd3\xbd\x33\xb6\xc6\xf1\xc1\x06\x1e\x02\xdd\x7a\xe2\x9d\x48\x49\x77\x72\xab\xc2\x5b\xf2\x24\xf6\xe4\x81\x19\xcc\x18\x39\x15\x1f\xed\xe5\xc7\x4d\x0f\xf5\xbb\x5c\xc5\x67\xb0\x97\x80\xf8\x08\x9d\x41\x3a\xf1\x19\xe4\x1d\x80\xf3\x08\x9d\x9e\x28\xf1\x99\x5d\x65\x6e\x21\x23\x3f\x7a\xa6\xbe\x73\xf0\xe0\xf8\xd9\x3e\x22\x50\x3a\xbe\x9f\xaf\xb2\xb7\xb1\x8c\xbb\xf9\xc1\xea\x29\x59\x4e\xba\xae\xef\x8c\x48\x60\xed\x41\xf9\xb2\xd3\x75\x75\x96\xc1\xaa\xfc\xed\x85\x74\x85\xac\x12\xd7\x10\xb0\xa4\xaa\x64\x79\x7d\xe9\x2b\x8b\x37\xcb\x70\x5f\x8b\xcc\x35\x9d\xae\xac\x7e\x20\xe2\x27\x56\x63\x1f\x6d\xab\xec\x76\x04\xe9\xfa\x95\x0d\x7d\xf7\xbc\x65\x5f\x5f\x24\x17\xa4\x00\x1b\xcd\xb7\x7f\x52\x20\xbf\x49\x01\x5a\x6c\xa5\xd7\x49\x91\x7b\x39\xbd\xbc\x8f\xab\x93\x62\x61\x8d\xf1\xa5\xa1\x8f\x0b\xa7\x38\x55\x36\xbd\xec\x3b\xc1\x13\x82\xa2\xbe\x9f\x19\xed\x7d\xbc\x23\x21\xab\xf4\xfb\x13\x5a\xb5\x48\xea\x4b\x69\x3d\x2c\x83\x2e\x2c\x52\x33\x95\x90\x70\xf9\xfb\xe9\x27\xe4\x77\x92\xa4\xba\x3e\xaa\x4d\xc8\x4e\x16\x3a\xcd\x55\x69\x4d\xce\xe6\x82\xe4\xa6\x6c\x39\x79\xed\xaf\xbd\x0c\x04\xc7\xd0\x2d\x7f\x09\x46\x5d\xa4\xfd\xdf\xa4\xdc\x7c\x73\xda\xf2\x0d\xc5\x42\xa6\x82\x23\xdf\x3c\x6a\xf2\xed\x4e\x10\x74\x89\xcc\x37\x49\x29\x03\x27\x2d\x08\xf2\x35\xdf\x14\x0f\x32\x30\xd1\x82\xe0\x57\xf3\x9d\xd4\x1e\x4c\xda\x9d\x47\x5b\xbe\x93\xbe\x4b\xef\x77\xf5\x2b\xcb\x91\x65\x30\xec\x0a\x35\x34\xdf\x79\xab\x0c\xea\x13\x22\x7a\xe6\xbb\xa8\xce\xe2\x75\x7e\xc7\x5e\xbe\x8b\xbe\x2b\xef\x77\xac\xb3\x6a\x7c\x60\x65\x9d\x16\xb6\x7c\xd7\x5b\x65\x8f\x97\x71\x0c\x64\x57\xf9\x76\x7b\x17\xd1\x2f\xf3\xdd\x86\xca\xb6\x7f\xc7\x39\xeb\x93\x65\x30\xe1\x08\x45\x32\xdf\xa6\x39\x83\xe1\x45\x88\x8e\x19\x20\x65\xdf\x4f\xf7\x95\xe9\x1c\x1f\x37\x59\x06\x36\x59\x10\x72\x62\xbe\x87\xbe\x1b\xbe\x7e\xc6\x3a\x87\xfa\x32\xdc\xf2\x6a\xec\xe7\x4c\x2c\x73\x15\x3e\xfd\xb0\xf2\xbd\xd4\x4f\x1c\x53\x52\x74\xe5\x7b\x69\xec\xd0\x39\x67\x2a\xb0\xf2\xbd\xd5\x17\x28\x61\x05\x0a\x98\xef\x5b\xed\xdd\x6e\x21\x08\x6c\xef\xd1\x5c\x3f\x6e\x5b\xfc\x84\xca\xfc\x50\xac\xcd\x8f\xd3\x2e\x1d\x15\xf3\x73\x71\xdd\x9f\xe0\xfd\xfc\x98\x67\x7e\x28\xee\xe4\x27\xb9\xb2\x8e\x34\xff\x64\xb6\xf7\x64\x37\xc5\x64\xb6\x27\x1a\x7c\x8a\xd7\xf9\x59\xfe\xf2\x43\xc1\x32\x3f\xc5\xe7\xec\x3b\xfa\xf2\x53\x54\x27\x8c\xeb\xc6\x74\x9e\xf9\x29\x1a\x03\x0e\x2a\x41\x5a\xe5\xa7\xfc\xb4\xf7\xf8\x77\x2c\xab\x64\x07\x0f\x4c\xbd\x39\x15\x8e\xbd\x75\x95\x99\x7f\xa7\xb2\xa9\xb2\x8d\xb2\x4f\x38\xce\x4f\xbb\x55\xf6\xb8\x3b\x0b\xdb\xeb\x1a\x1f\xd8\xa4\x60\xa8\xf2\xd3\x87\xca\x7c\x1d\x1a\xeb\x1c\xaa\x73\x78\x9d\xa4\xa5\x67\x16\x96\xc1\x10\x94\xa9\x88\xce\xcf\x22\x2f\x00\x0a\x56\x10\xbc\x50\xc6\x29\xfa\xfd\x1c\x5e\xc6\x75\x58\x5a\xdb\xe5\xe3\x13\x4d\x2c\xcd\x19\x58\xb6\x31\xb3\x61\x7e\xb6\xc6\xe7\x96\x07\xe2\xf0\xe4\x67\x6b\x3e\xb7\xcf\x67\xe2\xbc\x88\x2d\x3f\xb7\xd3\x84\x71\x5e\x6e\x8d\xfd\xf6\xb1\x7f\x34\x51\x70\x6a\x7f\x3f\xb1\x6f\x69\x47\x2c\x57\x48\x2a\xf3\x6c\xb6\x9f\x76\xb9\xe0\x2e\xf6\xfd\x1c\xfe\x5d\x66\xd9\xad\xb2\xc7\xcb\xda\x57\x16\x55\x67\x7c\x2d\x2b\x17\xcb\xaa\xca\xba\x97\x45\x96\x0d\x95\x6d\x2f\x2b\x5f\x19\x2f\x68\xc5\x2f\x68\x42\xf6\x28\x17\x79\x72\xb9\x8a\xcf\x59\xe1\xd8\x79\x79\x2b\x00\x5d\x0a\xc2\xdf\x28\x97\xe9\x3b\xf3\x3a\x33\xc7\x60\xea\x0b\x6c\xc0\x46\xd1\xba\x48\x10\x29\x10\x44\x4e\x19\xe7\x65\x2c\x96\x0d\x1f\x43\x66\x7b\x14\xe5\x8b\xab\x5f\x84\x32\x51\xae\xa5\xb9\x76\x3a\xa3\x1b\x51\xb9\x76\x61\xd9\xf6\x31\x7c\x67\x47\xd1\x25\xbd\x04\x3f\x6f\x09\x8c\x50\x02\xaf\x7d\x25\xe0\x3a\x62\x4c\x90\x55\x82\xd6\x1d\x9a\xae\x53\xd6\x58\xd6\x54\x86\x24\xad\xcc\x52\x58\x00\xe7\xf3\xfd\x5c\x5e\xc6\x3a\x23\xe7\x3a\xc0\x55\xce\x98\x50\xaa\x04\x9e\xc5\x25\x78\x16\x5e\x86\x3b\x95\x90\x35\x86\xec\x63\xf8\xf6\x5f\x09\x59\xfd\x7c\xd7\xbd\xb3\xce\x3c\x55\x86\x73\x85\xf1\xe5\x05\x37\xee\xef\x67\xf3\xf6\xfa\x57\x56\x35\xbe\xea\x9e\x73\x17\xe7\xac\x71\xae\xc3\xeb\x4e\x12\x38\xf6\xa1\xf9\x1c\x9e\x59\x39\xb1\xbd\xa9\x31\xc0\x58\x6d\x04\xfb\x2b\x81\xd7\xb4\x12\xa6\xdb\x58\x23\xcb\x96\xc6\xb0\xdc\xd8\x97\x38\x9f\x9b\xb4\x14\xdc\xee\x47\xdf\xaa\x12\x1e\xb5\xf7\xb8\xc1\x93\x74\x1d\x1e\xcd\xd9\x9b\x01\x3a\xab\x4c\xeb\xf0\xb8\xf3\xc7\x27\xba\x16\xe0\xcb\x7c\x3f\x7d\xec\x9f\x0c\x56\xa2\xd6\x16\x98\x2e\x41\x31\x79\x25\x6a\x4f\x43\x2b\x10\x8c\xb9\x6a\x4a\xe4\x45\xba\xc4\x38\xfe\x0f\x63\x66\x89\x14\xcc\x0b\x70\x60\xce\x77\xac\x33\xa9\x4e\x5c\xc5\x14\x2f\x57\x62\x26\x0d\xc6\xec\x73\xf6\x9d\x01\x25\x16\xf2\xa5\xe8\xe7\x18\x93\xdc\x95\x58\xd5\x97\xea\x7d\xf9\xce\x87\x02\x0d\xc0\xf7\xd3\xbd\x86\x3e\x3e\x5f\xa2\xa9\x9f\x2e\x2f\x15\x0b\x7f\x12\x87\x4b\x34\x55\xeb\xf9\x8e\x99\x93\xae\x44\x7b\x58\x36\xdc\x28\x67\x9c\x36\x6a\x04\x0a\xe0\x50\x7e\x1c\x4c\x4a\x1c\x1a\xc6\xf0\xa9\x31\x4e\xa9\xd8\x8f\xc3\xa2\x18\x0d\x8e\x25\x8a\x8d\x44\x67\x23\x84\x26\x2b\xd2\x3b\x96\xe8\x22\x13\x6f\x3b\x05\x8a\xc8\xef\xe7\xeb\x57\xca\x7e\xde\x24\xc3\x88\x23\x49\x69\xa6\x4a\xbc\xa3\xca\xb2\x7f\xc7\x29\x7d\xb4\x84\x8f\x5b\x7d\xbf\x1b\x4d\x89\x8f\x96\xf0\x79\x5d\xab\xbe\x31\x24\xb1\xbb\xe4\x2c\x8d\x99\x6d\x0a\xb0\x3b\xde\x9f\x70\x87\xce\x74\x10\x2e\x40\xed\xf8\x7e\x36\x2f\xfb\xd6\x21\x45\xd5\x09\x2f\x61\x39\xa5\x97\x94\x38\x76\x18\x93\x82\x11\x4d\xb2\xa4\xa4\xf6\x9c\x6d\xf1\x16\x58\x92\xd8\x56\xca\x3e\xf6\xcc\xef\x74\x94\x25\x77\xee\x24\x70\x56\x49\xbc\x59\x96\xe4\xee\x94\xc4\xcc\x2a\xa9\xaa\xbd\xe6\xed\x7d\x22\x53\x49\x2d\xaa\x0c\xf3\xc2\xf4\x74\x25\xe9\x08\x4c\x70\xaa\xcb\x34\x31\x97\x44\xf1\xad\x24\xb8\xc2\x19\x33\xd1\x94\x24\xfa\x4c\x4e\x9f\x84\x29\x2a\x69\x68\x3e\x5d\xdc\xa7\xcb\x66\x49\x3a\xe6\x1c\x13\xc3\x68\xf5\x2d\x69\xa9\xbd\xf5\xfa\x29\xb2\x9f\x9b\x5b\x1e\xd8\x13\xa7\xec\xa3\x6b\x80\x4b\x7c\x3f\x7d\x0c\x9f\xc8\x54\xd2\x6d\x2a\xdb\x5e\xc6\xf6\x6e\x8d\x01\x56\xfd\x4c\xf7\xa7\x02\x74\x88\xef\x27\xd8\x16\x7d\xa5\x4a\xbe\xb8\x7e\x80\x7c\x38\xdf\xa9\xac\xab\x6c\x78\x99\xb1\x8c\xfb\x2f\xfb\x55\x80\xf0\x35\x25\x07\xf6\x25\x47\xf7\x10\xa4\x58\x94\x75\x3c\x66\xbf\xaa\xd2\xb7\xa7\xe4\x34\x55\xb6\xbc\xec\x9b\x97\xdc\x54\xd6\xdc\x37\x22\xb3\xce\xa1\xb2\xe1\xdf\x15\x96\x4d\x95\xc1\x63\xc9\x98\xe4\xa2\x64\x5e\xbb\x4a\xf6\x6b\x17\x51\x53\x4a\xa6\xa8\x5c\x00\x17\x70\xbe\xcb\x2c\xab\x2a\xf3\xf9\x24\x9d\x65\xad\x7b\x5e\x3e\x3e\x1e\x03\xb0\x49\x7f\x3f\xdd\xbd\x85\x74\x5d\x74\x24\x15\xd8\x19\x32\xfd\xf3\x4b\x69\xfc\xae\xe0\x0a\x61\x4c\x0c\x50\x4a\x27\xbd\x94\xee\xfd\xa4\xe8\x53\xba\xea\xec\x5e\x27\x59\x7d\xe9\xa6\x32\x5f\x5b\xd5\x69\xa4\x09\x98\xe2\x4f\x9d\xfc\x4e\xa2\x64\x31\xff\x8e\xf4\x59\x6c\xa9\xcc\xd7\x88\x7c\xbe\xd8\xad\x32\x1f\x03\xc5\x76\x69\x85\x8b\x07\x2a\x1b\x5d\x5d\x4b\xd1\x19\x50\xde\xb5\x55\x5f\x6e\x7d\xe7\x7c\x97\x88\x09\xa5\x3c\x9a\x33\xb8\x8a\x64\x3a\xda\x97\x2a\xda\xad\xe0\x9f\x46\xbf\xae\x52\x13\x79\x56\x75\xf1\x8d\x19\x80\x4a\xa5\xce\xae\x54\x38\xcd\x1b\xaf\xbf\xa5\xf2\x1a\x5b\x2a\x54\x29\x46\x7c\xf0\x52\xa9\x12\x29\xae\xdd\x35\x82\x6f\x96\xaa\xa3\xda\xb5\xbb\xc6\x6b\x73\x91\x76\xb7\xb8\x76\xd7\x08\x7e\x5d\xaa\xe9\x3b\xf3\xef\x28\x8a\x54\xd1\x75\x75\xda\x65\x54\x4a\xa9\xa2\x4f\xe4\xe1\x0f\xc6\xeb\x68\xa9\x9b\x67\x55\x85\xc7\x56\xee\x14\xfb\xea\x4d\x5a\xaa\xf0\x80\x32\x22\x22\x97\xfa\xa8\x2f\x2e\x6a\xd1\xb1\xb2\x34\xea\x5b\x4b\xbb\x7c\xce\x78\x85\x68\xe2\x3d\xcd\x79\x0f\xf5\xb4\xa5\x51\x0d\x51\xda\xe5\xe3\x23\xdf\x6d\xb4\xaf\x15\xe4\xc2\x3f\xdf\x7d\x73\xdd\x24\x86\x79\x08\xa0\xf1\xfa\x5b\x9a\xd6\xa8\xb9\x18\xcd\x90\xfa\x82\xa4\xf2\xdf\x4f\xf0\x02\xfa\x5f\x97\x26\x31\x1a\xe1\x6b\x41\x59\xd4\x4a\x6b\x2a\x83\x18\x6d\x44\x8e\x2d\x4d\x62\x34\x62\xbe\x42\x66\x92\xf1\xd2\x96\xbe\x83\xf7\x61\xa6\x5d\xbb\xb4\xad\x39\x83\x4b\x9f\x11\xe8\xb4\x34\x5e\x8d\x4b\x83\xc6\x32\x77\x9e\x2b\x4d\xfc\xa5\x81\xbf\x18\x23\xfb\x4a\xd3\x1a\xb5\x77\x8d\xc8\x0b\xba\xd6\x01\xe9\xbf\xcf\x77\x9d\x65\x45\x65\x38\xff\x3a\xf9\x4b\xd7\xf9\xd0\xfd\x7c\xe8\xdc\xef\xc8\xcb\xfd\xfe\x4c\xee\x14\xce\x73\xba\xd3\x6a\x56\x3a\x22\x6b\xb2\x7d\xee\xad\xa5\x4b\xe4\xed\xb0\x1e\x65\x86\x62\x97\x9e\x97\xca\xb0\x1f\x98\x63\xa3\xf4\xc2\xf9\x44\x4a\xeb\x90\x19\x3e\x57\x7a\xe5\x7c\xf6\xea\xc1\x2e\xdc\xef\x9d\x9a\xea\xd2\xe1\xbc\x6e\xcc\x93\x51\x7a\x57\x7b\xdd\xdb\xcb\xd7\xdf\xc4\xe1\x2e\x76\x87\x8c\xd0\x21\x33\x10\xaa\x20\xa5\xf3\xf7\xd3\x83\xe8\xc8\x46\xba\x6e\x57\x7d\x7a\x77\x28\x32\xf5\xa9\xa9\x71\x6f\x5c\x23\x8b\xe9\x12\x6b\xbb\x8b\xb5\x8c\xa3\x29\x5d\xb7\xab\xbe\x7d\x18\x14\xb5\xfa\x56\x3f\x5d\xe4\x35\xb5\x77\xf3\xe8\xec\xb7\x47\x56\xf0\x58\xed\x22\xb5\xfe\x92\x1a\x8f\xce\x2e\x52\xeb\x2e\xf2\x32\x3d\x78\x31\x6a\xbf\x8b\xc7\xd8\x65\xe3\x16\x34\x69\x61\x3c\x76\x2e\x53\x73\x5c\x4c\xb7\x32\x0f\x4e\xb3\xcc\x5b\x92\x69\xcb\x7b\x48\x59\x36\x1e\xc7\x88\x20\xfb\x7e\xde\x5e\xf6\xad\x83\x49\x3c\xf5\x60\xa4\x4c\xbf\xc7\x62\x74\x87\x28\x1e\x20\x94\x8d\xdb\xd3\x74\xe3\x7e\x03\x7f\x18\x0f\x5b\x8c\x26\xda\xe2\xe1\x24\x99\xa9\xbc\x0b\x42\x41\xbe\x9f\x60\x77\x8c\x93\x28\x46\xf3\x6d\xf1\x80\x88\x6c\xbc\xea\x98\xc8\xd0\x5e\x32\x24\x2b\x34\xdd\xd8\x3c\xb4\xc0\x08\x4b\x58\x10\x27\xf0\xfd\x6c\x30\x32\x5f\x5c\x07\x1d\xb9\xee\x60\x6f\x59\x63\xa0\x06\xb1\xb8\x2b\xb9\x11\x4f\xaf\xc0\x43\xf9\xfb\x09\x13\x19\xdd\x99\x8b\x6d\xd5\xb9\xdd\x6f\x92\x6c\x04\x3e\xc2\xdf\x4f\x98\x99\x99\x52\xbc\x98\xe8\xd3\xdd\x80\x0b\x03\x98\x8a\xe9\x6a\xe5\xae\xb9\x4a\x08\x58\x4c\x74\xe6\x1e\xa5\x46\x44\xb5\x32\x74\x7c\xb8\x77\xa5\x11\xca\xac\x0c\xd1\x19\x12\xe8\x06\x2b\x64\x93\xc8\xa0\xfb\xfd\x84\x83\xfb\xc5\x2b\xd2\x90\x58\x3b\x20\xd6\x16\xa6\x31\x2f\x43\x57\xa4\x81\x88\x3b\x2b\x9f\xb6\xbd\x0c\x69\x6f\x06\x22\xd8\x8c\xc1\x66\x65\xe8\xd8\x81\xa3\xda\x29\xfb\x68\x62\x48\x34\x18\x2e\x1a\x30\xd2\xa4\x0c\x69\xed\x06\xb4\x76\xe5\xa2\x86\x6d\x88\xf7\x0c\x17\xb5\xe8\x00\x5e\x86\x78\x08\xf2\xb3\x9e\xb2\x6f\x3e\xc7\x22\x2d\x0d\xb8\xdd\x17\xa6\x3d\x2f\x43\x57\x6a\xe4\x59\x0d\x56\xb8\xdf\x87\xd6\x76\x40\x6c\x30\x69\x3e\x86\xd6\x6f\xf8\xfa\x11\xec\xa7\x0c\xf1\x90\x71\x7b\x5f\x28\xf2\x0e\x5d\x9b\xc7\xe3\x75\x52\x9d\x30\x2f\xce\xe7\xbc\x7c\x8d\x28\x9a\x23\xe9\xe8\xf7\xd3\xeb\xe4\xb5\x79\x6a\xae\x91\x0b\x34\x14\x3a\x18\x94\xa9\x3d\x3d\x8b\x3b\x64\xa8\x3d\x1d\x2d\x13\x47\x4b\x91\x16\x14\x49\x41\xbf\x9f\x4e\xbb\xdc\x9b\x93\x46\xfd\x82\xdc\xa0\xa1\x30\x35\x49\x41\x72\xd0\xef\x27\xf6\x18\xdd\x98\xca\x6c\xea\x67\xf3\x7e\x52\x4b\x38\x25\xee\x4f\x84\x56\x99\xd4\x25\x53\x9a\x9d\x09\xcd\x4e\xb9\x28\x9a\xcf\xae\x39\xeb\x3e\x67\xe4\x3d\xd3\xd4\x17\x7b\xcb\xbe\x75\x98\x12\x61\x26\xae\xbf\x45\x9a\xce\x39\x35\xbe\xe9\x65\x54\x97\x4c\x9a\xf5\xcb\xf4\xd8\x12\x69\x25\x27\xcd\xfa\x05\x39\x3f\x43\xa1\x1b\x54\x99\xba\x76\x4d\x5c\xad\x0a\x1d\xa1\xca\xdc\x2a\x73\xfe\x42\xb7\xa6\x32\x75\x8e\xcd\x37\x50\x20\xb1\x2f\xba\x52\x4f\x44\x04\x14\x69\x2c\x91\x14\xf4\xfb\xe9\xfd\xe4\x9e\x9e\x3a\xff\xe6\xfd\x06\xbb\xa8\x4e\xb5\x77\x3f\xff\x47\x20\x4c\x99\x8f\xe6\xf3\xf1\x79\xa1\x76\xf1\xff\x65\xec\x3b\x8e\xac\xe9\x79\x5e\x53\xf9\x43\x68\x39\x92\xda\x7c\xb9\xc8\x74\xe7\x1f\xc2\x2d\x41\x73\x80\xe7\xee\xde\xdd\xd4\xa8\x4e\xcb\xd3\x42\xe0\x92\x39\xb5\x60\x4e\x75\xf2\x82\xb4\xc5\xac\x71\x5b\x17\x00\xae\xe8\xe2\x62\xe6\xad\xad\xe7\xf6\x47\x93\x7e\x49\x2e\xa1\xe6\x67\xea\x0a\x69\x2d\xb9\xdb\xab\xdc\x39\xf0\x8e\x2d\xdd\x95\x55\xef\x3e\xfc\xe0\x79\x6d\x55\x8d\xb3\xde\x39\xfc\x20\x08\x6d\xc9\x8c\x5e\x30\xa3\x9b\x42\x61\x4b\xae\xce\xba\xc0\x26\x56\x4f\x6f\x8b\xd9\xd8\xb6\xee\xbb\xb8\xc4\x28\xf6\x52\x98\x65\x01\x3e\xd2\xf9\x3e\xbb\x2d\xb9\xf7\xeb\x3e\xc2\x4a\xd4\x01\x6b\x6a\xcd\x26\xee\xa6\xc2\x41\x4b\x21\x11\x94\x4f\x4c\x2d\xd3\x05\xdc\x5a\xcf\xfd\xdc\x67\x7d\x34\x09\x37\x21\x1d\x6d\x23\x84\xd6\x58\x11\xbd\x6d\xb9\x80\xfb\xba\x80\xd6\xd4\x36\xd5\xb6\xee\xef\x7e\x6b\xb6\x99\xc9\x6c\x1b\xe1\xae\x4e\xfe\xf6\xb6\x75\xa7\x77\xfc\x7d\xf3\xb7\x47\x9b\x59\xea\xb6\x91\xa5\xee\x0a\x85\x6d\x02\x9f\xda\xbe\x6f\xaf\xc8\xdc\xd4\xb6\x42\x99\xa8\x36\x77\xda\xd8\x9f\xee\xc3\xbe\xf7\x21\x53\x07\xec\xb7\xa9\xed\xae\x27\x23\xea\x28\x43\xf7\xfb\x13\x76\x88\x79\xff\x6f\xe6\xf0\xfe\xd4\xe5\x7d\x62\x92\x35\x7d\x05\xea\x37\x5e\x8a\x74\x45\xca\xb6\xbc\xf8\xfd\xdd\x69\xd0\x2b\x7b\x95\xf4\x79\x11\x21\x6d\x2c\x57\xda\x5e\xa9\xe3\xf7\x1e\x6d\x3e\x1b\xbe\x18\xf5\xdf\x9f\xf7\xf5\x13\x8f\xef\x2b\x4f\xe1\xb5\xfb\x4d\x26\x61\x5e\x99\x76\x2f\x1e\x1a\x77\xe3\x31\x7c\x25\xb2\x51\x8c\x2d\x75\xa2\x98\xda\xab\x88\xe5\xeb\x77\xee\x34\x09\x5f\x79\x8f\x2f\x92\xca\x4d\xd1\x9b\x57\x11\xaf\xd7\xff\x5e\x9e\x36\xb6\x69\x7e\x78\x83\xdb\x9d\xd1\xcc\x97\x68\xea\xf6\xe2\x21\xa4\x5e\xbc\xb4\x57\xa6\xdd\x7b\xaf\x0b\xab\xf6\xb5\x57\x91\x01\x60\x0e\x4e\x1b\x7f\xa7\xc8\xc0\xbb\xff\xde\xa6\xb0\x3f\x1d\xb5\x17\x47\xad\xf3\xd5\x52\x7b\xe5\xad\xbe\xf7\xb9\x96\xa2\x29\xaf\x4c\x03\x60\x15\x4e\x1b\xfb\x93\x58\xbe\xe0\x85\xee\x54\x03\xef\xab\x35\x83\xc8\xee\xae\xb1\x7c\x9a\xfb\x77\xe7\xce\xe8\xf7\x2b\x93\x02\xe5\xd7\x4e\xdb\xef\x77\x9f\x44\x2f\x0a\xa5\x25\x95\x0a\x6d\x9f\x12\x88\x1f\x12\x88\x4d\x11\x9a\x4f\x09\xc4\x2f\xdd\xf5\xa4\x8a\xf8\x94\x2c\xfa\xf2\x1d\x0b\xd5\x80\xc0\x0b\xed\x82\x17\x9a\x22\x34\x9f\x44\xe8\x77\xa3\x45\xae\x6f\x9a\x7e\x67\xf7\x77\xa6\xb6\xae\xb6\x7d\xdb\x7e\x6b\xfd\xe9\x7c\x7e\xd7\xa4\xe0\x73\xd1\xf6\xe9\x2c\xa1\xc0\xd8\x69\xe3\xef\x88\xd5\x6a\x5f\xdc\xb5\xa6\xa8\x10\x40\xa1\x7d\xd7\xa4\x50\xa4\xe5\x93\xa8\xff\xfa\x7d\xe1\x4b\x13\xe6\x53\xa6\xe8\x43\x32\xba\x11\x68\xd0\xf0\x68\xe9\xf7\xe7\x1d\x0b\x4d\x98\x4f\x6e\xf3\x77\x5f\xeb\x92\x8a\xa9\x7d\xca\x06\x7d\x48\x46\x77\xa7\x8b\x2b\xa4\x60\xbb\x48\xc1\x4e\xb2\xef\x26\x60\x43\xbb\xc0\x86\xc6\xc7\xba\xed\x93\xb9\x01\x1c\x43\xea\x4e\x77\xf4\x53\x04\xff\x82\x17\x1a\x6b\xd9\xb4\x4f\xf7\x01\x38\x86\xf3\x3b\xce\x5d\x26\xef\x05\x2f\x74\xd2\x4c\x37\xd4\xe4\xfa\xfd\xb9\x6e\xdb\xdf\x37\x4d\xf8\x43\xbb\xf8\xc3\xce\x67\x7e\x26\xe4\xb8\x5d\xe4\xb8\xde\x28\x9b\xb0\xe3\xf6\x5c\x5e\x18\x16\x5f\xb1\x87\xb8\x66\xbb\x00\x85\x46\x80\x82\x09\x9d\x68\xcf\x65\x03\xe1\x93\x51\x7b\x08\xe6\xb1\x5b\x13\xab\x33\x72\x6c\x4f\xfb\xd8\x66\x57\x2e\xfd\xcc\x4c\x43\xfd\xaa\xdf\x9f\xb8\x47\xac\x38\x62\xa8\x4c\xf5\xfb\x73\xdc\x36\x7e\xd3\x34\xbf\x7b\xae\x49\xef\x61\x8f\xa9\x3f\xbf\x44\x16\x95\xfd\x11\x5c\x63\xa8\x19\x75\xc6\xc2\x6f\xf2\xec\xda\x03\x70\x4d\x27\x1f\xb1\x3d\xa1\xfe\xe2\xaf\xbf\xf8\xb5\x75\xfd\xee\xba\x5d\x0c\xa5\xd8\xd3\x35\x96\x71\xc7\xd2\x38\x96\xa1\xb1\xdc\xf7\xec\xbf\x07\x39\x8f\x09\x2c\x61\x78\x9a\x92\x1a\x8b\x5e\xd8\x33\x35\x96\xab\xe2\xab\x71\xcd\xb6\xf6\xef\x02\x68\xc8\x6d\x6b\x0f\xcf\xa0\x3d\x57\x26\x93\x7c\xdd\x9e\xad\x71\xde\x17\xb3\x2c\x20\x61\xcf\xa7\xf3\xf2\xfd\xb5\xb1\xbf\x4f\xfd\xe1\x89\xa7\x2a\xe4\xda\x43\x57\xdc\x9e\x2b\x5b\x19\x86\xb0\xc4\x28\xa1\xa5\xe7\xde\x95\x9f\x2c\xb0\x44\x33\xcc\xd2\x35\x6b\x09\x7a\x30\x01\x30\x2c\xa5\xfb\xcd\x1f\x42\xd6\x52\x9e\x6c\x03\x80\xa6\x33\x72\x6c\x89\x66\xad\xe1\x31\xcc\xf9\xdd\x6f\xff\x12\x43\x3e\x96\x70\x76\x1b\x69\x91\x2c\x55\xf5\x77\xcd\x37\x52\xbe\x5b\x6a\x9a\x43\xfb\x7b\xed\xcc\xf9\x11\xd7\x6d\x28\xa0\x94\x3a\x99\xe0\x2d\xe9\xcc\xa7\xeb\x02\xb6\x5f\x54\xd2\x04\xce\x30\xd4\x51\x3a\x6d\x9c\x3b\x43\x45\x06\x9c\xc6\xf9\x26\xc7\x42\xa0\xa4\x25\x00\x25\x1b\x09\xc8\x2d\xb9\xd6\xf3\xda\x0c\x24\x17\xb7\x44\x33\xd3\xd2\x65\xe5\x20\x0d\xb8\xe9\x45\x85\xa5\x6b\x9a\x33\xd4\x60\xa9\x6b\x0e\x20\xab\xe8\xa4\x85\xb5\xd4\xb5\x2e\xc8\x42\x34\x82\x3a\x2c\x0d\xed\xd1\x35\xdb\x59\x98\xd2\xd2\x54\xdb\xbc\xfb\xf7\xcb\x26\x58\x5a\x5a\x17\x64\x4e\x1b\x69\xaa\x2d\x6d\xed\xed\x95\xad\x8c\xa8\x5b\xfa\xb4\x2e\xdf\x5d\xcf\xc6\xb9\x7f\x5a\x97\xef\xde\x87\x9f\x3d\x68\x7a\x17\x62\x17\x0c\xd2\xf8\x62\xca\x32\x33\x45\x96\xaf\x9b\xc0\xf0\x85\x65\xbe\x28\xb2\x9c\xee\x7a\x9a\xfd\x27\x73\xd8\xb2\xc4\x79\xbe\xe2\x9c\xcf\xd3\x2c\x17\x7d\xb6\xdc\xad\xe0\x14\x33\x9f\xf5\xd8\x1f\x8e\x84\x41\x7c\xcb\x3a\xf6\x28\xfc\x73\x7e\xf7\xdb\xc2\xac\x63\x8f\xa2\x3f\xa9\x91\xf6\xc5\x04\xf1\xb6\x0c\xe6\xa3\xce\x20\xbe\x65\x02\xfe\x0d\xe5\x7b\x4e\x1b\xfb\xa3\xd9\x60\x39\x2e\xed\x49\xe7\x38\x99\x5c\xb4\x1c\xf7\x58\xf0\x0a\x0a\x63\x62\x17\x63\xd2\xc8\x91\x65\x02\x91\xd8\x05\x91\x34\xf2\x7e\x5a\x96\x28\xcc\x57\x14\x5a\xe2\xef\x96\xd6\x13\x64\x0f\x9d\x0c\x12\x96\x75\x9c\x32\xd4\x7f\xe3\x1b\x7a\xcb\xc4\xd6\x1a\xca\xd2\x9c\xdf\x71\x9c\x4b\xfd\xad\xbf\xfe\x8c\x6d\x9a\x3b\x30\x8f\x22\x65\xb2\xbc\xb5\x47\x37\x4a\x41\x92\x4a\xcb\x34\x1b\xec\x82\x4f\x1a\xc1\x20\x96\xb7\xd6\x1a\xec\x08\x8d\x34\x8c\x96\x5f\x8d\xe5\x46\x1b\xe8\x1d\x5b\x66\xb4\xc1\xf2\x77\xe7\x4e\x35\x2e\x80\x89\x5d\x80\x89\x78\x88\xac\xf0\x09\x88\x95\xbf\x27\x20\x54\x9d\x02\x83\xd8\x05\x83\x34\xd2\x8d\x58\x21\x9e\xdc\x2e\xe0\xa3\xf3\xd1\x96\x95\xaa\xdf\x21\x32\xd0\xbb\xfa\xab\x5c\xb3\xd2\xee\x9a\x51\x4c\x16\x89\xc2\x72\x45\x21\xeb\xa3\x59\x71\x8d\xd3\xef\x38\x7f\xde\xb1\xe9\x29\x81\x95\x1b\xf1\x62\x09\x30\x43\x9d\x95\xdf\x9f\x10\x15\x24\x86\xb0\x42\x33\xd3\xca\x25\xa0\x21\xfb\x92\x95\xa1\xb1\x5c\x33\x93\xb5\x8b\x4c\xcf\x13\xac\xfc\xed\x3b\xef\x6d\xd9\x1a\xe7\x75\x91\x8c\x77\xac\x48\xe5\xa2\x98\x48\xea\x5d\x73\x78\xb5\x66\xef\x5d\x6b\xaa\xc0\x22\x91\x76\x81\x1b\x8d\x4f\x2c\xac\x32\x4a\x61\xf5\x46\x29\x8c\xf7\xb6\x32\x5b\x62\xf5\x66\x4b\x48\x2a\x6a\x95\xd8\x53\xab\xf9\x9e\x79\xce\xaf\xe6\xa5\xb6\x7b\xe6\x79\x6f\x2b\x13\x7a\x56\xcb\x9d\x03\xe5\x52\x25\xb8\xc6\x2a\x88\xa7\x9a\xff\xa2\x84\x56\x75\xdf\x2b\xd4\x47\x63\xdd\x23\xab\x43\xe3\x04\xab\x4f\x23\xdf\x87\xd5\xb1\xd5\x76\x89\x64\x78\xc7\xea\xe4\xde\xd6\x1b\xc5\x26\x95\x8d\x55\xc9\x82\x7a\x99\x60\xe8\x1e\x5a\x5d\xfa\xe6\xba\xdf\xcc\xfc\xe6\xab\x71\xde\xa8\x88\x17\xfe\x8e\x51\x11\xab\x48\x7e\x37\xe7\xb9\x6e\x5a\xcf\x86\xe7\x81\xcd\x79\xce\x1a\xb1\x7d\xd6\xca\xa5\x33\xe3\xb9\x6e\x92\xd7\xed\x9a\x29\x04\x8a\x58\xd3\x3d\x6a\xf5\xb6\xf1\x5c\x37\x46\xaa\xad\x81\x06\xe0\x79\x68\xd2\xb7\xa6\xfe\xae\x5b\xe9\xc6\x71\xca\x84\x69\xc7\x84\xc9\xcf\x43\xb3\xa1\xc9\x4c\x69\x37\xec\xc1\xea\x38\xd6\x64\x7e\xb7\x6b\x7e\xb3\xb0\x8d\x35\xd7\x58\x2e\x8b\x99\x5c\x96\xc6\xd0\x86\x81\x42\xff\xb4\xfd\xe4\x59\x0b\xf5\x77\xf9\xc0\x58\x78\xc6\x9a\x4c\x91\xf6\xc7\x9e\x15\xfc\x66\x9f\x6a\xbb\x6b\xcd\xfb\xd0\x74\x96\xda\xdf\x59\xea\x5c\x6b\x99\x22\x17\x44\xd2\xc8\xdc\x68\x8d\x8f\xd3\xac\xcd\xcb\x1d\xc9\x33\xdf\xf8\xc4\xc9\xf0\x3a\xf1\xac\x19\x7f\x27\x7d\x74\x9f\x1d\x36\xb9\x10\x6d\xea\x9b\x78\xb8\xf6\x10\x2f\x6f\x6d\x69\xee\x28\xeb\xfa\x10\x2f\x6f\x6d\x69\x9c\xa0\x13\x6a\xac\x21\x62\x4d\x67\xb0\xbd\x97\x73\x84\x7a\x0c\x5c\xf6\xbf\x3f\xfb\x6d\xe3\x9a\x49\x77\xb4\xf7\x8e\x93\xee\x61\xfb\x74\x76\xbf\xdb\xc6\x33\x61\x0c\xaf\x99\xa1\x3c\xd9\xc3\x6c\x97\x19\xc1\x4a\x06\x56\xfb\xf3\x3b\x63\x5b\x57\xdb\x7d\x50\x9a\xf5\x3b\x9e\x79\xfb\x7b\x60\x57\xd8\x1f\xc3\x2c\x66\x37\xcc\x42\x66\x1f\x33\x66\xe5\xec\x92\xe2\x3f\x4f\xd5\xef\xf4\xcd\xfc\xc7\x08\xc4\xfe\xb2\xbe\x99\xef\x5a\x53\xc7\x99\xdc\x5f\xbb\xee\x2f\xab\x48\x98\x49\xd6\xd9\xb5\xc1\x08\x30\x31\x93\xde\xb4\xab\x37\x65\xee\x0b\x20\x64\x60\xb2\x3f\x6d\xfc\x26\xb3\x4f\x76\x29\xe6\x9f\xe7\x9f\xb6\xad\x36\xdc\x77\x99\xd8\x7a\x36\x6a\x66\xf7\x0c\xd2\x75\x14\xb0\xc8\xec\xd2\x25\xf2\xd9\x9b\x09\x3c\x64\x00\x0f\x9d\xdf\x75\xb6\x69\xcd\xec\xf6\xe7\xec\x4f\xae\x87\xdd\x70\x65\x50\x3f\x98\x5c\x0f\xbb\x77\x5a\xe6\xb7\x85\xd6\xf3\xea\xe2\x63\xd3\xfe\x27\x73\xd8\x42\xdb\x1b\x77\x7b\x29\xb6\x4c\xe2\xc0\xae\x38\x08\x7a\x8f\xd6\x35\x9c\x6b\x2e\x92\x95\xc9\x4c\x5e\xb5\x5d\xaf\x5a\x66\xad\xe9\x7a\xda\xba\x5b\xe1\xfc\xdd\xd2\x37\x6f\x02\x8a\x14\x81\x66\x5b\x4b\xb3\xef\x71\x0a\xb5\xe9\x58\xa0\x32\xc5\xf3\x68\x9c\x5b\x5b\x71\x13\xdc\xac\x47\x60\xa6\xab\x6b\xef\xb8\xbf\xe3\xf1\x7d\xb5\x4d\xe0\x28\x79\xf8\xac\xc1\xc0\xc0\xfe\xfb\xf3\x92\x36\x25\x8e\x45\x9e\xfa\xc5\x63\x35\x52\xfb\x9a\xc9\x24\xb4\x6b\x12\x76\xaa\x0f\x80\xb0\x7e\x7f\x5e\xd5\xc2\x35\x73\x79\xf1\xfe\xfc\x31\xfb\xfe\x8e\x85\xcb\x9d\xf1\x7b\x75\xc9\xf7\x6f\xce\x97\xf5\x06\xca\xf6\xd4\x08\x76\x31\xcf\x9c\x83\xe7\x2b\x62\x18\xa1\x71\x46\x4f\xcd\xef\xf5\x24\xe1\xbe\xb9\x54\xae\x03\xd4\xd1\x48\xbe\x6f\xce\x24\x8c\x79\xc5\x59\x62\xc2\xd2\x9c\xa0\x0e\xbb\x18\x2f\x71\x85\x99\xb7\x7f\xda\xee\x38\x79\xcd\x5c\x51\x26\xbf\xd1\x53\xf2\xd0\x9b\xbb\x7e\xe7\xf7\x77\x3c\xbb\x60\x0e\xff\xfb\xf3\x32\x43\x92\xba\xdd\x5c\x9e\xb3\x77\xa8\xe3\xa4\x7d\x20\x8e\xd2\xbc\xdf\xf3\x42\xd5\xe9\x52\x57\x3e\xff\xbe\xc9\xdf\x4d\xad\xd9\x8d\xee\x13\x98\x62\x2e\xd3\xd5\xaf\x5b\x42\x0e\x00\x73\xb9\x25\xbe\xef\x58\x18\x19\x70\x79\xdc\x80\x9e\x9d\x36\xf6\xf7\xea\x9b\x37\x5a\xc4\x97\xfe\xe6\x7c\x9a\x61\x0e\xb7\x44\x64\x7a\x26\xbc\x99\x01\x6f\x96\x1f\x26\x6b\x2d\x88\xed\xb3\x00\xb6\xcf\x48\x48\x6a\x21\x93\x37\x2e\x1f\x37\x9f\xe0\x59\xe8\x9c\xc5\xd1\x08\xe7\x9b\x6c\xcb\x14\xcb\x71\xc9\xb0\xf9\x3c\xcf\xa2\xa8\x0d\x8c\x48\x0f\x39\x20\x2d\x98\x3c\xb5\x28\x97\x10\x90\xf7\x28\xf8\xdc\xd1\x02\xcf\x1d\x8d\x40\x18\x0b\x3e\xf3\xb1\xa8\x77\x0e\x34\x5d\x43\x6a\x20\x70\x06\xed\xa1\x79\x1a\x4d\xeb\x82\x24\xa1\xc9\xdc\x88\xae\xb6\xcb\x10\xfa\x68\xcd\x86\xe6\x30\xee\xfc\x18\x3d\x0d\xb9\x33\xc0\x9d\x25\x93\xea\x0c\x9d\xa5\x0b\x36\x33\xa9\xc7\x60\xa6\xc8\x62\xde\xfd\x63\x14\x34\x64\x62\x07\x4c\x6c\x7b\xa8\x02\x43\x51\x49\x60\xd2\x4e\x9b\xb3\x4d\xfd\xc1\x0d\xb2\x87\x91\x96\x78\xf5\xbb\xf7\xfe\x8e\x26\xaf\x00\x65\x16\x97\x3a\x4e\xfa\x21\x18\x35\xb7\x00\x5d\xd7\x93\x18\xa1\xe9\x8a\x2e\xfe\x11\xcb\x13\xf0\x61\xa0\xe3\xfe\xfd\x09\xb9\xcb\xf7\x23\xd6\xb5\x0f\x17\xe0\x65\x64\x86\xb0\xde\xf4\xbb\x76\xc7\xc2\x3b\xd6\xa5\xaa\x2f\x47\xb2\xb1\x7a\x97\x81\x6d\xf8\xf7\x27\x98\xfb\x08\xce\xb0\x2e\x53\xf9\x12\xf9\xda\x43\x77\xa6\x4b\x37\xf6\xab\x1b\x93\xbe\x29\x73\xf8\xb2\xb5\x9a\xe4\x67\x9f\x1a\xcb\x35\x5d\x93\xbe\x29\xf7\xa9\x5f\xf3\x34\x53\xc7\x75\x99\xa0\x7f\x04\x96\x64\x0a\xb0\xbe\xfe\xf9\xdd\x77\x7f\xf7\xdb\x87\x2e\xf3\x14\x0c\x89\xf9\x21\x63\xa4\x0d\x99\x68\xc0\x50\x25\x4b\xd4\x1d\x43\x77\x6c\x80\x10\xdd\xc8\x62\x63\x83\x7c\x45\x36\x2a\xf6\x28\xd3\x54\x1e\xc4\x82\xda\x40\x05\x9f\x87\xf4\xe4\x36\xc8\x57\x64\x03\xdc\xdd\x96\x68\x4a\x0e\xb9\x41\x03\x91\x5c\x4b\xd4\x1d\x43\xee\xcc\x70\xe8\x3f\x26\xd4\x6d\x04\xf7\x6f\x80\x41\xc1\x58\x4c\xcb\x86\x22\xff\x63\xdc\xf5\xa4\x5e\x19\x43\x63\x19\x77\x2c\x6a\x93\x2b\x30\xd6\x6d\xa3\x7b\x38\x64\x4f\x5c\x50\x95\xf1\xc9\x98\x0d\xd9\x13\xe3\xca\x64\x66\xd3\x6d\xca\x6c\x9f\xd7\x6c\xcf\xcc\x18\x4c\x65\x83\x66\xbe\xac\xf8\x6a\x23\xee\xdd\x66\x81\x0e\xc8\xd4\x55\x53\xe1\x20\xe0\xab\x92\x91\x59\xc2\xa6\xb2\x41\x13\x9c\xef\xc6\x77\x5f\x36\xb5\x7f\xf3\x6f\xff\xa8\xc7\xa6\xee\xd1\x6c\xb0\x97\x98\x85\xb7\xc9\x2c\xbc\x5d\x70\x94\x25\xde\xbf\xa9\xbb\x32\x61\x82\x8a\xb1\xd9\xa6\x32\x3e\xf3\xb2\x4a\x27\x66\x0c\xa6\x42\x92\x33\xee\x39\xa3\x7b\x38\xf9\x9c\xda\xe6\xf8\xfe\x3f\x72\x61\x9b\x8b\xe7\x7a\x22\xb4\x68\xf9\xe1\x1c\x14\xea\xbb\x80\x24\xcb\x89\x73\x97\x4e\x9d\x57\x0e\xe6\xd4\xfe\x9b\x39\x2c\xdc\x91\x5d\xdc\x91\x65\x9a\x06\x4b\xdb\x04\x68\x4f\x32\x3e\xe5\xb1\x25\xb5\xb3\xea\xa5\x21\xe7\x75\x59\xba\x12\x0b\x45\x62\x9e\x42\xef\x71\x29\xca\xbb\xc0\xab\xf8\xf0\x39\x84\x2d\x79\x26\xcb\x2e\xf9\x39\xd5\xea\x52\xb2\x61\x21\xd9\x60\x3a\xf6\x4b\xc9\x86\x15\x97\x74\xf5\x87\x93\xb1\x15\x4d\x6d\x77\x0e\x4c\x6e\x2c\x25\x1b\x56\xbf\xcb\x4d\x15\xb1\xf8\xe4\xc1\x16\x92\x6f\xa6\xa3\xbd\x24\xee\x16\x6a\x9e\x3f\x45\xeb\x42\x2c\x9a\x2d\x60\xd1\x4c\x47\x7b\x29\x11\xb1\x2e\x3b\x71\xa6\xb7\xb3\x96\xe6\xb0\xee\x7a\xf2\x18\x2e\x1d\x8b\x75\x8e\x45\x7e\x8a\xd6\x7a\x69\x9c\x97\x36\x98\x8c\x14\xb6\xb6\xc6\xb9\xef\x38\x29\xb6\xd6\xd6\xef\xf6\xb8\x6d\x9c\x9f\xae\xfc\x42\x61\xbb\x87\x5c\xa0\xb6\x14\xb9\x5a\x7f\x04\xb7\x74\x21\x96\x5c\x88\x8b\x81\x32\xb2\x55\xd8\x26\x8e\xd2\xf6\x73\xcf\x19\x8f\xfd\x26\xa6\xda\xf6\x5f\xdd\x0e\x1e\xfb\xad\xe4\xdb\xce\xf7\xbc\x50\xfd\xef\xc2\x75\xd9\xe5\x32\x09\x27\xb5\x85\xda\xfa\x6d\xcb\x6c\xdb\x6a\x7b\x6f\xdb\x6f\xee\x5b\xa2\x62\xb7\x3f\x1a\x66\x8e\x53\x1e\xf0\x46\xe5\xa1\xa7\xd0\xdc\xd8\xa6\xdf\xd9\x5f\xed\x91\xdf\xde\x6e\x89\x91\x7d\x55\x2e\xc1\x27\xb6\xe5\xc9\xee\xb8\x6d\x85\xbf\x53\x72\x78\x5f\x35\x50\x18\x09\xdc\x72\x47\x37\x88\x31\x1f\x96\xb3\xb2\x3d\x28\xce\xf7\xb8\x6b\xc6\x84\xd7\x9e\xea\x0f\xc4\xdc\x0f\xc1\x19\xb6\x49\x6c\x63\x1b\xee\xa8\x15\x46\xe2\xf7\xd6\x7a\x5e\xc6\x65\x3e\x01\xb2\x4d\x70\x8d\xed\xf7\x9e\x4f\x9a\x29\xfb\xd5\x58\x40\x44\x2c\xb6\x67\xdb\x72\x1d\xf7\xf7\xd7\xf6\xeb\xef\x25\x6e\xda\xde\x74\xdb\x28\xea\x5f\x62\x10\xed\xbd\xaa\x85\x6c\xe3\xf6\x2a\x0a\xf3\xe6\x7b\x26\x78\x8f\x5e\x9d\xa5\x37\xdf\x62\x1e\x1c\xe7\x2b\x13\xfb\xfd\x3b\x13\x34\x99\xde\xaa\x6f\x22\xd2\x62\xac\x2d\x61\xaf\xcc\xb7\xf7\x46\x48\xc9\xaf\x6e\xaf\x64\xdd\x7b\x29\xac\x48\xf5\x67\xaf\x5c\xc0\xcb\x6a\x63\x95\x11\x3d\x31\xd7\xd8\x65\xae\xb1\x4a\xd3\x47\x00\x2f\x7b\xf1\x24\xd5\x2a\x4d\xa6\x57\xae\xdc\x0b\x57\x4e\x8c\xe1\xf6\xca\x34\x7f\x41\x7b\xf9\x54\x26\x95\x5f\x9d\x17\x90\xca\x9c\xdf\xf1\x9b\x32\xbf\xdf\x6b\x7e\x93\x3d\xc2\x5e\x99\x6f\xef\xfa\xe3\x94\xe6\xef\x14\xbe\x78\xf7\x5f\xb9\x28\xce\x4f\x51\xc2\x17\xcc\xb9\x8f\x80\x22\xaf\x42\x06\xef\x77\xe7\x4e\xd9\xf3\xf1\x79\x97\x7d\xcf\x2d\x6d\x40\xd7\xe3\x53\x58\xe0\x02\xa7\x4c\xe0\x8c\x4f\x67\xe9\x4b\x90\x75\xac\xb6\x63\x9f\xc2\x02\x5f\xbe\xeb\x59\xd9\x9f\xc2\x02\x5f\xbe\x6b\xc6\x39\x7c\x3a\x4b\x5f\xbe\x73\xa7\x3e\xfa\xe4\xe6\x7d\xb7\xfe\x0f\x19\x29\xec\x23\xbe\xdb\x3e\xe0\xbb\xad\x32\x12\xff\xb5\xa1\xb6\xbb\x0f\xbc\x2b\x1f\xb1\xdf\x06\x52\x99\xfc\xfc\x33\x3f\x9d\xa5\xef\xef\x2c\xd1\x9d\xf9\xe4\x0a\x7c\x76\xeb\xd5\xf0\x8e\x7d\xae\x6f\x5e\x9d\x5a\x69\x6a\x7d\xa1\xb9\x07\xe4\x8b\x00\x26\x9f\xdc\x84\xef\xba\x09\x64\xd5\xb0\x4f\xa6\xeb\x17\x7f\xdf\x64\x7f\xc4\x7e\xdb\x07\x1a\xb2\xe7\x9f\xf9\x09\xb4\xf2\x8d\x7b\x5e\xa8\xc7\xc4\x40\x63\x97\x81\xc6\x04\xea\xf8\xf8\xfc\xd0\xbe\x6b\xd6\x0a\xb8\xf1\x29\xbc\xf6\xad\x3b\x07\x66\x1a\xc4\xfa\x62\x97\xf5\xc5\xf8\xd6\xc3\x3e\xb9\x17\xdf\x95\x67\xff\xcc\x41\xf6\xd2\x77\xed\x25\x81\x3a\x3e\x85\x21\x3e\xd4\xc8\x7f\x08\x4c\xf1\x87\x58\x6c\x7f\x9e\x5b\xef\xeb\x77\x6f\x5d\x14\x9e\x0e\xe2\x98\xfc\x70\x7e\xfe\x10\x98\xe2\x97\x11\xc6\x08\xdc\x70\x81\xaa\xfc\x82\xaa\x8c\x00\x0c\x7f\xe8\xfa\xfb\x73\x5d\x7f\x82\x2c\xfc\xe1\xbe\xfb\x83\xe7\xcd\xc6\x42\x40\x2e\xf6\x16\x07\xfe\x28\x19\x79\xf3\x5d\xf4\xb8\x7e\x59\x58\x8c\x4c\x16\xfe\x4c\x8d\xe5\xda\x3d\x04\x44\xf8\x43\x59\xe0\xcf\x0d\x65\x12\xd0\xe2\xa2\xac\xf5\x0b\x2c\x32\xd2\x8c\x7b\xe2\xbd\x75\xe0\x73\x92\x91\x0a\xd6\x13\xdf\x5a\x79\xca\x70\x4b\xda\x4f\x66\xb9\xa8\x67\x1d\x38\x9b\x5b\xf1\xe4\xbf\x98\xc3\x2e\xf6\x59\xbf\xec\xb3\x0f\x9f\xc8\xb8\x78\xed\x1c\x70\x9a\x64\xac\x27\xe5\x89\x6a\xdc\x53\x40\x54\xb0\x3e\x93\xa7\xd0\x70\xae\x37\x40\xf0\x82\x27\x26\x87\x3d\x81\x7d\xf6\x61\x69\x79\x4f\xc4\x20\x7a\x02\xfb\xec\x43\x32\x12\x4f\x53\xdf\x9c\x97\xe0\xfe\xe1\x37\x97\x7e\x77\x4b\x4b\x10\xbc\xe0\x69\x6b\x0e\xa8\xc6\x60\xac\x66\xe6\x89\xc7\xde\x13\x12\x8f\x66\x5a\xd2\x57\xcb\xfd\x57\x1c\xe0\x97\xbc\xf1\xc4\xa8\x88\xa7\xef\x32\x35\xf2\x18\x26\x8a\x73\xbf\x6c\xb7\x46\xd6\x09\xcf\x34\x09\x3d\x3f\x10\x69\x64\x1d\xf6\xcc\xe4\xb0\xe7\xab\xaa\xc9\x2c\xe1\x99\x66\x9f\x5f\x1e\x54\x23\xd0\xc0\x33\xcd\x3e\xcf\xd7\xb3\x24\xeb\xb0\x67\x26\x53\xfc\x92\x9f\x98\xfd\xdc\x0b\xcf\x34\x09\x3d\x5f\xf5\x6f\x3f\x6f\xdc\x33\xbd\x4e\xcf\xc0\x71\x99\xf1\x4a\x64\xaa\x7f\xcf\xd7\xd5\xe1\xb3\x22\xcf\x4d\x63\xb9\xde\xbf\xf1\xba\x64\x7a\x9d\x9e\x6f\xc9\x2b\x82\x10\x3c\xf3\x95\xa8\x67\x60\x64\xcd\x8c\x63\x99\xea\x0f\x7c\xd2\x0f\x4b\x2e\x7b\xfe\xd4\xdf\x77\xfb\x73\xae\xf5\xa7\xb9\xa3\x78\xfe\xc3\x27\x40\x9e\x3f\xad\xf5\x77\xd7\xfa\xe7\x39\x7b\x21\xe6\xd8\x4b\xba\xeb\xf9\x4b\x66\x7a\x61\xa2\xcc\xcb\xad\x25\xc8\xea\x58\x5e\x24\x9a\xca\x55\x9d\xe4\x03\x75\xb1\xc0\x7a\xf9\xab\xca\xf7\x8b\x32\x79\x61\x12\xdb\x4b\xb9\x67\xf0\xe7\x5e\x78\x61\x12\xdb\x41\x12\x92\x8c\x2c\x96\x5e\x88\xb3\xf7\x52\xef\xb9\xe6\xfc\x8a\x69\x9c\x28\x00\xfa\xb0\x06\x8c\x0b\xf0\xe1\x17\xf0\x61\x64\x20\xf5\x12\x1a\x4b\xfc\x15\xf9\xe1\xdc\xbb\xda\x90\x0d\x32\xd7\x37\x87\xbe\x39\xb0\xd6\x2c\xc3\xea\x62\xf1\xf0\xcb\xe2\xa1\x92\x3e\x5e\xa6\xc6\x89\xaa\xbf\x0f\x2b\x99\x7a\x59\x5a\xb3\xeb\xe6\xb9\xbe\x49\xf0\x90\x97\x1b\x45\x23\xcb\x85\x97\xad\x7d\xd8\x77\x1f\x0a\xd7\x9a\xb8\x4d\x2f\xfb\x56\x13\x2a\xdc\x23\xb2\x1d\x78\x41\x02\xd8\x08\x50\x70\x31\x83\x78\x79\xef\x58\x78\x8f\xca\xa7\x6f\x7e\xf7\x9b\xbc\x2b\x55\x2a\xb0\x3e\x77\x3d\x7f\xa6\x96\x57\x9d\xb3\x9a\xee\x38\xf5\x3b\x46\x92\xbc\xde\x88\x3a\x81\x0d\x5e\xb3\xbe\x79\xcd\x7d\xff\x45\xae\x5c\xe0\x13\xaf\xf9\xaf\x5e\x4e\x67\x1b\xcf\xd2\x05\x98\x18\x41\x0f\x5e\x69\xbe\x79\xbd\x51\x7a\xdd\xdb\x4a\xc6\x5a\xaf\x57\xf6\xb0\xc6\xa2\x57\xbe\x03\xf1\x5a\x6f\x5d\xbb\x9f\x6b\xe5\xb5\xea\x77\xd7\x85\xf0\xdf\xb3\x3e\xaf\x55\x73\xa8\x30\x37\xf8\xcc\xc7\x6b\x0d\xb5\xf5\xdb\xc6\xb9\xd3\x55\xf5\x7a\xdd\x0b\xe2\xb4\xbd\x36\xcd\xef\x86\x52\x58\x4f\xd2\xab\xf4\x58\x05\x36\xda\xc8\xd4\xe1\xd5\xd4\xdf\x75\x63\x09\x7a\xf0\x4a\x53\xd2\xab\xbd\x77\x2c\x6c\x73\xed\x91\x43\x6f\x9a\x71\x0e\x04\x60\x78\xbd\xe1\x19\xe2\xb4\xbd\x86\xc6\x12\x77\xee\xc6\xb1\x74\xcd\xe1\x16\xfb\x0a\xca\x90\x3a\x74\x5e\x6e\xa6\x81\xe0\x05\xaf\xaf\xfa\xbb\x21\x8a\xa0\x3e\xaa\x9f\xda\xbe\x3b\x4e\xca\x1e\x71\x49\x7b\x7b\xee\xfc\x28\x7b\x9a\xcc\xb0\x76\xdd\x51\xb2\x55\x78\xd3\x19\x6c\xf7\x0c\xb2\x3e\xac\x37\xba\x09\x7e\x01\x3b\x46\xec\xb0\x37\x82\x2f\xbd\xdd\xaa\xa0\x04\x05\x78\x63\xe8\xcd\xdb\x0d\xbd\xc5\xcf\x15\xf7\x56\x35\x96\x7a\xe5\xcb\x2f\x12\xef\x4d\xfa\xa8\xdd\xac\x4e\xf0\xbc\xb4\xa6\xb1\xb4\xbf\x72\x51\xfc\xa6\x69\x0e\xf6\xff\x57\x04\xf4\xc6\x8c\xa4\xb7\x5b\x93\x30\x8c\xdf\x74\xfd\xee\x57\x49\x90\xeb\x29\xf9\x79\x19\x61\x2c\x9c\xdf\x0c\xcd\x21\xee\x7a\x3a\xe7\x4e\x30\x9d\xb7\xb8\xfb\xce\xbb\xd2\x18\x96\x73\x30\xc2\xe4\x87\x2c\x41\x2e\x00\x8d\x5f\x4e\x6f\x23\xd0\xd5\x1b\xc3\x72\xde\xae\x79\xca\xcc\xbe\x0b\x5c\xe3\x0d\x9c\xbd\xc6\xcc\xbe\x37\xd9\x4b\x6d\xff\x55\x6b\xe2\xef\x64\xba\xb6\x6b\xba\xb2\x30\x8f\x8b\x2d\xc6\xc1\x16\x93\x1f\xb2\x12\xb9\x11\x03\xec\xc0\xaf\x9c\xb6\xdf\x79\x31\x86\x36\xdc\xae\xac\x23\x23\x85\x0b\x28\xe2\x00\x8a\xe4\x47\x32\xd9\x24\x97\xac\xdc\xfe\x78\x06\x4d\xf6\x8b\x5d\x19\xe2\xff\x91\x59\xc2\x45\x07\xee\x66\x71\x7f\xda\xd9\xb6\xd5\x06\x0b\xdc\x29\xb6\x8c\xcf\xc9\xdc\xfc\xaf\xca\x32\x87\x23\xf3\xc6\xe2\x4e\xe3\x97\x50\x70\xd3\x91\xb1\x7b\x64\x88\xf7\x74\x01\x30\xdc\x6e\xc4\xcb\x79\x44\x8d\x4f\x25\xdc\xfa\xba\x6d\xfc\x1d\x13\x1f\x7e\x09\x6a\xac\xf3\x0a\x9a\x54\x27\x0a\xe7\xe7\x47\x22\x5b\x00\x0c\xff\x03\x60\x48\x64\xdb\xd6\xfc\x80\x9f\x35\x32\x59\xb8\x31\x89\xed\x06\xd8\xb8\x75\xad\x99\x8e\x85\xdd\x6a\x60\xfd\x87\xcb\x71\x81\x1e\xfc\x82\x1e\x8c\x65\x01\xdc\x25\x7e\x1c\xe5\x61\x1e\x16\xfe\x73\x97\xf8\x01\x8e\xe1\xb4\xf1\x77\x12\x23\x7e\xc5\x08\x19\x29\xdc\x75\x2c\x6e\x2d\xf8\x47\xe2\xd5\xf9\xb4\xc6\xdd\x9e\xdb\xf6\xdb\x23\x81\x10\xfc\x82\x10\x8c\x45\x03\xdc\xe9\xfd\xbb\x07\xd6\x93\xb8\x31\x77\x3e\x9b\x72\xbf\xde\x23\x41\x01\xee\x32\x7d\x7c\xde\xf5\xec\xfc\x26\x23\xd5\xee\x37\x52\x4d\xfc\x97\xbb\xf6\xc1\xff\xf6\x81\xae\x95\x4b\x0d\xf8\x55\x03\x04\x0c\xb8\xc8\x6b\x1c\xb8\x82\xe4\x8f\xe6\x2e\x53\xd9\x6f\x92\x57\xa2\x3e\xb4\xd6\x71\x8b\x52\xb3\xb4\xb1\x87\xc4\x6b\xdc\xcc\x06\x71\x5c\x1e\xba\x47\x71\xef\x51\xd0\xa4\x08\x99\xa7\x61\xeb\xff\x2b\xda\xe7\x22\x85\xf1\x88\xf7\xff\x2b\xd8\xec\xa1\xf5\x8c\x71\xc7\x49\x75\x2c\xf6\x16\x8f\x79\xbf\xf9\xcb\x18\x78\x2c\xb5\xad\xf9\xff\x15\x4e\xf6\x90\xb8\x0b\x54\x0c\x7a\x24\xce\x43\x6e\xc2\x5f\xf2\x9b\x78\x2c\xef\xe4\xc2\x75\x54\x44\x3f\x6d\xbf\xb1\x74\x99\x61\xa8\xb9\xfd\x4f\xb5\x55\xef\xcc\x22\xf9\x2d\x15\xed\xc4\xa9\x79\x97\x49\xdf\xaf\x59\x24\xb1\x2c\x36\x15\xbf\x6c\x2a\x4e\xf6\x08\x57\x42\xdd\xfb\x8d\xc8\x06\xef\x4a\x27\x66\xd5\xff\x8a\x24\x3f\xbf\xe8\x9b\xf7\xa6\x71\xb6\xbb\xd6\x94\x2f\x5d\xea\x0a\x39\xf2\xfc\xb0\x90\x89\x77\x9d\xf9\x5b\xa3\xd5\xc9\xe6\xe0\x7d\xa8\xbf\x71\xfb\x73\xce\x41\x7b\x84\xf2\x96\xe7\x9b\x5c\xb3\xa9\x6f\xae\xbb\x2e\x34\xdf\xba\x5c\x81\xfe\xb7\x7f\x34\x53\xfa\xd6\x3e\x80\xcc\xc9\x99\xf8\x77\xb1\x9b\x38\x4a\x13\xe6\x87\xef\x16\xbc\xbf\x1a\xe7\x2d\x39\x48\xde\x5a\xef\xaf\xc6\xf9\xde\x71\xfe\x32\x76\x3e\x18\x91\x75\xd4\xb7\xcb\x0f\xdf\x03\xb8\x98\x4f\xfc\x32\x9f\x38\x93\xfb\x2e\x76\x13\xbf\xec\x26\x9e\x7e\x09\x7c\x1f\x72\x01\x47\xb9\xe5\xfe\x38\xce\x41\xd2\x3e\x1f\xb7\x3c\x79\xd2\x58\x64\x7e\x5f\x56\x14\x27\xd3\x83\x0f\x62\x9c\x7d\xe0\xad\x80\xb3\xb0\x8d\x0f\xb9\xe2\x03\xae\xb8\x27\xea\xaa\xe1\x9a\x83\xdf\x39\x50\xe5\x0e\x99\xb5\x23\xee\x7a\xd2\x65\x19\xcc\x3a\xfa\xb8\x66\x2d\x19\x92\x7c\x74\xfd\x0e\x18\x75\x27\x08\xc8\x87\x74\xdc\xb8\x3a\x8e\x95\xd2\x7d\x0c\x8d\x65\xdc\xb1\xd0\x24\x1c\x8c\x90\xfa\xb8\x75\x60\x93\x7e\x37\xd5\x36\xa1\xa7\x09\x28\xf3\xc1\xe8\xbe\x0f\x44\xf7\x9d\xa5\x13\x7c\x48\x4e\x8c\x7b\xce\xc8\x10\xe1\x63\x6b\xad\xdf\xbb\xd6\xfa\xe6\xa7\x71\x7e\x77\x9c\x34\xe9\xa7\xc2\x02\xf3\x86\x05\x3a\xef\xc3\x54\xc8\x67\xe6\xbb\xb7\x0c\x43\x4c\x02\xed\x7c\xd6\xdb\xc6\xb0\xc7\xe4\x5b\x0f\x9f\xed\xee\x1f\x4d\x7a\x31\x9f\xf8\xb4\xbb\x9e\x6a\xd3\xbd\x9d\x57\x57\x49\xe7\x4c\x32\x21\xf8\xbc\x15\x91\x13\x4d\xec\xc9\x88\xb3\xcf\x7b\x37\xf3\xa3\x36\x53\x1b\xce\x2e\x93\xf4\x3e\xb5\x9e\x73\xdd\x7b\xf4\xcb\x80\xba\x58\x35\x1c\xac\x1a\x39\x3d\x3c\xf3\x4b\xf2\x73\xe5\x5b\x57\x9b\x67\x57\x19\x7a\x47\x86\xfe\xfc\xce\xd9\xb6\xd5\x76\x6b\xbf\x52\x6f\x2e\x02\x5a\x7c\xdd\xf5\x64\xf6\xde\x95\xa1\xf7\x9b\xa1\x4f\xd2\x39\xab\xab\x3f\x84\x3d\x9c\xa0\x15\x5f\x32\xbf\xd7\xbc\xa5\x2d\x79\x3e\x97\x4c\x6c\x54\xc8\xc8\x89\x4c\x47\xae\xec\xb6\xdf\xec\x76\x22\xf6\xdb\x95\xa5\xf6\x9b\xa5\x4e\xac\xaf\xea\xca\x52\xfb\xcd\x52\x27\x02\xca\x7c\xc9\x06\xbb\xa5\x36\x3c\xd3\x0d\x5a\x9f\xc6\x79\xbc\xc1\xf3\xbb\xff\xc6\x2c\xe1\x8b\xdc\xa6\xbe\xbe\x3b\x54\x5e\x97\x4d\x3c\xab\xef\x5b\x84\x93\xdc\x9f\xbe\x9f\xa1\xb6\xbb\x85\xbf\x24\x8c\x6f\x45\x3e\x76\xba\x6d\x34\x41\xb7\x22\x1f\x1b\xde\x80\x67\x5e\x17\x25\xc6\x7d\x5f\xb5\xca\xfa\xc9\xbe\x15\xdd\xd8\xe5\x4e\x9f\x26\xda\x56\x74\x63\x97\x3b\x7d\xaa\xb9\x4d\x9c\x9a\xef\x72\x0b\xe0\x53\xe5\x6e\x3e\xc5\xf2\x5d\x6f\x0d\x6c\xaa\x9d\xdd\xb8\x85\xbb\xdd\x75\xe1\x95\xdf\x3a\x4e\xfb\xef\x38\xd1\x0b\xdc\x12\xbd\xfb\x8a\x5e\xb2\x4e\xf8\x76\xb5\x21\xd1\xe9\xe4\xe9\xf4\x2d\x0f\x71\x5f\x95\x4b\xc0\x80\xef\xa1\xb1\x1c\x95\x9b\xd3\xa3\xb9\xcb\x64\xda\x30\x41\x9d\xc0\x14\xdf\x3a\xbe\x1b\x54\xe3\x4e\x50\x80\xef\xa9\xbd\x45\x01\x6c\x27\x68\xc5\xb7\xd4\xf8\x06\x51\x9e\xb3\xf2\xb7\x6f\xa9\xf1\x3d\xef\x38\x79\x95\xb6\xc4\xc1\x5e\x7f\xbf\xe3\x5a\xcb\x2d\xd9\xeb\x1e\x6d\x46\x61\x44\xb6\xe2\x97\x6c\xc5\xc9\x0b\xea\xfb\xd5\x79\x41\x52\xcb\x09\x26\xf0\x4d\xec\xb7\x6f\x3c\xdb\x70\x82\x09\x5c\x25\x64\xfc\x7d\xae\x18\xa1\x68\x7a\xf9\xc4\xc2\xdf\x5b\x3a\xb6\xf0\x0a\xbe\x7c\x95\xea\xef\xb1\x00\x73\x4a\xdc\xa3\x57\xe7\x1a\x95\x66\x4e\x5b\x61\xdb\x56\xdb\x5d\x17\x8a\x8a\x57\x67\xf7\xcd\xb7\x8d\x26\xe1\xcb\x27\xa9\xfe\xa2\x16\x61\x4a\xdc\xf7\x57\xe2\xee\x26\xf0\xbd\x30\xba\x21\x16\x16\x07\x0b\x4b\x4e\x89\x62\xf9\x95\x1b\xf4\x02\x53\xe6\x04\x28\xf8\xdb\xf4\xbb\x76\xf7\x9d\x2e\xd9\x2b\x53\xf2\x45\x6d\xd1\xc4\xca\x7b\xfe\x2a\x32\xf7\xb6\x71\xdb\xb8\x9e\xa6\x36\xbb\xfb\xce\xbb\xf2\xba\xe6\x70\xbc\xac\x9c\x88\x5d\xf4\x57\x19\xa6\x37\xee\x7a\xf2\xbc\xbc\xc4\x66\x3a\x30\x00\xc9\x0b\x23\x1f\x9f\xa2\xe6\xdf\x51\x03\x39\x25\xba\xd4\x9f\xa2\x92\xdf\xdf\xba\xd0\xbc\x51\xa9\x14\xff\xea\x1d\x0b\xb3\x4f\x9f\xd6\xe5\xfb\x5b\x17\xba\x72\x9f\x5c\xc7\xcf\xee\x99\xa0\x58\xfe\xc8\x6a\xe3\xdf\xdf\xdc\x79\xae\x95\x8c\xf6\xef\x6f\xee\x94\xad\x4a\x46\xfb\x4d\x46\x27\x56\x80\xf6\x4f\x26\xd3\xd7\xef\xba\x34\x8e\x45\x19\xb4\x0f\xe4\x97\x4e\x20\x85\xab\x16\x98\xdf\x5a\x60\x4e\x40\x84\x7f\x72\x83\x3e\x44\x7d\x9c\x80\x08\x57\xe2\xd8\x6f\xe2\xd8\x59\x86\xc3\x3f\xb9\xf7\x1f\xa2\x3e\x89\x04\x58\xfe\xc9\xad\x04\xf9\x46\x4e\x2c\x5e\x1f\x0f\xf9\xd7\x03\x25\xc3\xce\x37\x83\x6d\x4d\x6d\x90\xbb\x2c\xd1\x11\x0f\xef\x6d\x3c\xf7\xde\x12\xbb\x18\x2a\x4f\x12\xc8\x2f\xe7\x44\xe2\xac\x78\x92\x7e\x07\x26\x19\x27\xc8\x22\xc4\x72\x11\x97\xe5\xc2\x09\x5e\x88\x87\xe0\x93\x78\xae\x4c\xfe\x55\x87\x3d\xff\xd0\x38\x1d\x3a\x20\xfd\xa2\x61\xf1\xf0\x5c\x07\x4a\x3b\x9e\xdf\xb1\x8d\x11\xe0\x78\x10\xf2\xf1\x5f\x2d\xd8\xf3\x8f\xa9\x36\x9c\xeb\x6a\x5c\xb3\xa1\xf9\x01\x87\xee\x4c\xee\xc7\x43\x53\x39\x9e\x6b\x2a\x93\x75\x22\x9e\xa9\xdf\x5d\x39\x4f\xd6\x89\x78\x08\x80\x8a\x07\x25\x6b\x9c\x09\xfc\x50\xb9\x90\xb8\x75\x57\x13\xb1\x99\xf1\x10\x3f\x1b\x0f\xf0\xb3\x5e\x83\xeb\xf2\x6a\x7e\xef\x3d\x4b\xbf\xbb\x12\x49\x7b\x9b\xae\xcd\x50\x7f\xd1\xc5\x48\x7c\x7f\x10\xa8\x1c\x92\x13\xf9\xde\x43\x6c\x15\x71\xd9\x2a\xbc\xfd\xdc\xd1\x48\x4c\xfc\x47\x42\xe2\xdf\x59\x6a\x23\x94\xdd\x8e\x9b\xdd\x4e\xf9\x97\x8d\x0d\x95\xf6\x88\x74\xef\x34\x89\x2a\x23\x99\xc6\x69\xb7\x24\x7b\xe2\x38\x5d\xfd\xf9\x5f\x7f\x9c\x9f\x6b\x0e\x7e\xe7\xc0\xb3\x9b\xf8\x8c\x37\xd2\x75\xad\x48\x62\x19\x89\xcf\xfd\x23\xe1\xb9\xbf\x93\xc4\x32\x52\x68\x0e\xa8\xf6\x9d\xf2\x4f\xc7\x45\x22\x00\x2a\x12\x00\x50\xde\x78\x8f\xd2\x54\x7f\xe7\xbe\xe7\x94\x2b\xbf\x49\x3d\x1d\x69\xdd\xfe\x0a\xd7\x9a\x26\x68\xa4\x6b\x82\x92\xc0\x2c\x12\xdf\x11\x44\xba\x85\xf9\x9b\xda\x08\x06\x89\x5b\x2e\xc4\x1b\xef\x51\xfa\xb4\x7f\xc8\x98\x3b\xc1\x12\x91\xe9\x52\x07\xaa\x8a\xe6\x94\xff\x69\x73\xb5\xdd\xfe\x7e\xe1\x8b\x10\x7b\x44\x20\x9b\x9e\xbc\xfd\xec\xcf\xc8\xcc\xd4\x46\x4e\xb7\x3f\xde\xa3\x4c\xbc\x7c\xe4\xab\x8b\xff\x2b\xb3\x44\x64\x7a\x26\x71\x8b\x95\x3a\xf1\x19\xa1\x24\x7d\xe4\xeb\xc5\x93\x53\x33\x54\x5a\x34\x50\x5a\x34\xa7\x6c\x9c\x86\x69\x38\x76\x87\x13\xfc\x9d\x6b\x69\x3c\xdf\x36\x4e\x83\xde\x5c\xe4\x1b\x29\x6b\xbf\xa8\x4f\x64\x26\x0d\x22\xf7\x7b\xd4\x3a\x97\x54\x62\x04\xd5\x41\x72\x22\x6c\x3c\xf2\xd0\x1c\xc6\x3d\xf6\x5d\x6d\xda\x0a\xe0\xe9\x12\x21\xe5\x91\x87\xe6\x37\xee\xfc\x34\x87\xa1\x6d\xba\x9e\x3a\x19\x29\x22\x4f\x7d\xf3\xaa\x24\xfb\xa9\xab\xc8\x53\x5b\x88\x17\xc0\xce\x32\x23\x91\xb7\xe6\x70\xa3\x3e\x64\x9d\x88\x4c\x55\x16\xf9\xaa\x32\x02\x3e\x22\x6f\xad\xf5\xbe\x63\xe1\x15\xcc\xaf\xe6\x7e\x23\x42\xc6\x2b\x98\x75\xb4\xf3\x77\xaf\xa0\xd6\xf3\xd3\x5a\x5f\x35\x47\x93\x3e\xf2\xa7\x3d\x42\x72\xd8\xed\x67\xc2\x44\xd1\xb1\x2f\xcf\x1d\x27\xaf\xae\x80\x06\x01\xa0\x41\x4e\x74\x05\xa2\x10\xef\x19\x05\xd5\xd8\x13\xab\xd9\x45\xa1\xb9\x18\xe5\x9a\x8b\x24\xa7\x8b\x42\x5a\xf0\x00\xe6\x20\xb9\xfd\xcc\x9b\x28\x04\x91\x44\x29\x77\x1f\x28\x2a\x0a\xb1\x45\x71\xcb\x8c\x38\xd9\x2a\x42\x65\x46\xa2\xdc\x48\x04\x4b\x96\x46\x09\xfd\x2e\xee\xef\x1a\xc7\xd9\x35\xce\x7e\xc7\x49\x11\x5a\x98\xd9\x88\xd2\xe7\x6d\xe3\x37\xf9\x14\x24\x40\x32\x91\x13\xdd\x8b\x28\x52\x81\x00\x21\x24\x67\x42\x36\x0a\x23\x42\x51\xd6\xdf\xef\x38\x87\xa5\xdf\xad\x3b\x4e\xe3\x58\xb6\xfa\x7b\x61\xda\xd1\xbd\x08\x95\x04\x89\xf2\xdd\xb9\x53\xad\xaa\xec\x47\xdc\xb2\x1f\x4e\xd2\xc5\xa8\x7c\xdd\x1d\x00\x05\x9c\x6f\x06\xdb\x96\xda\xee\x79\x09\x7e\x93\x66\x74\x20\x51\x9d\x13\x09\xef\xa2\x32\xa2\x1e\xf5\x46\xd4\x99\x20\x0d\x25\xaa\xa3\xfa\x9d\x03\xc5\x72\x9d\xfa\xe6\xbc\xdf\xfc\x99\xfb\xa1\xd2\x1e\x71\x4b\x7b\xb8\x27\xfd\x8e\x73\xaf\x57\x7d\x38\xef\x5f\x5d\x6a\xdb\x77\xad\x29\xeb\x1a\x5f\xa1\x47\x43\x95\x38\x27\x43\x44\x34\x99\x68\xed\x9a\x68\x24\x09\x8c\xc6\x48\x59\xb4\x1b\x29\x63\xb2\x2f\x94\x1c\x8e\x9b\x1c\x4e\xe5\xe7\xc2\x47\xa3\x9b\x1e\x20\x68\x38\x6d\xec\x8f\x89\xff\x68\x48\xfc\x3b\x33\x7d\xa1\xf2\x1d\x81\xbc\x6d\x4e\xc4\x38\x87\x98\x10\x02\x4c\x08\xa7\x8d\x63\x19\xfa\xe6\x35\xc3\x98\xb1\x0b\x31\x21\xc4\x65\x42\x70\x96\x27\x89\x46\xe6\x8c\x68\xeb\xbb\x6d\x1c\xe7\xd6\xdc\xf7\x9d\x3b\xf5\x4a\x93\xa9\xd5\xae\xa9\xc5\x8c\x5d\xb4\x57\x73\x78\xef\x58\x9c\xeb\x22\x75\xdc\x80\x43\x77\x02\x29\x42\xec\x03\x71\xd9\x07\x9c\x40\x8a\x30\x99\x68\x96\xfe\xda\x7e\xdf\x34\x82\x9c\xc2\xf2\x5d\xb3\x1f\x60\x2e\x4c\xa6\x96\x5d\x53\x8b\x19\xbb\x30\x86\x4b\xc2\xda\x3d\x67\x94\x9f\x46\x50\x47\xdc\x97\xfb\xce\xf2\x24\x61\x3a\xf3\x78\x8c\x7f\xfa\xfb\xad\x99\x11\xe4\x14\x48\xcc\xe6\x54\x79\x6f\x8d\xb8\xdb\x30\xe0\x6e\x3d\x28\x3f\x4d\x7b\x64\x78\xe7\x92\xea\x2f\xda\x17\xc6\xa8\x5d\xd8\x8d\xda\xd5\xca\x71\x12\x88\x16\xa8\xd6\x91\x13\x89\xeb\xc2\xf9\x64\x2c\x50\x91\x23\x39\x19\x22\x42\x65\x38\xc2\x9f\x3b\x4e\xba\x09\x78\x97\xfd\xfb\xf3\x7e\x93\xe7\xc5\x25\xcb\xbd\xdc\x33\xf8\xcb\x5a\x85\x13\xf4\x17\x5e\xee\x37\x79\x96\x9c\x19\x83\xf0\x8a\xbb\x49\xfc\x73\xb8\xe9\x9b\x76\xbf\x49\x79\xe6\x4b\xdf\x5c\xf7\x9b\xb4\x35\x5c\xae\x00\x92\x93\xa7\xed\x37\xce\x20\xd6\x3c\x22\xdf\xb9\x53\x66\xa9\xdc\x44\xdc\x72\x13\x1e\x3f\x17\x37\x42\x66\x3b\x5e\xed\x9e\xb6\xdf\x9a\xa9\xdc\x44\xc4\x2d\xc3\x4c\x70\x46\x04\x33\xb5\x11\xd7\xed\x22\xf3\x42\x44\xe8\x77\x20\x68\x73\x32\x2f\x44\xd0\xa5\x8e\x00\x97\xbf\x33\x9b\x17\xb1\xf4\xbb\x75\x7f\x47\x1b\x4c\xd9\xc3\x88\x6b\x6b\x90\x31\x2c\x54\x17\x22\x6e\x5d\x08\x67\x56\x2e\x42\xf6\x44\x7c\xf7\x77\x3c\xf3\x9d\xd8\xe8\xe8\x78\xa2\xed\x2c\xed\x11\x9d\x15\x8c\x03\xe5\x1c\x4e\xdb\x6f\x2c\x9d\x60\x89\xe8\x05\x7b\xdb\xe8\x7a\x74\x86\x13\xa2\x5f\x97\xb3\xff\x5c\xf8\xe8\xa1\x6f\x06\xce\x59\xab\xff\xed\x29\x5d\x74\x06\xc7\xa3\xdf\x48\x84\xbc\x81\x2e\x75\xdc\xaf\x28\x24\x20\x22\xfa\xd4\x70\x26\x54\xa0\xbc\x81\xbe\xd5\xb6\xff\xda\xf8\x3b\x2d\x69\xbf\x01\x70\x72\xc9\x45\x27\xb7\x62\xf4\x2f\xdd\xb6\xdf\x37\x87\xae\xe0\xb8\x57\xb0\x53\xe5\x0e\x46\xf4\x62\xa4\xbf\xdf\xa9\xad\xaa\x0d\x57\x82\x05\x02\x63\x48\x14\x8e\xab\xae\x98\xf0\x8a\xa1\x2b\x88\xfc\x5d\x72\x12\x52\xc5\x90\x28\x1c\x57\x14\xb2\x0c\x47\x8c\xa6\x6f\x5e\x75\x45\x92\xb9\x18\xa6\x39\xdc\x63\x4f\x26\x84\x18\x12\x85\xe3\x8a\x42\x12\xd0\xc5\x20\x68\x25\x06\x9e\x43\x78\xd7\x1c\x64\x1a\x8c\x1b\xdd\xe8\x54\x2d\x83\x89\xf8\xc0\xe3\xdc\xe4\x9d\xe6\xfe\x18\xfa\x1d\x78\x64\xbd\x53\x0d\x0c\x89\xd7\x71\x5d\x88\x4e\x95\xab\xc4\x5c\xdc\xf2\x08\xce\x84\x50\x8c\xad\x39\x00\xd8\x10\x64\x1f\x88\xb1\x35\x87\xf7\x1e\x6d\x5e\x97\xf1\x6a\xcd\x60\xb6\xc7\x43\x33\x65\xbc\xda\x07\x3c\xc5\x8a\x87\x66\x8a\xca\x23\xc4\x00\xbe\x3b\x98\x80\x8a\xf1\x69\xad\xaf\xb9\x4f\x2c\x6f\x8c\x4f\xfd\x81\x07\x31\xc8\x3e\x10\x53\x51\x2d\x3c\x14\x4e\xf1\xfc\xa2\x99\x31\x75\x5e\x66\xba\xe3\xa4\x79\x33\x99\x38\x8e\x99\xee\x38\x7f\x11\xcb\x98\xcc\x7a\x04\xf2\x85\xa7\x8d\xfd\x91\x71\x23\x90\x13\x4c\xc1\x84\x50\x4c\x82\x02\x02\xd5\x17\x72\x62\xd5\xc4\x98\x52\xab\xb3\x21\x42\x4a\x6c\x7b\x4c\x45\xc3\x50\x29\x21\x05\x33\x3e\x31\x65\xb6\x4f\x24\x72\x83\xa4\x37\xb1\xe4\xe2\x2e\xbb\x73\xa0\x78\x5d\x4c\x2a\xc7\x42\xe4\x23\x1e\xaa\x96\x45\xe6\x85\x58\xfd\x8e\x93\x73\x58\x2c\x90\x1b\xab\xdf\x3d\xe2\x19\x5c\x3a\x83\x6b\xdc\xb5\xa6\x89\xbd\xe4\xaa\x5e\x4a\xfb\x20\x53\x40\x2c\xa9\x78\xbc\x6a\x4d\x41\xc0\x40\xac\xa9\xb1\xdc\x22\xe2\x0f\x55\xd9\x92\xcc\xba\x54\xf8\x41\x16\x81\x58\x32\xa3\xd7\x35\xa3\xe5\x06\xe9\x09\x6c\x20\x11\x78\x7e\x17\x6c\xd3\x58\x10\x7d\x0b\x66\x13\x62\x2d\xcd\x01\x15\xac\x82\x91\xff\x58\x04\x36\xc4\x7a\xef\xef\x18\x29\x5b\x92\x83\xeb\xca\x41\xa3\xfc\x5c\x9f\xc6\x02\xdc\x7b\x30\xda\x1e\xca\xe6\xc5\x86\x3b\x1a\x8c\xb6\xc7\x56\x14\xe6\x66\xfa\x82\x2c\x02\xb1\x59\x2d\x33\x76\xc2\xdd\x94\xdb\xb5\x25\x7b\x36\xf0\xb3\x89\x15\x23\x63\x93\x08\x29\xb6\xdf\x39\xf0\x5c\x6f\x3e\xb3\x0b\x24\x86\x52\xa4\xdf\x13\xd8\xd8\x8a\x4a\xee\xab\x1f\x88\xdd\x0f\x3d\xbd\x0c\x50\xe8\xe7\x44\x7c\x7e\xbc\x04\x9b\x05\x12\x3c\xa7\x2d\xd8\xc6\x39\x20\xc1\x93\x22\x71\x0e\x2f\x81\x37\xf1\xc2\xfd\x8d\xc4\x90\xcf\xdb\xf4\x3b\xbb\xbf\xa3\xf9\xfd\xb2\x3c\x49\xa0\x66\x7f\x4e\x4e\x35\xae\xc2\xf9\xf1\xf6\x74\xdb\xf8\x4d\xdd\x87\xf7\xde\x07\xb9\x5d\x7a\xb6\x18\xef\x3d\xd7\x04\x05\x84\x0a\xd9\xc7\xbb\xee\xde\x52\x26\xbf\x0a\x51\x80\xa6\x3d\x27\xe7\xbe\x8b\x9b\x3d\xbe\x1b\x51\x27\x96\x3e\x3e\x99\x22\xf7\x89\x61\x10\x14\x10\x9f\x42\x14\x1f\xa2\x68\x91\x1f\x7e\x93\xcf\x08\xe3\x72\xb3\x47\xa6\x2c\xff\xe4\x26\x7c\x78\xfa\x1c\x2c\x1b\x11\x9f\xc2\x10\x1f\xc2\x10\x91\x19\x75\x55\x56\x27\x90\xd5\x39\x6d\xbf\x7d\xff\x98\xed\x0a\x64\x75\x4e\x1b\xc7\xc9\xac\x4e\x20\xab\x93\x22\x33\x64\xa0\xa7\x89\xf1\x5d\x7d\x4b\xe2\xc1\xf8\xb4\x7f\xdf\xdf\xfe\xd1\x15\xf8\xba\xe6\x8e\xec\x53\x90\x26\x20\x3e\xc9\x97\x0f\xd1\xf6\x50\xb4\xf6\xd3\x7d\xff\x6e\x18\xc2\x19\x4a\xf9\x14\x89\x47\xf1\xf8\xd3\xc6\x35\x93\x9b\x87\x97\x7a\x39\x39\x43\x29\x9f\xce\xfc\x77\x75\x5c\xfe\x81\x72\xba\xb2\x2c\xfd\x81\xdd\x13\xa4\x09\xe8\xca\xb2\xf4\x9b\x65\x09\xb2\x5c\xf4\x87\xf7\xa1\x23\xa9\x92\x82\x34\x01\x5d\x5c\xe9\xfd\x72\xa5\x47\x36\xf6\x47\x3d\xd6\x6f\xa1\xf7\x60\xd6\xbf\x3f\xcc\x80\x76\xd4\x75\x3f\x6d\xf1\x6b\x63\x86\xbe\x3f\xe5\xae\x99\xf3\x77\x55\x6d\xf5\xb6\xfd\xce\x7c\x7f\xe8\xfa\xf7\xa7\xde\xb9\x07\xe7\x50\xd5\xdf\xdf\xbe\xff\x4c\xf3\xae\xa7\x82\xfd\x3e\x15\x0c\xd6\x8c\xe8\x0f\xf5\x66\x7f\xda\x9d\xdf\x7f\x2c\xd2\xdc\x1f\xbe\x58\xed\x4f\xbb\x5d\x76\x0e\xc7\xd4\xa5\xdd\x2e\x3b\xa7\x6f\x1a\x2a\x22\xc0\x51\x1e\x4e\x91\x2f\xe9\xfb\x03\x42\x8e\x60\xe2\xbf\xeb\x55\x63\xbf\xaf\x1a\x83\x6c\x00\xfd\x71\x6d\x21\xc8\x3a\x82\x6c\x00\xfd\x09\x7d\x33\xee\x37\x13\xc7\x12\xfa\x66\x40\x84\x92\x3b\xb2\x3f\x5d\xbf\xbb\xe6\x3e\x23\x03\xfd\x21\x11\x4b\x07\x1b\x7b\x8a\x92\x39\xf7\xa1\xb1\x80\x08\x29\xc8\xe6\xd0\x9f\xa9\xb9\xcf\xf7\x7e\x93\xf3\x5b\xda\x8a\x75\x8f\xbd\xb6\x69\x6b\x9c\xd7\x15\x60\x44\xa1\x3f\xaf\x8e\xc5\x3b\x6f\x1b\x8f\xd3\xa7\x6f\x5e\xd3\x8e\xb4\xf5\x5d\x09\xa8\xfe\x97\x80\x22\x3e\xb8\x27\x7a\xb2\x3d\x81\x4c\x2d\x31\x6a\xd0\x13\x9f\x35\xf4\x04\x98\x7a\xe2\xd3\x8c\xae\x97\x99\xfd\xd6\x96\x0f\xb2\x39\xf4\xd4\xd4\xdf\x4d\xa8\x47\x62\x7f\x14\x3f\x3d\x5d\x6f\x9c\xb8\xe2\x9e\x4c\xdf\x44\xe4\x2a\xca\xcf\xbd\xe8\x49\xe7\x25\xfd\x9d\x97\x1f\x2e\xbc\x8b\x32\xbc\x5f\xca\xf0\x28\xce\xb1\x10\x4f\xd7\xd3\xb8\x67\xd0\xf9\x3b\x82\x41\x7a\x02\x18\x24\xc8\x3e\xd0\x13\xa3\x22\x3d\xdd\xa8\x08\x69\xeb\xbb\x6a\xd2\xf7\xb4\xef\xbe\xf3\x2c\xa5\xad\x71\xee\x3b\x4e\xee\xbb\xea\xd5\xf7\xb4\xef\xb9\xe6\xbe\xa7\x57\x63\x79\x6f\x7f\x3f\x2f\xb7\x8b\x32\xbc\x5f\xca\xf0\x28\xdc\x77\x71\x82\xf7\x7c\x5d\x39\xf2\x58\xf6\x4c\x4c\x59\xcf\x17\x53\x46\x1c\x73\xcf\x8c\x98\xf4\x0c\x8c\x65\xb0\x84\x45\xcf\x12\x31\xe0\xf6\xce\x89\x5c\x95\x3d\x9b\xfa\x43\x02\x31\x2a\xf7\x36\x6b\x8f\xb2\xdf\xfe\x1a\xc7\xc9\xcc\x4d\xcf\x37\xfa\x1d\xdc\xbf\x4c\x13\xb4\x23\x71\x92\xa2\x66\x8e\xe5\xd3\xef\xae\x8a\x67\x74\xa3\x2b\x0b\xd1\x91\x85\x38\x6d\xbf\xf9\x15\x26\xc3\x7a\x01\xe0\x2a\x98\x18\xef\x25\xff\xd3\x86\x33\x51\x7f\xea\xaa\x17\x89\xde\x72\x45\x2f\xd9\x00\x7a\x91\x1c\x2c\x78\xb9\x9f\x82\xfb\x57\xb4\x2e\xe5\xef\x5c\xff\xcc\xef\xae\x67\x8b\xfd\x3e\x5b\x4c\xc1\x3b\xad\xc8\x7f\x2f\xe3\xde\x31\xde\xdb\x32\xd4\x1f\x40\x4e\xc1\xa4\x79\x2f\x34\xa3\x3b\x6a\x86\xe7\xc4\x88\x49\x2f\x4b\x73\x00\x3e\x31\x91\x38\xb2\xab\x88\x78\xbf\xcf\x08\x13\xb1\xca\xbd\xe8\x7c\x96\x2b\x7b\x3a\x65\x6b\x61\x24\xb0\x97\x1b\x09\x24\xe7\x79\xaf\x52\xab\xf5\x9a\xca\xc4\x0e\xf7\xca\xc8\x78\xaf\xa9\xde\xb6\xdf\x38\x2b\xb3\x2c\xbd\xb6\xbb\x47\xbc\x47\x95\x61\x81\x5e\x0d\x72\x89\x9c\xe0\xbd\xd2\x25\xeb\xf5\x66\x1d\x19\xf6\xe8\xca\x0a\xf4\xea\x38\xbb\x7c\x23\xd2\x1b\x39\xa5\xfb\x2d\x50\x1d\x95\x7b\xd4\xb4\x0f\xed\x66\x60\x3a\x4d\x0a\x15\x9a\xee\x97\x23\x38\x2a\xef\x9f\x0a\x4d\x77\x70\x04\x9f\xdf\xfd\xf6\xb6\xd1\x45\xea\x78\x99\x74\xae\x51\x66\xdb\x56\xdb\x7b\x7f\xf7\xdb\x07\xf1\xf9\xf6\x76\x41\x63\x7c\x3f\xd2\xf5\x8c\xa9\xb7\x6d\xf7\x9b\x1c\xcb\xab\xf9\x81\x8b\x3a\x08\x18\xe8\xe2\xad\xed\x76\xa3\xae\xe4\xef\xee\x26\x59\x60\x57\x16\xf0\x05\x7e\x37\xe2\x75\x3b\x6a\x55\xa7\x60\x02\xbf\x2b\xc2\xdd\x6f\x14\x3b\xda\xcf\xc4\xee\xa6\xfd\x03\xdd\x6c\x0a\x46\xed\xba\x11\x60\xd2\x2f\x1f\x6c\x90\xb5\xa0\x5b\xa8\x2d\xee\xfc\x2a\xfb\x23\x76\xbf\x83\xfb\xf5\xb4\x55\xb6\x6d\xb5\xbd\xb7\x8d\x63\x21\x06\xb8\x1b\x30\xc0\x41\xb6\x83\x6e\x64\x49\xe8\xa8\x8d\x9d\xa2\x51\xd6\x59\xd7\xfc\xae\x39\xdc\x1a\xc7\x32\xb4\x9e\xe3\xce\x81\x66\xa6\xd1\xdd\xee\x20\x91\xcd\xa9\x77\xfe\x6e\xaa\xbf\x0b\x5e\xe0\x3b\x97\xae\x02\xdc\x1d\x04\xb3\x47\x7c\x72\xcd\x96\xe6\x00\x3c\x72\x30\x0c\xd8\x4d\xe7\x05\x6f\x9f\x4e\x1b\xe7\xb7\xb5\x9e\x7f\xe7\x85\xfa\x4f\x6f\x9f\xfa\x7d\xfb\x14\xac\x19\xd1\x6d\x6b\x3d\xf7\x3d\x9f\x94\x4b\xf6\x6a\x6f\xf1\x1e\x27\x9a\x73\xff\x5e\xcd\x0f\xd9\x99\x60\xa8\xaf\xdb\xab\x73\xf6\xdd\x73\x46\x93\xd7\x18\x7e\xea\xe0\xa1\x3d\x6d\xbf\xb1\x88\x60\xb6\x5f\x82\xd9\xfc\xf0\x1e\x39\xb3\x3a\xdd\x9f\xfb\xbb\x5f\x34\xba\xeb\x1d\x56\x47\x42\xe2\xfc\xae\xb2\x6d\xa9\xed\xbb\x6d\xff\x0d\x2c\xd1\xbd\xe9\xb3\xe0\xa0\xcb\x2c\x4a\xdb\x9d\x41\xfc\xee\xc0\xc1\x06\x19\x1b\xba\xf3\xb9\x5c\x77\x3c\x97\xcb\x0f\xaf\x84\x87\xa6\x18\x77\x8a\x3f\xef\xaa\xfb\xd4\xef\xe6\xdf\xef\x3a\xdb\x34\x96\x79\xa7\xc8\xeb\xe2\x4b\x53\x84\x18\xc9\x0f\xaf\x84\x6b\x7b\x41\xd5\x9a\x33\xb9\x38\xbb\xbf\xea\xef\xbd\xfd\xf1\xd8\xeb\xb9\x55\x47\xad\xf0\xd3\xc6\x25\xfd\x34\x77\xc0\xb1\x33\x29\xa7\x7b\xc8\x63\x8b\xeb\xb1\x91\x05\xa2\xab\x56\x78\xbf\xb5\xc2\x83\x2c\x10\x3d\xc8\xc5\xd9\xe3\x6f\x9b\x78\x25\x42\x66\xd1\xe5\x7c\x0d\xab\x6a\x73\xb5\xc5\x6d\xfb\x1d\xa7\x20\xd0\xa0\x07\xe8\xbd\x33\x31\xce\x5d\xdc\xad\xfd\x72\xb7\x06\x23\x5e\x3d\xaa\xbe\x59\x03\xbf\xe3\xb1\x57\xd2\xa7\xc7\x35\x87\xf9\xba\xbb\x2b\xe9\xd3\x91\xf4\xc9\x99\xd1\xbe\x1e\x52\x57\xe1\x77\xad\x83\x73\x77\x8d\xd3\xef\x38\x7f\x91\x9d\x1e\xba\xba\x71\xaf\x2e\x4b\x51\xf4\x90\x1a\x88\xab\x06\x8c\x57\x3e\x18\x55\xee\xa0\x4e\xcd\x39\x3d\x1c\x8b\xdc\x0b\xd4\xf0\x3e\x6d\xfa\x9d\xf6\x01\xcf\xec\xc2\x7e\x11\xa1\xae\xe7\x64\x3d\xbe\x3b\xf7\x1f\x76\xb1\x77\x26\x02\x7b\x07\xe6\x38\x08\x18\xe8\x2a\xea\xdd\x3b\x4c\xd7\xcc\x48\x60\xef\x8c\xb4\xf4\x9e\xef\x38\x79\x8f\xba\xdc\x92\x0e\xb7\x24\xf3\x59\x51\xef\x24\xff\xea\xbd\xec\xdb\xf6\x5b\x97\x2e\x55\xd6\xaf\x2a\x33\x9a\x61\x5d\xa6\x48\xbf\xa6\x88\x51\xc5\x2b\x1b\xd4\x6f\x36\x28\xf3\x59\x51\xef\x32\xd1\x3a\xca\x4d\x84\x3f\x1c\x8b\xd4\x40\xbf\x51\x57\x46\xc3\x7a\x27\xb3\x4b\xc7\x2b\xb0\x9c\x19\x25\xec\x2a\x96\xdd\xef\xd3\xaf\x20\x08\xa1\x77\xed\x3b\x92\x46\x39\x27\xde\xf7\xce\xe4\x77\xef\xdf\xdd\x3f\xde\x69\x65\x8a\xfa\xb8\x22\x94\x9c\xa1\x7d\x90\x5e\xbf\x0f\x54\xd3\x0a\xa7\x8b\xab\x27\x5c\xfd\x3e\xe1\x0a\x82\x17\xfa\x50\x04\x63\x54\xdc\x77\x3e\x0f\xea\xa3\xea\x9b\x15\xf7\x96\xfc\x9e\x7d\xf0\x79\x5e\x1f\x20\xc7\x0a\xb2\x4e\x74\x15\xaf\xee\xb7\x78\x75\x90\x75\xa2\x0f\x46\x99\xfa\x40\x94\xe9\xf8\x8e\xbf\x36\x3e\xf1\xed\x63\xdf\xb5\xae\x1c\x8b\x4c\x5e\x14\xa1\x3e\xbf\xfb\xed\xad\x9e\x38\xf5\xf1\xb7\x66\xbf\x44\x7c\x9f\x92\x4b\xf3\xc8\xa5\x9c\x59\x24\xb6\x4f\xbe\x03\xe9\xa8\x2b\x7d\xda\x7e\xf7\x61\x32\x99\xd9\x91\x00\xc9\x99\x91\xc0\x3e\xe5\x6e\x4f\xb8\xdb\x67\xe3\xd9\xa6\xdf\xe5\xbf\xdf\x35\xb6\xbd\x6a\xfb\x6e\x1b\xc7\xa9\x7d\x98\x37\x4a\xc8\x4a\x85\x7d\xca\x95\x43\x52\x25\xe7\x4c\xd7\x4a\x59\x8f\x8e\xac\xc7\x69\xe2\xfc\x64\xde\x4c\x80\xe2\x72\xfe\x3d\x2d\xed\x8b\x84\x4d\x7d\xfd\x8d\x85\xfa\x61\xf1\xdd\x49\x5f\xe0\x47\xce\x99\x63\x11\x99\x68\x5f\x57\x0e\xf2\x5d\x4d\x5f\x0a\x5f\xe0\x69\x4e\x0a\xa7\xac\xdb\x52\xf1\x88\xd2\xe7\x9c\xe9\xde\x6f\xad\xf5\xfe\x5b\x6b\x46\xd8\x36\x13\xc7\x1d\x6f\x67\x72\xe6\xdb\x99\xae\x82\xbc\x7d\xdf\xb3\x9b\x7f\xc9\xef\xae\xa2\xbb\x1d\x45\x77\x4f\xdb\x6f\x0e\x5b\xe1\xae\x7d\xc3\x5d\x2c\xfb\xd1\xb7\xa9\x3f\xbf\xfd\xd1\xec\xdb\x04\xde\xf4\x1d\x77\x5d\xf4\x3b\xe9\xf0\x7d\x75\x78\xa1\x49\xbf\x97\xc6\xb9\x30\x4e\x85\xc2\xf6\xab\x6f\x5e\x79\x4d\xb0\x59\xdf\x9f\xc6\x89\x6c\x49\xe6\x5b\x96\xae\xca\xb9\x7d\xe3\x59\x5f\xc4\x2f\x8a\xdd\x5f\x46\xbf\xfb\x8b\x92\x19\x99\x04\x97\xfd\x25\xf8\xa4\xa3\xc8\x6c\xce\x7c\xaf\xd2\xdf\xd0\xef\xe2\xfe\x8e\x3a\xfc\xd5\x39\x7b\x6f\x76\x8d\x40\x91\xfe\xca\x7d\x42\x12\x20\xe7\xc2\xfb\xfe\x2a\x3c\xf3\xde\xf0\x0c\xd9\x3f\xfa\x4b\x60\x51\x7f\xaf\xc9\x1b\x1a\x27\x81\x5a\xfd\x05\x50\x2b\x2b\x34\xf5\x4a\x7e\xbe\x57\x6f\xf2\x49\x78\x7f\x49\x7a\xda\x5f\xd4\x4d\xc8\x24\x05\xed\x2f\xcb\x65\x75\x54\x88\xcd\x99\x6f\x4b\xba\x2a\xc4\xf6\x17\xcf\xa9\x33\xc1\x66\x5d\x59\x88\x7e\x2b\xc4\x86\xc2\x33\x9f\x74\xe3\xf7\xdc\xb9\xff\x40\x1d\x5d\xa4\x84\x1d\xa4\x84\xa7\x8d\xbf\x93\x8d\x82\x6c\x42\xce\x24\xbf\xec\x9f\xc2\x17\xdf\x0d\x5f\x04\x5d\x24\xbd\xf5\xe8\x78\xeb\x71\x7e\xf7\xbb\xd3\x9f\x5c\x63\x54\x5e\xcd\xb9\xf4\xff\x06\x96\x18\xa2\x2f\x1f\xdd\xcf\x92\x66\xfb\x99\x7d\x63\xd1\xec\x1b\xeb\xb9\xaa\x9a\x2d\x59\x2d\xe5\x7f\xff\x57\x98\x71\x1d\x2a\x76\x3e\x50\xec\xbc\xda\xcf\x3b\x1c\xaa\x75\x3e\xd6\x15\xbb\x95\x2d\x5b\x2d\x1f\x7e\xc4\xef\x25\x0d\x02\xe1\xcf\xac\x96\xae\x96\xb3\x73\xea\x88\xe1\xa3\x81\x17\x9d\x95\x24\x46\x63\xd1\x7c\x1c\x0b\xe6\xe3\x3f\x2d\x1a\xf8\xd9\xbf\x4a\x40\xe9\x58\x04\xfa\x0d\x88\x4f\x96\xd5\x1e\x8b\x52\x6a\x2c\x58\x33\x95\x63\x28\xea\xa8\xd4\xf3\xb9\xc6\xd9\x16\xf5\x74\x34\x74\x79\x4c\x4d\xa1\xa6\x73\x3a\x7e\x67\x7f\x2c\xa2\x37\xc6\x2a\x18\x5e\x53\x57\x5a\xbd\xf2\xa2\x89\x6b\x54\xb5\x51\x15\xbb\x61\xdc\xc3\xaa\xdd\xa8\x1d\xa3\x08\x36\x69\xfd\x8e\x38\xad\xc4\x9e\x8e\xd5\x34\xf6\xe6\xa7\xc9\xb9\x80\x4d\xfb\xd1\x30\x42\xe7\x02\x36\x8d\xd0\xf0\x41\xe7\x08\x59\xdd\x78\x2c\xc3\x5e\x05\x7f\xe5\xda\x7a\x98\xd7\xc6\xc5\x70\x8d\x1d\xb1\x4a\xe3\x20\xc8\x78\x32\x96\xe3\x73\x9d\xb3\x0a\x7d\x0e\x8f\xc1\x8d\x1d\x85\x46\x8e\xf4\x82\xe6\x14\x5a\x89\x38\x9f\x63\xc9\xed\xb1\x78\xe9\x06\x08\xac\x2b\x59\xc9\xc6\xea\x5a\xa4\x3e\xd1\xc4\x41\x74\x1d\xa5\x7e\xba\x0a\xce\xa9\xeb\x28\x21\x96\xf8\x13\x0b\x63\x0d\x6d\xe2\x38\x47\xc9\x13\x7b\x1a\x3a\x2f\x90\xc0\xc1\x93\x39\xb4\xe4\xc7\xb6\xad\xae\xdb\x3b\xd4\xd3\xf1\x4e\x99\x66\x1a\x6b\xaa\xa7\x63\xff\x56\x66\x64\xc7\x9a\x9a\xd3\x34\x34\xb1\xab\xa9\xdd\x80\x0a\xec\xec\x69\x6a\x37\xf0\xde\xb8\x73\xf5\x96\xb6\x7d\x9d\x73\x44\xcb\x74\x88\x4a\x7b\x80\x4a\xbb\x7a\xe1\x4a\x2c\x4d\x6a\x63\x7c\x85\x1f\xdc\x1a\xc4\x8e\x73\x9c\x39\xf2\xad\x9b\xb3\xb1\x87\x95\xdf\x7b\x75\x24\x8e\xdf\x55\x1e\xce\xe9\xd5\x4a\xbc\xe8\xa9\x72\x0b\x5f\xad\xc4\x8b\x95\xd0\x25\x7d\x35\x88\x17\x83\xd0\x8f\xb4\xe6\x47\xa5\x33\xef\x35\xd6\xa7\xcf\x7d\x47\x1a\x68\x73\x3f\x0d\xfc\x98\xb7\x85\x95\x80\xc6\xfa\x74\x8c\x8e\xd6\x22\x18\x7d\xac\x4f\x27\xf6\xc3\x6c\x29\xcf\x37\xb1\xfd\x63\x3f\x38\xb1\xbf\x04\xcd\x10\x96\x62\xe0\x65\x74\x65\xd9\xeb\xb1\x19\x6b\x19\xfb\x88\x69\x16\x81\x1f\x02\x59\x8c\x9d\xf2\x69\x61\x4f\x8c\x1b\x0f\xbc\xab\xae\x4e\x01\xb2\xf9\x66\x6a\xe0\x9d\x75\x25\x6e\x78\x6c\x26\x63\xc7\x4e\x38\xb2\xce\xae\x24\xb6\x77\xc6\x07\x9d\x1f\x94\x70\xde\x47\x38\x93\x3f\x7d\xe8\xf9\xf5\xd8\x05\x7b\xf8\x4b\x0c\x8e\x4d\xa8\xea\x00\x7b\x39\x89\xd5\xc7\xa6\xcf\x34\x76\x41\x4f\xbc\x1d\x7a\x96\x3d\xf0\x2c\xbb\x3a\x0f\xfa\x2e\x5a\x8a\x8a\xae\x78\xd2\x77\x55\x57\xc7\xc0\x67\x21\xf9\xb1\xab\x96\xe2\xb8\x59\x35\x7e\xde\xfc\xd8\xb4\xb6\x07\x0c\xda\xca\xdc\xdd\xd0\x23\xef\x81\x47\xde\x95\xf6\xdf\x10\x69\xfa\xd8\x0d\x1f\x4c\xfc\xa0\xf4\x3c\x4c\x5f\xa2\xf4\xc7\x96\x00\xde\x36\xf1\x23\x4e\xd8\xb4\xb4\x76\x96\xb6\x71\xab\x4c\x4b\x0b\xa9\x1d\x94\x06\x7a\x30\x3e\xb6\x67\x34\x71\x6d\x5d\xbb\xe8\xe7\xa8\x37\xfd\x48\x23\x3f\x86\x6a\x0d\x8a\x83\x2d\x89\xbe\x1d\x83\xe0\xf0\x42\x3d\xc5\xb1\x42\xa8\x05\x76\x68\xcd\xa3\xe1\x73\xdc\x0e\x02\x4b\x07\xcc\x7a\x52\x9d\x8f\x1d\xda\x8e\xc0\x42\xe8\x50\x84\x4e\xe6\xd1\x08\x35\x68\x9f\x6c\xa9\x01\x10\xc0\xd7\xd0\xfe\x76\x75\xd5\x4f\x57\x8c\x90\x8c\x2d\x35\xb0\x8f\x1a\x60\xca\x73\xec\xae\x95\x1d\xd8\xf9\xca\xae\x86\x76\x6a\xa0\x2b\xad\xdf\xd0\xfa\x0d\xac\x1f\xad\x83\x3d\xb4\x7e\x63\x9d\x51\x50\xf4\x6c\xe9\x88\x0d\x71\x1f\x5a\xdb\xa9\x15\x3c\x92\xbf\xa4\xc4\x15\x94\xb8\x87\xf3\x53\xa8\x2d\xf5\x06\x7f\xe0\x9d\x7d\x0d\xfb\x6f\x7c\xbf\x63\x2f\x1d\xcf\xe3\x34\x31\x95\x3b\xf6\xd2\x4d\x58\x18\xa3\xba\x5b\xba\x09\x0b\x37\xe1\x9f\x5f\x69\xd2\x0b\x23\x71\x9e\xf7\xad\xae\x36\xba\xe2\x9c\xb7\xd6\x77\xe3\x00\x04\xe7\xbc\xb5\x2b\xd0\x21\x44\x4d\x8f\xfd\xea\x00\x40\x53\x04\xa5\xf4\x96\xa6\xd8\x2f\x36\xac\x73\x80\xaf\x36\xec\x45\x5f\xb4\x53\xf6\xab\xb3\xf1\x9e\xb3\x41\x83\x68\x7f\x5a\x8b\xe3\xc7\xd4\x4e\x25\x27\xb7\x70\xec\xef\x9c\xb5\xe0\xe7\xa4\x45\xc0\xee\x5f\x99\x32\x1c\xaf\x0c\xfc\xf7\x28\x84\xc2\x91\xbf\x7c\x2a\x34\xde\xa7\x42\x5d\x35\x36\x35\x35\x9d\x55\x67\x9a\x71\x88\xbf\x60\x00\xcd\x56\x38\xdd\x57\x0a\xe1\x4d\xc7\x84\x79\xf8\x1b\xc2\x1b\x06\xa8\x0a\x2a\x59\x8d\x86\x6a\x0f\x0c\x78\xb6\x95\x55\xeb\x86\x98\x0b\x06\x98\x0b\x2a\x73\x96\xe3\x65\xe1\xaf\x81\x22\x04\xb5\x6b\xe8\x2c\x91\x3b\xde\x8c\x43\x5d\xf4\xab\xa1\x26\x7c\x90\x02\xe8\x2d\x5a\xa5\x63\xe3\xf3\xed\xfa\x10\x0f\xc2\x00\x0f\x42\x65\x96\x73\xbc\xb2\xf1\xdf\x82\x55\xfa\x79\x8e\xe3\x2d\x5a\xa5\x63\xee\x57\xed\x87\x0c\xf9\xb7\x60\x10\x94\x25\x6f\xd5\x20\xea\x19\x84\x16\xbd\x6a\x69\x61\xe2\xf3\xa2\xbe\x0c\x6b\x8f\xf7\x58\xf4\x55\xcb\xd7\xb4\x46\x47\xd3\x54\xd2\xe6\x8d\xb7\x69\x74\xb0\xe2\x3b\xad\x9b\xb7\xe9\x7b\xc7\xa0\xaf\x5a\x58\x42\x0e\xc7\x7b\xb4\x4b\xa5\xc8\x7f\x4d\x4b\x74\x2c\xff\x92\x34\x25\x29\x9e\xd7\xb0\xf3\x4d\xbf\x0a\x35\xf5\xff\xfd\x1f\x9f\xda\x8f\xd7\xb4\x44\x47\x07\xd5\x4e\xa7\xe0\x35\x0d\xe2\x78\x0e\x95\x32\xff\x95\x4a\x42\xdd\x86\xda\x8d\xab\xe7\x3a\x12\xde\xd0\xa4\x5f\x69\x10\x8e\x41\x70\x73\xa5\x92\x40\x15\x51\xb5\xb7\x7c\xea\x31\xde\xe3\x6e\xd4\x4e\xa7\xea\x0d\xad\x44\xe0\xb0\x38\x27\x25\x75\xf5\x1e\xcf\xa4\x6a\x8d\xe4\x99\xbc\x47\x3d\xd5\x4e\x93\xe8\x0d\xed\xc6\x51\x4f\xac\x43\x30\x5e\x39\x2d\x6f\xc7\xd9\xa3\x23\xf6\x76\x1d\xf3\x8e\x13\x46\xe1\xf2\x0e\x2d\x12\x14\x4f\x97\x34\x18\x3a\xcc\x47\x2f\xd4\xae\x8b\x3d\xb5\x89\xc7\xd8\x6f\xc4\xb9\x8f\x77\x6a\x80\xf3\x6c\x15\x4d\x8e\x57\x32\xfd\x5d\x38\x14\x34\x2c\x5e\xc9\x74\x94\xb5\x68\x8f\x0e\xed\xd2\xf7\x8e\x1f\x40\xce\x83\xa1\x98\xd1\x78\x8f\x48\xaf\xd4\x8b\xaf\x44\xfa\x7b\x1c\x84\xc6\x9a\xbc\xe3\xdd\xda\xde\x7d\xb6\x57\x07\x69\xeb\x8c\x1d\xb9\xdf\x1e\x1d\xbf\xad\x9e\x8e\xef\x50\x58\xa0\x6b\xbc\xd2\x03\xef\x8b\xae\x0a\xc7\xf7\x6a\x43\xbe\xe7\x34\x69\x83\x25\xd2\xdf\xaf\xa0\x89\xdb\xf8\x69\xec\x1f\x3e\xc8\x80\x84\xa0\xb3\x03\xf1\xab\xf6\x68\x6d\x3f\x0d\xfe\xd8\xff\x8d\xa9\xc1\xf1\x49\xdc\x7f\x0f\xfa\xe2\x0a\x7e\x4c\xd2\x8e\xef\x81\x64\x34\x35\xb9\x9a\xb0\x4e\x9d\x2d\x43\x2d\x0b\xdf\x0b\x36\xbd\x6a\xc2\x28\xe8\x4f\x7c\x24\xc4\x18\xdf\x91\xfd\xed\x51\x57\x8c\x07\x8f\xef\x88\xea\xf6\xa8\x2f\xa6\x94\x06\xa2\x6b\x8d\xb8\xfa\xf1\xc9\x01\xf8\x8e\x03\x50\x79\x45\x3e\x39\x00\x5f\xc6\x28\xa8\x15\x3f\x89\xee\x0f\xe1\x19\xfa\x13\x9f\xac\xfc\xaf\x60\x6d\x79\x0f\xbe\xa2\x9e\x8e\xa8\x26\xe0\x65\x7c\x55\x93\x82\xfd\x4f\x4f\xe3\xab\x9a\x53\xed\xb0\x44\xd8\xa2\xe5\xab\x98\x12\x4d\x00\xc1\x83\x07\xe0\xc1\x8d\x79\xbe\xf1\x49\x74\x03\x28\xdc\x98\xe6\x1b\x5f\x53\x57\x0d\xf6\x26\x4d\x25\x95\x2d\x19\x28\x5b\x42\xe8\xcc\x50\xd1\x92\x01\x70\x71\x63\xaa\x6e\x7c\xa6\x43\x61\x90\x8d\xfc\x9c\x44\xf7\x67\x18\x04\x9d\xd6\xcf\xb4\x7c\x36\xd0\xc4\x59\x11\x49\x35\x3e\x83\x25\xea\xfa\x95\x26\xec\x18\x45\xe6\x28\x24\xa1\x3f\xc7\xd1\xa4\x29\xf7\xb9\x86\xe1\x18\x06\xf5\xce\x27\xe1\xfd\x41\x78\xf7\xff\x86\x0f\x18\x9f\x6b\x57\xfc\xc3\x37\x79\x06\x25\xc1\xbf\xc0\x20\xe9\x6a\x7e\x04\xbe\x0c\x90\xe4\x34\x16\x18\x1c\x9f\x44\xf8\x17\xf8\x20\x7d\x87\xaf\xeb\x42\x1e\x37\xa2\x3d\xdc\x15\xe2\xed\xc7\xd7\x61\x7f\xe9\xb8\x77\x4d\xba\x9f\x63\x93\xa8\xbb\xbf\xae\x55\xec\xe8\x4a\x17\x5c\xd2\xfd\x1b\x19\x4d\x5c\xfb\xa1\xbe\xc6\xed\x8b\xd3\x92\xe0\xff\x06\xfa\xd2\x0d\x1f\x3a\x51\x03\x11\x08\x1d\xec\xa1\x23\x35\xcf\xb4\x58\x71\x70\x7c\x53\x7d\x4d\xec\x98\x6e\xf8\xd4\x8e\xcd\x0e\x69\xc2\x16\x6d\x09\x74\x4c\xd2\x0d\x9f\x9a\xf1\xc4\x45\xd1\x91\x92\x92\x41\x01\x9a\xf6\xcf\xb9\x59\x12\x69\x0b\x5d\x71\x10\x0a\x30\x7d\xeb\x6e\xd6\xaf\x45\x6e\xc3\xb7\xb1\xf9\x5a\x25\x29\x99\x0f\x4a\x26\x31\x64\xf0\x6d\x6d\xfe\xc6\x6d\xd0\xc5\x93\x96\x01\x5f\x51\x4b\xba\x5e\xaf\x8e\xfc\x8b\x23\xcf\x68\xc2\xf7\x6a\x95\x8e\x0b\x41\xb2\x96\x21\xc8\xfd\xf8\xde\x33\xf4\xac\xd3\xf4\x69\xec\xdf\xd9\x90\xac\x16\x2d\x12\xd4\x0f\xc9\x74\xc6\xa7\xb8\xd4\x77\x34\x51\xcb\x5a\x25\xa9\x9f\x0f\x3a\x86\x65\x3f\xa7\xc0\xfd\x13\x14\x4a\xed\x67\x23\xce\x87\x89\xc0\xf9\x3c\x13\x3f\xea\x6c\x7a\xd5\x84\xef\xe9\x57\xd4\x16\x13\xf4\x49\x8d\x6f\x1a\x26\x80\xfe\xbf\x3f\xf1\xc1\xcc\x0f\xa6\xa5\xa6\xfd\xbf\xff\x23\x7a\x6d\x3e\x4c\xe1\x4e\x94\xed\x69\x2c\x6d\x38\x1f\xbe\x01\x99\x0f\x54\x4c\xfe\xa9\xe2\xf9\x30\x69\x3a\x1f\x28\x12\xc6\xf9\xa7\x5e\x09\xcc\xa7\xe0\x83\x3f\x7d\x3b\x1f\x06\xf3\xe7\x73\x94\x4a\xc9\x0f\xa7\xc5\x68\xfe\x7c\x0a\xfa\x6a\xfa\xa0\xfa\xaa\xd8\x92\xc6\x69\x31\x94\x34\x9f\xda\xce\xb4\x8c\x2d\x5a\xdc\x8a\x51\x98\x9a\x3e\x36\x35\xac\xa0\xf1\x7b\xcc\x95\x4e\xbc\x2a\x20\x58\x6f\x3e\xa6\x65\x82\x56\x60\x15\xc4\xf9\x98\x96\xdd\x70\x2e\x82\x13\x26\xbd\xf2\x7c\x8e\x05\x5f\xc8\xba\x39\x1f\xd3\xe2\x42\x2d\x30\xbc\x3d\x1f\xd3\x66\x39\x06\x18\x5c\x77\xd7\xb4\x1c\xcb\xd4\xf9\x2b\xff\xe7\x57\x67\x8b\xb5\xec\xae\xd3\x04\x09\xce\x64\xed\x7c\x42\x9b\x75\x84\x79\x2b\x0f\x7f\x15\x9a\xd6\xb1\xb4\x1b\x5f\x3b\x4c\xbd\x3e\x98\x78\x7d\xc0\xf2\x38\xf3\x09\xad\x2d\x04\x78\xe3\xaa\x77\x2d\xe0\x11\xe0\xad\x3c\x5c\xf5\xae\x49\x75\xc7\xe1\x64\x4f\x5d\x27\xe6\x58\xea\x4d\x5b\xdf\x75\x2a\xfa\x8b\x1f\x71\x10\x5d\x83\x80\x68\xff\xd9\x53\xf3\x19\x9a\xd3\xb8\x3d\xf1\x94\x0d\xf5\x34\x8e\x1c\x31\xb5\x4c\xb5\x9c\xe5\xd3\x71\x99\x3a\x2e\xf3\x1c\x17\xe7\x71\x9e\x9a\x12\xc4\x3a\xf3\xd5\xf3\x99\xda\xf8\x89\x75\xcd\x9c\xed\x54\x4f\xc7\x57\x20\xd6\x70\xea\xfd\xc5\xc4\x73\x8b\xc6\xa0\xf3\x7c\x96\xee\xc0\xf1\x15\x5a\xf0\x6a\x2f\x9d\x3e\x48\xf5\xe0\x3a\x2c\xdd\xb6\x05\x71\x50\x38\x86\x2d\x79\x75\x5c\x07\x96\x92\x9a\xcf\xd6\x0e\x42\xe0\x33\x46\x3c\xc5\x41\x36\xc1\x41\xd6\x4a\xe1\xc8\xb7\x06\x71\x1c\x8c\x16\x6a\xd1\x42\x1c\x2f\xa2\x31\x10\x3c\x9f\x57\x83\x38\x5e\x44\xeb\x6a\xd1\xe7\x8e\xe4\x6f\x45\xc7\xfc\xd5\xa4\xde\x89\x26\x4e\xea\xd5\xf2\x41\x3e\xb3\x46\xe4\x4c\xcc\xdc\xce\xf4\x60\xa7\x5c\x4d\xa1\xa6\xb3\x7e\x3f\x0c\xd5\x4c\xac\x10\x35\x13\x0c\x7d\x5e\xa8\xc4\xc4\xed\x4c\x0f\x8e\x25\x85\x41\x62\x76\x60\xa6\x54\xfe\xf7\x7f\xe4\x57\x9a\x89\xd0\xb1\x89\xc7\x2d\x8d\x19\xf0\x99\x92\xc6\x90\xfa\xf9\x51\x63\x8b\xc6\x70\x44\xba\xfd\x14\xd5\x4c\x64\x67\x9d\x29\xa7\x23\x75\xb8\xbb\x7a\x1f\x33\x53\x6e\xff\xfb\x3f\xc2\x39\x67\xa2\x3f\x31\x13\xf4\x00\x1f\x7a\xcc\x24\x3d\x90\x32\x4e\x2c\xf7\x30\x65\x0d\xe2\x78\x1d\xe4\x70\x9a\xaa\x83\x36\x53\xc1\x69\xe1\x1e\xa6\xa2\xe9\x16\x0c\xe2\xbf\x05\x45\x67\x62\xa0\x68\xa6\xa3\x3f\xc8\x0a\x35\x93\xd4\x47\x82\xfa\x28\x5d\x4d\x4b\x4d\x48\xd7\x14\x6e\x70\xd5\x42\x1d\x7f\x85\xe5\xc1\x66\x62\xe9\x9b\x99\x8e\x26\x69\x8c\xcf\xcd\x54\x35\x88\xe3\xca\x90\x2a\x6a\xea\x11\xd1\x44\x79\xb7\x56\x1f\xf5\xa4\x41\x1c\xf5\xd3\x18\x33\x9b\xe2\xc5\x9b\xe0\xc5\x23\xbd\xd4\x14\xf3\xdd\x04\xf3\x9d\x15\x6e\x56\xd3\x66\xc1\xe7\xe1\xab\x95\x99\x9a\x06\xd1\x26\xb2\x53\xfa\xd5\xab\x26\x0c\x22\x71\xbe\x04\xfa\xce\x74\x34\x5d\xab\xda\x48\x3e\x71\x9a\x28\x34\x57\x64\x05\x88\x7e\x6f\xa6\xe3\xca\xb4\x4a\x71\x9a\xa4\xc3\x92\xdd\x24\x19\x27\xec\x3a\x83\x70\x52\xaa\x56\xd0\x75\xda\x8f\x93\x42\xe4\xec\x4c\xae\x0d\xf6\x3b\x2d\x6e\xb0\xd4\x1b\xf8\xf9\x0a\x5f\x4f\xce\x14\x5a\xdb\xa3\xde\x88\xa2\x98\x29\x34\xab\xc0\x20\x0a\xd7\x22\x34\x88\xe3\xaa\x90\x63\x6b\xa6\xae\x55\x3a\x3a\xcc\x34\x27\xa9\xb0\x04\x15\xc6\x88\xd5\x4c\x5d\x1b\x02\x15\x56\x2b\x7b\x92\x0e\x4b\xc7\xe7\x68\xa4\xaa\x99\x69\x68\xbe\x50\x3a\x0c\xee\xcc\x34\x35\x8a\x89\x5f\x51\x29\xa6\xa9\x0d\x81\xda\x61\xbd\xcd\xa9\xc2\x7c\x33\x41\x83\x90\x8a\x66\xea\x71\xd8\xc4\x5b\xb0\xc6\xaa\x92\x33\x2d\x6d\xe3\x51\x14\xc4\xc2\xcc\xb4\xb4\xea\x70\x0c\xe8\xe1\xcf\xb4\x35\xc0\x8d\xc3\x14\xec\x4a\x8a\x22\x6d\x74\x25\x29\xb3\xd5\xd5\xf1\x04\x58\x5b\x6e\xa6\x57\x07\xe6\x85\x55\xd6\xf9\xbd\x57\x7b\x75\xac\x7f\x33\x9e\x4d\x69\x83\x04\x6d\xd0\x24\x6e\xa5\x0d\x50\x33\xb0\x35\x5d\xee\x4f\x43\x47\x88\xa9\xe9\x0a\x7f\xea\xea\x43\x57\xbc\xa7\x9f\x96\x02\xda\x85\x4e\xd2\xcc\xb2\xfe\x41\x9a\xd8\x1a\xef\x55\x66\x84\x69\xe6\xe7\xdc\xee\x5f\xda\x77\x66\x39\x06\x20\x56\x6c\xf4\x69\x66\x26\xc8\x6a\xe6\x07\xf6\xd0\xcf\x73\x99\xaa\x5a\x38\xc1\xb3\x48\x9a\xb3\x99\xe5\x4d\x64\x78\x13\xac\xc6\x39\xb3\xbc\x09\xbc\xc5\x6b\x72\x4f\xf4\x14\x6f\xe2\x29\x1e\x51\xd0\x33\x4b\x89\xe4\x8c\x49\x51\xbf\x64\x62\x86\x66\x3e\x0a\xa5\x35\x0a\xdb\xcc\x27\x3b\x33\x67\xd8\xc2\x9a\xb0\x14\x4c\x86\x37\x21\x3b\x3e\x17\x2d\x60\x81\x2e\xa3\x7a\xce\x45\xcb\x04\x99\xcf\xe7\x33\x33\x17\xcd\xb8\xe0\x83\xb4\x12\x72\xd5\x8c\x2b\x66\x4c\x2b\x21\x33\x71\x30\x73\x85\xa4\x0b\xfd\x4a\xf3\x42\x68\x4a\x26\x6f\x96\x68\xc7\x4b\xc3\x22\x43\x3e\xcb\xd3\xc8\x0d\x83\xa7\x21\x9f\x9b\xd6\x10\x12\xbc\xf1\xa6\x66\x02\x8a\x67\x6e\xe8\x8b\x27\x2d\x13\x36\x34\x73\xc3\xc9\x75\x8e\x50\x12\x3c\x23\x02\xd5\xb4\xbc\x4c\x1e\xcc\x7c\xbc\x0e\xa3\xfa\xce\xae\xd5\x45\x94\xa9\x69\xec\xae\xed\xf7\xb3\xfd\x54\xdf\x59\x3e\x08\x9e\x48\x36\x99\x88\xd9\xb5\x91\x8e\xe3\x19\x1c\xba\xeb\x78\x1e\x4f\x85\x60\xf5\x99\x5d\x93\x42\x14\x89\x4f\x5e\x66\x0e\x0d\x22\x30\x08\x9e\xce\xd0\x22\x05\xf4\x41\xe7\xd2\xca\x3b\xc9\x88\x2f\x35\xda\x02\xb9\x6b\xbe\x47\x96\x13\x0b\x35\xb3\xdc\x93\xdc\xcf\x20\xec\xe1\xf8\xba\xf6\xfe\x88\xf9\x26\x1b\x2c\x77\x9d\xe9\x23\xdb\xfd\xe1\x22\x49\xb4\x67\x44\x9e\xec\x61\x57\x43\x83\x18\xe9\xfc\x88\x9f\x93\x7b\x02\x1a\x4f\xff\xe7\x37\xda\xc2\xeb\x9d\x48\xc4\x48\x53\x80\xc3\x93\x3c\x14\x33\x0f\xdd\x82\xeb\xb8\x48\xf8\x48\x87\xe4\x09\x17\x89\x9a\x3b\x4b\x87\x80\xdb\xb3\xc9\xca\xca\x4b\x8b\x74\x7c\x8b\x66\x8c\x3d\xe4\xa5\x01\x1e\x5f\xc3\xff\xf9\x91\xc6\x07\xed\x62\xd4\xb4\x79\x69\x91\x8e\x3a\x69\xac\x01\x39\xf3\xd2\xd5\x39\x1e\x89\xd3\x49\xca\x5b\xb7\x74\x9f\x5b\x2a\xbf\x34\x4b\xbb\x64\xc4\x9d\x08\xb5\x9c\x79\x6b\x7c\xc7\xef\x70\xc9\xb9\xad\x41\xec\xf7\xb4\xc4\x7f\xb3\x46\xf3\xab\xc3\xf9\xda\xff\xfe\xcf\x25\x05\x5f\x5d\x83\xa3\x86\x1a\x5f\xeb\xcc\xfc\xea\x1a\xbc\xdf\xf9\x11\xef\xce\xa7\x79\x7d\xed\x7f\xff\xe7\xb4\x20\xf2\xa7\x53\xf6\xcd\xd3\xf2\x3b\xea\x45\xea\x05\x3c\xa5\x2c\x74\x36\x8b\xdc\x9a\x02\xc5\xc3\x52\x91\xb3\x30\x5f\x3d\xcb\x83\xf3\x4c\xe1\x58\xa4\x5e\x0a\x34\x85\x51\x38\x96\xa4\xae\x12\xba\x6a\x6c\x29\x6a\x39\xeb\xc0\xc8\x8d\x8a\xb4\xce\x72\xfc\x98\x26\x9d\x5e\x88\x7a\x9a\x60\x51\x6d\x66\xea\xe9\x55\x13\x06\x41\xa5\x5e\x98\xca\x9e\xe0\x57\x6d\x24\xaa\x99\x45\x9a\xa7\x40\xf3\xf0\x05\xd1\x2c\x7c\x89\x30\x51\xd7\xb5\x99\x73\x99\x98\x2a\x99\xe5\x62\xa5\x78\x45\x44\xd2\x3a\x51\xf1\xb5\x91\xc0\x66\x96\xa2\x65\x82\xe6\x31\xda\x3e\x45\xc1\xaa\x72\x14\x43\x23\x7a\x73\x96\xaa\x79\xb5\x33\x78\x32\xcd\xcc\x22\x4b\xbf\x1c\xd3\xde\x35\x63\x3e\x4a\x9d\x78\xaf\x4d\xc2\xc9\x59\xda\x3f\x9f\x3b\x27\x89\xaa\xa0\x98\xb6\x0a\xb1\x2a\x89\x04\xbd\xeb\x9e\x78\xd7\x4d\xac\xd9\x2c\xa6\xcf\xf9\xd9\x5f\xcd\x56\xf6\x7a\xf1\xfb\x39\x4e\xc9\xb5\xe8\x47\x2b\x34\x4f\x1c\x9e\x54\x41\x41\xd0\x89\x75\x06\x67\x91\x55\x5e\xe2\x74\xa5\xd5\x93\x55\x5e\x8e\xbc\x77\x1a\x8e\x25\x74\x94\x8e\x51\xde\xc8\x48\x3a\x8b\xac\x72\x10\xd6\x36\xa7\x80\x29\x12\xdd\x05\x66\xb9\x53\xc0\x14\x99\xe5\xe0\xaf\x6d\x7c\xb5\x33\x4b\xd7\xa1\x00\x16\xa9\xe8\x83\x92\xdd\x78\xdf\x4e\xc0\xdb\x2c\x43\xab\x84\xd0\x12\x41\x95\x53\x75\x77\x27\x28\x6f\x9b\xeb\x2e\x0e\x1d\x17\x88\x68\xd7\x5d\x94\x88\x2e\xb0\xe5\x59\x5c\x76\x96\xa9\x03\x7d\xcc\xfa\x52\x34\xf6\xa9\x6d\x84\x99\xef\xba\x57\x0a\x14\x95\x63\xf1\x93\xbf\x73\x16\x62\x4f\x27\x1e\xe2\x97\xa2\xb1\x2f\x2d\xd3\x11\xe4\xed\x9f\x03\xb8\x74\x34\x8f\x9b\xc0\xa7\x23\xb3\xc8\x01\x28\x70\x00\x5c\x17\x6e\x6b\x10\x47\x5a\x87\xee\xc0\xd6\xc8\xf7\x87\x41\xf0\x7b\x72\x00\x50\xff\xb7\x39\x6d\xdb\xf2\x6a\x87\x91\x64\xfe\xe7\xdc\x4a\x0a\x83\x04\xb8\x91\x22\x65\x96\x4f\xdb\x08\xf0\x69\x91\xe0\x94\x18\x2e\x1f\x80\x90\x5a\xf6\x4f\xcb\xf4\x61\x1f\x69\xdd\xa8\xbc\xf0\x2c\x70\x01\x08\x77\x9c\x95\x20\xd3\x59\x1f\x2c\xc6\xef\x49\xd6\x14\xff\xf0\x04\xff\x70\xe1\x0b\x8d\xa9\x9a\xc4\xb3\x22\x39\x40\xfe\x93\x29\xf6\xe1\x59\x9f\x8b\xef\x54\x13\xb5\x26\xa8\x0b\x82\x81\xd4\x2a\x43\x1f\x25\x8d\x5b\x30\x5c\x54\x25\x8a\x2b\x44\x71\x30\x92\x5a\x89\x2a\x9a\xf5\x48\xe5\x16\xbc\xfa\x55\xa2\xb8\x42\x14\x07\xaf\xbe\x6a\x1f\xcf\x8a\x50\x52\xd0\x49\xa9\x12\xc5\xf5\x18\xfd\x7c\x3a\x33\xab\x22\x49\xf5\x48\x62\x82\x2e\xa7\x4a\x22\x4f\x54\x39\x6e\x84\x56\xce\x2a\x17\xa0\x42\x46\x93\x65\x64\x56\xc9\xe8\x8a\xac\x35\x5f\xc6\xcc\x5a\xd4\x55\x59\x67\x01\xa9\x45\xaa\xc4\x37\x2a\x23\xb7\xa0\xc0\xa8\xca\x35\xa0\x30\x72\x21\x5f\xf2\xac\x55\x2b\x88\xec\x34\x5f\xa9\xcc\xaa\xe8\x0e\xf8\x21\xf8\xe6\x67\x56\x79\x00\x15\xea\x80\xb8\xc6\x59\x9b\x16\xf0\xa8\x83\x16\x3c\x9e\x95\x68\xa4\x59\x5b\x9c\xef\x71\xe8\x4d\xc7\x02\xd1\x1d\x16\xd8\x9d\x55\x0a\xa1\x1a\x06\xc1\x9e\x4c\x0b\x68\x08\x11\xeb\x2c\x49\x21\x54\xc3\xf7\xa8\x94\xaa\x6b\xef\x91\xa0\x08\x2d\xa0\xeb\x48\x3b\x8e\x34\xdd\xc6\x2a\x65\x51\x91\xbb\x08\x2d\xa0\x72\x17\x15\x90\x56\x45\x4d\x55\xa4\x79\x56\x04\x6a\x82\xc1\x89\x2a\x1f\xa0\x06\x3e\x48\xef\xa5\x86\xf6\x31\xb0\x23\xf4\xbc\xaa\x52\x14\xf5\xb8\x03\x85\x70\xc2\x59\xa5\x49\x2a\xd4\x45\xfc\xd3\xa4\x33\xd3\x71\x66\xe8\x44\xa9\x1c\xf4\xac\x88\xe2\x84\xee\xfe\xd0\xf2\x42\x29\xb0\x3a\xe3\xac\x43\xe7\xf3\xe8\x87\x46\xfa\xd8\x59\xa5\x14\x2a\x02\x3c\xfd\xa9\xff\xcd\x24\xad\x53\xa7\xe3\x28\x06\xd6\x6d\x9e\x75\x6a\xad\xe6\x87\x88\x3a\x9b\x64\xd5\x57\xa8\x8c\xae\x9b\xac\xc8\x50\x85\xc1\x4f\x3e\xda\x59\xa5\x18\x40\x25\xde\xba\x4e\xf6\xd6\xac\x11\xe4\x61\xad\xdc\x59\x15\xe4\xa9\xc7\xee\x26\x13\xcf\xac\x12\xff\x15\xd9\x00\xe2\x03\x67\x7d\xb5\x2d\x47\x13\x34\x72\xa0\xcc\xfa\xea\xb8\x1d\xf1\xff\xcf\x99\x97\xf4\xaf\x88\xff\x74\xad\xc5\xab\x41\xbc\x18\x04\x7b\xfa\xb4\x14\x08\xff\x10\x06\x38\xeb\xa7\x05\x84\xf0\xef\xea\x4a\xc2\xbf\x7e\x2f\x9a\x7e\x42\xa3\x49\xf8\x37\x84\x72\x08\xe9\x9b\x4d\xd9\x85\x06\x6c\x68\xe5\xd9\x68\x0a\xd8\x80\x8a\xbd\x91\x43\x76\x36\x45\x65\x5a\x3a\xfa\x93\x51\xbc\x46\xdc\xe8\x04\x47\x7b\x23\x49\xec\x6c\xc4\x8d\x4e\xd4\x0b\x6f\x04\xcd\xcd\xa6\x2c\x42\x4b\xeb\x7c\x2f\xd8\xc2\x59\x35\x08\x78\x82\xe6\x66\xcb\x1a\xc4\x91\xf5\x2c\x9f\x3d\x9b\x82\x3c\xa8\x30\x1e\x1a\x83\x02\x39\xed\x58\xd6\xc4\x1f\xcf\x46\x64\xe8\x6c\x47\x9e\x37\x42\xf0\xa6\xaa\x8d\x4f\x54\x1b\xd7\x05\x6f\x12\xef\xed\x88\xf3\xa2\x80\x7a\x53\xc0\xbf\x15\x6c\x07\xd5\x74\x53\xc0\xbf\xd5\x23\x08\x29\x15\x9a\x62\x3f\xed\x48\x77\xdd\xfc\xa6\x4c\x32\x38\xec\x1b\x61\x80\xb3\x55\x2d\x5e\x3d\x07\x89\x32\xa1\x35\xed\x3b\x72\xcc\x64\xd0\x9d\x22\xbb\x9f\x28\x7c\x6e\x8f\xf6\x5d\x22\x1c\x85\xd0\x25\x48\x1a\xf1\xa4\xb3\x41\x82\x33\x15\xd5\x94\x98\x46\x81\x74\x23\x1f\xef\x6c\xca\x3e\x37\xc3\x09\xe3\x9d\x6f\xe4\x1c\x9a\xcd\x30\x08\xc6\x13\x9a\x69\xdf\x8f\xdc\x37\x12\xee\xce\x26\xb9\xdf\x10\xc3\x21\xa7\xee\x6c\x0a\xc2\xb7\x40\x72\x8b\xc9\x8a\xa6\x44\x32\xca\xad\x1b\x4b\x2c\x4e\x11\xf8\xcf\xd6\xef\xaf\xb8\x82\x32\xdd\x5b\x0f\x24\xbe\xf8\xc1\xae\xc1\x77\x8c\x90\xc1\xb8\x26\xfb\xbc\x1d\xfb\x9c\x78\xf0\xd9\x64\x9f\x83\x00\xc9\x58\x5d\x70\x36\x85\x5d\xda\xc0\x12\xd2\x66\x6e\x32\xdd\xdb\x31\xdd\x3b\xad\xa6\x36\xb4\x57\xe3\xc5\x8f\xb8\x4c\x53\x83\x98\x18\x04\x27\xa5\x84\x71\x9b\xed\x7f\xff\xd7\xe9\x98\x35\x25\x8c\xdb\x11\xd5\x46\xa4\xdf\x14\xef\xd2\x04\xcd\x52\xa7\x79\xd6\x64\xec\xb7\x89\x85\xd0\xbd\x5e\xda\xaa\x23\xdf\xed\xd1\xed\x95\x50\x07\x35\x93\x3d\xba\x8a\x0a\xf7\x83\xaa\x89\xf8\xf2\xd9\x14\x8f\x69\xc7\xba\xef\x34\xe9\x9a\xd2\xc2\x6d\x63\x7b\x75\x75\xb6\x56\x6f\xa3\x27\x5d\x1d\x45\x5d\xda\xc6\xf2\xe9\xac\x2b\xf9\xdb\x5e\x7c\x50\x87\x5d\xe1\x7e\xd4\x4d\x28\x35\xeb\x57\x5a\x8b\x63\xc2\x5b\x62\x58\xad\x7d\x9a\xf0\x91\xea\x96\xb4\xec\x9f\x0e\xe0\xb1\xdb\x8d\xaf\x3a\xa6\x29\xb6\x62\xc7\x38\xb7\xc4\x29\xab\xf6\xc2\xb4\x23\xc5\x8d\x1c\xbc\xd3\x08\x01\x9d\xf6\xe0\x83\xb4\xb5\x4c\x11\x14\x4b\x58\x42\xfe\x48\xc0\x1d\x94\x6e\xb0\x54\xd4\xd4\xd5\x34\xce\x8c\x19\x50\x37\x89\x6e\x3b\xc6\xb9\x91\x73\x63\x9a\x32\xc0\x76\xec\x74\x62\xf7\xa7\x29\xcd\x6b\x47\x40\x1b\x8b\xe0\x4d\x53\x2c\xc4\x8e\x05\xde\xd5\x93\x2c\x70\xd4\xfa\x37\x32\x71\x4c\x13\xda\x07\xa5\xfe\x8d\xc8\xe5\x69\x92\xeb\xe0\xe1\x32\xd6\xc6\x9b\xc6\x57\xb8\xd3\x2a\x26\x4c\xb4\x85\x29\xbd\x6a\x35\xce\x28\x38\x29\x59\xd9\xa0\xf1\x32\x72\x70\x4c\x23\x3c\x74\x5a\xc5\x52\xf0\x22\x98\x62\xf0\x76\x6c\xf1\xc2\x52\x11\xd3\x24\xa4\xad\xe1\x5c\xf0\x8e\x18\x91\xa3\xd3\x80\x1c\xad\xb4\x1e\x4c\x31\x78\x33\xcc\x98\x4a\xc4\x64\x4d\x9b\xe1\x83\x0c\x0f\x98\xe0\x3e\x76\x64\xaf\x11\xdc\x36\x55\x21\x63\xa2\x42\x46\x21\x7d\xdf\x34\xc9\x62\x73\xf4\x45\x9f\xdd\x14\x9f\x07\x01\x59\x21\x9a\x7c\x9a\x6b\x09\x1d\x83\xd7\x76\x29\x8d\x6a\x7e\x76\x92\x6c\xc0\xd3\x14\x95\xb1\xc0\x83\xb8\xa6\x26\x6d\xd7\xb1\x83\x2d\x3f\xff\xad\x30\xed\x34\x85\x52\xac\x9f\x33\xc5\xdc\xa7\xc9\x6a\x36\x08\x71\x32\x72\x4c\x1b\xda\x97\x23\xb5\x8d\x0f\xd9\xa7\x29\x0e\x6e\x47\x34\x9b\xb2\xdb\x26\x98\x8e\x1d\xd9\xdc\xb5\x1e\x53\xc3\x9f\x15\x3f\x62\x57\x12\xbb\x76\x6c\x67\xcb\xff\xfc\x4a\x3b\x36\x31\x69\xad\xa2\xd0\x38\x76\x44\xb0\x65\x2d\xd5\xd2\x2a\x2e\x0c\x50\x87\x5e\xf1\x12\x5b\xd8\x67\xe3\xe9\x50\x20\xdc\x76\x01\xa6\x80\x47\x40\x31\x6d\x83\x78\xe5\x5b\xec\x69\x02\xd0\xd8\x46\x5f\x3a\xbf\x5b\x7d\xed\xdb\x17\x0f\xa9\x24\x2f\xe8\xce\x4c\x48\x36\x53\x44\xdb\x00\xb3\xac\x1a\xc6\xab\x85\x82\x50\xe6\xc3\xea\x29\x8e\xb4\x69\x57\x28\x9b\x3e\xa8\xe3\xf6\x62\x93\x99\xee\x35\x65\x5a\x0d\xf2\x3a\xeb\x42\x48\x5e\x83\x47\xcd\x32\x15\x80\x49\x5e\x1b\xe4\xb5\xa0\x6c\x2e\x79\xed\xc7\xea\x96\xa5\x2d\xc2\xb5\x09\xc2\x35\x52\x13\x4e\xd1\xad\x4d\x14\x76\x31\x52\x95\x4c\x97\x0d\xee\x40\xeb\x08\x94\xe6\x12\xd7\x9e\xf0\x2b\x9a\x41\x2e\xa3\xd9\x8f\x0c\x36\xd2\xeb\x4e\x57\xd6\xd4\x8f\x95\x6c\x85\x9a\x41\x35\x64\x26\x6a\xc8\xf0\x35\xce\x74\xbe\xc2\x9a\x0e\x71\xcd\xc7\xbc\xd3\xf3\x3f\x5d\xbd\x68\xe2\x84\x49\xc2\x30\xfd\x98\xdd\x9d\xa6\x89\x2a\xd2\x4c\x3f\xb6\xb6\x15\xde\x1f\x17\x38\xd3\x0b\x06\xc1\x49\x29\x28\xe2\xc7\xa0\xe6\x3b\x9d\xa9\x42\x35\xd3\x2b\xf0\x15\xbc\x59\x2e\x83\xda\x6b\x3d\x3f\x2a\x6c\xd1\xa2\x57\x2c\x04\x03\x1f\x2e\x04\x8d\x43\xc4\x2b\x2e\xe7\x12\xf1\xde\xb0\x1f\x34\xfa\x5c\xd1\x73\x3f\xc6\x75\x67\x08\xd0\x85\x93\x01\xcd\x9d\x15\x5e\x39\x57\x96\xd5\x8f\x71\x6d\x85\x37\xc4\x15\x2e\x01\x01\x5e\x27\x0c\xcf\x65\x6c\x3b\x64\x3f\x9f\xa9\x4e\x17\x16\xc6\x61\x87\x93\x98\x77\xba\x64\xbf\xc3\xa2\x16\xc4\xcc\x95\x80\xf5\x63\x5c\x77\x86\xc2\x5d\x59\x56\x3f\x42\xdb\xca\x3f\x4d\x4b\x4d\x47\xa8\xf2\x52\xb9\xac\x70\x87\x78\xe7\xab\xc7\xe9\x42\x7a\xfa\x1f\x14\x86\x43\x57\xd4\x1d\xc4\x7d\xfd\x9f\x16\x4d\x0a\xa6\x3b\x1f\x44\x4e\x97\xe9\xee\x81\xad\xa2\x6a\x72\x25\x60\x3d\xce\xf8\xfe\xf9\x91\xce\x4b\xcf\xa7\x85\x0b\xd1\x35\x86\x0e\xd1\xa3\xe9\x0a\x5b\xe3\xfd\x1c\x4c\x5d\x79\x39\x02\xde\xef\x18\xb8\x53\xca\xbf\xfa\xd1\x34\xc6\xca\x60\xd3\x05\x0f\xf5\xe3\x2e\xa4\x87\x3a\xd0\xa5\x79\x7c\x38\x7e\xa5\x26\x5d\x0f\x94\xec\x7d\x68\x5f\xba\x34\x8f\x83\xd8\xf6\xa1\x97\xe0\x4a\xc1\xfa\x38\x1b\x22\xa0\x96\x4f\x9d\x5a\xf0\x01\x3d\x12\x30\xd2\x4a\x0e\xad\xc4\x27\x8c\xd3\xa5\x95\x1c\x7e\x42\x65\x44\xd6\xe5\x27\xf8\x84\xcc\xd7\xb9\x90\xc2\xf2\x55\xf0\x2b\xae\xa1\xd2\xb3\xbe\x30\x42\xe6\x74\x5d\x61\x7c\x87\x56\x12\x46\xca\xa5\x95\xfc\xcd\x68\xe2\x30\xa4\x44\xfc\x3d\x9b\x22\xeb\xc3\x15\x78\x01\xf3\x62\x22\xd3\xe4\x74\x99\xef\x0e\x4d\x51\x19\x94\x71\x05\x65\x1c\x64\x5a\xac\xd6\x32\x5d\x9a\xc2\x3f\xf4\xa5\xfb\xfd\xa9\xaf\xef\xf6\xf5\x1b\xa1\xd8\x1b\x67\xa0\xaa\xf1\x43\x49\x1c\x7c\xdb\x35\xe3\xc1\x2e\x33\xa0\x1c\xb2\xec\x03\xba\x82\x35\xb9\xa6\x68\x1d\x67\x3c\x38\x6c\xbc\xfb\xa1\xb8\x3b\x48\x1c\x8d\x8f\xb1\x66\x08\xda\x19\xe9\xf6\xc5\x11\xca\xb4\x8f\x84\xc1\xd3\x0a\x0e\x65\x47\x03\x1a\xa6\x32\x26\x12\x0a\xc9\x83\x14\xb2\x90\xd7\x77\x86\x22\x36\x91\x71\xd8\x98\x5d\x0e\x79\x04\x01\xbd\x24\xb4\x56\x08\x97\x13\x19\x87\x8d\x27\x2a\x14\xae\x0f\xd4\xbb\xe1\x33\xbd\x19\x52\x4c\x01\x6f\xa1\x32\x2c\x12\xf2\x16\x02\xde\x42\xa5\x68\x08\x69\xa6\x28\x77\x84\x1c\xbc\xa2\x40\x97\xc5\x92\x8f\xfb\x66\x08\xf7\x19\x05\x9b\xf2\x1f\x9f\x35\xcd\x90\x0b\x12\x47\x55\x99\xf0\x61\x21\xb0\x4f\xc0\x3b\x11\x3e\x4c\xa4\x99\x13\xa4\x99\xa5\x51\x40\x84\x74\x57\x1c\x9f\xc3\x04\x1d\x0b\xa9\xa1\x40\xc8\x47\x00\xb1\x50\xc8\x27\x1a\x76\x9a\xf6\x62\x28\xc1\x1b\xd0\x50\x82\x81\xa9\xb8\xda\x8c\xa3\x92\x4c\x30\xb0\x10\x5c\x33\xc0\x54\xcc\x37\x88\x33\xa4\xa2\x02\xee\x89\x70\x60\x21\x15\x15\x70\x4f\x9a\x6e\x8b\x90\x9c\x61\x18\x21\x03\x27\xa1\xcc\x30\xd8\x3d\xad\x15\x35\x69\xca\xc7\x1d\x29\xe4\x6e\x9e\x21\x90\x67\x38\xb6\x93\x9a\x37\xe4\x9e\x84\x63\xa1\x28\x71\x42\x28\x21\xd4\x8c\xb3\x46\x4b\x48\x25\xe3\x66\x40\x4b\x35\xdd\x16\x61\x39\x03\xe4\x16\xff\xac\x7c\xe8\x04\x1f\x85\x55\x04\xcd\x8b\xd0\xca\x23\x2c\xd5\x74\x16\x15\x96\x42\x09\x3a\x13\x7c\x2c\x94\x51\x8e\x8e\x35\xd4\x56\x2a\x7b\x10\xfd\xf6\xc5\x11\x4a\x51\x05\x82\x4f\xac\xa3\x36\x43\x29\x82\x80\xf2\xd0\x9b\x84\x90\x4b\x13\x13\x23\x94\x58\x91\x86\x08\x04\x85\xc8\x66\x3c\x43\xce\x09\xca\xe5\x25\xd6\x7e\x9a\xa1\x14\x70\x20\x28\xd4\x24\x05\x84\xf4\x0c\x68\x08\xa1\xf1\x43\x1a\x22\x36\xce\x21\x8d\xf8\x90\x86\x00\xbb\xab\xb1\x16\xd8\x0c\xa5\x73\xc1\xda\x6a\xa6\x9b\x22\x5f\x22\x5e\x9c\x0d\x9a\x01\xe2\x73\x9d\xe0\x73\x35\x61\xd7\x45\xe7\x3a\xe3\xe8\x11\x33\xaa\xd2\x90\x9b\x11\x47\x8f\x98\x51\x95\xc6\x27\x89\x83\xb0\x90\x51\x95\x86\xb0\x9e\xf1\xdd\x61\x70\x0d\x05\xf6\x0c\x78\x20\x2c\x3f\x3c\xbb\xbc\x89\xfe\xe0\x83\xbc\x44\x22\x8e\x9d\x20\x8e\x35\xa1\xbc\xbb\x70\x9b\xfd\xc1\xd9\xe0\x99\xef\xd2\x2b\xa8\x31\x68\x42\x80\x8b\x6d\x76\x82\x6d\xb6\xe8\x3a\x74\xe5\x73\x7b\xc2\x08\x79\x1d\xba\x7c\x90\x9e\xf1\x41\x4a\xed\xae\xa4\x2d\x28\x6a\x4d\xe0\xe6\x2e\x35\x80\xea\x85\x46\x12\xe1\x29\xf2\xda\x09\xf2\xda\xd2\xa8\x57\x3a\xf9\xde\x66\x07\xa3\x50\xa3\xef\xdf\x95\xb6\xed\x90\xda\xa4\x6e\x9b\x62\xbc\x9d\x60\xbc\x4d\x0a\xfe\x75\x81\x3a\x7b\xc1\x30\xf8\xae\xa7\x0b\xd4\xd9\xe1\x87\x18\x3d\x9e\x2e\x61\x0e\xc6\x5c\x23\x75\xdb\xec\xca\xc0\x76\xc4\x7f\x04\x99\xed\x8a\xff\xf4\x76\x0e\x40\xa2\x9c\xef\x72\x1c\x3a\x84\x39\x8b\x57\xcd\xae\xd0\x50\x6f\x38\x87\x3c\xbd\x5d\x12\xbb\x43\xf6\xb2\x62\xf0\xec\x82\x67\x76\xbb\x7d\x71\x84\xca\xc1\x76\x08\x58\xa3\xc1\xdc\x15\xff\xe9\x7e\xf4\xa5\x82\x9a\x5d\xb2\xb7\x1f\xd9\x6b\x4e\xd5\xd6\x85\xca\xe9\xf0\x2a\x84\x41\xea\xfe\x4f\x5f\x1f\x9a\xd8\x97\x04\x6c\x47\x70\x9f\xcc\x6e\xb3\x0b\xa1\xd9\xe3\x0e\x83\xf3\x92\x87\xd0\x51\x59\x9a\x0f\x9f\x67\x57\x7a\xb6\xf7\x63\x82\xf3\x75\xf3\xec\x02\x62\x76\xc8\x5e\xe7\x5d\xee\x92\xbd\x20\x31\x36\xe7\x5d\xee\x92\xbd\xbd\x03\xfc\x4c\x60\x41\x57\x4a\xa0\x0f\x1c\x51\x1d\x36\xa5\x67\xfb\xb1\xe1\x4d\xa8\x40\x31\x21\xcf\x0e\x9b\x3e\xfd\xd3\xa4\x85\x82\x58\x76\xda\x88\x5d\x98\x9d\x7e\x24\xb4\x09\x8a\xd4\x05\xab\xec\x08\x27\x09\x8a\xd4\xa7\xfa\x9a\xb7\x2f\xde\x2f\x92\x04\xcf\x0e\x89\x9d\xd4\x97\xd2\xb6\x1d\x36\xbd\x00\x47\xa2\x63\x9e\xa0\x63\x4e\x49\x7d\x49\x98\x5f\x36\x66\x05\x8d\xbb\x24\x36\x4a\x7a\x9a\xeb\x9a\x0b\x3d\xd9\x37\x3e\x28\xb9\xa1\x48\x53\x47\xad\xf6\x24\xb9\xa1\xbc\x6d\x47\xd9\xe3\x44\x6f\xbe\x2b\x3b\xdb\x5f\x9c\x43\x7a\xf3\x5d\x08\xc9\x7e\xfc\x85\x94\xb4\x5f\x72\x12\x3a\x62\x46\xa4\x72\x9b\x5d\xc2\xbc\x7f\xb7\x2f\x0e\x5e\xf0\x49\x10\x49\x27\x56\x8d\x9b\x43\x9e\xc0\x80\x27\xa0\x38\xb4\x28\xa6\x27\x8a\x91\x9a\x53\xa4\x0c\x61\x73\x06\xe4\xbc\xff\xf3\xab\xae\x26\x9c\x0d\x3a\x09\xaa\x44\x3a\x07\x3c\x01\xf7\xff\x18\x44\x1d\xca\x01\x0c\xc4\x9b\x9c\x12\x67\x28\xde\x04\x42\x6b\x73\x06\xa3\x87\xe2\x39\x03\x56\x33\xc9\x0f\xe6\x28\xff\xfc\xea\xc8\x29\xe1\x84\x86\xc2\x36\x03\xc1\x19\x81\x81\x46\xd5\x07\xeb\xfd\x60\xb0\x69\xaa\xe9\x3d\x4d\xc4\x6f\x0c\x01\x60\xc6\x91\xb7\x16\x59\x4d\xea\x0b\x35\xbc\x14\x49\x57\x89\xd5\x39\x20\x9a\x85\x9b\x19\x7a\xe0\x04\xea\x6d\x13\x1c\x68\x08\x2c\x39\x50\xa3\x3a\x31\xfc\x31\x24\x9a\x07\x8c\x69\x92\xb0\xcd\x21\xd1\x8c\x92\xad\x46\xaa\xb5\x39\x04\x97\x1c\x86\x11\x76\x35\xb9\x9a\xb0\x1a\x74\x65\x86\xa4\xf6\x40\xbc\x47\x20\x22\x95\x72\x9d\xc3\x71\xe0\xa8\xde\x86\x8c\x69\x54\x79\x35\xb2\xad\xcd\x21\xe4\xcc\x38\xb2\xdd\xc8\xb6\x36\x87\x62\xfd\x03\xc5\x47\x58\xfa\x6f\x0e\x21\xee\x07\x04\xba\xd0\x20\x43\xb1\xfe\x81\x58\xbf\x1e\x8d\x0e\x05\x83\x06\x04\x3a\x5f\xcd\xcf\x21\xbc\xcd\x40\xc8\x47\xe8\x8d\x21\x8b\x79\x04\xfa\xa2\x59\x3c\x04\xaa\x19\x1d\x07\x80\x57\x7d\x28\xe8\x33\x40\xea\x20\xa3\x73\x48\xd6\x8f\x7e\xfb\xe2\x42\x29\xa7\x30\x00\xcf\x6c\x34\xce\x86\x32\xb9\xa8\x6a\x5b\x9a\x36\x45\xf1\x9b\x81\xf8\x0d\x1f\xf6\xcf\xa1\xf8\xcd\x40\xc1\x2d\x3e\xec\x9f\x43\x50\x9c\x81\x2c\x6f\x98\x9a\x28\x9a\x07\x2a\x08\xea\xcd\xff\x90\xac\x1f\x88\xdf\x08\x06\x31\x04\xdd\x1c\x13\xc3\xa0\xbe\x1c\xb2\xce\x07\x52\xb6\x82\x48\x0c\x59\xe7\x63\xe1\x83\xda\x2f\xe1\x70\x06\x12\x0e\x41\x9b\x63\x28\xe1\x30\x90\x70\xd0\x33\xd5\xa1\x84\x03\xb8\xe6\x2d\xb4\xf2\x42\x68\x8e\xa3\x11\x8a\xde\xa9\x0e\xa9\x81\x01\x35\x40\x02\xe4\x39\x94\xea\x1d\x1b\x07\x80\x9e\xc0\x90\x1a\x18\x48\x38\x84\x8e\xa8\xd0\x9b\xa8\x0a\x6c\x02\x41\x0d\x69\x88\xf1\x3d\x68\xe2\x08\x15\x10\x1a\x50\x03\x9d\x4e\xdd\x50\x40\x08\x04\xf8\xd6\xb5\xbc\x32\xdc\x07\x0c\x77\x32\xa4\xcd\x29\x94\x0e\x0a\x02\x1b\x8b\x3a\x4d\xb1\xe6\x4f\x30\xe3\x9b\xb2\xb6\x53\x38\xcc\x79\x0c\xf5\x94\x69\xd3\x4f\x56\xe4\x9c\xa8\x22\x6c\x9d\x12\x60\xca\x3a\x47\x11\x61\x23\xa5\xd9\x9c\x12\xe6\x13\x09\x5d\x65\xcb\xa6\x42\x3b\x13\xd6\x39\xab\x58\x4f\x71\xe9\xcf\x89\x98\x4a\xe7\xfd\x9a\x8a\xa9\xcc\x63\x72\x27\x25\xd2\xa6\x30\x90\xf3\xa8\x80\x94\x35\x0c\x19\xd3\x13\x91\x11\x96\x6b\x9a\x53\x18\xc8\xcb\xcd\xaf\x4c\xda\x54\x9e\x75\x1e\x91\x9f\x94\x2e\x9b\xb2\xb3\x51\xee\xd8\x94\x40\x98\x02\xc3\xcc\x23\xf2\x4d\x69\x82\x29\x39\x8f\xea\xc7\xd6\x69\x9d\x4f\xc5\x38\x26\xc4\xb2\x92\x6c\x53\x29\xd8\x09\x60\x8b\x22\xea\x53\x62\x19\xd5\x93\xad\x33\x2e\x35\x05\x6c\x99\x90\xbd\x9d\x2e\xee\x94\xec\x9d\x08\x49\x28\x66\x3d\x15\x87\x9f\x40\x2d\xb2\x3c\xf3\x9c\xae\xd5\x80\x80\xd5\xd3\xe2\xa9\x64\xea\x0c\x3c\xf2\xe1\x99\x9f\x32\x8b\xe7\x91\xa2\xfe\x50\x10\x4d\x49\xd1\xd9\xf1\x2b\xaa\xec\x29\x79\x38\xfb\x1d\x06\xcf\xa1\x92\xac\x73\x94\xf3\x2b\x2a\xdf\x29\xdb\x77\xde\xb7\x46\x3a\xd8\x8a\x3b\xcc\x81\x57\x4d\xfa\xa0\xe4\xe1\x9c\xf8\x20\x75\xe5\x14\xc2\x70\x4e\x0c\x9e\x4a\x6a\x4a\xb2\x4d\x58\xb1\x59\x07\x40\x60\x94\x79\x84\x9c\x2b\xec\x37\x15\x99\x9e\x47\x92\xb9\xc2\x7e\x53\xe2\x6b\x1e\x83\xd6\x05\x0e\x9a\xe2\x2f\x98\xfb\xf6\xc5\xb3\x21\x5c\xe2\x3c\x92\xcc\x85\x1b\x9a\x12\x5f\x73\xa3\x2f\x1a\x9d\x53\xc0\xc4\xb9\x31\x2f\x5a\x96\x53\x92\x6d\xbe\x58\x0d\x5a\x96\x53\x92\x6d\xbe\xf8\x20\x83\x5c\x53\x08\xf3\xf9\x61\xe5\x75\xe6\x15\x77\x98\x88\x3b\x64\x9d\x5e\xe1\x0f\x27\x1e\x01\x09\xb5\x33\x85\x3f\x9c\x1f\x56\x83\xd6\x97\xc8\xe7\x27\xc8\xe6\x5d\xf1\x94\x25\xfc\xe1\x7a\x6e\x5f\x9d\x4d\x53\x4d\x90\x6c\xff\xb1\xb6\xea\x5c\x12\x7c\x2b\x61\x45\xa8\x9b\x97\x22\x16\x0b\x35\x8c\x94\xd5\x15\x71\xfd\x5c\x09\x07\x4e\x43\x51\x24\x1c\xcc\xf5\xa9\xd0\x1c\x59\x92\x89\x2b\xe7\xf3\xab\xae\xa6\xa2\xa6\x86\x5f\xb1\x2f\x21\x14\x57\xee\x68\x62\x5f\x0a\x66\x2c\xd4\xb7\x15\xa5\x88\x18\xea\x27\x18\xea\xfd\x21\x88\x7f\x29\x3a\x0d\xb2\xfa\xa4\x6c\xb0\xca\x87\xcc\x55\x70\x74\xa8\xf9\x96\x90\x88\xeb\xc8\xdb\x24\x82\x90\x25\x13\x7c\x41\xc8\x8a\x20\x44\x14\xf5\x73\x1d\x6b\xdc\x15\x2a\x58\x42\xc7\xac\x63\x8d\x7b\xd2\xbc\xf4\x42\x75\xa1\x52\x10\x79\xa9\xa7\x88\xed\xe7\x3a\x02\xdc\x15\x45\x58\x42\xc7\x80\xf3\xde\x13\xb5\xac\x38\xef\x27\x88\xed\x9d\x6c\x67\x73\x29\x9e\x0d\x8e\xfb\xa4\x2c\xf7\x52\xf2\x14\x1c\xf7\x2e\x97\x7a\xc9\x98\x5e\xe0\xc9\x61\xb9\xa9\xb9\x14\x99\x06\x1d\xbe\x27\x4a\x9c\x25\xa9\xbd\x1c\x1f\xa4\x7a\x5b\x8a\x31\x2f\xc7\xa3\x48\xaa\xd2\xa5\x38\xc7\x0a\xcc\x8b\x62\x65\x29\x98\xb1\x60\xfb\xea\xe1\x8f\x18\xf1\xe7\x3a\x66\xb0\x0b\xcc\xb4\x14\x48\x5e\xb1\xf0\x2b\xae\x86\xa4\x36\x0a\xe8\x3b\xe9\xc2\xe6\xea\xea\xab\xdf\xbe\xb8\x50\x7a\x55\xba\xfa\x38\x4d\xd4\xcd\xe2\xc4\x9f\xe0\xc4\x4f\x85\xe2\x72\xc9\xf6\x5d\x03\xab\x41\x87\x55\x85\xf6\x27\xf8\xf1\x93\x48\x53\x96\x64\x3d\x58\xf0\x5d\x1e\xf0\x12\x8c\x71\xa1\x1e\xb0\xf8\x54\x54\x81\x7f\x82\x06\x3f\x29\x19\xaf\x02\xfc\x13\x34\xf8\x9e\x28\x7f\x97\x6c\x5f\xd0\xe2\x17\x05\xf0\x96\x94\x07\x28\xf2\x3d\xb9\x86\xa1\x13\x85\xe8\x88\x1e\xc9\x2c\xe1\x1f\x51\xa3\xdf\x13\x33\xf5\x4b\xf8\xc7\x75\x8c\x69\x67\x71\xa5\xb9\xa4\x72\xc0\xb4\xef\x49\x32\x51\xc6\xf4\x82\xca\x61\x69\xa5\xb9\x04\x8d\x04\xe9\x7e\x12\x94\x60\x09\x1b\xb9\xa0\x72\x8a\xe6\x25\x95\x03\x3e\x7e\x97\x03\x29\x16\xfe\xb9\xa0\x72\xe4\x40\x2e\x41\x74\x40\xd0\xef\xa4\x3b\x9b\x4b\x2a\x07\xdc\xfa\x9e\x24\x88\x14\x3b\x5f\xc0\xe1\xe8\x99\xe3\x52\xe0\x04\xa5\x89\x3c\x4b\x1e\x2a\x70\x02\xb6\xfd\x24\x48\xc3\x12\xd8\x06\xcc\xfb\x2e\xf6\x2a\xd0\xef\xff\xfe\x84\x58\x66\xfe\x61\x2b\xa6\xb2\x1f\xf4\x95\xd4\x54\xd5\x84\x63\xc3\xfd\xda\xca\xae\x82\x6f\xbf\xb0\x56\xc6\xdc\xd2\x29\xa0\xd1\x77\x56\x86\x9f\x5b\x48\x9c\x8d\xa7\xa7\xac\xa0\x32\xb7\xde\x9e\xa2\xaa\x52\x51\x98\x76\x4b\xdd\xec\xa3\x53\x3c\x53\x1e\x6e\x01\x27\x37\xa8\x73\x14\xc1\x15\xe3\xfe\xdc\x57\xa7\xd0\x65\xda\x4a\xa1\xee\x7c\xb6\x52\x14\x33\x5b\xc9\x50\x14\x70\x72\x01\xd6\xb6\x92\xa1\xfb\xa8\x1b\x67\xe9\x95\xb9\x15\x3b\x07\x31\x7f\xd1\x2b\xd2\x2d\x4d\x04\x8e\x7d\x97\x09\xae\x2a\x50\x73\x1f\x45\xe1\x99\x3e\xf3\x56\xec\x66\x23\x76\x23\xf4\xc7\x16\xb0\x66\x57\xbc\x7f\xa6\xa5\xb2\xa5\x02\x76\xc3\x07\x89\x07\xdb\x0a\x90\x83\x64\x3f\x95\xae\x5f\xf1\xb0\x6d\xc3\x7e\xe9\x6c\xc8\x3a\xdf\x86\x0f\xd2\x52\xd9\x92\xf3\x60\xdd\x77\xd1\x28\x6c\xa1\x20\x41\x98\xef\xc2\x9e\x6d\x25\x0c\xb7\x63\x35\x34\x0c\xc5\x38\xc0\x8b\x9f\xf4\xbe\x62\x0b\xd6\xb2\x03\x2f\xb7\x69\x54\x6c\xbd\x33\x05\xfd\x7d\x12\x02\x64\x0b\xd6\x02\xfa\x7b\x2f\x6a\x12\xaf\x00\xe8\xef\x53\xa5\x5e\xde\x8a\x71\x6c\xc8\x79\xb2\x5b\xcf\x2d\x60\x0b\x98\xf1\x8b\xe2\xf4\x5b\xf1\xec\x0d\x15\x20\xe8\xbe\x98\xf2\x27\x98\xf2\x93\xc0\x21\xa2\xca\x9f\xbb\xe3\x71\xb9\x86\x21\x64\xcb\x1e\x19\x4d\x1c\x86\x14\x07\xa8\xf1\xbd\xd0\x06\xd8\x4a\x33\x82\x0f\xdf\x59\x56\x63\x6e\xc5\x38\xc0\x7f\xef\x25\xeb\x57\xda\x14\x08\x73\x91\x95\x6d\x01\x51\xf6\x11\xde\x2e\x53\x64\x2b\xd4\x0d\xf2\xfb\xe2\xcc\xef\x89\xf2\x7e\xee\x75\xfb\x0a\x36\xe9\x1c\x1e\xe1\x5d\x3c\xe5\xff\x66\xaa\x8a\x11\x7f\xee\x85\x8a\x03\x5a\x47\x05\xc9\xf7\xc6\xb4\xe9\xbe\x6f\x45\x47\xf6\xc6\x76\xd2\xb1\x13\x5b\xfe\xdc\x90\xf5\x52\xdb\x5b\x48\xcd\x7d\xc4\xbe\x17\x5d\x75\xc9\x7a\xb0\xe5\xbb\x20\x74\x5b\x19\xcf\x7d\xb9\x02\xa8\x65\x45\x7c\x3f\x37\x04\x3a\xeb\x77\xcd\xad\x10\xc8\xfe\x70\xb8\x89\x26\xdc\x12\xe8\xfb\xbb\xe4\x03\xbf\x0f\x8a\xf9\x7e\xbe\x88\x84\x57\xbe\xd9\x7a\x95\xd6\x7c\x1f\x6c\x27\xfd\x95\x57\x21\x90\x17\x8e\x82\x60\x40\xaf\xf0\x93\xef\x83\xbe\x28\xeb\x5f\x61\x62\xde\x84\xb3\x48\xd1\xfc\xca\x49\x78\x13\x96\xb7\xe8\x57\xae\x26\xdc\x16\xae\xbc\x78\xf1\xe7\x0b\xff\xa1\x30\x90\xfc\x8a\xf8\x12\x14\xf9\x49\xc4\x4c\xaf\x50\x97\x2f\x3c\x01\xb1\x2f\x89\xfc\x7e\xbe\x10\xe8\x22\x2f\x7b\x25\xd0\xc1\x8b\xef\x85\x81\xae\x57\x02\x1d\x94\xf6\xce\xba\xf6\xf3\x55\x30\xfe\x05\xf3\x25\xab\xfb\xcc\x57\x69\x4d\x30\xd7\x7b\x65\xa0\xeb\x55\xb8\xe5\x85\x27\xc0\xe2\xed\xf3\x15\x88\xf2\x85\xac\x17\xb0\xec\x15\x10\xe5\x3d\x4e\x81\x8b\xe6\xeb\x55\x9c\x1e\x5c\xf8\xa9\xd2\xa4\x7b\x15\xbf\x79\x61\xee\x0b\x58\xf6\x0a\x5f\xf9\x22\x4e\x4f\x3a\xf1\x29\x72\xfc\x09\x72\xfc\x54\x69\x9c\x89\x1c\x7f\x82\x1c\xbf\x28\x17\xf6\x0a\x60\x09\x76\xfc\x24\x9a\xaa\x57\x18\x15\xd0\xe1\xbb\x5e\x78\xbc\x72\x12\x5e\x14\xd3\x14\x83\xd5\x2b\x08\x3d\x48\xef\x5d\x94\x62\xaf\x22\xee\x60\xbd\x4f\xa4\xeb\x9e\xaf\xde\xaa\x82\xea\x3e\x55\x1a\x4c\xaf\xc2\xea\x60\xbd\xf7\x7f\xae\x83\xc2\xea\x20\xb7\x4f\x42\x74\xbd\xca\x93\x82\xdc\xde\xff\xb9\x0e\x52\x39\x28\x2e\xe8\xa4\xc8\x9f\xe2\xad\x9f\xe0\xad\x4f\x64\xd1\x9e\xaf\xf0\x92\xef\xd5\x2b\x54\x8a\x2a\x43\x38\x5f\x04\x84\xf4\x6a\xe0\x15\x69\xe6\x8b\x22\xe0\x42\x74\x89\xee\x7e\xbe\x1d\xc3\xd0\x01\x10\x10\xe5\x45\x40\xa8\x52\xda\xa8\xac\xe1\x7c\xa1\x06\xfe\x59\x79\xa9\x81\x17\x6a\x40\xdc\x61\xaf\x80\x28\xe0\xa3\xf7\x2a\x09\xa0\x20\x0d\xf8\xe9\x93\x20\x62\xaf\x9e\x13\xbd\x90\xbd\x02\x5f\xbd\x4a\x50\x82\xc6\xde\x85\xb0\x7a\xc5\x32\x09\xee\xfa\x24\x60\xd9\x2b\x3b\x1b\x64\xf5\xce\x0a\xf3\xf3\xd5\xeb\xd1\x17\x09\x4a\x01\xe6\x5e\xf1\x4c\xbe\x88\xdf\x08\x38\x24\xf2\xfa\x89\xc2\x8a\x2e\x30\xcf\x2b\xb4\x09\x78\xec\xbd\xd1\xab\x7f\x15\xf5\x79\x8f\xc9\x5d\x5c\xd2\x46\x12\xfb\x45\x68\x87\x35\xe9\xe7\x2b\x14\x23\x78\xec\x0b\xeb\xc0\xce\x4f\x09\x4a\x30\xd2\xbb\x38\x7d\x3f\x85\x76\xc0\x50\x9f\xb4\x86\xa2\xa8\x9f\x1f\x84\x39\x6b\xd5\xcf\x4f\x68\x13\xb0\xd5\x7b\xa3\xec\xfd\xc4\x2b\xf0\x25\xe8\x66\x3a\x90\x62\xaf\x9f\x5f\xc2\x30\x28\x60\xc5\x5e\x3f\xbf\x74\x87\xd1\xd8\x34\xd5\xb4\xd1\xc4\x61\x08\xa3\xf2\x65\x1c\x00\x66\x8d\x3f\x61\x54\x3e\x44\x61\x1a\xc3\x04\x9f\xa2\x30\xdf\x15\xb0\x94\x51\x9f\x30\x82\x1f\x2c\xe6\xc6\x6b\xfe\x29\x0a\x03\xc2\xfa\x24\x94\xda\x27\x7c\x20\x08\xec\x5d\x30\xaa\x4f\x90\x92\xaf\x5e\xc2\x1b\x2e\x94\x64\xef\x87\x78\x8a\x12\x6b\x9f\x12\xa1\xa0\xac\x4f\x8d\xf6\xc6\xa7\x6c\x27\x28\xeb\x5d\x0c\x58\x9f\x52\x9a\xa0\xac\x2f\x6e\x6a\xd2\x7e\x81\x00\xa6\xd1\xf6\xfd\x94\xd2\xfc\x0c\xe7\x90\x5e\xa2\x38\xec\x27\x28\xe2\x5d\xec\x58\x9f\xc0\x21\xdf\x91\x6c\x2e\xe6\xa7\x4f\xc6\x34\x98\xd8\xdd\x18\xbb\xf9\x94\xa9\x03\x71\xba\x8b\xec\x08\xec\xe9\xbf\x3f\x1b\x06\x6f\x6c\xd2\x94\x61\x74\x8a\x1a\xe8\x53\x8c\xf9\x43\x48\x42\x24\x3f\x9f\x42\x12\x20\x52\x4f\x82\x44\x7e\x32\x55\xbf\x79\x7f\xc5\x26\x85\x9f\xbf\x5b\x4b\xe9\x9f\x26\xfd\x6a\x55\xd0\xeb\xf0\x44\x29\xe7\xf6\x21\x16\x20\x1f\xec\x53\x2c\x00\xfc\xe8\x49\x17\xf6\x93\xe9\x08\xbe\x74\x37\x0a\xa2\x4f\x60\xb9\xef\x08\x39\xb7\xfe\x1f\x9f\xf5\x7f\x32\x3a\x3f\x18\x9d\x62\xe9\x13\xd5\xfa\xfc\x10\x45\x60\xa1\xef\xf9\xe9\xad\x3d\xa8\xd5\x53\x63\xca\xfb\x13\x02\x0f\xd4\xea\x2e\xac\xcf\xa7\x87\x3e\x1f\x02\x0c\xae\x9b\xa9\x94\xdc\x77\x64\xa0\xb3\x00\xf8\x14\xa1\xfa\x04\x01\xba\xfb\x2f\xef\xb6\x44\x80\xbe\x1e\xc4\x03\x08\x97\x59\x0f\xa3\xd3\xeb\x81\x23\x4e\x4c\xcc\x12\x2d\xf9\x02\x1f\xb8\x93\xc7\x66\x89\x0f\x7c\x3d\xe7\x92\x3a\x69\x58\xd6\xc3\xd0\xe9\x02\x35\x78\x21\x1b\xcc\x7a\xaa\xfa\x3a\x37\xd1\xc9\xd0\xb2\x9e\xa6\xbe\xe0\xe6\xb2\xb6\xdc\x7a\x08\xf6\x5a\x0f\x22\x9d\x44\x4a\xac\xa7\x69\x18\xc7\xe3\x75\x22\x25\xd6\xc3\xeb\xb7\xc0\x00\xee\xa4\x4d\x59\x0f\xc1\x5e\x0b\x0c\xe0\x89\xf2\x77\x3d\xcc\x4f\xad\x07\x6e\x2e\x81\x0d\xeb\x71\x0d\x1e\x89\xa1\xd0\x1a\x76\x2d\x2f\x4c\x84\xf6\x0b\x30\x2c\x51\x6e\xaf\x07\x97\x96\x44\x07\xeb\xe9\xfa\xe0\xf1\x42\x3d\x4c\xbf\xea\x6a\x42\x5f\x5a\xf9\xa1\xbe\xc6\xed\x8b\x53\xe6\x7d\x5e\x60\xd6\x2e\xa4\x6e\x5a\x62\xd6\x5e\x0f\xd2\x49\xa4\x0b\x58\x0f\x51\x56\xeb\x01\xca\xaa\x55\x8e\x90\xe9\xf5\xf5\x9c\x5b\x9f\x48\xe1\xb8\x9e\xa9\xe5\x3d\xb7\xde\x59\x01\x6d\x89\x91\x7b\x81\x82\x3b\x11\x9e\xbb\x1e\x72\x63\xac\xe7\x56\x69\xfb\xd9\x1c\xeb\x99\xda\xe5\xe3\xb0\x16\xd2\x3a\xad\x67\x6a\x84\x88\x3e\x92\xd1\x7c\x3d\x53\x23\x44\x56\xab\x69\x79\x97\x56\x7e\xe1\x1c\x76\x8e\x70\x69\xe5\x17\x46\x68\xec\x6b\x69\xa1\x00\xdb\x22\x71\xf9\x7a\x96\x0e\x1b\x12\x5e\xc4\x06\xac\x67\x69\x18\x1b\x0b\x65\x1c\xe1\xd6\x42\xc1\x23\x8d\xe0\x1a\x6e\xf5\xb5\x6f\x5f\xfc\x20\x11\x5d\xeb\xb9\x72\x43\xfb\xb5\x75\x44\x5f\xac\xbc\xae\x1e\x9f\x7d\xac\x07\xb6\x54\xd3\xa6\xbc\x3a\x1b\x10\x29\xa1\xd5\x78\x75\xd8\x5e\x9c\x8d\xce\x63\xf3\x6a\xca\x70\x71\xa3\xf3\xa6\x7c\xea\xeb\xbb\x7d\xa9\x49\xfb\x75\x0c\x26\xef\xbc\xcb\x49\x82\x28\xc1\xc5\x25\xd9\xe5\x12\x09\xf8\x4a\x90\x51\xfd\x47\xa2\xb0\x92\x64\x14\xf8\xc1\xbd\xff\x4c\x84\x95\x08\xf6\x5a\xe0\xf6\x76\xe2\x10\x56\xa2\x55\xb4\x40\xee\xed\x24\x4e\x59\x89\x38\xb0\x05\x0a\x6f\x27\xd8\x60\x25\x3a\xab\x0b\x1c\xde\x89\xf4\x99\x2b\x65\x7d\x10\xc9\x2e\x3e\xe9\x5e\x89\x81\xc9\x95\x72\x3d\xbf\xe2\xf2\x8a\xd4\x7b\x81\xd4\x3b\x11\x84\xbd\x52\xfe\xa7\x2f\xec\x32\x97\x37\xf1\xf9\xe0\x4a\x05\x0b\xf5\x33\x11\x56\x2a\x5a\xa8\x82\x85\xa2\xc4\x4e\x74\x71\x17\xc8\xb9\x13\x19\x34\x97\xd8\xb9\x17\xd8\xb9\xbd\x17\x7d\x70\xab\xe9\x1c\x6c\xc2\x21\x56\x2a\x1a\xc6\xb1\xd3\x92\x69\x2b\xab\x56\x03\xde\x2f\x91\x12\x2b\x55\x0d\xa3\xde\x61\x70\x0d\xe9\xfd\xae\x84\x3c\x98\x69\x2b\xab\xfa\x82\x76\xe8\x8d\xc3\xa0\xf7\xbb\xc0\xc2\x9d\x88\x20\x5f\xe2\xda\x5e\xe9\x28\x0a\x27\xf1\xcb\x4a\xd2\x0e\xa0\xdd\x76\x3e\x47\x5d\xa9\xa9\xaf\xe3\x08\x97\x48\xec\x4b\x8a\x03\xb4\xdb\xce\xa7\xaa\x2b\x99\x86\x61\x77\x18\x9c\x17\x1d\xe3\x95\xa0\x53\x4c\x87\xcd\xb4\xf2\x70\x8c\x89\xe5\x58\xc9\x75\x1d\xe0\x18\x13\xa2\xb0\x92\xd4\x0d\x18\xba\xbd\x53\x02\x24\xd7\x94\x11\x70\x25\x60\x63\x89\x6c\x7b\xa5\xb8\x1f\xe4\x94\x43\x47\x34\x2a\xa6\xcc\x35\x0c\x1d\x51\x38\xc6\x3d\xb8\x1a\xa1\x23\x1a\xc7\xd3\x36\x9d\xf9\xae\x85\xea\xb8\x0e\xba\x29\x5d\x7d\xf5\x8a\x5f\xb1\xaf\xae\x85\x42\xc0\x95\xf4\x63\x4b\x2c\xdd\x2b\xc1\x31\xe6\x23\xc8\x95\xba\x86\x81\x80\x2b\x59\x45\x57\x92\x6a\x4b\x00\x95\x91\x2b\x7c\x89\xc0\x7b\xa5\x71\x3f\xc8\x11\x0e\x9d\x8d\xa3\xe5\x82\x0c\x30\x4b\xdc\xde\x0b\x04\xde\xf1\xe8\x12\x4d\xf5\x85\xec\x19\x59\xd5\x56\x9a\x3a\xd8\x78\xf9\x17\xda\x4a\xa6\xc8\x16\x68\xbf\xe3\xd1\x61\x5b\x5a\xf9\x85\xbe\xb4\x1a\x4b\xab\xb1\x06\x9a\xfe\x1b\x56\x75\x25\x29\xaa\xb4\xd1\x9f\x46\xb9\xb5\xfa\x47\xfb\x24\xd3\x1d\xdb\x5a\xac\x8d\x15\xc9\x3c\xf7\xaf\x24\xce\x8b\x0f\x4a\xe2\xbc\x3a\xa6\x47\xc5\xc4\xa3\x8d\x91\x5e\x49\x2f\x3e\x28\x89\xf3\xe9\x98\x7e\x38\xa6\xd4\xe8\xe9\xd3\xd1\x81\x5e\x31\x6a\xf4\xf4\x69\xb1\x8e\x8f\x1e\x4f\x65\x5f\x52\x39\x09\x2f\x0d\x59\x52\x7e\x89\x19\x7c\x81\x19\x3c\x58\x60\x6e\x65\x62\xce\x56\x3e\xda\x27\xf8\xf0\x6b\x65\xa9\x1c\x90\x7a\x07\xc1\x28\x2b\x33\xe0\xba\x40\xf2\x9d\xf8\xd0\x61\x65\xa6\xc9\x16\xf8\xba\xe3\xa1\x1d\x90\xe9\x88\xaf\x0c\x47\xdc\x78\x9f\x33\xe1\x68\x2b\x27\xf4\xf5\x73\x8e\x57\x26\x1c\x6d\xe5\xf4\xa2\x89\x83\x4f\x14\x61\x19\x8a\xca\xd4\x24\xc3\x1d\xe4\xe0\xf1\x38\x47\x98\x35\xaf\x8c\xfd\xa2\xda\xce\x59\x23\xcc\x77\x84\xfc\x55\xd1\x42\x01\x95\x61\x34\x62\xc4\x00\xbe\x72\xc1\x09\xa6\x46\xcf\x84\x5e\xac\x5c\x70\x82\x7f\x21\xe1\x95\x09\x7d\x5b\x19\xf4\x7f\x44\xd3\xae\x2c\x6d\x04\x32\xf0\x20\x97\xcd\xca\x8c\xc5\x2e\x90\x81\x17\x96\x35\x5e\xb9\x6a\x0d\x2b\x76\x99\xae\x45\xa6\xd3\xbf\xc0\x00\x9e\x4c\xc3\x90\xd7\x91\xdb\xe9\x8b\x25\xed\x56\x6e\x5a\xa8\x66\x68\xe2\xbc\xa4\x72\xf2\xd1\x23\x91\x1e\x7e\x90\xa8\xb8\x95\x51\xa8\x21\x78\x44\xb3\x69\xa1\xec\xec\x32\x4b\x1e\xaf\x6c\x3a\x51\x78\xde\x67\x14\x7c\x59\x0e\x49\x36\xf4\x45\x95\x93\x5d\x9b\xe2\x19\x44\x93\xfc\x95\x94\x07\x38\xbf\x23\x65\xf6\xe5\xea\xcb\x6f\x5f\x1c\x7c\x68\x35\xe2\x9c\x5e\x3e\x74\x58\x39\x74\x36\x02\x67\x83\x92\x54\x2c\xe0\x0b\x2c\xe0\x41\xe2\x9c\x95\x43\x5b\x79\x94\x47\xf0\xa1\xc3\xca\x52\x1e\x20\xf0\x8e\x44\x97\x29\x77\x4d\x79\x60\x53\x2a\xcf\xc6\xd0\x01\x18\x47\x38\x90\xb7\x7b\x65\x39\x3f\xe0\xed\x8e\xa4\xbb\x3c\xb4\x5f\x47\x23\x44\xd2\x5d\x1e\x3a\x87\x70\x7e\x48\xf7\xbd\xc4\xdc\xbd\xf2\x84\x89\x20\xb9\x31\x35\x0c\x40\x2f\x5c\x5b\x29\x37\x06\xcc\xdd\x25\xd4\x97\xdc\x98\x3c\xc1\xae\x49\xa7\x2e\x2f\x1d\x51\xb8\x31\xa4\xf7\x5d\xe2\xfb\x5e\x19\xca\x23\x49\xda\xc8\x8d\x01\x15\x78\x10\x37\xb2\xb2\x94\x07\x58\xbc\x23\x49\xda\x6c\xf5\x85\x52\xd3\xf2\x2d\xf3\xd6\x1a\x6e\x6c\xa5\x73\xe5\xb7\x06\x0f\x87\xc4\x75\x0e\x5f\x9d\x79\x78\x1d\x4e\x75\x23\x12\xee\x05\x12\xee\xe0\x63\x80\x25\x12\xee\x95\xf1\x0e\xdd\x69\x82\x83\x94\xfb\xef\x4f\x68\x07\xa7\x11\x93\x3f\x9d\x43\x80\xf3\x48\xf8\xbd\xf2\xa7\x0f\x1e\x6d\x90\x9c\x36\x47\xfe\x74\x0e\x3f\x9c\x43\x9a\xe0\x45\x2a\x00\x74\xdd\x25\x28\x7b\x0b\x99\x61\x57\x79\xb0\xbc\xb4\xce\x0b\x83\xbb\x0b\x74\xdd\x89\xc4\xc5\xab\x48\x3b\x14\x68\x07\xe7\xc1\x2e\x8c\xe0\x2e\x30\x79\x07\x89\x7f\x96\xf8\xbb\x57\x41\xce\x8d\x0f\x89\x56\x91\xaf\x02\x2e\xef\x20\x6e\x64\x15\xe6\xdc\x16\xb8\xbc\x23\xf3\xf4\x16\x29\x0e\xb0\x74\x47\xa6\x9d\x5d\xf8\x0e\x7d\x81\xb0\x3b\x31\x9e\xbd\xc4\xd2\xbd\x0a\x54\x00\x9f\x1f\xad\xc2\x74\xdc\x2a\xf9\xc5\x07\xd9\x17\x31\x7b\xab\xc0\x57\x21\x05\xfa\x12\x81\xf7\x2a\x05\xc3\xa0\x55\x54\x08\xa2\x58\xe5\xe8\x90\x60\x7d\xbd\x55\x18\x48\x5e\xa5\xc0\x46\xa4\xba\x11\xed\xf7\x2a\xc7\x37\x09\x96\xde\x5b\xa5\x6a\x18\x15\x07\x9b\x9a\xa8\x54\xad\xe1\x71\x40\x22\x53\x46\x95\xaa\x85\x82\xe2\xc8\x5a\xf9\xa6\xb3\x01\xed\x40\x98\xc7\x2a\xd2\x0e\x60\x07\x0f\x72\x16\xad\x22\xaf\x03\x24\xe0\x41\x60\xf4\x2a\xa6\xd5\x30\x6c\x25\x5d\x8b\xa2\x98\x54\x81\xff\xc0\xc7\x58\xab\xd8\x3f\x1f\xc4\xca\xd3\xa8\x28\xae\x63\xe3\xf8\xa0\xf1\x83\xae\x0f\xfa\xfd\xa0\x9a\x74\x44\xa1\x02\x9c\xc6\x52\x21\x30\x6f\x81\x16\x3c\x88\xdc\x5d\x25\x74\x6c\x00\xcc\x23\x41\xfa\x2a\xf2\x1f\xc0\x11\x1e\x39\x9e\xff\x66\xaa\x96\xd0\x76\x06\x4e\xb0\xf6\x4c\xca\xa3\x74\xac\x3e\xd5\x76\x91\x0f\x01\x0a\xf1\xa2\x88\x45\xe9\x3a\xa6\xc7\x67\x08\x16\xe7\x5b\x45\x7a\xa5\x74\xec\xb4\x7e\x35\xb4\x31\x50\x39\x59\x57\x7d\x68\xa7\x07\x8e\x29\x1d\xf1\x32\x34\x8c\xe3\x84\x14\x32\xcb\xae\x22\x95\x03\x4e\xf1\x20\xba\x65\x95\xa9\x63\x7a\x3c\x8d\xc2\xf7\x16\xab\x28\x72\x56\x8e\x8a\x29\x9d\x86\x45\x99\x5a\xe2\xa3\x57\x82\xd8\x91\x25\xba\xf1\x55\x26\xfa\x62\xdc\xb7\x2c\x9d\xe0\x85\x5f\xd1\xbd\x28\x4b\x87\x00\xd0\x0b\xd2\x2a\xae\xa2\x68\x16\x58\xc4\x4b\x57\x5f\x5b\x0b\x75\x5c\x89\x20\xb4\x74\x15\x45\xb3\xca\x71\x25\x92\x3b\x07\xbf\xb5\x95\xfb\x9c\xe0\xa2\xeb\xb7\xd5\xd7\xfb\xe0\x57\xbc\x48\xd2\x2b\xa0\x15\x0f\xa2\x33\x57\x79\xd5\x17\x9e\xa8\xf3\x35\xde\x2a\xaf\x56\xe3\x78\x19\x41\x74\xe6\x2a\x9f\x06\x7f\xbc\x8c\x28\x92\x6e\x8a\x66\x81\x71\x3c\xb9\x0e\x9b\xbc\x8e\xf2\x61\x18\x92\x6e\x9f\x76\xf9\x1b\x68\xa2\x74\x93\xca\x01\x19\x79\x14\x4a\x81\xaa\x18\x18\xc8\xc7\xa3\xd0\xc3\xa9\x04\xe7\x2d\x90\x8f\x17\x3e\x9d\x59\x62\x1c\x5f\x60\x18\x0f\xe2\x46\x56\x95\xd7\x51\x13\x3e\xc8\x38\x62\x25\x38\x6f\xd5\xa3\x47\x82\xc8\xc2\x55\x89\xe5\x58\x15\x58\x0e\xd2\x49\xae\x2a\xbd\x52\x8f\x2b\x11\xe4\x51\x5a\xe2\x15\x5f\x60\x0b\x0f\x96\xc9\x5b\xe2\x08\x5f\x35\x63\x84\x0c\xee\x56\xf9\x0f\x15\xc4\xb3\xc4\x72\xac\x2a\x35\x00\x4e\xf0\x20\x96\x63\xd5\xa2\x29\xe3\x1d\x3a\xd9\xf2\x57\xad\x9a\x72\x3d\x9b\x42\x6a\xa1\x25\x22\xf0\x55\x21\xeb\x89\x03\x5b\x55\xb2\x1e\x1c\xe1\x41\x1c\xd8\xaa\x0a\x3e\x81\x2e\xbc\x28\xb6\x57\xa5\x06\xc0\xfc\x1d\x84\x79\xac\x4a\x04\xde\xaa\xa0\x28\x24\xcb\xf2\xaa\x4d\xab\x71\x9c\x82\xa8\xb4\xce\xab\xc2\x48\x15\x61\xa4\x78\xd4\x64\x6a\x42\x5f\x3f\x10\xc5\xaa\xa6\x4d\xb1\x81\x26\xee\xb2\x34\x04\xb8\xbf\xa3\x6a\xf0\xae\xbe\xfc\xf6\xc5\x63\xe3\x5a\xa8\xa3\x06\x82\x38\x9f\x25\xc2\xef\x55\x03\x1f\x64\x92\xa1\x86\xf6\xeb\x88\xfd\x20\xe6\x61\xd5\xd0\x89\x0a\x9c\x28\x9a\x3e\x55\x72\x1e\xdc\xdf\x41\xa6\xc4\x55\xbb\xa6\xdc\xb1\x5f\x8c\x05\x88\xd5\x7b\x55\x48\x6c\x62\x54\x56\x1d\xda\x94\x23\xbc\xa3\xea\x3a\xb0\x74\xf4\xaa\x28\x1d\xdd\x35\x42\x09\xf3\x3a\xd0\x97\xa9\x49\x07\xe0\x8a\x65\x0a\x87\x3a\xb5\x1a\x08\x08\x11\x6d\xb2\x44\xe9\xbd\x2a\xc4\x32\x71\x23\xab\x4e\x6d\xca\xc4\x61\xd3\x4d\x51\xd6\xa2\x02\x66\x47\x1e\xeb\x55\x25\xb1\xc1\xf6\x1d\x95\x82\xa8\x2a\x35\x01\xe2\xef\xa2\x48\x67\x5d\x5a\xa8\x8d\xd5\xd0\x25\x92\x4d\x5f\x21\xb1\x2b\x3d\xb7\xba\xb5\x29\x47\x62\x47\xd3\x39\x54\xfe\x01\x74\xe1\xa5\x6b\xe5\x25\xcc\xc1\xfc\x1d\x04\x36\xac\xaa\xfc\x43\x05\x77\x61\xd7\xa6\xbc\x5a\x28\x04\x83\x9a\x2e\x91\x82\x41\x15\xe6\xbe\x22\x82\xe2\x02\x5f\x15\x12\xbb\xfd\xd3\xa4\xad\x3c\x12\x3a\x98\x86\x5e\x55\x9e\x00\xb8\xc0\x83\xa9\xe1\xd5\x24\x7b\x41\x0b\x9e\x14\xa5\x6b\x84\xd8\xad\x86\x88\x4f\xe3\xfd\x12\x17\xf8\x6a\x90\xbd\xac\xa8\xb6\x9a\x92\x0c\xa0\x09\x0f\x96\x4d\x5b\x4d\xb2\x17\x0c\xdf\x41\x2c\xc7\x6a\x0a\xd0\x80\xad\x3b\x94\x73\x6b\x32\xc1\x1b\x4c\x70\xbe\x84\x5e\x8d\x7c\x4f\xab\x81\xef\x29\x28\x6d\x1a\x11\x71\xab\xc1\x3a\x27\xef\xcd\x6a\x32\xc1\x41\xe5\x1d\xe4\x5e\x58\x4d\xe9\x02\x70\x79\x27\x3e\x92\x5e\x4d\x01\x9a\x06\xd9\xcb\x97\xd0\xab\x29\xf0\xdf\x8e\x18\x8e\x46\x8f\xb4\x29\x40\x03\x06\xef\xa4\x00\x8d\x28\xbc\x57\x83\xc4\x26\x91\xce\x6a\x4a\x17\xb4\x23\x86\x53\x30\x93\xd0\x14\xbb\x01\x9d\x77\xb0\xf0\xef\x6a\x7c\xb9\xbe\x40\xe7\x9d\x58\xa0\x61\x35\x22\xe2\x56\x03\x30\x9a\xcf\x9d\x57\x53\x32\x19\xcc\xdf\xa5\xff\x47\x06\x80\x25\x62\xf0\xd5\x8e\x6c\x4f\xf2\xec\x9b\x69\x94\xc0\xd2\x29\x93\x2b\x6a\xf0\xd5\xa0\x06\x08\x7c\x59\xcd\x74\x3e\x0c\x27\x98\x01\xbc\x26\x59\x0f\xfe\xef\x60\x55\xe3\xd5\x94\x32\x00\x15\x78\x62\x49\x88\xd5\xe4\x0d\xb4\x2b\xeb\x29\xdd\x9a\x6b\xf5\x8f\x63\x10\xac\x43\xbc\x9a\xb2\x09\xed\x68\x84\xd2\xff\x69\xd2\x94\xe1\x28\x84\x56\x3f\x74\x08\x02\x87\x80\x9e\xbd\xb8\xc6\x57\x83\x86\x20\x92\x66\x35\x85\x91\x1a\x62\x45\x7c\x1b\xbe\x9a\x12\x0d\x0d\x08\xbc\xa0\x90\x6d\x44\xe0\xad\x86\xf4\x3a\xcb\x4f\xac\x26\x4f\x00\x0c\xe5\x49\x9e\xa2\x18\xca\x57\xeb\xb7\x2f\x0e\xbe\xeb\xb6\x1c\x15\x13\x46\xeb\xa1\x49\xaf\x34\x84\x91\x94\x41\x13\xdb\xf8\x6a\x88\x15\xf1\xbd\xf6\x6a\x8a\x15\x81\x5e\x3c\x8c\xd2\xad\x29\x56\x04\xba\xf1\x14\xc1\x63\xa3\x6c\x02\x58\xc4\x13\xb9\xeb\x57\x53\x40\xa8\xad\xfb\x41\x2e\xef\xd2\x07\xd7\xb1\xb3\xc9\x43\xbf\x9a\xd4\x00\x08\xc2\x93\xfc\x07\x31\x84\xaf\x86\x9c\x80\x65\x35\x69\xbf\x8e\xb2\x08\x52\x26\xad\x26\x0d\xd1\x90\x13\x30\xc9\xc4\x57\x23\x7c\xd1\x17\x03\x0c\x4d\x86\x7b\x43\x40\x88\x75\x2e\x56\x53\x1a\x1a\x3c\xe2\x61\x12\x97\x8a\x15\xb5\x17\xe7\x50\xf3\x7a\xb5\xf2\xc7\xbc\x4f\x32\x8b\x9b\xac\x73\xf0\x8a\x27\x25\x79\xc5\x2b\xbe\x1a\xd2\x05\x26\xb1\xa2\x74\x01\x28\xc7\x13\xdf\xa1\x2f\x51\x8e\x2f\x83\x86\xe0\x63\xf3\x65\xca\x50\x1b\x0c\x77\xd2\x33\x2d\x53\xba\x00\x6c\xe4\xa9\x73\xa1\xc4\x46\xbe\xec\xb9\xc3\x50\xd3\x56\x13\xce\x21\xf1\x15\xa6\x58\x11\x38\xcb\x53\xff\x21\x77\x97\x49\xe5\x18\x02\x42\x2c\x10\xb7\x4c\x49\x06\x90\x96\x27\xa5\x86\xc5\x54\xbe\x0c\x68\xbf\x4e\x81\x6e\xa4\x33\x5c\x96\xb0\xcb\x14\x5f\xa6\x94\xb7\x21\x8c\xc4\x12\x71\xcb\x14\x46\x02\xa1\x79\x92\xb5\x67\x52\x54\x56\x30\x78\x9a\x8f\xc6\x57\x35\x0b\xdc\xe4\xa9\x6b\xca\x0a\xfc\x5b\x79\xff\xf7\x7f\x95\x14\x9e\xcb\x14\xda\x31\x60\x04\x3b\x6d\x44\xd1\x98\x2f\x43\xba\x80\x35\x5c\x97\x09\x6e\x04\x86\xf3\x30\x8a\x14\x23\x46\x70\x81\xb7\x3c\xf8\xd4\x69\x99\x54\x0e\xc8\xc9\x53\x67\x74\xc4\xa4\x72\x0c\x2a\x47\x99\x5c\x23\x7c\x70\x81\xc7\x3c\x08\x62\x5b\x26\x95\x63\x88\x15\x91\x76\x6a\x99\x74\x0a\x28\xcd\x53\xa7\x52\x34\xf9\x0f\x86\x24\x83\x51\x6e\x98\x32\xd4\x76\xd4\x4b\xb0\x98\xe8\x32\xe5\x1f\xec\x78\x19\x55\xa9\x46\x93\xba\x01\xdb\x79\xb0\x9a\xe8\x32\xe5\x1f\xc0\x76\x9e\x94\x6b\x36\xd3\x39\x84\xba\xe9\x5a\x5e\xd7\xca\x23\xf8\x64\x14\xb0\xa6\xe0\x13\xd8\xcf\x13\x79\x03\x96\xd8\xcf\x97\x21\x35\xa1\x10\xbe\xb9\x0e\x80\xbf\x68\xe2\x94\x95\xbc\x36\x44\x98\xf8\x30\x65\x99\x74\x8a\xc5\xed\x8b\xc3\x08\x9d\x43\xe8\x14\xe5\xb5\x2d\xb4\xbc\x47\xa7\x84\x22\xee\xd6\x75\xb0\xf1\x5a\xa8\xd3\x04\x37\xf9\x2a\x86\xac\x85\x42\xdd\xa6\xe4\xb5\x1d\xcd\x13\x7c\x1a\xb1\x44\xb3\xbe\x0c\xd1\x25\x52\x5c\x2d\x53\x42\xc3\xc6\xed\x8b\xc2\x41\xc9\x6b\xd0\xaa\x87\x4b\x02\x28\x79\x6d\x88\x2e\x09\xb3\x67\x8a\x2e\x19\xd0\x99\x24\xfe\x5d\xa2\x60\x5f\x06\x25\xa5\xa0\xb5\x4d\x9d\x8d\x79\x6e\x8a\x82\xd6\x26\xc8\x96\x1d\x67\x27\xf5\xae\xbe\x34\x0c\x04\x9e\x9c\x02\x56\x14\xec\xcb\x8e\xfe\x4a\x5d\x67\x63\x69\x5e\x88\x49\xb9\xe4\xa1\x62\x52\x60\x63\xcf\x8f\xce\x86\x54\x9b\x21\xa1\xe1\x92\x1b\x52\x6d\x20\x6e\xaf\x8f\x84\xb9\x54\x1b\x88\xdb\x83\xf5\xfb\x96\x88\xdb\x17\x88\xda\xc3\x25\x52\x94\xeb\x00\x51\x7b\x26\x05\xc4\x32\x85\xab\xec\x68\xbd\xfc\xcf\xfd\x52\x92\x1c\x9c\xee\xe1\x92\xa2\xf2\x8b\xc0\xe9\x5e\x1f\x1d\x00\x29\x44\x70\xba\x87\x30\x96\xe2\x74\x5f\xe0\x74\xcf\x4f\xfa\x6f\x58\xd5\x25\xca\xf7\x65\x2f\xe6\x46\x1b\xd1\x84\xe8\xb2\x17\x77\x8c\x36\xa2\xd8\xe0\x97\x7d\x77\x28\xdc\x18\xa5\x5d\xc0\xfe\x9e\x59\x74\x66\x99\xd2\xeb\x60\x83\x0f\xa7\x24\x75\xe9\x4b\x87\xbe\x74\xde\x4c\xd1\xc1\x2f\xd0\xc1\x67\xed\x99\xf8\xe0\x97\x23\xed\xa2\xd8\x9e\x0b\xec\xe5\x0f\xee\x18\x85\xac\x4b\x5f\x7a\xba\xa5\x8d\x38\x8c\xa4\xbe\xd2\xed\x4b\x4d\xae\x26\xcc\x8b\x6a\xdb\x95\x94\x07\xc1\x7c\x08\x8f\xe8\x82\x88\x81\x6b\xbe\x3e\xbc\x99\x2e\x55\xea\x50\xa5\x02\x1d\x3a\x9f\xb5\x2e\xcf\x38\x3a\xcc\xae\x8a\x96\x7e\x39\xb4\xac\x02\x5d\xae\x78\x9b\x23\x5f\xcf\xca\x85\xcb\xb3\x56\x23\xdf\xbe\xb8\xbc\xca\xc8\x78\xb9\x7d\xf1\x83\xf2\xf9\x40\x31\x5f\x05\xd8\x70\x41\xc4\x1c\xa1\xb8\x60\x3a\xc9\x15\x8a\x03\xfd\x7c\x7e\x28\x20\x5c\xee\x20\xf8\xe7\x43\x50\x2a\xf1\xcf\x2f\xf0\xcf\x67\x12\x14\x2f\x97\x6e\x06\x17\x7d\x15\x38\xc4\xe5\x0e\x82\x8b\x3e\x82\x90\x3e\xaf\x1a\xc6\xf1\x14\x33\xe9\x48\x96\x2b\x4a\x07\x9a\xf9\xfc\xd0\x2a\x12\xcd\xfc\x72\x28\x60\x05\x18\x5c\xc9\x1a\x3f\x0a\x37\x58\xf2\x70\xb9\xb4\x2c\x78\xe5\x43\x58\x1f\x57\xb2\x06\xbc\xf2\x99\xc5\x8a\x96\xf3\x15\xd4\x72\x83\xec\xe0\xd5\x73\xa5\xf2\x1d\x51\xba\xd0\x61\x53\x94\xce\x1d\x47\x94\x76\x80\x38\xe8\x97\x43\xcb\x06\x63\x0f\x2e\xcf\x0d\xf4\xf4\x11\x34\xa6\xdd\x35\x0c\xc7\x7e\x51\xa3\x8b\x69\x7e\x81\x5a\x3e\xb3\x60\xd1\x72\x05\xf0\x3c\x06\x9a\x38\x0c\xb9\x67\x1e\xf8\xa0\x6e\xa5\xd0\xcf\xde\x71\xd8\xa8\x2f\x45\x1b\xbf\xbc\x63\x53\x68\xc4\x78\xd7\x08\x11\xdb\x23\x33\xda\x72\x41\x9c\x41\x06\x9f\x1f\x5d\x3d\xc5\xf6\x7c\x18\x9a\x78\x36\x94\x72\x01\x19\x7c\xfd\xe7\x00\xc8\x73\x03\x39\x7c\x7e\x74\x89\xe4\xb9\x81\x1c\x3e\x58\x01\x72\xb9\xf4\xa5\x4f\xe8\x15\xc6\x54\x5c\xfa\x12\x8c\xef\x11\xea\x4b\x59\x7e\x30\xbe\xe7\x44\xdf\xd2\x15\xf6\xf3\x95\xd0\xc4\xc1\x2f\xcd\x0b\x61\x3f\x45\x10\x5c\x61\x3f\x5f\x1d\xbf\xe2\x2e\x4b\x95\x3a\x54\x29\x2b\xd1\x2d\xf1\xc6\x2f\xdf\xf7\x83\x3c\x6c\x02\x10\x3b\x14\x55\x68\x97\x85\xe6\x72\x68\xa3\x90\x80\x95\x7b\xe6\x48\xe5\x87\x04\xac\x74\x8a\x23\x4a\x27\x44\xb2\x7f\x1a\x21\xb4\x83\x00\xc4\x62\x80\x5f\x71\x14\x45\x4e\x49\x4d\xae\xa6\xf9\xff\x18\x3b\x7b\x64\xdf\x79\xe6\xb8\xe7\x5e\xc5\xb3\x03\x13\x20\x48\x02\x89\x13\xc7\xf6\x1e\x48\x0c\x58\xa5\x40\xd2\x5b\xaf\xa5\xfd\xbb\xd8\xf3\x9c\xfe\x1d\x55\x29\xb8\xc1\x0d\xee\x41\xfd\x89\xef\x99\x41\x4f\xa3\xf1\x15\x79\xeb\x75\xd2\x20\x5d\x50\x9c\x25\xc9\x66\x2f\x7c\xb0\x68\x78\x6d\xe7\x3b\xe9\xf5\x5e\x4e\x15\x75\x17\x51\xd7\x77\x7a\xea\x9c\x63\x3b\x76\x5e\x0a\xf0\xb5\x18\x6f\x43\x01\x7e\x76\xd9\x79\x68\xc7\x28\xc0\xcf\xae\xe4\x09\x87\xd5\x8e\x31\x97\x76\x7b\x1f\x74\x19\x2a\xb0\xb4\xdb\x2b\x2c\x9a\xce\x91\x49\xaa\xec\x7d\x38\x7a\xe8\x18\x73\xa9\xb2\x57\x58\x34\xa8\xb2\x4f\xa9\xb2\xf7\xe1\x4c\x5d\xe7\xa0\xd5\x3f\x63\xde\x87\x3d\x51\x07\xc0\x93\xec\x7a\xe7\xd8\xd9\x31\xcb\x92\x59\xaf\xc5\xd9\xf0\x0e\xa9\xb7\x37\x35\xde\x8c\x82\x4e\x5e\xa5\x7f\x07\xab\xce\xb1\x13\x45\xf6\xd9\x75\x64\xe2\x00\xd9\x61\x58\x49\xac\xbd\xfb\xe1\xc8\xd9\xb1\xd8\x92\x59\xef\x83\x66\x90\x57\x91\xcc\x7a\x83\x8a\xd6\xe1\xe0\x76\x01\x6a\x16\x68\x9b\x1d\x40\xad\x5f\x5a\x36\xc6\x11\xd1\x56\x9f\xd2\x56\xef\xc3\xbb\xb2\xc3\xb0\x92\xcc\x7a\x07\x20\xef\xd8\x5e\xa9\xa4\x77\x3f\xfd\x32\x3b\xf4\x5c\x09\xa6\xd7\xe2\xa0\xb3\x83\x9a\x49\x40\xbd\x5a\x3c\x75\x22\xa0\x3e\xbb\x92\xe4\x9c\xc1\x10\x50\x9f\xbd\x6b\xe4\x69\x06\x27\x9c\xae\x94\x0b\x67\xb0\xce\xa5\x14\x69\xab\x37\xcc\x72\xc7\x62\x4b\x30\xbd\x0f\xe7\x63\x3b\x49\xf2\x7e\x6b\x1d\xfa\x1c\xdb\x39\xab\x74\x9d\x55\xc6\xf8\x43\x02\x40\xe7\x28\xd3\x6f\xad\x45\x9f\x57\x3a\x19\x99\xfe\x9d\x6a\x1a\xb6\xbe\x43\xd1\xed\xca\xc8\x58\x10\x6e\x22\xbd\x3e\xfb\x77\x5e\x19\x9b\xed\x6f\xc7\x34\xf7\x34\xcd\x17\x1f\x64\xb0\x3e\x53\x3c\xe0\xfc\x76\xf0\xb6\x3e\x0f\xfd\xca\xdd\x86\xbd\xdb\x3f\xab\x3d\x38\x28\x74\x08\x58\x7d\xaa\x19\x8e\x8a\x3a\xf4\xdc\x1e\xaa\x0b\xdb\x11\xd4\x15\x59\x97\x3f\x08\x3d\xb7\x7f\x87\x90\x01\xa9\xb7\x03\xc5\x75\x1d\x4a\x2c\xa6\x33\x91\x79\x9f\x7d\xa9\x2e\xd3\x65\x3a\xb6\xbe\x7f\x87\x90\x01\xdf\xb7\x2f\x6c\xe2\x77\x08\x69\xd6\xcc\x9a\x1d\x37\xd0\x97\x9a\x81\xed\x20\x8f\x23\xc5\xf7\x86\xe7\xeb\xa0\x74\xfd\xd5\x68\xb0\xd5\x81\xe2\xfa\xab\x49\x61\x2d\x72\xb4\x90\xcc\xfb\xd8\xbc\xd5\x07\xb4\xad\xf1\x39\x8f\x01\x15\x78\x70\xb4\x90\x18\x7c\xb5\xdc\xcf\x44\x01\x7e\x4a\xf1\x7d\x58\xb2\x6e\x0e\xfc\x8a\x14\xdf\xab\xdf\x86\x9b\x83\xf4\xfa\x28\x1a\x28\xc7\x01\xc8\xbc\xcf\x51\xf4\x41\x1b\x88\x01\x01\x6b\x7c\xce\x62\x10\x23\x0e\x98\xbb\xe3\x3b\x14\xb4\x62\x97\x33\x70\x1e\x52\x80\x1f\x84\x8f\x83\xc4\x90\xc4\xe0\x1b\xfc\xd1\x41\xe6\x5d\x8a\xef\x63\xb3\x81\x40\xe6\x7d\x8e\x5d\x1f\xf4\x7e\x1e\x50\xa9\xc6\xae\x49\x31\x76\x3e\xc8\xfe\x48\x0c\xbe\xc1\x3a\x1d\x38\x8f\xd1\x54\x97\x8d\xec\xc0\x79\x48\xf1\xbd\x41\x48\x1d\x16\x4d\x9b\xa3\xa9\xf1\x95\x5f\x31\x86\x4d\xb3\xcc\x7c\x01\xc5\x8d\x2f\xbc\xaf\x75\xa3\x88\x49\x39\xd4\x0c\xa3\xc5\x03\x6e\xd6\x38\x34\x5f\xce\x78\x0e\xfc\xca\x38\xbe\xba\xe0\xfb\x0e\x72\x38\xd2\x89\xaf\xd5\xd8\xf9\x20\x29\x3f\xbe\xf0\x7e\x58\xd6\x6d\x0e\x90\xb3\xa1\x70\xdf\x8a\xb6\x13\xdd\xf8\x39\x4e\xd5\xe5\x38\x60\xc0\xdc\x95\xa4\xfc\x20\xf4\x19\xf8\x95\x71\xa9\x2e\xc6\x90\xa4\xfc\xf8\x3c\xc4\xb0\x44\xf9\x1c\x78\x08\x29\xbe\xd7\x6a\x93\x32\xa0\xe7\x8e\xae\x0f\xfa\x28\x88\x02\xfc\x1c\x9f\xb3\x18\xd6\x6e\x9b\xc8\xbc\x4f\xc9\xbc\x0f\x02\x8b\x31\xa8\x6b\x64\x5d\x1e\xde\xc1\xc2\xbe\xd5\x2f\x36\x2c\xf4\xdc\x71\xeb\x83\x6c\x3d\x02\x77\x29\xc0\x0f\x3f\x5f\x39\x07\xde\x61\x3c\xfa\x20\x5b\x8f\xbc\x8a\x64\xdd\x1b\x01\xd3\x20\x29\x2f\xed\xf6\x51\xd8\x44\xe0\x52\xd2\x72\xaf\xf0\x11\xd1\x72\x9f\xd2\x72\x1f\x50\x66\x07\x44\xdb\xf1\x99\xfc\x51\xd8\x5f\x93\x85\xfd\x05\xea\xd5\x3a\x56\x73\x4c\x36\xd1\xd4\xf0\xda\x71\x0c\x38\xb8\x23\xb2\x19\x9e\xca\xd8\x29\xfa\xe2\x80\x6a\x03\x3b\x80\xac\xc6\xe7\x0d\x2a\x2c\xc6\x01\x64\x35\x04\x59\x55\x63\x7b\x03\x17\x30\xd6\x77\x08\xb7\xca\xec\x1c\xb8\x80\x21\x17\x50\xd8\xcb\xd8\x79\x89\xc1\x0f\xeb\x82\xcf\x41\x36\x66\x2c\xd5\xc5\x2c\xc3\xdc\x1d\x6f\x55\x91\x57\x14\xf7\x3a\xc6\x9b\x75\xb9\x85\xa0\x4b\x43\xe8\x52\x75\x04\x36\x38\x3f\x48\x37\x7e\x58\xa0\x6d\x0e\x18\x56\xe3\xd5\xf0\x3a\x06\xb8\xf1\x0e\x12\x87\x1f\x56\xf8\x9e\x37\xcc\x5d\xe9\xc4\x57\xd8\x99\xb7\x15\x37\xe7\x2d\x17\x50\x9d\xe0\xbd\x21\x00\xdc\xdf\x51\x62\x60\x1c\x90\x94\x9f\x92\x94\x1f\x10\x6d\x11\x86\x9f\x77\xd5\xaf\x7c\xe3\xea\x86\x4d\x7b\x7f\x91\xff\x60\x1d\xde\x18\xf3\xbb\xbe\x2a\x72\xe3\xa1\x51\xdd\xb2\xf3\x56\x3b\x9e\x37\x34\x2a\x09\xc1\x0f\x96\xcd\x0d\x68\x72\x2b\x3a\xaf\x8e\x47\xef\x46\x5d\xb2\xbd\xd5\x61\xf1\x0d\x9e\x22\xcd\xf8\x61\x21\xb3\x79\x63\x60\xa5\x11\x3f\xaa\x09\x6c\x37\x99\xf7\xfb\xf8\x22\x07\x36\x2c\x9a\xf1\x53\x9a\xf1\xa3\xda\x57\xde\xa4\x41\xa4\x11\x5f\xa1\xb1\xde\x5c\xd4\xbb\xd3\x2c\x3b\x7f\x7e\x93\x5a\xbf\x4f\x35\xc3\xd9\x98\x9b\x70\xff\x96\xc5\xae\x3e\xfd\xde\x70\xa5\xa4\x11\x3f\xea\xf5\x87\xa1\xea\x8d\xd5\x96\xe2\xfb\xa8\xb6\x02\x37\xf9\x8e\xfb\x92\x7b\x3b\x29\x62\x55\x5d\x72\xa5\x36\x46\x37\x64\x5b\x89\xc1\x0f\x2b\xb1\xcd\x1b\x5b\x2f\x31\xf8\x61\x11\xda\x79\x43\xb6\xbd\xe5\x06\xac\xc4\x36\x6f\x58\x56\xd2\x89\x1f\x7e\xea\x73\xde\x1c\x14\xee\x9e\xcd\xf0\x10\xe3\x06\x24\x06\x3f\x2c\x42\x3b\x6f\x52\x21\x12\x83\x6f\x85\xd1\x27\xbd\x7e\x0f\x2d\x1d\x9f\xec\x6f\xf0\x9b\xfb\x56\x20\x68\xc3\x77\x73\x86\xb8\xe5\x21\xac\xdf\x36\xd1\x8d\x9f\xb7\x3c\xc4\xbe\xf1\x2b\xfa\xf5\x1d\x0a\xc6\x6e\x60\xf2\x26\xdf\x71\x3f\x59\x97\x1b\x0f\x65\xf6\x7e\xbe\x45\x00\xf9\xf5\xe6\x24\x70\xeb\x24\x50\xf9\x15\x04\x2c\x29\xc0\x0f\x0b\xa7\xcd\x1b\x90\xe6\x9e\xb2\xa4\x36\x97\x37\x6e\x40\x8a\xef\x63\x77\x9c\x7d\x93\xd4\x90\xe2\x7b\x85\xc7\x7c\x03\xd2\x48\x01\xbe\xfe\x9a\x2f\x4e\x02\x77\x7c\x8b\x7b\xdf\xf9\x15\x8b\x2d\x64\xc2\x1c\x30\xa1\x00\x3f\xef\x50\x33\x76\x3e\xc8\x2c\xc7\x52\x91\xbb\xbc\x68\xc6\xd2\xc8\xdb\x43\xdc\xe4\x20\x24\x06\xdf\x88\xce\x6f\x88\xb6\x52\x80\x1f\xb0\x69\x6f\xc2\xfd\xfb\xd5\x07\xb1\x02\x24\xe5\x6f\x9d\x04\x76\x8c\x2c\xb4\xad\xfb\xd5\x12\x75\x08\x7e\x63\xeb\xa5\x1b\x3f\x76\x1f\x8e\x1f\x60\xa4\x47\xb6\xde\x52\x6b\xf3\x21\xdc\x7f\x36\xfd\xca\x1e\x1d\x71\xf8\xf9\xc8\xa0\xef\xc6\xc0\x1e\x68\x5b\x8f\xc2\x7d\x8b\xa6\xcd\x07\x5e\xec\x53\xf4\x41\x83\xa0\x0f\xe8\xbe\x74\xe2\xeb\xee\xc8\xf2\xe1\x6e\xf8\x53\xb5\x89\xbc\x53\x1e\x62\xfa\xa7\x6a\xbe\x06\xbf\x9a\x14\x85\x3e\xb8\xbb\x68\x51\xa4\x66\xd8\xf3\x3d\xb8\x01\xa9\xcb\x8f\xdd\xb1\xef\x03\x84\xff\x7c\x31\x7c\xab\xe6\xed\x3d\xe4\xd0\x9f\x2f\x50\x1f\x50\x66\x1f\x50\x9f\x47\xa8\xcf\xfe\xab\x28\x28\xfa\x56\x94\x45\x10\xe7\x43\xa2\xfc\x39\xf4\x41\x6f\xbd\x07\xca\xac\xd4\xe5\xab\x95\x0e\xe7\x43\xca\x5b\xea\xf2\xc3\xba\x63\x13\x49\xf9\xf9\x9c\xfa\xa0\x59\x71\x0f\x5c\xa9\xe7\x33\xfb\xc3\x32\x61\xf3\x01\x8c\x7f\xbe\x40\xbd\xe1\x9b\x1f\xdc\x80\xd4\xe6\x87\xdf\x74\x9f\x0f\x60\xbc\x84\xe7\x9b\x25\x57\xe7\x83\x9d\x7f\xae\x6c\xfc\xe9\xa2\x9b\xa2\x6f\x52\xfc\x5a\xf9\x44\x6d\x7e\x3e\x32\xe6\x90\x5f\x1f\x50\x9f\xe7\xb3\xeb\xc3\x0f\x75\xce\x07\x30\xfe\xf9\xc2\xfb\x56\x19\x43\xec\xbc\x34\xea\x87\x15\xc4\xe6\x03\x18\x2f\xb9\xfa\x56\x9d\xd0\x78\x30\xe6\x8f\x8c\xb9\x5f\x8e\x98\x0f\xa8\xcf\x33\xbe\x65\xd3\xec\x9b\x91\xaf\x9f\x8f\xec\x3c\x94\xd9\x07\xae\xd4\xf3\xd9\xf5\xe1\x47\xa7\xe7\x03\x4e\xff\xdc\x4d\x75\x1d\x2e\xa2\xcb\x0a\xf7\x1b\xbb\x12\x9c\x5e\x22\xf7\x8d\xcb\x3d\x0f\x60\xfc\xf3\x68\x01\xb0\x2b\x09\xf7\x1f\xd9\x79\x4b\xad\xcd\x87\x0c\xb5\xf4\xf0\x87\x1f\xcf\x9c\x0f\x76\xfe\x11\x76\xd3\xd8\x7a\x20\xee\xcf\xfc\x8c\x5e\x65\x6d\x90\x86\x7e\x84\xdd\x34\x23\x23\x0f\x16\xfb\x11\x76\xb3\x3b\xa4\x43\xf4\x7e\x3e\x5f\x4c\x3f\x2c\xc2\x35\x1f\x62\x7a\xe9\xdf\x8f\x83\xfd\x05\x07\xf7\x09\xad\x5e\xc7\xf4\x0f\xc6\x5c\xa2\xf7\xe3\xf0\x89\xf4\xe1\x5e\xdd\x23\x80\xc6\xca\x68\xf3\x01\xa0\x79\x04\xd0\x70\xd5\xe9\x81\x68\x2b\x69\xfc\x71\xd0\x78\x88\xb6\x92\xca\x1f\x07\x53\x89\x31\x7f\x64\x96\xa1\xcc\x4e\xcc\xf2\xdc\xb2\xae\xd3\x45\x07\x45\xa7\x8a\x86\x8b\x2e\x8a\xbe\xa9\x44\x99\x67\x02\xd0\x48\x0f\xbf\xee\xbf\xea\x5a\x14\xa9\x19\xee\xd7\x84\x2b\x25\x59\xfc\x81\x5a\xce\x24\x27\x20\x59\xfc\xba\x3b\x62\x9e\xb8\x00\x69\xdf\x8f\x83\xc6\x93\x13\x98\xca\x09\x58\x9e\x7c\xa2\x85\x3f\xa5\x85\x5f\xb9\xe5\x82\x16\xfe\x94\x16\xfe\x80\x9e\x3b\x91\x07\x91\x16\x7e\xdd\x3d\xcb\x93\x43\xc2\x94\x77\x38\x8e\xfe\x67\xa1\xea\x84\xf3\x2b\x69\xfc\x81\xc0\xcd\x24\x65\x20\x69\xfc\x6a\xad\xd3\x39\x41\x7d\x24\x95\x5f\x77\x9f\xde\x90\xca\x9f\x92\xca\x1f\x48\xd5\x4c\x50\x1f\x49\xe5\x57\x4b\x94\xcf\x09\xe7\x57\xaa\xf9\x03\xf2\xeb\x84\x80\x25\xd5\xfc\x01\xf9\x75\xe2\x57\x24\x7a\x3f\x20\xbf\x4e\x74\x40\xa4\x7f\x5f\x77\x1f\x4a\x26\x27\x8f\x99\x7e\xc5\x87\x12\xf4\xf0\xa7\xf4\xf0\xc7\xe1\x08\x0c\x3d\xfc\x39\xe5\x72\xfc\x8e\xd1\x44\xf4\x7e\x4a\xf4\x7e\xf8\xc9\xcd\x39\xc9\xc9\xce\x4b\xcf\xb4\xdb\xd9\x4f\x38\x4c\x73\xe8\xd9\x77\x6f\xf5\x09\xea\x2e\x75\xf9\x61\xfd\xb6\x39\xc1\x54\xa6\x30\x95\xdd\xf9\xdf\x49\x9c\x3d\x65\x9a\x4f\x96\xe9\xf8\x55\xd7\x52\x91\xc7\x10\xd3\x2c\x21\xfa\x71\x1a\xf5\x99\xe8\x65\x48\x78\xbe\xee\x4c\x0a\xb7\xa1\xa7\xf2\xa4\x3b\x93\x02\x18\x2f\x21\xfa\x81\xca\xc6\x04\x89\x91\x10\x7d\xdd\xcd\x00\x41\x88\x7e\x4a\x88\x7e\xc0\x98\x9c\xe0\xf4\x12\x9e\x1f\xd0\x22\x27\x56\x5b\xba\xf1\x03\x5a\xe4\x04\x8c\x97\x84\x7c\xdd\x3b\x45\x7c\x70\xde\x2a\x72\xe3\x41\x62\xa4\x13\x3f\xfc\xd6\xe5\x9c\x90\x87\xa6\x0c\x3a\x04\xc7\x09\x79\x48\x12\xf2\xe3\xf4\xc9\x6d\x22\xa3\x31\x43\xbe\x99\x31\xc4\xa0\x4b\x37\x7e\x58\x39\x6f\x4e\x68\x40\x73\x65\xe3\xdd\x65\x68\x40\x53\x70\x0b\x54\x45\x74\xe3\xe7\x94\x41\x47\x7b\x61\xc2\xd8\x91\xa4\xfc\x38\x7d\x20\x99\x58\x6d\xe9\xc4\x0f\x48\x87\x13\xc4\x7d\xbe\xf2\xb2\x8e\x7d\x03\xc6\x4e\x28\x98\x46\x1c\x20\x00\x4e\x42\xc0\x09\xf7\xb4\xd0\x8d\x9f\xd2\x8d\x1f\xd6\xd0\x9e\x01\xc3\x35\x3e\x2b\x3d\xfc\xd6\xe5\x0c\x4c\xb3\x74\xe2\x87\xf5\xef\x66\x40\x63\x95\x4e\x7c\xdd\x1d\x31\x07\x89\xd7\xf8\x8c\xec\xb8\x8c\x74\x22\x0e\x3f\x25\x0e\x5f\xb9\x13\x86\x38\xfc\x0c\xc1\xea\xdc\x5e\x0f\x58\x34\xf1\xd9\xdb\x71\x19\x70\x45\x37\x7e\x4a\x0c\x7e\x5c\x06\xad\x83\xec\xaa\x14\xe0\x07\x82\x7a\x28\xc0\xcf\x10\x40\x7e\xd9\x87\x05\xa4\x97\x10\xa6\x02\xcd\x2e\x88\x98\xe3\x50\xc0\xe4\xf9\x8a\xe3\xd7\xaf\x34\xbc\x06\x69\x90\x79\x9f\x21\x3c\x9b\x9b\xbc\x01\x7d\x25\x4e\xd5\x65\x74\x24\x60\x82\x4a\xe6\x7d\xf8\x59\xc5\x19\xe0\xd9\x52\x7c\xaf\xd6\x3c\x9f\x41\x32\x34\x04\x7f\x5c\x36\x0e\x28\xc0\xcf\x10\x68\x0d\xd1\x2b\xb0\x87\x12\x87\x1f\xb0\xb9\x82\x2b\x04\x52\x7c\x1f\xdc\xb9\x0c\x72\x97\xd2\x6e\x1f\xd0\xa8\x82\x28\x56\x5a\xee\xb5\x31\x95\x44\xb1\x21\x03\x0b\x21\x0a\x2d\xf7\x29\x2d\xf7\xd1\x59\x1b\x58\xd1\x10\x24\xd1\x7d\xd0\x0a\xd8\x99\x12\x68\xaf\x8d\x05\x40\xc6\x33\x04\x49\x20\x4a\x88\x60\xfb\x94\x60\xfb\xe8\xb4\x10\xde\x48\x7c\xa6\x71\x74\x16\x1b\x3c\xcb\x78\x64\x52\x68\x3c\xa6\x52\x02\xed\xa3\xd3\x0c\xf0\xec\xf8\x02\xda\xc6\x3d\xe3\x20\x39\x29\x99\xf5\xc1\x45\xa2\x00\x92\x90\xec\x7a\xe5\x2a\x21\xb2\xeb\x33\x64\x2a\xe1\x14\x05\x68\x85\x14\xd9\x47\x77\xa4\x12\x98\xca\x10\xee\xc0\xbd\x9f\x00\x99\x96\xcc\x7a\x03\xd6\x09\xc8\x94\xb1\xb2\xf1\xde\x29\x80\xd6\x21\x48\x02\x5a\x0e\x8a\xec\x33\x64\x2a\xbb\x63\xa9\x80\x88\x12\x9f\xd5\x1c\x5c\xd1\x09\x4c\x65\x28\x8a\xed\x46\x10\x02\xf8\x59\xe2\xec\xb5\xd9\x57\x06\x19\x48\x89\xb5\x0f\x58\x34\x88\xb5\xcf\xb5\x69\x34\x7c\x8c\x59\x64\x20\x97\xc8\x8d\x5c\xac\x44\xc7\x7d\x2e\x19\x58\x6e\xb9\x2c\xd0\x0a\x49\xbc\x0f\x6e\xb9\x2c\xac\xe8\x2a\x59\x97\x3f\x48\x06\x72\x09\x92\x80\x7b\xb3\x80\x24\x96\x20\x09\x6b\xab\xcf\x05\xe1\x70\x09\x99\xee\xb6\xf3\x0b\x8e\xca\xaa\x5a\xa2\xc6\xce\x11\x6b\x9f\x12\x6b\xaf\x9c\x63\x11\x6b\x9f\x12\x6b\x1f\x7d\xfc\x61\xa8\x8a\x96\xfb\x94\x96\xfb\xe0\x12\xfd\x82\xc5\x28\x59\xf7\xca\xe1\x78\x91\xd6\x5c\xc2\x39\xa0\x01\xa1\xe5\x3e\x97\x4c\xf3\x30\xc0\xb0\x30\xcd\x92\x79\x1f\xb0\x76\x16\xa6\x59\x02\xed\x63\xf8\x64\xbf\xc0\xcf\x57\xd3\x0a\xf6\x91\x7a\x91\x85\x94\x0a\xfb\x80\x9a\xb3\xc0\x39\x96\xe2\x51\x0b\xb6\xcf\x05\x1f\x51\x82\xed\x03\xfe\xcd\x82\xdd\xb2\x3e\xdb\x3e\xe0\xdf\x2c\x90\xf0\xf5\x19\xf4\xda\x1c\xe0\x2e\x58\xff\x12\x68\x1f\x5c\xfb\x58\x50\x15\x97\xa8\x8a\x5c\xa1\x45\xb0\x7d\xae\x73\xa9\xc8\x8b\x00\x08\x44\xaa\xec\xd5\x82\xed\x73\x11\xfb\x4a\xa0\x7d\x70\xb7\x63\xc1\x47\x5c\x9f\x47\x18\x5c\xbc\x45\xb0\x7d\xae\x6b\x7e\x1f\x34\x76\xbe\xf0\x10\x4b\xe8\xc8\x60\x55\x21\x39\x21\xed\xf6\xca\xc5\xdb\x45\x5a\x53\xda\xed\x83\x1b\x21\xab\xff\xfa\xe0\xfa\xe6\x8b\x49\x01\x1d\x91\x96\x7b\x6d\xce\x86\xa3\xe5\x3e\x97\x5c\x0e\x5c\x9f\x45\x32\x74\x7d\x2e\x66\xc0\xf5\x59\xf8\x95\x25\x74\x84\x1b\xaf\x0b\x14\x7c\x89\xc5\xc8\xfd\xdf\x05\x3a\xb2\xd2\xaf\x74\x7e\xc5\xf0\x0a\x05\x87\xeb\x83\x02\xfc\x5c\x9f\xf7\x69\x9c\x80\x17\xc0\xc9\x52\xe0\xde\xb0\x02\x10\x1c\x97\x1c\x15\x34\xa0\x05\x8b\x46\x92\xf2\x63\x38\x10\x44\x52\x7e\x2e\x61\x2a\xc3\x41\xe7\x02\x3b\x5f\x8f\xb6\x03\xab\x97\x14\xea\x52\x0a\xd5\xaf\x3b\xce\x45\x0a\x75\x09\x6e\xf1\xeb\x8e\x73\x11\xb8\x2f\x39\x2a\xc8\x3c\x0b\xaa\x8c\x74\xe2\xc7\x70\x20\xb8\x08\xa6\xa5\x1b\x5f\xb9\xf2\xbc\x08\xa6\x25\x21\x5f\x36\x3f\xb9\x38\x17\x79\xcd\xf5\x39\x92\xaf\xcc\x03\x0c\x74\xb2\x96\x16\x29\xa6\x0f\xcf\x22\x11\xf9\xef\x67\x6e\x24\xda\x11\x52\x91\xaf\xdc\xb0\x5e\x7e\xf6\x7a\x2e\xb9\x16\x6e\x58\xbf\xf8\x8f\x77\x2b\x2a\x6a\x2e\xaa\x14\x65\x65\xde\xcf\x2f\xe0\xc9\xfb\xf9\x92\xaf\xec\x72\xd9\xa0\xec\xcd\xb2\x9f\xf1\x7f\x21\x47\x4a\x2d\xbe\x1e\x4e\xa1\xbc\x00\x21\xaf\xf8\xf1\x16\x60\x9f\x2f\xc9\x4d\x09\xcb\x97\x0d\x9e\x0d\xca\xf2\x53\xca\xf2\xd5\xea\xfc\xf3\x25\x48\x7f\x4b\x36\xc4\x96\xfb\x05\x25\x91\xca\xfc\x57\x56\x5d\x46\xe7\x3e\x2f\xf2\x95\x79\x50\xc0\xc3\x5f\xe1\xe1\xe0\x5a\x2f\x5a\xa9\xaf\xfc\x84\x15\xff\xe7\x0b\x10\x22\x75\xfa\xb2\x41\xc3\x41\x93\x7e\xbe\x7b\xd6\x66\xef\xfe\xc2\x72\x91\x5e\x7d\xd9\x20\x50\xbf\x78\x91\xb7\xe5\x37\x1d\x09\xbf\xc0\xe5\x92\xa1\x6f\xa0\x2b\x2f\x24\xc9\x37\xdd\x08\x43\x49\x1a\xf6\x3d\x72\xc2\x1d\x25\xbf\x40\x1e\xaf\x20\x8f\xc3\x0b\x0f\xc9\xfa\xf9\x1e\xd9\x10\xa3\x17\x2f\xd9\xd6\xf7\xc8\x75\xee\xbd\x88\x9e\xfd\x94\x9e\x7d\xb5\x28\xf9\x44\xcf\x7e\xbe\x67\xb6\xc4\xfb\x14\xd5\xfa\xf9\x9e\xd9\x12\x7f\x11\x57\xf2\xea\x02\xd9\x06\xb1\xe6\x85\x5f\xf9\x8a\x5f\x79\xd8\xa5\xbd\x1c\x29\xde\x6b\xcf\x9f\xb9\x73\x10\x61\xa4\x91\xff\x95\x9d\x2e\xa3\x73\xd7\x9b\x65\x6e\x0a\xe9\xd1\xb7\x6b\x56\xe1\x2e\xbd\x1c\x2b\xde\x9e\xbf\x63\x30\x11\xa4\x7b\x47\xcd\x32\xd7\x87\x9c\xe9\xfb\x1d\x3f\x1a\xf9\x2c\x94\xf7\xe7\x3b\xb2\x3a\x5b\xe5\x17\xd1\xd2\x77\x68\xc6\x1d\x8e\xbe\xe4\x41\xdf\x3b\x7b\xc7\x36\xe6\x68\x21\x59\xfe\xb2\xf9\xe1\xc4\x89\x2e\xff\x94\x2e\xff\x57\xe6\xa6\x60\xce\xdf\x27\xbf\x69\x4f\xfa\x72\xd5\xf8\x7d\xb4\x2e\xd9\x06\x50\x1f\xdf\x99\x93\x40\x33\x39\x43\xbc\x33\x3f\xe9\x53\xe4\x8b\xd9\x96\x36\xff\x57\xe6\xa6\x60\xb7\xdf\xc8\x6f\xb2\xb5\xc0\xc9\x25\xa4\xdf\xf6\x5f\x45\xf4\x3c\xb2\x77\xf6\x48\x2f\x24\xc7\x57\x24\x47\x30\x59\x94\xf4\xe7\xbb\xb2\x36\x43\x3f\x2f\x14\x17\xa9\xea\x7f\x65\x6e\x25\xbe\xe0\x5d\x59\x1d\xfb\x07\xac\xfc\x7d\x55\xdd\xf1\x87\x34\x81\x97\xe4\xe7\x2b\x89\xba\x0d\xf6\xc9\x0b\xf4\xf2\x8a\xec\x78\x60\xdf\x38\x6a\x48\xbd\xbf\x6c\x7e\xf4\x3d\x36\xf3\x59\x62\xdb\x6a\x96\xed\x2e\x3b\x28\x7b\xb2\xec\x70\xd9\xa2\x2c\xbf\xf9\x73\x4a\x8d\xcd\x19\xd0\xd8\xd2\xb4\x9b\x9d\x12\x9b\x0f\x15\xb1\x95\xfc\xe6\x8f\x45\x8d\xcd\xa4\x96\xd8\xd2\xb6\xfb\x29\xc0\xd8\x2a\xed\xac\xf9\xcd\xea\xb6\xf8\xf0\x10\x9b\xe8\x8b\xfb\x4f\xe8\x15\x9b\xaf\x0b\xc7\xf6\x59\xf9\x66\x50\x2f\xb6\x4a\x0f\x76\x4d\x6d\xdd\xdd\x73\xbf\xac\x1d\xdb\x2e\x7b\x74\xba\x03\x3e\x1e\xc4\x96\x66\xbf\xfe\x78\xc2\xd8\x4c\x7b\x8c\x6d\x97\x65\x34\x21\x2a\x78\xd6\x20\xf4\x8c\xc1\x57\xe6\xea\x1a\xd5\xb5\xac\xce\x1d\x68\x8c\x57\xcb\x31\x39\x3c\x26\x07\xe3\x9c\xb6\xdd\x6c\x99\xd8\x0e\xe6\x2e\x0d\xb8\x39\x31\xb1\x1d\x34\xf3\xc8\x6f\x9e\x6e\xca\x49\xf7\xce\xfc\xdd\xe5\xfa\x4e\x7e\x77\xe6\xdc\x5d\x1e\x16\xa3\x3b\xb1\x09\xdd\x39\x7e\x8e\x98\xc1\xc3\x07\xb1\x9d\x59\xdd\xcf\xd6\x8b\xcd\x0f\x31\xc5\x76\xe5\x27\xbb\xab\xbb\xf8\xe4\xa5\x4f\x76\x0f\x66\xa7\xe7\x3d\x7b\xde\x3d\x09\x9d\x9e\xf7\xec\xc1\xe0\x77\x8c\x66\x5a\x70\x3f\x28\x18\x5b\x67\x82\xd2\x82\xfb\x05\xe3\xd8\x06\xab\x6f\xfc\xfd\x4d\xd7\x37\x58\x7d\x43\xab\x6f\x78\x30\x07\x3d\xbf\xd5\x4c\xb3\x4b\x62\xbb\x99\x73\x05\xea\x47\x77\x6d\x37\x73\x90\x16\x7c\x67\xff\xdc\xcc\xc1\x7d\x67\x19\xbf\xa3\x07\x4f\x56\x57\x5c\xdd\x43\x75\x42\xd2\xad\x9c\x11\xbc\x9c\x10\xdb\xa3\x68\x6b\x78\x0a\x1e\xc6\x4b\xcf\x23\x6c\x7e\xd0\x2f\x36\xe3\x43\xa1\xf7\x11\xaa\xc5\xe7\x83\xf7\x11\x62\x4b\xbb\xef\x40\x3e\x78\x20\x21\xf2\x81\x84\x6d\x67\xdb\x4d\x5a\x32\xb3\x25\x6e\xff\x64\x23\xcf\x95\x3f\x73\x75\x41\x4b\x44\x79\x3c\x31\x6f\xa6\x3c\xc6\xa6\xcc\xe9\x89\x75\x0b\x46\x59\x4f\x24\x6c\x7b\xf3\x90\x04\x4b\x4f\x9c\x47\x6b\xd3\x07\x6f\x24\xc4\x96\x8e\xc4\x71\x58\x6c\x8b\x7e\x7f\xde\xa2\xb5\xcd\x23\xb9\xa8\x6d\x3d\xf9\x33\xf7\x6d\x51\x9b\x58\x8f\x16\xae\x8f\xcd\xac\xc7\xd8\xe4\x2b\x4e\xac\xec\x4b\x65\xd2\x95\xdb\x1c\x3a\xc4\xf6\x32\x6f\x6f\xd6\xc6\xee\x7f\x59\x25\xe9\x0d\xec\xb0\xa3\xe0\x0d\xf4\x1a\xc2\x57\x76\xb8\xac\x53\x36\xd4\xb9\xe1\x22\x8f\x49\x29\x39\xdf\x36\x0c\xc5\x09\xcf\x28\xe9\x0c\x30\xc1\xc5\xc2\x11\xa1\x47\x09\xbe\x32\xff\xce\x08\x4d\xe8\x95\x82\x6a\x99\x92\xe0\x95\x82\x28\x69\xb9\xfd\xa6\x5e\x94\x9d\xea\xf6\x33\xcb\x2e\x97\xdd\x94\x3d\xdf\x27\xed\x5e\x8a\x19\x2c\x51\x32\x28\xff\xd5\xbb\x46\x4b\x9a\x5a\x52\xdd\x48\xdf\x42\x8d\x22\xc3\x6d\x7d\x93\x28\x4e\x50\x86\x1e\x26\x28\x9b\x39\x2c\x51\x1a\xb5\x89\x36\x79\x56\x2a\x63\x28\xd3\xde\x5b\xdc\x2d\xca\xc1\xec\x1c\x35\xcb\xdc\x01\xec\x7d\x39\xb2\x3a\x5a\x79\x50\x9d\x38\x90\x4e\xe6\x45\x39\x19\x4a\xe9\xc5\x6d\xa6\xb8\x04\x8f\x0b\x44\x49\x73\xdf\x76\x0f\xa5\x39\x2e\x51\xce\x95\x65\xee\xc2\x45\x33\x33\xbc\xf6\xa3\x8c\x51\x2e\x16\x91\xd8\x8c\xbf\x7a\x77\xb1\x18\x84\xe3\x9c\xbf\x7e\xc5\xa0\xa4\xb9\xf7\x4b\x89\xc1\x03\x03\x51\xd2\xdc\x1b\x0d\x8b\x62\x32\x4b\x94\x34\xf7\x7e\xbf\x30\x0a\xe6\x5e\x4f\x0a\x94\xcd\xc4\x94\x28\x83\xc1\x1c\xb9\x88\x4e\xff\x6e\x30\x2a\x23\x27\xe8\xf2\xef\x6e\x56\x8a\x70\x19\xbf\x95\x15\xe5\x66\xa0\xd3\x15\xf8\x25\xbd\x28\x37\xd5\xdd\x59\x9d\x03\x98\x62\x21\xd0\xd0\x6b\x04\xd5\xb9\xcc\x28\xb8\x82\x92\x01\x7b\x63\x67\x3d\xb4\xe4\x51\x4b\x0e\x8a\xf8\xe2\x93\x53\xe0\x2f\x3e\x8c\xf3\x93\x5f\xb4\xeb\x2c\x93\x59\x4d\x9b\x6e\x54\x24\x0a\x36\xbd\x64\xbc\x6e\x78\x23\xca\x64\xf1\x7d\xa1\x7b\x6b\xfb\xfe\x47\xd1\x6e\x94\x60\xc8\x42\x33\x7b\xb0\xcd\x83\xbe\xa7\x39\xb5\xe8\x5b\x14\xcc\x69\x59\x59\xa3\x27\x6f\xd1\xc1\xc4\x5a\x8e\xdd\xe3\xf2\xb2\x90\xde\xac\x6e\x77\x27\x5e\xaa\x7b\xef\x2c\xf3\xa0\x61\x4f\x4b\xda\x53\x3f\xd1\x14\xd5\x48\x4c\xd4\x84\x5b\x0e\x07\x7d\xd5\x50\x7e\xe8\x45\x80\xc6\x2e\xa9\xce\x7a\x46\xdd\xfe\xfe\xe4\x4f\x75\xbc\x03\x10\x35\x6d\xad\x03\xfd\xa8\xd8\xda\x9a\xb6\xd6\xcf\x19\x45\x35\xc1\x30\x6a\x06\xd7\xc7\x4f\x9a\x22\x6a\xa5\x99\x5f\x9c\xdd\xda\x0f\x7e\x10\xd5\xe9\xcd\xa8\x89\x9b\x10\x9b\x56\xe3\x26\x51\x85\x9b\xf8\xb5\x82\xa8\x04\xd7\x35\x2d\xfb\x61\x8f\x80\xe2\x7f\xa4\xe2\xff\x46\xac\x58\x2d\xcf\x1c\x35\x81\x13\x3f\xbe\x17\x15\x1b\x2d\x21\xff\xea\x67\x0e\xa2\x36\x06\x25\x71\x13\xa2\x29\xe4\xfb\xa3\xa6\x21\x26\xbe\xa9\xe6\x83\x44\x6d\x2b\xcb\xdc\x4c\x5f\x2f\x0d\xc9\xfc\xb7\x76\x78\xea\x30\xc4\x35\x03\xef\xc3\xeb\x1d\x71\xff\xa8\x19\x78\x5b\x1c\x2c\xaa\x81\xfb\x90\xd0\x7f\x6b\x4c\xcf\xc1\x80\x25\x3a\x42\xa4\x82\xbc\x7f\xd4\x8c\xc9\x4f\x3b\xa7\x4a\x4c\x5e\xf5\x6a\xea\x66\x7d\xb0\xa8\x86\x4e\x42\xcf\x00\x34\x03\xf4\x51\xb1\xdf\x35\xe1\x91\xb3\xb8\xba\x8b\x85\x29\x92\xa2\xc1\xfb\xa8\x98\xef\x9a\xe6\xfb\x74\x07\x2e\x86\x39\x81\x93\xb3\xba\x21\x9d\xf5\xa5\xbb\xa9\xa7\xed\x1b\x0f\x03\x44\x4d\xd3\xee\x67\x65\xa2\x12\xc9\xd7\x7e\x66\x99\xfb\x8d\x69\xaf\x19\xad\x9b\xbc\x12\x75\x50\x9d\xa0\x78\x73\x17\xa2\x0e\x86\x32\x31\x95\x93\xcd\x4a\xb4\x5e\xd3\xb2\x9b\x52\x12\xf5\x66\xc6\xd3\x7c\x63\x87\x2b\xe6\xbb\x26\xa8\xe2\x97\x4f\xa2\x3e\x74\x2f\x81\x13\x0b\x60\x45\x7d\x18\x4c\xc5\xdd\x7e\x9a\x21\xea\xc3\xf4\x48\xbe\x6d\x3b\xed\x80\xea\xc3\xba\xfc\x42\xf0\x7a\xda\x0e\xa3\xda\x1f\x35\x31\x95\x5f\x5b\x64\x52\xdb\xcc\xda\xdc\xb9\x49\xc7\xf5\xc4\xd8\xe6\xe7\x39\xa2\x62\x84\x6b\xc2\x2d\xbf\xe6\x8e\x08\xba\xa6\x81\x36\x7f\x24\x2a\x06\x5a\x7a\xff\x5f\x99\x27\x21\xe8\x5d\x86\xd0\x66\x90\x44\x5d\x0c\x74\x02\x2e\x67\x77\x7d\x8b\x85\x29\x5c\xde\xb4\x8e\xa8\x8b\xd5\x97\x78\xcb\xaf\x51\x79\x59\x0e\x8a\xa1\x2f\x07\xf3\x95\x18\xba\xa6\x3f\x38\xd9\xac\x2f\x83\xf9\x6a\xf5\x5d\x3e\x56\x54\xfc\x41\x4d\x9b\x7f\x79\xb7\xee\xd8\x7c\xbd\x00\x50\xad\x27\x15\xbb\x53\xb4\xb1\x67\x78\xed\xd7\x1d\x02\x71\xff\xd8\xbf\x70\xba\xfa\xbd\xf2\xd8\x0b\x5f\x2c\xf9\xc5\xcb\x45\x3b\x45\x4d\x45\xc3\x45\x17\x45\x4f\x56\x46\x19\x95\x89\x6a\x68\xfa\x49\xec\xbe\x41\x1a\xbb\x52\xbb\x7e\x3c\x21\x50\xf7\x0f\xa9\xfb\x57\x3f\x9e\x10\xa8\xfb\x87\xd4\xfd\xeb\xe5\x9d\x8a\xba\x7f\xec\xe9\x41\x7e\xff\x2c\x28\x5b\x59\xc6\xef\x68\xc8\x77\x16\xa8\x7e\x8f\x21\x76\x3c\xc8\x9e\x18\x8c\x39\x32\xb1\xef\xb4\x44\x24\x44\xbf\xd5\x10\xbb\x49\x88\xb1\xcb\x81\x5c\x76\xf0\xbb\x33\xbb\x21\xad\xff\xef\x8b\x6e\x08\xce\x65\x4f\xe4\xc6\x2f\x28\xc4\x0e\x72\xb3\xeb\x00\xf0\xfb\x67\x4c\x76\xfa\xa4\xab\xb9\x25\xa6\x28\xc6\x9e\x3e\xe9\xb2\xa9\xe1\xd5\x80\xd8\x8f\xbf\xab\xf3\x37\x0f\xaa\x3b\x64\x9a\xbd\x39\xf6\x83\x61\xfe\xe2\xfd\xb2\x5d\x07\x65\xf4\x2e\x01\x1f\x93\x79\x62\x3f\x19\xcb\x44\x60\xcc\xe6\x09\xd4\xfc\x43\x6a\xfe\xf5\x57\xc7\x09\xc9\xf7\x34\xf7\x97\xad\xd7\xde\xf9\x64\xaf\x59\xe6\xdf\x61\xd3\xf7\x0c\xc9\xfd\x50\x67\xec\x9d\xea\x7a\x56\xe7\x41\xe9\x2c\x06\x99\x74\x2b\x7b\xc5\x3e\x98\x1e\x3d\x08\xb6\x99\x80\x13\x3b\xd8\x8c\xd4\xfc\xeb\x65\xf0\x0c\x35\xff\xd8\xd3\x13\x74\x47\x97\xfb\x60\x0a\xc6\xca\x32\x2f\x59\x3c\xc1\x9e\xe0\x4c\xb7\x33\xde\x6f\xaa\xbb\xb3\xba\xf3\xcf\x62\xdd\xfd\x66\x38\xa5\xad\xb6\x75\xf6\x38\xd0\xcd\x2e\xe8\xc6\xea\x5f\x81\x74\x7f\xec\xe9\x5e\x3a\x1b\x19\x1f\xb2\x67\xc0\xee\x07\x47\x63\x9f\x7c\x72\xe6\x27\x3d\x09\xf8\x89\x5d\x7e\xc2\x2a\x5e\xb1\x4f\x86\x6c\x6a\xce\xbb\x0f\x92\xa8\xf7\xc7\x9e\x7e\xa2\xb3\x13\x82\x39\x0f\x59\x52\x73\x78\x62\xc7\x4f\xec\xe9\x0b\xac\xd0\x1b\x3b\x98\xc9\x9e\x41\x7e\x67\xfa\x08\xf2\x77\x61\x26\xa6\x8c\xc5\xfe\x32\x43\x6f\xcd\x9f\xb9\x29\x18\xf5\x3d\x81\x91\xce\x4e\x78\xf9\xe4\x9b\x9f\xfc\x99\x82\xe6\xb4\x69\xb4\x8c\xe3\x4d\xc9\x89\x06\x2e\xd2\xc4\x5e\xbc\xec\xe8\x1a\x71\x7c\x4b\x00\xdd\x4f\x99\x46\x33\xf1\x26\x5a\xc6\xf8\xdd\x4e\xb7\x99\xbf\x18\x2d\xe3\x78\xbf\x07\x1a\xad\x50\xdd\x17\xd2\xb7\xc3\x2e\xa4\x39\x37\x1a\xad\x66\x2b\xbb\x7b\xe0\xfc\x67\xb4\x04\x38\xfc\x4a\x67\xa0\x78\x1f\x2d\x0d\x9c\x95\x4e\xa3\x35\x7e\x97\x56\xcc\x7a\xa6\xd1\xb0\x62\x2d\xb1\x0a\x73\x54\xa2\xf9\x7e\x7d\x48\xe4\xbe\x39\xa7\x1a\xcd\xb9\xc5\x68\x09\x55\x0c\x9b\x68\xa4\xed\xa3\xa5\xa5\xb2\x72\x4b\x34\x2c\x55\x3b\x6b\x96\xb9\x29\x27\xcd\x4c\xac\xc2\xdc\x91\x68\x17\xdd\x4b\x3c\xc2\x9a\xe8\xd1\x08\x68\x9b\x6e\xdd\x60\xa9\xd0\xb0\x8f\x96\x86\xd1\xaf\x35\x46\xbb\x98\xbc\x4b\x06\xc2\x4a\x9e\xd1\x2e\x9b\xaa\xd6\xe5\xb7\x8c\x8b\x36\xeb\x63\x45\x4b\xac\xc2\x9c\x8e\x68\x9d\x96\xf4\x6c\x89\x07\xac\x33\x28\x09\x55\x8c\xcb\xb5\x11\xd0\xb6\x44\xa6\x07\xab\x76\x30\x3f\xe3\xce\x32\xf7\xc0\x1a\x59\xd1\xc6\x77\x36\xf0\xfd\x8a\x68\x58\xbf\x96\xb1\xae\xb5\x2d\xa3\x81\x5a\x4b\xf0\xbe\x71\x7e\x6e\x20\x15\xed\xb3\x83\xed\xb0\xbf\x6e\x37\x43\x99\x48\x85\xd9\x1b\xd1\x40\x2a\x24\x8e\xdf\x0e\x16\x03\xc1\x73\x4b\x3c\x7b\x30\x94\x0f\x13\x9e\x96\xcf\xfc\x8d\x68\x0f\xfd\x16\x8c\x51\xfc\x02\x63\x34\x50\x6b\xe9\xe1\x37\x0e\xf2\x6d\x32\x94\x42\x31\x8a\x35\x57\x02\x15\xfc\x68\x33\x3f\x59\xdc\x94\x60\x5d\xca\xf4\x15\xbf\xb4\x18\x0d\xd3\x27\xdd\xfb\x52\x36\xb6\x16\x68\x71\x13\x97\xa4\x58\x26\x25\xd0\xb4\x8f\xb6\xf2\x77\x86\xbb\xdb\x62\x7e\x24\x59\x5c\xcc\xd3\x88\x86\xed\x6b\x6f\x7e\xd3\x66\xb8\xbd\xf4\xe1\xcd\x3e\xd8\x89\x22\x5e\x1f\xc7\x96\x7d\x30\x60\x84\x7a\x7d\x1c\x5b\x7e\xd3\x88\xc3\x61\x5e\x48\x1c\x9f\xb1\xfb\xca\x4e\x97\x05\x65\x59\x9f\x23\x12\xb4\xed\x43\xda\xf6\xe5\x3b\x80\xba\xac\x51\xf6\x39\x27\x93\x5c\xe3\x20\x7b\x78\x94\xfc\xa4\xbd\x13\xc2\xf7\x71\xd4\xfc\xa4\x33\x57\x07\xd6\x4f\xa2\xf8\x5f\x99\xbb\x50\xe9\x42\xcd\x6f\x7a\x07\x1d\x80\xd0\xc7\xae\xd5\x42\xcf\xc9\x03\x4a\xd0\xbe\x14\x3f\x26\x18\x07\x48\x85\x14\xee\x6b\xaf\xfc\x6c\x51\x94\xb5\xd9\xe2\xa0\x7e\x1f\x52\xbf\xff\xca\xfc\x3b\xec\xf0\xd1\xb2\x3a\x9f\xdf\x0e\xe0\xe4\xa3\x65\x75\x1e\x30\x40\x0c\x89\xdc\x57\x33\x75\xe3\x20\x7b\x78\x7c\x61\x65\x29\x66\x48\xc4\x01\x88\x71\x7c\xd6\xba\x1d\xcc\x1c\x18\x86\x04\xf0\x2b\x31\x00\x02\xf8\x21\x01\xfc\xef\x8b\xfc\x8c\xc5\x20\x89\xfb\x62\x65\x9a\x38\x4e\x26\x5c\xec\x0f\x3f\x08\x10\xc7\x49\x6d\x67\xd6\xf6\xb3\x9c\x91\xa4\x0f\x49\xd2\xd7\x6e\x8b\x8f\x24\x7d\x1c\xb2\xf8\xc5\x2a\x28\x81\x26\x7d\x48\x93\xfe\x2b\xe3\x93\x0f\x65\x53\x9f\x74\xfb\xb1\xf8\x87\x70\x8a\x62\xe1\xb8\x38\x3a\xed\x17\x97\xb0\xb3\x77\x7c\xd3\x32\x0e\x59\x75\x22\x18\xa4\xe7\xe3\x18\x9b\x8a\x3c\xa1\x84\xb4\xc7\xc8\xca\x6c\x4b\x0f\xb0\x69\x29\xd4\x7f\x65\xee\x37\x06\xff\x10\x82\x51\x0a\x23\x09\x36\x2d\x21\xfa\xe6\x67\xbf\xe3\x20\xdf\x78\xdc\x39\x24\x0e\xbc\x0f\x72\x8a\x47\xda\x52\x6b\x98\xc5\x01\x24\x7c\xcc\x6c\xca\x1f\x0a\x1e\xc4\x41\x94\x79\x28\xca\xec\x3e\x74\x1c\x44\x99\x47\x9a\xe1\xc2\x7e\x9c\xb4\x66\xe6\x2a\xb2\x47\x3b\x48\xf5\x1d\x91\xeb\xd9\x6e\xeb\x08\xa6\x21\xb2\x3a\x4f\x2c\xf9\x3c\xe9\xd0\x7f\x3f\xfb\xb1\xb4\x08\xd1\x87\x84\xe8\x2b\xe1\x1b\x42\xf4\x21\x21\xfa\x4a\xf4\x86\x10\x7d\x1c\x69\xd7\xcd\xfd\x08\x94\xe8\x43\x4a\xf4\x5f\x99\x3b\x80\x5d\x3f\xde\x9c\x75\xa3\xef\xc7\xcb\x12\x13\x11\xd0\x8f\x11\xc4\xf1\xd2\x37\x11\x01\xfd\x36\x5d\x1c\xa4\x01\x0f\x3d\x5d\x5b\x8a\xe1\x0d\xc4\xe8\x43\x62\xf4\xd5\xa2\x8b\x81\x18\x7d\x9c\xe9\x0c\xe0\x84\xa0\x46\x1f\xa7\x48\x82\x05\x4e\xc8\x89\x33\x38\xd3\xe0\x5b\xb2\x28\x4e\x30\x0c\x89\xcc\xd7\xee\xe3\xe2\x09\x86\x71\xa6\xbd\xb7\x45\x3c\x4d\x12\x0c\x89\xcc\x7f\x9b\xce\xb5\x11\xed\x9e\xe9\x0b\x7c\xe9\x38\xd0\x96\x8f\x33\x7d\x81\x45\x50\xe2\xc4\x17\x48\x4c\xfe\x2b\x73\xcf\xc1\x1c\xce\xb4\xf7\xdd\x3f\x23\xe9\x78\x0a\x73\x28\xbe\xba\x1b\x27\x98\xc3\x29\xcc\xa1\x33\xcc\xc4\xd6\xd2\x90\x2f\xc5\x37\x63\xe3\x6c\xfc\x4c\x17\xe0\xfd\xa6\x42\x9c\xa4\x01\x25\x1a\xff\xfd\xcc\x43\x89\xe1\x96\x6a\x7c\x29\xd5\xf6\xe6\x04\x20\x90\x8c\x7c\xf5\xfb\x6a\x81\x8c\x7c\x48\x46\xfe\xfb\x99\x5b\x02\x23\x44\x92\xf2\x5f\x99\x9b\x82\xe5\x96\x5a\xfc\x57\xe6\xf1\x22\x24\x97\x3c\xfc\x57\xe6\xfa\xfc\x6c\x79\x9c\x32\xdd\xc3\x80\xd6\x49\x66\x51\x22\xf0\xa5\x54\x23\xd3\xe7\xc5\x42\x11\xa7\xcf\x42\x96\x81\x2a\x7c\x9c\x57\xd6\xe6\x6d\x7c\x5e\xcc\xea\x95\xeb\xd2\xf6\xed\x84\x64\x22\xf5\xf8\x06\x5a\x7f\xe2\x0d\xce\x2b\x5b\xe2\xa0\xe1\x04\xb5\x3e\xbb\x16\x83\x23\xf2\x93\xa4\xa3\x84\xe0\x4b\xb1\xbe\x4a\x9c\xa0\x18\x52\x86\xaf\x1c\x98\x50\x86\x8f\xb3\x67\x6d\x6c\x3a\x28\x26\xa7\x48\x82\xa5\x1a\xdb\x39\xb1\xf9\xe7\xc8\xea\xd8\x3d\x24\x16\xcf\x3b\xa7\x95\xc5\x47\xdc\x2d\x9d\xf7\x52\x76\x36\x2b\x86\xfd\xbc\x57\x96\x79\xa0\x1f\xda\xa2\xe0\xba\xec\x2c\x23\x72\x84\x29\xbf\x5e\x20\x99\x9c\xc0\x0a\xa7\x60\x05\x5f\x16\x88\x93\xe0\xfa\x4c\x5f\x61\xf1\x93\x38\x27\x93\xa0\x67\x47\x0a\x2c\x13\x74\xdb\x23\x75\xdb\x87\xe3\xf5\x13\xda\xc7\x29\xda\x07\x47\xc5\x13\x5f\x20\x9d\xf6\xca\x49\xf1\x0c\xc6\x24\x23\x72\xb8\x29\xa8\xb3\x87\xd4\xd9\x1b\x79\x96\x13\x37\x71\xa6\x9b\x80\xb6\x82\x3c\x7b\x48\x9e\xfd\x2b\x73\xbf\x17\x53\x97\xce\xc0\xba\x29\x71\xe2\x0c\xce\x95\xdf\xa4\x07\x2f\x3d\xf8\x6c\x7f\x23\x3f\x73\x92\xa8\x3c\xdf\xec\x81\xc3\x94\x13\x0c\xe3\x14\x86\x31\xd8\xe3\x84\xff\x67\x86\xff\xbb\xf7\xf8\x05\xef\x43\xca\xea\x5f\xd9\xe9\xb2\x83\xb2\xac\xce\xc1\xe0\x05\x68\x7d\x6d\x1a\xb0\xc2\xcf\x6c\x4a\xaf\xcf\xf6\x37\xf8\x1b\x17\x29\x4c\xa9\xa4\x97\xb2\x3b\x8a\xbf\x80\x37\x52\x36\x7d\x38\x63\x8f\x6c\x7a\x5c\xe9\x0c\xfc\x76\x60\x5c\x50\x07\xa5\x93\xfe\x95\xb9\x73\x38\x83\x2b\x83\x7f\xdf\x22\x8e\x0b\xdc\x5a\x9a\xe7\x95\x73\xfc\x45\x0a\xf3\xda\x73\x56\x1d\x18\x5c\xf0\x03\x2f\xf1\x03\xad\xc3\x1a\x17\xe7\x82\x2b\xfd\x84\x1f\x24\x0c\x54\xd0\x43\x2a\xe8\x8d\x14\xd9\x05\x3d\xf0\xca\xd8\xdf\xca\x2b\x71\x91\xc1\x94\x4a\x79\x29\xf0\x8a\x2e\x1c\x85\x64\xcb\xbf\x32\x37\x05\x0c\x46\x12\xe6\x75\x30\x5e\xf8\x90\x2b\x7d\x08\x34\x99\x0b\x47\x71\x29\xc2\xf7\xb5\x8e\x40\xee\x3c\xae\xe3\xef\x96\xfc\xec\x90\xeb\xa4\x36\xc9\x69\xf9\x5e\x47\x5c\x24\x30\x2f\x25\x30\x4b\xb3\x1b\xbf\xf0\x05\x12\x38\x6f\xe4\xf8\x50\x35\x8f\x2b\xdd\x84\xb5\x5e\xe2\x82\x64\x72\x5d\x35\xcb\xfc\x3b\x7c\x81\xc4\xca\x4b\x69\x8c\x33\x90\xf6\x25\x48\xdb\xaf\x62\xc4\x45\x2a\x52\x6a\xe5\xa5\x58\x09\x26\x2e\xd0\x99\x4b\x71\xfc\x18\xe5\xbf\x46\xba\xb5\xfe\xb7\x81\xee\x05\xe3\xf0\x4a\x4f\xd1\x9c\x74\xb8\xa0\xa0\x48\xf8\xfc\x2b\x73\x63\x70\x07\x52\x3a\x2f\xa5\xd9\x36\x5c\xa0\xda\xd7\xc8\xc6\x78\x34\x81\x75\xae\xa1\xee\x19\x15\xb9\x48\x6f\x5e\x79\x38\x20\xcb\x7f\x01\x6a\x5f\x77\x8e\xa6\x73\x0e\x17\x00\xcd\x25\xc2\x5e\x25\x5b\x77\xc1\xca\xbb\x64\x8a\xaa\x1f\x39\x7f\x51\x4f\x7a\x9f\xad\xfd\xaf\xbf\x76\xab\xe5\xbe\xcb\xc1\xe0\xbb\xf4\x96\x10\x2f\x59\xbf\xdc\xcc\x7b\x57\x6e\x3b\x3f\xc7\xf1\x2e\x93\xbb\xde\xd5\x5a\x96\xb5\x9f\x32\xcb\x80\xbe\xeb\x8b\xab\xbe\x53\xc3\xcf\xef\x5e\x9b\xb7\x57\xb7\x10\xbe\xb2\xfa\x53\x76\x53\xa6\x54\x2b\xbf\x32\x8b\xf1\x15\x43\xdd\x0a\xa1\xef\xeb\x23\xca\xfb\x4e\xbd\x15\x70\xfe\x94\x04\xbf\x91\xc4\x62\x71\x3d\xc1\x6f\x3e\x37\x63\x69\xcb\x17\xfa\xf9\x2b\xba\x79\xb1\x2e\x63\x79\xcb\xcf\x48\x95\xb7\xd4\x1c\xa9\xed\xf8\xaf\x0b\xef\xfb\xcf\xbf\xde\xff\xf8\x1f\xff\xfb\xff\xdc\xff\xf8\xbf\xf7\xbf\xae\xbf\xe6\x7f\xfe\xf3\x9f\xeb\xdf\xfe\x23\xfe\x65\xfe\xc7\x5f\xff\xf3\xfb\xeb\x5f\xb1\xde\x7f\xf9\xb7\xf5\xcf\xf5\xff\xfe\xfd\x3f\xff\x39\xd7\x5f\xff\xf8\xf7\x7f\x7c\xbf\xd2\xbf\xff\x1f\x00\x00\xff\xff\xaa\xf1\x6a\x04\xb3\xc9\x03\x00"); +func _badg ()([]byte ,error ){return _c (_egce ,"ETenms-B5-H")};func _gdea ()([]byte ,error ){return _c (_bgd ,"CNS2-H")};var _ege =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\xbd\x4d\xab\x36\x3b\x96\x25\x36\xcf\x5f\x71\x86\xed\x41\x3b\x43\xdf\x12\x98\x03\xa6\x9a\xc4\x35\xe8\xb2\x71\x76\xd9\x06\xe3\x41\x7c\x28\xca\x17\x5c\xf7\x26\x37\xb3\x06\xf5\xef\x8d\xd6\x8a\x67\xad\xc8\x82\x86\xf3\x4e\xce\xab\x27\x22\x24\xed\xad\xad\xad\xfd\xad\x3f\xfe\xc3\x3f\xfe\x97\x7f\xfc\xf5\x97\xbf\x7d\xfd\xf1\x7f\xfb\xfd\xb7\xf3\xcf\xf3\x6f\x5f\xf7\x2f\xbf\x5e\xbf\xcf\xbf\xfe\xf6\x6f\xbf\x9f\xf3\xeb\x98\xff\xf2\xcb\xaf\x7f\xf8\x43\x88\x5f\xd7\x2f\xe7\xdf\x3e\x4d\xfc\x39\xff\x75\xff\xcb\x1f\xfe\xb0\xbe\xff\xf3\xbf\xff\xf5\x6f\xf3\x5f\xff\xf1\xd7\xfb\xb7\xaf\xc4\xf7\xae\x7f\xfb\xcb\xf3\xee\xd7\xd7\x1f\xff\xf7\xf9\x2f\xbf\xfc\xf5\x6f\xbf\xff\xfb\xd7\x7f\xfa\x9f\xaf\xdf\x8e\xf9\x3f\x7c\x5d\xf3\x5e\xbf\xff\xaf\xbf\x5f\xf3\xf7\x5f\x7e\xfd\x97\xaf\xff\xf4\x0f\xff\xf4\xe7\xa0\x9f\xff\xfc\x6f\x7f\xf9\xcb\xff\x37\xff\x75\xfe\xfa\xb7\xaf\x86\xdf\xe6\xaf\x17\xfe\xfe\xe1\x8f\xff\xf0\x5f\xf7\xbf\xfc\xd3\xfe\xaf\xf3\xeb\x8f\xff\xfc\xeb\x2f\xff\xf0\x4f\x7f\xfe\xcf\xff\xfc\xdf\xfe\x94\xe2\x7f\xfe\x5f\xf0\x18\x4f\xff\x8f\xf9\xfb\x5f\x7f\xf9\xed\xd7\xaf\xf0\x3f\x6e\x61\xf8\xe7\xff\xf6\xef\x7f\x99\x5f\xe1\xe9\xe5\xff\xfa\xe7\x7f\xfc\x2f\x5f\xff\x77\xf8\x0a\xdb\x57\x2c\x65\xa4\xff\xe7\xf9\xfd\xff\xfc\xaf\xbf\x5d\xf3\x6b\x63\x2b\x70\xfe\xe7\x6f\xd7\xfc\xeb\x5f\xf6\x73\xfe\xbe\xff\xfa\x2f\xf3\x0f\x5f\x5f\xff\xd3\xf6\xfc\xfb\x5e\xff\x0d\xdb\x9f\xfe\xf4\xa7\x3f\x7d\xaf\x29\xfe\x87\x37\x3f\x1d\xfc\xfa\xdb\xdf\xae\x79\xf3\xb7\xbf\xff\x76\xfd\x0b\xf7\xf7\x57\x58\x5f\xbf\x5f\xfb\x43\xd8\xb6\x67\xf4\x5f\xae\xf3\xff\xdd\x7f\xff\x7c\xb8\x6f\xeb\xed\x4f\xa3\x7c\x7f\xc5\xba\xa9\xd9\xbe\xbf\x42\xeb\x6a\xf6\xef\xaf\x90\x5a\x6e\xfa\x61\x7c\x7f\x8d\xaa\xd6\xf9\xfd\x15\xf2\x96\x87\x7e\x58\x13\x19\xe5\xd3\x3c\xb6\xef\xaf\xd8\xd5\xf9\x11\xbe\xbf\x62\x88\x6a\xae\xb1\x82\x5e\x3e\xd7\xb4\x7a\xeb\x1a\xfc\x0c\xfc\x41\xc3\x9d\x1d\x3f\x0c\xf5\x70\x0e\xfe\xa0\x11\xce\x7d\xfd\xd0\x37\x81\x77\x45\xbe\xa1\x3e\xae\xc4\x1f\xb2\x7e\x68\x6b\x52\xea\x61\x6e\xec\x41\xd3\x9a\x81\x3f\x24\xfd\x80\x59\xf4\xd7\x27\x83\x6f\x68\xe2\x93\xb3\x48\x9a\xe7\x3c\xf9\x89\x06\x9d\x17\x7f\xd0\x1b\x77\xe4\x0f\xea\xe3\x4e\xfc\x41\x13\xbf\x31\x4f\x01\x76\x73\x16\x59\xb3\xb8\x39\x8b\xe8\x2e\x39\x8b\xe8\x37\x38\x8b\xf8\x59\xcc\xb0\x3d\x18\x2f\xfa\xe1\x81\xf5\xd3\x47\x08\x44\x5f\x1f\xfa\x81\xd3\xda\xd4\x47\xd8\x89\xcf\xa0\x1f\x0e\xbe\xa1\x4f\x22\x7f\xd0\xd4\x43\xe6\x0f\xd9\x3f\x9c\xec\x23\xe9\x87\x07\x3d\x9a\x58\xe1\xb0\x49\x9d\xd6\xa7\x53\xfd\x70\x5e\x9c\xa9\x26\x76\x4e\xce\xe3\x83\xf3\x70\x71\x65\x83\x46\xb9\x48\x5f\x22\xd7\x70\x3d\x8b\xa0\x3e\xae\x4c\x8c\x69\xa6\x57\xe5\x0f\xee\x83\xcb\x10\x3d\xca\x83\x75\x77\xfa\x60\xfd\xb3\x90\xb1\x70\x1e\xa9\xe8\x87\x07\xeb\x7e\x83\xc3\xa6\xa6\x1f\x08\x6d\xd2\x1b\x95\x9f\xa4\xa4\x1f\x38\x6c\xd6\x0f\xad\xf0\x8d\x0f\x41\xc5\xfe\xa0\x30\xeb\x87\xe7\x93\xcf\x62\xc7\xb3\x72\xb3\xeb\x93\xb3\x7d\x7f\x15\x21\x30\xae\xcd\x55\xb4\x0f\xe2\x79\xac\xa6\xa0\xc0\x02\x0c\x7d\x7b\x8d\xf5\xf4\xd3\x77\xda\xf2\x9b\x31\xa4\xed\x3f\xf0\x95\xb4\x9d\xef\xa1\x32\x08\x31\x0d\x01\x9c\x0b\x7f\xa8\xcf\x7a\x87\x79\x4c\x2e\x5e\xd7\x0f\x37\xf1\xac\x37\xce\x67\x27\x6f\xfa\xe1\x41\xda\xb3\x9a\x71\xdb\xd6\x7a\xa7\xfa\x01\x38\x6e\xa0\xee\xa8\xe7\x61\x4d\xfa\xb3\xd6\x71\x8b\xeb\xf5\xcf\x1c\xe3\x16\x17\x86\x83\x5e\x8e\x0b\x7b\x1f\xa6\x10\xb7\xd8\xfe\xee\xe5\xb4\xbe\x6d\xea\x2a\xad\x6f\x5b\x54\x73\xad\x6f\x6b\x6a\xce\x17\xb2\x22\xb9\x6c\xab\x1f\xa6\x16\xc3\x96\x16\xcf\xae\x6a\xae\xce\x3e\x0c\x2d\x86\x6d\xac\xa7\x9f\xce\x42\xa8\xe0\xd1\x45\xcf\x63\xe0\x0f\x45\x3f\xc4\xef\xaf\xa1\xf7\xc7\xe2\xd9\x42\x49\x18\x8b\x67\x67\xbd\x3b\xe2\x6a\xfa\xe5\x35\x93\x5c\x71\x70\x3d\x87\xcc\x7f\xe7\xd8\x89\x61\xf4\xef\xaf\x58\xa2\x9a\x6b\x9a\x45\x30\xcd\x86\x05\xfe\x30\xea\x18\xc3\x3a\x98\x4a\x53\x73\x5f\xec\x2f\xa9\x39\xbf\xbf\xe2\x87\xb5\xc5\xb8\x0e\xc0\x98\xf4\x34\x2e\x18\x3e\xec\x37\xc6\xb8\x66\x29\x04\xc4\x88\x9e\xfd\xf2\xb1\x5e\xd6\x40\x71\xf5\xfc\xd9\x36\x31\xa6\xbc\x20\xd4\x40\x6b\xe1\xe2\x87\x0d\xc5\x98\xce\x35\x0d\xbd\x5c\x16\x76\x44\x3f\xb1\xae\x69\x04\xbd\xbc\x36\x6d\x8c\x9a\xd5\x58\x5d\x65\x4d\x03\xf8\xc8\x9a\x24\xce\x65\x91\x6a\x3c\x00\xa0\x9e\xce\xfb\x4d\x6c\x79\x2d\x69\x11\x05\x94\xc5\xd7\x93\x28\xb3\x2c\x32\x4f\x9f\xa3\x26\x96\xb5\xd5\x52\xd0\xcb\x01\x2f\x17\x35\xf3\x6a\x56\x35\xfb\x6a\x36\x35\xd7\xb7\x1f\xd6\x1e\x4b\x5c\x2f\x7f\xce\xbd\x58\x22\x9e\xea\xe5\x84\xa7\xea\x2a\xe1\xa9\x06\x02\x1b\xcc\xdb\xd0\x34\x0b\xe9\xf2\x73\x98\xc7\xb2\xb0\x19\xf2\xa6\x6d\x52\x70\x0a\xe4\xad\xfb\x93\x8c\x1f\x6a\xd2\x0f\x85\x9f\x08\xba\x42\xea\xef\x7e\xa3\xf1\x13\xcf\xa3\xf3\x13\x41\x51\x06\x3f\x11\x1c\x65\xe7\x27\x02\x1b\xec\x38\x6f\xdd\x33\xa5\x1c\xd4\xfd\xc6\xc5\x4e\x3d\xd3\xc9\x1f\x3c\xec\xcd\x4f\x34\xd3\x4a\x7c\x68\x5b\x97\x4a\x7c\x88\x2d\x94\x4a\x7c\x74\xbf\x41\x7c\x54\x4d\xbd\x12\x1f\xe2\x33\xa5\x12\x1f\x5d\x28\xac\xc4\x47\xf5\xb0\xc4\x47\xd3\xd4\x2b\xf1\xd1\xdd\x29\xf1\xd1\x04\x6d\x25\x3e\x9a\xe7\xf1\xe0\x43\xc0\x55\xe2\xa3\x7a\xea\xf7\xf7\x57\xd2\xc6\x28\x6d\xd1\x9c\x76\x6f\x69\x99\xa7\x81\x26\xd5\xc7\x22\x15\x37\xf7\xd5\x14\x50\xfd\x58\x4d\x81\xd4\x41\x57\xea\xbb\x5f\xab\xa9\xbe\xfb\xda\xce\x43\xd0\xf5\xb5\x8f\x86\x60\x1b\xc4\xa0\xb8\x4e\x19\x20\x7f\x7d\xbd\xf6\x68\x12\xd7\x29\x90\x9c\x4d\xa0\x3b\x0e\x14\xf5\x7d\x40\x7c\xd0\xcb\x07\x0e\x5c\x4d\xf3\x58\x38\x19\x6e\xe2\xb8\xd4\xac\x4f\x0a\x16\x6a\x36\x9c\x6e\x6a\xe2\xfc\xd7\xb8\x14\x6d\x84\x9e\x13\x27\x9f\xba\x9a\x0b\x84\xa8\x59\xcd\x05\x82\x58\x54\xc5\x61\x21\x12\xaa\x1b\xc6\x2d\x6a\xfe\x1d\x13\xaa\x19\x67\x41\x50\x33\xbc\x39\x56\xcd\x38\x0b\x3e\x10\xb5\x74\x61\x15\x3f\xba\x44\x9c\x7d\xe3\xb9\xd5\xf5\x43\xc6\x0f\x42\xc2\x84\x08\xd2\xea\xf8\xd1\x01\x32\x47\xe1\xdb\x43\x3f\xe0\x60\x6c\x5a\xec\x39\x28\x37\xe6\x0f\x78\x73\x2f\x7c\x23\xe8\x87\xc6\x1f\x34\x85\x7d\xe7\x0f\x49\x3f\x3c\x9d\x66\xfd\x30\xf9\xc3\x07\x49\xf3\xa8\xfc\x41\xa3\x1c\xcf\x27\x4d\x3f\x3c\x9f\x08\xf2\x67\x79\x75\x70\xce\xf3\x19\x56\xb0\x60\x11\x5b\x13\x9b\x9e\x17\xfb\x10\x67\x9e\x93\x02\x9c\x8e\xe6\x7b\xb1\xf9\x22\x31\xe1\x5e\x22\x56\x11\x25\xdf\x6b\xa1\x8b\x4e\xaa\x7b\x2d\x74\x15\xd8\xf7\xb6\x44\x3b\x1d\x6b\xf7\x76\xaf\xa7\x9f\xd9\xdd\x01\x3d\x6b\x9b\xdc\x21\xac\xc7\x6e\xc6\xef\xaf\xaa\x4d\x72\x2f\xa9\xa9\x88\x68\xee\x75\x82\x54\x9d\x3e\xf7\x3a\xc7\xcb\xd0\xa2\xdd\x4b\x1e\x29\x12\x28\xee\xb0\xe4\x44\x2d\xd8\xbd\x8e\xf9\xba\x6d\xee\x7b\x09\x99\xd9\x13\x3b\x57\xdf\x1e\xea\xfa\xfe\xaa\x3a\xf6\xef\x25\x14\xd4\x4d\x0b\x75\x43\xd2\x69\x55\x82\xc0\xbd\x24\x9d\x62\x04\x46\x20\x41\x33\x5b\xc7\x57\xdd\xb4\xac\x77\x5c\xbd\x7b\x6a\x4b\x30\x28\x45\x33\x5b\x32\x5b\xdd\x8c\xb3\xb5\x57\x5a\xd4\xd8\x6b\xaf\x94\xa2\x8f\xf3\x82\xba\xf8\x65\xcc\x34\xea\xf1\x3a\xd9\xea\xa6\x5d\x7a\xaf\x33\xa8\x6e\xda\xc4\xf7\xe2\xe3\xbd\x0a\x8e\xc5\xc5\xbb\x4e\x8a\xbb\x61\x79\x5e\xed\xf5\x75\xf0\xeb\x8b\x61\xd6\xa0\x53\xf2\xee\xc0\xa2\x8e\x8d\x7b\xc9\x78\x35\xe8\x7c\xbb\x97\xa4\x56\x93\xce\xaa\x7b\xf1\xb9\xa2\x7d\x7d\xef\x10\x9b\x0d\xf9\xda\x42\xa5\x6a\xc1\xf7\x8b\x58\xf7\xe7\x8b\x92\xab\xa9\x69\xb1\xbe\xd6\x24\xdb\xdc\x6b\xb7\xac\xd3\x5e\xed\x1b\xcf\xd5\x5e\xdc\x6f\x6c\xc6\xe5\x79\x2e\x79\xd5\x0b\xb3\xd4\xb6\xdc\x4c\x52\xd7\xda\xf4\x71\xfb\xfc\x90\x60\x29\xf9\x10\x60\xda\x96\xf4\x1c\x9a\x9a\x8b\x98\xe3\x67\xf6\x89\x4a\x72\x6a\x9f\xa5\x4a\xe1\x24\xd7\xf9\xec\xc3\x14\x60\x85\x68\xf5\x23\xc8\xa5\x80\xad\x9b\x44\xe2\x29\xa6\x47\xc2\x4e\x9f\x1f\xf6\x35\xe4\x47\xbd\x4d\x69\xe1\x33\x7e\x8e\xcf\x94\xce\x25\x62\x6a\x42\x69\x71\xf7\xf8\x41\x7e\x4a\x4b\x4b\x8d\x49\x2f\x2f\x60\x63\xf2\xd3\x25\x26\x7e\xc4\x8c\x94\xa1\x57\xe4\xd6\xf5\xc3\xa2\xca\x50\xf2\x67\xed\x53\xce\x3b\x8e\xb0\x0f\xf6\x52\x86\xf2\xdd\xa4\x9e\xa7\x4c\x21\x62\xb8\x8f\xb6\x66\x5f\xa4\x38\xa7\xdc\x56\x1f\x35\x6b\x16\xb9\x5d\xec\xc3\x3f\xe0\x84\x92\xd8\x95\x32\x0e\xda\xa6\x93\x35\xe5\x01\x41\x44\x07\x75\xca\x64\xd5\x32\x78\xa4\x0c\x5b\x52\xc9\x9f\x53\x30\x65\xb2\x59\xd9\x93\x52\x3e\xb9\xbf\xcb\xd0\x0f\x6b\x69\x4a\x75\x1f\xd7\xea\xa3\x6e\xe9\x27\x07\x4c\xca\xeb\xe4\x0c\x65\x14\x7d\x3e\x2b\x0e\x69\x2d\x75\xbe\x0f\xa2\xe2\xa1\xe5\x54\x70\x7e\xb6\xf8\x61\x1a\xa9\x40\x77\x6b\xf5\xc3\x78\x13\xc5\xda\x26\x83\x40\xa2\x14\xdb\x24\x54\x27\x0a\x9c\xbd\x7f\x36\x58\xa2\xe4\x57\xeb\xe6\x1f\x88\xdf\xa8\x61\x1b\x96\x35\x7c\xd4\xa7\x54\x5a\xe4\x1b\x1a\xb6\x35\x40\x2e\x3a\x2a\x0d\x64\x1b\x3f\xb2\x61\x2a\x38\x8d\xb3\x4c\x06\xa9\x8c\x86\x4e\xb3\xfa\x18\xf8\x44\x36\xa6\x44\x81\xa7\x8a\xf5\xa7\xf2\x2c\x5a\xd6\x3c\xb0\xf9\x6b\xf8\xd8\x43\x52\x81\x5a\xde\x64\x65\x48\x85\x8b\x26\x23\x5e\x2a\xe7\xd3\x87\x3e\x39\x69\x83\x8c\x9a\x18\x0e\xcb\x32\x8c\x53\x08\x40\x75\xdb\x34\x2c\x2c\x37\x35\x19\x7c\x18\x6a\xaa\x54\x95\x54\x2e\x88\x50\x92\xd6\x52\xb9\x80\xd3\xe4\x99\xde\x90\xe6\x24\xe7\xa6\x02\x9b\x5c\x1b\x22\xaf\x02\x9b\x5c\xf5\x66\x2c\x20\x87\xd6\xab\xfb\x98\x7c\xe3\xf3\x03\x04\xaa\xd0\x86\xe6\x51\x03\x0c\x46\x3a\x00\x53\x85\x01\xad\x0d\x6d\xc8\x1a\xa8\x3b\x7c\xf8\x6b\xaa\x11\xc3\x96\x8f\x28\x99\x2a\x2c\x0f\x63\x0b\xfe\xe1\x22\x3e\xd4\x07\xf8\x40\x6f\x9e\x47\x5a\xf3\xa8\x4d\x0b\x55\x41\xa7\xb9\x8b\xd6\x6b\x86\xc8\x99\x3f\x9a\x6f\xaa\x19\x8a\x40\xd2\xca\xd5\x8c\x3e\xf2\x47\x54\x4a\x35\x73\x97\x37\xbd\x01\xa5\xa6\x74\x61\xac\x82\x92\x87\xb4\x9c\x54\xc9\x3a\x36\xf1\xca\xda\xb9\x3d\xd2\x07\xeb\x75\x60\xb1\xb3\xe8\xb4\xee\x94\x58\x87\xde\x80\xc8\x56\x42\xd1\xb0\x10\xd9\x7a\xed\x9a\xfa\x81\xed\x51\xc4\x7e\xea\x11\x88\x42\x0d\x7b\xac\x4e\x8b\x34\x81\x54\x0f\x6c\xc2\x52\x85\x75\x70\x9b\x62\xbe\x5f\x41\xb8\x39\x36\xbd\x71\x26\xee\x06\x8d\x72\x62\x47\x95\xe1\x37\x40\xda\x66\xb6\x15\xa4\x5d\x6a\x13\x3e\x68\xd2\xce\xa2\xa0\x0a\xfb\x74\x1e\x9b\x7f\x00\x53\x8a\x86\x05\xa4\x5d\xaa\x98\x41\x05\x25\xe7\xb1\x09\x1f\x30\x59\xe7\x26\x36\x58\x67\x24\x3e\xb4\xfa\x4b\x29\x08\x75\x88\x8f\x55\x70\xba\x5a\x45\xda\xf5\xc6\x49\xd2\xb5\xb6\x0d\x26\xb9\x3c\xc4\x94\xda\x73\x8e\xea\x14\x68\x30\xea\x55\xb3\xbe\xb6\x61\xa1\x8a\x96\xb2\x6d\xa0\xd3\xa1\x95\x6b\x01\x48\xee\xda\x73\x0d\x36\xb6\xdc\x84\xd3\x06\xe2\xcf\x2d\xfa\x0d\x4c\x2c\x6b\x47\xb5\x88\x3e\x8a\x27\x86\xdd\x50\xaa\x4e\xc5\x96\x1e\x3b\xb7\xde\x80\x35\xae\x4a\xb6\x4b\x2d\x71\x14\xf1\xc2\x96\xc8\x72\xca\x07\x41\x0d\x07\x69\xed\xc3\x3f\x24\x1e\x82\xfa\x01\xea\x79\x69\x7e\xa3\x42\x2f\x4b\x3a\xd9\x1b\x18\x6c\x1b\x62\x5b\x0d\xfa\x64\xee\x22\xdc\x06\x2a\x6c\xc9\x38\x85\x26\x91\x6b\xc9\x3f\x39\xc0\x1a\x48\x63\x48\xef\x4e\x0d\x2c\xac\xc4\xaa\xfe\xe0\x36\x68\x41\x9c\xa2\x81\x85\xd5\xa0\xd3\xa8\x6f\x60\xd8\x43\x14\xd9\x03\xf4\xff\xa6\x4e\x7b\xdc\xf8\x86\x7f\xc0\xb2\xd6\x8f\x56\x99\x7a\x22\x35\x7d\xd4\xdb\xd4\x53\x27\x5c\x1f\x54\x74\x98\x2e\xba\xbc\x3f\xa9\x37\xf2\x34\xa1\xa2\x03\x37\x55\x1a\x52\xea\xd8\x6e\xd9\x87\x4f\x5f\x72\x60\xa8\x32\x32\xa7\x7e\x91\x44\xb5\xff\x3a\xf6\xce\x90\x39\x28\xf5\x9b\x0a\xa7\xd6\x79\x80\x66\xdb\x10\x01\x0e\xd8\x7c\x9b\xb9\xde\x80\x21\xb7\x98\xde\x06\x89\xa7\xf9\x93\x44\x8c\x89\xde\x06\xdc\x17\x6d\x68\xef\x0c\x40\x5b\x9b\xc0\x1f\x38\x8c\x87\x45\xd4\x01\x5d\x39\x67\xed\x8c\xd1\x79\x70\x48\x4a\x1c\x9d\x9b\x49\xe7\xe6\x18\x91\x07\xba\xe6\x31\xb8\x50\x1f\x4b\x56\x1a\xe3\x20\x45\x6a\x14\x9c\xdf\xa5\x0b\x41\x63\x07\x73\xe9\x92\xb1\xc6\xf1\xe0\x43\x33\x85\xfb\xa2\x6e\xee\x14\xbc\xa4\x07\x6d\xc8\x01\x5e\x92\xab\x64\x91\x01\x6f\x57\x93\x7e\x91\x06\x89\x6e\xe8\x00\x1b\x3c\x37\x65\x29\x4d\x03\xe7\x66\x8b\x3a\x8d\x76\x70\x9b\xea\x93\x75\x7f\xb8\x4d\xf7\x0f\x94\xbc\x84\xf5\x3d\x40\xe2\x69\x7e\x23\x50\xe2\x11\xf8\x7b\x04\x82\x86\xd6\x76\x8f\xcf\x69\xa4\x37\x12\x56\x5f\xa6\xf8\xb4\xc3\x57\xd5\x86\xc8\x72\x87\x51\xb2\x5a\xb2\xdd\x0b\x87\x1d\x7e\xe3\xa4\x2c\xa2\x79\xc0\xf6\x57\xe4\x2a\x48\x3b\x8c\x70\x55\x4e\xc9\xb4\xc3\x08\xd7\xa2\x4e\xd6\xfd\xe1\x14\xda\x40\xfb\x8e\x6d\x5a\x24\xe0\xec\x07\x69\x4c\x4a\xc5\x0e\x7b\x41\x35\xd3\xdf\xe1\xc9\xcc\x26\xed\xfd\x06\x1b\xdc\x3c\xd3\x47\xc0\xf1\x3c\x6e\x6e\xc2\xa1\xa9\x53\xde\x95\x4d\x36\x1d\x1b\xf8\x51\xd1\xda\x1e\xe0\x0e\xdd\xfc\xe3\x88\x4f\xa7\x7a\x83\xfe\xbf\xa6\x4d\x78\x40\x16\xe9\xb2\xfd\xa7\x23\x83\xa4\xa4\xf5\xa7\x03\x36\xd9\xbe\x69\x67\x1f\x34\x8e\xd6\xa2\x37\x1a\x85\x35\xf1\xb1\xa3\x3d\x7d\x14\xfd\x40\x9b\x99\xc4\xa8\xa3\xc1\x28\x99\xa3\x3e\xe9\x64\xe9\x55\x3f\xc0\xc0\xd4\xbd\xe7\x0e\x28\x29\x65\xd3\x61\x7c\x60\x8b\x95\xd7\x4c\x29\x11\x77\x1d\x71\x07\x95\x94\xa4\x8d\x7c\x80\x83\x17\x39\x37\xd3\x71\xf2\xf0\xd1\x46\x3e\x20\x36\x94\x6d\x13\xc6\x2e\xb0\x9c\x4d\x5b\xec\xc0\x09\xdf\x37\x71\xcb\x83\x0e\xe5\xd7\x1b\xf4\x1f\x6f\xd2\x54\x0e\xca\xaa\x5d\x74\x7a\xdc\x54\xeb\x74\xa2\x9d\x3c\x8c\xbd\xf7\xcf\x10\x28\x66\x57\xfd\x40\x6d\x52\x92\xf9\x49\xe1\xb5\x25\x7d\x52\xc8\x3f\xc4\xe9\xce\x4e\x4f\xa5\x76\xe5\xf9\x98\x2e\x53\xfc\xc9\x01\x76\xc2\x89\x58\x2c\xa7\x9d\x60\xe9\x35\x79\x92\x8f\xf4\xb3\xf9\x07\x6c\xb7\x5c\x35\x85\x79\x50\xb6\x51\x1f\x70\x96\xf4\x4d\xb3\xbe\xe0\xd5\x1e\x9b\x00\xbd\xe0\xf7\xcb\x72\xb9\xa5\x8b\x32\x78\xd5\x2a\x5e\x89\x8e\x70\xa9\x53\x57\xe2\x28\x3a\x59\xaf\x0c\x13\x9f\x95\xfe\x2b\x53\x2e\x71\xa7\x99\x76\x10\xcd\xf4\xa2\xc7\xa3\x68\x87\x5e\x90\x9f\x6b\xd3\x2e\xbf\x28\x53\xe4\x8f\xef\x2a\x5d\x30\xc6\x17\xf9\x7a\xd2\x45\xc7\xef\x26\x7b\xc5\x05\xa9\xa3\x54\x29\x07\x17\x3d\xc1\x9b\x16\xfe\x82\xb6\x5e\xb2\x50\x78\x75\x6a\x0b\x32\x12\x5c\x9d\xc7\x93\xb6\xca\x45\x5f\xf1\x26\x33\xc9\xd5\x31\xca\x0b\xa7\x83\x1b\xd2\x7d\x40\x6c\x2f\xb2\xb4\xa6\x6b\x27\x11\x6b\xab\x5c\x47\x06\x4f\xd3\xa6\xbe\xa0\x2b\xe6\x28\x66\x7b\xd1\x6c\x5a\x0d\xfe\x49\x66\x2b\x8d\xf4\x62\x04\x48\x37\xd6\x21\x14\x94\x16\x35\x31\x92\x94\xfc\x4c\xe9\xa2\x84\x2d\x4f\x54\xba\xa0\x1a\xd6\xa4\xad\x72\xc1\x17\x69\x8b\x52\xba\x10\xf2\x51\x87\xc8\xf2\x02\x8d\x95\xd7\x52\x32\x5c\x23\x24\xff\x40\xd1\x43\x0c\xea\xba\xa1\x5f\x55\xf1\xf8\x0b\x96\xa6\x36\x8c\xb1\x1b\x33\x4d\x12\x53\x27\x8d\xf3\x4d\xbc\x75\x52\x08\xf5\xc4\x26\x84\xd0\x66\xf3\xd5\xcc\x54\xd9\x25\x3f\xcf\x42\x15\x44\xca\xf4\x84\xb3\xa5\xfa\x14\x98\x3b\x45\x42\x9d\xbd\x73\x27\x4b\x17\x49\xd1\x46\x5e\x8b\xe4\xd6\x89\xa5\x2c\xaf\x61\xa1\x5f\x15\xb9\x95\xd2\x84\x1c\x91\x87\x87\xc5\xda\x16\x0b\x7c\x13\x6c\xb0\xc8\x0b\x94\xe6\x49\xac\x4b\xd0\xa2\x8d\xbc\x07\x8f\xc2\xb5\x4d\xd2\x15\xe7\x45\xa9\xc9\x7d\x30\xa4\x43\xa6\xcf\x34\xc9\x2e\x4a\xd2\x3c\xc0\x5b\x9b\xbc\xdf\x69\x22\x60\xa3\x54\xa9\x42\x93\x96\x02\xf3\x0f\x5a\xe2\xb3\x22\x27\xd2\x84\x7e\x55\x8a\x34\xb0\xf9\xc8\x44\x3a\x49\x26\x28\xa8\x58\x06\x98\x93\xfb\xf6\xf5\x03\x7c\x66\xd5\xcb\x00\x96\x3e\x36\x1d\x0b\x93\xc7\x75\x90\x98\x3d\x41\x63\x45\x7e\xc8\x34\x41\x63\xdd\x82\xd6\xbc\x1f\x8c\xf9\x8d\x07\x63\x9a\xd8\xcd\x7d\xab\xd3\x08\x4e\x84\x50\x52\xf3\x0f\x10\x81\xbc\x5f\xe0\x39\x58\xc3\xfa\x8d\x46\x2d\xc3\x3f\xc0\x0e\x10\xc4\xf4\x6f\x86\xeb\x28\xc0\x21\xdd\x38\xd0\x8b\x3c\xb7\x09\x06\xee\x25\xcf\xe8\x87\x4a\xe0\x24\x67\xde\x38\xae\x7b\xd0\x61\x7c\xd3\x84\xd8\x05\xdc\x8d\x00\x8f\x96\x8a\x7f\x20\xdb\x92\x9c\x79\x73\xb1\x93\x28\xe8\x66\x30\x8e\x5c\x69\xe9\x86\xf0\xda\x83\x14\x82\x1b\x91\x59\x2d\x8a\x3b\xdc\x88\xab\x6a\xbd\x8d\x9f\x1c\x60\x37\x15\x0c\x99\x88\xf2\x06\x74\x56\xb1\xb0\xbc\x6d\xe4\x58\x1f\x40\xf3\x86\xb3\xa6\xcb\x09\x97\x37\xca\x47\x72\xff\xe5\x2d\x73\x92\x5d\x9f\xd0\x84\x28\x3f\x57\xde\xca\xc3\xb1\xc6\xe7\x07\x1e\x1c\x32\xd2\xe7\x0d\x9e\xe0\x2a\x0d\x2c\x6f\x3c\x38\xe4\x82\xcc\x1b\xd5\x55\xb9\x28\xf3\x46\x19\x6b\x64\x4d\x9d\x9c\x22\x55\xcd\x14\x1c\x7c\x04\x0f\x7b\xd0\x20\x56\x34\x31\x6c\xfb\x1a\x36\x4d\x9d\x26\xda\x10\xf4\x03\x22\xa8\xaa\xec\xcf\x79\xbb\x68\x44\x1a\x1a\xe5\xe6\xb2\x56\x75\x7a\x53\x6c\xff\xec\xf2\x1c\x36\x1e\xe8\x1f\x0b\x6a\x0e\xd4\x16\xd2\x67\xef\xe4\xc0\x65\x90\x1c\x9f\x03\x97\x21\x7e\x44\xbb\x1c\x36\x4a\xe9\x1f\xb7\x44\x0e\xb0\xe2\x8f\x90\xd4\x29\x64\x80\x12\xb2\xde\x80\xd8\xde\xa3\x90\x1c\xe8\xf7\x2e\x41\x9f\xd4\xa7\xd3\x0f\x82\x42\xe3\x2e\x6f\x7a\xa3\x01\x5a\x59\x0c\x73\xe8\xcf\xb0\x9a\xe9\x20\x1f\x08\x82\x96\x7e\xe6\x28\x9c\x06\x08\x90\x5d\xc1\x81\x39\x80\x73\x66\x51\x75\xa6\x8b\xa2\xc7\xa0\x51\xc0\xe4\xb2\xb4\xa7\x1c\x40\xf7\x43\x51\x0f\x39\x40\x6a\xca\x21\xeb\x07\x6c\x84\x22\x26\x97\x23\xe5\x45\x71\x9b\x8c\x38\x9b\xd0\xfb\x67\x97\xe7\x88\xf3\x2a\xcb\xf1\x9f\x11\x11\xb3\xe6\xa1\x4f\x2a\x6d\x79\x5d\x3f\xb4\x4a\xa2\xf3\x0f\xa0\x53\xc5\xfa\xe4\xd8\x4f\xfe\xf0\x01\x2e\x0e\x82\xff\xb1\xb0\xe7\x08\x07\x55\x1f\x59\x3f\xc0\xda\x57\xf3\xa6\x3e\x60\x67\xc9\x32\x1d\xe4\x48\x6b\x5f\xfe\xb0\xe3\x1c\xef\xc7\xec\xa6\x79\x50\x15\x2a\xaf\x37\x4e\x8a\xfe\x9f\x4e\x13\xcc\x5d\x23\xa8\xd3\x14\x89\xe4\x0f\x2f\xc9\xa9\x92\x51\x46\xbd\x31\x48\x41\x49\x6f\x0c\xba\x67\x44\x74\xe9\x20\x43\xd1\x32\xa4\xf3\x11\xb4\x3e\x13\x4b\x17\x18\x94\xd7\x36\x71\x03\x19\xfc\xc4\x68\xd3\xe8\x1f\x78\xb4\x48\x78\xcd\x89\x76\x22\x6f\x75\x06\xe0\xf5\xf8\x91\xcd\x72\xde\x68\x49\xd2\xca\x65\x46\x82\xc6\xcf\x41\x9a\x33\x0c\x73\x5d\x21\x5b\x39\x47\x0e\xfb\x11\x3c\x33\xfd\x46\xf9\xf5\x49\x27\x59\x56\x0d\x3b\xe8\x39\xdb\xfc\x03\xcf\xab\xa6\x1f\x68\x32\x93\xf7\x24\x67\x2c\x76\x55\x20\x62\xce\x07\x69\xac\x6a\x58\xc4\x19\x57\x2f\x65\x3e\x1e\x5a\xff\x50\x72\x3e\x79\x08\x8a\x5d\x64\xd8\x9a\xc6\x16\xfd\xc3\x63\x30\x8d\xfa\x01\x3b\x5b\x56\x8f\x9c\x69\x85\x95\xe4\x95\x33\xc4\x86\xa1\xa8\x98\x4c\x67\x54\xa9\xc6\xe9\xe4\x56\x77\x1f\x70\x40\x65\xc5\x4c\xe5\x0c\xb1\xa1\x2a\x6e\x20\x67\x84\x16\x97\x68\xf0\x29\x89\xca\xb3\x9f\xf3\xa4\xc1\xa6\xe8\x07\x2a\x7e\x2d\xf5\x1f\x1c\x60\xb9\x80\x73\x76\xc5\x03\xe5\xb2\x71\x77\x7d\x34\x9f\x5c\xc0\x39\x8b\x8c\xb8\xb9\x6c\x24\x73\x1d\x1c\x85\x21\x87\xf2\xc6\xe4\x82\x98\xe0\xa1\x50\xa6\x5c\xa8\x5f\x29\x58\x26\x17\x9a\x79\xd3\x47\xe3\xc8\x05\x66\xb7\x9c\xb4\x02\x25\x4e\x1a\x93\x3f\xc8\x2a\xb0\xd9\x96\x9c\xfd\x03\xad\x9f\xc9\x3f\x40\x92\x8b\x5d\x13\x43\x88\x4a\x2e\xc9\x3f\x3c\x67\xcd\x67\x49\x4a\x7e\xe6\xa1\x89\x15\x4a\xb6\x4d\x13\xa3\x01\xa8\x54\xbf\x41\xd2\x10\x99\x33\xa2\x6c\x6c\x9e\x18\xc3\xc3\xbc\x77\xca\xe3\x16\x71\xa7\x95\xea\xa5\x71\xca\x18\xab\x94\x35\xb1\x4a\x9a\x6d\x1a\xb6\x91\x75\x88\x88\xe9\xe0\xeb\x0a\x91\xcd\x05\x6a\x5d\x96\xec\x9b\xcb\x4e\xde\xaa\x9d\x51\x18\xeb\x92\xbc\x2e\x8c\x59\x92\xe5\x32\x17\x86\x33\x4b\xf3\xc9\x85\x14\x19\xc4\x4a\xcb\x24\xc7\x12\xd3\xaf\xa4\x20\x99\x87\xf3\x13\x63\x14\x87\xdf\xc0\xd1\x92\xc4\x29\x6a\x78\x6c\xfa\x49\x3f\x10\x38\x91\x54\x65\xc8\x9d\x45\x0f\x3a\x92\xb2\xdc\xaa\xb9\xc2\x9a\x53\xaa\x76\x46\x7d\xa2\xb3\x3e\xaa\x72\xae\x88\x43\x18\x41\xb2\x59\x3d\x48\x96\x55\x13\x3b\x79\x18\x8b\x1f\x55\x28\x18\x45\x26\xa2\x4c\xb7\x48\x89\x5a\xfd\x7a\x3f\xc2\xf0\x07\xa7\x8d\xb6\x04\x59\x2c\x72\x83\xd1\xa4\xc8\x39\x9e\x5b\xe2\x32\x08\xeb\x2d\x67\xfe\xa0\x3e\x68\x29\xb0\x3c\xd3\xf2\xcd\x65\xd0\x1b\x8d\x8e\x13\x9d\xac\x0d\xbe\xda\x2e\xad\x36\x37\x2c\x76\x55\xec\x4c\x6e\x08\x5b\xaa\x32\xfd\xe7\x86\x38\x89\x16\x3c\x2c\xcf\x09\x0b\x8d\xed\xa6\x39\xf4\xe3\xad\xcb\x7d\xa3\xe9\x5f\x2c\xac\x6f\xb4\xe4\x4a\x7c\xe9\x09\x2b\xa7\xe8\xd3\xdc\x0b\x9d\x03\x62\xfa\x1d\x62\x65\xa9\xda\x0d\x9d\x66\xea\xf8\xd1\x49\x72\xa7\xa5\xc0\x62\x43\xdf\x19\xec\xad\xd5\xef\x10\x3c\x8b\xa2\xfe\x72\xe7\x42\x35\x31\x94\x7e\x71\x58\x51\x72\xa7\x60\xbf\x69\xef\x77\x5a\xc8\x36\x77\x7a\xd3\xe7\xa3\x3d\x37\xa8\xf9\x28\xf2\x30\x8f\xf0\xf8\xae\xab\x7e\x98\x9c\xe9\x07\xfc\x81\x43\xb0\x28\x76\x26\x8f\x48\xcb\xc9\xf0\x1b\x14\xf7\xa3\xdf\xb8\x19\x64\xf0\x59\x86\x01\x77\xd5\xf0\x42\x0d\x78\x73\x4b\x11\x0a\x47\xa2\x5a\x27\x76\x31\x12\x4f\x23\x09\x16\x83\x2a\x83\xc5\xfd\xc1\x24\x03\x33\x94\x41\x1d\xc2\x72\xc4\x60\xac\x68\xee\xfe\x61\xe7\x27\x1a\x16\x36\xd6\xdc\xbb\x60\x81\x93\x22\x5b\x7c\xa1\x83\x21\x17\xad\xed\xd8\x49\x0e\x22\x98\x81\x43\x30\x17\x03\x47\x0d\x2c\x15\x21\x79\xd2\xf6\xad\x1f\x76\xb2\x8b\x92\xc2\x4f\x0e\xb0\x3d\xd0\x8a\x22\x40\xf7\x98\x39\xc0\x67\xd6\x7b\x7a\x46\xfc\x4c\x61\xa7\x99\xb7\x88\x41\xed\x3b\x37\xa4\x28\x72\x07\xbd\xb5\x28\xa9\x74\x87\x7d\xa3\xc8\xd9\x90\x77\xfa\x9e\x7c\x2c\xec\xf3\x19\x56\x9f\xdc\x04\x43\xdb\xed\x08\x4c\x50\x10\x4b\x7f\x6c\xe9\x52\x57\xf3\x11\xf9\x86\x8e\x96\x23\xd2\x66\x24\x89\xe1\xc0\x76\xab\xca\xb6\xc9\x07\xcd\x7f\x49\x67\xde\x81\x50\x91\x9e\xc4\xa0\x68\x29\xcf\xa5\xfb\x07\x4a\xb6\xda\x4c\x07\xa2\x77\x6a\x12\xcd\x1e\xfd\xb1\x80\x68\x94\x41\x81\x49\xfc\xf9\x60\x20\xad\x19\x14\x4d\xe7\xb9\x7a\xea\x8c\x2e\x49\xda\x3b\x07\x83\x35\x93\xe4\xe7\xe3\xe0\xca\x49\xf1\x3b\x1e\xe7\xa7\x8e\xc9\x83\x72\x9a\xf2\x60\xf2\x49\xb5\x4e\xe1\xeb\xf9\x84\x6d\xa2\x9a\xfd\x9c\x74\x58\x54\x49\x94\x27\x2d\xb9\x43\x2c\xfd\xa4\x25\xd7\xda\xf5\xc9\x10\x1e\xa5\x12\xe5\x33\x53\x5c\xfe\x58\x0d\xf2\xc9\x58\x09\x79\xc9\xf2\x59\xf8\x83\x0e\xe3\x13\xe7\x55\x55\x44\x78\x3e\xeb\x03\xad\x3a\x6d\x3c\x38\x24\x72\x9f\xed\x11\x92\xf4\x09\xed\xb4\x43\xb2\xef\xd9\x79\xa2\x89\x0f\x9c\x34\xdc\x0e\x89\x2f\x27\x09\xd7\x7c\xe0\x04\xe7\x2c\x72\x7a\xe4\x93\xa1\x11\x59\xb2\xd9\x09\xe9\xb8\x0c\x1d\x1c\xb4\xc1\x37\x93\xf6\x09\x31\xb5\x06\x23\x99\xe6\xae\xd7\xc4\xc0\x5b\xab\x19\xd4\xb5\x11\x1f\xa2\x8f\x0b\x42\x63\xb5\xc8\x7d\x81\xf8\x6b\xd5\x7e\xb9\xe0\x7a\xcb\x55\xdc\xe6\x6a\x14\xe7\x84\xf5\xab\x3d\x58\xff\xac\xed\x05\xf6\x33\x64\x33\xca\x34\x42\xb7\xf4\xf1\x6f\xe6\x6b\x30\x32\x44\xbc\x75\xfe\x5d\xcc\x6c\x9e\x1b\x12\x27\x9a\x9a\x69\x35\xfd\x32\xb1\xa9\x49\xcf\x05\x96\xc3\x8e\xf2\xdc\xfa\xf7\x97\x25\x8e\xb9\x21\xee\xd2\x9d\xef\xab\xe9\xde\x18\x85\xa9\x26\xa3\x4d\xa3\xda\xd7\xf7\x57\xd5\x89\x3f\x37\x44\x88\x06\xb7\x11\xa1\x2b\x9d\x7f\x2e\xfc\x29\xf2\x2d\x4f\x44\xe8\x16\x3f\xcd\xdf\x5f\x4d\x1c\x6f\x2e\xf9\xaa\x89\xa1\xce\x25\x9f\x5b\xd6\x9c\x4b\x40\x69\x5a\xbb\xb9\xb8\x50\x13\x87\x99\x4c\xf0\xab\xdd\xcf\x89\x53\xb1\xcf\x89\x30\xdb\xa2\xd8\xd7\x3c\xc1\x71\x9b\x72\x28\xf3\x44\x6e\x94\x4c\xbd\x79\xc6\xfe\xfd\x55\x92\x3b\x80\x3d\x27\x1a\x73\x11\xa8\x12\x70\xe4\x7a\xd6\xb5\x26\x22\x73\xab\x9b\xc4\x95\xdb\x4c\x05\xf3\x42\xae\x13\xb5\xca\x5c\x34\x13\xe2\x65\xa5\x63\xcf\xc4\xc4\x2e\x0d\xbf\x34\x8b\x9a\xba\x3f\xaf\x6b\xba\x5a\x66\xf0\xdc\x56\x7b\xfb\xc9\x79\x34\xd3\xa2\x11\x83\x9e\x16\x8d\x88\xea\xe7\x62\x3e\xcd\xa8\x4c\x20\x0a\x69\x30\x33\x71\x2f\x1a\x15\x4b\x61\x29\xb2\x0d\xcd\x1c\xfe\x2e\xf4\x34\xcf\x1c\x11\x6d\xad\x0e\x33\x28\xda\x8f\xcb\x9a\x8c\x10\x91\x49\xcf\x9a\x4d\xc6\x5c\xdd\x7c\x8c\xb4\xee\x6d\xad\x8b\xa4\xe3\x99\xaf\x35\x79\xe1\x65\x49\xad\xcd\x24\xb9\x64\xd6\x66\x92\x2c\xa4\x01\x81\xb6\xb4\xa4\xb8\x79\xef\x95\xf1\x0a\x5f\xcf\xf3\x49\xba\xf1\x5e\x03\x47\x6d\xd5\xcb\xb0\xb4\xaa\x32\x5e\x1d\x5c\x00\x46\xcd\x45\x14\xa6\xc9\xb2\xf6\x8f\xe4\xb4\x59\xc7\xf7\x57\xd7\x21\x39\x69\x86\xea\x26\x01\xc4\xbc\x26\x63\xaa\xf1\xbc\x37\x38\x8d\x41\xcb\xfe\x80\x41\xcb\xc2\x1d\x93\x1f\x94\xd4\x99\x27\x03\xdd\x2c\x97\xcc\x1e\xbf\xbf\x52\x31\x7f\xe8\xef\x80\xfd\x3c\x3b\x02\xf6\x05\x7e\x67\x50\xa4\x64\xf3\xd9\xd7\x5a\x55\x77\x4f\x33\xb5\x09\x0d\x9e\x58\x2b\xb2\x13\x41\xdf\x66\x37\x9d\xd8\x12\x42\x3a\xd0\xa5\xee\x10\x12\x2e\x15\x6e\x8e\xb8\x9a\x9a\xdb\x40\xb8\xba\x8c\x21\x73\xe4\xef\xaf\xaa\x83\x1c\x89\x1a\x55\x02\xc7\x84\x6a\x92\x9b\xf7\xd3\x00\xf2\x35\xb3\x41\x0e\x63\xe4\x0f\x4e\x5d\x73\x1b\x13\x6d\x3f\x87\x51\xd9\x54\xbd\x6f\xaf\x64\x86\x3c\x97\x10\x5a\x65\x38\x98\xfb\x9a\xbb\x0e\x8d\xb9\xd3\x48\xe9\x33\x60\x9d\x99\x96\x69\x91\x32\xd2\xcd\xf2\x97\x1a\xd5\xcd\xfc\x60\x02\x57\x40\x5f\x9e\x4b\x61\x8e\x9b\x39\xcd\x52\xb2\xc6\xe6\x4d\x40\xdb\x53\x33\x59\xc2\xf2\x98\x82\x14\x84\x79\x20\xe3\x41\xc8\x38\x1e\x32\x77\x8f\x27\xc3\xaf\xdc\x25\x23\x6a\x7d\x14\x2c\xa9\xa8\x4a\x8a\x44\x9a\xab\xf5\x1e\xf8\xd9\xea\x16\xfc\x78\xad\x9d\x8e\xee\x79\xae\xa5\xd3\x19\x3b\xcf\x8e\xb7\x35\xbb\x13\x89\x08\xc1\xaf\x2f\xb2\x91\x10\x33\x19\x88\x1b\x4d\x37\xd7\x3a\x4b\xcc\x99\xaf\x75\x96\x98\x12\x2e\xc2\xaa\xcf\x2f\xb2\x3b\xcd\xed\x02\x51\xfa\x60\xb8\x16\x47\x31\xe4\x4b\x77\x68\x5e\x8b\x49\x36\xee\xf6\x3a\xe5\x7c\x82\x4e\x80\x22\x7d\x0f\x2e\xb8\xba\x49\x53\x9d\xcc\xd2\xaf\xaf\xef\xe9\xbc\x90\x2c\x3d\x27\x43\x37\xfc\xc9\xbd\x7d\x7f\x75\xd3\xdd\x8d\x09\x18\x97\x77\x5c\x8f\x35\xfb\xa5\x60\x0e\xaf\xfc\x52\xa6\xeb\x66\x42\xbb\x0b\xbe\xfe\x49\x60\x44\x9e\xf7\x22\x43\xf3\xba\x1b\x8c\xbb\x79\x28\x6e\x31\xe9\xb2\xf3\x3e\xd6\xfb\x42\xfc\x7d\xad\xa9\x68\x59\x18\x6e\x65\x45\x1f\x6e\x41\x45\x82\x64\x38\x05\x1d\x3b\x9e\xef\x25\x26\x29\xbe\x34\xdf\x1b\x48\x4a\x82\xea\xbd\x31\x7a\x72\xf8\x05\x82\x9a\xd4\x06\xa8\xa2\xb2\x1b\x72\x93\xcd\x81\xf7\x06\x86\xd0\xd5\xdc\xd7\xe4\xfd\x36\xf2\x3f\xdc\xd9\xb5\x9e\x7a\x2c\x1c\xfe\xd5\x93\x59\xa0\x68\x77\x33\x57\xc9\x46\x58\x24\x2b\x55\xb9\x08\x33\xb3\x95\x6c\x56\x43\xba\x52\x97\x26\x78\xd3\x10\xe5\x35\xbf\x03\xa7\xae\xc9\x05\x4c\xdd\x8f\x99\xd7\x25\xde\xc5\x14\x25\x8b\xa8\x48\x41\xaa\xb6\x96\xdd\xb1\xf3\x03\x4d\x90\x41\x6a\xcd\x33\x64\x5a\x52\xf3\x17\x17\x84\x23\xb7\x17\x3f\xb0\x01\xea\x86\xf9\x40\x0e\xee\x7c\x43\xba\xc9\x55\xe2\xdf\x0d\xf1\xc6\x7e\xbe\x1b\x92\xb7\x0d\xc6\x37\xec\x53\x2f\x10\x29\xef\xa8\xe0\x45\xbe\x11\xcd\x69\xeb\xd4\xcd\xe0\xf2\x28\x9d\xe2\x46\xf4\xac\xb9\x20\x73\xa5\x82\xd7\x1f\xf6\x0b\x39\x90\xf3\x0d\x31\x47\x11\x2a\xf9\x5e\x1a\x58\xb5\x47\xf4\x5e\x52\x4f\x55\x02\x4d\x46\x72\x55\xb5\xd3\xe8\xce\x8c\x1a\xf6\xaa\xc3\x8c\x6b\xc3\xde\x9d\x69\xb6\x93\x31\x0c\xf9\x58\x41\xf1\x0a\xf9\xce\x4c\xd7\x77\x8f\x00\xd1\x64\x91\x21\xda\x7b\x51\x10\x17\x98\x5b\xf3\x0f\x6b\x95\xec\x61\xba\x11\x03\xba\xbd\x06\x9c\x18\xd0\x03\x60\xd5\xb2\x40\x2e\xc8\xa9\xf3\x16\x44\x46\x98\x0d\xe4\x37\x22\xad\xec\xf2\xbc\x61\x75\x56\x56\x7f\xbe\x97\x78\x55\x83\xf7\x24\x34\xd2\x4d\x76\x17\x78\xe0\x6b\xf0\xa6\x82\x03\xfe\x45\x55\x90\xb7\xcc\xcb\x6e\x88\x5b\x9b\x89\xa6\x70\xc9\xaa\xda\x80\xcf\xf0\x23\xc8\x71\x2b\xee\x0f\x4b\xe6\x3d\x0d\xcf\x9f\x22\x93\xf3\x5d\xb1\x84\x32\x31\xdc\x95\xf0\xeb\xfb\xca\x15\xd4\x8a\x56\x64\x15\x76\xbf\xdf\xd0\xd6\x7c\x10\x18\x95\xb2\xbf\xdf\xb1\x1e\x9a\x5f\x5d\x24\x98\x83\xbf\x47\x9e\x97\x8e\x9e\xbb\x4e\x3c\xf7\x78\x48\xea\x92\xe2\x78\xc3\x8c\x92\x92\xdb\x8c\xcc\x32\xc2\x28\x31\x4a\x74\xbf\xdb\x9a\xb0\xcd\x1d\x37\xc2\xb0\x6c\x90\xbb\x97\x7a\x5b\x6d\xec\xb8\x97\x76\x5b\x93\x19\xcd\x92\x38\x6b\xde\xfc\xfd\x40\xdb\xe3\xed\x00\x58\x08\x85\xf9\x40\x71\xcb\x19\xf1\x13\x35\x8d\xed\x27\xc7\xcb\xdd\x90\x48\x69\x96\x00\x0b\x50\xca\x1e\x0c\xd8\xd0\x59\x7a\x2f\xe9\xb6\x26\x6f\xc8\x25\xdc\xd6\x2c\x85\xef\x5e\xb2\x6d\xcd\xc1\xef\x13\x39\x9a\x6c\x27\x72\x84\xcd\x25\xfb\xd6\x64\x9e\xd6\xa1\x2c\x48\x10\xb8\x3b\x91\xa3\xf9\x20\x40\xcd\xb2\xf4\xbd\xa4\xdf\x6a\xbd\xff\x46\xbc\x5a\x6e\xde\xbf\x94\x86\x93\x27\x88\x64\xe5\xe4\x0e\x00\xa0\x44\xd0\x7b\x6c\x00\x48\x1d\xc2\xb2\x90\x24\xf7\xdd\x83\x00\x6a\xc2\x90\x80\x15\x24\x9e\x6f\x88\xc0\x59\x52\xd7\x0d\x73\x58\xca\x6e\x37\xbc\xef\xef\x91\x72\x69\x8e\x36\x48\xbe\x7e\x9f\xf3\x17\x02\x06\xd9\x8d\x10\x08\x63\x9a\x3d\x6e\xf7\x20\x39\x0b\xbe\xfd\xe1\x90\x1a\x70\x7f\xce\x1d\x41\xc4\x08\xe3\x2c\x7d\x84\x69\x9b\x8a\x27\xce\x37\xf2\xf1\x9a\x09\x90\x96\xa4\x6a\x96\x72\x40\xd0\x36\x0f\x3d\x20\x69\x4a\x3f\xbc\x19\x2d\xf2\xe2\x49\x07\x63\xd3\x04\x24\x13\xab\x8d\xd4\x83\x61\xd1\x7e\xbe\x56\xb9\xf9\xd8\x80\xe8\x6c\x69\xf3\x5e\xb2\x73\xb5\x36\x7d\x1f\x4f\x5a\xa2\xc8\x90\xa2\xb3\xc9\x94\x92\xb3\x99\x2a\x45\x67\x9f\x84\x88\x51\xb3\xf6\x7d\xc3\x2d\xdc\x8c\xd5\x93\xfe\x11\xa1\xec\x2c\xc0\x80\x20\x3e\x1b\xfa\xf3\xf7\x9d\x91\x75\x1e\x00\x10\x19\x23\x4c\x0b\x37\x97\x3a\x09\x91\x20\x3c\xa9\x0c\x98\x4b\x50\x1e\x37\x5d\x9e\x0c\xa4\xf7\x07\x84\x58\x33\x84\x9f\x44\x11\x85\xf9\x86\xd9\xba\x99\xce\x2f\x6a\x07\x7e\x1f\x9a\x9d\x8f\x81\xab\x02\x63\x9a\x30\x23\xac\xcc\x36\x2f\x06\x13\x0a\xc0\x8b\x00\xfa\x39\xc3\x19\xfc\x3d\x01\xf4\x78\x27\xda\x42\x00\xb3\xf4\xbc\xaf\x98\x15\x1f\xdd\x3f\xe0\xf3\x3e\x43\xd0\x7b\x33\xd7\x9c\x84\x4f\xef\x33\xc5\x33\x7b\xc9\x99\xbd\xd0\x7d\x70\x4f\xcc\xc0\x92\xc1\x52\x02\x62\xb0\x40\x37\x6f\xd4\x0b\x53\x07\x8c\xa5\xb0\xd8\x7f\xdf\xa8\x72\x66\xa2\x40\x6c\x85\xd3\xad\xf3\xbd\xf4\x82\x18\x4c\xd6\x4b\x31\x68\x8e\x44\xba\x97\x62\xe0\x64\x80\x7c\x2f\xe1\x3e\x06\x53\xed\x4d\xaf\x8b\xc9\xea\x46\x6d\x1c\x53\xcd\xcd\x24\x4c\x1f\xd6\x37\x61\x78\x56\xb9\x20\x21\x3a\xca\xa0\x5b\x9e\x94\x68\xd5\x27\x2b\xdb\x12\xd8\x5b\x18\xfe\xa0\x62\x0a\x5d\xed\x86\xe7\x6e\x23\x88\x2b\xc7\x9f\x9c\x36\x05\x21\x70\x31\x7c\x98\x55\xd9\x96\x80\x1f\x95\x51\x52\xb6\x25\xd2\x37\xc5\x38\x94\x6d\x89\xf4\xb1\x7c\x64\x8d\xb2\x05\x62\x38\xa9\x1d\xd1\xf6\xf3\x84\xd9\xa9\xff\x25\xe3\xc7\xf0\xe1\x64\x65\x83\x39\x54\x8c\xaa\x6c\x81\xd0\x69\xbc\x25\xf4\x37\xd5\x84\x2b\x5b\xc0\x02\x44\xf7\xcf\xf9\x07\xb5\x89\x7f\xb7\x0f\x2c\xa0\xdf\x3f\xd1\x9f\x9f\x4f\xcc\xcf\xf3\x01\x49\x79\xbc\x88\x52\x02\x86\x27\x12\x5e\xcd\x77\xe9\x10\x2d\x6e\x7e\x1f\x04\xb5\xa9\x7f\x14\x38\x52\xf1\xa9\x82\xd2\x54\x31\x6c\xc2\x57\x24\x7c\x6e\x03\x3e\xe3\x3b\x02\xbe\x4d\xf3\x8b\x80\x2f\xba\xcd\xf5\xd2\xea\x47\xc0\x67\xfc\x2d\x0d\x25\xca\xc3\x59\x36\x84\x6e\xe4\x66\x80\x97\xca\xd2\xa2\xe9\x2f\x01\x60\x03\x90\x02\x9e\xeb\xfd\xa5\xb1\x38\x26\xb3\x6c\x8f\xaf\xc0\xf4\x98\xb0\x65\x4c\xbf\x09\x10\x1a\x82\xf4\x94\x9c\x13\x0a\x51\xb8\x29\x6c\x6a\xa3\x7a\x83\xce\xaa\xb2\x2d\x0d\xa3\x29\xd0\xba\x6c\x19\x25\xa4\xaa\x50\x9e\x41\x42\xc5\xed\x8a\xb6\x06\x5c\xfa\x44\x2c\xc5\xfd\x77\xf4\x27\x94\x67\x54\xbf\xaa\x6e\xef\x78\xee\xf1\x0f\xb4\xdd\xff\x89\xf7\x85\x21\x98\x5e\x95\x99\x51\xb6\x0c\x73\x64\xf5\xf8\xdc\x32\x7a\xbf\x00\x1e\x7f\xbf\xd4\x8b\xa6\x84\xb4\xb2\x15\xd4\xc4\xaa\x1a\xbf\x30\x58\xc0\x7b\x6e\xe9\x13\xad\x19\x01\x2c\x9b\xd4\xbd\x66\x4b\x81\x88\xa5\xfa\x03\x42\xa0\x19\x15\x40\x50\xb4\x64\x85\x10\xf8\xfb\x89\x19\x79\x06\x30\xa8\x16\x3d\xaf\x58\xa1\xa4\xef\x2b\x20\x4a\xea\x7f\x29\x10\x4d\x27\x57\x41\xc0\x6b\x2c\x55\x18\x42\xd2\x55\xe9\xa6\xf2\xda\xbf\xbf\x7a\x6a\xee\x60\x60\x40\x01\x50\xb1\x24\x49\x24\x50\x01\x50\xd1\x92\xd5\xe7\x2c\x76\x87\x17\x70\xee\x11\x01\x91\x21\xae\x5c\x13\x75\xd0\x08\x91\xde\x6f\x84\x40\x13\x68\x58\x23\xd3\xd0\xd2\x28\x62\xa9\x6e\x13\x42\xf5\xbf\x34\x8a\x58\xaa\x26\xdc\x40\x83\x4d\x4b\xd6\xb0\x42\xa6\xd1\x86\xf9\x9a\xe6\x97\x50\x9f\x36\x23\xa0\x33\x8d\xd8\x5c\x7e\x49\xf5\xce\x67\x2d\xdb\x92\xea\x7b\x32\x8d\x2c\x29\x3e\x6d\xde\x64\x4b\x6a\xef\xca\x67\x28\x5b\x67\xfc\xb0\xb7\xed\x92\xca\xed\x01\x2e\x5b\x3f\xd1\x16\x86\x58\xcb\xc9\x6b\xda\x27\x9e\xff\x24\x19\xb6\x6c\x83\xe9\x5d\x5e\xe0\x25\xc3\xa7\xcd\x14\x35\x08\x8e\x7a\x5f\x32\xbc\x1d\xe5\x65\x5b\x32\x7c\x4f\xde\x13\x4b\x86\x4f\x9b\x09\x60\xc9\xec\x49\x2a\x78\xd9\x06\xaa\x56\x99\x27\x0c\x94\xad\x2a\x5a\x8f\x01\x68\xbd\x47\x07\xa1\x75\xff\x17\xda\x7e\x1f\xd0\x7a\xbd\x97\x0c\x9f\x36\xf3\x88\x9d\xe8\x17\x3c\x8c\xf8\x91\x65\xa8\xa0\x70\x60\x2a\xe6\xc3\xfb\x05\x8f\x83\x3b\x9c\xdf\x5f\x8e\xe3\x2f\xa8\xde\x9a\x8a\xf9\xfa\x92\xf0\xc7\xe6\x09\x1c\x30\x03\x7a\xbd\x97\x40\xef\xb8\xec\xb2\x2d\x79\x3e\x15\x9f\xe3\x34\x86\x1b\xa0\x25\xcf\xa7\xe2\x73\xe4\xe8\x78\xee\xf6\x8e\xb6\xe6\xbf\xe4\xf9\x54\x2c\xb6\x1c\x2c\xa5\xe9\x1d\x77\xc0\xac\x69\xa6\x74\x4c\x7c\xa0\x15\x59\xf2\xbe\xe3\xbb\x0a\x2a\xca\x3a\xf8\xba\x6c\x4b\xbe\x77\xec\x56\xd9\x4e\x02\xa4\xef\x4f\x02\x24\x04\x9d\x00\xc8\x3c\xee\x24\x40\x42\xd0\x09\x80\x4c\x31\x4b\xbc\x77\xfa\x71\x41\x79\xda\xb1\x79\x87\xb2\xb2\x8d\xe9\x1d\xae\xf7\xac\x72\xab\x65\x5b\xe2\x7c\x1a\xc6\xd0\x12\xe7\xd3\xf0\x07\x4c\x80\x29\x3e\xa7\x96\x3c\x9f\x86\x47\x5c\xf2\xfc\x78\x9d\x4b\x4b\x9e\x1f\x2f\x2e\x79\x15\xbc\x2f\x88\x96\x7c\xef\x32\x9b\x05\xd5\x71\xc7\x4b\x54\x42\xb0\x71\x4d\x66\x5a\x4b\xa0\x4f\xc3\x6b\xb6\x04\xfa\xf1\xe2\xa2\x4b\x80\x1f\xcd\x9b\x84\x69\xaa\x39\x19\x04\x26\x06\xf9\x20\x59\x22\xfc\x78\x1d\x55\x0c\x3f\x78\x31\xde\x09\x98\xbc\xea\x13\x30\x79\x9f\xa1\xe2\xd9\xf0\xaa\xce\x0a\x18\xb4\x2a\xb3\xe1\xb9\x70\x32\x3b\xbe\x77\x7f\x03\x20\xf9\xfd\x1d\xcf\x3d\x3e\xea\x0f\x99\x6f\xce\x0b\xef\xfb\x7b\x2c\x9a\xa9\x60\x69\x0c\xe3\xc5\xc7\x6f\x00\xe8\x73\xe1\xe6\x9a\x69\xfe\x37\xd7\x4c\x08\x60\x28\x7a\x19\x9a\xc0\x52\x10\x1c\x3e\x59\xb6\x1b\xc6\xcc\x17\x27\x80\x3b\x60\x7b\xb1\xb2\xa5\x32\xe4\xf4\x1a\xf2\x40\x5b\x28\x40\x2c\x7b\xee\x16\x59\xa1\x42\x6c\x2f\x66\x04\x97\xc1\xf6\x62\xf6\x08\x67\xda\x14\x91\x59\x50\x4d\x38\xa7\xe2\x76\xe0\x4a\x67\xfd\x10\xf1\xc2\x50\x3b\xb1\x87\xaa\x1f\x32\x5e\xf0\x07\x80\x53\xdb\x2d\x20\xc0\x7e\xf3\x91\x1d\x36\xee\x97\x8f\x09\xa2\x30\x89\xa3\x66\x49\x05\x21\x6c\xa8\x0d\xa5\x31\x11\xc1\x17\xe4\xba\x2c\xa8\x70\x9c\x2d\xa6\xb0\xc0\x71\xd8\x36\x7f\x91\xf1\xc2\x4f\xa2\xa7\x4b\x58\x9a\x45\x36\x29\x05\xb8\x0f\x82\xc2\x38\x4a\x58\xaa\x44\x36\x2d\xb2\x7c\x72\x50\xec\x42\x09\x88\xae\x08\x0a\xf4\x28\x61\x29\x07\x45\xc1\x09\x25\x20\x26\x2c\xa8\x1a\x4c\x41\x3d\xd7\xb2\x19\x02\x24\x60\x87\xa2\x63\x37\x20\x1c\x23\xa8\xfa\x47\x09\xac\x5c\x5b\x74\x90\x07\xd6\xae\x55\x68\x5a\x09\x70\x42\x04\x15\x50\x29\x21\xa2\xf6\xaf\xe4\x4d\x16\x75\xce\xcd\x6b\x47\xaf\x83\x4f\x4b\xa6\xcf\xc4\xd7\xbc\x52\x44\x17\x7e\x01\x65\xe3\x44\xd5\x01\x5e\x84\xa8\xc4\xf1\x12\xe0\x45\x88\xf2\xf0\x97\xb0\xa4\xf8\x22\x17\x77\x09\x4b\x88\x2f\xaa\x01\x5d\x02\x2b\x10\x2a\x88\xbc\x04\xf8\x0d\xa4\x07\x85\x25\xe4\x2b\x16\xa8\x04\x78\x11\x8c\xc7\x25\xe2\x57\x23\x29\x2f\xad\xbc\xb9\x09\x81\x5f\x43\x67\x9e\x04\x6a\x36\xb8\x7d\xd5\xe4\xc1\xa6\x26\x8e\x01\x4f\x03\xa6\x75\x53\x31\x12\x85\x7d\x4c\xb2\xfa\xb5\xbc\x63\x25\x94\x27\x4d\x40\x1f\x20\x04\x3d\x99\xa8\xe1\x1b\x48\x62\xea\x01\xbe\x81\x64\x2a\x84\x30\xdf\x92\xa7\x5b\x68\x58\xd3\x8c\xca\xd2\x46\x0c\xfa\x12\xe5\x5b\x0c\xee\x6f\xe9\x7b\x46\x14\x25\x79\xcf\x77\x49\xf2\xb1\xbb\xb3\xa5\x8a\x98\x72\x96\x1c\xdf\x93\x3b\x87\x23\xa0\x66\x89\xb9\x01\x65\x71\xbb\x7a\x5b\x72\x7c\x1a\x26\xc5\xba\x34\xaf\xae\xa9\x57\xb8\x12\xfd\x76\x5b\x8b\xa6\xc1\x2a\x10\xef\x6f\xe1\x14\x28\x1e\x9b\x85\xcb\x4c\xc6\xf0\x0a\x18\x2f\x4b\xa4\xaf\x1e\xab\x41\x5c\x10\x9a\x91\x39\xdb\x94\x5a\x5c\x02\x4c\xfa\x9b\xa7\x8a\x88\x35\x45\xb2\x96\x80\x80\x35\x45\xe9\x96\x80\x20\x92\x17\x7f\x6b\xac\x26\xf0\xfa\x01\x5a\x69\xd2\xc2\x75\x70\x2f\xcf\xbf\xa3\x7e\xa1\x9b\x5c\x57\x33\x8f\xce\x78\x1e\xcd\xb8\xb3\x96\xab\x01\x5c\x02\xf5\x30\x37\xea\xf4\xab\x09\x9b\x8c\x9f\xf3\xfe\x79\x4a\x8c\xf8\x39\xf4\x70\x6f\xc0\x01\xcb\x95\x37\xe0\x60\xcd\x66\x7f\x8f\x5a\x8f\x82\x1f\x46\xef\x2e\xf4\x0d\xc6\x1a\xf8\x6d\xa6\xf5\x25\x0f\xc7\xba\x9a\xde\xb1\x8f\x55\x5b\x5f\x20\x19\xe8\xb5\x20\x3b\x0c\x41\x92\x2d\xc2\xce\x22\x68\x52\x1a\xc3\x4e\xad\xd5\x18\xd8\x77\x60\x58\x53\xdc\x51\x6f\xd2\x1d\x9c\x50\xc9\xd4\x64\x4d\x79\x03\x08\x09\xd9\xf8\x3f\x58\x27\xd3\x8f\x61\xfa\xcb\xde\xb9\x07\x8b\x06\xf9\xd0\x64\x20\xfb\x52\xf4\x7f\x72\xbc\x7c\xf2\xd8\x34\xdd\x83\x76\x37\x89\x02\x01\x26\x72\x9b\x96\xc2\x01\x3f\x41\xf0\x73\xb0\x48\x1f\xd2\x07\x31\x2a\x04\xb1\xc8\x4e\x37\x48\x27\x6c\x47\x3e\x50\x99\x81\x3f\x8c\xd2\x25\xf3\xb6\x68\x5e\x72\xb2\x4a\x98\x8f\xf9\x13\xdc\x24\xba\x47\x58\x8f\xa4\xe8\x87\x93\x44\xaf\x29\x9d\xb0\x1e\x59\x6c\x38\x61\x0d\x34\x11\xc2\xa4\x5d\xb3\xe4\x3f\x14\xf6\x6f\xcd\x62\x02\x6b\x46\x64\x49\x90\xac\xeb\x5f\x2c\x56\x87\xeb\x59\x06\xad\xf3\x05\xd5\xcf\x2c\x0e\x62\xef\x8b\x05\x5f\x10\x11\x5f\x43\x30\x54\xc4\x78\xbb\x4e\x88\x2a\xee\xf0\x02\x5d\xb9\x3d\x79\xce\xfb\x07\xc6\x30\x99\x8b\xce\xed\x55\x82\xb5\x04\x04\xb7\x18\x69\xf3\x49\x10\xd2\x80\xf3\x61\x46\x82\x89\x31\xb8\x59\x32\x5f\x58\x62\x66\x2c\x86\xe1\xa6\xfa\xeb\x76\x02\xa3\x55\x07\x10\x33\x6d\xdb\x2f\xe1\x2e\xef\x2a\xb0\x25\x2c\x31\x53\x45\xd6\x4a\xb8\x61\xd2\x72\x77\x4f\x1d\x49\xf7\x47\x52\x13\xe5\xb0\x36\x9e\x12\x5b\x4b\xdc\x58\xcf\x5a\x76\xc9\xb8\x04\xc2\x2a\x88\x22\x4a\x15\x37\x95\x5f\x2e\x71\x63\x04\x8f\x5f\x80\x85\xc6\xfd\xd1\x83\xd5\xfc\x3e\xc3\x8b\xfc\xc2\xd2\x77\x65\x75\x8c\x08\xa1\x55\xc5\xa9\x12\x9f\xd0\x90\xa6\xf6\x3a\xe3\xc5\x6c\xe2\x92\xe5\x94\x00\x58\x22\x4b\xd1\x0e\xbf\x7d\x51\x4d\x51\x1b\x31\x0c\xc3\xbd\xdf\x0c\x92\xf8\xd0\x75\x64\x70\xbf\x2d\x58\x31\xd2\x25\x2e\xf0\x20\xb7\x29\x54\xa5\xa0\x6e\x7d\x50\xe8\x48\x89\x90\xda\xaa\x5c\xd0\x25\x46\xa6\xbb\x07\xff\x00\x3d\x40\x67\x2b\x6a\xdb\x07\x0b\xd4\x11\x42\x9b\xf2\x0d\x0a\x0a\x97\xd6\x2c\x7d\x17\xc5\xef\x43\x0d\xaf\x1f\xe8\xd6\xd4\x14\x11\x2a\x62\xb2\x8f\x89\x27\x9e\x9f\xf3\xc4\x13\x12\x20\xd2\x25\x91\x58\x84\x5d\xd6\x9a\x0c\xea\xe9\x2f\x90\x34\x63\x06\xb8\x4a\x23\x8f\x4f\xc1\x0b\x0d\x90\xe1\x9f\xaa\x7e\xbf\x02\x02\x41\x98\x89\x12\x7f\x4f\x17\xa2\x70\x8e\x72\xa8\x4d\x27\x6e\x64\xbd\x27\x9d\x20\x91\xd5\x51\x93\xfb\x63\xd5\x48\x61\x2c\xd3\x1f\x25\x00\xf3\x93\xcc\xa3\x0e\x0b\x6c\xf5\x7e\xa1\xc0\x17\x91\xfd\x1c\x96\x6b\x77\x58\xc8\x6f\xfd\x7e\x23\x46\x84\x22\x96\xa7\xef\xaf\x11\xc8\x5f\xfd\x02\xf8\x6b\x76\x8f\xe4\xaf\x42\x19\xc4\xb5\x90\x7f\x12\x77\x56\x98\xb0\xed\xda\xc0\x05\x97\x18\x34\x05\xfc\x95\x08\xb3\x6b\x34\x82\x2a\x6b\x7d\x49\x5f\x89\x15\x56\x31\xd3\x58\x85\x15\xd2\xbb\x96\x66\x55\x93\x50\xc5\x91\xeb\x15\xad\xb0\x13\x9b\x02\x68\x55\xf5\x0a\x3e\x56\x55\x4d\xb0\xc1\x4a\x66\x92\x43\x5c\xc6\x4b\xc8\x89\x0d\x46\x1b\x63\xbc\x51\x58\x77\x07\xac\xc1\x67\x3e\xd1\x68\x96\x72\x8f\x30\xa3\x19\xe4\x06\xb3\x99\x69\x08\x81\xbd\xc3\xfb\xb4\x83\xd1\x76\x3f\xc7\xbe\x96\x0b\xb1\xe0\x26\x96\x6c\x6d\x3d\x2e\x29\x2d\x5b\x95\x8a\x2c\xb6\xa3\xd8\xdf\x12\x07\x83\x8b\x75\x3c\xc4\x25\xb8\x65\x5b\x59\xe2\x12\xd4\xb2\x4d\x22\x4c\x91\xaf\xd9\x30\x20\x1e\x21\x66\xb3\x33\xa4\xe7\x24\x55\xb6\x2a\x11\x51\xbb\x71\x98\x1d\xa1\xf6\x55\x4a\x26\x34\xca\x6b\xaf\xb5\x1f\xc7\xab\x2e\x78\x89\x03\xe1\x9a\x6a\xee\x38\xa6\xd5\xdd\xce\x5c\x3a\xa3\x6d\x4f\x8b\xbf\xaa\xf7\x9d\xe5\x69\x0d\xe3\x8e\x80\xe8\xee\x0e\x18\xc1\xe0\x85\x44\x04\x83\xa5\xaf\x88\xec\xd6\xd7\x07\x8f\xf4\x24\xe9\x8d\x55\x00\x6a\xf6\x9c\x10\x7c\x6b\x83\x44\xa4\xf4\x64\x96\x7d\x90\x7f\x0a\xad\x4f\xfc\x80\xe6\xcc\xda\xb6\xde\xbc\x88\xbd\x6d\x5e\x58\xc6\x0f\x24\xbf\xcf\x19\x19\x47\x2c\x7d\x9b\x3c\x00\x69\x51\x13\x62\xc9\xc3\xcd\xa7\xce\x12\x96\x5a\x34\xbf\xba\x98\x56\x23\xdd\x30\x52\x18\x0a\xd2\x5c\x23\x0a\x48\xdb\x3a\x10\x2f\x78\x19\x3c\x47\x54\x94\xb6\xe6\x1f\x2f\x78\xb6\x0c\x23\xee\xcb\x7a\xb7\x71\xad\x8b\x4f\xa9\x0b\x9e\x2d\x53\xff\x85\xdb\x1a\xbc\x7f\x2f\xd8\xf4\xbd\xdf\x97\x64\x94\x6c\x53\x8d\x17\x77\x93\x9e\x4f\xea\x8b\x9e\x10\xab\x9b\x76\x1f\x4a\xb8\xf0\xa0\x18\x69\xb3\xa2\xad\x11\xe7\x80\xf0\xe6\xe7\x30\x51\x7a\x95\x27\x2d\x59\x46\xc9\x0d\x4b\x96\x79\x1e\x2a\x03\x6f\x76\x7c\xc4\x9b\xdb\x4b\x3d\xdc\x8f\x85\x45\x43\x42\x74\xb2\xe3\x22\x22\x4b\x38\x66\x8b\x32\x4b\x78\x2a\xd5\x4c\xfa\x1e\xaf\x1a\xfa\x25\xde\xfb\xf7\x57\xf5\xd6\xb8\xd7\xc6\x1a\x42\xd1\x0d\xb9\x46\x5b\x25\x6d\x4c\xc0\x49\xfe\x61\xb1\x34\x09\xa7\x09\x72\x93\xfd\xd1\x69\xe3\x21\x36\xd4\x86\x84\x2d\x84\x25\xfa\xdb\x25\x36\xa4\x00\x49\x52\xd0\xa5\x10\x20\x2d\xbb\x0d\x47\x8a\x56\x28\x85\xf2\xba\x01\xa0\xa4\x25\x47\xd5\x51\x7e\x72\xde\x24\xb8\xde\x5f\x3d\x91\x98\xaa\xda\xfb\xfb\x32\x81\x92\x20\x84\x6d\x3a\x4d\xd3\x12\xc2\xda\x6b\x62\xb0\xff\xc8\x21\x92\x96\xc8\x35\x74\x72\xa6\x25\x70\xa9\xce\x53\x49\x0c\xcd\x1d\x7e\x0c\xfb\xe4\xab\xcd\x6b\xb9\x24\x30\xa6\xf8\x14\xaa\x16\x62\xe9\x28\x97\xfa\x98\x90\xb8\xe4\xb0\xd1\x92\x22\x0f\x33\x0f\x49\x62\x57\x8f\x89\xb6\x6f\x2d\x64\x82\x69\xd8\xdf\xb3\xf6\xa8\x02\xe3\x4a\x4a\xd4\x64\x64\x45\x4b\x10\xd9\x82\x22\xf6\x4b\x82\x48\x16\xed\x7a\x4e\x4b\x26\xb3\xc7\x20\x21\x21\x69\xb8\x43\x5e\x45\x95\x3c\x24\x79\xa0\xa7\x84\x88\x23\x83\x90\xe0\x79\x16\x97\x4d\x8c\xcd\xd5\xe7\xf9\x51\x5c\xfc\x1c\xc9\x55\x5a\x92\x25\xc0\x59\x80\x4c\x48\x50\xf2\xfa\x22\x41\x49\x32\x74\x42\x7e\x92\x98\x5f\x5a\xc2\x9c\xd2\x34\x4b\x82\x0f\xdd\xb4\x92\x49\x1b\x1e\x09\x91\xd8\xc3\x33\x63\x9a\xa7\x38\x4d\xe2\x1d\x63\xe2\x94\x89\x66\x36\x2f\x06\x32\xa6\xcd\x16\x12\xcd\x6e\xe2\x9c\x89\x56\x35\x13\x63\x81\xff\x4f\x7c\x27\x15\x68\x0c\x1e\x8e\xf7\x24\xbc\x9e\xaf\x6d\xb8\xf9\xf3\x9b\x72\x88\xc6\x83\x07\xdc\x88\x86\x24\x66\x62\xac\x50\x9e\xa4\x4c\x25\x94\xf1\xef\xb6\xb3\xa5\xca\xeb\xdd\x84\x8f\xfa\x54\x88\x17\x7c\xf5\x7d\x15\x47\x49\x95\x5c\xc6\x03\x30\xc9\x73\xf3\x0b\x6b\xbe\xde\x5c\x4b\x10\xb3\x29\x3e\x2d\x39\xac\x2a\xaa\xa9\xa4\xc6\xdd\xa4\xd7\x59\x87\xae\x48\xa8\x49\xb4\xa6\x79\x7d\x10\xd0\xea\x00\x81\x84\x80\x56\x9b\x60\x13\xd2\x63\x7b\x35\x42\x98\xb6\x5c\x36\xff\x80\xb8\x1a\x71\xd5\x84\xa8\x54\x8b\x38\x69\x09\x62\xba\x1b\xa6\xa4\x8e\xec\x14\x6f\x25\xc6\x78\x4a\x74\x4f\x83\x75\xd8\xbd\xb5\x18\xf4\x29\x65\x24\x0d\x04\xc7\xc9\x45\x82\xea\x3e\xd5\x36\xe4\x04\x83\x97\xcd\x49\x69\x40\x19\x69\x1e\x10\xca\x88\x57\x6c\x40\x14\x36\xc4\x83\x92\xbb\x16\x60\x90\x6f\x8b\x80\x06\xe1\x55\x9b\x25\x94\x8b\x54\xd8\xb4\xb3\xcc\x4f\xf0\x1b\xb4\x7b\xb8\x0d\x0f\x7e\xf5\x07\x4f\x21\x67\x81\xb8\xd3\xa5\xef\x17\x3a\xf3\x9b\x34\xe7\xfd\xc9\x43\x13\x90\x2c\x1e\x68\xa3\x7c\x7a\x4a\xd9\xfa\xf8\xda\xe1\x4f\xf3\x3e\x82\x9b\x7a\xf8\x10\xe0\xfd\x21\xc5\x94\x78\x3c\xe2\xaf\xba\x3c\xe0\x59\x6a\x3f\x32\xa2\x25\x98\xdc\x62\xf6\x32\x1e\xf5\x75\xc7\x4c\x49\x07\x53\x9e\x04\xf2\x12\x0a\x9b\xc9\xf2\x64\x29\x79\x89\x1f\x89\x41\xa2\xc9\xd3\x3b\x11\x2b\xe4\x9d\x40\x29\xcf\x6e\xe9\x84\x24\x2b\x8f\x8f\x20\x50\x33\x5c\xd8\xcb\xbc\x8f\xcf\x35\xbc\xf1\x7b\x3e\x25\xc6\x3c\xda\x3a\x52\xbc\xcd\xe8\x11\xee\x26\xa2\xeb\x91\xb3\xfd\x06\x89\xc0\x7c\xef\xe2\xf5\x5b\xc2\xe6\x45\x46\x21\xa2\x40\x8c\xa7\xe3\x14\xd2\xf5\x08\xde\x7e\xe1\xc9\x13\xd5\x9c\x10\xe5\xe9\x04\x8e\x92\x68\x2f\xf3\x19\x74\x91\x52\xd5\x25\x85\x3c\x2b\x65\x69\x3e\x7e\x3a\xf5\x30\xe3\xf7\x57\x51\xfa\x68\x49\x33\xbd\xae\xfe\x29\x69\xc9\x80\xba\xd4\xb5\xa4\x59\xbe\xbf\xba\x19\xc1\x92\x08\xbb\x71\x34\xfb\x7a\xd9\x4f\xd7\x31\xe2\x43\x66\xee\xeb\x65\x0f\x7c\xac\xa6\x07\x5a\x7b\xd2\xc7\xe5\xbc\xbe\xbf\x6c\x4e\x4e\x13\x2c\xd1\x60\x81\x25\xea\x5b\xa4\x8f\xc9\x3b\x91\x96\x58\x69\xa5\x0e\x35\xb8\xba\xb9\xeb\x92\x31\x95\xd1\x52\xd2\x0d\x88\xb4\xaa\x37\xab\xbb\x78\x55\x6f\xd6\x4b\x32\xb3\x5b\x12\xa6\xc3\xb3\x12\x12\xc2\x2c\x93\x2d\x11\xb2\x9b\x13\xd2\x36\x67\x63\x21\xea\x7f\x0d\x2d\x68\xde\x96\x6e\xa6\xc1\xf2\x96\x57\x73\x53\xb3\xae\x66\x55\x13\x5e\x88\xe1\xb7\x97\x34\xaa\xa5\xca\x4b\x1a\x55\x61\xd0\x92\xb7\xa5\x5d\x47\x7f\xbc\x84\x73\xb1\xd4\xbc\x2d\xde\x20\xdb\x6f\x5e\x92\xeb\xd0\x56\xc9\x30\xe8\x25\x3f\xbd\xd7\xcb\x1a\x37\x40\xda\x13\x48\x4b\x6a\x1d\xa2\xb0\xbc\x84\xd6\x91\xfc\x94\xcc\xdd\x50\x04\x46\x0a\x4b\xe8\xcf\xa8\x6a\xf5\x12\x3e\x33\x52\xc1\x1c\xc5\x98\x03\xc4\x6c\x89\x3e\x39\xb0\x9e\x4c\xf3\x0f\x07\x88\xda\x1f\x9c\xf8\x40\xa8\x80\x09\xd1\x07\x50\x46\x75\x19\x55\x27\x2f\x19\x26\x44\xc7\x81\x66\xba\x82\xc5\x48\x70\x0d\x64\xa8\xdd\x33\x8c\x8c\xeb\x35\x0e\x96\x08\x5b\xed\xc0\x41\xcd\xb6\x1a\x5f\x3d\x20\x92\x60\xf8\x7d\x64\x11\xbd\x3a\x24\xc8\x6e\xc3\x4f\x2c\xa2\xcd\x4b\x00\xae\x71\xf3\x73\x40\x2c\x66\x95\x21\x10\x87\xd7\xf8\x84\xd8\xe3\xc3\x4c\x2e\x32\xcd\xc8\x6d\xab\x8e\x59\xcb\xc8\xe4\x77\xa8\x69\x86\x97\xd9\xa1\xab\x99\x35\x1a\x55\xaf\xaa\xe4\x44\x7f\xbe\xd6\x20\xb1\xb4\x8b\x36\x46\x5e\xf2\x71\x55\x31\xc5\x92\x61\xb2\x0c\xe1\x47\x67\x49\x4e\x84\xdf\x1f\x73\x85\x3d\x3a\xe0\x35\x89\x40\x78\x76\x60\x6b\x4e\x5c\x61\xb7\x69\x3e\x94\x41\x94\xf7\x37\x39\x74\x39\x67\xba\x05\x34\x20\xc4\x6b\x87\xfa\xe6\x4c\x70\x05\x1d\x13\xfe\x8d\xd0\xcc\x5b\x6a\xb5\x00\x10\xb0\xed\x9c\xc9\xc8\x7b\x73\xa8\x30\xaf\x8b\x72\x68\x74\xce\x4f\x5d\x13\x7f\x70\xd2\xe0\x29\x90\x33\xef\xa2\x49\xfe\x81\x30\x7a\xca\xc8\xc4\xf7\x92\x15\xd0\xa4\x78\x68\xae\x48\xbd\x91\x94\x93\x91\x29\x96\x25\xd5\x64\xd4\x4a\x4b\xde\x15\x10\x7c\xb3\x74\x6d\xdc\x5f\x55\x73\x71\x7f\xb0\x59\x7b\x3e\x15\x26\x62\x1d\x90\x19\x2e\xe4\x9c\xfd\xbc\xf3\xaa\x61\xb5\x59\xf1\xac\x79\x80\x9d\x3e\x3b\x41\xc0\xdc\x32\xb3\x0e\x48\xce\x39\x7b\x06\x94\x9c\x25\xca\xe6\x25\x2a\xbf\xdc\xd0\xb9\xc1\x8e\x64\xa2\x6d\x2c\xeb\xa0\xf7\x21\x4b\xfb\x20\xe1\x8d\x5c\x8e\x5c\xcc\xc8\x35\xcb\xee\x9f\xb9\x66\x66\x5d\x74\x4c\x4b\x86\xc9\x74\x4c\xeb\x78\xce\x74\x4c\x7b\x51\x1b\xb2\x8f\xcc\x1c\x99\x5b\xd6\x3d\x5f\x24\xcf\xbd\xe6\x0b\x57\x8f\x97\xb8\xc1\xab\x98\xdc\x06\xbc\xe6\xbd\x28\x8e\x60\x83\x41\x66\xfa\x98\xf9\x3a\xd3\xc7\x7c\xde\xc0\x62\x6a\xa9\x33\xb3\xee\x8d\x7d\x88\x99\xf9\x62\x52\x86\x32\x1c\xe1\xd9\x27\x14\x8a\x25\x64\x9f\x14\x4c\x07\x33\x9f\x43\x4d\xd1\x64\x04\xa3\x3a\x42\xce\x6e\x4f\xd6\xd9\x50\x9b\x7c\xc9\x44\x09\x8b\x6c\x92\xcc\x87\x42\x96\xaf\x28\xb7\x0c\x4f\xba\x8a\xc2\x95\xe7\x3e\xb4\x6e\x94\xd0\x42\xbb\xf9\xf4\xc2\x65\x04\x76\x49\xf2\xc2\x34\x1b\xa9\xf2\xa0\xfa\xe6\x7d\x03\xed\x22\x9b\x2a\xa1\x4d\x24\xf3\x56\x78\xd3\x6b\x34\x52\x06\xaf\x11\xf5\xf9\xb3\x93\x0c\x85\x45\x14\x52\x68\x12\x0c\x33\x2b\x29\x98\x2c\xf7\x07\x08\xcd\x71\xa7\x4e\xe7\xbd\xbb\x23\x21\xca\x84\x0a\x7d\xc2\xf1\x51\x99\xd7\x71\xca\x38\x98\x69\xd3\x7d\x7d\x3f\x58\x0d\x41\x6d\x68\x48\xb2\x6b\xe7\x9d\xd5\x12\xdc\x1f\xdc\x35\xde\x58\x3b\xcb\x15\x08\x27\x4b\x95\xa8\xb6\x2f\xf1\x8e\x39\x1b\x27\x50\x3b\xb4\x5a\xea\xca\x07\x6f\x98\x13\xc4\x70\xe8\xe7\x60\x66\x03\x87\xbe\x23\x34\x32\x0b\x85\x75\x2f\xfc\x01\x9d\xd0\x5b\xed\x80\x4e\xe8\x65\xe5\x85\x2b\xf9\x27\xd5\xa5\x4b\xe6\xf5\x40\xdd\x1b\x83\x19\x70\xcd\xbd\x13\x1f\xee\x1d\x3a\xb3\xc9\x92\x19\x71\xc5\xdf\x03\x1f\x66\x0c\x4c\x90\x93\x49\x82\x85\x51\x9d\x06\xf1\xdc\xb8\xe7\xe3\x98\xba\x8f\xdc\xdc\x99\xc5\x25\x4c\xa4\x4c\x90\xf3\x71\x46\xfb\xb6\xc2\x2d\x78\x61\x9f\xbd\xda\x99\xf6\x6e\xa3\xf7\x64\x98\x99\x17\xfc\xa4\x97\xd9\x10\x31\x64\xb6\xbf\x3e\x81\x59\xc7\xdb\xe0\xbc\x81\x22\x2d\x31\x33\xe0\xba\x79\x01\x53\xda\xcc\xdc\x58\xf2\xb2\x59\x42\xbd\x88\x24\xbd\x30\x79\xd3\xa7\x3a\x98\x48\xcf\x31\x11\x4e\xba\xc4\x34\x83\x49\x9f\xa5\x4f\x3c\x28\x2b\xd1\x27\xd0\x44\xbe\x8e\xb1\x38\xe1\x03\xf4\xae\x98\xc8\x66\xf1\x79\x32\x91\xaf\x63\x90\x27\xf2\x75\x8c\xc5\x09\x33\xa4\x77\xcd\x44\x3e\x92\x51\x32\x61\x47\x30\xd5\x33\xc5\xcd\x54\x33\x59\x61\xc4\x07\xda\x0d\xa7\x9f\xb7\xed\x8d\x38\x1b\x93\x11\x74\x95\xe8\xf3\x87\x09\x69\x26\x93\x1b\x13\xf0\xb2\xdf\x70\x49\xbe\xda\x98\x90\x2c\x6d\xf9\x46\x7e\x90\xb6\x71\xd9\x80\x61\x8d\x5f\x58\x8c\xd8\xc9\x1d\xa8\x5a\xdb\x54\x7a\xb8\xa0\x68\x6d\x53\xc1\xe3\x52\x90\xcf\xa6\xf2\x7d\xa5\x30\x9f\xad\xf8\x79\xc3\x04\xaa\xda\x08\x6a\xc9\x6e\x03\xc3\xe2\x03\x05\x91\x07\xba\xc1\xa6\xa0\x04\x6e\x53\xa5\xe3\x82\x3b\xd6\x9b\x77\x7d\x61\xa0\xaa\xee\x7a\x28\x85\x26\xf7\xe2\x01\xa0\x10\xcb\x06\x82\x5b\xd9\x63\xf0\x84\x03\x56\x20\xfb\x39\x69\xcc\xcf\x59\xcc\x52\x4b\x50\x98\xf3\x66\x8c\x30\xa7\x2d\xb9\x03\x5e\x14\x91\xfc\x02\x40\xd2\x91\x57\x02\x6b\x90\x8a\xea\xca\xa3\x4c\xb8\x8b\xc8\xfa\xa1\xc6\xca\xd2\x1e\x5c\xfb\xbe\xa0\x86\x6f\x0c\xe2\x26\x25\x3e\x63\x6a\xd6\x11\x01\x1c\x62\xcf\x25\xd2\x34\xf4\x1a\x62\x11\x4a\xdd\xfc\x01\xec\xe7\xc3\x23\x4e\x3c\x77\x07\x37\xda\xa2\x0b\x24\x96\x99\xdb\x96\xa5\x2e\x44\x15\x89\x2a\x25\x21\xe5\x46\x82\x05\x6a\x0a\x47\xbb\x2e\x70\x85\x7d\xf3\x09\x58\x90\x67\xa6\xeb\x55\x0b\x4a\x0e\x37\xf3\xbb\x92\x00\xb1\xe9\x62\x29\x13\xd1\x01\x86\x25\x21\xc7\x48\x82\x13\x2a\x14\xfb\x2e\xcc\x82\x3b\xf2\x9b\x2d\x82\xb8\x4d\x34\xa9\x66\x4c\x61\xbd\xe2\x66\x33\x48\x61\xde\x9a\x04\x97\x82\x2b\xba\x6d\x7e\x2f\xcc\x5b\x93\x64\x56\x32\x72\x88\x7e\xe6\x8c\x29\x8c\x79\xf5\xe8\x19\x09\x46\x9e\x2d\x82\x2b\x6a\x29\x7e\x01\x21\x41\x62\xce\xe5\xb9\x31\xb2\x7b\x78\x38\xff\x25\x47\x15\xa6\xb9\x0d\x77\x80\xf5\x6d\x6e\xc3\xd9\xff\xfa\x9e\xeb\xab\x19\x14\x80\xaf\xf3\xaf\x30\xcd\x4d\xf2\x06\x8a\x35\x37\x9f\xf7\xbc\x7b\xb5\xfb\x80\x44\xf1\xe6\xa8\xf2\x4b\xa5\x20\xfc\x42\x65\xb7\x4a\x29\x0d\xf8\xf4\x73\x12\xa4\x07\x78\x44\x7b\xcd\x18\xd1\xaf\xaa\x63\x56\x70\xcf\x7f\xf4\x89\x86\xd2\xcf\x51\x25\x07\x4b\x61\xda\x9a\x8e\x27\xdc\xe9\x1f\xed\x44\xc7\x95\xfe\xd1\x01\xaf\xb8\xd1\xdf\xb5\x29\x0b\x2e\xf4\x8f\xc5\x18\xa4\xb6\xa2\x12\x72\xa5\x30\xde\xc2\x14\x82\xcb\xfa\xcb\x8b\x99\xb2\x1e\x6f\x32\x52\x1b\xaf\x38\xf3\x2e\x78\x42\x28\xcc\x6e\x1b\xac\xc0\xde\x86\x0c\x99\x78\xf1\xdb\x46\xa7\xaf\x66\xd9\x70\x47\x7f\xf3\x98\xd7\xf7\x57\xcf\xaf\x21\x41\xe7\x26\x9c\xa5\x30\xf4\x6c\xa8\x99\x9a\x66\xf6\xd8\xe1\x81\x34\x59\x23\xe4\xc2\x89\x36\x05\x21\x17\x9b\xf7\xe5\x52\x20\x92\xc3\x1e\x4b\xa7\xf9\xcc\x0c\x7b\x29\x0c\xc9\x31\x1e\xa5\x23\x39\x70\xf8\x03\x44\xb1\x18\xe2\x0e\xdf\x4e\x73\x1b\x00\x7b\x19\x91\xc9\x96\x4d\x57\x08\xbc\xdd\x5e\xfd\x4d\x3c\xf7\x78\x88\x92\x36\xd9\x30\xc2\xe3\x75\x22\x0d\xfa\x5c\x85\x51\x24\xaf\x65\x73\xb2\x81\x64\x30\xd3\xc1\xd2\x27\x92\x9d\x3b\x05\xc9\x6c\xd9\x9c\x88\xc9\x6b\xe6\x34\x4c\x5e\x33\x99\x30\x79\xcd\x9c\x71\x70\x05\x05\xc0\x80\x1b\x5f\xb6\xad\x32\x6e\xbc\xaf\xef\x97\xee\xd0\xb3\x39\xf3\x0e\x1f\xb1\xfb\x67\xf2\x9a\x39\x01\x3c\x11\xd9\x1b\x0f\x65\xd8\xac\x62\xa2\x76\x79\xcf\xe6\xec\x3b\x16\xac\xfa\x39\x16\xcc\x9c\x62\xa7\x4d\xba\xf8\x05\xae\x98\x00\xda\xb1\x62\x66\x66\x48\x96\xdb\x5e\x1d\x20\x1b\xcf\x24\xb9\x93\x15\xeb\xfd\x83\xa9\x57\x3e\x0b\x0e\xc4\x57\x7a\xc6\x07\x68\xd2\x32\xc0\x41\x9a\xf4\xfb\xcf\xfd\xcb\x9a\xd1\x01\x90\xcd\x1a\x1e\x69\xdf\x53\x3c\x18\x20\xed\xe3\x10\x09\x72\x8e\x58\x2c\xbc\xc5\xc2\x66\xde\xc2\x04\x38\x63\xfd\x44\x46\x9f\xe7\x78\xf2\xca\x37\x1f\x58\xc8\x88\xb3\x3d\xa9\x9c\xa8\x61\x66\xa8\x99\x21\xe7\x7d\xc0\x0c\x38\x6f\x7c\x64\xc0\xd9\xbe\x54\x96\x40\x9f\x4a\xf9\xd9\x79\xc3\xf4\x38\x83\xc3\xf4\x38\xd3\x20\x2e\x7e\x7f\x9d\x86\x27\xa3\xd9\x3d\x39\xa4\xff\x59\x84\x39\x09\xbd\xbe\xbf\x08\xbd\x26\x8b\x64\x39\x6b\xab\xb8\x45\xda\xb7\x1f\x96\x72\x25\x3c\x17\xb0\x17\x81\x17\x70\x57\x41\x5b\xf3\xbd\x90\x14\x62\x9a\x66\x71\x8c\xee\x09\xd1\x73\xa2\xa2\x8c\xa5\x5c\x03\x10\xb8\xbd\x03\x5d\x1e\x81\x18\xf0\x73\x64\x74\xfa\xb4\x41\x76\xdd\x8b\x68\x11\x66\xdc\xab\x45\xb2\x27\x9a\x46\x53\x9a\x00\xd9\xeb\x3d\x09\xb2\x3a\x40\xee\xdc\xeb\x44\x67\x2c\x8d\x54\x95\xb2\x54\x91\xe8\x15\x5a\x9a\x48\x2a\x96\x11\x11\x6a\xf3\xda\x54\xbc\xae\x62\x78\x09\x26\xaf\x42\x30\x0e\x27\x26\x68\x41\x17\xe5\x34\x5c\xe8\xb6\xf0\x5a\x6e\x17\x29\x2d\xb8\x96\x7b\xd8\xc4\x59\x6e\x96\xf3\xf6\x91\x79\x23\x87\xd1\xcb\x70\x23\xdf\xcf\xcb\x7a\x23\x1e\xc8\x48\xbd\x91\xdf\x67\xde\xcd\xdb\x49\x87\x0f\x87\x1b\x0e\x4a\xf3\xca\x9b\x0e\x4a\x3f\x47\xc2\x9f\xe9\xf2\x46\xc2\x9f\x36\x4d\xdd\x36\x3c\x2f\x6a\x07\xf4\x57\xd5\x8e\x68\x77\xb5\x91\xd0\x28\x4e\x51\x11\x08\xed\x5a\xc1\x05\x37\x2a\x24\x95\x7d\x2e\x75\xa9\x2b\xc9\x89\x52\xb8\x75\x3c\xe9\xf6\xd0\x52\x37\x02\xe0\x36\x26\xa8\xe3\xb2\x06\x4c\x50\x54\x50\x91\x25\x57\x5d\x70\xa1\x06\xce\x50\x13\x08\x48\x51\xd4\xe9\x52\x97\xb6\x91\x6c\x75\xc7\x85\x0e\xc3\x9e\xeb\x1a\x38\x61\xf7\x87\x25\xe9\xfe\xfe\x40\x5b\x18\x09\x9c\xb0\xdf\x47\x16\x69\x77\x7f\x93\xae\x15\x7f\x80\xc4\x58\xd1\x59\x85\x6b\xa4\x46\xe9\xd4\x35\x32\x34\x4f\xae\xa4\x1a\xe9\x29\xf0\x18\xbc\xbd\x48\x25\xd7\x0a\xaf\x59\x2f\x2a\x62\x5d\x6a\x44\x32\xac\xce\x9c\x1a\x91\x55\x69\x2c\x44\xe6\x27\x7a\x1d\xe0\xee\xd8\x7c\x2a\xf3\xa2\xf6\xe2\x74\xd9\xba\x14\x98\xec\xa0\x8c\x9a\xe8\xc9\xd6\x07\x89\x39\x92\x9e\x43\x42\x8e\xa4\x01\x47\x31\xfb\xcd\xb6\xd9\xba\x54\x92\x6c\xbb\x61\x65\x85\x78\x97\x76\xa8\xac\xde\x67\x59\x03\x77\xc3\x67\x67\xdd\xd7\xf4\x80\x21\x72\x48\xc8\x16\xf5\xea\xb3\x5c\x9f\x0f\x73\x5e\x26\xbf\x59\x5c\xaa\x4b\x4f\xc9\x76\x21\xd7\xcc\xec\x40\x53\x64\x66\x48\x9d\xf7\x04\x1c\x19\xdb\x6b\xde\xf0\x64\xbc\xd2\x0f\x6a\xe6\xf1\xe8\x17\x98\xf5\xda\xfd\x02\x01\xf3\xbe\x81\xfa\xb1\xa5\x1f\x15\x6a\x2e\x35\x13\x6c\x13\x21\xf3\xf2\x6c\xa6\xae\x74\x6d\xb8\x10\x0d\x2e\xc0\xcf\xb6\xb3\xd7\x4c\xb3\xb0\x51\x59\x58\x7c\xdf\x5d\x20\xa6\xa8\xa9\xa2\x7f\xa9\x4b\x23\xc9\x36\xe5\xd7\xc2\xfb\xa7\xe5\xb2\xab\x4b\x03\xc9\xb6\xfb\xd6\xf2\x40\xa9\x41\xcb\x40\x30\xa2\x3f\x78\x96\xcf\x5f\xb0\x1c\x90\x94\xc6\x5a\x98\x8c\x22\x5b\x73\x45\x94\x77\x70\x44\x21\xef\xed\x7f\xa5\xe2\xd6\x8a\x34\x59\x93\x7e\x7d\xdc\x6a\xea\xb3\x22\x4d\xb6\xba\x8d\x4c\x58\xe9\xfe\xb5\xd2\xf1\x24\xd7\x5f\xad\xc8\x84\xad\x1e\x01\x60\x54\x3f\x47\x66\x96\x2c\x26\x75\xe9\x2d\xd9\xa6\xc2\x5a\x4f\x3c\x77\xfb\xe2\x00\x5a\x9c\xfa\xa4\xdc\xf8\x8d\x1b\x5f\x08\xc8\xf6\x40\xad\x05\x6f\x88\xa2\xae\x6e\xd3\xb9\xa6\xe3\xba\xb6\xc7\xbb\x26\x34\x34\xec\x46\x53\x5c\x5b\x9b\xef\xc5\xf7\x1a\xf3\x7f\xcd\x75\x1a\xa1\xd6\x24\x1b\x17\xcf\x1d\x3e\xbe\x25\xff\x40\x87\x5b\x71\x0f\x8c\x29\xdc\xfc\x06\xe0\x2c\xde\x5b\x28\xd6\x17\xac\xf2\xe1\x6a\x9c\xe2\xc2\x14\x15\x85\x3d\x82\x95\xc6\xda\x99\x32\xec\xbd\x85\x7a\x7d\xc1\x31\x2c\xb5\x3f\x11\xae\x1a\x15\xd5\xaa\x5d\x2c\xa4\x76\xa6\x10\x7b\x37\x2e\x8d\xaa\xb8\x5a\x46\x7d\x2e\x34\xf7\x02\xb3\x46\x9f\xe3\xdf\x6a\xe7\xa5\xaa\xd9\x5d\x4c\x44\xd1\x7a\x4c\xa4\x42\x9b\x28\x07\xe1\x12\xe0\x83\x45\xee\x4c\x23\x83\x60\x98\xcb\x0c\xd4\xd8\x36\x8d\xc0\x89\x12\xdf\x5d\x74\x66\x2d\x6b\x4c\x44\xbd\xc7\xf7\xa0\x3b\x7f\x70\x1f\x27\x7f\x10\x60\xa8\xc5\x17\x5f\xa0\x0f\xd6\x3f\x92\xb5\xaf\xa2\x80\x75\xae\x26\x7e\x06\xc3\x47\xd3\x01\x2f\x66\x77\xc1\xa1\xba\xf4\xa1\x92\xbd\x64\x3b\xa2\x38\xcd\x71\xe1\x19\x89\x4e\xcd\xa9\x70\x8d\x44\x55\xb4\x2c\x15\xbe\x91\x98\xbd\x03\x71\xcd\x4e\x74\x3a\x25\x2e\x48\x2a\x96\x4e\x2b\xbd\x23\xce\x6f\xac\x74\x87\x38\x34\xab\xc2\x1f\x12\xed\x70\xa9\xf0\x87\x44\x7b\x70\xea\xd2\x72\x4a\x7d\xbd\x50\xf8\x82\xa6\x85\xe8\x2b\xdd\xc8\x5f\xea\xd1\xd0\x16\x7a\xa1\x05\xf5\xf2\x7a\xe1\xc4\x0b\xee\x80\xd7\xdd\x99\x8e\x96\x92\x53\x1c\xde\x5c\x97\x92\x53\x1c\x95\x5f\x97\x8e\x53\x1c\xa7\x59\x11\x95\x9f\x54\x6a\xbe\x54\x04\x6c\xa5\xe0\x83\x1d\xf7\x10\xa7\xe0\x53\x77\xa9\x39\xbe\x7d\xa9\xd4\xa5\xe6\x14\x87\xa4\xd7\xa5\xc9\x14\x07\x06\x57\xf8\x31\x92\x7d\xc8\xf5\x44\xea\x7a\xfb\x51\x55\x81\x0a\x1f\x47\xb2\x7f\xb7\x5e\xb8\xb6\xc2\x6b\x8d\x7c\xc6\x64\x8f\x73\x65\x48\x57\x91\xdd\xaa\x22\xa6\xab\xbb\x18\x50\xbd\x98\x2a\x2c\xa4\x2d\xcd\xa3\xbf\xde\x47\xb8\x90\xe6\x0f\x3d\xe3\xd5\x3d\xe2\x6e\x3c\x3c\xc3\xac\x85\x1d\x54\xf0\x30\xbe\x59\xa7\xdb\xa4\x8a\x5c\xc6\x57\xe9\xa6\x8a\x5c\x46\x67\x99\xd5\xc9\x5b\x0a\x44\x33\x93\x41\x0a\x7e\x8e\xa0\x04\x63\x1f\x85\xbb\xc3\xeb\x7d\x9e\xd3\x3e\x33\x27\x8a\xdb\x7b\x39\xe6\x73\x4e\x0b\x02\x68\x1d\xae\xf0\x56\xa9\x74\x38\xc7\x1d\xd7\x7c\xd5\x6c\x3e\x71\xa3\x1a\xab\x99\xc0\xfd\x5c\x57\xa0\x36\x2f\x73\xb1\xc8\xce\xcb\x9d\x9b\x37\xdb\x4d\x57\xdb\xa7\xdd\x36\x86\xc0\x89\x44\x1a\x6a\xec\x39\xd4\xac\x6d\xb0\x25\x2b\x56\xa7\xc1\x27\xa1\x0b\x45\x4a\x63\x36\xa4\xd0\xdc\x50\x55\x4f\xd7\x91\x94\xb6\xd1\x24\x35\xd4\x86\x05\x47\x1c\xa5\x2d\x19\x7e\x38\x3a\xa9\x05\x8a\xbf\x0a\xcd\x6a\x4b\x88\xf7\x8d\x0c\x05\x17\x9b\x65\x87\xd3\xb6\xf0\x08\x1e\x1a\xe1\x89\x77\x92\x2c\xd3\x9e\xe2\x16\xaf\x2e\xe9\xbd\x2b\xee\x63\x32\x21\x30\xe9\x87\x45\x5b\x72\x78\xb6\x88\x9c\x4d\xf1\xb0\x16\xfb\x22\x4c\xbd\xbd\x24\xf2\x21\x47\x57\x8b\x8c\xe8\x15\x4a\x97\x3c\xee\xd4\xb4\x16\x41\xd5\xee\x1b\x95\xc4\x87\xbf\x5e\x5a\x92\x38\x59\x43\x6c\xbe\xf8\x52\x63\xa4\xd1\xeb\xf5\x25\xaa\x0f\xed\xd1\x96\x50\x58\xdc\xc8\x60\x68\x90\x21\x81\x10\xdd\x87\x41\x87\x10\xad\xfb\x67\x4b\x83\xad\xbf\x3b\x4e\xb6\x31\x16\xc8\xd8\x64\x2c\x90\x64\x8b\x96\x79\x33\xa1\x8e\xe0\x06\x11\xba\xda\xfd\xd0\x9e\xeb\x3f\xdc\xa6\x19\x54\xca\x43\x83\x45\xdf\xc1\x3c\x0d\xe9\x92\xce\x5e\x6c\x0c\x07\x7a\x0d\x79\xe0\xb9\xdf\x47\x44\xdb\x6b\x8a\x10\xca\x5e\xdf\x13\x46\xc1\x0c\x81\xd9\x09\xfb\x0d\xf2\xb2\x6e\x51\x2f\x0d\x21\xf9\xae\x3c\xd8\x50\x25\xdb\x21\x0c\xad\xf0\x92\x2d\x13\x35\x2f\x62\xb2\x9d\xb3\xf1\xe2\x40\x55\x0c\x2d\x8d\x77\xec\x3b\xac\xbe\x51\xd6\x35\xdd\xa3\x12\xb5\x53\xf4\x1b\x02\xe9\x6d\xc9\x6c\x90\x64\x5f\x23\x30\x8e\x5e\xb7\x5f\x97\x56\x11\x88\xe1\x9d\x0d\x93\xbc\x4d\x97\x8d\x77\x3b\xca\xa0\xd1\x18\x3e\x54\xfc\x3e\x82\x4f\x8a\x27\x80\xe8\x19\x89\x13\x0d\xd1\x42\x59\x52\x4e\x6b\x88\x35\x91\x02\xd0\x10\x2d\x94\x25\xb1\xb4\x86\x00\xa8\xfa\x93\xeb\xd3\x4a\x43\x59\x6a\x67\xef\x37\x48\xb0\xb6\xd4\xb7\xf6\x78\xc7\xfd\x03\x66\x5f\xdd\x86\x85\x67\xf3\xec\x00\x4d\xf5\xec\x78\x07\xae\x0e\x93\x06\x71\x35\x77\xc3\x8b\xe2\xd2\xce\xef\x6f\x90\x4e\x2d\xb7\x37\x08\xa7\x36\x15\x37\x54\xb9\xe8\xce\x24\x68\x90\x2c\x8b\x53\xc6\x5a\x67\x58\x84\xe6\x84\xbb\x50\x1c\xfe\xda\xfa\xc3\x86\x84\x32\x14\xc6\x70\x30\x6e\x1b\xcf\xc5\xfb\x82\x92\xf1\x3b\xd2\xd3\xdb\xe0\x35\x1a\x6e\x17\x14\x93\xd1\x08\x2c\x7d\xe1\x39\x23\x58\xc7\x51\xc6\x0d\xa9\x00\x0e\x06\x6e\xa8\xff\xec\x08\xe6\x86\xd4\x4a\x87\x21\x37\x96\xc6\x70\x84\x6e\x5b\x42\x67\x75\x80\x70\x63\x69\x0c\x29\x6c\x8d\xb7\x61\x3a\x6b\xb5\xed\x3c\x85\x35\x23\x06\xf3\x48\x40\x68\x3b\x32\xab\xcd\xbf\x10\xca\xe3\xe8\xe5\xc6\x9b\xfd\xda\xeb\x07\xde\xa7\x21\xb5\xa3\xed\x4f\x82\xcd\xa7\x0d\xd9\x70\xbc\x18\xd8\xc1\xab\x65\xcd\x33\x0f\x84\x0b\xf9\xc8\x3b\xe0\x50\xf6\x9c\x0e\xb8\xe5\x0d\xd4\x92\x0d\x5b\xf4\x2a\x1c\xf0\x61\x7b\xeb\x22\x1c\xa6\xe4\xee\x01\x50\xa9\xd4\x84\x70\x20\x7d\xd2\xa4\xc5\x1b\xe7\x2c\x4a\xb4\x03\x91\x08\xc6\xd2\x09\x3f\xbc\xe4\x82\x76\x22\x12\xe2\xf5\x1c\xa5\x58\x3d\x23\x04\xc0\x14\x67\x1f\xb7\x13\x20\x99\x39\x9c\xf0\xcb\xcb\xa4\xd0\x78\x3f\x7a\x35\x92\x58\x2e\xc3\x58\x3c\x09\x82\x47\x24\x96\xdd\x01\xb2\x6e\x4d\x79\xa8\x8e\x11\xfd\xfd\x85\xc8\x01\xa9\x1e\xed\x42\xa0\x80\xbf\xbf\x10\x2a\x51\xfd\x7e\x23\x0e\x05\xc1\x75\x22\xad\x57\x13\x78\x2e\x3e\x36\x7f\x62\x89\xb7\xd7\x29\x82\x68\xff\xea\x83\x6c\xc9\x87\xd1\xc5\x2d\xda\x44\x26\xd3\xeb\x39\x7c\xa2\x26\xbd\x99\xf0\x5c\x03\x4c\xf8\x44\xcd\x82\x70\xf1\x4b\xb7\xa4\x33\x79\xac\x0d\x0f\x80\xac\xc2\xd7\x80\x48\x1c\xf3\x31\x86\xa0\xfe\x6e\x51\x6a\x22\x8d\xd0\xbb\x19\x61\xfd\x16\x87\xdb\x7c\xee\xad\x16\x92\x6f\xa4\x66\xf9\x9c\x42\xc0\x8c\x93\x60\xda\x1d\xd1\x81\xdb\x80\xc8\xdb\x1b\x25\xa0\x5f\xbb\x17\xd1\xfe\x2e\xdb\xd2\xee\x8a\xe7\x1e\x0f\x6e\xe9\xd7\x78\x1d\xcf\xfd\x3e\x64\x43\x13\x11\x02\x72\x74\xb3\x57\x69\x37\xfd\xee\x7e\x4e\x04\x78\x3e\x44\x80\x10\xf4\xe4\x07\xa8\x43\x5c\x04\xdb\xcc\x8f\xfa\x46\x80\xa3\xda\x11\x03\xfe\xa8\x52\x67\xdf\x18\x7b\x3f\xdc\x1b\xd0\x21\xe6\xd6\x37\x78\xe9\x83\xdb\xf0\xd2\x4b\x0a\xec\x10\x95\xed\xf6\xea\x1b\xd1\x51\xd5\x46\xf8\x8e\x76\x6d\xdf\x80\x0e\x81\x8b\x5b\x6c\x7d\xa3\x52\xe9\x08\xdf\xb1\x3a\xd7\x37\xa0\xe3\x05\x3d\xe9\x41\xef\x07\x2e\xbf\xe6\x13\x22\x37\xb1\x26\x80\xfb\xf8\x9c\x63\xd2\x11\x7d\x33\x2c\xe8\x74\x5c\x23\xe3\x74\xfc\xbe\x44\xe7\x9e\x45\xb1\x3d\x40\x78\x7f\x8d\xb0\x84\x77\xbb\xbe\x7a\x80\x3f\x59\x5b\xa4\xb3\xda\x88\x03\x3f\xfa\x12\x9c\x93\x3d\x4d\x3d\x06\xb4\x35\x00\xcd\xe1\xd6\x60\x7a\x4c\xe8\x51\x38\x8b\x70\x28\xbf\x3a\x24\x89\x0a\x87\xf1\xd9\x74\x82\x39\x36\xbc\x90\xd5\xee\x68\xfb\x39\x41\xf6\x80\x70\xd0\xbe\xbe\x27\xc8\x1e\x00\x31\x03\x26\x8a\x08\x90\xa3\x27\x08\x0f\xb4\x38\x6d\x4f\x64\x74\x42\x51\x02\x40\x26\xd1\x44\x80\xb4\xa8\x09\x44\xe6\xfe\x12\x3c\xce\xda\xc3\xb8\xd9\xb8\x67\x13\x59\x02\x3c\x26\x8a\x04\x78\xbc\xe6\x89\xa6\x3c\x09\xab\x3d\x61\x4d\x5f\x6d\xb8\x2f\x8d\xc1\x84\xa0\x07\x53\x5d\xe6\x9d\xc6\xd2\x40\x3a\xef\x89\x76\xb6\x6c\x87\xb8\x5e\x36\x89\x25\x3d\x13\xc7\xc2\x11\x2a\xcf\x39\x9f\xa2\x67\xf8\x17\x75\xde\xf5\x8c\x0a\xab\x3a\x60\x7b\x86\x7f\x51\x07\x68\xcf\x9c\xa2\x9f\xa3\x82\x8e\xd7\x74\xc9\xef\xc3\xb6\xc8\x5e\xe8\x5e\x74\x1b\x77\xdc\x55\xb7\x51\xe3\xc1\x1b\xb3\x20\x75\xdf\x00\x95\x82\xfe\xdd\x86\x7b\x59\x87\x5d\x2f\xf0\x37\x8a\xef\xf6\x42\xf8\xdc\x1f\xe1\x13\x3e\x96\xf4\x3f\x9c\x7f\xd2\x71\x8b\x4d\x6f\xaf\x0e\x09\xa0\x00\x2e\x70\x21\x17\x7f\xc0\x80\x2b\xb3\x8e\x4a\x88\xf4\x42\x05\x44\xde\x98\x95\x5a\xb4\x9f\x13\x22\x61\xbc\xd2\x41\xee\xf6\xa0\x5d\xc0\x3f\x60\x49\x74\x3e\xf7\xa7\xcc\xb4\xa9\xa0\xa2\xfc\x48\x75\x1b\x6b\x60\xd6\x81\xaa\x75\xb6\x8e\x74\xde\x54\x63\x77\x4e\x6f\x8c\x47\x55\xe8\x5f\x6f\xf0\x37\x0e\x7f\x51\xa0\xd8\xbb\x47\x14\x50\xf5\x4e\x81\xd1\x7a\x33\x0c\x28\x90\xe2\x20\xb4\xbe\x54\x82\xe1\xd3\xaa\x37\x78\xf3\x24\x41\xf4\xa5\x12\x64\x87\x31\xf4\xa5\x12\xbc\xea\x40\xf5\x06\xf7\xa4\x8c\xcf\x1d\x65\xf0\xec\x2b\xea\x1d\xfe\x53\xd9\xa2\x7b\x87\x77\x72\xfc\xc8\x98\xd6\x97\xf6\x90\x75\xf1\x61\xe9\x9d\xc0\x0a\x3b\x1d\xc0\x76\xb7\xe1\xf4\x1b\x7e\x1f\xa5\xc0\x86\x07\xa7\x37\xd9\xcf\x77\xf4\xa7\xe5\xe9\xa8\x36\x21\xd3\x7a\xef\x13\x6d\x3f\xbf\x81\x2c\x3d\x1f\x28\x01\x20\x2f\x54\x1f\x00\xd6\x6c\x6d\xf0\xf2\x5d\x63\x6b\x10\x20\xbf\x90\xd1\xa1\x56\x13\x89\x03\x6f\x92\x1c\x80\x40\xce\xd7\x3e\x68\x99\x97\x21\xa4\x3f\x17\x32\x9a\x20\x06\xaa\x9b\x19\xe1\x83\x97\x5b\xbd\xc6\x80\x23\xec\xd5\x25\xfc\x7f\x06\x02\xda\xc8\x66\x9d\xb7\x43\x1d\xd9\xac\x26\x76\xa8\x1f\x9b\xb5\xe4\xbe\x17\xfe\xa0\x3e\x77\x38\x36\x8d\x48\x16\xf7\x7b\x6d\xa5\x9d\xb5\x55\xdd\x03\xfc\x9a\x86\x82\x99\xc8\x8e\x3e\xec\x2c\x18\xf3\x3a\xf3\x58\x31\xc6\xba\x3d\x2e\x9e\xcf\x76\xa5\xf5\x9d\xb7\x76\x19\xd9\x8c\x02\x72\xa8\x72\x3f\x1e\xc0\x34\xcd\x03\x0e\x3e\xd3\x13\x0c\xe0\x3d\x9b\x00\x0e\x16\xa6\x37\x93\x3c\x98\x73\x65\xe1\x00\x6a\x4c\xde\xcc\x56\x0f\xda\xd1\x92\x47\x7d\x9c\x5f\x7e\x63\xc2\x11\xe5\x2e\x6e\x7e\x21\x64\x9c\xf0\x75\x35\xb7\xe9\xeb\x92\x29\xa6\x9f\x70\xe0\x49\x93\xe9\x27\x1d\x78\x8a\x9b\xef\x4b\x73\xf1\x15\x4b\xa5\x9f\x4c\x1d\xf3\x01\x7d\x32\x39\xce\x07\x1e\xa3\xf9\xbb\x2c\x15\xfd\x84\x83\xc7\xdc\xf6\x7c\x3c\x57\x7a\xe1\xe2\xcd\xdb\xa6\x0a\x58\xbe\x5d\xc4\xae\x5f\x8f\xe7\x4a\x5d\x5c\x09\x2f\x08\xbb\x17\x1d\x57\x46\xf7\x45\xc7\x95\xc0\xb8\xe8\xb8\xf2\x06\xbb\x70\x39\xb1\xe5\x80\x6b\xa0\xed\x29\xd0\xd3\x62\x06\x7b\xd1\xd3\xe2\x83\xfb\x3a\x69\x77\x13\xf6\x2f\x7a\x5a\x2c\x7b\x30\xdf\xd9\x71\xa6\x1d\xe9\xcd\xd9\x60\xcc\xc7\x8f\x22\x40\x27\xfd\x28\x02\x03\xb7\xe4\xa7\xe4\x15\x9f\x9d\x3f\xb8\x0b\x5c\xa8\xeb\x93\x69\x1e\xdf\x5f\xd5\xcb\x07\x9d\xc7\x84\x3c\x69\x89\x53\x1b\x16\xf1\xd7\x7d\x0c\xfd\x66\x11\x45\xf7\x77\x27\x2a\x86\x02\x0a\x17\x5c\xbe\xa4\x70\xd8\xc0\xab\xa3\xb1\x3b\xe2\x68\x6c\x65\xef\x37\xce\x01\x4b\x17\x4b\xcb\x18\x2f\xa5\xe2\x7e\x76\xdb\x07\xc6\xb1\xd1\x12\xa4\x9d\x31\x50\x31\xd0\x5e\xe8\xb1\xb1\x2a\xa2\x7c\x0f\x83\x35\x04\xad\x5b\x8e\xa5\x3a\x54\xd7\x5b\x1b\xb8\xa9\xfc\x75\x13\xc6\x58\xba\x41\xc9\xee\x00\xb9\x7c\xd5\x6d\xd8\x59\x82\x67\x80\x40\x7e\x79\x86\x06\x03\xf9\x5b\xfd\xc9\x59\x34\x02\x6f\x27\x72\x6f\x50\x1c\xa2\x85\xce\xb1\x14\x87\xe2\x22\x18\x03\xa5\x75\xe4\x39\x19\x61\xc9\xa8\xc1\x6f\xc3\xa9\x93\xdd\xa6\x2d\x4e\xb0\xc1\xdc\x3e\x7c\xf8\x0d\xaa\x09\x0e\x78\x1f\x91\xaa\xb9\xc0\x5d\x6a\x41\x7e\x4d\x70\x69\x01\xd9\x65\x2c\x47\xc4\xe9\xf9\xfa\x1e\x17\xb5\x09\xdb\x4b\xc6\xd7\x6d\x4c\x65\x20\xde\x7f\x73\xe7\x28\x6d\xe0\x97\x79\x43\xb1\xc7\x42\x65\x03\x4d\x1e\xf2\xbe\x24\xb5\x11\x59\xdb\x59\xed\x14\xd6\x63\x0d\x95\x68\xde\x92\x99\x71\x24\x92\x86\x51\x89\xc2\x36\x0e\x55\x1c\x8f\xfd\x5d\x3d\xb0\x5a\xb4\x69\x0d\xd2\xb7\x55\xac\x91\x69\x56\xd5\xfc\x10\x6d\x62\x7d\x66\xa0\x1c\x4d\x94\x13\x71\x3c\xf5\x66\x04\x3d\x6c\xdf\x8e\xa1\x1a\x85\x3b\x4e\xfd\x15\x16\x6e\xd0\x7c\x0a\xeb\x53\x6b\xfc\xc2\xf9\x68\x2d\x51\xf5\xd9\x31\x53\x03\x17\xb2\x84\x57\x7f\x54\x6a\xd5\xae\xd4\x08\xd5\x7f\x45\xc4\xae\x77\x46\xa5\x0a\xef\xf7\x0b\xfd\x11\x1a\xb0\x42\x38\x6f\xfe\x00\x62\xa1\x57\x08\x11\x1c\xdb\xeb\x7d\x8a\x85\x6e\xa3\xcc\x9d\xc4\xc6\x51\x79\x66\xe9\x7b\xc4\x67\x44\xb3\xea\xc1\xb4\xd8\x17\x48\x10\x6d\x93\xae\xf1\x2b\xa3\xf1\xe6\x76\x35\xf3\xa2\x09\x61\xb8\xd1\xa3\xe5\x25\x68\xd8\x3e\x6e\xe2\x4e\x49\x63\x04\x95\x01\x65\xd7\x1a\x4b\xec\x1d\xc5\x4f\x59\xed\x4e\xe0\x34\xd2\x93\xe8\x65\x49\xb9\xe3\x35\x79\xd4\x03\xdd\xdc\x46\xed\x65\x53\x3f\xac\xde\x56\xc8\x07\x84\x5c\x1d\x8d\x03\x32\x6e\xf1\xdb\x4b\xed\x90\xbd\x7a\xf4\x25\xf3\xc9\x1b\x39\x70\x9d\xa2\x95\xfd\x81\xd8\x8b\xe2\x78\x83\x01\x0b\xb9\xeb\x6f\x0c\x18\xc0\x5d\x29\x67\xf0\x36\x70\xef\xe3\xce\xdb\xd3\x85\xe7\xc1\xbd\xa1\x85\x80\x50\xea\xaa\x95\x83\x81\x17\x3a\xad\xc6\x60\x38\x83\x89\x17\x42\xa9\x2b\x65\x0d\xd8\xc7\x9d\x3a\x34\x06\x6f\xa2\xd7\x84\x20\xa3\x06\x29\xba\x03\x22\x6a\x89\xdd\x33\x02\x04\x9e\x31\x62\x2e\xc2\x6b\xc6\x88\x12\xb0\x92\x33\x76\x82\xa0\xf5\xe0\xad\xe1\x1e\x61\xa7\xab\x49\x20\xed\x04\xc9\xdf\x43\xb0\x30\xff\x81\xbc\xea\xa4\xbc\xb1\xf3\xa0\x11\x84\x3b\x20\x7c\x7d\x0f\x71\xc9\x28\x84\xec\x59\xda\xab\x43\xda\xa2\xfd\x02\xfc\x24\xf1\x47\xc1\x6c\x83\x97\x33\xba\x14\xf7\x40\x69\x6a\x5b\xc2\x07\x2e\x6b\x74\xed\xd8\x01\xe3\xbc\xad\x2b\xe3\x40\x4a\xb9\x74\xae\x01\xd3\x7c\x96\xa5\x60\x20\xaf\xd5\x65\x49\xc7\xf1\x78\xc1\x04\xef\xc1\x52\xdb\xa6\xb9\x83\xfc\xd1\x23\x20\xc9\xdc\xec\x83\x52\xae\x39\x38\x8b\x2f\x7a\xb3\x1e\x70\x24\x49\xdc\x18\x8f\xad\xde\x33\xbc\x79\xbd\xa4\x5e\x40\x75\x46\x7b\x81\x06\x6e\x77\x74\xf9\xc7\x81\x64\x55\x17\xf8\x18\xb4\xd5\xdb\xac\x38\x10\x07\x62\x83\xcd\x80\x08\x6c\xc1\x6f\xe0\x7a\xc7\xdc\xdd\x21\x1c\x7f\x52\x05\x07\x4b\x61\xbf\x3b\x84\xe7\x2f\xfa\x83\x83\xda\x83\xda\x04\x59\x20\x31\xb9\x35\x1a\x02\xe4\xd5\x1b\xc7\xc8\x6d\xcd\x92\xf2\x07\x8b\xff\xf8\x04\x45\xed\x1f\x5b\x0d\x07\xa4\x65\x9b\xd4\xc6\xc5\x45\xd7\x78\x17\x8f\x14\x2d\x2a\x52\x63\x5d\x9e\x72\x30\x7e\xdd\x44\x74\x3d\x00\xba\x03\xe4\x67\x4b\xd9\x19\xb8\xde\xd1\x86\xd3\x71\x31\x7d\xd7\x1d\x52\x9a\xf2\x84\x26\xda\xea\x0f\x45\xb1\x9d\x25\x3f\x10\x4a\xf2\x12\x78\xe6\x93\x93\xa8\x36\x44\x50\x23\x74\x52\xfc\x13\xc2\xe1\x19\xb0\xe5\x60\x4c\x02\xe4\xf7\xe1\x86\xf3\x2e\x98\x84\x47\xf3\x47\xa4\x49\xb1\xd8\x3c\x26\x32\x59\x5f\x03\x00\x20\xf3\xad\x49\x80\xfc\x1c\x6c\xa8\x7a\xc9\x20\x67\x17\xdf\xae\x30\x6e\x82\xa8\x29\x2c\xb9\xbb\xda\x57\x31\x6e\x88\x01\x5e\x43\x4a\xdd\xe6\x33\xb8\x56\xbe\x9b\x68\x59\xb5\xdb\x34\x84\x48\x16\xbb\x2a\x06\xee\x8a\x29\x8e\x73\x18\x37\x17\xd5\x82\x0f\x8a\x51\xda\xba\x3d\x9e\xf8\x78\x2d\x0a\xca\x51\xda\xf6\x3f\x6e\xe0\xc0\xdb\xe4\x06\x0e\x5e\xfd\x31\xbd\xf8\xd3\xde\x71\xdb\xbc\x8f\xe9\x7d\x63\x94\xd9\xa6\x76\xe4\xe5\xdd\x45\x3f\x70\xd5\xdd\x86\x79\x7f\xb8\x43\x48\x5e\xaf\xe7\x74\x03\x0e\x8f\x80\x55\x13\x04\x3b\xd2\x73\x8b\x53\xb8\xf7\x0d\x6e\x3f\xd1\xd5\xce\x1b\x27\x45\xb7\x3b\xe4\xf4\xdc\x65\x48\xdd\x03\xfc\x7e\x1e\x12\x57\x4c\x7a\x55\xf7\x40\x4f\xe6\x50\x1b\x6e\x3f\x11\xde\xce\x2b\x26\xb5\xb3\xf6\x40\xcf\x66\x57\x1b\x26\x19\xaf\xd2\x1e\xe0\x16\x7c\x75\x40\x42\xf4\x80\xd0\x4b\xba\xdf\x87\x5e\x62\x88\x20\xe8\xeb\xbe\xf1\xb2\x47\x56\x55\x15\xef\xd9\x79\xa9\x64\xff\x91\x51\x6d\x47\x69\xcc\xea\x60\xa4\x9d\x57\x50\x7a\x0d\x51\x48\xa8\x74\x1d\x7f\x3b\xef\x98\xd4\x4e\xdc\x11\x3b\x5f\x9c\xb4\xbe\x23\x17\xb8\x54\xe3\x3c\xf2\x8e\x22\xbf\xc1\x5b\x21\x0d\x02\x92\x73\x9d\xb5\xbe\x27\x78\x89\xb4\x13\x76\x1a\xf0\x4d\x46\x09\x5e\xa2\xe4\x36\xbc\x82\x12\xaa\x76\xdc\x11\x59\x5f\xfd\x5d\xb4\xb6\xbb\x43\xb8\x81\x74\xe0\xec\x19\xca\x93\x3b\x64\x32\xae\xb8\xd7\x9e\xe1\x05\xac\x6e\xc3\x0b\xe8\x09\xe1\xca\x19\x97\x32\xd8\x71\x6b\x7d\x76\x08\xd7\x9e\x09\x91\x90\x96\xe1\xf7\x2a\xfe\x00\x10\x29\xa4\x68\xc7\x2d\x93\xde\xc9\x3b\xd2\x6f\xab\x01\xc8\x50\x09\x8a\xfb\x87\x9f\x4b\x12\xef\x8e\xf4\x5a\x67\x7c\xef\x48\xaf\xed\xb2\x43\xed\x48\xaf\xed\x12\x23\xf7\x42\x80\x34\x1e\x83\xd9\x5d\xec\x6b\x2f\x5c\x22\xbf\x00\xbf\xa6\xf7\x1d\x6e\x99\xec\x92\x43\xf7\xc2\x25\x12\xc6\x50\xfc\xbc\xb8\xb2\xc0\x0e\x25\xa7\xbe\x66\x08\x4f\x5e\xf6\x0c\x01\x61\xf5\x80\x2c\x10\xeb\xef\xb1\x84\xc9\x03\xc2\x7b\x6e\x0c\xb3\xe6\xa6\x69\x08\xc1\x42\xa5\x7a\xe3\x53\x4b\x4a\x6e\x33\xe6\xca\x44\x50\xb9\xa8\x42\x01\x12\x78\xbb\xd7\xa0\x72\x4d\xfd\x9c\x15\x70\xdd\xee\xbc\xca\xdc\x1d\x92\x4c\x3d\x22\x51\x20\x10\x90\xe0\x9b\x47\xf0\x0f\xc0\x81\xb7\x1e\x2a\xaa\xf7\xd7\x94\x27\xcf\x24\x01\x8d\x8b\x29\xbb\x91\xdc\x1e\xa0\x85\x65\x94\x50\xb7\xee\xb2\x37\xb8\x9d\xbc\x0a\xbc\xd8\xc6\x71\xd7\x7b\xdb\xf1\x82\xdb\x70\x85\x79\xe7\x34\xf8\xfa\x8c\x14\xe6\x07\x9b\x10\x11\x34\x94\x7b\x75\x07\x37\x66\xa0\x29\xf7\x87\x7d\x69\x4a\x9d\x2e\x58\x7f\x81\xcb\x2a\x5d\xe6\x69\xef\x48\x38\x35\x25\x20\x80\xbd\x58\x60\xdf\x11\x56\x54\x9d\xb4\xb4\x77\x00\x61\x6a\xef\x04\x42\x93\x66\xce\xaf\xf9\x47\x27\x7b\x10\xde\x91\xe3\xeb\x38\xaf\x1d\x96\x7e\xeb\x34\x3b\x6e\xdf\xa9\xc3\x53\x5c\x5a\x55\xb2\xf7\x6d\x47\x8e\xaf\x03\xbd\x76\x5c\x58\xe9\x22\x43\x3b\x73\x7c\x4d\x6a\x83\xd5\x3b\x8d\xd6\x41\x0e\xa8\x75\x1a\xbc\x4b\xc0\x0c\x04\x59\xbf\x76\x15\xec\xe3\xc0\x0c\x04\xc2\x20\x88\x42\xc9\xe0\x3a\xf9\x7d\xf8\x64\x4d\x5a\x03\x20\x9b\x36\x59\x91\xd4\x05\x68\x76\xf8\x01\x8a\x43\x75\x77\xe4\x09\xe7\xf4\x23\xfb\xd9\xbe\xf3\x46\x79\xcf\x6f\x27\x06\xdc\x86\x0f\xd7\xdb\x19\x59\xc3\xf6\x95\xed\x3b\x7c\xb6\x5e\x22\xb8\x08\x86\x4b\xa9\xec\x2c\x56\xfa\xda\x5d\x3b\x29\xd5\x3d\x00\x62\x73\xac\x9d\x10\xeb\x39\x6f\x08\x32\x03\x39\xe8\x9d\xd3\x00\xc8\x12\x7e\xc1\x8f\x2c\x61\x47\x01\xef\xb8\x63\xd3\x9a\xf5\x7e\xc0\x9f\x28\xf1\x6f\xc7\x1d\x9b\x56\x23\xf7\x03\xb7\x94\x78\xa7\xe1\x8e\x4d\xc7\x5c\xed\x07\x3c\xa6\xc6\x10\xee\xdc\x74\x84\xe5\x7e\xc0\x63\x6a\x9a\x3a\xe0\x11\xf6\xbe\x3a\xe0\x7d\x6c\x7e\x1f\x0e\x53\x73\x27\x64\x1c\x3b\x8a\x75\x3f\x09\xbf\xde\x3f\xe1\x21\x96\xfc\xbb\x9f\x80\xdf\xbc\x87\x17\x10\x59\xa9\xda\x91\x71\xec\x88\xac\xfd\x24\xc0\x6e\xf3\x5a\x16\x4d\x98\x19\xc8\x5e\x00\x66\x20\x37\x3f\x07\xc0\x26\x51\x24\x19\x3b\xa4\x75\x3f\x09\xb0\xfb\x87\x87\xd8\x7b\x08\xf1\x56\xc5\xfe\x9b\xfd\x64\xfc\xa2\x1c\xb2\x3b\xb4\xae\x61\xc3\xd7\xce\xeb\x86\x9c\xd3\xb0\x23\x71\xd8\xf1\x26\xfb\x85\xc8\x6a\x49\xd8\xfb\xd5\x60\x39\x13\x52\x2e\x44\x5a\x4b\xa2\xde\x91\x36\xdc\x5f\xef\x2f\x98\x1c\xf3\xb5\x23\x6d\xd8\x5a\xc7\xbe\xd4\xae\xe1\x70\x9e\x1d\xe1\xfc\xfd\xd5\x3f\x0c\xef\xc1\xf3\x81\x4f\x52\x12\xfd\x8e\x80\x7e\xab\x65\xfb\x52\xc3\xb2\x13\xa7\x76\x64\x11\x5b\x2d\xdb\x27\x5c\x92\xaf\xef\x33\x79\xab\x06\x98\x44\x80\x16\x61\x02\x01\x56\x01\x70\x25\xa7\x55\x88\x7d\xd2\xb4\xe8\xef\x01\xb0\xd9\xff\x24\xc0\x1e\x10\x00\xbf\xfa\x23\xc0\xee\x8f\x9e\x06\x01\xc0\xac\x63\x5b\xcc\x76\x78\x3b\xb2\xbd\x40\x3b\x2e\xe5\xb4\xf5\x75\x47\xc9\xff\xcd\xe1\x20\x3b\x2f\xe5\xb4\x8e\xc1\x4b\x39\x6d\x9f\xdd\x51\xa1\x75\xcb\xaf\x2e\x3a\x7f\xf0\x2c\x06\x7f\x10\x98\x4f\x56\x81\xc5\x17\xde\xdb\xe9\x23\x89\xd7\x74\x3a\x6e\x68\x47\xa0\x56\xb1\xab\x76\x7f\x7c\x28\xa2\x8d\x63\xa3\x83\x52\x8b\x7f\x40\xbd\xda\xac\xf5\x1f\xbc\x97\xd3\x96\x95\x63\xa3\x2b\x56\xcb\x71\x6c\x04\x25\xba\xd3\x8e\x79\xb9\x4f\xba\x5e\xb3\xda\x9c\x77\x55\x1b\x0e\x65\xb9\xbb\x8e\xed\xa9\xe5\xed\x39\x70\xda\x22\xa1\x23\x30\x59\x2f\xfb\x07\x96\x2d\xd1\xf1\x7b\x3c\x37\x77\x8a\xb5\x1d\x81\xa5\xf0\xb3\xdf\x80\x05\x7b\x18\x8e\x40\x9f\xa6\x4e\xcc\xe3\xb9\xaf\xf3\x67\xc7\xcf\x11\x1e\x07\xa7\x66\xfd\xdc\xe6\x29\x89\xfe\x78\x32\x20\x44\xf8\x47\xc0\xbd\x60\x62\x9f\x47\x60\x92\x62\x76\x17\x37\xeb\xe5\x6b\x4a\xf1\x01\x5c\x9f\x44\x96\x46\x16\xcb\x3f\x90\xb8\x1c\xec\x6e\x3c\x96\x36\x56\x7c\xe5\xce\xc1\xfb\x3e\x5d\xf6\xe8\xe0\x7d\x9f\xae\x2a\x73\x40\x3d\x0b\x76\xd5\x1d\x91\xce\xdc\xec\x1f\x70\x01\x68\x75\x17\x07\xb7\xb4\xa7\x75\xb2\x0b\x4f\xfc\xa2\x63\xd5\xf3\x9c\x7c\x43\xb0\xa2\xba\x6b\x70\x7e\xc2\x91\x98\xd0\xa7\x2f\xe0\xc4\x09\x76\x93\x1e\xc8\x7e\xb6\xcf\xe4\x48\xf4\xd5\xba\x83\x27\x17\x4f\x3f\x2c\x95\xac\x54\xa3\x17\x79\xc7\xd9\x65\x7e\x8f\xa5\x83\x95\x2a\x91\xe8\xa0\x97\xc7\xd7\x7e\x1d\xf9\x49\x58\xf3\x1b\xb0\x21\xb9\xd8\xcc\x91\x9f\xab\x73\x84\x4d\x24\x22\x27\xbb\xd9\x0e\xa4\x4d\x64\x57\x92\x38\x32\x6f\x2a\x4d\xfe\x61\x32\x83\x4b\x6b\x98\x79\xaa\x88\x9f\x1c\x70\xff\xb8\x87\xa5\x5a\x35\xef\xea\xa5\x58\x99\xa1\x1f\x4b\xaf\xaa\x96\xe3\x0e\xc4\x3d\xb9\xe6\xcf\x51\x68\xef\xf7\xfb\x18\xcd\xd3\x61\x0e\x84\xb7\x23\xb4\x1a\x4b\x9a\x07\x73\x22\x74\xc8\x1e\xac\xb1\x2a\xbb\xdf\x81\x1c\x89\xd7\x5d\xf6\xc7\xe7\x5a\x28\x8d\x58\x19\x74\xe2\x17\x60\xcf\x18\x1e\x01\x61\xce\xaf\x1e\x99\x39\x5f\x3d\x25\x48\xd7\x32\x2f\x1f\x0d\xca\xb7\x11\xd4\x10\xe0\x18\xfc\x9c\xca\xb7\x06\x68\x09\xcf\xdd\x7e\xdc\x7b\xc2\x11\xa3\xa0\xa2\x5f\xa0\x34\x6d\x24\x2e\x2d\x68\xf4\xd7\x0b\x88\x3f\x91\xe8\x76\x34\x6e\x19\x81\x88\x54\xde\xe0\xe2\x51\x07\x53\x79\x6b\xf1\x1b\x17\x88\x51\x48\x5a\x5a\x4e\xb1\x39\xf3\x40\x22\xaf\x1f\xa3\x6c\xea\x8b\x33\xf4\xe7\xba\x49\xf5\x07\x9d\xc7\x5c\xba\x23\x25\xc9\x9b\xa1\xaf\x53\xd8\x18\x41\x24\x93\x11\x8a\xa4\x09\x17\xf9\x3b\x3a\x69\xc8\xaf\xc3\x47\x64\xde\xd9\x19\xbc\xa1\x5d\x80\x9c\x89\x6e\x0d\xec\xc0\x7d\x0a\x0e\x95\x39\x06\x28\x5a\x47\xd5\x81\x9c\x89\x2c\x9b\xd1\x01\xf5\xa5\x0f\x23\x70\x3c\x35\xce\xd5\x86\x6a\xec\xbd\x4c\x75\xc6\xcc\x16\x4e\x22\x6b\x9d\xc7\x80\x66\x6c\xc6\x89\x24\x0a\x6b\x2b\x07\x7c\x48\xb5\x7a\x40\xe6\x48\xf8\xd8\x62\x8e\x84\x89\x74\xa7\x7d\x43\x03\xc0\x07\xe4\x40\xb9\x83\xe5\x4e\x7d\x0c\xee\xb4\xfa\x69\x02\x3b\xb2\x40\x3c\x41\x46\x28\xb5\x9a\x7e\x74\xfc\xe0\x72\xd2\x28\x2b\xe6\xb1\x23\x99\xc1\xf8\xdb\x51\xd6\xd1\xfc\xf7\x80\xc9\xcf\xb3\x3d\x60\xe1\x33\x74\x07\x32\x01\x7c\x28\x2f\x55\x23\x46\x9f\x1a\x07\x8a\x26\x1a\x3a\xb8\x7c\x86\x1d\xbe\xc7\xd2\x35\xa2\xef\x19\x3a\x96\xae\x11\xa3\xb9\xf7\x81\x3c\x00\xd3\xeb\x09\x3b\x43\x75\x1b\xe6\x25\x13\x0c\x92\x2b\x9c\xe9\x7b\x9c\x4f\x1d\x32\xff\x80\x44\x00\x53\xd4\x89\x10\x5e\x93\x24\x2e\x2f\x7d\x71\xff\x13\x61\xf3\xe6\x4a\x27\x34\x7a\x93\xfc\x09\x8d\xde\x07\x27\x74\x01\x87\x97\x1e\x27\xd4\x5d\x1f\x82\x27\x94\x3f\xcf\xe7\x82\x4b\x5d\xf2\xdb\x71\xc1\xa5\xee\x1d\x76\x51\xa1\xf7\xfb\xe4\x41\x9a\x1f\xae\x21\x75\x2e\xd5\x71\x15\x32\x08\xbf\x00\xe5\xc7\x00\xb2\xc2\x90\x0b\x04\x1d\xd7\x93\x77\xaa\x45\xbf\x10\x5b\x69\x16\xb2\x44\xfb\xec\xd8\xb2\x83\xa2\xbd\x9f\x53\xb4\xf7\x89\x3a\x11\x00\x62\xae\x88\xcb\xf7\xed\x8e\x38\x26\x02\x42\x7c\x72\x4c\xa8\x2e\xaf\xe7\x54\x5d\x34\x1f\x48\xf2\x0e\x8f\x3b\x70\xdb\x82\xf3\xcd\x8e\x25\xc9\x67\x07\x0a\x1e\x4b\x92\xcf\x8e\x34\x3c\x96\xe4\x9e\x1d\xb2\x77\x30\x6e\xc9\x57\x6d\x1d\xb8\xbc\xcb\x61\x14\xc7\x4d\xe5\xcb\x8b\x7a\x33\x93\xde\x2f\x20\x01\xdd\x6c\xfd\x86\x17\x4f\x13\x44\x75\x20\x2f\xf1\xcd\x88\x19\x1d\xf6\xe7\xe3\xad\xe8\x6a\xc3\x2a\xad\x83\xed\xdc\x32\x36\x41\x52\x9b\x6b\x2a\xa2\x3b\x51\x7b\xd4\xe3\x9f\xcc\xf3\x15\x97\x3f\x99\xe7\x9b\x3d\x00\x2c\x10\xda\x35\xe7\x86\x28\xaa\xe4\x01\x10\x46\xd1\xdd\x1f\x8b\x6f\x7f\x9a\xbc\xf5\x34\xba\xbd\x36\x9d\xd4\x98\x33\xe0\x8e\x1c\x8f\x16\x1e\xf4\x69\xb8\x40\x53\x7f\xf5\x1b\x0c\x36\xd0\x7c\x71\x6d\xea\xeb\x7d\x30\x61\x09\xe1\x67\x78\x2a\xf8\xfa\x7b\xda\xf6\xba\x3b\x80\x09\x41\x6c\xe2\x8c\x8c\x83\xd7\xc9\x73\xe2\xa2\x2e\xed\xfa\x93\x85\x49\x6d\xe6\x3a\x23\x64\x23\xad\x40\xe4\x75\x64\x7e\x8c\xd8\x02\xb1\x95\x93\x97\x16\xbc\xc6\xe3\x41\xa7\xf6\x92\x4a\xbb\x33\x18\x4f\x5c\xca\xe5\x00\xeb\x13\x89\xbf\x0e\xa6\x38\x13\x2a\x5f\x68\xd7\x9f\x09\x04\xa5\xe1\x70\xe1\x56\x75\x73\x5f\x93\xf5\xcb\xb8\x91\xdc\xab\xbf\x24\xda\xfe\x1a\xeb\x91\xa1\xd5\x7e\x22\x26\x3f\x6d\xdc\x87\x9a\x75\x26\x9c\xa8\xef\x9f\x4d\x8d\x10\x4d\x73\xfe\x51\x2e\xe8\xc9\xf2\x9d\xb5\xb9\x37\xde\xf8\x28\x89\xe2\xc4\x75\x00\x0e\x5e\x3e\x91\xff\x6b\x17\xcc\x09\x39\xd7\xb1\xc8\x67\xd9\xb0\x19\xf4\xbc\x04\xb4\xb5\x94\x85\x1c\x5e\xec\xe6\x84\x98\x1b\x87\x5f\xe0\x99\x24\xec\xc1\x81\x10\x75\x22\x9f\x05\x7e\xb4\xd7\xfb\x30\x96\x7b\xed\x50\xfa\xa6\x34\x49\xca\x67\x85\xd8\x28\x0b\xe0\x59\xc9\xef\xd4\x41\x25\xbf\xd3\x8c\xeb\xa3\xfa\x6a\xc4\x25\xd9\x16\xdf\x6f\x78\x2e\xc1\xb5\x58\xf2\x3d\xeb\x53\xbc\xc1\x1f\x20\xcd\xdc\x38\xc0\xbd\x59\x92\x53\x4f\x66\xf3\xea\x29\x22\x9a\x5c\xa0\xe4\x44\xa9\x7f\x17\x1b\x39\x51\xba\x7f\x38\x2c\xf7\x44\x94\x92\x01\x66\x54\x92\xf7\x37\xc3\x90\x3c\x5c\x27\x3b\x92\x7d\xec\xec\x88\x5b\x29\x7e\x81\xbb\x45\x08\xeb\x48\x09\xf7\x84\x70\x6b\x96\x0b\x6d\x9d\x1d\x29\xe1\x9e\x20\xc5\x46\xe3\x07\xa5\xf5\x5d\x8c\xfa\x7c\x42\x8b\xc4\x0e\x28\x25\x4a\x86\x3d\x21\x25\xba\xda\xf6\x89\x50\x22\xfb\x09\x4f\x48\x8d\xae\xa4\x7c\x42\x08\xec\xd6\x54\x4f\xde\xaa\xe5\xc0\x9a\x73\x30\x09\xa4\x79\xc8\x35\x25\x5f\x6c\x76\xb2\x5e\x8b\x8b\x8c\x9f\xe3\xc6\x0b\x6a\x23\x76\xc8\xc5\x57\x4e\x58\xb1\xed\x59\x3c\x11\x3b\x54\xcc\xf3\x97\xdc\x58\x8b\xb7\xc1\xce\x5d\x2a\x9c\x20\xb7\xd6\x09\xcc\x27\x62\x87\x8a\x39\x16\x62\x87\x8a\xa9\x1e\x72\xa3\xa3\x85\x4f\x14\xbb\xb4\x67\xe2\x5c\x72\x64\x2d\xde\x56\xb0\x62\xdb\xee\x7f\xee\x88\x33\xd1\x11\x78\xee\x44\x80\x70\x8e\x32\xf9\xbe\x54\xf0\xdc\x71\x84\x48\xf2\x3b\x51\x26\xdf\x17\xad\x9d\x07\xe1\x77\x1b\xea\xa2\x69\x80\xc1\x43\x92\x34\x4f\x04\x0f\x15\x29\x42\x27\x24\x49\x1b\xd1\x4f\xc6\x0e\x79\x13\xb0\xf0\x65\x95\x98\x73\x3e\x17\xad\x9a\xd1\x9c\x74\xf7\x98\xd1\x9d\x08\x7b\x30\x59\x22\x56\xc7\x8e\xbf\x13\xb1\x3a\xf6\xdd\x9e\xb8\x84\xcb\xbe\xd8\xf3\x44\xd0\x83\x51\x7a\x22\x92\x45\xea\xe5\x79\x92\xd3\x09\x64\x84\xe6\xd8\x79\x7c\x22\x34\xc7\xce\x9f\xf3\x62\x24\x8b\xfa\x7b\xee\x65\xf5\x00\x88\xcd\x71\x74\xe4\x09\xd9\x6f\x58\x52\x3b\x11\x8c\x63\xef\xf0\x79\x11\x22\x21\xf9\xa2\x32\xe1\xe7\xdc\x08\xc2\xc0\x45\x88\x3c\x00\x21\x72\xff\x80\xc0\x7c\xea\x22\x04\xc2\xc8\x7c\x94\x1b\xff\x00\x71\xdf\xac\x65\x3e\xc7\x85\x46\x40\x1d\xfa\xf8\xb3\xab\x74\xce\x49\x6d\xc6\xbd\x5f\xe0\xf4\xc2\x0f\x72\x70\xa3\x69\x90\x35\x5c\x7c\xe1\xfa\x89\xfb\xee\x7d\xfd\xd2\xc9\xa2\xf5\xde\x24\x37\x04\xb1\xe0\xf7\x61\x0d\xb4\x23\xf5\x5c\x82\x60\xf4\x75\x4c\xe7\x0d\x6d\xcd\xbb\xe4\x26\xc9\x88\x84\xee\x75\xb6\x24\xef\xea\xfb\xc0\x8c\xfd\xfe\x49\xfd\xc8\x1f\x10\x24\xcf\x08\x51\x26\xda\x16\x17\x92\x6a\x93\xd8\xcc\x85\xb2\xf7\xbe\x9d\xe9\x62\xda\xab\x56\xe4\x7a\x24\x47\x3f\x87\xf3\x5b\x11\xc9\x17\xd3\x58\xc5\xda\x2f\xa6\xb1\x36\x7f\x8f\xea\xe9\xc5\xe3\xc3\xf9\x2d\xbe\x78\x05\x66\x29\x48\x96\xbe\x10\x06\x53\xc5\x5a\x2f\x54\xa1\xef\xdd\x6d\xe8\x63\xd2\x5f\xae\xc0\x1b\xfc\x45\xf5\x57\x20\x04\x1e\x01\x10\x48\x58\xbc\x90\x17\x5b\xeb\xab\x47\x08\xbf\xe2\xf6\x17\xaa\xd4\x77\x49\x24\x17\xc2\x60\xac\x20\x5d\xbc\x00\xb6\xf9\x7b\x5a\x89\x3c\x20\x40\x54\x98\xcc\x15\xa1\x82\x36\xb7\xa1\x72\x4a\x9e\xba\x22\x22\x1a\x14\x97\x73\x45\x42\x28\x94\x47\x78\xf3\x65\x90\xbc\x50\x02\xbf\xcb\xbe\x7b\x45\x02\x28\x94\x47\x04\x34\x34\x7f\x4f\xf8\xdc\x3f\x2b\xf8\x1a\xe0\x08\x00\xba\xdb\x37\xaf\xbe\xd1\x17\x89\x10\x68\xc6\x88\x83\x77\x98\xe4\x95\xe0\x50\xed\x7e\x0e\x27\xb2\x17\x19\x69\xb0\xf6\xaf\x5d\x09\x2e\x54\xcf\x90\x69\xb0\x3a\x0b\x2f\x46\xd1\x18\xa3\x4c\x83\x95\xa9\xf0\x62\x1a\xac\x5c\xff\x57\x82\x82\xf7\x9a\x1f\xd4\x97\xee\xef\xa1\x53\x1b\xc3\x90\x70\xdb\x30\x4a\x98\x16\x6b\x2a\xce\x10\xc7\x25\xe2\x5e\x19\x00\x9b\x24\x32\x01\x16\x00\x19\x00\x7b\x57\xa0\x8e\xa4\x45\xe2\x8b\x45\x70\xaa\x67\x90\xe1\x24\x96\x0a\x7b\x65\xda\x2e\x4d\xd6\x99\x20\x6a\x91\x33\x5c\x8a\x3a\xee\xae\x0c\x33\x82\x89\x0a\x59\xb5\xce\x7b\xb9\x32\xcc\x06\x26\x92\x02\xb3\x81\x44\xca\xab\x10\x22\x4d\xa0\x10\x22\xf5\x5f\xb8\x44\x42\x79\xa9\xdc\x66\xc2\x29\xaa\xe0\x54\xc7\xc5\x5f\x85\x33\xf6\x08\xb0\xde\x3b\x8a\xf0\x2a\x48\xec\x35\x2b\xa9\x28\xb2\xeb\x7d\xc5\x34\x57\x9d\xf0\x17\xd3\x5a\x75\xbc\x5d\x15\x5e\x58\xb3\x12\xa6\xb9\x9a\x55\x55\x78\x61\x8d\xe3\x4a\x14\x69\x82\x15\xa9\x41\x3a\xae\xaf\x8a\xb2\xc0\xa6\x62\xe4\x02\x74\x87\x57\x5f\xcc\x72\x7d\xb5\x39\xe1\xf8\x93\xb3\xe6\xe2\xdd\xb3\x96\x8a\x2f\x9a\x72\xa5\x43\x5f\x1f\xa9\xda\xdd\xc3\xe3\xaa\xc3\xf6\x42\xca\xab\x03\x93\x2e\xd8\x76\xbb\x03\xf4\x2f\xe4\xbc\xf6\x57\x07\xf0\x40\x1a\xe1\x0d\x1e\x48\x73\x46\xe4\xbc\x5a\xbe\xb8\x3a\xed\x32\xfa\x1e\xe9\x00\x8e\x9c\xba\x90\x0f\xe0\xc8\xda\xab\xd3\x0e\x23\x84\xf7\xa7\x7a\x97\x56\x14\x79\xad\x8e\x64\xba\x3a\x0c\x35\x92\xa0\x2e\xe4\xb5\xf6\x57\x1b\x10\xbf\x3a\x24\xc4\xee\x8f\x91\x11\xa6\x62\x94\xb8\xb7\x44\x74\x75\x96\x01\x31\xce\x06\x1d\x8d\x9e\xf3\xa0\xa3\xd1\x48\x59\xb2\x7d\x76\xca\xe7\x35\xe8\x78\xf4\xa4\xc7\xa3\x7d\x69\x56\x83\x2e\x53\x83\x09\x69\x7f\xb3\x91\xf8\x1a\xcc\xe9\x34\xe6\x96\xb4\x9f\x9d\xe3\x79\x41\xda\xdf\x6c\x26\xbe\xc6\xe3\x7b\xd4\x1b\x4f\xf6\xaa\x57\xfb\xc9\x5e\x35\xbd\xec\x0f\x68\x5a\xae\xc7\x32\x6c\xc6\xbf\xd3\xb3\x28\x81\xf3\x62\xfc\xbf\x53\x19\xaf\x9d\xde\x44\xef\xa9\x9d\xde\x44\x6f\xaa\x9d\x05\x32\x8d\xaf\x9d\x79\xa0\xde\x96\x3b\xf3\x40\x7d\x7e\xed\xf4\x2f\x7a\x23\xee\xb4\x97\xf9\x0c\x3f\xe8\x5f\xf4\xd6\x3f\xe8\x5f\x34\x3b\x3b\x98\x1a\xea\x53\xfb\xa0\x63\xd5\x2c\x1a\x39\xad\xc1\x15\x2f\x2f\xe4\xb4\xd6\x66\x7c\x1c\x74\x30\x7a\xc7\x1d\x54\x9b\xfd\xc2\x53\x1e\x54\xc0\x1e\xf4\x9e\xb8\x7d\xa2\x2d\x40\x8e\x0b\x6d\xa1\xef\x7c\xb2\x85\x04\xfa\xf9\x38\x88\xfd\x03\x92\xeb\x5c\xdf\xf2\x82\x3d\x39\xbe\x56\x0d\x65\x1c\x6d\x0c\xb8\x58\xb6\xd1\xba\xfa\x75\x5e\x50\xee\xdd\xc3\xcd\x17\x34\x8b\x8b\x29\x4a\xe6\xb4\x4b\xac\x2f\xb6\x1f\x5c\x57\x46\x5b\x60\x5c\xac\x35\x69\x4e\xb7\xc4\xfc\xf2\x3a\xcf\x61\xe2\xad\xd5\xe7\xd9\xc5\x44\x4f\x13\xf4\x12\xe4\x5d\x33\xfe\x42\x4c\x7d\xf6\x8c\x16\xa3\x31\x9e\x21\xd5\xdb\x04\x7d\x21\xc2\xde\x37\x27\x5d\xb8\x78\x37\x19\xe2\x09\x81\xc8\x68\x9e\xf4\xf4\xa9\xb9\xa4\x03\xef\xbe\xb9\x84\x03\x23\x78\x69\x08\x0e\x23\xb9\x58\xa7\xd1\x4b\x88\x7b\xa7\x7c\x1b\xe6\x75\x23\x56\xc8\x74\x86\xaa\x38\x9e\x2a\x04\xf6\x57\xc1\xbb\x0b\x11\x15\x0e\x6b\xb9\x50\x94\xd1\x02\xfd\x85\x3a\xed\x8e\x6d\xba\x10\x88\xee\x1d\x78\x23\x83\x50\x93\x9f\x1b\x4d\x2b\x51\x6d\x18\x32\x87\x9a\x83\x57\x5d\xfb\x7d\x5a\x3e\xba\xda\x4c\x0e\x28\x3f\x2a\x7a\x33\x37\xda\x45\xaa\xda\x70\xa7\x89\x5a\x67\xa0\xa7\x5a\xcf\x11\x72\x5e\x5d\x5a\x6a\x2e\x61\xbb\x16\xe9\x3b\x13\xc2\xb6\xc3\x0f\x27\x82\x1b\x1c\x43\x39\x91\x1c\x5a\xb4\x03\x27\x64\x6d\xc7\xbe\x4d\x5c\x5f\xeb\x14\xad\x49\xc3\xad\xd1\x81\x58\x06\xc7\xfe\xcd\x40\xdb\x9e\x27\x08\xc9\x54\xda\xcd\x44\xa9\x46\x47\x3b\x4f\xdc\x3d\xeb\x50\xdc\x89\xa8\x04\xc7\x00\x4d\x88\xc6\x49\xfa\xea\x8c\x54\xaf\xfc\x3e\xd4\xab\xe0\xfe\xa1\x4d\x05\x7f\x3f\x79\x57\xb9\x3a\xe0\x65\x4e\x92\x31\x26\x2e\x73\xea\x92\x4c\x27\xe3\xc3\xbd\xc0\xb8\xbc\xc9\xd6\xce\xc9\xcb\x9b\xb4\x75\x66\x22\x39\xb9\x4d\xd1\x5c\x08\xcf\x14\xe3\xd4\x1f\x05\xd3\xe1\xe7\xcf\x45\xe1\x82\x28\xc3\xfd\xa3\xd3\x6d\x66\xb8\x7f\x0c\xc0\x92\x54\x93\x63\xf7\x26\x8d\xb7\xbe\x10\x64\x52\xf0\x34\x8a\x33\x62\xd9\xaa\x3b\x40\x2c\x5b\x77\x1b\xb1\x6c\x5e\x02\x96\x73\xa9\x9e\x00\x2c\xef\xa6\x41\x94\x6b\xb1\xc9\x60\x16\x08\x19\x12\x52\x66\x81\x8b\x3c\xf9\x7d\xc8\x14\x3a\xf1\xe7\x12\x33\xb3\xe3\x63\x66\x79\xce\x62\x7f\xc0\xf8\xa5\xd7\x1b\x8f\xe9\xcd\x43\xdc\x38\xad\xf5\x45\x7d\xce\x62\xad\x42\x0d\xeb\x05\xd9\xca\x26\x0c\xb8\x2e\x2c\x31\x2b\x62\xd1\x5e\xef\x33\xe6\x47\x2a\xdc\xac\x14\x21\x24\xf9\x4c\xd4\x67\x0c\xbe\xf4\x69\x2e\x61\xb5\xf8\xae\x99\x59\xb9\x75\xbd\x90\xf5\x39\x54\x45\x5a\x4c\x5d\xb5\x64\x33\x51\x93\xd1\x7b\xb1\xc1\x31\x2f\xa8\x59\x80\x45\x30\x37\x3a\x2c\x34\x21\xd6\x5f\x11\x84\x8d\x1b\xd7\x5f\x53\xb6\x16\x40\x88\x3b\xf0\xbe\x5e\xa2\x69\x7b\x75\x06\x87\x82\xd0\xd1\xb8\x8b\x3d\xd1\x09\x9a\xf4\xd7\xf7\xea\x4c\x90\x22\x4b\xd5\x07\xfd\xc4\x4d\xad\x16\x1e\x66\x7f\x42\x1d\xd5\x3f\x62\x0e\xec\xe2\x9c\xfd\x89\x0c\xd1\x7c\x3a\x25\x03\x7f\x00\x7b\xb3\x69\x98\xf6\x66\xd3\x38\x53\x57\xbd\x18\xb4\x37\x9b\x86\x51\xdb\xd1\x65\x9f\x26\xed\xcd\x5e\x6e\x86\x29\xe8\x40\x9b\x9f\x7a\x2a\x9a\x10\xa3\x0c\xbc\x09\x68\x50\x1e\x66\x54\x0c\x2b\x30\xdf\x67\x6d\x46\x73\x72\x86\x15\x78\x46\x3b\x75\x17\xb7\x91\xd1\x65\x62\x81\x75\xd8\x3e\x8a\xb9\x93\x51\x6a\xc6\xac\xbc\x68\x0c\x21\xaa\xa0\x87\x1f\xf9\x70\xe6\x92\x3b\xa3\x2f\x78\x9e\x3b\xb9\xac\x3b\xdf\xd1\xd6\xe4\x77\x72\x59\x41\x8f\x20\x83\x64\xe0\x77\x70\xdd\x68\x60\x26\x9e\x0b\x98\x83\x5c\x5f\xcb\x77\xc0\xa7\x2f\x5d\x79\x1e\x64\xc2\xea\x0f\x41\x06\xb6\xe2\x4d\x04\x19\xd8\x86\x38\x51\xe2\xb1\xcb\x5c\x30\x79\x83\x69\x32\x0f\x3a\x60\xc4\x92\x1a\x32\x4f\xd8\x33\x24\xcd\xcf\x13\x9a\xaa\xb1\xc9\xf8\x61\xaf\x16\xe3\x87\x8d\xdd\x13\x25\xa6\x3c\x61\xc6\x0f\xfb\xd4\x38\x11\x22\x2f\xe9\x6b\x32\x7e\xd8\xab\x87\x4b\x8a\x2c\xe4\xcc\xe7\x82\xd2\xe1\x0e\xa1\xf9\x79\x87\x5c\xbc\xf1\x46\x66\xbe\x79\x41\xd5\xf3\x0e\xc1\xb5\x44\x36\x55\xcf\x0b\x1c\x2d\xbb\x8d\x82\x3f\xde\x93\x8c\x2e\x96\x40\x38\x19\x5d\x9c\xfd\x1c\xca\xae\x24\xc4\x79\x41\xf3\x93\xe9\x7b\x32\xba\xd8\x0c\xe4\xda\xc1\x61\x3d\x1e\xcb\xe6\x78\x09\x18\x5e\x2c\x2d\x64\x5e\xd0\xb0\x5e\x00\x51\xc3\x7a\xcd\x18\x4c\xdd\x0c\x76\x09\xa1\xd9\x81\xb0\x73\x52\xbf\xf2\x94\x11\x85\xe0\x60\xdb\x89\x00\x63\x47\xa8\xce\x49\x05\xc4\x3c\x72\x3e\x5c\x5e\x58\x9e\xd4\xbf\xbc\x4e\x93\xfa\x97\x19\xc9\x7c\xee\xb2\xf7\x2c\x4e\xc8\xd5\x1a\xf4\xa6\x68\xec\xa3\x05\x41\xc2\xc9\x49\x78\xf3\x4e\xdf\x5f\xc5\x69\xf9\x73\x09\xb0\xc5\x0b\x83\x90\x60\x87\x83\x4c\xc8\xaf\xc1\x93\xbe\xe9\xf6\xf0\xca\xdc\x8f\xc8\xe9\x1f\x90\x06\xe8\xa5\x60\x89\x95\xf6\x9a\x12\x42\xca\x1c\x18\x38\x29\xf3\x7a\x46\x70\x36\x7e\xfa\xbb\xb7\x25\xa2\xe8\x94\xba\xb7\x08\x66\xdd\xd5\x86\xa2\xa7\x83\xe9\xde\xe0\x6b\x13\x6d\xdf\x1b\x5c\x10\xd5\xdf\x77\x1a\x27\xd5\x46\x05\x08\xc9\x0f\xf7\x92\x90\x6d\xbf\xbe\x21\x02\xe7\xa1\xc9\xde\x08\x03\xae\xed\xd5\xc1\xe4\x1b\x9e\x01\x4a\x83\x7d\xe0\xbf\x03\xb3\x27\x04\x4f\x80\xa3\xad\xaa\x89\x7b\x0a\xf5\x71\xc0\x1d\x71\x1a\x6d\x09\xb8\xd5\xf5\xf7\xee\x80\x4a\x5d\x1a\x3b\xf0\xe0\x70\x67\x38\x38\x3c\x36\xaf\x3f\xb5\x6a\x75\x23\xae\xc0\xf5\x31\xee\x38\x78\xcb\x83\xda\x17\x6d\x58\x6a\xc3\xe1\xa2\xe5\xbf\x13\xcd\xff\x9a\x0f\x2e\x2b\x75\xd5\xfa\x1b\xf9\x8e\x49\x6b\x7d\xb3\x60\xa1\xcc\x80\x37\x2e\x23\xb5\xe8\x74\x3f\xf2\xac\xdf\x87\xed\x79\xb8\x3f\x46\x9b\x79\xb9\x13\x83\x87\x8c\xbf\x04\xc3\xe5\xcf\xa2\xa1\xef\x0c\xed\xcd\xc4\x90\x21\x3c\x7a\xb5\x33\xd9\x94\xc0\xcf\x64\x4b\x7e\xde\xb1\xa7\x05\x0e\x6f\xef\xb1\x57\xf0\xce\xb8\x11\x46\x36\xc4\x3b\x33\xb8\xda\xe4\x99\x61\x22\x30\x42\x11\x7d\x50\xe2\x6b\x4a\x13\xca\xb7\x87\xb8\xa9\x4a\x6b\x88\xb2\xad\x0d\xeb\x26\xaf\xff\x16\xa7\xbb\x0b\x75\x2e\x61\x0c\x71\xb6\x76\x47\xdc\xbc\x2e\x54\xca\xfb\x5d\x60\x1c\x97\x53\xeb\x2e\x3c\x4c\xfc\x3d\x8b\x3e\xe8\xf8\xbd\x97\x40\x5c\x7c\xfb\xcf\xbd\xa4\xdb\x62\x1c\x56\x98\x62\x74\x3a\xde\xcc\x36\x74\x35\xee\xbb\x72\xc7\x8a\x88\x59\xb4\x25\xb8\x83\xb6\x68\xc8\x3b\xae\xc2\xff\x60\x9c\x22\x99\xd0\x35\x4f\x6e\x84\xe5\xd6\xee\xfe\x91\x13\xdb\xfd\x3d\x74\xa2\xe4\xf9\xc2\x8c\x69\x0a\x5a\x82\x70\x76\x88\xea\xdd\x28\xad\x0b\x01\xbc\x6b\xb4\x49\x09\xbf\x19\xef\x20\x8e\x77\x23\xde\xc1\xf5\x15\x6f\xd4\x27\x77\x05\xe7\x9b\x37\xec\x48\x7e\xb8\x1b\xc5\x47\x7f\x0f\xae\xde\x3c\x01\x70\x4c\x1b\xe7\x6f\xd6\x2b\x37\xd1\xa0\x5e\x79\x91\xc0\x74\x37\x1a\x0d\xfc\x9c\x77\xb7\x68\x89\x21\x01\x17\x73\x91\xce\x18\xd1\xd7\x0b\x5c\x02\xcd\xa8\x93\x66\x34\x01\x08\xc0\x8e\xd2\xbd\x59\xce\x5c\x87\xe1\x8d\xe2\x2d\xb6\xa2\xdc\x08\xa8\x70\x48\xd0\x3d\xe0\xf7\x94\x55\xe4\x1e\x64\x1b\xc2\xe8\x12\x70\xa3\x6f\xcf\xb8\x07\xd9\x84\x9f\x83\x66\xbb\x9f\x43\xed\x95\x00\x74\x0f\x92\x88\xdf\x87\x97\x71\xf8\x7d\x92\x84\xe0\x1d\x10\xc8\xba\xe7\x03\x97\x9b\xf7\xc0\x8e\x88\x1b\xef\x81\x1d\x4e\x45\xf3\x70\x98\x4e\xab\xad\x72\x37\x93\xfa\x86\x5f\xa0\x47\x4a\x13\x64\x21\xc0\xe6\x4d\xb3\x64\xdc\x64\xc3\xf3\xbd\xc3\xd9\x30\xdc\x21\xd5\x62\xcd\x78\x87\x5a\xec\x5d\x8c\xab\x3e\x7d\xf9\xd1\xbd\x43\x2d\x36\x89\xc0\x42\x5a\x5c\x4f\xfe\x3e\x68\xfe\x35\x2f\x5b\x52\x6d\x76\x7e\xcc\x8d\x2c\x3d\x5b\xa6\xee\xa3\x61\x1b\x68\x06\x07\xf2\x9b\xb2\x9f\x33\xd0\xca\x48\x39\x1e\x5e\x27\xac\x3f\x25\x00\x4d\x46\xb4\x87\x1a\x88\x83\x91\x62\x3e\x6e\x50\x1f\x25\xda\x98\x7e\x9f\x8f\xe6\x23\x30\x4e\x84\x2e\xfa\x79\x26\xf7\xd3\x10\x27\x6e\x60\x73\x73\x40\xf7\x13\xd0\xb8\x9b\xdf\x77\xdc\xdc\x90\x7c\x5d\x34\xe1\x46\x48\x84\xdd\x5c\x37\x42\x22\x5c\x5b\xfd\xbe\x50\x81\xa7\xfd\x28\x5c\xe0\xbe\x10\x26\xe4\x5d\x76\x91\x4f\x68\x72\x17\x74\x68\xef\x12\x44\xce\x9a\x4d\x5c\x64\x1b\xfe\x1c\xd2\xa0\xcf\x52\xc8\xc0\xe6\xb3\x17\x73\xaa\x5f\xdd\x43\xaa\x7f\xcd\x9d\x5c\xc2\xcf\x11\x9d\xf0\x62\xbc\xa8\xf8\xf7\x62\x3b\x93\xc0\x8a\x88\x27\xc2\x9c\x8c\x3c\x54\x32\x71\xf5\xb0\x1b\x76\xd7\x62\xe4\x4d\xf0\x39\xd3\x03\xef\xc4\xf1\x2e\xa5\xad\xd5\x8c\x1b\x85\x49\xe2\x6b\x7c\x98\x1b\x0d\xe1\x44\x18\x96\x17\x0b\xc2\xae\x0b\x52\xdc\x37\xe7\x27\x78\x50\x76\xc4\x05\x2c\x6e\x18\x67\xed\x36\xbe\x51\x66\x24\xbe\xbe\x07\x82\xcd\x65\x50\x54\xc4\x05\x31\xee\x1b\x6a\xbc\xe7\x7b\x13\xc1\x7e\xff\xe6\x1d\x5a\x6c\xd7\x0d\x45\x43\x54\xa1\xa3\x6e\x1b\xac\x97\xd9\x6d\x84\x40\x7d\x88\xbd\x6e\x14\x3d\x3f\x4c\xa5\x6e\xa8\xeb\xa7\x8b\x4d\xeb\x86\xba\x7e\xe5\x73\x90\xd5\x0d\x92\xa7\x44\x85\xba\x6d\x1c\xbf\x7e\xda\x08\xa3\xd5\x4d\xf5\x75\x0b\x01\xfd\x05\xb5\xb1\xb9\xa2\xe6\x43\xc9\x34\x6b\x3e\x08\xa3\x95\x0f\xb7\x6e\xb4\xde\x76\xcd\x87\xd6\xdb\xee\xf7\x61\xbd\x4d\xee\x1f\xf0\x46\xcf\x87\xf0\x7a\x3c\xd6\xda\x74\xff\x84\x37\xab\x7d\xf1\xee\x05\xb5\x41\xc0\x49\x6d\x04\xdd\xca\x4f\x51\xb7\xa7\x3e\x88\xfa\x8f\x34\x68\x69\xfc\x48\x49\xa4\xf9\x05\x58\x31\x3c\x01\x9a\x7b\x3d\xe1\x88\x18\xb0\xd7\x00\x8d\xd7\x21\xab\x8d\x63\xd0\x0b\x16\x9f\x5c\x75\xb5\x61\x85\xe9\x42\x48\x24\xc0\xee\x1f\x00\x27\xbf\xcf\x73\xdd\xfd\x13\xe0\xa1\x36\x17\x58\xe3\x25\x04\x68\x35\x53\x44\x02\xc4\xa6\x88\x84\x15\x4d\x5a\x31\x5c\xf8\x53\xa2\x3a\x4c\xdc\x11\x6e\x43\x59\x32\x82\x10\x07\xac\x50\x90\xba\x41\xfa\x6e\x2a\xf9\x59\x37\x14\x20\xec\xc6\x48\x0e\x90\xdd\xdc\x86\x1d\xc9\x18\xc1\x75\x3f\xdd\x4b\x98\xb9\x02\x82\x08\x05\x0b\xbb\x21\x44\xe0\x43\x37\xc9\x20\x56\xb8\x9b\xe4\x70\xf9\x4f\x37\x86\x19\xfd\xab\x30\xc8\xba\x31\xda\xd7\x34\xc1\x68\x5f\x63\x80\xd1\xbe\xaf\x76\x64\x3a\xab\x3a\x60\x49\x43\xa3\x08\xe2\x75\xf7\x26\x67\xb4\xaf\x37\x71\x41\x04\x56\xf7\xfb\x48\x30\x31\x4d\x15\x18\xb3\x82\x96\xa4\xc0\x32\xe7\x4d\x85\xea\x1f\xe9\x47\x96\xb3\xba\x15\xaa\x67\x5a\x8e\x82\x78\x38\x13\x18\x64\xf1\xee\xf5\xc7\xcd\xfd\xd1\xf4\x51\x59\xad\x5d\xe8\xae\x00\xc6\x04\x5d\x21\x07\x0e\x01\xf7\x88\xe6\xc2\x26\x52\xe6\xba\x77\x3c\x44\xf5\xf8\x1a\x0f\xb6\x00\xd3\x27\xea\x7e\x74\xef\x48\x58\xa9\xbb\x37\x40\x85\xe5\xee\xd5\x1f\xe0\x1b\x6e\xdf\x78\xae\xf1\x19\x72\x61\xe4\xc3\x84\xdd\xcd\x01\x51\x4d\x31\x0f\xd3\x5b\x63\xd4\x89\x97\xa7\x3d\xda\xbb\x7f\x40\x02\x90\x41\xee\xd0\x78\x83\x40\xe8\xa4\x70\xbd\xdf\xa1\xf1\x46\x4d\xb1\x23\x84\xcf\x23\x76\xa0\xd4\x4c\xb5\x53\xb4\x15\x8a\x3b\x50\x6a\x1e\xd3\x61\xfc\x0c\x02\xa1\x43\xb4\x1d\x42\x69\x47\x74\xd9\xf0\xf3\x13\xe3\x79\x3e\x44\xa1\xe7\x0b\xe3\xa7\x97\x7c\x20\x16\x6b\xb8\x1d\x31\x9e\xe6\x33\x38\x7f\xb7\x0b\xbe\xd7\xf8\x03\x11\x88\x3e\x44\x06\xe7\x2f\x78\x07\x02\x2a\xbd\xc4\x10\xc5\x93\x0f\x99\x01\x63\xad\xf7\xc3\x00\xbd\x47\xe1\x07\xa1\x0e\x55\xc6\xf7\xba\x0d\xae\xb9\x10\x44\xd9\x7c\xa8\xc3\x9d\x00\xf8\x39\x5c\x6a\xa6\x19\xca\xea\xc9\x3c\x68\x67\xb1\xf1\x22\x94\xed\xbc\xa2\xa0\x0a\xe6\x1d\xea\xc5\x10\x4c\xc7\xc2\xd9\x30\x53\x81\xc1\x78\x6c\xea\x00\x05\x32\x82\x0f\x76\xc4\x16\xf7\xe6\x0e\x91\xb6\x56\xbd\x68\xb0\x28\xb7\x4d\x73\x5c\xb2\x77\x0a\x3e\xf9\x96\xec\xed\x4b\x2d\xeb\x86\xac\x35\x99\xd0\xea\xb6\x64\xf1\xfe\xe2\x72\xb8\x54\x68\xbc\xfa\x3b\xf0\xbe\x9f\x9f\x68\x7b\x82\x17\xe6\xe3\xfe\xe0\x26\x1c\x06\xe8\xc6\xf8\x7a\x1f\x59\x70\xc3\x44\x79\x86\x35\xbe\x71\x0e\xa9\x7c\x98\xed\x2f\xb1\xbc\x2b\xb8\xbb\x6e\x4c\x7a\x73\xff\x48\x7a\x93\x49\xa1\x6e\x48\x7a\x93\x45\xb0\x6e\x67\x07\x3c\x9a\xdf\x89\xd8\xb0\xd7\xf7\x80\xd7\x4c\x14\x17\x10\xd5\xe1\xf9\x9c\x18\x5f\xf8\x58\x62\x7e\x1b\xaf\xf9\x4e\x3c\x37\x7c\x80\xd7\xf3\xc5\xad\xfb\xc1\x44\x7e\x71\xbd\xf4\x3d\x73\xda\x86\x0f\xca\x8b\x0b\xe4\x0e\x06\x3a\x14\x80\xd7\x8e\xe7\x02\x60\x09\xeb\x6d\x18\xe0\x8b\x0b\x24\x80\x2e\x4c\x78\xd3\x2e\xe5\x7d\x45\x2f\x4e\x8c\xfb\x8a\x9a\x5f\x98\x70\xec\x66\xcd\x70\x12\x02\x75\x38\x23\x20\x76\x3b\xf1\xe6\x8f\x9f\xa4\x71\xd6\x6d\x49\xfa\x6d\x18\xfe\x09\x0f\x88\x99\x08\x2c\xd7\x45\x09\xe8\x75\x83\xe5\xda\x17\x9c\xd6\x8d\x81\xd7\xc9\xdb\x76\xd2\xb2\xe7\x4f\x6e\x40\x50\x04\xe1\x0d\x08\x8a\x50\x7a\x13\x02\xa1\xf4\x46\x15\x1a\xaf\xf9\x0d\xa7\x4a\x11\x84\xb8\x9f\xa8\x18\xc5\xb8\x72\x5f\xe1\x7f\x75\xbb\xe1\x54\x69\x7e\xbf\xe3\x7d\xb7\x61\x07\x33\x8c\x37\x9c\x2a\xaf\xf9\xa2\xee\x50\x11\x8d\xdc\xa0\x39\xef\x19\x68\x07\x35\x7a\xd3\xdf\x20\x3a\x6f\x92\xa5\x2e\x74\x59\x6d\x6a\xd8\x88\x80\xae\x36\xca\xd0\x0c\xb7\x13\xbe\xaf\x6a\x63\x93\xe9\xe4\x09\x1b\x00\x16\x8d\x05\xdc\xc0\xaf\x54\xee\x1a\x36\xde\x92\xa5\x19\x06\x5c\xc9\xaf\xe2\x07\x35\xe0\x4a\x7e\x05\x54\xd6\xb0\xf4\x13\xdf\x59\x57\xc3\xd2\x4f\xba\x14\xc8\x1a\x60\x1b\xf7\x05\xbf\x35\xe0\xba\xce\xfa\xfa\x00\x8e\xda\xe2\xe7\x88\x98\xd4\x59\x16\x96\x82\xd2\x65\x97\xaa\x01\xa6\x72\x33\xe6\x10\x08\xb1\x20\x0c\x64\x2b\xea\x2f\x20\xf8\x20\xfb\xfd\x8a\xe7\x82\x38\x70\x49\x35\x1f\x14\xc3\xb0\xf3\xa0\x86\x80\xbb\x58\x86\x07\xc0\xc5\x26\x5a\xb2\x10\x60\x5c\xce\x6e\x5f\xe8\xd0\xdf\x13\xa0\xcf\x92\x06\x68\x24\x8e\x56\x58\xca\x3e\x02\xf8\xab\x40\x8e\x88\xa7\x90\x00\x1d\x96\x4a\x91\x54\x5e\xa2\x06\x5c\x16\xda\x8d\x02\xdc\x16\x2a\x9d\xb4\x86\x08\x57\x9e\xc4\xcf\x80\xeb\x42\xbb\x89\x26\x22\x5c\xa2\xf9\x7b\xd8\x85\x24\x20\x87\xc4\x2a\x32\xee\x30\x21\x28\x55\x12\x77\x40\xac\x75\x35\x8e\x13\x7c\x91\x12\x31\x43\xe2\x84\x35\x40\x42\x59\x1b\xa9\x08\x01\x15\x08\xdb\x78\xfd\x30\xf1\x81\xdb\xc8\xee\xf5\xa2\xd1\x26\x2f\x15\x22\x64\xb8\x16\x8d\x42\x5e\x19\xaa\x9b\xa9\x6b\xc8\x9c\xa1\x50\x9a\xe1\x3d\x6d\x7e\x8e\x19\x77\x77\xc0\x88\x0f\x41\x98\x49\xf6\xc2\x40\x46\x04\x48\xf1\xfb\x27\xfa\x17\xca\x32\xa9\xda\xef\x13\x20\xbf\x4f\x14\x6b\x3e\x28\x92\x5e\x14\xee\x51\x43\x81\x57\xa1\xb9\x4d\xcb\x9b\x50\x5c\x60\x79\x33\x8a\x0b\xf2\x91\x0d\x70\x21\xef\x14\xe7\x08\x05\x3e\x2b\xef\xab\xc2\x35\xf0\x0c\xe8\x61\xf3\x1a\x14\x78\x3b\xa3\xdb\xf0\xef\x56\x81\x88\x08\x16\x85\x48\xd4\x80\x08\x96\xae\x9b\xef\x6b\xa8\x58\x14\xe3\x18\x8a\x43\x6d\x9e\x02\x82\xad\xad\x39\x86\xca\xd2\x42\x26\xfc\x0a\x73\x62\xfc\x49\xf0\x73\x0d\x15\xd6\xd1\xe2\xde\x10\xd8\x6b\xaa\xc7\x45\xfb\x0a\x5d\xa9\x01\xa1\xd9\x0a\x4f\xa8\x01\x65\xda\x95\x00\x59\x43\xe5\x85\xaa\xe6\xb5\xb0\xf9\xcb\x7e\x5b\x43\x23\xd1\x69\xb6\x08\xd5\x56\xbc\x44\x0d\x0d\x8e\xa2\xaa\x0e\x11\x0d\x23\xaf\x62\x0d\x2c\xc4\x61\xd6\x89\x4b\xf6\xb3\x79\x73\x03\x0d\x16\xb7\x1f\xc7\x91\x27\x40\x08\xfd\x02\x72\xca\xa3\x3b\xbc\x48\x03\xfe\x01\x20\x4a\xf5\x09\x0c\xc6\x96\xc8\x19\x3a\x6d\x03\xe6\x24\x1d\xfe\x69\x09\xde\xa1\x33\xb2\xd9\xac\xa8\xd3\x46\x6d\x24\x74\x4e\xb2\xf8\x07\x7a\xb7\xb4\x0c\xfd\xf1\xb2\xbb\x4f\x5a\x7c\x5f\x6f\x30\x78\xca\x94\xd6\x39\x6d\x11\xd6\xc0\x42\x48\x63\x0c\x03\x77\xbe\x98\x3d\x3d\x01\xd9\x66\x70\x4f\x40\xb6\x69\x95\x01\xd9\xc9\x2f\x14\x96\x71\x15\x66\x58\xc7\x7d\x33\xf1\xb2\x26\xc7\x48\x1e\x64\xf0\x07\xcf\x02\xe1\x04\xc9\x5f\x10\x50\x13\x24\xe2\x67\xaa\x6e\x0f\xaa\x81\xb5\xdd\x37\x6f\xb9\x27\x42\xdb\x24\xf1\x04\x64\x9b\xb1\x3d\x01\xd9\x26\x8a\x9d\x90\xf8\x0b\x6c\x99\xe4\xe7\x0c\x07\xf0\x36\xc0\xed\x41\xcd\xac\x73\x67\x60\xb9\xd7\x7c\xc7\x3e\x31\xa0\x3b\xa8\x2a\xb9\x03\x2e\x8f\x59\xcd\xce\xe5\x71\x07\x0f\x14\xfa\xe2\x60\x6c\x9b\xb9\xe5\x73\x99\x90\xf9\xf9\x52\x86\x72\x33\x3b\x3c\xb8\x60\xde\x3b\x4f\x68\xb6\x8f\x1c\x86\x66\x57\x4b\x36\x4b\x1d\xca\x2a\x69\x5d\xc3\xf1\x88\xdb\xfe\x81\x98\x30\xe4\x0c\xcd\x4e\xd9\x83\x30\x30\xfd\x35\x8d\x27\x20\xce\x7d\xb0\x06\x81\x67\xc1\x00\x39\x93\x1e\xa2\xb5\xf3\x30\x93\x38\x19\x75\xee\x93\x05\xb7\xf4\x6f\x66\x7a\x27\xab\x5c\x49\xcf\x08\xe7\x13\xf3\xa1\x41\x9f\x1b\x8a\x7c\x3e\x9f\x48\xc4\x37\xd9\x9c\x28\xd0\x33\x3c\xc4\xc0\x73\x81\x71\x72\x0b\xfa\x7b\xc4\xfd\x99\xb6\xcf\x67\x07\x8a\x68\x4e\x54\xf3\x32\xa1\x22\x1c\xbc\x0d\x63\x9f\xb1\x3d\xcd\xbc\x8c\xa5\x00\x9b\x99\x1f\xae\x1f\x8a\x9b\x0f\x30\x78\x22\xe2\x66\x4e\x71\x31\xdc\xcc\xa2\xe5\x45\xcf\x8e\x39\x30\x9c\x0d\x71\x33\x15\xc0\xd9\x10\xaa\x85\x3f\x5c\xb9\x5f\x6d\x09\x09\x4b\x45\x29\xc9\xe8\xe7\x15\xfc\xd5\x4c\x95\x11\x35\xd5\x5c\x7d\xa9\x25\xe5\xb5\x3f\xe6\x13\xd1\xef\x2e\x3a\xbf\xd0\xc4\xa1\x96\xc4\xad\xfd\xc8\xdc\x16\xa0\xb3\xc4\xcd\xe7\x0c\x3c\x18\x71\x33\xee\x6e\x46\xf8\x9b\x0d\xc3\x47\x11\x37\x23\x73\xa9\x31\xc5\x8a\x58\x40\xa9\x8f\x97\x4c\x8b\x52\x1f\x56\x9d\xc3\x52\x53\x8a\x55\xd5\xb0\xd4\x94\x52\xcd\x93\x11\x7f\x13\x5f\x27\xf1\xd2\x53\x4a\x35\xab\xba\x79\xf5\x93\xd9\xc8\xcd\xec\x7f\x8f\x70\x31\x66\xc8\x40\x4c\xbc\xe0\x1e\x59\xe2\xe9\x03\x53\x5c\x8a\x4a\xb1\x11\x36\xa2\xbc\x48\x4a\x62\x2b\x11\x9a\x46\xf2\xda\x46\x5c\x76\xaa\x85\x8b\x1b\xbd\x72\x55\xed\xa5\x68\x88\x4b\xc5\x0d\xd7\xcf\xe9\x69\xc0\x6d\x73\xea\x2b\xd0\xeb\xe3\xc7\x88\x37\xd0\x91\x13\x19\x73\x9e\xdd\xa6\xd7\xc2\xdf\xd3\x6b\x21\x68\x50\xc6\xdc\x64\x16\x21\xd3\x5b\x84\x8f\x91\xf2\xa9\xfa\x8b\x48\x33\x13\x73\x8a\x11\xc5\x3f\xdd\x7f\x84\x38\xea\xfe\x23\x42\xd9\x3c\x7f\x48\xf4\x36\x71\xc7\x48\x61\xce\x6d\x08\x73\xc6\x6e\xe4\x35\xda\xaf\x1f\x9e\x33\x35\xeb\x07\x30\x6d\x1d\x78\x31\xa1\xbc\x8c\xb4\x9a\x98\xc8\xa6\x34\xe3\xc4\x8d\xa5\x19\x25\xd4\xe2\xf3\x8c\x10\xa4\xa3\x3d\x12\x53\xe3\x35\xdd\xee\x9f\xf2\xe8\xeb\x0d\x38\xca\x8c\xa2\x04\x3f\x86\xc4\x82\x98\x1e\x23\xab\xda\xf0\x63\xb8\xc3\xfc\x70\x5a\xb5\x71\x11\xb8\x4e\xa1\xb8\x24\xfa\xf6\x9a\x70\x46\xc0\x68\xf6\xfb\xb0\xbe\x88\xfb\xc4\x0c\x45\x56\x42\x47\xcc\x50\x64\xa3\x9f\x1f\x0b\x40\x37\x4f\x3a\x91\x85\xd0\x8c\xf9\x0b\x5f\x19\x69\xdd\x7a\x5a\x18\x5f\xac\xc7\x48\x85\x4c\x6e\xc6\xd5\x14\xec\x85\x65\x42\xd5\x5c\xa4\xaf\x78\xfa\x1a\x0b\x02\xbc\x92\x9f\xb3\x4a\xa8\x9a\x28\x8d\xf1\x1a\x1b\xa5\x31\xc4\x23\x63\xc5\x8d\x3c\xda\xdb\x71\xc9\xe9\x55\xe1\xf8\x35\xa2\x48\x5e\x30\xe6\x58\x2a\x44\xa3\x57\x7a\xa4\x35\x59\xd4\xc8\x0b\xde\x89\xb0\xff\x07\xef\x0d\xd8\xfb\xab\x35\xee\x88\xca\x21\x2a\x89\x57\x23\xea\x74\xab\xbc\x56\x8d\x95\x6c\x5f\x03\x36\xb8\x44\x65\x31\x88\xa8\x24\x12\xbd\xf2\x30\xe0\xa7\xd7\xfb\x38\x51\x65\x03\x89\x08\xb5\x51\x3e\x7b\x8d\x28\x78\x17\x4c\x59\xb8\x1e\x29\xbe\xde\x47\x68\x8d\x8c\x38\xb1\x81\x52\xa5\xb0\x47\x5c\x90\x14\x3d\x7f\x44\xda\x84\xd7\xfc\xe0\x92\x96\x89\x24\xc2\x5d\xa0\x7a\x64\x35\x32\xd2\xc6\xdf\x77\x9c\x6a\xa6\xec\x4e\xf8\x7e\x12\x9d\x56\x23\x6b\xe3\x29\x2e\xbc\xc6\x0e\x87\xb6\x59\x5d\xc7\x09\x68\xd6\xc3\xc2\x28\xca\xd6\x5f\xaf\xf2\xb4\x51\x9b\xe8\x10\x7a\x18\xb8\x6e\x74\x74\xa2\xc7\x03\x42\x6a\x32\x7a\x18\xa8\xee\x01\x51\x2f\xaf\x25\xef\x94\xc1\xe3\x4d\xf8\xe2\x25\x4b\xc6\x17\xa4\x75\x15\xcf\x59\x98\xc7\x04\x84\x1f\x08\xeb\xaa\x3c\xb5\x30\x05\x08\xfd\x3d\x4e\x70\x33\xd3\x41\xc9\x43\x00\xb1\x1c\xde\x66\x56\xb4\xb3\x36\xa6\x8e\xbf\x08\x6b\x7f\xb5\x83\x26\x42\x8a\xb6\x55\x2b\xee\xf0\x52\x9b\xff\xb2\x30\x49\xf1\xfb\x48\x99\x32\x49\xf3\x12\xa4\x57\x7f\x64\x76\xee\x0f\x4e\x5b\xe9\x27\x11\x85\x49\x8a\x0f\x3b\x16\x26\x91\x8c\x1e\x19\xa9\x13\xfc\x1c\x3e\x5b\x9d\xe7\xf1\xe0\x79\xa6\xf9\x41\x5a\xb6\x19\x31\xb2\x50\x89\x04\x82\x78\x20\xc4\xd3\xe7\x17\xef\x34\xf2\x92\x1c\x0c\x70\xd5\x7c\x21\x18\xdb\x6c\x18\x0f\x5e\x21\xe1\xf1\x08\x8f\xfb\x23\xc9\xeb\x7b\x48\xc5\xce\x8b\xae\x11\x31\x3b\xd9\x7b\xf0\xa4\xa9\xd9\x10\x9f\x5c\x23\x41\x0c\x29\xb9\x36\x1f\x40\x27\xeb\xdc\x6b\xc8\x13\x96\x4b\x99\x66\xe3\xc9\x25\x74\x07\x04\x51\x28\x39\xb9\x84\x9e\x11\x97\x50\x28\x3d\x19\xd4\xeb\x36\xef\x56\xf1\xfb\xa8\xc0\x64\xa2\x62\xa1\x14\xf7\x0f\x91\xd9\xa6\xe5\x78\x31\xb0\x42\x00\xa2\x4e\x8a\xdd\x33\x91\x35\xf2\x9a\xf9\x2e\x04\x68\x1b\x26\xe3\xc5\x3b\x23\x44\x53\x17\x6f\x1a\xd1\x04\x2f\x02\xe0\xe7\xf0\x9b\xfa\xc4\x67\x28\x4f\x36\x86\x9e\x42\x28\x3e\x48\x70\xb3\xa6\x5d\x58\x71\xa2\x07\x53\xcd\x84\x5f\xdc\x1b\x7b\x22\xb6\xc4\x47\x38\x4a\x99\x74\xef\x8a\x25\xe8\x56\x7b\x60\x22\xe4\xdc\x6e\x14\xdc\xf0\xca\xf9\x9c\xbb\xe1\x79\x96\x7e\x16\x51\x9b\xba\x7b\x97\xf0\x4a\x20\x53\x15\xae\x04\xb2\xc7\x21\x32\x8f\xd2\x54\x88\x42\x27\xf6\xd8\x44\xe4\x55\xda\x03\x16\x11\xbb\x63\x17\x5d\x44\xec\x8e\x3d\x6a\xf1\x26\x06\x3d\x1f\xc2\xef\xf1\x01\xbf\x49\xe8\x86\x17\x52\x52\x65\x42\x6c\x8f\x1d\x3c\x69\x23\xfc\x7e\x0e\xc3\x6f\xf1\x73\x84\x11\x68\x17\x26\x88\xc8\xca\xb0\xa8\x09\x15\xf5\x54\x78\xb4\x26\x64\x72\xaa\xf2\x4d\x4d\x88\x0d\xb2\xdb\x37\x21\x36\x48\x37\x2c\xd7\xc4\x3b\x3f\x47\xf9\xc9\x41\x93\x36\xba\xd5\x3d\xf8\x8d\xce\x34\x58\x80\xcf\x5b\x52\x45\x82\xc8\xad\x30\xe9\x9a\x50\x4e\xcf\xde\xab\x04\x91\x5a\x85\x01\x6a\x42\xda\x66\x4b\xc6\x46\x04\x74\xe2\x00\x89\x79\x93\xc2\x7e\x8a\x70\x0a\x27\xb7\xe1\x14\xce\x7e\x1f\xee\xaf\x6d\xf8\x05\x2e\x87\x20\x40\x24\x4c\x1e\xfe\x02\x37\xeb\x0f\xed\xb0\xc4\xc0\x74\xd1\x6f\x42\xa2\xe5\x6b\x86\x88\x84\xa9\x76\x3f\x25\x08\xc1\xaa\xde\x54\x13\xa4\xe0\x3c\xb2\x7b\x84\xa3\x5e\x14\x9c\x70\x35\x4f\x4a\x9e\x01\x1c\xe1\xaf\xe7\x70\xf9\x65\x0f\x00\x98\xbd\xc2\x09\x8e\x7b\x53\x4c\x42\xe6\xb1\xc7\xcb\x58\x14\x3f\x67\xa8\x8d\x29\x26\x23\x86\xd6\x00\xe0\xe6\x1e\xd5\xb5\xa9\x09\x17\xf3\x44\x63\x00\x17\xf3\xa4\xd7\xfb\x84\xc7\xef\x23\x96\x43\x3b\x20\xe1\xae\xd0\xe4\x45\x86\x10\x9d\x0c\x4f\x46\x20\x42\xf5\x73\xc0\x53\xfd\x9c\xf0\x78\xfe\x58\x42\x71\xa0\xc4\x48\x1c\x13\x19\x2e\xf2\x49\x1e\xbf\x70\xc5\x34\x3f\x06\xde\x78\xc5\x0b\x17\xcc\xfd\x11\x3e\xf7\x07\xf8\x3c\x7e\x21\x0d\x8a\x84\x18\x98\xf3\x9a\xcf\x45\x5f\x8e\x00\xa2\xcd\xdb\xa1\x14\x09\xd7\xe4\x0c\x59\x17\x52\x85\x17\x3b\xfa\x03\xa8\x25\xc6\x18\xa2\x63\x9a\x31\x86\xc0\xf5\x26\xe1\x3c\x55\x9a\xed\xa5\x2c\x24\xdc\x82\x33\x4c\x83\xa8\x27\x6d\x33\x65\x42\x59\xbe\xe1\x0e\x70\x29\xce\x8b\x44\x97\x74\x1d\xad\xb9\xa4\x25\x5d\x47\xe5\x59\xd6\xd4\x00\x40\xf2\x73\xb8\x48\x9b\xbf\x27\x40\x9a\x70\x83\x5b\xde\x24\x0b\xe9\xba\xbd\xd6\xac\xc1\xcd\xfd\x7a\x01\x10\x7a\x4f\x2c\xf1\xba\x0d\xd9\x6a\x53\x03\x80\xc6\x18\xc4\xe9\x6a\x79\x30\x2d\x79\x3a\x36\x7f\x80\xe8\x9b\x61\xa2\xef\xd8\xe6\x9e\xe1\x92\x98\x63\xf3\x12\x21\x1a\xa7\x99\x93\x75\x40\x6c\xc6\x83\xe8\x9b\x91\xfc\x3d\x96\xcc\x18\x46\xf4\x4d\x93\x82\x94\x3a\x03\x0f\x04\x10\x2b\x8c\xa8\x58\x7e\x4d\x1d\x1e\xc3\xea\x01\x00\xa1\xa9\x0e\xe1\x38\xb6\x29\xa6\x0e\x3f\xbe\x77\x29\xc2\x73\x86\x27\x3c\x08\xb0\x30\x8c\x48\xf9\x66\x92\x18\x74\x02\x0b\x21\x08\xcf\x69\xe6\x7b\x08\xcf\x19\x06\x00\x91\xf3\x56\xee\x13\x22\xe7\x9b\x39\xef\x20\x4d\x6a\x7e\x83\x2b\xe6\xf1\xb9\x62\x3f\x3b\x67\x06\x81\x75\xe7\xa0\x57\x6f\x08\x84\xf2\xa8\xae\x64\x4d\x08\xb3\x6f\xa6\xc7\x9d\xf4\xaa\xc9\xec\x70\x9e\x4a\x3f\x4a\x3b\xc2\x12\x4c\x5e\x3b\xc2\x34\xbc\x3a\x3b\xc3\x4a\x34\xf9\x9d\xab\xab\xd5\xde\xb9\xba\x7e\x0e\xf2\xf5\x7c\x77\xb0\x6c\x53\xd3\x8e\x28\x0d\x23\x63\x27\x32\x3c\x5f\xee\x4f\xbf\x0f\x78\x8d\xdc\x03\xfe\x6e\x2f\xc6\x81\x30\x1a\x8f\x0f\x51\xbd\x6e\xde\xd0\x07\x07\x10\xc0\x07\x42\x08\xbc\xbf\x4e\x84\x0c\x54\x75\x00\x59\xbc\x6f\xd2\x97\xd2\x89\xa0\x09\x33\xb9\x13\x1e\x75\x93\x17\x03\x75\x4c\x5e\xcc\x44\x95\x7e\x96\x4e\x70\x84\xea\xef\x1b\xde\xd7\x04\x4f\x78\xd8\xcd\x34\x4f\x5a\x5e\x84\x01\x54\xaf\x76\xc8\x6e\x42\xf5\x6a\x2b\x57\x89\x81\x3a\x3e\x84\x4e\xe4\xea\x54\xf7\x0f\x80\xbd\x02\x27\x8d\x73\xea\x8f\xd5\xac\x65\x1e\x4f\xbc\x4d\x74\xb8\x43\x96\xb3\x6e\x6e\x03\x01\x66\x91\x17\x82\x26\xbc\x64\x17\x59\xa0\x07\x00\xc0\x3e\xc5\x2f\x00\xec\xfd\x7c\x21\x12\xcb\x1c\xf0\x42\x94\x88\x59\xf8\x85\x28\x91\xee\xf1\x01\xb0\x19\xd8\x85\x88\x02\x33\x24\x18\xce\xcb\x30\xc6\x2f\x44\x89\x78\xcf\x4c\xd0\x90\x69\x90\x81\x3e\xf2\x41\xa4\xc9\x7a\xf0\xdd\x2f\x60\xd3\x34\x77\x80\x73\xd4\x2c\x75\x02\x03\xde\xf1\x48\x4b\xed\x0e\x8a\x48\xb3\x7d\x7f\x8d\x68\x1e\x8b\x8a\x29\x0e\x22\x4e\x93\x6b\x2e\x94\x4c\xa0\xa0\xf9\x39\x42\x16\x64\x64\x48\x13\x10\x79\x17\xde\x80\xc8\x07\xfd\x8d\xb2\x59\x1e\x9f\x81\x3f\x9e\xf0\x4d\x1a\xf6\xfb\x08\xfc\x69\x7e\xce\x25\xd5\xf8\x37\xa2\x42\xcc\x32\x11\xe6\x5f\xed\x12\x49\x88\xf4\x71\x48\x44\x7a\x2e\x0f\x7d\xbd\x70\x72\x5f\x7a\x08\xca\xa3\x82\x21\x33\xd6\x46\x3b\x3b\xf3\xca\xfe\x21\xcb\x49\xde\x10\xc7\x21\x95\x33\x6f\xfb\x42\xaa\x58\x5f\x5e\xf2\xfd\x50\x4e\x7b\xcd\x4b\xbe\x1f\x2a\x2d\x59\x33\x43\x6b\xc4\x09\x32\x6c\xe4\xca\xa0\xaa\x19\xa1\x35\xb6\xb8\x67\x18\xcd\x6d\x98\xcb\x01\x61\x1e\x52\x61\x73\x48\x78\x5f\xfd\x05\x04\x55\xe8\x24\xce\x4b\xc4\x1f\x36\xb4\xfc\xff\x8c\x9d\xc7\xd9\xf4\xba\x0e\x83\x5b\xb9\x25\x38\x29\x6d\x4e\x2f\x8e\xfd\x97\x70\x9f\x01\xfc\xe3\xf5\xf2\x5b\x7a\xc6\x96\x44\x05\x8a\x01\x24\xb7\x9f\x48\x3f\x30\xec\x6d\xb3\xc7\x1f\x7a\x14\x98\xba\x7c\xbe\x17\x88\x22\x9b\x66\x9b\x05\x9a\x80\x5e\x25\xd0\xc6\x30\xb8\xd9\xca\x1e\xfd\x66\x5b\x66\xb5\xf7\x27\x78\xda\x66\x13\x7c\x94\xc7\x4d\x26\xf8\xa4\x5d\xa9\xdb\x52\xd5\x59\xcf\xb3\x76\xf4\xcc\xb3\x88\x9b\x19\xcc\xae\xc1\x86\xb8\xd7\x24\x1f\xe2\x16\x11\xf7\xf9\x5e\x8b\x33\x33\x78\x2f\x4e\x26\x4b\x20\x9c\x64\xed\xac\xdb\x3a\x69\x3c\x59\x2c\xd5\x90\x69\x9f\x0e\x9c\xae\x3b\x0a\xda\xa6\x9a\x32\x78\x95\xb6\xd5\x04\xa6\x83\xd5\xdb\x8f\x0e\x44\x60\xb4\xe3\x6d\x7d\xb7\x7c\x28\xfa\x29\x2b\x03\x39\x6b\x7b\xe3\x6c\x99\xc2\xd5\xd1\x44\x85\x2f\x4c\x23\x2f\x78\x41\x69\xe1\x47\x23\x3a\xe4\x26\x58\xcf\xc2\x9c\x08\xd6\x93\x4c\xac\x75\xdb\x4c\x62\xe6\x40\x79\x61\x30\x00\x6c\xca\x03\x03\x2e\x7e\x53\x1e\x98\xce\x86\xfe\xa9\x0b\x03\x83\xc6\x56\x54\x14\x20\x5c\x68\x2b\x62\xfc\x4c\xa9\xf3\xc4\x30\xa5\xce\x13\x53\xf9\x5f\xa0\x9b\x4a\x7b\x43\xed\x87\xfe\xb2\x5b\xa7\xa5\x03\x6f\x0a\x06\x24\x0c\x0a\x3b\xb8\x98\x80\xac\x81\x31\x37\x70\x00\x63\x6e\x72\x95\x6d\x55\x00\x0e\x26\xa4\x4a\x38\x88\xb6\xb0\x09\x61\x83\xc5\x61\xab\x42\x0d\x85\x4d\x6e\x02\xd8\xe0\x9b\xdc\xaa\x4b\x77\x85\x2f\x6e\x55\x65\x0d\x36\x3e\x38\xd4\x20\x03\x38\xf5\x1c\x82\xaa\x92\xf6\x57\x06\xe4\x14\x09\x91\x36\xb6\xaa\x14\x09\x91\x46\xb6\x66\x6c\x00\x6b\xd0\x7c\x1b\x87\x15\x6f\x86\xcd\xb0\x0d\x9b\x50\x43\x11\x37\x36\x65\x91\x21\x7e\x61\x53\xce\x43\x60\xb0\x5b\xf3\x22\x65\x88\xcd\x24\xf1\x2c\x5f\x1a\x23\x6c\x82\x76\x35\xda\x97\xa7\x07\xa5\x74\x73\xca\xc3\xce\x00\xbd\x8b\x33\x47\x4e\x61\x08\xdb\xec\xce\xf6\xc7\xa4\x38\x45\x61\xe1\x59\x11\xe2\xec\x12\x5b\xd8\xa7\xdc\x7e\x5b\x37\x46\xa3\xd1\xa4\xb1\x25\xb9\xc1\xb7\xee\x0c\x44\x71\x63\x6f\x02\xd1\x34\xec\xfe\x5b\x37\x2a\x23\x62\xcf\x66\x14\x4d\xa4\x9a\x6d\x38\xf7\xf4\xe7\x07\x81\x7f\x72\xc7\x6e\x43\xc9\x29\x22\x26\x6d\x43\x90\xb4\xc8\x65\xdb\x78\xe1\x5b\x34\xe0\xac\x86\x4c\xe5\xf0\xf6\xea\xfc\xa0\xb5\x60\x26\x8c\xa1\x29\xb4\xf0\x92\x45\x1f\x12\x7d\x56\x88\xb0\x1b\x33\x13\xf3\x22\x68\xa2\x8e\x6e\x6f\x8e\x43\xd8\xe0\x2e\xaa\x58\xcd\xdd\x50\x93\x68\x63\xdb\xee\x43\x9e\x2e\x76\x91\x19\xf1\x75\xdb\x7d\x86\xf8\xdf\x34\xfc\x09\xa4\xb6\x19\x5c\x53\xe8\x4c\xe0\x9a\xc2\xe8\x04\xba\x83\x83\x1a\x5b\x13\x51\x72\x13\xb6\xa6\xcd\xdc\x99\x87\x57\x31\x0d\xbc\xd0\x9a\x48\x52\x9b\xa0\x35\x09\xe1\xad\xdb\xa1\x55\x84\x87\x09\x59\xd3\x3e\x4c\x57\x39\x0e\xb7\xf1\x69\xd2\x30\x25\xb8\x86\x50\x30\x1d\x36\x77\x3c\x7a\xce\x8c\x08\x04\xd3\x06\x27\xe4\x14\x40\x0b\x3e\xfc\xd3\x30\xb6\x0e\x1f\x36\x06\x66\xfa\xbc\xa0\x7a\x68\x30\xde\x9f\x8a\xb1\x35\xe6\xfc\xa7\x52\x6c\x0d\xbe\x77\xbe\x27\x86\x16\x95\x65\x91\x8d\xf6\xd3\x21\xb6\xc6\x99\x14\xc2\xa5\x73\x66\x7f\x3a\x43\x01\x62\xb3\x9d\x2f\xb0\x27\x3f\x5c\x4e\x27\x19\x2d\x69\xbb\x4c\x43\x86\x7c\xbd\x25\x1e\xd2\xe4\xb5\xe9\x85\x74\x79\x19\xc6\xc3\x89\x74\xac\xee\x04\xe7\xba\x94\x3b\x92\xeb\xe7\x7a\xa9\xe2\x05\x01\x79\xb8\xef\x2e\x47\x4f\x43\xd6\xf5\x9e\xfa\x4c\xd4\xad\xca\x73\x9f\x67\x23\xfc\x98\xe9\x5b\x7e\x7e\x06\x75\x1b\x8e\x84\x54\xfa\x0f\x41\x13\xc2\x6f\x3b\x26\xe8\xd4\x08\x1a\x2e\x2d\x21\x68\x36\x0c\xad\xdb\x3f\x04\x4d\x26\xd3\x29\x69\x6a\x94\xd8\x4d\x20\x99\xb6\x7c\x7a\x75\x4a\xc5\x85\x71\x29\x07\x06\xb7\xc0\xad\xb0\x70\x96\xc3\xf5\x72\x2a\xc2\xed\x63\xca\x43\xe8\x4f\x43\x28\x9f\xc9\x16\xa6\x06\x7b\xf5\xf6\xbc\x7b\x30\x3d\x28\xc9\x0d\xde\x88\x4d\xa0\x1a\x8c\xbb\xdb\x63\xb7\x22\x2c\xf7\x71\x91\x3e\x2e\x4f\xf9\x07\x16\x80\x5a\x9b\x40\x32\x98\x1b\xb7\xc7\x9e\xee\xf0\xe4\x22\x94\x0c\x4e\xaa\x32\xd9\x55\xda\xf8\xc1\xbe\xd1\xf0\xb7\xa2\x54\x36\x0b\x78\xb2\xf2\xd3\x2a\x0a\x66\xf1\x22\xad\x62\x01\x2d\x59\xe4\x25\x58\x00\xf4\x95\xc9\x85\x24\x22\x9a\x16\x61\xf4\x17\xa0\x8c\x45\xf9\x6b\x16\x10\x98\x45\x51\xc4\x0b\xb0\xc3\x32\x29\x9d\x5a\x2e\xdd\x32\x3b\x51\x1c\xc3\x70\x59\xcb\x94\x42\xad\x45\x05\x78\x16\x3c\x7c\xe5\xa7\x4d\x94\x64\xd1\xa9\x65\x76\x81\xc2\xf0\xc6\x22\x8f\xc1\xd2\x0a\x4d\x34\xff\x90\x71\xce\xc6\x39\x65\x98\xb3\xf3\x9e\xf2\xbf\xf3\x9e\x46\x68\x2f\xb3\x61\x4d\xb4\xe8\x3c\xa8\x7c\xe0\xc0\xb2\xc6\xa0\x64\x6c\x44\x02\x2b\x42\xef\xaf\x40\x8b\xca\xf2\x66\x4a\xcd\x27\xcb\x9b\x4d\x29\x74\x2c\xab\xa0\x50\x73\x9e\x9d\x3a\x35\x13\xa1\x88\xe2\x15\xaf\x40\x51\x59\xcb\x95\xbb\xbc\x28\x66\x78\x45\x1f\x2f\xaa\x62\x89\x5c\x59\x7e\xca\x47\xf9\x09\xc2\x7f\xb8\x93\xca\x4f\x33\x29\x18\x54\xcb\xf2\x56\x76\x81\x46\x15\x71\xc4\x7d\x5c\x16\x25\xf8\x0f\x85\x8a\x0f\x28\xc9\xe4\x57\x8b\x72\xb3\xe3\xbe\x2e\xeb\x7b\xb6\x42\x80\xd0\x43\x9f\xff\x8b\xc1\x34\xb4\xe8\xa4\xce\x79\x6c\x82\x98\xa4\xff\xd5\x47\x2f\x13\xb4\xbe\x88\xbc\x3c\x1b\x62\x97\xe9\x31\xb6\x28\x77\x5e\x59\xed\xab\xa5\x7d\x3b\x2a\xf3\xfd\x4f\xef\xa8\x84\xb2\x95\x9f\xde\x51\x09\x55\x2b\xaa\x9d\x49\x00\x45\x31\xd6\x88\xad\x6c\xb7\xc7\xe7\x7f\xe7\x7f\x1a\xbc\x20\x0b\x6e\x64\x8a\xa2\x7a\x41\xa0\xe7\x4a\x51\x6c\x5c\x38\x68\x29\x32\x49\xc7\x64\x56\xe4\xc7\x68\x11\xbd\x4a\x91\x05\x97\x15\x53\xbe\x9e\xcf\xbe\x56\xf9\xa0\x16\xd1\xad\x14\x7b\x15\xb2\x00\xc5\xf5\xc1\x2b\x1d\xc8\xe4\x54\xf9\xe0\xd2\x07\x99\x91\xa2\x28\x9d\x4e\x87\xce\x0b\x11\x99\xa0\x54\x19\x09\x99\x92\x2a\x03\x0b\x1d\x54\xd9\xcc\x38\x25\xd5\x36\xb3\x8c\xb8\xca\x60\xc4\x92\x55\x19\x05\x99\xd2\xfa\xea\x9a\x21\xa1\xda\x78\x40\x03\x97\x47\x94\x21\x2a\x85\xcf\xc2\xae\x6d\xaa\x88\x14\xd1\xb2\x08\xae\x4f\xfc\x60\x69\xbe\xbf\xd3\x81\xe0\xfa\x04\x27\x94\x66\x71\x97\x73\xfc\xe2\xf3\xd9\xb6\xcd\x62\x7b\xe7\x13\x8b\xed\x4c\x9b\xa1\x43\x13\x1b\xa3\x59\xee\x88\xe4\x53\x0c\x0e\xaa\xb9\xa7\x8a\x30\xfa\x73\xcd\xbd\x54\x04\xf0\x59\x00\xb3\x17\x23\x7c\x10\x4d\x8a\x73\x53\x8e\x88\x4f\x45\x1e\x8c\x5c\xb6\xa5\xbb\x3a\x05\xdb\x49\x0a\x48\x23\xce\xae\x74\xa7\x81\x87\x71\x76\xef\x8f\x74\x31\x64\x53\x8d\xb8\x54\x86\x2c\x8c\xf0\xbc\x9f\x2e\x31\xb8\xdf\xcb\x78\xaf\x2d\x3e\x28\xe2\xbc\x7c\x20\x9e\x87\xab\xb0\xc8\x29\xc1\xf2\xca\x07\xb1\xc0\x87\xed\x83\x80\xf5\x2b\x7b\x4f\x6a\xab\xd5\x32\x64\xeb\x8a\x14\x53\x76\x9b\x02\xd2\xff\x2e\x53\x00\x37\xb1\x80\xf6\xf3\x1c\x19\xb5\xc8\x6f\xf0\xf9\x5e\x39\x63\x78\x14\xda\x24\xd2\x47\xd9\x0d\xa8\xa1\x39\x41\x0b\x62\x1d\x2a\x02\x08\x11\xb2\x55\xec\x25\xe0\xf2\x53\xf9\xfd\x12\xad\xb8\xec\xb2\x61\x47\xbe\x2d\x3f\xb1\x7f\x45\xa2\x2a\xc7\xbb\xe6\x99\x9f\xc3\xa5\x90\xb9\xf6\x0f\x8b\x2f\xbc\xd0\xcd\xd4\xd3\xa5\x32\x52\x7e\x5a\x14\xe4\x87\x15\x36\xe4\x87\xe3\x73\xb8\xb4\x35\x23\xb2\x11\x7a\xfd\x13\x2a\xba\x1c\x42\x0f\x44\xe9\x28\xa7\x92\x3b\x45\x09\x2f\xa7\xa0\x20\xf4\xae\x60\xe0\x85\xf9\x38\xc5\x71\xe9\xdd\xc1\xba\x30\xd4\x9f\x3c\xff\x15\x2e\x4e\x31\x5c\xb8\xc5\x25\xfb\x71\x54\xd5\xe2\xb2\x45\x9d\x0d\x7e\xe9\x0a\x8b\xda\x58\x7e\xe2\xfd\x20\x0b\x42\xb9\x5c\xfa\x9d\x0d\xe3\x6c\x94\x91\xf5\x8a\x6b\xdd\x23\x97\x5d\xce\xef\x8a\x44\x74\xbd\x97\x14\x5d\x5a\xca\x62\xcb\x5f\xaf\x94\x15\x2a\x0c\x88\x6f\x90\x2d\xf1\x1e\xa6\xa9\xe4\x3b\x13\x6b\x24\xbb\x3e\x21\x5b\x45\xc2\x7d\xed\x5c\x64\xb7\x02\xf5\x69\xae\xfe\x36\x75\xba\x73\xb5\x7a\x5a\x73\xad\x88\x3c\x0a\x56\x8a\x90\xa8\x4c\x3b\x33\x62\xa5\xd0\x3e\xc9\x73\x5d\x8b\x51\xed\xcc\xf0\x63\xd8\x26\xef\xaf\x7a\x4e\xfb\x8f\x61\x9b\x99\x2f\xa1\x7d\x56\xf8\xb1\x72\x46\xe2\x18\x2b\x8f\x37\x6c\x46\xff\x28\x51\x0a\x5b\xea\x31\x40\x97\xf6\x1d\xd4\x10\x3d\xa6\x4e\x12\x63\xb2\x40\x55\x70\x1c\xfc\x5e\x55\x70\x9c\x12\x29\xa7\x2a\xaf\x3a\x67\xb4\x2a\x8b\x64\x69\x7c\x2f\x44\xda\xca\xfb\xe2\x11\x39\x81\x75\x32\x8f\xe8\x79\x16\xa8\xb0\x32\x1e\x11\xb8\xd2\xbe\x08\x6c\x8c\xc7\x27\x72\xe4\xd9\x04\x2e\x79\x76\xcd\x7c\x9e\x1f\x3d\xa7\x7d\xa7\xfa\x89\x6e\x51\x9d\xea\x27\xb2\x6e\x55\xc9\x4c\xce\x48\x95\xc4\x8e\xd3\xa7\xce\xef\x11\xc8\x73\x71\x61\x82\x3c\x77\xef\x36\x5e\x10\xfe\x28\x82\x66\x55\x26\xca\xf1\x69\xc0\x90\xef\x41\x0b\x92\xcb\x18\x81\x93\xf7\x30\x43\x8b\xe5\xb4\x8c\x48\xc9\x7b\xf0\x1d\x57\x57\xd0\x4c\x2e\xc6\x5a\x17\x21\xc8\x58\x42\x27\xef\x09\x9b\xae\x4a\xde\x83\xef\xb4\x2a\x79\x4f\x52\x1a\xd7\xea\xe4\x3d\x2c\xd9\x22\x84\xd8\xc2\xff\x66\x8a\x0c\xe0\x77\x46\x80\x0a\x54\x57\x39\x62\xcb\xac\x06\xb1\xe7\xde\xac\xc2\x24\x11\x23\x58\x95\x9c\x07\xec\x40\x55\x72\x1e\xbc\xc7\x55\xc9\x79\x80\x06\xd4\x55\x28\xab\xb8\x50\xea\x2a\x82\x58\x02\x25\xe7\x01\xfd\x51\x85\xc2\xc7\xd5\x5f\x37\xf1\xe1\x1c\x92\x6a\x80\x10\x2b\xb0\x09\x92\xc7\x04\xaa\xac\x7c\xed\x74\xb8\x89\x51\x73\x08\x8c\x18\x82\xe2\xcd\x41\xfe\x50\x68\xc8\x10\x53\x6a\xd9\x99\x35\x56\x36\xcc\x4a\xc6\xa9\x6a\xcc\x50\xfb\x93\x6e\x53\x25\x79\x8f\x29\x86\x9e\x6a\x04\x11\xdd\x1b\x31\x04\x81\x45\x04\x73\xc8\x8a\xd3\x1e\xb2\x27\x5d\x83\x08\x57\x61\x15\x26\x08\xf0\x70\x2d\x02\x04\x54\x5a\x10\x20\x20\xb2\x7b\x2d\x42\x47\x44\x52\xa9\x16\xad\xc3\xd3\x6b\xd1\xd5\xc5\x9e\xfb\x89\xd6\x6d\xe5\xb9\x3a\x5e\x3c\xda\x49\xad\x82\x7b\x44\x7a\xab\x55\xf8\x96\xc2\x07\xab\x8f\x55\x46\x50\xa5\x4d\xb0\xeb\x8d\x49\x8a\x76\x50\xab\xb4\x09\x96\x40\xb5\x41\x2b\x49\xb3\xaa\x41\x4a\x6c\x73\x0b\xe7\x70\x8e\x57\x38\x8f\xc2\x5a\xab\xc4\x45\xb6\x4d\x95\xfa\x30\x18\xb2\xc5\x9b\x34\xd0\x24\x4e\x32\xe2\x26\xbf\x06\xbb\xaa\xe9\x76\x86\x75\x35\x5f\x6c\xb0\x92\x26\xff\xee\xe0\x03\xa9\x1b\xf0\xfa\xa6\x5a\x58\x91\xbb\x6b\x93\x37\x0f\x5e\xdb\xe4\xa2\xe7\x1c\x34\xf9\xa7\x07\xed\x0b\x93\xc0\x36\x69\x96\x87\x69\xcf\xe9\xe7\x99\x12\xe7\x9f\x8f\x5c\x5f\xbb\x04\x10\x98\x75\x97\x2f\x15\xe6\x69\x21\x1e\x14\x53\x55\x9d\x23\xd2\x2c\xd5\x9f\x8c\xbe\xa2\x17\x54\xd5\x31\x22\xcd\x51\xed\x72\xae\xc2\xfd\xbb\x9c\xc3\x9c\xfc\x2e\xdf\x1c\xb7\x51\x37\xf3\xcd\x75\x5f\x87\x9c\x71\x74\x60\x91\x3e\xc6\xc8\x3a\x0c\x1a\x60\x4e\x7e\x32\xfd\x20\xe9\x4e\x1d\x72\x38\xc2\xfc\x86\x1c\x8e\xdc\x3f\x43\x59\x01\x3e\xff\x77\x3d\xd3\x81\xfc\x8d\x9f\xf7\x75\x1f\x26\x31\x70\xad\xaa\x78\x34\x7d\x9e\xe5\x88\x89\x87\xb3\x5a\xc6\x8f\xfb\xb0\xfe\x64\xfc\x81\x12\x53\x77\x6b\x80\x19\xb0\xb3\xfe\x7c\xb6\xe9\x2e\xd7\x11\xdb\x6c\x7f\x35\xbc\x4c\xe2\x1b\x3c\xcb\x46\xb5\x7d\x1f\x76\xa7\x60\xd9\xfe\x39\xdd\x36\xe8\x73\x9a\xdf\x60\x59\x76\xea\x1b\x2c\x1b\xd5\xa9\x1e\x4a\x2d\x0b\x83\x7c\x93\x72\x46\x17\xa8\x0a\x96\xfd\x48\x3a\xf5\x50\x4c\x30\x3c\xed\xb0\x03\x8a\xe3\x28\xe5\xa0\xe0\x07\xac\x87\x3d\x35\x9f\x1f\x7e\x94\x77\xa6\x52\x89\x3c\x53\x4e\xa1\x56\x87\xca\xce\x9f\x1f\x0e\xff\xc0\x30\x2f\xff\x40\xa7\xb7\x7f\xa0\x4d\xc9\x23\x8d\xe9\x96\xdf\x60\x9e\x23\xf2\x55\xb9\x01\x10\xca\xeb\x4f\xea\xdf\x50\x72\xaa\xdc\x00\x9d\x05\x16\xc6\x7f\x9e\xe1\xf6\xa7\x87\x9d\x41\x39\xd2\x75\xfe\xb4\x78\x79\xee\x78\xc3\xc7\x80\xc9\xb3\x27\x60\x8e\xdc\x59\x05\xd4\x9f\x7f\xfb\xf8\x2f\x17\x90\xca\x1e\xe1\xca\xab\x6f\x18\x6c\x8c\x04\xf5\x52\xb0\x2e\x33\x7f\x9d\xd2\xd3\x32\xa0\x9f\x56\x50\x08\xb5\xa8\xaf\x52\x10\x97\x6c\xb5\x0e\x00\x8d\xb7\xeb\xbe\x87\x00\x99\xe3\xc7\xc4\x05\x2a\x73\xfc\xf7\x86\xfa\x09\xf6\x05\x6b\x54\x95\xf1\x7d\x5d\x3f\x5d\x9c\x32\x27\xe6\x24\x3e\xce\x6f\x96\x47\x29\x4f\xd3\xc4\xff\xd2\xee\x59\x17\x01\xf3\x0b\x07\xd5\xc0\x7c\xb8\xe7\x23\xa8\x37\x07\xf1\x91\x79\x8a\x53\xf4\x13\xe5\x17\xd0\x45\x4d\x59\x6f\x88\x05\x6d\x93\xaf\x87\x96\x67\x05\x45\x11\x50\xd7\x26\x21\x57\x32\xa9\xed\x27\xba\x0f\x0c\x7a\x6d\x92\x9f\x3c\x57\x6a\x53\xec\x69\x78\x67\x9b\xec\xd7\xcf\xa3\x42\x45\x1a\xad\x29\xd2\x22\x12\x41\x9b\x1c\xe8\x5f\x68\x5e\xb1\x22\x9f\xee\x5d\xad\x9b\x01\xcf\xaf\x85\x26\x4d\xa8\x80\xe8\x42\x17\xb3\x50\xb4\x50\xac\xac\x34\x1d\xd1\xb8\xa9\x60\x28\xd9\xc3\xda\x4f\xb6\x5e\x01\x6b\xb4\xd9\x5d\x46\x2a\x68\x0a\x59\x05\x9c\xd3\x16\xb3\xfb\x34\x28\x30\x0d\xae\x88\xf6\x93\xad\x07\x16\x8c\x26\xd9\x7a\x4e\xad\xc1\xda\x24\x4b\x6f\x64\x95\x6b\x8b\x3d\x11\x3c\x37\x6d\xcc\x0c\xd1\x85\x91\x32\xc2\x45\x05\x34\x69\x4e\xf5\x33\x33\x85\x8b\x6a\x4b\x66\x09\x56\xb1\xf2\x7c\x2b\xb1\x98\x5c\x68\x6d\xd5\xfa\x86\x36\x41\x5f\x06\xff\x56\x9b\x2a\x42\xab\x2a\xd9\xcf\x8c\x74\x75\xc0\x65\x46\x2a\x29\x99\xd4\x5e\x4d\xc5\xec\xe7\xcf\x68\x14\x71\xb9\x31\x9c\x4b\x73\x95\x47\x6b\xca\x74\x27\x4d\x39\x18\x88\x66\x21\x7a\x63\x2a\x37\xab\xba\xf9\x40\x19\x2d\x01\x4a\x35\x65\xb4\x4c\xc6\xfc\xda\x7e\x42\x75\x25\x3f\x64\x53\x8a\x79\xd0\x77\xed\x27\x43\x57\xf2\x03\x36\x25\xb8\x5c\x3f\xfd\x5d\x7a\xce\x04\x49\xe8\x4d\x6a\xed\xda\x8a\xc6\x13\xae\xd9\x54\x98\x13\x2c\x54\x93\x4c\x0c\xb0\xac\x29\x60\x35\x19\xff\x6b\x53\xc0\x2a\xe9\xf6\x9a\x72\xcd\x80\xb5\x6a\xc5\xfd\xd3\x9f\x78\xdc\xcc\xf7\xb2\x7b\x40\x9f\x44\x60\xb0\x52\xad\x3a\x71\x35\x03\xaa\x66\x00\xac\xc8\x2b\xc2\x32\xe7\xd5\xc2\x44\x48\x72\x96\x49\x4c\xee\xad\xca\x7c\xd0\x79\x41\x67\x98\x35\x17\xb2\x65\xe0\xd0\x6a\x02\xae\x80\xca\x6c\xcd\xa5\xbb\x33\xc9\x92\x51\x81\xcd\x36\x85\xa5\x26\x67\x7e\x6d\xca\x3b\x89\x53\xa4\x29\x23\x7c\xe9\x7f\x42\xb3\xb5\xe6\x3c\x5d\x7c\x2c\x16\xc5\x16\x54\xcc\x6a\x6a\x29\xd5\x26\xc3\x33\xe6\xf9\xe6\xec\xf0\x83\xef\xc5\x2e\xe0\x60\xb2\x4b\x83\xd9\x6d\x8a\x51\x25\xd1\x59\x53\x18\xea\x20\x4b\x56\x53\x18\x2a\x99\xd6\x5a\x37\xb5\x7c\x60\x63\x49\x06\xd0\x4d\x6d\x06\xd0\x4d\x10\xef\x2b\xda\x2d\x5a\x56\x93\x45\x1a\x88\x6b\x53\xd4\x69\x81\x47\xab\x3c\x52\x72\xa1\xd7\xd6\x15\x91\xd8\x79\xdf\xf5\x86\xd9\x73\x0a\x53\x05\x94\xdb\x86\x29\xe4\x7f\x59\x43\x62\xcb\x6f\x8a\x52\xc5\x21\xd1\x14\xa5\x4a\x86\xa7\xe6\x94\x32\x6c\xb8\x61\x82\x32\xa0\x21\xeb\x4f\xa7\x3f\x59\x7f\x60\x52\x96\x76\x73\x8d\xb7\xe1\xc4\x69\xfc\xef\xfd\x48\xff\x0a\x19\x85\xe7\x09\xf8\x52\x50\x20\x9a\xa4\xdb\x8e\x2a\xdc\x14\x94\x5a\x3f\x77\x88\xa2\x50\x47\xf4\xbe\x26\xd9\x94\x2c\x04\x4d\xa2\x29\xc8\x97\x76\xd8\x68\xca\xae\x3a\x64\xad\x60\x57\x29\x2c\x15\xab\x6c\x13\xd6\x04\x28\x57\x53\xfd\x7c\x62\x4f\x9a\xe4\x52\xd2\x1c\xb4\x9f\x58\x5a\x89\x1d\x69\xb2\x59\x93\xf9\xb7\x1d\xb2\x66\xb0\x66\x87\xac\x19\x5c\xfb\xb2\x61\x13\x3a\xd2\x1c\x86\x8a\x4f\xbf\x9d\x8a\xc8\x63\x17\x9d\x32\x28\x71\x27\x9d\x26\x28\x04\x9e\x22\xa8\xf1\xbd\x09\xe2\x7d\x13\xc4\xb3\xcc\x2f\xf0\x00\x55\xe7\x27\x32\xa2\xa9\xfa\x7e\xea\xbe\xd4\xa6\xea\xfb\xa3\xf2\xbd\x2c\x64\x2c\xb2\xaa\xf1\x7f\xc4\x00\x09\xa7\x40\xd1\xda\xf5\xe6\xe0\xca\xb3\xcc\x49\x2c\x90\x8b\xf1\x73\xcc\x2f\x27\x1d\x4d\x7f\x97\xed\x63\x19\x9f\x30\x2b\x05\x45\xbc\x5d\x2f\x1f\xa5\x05\x51\x04\x5b\x74\x75\x7e\x8e\x8d\xcc\xde\xa0\xf3\x9a\xaa\xf3\xa7\x1c\x6a\x6d\x97\x28\xe6\x6e\x94\x11\x1c\xc4\x63\x93\xb8\x0b\xda\xaf\xa9\xce\x27\xb1\x31\xcd\x26\x6e\x8e\x8d\xf2\xcd\x63\x8d\x69\xca\x37\x4f\x2c\x4c\xbb\x5d\x1d\x3f\xfd\xdd\x5e\x21\xfe\xd7\x96\xe3\xd8\xdd\x16\xb4\xb2\x82\xb7\xb6\x58\xe3\x59\xf4\x70\x2c\x1d\x23\x8b\x64\xa7\xfc\xf4\xa9\xb1\x5d\xdb\xed\x15\xe4\xd9\x2b\x98\x67\xc7\xc8\xc2\x56\x1c\x23\x1b\x43\x44\x93\xd5\x9c\xf0\xab\x26\xd8\x0a\x9a\x5c\x7b\x94\x8a\x97\xf9\x7f\x4c\x6f\xe6\xcf\x31\xb2\x85\xf7\x4d\xef\x5f\x8a\x13\xd4\xe6\x00\x5a\xe4\x24\xe5\x91\xd9\x88\xdd\x6a\x8e\xa0\x85\xa3\x3c\xde\xcf\xf4\x7e\xdb\xb1\x48\x0b\x66\x31\xff\x1a\xe8\x93\x93\x05\x64\x7c\x7d\x32\x8f\xf9\xfc\xf0\xa6\xfc\xe9\xf9\xc1\xa1\xe2\x0b\x6d\x08\xd1\x86\xb7\xbb\x4b\xfc\x6e\xf8\x45\xfa\xec\xa2\x05\x39\x57\x5d\x05\xff\xc9\xf0\xdc\xe7\xf5\xbf\xff\x2d\xa4\x94\xe8\xb3\xe2\x1f\x06\xcf\x72\x3f\x35\xbe\x97\xb8\xfe\xf9\xbe\xeb\xfb\x0c\x5a\xe5\xfd\xd7\xc6\xb3\xab\xb5\x0c\x1a\x50\x60\x67\xa7\x03\x05\xb3\x76\xfe\xbf\x7d\x5d\x6d\xf9\x41\x56\xc1\x70\xa2\xae\x82\xff\x6b\x2e\xe4\xbe\xd8\x90\x9b\x11\x2d\xaf\x44\x94\x16\x55\xe1\x7f\x0d\x2b\xe8\xaa\xf0\xbf\x66\x23\x75\x4b\xe7\x39\xf9\x5d\x15\xfd\x49\xeb\xd0\x17\x85\xaa\x42\xc1\xa2\xd0\xce\xce\xfb\xa6\x60\xcd\xb3\x72\x4a\x0f\x9e\x45\x40\x58\x53\x5f\x65\x88\x65\xc0\x0e\xb6\xa5\xbf\x55\xe3\xcd\x41\xec\xaf\x10\x1f\x89\xa3\x2b\xd8\xf6\x63\x8c\xef\xaa\x73\xba\x30\xa7\xab\x29\xa0\x47\x2d\xca\xe0\x7d\x51\xd0\x78\x96\xa1\x99\x19\x72\xb0\x2d\x33\xb2\x1a\x1c\x14\x31\xba\x6f\x8a\x46\xa5\x41\x19\xd3\xf1\x80\x75\x1b\xd3\x3b\xff\xcb\x98\xce\x9a\x6d\x26\x39\x1d\xda\x96\x1e\xa5\xb0\x3b\x1a\x97\x29\xde\xec\x50\x5a\x79\xc1\x14\x33\x20\x85\xab\x72\xba\x94\xe9\xbe\x4f\xd1\x0a\xbb\xe3\x71\x1b\x3d\x9a\xe4\x4c\xd9\xa6\x45\x0c\x77\xed\xca\x6a\xb3\x7e\x28\xf0\x2e\x0c\x05\x8e\xc7\xe5\x7d\xe1\x5a\xc8\x25\xd2\x8b\x28\x66\x53\x08\xd7\x42\xb2\x92\x5e\x8a\xbd\x03\x19\x80\x34\x8d\x8d\x08\xe6\x5e\x0c\xeb\xc8\x95\xdc\x55\x09\xaa\x81\x85\xe9\x55\xf6\x76\xc6\xe4\x80\xd7\xdc\x38\xbd\xc9\x5c\xce\x24\x35\x99\xcb\x39\xcb\x4d\x01\x82\x9c\x55\x07\xbc\x72\xd2\x9a\xac\xe3\x6c\x93\xa6\x68\xc9\x70\xe8\xee\x80\x57\x78\x41\xb3\x7f\x20\xe3\x51\xdd\x52\xac\x09\xdd\xf1\xad\xac\x81\xe3\x5b\x99\xc3\xa6\x00\x41\x56\x5d\xc9\xe6\xc9\xd3\xd9\x95\x6c\x9e\xfc\x3c\xbd\x0b\x4b\x14\x53\x74\xef\x0a\x88\xa4\x3f\x87\xbb\x7e\xde\x7f\xe5\x42\x1a\x14\xb8\x88\x73\xd2\x45\x30\x8b\xe6\xf8\xd7\x5c\x51\xfd\x2d\xec\xc4\xae\xea\xa2\x98\xa3\xeb\x00\x58\x8e\x7e\xd7\x0c\xf4\x3f\xc5\x83\xf6\xae\xe9\xe1\xd4\x75\x2d\x67\x44\x96\xee\xe0\xd7\xc8\x9c\xdd\xc1\xaf\x6c\xb9\xe1\xe5\xcd\x72\x0d\x91\xcf\x99\x50\xee\x7a\xa2\x5c\xba\xca\x48\xe1\xe6\xee\x2a\x23\x45\x9e\x91\x3e\x9c\x47\x04\xbe\x33\x4c\x0d\x03\xd2\x80\xd9\xc2\x43\xfe\x1d\xf6\xb8\x72\xd3\x93\x43\xb0\xef\x5e\xbf\xfc\xef\x80\x56\xf6\x8f\x03\x5a\xd9\x8f\xbb\xb0\x61\xb9\x63\xbb\x03\x5a\x3f\xed\x29\x79\x0d\x61\x5a\xdd\x11\xad\x1c\x08\x47\xb4\xb2\x3c\xbb\x96\x8b\x0d\xa3\xd2\xa9\x24\x4f\xeb\x8e\x68\x8d\x5a\xd0\x77\x13\x48\x87\x26\x90\xfe\xb4\x61\x23\xc4\xf6\xdd\x1b\x36\x13\x72\x28\x82\x97\xf6\x0f\x11\xcc\x01\x38\xbc\x62\x69\xef\x30\xd3\x48\x7f\x3f\x2d\xa2\xa3\x69\x75\x27\xc6\x67\x47\xd8\xba\x9d\xea\xf6\xb5\x2b\x44\xb6\xe0\x59\xe8\xc7\x2b\x10\xa4\x89\x37\x1f\x0d\x63\x3e\xed\x50\x62\x15\x4f\x6f\x93\xac\xc2\x69\xf5\x8e\x4e\x7e\xa2\x7e\x27\xe3\x6f\x57\xd4\x2b\x10\xe7\xae\xa8\x57\x82\xd9\xba\xa2\x5e\xb1\xb1\xf4\x53\x28\x5c\xf0\xe3\xfd\xa7\x1b\xac\x18\x59\xba\xc3\x5e\xb9\x2d\x14\xf6\x8a\x91\xa4\x2b\xec\x95\xe0\xaa\x2e\x88\x0b\x59\xa2\xfb\x4f\x17\xe8\x44\xfb\x75\x45\xb9\x12\x8d\xd7\x1d\xe5\xca\xb2\x5c\x9a\xe6\x18\x9d\xfa\x55\x64\x30\xe4\x7d\x85\x48\xb2\x8d\x7e\xaa\xc1\x0a\xe8\xb2\xff\x34\x83\x15\x50\x66\x57\x94\x2b\x46\xa2\xee\xa8\x56\x66\xf4\x92\x41\x32\x46\xa6\xae\xec\xf4\xe4\xa5\xea\xb7\x8c\xbc\xdc\xae\x8a\x51\xc5\x88\xd4\x6f\x21\x0e\xe1\x73\x02\xb3\xd4\xcf\xff\x1a\x1f\xf3\xa3\x90\x54\x92\x52\xf7\x9f\xa4\xdf\x89\x96\xec\xb7\x9c\x9a\x30\x82\x5b\x2e\x3f\xce\xe5\xed\xf1\xd3\xde\xad\xf6\xf9\xfe\x51\xfb\x79\x7e\x64\x60\x85\x51\x3d\xa2\x07\xc6\xf3\x78\x3d\x42\xaf\x43\x56\xb9\x07\x1e\xad\x07\xfb\xe1\xd1\x7a\x20\x7d\x38\x64\x15\xc6\xf7\x08\x51\xc9\xb1\x79\x4c\x2f\xfd\x69\x03\xb2\x21\x95\xab\x9e\xf8\xbf\xae\x5c\xf5\x40\xf6\xba\x72\xd5\x93\x1a\xbe\x3f\x97\x9e\xff\xcd\xef\x90\xe8\x4e\x89\xe4\x3a\x5e\xd1\x3d\xba\xcf\x90\xe8\xde\x48\x64\x3e\x26\xe3\x33\x0a\x6f\x68\x0d\x73\x37\x8d\xc9\x7b\x6e\xe4\x59\x6b\xba\xf0\xbf\x68\x8c\x88\x36\x26\xa1\x46\x23\x94\x0e\x67\xc4\x99\xa6\xfe\x97\xab\x66\x28\xa5\x64\xcd\x8c\x0e\xe5\xae\xaf\x33\xbd\xd9\x8b\x4d\xeb\x3a\x81\x9f\xd1\x68\x07\x2c\x50\xa3\xa0\xe5\x70\xf6\xe1\xd4\xf5\xb9\x07\xc7\xac\x13\x19\x2d\x61\x28\x95\x3d\x66\xde\xe1\x54\xf6\xb9\xfa\xc6\x6c\xc6\xb7\xe5\xb9\x68\x36\x68\x4f\x2c\x67\xe6\x7d\x63\x2d\x18\xb0\xbd\x06\xe3\xf3\xc6\xee\x1a\x0c\x34\x29\xcf\x3d\xf8\x88\xb1\xb8\x8f\xbc\xb0\xf8\x54\xa4\x05\x65\x9a\xac\x20\x81\x87\xe3\x56\xc3\x46\xc6\x2a\xa4\x62\x14\xf6\xa1\xdc\xf1\x29\x00\x57\x87\xc2\x56\x49\x61\x33\x64\xba\x27\x25\xcc\x70\xd8\x6a\xe4\xbd\x21\xb9\x9f\xda\xa4\x75\x38\x6e\x35\xec\x7f\xac\x72\xe5\xc7\x22\x31\x1c\xb6\xca\xa6\x53\xf2\xf9\xe5\xf3\xbd\x1c\xe3\x9d\xe7\x4b\x1d\xf2\xfe\xed\xca\x9a\x34\x28\x0a\x99\x33\x47\xad\xb2\xef\x1d\xb5\x9a\xfb\x71\x6c\xa2\x78\xe3\x79\xf5\xa6\xcc\x14\x6d\x26\xb9\xe4\x59\x24\x6f\x3c\xbb\xb6\x7c\xe3\x07\xc5\x1a\x7f\x5a\x34\x49\x59\x94\x4d\x24\x31\x62\xc5\xc1\x52\x7f\x67\x6c\x5e\xa3\xb4\x57\x34\xe2\xdc\xc0\xa3\x78\x8d\xd2\x7e\x91\xfb\x8c\x63\x5a\x04\x56\x60\x06\x5e\xb1\x3d\x1a\xf7\x50\x5e\x1d\xac\x2a\xa3\x68\x8d\xa2\xf6\x0f\x25\xb8\x04\x56\x34\x14\x38\xbb\x7c\xbe\x37\x81\x19\x70\x39\x34\x00\xde\x37\x81\x0c\x40\x60\x86\x42\x7f\x0a\x34\x2e\x7c\x2f\x82\xa3\x28\x8d\xea\x4d\x99\x25\xab\x2f\xab\x0a\xc5\xd5\x6b\x16\x8a\xab\x67\x20\x33\xe4\x22\x58\x13\xbc\xa2\x7a\x9b\xd2\x80\xe0\x1a\x2b\xcf\xcd\x32\x48\x48\x50\xba\xfa\xca\x94\x54\x4d\x01\xcc\x52\xe9\xeb\x49\x7d\x34\xaa\xa7\x20\x53\xa4\xc8\x5b\xd2\xe8\x0c\x55\xac\xad\x6c\xfb\x6a\x66\xc4\xff\x9a\x82\x48\x71\xa3\x99\x19\xa5\x7f\x65\xb3\x27\xd9\xda\x68\xce\xc8\xc7\x9c\xbf\x18\x9b\xc2\x17\xde\xb6\x3c\x17\x8d\x20\x3d\x2a\x30\x17\xcc\xee\x10\xe6\xa6\x32\xa7\xc6\xdc\x44\xc4\x1a\x4d\x88\x96\xc2\x08\x34\x03\x2c\x62\xd3\x2e\xe7\x72\xe8\x2e\x4b\x31\xf8\x61\x51\x07\x19\xf1\x4f\xd3\x19\x98\x34\x86\x2b\xd6\x4e\x11\x01\x46\x17\x22\x05\xde\xd2\xcd\x0e\xe3\xf8\x1d\x5d\x8e\xbc\x80\x66\x46\xbf\xf5\x9c\x1e\x84\x91\xc1\xc0\x3d\x86\xdc\x92\x7f\xcb\x74\x33\x86\x02\x0e\x98\xf1\x61\x08\x10\x8d\xa9\x3e\x00\xf4\xfe\x34\x93\x01\x7c\x72\x0c\x05\x3a\xc3\x05\x86\xf1\x96\xb0\x01\x01\x68\x00\xf7\x8d\xb1\xeb\x03\x1a\x54\xa4\x73\x24\x90\xf1\xd3\x5c\x36\xe2\xd7\xc6\x10\xb5\x6c\x41\x05\xd7\xf6\x89\xeb\xe3\x05\xd8\x64\xc4\x06\xd8\xb0\x03\x04\xa2\xdf\xc8\x05\x3b\x76\x95\xf8\xe7\xbe\xde\xe5\xa7\x5d\x79\x96\xa3\x16\x46\xb3\x0b\x54\x1d\x19\x68\xec\x22\xf9\xd3\x9e\x01\x3a\x0c\x40\x14\xc7\xbe\x3f\x76\x53\xcc\xf7\xa6\x98\xef\x15\xbe\xce\x0d\xaa\xf0\x5b\xd0\x1a\x43\x68\x1d\xc2\x27\x87\x2a\xe6\x92\x4c\x6b\x1c\x9a\x00\x6e\xfc\xc3\x08\xa3\xd0\x73\xd8\x58\x09\xa3\x3a\xbc\xe6\x7c\xa0\x60\xe3\x08\x95\xe3\xf0\x04\x64\x8d\x55\x60\x17\xfc\xe6\x50\x81\x5d\xa2\x18\xc7\x61\x82\x43\xd0\x61\x02\x79\xdf\x04\xd2\xbf\x36\x74\x1c\x10\xe3\xd0\x12\xaf\xf4\x67\x02\x33\x21\x82\xe4\xd4\x8f\x4c\xa2\x50\x5e\x62\x54\xc7\x29\x58\x00\x6c\xe9\xf4\x0a\xa7\x83\xd3\x2b\x9c\x01\x9c\x22\x88\x43\x7e\x8a\x80\x48\xb5\xe3\xd4\x8a\x71\x08\x4e\x13\xc4\xf7\xda\xa3\xc8\x50\xa7\x57\x8c\xf1\xf8\x84\x32\x1e\x11\xc4\x4d\x72\xa9\x70\x37\x3c\xe3\x7a\xeb\x7f\xf2\x82\x08\x88\x58\x3f\x2e\x13\x90\x19\x55\x5e\xce\xf2\xd9\x03\xf2\x91\xf4\x29\x82\xf4\x50\x8d\x5d\xbc\x5a\xe3\x7e\x4d\xd8\x59\x34\xf9\x2c\x26\x72\x8b\x0e\xc5\xd8\x4e\xe4\xea\x1c\xb7\x11\x5b\x83\x36\x14\x6c\x44\xf6\xcf\x21\x54\xcf\x44\x4c\xde\xb8\x95\x44\x00\xb1\xc6\x8e\x0b\x4a\x28\x0c\xa1\x7a\x26\x92\xd0\x0e\xb9\x2a\x26\xd2\xc6\x8f\x5b\xc1\xe7\xec\x76\xe5\xf3\x9c\x48\x31\x3a\xe4\x8c\x98\x48\x52\x3a\x1e\x53\x82\x88\xfc\x28\xba\x9c\x03\xf9\x98\x32\x4e\xe4\x63\x42\x60\xa1\xcf\x4b\x48\xc6\xf9\x38\x49\x00\x42\xbc\xbc\x0c\x9f\x8a\x95\x43\xc8\xff\x4a\xa0\xc2\x78\x4c\x1a\xbb\xe8\x31\x69\x6c\x83\x47\xa4\x21\xf1\x3c\x26\x6d\xe2\x8b\xc7\x3f\xfc\x1b\xc6\x3e\x19\x87\x17\xde\xb3\x4f\xc2\xe1\x85\xbb\xee\x93\x02\xeb\xc3\x9e\x77\xfb\x21\x00\x11\xed\x93\x69\x5f\xf8\x41\x11\x64\x39\x3b\xfb\xe4\x08\xb2\x1c\x96\x7d\xf2\x5c\xe4\xbe\xd9\xa7\x6e\xc2\x6a\x7e\x18\x7e\x83\x51\x28\x63\x42\x78\xf6\x3e\x19\x2e\x5d\xda\x5f\xae\xa0\xdd\x21\x04\x14\x19\xdc\xe5\x2a\x99\x28\xaf\xb5\x4f\x9e\x97\x5c\x22\xfb\xac\x69\xc8\xf9\xd8\x67\xaf\x78\xcb\xb3\xa9\xce\x25\xb1\xcf\xef\x5e\x4e\x93\xb3\xb7\x40\x8e\xdc\x3e\xbf\xe8\x43\xfa\x30\xd9\x61\x5b\xfb\xac\x1c\x0b\x8d\x67\xa3\x37\x36\xbe\xf0\x0e\x98\xf8\xc1\xc1\x11\x59\xe0\x7d\x36\x65\x13\x03\x15\x12\xb3\x41\x88\x32\x93\x44\x68\xde\x15\x6c\x30\x91\xc4\x79\x5f\xbc\x01\xd2\xc5\xe2\x4c\x0a\xa1\x4b\x00\xa8\x89\x10\xa9\x7d\x79\xf7\x7a\xc6\xb0\x78\x7d\x27\x3e\x31\x60\x11\x42\x15\xd9\x3b\xf0\xf3\xec\x2a\xff\x5b\x6a\x67\x14\x4a\x47\x42\xce\x96\x7d\x79\x13\x11\xa7\xdb\xd5\xa1\x6b\x6c\x1a\x85\xdf\x16\xee\xed\x7d\xdd\xfc\x06\x3f\xfc\x76\x26\x00\xef\x7d\x35\xfc\x33\xa3\x58\x85\xa3\x64\x57\xac\xbb\x9e\x79\xdf\xe8\x4f\x76\xc9\x6a\xa0\x65\xd8\xe6\xbe\x2a\xe1\x02\x87\x63\x35\x1a\x34\x47\x76\x5f\x8d\xb3\x0c\x63\xd8\x37\xcf\x3f\x9d\x28\xc3\xff\x8c\x34\xb1\x6f\xaf\xef\x33\x8d\x6e\xc2\x8b\xe6\xd4\xef\x9b\xa3\xe2\x38\xa3\xd2\xa4\x66\x90\x5a\xbb\xea\x7c\x51\x2e\x7a\xdf\x44\xf8\x67\x10\xc3\xc3\xe4\x85\x43\x2f\xd0\x80\x33\x61\x33\x35\x9b\xe9\xc8\xfd\xb0\x17\xa3\x5a\xd9\xee\xe5\xa5\x23\x6d\x14\xa7\x7e\x86\x0e\xe1\xaf\x36\xf2\x9c\xee\xc5\x0b\xb6\xf2\x46\x31\x21\xa1\xac\x98\xb2\xf0\xc4\xbd\x38\x0b\x43\xd8\xe8\x5e\xbc\xa6\x3c\x7b\x4d\xb3\x64\xc5\x90\x5e\x36\x41\x79\x17\x95\x51\x18\xd2\x0b\xad\xc5\x8b\xb8\xd2\xa6\x32\x81\xb0\x0d\xea\x4b\x3b\x3f\xcc\x7a\x21\x4d\x56\x65\xd1\xc8\x9d\xb4\x2b\x56\xa1\x83\x39\xd9\xeb\x4b\x79\x08\xad\xaf\x10\x4f\x93\xa6\x9c\xd9\x93\xaa\x35\xcf\x6c\x9c\xea\x53\x96\xcb\x73\xaf\x5e\x55\x8e\x4c\x7d\x69\xa7\x5b\x2d\xf3\xe7\x0b\x93\xce\xd6\xaa\xef\x32\x67\x63\x34\xa7\x51\x64\x7e\xdb\xab\x22\xa6\x0d\xd7\x1d\x20\x77\xcb\xae\xf8\xe0\x32\x7d\x7e\xb8\xff\xfb\x5f\x21\xe6\x74\x77\x34\x30\x8a\xf7\xde\x95\xd4\x22\xd2\xcf\xfe\x2f\x18\x38\x7d\x08\x87\xd5\x3f\xdb\xb1\x3b\x9f\x47\xb4\x84\xbd\xab\x70\x07\x77\x4e\x77\x41\x9c\xc2\x0f\x2e\x80\x13\xa1\x79\x77\x3a\x22\x14\x93\x5d\x6a\x52\xa5\xd6\xed\xee\x12\x5e\xa8\xc7\xbb\xb2\x0f\xcd\x84\x33\xec\xdd\xb5\x7d\x60\xd8\xdd\xc1\x68\xfd\x6f\xf7\xd4\x4f\xcf\x2a\x40\xc7\xf7\x61\xba\x23\x27\xef\xae\x21\x80\x85\x60\x1f\x2f\xdd\x19\xc1\x30\xdd\x19\xf3\x30\xdd\x1b\x5f\xbc\x11\xb3\x19\xe2\x4f\xbf\x2a\x80\xc9\xf7\x61\x63\x22\xcb\x35\x1c\xd2\x59\x68\xd3\x59\x4b\x36\xde\x50\xd6\x92\x41\x1f\xf6\x5e\xc2\xcd\xc7\x3b\x2f\x59\xd1\xe1\x25\xe7\x60\xef\x26\x3d\x2f\xec\x26\x3d\x2a\xc4\xbe\x2b\x83\x0b\x97\xe7\x4f\xc7\x2a\x84\x94\xef\xbb\x13\xb8\x14\x5a\x34\xe5\x9c\xda\xdd\x94\x17\xfa\x10\xef\x00\x80\xba\xbb\x8a\x18\xd6\x8a\xdd\xf1\xcb\x80\xca\xf7\x5d\xb0\x75\x28\xdf\x9d\xfb\x84\xf9\x76\xc9\x02\xc0\x5a\xbb\x74\xa3\x42\xce\xc7\xfd\x50\x89\x19\x28\x3f\x1c\x23\xce\x6e\x3f\x7c\xf4\xe1\xd6\x47\xd7\x17\x3c\x3b\x0f\x44\xa7\x0f\x17\x5f\xea\xf4\x71\xe8\x0b\x9a\xf4\x30\xa3\x50\xed\x0e\x63\xc6\x38\xb7\xab\x5e\x17\x49\xbf\xf7\xd3\xa3\xcc\xf4\x9f\xae\x46\x11\x0d\x65\x3f\x5d\x4f\x23\x4a\xe6\xae\x4a\x04\x0b\x5a\xe5\x7e\x5a\x51\x67\x98\x4a\x5f\x54\x50\x21\x76\x39\x83\x2a\xc6\xf8\xfd\x74\x41\x26\x76\xeb\xe9\x1c\x2d\xd0\x7e\x3a\x7a\x98\x45\x14\x36\x6c\xa1\x12\xdf\x7e\x39\x27\x0b\x1b\x41\xba\xcf\x42\x6e\xa8\xfd\xa7\xfb\x14\x44\xf1\xdd\x70\x30\x80\x33\xbb\x6b\x10\x20\xce\xef\x97\x93\xc9\x70\xae\xaf\x5d\x4d\xd0\xa9\x6a\x8d\x71\x0b\x5d\xef\xb8\x33\xbf\x8e\x6f\x88\x8e\xb1\xbf\xf1\x0d\x1c\x2a\x07\x3d\x93\xe2\x6a\xbf\x4d\x07\x8b\x78\x3b\x4b\x4e\xb4\xde\xfd\x56\x7d\xac\x68\x25\xfb\xed\x1c\x38\x2c\xda\xbf\x10\x08\xbe\xd8\xfd\x43\xe8\x70\x95\x2e\xb2\x9b\xed\x8a\x81\xa8\xb1\x7e\xed\xae\xda\x45\x9c\xde\xee\xf8\x66\x1c\xef\xfb\xe3\x0c\x37\x31\xb9\xed\x8f\x35\x45\xae\x47\xa9\x3a\xeb\x67\xdd\xdf\xc2\x5c\xb1\x43\xee\x2a\xcc\x45\xe2\x8f\xfd\xa7\xe9\x7c\x0c\xad\xbb\x14\x9d\x15\xd1\xee\x90\xda\xb2\x4e\xb9\xfc\x0e\x39\x5d\x56\x2c\x95\x87\xf4\x94\x15\x69\xe3\xf8\xe9\x29\x05\x00\xc5\x31\x15\xef\x46\x9a\x50\x76\x99\x2c\xfa\x21\x1d\xe3\x93\xed\xe1\x90\x92\xb0\x72\x10\x8f\xd9\xd5\xbe\xd2\x82\x42\x87\x57\xb6\xef\xf1\xd3\x01\x3e\xcc\xe0\x90\x0a\xb0\xa2\xc1\x1d\x92\xf0\x57\x14\x91\x63\x7e\x59\x27\x6f\x28\x2b\x0d\xce\xa0\xc3\x10\xa8\x8c\x41\x01\x0c\xb9\xe7\x0e\xc5\x2b\x90\x91\xe1\xf8\x49\xeb\x15\xe7\xcb\xb1\x08\xdb\x16\x75\xe0\x70\x79\x81\xf1\x27\xcf\xd1\x21\xb0\xd3\x36\x31\x14\xe1\x62\xc2\x83\x0f\x81\x9b\x36\x3a\x5b\x8d\xc9\xe0\x59\x3e\xfd\xf0\xf0\x43\xe0\xa7\x2d\xf7\xdd\xe1\x4a\x03\xfd\xf3\x81\x0c\xec\x50\xb7\xda\x79\x49\x03\x76\xb6\x66\xb2\x56\xb9\xb2\x22\xd7\x1e\xab\x9c\x79\x0b\x03\xb4\x2b\x8b\x67\x5b\x8f\x79\x5f\xce\x4c\xda\xb3\x8f\x23\x27\xee\xb0\x8f\x83\x05\x57\xa6\x4e\xb0\x56\x87\x5d\x1a\xd1\x1a\x0f\xd5\xdb\x05\xca\x74\x6c\xb2\x0d\x17\xda\x97\x6d\x38\x6c\xf9\xf8\xc9\xe1\x1b\x17\xe9\xb1\xc9\x4c\x54\x68\x5f\x79\x29\x0b\xef\xdb\x4c\x44\x7b\xb2\x7b\xb1\xdf\x36\x29\x7f\x8c\xb7\x28\x8d\x1e\xe3\x2d\xb6\x74\x44\x8a\x3f\x8a\xeb\x2c\xe5\xd2\x3c\x5e\x91\x7c\xa3\x89\x57\x24\xa7\x8d\x57\xd9\xc8\xa0\x24\x92\x17\x0a\x0f\x1d\x16\xc1\x99\x55\x4b\xdc\x9f\x69\x28\xa7\x2e\x7f\x9a\x74\xa9\x2c\xd6\xfd\x27\x70\x17\x0a\x12\x1c\xf5\xe5\xf1\x79\xe1\x27\x70\x17\xcc\x5b\x87\x82\x83\x57\xfe\x5e\xff\xfb\x1f\x15\x48\x8e\x2a\x63\x57\x06\x2c\x59\x1b\x1f\xc2\x21\x31\x99\x7c\xab\x47\xf5\xb6\xcf\xaa\x4a\x28\x6e\x95\x69\x6d\xb2\xc8\x87\x69\x1e\xcd\xe1\xe2\xb9\x0a\x0f\x27\xd1\xf9\x50\xdc\xac\x90\xf1\x85\xaf\x78\x9e\x05\x69\xcb\x08\x25\x42\x37\xe4\xca\x43\x4e\x02\x46\xf8\x93\xa8\x2b\xa8\x8c\xc3\x71\x0c\x61\xda\xc7\x4f\xa0\xae\x38\xe9\x8f\x6e\x29\x9e\x8d\xdf\x85\xb7\x8d\xe5\xe1\xe8\xd6\x39\x33\x5e\xc5\x35\x00\x2f\x3a\x94\x6b\x87\x8c\xac\x47\xef\x9a\x22\xfe\x1f\xc2\x04\xd2\xde\xae\xe7\x0c\x50\x89\x75\xa6\xcf\xf3\xa3\xe7\x70\x96\x17\xde\x94\xf6\x95\xcb\x9f\x20\xda\x63\xc8\x5f\x1b\x45\xf1\x50\xd0\x2d\x51\xbc\xc7\x90\x8f\xf8\xf3\x2c\x94\xc6\xe7\x7b\x31\x12\xf6\xfd\xb0\xd3\x25\xf4\xba\x00\x2d\x59\x1e\x0e\xe7\xcf\x24\xad\xc4\xe1\x8a\xb4\x1c\xdd\xdd\x66\x11\x86\xb4\xbf\xf6\x1f\xde\xb0\xc2\xc6\xed\xb0\x5b\x7d\x60\xdf\xec\x56\x8c\xe8\x54\xdb\x3e\xd7\xe0\x71\xbc\xdb\x3e\x4d\xfe\x84\xcb\x42\xfa\x9f\x43\x91\x08\xdc\xbc\x87\x44\x49\x32\x01\x1f\x2a\x88\x05\x08\xef\x38\x9a\x96\x25\x1d\x1e\x0a\xea\x67\xdf\x1e\xa7\xa6\x8d\x67\x81\x21\x98\x84\x43\xe9\x86\xe2\xc5\x3e\x94\x74\xbf\xc6\xd7\x75\xbc\x49\xf7\x39\xfa\xa7\xe7\xa0\xfc\x29\x7d\xce\xf1\x06\xba\x32\x01\xa7\x25\x5f\x8e\xae\x24\xc8\x15\xb9\xf5\x38\x0d\xf5\xcc\xe3\xa9\x09\xe1\x59\xe1\x76\x7c\x2e\xa1\x8b\xf9\xba\x94\xcc\x25\xba\xec\xa1\x40\x02\x72\xde\x1e\x97\xfc\xa3\xdc\xae\x97\xa1\xac\x79\xf4\xf4\xf2\xf9\x1b\x93\x9a\x67\x5f\xbe\xbc\xbf\x6b\xbd\xe9\x5e\x83\xcf\x76\x90\x10\xf9\xa9\x64\x74\x5c\x3e\xe6\x99\xfe\x5b\x28\xfa\xa8\x16\x87\x4d\xf0\x9f\xf1\xde\x3f\x36\x48\xb9\xf5\xe3\x5e\x75\x4c\xf9\xc0\x17\x70\x06\x7c\x57\x3d\x67\x40\x3f\x89\xb2\x11\xb1\x77\xdc\x3e\xe6\x21\xe0\x36\xd2\x16\x3e\x76\x0b\xdd\xc4\x21\x50\x02\x7b\x14\xe4\xe3\x91\xfb\x97\x0b\xde\x36\x6e\x5c\xe6\xc7\x23\xff\x6e\xa5\x01\x39\x3a\x98\xf1\xd7\x80\x9d\x49\x3a\x6d\xc0\x26\xea\xf4\x9c\xde\x3b\xad\xe5\x07\x9f\xe5\x68\x5c\xe7\xe4\x98\xce\x1c\x9b\x73\xf2\x25\x17\xf9\xf3\x94\x09\x1b\x51\xf0\x9c\x7c\xc7\xe5\x22\x3e\xa7\xae\x95\xa3\x0f\x1b\x0f\x2a\x5f\x38\xed\xd1\xe0\x0d\x6b\x04\x85\x1f\x94\x7f\x90\xa0\x93\xf3\x27\x5e\x52\x02\xe7\x14\x8c\x26\x57\xde\x29\x14\x4d\x78\xc7\xe9\x2c\x35\x11\xe4\x4f\x95\x76\xe5\xa0\x9d\xaa\x43\x45\xe9\xd4\x73\x96\x43\x8a\x47\x85\x82\xe6\xd8\x9c\xb3\xed\xaf\x34\xaf\x32\x70\x98\x91\x4f\x25\xb1\x01\x56\x75\x2a\x67\x0d\x5b\xf3\x5c\x1c\x4a\x90\xf1\x2c\xdb\xef\x39\x3b\xef\x14\x0e\x9f\x2a\x6c\xe7\x52\xf5\x7e\x96\x51\x80\x1b\xd0\xb9\xe7\xa2\x40\xdf\x48\x00\xe7\x62\x4e\x94\xf6\x57\x6f\xac\x10\xa4\x8c\x32\x15\x51\xee\x5c\x1d\xaa\x17\xb5\xe4\x5c\xed\xb2\x4b\x8f\x16\x3e\xe7\x3c\xbe\xc9\x19\x69\xa0\x6a\x06\x79\xdf\xc0\x7b\x86\xb8\xf6\xdf\x8a\xf0\xbf\xb4\x5b\xfc\x37\xe7\xfa\x5e\xda\x8c\xf1\xf8\xb5\x98\xbd\x7c\xae\xc2\x67\x82\xc9\x39\x57\x97\xf4\xc8\xe3\xa3\xf7\xf3\xf7\x26\x2c\x03\x8f\x42\xd6\x65\x86\x7f\xb2\xe9\xfc\x99\x00\x65\x73\x24\x6b\xfb\xb9\xa9\x60\x69\x78\xdf\x29\x9b\x6f\xc5\x8e\x7f\x6e\x0a\xff\xfd\x34\xe8\xf8\xdd\x10\x28\x0b\xef\x67\x89\x8a\x0a\xa8\x32\x61\x45\x15\x53\x19\x9f\x24\xc5\x89\x2d\x23\xb9\x90\x3b\xfe\x2c\xdd\x89\x9d\xf8\x41\x5e\x9f\x89\x06\x76\xcf\x78\x26\x50\x82\xe3\xc4\xa6\x74\x09\x58\x26\x58\x79\xe5\x59\x61\x8b\x91\xcb\x9f\x74\x9b\x53\xd8\x18\xd0\xb4\xa7\xea\xbd\x92\x07\xf7\x54\xbd\xd7\x35\x57\xdf\x59\x15\x9c\x1c\x2b\xd9\x29\xeb\x2b\x78\xac\xb3\x2a\x38\x98\x03\x29\xa1\x92\xb4\x21\x67\x55\xb0\x72\x84\xe4\xb3\x2a\x38\x18\x96\xa3\xc0\xdb\x4f\xa8\xe8\xf9\x93\x3a\x3f\x25\xb6\x4e\xa5\x94\x47\x52\x3f\x55\x2f\x76\xcd\x5d\x76\x0a\xd9\x02\xbc\xea\x6c\x4a\x3c\xc6\x00\x9a\x13\x2a\xd2\x9e\xcd\x4e\x8c\x40\x42\x2b\xac\xf9\x6c\x0a\xbf\x5e\xf8\x5f\x1b\x88\x44\x23\x67\x33\x89\x8c\x40\x24\xc2\x88\xdb\x9b\x5f\x37\xcf\xb6\x81\xf0\xfe\xe3\x8c\xca\xf9\xc1\x62\x2b\x73\x28\xb1\x15\x29\xee\x94\x19\x98\x3a\x6c\xa7\xa4\x56\x20\x6b\xa7\xa4\xd6\x75\xe1\x7f\x09\xfa\x2b\xcf\xa6\x90\xf6\xb5\xa6\x91\x1a\xcf\x9f\xd4\x5a\x51\x37\xcf\xee\x35\xa3\x7d\xf1\x74\xee\x22\xd9\x83\xc1\x77\x9d\x8a\xc6\x25\xc9\xc5\xd9\xbd\x84\x59\x82\xe1\x25\xcc\x04\x0d\x2f\x59\xf6\xc4\x58\xc5\x74\xd3\xbf\xd3\x49\x72\xc2\x86\xf7\x28\xef\x9b\x1e\xfe\xd7\x9e\x84\xa1\x0c\x07\xcc\x67\xbc\x43\x01\xeb\x9f\x67\x5d\x5a\xec\xf1\xa1\x00\x7a\xe6\x6b\xe8\x12\x60\x0b\xca\x8a\xfb\x71\x2e\x9e\x12\x9b\x0b\x65\xa5\xce\xdd\x02\x02\x53\xea\x92\xb1\x11\x59\x4e\x97\x8c\x85\xcf\xab\x64\x2c\xf0\xee\x73\x97\xa1\x92\x53\xb0\x5b\xb3\x61\x4e\x54\x33\x16\x91\xf4\x3c\xde\x20\xf9\x3c\x4b\xa3\x25\xbb\xcd\x79\x38\x90\x8e\x0f\x14\xd1\xcc\xa2\x48\x46\x06\x1e\x7b\x2a\x3a\x97\x8a\x27\xa7\xa2\x73\x81\x86\x9e\x86\xdd\x77\xda\xd3\xa6\x89\x89\xe7\x54\xca\x18\x00\xcb\xa7\x33\x4c\x72\x4d\x38\x3f\x0c\x5c\xf0\x34\x41\x3c\x8b\xa0\x28\x9b\xa7\x82\x75\x01\x7c\x9f\x0a\xd6\x05\xf0\x7e\x2a\x58\x17\xc0\xf6\x69\x08\x7f\x54\x9b\x53\xc1\xba\xd8\x93\xce\x53\xf4\xb1\xc8\x92\xb1\x3f\xd7\x9c\x44\x6c\x00\xda\xe7\xf9\x06\xf5\x65\x42\x4f\x13\x94\x09\x51\x34\x2f\xba\xd5\xa9\x5c\x33\x15\xe8\xea\xa9\x9a\xb1\x78\x20\x4e\x49\xdd\xd4\x88\x39\x55\x33\xf6\x73\xb7\x5f\xa2\x98\x63\xac\x70\x5e\x20\xf5\xe7\xa5\x15\x44\xb6\x30\x76\x25\xee\xd0\xd3\xe1\xbd\x08\x3f\x12\xcb\x81\xf4\x9f\xd7\xd0\xf7\xbc\xaf\xf0\x4e\x56\xc4\x25\x66\x07\xfd\x7b\xcf\xf2\xbd\x8f\xc5\x9f\x32\xe5\x9c\x96\xe1\x39\x73\x97\xd3\x03\x21\x49\xdd\x4e\x33\x9d\x17\x6e\x7b\x14\x42\xdd\xed\x33\x16\x6a\x6e\x4b\x82\x3c\x1b\xa5\x4a\x7b\xde\xbf\x59\x3f\x19\x85\xc9\xe1\x75\xde\xa2\x1e\x26\x74\x5b\x24\xff\xbc\x70\x88\x0b\xd1\xc1\xa9\x67\x3e\x30\xf9\x59\x8e\xdb\x5a\x0a\xdf\x7b\x83\x67\x79\x7f\x3a\xc1\x42\x5a\x8e\xf3\xf1\x06\xcf\xfb\x8f\x97\x3b\x04\x3f\x3e\xb0\x59\x0e\xc5\xfa\x02\xc7\x3b\x1f\x13\x90\x03\xe2\x60\x5b\x72\xb8\x5c\x2e\x48\x9b\xf5\xba\x7e\x1a\x42\x43\x10\xb9\x5c\x90\x76\xca\x11\xb8\x7e\x0a\x42\xc3\x3a\x71\x29\x05\x26\xc1\x59\x97\x4c\xc7\x1b\x01\xe5\xd7\x64\x93\x77\xb8\xd0\x35\x35\xb5\x50\xf3\xdc\xf5\x3c\xf2\x3c\x7e\xcf\x99\x83\x4b\xb9\x76\x88\xa6\xbb\xa4\x3e\x50\x62\xe7\x92\xf6\xc0\x55\x7b\x4d\x32\x49\xcd\x90\xa4\x34\x1d\x0b\xfd\x3d\xea\x2f\xe3\x51\xd9\x5a\xec\xe7\x97\x92\x60\x62\x02\xbb\x94\x04\x93\xe8\xaa\x4b\x91\xbf\xb8\x5d\x2e\x19\xae\x81\x20\x5c\xb3\xe9\xc9\xf8\x67\xa5\x28\x18\xfc\xef\x23\x94\xf1\x4b\xbf\x00\xff\x76\x39\x27\xe6\xe0\x59\xe3\xff\x8c\x4f\xf1\xef\x61\x7a\x97\x8c\xde\x48\x7e\xd7\xb2\x88\x9e\xcc\x87\x32\x5e\x96\x29\xb2\xc5\xb5\xd8\xf2\x91\x09\x5d\xde\x15\xa2\x45\x51\x94\x5d\x7b\xd9\x30\x1e\xb6\x7e\x19\xa2\xb2\xd0\xa0\x72\x87\x7f\x46\x20\x8a\x16\x9e\x4f\x8d\x30\x14\x2d\xa2\x30\xd7\xc2\xb5\x78\x85\x78\x96\xb6\x17\x26\x77\xad\x66\xfb\x19\xcf\xea\x58\x2d\x9e\x6d\x8a\xc8\x8a\x39\x45\xe6\xe0\x7f\xed\xd1\xb0\xfd\x4b\xfa\x0c\x61\xc2\x97\x02\x0a\x80\x58\x5e\xab\x77\x68\xe8\x55\xb2\x79\x30\x9e\xd7\x6a\xfa\x33\xc3\x4e\xa1\x99\x6b\xe0\x5a\xbd\xa2\x3c\x2b\x06\xbe\x33\x3e\xaf\x60\xfa\xdb\xbc\x82\x19\x8f\x60\x2e\xc8\xf6\xd7\xa6\x1d\x18\xb6\x77\x6d\x8e\xa1\x8f\xf0\x72\xd9\xac\x8c\x91\xf3\x52\xd5\xda\x8d\x11\x2a\xdb\xfb\x1a\xbe\x70\x29\x43\x25\xd2\xda\x25\xed\xa1\x62\x07\xb8\x8a\xed\x2b\x2b\x3f\xdc\x6a\x91\x16\xbc\x46\x19\x73\x9d\xf4\x9c\x39\x57\x4a\xca\x8d\x5d\x2d\xab\xf3\xc6\x9e\xfa\xe9\x10\xcb\xfa\x79\x5f\x4a\x6f\x2e\xba\xab\xca\xbc\x42\xff\x55\x14\x45\x9e\xbc\x54\x15\x17\x91\xfe\xaa\xa2\x68\xfe\x53\x4e\xd0\xab\x9e\xfa\x98\xce\xc5\x32\x58\xe0\x9f\x82\xb1\x20\x1c\x5f\x0a\x20\xde\x78\x6e\x26\x96\x67\x69\xd8\xdc\x5c\x97\xa1\xf3\xe4\xa9\xbb\x9a\x74\x7e\xb6\x9c\x42\x8a\xf1\x68\x5e\x4d\x4c\x05\xf2\x55\x43\x77\x65\xfa\x9a\xd2\x09\xb0\x45\x9b\xc9\xa7\xc3\x5d\xdf\x33\xa2\x43\xed\xd3\xde\xa9\x11\x67\xc1\x15\x62\x8c\x37\xee\x52\x88\x31\x29\xe5\xae\x66\x8a\xf3\xbf\x42\x8c\x71\x9f\x5e\xaf\x95\x3c\x82\xca\xa5\x92\xba\xdb\xe7\x59\xe6\xb4\xa8\x58\x57\x97\x49\x01\x26\xd4\xbd\xfe\x59\xdf\xae\x09\x88\x3e\x73\x75\x4f\x00\xdf\x7b\x02\x42\x80\xad\xe8\x2c\x99\xad\xe8\x9f\xef\x3d\x01\xb4\xef\x25\x87\x20\x2f\x39\xed\x2b\xe7\x2a\x5c\xdf\xe8\x14\x8c\x4c\xd7\xf0\x0c\x64\xc6\x65\x86\xdf\x38\x42\xc3\xf6\x44\xfe\x97\xd5\x87\x23\xa8\x28\x63\x14\x92\x6b\x68\x02\x58\x31\x29\x28\x9f\xc4\xbc\xd7\xf0\x09\xe0\x03\x9f\x80\x50\x30\xde\x8a\x0d\x21\xe1\x4d\xef\x03\xdf\xdc\xed\xc6\x65\x9f\xaa\x52\x2d\xb6\xbb\xeb\xa7\x71\xf4\xcf\x55\xbc\xcb\xf5\xc0\xd5\xf1\xd3\x30\x16\xb2\x2b\x5e\x8a\xe3\x25\x07\xe4\x75\xbc\xbb\x80\x1f\x16\xbd\x90\x06\x7e\x0a\x45\xff\x70\x7e\x05\xee\x7e\xee\x2a\x05\xee\x02\xd7\xbb\x7e\x0a\xc5\x27\x3c\xe3\xfa\x29\x14\x0b\x28\xc4\xcb\xa5\x6e\xc9\x11\x71\x1d\xb2\x8d\xc1\x46\x0e\x51\xc4\x36\x3b\x94\x55\x1f\xf9\x46\x56\x7a\x6c\x81\x97\x4a\xe3\x02\xe8\xb9\x0e\x51\xc8\xa4\xff\x34\x8e\xfe\x61\xcd\xaa\x8c\xfb\x99\x51\x05\x05\xe3\xac\xba\x94\xa5\x1e\xd4\xd8\xf5\xd3\x28\x16\xfc\x7b\xd7\x4f\xa3\x58\x3e\x7c\x41\x31\xc1\xd3\xe7\xfd\xa1\xf6\xe9\x4f\xf4\xb1\x6d\x7f\x1a\xc6\x42\x3a\xcb\xeb\xa7\x60\x2c\x14\xde\xba\x64\xc4\x9f\x38\xc7\xa7\x9c\x47\x9c\x7b\x85\x04\x7f\x8e\xed\x4f\x9f\x58\xc8\xaf\x79\x5d\x5a\x40\xf8\x8e\x42\x82\x3f\x5b\x4a\x21\xc1\x00\x03\x2e\x15\xc2\x9d\x98\x2f\x85\x04\x13\x56\x7d\xa9\x10\xee\xc4\x31\xbc\xb4\xa0\x70\xd2\x4b\x79\x1e\xb9\xda\x2e\xed\x50\xd6\xe3\xd2\x7a\x72\x4c\x2f\xef\x48\xfa\x13\x7d\x9c\x3a\xd5\xb9\x05\x82\x77\xdd\xa2\x0f\x61\xec\xd6\xfa\xf1\xfd\x2d\xfa\xe0\x6b\xb7\xd6\x93\x8b\x54\x65\x6e\xf1\xd7\x5e\xb7\xd6\x73\xfd\x53\x4a\xb6\xeb\x36\xb1\x59\x3c\xc5\x17\x7f\x24\xdb\xdb\xc4\x66\x71\x6e\x2d\xee\xa7\x33\x2d\x2e\x9b\xfb\xf6\xe6\x85\x58\x4d\x06\x77\xe0\x6d\xa6\x9d\xe7\xc7\x8b\x9d\xc9\x7f\x34\x19\x4c\xe6\xe3\xcd\x9c\xf1\x3d\x4a\x8c\x80\xe4\xa9\x78\xe3\xe9\xd3\x9e\x37\x37\xcf\x5a\x6c\x4e\xe7\xa3\xcd\xcd\xe6\x50\x12\x4f\x10\xbf\xd7\x23\x7a\x39\x4c\x8f\x37\x33\xdf\x0b\x92\x00\x37\x51\x7c\xf1\x87\xbb\x08\xb2\xdf\xb1\xeb\xde\x93\x57\xbb\xe6\xf9\x4d\xb8\xc7\x0b\xbf\xe5\xc5\xf5\x70\x4f\x96\x85\xb3\x9f\xef\x49\x24\x4d\xb4\x60\x40\x66\x0e\xd0\x3d\xbd\x46\x95\x34\x31\xdb\x16\xb8\xf1\x43\xf7\x0f\xf9\x64\x56\x58\x75\xf8\xf2\x3d\x8b\xec\xec\xd1\x7b\x56\x58\x75\xee\xde\x7b\x16\xd9\x71\xa0\xdc\x4e\xdc\x59\x69\x4f\xc8\x8b\xec\xd1\x7b\x51\x58\x7c\x14\x90\x7b\x99\xf5\x9c\x01\xfd\x14\x80\x5e\x1b\xef\x2b\x4c\x3e\xb2\xc0\xfd\x53\x08\x56\x4c\x71\xf7\xa2\x10\xeb\x5c\xd5\xf7\x22\x87\x31\xe3\x59\xe4\x30\x6e\x7c\xaf\x30\xf2\x38\x44\xee\xc5\xa8\xc8\xcf\x00\x9d\xc8\xe0\xd3\x82\xb0\x27\xb9\x3b\x6f\x7b\x2c\x0a\xcf\xa2\x38\xc6\xca\x5b\xa9\x3e\xf1\x9d\xde\x8b\x5d\x67\xe9\xd1\x1e\x8e\xe8\x98\xf7\xaa\x30\xea\x78\x7c\xee\x55\x61\xd4\xac\xc8\xaa\x6d\x10\x48\xc4\xbd\x7a\x06\x78\xdf\x2e\xf0\xec\x0a\x63\x69\x1a\xdf\x0b\x4b\x53\xf8\x5f\xf4\x30\x7e\x63\x65\xe2\xbd\xb8\x8d\x95\x61\x86\xe5\x9d\x00\x9a\x7a\xcb\x3d\x01\x76\xf5\xde\xb4\x42\x6c\xd3\x4d\xe3\x8b\xdd\xe2\xde\xe4\xd2\x67\xc7\x6c\x1a\x5f\x6e\xb9\x5b\xd1\xc0\xcb\xe7\xd9\xe3\x0b\x7d\x9b\xe7\x97\xef\x3d\x5e\xfe\x57\xed\x26\x02\x09\xef\xe2\x48\x7e\x56\xac\x78\xc4\xbc\xa0\x3d\x16\x95\xf0\x2e\x9a\xe1\x58\x0e\x6f\xc5\x07\x63\xfe\xbd\x8b\x28\x88\xdd\xe9\x2e\xde\x63\x99\x81\xf2\xba\x83\x69\x40\x4b\xf2\x19\xc0\x70\x4e\x13\x5e\x50\xa8\x7e\x94\xaa\xbb\xf8\x54\x31\x42\x9d\xaa\xca\xfb\xf2\xcf\x17\x46\xec\x3d\xc6\xb3\xf6\x18\x6b\x5e\xb5\x66\xac\x41\xf5\x1e\xcb\x1e\xaa\x9a\x01\xfa\xab\x5e\xc3\xcc\xb1\xca\x5f\xd5\xc6\xff\x9a\x81\xc6\xf7\x4a\x64\x10\xa5\xf4\xae\x4a\x4e\xc1\x21\xaa\x3e\x65\x7f\xba\x69\xee\x2a\x96\x13\x3b\xd0\x5d\xb5\x01\x3e\xcf\x5a\x70\x88\x57\xb6\x7d\x42\x87\xef\x66\xe2\x32\xdb\x42\xed\x2c\x9f\x67\x1f\xa0\x0c\xb6\x59\x8e\xe3\xff\x6a\x7d\x87\x17\xcc\x33\x78\x41\xd4\xc4\xb2\x7b\x2b\xbb\x7e\x8d\x9d\xf2\x6e\xaf\xbe\x99\x1f\x8c\xa2\x41\x92\xbb\xbb\x5a\x80\xeb\x75\x73\x59\x9e\x0f\xbb\xcc\x42\x93\x22\x77\xd1\x71\x6f\x45\xee\xa2\xd4\xdd\x5d\xe1\xd0\x11\x0d\xef\x61\x80\x46\x86\xac\x82\x55\x68\x18\xb7\x93\xd7\x43\x92\x82\x6f\xd1\x60\x6f\x27\xaf\xe7\x08\x28\xf6\x16\x25\xf3\x1e\x2e\xb2\x18\x43\xd0\x6d\x60\xcd\xe0\x03\xd5\x2f\xe3\x8c\x0c\xf9\xfb\x59\x44\x05\xe3\xe2\x17\xbe\x87\x09\xc8\xb3\x62\x71\x49\x36\x76\x2b\x16\x17\x15\xf9\xde\x05\xc5\x62\xc6\x76\x05\x47\x47\x96\xbd\x15\x8a\x8b\x8e\x7a\xef\x8a\xe6\x86\xcb\xaa\xec\x2d\x2a\xd8\xbd\x0b\xb1\xd7\x79\x56\xc8\x3e\x3b\x7a\x57\xbc\x3a\x6b\xbe\x6b\xfc\x2b\xe3\x33\x42\x26\xfd\x29\x94\x96\x1c\xc6\xb7\x42\x69\x01\x46\xdd\x87\x16\x84\xdb\x5e\x91\xb4\xa8\x7c\xf7\xa1\xe8\xe9\x4e\x7b\x2f\x64\x32\x03\x3c\xb4\x82\x1c\xd1\x43\x2b\x18\x79\xec\x7e\xdd\x17\x50\xa4\xd8\x5a\xa0\x5a\xf7\x21\x0a\xb9\x09\x0f\x63\xe0\xb9\x3a\x05\x0a\xfa\x1c\x72\x05\xdb\x82\xa2\xbf\x15\x6c\x8b\x1a\x7f\x2b\xd8\x16\xad\xf4\x3e\x95\x48\x22\x12\xd8\x7d\x7a\x0a\x78\xf6\x12\xf2\xac\x29\x98\x79\xf6\x14\x84\xa2\xd3\x4b\x98\x29\x55\xec\x2d\xa0\xa6\xfb\xd4\x12\xc2\xf4\x4e\x81\x2e\xa3\x05\xdf\x8a\xcd\x05\xaa\x70\x2b\x36\x17\xad\xfd\x76\x86\xa2\x40\x52\x6e\xc5\xe6\xce\x1f\x7a\x44\xff\xcc\xff\x86\xac\xf0\x2c\xfa\x23\x31\xde\x97\xb6\x40\x24\xdc\xfb\xa7\x9e\xac\x1f\x26\x7a\x69\x0b\x20\xae\xbd\xa0\x23\x9e\x4d\x7f\xe8\xfd\xa9\x27\x5b\xf9\xbc\x2f\xd0\x29\x3c\xe2\xa7\x8e\x0c\x94\xf4\x5b\x60\xf6\x4a\x79\x87\xdb\xc9\x4b\x27\xae\xde\xcb\x2e\x1e\x8e\xfd\x75\x8a\x04\xbe\x10\x72\xa1\xd1\xa6\xf3\x93\x4e\xc8\x5f\xb7\x00\x8a\x31\x4f\xde\xb7\x27\x2d\xbb\xec\x96\xab\x1e\x3e\x70\x6b\xd2\xd8\xd7\x3f\x31\x7f\x23\xda\xe9\x7e\x04\x73\xe6\x1c\xfd\xc4\xfa\x8d\x48\xbc\xfb\x27\xc6\x6f\x40\x48\xef\x47\x11\xe6\xf0\x81\x47\xf8\x97\xf1\xa7\x38\x9c\xfb\x27\xe3\x7f\xe2\xf9\xef\xa7\xab\x31\x9e\x15\xfa\xcc\x11\x32\x8a\x09\xdc\xed\xfd\x18\x9e\x19\xea\x1c\xa8\x8b\xcb\xe1\x7e\x8c\x54\x60\xf8\xb7\x86\x9f\x35\x7d\x4c\xfe\xbf\xe7\xe7\x45\x39\x65\x13\x3c\x0a\xd3\x25\x8a\xed\x51\x98\x2e\x15\x1f\x9e\x49\x11\xf8\x9f\xf7\x37\xdf\x3d\xb4\xa8\x09\x1a\x34\x50\xd5\xc0\x96\x67\xe5\x20\x18\xbc\xdf\x4d\x02\x1f\x68\x12\x1a\x2f\x08\xab\x9c\x63\xf9\xb8\x5c\x00\x6a\xf9\xf3\x46\xe1\xce\xbc\x71\xb9\xc9\x35\x3f\x68\x13\x0c\x9e\x35\x0b\xb9\x0c\x9e\x59\x51\xf8\x8d\xe7\x55\xff\xe7\xfd\xd9\x9b\x20\x1d\xfc\xd4\x98\x8d\x40\xbe\x67\x76\x52\x9d\x2c\xc3\x23\xb7\x46\x67\x1b\x3d\xb3\x56\x3a\xec\xfc\x99\x95\x58\x60\xd0\xc2\xed\x21\x87\x28\xe1\xa0\x26\xec\xe8\xcf\x4f\x71\xd9\x40\x86\x3d\x8b\x71\x25\x39\x9e\xcf\xe2\x95\xca\x20\x15\x5f\x4b\x84\xe8\xe3\xe2\x5d\x53\xe1\x05\x6f\x65\x5a\x34\xb0\x74\xa3\x4b\x2d\x55\xa3\x87\xa1\x21\x64\xa5\x7e\xaa\xca\x46\x20\xe6\xf3\xd3\x54\x36\x82\xfc\x9e\x45\x67\x73\x62\x04\x3e\x9b\xb4\xa7\x65\x69\x0c\x48\xcb\x92\x4b\xff\x59\x95\x1e\x22\xce\xa3\x67\xd5\xde\x0c\xc3\x7b\x56\x53\x1c\x02\x56\x2f\x5b\xfa\x5f\x5f\x8a\x43\x90\x0b\x19\x0c\x5e\x30\x78\x8d\xff\x45\x70\xa4\x98\x47\x71\xbc\x44\x02\x3f\xca\x85\x84\x77\xe9\x11\x12\x6b\xc2\x5d\xf5\xac\x3e\x9f\xbc\xa0\x65\xee\x34\xf8\x66\xce\xa3\x45\x9f\x4f\x9e\x15\x45\xcd\x07\x9b\xa7\x20\x24\x6e\x06\x21\x46\x3b\x7b\x14\x29\x80\xfb\xe4\x71\x31\x04\xf2\x27\x3e\x9b\x27\x39\x8b\xb4\x19\xe8\xc8\x36\x28\x2f\x0b\xe0\x07\x05\x6a\x73\x42\x8b\x71\x8e\x34\x59\x8c\x59\xe6\x88\x16\x61\x96\x19\x84\x11\x5a\x64\x77\x7f\x8a\x3d\xe5\x85\x37\x1c\xca\x5d\x69\xa2\xeb\xb2\xc9\xda\x0a\xa3\x35\x91\xb1\xfe\x29\x2a\x0d\x14\x89\xf3\x79\x9d\x2c\x9f\x61\x3b\x42\xbd\xd2\x84\xc3\x6b\x3f\x7d\x3c\xea\x23\x93\xfb\xd3\x52\x36\x92\x18\x3c\x86\x6a\x81\x56\x7c\xaa\x29\x8f\x2e\xfa\xd4\x97\x72\xde\xd8\xd4\x44\x46\xf9\x53\x4c\x36\xca\x11\x3d\xd5\x74\x36\x5a\x70\x06\x82\x48\xba\x4f\x35\xa1\x30\x9f\xea\x58\xfc\xca\xb0\x9c\x8d\x21\x1a\xe9\x53\x95\x8d\x61\xf0\xac\x68\x8c\x31\xfe\x72\x07\x3d\xd5\x93\x10\x0a\x9a\x27\x21\x93\xd4\x5e\x9a\x33\x1e\x17\xf6\x8d\x64\xfa\xb4\x77\x87\xf1\x83\xf9\x46\x6e\xa9\xa7\xbd\x44\x87\x82\xa6\xe4\x1a\x9c\x1b\x21\xbc\x0a\xd2\xfb\xd3\x76\x0d\x22\x6b\xe9\x4a\xbf\x40\x2d\x9e\x9f\x8a\xb3\x51\xb4\xe9\x69\xef\x62\x33\x4a\x67\xa4\xd8\x18\x95\xf7\x79\xc4\xc9\x47\xc1\xbf\x9f\xc3\xfc\x7a\x61\x18\x76\x7f\x29\xcf\xd4\x74\x6f\xeb\x8c\xaa\xbf\xdb\x3a\x73\xd5\xbd\xda\xb4\x60\xc2\xa3\x67\x3d\x5d\x0c\x64\xe1\x03\xaf\x7e\x14\xdf\xc7\xb1\xc0\xa4\x2b\x7d\xba\x29\xe7\xbc\x76\xaf\xfe\xc6\x1b\x26\x7d\x63\x98\xb7\x26\x2f\x73\x33\x7c\xa0\xe1\xab\xe3\x05\x2a\x87\xf4\xe1\x6d\x1c\x29\xe6\x19\xce\x3a\xc1\x9a\x0e\x93\x0a\xef\x1f\xef\x22\xf3\x49\x53\xaf\x3c\x5f\x96\x55\x68\xe2\x3d\x7e\x99\x9d\x61\x43\x09\xb2\xc3\x4f\xe7\xda\xa8\x32\xf2\xa8\x88\x70\x5f\x79\x76\x26\x06\x4e\xdb\xfe\x02\xac\xf9\x41\x19\x0b\x62\xf1\x7f\x1c\x9b\x3b\xb3\x2d\x94\x01\x89\xba\x25\xcf\xae\xf8\x98\x95\x06\x1c\x09\xc0\x91\xdf\x5f\xc0\x35\x5f\x38\xb6\x9d\x05\xd9\x1d\xd7\xcf\x81\xdd\x9d\xac\x01\x76\xe8\xf8\x8b\x99\x9d\xb5\x7b\x2a\xe0\x02\xbb\xc3\xdf\x11\x6a\x0e\x47\xfa\x73\xca\x0e\xcf\x45\xda\x3c\x3c\x17\xdc\x55\x3f\x05\x6e\xa3\x84\xf2\xa3\x54\x48\x54\xfc\x79\x0e\x27\xda\x41\x1e\x38\x3c\x15\x3c\x9b\x74\x96\xd8\x45\xca\x62\x0a\x7d\xde\x22\x65\xec\xa3\xe3\xb5\x12\xf0\x83\x29\x87\x57\xbc\x55\xcb\xd8\x58\x8a\x07\xee\xd4\x9a\x7a\x0e\x53\xce\xb1\x3c\xb5\x09\x62\xec\x7a\x4e\x13\x9e\x0f\x4e\xa5\x38\x88\xca\xf0\x9c\xa6\x3b\x3d\x9c\xc6\xd8\xb3\x75\xcf\x57\x8c\xa1\x87\x37\x36\x24\x53\xf5\x86\x7f\x70\x75\x9c\x4e\x68\x00\xc3\x3a\x4d\x3a\x5b\xf5\xf4\xa2\x43\x87\x4b\xa1\xd5\x4f\x1b\x26\x1d\x96\x75\xbe\xfb\x9f\x1f\x5e\xd2\x33\x74\xe1\xcd\x2a\xf2\xff\x73\x39\xd6\x9c\xe9\xfb\xa9\x60\xe5\x23\x51\x5d\x0e\x0f\xe0\x83\xe1\x32\x2f\x19\x96\x54\xae\x42\xa6\x9e\x47\x01\xc4\x1f\x81\xff\x7a\xc7\xcd\x17\x0e\x16\x62\xf7\x5e\x8e\xa9\x67\xb3\xde\xb3\x9a\x48\xa7\xb7\x93\x05\x70\x22\x6e\x27\x0b\xe0\xa4\xdf\x9b\xbe\xe0\x05\x47\xc8\xd7\xbf\xdd\x50\xb7\x33\x28\x30\x2d\xb7\xc3\xe7\x99\x38\x55\x5c\xfb\xc8\xdf\xb7\x89\xe4\x7f\xc5\xfd\x21\x18\xde\xa6\x91\x53\x7e\x2b\x20\x0a\x49\xf3\xa7\x15\x96\x8f\x64\xf9\xe8\xae\x80\x6f\x3f\x9a\x02\x24\x87\xe7\x9d\x82\x34\xf0\xbc\x2b\x17\x92\x15\xac\xfc\xbd\xd2\x94\xa8\x69\xf9\x68\x52\x8a\x5e\xfe\xd4\x92\x78\x14\xac\xbc\xc2\x35\x94\x96\x69\xf9\x88\xfc\x8f\xeb\x3e\x7d\x86\x71\xeb\x0b\x3a\x75\xa1\xa7\x7f\x52\x54\x9b\xa4\xde\x2d\x91\x2f\xdb\x34\xbd\x55\xa4\xe7\xfc\xa0\x80\xbc\xc0\xf7\xdb\xf4\xc6\xac\xfc\x9b\xfd\x36\x09\x94\xb6\x44\x87\x6c\xd3\xa4\xc2\x64\xff\x6e\x82\x36\x4d\x6f\x80\x3e\x5f\x0c\xbd\x40\x1f\xbb\x49\xe7\x07\xa5\x11\x28\xb4\xe8\x82\x55\x13\x4d\x3a\x40\xad\xfd\x7b\x9e\x67\x3d\x67\x90\xb3\x2b\xe4\xfd\x93\xbb\xda\x34\x3b\x64\x7d\xe4\xd9\x88\xe5\x9a\x2e\x67\xc7\xb0\x57\x9a\xfc\x1d\xa5\xa4\xb8\x6a\xd3\xec\x50\xfc\x12\x2a\x66\x87\xe2\xf3\xc1\xa1\xe7\x8c\x71\x76\xe0\x4d\xa5\x4f\x87\xe2\xd3\xc0\xed\xb3\xc8\x0f\x8f\x5e\xc8\xea\x2c\x0e\xbb\xab\x19\xc3\x62\xe8\x3c\x73\xbf\xb8\x52\xd8\xc4\x0f\x26\xa3\xa4\xd3\x45\x64\xcc\x99\x99\xc5\x64\x54\x7e\x70\x68\x7e\xcf\x54\x2d\x0e\xcd\xaf\x99\x7d\xa5\x44\xea\xd3\xe7\x07\xd7\x49\x6f\x21\xf5\xa7\x88\x95\xca\x64\xae\x8e\xd5\x6f\x99\x9b\x9f\x26\x56\x2a\x2d\xac\x8e\xdd\xef\x19\x85\x54\x31\xb2\x94\xb7\x49\x30\x32\xd2\x8e\xb7\x49\x61\x30\x14\x06\x68\xd3\xea\x24\x03\x2d\xa4\xae\x8e\xee\xef\xf4\xf2\x92\xc6\xb8\x0e\xff\x40\x1b\xa7\xdb\xe0\x93\x5b\x03\xcd\x8c\xaf\x26\xb5\xe7\x87\xcd\x79\x09\x7a\x68\xdf\x4c\x6b\x0f\xad\x8e\x87\x69\x2c\xab\xca\x42\xac\x13\x0b\xef\x9a\xcb\xe3\xd3\xe8\xa9\x70\x4a\xda\xbc\x5c\x88\x29\x6d\x4a\x07\xeb\x53\xcd\x1b\xc5\x71\xc7\x19\xb7\x74\x30\xca\xc7\xb6\xa9\x58\xb7\xad\x21\xf5\xa7\x40\x95\x08\x4f\x6d\x2a\x6f\x04\x23\x7d\xbc\x65\x29\x69\x42\xb1\x58\x1b\xe3\x96\x06\xb5\x26\xc3\x45\x9b\x7e\x1a\x54\x09\x76\xaf\x4d\x2a\x24\xb7\x06\x79\xd5\x26\xc5\x4b\xaf\x1b\x47\x5d\x2a\xd4\x1a\xa4\x4f\x9b\xa4\x42\xad\x9f\x73\xf6\x53\xa1\xca\xe0\x28\xff\x34\xa8\x12\x93\x56\x9b\x14\x34\xbd\x16\x28\x55\x82\xa2\xb5\xb0\x1b\xdf\x5c\xb0\x70\x39\x85\xc8\xac\x01\xfb\xb7\x49\x35\x2c\xb6\x0c\x5b\x0a\x54\xab\x9f\x41\x19\x15\xca\x82\x54\xa7\xe6\xac\xf5\x0f\x17\x54\x9b\x14\x21\x13\xa4\x4f\x9b\x14\x21\xf3\x69\x4d\xa5\xe9\x52\x57\xa4\x4d\x8a\x80\xd9\x12\xf4\xdb\x26\x47\xc0\x7c\x3e\x68\xf6\xcd\x87\xe6\xe6\x00\x8b\xac\x9d\x43\x62\x12\x7b\xd8\x26\x15\xa8\x4b\xb2\x97\x36\x49\xfd\xa9\x83\xa3\xd0\x5e\x8a\xf2\x85\xd5\x9d\xcf\x99\x55\x68\x76\x65\x7f\xa8\xe4\xdc\x67\x92\x14\xe4\x12\x9f\x51\x9b\x54\x72\x2e\xc9\x79\xda\xa4\x92\x73\xf1\xa3\xb6\x49\xba\x0d\x59\x1a\xda\x64\xdd\x06\x1e\xdd\x8d\x93\x64\xd7\x2b\xab\x51\xfd\x7c\xe0\x31\x8f\x0c\x41\x45\xe4\x92\x84\xa8\x4d\xc3\x31\x17\x59\x58\xc7\xb1\xb0\xd0\x2e\x22\xc7\xc4\x4b\x8b\x09\xfc\xa0\x4d\xc3\x43\xce\x34\xab\x88\x5c\x65\x16\x15\xc7\x52\xb9\x86\x14\xc7\x52\xd9\xee\x43\xe8\x67\xae\x00\x15\x89\xeb\x0b\x03\xd8\x85\x00\xe7\x44\x49\x61\xd9\x1a\xf7\xaf\x60\x66\xc9\xd8\xda\x26\xa3\xcc\x0a\xb3\xa8\xe8\xee\x1e\x1b\x71\x9b\x76\x87\x07\xc2\xf5\x54\x6f\x22\xa8\xab\x36\xed\x06\x0c\xf3\x81\x20\xdd\x2b\xff\xab\x86\x3b\x8c\x41\xca\xc8\x60\x33\x4a\x17\x19\xb0\x9a\xc3\x90\xee\xac\xd2\x61\x9a\x32\x64\xc5\xb9\x04\xdc\xda\xa6\x43\x80\xdf\x39\xed\x4b\xaf\x48\xca\xd2\x36\x39\x8e\xa5\x31\x60\xe9\x15\xc1\xea\xb5\xc9\x8e\xa0\x0f\xdb\x91\x5a\xd1\x12\x7e\xde\xa6\xb7\xe0\x04\xd7\xe0\x4f\xad\x68\x13\x37\xe9\xe9\x85\x58\x32\x68\x07\xab\x2c\x30\x8d\x53\x10\x48\x0e\xd0\x29\xc8\x23\xb3\xa2\xf8\xee\x8d\x23\x79\xda\xbc\xc4\x3d\x70\x0a\xf3\xc8\x15\x77\x0a\xf4\xc9\xf9\xfa\x49\xf7\x4b\x62\xb2\xda\x74\xb9\x48\x16\xbb\xfb\x12\xe6\x11\xa1\xe7\x12\xe6\x11\x79\xe3\x12\xe8\x13\x56\xaa\x18\xf0\x8f\x04\x73\x09\xd2\x08\x4f\xb8\x4c\x51\x06\x28\x34\xd8\xca\xd6\xba\x84\x6a\x45\x10\xb8\x84\x62\x65\x96\x2f\x11\xc4\x24\x5f\x22\x08\xc9\xe2\xb2\xba\xce\x71\xbd\x05\xe2\xe4\xee\xbc\x45\x10\xc2\x8a\x83\xc2\x61\x62\xb7\x41\x9b\x59\xa4\xdb\xf0\xc0\xbc\x6f\x84\x15\x03\x72\xbc\xc6\xc4\x71\x53\x09\x87\x89\x19\x33\xa4\xea\xf3\xbf\xd0\x44\x0b\xb7\xbb\x31\x55\x8c\xf0\x31\x80\x2e\x23\x52\x0d\x87\x09\x12\x8d\xb1\x62\x0a\x1f\x01\x06\x61\x79\x8f\x90\x00\x83\xf6\x04\xf1\x64\x93\x3c\x97\xbe\xcf\x0c\x09\x63\x55\x2a\x67\xe3\x11\xc2\xee\x9f\x48\xdf\x66\x63\xae\xb2\xe6\xf3\x24\x10\x59\xfd\x0b\xf0\xba\xcd\xaa\xee\x10\xfb\x7d\x9b\xdf\x68\x91\x48\x76\xb3\xca\x3b\x44\xd7\x6e\xb3\x0a\x30\x24\xce\xb7\xcd\x2a\xc0\x30\x85\xc3\xcf\x93\xf1\x8e\x8c\x4e\x78\xce\x9a\xf6\x66\x8f\x96\x67\xaf\x47\xcb\xb3\xa7\x97\xe7\x5f\x7f\x2d\xec\x76\x9e\x85\x54\x8a\x00\x37\x2b\x07\x51\xa9\x9d\x0f\x04\x23\xe9\x99\x0e\x83\xb5\x46\xfe\x5f\x04\x23\xe1\x7d\x83\xb5\x22\x44\xce\x06\x6b\xe5\xde\x9f\x17\x21\x2d\x46\x06\xec\xea\x0b\xff\xcc\x8c\x6d\x36\x38\xab\xf1\x2c\x58\x44\x14\x97\x79\xb1\x5d\xb2\xd1\x80\x25\xb9\x4f\x8b\x4e\x1f\x9a\x2b\x68\x36\xda\x6a\x64\x8e\x17\x91\xd0\x43\xb3\xea\x37\xa4\x56\x40\x9b\x8d\xb6\x1a\xf9\x7e\x35\x09\x21\x69\x7d\x83\x92\x32\x89\x92\x9c\x4b\x12\x82\xb4\x59\x92\xf3\x36\x7f\xba\x30\x55\x99\xa5\x55\xe0\x9e\xc1\xff\x76\x98\xb1\xce\x4a\x1e\x8a\x93\xb3\xcd\x9b\xcb\x06\xe6\xe2\x9b\x95\x9f\x08\x09\x66\x56\x7e\x22\x44\xc7\x59\x5e\x87\xe4\xcd\x69\xb3\x4a\x30\xa0\x12\xce\xce\x1c\x3a\x98\xf9\x4d\xe8\x01\x66\x7a\x33\xfe\x83\xff\x95\xbc\x3e\x27\x6d\xde\xec\xf9\x64\x5e\x94\xa1\x68\x65\xef\x6e\x02\x0b\xb0\xf4\xca\x50\xb4\x72\xd2\x84\xd2\xaa\xcc\xda\x8b\xd2\x62\x56\x8a\xbc\xe5\x61\x2e\xb3\x52\x16\xf5\xe4\x59\x69\xb3\xaa\x38\xc0\x4f\xe7\x22\x9a\x39\x0d\x45\x34\x87\xbd\xcd\x42\x65\x7d\x16\xee\x45\x65\x6d\xfc\x20\x7f\x39\xc7\xa5\x88\x66\x76\x77\x11\x3e\x80\xe3\x5b\x4c\x22\x23\x14\x89\x9f\xf6\x44\x22\xa7\x45\x55\x1a\x50\xbb\xe7\x2a\x0a\xc3\x6f\xe7\xaa\x45\x65\x1b\x54\x2f\x2a\xef\x1b\xd2\x92\xf6\xaa\xf1\x00\x99\xb1\x2a\x3c\x04\x4b\x52\xbd\xa6\x59\x43\x81\xb0\x3e\x47\xc1\x25\x1a\x98\xf1\x6a\x7a\x19\x8f\xe8\xdd\xf8\xfe\x70\x09\x61\x06\xe0\x09\xc8\x8c\x1b\x88\x15\xc5\x6b\x6e\x5e\xc2\x4c\x88\x4b\x48\x07\xe0\xdd\xe6\x66\x0a\x33\x83\xaa\xc1\xd0\x93\x97\xa4\xcd\xf2\x65\x8c\xd8\xf9\xda\xfc\x56\x91\x66\x52\x25\xaa\xd7\x14\x5a\x6c\xb3\x64\xf5\xad\xc2\xd5\x9a\x97\x35\xa3\x54\xb4\x7a\x6f\x0b\x5f\x38\xbb\xc0\xcc\x0f\x52\xbc\x56\x66\xb6\x5d\xff\xfd\x6f\x4b\x8a\xdb\x36\x4b\x9a\xdf\x1a\xe7\xb1\x3b\x45\x42\x54\x8e\xb9\xdb\xfb\x1b\xa9\x6c\xb6\xf3\x22\xe0\xec\x36\xcb\x79\x31\xb3\x9d\xed\xbc\x08\x80\xba\xcd\x02\x89\x4d\x3f\x21\xea\x2f\x97\x4f\x7f\x93\x2c\x64\x62\xde\xb2\x75\x9d\x0e\x9d\x65\x61\x0a\x55\x5d\xee\xe1\x95\x17\x44\x76\x87\xed\x74\x5f\x97\x30\xc7\x6e\xa7\x77\x64\xc9\xd9\xae\x0c\x04\xbf\x79\xb8\x22\x2f\x0b\x36\xe4\x03\x86\x91\x0c\x91\x1d\xe1\x72\x7e\x23\x43\xd8\x95\xc3\x84\x44\xbe\x9d\x15\xcc\xde\x11\xb4\xe6\x21\x37\x77\x2e\xf1\x79\xd8\x43\x07\x2f\x19\xaf\x77\x8a\x61\xda\x47\x03\x37\x1a\xf6\xd1\xb0\xc2\xc3\xee\xa9\xcf\x30\xe4\x86\x63\x41\x77\x3b\x6d\x62\xba\x98\x77\x3b\x23\xd9\xfd\xf2\x86\x50\x12\xad\xcd\x52\x2e\xea\x14\xf1\x67\xde\xed\xc5\x81\x63\xbc\xb9\xa3\x60\xab\xbb\x1d\x54\x9c\x61\x55\x80\x28\x4c\xf8\x6e\x07\x15\x4c\x69\x37\xf1\x9c\xf2\x9f\x7a\xb1\x15\xb6\x91\xd4\x8b\x92\xdc\x40\x6d\xde\xed\x78\x63\x63\x1c\x2f\x69\x69\x42\xbe\x8d\xc2\x56\x3d\xec\x9f\x8a\xf2\x3a\x1f\xf6\x4f\x71\x0a\x0f\xfb\x1c\x21\xe4\x30\x65\x30\x93\xa3\xd9\xd1\x90\x19\x7f\xdd\x1b\x50\x62\xf7\x06\xec\x51\x6a\x08\xb1\xb4\x6d\x7e\xbd\x19\x5c\x52\xaf\x37\x83\xd9\xfa\xa9\x1d\x5b\x87\x83\xbe\xce\x0c\x76\xc6\xf9\x7a\x69\xf2\xc6\x69\x87\x14\xb4\x9f\xce\xf8\x03\x57\x7c\xbd\x13\x4c\xf0\xa9\x44\xd3\xdc\x74\xa7\xdd\x32\xf4\x61\xdf\x04\x1b\xe3\xf5\x4d\xb0\xb7\x4e\x0d\x93\xab\xed\x75\x3c\xb0\x3d\x2f\x3b\xde\x32\x35\xae\xe2\x30\x73\x15\x5c\x72\xba\x70\xbf\xdb\x31\x31\xb3\xb3\x84\x0d\xeb\xb0\xde\xcb\x64\xb1\x1e\x97\xa7\x9f\x25\xbc\x3c\xfd\x19\xf5\x4f\x1d\xd9\x3a\x22\x83\xfc\x10\xb5\xc0\xf3\x2e\xd9\xe4\x61\xa3\xb7\x6c\xf2\x30\xc9\xdb\x99\x7c\xe1\x1e\xaf\x5f\x82\x6d\x74\xdb\x28\x0f\xab\xbe\xed\x4e\xc9\x98\xee\xaa\xe7\x4c\xed\xad\x94\xc5\x4b\xc6\xf8\xcf\xf1\xc0\x07\x2e\x9b\xcf\xb9\xb6\xa7\x01\x76\x73\x5f\x7a\xce\x34\xbc\x8e\x86\x8c\x51\x69\x4f\xe7\xe0\x54\xdb\xfc\xbc\x54\x64\x0c\xff\x5c\x0b\x69\xe2\x91\x33\x05\x76\x64\xad\x67\x46\x89\x90\xab\x81\xec\x6c\x6d\x7e\x94\xf4\x0f\x86\xe6\xb4\xa8\x33\x17\xd0\x73\xf9\x07\xbe\x90\x23\xa1\xd2\x87\x1d\x09\xe1\x0b\xcb\xe4\xda\xf5\xf9\x62\x79\x1d\x09\x39\xc4\xcb\xe4\x1c\x23\x8d\x4f\x56\xbf\x51\xf2\x43\xf1\x1b\x5b\x7e\xa8\x32\xc1\xcf\x79\xb6\x71\xbb\xd1\xa6\x53\x60\x4c\x7f\xc1\x71\xb7\xc5\x6e\x86\xd4\xf0\x68\xcb\x9b\x1a\x2b\xb6\xc5\x65\x92\x85\x7e\xa1\xfd\xdb\x2c\x60\xe4\x07\x25\x1e\x89\x17\xb5\x2d\xb3\x2d\xdf\x21\x4a\x01\x2c\x04\xd8\xb7\x45\x8e\x86\x8d\x5d\xb8\xcc\x96\x0f\xb2\xf1\x17\x39\x16\xd6\x84\x61\xb5\xc5\xb9\x59\x03\xd7\x6f\xcb\xec\xac\xb4\xbc\x70\xf9\x85\xf4\xaa\xea\xd3\x2b\xf2\xf6\xb2\x38\x21\x6c\x8e\xf8\x22\xcf\xc1\xc7\x34\xb5\x28\x4e\xbd\x23\x40\x2f\x8b\xcd\xa8\xcc\xb6\x5c\x09\x6b\xfd\xfc\xf0\xdb\x36\xf0\xd8\x45\xda\x10\x65\xc4\xda\xb2\xc8\xa2\xc0\xa8\x0e\x99\x55\x0b\x1f\x78\x3a\x73\xb5\x2e\x3f\xe5\x67\x4e\xf1\x97\xb6\xac\x3a\x7f\x91\x08\x96\xd5\xd9\x00\xf2\xd8\x7d\xa1\xe5\xd9\x16\x8d\xac\x8e\x22\x49\xb0\xa8\x2c\xab\x6d\x36\x79\xb4\x36\xce\xeb\xc2\x56\xad\xfc\xaf\xb4\x57\x39\xab\x8b\xb5\x1e\xac\x75\xcb\x26\x4b\x17\xdb\x63\x93\x41\xa3\xf2\xc1\x66\xd1\x81\x0f\xc4\x3f\x22\x63\x2d\x9b\x4c\x34\x99\xf2\xcd\xf4\xf0\xba\xf5\xe3\x8c\x5f\x3a\x4c\x2a\x72\xb5\x65\xb3\x00\x1f\xfa\xe5\x15\x28\x28\xec\xcb\x4f\x25\x59\x5b\x94\xcf\xc5\x40\xac\x44\xf0\xb5\xa5\x78\x7b\xb2\xa6\x3f\xa5\x64\xc3\x69\xb5\x48\x29\xf9\xd2\x58\xec\x06\x0b\x09\x3f\xa5\xa4\x6d\x0c\x61\xd7\x90\x79\x5d\x53\x1e\x8a\x8a\x5d\x47\x11\x63\x16\x83\xb0\xe0\x0a\x3f\x1d\xa5\xce\x6c\x6d\x79\x10\x3e\xc7\xc7\x09\x57\xc3\x78\x16\xf9\x0f\x12\xdc\xd4\x96\xea\x4c\x4c\xe9\xb0\x2a\xd9\x14\x5b\xb2\x9a\xf7\x7d\x3e\x90\xb9\x94\x13\x2d\xbc\x55\x65\x80\x55\x26\x5d\xf6\x6c\x55\x7a\x05\x0e\x67\x95\x65\x71\xa1\x43\x5b\x47\xd3\x9e\xa2\xd7\xe1\xb5\x8b\xe0\x52\xa9\x20\xd5\x96\xa6\x14\x1f\xb9\x62\x16\x6b\x18\x51\xda\x16\xc7\xaa\xc3\xe2\x54\xfe\xfa\xc3\xb3\x54\xfe\xfa\xc3\xb2\x1c\xab\xfe\xf9\x5e\x9b\xfc\xf3\x6c\x9b\x4d\x16\xb8\xc9\xe2\x14\xb3\xe4\xd2\x65\x7f\x88\x30\xb6\xa8\xbc\x75\x67\x02\xa5\x37\x7c\x07\xdc\x15\x7c\xd4\x79\xa1\x68\x07\x84\xe0\x9f\xda\xd0\x5b\x9c\x2f\x4b\x77\x56\x5e\x66\xb4\x7b\x97\xd3\xa0\x30\xde\xac\x90\x43\x4b\x58\x52\x87\x96\x54\x46\xa8\x2c\xb8\x28\xda\x8b\xaa\xc4\x71\x9d\x2d\xaa\x12\xc7\x65\xb5\xbc\x2a\x40\x46\x68\x74\xd3\x67\x8f\x0f\x07\x2e\x16\x5a\xb0\x2e\xc4\x31\x19\x02\x29\xc3\xa8\x5e\x25\x61\x99\xfe\x74\xf1\x0c\xd7\xdb\x89\xe0\xb8\xbc\x1a\x43\x84\xbc\x45\xa5\xe2\xf0\xfc\x2e\x2e\x05\x97\x8c\x58\x6d\xd9\x9d\x4b\x3e\xa2\xca\xa2\xb2\x04\x85\x3b\x62\x77\x0a\xb2\x88\x05\xcb\xfe\xa6\x59\xcb\x98\x7f\xb2\x7d\x69\x31\x1f\x2c\xbb\xfd\xa7\xf0\x73\xc9\xf6\x2b\xa2\xe7\xb2\x3b\x49\x38\x13\xa5\xd2\xd4\xb0\x1b\x89\xf6\xad\x72\xcb\xec\xb7\x52\xff\x65\x65\x76\x55\x68\xcd\xa3\x52\x66\x7d\xf6\xe2\x5b\xbe\x8d\xc3\x77\xd8\x6b\x95\x21\x1f\xca\x4d\xc7\x8d\x72\x28\x8f\x59\xf4\xf5\xc5\xe5\xd3\xe0\x16\xa7\x52\xd1\xc1\x60\x25\x6e\x2f\x6c\x9d\xd3\xdc\x21\x03\x90\x17\x60\x61\xe7\x9c\xca\x6b\x06\xfb\x3a\x95\x7b\x8f\x1b\xe4\x54\xc6\x9f\xc2\xf7\xbb\x0e\x73\x26\xe4\x54\xc6\x22\xe6\x43\x59\x60\x2b\x5b\x5b\x18\xa0\xb6\x7e\x1a\x90\x87\x0b\x76\x78\x99\xa0\x74\xe8\x8c\x54\x6c\x65\x67\xa4\x62\x0d\x9d\x81\x8a\x1b\x41\x89\x60\x2b\x1b\x59\x19\xa7\x2a\xec\x5d\x89\x60\x2b\x2b\xe2\x90\x0c\xc4\xb8\xcb\xdc\x2f\x13\x70\x99\x00\xc6\x23\x07\x17\x17\xda\xed\xb4\xdd\x6c\x4b\x25\x7a\x9d\x38\x6b\x4a\xf4\x9a\x28\xe9\xb6\x28\xd1\xeb\xc4\x9d\xab\xc4\xae\x49\x31\xd0\x16\x95\x55\x1b\xb0\x9f\x5b\x33\xcc\x39\xf8\x09\xd8\x6d\x42\x42\x78\xe4\x14\x61\xd7\x3f\x72\x8a\x20\x6d\x3d\x66\xa7\x99\x20\x45\x51\x7f\x56\xf4\x91\x93\x84\x1d\xf1\x98\x9d\xd2\xbe\x44\x1a\x44\xd2\x47\xf7\x1b\xf4\x3e\xca\x7c\xc1\x78\x65\xf1\xff\xec\xd8\x47\x4e\x93\x48\xef\x8b\x0d\xfe\x19\xdf\x3a\xc9\x67\x12\xa1\x78\x55\x8a\xa8\x54\x3d\x6b\xeb\xe4\x09\x0e\x7f\x5e\x1d\x4f\x81\xd1\x7d\x55\x8d\xe6\xa9\xf1\x85\x7c\x18\x19\xf1\xaa\xaa\xcb\xd3\xa7\x07\xb3\xdf\x91\xe7\xf3\xf7\xbc\xf0\xbd\x47\xf8\x6f\xc4\xeb\x3c\x59\x9d\x48\x83\x4a\x08\x3b\xe5\x46\x5a\xe7\x45\x0d\xf6\x3c\xaf\xba\x41\x42\xe2\xac\xa8\xfe\x8d\xef\x35\xe0\x48\x4d\xeb\xec\x01\x87\xc2\x59\x4e\x97\x8d\x01\x28\x90\x3d\x53\xba\xce\x0a\xdc\xdf\x78\x5f\x5e\x8a\x4a\xff\xba\xf1\xb2\xe4\xab\x9c\x00\x2d\x4c\x62\x95\x13\xa0\x45\x48\x5b\x1d\xa1\x1d\x0d\x7c\x5d\x74\x81\xcd\x7c\xdf\xf4\xcc\xff\x5d\x37\xe2\xca\x0f\x0a\x96\x8c\x92\xbf\x2e\x2e\x73\xba\xd0\xc3\xe1\x3b\x34\x24\xbb\xaa\x73\x42\xad\xda\xba\x5c\xea\x83\x67\x4b\xca\x39\x27\xab\x82\xb2\xdb\xfc\xa7\xfb\x66\x95\x0f\xa1\x85\xab\xac\xab\x67\x80\xc6\x3c\x03\x99\x51\x47\x6c\x77\xfe\xd7\x95\x1e\xa9\x71\xb5\x03\xa1\xf3\x7e\x93\x98\xc9\xb3\x4d\x7d\x85\x06\x86\xf9\x5c\xe8\x59\x65\xca\xad\x3c\xcb\x5a\x5f\xf9\x40\x32\x40\xa5\xc5\x5b\x3d\xf0\xfe\xa3\xe7\xbc\xbf\xf9\xca\xcf\x1a\x09\x84\xd3\x67\x3a\xb4\x43\x22\x57\xcd\xba\xbd\x77\x7e\x7a\xd8\x6c\xfe\xcc\x1a\x6d\x45\x3d\xf0\x41\x37\x5a\x21\x93\xb8\x29\x5a\x8f\x6d\xbb\x99\x24\x1a\x70\xa8\xd5\xc2\x10\x1c\x65\xb4\xd0\xa4\x70\xd8\x2c\xb2\x5d\x0e\x0b\x47\x51\x55\x12\x52\x63\xac\xad\xae\x92\x80\xf0\xb9\x3a\xd2\x02\x44\xc4\x5a\x04\xb2\x66\xaf\x2a\xb5\xed\x04\xa2\x61\x75\x6a\xdb\xfa\xe9\x63\xf7\x0f\x19\xb7\x73\xdb\x56\xe6\xda\x22\x3a\xf0\x99\xd5\x61\x0f\xe8\x5d\xab\xc3\x1e\x10\x9a\x57\x61\x72\xe6\x85\x46\xab\x6c\x54\x85\x2f\x86\x5f\xc8\x5c\xb8\x22\xd8\xf2\x69\xe2\xf0\x1b\x19\xa8\x40\x39\xf3\x42\xaf\xcd\xf6\x9d\x34\xe1\xbc\x50\xa8\x47\xeb\x4f\xd4\xa6\x50\x5f\x5b\x9b\x61\xa7\xf0\x4e\x47\x26\x4c\x1c\xf5\x56\x64\xd6\xc8\xa6\x30\xee\x66\x66\x3e\x7f\xd2\x77\x41\xf6\x5c\x9b\xb5\x21\xba\x10\x06\x90\x35\x6f\x87\xcc\x01\x74\x60\x7c\xd9\xa0\x81\xcb\x3f\x64\x05\x65\xca\x5f\x3f\xdb\x46\xc0\x9c\x75\x61\x09\x15\x97\x80\x13\x7a\x95\x69\x7f\xc5\xad\xb1\xf6\x57\xfb\xcf\xd4\x29\x1d\xed\x8a\xa7\x67\xed\xaa\xfb\x4f\x0b\x45\x97\x68\xa8\xec\x4a\x0f\x06\xc7\x55\x7a\x28\xcc\x7f\x6b\x37\x87\xce\xea\xf6\xf1\x6b\x2e\x93\xa0\x6c\xb5\x20\xcd\x56\x65\x87\xfa\x0c\xef\xb4\x69\x88\xcf\xad\xf3\xf1\xfc\x18\x62\x9a\xf1\xff\x04\xf6\x8a\x80\xbf\x3a\xdd\xec\xe7\x7f\x2d\x13\xcb\x36\x94\x3e\x97\x1e\x25\x6f\x83\x7d\x6f\xab\xec\xef\x15\x41\x76\x75\x42\x59\x0e\xaf\xcc\xef\x5b\x85\xc5\x39\x16\x81\x31\xef\xca\x92\x07\x03\xdb\x2d\x98\xa5\xc1\x5d\x82\x19\x73\xb0\x4b\x30\x8b\x64\xb9\xca\xd2\x5e\xb9\x65\x77\x09\x6a\x6c\x14\xa3\x78\x00\xa8\xae\x92\xce\x2b\x3b\x71\xb7\xa4\xc6\x00\x6c\x9d\x66\x11\x05\xf3\xa9\x9f\x06\x24\xba\xc1\x22\x9d\xe0\x96\x49\x93\xf0\x3d\x58\x64\xc3\x76\x98\xc4\x43\x92\x1b\xd7\xf8\xa1\x4d\xb3\xfd\x25\xd9\x68\x5b\x0f\x89\x79\xdc\xd9\xb2\xbe\x0f\x64\x80\x43\x62\x5f\x04\xe5\xf5\x10\x66\x89\x3b\x5d\xb6\xf7\xde\x59\x20\x61\x80\x06\x5b\xf4\x90\x26\xc2\x95\x65\xc0\x0f\x5b\xe4\x90\xa0\x0a\x75\xd2\x14\x06\xff\x9f\xca\xe3\x08\xab\x3d\x25\xb7\x42\xfd\x69\xc7\x1f\xf7\xc5\x69\xf2\xb3\xa0\xa7\x28\xe4\x88\x9d\x42\x39\x45\x75\x58\x4f\x51\xb8\xd1\xa0\xae\xc4\xef\x0f\x42\x39\x31\xbf\x02\x18\x7d\xe4\xba\x53\x86\x07\xf6\xb0\x74\x87\xf1\xe9\x40\xaa\xc3\x67\x81\x65\xc5\xff\xc8\xde\xab\x94\x89\x8f\x39\x7b\x35\xa2\x28\x0a\xdf\x6a\x44\x51\x54\xf9\xd5\x88\x22\x98\x95\xf2\xd9\xd6\x94\x96\x6d\xeb\x25\x69\x1a\xfe\x79\xc9\x18\x04\x83\x35\xa4\x68\xf0\xbf\xa4\x65\x98\x9d\x21\x46\x9d\xf6\x04\x31\x8a\xa7\x62\x55\x02\x2a\x7c\xee\xeb\xad\x8c\xad\xac\xca\xed\x6b\xbe\xf2\x83\x72\x12\x61\x9e\x5a\x5d\x68\x22\x4e\x9d\xf5\xb6\xdd\x93\x83\x78\x2b\x37\x20\x07\x5d\xa1\x07\xa5\xb0\xb3\x5c\x7a\x02\x69\xce\xa5\x27\x06\x2d\x9a\xe6\xac\x83\xf2\x4c\x7d\x78\xad\x35\x94\x4f\x7b\xd6\x08\xf8\x5e\x34\xb2\x13\x95\xa5\xb6\x02\x8b\x5c\x9d\x76\x36\xf5\x7b\xdb\x6a\x58\x13\xcb\xf2\x28\x6d\x16\xcb\x66\x54\x53\x74\x92\xf5\xb1\x0d\x8f\x69\x33\xac\x89\x8b\x52\xf6\xfe\xf2\x61\xb0\xc6\x35\x31\x6b\x8f\x3d\xed\x2b\x5d\x0a\x19\x04\xd1\x4e\x1e\xc5\x46\x78\x94\x2c\x8b\x85\xb3\x9a\x93\x85\xde\x8c\x6b\xca\xa4\x6e\x93\x74\x88\xac\xc2\xe6\x4c\xb8\x3d\x7a\xd1\x36\x49\x89\x08\x09\x9b\xb1\x4d\xd9\x69\x9b\x53\x4b\xe5\x34\x6c\x93\x94\x8c\xac\xc2\x66\xad\xa8\xd3\x9e\xa6\x60\xd0\xa1\xf5\x3c\xbe\x57\x1a\xa9\x8d\x01\x0b\x1a\x35\x68\x4f\x13\x30\x18\x8f\xcc\x6c\x99\xc1\xed\xa7\x14\xcd\x0d\x20\xf9\x36\x6b\x67\x82\x60\xd9\x14\x92\x40\xe0\x52\xdb\x5e\x57\x01\x63\x9e\xa5\x78\x44\xb8\xd8\x66\xdf\x09\x91\xa2\x36\x79\x0a\x7a\x42\x99\xda\x36\xcb\xfa\xba\xd0\xa4\x32\x46\x0c\x9e\x5d\x4d\xe3\xd3\x82\xf4\x8c\xac\xeb\x26\x00\x55\x63\x90\x8b\x34\x87\x70\x8c\x6d\x51\xaa\x1a\xc8\xb6\xee\x94\xad\xb9\x2d\x9b\x9e\xf9\x5f\xba\x14\xd3\x66\x40\xd5\xa0\x3d\x25\x1e\x8a\x21\x6c\xfb\xa9\x4e\xbd\xc5\x9e\xb0\x2d\xca\xb5\xd4\xf9\x5f\xca\xea\x9f\x32\x5c\xb7\x6d\xb1\x26\x0b\x71\x22\x76\xa1\xb1\x5b\xcf\x0c\x4e\x79\x7a\xe2\xf5\xdc\xac\x63\x85\x97\x6c\x56\xa3\xa2\xb5\x6d\x56\xa3\x56\xde\x57\x52\x22\x36\xb9\xd5\xa8\x70\xbf\x6d\xb5\xe5\xb3\xd1\xa0\x52\xa0\xe0\x35\xdb\xac\x27\x01\x18\xdc\x9c\x0b\x2b\x07\x71\x5b\x5d\xfe\x38\xca\xf6\x66\x45\x88\x16\xac\x08\x45\x5b\xdf\x7e\x8a\xd0\x8a\xea\xb7\x59\x0f\xca\xd1\xdf\xa4\x07\x6d\x3d\xe6\x81\xcd\xc8\xac\xc6\x0b\x02\xb8\x24\xe5\x46\xdb\x54\x4a\x6e\x0d\xb7\xd9\x36\x73\x97\xca\x17\x2e\x5a\xb9\xf1\xc6\x7b\xd5\xf1\x83\x93\x48\xcf\x8c\x52\x26\x5e\x4e\xb3\x62\xd0\x93\x78\xb2\x6d\x45\x16\x5c\x06\x69\xa8\x15\x13\x59\x1c\x18\x97\xcb\x73\x33\xd6\x0a\x7e\x52\xac\xcd\xd1\xa0\x53\x28\x45\x5a\xda\x8a\xf0\x65\xf0\x1b\x61\xad\x50\xf2\xb7\x62\x57\x52\xf6\x4e\x31\xc2\x98\xc5\x15\xb8\x0a\xab\xc2\x56\xbc\x30\x99\x95\x6a\xe7\x51\xa4\xdc\xad\x3a\xef\xf0\xc2\x1b\x46\xe4\x70\xd8\xaa\xd2\x13\x30\x6d\x8a\x1d\x4f\x0d\xea\xb6\x49\xcb\xfa\x20\xec\x37\x07\x8f\x63\x0d\xdb\x14\xe8\x50\x3e\x7c\xf6\xa7\x77\x6d\x84\x1c\x6d\x55\x90\x9b\x8d\x0f\x0e\x73\xa9\xcc\x43\x7d\xcb\x9f\x87\x4e\xc5\x92\xa7\xea\x5e\xdb\xaa\x13\x51\x70\x64\xab\x55\xf3\x50\xa1\x78\xf1\x94\x00\x6f\x5b\x7b\x95\xd8\xac\x85\x03\xc8\xb1\xf9\x6d\xed\xd5\xcd\x33\xca\xf6\x5e\xda\x19\x55\xb3\x3d\x1e\x3e\x23\x45\xad\x11\x92\xb4\x35\xeb\xb9\xcc\xee\x5b\xfc\x19\xd6\x27\x55\x6c\x42\x40\xde\x1c\x22\x8e\x48\xbd\x35\xe9\xe7\xf0\x07\x97\x87\x5e\x58\xe3\xae\x50\x78\x18\x8c\x41\x56\x98\x6b\xb7\xd7\x59\x12\xb1\x75\xfb\x69\x62\x1b\xc1\x2d\x9b\x41\x56\x88\xf5\x9b\x41\x56\x58\x68\x37\xe3\xa8\xea\xa7\x53\xab\xf4\xac\x61\xb7\xaf\x20\x74\xbc\xb0\x29\x4e\xa8\x02\xc0\x3f\x16\xb0\x6d\xbc\xa0\x82\x34\xe1\x72\xce\x0b\x03\x97\x07\x64\x5e\x18\x86\xcb\x37\x2f\x4c\xce\x70\xd0\x25\x37\xea\x90\x8a\x0f\x1b\x50\x6c\x04\xb1\xd6\x6d\x1b\xaf\x8a\x9f\xe9\x12\x2c\x8a\x30\xcc\xb6\x0d\x43\x3c\x18\xd6\xe5\x23\x12\x4a\x86\x80\x2a\xac\xb2\x40\x51\x3d\xc2\xdc\x26\x50\xd4\xbc\xc0\x0e\x5d\xbd\x79\x61\x7e\x77\x45\x03\xc7\x02\xbf\xc9\x2b\x52\x93\xdd\xbb\x6d\x6f\xb5\xe6\xc1\x0f\xf6\xd9\x66\x50\xbb\x4d\x00\x19\xf4\xae\x10\xdb\xf5\x2f\xa1\xaa\x6d\xdb\x15\x88\xca\x9d\xef\x60\x71\x30\x93\x9b\x83\xc5\x01\x79\x6e\x6f\x6d\x3e\xae\x5c\x87\x82\x83\x72\xdc\x0e\xdb\x41\xf2\xc5\x61\x84\x08\x97\xee\xf1\xe2\x5c\xd2\xab\xd0\x51\x1f\xb3\xc5\x76\x38\x64\x93\x7d\x79\xd8\xf0\xc1\xdd\x77\x18\x6a\x01\x8b\x16\x5c\x6a\x99\xd9\x86\x0a\xdb\xe8\x04\x7f\x6d\x2e\x06\xdd\x3e\x03\x75\x7c\x6a\x0c\x60\xdb\x61\x78\x05\x23\x77\x58\xe7\xa7\x09\x85\x75\x72\xee\x4f\x87\xa7\xb2\xd7\x4f\xa3\x4a\xd8\x21\xf6\xf0\x00\xa0\xd9\x4e\xfb\xc1\xb8\x0a\x5c\x40\x1a\x2d\x67\x3b\x9d\x90\xfe\xf3\x89\x0d\xba\x9c\x97\xd3\x56\x9d\x90\xfa\x56\x87\xe6\x16\x3d\xdf\x6b\x99\x1f\x1e\xd9\x7d\xd2\xa4\x55\xaf\x64\x18\x6a\xdb\xe5\x30\x5a\xbe\xb8\x5c\x15\x38\x7d\x48\xd7\x5a\x97\xd8\x1b\xb7\x9f\xae\x55\x1a\xfc\x4b\xae\x9c\x15\x13\xda\x26\x04\xd5\xba\x44\x71\xd8\xe4\xcc\x59\x97\x4f\xa7\x2a\x2c\xcc\x3e\x50\x7a\xad\x95\x90\x8e\xed\xa7\x8f\x11\x55\xb6\xb9\x9e\x48\x4c\x9c\x9b\xd4\x2f\xec\x46\xdb\xad\x6b\xb9\xf3\x2c\x14\x18\xe2\xe8\xad\xfa\xd6\x70\x7a\x85\x79\x7f\x38\x82\x2a\x84\xac\xdb\xa7\xc1\x9f\xc4\x0b\x89\x0a\xec\xae\x1f\xb9\xe0\x96\xbb\x8a\x49\xbb\xe5\x1a\xc8\x9c\xdd\x52\x91\x3f\xcd\xc9\x08\x10\xc3\xd4\x26\x30\x55\xc5\x95\xbc\x3d\xaf\xc9\x30\x23\x7e\xec\x81\x44\x06\x77\xd0\xf5\x8a\x1c\xaf\x10\x8f\xc6\x09\x7e\x2c\xba\x64\xcc\xaa\x13\xb8\x32\xc7\x8f\x30\x1a\x61\x93\xc5\x09\xb4\xf0\x16\x94\xc9\xb7\x3a\x2f\x14\x0f\x61\xca\x0f\xbe\x01\x72\x2a\x8a\x33\x60\x01\xc4\x29\x93\x6d\xa5\x39\x8b\xe5\xc5\x29\x45\x80\x2a\xd3\xcb\x34\xfe\x0d\xb3\xcc\x06\x5b\x2d\xfc\xe0\x08\xe9\xe8\x0e\x65\xb6\x2d\x94\xe7\xb7\x46\x55\x06\xee\x1a\xd2\xd3\xa7\x89\x9f\x4e\x95\xc9\x2d\xd2\x4e\x5a\x4a\xe7\xb5\x22\x1c\x53\xe2\xd7\x5b\xb1\xe3\xa6\xf0\xbd\xa7\x92\x06\x4c\x45\x8e\x59\x51\xb8\x47\x78\x77\xf9\x29\x27\x2d\x99\x68\x5a\x59\x94\x4e\x9b\x01\x2c\xae\x23\xc7\xfb\x3a\xb6\x39\x94\x45\x5e\x97\x24\xb5\x6c\x65\xd1\x75\x53\x68\xcf\xdb\x27\x33\xa0\x50\x8d\xd4\xf4\x6c\x65\xb5\xf9\x78\xe2\x87\xe2\x38\xb4\xb4\xb8\xaa\xf6\x5a\x36\x60\x51\xed\x8a\xf5\xf3\xff\xe1\xa2\x52\xb4\x20\x50\x23\x2b\xbb\xaa\x84\x4d\x04\xdd\xa2\x58\xe2\x06\xe4\xa7\x6c\xd5\x56\xbe\x0c\x7a\xb3\x1d\xb0\xff\x25\xc1\x5c\x2b\x8a\x3c\x26\xb8\xb6\x58\x32\x67\x80\x9b\xc5\xdc\xce\x0b\x0a\x06\x84\x22\xf9\x2c\x92\xc4\xa5\x15\xb9\x28\x0a\xf2\x4b\xb1\x68\x8e\x4d\xbd\x14\x45\x79\x7d\xbe\x70\xde\xfc\x1c\xf2\xe2\xf2\x19\x90\xe8\xf2\x19\x8c\xb1\xd8\x9c\x4c\x03\x72\xb9\x32\xa4\x22\x03\x0b\x34\xa8\x78\x06\x38\xd1\x22\x49\xbc\xa0\xc7\x95\xaa\x7d\x13\x29\xa2\xa8\x48\xf3\xc4\xbe\xad\xb6\xb7\xd0\x80\x35\x1e\x36\xea\x4f\x8a\x5e\x57\x36\xe2\x4f\x8a\x5e\xd7\x89\x06\xa5\x88\xae\x74\x78\x99\xf9\x87\x84\xfa\xee\x74\xde\xf0\x56\x4b\x0f\x4d\x9c\x37\x82\x4f\x91\xcc\xdc\x93\x1a\xa4\x95\xa6\x60\x92\xc8\x39\xa5\x49\x9f\x89\xd4\x50\x5a\xd7\xff\x34\x28\xef\x15\x1d\x36\x17\x5b\x62\x2f\x5b\x1a\xc6\x9e\x5c\x9c\x30\x29\xd5\xaf\x5a\x69\x42\xa4\xf3\xdc\x5f\xe1\x2b\x6d\xca\xed\x50\xb8\x47\x4b\x37\xbe\x36\xea\x7e\xe9\x02\x74\x46\xf2\x2f\x3f\x61\xb7\x94\x88\xf5\xa5\xbb\x12\x7e\x96\x5e\x50\x21\x58\x52\x97\x49\x9b\x49\xe8\xef\xbc\x66\xe5\xba\xe7\x75\x30\x46\x85\x14\xb2\x19\xdf\x78\x01\x26\x7a\x28\x65\x5c\xac\x75\x65\x08\x56\xc3\xdf\xbe\x80\xd2\x81\x93\x18\xc1\x9a\xc7\xdb\x61\x5e\xd8\x65\x06\x86\x07\xed\xc2\x2f\x44\x4a\x2e\x0e\xc6\x65\xb3\x2b\x98\x36\x69\xcd\x5a\x91\x30\x57\x31\xbb\x97\xc3\xba\x50\x6c\x3a\xc5\x55\x1d\x98\x14\x99\xda\xc1\xdb\x17\x55\x75\xc0\x35\x5a\x0e\x1d\x2f\xb8\xe0\x4f\x4c\x6b\x80\xeb\xcb\xe1\xe3\xc5\xfb\x3a\x5e\x70\xc9\x43\xc7\x8b\x29\x3c\x6c\xa3\xcd\x14\xc9\xd2\x4e\xa0\x42\x39\x4d\x51\x66\xe0\x34\xd7\xce\x78\x7f\x12\xdb\xf2\xb9\x67\x24\xb0\x55\x22\xe0\xca\xb9\xe9\x83\x74\xa0\xaa\x0f\xe0\xc3\x8a\xaa\x3c\x00\xef\x2a\xa7\xbd\xcf\x6c\x3b\x85\xee\x7e\x98\xec\x29\x5b\x5d\xa5\x41\x01\x04\x98\x51\x97\x71\x60\x97\xaa\x8c\x03\xf9\x4c\xca\x35\xeb\x39\x33\x7c\x29\x28\x93\xbb\x55\x65\x18\xc0\x44\x96\x9f\x60\xb6\xae\xcc\xe8\x4f\x2e\x5b\x71\xf6\x97\x4b\x56\xbb\x8d\xf6\xcc\x3e\x32\xe3\x4a\xc1\xd3\x3e\x53\x7c\xc9\x90\xb5\xf1\xc2\xad\x0f\xf8\x5f\xdc\x83\x3d\xf3\x93\xdb\xd6\x95\x25\xb8\x65\xc8\x8a\xd6\x5f\x7e\x72\xdb\xba\xc2\x51\x7f\x72\xdb\xba\xb2\x09\x6f\x59\xf5\x38\x14\x12\xd3\x00\xf6\x96\xdb\x04\xff\x09\x8c\x50\x94\x70\x75\xfb\x74\x26\x01\x89\x0b\xec\x27\xa4\xad\xe0\x4f\xca\x23\x0b\x16\x6c\xe6\x11\xa6\x95\x23\xf7\xac\x7a\xce\xec\x3e\x9b\x9e\x33\x58\x25\x60\xdd\x98\x4d\x25\x60\xc5\x8f\x5f\x1e\x73\xca\x10\xab\x1c\xab\x6b\x7c\x1c\x45\x39\x56\x57\x76\xc3\x23\x4b\xd0\x42\x7b\x87\xda\xcb\xea\x3d\x82\x2e\xb0\x1b\x1e\xd3\x4b\xfb\x12\x10\xd9\x6d\x8f\xec\x25\xd1\x3e\xea\x24\xfa\xc3\x45\xeb\x64\xfa\xe7\x3c\xdb\xa6\x90\x0e\xaa\x32\xac\xae\xb9\x9e\xaa\xe4\xc5\x9a\xe4\xea\xad\xbe\x19\x53\x63\x38\xaa\x93\x02\x96\x0a\xcf\x4e\x4b\xb9\xd1\x84\x12\x73\x6e\x8c\xc1\x58\x86\x8d\x26\x6d\x05\xea\x79\xf6\x22\xfe\x5b\xa4\x3a\x4f\x22\x3a\x3d\xcc\x36\xfa\x6c\xbc\x20\xdb\x56\x64\xc1\x3a\x1b\x2a\x9d\x3d\x5b\x67\x9b\x78\xb2\x49\xeb\xec\xf0\xb3\xdc\xa2\x75\x7e\x4d\x3c\x35\x3f\x18\xca\xb0\xd2\xab\xa1\x0c\x2b\x6d\xd8\xe6\x13\x4d\xae\xce\xb6\xf9\x64\xf7\xd4\xf9\xbd\xe5\x18\x87\x6f\xb9\x74\xb2\xd8\xe6\x93\xa9\x12\xb2\x7e\x4a\x35\xaa\x56\x17\x65\x78\xa4\xc5\xc5\x26\x9e\xcf\x17\x82\x58\x33\x86\x45\x49\x7e\x37\x3e\xb0\x78\x9f\x5b\xb1\x2a\x8d\x2a\xda\x7a\x7d\x63\x8a\x07\x2d\xc8\x46\xb0\xb0\x47\x16\x5b\xaa\x72\x88\xea\xea\xbb\x99\x4e\x57\x1b\x46\x72\x8c\xea\x6a\x13\x10\xe3\x56\x60\xf1\xbc\x30\xee\x55\x09\xe3\xc2\xa8\xeb\x6a\x93\x10\x53\xb3\xda\x02\x44\x0b\xbb\x9e\xe9\xd3\xe5\x2b\x3b\x2d\x1a\xd2\x01\x65\xeb\x4b\x48\xb6\xc9\x66\xfc\x63\x4e\x6b\xdd\x84\xe9\x60\x23\x6e\xc6\x74\xe4\xb8\x56\x43\xec\xd9\xeb\x32\x4f\xcf\xed\xd3\x82\x22\x70\xd8\x57\xdb\x2b\x34\x64\x98\x12\x71\x4b\xd2\xce\xb6\x2a\x19\xb7\xcd\xec\xe6\x62\x33\x04\x2b\x24\xa9\xb7\x91\x88\xa4\x96\x45\xca\x13\xcf\x56\xb7\xd8\x89\x4a\xc7\x53\x09\x87\xa9\x45\x49\xb2\x98\xbc\xe2\xf4\x5f\xb1\xab\xd6\xe2\x20\x9d\x0c\xb3\x38\x48\x87\xdd\x5e\x9c\x35\x2b\x9a\x65\x2d\x4e\xff\xc5\xa2\x17\xe5\x93\x62\x10\x06\xd3\xe3\x35\xaf\x75\xd6\x0b\xe9\xb3\x3a\x4d\x53\x66\xa2\xbe\x4a\x62\xe8\xaa\x45\x2f\x64\xd4\x2f\xbc\x9e\xd9\x35\xbc\x1e\x8f\x4f\xad\x43\x66\x0c\x5a\x78\x83\x5b\x32\xc8\x9f\xb0\x5c\xc0\x6a\x54\x09\xcb\xeb\x32\x31\xc8\x5b\x2f\xd0\xe2\xbb\x3c\x59\x0d\xa5\xdb\x59\xd7\xf2\xa7\x2c\x09\xb5\x59\x4a\x8d\x0d\xa0\xca\xda\xdc\x93\xaf\xb1\x55\x59\x9b\xd7\x14\xf6\x6c\xb5\x49\x6c\xe5\x7f\x25\x30\x89\x70\x5e\x9b\xc0\x0b\x95\xf1\xec\x8e\x7c\xe5\x07\x55\xc7\x08\x01\x96\xac\x67\x06\xa0\x7a\xe7\x11\x68\x6a\x77\xb4\x7d\x44\xae\xda\x05\x6b\x8e\x3c\x50\x5d\x7e\x9a\xad\x21\x39\xfb\xc3\xc3\x84\xcf\x21\x5b\x5a\xed\x16\xf9\x68\xef\x90\x04\xc5\xf7\x16\x38\x2a\x1f\xc8\x9d\xcb\x76\xfe\x89\xd1\x9d\x6c\x6a\x55\x62\x74\xfb\xf4\x30\xe4\x1a\xe3\x02\x19\x92\x28\xe8\x71\x08\x51\xc8\xfd\xa1\x72\x0f\x2b\xa7\x41\xe5\x1c\xb6\x88\x48\x75\x28\xdf\x2b\x07\x6e\xbc\x9c\x3d\x2f\xc8\xd0\xdb\x92\xea\xae\x55\x19\x76\x67\x40\x89\x55\x86\xdd\x96\x7c\x7a\xad\xee\xb6\x71\xb2\xac\xfb\x6b\xb0\xe4\x07\xa7\x07\xe3\x6a\xdd\xdf\xbd\x48\xb7\x4e\x48\x91\x47\x15\x14\x8e\xf7\xad\x1e\xc2\x2b\x30\x6f\x2a\x9a\x90\xa2\x0e\xad\x1e\x96\x4d\xb2\x13\x64\x65\x6d\x24\xbe\xab\xc7\x7b\x75\xd3\xa2\x27\x22\x13\x75\xd8\xf4\xc3\x89\x3c\x1c\xaa\xc7\xcc\xd8\xa8\x9a\x62\x7b\xad\x1e\x4e\x9a\xf1\xef\xf1\x34\xa2\x38\x7f\x4b\xfe\x1e\xd0\x24\xf1\x1b\xcf\x4a\x95\xfd\x74\x7c\xbe\x97\xf9\x94\xdd\x7c\xfa\x34\xd0\xde\xd0\x66\x0b\xcd\x4e\xa4\x13\x1b\x5e\x95\xed\xb4\x7d\x38\xa1\xab\xa2\x21\xbe\xa8\x2a\x1a\x39\x0a\xeb\xa5\xaa\x61\x34\xa0\x50\xd2\x8a\xd1\xbf\xca\xee\xd9\xfb\xa0\x05\x09\xd8\xc8\x3b\x97\x10\xc4\x8d\x1e\x4f\x2d\x0b\x3d\x58\x64\xcb\x14\xdc\x52\x0a\x63\x18\xaa\xb7\x85\x97\x74\x78\xeb\xca\x87\x6d\xde\x0a\x76\x65\x84\x4e\x67\xb9\xc0\xaa\x6f\x65\x95\x65\x0e\x85\x72\x9f\x41\x9b\xd6\x7b\xd7\x25\x45\x8b\x66\xe5\x30\xbd\xfb\xc5\x0d\xf2\x83\x9c\xd9\xf4\xa0\x80\x4c\x7a\x78\x84\x57\x83\xa7\x3d\xc2\xab\x71\xe9\x3d\x2f\x70\x3f\xcf\xca\x94\xd5\x78\x36\x4b\xe1\x7d\x25\xf7\x8a\x69\xae\x3e\xd2\x73\xd9\x35\xb2\x9b\x0e\xa6\x58\x10\x93\xc1\xa2\x0a\x47\x8f\xc1\xbc\x0a\x47\x3f\x7d\xc6\x2b\x43\x14\x27\x49\x99\x72\x46\x94\xc2\xa6\x70\x52\xb2\xc0\x35\x09\xbd\xc9\x97\xdf\x9a\xeb\x1c\x87\x65\xb6\xc9\xfd\xf3\x6c\x3d\x9c\xf7\xa5\x87\xc7\x94\xd0\x5c\x23\x00\x07\x70\x53\xe1\x62\x90\xb5\x6d\x96\x1a\x1b\x91\xab\xcd\x8b\xfe\xff\x93\x1b\xa8\xfd\xa4\xdf\x86\x1b\xb6\xfd\x84\xdd\x86\x23\xb1\xcd\xd2\xc1\xe3\x6c\x6b\x3f\x31\xb5\x11\x0e\xd4\x6c\x19\xc5\xf9\xd2\x54\x86\x18\x11\xb1\x2d\xea\x20\xf2\x5f\x53\xb8\x67\x45\x49\x6e\xca\x74\x83\xeb\xad\x29\xda\xb3\xe1\x59\x69\x3f\xa9\xb4\x21\xf7\xb6\x45\x66\x84\xc6\xb3\xcc\x08\x4c\xa8\x33\xdf\xac\x59\xe1\x26\xb4\x05\x99\x28\xdb\xe2\x3b\x23\x13\x28\xd0\x39\xc7\xbe\xfd\xc4\xcb\x0e\xeb\x6b\xab\x47\x98\x0e\x57\x21\x7a\x18\xc0\x2a\x50\x2a\x03\x58\x55\xff\x8f\x1d\xb0\xfa\xd2\xe3\x7d\x59\x01\xb2\xe3\x9b\xca\x8a\x11\x6d\xdc\x56\x59\xa3\xd9\x61\xab\xc6\x3f\xd3\xbe\xee\x40\x76\x88\xa3\x41\xf1\x99\xb5\xcd\x2e\x9d\xc8\x8d\x6d\x93\xda\x1c\x36\xd1\x54\x58\x8c\xb0\xdd\xb6\x99\x2d\xf1\xbe\xd4\xfa\x42\x0f\x3a\xd2\xb1\x0d\xb5\x9f\x1c\xba\xae\xcc\x88\x50\x10\x1b\x33\x28\xd0\xc3\xc6\x16\x2d\xbe\x5d\xb2\xa4\x45\x9a\x2f\x14\x09\x1c\xde\x70\xf2\xb5\xa2\x5b\x97\x5d\xa5\x04\x33\x1b\x9b\x44\x55\xbf\x40\xf7\x34\x25\x9c\xc1\x4a\xd9\x8c\x81\x08\x1f\x6c\xd5\x7c\x33\x03\xaa\x52\xdd\x23\xbc\x37\x55\xf1\x02\x6d\xd4\x94\x30\x06\x3b\x69\x53\xc2\x18\xd0\x49\xed\x27\x4c\x8e\x8d\x09\x50\xc2\x98\x16\x59\xbf\x55\x8f\x3f\x13\x2c\xbb\x2c\xbe\x9a\x56\x3d\x7e\xfa\xf7\xf8\x19\x9f\xf8\x3e\x67\xe0\xc5\x36\x14\x3e\x70\xbe\x11\x96\xd4\xa5\x87\x51\x3f\x9a\x33\x33\x62\xc9\x6d\xcd\x18\x9f\xb0\xf6\xd6\x84\x2c\x89\xd4\xd1\x9a\xeb\xf7\xb1\xf1\x9a\xdd\xe2\x9c\x9c\xf6\x6a\xdf\xfc\x20\xed\x9b\x8d\xd4\xde\x71\xd2\x87\x0a\x63\xb0\xb3\xde\x74\x30\xb9\xc1\xda\x9b\x0e\x26\x4a\x67\x7b\xd3\xc1\xe4\x8e\x6c\xdd\x20\x0c\x3a\x71\x7e\x18\xfa\x78\xf3\xc3\x44\xc6\x6b\x5d\xb1\x07\x10\xf6\x02\x15\x58\x1e\x27\x7c\x21\xdd\x62\x33\x72\x81\xfd\xd3\x95\x2a\x84\xf5\x72\xe6\xfa\xca\x02\x39\x73\x3d\x1b\xc6\xf9\x5f\x2a\x2d\xc8\x7c\x4b\xda\xcb\xa6\xd0\xce\x0d\xb4\x52\x7b\x71\x0c\x9f\x2f\xa4\x1f\x2e\x8c\xd2\xe9\x5d\xe6\xc1\x0f\x8e\x55\x60\xd8\x2f\x90\x81\x7d\x34\x2c\x84\x41\xfa\xb0\x62\xcb\x40\x87\x15\x5b\xb6\xb2\x53\xd9\xc3\x2d\x5f\xa0\x02\x67\x67\xb7\x0c\x91\x16\x04\x3b\xc0\xe2\xd2\x9c\x88\x1e\x64\x57\xdb\x2d\x32\xfc\x29\x3b\x4f\x33\xcc\x80\x80\x9a\xb6\x5b\x2b\xce\xc4\xed\xca\x4b\xc1\xe2\xee\x56\xb2\xb8\x61\x8c\x3a\x88\x60\xda\x8c\x3a\x00\x00\xd5\x8c\x3a\x00\x08\xd4\x8e\x55\x5f\x84\xa2\xc3\x12\x7a\x04\xf2\x26\x14\xc2\x4c\x54\x4f\x13\x0a\x61\x06\xb6\xd5\x8e\x57\x99\xcf\x2c\x38\x57\x24\x39\x07\xdb\xf1\x2a\xc1\x7c\xf2\x23\x04\x71\xb3\x39\xc1\x3c\xd9\x50\x9a\x31\x06\xac\xc4\x8b\x20\x60\x87\x48\x20\x2e\x44\x38\x37\x47\x89\x02\xf9\x6d\xa7\x6b\x9f\xb1\x78\xa7\xfd\x18\x21\x55\x80\x81\x4e\xce\x96\x76\xbe\x71\x20\x34\x21\x79\x2e\xb5\x73\x5b\x13\x62\x60\x05\x26\xd5\x7e\x62\x70\x69\xdc\xe0\x4a\xb1\xb2\xe2\x48\x6b\xd7\xeb\x4d\xcf\xf4\x5d\x4d\xd9\x78\x79\xde\x95\x39\x97\x2e\xe4\xca\xe6\xd1\x22\x57\x86\x74\x39\xe9\x30\x83\xbe\x74\x1f\x31\x82\x5b\x46\x3e\x2e\x40\x95\xfb\x8d\xc8\xd7\x6e\xe7\x74\xe6\x6f\x87\x3c\x84\x20\x49\xc5\x15\x35\xb4\xdd\x16\x29\xb2\x96\xb7\xdc\x66\xd1\xa3\xdb\x4f\xe6\x5d\x57\xee\xb7\x5b\xd7\xcd\x46\x87\x4a\x00\x03\x0b\x73\xee\x14\xc0\x91\xed\x71\xd0\x34\xcc\x59\x52\x2f\x15\x9d\x5b\x7b\x8c\x67\xcd\xe3\xe6\x5d\xcf\x07\x4d\x62\x6f\x76\xfd\x23\x7f\x10\x5b\xe3\x51\x40\x70\xa7\x01\xc5\xcf\xc6\xc0\xd2\x1e\x05\x04\xc7\x02\xd6\x1e\x79\xb0\x3a\xfd\x5f\x0e\x04\xcc\xb3\x40\xfd\xc4\x93\x76\x59\x7f\x53\x79\xaa\xf5\x49\x71\x0a\x9d\xff\x15\x96\x10\x29\xa9\x4f\x0a\x4b\x08\x45\x5d\xb6\xe0\x32\x32\x69\x7d\x92\xb1\x22\x82\x7c\x9f\xe4\xf4\xfe\x74\xa0\xc0\x89\xec\x8a\x2e\x39\x18\x9f\x5e\x9f\x3d\x80\xb4\x27\x43\x2e\xa9\xac\xfb\xfc\xb2\xd3\x92\x1f\x4e\xff\x90\x21\xce\x72\x28\x41\x82\xd3\xa0\x23\x96\xf4\x59\x99\x52\x73\xc6\xfb\x22\xad\x3a\x8b\xd0\x8d\x03\x08\xf7\xed\xaf\x30\x1c\x12\x5e\x61\x98\xef\xe5\x40\xca\x22\x74\x05\x78\x7e\xfa\x5b\xe4\x50\x62\x0a\x7e\xa2\x6f\x43\xe7\xee\x8b\x34\xda\x95\xfe\x65\x4e\x09\xc3\xe8\x8b\xa4\xf7\x95\xf6\x4f\xf5\xcf\xff\x26\x98\xf1\xde\x7a\x9f\xfe\xe5\x41\xcb\xf5\xd2\x57\xd1\xcb\x12\xac\xa6\x37\xe3\x5b\xe5\x41\xeb\xfc\x2f\x7a\x73\x09\xf6\x55\x1e\x77\x96\x68\x95\xb6\x91\x4d\xd6\x25\x49\x03\x96\xed\x92\xa4\xc1\x08\xf7\x37\x7a\x33\x2a\x7d\x97\xdd\xb6\x6e\x33\x6f\x28\xa7\xd7\xf6\xb7\x74\xd8\x5d\x20\x86\x82\xbb\xa1\x6f\x02\xf7\xd3\xe1\xe6\x14\x96\xb1\xdd\x74\x49\xce\x00\xc7\xfa\xe6\x72\x69\xd1\x7e\xfb\xd6\x25\xac\xf3\x2c\xe1\x3f\x92\x5c\x97\xa8\x0d\x4c\xac\x6f\xce\xcb\x54\x79\xe1\xd4\x0b\x99\x23\xc9\xe2\x08\xf7\x7d\x93\xf4\xcf\x26\x2d\xf2\x09\x86\xb7\x76\x67\x83\x24\x17\x58\x57\xcd\x5e\x34\xb4\x5e\x5e\xb7\x66\x86\x58\x4c\x64\xe5\x07\xb3\x3b\x9a\x34\xbb\xa3\x05\xb1\x5f\x8e\xb2\x6a\xe6\xb6\x18\x66\xba\x6a\xe4\x92\x84\xbf\x57\x67\x86\x8e\x6c\xda\x55\xe4\x96\x90\x84\x5e\x05\xb6\xcf\x05\xd0\xab\xf4\x91\xe8\xf0\xbd\xda\x4c\xc2\xf7\x36\x93\xf0\x2c\x7d\x85\x6d\x51\x7d\x3f\xf0\xbf\xf4\x15\xe6\xb0\x69\xc0\x8d\x67\xb9\x21\x99\x00\x61\x12\x36\xf6\xbd\x31\x09\x58\x7e\x7a\x93\xab\x8d\x83\xde\x24\xbf\x47\x48\xe9\xaf\x1c\x5c\x69\x41\xbe\xb5\x88\xbd\xbd\xeb\xc6\xe2\xa4\x49\x0c\xde\x80\xf8\xf4\x9f\xd4\x3b\x36\x8e\x46\x97\x4a\xc5\x32\x77\x69\x20\xec\xa3\x6e\xe9\xfe\xf3\x82\xa4\xfb\x88\x69\xbd\x7b\x88\xa1\x51\x22\xed\x27\x4b\x59\xef\xbe\xc4\x18\xd2\xa3\x1e\xf2\xff\x90\xfb\x2f\x97\x5a\x97\x25\xb5\x45\x25\xe9\xc3\x23\xcc\xf7\x43\x4a\x5f\xf4\xf6\x3e\xa4\xf4\xc1\x8c\x6c\x59\x85\x99\x0d\xe9\x78\x6c\xfc\xf1\xce\x21\x0d\x5a\x97\xc8\x24\x3b\xf1\x20\x60\xec\xae\xca\xb7\x1b\xec\x76\xb7\x2a\xc1\xba\x0a\x73\x4b\x94\x4a\x77\xda\x41\x8c\x45\xdd\x69\x07\x01\x99\x77\x55\x5d\xc2\x02\xde\x77\x9b\x41\x3f\x3f\xc8\x83\xc9\xde\x77\xd6\x41\xd0\xdd\x7d\x77\x0e\xcd\xcf\x1b\x56\xa2\xd8\xad\xbb\x01\x2e\x1f\xc2\x2c\xe2\x32\x35\x87\x3c\xb1\xb0\xa9\xc3\x36\xe6\xa8\x0a\xfd\x78\x95\xa6\xb4\x79\x98\xd2\x2c\xce\x61\x4a\x63\xa9\xef\x92\x68\x0b\x39\xb0\xbb\x0c\xbc\x8d\x2c\xfb\xdd\x12\x2d\x69\xb5\xbb\x2d\xbe\x48\x00\x87\x4d\xdf\xdc\xe0\x87\xb4\xa6\x78\x4e\xbb\x92\x0e\x92\x21\xbe\x9f\xd6\xc2\xd3\xe5\xa9\x32\xad\x50\x71\xda\xe8\xcc\xa9\x38\x5f\xc5\x8d\x2f\xac\xb8\xb1\xe9\x4e\x8f\x29\x43\x38\xad\xc8\x65\xcc\xa7\xfd\xac\x4c\xdd\x69\x4d\x0e\x2a\x4e\xfb\x59\xa3\x3f\xf4\xd3\xaa\x1c\xc3\x56\xce\x41\xe2\xf0\xfa\x65\x70\x3d\x74\x5e\x8b\x8f\x12\x6f\xac\x26\xe4\x4f\xd1\x41\x5d\xf2\xf3\x44\x3d\x83\xee\xf2\xb5\x8c\xf9\x7a\xe7\x25\xd3\x20\x80\x6d\xc5\xcf\xd2\x2f\x39\x38\x11\xb6\x2e\xeb\x81\x9f\x26\xad\xf6\x41\xb6\x6b\x25\x2d\x10\xe1\x52\x48\x0b\x64\x2a\x40\xb1\xa3\xf8\xf5\xdb\x1a\x2b\x13\x63\xe3\x31\xe2\xc0\x2d\xb7\x6b\xa3\x49\xeb\xab\xac\xce\x6d\x7d\x15\xca\x54\x03\x17\x53\x59\x77\xb9\xa3\x05\x26\x73\x2b\xfc\x79\x7c\xde\xb0\x68\x9d\x16\x1e\x87\x92\x72\xbc\x8c\xa4\xa5\xe8\x46\x77\x5a\x42\x70\x1c\x5d\x61\x8c\x33\x16\xd5\xee\x3c\x85\xd1\x5f\xfa\xe3\xaa\x17\x31\xdf\xf4\x47\x2a\x2f\xbb\xee\xb1\x95\x1c\x5e\xa5\x02\x48\xd8\xe5\xbb\xa4\xe7\xb9\x7d\x5a\xb8\xfd\x05\x7d\x3c\x7e\xe3\xdf\x4e\x1d\x93\x0a\x35\x45\x67\x1a\x93\x87\x1d\x1b\xd3\x70\x79\x23\xf0\x1e\x63\xb2\x96\x9a\x3b\x60\x4c\xce\xf8\xbb\xd2\x86\x3d\xb3\x59\xb1\xe1\xbc\x82\x30\x8e\x31\x29\x7d\x62\x26\x6b\xcc\x76\x28\x6f\xfc\x60\x5c\x7b\xb6\xc5\x98\xad\x95\x66\xe3\x8c\xb7\x3e\xd1\xe0\x93\x21\x9d\x93\x17\x0c\x52\x8f\x17\x64\xbc\xf5\x87\xa2\xf9\x0e\x81\x1f\x16\xe2\x7f\x87\x24\xef\x25\xf5\x09\xdb\x58\xac\x30\x05\x9c\x33\x84\x76\x58\x7a\xac\x59\xc3\x15\x88\x7a\xb4\xfc\x21\xb8\xc3\x92\xe2\xf4\x6d\xfc\xa4\xeb\x42\x68\xfd\x70\xc1\x21\x92\x2e\x8f\x9f\xf8\x5c\x40\x99\x8f\x45\x39\x13\x22\x96\x8c\x9f\xf8\x5c\x00\x7d\x8f\xc5\xd9\x0e\x57\x7e\xb0\x35\x3c\x02\xf9\x10\xfc\x61\x25\x0e\x6a\x08\xed\xb0\x12\x62\x34\x84\x76\xe8\x40\xe3\x87\xd0\x0e\x1d\xb8\xfd\x58\xad\xfa\x85\xa7\x8d\xf5\x05\xe4\x87\xd2\x55\x31\x64\x84\x03\x0d\x85\xf3\xad\x14\x34\x18\x12\x9c\x57\xcc\xf2\x63\x35\xd2\x2b\x8f\x6f\x42\x44\xfe\xb7\x2f\xac\x30\x0a\x25\xbc\x2a\x0c\xc2\xfa\x20\x5d\xca\xe1\x18\xd1\x7f\x6c\x4a\x3b\x10\x55\x69\x6c\x72\xde\x7d\x9e\xa5\x1e\x46\x75\x1a\x82\x0f\xa7\x56\x67\x1b\x12\xac\xc7\xe7\x7f\xb9\x71\xa2\xaa\x0c\x85\xf2\x81\xe0\x18\x9b\xdc\x28\x9f\xef\xe5\xc6\xf9\xbc\x2f\x44\xfe\xe7\x7d\xa9\x36\x61\x4d\xa3\x48\xb5\x61\x07\x16\xa9\x36\x6c\xfb\x22\x55\x8e\x5d\x5f\xa4\xda\x70\x4e\x8a\xb0\x81\x1c\xac\x62\xd5\x2e\xf3\x55\x94\xc9\x82\x2d\x5f\xa4\xea\x0c\xda\x57\x66\x08\xa0\x71\x43\xa8\x8a\x4f\x42\xd6\x61\xf4\x71\x34\x8d\x61\xf4\x71\x38\xfa\x28\x52\xee\x38\xeb\x46\x1f\x73\x84\x8a\xe0\x91\xe3\x4f\x77\xd2\x28\xd2\x74\x39\x6e\xd5\xd3\x93\xce\xaa\x90\x87\xec\x6b\x85\x0c\x96\xc1\xe8\x04\x5d\x06\x13\x32\x04\x5d\xe6\x8a\x1c\x55\x60\xd1\x4e\x03\x4d\xff\xf3\xbd\x9c\x28\xac\x67\x95\x93\x84\xfd\x56\x05\x9d\x64\x3d\x5f\x91\x3e\xb3\xe5\x1c\x2c\xc8\x4c\xa3\x59\x29\x49\x07\x4d\x06\x96\x5c\x99\xa3\xc9\x47\x92\xcb\x6b\xbc\x3a\x40\xd6\xa3\xc9\x84\x9f\x4b\x62\xfc\x44\xfe\xb1\x71\xd4\x9b\x4c\xf6\x2b\x03\x30\x78\x27\xaa\xe9\x78\x55\x80\x0c\xc8\x60\x0a\x0c\xa9\xa3\x5b\xc0\xce\x08\xba\xbc\x2a\xd1\x9e\x87\x51\xcc\x60\xaf\x47\xb7\xab\x8c\x4d\xa9\x10\xbd\x96\x6a\xde\x6d\xd8\xf2\x8d\x91\x64\x74\x19\xec\x23\x7b\x8e\x17\x76\x1c\xd5\x6a\x38\x4d\x39\x20\x97\xe1\x12\xac\xd8\x5d\xc6\x9b\xa4\x90\x99\x72\x09\x56\x12\x7b\x8d\x37\x49\x61\x14\xc4\xe1\x12\xac\x64\xd2\x1a\x6f\x96\x42\x66\x7f\xbc\x72\x35\xe3\x78\x6b\x32\xd1\xa8\x31\x75\x70\xa4\x17\x79\x11\x49\x7b\x38\x97\xf9\x87\x89\xc9\xd6\xdd\xb0\xc3\x0d\xe5\x4e\xd9\xb0\x9a\x0d\xab\x10\xe4\xcd\x1b\xce\x5d\x4e\x1e\xba\x61\x1d\x82\xc4\x76\xc3\x70\x8e\xe5\xf3\x86\xc2\x06\x40\x3b\x0d\x57\x6e\x65\x4a\x6d\x30\xff\xb4\x60\x83\x39\x67\x41\x19\x54\xda\xfc\x69\xd2\xe2\x44\x28\x7b\x8d\xe4\xb0\xef\xfd\xbd\xc7\xb3\x28\xbb\xc1\x16\x1b\x9f\xf8\x62\xcf\x17\x87\x11\x56\x30\x9c\xc3\x08\x2b\x9e\x5f\x0b\x64\x86\x2d\x2b\x39\x49\x69\x87\x54\x88\x95\x54\x4a\x43\x2a\xc4\x4a\x1d\xa0\x21\xa3\xf8\x4a\xa1\x9f\xf1\xd3\x29\x2a\x9a\xce\x38\x7c\x88\x43\xe7\x71\x69\xc7\xf3\xbe\xfd\x8c\x79\x74\x89\xbb\xbc\xee\xa0\x3b\x76\x91\x63\xee\xb8\x9f\x5d\x3a\x29\x75\xb4\xdb\x38\x8d\x0d\x08\x09\xa7\x0f\x0c\x1d\x9e\x0e\xaa\xe2\x83\x61\x2b\x67\x9e\x77\xc7\x7d\xf2\x82\xbc\xf3\xf0\xc1\xb7\xd8\x12\xf3\xae\x62\x4b\xd3\xa7\x4b\x59\x31\x61\xa4\xa7\xac\x98\xdc\x33\xb2\xae\x0f\xbc\xcd\xe3\xf2\x75\xcf\x4d\x7b\xf9\xa6\xcc\x2c\x2b\xd5\x09\x09\x20\x86\xaa\x29\x7d\x0e\x8a\x52\x99\x14\x36\x93\x52\x99\x14\x4e\x85\xaa\x25\x15\xb6\xfc\xf5\xe8\xfb\xb4\xa7\x62\x49\xa9\xda\xdc\x86\x33\x99\x50\x7e\x69\xfc\x34\x85\x05\x5c\xf2\x70\xb5\xa4\x18\x9c\xc6\x5d\xd5\x60\x48\xfe\xa9\x09\x0b\x10\xdc\x21\xeb\xfa\xf6\xb7\xd4\xd8\x43\x69\x16\x0b\xa7\xfe\x36\x35\x8c\xd6\xd4\xa4\x71\x97\x62\xfa\x88\xbc\xb2\x9c\x7f\xc2\x66\x87\x72\x8e\x00\xb6\x1a\x4a\x31\xf2\x39\xbe\x8f\x8c\x4d\x91\x1c\x76\xc1\xa0\xd7\x85\x67\x5f\x24\x23\xcf\xba\x48\x62\x90\xdb\x95\x10\x84\xaa\x95\xfb\x4f\x4c\x5f\xd7\x88\xed\xbb\xa4\xf4\x0e\x74\x6b\x9f\x84\xca\x8f\x32\xb1\x2b\x2f\x22\x85\x1d\xf7\x49\x28\xfc\x85\x06\x65\x9e\xeb\xbc\x2f\xf3\xdc\xc2\x00\x5c\x23\x30\x66\x8f\xdd\x18\xe8\xac\xe8\x3e\xcb\x4e\x12\x59\x65\x9f\x75\xd1\x64\xca\xf6\x59\xb6\xa7\x8d\xef\x05\x64\x8f\x31\x61\x9f\x65\xd9\xc9\xb5\xb3\xcf\xb2\x45\xe5\xaa\xdd\x67\x5f\x95\xf4\x27\x6b\x59\x98\xd5\xae\xea\x4a\x44\x98\xee\xb3\x2c\x4f\x95\xfe\x75\x53\xe6\x9e\xdb\x17\x99\x3f\x62\x73\xd9\x17\x8f\x37\x13\xb8\xf8\x7a\x61\xc9\x0c\x5c\x46\xda\xdb\x17\x67\x6d\x62\x51\x16\x5b\x65\x98\xe4\xe5\xcd\x04\x91\x41\x2f\x76\x80\x7c\x7a\x51\x52\x6e\x66\x75\xb1\x0b\x9e\x36\x57\xdf\xa5\x2c\xcc\x2a\x7b\x47\x14\x8e\x5d\xb2\xfe\x00\x69\xb2\xaf\x72\x54\x67\x33\xef\xeb\x6b\xde\xc8\x20\x54\x27\xf4\x13\x52\xbd\xaf\xb2\x6f\x14\x5a\xb0\xc9\x85\x2e\x2e\xfd\x1f\xb2\x2c\xa6\x2f\x8c\x7a\x15\x8a\x9c\xb5\xdd\x6c\xdc\x48\x8f\xdb\x5b\xf7\x2f\x2d\x6c\xef\x7d\x97\xb9\x74\x1e\x0e\xa2\x25\xf7\x4d\xf7\x1d\x64\x1b\xe8\xbc\xe4\xc2\xdb\x25\xbb\xcf\x4b\x58\xd0\x2e\xe1\xfd\x53\x36\x66\xdf\x6c\x35\xe3\x10\xfd\xc4\xf7\x0d\xf1\x6e\xdf\x64\x28\x60\xae\x8b\x95\x61\x5a\x28\xf6\xd0\xc6\xf8\xb7\x17\xdf\xba\x99\x99\xe2\x5b\x37\x12\xe9\x2e\x94\xf2\x0c\xa8\x63\x2f\xef\x2d\xcb\x27\xa7\x7f\x08\xa5\xc5\xc5\x05\x98\xad\x9f\x58\x5c\x70\x88\xec\xd5\x15\xae\xc2\x4c\xf6\x6a\x5d\x98\x17\x54\x8a\x97\xf5\x14\xb0\x63\xe9\x91\x12\x77\x67\xe5\xe6\x8e\xdc\x2d\x97\x66\x2e\x5b\x11\x24\x37\x74\x3b\x31\x60\x64\xaf\xbd\xc9\x0f\x38\x68\xcf\x37\x5a\x3a\xb4\x29\x7b\xa5\x3d\xf9\x01\x07\xed\x5d\xa6\x20\x6b\xd5\x7c\x81\xd1\x81\xe2\x2c\x73\xa1\xed\x5d\x6e\xb8\x28\x36\xbb\x2c\xd9\xe3\xf3\xec\xb2\x60\xd1\x53\xf6\xbe\x89\xfd\xa7\x03\xe5\xfc\x23\xb2\x6d\xef\x0a\x1b\x63\xf7\x74\xe1\xbf\xe0\x06\xdd\xf7\x1d\xff\xcb\x09\xc6\x76\x34\xa6\x98\x19\x32\x44\x98\x25\x18\x72\x98\xfc\x2d\x46\x68\x97\x38\xdc\x40\x24\xef\x43\x98\xd0\x48\x90\xbb\xa4\xe1\x3e\x16\x7e\x90\xa2\x13\xb1\x69\x1f\x56\x74\x32\x3c\x03\x8c\xd9\x64\x3f\x51\x78\x5d\xd9\x63\xc3\xb7\x01\xed\xc9\x37\xc2\x49\x18\xf7\x8f\xf9\xc1\x01\x76\x31\x43\x78\xc8\x2e\xe6\x0d\x07\x78\x2d\xd6\x8c\xd8\x16\xeb\xc6\x0b\xca\xbc\x12\xc9\x7b\xdf\x65\xb5\xe5\xbc\xef\xe2\x18\x91\x27\x76\x49\x92\x9f\x04\xa5\xbb\x01\x17\xa4\xc2\xdf\x6d\x8d\xae\x9f\x1f\x1c\x9a\xc2\x1a\xda\x1c\x4d\x16\xc2\xdd\x88\x0b\xd2\xe7\xef\x46\x5c\x50\x48\x76\x37\xe2\x62\xf9\x7c\xf2\x72\x15\xc6\x21\x23\x28\xb7\x80\xec\xd3\x9f\xdc\xe8\xbb\xca\xe4\x74\x32\x79\xee\x87\xad\x72\x1c\xb6\xc3\xd6\xc5\xbc\x20\xf8\x44\x2a\xcc\xb7\x5d\xf2\x62\xc1\x49\xb2\x3b\x79\x1e\x6a\xe4\x7e\x3a\xb3\x41\xfa\x3c\x05\x6d\xe0\xd1\xe9\xd3\xb9\x02\x54\x5b\x93\x30\xcd\xdd\x95\xf5\x97\xc8\xcc\xfb\x25\x9f\x2f\x97\xe3\x65\xe9\x29\x2d\xaa\x6e\xfe\x27\x0f\xce\x2e\xdb\x6f\x07\x85\xbc\x0b\x4e\xb1\x11\xbb\xbd\x5f\x3e\xe3\x5c\xe0\x3f\x11\x70\x25\xf6\x74\x57\x98\x1e\x11\xb7\xbb\x45\x40\x8c\x93\xbb\xe3\xf2\xe0\xa5\x8e\xcb\x63\x8f\xdd\x96\x79\x32\x8f\x8e\xd3\x63\x69\x94\x4f\x61\xdb\x3e\x2f\x0c\xc3\xa3\x78\xe3\x25\x8b\x26\x25\x44\xb0\x0d\x6f\x69\xb2\x11\xfe\xf7\xdb\xee\xa2\x4e\x93\x72\x17\xb1\x76\x8f\xcc\x7f\xcc\x82\xcb\xda\x77\xe6\x49\x56\x5d\x0a\x91\xec\x8f\x59\x65\x66\xc5\x90\x09\x38\x9f\x91\xc1\x9f\xb5\x93\xd5\x77\x7c\x9e\x8d\x1f\xa8\xfc\x60\xde\xf9\xaf\x87\x63\x92\xd1\x28\xff\x1f\xc2\x4c\x94\x5c\xd6\xc7\x64\x49\xba\xe7\xd9\x7b\x61\xe4\x59\xac\x2f\x24\x1e\xc2\x12\x97\x1c\xed\x63\xf2\x09\x28\xfc\x20\x30\x31\xd6\xc6\x43\x20\x8b\x92\x59\x3c\x04\xb2\x28\x61\x77\x87\xc1\xc6\xf1\x87\x1d\x3f\xd1\x71\x01\xc9\x79\x18\x6c\x9c\x49\x3d\x8c\x27\xce\xee\x3d\x66\xa3\xb5\x23\x6f\x1c\x4a\xcd\xc0\x0d\x7a\x38\xa7\xf6\xa0\x01\x49\xe3\x85\x01\x48\x1a\xcf\x7d\x76\x28\x4f\x1c\xa6\xf8\x63\x96\x3b\x9c\x29\x9d\x9d\x1e\x35\x7b\xfb\x10\x46\xa3\x47\x7d\x3a\x94\x74\x9b\x7d\x75\x28\x71\x1c\x47\xfe\x50\xe2\x38\x14\xe9\xc3\xf8\xe4\x1c\xaf\x63\x11\xfa\x37\xbb\xe0\x50\x31\x9a\x82\x73\xfb\x58\x6c\xb9\xe2\xd9\xc2\x4e\xe1\x0b\x93\xf8\xa7\x0b\xe8\x50\x9e\x39\x4c\x03\xc7\x22\x70\x70\xee\xeb\xc3\xe0\xe6\xc2\xf0\x3c\x1f\x90\xaf\xdb\x2f\x27\xf7\x58\x7d\xfb\xf1\x2c\x43\x1e\x83\x53\x2a\x39\x8c\x15\x87\xc1\xd1\x11\x30\x0f\x83\xa3\xc3\x00\x0f\x83\xa3\x73\xbb\x1f\xab\xd6\x37\x6c\xfb\x58\xdf\x1a\xca\x34\x28\x82\x62\x78\x3d\x36\x19\xee\xd8\x00\xc6\x64\x90\xc0\xf0\x90\x44\x5a\x06\x7b\xce\x68\x66\x26\xd8\x68\x66\x48\x56\xc5\x4e\x0a\x24\x1f\x9b\x82\x82\xd9\x01\x82\x68\x50\x5d\xe2\x50\x05\xcf\x35\xa2\xe4\x61\x34\x74\x58\xf8\xb1\x49\xff\x5a\xf9\x5e\xfa\x17\x4b\xb0\x49\xff\x5a\x79\x5f\x56\x0c\x76\x88\xd1\xd2\x91\x08\x8e\x22\x85\x32\x32\xe2\x51\xe6\xdf\x73\xd4\xb1\x43\xb5\x72\xf0\xe2\x1c\x45\xb1\x3a\x11\xd9\x8e\x62\x21\x93\x33\x50\x4c\x70\x3a\x2c\x26\x30\x1d\x54\xeb\x4f\x21\x40\xe5\x34\x37\x0e\x75\xb5\x0f\x22\xde\xaa\x43\xf5\x34\x01\x84\x1c\x55\xae\x7d\x36\x51\x95\x02\x98\xfb\xfd\xa8\x72\xed\xb3\x09\x55\x4f\x13\x7c\xc5\x61\x38\x34\x87\xba\xfa\x22\x8e\x6f\xeb\x30\xde\x99\x5d\x57\xad\x11\x66\xca\x04\x77\xfe\xe0\x88\x0f\x15\xd0\xdc\x72\x2b\x1e\xcd\x24\x65\x0a\x9a\xa5\xa2\x34\xd0\x4c\x51\xa6\xac\x99\xa2\x50\xf8\x13\xab\xb7\xb9\xd1\xbe\x28\x82\x8f\x35\x51\xf4\x79\xee\xfa\x3f\x33\xd2\xde\x4b\x37\x0d\x1a\xc6\x0c\x64\xe4\x30\x6a\x39\x1a\xcc\x61\xd4\x32\xb1\x9c\x87\x50\xcb\x54\xa5\x3c\x5e\xdb\x2d\xfb\xb4\x5b\x49\x62\x63\x09\xb5\x0c\x5e\xfb\xe8\x46\x16\x0c\x06\x61\x64\x41\x8c\x7e\x47\xf7\x25\x09\xb3\xea\xba\x24\xa3\x06\x1f\xaf\x3d\x98\xbd\x33\x8c\xcf\xe6\x7c\xca\x1e\xfc\x41\x3c\x1c\xae\x5b\x19\x7b\xc8\x31\x3c\x95\xb4\x60\xed\x9c\xf3\x39\x44\x68\x64\xa2\xc3\xb6\x5f\xc2\x26\x8f\xe1\x8b\x98\x5b\xca\xa6\x5e\xe2\x8c\x8f\xf1\x52\xca\x27\x96\x06\xf2\x82\x50\xcd\x28\x0d\xc7\x2e\x55\x9c\x7b\x6a\x37\x15\x6c\x69\x97\xa4\xfc\x30\x3a\x63\x43\x80\xcb\x1f\xc6\x6d\x10\x83\x7a\xec\xd6\xb5\x69\xc2\x76\x17\x0e\xb2\xeb\x49\xe2\x71\x3c\x5c\x3e\x92\x5d\x2c\x41\xb9\x91\x3a\xf9\x38\x14\xbf\xc5\x41\x71\xb1\x48\x5c\x90\xc7\xe1\x14\x4c\x6c\xfc\x9f\x14\xbc\x11\xd1\x79\x1c\x36\x21\x70\x74\x0e\xe3\x1b\xd8\xaa\xa7\xb9\xc1\x9f\xd2\xf2\x1c\x82\x6c\xa0\x4c\x1d\xa7\x07\x98\xb5\x73\x0c\x1e\x78\xb7\xc3\x35\x1f\x61\xb6\xa7\xcd\xf6\xf0\x82\xd3\x66\x7b\xb8\xcf\x29\x13\x06\x14\xbd\x80\x0c\xb8\xcf\xe9\x2b\x9d\x3b\xca\x05\xea\x41\xe5\x1c\x2e\xf2\x88\x25\xf8\xb8\xac\x4e\xb0\x56\x2e\xea\x48\x01\xee\xc3\x45\x1d\x3b\xcf\x86\x26\xb0\x56\x97\x2c\x10\x9c\xbe\xcb\x48\x7a\xf6\xf5\x0b\xa9\x60\x62\x5f\x48\x05\x9b\xee\x72\xf0\x3b\x3b\xdd\x85\x20\xf9\x42\xe1\x7c\x9f\xcb\xdc\x75\x20\xb1\x78\x1f\x2f\x28\x83\xc9\x51\x80\xdf\x47\xb8\x78\x31\x19\x4c\xd6\x2d\x63\x0c\xc7\xf5\x7e\xd5\xa6\x0c\xdb\x95\x21\x09\xc8\x3b\x6e\xcd\x04\x5c\xe5\x05\x69\x20\x55\xde\x06\x93\xc0\x67\x6e\xe7\xcd\x8f\xce\x7a\xbc\x10\x0b\xae\xc8\x17\x62\x81\x98\xf1\xd8\x5e\x83\xdc\x60\x48\x05\x84\x3d\x36\xcf\x20\xaa\x1a\x63\x01\x6a\xfb\x78\xac\x11\x40\xea\x63\x7b\x0d\xb2\x87\x04\xf2\x4f\x9e\xad\xe3\x85\x61\x70\x53\xaa\x5a\xe4\x87\x77\xbd\x28\x8c\x1c\xd9\x73\x32\x52\x3b\x97\xf5\x39\x39\x9a\x60\xe3\x07\xd3\x1a\x01\xf2\x9c\x5e\x5a\x7b\x7e\x30\x2e\x63\xe5\x0d\xdb\xa6\xb2\x81\xcf\xc9\xc4\xd3\xab\xf1\x24\x11\x3a\xcf\xc9\xb6\xa9\x42\x13\x2f\xad\x5b\x7e\x50\x98\x44\xe5\x59\x61\x12\x39\xa8\xe7\x64\xd5\x76\xa3\x4f\x93\x1a\x31\xe5\x9c\x4d\x6a\xf8\xd7\x39\x6b\x37\x76\x5e\x78\xc5\x82\x10\x36\x3b\xeb\x7a\x98\xcd\x39\x1b\x5f\x02\x61\x82\x7a\x34\xe2\x8c\x4f\x43\x3d\xd0\x40\x4e\x43\x3d\xb8\xc9\xcf\x59\x8e\xaa\xd8\x37\xce\xd9\x36\xb6\x08\x13\xe7\x62\x48\x4a\x04\xc2\x73\x99\xf5\x45\x5a\x58\x8c\x48\xc9\xb2\x9f\x3f\x91\xbe\xa0\x4b\x9e\x46\x82\x7c\xe6\x7b\x71\xc0\x75\xd8\xd8\xb9\x28\x95\x66\xee\xde\x73\x71\x4e\xc9\x30\xe2\x73\x79\x29\x0d\xe9\xc2\x8a\x00\x55\x3e\x85\x15\x01\x3b\x7e\x3a\xa5\x1b\x39\xe1\xce\xe5\x25\x3c\xa3\x5a\x4d\x17\x4b\xb6\x3a\x41\x64\x2e\xe7\xf3\xad\x97\xcf\x6c\xae\x8a\xe6\xc8\x21\x3a\x57\x15\xfd\xd8\x68\x61\xb8\x53\x7e\x38\xfc\x03\x5f\xbc\xc3\xca\x54\xac\xca\x7c\xc9\x36\xf9\x89\xe3\x05\x5c\xc3\x29\x71\xbc\x7e\xd6\xeb\x27\x8e\x7f\x2a\x5f\x9f\xb2\x0f\x7f\x14\xf1\x73\x33\xee\x86\x6d\xb3\xbd\x8a\x76\x66\x5b\xf6\xe0\xa5\xcf\xb4\x61\x24\xce\x4c\xaf\xbb\x7f\xf8\x13\x8c\xfb\xdc\x8c\xcb\xe1\xeb\x4b\xcf\x19\xf2\x4f\xe0\x2e\xf8\x2f\x4e\x41\xa4\x2b\x41\xfe\xa7\x20\xd1\x2b\xa9\x10\x4f\x99\x97\x57\x72\x09\x9f\xc5\xd9\xed\xc2\xf2\xce\xe2\xa4\x97\x33\x8d\x3a\xc7\xe5\xcc\x27\xbb\x7f\x08\x95\xb2\x2f\xaf\xa4\xb2\x3d\x65\x5f\x5e\x97\xcf\x38\x8c\xc9\xad\xf4\xf2\xfc\xf7\xbf\x42\xcd\xc3\x53\xf6\x66\x6a\x28\x9e\x55\x3e\xda\x5c\x07\x67\x55\x5e\xcb\xdc\xbe\xa7\xb2\x62\x70\x89\x9d\x42\x62\xaf\xa4\xa8\x3b\x95\x15\x63\x25\x47\xdd\x59\x5f\xa4\x50\x26\xcf\x69\x31\x10\xa5\x4f\x65\x66\x5e\x89\x62\x38\x95\x27\x83\xcc\x61\x67\x7d\xa9\x60\x14\xb7\x5e\xe0\x59\xa8\xa8\xc2\x1e\x52\x9e\x8c\x4a\xcd\x9d\x53\x05\x73\xb0\xa4\x9c\x4e\xc4\xcc\x54\x3a\x33\x06\xf8\x81\x53\x66\x71\x52\xd1\x9e\x4d\x70\xa0\x08\x8c\xe7\x2b\x9f\xc7\x49\x76\x2a\x94\xb1\x20\x85\x9e\xcd\xc6\x1b\x5a\x74\x01\x3c\x66\x46\x86\xec\x8f\x41\xe9\xec\xb2\xde\xb0\xed\x6c\xc8\x8e\x2c\x7d\x76\xef\x19\x26\xa6\xcb\x7c\x13\x21\xf5\xec\x32\xe5\x41\xb5\x2d\xd7\x10\xd5\xe5\xc9\x65\x88\x5d\xbe\xcf\x48\xda\xa7\xab\xd0\xa3\xb5\x9c\x43\xa0\x25\xe6\xd5\xc6\x6a\x68\xb2\x6d\x1a\x3e\x68\xdb\x34\xb3\x34\x14\x7f\x92\xeb\xf1\x1c\x8a\x6c\x8e\x3e\x71\x0e\x29\xf7\x1c\xa4\x61\x3d\x6e\xe1\x03\xab\xbe\x7c\x20\xd5\x97\xfd\xbb\x0b\x68\x0f\x87\xdb\xe5\x4b\x65\x80\xbb\xac\x0d\x91\x0a\xce\x5d\x76\x44\xb8\x93\x32\x65\x7c\x94\x8b\x53\xd5\x69\x36\x80\xf6\xe7\x6e\xdd\x37\x24\x49\x6a\xdf\x88\xaf\x38\xf7\x77\xd2\x78\x43\x38\xf7\xc8\x19\xe7\x21\x18\x0e\xfc\xec\x90\x2a\xc9\x6e\x3e\x84\x7b\x67\x1b\x1c\x52\x25\xe9\xe0\x50\xec\x70\x64\xb8\x53\x76\xea\x4e\xfa\xa2\x53\xe5\xdc\x29\xac\x7e\x2a\x52\x70\x22\x63\xc8\x69\x60\x35\x11\xe3\xa7\x0c\xd7\x13\x81\xb8\xe7\xe1\x62\xb4\xb1\x02\x9f\xce\x9d\x41\x79\xbf\xf3\x7c\xfd\x12\xf9\xe4\x7c\x55\x89\x8c\x5b\x68\xeb\x8f\x1e\x76\xbe\x68\x6b\x46\x7e\xda\x72\xc5\xfe\x32\xda\x1a\xa1\xe3\x95\xe5\xd9\x70\x2f\xdc\x9a\xf5\x39\xcd\x0b\x3e\x6d\xda\x3e\xf5\xef\xf1\x7a\x25\xde\x0c\xf3\xb2\xbb\x08\x52\xff\xc9\xf6\x7c\x62\x89\x96\x73\x76\x29\x95\x35\x0b\x76\xd9\x6e\x1b\xe1\xf3\xbc\x2c\x2b\x85\xd0\x4b\xb2\x12\x33\x71\x59\x2a\xa4\x4b\x79\x01\xd8\x11\xaf\xd8\xfe\xb7\xcb\xe8\x56\x5e\x28\xb6\xc3\xfd\x6e\xd9\xb4\x7e\x5b\xd6\xc8\x68\xee\x57\xf2\xe5\x87\xdd\x77\x74\xc6\x7f\xbf\x97\x76\x66\xf5\x76\xb5\xce\xcf\x08\x5f\x37\x62\x7a\x15\x0c\x62\xc5\x1e\x71\x4a\x44\x5f\xa9\xdb\x77\x3e\x66\x67\x4c\xe3\x63\x7c\x4f\x8c\x32\xa7\x61\xd0\xe8\x96\xe7\xf3\x16\xe2\x0e\x29\x32\xa1\xaf\x85\xf3\xfe\x58\x95\xa7\x89\x61\x5c\x29\x3f\x38\x91\x0d\xa3\x38\xed\x3f\xc9\xfe\x78\x94\xe9\x39\xf6\x87\xf3\x8d\x3b\xfc\x47\xd8\x25\x01\x7d\x0c\x9e\x7f\x2c\x8f\xa3\x72\x39\x2c\x31\x23\xba\x14\x96\x88\x16\x7f\x4d\xdb\x7f\xff\x5b\xa6\x88\x65\x97\x84\xf5\x11\x7e\x71\xc9\xe4\x4e\x7a\xec\xeb\x27\xaa\x2f\x53\x24\xaa\x4b\x26\x78\xcc\x3a\x97\xca\xb5\x4c\x91\xa7\x2e\x95\x6b\x21\x53\xc1\xf5\x13\xdc\x17\x52\x1d\x5c\x93\x78\xfa\xa0\xbd\xeb\xf7\xff\xc2\x78\x64\x90\xef\x7c\x2f\x83\x7c\x6e\xf0\xeb\x27\xb5\x2f\x64\x46\xb8\x9c\xfd\x23\x72\xe8\x65\x83\x7c\x0e\xd8\x65\x83\x7c\x76\xdb\x35\xcb\xfb\x3a\xf3\x5c\xf4\xcc\xfb\xf2\xbe\x46\xb8\xbe\x66\x81\x77\x22\xa2\x5c\xb3\xee\xb0\xc8\xd6\x97\xec\xf7\x44\xfd\x5c\xb3\xe8\x5f\x18\xaf\xe8\x0f\xf3\xbb\x94\x6a\x99\xb8\xa5\xcb\x09\x45\x3a\xed\x9b\x7e\xfe\x17\xfd\x91\x68\xae\xc5\xf4\xa7\xff\x45\x0e\x89\x88\x61\x97\x52\x2f\x93\x99\xe1\x92\xec\x5f\x31\x68\x5d\x8b\xee\xb0\x46\x83\x0a\xd0\x6b\x34\x20\x6b\x6f\x54\xb1\x4b\xb5\x5b\x60\x06\x97\x0c\xec\x83\x0d\xb4\x3c\x7a\xce\x04\x2a\x46\x72\xb0\x21\xd7\xdf\x00\x07\x13\xa8\x18\xc9\xc1\x80\x7f\x52\xff\x32\xc2\xc9\x2f\x1b\xd4\xc3\x63\xaf\xd5\x77\x32\xff\xfb\x0e\xa6\xfd\xa1\xef\xb3\x00\x42\x76\xc3\xcc\x2e\xdb\xdb\x1b\xdf\x9f\x7a\x9f\xf6\xe5\x40\x88\x4d\xe2\xda\x3c\x7e\x9e\xe5\x20\x08\xb3\xbc\x36\x8f\x3f\xf3\xb1\x79\xfc\x3c\x6f\x7a\x4e\xff\x8e\x98\x0c\x3f\xbc\x36\xfb\x4f\x78\x16\xf0\x37\x0c\xe0\x72\x80\x64\xee\x9c\x6b\x7b\x71\x38\x7c\xf0\x93\x31\x3a\x2b\xbc\x3d\xbf\x67\x26\xd0\xe6\xf5\x68\x30\xd7\x4f\xda\xef\xe8\x16\x97\xe2\x21\x3b\x0b\xf0\x13\xfe\x3b\x61\x02\xd7\x4f\xf6\xef\x9d\x05\x2b\x96\x41\xd2\xdf\x4f\x15\xe8\x04\x1e\x5c\xb2\xb6\x83\xb9\xbd\x24\xf7\x57\x4a\xdb\x5f\x4e\x56\xd2\x78\x3e\xf5\x01\xcf\x76\xc7\x72\xa6\x94\xbd\xe4\x77\x97\xff\xe1\xbe\xb9\x8a\xc8\xe7\x40\x54\x79\x13\xa2\x70\x5f\x4a\x75\x42\xe5\xb2\xab\x9a\x5c\x9e\xe5\x3c\x88\x62\x7b\x09\x88\xdd\x59\x7f\xa5\x36\xe1\x32\xbd\x14\xab\x89\xd7\xf4\x52\xac\x66\x67\xbf\x0b\xa8\x0d\xa0\xe5\x52\x6c\x26\x41\x16\x57\x35\x71\x3c\x7b\xf9\xd2\x7f\xd3\xf2\x45\xdb\xbf\x9a\xce\xcf\xe7\x7f\xd1\xc3\x76\x68\x72\x45\x47\x4c\xbf\x9c\xd5\x24\x37\xcc\xd5\x14\x56\xc8\xfe\x77\xe8\x26\xab\x61\x1c\x37\x0c\xc7\x38\x6e\x16\xa3\x59\x3c\xcc\xb3\x23\x37\xd9\xaf\x46\x6d\xd3\xbe\x03\x37\x73\xad\x5e\x0e\xdc\x84\xa1\x77\xf9\x4e\xd8\xdf\x5d\x9e\x06\xce\x57\x97\x67\x01\x7e\xd4\x2d\x84\xc1\xc1\xbb\x54\x99\x0f\x07\xea\xa6\x80\x67\x51\xd0\xe8\x51\x88\x11\x38\x5e\x17\xbc\x8e\x67\x07\x76\x32\xa2\x21\x81\x97\x2b\xc0\x81\x9e\xb4\xe7\x40\x4f\xae\x1c\xc1\xbd\xc7\xe7\xce\xb4\xc5\x1f\xb0\xff\x35\xec\x23\x85\x06\xd5\x57\x99\xb9\xa5\x84\xd4\x9e\x08\x52\xbe\x54\x5f\x05\xd5\xe7\x1a\x16\x78\x23\x7a\x5c\x32\xf0\x93\x6d\xfe\x32\x70\x9b\x88\x84\x6b\x57\x6d\x7d\x2e\xf6\xdd\x2a\x24\x1b\x77\x77\x76\xc5\x48\x44\xd7\xfe\x0e\x3b\xa3\x92\x72\x31\x91\xa8\xef\xda\x5d\x50\x0a\xde\xb3\xdb\x53\x11\xdf\xe1\xe5\xf0\x4f\xd2\x59\x5d\xbb\x5d\xf0\x5c\x60\x3f\x85\x64\x03\x5f\x7f\xc9\x8b\x40\xb8\xcf\xb5\xbf\x39\x18\xe9\xf4\x25\x3d\x4d\x1e\x22\x9d\x16\xe5\x55\x20\x8d\xc1\x75\x98\xf2\xf4\x70\x58\xd2\x43\x86\x90\x97\x81\x1c\x20\xd7\x4f\x63\xd9\xa8\xeb\x7a\x1d\x2f\xdd\xa1\x4a\x4e\x06\xea\x79\x5c\x76\x32\x10\x6c\x7c\x09\x7a\x43\x14\xfc\x75\xc8\x33\xc5\x7a\xbf\x0a\xcc\xc2\x0f\xf2\x3b\x71\x0b\x08\xda\x3d\x91\x64\xeb\x3a\xbd\x9e\xf0\xb5\xd3\x0e\x35\xf8\xf2\x69\x07\x0d\xa2\x86\x35\x1c\x7c\x11\xd7\xf9\x2e\x68\xc6\xfd\x53\x79\x36\x0a\x95\x5c\xe7\xbb\x7c\xd9\x13\xa7\xe9\xe0\xf9\xb2\x78\xca\x17\x5e\x1d\x98\xfb\x0b\xe8\x61\xd3\xc8\x39\xd1\xc9\xc9\x73\xfd\x54\x9c\x0d\xc8\xc5\x65\x0d\x07\x47\xdf\x25\x0d\xa7\x93\x94\xef\xba\xac\x32\x20\x24\x5e\xf6\xfa\xc0\x54\xae\x2e\x45\x8c\x4e\x95\x98\x97\x23\xad\x78\x50\x4c\x13\xd7\xf5\x2a\x6a\x99\x9a\xcb\xe6\x8f\x4f\x8b\x72\x66\xc1\x76\x2e\x1f\xc0\x3f\x25\xf1\xb9\x2e\x3b\xba\x38\xcf\xb7\xdd\x6f\x59\xbc\xdb\x61\x15\x70\x59\x25\x2e\x04\x37\x72\xdd\xb6\x22\xb2\x27\x6f\x2b\x1f\x9c\xdf\xdb\xf5\xa8\x60\xa4\xb7\x27\x05\x4e\xae\xf0\x53\xd0\x30\xd7\xed\x49\xc9\x96\xba\x5f\x57\x14\x4d\xca\xf3\x84\x68\x67\x08\x11\x41\x6c\x97\x20\x44\xe0\x71\xae\xc7\xe1\x22\xec\xeb\xe7\xa5\x2b\x7d\xfc\xd4\xac\x0d\x13\xcd\x25\x2d\x6b\x02\x6b\x7d\x3d\x72\xa0\x21\xbe\xbd\x4a\x16\xa7\xf7\x79\xe9\xcc\xdc\x3d\x2f\x9d\xbc\x21\xba\x58\xba\xc7\x74\xc1\x90\x1f\x81\x84\x11\x01\x0d\x54\xfa\xc8\x84\xf2\x8b\x74\x92\x40\x5d\x46\x2a\x41\xe9\x3d\x19\xb1\x97\x4d\x7a\x4f\x2f\x0b\x9f\xf3\x83\x82\x7d\xb3\x3e\xb7\x52\x79\x23\x87\xde\x93\xd0\x78\xa1\xeb\x7e\x4b\xc3\x84\x2d\xdd\x93\x1d\x6a\x9d\x37\xec\x50\xfb\x34\x69\x87\x5a\x18\xd7\x6d\x1f\x06\x65\x24\xef\x9f\x36\xb4\x21\xcc\xde\x76\x61\x84\x0f\xdd\xb3\xcd\x0b\x99\x9a\x7b\xb6\x43\x2d\x3b\xf5\x9e\x6d\x5e\x18\xfc\x60\x8f\x5a\x6e\x96\x7b\x36\x12\xf1\xd3\xe8\x6b\x80\x08\x25\xb3\x3d\x66\x83\x5e\xec\x3b\xa4\x4d\x93\x9a\x03\x7d\xff\xb4\x9e\x8d\x2b\xfc\xfe\x69\x3d\x1b\x42\xce\xbd\x18\x52\x99\xcd\x7e\x2f\x26\x64\xf0\xc3\xaa\x2f\x32\x35\x0a\x7f\x9d\xd7\x4f\x13\xc5\x3f\xf0\x86\xec\x3d\x84\x8d\xde\x8b\xbd\x4e\xd9\x16\xf7\x62\xaf\x53\xa5\x93\x43\x86\x90\xd0\xb1\xbc\xfe\x34\xbe\x90\xe5\x24\xc7\xf8\x5e\x64\x39\x61\x76\x9d\xed\x1b\x24\xc8\xbd\x2a\xca\x99\x5d\xb4\xca\x5a\x12\xbe\x74\x3b\xd7\x37\xb6\xfa\x7b\x55\x6c\x36\x13\xf1\x53\x8f\x3e\x92\xc4\xbd\xda\xb7\x96\x53\x7f\xcb\x47\x82\xfe\x70\xaf\x36\xaf\xc4\xa6\x78\xaf\x32\x17\xb1\x7a\xab\xa9\x6e\x74\x61\x5f\x5b\x63\x0c\xc6\x81\x17\xc8\x92\x01\xa9\x43\x95\xa7\x81\x16\x3c\x0d\x99\xa6\xcd\xd3\x90\x53\x7f\x6f\x9e\x86\x8c\x69\xb3\x53\x31\x96\xd9\x5b\x5e\x16\xb4\xd4\xdb\x28\x7c\xec\x24\xf7\xe6\x79\x08\xd9\xce\x36\x1e\x31\xf5\x7e\xb3\x8d\x73\xa2\x37\x55\x87\xe3\xb4\x6d\xef\xea\xf3\x85\xa9\xcc\xa5\x72\xbf\xc9\xc5\x99\xb9\xe2\x58\xf0\xcf\x1b\x4a\x2e\xce\xbe\x7f\x93\x8b\xb3\x18\xc5\x8e\x36\x76\xd4\x9b\x4c\x9c\xb9\x2d\xf6\xb4\x31\x35\x65\xa8\x4d\xbe\x90\xa3\x8d\xa3\x53\x2c\xfe\xd6\x3f\xc5\xb1\xde\x6f\xe6\xf1\xca\x88\xe4\x6e\x84\xa5\xbc\x90\x7e\x0e\x81\x53\x91\xa3\xf0\xdf\x4a\x45\x4e\x28\xec\x5d\xed\x6e\x64\x66\xab\xa9\x66\x26\x15\x05\xf0\x09\x7e\xbd\xab\x4d\xad\xac\x96\xca\x61\x2e\x64\x18\xb8\x1d\x17\xb0\xf1\xfc\xba\xd8\x33\xd5\xd5\x7e\xba\x4c\x93\x02\x07\x3e\x62\xc5\x2d\xa7\xca\x42\xb9\x95\x5b\x4e\x95\x85\x7a\x27\xb7\x42\x0b\x16\xd2\x9c\xdd\x4d\x55\xd1\xa2\x2a\xde\xf2\xaa\x2c\x64\x48\xbe\x95\x6f\x7c\xa1\x04\xcb\xed\x68\x03\x6a\xa6\xdc\xca\x32\xb9\x50\x64\xe5\x6e\xa6\x2c\xfa\xde\xdd\x14\x01\xb1\xd1\x84\xad\x9b\x91\xe3\x6e\xb9\x66\x96\xbe\xd0\x84\xdc\x79\xf0\x88\x26\x77\x1e\xa7\xad\xd9\xd8\xb9\xf0\xc2\x23\x84\x60\x74\xc6\x5b\xa1\xb5\x4b\x5f\xf8\x61\xf6\x0f\xe9\xb4\x2b\x9f\x3c\x0b\x22\x5f\xcd\x4a\x65\x8a\xbb\x3b\x1b\x7c\x9c\xf8\xb7\xd4\xae\x95\xaa\x0f\xf7\x4f\xed\x2a\x1f\xbe\xd2\x9d\x0d\x20\xce\x8e\x5b\xee\x99\x4a\x18\xec\xfd\x53\xbc\x0a\x71\x4d\xf7\x78\x8d\xb4\x99\x2b\x61\xab\x3a\xb1\xb6\xf7\x90\x7f\x8f\xcd\x3f\xe4\xdf\xe3\xc0\x49\xf5\x5a\x29\x49\x75\xff\x54\xaf\x02\x98\xe3\x1e\x0e\xc9\x84\xb1\x08\x6c\xb5\x92\x73\xeb\x1e\x76\xf8\xad\x7c\xb2\xdb\xca\x1b\x42\x87\x1d\x7e\x2b\xa3\x90\xc3\x0f\xa6\x2d\xe5\xac\x53\xc0\xf4\x96\x6a\xd5\x80\x16\xdc\xbb\xcd\xbc\x8c\x53\x3e\x8f\x86\xd1\xfb\x76\xee\x97\xcf\xd5\xe2\xa2\xf1\x1f\xa6\x7b\xf9\x87\x90\xf2\x08\x56\xd1\xb8\x2b\x9e\xd5\xf2\x7e\xcb\xb3\xdb\xcc\x84\x3f\xca\x27\x36\x45\x5c\x78\x56\x55\x4c\xcf\x30\x9f\xd5\xc6\x4b\x9e\x2f\xd9\xba\xfe\x4d\xf7\xe3\x1a\x0f\xd4\xd7\x7a\x36\xdd\x4e\xe1\x26\xcf\x66\xe8\x47\xd8\xf0\xb3\xf9\xd2\x9d\x79\x43\xc5\x13\x06\x2f\x38\x6f\x64\x26\xf3\xd9\xde\xf3\xc1\x0f\xf6\xe1\x47\x35\x7a\xec\xee\xee\x8c\xea\xdd\x78\x8c\xca\x2e\xae\xcf\x1b\x8f\x37\xda\xbf\xb9\x7c\xe4\x11\x27\x68\xe5\xf9\x71\xf6\x0a\x97\x7c\xca\x62\xbb\x7d\x66\x4a\x9c\xbd\x11\x6c\xfd\xb8\x6c\x44\xce\xcb\x23\x50\x2a\xf8\xaa\xa7\xd8\x4e\xce\xfb\xca\x56\x30\x78\xb6\x1d\x9c\x1e\x65\x07\x1e\x7c\x2f\x3b\xf0\x60\x00\x8a\x52\x65\xc4\x55\xc0\x74\xe6\xb1\xca\x0e\x9e\x93\xf1\x38\xff\x40\x44\x97\xa7\xca\xec\x93\x2b\xf9\xa9\x32\x9a\xe4\x64\x3d\x46\xa0\x46\xae\x78\x8c\x40\x0d\xd3\x79\x54\x3c\x98\xa0\xcd\xc7\xf9\x05\xb8\x97\x1e\xd9\xa5\x5a\xff\x93\xd1\xee\x79\xfd\xd9\x01\x1c\x3c\xc2\x9f\x62\xf6\x7e\x9a\xb5\x00\x76\x56\x53\xa8\x60\x18\xd6\xd3\x9c\x02\xa8\xf0\x85\xe5\xef\x4c\x88\xf8\xec\xbc\x7e\x7e\xb0\xf0\x16\xe6\xf2\x34\x43\x84\xd8\x7a\x2e\x2b\x8c\x25\xe8\x91\xcb\x7b\x21\x3d\xf8\xd3\x8b\x6e\x8c\x74\xda\x7d\x1f\xb0\xb1\xba\x61\x11\x61\xe6\x4f\xef\xda\x69\xe9\x43\xe6\xac\x15\x24\xee\x63\x54\xeb\xa7\x0b\xa5\xef\x66\x33\xf7\x37\xc5\x5f\x9e\x2f\x6d\x2c\x7a\xbc\x75\xa6\x43\xa6\x32\xf1\xd6\x11\x73\xc9\x33\xec\x21\x4a\x07\x43\x1e\x92\x08\xe7\x8f\x22\xb8\x1a\x79\x57\x9f\x21\x17\x09\x43\x56\x89\x08\xa4\xbd\x67\xc8\x45\x32\x68\xf0\x3d\xe3\xf4\xb8\x8b\x6d\x64\x48\x43\x26\x78\x8e\xe3\x90\x0b\x81\xf7\xe5\x05\xe7\x3e\x7b\x64\xaa\xda\xf0\xc4\x3d\xbb\x02\x70\x3b\xcf\xb2\x21\xb2\xd9\x77\xd9\x10\x39\x4c\xbb\x02\x72\x39\x3c\xbb\xd2\x53\x47\xe4\x7d\x76\xd9\x48\x3b\xff\xdb\x6d\xcb\x66\x76\x4a\xb2\xfa\xe9\xe1\xf6\x24\xd1\x85\x54\x63\x68\x3a\xac\x1a\x33\x06\x47\x85\x51\x5c\xec\x91\x59\x6a\x7c\x9e\x5f\x61\x31\xa3\x38\x5e\x3b\x08\x6d\x1a\xb7\xd5\xf8\x41\xe5\x4e\x0a\x7d\x58\xfa\x60\xb7\x1d\x02\x44\xc1\xb6\x0e\x09\x1f\x85\x06\x8c\x2b\x62\x73\x1c\xbe\xd5\x37\xde\xf0\xad\xce\x0b\xb6\x4c\x66\xb7\x1c\x3f\xbe\x84\x49\xf0\x39\x1e\x6d\xbf\x50\xa5\x22\x73\x95\x1b\xe2\x94\x7f\x2a\x97\xe9\x73\x2e\xfa\x3f\x33\x7d\xae\x7a\x4e\x7b\xaa\x29\xb7\xc5\xce\xf9\x9c\x72\x8f\x74\xbe\x97\xbb\x8a\x95\x3a\xe5\xce\x61\xab\x9c\x72\xe7\xb0\x55\x4e\xef\xb5\x6c\x66\x95\x94\xfb\xdc\x58\x97\xdd\x39\xe9\x4f\x25\xe3\x3e\x13\x74\xd9\x81\xcf\x6e\xbf\x5e\xfb\x24\x3f\x3c\xe2\x8c\x19\xe1\x6d\x33\x5c\x80\x86\xcf\x6b\xb9\xa1\x89\xdb\x49\x33\x59\x96\xdb\xc8\x03\xce\xa4\x4d\x37\x6c\xd0\xd7\x74\xc3\xf5\x70\xdb\xa0\x05\xff\xbf\xdf\x2d\x4c\xaf\xef\x16\xa6\x0d\xeb\xd8\xf4\xf1\x78\x83\xe6\x8b\x17\xc5\xca\x41\x7f\xa4\x84\x31\xd7\x2f\x88\x95\x4b\x45\xc6\x9b\x85\x6c\x4e\xcf\x63\xe5\x25\xc3\x34\x66\x15\x80\xcc\xf3\x08\x26\xc8\x28\x1f\x41\x13\x38\x35\x02\xa4\x2e\xfd\x9f\x08\xd2\xa7\x69\xd2\x65\xbf\xe5\x59\x16\xa7\x7f\x3b\xbe\x4f\x2e\xc2\x96\x48\xca\x3e\xd9\x72\xb3\xcc\x7f\xb8\x87\xfa\x24\x6f\x78\x12\x5d\xf6\xc9\x25\x7f\xff\x9d\x86\x3e\x39\x00\x6d\xa5\xb7\xa6\xdd\xcf\xfb\xdd\xf4\x31\x5c\x79\x4f\xff\x49\x71\x7d\x72\xbd\xb6\x7f\xf4\xf7\x49\xee\xee\x69\xca\xff\x72\x67\xa7\x70\x6d\x9f\x14\x5f\x36\xfd\x5b\xa4\x3e\xc9\x80\x33\x2d\x19\xd0\xbc\x69\x00\x99\x0e\xbb\xaf\x57\xfe\xaf\x3a\x4e\x3c\xcb\x7d\xbd\x66\x7c\xb3\x82\x87\xd7\x8c\xc7\xee\xeb\x95\xf6\xc4\xaa\x07\xcf\x3e\x5e\x8c\xe7\x32\xc1\x35\x3f\xdc\xfa\x80\x0e\x7d\xbe\xd2\xc1\xf2\x9a\x83\xf3\xc1\xa2\x48\x95\x11\x8a\x17\x9b\xb1\xd7\x74\x21\xc3\x4d\x5f\x56\xde\x50\x99\xb6\x1e\x1a\x96\xfe\xdb\xc8\x73\x16\xc5\x76\x9c\x95\x49\x5b\xde\xab\x3f\xb3\xbc\x58\xb5\xef\x59\x37\x25\x2a\xeb\x49\x3e\xdf\x27\x25\x33\xd8\x52\x96\xad\x4f\xab\xb3\x7e\x6f\x99\x89\xd5\x89\x81\x18\xe7\xea\x8d\xc6\x0b\xdb\x7f\xff\xa3\xb0\x47\x9f\x56\x43\xf2\x32\x6c\x95\xcd\x98\x18\xf6\xea\xbd\xc4\xff\x43\x4b\xc7\xb3\x90\x11\x4c\xdc\x7a\xeb\x7f\xfa\x93\x44\xc8\x34\x6d\x92\xf8\x46\xde\x97\xa3\x79\x2c\xa1\xd9\x8e\x66\xc6\xe3\x4c\xbd\x2c\xc4\xa6\x5b\x9b\x93\x65\xbf\x31\x5b\xdb\x61\x59\x25\xf4\x17\x5f\x57\x1b\x1f\xa8\x48\x44\x4f\x83\xc5\xb7\x6e\xa6\xb4\xec\x3f\x46\xc9\xe1\x29\x2e\x54\x52\xf8\xc0\x5e\x92\x8d\x37\x7c\xf9\x7c\xba\xb8\xd5\x44\x9e\xab\xd2\xc6\x2e\xec\xff\xfa\x96\x0d\xcf\xa8\xab\xab\x1e\x6f\x19\x85\x2a\xa7\x4d\x49\xf0\xd0\x27\x57\x4a\x0b\xe2\xa1\x4f\xb2\x56\x4c\x6d\xca\x30\x64\x8c\x98\xd7\x4f\xb7\xb2\x6f\x31\xd5\x4d\x00\x29\xa6\xb6\x99\x71\xa6\xc5\xf6\x5e\xe4\xfc\xa0\x1a\x73\x23\x73\xd9\x84\x89\x1a\x19\xe4\x6b\x45\xe0\xdc\x37\x23\x84\x39\x77\x32\x0a\x74\x38\x55\x53\x2d\xb6\x2d\xe7\x4e\xb2\xec\xc4\xea\x39\xdb\x56\x42\xd0\xfb\xd4\x7f\x17\xf1\xc6\x76\xea\x92\xb1\x46\x68\xec\x72\xfb\xb3\x9d\xbb\x57\x37\x43\x56\xb8\x56\xb0\xbb\x7d\x72\x4d\x09\x06\xf8\x93\x6b\x6b\x72\xcf\xf6\xa9\x2b\x41\x1e\x73\x36\x26\x1d\x97\x10\xf0\x13\x4b\x6b\x2a\x9d\xf5\x69\x38\x69\x7d\xa6\xe4\x27\x85\xd6\x15\x3e\x3f\x9c\xf8\x21\xed\x0f\x83\xaa\x33\xde\xa1\x8a\xdf\xd0\x3b\x5e\xd1\x27\xcf\x36\xbb\xd0\xde\xa9\xf7\x33\x61\xe3\xad\xeb\x94\x67\xab\xdf\x34\x20\x8f\x6b\x65\x63\x29\xa4\xaa\x6e\x7f\x41\xc9\xf5\x69\x57\x55\x27\x16\x7c\xf7\xc5\x93\xde\x8d\xeb\xfc\x1c\x2e\x79\x5a\x6b\xe1\x59\x28\x8b\xc2\x68\xac\x36\x64\xb8\x3f\x09\xb6\x7e\xf6\xf0\xae\xfa\xe5\x6c\x49\x79\x55\x93\xe7\xab\x4f\x2e\x6f\xcc\x21\x78\xd3\x61\xf1\xff\xe6\x1a\x01\x79\x2e\x6a\x3f\xe3\x39\xde\x7a\x83\x59\x5f\xc9\xa6\x7d\x61\x87\x1e\xce\xcc\x91\x11\x4a\x16\xad\x30\xd8\xe3\x85\xc2\x65\x4e\x24\x7a\x82\x82\xee\x93\x64\xc7\x19\x8e\xf6\x93\x15\xa9\x9a\xd3\x27\xf9\x3b\xcb\x02\x0b\x3b\xcd\x62\x43\xd4\x29\xa5\xfc\xf3\xff\xd0\x73\x86\x74\xee\x7a\xe6\xfd\x53\x2c\x3b\x34\x29\xb9\xd5\x0c\xb7\x91\x70\x39\x71\x3b\x2a\xb9\xd5\x8c\xb8\x70\x4d\x6a\x2f\x8b\xa4\x64\x07\x33\xef\x5f\x82\xda\xd0\xff\x65\x82\x32\x03\x97\xaf\x8c\x10\x7c\x89\x1e\xc4\x15\xe5\x46\x98\x19\xdf\x65\x7a\x32\x61\xd7\xae\xef\x33\x5e\x95\x5b\x8b\xae\xd9\x27\xa5\xca\x9a\x39\xb3\x97\xa4\x93\xcf\x78\x45\x1f\xf3\xa5\xd4\x58\x33\xdf\xdf\x92\x56\x98\xdf\x5b\x60\x43\xae\x44\x65\xc6\x9a\x58\xb0\x9f\x68\xbc\x4c\xf0\x8c\x9f\x64\x4c\x9e\xe7\x3e\x29\x0b\x42\x5f\xd8\x13\x92\x6a\x5b\x67\xdb\xde\xba\x14\x61\x73\xb7\x2e\x41\xb6\xe5\x23\x78\x1c\xc7\xe6\x91\xfa\xc1\x3d\xff\x58\xfd\x48\x7b\x3f\x11\x77\xd9\xd8\xb5\x8f\x04\x42\x36\xed\x4f\xc2\x6d\x15\xd1\xe2\xb1\xcd\x0d\x36\xf3\x48\xa0\xe2\xe0\x3e\xbe\xc5\xe9\x70\xd7\x33\x1d\x1c\xbf\x67\x96\xf4\x11\x1e\x90\x73\xfd\x98\x40\xbe\x17\xda\x2b\x5b\x62\x9e\xa4\x5f\x65\x0a\x67\xe1\x3f\x6b\xae\xa6\x79\x12\xfe\x2f\x52\xca\x3c\xf9\xfe\x2b\xfc\x20\x89\x31\x77\xec\x6c\x11\x37\x53\x3e\xff\x9f\xb1\x33\x39\x9b\x5e\xd5\x81\x70\x2a\x37\x04\x9b\x99\xcd\xc9\xc5\x63\xfe\x21\xdc\xa7\xab\xf8\xf5\x7a\xf9\x2d\xdd\x6d\x03\x62\x10\x1a\x4a\xd2\xb6\x38\x0f\x3d\x98\xc2\x1e\xcf\xd3\xa7\x8c\x16\x64\x35\x2c\xf4\x60\x54\x7c\x4c\xea\xbe\x59\xda\xa2\x89\x15\x59\x15\x54\xee\xfb\x92\x25\xa2\x8d\x9f\x5c\x3b\xc2\x57\x37\xf6\xdd\xc2\x4c\x8e\xe7\xee\x72\x33\x31\x08\xe7\x55\x98\xb4\x38\xd5\x40\xcc\xcb\x6e\x4d\xa4\xd0\xc2\xa9\x17\x68\xe0\xd6\x33\x23\x78\xf4\x5c\xe3\xf9\xd5\x73\x7c\xff\x93\x63\xc9\x62\x36\x76\xe5\x55\x40\x34\xd9\x93\x70\x81\x71\x16\xf6\x24\x5c\x20\x0b\xe9\xbc\x0a\xc1\x0e\xf7\xd4\xd5\x1e\xff\x0b\xd7\x98\x68\x5f\x04\x4c\x06\x94\x4e\xbd\xf0\x17\x84\xc2\xd8\x85\xe2\x0c\xe4\xc7\xd8\x93\xa9\x8d\x45\x36\x8a\x33\x4e\xfe\x6e\x14\x67\x70\xc2\x5d\xd2\xef\x0c\xd7\xd7\xd8\xf3\x4a\x78\x1a\xf3\xe1\x34\xbd\x93\x19\x97\xf5\xb9\x86\x75\x7f\xec\x59\x79\x06\x5a\x50\x24\xa4\x66\x94\x8f\x1d\xbb\x90\x98\x23\x74\x95\x3d\x0b\x29\xd7\xe2\x7b\x67\x46\x48\x0c\x52\x12\xef\x08\x76\xbb\x97\xf2\xdf\xff\x66\x78\x80\xc6\xee\x44\x08\x21\x82\xec\x92\x80\x47\x28\x3b\x7b\x71\x09\x96\x49\x03\x1e\x11\x0d\x48\x9b\x0b\x19\x65\x2f\xaa\xbb\xc0\x24\x14\x8f\x38\x28\x2a\x1e\x71\x50\x60\x68\x66\xdc\x17\x7b\x95\x11\x75\xe7\x59\x58\xc5\x90\x79\x76\x43\x33\x83\x1f\xee\x55\xd8\xbe\x1e\xe3\x73\x26\x84\xc6\xff\x96\xd1\x62\xbc\xd5\xa9\xf5\x2a\x2f\x9c\xbf\x19\x61\xd3\xfe\x24\xec\x59\xd9\xf4\x3f\x79\x7a\x56\x8e\x59\x13\xb8\x8f\x4d\xa9\x4c\x09\x15\x6e\xf3\x13\xaf\x67\x65\x1b\x39\x31\x02\xa7\xce\x75\xe3\x26\xff\xff\x56\x60\xb0\x27\x54\x37\xae\x72\xc8\x94\x18\xa1\xb2\x0d\x5d\x17\x6e\x32\x1e\xa7\x98\x09\x31\x65\x6f\x46\xfe\xc3\x39\x6c\xa7\x0e\x19\x61\xff\x89\xe6\xb3\x72\x0c\x05\xa7\x8c\x64\x14\x63\xef\x02\xfb\xcd\x98\x81\x6e\x8a\xe2\x7b\xc1\x29\x23\x22\x67\xec\x5d\x53\xde\x79\xbf\xe9\xfd\xe8\xbf\x9b\x22\xfa\x93\xd2\xc3\xb1\xe8\x66\x86\x95\x06\x15\x67\xb5\xb3\xa8\x2a\x11\xf7\x39\x26\xc3\x9b\x24\xe6\x70\x08\x3f\x15\x42\xc3\xee\x7a\x70\x3b\x1c\x5b\x45\x86\x7b\x86\x79\x0e\xfb\x81\xe0\x75\xc3\x80\xb6\xb8\xa5\xf6\x21\x40\x5b\x08\x0e\xfb\x58\xa9\x7f\x62\x9a\x86\x75\xb5\x58\x88\xe1\x90\x1c\xe6\x7d\x2c\x5d\x8d\x37\x96\xae\x46\x9b\xa6\x2b\xfa\x5c\x76\xe6\xb8\xea\x76\xa7\xc9\xed\xcc\xfd\x5c\x8a\x57\x74\x32\x85\x68\x62\xb1\x9c\x18\xa1\xb3\x5f\x5d\x8d\x98\x03\xec\x9a\x19\x9d\x0d\x6a\xdc\x64\xe7\x04\x38\x31\x42\xa8\x31\xbb\xf3\xdb\x76\xf8\xb8\x71\x92\x9d\x3d\x79\xd8\x1e\xc1\x0d\x2a\x9c\xe4\x9e\x39\x15\x12\xd6\xf7\x0c\x63\x3a\x6c\xa1\xa0\x53\xf9\x26\x3e\x1f\xc8\xfb\xf7\x39\xa7\x4e\x70\x9b\x59\x90\x63\xa9\x9c\x31\x15\x32\x40\xef\x99\x36\x65\x70\xde\x33\x4b\xb4\x0c\xce\xb0\x3f\xd7\x7d\x8b\xb2\x2f\x63\x57\x51\x8c\xf9\x79\xc1\x98\x19\xb6\x96\xb3\x90\x65\xd6\x6c\x49\xf5\xac\xd9\xb9\x48\xa5\x0d\x1b\x5f\xf6\xbf\xc0\x11\xc6\xfe\x93\xf9\xeb\xe7\x56\x76\xd1\x64\x94\xaa\xfd\x5c\x96\x9a\xa0\x5b\x55\xe3\x3e\x17\xd7\xf9\xe8\x39\x26\x4a\x19\xcb\x3e\xd7\xf2\xb5\xe9\x39\x1a\xbc\x6c\xb6\x81\x47\xfe\x94\x88\xfa\xb9\xf7\x2f\xeb\xea\x31\x07\x97\x8d\x9c\x83\x16\xed\xd3\x1c\xd1\xe5\x25\xa8\x09\x4c\xef\x32\xd4\x24\x0c\x1f\xfb\xca\xaa\xcb\x4d\xf7\xd3\x33\xea\x47\x96\xb8\x0c\xb9\x19\xfc\xb0\xc8\x0e\x32\x7f\x9a\x46\x2d\x4c\xd4\x4f\xb3\xa8\x85\x51\xdf\x46\x69\x84\x1c\xba\xdf\x86\x2a\x84\xec\xbf\xdf\xcb\x37\x10\x4d\xde\xf6\x0d\xf0\xc2\x32\x29\x04\x1d\xaa\x4a\xd7\x18\xd4\xbd\x80\x09\x41\xd7\xbd\x1c\xad\xbc\xf1\xd8\xdb\xc5\xb0\x1c\xaf\x1b\x7d\x2a\x18\x6c\x70\x1f\x3c\xb6\x99\xc5\x64\xbb\xc6\x46\xe2\x46\x73\x69\xba\xca\x07\x0a\x36\x08\xf9\x7d\x57\xc9\x0d\x34\xbc\xfd\x19\x9a\xd9\x18\xe2\xaa\xdf\xcc\xf9\xb6\xe5\x1c\x19\xe1\xb1\xbc\x1d\xab\x6b\x85\x82\x93\xa8\xea\xcd\x03\xf9\xf9\x59\x35\xed\x83\xe6\x77\x9d\xaa\x68\xc1\x10\x47\x84\x86\xd7\x4a\x0f\xff\x37\x17\x30\xe6\x07\xf1\x56\x26\x4d\x70\xc5\x09\xc3\x17\x5c\x71\x43\x0a\x70\x08\x18\x0b\xf7\x5a\xcb\xfc\xf7\x7e\xda\xa4\xf3\x54\x9e\xad\x12\xe4\x78\x96\x8b\x23\x26\x3d\x29\x41\x2f\xa6\xa3\xa4\x04\xbd\x11\x81\xf0\x93\xba\x35\xbe\x14\xcf\xe6\x66\x35\x9e\xbd\x9b\x47\x3c\x1f\xda\x9b\xbc\x6f\x87\x7d\x88\xae\xc9\x46\xf0\x4c\x87\x0a\x69\x89\x2b\x31\x39\xa6\x2b\x08\x4c\xbb\x44\xeb\xe0\x53\x69\x97\xe5\xb1\x47\x07\x3f\x6d\xa1\xa4\x98\xe1\xb4\xdb\xe3\x12\x17\x60\x12\x64\x71\x8b\x72\x95\x23\xed\xb6\xd3\x07\x1f\x4b\xbb\x63\x24\x2b\x6d\xe8\x82\x63\x52\x95\xa3\x37\xaa\x2a\x8f\xf4\x53\x0f\x66\x65\x52\x85\x58\x8c\xa0\xd6\x91\x94\xb6\x21\xc2\x0b\x47\x4a\x9b\xec\x23\x31\x66\x95\xc6\xdb\x3f\xff\x27\xed\x92\xf8\x3e\x49\xd1\x64\x92\x95\xa2\xa1\x4d\x48\x50\x5a\xb5\xc8\x21\x35\x92\xd3\xaa\x21\x58\xa4\xe4\x9d\xcd\x07\x9a\xe5\x48\xf1\x3b\x92\xaa\xd9\xb5\xd8\x67\x29\x5b\x63\x89\x06\x94\xea\x0c\xe9\x34\x29\xd5\x19\x17\x78\xca\x3f\xcd\x71\xc6\x51\x4a\x32\x68\xcf\xd8\xa7\x49\xd5\xeb\x66\x1c\x84\xa4\x48\x2d\x2c\x84\xc9\x91\x5a\x6c\x03\xc9\xff\xe9\x33\x1e\xf9\x58\x91\x1e\x53\x96\xf8\x1c\x12\x45\x2a\x9b\xd6\x80\x67\xc9\x6e\xfb\x5f\x32\xf9\x8c\xb4\x94\x83\xa0\xa6\x54\x3d\xc7\x7c\xfe\x94\x83\x3c\x58\xb0\x22\xd1\x94\xd1\x29\x23\x2f\x9e\x9e\x54\x2c\x6a\x7c\x5e\xb0\xa8\x11\xa2\x67\x12\x7e\x70\xe3\xe0\x27\xe1\x07\xb7\xce\x18\xaa\x85\x0f\xa6\xa8\x5a\xf8\x60\xeb\x2f\x23\x7b\xa3\x0d\x5f\x1d\x93\x37\x7c\x85\x4e\xba\xf5\x5d\x32\x69\xf4\xf1\x5d\xc1\x0f\xc6\xfc\x85\xf2\x9c\x64\x46\x4f\x11\xd8\xfa\x63\xc8\x56\xb5\x62\xaa\x8d\xf1\xab\x30\x91\x66\xac\x5c\x5c\x0e\x49\xa0\xbf\x9a\x3e\x3f\x28\xdf\xe4\xa0\x09\xa7\x7f\x80\xaf\x48\xb8\xcf\xd8\xff\x93\x84\xfb\x1c\x59\xcc\x46\x72\xd9\xe7\x4c\x13\xf6\x0e\xc6\x94\xff\x84\xf9\x8a\xce\x9e\x84\xf0\x8b\xbc\x9d\x23\x75\xef\x60\x9e\xab\x36\x14\xcf\xd6\x97\x42\x61\x4b\xb2\xc3\x4f\xb8\x80\xb2\x09\xef\xcc\x7e\xb7\x81\x8a\x35\x76\xcd\xe8\xfe\x79\x43\xf1\x2e\xd8\xa1\xd3\x4f\x01\x68\x81\x00\x1d\xe9\x27\xff\xb7\xc0\x7b\x8e\xe4\x52\x79\x71\xc3\xa5\x9f\x3a\xd0\x02\x5d\x39\xd2\x4f\x1d\x68\x3b\x43\x1c\xb6\x83\xc7\xfb\x92\xed\xc9\x78\x3c\x92\x0c\xef\x1f\x6e\x39\x7c\x8d\x47\x87\xc3\x05\x6e\xe9\xe0\x51\x83\x31\x89\x32\xd4\xa3\x35\xa7\x65\xa8\x8f\xef\xe7\xae\xf6\xa3\xbf\x69\x4b\x71\x0c\xf0\x27\xe7\x53\x7e\x7e\xa4\x29\x97\x25\x8b\xf8\x13\xea\x1b\x32\x7c\x9a\xb6\x6c\x47\xff\x3f\x99\xbe\x21\x90\xa7\x79\xea\x39\x08\x9e\xbe\x3d\x78\xfe\x8d\xff\x73\xca\x24\xf2\xe3\xe8\x48\x87\x39\x71\xfc\x7f\xec\x7a\x3f\xfa\xff\x69\x00\xad\x73\x9b\x38\x13\x1a\xf3\x71\x14\xfd\x1f\xf4\xda\x54\xcf\x7c\x1c\xbe\xdf\xe1\x7b\x3f\x75\xa0\x7d\xf8\xc0\x21\x82\x61\x5b\x3f\x6d\xa0\x75\x38\xcf\x61\xd3\x14\x4b\x7a\x98\xe2\x98\x51\x29\x03\x8d\x2d\x20\x74\x4a\xa4\x17\x1e\xe9\xf0\x0c\x30\x00\xcf\x40\x50\x28\x55\xa1\xb1\x62\xb6\xf5\xb3\x25\x85\x44\x69\x9c\xc3\x53\x14\xc3\xa6\x96\xad\x3f\x66\xe4\xa7\x15\xb4\xce\x41\x96\x52\xd0\xd8\x71\xca\xf8\xd0\xa0\x47\x3a\x42\xe3\x8c\x9c\x5a\x61\x38\xe7\xa9\x18\x69\xe8\xf9\x29\x01\xed\xc3\x15\x4f\xd3\x1b\xf4\x29\xa5\x5b\x63\x87\x29\x1b\xc4\x98\x5c\xe6\x97\x97\x3c\x3a\xb8\xb4\xc4\xa1\xe7\xa4\x9f\xcc\xdf\xa2\x70\xd8\x48\x92\xf9\xfb\x80\xa9\x4a\x40\x1f\x89\x45\x5e\x68\x4c\xe6\xcc\x39\xd8\x52\xff\x0b\xde\x6d\xa4\x5b\x86\xf2\x30\xba\x26\xa1\x4e\x3e\xd2\xc2\x9d\xf5\x7f\x10\x70\x4b\x86\x0c\x33\x76\xb2\x63\xe0\xf3\xbf\x0c\xe7\xdc\x8c\xb7\xa2\xf4\x39\x63\xb7\x73\x6e\xb0\x05\xec\x19\x80\x33\xda\x13\x00\x3b\xbf\xe5\xe9\xc8\x3c\xcb\xf2\x1f\xf6\x80\xa4\x22\x19\x78\xc3\x93\x3d\x01\x1c\xc2\x47\xe2\x0d\x12\x98\x32\xb9\x15\xdc\x6b\x49\x45\x33\x36\x6e\x98\x47\x5c\x81\x3d\x67\xd7\x00\xc2\x84\x8a\x68\x20\xb7\x27\x15\xd1\xc0\x9f\x99\x1e\xb9\x3e\x98\x51\xd5\xc9\xd8\x91\x86\x9e\x53\xff\xf3\xbe\x5c\x1d\x85\xfe\xe5\xca\x61\x4f\x29\xf6\xa9\x15\xd8\xcc\x63\x8a\xa3\x81\xd7\x14\xf3\xac\x25\x65\x46\xe5\x59\xd8\x91\x30\x5f\xf9\x42\xd8\xd4\xaf\x08\xe6\xee\x91\x67\x21\x12\x6a\x8d\xf4\x6a\x49\x91\xe2\x5f\x5b\xb8\xd9\x93\xca\x2d\x31\x3e\xf2\xd7\xeb\x35\x8d\x39\x7f\x3d\x05\x3c\x6b\x0a\x38\x15\x4e\x0f\x87\x82\x97\x14\x06\x05\x20\x7b\xa4\x57\xe0\x2e\xee\x22\xa1\x71\x7a\x94\xc7\x1b\x59\xde\x07\xcc\x44\x79\xf3\x24\x8c\x78\xf6\xbe\xce\xf1\xec\x55\x6f\xf1\xac\x7d\x1d\xac\x32\xcb\x19\xb1\x85\xcc\x90\x9d\x7d\xa2\xf0\xbe\x1c\x5e\x71\x0e\xb2\xb2\x4f\xb4\x4c\xff\xca\x3e\x91\x19\xdf\x69\x7b\x05\x3f\x68\xd9\x2b\x1f\xc8\x2d\x1a\xdb\x32\x1b\x2f\x13\x07\x31\x1b\x2f\x03\xc1\x4b\x71\x08\xd9\x29\xef\xf2\xef\x04\x2b\xc9\xcb\xaf\xf0\xf9\x42\x0e\x9e\x58\xa5\xfc\x53\x24\x7a\x63\x0a\x16\x82\x66\xd0\x82\x70\x1d\xb1\xd1\x72\x92\x87\x27\x36\x56\x56\x11\xed\xc6\x1c\xa5\xa2\xff\xa3\x41\x6b\x0e\xc1\xcc\x72\x12\x49\x89\xf6\xba\xda\x8f\x35\xb2\x22\xd1\x69\x4f\x14\x31\xc7\x2a\xa2\xdd\x58\xa3\x64\xee\xcc\xb3\x08\x62\x8d\x7e\x7a\x46\x6f\x3b\xed\x49\xcd\x88\x6d\x99\x95\x00\x22\x02\xbe\x47\x56\x02\x88\x08\xf0\x1e\x59\x45\xb2\xdb\xce\xff\x72\xc1\x35\xbe\x97\xc3\x2a\x6e\x93\x2c\xb5\x23\x02\xd0\x47\x16\x8e\xa6\xb1\x07\x05\x72\x8f\xd4\xb4\x23\x4b\xed\x88\x00\xf3\x91\xb3\x8e\x49\xb0\xb2\xac\x04\x11\x83\xf9\xc9\xa2\x8f\x3d\xec\x92\xda\x08\x1c\x39\x8b\xc0\x10\x18\xb2\x32\x46\x44\x84\xfc\xc8\x45\xfa\x77\xa8\x76\xb9\x78\x01\xe3\x7b\x65\x8c\x88\x78\xf4\x91\x55\x1a\xb0\xed\x3c\x6b\x41\x39\x64\xc5\x0b\xf8\x27\x44\x5b\x2e\x3a\x21\xc1\x88\x73\x11\xf5\x71\x11\x64\xa1\x7c\x22\xf7\xf1\xc8\xaa\x13\x88\xdf\x3f\x17\xaf\x2e\xc4\x69\x75\x39\x61\x45\xbb\x35\xd1\xbe\x1c\xb0\x21\x5b\x64\xd5\x11\x8c\xc4\xc1\x23\x57\x4f\x06\xff\x6b\xf5\x83\xe5\x64\xd5\x11\x04\x05\x90\xab\x57\x3f\xfa\xaf\xde\xcd\xbc\x6f\x58\x01\xdb\xa3\xf9\xa6\xa1\x45\x23\x7e\x06\xeb\x21\x80\x4f\x8d\x68\xc3\x91\xdb\xba\xcc\xe3\x0d\xd5\xc2\xc3\xa0\x90\xad\x37\x70\x84\xa4\x37\x24\xce\xf4\x4f\x6f\x18\x58\x13\x72\x97\xe6\xcb\x24\xfe\xd4\x86\x34\x39\xc2\x5d\x9a\x2e\x44\x74\x79\xdf\xd8\x62\x5d\xbe\x46\x8e\x60\x97\xaf\x91\x23\x36\x64\x10\x81\x05\x0c\x8d\x97\x45\x51\x2e\xe5\x12\xf1\x95\x23\x0f\xa9\xe6\x0c\x70\xc8\xb9\xc8\x1e\x1f\x52\xcd\x59\x65\x65\x62\x9b\xf0\xa0\x21\x2c\xd8\xe7\x7f\x39\x4b\x39\xd3\x43\xee\x44\xd8\xe6\x10\x41\xf0\x20\x81\xd2\xe7\x67\x80\x22\x08\x26\xa8\x1a\x24\xf8\x3c\xb2\x22\x81\x0a\xf6\xef\xac\xcc\x6d\x93\x33\x30\xe5\x4d\x65\x9b\x28\x93\x5b\x82\x49\x09\xa3\x0e\x7c\x2f\x4f\xdb\x26\x62\xc0\xd3\x13\xc0\xf7\x5e\x21\xfa\x93\xbb\x98\x6d\x3d\xe5\x09\x84\x49\x4f\x4f\x40\xac\x80\x32\xbf\x15\xe4\x97\x3c\xbd\xa4\x34\xe8\x19\x88\x19\x3a\xe4\x50\x65\x49\x0f\x11\x08\xd7\x3a\x6c\x7c\x89\x0e\x0f\x6f\xc1\x18\xf0\x21\x02\x43\xde\xc9\x87\xb6\x20\x5b\xee\xd0\x16\xac\xfc\xaf\x15\xe6\xdc\x1d\x22\x90\x9b\xf3\xd0\x96\xfc\xf4\x2f\x6f\xf2\xa7\xfd\xcb\x5b\x8a\x01\x78\x8f\x32\x40\xef\xd1\x68\xf0\xd4\x92\xb2\x85\x24\xf4\xf7\x8d\x93\x7c\x2a\x98\x88\x4d\x6e\x29\x1e\xed\x3c\x9f\x32\xf7\xc0\x9a\x7e\x52\xfc\x18\xdc\xdd\x97\xbc\xa5\xdc\xdd\x97\xbc\xa5\x9f\x67\xb9\x83\x43\x11\xce\x97\xec\x9c\xe1\x8a\xcb\x97\xbc\xa5\x81\xe8\xca\x97\x6c\xcb\x8d\xf7\xe5\x1e\x0e\xf1\x28\x5f\x4a\x6c\xc3\xc5\x27\xe8\xf9\x87\xaf\xfc\x94\x84\x1c\x81\x91\x23\xab\xd4\xc9\xe0\x62\xbb\x64\x42\x64\x0f\x29\x99\x42\xfb\xdc\x6c\x97\x6c\xcd\xdc\x4c\x97\xed\x5d\xf1\xff\x2d\x04\x66\x68\xee\xf9\x76\x5c\xc4\xe4\x07\x39\x27\xc3\x13\x91\x6f\xd9\x37\xc2\x75\x91\x6f\x51\xc8\x55\x69\x70\x7b\x38\x4b\xf3\x6d\x0a\xf9\x5e\x36\xaf\x3f\x55\x66\x18\xf9\x16\xb9\x9f\xce\x45\xee\x67\x70\x72\x8e\x73\x13\xdc\xa6\x96\xf7\x95\x1b\x31\x1c\x2f\x59\x45\x57\x32\xff\x3f\xa2\x9e\x9b\xe5\xd1\x72\xd3\xfe\xa3\xe5\x66\x7f\xa9\x06\xcb\xa8\xfc\xaf\xc9\xe0\xe6\x7b\x44\x7c\x08\xf0\xf9\x11\xf1\x95\xef\x05\x4f\x40\x90\x7b\xcc\x02\xf8\x5e\xf4\x72\xcf\x3c\x4a\x63\x04\xcf\x7d\x2c\x27\xb0\x9f\xec\x4a\x60\x7f\x3c\x22\x18\x51\xf2\x15\xc1\x74\xf0\x7a\x7f\xc7\x80\x5e\x99\xbd\xe9\xe0\x15\xc1\x9f\xef\xb5\xfa\x61\x0d\xcb\xaf\x08\x86\x80\x57\xab\x8f\xdc\xf2\x2a\x93\x11\x82\xd8\xab\xfd\xcc\x25\xf1\x9a\x60\xbe\xf7\x02\xf3\x2c\x82\x61\x79\xaf\xea\x3e\x70\xde\x0c\x55\x62\x41\x5f\x9f\xe7\x7f\xcf\x65\xd3\x82\xc6\xad\x5b\x36\xa3\x1b\x78\xf6\x6e\xe6\xd9\x8e\xd7\x38\x50\x65\x13\x41\x61\x5a\x2b\x9b\x4a\x47\x05\x5a\xa0\x6c\x3e\xa0\x2d\x9e\x75\x40\x07\xcf\x82\x73\x7c\xbe\xf7\x01\x1d\xf1\x2c\x82\x3a\xed\x09\xce\x11\x13\x50\x36\x11\xc4\xff\xbb\x19\x54\x10\xb8\x7b\xc7\xf2\xac\x1d\x1b\xca\x48\xd9\xbd\x80\xd1\x9f\x50\x4f\x95\x15\x29\xf2\x5b\x34\xd0\x5b\x65\x5f\x08\x15\x9a\xf0\x9a\x30\x84\xcb\x0a\x4f\xcc\x91\xf0\xf6\x15\x40\x5a\x51\x2a\x85\x82\xa6\x5b\x54\xf0\x65\x7c\xbe\x90\x89\xb9\xb3\x4e\x72\x3d\x0c\x2c\x76\x25\x89\x2d\x14\x5e\x10\xaa\x84\x75\x49\xae\x67\xc8\xfb\xf2\x95\x40\xb7\xd0\xf6\x8d\xcb\xa5\x24\x81\x34\x82\xb3\x97\x2c\xc3\x7e\xdc\xe6\xe5\xa7\x32\xe4\xc8\xa9\x35\x4a\x96\xa1\x3f\x2e\xbb\xf2\x53\x19\x66\x64\xeb\x18\x25\xcb\xb6\x1f\xe2\x4a\xc9\xf2\x68\x85\x81\xa9\x64\x81\x36\x1a\xed\x09\xb4\xc1\x78\xb2\x4e\xc6\xe4\x7b\xf3\x41\xda\x3f\xf4\x3e\xe3\xd5\x04\x34\xda\xbf\xd4\x1f\xdf\xdf\x1a\x7f\xac\x81\x3c\x1b\x15\xa9\xbc\x64\x4d\x40\xdc\xce\xc5\x9e\x8d\x10\x5f\x8a\x3d\x1b\xc1\x9b\x4a\x11\xc1\x2c\xaa\x9d\x19\x9d\xef\xe5\xcc\x28\x7c\x2f\xdc\x4d\x48\x13\xa5\x88\x60\x8e\x5e\xb1\x7d\x68\xa3\x81\xa9\x0f\x78\x3e\x5c\x8e\x9b\x16\x45\x32\xbb\xa6\x08\x49\xc4\xde\x2f\x5a\xf3\x90\x2f\x4a\x11\xb2\x28\x98\x4f\xa9\xa2\x90\xc3\x5e\x85\x2c\x4a\x7f\xf2\xdd\x94\xaa\xe9\x08\xce\x5a\xe4\x26\xa9\x88\x6b\xa5\x7a\x3e\x62\xbe\x5c\x22\x06\x9b\x6c\xa9\xda\x01\x89\x67\xb1\x8e\xc1\x70\x56\xf9\xf1\x18\x7f\xd5\x16\xc8\xbc\xa0\x2d\x10\x12\x6d\x51\x52\xbb\xc8\x92\x37\x4a\xf5\x41\x9c\xf4\xe0\x09\x61\x02\x34\x21\x05\x1a\x7c\x06\xa2\x83\xe6\x09\x8a\x06\x95\xc7\x2e\xf2\xda\x8d\x22\x3d\xe7\x13\xfa\x53\x7e\x7a\x4e\x8e\x3c\x80\xa3\x34\xbb\x8a\x98\x04\x55\xa9\xc1\x0d\x5b\x16\x18\x2b\x46\x64\x30\x56\x68\x35\xa5\x0d\xcd\x32\xff\x7b\x4f\xc4\x29\x10\x38\x2b\xf2\xf6\x8d\xd2\xbc\xeb\x83\xe2\xa6\x5d\xbf\xf3\xbd\x28\xee\x0c\x58\x14\xc3\x88\x54\xc3\xa6\xc2\x36\xba\x95\x80\x30\xdb\x16\xb9\x73\x2a\xf0\xb4\xa2\x2a\x36\x51\x3d\x72\x14\x55\xb1\xa9\x30\xaa\x6e\x4f\x36\xff\x7b\xd5\x63\x4e\xbb\x7d\x7c\x74\x20\x8a\x0b\xdf\x6b\xd1\x43\x0f\x2c\xdd\xe7\x9e\xf7\xbd\xa6\xfc\x2f\x0a\xe1\x9c\xdd\xf5\xb5\x39\x97\x8a\xba\x18\x40\xd6\xcb\x48\x1a\x41\xb4\x20\xec\xd6\xdc\x3f\x3f\x78\xc8\xd1\xe4\xf0\x49\x65\x16\x95\xdd\x0e\x9c\x47\x19\x1e\x03\x0d\x98\xb5\xc4\xfb\x53\x70\x32\xf6\xa1\x0b\xda\x44\x44\xe5\x28\xff\x0a\xda\xc4\x2c\x08\xa8\x55\xc0\x1e\x15\x17\x38\xdf\xd9\x9b\xd3\xbe\x3e\xf6\xe2\xf4\x95\xf1\xf9\xc4\x88\xb3\x10\x2e\xca\x2a\x72\xc3\xe5\xfb\xd3\xb8\x0a\x3a\x75\x71\x7d\x73\x1c\x5d\xc5\x45\x6f\x76\x58\x86\x92\xe6\xa1\x35\x97\x95\x34\x8f\x0d\xab\xa4\x79\x28\x85\x65\x25\xcd\x83\x8d\xba\xdc\x79\x44\x22\x8f\xb2\xb2\xe6\x71\x13\x19\x0e\xb6\x73\xb7\x1d\x66\x35\x8d\x37\x3c\x19\x70\xc2\x95\x25\x8f\x5d\xe0\x8a\x93\x91\xbc\x66\x94\x95\x25\x8f\x7b\x7e\x65\xc9\xe3\x02\x39\x4c\x2b\xec\xd4\x11\xc9\xe8\x97\xe5\xb0\xad\x96\xd3\xb2\xf2\xe4\xc1\x61\x57\x9e\x3c\xc4\x93\x73\x51\x1b\x6f\x9c\xa6\x96\x95\x56\x48\x32\x4a\x61\x71\x59\xca\x8f\xac\x70\x1a\x49\x38\xf8\x41\xc0\x41\xd8\xe2\xca\x84\x07\x6b\x5e\xc9\xbc\xb9\xfc\x57\x32\x6f\xce\xc4\xe9\x65\x0c\x52\x1d\xe6\x41\xa0\x5b\x39\x0d\x17\x67\xba\x94\x2c\x0f\xf3\x47\xb9\xbc\xa5\xe3\xff\x95\x2b\x8f\x35\x5a\xb9\xf2\x98\xac\xcb\x88\x91\xe8\xf3\x12\x6b\xfc\x7c\xd0\xf4\xff\xf8\xd3\x6d\x74\x79\xc1\x61\xb4\xaa\xf9\x83\x75\xa3\x28\x8b\x1e\xba\x7a\xb9\x04\x1d\xe0\xee\x70\x96\xf0\x9d\x33\x7d\xad\x9d\x4c\x8b\x6b\x71\x63\x9e\x2f\x2f\x6e\x08\xff\xe5\xf6\xe2\x22\x03\xfd\x94\xc5\x4f\xc0\x50\xb9\x3d\x07\x48\xbf\x3f\xed\xb1\x60\xc2\x28\xb7\x17\x9b\x3b\xf0\x5e\xe9\x43\x62\x96\x9c\x76\x2f\x92\x4f\x8d\xb2\x32\x8b\x43\xb9\xf3\xea\x45\x3a\xaa\x51\x84\x08\x2b\x19\xce\xf0\x18\x7f\xc7\xae\x5c\x9e\x21\xf6\x98\x53\xdf\x81\x42\x2c\xc2\x80\x55\xf0\x95\xe5\x31\xec\x13\xf9\xce\xa0\xae\x8e\x40\xe6\x70\xe8\x0e\x97\x53\x6a\x3b\xe2\x60\x8b\x82\x9f\x2b\xba\xc5\x63\xb0\x06\xa7\xc7\xa9\xed\x3a\x07\xee\x35\xf4\x39\x46\xf5\x1a\xab\xc1\xd6\x37\xee\xab\xb3\x91\x5f\x47\x16\xc2\xa0\x9c\xca\xae\xc3\x5d\x9c\xca\xae\xb3\x06\xef\xe2\xee\x0c\xc3\xa4\xc2\x08\x9c\xdc\xae\xc3\x27\x5f\x93\x8a\xac\x68\xb8\x58\x67\xe5\xe5\xd6\xd9\x3a\xbc\xf7\x35\x54\x05\xf1\xf1\xa7\x99\x15\x42\x4d\xeb\xb6\x90\x2a\x33\x7e\x30\xb1\x85\x1f\x5c\x16\x3b\x7a\xad\x9b\x2f\xae\x90\xc9\xab\x43\xa7\xdb\xa7\x8d\xa6\x4e\x5a\x3c\x5b\xdc\xe0\xff\x61\xca\xf6\xf8\xc1\xb4\xc7\x75\x5d\x37\xd3\x9e\x18\xa7\x69\x8f\x73\x52\x8d\x2c\x8b\x1a\xd6\xa3\x6e\xa6\x3d\xf1\x86\x69\x4f\xf4\xb2\x60\x3a\x41\xc9\xee\x08\xe5\xd8\xf6\x55\x49\xf4\x22\x41\xc6\xa8\xfb\x9a\x8c\x68\x62\x57\xf2\xc6\x49\x0b\x45\x94\xc6\x20\x8c\x47\x8b\x02\x48\xa3\x2e\x3c\x5a\x08\x12\x75\x57\x36\x93\xc9\x17\x9e\x8b\x60\xa3\x75\xf7\x5c\x34\xbe\x30\xd2\x99\x67\x53\x1e\x4c\xb1\xee\xa6\x9c\x05\xd9\x4d\x79\x65\xd8\xa6\x3c\x44\x83\x9a\xbc\xec\x71\x14\xeb\x4f\x57\x2c\x91\x9c\x61\x54\x25\xd9\x8b\xe4\x0c\xa3\x3a\x56\x1b\x28\x43\x4d\x55\x2f\xd0\xe2\xda\xf1\xfc\xe0\x1d\x9f\xf8\xc2\x94\x16\x7e\x58\xab\x4e\x27\x6b\xc7\xd3\xc6\xda\xf1\xb1\x20\x69\xed\xe7\x58\x00\x97\xa2\xc7\xa0\x5f\xf3\xa2\x2c\x26\x38\x1b\x7a\x15\xa2\x40\x55\xf4\x76\xc3\x02\x5c\xb3\xd9\x10\xb3\x93\x7d\x36\x43\x62\xa9\xd9\xe3\x08\x81\xb8\xba\xd8\xfc\xa4\x4d\x63\xb4\x83\x4f\x55\xe7\xbd\xcb\x90\x52\x8c\xd1\x0e\x06\x50\x5d\x5e\x28\x92\x17\x8f\x5a\x84\xd1\x66\xff\x3a\xf1\x5d\xe6\xd8\x38\xc5\x52\xfe\xdb\x5d\x55\x8b\xb1\xea\xc1\xb5\xaa\xf3\xe2\x65\x36\x73\x11\xba\x93\xe9\x2f\xc2\xaa\x33\x0d\x3f\x4d\xb0\x4c\x8e\x4b\x31\xc0\xa9\x33\xe2\xcb\x99\x80\x18\xe1\xed\x3e\x69\x72\xcd\x4b\xcc\x75\xf5\x34\x04\xcb\xaa\xd5\x01\x61\x21\x67\xd4\xea\x4c\x53\x30\x07\x17\xbc\x27\xb0\xbb\x56\xcf\x03\x2c\xca\x15\xf0\x33\x27\x42\xae\xa2\x1d\x05\xa5\xba\x04\x7e\x54\x46\x1d\xb5\x1a\x97\x4f\x13\x76\xe6\x42\x8a\xc1\x75\x99\x83\x5b\x4d\x1b\x1b\x5c\x11\xe9\xf3\xd3\xa9\xb1\x28\x71\x13\xd5\xe6\x3d\xc0\x31\x6c\x6b\x0f\xc4\x04\x36\x23\x8a\x3f\x9f\x98\xf8\xc2\x1b\x6b\x13\xc4\x04\x36\x13\x5f\xf9\xc1\xc4\xb3\xbf\x9b\xd7\x39\x2e\x81\xda\xb4\x8e\x1c\xc4\x66\xd2\x38\x55\x2b\xca\x3d\x6e\xc0\xda\x94\xa4\x13\xee\xdb\xd6\x32\xc6\x0b\x7d\x2d\x63\xbc\xd1\xad\x39\x70\x4b\xf4\xb5\x48\xfc\xa0\x71\x0e\xb6\x57\xf7\x22\x71\x17\x29\xf4\x7d\xc7\x14\x51\x85\xb9\xdb\x07\x47\xc2\x99\x9d\x50\x44\xab\x30\x77\x3b\x08\xe6\xaa\xa0\x9b\x1d\x03\x52\x55\x74\x3c\x50\xd4\x3a\x9c\x90\x12\x76\xaa\x04\x79\x3b\xca\x6b\x55\xfd\xd2\x7d\x70\x2e\x86\x33\x73\x72\xda\x7f\xaa\x5b\x05\xa5\x5c\xe5\x84\xdb\x07\xd7\xd7\x30\xad\x3b\x9d\x74\x7d\x41\x1f\x26\x95\xbb\x69\x98\xd4\x50\x60\xeb\x50\xbc\xc4\x67\x10\x0b\xec\x19\xa4\x8f\xb5\x68\x74\x7a\xbb\xd3\x98\x4f\x65\xe1\xdb\xc7\x87\x76\x67\xb9\x0a\x59\xa8\xaa\xe6\xe9\x4e\x6e\x81\x3a\x05\xab\x64\xdc\x52\x08\x27\x71\xc3\x75\x9a\x74\x5a\x70\x88\x44\x98\x25\xeb\x5c\xa4\xc7\x64\x49\x1f\x1c\x80\x83\xeb\x5c\xb4\xd3\x86\x69\xe7\x6e\x99\x6b\x99\x69\xe3\x54\xaf\x74\x72\xe9\x99\xff\x17\xe9\xbc\x60\xd2\xb9\x9e\xa4\x10\xee\x44\x34\xd4\x63\xed\x83\xa0\xec\xf0\x3e\xd8\xf8\xc1\xfb\x00\x1e\x21\x85\x70\x27\xa6\xad\x4a\x21\xdc\x41\x0e\xd7\xa3\x69\xd1\x82\x54\x87\x07\x11\x53\x56\x0f\x05\x2d\x7c\x9a\x9c\x02\xd0\xc7\x30\x0f\xad\x3a\x27\xe0\x50\x8c\x0b\x33\xf3\x53\xec\x2a\x50\xa5\x7a\x3a\x2f\x29\x54\xac\xd4\x52\x83\x1f\x8a\x7f\x88\xb9\x5a\xa9\xa5\xc2\x0a\x50\x4f\x67\x2a\x65\x67\x39\xb7\x14\x91\x35\x55\xa8\xbe\x44\x68\x4d\x55\x72\xa9\xc2\x30\x4f\xc7\x01\xd0\x82\x2b\xfe\xcd\x3f\xb9\x93\xaa\xb4\xbe\x44\xa4\x4f\x3d\x8d\x52\xe6\xc0\x5d\x2b\xe6\x25\xb6\xcc\x65\x83\x11\xd7\xeb\xe5\xd4\xa4\xa1\x8e\xd4\x6b\x4d\x44\x4c\xdd\xe5\x89\x40\xf2\xba\x3c\x11\x6c\xdd\xcb\x13\x31\x68\xd4\x29\x5b\xc3\xb2\x57\x2f\xa7\x6c\x65\x3d\x2f\xaf\x1f\x4d\x9c\x7e\x81\x26\x1c\xcd\xc3\xc0\x8d\xc8\xe6\x08\xae\xf0\x9e\x20\xf5\xf6\x0a\x47\x0f\xb7\x01\xda\x70\x5a\x69\x77\x09\x03\x6e\xbd\x9d\x99\x2e\x26\x5f\xca\xdc\xc0\x21\x5c\x57\x3c\x10\xa2\xc7\xed\x1c\x23\x48\x02\x0e\x08\xc2\xbc\x55\x6f\xa7\x62\xe4\xda\xb9\x5d\x88\x89\xeb\x50\x95\xa4\x30\x94\x57\xa9\x7f\x09\x57\x41\xbd\x9d\x95\x95\xab\xec\xb1\xb4\xcd\x22\x3e\x26\x8d\x45\x7c\x9c\xa6\x95\x9b\xeb\x31\xf6\x1c\xb1\xea\x71\xd6\x3d\x2e\xa2\xc7\xa4\x20\xe5\x3c\xce\x7b\x16\x03\xff\x29\x8c\x15\x6b\x74\x7d\x1c\xa2\x82\x88\xb2\x4a\x4c\x71\x07\xcb\x9b\x97\x30\x68\x57\x01\x04\x2b\xa9\x02\xea\xb3\x48\x8b\x4f\x5e\x27\x9c\xe5\x8d\x77\x91\x16\x33\xfc\x9a\x34\x84\xb9\xd7\x5a\x54\xe7\x8d\xe6\xb4\x1b\x41\x9a\xea\xc4\x62\xa9\xa8\xef\x5a\xb5\x18\xb9\x52\x6e\x35\x8e\xfa\xab\x28\xae\xc9\xff\xa7\xfe\xa7\xc1\xcb\x74\xf0\x82\xf1\xe0\x2c\xd1\xeb\xfc\xb2\xac\xc8\x4a\xca\x15\x73\xd1\x36\xe7\x97\x8d\x8d\xd1\x36\xe7\x97\x8d\xad\xd3\xa4\x40\x96\xfc\x79\xa3\xf8\x8d\x11\x3f\xb8\x4c\x66\x8c\xa3\x6d\x8a\x17\x88\x63\xd6\x54\x24\x36\x52\xf0\x8d\xb6\x39\x5e\x2d\x26\xaf\x6d\xa6\xb4\xc4\xb3\x28\x9d\x8c\xf2\x72\x0f\xb4\x68\x07\xfc\xe0\x0b\x09\x6b\xb8\x54\x9b\x74\xc1\x8a\x09\xb1\xfd\x74\xc1\x1a\x89\xfd\x47\x53\xfe\xf4\x19\x79\x3d\x47\x73\xe6\x82\x48\x88\x37\x9a\x74\xbd\x92\x3f\x4d\x74\x65\xd4\xab\xf1\x3c\x1c\x45\x17\x53\x23\x5d\x2f\x6f\x95\x51\x1c\xfa\x82\x3e\x8c\xe0\xcf\x34\x71\xf9\x0b\xfa\x78\xfc\x43\xcc\xae\x74\xbd\xbc\xc5\x41\x6c\xc9\xf9\xac\xe2\x48\x34\xf9\x05\xf3\x16\x02\x75\x4b\x2b\xe3\x4b\x34\x9a\x5c\x15\x34\x0e\x62\x93\xfa\x97\x88\x9d\x6c\x4a\xd5\x95\xb7\x4a\x2f\x2b\x8d\x70\x8c\x43\xfa\x5f\x26\x80\xbb\x25\x3b\x5a\x58\x94\xb4\xa8\x0f\x6a\x93\x33\x0f\x17\x7e\x70\x99\xd0\xc4\xd0\x6f\xcd\x0f\xcf\x8b\xfa\x58\x57\xe9\x83\x8d\x98\x87\x26\xf5\xef\x13\x39\xdf\x94\xbe\x20\x63\x53\x6c\xd2\x07\x73\xfa\x5b\x3a\x85\xa6\x4c\xbb\x19\xbc\x51\x53\x25\x5a\x90\x15\x4d\x95\x68\x3f\xe9\x93\x9a\xb2\xac\x7f\x32\xc3\x35\x69\x93\x9f\xe4\x02\x2d\x3b\x1c\x26\xb4\xf1\x26\x75\xf2\x93\x1e\xa0\x29\xad\x3a\x08\x88\x26\xf5\xf2\x93\x92\xab\x49\x9b\x2c\x78\x0f\x9a\x12\xf6\x66\xe0\x74\xad\xd8\x72\xbf\xd1\x86\x86\x01\x5e\xb5\x49\x9d\xcb\x20\xee\x5a\x71\xc0\x4a\x0c\xbc\x18\x7d\x1f\x4d\x0a\xf1\xf7\x59\xae\x2a\xb8\x23\x7b\xd3\x08\x3f\x76\x91\x11\x7e\x61\x6e\x69\x55\x61\x65\xec\xfe\x6a\x70\x1d\xcf\x42\x2e\x7d\xda\x3b\xff\xfb\x5f\x26\x34\xb6\x55\xb9\xa1\x12\xff\x3f\x7a\xe6\xff\x57\xcf\xd1\x5e\xb3\xb5\x38\x38\x64\x6b\xb6\xef\xb0\x9f\x96\xfe\xc5\x5a\x2d\xfd\x8b\xd5\xfc\xa7\x7f\x05\x11\x4d\xa2\xfd\xa7\x93\x25\xde\xd2\xc4\xf4\xd9\x89\x1d\xe2\xba\xb2\x58\x91\x5a\x73\x04\x22\x4d\x0a\x81\x85\xc6\xdb\xda\xab\xa8\x85\x78\xee\x8a\x72\x08\x55\xaa\x39\x25\x6f\xe7\x79\x29\xd5\xb1\x32\xdd\x90\x74\x1a\x10\x24\x9d\xcd\xd1\x85\xb6\xe6\x90\x74\xa1\xab\x39\xcc\x5d\xe9\x84\x58\xc9\xae\x20\x02\x78\x4c\x17\xd8\x9a\xfd\xda\x6d\x0c\x86\xd3\xa9\x42\x2c\x81\x20\x6d\x08\xdc\xc9\xb4\x0e\x21\x5d\x99\x77\xc1\x10\xa3\x96\xd4\x68\x43\x60\x55\x4e\xc8\x50\xc8\x63\xc8\x12\x4d\xb9\x71\x89\x94\x6d\x43\x60\xd5\x70\x3d\xb4\x29\x68\x75\x98\x2e\x9a\x52\xe3\x12\x88\xda\xe6\x9a\xb1\x18\x80\x60\x87\x58\x67\x9a\x62\x99\x3e\x7b\x7f\x9a\x20\xde\x17\x41\x30\xa2\x69\x82\x62\x86\xa6\xd0\xb9\x8d\x67\x61\xaf\x59\x91\x29\xec\x35\x2b\x30\x4d\x60\xac\xe0\x14\x81\x21\x2e\xb4\x29\x02\xe1\x9d\x87\xef\x2f\x2e\xd5\x43\x14\xb2\xb5\x0f\x1f\xce\xe8\xe0\x30\x81\xfc\xaf\xc3\x19\x7a\x42\x3b\x4c\x60\x10\x74\x88\x20\xae\xa6\x43\x04\xc1\xde\x0f\xc1\x8d\xb9\x61\x0f\xaf\x60\x0c\xd8\xa1\x4b\x04\x2f\xb7\x43\x89\x67\xa0\xd8\x30\x42\x66\xec\x54\xf9\x33\x96\x5c\x49\x0d\x3a\x98\x99\x76\x0a\x38\xf9\x69\x40\xc0\x49\xa6\xf4\x34\x7b\x89\x25\x3a\x0d\x8d\xe5\x7b\x21\x43\x59\xb2\x53\xc0\x49\xf6\xe8\x29\xf6\xf3\x19\x80\x80\x93\x9f\xf6\x84\x83\x64\x06\x2e\x01\x3d\xd9\x83\x97\xb0\xbb\xf4\x27\xd4\x62\xfa\xfc\xef\xf1\xff\xc9\x9c\xd7\x2e\x25\x11\x62\xbd\x2f\xa1\x42\x3f\xcf\x26\x2e\x66\xef\x32\x2a\x34\x88\xbb\x4c\x5c\x6c\x8f\x4b\xb8\x5f\x88\xbd\x84\x02\xfd\xfc\x2f\x9c\x2f\xcb\xff\xd3\x4b\x32\x9a\x4e\x13\x42\x91\xd0\xf5\x76\xff\x88\x89\x22\x38\xa3\x09\xa0\x88\x66\xdb\x6e\x79\xb7\xd9\x0e\x02\x24\x92\x18\xa3\x09\x90\x48\x0e\xa1\xf6\x53\x49\x32\xa1\xe5\xed\xa7\x91\x0c\x72\x20\xb5\xdb\x77\x01\xcf\x97\xfe\x0f\xfa\x85\x41\x9c\x9f\xf1\x3e\x7a\x3f\x16\x4f\x18\x44\xd2\x2a\x34\x61\x0c\xe7\xe7\xd9\xf4\xc4\xf8\x1f\xd3\x13\x8b\xa9\xf4\x04\x20\xcb\x9b\x30\x85\x24\xfe\x68\x3f\x3d\x64\x90\x71\xa3\x3d\x1e\x3f\xdf\x9f\x7a\x8e\xf1\x08\x53\x48\x6a\xd3\xf6\xd3\x42\x32\x7a\x61\x7b\x5c\x6d\x0b\x79\xf4\x95\x23\x13\x06\xf5\x7a\x82\xa3\xc1\x57\x4e\x97\xce\xb3\x10\x0f\x9c\xcf\x57\x18\x8f\xb0\xad\xb5\x57\x88\x07\x38\xee\x2b\xcc\x07\x02\xc5\xeb\xcb\xf5\x5f\x7b\xfd\xa7\x09\x64\x0c\x2a\x7d\x93\xd7\x6c\xf0\x6c\x60\x0e\xcf\x1a\x6f\xdc\xbd\x7d\x13\x26\x25\x34\x8b\x2e\x48\x1f\xa6\xa8\xbe\x0d\x3d\xd7\x78\x16\x42\x63\xf0\xff\xa1\xef\x73\x3c\x1b\x9a\xc6\xff\x82\x29\x85\xb0\xd1\x37\xa1\x27\x06\xcf\x42\x4f\xc4\x0d\xd2\x77\xa7\x17\x8e\x8b\xbc\xaf\x04\xbc\xb1\x84\x7d\x17\xec\x26\x6e\xdd\x2e\x67\xcf\x04\x1c\xd1\x77\xb9\xc8\xe3\xd6\xec\x76\xe5\x60\x59\xe9\x0a\x19\xda\xb0\xea\x75\xe7\x1e\x40\x99\xef\xbb\x5c\xe4\xa1\xf0\x76\xbb\x72\x30\x52\x74\x7b\x6e\x10\xe3\x7a\x5a\x42\x4d\xf4\x9a\xe4\xda\x0f\x83\x41\x4f\xce\x1a\x14\xda\x51\xb7\x2f\x07\x2b\x54\x97\x2f\x87\xa0\x83\x6e\x4f\x0d\xf6\x97\x9e\xe4\xe6\x0e\x41\xac\xdb\x51\x43\x22\x88\x9e\x9c\xec\x78\xa3\x8f\xdb\x3f\xd0\xc7\x22\x24\x3a\xb1\xa3\x06\x63\x59\xb7\xa3\x06\xab\x5e\xcf\x5e\x80\x38\xc3\x3d\x2f\x4a\xf8\x44\xce\xfd\xc2\x0b\xd5\x4d\xc4\x12\x65\x25\xb4\x08\xb9\xa5\xcb\xb3\xb3\x61\x88\xed\xd9\x94\x04\x1f\xea\x59\x1e\xfb\x42\x0b\xa6\x6c\xa7\x89\xc7\xa3\xe2\x0d\x61\x14\x42\x89\xee\xc5\xfe\xf9\xd0\x08\x7a\x59\x89\xab\x83\xb0\xb2\x76\x16\x6f\x38\x39\x4a\x70\x9f\x2e\xe7\xcd\x86\xcc\xd8\x8b\xbc\xda\x61\x08\xec\x06\xdd\x0d\x9a\xb4\x63\x2c\x8e\x77\x5f\x39\x09\x58\xc3\x95\x93\x80\x4f\x56\x4e\x82\x3e\xff\x72\xff\xf4\x95\xb0\x80\xf3\x55\xe5\x21\x0c\x93\x6b\xaf\xf6\x10\x86\x10\xda\xab\x77\x55\xec\x80\x6a\x0f\x61\xe3\x8b\xae\x16\x82\xc6\x6a\x07\x61\x67\x84\x53\x2f\xd0\xa2\xfd\x83\xc1\xd3\x7a\xb5\x5f\xae\xd3\x84\x7d\xa3\xec\x10\xe7\x11\x26\x85\x4f\xaf\x6b\xa2\x62\x3d\xab\x27\x0a\x46\xd0\x36\xf5\x1a\x2f\xb4\x35\x4f\x31\xee\xa5\x35\xb0\x95\x9b\xbd\xbe\x9c\xb0\x26\x07\x38\x9c\x63\xe5\x15\xe6\x14\xff\x94\x84\x42\xa2\x96\xde\xec\x0a\xe5\x10\x37\x93\x3a\x68\xd2\x78\x8b\xb0\x79\xf4\x66\x52\x07\x9f\x2c\x52\xe9\xd5\xa4\xc2\x72\xdb\x22\x35\x86\xa1\x42\x49\x75\x32\x19\x52\x24\xc6\xf6\x79\xc3\x50\x07\x78\x5c\xb7\xc7\x3b\x7a\xed\x8b\xf6\x98\xbe\x6e\xe7\x7f\x2c\x7b\x37\xed\x9d\x3e\x4c\x3b\x2d\x3a\x8f\x54\x88\xb6\xbd\x2f\xda\x69\xc2\xcb\x0c\xed\xdd\xe6\x9c\x10\xbd\xba\x9d\x38\xe4\x46\xe8\x4a\x9d\x46\xb6\xcf\x3e\xec\x5c\xe5\x7f\xeb\x75\x6c\x25\xfb\x70\x08\x02\xe8\xf2\xe1\x0c\x24\xf2\x3e\xec\x57\x63\x2a\xec\xc4\x21\x5f\x42\xb7\x13\x07\x9c\x7f\x97\xd3\xa6\x7f\x7b\xb1\xc7\xf4\xf3\x89\x3c\x6d\xdc\x82\x76\xd1\x60\x1b\xe8\xd3\x2e\xc2\x90\xe3\xfb\xb4\x8a\x1a\x62\x6e\x9f\x8b\x94\x98\x2e\xbb\x60\xc8\xeb\xd0\xa7\x47\x1e\xc2\x5c\xb7\x0b\x86\x4c\x0e\xdd\x1e\x17\x22\x6c\xfa\xb4\x8f\x10\xea\xa7\xdd\x4d\x6c\x15\xfb\x5c\xc0\xcc\x77\x61\xf0\x08\x52\xee\xf3\xd5\x94\xc7\x28\x54\x96\x16\x3f\x50\xb7\x3b\x05\x48\x51\x3f\x96\xae\xcd\x1b\xd5\xc8\xb7\x18\x84\x53\x21\x7f\x08\x39\xec\x29\xa2\xd3\x43\x9e\x22\xd6\xd9\xd9\xd4\xb0\x68\xf6\xc3\xae\xa2\xcf\x30\xec\x2a\xca\x7c\x62\x57\x11\x57\x80\xf3\xad\x7d\x44\x8d\xd3\xde\x07\xee\x43\xe7\x5b\x23\xa2\xa4\xff\x54\x93\x4a\x18\x61\x77\xbe\x35\xf2\x8f\x74\xe7\x5b\xc3\x8e\xda\x4f\xfb\xcd\x10\x1e\x9c\x6f\x8d\x64\x4d\xfd\xb4\x61\x81\xcb\xcc\x09\xd8\x30\x0e\x76\xe7\x58\x63\x32\x4e\x4f\x46\xac\xc0\xb9\x26\x83\x51\x78\x32\x3e\x84\x78\x32\x3e\x9f\xac\xc9\x88\x1f\x9c\x65\x2d\xc4\xc6\x7e\xb9\x1a\x10\xfb\xe2\xf2\x5c\x84\x99\xaf\x5f\x76\x9b\x15\xde\x58\x93\x11\xe3\xbe\xd6\x64\xc4\x3a\x5f\xf6\xa3\xc5\x38\x2f\xb9\xcd\xf2\x9f\xe2\x60\xfb\xb5\xa6\x85\x21\x7b\x93\x20\xdf\x5c\x9a\x97\x4f\x77\x9e\x17\xae\x70\x79\x69\x3e\x29\xc1\xfb\x2d\xbf\x28\xa2\xdf\xad\x54\x72\x08\xab\x8a\xcf\x4a\x1f\xb9\xe2\xb6\xc1\x94\x0b\x5b\x5e\x99\x06\x9a\xb7\xdb\x2b\xf3\x91\x37\xed\x95\xf9\x08\x87\xf6\xca\x7c\xe6\xfa\x36\x34\x9f\xf3\xe0\x3c\x6d\x1f\x29\xcb\x6e\x1a\x3c\xa5\x5d\x89\xdb\xd2\x67\x2a\x6f\xaf\xf0\xa7\x8d\xd7\x9f\x44\x2f\x8f\x3c\x50\xdc\xba\xcf\xba\xff\x62\x41\x9f\xe5\x81\x0a\x62\xed\xa6\xf9\x88\x72\xcf\xa2\x3e\xe6\x4f\xc0\xbe\xf4\x11\xb3\xec\xc8\xf9\xc8\x76\xcf\x72\x3a\xc6\x84\x3d\x6b\x3a\xf8\xe1\x70\x1b\xf4\x62\xea\xb9\xa9\x7f\x3a\x54\x2d\x9f\x4e\x4c\x3c\x82\xee\xb3\xcc\x52\xfc\x20\xef\x1b\x4d\xbe\x49\xcf\x31\x17\xef\x5a\xd7\x98\x8c\xd7\x94\x71\xb2\x55\x08\xa5\x11\x3e\xd0\xe5\x95\x21\xe2\xa4\xbf\x76\xa5\x31\xe1\x72\xcb\x00\xdb\xee\xaf\x1d\x50\xa1\x7a\xf7\x9f\xa6\x45\x45\xda\xd1\xed\x84\xc1\x13\x34\xec\x84\x21\x24\x63\xd8\x09\xc3\xfe\x1c\x9b\xdd\x4d\x8d\x1f\xec\x49\x0b\x0e\x35\xe4\x95\x69\x18\x6f\xc7\x26\x37\xe2\xe7\x0b\xbb\xda\xc2\xa2\x30\x36\xfb\x9f\x1a\xbd\xda\x6b\x18\x06\x8e\xb1\x99\xd4\x46\x27\x76\xb6\x85\xc9\x64\xd8\x31\x83\xdb\x70\x6c\x72\x23\xc6\x41\x1b\xf2\xcb\x14\xd0\x2c\x43\x6e\x97\x04\xe7\x1c\xbb\xfd\x64\xc1\x28\x87\x12\x42\x27\x8e\xf7\xd8\x57\x81\xb0\x2d\x7e\xb0\xff\xa8\xd0\xa8\x6b\x1f\x31\xa3\xcb\xad\xc2\x38\x76\x27\x3c\x84\xd8\x5d\x15\x0c\xe3\x10\x8c\xe5\x55\x81\xd6\x9f\x1e\x56\x11\x73\xc6\x4f\x0d\xab\xc4\x56\x8d\x9f\x1a\x56\xa3\xe4\xec\x18\xd2\xc2\xf2\xc6\x84\xdb\xa5\x02\xca\x7d\xd8\xa5\x82\x4b\x6a\xc8\xa5\x52\x09\x33\x1b\x52\xd4\x32\x1c\x7f\x2c\x97\x4a\xe3\x87\xc3\x6f\x04\xa5\x69\x91\x1e\xb3\xf5\xcf\xc7\x42\xa3\xb7\x2d\x89\x8c\x63\x79\x23\x62\x09\xe4\x64\xc9\xa0\xa9\x86\x4b\xa6\xc0\x2f\x87\x8a\xdd\x12\xac\x36\xec\x74\x41\x8a\x19\x76\xba\x20\xb0\x0d\xa9\x6e\xb9\x7c\xde\x68\x2a\x9f\xc6\x0b\xab\x9e\x23\x7d\x0c\xff\x10\x13\xa8\xf2\xb6\x08\x1c\xe3\xa7\xca\x55\x4c\x62\xc3\x6e\x16\x4c\x04\x43\xf9\x1d\x32\x28\xc7\x61\xbf\x0b\x00\xd0\x91\x5f\xbf\x11\x4b\x60\xe5\x2e\xee\xb2\xa1\x8c\x0f\xe0\xea\x87\x51\x7d\xbf\x8b\xe0\x0f\x57\xd5\x28\x36\x1a\x05\x49\xc5\x0e\x30\x66\xda\x3e\x9a\xf2\xf9\x41\x52\x7f\x61\x3c\xca\xdb\x0f\x27\x50\x92\x86\xfd\xf3\xbe\xce\x13\x76\xb8\xa1\x44\xd3\x44\x56\x8e\xaa\xf0\x7a\x26\xf1\xa7\xb5\x8d\xa8\x9a\x35\x86\x7c\x32\x51\x65\x6b\x0c\x85\x4f\x01\xf5\x18\x55\x66\xa4\xcc\xf7\x16\xde\x99\xc2\x9f\x8e\x56\xc8\x71\x31\x7e\x1a\x59\x01\x2c\x3c\xaa\x79\x32\x07\x49\xb0\xb9\x0f\xee\x70\xfc\x14\xb0\x42\xf6\xc0\xf1\xd3\xbf\x2a\x82\xe6\x68\xae\x34\x1e\x5b\x5c\x3e\x9b\x8f\xe9\x7b\x38\x41\x1d\xd1\xce\xa3\xd9\xdd\xc1\xb3\x38\x06\x1b\xa3\x29\xbf\x0e\x67\xb9\x29\x71\x08\x67\xb9\xc9\xfd\x51\xe9\xd1\xc6\x79\xbe\x7f\x7c\x84\xf8\x41\x89\x43\x42\xf7\x1e\x5d\xb9\x32\x42\x77\x1b\x5d\xc6\xfa\x10\xbf\x47\x97\xb1\x9e\x83\x2e\x7f\x0d\x19\xf5\x86\xd2\x4e\x94\xc1\xff\x32\xbe\x4f\xda\x57\x2e\x8f\x50\xe3\x46\x57\xae\xd3\x50\x50\x47\x97\xf7\x20\x74\xde\xd1\x3d\xbe\xf8\x7f\xc8\x5d\x12\x42\xdd\x18\xf2\xe4\x85\x75\x61\x38\xf1\x34\x69\xa9\xc6\x70\xca\x77\xb8\xf2\x50\x9a\x05\xd6\x60\xc8\x98\xde\xe9\x41\xf6\x66\xf6\xa1\xf3\x4a\x30\x23\x43\x39\x03\x58\x82\xa1\x24\x04\x93\x67\x3b\xf0\xc3\xc0\x3d\x84\x65\x1b\x9f\x6d\x32\x65\x7e\x0f\xdd\x6b\x38\xb1\x04\x8b\x3e\x65\x7e\x67\x0e\x9d\x48\xa2\xf3\xbd\x2c\xea\x2c\xba\x13\x49\x30\x67\x53\x16\x75\xd6\xcc\x89\x24\x58\x63\x25\x92\x20\xfc\x61\x38\x91\x04\x73\xe8\x44\x12\x28\x33\x63\x3a\x3f\x38\xec\xc0\x99\x24\xe0\x78\x53\x0e\x07\x56\x45\x3e\x9f\xf6\x99\xb4\xc3\x24\xc7\x90\x0f\x1f\xf6\x68\xc0\xa9\x25\xd8\x46\x87\x49\x8a\x45\x71\xea\x88\x90\x51\x87\x53\x45\xb0\xaf\x9d\x2a\x02\xee\x72\x78\xd1\x78\x76\xfc\x0e\xfb\xf0\xa7\x29\x65\x24\xb2\x71\xca\xca\x0e\x53\x3f\xc5\x5d\x90\x5b\xe4\x92\x01\xaa\x3a\xe4\x92\xa1\x92\xd5\x90\x4b\x06\xc8\xf2\x90\x4b\xe6\xc3\x2a\x4e\x59\xd1\x43\x3a\x1b\xa7\xbc\x00\x21\xfd\x8e\x9f\x7e\x33\xc0\x58\x0f\xa9\x37\x15\x23\xd5\x50\xe6\x09\xaa\x21\x0c\xa9\x26\xe5\x73\x4f\x09\x13\xd6\xb6\xcf\x17\x1a\x12\xdc\x48\xb9\x21\xd0\x25\xc6\x25\xbb\x34\x47\xef\x92\x5d\x7a\xd2\xa0\x38\x34\x00\x8e\x71\x2b\x38\x12\x06\x7a\x2b\x70\x30\xd4\xd1\x21\xcf\x0a\x9a\xe3\xb8\x15\xfa\x58\xfe\x94\x8e\x6e\xd8\x0d\x13\xf6\xb1\xb1\xdc\x30\x74\x26\xab\x7b\xe6\xd9\xec\x3d\x26\xf0\x96\x97\x80\x8b\xfd\x36\x75\x0c\x46\x2e\xf9\x0c\x31\x8a\x0c\xe5\xbe\xbc\x65\x75\x0f\x6b\xd1\x90\x1b\x06\x15\x76\x3c\x8a\x7d\xe5\x7e\x7b\x5c\xd8\x07\x59\x4e\x7a\xc2\xf6\x11\x75\x1f\x19\xdd\x99\x3e\x07\x04\xa5\x4f\x93\xb6\xe0\x72\x45\x3d\xb6\xe0\x22\x28\x3c\xb2\xe0\x22\x34\x39\x22\xe8\x23\x89\xbd\x0a\xa0\x82\xdf\xbf\xb2\x3b\xc3\x7b\x5e\x5f\x30\x9c\x4c\xc7\xff\x7c\x44\xb7\x77\x0d\x9b\x26\x3d\xec\x98\xb8\xd7\x26\xf6\x18\xf5\xbb\x5c\x05\x31\xd3\xef\xa2\x8b\x41\x2c\xba\xe8\xf4\x56\x13\x7c\xb1\xe8\x8c\xa9\x79\xed\x43\x0a\x3b\xda\x94\x22\xf1\xc9\x26\x38\x95\xa8\x01\x11\x6a\x6e\xf2\x25\x84\x34\x3e\x05\xdd\xda\x80\xc0\x4e\x69\x09\x1b\xb8\xe5\xa9\x14\xd2\xe4\x24\x9b\x0e\xed\x01\x8a\x3f\x7f\x4a\x42\x21\x49\xd9\x74\x64\x0f\x60\xdf\xe9\xc8\x1e\x30\xdd\xd3\x81\x3c\xe0\xc2\xe7\x2e\x0b\x6d\xe2\x79\xf7\x17\x31\x6c\x41\xb3\x36\x80\xb9\x73\x57\xb4\x4a\x6c\x9a\xb9\xaf\x61\x8f\xf8\x41\x81\x7b\x95\x16\x8c\x78\x0f\x6e\x3e\x77\x1b\xe6\x62\xe7\xce\x64\xa9\x24\x5a\x48\x36\xd4\xc5\x0d\x35\x93\xed\x5b\x71\xf2\xa7\xd3\x2d\xa4\x4f\x13\x55\x4d\xc4\xec\x27\x1b\xee\xe2\x8a\x98\xc9\x86\xbb\x41\x27\xb6\x30\xc6\xf9\x9d\x49\xd8\xfe\xcc\x17\xca\x28\x1e\xe7\x75\xba\xfe\x21\x99\x2c\x66\x5a\x74\x04\x61\xd9\x51\x0a\x71\xaf\xcd\x6c\x5b\x6a\x5c\x8c\x33\xdb\x70\xc7\x0b\x36\xe8\x54\x7e\xb0\xfd\x26\xce\xc3\x94\xec\xce\x89\x9b\xd9\xb6\xac\x38\x61\x33\xdb\xa0\x13\x94\x67\x5b\x64\x18\x94\x2d\x32\x95\x17\x54\x0c\x00\xba\xf2\x32\x63\xc4\x0f\x8e\xaf\x21\xe7\xc9\x2c\xb6\x43\x85\x06\x37\xe5\x64\xf9\xa4\xa4\x9f\x2a\x61\x0e\xa3\x98\xc5\x36\x89\x38\x61\x53\x11\x33\x1d\xcb\xea\x2c\xb6\xc8\x7c\x3e\xb1\x09\x82\x03\x53\x6c\x80\xc9\xf4\x6a\x6d\xaa\xd2\xa8\xed\x2d\x71\x6c\x67\x5d\xc6\xc3\x68\xa3\x2e\x73\x4a\x90\x22\xd7\x4a\x85\xdf\xcc\xaa\x6a\xc0\x9d\x26\x8c\xf0\x6d\x7c\x61\x5d\x3d\xc4\xab\x59\xad\xab\x87\x74\x33\xab\x35\xf1\x4f\x1b\x86\xbd\x86\x84\x36\xab\xcc\x10\x9f\x26\x5e\xa9\xea\x31\xcc\x9f\x9c\x5e\x3f\x7d\xae\x54\xd2\x9f\x17\x96\x11\xe2\x4f\xc0\xba\xd9\x96\xa2\xcf\xe7\x45\xa0\xce\x58\xe1\x95\x66\x3a\x74\x9d\xd9\x6c\x09\x88\xbb\x61\xb6\xa5\xfd\xd2\x84\xe0\x94\x90\xe4\x44\xd4\x1b\x34\x35\xd5\x3c\x66\x56\xda\x52\xfb\x21\xca\x00\x43\xa6\xa9\xb9\xce\x41\x6c\x4c\x79\x4c\xf2\x67\xaf\x77\x15\x3e\x08\xe3\xe6\xec\xd6\x74\xe9\xb3\x17\xff\x10\x4d\x2a\x32\xe6\x53\x5c\x68\x76\xeb\xf9\x10\x26\x07\x48\x06\xb0\x3d\xbb\x55\xd9\xc2\x1b\x8f\xa0\x7a\x34\x21\x57\x4f\xc8\xe7\x73\xa5\x23\x80\xb5\x0c\xe5\xef\x84\xb3\x0f\x89\x8a\x30\x96\x9f\xc4\x9f\xb1\x84\xcd\x51\xff\xfb\xdf\x44\x55\x9e\xa3\xc9\x52\x16\x64\x4a\x01\x28\x1f\xaa\xc6\xda\x82\xf4\xb8\x8c\xf7\x74\xa1\x54\xbb\x1b\x1c\x73\xe5\xab\x8e\xc9\x1f\x42\x08\xb1\x3a\xd3\x11\xc5\x21\x6d\x4c\xe7\x86\x63\x7d\xe5\x0a\x69\x18\x48\xa7\x64\x7a\x7c\x0e\xf3\x27\xd3\x67\x6c\x9b\x53\x32\x3d\x3a\xc3\x94\x4c\x8f\x3b\x66\xfe\x64\xf6\x89\xfa\x3f\xa7\xc4\x1b\x16\xd7\x89\x08\x3e\x8c\xcc\x65\x68\x88\x71\x9f\xce\x44\x40\x16\x86\xe9\xc4\x03\x1f\x56\xe6\xc4\x03\x84\xe9\x4c\xd7\xa1\x21\x7a\x68\x3a\xf1\x00\x31\x35\x73\x39\x46\x1a\x3f\xb4\x1f\x8b\x66\x3b\x1c\x6b\x35\x68\xc2\x93\xdf\xe9\xd5\x17\x47\x8c\xf3\x50\x48\xcd\x67\x98\x76\x0d\x34\x46\x65\x8e\xdb\x68\xd2\xae\x01\x06\x71\xda\x78\x1a\x73\xe1\xc0\x12\xec\x2d\x73\x15\x2d\x0f\x7d\x64\x9e\x36\xcc\x71\xa4\x4f\x03\xbb\x63\x14\xa7\x75\xa4\xcf\x17\x02\x00\x43\xd7\xe9\x3a\x24\x2c\x80\x24\xfa\xfc\x61\xd1\x72\x58\x00\x6c\x9a\x72\x58\x7c\x80\x6c\xf3\x72\x61\xbf\x50\x55\xa7\x23\x2c\xb8\xff\x6e\x81\x27\x39\xc0\x4e\xd1\x0c\x37\x56\xee\xb5\x8f\x54\xa5\xdc\x6b\x89\x7b\xff\x96\x62\xc8\x8d\xfb\x93\x91\x27\x2e\xd4\x69\xa8\x12\x1c\xe4\x27\x13\x4f\x82\x8a\xe7\xb3\xe9\x39\xc6\xf7\x93\x91\x27\x31\xdc\xf3\x49\x7a\x0e\x82\x1e\xe1\x54\x60\x51\x4f\xd1\xff\xd1\xfe\xe3\xa3\x1c\xe3\xf9\xc9\xd8\x13\x8f\xed\x7c\xd6\xe6\xa1\x41\xa3\x26\x0a\x23\x72\xc5\x57\xf6\xdb\x12\xba\x61\x50\x16\xba\x89\xc8\x9a\x2e\x4a\x4e\x74\xda\xb4\x90\x4d\xd4\xd7\x7c\x2d\x77\x70\xba\x7f\x52\x76\x2d\x34\xf1\xae\xfd\xc4\x0f\xb6\xfc\x72\xdc\x7f\x42\x75\xa5\xd0\xe8\x7c\x6d\x4f\x83\x41\xbc\xae\x44\x90\xff\x94\x7c\x68\xaa\x44\x39\xa6\xe7\xf9\xda\x10\xfa\x69\xee\x35\x1b\xfe\xf7\xc3\x61\xcb\x7c\x70\xb4\x63\x13\xce\xb6\xf3\xbf\x0c\x4f\xc1\xd1\x0e\x55\x58\x04\x89\x7f\xb8\xa0\x62\x10\x70\x6c\x42\x81\xc6\x1d\x78\xfc\x44\xe1\x54\x62\x8a\x8e\xed\xc7\x21\xa9\xf2\x76\xb8\x9e\x4a\x48\x98\x87\x8a\x8a\x53\xb5\xed\xd8\x65\x57\x0a\x0e\x7b\xec\x59\xff\xef\xf1\xac\x8c\xbb\x93\xff\x9b\xfe\x8f\xf1\x2b\x49\x32\x35\xcf\x0e\x17\x15\x9f\xb4\x2f\x03\xc1\xa0\xbd\xcb\x39\x54\x82\x80\xdd\x66\x1d\x06\x68\xb3\x0e\x1d\x8a\xe5\x87\x22\x75\xa8\x58\xca\x0c\x0b\xc5\xe1\xda\x8a\xc1\x52\x8e\x24\x8c\x67\x6c\x89\xc3\xb5\x14\x99\x20\x09\xcc\x1d\xc7\xf6\x91\x94\xdf\x34\x18\xc8\x21\x7b\x78\xa5\xba\xd6\xe1\x7a\x89\x4c\x79\xf2\x88\x63\x49\xb2\x60\xaa\x4c\xb1\x92\x1c\xcf\x30\x33\x1d\x59\x40\xc1\xc4\xff\xba\x72\x42\x8f\x3b\x56\x70\x39\x24\x67\x1b\x10\xe8\xe0\xd0\x07\x41\x42\x16\xd2\x71\xa7\xc1\x4b\xcf\xbc\x6f\x09\xb3\xf1\x81\x90\x7a\x8d\x0f\xc4\x4f\xe2\x3a\x39\x8a\x6c\x1c\x71\x56\x8f\x22\x23\x4d\xa8\x53\x47\xf1\x88\x79\x5f\x97\x62\x1c\x83\xa3\xac\x8b\x3c\x28\x50\xf1\xc4\x19\x92\xdb\x51\x64\x85\xa9\x34\x68\x06\xc7\xfb\xb2\xc2\x64\x1a\x7c\xf5\x7e\x0c\xa8\x0a\x6b\x1a\xba\xf2\xa1\x7a\xe4\x33\x6c\x8b\x87\x6c\xd8\x64\x54\x3d\xaa\xa7\x9c\xef\xab\x66\x28\xda\xaf\x26\x88\xef\x35\xe3\xc1\xbd\x0e\xc7\x15\x84\xd1\xe7\x50\x1c\x41\x09\xab\xd2\xd1\x34\x9e\xe0\x54\x87\x6a\x23\x82\xde\x39\x9a\x2c\x34\x71\xc5\x1c\xce\xcf\xc5\xa9\x76\xfa\x2d\xe6\x43\x70\xa0\x96\x3a\x3f\xc8\xea\xc2\x0a\x3a\xff\x16\x13\xe2\xfc\x5b\xac\x80\xf3\x6f\xc5\xdd\x7c\x38\xff\x56\x68\x10\x47\xf3\x0e\x88\xef\x55\x0a\x11\x3e\x79\xa8\x14\x22\xca\xd3\xa1\x6c\x5a\x28\xed\x47\xd7\x0d\xc1\x04\x28\x9b\x16\x90\xa8\x43\xa5\x0f\x41\x6e\x1d\x5d\xe3\x0d\x49\xe0\x50\xf6\x2c\x02\x49\x8e\xae\xf1\x87\xe8\x70\x74\x8d\xbf\xf2\xec\x84\xb0\x93\x06\xbc\x65\xa3\x81\xa1\x19\x67\x8b\x0e\x5d\x79\xac\xc8\x4f\x5a\x9d\x38\x15\x8e\x21\x82\xd8\x01\x2a\x69\x8e\x72\x78\x0c\x13\x14\x04\x0f\x81\x4f\x43\x1a\x3e\xc6\xba\xcf\x82\xc2\x21\x5c\x26\x33\x2e\xdc\x0e\x58\xf3\x63\x58\xcc\x63\x89\x64\x8e\x2e\x79\xfc\xc9\x2c\x77\x4c\xa5\xf0\xe1\x5e\x98\x46\x08\xb2\xc5\xa7\x2c\x50\xf0\xd1\xb9\x6c\x09\x41\xf1\x94\x85\x23\xb4\xca\x63\xda\x02\xc5\xa1\x51\x45\x45\x0c\xf0\xc7\x5c\x77\x78\x2c\x82\x2a\x2a\x62\xfc\x3d\x96\x7d\x1a\x5e\xec\x24\x5b\xac\xf2\xe1\x5d\x15\x63\x3c\x44\x04\xbb\xf8\xf0\x98\xa3\xc1\x43\x56\x33\xd8\xc6\x21\x80\x20\xa7\x40\x42\x2c\x78\xfb\xe3\x10\x78\x93\xbb\xe2\x30\x05\xfc\xaf\x3a\x58\x64\x01\x3d\x24\xd3\x92\x20\xfc\x38\xd6\x2a\x32\xe2\xcb\x88\x5d\x7e\x58\xee\xb1\x68\xf3\x94\x69\x09\xd6\xa4\x3c\x59\xa4\x84\x3f\x04\xe4\x19\x99\x1b\xf0\x14\xdc\x0d\x5e\x22\x94\xce\x46\x10\xd2\x71\x0a\xc4\x08\xb7\x75\x9a\x2c\xc0\x2e\x87\xd3\x64\x81\x74\x3e\x94\x26\x8b\xba\x01\xc7\x69\xd1\xe9\x33\x08\x1b\xc4\xb8\x53\x94\x26\x8b\xc2\x00\xc7\x65\xd9\x0a\x8e\x77\x99\x8c\xe8\xe2\xb2\x8a\x11\x8a\xd1\xa1\x34\x59\x24\x77\x3f\x2e\x1b\xfa\x3e\x3f\xd8\x62\xc6\x11\xbb\x6c\xe8\xa3\x0b\xc1\x93\x88\x10\x38\x94\x1b\x8b\xfc\xf1\x87\x72\x61\xb5\x4f\x97\xae\xf0\xca\xb5\x71\xc9\x33\xc8\x45\xe8\xcc\x57\x64\x66\x38\x6e\xdb\xf9\xe0\x2b\xb7\xc8\x62\x1e\x6e\x93\x05\x23\xbb\xb5\x3a\xdc\x3c\xce\x6b\x05\xca\xfc\xb8\xbd\x5c\x9c\x9b\xdb\xf6\x4a\x86\x6d\xd0\x0d\x08\xd2\xe3\x16\x1d\xc8\x7c\x3f\x71\xbe\x7c\x6e\x23\x41\x6e\x76\x42\x17\x0e\x43\x6e\x88\x3d\x38\x04\xb9\xd9\x09\x5e\x38\x1e\xdb\xe0\xd8\xc9\xc2\xdc\xec\xb8\x59\x8f\x67\x59\x17\xa3\x0d\x41\x6c\x76\x1c\xbb\xc7\x63\x15\x30\x48\x57\xbd\xc4\xcf\xad\xfd\x78\x7d\x60\xe2\xc2\xd3\xd4\xcf\xb6\x7a\x64\x3b\xe4\xb4\x3c\xc2\x26\xc2\x14\x95\x49\xeb\x73\x0d\x3f\x26\x03\x2e\x2d\x91\x7e\x27\x48\xe2\x78\x65\x23\x85\xc5\xac\x0a\x8a\x70\x2d\x19\xd6\x89\x52\x39\x5e\x11\xc1\xcd\xf9\x8a\x08\x2e\x2e\x59\xcd\xa9\x02\x72\x28\x69\xd6\xa4\x0c\xc8\xa1\x0a\x8b\x64\x8f\x3f\x24\xf0\xef\xd8\x31\x8e\x57\xab\x05\xd3\x7a\x4d\x14\x23\x5a\x44\xfd\x9b\xc7\xf3\x27\xd2\x17\x12\xe4\x9f\x9b\xac\x86\xb1\xdc\xe7\x66\xe3\x67\xe7\x03\x23\xf9\x82\x6f\x9e\x9b\xad\x9f\x21\xa4\x9e\x9b\x91\x7c\x21\x53\x9e\x8a\x67\x86\x4f\x9d\x9b\xd3\x9a\x04\xb3\x3e\x37\xf3\xe2\x49\x9b\x56\xcf\x43\xec\x3c\x37\xe5\x39\xc9\x34\x69\xed\x3c\xd8\xf9\xb9\x0b\xb8\x57\xfe\xa4\xf9\x9c\xbb\xad\xa9\xc1\x9b\xcf\xdd\x46\xca\x60\xc6\xe7\x6e\x23\x70\x48\xe6\xe7\xbe\x36\x64\x10\xb1\xaf\x89\x89\x99\xda\x3d\x31\xc1\x9f\x4f\xc5\x47\xa3\x45\x9e\xbb\xe7\x25\x6e\x88\x73\x57\xbd\xc9\xd8\xd3\xe7\x6e\x24\xdf\xa0\x0f\xd9\x8d\x0b\x83\xb0\xdd\x78\xf0\x85\xec\xc6\xac\xde\xbe\xac\x18\xb1\x16\xbb\x01\x47\x61\xf8\x3a\x93\xe7\x29\xe6\x2d\x2d\xca\xa3\xcf\x64\xf3\x6c\x30\x95\x73\x05\x47\xc7\x2e\x3d\x93\xd1\x6e\x71\xf6\xce\x64\xcb\x72\xec\xb2\x33\x19\xed\x96\x79\x63\x48\xd7\xa5\x4d\x83\xdd\x82\xa5\x9f\x3f\x3d\xa5\x22\xe3\x9e\x49\x58\xb7\xb8\x66\x4e\xd7\x7c\xc4\x1d\x7d\x26\x67\xd5\xa8\xfc\x60\xc3\x33\xbb\x4c\x96\xff\xf4\x99\xff\x6c\x18\x19\x7b\x3b\x2f\x52\x63\xdc\x79\x51\x16\x8d\x66\x53\x56\x69\xc3\x94\x05\x97\x38\xb3\x73\x85\xd0\x84\x29\x8b\x33\x7e\x66\xdb\xd0\x2b\xe3\xb2\x0d\x9d\x25\xc8\xc6\xf1\x55\x7e\x30\x6d\x2c\x6b\x5e\xab\x18\x6f\x14\x43\xe4\x98\x8e\x9f\x92\x53\xb1\x6e\x9f\xc5\xc6\xe9\x50\x85\x4f\xb9\x07\x3e\xd5\xed\xce\xe2\x10\x77\xb6\x7c\xb1\xd5\x3d\x28\x29\x8b\x54\xda\x5c\x26\x4f\xde\x10\x16\xf0\xd3\x82\x01\x72\xb0\x06\xfb\x0f\x88\x42\x3a\xe5\x3f\x18\xdb\xa4\xcd\xdb\x94\xc5\x9a\x54\x53\xc6\xc9\xaf\xb6\xbb\x87\x17\xfe\xac\x8b\xb4\x18\x86\x1d\x0a\xc4\x8a\x9d\xd5\x25\x1c\xc3\x1a\x7c\x56\xd7\x10\x1e\xf4\x62\x5b\x0b\x27\x6d\xb9\x18\xe0\x40\x55\x45\x85\xe1\x2f\x55\xb4\x42\x5a\x55\xe2\x0d\x4e\x7f\xbd\xf4\x4c\x83\x4e\x3e\xc1\x3e\x10\x10\xa8\xe2\x5b\x3c\xe5\x70\xa0\x96\xdb\xd9\x9c\x7b\x82\x8d\xe2\x5a\x95\x88\x39\xe7\xf2\x21\x84\x62\x73\x36\xa7\x9a\xa8\xbc\xd1\xd4\x66\xcc\x44\x5b\x26\xa4\x98\x2b\x41\x81\x12\x52\xed\x29\xa7\x42\x05\xec\x7d\x2a\x34\x23\xa1\xbd\x9c\x3f\xed\xac\x52\xb4\xef\xb4\x53\x61\xe3\x03\x53\x1a\xfa\xe1\xd9\x4c\x58\xd0\xf1\x53\xcf\x6a\x87\xf0\x9f\x3a\x56\x89\x6a\x39\x55\x9b\x92\xd0\x9b\xb3\x3b\x8f\x04\x73\xdf\xed\xf8\x60\x72\xbb\xcd\xa4\x31\x0f\x7d\x99\x49\x63\x1e\xba\xcd\xa4\x30\x83\xb1\xc9\xd6\x15\x2f\x28\xa2\xa2\x92\x15\xf3\x1c\xce\x9b\x00\xb7\x50\x5a\xac\x0f\x98\xe2\x14\x28\x28\x7f\xb8\xc5\x30\xa2\x91\x03\x32\x8c\x68\x84\x7d\xc8\x49\xf0\xa9\x4c\x70\x2a\xed\xd5\x98\x7f\x82\xcf\x9d\xc3\x89\x14\x98\xa8\xe1\x44\x0a\xcc\xc3\x58\x16\xbb\x98\x29\xe9\x69\x93\x6a\xbc\xe7\xd2\xd3\x42\x24\x39\xa7\xd1\x65\x31\xe6\x9f\xe6\x55\x71\x21\x9c\x53\xb8\xc4\x90\x9a\xce\x9f\xda\x54\xf1\x41\x9c\x8a\x9c\x28\x64\x29\x38\x95\xac\x0a\x03\xd1\x29\x17\x41\xc6\xbe\x7b\x4e\x83\x0c\xe9\x42\xb8\x9e\x4f\xb0\xf8\x79\xba\x3e\x2e\xb7\x96\xc4\xc1\x0e\x9a\xf4\x32\xdb\x8d\x5b\xec\xca\xb6\x39\xcf\x78\x3e\xff\xfb\xdf\x47\x6d\xb9\xb2\x6c\xd0\xb1\x76\x57\xb6\x23\xa3\xf0\x81\x75\x8c\x98\xa8\x4b\x29\x28\x3e\x2f\x88\xa1\xc2\xe7\x2f\x33\x54\x10\x0d\x57\x31\xd7\x61\x4c\x66\xa8\xd8\x95\x2f\x3b\x5c\x83\xd7\x5d\x2e\x77\x35\xe8\x62\xc8\xda\x18\x43\x50\x45\xab\x19\x3c\xe9\x2a\x36\x33\xf0\xbf\xbc\x35\x61\xb8\xba\x1c\x34\x57\x78\x7f\x29\x52\x0c\xf1\xd1\x0b\x7c\x60\xa1\x29\xf8\xe2\x55\x85\x85\x0f\x85\xe3\x12\xaf\x1d\x39\xce\xf6\xf5\xe3\xa4\x75\x06\xef\xbd\xcc\x48\xc3\x90\x71\x55\x17\xcc\x8c\x59\xaa\x22\x31\xb8\xe8\x55\x65\x8e\xfc\x74\x68\x53\x58\x74\xd8\x6c\x9b\x8b\x29\x59\xa6\xa6\xe8\xaf\xd9\x72\xc3\xb3\x2c\x37\xa1\xdf\x5c\x4d\x86\x0e\xfa\x6f\x56\xf2\xf9\x5f\x32\x7f\xe5\x7b\x4f\x59\x4c\xa9\x33\x01\x56\xbe\x5f\x33\x14\x3f\x74\x07\xc7\xc4\x0d\x76\x39\x35\x20\xd5\x53\xae\x6e\x01\x2a\xee\x96\xab\x2b\x38\x26\x44\x86\xab\x5b\xa8\x60\x10\xdd\x97\x0f\xb3\xd8\xd7\xe5\x13\xd3\xa2\xea\xbc\x1c\xfc\x4b\xf8\x47\xd2\xc5\x5f\xca\x57\x51\x37\xba\x54\xfa\x08\xb6\xa2\xca\x70\xe5\xe0\xc0\xd7\x90\x49\x34\x58\xfa\xa5\xb2\x5b\xa8\x3e\x97\x92\xb7\x97\xd0\x12\x2f\xdb\x8f\x58\x96\x61\x03\x18\xcf\x02\x81\x71\x3c\x6d\x3e\xea\x3c\xcb\x7c\xc4\x49\xb0\xf9\x08\x9c\xd5\xe5\xcc\x7c\xd8\x1c\xaf\x69\x4d\x29\x7a\x70\xd4\x17\x35\x8f\x2e\x67\xe2\xa3\x70\xd5\x35\x2d\x9e\x34\xde\x70\x44\xc5\xa7\x0d\xc3\x19\x58\xdd\x69\xf9\x24\xc4\xa8\xeb\x1f\x33\x8b\x89\x9e\xce\x11\xc3\xcc\xc9\x03\x9a\x3e\x5f\xa8\x7c\xe8\xa7\x49\x23\xec\x20\x55\xe5\xb0\x48\x1c\x74\x1d\x82\x96\xb2\xd6\x87\xa0\xae\x2c\xb5\xca\x5f\x51\x1a\xe0\x72\xb9\x2b\xe8\x3e\x04\x34\x65\x43\x1e\x66\x12\x31\xe2\xc3\x27\x8c\xfe\xec\xa2\x60\x3c\x97\x9e\x63\xa2\x9d\xa7\x22\xb7\x3f\x85\xc5\x5e\x87\xd2\x08\x04\xeb\xbe\x4e\x6f\xa4\x68\xfd\xd4\x79\x8d\xfb\xe7\x3a\xe5\x56\x8f\xdb\xe3\x3a\x65\xba\x8e\x7b\xf9\x3a\xe5\xb0\x66\x76\x4e\x99\xae\xe3\xd2\xbd\x4e\xc1\xaf\x33\xff\x0f\xfd\x1f\xb3\x65\x80\x24\xd3\x6f\x80\x64\x08\x59\xd7\x29\x53\x37\x1c\xf0\x94\x33\x21\xf3\xbd\xd2\x0e\x64\xc6\x2b\x53\x3d\x4c\xfd\x14\xbd\x71\x81\x5f\x97\x4c\xe3\xec\x5b\x55\xea\x2a\xdc\x1a\x97\xe9\x8f\xef\x2f\x99\xc6\x39\xb8\x97\xc0\x8c\x71\x61\x5f\xaa\xd4\x85\xaa\x7c\x19\x4d\x19\x42\xf9\x25\xf4\x24\x06\x80\xcb\x95\xb5\xa8\x0e\x7b\xd9\x68\x84\x36\x71\x39\xf9\x79\xc8\xe4\xd7\xbd\x2c\x78\xd1\xc4\xed\xa0\x71\x78\xae\x42\xb5\x0a\x26\x80\xcb\x56\x23\xf4\x8f\x6b\x19\x89\x58\x96\xdb\x46\x3d\xd6\xe1\xf6\xc1\x09\x0b\xf4\x25\x2b\x51\xfb\x34\xe1\xbb\x88\xcb\xe9\xf6\x5d\xc4\x07\x8b\x25\xc4\xc0\x1f\x99\x26\x43\x39\xbb\x1e\xa5\x6c\x66\x69\x1e\x99\xf0\xb8\xa0\x1f\x9b\xf0\xd8\x5b\x8f\x4d\x95\x3c\xdb\x18\xc6\xf5\x67\x3f\x2f\xe8\xcb\x4b\x7e\xde\xfa\xe1\x5b\x8f\xc0\x7b\x6c\x27\xf9\x7d\x1b\xa0\xe6\xeb\xb1\xad\x2b\x14\xd9\x6b\xd9\x84\x42\x51\xbd\xec\xe6\x45\x21\xbc\x64\x14\xfa\x32\x63\x05\x5d\xed\xe8\xba\x97\xe0\x96\xb8\xf0\x2f\xc1\x2d\xf7\xcf\xe4\xca\x11\xdc\x32\x6c\x4a\x8e\xe0\xcf\x82\xbd\x8e\x09\xe4\x02\x50\xae\x3c\x94\xe3\x4b\x41\x59\x28\xa5\x97\x5c\xbf\x9f\x5d\xf4\xca\x8e\xc0\x1e\x71\xa6\x3c\x8c\xd5\xb7\x3d\xbf\x58\xbb\x6f\x87\x60\x61\x2e\xbf\x9d\x48\x1d\x47\xde\xed\xc4\x78\x38\x15\x6e\x85\x60\xe1\xf7\xba\x37\xa9\x58\x83\x3e\x0c\xe2\x0a\x33\xe1\x2d\xbb\x11\x7a\xdd\x2d\xbb\x51\xef\xb1\xd9\x6f\xd9\x8d\x1a\x0b\x78\x2b\xde\x8a\x12\xec\xf7\x66\x55\xe4\xdf\x26\xba\x77\x87\x35\xf1\x81\x2c\x41\x85\xe5\xba\x65\x09\x2a\x60\x68\xee\x5d\x81\x4d\x9f\x2f\x1c\xd8\xc4\x20\xf6\xa5\x06\xf0\x85\x6b\x5b\x85\x20\x77\x3b\x0f\x5e\xfe\xb4\xa1\xd0\x9d\x60\x23\xb7\xec\x3a\x9f\x5b\xe0\x56\x7c\xd6\x27\xc1\xd3\xad\xa0\x0f\xdc\xb2\x77\x13\x7a\x3f\xae\x91\xbb\xf9\xda\x88\xb9\x94\xe0\x03\xf4\xfd\x76\x0e\x64\x44\xbd\x5b\x92\x0f\x09\x96\x6e\xe7\x40\xfe\xac\xce\x12\x85\xe8\xa2\xdb\xf9\x1f\x73\xa9\x20\x0e\x6a\x3d\xdc\x5d\x25\x91\xd9\x32\x5d\x38\x92\xd8\xd6\x77\x57\x0a\xa9\xc9\xfb\x72\xb6\xef\x7f\x4a\xa2\x7a\x77\xa5\x63\x82\xfe\x9f\x44\x34\x32\x0b\xad\xa0\xfa\x02\x20\xe3\xee\xd6\x08\x18\xad\x45\xa2\x68\xc0\x22\x11\xa3\x1d\xe2\xec\x85\xff\x1d\xe9\x14\x57\xd9\xfd\x53\xff\x06\xa7\xf4\x96\xcf\xad\xb0\xea\x8a\x00\x21\xdf\xd3\x2d\x19\xa9\x14\xbe\x37\x6b\x8f\x01\xa9\xdc\x0d\xee\x80\x7b\x0a\x06\x13\x2c\xf6\x9e\xf2\x09\xb2\x47\xa6\x7c\x82\xb4\x27\x8f\x18\xac\xe9\x5e\x1e\xb1\xca\x07\x82\x5c\xb3\x0b\x5d\x76\x06\x1d\xf8\x9e\x06\xb1\x04\xcb\xbd\x15\xd2\x4e\x96\xb2\xdb\x55\x65\xc0\x83\xdd\x06\x77\xe1\xa9\xbd\xe5\x03\x23\x0d\xd8\x7d\x98\x75\x85\x8e\x72\x1f\xcd\x66\x27\x9a\xe8\x7e\x83\x1f\xcc\xcb\x62\x10\x76\x7b\x7d\x76\xea\xb1\xa4\x36\x3a\x91\x55\x09\xd8\xda\x7d\x18\xec\x39\x19\xf8\xed\x37\x62\xb1\x0e\x67\xfe\x64\xb9\x0f\xa7\x91\x0c\x7b\xce\xad\x18\xf7\x0c\xfa\xe6\x76\xaa\x61\x98\xd1\xe9\xed\x1c\xc3\x3a\x95\x40\x8c\xe3\x70\x7a\x7b\xc7\x18\x4e\xab\x42\x7c\xaf\x1d\xbb\xd3\xa1\x04\x37\x8e\x83\x62\x3b\xa8\x4b\x76\x9f\x8a\x8e\x09\xc1\xf1\x56\x3a\xae\x1c\xb7\xf6\x2d\x27\x58\x47\xba\xbd\x95\x8f\x8b\xe2\x22\xb7\xf2\x71\xe5\xf0\xb1\xdc\x72\x8a\x7d\x8f\x84\x72\x6c\x81\x15\xb9\x2f\x09\x63\x71\x29\xdc\x2a\x1b\x4a\x8c\xd3\xad\x1c\x5b\x98\x02\xee\x4b\xc2\x16\xfb\x49\x65\x41\x4b\x65\x84\xc2\x45\x84\x13\xf9\xbe\x84\x3b\x60\xbb\xa9\x2a\x28\x11\x48\xf7\xed\x13\xc0\xb3\x8e\x64\x28\x52\xb7\x73\x70\x71\x05\x49\xd4\x69\x9f\x19\xb8\x4d\x10\x1f\x28\xfc\x26\xb4\xc9\xdb\xd1\x20\x21\x8d\xdd\x4e\xca\xc5\x15\x26\x24\x1b\x41\x5b\xf7\xed\x23\xcc\x80\x44\x70\xdc\x92\xb7\x93\x72\x35\xfa\x97\x74\xc9\xe9\x70\xf4\x07\x37\x85\x91\x6e\x1c\x27\x47\x83\x70\x2d\x18\xe9\x46\xfb\x8f\xdc\xfe\x4c\xa8\x92\x74\xa1\x8b\xde\x8f\x80\x17\x21\xdb\xdf\x8f\x70\x0b\x2c\xe0\x23\xdc\x05\x7b\xfc\x27\xef\x4c\x12\x56\xde\x8f\xa4\x4f\x58\xc8\x23\x03\x03\x1c\xe4\x11\xcb\x62\xc1\x7e\xd2\xcf\x44\xc2\xba\x55\xf7\x13\x6f\xc4\xfd\x9a\xbe\x68\x4f\x95\x66\x90\xf9\xee\xd7\xf4\xf1\xbf\xa4\x65\x2e\xa9\x57\xda\x3e\xac\xe0\xf5\xf8\x82\x1e\x39\xb7\x08\x51\xbb\x5d\x0f\x06\x15\xf0\x5e\x21\x21\x6c\xd9\x77\x89\xcb\xff\x86\xfc\xb8\x20\x4c\x6a\x7f\xf2\x13\x3d\x0a\x3c\x6f\x88\x41\x8f\xcb\xc7\xa0\xcb\x3f\x9b\x53\x1b\x05\x5b\x78\x36\x67\x9f\x6a\xf4\x68\xf9\x3b\x8e\xc1\xe3\x98\x12\x44\xa9\x67\xb3\xfc\x1d\xfb\xf0\x71\x50\x09\x3c\xf1\x71\xbd\x98\xef\x38\x4c\x79\x30\xde\x47\x41\x24\x95\xc3\xfa\x6c\xe2\xe5\x74\xe2\xa0\x12\x5a\x58\x41\x25\x50\xe2\x7c\x60\xa0\x6e\x9e\xdd\xde\xe6\x4f\x13\xc6\xe9\x7e\xda\xb0\x08\x5e\x79\xc3\x5e\x74\x06\xbe\x5b\x06\x67\x58\xae\x07\x03\x96\xe6\x71\x12\x31\x4c\xd8\x8f\x93\x88\x61\x03\x7a\x9c\x44\x0c\x4b\xfa\xe3\x0a\x31\x20\xc0\x9e\x5d\xb2\xcc\x67\xe4\xd2\x35\x58\x82\xdd\x73\x11\x83\x48\xeb\x5e\x8b\xd9\x73\x79\x18\xba\x54\x8e\x31\xd2\x79\x3e\xce\x31\x06\xc4\xe9\x71\x8e\x31\x20\x47\x4f\x5a\x53\x11\x73\x93\x1c\xa5\xcf\xec\x29\xc9\x18\x19\x31\x1f\xb9\xc0\x2a\x17\xf8\xa3\xd8\x16\x72\x86\x3e\x76\x79\x01\x72\x7f\x9c\x63\x0c\x07\xc1\xe3\xd8\x16\xd4\xd1\x27\xcb\x21\xcd\x44\xe4\xa5\x6a\x04\xe5\xd9\xaa\x06\x2d\x28\x44\x87\x99\x91\xbf\x6b\x47\xe1\x7f\xb2\xdd\xea\x61\x61\x7b\xb2\x2a\x8b\x40\x86\xfc\x5d\x9f\x7b\xeb\xc9\x4b\x90\x8c\xc9\xcc\x76\x39\x87\xe4\xf3\x94\xa5\x33\xc5\xf4\x3b\xb8\x05\xb5\xfc\x29\x0a\xc9\x61\xee\x8a\x87\x1d\xa3\x72\xa9\x18\x0c\x56\x8f\x4c\xad\x9f\x90\xe6\xc7\xd5\x60\x28\xe2\xfc\x14\x8b\x19\xf4\x29\xdf\x2b\xdb\xbf\x48\x63\x62\xf6\x8b\x35\x26\xbe\xb7\xeb\x75\xf2\x81\x5d\xd4\x93\x41\xda\xf7\x1a\x37\xf6\x53\x9c\xac\x99\x3e\xab\x8d\x89\x21\x33\x3c\x2e\x06\x43\x76\xe5\xc7\x9e\x2b\x14\x9a\xa7\x5a\x67\xa2\x09\x3b\x24\x1b\x3f\x2c\x33\x18\x5f\xc8\x21\x19\x12\xd8\x53\xed\x90\xec\xfc\x60\x87\x64\x5c\x83\x8f\x63\x65\x3e\x1c\xca\xbe\x2b\xcc\xa8\x4f\xb5\x3a\xc8\xf4\xca\x77\xf5\xd9\x15\x6d\xa9\x87\x31\x3b\x8e\x96\x01\xdd\xf4\xb4\xa5\x2f\x46\x9b\x2d\xab\x09\x5e\x10\x1c\x9a\x6d\x63\xdf\x16\x78\xa8\x47\xbe\xad\xcf\x5e\xb6\x6f\x0b\xc8\xd7\x23\xdf\x56\x27\x5a\xe9\x59\xa9\x89\x3b\x6d\x1e\x96\x0b\xe9\x54\x5e\xbb\xc1\x0b\x4b\x70\xa4\xcd\xd7\x3f\x44\xaf\xb2\xff\x76\x22\xe7\x1e\x05\xc4\xe0\x6b\x7c\x14\x10\x93\xc0\xa3\x3f\x72\x77\xe1\xae\x7c\x64\x0f\x6e\x9f\xe9\xee\x72\xbc\x0e\xba\x30\x7e\xb2\xfe\x29\xb0\xe8\x91\xb7\x2c\x61\xb2\x7c\xba\xb5\xe6\x58\x9b\xbe\xc4\xe5\x20\xb2\x9b\x68\x3e\x90\xfb\x85\xa2\x1a\x8f\xa3\x69\x80\x89\x3d\x43\xc9\x3f\x42\x94\x7c\x86\x92\x7f\x84\x2c\xfa\x0c\xe7\xc0\xe7\xc0\xfe\x94\xa3\xda\x43\xd8\x7d\x86\x63\x99\xe0\x4c\xaa\x18\x83\x63\xf8\x71\x38\xcd\xe7\x5e\xf8\xa9\x53\xb5\xc3\x56\x86\x63\x9d\x18\x82\xbc\x92\x83\x21\x38\xc5\xc9\xa0\x07\x99\x02\x06\x43\x70\xa8\x13\x5f\xc8\x06\x9d\x71\xf9\x3c\xaa\x0e\xf3\x61\xe1\x73\xb9\x04\x63\x0c\xf2\x95\x7d\x98\xfe\xb4\x47\x30\x04\xa4\x67\x2e\x53\x40\x90\x35\x97\x03\x90\x3e\x9c\xb0\x24\x64\xa2\x47\x06\xe6\x5c\x38\x8d\x3f\x1d\xab\x7e\x78\x9d\xc2\x65\x32\x35\x21\x1e\x85\xcb\x64\xaa\x31\x3c\x52\xba\x32\x35\x34\x1e\x29\x5d\x19\x1f\xfa\x73\x38\x7d\x01\xd3\xad\x4a\x9e\x19\x07\xd9\x23\xad\x2b\x7f\x76\xed\x61\xbf\x5f\x0c\xdc\x4a\x17\xfc\x54\x76\xe5\xca\x16\x90\xca\x55\x3e\x2c\x59\x69\xc5\x3a\x81\x97\x8f\x6d\xc5\x9c\xb5\xd3\x76\x48\xee\x1a\x85\xcb\x0c\xcc\x22\xcf\x29\x73\x1c\xbc\xce\xe1\x32\xc4\x07\x3c\x4e\xf0\x85\x7d\xf6\x51\x34\xcc\x67\x10\xae\x9b\x42\x30\xca\x73\xd9\x4a\x15\x16\xd6\xe7\x5a\x84\x47\xa7\x4a\xa7\x85\x6b\xf1\x51\xcd\x93\x06\x0f\xf9\x69\x39\x89\xbc\x36\xcf\xa5\x14\x25\x6c\x5c\x25\xd7\xfa\xe8\x61\xcf\xa5\x20\x86\x30\x28\x3d\xb7\x92\x61\xd0\xc1\x9d\xf4\x7f\xbc\xaf\x78\x1c\xdc\xe5\x8f\xe2\x71\x6a\x40\xbc\x1e\x69\x31\x39\x2c\x1d\x8f\xb4\x98\xfc\xf9\xdf\xc0\x37\x58\xd6\x2d\x97\x00\x97\x8c\xd4\x96\xbc\xf3\xbf\x4c\x23\x3b\xff\x3f\x7a\x66\xc0\x0a\x5a\x60\xd6\x1f\x5b\x34\xe9\xf1\xb1\xcd\x99\x2f\x1e\x29\x62\x1c\x35\x67\x13\x66\x33\x39\x7b\x70\x38\x39\x1e\x67\x0b\x86\x03\x3a\x5b\x30\x0c\x49\xd1\x35\xdf\x21\x3e\xb2\xdb\x73\xb8\x1f\xa9\x92\xdc\x36\xaf\x1c\x5c\xec\xb5\x65\x84\x85\xe6\x57\xd6\x1c\x98\xf2\xeb\x11\xc7\x22\xbc\x1a\x31\x9b\xf7\xb5\xea\xc8\xf7\x72\x4c\x20\x93\xbe\x56\x1d\x63\xc4\xaf\x1c\x13\xec\x9a\xd7\xaa\x63\xcc\xd0\x6b\x5d\x99\xf6\x04\x69\x67\x46\x5e\x21\xc4\x43\xfc\x78\x37\xa9\x56\x21\x9e\xbc\x4a\x47\x8c\xe1\xe5\xdd\xa4\x5a\xc5\xae\x7c\x37\xab\x56\x7c\x2f\xc7\x69\x70\x95\x77\x93\x87\x2f\xc4\x9f\x77\x93\x87\x6f\xd0\x9e\x54\xaf\xf9\xa7\x94\x74\xaf\x72\x13\x23\xda\xbe\x4b\x3b\x89\x9b\xf9\x75\x88\x3b\x77\xf9\xbb\x2b\xf0\x3e\xd6\xe7\x55\xe1\x49\x62\xd2\x5e\x15\x9e\x24\x93\xc7\xbb\xdb\xd8\x15\xe4\x2c\x35\x22\x04\x92\x77\xb7\xd5\x28\x44\xc8\x77\xa9\x11\x9f\x2e\x25\x5e\x7f\x9e\xe5\xb1\xe8\x74\x21\x25\xe2\xd3\xa2\x94\x88\xce\x10\xa5\x44\x40\xd3\x52\x22\x3e\x3f\x58\x49\x08\x4e\xfe\x2e\x25\x21\xf8\xd7\xeb\xa2\x92\xb1\x49\xde\x24\x8f\x45\x48\x66\xaf\x55\x84\x4f\x03\xe2\x7f\xb1\xab\xdf\xb4\x14\x1f\x1a\x58\x4c\x97\x37\x2c\x7c\x67\xba\x54\x96\x4a\xbe\xc8\xce\xa3\xcf\xcc\x2b\x75\xd5\x8e\xcb\xeb\xcd\xf2\xc4\x32\x0f\xd9\xc0\xc7\xd0\xea\x5f\x87\xc3\xe3\xb4\x7b\xff\x29\x0d\x74\x62\x1b\x5f\x68\x2e\x6f\x56\x29\x46\x26\x42\x45\x44\x76\xfc\x7a\xaf\xd2\x12\x63\xa9\x79\xf3\x42\xb2\xd3\xa9\xf0\x9f\x8d\x0f\x04\xd7\x60\xcb\x59\xa7\x20\xc1\xfa\x2b\x9d\xa2\x72\xc3\xbd\x45\x39\x0d\x1b\xcf\x4b\xf6\x8e\x41\x39\x5e\x9e\x23\xf2\x53\x32\x2a\x0a\xdc\x2b\x8d\x81\xeb\xea\x2d\x4b\x81\x0b\xb2\x57\xb4\x7c\x30\x91\xb7\xa8\x3a\x56\xe6\x59\x21\xe7\x61\xa4\x7f\x0d\x6d\x23\xf0\xe4\xad\xeb\xba\x8a\x31\x19\xda\x46\x2c\xce\x2b\x40\x06\x30\xb5\xd7\x80\x8c\xcf\x96\xa8\x4b\x90\xa2\x09\x07\xa1\x32\x55\x56\x08\x3e\x67\xa7\x3a\x6c\x3c\x44\xd8\xd7\x25\xff\x29\xb8\xfd\x56\xc7\x8d\x0f\xda\x58\xc2\x14\xe3\x92\xa3\x05\xd2\x9b\x85\xab\xca\x0f\x16\xae\xe2\x83\x66\xe1\xea\xf3\x83\x03\xc9\xe3\xd2\x78\x9b\x03\xc9\x83\xc9\xbf\xcd\x30\x21\x8e\xb0\x72\xc5\x0e\x72\x28\xbe\xd3\x94\xc4\x17\xd3\x5c\x36\xe8\x98\x32\x58\x85\x4b\xe3\x75\x55\x09\x8a\xd1\xbe\x8e\xe9\x60\x7a\x25\x5a\x95\xcf\xd6\x76\x24\x32\x87\x5e\x92\xd5\x18\x9f\x16\xb4\xd5\x19\xe3\xa1\x0c\x80\x9f\x2e\x7f\x7b\x80\xd4\x57\xef\xe1\x89\x8b\x69\x38\xed\xa1\x8a\xef\x55\x26\xa2\xc6\xcd\xf7\x5a\x8a\x9a\xbc\x6f\x81\x86\xa3\xe4\x8a\x78\xc4\xc3\xbd\xe7\x6f\x1f\x73\x73\x48\xec\x1a\x19\x0e\xa0\xb0\xe5\x0e\x08\xe2\x55\x8c\x47\xdf\x3f\x4d\x4e\xeb\x03\x74\x7a\xf8\x07\x46\xf9\xf8\x07\x7a\x79\x85\x60\x89\x4e\x2e\x23\x8b\x76\x7e\xd0\xfa\x87\xa2\xf5\x5e\x76\xab\xc5\x20\x2e\xc3\x53\x83\x8a\xcb\x05\x98\xfe\x14\x6f\xf4\xfe\x84\xba\x06\xec\xee\xbd\x6c\xa4\x08\xb7\xed\xfb\x13\xea\x1a\xb5\xa7\xdf\xcb\x0e\xb8\x70\x03\xbe\x3f\xa9\xae\x51\x7e\xf9\x75\xca\x54\x58\xf7\xb5\xaa\xa1\x06\x3d\xb7\x75\xa6\x90\xba\x5e\x45\x73\x90\x63\xec\xfd\x89\x79\x8d\x5a\xbf\xef\x4f\xcc\x6b\x14\x89\x7e\x6d\xcd\x66\x63\xdc\x55\xff\xc7\x04\xdc\x82\x5a\xb1\x06\x3f\x31\xb0\x51\xb5\xfb\x5d\x25\xcc\x69\xf0\xd9\xe4\x9f\x8b\x21\x3f\xca\xe5\xc7\xa4\xfc\xc4\xb8\x44\x32\xbe\xf7\x71\x1c\x78\x34\xf8\xc8\xe1\xc1\x56\xff\x09\x75\x89\xec\x13\xef\x4f\xa8\x4b\x64\x5a\x7c\x1f\x05\xfb\x72\x7b\x3d\x2a\xaa\x03\x67\x7a\x94\x55\x8e\x93\xf1\x48\x70\x86\x0d\x3d\xca\xed\xc7\x96\x79\x85\xa4\x81\x6f\xbd\x92\x83\xc3\x6d\xfe\xfe\x44\xb6\x0e\xd6\xf5\xfd\x89\x6c\x1d\x8d\xf1\x7d\xed\x5f\xe4\x59\x70\xbb\x44\x7b\x16\x19\x42\xff\x7b\x5f\xa1\xaa\xc2\x95\xff\xfe\x64\xb6\x0e\xf0\xf5\xfd\xc9\x6c\x1d\xe7\xf2\xfb\xde\x7a\x3f\x08\xfe\xc9\x70\x1d\x60\xec\xfb\x93\xe1\x7a\x00\x7c\xe7\xf6\x93\xe1\x52\x14\x5e\x9f\xdb\xe6\xa3\xdd\xe2\x39\xe9\xfd\x1c\xcf\x8a\x5e\xfe\xe7\x08\x9b\x9b\xa2\xad\xc3\x99\x3d\xb7\x9f\x4c\x97\x6a\xa2\x7d\x45\x33\xff\x3b\x62\x73\x53\x1c\x46\xdb\x26\x1f\xc8\x27\xfa\x6f\x06\xe7\xb6\x49\x11\xf8\x34\xa0\x58\xe0\x7f\x3a\xde\xdc\xb6\x1f\xbb\xdc\xb6\x78\xde\x37\x3d\xc7\xfb\xbb\x3c\x4e\x0c\x50\x26\xe4\x1a\x91\xb1\x73\xfb\x89\x71\x79\xdb\x79\xa1\xaa\x81\x1a\xcf\x4d\xff\xf3\x7e\xd7\xff\x3c\x0b\xec\x34\x83\xa2\xdd\x3e\xb3\x98\xc1\x9f\x4c\x97\xb7\x3d\x08\xda\x4d\x50\xcc\xe0\x4f\xa6\xcb\x1b\x33\xfa\x93\xe9\xf2\xc6\x0c\xee\x26\x30\xc6\x97\x4c\x60\xf4\x97\x4c\x60\x8c\x37\x25\xfd\x1f\xfd\xff\x44\xbe\xbc\x6d\xd1\xff\x4f\xe2\x1b\x39\xc5\xf8\x93\x3c\x60\x93\xff\xe5\x01\xab\x31\xa1\x49\x6a\xcb\x8c\xf1\x65\x79\xbc\x5a\x7c\x9f\x85\xcb\x6b\x31\xbe\x6c\x17\x1e\x1d\x64\xa9\x31\x93\x17\xe4\x94\xae\x31\x40\x47\x67\x37\x3a\x50\xee\x83\xd0\x43\xe6\x96\xa5\xc7\xb4\x18\xa1\xa2\xaf\x07\x33\x9c\xe5\xa5\xee\x74\xf8\xa3\x60\x32\x43\x0e\xbe\x6e\xf1\xac\x60\xeb\xc9\x96\x29\xbe\xae\xf8\x5f\x2e\x9e\xc6\xff\x4d\x82\x1e\x7b\xb2\x74\x35\x10\x14\x15\xf9\xac\x5a\x0c\xa8\x58\x31\x89\x25\x29\x8a\xbd\x9d\x41\x50\xb1\xec\x52\xf8\xe1\x56\x83\x7c\x60\x0a\xf8\xff\xd5\x73\x4c\x91\xa2\xb3\xe7\xf6\x17\xcd\x67\x6e\xd5\xe4\xc6\x86\xaa\x56\xc3\x78\x96\x1a\xc6\x09\x54\x28\xf7\xe0\x84\x29\x94\x7b\xb2\xe1\x65\xde\xad\x11\xc0\x37\xb7\xaa\xa0\x50\x16\x58\x35\x23\x12\xe4\x2b\xfd\x68\x62\xbd\xaa\x5c\x64\xec\x28\xa5\x23\x4d\x9f\x0e\x15\xe4\xca\x80\x54\x0d\x22\xb1\x43\x9b\xf1\x30\x35\x16\xac\x49\x53\x63\x01\x9b\x25\xa4\x98\x3e\x49\x69\x35\xd2\xd4\xce\xcd\xc5\x20\xc2\xeb\x39\x37\x17\x83\x18\x74\x61\x2d\x87\xff\xed\xdf\x19\x31\x09\xc2\xaa\xd4\x0e\xdb\x30\x56\x65\xf0\x2c\xd5\xec\xf3\x81\xb1\x64\x3d\xa8\xec\x4b\x37\x8b\x51\x77\x39\x14\x7a\x90\xdd\x97\xae\xc6\x0f\xf2\x30\xf4\xa0\xa2\xcb\x31\xd2\x63\x1e\x5d\xde\x3b\xf0\x21\x73\xeb\x8a\x0f\x1d\xbc\x60\xb9\x8f\xff\x97\x8a\x43\x0f\x0a\xdd\xfb\x8c\xd1\xa1\x7b\x85\x31\x2a\x74\xef\x33\x66\x61\xb2\x38\x5a\x32\xd3\xee\x9f\xa3\xd1\xad\x03\x45\x0f\x8a\x71\x08\x25\x7b\x6e\x43\x16\xf6\x1c\x34\xb9\xae\x37\x67\xcf\x35\x21\x26\xec\x6b\x2c\x22\x79\xa3\xab\x85\x20\x72\x28\x8c\x2b\x07\x91\xc3\xa1\x1f\x9f\x2e\x7f\x43\xfa\xec\xe7\xa9\xb0\x0b\xb6\xe7\x74\x6d\xce\xa0\x69\x96\xff\xfe\xd7\x76\xa6\x7d\xfa\x4a\x0b\x92\xe6\xd4\xff\xb4\x77\xea\x39\x06\x34\x9f\x9f\xa0\xc7\xde\x9a\x16\x3b\x83\x80\x9f\x80\xdf\x32\xab\x74\xec\xfa\x3f\xc6\x73\x58\x0a\xe5\x7d\x29\x21\x5c\x28\x3f\xf9\x9f\xec\xff\x73\xb3\x65\x95\x0b\xeb\x27\xfe\xb7\xcc\xce\x94\x5d\xb5\x7c\x38\xf8\xe1\x14\x2d\x74\xf8\xf8\x85\xa0\xf8\x50\xed\xc3\x1c\x23\x38\x55\xfb\xb0\x44\x03\xa7\xc5\xc8\xa0\xe0\x94\x18\x99\x63\x86\x4e\x8b\x91\xd1\xc1\x4f\xfc\x6f\x3d\xc7\x0c\xab\x12\xc3\xe7\xf4\x49\xfc\x8f\x54\xb7\x73\x93\xb0\xff\x39\x5b\xa7\x13\x86\xb0\x84\xe7\xfd\x13\xcb\x98\x82\x53\x62\xda\xa7\x81\x57\xcf\xd1\xc1\xa5\xcc\x5b\x9c\xac\x4b\xb0\x30\xb6\xb5\x04\xfd\xf2\xb9\xd4\x7e\x92\x7e\xdf\xa1\xf0\x52\x12\x99\x11\x9b\xec\x1a\x7a\xa6\x01\xc9\x95\xec\x99\x9f\x2c\xdf\xa3\x12\xf6\xdc\x2e\x41\xb4\x39\x89\xb7\x2e\xe5\x1c\xfd\xdd\xee\x8f\x67\xcb\x8d\x31\x83\x3f\xc1\xba\xf7\x3d\x56\xe4\x1e\x7a\x8e\xf6\x6f\x89\x85\x88\x59\xb7\xc4\x42\xc4\xba\xdb\x62\x21\xdf\x4b\x0c\xdc\x63\xbc\x92\xcb\x3b\x7b\xe8\x91\x18\x98\xfe\x82\x48\x98\x9b\x84\xf6\xa8\x83\x3a\x37\x09\xed\x7d\x8f\xc9\x7b\x24\x23\x22\x20\x3c\x12\x92\xf7\x98\x0c\x41\x42\xb6\xcf\xfb\x42\x25\x71\xa2\x55\xc7\x2d\xa7\x20\x4e\x75\xda\xb6\xcf\xe0\x85\x42\xe2\x80\xfe\x84\xf4\x91\x21\xf6\xb5\x92\x11\xe3\x7b\x2d\x11\xf1\x2c\x01\xa5\x45\x7f\x3f\x21\x7c\x7e\x24\x3e\xa5\x34\xda\x43\x28\x9f\xdb\x4f\x08\x9f\x1f\x11\xeb\x95\x69\x98\x0b\xed\xf5\x00\x69\x50\x22\x16\x5c\xf3\xb5\x88\xf5\xef\x79\x97\x21\x15\x91\x70\x97\x21\x15\x11\x70\xdf\x2c\x72\x95\x78\xce\xfa\xbf\xc5\xb3\x25\x2e\x9e\xab\xfe\xaf\xf1\x2c\xc3\xf1\xe4\xfb\xae\xff\x79\x16\xe6\x28\x38\xe2\x2e\xc3\x6b\xe4\x85\x9f\xbb\x6d\xa9\x9d\xf1\x5a\x00\x63\x7c\xc2\xe0\x04\x87\xdb\x37\x09\x60\xc1\x11\xf7\x5d\x86\xe2\xe0\xc8\xfb\x2e\x43\x71\x9c\x96\xfd\x27\xa3\xe7\x28\x24\x38\xf7\x5d\x02\x59\x1c\xd7\x7d\x97\x61\x38\x4e\xcf\x2e\x91\x3c\x0a\xf7\xcd\x5d\x45\xe0\xc2\x3e\x31\xf7\x9f\x88\x5e\x60\x17\xfb\xaa\x01\xd7\xe9\xc0\x59\x2a\xe2\xbc\xed\x86\x6f\xa4\xcf\x90\x96\xb9\x38\x68\x92\xe9\x35\xb3\x26\xbb\x51\x3c\x4c\xca\xaa\x12\xc7\x28\x5d\x25\x2e\xc2\x83\xe7\x9e\x0c\xd4\x81\x2e\x5b\x67\x13\x13\xb5\xca\xc4\x05\x63\xdb\x93\xc1\x2b\x83\x4f\x7c\xc5\xf3\xec\x00\x93\x41\x13\x4b\x72\x89\x81\x26\x6f\x4e\x86\x65\xc1\x85\x67\x23\x38\x06\x84\x58\x72\x61\xdc\x59\x30\x9d\xe0\xae\xbb\x10\x1d\x8d\x0f\x5c\x34\x6e\xd0\xe4\x82\x78\x84\xce\xb5\x1b\xe2\xc1\xfc\x1b\xc1\x81\x80\xbb\x2b\x62\x39\xb1\xa3\x56\xb4\x31\x74\x66\xfb\xbc\x83\xe3\xed\x8e\x36\x8e\x84\x38\x73\x2f\xae\x8a\xce\x64\x3a\x18\x6e\xd0\x68\xb1\xb9\x86\x46\x05\xc8\xc8\x81\x59\x9f\xbb\x00\x19\xe3\xf3\x2c\x47\xdc\x4e\x0b\x66\xf3\x41\x47\xb1\xf9\x20\x36\x49\x91\x03\x32\xf3\xbe\xd8\x6e\x8e\x99\xac\x62\xb3\x89\x67\x63\xb9\xd8\xb9\x55\xac\x34\xc7\xc4\xfd\x64\xf5\x91\xe3\x26\xdd\x55\x2a\x20\x17\xfe\x6f\xfa\x3f\x28\x52\xa9\x80\x8d\x59\xaa\xf2\xc3\xc5\xcd\xbb\xcb\xf0\xda\x76\x58\x4f\x15\x6f\x8d\xab\x7e\x5f\x66\x56\x78\x81\xac\xaa\x3d\xb3\xda\xf5\x15\xf3\x88\x17\x9a\x98\x57\x88\x27\x7b\x33\xf3\x8a\xf7\x7f\xc2\xfa\x44\x9f\xde\x95\xa9\xa9\x84\xc4\xb7\x2b\x9c\x0e\x85\x7e\x6f\xe6\xc6\x7f\x89\x05\x9a\x7b\xb3\xee\x08\xab\xfa\x09\xf6\x93\x8b\x77\x57\x5a\xa7\xa8\x11\x3a\xf7\x76\xe8\x39\x56\x48\x69\x9d\x26\xa3\x97\x94\xde\xa2\x72\xfb\xdc\xbb\x0f\x2d\xbb\xdf\x62\xfa\x67\x6b\x4a\x4c\xcf\x70\x63\x89\xe9\x99\xbd\x2d\x31\xbd\x6d\x71\x7f\xed\x12\xd3\x33\xec\xb9\x9b\x7d\xd1\x83\xa1\x76\x9c\x27\x57\x67\xfb\x1c\xf2\xee\x18\x03\xf6\xc5\xb0\x72\x01\x8b\x57\xf1\xb5\x88\xbe\x9b\xfb\xb0\xdf\x27\x94\xb0\x7d\x98\x91\xc4\xb4\x0f\x69\x40\x83\x16\xed\xab\x9a\xb1\x6e\x43\xbe\xaa\xcf\xf3\xe5\x8d\x41\x0b\x76\x7c\x33\x75\xc3\x29\xa6\x98\x19\x57\x5a\x43\x91\xdb\xa7\x54\x20\xd8\xdd\x5c\x8c\x23\x46\x39\xad\x8a\xc3\x54\x15\x3f\xb7\xa3\xec\xef\x2e\xa3\x86\xee\xbc\xbb\x8c\x1a\xfa\xef\xae\x60\xe0\x0f\x5f\x76\x15\xb5\xcf\xf5\x31\xe5\xc7\x81\xf7\x2b\x7e\x6e\xc7\x60\xb0\x1f\x76\xe4\xb0\x4b\x84\x39\xdf\x3f\x37\x96\x64\xf6\x1d\x8d\x7e\x3f\x14\x70\x09\x33\x3a\x8c\x1c\x62\xb6\x0e\x23\x85\x98\xf0\x63\x71\xf2\xa0\x6c\x81\xce\x1b\x3f\x18\x35\xc5\xa2\x2e\x48\xf9\x4e\xa3\x76\xe6\x04\xe9\x87\xf3\x4f\xb0\x68\xe7\xe2\x9a\xd1\xe6\xa9\x1c\x0d\xdc\x0e\xa7\xe2\xe0\x39\x1f\xa7\x7d\x39\xcc\x9e\x64\xf5\xfe\x61\xdd\xce\x30\x3a\x98\xbe\xd3\x91\xf1\x50\xa6\x0c\xa3\x9d\x13\xf4\x4f\x9c\xe7\x07\xc7\x90\x73\x67\x9d\x0b\x80\x42\xaf\x8f\x7f\x88\x4f\x9c\x62\x14\xc6\x77\x19\xa1\x12\x2d\xd8\x94\x5f\xb8\x6b\x2f\x43\x56\xe0\xdd\xff\x64\xfe\x98\xbc\x9f\xcc\x5f\x3f\x9b\xd1\xd6\x7d\x58\x87\xcb\x10\x70\x2a\x2f\xb3\x16\x86\x24\xf4\xcf\xe7\x7d\x51\xf5\xf9\x5f\xb6\xe5\x4f\xfb\x32\xfc\xb1\x14\x97\xe2\xfc\x42\xaf\xdc\x6f\xe3\x46\x62\x7c\xcb\x78\x1f\x14\x39\x47\x2a\xd3\x7c\x2b\xf1\x25\x3b\x4c\x3a\x45\x54\xac\x9f\xbb\xcb\xa1\x85\xf5\x7e\xee\xb7\x8c\xd1\x21\x67\xef\xb7\x8c\xd1\xa1\x59\xef\xb7\x22\x7c\xb9\x3c\xee\x43\x0d\x32\x00\xdf\x76\x3c\xfb\xb6\xa3\xfd\x57\xbe\xb1\xb0\xc5\xee\x8f\x8c\xc9\x61\xba\xdc\x95\x35\x75\x0b\xc5\x60\x7f\x24\x98\x87\x79\x62\x57\x38\x5d\xcd\x70\xf7\xc7\xb6\xd9\x20\xf9\xd1\x75\xc7\x7d\xaa\x8a\xd0\x91\x37\x62\xee\x3f\x4d\x22\x6f\x61\x7b\xdd\x85\xe1\xc8\x85\xff\x25\xa8\x7f\x06\x28\x94\x49\x8d\x67\x41\x36\xf2\x9f\xea\x3c\xcc\xfd\xd5\x5d\x1d\x46\xbe\xdd\x6a\x46\xa1\x31\x19\x9a\x39\xac\xca\xad\x3a\xc2\x09\x3a\x77\xe1\x39\x32\x52\xd3\x2b\x6a\x0a\xff\x4b\x2f\x0a\xe3\xcc\x2e\xbd\xa4\x62\x4b\xdf\x7f\x7a\xc7\xfc\x90\xfb\xba\xce\x0f\xe7\x4a\x08\x0e\xe8\x4d\x56\x3c\x62\x01\x92\x15\x8f\x9d\xff\x75\x77\xc7\xcd\x95\xac\x78\x84\xcc\x95\x54\x70\x3a\x22\x41\x67\xb2\xe2\x91\xf9\xbe\xe9\xff\x12\xcf\x0a\xa5\x0d\x79\x29\x2d\x6f\x40\xa5\x03\x69\x1e\x9d\x0f\x0e\x75\x98\xe3\xf9\xd2\xf3\x8c\x67\x45\x37\xc4\x29\x4f\x9b\x4d\x19\x9d\x11\x88\xe2\x98\xf4\x24\x77\x41\x09\xa9\x3d\xed\xb2\x6e\x07\x57\x48\xbb\x29\xde\xe3\x79\x59\xb7\x63\x04\xd2\x45\xb6\xcc\xb3\x74\xa9\xcc\x07\xc3\x15\x65\x62\x4e\x77\x69\x93\x99\x67\x93\x14\x43\xde\x45\x52\x62\x84\x52\x16\x83\xf5\x25\xa9\x11\xa4\xce\x9c\x49\x06\xfe\x00\xe7\xcd\x94\xbc\x08\x41\x42\xd2\x22\x04\xdf\x49\x49\x23\x0e\x3e\x93\x92\x46\x1c\xc7\x38\x49\x85\xf8\x78\x14\x92\x51\xe0\x99\x55\x70\xc2\xd6\x80\xda\xce\xe4\x52\xd3\x78\x6d\x52\x92\x06\x18\xf7\x4c\xca\xd2\xf8\x42\x60\x49\x3f\x95\x61\x86\x5f\x6c\xa6\x9f\xca\x30\x03\xac\x39\x53\x56\x54\x49\xf0\xb6\xa4\x8c\xae\x93\x21\x09\xdf\x51\xc3\xfd\x3b\x53\x96\x4a\x18\x62\x6a\xca\x56\x09\xf9\x60\xe8\x39\x88\xce\x62\xd6\x4c\x52\x56\x1e\x8b\xb8\x93\x92\xc0\x1d\x2d\xd0\xf4\x33\x65\x99\xe8\xd9\x38\x76\x32\x70\x54\xb2\x4c\xf4\x2c\x6b\x91\x89\x9e\x9d\x59\x6c\xb4\x66\x12\x8b\xef\x1b\xe6\xa8\xc8\xce\xce\xc2\x17\x93\x14\x24\xfe\x94\x91\x89\x95\x2c\x15\x93\x10\x73\xe4\x54\x1c\x93\xff\x4f\xfd\xcf\xf7\x97\xe6\x9c\x11\x89\x22\x0e\x73\x79\xf4\x3f\xcf\xd2\xda\x43\x14\x48\x3f\x65\x65\x86\xab\x71\x26\xfb\x15\x38\xcc\xf6\x2b\x04\x73\x49\x3f\x5d\x65\x86\xaf\x73\xa6\x5a\xf4\x1c\x7b\x40\xb0\x90\x1a\xc9\xee\x66\xfa\x29\x2f\x13\xa3\x53\xaa\x5e\xc3\x20\xb0\xae\x8d\xc9\x0f\x12\xde\x39\x6b\xd5\x14\xf3\x2c\xe8\x51\xa0\x65\x67\xaa\xda\x96\x83\x21\x29\x33\x42\x65\xd9\xa5\xbc\x44\xc0\xdc\x4c\xcd\xfb\x34\x86\xd4\x1c\x79\xcb\x69\x6c\x26\x92\x06\xbc\x51\x83\x26\x27\x03\x09\x21\x2e\x39\x19\xc8\xe0\x7b\x85\x43\x4d\xfe\x3f\x4d\x23\x3f\x28\xbe\x69\x96\xbf\x5c\x39\xa9\xc9\x10\x33\xe9\xfd\x31\xc0\x28\x26\xa0\x79\x4d\x63\x02\xba\xd7\x34\xfe\xef\x3a\x87\x21\x2b\xa7\xee\x38\xa0\x10\x2a\x92\xeb\x22\x60\x3c\x4e\x4b\x59\x89\xf1\x2e\x65\x85\x93\xb8\x94\x15\xf6\x65\xff\x29\x0e\xc8\x51\x49\x3e\x85\xcc\xd1\xec\x66\x26\x6c\x1c\x39\x15\xb6\xcc\x46\x70\x65\x05\x0c\x3c\xe9\xa7\xee\x14\x2c\xd8\xc9\x99\x93\xd0\xfd\x93\x22\x65\x37\x74\xac\xe4\x6c\xb5\xd0\x25\x7d\xa8\x06\x3e\x79\xa6\x21\xad\x8d\xcd\x28\xbf\xc3\x86\xee\x9f\x54\x6d\x61\xfb\x8c\x5b\xf0\xf0\xed\x3b\x0a\x85\xee\x7f\x38\xb1\x75\x28\x4c\xf7\xc9\x39\x6e\xf1\x95\x26\x29\x51\xdb\x67\x72\x86\xed\x4e\x9c\xc2\xe1\xc9\x60\xc7\xb9\x0a\xdb\x4e\xb7\x4a\x64\x9b\xe1\x54\x4a\x5b\x82\xdc\x99\xa6\x8d\x4a\xec\x12\x21\xc2\x37\x34\xd6\xf4\xd3\xb2\xca\x87\xd4\x69\x52\x39\x06\x4a\x64\xfb\xa1\xc3\x89\x6c\xbf\x7d\xac\x45\x8f\xc9\x71\x60\x2f\x9a\x47\x9a\x5e\xf5\xa0\xcb\x65\x1c\x32\x0c\xd3\x81\xbd\xb8\x15\x93\x03\x7b\x3f\x4b\x72\xac\x45\x8d\x4e\x5c\xb5\x01\xa3\x5c\x3a\x96\xfd\x2c\xe6\xe2\x70\xa0\x1b\xe7\xf1\xf0\x06\xe7\xc4\x1f\x6b\x59\x63\x60\x87\x69\xe5\x85\x45\x2b\x6d\x2e\x5a\x83\xf8\x95\xf3\x96\x53\x76\x88\x56\x36\xb4\x6b\xb4\x61\x71\x4e\xa7\x91\x47\xf0\x7e\xe5\xbc\xfd\xf0\xca\xd3\xea\x3b\xff\x8b\xb0\xcf\x65\x21\xbd\x6c\xfb\x70\x63\xe9\x65\x1b\x6e\xae\x74\x4a\xc1\x67\x94\x52\xcb\xca\x47\xd6\x3a\x7d\xcd\x17\x46\x65\x0d\x9f\x41\x08\x8d\xca\xc9\x96\x12\x56\x51\xf0\x93\x0a\x3f\x8c\xcc\x25\xb8\x92\xe0\x32\xee\x4b\xa6\x42\xb6\x85\xd4\xb2\x0d\xdd\x3b\x5d\x82\x9f\xb2\xe8\xce\x79\xfb\xb9\xa5\x94\xf3\xf6\xc3\xb1\x94\xf3\x76\xc3\xa2\x93\x04\x96\xdf\x3e\x37\xb5\x80\x55\x1b\x36\x9e\x74\xd9\xab\x09\x13\x97\x66\xb6\xa1\xe0\x27\xa5\x34\xd9\x3e\x57\x8f\xa0\x55\x1b\xca\x5d\x72\x8e\x13\xfc\x92\xe9\x5e\xa4\x46\xa3\xce\x94\xfb\xb9\x7f\x6f\xaf\x69\x90\xea\x4c\xb9\x9f\xbb\xe2\xb6\x44\x80\x2c\xe9\xb4\x28\x1f\xa9\xc5\x59\x50\xb0\x65\x24\xe7\xce\xc5\xda\x91\x56\x5a\x14\x16\x49\x59\x50\x5a\x66\x83\x3b\xeb\x09\x16\x93\x74\x9b\x36\x98\xd0\xbd\x68\x8b\x71\x28\x37\xee\xf6\x11\x66\x9e\x45\x5b\x10\xfb\x58\x2c\xfe\x53\x79\xf0\x99\x9c\x26\x85\x21\x59\xaf\x03\x45\x94\x1e\xaf\x3a\x87\xd0\x79\x52\x3e\x57\xfb\xb3\x96\x9d\x1f\xbc\xec\x70\x78\xe7\x49\x61\x3d\x1e\xdf\xac\x28\x23\xaa\x8f\xf1\xdd\x6b\x8f\x8b\x3f\xa2\x3d\x3c\x8b\xd7\x32\x11\x6b\x66\x62\x22\xde\x4d\x6b\x1a\x4d\xbc\x9e\x98\xcf\x0f\xc9\x77\x40\xb4\x29\x2d\xaf\x46\xc9\xc9\x99\x5e\x03\x91\xc3\x0e\x90\x94\x60\x77\x22\x2b\x3b\x71\xca\x47\x27\x59\xfe\x27\x94\x96\x95\x61\x17\x5a\x9d\x61\x17\x2e\xf7\x3a\x36\x21\xf3\x82\x31\xd8\xd0\xbe\x72\xee\x86\x24\x94\x37\x07\x40\x4e\x7e\x70\x00\x64\x08\xfd\x79\x33\x2a\x3b\x04\xbe\xbc\xb2\xab\x84\x15\x32\x6f\x32\xf3\x0f\x9e\xed\xbb\x6f\x7c\x21\x69\x02\x64\x4d\x76\x5a\x5e\xc4\x8b\xbc\x99\xf8\x60\x42\x79\x5b\xb4\xf2\x89\xb3\x86\x4c\x3e\xb1\xdd\xb1\x33\x72\x13\xdb\x69\xc3\xc4\x06\xe4\x28\x2b\xf0\x18\x0c\x54\x76\xaa\xdd\x12\x88\x9e\xec\x54\xbb\x68\xaa\x79\xa5\xda\x85\x36\xa1\xff\xf1\xa9\x65\x67\xda\x8d\x38\xa0\x99\x77\x05\x77\x0e\xfa\x54\x90\xea\xe7\x7f\x61\x2f\x20\x63\x37\xa1\x61\xee\xcb\xfb\xa2\x8b\x2f\x4c\x57\x65\x0c\x8b\xae\xa0\x23\x89\xae\xc1\xb3\x62\x6f\x99\xcc\x64\x7b\x6b\xb4\xe8\x7a\x79\xd8\xc0\x72\x5a\x64\xf2\xc5\xba\x67\xf8\x44\x60\xe3\xd8\x48\xd9\xf5\xf2\xc0\x8f\x65\xa5\xd5\xc5\x71\x96\x5d\x3f\xaf\x84\x08\x9c\x93\xb7\xf3\xe0\x0d\x01\xed\x3f\xcf\x0e\xa9\x62\xa3\xa5\x35\x13\xfc\xa0\x0c\xd2\x93\x26\x15\x51\x40\x17\x8e\x28\xc0\x6a\x99\x95\x66\xb7\xd6\xb8\xeb\xb2\x23\x0a\xd8\xfe\x2b\xa2\x80\xa9\x5b\x11\x05\x71\xa6\x72\x16\xe1\x0c\x6a\x45\x21\x37\xfa\x58\x84\xc6\x54\xb9\xa2\x1e\xce\x89\x2c\x9f\x55\xc3\x00\x96\xa5\x24\x76\x0c\x2a\xb9\x98\x7d\xc4\x05\x9a\xcb\x62\xb4\xb4\x21\x48\x6e\x24\xfc\x9e\xb9\x58\xad\x62\xfa\x8a\x77\x62\xb8\x5b\xb3\xe3\x8e\xb9\x56\xb2\x92\xe6\x56\xec\xf0\xb9\xd8\xaa\x1e\x0c\x39\x3b\xf2\x38\x78\x54\x76\xe4\x31\xc4\x3b\xf2\x18\x79\x24\x2b\xac\x00\xd7\x66\x76\xe0\x71\x64\x05\x9f\xd9\x79\x1e\xa3\xe4\xd2\xcc\xae\xc1\x17\x59\x3d\x67\x56\x18\x01\xaa\x47\xae\x86\x02\x05\x03\xcf\x02\xa2\xed\xdc\xd2\xb9\x9a\xb0\x50\x08\x73\xb5\x5f\x71\xa7\x0d\x13\xf6\x37\x0b\x5e\xae\xa6\x3a\x88\xaa\xa6\x9a\xfe\x16\xd5\x31\x2d\xd5\x54\xc2\x01\x97\x82\x19\x36\xba\xdc\xec\x3a\x60\xc9\x9b\x5d\x07\x61\xd6\xcd\x52\x31\x3b\x70\x83\xac\xa0\x83\x1d\x83\x4f\x16\x9c\x6d\xe7\x76\xcc\x4d\x51\x20\xec\x55\x55\xe5\x1b\xfb\x46\x9b\x9e\x98\xc2\x1b\xc3\xb2\x5e\xcc\xbe\xc2\x90\x3f\xfe\x9e\xdc\xec\x47\x49\xfc\xe0\x74\x6a\xb0\x02\xc5\x25\xe3\x95\xca\xcd\x7e\x14\x58\x83\xb4\xcf\x86\xda\x90\x95\x64\x17\xe1\x3b\xf7\x45\x7b\x34\xd1\x7d\x83\xc0\x45\xbb\xd5\x32\x96\xa0\x8b\xd4\xb8\x0b\xb3\x31\x6f\x08\x06\xb9\xaf\x3d\x10\xa3\x50\xec\x71\xa9\x8c\xd3\xa8\x37\x4c\x35\xb9\x9b\x01\x35\x7a\xb5\xcb\x28\x33\x50\x2f\xf4\xce\x30\x54\xf0\x27\xaa\x05\xcc\xdc\xe5\x33\x82\x7f\xc8\x01\x97\x90\xf9\xb3\x54\xd2\x8f\x34\x9d\x15\x9f\x0c\x5e\x20\x0f\x2f\xf3\xce\x0b\x8e\x58\x64\x14\xc2\xc2\xf5\x0d\x4a\xa4\x93\xd6\x1a\xf6\xe9\xec\x12\xe0\x1b\x8c\xd1\x21\xcb\xe8\xbd\x79\x38\xdc\x1c\x86\xa2\x98\xe5\xc2\xe6\x1a\x0e\xb4\xff\x8c\xf3\x76\x13\x31\xe5\xd2\x40\xd3\x67\x59\xed\xc6\x43\x46\xcf\x8a\x5a\xae\x00\x36\xb2\x20\x75\x09\x85\x31\x4f\x47\xda\xb3\xd0\x53\x91\xf5\x1c\x1c\xe9\xa4\x09\x35\x37\x2b\xe7\x6f\x61\x07\x4f\xc1\xfe\x60\xe0\x53\xb0\x3f\x0e\x9a\x13\x6b\xa2\xd4\xe6\x69\x42\x83\xf0\xe9\x48\x28\x2e\x60\x17\x5b\xe9\x6c\x03\xe7\xd5\x44\x89\xcd\x73\x51\x1e\xd3\x2b\xcf\x60\x42\x03\xcd\x0e\xd6\xc1\x02\x9e\x97\x67\x30\x94\x8f\x7c\xa8\x42\x1f\x7c\x50\x3a\x6b\x42\xbf\xcc\xd2\x59\x13\x26\x80\x6c\x57\x61\x63\x89\xa4\xb3\x26\xc4\xd2\xbc\x7c\x87\x21\xf4\x67\xfb\x0e\xd1\xc7\xb3\x94\xd6\xd4\x38\xcd\xf6\x1d\x62\x42\xc9\x2a\x3e\x08\x76\x34\x1f\x4b\x64\x8c\xf9\x92\x2f\xb1\xc0\x31\x5c\x7b\x10\x95\x28\x9f\xf2\x4f\x85\xb7\x26\x9f\x6b\xd1\x63\xdc\x4a\x5f\x95\xb0\x2b\xe4\x53\xe0\xcf\x30\x00\xe6\x73\x91\x1e\x83\xb0\xb7\x11\x1b\x40\x3e\x17\xa5\xbc\x21\x46\x56\xd9\x27\xd2\x62\x7b\x66\x2e\xec\x5d\xac\xcc\xd6\x69\xab\x20\x6c\xc8\x15\xc8\x3f\xf7\xe1\x65\xaf\x28\xb4\xaf\x10\x6d\xee\xc3\x2b\x2b\x5e\x29\x48\xbb\x1c\xd0\x04\xd7\xb9\x16\x0b\xe6\x87\xee\x26\xf8\x44\x85\xf2\x58\x00\xc7\x74\x37\x2e\x2f\xa9\xa9\xe5\x8f\xa6\xbf\x2c\x1d\x36\x35\x0e\xe1\x4f\x87\xad\xed\x33\x80\xc7\xed\xf3\x82\x21\x34\xb0\xce\xdb\x64\x87\x0d\x21\xdf\x76\x06\xc7\x34\xb8\x2a\x63\xe3\x94\x4a\x85\x6d\x0d\xde\x70\xaf\x79\x88\x89\xba\xbd\x79\x61\xf1\x77\xd3\xb0\xe8\xa3\xeb\x99\x16\x3c\x2d\x31\xca\x7b\xed\x5c\x06\xe1\x79\x0a\xb5\x39\x4b\xc3\xad\x11\xe7\x3c\xf3\x6d\x4a\xb9\xf5\x6f\x95\xcd\x65\x4b\x48\x9f\x2d\xa0\xb9\xf3\x63\x42\xa3\xd3\x27\x69\x10\xd1\xe2\xe3\x10\x47\x84\x95\x47\x85\x71\xe1\xee\x52\x58\x53\xe3\x4e\x79\xbc\xdc\xf0\xab\x47\x74\x71\x18\x9e\xb5\x5e\xb1\x3e\xcf\x5a\x9f\xa0\x4b\x69\x3b\xdb\x44\xbc\x7f\x2d\x1d\x22\x3f\x2a\x4b\xe7\x07\x83\x91\x5f\x5d\x19\xe3\xf3\x83\xdd\xf5\x9f\x1f\x9c\xef\x1b\xd2\x56\x01\x47\x8e\xd8\xeb\xe0\x4c\x66\xeb\x5d\x2b\xc0\x27\x0e\xce\x64\xba\xde\x55\x34\x96\x5e\x2e\xf7\x02\x2d\x4a\x74\x01\x93\x73\xee\xce\xc1\x7d\x29\xfd\x33\xa1\x38\x17\x27\xf3\x8c\x74\xa1\xb3\x6c\x16\xd9\x3b\x6f\x28\xe9\x65\x30\x8b\xa2\xac\x56\x95\xbb\xae\x6c\x8b\xd6\x1e\x3f\x2c\x5a\x73\xfc\x30\xbc\x11\xf8\xc4\x81\xa8\xb1\xe5\xcb\xe6\x4c\x0b\x1b\xc3\x30\xad\x9d\x37\x16\xad\x25\x7e\x30\xe0\x3c\x44\xa9\xb2\x99\xd8\xc9\x1b\xaf\xdf\x08\x52\x76\x13\x1b\x92\x65\x51\xe6\xab\x84\xa1\xa7\xec\xab\x20\x2a\x3f\x2c\x34\x5b\xf4\xb2\x3b\xbf\x49\xc8\x67\x65\xf7\xda\x43\xdc\xee\x04\x27\x93\x1f\x14\x18\x8a\xff\xbb\x48\x47\x05\x06\x5c\x76\x4f\x47\x88\x5f\x65\x77\xa2\x89\x9d\x91\xfb\x9a\x88\xfb\xac\xa4\x45\x4a\xb4\x29\x15\x92\xfc\x8b\xb3\x48\x85\x2c\x35\x6e\x92\x92\x9c\x64\x63\xf2\x46\xf7\x4a\xf2\x83\xf7\x64\xb0\xec\x92\x8c\x29\x61\x25\xd3\xc2\xb0\xf3\x86\xd0\x17\x6c\x9f\xe4\xdc\x2b\x9f\x4e\xd6\xc8\x69\xe2\x11\x2c\x25\x66\x27\xb9\x4e\x01\xfb\x29\x3b\xec\x95\xf9\x93\x16\x99\x77\x36\x47\x56\xce\x99\x38\x6d\x25\x6b\x8b\xb2\xac\x59\x29\x67\x20\x23\x1b\x81\x18\x87\xaf\x28\xf6\x29\xa3\xef\x15\x55\x69\xef\xec\xa5\xbc\x08\xa7\x49\x83\x69\xf8\xc0\xe1\xc5\x10\x9e\xd7\xfe\x64\x50\x0e\x94\x66\x3b\x66\x9b\xa3\x59\x90\xec\xc4\x93\xd0\x21\x45\x35\xef\xb4\x51\xac\xa4\xec\xfc\x90\xfd\xc3\x9f\x14\xab\xa2\x30\xf6\xc8\x96\x36\x8b\xcb\x12\x44\x5c\xfb\x2c\x86\x66\x46\x60\xfb\x2c\x0b\x9a\xd9\xe8\xf0\x32\x56\x93\x36\x6e\x7b\xa6\x68\xc3\xf5\x35\xd8\x78\x75\xc5\x7b\xc7\xdc\x55\x4b\xd8\x85\x1f\x5c\x1e\x21\xd8\x52\x91\x46\x99\x33\x2b\x58\xad\x2a\x07\xe7\x2f\xd5\x6a\x11\x9b\xc2\x71\xe8\x99\x7d\xe4\x38\x74\x10\x93\x45\x55\xdb\x3f\xac\xce\x61\xe6\x44\x80\x14\xa5\x9d\xfa\xf0\x1c\xa5\x9d\x82\x9b\x16\x97\x61\x8f\xb4\xd2\xb3\x34\xcb\xfd\x99\x26\x95\x19\x27\xd3\xe5\x69\xf8\x13\x3f\x48\xd8\x05\x8b\x57\x5c\x76\x1d\x8b\x48\x71\xd9\xf5\x5a\xe8\xc4\x95\x76\xc3\x25\x5e\xba\xcb\x3a\xc7\x64\xb9\x0e\x7b\x0d\x77\x6b\x51\xda\xa9\xc8\xe4\x36\x8b\xeb\xb0\xa3\xaf\x14\xd7\x61\x8f\x8a\x35\xb3\x74\xa7\x09\x62\x2a\x5c\x98\xbd\xc2\x2a\x55\x88\x85\xa0\xa7\xe2\x42\x2c\x15\x7e\x23\xf5\xee\x03\x8b\x29\xdd\x3c\x8b\x15\x52\x6e\xa9\xf9\xe9\x43\x01\x41\x1c\x21\x97\x59\x41\x0e\x2a\x52\xcd\x32\x52\x4d\xb1\x26\x06\x82\xbd\x48\x11\x18\x35\x8c\x3f\x45\xbe\x29\xca\x1d\xcc\xe2\xe0\xf2\xc2\xa2\xae\x54\xa7\x30\xa4\xdb\xf1\xdd\x7c\xf2\xae\x28\xf8\x7f\x6b\x54\xff\xb1\xac\x7f\x23\xad\x3a\x15\x03\x59\xa8\x3a\x2d\x57\x6c\xb5\xaa\xd9\xe9\x40\xf3\x6b\x17\xbe\xb7\xf2\x81\x42\x17\x42\xb0\xa9\xdd\xae\x90\x50\x14\x6a\x37\xa6\xb0\xd0\xc2\xeb\x26\xa3\x09\xa9\xba\x38\xd5\xeb\x50\xcc\x76\x2c\x48\x1d\x0a\x11\xce\xfc\xef\x7c\x05\xc1\xaa\xeb\x10\x68\x39\x50\xd6\x75\x18\xb5\x55\xe3\xd9\xa8\x2d\xfe\x57\x9e\x9a\xd8\x12\x55\x59\x8b\xb7\x90\xbd\xab\xb2\x16\x6f\x99\xef\x85\xa0\x61\x1a\x87\x80\x75\x0c\x50\x59\x8d\xb7\x38\x2c\x75\x0a\x03\x14\xfb\xa3\x4e\x85\x5b\xc4\x81\xae\x53\x80\x9b\x60\x12\x75\xaa\x80\x40\x6c\xe2\x3a\x6d\xe2\xdf\x69\xd0\xf7\x59\x88\x3f\x75\x0a\x8d\x12\xfb\xa9\x4e\x17\x38\xda\x69\xf2\x14\x14\x82\x2e\x85\xdd\xd8\x19\x92\xb0\x1a\x9f\xf7\x5f\x3d\x47\x83\xd2\x43\x4b\x54\x89\x9e\xf5\xb0\x53\x38\x96\xf5\x70\xb2\xa1\xc2\x0f\xf2\x12\x27\x5a\x10\x8a\x99\x49\x57\xa5\x50\x70\x4f\xf5\x58\x97\x76\x2c\xeb\xb1\x88\x8c\x31\x1f\xd6\xc4\x62\xc7\x57\xfb\x45\x31\xcf\xd5\xc3\x9b\x2d\x33\xca\x5b\xee\x14\x3a\xb5\x6b\x8a\x89\x3a\xed\x89\x0a\x21\xb9\xfe\x94\xcc\x02\x28\xa5\x4a\xc7\x9c\x11\xa1\x3f\xab\x54\xc8\xfd\xa7\x20\xfe\xe1\x62\xaa\xf2\x9a\xee\x51\x6d\x7b\xd6\x73\x59\xce\x62\x9e\xe4\x14\x25\x56\xa7\x9e\xcb\xfd\xc0\x0f\xb7\x9b\x60\x48\xcb\xd7\x42\x13\xaf\xdf\x08\x22\x2e\x1b\x05\x43\xf9\xae\xd7\x32\xf9\x45\xa3\x97\x6d\x9f\x9c\xfc\x9f\x7e\x59\xb1\x9f\xd4\x6b\x8d\x93\x1f\x64\x76\x9f\xf4\xb1\x2c\x9f\xb1\x07\x2f\x1b\xd1\x59\x40\xe3\x4b\x83\x39\xd7\x7b\xe9\xef\x31\xee\x5b\x36\x9a\xe0\xff\xf5\x56\xde\x47\x78\x89\x54\xbb\xc8\xad\x3c\xeb\x8f\xa1\xd5\xa8\xf0\x3b\xab\xf5\x32\xdc\xac\xf5\xb6\xd0\x1f\x52\x44\x7d\x56\xed\xf6\xe8\x52\x8a\x19\x71\x6c\xf5\xb1\x80\x15\x63\x7c\x1c\x0b\xc9\x8e\x51\x9a\xaf\xbc\x33\xb7\xf2\x2d\xe6\x9d\x15\x7d\x16\x4b\x8c\x4f\xac\x34\x81\x12\x6d\xbb\xb1\x5f\x33\x9e\x9d\xe8\xfe\xf3\xc3\xf3\xdf\xff\x5a\x64\x8d\x98\xed\x27\xf3\x92\x8a\x66\x36\x47\xfa\xc4\x5a\xb4\x94\xf4\x7f\x8d\xe7\xac\x67\xbe\x77\x84\x69\x8b\x67\x95\xd6\x19\xbc\x2f\xe1\x76\xe7\x7d\x23\x89\x63\x3c\xbf\x7b\xa1\x21\x60\x34\x85\xf0\xc0\x6e\x5a\x52\xc4\x69\x30\xc0\x96\x1d\x71\x1a\xe3\x5b\x72\x6c\x7c\xaf\x00\x1e\x4e\x72\x5b\x21\xfd\xb1\x35\x9a\x7c\x1d\x0d\xd3\x64\xfb\x89\xa5\xad\x87\x22\xd1\x7e\x52\x69\xeb\xcc\x80\xa4\x52\x5c\xad\xed\x27\x94\xb6\x1e\xb2\x77\xcb\x4a\x65\x52\xf8\x5f\x69\x49\xe3\x2a\x6c\xf6\x94\x84\x40\xda\xe4\x28\x69\x80\x9d\x9b\x04\x52\xd0\x0d\xad\x28\xe4\x34\x4e\x54\xb3\x9b\x24\x8e\x43\x93\xc4\x39\xd2\xa7\xc5\xe3\xbf\xff\xf5\xfd\xd3\x80\x42\x48\x27\x0d\x28\x84\x94\x11\x55\x65\xfe\x88\x4b\xa8\x55\x05\x15\x42\x61\x15\x1a\x9b\x0e\xab\xd0\xd8\xf4\xb7\xa2\xe8\xe3\x88\xb7\x2a\xb4\x35\x23\xfe\x09\x96\xa9\x32\x25\x55\x21\x9c\x89\xf7\x85\xae\x66\x0a\x7f\x62\x66\x8a\x8c\x8b\xb3\x55\x85\x74\x86\xdd\xa4\x35\x85\x70\xb2\x44\x4d\xa9\x4a\x58\x22\x79\x00\x06\xa0\xce\xa6\xd0\x18\x4c\x99\xad\x29\x33\x47\xa5\xc1\xeb\xf7\x7f\xb0\xe2\xd6\x94\xa2\x2f\x9c\x48\xad\x29\x0c\x33\x24\xf6\xa6\x0a\xe8\xa0\xa1\x5a\x17\x98\xba\xf2\xac\x6b\x96\x15\xe8\x46\x83\x47\x7b\x5d\x89\x3a\x32\xed\x09\x3f\x1d\x06\x94\xd6\x15\x36\x0a\xc1\x92\xfb\x4a\xdd\xf8\x41\x68\xef\xca\x07\x02\x0b\xb3\x24\xfd\x91\x1c\x10\x03\x1a\x92\x0b\x98\xe1\xe1\x4d\x17\x1c\xb3\x09\x44\xb6\xb1\x44\x43\x82\x00\x7b\x66\x18\x0b\xfc\x97\x4a\x7a\xb3\xb9\x16\x03\x87\x78\x49\x39\x8c\xc6\xa3\x65\x34\x96\x6a\x18\x8c\xac\x98\xa0\x23\x9b\x8a\x33\x10\x23\xdc\x24\x96\x94\x1a\xcc\xb5\xfd\xc4\x92\x49\x50\x70\x5b\x52\x49\xf4\xa0\xe2\x0c\xe0\x80\xdb\x14\x70\x8f\x05\x31\x84\xeb\xd3\xa1\xe1\x12\x21\x43\xb4\x85\xd8\x0a\xa1\xa1\x19\xb1\x85\xc3\xa7\xc9\xfa\x5d\x22\x45\xe7\x6c\x46\x6c\xe1\x16\x6c\xb2\x7e\xf7\xfd\xf3\xc9\xf4\xed\x19\xdd\x2a\x0b\x28\xfe\xb2\x76\xd8\x59\x03\xb7\x3a\xec\x95\x8b\x8b\xab\x9d\xbe\x6f\xe1\xf8\x8a\x7a\xc1\xaa\xdc\x5c\x57\x01\x5c\x5e\x53\x18\x4c\x14\xc3\x9f\xed\x94\x15\x93\xef\x7d\xd9\xc6\x90\x84\xad\x6a\x9f\xf6\x7c\x96\x63\xe6\x4e\x9f\xe5\x98\x79\x9b\xa4\x49\x8b\xd3\x5c\x48\x81\x0e\x54\xe3\x09\x31\xbd\xb9\xc6\x13\x1d\x5e\x82\xa9\x73\x98\x2f\xef\x4c\xfe\xf7\xce\x8c\xbd\xa0\x1a\x4f\x08\x2d\xed\x27\x2d\xcc\x0d\xe6\xa3\xb2\x09\xe8\x8f\xed\xf2\x52\xf3\xbd\xb0\xc3\x99\xf6\x25\x8f\x32\x5f\xc2\x3a\x01\x70\x6b\x0b\xeb\xc4\x07\x32\x14\xef\x51\x2e\x6e\x36\x09\x13\xc4\x50\xb7\xdb\x02\x0e\xff\x77\x2f\x09\x2f\xd8\xc7\xc1\xf6\xbc\x95\xfb\x8e\xe3\x6d\x43\xf1\x67\x3b\xde\xaa\xdf\x0b\x83\x92\x7c\x82\xdd\xb8\xdd\xf6\x74\xb1\xa1\x6f\xb9\x3c\xe0\x78\x96\x57\x10\x8a\xdb\xe3\xe4\x78\xcc\x9b\xe4\x13\x52\xd7\xb4\x47\x7e\x82\x90\xdb\x9b\xa5\x11\x74\x85\x26\x69\x04\x28\x54\x73\x84\x0a\xf3\xa4\xf2\x07\xe8\x32\x4d\xe5\x0c\x2a\xd3\xf4\x9a\x47\xc5\x10\x55\xce\x60\x63\xa7\xbd\x49\xef\xc7\x1c\x48\xd8\x29\x83\xc3\xf1\x56\xad\x5c\x8c\xf8\xa7\x74\x66\x40\xd9\xed\x15\x08\x3b\x9c\x4f\xed\x1d\x7a\x9f\xff\x85\x42\x87\x07\xbe\x87\xfe\x67\x80\xda\x49\x5c\x3b\x8a\x49\x21\x06\xa8\xb9\xfa\x01\x73\xda\x55\xec\x1b\x0c\x61\xdf\x16\xcf\x98\xf1\x43\x76\xf6\x9c\x3d\x7e\x28\xd2\x01\x5a\x3c\x1b\xa3\x12\xbb\xb7\x6f\x06\x8b\x85\x0a\xda\xb7\xa9\x2f\x68\xf2\xf4\x6e\xe4\x85\x5b\xbb\xb1\xc6\xf3\xa3\xe7\x14\xcf\xaf\x9e\xa3\x07\x19\x70\xf7\x1a\x92\x6c\xdf\x77\xbd\x90\xe3\x39\xb9\x87\xe8\x52\x25\x9b\x88\xd9\xef\x7b\xd3\x73\x4c\x83\x0b\x71\x47\xd9\xb8\x1f\x9f\xf6\x0f\xf4\xe9\xfb\x0d\x32\x77\x39\xe4\xe3\x90\x77\x03\x86\x66\x6d\x7f\xb9\x7f\xfa\x2e\x0f\xf6\x64\x80\xf6\xef\xc5\x5e\xee\x69\x71\xcd\xa0\x49\x62\x6e\xc3\xfb\xd9\x93\x1d\x7c\xc1\x26\x7a\x5a\x7c\x94\x37\xac\x42\x44\x27\x2e\xd3\x0d\xa3\xe8\x2e\xd3\x1d\xf5\x3f\x66\x4f\xf2\x0f\x85\x2c\xda\x6d\x0a\x8e\x0a\x2c\xb3\x27\xbb\x27\x82\xd7\xf5\x9f\xb4\x5c\x23\xb7\xe0\xec\x59\xa5\x7d\xe3\x1e\xec\x92\x76\x0b\xc9\x2f\xfa\xb2\xda\x46\x17\xc2\xfe\x7c\x42\x96\x7b\x5e\x3a\x04\x6f\xf8\x2a\x65\x93\x66\x4b\xe8\x2c\xa7\x4d\xa8\x91\xfc\x73\x76\x49\xb0\x1f\xab\x46\x77\xf2\x4f\x64\xe8\x5e\x5c\xf5\x36\x86\x25\x93\xea\xc7\xce\xd1\x65\x35\xe5\x28\x76\x1b\x49\x31\x64\x74\x1b\x49\xb1\x5c\x74\xc5\xaf\x7f\x8e\x8e\xe3\xd7\x2b\x4b\xa8\xfc\xa0\x13\xf0\x78\x57\x7e\xd0\x8c\xdb\xb0\x2b\x24\xbd\xe3\xc0\xeb\xd5\x92\x76\x0c\x5b\x36\xd3\x81\xef\xa2\x57\x73\x90\x98\x7f\xd9\x50\x4b\x65\xdc\xd5\x40\xf9\x44\x93\x46\xe8\x7e\xde\xb8\xed\x91\x8d\x61\xc9\x86\x0a\xfe\xb9\x0b\x57\x53\x90\x7e\xbb\x72\x44\x11\x3b\xd2\x95\xca\x93\xf4\x00\xbd\xd9\x28\xc5\xb3\x8e\xdb\xe7\x7d\xcd\x14\xc7\xef\x27\x0d\xa7\x2d\xa4\xb1\xde\x64\x37\x0b\xe4\x62\x57\x58\xc6\xc6\x2e\x6c\xab\x08\x22\x03\x92\x30\x19\x22\x46\x57\xa4\xc5\xc6\xbe\x96\xb1\x74\xec\x7c\xe0\xd0\x0b\x76\x65\x57\x64\x09\x93\x24\xf1\x17\x1b\x41\xef\x9e\xe6\xa0\xc8\x71\x16\x9f\xb3\xd6\x1d\x5c\x10\xc6\x93\xee\x40\x8b\xcc\x90\x56\xd4\x16\x4d\x2c\x01\x8e\x31\x98\x39\xb3\xf8\x8e\x2b\xff\x70\xe7\x61\x11\x2f\x24\x93\xbe\x22\x2d\xe8\x65\x18\x94\xcf\x11\x77\xe8\x79\x0e\x39\xb3\x3b\xd4\x82\x71\x0a\xc5\xd2\xa2\x6e\xf9\xec\x8e\xac\xe0\x52\xea\x42\xb1\x14\x6c\xd3\x7d\xac\x1d\x44\xaf\xa7\xf6\x03\x6d\xca\xb2\xb4\xf3\xbf\x2d\x4b\x85\x17\x5e\xbd\x10\x5d\xb8\xb8\x6b\xfd\xfc\xd0\xfd\x43\x7c\x21\xc4\x09\x89\x0e\xba\x43\xd1\xeb\xe7\x07\x43\xa8\x42\x7e\xe8\xd3\x81\xce\xf0\x80\x69\x51\x35\x74\xa4\xbe\x62\xd1\xd9\x67\xd3\xb2\x6b\xa3\xd1\xb5\xf3\x63\x3a\x8f\x1f\x7b\x03\x8d\xd3\x17\xe2\x04\x1e\x7b\x98\x2b\x87\x4c\xd1\x15\x8b\x0e\xc6\xb6\x2f\xc4\x09\x6b\x68\xc4\xc9\x87\x35\x1d\xb2\xec\x30\x88\x85\x2f\x61\xc9\x16\x9c\x84\x8d\xe2\x54\xfc\x9f\x45\x76\xfd\xb3\xcf\xce\x51\xd2\xd9\xd2\xd2\x9f\x2e\x27\xd7\x46\xfb\xec\xaa\xd3\x4c\x9c\xf3\x74\xda\xa0\xc9\xf5\x68\x19\xbe\x71\x02\x85\x2e\x69\xe4\xfd\xe9\xe7\xba\x6b\x62\x8c\x46\x97\x44\x71\xab\xd9\x8d\x2e\xe9\x70\x71\x09\xf6\x09\x90\x56\x17\xdc\xa4\x91\x5a\xaa\x9f\xae\x41\xc0\xf5\x23\xd9\x7e\xf4\xf0\xda\x77\xd9\x03\x4b\xfd\x0c\xec\xf5\xe5\x11\x43\xbf\x6c\xbd\x65\x1c\x8a\x66\x1f\xcc\xff\xb5\x88\x8d\x9d\x25\x3c\xca\x60\x49\x65\x1e\xfc\x1c\x87\x6b\xdd\x0c\x31\x2a\x85\x4d\x7c\x6c\x52\xfd\x9a\xf2\xab\xf0\x82\x52\x99\x0c\x7a\xb8\x24\x48\x06\xe1\x0e\x91\xf8\xec\x11\x87\x48\x7c\xb6\xd9\x0a\x91\x80\x63\x39\x44\xe2\x73\x33\x08\x4f\x52\x3e\xd7\xd1\x4f\x4d\xa8\x58\x8c\xbb\xb5\x04\x5c\x4c\xfd\xb6\x1d\xb4\xf1\x85\xb1\x50\x5c\x1d\x4b\x4f\xe0\x1a\x5d\x7a\x02\x73\x61\x44\x09\x49\x54\xfa\xb2\x53\x06\x25\xcf\x9a\xfe\xe8\xf5\x59\x7e\xde\x68\xd3\x66\x47\xd2\xda\xf5\x7f\x72\x7d\xd0\x2a\x40\x48\x07\x02\xd7\x9d\x49\x36\xd4\xf9\xfe\xac\x5d\x10\x2f\xbc\x4b\x84\x8c\x5e\x5d\xa5\x75\xb2\xf9\x14\x4b\x40\xad\x89\xd9\x5f\xa5\x2d\x0b\x03\x46\x7f\xed\x59\x67\x1b\xbc\x0a\xe4\xe2\x10\x0a\xdb\xb1\x57\xa4\xa9\x57\x3a\x13\xd3\x69\x68\x07\xee\xfc\xae\xa2\xac\x64\x94\xe8\xaf\x52\x41\x87\xbe\x32\x04\xd3\xc8\x39\xc6\x30\x94\x30\x16\xf7\xf3\x50\x2e\xaa\x1c\x3d\x0c\xe7\x9a\x8a\xad\x3d\x7e\xb2\x79\x46\x9b\x1f\x4a\xea\x8f\xae\x3e\x36\x25\x64\xf9\xbc\x2f\x4f\x47\xdc\x26\xc3\xb9\xa2\xe2\x30\x8d\x9f\x5c\x9d\xb1\xd7\x0f\xc1\x22\x46\x0f\xb3\xd6\x10\x2c\xa2\xa7\xe0\xe3\xc3\x05\xc1\xd8\x31\xc3\xd9\xa0\x3e\x7d\x2a\x0d\x3f\xe8\x95\xe1\x64\x50\x98\xe7\xc7\xbe\x6e\x13\xde\xb0\x31\x26\xf8\xf8\x70\x36\xa8\xcf\x38\x05\xc5\xc7\x83\x33\x24\x2a\x57\x40\x94\x43\xa2\x32\x91\xea\xc3\xa9\x9f\x70\x01\x8c\xe4\x98\x98\x38\x3d\x23\xf9\x9a\x64\xee\x92\x63\x62\x98\x8c\xe4\x5b\xb1\xc6\xb3\xd4\x1c\x08\x4b\xce\xd0\x52\x18\xb6\x5d\x15\x71\x36\x86\x84\x69\x32\x02\x0c\xa7\xe6\xaf\x0c\x33\xdb\xa2\x13\xbb\x76\x48\x9a\x2e\x35\xce\xf0\x30\x92\x9e\x9c\xc2\x23\x77\xb5\xc9\x17\xbe\x58\x83\x2e\x25\x83\xda\x3e\x63\x38\xf5\x1c\x0d\x96\x75\x50\xa2\x41\xa7\xcd\x8f\x04\xe7\x73\x94\xc5\x47\xa2\x09\x17\xe7\x9a\xec\x8a\x9f\x2c\x5d\x41\x76\x0e\x89\xd2\xf5\xc7\xb5\xff\x70\x3d\x0d\x01\xe8\xf7\xce\x72\x2f\x00\x7d\x1c\xd5\x51\x2c\x0b\x84\xcf\x60\x14\x6b\x6f\x9f\x41\xcb\x1a\xf1\x79\xf6\xfd\x08\x95\x32\x46\x7c\x48\x50\x79\x2b\xe6\xb9\xfa\x56\x8f\x0e\x64\x60\x9e\x5b\x70\xb1\xe1\x2a\x5c\x51\x9f\x63\x8e\x2a\x48\x5a\xe2\xd9\x9a\x54\xa5\x09\x1d\xfe\xd0\xe5\x87\x8b\x70\x45\x45\x8e\x39\x5c\x84\x0b\x6c\xcf\xa8\xca\x1c\xbf\xf3\x6c\x0f\x0f\x7d\xb8\x08\x17\x58\xcb\xd1\x96\xc3\x26\x3e\x11\x98\xbd\x87\xa8\x3f\x9a\x75\x2d\x08\x6f\x5d\x2f\xf0\x3c\x9c\x10\x81\x1f\xa6\xb9\x33\x4d\xb8\xa0\xd1\xa7\x89\x53\xd7\x65\x2c\x97\xd0\x10\x2d\x6a\xf4\xcc\xd1\x9c\x23\x34\x26\xd7\x50\x07\xce\x45\x77\x7a\x19\xfe\x77\x65\x56\x26\xbb\x2f\x84\x40\xb4\xa8\x1a\xf9\x20\x7d\xc6\xa1\x34\x10\x1c\xde\x43\x1e\xde\xcc\xff\xaf\x58\x77\x6c\x07\x39\x3a\xb9\x6e\xc7\x69\xb3\x08\x3d\x2a\x44\x14\x57\xd9\xb0\xb8\x93\x42\x68\x1e\xa7\xb7\x38\xcf\xd6\xcb\x42\x04\x18\xe7\xba\x29\xe9\xd3\x50\x0a\x76\x8c\x32\xf7\x10\x16\x35\x2c\xec\x34\xb8\xfb\xa9\xab\x34\xac\x3b\xe3\xf4\x06\x61\xa6\x4f\xa3\x1c\xd9\xd6\xa7\x51\xa8\x21\xdb\x8c\xcb\x58\x23\x58\x8c\x9c\xa1\x35\x85\x85\x68\x5c\xce\x49\x14\xa3\x58\x89\x79\x76\x9a\x58\x94\xc5\x5c\x5c\x8e\x01\x88\xdb\x78\xb8\xa2\x12\x59\x39\x86\xd0\xb7\xa5\x76\x3a\x39\xbd\x67\xe8\xe5\xb2\x66\xcc\x0f\x8f\x97\x38\xb6\x99\x6a\x18\x81\x49\x1b\x02\x74\xd4\x0c\x1b\xba\xd7\x17\xd1\x84\xaa\x16\x81\xc4\x1a\x8f\x8d\x04\xcc\xdf\x63\x31\x77\xf0\x83\x12\xc2\x71\x09\x38\xb7\x66\x48\xd5\x43\x55\x8d\x88\x2e\x1c\x8f\x4f\x4f\x98\x04\x86\x52\xe4\x60\x77\x1d\x32\x38\x62\xb8\x1a\x32\x38\x62\x09\x1b\xaa\xb7\xfa\xe1\x22\x8e\x9a\x24\x65\xc2\x50\xce\x1c\xd4\xa2\xb1\x2c\x94\x41\xe3\xeb\xd8\x66\xb6\x80\x4d\x92\xac\xd6\x2b\xc5\x96\x1e\x5e\x5f\xd0\x1c\x8d\x57\x79\x21\x32\xcf\x53\xcf\x7c\x60\xe5\x2f\x44\xa9\xf1\x5a\x66\xf8\xf7\xc1\x74\x41\x55\xa4\x9a\x69\x9b\x22\x32\xe1\xdc\x84\x7e\x08\x11\x60\x6e\x56\x49\x67\x3c\x3b\x2a\xbc\xd0\xe4\xba\x6b\x6b\xfc\x20\x67\xc9\xa7\xc5\x43\xc7\x91\x16\xa5\x7c\x87\x9c\x3a\xb7\x95\x47\x2f\xba\xd8\x7d\xb3\xf2\xec\x50\xd2\x60\xb6\x53\xf5\x88\x7a\xfa\x4b\x2d\xf2\x39\x77\x73\x03\x5a\xb3\x5f\x25\x78\xfb\x74\x5d\x54\x14\xcb\xa9\xa4\x99\x18\x6e\xe7\xbe\x0e\x7f\x89\x1f\xe4\x67\x49\x3c\xeb\x1a\x8e\xbd\x3a\x77\x27\x80\x0b\x51\x70\xca\xa2\xb8\x7d\x5a\xb4\x30\x11\x97\xc1\x4c\x32\x92\x86\x09\x64\xa6\xa5\x73\xc7\xa8\xd3\xba\xa6\xa3\x0f\x47\x17\x56\xda\x54\x74\xe1\xf6\x69\xd2\x4a\x38\xa3\x72\x74\x21\x49\xaf\xa7\x83\x07\x49\x3e\x39\x85\xfb\x24\x3a\x74\x5a\xe6\x21\x0b\xf6\x74\x09\x53\xc2\x28\x67\xb6\xc0\x11\x56\xfc\x69\x29\x88\xbc\xd8\x33\x2f\x09\xa4\xc5\x0f\x55\xcc\x37\x26\x2f\x1b\x7a\x1b\x37\xc8\xcc\x8e\xc8\x62\xb9\xb3\x6d\x1c\x83\x26\x96\x6c\x1e\x03\xcf\x36\x27\x7c\x7a\xb5\x8e\x5d\x18\xb9\x64\x08\xa6\xcf\x6e\x74\x12\x25\x4f\x27\xc9\x04\x2c\x37\x0d\xec\x2c\x1b\x3f\x58\x8d\x6e\xfc\xa0\x52\x2d\x2c\x5a\x59\x62\x45\x8c\xb3\xd8\x42\x0b\x69\x2a\x4a\x04\x9c\x6e\x16\x57\x01\xd9\x69\xc2\x3a\x73\xa2\x0f\x63\x56\x13\x6d\x3a\xde\x8a\x35\x29\xc6\x92\xd0\x68\xb5\x60\xc1\xb8\xaa\xa0\x23\xec\x94\x2a\x2b\x2f\x3b\xc5\x65\x8b\x08\x59\x9c\xd5\x95\x12\x3b\x6f\x54\x49\x09\xb4\xb8\xee\x19\xfa\xb4\x24\x12\x0b\x22\xc3\x66\xde\x21\xcc\x12\x15\xd1\x7e\xd3\x65\x8c\xc8\x7f\x3e\xab\xb0\x88\xa1\xfe\xcc\x6a\x88\x1f\xb3\x29\x89\x6a\x7e\x9e\x17\x0a\x33\x9a\x54\x00\x61\x26\xb2\x60\x36\x1b\x07\x58\x31\x05\x10\x76\x72\xd1\xcf\xa9\xaa\x28\x61\xf0\x9e\x53\x89\xc6\x58\xb0\x69\xdf\x43\xdc\x3a\x73\xca\x1a\x1a\x5a\xdf\x94\x21\x6b\xec\xcc\xbe\xcb\xf4\x93\x9b\x6c\xae\x74\x1e\x85\x37\x1e\x1f\xcc\x98\x9b\x65\xa7\x8a\x8b\x64\x1e\x3e\x33\x83\x37\x8a\xd3\x8a\x47\xa3\x87\x00\x47\x9d\x2f\x04\x8e\xe6\xac\x1f\xce\x60\xf1\x69\xc1\xd6\xec\xb8\x6b\xa6\x2b\x42\x72\x84\x0e\x5f\x5e\xb4\xf8\xe8\x99\x06\xa4\x6d\x32\x82\x53\xf9\x72\x42\x0a\x9b\xa7\x72\x20\xc1\x55\x4f\x19\x71\x43\x6a\x9b\xa7\xb4\x51\x0e\xf5\xe9\xbb\x2e\xfa\x3f\xe5\x7d\xe3\xde\x91\x08\x56\x3e\xa7\xed\x74\xb6\x11\x0e\xe8\x69\x33\x2f\x24\x9c\x36\xf3\x72\xe8\x4f\x8b\x1d\x21\x55\xcc\xd3\x6b\x11\xba\xe7\x54\x16\x8e\xcf\x75\xe8\x2c\x1c\x64\x9a\x9b\x97\x6d\xb6\x21\x09\x4e\xc5\x37\xd5\xcf\x44\x08\x90\x36\x72\x88\x47\xf3\xf2\x0d\x59\xff\x64\xcf\x9b\x2b\x49\x47\x88\xe8\xf3\xb2\xce\xcd\xc1\x58\x39\x39\x60\xcb\x2b\x27\x07\xc7\x71\xe5\xe4\x60\xae\x96\xc1\x89\x1b\xeb\x96\x53\x80\x2d\x77\x4b\xe7\x86\xab\x38\x23\x07\x1c\xe0\xae\x7a\x8e\x06\x6f\xab\xdc\x10\xb9\xf2\x6f\xc0\x50\x57\xfe\x0d\x78\xc6\x2d\xcf\x62\xe2\x0b\xdb\x07\x59\x8c\x5b\x2a\x38\x1c\xe1\x36\x9d\x8d\x26\x65\xa9\x66\x53\xdf\x32\x4c\x73\xd4\x2c\x23\xe2\xd4\x99\x96\x11\x13\x9b\x56\x4e\x68\x80\x31\x53\xd6\xaa\x9d\x84\xec\xf3\xf1\x3d\x0b\xa1\x8f\x55\xf2\xcf\x27\x42\x27\xa5\x50\x80\xe6\xe3\x8b\x37\xf4\x93\xf9\xf8\xa2\x0d\x8b\xec\x7c\x0e\xff\x10\x53\x21\x49\x71\xaf\x90\xfa\xc8\xda\xf0\x79\x5e\x2c\x21\x48\x5b\x26\x30\x16\xe4\xb5\x80\x10\xe3\x7c\xad\xc7\x0f\x7e\xb0\xc5\x2b\xcc\x4d\xf3\x75\x3c\xf0\xe7\x07\x03\x23\x07\x6d\x9a\xb9\x21\xa6\x38\xbf\x06\x69\x2a\xa6\xf3\x6b\x90\x16\x61\x3a\xbf\x06\x49\x0e\xe6\x6b\xbb\x3d\x1c\x54\x66\x31\x82\x4d\x8f\x6d\xd7\x73\x8d\x67\x0b\x08\x83\x1f\xcc\xec\x26\x5f\xd8\x08\x1f\x62\xf0\xb1\xd9\x08\x1f\xbc\xe3\x70\x38\x13\x80\xa9\xc3\xe1\x4c\x58\x81\x0f\x47\x2f\x81\xd3\x3b\x1c\xbd\x04\xe4\xe9\x70\xf4\x12\xac\xe0\xd8\x2c\xce\x4f\x3e\x31\x08\x22\x84\xe7\x63\xb3\x78\xc4\xc8\x0d\x82\x08\x66\x71\xec\x36\x97\xc6\x16\x3f\x1c\xbc\x84\x9b\xe3\x70\x68\x12\xa9\xe1\x0e\x87\x26\x81\x9f\x3f\xe4\xfd\x26\xc4\xec\xd8\x2d\x32\xc4\xb8\x77\x07\xfd\x75\x3a\xb5\xe6\xc9\xb0\x76\xdb\x26\x06\x4d\x5a\xf5\x0c\x06\x72\xec\x56\x3d\x07\x6d\xc8\x48\x87\x25\xf0\x70\xec\x12\x4a\xfb\x91\xec\xa3\x8d\xcd\x73\xd8\xc3\x8d\x59\xf7\xb0\x87\x1b\x95\xee\x48\xa6\x35\x2e\xa9\x23\x2d\x5a\xe9\xc5\xc8\x3f\x96\x2d\x59\x82\xea\xfc\x60\xb1\x21\xb8\xed\x91\x1c\x85\x16\x2a\xd0\xe1\xe8\xa6\xc4\xb3\x05\xa6\x4c\x27\xb7\x7f\xa0\x4d\x0b\x4c\x99\x91\xdb\x44\x19\xe7\xe0\xb0\x9f\x3c\x4e\xe3\x91\x1d\x83\x16\x27\xfc\x90\x94\x9b\x88\x0d\x38\x64\xda\x4b\xe0\xb7\x0f\xc7\x37\xb1\x6c\xd9\x11\x78\x99\x36\x25\x31\xb1\xce\x92\x7a\x13\x50\x8d\x23\x2f\xc5\x9c\x37\xec\x59\x4f\x8c\xc2\x86\xb3\x50\xb3\x8f\xec\xb8\x09\x36\x93\x03\x9c\xf6\x9d\x61\xfc\xb6\xf0\xd8\xf8\xc2\x0e\x97\xf4\xa7\xbb\xea\x28\xaa\x0f\x13\xa6\xc1\xa3\xd8\x1b\x10\x92\xe4\x51\x0c\x97\x0d\xb5\xe5\x28\xf2\xc6\x84\x1b\xe3\x28\xb6\x71\x85\x32\x78\x48\x86\x1e\x1b\x2d\x2c\xc9\x32\xa6\x41\x32\x74\x26\x3b\xc0\x61\xcf\x3d\x89\x0f\x8e\x62\x9b\x16\x9b\x66\x05\x44\x71\x22\x64\x40\x24\x9d\xec\x21\x91\x39\x93\x54\xff\x58\x01\x52\x6c\xe6\x15\x20\xc5\x19\xaa\x2e\x80\xc9\x91\x59\x22\x71\xac\xa7\x45\x62\x62\x56\x0e\x89\xc4\x00\xb8\x8f\x6a\xcb\x4b\x70\xca\x43\x22\x71\xce\x30\x9c\x6a\x71\x65\xd0\xa6\x73\x3b\x0f\x86\x25\x63\x5c\xe8\xde\x87\xeb\x76\x62\x82\x38\x9a\x90\x13\x50\xde\x6c\x31\x0a\x25\xe6\xb0\x91\x11\xfc\xde\x21\x23\x23\xea\xd9\xd1\x56\xad\xf1\x98\x4d\xdb\x10\x09\xa7\x3e\x1c\x51\x05\xa1\x8e\xa8\x22\xe2\xfb\x90\x0d\xb1\x63\x97\x3c\x86\xd3\x1d\x87\x25\xf3\x90\x09\x10\x97\xe5\x71\x28\xc8\xa3\xf0\x2c\x68\x54\x5c\xec\xc7\x69\xdf\x3a\xac\x58\x36\xbf\x9e\xd8\x8a\xa7\x61\x75\x30\x9b\xd3\x37\x3b\x9c\xc3\xe9\xb9\x89\xf9\x3c\x94\x06\x0e\x83\xd1\x71\x5a\x81\x8e\x41\x9e\xeb\x5e\xa7\xd3\xc3\x76\x44\xfa\x30\x58\x0a\xca\x65\xf4\x03\xd8\x7b\x48\xde\xac\x3d\x04\xb3\xc3\x11\x10\x04\x4d\x1c\x2b\x02\x02\xbe\xe0\x88\x7b\x2c\x8d\x87\x3c\x9e\xe4\x3a\x3a\x56\x04\x7e\x88\xf6\xc7\x65\xd6\x12\x06\x97\xc3\x01\xf6\xc8\x45\xc7\x2a\x92\xce\xfc\x5e\xe6\x0b\x70\xcd\x9f\xc0\x58\x47\x28\xe5\xc7\xbd\xf6\x7f\xcc\xaf\x02\xe0\x49\xde\x70\xfc\x04\xc6\x3a\x42\x19\x3b\xee\xe5\xf6\x0b\xc2\x84\x5a\x44\x24\x3d\x24\x30\x36\x30\x59\x87\x73\x6a\x73\xff\xde\x56\xd9\x1b\x3f\x08\xb6\x0d\xd3\xb5\x33\x92\x54\x03\xc7\x23\x95\x83\x99\x7a\xec\x15\x84\xdb\x3c\x16\xde\x91\x24\x1e\x79\x01\x43\x37\x3b\x9e\x25\xaa\xf3\xc3\x12\xbe\x83\xae\x67\x09\xdf\xbc\x21\xd1\x8d\x51\xad\x3c\x67\xb0\xa3\xd7\xe6\x68\xd8\xd1\xbb\xb6\x66\x4c\x85\x91\x87\x0d\x2e\x6c\x51\x0d\xfc\xda\x61\x51\x0d\xa0\xd0\xf1\xae\xbd\x48\x2f\x4b\xc6\xa4\x17\xd9\xa0\xd8\xcd\x0e\x3c\x07\x46\x7a\xbc\xb6\xf6\x4c\x9a\x58\x7b\x91\x26\x14\x6a\xb0\xc7\x92\x9c\x0a\x34\x4f\x00\x8a\x4f\x09\x6f\x6d\x0f\x6d\xe8\x54\xe4\x39\xc1\x94\xe7\x26\x78\x44\xd0\x7e\x6e\x36\xa4\x87\x4c\x7f\x6e\x2e\xb3\xd1\x68\xd2\xf2\x4c\xc8\x83\xa7\x05\x33\x12\x10\x9f\xdb\x92\x67\xfe\x54\x72\xe9\x14\x5e\x11\x6e\x75\x6e\x4b\xd6\x61\xc8\x4e\xcd\x18\xcc\xff\x74\xc8\x39\x2e\x8d\x73\x85\x9c\xc7\x39\x3f\x1d\x72\x0e\xdf\x3d\xf7\xb5\x82\x31\xe8\xdd\xb8\xb8\xc4\x27\xbe\xc7\x18\xc7\xee\x6b\x6b\xd0\xc6\xa1\x13\x14\x2f\x24\xb1\x6e\x3a\x4d\x0a\x7d\x0d\xbd\xf0\x4c\x8b\x73\x47\x9f\x49\xd5\xd7\x42\xc4\x3d\x93\xf9\x59\x74\x60\x83\x60\xe6\x7f\xcb\xc4\x8d\x06\xac\x91\x55\xbe\xb0\x4d\x86\xa9\x77\xc5\x72\x30\x70\xa7\xe3\x69\x48\x21\x74\x26\x1f\xd2\xe8\x24\x8b\x4f\x4c\x9e\x65\xa5\xa7\x0b\x9b\x03\x09\xbe\x38\xf3\x9a\xca\x19\x3f\x58\xda\x0f\xd6\x72\x66\x0b\x85\x21\x7a\x9e\xd9\x7b\x28\xf1\xc3\x92\x8c\xf8\x61\x11\x12\xc3\xcc\xb2\x76\x04\x23\x38\x8b\x79\x49\x68\x8a\x67\xf1\x21\x8d\x0b\xff\x2c\x82\xd2\xc6\xf5\x71\x16\x69\xc4\x99\x16\xac\x11\x87\x40\x70\xda\xd8\x07\x32\xf6\x2c\x56\x39\x58\x61\x1b\xf7\xb0\x14\x9c\x65\xb1\xbc\x18\xb7\x3d\x9d\x9f\x41\x48\xe3\xf8\xf4\x21\x4f\x67\xf0\x9a\xb3\x2e\x32\xa2\x4f\x99\xfa\x06\xeb\x65\xb1\x65\x4f\x7c\xa1\x78\x73\x36\xae\xe3\xbc\xc9\x44\x75\x5a\x8e\x21\xb5\xd7\x29\xdf\x28\xd8\x95\xd3\x62\x0b\xe1\x16\xa7\x72\x4f\x6f\xac\x68\xf5\x65\xce\xb3\xa1\x73\x1c\xf9\x66\x0b\xfc\xe4\x87\x35\x97\xd1\x87\xab\x52\x62\x76\x3b\x9b\xad\x0b\xa1\x99\x9e\x8e\xd1\xc9\xa1\xd3\x9c\xcd\x8c\x3a\xc4\x92\xb3\xc9\x5a\x10\x3c\xf5\x74\x95\x49\xd4\xdf\xb3\x9b\x73\xb3\xdb\xbb\xc7\xc5\x11\xed\xf6\x0c\x30\x39\x7d\x0d\x34\x26\xa7\xfb\xcc\xf1\x6c\xb6\xcc\xa1\x74\x02\x2d\x02\x1e\x4e\x27\xd0\x22\xba\xe9\xec\x8e\x92\x64\x6f\xba\x72\x24\xf1\x4b\xa7\xb0\x87\xb5\x84\x54\x7d\x0e\x5b\x07\xe0\x58\xc2\x1e\xf6\x1c\x9a\xc0\x39\x0c\x46\x08\x53\xd8\x29\xec\x61\x23\x3b\xd8\xe9\x72\x92\xe0\x46\x4f\xa5\xd0\x4a\xa0\xf8\xce\xb1\x2e\xa1\x18\xd8\x30\x66\x26\x6e\xcb\x53\x49\x9b\x1b\xbe\xc3\x53\x19\xb2\xfa\xfc\xbc\xf1\x78\x83\x06\xf9\x12\x05\x1b\xc0\xa6\x73\x9a\x16\x2e\x9d\x29\x4b\x07\x6c\x6c\x9a\x94\x10\x16\xcf\xb9\x58\x48\x4c\xc7\x34\x29\x30\x99\x69\x59\x83\x2d\x28\xfc\x61\x02\x84\x7e\x3a\xe5\x15\xa0\xf3\x53\x56\xda\x96\xc2\xfe\x79\x3a\xc3\x15\xc0\xf7\x73\x7a\x15\xc2\x1c\x75\x2a\xb2\x38\x81\xce\x38\x8f\x75\x5d\xfe\x29\xca\xe9\x34\x18\x11\x00\xc9\x69\xf0\x21\x48\xdc\xd3\xe0\x43\x0a\x4a\x9d\x4e\x77\x05\x1c\xfb\x3c\x16\xcf\x89\x51\x2b\x02\x28\x7f\xbe\x38\xf5\x1c\xdb\x40\x50\xc3\xfc\xe9\xe2\xd1\xff\x34\xf8\x7a\x0c\xd1\xa0\x02\x84\xda\xa7\x05\x27\xa2\xca\x21\x10\x9d\xc6\x0e\xe2\x90\x38\x97\xf3\x3c\x64\xa8\xd3\x50\x41\xea\x72\x9e\xf6\x85\x53\x08\xf4\xb4\xeb\xfb\x73\x9a\x55\xc4\x06\xc5\xe7\xbc\x6c\x48\x09\xf1\xfe\xbc\x8c\xa7\xe7\x16\x77\xde\x29\x8a\x85\x9e\xd7\x1a\x57\x74\x62\xb1\x38\x87\xe5\xe4\x54\x60\x30\x48\xb5\x53\xc0\x3f\x30\xe3\xe7\x25\x1f\x3f\x4c\xe8\x5a\x3b\x20\x1a\xb8\xd7\x20\x62\xfa\x56\xd2\xa7\xc9\x0f\x9a\x2d\xd2\x57\x9f\x4e\xfa\x94\x69\xc2\x97\x5b\x08\x61\xa7\x31\x79\xa4\x75\x3e\x1d\xbc\x43\x60\xf7\xa9\xe0\x1d\xb2\x63\x9d\x16\x9c\x49\xa7\x7c\xde\xf6\x9c\x30\x59\x2b\x0d\x14\xb7\xb2\xa3\x8b\x89\x2a\x3d\x1d\xbe\x43\xbc\xf9\xf9\x58\xcb\x08\x6d\xe9\x7c\x16\x69\x41\xc9\xb3\x48\xa3\x51\x83\x48\x27\x6d\x28\x60\x81\xbb\xc7\x89\x9f\xb8\xa5\x65\x38\xfd\x44\x36\x9d\x2b\x13\xd4\xe4\x0b\x63\xc9\x61\xc0\xef\x1a\x78\x6c\x8c\xe5\x53\x67\x3b\xae\x18\x66\x76\x9f\xd3\x3a\x01\x8a\x39\x9d\xd6\x09\x70\xd8\xf9\xfa\xd6\x8d\x71\x4b\x0e\x2e\x60\x77\xae\xcd\x8a\x45\x58\x2d\x2e\x5b\x24\x41\xa0\x5d\x2b\xc1\x52\x30\xf1\xcb\x16\x49\x90\x73\x97\x25\x61\x80\x71\x97\x4d\x94\x78\x44\xae\x6d\x01\x68\x79\xc3\xce\xc0\xb8\x2a\x2e\x9b\x28\xc1\x29\x5d\x12\x76\x31\xdb\x5f\x16\x76\xf1\xf7\x5f\x92\x6d\x6b\x61\xe4\xff\x44\xd9\xa0\x4d\xd1\x37\x58\xfa\x2f\x5b\x28\x81\x10\x5c\x12\x6d\xdb\x5e\x69\x62\x91\x16\xc3\x92\x05\x72\x00\xa6\xbb\x76\x47\x65\x87\x54\x78\xed\xd6\x37\x63\xcf\x5e\x32\x38\xf6\xcf\x7c\x25\xe3\x3d\x82\x8b\x5c\xc9\xb6\xa5\xcc\x0f\x0e\x70\xcf\x7c\x62\x5b\x52\xdc\xf0\x57\xb2\x2d\x89\x2f\x96\xc6\xcf\x17\xa7\xbf\x88\xf9\x5b\xe1\xe3\x71\xd9\x5c\x82\x01\x8e\x8d\x26\x1f\xab\x2b\x41\x89\x6d\x85\x3d\xae\xab\x2b\x1b\x90\x1c\xf3\xe9\x88\x71\xf4\xdc\x2b\x1b\x21\x1b\x07\xe7\xca\xf6\xae\xc6\xb6\xbf\x5c\xc2\xa5\xec\xfc\x60\x5b\x52\x9c\xe8\xcb\xc9\x90\x08\xab\xbc\x6c\x1c\x24\x1d\xe0\x25\x11\xb8\x12\x37\x7e\x09\x1a\x48\xad\xe7\x2b\xdb\x28\x16\x07\xfa\xb2\x6d\x30\xcd\x3f\x95\x13\xbc\x6c\x38\xec\x8c\xc8\x16\xb3\x90\xe1\x2e\x57\x9d\x04\xd6\x79\xd9\x38\x48\x62\x86\xab\x2c\xba\x79\x63\xe5\xe7\x8d\x21\xad\x5c\x47\x21\xa2\x5d\xf2\xa8\x4f\xf2\x03\x5c\xcb\x1a\x18\x72\xe0\x25\x8f\xfa\x68\xbc\x70\xd8\xa8\xc6\x0b\xce\xf7\xb3\xd1\xeb\xe5\x1f\x18\x97\x4b\xaa\x31\xdb\x36\x0f\x96\x8d\x71\x2d\x01\x2c\x3e\xa9\x0b\xeb\x1b\xdd\x5a\xce\x26\xb7\xfc\x25\x9f\x7a\x2d\x9c\x09\x09\xde\xc0\xe5\x2f\x0b\xde\x25\xd8\xe7\x55\x65\x30\xf9\x7c\x20\xfb\xe1\xa7\xcf\xe1\x2e\x62\x97\x2c\x41\x7c\xa3\x49\x73\xcb\xc6\x0f\x26\x84\xad\xb7\xec\x87\x31\x4a\xdb\x0f\x89\x34\xbf\x9c\x80\x89\x6c\xe8\x57\x5b\xa1\x57\x31\x9f\xcd\xa1\x56\xac\x62\x33\xa0\x9e\x9d\x60\x0b\x22\x78\xee\x6b\x25\x54\x82\x83\xac\x84\x4a\xb0\xbe\x95\x2f\x89\x85\x17\x8a\xb0\x21\x05\x5e\x2b\x61\xd2\xe0\x93\x95\x30\x29\x7a\xf9\x97\x30\x29\x46\xda\x6d\xb8\xfc\xb4\x71\xf8\x07\xda\x70\xbe\xc4\x9d\x36\x2e\xe3\x03\x82\xfc\x47\x91\xf5\x9c\xaa\x47\x15\xa3\x60\x7d\x8f\x02\xc7\x43\x44\xbe\x84\x21\x03\x4a\x74\x3d\x8a\x01\xfd\x7c\x2f\xc3\x66\x08\xdd\xd7\x2b\xb4\x55\x5c\x45\xd7\xab\x5c\x33\xdc\x2b\xaf\x0b\x92\xb0\xa4\xc6\xb1\xc3\xbe\x5f\x6b\x4a\x6c\xbc\xd7\xfe\x64\x0e\xc0\xc2\x84\xb1\x09\xec\xc3\xc3\xaa\x73\xbd\x4b\x75\x8a\x51\xbe\x76\x30\xb3\x2d\x1c\x9a\x8a\x97\xef\x36\x8e\x0c\xdb\xd1\xbd\x2c\x43\xb1\x3e\xb7\x70\x64\x98\x74\x6f\x79\xf5\x76\x44\xf0\x5b\x77\xe8\x8e\xbe\x7c\xff\xee\xd0\x02\x02\xe0\xde\x16\x69\x34\x39\xfc\xc5\x1e\x3f\xc8\xc5\x1c\x46\xb1\x5b\xf7\x63\x2d\xc1\xdf\xef\x15\x8c\x1a\x26\x8f\x7b\x97\x43\x98\x3e\x9c\xbc\x9e\x38\x81\x7b\x57\xf0\x75\x5c\x32\xb7\xec\x38\x1f\xe1\xe0\xde\xad\x15\xc5\xde\xbd\x1d\x9e\x5a\x63\x89\x6e\x87\xa7\x82\x67\xbe\x0d\x0f\x63\x98\x8e\x46\xad\x71\xa9\xdc\x4e\x5f\x5f\x2b\x6f\xd8\x2a\x1c\xa6\x83\x3b\x2d\x2d\x29\x06\x6e\x7f\x5c\x09\xff\xd1\x9d\xac\x26\x85\x43\xe2\x96\xfd\x88\x78\xe9\x3b\x2d\x2d\x29\x86\x95\x14\xf8\x97\x79\xb6\xbd\x88\x3e\x17\x1d\x31\xdd\xf6\xa4\x61\x51\xba\xb3\x35\xa0\x30\x23\xdf\x76\x94\x01\x74\xbb\x75\xf9\x25\x10\xed\x77\x76\x92\x76\x08\xc9\x4b\xed\xe4\x87\xee\x36\xf8\xc1\x4a\xce\xdf\x7c\x54\xb7\xc1\x62\x64\xac\xbd\x75\x11\x92\x70\xf9\xce\x8b\x8a\x58\x72\x57\x54\xc6\xb7\x7e\x67\xb9\xb0\x43\x31\xbb\xcb\x22\x33\x96\xc7\x58\x31\xa2\x05\x6e\xe7\x54\x21\x64\xf8\x2e\x56\xdd\xc2\x1e\x78\x17\xdb\x2b\x42\xe5\xb9\x97\x75\x28\x2e\xbf\x7b\x59\x87\x38\x41\xcb\x3a\x14\x8c\xf5\xd6\xbd\xf4\x29\x92\x7c\x17\xab\x4d\x6c\xce\xea\x1a\xbd\x9d\x1f\xe4\x3c\xa0\xcd\xea\x08\xb8\x38\xea\xb7\xb1\x5f\x00\x85\xee\x6a\x3d\x6a\xf2\x83\xf5\xa8\xe0\xab\xb7\xd1\xf3\x78\xba\xee\x6a\x85\x0f\xee\x50\x97\xc2\x17\x6b\x50\x4d\x6c\x70\xa9\xbb\x2e\x62\xf9\xc1\xc4\x0e\x06\x66\xa1\x9c\x26\x1e\x0b\x0b\xbc\x60\xe2\x83\x49\xdd\xcd\x3a\x63\x8c\xd3\x81\xaf\xc1\xfe\xef\xe6\x8d\x15\x62\xd6\xad\x8b\x2a\xe1\x61\xb8\x9b\x75\xaf\x50\xf1\x6f\xb9\xba\x88\xf8\xbd\xe5\xea\x4a\x60\x59\x6f\x65\x7e\xc7\xf5\x75\xeb\xaa\xfb\x64\xfb\xbf\x75\xd5\xf5\xc4\xf6\x53\xee\xc0\x84\xc0\x7d\xcb\x2e\x95\x3e\xab\xda\xad\x8b\xf1\x89\x92\x07\x92\x72\xf7\xd6\x5d\x98\xf0\x4f\xdf\xca\x75\x97\x88\xfb\xbf\xbb\x29\x0b\x69\xe3\xee\x8b\xb2\x18\x78\x37\x25\xf0\x0f\x17\x4e\xde\x13\x6d\xdc\x6e\x83\x81\xda\x96\xc3\x31\xe8\x8b\x94\xf8\xc1\xa9\xde\x89\x35\xbd\xc7\x52\x2b\xa3\x0d\xd9\xa5\x12\x7e\xf1\x7b\x38\x71\x2f\xa7\x51\x31\xb1\x89\x8c\x04\xf7\xb0\x9e\x09\x93\xb1\xa1\x8a\x80\xa1\x7b\x98\xfc\x4f\x1b\x8b\x7c\x7e\x10\x88\x02\xc6\x35\x96\x4e\x1d\xd3\x31\x2d\xbd\xc2\x3d\x9d\x96\x1d\x30\xd2\x2d\xab\x53\xff\x6c\xf2\x69\x45\x09\x1e\x3d\xad\x03\x86\x05\xe2\x9e\x56\x94\x42\x68\xbe\xa7\x75\x40\xae\x8a\xb9\x74\x40\x3e\xb1\xa7\xae\xd3\xad\x75\x40\x6e\xb0\x69\x7c\x43\x63\xe8\xc6\x37\xc0\xa6\x6d\xb9\xc2\x65\x75\x3b\x37\x3b\xd8\xbc\xfb\x58\xd4\xc6\x2a\xd8\x72\x05\xe6\xec\xb6\x71\x0a\xcc\xd9\xed\xe4\xec\x38\xc6\xee\x63\x91\x1f\xc4\x1d\xd6\x62\x38\x2c\x36\x4e\xe1\x92\xbd\x9d\x7a\x1d\xcf\xd8\xed\x58\x59\x50\x65\xf7\x61\x83\xe2\xa7\x17\x2b\x68\x95\x36\xac\x49\x72\xfd\x1e\xf6\x5c\x46\x13\xa7\xf5\x46\xae\xb9\xd3\x26\x70\xe6\xe7\xb4\x22\xc9\xa4\x2b\xa5\xcd\x60\xb7\x9c\x76\xe6\x54\x7e\xb0\x33\x07\x61\x46\x01\x23\x79\xe7\x4a\x97\xef\x78\xb0\xf1\x4f\x6b\x9a\xe5\x4f\xca\xd5\x7d\xae\x7a\xc8\x0c\xd1\x16\x1c\x18\xbb\xab\x3c\xe3\x78\xbb\x6d\x31\xc3\xa9\x78\xcb\x6f\xdc\x3f\xec\xf0\xf2\x44\x84\xec\x79\x5f\x72\xd9\xc2\x56\x5c\xf7\x79\x0f\x61\xf3\x76\xdd\xe7\x0f\xc7\xbc\x3c\x11\x85\x4e\x4c\x77\xe1\x0d\xe3\x7c\x43\x20\xbe\x05\x67\xec\xe4\x0e\xbe\x2f\xfb\x66\x0a\xe3\x3a\xad\xdc\xf2\xc6\x5a\x63\xc6\xe1\x35\x66\x6b\x5d\xa6\xbe\x32\x74\xc3\x56\xc2\x32\x72\xdb\x5f\x0d\xec\xec\x56\xca\xbe\x8c\xdd\xf2\xbe\xad\xa1\x21\x6e\x2a\xc2\x76\x70\xd2\x5c\x73\x8c\x88\x9d\xdb\x2e\x6d\x92\xbf\xdd\xb7\xd5\x72\xb8\xaa\x32\xb6\x53\x5b\xf1\xbe\xad\xa2\xb1\x0d\x6e\x43\x3c\x98\xf3\xdb\xea\x69\x28\x9f\xf7\xbd\x66\x83\x37\x5c\xf1\x1b\x96\x79\x3b\x8b\x2e\xc2\xc6\xed\x2c\xba\x48\xd2\x4a\xc6\x93\xb1\xfa\xde\x8e\xd2\x45\x5f\xbd\x1f\xab\x75\x3b\x6f\x58\xad\xfb\x7c\x52\xfc\x46\x0c\xfd\x11\x2e\x84\x5e\x1f\xeb\x7d\x9f\x1f\x44\x6c\x81\x2f\x3f\x8b\xd8\x58\xb6\xc7\xaa\xf7\xe7\x07\xab\xde\x89\x1f\xac\x7a\x73\x93\x3d\xd6\x58\x99\x73\xd5\x19\xcb\x64\x19\xbe\x5f\xab\xac\x5c\xc1\xef\xa2\x2d\x26\xec\x35\x6d\x2c\xe4\x6b\xda\xb8\x61\xdf\xb5\xb2\xd1\xed\xbb\x88\x0b\x5a\x5e\x2b\xb5\xac\xc2\x6b\x6a\x59\xc9\x77\xd9\x15\x62\x3e\x5e\x83\xaf\xd8\xf9\xaf\xd5\x5e\x36\xfa\xbb\xd4\x71\x3e\x31\x82\x3d\x76\xc3\xb3\x2d\xf5\xbb\xc6\x0f\xa6\x25\xf4\xac\x67\xb3\xda\x1b\xdd\x3e\x9b\xd5\xde\xd0\xe6\x9e\x6d\x29\xe8\x33\x7e\x58\x0a\x7a\x8f\x1f\x9c\xfb\x24\x36\xd0\x23\xcb\x63\x27\x5b\xf7\x23\xcb\x63\x46\x21\x79\x36\x43\x7a\x06\xdd\x9a\xb8\xc6\x27\x96\x0e\xe2\x8e\x7d\x36\x13\x17\x37\xe8\xb3\x1b\xac\x14\x8c\xf8\xd9\xad\xf5\xc7\xa5\xfb\xec\x8e\x1d\x8c\xfb\xf1\xd9\xad\xf5\x4f\x3e\x31\xf9\x8c\xd4\x8e\x77\xd2\x9b\x3c\xd2\xcf\x32\x1e\xa7\x67\x77\x9e\xea\x10\x7d\x9e\x7d\x01\x9a\x82\x38\x79\xe2\xf1\x2d\x3e\xd2\xd7\x50\x98\x1f\x67\xc1\x24\xe3\xf6\x63\x73\x26\x3a\xc6\xa3\xf8\x1e\xf4\xe5\xc7\xe6\x4d\x30\x3a\x8f\x33\xf4\x15\x9e\xa7\xac\xae\xd1\xa5\x4d\x13\xd8\x19\x1f\xc9\x67\x1d\xa3\xd4\xf3\x13\xb6\x32\x79\xcd\x1e\xa5\xe4\x23\xad\xe3\xb3\x52\xf2\xd1\xc5\x50\x38\x38\x2d\xba\xaa\x0e\xbe\xa2\x67\xac\xb0\xc8\x98\xba\x61\x4b\xef\xfe\xa7\x04\xb1\xcf\xf2\x06\x86\x20\xf2\xb8\xa0\x0e\xba\xf3\x63\x29\x0b\x23\xce\x33\xac\x8a\xf1\xbc\x34\x1c\x9a\x58\xba\x19\x54\x39\xdb\x05\x7b\x77\xda\xe3\x1d\x57\xe5\xe3\x82\x3a\xc0\x1e\x9e\x69\x69\x99\x2f\x94\x78\x2c\xae\xea\xc7\x72\x1b\x90\x85\x47\xee\xc3\x42\x5e\xe7\x47\x82\x5c\x83\xe3\x3e\xaa\xb0\xf3\x59\xee\xe9\x94\x11\x8d\x3e\x2c\xd9\x0c\x9a\xb0\x64\x13\x17\xf8\xb3\xe4\x38\x76\xc4\xf4\xad\xc7\x5e\x9f\x32\x3d\x33\x39\xd3\x07\x8a\x05\x9d\x32\xde\xb1\xb1\x0f\x9f\xa7\x8d\x1f\xd6\x79\x8a\xd9\x3b\xec\xb7\x60\xd3\x1c\xc6\x90\x40\xea\xe1\x7d\xc9\x17\x4a\xb4\xdd\x43\x7a\x7a\x56\x11\x58\xce\xa8\xa4\xba\x96\x3e\x9f\xc8\x08\xc3\x82\x48\xa8\x2b\x64\xa1\x7a\x2c\xd4\xa1\xe1\x3f\xc7\x0a\x8f\xe3\x0d\x1b\x44\x3a\xc3\xb2\x41\xa4\xd3\xa8\x5d\x32\x21\x89\x3c\xa7\x75\xf2\xd0\xbc\x9e\x55\x38\x36\x14\xc6\xc7\x89\x0a\x43\x66\x7b\x4e\x21\x72\x33\xcf\xeb\x36\xa7\x49\x73\x0e\xf6\xef\x4f\x88\xcb\xa4\x0e\x7c\x54\xf5\x15\xc4\xf8\xf3\x4f\x4a\x8b\xad\xf5\x93\xd2\x0a\xd6\xbe\xc7\xe5\x74\x80\x07\x3c\x06\xf7\x81\x22\x79\x2e\xd7\xc2\x0a\x7b\xde\x73\xf9\x06\x08\xbd\xec\xf9\x49\x69\x99\x3c\x15\x8f\x84\xb4\x0e\x3c\xea\x71\x7d\x1d\xcc\x04\x8f\x84\xb4\xde\xd9\x6a\x97\x0d\x28\x1c\x89\x4b\xa1\x56\x8d\x4e\x1d\xfb\xc3\x30\x4d\x07\x0d\xd8\x20\x12\x5d\x5a\xda\x2a\xa1\xc5\x3d\x3f\x69\x2b\x93\x1b\xe1\xb9\x17\xaf\x89\x51\x2b\x61\x32\x18\x91\x47\xb5\x6d\x36\x16\xe7\x5e\xac\x22\x56\xef\x36\xab\xe0\x59\x8e\x6a\xa6\x61\x25\x20\xe4\x96\x7b\xa4\xfd\x33\x0b\x8f\x63\xbf\xc2\xd2\xf1\xd8\x81\x09\x76\xe3\xb1\x03\x13\xf7\xc3\x63\x07\x26\x08\x91\xc7\xa5\x6b\xc0\x7f\x3c\xf2\x60\x62\x30\x78\x2c\xe1\xec\x9c\x8e\x67\x89\xae\x74\xb2\x12\x10\xd3\x89\xf4\x15\xe6\xd2\xf2\xcc\x87\xd2\xe5\xd1\xe4\xfa\x79\xed\x39\xe0\x05\xdf\xf8\xf4\x61\xe9\x85\xc8\x85\xe7\x95\xeb\x00\x4a\x5f\x97\x8b\xe7\x7e\x7a\x1d\x72\xcf\x0b\x86\xad\x84\xca\xf8\xb8\x8e\x0d\x36\xcb\xc7\x70\x42\xf0\x50\x8f\xb3\x17\x72\x38\x5e\x97\xce\x80\x05\xba\x8e\x0d\x6b\xfc\xba\x8e\x0d\x9e\x98\xd7\xf0\x42\xee\xb8\x77\xf9\x59\x63\x5c\xef\x92\x65\xe2\x9e\x7c\x37\x51\x56\xff\x54\x5c\xf7\x75\x4d\x1b\x92\x34\xbc\x4b\xf0\x69\xfc\x70\x78\xe6\x72\xfc\xf0\xe8\xd2\x8c\xe7\x95\xac\x30\x14\xd2\xd7\x49\x55\x62\xc1\x5f\xd9\x8b\xf1\x86\xbc\xae\x2c\x83\x5b\xe7\x95\x3c\x52\x88\xea\x7f\x77\xab\x4c\x71\x6f\xbe\x8a\xf0\x18\xb1\xb5\xdf\x7d\xc9\x02\x41\xf4\xbe\x76\x59\x0c\xdb\xfe\x55\xec\xdc\xef\x6e\x87\x4a\x48\xc9\x6f\xda\x34\xcc\x68\xd3\xd1\x1a\x08\x20\xaf\xa3\x35\xf0\x6c\xbc\x8e\xd6\xe0\x88\xbe\x8e\xd6\xc0\xbd\xf4\xca\x9d\xda\x40\xcd\xbf\x8a\xd6\xe8\xf8\xb8\x5f\x67\x24\x44\x6a\x7e\x0d\x39\x44\x48\x7e\x1d\xbe\x81\x6b\xed\x95\x4b\x36\xe1\x8d\x7b\x93\x92\x7f\x4c\xda\xb4\x19\x2a\xd3\x84\xcd\x1b\x71\xd2\xdf\xa4\x44\x3c\x71\x9f\xbf\xb6\x4a\x23\xcf\xbd\xff\x92\x7a\xc7\x17\xf6\xd1\x92\x41\xf5\xb5\x8f\x96\x2c\xb7\x6f\x96\x49\x20\x4c\x17\x6f\x5e\x1a\x03\x6d\x7a\x67\x86\xd8\xf1\xda\x45\x5b\x3e\xc3\xb0\xc6\x90\xe9\xc4\x96\x69\x36\x57\x56\x16\x61\xa6\x2f\xaf\x6b\x30\xa6\x2f\x9b\xe9\x45\xa7\x65\x8d\x3b\xbe\x58\x89\x11\xe3\x3e\x79\x8b\xd1\x0f\xa1\x40\xbc\xc5\xc2\x4d\x30\x8b\xd7\x3e\x56\xb2\x12\xbc\x4e\x95\x88\x1c\xf7\xda\xc7\x0a\xda\xe1\x75\xc4\x05\x62\xc4\x5b\x0e\x0d\x3c\x08\x51\x0d\xd4\xcf\xec\xd9\x72\x8d\xd2\xf6\x96\xb5\x88\x74\x6a\xb6\x18\x17\xfc\xeb\x08\x0c\xac\x47\xaf\x4c\xd9\xa3\x57\x7e\x50\x88\x62\xe1\x59\x88\x36\x6a\xd8\xbc\x75\xed\xe0\x18\x66\x5d\x3b\x38\x7a\x5d\x41\xc8\xcc\x4e\x35\xe4\x82\x25\xb1\x5d\x1a\x14\xe1\xab\xa8\xe4\xb1\xd3\x89\xad\x6d\x93\x4e\xd6\x76\xa4\x09\x6f\xc7\x78\x5e\x79\x5e\xd8\xd1\xb2\x4b\xc3\x49\x5f\x47\x29\x93\x53\xf3\x55\xd1\x1b\x84\x84\x77\x25\x86\xe9\x34\x69\xbb\x0c\x27\x71\xd5\x2c\xfd\xfc\x20\x70\x31\x6c\xcb\x31\x1a\xe4\x9f\x7e\x65\xb8\xa6\x0c\xf0\xdb\x7d\xa5\x87\x8c\xf0\xda\x25\x5b\x38\x77\x2e\x61\xc3\xa2\xbb\xfc\x0c\xbb\x77\x95\x9f\x81\x6d\xd9\xff\x8a\x54\xf7\x5a\xc9\x41\xaa\x7b\xbb\xd5\x4c\x0e\xa6\x4c\xcc\x19\x99\xf7\x95\x89\x79\x90\xd5\xf7\x1d\x82\xdf\xc3\xb6\x16\xc0\x90\x93\xfa\x53\x10\x2a\xea\xf0\x6b\xfd\x00\x07\xe9\x3b\x6d\x0f\xfc\x7c\xe1\xb3\x1e\x94\x4f\x9f\xf5\xc4\x0b\xcd\xa9\x41\xf9\x41\xb0\x84\xed\xd3\xa6\x8f\x0c\x9b\x73\xda\x0c\xf6\x37\x70\xc5\x3b\x15\x36\x02\xd5\xd3\xe8\x18\x58\xdc\x82\x1a\xd2\xfe\xb1\x38\x01\x3f\x2c\xc5\x38\xc6\x28\x73\x6c\x4b\x5c\xbf\x16\xed\xc9\x77\xfc\x4a\xb4\x1f\xd4\x80\x7b\x0f\xa7\x0f\x62\xee\x64\xb0\x1d\xc4\xd2\xbd\x92\xed\x07\x51\x6c\xaf\x64\xfb\x41\x2c\xdd\x2b\xd9\x7e\x10\x8c\xf2\x4a\x72\x1f\x9f\x2b\x55\x92\x7b\x41\x36\x7c\x9d\xc0\x10\x54\xe3\xeb\xca\x25\x08\x1f\xaf\x2c\xb6\x73\xe3\xd6\xbd\x8c\x0b\x09\x01\xf4\x95\x88\x3b\x31\x76\xbe\xb2\x43\x4e\x0c\xa6\xef\xe5\xfc\xae\x61\xd4\x7d\x65\x87\x9c\x98\x2e\x5f\x49\xb5\x23\x0c\x80\xff\x67\xec\x4f\x72\x75\x89\x61\xee\x00\x6c\x9e\x55\xdc\x1d\x44\xbd\xa8\xc9\x9b\x64\x9c\xec\xa1\x1a\x56\xe0\x81\xed\x1f\x7f\xec\xfd\x07\xe2\x11\x0f\xef\x33\x6c\xf8\x0d\x2e\xf0\x5d\xa9\x4a\xa5\x96\x62\x7b\xa8\x69\x4b\xf1\x85\x48\xb6\x9a\xf6\x05\x58\x68\xf9\xd5\xb4\x89\xc5\x74\x8b\x9e\xa6\x7d\x6c\x69\xa9\xd7\x34\xeb\x7e\xdb\xa9\x91\x26\x2c\x08\xed\xdd\x9a\x6e\x50\x38\x57\x2b\x68\x7a\xe0\x47\x35\xd8\xa2\x69\xfa\x84\x60\x5a\x9a\xbe\xfd\x09\xc2\x23\x6a\x32\xbe\x4d\x26\x3f\x9a\x8d\xe5\x11\x66\x6e\xd5\xbc\x6f\xcb\xc1\x00\x40\xcd\xb0\xbf\xd2\xc1\x53\x33\x6e\x0c\x02\x3b\x6a\xde\xd4\x5e\xa8\x82\xd2\x6c\xc4\x3c\x50\x1b\x35\xf7\x03\xe3\xe8\xbd\xc8\x03\xf2\xb2\xf0\x15\xb3\xb4\xc9\xf4\x2b\x45\xb3\x19\xbd\x64\x3a\x6d\xd0\xbc\x4f\x65\x63\x8e\x5a\xcd\xd7\xc1\xa6\xf3\x91\xe6\xfb\xda\x23\x5d\x1c\xd8\x8d\xb9\x99\x2c\x80\xd8\x33\x27\x07\x62\x2b\x5e\x32\x3f\x81\xe8\xf0\xe9\x24\x4e\x4b\x42\x76\xa6\x15\x05\x19\x4f\xf8\xc8\xca\xe6\x3d\x06\x41\x02\xb5\x6c\xde\x23\x72\xb1\x69\xd9\x9c\x45\x2d\x4e\x23\xb5\x74\xcc\xf6\x64\xc1\x9e\x89\x88\x44\xd4\x72\x26\x22\x0a\x90\xa7\x98\x76\x38\x2d\xd7\xe9\xc3\x62\x01\xf2\xc9\x75\xf6\xf2\xda\x6b\x4e\xc8\x3d\x2d\x38\x61\xd3\xbd\x69\xb5\x6c\xb1\x94\x3e\x53\x5a\xb6\x80\x31\x53\x54\x7f\x98\x7b\x17\x07\xb5\x26\x4c\x8c\x4b\x90\x8a\x04\xfd\xc2\x5c\xc9\x5a\xeb\xbe\xdf\x89\xe4\xa9\x15\x81\xa6\x14\x73\x14\xe9\xda\xf3\xec\x7c\x03\xe9\xb7\x12\x27\x1b\x69\xd0\x25\x71\x6e\x2d\xcb\x39\xfd\xb6\x14\x29\xcc\x25\x71\xea\x2c\xc3\x78\x2b\x89\xbd\x1c\x96\x86\x9e\xa7\x05\x89\xbb\x25\x71\x2a\x91\xcd\x5a\x12\x67\x0e\xa9\xa9\x79\x77\x68\x9d\x96\xfa\xde\xb5\xcf\x6a\x89\x95\xb3\xc4\xcc\x20\x89\xb1\xa4\x18\xe7\x85\x4e\x09\x3f\x6a\xc9\x01\x6a\x3c\x60\x9b\xae\xd1\x0f\x4f\x91\xcb\x56\x52\x4c\xae\xd9\x2e\x24\xc5\xe4\xbe\xa7\x4d\xce\x8c\x59\x11\x1a\xb5\xf5\x5a\x01\xa5\x90\x63\x64\xef\xf3\xe7\x47\x24\xa6\x46\xcf\x47\xf8\x55\xa8\x9a\xe9\x16\xab\x48\x92\x29\xc4\x28\x55\x24\xc9\x6c\x8c\x2c\x51\x24\xc9\x14\xa2\x6e\x6a\x3b\x8b\xbe\xfe\x05\x44\x49\x2d\x3f\x66\x63\x00\xa1\x5a\x7a\xcc\x3c\xe8\xf9\xac\xc8\x5c\x29\x44\xbb\x54\xe4\x8c\x14\xc2\xbc\x69\x6b\x58\x2f\x1e\xe9\x66\x6c\x65\xa3\x35\x40\xdb\x66\x2b\x0b\x01\xb8\xd4\xb2\x03\xee\x37\x7c\x2e\x1b\xf2\x9a\xb8\xa4\xa4\x48\x70\xd7\x88\x14\xa8\xcd\x38\x0c\x61\xd2\x48\x45\x7a\xba\x96\x48\xb3\x9b\x9c\x6e\x71\x1e\x70\x00\x99\xd0\x51\xdb\x83\xf4\x0b\x7c\xe0\xbd\x7e\xe3\x7c\x6a\x37\xcd\xb7\x30\xd5\xa5\xf6\x7c\x12\x1c\xfb\x48\x7b\x39\x05\x95\x05\xf3\x2f\xc3\x9a\x76\x13\x94\x84\x1c\x85\xf6\xd6\xff\x12\x1b\xb5\x1b\x83\x1c\x4c\xa1\x76\x00\x3d\x07\xe5\xe8\xb8\x9c\xe3\x7a\x42\xc2\x2f\x89\xdb\xc1\xb2\x54\x31\x98\x4b\x2d\x49\x15\xe3\xcf\xb4\x9b\xee\x22\x72\xd2\x2b\xb2\x3f\x25\x7a\x17\xeb\x48\xf2\x57\xf2\x7c\x1d\xa6\x6c\x17\x22\x14\xaa\xa5\x0a\xca\xc2\x00\x10\xb5\x4c\x39\xbb\xc0\x27\x67\x08\x3a\xe5\x76\x25\x45\x16\x13\x21\x32\x90\x0e\x70\x1d\xc4\x12\xd2\x01\x9e\x82\x81\xef\x3a\x9e\xf3\xca\x60\xc1\xf8\xf3\x33\x29\xfe\xea\xf8\x4e\x13\x3e\xf2\x09\x40\x50\x4a\xfe\x3a\xcf\x84\xbb\x4c\xa3\x13\xf1\x43\x8c\x54\x57\x03\x11\xcf\xc2\x58\x76\x05\x68\xb8\x30\xdc\x5e\x81\x45\x2c\x99\xfc\x81\x61\xf4\x0e\xca\x30\x3a\xbf\xbf\xb1\xda\xd5\x10\x5c\x7f\x21\x9b\x2b\xa0\x4d\x03\x2d\x48\x0d\x7e\x71\x17\xf8\x58\xc5\x94\xf2\x11\x41\xa9\x82\x68\x17\x4a\x35\x7a\x40\x8d\x18\xec\xa6\x6b\xc0\xf5\x97\x5b\x65\xc1\x09\x85\xee\x20\xba\x26\x30\x6b\xb8\x33\x96\x39\x6a\x74\xfa\x3f\xe8\x42\x1a\x47\x46\xca\xea\x12\x4c\xc7\xaf\x02\xc0\x80\x72\xed\x97\x60\x4a\x79\x51\x2d\xdb\xa1\x93\x10\x1b\xba\x04\x1d\xe3\xee\x58\x82\xd1\xfe\x7a\xe2\x81\x95\xa3\xb0\x00\x87\x8b\x0b\xb7\x6c\xf8\x9d\x9e\x2c\xba\x40\xc5\x69\xce\xd7\x65\xec\x7a\xa4\xea\x55\xc3\x74\xda\x4f\xb0\xd1\x0b\xae\x1b\xd1\xe8\xd9\x61\x9c\xe4\x75\x34\xd2\xd1\xe8\x0d\x6b\x3a\x6f\x3c\x83\x2b\xca\x91\x7f\x4d\xd7\x01\xc4\xe6\x8e\x5a\x66\xa2\x0f\x30\x46\x35\x6c\xa1\x1c\x38\x5b\x0a\x70\x21\x61\x26\x2d\x05\xb8\x50\x20\x73\x29\xc0\x85\x24\x93\xd8\x00\xea\x27\x80\x9d\x14\x50\x3f\x12\xf7\x24\xa0\x7e\x26\xa3\x0c\xd5\xa0\x7c\xf6\x9c\xb2\xeb\xef\xf9\x0a\x5f\x31\x4b\xb7\x94\xd8\x1f\x2f\xa6\xb0\xc4\x2b\x03\x4f\x44\xa3\x13\x5f\xe1\x68\x5f\xa8\xb6\xb9\x71\x81\xa4\x33\x19\xdc\xa8\x00\xbd\x99\x0c\xb7\x51\x40\xd6\x4c\x86\xec\x28\xd0\x65\x02\x24\x43\xd7\x87\x29\x2c\xfc\x2c\x78\x17\x06\x72\x29\xa0\x60\x8c\x7f\xfa\x87\x5b\xeb\x4a\x58\x23\x57\x1f\x2a\x00\x5a\xc2\x08\xa0\x00\x68\x11\x2a\x11\xf4\xb2\x8b\x73\xd2\xc1\x56\x2f\x5c\x9c\x85\x9b\x07\x10\x2e\x93\x3e\xbb\x0a\xbc\x95\xd0\x0a\x2b\xc0\x53\x26\xe3\x6f\x14\x48\x28\xa1\xa2\xd2\xab\xa0\x63\xbc\x10\x80\xfe\x31\x19\xb5\xa2\xc0\xf6\x98\x8c\x87\x50\x60\x6d\x4c\xc6\x37\x29\xa0\x34\x66\x30\x27\x86\x72\xb1\x9f\xf0\x25\x01\x88\x45\x28\x12\xf4\xea\x50\x2d\xf3\xd8\x03\xd5\x62\x52\x2d\xa0\x57\x47\x7e\x3b\x9e\xf2\xab\x9f\xaf\xc4\x13\x80\xbb\xe2\xa1\x06\xf0\xc5\x0c\xee\xff\x32\xf9\x60\x52\xc7\xa7\x06\x4a\xf1\x0b\x32\x4b\xaf\x39\xff\xb2\x8b\xe8\x05\x5e\xae\xc6\x3a\xdb\xcd\xde\x19\xbd\xa9\xd7\x61\x9c\x2b\xbb\x0e\xd2\xc1\x24\x0f\x7a\x81\x74\x10\x14\x48\x2f\xc1\x6e\xaa\x2c\x38\x2e\x5c\x12\x05\xd0\x96\xf1\x94\x5f\x87\x96\x90\xcf\xb9\xd6\xf8\x0b\xc9\x51\xaf\xf5\x37\x5a\xa1\x5e\x26\xfa\x07\x4c\xa0\x5e\x17\x66\x3d\xc6\x72\xe5\xbf\x42\x55\xf5\x02\x8b\x4f\x0d\xbf\x1a\xfc\xc5\xaf\xe0\x0d\xbd\x2e\xfd\xcb\xd9\x4c\x2f\x48\xd1\x74\x08\xd2\xeb\xfe\xdb\xdd\x47\x81\x77\x11\x06\x63\xbd\xee\xfe\x97\x95\x4d\x1d\x8c\x82\x0c\x32\x90\x24\x3a\xbd\xd7\xf5\xfa\x5f\x12\xf1\xea\x75\xc0\xce\x1a\xfb\x81\xab\xf8\xd7\x57\x1e\xac\x4b\xe3\x57\xc0\x11\x53\xcb\xaf\xd7\x83\xad\x1d\xab\xff\x9e\xcf\x72\xc6\xde\x33\x7c\xae\x2d\xf2\xff\xd2\x5d\x45\xaf\xf7\x74\x9d\x05\x8a\x82\xce\xb1\x98\x9d\x45\x5a\x1c\x31\x3d\x81\x3a\x1c\xdc\x07\x32\xc8\xfb\xea\x3a\xf4\x88\x17\x29\x40\x16\x66\x0d\xea\xf0\x9d\xaf\xf8\xe0\x6e\x88\x4e\x8d\xf3\x01\x84\x84\x3e\x49\x1d\x0c\x00\x61\x17\x78\xa3\xf7\x21\x39\xdc\x96\xc0\x0e\xe8\x21\xf6\xdf\x19\xfb\x94\xf7\x95\x21\x01\xec\x82\xca\x02\x5b\x17\xc2\xfd\xe9\x7d\x08\xca\x88\x02\xac\x0b\xcf\xfe\x0d\x68\xa5\x10\xeb\x0d\x1d\x60\x3f\xc1\xb1\x98\x2a\x5e\x88\xdd\xa0\x88\x89\x2f\xc1\xaa\xdd\xc8\xcb\x13\x32\xf7\x8d\xbc\x3c\xa4\xf9\x37\x92\x95\xd3\xb0\xa8\x08\x8a\xef\x21\x51\xdf\x90\x0b\xe9\xf2\xa2\x08\x8a\x17\x3a\xa3\xe8\x0d\x8a\x43\x85\x9d\x5a\x84\x7a\x8e\xec\xf3\x7a\x77\x50\x0b\x8a\x3f\x08\x17\x8f\x34\x45\x8a\x70\x71\xa1\x4e\x5b\xef\xa1\x7f\xc1\xd5\xe9\x6d\xf1\x24\x01\x7c\xa4\xf7\xc4\x67\x73\x14\x34\x3c\xc1\x29\xb5\x78\x12\x21\x22\xa2\x22\xf8\x7b\xd6\x58\xb8\x89\xcf\x92\x51\x45\xf4\xb7\xd0\x90\xaa\x88\xfe\x8e\x78\x32\x45\xf4\xb7\xf4\xfc\x2f\x58\x16\x8a\xd0\xf0\x88\x68\x53\x04\x6d\x87\x9f\xa1\x5a\xd0\xf6\xcc\x12\x0f\x4c\x3c\xc0\x61\x81\x4b\x23\x0a\xac\xde\xc6\xa5\x85\x01\x52\x6f\x41\xa7\x4b\xbc\x82\x4e\xc7\xb0\x90\x4f\x51\x62\x58\xe6\x84\x21\x44\xcd\xd3\x7b\x01\x9f\x92\x64\x12\x21\xd9\x42\xfc\x3a\x45\xc0\x75\x97\xf8\xca\x16\xbe\x9b\x90\x4a\xde\x27\x6f\x38\x2f\x2b\xc4\x47\x0b\x01\x7c\xf4\x46\xba\xc3\xc6\x2b\xe0\x86\x36\xb2\xff\x2a\x50\x14\x70\xd9\x2f\xf4\x3c\xda\x80\xce\x8d\xc0\x2a\x7a\x9b\xf2\xb1\x0b\xaf\xa2\xfb\xb6\x7c\xad\x71\xe4\xa1\x78\x62\x9c\xbc\xde\x00\x95\x14\x52\x4d\x44\x33\x4b\x8f\x02\x90\xd1\x1e\x54\x02\x64\x54\xc8\x32\x20\x14\xb9\x4b\xe7\xe8\x1f\x2c\x13\x49\x20\x62\x91\x43\x50\xb0\x58\xe4\xfd\x00\x87\x06\x46\xb0\xff\x6a\xf3\xfb\xf3\x23\x2b\x4e\x1a\xd4\x99\x3d\xbe\xf1\x62\xa8\x41\xab\xde\xf2\x97\x2b\x9d\x22\x9e\x59\x88\x5e\xa0\x88\x67\x0e\x80\x36\x45\x3c\xb3\x30\xd4\x5e\x2d\xb4\x58\x24\xba\xf5\x62\x19\x63\xfe\x4c\x0d\x17\x48\x41\x8a\x50\x63\x09\x35\x2a\x22\x8b\xa5\xc7\x47\x0c\x3f\x31\x5c\x33\xf5\xd6\x93\x53\x9e\x5f\xfd\xd0\x68\x90\x3b\x18\xcd\xe9\x4a\xa6\x0f\x28\x35\x4d\xbd\xfa\x6c\x4a\x1d\x59\xa9\xd4\x62\x7a\xc3\x7f\x40\x1f\xf0\x79\x34\x4e\x28\x02\x61\xfb\x22\xc9\xb0\x40\xd8\x29\xe4\xd9\x4e\xc8\x2a\x6d\xc3\x8a\xf0\x52\xa1\xfd\x4e\x11\x2c\x2a\x9d\x4c\x1c\x82\x43\xa5\x93\x89\x7b\xcc\xa2\x17\xa9\xce\xf4\x69\xe8\x06\xf9\xad\xc7\xd9\x3c\x8e\xcc\x28\x68\xa4\x32\x53\xc4\x2f\x46\x36\x34\x45\x30\xa2\xd0\xaa\xad\x27\x18\x91\xd8\x32\x6a\xc1\x88\xfb\x89\x28\x40\x28\x26\xb7\x2c\x82\x0b\x23\x54\x50\x9f\x8e\x0d\x48\xd5\xca\x63\x30\x1f\xc4\x36\x56\x0b\x36\xac\x35\x7a\x31\x8e\x48\xc9\x5e\x80\x6c\x33\x68\x5a\x11\x39\x28\x83\xd4\x11\x91\x83\x9d\xc1\xc9\x7a\xe2\xf1\xe8\xfe\xa5\x0f\x28\x22\x63\xb7\xf5\x11\x4c\x20\x77\xf9\x03\x19\x93\x31\x1b\xfa\x18\xa3\xd8\x19\xd0\xac\x0f\x18\x45\x06\x6d\xe8\xb3\xd0\x06\x09\xfb\x03\x36\x90\x2e\xf5\xfa\x40\xa4\xa4\xd7\x99\x3e\xc8\x63\x4f\xef\x3a\x7d\x8c\x0d\x14\x7a\x56\xe9\x83\x44\xf6\xb4\x7b\xe8\x73\xc1\xbc\x40\xb6\xe7\xb9\xce\x57\x38\x1f\x66\xa1\x09\xfd\xd7\x03\x31\x95\x49\x98\xf4\xb9\x30\x14\x1e\x8c\xc7\x98\x3e\x19\xe4\x69\x1e\x58\x0c\x46\x0c\x05\x87\x8b\xee\x07\x8a\xc8\x3d\x61\x1e\x02\x45\x60\x9e\xd0\x2c\xad\x2f\x20\x9a\x08\x74\xaf\x2f\xd4\x18\xe3\x9f\x32\x80\xe8\x9b\xe0\xee\xc5\x3e\x59\xcc\xdd\x2e\x18\x2c\xb0\x3d\x4e\x3c\x4a\x45\x14\xde\x08\x2d\xdd\x9b\xf1\xc5\x19\x05\x68\x94\xe3\x7a\x4d\xe8\x12\x22\x45\x2a\x82\xea\x46\x8a\x81\x66\x4c\x05\xcf\x1a\x22\xe4\x84\xa8\x97\xfa\x42\x29\x44\x96\x11\x01\x6f\x23\x8d\x78\x03\xdd\xe0\x61\x44\x04\x9c\xd0\xf9\x4a\x11\xdf\x36\x42\xef\x8d\xf8\x36\x19\x54\xcd\x22\x9c\x4d\x88\x5e\xa4\x08\x67\x1b\xa1\xc8\x7e\x91\x11\x3c\x14\xd9\x08\x1e\x13\x82\x1c\x28\x22\xc1\x46\x28\x6f\x5f\x08\x72\x04\x89\x50\xc4\x75\x8d\xd0\xb6\x5a\xdc\xd1\xa2\x67\xa5\x22\xa8\x48\x42\x27\xf4\x82\x57\x09\xe5\x0c\x22\x82\x46\x5c\x39\x16\x11\x34\x68\x30\x53\x04\xf3\x08\xe3\x92\x14\x81\x38\xc2\x70\x1f\x45\xe4\x49\xa0\x43\x29\x82\x44\xda\xaf\xdd\x87\x1b\x3a\xd4\x28\xf0\xd3\x97\x50\xa3\x98\x4f\xfd\x2e\xe0\x58\x5f\x58\x7e\xa8\x46\x81\x87\xfc\x28\xf1\x59\xe0\x5d\x84\x1a\xe5\xb5\xcc\x0e\x8c\xbb\x51\xb8\xaa\x4b\x68\x51\xe0\x44\x2e\xa1\x12\x81\x8b\xf8\x2f\x63\x81\x1e\x23\x09\x67\x03\x8e\xc6\x12\x0a\x0f\x3d\xa8\x07\xd4\x5e\x28\xf6\x57\x68\x2f\xb4\x9e\x36\x84\x05\x66\xac\x0e\x92\xa8\xed\x74\xcc\x07\xab\xb6\x8e\xc1\xad\x69\xc7\x14\x53\x24\xd1\x8e\xaf\x52\xd9\xa0\x50\x92\x87\x6e\x41\x27\xa6\x98\xf7\x14\xfc\x72\x25\xd4\x00\x70\xaa\xed\x61\x4f\x30\x7f\xd6\x15\xd2\x37\x7c\x53\x25\x04\x76\xf3\x4d\xcd\x9d\x49\x1e\x15\x6e\xa1\xb3\xc6\x57\x2f\xe8\x2b\x9c\xa8\x7e\x15\x4a\x37\x2e\xec\x57\xa1\x63\xe3\x9c\x7f\xf5\x82\xbe\xc2\x09\xe2\x57\x6f\xa8\x38\x12\xdb\x38\x3a\x25\xe7\x55\xbf\xaa\x90\xd0\x84\x8d\x2a\x3c\xd7\x27\xdb\x50\xf4\x43\xa2\x00\x9f\x9d\x7c\xe5\x3b\x60\x94\xde\x8f\x96\x4e\x3f\x92\x17\x64\x0c\xce\xd9\xee\x0f\xd6\x8e\x49\x8e\xf8\x6b\x19\xfd\xc8\xf1\xca\x85\x27\x06\x0b\xd0\x0f\x3f\x2c\x5f\x83\x4b\x38\x9d\x9f\xbf\x06\x2d\x91\x14\xb6\x51\x30\xfc\xf8\xca\x51\x0a\x15\xb6\x61\xfb\x67\x52\xf7\xf9\x99\xc5\x24\x4f\x69\xfc\xac\xc9\x4a\x93\xb9\xf4\xbf\x66\xfb\x65\x4a\xe3\x58\x10\x90\x48\x8e\xed\x6b\x26\x09\x4d\x22\x1f\x7d\xcd\x24\xa1\x49\x6e\xf5\x6b\x13\x8d\x76\x7e\xd6\xd4\x35\x93\xb6\xd6\x0f\x86\x98\x49\xdf\x82\x0f\x86\x98\x59\xa2\xeb\xf0\x67\x97\xce\xe1\x9b\x3b\xfa\x94\xce\xcf\x9a\xa3\xc6\x94\xce\xe1\x2f\x60\x7c\xb6\x28\x38\xaf\x70\xb4\x26\x76\xcc\x12\xa3\xbd\x4e\x4f\x59\xf0\xa0\xd1\xf1\x2f\x56\xae\xaf\x3d\x50\xcc\x4c\xf6\xda\xb8\xd9\x49\x0c\x8b\xaf\x29\x16\x4d\xd8\x05\xe3\x66\x27\x61\x35\xbe\x66\x7e\xa7\x53\xb8\x01\x9b\x62\x7e\x57\xbc\x82\xf9\xe5\x26\x6e\x8a\x34\x2f\x2b\x5e\x01\x70\x89\x70\x7e\x3f\x74\x2c\x71\xf6\x3e\x4c\x45\x34\x7a\x94\x19\x89\x3d\x45\xee\x98\x1a\x0b\xff\x9d\x1d\xe9\x8d\xf6\x74\x94\x7f\xfe\x4a\x37\xe6\x4a\x62\x05\xba\x20\xa1\xad\xb3\x06\x5f\x07\x0f\x13\x1d\xeb\xc7\xff\xc3\xa5\xf7\xaf\x43\xc0\x62\xbe\xa8\xaf\x83\x45\x21\x0e\xee\xd7\xcd\xef\x5a\x16\x4f\x46\x47\x6e\x25\x22\x5d\x7c\x1d\x02\x15\x3d\xdd\xbf\xfe\xc0\xa9\xc4\xa9\xcd\xd7\x21\xfc\xd0\x0f\xe5\xeb\xef\x81\x82\xf7\xf9\xe8\x07\x1b\x9e\xdb\xbc\x83\x11\xa2\xbf\xd2\xd7\xf5\x6f\xc7\x94\x6f\x54\xc8\xf7\xce\x8b\x7f\xa3\x82\xfb\x74\x4e\xfb\x1b\x15\x94\xc2\x6f\x9e\x6f\xe0\x40\x92\x72\x7e\xa3\x1d\xf5\x31\x9f\xc0\x09\x65\xba\x9c\x6f\xb4\xf3\x4a\x63\x01\x9c\x7d\x84\x6d\x74\xa8\xf6\xb8\xef\x07\x0e\x35\x73\x10\x7c\xa3\xa3\x51\xd7\xbb\x7c\x03\xa7\x9c\xee\x40\xdf\x18\x20\x1d\x3c\xb2\x63\x1e\x6e\x9c\x1d\xbb\x8e\xe9\x85\x4f\xec\x09\xa2\x10\xf6\x0d\x35\xa0\x2a\x5f\x57\x01\x2b\x14\x94\x06\xd9\xed\x24\x28\x8d\xe5\xa2\xdb\x05\xde\x02\x32\x05\x4d\x22\x6f\x7e\x86\xb0\x4e\xf8\xa7\xcf\xf0\xd5\x17\x99\x9a\x0f\xaa\xf7\x21\xf1\x80\xe9\xb0\x1a\x13\xbb\x7d\xc0\x82\x1e\x44\x84\xf8\x2e\x1b\x77\x63\x42\xac\x0f\x01\x43\x8d\x86\xd5\x0f\x01\x43\x8d\xb6\xd8\x0f\xf7\x78\xa3\xd9\xf4\x53\x33\xdf\x36\x5a\x5a\x3f\x8f\x0f\xe2\x50\x71\x8f\x73\x03\x2b\x40\x0e\x0a\xff\x35\x1f\x4c\xaa\x55\x3f\x05\xbe\x0f\x95\xa6\x9f\xc2\xb7\x71\x46\x83\xc3\xa0\x6f\x7d\x9c\xf0\x83\x4e\xf1\x6f\x81\xcd\xba\xb0\xc0\x0e\x7b\xe3\xbf\x6d\xbf\xbd\xf8\x6f\xff\xf3\x53\x46\xd4\xda\x2e\xee\xfc\x77\xa2\xb1\xcc\x02\xdb\x3b\x83\xff\x22\xb9\x29\xff\x35\x28\x90\xc4\x7f\x2d\x55\x67\x7c\x0a\x89\x4d\xf9\xef\xb7\x3b\xe2\x8b\x01\xbf\x65\xce\x2b\xbc\x96\x39\xab\xe6\xb3\x1c\x97\xcc\xb7\xd9\xf5\x92\xe3\x61\xdd\xff\xc6\xc3\x86\x37\xc2\x96\xf7\x55\xc9\x04\xe2\xdf\x07\x74\xcf\x19\x13\x08\x74\xcf\xf8\xf7\x45\x3d\xfb\x6d\xc7\xb4\x52\xc1\xfc\x7d\x86\x5e\xc4\x6d\xf4\x9d\x5c\x34\xfc\x17\xd0\xb9\xfc\x17\x01\x98\xfc\x77\x77\x95\x9b\x14\xce\x99\xbc\xd5\x3f\x60\x10\x93\x53\xfa\x3e\x23\xff\xeb\x5f\x44\xa7\xef\x33\x1a\xd5\x98\x1a\xfb\xfb\xd4\xd6\x36\xfe\x35\x38\x56\xf7\x3b\x2c\x29\x01\x05\xc4\xd3\xe1\x96\x94\xc0\x61\x3a\x30\x7d\x49\xc9\x34\xb2\xcd\x81\xe9\x77\x81\x31\x7f\xee\x59\x55\x52\x32\x52\xd1\xca\x61\xd4\x4a\x4a\x82\x84\xad\x95\x5f\x91\x73\x90\xe3\x89\x0b\x1e\x7b\xc5\x0b\x8e\x21\x25\x3a\xf6\x60\x97\x15\x7e\xc5\x7c\xdb\xa6\x3b\x17\xec\x82\x07\x6d\x44\x81\x11\x57\x0f\xdc\x2b\x29\xbd\xc8\xb7\x9e\xd9\x28\x74\xfc\x6e\x05\x28\x29\x23\x2a\xd1\x13\xdc\xef\x02\xa4\x95\x2b\xde\xd3\x0c\x3f\x15\xe7\x0f\x4b\x82\xa3\xd9\x4a\x2d\x0a\x8c\x75\x29\x87\xd7\xdd\x05\x46\x53\x5c\x87\x5d\x52\x36\x1e\x62\xcc\xf8\x0a\xb4\x62\x8e\x9b\x5b\x52\xb6\xeb\x79\x14\x7e\xb6\x98\x4c\x3d\x3c\x90\x61\x17\xd8\x68\xa7\xf8\x67\x0b\x92\xb1\x7a\x04\x79\x49\xc5\xbc\xc3\x99\x26\xbd\xa4\x62\x9b\xb2\x67\xae\x6d\x99\x48\x1f\x5a\xa2\xa0\xa3\x51\xef\x7a\x81\xce\xc1\x9d\x1e\x77\x81\xc1\x97\x4d\x0e\xae\xd8\x05\x3e\x3c\xbe\xb6\xa4\x72\xc3\x9e\xb5\xd8\x31\xc4\x2c\x39\x40\x4b\x49\x05\x29\x98\xdd\x7f\xac\xa4\x62\xec\xca\x68\x9c\xc2\x6a\x24\xa5\xb9\x0f\x5b\x49\x15\xd6\x88\x34\xbc\x8d\x0a\xe3\xa5\x87\x34\xec\x02\xeb\xba\x44\x1b\x7f\x5b\x0e\x76\xc1\x84\x37\x97\xef\x8f\x6a\x72\xcd\x68\x85\xaf\xc0\x37\xd8\xc9\x44\x49\x55\x30\x38\x6e\xfe\x0a\x76\xc5\xa5\xe0\x5d\x60\x6a\x1b\xd7\x18\x97\x54\x6f\x48\x75\xf1\x59\xf3\x22\x1c\xee\xf9\xbf\x0b\xce\x76\xe0\x57\x8c\xb1\xea\x0e\x1d\xbc\x0b\x9e\xdf\x12\x6b\x49\xf0\xb5\x6a\x32\xa3\xa0\x61\x0a\x13\x0b\x3e\x0c\xce\x0f\x50\x1b\x58\xca\xc9\x27\x90\xf9\xbd\xb5\xcc\x02\x20\xd1\x25\x16\x18\xbf\xdc\x84\xc7\x03\xfc\x72\x13\xae\x6d\xbb\xd0\x0f\x6e\xdc\xf6\xce\xdf\xd6\xbb\x92\x9a\x75\x7d\x96\xf8\x0a\x2c\xf0\xae\x87\x2e\xa9\x63\x19\xdc\x12\x59\x52\x47\x3f\x1a\x0f\x61\x87\x5f\xab\xab\x9c\x4a\xea\xe6\xad\x3b\x5a\xf7\xcf\x76\xe8\xc3\x63\x7f\xf4\x07\x86\x7f\x12\x14\xb0\x6f\xd3\xcd\x33\xbb\xe0\xd8\x19\x0b\x0b\x80\x1b\xcb\x7d\x0a\x06\xaf\xb9\x29\x64\x17\xd8\x79\x49\x3c\x73\x23\xc3\x7c\xb5\x12\x0b\x4e\xa3\x95\x05\x70\x02\x6a\x85\x05\xd6\xb1\xce\x33\x37\x2a\x32\xba\x4c\x16\x98\x40\x3e\x66\x3c\x01\xbf\x21\x77\xb7\x28\x69\x22\x10\x5a\xb8\x1d\x66\x85\x88\xc0\xc5\x9e\x30\x6e\x3b\x08\x73\x49\x62\x30\x84\xbd\x70\x5d\x64\x62\xe5\x8a\xbf\x22\x98\x8f\xcc\x85\x5a\xc0\xa5\xca\x8b\x05\x66\x23\x1c\xce\x9a\x97\x84\x24\x6e\xa3\xc5\x13\xf6\x59\x19\x5c\x4a\x64\x32\x9a\xee\xc1\x5c\x12\xbc\x21\xba\x0b\x00\x25\xc1\x83\xa0\xed\x5d\xf8\x7f\xbd\xbe\x4a\xba\xcc\xcb\x77\x25\xf6\xfa\x12\xf8\x5c\x73\x5c\x30\x52\xf7\xce\x25\x81\x09\x5a\x3c\x52\x64\x17\xbc\x28\xf0\x61\xdc\xe9\x38\x54\x7a\x27\x0f\x82\x70\x27\x61\x80\xe5\x68\xb9\xf6\xb0\x24\xa0\xe2\xb6\xc9\x1d\x09\xcb\xd1\x74\x73\x41\x49\xc0\x9b\x15\x47\x26\x28\x09\x60\xb1\x4d\xb8\xab\x6f\xf8\x62\x37\x6e\x2f\x00\xa2\x8e\xc6\xd9\xbb\xb1\xdf\x3c\xbe\xbd\xa4\xfb\x3b\xaf\x34\x16\xe0\x94\x37\x7f\x05\x80\x9e\x14\xc6\x77\xc1\x8b\x9b\xc4\x5f\x81\x4d\xa1\x09\x6f\x12\x80\x45\xce\xc2\x55\x04\xd0\xe3\x4c\x35\x9e\x38\x9f\xe5\x57\x8c\xd8\x8e\xc4\xae\xc3\xc8\x30\x3d\xca\x65\x17\x40\x24\x8d\xaf\xc0\x08\xdb\x48\x4b\xa0\xbc\x97\xc6\xcb\xf8\x31\x1d\xc0\xe8\xbc\x49\x1e\xd3\x01\xd0\x5e\xba\x0b\x8e\xd1\x9e\x8d\x42\xcf\xde\x78\x10\xa0\x45\x1f\x89\x94\xf3\x81\x9e\x69\x90\x60\x3f\x20\xc7\x8d\x5c\xc2\x03\x2f\xab\x1e\x5d\x7f\xe0\x11\x14\x5d\x37\x9b\xd5\x18\x2b\x0a\x10\xd6\x1e\x63\xb1\xb3\x33\x33\xaf\xc9\xc7\xbc\x9b\xe6\xe2\xea\x3f\x50\x20\x36\xde\xac\x06\xd3\xb7\x0b\x38\x85\xb6\x94\xdd\x01\x11\x4a\x7a\x91\x3b\xdd\x5d\xa2\x4b\x82\x32\x79\x64\x4e\x10\xb0\xd0\x5a\xe3\xc6\x7d\xcd\xf8\x33\x16\x07\xf7\xda\x9d\x37\x33\xb9\xa6\xb7\x41\x7d\x41\x6a\xf3\x36\x28\x9e\x66\x3c\x81\x33\xcc\xdb\x19\xaa\xe1\xee\x61\x06\xbb\xc0\xf4\xe0\xbd\x47\x1b\x46\xb0\x07\x07\x07\x04\x2a\x69\xe4\xcd\xa0\x1b\x1e\x99\x0c\xdf\x6b\x9c\xc6\x70\x9b\xe7\x2e\x78\x30\x85\x2c\x80\x5f\x4c\x50\x0a\xc0\x12\xcd\xc2\x9d\xfc\xda\x55\x3b\xdc\x37\xa0\x24\xe0\xf0\x88\x63\x7d\x94\x04\xec\x18\xf1\x50\xe7\x92\x80\x6d\x21\x1e\x56\xbc\x0b\xc0\x9b\x71\x92\xf5\x58\x22\xa4\xb0\xe0\xc5\x51\xcf\x2c\x80\x1f\x08\xb9\x04\xc0\x50\xcc\x45\x62\x0b\x18\x8a\xb9\x78\x4c\x01\x43\x31\x83\x67\x3e\x12\x61\x99\xf1\x8a\x7d\x45\x48\xc1\xd5\x66\x7d\x3a\xf2\x4b\x49\x3a\xde\xdf\xc6\x9d\x92\x14\xfe\x05\x1e\xfd\xb7\x0b\x3a\xa4\x5b\x7e\x76\x9e\xd3\xc0\xaf\x40\xcd\xe6\x19\x30\x77\x81\xa0\xa7\xf1\xc4\x42\x4f\x13\x0b\xa0\x66\x5b\x51\x60\x14\xc6\xd3\x63\x95\x04\x88\x85\xe9\xe6\xd7\x92\x00\x6e\x30\x33\xef\x09\x80\x19\x50\x61\xb5\x0b\x60\x49\x21\xd5\x06\x8c\xc0\x48\x24\x06\x08\xf1\x9f\x42\xfe\xee\x68\x7f\x83\x6b\x42\x88\xbf\x0c\x6e\x5c\x44\xdb\x8f\x4c\x72\xa1\x87\x17\xe1\x41\xb6\x90\xf0\x2c\x89\x9b\x5f\x5f\xec\x64\xd2\x64\x84\x31\x77\x99\x7c\xe5\x3b\x96\xaa\x28\xb8\x30\x85\xfc\x0a\x94\x5e\x2b\xfd\x83\xbf\x45\x49\x26\x94\xe6\xde\xb9\x02\x08\x79\xed\x95\x1f\x40\x34\xaa\x04\x57\x8a\x68\x54\x2a\xf3\x4a\x42\xf4\xe9\x14\x72\x72\x88\x3e\x9d\x42\xd2\x01\xf1\x75\x54\x52\x70\x84\x4b\xce\xc2\xe3\x06\x99\x72\xc6\xe5\xfe\x01\x57\xdf\x93\x85\x94\xf4\xc1\x03\x23\x58\xdd\x0f\xca\x74\xe1\xc9\xf8\xe0\x0f\x96\xa5\xb1\xa0\x63\x6b\xc4\x13\x20\x83\x3c\xf6\xdf\x0d\x0a\x1e\x4f\x18\xd3\xd5\x66\x74\x5d\x71\xfe\x78\xd5\x7e\x7a\xff\x36\xb2\xed\x02\x2c\x3c\xa9\x1e\x64\x56\xda\xd0\x4a\x4e\x60\x86\x49\x07\x72\x6a\xa0\x47\x95\x05\xfd\xf4\x83\xaf\x18\xc5\xa2\xf2\xb8\xe4\x84\xc3\xe4\x38\x93\xbb\x00\x5c\x98\x53\xdf\x9c\x5c\x67\x5d\x58\x70\x0e\xd3\x60\xc1\xd1\x99\x89\x17\xc0\x55\xc6\x23\x1e\x4b\x4e\xeb\x34\x3a\x59\xf0\x82\xc8\xf1\xb3\xc8\x2c\xef\xa1\xf8\xbb\xe0\x8c\x65\x79\xc1\x73\xb6\x03\xdb\x30\x69\x92\xe6\xd6\x5d\x30\x7f\xeb\x87\x77\x01\xb4\xeb\x83\x1d\x03\xa6\x96\x63\x07\xef\x02\xcc\xc7\x60\x3f\x5e\x78\x36\xfa\xb6\xcc\x09\x9a\x04\x89\x02\xe8\x87\x29\x70\xe5\x0c\xdf\x84\xd6\xfc\x89\x7c\xf8\x08\x67\x31\x73\x86\xb6\x93\xc7\x2d\x67\x13\xda\xa6\x1b\xef\x76\xc1\x99\xd3\x28\x40\xc7\xa6\xcf\x7a\x16\x10\x5b\x4e\x61\x96\xf9\xdb\x82\x5a\x72\x7e\xd7\x6f\x63\x70\xc9\xc5\xb4\xae\xc3\xb3\x23\x95\x5c\x1a\x18\x3e\xee\xa0\x32\x91\xa9\xd1\x4f\x79\x2e\x87\xe1\xf3\x9b\x24\x17\xc4\x46\xb8\xc3\x7b\xc9\xc5\xd4\xd2\xc4\x50\x2c\xb9\x28\xe8\x73\x63\xa3\x1f\xf4\xb2\xbe\xf9\x73\x35\x35\x5c\x77\x0f\x91\x5d\x00\xa6\x5c\xe2\x09\xe3\x66\xc9\x7a\xe4\x9a\x20\x19\x73\x3e\x6a\xc5\x0e\x72\x0e\x30\x5b\x64\x55\x1e\x31\x85\x15\x5e\x66\xcd\xef\xef\x5c\xb1\x93\xc9\x94\xe7\x0a\x81\x8b\xaa\x83\x5c\x8d\x60\x13\x8e\x66\x17\x3c\xe0\xaa\x7d\x07\x59\xd8\x52\xee\xae\x95\xdf\x05\x03\x13\xc4\x27\xe0\x3f\xb9\x0a\xc7\x62\xc3\x67\x72\xd5\x92\x21\xc4\x76\xf7\xa9\xdb\x05\x46\xc1\x1d\x65\xa2\xe4\x06\x27\xc4\xce\xbd\xde\x2a\x34\xea\x9c\xd3\x06\x6b\x26\xf9\xbb\xdc\x20\x93\xb8\xdf\xc9\x2e\x00\x51\xca\x7c\x02\xaa\xa5\xd2\x58\x80\x5c\x1e\xee\xbe\x51\x72\xbb\xcf\x58\x7c\x3e\x9a\x02\xe0\x29\xb1\x63\xe6\xb6\xd9\x5c\x6f\x56\x72\x87\xa3\x5e\x73\xbd\x48\xee\x82\xf0\x28\x6e\xcb\x0e\xd6\xd4\x53\xf1\x97\x3c\x12\x7c\x90\x38\xa7\xc3\xe6\x63\x78\x76\xff\x5d\xb0\xd0\xa8\xb7\x01\x63\xc0\xf0\x04\x4d\x65\xff\x84\x66\x8d\x4f\x98\x84\x3e\x3c\xb2\xbe\xe4\x61\xec\xed\x18\xd1\xc6\x0d\xf7\xc8\xc4\x36\x8e\xf6\xa5\xfc\x8b\x04\x96\x07\xcc\x5d\x99\x34\x6d\xc0\xc5\xb7\x93\x96\x0c\xa3\x14\xad\xbb\x2a\x22\x8f\x17\xe2\x7b\xe5\xc8\x41\xf4\x63\x3a\x07\x32\xe0\x66\x52\x8a\x01\xb9\x31\x71\x9d\x87\xad\xc0\xe8\x3c\xb2\xc3\xee\xe1\x26\x5c\x81\xf1\x41\x8b\xe2\x4c\x57\x1e\xa6\x79\x68\x0e\x0e\xb9\x0b\xa0\xb9\x64\x1b\x33\x9d\xeb\xdf\xbb\x3e\x91\x5d\x55\x5c\xe0\xda\x24\x12\x22\x99\xcf\xde\x04\x08\xfe\xf0\xfb\x2a\x4f\x04\x2e\x92\x83\xca\xd3\x88\x4b\x0f\x6a\x33\xe1\x5c\xda\xfc\xba\xce\x73\x3c\xbf\xbd\x1c\x76\xc1\x8b\xbc\xc5\x7c\x65\x40\x83\x1a\x1d\xb3\xeb\xa9\x05\x39\x9e\x16\x4c\x3f\xa8\xf0\xd8\x34\xd3\x0a\x62\x70\x10\xf0\x0b\x2f\x8e\x09\xe5\x5e\x10\x86\x79\x9d\xae\xf3\x15\x90\x30\x57\xed\xef\x02\x48\xeb\x12\x4f\x60\x7b\xf1\x64\x4c\xd3\xc4\xf4\x11\x5f\xb1\xfb\xaa\x39\x3c\xed\x2e\x00\x68\x67\x0c\xee\x39\x74\x91\x83\x3b\xfe\xdc\x3c\x90\xd3\x08\x76\xef\xbc\x26\xa7\x61\xf7\xf4\xb8\xc0\x26\xfc\xb9\xe3\x8a\x9b\xf0\xd8\x18\x24\x2e\x13\x5e\x82\x99\xe4\x78\x2a\x38\x0d\xee\xfb\xf9\xc1\x07\x86\x44\x6e\x7e\x70\xc1\xea\x5c\xa8\x0f\x44\x9f\x07\x72\x1a\x37\xd8\x72\x6c\x87\xef\x68\x73\xd8\x31\xdb\x85\x63\x94\x28\x78\x40\x5b\xfd\x2b\x52\xe0\x58\x28\x83\x05\x38\xa1\xbc\x48\x05\x4e\x42\xd4\x3b\x65\x58\xc6\xda\xe2\x62\xcb\xe1\x11\xc9\x25\x08\x80\x3f\x26\x77\xa1\x40\x86\x5f\x2d\x9e\xb8\x7f\x7b\x8a\x94\x4d\x01\x6c\x4e\xc9\xcf\x08\x72\x25\x50\x26\xc9\x02\xda\xda\xb9\x71\xc5\x80\x28\x5a\x30\x27\x02\xf2\x23\xf1\x04\xe2\x30\x3a\x6f\x12\x19\x00\xdf\x25\x4f\x24\x03\x9a\x6d\x5e\x1c\x32\x4f\x24\x37\x5f\x99\xc7\x27\x8d\x5f\x11\xdc\x13\xe4\x12\x10\xc1\xd6\xdc\x69\x79\x17\x40\xb7\x99\xd9\xa8\x69\xa5\x67\xe2\x2e\x14\xa4\x56\xea\xdc\xb8\x62\x8a\xdb\xb6\x12\xbf\x62\x31\x14\xbd\xd4\x78\x02\x14\x9c\x34\x48\x6e\x5c\x60\xbc\xf2\x05\x8a\xec\x4e\xce\x4b\xcc\x9e\xd0\x26\xa9\xaf\x98\x1e\xa0\x77\x6e\x3a\x41\x8e\x4a\xaa\xff\xb2\x98\x4c\xd2\x0b\xaf\x38\xb1\xcd\xdf\x1c\x58\xa7\x64\x01\xa5\xf3\xf4\x85\x25\x2f\x44\x28\x0d\x57\x75\xe7\x05\xb2\x45\xdd\x4a\x5e\x26\x6f\x8e\x41\xa6\x60\x99\xe1\xb3\xa7\x5f\x4f\x20\x97\x77\x89\x02\xf8\x1c\x93\x39\x59\xe6\x6b\xd4\x26\x2f\x8e\x85\x10\xd3\xc5\x6d\xb9\x40\xfa\x68\xc5\xc9\xeb\x04\xfa\x37\x3e\x61\xd1\xeb\x43\x78\x5e\x10\x48\x28\x8d\x3c\xf3\x02\xa3\x25\xbc\xae\x11\x37\x28\xc1\xdf\x2d\x39\xba\xde\xcc\x02\xc1\xda\xfa\x24\x23\x1a\xaf\xc9\xaa\xff\x72\x81\x59\x4e\xf8\x3c\x1a\x57\x71\x7d\x60\xba\x38\x9d\x97\x9f\x2e\x5f\x78\xa4\x5e\x1e\x54\x89\xe4\x0b\xee\x73\xd4\x3f\xe7\xcb\x90\xd5\x67\x22\xe3\x86\xac\xb8\xb2\xc8\xb8\xdd\xc0\x6f\x1f\x5c\x56\xe4\x9b\x9a\x83\x22\xc8\x0d\x45\x65\xe5\xbd\xf9\x9c\xf0\x09\xd7\x80\xe4\x67\x42\x24\x23\xa3\xf2\xc0\x81\x7d\x70\x03\x3e\xae\x29\x5f\x2c\x80\xa0\xe3\xe2\x54\x86\x46\x88\xce\x5c\x25\x03\x9e\x9d\x46\xf2\x5d\xa0\x56\xc0\xc3\x04\xe4\x6a\x3a\xd6\x97\xfc\x1e\xff\x0a\xee\xea\xf7\x06\x81\xe2\x9c\x02\x92\x77\x0a\x6f\x78\x38\xe1\x0d\xea\xc1\x33\x90\x5b\x9b\xc3\xe0\x94\xfc\x42\xd2\x8e\xb1\x00\x13\x73\x66\xde\x57\x5a\xd0\x53\x1e\x48\x35\xc7\xc7\x31\xb8\x13\xb4\xc2\x4d\x8f\x77\x2f\x1c\xd3\x5a\x73\x89\x3f\x03\x9e\x70\x50\xbd\x93\x01\x36\xd8\x27\x79\x4e\x3d\x3a\x23\x2e\xb6\x1e\x43\x01\xaf\x7c\x33\x4a\x6f\x6e\x8d\x05\x47\xeb\x4f\x5e\xc4\xb0\x71\xf2\x98\xe4\x78\x3e\xe0\x00\x50\x87\x96\x3f\x50\x9b\xc5\xcb\xe7\x33\x06\x67\x52\x87\x56\xd2\xd9\x63\xce\x8b\x94\xd4\x30\x41\x7e\x93\x94\x04\x37\x3c\xea\xe3\x4b\x5a\xc7\xe8\xc1\x57\x8e\xe0\xe7\x24\xbd\x24\xdc\x46\x64\x53\xb7\x1c\x03\x63\x94\xb7\x91\xe1\xfd\x47\x2d\xca\x66\x68\xf0\x59\x3e\x31\x8f\xef\x3c\x9f\xb8\xf2\x6f\x3f\xab\x52\x60\xce\x5c\x54\x9a\x94\x7c\xa2\x50\x5d\xd0\x29\x25\x41\x00\xf5\x7b\xa2\x94\xa3\xda\xf5\xe3\x51\x2a\xec\xce\x9e\x7e\x68\x17\x18\xc5\x22\x1d\x28\x15\xc1\x66\xee\x86\x5d\x4a\x7d\xc1\x13\xb9\xee\xaa\xd4\xa3\x00\xf2\xdb\xb9\x54\x80\x99\x34\xbf\x6b\x0a\x8c\x62\xf4\x83\x2d\xa5\x1d\x36\x8a\xcb\xd0\x90\x80\x90\x7b\xbd\xc0\x28\x36\x96\x9f\x86\xd2\xe0\x8f\xe4\xb0\xb4\xbb\xe0\x01\x30\x0c\xdb\xc0\x7c\x38\x70\xea\x2e\x38\xd0\x31\x8d\x05\xe7\x15\x7e\x05\x69\xc9\xa8\xd9\x2e\x1d\xc2\x01\x55\x99\xa5\xc3\x5f\xd9\x1d\xc7\x4a\xe9\x15\xb6\x49\xe7\xab\x4a\x87\x28\x34\xf8\x95\x2e\x08\xf6\xf1\xd3\x50\x3a\x30\x2f\x57\xe1\x13\xf7\x31\xee\xfb\x57\x46\xc6\x31\xf5\x9d\x5c\xc6\x39\x95\x6c\x74\x14\x3c\xc1\x19\x83\x63\xd0\x70\xef\xd0\x52\x06\xfc\x80\x79\xe5\x97\x71\x54\xbb\x12\x05\xe0\xee\x3b\x5f\xf9\x8e\xc7\xf8\x64\x41\x87\x19\x23\x0a\xa0\x41\xe5\x8c\x4d\xbb\xe2\xe8\x05\xb6\x0b\xc0\x89\x3a\x07\x58\x66\x46\x80\x90\xdf\xf0\x65\x66\x18\xa2\xb9\xd7\xe7\xa1\xb8\x2e\xcb\x94\x09\x9f\xa6\xc2\xcf\x4e\x41\x52\x14\xe7\xdd\xcb\x04\x72\x93\x67\xee\x28\x05\x0c\xf0\x98\x5c\xec\x79\xb4\x62\x7e\x6f\x96\x69\x06\xa8\xe1\xa8\x48\xa5\x08\xbc\x6f\xb6\xd8\xf1\x7f\xbf\xc0\x8a\x58\x56\x8a\x31\x79\x54\x64\x80\x95\xe1\xbe\x17\x78\x62\x37\xbf\x05\x8a\x40\x75\x47\xfb\x55\x91\xe3\x70\xe0\xb7\x6c\x11\x43\xa3\x1e\xc2\xc9\x5a\xd0\x4b\x8a\x2b\x09\xca\xaa\xb0\x70\x39\xcb\x5d\xd6\x51\xaa\x39\xf3\x57\xd6\x38\xf1\x7f\x7c\x65\x9c\xe4\x47\xfe\x15\x5c\xee\x63\xc6\x13\xeb\x84\x1d\xfa\x13\x97\x45\x70\xcc\xe2\x3c\x78\xb9\xa0\x88\x2a\x1c\xed\x75\xc8\xb1\xd3\xf8\x72\x1d\x57\x46\xae\xe2\x05\x5f\xec\x46\x02\x75\x1f\x8d\x3d\xc9\x20\xc2\x1f\x1b\xd5\x08\xe5\xae\x67\x2c\x4e\x07\x90\xac\x77\x24\x1e\xea\x7b\xe0\x8a\xe3\xa1\x46\xb8\x14\x3d\x54\x77\x01\xf2\x70\x70\x59\x91\x1c\xae\x53\xe2\x2f\x0f\x38\xa8\xca\xc1\x3d\x70\xbf\xcd\xfc\x2c\x32\x87\x31\x62\xb2\x94\xa7\x1f\xe7\xcf\xc6\x82\xfe\xe7\x97\x7b\x68\x29\xc8\xa7\x35\xc8\xda\x95\xe7\x28\x19\xfd\x56\x2c\xcf\x3a\x67\xd8\x87\xff\x18\xc1\x6e\x8b\x04\xfb\x81\xf5\x32\x93\xd8\x3e\x27\xf9\x7d\xb4\x71\x9f\xb5\xf5\xd1\x3e\xcf\x49\x8f\xcf\xc1\x3d\xd0\xfa\xf3\xc8\x3e\xcf\xf1\xd8\xf5\x02\x64\x5b\x6a\xd4\x06\x17\x64\x5b\x12\xda\xaf\x0a\xe2\x38\xa4\xf1\x02\x43\xd6\x9b\x59\x9c\x17\x29\xef\x31\x8b\xf0\x16\x40\xca\x95\xe6\x4e\x97\xa5\xbc\x50\x64\x17\xbf\x59\xcb\x8b\x40\x41\xcf\xaf\x54\xca\x7b\xc2\x64\x48\x7e\x90\x79\x62\x74\x52\x2c\x04\x15\x4c\xea\xae\xca\x7b\x86\x2f\x7c\x42\xa1\x94\xe7\xc5\x01\x33\xd1\xa0\x52\xad\x68\x85\x19\xdf\x0d\x27\x45\xdb\x19\x9c\x2f\x03\x8c\x2f\x6d\xf1\x32\x36\xf0\xea\x7d\x2b\xb2\xe0\x3e\xbb\xd0\xbb\xae\xf0\x28\x4d\x1c\xcb\x37\x61\xd0\xe2\x2b\x1f\x1c\x59\x1b\x6f\x56\x78\x87\x31\x49\x4d\xa9\x09\x6e\x95\x9e\xf7\xa6\xd4\x84\x49\xf6\x4c\x42\xbb\x00\x77\x9e\xef\xd3\x9a\x06\x94\x8c\xce\x03\xd4\x34\x91\xb5\xdb\xb7\x76\x3d\xbc\x08\x09\x4a\x4d\x40\xcd\xf3\xbc\x23\xa5\x26\x9b\xc2\xe6\x39\x87\x77\x01\x74\xac\x2e\x60\xd4\xf4\x22\x5e\xc4\x6d\x23\x35\x43\x1d\xea\xd9\x3c\x4a\x3d\xfa\x62\x4f\x68\x59\x6a\x46\x3f\x4a\x3c\x01\xb5\x9b\x83\x60\x97\x9a\x6f\xb4\xe1\xb4\xb0\xe6\x07\x32\x89\xdf\x68\x15\xa8\x5e\x9d\x64\xab\x66\x33\x41\x2c\x07\xf0\x29\x35\x83\x35\xe5\x76\xa8\x25\xe1\xde\x14\x16\x18\x73\xd2\xdd\x3b\x76\x17\x7c\xd0\x7e\x7a\x3f\x8a\xd9\x68\x86\xf8\x3d\x51\x8b\xd9\x6a\xbb\xbb\x2f\xee\x82\x23\xe8\x24\x16\x20\x62\x44\x58\xd0\xcf\x5d\x23\x2c\x50\x78\x3f\x78\xd7\x8b\x11\x83\x46\x1e\xa0\x16\x44\xd4\x50\xb8\xa9\x45\x8e\x78\x19\x4f\x5c\x90\x48\xf9\xc4\x51\x0b\x0d\x0e\x0e\x7e\xbc\x99\xfb\xa3\xd8\x75\xd2\x3c\x9a\xad\xd4\xf2\x62\xd6\xff\x49\x02\xab\x05\x7e\x35\x8e\x70\xbb\x0b\x40\x8f\x9c\xc8\x55\xe0\x87\x11\x4d\x66\x17\x5c\x10\x57\x59\x90\x41\xb0\xfd\x74\xd5\x8a\x6b\x97\xda\xf6\x5a\x1f\x08\xb4\x4e\x9f\x6b\x45\xe0\x1a\xbd\x55\x6a\xb5\x8b\x63\xd0\x80\x53\xeb\xb1\x60\x70\xf3\xc0\x11\x8b\xb1\x31\xbb\xe0\x38\x92\xb3\x0d\x28\x80\xc8\x63\x55\x68\xb9\x3b\x1d\x17\x6b\x3b\x98\x70\x4e\x9f\x2b\x74\xd8\xdd\x7d\x5e\x4b\x6d\x70\x81\x59\x6c\xa3\x99\xb6\x6f\xd0\xf4\x5d\xdb\xc4\xfc\xba\xc2\xa3\xc2\x9f\x9f\x90\xf3\xa5\xf6\x0c\x87\x1f\xce\x29\xb8\xc1\xc6\x7b\xb3\xf6\x0e\xa6\xdc\xb9\x9f\xda\x3b\xf4\xe0\x93\x6d\x9c\xfb\xdb\x6f\x81\xda\x01\x5b\xcf\x9b\xb5\xf6\x05\x35\x13\xfb\xd1\x61\x17\x20\x53\x5e\xfb\x0d\xc8\x43\x6e\xc0\x7e\x98\x9d\xc1\x27\x1e\x28\x91\x84\xfd\x40\xce\xe3\xcc\xd5\xef\x1f\x08\x94\x5f\xa4\x75\xa4\xe3\x75\xc7\x02\x0b\x9f\x91\x38\x7f\xf0\xaa\x92\xc6\x36\xe0\x58\x3f\x84\xc3\x1f\x50\x77\x51\xf3\x50\x47\x3f\x6e\x78\xc2\x82\x0f\xde\x5d\x3e\x1f\xe3\x68\xa6\x38\x96\x21\x38\x6e\x24\x1d\x63\x41\x54\xe6\x2e\x1c\xd7\xb1\x1c\xb0\x8d\x0b\x42\x0a\x89\xdc\x51\xbf\x8f\xf8\x0a\x60\x6e\x3c\xf0\xb3\xd4\xa1\x50\x33\x71\x6d\x67\x3a\x7e\x57\xfe\xc4\x04\x1c\x18\x1d\x85\xea\x44\x9c\x30\x95\xbf\x75\x16\x88\x0f\xa4\x69\x13\xf4\x48\x5c\x1f\x51\x67\x3d\x86\x57\xef\xfa\x1c\x60\xa8\x0b\x0b\xc0\xea\x3a\xf2\x56\xa9\xf3\x82\x12\x89\xd4\x66\x82\x82\x2f\x12\xca\xf9\xc0\xbf\xbe\xf1\x15\xc0\xfe\xa4\x68\x03\x0a\xb1\xc1\x63\x3a\x5f\x68\xc7\x39\xc9\xd0\x5c\x36\x6a\x4e\xea\x3a\x9c\x06\x09\xd4\x75\x9d\x7d\xea\x73\x0a\x74\x0f\xc2\x2e\x96\x0a\xa8\x8e\xf6\xab\x00\x82\x9f\xa7\xfa\x2d\xf5\xce\xa0\xf1\xbc\x15\x6f\xe0\xf4\xd2\xa0\x55\x9f\xa3\xc1\x71\x7b\x42\x45\xb8\xed\xa0\x3a\xa6\x3e\x10\xb7\xe3\xde\x3c\x8c\x16\x39\xaf\x7a\x9c\x8d\x1c\x99\x6f\x17\xcc\xdf\x21\xbb\xa5\x3e\xd0\x7d\x4f\x76\xec\xc1\xf5\x44\xef\xb4\x0a\x36\x6a\xd0\x02\x5a\x91\x4b\x53\x1c\x8f\x76\x17\x9c\xe0\x44\x76\x1d\x40\xe9\x63\xc5\x2b\x40\x2a\xe1\xf1\x40\xbe\xc1\x4e\x8d\x72\x45\xb6\xbc\xde\x79\xa2\x4e\x2a\x36\x77\x79\x2f\xf5\x05\x44\x43\x69\x7c\x02\x5a\xa0\xc9\xed\x00\x26\xa9\x77\xce\xd8\x7b\x1f\xb3\x59\x67\x81\xd1\x8f\x3a\xe2\x95\x0b\x86\x8e\xc9\x02\x4c\x21\xb9\x04\x24\xae\x1a\x41\x71\x91\xb8\x6a\xd0\x6a\x51\x91\x68\xa8\x51\x71\x5b\x91\x48\xa7\x15\xe7\x44\x2b\xf2\xd5\x48\xec\x53\xf8\xe3\x48\xe3\x1e\xd3\x02\x93\x4c\xea\xff\x72\x81\x69\xc1\xa1\xe6\x1a\xa9\xb9\x68\x34\xaa\x79\xab\xda\x71\x1b\x41\xd2\x11\xe0\x31\xc8\x72\x57\x84\x78\x34\x0f\x99\xdc\x05\x0b\xc4\x96\x6d\xc8\x89\xf7\x66\x27\xe5\x3c\xc1\xcf\xc2\x92\x19\xcb\x0a\x06\xb2\x15\x5e\x60\x8a\xc0\xa7\x16\x23\xbf\x61\x48\x22\x8f\x05\x27\x99\x96\x49\x5b\x0d\xd9\x7f\x4f\x05\x1b\x85\x4f\x0c\xb5\x39\x15\x3e\x31\x7d\xc4\x57\x70\x09\xd2\xbb\xab\xea\xb1\xc5\xfd\x2a\xc0\x2a\xf2\x56\x04\xda\x79\x4f\x5c\xa3\xaf\x01\x5f\x92\x13\xf4\x01\x84\x20\x46\x6b\xa0\xd6\x79\xd1\x69\xa8\x02\xb9\x99\xe9\x45\x4b\xfd\x8e\x77\x36\xc9\xf1\x27\x47\xcb\xd6\x59\x00\x07\xb9\x16\xaf\x1c\xb0\x46\xdf\x5e\x70\x6a\x19\x9e\x96\x6e\x17\x4c\x88\xdb\xec\x98\xd9\x4b\x7b\xe2\x8c\x7d\x66\x0b\x1f\xf4\x01\xaf\x70\x59\x19\xbd\x72\xb4\x0a\xb5\xdb\x8a\x82\xb3\x83\xe2\x15\x63\x1b\x2a\xe9\xd1\xa7\x7f\xe1\x8a\x94\xfa\x7d\xd8\x41\xce\x61\xb7\x04\x25\xbf\xa3\x73\x95\x96\x2a\x28\xc5\x8c\x82\xc3\xda\xf1\x95\x0a\x18\x24\x97\x16\x5a\x82\xb1\xd2\x71\x90\x77\x01\x4e\x97\x73\xd8\x2d\x75\xec\x8f\xc5\x36\x90\xc2\xc7\x03\xe3\x76\x01\x16\xbb\xc7\x13\x38\x4c\xd1\x0f\x81\x73\x5b\x63\xc1\xd1\xa1\x0d\x7e\xf6\xc1\xd6\x76\x6d\x4e\x4b\x60\x09\x3d\x09\xfa\x2e\x78\xa0\xfc\xf5\xaf\x64\xb8\x46\xd0\x0d\xaf\xe5\x74\x6e\xb4\xea\x05\x30\x9f\x3b\xee\x4f\x69\xb9\xe2\x54\x3a\xe5\x6c\xb9\x9d\x39\x15\x16\x60\xf5\x07\x1b\x05\x48\x26\x59\xb1\x96\x3b\x86\x3f\xd9\x68\x87\x18\xc3\x75\xc9\xc6\x47\x4c\x7a\x99\xb5\x7c\x36\xee\x62\xa3\xc7\x0d\x2f\xc6\x02\x95\x2a\xf9\xbb\x96\x2f\xe0\x17\x70\x82\x10\x54\x32\x78\x1b\xb5\x0c\x4d\xbf\x07\xc2\xef\x02\xb0\x62\xc2\x36\x8e\xe1\x55\xd8\xd3\xc3\x8a\x35\xb6\x81\x40\xd2\x5f\x73\xfa\x1d\xdb\xb5\xbf\x52\xa0\x32\x73\xd0\xc6\xd2\x4a\x3b\xea\x61\x7f\x05\x32\x49\xe7\x5d\xd3\x4a\x3f\xd4\xc1\xfb\x51\xcc\xdd\xa4\x33\x1e\xa6\x15\x38\xfa\x2e\x6e\xa9\x32\x61\x01\xe5\xf0\x0b\x20\x2a\x0b\xa7\xb0\x00\xa3\x91\x3e\x5f\xad\x1c\xd6\x34\x9e\x00\xd4\x05\x6d\x01\x0d\x51\x26\xb2\xe2\x15\x18\x5c\xc8\xbe\xb4\x82\x4d\xe7\x19\x94\x76\x01\x98\x79\x1e\x8f\x82\x70\xa0\x1e\xaf\x1c\x7b\xaf\xf3\x33\xad\xc2\x77\xbc\x73\x3e\x2a\xfc\xfb\x3d\xa5\x4f\x69\x15\x70\x0d\xf4\x5c\x68\xb5\x21\x67\x08\x3b\x56\x61\x34\xa5\x7f\x44\x33\x60\xe2\x3c\xba\xb3\x2f\xad\x0e\x80\x1c\xf8\x55\xd0\xea\xc0\x2e\x5c\x2c\x10\xd8\xd1\xca\xbf\x78\x21\xb6\x0a\xb7\x33\xba\x37\x35\xf8\xf7\x0c\xaa\x46\x9b\x2b\xd7\xa3\x0b\x80\x9a\xa4\x73\x4a\x43\xa0\x7c\xe7\xf5\xdf\x10\x28\xdf\x1d\xe9\xaf\xb4\x8a\x98\x25\x07\x40\xdd\x05\xb0\xa7\x73\x2a\x5a\x3a\x73\xe3\x5f\x69\x15\xbb\xda\x89\x6d\x6b\x15\x0c\xb5\x8b\xab\xad\x21\x30\x35\x45\x1b\xe0\x5c\x68\x1e\x6d\x88\x36\x6f\x93\x4b\x82\x40\x97\x9e\x9c\x85\x68\x4d\xc0\x97\xf8\xad\xd8\x1a\xf8\x12\x9a\x01\x1a\x54\xf8\x23\x76\x75\x33\xa9\xa5\x8f\xc5\xcf\xc2\x1f\x8e\x52\x4b\x6b\xef\x99\x53\x6f\xa3\x9b\x99\x96\x31\xc6\xa5\xf5\x13\x4a\xc7\xf3\xd7\xa1\x00\xa2\xbf\x45\xeb\xc7\x2f\xcf\xf9\xe7\x36\xf2\x41\xf2\xf0\x9e\x8e\x82\xed\xc5\x19\x1b\x08\xeb\x59\xf1\xca\x3c\x73\xea\x33\x36\x00\x24\xe3\xd1\xa5\xa5\x0d\xa4\xa1\xa4\xc7\x5c\x9b\xe0\x8f\x06\x67\x7d\x42\x9d\x91\x48\x4a\xe7\x81\x19\x62\x1b\x53\x8e\xb0\xe4\x93\x3c\x15\x79\xa1\xdd\xd6\xd2\xe0\x6f\x31\x2b\x29\xa7\x40\xb9\x17\x67\x07\x50\xb5\xd3\xd3\x64\x97\x26\x50\xde\x78\x16\x8a\xd2\x04\x60\x0c\x83\xfd\x10\xa0\x32\x65\xee\x42\xf9\x70\x93\x70\xd6\xe5\x03\x02\xaa\xcb\x57\x4d\x00\xca\x97\xb8\x93\x05\x41\x14\x54\xcb\x36\x01\x77\xec\x20\x08\xa5\x2d\xc8\x9b\x74\xe4\x6c\x2b\xc1\x9e\xee\x32\x6b\x5b\xe9\x70\xa5\xde\xe8\x09\x96\xe9\x24\xa5\x2b\x63\xd3\x0d\x36\x8a\xdb\x68\xc6\x57\x20\x92\x15\xee\xc2\x75\x14\x40\xce\xd9\xb6\x55\x81\x8d\x45\x5a\xb2\xea\xc1\x36\x89\x82\xbf\x70\xd3\xca\xde\x07\x76\x90\xb9\xfa\x0b\x08\x7b\xd4\xb0\xb7\xd5\x10\x65\xc2\xb3\xbf\x1a\xdc\x2b\x3a\x5f\x39\xf0\xbf\x3c\xb7\x0b\xa2\xd0\xe4\xea\x03\xed\x77\xa6\x78\x02\x71\x82\x34\xde\xb6\x35\xcf\x7c\xf0\x2b\xf0\xea\xa0\x9e\xb6\xad\x89\xcb\xb8\x72\xb4\xe0\xcd\x18\x7b\xd9\x60\xe8\xef\x0c\x2c\x6d\xcb\x75\x57\x9c\x42\x30\xc0\x34\x8a\x35\xc0\xff\xf6\x5e\xe2\x95\x13\xbc\x10\x4f\xc0\x14\x42\x52\xba\x1c\xaa\x24\x3e\x0b\xfb\x4a\x67\x1b\x0b\x8e\x53\x95\x5d\xbf\x8e\xae\x89\x4f\x98\x44\xda\x18\x45\xd0\xd6\x05\x5b\x2d\x8f\x18\xf0\x80\x7b\xe2\xad\x08\x3c\xe0\x46\x7d\x60\x5b\xd0\x14\x74\x12\x83\x75\x1f\x1f\x38\xb6\xe1\xe2\x14\x87\x7f\xc3\x4f\x2a\x96\x01\xe2\x14\xed\xdf\x6d\x41\x9c\x8a\x5b\x71\xc1\x6f\x33\x91\x6c\xad\xf7\xe0\x9c\x71\x07\xbd\xc7\x73\x88\x83\x33\xbd\x59\xa7\x3b\x44\x03\x30\xef\x60\xb8\x66\x5b\x90\xc0\x16\x99\xb5\x05\xf5\x54\x8f\x36\xe0\xb3\x9d\x63\x9f\x82\x01\xae\xbc\xf3\xd6\x07\x7b\x53\xfd\x87\xcc\x90\xfb\x69\x3b\x5d\xb4\x0b\xb4\xf5\x9d\x4b\x35\x0a\x10\xa8\x4a\x5e\x6f\xc1\x4f\x3f\x71\x7b\x5d\x88\xa2\x9b\x24\xe9\x40\x07\x10\x9a\xcf\xdb\x01\xe6\xa5\x61\xad\x5d\xf9\x00\x36\xf2\x89\x02\xad\xae\x8b\xef\xed\x2a\x60\xa9\x48\x9f\xaf\x13\x34\x97\xe2\x15\x9c\x1d\x9e\x8c\x0b\x86\xed\xc9\x7b\x13\xa0\x04\x33\xa8\xef\x85\x2c\x58\x29\xc5\x2b\xd0\x61\x73\x27\x5c\xe6\x32\xd6\xe8\x77\xd5\x2e\xdc\x13\xc2\x5b\xf1\xaa\x08\xbb\x24\xdb\x7e\x01\x17\xce\x33\x3d\xed\x02\x20\xd3\x46\x1b\x90\xc0\x1c\x11\x6b\x17\xe0\xa8\xac\x78\x05\x4e\x76\xdc\xc4\x07\x0f\x98\xca\xe4\x06\x3c\xe0\x36\x62\x4e\x91\xda\x23\xf3\xd8\x5f\xb8\xc0\x4a\x8c\x16\x20\x6e\x9d\x67\xe7\x32\xbd\x64\xaf\xd1\xa8\xd9\x37\x99\x6c\x7d\x17\x40\x66\x25\x1d\x00\xda\x6f\xaf\xbf\x9e\x58\x60\xca\xa3\xc0\x48\x07\x85\xb6\x76\xd0\x7e\x13\x79\x5f\x60\xf9\xca\x88\x19\x5b\xc7\x1b\x99\x5f\x59\xa7\xeb\xf1\x04\xfc\x58\x79\x20\x2f\xa3\x14\x3d\xf1\x12\xbc\x0e\x22\x5b\x34\x7a\xc1\xc3\x74\x44\xc1\xc1\xd7\x64\x3f\xcc\x09\x73\x30\x9a\xa1\x5d\x37\x56\x8e\x64\xf0\x82\x13\x66\x8f\x65\x38\x6a\x15\x1e\xb7\xeb\x86\xb3\x40\x6c\x07\xa8\xee\xa8\xa9\x6b\x17\xa0\xe7\x3b\x2f\x1f\xa0\xec\x76\xba\xdf\xb4\x0b\xf8\x90\x23\xb6\x36\xbc\xdd\x7a\xcc\x3a\x54\x99\x69\xb0\x00\x19\x12\xe9\x93\xdb\x2e\xc5\x3e\xe5\xf0\xef\x84\xc8\x4a\xd2\x12\xe0\xaa\xca\xe0\x1e\xbb\x3f\xb0\x84\x64\xc5\x1e\x0b\xd9\xea\xb4\x92\xb5\x07\xce\x35\x83\x27\xfb\x59\x47\xa5\xea\xfd\x80\x0e\x8d\x89\x21\x4a\x7b\xe0\x61\x1a\x7c\xd5\x0b\x50\xdd\x44\xfa\x01\x04\xb9\x19\x7b\x1d\xca\xac\x99\x29\x71\xbc\x00\x86\xca\x12\x05\x27\x12\xc8\xb7\x94\xd6\x63\xcf\xf3\x36\x14\xb8\x2b\xf4\x95\x68\x96\x1c\x35\x00\x5f\x77\x01\x3c\x76\x28\xb3\x02\x10\x43\x42\x10\x06\x74\x04\x71\xe3\x4b\x83\x4e\x63\x52\x09\xdd\x3e\x80\xa6\x75\x32\x27\x48\x26\xc5\x14\x82\xbb\x00\xd4\x81\xb2\xf3\x49\xc3\x34\xc8\x8b\x7c\x37\x42\xa5\x38\x1f\xdf\x73\x5c\xcd\xce\xe0\x7a\x2a\x07\x67\x76\x78\x01\x90\xbe\x8b\x37\xda\x4f\x2c\x8b\x67\x59\x28\x3d\x9b\xab\xc8\xf4\x4c\x95\xa5\x23\xba\x83\x58\x82\xa5\xc3\x9e\x37\xb9\x71\x7b\x36\x35\xe4\xe4\x79\xe9\x10\x62\x85\xb1\x4e\x3d\xeb\x71\x9e\x60\xa3\xc7\xac\x53\xd8\x86\x1e\x06\xf8\xac\x7e\x2f\xc0\xc5\x72\x80\x95\x5d\x00\x55\x77\x62\x41\x87\xa3\x82\xb3\x1e\x1d\xb8\x07\xd2\xdd\xb3\xb3\x97\xe3\x5a\xe5\x26\xaa\x5e\x5e\x44\xaa\xd4\x7f\xc0\x8d\x2f\xbd\xe2\xf2\x21\xc0\x43\xaf\x50\x49\x8e\x5f\x05\xb8\x38\x9c\x84\xf5\x76\xd4\x19\x4e\x5c\x7a\xc3\xc5\xb1\xfc\xea\xee\x48\x88\xd2\xe8\x58\xde\x1b\x8c\x40\x9e\xa1\xb4\xf4\x06\xef\x3f\xf2\x47\xbd\x0d\x68\x2f\x9c\x40\x75\x80\x77\x09\x21\x20\x7a\x5b\xd0\x94\x3b\x5f\xd2\x7b\x05\x9e\x9e\x6b\x73\x36\x41\xfc\x63\x50\xfe\x51\x00\x69\x81\xf3\xdb\x01\xa2\xb3\xa2\x0d\x28\x4d\x88\x1a\xd1\xbb\x5d\x0b\x9d\xfe\x5f\xbd\xf7\xd3\x0f\x9f\x8f\x0e\xae\xb4\x3b\x19\xec\x1d\x17\x87\x63\x9c\xef\x82\x33\x38\xb6\x71\x2c\x18\xd1\x0f\x38\x0e\x53\x43\xd6\xbb\xc0\x90\x3b\xd9\xc6\x7d\x1c\x06\x7d\x4e\x01\x13\xd0\x7b\xe7\x67\x5f\x68\xa8\xfd\x64\x74\xc0\x04\xcc\xec\xf7\x55\x1f\x26\xf8\x4d\x7a\x64\xf4\x81\x09\xa2\xd1\xa3\x0f\xdc\x8a\x9e\x59\xaa\xf4\x01\x17\x67\x5e\x82\x5b\xf0\x06\xeb\xe1\x63\x19\x30\xe3\x67\xee\x48\x38\x40\x31\xf5\x45\xe9\x90\xe2\x5a\xe7\x58\x26\xf0\x2a\xe9\xda\xd8\x21\xd6\x35\x46\xf1\xf4\x79\xec\xe9\xce\x62\xf6\x69\x86\xc6\x11\xfb\xe3\xf8\xe6\xd3\x4f\xb8\xc3\xaf\xbe\x3b\xfc\x54\xe9\x10\xfc\x5a\xe6\xb1\x9f\x7a\xf0\x8e\x7d\x9f\x0a\xc0\xa5\x72\x8b\x02\x28\x4d\xf8\x8a\x1c\xfb\x26\x3b\x26\x0f\xee\x6f\x61\xc1\x7b\x2c\x6d\x3e\x38\x81\x82\x30\xf3\x78\xac\x04\x58\x5b\x37\x8e\xf7\x05\x5c\x1a\x86\x90\xf6\xd5\x0f\xc4\xaa\xcf\xfa\xe1\xc1\xa9\xb7\xee\xeb\x81\xd8\x4f\xe2\x82\xdc\x04\xe2\x70\x50\xa5\xe3\xca\x97\xe1\xfc\x73\xbf\x60\x01\xcd\xf1\xca\x41\x88\x2e\x51\x00\xfb\xa6\xcb\x57\x1d\x97\x60\x8f\xf3\x02\x60\xf0\xc9\x00\xa4\x0e\x04\x6d\x21\x00\x41\xbf\x71\xc3\x7b\x7e\xd1\x5d\x00\xd0\x29\x36\x0a\x78\x81\xce\x68\xf1\x0e\xcc\xe3\x56\x49\xf5\xee\xe3\x16\xc5\x8d\x6b\x78\xc5\xb9\xc5\xba\x3c\xd0\x03\x74\x67\xca\xfb\x03\xf6\xb6\x90\xa0\x00\x19\x98\x78\xb1\xa5\x9f\x28\xfe\xc4\x9d\xfc\x00\x33\xa4\x72\x07\x3d\xc8\xbb\x46\x1f\xc3\xfe\x20\xde\x88\x8c\x67\x7f\x90\xa1\x3a\x06\x07\xfb\x55\x23\x66\x41\x7f\x81\x59\x10\x83\x7b\x81\x7b\x49\xab\x72\x7f\x21\xc4\x16\x52\xf0\x77\xc1\xc5\x92\xbb\x10\xb6\xa7\x45\x2f\x86\x8e\x38\xee\x5e\x12\x0b\x1a\x62\xc1\x39\x16\x24\xbc\x17\x87\xe9\xda\x05\xf0\xd9\x70\x29\xae\x23\xe3\x7d\xa3\xf4\xd4\xf5\x00\xec\x3a\x9f\xd9\x15\x58\xde\x64\x1b\xfa\x89\x4a\xa6\x79\xb7\x9f\xa8\xe4\x41\x12\x0c\x94\xab\x51\xb9\x4f\x2d\xf9\xe9\xa6\xeb\xfe\xca\x87\x23\x96\x5c\xb1\xdf\x81\x09\xd5\x09\xff\x32\x00\xdb\xb4\x68\xd7\x18\xa9\x9c\xd0\x95\xea\x05\xed\xa8\x96\xf8\x04\x22\x33\x5a\xfb\x87\x84\x92\x65\x24\x81\x4e\xc0\x95\xa7\x23\x2d\x5c\x88\x4e\x18\x46\x02\xef\xcb\x2b\x73\x20\x3d\x21\x51\x1f\xcb\xc8\xe9\xe0\xaf\x7b\x1b\xb9\x20\x9c\xcd\x4f\xc6\xc8\xfd\x28\x4d\x16\x0b\xe0\xb4\xe0\xeb\x3c\xf2\x31\x5c\x3a\x9b\x3a\xa0\x8f\xef\xc4\x62\x18\xf9\x82\x79\xd4\x57\x71\xe4\x0b\xd1\x55\x85\xfd\xb8\xff\xc2\x81\x2f\x23\x23\x2e\x9c\xe6\xd1\x81\x34\x7c\x9d\x2e\x2b\xa3\x0c\x5c\x2d\x12\x05\x80\xa3\xf2\x03\x39\x0a\xf2\x2e\x79\xde\x86\x32\xca\x0b\x8f\x0c\x17\x1e\x47\x85\xb2\x93\xa2\xd0\xa8\x88\x22\x20\x3b\x34\x4e\x8a\x3b\xcf\x30\x51\x46\xed\x27\xde\xcf\x7b\x5a\x91\x12\xc8\x31\x18\xcb\x80\xcb\xca\x24\xb3\x33\xa0\x74\xed\x8c\x59\x1a\xcd\x67\xdd\xe7\xa3\x21\x7c\x84\xd7\xf5\x68\x0e\xd2\x92\x59\x80\x7d\xbf\xf8\x4a\x3b\xb8\xf8\x6c\x74\x1c\xff\x13\xef\x7a\x13\xa8\x21\x5d\x32\x1e\xed\xa4\x09\xf0\x7d\x3f\x1a\xb4\x39\xc5\x6f\xf8\xd1\x60\x26\x62\x8c\xc0\x68\x0b\x86\x5c\xbf\x9e\x46\x3f\x2a\x44\x97\x5a\x46\x9f\x80\xc2\x74\xbe\x75\x00\x3e\xb2\x17\x17\x63\x46\x87\x5a\x85\x24\x6c\x74\xd8\x05\xba\xb3\x2f\x63\x20\x1f\x0f\x63\xc9\xc6\x00\x28\x60\xe1\x04\x0d\xa4\x46\x19\xf1\xca\x7d\xac\x53\x93\x05\x50\x0c\xb0\xeb\xe3\x3d\xe8\xa4\x6c\x54\x31\x16\xce\x07\xc2\x13\x89\xe9\x5f\x06\xbc\x3a\xa6\x23\x0d\x96\x31\xdb\x51\xb9\xfb\x62\xcf\xc3\x84\x72\x27\x23\xfa\x4e\xa8\xea\x1e\x70\x3e\xee\xf1\xd9\x89\x1b\xad\x3a\xa5\x18\x92\x0f\x5a\x83\x4f\xa1\x9c\x80\x10\x9e\x4a\x39\x9c\x17\xb7\x94\x1c\x96\x90\xcb\x20\x02\x0f\x6f\xa7\x47\x43\xe0\x43\x46\x9d\xc6\x90\x23\x3b\xbb\x36\x78\xc8\xe1\x23\xfc\xae\x19\x0b\x38\x6a\x8e\x49\x58\x06\x62\x96\x26\xb1\xb6\x06\x3c\x90\x99\x7e\xa0\x0c\x78\x20\x33\xdd\x40\x19\x0b\xce\xb1\xd4\x5b\x8f\x75\x12\xbd\x91\x7e\x2c\xd8\xc0\x28\x70\x8d\x05\x98\xd3\x4c\x42\x89\x0c\x51\x4c\x48\x50\xc6\x89\xfe\xa1\x2f\xfa\xb8\x80\xbf\x40\x1b\xe9\xb8\x8e\x45\x87\xa7\xf2\xa8\x52\x8a\x33\x6b\x03\x5a\x8f\x4e\x08\x99\x81\x2c\x48\x8d\x7e\xe4\xe3\x4e\x50\x1d\x90\x4a\xdd\xc0\x1d\x61\x04\xd1\xb8\x8f\xc3\x7f\x3c\x01\xe5\xd3\x22\x85\x39\x39\x5b\x3c\xd7\xf4\x2e\x80\x1d\xcd\x2f\xd2\x71\xf7\x83\x25\xbb\x58\x70\xd4\xe5\xec\x07\x62\xfc\x18\x6b\x38\x90\x2c\x65\xc4\x4e\xbe\x11\x10\x42\x09\x61\x20\x6b\x49\xcf\x8b\x5f\xc1\xad\x48\x44\x82\x71\x23\x20\xab\xf2\xcc\xdd\x0b\xfa\x51\x67\xe7\xc6\xbd\xce\x24\xb3\xe0\x20\x7a\x65\x16\xc0\xca\x3e\x38\xa7\x37\x54\x7e\xc4\x1b\x18\x60\x4e\x5a\x10\xc7\xe7\xb8\x78\xfd\x4b\xbe\xc9\xfd\x34\x6e\x48\x6e\xf3\xa7\xc1\xbb\xd2\xd5\x4c\xe3\x01\x1c\x1c\xa1\xa4\xc6\x63\x2a\xeb\x46\x5e\x6f\x3c\x48\x72\xe7\xe0\xe3\xbb\x00\x86\x02\x92\xd2\x93\x3c\x60\x44\x27\xaf\xb3\x79\x7c\x05\x8e\x4b\xd0\x88\x7e\x98\xe8\xdd\xc8\x83\x8f\x07\xb6\x38\x22\x47\x0d\x70\x50\x9d\x26\x9e\xf1\x3c\xc7\x05\x86\xaf\x20\x11\x07\x11\x8a\xc6\x41\xa6\x9f\xa4\x8b\x2f\x36\x0f\x43\x15\xc7\x5b\x8e\xb7\x69\xbc\x02\x1b\x63\x89\x02\x98\x7a\x79\x54\x5e\xf8\xb3\x77\x5e\x93\x40\x28\xea\x83\x5c\xc7\xc1\xbb\x27\xec\xd1\x00\xde\xfd\x20\x6a\xe3\x00\xce\x7c\xa7\xdc\x3b\x80\x0c\x24\x64\x86\x07\xdc\xb5\x87\xc4\x13\xd7\x89\xc0\x99\x2c\xb0\xd3\x15\xf7\x26\x1c\xba\x5b\xe1\xed\x0c\x87\xee\xde\xb8\xab\xdf\x0b\xe7\x6f\x45\xa3\x03\x1d\xe3\x7c\x40\x0f\x17\x73\x7a\x80\xe5\x69\x27\x19\x40\x89\x97\x49\xaa\x07\x8d\x50\xa7\xa8\x3c\xa0\x11\x1a\x2b\x1a\x85\xfd\x8a\x58\x0c\x03\x20\xf0\x9d\x21\xfe\x43\x01\xf0\x40\x34\xae\xa1\x09\x2e\x63\x5c\x4a\xcd\xe7\xb8\xf1\x95\x86\x40\x55\x52\x3d\x35\x66\xb8\x55\x2e\xb6\x36\x48\x0b\x9c\x0f\x6d\x27\x24\x9f\x4f\x0c\x40\x40\x70\x5d\x14\x92\x20\x5d\x67\x06\xb0\x83\x5a\x25\xa5\xd0\x93\x47\xb2\xf1\x15\x41\x86\xec\xe8\x18\x12\x65\xac\xf8\x2c\x2e\xb0\xc4\x3d\xa6\x27\x21\x36\x99\x50\x3d\x60\xfd\xd1\xb1\x17\x56\x21\xce\xba\x02\x5e\x20\x93\x30\x28\xcc\x99\x85\x0c\x0e\x02\xf6\x5a\x8f\x9e\x22\x1f\x6e\xfe\xf5\x59\x1b\x0b\x4d\x1a\x03\x28\x3c\x8d\x3a\x8d\xf1\xc1\x88\x1c\x7b\x0c\x8e\xf6\x83\x46\xd3\x71\x32\xa8\x67\x4e\x32\x42\xfa\x06\xa5\xfc\xf1\xdd\x80\x90\x26\xb9\xf8\x60\x49\x21\xa7\x3f\x80\x7e\xd3\x3d\xdf\x50\x99\x09\xb7\xe2\x74\x82\x3d\xe1\x8a\x2f\x44\x05\x9b\xd0\xb2\x35\x4f\x5b\xb7\x0b\x4e\x04\x7e\xf1\x02\x5b\x86\xe6\xd9\xd0\xca\x4c\xce\x00\x47\xc1\x31\x23\x26\x16\xc0\x5b\xdd\xad\xa8\x13\x48\xa9\xad\x46\xc7\x5e\x44\x57\x09\xdb\xf8\x20\xc5\x55\x76\xec\x3b\x61\x5f\xde\x8f\x9c\x00\x7d\xe8\x53\x38\x81\xa5\xda\x88\xc7\x34\x33\x9c\x27\xe8\x14\x37\x33\x2c\x1f\x9e\xf0\x73\x17\x1c\x3b\x0f\x0b\x06\x42\x8c\x33\xbf\x72\x60\x2d\x7d\xc3\xcc\x0c\x53\x24\x4d\x10\xf3\x68\x0c\x1d\x68\xba\xcc\xe3\xd4\x42\xb4\xc4\x79\x72\x68\xd3\xa7\x67\x16\x39\xa9\x7d\x32\x0b\xc0\xdf\x71\x92\x0b\xb6\x36\x51\xe3\x66\xb9\xff\x4a\x8f\xb1\x0b\xa0\x6d\x98\x2c\x50\xf0\x33\xce\xad\xcc\xda\xcf\x9c\x7a\x1b\x75\xc1\x26\xd1\xfe\xc5\x0b\x71\x22\xcb\xc0\xa2\x49\x63\x36\x24\x75\x2b\x4e\x5c\x26\x1c\xcb\x85\xe8\x04\x13\x4c\x79\x27\xc1\x9e\x4d\x90\x57\xdd\x89\xed\xec\x50\x45\x90\x2f\x99\x1d\xb1\x31\xbc\x15\xe7\x41\xc5\xa4\xca\x7a\xf6\xa3\x68\xe0\xdc\x74\x80\xa3\xd0\xf1\x61\xf6\x93\x74\xd3\x35\xe5\x73\x1c\xc8\x68\xbf\xc0\xe6\x48\x27\xaa\x90\x4f\xd4\xc3\x97\x34\x16\x40\x38\xe7\xfc\x8e\x7e\x94\x6a\x51\x00\x46\xd6\x85\x83\x39\x4e\x56\x37\x8e\x76\x00\xcc\x9f\x06\xe5\x39\xe1\x32\x46\xcb\xd2\x9c\x15\xf8\x43\x4e\x06\xe7\xac\xb8\xf3\x9c\x84\xcd\xc3\x94\xd3\xe4\x35\x67\x07\xaa\x4f\xe2\x2b\xc7\x79\x89\x73\x3a\x91\x52\xad\x70\x57\x83\x29\x17\x42\xa6\x4c\x41\x96\xf7\xd8\xb3\x32\x11\x12\xe0\xac\xc7\x94\x75\xb2\x12\xf9\x9c\xca\x7d\xa4\x16\xb6\x01\xdf\x11\x72\x09\x73\xe1\x42\xf7\xfc\x9e\x65\x9e\xf8\x3c\x12\xca\xb9\x60\x03\x8b\x5d\xbd\xec\xaa\x9d\x64\x64\xe7\x02\x6c\x21\xc1\x49\xe7\xfa\x4e\x81\xbf\x72\x81\x6f\xa5\xd6\x71\xc2\xac\x3a\x78\xa1\xcf\x63\x79\xa4\xd5\x7e\x22\x03\xe8\xa0\x49\x63\x5e\x1d\x6e\xc1\x9c\x64\xcf\xcd\xc9\xcf\x5e\x02\x8b\x7b\xe1\x67\x6f\x10\x28\xae\xed\x85\xc8\x55\xc6\xc6\x4f\xe4\x5e\x64\x36\xe1\x32\x4f\xde\xc4\x78\xe5\x4e\x27\x99\x96\x7f\xf6\xce\x27\xe1\xae\x7f\xf6\xae\x20\xa5\xae\xef\x99\x37\x76\x61\xee\xf1\x04\x8e\xac\x5f\x2d\xf3\x6e\x10\xb7\xa3\xc0\x08\xd4\x22\x10\xc9\x44\xaa\xb1\x15\x9b\xff\x46\x4f\x07\x37\xee\x83\x1b\x5e\xb8\x0c\x0f\x10\x63\x18\x2c\x3f\x1f\x13\x40\x85\x7a\xeb\xf9\x20\x6b\x26\x35\xec\xf3\x85\xc7\x4e\xec\x0f\xc4\xf9\x37\x02\x92\xce\xb7\x03\x25\x8d\x44\xff\x3d\xfa\xf3\x68\x63\x9e\x2c\x4a\x7c\x45\x0e\xc4\x17\x9f\x90\x83\xe4\xe3\x5b\xea\x85\xc8\xce\x90\xcf\x09\x77\xed\x46\xa7\x96\x09\xae\xa9\x33\xec\x64\x6a\x3b\xae\x66\x8d\x05\x30\xdf\xb9\x62\x6e\x02\x01\x6f\x64\xf6\xf4\x3b\xa8\x7c\xbe\xa5\x24\x01\xd0\x9e\x11\x22\x92\x70\xf9\x78\xe6\xb4\x22\x09\x29\x30\xe9\x6c\x24\xa9\x9c\x6c\x6c\x93\x05\xc8\xc6\x36\xf8\x04\xac\x53\xc4\x1d\x91\xa3\xf3\x22\xf9\x94\x74\xb2\x14\x0a\x5f\xb9\xa1\x50\x77\x81\x5c\xd2\x0d\x31\xd7\xf7\x98\x24\x40\x49\x51\x63\x21\x49\x4f\xec\x25\xbf\x82\xd8\xe7\xee\xd4\x52\x72\x01\xe3\xe9\xa2\xa1\x00\x03\x8d\x19\xdc\x8a\x64\xe4\xc3\xcd\xec\x58\x1e\x27\xfc\xcc\x3b\x96\x4f\xe6\x6c\x3f\x62\x92\xaf\xd3\x06\x0b\xee\x73\x3b\xfb\x7c\x14\x24\x57\x58\x2e\x21\x48\xc1\xf1\xe8\xec\x7a\x41\xd4\x0d\x7d\x50\x05\xce\xa0\x33\xff\x53\x1c\x98\x20\xe6\x7f\x32\x0a\x57\xca\x82\xbd\xd4\x89\x8b\x14\x00\xb6\x33\xfa\x5c\x0a\x20\x72\xe9\x5e\x21\xf5\xa8\xac\xfd\xb8\x49\x45\x27\xe9\x28\x2b\xf5\xb8\xae\xb9\x5b\x83\x00\x20\xad\x79\xe2\x98\x22\x70\xa6\x6c\x44\xe5\x93\x3a\xa0\x88\xe2\x40\xab\x99\x25\x47\xf1\xdb\x5e\xea\xc9\x68\xe9\x84\x41\xa0\x21\x6b\x64\xca\xa5\x0d\x6c\x1e\xe7\xe4\x04\x96\xb6\x49\x9f\x0d\x81\x9f\x62\x27\xd8\x9b\xb4\xe3\x00\xe5\xdb\x5c\x7a\x82\x4f\xbc\x13\x6c\xe9\x15\x6b\xe4\x37\x89\xf4\x8a\xd3\xd5\x58\x30\xce\x13\xde\xb1\xae\x07\xdf\x82\x8d\x7e\x48\xa4\xc9\x83\x80\xe8\xaa\xe6\x39\xf2\x76\x01\x2c\x5c\xce\x73\xca\x80\xdd\x88\xde\x14\x32\x80\xfc\x42\x6f\x75\x19\x27\x4f\xe6\x62\xa3\x17\x5c\xe0\x9d\xc8\xc9\xb0\xfb\x6a\x51\xdd\x2c\x03\x50\x90\xcc\x34\x20\xe3\x85\xdc\x9b\xd8\xa8\x9e\xe4\x1c\x5e\x80\xeb\x5a\x88\x74\xb8\xc5\x59\x3c\xe1\x8d\x4a\x82\x73\x0d\x3b\x26\x30\x39\x27\xee\xa0\x65\x3c\xe7\x4a\x3c\x6e\xf0\xba\x6b\x0c\x63\x97\x05\x0a\x4e\x64\x6c\x59\x0d\x79\xf6\x0a\x5f\x01\xa7\x41\x9c\x3a\x59\x07\x4d\xd3\x45\x65\x59\x48\x8e\x42\xde\x57\x16\xd6\x85\xfe\xb4\x82\x0c\xfa\x8b\xd1\x66\xb2\x10\x70\x43\x1f\x43\x81\xb7\x5b\xaf\x5c\x5b\x68\xb7\x1a\x11\x0e\x64\xd9\xac\x0f\xc2\x41\xcb\xf1\x32\xa3\x7a\x47\xe0\x32\xc6\x3c\x8d\xbb\xc0\xf4\x81\x54\x77\xc9\x82\xdf\x07\x55\x77\xb2\xde\x13\x12\xc0\x19\x7b\x71\xb3\xc6\x13\xb0\x3e\x10\x11\x44\xe0\xff\x25\x12\xf3\xa1\xb8\xae\x79\x4c\x8f\x37\x16\xf1\xf2\xe4\x24\x66\xa7\x99\x59\xe0\x9e\xd5\x18\xd7\x2e\x0b\xbe\xe8\xf4\xac\x96\x0b\xab\x4f\x40\x22\xb9\x8e\xcf\xa5\x5f\xc6\x72\x3c\xa9\x2a\x89\x3e\xdc\xa2\x06\xe3\x50\xe4\x42\x76\x4c\x82\x18\xc8\x75\xa2\xb4\xb9\x72\xc8\x79\xde\xa8\xc2\x90\xe3\x16\x55\x49\x94\xae\x63\x57\xe4\xca\x5d\x0d\x21\xe8\x29\xda\x38\x7a\xeb\x68\x03\x21\xc6\x7e\xc5\x09\x5c\xab\x06\xc3\x72\x05\x00\x42\xbd\x46\x1b\xb0\x7c\x78\x6e\xbc\x5d\x80\xe8\xe8\xe8\x29\xac\xdb\x41\xfa\x2e\xe8\x9a\xa8\x54\x93\x0b\x56\x65\xb2\xc8\x72\x39\x40\x4c\x67\x01\x8e\x69\x8e\x02\xf8\x05\x91\xe8\x5f\x47\xd7\xc4\x0b\x0c\xe9\xb8\x1b\x21\x0a\xe4\x7a\xe0\xda\x58\xe2\x15\xec\x20\x89\x27\xe0\x7b\x16\x63\x79\x81\xf0\x1f\x4f\xbc\x27\xe2\x95\x6d\x40\xca\xa0\x77\x89\x5c\x7a\xb0\xae\xd9\x0f\xa4\x41\xf9\xd5\x86\x1e\x47\x5f\xce\xa9\x82\xae\x4b\x34\x8a\x0c\x43\x31\x7c\xec\xb1\x4a\x2a\x75\x1f\x11\x75\xfe\x8b\x0d\x4c\xa0\xa2\x6d\x93\xbb\xe9\x86\xbd\x94\x81\x1d\xe2\x40\x13\x33\x0a\x60\x15\x92\x78\x05\xd1\x7c\xdc\xa2\x37\xf4\xcf\x74\x8d\x90\xbb\x1c\x8b\xbb\x0f\xf4\x3e\x4e\x1c\xa4\x9c\xf7\x41\xf7\xe5\x91\xbd\xe1\xa8\x17\x77\x0d\x14\xc1\xbd\x0e\x0e\x74\x1c\x97\x31\xb6\x01\xeb\x5f\x25\x19\x04\xdf\xda\x2b\x27\x0b\x39\xb1\x47\xf0\x25\xf7\x38\x5d\xf7\x09\x07\x6e\xfe\x4c\x93\x83\x83\xbe\x87\x9c\xad\xdc\xb0\x96\x17\x9e\x1d\x28\x82\x07\xd1\xdf\xe4\x86\x99\x36\x6e\xf8\x03\x8b\x35\x63\x70\x70\x61\xa5\x00\x2a\x48\x21\x2c\xf4\x10\x93\x1b\xea\x1d\x86\xf6\xca\x0d\x77\x2f\x06\x33\xca\xfd\x1e\x4c\x35\xdf\x4d\x37\x7c\x84\xa8\xf5\x17\x58\xcb\x67\x22\x29\xbd\xe1\xba\x46\xc1\x4f\x4e\x0e\xe1\x54\xe2\x89\xe3\x19\xc2\xae\x2b\x76\x13\x69\x09\x7c\xd9\x3a\xcd\x00\x02\xfc\xfe\xc6\x50\x67\x79\x00\x05\x43\x15\xa2\x3c\x87\x91\xe5\x7d\xf5\x00\xa8\x8d\x48\x87\xf2\x00\x52\xda\x33\x05\x16\x79\x0a\x0e\x82\x8b\xfd\x72\x80\x48\x3c\xbb\xd7\x2e\x80\x5b\x30\xf9\x88\xa7\x22\x1e\xb4\x44\x01\xfc\x60\x48\xd2\x91\x03\xa0\x53\xa7\x2f\x0f\xf0\x4f\x6a\xe2\x67\xc1\xac\x15\x5e\x0b\xcf\x0b\x87\x30\x76\x1d\x99\x4b\x7b\x25\x71\x81\x91\x7e\xd2\x05\x5e\xde\x93\xa8\x8d\x07\xe8\x60\xab\x0f\xce\x07\x60\x35\x1a\xc3\x8b\x04\x71\x93\x23\x98\x13\x3d\x1b\x97\x0b\xa5\x70\x28\x25\x0c\xb3\x28\x00\x5f\x69\x44\x16\x60\x89\x4f\xc2\x6a\x88\x42\xba\x8e\xdb\x19\x48\x1c\x6d\xc6\x13\x2f\x1c\x4a\x79\x1a\x14\x3b\xa8\x72\x3b\x20\x2c\x50\xc8\x2e\xaf\x34\xb1\xb5\x5d\xdc\x5e\x47\x53\x47\x0d\xfb\x3a\xa1\x74\x14\xda\x56\x42\xdc\x93\x67\x7f\x2b\x0b\x9a\xba\x46\xb7\xa8\x95\x80\xd9\x49\x4d\xdd\x4a\xb0\x4d\x72\xc3\x2c\xe0\x43\x77\xc2\x73\x2d\x20\x37\xf7\x91\xd8\xa8\x1e\x30\xc0\x78\x02\x27\xdb\xd7\x76\x25\x3d\xa1\x63\x67\x19\x16\x54\x77\x93\xfe\x27\x2b\x67\x68\x72\xd9\x68\xae\xa7\x0d\x1f\x6d\x6e\x50\x0b\xb1\xa7\x0e\x35\xe6\x84\x6d\x65\x58\x1e\x29\xf8\xad\x0c\x94\x53\x9a\xdd\x57\x3e\x71\x4a\x7e\xe7\xad\x0c\xf8\x36\x62\xba\xae\x7c\x94\xbf\x4e\x94\x56\xc6\xa9\xa4\x41\x6b\x35\x40\xed\x53\xb9\xb7\x90\x26\x53\x28\xd4\xaf\x06\x96\x90\x9a\xfe\x05\xc8\x86\xb6\xfc\x44\xad\x06\x1e\x91\x00\xda\xab\x01\x7b\x8c\xee\x48\xab\x01\xc6\x91\xc6\xfd\xd5\x80\x61\x5a\x07\x0b\x90\x93\x91\xae\x22\xab\xe9\x5f\xc9\xaa\xcb\xea\x70\x6c\x9d\x5c\x86\x93\xfa\x90\x81\x72\xab\x83\xbf\x63\x24\xf2\xea\xef\xf1\x95\xfe\x17\x15\xe2\xea\x7a\x52\x70\xf3\x75\x20\x60\xd0\x27\x66\x01\x59\x60\x52\x5a\x5f\x13\x1c\xd4\x70\x6a\xb3\xe6\x7b\x5e\xf1\x3e\x09\xb2\x1f\x30\xbe\x6d\xc1\xff\xab\x51\x14\x5a\x02\x6b\x0c\x01\xb0\x16\x70\x33\x85\x70\x32\x4b\xf4\xa0\x2d\xf9\x7e\x43\x9c\x4f\xaf\x8b\x4f\x7c\x70\x4b\x74\x12\xb6\x8e\xff\x17\x71\xb7\x16\x60\x32\x1b\x65\x92\x75\x02\x6e\x88\x02\xbf\x96\xb1\x76\x8b\x61\x2c\x6b\x19\x27\x27\x22\xf1\x04\xfc\xd0\xd8\xd3\x75\xb2\x63\xb8\x7e\x63\xad\x7e\x2e\x30\x1f\xfe\x81\xb8\x64\xf2\xa6\xb5\x16\x12\x48\x34\xf6\x03\x00\xb8\xcc\x29\xb6\x16\x10\x68\xa6\x5f\x60\x0b\xfe\xfd\x42\x9c\xe7\x75\x35\x1c\x37\x3e\x71\xec\xc7\x71\xba\x0e\xc6\x15\x81\x56\xd7\x7d\x0e\x02\xc9\xcf\x03\x6d\x0e\xbd\x3a\xd6\x03\xd7\x08\xb2\xed\xeb\x45\x6a\xb7\xe8\xd8\xdb\xcf\x58\xfc\xb3\xc8\xd2\x31\x18\xb6\xbd\xa0\xef\xe9\x54\x44\xad\x77\x01\xbd\xd5\x69\xfc\x7a\xcd\x4f\x71\x12\x00\x77\x21\x1a\x7f\xd0\x2b\x73\x9d\x70\x7a\x1a\x09\x97\x22\x5f\xdc\x88\x82\xeb\x64\xa7\xf6\xf9\x50\x3b\x08\x8b\x79\x5e\x96\x3e\x27\x5b\x29\x0b\x3e\x4c\xa1\x6b\x40\xd6\x07\x7d\x4f\x34\x8a\x34\x0a\x42\x6c\xf5\x85\x48\xef\x46\xdb\xe4\x82\xbd\x66\xd0\xb3\xfa\x42\x62\x01\x61\x2c\xd9\x85\xbc\x75\xad\xf8\x5d\x73\xa5\x13\x49\x58\x59\x00\xbe\x95\x80\xc0\x17\x48\x69\x67\x0a\x84\x2b\x21\x40\x8d\xb9\x08\x2e\x58\x52\x1a\x7d\x7a\xae\x04\xfd\x39\x23\x00\xae\x9c\xb0\x4f\x9d\x59\xbb\x72\x01\xcc\xae\x5f\x3e\x57\xae\xc8\x8d\xec\xe7\xe5\xca\x00\x13\x62\x90\xe9\x95\xe1\xe2\x4c\x6a\x73\x65\x24\xf7\x1a\xf1\x95\x85\x46\x2b\x0b\x80\x0c\x44\x9b\xfc\x95\xe1\x6e\xd2\xa2\xd1\x1b\x27\x6a\xf0\x09\x40\x7d\xd3\xac\x7a\x65\xb0\x40\xd4\xd4\x5d\x70\xc6\x6e\x84\x71\xbc\x80\x83\xd4\x18\x3b\x75\x95\xe3\x4c\xc2\x8e\x95\x05\xae\xc9\x4f\xd4\x75\x8c\x2f\x04\x9d\xbe\xca\x7d\x02\x66\xe3\x89\x81\xbb\x86\x5f\xb9\x8f\x2c\x10\x4f\x1c\x5d\x93\xaf\x5c\x81\x71\x8e\xb8\x7d\x57\xf9\xa0\x52\xe5\x52\xc2\x1b\x4b\x96\x8b\x20\x57\x05\x8e\x1a\xe3\xf3\x2e\x80\xe0\x37\x9a\xcc\xaf\x06\x28\x59\x5a\x0d\xaf\x76\x2e\x41\x27\x7d\x57\x7f\x4e\x24\x42\x63\x01\x4e\x14\xd7\x76\x24\x60\xc2\xf9\x4d\x72\xc1\x58\xc2\xec\xbe\xe5\x42\x4a\xd8\xc1\xc0\x94\xeb\x64\x6f\x2d\x7e\x08\xaf\x71\x1c\xfe\x9d\xaf\xba\x5e\x58\x93\x32\x7b\xaa\x03\x4c\x92\x53\x87\xbb\x15\x04\x1e\xf8\xdd\x7b\x43\x81\x35\x18\xab\x70\x2f\xc4\xb5\x17\x3f\xd9\x37\x02\x53\x26\x95\xe1\xf7\xf3\xe2\x09\x1f\xfe\xd3\xbf\x93\x89\xe2\x3c\xf1\xb8\x09\x42\xfe\x56\x21\x96\xfa\xbf\xb9\xbf\xde\x0f\x28\x3f\xb4\xbd\x7c\x02\x1d\xbf\x34\x16\x20\x92\x95\x68\x16\x1f\xd0\xb6\x67\xf5\x25\xfa\x0e\xda\x36\x11\xd4\x3e\x41\x12\x25\xc6\xa9\x7a\xda\x59\x62\x3e\x7e\x80\xce\x66\x1a\xf6\xf2\x09\x32\x7f\xf0\xa4\x7c\xb2\x00\x02\xe9\x04\xfc\x13\xb8\x17\xd0\x63\xec\x93\xe7\x38\x75\x14\x2f\x38\x20\x36\xce\xea\x7d\x2b\x21\x15\x2d\xc7\x02\x44\xe6\x41\x6f\xfe\x0f\x17\xda\x64\x3e\xba\x0f\xa1\x8b\x8d\x3b\xe3\x3b\xa1\x8b\xc5\x09\xc5\xb7\xee\xf2\x97\xd9\xf6\x83\x42\xa8\x97\xf8\xec\x7b\xcc\x02\xc2\x02\x18\xcb\x9d\x70\x7e\x57\x3e\x5c\xea\xff\x19\xae\xf2\x3f\xaf\xff\xf6\xff\x55\x7b\x7c\xbf\x91\xfe\xfc\x9c\x9f\xa6\xe3\xf2\xf2\xab\xb0\xfc\xaa\x7f\x7e\xca\xe1\x8b\x53\xaa\x2b\x7b\x4d\xbd\xf2\x9f\x1f\xcf\x76\xb1\xff\xad\x51\xb3\xfe\xfc\xf8\x5d\x9e\x92\x65\x76\x3f\x3f\x9f\xfd\x8e\x27\x4c\x4e\xf5\x89\x77\xf6\x45\xeb\xba\xd1\x94\xcc\xf1\xd1\x7f\xee\x7d\x52\xdd\x34\xb8\x0b\x06\xeb\xea\xa9\xf3\x5e\x58\x50\xfa\xf9\x89\xc4\xbb\x6e\x3a\x4e\x25\x65\x39\x75\x25\x65\x04\x81\xb2\xe6\x89\x1a\xb0\xd3\xa7\x26\x0f\xef\x47\xc9\x63\xfd\xf9\x61\x2a\xe7\x62\x0c\xb0\xff\x5c\x7f\x7e\x5c\x5e\x37\x28\x6d\xd6\x6c\x71\xc6\xd3\x59\xa4\x92\x6f\xf6\x20\xdb\x6d\x54\x99\xcd\xb8\x94\xbd\xd9\xfd\xe7\xf5\xe7\xc7\x2f\x2e\x83\x6d\x65\xcd\x3e\xf9\x9e\x52\x22\x95\x1a\xef\x54\x00\xd1\x7b\xbf\xeb\x66\x69\xfd\xe7\x49\xcd\x7c\xd6\xa3\x18\xec\xd9\xf9\x99\xbf\x3f\x3f\x6e\x64\x4c\xa5\xc5\x68\xcd\x6b\xd4\x23\xe6\x53\xb1\xb4\xf0\xfe\xf3\xfd\xf3\xe3\xda\x9f\x54\xfa\x78\xbd\xa6\x0f\xfd\xf3\xe3\x22\xa4\x45\x39\xb0\x66\xd3\x23\x4f\x50\x93\x8a\x45\x7f\xf8\x4f\xf9\xf3\xe3\x29\xac\x52\xe9\x5a\x58\xa3\xfb\x1d\xce\xaa\x0a\x67\x01\xde\x2c\xd3\x23\xfe\x77\xc1\x13\x75\x48\x24\xcb\x79\xd5\x27\xea\x20\x06\xbb\x73\x45\x2a\xe6\x7d\xe2\x3f\x91\x0e\xd1\x73\xf9\x16\xcb\xcb\xec\x3f\xeb\x9f\x1f\x77\xca\xdd\xff\x4a\xd4\xdc\x7f\x7e\x3c\x59\xcd\xfe\xf7\x89\x1a\xfd\xf3\xe3\x9e\xac\xa9\x7c\x79\xb2\x66\x6f\x43\xe7\x52\xf7\xbf\x1f\x6b\xf6\x71\x74\x4a\xb5\xff\xad\x51\x33\x76\x0d\x7b\x50\xa2\x07\x65\xf7\xa0\xb1\xb5\x12\xad\x6d\x26\x6a\x70\x47\x58\x26\x2a\xff\x59\xfe\xfc\xf8\xc5\xb7\xff\x8d\xef\xec\xf3\xe4\x5a\xdb\xfd\xef\x88\x9a\xdd\xeb\xce\xbe\xd5\x15\x35\xd7\x7e\x27\x6a\x62\x0e\xb6\x6c\xe6\xd8\x57\xa9\x7c\x8d\x6b\xfb\x6d\xf6\x7e\x72\x6d\xbf\x16\xb3\xb3\xd9\xe9\x59\xe3\x9d\x18\x4f\x2f\xbb\xc6\xd7\xf5\xeb\x2d\x6a\xe4\xcf\xcf\x8c\xb9\xee\x57\xd4\xec\xd6\x1a\xbf\xb3\xa5\xd8\xf3\x73\xb4\x3f\x3f\x12\xbd\x1e\xd1\x83\xcd\xe2\x32\x15\x7a\xf9\x46\x8c\x74\x1f\x79\x4f\xc3\xb5\xff\x8d\xf1\xec\xe3\xe1\x19\x26\xf7\xbf\x3d\x6a\xf6\x5e\x4d\x99\x1f\x9a\xd1\x39\xe3\xd8\x13\xcf\xcb\x37\x79\x92\x80\x8e\xe4\xb9\x34\xed\x2a\x8c\x2a\x4b\xb4\x4d\xea\x60\xd9\xc1\xce\x4f\xb3\x79\xba\x37\xac\xdd\x42\x51\xb5\xb7\xb7\x33\x19\x76\xfd\xb0\xca\xae\x75\x87\xb1\xdd\xff\xc7\x76\x30\x57\xbc\x1a\x7b\xf5\x8a\xfd\x80\x30\x7a\xe1\xd4\x6e\x06\xd4\x7f\x02\x81\x81\xb3\x71\xc5\x1a\x6e\xaa\x57\x52\xbc\x75\xc7\x6c\xdc\x96\xc6\x9b\xb4\xd2\xb0\x9c\xfc\x67\xde\x55\x9d\xc7\xec\x89\x71\x3d\xf3\xcf\x4f\x4d\xb1\xf6\x4f\x9c\x8c\xe7\xfa\xf3\x53\x5d\x7f\xbe\xff\x8f\x89\x7a\xbe\x3f\x3f\x95\xc9\xff\xcb\xf7\xc6\xb7\xb6\xbc\xdb\x6a\x1c\x8e\x37\x66\x63\x5f\xbf\xdd\x21\x79\x52\x4d\xa4\x10\x15\x46\x6e\xcf\xa6\x5f\x53\xea\x51\x33\x91\x8e\xbc\xb1\x4e\xa2\x6e\xfd\xa2\xd9\x35\xa5\x2b\x6a\xa0\xaf\x64\xcd\x13\x35\x70\x9a\x67\x8d\x46\x0d\x6c\xf3\x5e\xc3\x1b\xb4\x02\x8e\xea\x30\xdc\xfb\xdf\x16\x35\xb6\xc0\xf1\xce\x1b\x35\x70\xad\xf6\x9a\x12\x63\xdd\x97\x4e\xf5\xc5\xa8\xa9\xc6\x78\x36\x25\x70\x67\xa3\xb4\x57\x85\x35\x0b\x69\xf2\x07\x67\x68\xdd\x51\x87\x3c\xde\x89\xbd\x58\xd1\x8b\x85\xdc\xed\x9d\xef\x5d\xd1\xa6\x49\xaf\x55\x62\x96\xbe\x78\xef\x3b\x39\xdf\xcf\x6e\xaa\x39\x56\x24\xef\xfe\x7b\x34\x63\xaa\x99\xfb\xac\xe6\xa7\xa1\x27\x7c\xeb\x19\x51\x87\x34\xe8\x7e\x5a\x81\x4d\xeb\x3f\x31\x82\xd2\x58\xf7\x46\xdd\x49\x4a\xee\x6d\x5a\x46\x2f\xff\xf9\xfd\xf9\x29\xc7\x5a\x93\xaa\x21\xfd\xf8\x4f\xdd\x35\x67\x26\x9b\x66\x7f\xa7\xe9\xbe\x2e\x5c\x7d\x9e\x9a\xf6\xc2\x9a\x5e\xff\xfc\xb8\xd0\x94\x9a\xc5\x3f\xf9\xcf\xf6\xe7\x87\x29\x72\x53\x53\x9e\xd5\x06\xf1\x9d\xb7\x6c\xd3\xeb\x8d\x2a\xec\x00\x36\xc8\xc9\x68\xba\x27\xc3\x05\x94\xfd\xef\x15\x35\xfb\x3a\x9a\x1e\x68\x0b\x66\xf3\xff\xc4\x7f\x36\xf3\x0f\xf5\x9f\xf3\xcf\xcf\x1c\x1c\xb1\x46\xef\xb5\xed\x1a\xef\xe1\xc7\x7d\xdd\xbe\xbd\xaf\x5d\xaf\x90\xda\xd7\xa3\xc6\xc4\x3f\xe7\xbe\x53\xfb\x3e\xf6\xfd\xfb\xa6\x5d\x4a\x67\x06\x7b\x9c\xad\x6e\x67\xab\xb8\x95\x2a\xf5\x34\x2a\xab\xf6\x75\x31\x79\x8a\x7b\xba\x0b\xab\xb6\x24\x55\xdd\x5c\x9a\x7a\x4e\xfe\xad\x0e\x65\x40\x72\x27\xb6\x5d\x20\x51\x67\x4c\xb2\xa7\xf7\xef\x39\xdd\x51\x65\x17\x43\x3d\x9a\x9b\xd4\x73\x79\x59\x67\x1e\x27\xc5\xa1\x47\x52\x37\xed\x81\xff\xdc\xa7\xb9\xb8\x1f\xd1\x2e\x98\x51\xb7\x6f\x35\x37\xb7\xa6\x9e\x47\x34\xb9\xd9\x36\xb7\xb7\xa4\x6e\xfe\x28\xfe\xf3\xda\xa3\x2e\x5e\x73\xc5\xa7\xf6\xcd\x50\x1c\x6e\x35\xf5\x7c\xc7\xa0\x4d\x57\xe3\xf1\xfb\xa9\xdb\xa9\xf2\x9f\x76\xed\x17\x36\xf8\xc5\xa7\x3e\xfb\xd4\xd9\x52\xbd\x90\x47\xed\x65\x93\xd9\xc1\xf5\x2a\x31\xbd\x96\xaa\xc2\x6d\xdd\xa9\x97\x9c\x59\x93\xcb\x9f\x1f\xc7\xa1\x4c\x3d\x78\xeb\x6e\xbc\x75\x76\x50\x83\xd4\x0d\xeb\xd9\x7f\x56\x63\xa5\x7c\xf6\x0a\xb9\x85\x5e\xba\x71\x32\x85\x9f\x22\x3b\xdc\x2d\x0f\x7f\x75\x73\xc4\xfe\xff\x8e\xaa\x67\x9f\x3b\x61\x83\x12\x83\xda\x17\xfc\x72\xf3\xe4\xfe\x7f\x46\x15\x36\x46\x63\x55\x34\x28\x67\x63\xf8\xe2\x5b\xaa\x43\xff\x89\x81\x45\xd5\x1b\x55\x7b\x81\x5d\x19\x90\x7a\xd1\x18\xb3\x31\xd9\xe4\x6d\xbb\x25\x42\xf4\x9f\xdf\x9f\x1f\xf2\xd8\xbd\x92\x82\x76\xf3\xec\x71\x97\xd1\xfd\xef\x15\x35\xe0\x46\x7d\x19\x6b\xfd\x58\xb5\x25\xf3\xd2\xd9\xbf\x4a\xf9\xa9\xd7\x2d\x28\x2c\x1e\xa0\x3a\x67\xd4\x98\x94\xc4\x1d\x18\xc4\xb3\x1b\xf1\x1c\x25\xf9\xa7\x4c\x14\xf4\x9f\xfb\x66\x70\x24\xaa\xd4\xdb\x13\x55\x9b\x88\x0d\x47\x59\x4c\xbd\x7d\xfc\x56\xfb\x36\x17\xe9\x71\xde\xa9\x77\x32\x71\xbd\xcf\x3d\x60\xf7\x79\x4c\xbd\x47\x83\xa6\x13\xaa\xee\xb4\x91\x7a\x27\xe1\xea\xe6\x7d\x5b\x3b\x4f\xea\x48\x5c\x91\xb1\xaf\xed\xea\x30\x7b\xa9\x0f\xb2\xed\xdd\x92\xce\xb7\xca\x0d\x3a\x28\xdb\xf4\x61\xb2\x4d\xee\xec\xfd\x20\x3f\xd6\x87\xc5\x44\x14\xca\xe3\x7d\xdc\xf1\x35\xf3\x74\xab\x0e\x7c\x9d\xfa\x24\xe7\xd2\xe7\xe6\x5c\x66\xe1\xf6\x35\x44\x63\xff\xd9\xf6\x19\x27\xf1\xb2\x34\x1e\xfe\xd3\xb6\x8d\xd3\xd7\x3e\x4b\x54\x6d\xa9\x65\x90\x4b\xea\x96\xec\xce\x7f\xb6\xbd\x3b\xb8\xe9\xe7\xe2\x6a\xce\xb5\x57\xd3\xd5\xec\xa9\x4b\xe5\xee\x90\x2d\xb8\xd4\xa0\xca\x16\x6f\xee\x3f\xb7\xf8\xda\x96\x77\x43\x82\x9e\x98\x11\xa2\x7a\xae\x9c\xd4\x0d\xe3\xcb\x7f\x5e\x7f\x7e\x96\xb3\x5d\x7d\x05\x91\x5c\x9b\x48\x3a\xb6\x7e\xea\xab\x45\x0d\xfc\x46\xb2\xef\x80\xd5\xa3\x6a\x4b\x1f\x25\xf3\x4c\x5e\x41\xac\x2d\x3e\x6d\x16\x12\x80\xbb\xb2\x0a\x69\x2d\x4a\x1c\x95\xbb\xf1\x98\xc3\x69\xa0\xe6\x78\x8f\x37\x5b\xb7\x30\x31\xd7\x61\xef\x7f\x67\xd4\x58\xe7\xa3\xe6\x8a\x9a\xdb\xf6\x8d\x77\xfe\x0e\x62\x73\x6f\x51\xda\xfd\x7f\x53\xbf\x63\x45\x90\x58\x7f\xba\xd1\x26\xf5\xfb\xe5\xdd\x65\x46\x7b\xe6\xc8\x49\xfd\x56\x9e\x87\x5b\xc7\x9f\x9f\xe6\x96\xf7\xd4\xef\x8f\x5b\xed\xb6\x00\xbf\x4c\xf6\xaa\x3f\x41\x38\x2c\x39\x7e\x75\x74\x9e\xd4\x2d\x60\xcc\x7f\x66\xeb\xfd\x64\x55\x8f\x2a\x38\xbc\x14\x56\x69\x54\x21\xf3\x37\x1b\xec\x3c\x46\xcf\x16\x0a\x0b\xe5\xdf\xfe\x0c\x12\x73\x8b\x99\x6f\x8d\xbb\xe6\xa1\xf0\xd7\x1f\x33\x1e\x95\x14\xfd\x98\xd1\xfb\x4d\xf3\x47\x10\x9c\x67\x45\xef\x2d\xe8\x3e\x73\x86\x1f\xca\x13\xdd\x72\xd5\x0f\xf7\x0a\x4f\xfd\x25\x83\xd5\x5f\xe3\x36\xcb\x8c\xba\x98\xc6\xf7\xb3\x6b\xca\x6b\x34\xf1\xe8\xe9\x3e\xbb\xc2\x1d\xa5\xe4\xd9\xbb\xe5\xe7\xa2\x0f\x4f\xea\xda\xb9\x96\xda\xf7\x5a\x0a\xe7\x50\x29\x09\x77\x18\x7b\xb2\x5b\xc5\x77\xc1\x1b\x75\xe0\x43\xc8\xbf\xe8\xe2\xb2\x20\xcb\x78\xe3\x98\x35\x98\x25\x33\xd6\x33\xea\x71\xff\x1f\x5f\xbb\xf7\x39\x1a\xa4\xf5\xfa\x44\xf7\xb7\xc0\x57\xdd\x60\x9b\xba\x2a\xd7\x19\x69\x37\x0a\x25\x84\xfe\x51\xba\xe9\x96\xfc\xcb\xc3\xe8\x52\xff\x82\x48\x7d\x65\x4f\xfd\x96\x0d\xff\x85\x4f\xed\xa6\x7e\xf1\x9f\xb0\x44\xf9\x0e\xf9\xe2\x4e\x87\xd0\xee\x19\xac\xf6\xff\x57\x54\xc1\x94\xc0\xae\xc4\xbd\xfd\x5d\x46\xa8\x2a\xab\x9e\x68\xd0\xd0\x17\x8a\xc3\xe6\xa6\x91\xb8\x79\x46\xda\x9b\x87\xde\xcc\x69\xe4\xe6\x2d\x8e\xdc\x36\x7d\x73\xa8\xc6\x34\x32\x65\x84\x91\xb7\x8c\xb0\x3c\x15\x41\x1a\x79\x44\xd5\x66\x76\x9b\xa3\x46\xa6\x91\xf5\x65\x95\x9e\xb5\xf6\xd7\x0a\x2f\x89\x51\xcc\xad\xb3\x56\xe7\x20\x46\x21\x3f\x3d\xca\xbe\xf0\x96\x13\xc6\x61\x3e\xc9\xfe\xf3\xde\xf2\x8d\x93\xd3\x51\xb8\x55\x47\xd9\xab\x54\xdd\x88\x9d\x46\xa1\xd6\x68\x94\x66\xbb\xd8\x6f\xcd\x51\x7a\x74\xa3\xb7\x3f\x3f\x9e\x22\x29\x8d\x42\x3e\x61\x14\xf0\x09\xae\xf9\x18\x25\xe6\xb0\xbc\x80\x00\xab\xac\x1a\x51\x05\x60\x22\x7f\xcb\x20\x7f\xfc\xe7\xde\x3b\xee\xc8\x99\x86\x69\x5e\xfd\xe7\x1e\x96\xfb\x10\xa5\x51\x5b\x63\x95\x69\xbc\x2a\x7b\x58\x63\x7a\xab\x9a\xda\xd4\x79\xdf\x11\xfa\xed\xd1\xf2\x34\x89\xda\xdf\x6a\xdc\xc2\xa3\xed\x23\xbd\xc8\xff\x8c\x36\xa3\x6a\xda\x2a\x3b\xab\x35\xda\x7d\xb3\xea\x7e\xfe\xfc\xb4\xb9\xf8\xd6\xc7\xce\xb7\xef\xfe\xf3\xd3\xa3\x87\xbd\x39\x8d\x18\x7d\x6f\xae\x42\x2b\xc0\xe8\xb1\x6d\xfa\xde\x36\xd5\xcd\x48\x69\x74\x32\x6f\xc3\x30\x54\xe9\x23\x9c\x46\x97\x78\x6b\x0b\xa7\x04\x76\x4c\xa3\x53\xe4\x1f\xe6\x59\xc1\x50\xac\x34\xfa\x1d\x6f\x99\xcd\x2a\xb9\x17\x57\x1a\x9d\xf6\x83\xd1\xb7\x94\x31\x1d\x78\x6d\xff\x7f\x47\xd5\xb3\x37\x1b\x57\xa5\x2b\x77\x68\xdf\xab\xb0\xd8\xf9\xc1\x8b\x71\x8c\x7d\x31\x56\xc7\xb1\x4b\x63\x50\xc6\x1d\xc3\xac\x7e\x99\xbc\x05\x10\x05\xfc\xe7\x6d\x47\xc5\x99\xe3\x31\xc8\x0f\x8e\x61\xce\x3d\x85\x42\xee\x18\xb1\x07\x90\x59\xa2\xba\xb7\x78\x1a\xe3\xe3\xb0\xc7\x87\xe5\x64\x8d\x46\xcd\xf7\xe7\xa7\x92\xb1\x1f\xe6\x85\x7d\x7e\x6e\x31\x79\xb8\x7b\xfe\xfe\xbf\x44\x55\xb5\xa9\x12\x56\xb5\xa8\xda\x62\x9d\x1b\x6b\xd3\x98\xb1\xb7\xe7\xde\xdb\xbc\x26\xc6\xe4\x55\x3b\xa6\x09\xdb\x6e\x38\x4c\xc3\x32\x22\x9f\x9f\xf3\x84\x43\x7b\xd5\x94\xa8\x5a\x9b\x04\x2f\xf6\x82\xfa\x94\x31\xf7\x5c\x8f\xc5\x0e\x0a\x65\xb4\x21\xd5\xfa\x4e\xda\x26\xbc\x91\x80\x85\x30\xc9\xcb\x0c\x79\xa3\x6a\xb3\x8c\xf4\xd9\x48\x63\xc5\xd6\x36\xaf\x91\x55\x48\xf6\xcc\x9d\xc3\x7f\xaa\xad\xb3\x2b\x17\x87\xe1\x07\xf9\xcf\xcd\x79\xba\xdb\x5e\x1a\x17\xe5\xdf\x71\x99\xfc\x5b\xdc\x35\x21\x8d\x4b\xe3\xb5\x73\x5b\xb9\x5e\x6d\xdc\x54\x08\x8c\xdb\xb4\x81\x35\xf3\xbd\x9b\xf2\xec\xb8\x2d\x86\xa1\x56\x4e\xff\x9d\xe3\x3d\xb3\x65\x55\x5a\x64\xc6\x4d\x86\x76\x58\x94\xd4\xa4\x91\x69\xdc\x34\x25\x8d\x1b\xd0\x8d\x3c\x9d\x37\xf5\xc8\xe3\xde\xd4\x53\x1c\x8d\x3b\x8d\xe0\x0a\xc7\x7d\xa5\x3f\x3f\x6b\xf1\x2c\xdd\xd7\x15\x55\x38\x16\xce\x58\x8f\x3b\x4e\xe7\xbd\x4f\xe7\xf2\xf8\x9d\xfd\x7f\x8f\xaa\xcd\x30\x36\x12\x2b\x73\xd5\xf4\x9f\x76\x70\x17\xbb\x18\x67\xe2\xde\x67\x82\xae\xb9\x09\x10\x04\xfe\x73\xb3\xb4\x85\xb7\xc4\xfd\x45\x83\xdf\x16\xc8\x0b\xc9\xce\x43\xa1\x60\x3c\xfb\x72\x1a\x34\x5e\x8d\x87\xa6\x51\xa0\x19\x0c\xcf\xf5\xb4\xff\x9f\x51\xb5\x79\x96\xca\xbb\xe0\x29\x1a\x55\x76\x36\x49\x4e\x1f\xf2\xf7\xc3\x52\xc9\x0d\x2a\x71\xc7\x13\x7b\xce\x38\xd8\xec\x01\x68\x69\x3c\x9d\x67\xe9\xb1\x5c\x82\x14\xe2\x86\x25\x93\xf3\x9f\x7b\x0b\x14\x1e\xf6\xe7\x8e\x06\x81\x42\xc3\xcb\xe5\xa5\x08\x32\xe0\x53\xb4\x78\x2a\x5e\xaa\xbb\xc6\x6b\xea\x2e\x8f\x5e\x48\x88\xa7\xf7\x9f\xef\xde\x1c\xc5\x17\x45\x29\x77\x0f\x73\x00\x15\x6a\x92\x86\xd2\x14\x34\x2c\xfd\xab\x0c\x92\x37\x6d\xdc\x88\xba\xa5\x2c\x3a\x22\xa7\xa1\x8b\xdd\xd0\xb5\xb7\x4d\x25\x7d\x53\xe5\x90\x55\x11\xaf\xee\x7c\xf0\xf8\x62\x2d\x0d\xa5\x69\x79\x2e\x81\x84\x58\xee\xf3\x53\xd3\x9f\x1f\x26\xce\x49\x33\xb4\x7f\x13\x9a\xf5\x50\xff\xcd\xd0\x79\x4f\x44\xa4\x15\xde\x65\x33\xb5\xca\x3a\x0b\x4b\xa8\x8e\x29\xb7\x0b\x7a\xd4\x99\x8e\x3a\xb9\x6e\x63\x26\x52\x9e\x89\xa4\xb1\xd5\x5d\xdc\xd2\x4c\x3d\xde\x33\xbf\xbc\xea\x90\x50\x69\x26\x0a\x22\x33\x99\x20\x52\xb7\x0c\xf8\x2f\xcc\xeb\x4c\x33\x86\x68\xc1\x52\x1e\xed\x9a\x66\xba\x1b\xab\xee\xcd\x9f\xfc\xea\xcc\x13\x9d\xd9\xc2\xc8\xfc\x35\xf6\x37\xaa\x2c\x7c\x7f\x78\xec\x79\x42\x64\xb9\xff\xbc\xfe\xfc\x14\xcf\x92\x91\x66\xce\x51\xb5\x17\xa8\x52\xbf\x3d\x43\x07\x3f\x91\xa0\x36\x67\x3f\xa3\x33\x93\x8a\x4c\xd3\x24\x36\x61\xf7\x33\xef\xdd\x99\xed\xde\xcd\xbc\x0a\x67\xe6\xa9\x9f\x96\x3a\xa1\x57\x17\x7e\x66\x21\x2f\x37\x4b\xc6\x95\x2c\x51\xa7\x51\xf7\x61\x0d\xa6\xd7\x15\x4e\x64\x41\x12\x27\x67\xbe\x66\x21\xf7\x3d\xcb\xe6\xbe\x27\xcf\xc7\x0c\x7d\xe0\x34\x7d\xa0\xb8\x07\x56\x9a\x85\x27\x78\x9a\xd2\x8f\x59\xa2\xd2\x2c\x64\x88\x66\x31\x1b\x48\x76\x97\xe8\x34\x2d\x9f\x82\xff\x1c\xb6\x2f\x27\x9b\x8c\x15\x2d\x7b\x45\x07\x0d\x42\xd3\x72\xbb\xf9\x4f\x03\x58\xf1\xdb\x64\x56\x6a\x3a\x67\x05\x95\x19\xfc\x5a\xe5\x95\x31\xab\x5d\x19\x99\x3c\xe7\xac\xe3\xd7\x7b\x9f\xc9\xb9\xae\xb7\x9a\x95\xc7\x78\xd6\x7d\x8c\x47\x75\x11\x6d\x5a\xf2\x5f\xff\x69\xa6\x5b\xe7\x47\x67\x8b\xf9\x6f\xc8\x23\xe7\xc8\x72\x69\x86\x86\x6f\x9a\x86\xaf\x92\xc6\x4f\x03\xbd\xf2\x9f\xf7\xa6\x19\xae\xab\x9b\x8d\x16\x64\x04\xdd\x2f\x6a\x4f\xa7\x39\x78\xf9\xcf\xe7\xcf\x4f\x75\xa7\xa0\x34\x1b\x95\xe0\xb3\xc1\xe0\x4a\x8b\xfd\x6c\x6f\xf4\x71\x53\x96\xe9\xc9\x8a\xd2\x6c\x1f\xa7\xbf\x7d\xfb\x40\x75\x6e\xc8\x46\x13\xc4\x34\xa5\x63\x89\x7d\xdc\x29\xc2\xcf\x6e\xae\xb2\x29\xd5\xa8\x7b\xa2\xee\xdd\xdb\x9f\xf3\xd1\x69\x09\x99\x40\xdf\xca\x1e\xa8\x9b\x66\x2f\x9c\xab\x5e\x30\x57\x8b\x55\x12\x55\x7b\xd7\xf9\xad\x3c\x7b\x8d\x06\xab\xdd\xaf\x85\x35\x33\x6a\x64\x6f\x39\xb7\xc7\xcc\x4e\x15\xef\xec\x6d\xf3\x9c\x83\x53\xdf\x5b\xbc\xb5\xe9\x1e\xb3\xdc\xa6\x69\x08\xa1\xfe\x73\xd8\x6c\xb0\x7f\x8b\x73\x68\x59\xee\x08\x81\xb0\xff\x5f\x51\x05\x3f\x3a\xdf\x6e\xfd\x8a\x39\x34\x5c\x84\x15\xc3\xba\xa2\x41\x33\x68\x2f\x92\x82\x10\x2e\xa6\x09\x17\x85\x02\xc4\x0c\x01\x62\x9a\x00\x21\x71\x31\xf4\x37\x1a\xdc\xb4\xb0\xc4\x9a\x8c\xb8\x33\xc6\x96\xd5\x9a\x83\x4d\xa6\x39\x82\xf4\x0f\x23\xfd\x61\x5b\x9b\x63\xc6\x6b\x5b\x8e\x63\x76\xca\xfd\xff\x1d\x55\x7b\x93\x56\x5e\x5e\x83\x2e\x31\x73\x00\xe0\x85\x34\x7a\xd0\x96\x38\x91\x09\x2f\x39\xa0\x4c\x9a\x83\xd6\xc9\x39\x1e\xdd\x83\xe6\x8a\x8d\xd8\xda\x96\xfc\xae\xce\xe2\x53\x15\x8a\xe1\x39\x93\xdd\x15\x1c\xf4\xa4\x11\xfa\xc0\x36\x74\x8f\x07\x4f\x73\x06\xd5\x9f\x9b\xea\xcf\xce\x91\x4d\x7a\xbe\x4c\xf3\x65\x2f\x75\xb2\x45\x3a\xab\x4c\xf3\x6a\x17\x4f\x91\x91\xe6\x24\xe7\x30\xa7\x71\x0e\x54\xfd\xcc\x49\x16\x6b\xce\xcd\x62\xc9\xe4\x42\xcf\x1e\xdf\xda\x14\x6e\xd1\x48\x36\x43\x0b\x3d\x4d\x0b\xdd\x84\xf7\xd2\x8c\x4d\x35\x6d\x53\x65\x47\x9e\x4b\x73\xde\xf1\xb1\xdb\x2e\x98\x78\xed\x89\x31\x5b\x28\x4e\x71\x17\xc6\x5d\x10\x5f\x7b\x20\x0c\x70\x5f\x4d\x6a\x58\xe7\x7c\xc1\xd4\xc7\x64\x29\xcf\xd2\x54\x3b\x4b\x5c\x34\x09\x12\x21\x08\xa1\x15\x56\x51\x84\x98\x96\xe3\x63\x26\x4e\xb1\x50\xeb\x39\x65\x1f\x46\xa1\x31\x6a\x8a\xf0\x70\xca\xde\x62\xcb\x23\xcf\xd3\x94\xc5\x6e\xc8\xda\x12\xb2\x43\xd7\xa4\x29\x71\x51\x8b\x19\xd2\x13\x95\x94\x53\xc8\x81\x4d\xb1\xf0\xc1\x5c\xb8\x6a\x06\x17\xeb\x3f\x8d\x8c\x15\x17\x21\xa6\xc4\x2d\x2e\x16\x10\x98\xa7\x1b\x38\xe6\x8a\x6b\x7c\xe1\x1a\xa7\xa4\x36\x17\x59\xf4\xb9\xcc\xab\xb4\x08\x2f\xad\x45\xd5\xf2\x44\x06\x0e\x0a\xf9\x73\x05\x97\x65\xb1\x02\x92\xb9\xfd\x17\x95\x79\x13\x99\x2c\x92\xc3\xd1\xef\x02\x8d\xba\xbd\x83\xe2\xce\xb2\x3c\x10\xfe\xd3\xc2\x22\x84\xfd\x7f\x39\xee\x65\xe1\x58\x8b\x3c\xcf\xa2\x0c\x34\x2d\x3d\xc3\xa4\x11\x69\xae\xb8\x46\x2c\xd3\x82\xd0\x7b\x63\x5e\x94\x09\xe7\xb5\x4f\xdd\xa2\xa3\xe5\x0c\xa9\x76\x9a\x54\xdb\xe8\x27\x30\xaf\xc1\x6e\x5c\xa3\xd8\x3e\x66\x83\x54\x05\xcf\xcb\x54\xc1\xa5\x91\x19\xba\xc6\x13\x75\xc6\x55\x4a\xe6\xd7\x68\xda\x9b\xc8\x07\x50\x0b\x8f\xef\x45\x6b\xe6\x34\x58\xff\xd9\xfb\x3f\xf2\xb1\xd7\xe2\x1e\xba\xb6\x14\x5a\x27\x67\xf9\xba\xa2\x51\x73\x68\x48\xb4\x83\xce\x2b\x78\xcb\x0b\xbc\xa5\x27\xf6\xdb\x05\x25\xea\x80\x5d\x55\xd9\x51\x9a\xad\xe7\xb5\x79\x61\xa2\x93\xa4\x79\xd3\x38\x3d\xef\x94\xf7\xa9\x72\x0b\xd4\xbc\xa9\xc3\x9f\xf7\x66\x9b\x5b\xe7\xbd\x76\x7f\xf1\xd6\x87\x8e\xb8\x62\x77\x3e\x95\x3b\xe8\xd9\xf7\x69\xef\xec\xc7\x43\x95\xc9\x7c\xe6\xb2\x8f\x45\x15\x67\xc4\xd0\xed\x26\x3d\x90\x66\x48\x80\xd3\x24\xc0\x96\xc9\xa2\x3f\x74\x76\x9a\xc0\xa2\xdb\x4b\xc7\xba\x1e\x75\x5b\x2e\x17\x72\x14\x8f\xc6\xc7\xf6\x48\xfa\x20\x1f\xf5\x46\xef\xdf\xdd\x7b\xc9\xa4\x32\x6f\xf4\xe3\x45\x3f\x5c\xbd\x31\xdf\xb8\x60\xdf\x07\x9e\x70\xee\x18\x30\x35\xae\x06\x2d\xa0\x17\x5c\x50\xa5\xe3\xdf\xd4\x6e\x0b\x43\xee\x5d\xe3\xfc\xea\x80\x57\x22\xab\xa8\xda\x9b\x70\x1f\xad\x9e\x6e\x37\xcd\x2f\xfa\x6f\x2e\x8b\x22\x24\x32\x5f\x10\x0b\xa4\x41\x6c\xf4\x1c\x99\x5f\xf0\x30\xdf\xe6\x61\x44\x28\x3d\x85\x3b\xe1\x34\x77\xc2\xd5\x24\xaa\x56\x54\x6d\x31\x88\x86\xf4\xf9\xc5\x55\x0f\xdf\xc0\x5c\x29\x10\x7c\x71\xa1\x7f\x5b\x36\x90\x1c\xaf\x5d\xd1\xc7\x2b\xef\x7e\x70\x1e\x3f\x6a\x2d\xe7\xb7\xa7\x5b\x1c\x67\x2e\xcd\xf0\x79\x9b\xe6\xf3\x26\x99\x33\xfc\x05\x7f\xf3\xed\x0d\x51\x83\x03\xfb\xde\xe8\xe2\xfb\xec\x81\x91\x75\xff\x42\xbe\x30\x10\xe4\xe6\x00\xfc\xfb\xff\x12\x55\xc6\xe0\x66\x32\xb8\x5f\x1c\x8b\x6f\x1f\x8b\xb6\xe2\xb5\x2f\x66\xd1\x82\x11\x0a\x95\xe4\xf3\xa3\xb3\xd7\xfc\xcc\xd9\xab\xd0\x03\x47\xc2\x29\x4e\xcc\x29\x6e\xd2\x32\x27\x96\x66\xd1\x7f\x5a\x08\x30\xb5\x26\x92\x28\x29\x48\xda\x92\x82\x78\x9e\x82\x24\x89\xfc\x99\x24\xe3\xcf\x28\x99\x4b\x92\x68\x11\xee\x19\x7e\x59\x4a\xe2\x8d\x28\x69\x53\x93\x42\x37\x50\x31\xf4\x64\xff\x69\xe1\x2e\x74\x3c\x10\x73\x27\xf7\x9f\xb6\x43\x5c\xbe\x90\x4c\xb7\x39\xc9\x7b\x17\x34\xfa\x02\x48\xe6\x75\x22\xd9\xae\x93\x92\x27\x5f\xe3\xd2\x48\x36\xd1\xaf\x7a\x42\xfd\x24\x99\x93\x2c\xe6\x8e\x23\x9e\x78\x24\x49\xa1\xf6\x57\x8a\x59\x36\x1c\xc2\x29\x49\xa1\x6a\x47\x8a\xa9\x76\xe8\x86\x27\x85\x6a\x0c\x29\xa6\xc6\xc8\xb5\x44\x9d\x44\xdd\xda\x8b\x9d\xd9\xe2\x88\x2a\x43\x2c\x2e\x9e\x80\x29\x49\xa1\x2f\x9b\x58\xfe\xc1\x41\x05\xb0\x54\x9e\x19\xa9\xfb\xcc\x14\x1a\xf6\xa5\x91\x65\x92\x66\x21\xe3\x69\xba\xc8\x25\x9d\xb2\xbc\xf4\x62\x13\xe9\x24\x5c\x7a\x74\xa4\x0f\xeb\x23\x37\x56\xa7\x66\x5b\xba\x69\xb6\xc5\xf3\xb9\x26\x31\x6f\x0f\xff\x69\x5e\xd4\x2e\x80\xc8\xa0\x8b\x96\x20\xdf\x40\x75\x14\xe0\x24\x83\xec\xac\x98\x80\xb0\x97\xc6\x3b\x39\xa8\xdc\x96\x61\x3e\x5a\xf4\x98\x96\x41\xee\x13\x68\x2d\x42\x81\x4c\xc2\xf1\x43\xcc\xf1\x43\x3c\x3d\x73\x92\x49\x41\x53\x8c\x9d\xaf\x0e\x35\x93\x64\xd2\xc4\x29\xd3\x4c\x9c\xa9\x70\x69\x26\x15\x83\x32\x0d\x8b\x20\x79\x4c\x65\x92\x49\x53\xb7\x4c\x98\xba\xab\x9f\x51\x99\x5f\xb4\x69\x10\xb1\x85\x6e\xe2\x22\x14\x5e\xc5\x98\xd4\x5c\x62\x07\x09\x0d\x12\x22\x79\x4f\x25\x7d\x89\x45\xa8\x77\xdb\x3b\xee\xcf\xcf\xf4\x5c\xcb\xfb\xff\x1e\x55\x40\xb9\x75\xf6\x5f\x64\x46\x9d\xf9\xf2\xf0\xf2\x12\x61\x2c\x82\x58\x92\xbb\xe2\x39\x6a\x93\xc8\x1d\xfd\xb8\x81\x5f\xc2\x59\x96\x27\x5e\x33\xeb\x34\x05\x0a\x11\xca\x57\x22\x9b\xdb\x5f\x9d\xc4\x42\xbe\x78\xcb\xbc\x21\x92\x03\xba\x25\x59\xb4\xd0\x88\xb1\xb6\xcd\xa1\x6a\xf7\xff\x33\xaa\x96\xb9\x79\xb9\xf1\x49\x16\xdd\x4d\x64\x99\x6f\x60\xae\xa4\x09\x8b\x7e\x23\x02\x40\xe6\x52\x78\xee\x17\xfd\x43\x64\x99\x7f\x48\xe9\x1c\xdc\x0a\x0a\x04\x20\xba\xea\x60\xe1\x49\xd6\x1b\xef\xed\xcb\x40\x16\xf7\xeb\xfa\x62\x04\x16\x39\x99\x3d\xf5\x4b\x92\x2b\xb6\xde\xb5\xb7\x5e\xa1\x73\x26\x70\x5d\xfc\xe7\x96\x44\x16\x77\xc2\x45\xf7\x16\xb9\x36\xe9\x20\xfc\x40\x92\x6b\x46\x83\x16\x5d\x22\x3c\xf8\xd7\x1b\x0d\x5a\xa8\xed\x26\x52\x5e\xf7\x45\x9d\xc5\x3b\xe6\xe6\x52\xb8\xdc\x74\x8b\x92\x7b\x77\xb7\xd1\x15\x08\xb0\x1d\xfe\xd3\x18\x34\x6e\xa0\x9b\x7e\x20\x72\x5b\x26\xbd\x9a\xe6\xf8\x27\x96\x56\x6e\xaa\x3a\xe4\xb6\xec\x15\xb5\xf1\x60\xdd\x4b\xa2\x0e\xc2\xa0\xbb\xe2\x48\x38\xb3\x88\x39\xb3\x88\x03\xcc\x26\x79\x82\x7a\x99\xf3\x4a\x4e\x85\x83\x78\x84\x9f\x7b\xb6\x88\xb7\x06\x8f\xff\xc3\xb8\x2e\x79\x2c\xd8\x34\x53\xf9\x2f\xcf\x15\x75\x5b\x20\x2e\x0e\x1d\x95\xc4\x72\xa4\xfb\xcf\x2d\x0e\x7a\xd6\xd7\x24\x4f\xdc\x47\x86\x36\xd1\xe8\x06\x25\x0f\xd9\x01\x79\xd4\x76\xba\x9b\x42\xe4\xd1\x18\x99\xbe\x56\xe5\x6f\xbd\x74\xfc\x94\x37\x81\x9a\x90\x2c\xbc\x39\xea\xf6\x59\x21\x22\x73\x92\x37\x26\xe4\xdd\x13\xb2\xa8\x08\x91\x97\x72\x9b\x18\x5a\xde\xf2\xc0\xd6\x24\x2f\xb5\x97\xf2\x9a\x11\x82\xf6\x09\xd1\xa0\x94\x0a\x4a\x49\xdd\x95\x84\xc5\x43\xcc\xe2\x91\xb3\x07\x13\x27\xd1\x15\xef\x59\x34\x46\x8d\x95\x51\xea\x20\x44\x2d\x1c\xa3\x3a\xe8\x55\x12\x8d\xcb\x5b\xf7\xe5\x2d\x34\x52\x01\xd8\xc2\x7f\xda\xf1\xe0\x75\xf4\x25\x56\x59\xbc\xd2\x72\x14\xda\x24\xe1\x41\x2d\xe6\x41\x9d\x53\xdc\x10\x5f\x4c\xa4\x85\x2c\xe5\x24\x24\xb0\x5f\x5c\x55\x9f\x5d\x55\xc5\xb1\x07\x76\x01\x6f\x46\x73\xc3\xce\xc5\x11\x03\x76\x41\xbc\xd7\x11\x86\x42\x4a\xf3\x8d\xa8\x1b\x88\xc0\x8a\xbe\xc4\x1d\xf7\x21\x14\xd2\xc1\x3f\xd3\x4a\xa4\xda\x2b\x6d\xaa\xdd\x39\x84\x95\x28\xa9\x03\xb4\xa3\x93\xfc\xae\x44\xed\xc5\x4a\xcb\xa2\xb0\x7c\xbb\xae\xf4\x2e\x56\xbd\xe6\x8a\x9c\x59\x45\x69\x1c\xe8\x1b\xe2\xe0\x6a\x69\x25\x52\xbc\x65\xb1\xe2\xc2\x18\xb7\x95\xe9\x73\xbc\xf2\xf1\x39\xf6\xc5\x59\x99\x9a\xec\x95\xe1\xab\xda\x5c\x1d\xb2\x72\xbd\xa2\xce\xe8\xb2\x63\x65\xa7\x95\x49\x29\x57\x36\x80\x84\x4a\x39\x77\x65\x52\xa8\x65\x20\x84\x73\xfa\xf5\xb1\xf2\x88\xaa\x61\xfb\xdc\xd7\x6d\xe5\x98\xc7\x6c\x18\x55\xfb\x86\x61\x5d\xf4\xd2\xc0\x68\xf7\x0d\xe9\x75\xbc\xf6\x57\xc6\xb5\xdf\x3a\x7b\x49\x69\x7c\x59\xe6\xeb\xee\xf0\x7d\x69\x65\xea\x5b\x57\x36\x67\x8e\xe2\xf9\x59\xd2\xca\x1a\x03\xdf\x33\x2e\x1e\x65\x9f\x56\x21\x43\xb0\xca\x66\x08\x6a\xe3\xba\x15\xf2\xd8\xab\x40\xeb\x24\xce\xc9\xad\xf2\x45\x1d\x90\x1b\x63\xe5\x2a\xaf\xc6\x85\x58\xf1\x4c\x95\xeb\xaa\xb4\x76\xae\xfa\xbe\x9b\xff\x70\x6b\x08\xd0\x45\xfc\xe7\x42\xe8\x44\xd4\x5d\x51\x77\xe3\x80\xfb\xea\xb4\xce\x79\x6e\x7d\xef\x57\xf1\xeb\x6f\xb5\x11\x4d\x1a\xc5\xae\xcd\x19\xf7\xd5\x18\x12\xb6\xda\xd4\x3f\x3f\x9d\xaa\xbd\xd5\xe8\x78\xb6\x9a\x39\x9e\x55\x0f\xfe\x4f\xab\x5f\x6c\xb2\x23\x16\xd7\x9d\xda\x57\xa7\x42\x6a\x75\x53\x48\x65\x9a\x28\x56\xa7\xb4\xb8\x4c\xe5\xdd\x19\x97\xb9\xfa\xcb\x85\xeb\x86\xf2\x5d\xaa\xcb\xc8\xab\xbf\xf1\x1a\xdc\x5f\x1c\x68\x3b\xad\x41\x95\xec\x1a\xcd\xa2\x2b\x78\x08\x06\x9d\x88\xd6\xd8\x0c\x66\xa1\xce\x63\x8d\x39\x58\x35\x2d\xc0\xcb\x85\xb4\x35\x62\x53\x9a\xfa\xbb\xb6\x15\x55\x12\x55\x9b\xd2\x27\xa7\xd9\x6b\xac\xf8\xd6\xa6\xec\xcb\x71\x00\xf6\xff\x2d\xaa\xf6\xde\xf2\x84\x76\x69\x99\x4f\xb5\xff\x94\xcd\x0f\xb8\x20\xb6\xc6\x13\x3d\xb4\x10\x34\xcf\x58\xbd\xff\x5f\x51\x75\x59\x83\xfe\xd6\xe4\x15\xb6\xe6\xa6\xcf\x6d\xba\xac\xbb\xcc\xbd\xc6\x7f\x3e\x98\xc4\xa8\xd3\xa8\x33\x9d\xf1\x22\x71\x9a\x0c\xbf\x5a\xb3\xae\x3f\x3f\x9d\xee\x12\x6b\xd2\xd4\xbf\x66\x55\xdb\x73\xec\x48\x8f\xaf\x6d\x5e\xa2\xd3\xe3\x60\x4d\x3a\x70\x2d\xf3\xd6\x59\x14\x3a\xd6\xa4\x4a\x6c\x4d\x43\x50\xaa\x54\xbd\xac\xf9\xc6\xc7\x0c\x9d\xa1\x30\x58\x74\xcd\x2f\xea\x20\xab\xd3\xe9\x60\x09\xf9\xc2\x25\x26\x92\x30\x7c\x71\x09\x23\x0e\x96\x81\x07\x54\x4f\x8a\xbe\xff\x7f\xa3\x6a\xb3\xd8\x8c\x18\x5d\x21\x58\x2c\x13\x2c\xea\xe2\x3c\x0a\xd9\xe8\x25\x79\xaf\x27\x9d\xdd\x96\x04\x39\x10\xc3\xfe\x2e\x8c\xf4\x5e\x12\x1b\x55\x0c\x9b\xad\x38\xf0\x6a\x5a\x42\xef\xf6\x25\x86\xcf\x5d\x07\x97\x54\xae\xe8\xa4\xc5\x52\xa5\x1a\x63\xa3\xf8\xb0\x4c\x7c\xc8\x85\x52\xe6\x92\x98\x2e\xf9\x2c\x4e\xc0\xc5\xd6\xb5\x78\x3d\x2f\x64\xb1\x4e\x74\xf8\x5e\x2b\x76\xd0\xb2\x1d\x94\x1d\xfa\x25\xad\x45\x0d\xd7\xb2\xbc\xd4\x9d\xec\xc5\x5a\x57\x34\x89\x18\x02\xc7\xb8\x4a\x6b\xd1\x57\x72\x01\x7b\x20\xad\xf1\x6f\x2e\xb3\x6b\xc5\x20\x96\xad\x79\x5e\xdc\x98\x17\xfd\x36\x17\xb2\xb8\xd5\x32\xa3\xee\x8a\xba\x7d\x7b\x53\x1d\xb4\x2e\xf2\x0a\x0b\x79\x67\xab\x23\xf9\xa4\x75\x31\xc6\x74\x5d\xb7\x05\x50\x70\xf9\xae\x18\x84\x09\x06\x7d\xb9\xa4\xb6\xc2\x33\x6b\x99\x67\x56\x9b\xa4\x33\x77\xe2\x5e\x07\xa0\x4f\x71\x78\xa8\xb4\xee\xd8\x47\xc0\xa5\xae\x99\xa4\xf7\xa6\x01\x7b\xdd\xa6\xb9\xac\x95\xe3\xbe\x63\x15\xe0\xfe\x9f\xa8\x58\x5b\x37\x83\x25\xd7\xdd\x8a\x0d\x80\x55\x8c\xca\x5f\xb7\xe5\xb6\x4a\x14\x6c\xd7\x1d\x97\x26\x30\xee\x0a\xe3\xa1\xd6\x43\x43\xef\x7a\x0a\x7c\xcb\x5c\x54\x5b\x4f\x9c\x72\x53\x30\xf7\x45\x26\xe3\xa1\x8c\xba\x1e\xc8\xa8\x34\x8a\xae\x37\x28\x11\x50\xac\x0b\x3d\x46\xd6\x4b\x47\xdd\x85\x94\x6f\x25\x71\x56\x5e\xc6\x4b\xad\xd7\x92\x00\x94\x19\xef\x51\x81\xb6\x5e\x53\xa0\x15\x9a\xe1\xd7\x1b\x9b\x13\x49\x3f\x0a\xdd\xb0\xd6\x1b\x37\xd9\x6b\x37\x59\xa5\x47\xd5\x7a\xbf\xa8\xfb\xae\x3d\x3c\x12\x01\xa5\xf2\x7e\x69\x82\x2e\xcc\x85\xa7\xa5\x74\x95\x59\x6a\x28\x07\x0e\xbf\x95\x56\xc0\x0f\x2c\x53\x25\xe7\xdc\xc9\x71\x2a\xb5\xe6\x0b\xf9\x2c\x72\xe7\x7e\xd6\xe0\x25\xd4\x78\x89\xca\x9b\x47\x83\x79\x54\x13\x97\x2b\xed\x6c\xeb\xa3\x27\xe7\x32\x76\x3d\xe7\xe4\x26\xd5\x15\x3a\xe9\x05\x9d\x74\x61\x54\xfc\x0a\x5e\x7b\x59\x54\x7c\x2e\x93\x97\x60\xf0\xda\xcb\x78\xed\x4e\x35\xf7\xfa\x82\x43\xfc\xcc\x91\xa3\x36\x5e\x5a\x5f\xac\xdd\x67\xa9\xe3\x6b\xe7\x01\xfa\x82\xc4\x7d\xc8\x5c\x41\xb3\xbb\x26\x4e\xb4\x22\x98\x78\x54\x97\xd7\x34\x80\x47\x34\x21\x97\x0d\x87\xae\x89\xb6\x3b\x85\xfb\xd4\x20\x94\x88\xa6\xf6\xab\xce\x50\xa4\x68\xe2\xd5\x44\x1f\x1c\x4d\x1d\xe8\xbb\x83\x75\x14\x98\x35\x8d\xf2\x1b\xe0\x74\x17\x34\xd6\x21\xb3\x4a\x8b\x7e\xce\xa8\x43\x66\xf9\xee\x37\xaf\x26\xee\x4d\x05\xf4\xdf\x70\xdc\xba\xa4\x89\x90\x27\x9a\xcc\x02\x3c\x1c\x96\x7f\x17\x44\x5f\x90\xcc\xce\x81\xc0\x76\xc1\xc7\x3a\x3b\x7b\x83\x01\xc7\x9a\xbe\xe8\xcb\x77\x72\xd8\xf3\x3d\xda\x49\x35\x19\x5a\xd0\xa0\xab\x9d\xe6\x58\x07\xc4\xa3\x0e\xca\xd4\x1a\xee\x5a\x9a\xe1\xd2\x34\x38\x9f\x99\x31\x69\x0a\xc8\xaa\x31\x9c\xb3\xd6\x10\x60\x34\x37\xa4\x0c\x70\x16\x59\x73\xfb\x55\x77\xb2\x91\x4d\xd6\x5d\x51\x77\x03\xde\x37\xb3\xee\x65\x9d\x25\x0a\x64\xca\x9b\x5d\xa0\xac\x33\x0c\xc9\x31\x39\xf6\x4c\xfe\x59\xf3\x49\x95\xd3\x58\x37\x63\xec\x0b\x79\x83\x3b\xc7\x40\x9e\x50\x01\xa7\x35\x3c\xb7\xcb\x2e\x68\x51\x67\x58\x91\x74\xd9\xd5\x80\x77\xd1\x8c\x0c\x1c\x9e\xc6\x75\x17\xc4\xd8\x6f\x00\x24\x24\x8e\xfd\xe6\xba\x5b\x1c\x6c\x1e\x54\x70\x6b\xa6\x1e\x45\xf3\x83\x04\xf2\x31\xbe\x27\xe6\xec\x60\xf1\x36\x7e\x8f\xb6\x73\xcd\x58\x77\xba\xa2\x68\x21\x67\xa5\xa6\xbd\xcf\x43\xdc\x7a\xab\x85\x74\x5c\x8b\xd1\xf1\xb1\xdc\x56\xac\x85\xbe\x17\x0a\xfd\xfd\xa0\x3e\x4e\x0b\xcd\x16\x5a\xb0\x0e\xbc\x37\x34\x14\xf8\x8a\x9c\x2c\x83\xec\xb2\x46\x78\xab\x16\xa0\x48\x11\xc0\x42\x0b\xdd\x73\xb4\x5c\x80\x04\xef\xec\x27\xe9\x8b\x96\x1b\x75\xae\x51\xd4\x72\x47\x9d\x22\x54\xdd\xef\x06\x2d\x34\x2a\x69\xf9\x90\xb6\x48\x38\xbe\x2f\xe6\xe5\x43\x0a\x00\xbf\xf5\xb5\x52\x03\xa8\x15\x58\x89\x0c\x72\xd3\x9a\x7f\xd5\x75\x00\xce\x56\xd6\x71\x7c\xb5\x1e\x30\x5a\x1f\x7b\xa5\x4e\x48\xab\xe9\x84\xc4\x51\x78\x77\x81\x46\x1d\x32\x98\xb9\x6a\x44\x6b\x8b\xef\x41\x9f\xcd\x50\x4c\xad\x14\x43\x15\x99\x29\x1b\x2d\x63\x5a\xe3\x1c\xd5\x86\x6c\xad\x9c\x97\x90\x7a\xb5\xf6\x93\x78\xaa\xb0\x6e\x44\x1d\xc6\x40\x1a\x59\x29\x2f\x68\x35\xfa\xd9\x32\xf7\x7c\x0d\xfa\x69\xbe\x82\x91\x24\x74\x17\x44\x3f\x91\xa4\x8a\xce\x83\x5a\xa9\x64\x56\x33\xe2\x04\xee\xff\x2e\x88\x31\x00\x7c\x9d\x7a\x72\xad\x12\x63\x00\x0c\x5e\x89\xb9\x66\x10\x9a\x56\x60\x3b\xd2\x97\x44\x2b\xfd\x07\xb4\x5e\xc0\xde\xe2\x3e\xab\x41\xcb\xeb\x83\x3a\x9e\xa3\xfa\xc4\x18\x1e\x98\x0c\xd7\xfc\x27\x26\x58\xeb\x13\xcb\xfb\x9e\x9c\xbf\x9c\xb6\x37\x9a\x45\xde\xea\xca\xab\xa5\xbe\x31\x7c\x3d\x09\xfb\xb8\x2d\x34\xde\x03\x30\x7b\xe5\xd5\x59\xbf\x78\x0f\xf0\xc5\xd4\xa1\x68\xa0\x3e\xe9\xc9\x2a\x4a\x87\x4c\x6d\xd4\xaf\x28\xd0\xb6\x98\x77\x67\x17\x70\x99\x9a\x83\xb8\xfb\xd4\xb4\xb8\xaa\x9b\xd9\x1e\x5a\xe5\x96\x69\x35\xbe\x07\x14\xf6\xca\xeb\xa3\x51\x2b\xa0\xad\x03\x30\xd0\x95\x55\xda\xe8\x8f\xa2\x0d\xdb\xa9\xf1\x08\xb6\x11\xdf\x1b\xeb\x37\xde\xe3\x2e\x20\x99\x6c\xf3\xe4\x10\xe3\xf8\x66\x7c\x0f\x79\xc6\x19\xa5\xa7\x8d\x8c\x9d\x36\xd1\xdf\xf8\xe9\x49\xdb\x8a\x31\x18\xd9\x6a\x74\xe4\xd2\x46\xdf\x30\x6d\xd8\x32\x0c\x24\xd3\xf6\x44\x9b\x00\x9b\xa5\x6e\x43\xdb\x1b\x7d\xc1\x1a\xd1\x50\xa8\x3d\xd6\xa8\x03\xee\xbc\x93\x64\x77\x1a\xb5\xb5\x63\x8d\x18\x23\xa7\x3d\xc8\x4f\x2f\xa7\xce\xd7\xbd\x53\x0f\xa9\xfd\x00\xe8\x93\x9d\xea\xd4\xe8\x6a\x07\x04\xb0\xa7\x5a\xdd\x05\x3c\x2e\x1d\x60\xc8\x0c\xcd\xd4\x4e\x15\xab\x76\x64\x3e\xa0\xe0\xa4\xfd\x8a\xba\x93\x8b\x35\xda\xbc\x2b\xeb\xde\x93\x67\x9d\x6d\x52\xc3\xa4\xa6\x61\xa2\x53\x8a\xf6\x37\x7a\x09\xf0\x59\xe1\x4c\x47\x2c\x97\xf6\x0f\x09\x9f\x49\x28\xfa\xd7\xa3\xce\x66\x9a\x01\x82\x3a\x62\xa6\x4f\xc6\x2b\x21\xc3\x34\x82\x29\x1a\xe6\x58\xd6\x3c\xc1\xe1\x2e\x60\x5f\xe0\xc4\xd9\x68\xe2\xd2\xd0\x75\xe9\xb0\xdd\xc9\x3c\x5b\xbb\x20\xea\x10\x26\x4a\x3b\xb5\x0e\x5a\xb7\x75\x5c\x7f\x65\xc1\xdf\x05\xf1\x3d\x64\x3d\x4c\x24\xa0\xe3\x8a\x7e\x5e\x00\x3c\x4f\x6c\xf3\xe2\xbc\x8c\x07\x51\x8e\xdc\x2d\x23\x98\x8d\x81\xcc\x9d\xc9\x15\xb4\x3a\xbe\x68\xd3\xe6\xac\x13\xac\x49\x67\xcc\xd9\x04\x6c\xb9\xe7\x7c\xdf\x05\x7c\x6f\x0e\xa4\x59\xe2\x5c\xcf\x38\x99\xd3\x13\x94\x7a\x3f\x43\xdb\xa4\xd3\x2c\x8d\xbd\xb0\x9f\x93\xd2\x98\x4e\xcb\x0c\xcc\x64\x73\x49\x27\xf5\x27\x3a\x5f\xe4\x56\x13\xf6\x85\xe6\x3f\x9d\x9e\x45\xc0\x77\xd9\x64\xf0\x9c\xce\xef\x80\xf7\x7b\x3f\x25\xc6\x27\x69\xfd\x86\x65\xdf\x05\x5c\x3f\x41\x2e\xb7\xca\xcb\x43\x0a\xbf\x27\x03\x48\xd2\xbc\x54\x85\x6e\x72\x2a\x48\xf9\xd0\xb8\x97\xc2\xcd\x52\x65\x21\x71\xa4\x2b\x7e\x55\x82\x01\x15\xf4\xb3\x71\xae\x57\xf4\x73\x9d\x1c\x68\xbc\x70\x03\xcc\x40\x0d\xcc\x20\x8b\x67\x3e\xd9\x05\x5c\xa3\x35\x4e\x6a\x4f\xff\xde\xa2\x89\x5f\x91\x8b\xac\xd3\x39\x59\x57\x5c\xe2\x6b\x9c\xc4\x81\x8b\x75\x77\xd4\x19\xaa\x78\x30\x53\x8b\x42\xa5\x2e\x00\x1c\x33\x82\x5b\x17\x0d\xf2\xba\x26\xfc\xfc\x49\x21\x17\x6d\x12\xba\x90\xaa\x3a\x53\x60\x09\x57\x4b\x05\xa2\x26\x53\x82\x25\x5d\x41\xad\x97\xcd\xa7\xe4\x18\xdf\x8a\x79\x59\x27\x95\x58\x67\x5d\xcc\xcb\x85\xf7\x48\xb1\x56\x30\xa7\x9e\xc1\x78\x46\xdd\xaf\xf7\x80\xb8\x1f\xdf\x0b\xc6\x75\x21\x9d\x93\x67\x80\x4a\xba\x42\x38\x5c\xc8\x12\x1d\x4c\x98\x65\x45\xf6\x9f\x13\x75\xec\xe7\x1d\xdf\x33\x44\x5c\xf1\x6c\xf7\xbb\x80\xd4\xfa\xa4\x8d\xc9\xb1\x5f\x9e\x68\xd3\x10\x6c\x67\x25\xcd\x5a\x41\x0b\x16\x52\xdf\x31\xde\x45\xd7\x1b\xf3\x09\x14\x70\x07\x1f\xdf\x05\xb1\x27\x0c\x8a\x59\xe8\x17\xa7\x4b\xe3\x3d\xa4\x9f\x89\x73\xbb\x34\xfa\x62\xfa\x2a\x29\x99\xf3\xa2\x31\x67\x1f\xde\x8b\xbd\x1b\xb4\x1c\x09\x6b\xa4\xc4\x5e\x0a\xe1\xf7\xe4\xc0\xf3\x54\xde\x49\xaf\x38\x2b\x97\x45\xaa\x4b\xa1\xf0\x74\x51\x1b\xaf\x17\x50\x9b\x3d\x9d\xf9\x2e\x58\x51\xf7\xa1\xce\xfb\x79\x65\xf6\x05\x78\xab\x52\xb8\xee\x17\x11\xd4\xf4\x42\xfc\x4a\xe1\x5c\x5f\x8c\x0d\xd0\x0b\x88\xd7\x85\x0a\x8a\xab\x44\x9b\x05\x7d\xe1\x1d\x70\x05\x6d\xbd\xea\xa9\xf3\x75\xb8\xea\xaf\x3a\xf8\x91\x51\x88\xbd\x42\xf0\xb8\x00\x8b\xeb\xa9\x6b\x77\x41\x89\x3a\xf4\x85\xdc\xd9\x15\x02\xfc\x85\x2c\xf7\x85\xf4\xfa\xa2\x95\x51\x2f\xa4\x3a\xab\xe9\xdf\x9c\x1d\x34\x7c\x39\xf4\x32\xf9\x5e\x82\xe1\xbd\x42\xbe\x37\x7f\xe4\x5d\xc7\xa5\x08\xd2\x74\x99\xfe\x49\x2a\xe5\x84\x8b\xbe\x17\x7a\x21\x0f\x68\x8d\xe5\x0d\x99\xf3\x02\xfc\x42\xed\x9c\x36\xe1\x71\xb9\x40\x2a\x08\xc4\xa5\x57\x90\x03\x73\x39\xde\x75\x9c\x9a\x2b\xfa\x82\xbc\x5a\xc1\x0c\x5f\x71\xe5\x5e\x48\xeb\x1a\xd7\xc0\x15\x47\x1e\xc0\xcb\x52\x79\xac\x23\x74\x58\x2f\x24\xde\xa2\x55\x45\x2d\x75\xe2\xf9\xf9\x60\x5e\xc8\xf0\x5e\x4f\xf4\x13\xc7\xb3\xf1\x9a\x0b\x9d\xb7\x5e\x96\xdc\x80\x10\xc9\xbb\x20\xda\xc4\xf1\x24\xe4\x95\x5e\x74\x62\xd3\xcb\x04\x8f\x3e\x7b\xd4\xc5\x7c\x22\x09\x45\xe3\xf1\xbc\x42\xde\xbe\x4c\x6f\x25\x8d\xc7\xf3\x8a\xa3\x7b\x01\xf9\x9d\xf6\x60\xbd\xbe\x58\x3f\x24\xdd\x77\xe4\xf0\x5d\x10\xfd\x04\xbc\xb7\xe7\x33\x4e\x7a\x87\x6e\x03\xda\x79\x69\xbc\xaa\x6f\x7a\x3e\xe8\x8d\xa3\xdb\x38\x86\x08\xa9\x56\x64\x08\x12\x4f\xa5\xb6\x0b\x7a\xd4\xd9\xfa\x35\x37\xed\xea\x4d\x7f\x64\x45\x22\x21\xa1\x05\x5a\x6f\xaa\xd9\xf5\x2e\xc8\x16\xc0\xfd\x72\xd3\xcd\x50\x91\x9f\x52\xe2\x8a\xbf\x69\xe8\x57\xc3\x05\xda\xef\x45\x9d\x46\x1d\xc6\x40\x79\xfb\xa6\x0b\x9c\xde\xc6\xd0\x8b\x27\xaf\xda\x05\xd1\x97\x76\x12\x75\x4e\xd6\xdd\x51\x07\x77\x0a\x5e\x49\x77\xe8\x0c\x90\xa0\x48\x18\xd3\xa6\x77\x08\x02\x27\x25\x7d\xe8\x52\xee\x1e\x73\x76\x32\xaf\xa5\xa8\x8b\xbe\x20\x63\x56\x08\x48\x01\x4e\xa4\x30\x69\xf4\x49\xc1\xf1\x1e\xb1\xb6\x03\x79\x5a\xc8\xf2\xde\xc1\x8a\xdc\xe3\xfd\x9d\x3d\x6f\x17\x44\x3f\x2d\xea\x40\xa8\xa7\xd6\x7b\xc6\x7b\x48\x60\x2a\xd1\xe6\x8c\xb9\x06\x2b\x42\xd8\x0f\xbd\x43\xd7\x70\x52\xe9\x4b\xe2\x9c\x05\xdb\x7e\x83\x4d\xe9\x3c\x47\xb7\xc4\xba\x0b\x52\x44\x16\xae\xd1\x8a\x3d\x88\x1c\x32\xd4\xc3\xeb\x1d\xba\x45\x24\xe6\xef\x42\x5a\x17\x0e\x61\x7a\x2f\xe4\xf4\x23\x1b\x76\xaf\xf8\xde\xc9\xdf\x5f\xb9\x5f\xae\x18\x83\xe5\xc1\xee\x21\x22\xdd\x41\xcf\xee\x93\xf9\x83\xca\x84\x3b\x74\x99\xf7\x85\xb5\xe5\xb9\xbd\xaf\x38\x63\xd7\xc9\xc9\xc7\xbe\x5c\xb1\xcf\x4e\x1a\x8b\xe8\xcb\x1d\x6b\x0b\x3a\x48\x88\x64\xbd\xe9\x6d\xa9\xc8\x34\xd5\xa5\xb2\x2f\x41\x07\x91\x74\xaa\x87\xb8\x16\x58\x02\x6a\xd1\x17\xbb\x4d\xf6\xf3\x89\xbe\x1c\x54\x77\xb2\xdf\x77\x88\x95\x27\x09\x95\x04\x2d\x78\x63\x7f\xbe\x27\xcd\x37\xd7\xef\x8d\xb9\x7e\xd1\x26\xd9\xc5\x5b\x63\x7c\xc8\x79\x46\xb8\x60\x0d\x90\x2c\x3d\x29\xad\x84\x4a\x96\x3b\x94\x3a\x48\x66\xc5\xb4\xe2\xbb\x20\xc6\xa0\x27\x3b\x31\xe7\x2c\x58\xa6\x5b\x91\x58\x8c\xec\x69\xa0\x25\xe8\x8d\x3c\x16\xf4\xb5\xd1\x3b\x6c\x09\x48\x7c\x25\x9d\x6c\xca\xfd\xc5\xbc\x40\xf4\x20\xdc\xa8\x3e\x0c\x02\xd4\x07\xc9\xef\xc5\x5d\x44\xf4\x21\x94\x85\x3e\x27\xf3\xf0\x88\xf7\x38\x06\xcf\xa0\xcb\x7b\xec\x09\x91\xfa\x39\x19\x42\x53\xd4\xad\xa8\xc3\xd8\xa9\x30\x78\x82\xd5\x7a\xf2\x49\x92\xce\xef\x05\xab\xf5\x98\xf3\x55\xa7\xc7\x84\x3e\x41\x93\x0d\xae\x21\x77\x9a\xde\xf5\x09\xa5\xd5\x53\x33\xea\x1a\xeb\x62\xec\x27\x6f\x32\xef\xbf\x87\x41\xb0\x0a\xb8\x32\x26\x9e\xdd\x05\x3d\xea\xb0\xb6\xd4\x99\x07\x28\x84\x3e\x60\xb5\x3a\xd9\xb7\x00\x33\xd3\xe7\x64\x95\x25\xfb\xf6\x84\x1e\xf7\xe9\xe8\x27\xf9\x9e\x27\xf4\xb8\xcf\x49\x5e\x1d\x73\x1d\x76\x30\x73\x1c\x8d\x1c\x58\xbb\x20\xc6\x80\x54\xee\x21\x56\x06\x0e\x9a\x1a\xd6\x59\x24\x3a\xda\x05\xd1\x4f\xc9\xbf\xf3\x61\xec\x82\x98\x33\x41\xd2\x75\x8a\x87\x4f\xf0\x67\x8f\x60\x8d\x3a\xc7\x20\xbf\xda\xc4\xda\x52\xdc\x0e\x70\x35\x05\xb8\x9a\xd0\x6d\x53\x9f\x15\xdf\x5b\x18\x03\xc5\xca\x67\x5d\x51\x67\x63\xa7\x9b\x92\x3e\x2b\xbe\xb7\xf0\x3d\xea\x7f\xc3\xfd\x55\xcd\xfd\x75\xd7\x71\xdd\x83\x7e\x3e\x17\xbe\xd7\xfe\x0d\xfb\x56\x9f\x20\xa1\x0f\x24\xcb\x30\xcb\x3d\x21\x59\x3e\xd0\xec\x30\x8b\x81\x3e\x21\x59\x3e\x30\xb9\x0e\x92\xb4\xe7\x8a\x25\x34\xf2\xca\xec\x3f\xbb\x20\xb6\xa1\x49\x96\x7d\xc5\xb1\xbe\xe3\xe8\xde\x58\x5e\x9a\xc9\x9e\x30\x5b\x3d\x20\x77\xf4\x41\xd3\x27\xcc\x95\xe6\xc8\x9b\x47\xa2\xa4\xf7\x04\xb9\x7b\x60\x9a\x22\x0a\x86\xbe\x61\x66\x79\x13\xde\xa3\x74\xf5\xd2\xeb\x47\x5f\xa4\x23\x22\x26\x99\xbe\xc1\xda\xbd\x09\x73\xc6\x65\x7a\x19\x05\xab\x6f\xc6\xb6\x20\xe9\x7d\x83\xb5\x33\xf7\xe0\x2c\x0c\x1b\xd0\x97\x51\x93\xfa\x22\x2b\x44\xa2\x34\xf7\x06\xdb\xf7\x22\x7f\x24\xb1\xf0\xf4\x25\x3a\xbf\xbe\x30\x61\x87\x69\xea\xa5\x8b\xb0\xbe\x90\xe6\x06\xe7\xec\xa5\x9b\x8e\xbe\x05\xb9\x93\xb8\xb6\xe1\x5e\xa1\xaf\xa5\x40\x1a\x89\xe4\xee\x0d\xb3\xdc\x7b\x12\x7d\x51\x84\x78\xc3\x1c\xfb\x22\x6b\x6a\x22\xa9\x7f\x43\x42\x7c\x21\x21\xd2\x43\x44\xdf\x90\x10\x5f\x98\xa6\x06\x49\x4c\x04\xf5\xa9\x05\xf5\xe5\x11\xe6\xb5\x97\x1e\x08\x6a\x5e\x1f\xfb\xbd\xca\xba\x98\x17\x63\x4f\x47\xa2\x18\xf4\x86\xbe\xf9\x6d\x98\x6b\x92\xc2\x37\x4c\xc3\x6f\xc3\x1e\xa4\x26\xe2\x0d\xf6\xf4\x05\x7b\x3a\x48\xb6\xde\x60\x4f\x5f\xe4\x4d\x22\xf2\x92\xbe\x3d\xfa\x62\xe6\x2e\x09\x33\xf5\x1b\xac\xeb\xdb\x31\x67\x31\x86\x10\x55\x5f\x90\xd0\x49\xcd\xc7\x1b\x26\xd0\x77\x00\x05\x84\xe4\xf5\x0d\x16\xf4\x45\x7e\xbc\x4c\xd6\xee\x65\xbc\x82\x9a\x37\xcc\xae\xe3\x18\x42\x1b\xf6\x9a\xed\x42\xe8\x18\xa8\x6f\xb0\xae\xaf\xb1\xae\x4c\xcf\xb5\x0b\x62\x5e\x04\xdf\xe3\x95\xf4\x4a\x7c\x0f\xe6\xd8\x5c\x39\x2f\x41\x7a\x5f\xd3\xed\x8f\xd0\xd6\xbe\x12\xe3\x43\x2a\x6d\xe6\xc4\xd0\x70\xd5\xd1\x17\xd9\x41\x19\x7d\xac\x6f\x98\xd7\x5e\x98\xc5\x09\x3d\xa2\x6f\xb0\x92\x2f\x58\xc9\xd0\xbe\xbd\x41\x07\xdf\x0b\x6d\x92\x9d\x7a\x83\x9e\xbd\x27\x8b\x5f\x9c\x95\xb0\x17\xbc\x40\xa1\x09\xed\xd4\x1b\xda\xa9\xf7\x05\x4e\x04\xd9\xf6\x37\xc4\xdf\x57\xf1\x5e\x8c\x4f\x63\xec\x86\xd4\x35\x0a\xaf\xff\x40\xe0\x54\x43\xe0\xcc\xa3\x90\xad\x7d\x43\xc4\x45\xb2\xa6\x41\x9c\x00\xd5\xa0\x75\x6a\xd6\x84\x11\x5a\x26\x0d\xd6\x47\x33\xfa\x39\xa2\x8e\x67\x53\x41\x7b\x88\x97\xa3\x1a\xb4\x47\x61\xbe\x2f\xa4\xe5\x1a\x74\x02\x21\x08\x23\xb4\x3e\x1a\x6c\x8a\xa1\x2e\xe5\x51\xc9\x6a\x69\xb8\xcf\x68\x47\x58\xbc\x47\x80\xa8\xc6\x39\xb2\x90\xdb\x3c\x18\xd2\xa7\x1a\x67\x45\xe1\x76\x13\xf6\x48\x0d\x76\x43\xcd\xce\x37\x2a\xaf\x7f\x0d\x3b\x9f\x22\x87\x7b\xad\xec\xcb\x8c\x7e\x62\x7f\x12\x0e\x5b\x35\x6c\x4f\xc8\xf5\x32\x42\x05\xa3\xa1\xd6\x39\x89\x44\x19\xb4\xad\x1a\x6a\x1d\x45\x6a\xe5\x2a\x51\xa7\x51\x87\x7e\x92\x16\x68\x88\x4f\x7a\xf6\x6e\xac\x2d\xfd\xac\x55\xa1\x0e\x22\x5c\xae\x6a\xa8\x83\x14\x9a\x5c\xe6\x21\xf9\x2a\xd9\xe8\x0f\x49\xf1\x23\xe7\xc0\x57\xc9\xf2\x7e\x15\xec\xa2\xe7\x84\xde\x05\x57\xd4\xfd\x9d\xd5\xe7\xab\xec\xe7\x67\x99\x99\x22\xd7\xd9\x2e\x18\x51\x77\xf2\xa0\xf1\x7b\x04\xb5\xfb\xaa\xa5\xee\x9b\xb3\xb0\x4d\x8a\x6b\x5f\x55\x64\xad\xf3\xb5\xfd\xaa\xc6\x7b\x1f\xde\x9b\x6c\xf3\x8b\xf1\x7d\xc8\xb9\xe3\x77\xc0\x17\x76\xe8\xaf\x21\x5b\xda\x74\xf5\xc5\xd7\x62\x5e\x9a\xd9\x3f\x27\xc5\xfb\xaf\xd1\xfe\xf9\x19\x40\x66\x9e\x92\x58\xc7\xb3\xf2\x35\xe4\xad\xa0\x48\xfd\x05\x64\xe6\x67\xe6\xea\x3c\x29\x52\x7f\x8d\xaa\x9b\xaf\x99\xea\x66\xd6\x5f\xef\x71\xae\x5b\x3d\xef\xb1\x8e\x77\xea\xd7\xec\x8c\x4d\xcf\x0d\x96\xbe\xd6\x62\x7c\xb6\x7e\x93\xf4\xec\x0b\xbb\xf7\xd7\xec\xce\x99\x8c\x94\xff\x5a\x8f\xbe\xd8\x39\x9a\x74\xbf\xf8\x5a\x8f\xf1\xd9\x39\x9a\x79\xf1\x7b\x3c\x47\x5f\x1b\x27\x15\x25\xe7\x85\xf7\xd1\xd7\x26\x32\xd3\xb9\x4a\xe4\x6b\xbc\x73\xbe\x66\x6a\xd5\xc9\x80\xcf\xaf\xcd\xf8\x9e\x20\x81\x5d\xe1\x18\x18\x44\xf6\x35\xbb\x57\x98\xdc\x7a\x17\xcc\xa8\x43\x5a\xbb\xda\xfe\x66\x87\x65\xfc\xef\xb8\xe1\xaf\x11\x7d\xf0\x33\xa3\x7b\x9e\xa5\xb1\xa7\x54\x8a\x7c\x66\x74\xdf\x75\xbe\xd3\xda\x15\xbd\xb9\xc6\xef\xdc\x7b\xbb\x20\x56\x09\x3b\x9b\xfa\xf6\xaf\xdd\x31\x6b\x48\x28\x4c\xe7\xf8\xaf\xdd\xb1\x0b\x6f\x24\xc5\x9b\x51\x17\xbb\xe2\x39\xe9\xf0\xfc\x74\xb6\x27\xde\x33\x68\x97\x29\x83\x33\xf3\xc6\xf7\xec\x46\x9a\x12\x2b\xff\xc6\xae\x78\x91\x2e\x7c\xf1\xb4\xbc\x31\x2f\x2f\x76\xb6\xf0\x3d\x8d\xd9\x36\xbb\x38\xf3\x39\xef\x82\x68\x53\xb1\x43\x17\xe7\x53\x63\x57\x98\x73\x14\x73\x73\xee\x82\x98\xeb\x0f\xfd\x5c\xdc\x85\x5f\xec\x8a\x0f\xe8\xda\xce\x4d\x7d\xe1\xb9\xf0\x75\x9c\xea\xc5\xd3\xd9\xe3\x54\x77\x9c\x24\x0a\xea\x5f\x67\xf8\xc2\xd7\x3b\xb2\xaf\x70\x37\x75\x0a\xb2\x9f\x61\xf1\xe7\x39\x5c\x49\xff\x75\x3a\x0f\x7d\x1d\x02\xa9\x27\x4f\x4d\x5f\x97\xe8\x8b\x9c\xc4\xaa\xfc\x1e\x39\x98\xaf\x9b\x60\x29\x54\xc2\x7c\x7d\x45\x3f\x21\x3c\x8a\x2b\x4f\xbf\x1e\x7b\xb0\xaf\x93\x89\x96\x7d\x59\xd1\xa6\xe5\xb2\x91\x58\xa3\x7e\x45\x9b\x10\x10\x09\x5f\xfc\x75\xda\xec\xbe\x0e\x9b\xdd\x22\x55\xee\x0c\xb5\xf8\x3a\x92\x55\x53\x11\xf1\x75\xba\x1b\x7f\xfd\x3d\x49\xb9\x39\x76\x8d\x7e\x5a\xcc\xbb\xac\xce\xf7\xe8\x2b\xfe\x19\xee\xed\xae\xf3\x79\x89\x10\xf5\x0f\x21\xea\x01\xa4\xfa\x0d\xda\x94\xbf\x61\x11\x69\x93\x38\x53\xdf\x20\x47\xf1\x8d\x86\x75\xe7\x19\x1b\x94\x04\x3e\xf8\x4a\x4c\xfa\x35\x7c\xe1\x2b\xf1\x0d\x24\xd0\xa5\x34\xfa\x0d\xc6\x4a\x7d\x03\x54\x72\xf1\xf6\x18\x41\x25\x47\x47\x9b\x12\xef\x71\x7f\x0e\xc4\x12\x2e\xee\xf9\x41\x05\xc6\x37\x26\x32\xc5\x72\xef\x46\xb4\xd1\x37\xcc\x01\x51\x88\xd3\xf0\x0d\x4a\xdb\xdf\x40\x86\xe7\x14\xe3\x0b\x1a\x62\x38\x5a\xcc\x96\xf7\x8d\x27\x66\x65\x9f\xda\xee\x0a\x8a\x6f\xd0\x36\xfa\x0d\x2d\xbf\xf2\xa6\x7d\x43\x63\x64\xb6\x3a\x75\x36\xbe\xf5\xc5\x5b\x76\xf2\x22\x9f\xd4\x17\x5e\x19\xdf\x04\x88\x30\x5d\x55\xbf\x08\x78\xf9\x04\xa9\xb5\x29\x67\x7f\xc2\x40\x85\x4f\x90\x49\x9a\x19\x98\x3e\xa1\xfa\xec\xe4\xe0\x9c\x83\xbb\x56\x28\xbf\x9e\x74\x9c\x73\xba\x9a\xe8\x93\xd8\x45\x62\xb2\xe6\x9c\xe4\x6b\x24\x76\x8a\xc0\x75\x9b\xde\x38\x9f\x32\x66\xe7\x53\x53\x0f\x36\x82\xdc\x7c\x81\x2f\xfa\x21\xc1\xbc\x4b\x31\x9f\xc6\xbe\x54\xf3\x75\x88\xf6\xe2\x7e\x56\xeb\x87\xdb\x83\x3f\x25\xfe\xc7\xa7\x07\xff\x83\x35\x6f\xd4\x20\xd9\x32\x6b\xd8\x73\x35\x3b\x6a\x67\x0f\xe8\xa2\xf9\x69\x83\x07\x07\x6b\x6a\xd4\x40\xb1\xce\x9a\xe8\x9b\xe5\x82\x8d\x91\xc6\x99\xd0\xf6\xfc\xf9\x29\x6e\x2e\xf9\xb4\x45\xdf\xb6\xfc\x4b\x07\xcb\x4f\x7b\xcc\x5c\x07\x78\x16\x6b\x5a\xd4\x58\xc0\x02\xc7\xd3\xa3\x07\x1d\x69\x94\x59\x13\x23\xdd\x6c\x05\x9d\x35\x3f\xa5\x51\xe6\xb3\x9c\xfd\xc1\x0f\x04\xe6\xce\xa7\xe3\xfe\xf3\x13\x77\x6c\xe4\x49\xfc\xbe\x04\x44\x0f\xaf\x89\xf5\x36\xd8\x56\x86\x65\x7e\x5f\xec\xbc\x0f\xd9\xc4\xbc\x07\x5f\xcc\xb5\x25\xf8\xab\xe4\x80\x02\x78\xe6\x33\xe0\x19\x8f\xc8\x2c\xe9\x75\xd5\xe4\xfe\xf9\xfd\xbe\x3d\x4b\x66\xae\xb3\xfd\xd3\x6e\x56\xa7\xb0\x25\x27\x97\xe7\xf6\x4f\x50\x20\xcf\x2c\x9c\x97\xdf\x66\xfb\x27\xbc\xc3\x3c\x4d\x75\x65\x82\xa4\xfd\xf3\xb8\x78\x67\xaf\x73\x9c\x95\xfd\x13\x2e\xde\x9e\x88\xbb\x65\xbf\xe9\xf6\x4f\xb8\x5c\x7b\xbe\x64\x59\x7e\xcb\xef\x9f\x47\x9d\xfb\xbf\xf0\x54\xfb\x9f\xff\x7a\xfd\xc7\xff\xe3\xff\xf5\xff\xbe\xfe\xe3\xff\x73\xfd\x57\xfd\x79\xfe\xe7\x7f\xfe\xa7\xfe\xb7\xff\xf1\xfe\x97\xe7\x7f\xfc\xfc\x3f\x77\xe9\xcf\xab\xdf\x7f\xf9\x6f\xfa\x9f\xfa\xff\xfb\xef\xff\xf3\x3f\x1f\xfd\xf9\x8f\xff\xfe\x1f\xfb\x2d\xfb\xfb\xff\x07\x00\x00\xff\xff\x27\xd5\xf1\x1c\x64\xeb\x04\x00"); +func _baeb ()([]byte ,error ){return _c (_efdf ,"UniCNS-UCS2-H")};var _gece =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x84\x9a\x4f\xcb\x24\x47\x72\xc6\xef\xfd\x29\xea\xb8\x3e\xd8\x53\x95\x19\x7f\x32\xa1\x69\x30\xd2\x82\xc5\xb2\x5e\x63\x79\x6d\x83\xf1\xa1\xab\xba\x5a\x0c\x58\xef\x0c\xef\x8c\x0e\xfa\xf6\x26\x7e\x4f\x4b\x62\xed\x85\x3d\x88\x90\x1e\x65\x46\x45\x46\xc6\x9f\x27\xb2\xdf\x0f\xdf\x7c\xf7\xed\x77\x6f\x1f\xbf\x2e\x1f\xfe\xe5\xfd\xd3\xf1\xfd\xf9\x75\x79\x7e\x7c\x7b\xbc\x9f\x5f\x3e\xfd\xf4\x7e\x9c\xcb\x7e\xfe\xf0\xf1\xed\x72\xd9\xda\xf2\xf8\x78\x7c\xfd\xe5\x3f\x11\xc7\x8f\xf7\xcf\x97\x4b\xed\xff\xfe\xe7\x2f\x5f\xcf\x1f\xbf\x7b\x7b\x7e\x5a\xba\xd6\x3d\x7e\xfa\xfc\x5a\xbb\x2c\x1f\xfe\xf5\xfc\xe1\xe3\x97\xaf\xef\x3f\x2f\xbf\xfb\xc7\xc7\xa7\xfd\xfc\xbb\xe5\x71\x3e\x0b\xff\xd3\xfb\xe3\x7c\xff\xf8\xf6\xc3\xf2\xbb\x3f\x7c\x7a\x3f\xef\xdb\xaf\xff\xe3\xfb\x9f\x3e\x7f\xfe\x9f\xf3\xc7\xf3\xed\xeb\xb2\x82\x9d\x6f\x0f\xe4\xe5\xc3\x37\x7f\xbc\x7f\xfe\xe7\xfb\x8f\xe7\xf2\xe1\x0f\xdf\x7f\xf3\xf7\xff\x04\x0a\xf8\xef\xe7\xfb\x97\x8f\x9f\xde\x96\xf9\x0f\xeb\x1a\xbf\xc1\xff\xf6\xf3\xe7\x73\xd9\x5e\x9b\xff\xfc\xdd\xb7\x7f\x7a\x3e\xbf\x9c\x5f\x97\xb6\x4a\xf1\x87\xff\xfc\xf3\x77\xdf\x2e\xff\xb5\x2d\xdb\xba\x34\xb7\xb5\xfd\xf7\x6b\xe9\x7f\xfc\xf1\xd3\xe3\x7c\x7d\xfd\xb2\xe9\x2c\xc7\xa7\xc7\xf9\xe5\xf3\xfd\x38\xdf\xef\x6f\x3f\x9c\x97\x65\xb9\xb6\xad\x6d\xb7\xe5\x9a\xbf\xcf\xdf\xdf\xca\xc8\xff\xb3\xe2\xb2\xad\xeb\x6b\xeb\xc7\x87\xa0\x5f\xb6\xb4\x2d\xcf\xdb\xb2\xad\xdb\xe5\xda\x9a\x90\x16\x7e\x5b\xb6\xe9\x97\x6b\xeb\x42\x7a\xad\x69\x61\x97\x6b\x33\x21\xe6\xfd\xb6\x74\x1f\x85\xb8\x83\xd4\x1a\x5b\xe7\xe5\xda\x5c\x6b\xbc\xdd\x6f\x8b\x79\x69\xf6\xbe\x82\xf4\x79\x5b\x2c\x40\x4c\x6b\x7c\xdc\x16\x4b\x90\x10\x92\x85\xf0\xf5\x90\x9e\x08\xbb\x2d\xbe\x95\xe6\x14\x92\xf1\xbc\x2d\x3e\xf2\x72\x6d\x43\xc8\x68\x76\x5b\x22\x02\x24\x84\xc4\x6d\x89\x5c\x41\x86\x90\x67\x21\xf5\xad\xd1\xb5\xab\x6c\x8e\x2c\xcd\x53\x7a\x66\x21\xe9\xa5\xf9\x2e\xe4\x9e\xfd\xb6\x0c\x4e\xb1\x0b\xd9\x33\x6e\xcb\xec\xe5\x8d\x43\xc8\x51\x87\xd9\xd6\x56\x1f\x3b\x5c\x50\x02\x79\xbf\x5c\xfb\xca\xaa\xbe\xca\xd3\x23\x2e\xd7\x2e\xe7\x77\x39\x7f\x1b\xeb\xe5\xda\xe5\xfd\xde\x80\x5a\xda\xe5\xda\xe5\xfe\x8e\xfb\xb7\x1e\xe3\x72\xed\xf2\x7f\xc7\xdb\x9b\x45\xbb\x5c\xbb\xdc\xdd\x1d\xc8\xbd\xd4\xcb\x73\x3d\x80\xc2\x4b\xbd\x5c\xd7\x13\x28\xad\xd4\xcb\x77\x1d\x2f\x6c\xa3\x97\x7a\xb9\xa1\xe3\x86\x6d\xf6\x52\x2f\x3f\xf4\x3b\x31\xb0\xb6\x52\x2f\x47\xf4\x1d\x68\xab\x63\x77\x79\xa2\x1f\x40\x6d\x2b\xf5\x0f\x41\x0f\xa0\xbe\x96\xfa\x53\xd0\x09\x64\x6b\xa9\x7f\x0a\x7a\x0a\x9a\x71\xb9\x9a\xfc\x65\xf8\xab\xf9\x5c\x2f\x57\x93\xbf\x6c\x53\x20\x0e\xbb\x5c\x4d\xfe\x32\xfc\xd5\x32\xc7\xe5\x6a\xf2\x97\x29\x5c\x47\xb6\xcb\xd5\xe4\x2f\xc3\x5f\x6d\x56\x80\x98\xfc\x65\xf8\xab\xaf\x51\xea\xe5\x2f\xc3\x5f\x7d\xf3\x52\x2f\x7f\x19\xfe\xea\xcd\x4a\xbd\xfc\x65\xf8\xab\x77\x2b\xf5\x72\x8e\xe1\x9c\x6e\xbd\xd4\xcb\x39\xb6\xdb\xb3\x32\xa4\x97\xfa\xdd\x57\xa0\x12\xb6\x6d\xac\x72\xad\xaa\xe4\xe9\x9e\x09\x14\x82\xe2\xb6\xf4\xe0\x40\xbb\x27\x50\x04\xd9\x56\x5f\xdc\xe3\x05\xe5\x6d\x49\xe2\xcb\xf6\x18\x40\x18\xe1\xb3\x36\xea\x3a\x8c\xeb\xa8\x68\xb8\x5c\x4d\xd7\x61\x0f\x2b\x28\x37\x2f\xa8\x6c\x7c\x89\x6e\x78\xe2\x21\x53\x1f\xa5\xbe\x67\xb0\x51\xea\x11\x39\x57\x56\xc5\x04\x42\x7d\x8e\xd2\xa5\xab\xb5\xb3\x1d\xb7\xa5\x8f\x35\x81\x1e\x82\x1e\x40\x0d\xe8\x04\x62\xe3\xa8\x9c\x36\x05\x80\x3d\xf3\x7e\x5b\xba\xd4\x3f\x73\x17\xb4\x03\x35\xa0\x43\x50\x6d\x9c\x15\x13\xae\x30\x91\xe8\x73\x76\xa0\x26\xa8\x15\x64\x01\xd4\x81\x7a\xb2\xca\x0a\xea\x43\xd0\xf8\x6d\x55\x55\xa6\xab\xaf\xe5\x09\x5b\xcb\x39\xbe\xe2\x09\x89\x9e\x15\xbe\xbe\xba\xbe\xe8\x47\xad\xea\x82\x1e\x82\x1e\x75\xb5\x7d\x03\x3a\x81\x54\x10\x2b\xf9\x5c\xe1\xeb\x5b\x55\x4d\x5b\x47\x99\xba\xb9\x09\xb2\xdb\x62\xbd\xd2\xdd\x37\x2a\xa9\x84\x6d\x95\xc8\xbe\x11\x13\xbe\x55\x1c\xd8\xd6\xb5\x6a\x08\x1a\x6c\x74\xa0\x29\xe8\xce\x2a\x6d\xdc\x81\x62\x65\x15\x50\xc8\x88\x12\xb6\x61\xfd\x16\x4d\x50\xab\x7a\xba\x62\x6a\x74\x41\x65\x44\xaf\x90\xf3\x2d\x64\x44\x09\xeb\x43\xba\x52\x90\xec\x9a\x40\xb2\x2b\x76\x56\x25\xd0\x21\xa8\xfc\xb5\x99\xd4\x3f\x04\x95\xbf\xfa\xdc\x80\x4e\x41\x27\xab\x04\x3d\x81\x12\xeb\xb9\xb4\x2d\x65\x7d\x62\xbd\x61\x57\xca\xfa\x12\xd6\x27\x76\xa5\xac\x4f\x5c\x68\x38\x3a\x65\x7d\x62\xfd\xc4\xd4\x94\xf5\x39\x59\xa5\x8d\x77\x41\xe5\x42\x5b\xb5\x51\x2e\x2c\x61\x9b\x69\xa3\x0e\x94\x0f\x56\x69\xa3\xac\xe7\xb6\xab\xff\x55\xfb\xfd\xa5\xcb\xfe\xb5\xc6\xeb\x2a\x5c\x12\xb6\x11\x1f\x4d\x71\xdb\x2a\x56\xcd\x36\x41\x26\x28\x58\xb5\x01\xa5\x20\x6c\xdc\x1a\xd0\x2e\x68\x07\x9a\x40\x87\x20\x9c\x5e\xb5\xcc\x1b\x89\x28\x61\xd6\xa4\x1e\xb3\x5b\x97\x11\x15\x45\xad\xcb\x88\x12\x66\x8d\x8d\xbd\x0b\x22\xba\x1d\xf5\xfd\xb5\xf1\xa4\xb9\x63\x57\xe7\xb6\x9a\xa1\x2b\x51\x6f\xd2\x65\x9d\x55\x1d\x48\x07\x2a\x61\xbe\x25\x90\x0b\xe2\xb6\x52\xab\x42\x90\xb8\xc3\x00\xd2\x19\x4b\x98\xcb\x2e\xd3\x19\x8d\x33\xa6\x20\x9d\xd1\xb0\xab\x71\x20\x93\x5d\xa4\x98\x37\x74\x29\xc5\x1a\xf9\xe4\x9d\x55\xca\x27\x84\x6d\x29\x68\x0a\xc2\x08\x22\xb2\x29\x9f\x9a\xf2\x9c\x7c\x6a\xca\xf3\xe6\x4f\x56\xb1\x31\xa8\x19\x08\xdb\x12\x7f\x29\xeb\x10\xe6\xc6\xb1\x95\x75\x08\x73\x05\x80\xb2\x0e\x61\xf0\x01\x6f\x21\x7f\x05\xd6\x07\x67\x0c\x59\x5f\x99\x66\x1e\x18\x11\x32\x35\x30\x35\x31\x35\x64\x2a\x89\xe8\x32\x55\x89\xd8\x2a\xad\x6c\x1b\xac\x4a\x99\x5a\x09\x63\xb1\xa2\x3e\xf5\x45\x92\x27\x56\xac\x57\xf2\x20\x6c\x1b\x9c\x51\xc9\xd3\xe0\x69\xa1\x00\x48\x19\x41\x0e\x6c\x14\x08\xb5\x62\xef\x82\x66\xc5\xaa\x5a\xb1\x1b\x95\xa5\xb1\xca\x54\x59\x4c\x95\x85\xdb\x36\x55\x16\x23\xeb\x3a\x81\x69\xca\x3a\xc4\xab\xbc\x59\x3e\x04\x9d\xbf\x96\x37\xb5\x75\xf7\xa6\x82\x3a\x80\x5c\x90\xff\x5a\xde\x1c\x76\xe8\xe2\xa6\x2a\x6f\xae\x1c\x42\xbc\x6a\x99\x2b\x87\x9c\x84\x51\x2d\x73\x25\x0c\xe2\x75\x20\x6f\xc4\x97\xcb\x88\x51\x1b\x45\x24\x3c\xaa\xdb\x98\x05\x90\xba\x0d\xc2\xb6\x48\x20\xfc\x15\x84\xaf\xa1\x2b\x14\xbe\x08\xdb\x52\x10\x5f\x84\x94\x98\x93\xee\x22\x25\x9e\xca\x8e\xea\xce\x9e\xca\x0e\x84\xbb\xb3\x4a\xd9\x91\xa1\xab\xad\xb4\x4a\x05\x13\x22\x94\xdb\xa9\x60\x82\xe0\x58\xb4\xb2\x4b\x04\xc7\x87\xa0\xe2\x16\x2e\x42\xe8\x10\x42\x4b\xc2\x57\x9c\xc7\xe1\x3c\x36\xc8\x0e\x71\x1e\xdf\xc9\xed\x49\x5a\xed\xca\x6d\x84\xab\x7e\xed\xca\xed\x1d\xbb\x26\xb1\xba\xcb\x2e\x84\xcd\xd6\x80\xb4\xb1\xd4\xfb\x5a\x83\x89\x8b\xcd\xf8\x51\x57\xeb\x2b\xa6\x1e\xba\x5a\x44\xaa\x4e\x1c\xba\xda\x43\x1b\x69\xc5\xe2\x3c\xfe\x60\x23\x44\xd5\x1f\xda\x88\xf0\x95\x14\x7d\x68\xe3\xc3\xb5\xaa\x9c\xf3\x50\x9d\x40\xf8\x46\x2a\x3c\xd4\x8a\x1f\x95\x30\xd5\x86\x0a\x52\xc2\x20\x32\x8a\xf3\xf8\x23\xb5\x11\x23\x1a\xd6\x8b\x19\xf9\x59\x11\xed\x8d\x84\x39\x15\xd1\x08\xf7\xa2\xb3\x7e\x2a\xa2\x11\xde\x8b\xf3\xf8\xa9\xd6\x82\xf0\x4e\xe4\x88\x2c\xf9\xb3\x6a\xb4\x77\xae\xf6\xa9\x1a\x8d\x48\x71\x8b\x67\xc7\xae\x67\x95\xa1\xca\xc4\x82\x54\x86\x10\xde\x6b\x6e\xf0\xa7\xca\xd0\xb3\x12\xce\x3b\xd5\xe4\xa9\x1e\x8e\x70\x23\xdd\x9f\x2a\x30\x4f\x19\x51\x81\x19\x22\x5e\xb1\x26\xea\xab\x3b\xc7\x9a\x2f\x68\xbb\x2d\xc1\xa5\xc5\x4a\x77\x0e\x68\x90\x5b\xd5\xe8\x10\x0d\x8a\xad\xb2\xcb\xad\xd2\x2a\x36\x5a\x93\x84\x43\x41\x63\x23\xd3\x02\xd6\xe0\x56\x0d\x3b\xc4\x1a\x24\xbc\x6f\x6c\x0c\xad\x42\xbd\xd7\x81\x42\x8d\x35\x9a\xa0\xfc\xdb\xad\x38\x54\xa5\xa2\xd7\x05\x7a\x54\x03\x8a\xce\x05\x4a\xe4\x5a\x37\x1f\x9d\x22\x18\xd4\x32\x67\x38\x0c\xd5\x32\x89\xec\xd5\xf2\xc2\xe8\xe1\x61\x35\x6c\x7a\x96\x3b\xc3\xda\x14\x34\x51\x3f\x80\xee\x40\xd2\xc5\x17\x55\xb8\x82\x62\xe3\xa3\x66\xea\x50\xb1\x91\xf0\x81\xef\x54\x6c\x82\x49\xda\x47\x85\x5f\x78\xd7\xc6\x57\xc3\x76\xa0\x2e\x68\xb0\x0a\xf5\x14\x1b\x09\xb3\x4a\x9e\xf0\x7e\x17\x74\x67\xd5\x04\xda\x05\x51\x92\x9a\x20\x9c\xee\xd5\xc3\x7d\x54\x4f\x0a\xa7\x87\x4b\x98\x75\x8c\x20\xcf\xc3\x0d\xeb\xb9\x53\x37\x59\x4f\x2b\xb6\x8e\x5d\x26\xeb\x8d\xc1\xbd\xa8\x5a\x38\xfc\x5a\xc2\x18\x9d\xc2\x5d\x07\x2a\xe1\x63\xa2\xcb\x9b\x20\xce\xd8\x05\xe9\x8c\xe4\xe6\x98\xf8\x8b\xdc\x94\x30\xeb\x58\xcf\xe8\x14\x5e\xad\xc9\x27\x11\xe9\xa9\x63\xd3\x5a\xac\x28\x64\x38\x89\x28\x21\x82\x13\x9e\x3a\x36\x89\x38\x65\x57\xea\x40\xe2\x78\x35\x3b\x87\x0a\xbd\x84\x59\xd5\xc5\x08\x05\x40\x14\x89\xf3\xd9\x05\x99\x20\xfc\x55\x14\x32\x82\xfa\x13\x51\x35\xc7\x67\x17\x94\x82\x68\x1a\xc5\x07\x22\x78\xb2\x88\x20\x53\x66\xd5\xd8\x08\x65\x4a\x88\xc4\x55\x71\x8e\x50\x98\x20\x9c\x41\x26\x42\x61\x12\xf0\x3a\xab\xf6\x19\xd1\x65\x17\x35\x63\xca\x54\x85\x09\xc2\x8c\x90\x8b\x2e\x53\x3b\x76\x99\x20\xd9\x45\xe7\x32\x9c\xa3\xce\x15\x51\xd1\xe2\xd3\xb1\xab\x1f\x82\x88\x9c\xc0\x2e\x45\x4e\x10\x39\xd3\xf1\x97\x22\x07\x61\x1b\x79\x1e\x8a\x1c\x84\xcf\x40\x17\x1d\x22\xc2\xd4\x3e\xb1\xde\xe4\x09\xe3\x1e\xc9\xf3\xb0\xbb\x20\xc6\x9d\xd7\x46\xc2\x37\x88\x9c\x19\x7c\x51\x91\x13\x8a\x9c\xe0\x40\x8a\x9c\x20\x72\x68\x40\x11\x8a\x9c\x50\xe4\x04\x67\x54\xe4\x44\x11\x42\x9f\x29\x5d\x3a\xb6\x93\x43\xa4\x7b\xb8\x8c\x70\x3c\x91\xf8\xde\xe5\x09\xc6\xc3\x4d\xa6\xba\x3c\xe1\xdc\x50\xca\x08\xdd\x10\xb4\xd1\x64\x04\xb4\x51\xc2\x27\x99\x16\xa1\xf8\x82\x36\x1a\x65\x37\x42\x07\x0a\xbc\x3a\xb4\x51\x5e\xa5\x7d\xaa\xc6\x46\xc8\xab\xb0\x2c\xa3\x02\x44\xe8\x8c\xb0\x2c\x4b\xbc\x1a\x3a\x23\xb5\x7f\x0e\xad\x92\xa3\x21\x97\xa6\x03\x85\x8e\x1d\xf8\x7e\x48\xbd\x8e\x0d\xb9\x34\x1d\x28\x74\xec\x12\xf1\x4a\x05\xd5\xeb\x08\x8e\x3d\xf4\x45\x1d\x1b\x0a\x6a\xb2\x3e\x75\xec\xd4\xb1\xd9\xa8\x3e\x82\x30\x1b\x1c\x5b\x7d\x04\xf1\xea\x10\x91\xba\x47\xca\xf6\x1c\x18\xa1\xb2\x8d\x30\xd3\x81\x54\xb6\x43\xdc\x55\x81\x99\x3a\x76\x32\xb6\x52\xa3\x23\x75\xec\xe4\xb6\xa7\xd4\xeb\xd8\x8c\x87\x26\xeb\x55\x3a\xe0\x62\x3e\x6b\x6c\x0d\x71\x31\x09\x53\x33\x4b\x55\x80\x84\x5b\x4c\xaa\x5c\xc2\x2d\x24\xcc\x30\x35\x95\xee\x59\x29\x1e\x6b\xb1\xd2\x48\x35\x0a\x84\x59\x31\xc9\x48\x35\x8a\xd4\xb0\xf7\xfa\xe2\x2e\x68\x67\x63\x03\x3a\x04\x1d\xbf\x90\xcb\x48\xd5\x89\x54\x9d\x98\x1d\xe8\x14\xf4\x64\x23\x10\x2f\xb2\x12\x66\xf4\xf0\x54\x3b\xc9\x9a\xec\x62\x5d\x1d\xe8\x29\x88\x4b\x9b\x40\xa6\x8d\x25\x62\xdd\x30\xd5\xb4\xb1\x44\x26\xbe\x4f\x93\x27\x2a\xb7\x63\x6d\xeb\xdf\x6e\xc5\xa9\xd4\x47\x98\x51\xfb\xd3\xe4\x28\x55\x83\xa9\x4f\x0d\x41\x77\xf4\x62\xb6\x52\x3f\x35\x1e\x52\xe8\x45\x80\x25\x02\xbe\x18\x69\xf2\x0a\xfc\xda\xe5\x3b\xb5\x29\x44\xac\x8d\xab\x51\x9b\x4a\x7a\x92\xcb\x51\xea\x49\x59\x65\x24\x56\x1a\x63\xaa\x8c\x20\xcc\x57\xae\x99\xd7\x9c\x48\x47\x17\x8d\x31\xfd\xa5\x8b\xf1\x70\x45\xbd\xf2\x1c\x62\x1e\x2b\x0d\x48\xc4\x5c\xc2\x1c\xba\x21\x62\x2e\x11\x2b\x55\x3d\x95\xc1\x08\xf3\x8d\x90\x51\x06\x67\x45\x77\xac\x64\x5d\xe6\x0b\xaa\xa4\x4e\xb9\x50\xd1\x0d\xc9\x8f\x95\x1c\x10\xc9\x8f\x11\x6c\xa4\x96\x0d\xe9\x1a\x9a\x2b\xa9\xea\x43\xa9\x3f\x2a\x5d\x83\xa7\x9b\x18\x4a\x57\x84\x39\x0d\x68\x28\x5d\x87\x1e\x65\x86\x56\x35\x41\xc1\xc6\x04\x92\x7a\xb2\xce\xe9\x49\x43\x76\x21\x62\xab\xa9\x25\x86\xb2\x0e\xa1\x61\x2d\x86\xb2\x0e\x11\xdb\xeb\x8b\xbb\x20\x6e\xdb\x03\xe8\x10\xf4\x60\x95\x01\x9d\x82\x18\x9d\x60\x6c\x1a\x64\x62\xf2\xb3\x00\x8f\x6b\x31\x95\x88\x08\x73\x2a\xcb\x54\xdf\x9d\xa4\x98\x4a\xf8\x54\x8a\x21\x34\x73\xc5\x54\x8a\x4d\xd3\x2a\x74\x29\xe4\x10\xe6\x38\x7a\x2a\xe4\xa6\x3c\xc1\x75\x4c\x79\x02\x91\x2a\x5c\x53\x9e\x60\xc0\x8a\x06\x1f\xd0\x80\x15\x77\x52\xac\x11\x00\x77\x7b\x41\xc5\xaf\xb7\xd6\x81\x70\xf4\x9d\x91\xae\x51\x89\xef\x8a\x1c\x84\xf1\xa8\x1c\x77\x45\x0e\xbf\x62\x44\xdf\xd8\xc8\xd4\x22\x61\xdb\x10\xa4\x8d\x98\xda\x49\x98\xbb\x4c\xbd\xeb\xd2\xe0\x88\x77\x99\x7a\x2f\xdf\x47\x6f\x82\x0e\x41\x1c\x9b\xaa\x7e\x17\x7f\x42\x44\xef\x52\x7f\x0a\xe2\x3a\xa8\xea\x9a\x18\x63\x6f\xd8\xd5\x0d\xc8\x04\x91\x0a\x43\x90\x0b\xc2\x2e\x28\xd5\xae\x4b\xdb\x75\x69\x23\x80\x86\xa0\xc1\xaa\x09\x34\x05\x4d\x56\x0d\xa0\xbb\x20\x58\xc3\x4b\x3d\xc1\xb4\x17\xa9\x89\x4e\x90\xef\xa2\xc6\x7b\x27\xbe\xa6\xa0\x43\x50\x55\x13\x5e\x24\x62\x17\xc1\x41\x98\x4f\x0e\xc4\xbb\x58\xec\x5c\x5a\x27\xbe\x76\x5d\x1a\xc2\x9c\x4a\xbc\xeb\xd2\x10\xe6\x14\xd4\xdd\xba\x20\x67\x23\xd6\xab\x16\xee\x14\x3e\x9f\xd2\xa5\x33\x12\x72\xcc\x6f\xb1\x2b\xe4\x76\x85\xdc\xd4\x46\xd9\x45\x49\x63\xa4\x8b\x5d\x25\x8d\xdf\x1b\x2c\x48\xab\x5d\xcc\x08\xa1\x27\x83\xd8\x55\xd2\xf8\xbd\x21\xf8\xa5\x29\x76\xd7\x17\x79\x17\xe3\x15\x21\x76\xd1\x20\x46\xf3\xe8\x70\x0b\x8d\xe6\xc1\x1c\x1e\x56\xc3\x6d\x68\x0e\x97\xb0\xd8\x0c\x28\x05\x25\x50\x00\x0d\x41\x93\x8d\x82\xee\x82\xee\xac\x1a\x40\xbb\xa0\x93\x55\x82\x9e\x82\x9e\x90\xcb\x3a\xd0\xa1\x66\x76\x40\x7a\xa3\x09\x6a\x82\x1a\xb7\x9d\x40\x5d\x90\xde\x40\x1a\x90\x0b\xe2\xc5\x8b\x09\xea\xe8\xb2\xbe\xb8\xaf\x5e\x4a\xe2\xe8\x32\x15\x1e\xcc\x4b\x49\x1c\xe2\xc1\x88\xb0\x86\xf5\x8a\x1c\x84\x05\xd9\x71\x68\xa8\x3a\xaa\x7d\x86\x46\xaf\x43\xed\x93\x5f\x0c\x2d\x3a\x46\x28\x26\x0e\xc3\xae\x17\x24\xbb\x78\x18\x0d\xb2\xe3\x50\x4c\x20\x2c\x18\x4b\x0e\xf5\xc7\xa3\x42\x23\x34\x67\x1d\x26\xbb\x44\x8d\x89\xfb\x43\xfd\xf1\x70\xa9\xcf\xbf\x6c\xc5\x11\xff\xaf\x13\x1f\xae\x8f\xbb\x3e\x8e\x0e\xb1\xe4\xc3\x7f\xa3\x78\x87\x98\xed\xe1\xbc\x15\x91\x3b\x87\x3a\xde\x51\x5d\x2e\x8c\x42\x7c\x88\xc6\x22\x2c\xe8\x78\x87\x68\xec\x41\x13\x34\x12\xe5\x50\x13\x44\x58\x98\x36\xca\x08\xba\x94\x26\x94\x43\x5d\xea\xa0\x4b\x85\x71\x5c\x75\xa9\x83\xba\x25\x6e\x78\xa8\x6e\x1d\x7a\x9e\x94\xa9\xf9\x5a\xc5\x65\xc1\x92\x0f\x75\x16\x84\x85\x82\x48\x9d\x85\xe7\xa3\x10\x4b\xd6\xf3\x51\x3c\x78\x96\xe7\x3d\x2c\x1e\x2a\x52\x8f\x22\xb8\x61\x94\xc5\x87\x5e\x22\x10\xde\xe9\x9e\x0f\x91\x5d\x5e\x81\x42\xad\x52\xaf\x40\x71\xd6\xd8\x10\xce\xa0\x71\xf2\xa6\x2c\x11\xe2\x60\xa7\x46\x08\x9e\x7c\x42\xa1\xa6\x27\x9f\x78\x0a\xaa\xcc\x4f\x3d\xc0\xe4\xaa\x9f\xaf\xcb\x85\xf9\xfa\x03\x00\x9e\x43\x62\xd4\x81\x52\xcf\x21\xd9\xa8\x5b\xb3\xbc\x9a\x3c\xe4\xbf\x84\x67\xd1\x94\xd4\x7b\x7e\xf2\x84\x1b\xb3\x06\x8d\x6c\x38\x47\xc2\x33\x59\x85\x73\x92\xa7\x95\x5c\x2b\x46\x53\x6f\x27\xd9\x2b\xf7\x72\xad\x80\xcc\xde\x5f\x10\x74\xa0\x38\x6b\x76\xf2\x30\xbb\x36\x56\xad\x49\xbd\x9d\xa4\x55\x7d\xc8\xad\x12\x25\x8d\xfa\x20\x11\x56\xb5\x39\x79\x47\xb9\xa6\x95\xa3\x73\xab\xe0\x4e\xc3\xd1\x12\x11\x5a\x85\xa3\x93\xe7\x94\x6c\xc5\x59\x53\xcf\x29\xe9\x82\x5a\x19\xa1\x61\x3d\x19\x1b\xb2\x6f\xb5\x8a\xd9\xe1\x25\xac\xd5\x3d\xa6\x46\x08\x89\xec\x73\x00\x85\x20\x4c\xed\x5a\x95\x82\x4e\x56\x15\xa4\x49\x20\xb3\x4a\x46\xda\x9a\x05\x51\x32\x24\xac\x99\xa0\x09\x64\xac\xea\x75\x43\x62\xb3\x12\xd6\xaa\x5c\x67\x9a\x56\x55\x6d\x4e\xab\x20\x4f\xd1\x4d\x09\xa3\x4b\xa5\xe8\x66\x42\xeb\x92\x29\x3f\x45\xeb\x72\x54\x7c\xa5\x61\xfd\x20\xbe\x24\xd2\xb9\xda\x41\x7c\x25\xb4\x2e\xa1\x4f\x29\x5a\x27\xe1\xeb\x60\x63\x4a\xd7\xeb\x8f\x21\x6a\x95\xe8\x53\xbe\xfe\x3e\xa2\xfa\x62\x8a\xa6\x48\x64\x16\x75\xcd\x3b\x03\x90\x44\xf7\xca\xda\xbc\xf3\xfb\x6b\xc2\x49\x52\x97\x26\x4e\x22\xd1\x49\xf7\xbc\x93\xdb\x09\x43\xc8\xac\x1c\x4a\x31\x84\xdc\x05\x55\x3e\xa6\x9a\x4d\xd2\x3a\x72\x54\x0e\x25\xfd\xe3\x25\xfa\xd8\xb4\x8a\xf0\x25\x91\x73\x14\x0b\x4a\x25\x72\x92\x8f\x39\xa3\xfd\x45\x0d\xac\x7f\xff\xf1\xfe\xf9\xf2\xeb\x9f\xf4\x1c\x3f\xbd\xbf\x9f\x6f\x5f\xf9\x03\x22\xfe\x78\x67\x79\x9c\xcf\x8f\x6f\xe7\xaf\x7f\x8c\xf4\xf9\xd3\xe7\xda\xc5\x3f\xff\x1b\x00\x00\xff\xff\xd3\xfe\x56\x0b\xb8\x24\x00\x00"); +func _dbag ()(*asset ,error ){_fcggb ,_fccda :=_gbceg ();if _fccda !=nil {return nil ,_fccda ;};_bgfa :=bindataFileInfo {_dae :"Ext-RKSJ-V",_fb :1151,_ae :_be .FileMode (436),_g :_a .Unix (1580491925,0)};_gdfb :=&asset {_dd :_fcggb ,_ef :_bgfa };return _gdfb ,nil ; +};func _eegg ()(*asset ,error ){_gefgb ,_eece :=_beffd ();if _eece !=nil {return nil ,_eece ;};_dgdf :=bindataFileInfo {_dae :"GB-V",_fb :774,_ae :_be .FileMode (436),_g :_a .Unix (1580492258,0)};_cadc :=&asset {_dd :_gefgb ,_ef :_dgdf };return _cadc ,nil ; +};var _ffbd =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x4c\xd2\xc1\x8e\x9b\x30\x10\x06\xe0\x3b\x4f\x31\xc7\xf4\x90\x82\x01\xe3\x56\xaa\x2a\xb5\xe4\x10\x54\x25\xad\x4a\x9b\x5d\x69\xb5\x07\x62\x4f\x90\xa5\xc5\x58\x06\x0e\x79\xfb\xd5\x8c\x59\x76\x0f\xd1\x84\xcf\xf8\xd7\x78\x4c\x5a\x37\x87\xc6\xd9\x19\xd2\x3f\x61\xd4\x2d\xce\x70\xb3\xce\x04\x9c\xc6\x25\x68\x84\x2b\xf6\xd6\x25\x89\xc8\xc1\x58\x3d\xbf\x3d\x72\xd1\x43\xe7\x93\x24\x3d\xfe\xea\xb5\x9e\xf6\x3f\xe5\xfe\x08\xcb\x84\xab\xd6\xcd\xa1\xbd\x4f\x33\x0e\x8d\xbb\x8d\x50\xc4\xdd\x66\xf1\x6b\x02\x40\xfa\x17\x7b\x3b\xcd\xe1\x0e\xbb\x1f\x66\xbc\xe2\x27\x30\x78\x23\xff\x1d\x0c\x06\xeb\x7a\xd8\xd5\xe7\x56\x6c\xdc\x2e\xde\xbf\xe0\x80\x6e\x06\xc1\x86\xce\x70\x4d\xd2\xfa\xd4\xf9\x73\x37\x20\x7c\xe8\xe5\xc2\x6b\xbc\x74\xc1\x30\xd9\xd1\x81\xc8\x3f\x67\x99\x7c\xf7\x7f\x77\x8f\x6b\x56\x92\x3e\xfe\x6f\x0e\xf0\x24\x40\x64\x90\x4b\x99\x67\xcf\xab\x3f\x9c\x46\xb3\xbd\x25\xf2\xd8\xbe\xb6\x26\x74\xae\xc7\xe4\x5b\x27\xca\xeb\x77\x58\x8b\x28\xaa\xb2\x22\x93\x1d\x1b\x15\x51\xa8\xb2\x60\xd3\xd1\x74\x34\xc9\x66\xa2\x21\x59\x46\x52\x09\x96\x2a\x27\x29\x59\x64\x94\x8a\xe4\x0b\xcb\xd7\x28\x94\x5e\xe6\x2c\x31\xa7\xa2\x9c\xd8\x81\x8a\x39\x8a\x72\x24\x27\xab\x98\xa3\x28\x47\x72\xb2\x8a\x39\x8a\x72\x24\x27\x63\xc1\x42\x85\xce\xa2\x68\xc6\xdb\x59\xe9\x3f\xdd\xed\x36\x6d\xbd\x84\x80\x6e\xe6\x9b\xe5\x81\xd2\x90\xac\xc3\xed\xdb\xf1\xa3\xa7\x5d\xfc\x7b\x0d\x00\x00\xff\xff\x90\x65\xb7\xe6\x67\x02\x00\x00"); +var _ecfgc =map[string ]func ()(*asset ,error ){"78-EUC-H":_bd ,"78-EUC-V":_ab ,"78-H":_eb ,"78-RKSJ-H":_faf ,"78-RKSJ-V":_ged ,"78-V":_aad ,"78ms-RKSJ-H":_fgg ,"78ms-RKSJ-V":_gf ,"83pv-RKSJ-H":_fc ,"90ms-RKSJ-H":_baf ,"90ms-RKSJ-V":_fda ,"90msp-RKSJ-H":_efa ,"90msp-RKSJ-V":_bgc ,"90pv-RKSJ-H":_fafb ,"90pv-RKSJ-V":_cce ,"Add-H":_fdg ,"Add-RKSJ-H":_gedd ,"Add-RKSJ-V":_egf ,"Add-V":_afd ,"Adobe-CNS1-0":_cgb ,"Adobe-CNS1-1":_cecf ,"Adobe-CNS1-2":_ffc ,"Adobe-CNS1-3":_bbga ,"Adobe-CNS1-4":_gga ,"Adobe-CNS1-5":_gag ,"Adobe-CNS1-6":_agac ,"Adobe-CNS1-7":_ffcd ,"Adobe-CNS1-UCS2":_edb ,"Adobe-GB1-0":_ebb ,"Adobe-GB1-1":_gfca ,"Adobe-GB1-2":_dfe ,"Adobe-GB1-3":_fdaa ,"Adobe-GB1-4":_cgaf ,"Adobe-GB1-5":_eecf ,"Adobe-GB1-UCS2":_ffgd ,"Adobe-Japan1-0":_deag ,"Adobe-Japan1-1":_cafed ,"Adobe-Japan1-2":_bed ,"Adobe-Japan1-3":_geda ,"Adobe-Japan1-4":_dgde ,"Adobe-Japan1-5":_dedb ,"Adobe-Japan1-6":_gdd ,"Adobe-Japan1-7":_ffa ,"Adobe-Japan1-UCS2":_bgg ,"Adobe-KR-0":_agaef ,"Adobe-KR-1":_edad ,"Adobe-KR-2":_cde ,"Adobe-KR-3":_aaaa ,"Adobe-KR-4":_gbeb ,"Adobe-KR-5":_febf ,"Adobe-KR-6":_adb ,"Adobe-KR-7":_cbf ,"Adobe-KR-8":_bbc ,"Adobe-KR-9":_ebcd ,"Adobe-KR-UCS2":_cbcc ,"Adobe-Korea1-0":_gaad ,"Adobe-Korea1-1":_egdf ,"Adobe-Korea1-2":_ffcb ,"Adobe-Korea1-UCS2":_fbd ,"B5-H":_ddeg ,"B5-V":_bdf ,"B5pc-H":_fggc ,"B5pc-V":_cfe ,"CNS-EUC-H":_fccd ,"CNS-EUC-V":_bgff ,"CNS1-H":_gefg ,"CNS1-V":_aabb ,"CNS2-H":_cbce ,"CNS2-V":_agfb ,"ETHK-B5-H":_fdgc ,"ETHK-B5-V":_faffb ,"ETen-B5-H":_acagb ,"ETen-B5-V":_dged ,"ETenms-B5-H":_fde ,"ETenms-B5-V":_fdaag ,"EUC-H":_abg ,"EUC-V":_agaed ,"Ext-H":_bac ,"Ext-RKSJ-H":_fbbeg ,"Ext-RKSJ-V":_dbag ,"Ext-V":_ebab ,"GB-EUC-H":_daaef ,"GB-EUC-V":_fcgb ,"GB-H":_cdfb ,"GB-V":_eegg ,"GBK-EUC-H":_adc ,"GBK-EUC-V":_aaga ,"GBK2K-H":_cbdc ,"GBK2K-V":_cbbf ,"GBKp-EUC-H":_fag ,"GBKp-EUC-V":_acg ,"GBT-EUC-H":_fdbde ,"GBT-EUC-V":_ccfe ,"GBT-H":_bbabf ,"GBT-V":_badcf ,"GBTpc-EUC-H":_ddbda ,"GBTpc-EUC-V":_gegf ,"GBpc-EUC-H":_dbbf ,"GBpc-EUC-V":_bgcfd ,"H":_egaf ,"HKdla-B5-H":_fdc ,"HKdla-B5-V":_efcf ,"HKdlb-B5-H":_bae ,"HKdlb-B5-V":_acab ,"HKgccs-B5-H":_bcdc ,"HKgccs-B5-V":_eafa ,"HKm314-B5-H":_dcg ,"HKm314-B5-V":_efdeg ,"HKm471-B5-H":_ddbe ,"HKm471-B5-V":_dcdb ,"HKscs-B5-H":_fcga ,"HKscs-B5-V":_gffb ,"Hankaku":_eefb ,"Hiragana":_feec ,"KSC-EUC-H":_feegb ,"KSC-EUC-V":_fgbdd ,"KSC-H":_adbb ,"KSC-Johab-H":_dbgg ,"KSC-Johab-V":_dbfga ,"KSC-V":_efbe ,"KSCms-UHC-H":_dccg ,"KSCms-UHC-HW-H":_fegg ,"KSCms-UHC-HW-V":_afgc ,"KSCms-UHC-V":_cgfe ,"KSCpc-EUC-H":_afca ,"KSCpc-EUC-V":_gdaa ,"Katakana":_aaaad ,"NWP-H":_daad ,"NWP-V":_dbbfa ,"RKSJ-H":_ffaf ,"RKSJ-V":_aggf ,"Roman":_beacd ,"UniAKR-UTF16-H":_gcbgg ,"UniAKR-UTF32-H":_bdeb ,"UniAKR-UTF8-H":_ggbf ,"UniCNS-UCS2-H":_ada ,"UniCNS-UCS2-V":_agee ,"UniCNS-UTF16-H":_dgce ,"UniCNS-UTF16-V":_gbeg ,"UniCNS-UTF32-H":_eggf ,"UniCNS-UTF32-V":_adcd ,"UniCNS-UTF8-H":_aebf ,"UniCNS-UTF8-V":_gaefc ,"UniGB-UCS2-H":_gdbed ,"UniGB-UCS2-V":_bebce ,"UniGB-UTF16-H":_eed ,"UniGB-UTF16-V":_beeb ,"UniGB-UTF32-H":_bdb ,"UniGB-UTF32-V":_cbgb ,"UniGB-UTF8-H":_fbaf ,"UniGB-UTF8-V":_ffdef ,"UniJIS-UCS2-H":_dgae ,"UniJIS-UCS2-HW-H":_gcbbb ,"UniJIS-UCS2-HW-V":_bebaf ,"UniJIS-UCS2-V":_eebf ,"UniJIS-UTF16-H":_ebea ,"UniJIS-UTF16-V":_fced ,"UniJIS-UTF32-H":_ebcff ,"UniJIS-UTF32-V":_ade ,"UniJIS-UTF8-H":_dbab ,"UniJIS-UTF8-V":_edeb ,"UniJIS2004-UTF16-H":_cfge ,"UniJIS2004-UTF16-V":_dbcc ,"UniJIS2004-UTF32-H":_edfb ,"UniJIS2004-UTF32-V":_bbdb ,"UniJIS2004-UTF8-H":_acce ,"UniJIS2004-UTF8-V":_fbca ,"UniJISPro-UCS2-HW-V":_fgcfg ,"UniJISPro-UCS2-V":_adfc ,"UniJISPro-UTF8-V":_fgaba ,"UniJISX0213-UTF32-H":_aggd ,"UniJISX0213-UTF32-V":_dfdd ,"UniJISX02132004-UTF32-H":_gbdgg ,"UniJISX02132004-UTF32-V":_fcgge ,"UniKS-UCS2-H":_egacc ,"UniKS-UCS2-V":_dbgf ,"UniKS-UTF16-H":_aeee ,"UniKS-UTF16-V":_fgcb ,"UniKS-UTF32-H":_ebgc ,"UniKS-UTF32-V":_eabf ,"UniKS-UTF8-H":_bdea ,"UniKS-UTF8-V":_eafg ,"V":_fecf ,"WP-Symbol":_gcfd }; +func _cfge ()(*asset ,error ){_gddg ,_ffdga :=_abgb ();if _ffdga !=nil {return nil ,_ffdga ;};_dggc :=bindataFileInfo {_dae :"UniJIS2004-UTF16-H",_fb :185990,_ae :_be .FileMode (436),_g :_a .Unix (1580492807,0)};_eebfb :=&asset {_dd :_gddg ,_ef :_dggc }; +return _eebfb ,nil ;};var _efeg =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\xbd\x4b\xaf\x6d\x39\x72\x26\x36\xcf\x5f\x71\x86\xed\x41\xbb\x16\xdf\x0c\x20\x71\x00\x97\xd4\xd5\xd6\xa0\x6d\xc3\x92\x6c\x03\x86\x07\xe4\xde\x6b\xcb\x05\x58\x59\x85\xaa\xd2\x40\xff\xde\xe0\xf7\x58\x29\x18\x06\x6e\xde\xc9\xdd\x71\xc8\xc5\x67\x30\x18\x8c\xe7\xef\xfe\xee\x1f\xfe\xfe\x1f\x7e\xf9\xe3\xdf\xbe\x7e\xf7\xbf\xfc\xe5\x4f\xaf\x7f\xbc\xff\xf6\xf5\xf9\xe3\x2f\xef\xbf\xdc\x7f\xfd\xd3\xbf\xfd\xe5\x75\x7f\xed\xfb\x5f\xfe\xf8\xcb\x4f\x3f\xa5\xfc\xf5\xfe\xe3\xeb\x6f\x06\xf1\xdf\xeb\x5f\xd7\x9f\x7f\xfa\xe9\x7c\xff\x8f\xff\xfe\xd7\xbf\xdd\xff\xfa\x0f\xbf\x7c\xfe\xf4\x55\x58\xef\xfd\x6f\x7f\x56\xdd\xaf\xaf\xdf\xfd\xaf\xf7\xbf\xfc\xf1\xaf\x7f\xfb\xcb\xbf\x7f\xfd\xa7\xff\xe1\xfd\xa7\x7d\xff\x77\x5f\xef\xfb\x73\xfe\xfe\x3f\xff\xe5\x7d\xff\xe5\x8f\xbf\xfc\xcb\xd7\x7f\xfa\xaf\xbf\x4f\xcf\x5f\xff\xf1\xdf\xfe\xfc\xe7\xff\xe7\xfe\xd7\xfb\x97\xbf\x7d\x35\xfc\xed\xfe\xe5\x8d\xff\x7f\xfa\xdd\xdf\xfd\xb7\xf5\xe7\xff\x69\xfd\xeb\xfd\xf5\xbb\x7f\xfe\xe5\x8f\xff\xf5\xf7\xff\xf9\x9f\xff\xe9\x0f\xf3\x3f\xff\x8f\x28\x44\xd9\xff\x76\xff\xe5\xaf\x7f\xfc\xd3\x2f\x5f\xa9\xfc\xf7\x57\xea\xbf\xfe\xfd\x9f\xfe\xfd\xcf\xf7\x57\x52\x23\xff\xc7\x3f\xff\xc3\xdf\x7f\xfd\x9f\xe9\x2b\x5d\x5f\xb9\x95\x11\xff\x97\xfe\xfe\xbf\xff\xb7\x3f\xbd\xef\xaf\x8b\x50\xe5\xe8\x5f\x7f\x7a\xdf\x7f\xfd\xf3\x7a\xdd\x7f\x59\xbf\xfc\xcb\xfd\xd3\xd7\xd7\xcf\xd7\xf5\xfd\xc5\x7f\x3f\x8f\x3f\x7c\x9f\xbf\xfc\xdd\x35\xf5\xb7\x9f\xff\xfe\x0f\xbf\xe7\xdf\xfe\xcb\x35\xf5\xd7\x9f\xff\xcb\x1f\x7e\xef\xbf\xfe\x01\x7f\x3d\x7f\xff\xf9\x0f\xe3\xf7\xfa\xfb\xfd\xcb\xfb\xff\xd3\xcb\x4f\x89\x9d\xff\xf2\xa7\xbf\xbd\xef\x0f\xff\x86\x7e\x7f\x4e\x9f\xef\xaf\x74\xbe\xf8\x8f\x45\x3f\xa5\xeb\xd2\x68\xff\xf8\x7e\xfd\xdf\xeb\x2f\x3f\xfd\xfc\xca\xeb\x3a\x35\xcf\x8f\xfa\xfd\x95\xfa\xc0\xcf\xf6\xfd\x95\x73\x69\x15\xc0\xf8\xfe\x4a\x83\x55\xe6\xf7\x57\xba\x32\x7e\xc6\xf7\xd7\x18\xa9\x9c\xdf\xfb\x34\xd1\xf1\xe7\x9d\xbe\xbf\x52\x46\x23\x7b\x7c\x7f\x45\xfc\xf4\xf3\xab\xc4\x69\x21\xcf\xf3\xf3\xf4\xd6\xd1\x58\x59\xe9\xfb\xab\x77\x54\x38\xed\xf6\xd1\xf0\x33\xce\xcf\x82\x9f\xeb\xfb\xab\x07\x7f\xbe\xce\x5f\x59\xf7\x7d\x7e\x9e\x1e\xca\xce\xdf\x5f\x7d\xa2\xc2\x2e\xe7\x27\xda\xdd\xe8\x0d\x75\xf7\x69\x6c\xb2\xee\x69\x6c\xa2\x8b\x7d\x1a\x8b\x33\xdc\x3a\x31\x86\x33\xb2\x1a\xa7\x85\x81\xbf\xc6\x3e\x3f\xcf\xe4\xeb\xc2\xcf\xfe\xd3\xcf\xaf\x36\xeb\xf9\x8c\x3f\xcf\x78\x63\xe0\xe7\x19\xce\xbc\xce\x4f\xd4\x9d\xe7\xb3\x31\xef\xf3\xd9\xf9\xeb\x08\xcc\x78\xe2\x27\xc6\x9b\xf1\xf3\x34\x36\x3b\x7e\xf6\xf3\x93\x15\x4e\xbb\x33\xf0\x13\x93\x67\x0b\x18\xef\x99\xdb\xc0\x84\xe2\xd4\x8d\x38\x43\x8f\xd3\x5b\x60\x25\xb1\xd4\x7b\x9e\xc9\x5f\x09\x3f\xe3\xfc\x3c\x2d\xec\x88\xb3\x15\x57\xfc\xf4\xf3\xfb\xc2\x94\xaf\xf9\xd3\xcf\xef\x84\x26\x6a\xfa\xe9\xe7\x3b\xed\xb9\x3f\xa7\x91\xf6\xd3\xcf\x77\x9e\xd7\xcc\xd8\xdd\x4e\xe8\x4c\x21\x5d\x57\x9a\x02\xcb\x69\x2d\x5d\x82\x0e\xda\x5c\xfa\x2e\x1a\x8a\x92\xa0\x7e\x8a\x06\x81\x95\x89\x0e\xf8\xcd\x6a\x59\x10\xaa\xa9\x71\xe0\xd2\x50\xdb\x9b\xf5\x8a\xa0\xfd\xfd\x95\xce\xfa\xde\x79\xa6\x78\x7f\x7f\x35\xb5\x97\x0f\x7a\x1c\x7c\x65\xc5\x3a\xcb\xc1\xc7\x26\x80\x6d\x54\x41\x58\x89\xa4\x32\x0c\x70\x70\x18\xf5\xac\xe2\x99\x65\x17\xc8\x25\xe0\x77\xfd\x6c\x5d\x9a\x4d\xc0\x69\x7f\x72\xc0\xf3\xe0\x42\x2a\x43\xc0\x39\x76\x85\xdf\xcc\xb3\xbc\xa9\x14\x01\x18\x46\xbe\x04\xad\x53\x14\x02\xde\xdf\x5f\xa9\x25\x01\xf7\x01\xd4\x5c\x7c\xf0\x91\x8a\x70\x52\x6b\x16\x80\x4d\xc8\x86\xda\x29\x72\xbd\xb3\xf1\xa5\x0b\x40\x4f\x4d\xc0\x59\xc1\x6a\xe0\xf4\x54\x55\x6d\x9f\x5d\x6c\x1a\xd0\x59\xf6\xd4\x34\xbf\x7d\xd6\xa8\x68\xdc\x38\x5b\xc5\x25\x18\x37\x4b\x02\xcb\x50\x43\xc0\xeb\x00\xac\x16\x81\x8d\xcf\x5c\x87\xc0\x24\x5a\x16\x70\x56\xa8\x72\xb2\x8b\x2b\xa4\x65\x5d\x07\x65\x53\xe5\x4a\x2e\x4e\x8f\x3d\xad\xcd\x45\xe1\xc0\xf7\xfa\x10\x79\x0e\x71\x14\x51\xfb\xff\x21\x73\x77\x9e\x2f\x6c\x61\xc5\x30\xa2\x63\x18\x33\x09\x38\xc3\x98\x17\x81\x8d\x9d\x56\xb5\x8d\x9d\xc6\x68\x63\x4c\x60\x4b\x08\x00\x55\x9c\x02\xce\xba\x8e\x26\xe0\xac\xeb\x18\x02\xce\xf0\x06\xc6\x1a\xf3\xa0\x62\x1a\x55\x00\x5a\x2b\x02\x80\x96\x93\x1f\xc5\x04\x3d\x4d\x02\xce\x78\x3a\x06\xb7\xd7\x29\xc9\xb9\xe6\x29\x30\x1d\xf0\xe2\x0a\xee\x75\x28\x54\xce\x17\x51\x69\xaf\xb3\x25\x07\xac\x02\x37\xc1\x26\x10\x67\xe6\x72\xcb\x87\x46\x1f\x50\xdf\x2e\x82\x43\xdf\x1e\x2c\x3a\xa0\x3a\x3a\xa8\x93\xf3\x35\xf5\xed\x59\xa5\x03\x66\x81\xec\x88\x3b\xb9\xf7\xe4\xb7\x41\xf0\x75\xa6\x50\x71\x5b\x00\x4a\xdf\x5f\x75\x90\x46\xec\xd7\x99\x6b\x1d\xd9\x65\x05\x65\x21\xa8\x9e\xef\x78\x04\xf7\x0b\x4b\x79\xa5\x92\x04\x76\xa0\xaf\x9b\x19\xdf\x5f\x75\x76\x43\xf3\xfb\xab\xe4\xe2\xee\x03\x35\xdd\xc5\x3a\x65\x24\x37\xfb\x75\x56\x28\xa6\x8b\x5e\xa7\xf7\xee\xfe\xde\xa7\x49\x12\x9f\xfd\x3a\x5b\x5c\xe7\xf0\xc8\x3e\xdf\x5f\xf9\x0a\x0d\xe5\x10\xcb\x76\x25\x75\x0e\x1a\x50\x3d\xcc\x83\x82\xb9\x11\x07\xf7\xeb\x90\x91\x3a\xb5\x01\xaf\x43\x47\xeb\x48\x86\xda\x81\xaa\x21\x12\xd2\xa1\x39\x9c\xbd\x2a\xc5\xb3\x3d\x97\x46\xd2\x39\xdc\xaf\x73\x6e\x6a\xf0\x58\xef\x17\xe8\x4c\xce\xfe\x6e\x9f\xa1\x65\xd7\x3c\x13\xcc\xd3\x83\x79\x7f\x7f\xe5\xea\x8d\x38\x54\xa8\xb5\xec\xb2\xcf\xf7\x57\xe9\xde\xc0\x73\x74\x4a\x4d\x5a\x8a\x73\x76\x5a\xf7\x24\x0e\xd1\x4c\xa9\x79\xd5\x0e\x91\x2a\xb3\x69\x9d\xc0\x60\x94\xa7\x99\xc3\x63\x44\x56\x87\xe7\x0e\xa8\xbd\x69\xd8\x07\xfb\x5a\x14\x77\x01\x0a\x3b\x5d\x16\xdf\x5f\x25\xaa\x5b\x59\xdf\x5f\xad\x5c\xda\xb3\x43\xdf\x4a\x09\xf7\x7e\xee\xcd\xeb\x72\x2b\xef\x53\x96\xfc\xdd\xb9\xa0\xd3\x33\x4e\x9c\xd2\xa9\x71\x9e\x2b\x28\x5f\xa1\xc9\x6f\x9c\x31\xa3\x0f\xa8\xc3\x28\xea\x0f\x5c\x47\xea\xae\x59\x71\x47\xb8\xac\x01\x0f\x34\xea\x43\x45\x5b\x7e\xda\x3c\xf3\x2b\xdd\x65\x13\x74\xc5\x3d\xc4\x99\xbb\x67\x7b\xd8\x96\xd6\xbd\xd8\xe7\x64\xb5\x7e\x69\xb1\x0f\x1f\x53\xc2\x1b\x08\x6a\xfc\xe0\xeb\xbe\xc1\x04\x19\x0f\x0e\xcd\x2c\x95\xb7\xd4\x7e\xe3\x08\x36\x2d\xc5\x1b\x0c\x41\xd5\x31\x7b\x9f\x23\x58\x86\x96\xf0\x8d\x9b\xb4\x91\xd6\xee\x37\xe9\x8b\x90\xf2\x8d\x23\xd8\x9f\xb2\x7e\xb6\x9a\x57\xd5\x7e\x9f\x13\x58\x72\xfd\x31\x59\xde\xef\x73\x3c\x6b\x69\x6e\x34\x00\x79\xa0\x87\x74\xcc\xea\xa1\x9d\xdd\x4d\xb9\x0a\x3a\xe8\xdb\x8a\xbb\x7f\xe3\x86\x70\x2b\x67\x77\xdb\xf4\x77\x1f\x0c\x4d\x35\xc9\xcc\x90\xf0\xee\xf7\x39\x9f\x79\xb8\x95\x73\x3e\x4b\x2d\x6a\xe5\x9c\xcf\x72\x79\x29\xce\xf9\x2c\x55\xa7\xfc\x7d\xce\x67\xbe\x9a\x5b\x01\xf6\x26\x97\x91\x61\xf6\x77\x13\xe7\xda\x35\xcf\xee\x1a\xd3\xde\xe7\x78\x96\x2b\x19\xda\xdf\x5f\xf5\xd7\x91\x1d\xfa\x1c\xc9\x23\x3b\xd8\x9b\xbd\x49\xe7\x78\xd6\xab\xba\xbf\xcf\x59\x33\x51\x8e\x37\x6f\x36\x61\xe8\xfb\x1c\xcf\x32\x44\x00\xde\x8b\xd8\xab\x1e\x70\x3a\x8b\xa8\xd8\xfb\x9c\xce\x9a\xbb\x56\xf7\x9c\xce\xd2\xbd\x2b\xe7\x74\x8e\xf4\xf4\x30\xbe\xbf\xc6\x75\xb9\xcd\x89\xfb\xa9\xbb\x51\xdc\x64\x6e\x85\xf3\xd3\x38\xcf\xe9\x3c\xbc\xa5\xa0\x33\xbf\xf9\xf4\xf0\xc6\x3e\x68\xdf\xcf\xe9\x2c\x26\x46\xef\x73\x3a\x8b\xe9\xc6\x7b\x93\xfc\xa8\x3b\xbc\x37\x7a\x9b\xaa\x8a\xe3\x29\x5e\x63\xbf\xcf\xf1\xac\x97\xd1\xe7\x1c\xcf\xdc\x8a\xa1\x43\x60\x7d\x0f\xbc\xcf\xf1\xcc\x43\xf7\xd9\xfb\x1c\xcf\x51\xc2\x35\xe7\xf7\xd7\xc8\xdd\x35\x0f\xf9\x19\xde\xf8\x73\x3c\x6b\x7a\xfa\x3b\x1b\x58\xbc\x49\xe7\x78\xe6\x1a\x6e\x13\xcc\x92\xd1\xe7\x1c\xcf\x91\x8c\x22\xe7\x74\xa6\x26\xe2\x70\x9f\xd3\xd9\xbb\x08\xc0\x7d\x4e\x67\xc9\xba\x96\x6f\x30\x03\x59\x33\xba\x71\x41\x76\x1d\x96\x1b\x17\x64\x23\xcb\xb4\xef\x89\x27\x5c\xb8\xec\x9c\x4e\xf1\xc7\xfb\x3e\xa7\xb3\x99\xd8\xde\x38\x80\x4d\x77\xe0\x7d\x0e\xe0\x28\xba\xbb\x6f\xdc\x8f\xe5\x72\x19\xd8\x1c\x9f\xa4\xfb\x9c\xc0\x21\x5e\x6e\xdf\x38\x81\x39\x3c\x50\x60\x68\x33\x74\x76\x30\x74\x92\xee\x20\x07\xa0\x49\xe0\x86\x9c\x21\xb4\xb8\xcf\x11\x9c\x97\x67\x1f\xe4\x2c\xd4\x3f\xae\x48\x13\xe6\xfb\x1c\xc1\x34\xb3\x1b\x05\x07\x90\xdd\xca\xd9\xc1\x5a\x5d\x76\x76\xb0\xe9\x22\xb8\x03\x2f\xd7\xe2\xee\x71\x43\x4e\xd7\x3c\x3b\x88\x07\x21\xa0\x43\x62\xfa\xd0\x04\x71\x04\x4d\xb4\xef\x73\x04\xc7\xbc\x3c\x16\x4c\x50\xf8\x73\xe3\x08\xe6\x66\xe8\x4c\x30\x86\x78\x80\xfb\x9c\xc1\x9a\xbc\x4e\xe7\x0c\xd6\x3c\xd4\x28\x6e\xc8\x08\x61\xe5\x8d\x2b\xb2\x65\x43\x1d\xd4\xd7\x1f\x9e\x19\x0e\xef\xef\x39\x84\xb3\x24\x43\x01\x02\xa4\xf9\x82\x77\x6b\xd5\xad\xec\xb3\x16\xb5\xfd\x98\x32\xdf\xe7\x84\xd6\xe2\x29\xe2\x84\x5e\xbf\xb6\x7a\x2e\x98\x5e\x3c\xf0\xc3\x02\xf9\xd6\xb8\xf9\x86\x33\x46\x9d\x23\x3a\x4d\x8c\xef\x73\x42\x73\x7e\x20\x4c\x3f\x19\xaa\xdf\x5f\xd3\xa4\xf2\x3e\x27\x74\x84\x7b\x38\x27\x74\x84\x88\xff\x7d\x4e\x68\xa9\xba\xf6\xef\x73\x42\x4b\xd5\x15\x7d\xe3\x84\xea\xa5\xb5\xef\x73\x42\x67\xb9\xb4\x6a\x7c\x42\x3e\xad\xbc\xc0\xb6\x1b\x7a\x7f\x7f\x0d\x73\x32\x37\x4e\xe8\xf4\x39\x38\x27\xb4\x99\x50\x7f\x70\x7f\x0e\xe1\xd3\x67\x02\x81\x45\x1f\x3e\xe7\x84\xce\xa1\xf3\xfa\x39\x27\x74\x16\x31\x2b\x9f\x73\x42\x63\x76\x7f\x77\x76\xd7\xa7\xf0\x73\x4e\xe8\x2c\x7c\x47\xef\xcf\x39\xa1\xf9\xd7\x1e\x0e\x23\x9f\x66\x18\x3c\x13\xac\xdd\x55\x0f\x02\x87\x28\xe7\x67\x52\x74\xe1\xee\x5f\xdf\x5f\x31\x9a\x87\xc6\xf7\x9a\x27\x71\x63\x29\x5c\x13\x0c\x82\x90\xfb\xa3\x3b\x52\xdf\x9d\x13\x3a\x8b\x08\xd9\xe7\x1c\xd0\x31\x85\x06\x9f\x73\x40\x67\xd6\x03\xe4\x73\x0e\xe8\xd0\x13\x6e\x7f\xc0\xc3\x4e\xd0\x80\x32\x2f\xb0\x12\x40\xa6\x03\x80\x7d\xaf\x02\xc0\xdd\x5e\xd9\x20\x30\xdb\x35\xf9\x7a\x04\xbe\x14\x8a\x1e\x92\x01\xf0\x38\xd7\xd5\x0c\x7e\x28\x04\x18\x00\x73\x80\x59\x29\x78\x95\x1d\x90\x22\x2d\x6c\xd3\x01\x3b\x41\xf6\x09\x99\x51\xce\x9c\xe3\x01\x27\xc1\x2c\x30\x08\x26\x81\x8b\x60\x11\xb8\x25\xd8\x38\xbf\x5f\x94\x21\x10\xac\x38\xa4\x85\x03\x9a\x5b\xf2\x05\x82\x6b\x61\x3d\xae\x8b\x8d\xde\x92\x3e\x5c\x2c\x05\xaa\x1c\x70\x0a\xe4\x54\x2f\xb6\x8b\x95\x3d\x4d\x61\x7c\x91\x26\x1f\x6b\x20\xef\x25\x92\x9e\x63\x8d\xa5\x3d\xf8\x58\xe3\xba\xc4\x9c\x02\x83\x60\xf0\x75\x86\xd7\x7e\x59\x35\xf8\x66\xc4\x6d\x5e\x56\xd3\x43\x8f\xab\xb6\xf0\x9a\x3d\x60\x23\x18\x17\xc1\x29\x50\xa5\x1d\x60\x68\x18\x78\x86\x95\xf5\x56\xbf\x03\xf3\xdd\x49\x2d\x03\xc7\xca\x86\x5c\xf0\x80\xa7\xdf\x3a\x13\xb7\xe7\xc2\x83\xa7\xce\xa6\x96\xc1\xaa\xd4\xf9\xe2\x6e\x5d\x78\xbe\xd7\x79\x53\xfa\x73\x81\x07\xa8\xf3\x26\xc3\xce\x2b\xa4\xce\x0f\x1e\x36\xf9\x02\xd2\xd4\x28\x6a\x19\x3b\x5d\x23\xf4\x0a\xc6\x4e\xd7\x80\x40\x22\xeb\x2d\x57\x03\xef\x97\x03\x56\x81\x41\xb0\x01\xe4\x05\x9f\xaf\x40\x47\x81\x0b\xf0\x80\x18\xc6\x6a\xda\x14\x60\x46\x5d\x8d\x48\x03\x79\x1c\xc0\x37\x41\x74\xb4\x3a\x38\xeb\x79\xe1\xf8\xd7\xd5\x63\xb3\x74\x08\xfc\x10\xec\x04\xc1\xac\xe4\x74\xc5\x8f\x68\xf8\xa9\x3b\x58\x17\x0b\xb9\x93\x40\x70\x95\x75\xe7\x95\x09\x0e\x81\x85\x20\x16\x63\x77\x6e\x51\xc2\x0d\x5b\xf7\xfc\x0f\x0f\xf7\x03\x25\x10\x93\x2a\x28\x03\x21\x87\x0b\xc1\x39\xe3\x02\x38\xd0\x21\xd6\xa3\x0e\x41\x87\xdd\xa8\x6d\x0a\x3a\xb4\x2c\x4f\x43\x60\x37\x4a\x17\x74\xf8\xfd\x39\xfd\x1d\x2e\xe3\x70\xd9\x1b\x0f\x4d\x77\x7f\xe3\xa6\x32\xf4\xe1\x60\x54\x15\xec\x06\x5f\xaf\x07\x82\x50\xce\x55\x43\xe3\x56\x1f\x78\x91\x77\x5c\x40\x07\x3a\x1c\x3f\x05\x73\x07\xc2\x8b\xfc\x32\xd4\xc1\x85\x6a\x69\xc0\xf1\x5f\x42\xd7\x3d\xcf\x21\x2a\x94\x2e\x1d\xe8\xdc\xc6\x7c\xb6\x1c\x08\x1c\x63\xf3\xd8\x36\x44\x75\xee\xfe\x05\x41\xa0\x6b\x1e\x7e\xa3\x5d\x6e\xf3\x46\xf7\x1a\x1a\x18\xf9\xe6\x81\x8a\x94\x4c\xad\xfe\x02\xa3\xdb\xd5\xc5\x61\x22\xea\xe5\x15\xa6\xac\xf5\x9a\xfe\x12\xef\xb4\x50\x8f\x6b\x3e\xc2\x98\x03\x51\x7e\x3c\x5d\xb8\x70\xa9\xbb\x90\x6f\x15\x4d\xf1\x9c\xc0\x36\x9e\x3e\xde\x87\xa1\x04\x81\xa9\x7b\x52\x39\x60\xb4\x11\x11\xf4\xa6\x82\x5f\x2f\xd9\x55\x35\x0f\xb5\x43\x86\xdd\x83\xdb\xa4\x79\xd3\x75\xfb\x23\x2a\x3a\x10\x37\x20\x84\x71\x60\x08\x48\x78\x0f\x04\x51\xa2\x17\xeb\x1c\xc4\x32\xba\x9b\xd9\x78\x06\xb8\x47\x92\xef\xd0\xb4\x70\x48\xdb\x33\xba\x73\x1c\x4a\x72\x8f\x9f\x47\x38\x55\x77\x1c\x84\xcf\x53\x93\x0c\x11\x6f\xd2\x89\x1d\x62\xc5\x2f\x41\xdc\x01\x21\x72\x40\x56\x35\x52\x12\x74\xc8\xef\xa8\xfe\xf0\x3c\x86\xb3\x70\x35\x70\xd1\x5f\xa2\x2f\x3b\x26\x46\x9e\x5d\xf5\x75\xce\x4a\x72\xd9\xd9\x81\x9a\xfd\xe1\xb9\x3c\xa2\x1b\xfa\xe0\xbd\xc6\xd5\x08\x90\xf0\xea\x36\x83\xbb\xa3\xe5\x80\xe4\xb6\x5c\x45\xb3\x02\x2f\x1e\xdd\x1f\xe2\x70\x54\x4d\x4a\x17\x52\x68\x39\xc0\x8c\xcf\xe2\x56\xa9\x93\xb8\x5c\xf7\x3c\x18\xb3\x87\x03\x79\x15\xc5\x7a\x07\x82\xd0\xcd\x93\x22\xe9\x0e\xf7\x7f\x1e\x85\xde\xff\xc0\xa3\x37\x35\x8d\x06\x32\xa9\xa9\x4d\x05\x15\x2f\xe1\xe9\x2f\x1c\x55\x9d\xb8\x38\x58\x5d\x47\x16\x04\x51\xcf\x10\x6a\x04\x6e\x8e\xae\x73\x1b\xc0\xcd\x2b\xe9\x8c\xe3\x3a\x2b\xb9\x6b\x69\x0e\x32\x94\xf4\x7c\x08\x8a\x93\xd4\xea\x02\x0f\x98\xd5\xce\x3a\x1b\x9e\xdb\xbc\x7e\x48\xad\xf7\x92\xf6\x46\x2b\xbe\x28\x1a\xb9\xdc\xce\x19\x79\xbb\xdc\xc7\x62\xd5\x22\x70\x83\x1e\x0d\x41\xaf\x47\x1c\x7a\xa0\x37\x08\x60\x13\x74\x43\xec\xe7\xb2\x73\xb5\x54\x51\xdc\x45\xbe\x8f\x0a\x8c\x03\xa6\xd3\x7f\x57\xff\xa0\x95\x21\x1a\xb7\x40\x2a\x47\x56\x33\xc0\x86\x99\x5d\x06\x84\xd7\x6e\x2c\x0a\x40\x2e\xcd\x09\xd4\xf0\x4a\xc5\x1f\x2e\x50\xa7\x4b\xd0\x99\x45\x34\x8f\xe6\xfe\xfe\x9a\x7d\xba\x19\x1c\xb8\xac\xf9\x9e\x0d\x97\x88\xf7\x40\x90\x72\x88\x52\x2f\xdc\x6a\x64\xfc\x0e\x04\xa2\x62\x4c\x5d\x20\x8e\x49\x24\x86\x8a\x85\x29\x12\xb7\x20\x84\x4c\x42\x62\x88\xc0\x53\xf6\x92\x42\xcc\x11\xd5\xdd\x07\x04\x53\xee\x90\x7b\xf1\x80\x98\x45\x71\x87\xe0\x12\xba\xbb\x38\x44\xbd\x7b\x69\x70\xc3\x36\xdd\x93\xeb\x20\x5c\xf1\xd5\x00\xa1\x7a\x35\x4a\x2f\xc8\x16\xaf\x24\xca\xb0\x20\xbd\x98\xba\x6e\x17\x48\x1a\x45\x94\x95\xe2\xf7\x3a\xbc\x34\xa0\x53\x29\x38\xee\x3d\x21\x3c\x11\x46\x6d\xca\x16\xb4\x15\x9b\xc2\x77\x0d\x66\x53\xf8\x2e\x74\xdf\x90\x2d\x0c\xe1\xe5\x26\x41\xab\xfe\xee\x9c\x2f\x72\x9b\x07\x82\x86\xe8\xe9\x01\x0a\x63\x1f\x53\xa8\x24\xab\x69\xaf\x14\x03\xd5\x1f\x82\xe7\x11\xea\x6d\x60\xf0\xe5\x0b\x7e\x4f\x88\xbf\x9e\x1e\x6f\xdc\x9a\x5c\xa8\x1d\x3c\xb5\x2a\xe3\x8d\x4e\x0d\xda\x01\xcf\xee\xfb\x2a\xde\x10\x20\x74\x8f\xe6\xa0\x69\xa9\xd9\xcd\x9c\x69\x34\x4f\xf8\xd0\xac\x5a\xbb\xbf\x83\x84\x36\xf9\xbb\xc3\xb3\x4c\xdd\x4b\x3b\xa0\x19\xa8\x6e\x05\xd7\xf4\x70\xd9\x07\x54\x42\xad\x2c\x9e\x2e\x37\xba\xa0\xfa\xd0\x1e\xee\xc5\x71\x77\x83\x05\xf2\xcc\x26\xe8\x20\x6d\x4f\x86\x1a\x48\xa6\x66\xc8\x4b\x7b\xb8\x51\x1e\xaf\xee\xaa\xe0\x36\x3c\x1c\x5c\xda\x63\x68\x1a\x40\xcc\x21\xc4\xdc\x1b\xdc\x9d\xce\xf3\xe6\x35\x9d\xbc\x53\x07\x33\xeb\xb3\x36\xc0\xcc\x21\xf6\x6a\x0b\x33\x8d\x37\xc0\xcc\x31\xfc\xe1\xa1\x7d\xcf\x8c\xc1\x7d\x9a\x4a\xee\x83\xa7\x25\x57\x97\x71\xc3\x3d\x54\x88\xcb\x7a\x73\x8f\x37\x0b\x35\x2b\x90\xdb\x5e\xf8\x25\x14\x4a\xa7\xb0\x0b\x4c\x90\xda\x5e\x82\x80\x71\xe2\x8c\xa0\xee\xa9\x49\xf3\x80\x4e\xa7\xcc\xe2\xb2\x1b\x52\xff\x1f\x8a\xac\x2b\x15\x3e\xc9\x84\x09\x0a\x9f\xd4\x45\xdf\xa0\xf0\xa9\x97\xb8\x36\x68\x6a\x6a\xeb\xae\x39\x21\x62\xd5\x40\x0f\x1a\x65\x9f\x1b\x68\x6a\xf2\x55\xfc\x1d\x77\xaa\x09\xba\xc1\xa5\x69\x4a\x40\xaa\xa7\x0c\x48\x55\xb4\xa6\x2f\xbe\x22\x7d\xdc\xa1\x8e\xa9\xe6\xd9\x5e\xa2\x84\x42\x5c\xa8\x63\x4a\xf1\xf4\x81\x54\x43\x84\x18\xea\x98\x4c\x19\x64\xa5\x3a\xa6\x0e\x1d\x22\xa8\x5c\x8a\xb7\xff\x45\x9c\x9a\xee\xf0\xac\x8c\x09\x21\x14\x29\xc9\x4c\xc9\x8b\x38\x95\xc5\x06\x40\x93\x52\x47\xb8\x6a\x61\xa1\x41\x22\x95\xc6\x46\xd6\x2f\x7b\x89\x81\x54\xfd\x72\xb3\x83\x85\x1a\x01\x58\xbf\x22\xfc\x87\x32\xe5\x14\x6a\xca\x20\x94\x66\xb0\xa1\x4d\x39\x85\xae\xfb\x42\xa1\xa1\x37\x86\xc7\x2e\xa9\x07\xa9\x5a\x01\xe8\x3a\x52\xcd\x97\xa0\x83\x46\x43\x6b\x85\x67\x6e\xaa\xa2\x5b\x50\x3d\xd4\xae\x3b\xfb\xcd\x97\x88\xf0\x06\xaa\x87\x9a\xb5\xe2\x6f\xd2\x2d\x8a\xc2\xaa\x74\x0f\xbd\xba\x10\xcb\x91\xdd\x23\xb8\xad\x10\x97\xf4\xa6\x72\x30\x67\x0d\x0e\x28\x37\xc2\x55\x27\xa8\xd3\x14\x04\x86\x52\xd8\x01\xed\x43\x1d\xa2\x23\xd0\x3e\xa4\x3e\x0c\xf1\xb5\xa5\xe9\x83\xc6\x99\xbf\xa7\xf6\x61\xe8\xd2\xa4\xf6\x61\x78\x52\x78\xc7\x4f\x2f\x06\xa5\x9b\xba\x97\xa9\x61\x18\x62\x20\xa0\x61\xa8\xd4\xed\x54\x6a\x18\xce\x24\xd4\xa8\x30\x4e\x33\x94\xd9\x91\x27\x8c\xcb\x37\x74\xa6\xa9\x47\xa8\xe1\x3e\x70\xdd\x79\x2d\x0e\x02\x86\xb8\x59\x68\x03\x9e\xa7\x2f\xb4\x01\x75\xe8\x2c\xbc\x85\x61\x3a\x0c\x6f\x3e\x2e\xbc\x4e\xb8\x50\xa7\xf0\x16\xaf\xfe\x3a\x2f\xd7\x7c\xf3\x43\x2d\xdb\xc6\xd2\x88\x83\x78\x53\xeb\x26\x5a\x40\x69\xfd\x10\x53\x26\x69\xbd\xd8\xb7\x9b\xf2\x30\x13\x43\x88\xeb\x67\x1a\xfe\x90\x18\xae\x8b\x12\xf2\xfa\x94\xa7\xbf\x04\x81\xd3\x6b\xe2\x26\x57\x98\xab\x0b\x37\x54\x1e\x2e\x7c\xb1\xb0\x0a\x7c\xe3\xfa\xf3\x78\x6e\x16\x36\x81\xd8\x55\x2d\xdd\x4d\xbe\x30\xeb\x92\x83\xc8\xbe\x0e\x31\x94\x94\xca\x4f\x1d\x31\x4a\xe5\xaf\xac\x7d\x85\x58\x7e\xe6\xe9\xaa\x03\x42\xfa\x4b\x10\xd4\x09\xe1\x0f\x39\x3a\x5d\xce\x90\xb6\xd7\x24\x2e\xe6\x26\x7f\xef\x66\x20\xa7\xe8\xfd\x87\x32\xec\x2a\x89\xfa\x95\x75\x91\x50\xa2\x9e\xbc\x07\xe0\xf7\xaa\xb6\x19\x12\xf5\x94\x84\x48\x90\xa8\x17\x53\x32\x48\xd4\xb3\x1f\x54\x90\xa8\xd7\x79\xb9\x8c\x64\x44\xef\x5d\x4a\xcd\xe7\xe5\x46\x89\x1f\x5d\x53\x86\x62\x6b\x7a\xd7\x41\x2d\x43\xac\x0a\xe4\xdd\x25\x35\xcd\x11\x77\x9c\xdf\x4c\x90\x2a\x87\xf9\x54\x48\x95\x53\x11\xe7\x40\x51\x61\x9b\xae\x89\x63\x25\x9c\x83\x70\x38\x53\xb9\x5a\x29\xf2\xad\xf3\x81\xc0\x9c\x88\xa7\x82\xc8\x37\xb7\x62\xe8\xec\xf0\x14\xfd\xfd\xc0\xde\xa0\x15\x43\x50\xf8\x89\xc0\x7c\xc8\xcf\x67\x9d\xff\x4f\x70\x69\x0c\x71\x69\x9e\xba\x58\x1a\xb1\x43\x10\xcc\xa5\x4b\xc8\xf9\x01\x51\xb1\x24\xe2\x03\xa2\x32\xc5\x70\x7d\xce\xee\xcf\xae\x77\xf8\x87\xaf\x3b\xaf\x05\xf9\xa6\xac\x6d\xfb\x80\xe2\xcc\xa4\x0e\xb1\xc1\x53\x04\xfe\xb3\x78\x8e\xdc\x07\x18\xa7\x29\xda\xfc\xc1\x0e\xb7\x6a\x88\xd3\xd0\x6a\x40\xf5\x91\xbc\x6e\x0b\xaa\x2d\x4f\x91\xa6\x03\xde\xa7\xcd\x83\x22\x04\xfb\xe0\x41\x59\x24\xa4\xf8\x6c\x0d\x55\x7b\x43\x06\x3f\xb9\x2a\x46\xa3\xab\xe9\xc3\x7b\xab\x08\x8b\x3e\xe7\xde\x8a\xe6\xef\xb0\x8b\x4f\xa3\x1f\xd6\x3c\xcd\x34\x9a\x8c\x4a\x99\xd6\x28\x59\x9f\x19\x8d\x1e\x08\x8a\xaf\xe1\x32\x90\x8a\x82\xfb\xee\x80\xfb\xfb\x6b\x44\x77\x21\x76\x2a\xfb\x43\xec\x54\x73\xcd\x9b\x1f\x76\x81\xdc\xaa\x20\x44\x4a\x41\x4d\xd4\x01\xa1\x3a\x78\x0a\x69\x81\xa5\x56\x83\x0a\x81\xa4\x2e\x21\xaf\x2f\xc5\xd0\x39\x7e\xd4\xa8\x1f\x28\x20\xc1\x30\x04\x2e\x0e\x04\xf0\x40\xc0\x31\x2e\xf2\x01\x39\x72\x17\x52\x27\x20\x88\x0c\x78\xc9\x9a\x08\x98\x25\xd2\xfc\x46\x9b\xc4\x3a\x9f\xb2\x8e\xd1\x5c\x82\x06\x3f\xd4\x3c\x88\x39\x59\x0b\x00\x89\xc2\xf4\x3a\x42\xdb\x36\xa7\x1b\xdd\x20\x7f\x9a\x31\x49\x83\x27\x0c\x31\x19\x15\x30\x07\xe2\xae\xaa\x43\xe8\x95\x69\x36\xd4\x64\xf8\x78\x95\x6a\x90\x96\x0f\xea\x82\x37\x50\xa9\x06\x21\x98\xf0\x3e\x0a\x3b\x2a\x17\x20\xe1\x0a\xe2\x33\xfd\x40\x64\xc7\xab\x20\x4c\x4a\x33\x4e\x07\x57\x66\x8b\x2e\x88\x03\x37\xc4\x1e\x5b\x16\x88\x91\x6b\xac\x09\x54\xe5\xd2\x1c\x13\x55\x40\xf9\x87\x92\xea\x53\x75\x81\xe3\x50\x33\xda\xd5\xae\x3e\xce\xae\x96\xae\x59\x25\x52\x71\x97\x71\x55\xb5\x1c\xe9\xdc\xeb\x83\xbc\xea\x81\xda\xf7\xd7\x9c\xda\xff\x04\xc6\x31\xaa\xcb\x0e\x55\x23\x8f\x7b\x20\x5c\xf2\x4f\x4d\xee\xc6\x10\xf4\x81\x15\x15\x6b\x66\xd8\xe0\x55\x2d\x69\xa6\x4d\x5f\xca\x82\x26\xa8\x68\x13\x44\xe2\xcf\x56\xa0\x72\x9a\x30\xc2\x05\x04\x94\xaa\x97\x0b\xe7\xf7\xd7\xa4\x54\xfc\x40\x38\xa9\xda\x52\x48\xe9\x63\xea\xf8\x65\xbd\x0c\x93\x20\xdc\x6f\x55\x5b\x93\x89\xc4\x3a\x61\x99\x4c\x55\xd5\x61\x84\x21\x77\x9d\x1e\x1c\xad\xaa\x9e\x32\x20\x71\x71\x33\x2f\x5c\x30\x1a\xcd\x41\xd4\x39\x1a\x31\x23\x1f\x2a\x16\x43\x43\x3b\x34\x6c\x18\x69\x32\xf4\xb7\xe1\x29\x71\xed\xbd\x32\x9b\x63\x11\xb6\xc1\x38\x7c\xd6\xa1\x59\x00\xdd\x29\x2f\x3c\x10\xac\xb8\x92\x1b\xbd\x4f\xcd\xe7\xbb\x0f\x9b\xe1\x2a\x16\x48\xda\x42\xb3\x2f\x67\x2f\x66\xd2\x89\x2a\x40\xe1\xd0\x89\x2a\x34\x41\xd0\xca\x14\x92\xa9\xaa\x15\x2e\x20\x53\x55\x47\xb8\x1c\xa4\x9d\x45\x88\x01\x85\x51\x9d\xa2\x4b\x05\xcf\xb4\x36\xdc\xcc\x8d\x53\xc2\x71\x97\x85\xee\x45\x7b\x0b\xef\x1e\xf7\x00\x41\x3b\xe9\xf9\x81\x26\x86\xad\xfe\x88\xc0\x42\xcb\x42\xb2\x50\x35\x6c\x92\x05\x21\x1b\xac\xdc\x4b\xd3\x2e\x15\x3e\x92\xa8\x08\x3e\x20\x4e\xc5\xd0\x87\xe7\x06\x99\xd7\x53\xb6\x58\x55\xcb\x86\x15\xbe\x74\x2f\x54\xdc\x19\x43\x0b\x05\x93\xf8\x74\xd5\xe1\x42\xae\x70\x12\x54\x58\xd8\x04\x42\x61\x2f\x62\x5b\xa5\xd4\x1d\x5d\x20\x17\x2e\x04\x01\xf9\xaa\x5b\x3d\x0b\x90\xba\x21\x8c\x75\x7a\x00\x1c\xeb\x18\x02\x71\x30\xab\x7a\x0c\xdc\x6f\x22\x2f\x95\xf2\xea\x2a\x6a\x5b\x21\xaf\xce\x6e\x95\xf7\x4b\xd5\x3d\x51\x03\xc8\x99\x5c\xb5\x01\x52\x97\xe7\xf4\xc5\x6c\xea\xf1\x5c\x1a\x83\xbc\x6f\x9b\x95\x97\x46\x0d\x7d\x08\x0d\x61\xd3\x46\xd6\x43\xed\x27\xad\x81\xda\xac\x1b\xaa\x71\x9d\xf7\x0a\x14\x0f\x2f\x32\xec\x10\x42\x37\x61\x3d\x1b\x30\x23\xb9\xe6\x0b\x90\x5b\xf9\x3c\x16\xaa\x6d\xb6\x49\xed\xd5\x10\x44\x89\x6c\x13\x04\x86\xa2\x09\xfd\x1b\xa8\x7b\x11\x09\x83\xbb\x42\xbd\x44\x27\x1a\xf6\x86\x5c\xda\x81\xc0\xf8\x0e\x77\x31\xd8\xcc\xf8\x31\x95\x86\xe7\x43\x99\xe1\x3e\x02\x16\x8f\xee\x63\xb1\x9d\x29\xf0\x3c\x3e\xca\x33\x8f\x17\x0b\x3d\x02\xd8\x7b\x89\xda\x37\xec\x63\xd3\x32\x36\x58\x18\x98\x50\x36\x6e\x63\xcb\x2e\xac\xe7\xb5\x7d\x5d\x82\x40\xef\xba\x16\x80\x47\x55\xb7\x44\x83\x65\x4f\xcd\x86\x36\x9b\xd1\x42\x52\xd5\x26\xaa\xd2\xa8\x07\x6d\xea\x11\xb6\x6f\x59\x07\xa9\xe1\x21\x90\x2f\x75\x71\xe8\xe4\xcc\xd9\x35\x39\x63\x11\x2e\x38\x80\x84\x90\xb1\x81\x86\x8e\xf0\x77\x67\xbe\x3d\x1b\x22\x23\xee\xde\x3f\x6c\x45\x23\x85\x4e\xc2\xa4\xb1\x6d\xda\xa6\x6b\xf6\x64\x21\x9b\x0e\x55\xa3\x79\x7a\x75\xd5\x0a\x2b\x2b\x8d\x1b\x4f\x5a\x13\xc3\xb6\x21\xa4\xd5\xb9\x6d\x10\xc4\x99\xf3\x6a\xb0\x3f\xf5\x79\x6b\x87\x70\xd4\x5e\x5d\x93\x33\xac\x6e\x74\xe3\x79\xed\xee\xcf\xd3\x3b\x79\xf6\x1b\xef\x49\x7d\xd8\x27\x8d\x68\xbb\x20\xbc\x27\x74\xbd\x75\x4a\x9a\xbb\x6b\x1e\xba\x35\xd5\x7d\xc7\xeb\x76\x88\xe0\x75\xaa\x87\xb5\x4d\x1d\x38\x94\x84\x51\x1d\x6a\x8d\x22\xaa\x01\x07\x8d\x3c\xb4\x14\x1d\x1a\x88\x11\x2e\xeb\x8f\xf1\xf6\x81\xa0\xf3\xf4\x58\xf0\x9a\xb9\x9a\x6e\xd7\x0e\xd9\x6e\x74\x0d\x26\x38\xfb\xa6\x59\x40\x2d\x5f\xaa\x0b\x61\xa0\x29\xbe\x53\x0e\x05\x1e\x37\xe5\x70\xad\x6b\x00\x90\xc3\xf1\xf9\x7a\x20\x62\xb4\xd8\xd9\x0e\xb1\x48\x29\x6e\x07\x18\xad\xcb\xa7\x43\xba\x46\x43\xf3\x03\x51\x3f\xec\x66\x20\x85\xd4\x21\xee\x78\x79\x24\x8f\x66\x63\xbd\xbd\x36\xc0\x9a\xec\xd5\x80\x1c\xc4\xcc\x64\xe7\x25\xd2\x74\x33\x74\x5c\x22\x55\x3c\x02\x2c\x0d\x6a\x6a\x6e\xf4\x60\x4d\x4b\xfe\x70\xe3\x04\xb9\x0c\x77\xd8\x34\x44\x6b\x79\xd6\x1c\x74\x5a\x50\xd9\x38\x74\xa9\x5c\xc3\x65\xb8\x33\x9a\x58\x0d\xb8\x58\xd4\x2e\x12\x36\x78\x67\x4c\x43\xdc\x29\x2d\xc6\x98\x78\xb0\x75\xb7\xca\x9d\xd2\x8c\xe9\x90\x51\xc3\x9d\xbc\x20\x30\xf4\x87\x6f\x58\x76\x0d\x41\x37\x3f\x74\xd5\x0f\x9e\x7a\x6a\x95\x6c\x42\xf3\xd0\x69\x3b\x20\xfa\x32\x80\x0d\x2d\x0c\x91\xbe\x85\xab\xbe\x61\xbd\x2b\x68\x5d\x8f\x87\xc0\x81\x60\xb3\xaa\x6d\x1c\x72\xbb\xeb\x82\xb0\xe1\xba\xc2\x06\x36\xfc\xea\x3a\xfd\x03\xca\xa3\xab\xfc\x06\x3a\x3d\x60\x9e\x77\xf5\xcb\x0d\x9d\x69\x99\x9b\x1e\x34\x70\xd7\xb5\x31\x60\x9f\x97\x44\x7c\x07\x29\x4c\xbf\x34\x3a\x50\x98\x2a\x0a\x3f\x88\x2c\xfd\xf2\x97\xed\x71\x75\x38\x50\xc7\x85\xe3\x3e\x06\xab\xba\x10\xef\x39\xa1\x20\xdc\xd8\x7c\xc8\x06\x48\x4c\x79\x2a\x9e\x55\xbd\xba\x2b\xbe\xd0\x83\xd6\x18\x4f\x1d\x2a\x5e\x0e\xa4\x29\xba\x10\x56\xd0\x5a\x63\x18\xab\x24\x3f\xa0\x68\xac\xe2\x2b\x7c\x92\xfc\xd4\x29\x08\x7a\x5d\x1d\x5c\x7a\xe5\xf4\xe6\xef\x06\x44\x24\x21\x08\x9a\x96\x07\xc2\x13\xdd\x4f\xd4\x49\x49\x8b\x36\x0e\xe6\x29\xed\xba\xdc\x28\xa4\x82\x62\xa0\x61\x81\x52\xc2\x03\xa5\x56\x55\xd8\x08\xb3\x92\xde\x92\x6b\xe2\xc0\x89\x6c\xc0\xaa\x24\x77\x1d\x38\x58\x95\xd4\x7a\xb9\x0c\xc6\x19\xe2\xae\x64\x55\x52\x5c\x46\x24\xd2\xcd\x4b\x6f\xb3\xa2\x2d\x84\x4f\x59\xf1\x03\x9d\x96\x23\x7e\x67\xc3\x1c\x24\x87\xee\xc1\x49\x01\x89\x18\x68\x5a\x83\x5c\x5d\xb7\x2b\x1d\xcb\x92\x38\x98\x29\xb4\xcd\x6e\x15\xd2\x63\xaf\x29\x30\xd3\xcf\xc5\xc9\xbb\xaf\xeb\x05\x41\x63\x91\xaa\x9b\x70\x52\xd1\xa4\xc3\x48\x8b\x8f\xe6\xe5\xa7\x05\xe8\x30\x84\x4b\xda\xeb\x06\x0b\x50\x63\xd4\x24\x7e\x35\xd7\x24\x57\xa2\x91\x52\xeb\xd4\xbd\x54\x44\xb0\xee\xaa\x44\x30\xb1\xdb\xb2\xf8\xd0\x39\x09\xda\x80\xea\x0a\x0f\x5a\x43\x0d\x43\xe7\x2e\x4a\xe2\x51\x60\x1b\x52\x7c\xa1\xc2\x36\x64\xc6\xe5\x9a\x87\x47\xf4\xed\x0e\x0b\x8f\x12\xd5\xdf\x81\x9b\xd0\xb8\x83\xee\x48\xcd\xad\xbc\xa1\x58\xe4\x0c\x61\xc4\x91\xfc\x76\x85\x11\x47\x36\x6f\x4d\x3b\x8d\xfe\x94\x81\xdc\x3e\x83\x81\xce\xf3\xd2\x92\x46\x40\x04\xe4\x0e\x69\x8a\xa1\x6b\x32\x28\xac\xeb\xc2\xe1\xa0\x0a\x40\xf7\x62\x50\x93\x29\xf6\x39\xa0\x53\xbf\xdc\x23\xdf\xa0\xfd\xa9\x0a\xce\x23\x1b\x9a\x2c\xf4\x97\xd8\xb7\xe9\xc2\x05\x52\x9c\x04\xdd\x67\x70\xda\xef\x90\xd4\x4d\x83\xa3\x53\x8e\xb6\x2d\xa8\x4a\xea\x5d\x03\xd0\xa3\x54\x8d\xc2\xa8\xf8\x59\x2a\x2a\x79\x44\x6c\x42\xfb\xad\xab\x29\x68\x4f\xaa\x9d\x5a\xd4\x32\xfa\xba\x5d\xf4\x5b\xeb\x86\xc8\xd0\x24\x41\xe5\x3c\x67\xd2\x0f\xc5\xd3\xa7\xea\xd9\xff\x24\xe2\x03\x7b\x8f\x72\xe9\x4c\xc3\xde\x63\x52\xe6\x7e\xa0\x75\xe6\x1f\x1e\xcd\xe6\x68\x5c\x88\x07\xc4\xf3\xe1\x1b\xcf\x29\x2e\x07\x6c\x3a\xea\xd0\x6a\xc0\xa4\x63\x5e\xcd\x10\x89\xfd\x70\x55\xea\xfc\xd5\x07\xef\x37\x8f\x4d\x54\x44\x84\x6a\xd1\x1f\x45\xc4\x0f\x96\x1a\xe9\xd2\x8d\x06\x4b\x8d\x64\xde\x1e\x96\x1a\x39\x89\x84\xd3\x52\xc3\xaf\x5b\x58\x6a\xb4\x67\xc2\x10\xeb\xb7\xe9\x9a\x13\xcc\x8e\x21\x70\xa5\x97\xdb\x5c\x60\xbd\xfc\x1d\xad\x25\x55\x13\x32\xd7\x26\xfa\xb2\x68\x6e\x2e\x04\xa3\xa3\x62\x75\x0f\x67\xbf\xdb\x75\x19\x82\xb2\x46\xfc\xf2\xe6\x76\x0f\x0d\x0d\x96\x12\x33\x09\x6d\x37\xdf\x5d\xe3\x32\x08\x1b\x03\xb1\xc1\x30\x80\xa8\x59\xeb\x2d\x03\x88\x21\xca\x04\x03\x88\x3c\x74\x11\x6d\x32\x2d\x23\xb9\x4f\xd8\xd4\x89\xdc\x6d\xf9\x11\xea\x43\xbe\x74\x87\xee\x6c\x58\x39\xe4\x1a\x86\x80\xd4\xba\x27\x60\xc8\xd0\x2e\x37\x4a\x39\xd3\x10\x85\x87\x25\x43\x2e\xdd\x1f\x1e\x14\xeb\x22\x23\x9b\xdc\xae\x05\x01\xfb\xec\xff\xec\xe2\xcc\x36\xf7\x7f\x78\x7d\xce\xfe\x9f\x47\xbd\xa0\xfb\x2c\x4f\x78\x00\x1f\x18\xc7\xa8\xec\xec\xf1\x79\x61\x0b\x2a\x6c\xa6\x0a\xa4\x89\xa5\x06\xb7\x39\x65\x2d\x00\xf8\x92\x70\xa3\x90\x26\xe5\xcb\x35\x21\x2e\xf3\x92\xe3\xc9\x32\x75\x8c\x37\x94\xbc\x45\x77\x21\x4d\x07\xa6\xf7\x11\x9b\x6c\x99\x04\x5d\x51\x8b\xb6\x4a\x2e\xa5\x42\x1c\x7a\x94\xfa\xa5\xfd\xe2\x13\xd9\x3c\x03\x5c\x4a\xeb\x25\xd2\x20\xdf\xd0\xee\x0f\x71\x16\x7c\x4f\xc0\x56\xa0\x15\x21\x2e\x6c\x05\xea\x74\x8f\x34\x29\xd5\x16\xd3\xc9\x33\x84\x9c\x2f\xee\x5b\x73\x19\xd1\xa8\xb9\x30\x10\x65\xa1\x0b\x5a\x8f\xaf\xe8\x81\xf0\x2c\x12\x9d\x7a\xf1\xf4\x89\x2d\x86\x79\x40\xf6\x93\x98\xce\x9a\x97\x49\x83\x9c\x35\x9f\xaa\x50\x81\x56\x37\x73\x50\xa3\xbb\x0b\x08\x04\xc3\x73\xc2\x63\xd6\x2f\x36\x58\x00\xcc\x4b\xf7\x39\x2d\x00\xae\x21\x92\xfa\xe2\x96\x8a\x45\x84\x72\xbe\x78\xbb\xa9\x9b\x4f\xa2\x5a\x2f\x3e\x34\x45\x8a\x5e\x54\xab\x56\x43\xc0\x2f\xe1\x1e\x9c\x19\xa7\x39\x3d\x38\x33\xca\x35\xf6\x40\x9c\xe1\x74\xe1\x99\xa1\x05\x74\x6f\x5a\x69\x8e\x99\x7f\x4c\xa7\xe1\xeb\x58\x2d\x75\xa0\xfe\xff\x1a\x7a\x98\xd0\xd9\xb1\xe8\x91\xf0\xa6\x84\xa4\xb8\x2a\x8c\x3c\x8a\x6b\xca\x50\x4c\x10\xec\x32\x9f\x56\x20\xa0\x14\x12\xdb\x4b\xd1\x93\x94\xa0\x2b\x04\x65\xf8\x25\xe9\x43\x1a\x2d\x8b\x4b\x81\xa9\xc0\xf4\x75\x4b\x4b\x81\xea\x0e\x61\xfb\x3e\x44\xa6\x61\x28\x90\x2d\x3b\x81\x31\x40\x4a\x4f\x2b\xb8\x5f\xfc\x80\x86\x35\x80\x5c\x8c\x0f\xf4\x66\xa1\x56\x15\xc4\x3f\x69\x53\x61\x0e\xd0\x8a\x98\x46\x98\x03\x54\xcb\x04\xe0\x8c\x28\x07\x8d\x03\x1d\x1a\xd6\x85\x37\x34\x15\x18\xd5\x65\x30\x78\xd2\x71\x7b\x93\xa3\x30\xd9\x7c\x0b\x35\x35\x54\x48\x56\xa7\xc8\x9d\x4c\x05\x46\xb8\xd5\x5f\xbd\xa1\x0f\x44\x02\xa7\x4b\x14\xfe\x88\xe5\x99\x06\xd1\xd8\x4b\x45\x87\x26\x11\x0a\xd8\x11\xd4\xec\x3d\xdd\xb0\x36\xd4\xdd\x4f\x97\xc3\x6b\x18\xe5\x70\xc5\x5c\xde\x37\x88\x64\xb2\x57\x1c\x8f\xeb\x3e\xdd\x0c\xb1\x48\x94\xf1\x4d\x99\x4c\x71\xab\x13\xd8\xe0\xfe\x83\x55\x0d\x2e\xcc\xca\x7d\x40\x8f\xab\xaa\xf2\x10\xd4\x11\xbf\x29\xaf\x9d\xba\xa9\x6e\xa9\x8a\x9b\x20\xf8\x78\xea\xf8\xdf\x34\x53\x2d\x86\xc8\xed\x5f\x82\x16\x9b\x71\x1f\xb8\xa8\xba\x1b\x3d\x8c\x62\x7a\xba\x00\x4b\xe5\x66\x80\x7f\x3e\xd4\xf0\xc3\xcb\x4d\x07\x1e\x7e\x78\xe7\x8d\x23\x08\x6e\x4c\x42\x7f\x6a\xff\x87\x1e\x1b\x37\xd9\x0b\xab\xca\x6e\xfa\xbb\x0a\x55\x61\x1a\x30\x86\x16\x55\x6e\x34\x53\xaf\x24\x38\xdb\x15\x8b\x8b\xe9\x6c\x37\xc4\xec\xcb\x34\xc0\xaa\xc2\x9b\x06\x50\x4f\xab\x70\x67\x9e\xfe\x70\xb0\xaa\xc6\x43\xd5\x89\x57\x83\x5e\x21\xe1\xb2\x43\x1b\x2d\xaf\xbd\x89\x54\xba\xa7\xe0\xfb\x36\xb3\xe8\xcf\x4d\x3e\xd5\x2f\x21\x3a\xbf\xcd\x70\x61\x63\xa1\xe6\x01\xf7\xf1\x4b\x37\xf3\x4d\xcb\xb9\xcb\x10\x08\x87\x46\xf3\x21\xe3\x62\x0e\xeb\x43\x13\xcf\xe9\x42\xb8\xe7\x8b\x70\xc0\x8c\x60\x8c\xe1\x9a\xf3\x09\x07\x70\x20\x38\x2d\x68\x1a\x34\x23\xb8\x9e\xb2\x0d\x9f\xc5\x29\xe8\x75\xf8\xa6\x69\x08\x76\x7b\xe2\x28\x3e\x94\xeb\x0a\x6d\x3f\xf4\xa0\x16\x7f\x23\x1f\xa6\x29\xa2\xf2\xc1\x53\x24\x89\xa3\xa1\xc5\x81\x75\x6c\xb4\x38\x48\x57\xfa\x31\xa1\x86\x39\x42\xb5\xca\xed\x43\x8e\xc6\x02\x6a\x98\x23\xe4\xe8\x1e\x00\x7d\xfa\xd4\x07\xe3\x92\x5c\x86\x88\x46\x7a\x6e\xc1\xc8\x60\x58\x97\x03\x1b\x83\x6c\xcd\xdd\x07\x68\x64\x84\xfb\x40\x35\x59\xb2\x9b\x81\xa5\x9a\x68\x8a\xec\x0f\xa6\x68\x33\xec\x0f\x5a\x19\x2e\x0c\x40\xfe\x70\x41\xc5\xab\x45\x25\x83\xeb\x1d\x86\xba\xa8\x3e\xdf\xbd\xbf\xbf\xfc\x2c\x82\x69\x42\x6a\x97\x3b\x80\xd0\x47\x34\x1c\xa6\x09\xc5\xd2\x33\x58\x26\xb4\xa2\x7b\x19\x96\x09\xa5\xfa\x3b\x3a\x65\x3e\x35\x79\x4c\x44\xb5\x3f\xb4\xef\xac\xfe\x90\x02\x42\x97\x9d\x09\x5a\x1b\x07\x8b\x86\xd2\xbc\x4c\xb8\xec\xcd\xc0\x7f\xb6\x36\x46\x13\x44\x5c\x83\x22\xe9\xf4\x67\x33\x7a\x8c\xfb\x7f\xa3\x0c\xeb\x1b\x97\xd0\x9b\xcc\x56\x5c\xd4\x87\x70\x81\xe3\xe2\x75\x4f\x37\x8c\x03\x16\x70\x49\x45\x50\x85\xff\xca\x14\x44\xec\xeb\x2e\xec\xe8\xc4\x85\xdc\xa8\xee\x66\x61\xfa\x4d\xe6\x3f\x2e\xde\xe8\x14\x57\x07\xad\x28\x6a\xb8\xe6\xe6\x87\x4d\x20\xb4\xd6\x4f\xd5\xf7\xb9\x6f\x93\x9b\xa1\x53\x86\x87\xfa\x81\xa7\x89\x6a\x9e\xcb\xbf\x74\x1e\x9b\xb8\x28\x2f\x2a\x6a\xf3\xdc\xfd\xad\x0c\xb5\x02\x33\xc1\xc9\x2d\x0e\x85\x62\xd2\x95\x1e\x08\xc6\x94\xbb\xa7\x18\x9c\xa2\xbb\x80\x83\x69\xd2\x32\x4a\xb0\xad\xe9\x93\xd5\x9f\xc3\xad\x42\x75\x71\x19\xba\xa1\x7f\xf1\xd8\x0e\x29\xce\x59\xb3\xc0\x19\xea\xd5\x10\x50\x6c\x6a\xdc\x64\x36\xe7\x50\x8f\xe7\x0c\x35\xba\x99\x1f\x08\x52\x37\x2f\xff\x39\x27\xf4\xa5\x3e\x00\x9e\x81\x4d\xc3\x86\x79\x73\xaf\xea\x9d\xf7\xf9\x1c\x5a\x7d\x08\xa1\x66\xb8\x07\x9a\x0c\xb8\x8c\xe1\x4d\x5c\x86\xf8\x02\xde\x35\xc4\x17\xb8\xfc\x1d\x59\xd6\x39\x34\x6e\x48\xd2\xa5\xb6\x8a\x6b\x63\xf5\xa7\x21\x52\x70\x6f\xc6\xa6\x13\x84\x3f\x84\xc6\xad\x6a\x1a\x38\x0c\x22\x44\x71\xe1\x3e\xd7\x0d\x16\x97\x0e\xc3\x70\xab\x64\x4b\xb4\x18\x38\x0c\x12\xca\x84\x8c\x3d\xa6\x17\x07\xc6\x1e\xba\x96\x42\xc6\x1e\x12\xbb\x47\xc2\xeb\xe6\xd2\x2e\xc2\xf4\xa3\x15\xea\x40\x22\xf1\x75\x23\x0c\x4b\xc2\x77\x0a\x5e\x22\xd1\xc0\x50\x78\x93\x28\xe7\x14\xbb\x1d\x09\x08\x2f\x51\x47\xa4\xc9\x83\xab\x76\x60\x43\x76\xe8\xdb\x8f\xe8\x74\x24\x32\xb4\x93\x2c\x5d\xc0\x4e\x24\x4b\xf2\x15\x89\xa8\x3a\x35\x80\x40\xb0\x14\x0f\x0e\x06\xad\xe5\xa9\x09\xaa\xe9\xb1\x89\xdc\x87\x3f\x64\xbc\x10\x17\xd2\x43\x8a\xbb\x93\xc0\x7c\x7a\x93\x13\x5f\xa5\xd3\xeb\x71\x48\x7a\x2b\x42\x8f\x44\xee\x33\x74\x00\xd2\xc2\xe0\x9e\xaa\x83\x85\x5a\x8f\xc5\x58\x0a\x82\x48\x64\x3d\x1c\xe0\x4e\x4d\x6a\x06\xaa\xfc\xe1\xbd\x22\x91\x8d\xa7\x10\x06\xbe\x64\x5b\x02\x66\x2b\xad\x84\x21\x2c\x87\x17\x6e\x53\x46\xab\x79\xd0\x72\x42\x38\x9f\x88\x3a\xde\xc7\x4d\xf2\xc3\xd5\xa0\x11\x8b\x6c\x2c\x22\x53\xe7\x2f\x83\x84\xc8\x13\x58\x1e\x2e\x2c\x2c\xec\x02\xb9\x38\x6e\x87\x8b\xf3\x34\x0b\x0b\x1b\xf2\xa2\x91\xc1\x28\x54\x5e\x86\x91\xa1\xbd\x0b\x21\xab\x6c\x63\xa4\x3e\x8b\x4c\xef\xe0\xf0\x87\x20\x2b\xbc\x1d\x22\xe3\x2d\x34\xdc\x0c\x31\x27\x1e\x10\xae\x09\xc2\xc0\x4c\x65\xf1\xd3\x49\x70\xac\x49\x10\x9c\x7d\x3c\x49\x3c\x86\x4a\xd3\xac\x60\x8c\x2f\x89\x75\x64\x52\xc0\x10\xea\x64\xc4\x9a\xab\x42\x00\x18\xe0\xb4\x2a\xd2\x09\x03\x9c\x26\xb1\x51\x64\xe1\x4a\xd1\xe0\x80\x2b\xe2\x14\x02\xf6\x37\x4d\xb7\x6c\xc0\xfe\xa6\xf6\x6a\x68\x23\x9c\x9d\x9b\x01\x4b\x2d\x42\x0a\xfb\x9b\xc6\x60\x07\x07\xba\xd9\x85\xa6\xc8\x4b\xde\x4b\x45\xe2\xe5\xcb\x02\xd1\x18\xab\x5e\xa6\x91\xf9\x52\x09\x91\x9d\x4c\x3d\xa0\x68\x19\x6c\x77\x5a\xbd\xd4\x2a\xc9\x95\x37\x19\xd7\x33\x1d\x28\x0f\xf4\xfa\xfe\x8a\xcb\x7b\x0c\x11\xaa\x58\xc3\xc8\x14\xa1\x86\x47\x8e\xb0\x09\x7a\x7e\x46\x39\x38\xa7\xb7\x58\x14\xba\x69\xf0\x81\x11\xb0\xe3\x69\x95\xdc\x57\x14\x61\x5c\x35\x88\xa8\x18\xba\x9d\x8a\x30\xae\xba\x51\xc4\xfd\xe8\x6e\x15\xae\xc6\xd9\x65\x87\x90\x99\xae\x16\x86\x16\x1a\xae\xf9\xc2\xd0\x9a\xa0\x37\x3c\x06\x5d\xf3\x3e\x03\x75\x23\x98\x83\xd0\x0d\x86\x43\xcd\xf7\x48\xa1\xb3\x87\x3b\x08\x4e\x42\x4d\x1e\x6c\x6b\x95\x8f\x1d\xba\x9d\x9f\x51\x0f\x81\xe0\x94\xa6\x0b\x27\x0b\x35\x43\x3e\xbe\xa3\xba\x59\x8e\xd4\x85\x40\x86\xec\x2f\x6f\x40\x1a\x2a\x6f\x63\x7f\x47\xc3\x95\x68\x5a\xe2\x73\x1d\xcf\x21\x4a\x01\x5b\xa5\x74\xde\xb0\x3f\x24\xd5\x30\x64\xca\x46\xa9\x42\x24\x16\x33\x04\x43\xa6\x52\x3c\x2b\xd9\xd0\xba\x26\x2c\x21\x9b\x21\x5c\xc0\x3a\x35\x30\x6b\x2a\xb2\xc4\x0b\xc4\xf1\xac\x32\x40\x08\x18\x39\xb5\x6a\xcc\xc0\xe5\x28\x2d\x40\x14\x5a\x42\x86\x18\x2c\x86\x5b\x30\xb6\x95\xcd\xa5\xd1\x42\x09\x15\x8d\x19\x8c\xe0\x21\xbe\xa5\x92\x8d\x94\x0a\x32\x60\xf3\x54\xd3\x53\x58\x81\xe0\x53\x10\xf1\x4d\xf7\x28\xac\x9a\x8a\x74\xf7\x51\xe9\xed\x26\x54\xa9\x14\xf6\xc6\x70\x61\x1c\x34\x6a\x02\x80\x46\x22\x0c\x95\x1c\x9e\x3b\x3c\x68\xd4\x64\x17\x1b\x30\x54\x6a\xb2\x70\x0b\xc4\x22\x6d\x55\x4c\x05\x8c\x91\x5a\x15\x5d\x52\xc4\xca\xd0\x11\xae\x10\x9a\x48\x01\x1b\x95\x1b\x55\xfc\xe1\x02\xd4\x05\x71\x19\x75\xc3\x55\xe8\xeb\x62\xb8\x90\x94\x39\xfc\x25\x78\xa5\xea\x56\xe1\x7c\xe4\x75\x83\xc0\xb6\x36\x4d\x8a\xb1\x5f\x8b\x66\x2f\x6a\x13\x6a\x95\xbb\xda\xd4\x0c\x2e\xb1\x5a\xdd\x0c\x30\xbc\xba\xe6\x9b\x96\xef\x1a\x1c\x78\x9c\x91\xfd\x21\x96\x51\x0b\x0e\xe3\xa8\x53\xb5\x09\xc4\x3a\x6a\xa8\xb4\x8e\x4a\x97\xe8\x2d\xac\xa3\xb2\xef\x2d\x5a\x47\x75\x21\x20\xad\xa3\xd2\x75\xb9\x10\xd1\x92\xb4\x57\x30\x72\x6a\x55\x1c\x07\x8c\x9c\xe2\x01\x3e\xe7\xb1\xaf\x91\x36\xd2\x06\x6d\x38\xec\x96\xa6\x2f\x7f\x98\x2d\x9d\x27\xac\x06\x43\xe2\x50\x5d\x88\x6b\x42\xc7\xbf\xf1\xbc\x37\x37\xca\xd5\xd0\xfc\x9b\x7c\x62\x55\x95\x96\x04\x45\xc3\x86\x30\x5d\xfa\x8c\xa0\x15\x53\xd1\x81\x6b\x38\xc4\xb5\x1b\x22\x6e\xf8\x3b\x68\x53\x3c\x18\xaa\x72\x2f\xe1\x1f\xcc\x98\xea\xd0\x69\x6c\xbc\x8a\xbc\x6c\x70\x5f\x0d\xaf\x3e\x45\x56\xda\xe1\xc6\x3b\x43\xa7\x0f\x96\x42\xa5\x17\xb5\xa9\x1d\x2e\x1a\x29\xf4\x30\x55\x7c\x4a\x93\xe3\x83\xea\xd2\x8e\xa8\x88\x8a\x74\xee\xb0\xa6\xd1\x19\xab\x4e\x3c\x6d\x9f\xc4\xb0\x21\x08\xde\x6d\xd9\xd0\x79\xee\xfc\x5a\x36\xd1\xca\x25\x08\xc6\xe5\x62\x04\x3a\xf8\xdb\x19\xee\x0f\xb3\x78\x7a\xe7\x19\xe6\xb0\x7b\x10\xf9\xb4\xdf\x9d\x87\xb8\x1b\xc2\x21\x16\xd1\xa0\x91\x51\xc9\xfe\x10\x08\x25\x2a\xd1\xc9\x97\x3e\xd0\x1b\x9c\x9f\x26\x2f\xd1\x6a\x2b\x3f\x26\xd3\x08\x12\xd2\xaa\x1e\x94\x1d\xb6\xbe\x97\x76\xb8\xc3\x4c\xb1\xea\x11\xd1\xb5\xc3\x5a\x70\x58\x15\x4d\x5f\xd2\x7d\x71\x6f\xba\x41\x84\x41\xd2\x1d\x02\xb3\xa2\x26\x2b\x65\x46\x4a\x9d\xd2\x89\x30\x54\x6a\x7d\x9a\xd9\xc4\x77\x11\x0a\x98\x15\xb5\xea\x3d\x85\xe4\x33\x99\xc2\xd2\xae\x28\xbc\x8d\x9b\xc2\x9e\xee\xba\x58\x2c\x0f\x9d\xb7\x81\x1f\x35\x9d\x01\xd7\x74\xa8\x60\x83\x74\x0a\xb5\x94\x42\x24\x49\x0e\x60\x77\xd4\x64\x2a\x1a\xb0\x3b\xaa\xd2\x3d\x30\xb2\xeb\xac\x3a\x39\x83\x4a\x79\x11\x2e\x9a\x1d\x25\x3f\xf8\x07\xa9\x81\x9e\x9c\xb0\x1e\x9a\x32\xeb\x8d\x41\x14\x10\x1d\x1d\x64\x07\x9a\x21\x98\x99\x84\x6b\x12\x3d\x42\x10\xc9\x8f\xc7\x46\x72\xa0\x1d\x40\x20\xe8\xe9\xab\x02\x46\x47\xa7\xaa\x5b\x85\xf0\x2d\xbb\x55\x9c\x4e\xbd\x29\x86\x90\x47\x8f\xa3\x21\xfc\x10\xb4\x88\xbc\x22\x24\x83\x6a\x59\x5d\x1d\x83\x51\x3c\xa5\x41\x8e\x01\xc5\x50\xf3\x5a\x91\xe1\x15\xa7\x3a\x16\x36\x56\x7b\x37\xc8\xef\xea\x75\x3a\xe8\x50\x75\x85\x41\x9c\xba\xa7\xd1\x73\x39\x5e\x1e\x2b\xaf\x27\x6f\xd5\xc2\x50\xc5\x53\x0e\xa1\x92\x8e\x24\x8d\x8e\xaa\x1b\x3d\xa8\x14\x97\xb7\x83\xd7\xca\xf0\x87\x08\xa0\x22\x42\x36\x48\x65\xc2\x10\x90\x23\x89\x91\x83\xb9\x50\x6b\xe2\xf0\x27\xa9\x8c\x10\x00\x26\x41\xb3\x89\x1e\xc3\x24\xe8\x7c\xe8\x42\x4c\x2a\x5c\x18\xd0\x75\x17\x41\x20\xe4\x1a\x37\x4c\x82\xe2\x9a\xae\x89\x20\xc1\xd9\x65\x30\x2d\xd1\xcd\x89\xb8\x33\x53\x66\x66\x31\x89\x1c\x4f\xa3\x81\x09\x0b\x55\x60\x21\x34\x86\x47\x8a\xb7\xf1\x95\xdd\xcc\x86\x88\x47\x73\x0a\x70\xed\xc2\x38\x1a\x01\xa5\x94\xfc\x21\xd7\xc6\x5d\x60\xf9\xc5\x29\x4e\x3e\x77\xf4\xfa\x9c\xda\xfd\x21\x68\x60\xd9\xd4\x21\x44\x35\xb6\x41\x0c\x18\x0c\x4d\x1f\x31\x86\x88\x69\x5e\x36\xdc\x23\xed\x72\xd9\x8d\x39\x69\xa4\xd0\x20\x76\xd1\x5c\x58\x04\x85\xc9\xd1\xa4\x34\xc6\xdd\xd3\xae\xb1\x18\x2a\xec\xde\x1f\xe2\x86\x17\x82\x21\x7a\x4c\x5c\xc2\x0c\x98\x12\x95\x76\xb9\x51\x6e\xa9\x78\x5a\xd8\x12\x85\x2c\xe7\x03\xb6\x44\xed\xd7\xaa\x8b\x55\xdd\x25\x22\x14\x89\x3a\xc2\x40\x28\x9d\xe7\xd5\x0f\x89\x35\x23\x3c\xa7\xa4\x1d\x87\xf9\x50\xc8\x38\x9e\x31\xa9\x9a\xec\x2c\x03\xa6\x3e\x4d\x62\xd4\x40\x2c\x97\x9a\x44\x73\x61\xdc\xd3\x7c\x32\x11\x67\xa5\x35\x5d\xc7\x08\xb3\xd2\x24\xd0\x0e\x84\x59\x69\x4d\x54\x04\xb6\x3d\x4d\x66\x66\x01\xdb\x9e\x30\xd9\x44\x28\x95\x30\xd5\x64\x84\xee\x24\xeb\xc0\x08\x18\x6c\x34\x11\xca\x58\x5c\x71\x1d\x8d\x58\x1c\x8d\x21\xae\xb8\xab\xf2\x9c\x6a\x6c\xa4\x0c\xa9\x19\x84\xdd\x4b\xf8\x43\x78\xb4\x0a\x53\x60\x05\x54\x2d\xfc\x08\x3c\x93\x65\xf0\x1e\xb1\x48\xfd\xfc\xdd\x07\x58\xa4\x85\xa2\x3d\x6c\xd2\x5d\x85\xd0\x2e\x4d\xa6\xb3\x01\x83\xa1\xb8\x44\xa8\x43\x88\xa3\x3b\x86\x06\x43\x92\xc4\x47\xd0\x8c\x3a\x89\x59\x88\xcd\x88\xf1\xea\x52\x98\x23\x7e\x24\x10\x29\xd4\x52\xa4\x80\x91\xa3\x94\x06\x11\xc2\x1c\xdd\xcf\x30\x27\x0a\xdf\x63\xeb\xdc\x46\xcd\x42\x46\x04\x8c\x69\x4d\x07\x9e\x26\x42\x5d\x98\x02\x4b\x9f\xf0\x65\xb4\x18\x05\x2b\x89\xfc\x2d\xca\x94\x93\x1b\x45\xd4\x66\xf5\x0f\xdb\x9e\x46\xd7\xdb\x03\x55\x7e\x38\x05\x62\xaf\xc2\x85\xe7\xe0\x16\x61\x35\xac\x72\x8a\xdf\x58\x8b\xfb\xa8\x5b\x64\x69\x1f\x45\x38\x60\xb2\x33\xfd\xfe\x44\x70\x93\xb0\xdc\x70\x81\xa6\x37\xd1\x26\x18\xe2\xc4\x25\xd9\x30\x82\x9b\xcc\xee\x56\x64\xb8\x2e\xe2\xb0\x48\xe1\x75\x6d\x2c\x98\xfd\xc9\xfe\x3e\x16\x0d\xd0\xf5\xe1\xe6\x9a\x4e\x43\x09\x50\x17\x94\x41\x54\xb2\x20\x78\x7f\x64\xd7\xe4\x81\x77\x4d\x6c\x9b\x8e\x3f\x63\x94\xc8\x22\x30\x60\xa1\x93\x92\x1c\x2a\x03\x41\x4a\xc2\xf2\x05\x98\xe8\xcc\xe7\x43\x1e\x4d\xd1\xc2\xcd\xa3\xe9\x0e\x83\xa6\x0e\xae\xb9\x71\xbd\xba\xec\x45\x3b\x6e\x17\xe2\xf4\x0b\xdf\x60\x67\x93\xcd\x9a\x6f\x7a\xde\xeb\x30\x20\xba\x48\xcd\x12\xc4\x21\xb8\x48\x6b\x6e\x05\x6a\xd0\xa1\x15\xa5\x0d\x8e\xfd\xd9\x02\x36\x38\xc9\x2f\xda\xcd\x13\x96\xdd\x0c\x47\xa3\xa7\xd0\x86\x25\x67\x11\x1b\xb7\xe9\xa8\x20\x3c\x61\xc8\x10\xcb\x1e\x11\x15\xa4\x0c\xaf\x29\xee\xec\xe6\x0e\x49\x52\xc5\x0d\xc3\x5c\x27\x4d\xcf\x89\x16\x98\xa2\x13\x30\xde\x29\x46\x0c\x18\xef\x34\xdf\xe7\x2f\xc6\x98\x6b\x86\xb0\xdc\x7a\xa6\xd0\x94\x27\xc9\x76\x2e\x60\xcb\x53\x65\xf1\x1e\xb0\xe5\x89\x2b\x7e\xac\x4d\x0c\x85\x8e\xbf\xfc\x21\xc6\x4d\x95\x6c\x20\x96\x48\x93\x9d\x59\xbc\xe8\x3e\xab\x8b\xe9\x45\x47\x85\x5c\x0d\xbe\xe1\x26\xa6\xaa\x88\x70\x3b\x74\x66\x11\x04\x7e\x0e\x91\x22\xd8\x00\xcd\xf6\x94\xe1\x78\xe5\x66\x70\xa2\xd0\x55\x41\xc3\xb5\x33\xff\x31\x44\x7b\x63\xdc\xc2\x62\xed\x0a\xe2\xa7\xd7\xa2\x9b\x10\x41\x0c\xdb\xe5\x71\x83\xf1\xba\xdc\x0a\x5f\x06\x59\xc7\x1b\x01\xd4\xdb\xe5\x09\xe3\x65\x20\xed\x65\xd0\xb2\xc7\xcf\x1d\x84\xef\x68\x97\x24\x18\x0c\x61\x7e\x15\x97\x31\x06\xbd\x5a\xc1\xbb\xd0\xaf\x3b\x18\xf6\x28\xe9\xc0\x81\xc0\x94\x65\x51\x37\x85\x29\x57\xa3\xb0\xec\x39\x85\x53\x20\x4c\x07\xf5\x10\x87\x09\x4e\xb6\x1c\x86\x66\x36\x3d\x1b\xe2\xa4\x74\xdc\x10\x37\xbc\x5d\x4f\x21\x78\xc4\xa7\x0c\x21\xde\xba\xfb\xc7\x7d\xae\x6b\x49\xc1\x3b\x84\x8b\x8c\x1b\x6e\x91\x30\x4d\x69\x2c\x94\x83\x29\x4d\x4e\xc5\x10\x8e\x77\xb8\x26\x97\x54\x93\xc0\xcd\xfb\x14\x31\x36\x80\xbb\x83\x77\x87\xee\x5d\xda\xd1\xc8\x4a\x3a\x18\xd4\xfb\x12\x3e\xd3\x56\xc6\xb2\x14\xda\xca\xa4\x2c\xae\x13\xb6\x32\x45\x7e\xbc\xf1\x26\xbd\xce\x0f\x38\xb1\x86\xfe\x12\xbb\xf6\xb4\x8a\xd0\xdd\xc5\xfd\x63\xd7\xaa\x21\xa2\x77\xf8\x43\x18\xbb\x8b\x27\x81\x1d\xcd\x29\x34\x08\xe5\x9a\x17\x8a\x78\xd2\x0c\xc1\xaa\x41\xf7\x85\x0c\x60\x84\xa6\x6f\xe2\x89\x4e\xf0\x9b\x7e\x00\x7a\x6a\xd3\xc6\xc5\x3a\x20\xd8\xb8\x64\xbf\xd1\x61\xe2\x92\x65\xef\x1c\x30\x71\x69\x97\x2e\x2f\x98\xb8\xb4\x4b\x58\x02\x2b\x96\x12\xe1\x32\xf4\xa0\xf5\xbe\x99\xa8\x41\x5c\x1f\xa2\x50\xb7\x4b\xac\x04\xc3\x56\xc8\x61\x26\x60\x7e\xd2\x4c\x86\x60\x7e\xd2\x2e\x11\x3a\x58\x9f\x24\x59\xcd\x04\xad\x4f\x8a\xf6\x17\xd6\x27\x4d\xc6\x9e\x71\x73\xd7\x64\xfd\x13\x0c\xf5\x6c\xa6\x07\xd6\x27\xed\x6a\x6e\x74\xb2\xaa\x46\xca\x5d\x13\xa1\x47\x64\x8a\x53\xe8\x4e\xe0\x06\x33\x3c\x80\x17\x0b\x5d\x17\xdb\x26\xc9\x2a\x2c\x55\xb2\xa5\xcc\xb0\x54\x69\x97\x08\x0f\x2d\x55\x92\xe9\x3e\x2c\x55\xda\x25\x61\x0a\x82\x2f\x37\xb3\xcb\xb4\x30\x19\xba\x75\x61\x61\x62\xd6\x01\x66\x23\x59\x9e\xd2\xc1\x88\xb6\x59\x6c\x15\x62\x51\x34\x45\x18\x08\x84\x18\x6e\x87\xe7\xff\x21\x85\xfe\x30\xbe\x97\x6c\x38\x83\x26\x26\x1e\x1a\x4c\x4c\xda\xe5\x3e\x82\x03\x4d\x82\xb0\x6e\xcf\x77\x20\x83\x62\xce\x10\x99\xa2\x99\x39\xfb\xf0\x1d\xed\xf7\xd8\x47\xd1\xf6\xd5\x0c\xdf\xd1\x42\x1b\x98\x8d\x84\x25\xb0\x1f\x6e\xb1\x10\xe5\xc3\xe5\x16\x69\xa7\xa5\x46\xb2\xe6\x14\xa6\x1a\xcd\x6c\xd5\x87\x0b\xac\xcb\x13\x56\x15\x53\x9e\x65\xf1\xd1\x72\x6b\x30\x88\x4c\x1c\xc3\xdf\xc1\x4c\xc7\xb3\xd8\xec\x10\xdf\x2d\x18\x4e\x34\x31\xe0\xeb\x22\x31\x95\x8a\x6f\xc1\x70\xa2\xc8\xad\x67\xc1\x36\x62\x6a\xdc\x8b\xd1\x99\x1b\x11\x75\xc1\x34\xa2\xc9\x4c\x67\xc1\xfa\x61\xea\xd6\x5b\xb0\x7e\x68\x7a\x47\xac\x8b\x77\x20\x93\x71\x1c\x90\xa3\x51\x33\xb0\x69\xd0\x4b\x71\xc1\x50\x21\xe9\x62\x5b\x17\x5f\xb8\x3c\x7b\xeb\xe2\x3e\x0d\x75\xc1\xa7\x8a\x07\x8a\x67\xeb\xf5\x7c\xc7\xd8\x53\x97\xaa\xf2\x60\x0e\xcd\x82\xa2\xf2\xe2\xb2\x0a\xaf\x26\x2d\xcd\xa2\xeb\x8e\x06\x8a\xe7\xa7\x0c\x1c\xd6\xc5\xb0\x68\x1e\xcc\xe1\x71\x86\x6c\xc4\xd6\xc5\x50\x03\x9e\x20\x93\x26\xa9\x87\x04\x7e\x44\xaf\x9f\x05\xa5\xf9\x64\x9e\x90\x03\xed\x33\x89\xe4\x9a\x08\x3b\xd5\x0d\xbd\xbf\xbf\x7a\x7b\x6a\x02\x4b\x24\x7b\x5e\x88\xad\x10\xf2\x2a\x5a\x89\xf2\x47\x09\x63\x17\x34\xea\xe5\xe9\x1f\x61\xb3\x25\x18\x5f\x89\xa7\x44\x92\xf1\x95\x70\x4a\xa4\xa5\x5e\xd0\xaf\xcf\x36\x5c\x15\x8e\x5a\x9a\x70\x62\xe4\x31\x1e\xe7\x05\xa5\xf9\x94\xe3\xda\xa2\xd2\xfc\x59\x45\x28\xcd\x43\x22\xf4\x05\xa5\x79\xd3\x93\x7e\x25\x58\x5a\xca\x6c\x63\x25\xb2\x15\x53\xdd\xd3\x23\xc3\x23\x85\xdb\xba\x74\xa4\x2b\xd1\x42\x3f\xab\x4d\xb2\x07\x92\xbd\xad\x4c\x8c\xe6\xd5\xbd\xa0\xc2\x6e\x92\x8b\xac\x4c\xd9\xbf\x64\x18\x0b\x2a\xec\x9c\x9f\x0f\x2b\x0b\xbb\x40\x84\x01\x7c\x0a\x81\x6f\x7c\x44\xac\x0c\xaf\x8b\xe9\x32\xf8\x97\x17\xb2\x4e\x0b\xba\xe6\xac\x47\xfb\x82\x02\xb9\x30\x4f\xd6\x81\x40\x4f\xa6\xcb\xc0\x81\xc8\xff\x6c\x41\xbb\x3c\xa7\x87\x4a\x51\x8c\x84\x2f\x2b\xc3\xb3\xa6\x0a\xfd\x32\x88\x8d\x51\x05\x2a\xe3\x3c\xdd\x07\x6c\x61\xe4\x9b\xba\x32\xfd\x63\x84\x1b\x8c\xcb\x20\x7d\xe6\x82\xfe\x76\x3e\x6d\xf2\x2e\x25\xfb\xbd\x32\x65\xf1\xcd\x5d\x20\xda\x82\x0c\xba\x16\xa3\x2d\xd8\x09\x63\x15\x4a\x2d\xf4\x4e\x5d\xc5\x56\x03\x3f\x24\xd3\xab\xf0\x1e\xce\xfe\x10\xf2\x5f\x3d\x87\x16\x94\xb6\xb3\xf1\x22\x5a\xd0\xa9\x36\x29\x86\x17\x74\xaa\x87\xbe\xaa\x2a\xb8\xe5\xae\x3d\x2f\x7c\xc5\x8a\x43\x5c\x85\x61\xd1\x34\x4d\x28\x55\x27\x83\x79\x1e\x08\xc1\x20\x42\x13\x39\xdb\x13\xf2\x8d\x5f\x8c\xe2\x70\x79\x92\x67\xc9\x67\xf6\x68\x28\x0d\xb9\x34\x1a\x4a\x43\xe4\x0d\xbd\x0a\xce\x43\xb8\x0b\x9e\x87\x56\xfd\x25\x4c\x7f\x85\xbb\x85\xe9\x12\x3d\x63\x5e\xd3\x8c\x36\x74\xc0\xfd\x64\x54\x3a\xd0\x0b\x51\x39\x5d\xa6\x40\xd7\x6e\xe7\xa0\x87\x58\xdb\x55\x40\xab\xa6\xa8\x4c\x81\x85\x5f\x79\x20\xaa\xf7\x0d\xc1\xb9\x40\x54\x06\xc1\x21\xaa\xe9\x11\x54\xac\xf3\xf2\xba\x6d\x3c\x56\x44\x00\x10\xfe\x41\xe9\x9d\x0e\xc4\x29\x3e\x20\x12\x3a\xf1\x4d\xbf\xaa\xc2\x08\x0c\x41\x48\x47\x94\x5c\x76\xf3\xc3\x29\x10\x6e\x18\x7c\xd3\xaf\xca\x00\x62\xcd\x50\x7b\x72\x46\x1d\xa8\x23\x92\xb3\x9a\x09\x3a\x7a\x34\x41\x0b\x8c\x98\x3a\xe4\x21\x33\x1d\xab\x70\x5f\x4b\x1e\x29\xee\x06\xc5\x22\x59\x48\xed\x37\x9f\x71\x6b\xdf\x44\xab\xa0\x45\x6d\xdd\xfd\x83\x8e\x75\x4f\x6a\x11\x71\xa7\xbf\x1c\x4f\x42\xab\x03\x31\x0f\xd7\x74\x27\x30\x78\xac\xfe\x12\x91\x07\x9f\x32\xc6\xda\x73\x1f\xb4\xae\x17\xcd\xa9\x74\x97\x7c\xc6\x0a\x81\x1f\x1f\xf9\xab\x32\x62\x98\xc8\x63\xa5\x8c\xab\x89\xcc\x40\xff\x5a\x7c\xa7\x57\xbc\xc0\xa5\x29\x5c\x50\xb8\xd6\x24\x92\x5f\x61\x35\xa4\xb8\x30\xab\x6e\x4a\xad\xb5\x70\x9b\xab\xea\xef\xb8\xaa\xde\x2a\xd0\x0e\x3d\x2e\x96\x34\xb5\xed\xe9\x11\xe7\xc8\x4b\x2e\xda\xc1\x57\xef\x92\xaa\x56\xfe\xd1\x8b\xaa\x5a\x3d\x44\x56\xe3\x63\x4e\x38\xd7\x84\x65\xa2\x88\x0a\x64\xa1\x55\x46\xb0\x8a\x62\x7e\x00\xe1\x28\xb2\x11\x82\xe1\x28\xfa\x30\xc4\x43\xf6\xf4\x81\x35\x6f\xfe\x10\xec\x6e\xf5\xe0\x10\xa6\x51\x1c\x4f\x0b\x0d\xd5\x20\x03\x8a\x6a\xe0\xb4\xb1\xec\xfa\x10\x1c\x66\xf6\xd8\x60\x52\x24\xa1\xda\x6a\xb0\x61\x56\xc8\x87\xd5\xc0\x7d\x16\x11\x92\xc6\x98\xf0\x0c\x1a\x7a\xc0\x85\x66\xd4\x21\xf3\x3c\x8a\xc8\x51\xc7\x9b\xe4\xe6\xbc\x10\xaa\xa2\x48\x38\xb7\xa0\xe4\x0d\xb1\x78\x8d\x2a\x15\x51\x2e\x68\x75\x47\xb8\x07\xbe\xec\x7b\xfa\x31\x4f\xbd\xa0\xf2\x9d\xcf\x82\x93\x00\xf9\xd6\x6f\xbc\x67\x44\x9e\x11\x80\x42\x49\xdc\x0e\x04\xf7\x61\x11\x27\x05\xa0\xe8\xd9\x55\x3b\xb6\x4a\x63\xa5\xe4\xb4\xeb\x0c\x42\x77\x9c\x53\x75\xd5\x00\x7f\x62\x88\x2a\x51\xb6\xda\x89\x47\x5d\x5d\x76\x66\x33\x15\xf7\x40\x85\x30\x03\xac\x1e\xa8\xa0\xcc\x10\x24\x52\x7c\xc4\xad\x3e\x35\x38\x83\x88\x3b\x20\x7e\xb4\x33\xb7\xa3\xc6\xd6\x19\x93\x5d\x37\x2b\xb5\xc5\x49\x96\x62\xab\x33\x81\x60\xf5\xe0\xde\xe8\x51\x63\xc3\xdd\x25\x73\x98\x85\xa4\xa1\x99\x39\xb4\x0e\x04\xc3\x69\xdd\x5c\x08\x49\xd1\xe5\xb2\xb7\xa8\x2d\x4e\xbd\x68\x6c\x30\x4d\x9b\xee\x1f\x8e\x77\x8a\x96\xb1\xa0\x20\xee\x97\xd7\x66\x61\xc2\xee\xe2\x10\xb2\x2e\xa7\xcc\x85\xb8\x12\x45\xbe\x7d\xab\x33\x69\x57\x31\xb4\x51\x53\x3d\xe0\x25\x28\x13\xd3\x85\x28\x13\xdd\x97\x23\x54\xbe\xdd\xfc\x08\x74\xb3\x59\xee\xb3\x4b\xba\xd9\xee\x15\x66\x8c\x21\x9d\xa9\xbe\x31\x50\x77\x4f\xda\xd0\x75\x8a\xa0\x7e\xcd\x92\x94\x2f\x84\x72\xe8\xd2\x1b\xad\xa1\xc0\xe6\xaa\xc9\x8c\x23\xda\x35\xc6\x63\x50\xcc\xb4\xc5\xec\xba\xb2\xb0\x58\xd0\xb7\x56\x5f\xdc\x83\x51\x63\xc4\xc7\x0d\x2d\x77\x08\x9a\x18\x9a\xbf\xe3\xfe\x6a\x81\x07\x63\xcd\x55\x77\xcf\x53\x34\xdc\x3f\xc4\xcf\xc3\x85\xd8\x7c\x5d\xf1\x83\x7b\xc1\x77\xf9\x62\x90\x87\xd4\x45\xa9\xa1\x35\xcd\xe6\x07\xa1\x18\xad\x49\xb7\x01\x62\x3e\x28\xf1\x66\x5b\x4c\xf8\x6b\x0e\x98\xa1\x12\x92\x04\xb9\x0b\xb1\x12\x6a\x16\x9e\x32\x00\x82\x7c\xa6\x16\x03\x20\x24\xa9\x51\x16\x54\x9a\x65\xe8\x56\x9b\xf2\x03\x11\xa2\x32\x04\xc2\xc8\x86\x28\x41\x31\x84\x20\x71\x1a\x2a\xd4\x9d\x5d\xc2\xb3\x05\x75\x67\x37\x57\x07\x75\x67\x37\x5f\x89\x28\x07\x5d\xb2\xc3\xc5\x28\x07\x4a\x49\x75\x40\x2c\x4e\x31\x04\x22\x1e\xfe\x90\x79\xe1\xd4\x28\x7c\x49\x8b\xbb\x60\xb4\x02\xdd\x4d\x93\x4b\x2c\xd6\x70\x72\x89\x87\xf6\x91\x19\x71\x7d\xa7\x32\x78\x81\xbc\xc2\x16\xb5\x88\x45\xab\x38\x89\xd3\x3a\x0b\xd2\x22\x0e\x4f\x7f\xe3\x10\x89\xff\x60\x0e\x8a\x34\x74\x32\xa9\x46\x94\x93\xcc\x42\x2c\x81\x2e\xc9\xe6\x82\x86\xaf\x4b\x06\xba\xa0\xe0\x9b\xb9\x19\xa2\xdb\x7d\x15\x84\x8c\x72\xe2\x05\x83\xd8\xff\x1b\x62\x7c\x2c\x38\xf3\x77\xc9\x12\x57\x30\x80\xb4\x9b\x59\x98\x94\x08\x2a\xb4\x6f\x43\x96\x80\x0b\xda\xb7\x7e\x15\xd7\x5c\xb0\x0c\x32\x74\x1e\xd8\x72\x35\x59\x50\x85\x55\x49\xff\x17\x54\x61\x5d\x02\xc2\x05\x4d\x58\x91\x9a\x6c\x41\x13\xd6\x25\xa0\x5b\x50\x76\xf5\x67\x2c\x40\x4c\xef\xd3\x62\xa0\x1e\x8a\x96\x16\xe2\xff\x67\x99\x93\x2f\xb8\x9c\x77\x2f\x0c\xb4\x4b\x91\x45\x08\xe0\xf3\xdd\x25\x82\x5c\x8b\x9b\xa6\x17\x25\xd4\x49\x45\x0e\x0b\x8b\xb1\xf2\x93\x42\xb6\x2d\xe8\x93\x7a\xeb\x6a\x74\x03\x83\x25\xce\x58\x60\x76\x25\xc8\x5c\x8b\x44\xaa\x1a\x02\x91\x52\xe4\xb1\x45\x8f\xf0\x34\x35\x29\xa8\x97\xb2\x22\x21\xad\xcd\x8b\x47\x28\x4c\x2f\x6f\xd9\x56\x2c\x68\x89\x8a\x22\x3e\xac\x4d\x2a\xa5\xad\x70\x78\xfa\x6e\x10\xd8\xa6\x1b\x7c\xcb\x79\xae\x1b\xec\x28\x54\xff\x81\xc5\xd1\x09\xde\xa4\x61\x22\xbd\xd0\x21\x75\xc9\x24\x17\x14\x43\x5d\x92\xcd\xb5\x99\x72\x99\x32\xa2\xc5\xa8\xf3\x49\x21\xb3\xd6\xe6\x89\xd2\xde\xec\xc5\x0e\xd5\x05\x53\x1e\x0c\xd7\x04\x25\x9a\xc3\xad\x72\xe3\x54\xb8\x71\xf6\x85\xed\x50\xfe\x84\x02\x68\x2d\x44\x7d\x8f\xac\xbb\x06\x1e\xd8\x21\x8f\xb8\x05\x75\x4b\x28\x8a\xc7\x7a\x91\xba\x74\x43\xec\x30\x5c\x95\xcd\x54\x41\x2f\x44\xde\x13\xc4\x85\xd2\x14\x5f\x24\xf6\x5a\x44\x25\xcb\x0d\xf7\x88\xc4\xe8\x52\x9a\x2d\xb8\x47\x87\xbc\x35\x17\x54\x23\x91\x75\x9f\x40\xdf\x31\x4d\x16\x18\xcb\x3c\xf9\x81\xfd\x22\x36\x8a\xb7\x61\x2c\xf3\x64\x1e\x09\xb1\xcc\xab\x9c\x44\xd6\x8b\x07\x45\xd8\xf8\xa2\x1f\xbb\x9e\x05\x6f\xd2\x0c\x71\xb3\x50\x54\x84\x42\x2c\x2c\xa9\x1f\xb4\xfb\x6f\x52\xd7\xe1\x32\xec\x62\x68\xdf\xde\xa4\xae\x12\xb5\xc1\x21\x38\xcb\xb0\x7b\xc1\x21\xb8\x96\xe7\xc3\xce\x0f\xd5\x23\x42\x87\xfb\xe9\xf3\xa6\xd1\xda\x74\x19\x78\xb2\xa7\x7f\x1c\x46\xa1\x0d\x13\x97\x8e\xec\xef\x10\x3a\xbc\xb9\x0b\x58\x56\x57\x97\xdd\xec\xd0\xcd\xc0\xcb\xd6\x23\x25\xcd\x12\x4a\xc1\x21\x58\xd9\xb4\x0e\x04\x2f\x3b\x5d\xd9\x50\x72\x74\xf3\x16\xf4\x07\x36\xf2\x41\x8d\x91\xe4\x04\xb3\xa0\xc6\xc8\xbe\xb0\xa1\xc6\x98\x72\xab\x5b\x6f\x9a\x36\x8a\x77\x54\x5e\x51\x1d\x21\xf8\xf8\x36\xe9\x7e\x16\x7d\x7c\x95\x42\xe7\x80\x5c\xe0\x1f\x66\x74\x39\x55\x2b\xbf\x74\x27\xc8\x99\xeb\xfd\xc6\xee\x9b\xd5\xa0\x93\x6f\x0a\x2f\x2a\x93\x7a\x3c\x1f\x22\x9e\x94\x77\x71\x73\x19\xbd\x8d\x1b\x22\x0b\x31\x10\xc8\x1f\xaa\xe4\xc9\x07\x4a\x08\x44\x55\x04\x71\x22\x5a\x71\xa8\x4e\x8a\x54\x19\x0b\xaa\x93\x26\x43\xef\x05\xd5\x49\x95\x19\xf2\xba\x29\xb2\xf1\x53\x03\x21\xc9\xab\x22\xec\x2c\x44\x24\x2f\xb2\xee\x5b\x70\x1d\x8e\xe6\xa2\xc5\xef\x3c\x1a\x28\xc3\xb2\x5b\x79\xe1\x71\xef\xef\x18\x0d\x5b\x65\xd0\xb9\x84\xce\xdb\x4d\x49\x8f\x9c\xc2\x16\xdc\x8a\x9b\x1c\x19\xd6\x2d\x2c\xd6\x96\xdf\xc4\xe2\xee\x76\xe0\x03\x20\xde\x12\x3e\xc7\xb5\x3d\x35\xf1\xd4\x4d\x86\xe0\x77\x25\x72\xcf\xdc\x9f\x7e\xcb\xdd\x8a\x55\xad\x91\x06\xd3\xd3\x6a\x4e\x94\x3b\xcb\x98\x7f\x29\xf9\xa7\x58\x0d\x28\x84\x4a\xf1\x7a\x33\x33\x8d\xb0\x8a\x0a\x21\xdf\xdf\x50\x08\x15\x19\x88\x2f\x28\x84\x5a\x3c\x65\x1d\x96\xdd\x5a\x0c\xc8\x12\x9e\x2d\x5d\x8c\xa2\xae\x32\xc8\xab\x2d\x03\xa2\xe2\x46\x81\x41\x16\xf4\x36\x35\xe9\x3e\x65\xb8\xf1\xf0\x74\x99\xa8\x23\xb9\x15\x86\x42\x0f\x57\x9d\x18\x8c\x66\x8f\xd7\x59\xd6\x11\x46\xd6\xcc\x2c\x7f\x80\x75\x13\x31\x93\x6b\x7e\x20\x92\x26\xf4\x51\x54\xa4\x2a\x88\x44\x52\xf4\x1c\x41\xcc\x73\xd2\x23\x87\x41\xcc\x65\x03\xb1\x90\x1a\x33\x8f\x69\x08\xba\xd6\xcb\x8d\x22\xca\xa2\x9e\x27\x0c\x62\x6e\x2e\x97\xde\xc7\xd9\x0f\x40\x68\x95\x92\x9c\xc3\x16\x14\x47\xb5\xb8\x0b\x50\x29\x0b\xc4\xa0\xf1\xc9\xd2\xc4\x2e\x28\x7c\x52\xf6\xd0\xb8\xbd\x7e\x66\xd0\x51\xf8\xa9\xca\x58\x27\x62\xc8\xe1\x27\x7c\xaa\x0e\x81\x38\x5e\xd5\xed\x20\xb7\xeb\x70\x19\x0c\x50\x25\x57\x81\xa3\xf0\x94\xcd\xf3\x62\x9c\xf2\x2a\x4e\x1a\x7e\xc2\x53\x36\x9e\x0b\x7e\xc2\xa7\x0b\xcd\x1f\xf4\xcd\xd2\x3a\x38\x0a\xcf\xd4\xdd\xcc\x9b\x55\xb5\x38\xe7\x95\xd7\xe4\xe4\xb2\x18\xc5\x3c\xfb\x7d\x06\x5f\xe1\x26\x57\x9d\xf5\xa1\x84\xde\x7d\x20\x11\xab\x9c\xe8\x17\x5d\x7e\xb3\xdf\x39\xd0\x4e\x29\x55\xfb\x81\x28\xa1\x76\x19\x93\x6f\x68\xe4\x9b\xc1\x6e\x34\x7f\xba\xfc\x16\x43\x08\xc5\x43\xe6\x75\xd3\xe5\x37\xeb\x61\xb1\xa9\xba\xd2\xf1\xde\x17\xcd\xbc\xd9\xcc\xa6\x57\x6f\x16\xbb\xbe\xa1\xba\xca\x69\xfc\xd8\xc9\x65\x43\xaf\x35\x65\x82\xb6\xe1\xf1\x3b\xc5\x4f\xee\x8b\x0c\x3a\x45\x60\x1b\x3a\xaf\x2a\x11\xf4\x86\xce\x6b\x2a\xa4\xc3\xa6\xce\x2b\xeb\xd5\xb3\x2f\x46\x1a\x0c\x0f\x1c\xa6\xd4\xdd\x1f\x7e\x9e\x34\xf6\x6d\x33\x6c\xba\xe3\x84\x6c\xaa\xc7\x0a\xd7\x7f\xd3\xad\xb7\x79\x6c\xe4\xfa\xbb\xcb\x30\xc5\xe7\x3b\xee\x46\x71\x21\x1c\x39\x9b\x56\x83\x41\x63\xa4\x03\xdb\x88\xa2\x5e\xca\x03\x6d\x16\x7a\x3c\xe0\x20\xbb\x0b\x81\x3a\x59\x9d\xc0\x06\x50\xaf\xa7\x7d\x09\xc9\xab\x0b\x99\x45\x5c\x6b\x05\x2a\x26\xf3\xe8\x4d\x2f\xdf\x2c\xf6\x7e\xc3\xcd\xb7\x26\x0f\x00\x4a\x21\xe6\x65\x6c\xfb\x62\xe0\xfc\x4b\xcb\x0a\x7d\x28\x73\xe3\x1e\x08\xf6\x3b\x4d\xfd\x33\xdf\x4b\xb8\x0c\x09\x4e\xb2\xda\xa4\xe5\xc9\x74\x9b\x74\xb1\x73\x9b\x78\x66\x3e\x65\xc8\x34\xd7\xb4\x6e\x74\x39\x19\x6e\xe5\x83\xab\x97\xab\x98\xe8\x8f\x40\xf2\xb3\x13\xbd\xd8\xc8\x31\xee\xa4\xdb\xb5\x0a\x42\x28\x00\x52\x9f\x0d\xa7\xda\x22\x53\xb5\x0d\xa7\xda\x22\xe7\xbf\x9d\x98\x08\x4b\x2b\x91\x98\xf6\x92\x47\x71\x43\x05\x58\xea\xd3\x1f\xac\x29\x74\x32\xa0\x01\x6c\xa2\xd2\x9b\x0a\x40\xb9\x82\x6e\x46\x5e\x97\xc6\x6f\xd3\x4f\x36\xdc\x3b\xef\x2f\xed\x6e\x12\x7d\x1b\x2a\x5c\x74\x3e\x57\x21\x42\xb6\x28\xf0\xfa\xa6\x02\x30\x0f\x35\x0a\xcb\x60\xf9\x09\x6d\xe8\xff\x86\x62\xe2\x6c\x86\x68\xef\xee\x02\x76\xe1\x72\x05\xda\xf4\x99\xb5\x88\x63\xc3\x67\x36\x14\x67\x6d\x43\x39\x38\x65\x9a\xba\x93\x88\xd6\x70\xff\x78\xa0\x3d\x55\xe1\x8b\xe4\xaa\x9b\x47\x68\x68\xa5\x28\x0c\x4f\xfa\x90\x0a\x0f\xaf\xd4\x86\xe9\x56\x75\x19\x14\xfa\xc2\xae\x2c\x6a\x43\xb1\xf5\x86\x5a\xb1\x48\x37\xb5\xa1\x56\x2c\x7a\xd8\x6d\x04\x7b\x6f\xd2\x8c\xef\x4c\xab\x5d\x3e\x1e\x77\xa6\xd5\x2e\xd9\xde\x0d\x0f\xd6\xd6\xf8\xe8\xdb\xf0\x60\x6d\x22\x8b\x1b\x3e\xaa\xc9\xd3\xa7\x8f\xaa\x6f\xc9\x0d\x27\xd5\xf6\x74\x8f\xe3\x3d\x9e\x46\x31\x0b\xe1\x2c\x75\x8c\x72\xf7\xda\x99\xc6\x61\x22\x8b\xf9\x6c\xe2\x60\xfe\x88\xc6\xa4\xaf\x8d\xe9\x39\x1b\x73\xbe\x36\xbd\x8e\x37\xc3\xc0\x3f\x93\xe7\xed\x92\x92\x0b\x61\x1a\xd8\x35\x5f\x1a\x74\x77\x57\x45\x90\x80\xa4\x32\x5a\xdb\x8a\x46\xd3\xef\xd4\x21\xe0\x36\x74\x93\xb5\x78\xfa\x60\x90\xf3\x61\x19\x7e\x48\xa4\x33\xcd\x08\x3d\x0f\xa8\xb4\x72\xd2\x41\x41\x44\xf9\x26\x47\xd0\x0d\x07\xd6\xf0\xe0\x60\x09\x21\xad\xd5\xa6\x8f\xaa\xd2\xda\x1e\x90\x19\x10\xd9\x28\x55\x9c\xca\x51\x76\x40\x4e\xa4\x09\x82\x91\xa1\x90\xba\xc0\xdc\x41\x52\xea\x4d\xe7\x4f\xa9\x4d\x76\x21\x9f\x29\x0c\x2b\xf4\xae\x10\xad\x29\x34\x93\x16\x89\x84\x23\x66\x93\x2e\x7e\xd3\xd7\x52\x61\xfd\x76\x51\x06\xc2\x66\x10\xa1\x10\x86\x1b\x0d\x16\x6a\x34\xb4\x93\x4e\x86\xc0\xcf\x88\xbe\x14\xa5\x60\x35\x04\x45\xbd\x0e\x78\x61\x98\x82\xe4\x29\xe2\x76\x97\x94\x7e\x17\x06\xcb\x14\xc2\xd1\xdb\xd2\x11\xe6\x37\x15\x85\x92\xa0\xef\x4a\xa3\x65\x9d\x3e\xea\x02\xb3\xce\x1b\x74\x81\x21\xe6\x6e\x43\x17\x58\x64\x1a\xb0\xa1\xfc\x4b\x0a\x4b\xb1\xab\xd0\x7f\x1a\xc4\xcb\x4e\x24\xad\xc2\xd9\x41\x21\x33\x36\x1d\x23\xdb\xd3\xcc\x8d\xee\x35\x18\x2e\xb1\x1b\x5d\x6c\x34\x5c\xc8\x91\xaa\x51\xba\x30\x88\x16\x51\x87\x97\xa5\x35\xde\x95\xd9\xf4\xba\xab\xc2\xf6\xfa\x29\x43\x8e\x55\x4a\xc3\x36\xd4\x74\x4d\x26\x2c\x1b\xba\xb7\x26\xe1\xe3\xae\x44\x3f\x6d\x3f\xb4\x64\x4d\x9a\xc0\x5d\x95\x5a\x42\x37\x08\xb4\x5b\x5d\x8c\xd7\x6e\x34\x31\xd5\x69\x6c\xc4\x37\xdd\x5f\x88\xa7\x5e\x92\xee\x64\xa8\xac\x42\x2a\x9b\x4d\x5d\x93\x5e\x39\xbb\x69\xa1\xd4\x26\xec\x8b\x9f\xcb\xa6\xd1\xbe\x58\x14\x0d\x1a\xa4\x26\x1d\xdd\x66\x74\xf3\x2c\x7b\xee\xdd\x78\xfc\xa7\x21\x1c\x7f\xb1\x41\x8d\xd6\xdd\xda\xb6\xc6\xe9\xeb\xb6\xa1\xc6\x26\xcb\xa8\x74\x43\x63\x13\x49\xe4\x16\x1a\x9b\x66\xde\xa6\x33\x62\x4b\xd6\x29\x82\xca\x66\x2a\x64\xc1\xee\xb2\xdb\xe5\x3c\xa0\x32\x09\x45\x1d\xdb\x54\x99\x64\x19\xaa\x6c\x7a\xd8\x35\xdd\x4c\x9d\x73\xf4\x87\xd0\xe8\xcb\xf1\x67\xc3\x4f\x2e\x14\xaa\x75\x77\xd2\x10\x2d\x23\x3c\xd1\xc2\xa4\x18\xca\x8e\x94\x4b\xd2\xac\xa0\x34\x57\xd8\xe0\xcd\x60\xd8\x59\x81\x68\x36\x3c\xd1\xa6\x02\x69\xee\x41\xeb\x7e\xe1\x0d\x14\x1a\x53\xe1\xba\xf6\x20\xc7\x28\xd7\xc0\x3d\x98\x4b\x4e\x94\x0a\x1a\x8d\x29\x73\xd8\x0d\x8d\x46\xca\x32\xfc\xdb\x50\x69\x84\xfc\x90\x36\x34\x13\xdd\xa7\x98\xc1\xa8\xb3\x2c\x24\xf7\x60\xc8\xdf\xec\x0f\x6f\x44\x4c\xe0\xca\xc1\xf3\xab\x4a\x56\xb8\xe9\xf9\x95\x8b\x21\x38\x89\x4f\x43\xd0\x91\xcd\x1f\x26\x48\x3c\x55\x19\x37\xd9\x5d\x20\xe6\xa4\xb6\x11\x8e\x5f\x69\x78\x35\x88\x63\xa5\x6a\xe0\xb0\x84\x98\x5a\x46\x06\xb1\xce\x97\xcb\x60\x23\xe7\x59\x40\x1e\x67\x96\x02\x31\xac\xf3\x15\x2e\xcb\x48\x10\xa4\x56\x98\x34\xc3\xdd\x83\xfa\x3d\x45\x03\xa1\x75\x34\x4e\x46\x2d\xd7\xc5\x04\x7f\xb1\x9c\x75\x2f\xd0\x5f\xcc\x7e\xa8\xcc\x85\x9e\x1c\x3d\x42\xc9\xd0\x65\x34\xc4\x64\xe8\x45\x11\x09\x99\x0b\xdd\xae\x2e\x1b\xca\x95\xe4\x18\x78\x7b\xd2\xf6\x48\xc3\x51\xf0\x69\xca\x26\x99\x36\x3d\x39\xb4\x03\xf3\xa6\x17\x85\x6b\x60\x36\xf4\x32\x9f\xfe\x71\xfc\x8a\x9a\x81\xa8\x50\x2e\x93\x4c\x78\xde\x64\x17\xc6\x9c\xe6\x4d\x19\x44\x98\xd3\x3c\x9b\xdc\x30\xa7\x79\x17\x7d\x65\x4e\x73\x87\x0a\x65\x4e\xf3\x2c\x2f\x38\xe6\x34\x6f\xca\x73\xa3\x9c\xe6\x26\xbe\x53\xd6\x4e\x6e\x06\xc9\x8a\xaa\xbb\x7f\x43\xfa\xac\x9a\x48\x98\x22\xa7\x1c\xa5\x26\x57\x0c\x08\x66\x26\xaf\x72\x6d\x62\xba\xf1\x59\x3d\xf9\x45\xf4\xd6\xc1\x80\x33\x59\x99\x4f\xa3\x8c\x45\x2b\x88\x9c\x48\x31\x44\xf4\xd6\xa5\x01\x5d\xcf\x54\x00\x38\x66\x14\x1f\xd3\x23\x25\x29\x10\x79\x87\x4f\x58\x52\x1e\x02\xe5\x05\x57\x6c\xcc\x0d\x4d\xcf\x54\xf2\x9a\xcd\x48\xd0\x59\x21\x69\x36\x43\x41\xcb\x1e\x96\x69\xc2\x43\xa6\x04\x4c\x13\xde\xda\xd3\x0c\x45\x83\xae\x09\x2d\xa0\x78\x1b\xf9\x79\x89\xd8\x40\xef\x93\xa5\x88\x50\xae\x6d\x87\x36\x62\xb2\xed\x90\xb3\x24\x73\x6d\x87\x9f\xb5\xc1\x9b\xa0\x1a\xc2\x45\x54\x5d\x13\xa6\x44\xe2\x58\x82\x52\x0e\xd9\xe1\x31\xa1\x76\x6b\xee\x11\x44\x42\xb6\xca\x1b\x4e\x60\x63\x3c\x1f\x6e\x48\x07\x34\x6e\xdd\x98\x1a\x37\xc3\x34\xfb\x3b\x1c\x4b\x3f\x55\xa1\x69\xca\xf3\xa9\xc9\xd8\x49\x94\x55\x6c\x3a\x5d\x49\xd7\xb2\xe9\x74\x95\xab\xd7\x86\x6e\xe7\x62\x67\xe0\x74\x35\x24\xd0\xde\xd4\x43\x49\xac\xb3\x83\xa1\xe5\x75\xbc\x02\x19\x0b\xfc\x38\x64\x24\x68\x49\x5b\x99\xdd\x7b\x4a\x0f\xa3\xec\xde\x53\x7c\x3e\x3c\xb7\x9a\xfc\x0a\xf7\x62\x1c\x01\x8d\x65\x51\xfe\x20\x8f\x34\x66\xfe\x2e\x49\x68\xaa\xe4\xde\xd3\x65\x88\x4a\x2e\x62\x8e\x78\xce\xad\x4f\x43\x50\x98\x69\xbe\x08\xe0\x9c\x15\xb2\x9b\x39\xb9\x9b\x24\xc8\xca\xc9\x9d\x15\x2c\x83\x49\xb9\x73\xfd\x0d\x91\xa7\x99\xb1\xbb\xe6\xe2\x56\x11\x27\x54\x17\xd6\xc2\xab\xa3\x7b\xa4\x20\x04\xd5\x63\xe3\x4d\x6b\xea\xb6\x64\x9c\xe0\xe1\x20\x38\xd4\xf3\xe1\x66\x55\x17\x42\x54\x77\xb9\xc7\x37\x0b\xdd\x2c\x42\x09\x3c\x03\x80\xf3\x83\x10\x15\x11\xa4\x9b\x4f\xc6\xa2\x45\x96\x18\x0f\xf8\xa3\x25\x9f\x0c\x68\x0c\x6b\x0f\x7f\xc7\x9b\x56\x6b\x43\xa2\x61\x86\x4d\x89\xb8\xc5\xcb\x42\x81\xd8\x94\x9e\x40\xc9\xb6\xed\x52\xc1\x64\xdb\x4d\x96\x54\x1b\xfe\x68\x45\x96\xa5\x7b\xd1\x69\xe1\x69\x06\x31\x14\x45\x24\x17\xdc\x60\x14\x31\x7b\x33\xda\x74\x17\x09\xa3\x72\x31\x2b\x1e\x06\x13\x63\x67\xbf\xf3\xe8\x74\xe6\x15\xdf\xdc\xf1\x30\x04\x83\x3c\x91\x90\xcd\x0d\x6f\x2e\x63\xa6\x79\x43\xc0\x29\x2d\x06\x9c\xc5\xa6\xe2\x21\x30\x15\xf5\x98\x62\x7b\xa0\x13\x0c\x19\xa3\x30\x13\xf5\x50\xb8\x3b\x26\xa2\x1e\xa1\xe5\x46\xb2\xe9\xd6\xc3\x10\x58\x22\x09\x23\x99\x6c\xba\xf5\xf0\x87\xdc\x7d\x61\x2a\x3c\xc9\x66\xd6\x8b\x0c\x29\xa4\xa7\x5f\x4b\x9b\xf6\xee\x49\x1f\xea\xf0\x6b\xa5\x36\xd3\x4a\x78\xc2\x4c\xda\x26\x5e\x12\xbe\x63\xd9\xbc\x14\xbc\xc5\x5a\xf6\x42\xd1\x1c\x42\x7c\xc6\x4b\x61\x24\x0c\xd1\x4d\x23\x09\xca\xf0\x9c\x33\x04\xba\x24\x7a\x02\xbf\xb2\x2c\x4f\xc1\x0d\x05\x65\x53\xa8\x4f\xe6\x96\x4e\x59\xae\xd1\x4c\x2e\x6d\x8f\xfa\xfd\x62\x64\x34\xdd\x9e\x88\x02\x5d\x14\x0c\x48\x19\xa3\xb3\xdc\x9f\x99\x32\xba\x15\xcd\xe2\xc5\x23\x2d\xc7\xdd\x0d\xff\xb0\x34\xdc\x07\x85\x05\xb2\xce\xdc\x0c\x20\x2d\x73\x98\xcd\x00\xd2\x59\x0e\xc0\xcc\x3d\x9d\xbc\x1d\x54\x7c\x4a\x45\xc8\xfc\xd2\x49\x1a\x23\x66\x94\x4e\xd5\x03\x60\xcc\x5e\xd7\x84\x20\x67\xb8\x26\xdc\x89\xc2\x63\xc3\xfb\x54\xba\x9d\xfd\x5a\x92\x36\xaa\xfb\x45\x91\x93\x3f\x5c\x80\x34\xd2\x45\x3b\xa9\x4b\xd0\xcd\x0f\x5d\x08\xb1\x8e\x08\x03\xfd\xcc\xb2\x6c\x8e\x99\x44\xba\x64\x5d\xe0\x2f\xde\xe7\xf2\x6a\x65\x12\xe9\x30\xbf\xc8\x1c\xd2\xb9\x79\x97\x99\x8e\xee\x81\x02\xc9\xa1\x34\x74\xc6\x9e\x16\xa1\x62\x5e\xe8\x2c\xe7\x49\xe6\x85\xee\x72\xea\xd8\xd4\xd1\xfa\x15\x86\x48\xd0\x21\x4b\x83\xfd\x26\xc7\x66\x3e\x0c\x91\xa0\x87\x79\x34\xa8\x73\xa7\x99\x70\xf8\x9d\x9d\xaa\xbf\x81\x9b\x86\x57\xda\xf4\xfb\x91\x5e\x69\x59\x5a\x15\xe6\x94\x6e\x21\xe2\xc8\x38\xd1\x59\x06\xca\x4a\x2a\xad\x28\x9b\xcc\x29\x9d\xa4\xaa\x51\x4e\xe9\x6c\x0e\xe7\xcd\x60\x91\xcd\xad\x42\x60\x37\xfd\xe1\x00\x34\x04\x41\x1b\x34\x5d\x13\xee\xb2\xa2\x63\x4c\x14\xad\x70\xe3\x1b\x7e\x6a\x4d\xe1\x4f\xf7\x9b\xb1\x78\x75\x3c\xdf\x94\x1b\x5b\x44\x02\xfd\x6e\x91\x45\x2c\x73\x43\x9f\x42\x83\x30\x96\x4b\x6e\x95\x16\x5a\x2e\x63\x44\x10\x37\xc3\xad\xf3\x70\x68\x59\x2b\x8c\x84\x9f\x5a\xb6\x00\x98\x31\x9d\x4d\x80\xa1\xef\xad\x59\x97\xec\x5b\x78\xd5\x0c\xe2\x76\xb8\xfc\xe1\x00\xa4\x75\x23\x67\x68\x71\xda\x5b\x82\x46\x4d\x99\x02\x68\x4b\x9e\xde\x44\x2c\xb1\x51\x6f\xe6\x1e\x91\xc8\x00\x5a\xdb\x22\xb3\x98\x0d\xad\x6d\xf5\x31\xbf\x69\x84\x2d\x0c\x64\x4c\xe7\x6c\x91\x1d\x1d\xde\xfc\x48\x64\x22\x69\x45\x32\x61\x1e\xe9\x53\xb5\x09\xe4\xc8\x8b\x20\x50\x04\xe1\x11\xb4\xb6\xad\x3f\x3d\x22\x1a\xb3\x24\x0f\x4c\x23\xad\xd4\x17\x4c\x23\xdd\x94\x20\x88\xa9\xa1\xab\x5f\x65\xc8\x0c\x3d\xad\x8e\x80\x17\x5d\xf1\x0d\x44\xa5\xad\x9c\x8c\x98\x18\x3a\x65\x0b\xbe\x98\x19\x5a\x71\x9d\x36\x03\x45\x2b\x94\xd0\x86\xd2\xb6\x29\x93\x10\xf3\x44\x37\x3f\x92\xa8\x98\x75\x42\xc6\x0d\xcd\xec\x50\x42\xb4\x4d\xcd\x6c\xb6\xa8\xe7\xd6\xcb\x5f\xed\x2c\x86\x8e\x55\x3b\xbc\xd8\x24\x66\x87\x53\xdd\x50\xb0\x36\xa5\x7b\xbe\xbc\x35\xf0\xe3\xea\x42\x46\x26\x74\x96\xfd\x12\x53\x38\x37\xa5\x04\xda\x37\x05\x94\xa6\x15\x54\xaa\x2a\xe6\xd3\xbe\x85\x37\x5e\x62\xf0\xad\xd3\xcb\x0f\x33\x6b\x4b\x53\xa9\x62\x95\x81\x22\x93\x3f\x17\x45\x8d\x67\xf2\xe7\x26\xbf\x5f\x26\x7f\x76\xdc\x96\x0d\xbd\x69\x95\xe2\x72\x7f\xb8\xc1\xe1\x32\x98\x2e\x5e\xfe\x0e\xd9\x3c\x8a\xcb\xe4\x9a\xe7\x0f\xcf\xe3\x72\x08\xdf\xa1\x62\xed\x56\x08\x40\xc5\xda\x7d\x1d\xd3\x6f\xaf\x3c\x50\xc7\x77\x97\x20\xbc\xe7\xaa\x5b\x99\xc0\x76\xd7\x84\x75\x5e\x71\xd9\x59\x60\x65\x25\x60\xee\xe7\x6a\x31\x33\xd4\xad\xcd\x3c\x24\x35\xaa\x32\x71\x64\x7a\xe7\x6a\xd9\x11\x34\xa3\xcd\xca\x01\x46\x50\x56\x14\xb5\xfd\x21\x2b\xd8\x93\xab\xa2\xc3\xe4\x2e\x6e\x34\xaa\xee\x19\xd3\xec\x37\x04\x60\xda\x50\x93\x66\xc5\x4c\x64\x3e\xe7\x26\x2b\xfe\x0d\x6d\x67\x91\x89\xc0\xa6\xb6\x33\x5b\x74\xfa\xa1\x81\xb3\x0e\x29\xd2\x3b\x37\x99\x66\x2a\xbd\x33\xc9\x72\x67\x76\x67\xa9\xe5\x0f\x04\xdd\x04\x30\xe1\x40\x19\xa6\x15\x97\xa0\x82\x56\x5c\x93\x0b\x55\x05\x61\x69\x70\x13\x76\x26\x77\x6e\xd4\xa0\x77\x26\x77\xae\xa4\x1f\x9d\xb9\x9d\xdb\x80\xe8\xa4\x33\x7d\x73\x26\x63\xd8\x95\xbe\x39\x33\xef\x40\x67\xfa\xe6\xca\x30\x25\x07\xa2\x60\xc1\x10\xdd\x26\x34\x09\x1c\xe7\x91\x34\x6c\x3c\x19\x32\x43\x83\x75\x66\x73\x6e\x8c\x69\xd0\x99\xcc\x59\xd4\xfc\x40\xf0\xd5\xc6\xe6\x77\x25\x73\x66\x38\xd5\xce\x5c\xce\x8d\xfe\x35\x9d\xb9\x9c\x33\x9f\x5a\x9d\xb9\x9c\x1b\xd3\x1e\x74\xe6\x72\x2e\xe4\x4b\xba\x52\x39\x33\xf2\x71\x67\x2a\xe7\xc6\x5c\x29\x9d\xa9\x9c\xd3\xf4\xc8\x20\xfe\x1c\x5e\x5f\x30\x29\xc9\x23\xc3\xb9\xa7\x75\x6b\x67\xba\xe6\xda\xbb\xfa\x03\xfb\x40\xdf\x82\xce\x84\xcc\x8d\xd1\xec\xfa\x4c\x14\x23\x51\x61\x7f\x40\x9c\xa6\x51\x04\x65\x54\x9d\x82\x0a\x84\x4a\xfe\x10\xb9\x79\x9a\xcb\x88\x4f\xdd\x20\xe9\x05\xf7\x97\x41\x79\x29\x56\x39\x10\xf0\x99\x39\x8e\x0e\x88\xec\x63\xb5\x0b\xa2\x27\x9c\x9a\x39\xfb\xd4\xfb\xa8\x82\x16\x20\x7f\xf7\x06\xa4\x71\xc3\xac\x85\x46\xca\x07\x2a\x28\x6b\x82\xe0\xbd\x51\xf4\x1d\x4c\x4f\x79\x93\x1c\x08\x37\x50\x75\x19\xac\x05\xc2\x6d\x12\x49\x43\x10\x93\x0d\xba\x26\xa2\xc9\x35\xb7\x02\x4f\xa3\x30\x44\xe2\x35\xdd\x3d\x3c\x8d\x9a\x20\xd8\x78\x25\x9d\x8a\x44\x0f\x29\x61\x02\xa2\xec\xca\x97\xa6\x33\x39\x74\xca\xdd\xa3\xd9\x1c\x8d\x66\xb8\x89\x0a\x5a\x35\x6a\x92\x3d\x27\x08\xfb\x29\x00\xe9\xcc\x23\x7d\x9a\xd1\xc0\xf1\x26\xc9\x9d\x55\x33\xcf\x68\x69\x82\x90\x0a\xa7\x0c\x41\x81\x71\x1b\x7a\xa1\xa6\x21\xd0\x0b\xcd\x02\x4e\x89\x6d\xe8\x18\x32\x00\x6e\x1e\x3a\x24\x50\x2e\x66\xaf\xbe\x94\x8b\x24\x98\x9d\x09\xa9\xdb\x78\x0a\x31\xc5\xe2\x56\x31\xc5\x32\x05\x01\xc1\x86\x0e\x1b\xe3\xe1\x32\x3b\xc3\x81\x6e\x16\xba\x1d\xac\xb8\x36\x35\x33\x2a\x49\xd7\xc8\x69\xd3\x77\xb9\x0c\x61\x39\x84\xc4\x99\xca\x2e\x1f\x7d\xfa\x3a\xd2\x99\xef\x40\x1b\x78\xe3\xb2\x17\x70\xca\x65\x1c\xcd\x0f\x49\xf4\xa9\xaa\xa1\xfa\x4b\x24\x92\xf1\xac\xf8\xd2\xf0\x09\xa7\x0e\x73\x78\x1e\x8c\x66\x29\x3a\x01\x15\xe6\xa9\xea\x42\x90\x57\x9d\x22\x68\x29\x83\xbe\x2c\x9d\x79\xaf\x67\x49\xfe\x90\x93\xd4\xf9\xcf\x74\x7b\xf1\x7a\x10\xad\x9e\x0f\x61\x12\x23\x08\x0e\x94\x25\xe9\x30\xc2\x81\xb2\x31\x1f\xce\x81\x60\x3e\x20\x7a\x03\xb5\x64\x79\xca\x10\xa7\x82\x46\xc3\x9d\x99\xad\x0b\x53\xae\x1c\x08\x57\xd4\x03\x31\xa7\x50\x75\x55\xa0\x43\x55\xa3\x7a\x2f\x8a\xa0\x17\xc6\x2c\x14\xd9\x62\x48\x5a\x8a\x43\x3b\x73\x62\x9f\xaa\x53\x20\x03\x86\x0a\x62\x22\x4c\x61\x4e\xa1\x5e\x5a\x77\x46\xa1\xfc\x77\xba\x8c\x89\xe2\x0c\xc1\x6c\x77\xb8\x66\x90\xde\x09\xc2\x0d\xc2\x84\x4b\x07\x64\xa2\x5f\x77\xc8\x93\x13\x82\xe0\xcb\x34\xfc\xe1\x8d\xf7\x50\x12\x04\x29\x9f\x87\x0d\x64\x68\x22\x62\x05\x79\x8b\x8a\x70\x01\xe1\x6a\x23\x79\x2d\x20\xc7\x8c\xec\xef\x80\x0a\xcd\x35\x79\xe0\x9a\x66\x01\x23\xbb\x2b\xf9\x43\xd8\xd1\x79\x2d\xf0\x04\xe5\xab\xaa\x33\x41\x77\x24\xad\x3e\xa2\xd5\xb6\x21\x7a\xc7\x04\xdd\x59\x64\x0b\x7a\xd7\xde\xb5\x32\xd2\xbb\x8e\xee\x0f\x71\xbb\x25\x57\x85\x71\x4c\xb8\x2a\x49\xf8\x14\x04\xae\x43\x6b\x58\x19\x7f\x5b\x78\x09\xa5\x6c\xa3\xd9\xc1\x81\x16\x5a\x71\x19\xe4\xbd\x3a\x33\x70\xba\x8c\xf4\xd4\x44\x1e\x38\xad\x3d\x43\xd7\x1a\x83\xe0\x74\xd9\x98\x12\xf3\x40\xc8\x81\xda\x0d\x71\xd5\xa6\xe6\xcb\xeb\x5b\x1b\x03\x7d\x6d\xae\x5e\x19\x5e\xca\x5a\x5f\xa8\x5d\x23\x69\x9b\xe0\xf2\x18\x49\xf8\x0c\xb5\x6b\x24\x0f\x86\x36\x1f\x1a\x0c\xbc\x08\x53\xd1\x25\x41\x2f\xc2\x87\x2c\x50\x09\x3b\x9e\x42\x58\x10\xab\xd1\x46\x29\xfd\x53\xf3\xcd\x0f\x93\xc0\x1b\xa6\x9f\xaa\x4a\x93\x2e\xa1\x65\x93\x08\xdf\xd0\x44\x22\x96\x2a\x48\xfd\x87\xc0\x85\xc2\x22\x88\xbb\xe6\x32\x9c\xb5\x29\x72\xd2\xce\x82\x47\xd2\x81\x66\x52\xeb\xa1\x13\xd4\x24\xc7\x73\xd9\x59\xa9\xaa\xd5\x40\x38\x58\x59\xad\x75\x26\xbc\xce\x8c\xa8\xd1\x99\xf0\xfa\x74\xa1\xa5\x82\x51\x7c\xd2\xbd\xd0\x68\x4f\xad\x8b\x10\xae\x81\x33\x7b\x1a\x34\x29\x9c\xba\x09\x91\xd5\xba\x8c\xf8\xa1\xcd\x74\x67\x56\xeb\x48\x5e\x1c\x8a\x71\x98\xb2\xb1\x33\xad\x75\x1b\x22\x68\x70\x2a\x9c\xd5\x83\x93\x30\x96\xeb\x0f\xd5\xf2\x34\x6e\xc0\x51\x6f\x98\xd8\x75\xc6\x04\x4a\x59\x10\x98\x5e\x6d\x63\xa7\x80\x65\xea\x2c\x20\xcc\xeb\xcc\xda\x0d\x44\x79\x9d\x54\x20\x75\x26\x9d\x8e\xd4\x0c\x15\x7e\xa8\x1e\x83\xa4\x60\x0a\x42\x24\x81\xa7\x0c\xdb\x38\x35\x52\x98\x4e\x45\x31\x34\xf0\x9d\x3a\x04\xe5\x63\x22\xa2\x03\x81\x27\x73\xf7\xa4\x7c\x73\x18\xdc\x90\x30\xf9\x43\x50\x3e\x71\x10\x0c\xeb\x9a\xa7\xd7\x66\xf1\x34\xa8\x10\x81\x5c\xbb\xae\x0c\x44\x67\x9d\xc6\x1b\xaa\xc4\x87\x8e\x26\xdc\xf8\x52\x88\x30\xd0\x8d\x4f\x46\x74\x7d\x0e\x98\xbf\x35\x91\x37\x46\x51\x4d\x9a\x3e\xa2\xa8\x96\x50\xf7\x08\xa2\x3a\x4d\x19\xe0\xf0\x17\xc3\x8d\xe0\xa6\xd7\xd9\x87\x7a\x3c\x92\xae\x96\xc1\xd7\xa6\x70\x78\x30\x07\xa2\xce\x97\xb4\xe3\x0c\xdc\x7b\x40\x2c\x7e\x57\x7f\x81\x50\x74\xba\x84\x10\x09\x35\xaa\x70\x18\x8e\x7a\xe1\x7b\x76\x28\xd8\xb9\x3a\x24\x4f\x12\xc9\x85\x13\xa3\xd1\x48\x99\xed\x5f\x1c\x0a\xc3\x92\x0e\xb1\x76\x08\x4b\x7a\x58\x6f\x41\x30\x2e\xf5\xc2\xc8\xea\x5f\xb3\xa0\x59\x41\x64\x7f\xc8\xf3\xa5\x49\x51\x60\x14\xd9\x75\x61\xd0\xeb\xd5\xc0\xb3\x51\xee\xb6\x9d\xe9\x90\xa7\x99\xf7\xc1\x70\xe7\x42\x1b\xa8\xab\x27\xed\xa9\x3b\x73\x1c\xf7\xae\x5d\x83\x9a\x39\xaa\x88\xe6\x64\xfa\xf5\xee\x9a\x1c\x9c\xce\x30\x72\x1c\x97\x59\x5c\x78\x76\x8a\x01\xae\x0f\x04\x9e\x2c\xb9\x43\xe4\x82\x17\x4f\x8c\x60\xa7\x25\xeb\x5a\x98\x74\xfe\xd7\xbe\x4d\xca\xc2\xb5\x6e\xcc\x8d\xec\x35\x85\xd7\x60\xce\xd9\x50\xe1\x60\x34\x52\xd8\x3f\x94\xe1\x42\x2c\xbf\x16\x1c\x9a\xec\x7c\x89\x66\x43\x93\xdd\x69\x75\xdf\x99\x46\xb9\xd6\xea\xee\x35\x43\xf7\x8f\xa8\x57\x42\x14\x68\xb2\x7b\x09\x37\xf3\x01\xa4\x0f\x6d\xe6\x6f\x30\xa1\x50\x1f\xc2\x93\xa5\xe8\xa6\x9d\x4b\x03\x37\x58\xbf\xbf\x3a\x43\x87\x1d\xa8\xa1\xaa\xa6\x41\x13\xd9\x28\x6e\xe7\xec\x8d\xa9\x0d\x72\x2e\xe7\x9c\xdc\x0c\x71\xc3\x1b\x77\x8e\x7b\xaf\x97\x21\xe2\x86\x50\x05\x3a\xf1\xdc\xbb\x0b\x3f\x2c\xd4\xce\xc1\x92\xc2\xd7\xcd\xa4\xc0\x23\xea\x0f\x1d\xc5\x4f\x5d\xd0\x0d\x21\x20\x3d\x27\xfd\x94\x86\xe3\x64\xaa\x7a\xa4\x30\xc4\x6a\x78\x22\x1b\xd4\xaf\xfa\xbb\x1b\x90\x47\x03\x81\x87\xd8\x29\xe8\xd6\x4b\x13\xa7\x17\x0a\x38\x12\x82\x98\xd5\x5e\x6c\x11\x74\xeb\xbd\x8b\x31\x08\xe6\x64\xcc\xae\xba\x58\xd5\xed\xc0\xa7\x58\xfb\xc1\x70\xab\xe5\x72\x19\xdd\xdd\xab\x20\xde\x0c\x1c\x5b\x30\x12\x80\xc8\x7d\x80\xf8\xeb\xbc\x05\x90\xd3\x3b\xce\xa4\xcb\x59\x38\x16\x14\x76\x3d\x8d\xc0\xa6\x4e\xc7\x3f\x94\x4b\x4c\xad\x40\xbd\x92\xf4\x78\x0b\x9a\x40\x08\xdf\x99\x2b\x39\xc7\xf3\x61\x40\xf3\xa7\xc9\xe3\xb5\x5c\xc4\x49\x43\x09\x5f\xcc\xe8\x05\x93\x89\x88\x45\x0b\x0a\xc1\x93\xcb\x68\x2c\xe1\x32\x2a\x25\xd5\x03\x6e\xec\xac\x93\xa1\xac\xca\x1e\x1a\x1e\xcb\xa6\xc4\xc1\x44\x9e\x97\xa1\x17\x1e\xd2\x9a\xbc\xa8\xd4\x74\x33\x58\x50\xbd\x07\xa9\x59\xcf\x92\x8d\x40\xb3\x9e\x2f\x1d\xb7\x25\x4b\x99\x2a\x28\x90\x1d\xb1\x0b\x5a\x08\x2d\x4a\x00\x49\x38\x92\x38\x67\x68\xc4\x4b\xd5\x1e\x31\xa3\x71\x4f\x86\x2a\x39\x67\xb5\xc2\xd7\xd0\x1c\x82\xf0\xfe\x17\x8d\x84\xd2\x3b\x17\x5d\x4a\x8b\x34\x63\xf8\x3b\xd2\x8c\xf0\x87\x88\x36\x18\x1e\x0d\x73\xcc\x19\x62\xf6\x57\x41\x8b\xa2\x18\x35\x43\xd3\x6a\x91\x61\xa4\x42\x2e\x49\x5c\x0e\x82\xae\xa6\xe2\x97\xf2\x02\x7f\x1c\x62\xf2\x17\x93\xcc\x54\x97\xe1\xa1\xec\x59\x60\xeb\xaf\xcb\x8d\x22\xb6\x94\x70\x14\x99\x91\xd3\xa5\x9b\x8e\x61\x56\xab\xd8\x3c\xe8\xaa\x1f\x2e\x6f\x29\x25\xbf\xde\xe2\x8b\xe9\xd9\x44\x95\x11\x74\xb5\x5e\xdd\x55\x45\x69\x04\xdd\xfc\xd0\x85\x78\x60\x0b\x2d\x99\x36\xd9\x13\x66\xd6\xe4\x72\x09\x2f\x37\x0c\x29\x9a\x36\x7f\x53\x8d\x21\xfe\x6c\x53\x8d\xf1\x34\x83\xbc\xa5\x62\x1e\x36\x23\x80\x84\x6b\xf2\x54\x74\x41\x38\x15\xc9\x3d\x6c\x76\x98\x04\x42\xfd\x92\x0c\xe1\x58\x54\x37\x0a\x7a\x79\xb9\xec\xc3\x0f\xd5\x87\xb2\xad\x4f\x41\x89\x85\x45\x20\x3c\xbc\x24\x6b\x84\x7a\xbe\x58\x4c\x00\xef\xde\x98\x2e\x6a\xfc\x4e\xab\xc1\x38\x37\x9e\x30\x53\x5e\x3d\x10\x18\xf2\xcb\x3d\x20\x13\x76\xf9\xa1\x8d\x47\x67\x42\xe7\x56\x3c\x45\x78\x69\xd6\xee\xfe\x31\x7d\xdd\x42\x4a\xd9\xec\xb1\x31\x33\xab\x8e\x1e\x2c\x00\xb2\x9f\xbb\x8c\x16\x5b\x2e\x51\xd6\x8d\xac\x99\x59\xc7\x6d\x2b\xcb\x84\x96\x06\xcf\x8a\x48\x6e\x46\x71\x0b\x05\x05\xe4\xcc\x2e\x7b\x61\xdb\x34\x50\x98\x66\xd4\xe4\x56\x6e\x4c\xc2\xdf\x7d\x20\x66\x56\xef\x78\xa5\x17\xbf\x5c\x18\x82\x76\x7a\xdb\x20\xb2\x51\x08\xcb\x03\x22\x00\xbf\x8e\x22\xe3\xd3\x56\x11\x29\x9a\x1c\x14\xcb\x25\x36\x13\x6e\x79\x13\xf5\xaa\xf0\x87\xe7\x48\x59\xd6\x89\x70\xb5\xb5\x7b\xa3\xe0\x37\xe2\xbb\x7c\x13\xf9\xc5\xf1\xc3\x00\xe1\x74\x11\x02\x13\x25\x03\x82\xa0\xa7\x2d\x86\x48\xf7\x0d\xcd\x73\xb1\xab\xfb\x17\x9d\x2b\xdd\x08\x63\x36\x0a\xc2\xed\xd4\xc5\xf4\xbc\x88\x50\x42\x4b\xa6\x88\x6e\x62\x07\xa0\xfd\xcf\x96\x19\x20\x90\x6c\x52\xd0\xc4\xce\xfc\xd1\x65\x5e\x6e\xe6\x06\x05\x71\x33\xcc\x51\xcc\x05\x66\x6e\x69\xbf\x3e\x5e\x74\x2c\xd7\xc2\xbc\xe8\x24\xa4\xbd\x47\x3c\xda\xda\xc4\x0c\xbc\x98\xa7\x26\xfc\x1d\x64\xf5\xd9\x35\x27\x78\x73\x01\x48\x93\x77\x75\xd7\x44\x9e\x92\xe2\xde\x71\x9c\xc3\xd0\xc1\x8b\x2a\x22\x4c\x7f\xec\x2a\xde\x90\xe1\x68\x8b\x88\x19\x75\xfd\x16\x64\xbf\x90\x23\xc0\x52\x3e\x84\xa3\x9d\xdd\x2b\xb1\x79\xee\x75\x09\x20\xe2\x6c\x99\x42\xfc\x37\xf3\xe9\x09\x49\x99\x4b\x5a\x61\x89\x3a\xd3\x45\x17\x3f\x62\x60\x24\x90\x6b\xf5\x87\x3c\xbf\x6e\x94\x94\x56\x9c\xd1\x9b\x56\x23\xc9\xcd\x9c\xd7\xcf\xd3\x26\xc2\xef\x86\x5b\x01\xaa\x55\x7f\x46\x17\x25\xf5\x07\x89\x7f\xd1\x4e\x30\x05\xb4\x65\x32\x70\xc0\xce\x75\xba\x0c\x0e\x9a\x9a\x2f\x82\xcc\xa6\x72\x89\xa3\x67\xb6\x66\x3f\xc3\x99\xad\xd9\xf4\x82\xda\x7b\x6b\x23\xde\x3c\xe8\xe1\x9a\xf0\x69\xd7\x65\xc9\xa8\xb2\x25\xbb\x8c\xd3\x0d\xf7\x88\x48\x88\xcd\x1d\x12\x11\x9f\x76\x90\xf8\x53\x17\x32\xc2\xca\x66\x6f\x22\xdd\xb3\x8b\x08\x2b\xd4\xf5\x31\xf5\xd4\x64\x5e\xe5\x52\x0c\x0d\xbc\x21\x34\x52\xc8\xf1\xcb\x03\x6d\xdc\x1d\x6c\x93\x1a\xf8\x29\x84\x82\x06\x3e\x95\xa4\xcb\x83\x8e\xd3\x55\xe7\x00\x2a\xf8\x59\xbb\xab\xd6\xf3\xba\xd2\x6e\x43\xc9\x9e\x5a\xff\x0d\xf4\x59\x7e\xd3\xd5\xcd\xc0\x24\x25\xdc\x05\x47\x3a\x04\x6d\x8e\xc6\x85\x48\x01\xab\xa3\x8e\x94\xcb\xa7\xb0\x0a\x04\xc1\xcc\xae\x8a\xc0\xd0\x5a\x37\x68\xeb\x8b\x05\xce\x77\x68\x8e\x6a\x87\xfa\x3d\xd1\xf2\x9b\x11\x8a\xdc\x07\xf4\xf3\x25\x89\xd6\x50\x41\x5f\xc4\x41\x43\xb1\x9e\x8d\xee\x4c\xc1\xac\xbc\x8b\x5d\x29\x98\xbb\x10\xe7\xe6\x5b\x48\x5c\x3a\x53\x30\x97\x24\xec\x80\xd3\x73\xce\xc9\xed\x74\x16\xaa\x4b\x0a\xfe\x2e\x7f\x09\x9e\x5a\x77\xe2\x2d\xb7\x25\xd7\x04\x92\x85\x7b\xe4\xd2\x15\x83\xe0\xf6\x25\xb2\xa2\x32\xdf\x02\xd2\x9b\x57\xcd\xd3\xe1\x87\x1f\x6a\xb1\xce\x5d\xd3\xab\x0e\x2a\x3c\xab\x73\xd7\xa5\xc8\x88\xb8\x16\x56\x43\xd1\x5f\x9b\x88\x18\x15\xfd\xd5\x1b\xc0\xcc\x9f\x7e\xe0\xdf\x5b\x1e\x56\x82\x34\x54\xb7\x8a\xa1\x7a\xe0\x9b\xbb\x2c\xbc\x86\xa7\x75\x33\x01\xb8\xb7\xc6\xca\xa1\x23\x09\xf4\x34\x35\xa2\x8d\x40\xd1\x7d\x42\x1b\x81\x62\x29\xe1\x87\x99\x6f\x9f\x0f\xe9\xdb\x6d\x08\xb7\x9b\x08\xfc\x87\x78\x55\xdc\x28\x42\x37\xe8\x20\x7f\x98\xcf\x4c\xb3\xfa\x08\xaf\x44\x73\x3e\x0a\x4f\xe1\x42\xe0\x95\xd8\x10\x04\xde\x9d\xde\x47\x38\x5e\xb7\xf2\x34\xc3\x49\x79\x34\x10\x20\x17\x5d\xe7\x1f\xfa\x54\x09\x57\x3e\x34\x49\x4e\xba\x29\xe8\x79\xed\x63\x0e\x97\xe9\x5c\x9e\x32\xbc\xa2\xc5\xea\x40\xf7\x9f\xbd\x01\xd0\xfd\x4f\xdf\x45\x1f\x26\x7b\xd5\xfe\x7f\xf8\xbc\x4d\xc3\x60\x45\x34\x67\xcd\x9f\x0c\x44\x92\xc0\xe3\x43\x06\x42\xac\x2d\x7d\xa4\x4b\x12\xf1\xa0\x65\x40\x29\xae\x0a\xff\xf9\xe1\x2e\x6f\x56\x9d\x02\xf1\x7c\xe0\x5d\xa1\xdc\xc7\x0c\x8f\xd2\x99\xfa\x38\xd1\xc7\xa4\x33\xf5\x71\x66\xc8\xb0\xce\xec\xc6\x99\x56\x48\x9d\x59\x89\x5b\xe1\x86\x33\x29\x71\xa3\x6f\x71\x67\x52\xe2\x49\x63\xb2\xae\xa4\xc4\x25\x4d\x17\x22\xb2\x81\x1b\x05\xdf\xab\xb3\xc2\xcc\xc3\x89\xee\x08\x9d\x99\x87\x0b\xe3\x02\x76\x26\x17\x1e\x4c\xc3\xdc\x99\x5c\xb8\x31\x36\x7b\x67\x72\xe1\x22\x91\x31\x73\x0b\x9f\x36\x5d\x88\xac\x38\xcd\x1d\x72\xff\xdd\x2a\xf7\xbf\x1a\xc2\x0d\x50\x55\x95\x49\x59\x79\x1c\x99\x17\xb8\xd0\x42\xa9\x2b\x2d\x70\xa1\x1d\x4c\x67\x5e\x60\x65\x97\xeb\xcc\x0b\x9c\x4a\xfc\x58\x79\xc8\xf4\xbe\x4d\x22\x15\xa5\xf7\x2d\xcf\x6e\x50\x10\x4d\x3c\x62\x46\xdf\x12\x5e\x00\x3e\x91\x2e\x43\x37\x3f\xd4\x0a\x9c\x2d\xee\x34\xa1\xed\xcc\xd9\x7b\x0a\x87\x40\x4e\x32\x0b\xa2\xaf\x7b\x17\x04\xdf\xea\xea\x0f\xfb\xf7\x97\x5e\xa4\xcc\xe7\x5b\x45\x63\x94\xce\x57\xef\x7f\xa5\xf3\x2d\xf9\x01\x19\x97\x52\x55\x03\xf1\xab\xdd\x03\xcd\x79\xb4\xfd\x8c\x21\xac\x80\xa6\x07\x24\x03\xad\xee\xf9\x40\x7e\xca\x60\xf6\xdf\x0c\xc9\xfb\xa8\x0a\x24\xe1\x0a\x41\x8c\xb6\xaa\x1e\x19\x50\x73\x18\x62\xd6\x34\x4f\x9f\x01\x88\xc8\x0f\x44\x22\xe5\x6e\xea\x7f\x71\x51\xab\xbf\xa4\x33\x83\x20\x18\x1b\x8b\x8c\x30\x9b\x6e\xd0\x9a\xab\x33\x9b\x6e\x2a\xb9\xa9\x0f\xf2\x07\x64\x48\x98\x4e\x77\x0c\x2d\x0e\x9c\x7f\x73\xd3\x8c\x99\x15\xd7\xa4\xd2\x59\x71\x79\x77\x32\x2b\x6e\xf6\xb9\xcd\x4c\xb6\xcc\x58\xe7\x07\x44\x04\x4b\xcd\x03\x4e\xc4\xd3\x07\x20\xcb\x7e\x73\x0a\x42\x54\x29\xf7\xc8\x84\x82\x3a\xaa\x74\x1b\x2e\x92\x9d\x30\xb7\x6d\x69\xc2\x71\x6a\xf6\x8b\x26\x95\x99\x24\x59\x6b\xcc\x00\xc3\x3d\xbb\x26\x42\x4a\x37\x0d\x06\x4a\xa2\xe9\xef\x96\xcc\xe0\x05\xb5\xb3\x18\xdd\x10\x0c\xd6\x87\x6b\x2e\xe6\xb7\x33\x88\x64\x18\xcf\x87\xf0\x54\x7c\x20\xc8\xd7\x8a\x6b\x62\xdf\xa6\xe6\xcb\x1b\x37\x4f\x8d\x0d\x16\x9a\x62\x5d\x98\xcb\xf6\x14\xaa\x1d\xc8\x1e\xcb\x03\xc1\xb1\xc6\xeb\xb6\xb9\x36\x53\xb3\x92\x61\x96\x21\xee\x86\x77\x95\x17\x72\x26\x47\x1c\x59\x08\x60\x88\xda\x3e\x77\xf2\x02\x07\xee\x4e\x88\xd6\x1e\x3b\x9f\x0e\x97\x3b\xf9\xe0\x02\x66\x19\x9c\x8a\x9b\x74\x7f\xcc\x7c\x3b\xa5\x4e\x65\xe6\x5b\xd9\x6c\x77\x65\xbe\x2d\x79\xba\x10\x9c\x25\x65\x34\xcc\x7c\x5b\xc4\x65\x28\xf1\x6d\xc9\x64\x73\x98\xf9\x76\x4e\x11\x19\x98\x04\x4c\x3d\x36\x03\x26\x01\x63\x3e\xfd\xbf\xf8\xa1\x5b\x7d\x33\xae\x99\xa0\x1b\x76\x06\x49\x10\x37\x44\xd8\xc9\xe4\xb7\x45\x28\x5f\x78\xcb\x9b\xe8\xc3\x01\xba\x30\x15\xd2\x81\x38\x11\x5e\xfa\x81\x48\xcd\x63\x7a\xce\x14\x6f\xe8\x3c\xc0\x0c\xa1\x57\xe1\x0e\xcd\x10\x8a\xd4\xdb\x01\x33\x84\x29\x63\x0a\xa6\xbb\x2d\x2d\xff\xd0\x68\xba\x33\x17\x6e\x2a\x92\x9a\x30\x19\xee\x94\xe8\x96\xb9\x70\x4f\xa1\xe6\xc5\xc7\xaa\xc8\x35\xe3\x38\x97\xe2\x2d\x61\x32\x70\xcf\x0b\xb2\xb7\x22\x69\x31\x73\xe3\x2a\x39\xd4\x81\x60\xe2\x5d\xdd\xea\x07\x07\x46\xad\x42\xca\xee\x43\x08\x83\x82\x11\x3a\x4c\x30\x28\x98\x53\xb7\x57\x21\xa3\xa1\xb7\x73\xc0\xa2\x60\x8a\x79\x88\xc2\xe0\x17\x1e\xcd\x86\x52\x53\xa4\xa4\x10\x5b\x8b\x06\xa3\x34\xcd\xee\xfe\xcd\x46\xb5\xac\x54\x16\x55\x17\x72\xad\x74\x27\xc0\xdc\x20\x87\x68\x82\xb2\xe1\x6a\xd3\x99\x0d\xf7\x41\x42\x58\x1f\x4c\x33\x13\x30\x30\x68\xd2\x1c\x33\xe3\xed\x34\x65\xad\xc8\xd3\x5d\x74\xb4\x2b\xd1\xc3\x14\x12\x4e\xe0\x33\x4d\x57\x65\x1f\x45\x03\x60\x3e\x00\xad\x71\xe5\x43\x44\x3c\x62\x54\xc8\xd6\xe9\x01\x71\x20\x44\xd9\x9e\xfe\x50\x2e\x56\x43\x20\x1e\x9b\x1e\x1d\xa5\x1e\xbe\xdd\x2a\xc2\xaa\x32\x05\x71\x0f\x06\x88\x1e\x3a\x21\xb0\x55\x98\x59\x87\x19\xb6\x0a\xb3\x55\xd7\xc4\x2d\xac\x8d\x44\x94\xe7\x29\xf9\x3d\xb3\xec\xe6\x67\x1a\x8c\xc6\x33\xdd\x0a\xf7\xe3\x69\x06\x97\x62\x77\x55\x08\xb9\x92\xaa\x6e\xea\x8b\xb4\x01\x8c\x66\xa8\x73\x5e\xe9\x8c\xe4\xc5\xe0\x65\x66\xba\x8f\x28\xcf\xd5\xd7\x17\xa2\x3c\x27\x99\xb0\x05\xa3\x3c\x17\xdf\x74\x0c\xf3\x2c\xf5\x19\x53\xee\xa6\xee\xcd\xd9\x1c\x0d\x51\x8e\xa9\x72\x25\x28\x8e\x46\xb5\xae\x2e\x53\x58\x4e\x0c\xe9\xdf\x03\xc6\x11\xa9\x36\xd7\xa4\x28\x98\xb3\x60\x88\xe5\x42\x53\xe1\x03\x26\x64\x7f\x6f\x82\x38\xc5\x22\xe8\x6c\x3f\x45\x8a\xd1\x98\xef\x50\xdc\x63\x63\x84\xba\xa7\x43\x98\x11\xe7\xcb\xad\x70\x86\xba\xa2\xe0\x05\x2f\x8b\xfe\xce\x1c\xbb\x49\xd1\x2b\xbb\x92\xec\x5e\xd3\xa3\x81\x55\x45\xd6\x50\xf1\xb4\x90\x84\x28\x60\x46\x51\x64\xfd\xc2\xac\xba\xa9\x35\xd7\xdc\x18\xb7\x16\x03\x32\x4d\x49\xf8\x82\xe6\x0f\x12\x8a\x44\xe3\x5d\x56\xa6\x41\xca\xfe\x0d\xf1\x6c\x78\x34\x9b\x86\xb5\x5a\x00\xc6\x62\xf2\x72\x58\xd4\x61\x10\x1e\x3f\x7c\xa2\x32\x1f\xef\x6c\x22\x23\xb4\x86\x90\x1c\x84\xb9\x72\x87\x8c\x71\x98\x1d\xb7\x0c\x2d\x7f\x57\xd6\xfe\x29\x88\x2e\x14\x1c\x1b\x8c\x21\x7a\xd3\xc1\xe8\x4c\xc5\x2f\x5c\x64\xb8\xe3\xc2\xfc\x1b\x07\x2c\xa8\xfa\x63\x39\x08\x93\xe5\x9e\x2f\xd5\x25\xb2\xd1\x3d\x03\x80\x5e\xa6\x18\xff\xe1\xf7\x9f\xfc\x7e\x50\x62\x5d\x99\x6e\x30\xb3\x6e\x96\x0d\x67\x74\x62\x80\x99\xf2\x0e\x53\xa5\xf6\x54\x45\x54\xce\xee\xaa\x10\x1f\x6a\x3f\x3a\x05\x61\xd5\x4b\xa7\xa7\xa6\x3e\x84\xf4\x32\x57\x43\x8d\x76\x15\x82\x38\xd6\x64\x10\xf1\x5a\xbc\x3e\x4b\x63\xd5\xbc\x28\x01\xd7\x15\x4d\x53\x8e\x22\x59\x2e\x53\xf4\xf6\x1e\x6e\x07\x09\x23\x92\xf6\x07\xa4\xa3\x35\x0f\x00\x1c\x54\xcd\x06\x21\xd1\x73\x97\xc0\xba\x10\x03\x09\x53\x8e\x61\x3e\x88\x79\x76\x8b\x79\x76\x86\x37\xe8\x5e\x57\x18\x2d\xb7\x30\xf4\x86\x5c\x9b\x8d\x0e\xbe\x51\x24\xfc\x8b\xc1\x00\x83\x22\x5d\x43\xa9\x99\xf8\x4a\x8f\x31\x89\x04\x21\xa8\x02\x9a\x82\x18\x22\xa8\x0b\xea\x28\x1b\x82\x10\x1d\x4c\x8b\x0c\x2b\x90\x2e\x11\x52\x0c\x8a\xbb\x64\xbf\xc1\x14\xbc\x5d\xba\x9a\x18\x8c\xe4\xce\xe7\x34\x53\xf0\xf6\xae\xd5\x40\x5e\xdd\xde\x45\x57\x10\x04\xba\x5c\xba\x90\x90\x0f\xb7\xd0\x3b\xac\x33\x1d\x6e\x2a\xd2\xae\x32\x1f\x6e\x4e\x42\x6c\x44\x45\x28\x59\x2f\xcf\x41\xab\xc5\x64\x08\xd2\x46\xad\x1b\x03\x3b\xfb\x71\x8d\xc0\x07\x55\x66\x08\x31\x68\xc3\x2a\x7a\x34\x10\x4c\xe4\x12\xca\x23\x9a\x41\x0a\xcf\x97\x34\xfe\x81\x20\x06\x13\x6d\x86\xb9\x48\x91\x71\x1a\xb3\xd8\x76\x8f\x85\x41\x09\x8a\xb4\x31\x81\xa8\x04\xde\x26\x04\x25\xe8\x12\x4a\x31\xc3\x6d\xae\xd5\x15\x17\xca\x8a\x20\xbc\x9e\x25\xa0\x60\x4e\xdb\xe4\xd7\xe3\xd4\x56\x0c\xb7\x8a\xb8\x79\x94\xc9\x30\xa9\x6d\xbe\xf4\x5e\x87\xf5\x46\x95\x45\x0c\x53\xdc\x96\x29\x91\x04\x8c\x37\xba\x4f\x0d\x4c\x32\xba\x0f\x1f\x22\x06\x74\x19\x69\x32\x51\x6d\x2a\x75\xba\x51\xe8\x23\x74\x6c\x27\x6d\x8d\x3d\x0d\x72\x6a\xa2\xdb\x53\x27\xd3\xfd\x63\x9f\x2c\x68\x40\xe2\xda\x2a\x45\x30\x73\xd3\xd6\xda\xdd\x28\x7b\xd4\xa9\x81\xed\x44\xa9\x22\xa3\x93\xfa\xa7\xaa\xfd\x86\xed\x44\xaf\x7a\x5a\x31\x74\xf4\xaf\x55\x31\x47\xb1\x6a\x88\x35\xd0\xab\xb8\x28\x44\x8e\xae\x6d\xba\x26\x16\xd5\xf7\x08\xcc\x23\x4a\x5c\xfe\xf0\xc3\x42\x82\xcc\x23\x5b\x9a\xd8\x51\x18\x48\xf4\xaa\x9b\x0b\x06\x12\x53\x02\xe5\x80\x7d\x84\xc2\xff\x1d\x68\x23\xe0\x59\x12\xf4\x42\x2c\xb8\xdf\x40\xab\x63\x42\x5e\x21\x26\x33\x98\x11\x47\x7b\x05\x23\x88\x22\xaf\x0f\x26\xa7\xed\x26\xe3\xc1\xc0\xb3\x7a\xae\x22\x68\x41\xa7\x13\x79\x67\xe2\xda\x6e\x9a\x81\x40\xd6\x45\xe6\xc4\x4c\x4e\x3b\x67\xf3\x77\xd8\x8d\x96\x5d\x88\xc1\x88\x84\x31\x68\x81\xa2\x8b\x76\xa6\xae\xed\x26\x53\x48\x4e\x5b\x66\x71\xd5\xc6\xaa\x5a\x37\xc6\xd7\x14\xa7\xc6\xec\xb4\xa5\x3d\xcd\xd2\x53\xcb\xed\x20\x7a\x91\xb8\x51\x58\x4c\xe4\x2c\x06\x84\x16\x13\x7e\xe5\x20\xa4\x81\x45\x82\xca\x23\x5b\x9a\x2e\x79\x18\x50\x64\x99\x3d\x31\x8f\x6c\xf7\xa1\x46\xd4\x82\x6a\x02\x0f\x8b\x89\xdc\xbc\x70\xda\x7f\xad\xce\x9a\xe4\xaa\xab\xa0\xc2\xc2\x26\x10\x1b\x50\x0c\x0d\x04\xa1\x2a\x82\x26\x38\xdc\x4b\x50\xc0\xce\xc8\xcd\xc0\x94\x48\x23\x85\x79\x45\x91\xae\x23\x60\x25\x91\x65\xed\x1c\xb0\x92\x08\xad\xc5\xe2\x49\x15\x59\x86\x3d\xc3\x90\x2e\x96\x89\x62\xbb\x2c\x6e\x98\x27\x76\x58\x76\x48\x37\xfd\x21\xba\xb8\x98\x7d\xc0\x53\xc0\x4b\xfe\xf2\x6c\xa1\xc8\x8b\xa1\xef\x60\x37\xe4\x0b\x74\x69\x61\xc4\x0a\xc1\x9c\x20\xfc\xdc\xa0\x39\x41\x31\xdf\xb2\xe9\xb5\xab\xc5\x87\x3d\xc1\x79\x87\x0b\xa2\x2d\xb0\x86\x03\x83\x82\xd9\xc5\xe0\x42\x4b\x1f\x45\xd4\x07\x9a\xf8\x52\xdd\x0c\xb9\x8d\x2e\x3e\x05\x89\x5b\x8b\x5f\x1b\xf0\xb7\x9f\x49\xec\x2e\x03\x6b\xfb\xf5\x05\x55\x78\xaf\xd5\x35\x91\x8d\x5f\xd4\x67\x33\x9c\xab\x50\xc1\x29\x56\x45\x36\x36\xd9\x46\xf1\xa2\xd0\x6f\x57\xd9\x5b\x32\xff\x6a\x1a\x9e\x3f\xf1\x2b\xbb\x19\x30\x86\x97\x6b\x06\x23\x79\x0b\x7a\xc1\x68\xd8\xdf\xbd\xd9\xa1\xe6\x44\xe3\x9d\xe4\x0e\x99\x5f\x98\x10\xf4\xdb\x55\x16\x41\x4c\xce\x3a\x7d\x9f\xbd\x68\x86\xae\x97\xc0\x8b\x66\xe8\xc3\xd0\xb9\x6d\x9a\x78\x1b\x78\xcd\xdb\x40\x47\x69\x54\xad\x56\x60\x1a\xd5\x24\x5f\x9a\x78\x91\x15\xd5\xf1\x7e\x31\xa5\x99\x2e\xc9\x17\x5f\x10\xd5\x65\xa0\xfd\xfd\x01\x71\x83\x6a\x13\x5f\x8c\xfa\xab\x77\xb9\x74\xe1\xbd\x1a\x84\xe4\xd6\xfd\x93\xf8\x48\xe9\xa3\x94\xab\x97\x6e\x54\x78\xc6\x77\x0b\xc4\xe0\x19\x1f\xb2\x5f\x61\x02\xd6\x6c\xba\x20\xad\xb6\x71\x0a\x5a\xed\x32\x86\x0b\xa1\x92\xf4\xc2\x51\x56\x2d\x24\x7a\xf1\x62\x4a\x3f\xcc\x2f\x7e\xaa\x72\xa8\xcd\x83\xc3\xad\x25\x4e\x80\x2e\xf5\xa5\x7b\xce\xcc\xa9\x2e\x04\x80\xd7\x7c\xb1\x24\xed\xc5\xa4\x76\xa2\x6f\x2f\xe5\x17\xd4\x70\x60\xfb\x20\x03\x1a\x26\x6b\x7d\xe4\x22\x4c\xd6\xaa\x38\x0d\x9d\xc9\x5a\xab\xac\xa9\x02\xaa\xf3\x47\x1e\x0f\xed\x78\x92\x33\x11\x13\xb9\x26\xc5\xe5\x38\xe0\xfc\xfe\xea\x7e\xde\x43\x75\x5e\xa4\x1d\x67\x22\xd7\x2e\xa3\x56\x26\x72\x3d\x1f\xba\x55\x50\xcd\xec\xc1\x81\x4f\x10\xe3\xf9\x66\x7e\x1f\x4d\x83\x2e\xf3\xa6\x7d\xf4\x98\x2f\x66\x20\x19\x4a\x3d\xeb\x9a\x80\x57\x7c\xf5\x8b\x16\x71\xce\x95\x0b\xac\x33\x95\x6b\xb2\xce\x9f\xc9\x5c\xbb\x85\xe5\xd4\xb3\x57\x2d\x23\xf5\xec\xf2\x11\x51\x32\x57\x6f\xc6\x9b\x99\x41\x3c\x36\x66\x06\xd1\x9d\x0d\x55\x7a\xf7\xbb\x14\xaa\xf4\x2e\xf3\x3c\xe6\x60\x4d\x72\xa5\x51\x0e\xd6\x22\xef\x35\xe6\x60\x4d\x97\x90\x1a\x8e\xef\x39\x7b\x69\x20\x89\x9a\x9e\x3e\x0d\x27\x74\x1a\x19\xe7\x3c\xeb\x5e\x66\x28\xf3\xe2\xf3\x87\x50\xe6\xdd\x67\x43\x4a\xf7\xae\x37\x02\xb4\xee\x3d\x57\x57\xc5\x4e\x55\x97\x71\xa5\xc4\xea\x23\x96\x79\xb1\xb0\x03\xa1\xcc\xd3\x25\xda\x74\x93\xbd\x91\x6d\x5d\x30\x96\xb9\xa5\xaa\x50\xbb\x27\x3f\xcb\xa0\x76\xef\x59\x1c\x05\x7d\xdb\xad\x1f\x8e\x9b\x11\x7c\x75\x85\xd3\xb9\xbd\xc8\x1d\x96\x79\x60\xbb\x1f\x74\xd4\x90\xfb\xfe\xb9\x19\x45\x55\x97\x01\x7d\xd6\x6d\xc9\x19\xd0\x89\xcb\x83\xfb\x40\x40\xd5\xe2\xaa\xc1\xaa\x06\x91\xe6\x42\x94\x83\x19\x64\x8b\x3c\x52\x03\x1e\xed\x49\x06\xd1\x01\x8f\xf6\x2a\x2b\xfa\xb8\x89\x47\xba\x54\xa9\x4b\xaf\x6e\x86\x09\x65\x75\xa9\x49\x97\x2e\xdf\x36\x66\x94\xed\x59\x7c\x9a\x74\xe9\xf2\xd3\x61\x46\xd9\x9e\xc5\x19\x40\x97\xde\x73\x71\xab\x1c\xb9\xf0\x83\xc1\xc6\x93\x4e\x00\x95\xe9\x5d\xaf\x66\x26\x94\x2d\xf2\x66\x63\x42\xd9\x9e\x8b\x07\x70\xb3\xd0\xc3\x43\x98\x4d\xef\x16\x94\xe9\x66\xd5\x6f\xe2\x99\x64\x51\x37\xf1\xcc\x42\x9e\x9b\x78\xa6\xd3\xa2\x38\xe5\x3a\x57\xd0\xb4\x2b\x3e\x69\x67\x26\xda\x9e\x75\x3c\x3f\xc4\x1d\x13\x96\x0f\x58\x63\xeb\x60\x98\xa6\xb6\xc8\xf7\x92\x79\x6a\xbb\xb5\x50\x1f\xe6\x87\xd4\xc0\xa1\xe8\x0e\xb1\xff\x0c\x30\x2e\xdb\xbf\xa0\x9e\xfb\x69\x04\xbc\xf0\x25\x02\x84\xf8\xe2\xe5\x50\xa7\x1f\x12\x6b\x26\xad\x7d\x86\x46\x3c\xaa\x6e\x14\x67\xbe\xb9\x0c\x67\x5e\x78\xfc\x11\x1a\xe9\x5e\xf9\x10\x8d\xc4\x39\xc0\x8b\xbe\x67\x5d\x32\x1f\x2a\x7d\xc2\xcd\x80\x57\x1a\x6e\x15\xe6\x1b\x72\x72\x60\x0e\xdb\x53\x98\x04\x66\xb4\xa3\x19\x53\xdc\x71\xb9\x2a\x06\x27\x74\x84\x57\x7d\xb6\x9e\x07\x11\xc5\xb3\x19\xb0\x8f\xf6\xdb\xd0\xb9\x71\xfc\x9e\xff\xd0\x4e\x4f\xbe\x1a\xf1\xa1\x65\x85\xc8\xfa\x87\xde\x3f\xa2\x07\x50\x96\xf7\xfc\xd4\x24\x86\x0d\xb7\xc3\x18\x3b\x98\x3f\xf3\xdd\x76\x66\xdc\xe9\x4c\x69\x5b\xf5\x8a\x54\x4a\xdb\x32\x86\x0b\x11\xed\x9e\xb4\x73\x21\xf6\x77\x65\x24\x8a\x03\x71\x8a\x86\xb0\xfe\xd5\x5d\xc0\x29\x99\x07\x8e\xf9\x6e\xbb\x9c\x1c\x98\xee\xf6\x74\xe1\xaa\x38\xc6\xcd\x85\x38\x0b\x5d\x1d\x52\x16\xca\x70\xd3\x5d\xa9\x71\x2b\x27\xb5\x2e\xde\x47\x83\x34\x6f\x41\xeb\xee\xe7\x2f\x33\xe5\x96\xeb\x69\x07\xe4\x28\xbb\x26\x96\x6a\x68\xc6\xb8\x64\x64\xda\xb3\x2e\xee\xdb\x34\x84\xe7\x86\xdb\x64\xa2\xc0\xa2\x32\x08\x89\xe4\x9c\xb2\x2e\x8a\x90\xfd\x1d\xd4\x61\x4c\xde\x71\xa0\x37\xae\x78\xb7\x82\xf9\x7a\x4a\xe4\xcd\x27\x77\x71\x25\x6e\x8d\x96\x86\x4e\xef\xf2\x1a\x5b\x0c\xa1\xcd\x20\xe9\x07\x2a\x48\xa1\x97\x04\x55\xec\xbe\x5b\x41\x42\xb3\xa7\x26\x44\x18\xc5\x35\x07\x3b\x0c\x81\xf3\x3c\x53\x8a\x00\x4c\x7e\xb8\x08\x3b\x3a\xdc\x26\x4e\x94\xee\x14\xa6\xe6\xad\xcc\x84\xd5\x99\x9a\xf7\x14\xba\x0f\x4c\xb1\x7b\x16\x9c\x22\x39\x3e\xe6\xe6\x35\x17\xa1\xd4\xbc\x8c\x86\xdb\x99\x9a\xf7\x54\xd5\x78\xa0\x0a\x91\xea\x9e\xa9\x79\xb3\xe4\x2b\x0b\x0e\xf9\x3d\x6b\x89\x13\x8f\xa2\xb6\x3b\xc9\x04\x4f\x35\x17\xd7\x46\xb3\x82\x88\x4a\x86\x1b\x0b\xd1\xb7\x7b\x1e\xea\x8f\xb4\x5f\x1b\x05\x1d\x7b\x96\x63\xed\x82\x8a\xbd\xf6\xe4\x56\x70\x4f\xce\xac\x59\x40\x26\x29\xbd\xe9\x4a\x90\x6e\x48\x55\xcb\x24\xbe\xa9\xc8\x49\x6f\x41\xc7\x5e\xe4\xde\xb6\x12\x99\x01\xb2\x18\x4c\xdb\x7b\xf8\xad\x2c\x30\xe1\x79\x5b\x04\x71\x6d\xaa\x41\xd0\x65\x9d\x05\xe6\xed\x2d\xb3\xba\x21\x44\xa6\xe2\x1d\xb2\xa8\x64\x97\x78\x63\x65\x48\x29\xa4\x8f\x66\xa6\xde\x2e\x75\xf0\x52\x14\xed\xa9\xef\x10\x21\xb1\xe4\x1f\xe6\x08\xe8\xcc\xd4\x3b\x5b\x77\x33\x54\x5d\x7b\xe4\x50\xa4\xcb\x5a\x71\x65\x66\x69\x2c\x1a\x0d\xc4\x0b\x43\x67\x11\x8e\xee\x85\x51\x27\xbb\x72\xfa\xb6\x64\x08\x21\x2e\xba\x26\x2c\xed\xf8\x70\x21\x1e\x5c\x45\x93\xa2\x6c\x57\xa7\x01\x0a\xf0\x52\xbd\x18\xbc\x42\xc5\x52\xac\xcc\x2b\x54\xdb\x01\x6d\x74\x96\xfd\x97\x92\xf8\x96\x49\xf6\x7f\x41\x1d\xdd\xf3\x03\x21\x30\xcb\x03\x11\x1f\xc8\x0d\x2d\x3a\x9a\x5f\xea\x43\x5a\x65\x49\x97\x17\xb5\xca\x0a\x8a\xa0\x2c\xbe\xb2\x91\x67\x9e\xde\x2a\x6f\xa4\x55\xf8\xa6\x7e\xca\x06\x84\x01\x21\x68\x82\xe1\x33\x04\xce\x44\x66\xae\x4c\xe2\x9b\x15\x0c\x85\x69\x7b\xc7\x14\x76\x16\x06\xb1\x17\x49\x87\x46\xb7\x33\x3b\xd7\x81\xa0\x29\x4f\x86\x60\x48\xeb\x36\x69\x81\x10\x2e\xe4\xb5\xe5\x09\x23\xc8\xac\x6c\xcf\x17\x7c\xbb\xb3\xde\x0d\xcc\xa8\xdb\x7d\xc4\xa1\x97\x4d\x93\x2c\xe5\x2a\x34\xeb\x0b\xe1\x46\x21\x37\x4c\xe9\xc7\xaa\x3c\x0e\xcc\x24\x75\x40\x50\x43\x3e\x80\x17\xb4\xad\x35\x69\xe3\x2a\x19\x55\xad\x70\xe5\x82\xcb\x55\x8c\xf9\x76\x6b\x7b\x9a\xa1\x91\x87\x9b\x01\x6e\x8a\x38\xd6\xe0\xa4\x54\x93\xcf\x9f\x28\x06\x21\xea\xd6\xac\x2a\xa9\x0a\x39\x4c\x26\xa6\x35\x83\xc9\xe4\xb3\x55\x6e\x01\xcc\x36\xdb\xe5\x6a\xc1\x8c\xb2\xbd\x5c\xea\x50\x96\x12\x1a\x37\x6f\xed\x18\x06\x3f\x54\x43\x00\x42\x22\xd8\x2e\xa5\x3d\x33\xb8\x4e\xe9\x4f\x56\x0b\x78\x30\x93\x9f\x63\x1e\xd6\x22\x25\x35\x73\xad\x76\x79\x3c\x2d\xa9\xfe\x92\xcb\xde\x68\xd3\xdf\xe1\x61\xa8\x81\x36\x72\x42\x8a\x06\xc3\xcc\xab\xdd\xc8\x00\x5d\x5f\xd7\x73\x73\x41\xd7\xd7\x65\x80\xbc\xe0\x32\x9d\xea\xe5\x56\x61\xb6\x2e\xdb\x44\x26\x5b\xed\x7a\x0b\x33\x9d\xea\xa9\xea\x76\x0e\x15\xd1\xc3\x80\xe9\x54\xbb\x8c\x48\x16\xf4\x82\x9d\x69\x2f\x3a\x13\xa8\xce\x4b\x2b\x4c\x5d\x5f\xbd\x44\x29\xe4\xeb\xac\x43\x04\x5d\x5f\x97\x87\x0e\xf3\xa7\x76\xd9\xa6\xaf\x06\x91\x8e\x84\x28\xcc\x9f\xda\xe5\x29\xc6\xf4\xa9\xa7\xd1\x10\x08\x5d\xa7\x58\x08\x46\xe3\xae\xf2\xd0\x61\x02\xd5\x2e\xb3\x08\x25\x50\xad\xf2\xa6\x51\x02\x55\x23\x35\x92\xa4\x76\x6f\x00\xb3\xa2\x1a\xfd\x3a\xf3\x91\x4d\x43\x70\x7f\x14\xda\x42\x9d\xd7\xe5\x2e\xb5\x3a\xdd\x2f\x3d\x36\x3a\xac\xe4\x1f\x3b\x90\x2f\xe8\xdd\x7a\xf1\xb8\x99\x3f\x47\x3c\x0c\xd4\x6e\xa9\x4a\x2d\xb1\xa0\x77\x8b\x5f\xab\xa2\xc7\xa7\x2a\x37\x4e\xec\x1e\xf4\x6e\xdd\x84\x0a\x7a\xb7\x69\x82\xdb\xb9\x71\x42\xf1\x8e\x60\xb6\x3d\xb9\xec\xd0\x7b\x99\xf4\x31\x2d\x6a\x2f\x5e\xb6\xcd\x93\x49\x64\xa0\x66\x4d\xc1\xb8\x0f\xc8\x46\xbb\xa0\x05\x68\x08\x82\x89\x95\x0e\x11\x15\x64\x72\xf4\x59\x50\x90\x4d\xe9\x61\x17\xf5\x63\x12\xd1\x2f\xe8\xc7\x52\x95\x87\x2b\xf3\xa9\x26\x86\xc4\xeb\xcc\x92\xda\x65\xdb\xc1\x64\xa7\x39\x35\x43\xf0\x7e\x15\x6a\x0c\x1e\x14\x31\x1f\x83\x6e\xaa\xd5\x10\xb7\x5b\xdf\x41\xa2\x20\x33\x8b\x85\x58\xdc\x53\xe6\xff\x8b\x1e\xcc\xb2\x36\x5d\x70\x60\x4e\x55\xd6\x13\x4c\x67\xda\x65\x26\xab\x74\xa6\x35\xe9\x4c\x41\xb7\x35\xa7\xf8\x2b\xa8\xb6\x66\x52\xab\x88\xa9\x1d\x9e\x05\xb4\x59\xa9\x6b\x69\xa0\x85\x9a\x7a\x15\xad\x49\x73\x91\xa6\x36\x91\x06\xbe\xb9\x07\x6a\x84\xc5\x31\x4f\x05\x9b\xd2\xf4\xe1\xed\xeb\xb0\x0b\x0b\xde\xbe\xa7\x30\x04\x16\x50\x2d\x57\x05\x4a\x57\x43\xc0\xbe\xa4\xc5\x81\x47\x6f\x92\xa1\xdc\x82\x6e\xa9\x9b\x88\x50\xb7\x54\x65\xd2\xad\x9c\xa5\xd9\xcb\x81\x1b\xbd\xf8\x43\x08\x74\x65\x30\xb0\xe6\x39\xfd\xb3\x25\xd7\x04\x82\xf3\x8d\xba\xe8\x79\x2b\xab\x93\x45\xcf\x5b\xef\x1b\x55\x4b\x0f\x45\x0f\x1e\x77\x75\x4f\x7f\x5a\x8f\x3b\x26\xc9\x5d\x16\x84\xe0\xdc\x22\x4c\x81\xeb\xc5\x04\x3d\x78\xa2\xf5\x2a\x0a\x7a\x4e\x8a\x68\x41\xd1\x93\xaa\xa4\xe2\x2b\x78\xdc\xab\x9b\x81\x05\x9d\xc6\x16\x5a\x7f\xb1\x50\xc1\xe7\x8c\x56\x0a\xf1\xa8\xa7\x0c\x33\x57\xd0\xa1\x5a\x4c\x7b\x50\x64\xae\xcd\x08\x12\x46\x1d\x68\x38\xaa\x76\x09\xd7\xd7\xa2\xab\x31\xa5\x39\x0b\xba\x93\xa2\xc7\xf4\x92\x7e\xa4\xb8\x26\x97\xad\x09\xc2\xb2\xe9\x89\xba\x16\xa7\xcf\x27\xfa\x82\xf2\xa4\xcb\x4a\x75\x2d\x5a\xc1\x75\x43\xa0\x52\xc2\x45\x44\x47\x0e\x99\x35\xad\xc5\xf3\x55\x55\x53\xae\x55\xa2\x52\x50\xad\xcc\x4b\x67\x1f\xae\xa2\x61\x04\x5b\x78\xda\xc9\xac\x87\x39\x53\xcf\x87\x6e\x15\x2b\xdc\xfc\x21\x44\xfd\x5a\xfd\x75\x90\x2f\xa6\x16\x11\xf1\x90\xc3\x0b\xb5\x88\x5f\x6e\x14\x66\x66\x97\x78\x6b\xb8\x71\x0e\x73\x61\x70\x78\x8c\xb3\xdd\x3f\x24\xd2\xd0\x97\x84\x51\x18\xce\x89\x61\x5a\x47\xe7\xc4\xea\xc7\x15\x74\x29\x61\x54\xdc\x08\xe6\xe0\x6d\xdb\xe2\xbb\x55\x26\x4a\x34\x04\x91\xb7\x9f\x82\x18\xf2\x55\x44\x63\x8b\xf2\x27\x41\x9b\x85\x4d\x20\x76\x43\xb8\xb8\xb9\x1a\x22\xbd\x50\x9f\x84\xb7\x1f\xf9\x4c\xa7\xc2\x6f\x2d\x84\x0b\x9e\x66\xd8\xa0\xdb\x98\xf5\x29\xc3\x48\xb5\xa7\x08\xf3\x1b\x46\xd3\x17\x99\x60\x1d\x9a\x17\x67\x28\x9a\xa9\xe8\xbc\xe6\x43\xe0\x75\x57\x92\xc8\x1b\xbd\xee\xcc\x06\xc0\xeb\x2e\x49\x58\xb5\xe0\x75\x57\xa4\x2e\x5b\xf0\xba\xeb\x6d\xb8\x15\xb8\x6c\x79\x68\x48\x98\xe0\x5b\x90\x29\x4a\xe5\x35\xcc\x14\xa5\xa9\x9a\x9e\xc3\x99\xae\x37\x37\xba\x19\x2f\xc1\xcd\xe0\xe2\x49\x2e\x83\xab\x99\x56\x8d\xce\x74\x76\x98\x58\x6f\x1a\x86\x48\x94\xf0\xa6\xf1\x87\x96\x0d\x3a\x80\xc2\x0c\x92\x07\x62\xff\xda\x0b\xea\x00\x92\x6e\xda\x37\xd3\xff\xe9\x0d\x06\xc1\xfe\x94\x15\x1d\x33\x96\x76\x69\xd5\x99\x6a\x34\x3c\x36\x8a\xe0\xab\x4c\x3e\x17\x64\xf0\xf3\x7a\x0a\x33\xcc\x36\xba\x20\xf8\x2e\x8a\x61\x64\x1e\x52\x99\xf2\x32\x0f\x69\x4a\xcd\x35\x3b\x1e\x76\x1a\x37\x9e\x79\x12\x56\x33\x0f\x69\x51\x58\x38\xe6\x13\x9d\xcd\x6b\x81\xf0\x20\xf2\x41\x61\x52\xd0\x21\x7f\x6e\x25\x05\x95\xf1\x07\x73\x82\xa6\x2a\x03\xf9\x05\xff\xb5\xe2\x07\x09\xa4\xec\xd9\x92\x1b\x8a\xce\xab\x62\x47\x30\xd3\x67\x95\xa7\x17\x33\x7d\x76\x63\x8d\x62\xc6\x96\x69\x90\x8c\x66\x15\x04\x2a\xd5\xdd\x0c\x37\x43\x8b\x0a\xb9\x7a\xbd\x9e\xc2\x85\x37\x68\x08\x42\x88\x9d\xe1\x1e\x99\xe0\x4f\xf2\x82\x9b\x2c\x61\x57\x1f\xd0\xab\x34\x8f\x9c\xa1\x60\xe5\xbf\xc5\x04\x9e\xc3\x62\x26\xca\xd5\xab\xdc\x3e\x99\x89\x33\x4c\x6d\x6f\x06\xe1\x10\x45\x83\x40\x3c\x4c\x7b\x21\xc7\xee\x45\x7c\x0f\xe4\xd8\x61\xda\x0b\x51\x75\x98\xbe\x41\x52\x1d\xa6\x92\x37\xb6\xca\x32\x36\x4a\xaa\x9b\xd8\x5c\x48\xaa\x1d\xac\x83\x09\x35\x53\xf3\xf4\xc9\xae\x9b\x0b\xa3\x4f\x58\x4e\xae\x0a\xc2\x20\xb4\x85\xdb\xd7\x4c\x4f\x87\x38\x28\xda\x7f\x4a\xb1\x1d\x81\x62\x7d\xa8\x01\xd1\x4a\x41\x8a\xdd\x7d\x65\x29\x69\xa6\x1e\x2f\x1f\x5a\xe6\x76\x37\xc3\x9c\x72\x5d\x10\x43\xcb\xfd\x16\x5e\x1a\x3e\x60\xd9\x02\x19\x86\x86\x7d\x04\xa9\x72\x02\x13\xfe\xd3\xcf\xab\xe9\x56\x66\x82\x4d\xbf\x16\x21\xe3\x4e\x12\x8e\xaf\x4f\x30\x4e\xad\xa6\x01\xb5\x8a\x2f\x94\x0f\xed\xb2\xb4\x6e\x90\x86\x9f\x0e\xab\x40\x24\x64\x12\xa6\x7e\xc8\x40\xc8\xa8\x66\x41\x1e\x9e\x4d\x8a\x21\xc7\xae\xb2\xa9\x60\xa2\xcc\xae\xe0\x72\xcc\x93\x99\x42\x2c\xd2\x87\x36\x73\x62\x1f\x21\x7f\xee\x16\xb1\x52\xfe\x5c\x15\x6f\x8c\xa9\x30\xfb\xb3\x39\xa0\x85\x55\x8f\x37\x0a\xa7\x65\x43\xb8\x28\x9c\x56\x7c\xe9\xce\x94\x96\x21\x0b\x47\xe6\xa9\xec\x8c\x70\xdf\x99\xa6\xb2\x57\x6e\x23\x33\x51\x76\x19\x2a\x39\x13\x25\xb7\x9f\xf9\x25\x43\xa6\x90\x4c\x2f\xd9\x2b\xaf\x5e\xa6\x97\x4c\x55\x86\x1a\xca\x2f\x29\xf1\x20\xf3\x4b\x56\x29\x9c\x98\x5e\x32\x4f\x72\xba\x9b\x22\xe6\x2a\x3b\x86\x0d\x11\x73\x1e\xcf\x87\x50\x07\x87\x3f\xc4\xb8\x43\xa3\x81\x2d\xc8\x74\x87\x8a\xe0\xdc\x5d\x08\x4d\x51\x73\x33\x88\xea\xc2\x75\xdb\x0a\xdd\x2a\x01\xf8\xbe\x68\xa8\x13\x86\xe8\x47\x60\x08\x4e\x2f\x94\xc0\x30\xbb\x64\xaf\xa1\xf9\x83\xfa\x56\xa9\xb5\x95\x5e\x52\x06\x2e\xce\x2e\x99\x35\x47\x70\x02\xcd\x00\xb6\x2d\xfc\x19\x0c\x10\x2e\x0d\x94\x89\x66\xb2\x1b\xc1\x7a\x27\x97\xbd\xd9\x9f\xbb\xe7\x7b\xc5\xd0\x07\x3e\xf5\x5a\x0c\x06\x1a\x1d\x6a\x06\x4c\x68\x95\x4c\x7f\x5f\x78\x12\xb5\xcb\x55\x0b\x0b\x0d\xc2\xaf\xca\xc8\xc0\xa8\x52\x0f\x84\xf4\x12\x5e\x70\xa6\x2b\x22\xaf\xc3\xbc\x94\x45\xd6\x94\xcc\x4b\x59\x1b\x4f\x0d\xf3\x52\x16\x09\x75\x36\x44\xe5\x55\x4e\x3e\x1b\xa2\xf2\x2c\x3e\x9b\x59\x2a\x53\xad\x5a\x44\x3a\x8b\xc9\xf6\x8c\x69\x2a\x9b\x0c\x75\x98\x7c\xb2\xcc\x6e\x08\xf1\xb6\x84\x8b\x0c\x24\x2b\xc6\x6b\xa7\x20\x29\x7c\x0a\x11\x0b\xe8\xf2\x87\xb0\xf4\xd4\x9c\xe0\x39\xd6\x64\x78\xbf\xe1\x39\x66\x17\x27\x66\xad\x4c\x53\x1b\x05\xc7\xb1\xac\x80\x98\x4c\x5a\x99\xa4\x6f\x60\xd2\xca\x22\x09\x1f\x13\x53\x16\x99\x7d\xee\xc4\x8b\xb8\xaa\x4d\xec\x53\xf3\xca\x70\x9f\xf4\x04\xdc\x69\xc3\xe5\x7d\x1a\x2a\x2c\x54\x1f\xf0\x06\x94\xbf\xcd\xa6\xfc\xdb\x56\xda\x1b\xf2\xef\x36\xdd\x25\x62\xc2\x5f\x5e\x45\x18\xd3\xca\xc9\x7d\x33\x40\xac\xec\x34\x98\x8a\x32\x55\xd9\x6c\x2b\x17\x65\x6d\x3f\xce\xe7\xd2\x95\xa8\x52\x71\x8b\x98\xa8\xb2\x4a\xac\xbf\x21\x46\xb7\xc2\x61\x53\x8c\x5e\x1b\x25\x59\x1b\x62\xf4\x36\xc2\x10\x47\xee\x66\x06\xab\xba\x1d\xa4\xa0\x12\xa6\x66\x06\x07\x6b\xae\xca\x9d\x0b\x41\xb0\x8d\xd1\xee\x30\xfd\xa5\x7c\x85\x37\xa5\xf1\xa6\x05\x59\x88\x33\x05\xc1\xc2\xe3\x32\x04\xfa\x2e\x95\x16\x53\x5c\x66\x85\x30\xdc\x10\xb8\x27\x13\xb1\x4c\x92\x22\x73\x20\x66\xbc\xcc\x52\xf8\x33\xe3\xe5\x29\xd4\x97\x8c\x3d\x29\x9a\x06\x2f\x37\x47\xca\xda\x99\x69\x99\xab\xa6\xc8\x74\x8c\x53\xfd\x43\xe6\x27\x2f\x95\x0d\xc1\xfd\x69\x54\x73\x44\x9c\x03\x85\xcd\x50\xe6\x4c\xb1\xde\x4c\x9c\x99\xe7\x33\x36\xfa\x45\x14\x57\x7d\xe3\x43\xf7\xc1\x30\x07\x1a\x29\xc2\x1c\x28\x34\x17\xf3\x68\xb6\x67\x1b\x81\x8f\x0a\xcd\xc6\x7c\x97\x49\xd1\xaf\x76\x66\x1a\x5c\x2f\x3f\xb9\xc6\xe6\x29\x22\x3c\xb5\x82\x3e\x6c\x38\xb5\x3d\x34\x94\x4e\x6d\x3e\x39\x99\xf6\x5e\xc5\x35\x91\x95\x48\xbb\x08\xd7\xb4\xc2\x44\xf2\x07\x82\xc2\x69\xba\x0c\x5e\xe4\x5a\x0b\xaa\x0d\x24\x56\x60\xd6\xcc\x64\xeb\xc6\x0d\xb5\x41\x96\x9d\xda\xa6\x83\x99\xf7\x14\x3e\x64\x8d\x89\x70\x0f\xc4\x03\xa7\x66\xc0\x41\x74\x77\x01\x7f\x47\x19\xc8\x6f\xba\x97\x49\x15\xb7\x19\xba\x56\xfe\x8e\xbb\x30\xcf\xd0\x53\x93\xe7\x4d\xd4\x07\x5a\x83\x36\x75\xfa\xe0\x24\x96\x15\x97\x70\xc3\x47\x2c\x25\x6d\x1a\x34\x0a\x45\x01\x07\x98\xd1\xf3\x34\xa3\x1e\x81\x43\xbe\x88\x0a\x8d\x8b\x3d\x6e\x3e\x42\xa5\x44\x62\xd6\xce\x6c\xb2\x81\xd0\xb5\x6d\x26\x57\xbd\x01\xb9\xec\x83\xc5\xd0\x48\x45\xb7\xb4\x34\x42\x13\x97\x11\xdb\xb5\xa5\x70\x27\xab\x52\x3d\x33\xf9\xe7\x29\x34\x08\x46\xec\xa9\xca\xc0\x80\x86\x38\xd4\xe1\x4e\x16\x3a\xd1\xde\x30\xa0\xbd\x2e\xb8\xc2\xa0\x38\x42\x30\xf8\x9a\xd5\xea\x5d\x44\xa0\x02\xc9\xca\x76\x11\x85\x13\x0d\xa9\xa2\x70\x42\x23\x68\x3f\xb2\x4c\xba\x36\x3c\xcf\x9a\x02\xae\x30\xa5\x68\x93\x65\xdc\x86\x2e\xa4\xea\x15\xbc\xa1\x0b\x69\xf3\xf9\x0e\xf7\xb4\x57\x87\xa1\x6d\x67\x51\x8f\xf2\xa9\x55\x87\x60\x36\xa5\x60\xdb\x95\xcc\xa6\x6c\x48\x37\xbc\xc9\x9a\x02\x98\x6e\x78\x93\xb5\x49\xee\x92\xd9\x47\xf3\xb8\x5c\x76\xc3\x29\xe5\xc7\x5e\xe4\x4c\x46\x9a\x65\x09\xc1\x5c\xa4\xa9\x8a\xf7\x54\x32\xd2\xe9\x59\x91\x88\x88\x88\x31\xd4\xad\x89\x08\x1d\xc6\xa6\x88\x4f\xc5\xc5\x25\x77\x8d\x5d\xf1\x9a\x6f\x9e\x14\x92\x97\x48\x17\xc5\xcc\xa4\xa9\xf6\xcb\x1f\x36\x34\xa3\x85\x83\x7d\xad\x34\x93\x9b\x2e\x62\xb5\x0b\x39\x2b\xb3\xa7\x35\x2d\x23\x76\x5c\x36\x3a\xcc\x70\x5a\xd2\xe5\x0f\x71\xc6\x9a\xbb\x60\x72\x21\x31\xad\x8d\x3b\xae\x90\x6c\xbb\x61\xc7\x65\xd1\xba\x1b\xa3\xac\x48\x5a\xbb\xdb\x24\x01\xe8\x82\x38\x74\x9d\xeb\x46\x92\x93\xdd\x0e\x53\xbd\x17\x41\xb0\x0b\x0a\x97\x4d\x34\x33\x04\x05\x9b\x71\x55\xa4\x73\xaf\x1e\x00\x1e\xad\xe1\xb2\x17\xab\xba\x10\x94\xba\xb8\xf0\x86\x53\x88\x47\x83\xe3\x29\x52\x49\xf7\xb6\xda\x45\x66\xe8\xde\xa6\xe0\xe1\xbb\xc1\xad\x5e\x36\x44\x1b\x5a\xad\x1c\x3a\xd7\x8d\x44\xae\x68\xad\x10\xea\x4b\x8f\x96\x0d\xad\x56\xd6\x5b\x97\x59\x5d\x93\x32\xcf\x75\xa6\x75\x6d\xf3\xe9\x82\x69\x16\x9f\x56\x81\x2c\xd5\xa3\xe1\x86\xe8\x44\x36\x12\x3d\x31\x44\xd0\x79\xb5\xa9\x5d\x86\xce\xab\x98\x39\x63\x28\x60\x85\x0e\x64\x76\xd8\xac\xe7\xce\x86\x1e\x2b\xc9\xfc\x4f\xe9\x60\xa5\xe2\x67\x3a\xd8\x5a\xbc\xc7\x70\x52\x9b\xd3\x65\x13\x7e\x08\x1a\xda\x41\xc0\x48\x3a\xb8\x50\x5c\xb5\xa9\x9b\x02\xba\xa9\xd2\x85\xe3\x50\x3f\xe5\x10\x6e\x76\x8a\x2c\x64\x99\xab\x4c\xb1\x49\xb7\x6f\xa7\x8f\xa2\x76\xb8\xd3\x86\xb4\xb9\x0c\x49\x00\xbb\xbb\xe0\xb2\x3d\x3d\xd2\xf3\x82\x23\x85\xb3\x5b\x53\x5c\xfb\x4d\x67\xb7\xda\x29\x33\xd8\x5d\x81\xd5\xd5\x07\x6c\x8a\xbb\x16\x8a\x8a\xab\xda\xdd\x65\x20\xe0\x87\xb8\x8f\xae\xad\x71\x33\x1f\x38\x29\x0a\xd2\xce\xa8\x51\x32\xb5\xba\x47\x3a\x59\x9a\xee\x91\x2b\xb0\xbe\x16\x67\xe9\x90\x0b\x62\xa0\x3f\xed\x22\x7c\xd4\x8a\x2c\x5e\x98\xff\x36\xa7\x6e\x08\xaa\xb2\xe6\x66\xc8\x8c\xf9\x3b\x86\x39\xf4\xd8\x40\x8d\xba\xc7\x86\x59\x74\x7f\x07\x46\x41\xcc\x67\x67\x32\x56\xf7\x8e\x0b\x47\xe1\xfa\x98\x61\x37\x29\xa2\xd7\x86\x32\xac\x29\xe7\xc1\x96\x32\x4c\xf8\x35\x98\x67\x51\x3b\xc3\x8c\xba\x0a\xad\xb6\xe1\x3a\x56\x94\xc4\x62\x0f\xde\x13\x5a\xc3\xc1\x44\x19\xe1\x36\x91\x38\x22\xfd\x06\x3a\x3d\x68\x86\xe5\x2e\xf8\xd4\x1d\x86\x06\xf3\xa5\x69\x34\xf0\x41\x36\x87\x31\x78\x6b\x88\x17\x40\xea\xdd\xe6\x37\xf2\xe0\x6e\x0b\xdb\x87\xd3\xae\xa9\x55\x6e\x37\x45\x8b\xcc\xcb\x9b\xa4\xb5\xdc\x03\x59\x34\xb2\x17\x43\x3b\xea\x59\x21\xf8\x89\xa2\xf1\x33\xa3\xee\xfc\xb5\xea\x46\x86\x38\x77\x41\x23\x0d\x37\x0a\x74\x1f\xda\x60\x66\xdb\x0d\x6d\xf0\x60\xfe\x7c\x3d\xc3\x07\x79\x0a\x99\xcc\x32\xa5\x6e\x92\x08\x9c\x29\x75\x4f\xa1\xc1\xf6\xfd\x35\x25\xb0\xdb\xf0\x5e\x8b\xe4\xe1\x6c\xbe\x36\x43\xd0\xe4\x87\x2e\xc4\x3b\xe9\xa9\x0a\x19\xd9\xd3\x23\x8e\x94\xe8\xdb\x60\x4e\x15\xc9\x4f\xa6\x72\x23\x5c\x82\x90\x08\x5d\x38\x45\xf7\x35\x8b\xa1\x98\x36\xb7\xc9\xbc\x6c\x4f\xc6\x37\xd2\x8a\x4f\xf2\x09\x42\xfe\x49\xb5\x8e\x2c\x66\x99\x53\x37\x27\x61\x38\x73\xea\xca\x29\x89\x39\x75\xab\x0c\x2a\x98\x53\xf7\x7c\x58\x04\x72\x73\x0c\x21\x2c\xad\x8e\xc6\x24\x4b\x21\x8a\x0e\x4f\xb7\x2a\x2b\x95\x3d\x29\xe6\x17\x99\x80\xc2\x31\x29\x10\xc5\x96\xc2\xd1\x32\x1a\x28\x1c\xab\x8c\xb6\x37\xc2\x0b\x27\x85\xbd\x67\x8a\xdd\x36\xdd\xe1\xc1\x94\x69\x5e\x14\xca\xc8\xe2\xc7\x36\x75\x91\x75\x14\x83\x3c\xe0\xae\xfa\x82\x63\xbd\x46\x4a\x43\x90\xe9\xb2\x9b\x1f\x7a\x70\x88\xfa\xaf\x93\x3a\xf9\x66\x19\x1a\x0d\xdf\xd0\x4a\x64\xb2\xe1\x21\x97\x25\xcb\x65\x8e\x5d\x6b\x60\xf6\x24\xf7\x29\xbf\xeb\x0d\x35\x66\x96\x3b\xd1\x9e\xcc\xcf\x5a\x5c\x95\x5b\x25\x74\xa4\xa3\x5b\x88\x00\x30\xc9\xee\x14\xb9\x0b\xe6\xd7\x56\x33\xc1\x1d\x17\x2f\x1c\xda\x38\x9d\x55\xe6\xd5\x35\x87\x1b\x3c\xf2\x8a\xe6\xc0\xbc\xba\x45\x71\xb9\x99\x57\xb7\xca\x16\x80\x79\x75\x43\x3a\x20\xe6\xd5\x6d\x32\x84\x62\x7a\xdc\xa6\x90\x89\x3b\x44\x36\xf5\x1d\x82\xd6\xc8\x43\x9d\x29\x68\x6d\xbd\xcc\x14\xb4\x45\xa6\xde\x1b\x7e\x5e\x59\x21\xac\x99\x82\x36\x55\x3f\xaf\x17\x63\x3f\x75\x43\x40\xbf\xe1\x0f\x61\xc0\xa9\xb3\xb1\xc8\xb3\xb8\x51\x88\x08\xa5\x66\x61\x0a\xd8\xa9\x80\xa0\x4f\x0a\x58\x31\x6d\x08\x87\xdb\xa4\x2b\x64\x5e\xd7\xac\x30\x2d\xcc\xeb\x3a\xfc\x6a\x42\x5a\xd7\xf3\xa1\x41\xf6\xa8\x56\xa1\x67\xc9\x3a\xfd\xcc\xeb\xfa\xf4\xa8\x64\x20\xe9\xc7\x9a\x44\x66\x7d\x6d\x32\xfd\xda\xd0\x79\xda\x2c\x6f\x2f\xca\x76\xc5\x6c\x2d\xea\xd4\xcd\x51\x2e\xbe\x9b\xc4\x6e\x2c\xa1\xaa\x66\x45\x54\x35\xd7\xb8\x28\xee\x09\x17\x36\x16\xba\x59\x5c\xa9\xda\x39\xa4\x84\x6d\x53\xc4\x69\x11\x71\xc3\x7d\x60\xff\xa7\xbf\x03\x67\xe0\xa7\x09\x42\xe9\x36\x59\xe2\xed\xad\xfb\x4f\x18\xb0\x15\x8f\xb0\x08\xc2\x58\xc3\x65\x1c\xab\xce\x03\x7c\xdf\x86\x3c\x8a\x36\x7c\xdf\xa6\x65\x71\x0c\xa5\x5b\xfd\x8c\xd9\x14\xf0\x0c\xb7\x83\xc4\x55\xd5\x1f\xbe\xa0\xad\x36\x84\xcb\xc2\xef\x08\x44\xc8\x0d\x05\x31\xda\x5b\x98\x44\x24\x67\x80\xdc\x6a\x56\x89\x11\x72\x15\xf7\x96\xf9\x6b\x4f\xa1\xeb\x22\x40\x73\x73\x21\x44\x75\x7a\xf2\x6e\x7a\x71\x75\x43\x4a\x0f\xa3\x15\xe0\x23\x5f\xeb\x4a\xe7\x3b\xef\xdd\x66\x86\x7b\x51\xf2\xad\x13\xa8\x79\xf0\x96\x15\x25\xdb\x94\x13\x89\x4f\x46\xdc\xdb\x26\x5f\x18\x66\xbe\x3d\x1d\xfa\x43\x18\xf5\x78\xa9\xe8\xa7\xf3\x34\x0a\x39\xd1\x03\xf1\xb4\x88\x04\x2a\xf0\xad\x27\x05\xa2\x2b\x0d\x92\xb2\xe2\xca\x87\x6a\x6f\x86\xad\xf2\x77\xd0\x3c\x99\xfb\xdf\xc2\x47\x71\x47\x5b\xef\x78\xad\x1b\x35\x88\xdd\x55\x27\x08\x90\x21\x38\x4d\x8a\xe4\xc1\x69\x6f\xca\x52\x88\x59\x71\x0f\x8f\xd5\x04\x22\x32\x91\x68\x1c\x82\xd2\x3a\xea\xf1\x7e\x81\xc9\xba\x86\x21\x36\x3a\x04\x41\xf6\x2d\xd4\x40\xc6\x5a\x25\x6c\xed\xcc\x58\x5b\xfd\x4c\x82\x63\x5e\x93\x67\xfb\x46\x54\xda\x29\x9f\xe0\xad\x70\xb2\xff\x2f\x63\x67\x72\x35\x3d\xcb\x34\x69\x57\xda\x04\x89\x99\xcd\xef\x8b\x54\x55\xb7\xff\x26\xf4\x51\xc4\x15\xfa\x96\xcf\xbb\xcc\x03\x02\xc4\x90\x24\x39\x05\xf7\x0f\xe9\x64\x73\x54\x3e\xf6\x79\xe0\x2f\x3e\xce\xc8\xc2\xdd\x2c\xcb\x76\x27\x33\x6a\x70\x67\x8f\x7c\x27\xdc\x59\x78\x8c\xa3\xeb\xc8\x97\x73\x7f\x9c\x56\xe1\xed\xc1\xa7\x2f\xdd\x9b\x71\xed\x90\x7f\x6a\x86\xbf\x80\x8d\x70\xfc\x8c\x49\x4b\xee\x18\x63\xd2\xae\xe8\x3b\x04\x49\xdb\x1a\x97\xd1\x47\x7a\xe1\x7d\x84\xf2\x3e\xd9\xf9\x70\xc9\x37\x8a\x5f\x94\xee\x8d\xe4\x93\xf7\xc7\xf9\xa4\x60\x9c\x5f\x2f\x5b\xda\x51\xb0\xdd\xce\xce\x74\x0a\xd9\xa8\xd7\x6d\x20\x6f\x9b\x05\xff\xfa\xfe\xe3\xfe\xf9\x02\x66\x52\xa0\xe4\xbb\x00\x1f\xff\x02\xc1\x19\x4a\x0f\x33\xee\x66\x45\xbe\xd5\xec\x68\x47\xbe\xb5\xfd\x1f\x5c\xa8\x6f\xa7\x9f\x25\xc1\xae\x11\x61\x3b\xf9\x57\x41\x84\x6d\xe0\x0b\x1a\x11\x76\x65\xe6\x6c\x69\x6f\xbb\xe4\x4b\x21\x5d\x73\xe0\xbe\xf6\x9a\xde\xa9\xaa\xf4\x2d\xb0\x7c\xc5\xbe\xed\x13\xee\xa3\xd8\xb7\x45\x4c\xb6\x41\x5f\xcf\x86\x4b\xa9\x51\x5f\xfb\x86\xc5\x7e\x7d\xe0\x76\xcd\x97\xca\xfe\x77\x84\xd2\x0b\x73\xe7\x43\x21\xe2\x9e\x69\x95\x3c\xae\x0c\x40\x7a\xb3\x68\x1c\x0d\x01\xdb\x70\xb7\x35\x06\x6c\x27\x45\xf6\xad\xe0\xb7\x1d\x2d\xaa\x2c\xf8\x2b\x66\x39\x47\xbb\xe1\xfc\x1f\x98\xd7\x8d\xc8\x23\x93\xfd\xca\x21\xfb\x19\x79\x85\x69\xb5\xc9\x9e\x20\x1d\x60\x5e\x81\x55\x03\xca\x35\x9b\x43\x46\xf9\x4e\x1c\xd0\xad\x34\xb2\x05\x40\x2a\xe3\xb3\x2e\x52\x03\x1b\x83\xb5\x00\xef\x11\x5c\xd5\xd4\x34\xae\x2a\x5b\x55\x46\xf8\x15\x7b\x82\xe2\xce\x3a\xde\xd5\xc6\x5c\x3d\xdb\xce\x3f\x3d\x07\x77\x13\x15\x6d\x60\xd5\x1d\x65\xfb\xcf\x51\x8a\x88\x91\x3f\xbf\x46\x22\x64\xc8\x28\x8f\x2b\xa4\x41\x57\xfb\x86\x35\xfc\xcc\xfc\xe0\x45\x7f\x06\x18\xe0\x96\xf8\xb3\x0f\x21\x62\x83\x6c\xe9\x3d\x7a\x18\x05\x84\x2d\x1c\x24\x80\x4e\x8d\xe2\x43\x51\x5f\x7d\x73\x4e\x48\x6e\xfa\x96\x75\xa5\x5c\xe0\xbb\x6d\xbf\xa9\x94\xdd\x8a\x3a\x0f\xf5\x53\x7f\x0d\x4a\xe7\x9b\xd7\xa6\x33\x9d\xe2\x2f\x0e\xe6\x29\x31\x38\xc6\x3c\x5d\xd1\xde\xff\x19\xe2\x9e\x65\x31\x74\x69\xa4\xd2\x3f\xf3\x2c\x8e\x93\x22\xb0\x56\xce\x88\x22\xb0\x26\xa8\x3e\xf7\x9f\x9e\x5a\x07\xd7\xb7\xb0\x4a\xcf\x7e\xa4\x19\xe5\x11\x23\x23\x29\x58\xa5\xfd\xc8\xb8\x6f\x43\x3e\x31\x52\x09\xe2\xdd\x52\xc1\x5c\xb2\x72\x6f\x0f\xee\xa1\xfc\x10\x5c\x50\x8a\xab\xd7\x04\x4f\x23\x92\x9e\xdd\xa9\xda\x1f\x52\xe8\x67\xba\xdb\xa7\x41\x48\xf7\xb9\x28\x93\x70\xd1\x0f\x3d\x21\x1e\x52\x90\x1c\xba\xf9\xa6\x61\x47\xa7\xa1\x93\x1e\x4a\xf7\xe0\x4c\x4d\xc1\x4b\x1e\x2d\xed\xe8\x58\x96\x14\x8a\x69\x96\x7c\xf8\x71\xd5\xb4\xfa\x95\x7f\x4e\x81\xfa\xb9\x90\x9f\x34\xe6\x96\x0e\xdb\x34\x28\xe9\xf6\xab\xed\xa1\xaa\x5a\xe5\x97\x2f\x6b\xa5\x52\x53\x83\xdb\x94\x3d\xab\xb3\xfd\x2e\x78\x28\xbd\xf6\x1c\x84\xfd\x90\x42\x99\xda\x0c\x55\x2a\x5b\xeb\x4c\x1e\x4a\x5b\xb3\xe6\xc3\x9f\xdc\xcf\xe8\x82\xe5\x18\x6e\x46\xc1\x54\xfb\x9c\xff\x04\x76\x79\xaa\x0a\x48\x6d\x17\x28\x05\x16\xb6\x0d\xa5\x6d\x55\x29\x63\x39\xd6\x09\x79\x8a\x69\x37\xa8\xe7\x34\x38\xd0\xfb\xa1\x94\x76\xa0\x1f\x50\x5f\x75\x41\xa3\x3e\x0d\xac\xbf\x42\x9b\x96\x23\xd2\xa6\x11\x44\x97\xa3\xd5\xa6\x11\x44\xb7\x93\x1e\x4c\xe3\x82\x16\x27\x10\x9f\xc6\x05\x1d\x86\x92\x9d\xc6\x05\x2d\xb6\xc8\x4d\x70\x41\xfb\x79\xa4\x99\x3f\x5b\xdd\x4d\x29\x24\xda\x3b\xfe\xa1\x94\x98\xe8\xa4\xe6\xad\xa0\xef\x83\x0e\x75\x67\xf7\x33\xad\x5a\x7d\x99\xd1\xc8\x96\x36\x5a\x9a\xf9\xba\x2a\xc3\xd1\x85\x5e\x67\x7a\x54\x6a\xdd\xe9\xa5\x91\xa1\x77\x58\x29\xff\x50\x4e\x87\xb3\xa1\xb6\x84\xab\x01\x45\x56\x33\xa8\x9f\x4c\x72\x94\x89\x15\x39\xe8\x7a\x82\x04\xda\x4f\x7e\xaa\x38\xc8\xf4\x0c\xa5\xe0\x95\x99\x0f\x9d\x18\x29\xd4\x96\xf4\xcc\x60\xb6\x73\x2f\x75\x28\x21\xf7\x1c\x74\xef\x2c\x55\x27\x1d\xca\x9f\xb4\x72\xf8\x1d\xc9\xe4\xd4\x4b\xd3\xc0\x9b\xc5\xf0\x5f\x13\xdc\xcd\xc2\x89\x36\xee\x66\x3f\x33\x6e\xb9\xd2\x0f\x4e\x9b\x71\x37\xbb\x31\xaf\x26\xc0\x9b\x27\xa7\x56\x68\x9a\x23\x0b\x25\x13\x28\xce\x40\x0f\x65\xfd\x01\xff\x24\x5b\x46\x3f\x33\x8b\x72\xc2\xb7\x65\x63\x1a\x69\x13\x04\xf7\x87\x32\x52\x9a\xcb\x2a\x2b\xb3\xa1\x84\xb8\xcc\x5e\x70\xea\xce\x36\x53\x53\xb1\x8a\xa3\x43\x29\xac\x6b\x4d\x28\xf1\x9e\x93\x7d\x2a\x8b\xe8\xb0\x59\xe1\xa1\x1e\xde\x9f\x59\x54\xc8\xd3\xb9\x39\x6c\x0a\x79\x2a\x8e\x3f\x9f\xc6\xe4\x3c\xbb\xb5\x50\xd3\xa0\x9c\xad\xc3\x5f\x65\xcb\x6c\x07\x87\x46\x26\xc9\x62\x74\xac\x87\xea\x46\x66\xa3\x1d\x3d\xae\xfd\x62\x9f\x46\xda\xac\x95\x19\x96\xb9\x72\x0c\xf6\x89\xcc\x95\xe5\xa8\x69\xc6\xfd\xcf\xf4\x61\x35\x77\x28\xe5\xbb\xeb\xe9\xc2\x88\xe2\x29\xf3\xe1\x9b\xe9\x51\x08\x60\x83\x1e\x95\xe0\xb2\xc3\xfb\x94\xe0\xb2\x1a\x78\xf6\xa1\x96\x3e\x64\xab\xc8\x24\x59\x76\xd6\x46\x2b\x35\xf8\xd0\xe8\x96\xf6\x22\x7b\x28\xd9\xce\x60\x3d\x0e\x79\xca\x48\x9b\x1d\x10\xf8\x7d\xe5\x9e\x3c\x7b\x39\x52\x28\x38\x8a\x97\xd2\xc9\x38\x27\x94\x73\xcf\x1d\xf9\x52\x53\xd5\xe8\xdf\xae\x69\xec\x22\xe7\x9e\x1c\xcc\x46\x93\x7f\x69\x26\x55\x46\xbf\x12\x2e\xad\x64\x8f\xc3\x6f\xde\xb9\x88\xaa\x3a\xcf\x7f\x33\xe9\xc6\x41\xa1\x43\xeb\x20\x8a\x7f\x5f\xc6\xb1\x31\x38\xfb\x32\x79\x2d\x7b\x81\x4f\x03\x5a\x8e\xc1\x39\xb1\xc5\xab\x97\x96\x42\x23\x5a\x2e\xa8\xaf\x0b\x27\xa4\x4c\x5e\x95\xaa\xf2\x60\x6e\x5c\x3d\xdd\x7c\xa2\x9c\x50\xfe\x70\xa4\x50\x41\x76\x9c\x69\x65\x54\xdc\x6f\x1f\x12\xfb\x7b\xe1\x0a\x17\x32\x65\x71\xf4\xf9\x43\x75\x17\x32\x58\xc5\x60\x8d\x96\xc2\x29\x54\x26\xfa\xf0\xc6\xcd\x04\x18\xc1\xff\xed\x43\x7e\x5c\x5c\xef\xfd\x62\x70\x29\x94\xb6\x80\x33\xa6\x5c\x8c\xc3\x06\xc9\x69\x28\xca\x61\x23\xdb\x43\xb9\x0b\xfe\x5f\x1c\xa6\x97\x19\xd2\xd3\xca\x54\x39\x65\x1e\x1f\x0e\xa2\x09\x4e\xa8\x4b\xfe\x40\x13\x4a\xe7\x16\xd6\x20\xbb\xd2\x9a\x48\x1e\x46\x94\xec\x05\x06\x3f\xcc\xc3\x7b\x0a\x95\x63\x06\x41\xc0\xa1\x53\x03\x59\x43\x89\x10\x89\x94\x7d\x28\xf9\x02\xb2\x35\x65\x56\x1a\x83\x0b\x7c\x78\xda\xd2\x8a\x26\x6a\x50\x51\xa8\xb7\x2d\x8d\x98\x13\x57\xa6\x74\x30\x33\xa9\xda\x5c\x18\x52\xdb\x8f\xad\xa1\xd4\x82\x63\xc0\x60\x04\x21\x39\x17\x67\xd1\x10\x92\xe0\x5c\xcc\x65\xa3\x0f\x70\x21\x0f\x79\xea\x17\x0b\x94\x47\x40\x9f\xd3\x69\x64\xd8\xe3\x02\x98\x9c\x0b\xd6\x38\x9d\xfe\x85\xa5\x51\x1a\xc0\x65\xf0\x8e\x09\x52\x64\x0f\xc3\x73\xd0\x93\x93\x9d\x3e\x94\x22\x2e\x39\xfe\xb2\xe5\x2c\x2b\x92\x1e\x4a\xbb\xa8\xa6\x99\x3f\xad\x14\x14\x93\x1a\x4a\xe9\x06\xb8\xfc\x64\x9f\x99\x13\xae\x39\x0d\x81\x5e\x43\x29\xbd\xd9\xc8\x77\x8f\x18\x74\x70\x31\xc8\xae\xb2\x8e\xfc\xae\x67\x91\xc3\x07\x14\x64\x49\x4d\xed\xe8\xca\x51\x50\x24\xd5\x6e\xf9\x25\xa6\x98\xcb\x77\x39\x50\x1a\xf1\x75\x39\xff\x3f\xc7\x76\x19\xeb\x14\xc6\x2c\xf8\xc3\x15\x29\x70\x59\x28\xae\xec\x45\xe7\xe5\x1b\x08\x22\x8b\x5d\xb4\xa0\xb6\x33\xe3\xa4\x50\x26\x76\x2e\x38\xe3\x16\xf6\x76\xa4\xee\x47\xee\x57\x0c\x47\x01\xb7\x3d\x65\xcf\x06\xdc\x9c\x0c\x83\x0d\xf6\x8c\xc6\xd1\xb7\x5c\x4c\x4a\xa7\x77\xce\x33\x8d\xc8\xf5\x13\x41\x53\x66\x85\xbd\xd3\x88\xdf\xe6\x69\x5f\xf1\xa5\x67\x9a\xbc\xe5\x23\x9b\x9a\xce\xee\xc3\x5a\x28\x70\xaa\xda\x63\x77\x1a\xb2\x70\x3e\x2f\xe5\x7f\x72\xe9\x65\xc0\x7f\x3e\x74\x18\xd5\x71\x86\x5a\x4a\x76\x13\x4a\x33\x01\xe7\x93\xa5\x62\x74\x36\xa2\xf2\xec\x8d\xce\xc5\xe3\xec\x79\x9d\xe9\xb5\x69\xa2\xe7\x94\xc8\x34\xb1\x1b\xb3\xad\x88\xab\x76\xb0\xf5\x1d\x71\xd5\xb3\x85\x0d\x45\xb8\xcf\xb4\xea\x3f\x66\xdb\x6c\xa7\x73\x83\x49\x3a\xf1\x5e\x6f\x35\xe3\x51\x36\x5f\x56\xdf\xd1\x59\xbd\xb1\x37\xb7\xa3\xe3\xb8\x17\x15\x9d\x55\x32\x73\xdb\xa9\xcf\x46\x28\x41\xb9\x75\x46\x2e\x7d\x40\x6f\xef\x87\xe2\x61\xec\x29\xd9\x4a\x46\x1b\xe9\x42\x89\xff\xd8\xef\x5b\x89\xd0\x2a\x6f\x10\x65\xda\xab\x27\xc2\xb4\xb1\x09\xc3\x96\x95\x5a\xaf\x2e\xb6\x94\xb0\x09\x57\x76\xb4\x03\xc0\x16\x57\xcd\xe5\xbc\x04\x2c\x3f\xa9\xf4\x98\xc6\xcb\xcf\xd5\x9a\xb2\x5b\x65\xa1\x3c\x8b\xf0\xfa\xcb\x3e\xda\x33\x8d\x7a\x16\x39\x60\x97\x73\x29\xc2\xa5\x84\x5c\x38\x1a\x0f\x84\xcb\x59\xaf\x39\xe0\x97\x13\x1d\x0e\xca\x9c\x5b\x8f\x29\x95\xf9\x63\xe5\x8e\x32\xe4\x5f\x39\x52\xf6\xfd\xbf\xff\xd7\x23\xf8\x5c\x16\xc3\x1a\x92\x87\x6c\x23\x67\xae\x6c\xd9\x46\x7a\xa4\x22\xdb\x3b\x22\xf8\x5c\x09\x6d\xa0\x0f\x3d\x89\x22\x41\x5c\x38\x1b\x7a\x6e\x64\xb6\x58\x0b\xc1\x53\x56\x8b\x9e\x2e\x6e\x0b\xcc\x5c\x0b\xb2\x5a\xf4\x8c\xfb\xc6\x2b\x35\xdf\xe9\x64\xc0\x78\x65\x7b\xe8\x91\x66\x64\x7a\xe8\xb9\xe8\x0d\xce\xd7\x3b\xcb\x6d\xdb\x43\x1e\x1a\x36\x3d\xf4\x9c\x22\xd9\x1e\x7a\xee\x76\x59\x10\xce\x05\xaf\x11\xc8\xde\xd9\x3b\x8f\x09\xe5\xf6\x2b\xf5\x6d\xd5\x5e\x83\x69\xd5\x5d\x32\xab\xb2\x28\x9c\x9b\x5d\x6b\x8b\x42\xde\xb5\xd2\xfd\xf7\xcc\x94\x74\xff\x3d\x7b\x51\xba\xff\xb3\xd7\x94\x09\x76\x8d\xa5\xb9\x9d\x95\x80\x77\xa5\xec\x02\x3d\x72\x87\x73\x02\xbe\xff\xa4\xb8\xd0\x9a\x19\xbe\xfd\x87\xfc\x93\x5c\xbf\x72\xd3\xdf\x5e\x52\xae\x13\x99\x0c\x7a\xae\x68\x99\x0c\x4a\x67\xb9\x65\x32\x58\xff\x2b\x93\xb2\x6f\xa5\x95\xaf\x32\x47\xbb\x3f\x1b\x10\x7a\xa7\xc3\x8f\x97\xbb\xa6\xb0\xb8\x70\x43\x7a\x34\x15\xea\x12\x95\x32\xdd\xd7\xec\x68\x59\x10\x7a\xee\x96\x8f\x05\xf4\xce\x4d\x6b\x13\x42\xa4\x09\xe7\xf6\x2b\xfc\xbe\x52\xfb\xf5\xdc\x91\x86\xb9\x9b\xf3\x3f\x70\x69\xe7\xfd\x3b\x47\x9a\xd1\x7e\xcb\x3f\x4a\x37\x11\x31\x5f\x76\x89\x9e\x9b\xce\x30\x77\x79\xf1\x0b\xca\xae\x0f\xee\x32\x19\x22\x6a\x1e\x2b\x1f\xb2\xec\x84\x72\xa8\x4a\xbe\xfb\xe8\x3b\x86\x4d\x7e\x67\xc4\x3c\x59\x22\xea\x66\x9b\xca\xd6\xd0\xed\x07\xf1\x50\xc2\x05\xed\xa1\xba\x3f\x64\x16\x8d\xe3\xdd\x99\xc5\xdb\xd1\xa6\xf4\x21\x8d\xf5\x68\x29\xd3\xbe\x44\xd0\xfb\xf8\xad\xdc\x91\xdd\x3f\xb7\x94\x71\xec\xfd\x8f\x01\xc0\x57\xaa\x1a\x46\xdf\x6b\xf1\x65\x33\x20\xcc\xd8\x2c\x11\xf5\x87\x10\xf2\xd6\x84\x83\x09\x20\x6f\x85\x9f\x7c\x7d\xbe\xb9\xb0\x15\xc5\xd7\x07\x2f\xe0\x2f\x47\x18\x0e\xaa\xfc\x7c\xa3\xf2\x53\x5f\xaf\x37\x57\xa6\x82\xfa\xfa\xe0\x36\x51\xee\xbc\xb9\xd2\x85\x45\x92\x8e\x66\xee\x6b\x18\xfb\x33\x85\xfe\xc5\x7c\xa8\xd5\xe0\x8e\xc0\xb6\x30\x53\xf6\x73\x33\x03\x52\x07\x93\x95\xfa\x02\xf1\x10\xca\x03\x47\x6d\xe7\x90\xbf\x83\xad\xa9\xe4\x79\x2b\xcf\x63\x27\xcf\xeb\x03\xdd\x14\xc6\x05\x56\xfc\x4b\xb6\xce\x54\xdd\xae\xca\x2f\x4b\x82\xc9\xd1\x90\x71\x61\x65\xdf\x7e\xad\xb8\x3d\x33\x9c\xaf\x3f\xe4\x47\xe4\x95\x6b\xbb\xeb\x43\xfd\xb9\xd0\xed\xc8\xf2\xb0\xcf\x33\x54\x53\x2e\xee\x13\x6a\xca\xd4\x99\xb2\xe5\x0f\x37\xa4\x52\x5c\x33\xad\xce\xb3\xd7\xc7\x4b\x3a\xd3\x66\xa8\xe7\x3e\x3f\x11\x2f\x84\x44\x37\x4e\xc4\x02\xc5\x03\x96\xa8\x60\x7e\xb8\xda\x76\xa8\xe7\x26\x3c\x59\x0f\x25\xc4\x1b\x27\xec\xfe\x67\x87\x16\x66\xd5\x30\x70\x3d\x92\xfd\xcf\x47\x8e\x43\x26\xf3\xc2\x38\x11\x20\x0c\xf5\xb6\x59\xd5\x9f\x33\xeb\x20\x5e\xfd\xbc\x8e\xe1\x46\xb2\x3d\x94\x4c\xa3\xe3\x01\xa3\x62\x56\x90\xdf\x88\x96\x43\x41\x7e\x23\x0a\x6f\x63\xbb\x9d\xf0\x54\x59\x22\x46\xd4\x7f\xb2\x44\x9c\xef\x71\x74\x58\x5f\x94\x35\x7f\x4a\x81\x79\xae\x7c\xb8\x55\xb6\xa1\x2e\xbd\xab\x3b\x94\xfc\xae\x57\xa8\x9f\x71\x08\x43\x7a\xde\xbc\x6e\xca\x63\x77\x46\xe3\xf7\xe7\xd9\xe7\x88\x39\xe5\xdc\x09\xbf\x97\x9d\x62\x9c\x28\xb2\x9c\x39\xae\x0f\x8e\xb1\x0c\x15\xad\xc3\x0d\x94\x1c\x6e\x9c\x88\x61\x7f\xc6\x46\x18\xac\xd4\x9f\x9e\x3d\x51\x7a\xfc\x59\xd4\xcb\x36\x72\x22\xb9\x73\xfd\x33\xce\x65\x1a\xb0\xed\x3c\xd8\xa9\xca\x1d\x37\x4e\xee\x0d\x5b\x23\xc2\xa9\xb1\x46\xd8\x27\x75\xee\x43\xcf\x45\x34\x49\xfb\x90\xb8\xd1\xed\x4e\x3a\x01\x4c\x33\xb8\xdf\x43\xc9\xba\x58\x42\x49\x01\xeb\xbb\x71\x3b\x05\x9c\x8d\xeb\xd3\x08\x69\x03\x4b\x85\x11\xd2\x2a\xfc\x6f\x1f\x4e\xd6\x77\xa4\xec\x56\xcd\x6d\x4a\xae\x2f\xdc\x22\xfb\xf0\xc4\x6d\xda\x94\x88\x8c\xd9\x64\xcb\x6a\x70\xf6\x99\xc1\xe8\xa1\x85\x81\x61\x1f\xe6\x6a\xf6\x5f\x98\xc6\x3d\x1b\xe8\xc6\xc1\x3d\xeb\xce\xce\x38\x8d\x7b\x36\x30\x38\x80\x7b\xd6\xed\xa5\xf6\x90\x5a\xe5\xcd\x3f\xea\x38\xf4\x59\x18\x90\x1e\x65\x67\xa6\x4a\xf9\xf9\x7a\x7e\xd9\x49\xae\x3b\xad\x4a\xf4\xb6\x1b\xea\x34\x26\x5a\xd9\x2d\x65\x32\x1a\xcf\x50\x0a\xb2\x35\xcb\x05\xf6\xac\xdb\xdb\x69\x6e\x52\xc2\x99\xc7\x6d\x25\x65\xdb\x8e\x09\x9a\x9b\x94\x68\x07\x35\x0d\xda\x3d\xcd\xac\xf7\xe9\x34\x40\x47\xa8\xe5\xc2\xd4\x55\x8a\x26\xf3\x91\x7d\xea\x29\xb4\xfd\x9e\xd8\x27\xab\xc3\x70\xa4\xcb\x72\x24\xed\x04\xbf\xac\x3b\xc9\xfe\x34\x7e\x59\xb5\xc9\x6b\x1a\xbf\x0c\xb4\xa2\xb9\x31\x5c\x34\x06\xfe\xac\xce\x9a\x2f\x25\xbf\x4c\xe6\xff\x74\xae\x4c\xf3\x98\x2d\xfb\xc3\xb9\x32\x50\x89\xd7\x0e\x35\x99\x9b\xec\x69\xcc\xe9\xe9\xc4\x7a\x99\x0c\x6f\x71\xbb\xfa\x4c\x23\x94\x9d\x7d\xb2\x8d\x15\xf6\x55\xec\x34\x38\x0d\x3b\x36\x30\x00\x18\x76\xec\xa9\x9a\x42\x25\xb8\x78\x0b\x2f\x17\x76\x48\xe5\x9d\x3a\x53\x55\x23\x38\xd3\x87\x47\x60\x2e\xb7\x8b\x73\x4b\x9d\xa1\x3c\x8f\x8c\xce\xf3\xb8\x38\x10\xc5\x99\x4d\x4f\xfa\x70\x16\x0b\xe6\x43\x71\x57\xbb\xa6\x47\x67\xac\x3b\x69\x46\xb7\xec\xc1\x79\x90\x62\x7f\x20\xff\x19\x93\x6b\xdb\xbb\x65\x02\x82\xe5\x04\xf4\xd3\x58\x56\xbb\x32\x18\x65\x24\x1b\x85\x56\x8c\x56\x85\xc3\xfa\x34\x5a\xd5\x86\xad\x1a\x82\x6a\x3b\xf1\xd3\x43\xdd\xae\x4a\xab\x4e\xba\x59\xf3\xa1\x7f\xb1\xa5\x93\xe7\x17\x0d\x03\x38\x41\xa4\xc2\x9f\x7d\x1a\x91\x6a\x6c\x98\x85\x11\xa9\x70\xbc\x9f\x46\xa4\x02\x54\x7c\x82\x48\x75\x9c\xa1\xa4\x05\x2c\x8c\xc7\x1a\x52\xde\xd0\x06\xa4\xaa\x33\xff\x2c\xd9\x71\x71\x58\xaa\x1f\xcd\x9c\x8e\x0a\xac\x10\x65\x96\x1d\xed\xd0\xfd\x90\xf2\xf6\x81\x3f\x55\xe3\x0a\x75\x7a\x34\x62\xe1\xf1\x6f\x66\x6d\xec\xa8\xd6\xd8\x1c\x8a\xd2\xd9\x3c\xd3\xb7\xa2\x74\x7a\xe1\xe4\x36\xdf\x56\x6b\x85\x74\x1f\xee\xb1\xd9\xc8\xb8\xd8\xac\x4a\x59\x36\xd0\x2e\x19\x58\xea\xc4\x71\x70\x1a\x59\x6a\xa0\x5d\x32\x3c\xd4\x89\x9c\x6d\x78\xa8\xee\x1c\x00\xd3\xf0\x50\xd5\x49\xa9\xa7\xd1\xa1\x4e\x1c\xca\xa6\xe1\xa1\x2a\x92\xe5\x6e\x3a\xe5\x58\x53\x8c\x07\x35\x27\xcc\x42\x39\xd2\x4e\xbc\x58\xa6\x01\xa1\x6a\xe5\x08\xb6\xcb\x11\xbb\xf4\x21\xf9\xa4\xe5\x1f\x2d\x9f\xac\x9d\x56\x15\xa7\x06\x0b\x16\x5a\xd4\xd8\xef\x87\xba\xf4\x46\xca\x34\x57\xfb\x48\x1f\x32\xc8\x36\x28\x09\x2f\xc8\xd2\xbb\x39\x6b\xd0\x0c\xa5\xe4\x6e\x5c\x08\x0a\x0c\xaa\x95\x0d\xe8\xc0\x20\xfc\xc4\xa6\x61\xa6\xce\x5c\x88\xcd\x02\xea\x3e\xf2\xa5\xd4\x36\x19\x8e\xbd\xb8\x57\xca\xb6\xab\xa6\xd9\xe7\x7c\x3a\x0d\xea\x04\x66\xca\x78\x1d\xd3\x30\x53\x03\x6b\x96\x61\xa6\x4e\x5c\xb5\xe6\x56\x9c\xd0\x70\x52\xd4\x09\xea\x94\xb3\x19\x4f\xa3\x4e\x8d\xb0\x39\x59\x30\x46\x78\xa0\x0d\x18\x85\x03\x89\x01\x63\x73\x94\x65\xc0\x18\x93\x3b\x48\x31\x3b\x75\x32\x70\x85\xde\x14\x83\x19\x4c\xb0\xa4\x50\x5c\x18\x4b\xaa\x1f\x25\x35\xd5\xe1\x4a\x99\x80\x5c\x32\x34\xf9\x0a\x54\x78\xb7\x2c\x1d\x13\x99\x73\xcb\x98\x51\x06\xcb\x4f\x6c\x4d\x86\xed\xe8\x8a\x23\x94\x52\xec\xc0\xff\x6c\x92\x78\xc7\x29\x13\x68\xb7\x07\xd1\x34\x3c\xd4\x89\x85\xc0\xf0\x50\xe7\xbb\x19\x94\x33\x6e\xda\x67\x70\x02\x0f\xd5\x37\x17\x92\x43\x6f\x70\x9d\xd8\xce\x19\x37\x33\x38\x9d\xf1\x93\x32\x25\x82\x1b\xb9\x2b\x06\xa1\x56\x1d\x4a\xa0\x42\x30\x67\x61\x47\x4d\xde\x55\x7b\x38\x07\x01\x17\xe7\xf0\x29\xe6\xb5\x6a\xf0\xa8\x86\xb0\x6c\xf0\xa8\x79\x1c\x29\xf3\x3f\x76\x5a\x55\xde\x24\xf4\xa4\x86\x87\x3a\x7b\x56\x4a\xf8\x50\xf3\x48\x97\x4e\x82\x9b\xc1\x59\x02\x30\x60\xfd\x34\x3c\xd4\x39\x47\x3a\x51\x3c\xd5\x91\xb2\xaf\x9a\x29\x50\x3e\x62\x99\x00\xa9\x3b\xf1\xb2\x30\x3c\xd4\x3c\xb8\x65\x14\x97\xd3\x72\xa8\x1c\x97\xd3\x8d\xb3\xf3\x90\x55\x55\x69\x46\x19\x49\x98\xe2\xe1\x40\xc0\x9a\x8a\x8a\x67\x44\x3a\x90\x19\x66\x86\xe1\x03\xf8\x84\x52\x2b\x88\x4f\xef\x60\xa4\xc4\x1b\xcc\xcd\xad\xa1\x71\xad\xc9\x80\x33\x8f\x7f\xfb\x50\x3f\x55\x75\xe1\x64\x16\x01\x2b\x09\xb5\xd4\xcc\x84\x52\x50\x1a\x12\xa8\x80\xa2\xea\xc8\x60\x04\x66\x5c\x8f\x94\xfd\x14\x3f\x1f\xca\xe7\x9b\x05\x97\x31\x67\xe6\x48\xc9\x96\x33\x0f\x8e\x9b\x82\x7d\x26\x06\x42\xe3\x44\x9d\x67\x09\x65\x56\xc4\xb9\x51\xb4\x4f\xeb\xcc\x94\x8c\x40\x2d\x77\xca\x94\xe0\x5e\x66\x3e\xbc\xa4\x18\x9d\x50\x5a\x6e\x24\x5c\x19\x88\xda\xdb\x05\xbb\x0f\x36\x25\x03\x51\xeb\xec\x62\x19\x88\xce\x5d\x53\x55\x9b\x8f\x7b\xda\x71\x41\xdd\xb9\x7b\x1e\x52\xbb\x8f\xb9\xb1\x2d\xe9\xac\xe9\xf1\x72\xd5\xb4\x23\x53\xfa\x4a\x1f\xc2\x98\xc9\x4f\x49\x81\xde\xd3\xa3\x77\x54\xa1\xe6\xa5\x99\xca\xc0\x2d\x0b\x6c\x1e\x12\xb6\x3b\x1d\x85\xd1\x3c\x52\xd4\x0c\x9f\x12\x34\xd5\x3c\x10\x22\xa6\xdf\x11\x7b\xa7\x55\xe1\x3c\x1c\xe9\xff\x56\x55\x26\xdc\x91\xc7\x5c\x7e\xd3\x3b\xac\x86\x12\x2f\xe2\x46\x95\xc1\xea\xcc\xf2\xcb\x60\x35\xf1\xf0\xda\xb2\x49\xcd\x83\xc9\x50\x72\xbf\x89\x6e\x24\xb8\x55\x70\x77\x60\xab\x5a\xca\xf4\xf7\x56\x30\xee\xa5\x47\xdc\xc8\xae\x55\x1c\xd0\xc4\x33\xcc\x30\x56\xf3\x68\x29\x53\xbe\xc4\xb7\xcc\x83\x59\x50\xca\xc8\x89\x24\x24\x1b\xd8\x3c\x38\x97\x8a\xe6\x99\x38\x8d\x6d\x05\xf3\x9c\x23\xfb\x54\xd1\x3c\x13\xef\x88\xbd\x94\xa8\xe8\x40\x86\x74\x6e\x41\x5c\xc8\xf6\xb2\x3b\x40\xb6\xbb\x2c\x6b\x13\x1b\x9c\x41\xad\x76\xae\x6c\x63\x5a\x45\xba\x58\xe6\x35\x48\x9b\x0a\x03\x9a\x2b\xbf\xaf\xdb\xc5\xf9\x41\x1f\xaa\xba\x0b\x1a\xb5\xbb\x3a\x3b\x53\x61\x40\x13\x1d\x8e\xc1\xb0\x6a\xcb\xd8\x64\x3f\x88\x1c\x20\x4b\xde\xd3\x0c\x13\x6e\x34\x80\x1d\x4a\xa1\xfc\x67\x3e\x54\xfa\xa9\x95\xb1\x7d\xfc\x61\x86\xa3\x03\x96\x9f\x32\x5f\x42\x9c\x52\x18\xd0\x44\xbb\x6f\x9c\x2c\xf2\xc6\x4c\xe3\x64\x4d\xcc\xe1\x5b\xc6\xbb\x9a\xa7\x87\x2c\x74\x7b\xbc\xad\x68\x11\xb3\x33\xec\x0c\xf2\x6e\x22\x59\xe8\x0e\x0e\xed\xf2\x76\x43\x46\xde\xde\x6e\x08\xe9\xc2\xcc\x7a\x3e\x9c\x90\xc2\x49\xac\xa9\xea\x91\x36\x28\xcf\x0d\x7b\x6a\xeb\xd1\x34\xde\x76\x64\x1d\x5e\x10\xfe\x7b\xda\xf4\xfd\xc5\x6d\xb6\x49\x5d\x90\xef\xcc\x42\xc6\xbf\x3d\x3e\x8c\x93\x75\x8e\x4c\xaa\x2d\x7d\xa8\x6d\xb7\xcc\x77\xf3\x18\x29\xf3\x74\x64\xe4\xdb\xd3\xc1\xe8\x94\x2b\x79\x86\x32\xd8\x29\x72\xd7\x56\x30\x59\x36\xbc\x50\xb3\xf6\x78\xa9\xfe\x7f\xff\x6f\x61\x91\x33\x68\xd6\xd3\x05\x3f\x29\xc7\x3c\x94\xdf\x80\x66\x8d\xb7\x47\xf9\xf6\x8e\x8c\x06\x61\x27\x13\x62\x06\xc3\x33\x69\xcb\x2b\x7f\xcc\xb4\xa3\x95\x63\x73\x08\x60\x6b\xe1\x1c\xb2\x95\xdb\x71\xf5\xcc\xe3\x6d\x7c\x3b\xbe\x93\x50\x9a\xe7\xcc\xb6\xd7\x75\x16\x47\x1b\x67\x9f\x69\xf3\x79\x33\xee\x54\x7c\x8e\x22\xbb\xdd\x58\x5b\x23\x62\xb7\xb1\xb6\x1a\x52\xb7\xb1\xb6\xc6\x31\x43\x3a\x4f\x54\x87\xf2\x12\x73\x63\x2b\x08\xab\xe4\xe9\x7d\x39\xe3\xce\x99\xaa\x8f\x2c\xbb\x7b\xfa\x10\x0e\x6b\x4f\x4d\xbd\x1f\x99\x43\xe5\x92\xdc\x9c\x76\x19\x0b\x9f\x1e\x52\x56\x55\x73\x43\xe9\x11\xc8\xaa\x5d\xd2\x7b\x44\x5c\xba\xb6\x20\x83\xb9\xcc\x2f\x25\x54\x8a\x7c\x74\x19\xdb\x0c\xc1\xe6\x02\x17\x88\xef\x9e\xe9\x9d\xe8\xc8\xb7\xa3\xa3\xc6\xc9\x15\x21\x6b\xe1\x3c\xf3\x83\xb2\xb8\x0f\xe6\xfe\x32\xb0\xe4\xc9\xc5\xab\x78\xa8\xb5\xf2\x4f\xb7\x51\x61\x4d\xc9\x3e\xd8\xd0\xfb\x1a\xb4\xab\x61\x86\x30\x66\x57\xd9\xdc\x26\x8e\x5b\x1a\x27\x8f\xf2\xdb\xf7\x3e\x27\x41\x98\x5d\x4f\xe1\x84\xbc\x14\x66\x96\x2f\xbf\x8f\x2c\xbb\x43\x89\xf5\xa6\x15\xa5\x7c\x65\x7b\xcb\x92\xd8\x0e\xee\x72\x59\x12\xcb\x09\xe7\x75\x10\x13\xce\xc3\x5b\x31\x4c\xe7\x38\x91\xba\x6e\x27\x38\xae\x29\xec\x2e\xcc\x97\x46\x3b\x4a\x55\xe7\xcc\x2a\x50\x0e\xb9\xc8\x87\xb7\x1e\x92\x0c\x54\xc9\x69\x17\x8c\x50\x16\xc8\x12\x41\xd6\x06\xc8\x71\xc2\xb2\x65\x81\x5c\x27\xf7\x80\x62\x9a\x9e\x42\x5a\x95\x86\xea\x78\xbf\x6c\x0f\xeb\x67\x0f\x2b\xa6\x69\xcc\x9d\x66\xec\x24\x58\x52\x55\x21\x46\xec\xb0\xdb\x28\x6d\x3d\x1f\xda\xd1\x98\x1e\x6f\x0f\xa7\x86\x7c\x5e\xeb\x33\x6b\xa3\x27\xe8\x44\x98\xb8\xd9\x46\x30\xed\xdb\x50\xb7\xe9\x51\xbc\x7f\x67\x15\xfd\x3e\x69\xa1\xec\x2b\x91\x66\xc4\xec\xce\xcc\xe3\x6d\xcd\x77\x85\xfa\x73\xa1\x49\x5b\x2c\xc7\xc9\x78\x64\xb1\xac\x75\x85\x6a\xea\xa4\x43\x29\xfb\x7d\xcf\x87\x4e\x24\xfc\xef\xdc\xa6\x13\x18\xb3\x8a\x50\x6e\x18\xb3\x81\x43\x8a\x61\xcc\x46\x1e\x85\x1f\x9d\xce\xc9\xd5\xa4\x88\xa8\x31\x53\x13\x54\x5a\xff\xb3\xe3\xa3\xa2\x69\x73\x7c\xd4\xfb\x7a\x96\x21\x72\x84\x33\x1a\x8c\x2c\x8a\x4f\xe5\xfa\x3c\x63\xec\x30\x1a\x59\x6b\x25\x94\x1c\x44\x32\x1d\x52\x4b\xbe\xbf\xec\xa4\x0e\x58\x22\x8c\x22\x56\xe6\xa4\x50\x3e\x5e\xd1\x8a\xca\xd8\x58\x70\x2c\xd9\x1f\x27\x27\xe7\xb4\xc8\xd8\x38\x26\xd7\xfd\x07\x7e\x00\x5f\x71\x06\xd1\x01\x3f\x90\xb1\xf1\x8c\x0d\x61\x7f\xe4\x50\x8d\xcf\xb6\x21\xc6\x1a\x96\x5f\x43\x8c\xb5\x0e\x07\x12\xc2\xd8\x39\x4e\x8e\x8b\xd3\x8b\xce\x91\x0f\xa7\x06\xb0\xa1\x94\xe9\x36\x65\x9e\x71\x38\xe0\x57\xb6\xa6\xf2\x52\xf2\xa3\xe2\x17\x0d\xd4\xd5\x10\xcc\xbe\x9e\x70\x36\x99\x63\x97\x7a\x4d\x99\xe4\xd2\x68\x69\xbf\x3e\x57\xf0\x43\x87\x2e\x45\xd1\xf7\xf5\xda\x44\x47\x2a\xa3\xe5\x98\x23\xed\x68\x34\x25\x7d\xd8\x46\xed\x69\xc4\x10\x08\xb3\x92\x75\x6f\x60\x5d\x35\xa4\x56\x8b\xc9\x40\xc6\xbd\x31\x79\x91\xfe\xac\x57\x81\x01\xc8\xb6\x57\xe6\x0e\xa5\x67\x1f\x53\xaa\xe0\xa0\x31\xd9\xc4\xce\xd8\x39\xe9\x5d\xd6\xbb\xba\xb8\x7d\x6c\xbd\x9b\xec\xaf\x9f\x20\x04\xe6\x99\x32\xb9\x23\xb1\x15\x95\xaf\x73\x45\x97\xff\xf3\x1e\x2e\x2d\x64\xf9\xbf\xff\xd7\x4b\x3a\x94\x22\x2d\x72\xa8\x01\xac\x80\x81\x9a\x06\xb0\xaa\x67\x4d\xd5\xe5\xc2\x02\x29\x07\xf6\x9d\x2f\x9d\xfd\x8a\xc1\x59\xcb\x96\x27\xa2\x10\xac\x6a\x1e\xb3\x02\xb0\xda\x38\xe3\x81\x51\x95\xed\x2e\x4b\x5f\x1d\xbc\x5e\x8d\x51\x05\x2c\xd2\x04\xa3\x6a\x72\x4e\x64\xea\x6b\x39\x0b\x3f\x99\x61\x5b\xcf\x87\x9a\x46\xa4\x9b\x9f\xb3\xbf\x45\x3f\xa8\xd4\x9f\x93\x08\x89\xfd\xa7\x2c\x26\x8b\xe9\x90\x71\xaf\x47\x6a\xf8\x33\x0a\x3e\x73\xac\x3c\x98\x2b\xc2\x4e\xd2\x60\x4e\xa8\x8f\xae\x66\xca\x0c\x20\xc6\x5d\xfc\x27\x59\x0f\x9b\xdc\xfe\x63\xd7\x62\x78\x92\x35\xaf\xe1\x19\xb8\xff\x98\xff\x9d\x76\x9e\x13\x95\x57\xf0\x1f\xf3\xcf\x34\xca\x9a\x57\xa2\x85\xff\xb3\xb0\x17\x0d\x95\x22\x96\xca\xf9\x52\x52\x73\xb2\x8e\xb6\xed\xf5\x96\xd1\x3d\xa7\x2f\x93\xa1\xd0\xd8\x08\x11\x7f\x56\x5d\xb2\x6d\xff\x9c\xb6\x0a\xcd\xed\x9f\x41\xd0\xeb\xf1\xcf\x70\xc4\xa7\xae\xdc\x16\x31\x98\x29\xb6\xa9\x46\xb3\xef\x04\x9e\xc4\x21\x18\x5c\xaa\xe0\x63\x07\xb8\x14\x96\xc5\xeb\x90\xab\x18\x02\xf4\x75\x28\x6c\x16\x1d\x08\xf8\x51\xce\x9a\x32\x8d\x11\x55\x8f\x97\x92\xb6\xc4\x47\xd1\xb8\x4f\x03\x83\xa4\x71\x9f\xaa\xe3\x5d\xa7\x61\x9f\x4e\x10\x1d\x1e\x52\x16\x79\x5b\x3d\xaf\xc3\x12\x06\xbe\xb7\x06\x85\x22\x67\xd1\x43\x89\xdb\xe2\x88\x7c\xc9\x26\xd9\x98\xc6\x8b\x1c\x9d\x38\x0f\x5d\x8e\x6c\x02\xfe\xe0\x21\xc5\x37\x0e\x1a\x12\x18\x86\xb3\xda\x3f\x54\x73\x55\x46\x6b\x0e\x97\x19\xf0\xed\x93\x11\xd8\x4b\x3b\x83\xf5\x56\xc1\xdf\x17\x24\xaa\x79\xa4\x50\x1c\x27\xa3\xd3\x5d\x64\xec\xbf\x79\xc9\x08\x59\xd0\xc9\x5c\x36\x3b\xf2\x80\x36\x66\x55\x75\x32\xe7\x69\xcc\xaa\x66\x68\xff\x69\x94\xaa\x31\xb3\x1c\x96\x14\x88\x9f\x31\x4c\x55\xe9\x59\x55\x4b\x0a\xce\xbb\x3d\x0d\x53\x75\x62\xf7\x31\x14\xd5\x46\xcb\x6f\x28\xaa\x93\x04\xed\xd3\x58\x54\x27\x7a\x56\x63\x51\x9d\xa4\xc0\x9f\x06\xa3\x1a\xf3\x6d\x47\xe3\x39\x53\xd5\xe3\x69\x21\xa5\x9f\xb6\x3e\x03\x4c\x29\xb0\x03\xa6\x31\xa5\x06\x4e\xae\xc6\x94\x3a\xc9\xac\x3f\x0d\x2a\x55\x57\xda\x51\x3a\x22\xe7\x49\x7d\xa8\xaf\xb2\xe5\xd3\x8c\x9e\x74\x2d\xdf\x29\x0c\x8d\x77\x8b\xf1\x9f\xce\x51\x07\x63\x95\x3d\x19\x4e\x6e\xfc\xa7\x42\xbc\xc1\xa5\x58\xab\x56\xd2\xa1\xe5\x86\x93\xe9\xd0\x3b\xa2\xbc\xdf\x29\xbe\x85\x75\x3c\x0d\xd9\xd7\xe8\xc1\x72\x1c\x07\xc2\x26\x4a\x0c\xd6\x97\x4d\x94\xa3\x5a\xe0\xb9\x9c\x6e\xb2\xbd\x94\x92\x4e\xf4\x54\x7d\x18\xf7\x4b\x08\x50\xd2\x8c\xe3\x2a\x9a\x27\x94\x24\x97\x43\xa4\x46\x4d\x87\x7a\x36\x71\x51\x1a\x18\xaa\xce\x16\xca\xc9\x69\x3a\x94\x67\x66\xa7\x1d\xcd\x0c\x07\xa7\xd8\x20\xc0\xcc\xd8\xea\x89\x65\xdd\xb8\x50\x67\x96\xc2\x69\x2a\x07\x8f\xc8\x4b\x69\x2a\x07\x76\x76\x83\x46\x3d\x85\xb4\xea\x13\x57\x18\x80\x4f\x1c\x3e\xe5\x57\xf1\x89\x2b\xcc\x86\xb9\x33\xa6\x3d\x23\x4c\x9d\x4e\xc0\x34\x8d\x30\x75\xc6\xd2\x77\x29\x51\xe5\xea\xf9\x67\x5d\x79\xa8\x82\x8c\x29\x55\x76\x06\x2b\xbc\xa3\x93\xbd\x51\x6c\x85\xe0\xc4\x1b\x6f\xaa\xbf\x35\x8d\xd2\xc7\xc0\x6f\xef\xa9\xd4\xd4\x11\xe7\xc0\x17\x67\xf5\xa9\xf9\x4e\x0c\xa8\xfd\x3b\x21\xd3\x53\xf7\x23\xfb\x79\xbe\xfc\xfa\xcb\x0c\x5c\xef\x91\x1d\xea\xcf\x85\x1e\x79\xb5\xc8\xdf\x38\x81\x20\x5e\xb1\x5b\x94\xb9\xf2\x44\x11\x6c\xc0\xab\xe1\x04\x29\xd3\x80\x57\x85\x70\x2f\xe3\x5d\x9d\x46\xd9\x98\x97\x52\x55\x16\xde\xe6\x97\x2c\xc6\x83\x67\x8d\x01\xae\x0a\x4f\x37\xc3\x56\x0d\x9e\x7c\x46\xad\x5a\xce\x54\x31\x8d\x4c\xb5\x5b\xc6\x62\xd4\xe0\x9e\x32\xa1\x06\x67\x64\xe6\x8d\x35\x35\x95\x4e\xda\x6f\x9a\xab\x7a\x69\x6a\xa8\xea\x54\xa0\x34\x23\x3b\x2f\x4e\x51\x97\x4c\xb9\x05\xf5\xad\x71\xaa\x0a\x46\x8f\x4b\xf1\x54\x1b\x49\x09\x60\xaa\xe1\x2c\x62\xd3\xc0\x54\x05\xf9\xda\xc0\x54\x03\x7f\x0d\xa3\x4d\xcd\xc5\xd6\xb0\x05\xd6\x69\xb8\x1f\x4a\x18\x2b\x9c\x0d\x25\x4a\x1c\x44\x77\x01\x2f\x85\xa4\x72\xc9\x72\x7a\x92\xf9\xfa\x21\x15\xd3\x0e\x2b\x92\xb1\x74\x13\xaf\x79\xc9\x56\xba\xf0\x41\xb8\x64\x2b\x9d\xb8\xb1\x5f\x32\x79\x6e\x74\x3d\xe0\x52\x4d\xf6\x9b\xac\x91\xd5\xc9\xd4\x1f\x4a\x51\x80\x6f\x4d\x45\x01\x32\xdd\xc6\xac\x8a\xff\xbd\x41\xab\x6a\xcd\x5c\x78\x7f\xe1\x8e\x7f\xd9\x54\x89\x1e\xf0\x52\x46\xc3\x8a\xda\xfb\x52\x5e\xc2\x81\x6e\xf7\xea\x56\x5b\x74\xf8\xa4\xec\x98\xf5\xf0\xe3\xf3\xea\x16\x15\x58\xb6\xee\x20\xb5\x4e\x99\x2f\x75\x98\x91\xd1\xae\x06\xd7\x8d\x8c\x93\x03\xc5\x97\xd1\xae\x48\xda\x38\x2f\x02\xaf\x26\xdd\x4b\xb5\xdc\x53\xd3\x21\x2b\xec\xe0\x6e\x59\xbc\x97\x14\x2a\x0c\xaa\xf3\x87\x92\xc5\x77\x09\x35\x5c\x35\x5f\x6a\x34\xcc\x8d\xc2\xb0\x6a\xce\x93\x42\xad\xca\xc1\xa1\x25\x49\x60\x67\xa3\x76\x47\xbe\x75\x0a\x9d\x0d\x83\x6d\x83\x71\xf2\x2d\xdb\x8e\xa6\x63\x6e\x1c\x6a\xe5\x57\x9a\x11\xad\xda\x62\x6e\x86\x53\x88\x72\xa2\x14\x78\x55\xf2\x8f\xc3\x51\x71\x23\x65\x6e\xa5\x42\x7d\xe5\x9f\x99\x9a\x8e\xa0\x19\x50\x5a\x6f\xb8\xcb\xf0\x7c\x0f\x28\xb9\xaa\xe0\x36\x00\xf2\x14\x41\xa0\x80\x4b\xa1\x09\x02\x31\x0a\x47\x9e\x0b\xbb\x9d\x31\x2f\xe6\x25\xc3\xdd\x26\xbc\xc2\x70\x52\x73\xa5\x0b\x45\x5e\x81\x64\xf1\x90\xda\x19\x1c\x0c\x9b\xe3\x6a\x5a\x7d\x66\xa6\x45\x4a\x13\xd6\x54\xe9\x67\xa8\x8f\x9b\x09\xa9\x9c\x9d\x99\x0c\xfb\xf5\x72\x69\x0d\x36\x38\x42\x9b\xa2\xb2\xda\x71\xfe\x3b\x72\xdc\x98\x55\x35\x27\xc3\x11\x5b\x03\x67\xb1\xcb\x11\x5b\x88\xdb\x97\x2d\x79\xb9\x6e\x65\xac\x3b\xd1\x5a\x19\xec\xea\xf9\x30\xe4\x2d\xdf\xbd\x54\xf5\x8f\xec\x74\x22\xe4\x3b\xe6\x5c\x79\xfb\x4a\xb8\xb4\x0c\x7b\x05\x97\xa3\x4b\xb6\xbb\x81\xfd\xfb\x92\x79\xae\x60\xc6\x37\xbe\x55\x1b\xf0\x65\x59\xd9\xc6\x86\xbf\xca\xca\x76\x1a\x86\xf3\xa1\xc4\xa7\x88\xe6\xbc\x64\x65\xab\x27\x87\x71\x3a\xed\x3c\x53\x3e\x7d\xf5\x46\x18\x9f\x7e\x98\xf6\xf4\x71\xb9\x90\x81\x2b\x98\x7a\xb7\x54\xfd\xb8\x90\x7f\x94\x7c\xb5\x5b\x46\xf0\x73\x61\xfa\xfc\x93\x21\x9f\xaa\x52\xbf\xa1\xa8\xbb\xa6\x03\xd4\x33\x00\xbd\x4c\x71\x02\xbd\xa6\x37\x04\xf1\x08\x46\xe3\x2a\xd8\x41\x0c\xb8\x55\x71\x49\x33\xde\xd6\x99\x88\x3e\x03\x6e\x0d\x8c\x1d\x97\x8c\x72\x03\xcd\xf4\xa5\xf8\xb2\x41\x40\xd7\xe5\xfc\x7b\xc4\x6f\x5e\xcb\x2b\x37\xde\x3e\x14\x24\xc9\x7a\x28\xff\x5e\x6d\x88\x66\x4a\xaa\x37\x78\xfe\x5d\xb2\xb4\x9d\x79\x0e\xc9\x9a\xd6\x3a\x67\x7c\xd9\xcb\x0a\xf6\xbb\x8c\x34\x10\x8e\x6b\xe0\x2e\xbc\xee\x0c\xcd\x35\xfb\xa0\x7b\x1d\x48\x82\x81\x0c\xb0\x35\x51\x45\x5f\xcb\x67\x2e\x27\x59\x16\xab\x3a\xe1\x63\x0a\x30\x1b\x91\x37\x97\x53\x6f\x63\x82\x37\xfc\xd6\x20\x8c\xcb\xf0\x5b\xe7\x20\x48\xf9\x5a\x36\x44\xd4\x54\x15\x62\x4b\x49\x1f\x9a\xff\xb7\x47\xaf\xf1\x4c\x3b\xca\xaa\x07\x93\x95\x05\x6b\x47\xda\xdf\xcb\x1a\xa5\x0a\xf5\xf9\xbf\xff\xb7\xd1\x36\x5d\xdb\x6c\x8d\x29\x56\xc2\xbb\x35\xf3\x9d\x5e\x9c\x3b\xdf\x49\xfa\xcd\xa4\x2a\x86\x6b\x47\xbe\xb3\x89\x08\xd3\xde\x25\x63\xce\xc2\x59\xfc\xc2\x98\x93\x77\xa2\x8c\x39\xfb\x1d\x8c\x74\x28\x9b\x6b\x64\xdf\xf6\x24\xa7\x51\x39\x19\x0c\xc2\xef\xae\x7d\xdb\xe9\x3b\x55\xa5\xe0\x99\xa9\xaa\x5c\xb3\x47\x6a\x0a\xb4\x91\x2b\xe6\xb2\x35\x8f\x57\xb4\xc2\xb6\x6a\x5e\xe6\x97\xf9\x4f\x5e\x5b\x97\x5d\x80\x19\xdb\x65\xe7\x34\xb6\x34\x26\x9b\x3c\x76\x64\xb2\x99\x07\x6b\x7a\xf9\xde\x8e\x14\x23\x9b\xcd\xc4\xf4\x73\x29\xc4\xab\x9e\x1c\x86\xcb\x6e\x2d\xac\xb0\xcc\x34\xad\xf7\x94\xc9\xb6\xc9\x92\x5e\xf6\x72\x47\x88\x71\x8a\x3d\x54\xa6\x97\x32\xec\x95\x82\x64\xa0\x0c\x7b\x67\xe5\x86\x53\x86\xbd\x9a\x8d\xea\x0c\x7b\xaf\x60\xa8\x40\xb1\xd2\xce\x7f\x2b\x3f\x8c\x31\x36\x09\x0d\xbc\x2e\x27\x34\xcb\xb8\xed\x3a\x00\xc7\xbb\xac\xa4\x8c\xa0\x76\xd9\x77\x20\xc3\x61\x37\x30\x1c\x79\xb9\xe6\xaa\xba\xac\x6d\x8b\xbc\x77\xd9\xad\x65\xf2\x57\xb6\x10\x5b\xa3\x76\x5d\xc6\x53\x44\x82\xbe\x6c\x21\xe6\x05\xa3\x78\xb3\x1d\x79\xc7\x16\xa4\x33\xb3\x2f\xc5\x0c\x21\x47\x97\x53\xdf\x11\xf7\x7c\x39\xf5\x5d\x63\xf5\x9d\xfa\x2e\x7a\xe8\x4b\x26\xa4\x3d\x5e\x4a\x38\x2b\x5c\x14\x58\x90\x88\x9d\xb9\x6e\x3b\x92\xb2\x35\x6e\xa7\x94\x65\xa6\x64\xd0\xa9\x44\x06\x5e\xb7\x33\x36\x73\xc0\x1c\x36\x56\xb8\x61\x6c\xb4\x21\x8f\xc9\x25\xa3\x4d\x8b\x90\x2e\xb3\x4c\xa9\x2f\xa5\xb7\x1e\x5e\x73\x97\xec\x32\x75\xbc\x1f\x7a\x67\x76\x28\xcd\x37\x77\x91\x82\xc8\x4a\xe1\x64\xdc\xbe\x26\x70\x1c\xbb\xb0\xd2\xf0\x2c\xbb\x15\x1d\x84\x91\xe6\x92\x75\xa5\xe5\x59\x70\x3f\x33\x3c\x0b\x6c\xd2\x11\x5f\x44\xcb\x5f\x36\xae\x8c\x09\x9b\xb6\x75\x25\xc2\xfe\x87\x43\xc4\x2b\x59\x39\xe3\x36\xbf\xff\xe1\x0c\xc1\x8a\x3f\x3a\x43\x28\x7b\xaf\x0f\x13\xbe\x43\x6a\x00\x4c\xaa\xac\x29\x35\x87\x48\xc9\xe6\x26\xfe\xd7\xd7\xc7\x81\x0c\x0b\x66\xf4\xd9\xc6\x39\x0f\x65\xd0\xa1\x54\xed\xfa\xb0\x40\x6d\x51\x74\x68\xff\x8c\x75\x84\x34\x48\x01\x3d\xca\x78\x5e\x10\x29\x3e\x40\xd9\xc0\xb6\x64\x95\x99\x65\x85\x6a\xa2\x1a\x94\x7a\x5c\x8c\xc6\x62\x33\xe2\x17\x46\x99\xc5\x05\x2f\xa3\xcc\x89\x33\xde\xf5\xb1\x1e\x66\xb1\x73\x15\x3b\x36\x71\x64\xba\x14\x3b\x36\xf1\xb2\xb9\x3e\x46\x93\x18\xa9\xf9\xf5\x87\xa9\xea\x91\x7b\xe7\x28\x76\x6c\x66\x3b\x7e\x7c\xc3\xad\x12\xb2\xaa\x90\xb9\x92\xcb\x57\xe1\xfc\x61\xb2\xc9\x03\x4f\x26\x9b\x82\x27\xd3\x85\xc9\x66\x95\xd4\x35\xda\x6c\xba\xf4\x78\x78\x2a\x28\x7a\x6c\x86\xc7\x1b\x12\x6e\x2c\xce\xbc\x62\xc2\x66\x41\x56\x14\x24\xdc\xc4\x14\x67\x48\xb8\x49\xaa\x05\x20\xe1\xc6\xaa\x29\xdc\xc6\x97\x81\xf2\x52\xd6\xd4\x95\x0d\xa5\xa6\xf0\xa3\x3e\x0a\x94\x0d\xfc\x9e\x01\xc5\x9d\x95\x70\x20\xc5\x9d\x35\xf2\xde\x5c\x0a\x3b\xab\xb8\x6e\x5e\x5f\xab\x63\x57\x1a\xd5\x36\xab\x3b\x55\x75\x06\x08\x7f\xbe\xbe\x32\xf8\x9e\xf9\x2b\x7b\x70\xac\x96\x2e\x35\xcd\x6b\xfd\x9b\x5b\x7f\xad\x80\xc2\x45\xfd\x92\xd9\x6a\x96\x95\x11\xc8\x56\x7c\x66\x78\x1f\x57\x0d\xa9\xf3\xcb\x81\xfd\x7a\xbf\xf2\x96\xf9\xfa\xd5\xb7\x60\x0a\x32\x6a\xcd\xc2\xf1\x95\x6d\x6a\x4f\x78\xe2\xd7\x7b\x29\x7f\xe9\xbd\xc4\x79\x55\x70\xdb\x8c\x94\xa5\xe0\xb6\x49\x52\xa4\xcb\xc1\x6d\x83\xe4\x17\x06\xbb\x2b\x8d\x87\xc6\xd7\xb2\x13\xa9\x60\x40\xbb\xab\xe9\xd1\xb2\x13\xf6\x18\xa3\xdd\x4d\xec\x08\x97\x6c\x5c\x15\x4f\xd3\xeb\xcb\x56\x42\x06\xfe\x01\x71\xbe\xa1\x9e\xf1\x10\x5b\x60\x5c\xba\x95\xcb\xdb\xb8\x74\x63\xcd\x7c\x68\xfc\x13\x28\xb9\x82\x65\x38\xbf\xed\xc4\xca\xa1\x94\x27\x86\x73\xf7\xdb\x9c\xed\x02\x29\x59\x8a\x6b\x48\xd9\xf2\x26\x91\x07\xd7\x4f\xcb\x11\xfb\x80\x4d\x60\xab\x85\x7a\xe6\x91\xf8\xb9\x4b\x66\xad\x99\xa7\x9d\xac\x5a\x25\xf6\x01\x59\xb5\x26\x86\x34\xc3\xd9\x4d\x2c\x2e\x97\x8c\x5a\x93\xd8\xe5\x4b\x46\xad\x72\x22\x39\x2a\x9a\xad\x6e\x0e\xbd\xcc\x58\x93\x28\x9c\xeb\x77\xbb\x3f\x4f\xb7\x42\xd4\xd6\xc9\xeb\x44\x21\x6a\x93\x88\x8c\xeb\x4f\xd7\xec\x46\x1c\xfa\x33\xd7\xdf\x0c\x5b\xc8\x73\x8d\x84\x36\xd7\x1f\x19\x0f\x26\xd4\x72\xd5\x13\x72\xcb\x70\x95\xaa\xce\x30\xcf\x70\x84\x59\xb7\x23\x57\x0a\xb3\x6e\xd6\x0c\x67\x7b\x38\x0c\xd5\x5a\xdd\x9d\x4e\x94\x80\x94\xd0\x62\x20\xe3\x30\xb0\x1b\x32\x6e\xd6\xb7\xa6\xd6\x82\xe5\xfe\x33\x96\x26\x8c\xf5\xcf\xae\x4f\xec\x70\xd9\xb4\x56\xe3\xd6\xfd\xf3\xec\xa3\x43\x95\xa1\xaa\x90\xd3\xe0\xfa\x33\x4a\x7c\xda\x34\x97\xc5\xf1\xd0\xe0\x72\x7b\x22\xc8\xca\x54\x55\xf0\x3d\xba\x94\x68\x6f\x56\x4e\x86\x13\xed\xbd\xef\x28\x59\xa3\x66\x4c\x33\x0e\x6d\x1b\x4e\x79\x3f\x6f\x99\xa3\xf6\xf4\xc2\x19\x40\xee\x24\xdd\xc7\xad\x5c\x7a\x13\x43\x8d\x01\xe4\x26\x06\x1f\x03\xc8\xad\x62\x29\x07\x00\xb9\x08\xeb\x06\x90\x9b\x48\xd9\xc6\x7a\x9b\x24\xf7\xba\x65\x29\xda\xd8\x7b\x0c\xee\x36\x31\xe9\x00\xee\x36\xb6\x0f\x98\xc1\xdd\x16\x6e\xee\x06\x77\x7b\x0a\x19\xc0\xe5\xe9\x58\x50\xee\x23\x55\xed\x26\x45\xff\xcc\x78\x6a\x7a\x6b\xd0\xa3\xf7\x6d\xa5\x43\x83\x90\x1e\xa1\xa4\x74\xc9\x0f\x3b\xeb\x1a\x3f\x2c\x03\xcf\x34\x8a\xf1\x34\x64\xda\x44\x00\x37\x64\xda\x39\x8c\x6b\xfb\x90\x55\x89\xf5\xfe\xad\xa7\xbe\x4f\xa7\x4d\x2e\x69\x47\x8f\xba\x05\xa5\x0c\x32\x18\xa3\x0c\x61\xb6\xb1\xf6\x18\xc2\x6c\x95\x1e\x4a\xae\xe2\x93\x9a\x72\x9f\x73\xda\xf2\x69\x08\xb3\x8d\xd1\xec\x96\x59\xe6\x8c\x2b\xf3\x2d\xbb\xcc\x2a\x6f\xd5\xaf\x0b\xd3\x8e\x66\xc3\x57\x81\xf1\xcd\xb6\x73\x5a\x4f\xe3\x9b\x15\x82\x2a\x0c\x6f\xd6\x78\xc6\xdd\xa7\x15\x49\xcc\xf7\xe9\x8d\x3a\x53\xd3\x49\xf4\xdd\xbd\xad\x34\x48\xd5\x77\xf1\x31\xb5\xc8\x75\xcb\xf8\x52\xba\x19\xe8\xad\x14\x74\x15\xcf\xd6\xbb\xd8\x2f\x0a\x87\xcd\xbb\xf8\x35\xe4\x23\x75\xcb\x14\xd3\xd0\xc6\xdd\xc5\xec\x74\xd2\xa1\x8f\xb0\x45\xc5\x5b\x41\x65\x93\x97\x92\x21\xc2\x2a\x19\x16\x8c\x02\x36\xc9\x79\x67\x10\xb0\x73\x1a\xdb\x64\x1a\x05\xac\xd5\x8c\xdb\xb6\xef\x34\x13\x45\x0d\x94\x6c\x86\xa1\x7c\xda\x07\x83\xb9\xdd\xc5\x84\xaa\x72\x26\x09\xa5\xbb\x6d\xe5\x3b\x3d\x0d\x06\xfd\x59\x8a\xc6\x9b\xef\xb6\xc1\x62\xe6\xd0\x54\xef\x4c\x56\xa6\xfa\x36\xb3\xa0\x76\x57\x2b\xd1\x0e\x4b\x26\x77\x95\x9c\x94\x4e\x94\x84\x6e\xe2\xdc\x64\x54\xae\xa7\x6a\x48\x43\x94\x15\x28\xef\xa2\x34\x2b\x21\x86\xf7\x8f\xe1\xb5\x2a\x71\xdc\x86\xd7\x9a\xd5\x42\xdc\xed\x7c\x75\x13\x9b\xf6\x2d\x63\xc7\x79\xbe\xcd\x08\xdd\x6b\xa6\xea\x57\xfb\x3d\x8d\x2a\x87\x0e\xa7\xcf\xd9\xeb\x8c\xf9\x3a\x0d\xc4\x55\xb2\x6f\xaa\x5d\xcf\x38\xfb\xd5\xb7\xe2\xa2\x95\xcb\x91\x19\xf4\xee\x34\x9a\x99\x0c\x45\x6e\x4f\x02\xe9\x8d\x8b\xb5\xb1\x9f\x1a\x16\xeb\x29\x64\x8e\x95\x6b\x89\x7b\x11\x58\xac\xc4\xb1\x18\x17\x6b\x63\xc1\xbd\x1d\x0d\x37\xc9\x88\x70\x57\x73\x9f\x9d\x76\x9e\x93\x6a\x78\xa7\x69\xcc\xac\x33\x5e\x93\x80\x66\x2d\x76\x6e\x75\xb2\xce\x9a\x56\xff\x5c\xd5\xc3\x93\xf5\x65\xa1\xff\x36\x2e\xd6\x53\x38\x20\x8b\x3a\x49\x55\xff\x09\xf3\xda\x9c\x68\x81\xdd\x22\x43\xcd\x22\xae\xe6\x6e\x7a\x90\xe1\x27\x79\x2b\x63\xde\xe2\xb1\x7a\x2b\x63\x5e\xe5\x05\x6c\x7c\xad\x45\x98\xbb\xf1\xb5\x9e\x2e\xd2\x8c\x83\x9c\xf8\xd0\xa8\xcb\x19\xaa\x10\xc0\xf1\xd3\xb9\x9b\x11\xcf\x39\x81\xca\xad\xb7\xc3\xe2\x9a\x8f\x3c\x09\x2a\x0d\xc5\xb5\x1a\x27\x89\xc0\x3d\x12\x5c\x19\x8a\x6b\xad\xfc\xb1\x6c\x68\xe8\x91\x0c\xc5\x35\xc9\xb2\x7a\x2b\x70\x6f\x97\xff\xe0\xa5\x77\x37\x41\x6c\x60\x8d\xb8\x95\xa3\x6f\xee\x8c\x46\x8e\x32\x39\xd7\xc2\xe5\x2a\xef\x84\x2b\x56\x07\xdb\xf3\xad\xf0\xbb\xd2\x33\x53\xf2\x50\x26\xe1\x8b\x71\xb9\x36\x09\xdb\x8c\xcb\xb5\x71\x3d\x32\x2e\xd7\x6a\x59\x27\xa5\x5c\x21\x89\x90\xa1\xb7\x76\x49\x0f\x7a\x61\x4d\x3c\x18\x0d\xbd\xb5\x0b\xac\x4a\xb6\xa8\x8d\x23\x92\xd1\xb5\x76\x6e\xf4\xce\xb6\x41\x4c\x10\xba\xd6\x22\x52\xd4\xe0\x5a\x4f\x61\xea\x2a\x51\xb3\x65\x11\x83\x6b\x3d\x85\x69\x56\x8f\x31\x6e\x66\x45\xd1\x6d\x72\xfb\x19\xf9\xea\x9c\x27\xe3\x11\xf4\xd5\xca\x66\x94\x35\x6a\xa3\x8c\x36\x0e\xd5\xca\xc1\x91\xc5\x69\x21\xcf\xdf\x32\x38\x2d\xfc\xab\x0c\x3c\x35\x49\x44\x77\xcb\xc2\x74\x4e\xfc\x10\x6f\x99\x98\x16\xef\x3d\x23\x4f\x35\x42\x50\xee\x6e\x9f\xf0\x19\x4a\x39\xc3\x4a\x28\x6d\x4d\x38\x77\xb7\x02\x24\x7f\xf8\x1c\xea\x19\xa9\x41\xd6\xa7\x73\x12\xe5\x6f\x58\xaa\x85\x21\xfc\x1e\xe6\xce\x84\xd9\xdf\x32\x38\x4d\x4c\xc6\x46\xa9\x7a\x0a\x0b\xa4\xbb\xac\x50\x3a\x7e\x23\x65\xfe\xab\x9d\x66\x97\x0a\x1b\x94\xf3\x23\x4f\x28\x41\x83\xc0\x2a\x14\x1d\xb7\x48\x25\x61\x78\xa9\x45\x32\x28\xa3\x4b\x9d\x93\x64\xc5\x86\x97\xda\xc4\x7f\x1a\x34\x6a\x2e\xa6\x43\xb1\x69\x1b\x25\x8b\x61\xa1\x26\xbe\x07\x86\x77\x5a\x23\x7f\xac\xac\x80\x65\xa6\x4c\x29\xe3\xd8\x29\xb2\x6a\x4d\x54\xb3\x86\x7e\x3a\x67\x49\x17\xe2\xc7\xa8\x2a\x6e\x5b\xb5\x70\x36\x37\x2e\xd4\xc2\x1a\x75\xcb\xa8\x35\xf1\x12\xbe\x95\x4e\x70\x85\x8f\x2b\xfe\x6c\xa1\x7f\xb9\x87\x39\xec\x4c\x0f\x3a\x29\xdc\xa3\x32\x78\x2d\x23\x46\x3e\xd4\xc7\x83\x49\xe1\x57\xbc\x28\x94\x37\x31\x7f\x68\x58\x04\x8e\xad\xe2\xcf\x36\xba\x29\x03\x4a\x6d\x14\x4e\xb7\x2c\x53\xeb\x3c\x53\x76\xab\xa6\x87\x26\xdb\xd3\x42\x4b\x71\x3b\xeb\x20\x9a\xff\xdb\x41\x65\xb3\xb4\x90\xee\x62\x41\xb9\x8b\x34\x23\x20\x00\x16\x46\x71\x63\xfb\x7f\x8d\x5a\x9f\x1f\x4a\x86\xf7\x1d\xca\x93\x9f\x42\xbd\xf4\xf1\x34\x30\x9e\xd4\x46\xbf\x73\x2b\xa6\xec\xa9\x4a\x8f\xf2\x0a\x9f\xe9\x5f\x26\x4d\xf4\x44\xf7\xf4\xe1\x0b\xd7\x76\xe0\x18\x8e\xc6\xb7\x2c\x5a\x8b\xb0\x26\xc3\x4b\xad\xbc\x35\xa6\xf1\x6c\x36\xbf\x28\xb3\xd4\x2c\x08\x78\xd3\x9c\xf1\xbf\x08\xd4\xd3\x6c\x13\x61\xc8\xd0\x53\x33\xec\xcf\x39\x12\x0b\x6f\x8f\xe9\x7b\x3b\xfc\xcf\xd8\x53\xe8\xe6\x0c\x2f\xb5\xd1\xa2\x19\x5e\xea\x9c\xe1\x62\xb2\x8c\xed\xb0\xbf\xa5\xb3\x88\x31\xf8\x5e\x8a\xf3\x41\x6b\x65\x7c\xa9\x8d\x76\xc3\xf8\x52\x1b\x85\x9f\x51\xa2\x76\xfe\x51\x28\x51\x1b\x65\xd3\xed\x98\x2f\xec\x42\xb7\xb3\x29\xce\xb7\x51\xf3\x49\xb6\xb8\x03\xc2\x50\xee\xdc\xb2\x68\x6d\xa2\x22\x0c\xf6\xb4\x70\x82\xbe\x1d\xbb\x85\x6a\xd4\x98\x4d\x13\x6f\x4a\x63\x36\x9d\x51\x98\x18\xb4\x69\xa3\x5e\x33\x68\xd3\x8a\x2c\x2e\xdb\xd7\xca\x4b\x60\x79\xc2\xf3\x1d\x13\x8e\x80\xa3\x68\xad\x8d\xbe\xe4\x56\xb4\xd6\x46\x29\x74\x2f\xe4\x24\x46\x63\x50\x12\xb6\xb1\xad\x64\x51\xa6\x18\xde\x69\x97\xcc\xb7\x17\x83\x58\xdc\x5b\x56\xb2\x89\xb7\xc3\xed\x4c\x8c\xb3\xc2\x62\x64\x26\x5b\x2b\xff\x61\x24\xa8\x96\xaa\xd6\x46\xf3\x12\xde\xe6\xd4\x68\x42\x6e\x22\xbd\xce\x50\x1e\xfa\x82\xd2\x56\xb1\xe6\xeb\x56\x9a\xc6\xd9\xd2\x8c\x12\xdd\x66\x70\xdb\x07\x19\x5f\xcc\x5b\xb1\x5d\x0b\x85\x9e\x31\xa4\x16\x79\x09\xef\xed\xcc\x11\x47\x28\x59\x38\xb8\xc5\x65\x52\xdb\xa8\x66\x6f\x9b\xd4\x48\xcc\x77\xcb\xa4\xb6\x88\x95\xbc\xb1\xa8\x71\x72\xb7\x57\x95\x08\xf3\x7b\x8b\x19\x63\x52\x31\xa0\xd4\xce\x4c\x29\x76\x6a\xa3\x69\xba\x65\x8a\xdb\xef\x5c\x48\xfa\x88\x80\xab\x24\x89\x0b\x17\xa5\x5b\xf1\x51\x8b\xd0\xad\xdb\xf1\x51\x79\x33\x3a\x40\xea\x9d\x60\xe6\x9b\xe9\x77\x84\x14\x86\x8a\xfb\xf2\x85\xc6\xbe\x09\xf4\x14\xd2\xcf\xe5\x53\xc4\xed\x4b\xd8\x13\xa9\xb3\x6e\xe5\x50\x5c\x98\x3e\x6f\xd9\xd7\x36\xfa\xc3\xdb\x29\x14\x67\xed\xe9\x52\xa1\x6c\xec\x06\x85\x41\x2d\x5c\x0a\xee\x4b\x3c\x76\xbd\x54\xf7\x87\x8c\x47\x00\x57\x24\x87\x02\xe0\x6a\xe2\xe0\x63\x80\xab\x8d\xe6\xed\xbe\x74\x72\xf1\x9f\x33\xdc\xd5\xca\xed\xef\xc4\x8c\x47\x7e\x52\xef\x96\x1c\xe3\x4b\xde\x7d\x44\x2f\x18\xed\xea\xdc\x19\xb7\x1c\x0c\x4e\xf6\x94\xc2\xb0\x6a\xf8\xf8\xe5\x74\x40\xac\xa2\x4c\x71\x0d\xd3\x90\xb1\xae\x0a\xae\xbf\xc6\xba\x2a\x79\x5e\xc8\xda\x56\x23\xa5\x3a\x11\x24\xb9\x0e\x6e\x19\xdb\x06\x79\x6d\x6f\x27\x82\x9c\x75\x84\x94\x41\x95\x7b\xe3\x72\xba\x9f\xfc\xbc\x71\x00\x8f\xff\x20\x4f\x2b\x44\xec\x9c\x59\x53\xbd\x7e\x57\x66\x54\x1e\x82\x13\xcf\x52\x03\x68\xb5\xf1\x52\x86\xd9\xe6\xa7\xec\xc0\x8d\x98\xaa\x60\xb2\x16\x46\xa5\x60\xb2\x8a\x7d\xc9\xd8\x5a\x27\x19\x05\x0d\x9f\x55\x50\x4a\xde\x97\x93\x4b\x1c\xa9\xf9\xa7\x58\x22\xf7\x77\x3b\x31\x0e\x43\xbb\x0d\x2d\xc9\x44\xc9\x66\x58\xa3\x79\x90\xcd\xb0\x2e\x2e\xc6\xdb\xc1\xe6\x25\xad\x68\x64\x08\x6c\xb7\x13\x73\x21\xdb\xca\x62\x78\x1e\x6f\x7f\xf6\x73\x48\x9b\x8f\xc0\x8a\x4b\x86\xa1\xb3\x4a\x04\x01\x05\x9d\x8d\x33\x65\xf6\x5d\xe5\x76\xbd\x8d\x5c\xcc\xdd\xa6\xa0\xb3\x12\xd9\x46\x31\x67\x23\x8f\x47\xc5\x9c\xd5\xc2\xbc\x24\xe4\x2c\xbf\x24\xe7\xb1\x3c\x25\x1d\x73\x46\xb8\xe7\x7d\x5b\x57\x3a\x53\x53\x79\xaa\x5b\x1a\x55\x8a\xa4\x33\xdd\xeb\x65\x7f\x64\x68\xf2\x64\x7f\x5b\x91\x6e\xe3\x08\xf5\x27\xd3\x09\xbf\xa4\x60\xf6\x9a\xa1\x39\xd8\x34\x63\xb9\xbc\x47\xe0\x9e\x36\x7b\x76\xb6\x93\xcc\x9e\x15\xef\x63\x43\x6c\x95\x77\xb6\x9d\x14\xab\xe4\x3b\xe5\xac\xe7\xf6\x90\x81\xb4\x11\x69\x7e\xdf\x72\xb2\x21\x18\xcf\xe8\x5b\x4f\x87\x21\xbf\xaa\xca\x87\x12\x58\xde\x45\x73\xc4\x01\x12\xa9\x02\xd5\xea\xcc\x77\xca\x45\x4c\x8a\xdf\x5b\x86\xd5\xc4\xdb\x19\x99\xeb\xc4\x37\xc7\xc8\x5c\x67\xf8\xb3\x8c\xae\xe7\xab\x1e\xbb\x8d\x1e\x91\xfd\x64\x10\xed\xb7\x7b\xed\x66\x18\xf4\x6d\x9b\x37\x7f\xf8\x71\x58\x14\x0f\x10\x85\xb0\x15\xc0\x14\x6e\x19\x64\xcb\xe4\x9a\x95\x3d\xb6\x90\x61\xd6\x18\x5e\x05\xfb\xfb\xed\xf0\xb6\x57\x91\xe6\x20\x35\x42\x0a\xef\x8f\xb3\xf3\xf4\x34\xaa\xe4\x20\x48\x47\xb6\xc0\xbe\xfa\x38\xe5\xee\x3c\x71\x21\x36\xfa\xd7\xd9\x98\x28\x59\x60\x0b\x8e\x32\xb7\x53\x77\x1e\x9c\xe5\x8f\xb7\x65\xc6\x2d\x8d\x5f\x6d\x69\x53\x67\x0b\x99\xc7\xb6\x5a\xbc\xc4\xef\x8f\xb7\xe5\x5b\x53\x49\xce\xd8\x88\x1f\x07\x41\xe7\x97\xb6\x99\x5e\xa6\xcd\x89\x04\xd9\xdd\x1f\xfb\x09\x9d\xa1\x14\x4f\xca\x53\xc1\x89\x3c\x3b\xcf\x36\xe7\xe3\x8c\xb6\x59\x19\x38\x0b\xa9\xc2\x6e\xc7\xc4\x9d\xa9\xa9\xec\x2b\xe5\xa5\x7c\xc5\x64\xbe\x2d\x0f\xb5\x50\x6c\x05\x26\x43\x7e\xaa\x79\xc4\x29\xb6\x6d\xe6\x11\xf9\xf5\xbb\x3d\x0a\x40\x59\x34\xf7\xd8\xff\x36\x21\x1a\xfc\xeb\x9c\x75\xa7\xd9\x9f\xe4\x8a\x50\xbe\xca\xb9\xe7\x65\x0c\x3d\xf1\x30\x32\x50\x58\x25\x2c\xd0\x40\x61\x8d\x50\xb0\xdb\xf6\xce\xdc\x5d\x5f\x98\xcd\x4b\x2a\x5b\xe4\xdb\xa8\xf3\xf6\x30\x72\x33\x1b\x5c\xea\xef\x2f\x29\x12\x0e\x28\x05\x9f\x70\x93\xca\x68\x79\xbe\xaf\xcc\xaf\xdd\xe6\x91\x96\x64\xb4\x8c\xa2\x9e\x00\x3a\xce\xa2\xb2\x7e\xb6\x6c\xbf\xaf\xf3\x90\xc3\x89\xbe\x4e\xfb\xdf\xd2\x88\x7e\x9f\xb4\xd9\xc6\x09\x9b\x1b\x3e\xfc\x75\x08\xeb\x4e\x99\x62\xa8\xb2\x1c\x16\x8f\x5b\xd6\xca\xfe\xc6\xc8\x23\x32\x76\x4e\xfc\xfb\x0d\x13\xf6\x54\xe5\xff\xed\x18\x9f\x81\xeb\x84\xe7\xa4\xda\x9e\x39\x09\xd2\x34\x14\xd8\x43\x9e\x90\x1e\x4f\x85\x52\x2e\xd1\x9d\xaa\x43\x4e\xdc\x13\x6a\xfa\xc3\x0e\xe9\x60\xbc\x05\xb5\x5d\x38\x20\x15\x1b\x54\xd2\xea\xed\xc2\x34\xa4\xec\x7d\x68\x80\x6c\x26\x9d\xa4\x56\x03\x2a\x2c\xda\x62\xdb\x49\x71\xb3\xb9\x7f\xca\xb2\x83\x7b\xd0\x8d\xf1\x13\x1e\xa7\x68\xc0\x46\xfa\x8e\xfb\x67\x33\x12\x32\xc9\x8f\x25\x87\x21\xc8\x4e\x5a\x31\x0d\x1a\x55\xac\xc6\xaa\xa3\x48\xc1\x4d\xbc\xd1\xed\x48\xc1\x49\x48\x83\x21\xc7\x5e\xb9\xc3\x91\x82\x93\x78\x17\x43\x8e\xad\x99\xd9\xb1\xbe\x18\x9f\x1c\xa3\x8c\xbd\xd7\xa6\x8c\xa3\x8d\x88\x47\xe3\x8a\x9d\xd9\xc9\x3f\xa3\xb8\xb1\x91\x15\xe2\xd7\x30\xf7\xde\x0e\xf1\x9b\x24\xb6\xbe\x1d\xe2\x17\x3d\xf7\x1f\xeb\x3a\x42\x1a\xe2\xbb\x42\x29\xe7\x15\xbb\xfc\xcf\xe9\x4c\x98\xb9\x3f\x56\x07\xb1\xe1\xcf\x30\xe6\x67\x3e\xf4\xea\x30\x72\x25\x02\x9d\xe4\x92\x36\x5e\xd9\x22\x7b\xf6\xfd\xe7\xc7\x0c\xee\x4b\xf7\x9f\x00\x26\x36\xf3\x21\x30\xb3\x97\x5d\x08\xcc\xac\x86\x5f\xfe\x81\x5d\x4d\xa3\x5a\xac\xdc\x8e\xb2\xa3\xce\xca\x56\x56\x1c\xe1\xcb\x57\xfe\x6c\xe3\xe3\xc1\x28\xab\xea\xcb\x2c\x64\x47\x7d\xf9\xc1\x1f\x27\x32\xe3\x76\x8a\xc4\x14\x4a\x7d\x80\xa0\xf0\x87\xdc\x99\x81\x4a\x95\x44\x70\xe0\xfd\x67\xc5\x2a\x22\xc6\x9f\x1f\x9a\xed\x2d\x74\xb8\x71\xda\xf1\x2c\x3e\xcd\xac\x25\xa3\x6a\xb3\xee\xf4\xa1\x4e\x01\xf1\x1c\x50\xc5\x18\xc7\xa9\x2a\xef\x2d\x31\xef\x87\x52\x62\x3d\x4d\xc6\x32\x08\x5a\xb3\x9a\x77\x19\x04\x6d\x3c\x27\xee\x1f\xdc\x7a\x19\x04\x6d\x5a\x8e\x78\xa8\x8f\x13\x99\x41\x19\x8d\x80\x46\xe5\xb8\x62\x6f\xf1\x65\x44\xb4\x67\x6c\x1b\xd2\x79\x1b\x3a\x94\xd6\xdb\x59\xce\x1f\xd2\x79\x1b\xf8\x47\xbf\x90\x16\x3f\x25\x8b\xaf\xe5\xbd\x87\x9a\xc2\xfe\x4f\x33\xba\x9e\x47\x5a\xd9\xd2\x9d\x40\x38\xde\x74\x99\x92\x0e\xca\xda\xb2\x87\xf2\xd0\xd2\x9f\xd4\x91\x16\xdb\x96\x01\xd1\xa6\x9d\x61\x1f\x6a\x8b\xe2\x9f\xf4\xce\x71\x9e\x86\x87\x72\x92\x8c\xb7\x55\xdd\x80\x6f\xe1\xd7\xe6\xfe\xb4\xea\x04\x0f\xb4\x2a\x0d\xa4\xa5\x9a\x65\x5c\xb5\xa7\x2a\x2b\x95\xc4\x6a\x50\xe6\x62\x19\x81\x7c\x5a\x9c\x0c\xe1\xa1\x94\xa1\xb3\x31\x00\xa5\x52\xb7\xee\xe0\xa1\x9e\x73\xf2\x0e\x4e\x3b\xcc\xba\xb4\x87\xfa\xb8\xd1\x54\x15\x72\xe6\x99\xc2\x9f\x0b\xd3\x87\xf6\xff\x72\x55\xd9\xa3\x8b\xb3\xea\x2d\x43\xb9\x4d\x73\xe3\x87\xd2\x4a\xd5\x03\x4a\x41\x4b\x33\x35\x15\xb4\x47\x9b\xb2\x4d\xb7\x74\x2f\xdb\xf4\x74\x4e\x8b\xb5\x4e\x6f\x94\x5a\xa0\xbc\x51\x1a\x8d\x2a\xa7\x85\x23\x73\x97\x71\xdd\x9e\xc2\x7c\x39\xa4\xbc\xa0\x0f\x3f\xa5\x7b\x4b\x43\x8a\x07\x79\x3b\xb1\x33\x46\x63\x74\x4e\xc1\x76\x36\x28\xa5\xef\x3d\xa8\xea\x1d\x50\xa9\x29\x1b\xac\x43\x3c\x97\xd1\xdb\x56\x61\x37\x2a\x7b\xea\x5c\x19\xaa\xd7\xb8\xd2\x26\x20\xba\xa9\xa9\xfc\xac\x25\x14\x17\x15\x1d\x4a\x97\x35\x06\xbf\x21\xf3\x40\x65\x89\x15\xb5\xb8\x56\xfe\xc9\x17\x79\xcf\x68\xa4\xcb\xb2\xae\x7e\x19\xf6\x6d\xf5\x91\x0f\x65\x71\x6f\x69\x54\x11\x2f\xcb\xfb\x0f\xd4\x37\xc6\xa6\x6c\xad\x35\x73\x5a\xf4\x28\x3d\xd9\x53\x42\x84\x5b\x9d\xb9\x28\x7a\x94\xe6\x0c\x2b\x68\xb2\xb5\x99\x32\x86\xb6\x20\x1f\xd1\xb5\x8c\x34\x7a\xb9\x70\x43\xda\xaa\x9f\xd1\x08\xf9\x29\x1f\x2a\xfc\xc8\x7e\xa5\xcb\x00\x71\xd5\xba\xcb\x87\xf2\x0a\xcf\x54\xd5\x3b\x18\xee\x57\x58\xe1\x49\x1f\x20\x8e\x14\x28\x5f\x5b\xa9\xfa\x51\x1f\x29\xb3\x74\x9a\x32\x1f\x06\x58\x9c\x2c\xf9\xc4\x4d\xad\xe5\x28\xca\xc2\x36\x2e\x76\xa1\xe2\x50\xcb\xca\xdf\x6c\xf2\x79\x28\x6f\xe3\x95\x0f\x9b\xdd\x23\xa1\x1c\x38\xcd\x48\xf5\x6c\xf4\xab\xe6\xa1\x1c\xb5\x3e\xff\xcd\xa8\x8d\x82\xd7\xcf\x7c\xe8\x23\x9e\x55\x95\xde\x25\xdc\xa0\x98\x1b\x35\x88\x3f\xa1\xdf\x33\x6e\xeb\xc7\x7b\xf6\x86\x44\xce\x0e\xf7\x95\x5f\x41\xab\xf9\xa9\x9b\x9f\x4a\xe1\x73\xdf\x84\xe1\x19\x13\xcf\x61\xfb\x0b\xdc\xbb\xc1\x71\x73\xb8\xe5\xb4\x9b\xef\x32\xee\xdd\xe8\x9c\x3e\x45\x54\x8e\xf0\xe6\xe2\x80\xb7\xc9\x5f\x28\xcf\x7f\x87\xc5\xca\x3d\xa1\x35\x76\xbf\x31\xf1\x36\x1c\x56\x98\x78\x23\x1c\xc6\x98\x78\x93\xab\xb0\x2e\x0f\x74\x41\x99\x89\xec\x14\x0a\xde\xfb\xcc\x87\x1f\xe1\x7f\xa4\x0b\x0d\x0d\x06\x57\x1d\xdf\x3b\x19\x8c\xbc\xe8\x37\x87\x4f\xbe\x09\xa3\xc3\x6d\xf0\x4d\x18\x47\xaa\x6e\xf5\xbf\xa1\x74\xa7\xbc\xcd\x68\x11\x4b\xa8\x8f\x5e\xfb\x69\xd4\xdd\x33\x50\xed\xcc\x23\x83\xd1\xe6\xdb\x9c\x28\xa5\xe6\x6d\x33\x3f\x21\xc9\xe7\x64\xd3\x1a\x74\x6f\x8e\x97\x54\x87\xb0\x29\x47\x77\x1e\x1c\x93\xea\x4d\x53\xd3\xcc\xcf\x1f\xa6\x50\x1e\xfe\x2c\x70\x35\x5e\x1c\xeb\x54\xbd\x6b\x6a\x28\xad\x05\x7c\x11\x87\x87\x4c\x94\x37\x4d\xe5\x7f\x6d\x37\x19\x1c\x77\xf9\x3b\x94\x33\xbf\xef\x87\xeb\x60\x9f\xc8\xdf\xa1\x1d\x47\xaa\x3a\xa5\xe6\x99\x2e\xaf\x67\x83\x33\x52\x6f\xb7\x71\xa6\x13\x6d\xb7\x96\x81\x0b\x9d\x13\x36\x21\x8f\x86\x96\x9b\xd8\x4e\x0b\x8e\xda\x7b\xa8\x21\x7f\xb6\xd4\x54\x52\x1e\xa6\x58\x4e\x0b\xe5\x60\x43\x2b\x6b\x70\xcb\xb2\xc9\x2f\xa1\x1e\x1c\x76\x25\x0d\x2e\xb6\x86\x3d\x94\xa7\x86\xfe\xa4\x4b\xdb\x9c\x20\xf9\x2c\xb4\x35\x53\xe6\xa9\x29\x69\x54\xee\xbc\xad\x41\x79\x6a\xd8\xd2\x06\x04\xec\x2d\x94\xa7\x86\xfd\x26\xa7\x85\xe2\x0c\x9f\x0f\x75\x0b\xa5\xa9\x43\xfd\xf4\xa1\x27\xca\xb9\x7f\x73\xd9\x36\xcb\xc1\xcc\x77\x33\x9b\x18\x29\x94\x76\x76\xb2\x34\x8d\x05\xa7\x43\x29\xa2\x7a\xa3\x0b\x56\x11\x1e\xde\x0c\xf8\xd2\xe9\x51\x42\xf2\x2a\xa9\xaa\x34\x60\x47\x9a\x71\xe4\x11\x55\xe5\x0a\x50\xed\xee\xf5\x50\x6e\x75\x54\x48\x4d\x40\x3f\xa0\x3c\x01\x23\x75\x15\xc4\xd3\x37\x94\x42\xd1\x5e\x4a\xbf\xcc\xe0\x9c\xb5\x77\x46\x6a\x93\xbf\xc1\x8a\x40\x8d\xbf\x41\xe4\xbd\x6e\xf5\xd3\xf1\x1f\x24\xea\x6e\xc9\xf8\x60\x38\x72\x1a\x9d\xb9\xb6\x1d\x6f\xdb\xe1\x38\x4a\x06\x5c\x23\xee\x75\xe9\x53\x67\x0b\xa5\x17\x36\x67\xc5\x51\xb4\xc6\x63\x7e\x28\x05\x1f\x9f\xa1\x14\x36\xbb\x42\x59\xa2\x60\x72\x14\x29\x1a\x11\xa2\xfb\x5d\x3a\xb8\x52\x85\x5e\x38\x7a\x0f\x75\xb9\x90\xb9\x92\x6d\x7e\x65\x05\x7c\xdf\x8c\x95\x66\xc5\x3a\xb8\xf0\xbb\x13\x31\xac\x54\xf5\xcc\x71\x22\xba\x59\x07\x6c\xad\x9b\x75\x64\x95\xcd\x1e\x7a\xca\x64\xf3\xdd\xf4\xef\x23\x7f\xa6\xe6\xa5\x87\x39\xdd\xcb\x51\x70\x21\x0a\x76\x6d\xa4\x1c\x00\xe5\x14\xae\x76\x7e\x5c\xcb\x5e\x14\x07\x6c\x6c\xd8\x53\x65\x30\x55\xc3\xb7\x08\x4b\x3c\xbc\xab\x46\x3e\xf4\xae\xe2\xde\x50\x14\xef\x79\xb6\x14\xea\x17\x3b\x94\xf7\xc6\xe0\xcc\x29\xe3\xf0\xe8\x2c\xb8\x73\x03\x9f\xec\x72\x52\x03\xbf\xa3\x93\x9b\xf0\x86\x1f\x0f\x67\x67\x3d\xd2\xcc\x47\x71\xf9\xf4\xef\x68\x2c\x96\x4a\xa9\x81\xd7\x89\x08\x2b\x0f\x8b\x11\x71\x4b\x1e\x16\x23\xf7\xd6\xb0\x59\x7d\xc2\xd5\x05\xc3\x58\x9c\x80\xf5\xa1\xb6\xb6\x4a\xa8\x4b\x1f\x7a\x8a\x87\x35\xd1\xdc\x54\xf2\x7f\xe8\x03\x39\x51\xfe\x0f\xa3\xcf\x06\xa5\xad\x31\x4b\x0a\xe5\xff\xc0\x9a\xda\xff\xa1\x9d\x69\x46\xfe\x0f\x3c\xe8\x14\xef\x5b\x27\x37\x95\x42\x7a\x47\xe7\x8a\x71\x48\x6f\x38\xae\x22\x7a\x5b\xe9\xa1\xf4\x2c\xda\xa9\x69\xd4\xd1\x0a\xe5\x9f\x08\xa5\xab\x61\xd6\x7c\xa8\xe3\x3f\xd3\xa1\xdc\xcb\x78\x50\x4e\x1b\xfc\x66\xcd\x97\xca\x7c\x80\xb4\x65\x57\x89\x93\x39\x9d\x2c\x22\xcb\xa6\x1c\xbb\xbb\xc1\x1c\xc1\x6b\x64\xa6\xe4\x1c\xb1\x36\xb3\x28\xff\x87\xb3\xc0\x38\x8d\xd0\xd8\x78\xdc\xcb\xe1\x61\x95\x9a\x9a\xee\x22\x7f\x6c\x95\x62\x4f\xa3\xfe\x2b\xa6\x78\xda\x0f\xbf\xa6\xf0\x2b\xdd\x3f\x93\x03\x70\x4f\x28\x65\x8c\x42\xbb\xa0\xb8\xdc\x92\xf7\xa4\xb1\x1d\xe7\x84\x8b\x4e\x3b\x82\x67\x36\xcc\x9c\x27\x67\x63\xa1\xb3\xa8\x50\xd5\x85\x03\x52\xce\xfe\x35\x94\xd2\x4f\x73\x34\x14\xb4\xdb\x0a\xab\xba\x1e\xae\xbe\xe6\x48\x33\x4b\xae\x48\xe9\xc2\x69\x8c\x37\x94\xbc\x61\xf8\xc5\xc5\xaa\x72\xc2\x9c\x49\xb7\xa4\x7b\x73\xdf\xff\x00\xc7\xf5\xd4\x95\x8a\x95\x79\x5c\x7e\x8b\x4e\xb6\x87\x22\x83\xeb\x78\x0b\x6f\x01\x19\xa5\x13\xe7\xf3\xca\x00\x3c\x75\x70\x55\xb9\x55\xd4\x55\xd3\x8c\x64\x5a\x4e\x95\xe3\x84\xe7\x84\xc7\x2e\x3b\x99\x72\xcd\x2f\x16\x7d\x85\x34\xb6\x30\xad\x3a\xf6\x82\x95\xb4\xd3\xc5\x81\xc4\xe9\x24\xb8\x95\xfd\xb8\x2c\xc8\xcd\x95\xaa\x52\x05\x66\xb1\x94\x7a\xe5\xcc\x9c\x4b\x15\x79\xc2\xd4\x1d\x8c\x3c\x27\x6f\x83\xe5\x24\xef\x33\x55\x2d\x91\x84\x9a\xc2\x2e\xca\x87\xfe\x8d\x7c\x27\x0f\x64\xd8\x01\x3e\x17\x51\x30\xd8\xe7\xa2\xb6\x50\xda\x65\x3d\xcd\x78\x97\xb1\x3f\xb7\x37\x12\x97\xb5\x21\x2d\x0d\xf3\xb3\x80\xb4\x9c\x39\x66\x4a\x91\x3b\x6b\x4f\xa1\xbb\x64\xd3\x6d\x87\x26\xb0\x90\xdb\xf1\x06\x5c\x6b\xca\x6d\x5b\xf3\x8e\xd8\x4e\x22\x32\x43\x29\x16\x00\x26\xef\x64\xb6\x95\x0d\xe0\x84\xb5\x61\x5d\x4a\x58\x7b\xce\x05\xb7\x50\xc6\xda\x75\xac\x50\xd3\x85\x1b\x52\x73\xc5\x51\xb6\xd3\x45\xb8\xf3\xb6\x66\xf2\xfd\x50\x1e\x9f\x1c\x88\xed\x85\xe3\x40\x38\x27\xed\x91\xd9\x30\x30\x25\xab\x21\x9f\x8b\x76\x22\xc9\x29\x18\x7a\x1c\x5c\x15\x8a\x77\x5e\x83\xc7\xa0\xb3\xd7\xce\xbc\x69\xe5\x9e\xd1\x8f\x95\x2e\xa4\xa7\xcf\x60\x6e\xe5\x85\xcb\xd2\x88\xab\x67\x65\x04\x3d\x7a\xa0\x33\x94\x73\x46\x29\xfc\xad\xd3\xd7\xce\x1c\x06\xc5\x42\xf7\x03\xce\x2d\xcf\x8d\x36\x91\x7e\xf0\xdc\x58\x35\x85\xc2\x42\xe0\xfa\x95\xe7\x46\xab\xcc\x93\xc1\x2f\xf1\xb1\x5b\x06\xbf\xac\xd9\xe1\xf2\xdc\xe8\xc7\x4e\x99\x07\xc7\x87\xbe\xa9\x17\x8c\x44\x41\xd4\xfd\xd8\xa1\x9c\x33\x34\xd4\x54\x19\x83\x7b\xf6\x49\xb7\x99\xff\xa1\x34\x51\x08\x2a\xf2\xd4\xa8\xab\xa4\x0b\xa5\x89\xe0\xc2\x73\xd8\x34\x91\xc2\xcb\xf8\x9a\x3d\xca\xce\xcb\xcc\x60\x71\xa6\xe5\xc7\xd1\xa3\x42\x95\xaf\x46\x8f\xd6\xf2\x22\x8b\x3f\xd3\xa8\xdc\x8e\x83\xf3\x7e\xb1\xc1\x90\x1b\x15\x36\xdd\x8f\x4d\x8f\xc2\x82\x3c\x91\x22\xe5\xc8\xd1\xa3\x88\x95\x23\x47\x3f\x8f\x74\xa1\x10\xb5\x96\xb1\xc9\x89\x3e\x15\x7f\xaa\xc8\xff\x0a\x56\x7d\x73\x4a\x8c\xe7\x99\xdd\x26\x37\x8e\x73\x23\xfa\xe1\xa9\xb1\xb8\xf0\xc8\xe6\x8b\xf8\x6f\xe8\xcf\xf3\xdf\xd9\x3e\x9e\xaa\x53\x7d\xf0\x83\xb7\xd7\x22\x7d\x6c\xe5\x17\xe1\x27\xcc\x6d\x16\x9c\xe0\x92\xa3\xe6\xce\x5c\x58\x50\x89\x68\x22\x47\x8e\x96\x33\x24\x47\x8e\x7e\x1e\xa1\xac\x15\x85\x4d\xdc\x36\xa0\x2c\x78\x81\xe1\x46\x4f\x76\xa3\x1c\x3b\x7a\x54\xd1\x72\xde\xa8\x73\xa6\xcc\x63\x4d\x33\xde\xe2\x0c\x56\xde\x1b\xfd\x3c\xd2\xe8\x73\x8b\x9c\xdc\x0c\x46\x1f\x8d\x46\x5b\xde\x1b\x35\x9a\x89\x9b\x5d\x8c\xf4\x2d\xf7\x8d\x16\xee\x6b\xf0\xd1\xe8\x6c\xe5\xbe\xd1\x23\x7c\xcb\x7d\xa3\x46\x85\x26\xf7\x8d\x7e\xb6\x34\x3a\xdc\x28\x03\x97\x45\x75\xee\x34\xaa\xdf\x78\xfb\x57\xda\xd9\x95\x9a\x1f\x75\x98\x46\xbf\x6e\x86\x9f\xb2\x16\xe3\x1d\xcd\x9f\xa0\x50\xa9\x2a\x1c\xc5\x70\xb4\xdb\xbb\x1f\x41\xdd\xe9\x84\xc1\xd9\x7e\x48\xfd\xc6\x11\xca\x47\x83\x49\xd5\xeb\xa7\x64\xde\x74\x34\xf2\x6a\x92\xff\xc6\x3e\xce\xd4\x74\xf8\x6a\x5a\xf9\x93\xcb\x04\x7f\xe1\x07\x6f\x9e\xe3\x86\x3b\xcd\x79\x33\xa4\x69\x9e\x69\x86\x34\x3d\x4b\x6a\x9a\x87\xce\x14\x6e\xe9\xa1\xe9\x91\xed\x98\xc1\xdd\x3a\x70\x48\xa3\x1f\x36\x15\xd7\xbd\x52\x04\xb7\xa8\x09\x05\x6a\x5a\x26\x8b\xf3\x71\x16\xf0\x33\x65\x06\x43\x4b\x99\x7c\x2f\x6a\x5a\x19\xea\x62\x40\x79\xa8\xa1\xb4\x8a\xb0\x1b\xf9\x65\xf4\xb3\x64\x30\x5a\x45\x7e\xf8\xe3\x97\xf1\xe2\xd2\x36\x6c\x6a\x19\xe9\x50\x4c\x8c\x63\x8c\x5f\x46\xde\x62\x8a\x8c\xef\x51\x8b\x7f\xd8\x54\xdc\x0d\xc6\x4d\x3d\x7b\xaa\x6a\xfb\xd7\xb4\xa3\xb9\x61\xc1\x3f\xde\x54\x28\x71\x3e\x76\xc3\x81\xdf\x39\x86\x3d\x72\x01\x10\xa7\xac\x8d\xc3\xd4\xa3\xfd\x50\x98\x7a\x0f\x6f\x70\x9a\xe1\xb9\xd9\x45\x4a\x33\xdc\x4f\x38\xc5\xc7\xeb\xbf\xd9\x9b\xc6\x3f\x8d\xe5\xc5\x31\xec\x33\xa2\x98\x62\xd8\xfb\x39\xf2\xa5\x36\x47\x4b\x59\x97\x71\x8f\x9f\xb2\xd0\xb4\xd3\xcc\x74\x33\x21\x05\x3a\x90\x65\xbc\xad\x42\x4f\xa3\x9a\x1b\x4e\xb8\x63\xdf\x67\x5e\xbf\x8a\x7d\xef\x27\x9c\x5a\xe9\x8a\xfb\xd9\x43\x69\x6c\x30\xaa\xaf\x33\xc2\x33\xe1\x5f\xef\x06\x78\x9a\xa3\xdb\xe7\x3e\x53\xe8\x88\xaa\x50\x9e\x1c\xef\x71\x87\xac\x3f\xd4\x3f\x59\xf5\xd7\xeb\xcf\x52\x29\x9e\xbd\x44\xc5\xe3\x78\xf6\xb9\x39\xb8\x5f\x1b\x7b\xd8\x9c\x5f\xeb\xad\xce\x54\xd5\x06\xdc\x70\x1c\x65\x48\xee\x27\x4b\xfe\xf5\x2d\x8a\x28\x66\x38\xd6\x68\x78\x1c\x69\xde\x4a\x28\x2f\x1c\xdb\x5a\xe9\x93\x6b\x9e\x91\x4a\x9f\x5c\x0e\xae\x66\x65\x4f\xee\xe7\x08\xa5\x63\x84\x98\xac\x08\xf5\x56\x38\x8c\xf2\xfd\xe8\x27\x1c\xee\xeb\x0b\x96\xb7\xc8\xd7\x17\xec\x48\xf7\xb7\x36\x43\x06\xaa\x65\xc3\xf2\x21\x4f\x90\x16\x0d\x9f\x3c\x38\xce\xa8\x06\xbf\xbe\xe1\xe0\x45\x5f\x73\x0d\xa4\xf2\xaf\x17\x9f\x1b\x56\x09\x99\xfb\x09\x0b\x91\x8b\x46\x8f\x38\x2f\x17\x8d\x7a\xb0\x86\xf2\xc2\x28\xb1\x49\xc9\x09\x63\xad\x19\x4a\x5a\x78\x6e\xa9\x9f\x6f\x10\xee\x93\x9f\x6f\x10\xd8\x9b\x02\xd0\x57\x98\xfd\xcf\x7a\xc9\xdd\x53\xa8\x61\xaf\x14\x6a\xd8\x6c\xef\x9f\x0f\x34\x8c\xf0\xc7\xf2\xb2\xbf\x7f\x5e\xde\x95\x66\xfe\x5c\xe8\x65\xfa\x79\x7d\x11\x45\x1c\xc8\x3e\x37\x2b\xf3\x73\xc6\xa0\xb4\x03\xbb\x0f\xe5\xe1\xd0\xa5\xd7\x69\xe5\x3b\xad\x13\x37\xa1\x31\x5b\x17\x9b\xe6\x67\x89\x86\x1b\x5c\xde\x1a\x25\x56\x08\xc3\xb2\x46\xf5\xfa\xb3\x3e\x7b\xbf\x55\xb5\x69\x56\x28\xb9\xd0\x72\xda\x7e\x5e\x52\xde\x64\x3f\x63\x99\x23\x86\xfe\x7c\xd8\x91\xad\x7f\x1c\x76\x56\xdf\x4e\x1f\x27\x1c\x54\x4e\x1f\x25\xfa\x0c\xf9\x75\xf4\xc2\xf5\xf6\x67\xa9\x64\xa7\xac\xab\xac\x42\x0d\x37\xba\x21\x85\x49\xfe\x7e\x68\x84\xaa\x05\xe5\xfe\x57\xda\xf9\xc8\xe7\xb2\x43\x09\xc1\x96\x5b\x5a\x7e\x1c\xbd\xc0\x50\xff\xac\xc2\x8e\x85\xfe\xef\xd9\x2a\xbd\x1c\xa9\xea\xad\xc2\x4f\xfe\x79\xab\xf0\x10\xf8\x33\x2c\xf6\x4c\x99\xf6\xf4\x4e\x33\xe6\xda\xc8\x70\x72\x08\xe9\x05\x36\x6d\x87\x90\xdc\x5a\x72\x08\xe9\xe5\x4c\x99\x0e\x43\xbe\x93\x73\xdd\x01\x5f\x54\x60\x7d\x8f\x0b\x86\x93\x3e\x1f\x99\xaa\xdb\x93\xca\x4f\x69\xf9\xc7\x91\x32\xe7\x75\xa5\x15\x1d\x3e\x23\xaf\xae\x2d\x47\x8e\x73\x39\x75\xf6\x43\x7a\x35\x2a\x54\x71\xe1\x80\xac\xfa\x72\x43\x49\xd3\x50\xd2\x4e\x77\xd5\x09\xe9\x69\x4c\xab\xde\xe1\x05\xca\x29\x8a\x52\x53\x07\xee\xdf\x2e\x7a\x4f\x55\xb9\xd5\x8e\x34\xfa\x95\xcc\x12\xea\x27\x01\x36\x03\xf7\x7c\x2f\x53\x76\xd7\x3b\x32\x54\x31\x7b\x83\xa4\x3e\x94\xd7\x94\xd1\xe8\xc0\xdb\x63\xf1\xa1\xbe\x72\xd0\x3b\x4d\x89\xbb\x96\xcc\x94\x92\xac\x3b\x75\xc1\x32\xf2\x6c\x75\x32\x9b\x65\x34\xd9\x85\x09\x72\xcb\xaf\xa2\x97\x4a\x7f\x32\xa4\x3b\x7c\xe1\xa1\x96\xfa\x0b\xa5\xde\x0b\xc3\xbe\xdd\xbb\xa7\xfb\xf4\x8c\x96\x50\xf2\xcd\x62\x2c\xa7\xff\xe8\xa4\x4c\x11\x19\xd8\xe0\x8c\xfa\xda\x7a\x5a\x91\x5e\x37\x4f\x70\xa3\xbe\x76\xbb\x8a\x2d\xa3\xbe\xf6\x52\xf2\xa1\xf5\x55\x29\xd3\xd0\x7c\xed\xee\x53\x0e\x67\x70\x89\x7d\x5e\xde\x26\xac\xe8\xe9\x74\xff\x6c\x1a\xc7\xea\xe3\xe2\xb0\xcf\xcb\xdb\x64\xa6\x9d\xa1\x28\x28\x7e\x43\xcc\xae\x64\xe0\x52\x24\x2d\x4c\x54\xdb\x91\xfc\x7b\xe4\xc3\x8f\x8c\x59\xa1\xb4\xa5\x6b\x9a\xf9\xf9\x43\xfe\x51\x81\x1e\x0e\x01\x5c\x01\x93\x3d\x58\x29\xf9\x43\x9c\x86\x77\x7a\x28\xff\xc8\xe2\xbf\x24\x31\x39\x5c\xef\xa1\x9a\x0b\xe9\x45\x7e\xcd\xad\x31\x58\x31\xd1\x92\xbf\x94\xbe\x02\x71\x7a\x9f\x5e\xe3\xc2\xec\x48\xcf\xb4\x8e\xc5\xf4\xdc\x9e\x73\x37\x6a\x8c\xda\x66\x71\xd2\xb8\xb3\xdd\x5e\xec\x0b\xdc\xd9\xc5\xdb\xde\xb8\xb3\x85\x0b\x66\xcb\x3f\xa1\x1b\x98\xe9\xa1\xbe\xae\xba\x21\x7f\x2a\xf4\x4f\xca\x79\x61\x1f\x6c\xdc\xb2\xbd\x3c\x7c\x28\x51\x17\x55\xef\x76\x92\xe7\xc5\x03\x66\xcb\x79\xa1\xcc\x0c\x4e\xfa\x03\x8c\x84\xbb\x98\x89\x35\xca\x24\x25\x18\x52\x62\xed\x62\xf4\xbc\x4e\x99\x9e\xd3\x8b\x67\xc9\x96\x7d\xbe\xe3\x02\xb2\x8b\xe3\x19\xcc\x7d\xb7\x92\x02\x74\x87\xe1\x2d\x83\xd9\x76\x87\x67\x3f\xd4\xad\x66\x32\x70\x65\x5d\x98\x99\x0d\xb3\x38\xd6\x46\xd6\xfa\xa7\x2a\x43\x95\xe2\xa7\x30\x70\x99\xeb\x37\x4f\xbd\x2d\x73\x7d\x47\x9d\xbd\xab\xb1\xdd\x59\x9b\x6a\x6f\x11\x4b\x73\x86\xcf\xed\xc5\x12\xe3\xae\x06\x50\xe3\x3c\xd8\x3e\xbf\x78\xa3\xee\x6a\x2c\x57\x26\x5c\xa9\x91\x7b\xb1\x27\xc5\xae\xf2\x1d\xee\xcc\x94\x70\x77\x9f\x0f\x19\x9b\x84\x98\xd2\xe8\xd1\x1e\xe1\x33\x1f\x7e\x75\xc1\x33\xb6\xed\x5f\xec\x0c\x47\xc9\xd4\x50\xa6\x18\x4b\xb7\x3b\xf2\x65\x19\x2e\xb7\xbf\xbf\x21\x9f\x8f\x85\xe4\x6d\xbc\xdc\x8e\x70\x6f\xb8\xdc\xee\xec\x50\x0f\xe5\x6c\xe4\xff\x84\xe2\x7a\xaa\x92\x28\x28\x9d\xc8\xcd\x07\x86\xe0\xec\xcc\xdc\x5b\xbb\xfa\xde\x4a\xff\x66\x80\x83\xdf\x50\x70\x55\xd8\x76\x65\x19\x67\x3e\xd4\x32\xd2\x45\xf3\xfe\xe7\xff\x31\x67\xc3\xe1\x1b\xb3\xea\x4b\xdc\x18\xb8\x65\x96\x54\x35\xea\xe4\x86\x72\x3a\xfe\x94\x5d\x72\xd0\xc8\x77\xbf\x67\x34\xac\x46\xf3\x8d\xee\xf7\xcb\x56\xb0\xfc\xd3\xc5\x82\x94\x82\x1a\xd6\xd9\x2e\xfa\xa7\x0f\x83\x0c\x59\x47\xb1\x95\xc8\x79\xe7\x86\x6d\x16\xe9\x76\x3e\x94\xbe\xbe\xa5\x4c\x40\x7c\xb0\x98\xe6\x14\x90\x2f\x25\x16\xc3\xfe\x6b\x3e\x37\x1c\xb8\xe6\x73\xd3\x19\x9a\xc4\x72\x1e\xc5\xdb\xd1\xf2\x1c\x77\x67\x75\x76\x5e\x8d\x65\x88\xd9\x73\x21\x97\x6c\x45\xcb\xef\x03\x5e\xd4\x2d\x18\xe4\x3a\xe8\x16\x0c\x2c\x09\x6d\x19\xc1\xf7\x51\xd3\x8e\x84\xb6\xdc\x31\x32\x82\x77\x07\x72\x3f\x94\xdc\x8a\x60\xc6\xdd\x20\x94\x33\x65\x9a\xef\x7c\xe7\x4b\x0d\xae\xd1\xcd\xc3\x90\x44\x64\x8f\x3e\x57\x79\x0b\x7d\xc3\x76\x28\x6d\xe2\x9e\xaa\x8c\x26\xa4\x42\x59\xcf\x50\x9a\x37\x2e\x03\xc5\xe3\x77\x47\x2f\x2f\x83\xd5\xee\x83\x23\xdd\x75\xc5\xad\x9c\xe9\x2e\xd5\x0e\xb6\x9c\x2d\x73\x75\x2f\x1c\x4d\x59\xab\xa3\x3c\x33\x92\xed\xc2\x5b\x64\xcb\x1e\xbd\xf0\x3a\x30\x92\x6d\x2f\x33\x94\xbb\x80\xfb\xc9\xe6\xdc\x6a\x46\x73\x4b\xa0\xe2\x48\x3b\x20\x7f\xe5\xd8\x76\x2f\xff\x4c\x55\x2d\x3f\xf7\x66\xf7\xf2\x73\xfd\x77\x23\x3c\x1c\xf9\xee\xcf\xcd\xf8\xff\x95\x1d\xfa\xcc\x25\x36\x2c\x98\x73\x16\x14\xab\xff\x54\x5d\x90\xba\x36\xfc\x2e\xdb\x8e\xd5\x3f\x38\x60\xb6\x48\xaf\x2c\x80\x2c\xd2\x0b\xdf\x25\x23\xe2\x9e\x2b\xdb\x71\x28\x5c\xe3\x38\xd2\xaa\x8e\x18\x3c\xdd\xe6\xea\x95\xd5\x91\xb9\x7a\xaf\x9e\xc2\x26\x3f\x66\x9a\x79\x24\x97\x76\x30\x73\xc3\x92\x0b\xdb\x5a\x60\xb5\xfb\xfd\x2b\x2f\x1c\x2c\x65\x58\x38\x29\xb0\xd8\x81\x41\xe4\x84\xf2\xce\x49\x3b\x5e\xe4\x99\x76\xe4\x47\x0d\x17\x93\x49\xba\xee\x0c\x5c\x6a\xe8\xff\x35\x2a\xd4\xdf\xfc\xb0\xb9\x1f\xfb\x7f\xd8\x55\x16\xee\x33\x58\x55\x04\x97\xe1\x55\xcd\x68\xe4\x4a\x64\x68\xd5\xb5\x27\x67\x15\x39\x6a\xfa\x16\x5b\xff\xc4\x20\x5f\x41\x81\x45\xe4\xb2\x6d\x99\x97\xf8\x9e\x1c\xc0\x09\xa5\xec\x50\x0c\x75\x4a\xb7\x82\xd3\x83\x31\x61\x3b\x9e\x14\x86\x84\x3d\xc1\x31\x5a\xc6\x84\x2d\xbb\xa6\xaa\x56\x03\xe9\xc7\x01\xfb\xe1\xc5\xca\x24\x5d\xf1\x17\x32\x5e\xeb\xc2\x58\x05\x08\xeb\x38\x18\x8c\x92\x3c\x1d\x30\x2e\x87\xb9\x4f\x84\x41\x87\xb9\x2f\x8c\xc0\xdb\x61\xee\x07\x5b\x43\x61\xee\x73\x9e\xa9\xea\x66\x68\x54\x76\x66\x7b\xf4\x2f\x83\xb0\xf6\x82\x0c\x2f\xf3\xf0\x3e\x10\x53\x16\x87\x61\x43\x0d\xe5\xa6\x4a\x99\x82\xce\x61\xcc\x32\xfa\x2e\xdc\xb3\xf6\xf2\xbd\x04\x4b\x5b\xe6\x4c\x3b\x94\xc6\xc2\x19\x5e\x5c\x36\x9e\xa6\x65\xe6\x83\xb4\xaf\xb0\xf6\x5e\xf8\x5d\x43\x92\xae\x3a\x42\x6a\x9b\x70\xd7\xc9\xc4\xba\x78\xbf\x1b\x2f\xb4\x35\xa4\x0b\x1b\x3c\x17\x0a\xf1\xbd\x98\x8b\x14\xde\x2e\x0c\xa9\x55\xdb\xa9\x2a\x07\x63\x7e\xdf\x68\x9e\x11\x3d\x94\x44\xf9\xdc\xb0\x02\x99\x2d\xcb\x60\x9d\xb6\x51\x21\x4a\x28\xbd\x51\xb9\x34\x8c\x02\x8a\xea\xce\x28\xa0\x73\xbd\x35\x15\xa5\x58\x52\x53\x43\x6b\xbc\x2d\x85\xec\xb9\xc2\x6d\x8d\xec\xb9\x1a\x22\xab\xa2\xca\x5b\x66\x43\xc6\xd0\x75\xf0\xb8\x53\x8c\xf9\x20\x12\xc0\x00\x9d\x0b\x35\x97\x41\x37\xcf\x2c\x8d\xa2\xca\x27\x1a\xc8\xbd\x2d\xdc\xe0\x1c\xb2\x6d\xfd\x8c\x00\xb5\x1d\x10\xcc\xe5\x2e\xd3\xe4\xb9\x59\x53\x99\x26\x27\x2a\x4f\xa3\x6e\x4e\x14\x80\xa0\x6e\xa2\x63\x36\xea\x66\xc5\xff\xc1\xb0\x9b\x15\x6d\xbc\x71\x37\x49\x28\xb3\xb6\xf2\x3b\xd7\xc6\xfb\x51\xf9\x9d\x1b\xaa\x1c\x43\x72\x96\xc9\x91\x91\x65\xb2\x4e\x64\xc2\xcb\xf1\x13\x23\x35\x65\x97\x47\xd0\xbd\xbc\xa0\x48\x56\x8a\x1a\x9f\x99\x98\xcb\x67\xbb\xd5\x90\x42\x9f\x86\x0b\x5e\x06\x7b\x7f\x29\x37\x03\x75\xb9\x19\x86\xed\x84\x62\x3b\xd4\x54\x19\xdd\x3b\xd4\x01\x0e\x79\xd9\xd1\xdd\xaa\xc9\x2d\x4b\xe0\x44\x6d\xb9\x9d\x40\x79\x35\xb6\x9e\x13\x28\xa3\xfd\xdc\xb2\xf7\xcd\x68\x19\x64\xef\x9b\xef\x40\xed\x05\x0f\x83\x06\x9f\x13\xae\x77\x39\x96\x81\x1b\x52\xc1\xd7\x13\x1d\x8f\xe1\x39\x27\xfe\xa4\xfb\x76\x68\x29\xdb\xc9\xc9\x95\x23\xf3\xdd\x56\x87\x34\xa6\xcd\x91\xd2\x91\x40\x6d\x6c\xab\xfd\x9f\x69\xa8\x97\xb1\x3b\x9f\x76\x36\xa4\x66\x63\xa6\xd5\xcb\x52\x08\x94\xd2\xf2\x96\x0c\x4e\xdb\x72\xa6\xcc\x93\x41\x2b\x72\x3d\x41\x35\x6b\xf0\x4e\x72\xf2\x2c\xf0\x39\x23\x67\xc9\x82\x46\x32\x9f\x87\x52\x7c\x79\x7a\x90\xf3\xfa\x6a\xcc\xb0\xcc\x6b\xad\xbf\x8d\xaa\xfb\x95\x66\xd4\x7d\x7e\xdf\x91\xcc\x19\x9a\x17\x98\x7b\x4d\x51\xc6\xa4\x16\x5a\x00\x69\xce\x92\xef\x24\x9f\xb4\x8c\x46\x1e\x7a\x2d\x73\xa1\xb8\xa6\x70\xba\x9b\x25\xe5\x7f\x6f\xff\x45\xca\xa4\xc5\xe4\x18\xde\xf6\xc9\xcd\xd0\x0c\x8e\x99\x5f\xba\xe9\xd0\x5d\x7c\x7c\xd6\xd8\xd0\x32\x7c\x3d\x85\x1b\xd2\x29\xf1\x3b\x94\x46\x83\x1a\xcd\x99\x9e\x71\xdf\xdb\xb2\x6e\x4d\x34\x7c\xdb\x99\x9e\x4f\x4e\xc2\xc7\xeb\xfb\xb6\xa9\xed\xb6\xf3\x9d\xa6\x26\x83\x51\xee\x74\x3c\x1b\xf6\xc7\x87\x34\x3d\xf8\x90\xf6\x23\x55\xe5\xa0\x09\x4b\xb4\x71\x6b\x85\xef\xc9\xb8\x55\xd7\x5b\xa8\xf7\x77\x49\xab\xba\x21\x88\xa5\x30\xfc\xe6\x8c\x4e\xcf\x59\xa0\x17\x51\x07\xfb\xe3\x90\x77\x16\xce\xb1\xc5\x8b\xe8\x85\x4d\x8e\x68\x4e\x8a\xc0\x39\x4b\x83\xd7\x7d\x9c\x55\x17\x89\xf8\x23\x36\x11\xe5\xe4\xc7\xaf\xd3\xce\xc5\x47\xc6\x68\x98\x9d\x02\x8f\x67\xc9\xe0\x9c\x80\x97\x27\x1f\xc9\x9c\xf3\x8f\xda\x0d\xd1\x06\xca\x9e\x35\x4b\xc6\xed\xbc\xb9\x47\x28\xb7\xc2\x6c\x88\xd5\xa2\x6f\x35\x4e\x66\xcb\x6b\xfc\xeb\x0c\xdd\x30\x57\x9b\xa1\xfe\x57\x53\x79\x94\x99\x45\x07\x16\xaf\x68\x4a\x14\x58\x5c\x31\x3e\x6c\x19\x97\x26\x6e\x80\xfb\xcb\xc2\xb5\x14\x2a\x5f\x0a\x3b\xe5\xcb\xc2\x71\x99\x3a\x78\x38\xcf\xe8\xaf\x55\x35\x38\x17\xef\xaf\xf3\x77\x23\xba\x91\xd5\x18\xa1\xe7\xeb\x29\x2e\xb4\xea\x9c\xdc\xbc\xeb\xbe\x9e\xe1\x92\x9a\xca\x02\xf2\x96\x69\x6e\x10\x5e\x1c\x12\xbc\xf0\x42\xdd\x0e\x09\x8e\x06\x52\x71\xbe\xe7\x86\x6b\x7e\x6f\xf0\xdf\x42\x0e\xe1\xe1\x86\x9a\x2e\xa4\x59\x65\xb3\x22\x26\x61\x93\xd4\x98\x27\xa8\x6c\x48\x33\xaa\x32\x07\x01\x2f\xdc\x39\xf7\xcf\x61\xe0\x4c\xc7\x4f\xe7\x2f\x4a\x16\xe1\x78\xee\x01\x87\x73\xc2\xe3\x28\x0b\x7f\x5e\xc7\x9a\x56\xd4\x61\x49\x4d\xe9\x71\xfa\xfa\x0f\x2a\x0f\x05\xfd\xd6\xbc\x9d\x7e\x2c\xeb\x86\xd2\x8e\xe3\xb1\x18\x94\xcf\x03\x4a\x18\xcf\x19\xb7\xd1\xc6\xd1\x2a\x39\xc5\x71\x94\x8a\x4e\x63\x1c\x6d\x8c\xd3\x18\x67\x37\x2a\x8d\xf1\x8c\xde\xea\x67\x05\xe8\xe0\xa4\xfe\x74\x13\x46\xc6\xff\x39\x95\x39\xbb\xd1\x50\x9d\x6b\x70\x52\x7e\x4e\x4e\x9d\xfe\x95\xca\xfc\x9d\x37\xe3\xcb\xc3\xa9\x64\xe0\x39\xdf\x97\xec\xcf\x69\xf0\x91\x57\x65\xe1\x99\x51\xea\xfd\x39\x79\x1e\x9b\xd1\x81\xbb\x2b\x76\x03\x99\x78\x66\x74\x93\x58\x78\x06\x9b\x4c\x09\x91\xf7\xe0\x00\xfc\xf9\x25\x39\x58\x1d\xc7\xfc\x46\x57\xf9\xe7\x95\x6b\xa9\xaa\x50\x22\x38\xa7\xf3\x21\xe7\x25\xad\x18\xdf\x19\x55\xe9\x9f\x57\x0a\x51\x4b\xe8\xa0\x33\x0f\xe9\x3f\x9f\x1b\xc4\x0b\xe1\x81\x6e\x02\xd2\xc0\x03\x5d\xa3\xa5\xaa\x27\x2e\x94\x86\xc6\xbb\xfe\xcf\x62\xca\x48\x1f\x5a\x39\x3c\x0b\x41\xf5\x5c\x23\x33\xe7\x43\xc6\x36\x92\x89\x67\xc7\xfe\x20\x33\xce\x5c\x9c\x86\x3f\xc3\x3e\x70\xc5\x29\x90\xb7\xe6\xc4\x39\x90\x77\x11\x87\xb0\x15\xc8\xbb\x66\x26\xd5\x3c\x0e\x01\xd2\xc9\x92\x17\x4e\xba\x97\x4c\x3c\xcd\x29\x5d\x1e\xca\x3f\x69\x51\xf0\x92\x8d\x67\x39\xeb\xfc\x43\x79\x00\x03\xca\xbf\xcc\x87\x4a\xf5\x85\x17\xba\xc1\x3b\xf7\xd8\x7c\x67\x75\x1c\x82\xbf\xd1\x3b\xc9\x7c\xb6\x0c\xde\x79\x92\xdd\x68\x19\xbd\xb3\xf2\xe6\x37\x78\xe7\x44\xcb\x65\x7c\xce\xc9\xb3\xcb\x78\x9c\x0b\xd1\xec\x72\x9a\xe5\x45\x50\xc0\xa5\xd0\xda\x89\x0a\xe2\x72\x9a\x65\x9c\x39\x0d\xdd\xb9\x0d\x3c\xb0\x2e\xc7\xc0\xee\xfc\xbf\xa1\xe3\x76\x28\xe5\x79\xcc\xd0\xf4\x92\x44\x73\x71\x1d\xcc\xf8\x4e\x33\x7a\xf6\x9d\x29\xd4\x59\x65\x16\x4f\xe3\x45\xf5\x50\xf6\x3b\x5e\x50\x8e\x89\xe8\x50\x43\xb1\x0c\xa1\x2e\xe5\x16\x2b\x50\xda\x54\xce\x0e\xbd\x0c\x9c\x59\xf1\x90\x37\x70\x66\xc3\xd7\xec\x52\xb4\x6a\x2e\xea\x4b\xc1\xaa\x75\x59\xc4\xb8\x64\x1d\x2a\xd8\xb4\x2e\xac\x43\x44\x2f\x5c\xb2\x0e\x35\xe7\x40\x79\xa8\xcb\x85\x13\xd2\x39\x50\x0f\xa8\x8f\x0b\x19\x8e\x64\xff\x95\x76\x1c\x06\xc6\xbe\x91\xb5\xa8\x13\x4d\x75\x9d\x46\xd9\x1d\x0c\x47\xb7\x11\x3a\xee\xcb\xc6\x22\x5e\x96\x06\xe3\x3c\x4f\xe6\xd4\x01\xb0\x28\x2b\x2f\x6c\x45\xb3\xfc\xdb\x2d\xcf\x48\x9d\xd5\x59\xbe\x97\x91\x3a\xcf\xec\x5b\x67\x84\x26\xe7\xc1\x32\x54\x67\x5b\x33\x5d\xfe\xb9\x90\xbf\xba\x25\x0e\x2e\x46\x27\x43\xd2\xc2\x0f\xf3\x92\x25\x69\x1e\x8b\x2f\x6f\xd9\xe0\xd8\xc6\x0e\x90\x5d\x98\xc3\xaf\xd3\xe1\x45\xe6\x5c\x97\x02\x64\x27\x4a\xa7\xeb\xc4\xd3\x98\xf9\x90\x3c\x82\x5d\xeb\x2a\x56\xfa\x18\x5d\xe4\x21\xe5\x4f\xe7\x6b\xed\x92\x21\x89\xc4\xc7\x0f\x55\x5d\x75\x42\xda\x0d\x18\x42\x19\x08\x38\x1b\xc5\x49\x91\xd9\xd5\xc5\x4f\x8a\x23\x9f\x79\x8d\x5b\xfa\x57\x46\x29\xf6\xa3\xd2\x57\xd7\xce\xfe\x57\x48\x6c\x43\x61\x61\xcc\xcf\xea\x04\xa9\xcb\x40\x9e\x24\x5a\x5e\xc6\xf1\x3c\xd7\x4c\x8f\x97\xc3\xcb\x18\x9b\x38\xe7\xf1\x96\xb9\xff\xc1\x70\x2e\xc5\x96\x84\xd2\xfc\x87\xc7\x28\xce\x73\x62\x63\x33\x38\xe6\x3c\xcc\x71\x01\xbc\x5c\xc4\x5d\x02\x78\xc9\x4b\xf8\x52\x84\x66\xe1\x15\x63\xf8\xcb\xc6\x6d\x74\x55\xa3\x1e\x71\x38\x65\x0e\x9a\xb8\x4b\x1b\x0c\x73\xcf\x33\x6d\x3e\xcb\x86\x70\x7e\x55\xe5\x27\x45\x34\xbd\x64\xe3\x69\x4e\x73\xfc\x50\xfe\x7d\x38\xa5\x90\x32\x1b\xe2\xaf\x91\x32\x1b\xc1\x2c\x97\xe2\x35\x67\x85\x8b\x28\x5c\xb3\x22\x63\x5e\x0a\xc9\x9c\xc6\x2d\x7f\x28\x25\x01\x9c\xf9\xee\xe7\x2e\x52\xe8\x44\x22\xfc\x2f\x8b\xb1\xa1\x04\x2c\xb4\xe9\x42\x9e\x46\xe8\x39\x2e\xc7\x6b\xe2\x92\x6c\xf8\xcd\x89\x11\xe3\x92\x11\x67\x1e\xe9\x41\x3c\xf4\xc8\x2f\xd9\xa6\xba\x38\xb7\xd5\x01\x3a\x35\x55\x9b\xf6\x50\xa8\x25\x79\x23\x94\xae\x7b\x58\x71\xf5\x1a\xb2\xbe\xb6\x0c\xad\x97\xf2\x74\xa7\xe6\x9f\x3b\xf4\xd8\x9a\x4d\x15\x35\x94\x60\xc3\x5b\x28\x3d\xb0\xfc\xa0\xb8\x14\x12\x79\x3a\x5b\xf6\x43\xe9\x40\x2f\x8b\x4d\x97\x8d\x48\xd8\x49\x8d\xe2\x39\xc3\x60\x8d\xe2\x89\x47\xf2\x25\xab\xd1\xc4\xf8\x76\x39\xff\x32\x0e\xba\x97\xd3\x28\x63\x97\x35\xa6\x67\x45\xe1\x6f\x10\xcf\x8a\xba\xc6\x20\x9e\x13\x2f\xdb\x4b\x81\x8d\x3d\x1c\xb4\x99\xd7\xe0\x2e\x7c\x29\xb0\x31\xc6\xb6\x4b\x99\x93\xf7\xe0\x3c\x37\x3f\x84\xd9\x7b\xcd\x92\x38\xae\xc4\x57\xb3\x72\xe3\x60\x32\x2c\x89\xe3\x3c\x7c\xc9\xa4\xb4\xc7\x48\x1f\x72\x49\x86\x2f\x62\x1b\xc2\x95\xd7\xa0\x9e\x13\x37\xf3\x4b\xb9\x92\xeb\xb6\x94\x66\x50\xcf\x1d\x09\x42\xc6\x98\x39\xcb\xbf\x35\x1f\x86\xea\xdc\x83\xb3\xdf\x9d\xba\x1e\x0e\xda\x0d\x16\x05\xcb\x54\x90\xe1\x26\x20\xf6\xea\x46\xa6\x48\x4d\xab\xf4\xb1\xfe\x1b\x9c\x93\x9c\xe7\x0f\x65\x38\xae\x54\xd5\x8d\xba\x76\xc8\x8f\x0c\x83\xfc\xb1\x64\xe8\x95\x5f\xbc\x9d\x26\x86\x9f\xb2\x26\xef\xa0\x0b\x05\xf2\x65\x87\x39\x90\x6f\xe1\x3c\x69\xfc\xcd\x86\x2f\xeb\xe5\x74\xc8\x0b\x07\xc9\x6b\x58\x69\x50\x53\xe8\xdc\xf5\xf9\x50\xb8\x2c\x2b\xad\x3e\xa3\xd9\xa1\x74\xbf\x1b\x8b\xe2\xa1\xe4\x52\xc1\x86\x1b\xb6\x77\x65\xe1\x14\xd6\xb7\x1b\x3b\x75\x38\x1e\x33\x55\x65\x89\x6c\x6c\x15\xd9\x30\x56\x2b\xa9\xa9\xb9\x31\x38\xe4\x43\xca\x6c\x78\x84\x52\xd0\x19\x5b\x55\x99\x8b\x37\x0a\xd8\x4b\x26\x8d\x9d\x1b\x64\x18\x9c\x2c\x73\x73\x5b\x39\xcd\x1f\xda\xbc\x8b\x0d\xdd\x20\x9b\x1b\xc5\xa6\x31\x36\x27\x0e\xfa\x86\xd1\x2c\x28\x4b\x81\xd1\xcc\xfd\x39\x7d\xd5\x6d\x84\xa6\x69\x09\xf6\xa5\x9c\x8b\xae\x40\x09\x9c\xac\xe6\x43\xc5\xb5\xbd\x8d\x2e\x25\x83\xcb\x77\xc2\xec\xb7\x74\x6f\x48\xcd\xa7\x0b\xff\x86\x51\x34\xc3\xb3\xa7\x76\x78\x84\x2d\x05\xd9\x4d\x12\x45\x5c\xd3\x2a\x13\xbc\x00\x2f\x99\x42\x26\x19\x06\xae\x69\x95\x09\xf9\x0f\x2e\x27\x2f\x46\x81\x62\xc4\xcd\xc2\x7b\x1e\xc4\xcd\x45\x5c\xbd\x21\x37\x27\x4a\x12\x23\x6e\x9e\x95\x85\x53\xd0\x5d\x72\xca\x18\x0b\x73\x92\x37\xe1\x52\xb2\xe0\x41\xbe\x83\x4b\x46\x94\x1d\x11\x01\x23\xca\x46\x80\xb1\x11\x65\xc2\xb5\xa7\x39\xc5\xbb\x1c\x52\xaf\x19\xc5\x6a\x19\x1a\xb3\x85\xfb\x0b\x1a\x73\x6d\x06\x2e\x64\xcc\xb9\x56\xca\xaa\xc2\x48\x37\xd4\x23\x23\xe1\xc8\x7f\x39\xac\x0e\xc7\xb7\x6b\xf9\xe5\xb7\x77\x0a\x65\x44\x7d\x9b\xf1\xac\xbe\x3d\x7e\xd4\x63\x5a\xf5\xac\xc2\x8d\x85\xa2\xb9\x70\xb7\xb8\x96\x4c\x5a\x2b\x52\xb3\x22\xf2\xd6\xce\x7f\xe8\x54\x0d\xf6\xca\xf2\xbb\x64\xef\x14\x3e\x2f\x21\xfc\x7c\x2f\x19\x72\x56\x7d\x9b\xf1\xec\xc0\xe4\x97\xf3\x55\xb3\x59\xc8\x73\x7c\x84\xfa\x28\x56\xee\x48\x27\x32\x07\xef\xb4\xfa\x73\x21\xff\xa5\x07\x4e\xcf\xe8\xe4\x44\x80\x33\xf5\xb5\xb4\x21\xf6\x71\x84\xf4\xe8\xf8\x50\x8f\xd1\xf0\x63\x5b\x84\x1a\x72\xb3\x53\x1b\x8f\x11\xaa\xc9\x74\x45\x4d\x6d\x01\x19\xc7\xff\xc9\xac\x15\x66\xb7\x36\xac\x4b\xa6\xa4\xb5\x38\x58\x8e\x96\x23\x03\x08\x50\x9d\x71\x24\x30\x56\xe7\x19\x23\xe3\xb5\xbd\x5d\xf8\x52\x69\x87\xd7\xae\xa9\x2a\x67\xe3\x5c\xc1\x8a\xa5\x1b\x18\xfd\xc0\xee\xdc\x6f\x99\x3b\x61\xbf\xca\xee\xf4\x4a\x20\xb2\x3b\x9d\xf1\x4f\xb8\x94\xbf\x78\xed\x97\x52\x82\x46\xec\xfc\x97\xf3\x17\xe3\xe4\x77\x39\x7f\x71\x65\xdb\x2b\x08\x6f\xed\xb7\x0f\xc5\x9d\xb3\x09\xb7\x53\x8f\xa7\x4c\xb9\xfc\x31\x03\x01\x17\x9a\xa7\xe9\x76\x72\xf1\x4c\x87\xfd\xe1\x58\x72\xf2\x1e\xb3\xeb\x37\x81\x95\x3d\x85\xb7\xd4\x08\x4c\x95\x3c\x0e\x77\x4b\x33\xcf\x23\x62\x23\xc7\xc9\x42\xb5\x36\x7b\x45\xf1\x79\x4f\x33\x7c\x28\x48\x06\x63\xf9\x3e\x94\x02\xf4\x60\x17\x0a\xd0\x9b\x1b\x31\xc3\x49\x91\x0d\x08\xbe\x8c\x56\xfa\x34\xd3\x21\xb5\xe5\x5a\x28\x65\x16\xac\xa1\x3c\xb6\x74\xf8\x27\xca\x8d\x2a\xb4\xee\xbd\x57\x04\x33\xba\xc2\x03\x2e\x2f\x3f\x4b\x21\x94\xd1\x75\xbe\x65\x4b\xdd\x23\xfd\x2b\x0a\xaf\x19\x1d\xea\xa1\x1e\x49\xca\x39\x3f\x97\x11\x48\x17\x5e\x34\x97\xcc\x59\xb5\x59\x51\x79\xd9\x9c\xb5\x9d\x4d\x7e\x01\x41\x9a\xdb\x42\xd1\x73\x6b\x72\x23\x28\x7a\xee\xa9\x9a\x76\x2e\xad\x29\x7d\x48\xa7\x87\x67\xaa\x61\x46\xcf\x9d\xd7\x9f\xa1\x44\xb3\xfd\x14\x2f\xb7\x88\xbb\xba\xc8\x7b\x9c\xf7\xde\xe5\xfc\xe5\x70\x7d\x59\xc9\xd6\x78\xab\x6a\x8a\x7b\xca\xb4\x53\x60\x73\x0e\xa6\xdb\x79\x1a\xca\x84\xb6\x72\x52\x2e\x7b\xa3\xe6\x97\xb5\xe0\xb9\x03\x88\x7c\xcb\x03\xe0\xb2\x28\x09\xb3\xba\x7c\xaa\x91\xdd\x14\xb2\x36\x23\x49\x28\x2a\x6d\x11\xc0\x62\x9c\xd1\x44\x13\x5d\xb7\xa0\x34\x36\xa2\x9b\xf2\x09\x9f\x3b\xc2\xf2\x6d\x6d\x20\xfb\xf6\xb6\xb5\x9c\x3d\x6d\x6b\xd7\x8e\xb8\x2a\x6b\xd7\xda\xbc\xcd\x6d\xed\xda\x11\x89\x65\xee\x5a\x8d\x83\x73\xeb\x6d\xba\x23\xcb\x2a\x2a\x6d\xed\x96\xf1\xfc\x5c\x98\x86\xb4\x03\x59\x65\x87\xa5\xed\xc8\x84\xb2\x86\xbd\x77\xbb\xc2\xd2\x16\x1a\x58\xa3\x99\x2e\x0c\xef\x97\x62\xcd\xd6\xe6\x2e\x91\xf9\x6b\xa1\xd6\xbf\x14\x5d\x96\x00\xaa\xcb\xd1\x65\x9b\x18\x49\x03\x9f\xae\x3c\x9c\x15\x33\xb6\x72\x0b\x2a\x64\xec\xa9\x1a\x52\xc7\x63\x30\x1a\x09\xb3\x9b\xe8\x4a\x63\x9d\x2e\x74\x7e\x97\x82\xc6\xd6\x23\xf7\xff\x93\x5b\x2b\xa2\xec\x15\x43\x9c\xe7\x77\x13\x98\x66\x94\xd4\x45\xca\x20\xa3\xa4\xae\xe8\x0a\x6e\xb3\x87\x4c\x87\x5e\x76\x9b\xb0\x8a\x4b\x16\xb8\x57\x28\xb9\xd9\x3b\xfc\xa4\xde\xe3\x39\xca\xb2\xc7\xbd\xaf\x07\x27\xfa\xdd\x84\xe9\x19\x5e\x75\xe1\xf5\x7c\x29\xf6\xec\x29\x4c\x5d\xb1\x12\xde\xb9\xca\x02\xfc\x14\xa6\x13\x29\xd6\x11\xa0\x6c\xbc\xdb\x78\x7d\x5e\x32\xde\xad\xca\xcd\xf2\xf1\x3d\xc3\x79\x95\xed\x6e\xe1\x22\x7d\x7d\xd8\xaf\x6f\x55\x5d\x8a\x0c\xf6\x63\x0e\xc5\xf6\x90\x61\xef\xa9\x9a\x76\xa6\x5e\x69\x0b\x4a\x9e\x4e\x25\xfd\x6b\x70\xdc\xc2\x1f\x5f\x50\x44\x8a\x19\xa7\x75\x45\xeb\xf8\xf1\xa5\xc3\x7f\xc8\x7a\xf7\x54\xa5\x8f\xed\x45\x0f\xa5\x14\xaa\xf9\xc7\xed\xe3\x03\xab\x93\xf9\x6e\x45\x4a\xff\x98\x61\xcd\x94\xe9\x3d\x91\x5f\xb6\x1c\x12\x71\xe2\x63\x39\x84\xb5\x93\xb9\x6e\x4d\xd8\x97\x70\x5a\x93\x5d\x10\x9c\xd6\x8d\xf7\x83\x71\x5a\x17\x31\x20\x86\x62\x5d\x79\xdc\x7f\x0c\x7f\x91\xa1\x7a\x97\x71\x40\x3e\xde\x3a\x2c\xf2\xc7\x80\x32\x99\x2a\xaf\xea\x19\xca\x13\xc7\xe1\xf9\x1a\x22\x91\x7d\xf5\xb5\x10\xb0\x52\x26\x6f\x0f\x6e\xb6\xaf\xe7\x0d\x96\xfc\x25\x61\x23\x57\xab\xac\x67\xab\xa1\xcd\x90\xf1\xec\x95\x6e\x15\xe1\xb5\x48\x7d\x63\x2c\xd1\xe7\xc3\xb4\xaa\x9f\x82\x23\xc8\x5e\x56\x70\x83\xbc\xbe\xfe\x7d\x18\x9d\xc2\xa8\x6a\x6e\x56\x59\xcf\x56\x34\x62\x32\x9e\xbd\xaa\x43\x19\xcf\xe2\xde\x62\x44\xd0\x85\xfb\xd2\xa5\xc0\xa9\x15\x3d\x8f\x12\xdf\x26\x4c\xf1\x52\x70\x54\xd2\x6b\x5c\x0a\x8e\xda\xe4\x7a\xb9\x14\x1c\x35\x27\x5c\x5e\xd6\xa9\x85\xeb\x3a\xc8\x9d\x1b\xe3\x91\xa1\x3b\x17\xa6\x64\x43\x77\xae\x28\xa4\x15\x0e\xb5\x36\xba\x2b\x87\x43\x6d\xac\x45\x97\xed\x5a\x1b\xa9\xdc\xe1\x50\x60\x7d\xad\x4b\xe1\x50\x6d\xa5\x55\x59\x80\xc3\xc9\x65\xf4\x3a\xf3\xd4\xf9\x39\x29\x1d\x1b\x8c\x5c\xb6\xe9\x42\xf1\xe4\x04\x2f\x18\x01\xb4\x12\x98\x6d\x04\xd0\x8a\x95\xcb\x08\xa0\x6d\xed\x50\xf7\xff\xfd\xbf\x1a\x05\xcd\xcf\x0c\x2f\xea\x83\x9f\x13\x9b\x8f\x34\x2a\x8f\x21\x6e\x03\x99\xce\xda\x01\xa7\xfc\x39\x99\x01\x77\x8c\x13\xe2\x02\x34\xf6\x90\x45\xfe\xf8\x8c\x5b\xf9\xfd\x71\x16\xbe\x14\x62\xd5\x72\xc9\x2b\xc4\xaa\x3d\xa2\xe2\x3f\x39\xb5\xf3\xea\x1e\xb0\x66\xe7\xd5\xed\xec\xef\x58\xe7\xf8\x29\x33\x4a\x2c\x70\x97\xcc\x73\xb5\xbf\x1f\x3a\xd5\x77\x28\xc5\xcd\x8d\x8c\x46\x68\x99\xf0\x50\x59\xee\x0a\x39\x39\x8c\x6b\xda\xf2\xb2\x94\x1d\xaf\x46\x6e\xfe\xb3\x6e\x14\x7e\xf2\xe7\xb7\xf4\x91\x9a\x8e\x0b\x84\x9f\xc8\x8c\xd7\x72\x55\xcb\x8c\x57\x49\xbc\x66\x58\xd3\x96\xa3\x27\x2b\x5e\x5b\x2f\xa5\x84\x9c\x0c\xdb\x89\x7b\x49\x41\x71\xc9\xc2\xd7\x16\xef\x31\x05\x78\xb5\x85\x06\xf0\xcf\x57\x3a\xf6\x47\xc3\xa1\x36\x1c\x05\x2e\xc5\x7b\xd5\xc8\xa6\x0a\xf7\x6a\x9b\x07\x98\xc2\xbd\x6a\xe5\xb1\x28\x34\xd4\x13\xcf\xd9\xeb\xcf\xfe\x2d\x3b\xad\x7c\xf4\x5d\x5a\xd1\x49\xe0\x78\x39\xf6\xab\xc1\xf8\x8d\x9b\xba\x46\x28\xb9\x6d\x70\x7f\xc8\xa4\xd8\x70\x22\x30\xa6\x6a\x23\x5c\xf7\xfa\x73\x76\x8e\x4c\x9a\x12\xfc\xe7\x1d\xfd\x27\xb6\x8b\x9b\x82\xf1\x56\xcf\x8d\x25\xf4\x92\xb9\xb1\xe4\x38\xcb\xda\x58\x49\xe3\x71\xc9\xda\xd8\xea\xdb\xc5\x33\x87\x1b\x5d\x85\x8c\x8d\x75\x65\xe9\xe5\x5d\xb3\xcf\x50\x9a\xc2\x15\x4a\xf1\xb1\x6f\xcd\xaa\x9a\xfc\xa0\x92\xff\xb7\xac\xcb\x2d\x94\x02\x8e\xa8\x4c\x96\x6d\xa3\xf0\xf8\xb3\x07\x7b\x36\x90\x23\x3f\x32\x85\x7a\x40\xec\x6c\x3c\xed\xf4\xbc\x0a\x9d\x96\xb8\xe7\xff\x94\x96\x78\x9f\xa1\xb4\xd1\x39\x76\xb2\x74\x96\xbc\xcb\x65\xe9\x6c\x86\xc1\x5d\x46\x85\x6d\x84\x11\xdf\x0a\x7b\xab\xa4\x18\xba\x15\xf6\xd6\x8c\x95\xf1\x50\x0f\x43\x62\x87\xde\x32\x89\x36\x42\x5e\x6f\x59\x44\x0b\xce\x0b\xf7\x61\x6c\x5f\x1f\x25\x23\xcd\x36\x82\x0e\xef\x63\x29\x65\x8b\xc7\x72\x1f\x52\x68\x00\xf6\xf7\x90\x97\xf6\x41\x3a\x54\x10\x40\x4d\x87\xfa\xc1\x92\x46\xbf\x72\x9e\x08\xf5\x93\xb3\x56\x28\xfd\xa0\xf7\xdd\x2d\x13\x6c\x45\x74\xbc\x65\x65\xad\xbc\x96\x6f\xe7\x2b\xc6\xe7\xe6\x76\xbe\x62\x6e\xdf\x5b\xf9\x8a\x1b\xfa\x93\xfb\x90\xeb\x25\x89\x38\x6e\x99\x5c\x1b\x6a\x8f\xfb\x00\xbf\x32\x6d\x7e\x55\xc6\x58\xac\xbc\xc0\x04\x6e\x64\xdb\xca\xc5\x61\x60\xdb\x46\x78\xcc\x7d\x48\x79\x81\xc7\xd9\x7d\x08\x5c\x74\xe7\xe7\xb5\xed\x49\x59\x61\xd0\xdb\xc6\x6b\xfc\x56\xc8\x5d\xe1\x90\xdf\x4a\x89\x5c\x38\x2e\xb7\x02\xf0\xca\xca\xea\xca\x52\x64\x4c\xb6\x75\x1f\xe2\xe2\xa4\x84\xbd\x65\xf0\xad\x70\xff\x5b\x79\x8d\xeb\x59\xfe\xed\xf0\x71\x1f\x56\x82\x79\x6b\x1b\x2d\xf7\x04\xf6\x6f\x19\x2e\xb7\xe0\xcc\x7b\xcb\x8e\x7b\xa2\xba\xb9\x4f\xc3\x27\x31\xf9\xa7\x14\x5d\x38\x1d\xdf\x0a\xeb\x23\x07\xfe\x32\x58\x6e\xc5\x4e\x78\x9f\xf2\xda\x43\xab\x73\x2b\xcb\x30\xa9\xda\x1f\x4a\xf9\xc3\x1a\x6d\x3a\x1d\x3c\x73\x28\x7b\x6b\x39\x8e\x94\xf9\x15\x75\x42\xc9\xe5\x39\x23\x53\xbc\x5b\x37\x17\xbd\x65\xa6\x9c\x3d\xdf\xe9\xee\x41\x9a\xba\x15\xb5\x76\x66\xc3\xda\xd8\xd8\xcd\x0c\x6f\x1b\x14\x0d\x87\xbb\x80\xbc\x45\xa9\x76\x2b\x86\x6d\x92\x54\xf7\xb6\x79\x71\x93\xe1\xf8\x76\x8e\xdd\x49\x17\x0a\x4c\x4b\xa2\x6e\x83\xdc\x4e\x3c\xda\x80\xb5\x9d\x35\x65\x3f\xa9\x9b\x4e\x28\x09\x1e\x95\x0d\xac\x6c\xb8\x13\x99\xfc\x56\x98\xda\x9c\x23\x65\xd2\x6f\x58\x9c\xb8\x8b\x1e\x50\x75\xa6\xa6\x9f\xd0\xfc\xc5\xe5\xb7\xef\x01\xe5\xf4\x64\xa9\x29\x95\xde\xe2\x27\x24\xe6\xae\x83\xc1\x48\xce\x23\x1f\xc8\x5d\x0c\x32\xb5\x68\xd3\xf2\x03\x29\xc7\x8c\x8e\xbb\x9d\x88\x7e\x19\x1d\x77\xc2\x7e\x6f\x05\xc9\x4d\x34\x9c\x77\xb1\x62\xae\x66\x6c\x76\x4b\xe8\xa9\xaa\xbf\x60\xd5\x8a\x55\xb3\x19\xa9\x5f\x5a\x18\xdf\x6e\x05\xd4\x6d\x84\xd7\x5b\x01\x75\x93\x1b\xe6\x96\xc9\x34\xde\x5d\xb7\xe2\xe9\x36\x39\xe7\x8c\xce\xfb\x34\x13\x52\xd9\xf1\xd8\xb3\xd5\xd0\xac\x47\xa8\x53\x1f\x0e\x28\xbd\xa6\xfd\xb4\xbc\x95\xfe\x76\xe1\xcf\x74\x2b\xd6\x6e\xa1\x16\x34\x8c\xef\xce\xa9\x70\xf6\xdb\x8d\xfe\xdd\x30\xbe\x0b\x59\xd2\x30\xbe\x0b\x11\x0d\x18\xdf\x5d\x7d\x03\x18\xc6\x77\xad\x8c\x46\x7e\x28\x5c\xef\xb7\x0c\xb1\x0b\x15\xff\x2d\x43\xec\x9c\x83\xef\x2c\x13\x57\x26\x4e\x86\xd8\x8d\xbb\xf2\x5d\x0d\x5c\xb6\xf3\xa1\x37\x71\x67\x00\x7e\xf9\xe7\xaf\x2c\x18\x90\xb7\xcb\xa8\xbe\xab\xb1\xe1\x2a\x3b\xb5\xd3\x90\x92\xee\xd5\x14\xca\x36\xc3\xcb\xf2\xae\xd6\x19\xbe\x94\x0c\x3e\x9c\x22\x99\x69\x13\x96\x7a\x57\xeb\x08\xc8\xf8\x75\x57\x43\x85\xb6\x50\x53\x23\xe7\xaf\xb4\x8d\x49\x73\x74\x2b\xe5\xee\xae\x1c\xfe\xea\x6d\x5c\x18\xb7\xf4\x89\x2b\xcb\xa1\x07\x0a\x92\xae\x51\x7c\x17\x19\x68\x0c\xe2\xbb\x8d\xf7\xfb\x50\x1f\x1d\x30\x7a\x37\xf6\x78\xa7\x07\xbd\xeb\xc8\xd9\x0e\xc0\xef\x36\xba\xd1\x32\x4c\xef\xae\x3b\x94\x1e\xdd\x16\x9f\xef\xa6\x05\x5f\xff\x21\xa7\xa9\x31\x7c\x9f\x56\x27\xe4\xa5\x24\x87\x1d\x4a\xef\xb3\x23\x7d\x7c\x5c\x75\x41\x6a\xac\x30\x8a\x66\x05\x12\x61\x1c\xb7\x32\xe9\xae\xc9\xa4\xca\x6c\xbc\x2b\x87\xb3\x61\x7e\xa3\x26\xb0\x86\xf4\xaf\xe7\x13\xd9\x89\xee\xa6\xbd\x81\x3a\xf7\x56\x74\x61\xc3\xb7\xf9\x6e\x4e\x26\x81\xac\xe2\xe8\xc2\xf7\xfc\x39\xba\x70\x21\x03\x38\xba\x10\xe7\xf9\x5b\xc1\x85\x0d\xb3\xd9\xdd\x40\x4e\xe3\x9f\x84\x04\xb2\xd3\xc8\x50\x9a\x6a\xfe\xde\xc0\x69\x3d\x15\x25\x8b\x65\x64\x8e\xbc\x29\xa9\x79\x3d\x77\xe9\xca\xc8\x9e\x87\x15\xd1\xb3\x77\x73\x7a\xbf\xb7\x3b\x07\x81\xf2\x47\x92\x35\xc7\x3b\x30\x3b\x6f\xd2\xa6\x62\xb2\x7b\xbe\xbb\x6d\xdd\xa3\x07\xdd\xc8\x23\xe3\xb4\x59\x6a\xa4\xa6\xf0\x22\xb2\x0e\xba\x90\x31\x3c\xde\x4e\xe1\x3b\xb9\x11\x15\x11\x79\x8e\xb7\xe6\xe5\x33\x02\x75\xab\x95\xf4\xf7\xd1\x04\x86\xfa\xaa\x2c\xfd\x3d\xe2\x16\xc9\x9e\x8c\x2d\x5c\x0e\xd8\xb7\x4c\xe2\xa3\x71\x98\x64\x11\x2f\x68\x94\x0c\x2d\x5c\x06\xe7\x5c\xc1\x92\x2d\x3c\xb1\x1b\x5f\x8d\xde\x3b\x46\xc8\x06\x75\x29\x4e\xe0\x84\x32\xd0\xf1\x01\x25\xc8\x8b\x9a\x1e\x34\xce\xb7\x87\x9f\x12\x44\xa6\xcd\x3f\x79\x5c\xd0\xa6\xde\x46\x38\xf8\xdc\x8a\xa3\xec\x38\x18\xde\x8a\xa3\x2c\x28\x65\x6e\x85\x51\x8e\x06\x23\x91\xe5\xbe\xe0\xfc\x7e\x3b\x8c\xf2\x65\xd0\x0a\xa3\x6c\xa4\xb2\xbd\x15\x46\x39\xde\xee\x25\x41\x8e\x33\x94\x50\xf8\x56\xa8\x67\xb2\x71\x28\x34\x1c\x72\xcb\xad\x2e\x8b\x7f\xab\x2b\x65\xe6\x0f\x9c\x32\x99\xfc\x5b\xe3\x7a\x54\x5e\xe1\x5a\x11\xc5\x14\xa9\xd9\x50\x3c\xdc\x8e\xd4\xc4\x67\xe9\x96\x73\xc0\x59\xd2\x28\xbc\x92\x0b\x41\xce\x01\x35\xec\x58\x29\x88\xe7\xff\xba\x30\x97\x0f\x65\x66\xc1\x8e\x55\x18\xe7\x24\x7b\xd7\xed\xcc\xc1\x20\x25\x18\x56\x79\x66\x3f\x75\x83\x2a\xbc\x94\xd0\x4f\x60\x32\x82\x5c\x3e\xb1\xb1\x1a\x72\xb9\xe2\xb3\x04\xaa\xf2\x06\x0c\xc3\xa8\xca\x27\x2e\x9c\xb7\x02\x35\x67\x43\x36\x1a\x06\xc6\x41\x4c\x54\xb8\x65\x23\xc5\xe4\x2d\x2f\x82\x4a\x54\xc6\xad\x10\xca\x49\xd0\xe4\xad\x10\xca\xd9\x60\x5c\x43\xe2\xe5\x4e\x0f\x06\x18\x2f\xa1\x84\x59\x87\xd4\xa6\x34\xbe\x95\x90\x85\x7b\x18\x7d\xba\xfe\x3b\x8d\x29\x80\xc7\xef\x2f\x19\x7f\x1e\x2e\xa3\x34\xbe\x8d\xb4\x99\x06\x3c\x2e\x18\x90\xee\x21\x1f\xe5\x96\x5f\x92\x84\x93\xd3\x3b\x2c\xe1\xb4\x9e\x66\x2e\x55\xed\x50\xb7\x0b\xd3\xe3\x47\x85\x69\xf5\xeb\xc2\x34\x2b\xfc\xab\x9a\x66\xff\x54\xd5\x73\xea\xb4\xbe\xf5\xa5\x34\x6f\xcc\x94\x3c\x0c\x9e\x66\x42\x0a\x37\x9a\x53\x63\x3c\xe4\x95\xa2\x8f\x9e\x95\x13\xca\xdd\x23\x7f\x4c\x6b\x30\xc8\xdf\x63\xe8\xe4\x82\x5e\xf5\xb6\x53\x01\xa9\xc2\xef\x69\xfc\xcd\x91\xb2\x8f\x3f\x4c\xa1\xa0\x07\xcf\x50\x42\xa3\xe6\xec\x03\x88\xcc\xad\x2a\x0f\x03\x20\x93\x1e\x4a\x3f\x35\x53\x26\x67\x08\xd6\xc6\x91\x98\xbb\x71\xab\x4f\xbb\x5e\x22\xd4\xd9\xdf\x20\x0c\xd3\x39\x7e\x49\x52\x60\xc8\xe3\x82\x53\xb2\xa1\x8a\xeb\xc8\x5f\xd8\x9c\x88\x37\xa5\xa1\x8a\xcb\x99\x59\xd4\xc9\xd8\xe4\x38\x37\x54\xf1\x7c\x7f\x51\xcc\xbc\xcf\x7c\xa8\xfe\x11\x23\x94\x2b\xf8\xf9\x30\x5d\xea\x9c\x32\x8d\x0a\xe2\x9c\xe1\xd8\xcb\x2f\x2f\x9a\x59\x7e\x90\xd3\xbf\x3d\x0c\x76\x43\x70\x90\x87\xc1\x49\x06\xe2\x7b\x39\xc9\x21\x62\xa4\x7d\x08\x70\x6e\xbc\x97\xcf\xd4\x0c\xe5\xee\x53\x53\xca\x09\x26\x55\xd6\xfd\x99\x39\x55\xbc\x67\x1d\xb0\xec\xe5\xa5\x81\x2d\x3b\xdd\x2e\x21\x70\xf7\x72\x8a\x65\xf6\xc9\x32\x97\xc2\xdd\xc3\x18\xc7\x93\x00\x2d\x43\x1c\x3f\x85\x21\xb5\x19\x90\x77\x9c\x6e\x17\xcc\xa4\x5b\xe9\x76\x9f\xaa\x14\xfa\xa4\xb2\x71\xed\x25\x90\xf7\xc6\xf2\x69\xcc\x0f\x7b\x69\x58\xa8\xe5\xe3\xc7\x0e\x5b\x9e\x7d\x78\xaf\x0c\xff\x33\xeb\xbd\x6d\x73\xc9\x13\x79\x3b\xb5\x50\x0d\x65\xb3\xca\x84\x5a\xcf\xb9\x81\xbf\x39\x85\x6e\x5b\x29\x53\x87\x3b\x8d\xde\x5a\x99\x06\xf5\x11\x83\xa1\x7b\x49\xf4\x33\xfd\xc9\x81\x2f\x5c\x43\x26\xf9\x4d\x6a\xc2\x5b\x26\xf9\xf3\x60\xb7\xc9\x24\x3f\xc3\x42\x0c\x37\x1c\x01\xc4\x81\xa1\x84\x99\x19\x6d\xf8\xdc\xbd\x87\xd4\x04\x23\xfb\xc9\xea\x3e\x1b\xb7\xd9\xf6\x4b\x90\xf4\xf2\xb7\xcc\xee\x27\xf9\xed\x8d\x45\xfc\x14\xf2\x8b\x7a\x0a\x86\x6d\x6c\x3f\x05\xff\x57\x57\xec\x86\xfb\x4c\xf1\xa6\x1b\xb3\xc2\xbd\xcd\xfd\xc8\xa9\x6f\x18\xe3\xf9\x6c\xe9\x7f\x32\x6a\xe3\x18\x57\x8e\xcd\xe5\xab\x88\x04\xbf\xb7\x43\x4e\xf3\x6c\xb8\x7c\xa6\xb8\x17\x2f\xbf\xdb\x48\xf1\x7e\xcb\x82\x7f\xe2\x14\x7f\x63\xc1\x27\x2a\xc8\x08\xc8\x7b\xf2\xe0\x90\x05\x7f\xae\x92\x32\xa5\x1b\xae\xa1\x3e\xfe\xf0\x84\x94\x49\x64\x85\xf2\xac\x73\x8e\x0d\x80\x4c\x8c\xde\xad\x3c\xba\x93\xec\x32\xb7\xd2\xe8\xee\x68\x57\x94\x46\x77\x47\x7f\x24\x2f\x81\x4d\xae\x0d\x43\x25\x4f\x22\x96\x6e\x59\xfe\x37\xb6\x1b\xc3\x1f\x3f\x1d\xf2\xcb\xf6\xe9\x3a\xd2\xa8\x8f\xdc\x4c\x5d\x79\xc2\x20\x03\xcb\x11\x60\x63\xbb\x33\xac\xf1\x5c\x2d\x94\xfd\xad\x18\x8d\xa2\xdd\x27\xf2\xaa\x81\x8c\xeb\x48\xd9\xc7\xc9\xec\xa0\xfe\x74\x19\xd3\xbd\x37\x52\x66\x58\x58\x04\xf8\x16\xdc\x0a\x5e\x5d\xad\x86\xd2\x7c\x33\x32\x9b\xd6\x71\x76\xbc\x65\x5a\x4f\x0a\x34\xa3\xf5\x2e\xf2\xe3\x19\xad\x77\x44\x0c\xbc\xc1\xf4\x0f\xa5\x8d\x0b\xc0\x89\x41\x78\xdf\x77\xa9\xcc\xe5\x1b\x65\xbe\x51\x70\x57\xce\x9f\x8c\xde\x1b\x3b\xae\x41\x69\x37\x9e\x9f\xf7\x6d\x2d\x09\xfb\x1d\x43\x72\x5a\x11\xd2\x14\x76\x8d\xdb\x81\x9d\x99\xa6\xdb\xef\x52\x6e\x1b\x99\x91\x37\x3e\xd0\x37\x66\xe4\xc8\xe0\xb7\x41\xbc\x47\xa8\x3f\x17\xba\x47\x19\x87\x57\xf4\xa1\xb2\x0d\x9f\x7b\xc0\x0b\x3f\xd6\x5a\x30\xdf\x18\x87\x49\xc5\x7e\xcb\x38\xbc\x2b\x67\xe1\xe3\xdd\x9f\xcb\xf0\xe3\x74\x5e\x3b\xed\x78\xe8\x74\x69\x80\x75\xb6\x3b\x08\xb2\xe1\xf8\xb2\x15\x4f\xfc\x6e\x0c\x21\xbb\x5a\x49\xd9\x2d\x05\x0b\xc3\xd9\xfa\xe7\x99\x9a\x42\x46\x87\x1b\x3a\xb0\x12\x3f\xb8\x5b\x26\xde\x1d\x45\x84\xc3\x2c\x23\x96\x7e\xa4\x33\x20\x61\xc5\xfd\x71\x0a\xba\xcc\x8d\x3c\x8f\x2b\x77\x98\xf2\x84\xae\xa8\x01\x1d\x66\x89\x9b\xd1\x6d\x9b\x2e\x1e\xda\xb7\x6c\xba\x8b\x6c\x51\xc6\x73\xdd\x18\x8b\xc0\x73\x4d\xec\xde\xfd\x95\x96\x08\xb8\x99\xfb\xeb\x78\x24\x18\x93\xb2\x86\xbe\x6f\x7d\x2c\xc3\x33\xdf\xc9\x23\x1e\x76\x6f\x3b\x71\xb4\xca\x5f\x6f\x4c\x0e\xf0\x97\x1c\x01\x74\xef\x97\x37\x7e\xfd\x86\x56\xdd\xf8\xfc\x03\xad\x5a\x61\x84\x5f\x7b\x6e\x80\x36\x73\x7f\xd9\xc4\x07\x54\x77\x61\xea\x0e\x21\x2a\x30\x00\xa9\xb5\x81\x45\x31\x46\xeb\x89\x73\x04\x18\xad\xcf\x23\xf3\x9f\x6c\xfa\x6b\xcd\x2e\xc1\x3b\xb7\xcc\xcf\x23\xfb\x4d\xe6\xe7\x36\xde\xfe\x9f\xe7\x62\x36\xaa\x02\x3b\x0b\x81\x6d\xc6\x7a\xad\x25\x13\x67\x49\x80\xa3\x21\xd3\x74\x03\xa4\xc3\xf8\xad\xe3\x9d\xf0\x67\xbd\x47\x7d\xcb\xf4\xd2\x18\xa1\x3e\x4f\x19\xd2\xc5\xd7\x10\xa0\x30\x45\x43\xbb\xe2\x54\x67\x68\xd7\x82\x45\x0c\x64\xd7\x1d\x3d\x88\xa2\x3a\x0b\xb6\xd9\x5b\x51\x9d\xa3\x22\x79\x28\xaa\xf3\xc4\x6d\xc4\x38\xaf\x05\x30\x13\xe3\xbc\x8e\x3c\x25\x15\xf1\x79\x12\x7f\x65\x98\xd7\x92\x83\xf0\x73\x44\x3d\x13\xa3\x68\xd0\x91\x97\xba\xa3\x41\x37\x21\x4e\xf7\x4f\x22\x7a\x66\xed\x27\x09\x1d\x8f\xaf\x5b\xe6\xf6\xa7\x2a\xa3\xb1\xcf\x59\x7a\x54\xfa\xc9\x08\x29\x3f\xc7\x78\xd4\x34\x2a\x44\xf5\x95\x32\x6d\x8c\x96\x46\x35\xc1\x3b\x94\xc1\x7b\xd3\xc3\xa5\xb2\xf4\x70\x2b\x8a\x2c\x35\x9d\x8d\xac\x42\x89\xd9\xe5\xa1\x25\xa3\xfd\x19\xfd\xa4\x8d\xf6\x47\xba\x90\xd3\x71\x9e\x0b\x42\x8e\x9d\x91\x98\x7e\x76\xfc\xc8\x7d\xf9\x63\xef\x71\x30\x65\x6f\x3f\xb1\xef\xdf\xd8\xdb\xff\xf7\xa9\x94\x89\x35\x55\x7f\xd2\x5e\xa7\xea\x9f\x28\x86\xa3\xcd\x17\x23\x99\xec\xed\x35\xda\x63\x99\xdb\x57\x58\xb8\x73\x98\xe2\x44\x05\xfe\x2c\xc1\x29\x46\x9c\x2d\xb9\xa0\x8d\x38\x9b\x27\xbf\x8d\xdf\xf1\x7a\x06\x71\x36\x7e\xce\x20\xce\xe2\xd8\x7f\xff\xc9\x2a\x18\xdd\xc1\x9f\x19\x53\xb4\x15\xd8\xc6\xe9\xd2\xb6\xf1\x63\xa4\xaa\x2e\x02\xb2\x62\xdf\xc4\xb8\xce\xf4\x21\x3d\xd5\x99\x0f\xe5\x7d\x00\x63\x20\x6d\x69\x14\x8d\x32\x6b\xb7\xdc\x68\xb2\x6a\x17\x22\x45\x0d\x5c\xfb\x54\xe5\x47\xa4\xd7\xc1\xe3\xd4\xc0\xb5\x27\x7e\x84\x06\xae\xed\x78\x2e\x1a\xb8\xf6\xc4\xaf\xf9\xfe\xf3\xae\x5a\x69\xd4\xab\xfa\x36\x23\xc3\x32\x93\x6c\x0b\x38\x19\x56\x6f\x59\xc0\x2b\x30\x2c\xb7\x2c\xe0\xa5\xbf\x35\x9f\xdf\x28\xf9\x61\xbf\x6d\xb8\xb3\xff\xe0\x9a\xf9\x0d\xe5\x63\x22\x06\xc0\xe0\xb8\x1d\x8f\x47\x83\xe3\xf6\xa8\x24\xfe\xd8\x80\x6f\xd5\xa5\xc2\xf4\xb1\x45\x31\x36\x6d\xce\xf6\x7e\x28\x95\x65\x26\x8a\xbd\xf9\x56\xb5\x79\x95\xb9\x51\xe6\xa6\xfd\x8e\xcd\xab\x91\x76\x1c\xfe\x07\x7f\x95\x11\xbc\xef\xfe\x6f\x44\xc4\x5b\x16\xf2\xbd\x32\xff\xca\xb7\x0b\x78\xc7\x2d\x2b\xf8\x79\xc0\x7f\x64\x05\x2f\xff\xa3\xbe\x52\xb2\x3d\xbf\xb8\x0d\xc0\x5b\x1d\xfe\xb9\x0d\xc0\x5b\x8d\xeb\xb8\x0d\xc0\x5b\x9d\x09\x64\x1b\x7f\xb7\x8e\xb7\x4c\x33\xac\x43\xbd\x8d\xbf\xdb\xed\xc3\xb8\x8d\xbf\x5b\x1c\x2b\xf3\x50\xba\x7a\x5a\xbe\x53\x0e\x1e\x2d\xf0\x36\xfc\x6e\xb7\x67\xe8\x06\x7e\x77\xdb\x2d\x69\x1b\x7f\xb7\xef\xb7\xaa\x13\x02\x8d\xb4\x2a\xe5\x51\xfa\xd0\x96\x36\x70\xef\x36\x38\x6f\xb7\x5f\xe2\x36\x36\xef\xe9\xa7\xfc\x06\x9b\x77\xcf\x97\xd4\x0b\x71\xf3\x8b\x7a\xcd\x39\xbf\xc4\x36\x36\x6f\xb7\x73\xdf\x06\x9b\xd7\x8e\xb2\xdb\xd8\xbc\x4f\x33\xe9\x51\x52\x42\x4d\xa3\x92\x90\x67\xfa\x77\x82\x8b\x50\xfe\xc7\x99\x3e\x84\x31\x5c\xf2\xe1\x4f\x3b\x3c\x94\x61\x0f\xf8\x7f\xa9\x2a\x6d\x11\xd9\x06\xf9\xed\xb6\xca\x6f\x63\xfc\x9e\x23\x83\x91\x59\xc7\xd9\x0e\x1e\xca\x7f\x41\x7f\x97\xe7\x34\xad\xc8\xc3\xe4\x08\xf5\xf7\x94\xa5\x77\xbb\xf0\x16\x86\xed\x0c\xdd\x46\xd5\xd9\x86\xdf\x6d\xce\x36\xb2\x0d\xbf\x5b\x1c\x5e\xbf\x81\xdf\x3d\x32\x18\x0b\xc5\xf6\x18\xd8\x86\xdf\x6d\x25\xf3\x0d\xdb\x64\x15\x31\x7e\x1b\x01\xe7\x21\x9f\xe7\x6c\x67\xfd\x85\xcd\x5b\x3b\xd3\x78\xc2\x36\x59\xf1\xd3\xbb\x71\x86\x9a\x82\x4b\xe9\x50\x8a\x5a\x5f\x13\xca\xf3\xbf\x43\xea\xad\x7d\x0c\xa8\x9f\xe4\xd7\x05\xf5\x27\x37\x29\x6a\x2a\xdf\xa6\x5d\x0f\x36\xc8\xbd\xc6\x4d\xdf\x06\xee\x9d\x8e\xd5\xda\x06\xee\x5d\x3d\x7f\xb1\xcd\xb5\xd3\xa8\xee\xe2\x93\xe5\x57\xa0\x74\xb7\x61\xeb\xa1\x74\x1a\x66\x6a\x7e\x14\x38\x92\x0e\xed\x1a\x74\xa4\x47\x05\x06\xcc\xf4\xf1\xe7\x42\x5a\x95\x05\x70\xa6\x1d\x47\x4d\xfb\x51\xf6\x90\x45\x9d\xf0\x57\xd6\xba\x9e\x2c\x80\xe3\x3f\x9c\xf0\xf2\x21\xbb\xb0\xeb\xd2\x8e\xc7\xca\xac\x12\x53\x90\x0f\x25\x8a\x65\x1d\x65\xa3\x69\xa9\x49\xba\x01\xc6\x66\x35\x84\xc5\x88\x6d\x74\xe0\x6e\x11\x63\x1b\x1c\xb8\x39\x15\xc0\x36\x38\xf0\x53\x95\xd1\xd8\x22\x9d\x1e\x9d\xe0\x23\xcb\x61\x7d\xed\xca\x92\xcb\x96\x38\xf3\x57\xd6\x58\xf8\x99\xf0\x90\x4a\xf4\x55\x33\x00\x1d\x88\xc5\xb4\xda\x24\xbd\x38\x3b\x0a\x94\x3e\x1d\x83\xb4\x8d\x24\xdc\xec\x25\xfc\x50\xa7\x8c\xa7\xff\xe4\xd4\x4f\x55\x4d\xf9\xca\x87\x62\xf1\xac\x6b\xc1\x5e\x7d\x42\x4d\x31\xa0\x50\x9a\xf1\x95\xee\xfd\x8f\xf0\x8a\x82\x9b\x66\x28\x6d\x1d\x8e\x67\x71\xa4\x30\x87\xa3\xc8\xb0\x58\x58\xff\x22\x2f\xb6\xf3\x2d\x2b\x6e\x94\xd1\x78\x5b\x77\x46\x6a\xeb\xf5\xe2\x02\x28\x32\xe4\x58\x63\xb8\x8d\x56\xfc\x14\x0e\x48\xf9\xd4\xbc\x85\xcb\x85\x21\xe5\x0b\xc4\x6e\x35\x5a\xf1\x5e\xdc\x40\xc5\xce\x40\x23\xd4\xc7\x85\x1b\x52\xde\x40\xf0\x2b\xb9\x5d\xb4\xcd\xe1\x29\x76\x06\x82\xed\x28\x00\xbc\x18\x22\xf0\xa1\xa4\x6d\x63\x1d\x8b\x13\x29\x72\x21\x38\x1a\x7c\xaf\x9a\xaa\x72\x8c\x82\x77\x14\x6b\x37\x6d\x78\xdf\xc6\x12\x6e\xe5\x2d\x74\x48\x30\x65\x76\x6d\xe3\x98\xc9\x0d\xa3\x9e\x59\x64\xfb\xb4\xdb\xa3\x78\x1b\x4c\xb8\x85\x79\xc8\x0d\xa3\x6d\xee\x07\xb9\x61\x54\xbb\x08\x3c\x94\x7c\xdb\x38\x3b\xc5\x6c\x77\xc1\x67\x9c\xd6\x38\x67\x57\x6e\x18\x6d\x64\xca\x05\x58\x15\x56\x22\x2f\x8c\xd2\x77\x9a\x91\x83\xde\x4a\x2b\xe6\x16\xcd\xa3\x71\x1c\xfb\x36\x0e\xd3\x36\xd2\x70\xab\x9c\x4f\xa7\x2e\xce\x16\x74\x1c\x7b\x4e\x2b\xee\x14\x8b\x91\x57\xfb\xa9\xad\xb4\x2a\x40\x0b\xa6\x4a\x81\xec\xa5\xbd\x65\x72\x30\x9b\x94\xe9\xee\xce\xe9\x90\x6f\x45\xeb\x9c\xf9\xca\xf6\xec\x21\x35\x8d\xec\xf2\xea\x2d\x97\x2e\xbc\x8d\xe0\xba\xd5\x7e\x95\xdc\x3a\xb8\x4f\xe4\x9f\xec\x53\xb6\x90\x3a\xe4\x3e\xb1\xde\x0f\xfd\x52\x5f\xdc\x97\x72\x9f\x28\x95\x5b\x47\xee\x13\x6d\x73\x23\xc8\x27\xa2\x6d\xb8\x95\x7c\x22\x5a\x7d\xbf\x53\x92\x09\x76\xa3\x7c\x22\xda\xe6\xcc\x55\xcb\x8a\x6b\xa4\xd0\xb9\x22\xf8\xc5\x8b\xc1\xf1\x57\x72\x1c\x76\xc0\xe2\x36\x9e\xf0\x59\x32\xe1\x8a\x95\xb2\xc8\xb9\x8d\x18\x7c\xb6\x33\x94\x04\xd0\x4a\x8f\x5e\x7f\xf8\x18\x3e\x12\x8b\x65\x74\x60\x7b\x67\xaa\x9a\x2f\xd6\xc5\x8a\x37\xaf\x3f\x67\xac\xd9\x2a\xb5\x56\x48\x39\x75\x33\x38\x39\x49\x2c\x6b\xbf\xb6\xb1\x7f\xd7\x4a\x99\xa5\xae\xc5\x7e\x6c\x8e\x4c\x48\x97\x8e\x4c\x58\x48\x13\xf6\x7c\x88\xa4\x61\x7c\xdf\x83\xd9\xb1\x77\xc3\x4e\x4d\x2f\x47\x1a\x95\xcb\xc2\xe6\x62\x97\x27\xc2\x5c\x23\x94\xf4\x36\xf5\x9f\x41\x2d\x4f\x55\x2d\xc0\x66\x07\x36\x16\xc0\xcb\x21\x0f\x03\xd2\xf5\x6e\xe3\x02\xb7\x88\x0b\xcd\xf7\x5c\x3f\xa1\xaa\x9b\x61\x70\xb7\xff\x38\xcd\x74\x17\xf2\x1f\x8e\x71\xd9\xf9\x52\xf0\x6a\x07\xab\xa3\xab\x2c\x5b\xce\x09\x92\x0f\xee\x07\x25\x48\xee\x07\xb7\xbe\x13\x24\xef\x0d\xe7\x54\x82\xe4\x95\x35\x57\x82\xe4\x56\xe0\x0e\xdd\xf6\x8d\x33\x94\xad\xb9\xa1\xa4\xe1\x81\x71\x75\x27\xe7\x80\x73\xc8\xe8\x3f\x1b\x5c\xd5\x48\xbf\x7b\x23\xf5\x76\xc7\x2f\xa7\x43\x1d\xce\x83\xdb\x41\xc6\xfb\x73\xb0\x71\x6d\xa0\xaf\x23\x94\x90\xc6\xd3\x85\x3c\xeb\x1a\xaf\x0c\xd9\xe0\x67\x2b\x29\x53\x4c\x76\xe6\xc2\xb6\x45\xae\x43\xa3\x00\x67\xc3\x3b\x59\x72\xe3\x56\x53\x7c\x7e\x69\x19\x99\xd9\xff\x6e\x29\xb4\x15\xae\x43\x7d\x5d\x18\x52\xd8\xba\x33\x94\xac\x00\x5c\x87\xdd\xb6\x17\x04\xe4\x6e\x6f\x93\xfc\xc5\xed\x71\xf3\x87\xec\x05\xe4\xc3\x6e\xd3\x4b\xd6\x49\x26\xca\x72\xa4\x6c\xc8\xdd\x24\x65\x53\x99\x33\x18\xa9\x10\x93\x3a\x0f\xa9\x6e\x13\x59\x26\x5f\xfa\xae\xc5\x36\x1d\x36\x9f\x20\xa9\x38\x03\xc0\xde\x30\x8a\x61\xf3\x49\xab\x50\x7e\xb7\xf7\x01\xa9\x3b\x65\xe5\xcb\xcb\x85\x13\xf2\x96\x01\xe7\x80\x92\xe5\x87\x19\x1f\xca\x2a\xd8\x78\xac\x0c\x6f\x14\x64\x2c\x1c\x04\x2a\xfd\x6f\x5f\xdb\x74\xc8\x69\x67\xe0\x82\x41\x9a\x33\xad\xc8\xc9\xe3\x08\x25\x8f\x38\xe6\x5b\x79\x05\x66\xe3\x0e\x57\x5e\x01\xf2\x0d\x3d\xd4\x47\xf8\xc0\x8c\xd3\xd3\x9d\xff\xb5\x9d\x91\x49\xc4\xb0\xcf\x56\x98\x8e\xed\x82\x83\x29\x3b\xc0\x1a\x23\x65\xba\x89\x72\x4d\xc8\x76\xbf\x27\xdb\xd4\xd9\x01\x76\x4e\xb0\x8c\xf7\x7b\x96\x50\x9e\xfe\x9d\xba\x53\x76\xd7\x05\xe5\xe9\x67\x6f\x4e\x1f\xd3\x95\x2f\x2f\x3d\x0e\x53\xf5\x96\x22\x3c\x03\xf8\x08\xd0\x28\x8d\x0a\x76\x71\x64\xe4\x3f\xa1\x7e\xa7\x15\x03\x69\xd2\x8a\x3d\x02\xc2\xd1\xed\x11\x50\x90\x2f\x94\x62\x79\xb7\xfc\xf2\x66\xe0\x1d\x52\x29\x18\x10\xa2\x84\x09\x3c\x73\x87\x08\x13\x18\x37\x83\x87\x92\x2d\xe9\x48\xa3\xe6\xbd\x94\xc9\x08\xbd\x10\x61\xe4\x1f\xb0\x5b\xc6\x7d\xb9\x87\x7f\x2a\xa9\xb7\xf1\x82\xcb\x61\xff\xd0\x6d\xc0\xe0\xb9\x61\x4c\xb2\xfa\xe3\xbb\xf0\x50\x43\x55\xdf\x42\x77\xc2\x87\xb7\xdb\x39\x99\x1d\x99\x7e\xa2\x2b\x30\x7c\x70\xe5\x46\x51\x42\x82\xdd\xf8\x63\x25\x24\xc0\x79\x61\x1b\xf5\x77\x37\x44\x41\x25\x1d\xd8\x0d\xa1\xd1\x58\xbe\x76\xcf\x7d\x28\x85\x54\x1f\x29\xd3\x83\x13\x49\x50\x2e\x00\xe5\x38\x98\x2a\xf9\x00\xec\x3c\xa3\x94\xf3\x79\x37\x8e\x86\x3d\x02\xf2\xe0\x73\x1a\x81\x8a\xb4\x21\x8f\x80\x75\xc2\x43\x6c\xf5\xdf\x48\x30\xcb\xa8\x5f\x07\x7b\x5c\x11\xfe\xbb\xcd\x54\x55\xe6\x0e\xc4\xeb\xe5\xd5\x98\xa9\x29\x24\xeb\xcc\xc5\xe5\x91\x22\x97\xc9\xce\xbf\xc3\x60\x97\xec\x37\x11\xf6\x6c\xe6\xcf\x0e\x5b\x9e\xfd\x95\x9a\x9a\x28\x18\xfa\xf2\xe4\x73\x9d\x3a\x8f\x74\x5b\xf9\xee\x2b\x8a\x49\x94\xdd\x67\xf6\x50\x4a\xf1\xc1\xe1\xdb\x76\x1c\x66\x0f\xef\xe5\x1f\xac\x50\xea\x8f\x0d\x2d\x9b\xff\x6e\x3b\x35\xd5\x03\x6c\x49\xc1\xfd\x80\x3a\x3f\x94\x5a\x41\x24\xd9\xdb\x1b\x6a\xa6\x70\x2a\xce\x8e\x2e\x14\xe6\x57\x61\xd9\x8e\xe6\xaf\xfc\x92\xa2\xf9\x77\x43\xec\x51\xfc\x3e\xa0\xd2\xdb\xa8\xb9\xf8\xad\x6c\xc3\xd6\x96\x13\x8e\x2d\xa0\xda\x15\x25\xc5\xb6\x36\xef\x64\x0b\xd9\x3a\xdf\x8f\x7c\x28\xfb\x18\x07\x4a\x16\x77\x3c\x35\xf6\x92\xc5\x7d\x4d\x98\xb2\xb0\x69\x77\x18\x88\xe2\xe7\x9f\x46\x53\x55\x2a\x0c\x76\xb0\x8c\xe1\xb3\xf3\x2a\x94\xbd\x7b\x0d\xf8\xb0\x61\x63\x8f\x93\x03\x64\x83\x77\x87\x11\x5f\x02\xf1\xef\x67\x3e\x74\xa6\x51\xf8\xa2\xc3\xe2\x6b\x4d\xa1\xff\x2a\xe3\x91\x71\xbc\xf3\x82\x97\x71\xfc\x29\x4c\x9f\xd2\x8c\x70\xa2\x14\x16\xbf\x3b\xd3\xa1\xc8\xf7\xdd\xb9\xa3\x2f\x6f\xf7\x93\xbb\xf6\x22\x15\x3c\x3f\x79\x79\x74\x07\x14\x79\x50\x43\x2e\xb5\xd3\xa0\xb6\xaa\x86\xf2\x94\x33\x1a\x19\x96\x7b\xfe\x4a\x29\x6d\xc2\xa5\x85\x23\xfb\x34\x9a\x42\x4f\x24\x1f\x3e\x22\xc3\xee\x68\xdf\x2e\x63\x13\xbf\x65\xcb\x1f\xa6\x50\xb2\x35\xdb\x51\x16\xf8\x72\x9c\xc8\x68\x86\x79\xed\x30\x5f\x05\xd4\xef\x68\x0d\x65\x9e\x7f\xaa\x86\x7c\xd6\x2e\xcf\x59\xc5\xd7\x3f\x85\x1d\x52\x53\x47\x97\x37\x3b\x02\xa1\x45\x89\xa8\xd7\x80\xfb\x2b\x0f\xf5\x53\xf8\x1f\xb4\x1f\x0a\xcd\x9f\x93\xc1\x2a\x34\x7f\xf6\x9e\xf1\x68\xb0\x67\x5a\xd5\x76\x85\xa7\xcb\x0b\x60\xee\x1a\xea\xab\xc1\x85\x52\xc0\xd2\x39\x42\xea\xc3\x74\xe1\x2d\xc0\x56\x96\x17\xc0\x8c\x82\x43\xa1\xef\xbb\xd7\xd4\xd4\x0e\x80\x37\xdd\xec\x00\xee\x8d\xdb\x3b\x80\xe3\xa2\xf4\xd2\xe5\x38\x67\xbe\xd4\x31\x87\x23\x38\xd6\xbd\xf5\xb4\x23\x78\xe8\x23\x3d\x6a\x6c\x6c\x73\x25\x9b\xde\x11\x53\x6f\xef\x00\x2e\x78\x85\xba\xef\xce\xb6\xbe\x0d\xa0\x77\xc2\x7f\xed\xa2\x70\x66\xa8\x76\x88\x47\xfb\xfe\x61\x91\xe1\xb8\x0a\x4a\xdf\x1d\x16\xef\xa4\xd1\x1d\xf1\xc7\x11\xe2\xb9\xb6\x3f\xb6\x36\x46\x8f\x6b\x0f\x81\x08\x98\x72\x02\xd8\x1d\x99\xfd\xe3\xfb\x9e\x6d\xa5\x90\xf0\x9d\x55\xfc\xf8\xb0\x96\x34\xaa\xf3\xc0\xa6\xfa\x78\x69\xd8\xd6\x1f\xa7\xb0\x80\xcb\x39\x81\xf3\x11\x01\x4f\x19\x9c\x57\x3b\x52\x68\xac\x45\x1a\xf5\xda\x14\xec\x14\x0e\x10\x8f\x92\xc2\x01\xe2\x03\x66\xf1\xf1\xf4\xb7\x50\xca\x28\x91\xd1\xdc\x8e\x1c\xa1\x95\xdb\x09\xaf\xe8\x42\xd3\xbf\x78\xdb\x7d\x3c\xfd\xd1\xa2\xcb\x0b\x61\xf7\x12\xca\xe7\x38\x8d\xfe\x39\x7a\xce\xa3\x11\x22\xe9\xee\x9c\x9b\xaf\xa5\x48\x96\xff\xeb\x13\x57\xd8\x8d\x5f\x9f\x38\x74\x78\x76\x3c\x68\x0c\x4e\x69\xa2\xf1\xe5\x7a\x28\xf1\xf5\x1d\xea\xa3\x66\x6a\x3e\x74\x58\x05\xfd\xcb\x0f\xa1\x23\x0c\x38\x24\x7d\x1d\xa1\x6e\xd5\xa4\xfb\xcb\x35\x37\x94\xd6\x9b\x9f\xfa\x9a\xe3\xb5\xd4\x54\xbc\x55\x06\xa3\xc8\xd0\xa3\xb0\xa8\xf2\x09\x58\x0d\x2e\xff\xf5\x0e\x47\xb9\xa2\x9c\xcd\xeb\xe0\x86\xff\x7a\x87\xf7\x50\x8a\xf8\x80\x37\x7f\x0d\xaa\xce\x55\xf9\x65\x4e\xb9\xc8\x94\x95\x79\x55\xae\x15\xdb\xef\x8f\xd8\x49\x9c\x96\x39\xfc\xef\xe7\x79\x1b\xa9\x2a\x2d\x69\x4d\x99\xf2\x56\x31\x35\x8e\x49\xcf\x76\xff\xf9\x76\x2a\x1c\x69\x59\xc9\x77\xa4\x66\xe7\x53\x1e\x5c\x15\x32\x68\xef\x83\xb9\xf9\x99\x89\xc0\x53\x0d\xc2\xe9\xbc\x5d\xdb\x20\x9c\xe5\x28\x88\x4d\x3f\xae\x91\x34\xaa\x63\x33\xd2\xa8\x27\x75\xa7\xd0\x27\xbc\x42\x7d\x5d\xb8\x21\x1d\xa9\xc6\x50\x2d\x8c\x55\xee\x9c\x9f\x17\x00\x29\xee\xe7\x3d\xfe\x6f\x8c\x80\xa7\x6a\x73\x3b\xf4\x29\x29\xba\xcf\x50\x9e\x0f\x06\x60\xc1\x82\x05\xf8\xf3\x36\x5e\xa1\x34\x03\x08\x6e\xb2\x4b\xaf\x6c\xf8\x3f\x7b\x49\x54\x66\xc0\xa9\x97\xb3\x1f\x14\xb4\xfd\x14\x6e\x48\xdd\x0d\x23\x85\xe2\xff\x48\xd8\x32\x5a\xef\x0e\x1f\x51\xf0\xf5\x1c\xe9\x51\xef\x94\x18\xea\xfe\x58\x47\xfa\x97\x04\xd6\x67\xca\xe4\x25\x80\xe0\xa8\x2c\xcd\xe5\xa8\x1c\xaa\x3f\xe7\xd7\x61\xe7\xc8\xda\xbc\x3b\xb2\xb8\xac\xcd\x4f\xd5\x7c\xe9\x0d\x58\xa1\x96\x32\x26\x30\x6e\xcf\x22\x6a\xa0\x3f\xbf\x45\xf2\xc4\x94\xd1\x76\xf7\x95\xc2\xe5\x42\xfe\x51\xe2\x30\x36\x4d\x63\x66\x6e\x47\x3c\x6e\x83\x5d\xee\x6e\x8e\x63\x5c\xca\xe5\xdc\xe3\xdb\xb0\x94\xe5\xb0\xc7\xce\x43\x6a\xe4\x85\x0f\x2d\x9f\xf9\x3c\xee\xc3\xac\x62\xa5\x19\x7b\xc1\xd1\xa1\x59\xbc\x5f\xad\x46\xb0\xdc\x7d\xd1\x85\x45\xae\x45\x0f\xbe\x28\x7d\x17\xef\x03\x90\xb6\x65\x4a\x7e\x76\x0e\x99\x7d\x28\x79\xbd\xed\x94\x79\xbf\xe5\x0f\xc5\x2a\x58\x6f\x03\x5a\x6e\xec\x4b\xfb\xb0\xcc\x5b\xdf\x76\x2c\x80\xa5\x1d\x73\xe3\x54\xd5\xd6\xb4\x8c\xbf\x4f\x67\x09\xa2\x51\xa7\x3e\xee\x66\x94\xfb\xf4\x7e\x73\x4c\xc5\x43\x6a\xbf\xf9\x81\x65\xf0\x4b\xe0\x1d\x1f\x8a\x34\x0c\x21\x35\x6f\xe6\xc6\x5b\xe6\xb6\xdd\x98\xa9\xd3\xd2\xc7\xa6\x51\x50\x96\x4b\x48\xed\x86\x95\x0f\x95\x54\xcf\x0c\xc0\x50\x94\xe5\x40\x69\x62\x2c\xca\x8d\x5a\xd6\x70\x93\xcb\x19\x07\xb7\xd1\x26\x9f\xaa\xb4\xe3\x34\x92\x2d\x94\xec\x64\x2c\xe3\xe9\x4d\x85\xa5\xd2\xa8\x91\x1b\xdb\xe4\xc6\x14\x96\x91\x2b\xae\x6e\x65\xe6\x6e\x27\xfe\x48\xa3\xf2\xad\x63\xe5\x8a\x13\x31\xf0\x9d\x0d\x53\xc8\x5b\x86\x97\x1c\xbc\x4c\x8d\x2e\x39\xb0\x5a\x1a\x40\xb2\xf2\x90\xd9\xc5\x1b\xd5\x9e\xf3\x0f\x29\x23\x36\x53\x8c\x25\x8a\xc1\xc8\x12\x35\x56\xba\x90\x21\x6a\x1d\xf9\x4e\x67\xca\x5e\x9f\xdb\xd0\x93\x83\x0b\xcf\xd0\x93\x4f\x21\x03\x90\x36\xd9\x3e\xb7\x0f\x25\x25\xf9\x60\xa8\x36\xbe\xd7\xf4\xf8\x27\x8d\x0a\x65\xe2\x0d\x76\x10\xdd\x06\xa9\x3c\x79\xfc\xee\x62\x94\xed\xc6\x77\xb2\x99\xd6\xb7\x4c\x71\xe7\x2f\x35\x95\x14\x83\xdf\x57\xda\x11\xac\x92\x5b\x91\xc1\xe7\x3a\xfe\x99\x78\xfa\xa9\xaa\x19\x7e\x3f\xd4\x0c\x9f\xe9\xfe\x23\x8a\xbf\x97\x7f\x1e\xd6\xcc\x2d\x5b\x56\xd9\x29\xb3\xbd\x2a\xdf\x29\x43\xb9\x11\xa5\xb6\xb1\x35\xeb\x99\x1e\x6e\x4d\x7e\x61\x2a\xa4\xbb\x3e\x61\x36\xb2\x33\x35\x27\xa1\xdb\x46\xc8\x2c\x3c\xd3\x0c\x90\x39\x70\x8a\x30\x40\x66\xb3\x3f\xe0\x36\x40\x66\x75\x3a\xd7\x87\x52\xec\xa1\x5f\x1e\x5b\x01\xbd\x65\xb0\x4b\x64\x81\x1a\x8e\xca\x7e\xa8\xae\x1d\x34\xa1\xa4\x2d\xb5\x12\x70\xcb\x00\xf5\xac\x75\xba\xf8\x33\xe9\xd1\x28\xed\xf1\xc0\x46\xbf\x95\xf6\x78\x20\x16\x6e\x45\xe2\x3e\x55\x53\xa8\x29\x6d\x74\xa2\xac\xd3\x63\xd2\x89\xa1\x7c\x7d\x9f\x6c\x99\x87\x5a\x63\x4a\x65\x1e\x1a\x61\xa0\x8a\xae\xad\x2b\x3f\x7c\xb1\x4b\x69\xf4\x52\xff\x2f\xa5\x15\x4d\xf7\x5e\xd1\x9e\x46\xa5\x4c\x9b\x29\xfb\x2a\x21\x01\xe3\x76\x22\x99\x1d\x4a\x96\xdd\x41\x4d\x59\x20\xcb\x19\x6a\x3c\xb3\xcf\xca\x54\x79\x5c\xae\xfc\x84\xac\x8a\xe3\x08\xa5\x91\x8d\xb4\x79\x09\x73\x95\x5f\xba\xcd\x31\x33\x34\xc3\xfe\xe5\x27\xbc\xdc\x96\x98\x76\x93\x5f\x91\x1d\x75\x1f\x4a\x7e\x45\x34\x2a\x8b\xd3\xc0\x79\x61\xcb\xe2\x34\x30\x78\x6d\x19\x9c\xce\x6a\xf9\x69\xdb\xe0\xe4\xa0\xe0\x87\x52\x16\x9b\x33\xd4\x2d\xa4\x9c\x09\xa5\xc4\xf5\xac\x92\x62\x69\x2b\xe6\x0e\xc3\x78\xd6\xc1\xc9\x0e\x36\x27\x3d\x78\x5b\xc0\xe7\x6d\x6d\xaa\x30\xb6\x66\x6d\xf4\xfb\x9d\x96\x85\x2b\x50\x31\xb8\xcf\x54\x30\x6c\x0b\x0f\x0d\x5e\xae\xd0\xda\xba\xd8\x89\xcd\xfb\x02\x56\x2e\x3b\x55\xc1\xe5\x68\x2b\xb4\xf6\xac\x35\xcd\x38\x51\x38\xff\xe4\x3c\x50\x6c\x59\x62\x6b\x1b\x67\xa6\x99\x7d\x64\xa8\xde\x4f\x3b\x65\xe2\x02\x6f\x99\xd8\xdc\x99\xa1\xe9\x8c\xbe\xe3\xfe\x53\xf4\x10\xdf\x69\x3f\xcd\x2c\x05\xb9\x87\xe0\x81\xcd\x6c\x20\xe3\x7e\xd8\xc0\x70\xd8\xf5\x36\x52\x68\x3d\x33\x53\xcf\xa6\x19\xce\xaf\xb1\x8d\x14\x7a\xf2\x8e\x34\x52\xe8\xc0\x50\x61\xa8\xd0\xa7\x0b\x37\xe3\x7c\xd0\xbc\xc7\x0d\x15\x5a\xb0\x6f\x1a\x2a\x74\x6c\xee\x95\xbe\x18\x5b\x83\xd4\x9a\xd2\xaa\x4c\x5f\x4f\x61\xbe\xdc\xfa\x72\x42\x29\x09\x0c\xdc\xa5\x23\x03\x8c\x90\x1f\x55\x5d\x50\x32\x7e\xe5\x43\x69\xce\xe7\xbf\x13\xe3\x3d\x55\x75\x41\x20\x73\x29\x00\xf6\xe9\x23\xed\x98\xd9\x70\x50\x14\xc9\x3a\xc2\x95\x15\xc9\x5a\xb2\x71\x65\x28\x1b\x9b\xd5\xe9\xd9\x63\xfc\xa5\xf6\x11\x32\xb0\x21\x40\xcb\x3b\x03\x5a\xe4\x03\x45\xf6\x96\xe1\x6a\x6c\x24\x0b\x19\xae\x0a\xaf\xce\x2d\x8b\x53\x75\x92\x9a\x6d\x40\xd0\x89\x77\x14\x48\x9e\x46\xca\xd9\x7b\xd8\x3c\xc2\x6d\x32\x9c\x9a\x04\x7d\xf8\x56\x0e\xea\x8d\xcd\x61\x2b\x05\xf5\xca\x1f\xcb\x00\xb5\x4f\x4e\x83\x4c\x4c\x13\x13\x97\x71\x3c\x9f\x66\xd2\xc7\xad\xb0\x90\x54\xfd\xe8\xc3\x01\xe5\xcd\xb2\x42\xfe\x54\xd8\xa0\x1c\xfa\xc1\x87\xdb\x53\x85\x9c\x3b\xac\xb2\xac\xa1\x9c\x76\x88\xf3\xe8\xb4\xd7\xf8\xab\x19\x01\x94\x44\x74\x0f\xe5\xd7\x33\x63\xd5\x93\xe0\x60\xcf\x0f\xe7\x43\x41\xd5\xb7\x87\xf5\xec\x6c\x24\x01\x82\xee\x95\x9f\x74\x5c\x04\x5c\x5b\xb1\xad\x13\x5b\x30\x90\x9f\xbc\x3a\x0c\xf9\xf9\x34\x9a\x3e\x6e\x8d\x26\x55\x35\x1d\x30\x80\x21\x01\x11\x17\x83\xad\xb8\x57\xc0\x08\x1e\x4a\x33\x3e\x42\x49\x7b\x08\x73\x18\xd6\x1e\xa2\x74\xdb\x8a\x66\x5d\x61\x47\x0a\x66\xdd\x67\x16\x4e\x5a\xf7\xdc\x28\x8a\x65\xdd\x27\xec\xc0\x89\xb5\xd1\xc0\x6d\xdb\xc3\xb0\x6a\x6d\x99\xbc\xf6\x42\x3c\x9d\xbe\x97\x51\xe6\x6e\x99\xbc\xf6\xc9\xb5\xec\x94\xd8\x07\xca\xa3\x3d\xc1\xf4\x6f\x50\xfa\xfd\x91\x0f\x65\xd6\x83\x01\xcb\x90\xb5\x4f\x96\x6d\x7a\xd9\xd8\xef\xb6\x63\xe1\x64\xb7\x9d\x4a\x1b\x03\x94\x81\x43\x27\x3e\x2c\x06\x0e\x2d\x47\x7f\x0b\xf5\x8b\xdc\x37\xd3\x59\x5e\x76\xa8\x22\xdc\x94\x50\xea\x82\xbb\xcf\xe6\xa8\xc9\xd4\xc8\x1a\xd5\x67\xa6\x46\xce\x47\xb5\xa4\xec\x56\x19\x53\x63\x99\x1f\x9d\xeb\x9e\xe2\xd4\xc7\x4a\xa1\xf0\x1a\x91\x9d\x15\xf5\x7a\x56\xe4\xae\x79\xfb\x82\xa3\xfb\xe7\xe6\xef\x73\x84\x92\x81\x35\xdf\xc9\xa3\x78\x66\x65\x6c\x58\x80\x51\x4f\x3b\x0d\xb3\x4d\xa6\x61\x3d\xb3\x4c\x7a\x72\xbd\xbf\x0b\x2e\x0d\xb3\xa6\xa8\x8c\xc9\xfb\x47\xd1\xb1\x7d\x66\x25\x6e\x4b\x28\xa1\x7e\x2a\xe3\xe7\xad\xd5\x41\x51\xbb\x65\x51\x3b\x23\x78\xc8\xa2\x76\x62\xfb\xdd\xcb\xf6\x56\x24\x75\xc5\xd8\xb6\xda\x43\x0d\x35\xda\xa1\xbc\xbd\xb8\x35\x64\x7c\xeb\x8f\xbc\xf4\x4f\x36\xbd\xec\x99\xbc\xd2\xe3\x4f\x09\xc7\xd3\xea\xdf\xd3\x0c\x52\x82\x4c\x71\x67\x1e\xb5\x86\x5f\x0d\x73\x5d\x0f\x3b\xe9\x79\x9a\x2d\xbf\x14\xd1\x2a\x6d\xd9\xe9\x4a\x83\x49\x2d\xbf\x46\x50\xc6\xee\x65\xb3\x06\x4a\xb6\xed\x2c\xde\x0e\xfc\x79\x28\x79\xbe\xb5\x74\xf9\x73\x55\x46\x27\x87\xcf\x9e\x66\x7d\x31\xa0\x72\xdc\xcb\x5e\x72\xf0\xf7\x65\x27\x19\x38\x91\xe3\x7c\x37\x6c\x52\x46\xbd\x5a\x58\xe3\x65\x77\x16\x58\xf8\x92\xfc\x38\xb2\x00\x72\x60\x3b\xb9\x09\x64\xd3\x6b\x85\x33\xab\xd0\xdd\x16\x3e\xa8\x14\xde\x25\x72\xe7\xe2\x7d\x30\xa1\xe4\x95\x95\x61\xcb\x11\x1d\xcb\xe4\x96\x4d\xaf\x1c\x68\x51\x36\x46\x3d\x8f\x65\xdb\x49\x9d\x36\x37\x49\xb1\xb8\xfb\xb7\xb3\xac\xc1\xb1\xb7\x05\x83\x88\x9a\x8a\x00\x3e\x27\x23\x95\x35\xb0\x9c\xb0\x73\xa5\x05\x2f\x63\xa4\xec\xd9\x46\x11\x12\x1d\x1d\x5c\xde\x46\xe5\xbf\xd8\xd3\xbf\x19\xe8\x08\x29\xef\xe7\x77\xa8\xca\x18\xf6\x36\xf3\x95\x57\x88\xa7\x7b\x3b\x95\x1a\xd7\x80\x72\x82\x37\x7c\x2b\x8c\x54\x5b\x2b\x02\x3a\x39\xc1\x61\x04\x46\xaa\x3d\x50\x7e\x6c\x4b\x9e\x7d\xa6\xd0\x19\x66\x16\x94\x67\x71\xa6\x55\x79\x2f\x71\x47\x6c\xf6\xc9\x0c\x29\xff\x6a\x84\x4d\x99\x23\x5b\x65\x9f\x38\x9d\x78\x38\xf8\xb6\x90\xca\xce\xdc\x4e\x9f\xd6\x53\x73\xc9\x99\x27\x65\xc2\x0f\x3b\xf2\x9d\x64\x2d\x78\xed\xb6\x86\x13\xcd\xa0\xd1\x70\xdb\xce\xf4\x5b\xc1\x01\x1f\xde\x56\x70\xa0\x19\xdb\x8a\x64\x6e\x84\x09\x6c\x45\x32\xcf\x95\x3e\xec\x4c\x39\xf2\xe1\xb3\xc2\xe3\x4c\xcd\xa1\x90\x05\xc6\xa6\x54\x18\x3b\x7f\x21\x83\x4a\xe1\x6e\xd9\x4e\x88\x6a\xd3\xd3\xbe\xcc\x6e\xd8\xd1\x97\xf7\x09\x43\xbb\x60\x37\x88\x48\x0a\x3f\x6e\xe8\x69\xf7\xc5\x6d\x86\x9e\x84\xf0\xe3\xb7\xaa\xe2\xc8\x39\xa5\x97\x75\xf8\x1d\x89\x4d\xe1\xc7\x8d\x60\x87\x7d\x11\x59\x18\x4a\x81\x00\xbc\x47\x15\x7d\xdc\x0a\x07\xd3\x99\xc7\xc3\x0b\x95\x78\x7c\x4d\xf6\xcd\x65\xcd\xc8\x40\x98\xb8\x70\xd1\x4d\x55\x69\xed\xe8\x41\x28\x40\xeb\x6d\xe5\xf2\x77\x29\x54\x8e\xdf\x9e\xee\x95\xd8\x26\x03\x7d\xf6\x42\x0d\x23\x72\xbe\x70\x8c\x74\x86\xdc\x2d\xc7\x38\x43\x2a\x21\x33\x57\xdd\x65\xe7\xd9\xff\xe0\xeb\x61\x94\xdd\x95\x67\xd8\xe5\xa4\x91\x03\xa1\xf8\xe2\x7a\x63\x00\x76\x36\x80\xa5\x08\x82\xf7\xa9\xca\xca\x89\x33\x85\x33\x5f\x36\xf0\x60\xc7\xde\x97\xb7\xc3\x19\xea\x91\x51\xc3\x6d\xb1\xb7\x66\x1f\xc9\xde\xba\x31\xb7\xec\x4b\x7c\x2b\xcf\xde\xcb\x37\xdc\x80\x51\xca\xfc\x5a\x0b\x57\xea\x6d\xd4\x16\x5e\x17\x32\xb0\xb6\x83\x6d\x7c\x3b\xd4\x6b\xa6\x4c\x2b\x07\xdf\xb8\x1d\xe9\x85\x88\x78\xfb\x75\x43\x00\x8f\xa1\x7c\xc7\x6e\x29\xfc\x28\x0e\xaf\x42\x7d\x95\x7e\x22\x83\x91\x9e\xb4\xe5\x3b\xc9\x13\x27\x5d\xc8\xd8\x8a\xd1\x6c\xdf\xf2\xc8\x6c\x68\x09\x9d\xae\x1c\x8b\xb2\xc1\x7b\x17\x16\x7e\x83\xf7\x96\x23\xa2\xf5\x6d\xfb\x52\xfe\x9e\x3c\x55\x5e\xa9\x5b\xb6\xbf\xde\x43\xe9\x84\x87\x6d\x3a\x7b\x39\x91\x37\xfb\x76\x62\x32\xf4\x3a\xb7\x39\x0c\xbb\xd8\x38\xbf\x98\xdb\xb7\xec\xb0\xed\xe0\xae\xbb\x8d\x4b\xc2\x92\xde\x88\xc4\x8c\x5b\x5c\x03\x7f\x87\x2d\x5b\x6b\xc9\x0e\xb7\xad\x15\xcf\x13\xc3\xfc\x96\x63\xf4\x14\xca\x03\x95\xed\x77\xb3\x17\x32\xa7\xf2\xb7\xc8\xc1\xb9\x8d\xb0\x0d\xd7\xbc\xd9\x0b\x70\xdf\x8f\x01\x4d\xd8\x0b\x32\xd2\x4e\xfc\x14\xf6\xc7\x58\x47\x35\x65\xde\xb7\xf0\x3b\x59\x70\x27\xae\x08\x86\xfd\x6d\x38\xe2\x00\xfb\x1b\xed\xbe\xc2\xbf\x0b\x31\x01\x06\xfa\x2d\x39\xb7\x1f\xaf\x7e\xc9\x60\x3c\x53\x94\x49\x68\x59\x30\x66\xa5\x06\x2f\xd1\x92\x2b\xde\xbb\xe6\x25\xf5\xb1\xbc\x8c\x47\xa4\x01\x79\xeb\xfb\xa1\x53\xc7\xb3\x35\x3e\xb6\x19\xc2\xa7\x94\xa8\x7b\x62\x78\xdf\x1f\xf9\x4e\x62\x06\x37\xca\x6e\x39\xc6\x4e\xa1\xd3\x5c\xd1\xbf\x0c\x01\x3b\x35\x1f\x3e\x85\xc7\xeb\xfe\xe8\x79\x32\x5b\xca\xf4\x83\x35\x65\x9e\x7c\xd8\xab\xa3\xc1\x71\x42\xd8\x5f\x0b\x09\x93\x76\xbe\xc6\xb1\x6b\xa1\xc4\x09\x42\xc9\x5b\x31\xcf\x1c\xc3\xec\xe6\xb1\xa2\x5c\xe0\xa5\xa0\xfc\x54\xba\xef\x12\x61\xea\xeb\xec\x0e\x35\x65\x02\xc0\xe3\x74\x7f\xa5\x69\xc6\x7f\x65\x2b\x52\xbc\x1c\xb8\x0b\x1a\x64\xb7\x54\xee\x4c\x45\x8a\x97\xb0\x77\x45\x8a\x97\xb9\x43\x75\xe5\xb9\xa2\x51\xf1\xde\x28\x56\x64\xbe\x3d\x89\x72\xdb\x5f\x69\x72\x4a\x0f\x25\xc6\xc3\x3d\xf4\x35\x93\x0c\x7b\xb5\x89\x96\xd5\x36\x52\xee\xf8\x37\x1a\xe2\x06\x0d\x37\x7c\x4f\x11\xcf\x35\x22\xc2\xcf\x57\xdd\xe4\x40\xfd\x6c\xca\x4b\xcd\x9f\xcb\x42\x0a\x91\x8a\xb7\xc4\xcf\xcf\xf8\x18\x21\x7e\x96\xad\x31\xad\x6d\x05\x40\xcf\xf0\x41\x19\x6c\xeb\x89\x68\xfd\xf3\x2c\xb2\xc0\x32\xd8\xce\xc1\x76\xb3\xc1\x16\x17\x44\xe0\x70\x07\x1b\xf3\xe7\x07\x59\xd4\xad\x3f\x3f\xc8\x98\xf0\x9f\xb5\x2a\xf3\xfd\xf2\x4f\xfd\xf3\x93\x72\xf9\x8d\x94\x40\xde\xee\xc9\x32\xca\xb4\x3a\x07\x0a\x98\x9f\x51\xe7\x60\x45\xb6\x9e\x46\xf5\xfe\xe7\xa7\x33\xaf\x20\xd9\x4b\x37\x3e\xaf\x46\xaa\x2d\xff\x9f\xb1\x77\xc9\xbd\xac\x45\xa2\x7b\xfb\x35\x8a\x1a\xc2\xe1\x0d\x52\xa9\xe6\x02\xe7\xec\x7d\x7b\xb7\xe1\xf9\x37\x2c\xe2\xb7\x56\x5a\x96\x6d\x7d\xd9\x4a\x58\xb9\xff\x1c\x1e\x41\x40\x10\xaf\x8f\xb5\x30\x2f\x06\xa1\x7a\x47\x08\x75\xe9\xac\x3a\xb2\x5e\x1e\x35\x74\x83\x09\x77\xdc\xe5\x97\x9b\x97\x08\x0e\x62\x44\x2f\x3b\x5a\xfe\x59\x0b\x0d\xa9\x14\xb4\x8b\x70\xd1\x16\x10\xc3\x57\xb6\x64\x6d\xa2\x17\xdd\xb6\xfc\x91\xd6\x8b\x02\x63\xb9\x76\x5b\xcd\xee\x5b\x48\x0f\x3e\x06\x5f\xf4\x7e\xf2\x1c\x5a\xa1\x21\xad\xb2\x2a\x26\x1d\x6d\x29\x1e\x46\xa8\x9d\x3a\xc7\xd2\xfe\x60\xe7\xa2\xcb\xf5\x0e\x67\xd5\x49\x4c\x85\x5b\x23\x27\x54\x52\x2d\x1e\xa0\xb2\xbf\xe4\x17\xd9\x71\xca\x3f\xdb\xd9\x0e\xe4\x9f\x9d\x52\xca\xef\x8f\xf2\xcc\xf9\x17\xc3\xcb\xac\xfb\xff\x16\xcd\x0c\x55\x23\xbc\x46\x72\x33\x87\xff\xf4\xb7\x11\xf8\x34\xfb\x53\x26\xb9\xa8\xd9\x50\xd8\x0e\xff\x48\xbc\x4e\x49\x29\x48\x5a\xdb\x31\xfc\x87\xc1\x70\x08\x2e\x79\x6b\xa1\xda\x9b\x1a\xf1\x82\x51\x55\xd5\xee\xaa\xca\xe9\x94\x4c\xb5\x8b\x10\x2a\xb7\x16\xa1\x96\x3c\x44\xa2\xdf\xeb\x75\x7a\x87\x83\xe8\x12\x47\xdf\xe1\x20\x3a\x9b\x9b\x39\x18\x53\xea\xcb\x50\x57\x13\xaa\xfd\xd6\xc2\x22\xa9\x68\xc2\xc9\x54\x3b\xd4\xed\x13\xdb\x68\x7a\x84\x87\x46\xf9\x4f\xd2\xd1\xea\xe1\x8e\x8c\xb3\x53\x62\x1f\x19\x67\x07\xf1\xd0\x6f\x2d\xd2\x2f\xfb\xef\x42\x77\x2d\x45\x0c\xf9\x67\xa7\x9c\x4e\xc9\x38\x3b\x07\xac\x98\x84\xb3\x4b\x06\x01\x24\x9c\xcd\x1f\x91\x26\x09\x67\x87\xf4\x32\x3b\x1c\x29\x67\xd6\x04\x87\x73\xe4\xea\xd3\xb5\x16\x35\x7d\x89\x06\x87\x28\x98\xb7\x1a\xa9\x48\xdc\x1b\xb2\x28\xb9\x37\xf1\x50\xd7\xb5\x4e\x91\xef\x75\x76\x11\x46\x68\x72\x97\xdc\x3a\x49\xf7\x3a\x09\xf7\xbc\xc8\xf6\x9a\x3f\xeb\xe3\xff\x64\xc0\x1a\x14\xf9\x1c\x44\xfc\xb8\x4a\xfe\x99\x44\xe5\x42\x9f\xff\xc8\xa8\xc9\x21\x5b\xd2\x70\x33\x33\x72\x05\x76\xd5\x42\x7a\xd3\x92\x86\x17\x65\x91\x45\xec\x0e\x2f\xca\x4a\x8c\xf0\x5b\xfb\xfe\xf7\xdf\x3d\x79\x84\x27\xbc\xf6\xff\xb4\x12\x19\xf8\xb2\xc7\x1b\x4f\x15\x1a\x61\xf8\x50\x8e\xa4\x1d\x14\x3e\x94\x89\x74\x63\x8b\x5c\xb3\x45\x37\x3b\x72\xcd\x0e\x39\x9f\x92\x6a\xb6\x96\xec\x2f\x43\xca\x13\xe5\x67\xe4\x33\xf1\x81\x70\xa1\x2c\x04\x98\x5e\xe4\xa1\xcd\xd2\x3a\xee\xd0\x54\x0f\xe9\x19\x77\xc6\x45\x2d\xbb\x67\x87\xb9\x6f\xaa\x3e\x54\xbb\xaa\x97\xd7\xa7\xaa\x76\x42\x04\xd3\x6b\xe3\x0e\x3d\x76\xf9\x68\xbc\x79\x69\x0d\xd5\x55\x02\xa6\x6b\x45\x09\x46\x9d\xdc\x39\x14\x03\x52\x37\x28\xd9\xad\xd4\x3d\x3b\xf4\xd8\xb9\x4c\xd7\x22\x47\x85\xe7\x0d\x63\x59\xb2\x41\x2e\xf2\xe2\x56\xbd\x0f\x6c\x69\xb5\x45\xfc\xa1\xb9\x4e\xd5\x13\x80\xe1\xca\x12\xcf\xca\x84\xb1\x4c\x6a\x06\xf6\xfe\xf1\xa7\xf1\x4a\xad\x35\x0d\x5f\xc7\xfb\x87\xae\x5e\xf6\x22\x33\xc2\x9d\x45\xb6\x49\xbd\x0b\xb2\x95\x5b\xe0\x0e\x87\xc6\x25\x87\x1e\x52\xe8\x2e\x39\xcd\x6c\x82\x35\x17\x31\x94\xc2\xb5\x97\xe0\x98\x8b\x34\xb9\x4b\x3e\x3c\x5b\xca\x5d\xe9\x30\x76\xc1\x92\x5b\xfc\x3d\xdc\x0b\x93\xd9\x74\x04\x5d\xce\x1f\x3d\x1e\x91\xfd\xb6\x9b\xbd\x86\x1a\xb8\xc8\xdf\x76\x17\xe2\xea\xfa\x37\x74\x2f\x73\x33\x6f\xa4\xa2\x50\x6f\xc2\xc8\x43\xea\xf2\x8d\x5b\xe0\x47\x1e\x3d\x64\xbf\xb5\x97\xe2\x0e\x4f\xc0\xa6\x6b\xbf\x32\xdc\x4a\x5e\xd8\xa1\xf7\x5d\x49\x33\x55\xb8\x6d\xe8\xc9\x6d\x17\x5e\xf4\xdd\x37\x6e\x1b\x7a\xab\xdb\xe1\x09\x38\x96\xff\x13\xd9\xa6\xe8\x17\xb9\x6d\x2c\xff\x48\x44\x86\x90\x29\x35\x19\x6f\x67\xf3\x94\x1f\x42\x9e\xfb\x0f\x23\x8f\xe1\xc7\x8d\xc6\x4d\x54\x8f\x19\xbb\x12\xa3\x4a\x44\x56\x39\x43\x65\x5a\xbe\x43\x33\x3b\xc6\x9f\x4f\x63\x58\xd9\xb5\x70\xbf\xfe\xf8\x4b\x36\x16\x77\xba\x5d\x09\x03\x96\x5c\xfb\xc5\xec\x30\x8f\x64\xce\xd5\xbb\x3d\x99\x73\x95\x4f\x6a\x91\x38\x77\xca\x6d\x49\x89\x73\xbd\x73\x2a\xdc\x5f\x3c\x26\x14\xb5\x4b\x6f\x95\x3b\x5c\x06\xe7\x47\xcc\x3f\x14\xb3\xb3\xbb\x15\x69\x62\xf4\x7b\x61\x9d\x4d\x44\x91\xa5\xfc\xb7\xb2\x81\x20\xa9\xed\x4a\xd9\xb5\xd0\x92\xe8\x3c\x45\x89\x99\x24\xc9\xef\x88\xee\x3b\x49\xe7\x72\x6b\xa1\x26\x11\xe3\x6a\xa8\x49\xf2\x5f\xf0\xe9\x08\xe8\x9b\xd3\x47\x5b\xb5\xc5\x9d\xa5\x68\x31\x1a\x6a\x32\x4d\x69\x43\x4d\xa6\x7d\x13\xca\xc7\xa9\x78\x1b\xbb\x11\x9d\x5c\x7b\x21\xe2\xf4\x66\xfb\x45\xef\xc6\x0d\xba\xa9\xd1\x88\xd5\x6a\xba\x25\x50\x6f\x92\x67\xcc\x0e\x7f\xbe\xa5\x37\x88\x1d\x6a\xca\x25\xa3\x0c\x52\xec\xe6\xf4\xd1\xf2\x93\x63\x57\x11\x1f\x76\xb8\xf0\x29\x7d\xd6\xad\x45\xa0\xe0\xae\x3f\xdc\x8c\xd1\xb3\xc3\xc5\x44\x97\x86\x08\xa3\x9b\x93\xf9\x2a\x9e\x79\x7a\xcb\xd9\x0d\xbf\x6c\xad\x47\xe8\x37\xb3\x84\xb4\xdd\x88\xa8\x92\xd5\x4c\x04\x45\xfc\x68\x53\x87\x63\x5e\xd1\xeb\xc5\x0e\xc7\xbc\xfb\x13\xfe\xb4\x46\xe7\xfc\x69\x8b\x68\xd2\x6e\xb4\x47\x5a\x20\x75\xfc\xc4\x16\x77\x4f\xe3\x4d\x40\x5e\xfb\xa4\xf1\xcd\x4a\xf1\x7c\xab\xdf\x4b\xd3\xee\x69\x84\x1b\xe8\x3a\x39\x1a\xf6\x32\x1f\x4f\x0e\x47\x25\x97\x66\x52\xfe\x36\x05\xf5\x20\xe3\x6f\x9e\x62\x95\x11\xaa\xb7\xf9\x7a\xd7\xc9\xf6\x9f\xfc\x65\x8f\x3c\xb6\xfe\x32\x7a\xaa\xfb\x5c\x27\x1d\xad\x0e\xce\xd0\xc4\xde\x9f\xf7\xa7\x3b\x3e\xf5\x7f\x9e\x38\x1b\xfc\x87\x5f\x3e\x1d\xaa\x32\x8c\xa6\x9a\x86\x31\x55\x8d\xf8\xac\x3a\x57\xd1\xb6\x2a\x16\x03\x59\x85\x4b\xf5\x97\xf1\x22\xe9\x7b\x69\x28\x5b\xab\x6c\x62\x76\xc4\x0a\x2e\xcb\xad\xec\x30\x37\x10\x83\x0b\x0d\x6a\x93\x9e\x8c\x2c\xc2\xb3\x68\xfa\x43\x2d\x3a\x25\xf9\xee\x1e\x7b\x7a\xf9\xf7\xe2\xb6\x25\xf3\x4f\x32\x0c\xe7\xf4\xf1\x0f\xf2\xac\xec\x01\xc7\x6d\xcb\x57\xc8\xf0\x0c\xcc\xc9\xa4\x19\xae\x81\x43\xfa\xb6\x3d\xb0\xa9\xf7\xff\x05\xd7\x92\xa5\x0d\x49\x7d\xa7\x6f\x31\x43\xdb\x4f\x97\x3f\x94\x96\xd2\x2a\xed\x50\x5a\xce\x0f\x5a\x85\x1d\xfe\x75\x4b\x76\xb3\x1b\xff\x3a\x29\x5c\xc8\x06\x7c\x9b\xf1\xef\x47\x06\xc3\xe5\x1a\x2b\x35\xdd\x6a\x5c\xbd\xa7\xff\x92\x95\x9a\xee\xeb\x1b\x1d\x50\x6d\x33\x48\xb1\xca\xd0\x7e\x4e\x89\xd0\x1b\xed\x67\xd6\x4e\x1d\x4a\x0c\xaa\x3f\xe4\x12\xab\x9d\x12\x4a\xbe\x29\x4b\x00\xd2\xf8\xe6\xe4\x13\x2f\x94\x7c\x43\xda\xc1\x1d\x6a\xbd\xe5\x4d\x15\xae\x71\x4b\x46\xed\x4a\xb1\x2b\xe3\x50\x52\xec\x2e\x3d\x7a\x93\x28\x77\xc9\xe0\x75\xcf\x78\x91\x2c\x22\xc6\x88\x5d\xbb\x7c\xa1\x8f\xd0\xb5\x39\x49\xdb\x4c\xd6\xda\xa5\xd8\x1f\x1b\x9f\xb6\x2c\xf2\xc7\xa7\x2d\xf9\x4a\x3d\xc9\x6f\xd9\xff\x31\x02\xf5\x22\x6b\xed\xca\x3a\x9a\xc3\xc5\x6d\xca\x12\x68\xe3\xe2\x26\x8f\x71\x72\xd8\xce\xbc\xfc\x13\xfc\xa2\xf8\x56\x68\xb9\x96\x19\x77\x68\xb9\x96\xcc\x11\x77\x28\xb9\x56\x2e\xfe\xbf\x88\xcf\xa8\x61\x84\x3e\x6a\x99\x17\xe2\xc7\x26\x9b\x0d\xf2\xd9\xe6\x3f\x47\xea\x62\x1a\x91\xe0\x95\x87\x96\xb4\xf5\xb7\xd6\xf9\x74\xaa\x3a\xe2\x10\xf7\xa7\xa1\x97\xd7\xfc\x87\x42\x6a\x65\xf1\xe2\x50\x32\x4d\xe9\x86\x95\x96\x56\xb6\xf9\xa4\xa5\xcd\x49\xce\xe5\x3b\x14\x49\xca\xf4\x76\x6b\xb1\xfc\x3a\x9b\x42\x59\xb4\xb2\xd8\x3d\xca\xa2\xa4\x38\x25\xe4\xa5\xcd\x0a\x53\x45\x5e\xda\x5a\xdc\x9b\xd0\x62\xca\xab\x8b\xbc\xb4\xf5\xa3\x53\x6c\x11\xfa\x4d\xe4\xbf\xb0\x79\xd4\xf4\x2f\xf6\x3f\x51\x4e\x17\x79\x69\x53\xaa\xfe\xc3\x1a\xca\x41\xff\xdf\x65\x3f\x8a\x42\xb0\x51\x2b\xd5\xe4\x46\x23\xa9\xb7\x6e\x3b\xe1\x8e\xd7\x3f\xc3\xb5\x50\x7f\xea\xd4\x8e\x58\xb9\xc5\xec\x2e\x54\x4e\xfd\x33\xfc\x7f\x98\x4e\xfa\xff\xde\xf8\x3f\x6a\x3b\xbc\x46\x86\x5a\x09\xc7\xbd\xdb\xed\xa2\x6a\x9c\xa1\x9a\xa7\xd0\x5c\x75\x29\x0e\xc8\x7c\x9b\xe5\x88\x4b\xe6\xdb\x34\xb5\x14\xa1\xb8\xea\x32\x70\x26\xf1\xed\x6d\xb4\xaa\x1a\xa3\x98\xae\xc5\x51\x30\xdc\xcc\x37\x52\x39\xf9\xff\xc2\x80\x4c\x9b\x26\x74\x53\x9d\x1c\x22\xb7\x16\x82\x91\x7f\xf0\xd2\x57\x37\x5f\x0a\x65\x54\xf9\x88\xa3\x85\x32\xaa\x9b\x2d\xe1\x0b\x98\xd2\x72\xf5\xca\xa1\x79\xb9\x99\x08\xa6\x26\xa2\x89\xe0\xb7\xb9\x8b\xf7\x85\xbb\x5f\x6d\x1e\x53\x9c\x19\x9f\x3f\xff\xd7\x91\xf6\xf4\x8b\xf7\x92\xde\x3f\x12\xe6\x37\xc1\x32\xc5\x6d\x37\xd1\x03\xb5\x9f\x43\x53\x35\xa4\x18\x26\xd1\xed\xe8\x62\x3d\xa1\x52\x1a\x96\x18\x42\xa5\x34\xf4\xae\xbb\x43\xa3\x94\x2c\x23\x85\x46\x29\xa7\x9c\xdc\xe8\x8e\x4f\x35\x42\xae\x0c\x39\x69\xd9\x78\x76\xd5\x2e\x0d\x1d\xd2\xe8\xda\x33\xa1\x43\x1a\x52\x9b\x90\x21\x77\x58\x10\x3e\xbc\xc1\xea\x72\x8b\x37\x9d\x74\x31\xa4\xa7\xcd\xb6\xe5\x22\x3d\xed\x50\xb0\x0e\xd2\xd3\x2e\xd9\x0b\xee\x08\xb8\x5b\xa4\x0b\xda\x11\x6f\x77\x4a\xd9\xbe\x43\x33\xe4\xb8\x3e\x24\xb2\x75\x08\x20\x12\xd9\xde\x9f\x70\x75\x86\xbd\x9c\xff\x30\x1e\x4b\xc5\x24\x0e\x47\x8d\x19\x71\x28\x83\x86\x6f\x85\xe1\x95\x37\xbc\xf5\x0e\xef\xb3\xfe\x7d\xf8\xb9\x39\x48\x38\xde\x8d\xfe\x17\x5a\x44\x32\xd0\x3a\xca\xcd\x46\x53\x24\x77\x46\x52\xc7\x0e\x99\x92\x92\x39\x36\xa7\x2c\xc1\x0b\x15\x4f\x17\x93\x8e\xc0\xbd\xd5\xe3\xf8\xf2\x76\x28\xba\x09\xd5\x4c\x4e\x59\x3d\x47\x37\xe3\xeb\x64\x68\x63\xd6\x6c\xfe\x43\xb6\xbb\x7e\x12\x75\x8c\xef\x93\xa1\x8e\x19\xbe\x24\xe2\x5d\x27\xeb\xd1\xfd\x65\x1e\xb5\x17\xbf\x08\x9e\x3a\x16\xbe\x3c\x73\x0f\xd7\x2a\x1c\xa5\xa8\x1a\x81\xa1\xdd\x8c\x76\x83\x76\x38\x9a\x9b\x52\xfd\x97\x93\xff\xd4\x90\x91\x59\xbb\x3f\xc5\x0a\x4c\x9d\x8b\x98\x71\x52\x6a\xed\x2f\xf6\xc8\x59\x37\x88\x2f\x8a\x5b\xdd\x68\x42\xad\x53\xfd\x12\x12\x81\x7c\xbb\x6c\xe9\xf6\x37\x2e\xc9\x0a\xba\xb3\x7f\xdc\x19\x7c\xf5\x08\x17\xba\xac\x90\x0d\x5b\x2e\x74\xa2\xdc\xd0\xe4\x0c\x3f\x10\xff\x88\x9e\xa9\xab\xef\x4f\xdb\x61\xaa\xd6\x69\xb4\xa8\x1a\x7b\x55\xcb\xf1\x63\xa9\x9a\x7f\x22\xc8\x41\x37\x98\x9f\x44\x54\xff\x5d\x90\x51\xf6\x0f\xbe\x91\x0e\x8f\x89\xfa\x2d\xf5\x5b\x7d\x63\x8f\x69\x03\x84\x5b\x5e\xf6\x5e\x09\xb7\x3c\x87\xc0\x22\x53\x6c\x4e\xf2\x67\x54\xaa\xd8\xa1\xed\x40\x8e\xd7\xac\x59\x0c\xe5\xcd\x1a\x12\xd9\x22\x74\xee\x1a\x3a\xec\x1e\xcd\x5b\x75\x35\x02\x83\x6b\xa5\xc2\x85\xee\xfe\xe7\x52\x35\x02\x58\xe8\x37\x94\xe5\x55\xf3\x1f\x4a\x98\xac\xe4\x2e\x6b\x87\x16\x66\xf9\xb6\xfb\xe0\x19\x5f\x5c\x0b\xbd\x9a\x36\xc7\x83\xd2\x4b\x64\x1c\x21\x62\x97\x0c\xba\x48\xeb\xea\x80\x89\xe4\x55\x75\x14\x46\xf2\xaa\xae\x21\x21\x05\x1d\x4c\x2a\xd3\x9f\x46\x33\xda\x46\xb8\xbe\x49\x93\x42\x9a\xd1\x25\xdb\x2b\xd2\x8c\x2e\xe9\x6e\x48\x1e\xba\xa4\xfe\x25\x77\x68\x4e\xf5\xe3\xea\x8a\x67\xdf\xa6\x5a\xf4\x46\x3b\x25\xc2\x9c\x3a\x42\x20\x79\x3e\x73\x52\x10\x16\x12\x7d\x2e\x59\x58\x90\xcc\x73\x49\x21\x47\x32\xcf\xfb\xe9\x52\x35\x3a\x2e\xae\xfa\x12\xa6\x5d\x47\x1c\xfe\x64\x32\x2d\x24\x7f\x67\x4e\x7e\x16\xc3\x9f\x4c\x61\x10\x49\xd2\xe9\x48\x87\x3b\xb4\x2e\xd3\xf7\x84\x50\xba\xdc\x3f\x54\x77\xe2\x6d\xd9\xaf\xd0\x04\x08\x95\x95\x1e\x29\x2d\x1d\xc0\x51\x29\x2d\x93\x37\x55\xe8\x59\x1c\xf7\x8f\x1c\x93\x6b\x70\xfc\x92\x63\xd2\xe1\x03\x49\x1c\xe9\x30\x84\x24\x87\x5c\x93\x33\xf5\xe0\x79\xa6\x08\xa9\xb7\x1a\xcc\x89\x5d\x4c\xe6\xc8\x79\xff\xef\x9f\x58\xf5\xc1\xbd\x8c\x6c\x6b\x8b\x2c\x8f\x4b\x9a\x34\xb2\x3c\xe6\xa4\xe0\x1a\xa4\x79\x5c\x32\xd0\x25\x95\xe3\x92\xef\x0f\xa9\x1c\x17\xf9\xf2\x17\xc9\x1b\x97\x5c\x88\x48\xd7\xb8\x14\x22\xf1\xe0\xa5\x26\x8b\xa2\xf3\xe1\xfd\x32\xe9\x17\xb0\x98\xac\xfe\xfd\xf0\xe7\x93\x03\xc6\xf9\x84\x19\x41\x92\x33\x01\xb9\x1c\xd7\xf8\x53\x83\xe4\xa6\x26\x20\x5c\xaf\xa4\xa2\x38\x1f\x0e\x19\x45\xc2\x38\x1f\x6c\x4a\x92\x16\x20\x2c\x6d\xa5\x92\x3b\x1f\xc4\x04\xd9\x3d\x9f\x34\xe9\x81\x6b\x31\x64\x38\x87\xf2\x3e\x4a\x41\x7a\x12\x0b\x00\x39\x1e\x7c\xd8\x94\xf3\xf3\x56\xc3\x42\x99\xcb\x28\x69\x20\xef\x7f\xaa\x1d\x0e\xf6\xe4\x76\x46\xf8\x17\xfa\xd3\xa0\x0e\xc4\xad\x93\x44\xe4\xfe\x3f\x9c\x0b\x3e\xae\xbe\xb1\x75\xd5\xd5\x20\x64\xe9\x0b\x0f\xfe\x6d\xb2\x0c\x25\x49\xe4\xd2\x73\x22\x49\x22\xb3\xc3\x97\x91\x25\x72\x49\xed\x7a\x12\x97\x25\x29\xfa\x4f\x68\x22\xaa\x6e\x87\x27\xb4\x0d\x43\xde\xc7\x27\xc3\x10\x65\x90\x74\x42\xdd\x90\xc5\xf3\x9d\x6d\x12\x9e\x47\x0e\xc9\x21\x7f\x5f\xa5\x90\x4c\x32\x54\x3d\x39\xa2\x84\xca\xe1\xf7\x64\x2c\x29\xe0\x72\x27\xc3\x2c\x65\x7e\x7a\xb2\x66\xb9\xaa\xd9\xb0\x9e\x90\xd3\x04\xf9\x26\xef\x7f\x32\x92\x78\x7e\xcf\x7a\x99\x25\x1b\x64\xb6\xa3\x84\xd2\x41\xca\xff\x8f\x74\x90\xf7\x3f\xf5\xa3\xc8\xaa\xcd\x43\x09\x4a\xcb\x9a\xbd\xac\xd9\xe3\xfc\x22\x3f\x62\xd1\x61\x7e\x4a\x04\xf5\x49\x22\xee\x42\x80\x65\x4d\x5e\xe1\x6e\x81\x58\x47\xae\xc0\x21\xfb\x28\xf2\x01\x4e\x1d\x2d\x87\x67\xec\xae\x7d\x4f\x92\x3f\xbd\xa2\x9f\x42\xca\x49\xcd\x07\x49\xfe\xe4\x29\x7b\x8a\xf2\xf1\x68\xdf\x85\x57\xd2\xea\x62\x26\x11\x4e\x6e\xc9\x5a\xed\x54\x14\xb1\xa2\xd6\x0a\xfb\x96\x23\xe9\x51\xac\x39\xed\x88\x4a\xc0\x55\x35\x1a\xcf\xbf\x53\x07\x0d\xb9\xf2\x72\x92\x45\x20\xc9\xf2\x56\x17\x17\xa8\x90\x6b\xd7\x46\x8b\x6c\x79\xab\x8b\x78\xc3\x4f\x67\xc9\x44\x88\x3c\x77\x73\xb8\xab\xe1\x8b\xa3\x50\xd8\x8b\x44\x77\xb3\x4f\xb5\x1a\x11\x1f\xe4\x2c\x4e\x52\xba\xf5\xe7\x27\x42\x4d\xfa\xf1\xef\x07\xb5\xca\x22\x8f\xf4\x6e\x4b\x7a\xac\xc3\x33\xae\x02\x77\x9c\x78\xc6\x5d\xfe\xbd\x86\x26\x54\x4c\x88\xc7\x58\xbd\xb7\x91\xfd\x6c\x48\x85\x48\x82\xb3\xd5\xb5\x91\x1b\x5a\x61\x04\x9b\x13\x61\xd1\x96\x17\xb8\x21\x70\xeb\xf6\x48\x6a\xb2\x59\xc6\x3f\x9b\x7e\x9c\xc6\x78\xb5\xfc\xf1\xc2\x3a\xf5\xc2\x77\xba\x56\xb1\xa9\x16\xab\x28\x71\xed\xc4\xfb\xe3\x92\xcd\xc8\xe9\x0c\x4a\xd4\x17\x8f\x81\xab\x73\xb0\x91\x38\x2c\xa7\xa1\x55\x8c\x30\x61\x4b\x6e\x52\xa7\xa3\xa6\xe5\x4a\x76\x3a\xa4\xc9\x2b\xd2\xe9\xd1\x37\xbd\x70\x92\x00\x6c\x7e\x34\x37\x1d\x9e\x9b\x5d\x8b\x59\x14\x57\x89\x07\xbf\x25\xdb\x92\x13\xef\x7d\x39\x91\x52\xf6\x56\x63\x31\x44\xd3\x03\x79\x7c\x68\xa5\x06\x01\x5d\x5d\x63\x50\xc5\xb5\xb8\x66\x8b\x1f\xc6\x13\x5f\x4e\xba\x75\x1d\xde\xf8\x4c\xa8\x83\x21\x8a\x73\xe1\x6d\xa0\x77\x84\x33\xd0\xd8\x73\x05\x23\x1d\xd6\x92\xd4\x79\xc2\xf8\x7f\x49\x22\x25\x39\xd6\x52\x64\x8c\x13\x06\xfe\x4b\x42\x27\xe9\xaf\xe6\xf8\xf3\x65\xfc\x9e\x76\x6d\xa4\xa6\x5a\x92\x40\x4f\x84\x97\x5a\x72\xc8\x3c\x53\x3d\x2b\xaa\x9d\xf8\x32\xab\xf6\x25\x0a\x9e\x3f\x8d\xdd\xf6\xa7\x16\xda\x7c\x9d\x71\x61\xc2\x9e\x65\xd9\x70\xc2\x84\xbd\x7b\x27\x4c\xd4\x6b\x43\x3f\x11\xee\x73\xf2\xac\x21\x8b\x55\xf6\x49\x49\x3c\xab\xe4\x93\x2a\xe2\x59\x65\x79\x9e\x9d\x88\x67\x55\x3f\xe2\xe9\x93\x3d\xeb\x13\x6f\x2a\x5d\xff\x52\xed\xe1\x3f\x5d\x7d\xe3\x8d\x43\xed\x20\xd6\xf8\xe4\x0a\x3b\xf9\xbe\xdc\xbb\xf0\x9c\x55\x4c\xda\x83\x9d\xbc\xbc\x79\x48\x71\x75\xff\x50\xb3\x1a\x91\x5e\x87\xb6\x6d\xbc\x1a\x76\xc5\x84\x3d\xf1\x6a\xd8\x15\xbe\xf5\xc4\xab\x61\x57\x14\x58\x32\x5e\x25\x1f\xa3\xf1\x86\xd8\x15\x3d\xf5\x4c\x82\x79\x8a\xd7\xaf\xa9\x9e\x56\x55\x4b\x78\xf7\x4d\xd5\xea\xfd\x43\x5d\x47\xe2\x0d\x31\xe9\x2d\x9c\x8c\x57\x45\x56\xfb\xe7\x8f\xd9\x7a\x53\x35\x7e\x71\xfa\xd3\x58\x38\xed\xe1\xb5\xf4\x8b\xfa\xcb\x15\x73\xc3\xd5\x95\xec\x58\x5d\xc6\x7b\x47\x0f\x8c\xd2\x21\x9d\x78\x60\xec\x0a\x8b\x77\xc2\xe2\x7d\x98\xa6\x17\xfb\x5d\x0a\xa6\xb3\x38\x37\x25\xe7\x9e\x30\x72\xef\x0a\x86\x42\x9a\xad\xfe\xa7\x3f\x5b\x19\x77\x55\x6b\xfc\xa1\xff\xf3\xf2\x46\x29\xea\x48\x9e\x55\xb3\x3f\x8d\x87\x1d\x05\x94\x3b\x7a\x1b\x54\xfc\x5e\x92\x67\x0d\xb3\x6d\x45\xe7\x52\x54\x5e\x92\x67\x2d\x79\xd3\x9e\x78\x0e\x5c\x7a\x65\xfb\x93\x3b\xab\xa8\x76\xf8\x43\xff\xc8\x37\x3c\xcf\xfc\xe9\x2f\x0c\x5a\x34\xc6\xb0\x66\x24\x25\xd8\x22\x75\x56\x96\x9a\xf4\x6c\x5e\x7d\x86\x6b\xf1\x3e\x31\xfe\xd9\x2f\x91\xe4\x54\x43\xe6\x2d\x24\xa7\xca\x12\x73\xcf\xe6\x92\xa7\x21\x46\xc6\xa9\x21\xd3\x17\x12\x4e\x65\xe5\x4b\xbd\xd5\xb8\x27\xe8\xea\x4a\x50\xad\xa2\x89\xe3\x99\x4d\x4e\x2c\x87\xb8\x59\x52\xfe\x90\x55\x6a\x4d\x9d\xd3\x9b\xb8\x8c\x5a\x8c\xcd\x24\xea\xd4\xde\x64\x63\x74\x9b\x31\x6d\x7a\x39\x38\xf1\x3a\x96\x1d\x85\xf9\x60\x71\x6d\xc3\xb3\xe3\xb0\x55\x49\xb5\x15\x2a\xa5\xae\x1a\xf7\x94\xac\x5a\x84\xde\x17\xcb\x09\xe3\xe8\xac\x38\x1d\x27\xde\xce\xba\xac\xe3\x8f\xde\xce\xe4\x51\x75\x0e\x71\x4f\x45\x53\xf1\x3e\x56\xf4\x1c\x7a\xe2\xd1\x2b\x9b\x6e\x8f\xa2\xb4\x17\xd5\x98\x36\x86\x8f\x39\xb4\xef\x0c\x98\x43\x27\x59\x74\x9c\xc3\xdd\x6b\xba\x16\x0f\x19\xa2\x8c\xc3\xd3\xcd\x4a\xae\xc6\x43\x86\xf6\x58\xd8\x4a\x8f\xd9\xfc\x87\xf1\x90\xe1\xa9\x09\x83\xdc\xbe\xd4\x1b\x5e\xc0\x74\xa1\x22\x1f\x96\xc2\x3b\x9d\x83\x5e\x54\x4e\xa1\xe7\x90\x69\x42\xfc\x27\x8c\xa5\xd7\x14\xff\xc7\x58\x3a\xfd\x99\xd4\xf0\x1e\x97\x49\xee\xd1\x4b\xda\xca\xfe\x36\xae\xfc\xcd\x9f\x62\x8e\xee\x5a\x88\x0a\xbc\xb2\x90\xc7\x4a\x49\x39\x16\x79\xac\x72\x92\xed\xc7\xf9\x72\x55\xaf\xae\x7d\xf9\x4f\x7f\x1b\x76\xc6\xd5\xb5\x27\xec\xa2\x96\x6a\x2f\x9f\xb2\xc8\x11\x0b\xab\x0e\xf1\x4a\x12\x62\x99\x55\x47\x3e\xac\xfb\xe9\x54\x35\xa8\xd3\x3f\x09\x23\x93\xb9\xf6\xf9\xa2\xc5\xfc\xf3\x97\x4c\x88\x38\x47\x44\xca\x6a\x52\xd5\x9d\x88\x7f\x55\xe4\x6d\x7c\xbe\x5a\xf4\xea\xff\x8c\x45\x97\xac\xf0\x8d\x00\x40\x7d\xf9\x53\x56\x4b\x5f\xf2\xd0\x2c\x01\xfd\xab\x25\x70\xab\x3c\x66\x4a\x22\xfb\x6a\x09\xba\xff\x32\x5c\x89\x74\x5a\x7d\xd9\x4a\x8a\xbd\x4e\x02\xad\x5b\xa5\xdd\x78\x4d\x1b\x32\x92\x3e\xbf\x49\x30\xcc\x8f\x6a\x91\xda\x4d\xdb\x2c\x9e\xc1\x96\x82\x9c\x9c\x78\x06\x2b\xd2\x41\x9c\x78\x05\xeb\xbe\xb8\x87\x39\xf5\xf0\xe9\xfd\x43\x58\x5a\x7f\x3e\xc5\x0e\xbb\xa8\x16\x34\x20\x5e\xf9\x8b\x4b\xee\xa8\xfe\x89\xa0\x16\xad\x72\x98\x4c\x2b\xbd\xcd\x22\xb9\xd6\x94\x8e\x8b\xe4\x5a\x39\xf9\x0c\x8a\xec\x5a\x8e\xa7\x4e\xfe\xac\x35\x24\xd4\xfc\x78\x93\x6a\xfe\xc3\xc3\x1f\xea\x17\x37\xbf\xaf\xa9\xd1\x25\x57\xbf\xaf\x57\x38\x35\x8a\xd3\xb4\xc6\x14\x6f\x72\x43\x51\xe4\xc8\x3c\x35\x5a\xf9\xdf\x6f\xd5\xad\xfc\x9f\xac\x3a\x82\x5a\x65\x5f\x9c\xb1\xa7\x56\xe0\x1c\x32\x48\x0d\x4b\x9c\x61\x4e\x3d\xb3\x66\x26\x1e\xeb\x66\x11\x1f\xc5\x44\x5a\x81\xf7\xc9\x11\xb5\x14\x10\x83\xcc\x4f\xd9\x97\xe8\x78\xba\x4b\x7a\x90\x22\xf3\x53\x97\xb9\x3c\x99\x9f\x86\xc2\x75\x2b\xb9\x93\x59\x4c\x18\x5a\x57\xc5\xbc\x38\x84\x90\xca\x1f\x31\xdc\xc7\xb1\x8d\xab\xaa\x93\xa4\x5c\xfe\xdf\x30\x98\xff\xf8\x37\xb1\xa2\x48\x92\x9b\x9e\x60\xfa\x19\xc3\x89\x67\xc5\xfc\x67\x45\x62\x7f\xd6\x43\x6e\x96\x15\x95\x78\xe9\x63\xdf\xdc\x4a\x5c\x9d\x6e\x5f\xdf\x5d\xf9\xab\x4f\xf0\xe3\x77\x47\xcc\xe4\x8c\xc8\xff\xee\xc8\x4d\x9c\x3a\x16\x1e\xef\x8e\xe8\xb3\x93\x60\x74\x2f\x3a\xed\xfc\xe1\x3a\xfe\xee\x49\x54\xec\x20\x86\x77\xe3\x00\x9a\xf1\x09\xb9\x55\xc6\x15\xcc\xe2\x25\x77\x2b\x16\xb4\xb7\x12\xae\xb9\x4d\x95\x70\x15\xad\xaa\x2c\x0f\xe1\x55\xa6\xd4\x0f\xb1\x2d\x5e\xae\x98\x78\x91\xbd\x5c\xf1\x08\xbd\xf4\x72\xc3\xc3\x2f\xee\x55\xde\xc0\xd8\xf7\xef\xc1\xab\xe0\x43\x25\xde\x17\x6f\x7b\x55\xd5\x50\xe9\x34\x55\x2a\xff\xe7\x6a\x18\x53\xb6\x7f\xfd\xe7\xfd\xec\x0f\x29\x28\x72\x8e\x64\x7c\x02\x58\xa6\x4b\xfa\x01\x94\xc9\xa4\xde\x8d\x72\x81\x55\xe7\xff\x5a\xc8\x0b\xec\x1e\xf7\x35\x96\xf2\xfd\xec\x48\xb7\xc2\xca\xf3\x2b\x59\x36\x22\x39\x34\x85\xef\x67\xd7\x19\x8e\xc2\xf7\x4f\xd2\xff\xf3\x1a\xf3\x3f\xf6\xff\xff\xff\x3d\xff\xfa\x4f\xfe\xfc\xf7\xdf\xff\x19\x77\xac\xff\xfa\xcf\x37\x12\x4e\xde\x7f\xae\x14\x12\x36\x97\xdf\x78\xa0\xfe\xcf\xf7\x89\x0c\x39\xf7\x06\xfb\x0d\xf3\xff\xfb\xcf\x9d\xf0\x7b\xde\x7c\x23\x07\xd8\xfd\xe7\x8d\x14\x6a\xff\xfa\xcf\x37\x5e\x92\xef\x3f\xf7\xaf\x2e\xbd\x7e\xc3\x2e\xff\xfe\xb3\xc2\xd4\xe7\x5f\xff\xf9\xc5\x6b\xe7\xfd\x27\xf4\x8a\x39\x90\x1e\x08\xea\xe1\x75\x91\x23\xe4\x5e\x20\xee\x6f\xfd\x22\xab\xcd\xfd\xe7\x22\x71\xf6\x65\xd2\x07\x51\x20\xc5\x98\xd0\xaf\xd1\xc8\x4a\x93\x40\x2f\xaf\xa1\x50\xc2\x3c\x31\xd0\x10\xec\x29\x44\xa6\x87\x0f\xe8\x31\xca\x2d\x34\xe8\x35\x13\x8e\x9b\x42\xa4\xfc\xef\x42\xbb\xd1\x15\x2e\x36\xc0\x21\x27\x51\x98\xe1\x21\x16\x68\xdc\xab\x29\x84\xdc\xd0\x84\x76\xa3\x97\x05\xf2\x04\x74\x6b\x8f\xe1\xb0\x68\xa2\xcb\xa1\x47\xa2\xb0\x23\x39\xc2\x45\x89\x9e\x45\x01\x3d\x3a\xe8\xa9\x42\x39\x93\x40\xe3\x3d\x8f\x42\xd0\x53\x16\x3a\x85\x92\x43\x95\x6f\xab\xbf\xe5\x91\x25\xf6\x66\x26\xc2\x08\x85\x78\x88\xa1\x85\xb6\x8c\x86\xbc\xbc\x82\x27\x66\x42\x5c\x50\xb8\xc7\x0d\x76\x91\x99\x80\x11\x14\x2e\x3f\xc5\x04\x3c\x13\x3a\x81\xc2\xbd\xe6\x10\x33\x3f\x13\x36\x80\x42\x7c\x1d\xb7\xe6\xcc\x1d\x9e\x42\xf8\xe6\x60\xae\x96\xc9\x7c\x4b\x21\x86\x48\x7c\xf5\x4c\x5e\x5b\x0a\x1b\xbc\x0a\xff\x09\xc7\x19\x89\x98\x60\xb7\x3a\x8d\xc7\xe6\x44\x92\xc8\xe4\x99\x8d\x82\x82\xcb\xc4\xe1\x77\xab\xfe\x7e\xf3\x7d\x28\x7f\x32\x59\x62\x29\xfc\xc0\xb3\xf0\x57\x78\x48\x4a\x99\x7b\x74\xe6\x56\x4f\xa1\x81\x6b\x5c\xa7\x1b\x87\x15\x78\x1e\x8e\x7f\x17\xf6\xcf\xc3\x7e\xe6\x96\x4f\xe1\x05\x67\xbc\x47\x0b\xc8\xd5\xfe\xe2\x53\xb8\xfa\xc9\xdd\x35\x13\xdd\x23\x93\x5e\x8d\x42\xdc\x7c\x3e\x31\xae\x42\xde\x33\x0a\xf1\x60\x22\x70\x1a\x7c\x4d\xa1\x85\xe4\x62\x14\x48\x97\x2f\xb4\x1a\x25\x20\x96\xd0\x6e\x74\x44\x34\x31\xa1\x3f\xa3\xcf\xa5\x81\xa5\x3e\xec\x24\x38\xc4\x24\x44\xe1\xc2\x3e\xa7\x10\x53\x58\x96\x7e\xf1\xb8\x77\x4c\x15\x61\xa5\x0b\x79\xb2\xa2\x70\xc2\x4f\x98\xb1\x64\x0f\x30\x5e\xa4\xd1\x49\x15\x92\xed\x50\x88\x2c\x5d\x18\x60\x14\xf2\xec\x50\x78\xc0\xf9\xcd\xec\x2e\x46\x30\xaf\x5a\x68\xa5\xb8\x6d\xc2\x4a\x0d\xda\x08\xd3\x62\x0a\x6a\x83\xf1\x54\x48\xba\xcc\x78\x43\xc5\xa2\xe8\x56\xa6\xd1\x7b\x5f\x2d\x4d\xe8\x36\x1a\x87\x4c\x0d\x99\xab\xcc\xbe\xf5\x8b\x1d\xf2\x41\x8f\x57\xe6\x34\x1e\xe9\xcc\xb9\xf4\x95\x19\xea\x4c\x0a\x91\xc0\x09\x87\xc1\x32\x1f\x18\xec\x2d\xd0\x43\xb5\x12\xe1\x24\x29\xe8\xd8\x8c\x76\x96\x89\x84\xa0\x82\x39\xe3\xcc\x58\x56\x32\x1e\xae\x2c\x59\xbe\x92\xb7\x3a\x85\xb3\x29\x78\x20\x2f\xe6\x66\x45\xdc\x2c\x63\xa2\x51\xcc\xcf\x0a\xa1\xd2\x72\xc6\x4a\xbc\x2c\xcf\x2f\x31\xb5\xb2\xac\x27\x8b\x79\x5a\x81\xa7\xe5\x8c\xc6\xb2\x98\xab\x15\x02\xf6\xe4\x4c\xe8\xb2\x42\xc4\x9e\x28\x70\x20\x63\x22\x7a\xab\xaf\x70\xbe\xe7\xb1\xbe\xac\xe1\xef\x87\xf0\xd8\x74\x85\x40\x1d\x14\x7e\xc1\xa3\x83\x9b\x16\x82\x64\x44\x61\xc1\xbb\xe3\x78\x2b\x04\xb6\x88\x42\xb4\x53\x3e\x9d\x7e\x2e\xb7\xc3\x7b\x46\x49\x9a\x9f\x6d\x7c\x0b\xef\xfc\xee\x31\x8e\x2b\x6d\xc1\x38\xac\xe0\x4a\x1b\x05\xe1\xec\x9c\xf5\x33\x4e\xf8\xd8\xa2\xbd\xb0\x1e\xe3\x0f\x38\x49\x43\xca\x7a\x8d\xbf\xc2\xe3\x92\x55\xb6\xd7\x7d\xb3\xee\x05\x9d\x4c\xd9\x5e\x77\x9c\x5a\xb2\x92\x60\x97\xed\x75\xdc\x59\x78\xdc\x70\xcb\xf6\x3a\xca\xb2\xbe\x70\xa1\x2e\xdb\xeb\xb8\xab\x9c\x3c\xfe\x84\xfd\xe3\x8e\xf3\x7f\xbb\xf6\xc4\xd7\x4b\x7f\x46\x73\x98\x0f\x94\xed\xe5\xc7\x46\x3a\x17\xc2\x5d\x16\xcc\xa2\xa3\xc0\xf7\x24\x40\x2a\xdb\x64\xb1\xbb\xf0\x42\xb7\xbc\xfc\x3b\x12\x48\x64\xa5\xd6\x2a\x98\xb4\x52\x88\x34\x4e\x9f\xb8\xaf\x14\x0c\x46\xa3\x10\xed\x54\x0c\xc0\xcb\x36\xb9\xc8\xc0\xb1\x7e\x20\xeb\xed\xe5\x97\xe5\x5d\x25\xed\x5c\xc1\xd6\x8e\x42\x7c\x8f\x63\x4d\xd9\x26\x8b\xbd\x85\x4f\xa6\xdb\x64\xb1\x21\x0b\xb9\xcc\x94\x6d\xb2\xd8\x90\x45\xc5\x35\xaf\x6c\x93\x05\xa6\x1c\xb9\x16\xc8\x1a\xeb\x8d\x28\xe8\xfb\xc9\x7c\x9a\x5c\x36\xe4\x52\x6b\x61\x3e\x4d\x2e\xa8\xcb\x73\xc5\x6f\xa2\x1c\x93\x8b\x34\xb5\x95\xe0\x23\xe5\x98\x5c\xd0\x75\xde\xa3\x73\x81\x6b\x5d\xd0\x56\xe6\x8a\x1d\x75\x39\x26\xa3\x93\x85\x43\xd6\xc7\x64\x84\x82\x2e\x57\xfc\x61\xcb\x29\x62\xce\x07\xf2\xaa\x98\xdc\x97\x63\xf2\x42\xbf\x94\x2b\xaf\xda\xe5\x98\x4e\x4e\x13\x0e\xfb\x38\xa6\x87\x03\x3d\x54\x1e\x24\xca\x31\x3d\x1c\xd6\xb7\xf1\xaa\x56\x8e\xd7\x17\xc9\x24\xb7\x8f\xfa\xef\xf5\xd5\x73\x65\xc3\xd1\xaa\x1c\xaf\xa3\xce\xf2\x46\x2a\xba\xe2\xb3\xbc\xf0\xf8\x93\x1b\xd6\x50\xe5\x78\x1d\xf5\x20\xd1\xd0\x1e\x96\xe3\x75\x54\x76\xe7\xa6\x83\xf1\x78\xbd\x48\xc3\x9b\x1b\x41\xf9\xca\xf1\x7a\x1d\xd6\xab\xa1\x69\xad\x3e\xfb\x2b\xf9\x27\x73\x23\x1c\x6e\x9d\xc9\x38\xda\xf0\xc6\xd3\x68\x25\x67\x63\x14\xf8\x1e\x6b\xfa\xea\x23\xb6\x72\x38\xe6\xc6\xab\x67\xf5\xf1\x58\xc9\xb4\x95\x1b\x66\x06\x75\x56\xe3\xac\x4b\x9b\xf1\xf6\x55\x67\x33\xde\xa4\x8e\x0d\x21\xae\xfa\x8e\x5f\x95\xdd\xa7\xf1\xe4\x58\x67\xf7\xf7\x5d\x78\xdc\xb1\xea\x1c\xc6\x59\xaf\x8e\x5f\x41\x9d\xd3\xf8\x14\xbe\x68\x67\x19\xd7\xf3\x32\x91\xc5\xea\xdc\xc6\x59\xaf\x8e\xd1\x60\x9d\xc7\xf8\x11\x3e\xf9\xdd\xaf\xf1\x2f\x51\x15\x10\xd2\x2b\x41\xd3\x29\xc4\xf7\xf5\xc3\x3c\xfc\xfc\xfd\x4f\x78\x62\xbc\x8f\x71\x62\x61\x77\x6c\x2e\x2a\xd1\xaf\xa3\x10\x8a\x98\x8e\xbd\xdd\xad\x66\xe3\x3c\x8f\x67\xda\x7f\xdd\x0e\x06\x39\xbd\x69\x9e\xc3\xb7\x39\x0a\xfa\x3e\xee\x9a\xd5\xc7\x7c\xd5\x31\xdf\x79\x75\xa9\x3e\xe6\xab\x8e\xed\x8e\x7d\x5e\xf5\xb1\x5d\x75\x6c\x77\x52\x6a\x54\x1f\xdb\x75\x85\xcb\x59\xee\x98\x10\xdd\xea\x10\xce\xf7\xec\xc7\xea\xe3\xbc\xea\x38\xef\x98\x50\x57\x1f\xe7\x55\xc7\x79\x47\xac\xaa\x3e\xce\xab\x8e\xed\xce\x8b\x4c\xf5\xb1\x5d\x75\x6c\x0f\x8e\xe1\xea\x63\xbb\xea\x18\x1e\x38\x33\x55\x1f\xc3\x55\xa1\x8b\x46\x62\x9e\x89\x56\x14\x85\x30\xcf\x1c\x58\x46\x57\x42\x03\x45\x81\x76\xb0\x53\xad\x3e\xb6\xab\x8e\xed\x81\x55\x66\xf5\xb1\x5d\x75\x6c\x8f\x02\x3d\xfb\xd8\xae\xeb\x4b\x1c\x03\x7c\xbe\x6f\xb5\x1a\x8f\x30\x6a\x55\xf3\xff\xe5\x32\x58\x75\xcc\x0f\x2c\xae\xab\x8f\xf9\xba\x7e\x28\x06\x48\x74\x75\xab\x3f\xe3\x7c\xaf\xfe\x9b\xae\x14\x88\x60\x10\x55\xb8\x2e\x5d\x13\xab\xae\x05\x03\xb3\x95\xea\x6b\x41\xd5\xb5\x40\x01\xe3\xab\xaf\x05\x55\xd7\x02\x59\x4a\x54\x5f\x0b\xaa\xae\x05\x03\xbb\x84\xea\x6b\x41\xd5\xb5\x40\xc9\x3a\xab\xaf\x05\x55\xd7\x02\x3d\x87\x56\x5f\x0b\xaa\xce\xf7\x81\xa6\xa4\xfa\x7c\xbf\x85\x50\xae\x2c\xe6\x79\x37\xae\x9b\x55\xef\x5a\x83\x20\x5f\x15\x0f\x24\x0a\x31\x5e\xfc\x34\x2a\xee\x46\x14\x22\x5b\x18\x79\xe4\xaa\xef\x03\xd5\x4e\x46\x58\x65\xde\x6a\x36\x1e\x32\x55\xfa\x64\xe1\xcd\x38\xb1\xbe\x3e\x55\xf8\x10\x1e\x0e\x2a\x13\x45\xdb\xad\x7e\x8d\x47\xac\x1c\x02\x63\xd6\xad\x4b\x7d\xdd\x91\x94\xeb\xe2\xf4\xb3\x8b\x6f\xe8\x7e\x32\x09\x3f\x5b\x7d\x3f\xa9\xba\x6f\xcc\x4f\xe3\x7b\xd3\xb9\xee\x1b\x4a\x5a\x5c\x7d\xdf\xa8\xba\x57\xcc\x04\x9f\xf7\xbd\xa2\xea\x5e\x31\x73\x4b\xff\x7c\xfd\xaa\xbe\x76\x54\x5d\x3b\x26\x09\x86\xab\xaf\x1d\x55\xd7\x8e\x59\x06\xdd\x32\x99\xea\x7a\x31\x49\x41\x56\x7d\xbd\xa8\xba\x5e\x4c\x22\x67\x57\x5f\x2f\xaa\xae\x17\x4a\xbf\x53\x7d\xbd\xa8\xba\x5e\x4c\x8c\x02\xaa\xaf\x17\xf5\x84\xf7\x77\x3c\xe3\x80\x6b\xfa\x74\xbd\x98\xa8\x51\xaa\xaf\x17\xf5\x64\x96\x01\xc3\x83\x5b\x7d\x85\x87\x3e\x22\x23\xcb\x56\xcc\x93\xa2\xa0\x76\x16\xb8\xc9\x57\xd7\x8e\x89\xce\xa4\xfa\xda\x51\x4f\xb8\x6a\xe6\x39\x27\xfd\xac\xbc\x97\xdc\xc2\xa2\xfd\x29\x7c\x0b\xa7\x1d\x6c\x56\xaa\xaf\x29\xf5\x38\xa9\x1d\xe4\xee\x6b\x4a\x3d\xe1\xe2\x95\x97\xc8\x0b\x1b\x8f\x28\x04\x19\x2d\xb1\xbf\x13\x49\xb9\x28\x74\xdc\xcc\xe9\xff\xf4\x78\xe7\x96\xfb\x39\xf3\x36\x79\xb5\xaa\x68\xff\xd3\xe7\xa3\xfe\x9b\x8c\x4e\x38\xe1\xa4\xcf\x07\xb6\x72\x96\xfb\xaf\xf8\x6c\x64\x64\xaa\xc7\xec\x12\xed\xf3\xc5\x8b\xf0\x61\x7c\x82\x0f\xe1\x6e\x87\xdf\xe5\x39\xb0\x1e\x5d\x8b\x2b\x9a\xe1\xf4\x11\xfb\xf6\x75\xea\x16\xa2\xff\x38\x97\x56\x5e\x92\x28\xf0\xbb\x6c\x27\x5e\x86\x28\x8c\xc0\x45\x3f\x5b\xdb\x12\x65\xef\xc5\x59\x97\xed\xf9\xdc\xb8\x4e\x26\xcd\xbf\x9e\x70\x6e\x61\x81\xab\x3f\xc7\xed\x20\xf7\x27\xd8\x1c\x4a\xd4\x28\x84\x5b\xef\x87\x47\xc3\x5b\xdd\xc6\xbf\xe0\xfc\xee\xd9\x6a\x3f\x54\x9a\xe9\xc3\x53\xe7\xad\xfe\x8c\x33\x3f\x9d\xdf\x3d\xa6\xf3\x50\x33\xa6\x4f\xd2\x7e\xf9\x8a\x6d\x9d\x30\xc0\x4f\x4a\xa1\x53\xd1\x1b\x52\xe0\x77\x27\xf4\x16\x69\x6f\x28\x90\x34\x18\xf6\x7d\xbe\x9e\x9f\xaf\xe6\x67\xa9\xfd\xad\xdf\x8d\x07\xcd\x8b\x37\xe1\xfe\x7e\x33\x0f\x4b\xbf\x2b\xb6\xcb\x75\x36\x7d\xb2\xe8\xd6\xfc\xe1\xfc\xa0\x2b\x92\xdb\x54\xf4\x6e\x14\x62\x1d\xf1\x19\xb9\xd5\x61\xfc\x0b\xce\xfc\xfc\x10\x03\x2a\xba\xae\xf4\xe1\x5d\xb4\xa2\xcf\xa2\x70\xc0\xf5\xbb\x9e\xcf\x1f\xfd\x44\xaa\xae\xe7\x77\xdc\xce\xa1\x9d\xf2\x11\xee\xdf\x65\x9e\xf1\xda\xa8\xbe\x76\xdf\x82\xbe\xa7\x9d\xc7\xf3\x19\xf1\x7a\xd2\x07\xd5\xd4\xad\x4e\xe3\xb4\x23\x3a\x79\x74\x2d\x93\x66\xe9\x93\xc5\xaf\x1e\x8f\xeb\xd1\xb8\x1a\xfd\x7f\x8e\x7f\x37\xd2\xe1\x7e\x32\xd7\xd6\xf3\x98\x3e\x1f\xe8\x30\x8b\x4e\xcc\x57\xcf\xcb\x7e\xc9\xa3\x09\xef\xc6\x17\xf8\x10\x7e\x8c\xc7\xba\x93\x8e\xb1\x9e\xd7\xe3\x7a\xa1\x93\x2c\xfa\x79\xcd\x27\x5f\xf6\x7b\x16\x7f\x78\xb7\xdb\xd9\xac\x97\xe8\xe4\xf5\xbe\x8e\xf4\x1f\x49\x59\x5d\x2a\x2f\x94\x14\xe2\x77\x4b\xf0\xc3\x36\x3f\xbc\xef\xdd\x42\x03\x9f\xc2\x87\xf1\xa0\x73\xdc\x07\x1a\x0f\x92\x14\x06\xf8\x12\xfe\x33\x1e\xf3\x43\xb0\xc9\x36\x3f\xf0\xab\x5b\xa8\xe0\x5d\xf8\x2b\x5c\x11\xd0\x82\x1e\x9a\xc5\xa4\x46\x4a\xfe\xf4\x29\xb5\x0a\xaf\xc6\x3b\xf8\x10\xbe\x8d\x1f\x22\xa9\xa9\x9d\xe5\x76\x16\xbf\xdb\x8a\xf0\x6e\x5c\x91\xd7\xa6\x70\xf5\x3f\xa9\x9f\x5d\xdf\x6f\x7f\x0f\x9d\xa3\xfc\x6c\x24\xa5\x8f\x42\x28\x4e\x3e\x04\xa7\x69\x53\xe7\x63\x23\x4d\x7c\xfa\x94\xa9\xfe\xc3\xc7\x1a\x39\xe1\x2f\xce\xf7\xd9\xf3\x1f\x41\x48\x2e\xbe\x84\x77\xe3\xcc\xf3\x2a\xc2\x97\xf1\x2f\x78\x13\xfe\x08\x5f\xac\xe3\x52\x3b\x4b\xf3\xa3\xbc\x12\x55\xeb\x9b\xf7\x1f\x3c\xc6\x45\x9a\x81\x46\x4e\xf2\x28\xc0\x9f\x79\xcd\x6a\x64\x07\xa7\xb0\xc0\xf5\xbb\x1e\x57\x66\x5c\xe8\xe9\x9b\xc5\xd4\x46\xca\xef\xf4\xa9\x5a\xdf\xc2\x39\xd2\x48\xfe\x7d\xf1\x2c\xbc\x1b\x9f\xe0\x55\xf8\x36\xfe\x80\xab\xfd\x25\xba\x2a\xac\x2f\xf7\x9f\x36\x25\x0e\xdd\x02\xfd\xac\xfd\x9f\xaf\x5f\x8d\x04\xdf\x14\x64\x8d\xbd\x84\x8b\x4c\x0b\x64\x41\x0c\xf0\x5b\x5d\xc6\x99\x3e\x91\x51\x31\x59\x93\x21\x41\x01\xf5\x1b\x6f\xd9\x14\x18\x5e\xef\xc2\xbf\xc6\x83\x3d\xf1\xdc\xdd\x66\x04\xb2\xa0\x20\x9c\xf6\xab\xc9\xb7\xb2\xfd\xaa\xc8\x4b\xaf\x77\x8d\x24\xd6\x49\x71\xcc\x1b\x59\xac\x29\x30\x1d\x22\xa3\xba\x35\xde\xca\x32\xf3\xda\xd4\xc8\x2c\x4d\xa1\x83\xeb\x77\xbd\xfc\x95\xe5\x27\xed\xe2\xad\xfe\x8c\x3f\xe0\xf4\xa7\x99\x1c\x09\x6c\xaf\x10\xdc\x8d\xcc\xcd\x14\x68\x27\xeb\x7b\x6f\xbf\xa6\xf4\x27\x99\xdf\x8d\x90\x0e\x14\x62\xfe\xb1\x75\xb8\xd5\x6e\x7c\x80\x43\x8e\x92\x42\x1a\xaf\x1a\x49\x81\x9b\xdb\xec\x26\xbb\x0e\xd9\x35\x91\x4b\x37\xd9\x91\xb8\x58\x31\x90\x1b\xc9\x89\x29\x1c\xf0\x21\x5c\xed\xa3\xec\xfc\x34\xd1\x89\xd4\x76\xb7\x40\xfb\x62\x37\xdd\xe3\xea\x1c\x3f\xe4\xb3\x68\xb3\xbb\xff\x11\x93\x3d\x7d\x30\x1b\xb8\x55\x7f\xcf\xf1\x49\xc6\xa2\x36\xbb\xe7\xbf\xc3\x56\x9a\xe8\xa4\x7b\xbc\x5d\xe3\x1d\xfc\xee\x30\x5b\x09\x03\xe2\x8b\x33\xae\xe1\x6d\x33\x38\x26\x71\x67\xbd\xd5\xc7\x38\xed\x88\x4e\x86\xe9\x27\x52\xeb\x5e\x5c\xed\xec\x66\x9c\x76\x16\xfd\x9c\x66\xd3\x93\xe3\x04\xab\xe2\x5b\x3d\xc6\x83\x6d\x75\xd1\x8f\x1e\xf9\x1b\xf9\x68\x2f\x0e\x3d\x4c\xcf\xe7\x84\x9d\x61\xe6\xdb\x48\x3f\x4b\x21\xfa\xd9\x45\x57\x73\x6b\xbc\x93\x7e\x22\x3d\x37\x72\xd0\x52\x18\xe0\xf4\x7f\x1e\x7f\xcf\x3e\xc5\xde\xba\x91\x50\x96\x02\xbf\x2b\x7a\x5b\x53\xed\x2c\x8e\x9f\x2e\x36\xb4\xe6\x34\xbe\xc0\x97\xf0\xc7\x38\xfd\x14\x1d\x2e\xcf\xff\xe2\xfa\xd2\x45\x87\xcb\xfb\x62\xb1\x2e\xe4\x5b\xba\x55\xcd\x4f\xbc\x9a\xa4\x0f\xaf\x86\x6d\x2e\xaf\x0b\x26\xa9\x9f\x2e\x7a\x5b\xde\xd7\x8b\xe0\x82\x5d\x7c\x69\x1d\xb1\xe3\xc5\x7e\xef\xe2\x4b\xcb\x7c\x29\xcc\x45\x2f\xce\xfc\x6f\xaf\xe3\xd6\x78\x45\x57\xdb\xe3\xda\x1a\x97\x8e\xbd\xbd\xfc\xbd\xfa\x3f\x59\x97\xbd\x8d\x6b\xfe\xe7\x14\xfe\x35\xfe\x8b\x34\xf3\x5d\xb0\x9b\xc7\x64\x85\x47\xea\x5b\x75\x33\x9c\x32\x5d\x64\x78\xdc\xcd\x43\x37\x09\x0b\xd4\x48\xfd\x49\x21\xba\x39\x44\x6e\xc7\x64\x75\xd8\xa6\xf8\xf5\xb7\x79\xb6\xa6\xe7\xc0\x7e\x86\xc8\xe7\x98\x7c\x24\x1d\x0c\x91\xcf\x39\x9a\xfe\xc3\x2d\x91\xe8\x64\x8d\x2c\x9b\x14\x06\xf8\x12\x7e\x8c\x47\xff\x87\xc8\xe1\xeb\x6d\x8a\xb1\xcd\x67\xe8\xb6\xf3\xf5\x29\x2f\x69\x62\x88\xcd\x7c\x97\xbf\x57\xff\x9b\xbe\xf7\xf1\xf5\x45\xea\xc1\x85\xf3\x56\x1f\xe3\xf4\x5f\xcb\xfe\xf5\xb2\x7c\xb9\x55\x0e\x2d\xfb\x77\x0f\xe3\x0b\xbc\x0b\x77\xfb\xdc\x36\xf1\xc2\x6c\xa4\xbc\xa4\x10\xc7\x1a\x1e\x57\xb7\xfa\x35\xce\x78\x07\xdf\xff\xcc\x06\x7e\xdc\x7e\x87\x8e\xaf\xdf\xd2\x36\xfa\x71\x2c\x0c\x91\xc9\xcf\x64\xf2\x83\x9c\x87\xd6\xfd\xe7\xf9\xfc\x71\xec\xe0\x24\xd8\xfc\xc8\x7b\x0b\x09\xbc\x0a\x1f\xc6\x27\xf8\x10\xae\xf9\x79\x98\x4f\xfc\xf9\x1a\xd9\x1b\x29\x0c\x70\x7d\xef\x79\x7e\x98\xe7\xa9\xdb\xef\xe3\xdb\xd4\xc3\xfc\x4c\xd1\xc9\xe3\xeb\xc0\xc3\xb6\x9b\x3a\xd6\x9e\xe3\xfe\xc0\xce\xa7\xd8\xcc\xe3\x79\x93\x94\x31\xc5\x66\x5e\xd3\xf9\xcb\x31\x35\x45\x3f\xaf\xfb\xff\xc2\x3e\xa7\x8e\xaf\xd7\x6c\xe6\x85\xcd\x10\x2f\xad\xf1\x66\x4d\x81\xf6\x75\x9d\x79\x7d\x8c\xbc\x1c\x23\x18\xe0\xb5\x25\x53\xa2\x5b\xa0\x9f\x1c\x47\xeb\x23\xfa\x59\x1f\xe8\x87\x80\x87\x6d\x7d\x44\xff\xeb\x03\xfd\xcf\x31\xfe\xe2\xf6\xb5\x64\x64\x70\x0b\xc1\x8d\xc9\xe1\xda\x96\x2f\xfd\x2b\x71\x9a\x90\x1f\xa9\x91\x4d\x8f\x02\xdd\x85\x5c\xc8\xab\x47\xa1\xfe\xf7\xdf\x8d\x38\xb7\xb7\xf6\x13\xcc\xee\x26\x45\x69\xc3\x28\x28\x0a\x70\x1b\xf2\xff\x34\xf2\xd8\x51\x88\x51\xa3\xd9\x6e\x64\xad\xa3\xf0\x82\xc7\xaa\x61\x30\x44\x41\xdf\xd3\x9d\xbc\x8c\x47\xb4\x82\xcf\x82\x2a\x96\xef\xe4\xd8\x14\x49\xd3\xd4\xc8\x11\x17\x05\x44\xd2\x95\xd5\x8c\xbb\x19\x77\xf6\x86\xb5\x45\x23\x57\x1a\x85\x98\x6b\x14\x38\xb7\xea\xcf\xd5\xfb\xca\x2c\xf8\x26\xbd\xca\x54\xc4\x7f\x7e\xb6\x88\x27\xae\xb8\x49\x37\x09\x08\x24\x31\xa3\xc0\xaf\x76\x60\x1d\x3c\x4b\x17\x62\x9c\x43\x1a\x79\xc5\x28\x7c\xc1\xab\xf0\x57\x38\x3b\x80\x3c\x07\xb7\x5a\x8d\x63\xa4\x26\x8a\xab\x53\xed\x57\x2e\x2e\x98\x0f\xdf\xea\x36\x1e\x94\xbb\x44\x71\xd5\x4b\x5e\xa1\xf4\xc5\x81\xb4\xaa\xe4\x54\xf2\x6c\x5d\x5c\xed\x6b\x07\xac\x0a\x47\x5c\x93\x59\xf0\x45\x99\x0c\x5a\x0d\xcb\xa8\x46\xce\x2c\x0a\x71\xc0\x60\x5d\xd3\x96\x0c\x4c\xda\xd2\xbd\x1a\xf3\x9a\x46\x1e\x2b\x0a\xfa\x5e\xdd\x39\xfe\x3e\x2c\x85\x12\xc1\x73\x1b\xb9\xa5\x28\x4c\xf0\x29\xfc\x18\x7f\x02\x4f\xfa\x5e\x07\xc0\x0a\x9f\xbd\x8b\x57\xe1\x6e\x67\xd1\x3e\x0c\x6b\x35\xdd\x1f\xc8\xef\x94\x14\x46\xed\x56\xb3\xf1\x02\xde\x84\x4f\xe3\x0b\x5c\xed\x78\x19\x23\x8c\x59\x4a\x9f\xa2\xfe\x98\x08\x09\x5a\x26\xb1\x69\x35\xd3\x60\x44\x2f\x4b\x8a\x02\xd6\x96\x1e\xf7\x1b\x59\x9b\xd2\x15\x47\x85\x7f\x8d\x33\xdc\xca\x74\x76\xaf\x6e\xdc\xaf\x2f\xae\x76\xbc\xba\x11\xe4\xeb\xe2\x53\xf8\x36\xce\x34\x88\x3a\xa5\x0c\xb8\x05\x7e\x57\xd4\xd9\x3d\xdc\xae\xe1\x76\x7f\xaf\xe1\xf6\xc3\xb4\x75\xa6\xa7\x4b\xdc\x21\x5d\x51\xab\x22\x4e\xe9\x0e\x1a\x99\x8a\x52\xe2\x31\xb8\x91\x70\x88\x02\xdd\x19\xfe\xfe\x6b\xfc\xde\x7e\x88\x7f\x7e\x6b\xfa\xd5\x41\xa8\xc2\x8f\xf8\xd7\xf0\xe2\x86\x17\xdf\xc5\xd5\xbc\xf7\x5c\x64\xfa\x69\x55\xa4\x3f\x24\x43\x90\xe3\x27\x5d\x7e\x04\x7e\xdc\xcb\xd8\x8a\x09\xdb\xe8\x46\x4a\x1f\x0a\x41\xfa\xda\x11\xc3\x24\x3b\x08\x32\xf7\x59\xcc\xfd\xf4\x0e\xe5\x8a\x9f\x92\xb8\xe6\xf4\x60\x27\x83\xe5\x05\xba\x91\xde\x86\x42\x01\x5f\xc2\x97\xf1\x8d\xd7\x30\x6b\x32\xbd\x56\xe1\x9a\x97\x14\xdd\xeb\x56\x9b\x71\xbc\x8c\xb9\xfa\x93\x75\x86\x02\xbf\x2b\x12\x9f\x3a\x4b\x49\xfe\x72\x71\x26\x7f\xb9\xff\x4b\xfd\xe4\x05\x62\x2d\xcf\xfe\x52\x3f\x45\x83\xcb\xb4\xb6\xe4\xdd\x8c\x28\xb8\x96\x69\x8d\x17\xfa\x94\x44\xfb\xcb\x6c\x3c\xee\xee\x29\x25\xd1\xe0\xf2\xb2\x2c\x96\x25\x89\x13\x2e\xdd\x65\x56\x5c\xc1\x5b\xd3\x70\x97\x49\x2d\xf4\x4b\x29\xf1\x60\xdd\xd6\xf6\x59\x19\x57\xf4\x8b\x77\xe1\xd3\x38\xdd\x41\x42\x24\xa3\x07\x05\xa6\x13\x49\x70\xe9\xe1\xbe\x91\xab\xe3\xe2\x4b\xb8\x86\xb5\x35\xfd\x3a\x8b\x7d\x93\x5f\xe1\x92\x95\x14\x3c\xab\x91\x88\x83\x02\x76\xc5\x3a\x5c\xb7\xa9\x2d\x6c\x38\x93\x02\x2e\xb5\xb5\x4d\x56\x1b\x4e\x88\xbd\xc6\xad\xfe\x8c\xbf\xe0\xcc\xc3\x91\xe4\x4e\x4a\x8b\x94\xb2\x38\xe1\x91\xe4\xae\x04\x16\x8a\x6f\xd4\x48\x4b\x11\x05\x36\x51\x4e\x8c\xf7\x98\x95\x1c\x96\x37\xeb\x18\x3d\x5e\xde\xc3\xf2\x12\x69\xed\x56\xa7\xf1\x05\x4e\x3f\x2d\x12\x90\x1d\xe2\xe2\xea\xa7\x44\x17\xf2\x44\x5c\x2a\x64\x1e\x2c\x2a\x90\x23\xe2\xe2\x5d\xb8\xfb\x1f\x57\xe7\xc4\x03\x77\x5b\x16\x15\xd6\x51\x6c\x47\xae\x7a\xd6\x6f\xdf\x42\x06\x2f\xc2\xf5\xbb\x21\x1b\x5c\x7c\xfe\xcd\x95\xeb\x2b\x81\x6d\x7d\xb1\x30\x25\x20\xd1\xad\x2e\xe3\x2c\x4f\x6b\xc2\x7f\xc6\x1f\x70\xba\xfb\xf5\x6e\xfd\x42\x2e\x44\x9b\x6e\x56\xbb\x37\xf2\x36\x5c\x5c\xdd\xf5\x34\x29\xb8\x8f\x66\xe3\x2b\x79\x9c\xfc\x0c\xf7\x73\x35\xef\xf3\xf4\xab\x59\x12\x55\x5b\xc0\x20\x4d\xc3\xc5\xe9\xe6\xcf\xd4\xf2\xe3\x80\xc9\xa2\xea\x9f\x77\x47\x84\xdf\x49\x0a\x5c\xd4\xc8\xc0\x40\x81\xef\x79\x37\x5b\x16\x48\x48\xbc\x90\x52\x16\xb5\xff\x7c\x6e\xfe\x38\x37\xb3\x78\xe8\xcf\xd4\xfe\x53\xff\x45\xed\x3f\xf7\xff\xa7\xcc\xb6\x62\x96\x3f\xef\x02\xd4\x1e\x49\xcf\xf1\xb6\x32\x68\x58\x19\x24\x85\xfb\x69\xb6\x32\xb8\x85\x58\xe5\xa2\x5d\x60\xc1\x66\x45\x2e\xfa\xa4\x94\x2b\x8d\x34\x08\x51\x58\xfa\x9e\x71\x3d\x5e\x76\xd4\x24\xa9\x88\xda\x1f\x5f\x8b\x50\x93\xa4\x22\x66\x69\x01\x66\x21\xc0\xa4\xa2\xf5\x7a\x7c\xee\x87\x24\x93\x52\xd1\x41\xfe\xf8\xe0\x7f\xd4\x7f\x51\xe9\xeb\xfe\xbf\xea\x3f\xcf\xf4\xcb\x82\x0d\xe9\x07\x2e\x9e\x85\x7f\x8d\xff\xc0\x99\xcf\xd7\xdc\xec\xd5\xb8\x74\x60\xbf\xe6\x66\x2f\x17\x02\x52\x46\xdd\xea\x31\xfe\x05\xa7\xff\xaf\xd7\xf1\x65\x1d\x49\x68\x7e\xab\xcd\x38\xdf\x0f\xb5\xef\xf5\x7d\xd9\xc5\x16\x2d\x5e\xcf\x43\xa4\x16\xb8\xb8\x7e\xd7\xbb\xf8\x65\x17\x17\xd1\x95\x05\x2d\xac\x3f\x2e\x1e\xf3\x4c\x4a\x01\x0a\x95\x6c\xc5\x49\xf8\x34\xbe\xc0\x8b\xf0\x47\x38\x5c\xae\x70\x38\x13\xe0\x9f\x82\xda\x59\xc2\x87\xf1\xd8\x47\x44\x9e\xbe\xd5\x6d\xfc\x0b\x5e\xc1\xb7\xdb\x61\x7e\x24\x15\x10\xde\x9f\x42\xf4\x07\xab\x99\x5b\x3d\xc6\x1f\xf0\x06\x7e\xdc\x8e\x02\x20\x26\xf5\x47\xdc\x0f\x6b\x97\x7b\xd6\x32\x5e\xab\x7f\x76\xe2\x26\xa5\x7b\xf8\x4e\xba\x38\xee\xc4\x3c\x10\xa9\xbe\xed\xb4\x8c\xb3\x7f\xa5\x06\x20\x48\x3f\x85\x1f\xb8\xbf\x7f\x85\x87\x28\x98\x48\xec\xdd\xb6\xd5\x3c\x3b\xc1\xd5\x49\xaa\x77\xab\x3f\xe1\xdc\x7b\xb1\xfe\x6b\xc4\xc4\xa7\xc0\x7c\x22\x18\x13\xd6\x9e\x02\xbf\x0b\xbf\xda\x56\xe7\x10\x33\xfe\xe2\x43\xb8\xe6\x2d\x43\xcf\x58\xa5\x35\x62\xb9\x53\xe0\xfb\xa9\xef\xc5\x6e\x89\xa7\x7e\xef\x1c\x55\xf8\x36\x1e\xbf\xdb\xb4\xbe\x59\xfb\x97\x30\xea\x17\x87\x4e\xf2\x71\xfb\xf0\x9f\xa6\x75\x2c\xba\x1c\x11\x3d\x3d\x25\xbd\xdb\x13\x12\x3d\x0a\xd0\x9b\xde\xed\x77\xd1\xbe\xdb\x85\x7d\xa7\x77\xf8\x6d\x7d\xca\x46\x9f\x92\x1a\xc2\xe9\x2e\xa6\x9f\x88\x5c\x9e\x14\xca\xa6\xed\x22\xfe\x4f\xec\xf1\xa4\x40\x35\x6d\x5b\x4c\xdc\x05\xfe\xd9\xb4\x5e\x45\x0f\x28\x1b\x7d\x4a\x6a\xcd\xed\xf8\x77\xd9\x77\x4d\xeb\x58\xb4\xef\xb0\x8a\xba\x38\xf3\x50\x4d\x6f\x15\xbe\x84\x35\x56\xdb\xd5\xf4\x56\x39\x47\x08\xfa\x73\xab\xd3\x38\xed\x73\xac\x11\x5c\x9c\x42\x01\x5f\xc2\x87\x71\xfa\x39\xfc\xfd\xcf\xf8\x03\xae\xfe\x78\x7d\x2b\xf4\x49\xdc\x99\xb6\xab\xf7\x51\x65\x1f\xe1\xa4\x77\xab\xee\x27\xfc\xa7\x89\x4e\x9a\xfb\xdf\xd4\x7f\xd1\x49\x13\x5f\xdd\x0d\xbe\xaa\x77\x7b\x22\x79\x53\x88\xf6\x71\x2e\xb8\xd5\x63\xfc\x05\xa7\xff\xd6\xcb\x10\x65\xfb\xe2\x4b\x78\x37\x1e\xe3\xc5\xc5\xb1\xd9\x5a\xbc\x11\x23\xfb\xe2\x8c\xb7\x79\xbf\x28\x92\xb5\xde\xed\x6d\x4d\xd6\x14\xb6\x3a\xe9\xdd\x9e\xc0\xd1\x14\xf8\x1e\x39\x74\x5b\x2f\xb3\xd1\xcb\x24\x42\xad\xdc\x6a\x35\xde\xc0\xbb\xf0\x6d\x5c\xed\x2c\xe1\xea\x67\xe7\x3a\xd3\x45\x9f\xd6\xd7\xec\xce\xbe\xd3\xfb\xfc\xee\xba\xfd\xee\xd0\xe3\xf4\xcf\xe7\x6f\x2e\x5f\x04\x95\xa6\xf0\xa3\x35\x56\xb9\xeb\x94\x21\x96\x74\x4a\x5d\xd4\xde\xa5\x95\xc3\x78\xed\xe2\xea\xd5\x71\x3b\x70\x9b\x2e\xee\x64\x79\x74\x0f\x44\x34\xc2\x5d\xde\xea\x30\xbe\xc0\xa7\xf0\xaf\x71\x66\x9b\x53\x8f\xa8\xd1\x14\x3a\x78\x13\xae\xd9\x1e\x9a\xa5\xa1\xdf\xf5\x2c\x0d\xcd\x92\xa8\x74\x78\x96\x06\x22\x5a\x17\x95\x5a\x52\xdd\x43\xe3\xe2\x75\x65\x0f\x8f\x6b\x20\xba\x0d\x51\xdd\x34\x55\x87\xd1\x55\xff\xe8\xd0\xb0\xe4\xb9\x25\x79\x0e\x1d\x56\x53\x97\xa0\x3d\x15\xfa\x5f\x4c\x6e\x9a\x28\x26\x4c\x6b\xe8\xb0\xb2\x44\xba\x27\x77\xdf\xa1\xc3\x6a\xae\x3f\xed\xd0\x1d\x11\xa9\x95\x4e\x5b\x92\xea\x10\x53\x9c\x9e\x06\x9c\x1c\x13\xf9\x76\x6e\xd5\xfd\xe4\x55\x61\x88\x78\xa7\x99\xd9\x44\x24\x92\xd6\x60\xcf\xe3\xdf\x65\x13\x48\x3b\xb0\x2d\xc1\x12\xaa\xf9\xe2\x43\xf8\x30\xce\xef\x22\x79\xee\xe5\x4d\xb3\xb8\x14\x10\x08\xa1\x11\x94\x99\x42\x90\xc3\xe8\xc6\xfd\x3d\x4c\x68\xe8\x70\x5b\xde\xf4\xd8\x9e\x29\x9d\xee\xad\x4e\xe3\xb4\x33\xfc\xfd\x9f\x76\xbe\xe0\x4b\xb8\xc8\x47\x51\x91\x89\x69\x77\xab\x6e\xe7\xd0\x8e\xc8\xc4\x12\x32\x71\x8c\x2f\x4e\x3b\xdb\x64\xbe\xd9\xf4\x43\x97\xa3\xad\x17\x4d\x62\xfd\xa6\x34\xc5\x84\x64\x93\xd6\x08\xd7\x9b\x14\xad\xa7\xed\xed\xfe\x6f\xfa\x4f\x00\xce\x5b\xd5\xef\x62\xab\xa6\x88\x31\x6d\x6f\x1f\xfe\x9b\xcb\xef\xd4\x7a\x6d\x5d\x7e\x89\xb1\x9b\x14\xc3\xa5\x6d\x8b\xb0\xfb\xb0\x2e\x53\xeb\x75\x4c\xb7\x07\xba\x9d\x5a\x17\x8b\xb0\x04\xd2\xbd\x38\xf4\x79\x4c\x9f\x07\xfa\x9c\xda\xd6\x67\xfd\xf9\xfe\x05\xd7\xf7\x92\xc1\xf6\x61\xbd\xa6\x0e\xa5\x23\x2d\xcf\x3e\xd0\xe7\xd4\x76\x3f\x66\x4b\x07\xfa\x9c\x5a\x5f\x8b\xb0\x1b\x6d\x57\x9a\x5a\x47\x8b\xb0\x04\xb5\x4d\x49\xcf\xf6\xfb\x9c\x3f\xed\xd0\x1f\xad\xa3\xb5\x5d\xc4\xb2\x4d\x69\xea\x92\xfb\xf5\x78\x25\x8b\x4e\x5d\x5a\xbf\x66\xd2\x5f\x1e\x2f\x97\x0e\x99\xaf\x2f\xa7\x68\xa9\xd2\xd2\x61\x62\x2d\x15\x81\x63\x53\x5a\xda\x8f\x5f\x1f\x92\x5f\x0e\xc9\xa5\x75\xfc\x7a\xbd\xb0\x9d\x53\x0c\x90\x46\x4c\x58\x0a\x31\xcf\x7a\x41\xc7\xc3\x87\x02\xdf\x6b\x7f\xfd\x7c\x68\xff\xd8\x2f\xa4\xdd\xbd\xd5\x61\x7c\x82\x2f\xe1\x6e\x47\xfd\xd4\xe5\xe2\xe7\xf9\xfc\x41\x57\x04\xdd\xb8\xd5\x63\xfc\x0b\x4e\x3b\x16\xf2\x88\xb0\x9a\xd2\x12\x7b\x7e\x7c\x19\x79\x78\xf2\xd1\x9b\xf8\x7e\xdc\x9f\x47\xf3\x86\x10\x4c\x4c\x54\x0a\xf4\x07\x61\x65\x3f\xbe\x94\x3d\x1c\xda\x7a\xfc\xde\x8f\x0f\xed\x47\xfd\xd1\xbe\xb3\x90\xb7\x25\xe4\x2d\x09\x25\xaf\x2f\x4d\xaf\xe6\x53\xeb\xfb\xba\xff\x6f\xcc\x67\xfe\x88\xcd\xbf\xe6\xcf\x08\x6d\x99\xd0\x48\x6d\xbf\xee\x4f\x18\xb9\xa5\x6c\xfe\xff\x9a\x4f\x86\x74\x75\xf1\xf8\xdd\xf3\x11\x9f\x3c\x21\x5d\x5d\x7c\x81\x2f\xe3\x0b\x9c\xa7\x9a\xf3\xd1\xb1\x76\xc2\x77\xf6\xe2\xfa\x5e\xfc\xe1\x84\x94\x93\xf2\x07\x61\x82\xa8\x9f\x51\x20\x10\xfc\xa7\xea\xfb\xe3\xf6\x0f\xed\xb3\xaf\x09\xef\x49\xa1\x83\xd3\x4e\x12\x7f\x38\xa1\xef\x4a\xca\xaa\x79\xab\xdd\xf8\x00\x5f\xc2\xbf\xc6\x7f\x81\x43\x3f\xc7\xea\x2f\xc2\x6f\x5e\xbc\x08\x77\x3b\x71\x09\xcd\xa4\x81\xb8\xd5\x6d\x5c\xed\xa8\x7d\x1d\xd7\x27\x69\xbc\x43\xfd\xf4\xb8\x10\x7a\xb2\xde\xa7\x09\x9a\x49\x81\xf9\x67\xbf\x9f\xec\x71\x65\xf5\x1f\x25\xc9\xb1\x0d\x1b\x71\x31\x2f\xee\xef\x1f\xe3\x41\x0f\x78\x70\xb6\x93\x3d\xae\xcc\x7a\xe9\xc5\xf9\x64\x3d\xd2\x9c\x48\x59\xd5\x5a\x2b\x7f\x71\xf9\x3a\xf2\x46\x6e\x87\xec\x55\x39\x7d\x18\x9d\x2c\xd2\x6f\x61\x82\x2f\xe1\xee\x15\xab\x8c\xe7\x76\x3b\xd6\xb3\x9d\x30\x81\x4b\x99\xd4\x4a\xed\x58\x84\x22\x36\xe6\xc5\x87\xf0\x66\x7c\x83\x2f\xe1\x5a\xcd\x82\x07\x38\x16\xd4\xb7\x5a\x8c\xd3\x9f\xaa\xf6\xbd\x6a\x45\xfd\xaf\x6a\x7f\xfb\x77\x37\xbf\x8b\xe8\x73\xac\x99\x23\x92\xe6\xc5\xa7\xf0\xc7\x38\xb3\xcd\xcb\xdd\xb1\x28\x46\xac\xcd\x8b\x67\xe1\xc3\x38\xfd\x17\x15\x59\xb4\xc2\x62\x3f\x65\x2c\xa5\x9b\x2d\xf6\x6f\x81\x71\x21\xfa\x1c\x6b\xf8\x4e\x68\xf8\x5a\x43\x91\x77\xaa\x5e\x82\x4e\x88\x5e\xf7\xf3\x26\x7c\x1a\xa7\xfb\x30\xb3\x53\xf5\x5c\x8f\x07\x40\x52\x1e\xf4\x5b\xf5\xf7\x8b\x6e\xf2\xc2\x72\xac\xf8\x23\x4a\x67\x52\x52\x83\x46\x5c\xce\x28\x68\xda\x96\xba\xa9\xcb\xda\xa9\x6c\x82\x2c\x62\xac\xdb\xdf\x33\x3d\x59\xc4\x68\x49\xec\x54\xc8\x41\xef\xd7\x76\x38\xb8\x85\xd8\xf4\x84\xc1\xbb\xd5\x69\x7c\x05\xce\xfb\xf2\x69\x62\x8a\xa7\xb1\x09\xf0\x8f\x6b\xc7\x9a\xbf\xd3\x70\xfe\xc7\xb0\xfa\x56\x97\xf1\x18\x6f\x2e\xfe\x5e\xcb\x82\x24\x96\xf5\xbe\x7c\x9a\x99\x56\x64\x39\x4a\x4a\xdc\xda\x8e\xa2\x7b\xdc\x02\xe3\x42\xc6\x38\xd6\xf0\xe1\x30\x71\x71\xfa\x6f\x55\xde\xe9\x1a\x97\x98\x47\xf7\xb8\x22\x02\x48\xca\x59\xe4\x60\x89\xeb\x20\x71\xe5\x2c\x26\xd1\xdd\x4f\x2c\xe4\x32\xf1\xdd\xdb\xe9\xba\x5c\x1f\x54\x76\x39\x8b\x79\x58\x65\x77\xfa\x11\xce\xb8\xac\x9a\xc3\xcf\x34\xe5\xa2\x6d\x6a\x59\x88\xd8\x99\x17\x9f\xc2\xbb\xf1\x98\x37\x19\x2c\x9f\x61\x26\x34\xd8\x8e\x45\xdb\xd4\xb2\x10\xc1\x33\x53\x2e\x3a\x34\x86\xe9\x67\xb0\x1d\x8b\xb6\xe9\xd0\x65\xf9\x0c\xf2\xe0\xe9\x25\xf4\x0c\x1d\xb6\x27\x84\x9f\x8b\x33\x9f\xc3\xf3\x3c\x18\x17\xd1\x70\xdb\xb1\x1a\xee\xa0\x86\xcb\x7a\x39\x3d\xd3\x4c\x14\xa1\x27\xeb\x85\xf4\x58\xe8\x39\x91\xe3\x26\xe5\xa2\xed\x3b\xcd\x44\x51\xc3\x65\xbd\x90\x1e\x5b\xd4\x11\xed\xf2\xe2\xac\xcb\xf4\x3c\x87\xd4\x92\x32\x7e\xcd\x0d\xff\x95\x28\xc0\x0e\x0b\x2f\x14\xc7\x96\x73\x04\xa2\x4c\x99\x08\xeb\xb7\xea\x7e\xc2\x36\x48\x30\x7a\xab\xc7\x78\xa8\xbd\x74\xd6\x4e\x73\x93\xa9\x65\x44\x84\x3c\xcb\xcb\xb5\x34\x5c\x6d\xeb\xe5\xe1\x2e\x0d\x8b\x87\x0e\x82\x3c\x52\x88\x9f\xd5\x83\xe7\x59\x66\x03\x0b\x36\xa0\x07\xcf\xb3\xcc\xfd\xd7\xd6\xf7\x43\xb8\xdb\x0f\x19\x20\x13\xaa\xbd\x1d\xab\xe1\x70\x8c\x49\x59\x0f\x98\xc7\x6a\x38\x62\xaa\x5c\xbc\x09\xff\x1a\x7f\xc0\x69\x7f\x9b\xcc\x37\xd3\x2f\xbb\x67\x87\x4c\xb9\x05\xfa\xa3\xed\x6b\x0b\x39\x42\xa3\x24\x65\x2e\x68\x44\x38\xa1\xc0\xb8\x44\x3e\xc7\xe4\x8f\xec\x91\xab\xee\x22\x0a\x69\xd2\xe4\x3f\xa3\xd0\x2b\x8d\x88\x83\x14\x1a\xb8\xda\xd1\x43\x16\x0e\x36\x29\xeb\x61\x13\x37\x1b\x0a\x8c\x4b\x64\x62\xd9\x43\xfe\x36\x59\x0f\x9e\xf6\xb7\x69\x04\x05\x4c\xb9\x8a\x1c\x8e\xc9\x9c\x8c\xe8\xb9\x8a\x0d\x58\x1d\x46\x7c\xbf\x8b\xd3\xcf\xaf\xd9\x0f\xb2\x44\xc6\xed\xb2\xe1\x7e\x43\x81\xfe\x70\xd7\x3c\xd6\x6b\x9d\x2f\xfd\xd7\x43\xa8\xfd\x70\x6e\xe1\x01\x67\xbc\x5f\xaf\xcb\x97\x75\x69\xc8\x90\xc7\x32\x06\x0e\x39\x17\x57\x3b\xba\xbb\x13\x30\x2f\x65\x72\xc1\xdf\xea\xcf\xf8\x0b\xce\xf7\x96\x31\xe4\x87\xa3\xe8\x1f\xb7\xba\x8c\x07\x9d\xeb\x41\xf5\xfc\xcc\x3e\x7f\xb0\x4f\x3d\x9c\x12\x98\x2b\x0a\xb0\x1f\x19\x30\x1f\xcb\x1e\x07\xd9\x23\xeb\xe1\x14\xb7\x1c\x0a\xf4\x47\xf4\x60\x45\xd5\xf9\xc1\x7e\xf4\x40\x7a\xac\x90\x72\xe4\x39\x3d\x84\x1e\xcb\x1e\x87\x28\x28\xb9\xf5\xbf\xb1\xb3\xc7\x6b\x87\x02\xd3\xaa\x53\xe3\xf1\xf0\xc2\xc2\x2e\x65\xdf\x0a\x1e\x5f\x6a\x1e\xc8\x48\xef\xa4\xe7\xf1\x32\x3c\x5a\x86\xe9\xef\xc5\x9d\x70\xdf\xc9\x44\x36\x6b\xc7\x22\x0b\x91\xdf\x52\x6e\x22\xa3\xc7\xec\xe6\xd1\xf0\xc4\x3e\x2c\xca\x9c\x37\xb4\xad\x8a\x62\x7e\xab\xc3\x38\xd3\x2a\xf2\x7a\x25\xca\xe3\xdf\x93\x32\x61\xc7\xdb\x79\x3d\xde\x97\xed\xd4\xc5\x6e\x5e\x8f\x57\x22\x4e\x17\xbb\x79\xbd\x9c\x2f\xa7\x21\x81\xbe\xdb\xb1\xbe\x8a\x60\x6b\x17\xcf\xc2\x9b\xf1\x0e\xae\xf6\xcd\x3e\xc8\x9c\x9d\xf5\xde\x7a\x5e\xcf\xcf\x0b\xf7\x26\x7a\xf3\xad\xba\x7d\xe6\xad\x8b\x9d\xbd\x26\x6b\xdc\x89\x32\x81\xb8\x6f\x75\x19\xdf\xe0\xb7\xfd\x8e\x17\x11\x85\xfe\xdf\x7f\x37\x5e\xe2\xba\xbd\x89\x6e\x81\xee\x04\xb5\xdf\xea\x31\xce\x34\xc4\xb3\x6d\x77\x54\xa4\xee\xa8\x48\xc4\xb8\xee\x53\x6a\xac\x4e\x8c\xb3\x8b\x0f\xe1\x8f\x71\xa6\x2d\x24\xf6\x6e\xef\xa3\x2e\xef\xa3\xcc\x73\xee\xad\x7e\x8d\x3f\xe0\x0d\xfc\xf8\x77\x35\x0d\x55\xfd\x67\x1a\x3a\xd1\x91\x52\xc6\xdc\xfa\x56\x7f\xc6\x69\xa7\xf1\xbd\x0c\x17\x3b\xee\x49\x29\x63\x6e\x7d\xab\x8f\x71\xfa\xd9\x99\x87\x04\x99\x74\x79\x2b\x65\x02\xa5\x77\x7b\x2b\xdd\x02\xe3\x1d\x55\xf8\x31\xce\xbc\x8d\x21\xdc\xed\x23\xc1\xf2\x30\x7b\xab\xcd\x38\x64\x32\xe9\x7f\xe2\xae\x7f\x0b\x19\xbc\x0b\x77\xff\x39\xcc\x31\xdb\xee\xf6\x6e\xba\x85\x2b\x71\xf1\xe0\xd9\x1d\xab\xe2\x16\x68\x66\x65\xe1\xcd\x38\xdd\x5f\x4d\xf8\x36\xce\x6e\x59\x4b\xb8\xba\x8f\x36\x4c\xc9\xc5\x6e\x75\x18\x5f\xe0\x0c\x57\x01\xa4\x6e\x21\x7e\x17\x33\xef\x5b\xad\xc6\x1b\xb8\xfa\x89\x60\xdb\xf1\x7e\xba\xb8\xda\x39\xc6\x59\x5e\x42\x2a\x77\x7c\x9a\x28\xbc\xe0\xf4\xbf\x78\xbc\x68\xc9\xf2\xc8\x53\xf8\x30\x4e\x3f\x4b\x11\x2e\x72\x43\x7b\x96\x31\x17\xef\x76\x62\xea\x72\x62\xca\x98\x85\xdf\x6a\x37\x3e\xc0\xe9\x7f\x31\x39\x17\x8d\xab\x32\x6f\x12\xcd\xba\xbc\x8b\xf2\x68\xea\xe7\xf1\xef\xaa\xff\x8d\xf1\x4a\x04\xeb\x53\xb2\xd6\x10\x79\x56\xaf\x8b\x64\x2d\xcc\xbf\xfb\xac\xde\x8e\x55\xfd\x14\xd9\x56\xf7\xb3\x6a\x5d\x44\x9e\xd2\x6e\x75\x79\x23\x65\x62\x94\xf4\x59\xbd\x5e\x55\xeb\x35\x3f\xc2\xa7\x71\xe6\x5f\xe4\x59\xbd\x4d\x25\x6b\x0d\x91\xa7\x64\xad\x2e\x2f\xa5\x4c\x52\x9a\x6e\x2f\xa5\x8e\x5b\xd2\xc5\xf9\xbe\x79\xbd\x1a\x97\x05\x42\xf3\xdd\xea\x2b\x9c\x75\x99\xa2\x9f\xe6\x75\x69\x8c\x77\x8a\x7e\x9a\xc7\x2b\x19\x6c\x8a\x7e\x9a\xb7\x63\x63\x3b\x12\xcc\xbd\x3b\xc6\x4a\x97\x57\x53\x9e\xa2\xab\xe6\xed\xd8\xd8\x8e\x53\x74\xd5\x3c\x5e\xf2\xd1\xe6\x29\xba\x6a\xde\xa6\x68\xcf\x14\x02\xfa\x56\xa7\x71\xc2\xc2\x8a\x4d\x76\x8f\xb7\x23\x7a\x4f\xb1\x3d\x79\x41\xdd\xc2\x02\xf7\xf7\x5f\xe3\xfc\x6e\xa3\x7d\x99\x59\x76\x82\x38\x5e\xbc\x09\x3f\xc6\x19\x6f\xff\x08\xd7\xfe\xed\x9c\x52\x3c\x50\xdf\xaa\xdb\xd1\x78\xfb\x14\xae\xf9\x47\xdf\x95\xa7\xd8\x9e\xf4\x5d\xb7\xd0\xc0\xf5\xbb\x1e\x2f\xfa\xae\x3c\x45\x57\xc3\xe3\x1d\x1a\xef\x6c\xc2\x8b\x71\x7e\x77\x0e\xe1\xa2\xcf\xa1\x75\x5f\x8c\x77\x78\xbc\x03\xe1\x60\x8a\x7e\x86\xd7\x11\x7d\x57\x26\x8f\xfb\xad\x56\xe3\x0d\x5c\xfd\x31\x9f\xc1\xd2\x52\xa1\xd1\x6e\xd5\xfd\xe1\x78\x59\xa2\x93\x39\xb5\xbe\x98\x54\xe6\x25\x7a\x98\x4b\xeb\x82\xe2\x29\x2f\xf1\x93\xe9\xfd\x32\x39\xdd\x57\x59\xff\x7c\xf9\xea\xf8\x34\x51\x88\xe9\x58\x3a\xf5\xa6\xa7\x75\x22\x62\x12\xa2\xa9\xcf\xe5\x53\x0c\xa7\xa7\xbc\x74\xea\xc9\xe9\xa9\xe3\xf4\xd4\xd1\x85\xf6\xb9\xbc\x9b\x16\xb3\xba\xc4\x6d\x96\x67\x75\xb1\x6b\x78\x06\xbf\xd5\x65\x3c\x76\xfd\x12\xb5\x2c\x8f\x7a\x69\xb6\x3b\x54\xba\x3c\xdb\x4b\xb3\x3d\x98\xd5\xe5\xdd\xb1\xd8\x1d\x4b\x5c\x68\xf9\x10\x5b\x47\xdf\xab\x9f\xe6\x96\x0b\x6e\xb9\x44\x45\xeb\x6c\xe3\x71\x2a\x2d\x71\xa7\xed\xd5\x91\xa8\xb7\xc4\x9d\xb6\x4f\xb7\xcd\xe9\xb6\xc4\x9d\xb6\x2f\x35\x5b\xf3\xb0\xd4\x8e\xc7\xb5\xb5\x9a\x8b\xdf\xdd\x5b\x5c\x05\x1f\xa9\xf2\x11\x77\xda\xa6\x22\x44\xc0\x42\x40\xc1\x8e\xcb\x54\x14\xe2\x0e\x57\x70\x9e\xba\xd5\x6c\xbc\x06\x9e\xf4\xbb\xbe\xbc\x90\x34\xb2\x10\x07\xb8\x3b\xe2\xd2\x2d\x24\x70\xfa\x73\xcc\xbd\x11\xe9\xca\x47\xd4\x78\xbc\x0b\x70\x92\x2a\xd8\x86\xdf\xea\x36\x7e\x02\x2f\xfc\xee\x31\x59\x85\x0c\x77\x71\xda\xf9\x7a\x57\x46\x82\xc3\x54\x3e\xba\xac\x7d\x7d\xfa\x84\x3e\xe8\xe2\x55\xb8\xe8\x2a\x62\xaa\x5f\x9c\x7e\x7e\xcd\xa5\x51\x1b\x95\x88\x19\x1c\xd5\x61\x7c\x81\xab\x1d\xcf\xf3\x57\xf3\xac\xcb\xda\xd7\x5c\x97\xd0\x0a\xe5\xa3\xd3\xf0\xeb\xcb\x60\x18\x27\x5e\x5c\xed\x78\x17\x7f\x35\x9f\x3a\x25\xbf\xe7\x18\xff\x06\x2e\x6e\xf6\xf3\x3c\xff\x34\xcf\xe2\x66\x3f\xdf\x16\xc2\x38\xf1\xe2\xf4\xe7\xb7\x44\x6f\x11\xb2\x3c\x95\xcf\x4c\xc2\xbb\x71\xe6\x47\x5c\xee\xe7\x7d\x11\x11\xc7\x53\xf9\xe8\x34\xfc\x99\xbb\xfe\x44\x27\xba\x65\xfd\xdc\x7f\x6c\x12\x4b\xd2\x2d\xeb\xe7\xf5\xfa\x85\x08\x5e\x92\xe8\xed\xe7\x5b\x04\x22\x60\x49\xa2\xb7\xc7\xf4\xff\xb0\x8e\x49\x5c\xee\xf1\x65\xf6\x61\x5d\x08\x2d\x72\xab\xcb\x38\xed\x88\xfb\x3d\xde\xbf\xa8\x99\x4a\x92\x10\xf0\x98\x5d\x45\xec\x85\x8b\xd3\x9f\xd7\xfb\x31\x82\x28\xa7\x92\x44\x3f\xaf\xe7\x13\xd9\xac\xa4\xea\xef\xb7\xf1\x2f\x38\xfd\x79\xdd\xcf\x57\xfd\x14\xfd\xbc\xa6\x9f\x17\xfa\x49\x62\x7b\xaf\x4f\xbd\x97\xf9\xc7\x80\xbb\xcf\xd7\xf3\xff\x2a\xa6\xb1\xe8\x47\x21\x1a\x6e\x81\xdf\xed\xfe\x5e\xeb\xf2\x42\x57\x49\xa7\xe1\xeb\x5b\x28\x36\x83\x25\xc1\xc7\x96\x6c\x03\x6f\xa1\x82\x2f\xe1\xdd\x78\xf0\x87\x04\x9d\xac\x8f\xe8\x67\x85\x9e\xeb\xe2\x43\x78\x33\xce\x7c\x4e\xb5\xc3\x8b\x79\x97\x93\x57\xe1\x65\xbc\x2f\x0b\x4f\x72\xf2\x2a\x89\xd3\x70\x7d\x78\x5a\xb8\x85\x98\x1f\x5e\xc6\x6f\xf5\x11\x1e\xb7\xb5\x42\xb4\xf3\x8e\x2f\x18\x05\xbe\x4f\x6a\x5f\xfb\x65\x7d\x18\x6f\xe6\x96\x85\x13\x18\x05\xda\x81\x2f\xad\x24\xbe\xba\x12\x7c\x00\x4b\xed\x5b\x6d\xc6\x07\xb8\xbe\x17\xbd\xad\x90\x96\x92\xf2\xeb\x77\x07\x85\xbe\x85\x0e\xde\x84\x6f\xe3\xf4\x27\x5e\x6c\x3b\xde\x61\x14\x32\xf8\x10\x5e\x8d\xc7\xfc\xf0\x92\x7e\xab\xd3\xf8\x8a\xc8\x50\x4b\xf0\xd7\xf0\xcb\xe7\x34\x6f\xe1\x69\x65\xd8\x43\xe6\xd8\x5c\xd2\x92\xf5\x95\x35\x5c\xc8\xca\x5e\x65\x5d\x5e\x65\x05\x93\xe8\x6e\xaf\xb2\x5b\xf8\x81\x67\x70\x0f\x17\x21\xa9\x64\x8e\xc1\x95\xc5\x0e\x17\xfa\xae\x92\x45\x56\xd9\xcb\x15\x21\x1f\x1a\xd9\x97\xfb\x92\x05\xe0\x2d\xb0\x8a\xa2\x92\xe2\xd9\x27\xf9\x5b\xc9\x6b\x08\x3f\xc6\xa3\x3b\x45\x54\x52\x4c\x3d\x44\x4e\x28\x58\x38\xdf\xea\xcf\x78\x70\x61\x2c\x99\xfb\x2a\xc7\xed\xc3\x05\x78\xd7\xbf\x55\xf7\x07\xaa\x2a\xdc\xc5\x57\x15\x77\x90\x03\x59\x29\xa2\x92\x2a\xee\xb0\x2a\xdc\xa1\x70\xaa\xd9\xb1\xac\xcb\xb1\xac\x94\xac\x76\x24\xf3\xac\x1a\xb2\x68\x29\x70\xa5\x55\x75\xc7\x5d\x58\xe8\x95\xf2\x57\x77\x2f\xfc\xc7\x28\xd0\x5d\x11\x57\x35\x71\x21\xe2\x14\x9e\xfd\x6f\xf5\x6b\x9c\xe9\xd3\x32\x58\x94\x59\x0d\x66\x40\x14\xda\x5b\xed\xc6\x63\x13\x14\x51\x4b\xf3\xf0\xc2\xa3\xec\xe2\x45\xf8\xcf\x38\xc3\xee\x4c\x87\x45\x9f\x85\xe8\x53\x0a\xcc\xc9\x8e\x64\x7d\x35\x0d\x5b\xcc\xa9\x89\xf9\xad\x06\x93\x20\x0e\xca\xad\x0e\xe3\x1b\x7c\x09\xf7\xef\xc6\xfb\x63\x41\x1d\xd0\xed\x31\xd6\x09\x4b\x78\x71\xbe\xb7\x28\x43\xbc\xf4\x54\x8a\x98\x50\xd7\xdd\x54\x9e\x64\x85\x78\xd5\xb7\x3a\x8d\xc7\xef\x12\xe3\xf9\x56\x7f\xc6\x5f\x70\xfa\xaf\x00\x0d\xb7\x10\xf3\x50\x45\x76\xdd\xcc\x0f\x51\xa6\x54\x91\x5d\xd7\x61\xb5\x50\x3f\x95\x2a\xf2\xea\xba\x3c\xae\xce\x65\xa7\x8a\x09\x29\x40\x43\x27\xac\x62\x2a\xc4\x41\xe9\x6b\x98\x1c\x87\xfa\xc9\xe1\x86\xeb\x17\x85\x04\xbe\x84\x17\xe3\x31\xcf\x95\xa7\x82\x35\xcc\xbc\x09\xdc\x50\x6a\x55\x3b\xdb\xdf\xc7\xcb\x57\xa9\xe2\x36\xc3\x4c\x0e\x53\xbc\x52\x11\xe9\xf0\x15\x8b\xc2\x25\xc8\x8e\x5d\x77\xb7\x6f\xd8\x2d\xf0\xb3\x62\x4e\xc3\xbb\x6f\xb0\xfb\xaa\xc8\x6d\x98\xa7\x0f\x0d\x57\xe4\x36\xbd\x5c\x48\x38\x85\xc8\xed\xb7\x3a\x8c\xd3\x0e\x77\x7a\x3b\x8d\xdd\x42\x06\xef\xc2\xbb\xf1\x09\xae\x76\xcc\xfc\x42\x64\x4a\x85\xbc\xa8\x7d\xc9\x44\xef\x16\x98\x86\xa9\x76\x74\xb7\x5e\x13\x5e\x5f\xc5\xcd\xa6\xc7\x3b\xd9\x8e\x55\xdc\x6c\x9a\x29\x4e\x2d\x2f\x77\xa9\x65\x11\x69\x2d\x96\xb1\x89\x9b\x2d\x93\xdb\x62\x7b\x35\x9d\x6d\xcb\xe3\x5a\x2c\x2f\xea\x83\x5b\x9d\xc6\x17\xf8\x14\x7e\x8c\x47\x3f\xb1\xc7\xee\x8e\x9a\x79\x0b\x05\x5c\xed\x7b\x5c\xc4\x7f\x28\x4d\x64\x68\x19\x69\x61\x72\x57\x88\xa3\x72\xab\xfe\x5d\xd6\x11\x3b\xed\x6e\xa7\xb4\x8e\x1b\xda\xc5\x19\xef\xf6\x76\x24\x3c\x5c\x69\x62\x63\x96\x85\x16\xf1\x22\x4a\xe3\x8e\xb5\xb6\xd9\x0f\x5e\x69\x0a\x76\x7d\xab\x9a\x1f\x64\xa4\xd2\x74\x76\x6e\xb3\x9f\x0d\x99\x37\xb1\xbd\xed\xf9\xd9\x9a\x87\xa6\x76\xcc\x8d\x37\x6c\xa9\x89\xde\xb6\xc9\x1f\x53\xbf\x42\x1c\x95\x6e\x6f\xb5\x5b\x60\xbd\x44\x6f\x8a\x47\xd1\xe5\xc5\x56\xb0\xd3\xbe\x55\xb1\xbd\xad\x79\xe3\xee\xbe\xb6\x4f\x25\xc9\x54\x6d\xaa\xff\x66\x03\x5b\xf3\x36\xe9\xbf\x65\x2d\xdc\xd9\x2e\xbe\x84\xeb\xfb\xa3\xf1\xf2\x42\xba\x8e\x0f\x79\x12\xdd\x97\x2e\xba\x3a\xa6\x87\xd0\xbb\xf5\xca\xd5\x77\x1d\x4f\x03\x16\x80\xa5\x6b\xfb\x1e\x93\x3f\x16\x80\x8a\x29\x7e\xab\x6e\x9e\xb3\xbf\xeb\xf0\xb4\x28\xb7\x24\xca\x75\xdd\x5d\x8e\xb9\x36\xce\x6d\xa5\x8b\xeb\x1d\x4f\xc3\x81\x1b\x76\x1d\xaa\xc7\xd3\x20\xd1\xaf\xeb\x50\xfd\xfa\x70\xc6\x89\xad\x74\x71\xc3\xaf\xb7\x11\xda\xbc\x22\x3d\x80\x9d\xdb\x6e\x81\xdf\x15\x79\x7e\x7d\xc5\x25\xb1\x56\xe9\x22\xcf\xaf\xc9\x04\x2d\x5f\xe9\x22\xcf\xaf\xef\x40\x5f\xcd\x83\xc8\xf0\xeb\xed\xfe\x65\x79\xbb\xd8\x9b\xb4\x79\xb7\xb0\xc0\xd5\xbe\xb7\x85\x44\xbc\x2e\x72\xfb\x9a\xcb\xa3\xe5\x2b\x5d\xa7\xe9\xcf\xe3\x42\xcb\x57\xba\x4e\xd3\x9f\x97\x1d\x2d\x5f\xe9\x22\xc3\xdf\xf2\xf7\x90\x43\x17\xb9\xfd\x4c\x0e\xbf\xa5\xef\xe9\xe7\xcf\x6c\xe0\x07\x7b\xd3\xbb\xfe\xfa\xf9\xb6\xf1\x43\xd4\xd5\xbb\xfe\xfa\x49\x24\x21\xe3\xd1\xc5\xd5\x1f\xb3\x81\x9f\xd6\x6b\xd1\xce\xe3\xab\xf8\x03\xd9\xea\xa1\x7e\x59\xf4\x5b\x12\xfd\xf4\x50\x4f\x0c\x5c\x0a\x2f\x38\xfd\x7f\xbc\x5e\xa8\xfd\xca\xf8\xa8\x1d\xdf\x2a\x1e\xb6\xef\x10\x3b\xb4\x48\xb8\x24\x12\x4a\xd1\x60\xf7\xb2\x2e\xf7\xb2\x32\xf2\x5f\xc4\x97\xe8\xeb\x75\x77\x5f\xb8\xb1\xde\xdf\xd7\xeb\xbb\x2b\x5e\x63\x65\x88\x6b\xbd\xe6\x1e\x64\x33\x2a\x64\x95\xbb\xd5\x6e\x7c\x82\x57\xe1\xdb\xf8\x01\x1f\xc2\x7f\xc6\xf9\x5d\x91\xd1\xeb\x6d\x23\x49\x8f\x60\xa9\x7d\x2b\x18\x5f\x97\x17\x58\x21\xcf\x70\xdf\x4a\x07\x72\x0b\x0d\x7c\x09\x9f\xc6\x69\x67\xfa\xfb\x47\x78\x28\x85\x8b\xde\xcd\xed\xd5\x75\x0b\xf4\x7f\xaa\x1d\x91\xc5\xfe\x20\x91\xea\xdd\xdc\xde\x5b\x1d\xef\xad\x9e\xdd\xcd\xe3\xee\xb0\xeb\x49\xdf\x7e\xab\xdb\xf8\x01\xa7\x19\x6b\xb1\xf0\xbe\x4a\x45\xcf\xe9\xdb\x82\x18\xce\x58\x3d\x77\xc3\x5f\xc1\x6c\x4a\xbd\x8e\x6f\xcb\x55\x5b\x02\x94\x5e\xbb\xb7\xc2\x6f\xdc\x42\xcc\x32\x41\x50\xfa\xce\x3a\x6b\x77\xe6\x0e\x81\x79\x75\xb7\x6f\xd5\x2d\xd0\x7d\xae\xd0\x3b\x4b\x5e\xdc\xa4\x2f\x29\x04\x41\xe9\xf6\xb9\xba\x85\x98\x9d\xa9\x7e\x66\x51\xc9\x46\xcb\x54\xc8\x61\x78\xab\x6e\x87\x4d\x86\xd9\x75\xdf\x59\x44\x2d\x5f\xac\x82\x79\xf5\xad\x76\xe3\x8c\x8b\xcd\xbd\x15\x2a\xaf\xe3\x7c\x95\x0a\x51\x4e\x6e\x55\xab\x8b\xc1\x60\xd1\x2b\xf5\x96\xc1\xe0\x2d\x04\xf5\x90\xfe\xb6\xdb\x17\xeb\x16\x1e\x70\xe6\x41\x11\xfe\x6f\x21\x83\xeb\x77\x75\xa5\xdf\x85\xb3\x13\xb3\xeb\x8e\xcb\x16\x85\x38\xdb\x48\x12\xd9\x71\xd9\xa2\xc0\xef\x26\x7d\xef\x71\xa1\x95\x2a\xa4\x71\xbc\xd5\x9f\xf1\x17\x9c\xfe\x5b\x2b\xb5\x2b\xd4\x4f\xe6\x88\x8e\x0b\x16\x85\x0d\x4e\xff\xab\xc7\x5b\x35\xae\xaa\xef\xc5\x54\x70\xa6\xea\x18\x94\xf5\x6d\xe5\xd3\xc6\xd0\xaf\x2c\x36\xf5\x56\x88\x8f\x4e\x3e\xb7\x8b\x37\xe1\x8f\x71\xba\xd9\xf5\xb3\x5e\x46\x49\x6c\xe4\x15\xee\x76\xc5\xba\x05\x86\x0b\xaf\xdf\xd5\xbb\x02\xc3\xc0\x42\xe4\x92\xee\xc0\xdb\xb7\x90\xc0\xbb\xf0\x62\x7c\x81\x4f\xe1\x5a\x46\x42\x7f\x14\x22\x97\xdc\x6a\x33\xce\x72\xc1\xbb\x77\x33\x73\x20\xd4\x5e\x59\xcb\xdf\xff\x69\x87\xfe\x70\xc5\xdd\xcd\xf3\x13\xb1\x41\x52\xfd\x88\x7c\x2c\xe1\x6d\x24\xbc\xaa\xe7\xe9\xdd\x4c\xe6\x48\x78\x95\xec\xb6\xdd\xae\x5e\x7d\x87\x45\xe1\xc5\xd5\x7f\x93\x09\x21\x44\xaa\x9e\xa7\xed\x02\xd6\x89\x2c\x7e\xf1\x2a\xfc\x67\xfc\x05\x67\x7e\xba\xb7\x7b\x88\x7a\x5d\xef\x04\x5b\x11\xfb\xba\x3c\xc3\xea\x27\x1b\xd7\x32\x12\x42\xa4\xea\x35\x7b\x77\x33\x25\x42\x88\x54\xd2\xf8\xdd\xea\x32\xce\xb0\x44\x6d\x16\x14\x71\x05\xbb\xb8\xda\xf1\x70\xbb\x86\xcb\xeb\xd0\xee\x1e\x6e\x28\xb3\x2e\xbe\x84\x37\xe3\xb4\xd3\xf4\xbb\xe6\x6e\x44\xf8\xab\x1f\x71\x2b\xf9\x78\xdd\xc2\x03\xce\x34\x0c\xef\x16\x7c\xb9\x2a\xb9\xa7\xba\xf3\xa9\xdc\x02\xbf\x2b\xee\x63\xdd\xd6\x1e\x1a\x97\xc8\x70\x48\x2b\x81\x53\xd7\xc5\x59\xae\x61\x72\x18\x1a\xaf\xce\x96\x61\x2e\x10\x86\x8c\x17\x1f\xc2\x35\xcf\xe8\xbc\x2a\xc6\xde\xb7\x5a\x8d\xf3\xbd\xb8\xd5\x34\x99\x87\x68\x98\x6a\x12\xf7\x99\xde\xed\x48\x84\x35\x89\xfb\x4c\x93\x3f\x12\x61\x25\x90\x78\xb7\x33\xd7\x2d\x44\x3f\x31\xc3\xee\xf8\x76\x51\x08\x32\xd1\x72\x59\x50\xc4\xa9\xeb\x7e\x0e\xb5\x4d\x53\x39\x81\x02\x6b\x12\xf3\x99\x3e\x1a\x23\x80\xf7\xc5\xd5\x8e\x97\x77\x42\xcd\x7a\x84\xde\xd3\x4c\x2f\x24\xc6\x8b\xab\x9b\xc7\xed\x30\x0d\x49\x87\xd4\x32\x17\x88\x74\xda\x17\x9f\xc2\x9b\x71\x86\x25\x6e\xb5\xf4\x2a\xb8\x11\x38\x2b\x56\xde\xb7\xfa\x35\xfe\x82\x33\xcd\xcb\xe4\x80\xf2\xad\x26\x91\x89\x95\x6c\x7b\xb1\xec\x7a\x84\xb6\x8f\xd7\x2d\x30\x2e\x91\x89\x92\xf1\xf5\xbd\x20\xf3\x34\xfe\x22\xab\x50\x27\x19\x0f\x85\x19\x7f\x26\xa6\x65\x5d\x1b\xbe\x5d\xa9\x26\x51\xcb\xf2\xa6\x27\xea\x49\x25\x9a\x48\xdf\xd6\xc1\xed\xad\x69\x12\xd3\xb2\xdc\xb9\xd1\xc1\x55\xbd\x45\x6f\xcb\x9d\x3b\x04\xcd\x8b\xab\x1d\xc9\x97\xf8\x88\x5d\x7c\x09\x77\x3b\x50\x91\xde\xa8\xb7\xe5\xce\x1d\xa9\xed\x2e\x5e\x84\xff\x8c\xbf\xe0\xea\x8f\xc9\x28\xec\x37\x53\xd5\x1b\xf5\xb6\xce\x6e\x6f\xc8\x88\xa8\x21\x7d\x2b\x4a\xca\x2d\x64\x70\xf5\xc7\xbb\x06\x17\xb3\x9a\x11\x88\xec\x62\x76\x0b\x1b\xbc\x0b\xff\x1a\xa7\x3f\x85\xe5\xb4\xdc\xb9\xcf\xa4\x7d\x2c\x01\xb6\x02\x27\xf6\x7d\x96\x70\xd6\xe5\xac\x3f\x78\xec\xbe\x2c\x72\xb1\xee\x6f\x1f\xb8\x01\xd9\x74\x6e\x55\xe3\x3a\xea\xbf\x0e\xb1\xe3\xfe\x1f\xf5\x7f\xea\x77\xdd\xff\xa3\xfe\x4f\x7f\xff\x35\x4e\xff\x75\xd7\xf9\xba\xff\x5f\xd6\x3d\x8b\x4e\xbe\x5e\xf7\x2f\x5c\x22\x8b\xab\x7c\xcd\x25\x30\xff\xac\x05\xc1\x64\x7f\x7d\x17\x24\x4a\x4a\x2d\x3a\xac\xbe\xbe\x43\xa0\x43\xac\x7a\x8d\xde\xd6\x21\x6e\xc2\xb3\x2b\xdb\x53\xdf\x5f\x5f\x16\xbe\xcc\x03\xd6\xe4\xb7\x2a\x3a\x41\x57\x58\x4b\xd6\xf7\xc7\xed\xc3\xed\x4b\x31\xee\x7e\xc2\x0e\xcc\x9e\xac\x2b\xdc\x84\x6d\xaf\x45\xeb\x68\x41\x72\x23\x48\x56\xac\xcc\x6f\x75\x1b\x3f\xe0\x55\xf8\xcf\xf8\x0b\xce\xfc\x58\xb7\xb8\x23\xc0\xc9\xc5\x97\x70\xb7\x03\x3b\x28\x48\x30\x78\xae\x51\x88\x79\xd6\xf3\xf1\xb6\x20\xb9\x7f\x1a\xaf\x2e\x41\xd6\x2d\xe2\xcb\x96\x6a\x11\xfb\xf8\x79\x5f\xa3\x43\xac\x7a\x26\xde\x8f\xf7\x75\x48\x9a\x9d\x68\xdc\x7d\x3f\x3e\xb4\x1f\x2d\x17\xcf\x28\xfb\xf1\xf6\x0d\x1d\x63\x2f\x12\x48\x1e\x53\xed\xa3\x55\x14\xf5\x3c\x1e\x15\x29\x87\xdd\xc9\xc7\xbc\xef\xd1\xe2\x2e\x37\xa3\xa3\x3c\xf2\x0e\x5f\x5c\xbf\x6a\xb1\x29\x72\xbd\x5e\xbc\x0b\x6f\xc6\x99\x9c\xa5\x9f\xb5\x00\x13\xb9\x85\x52\xad\xba\x70\x3f\xde\xec\x04\x53\xa9\x55\x44\xf8\xf8\xe8\x0f\xf1\xf6\xe2\x6a\xc7\x9b\x82\x68\x90\x55\x8f\xb2\xfb\xf5\xd1\xf9\x72\x74\x56\xdd\x98\xac\x00\xdd\x04\x53\xa9\x55\x37\xa6\xd7\xc4\x4f\xd0\x94\x5a\x75\x35\x7a\x3d\x0f\x2f\xe3\xad\xba\x88\xbf\x1e\x2f\xc6\xa3\xb5\xea\x6a\xf4\xee\x3f\xdf\xd3\x1f\x5e\x5d\xf6\xeb\x71\xbd\x30\x81\x2a\x26\xf3\xfa\x2c\x7c\x61\xfe\x55\x44\xf8\x9a\xf9\x23\xfe\x56\xa2\xc6\x75\xe7\x22\xb9\x05\xc6\xc5\x15\xe8\x7c\x74\xe6\x9d\x0f\x44\x4e\xb0\xed\x7e\x2c\xfe\x9e\x50\x5c\x76\x62\x61\xdc\xda\xd7\x30\xdd\xec\xc2\xd5\x9d\x43\x70\xca\x5a\xa1\xcd\xf3\x39\x6e\x5e\xdd\x19\xfe\xfe\x31\xfe\x82\xf3\xb3\x72\xd7\xbb\x85\xa0\x36\x62\x76\xdc\xea\x31\xce\xf7\x10\xed\x49\xda\x73\x27\x71\xe6\x54\xa4\x6e\xbc\xf1\x28\xb0\x5c\x5c\xdc\x4f\xd2\xf4\x9f\x04\xb9\x55\xc8\xed\xd8\x88\xf3\x24\xae\x28\x75\xa9\x3f\xdb\xed\x44\x0e\x62\x62\xa1\x76\x9c\xf7\x28\x44\x77\x08\xf1\xdd\x4f\xd2\x53\xb6\xbc\xf8\x2a\x09\xec\x6f\x75\x1b\x8f\x69\xc0\xe2\xbd\x1f\x1b\x6b\xca\x5b\xaf\xea\x69\xfa\x64\xb1\x18\xdc\xf6\x52\xd5\xd3\xf4\xc9\x1e\x2e\x62\x77\xc5\x12\xfe\x56\x9b\x71\x7e\x97\x9b\xd7\xc9\x5e\x2e\xb2\x83\x56\x2c\xe1\xfb\x51\xe8\x92\x2e\xbf\xbb\xda\x38\xea\x8e\x42\x97\xdc\xc2\x00\xa7\x3f\x36\xca\x94\xdf\x5d\xd5\xd3\xf4\x51\x64\xf9\x5b\xe0\x77\xb9\xa0\x9f\xe2\xfe\x17\x96\xab\x71\x11\xc7\x0d\x8f\x02\xfd\xe7\x86\x85\x1b\x1e\x85\x0d\xde\x85\x7f\x8d\xff\xc0\xe9\x7f\xd9\xfe\x5d\x96\x4b\x4f\xd3\xb8\xe1\x51\xe0\xfb\xae\x76\xbc\x2e\x21\x2e\xb7\xa9\x65\xb1\x54\x8c\xbb\x5c\xaa\x6d\xfc\x85\x97\x63\x3f\x0a\x60\x72\x0b\x9d\x3f\x6b\xc2\xa7\x71\x46\x01\x23\xb6\x3b\x5d\x3f\xa8\x3b\x6b\xe3\xba\xef\xfc\x3a\xb7\x40\x3b\x22\xea\xea\x51\x57\x8d\x5a\x44\x6d\xe1\xfb\x54\xee\x8f\x6d\xa9\x1d\x13\x29\xfa\xcf\xda\x44\xbc\x36\xf1\x3c\x95\xd9\xe8\xa2\xde\xea\xd5\xaf\xac\x7e\x47\xea\x3c\xd5\x9b\x18\x29\xbb\x92\x4e\xad\x1f\x4b\xc1\xa7\x41\x5d\x18\xbc\xf7\x63\xa9\xf6\x48\xaa\xed\x98\x60\x1e\x4b\xb5\x47\x52\xad\x5e\xae\x8f\xf5\x96\x72\x9b\xab\x7a\xb9\x3e\xcd\xbb\xa9\xa9\x9f\xa2\x52\xb9\xcd\x75\xb9\xcd\x55\xbd\x5c\xdb\x6d\xee\x16\x3a\xb8\xfa\xe3\x5d\x26\x69\xb7\x8b\x7a\x2d\xed\xca\xcd\xae\xca\x82\xdd\x79\x89\x6e\x21\x81\x17\xe1\xc5\x78\x05\x6f\xc2\xb7\x71\xda\x47\x9e\x38\xdd\xeb\x1b\xe9\xba\x53\xed\xa2\xf6\xee\xf5\x8d\x48\x29\x6d\xc2\xa2\x8f\xa5\xe3\x23\x29\xb8\x6b\x13\x74\x2f\x57\xd7\x34\x70\x02\x9f\xee\x69\xc0\x92\xb3\x76\xf1\x5c\x5b\x72\x9e\x8e\x98\xd4\x45\xec\xdd\xcb\xd8\xd9\xc4\x7a\x18\x3f\xdd\xbc\x58\xd2\x6e\xc7\xb8\xe1\x28\x9e\xfd\x2d\x30\xcd\xdc\x33\xcf\x30\x39\xa3\x46\xad\x32\x78\x3f\xb6\xf0\x3c\x43\xc3\xe5\xfe\x79\x14\xff\xbe\xe3\xce\x77\x71\xb5\xa3\x9b\xc2\x09\x71\x38\xd5\x2e\xb2\x1d\xe6\xc5\xc4\xbf\xaf\xb2\x60\x3f\xc3\x64\x32\x20\xe7\x2e\x72\x1e\x26\xdb\x01\xd9\x0e\x91\xed\xf0\xf2\xa2\x17\xad\xb2\x60\x77\xb6\xcb\x7e\x24\x05\x13\xa2\xa4\x1f\x4b\xc1\x47\x52\x30\x21\x4a\xba\xbd\xf8\xba\xbc\xf8\xea\x40\xbe\x38\xd3\xcc\x69\x72\x6f\xd7\x83\xf9\x51\xb2\xdc\x5b\xf8\x82\x77\xe1\x8f\x71\xfa\x83\x9e\xf0\x4c\x8f\x8b\xd0\x25\x75\x14\xb5\xef\xf5\x9d\xac\x2f\x29\x95\xfb\xb1\x49\xe9\x91\xb8\x3b\x44\xce\x16\x77\x4f\xc4\x30\x49\x75\x70\x25\x70\xba\xab\xae\x74\x57\x55\x2f\xee\xc7\xe2\xee\x59\xbc\xde\xc8\xb2\xfd\xd8\xa6\xf4\x2c\x98\xb1\x5e\xd6\xf1\xf6\xa3\x10\x64\xab\x23\xdb\x26\xa5\xf2\xfa\xab\x43\x3c\xd7\xd2\xae\xbc\xfe\xea\xe0\x26\x78\xd6\x76\x77\xb6\xbe\x57\xf3\x26\x73\xd4\xa8\x55\x06\xec\x67\x79\x1a\x96\x86\xa5\xa3\xdf\x6a\x51\x32\xaf\xa7\x2a\x83\x74\xf2\xac\x53\x60\x3a\x45\x26\x16\x4f\xe5\x0d\x58\x7d\x66\x6f\x9f\x3d\xa8\x3f\xeb\x14\x77\xdb\x1e\x97\xc4\xd0\xa9\xb3\x79\xbb\xff\xa8\x3f\xeb\x14\x99\x58\xfd\x29\xaf\xc2\x2a\x43\x75\x7b\x15\x76\x12\xb1\xa7\x2a\x43\x75\x27\x62\xef\x47\xe2\xe9\xd4\x99\xad\x60\x9d\x5d\x59\xb9\xea\x14\xd7\xdb\xbe\x1a\x49\xdc\x9c\xe2\x7a\xc7\xdb\xf1\xb0\x1d\x89\x5f\xde\xcf\x31\x79\x4a\xac\x94\xe1\xf9\xb1\x3a\xf3\x1c\xd6\xc5\xec\xc7\x7a\xc8\x83\x1e\xb2\xca\x20\xdd\xde\x83\xb7\x40\x3f\x75\x43\x3c\x5e\x97\x03\x79\xca\x50\xfd\x58\x3f\x79\xd0\x4f\xd6\xa9\x9b\xa3\xf5\x93\xe7\xc0\x66\x64\xc0\x7e\x6c\x9a\x8a\x7b\xe1\xc5\xbb\xf0\x61\x7c\x82\x2f\xe1\xdb\x38\xed\xa0\xb0\x39\x16\x37\x49\xff\x75\x71\xb5\x63\xb6\xfa\xd5\x3c\x88\x5d\x7d\x3d\x0f\xc4\xe9\x57\xf2\xdc\x7e\x2c\x6e\x92\x16\xec\xe2\xfa\xde\x77\xa0\x08\x6d\x92\xea\x14\x5b\xfa\x9a\x7d\x12\x16\xb3\x4e\xd1\xdb\xcf\x97\x08\x89\x8f\x64\xc3\xbb\xd5\x6e\x7c\xdc\x6d\xc4\xab\xca\xf9\x79\x19\x7f\x2c\xa3\xec\xda\xcf\x4f\x62\xd9\xf9\xc1\x55\xa5\x01\x38\x3f\x73\xa5\x1f\x5c\x69\x89\x0c\x7f\x3e\x94\x7f\x3c\x3e\x2d\x91\xa1\xa5\xcd\x83\x3a\xb3\xca\x0e\xfe\xfc\x7c\x79\x20\x90\x4a\x5d\x3a\xac\x7f\xe6\x4a\xa8\x2d\xeb\x12\xb7\xfa\x79\x79\x25\x6d\x2e\x1d\xb2\x96\x36\x0f\xe9\x01\xaa\x34\x03\xc7\xd2\xe6\x41\x9d\x59\x97\xb8\xd2\xe3\x65\x7c\x38\x34\x97\xc8\xf0\x31\xf7\x79\xb8\xfc\xac\xbf\x89\xad\xda\x9d\x8b\xac\xcb\x99\xb1\x2e\xdd\x14\x1f\x3d\x1a\x29\x17\x59\x5d\xa2\x3a\xcb\x97\x47\xf2\xa5\x34\x0d\xc7\xf2\xe5\x79\x78\x6c\x90\xa6\xe1\x3c\xde\x1d\x92\x2f\xa5\x69\xb0\xf3\x63\x27\x89\x59\xaa\xd2\x34\xe0\x0b\x49\x81\xd5\xd7\x5d\xf0\xf1\x8d\xf3\xe1\x2e\xb5\x74\x17\x7c\xbc\x3b\xd0\xb2\xd6\x25\x2a\x55\xb0\xce\x2e\xe7\xc7\x2a\x0d\x84\x9d\x1f\xfb\x79\x45\x16\x68\x5c\xec\xfc\x78\x0b\x15\x7c\x08\xef\xc6\x21\x8b\xa5\xf6\xcd\xe5\xc2\x3b\x32\xb5\x8f\x24\x16\xcb\xa9\x07\xc3\xdb\x46\x9c\x98\x6e\xa7\xc8\x2e\xa7\xc8\x26\x0d\x84\x9d\x22\x6f\x41\xed\xe8\x77\xcd\xd5\x43\x2f\x9b\x9a\x0c\xe1\xed\xfc\xd8\xf1\x6a\xbc\xf8\x6d\x67\x38\x95\xf3\x2d\xd4\xc0\xe3\xf0\x1c\xf6\x66\x1c\xca\x8d\xd6\x50\x1d\x0c\x9c\x18\x29\x3c\xe0\x15\x9c\xed\x71\x0b\xb4\x13\x87\xe4\xad\x76\xe3\x23\xf0\xaa\x76\xb8\xb3\x0e\xdc\x17\x2f\xae\xdf\xe5\xce\x7a\x0b\x1d\x5c\xed\xa0\x89\x19\x24\x55\x4b\x0d\x95\xc2\x98\x1f\x2e\x5f\x43\xde\x8c\x8d\xf8\x31\xc3\xde\x8c\xb7\x40\xff\xbb\xbf\xdf\xc6\x99\x9f\x4e\xff\x93\xe7\x81\xf4\x0c\x0d\x95\xc2\xad\x36\xe3\x27\xf0\xa0\xb7\x5b\xfd\x19\x67\x1e\x86\xbe\xf7\x3c\x24\xcd\xc3\xd4\xf7\x9e\x87\xa4\x79\x98\x4d\xf8\x32\xfe\x05\x1f\xc2\x5f\xe1\x9a\x9f\x45\xff\x25\x20\x0f\x79\x39\xb6\xcf\x52\x3b\x9c\x7a\xb7\x00\x3d\x2c\xb5\x73\x34\xcf\x04\xf7\x6c\x18\xc2\x8f\xa9\xfc\x0f\xb7\x70\xc0\x99\x7f\xe5\x6a\x1b\xca\xd5\xd6\x52\x5c\xd6\x86\x73\xb5\x0d\xb9\x39\x36\x22\x99\x8f\xa9\xe0\x9e\xb7\xf0\x03\x1f\xc2\xd5\x7f\xdc\x1c\x1b\x86\xf0\xc3\x6e\x8e\xb7\x40\x3b\x59\xed\xac\x6d\x9c\xfe\x88\x0e\x95\x30\x62\xc8\x9d\xb1\x11\xe1\x7c\x4c\x49\xc8\xb7\x10\xf3\x80\x0e\xe2\x56\xfd\x7d\xec\xeb\x46\xe4\x98\x81\x17\x23\x85\x01\xbe\x84\x1f\xe3\xb1\x8e\xe8\x1a\x06\x5e\x8c\x14\xf8\xbe\x4d\xe1\x5f\xe3\x7c\xdf\xd5\xfe\xf6\xf7\xec\x53\x42\x93\x8f\x59\x8e\xf1\x23\x5c\xdf\x9f\x66\x9c\xfe\xcf\x24\x7c\x1b\xff\x82\xab\x3f\x1e\x57\xd1\xb8\x44\x27\xd5\x74\x5b\xb5\x2e\x73\x09\x3f\xc6\xf9\x7e\xd1\xff\xba\xb4\xbe\x91\x54\x22\x29\x95\xfc\xad\xfa\xfb\x78\x27\x6b\x84\x76\x19\x4e\xae\x76\x0b\x2d\xf0\xa4\xef\xf7\x30\xfe\x80\xeb\xfb\xe3\xef\x0f\xdf\xe7\x26\xdc\xdf\xd3\x7f\x94\x00\xc3\x6e\x8b\xb7\x10\xf4\x96\xc5\x37\x9a\xe9\x8d\xa4\x11\x2d\x6b\x7d\x9b\xe9\xaa\x41\x57\x59\xfc\xa1\xad\x62\x3c\xe8\x27\x8b\x3f\x34\xef\x23\x6c\x7a\x5b\x16\x1f\x68\x7b\x1b\xe7\xfb\xde\x85\xfb\xfb\xa3\xef\xd5\x4f\xd3\x5b\x24\x81\x48\x2d\x8b\x0f\x28\x55\xf4\x2d\x7c\xc1\x87\xf0\xc7\x38\xe3\x15\x7f\xe8\x1e\x6f\x08\xb7\xa9\x65\xad\x7b\x37\x9f\xc1\x6d\xb1\x65\xf1\x87\xee\x75\x24\x6b\x44\x43\xd3\x3f\x66\x37\x7d\x76\xcd\xc3\xaa\xc2\xdd\x4e\x1c\xe7\x2d\x8b\x0f\x74\xef\x2f\x6c\x80\x1b\xc1\xbb\xc7\xec\xe6\xc3\x04\xfd\x6c\x04\xe9\xbe\xd5\x65\x3c\xe6\xa7\x24\xf5\x73\x8b\xef\xa1\x0a\x6e\x45\x7c\xa0\x9b\xdf\x12\xbe\xb3\x15\xed\xf7\x6e\x7a\xc6\x9d\xb1\x11\x82\x66\xcc\xe1\xfd\x38\xd8\x8f\x28\x0d\x6e\x75\x19\xe7\x7b\x9d\x2f\xc3\xeb\x8e\xcd\x70\x2b\x85\xfe\x0f\xf3\xd5\x01\x3f\x29\xa2\x93\xe1\xf1\x0e\xe8\xa1\xe8\x7c\x19\xeb\x67\xfc\x01\x87\x7e\x86\xe7\x01\x5b\xe2\x46\x08\x9a\x5b\x9d\xc6\xbf\xe0\xea\x8f\xe9\x64\xb0\xaf\x8b\xce\x9d\xe1\x7d\x3d\x34\x0f\x3a\x5f\x86\xe7\x61\xc0\x6f\xb1\x39\x1f\x73\x9a\x1e\x30\x1a\x6e\x65\xe4\x7f\xbe\x7e\xdd\xaf\x87\xff\x8c\x6e\x0d\x37\xf7\x18\x0f\xb2\x2b\x62\x1f\xd3\xdb\x9e\x44\x14\x8d\x58\xdd\xc3\xb9\xe6\x86\x72\xc7\xb5\x22\x72\x99\x5e\x66\x52\x39\xb7\xfa\x61\x78\xd3\xc7\x2d\x2a\xe1\x86\x29\xf9\x98\xcb\xc3\x40\x95\xdb\xaa\xae\x17\xcb\xcb\x49\x48\x9b\xc6\xb3\xfc\x70\xee\xb8\x31\xb1\x11\x6e\x55\x6c\x62\x79\x1b\x87\x43\xe5\xc5\xf9\x5d\xa9\x6c\x87\xfc\x22\x1b\x29\x32\x6f\x75\x1b\x0f\x72\xa9\xba\x5e\x2c\xb3\x5d\x42\xda\x34\x62\x63\xdf\xaa\xdb\x51\xff\x75\x3c\x2c\x93\x2f\x3a\x5c\x25\x79\x19\x73\x79\x7b\x93\x3b\xae\x91\x1b\xf3\x56\xdd\xff\xbb\xbd\x3b\x26\xdd\x63\xee\x29\xee\x87\x0a\xb7\x55\x51\xcb\xf6\xee\x26\x62\x4e\xab\x8d\xe9\xdf\xde\xc5\x5b\xd3\xd0\x8b\xf0\x62\x9c\xe1\xf6\x26\x7c\x18\x7f\xc0\x59\xf6\xed\xd3\x07\x19\xb9\x61\x4a\x7e\xab\x6e\x87\xdb\x42\x1d\xfe\x7e\x1a\x67\x59\x74\x4b\xd9\xbe\x2d\x60\x0a\xac\xac\x2d\xb7\xea\xdf\x8d\x77\xdb\x9e\xd4\x8c\x89\x1a\x11\xb9\x55\x5d\x52\x8e\x87\x4b\xde\x8a\x56\x45\x55\xc7\xd4\x70\xa0\xda\xf6\x61\x93\x1d\x0f\x97\xfc\x14\xad\xe9\x32\x72\xbc\x89\x11\x9d\x5b\x13\x13\x3a\x3e\x94\x08\xbc\xd3\xb0\x30\x1f\xf6\xd2\x1c\xf2\xd2\x6c\x4d\xd4\x76\xbc\x29\x11\x91\x5b\xd3\xa5\xe3\xb8\xff\x61\xc2\xdb\x7a\x31\xfc\x18\x7e\xf9\x9c\xe6\xbf\xe6\x59\x28\x64\x5b\x13\xcf\xfa\x9a\x47\xe3\xd4\xd9\x78\xc5\x1f\x76\xea\x1c\x78\x71\x26\xc5\x7f\xba\xd5\x69\x3c\x36\x63\xab\x55\xb8\xbf\xe7\x0c\x6e\x22\xce\xaf\x57\x91\x38\x3d\xad\x89\x38\xe5\xec\x79\x0b\x41\xb4\x4d\x67\xde\xd7\xbc\xe9\x0b\x8f\x6e\x0d\xea\xf9\xfa\x6c\xc6\x12\xb8\x91\xa8\x73\x38\x93\xdd\x50\x26\xbb\xd6\x74\x46\xfe\x4c\xcd\x3f\xa8\xb9\x89\x97\xfd\x7c\x36\xff\xb4\x8c\x3a\x3b\x7f\xde\xd4\x28\x64\x1b\x06\xe6\x63\xfe\xbc\xbc\x3f\x2d\xaf\xa8\xf3\xe7\x79\x08\x99\x38\x35\x0c\xcc\xc7\xfc\x99\x17\xff\xb4\xbc\x13\x72\xfb\x79\xf3\xfe\xd8\xbc\x4d\x77\x9a\xc7\x77\x56\x44\xde\xd6\x75\x86\x3d\x26\x43\x2c\x78\x5b\xd7\x9d\xe6\xb1\x0c\xf3\xb0\x5e\x5d\x64\xf5\x78\xbd\x22\xb8\xe8\xc5\xe9\xff\xe3\x3b\x3d\xaa\xd7\xd6\xc5\xdc\x1e\xef\x46\x12\x4d\x34\x2c\xc9\xc7\x7c\x7c\x47\x7c\xd8\xa5\x5d\x67\xde\xe3\x5d\x8a\x25\x70\xeb\xa2\xab\xc7\xeb\xfb\xb0\x8e\x5d\x77\x5c\xe9\x58\x6f\x81\x7e\x16\xfd\xae\xef\x22\x38\x8d\xb6\xae\x3b\x93\x74\xac\xb7\x10\xf4\xd9\xc5\x0c\x1f\xaf\x2f\xb2\x6e\xeb\x3a\x23\xa5\x63\x1d\xca\xb8\xd7\xba\xce\xc2\xd7\xf4\x8c\x33\x69\x23\x12\xcc\x70\xc6\xbd\x5b\xa0\x9f\xe2\x62\xaf\xb7\xa9\x64\xd7\x2e\x2e\xf6\x7a\x1d\x31\x31\x6e\x5d\xdc\xea\xf5\x36\xc5\x69\xb4\x11\xf1\xe5\x56\x45\x3f\x38\x8d\xb6\xae\xbb\xd4\xeb\x75\x27\xaf\x77\xeb\xdc\x99\x96\x65\xd7\xf5\x41\x66\xc3\xa2\xfb\x56\x87\x71\xfa\x09\xfb\x59\x8a\xc4\x73\x0b\xac\x0b\x77\x20\x3b\x93\xde\x42\xcc\x1b\xa1\xb8\x6f\xf5\x2b\x9c\xf5\x22\xf4\xca\xad\x16\xe3\x15\x7c\x82\x1f\xb7\x13\x3a\xe2\x46\x28\x95\x61\xe7\xd0\x81\x37\xe8\xc5\xd5\x1f\x9e\x70\x6e\x21\xfa\x33\x0a\xed\xcb\x39\xf4\x16\x36\x78\x13\xae\xfe\x48\xb6\x24\x64\xca\xb0\xb3\xe7\x2d\xf0\xbb\xac\xcb\x4a\x92\xa5\x57\x82\xae\x30\xcd\xbe\xd5\x63\x3c\xe6\x9f\xcc\x98\xb7\xfa\x18\x7f\xc1\xd5\x8e\xc7\x85\x13\x68\x1b\xac\xa3\x9d\x40\x6f\x21\xd6\x65\xb0\xdf\xed\xed\x39\xf0\xf6\xec\xd8\x19\xdd\x5a\x35\x1c\x64\x3b\xa6\xf1\xaf\x71\x9a\xe1\x6e\xb2\xb2\x97\x45\x22\x21\x96\xdc\xb7\xfa\x0a\x67\xb8\xf3\xa3\x76\x3c\x5c\x6c\x95\x1b\x0f\xcb\x03\xdf\x4f\x0a\x2b\xba\xa3\xe6\x45\x85\x2b\x33\xda\xf9\xf9\x0b\x3b\xfb\xb1\xb2\x27\x83\x24\xe1\x6d\x26\x0d\x5a\x37\x85\x45\xa8\xd4\xc6\xf3\xf2\xad\x3e\xc6\xf9\x19\xce\x9e\x55\x3c\x49\xf8\x9a\xb6\x09\x33\x58\x16\x48\x97\x04\xd2\x59\x84\x2f\x7f\xcf\x55\x61\xc6\x7b\xdf\xb0\x6f\xea\x20\x99\xe1\xc5\xe9\x8f\x7c\x50\x07\x4e\xa7\xa9\xf1\x8c\x3c\x96\x05\xd2\x25\x81\x94\x67\xe1\x61\x5f\xd3\x5b\xe0\x77\xb9\x72\x2c\x0b\x98\xf2\x35\x6d\xc4\x2f\xb9\xd5\x66\xfc\x80\xd3\xcf\xba\xb4\x0a\x64\xef\x6e\x73\x1a\xff\x19\xa7\x7d\xee\x0a\xab\x9a\x78\xab\x56\x53\x9b\x58\xce\xa4\xb7\x40\x3b\xda\xc4\x72\x1a\x1d\x72\x1a\x6d\x3c\xf3\x8e\xd5\x74\x08\xc8\x69\xb4\x61\xe9\x3d\xec\x34\x3a\xe4\x34\xda\x96\xa8\xb1\xe9\x2e\x82\xf7\xe8\xc5\xf9\xdd\xe6\x79\x26\x4b\x44\x5b\x22\x97\xe6\x79\x46\xf9\xda\x78\xcf\xbd\x55\xad\xaf\x04\xcc\xa5\xf5\x6d\x66\x12\x64\x8f\x68\xbc\xe7\x0e\x3b\x8d\x0e\x65\x1f\x6c\x58\x80\xdf\xaa\xc6\x25\xc1\x13\x0b\xf0\xb1\xa4\x4c\xbd\x85\x98\x37\xde\x73\x87\x9d\x46\x6f\x21\x83\x0f\xe1\xd5\x78\xec\x82\x85\x20\x63\xa7\xd1\x21\xa7\xd1\x86\x69\xf8\x70\x5a\xc2\xa1\xb4\x84\x0d\xd3\xf0\xb1\x14\xff\xe6\x16\x82\x9e\x89\x5c\x32\x56\xf7\xba\x90\xd5\xbb\x2d\x31\x09\x69\x41\x6f\xa1\xfe\xf7\xdf\x43\xef\x8b\xcb\x72\xe1\x42\x09\xda\x96\xc8\xc7\x72\xa1\x7c\x49\x1b\x01\x4d\x86\xd3\x0c\xde\x02\xd3\xc0\x19\x40\x76\x41\x0a\x74\x87\xbb\xc2\x52\x28\xd3\x21\x5f\xd2\xb6\xb8\xc9\xae\x61\xde\x4d\x98\x9b\xb6\xc4\x3c\x86\x99\xc7\xd0\x72\x89\x0c\x87\xa7\x7f\xc0\x0d\x88\xeb\x3d\xec\x1c\x3a\x48\x1c\x98\x3a\x16\xe3\x63\x59\xce\xc3\x4b\xf4\xe2\xfa\x5d\x8f\x0b\x39\xaf\x13\xb8\xe4\x56\x7f\xc6\x1f\x70\xc8\x61\x9a\x3c\x51\x82\xf6\x8f\xc8\xd3\x82\xdc\x42\x90\xeb\x9e\x4f\x0b\x72\x2b\x6c\x82\x2f\x3e\x84\x7f\x8d\xff\x02\xe7\xce\xb1\xa6\x79\x3a\x82\x5c\xff\x88\x0c\xa7\xd9\x18\xc9\xc1\xfb\x47\x64\x38\xbd\x5e\x28\x3b\xfb\x47\x67\x92\x42\x9c\xde\xc2\x06\x67\xbd\x96\xc9\x8d\x3c\x0d\x5d\xef\xbe\x6b\x79\x5c\x91\xb0\x61\x75\x51\xe7\x9a\xdb\x30\xd3\xc3\x15\x65\x59\x1e\x54\x62\xc2\xfe\x11\x17\x93\xb2\x73\x28\x01\x61\xd7\xb3\xef\x5a\xe6\x1a\xa4\x6f\xe8\x1f\x51\xad\x42\x99\x0e\x12\x10\xae\x2e\x22\xb7\xd8\xb7\x96\x46\x25\xa6\xb7\x3c\xaa\xa5\x51\x89\xe9\x6d\x53\x21\x2e\xa0\xfd\xa3\x13\x6f\x9b\x69\x84\x72\x33\x75\xbd\x06\xaf\xed\x4d\x84\x29\x6e\xff\x88\x9a\xb7\x6e\x94\x72\x01\xed\x1f\x31\xc9\x6d\x26\x89\x7c\xd7\xf5\x7a\xbc\x2c\xdf\x29\x61\x61\xff\xe8\x88\xdc\xde\x8c\x21\xd0\x5d\x9c\xe9\xd9\x7a\x0d\x96\x4b\x67\xc7\x20\x7d\xd8\xa5\x73\x90\xa1\x30\x75\xbd\xfa\xda\xa5\xf3\x16\x06\xb8\xfa\xe9\xc3\x6b\x43\x9d\x49\xd4\x79\x3c\x0f\x84\xcf\xe9\x49\x37\x20\x65\x7b\x18\x4a\x58\xd8\xf5\x1a\xbc\x8e\x77\x29\x02\x5e\x4f\xba\x19\x1d\x2f\x23\x91\x55\x7b\xd2\xe1\x78\x4c\xb5\x08\x78\x5d\xaf\xc1\xb8\x6c\x52\x10\xce\xfc\x58\x90\x5b\x47\xfd\xe7\x19\xc0\xbe\x98\x43\xbe\x98\x3d\xe9\x70\xfc\xfa\x26\x85\x69\x6d\xc7\x22\xfd\x56\x9b\xf1\x0e\x3e\x84\x0f\xe3\xf3\xbf\xff\xee\x83\x0b\xb1\x5d\x34\x07\xbe\x97\xa9\x27\x51\xe1\xd7\xcb\x42\x60\xd5\x9e\xc4\x23\x2d\xb0\xc9\x15\xb3\xeb\x91\x78\x7d\x7d\xe5\x20\xb0\x6a\x27\x8c\xf8\x58\x5f\x9f\xc9\xa1\xf3\xbc\xb8\xba\x69\xa6\x81\xcb\x65\x4f\x62\x6e\x3f\x6f\xba\x9f\xba\xaf\x33\xf6\x67\x1e\x1f\x92\xd8\xc5\x99\xb6\x9f\xcf\xb4\x30\x8d\xed\x18\x18\x0c\x27\x06\x1c\x4a\x00\xd8\x93\x78\xde\xcf\xab\x42\x10\x9e\x9e\x45\x25\x3f\xf3\x4e\xe2\xb0\xf6\x2c\xde\xf6\xd3\x5b\xe1\xfa\xc5\x91\xd0\x49\x5f\x79\xab\xea\xfe\x0f\x1e\x99\x45\x3d\x3f\xaf\x16\xb9\x1e\x7a\xce\x7f\x61\x67\x3f\x96\xc5\x3c\x39\x6a\xf6\xac\x6b\xf4\x63\x56\x83\x66\xb3\x67\xb1\x32\x8b\x73\x0b\x71\xae\x67\xdd\xa4\x14\xbb\xe7\x16\x06\xf8\x14\xbe\x8c\x33\x6c\xf1\xa0\xc7\xc3\x0e\xf9\xad\x0f\x2d\x9a\xa5\xb6\xf5\xc4\x01\xdf\x33\x52\xf9\x7a\xcc\x71\xc9\x34\xd1\x33\x6f\x40\xf6\xf7\x1c\xf2\xf7\xec\x59\xb7\xf4\xc7\x1c\x97\x3c\xe9\x3d\xeb\x96\xfe\x7a\xef\xbd\x2c\x72\x16\x6f\x7a\xbd\xc8\x48\x67\x5d\x2f\xd1\xeb\x35\x91\x86\xea\xf1\xe2\x4c\xcf\xbb\xfc\x3d\xab\x9c\x45\x2c\xaf\x2f\x64\x2f\x2c\x14\x73\xf4\xe1\x34\x80\xb7\x40\x3f\x75\xf1\x7a\x25\x75\xe2\xd9\x99\x7a\xd1\x49\xf8\x9a\x87\x62\xe9\xda\x0b\xd2\x93\xd3\xfd\x0d\xf2\xfb\x5d\x7c\x08\xdf\xc6\x63\xb9\x4a\xf2\xf7\x8f\x70\x96\x8b\x20\x28\xc3\x69\xfd\x06\x9e\xa0\xbd\xf3\xd0\xbd\x2d\x9c\xed\xcf\x1d\x47\x97\x2c\x87\x37\x28\x85\xe8\xbd\xde\x9b\xf7\x67\xfb\x57\x37\xbf\xca\x39\xb8\x15\xd0\xe7\x16\x62\xb5\xf4\x0e\xbd\x2d\xcb\x29\xa9\x5f\x27\x34\xca\xad\x36\xe3\x1d\x5c\xbd\xd4\x2c\xe0\x17\xda\x71\x16\x1e\x5b\x59\xdf\x6f\x81\xee\xf0\x04\xb4\x93\x16\x71\x27\x4d\x02\xb4\xb6\x15\x24\xf5\x16\x82\xa8\xf4\x0c\x6d\xf7\xd2\x5b\x18\xb7\x79\x76\xd2\x96\x79\xed\x2d\x30\xf7\xcd\xb8\x46\x85\x79\x6d\xc7\xd4\xfd\x56\x9b\xf1\x20\x7d\x4c\xdd\xc7\x56\xf8\x9f\x41\xce\xbf\x8b\xeb\xfb\xe3\xf6\xe1\xab\x44\x44\x19\x64\xfe\xa3\xc0\xac\xf1\xae\xb8\x2d\xf9\x91\x0b\x30\x75\x02\xa4\xdf\xea\x36\x4e\x3b\x30\xa6\x6d\x2d\x21\x7e\xac\xa9\x93\x12\x72\xd8\x7d\x75\xc8\x7d\xb5\x17\x2d\xba\xf2\x5a\xdc\xc2\x03\xae\xdf\xf5\xea\xe2\x8e\xda\xb1\x3a\xbf\xd5\xc7\xf8\x0b\xae\xef\xbd\x8a\xd8\xd7\x2a\x14\xc8\x70\x6a\xc0\xa1\xd4\x80\xbd\x72\xbb\xda\xb2\xaf\x1d\x72\x53\xed\x35\xfb\xfb\xaf\x71\xda\x17\xb5\xc9\xbe\x76\xe0\xaf\x7a\x71\xb5\xe3\x65\x24\xdf\x45\xaf\xa2\x36\xb9\xaf\x0e\xb9\xa9\xf6\x5a\xd4\x8e\x44\x5a\xb9\xa9\x76\x3d\x6f\xef\x22\x8e\xbb\x09\x30\xd4\x89\x88\x32\xb6\x02\x0c\xdd\xc2\x03\xae\xdf\xf5\xfa\x92\xa1\xbe\xeb\x79\x7b\x5b\x0b\x89\x1f\x6b\xea\x7a\xde\xde\x16\x06\x37\x81\x87\xba\xde\xb1\x9d\x7a\x70\x28\xf5\x60\xd7\x3b\xb6\x53\x0f\x0e\xb9\xbb\x76\xac\xd7\x87\xdd\x5d\x87\xdc\x5d\x3b\x21\x54\x86\xdd\x5d\x6f\xe1\x07\x5e\x85\x8b\x1e\xd0\x4e\x76\xcc\xd7\x6f\xb5\x1a\x67\xde\xb8\x47\xed\xaa\x97\x27\x72\x0d\xa6\x5e\x45\x6f\xb2\xd0\x1d\xf2\x83\xed\xe4\xfb\xbe\xd5\x61\x9c\x71\x89\xde\xaa\xe7\x0d\x4b\x5c\x99\xd9\x0f\xa7\x24\x1c\xf2\x83\xed\x55\xf4\x56\x3d\x6f\x95\xf9\xd1\x43\xf6\x6e\x1e\x6f\xe3\x36\xdc\xc4\xf3\x9a\xe9\x1f\xbf\xd6\xde\xb4\x7f\x9b\xc7\xd5\xb8\x07\xb6\x9c\x84\x4f\xe3\xb4\x2f\xba\x6a\xa6\x93\xf0\x6b\xed\xba\xde\x3a\x53\xe1\x50\xa6\xc2\xae\x07\x6b\xbb\xaf\xde\xc2\x17\x9c\x65\x6f\x26\x07\x0c\x77\x7b\xe3\x32\xbf\xad\xcc\x94\x3b\x6a\x27\x00\xfb\xd8\xdd\xc3\x42\x69\xd9\xf5\x30\xbd\xbb\x97\x11\xa5\x65\xd7\xc3\xb4\x33\x18\x0e\xf9\xa9\x76\x02\xb0\x8f\x6d\xa5\x25\x0e\xa8\x17\x6f\xc2\xfd\x3d\xf7\xa5\xd6\x85\xeb\x1a\x48\x0a\xc2\xd4\xf5\x70\xbc\xfb\xfe\xf3\xfd\x0f\x9c\x65\xe9\x3a\xa2\x94\x43\xb0\x37\xae\xc9\xdb\xca\x46\xe5\x0a\xec\x4d\xcb\xae\x00\x45\xb7\xc0\xf7\xcb\xdf\x8b\x9c\xb1\xac\xed\x64\x90\x1c\x7b\x98\x3b\x0f\xb8\x73\xd7\xb2\x5b\x09\xb9\x07\x37\x0a\x0c\xb9\x6f\x75\x19\x7f\xc0\x99\xe7\xe1\x43\x8a\x58\xab\xbd\x8b\xfd\x0c\x1f\x3a\x03\xb6\x24\x3d\xcb\x1e\x3e\x5c\x06\x57\x04\x0c\xb9\x07\xa9\x03\x29\xbc\xe0\x7c\x3f\x3d\x5e\x94\x8a\xbd\x63\xbc\xb3\xad\x35\x24\x9b\xe0\xc5\xff\xc2\xce\xfe\x7e\xad\xdd\x84\x41\x6e\xd7\x7b\xf3\x9e\x7a\x12\x91\x5b\x6a\xd7\xbb\xf2\x9e\xa6\x5e\x0c\x75\x3b\x76\xdb\x63\x4f\x2f\xb3\x64\x54\x09\x85\xce\x31\x38\x94\x63\xb0\x63\xb7\x3d\xec\xaf\x7a\x0b\x7c\x2f\x32\x52\x7a\x8e\xa1\x1c\x83\x5d\xef\xcd\x7b\x7a\xf9\x89\xfd\xda\x31\xc4\x1e\x7b\xf9\x10\x96\x8c\xda\xc5\x55\x96\xa7\x43\xc2\xa8\xde\x9b\xf7\xf2\x78\x09\xf2\xda\x31\xac\xbe\xd5\x6c\x9c\xf6\x51\xae\xee\xe5\xf1\xae\xad\xef\xd9\x06\x56\x5a\x92\x3c\x30\xf5\x2e\xee\x21\xcb\xdb\x5b\x88\x65\x1b\x3a\xad\x96\x97\x9f\x00\x46\x9d\x08\x22\xc3\x39\x03\x07\x39\x03\xc7\xc7\xc3\xf2\x6e\x25\x65\x60\x1f\xba\x48\x59\x48\xdd\x9b\xdd\x37\x74\x58\x6d\x53\xb5\x84\x51\xec\xa7\x87\x53\x09\xde\x42\x05\x1f\xc2\xdd\x0e\xb2\xf7\x10\xf7\xd8\x5e\x2e\x0c\x6f\xfb\xd0\x61\x65\xa1\x53\x7e\x9e\x7d\xe8\xae\xb3\xbd\x2c\x9b\x8b\xe3\x10\x99\x58\xa9\x88\xc3\xe7\xc5\x9b\xf0\x63\x9c\x71\x21\x85\xd9\xcf\x73\x90\x6b\x30\xf5\x21\xee\x77\x7c\x08\x13\x5f\xa8\x0f\x1d\x3e\xc7\x17\x47\xe2\x0b\x75\x3d\x5b\x6f\x6b\x15\xb7\x84\xce\x81\xa9\xce\x3e\x1e\xd7\x81\x0c\x87\x2e\x3b\xc7\x87\xc6\x81\x0b\x0d\x91\xc9\x31\x17\x3a\x70\x57\x0c\xa5\xc7\x3e\xe6\xae\x47\xe3\x15\x17\x3a\x1e\x2f\xd9\xf0\xbb\xde\xb3\xf7\xf1\x78\xc9\x86\xdf\x87\xb8\xd3\xd7\xe3\x25\x90\x50\x1f\x3a\x94\xbe\xbe\x58\x87\x3e\x72\x64\x75\xff\xeb\x69\xc0\x4e\xb7\x4f\x31\xa7\xaf\xa9\x96\x38\x42\x7d\x8a\x09\x7d\xcd\xb4\x24\xd4\x12\xc9\xe4\x56\xdd\x0e\xd3\x33\xc5\x9c\xbe\x9e\x9e\x2f\x67\xaa\x1e\xbe\xb7\xb5\x8d\x1b\x6d\x63\x27\x16\xe4\xad\x56\xe3\xc1\xcc\xf4\x20\x6e\xf7\xcf\x81\xbf\x67\xea\x53\x77\x20\xb9\x73\xde\x02\xfd\x47\xb6\xdf\x3f\xdf\x65\xd1\x12\xf6\xa9\xbb\xce\xcf\xbb\x8b\x90\xb0\x7d\x8a\x9b\xfc\x7c\x68\xfc\xe0\x1a\x53\xdc\xe4\xe7\x7e\xfe\xd4\x4f\xdd\x89\xad\x55\xdc\x68\x15\x3b\x21\x51\xc6\x56\x48\xd8\x81\x5f\x67\xea\x53\x77\x14\x8b\xa1\xfb\x51\xff\x75\x57\xb6\x18\xba\x49\x53\xdf\xb1\x93\x1e\xf6\xf3\xbc\x05\xfa\x2f\xf2\x79\x7c\x47\x7c\xb4\x2e\xbc\x01\xed\xc7\xdc\x04\xcb\xda\x3e\x45\x3e\x8f\xe7\x01\xcf\xcd\x4e\xa0\xef\xb1\x2d\x87\xe2\xaa\x99\xfa\xc4\x42\x68\x3f\xdb\xfd\xb9\xf4\x3b\x8a\x24\x12\x8b\xa7\x78\x6a\xde\xcf\xd5\xbc\xaf\x3a\x0f\xcc\x87\x88\x2b\xb7\xda\x8c\xb3\x8c\x62\x62\x8f\xcf\x24\x94\x8a\x7d\xa9\xfd\xd7\x77\x05\x22\xd7\xf6\xa5\x2b\xf7\xeb\xe5\xc5\x80\xb6\xeb\xbd\xdd\x89\x10\x6f\x61\x82\xeb\x7b\x1f\x16\x64\x0f\xe9\x2b\xfb\x7b\xf5\x1f\x87\xce\xbe\x74\x16\xca\x50\xf6\x16\xf8\x5d\x9d\x85\xaf\x45\x9e\x08\x6c\x34\x8a\x9b\xf7\xa6\x26\xcc\x51\xd7\x33\xfc\x7e\xbd\xa9\xb1\x9f\xed\x4b\x72\xdf\x6b\xea\x21\xa9\x48\x5f\x92\xfb\x2c\x15\xe3\x08\x7a\x71\xb5\x6f\x9e\xfd\x22\x39\x2d\x6e\xee\x47\xe1\x8f\x6e\x81\xef\xa1\xda\xa3\x24\xf8\xb7\x10\xd4\x43\x1c\xf2\x71\x94\x25\xe4\x16\x1a\xb8\xbe\x17\x73\x3b\x1f\x76\x29\xf6\xd4\xe3\xd8\x7e\xf6\x10\xd0\xb6\xeb\xbd\xdd\xf9\x1d\x6f\x61\x81\x57\xe1\x5f\xe1\x2c\x2f\x11\x5a\x86\x1d\x46\x87\x1c\x46\xfb\xe2\x75\xe0\x28\xeb\xc7\x38\x12\x5c\x89\xc4\x72\xab\x8f\xf0\xa0\xda\x81\x5d\xf3\x20\xed\x22\x85\x27\x70\xa4\xfa\x93\xc4\x4d\xe4\x00\x3a\xf4\x8e\x6d\x07\xd0\x81\xc7\x67\x1a\x1f\x0e\x2f\x1c\x3c\xa3\x10\x12\xcc\x90\x9d\xf2\x49\xc7\xdf\xc7\xd5\x68\x90\xff\x72\x90\xa6\x91\xc2\x1b\x38\xeb\x75\x2c\xa1\x1e\xec\x58\xc7\x07\x2e\x63\x0f\xd0\x71\x90\x44\x87\xec\x91\x49\xc7\x48\xa1\x06\xae\x75\x51\x20\xa5\x5b\x60\xbc\x4d\xdf\x6f\xb7\xbf\xe9\x27\xdc\xe4\x28\x12\xed\x2d\xac\xc0\xfb\xdf\xd8\x79\x9d\x2c\x72\x3c\xe4\xbc\xf7\xd9\x6f\xc7\xd1\x21\xc7\xd1\x21\x73\x65\x3b\x8e\xde\x02\xc3\x83\x09\x9d\x7c\x3c\xbc\x43\x77\xb5\xcc\x59\x4c\xee\x44\x1a\x90\x21\x39\xde\xf9\x1d\x6f\x81\x51\x73\xb4\x39\x8f\xe3\xc0\xb1\x74\x14\x2e\x46\xa7\x78\xf1\x8b\x26\x89\x27\x26\xa7\x71\xbc\x05\x7e\x95\x13\xec\x14\x2f\x3e\x62\xed\x20\x5e\xca\xad\x2e\xe3\x41\x2c\x24\xc1\x1c\xa7\xb8\x97\x11\x56\x29\x0d\xe2\xa2\x8c\xa3\x78\xb7\x03\x8f\xcf\x95\xb5\x66\xd5\xdd\xc1\xf6\x75\x24\x4e\xa4\x63\xdb\xd7\x83\x74\x39\x08\xa3\x32\x8e\x55\x93\x38\x76\x5e\x1c\x5a\xa9\xe2\xac\xa7\xd2\x4d\xd9\x1e\xdb\xcf\x73\x90\x3f\x31\x0d\x82\x79\x0f\xfb\x79\xde\x02\xdd\x17\xcd\x55\x2f\x0a\xfe\x9c\x23\x15\xb5\x73\xfc\xbb\x87\xef\x39\xd9\x4e\xf3\xb0\x48\x60\x3f\x64\xab\xec\xf4\x88\xb7\xf0\x0d\x5c\xbc\xc0\x36\xae\x27\x72\x71\xa4\x91\x44\x0c\x16\x0b\xe5\xff\x39\xf4\xdc\x7c\x2c\x16\xca\xcf\x73\xe8\xb9\xf9\xd8\xf6\x15\x87\xcf\x34\x92\x56\xdd\xb6\xaf\x38\x7c\x5e\x3c\x0b\xdf\xc6\x99\x37\xa4\xec\x63\x15\x24\xf9\x13\xd3\x48\xe2\x11\xdd\x7b\x0c\x55\xe3\xd0\x7b\xf3\xb1\x58\x78\x3a\xeb\x92\xc5\x3b\x94\xd8\xfe\x16\x0e\x78\x15\xae\x7e\x76\xf6\x98\x6c\x92\x4f\x37\xef\x43\x8c\x1c\xd2\xf4\x9f\x2e\x5e\x7f\x50\x59\x0e\x82\x6d\x8f\xd3\xcd\x3b\xd0\x4d\x0e\xd2\x53\x0e\xa7\x53\x1c\x72\xc4\x1c\x7a\x68\x3e\x43\x5a\x03\xf2\x2a\xa6\x41\xb0\xed\x61\x07\xcd\x5b\x58\xe0\x6e\x47\xf4\x80\x18\x39\xb2\xe8\x41\x61\x8a\x6e\x81\x76\x74\x36\xd8\x66\x55\x0e\x9a\x43\x0f\xd0\x67\x78\x5c\x43\xe3\xe2\x42\x7c\x14\xe7\xf6\x16\x98\x9f\xa6\x76\xf4\x9a\x71\x06\x74\x98\xc5\xb3\x86\x2e\xa0\xe4\x5b\xbc\xb8\xda\xf1\xf6\x42\x8c\x1c\xb2\x91\xb6\xe3\xe6\x2d\x30\x3f\x88\xe5\x67\x7a\x5c\xe8\x26\x47\xc6\xee\xc3\x8e\x9b\xb7\xc0\x3c\x73\xd3\x39\xd3\x3c\x11\xf9\x6e\x90\x16\x73\x1c\xcb\x77\x67\xb2\xbf\x64\xdb\xec\xb4\x8c\x43\x69\x19\x47\x16\xfd\x58\xee\x53\x5a\xc6\xa1\x97\xe9\xb3\xcc\xad\x16\xdc\x8a\xc0\x27\xb7\xaa\x76\x30\x32\x1d\x85\xab\xc8\x51\x4e\xf8\x81\x2b\x65\x1a\x45\xfc\x41\x81\x68\x87\x3c\x28\x87\xde\x8e\xcf\x32\xbd\xa1\x6c\x1c\x45\x67\x8f\xe5\xbb\x83\x7c\x37\x8a\xce\x1e\xcb\x71\x87\x64\x1d\xa3\x14\x7d\xef\x7d\x84\x91\xe9\x28\xe2\x03\xcb\xfb\x88\x40\x41\x43\x8f\xc1\xf6\xb8\x1c\x24\x62\xbc\x78\x17\x5e\x8c\x0f\x70\xda\xb1\x35\xe9\xd9\xec\xa3\xa2\x33\xc9\x82\xdc\xd9\xac\x4b\xd1\xfa\x6e\xf3\x3d\xac\x49\x87\x5e\x83\xed\x41\x39\xf0\xa0\xec\xe9\x23\x58\x72\xca\x21\xf5\xfb\xd0\x23\xb1\xd3\x2f\xde\x42\x8e\xcf\xa7\xe0\x63\xf8\x7b\x61\x9e\xbc\xce\x31\x31\x84\xb8\x65\x0d\x21\xce\x8e\x14\xde\x0b\x67\x7d\xed\xa9\x8c\xd8\x3b\xd6\x0f\xda\xb7\x71\x90\x3a\xb1\x9b\x31\x7f\x7d\xb9\x0a\x11\xa9\x27\xed\x4f\x6b\xf5\xf0\x6c\xec\xe4\x58\xb8\xb5\x63\x38\x3a\xa8\x55\xfa\x9a\xcb\x86\xe0\xd4\x13\x52\xac\x93\x25\xde\xc2\xb8\xb0\xd6\xc2\x2a\xbd\xf3\xbd\x9b\xae\x27\x6d\x35\x0b\x45\x27\x4c\x2d\xbb\x39\xf5\xd7\x53\x88\x42\xef\xcf\x79\x6b\x99\x88\x94\x89\x69\x10\x31\xfc\x56\xab\xf1\x76\x45\x3d\x44\x10\xbb\x34\x0e\x25\x50\x1c\xb2\xe6\xb6\x8f\xe2\x90\x8f\xe2\xd0\xb3\x39\x2e\x88\x14\x58\xe8\xa5\x9f\x35\x01\x63\x68\x39\xaa\x56\xfa\xe7\x5b\x07\x22\xd4\xd0\xb3\xb9\x7d\x11\x87\x7c\x11\x47\x15\xe3\xb5\x42\x0f\xa7\xc4\x8b\xd3\x9f\xc7\x1b\x13\x51\x69\xc8\xfa\xdb\x3e\x87\x83\x54\x89\x17\x67\x8e\x1f\x33\xc6\x87\x8d\x59\xb5\x52\x8f\xfb\xff\xc0\x18\xab\xd6\x44\x4e\x85\x43\x4e\x85\x83\xa0\x2c\xc3\xce\x83\xb7\xf0\x80\xff\x45\xe2\xc6\x61\xdf\xc2\x81\x6f\xe1\x1f\xfa\x7e\x24\x20\xe2\x4b\x98\x86\x1e\xc9\xed\x42\x38\x94\x6f\x71\x54\x2d\xb2\x25\x20\x7c\x09\xd3\xd0\xa3\xf7\x79\xbd\x6a\x2f\xc7\x84\x1e\xbd\xcf\xeb\xd9\x20\x74\xcd\x20\xed\xe8\xb0\x0b\xe1\x90\x0b\xe1\xa8\xba\xb2\xbf\xde\xce\x2f\xab\xa9\xc7\x70\xbb\x0a\xde\x02\xbf\xab\x63\xda\xa2\x0e\x09\x13\x2f\xde\x84\x6f\xe3\xac\x9a\xd8\xb2\x45\x9a\x43\x48\x9b\x51\xc5\x7e\x5f\x5f\x57\x5e\x88\x97\xf8\xe0\xd3\xae\x82\xb7\x10\xec\xa5\x05\x15\xcd\x29\x85\xde\x2d\xbc\xe0\x03\x9c\x63\xee\x16\x62\xde\xb0\xea\xbe\xd5\x9f\x71\xbe\x4f\x6a\x07\x2a\x9d\x4a\x70\x38\x5a\x52\x3b\x88\x0a\xb7\x70\x05\x5c\x6e\x73\x13\x07\xc1\x28\x70\x4a\x34\xe3\x48\x34\x53\xf9\x0d\x47\x8b\x5b\xde\xb4\xe7\xdf\x2d\x24\xf0\x25\xbc\x1a\x8f\x53\xb7\x95\x24\x7c\x18\x5f\xe0\x45\xb8\x86\x9b\x58\x46\xac\xc0\xa7\xf3\x18\xde\x42\x4c\x33\xd6\xde\xd3\x1e\x7e\x73\x4a\xd2\xe1\x51\xfd\x56\xfd\x3d\xc4\x8b\x95\xf6\x9c\x8a\x5d\x73\x0b\xb1\x09\x88\xb5\x32\xed\xb1\x37\x95\x98\x70\x60\x8d\x3d\xa7\x62\xd7\xcc\x49\x8c\x9a\xd1\x82\xac\x6e\xb5\x1a\x67\x5c\x43\xdf\x23\xa1\xdc\x02\xfd\x09\xf2\x99\x53\xba\xb2\x29\x4f\xbb\x81\x35\xf6\xad\x4e\xe3\xcc\xc3\xa2\xfd\xe2\xf9\x29\x30\x27\xd2\x8d\xde\xaa\xc6\x5b\xf4\xbb\x22\x9f\xe2\x79\x20\xd7\xfb\xe8\x22\x13\x25\x02\x9c\xf2\xa8\x1b\xfd\xa3\xef\xb7\xdb\xbf\xf4\xdb\xb1\xf1\x9f\x76\x90\x9b\x72\x90\x1b\x5d\x54\x52\xbd\xbc\xa4\x68\x1f\x18\x69\xdf\x6a\x31\x1e\x54\xd5\x45\x26\xd5\xdd\xc7\xa1\x6e\x60\xbc\x3d\xed\x50\x37\x95\x37\x70\x74\x91\x4f\xf5\x34\x87\xd4\xd1\x89\xd4\x33\xa7\x62\xc7\x4c\xf2\x04\xa6\x41\x14\xf0\x5b\xd5\x68\x49\xb9\x3e\x88\xa5\x72\xab\x6e\x86\x55\xe7\xcd\x7c\x92\x15\x90\x42\x03\x57\xfb\xa6\x06\xcc\x20\x07\xaa\xa0\x69\x7f\xba\x5b\xe0\x7b\x51\x4f\x5b\x1a\x16\xe6\x8b\x03\x5b\xec\x5b\x5d\xc6\x63\x36\x5b\x15\x7c\x0c\x33\x9b\x22\x9e\xe6\x45\x41\xd3\x34\x08\xde\x3d\xa7\x02\x9f\xde\x02\x8b\x25\xe2\x69\x26\x1e\xdc\xe6\x06\x4f\xe6\x13\x6f\x39\x0a\xbf\xf8\x59\x16\xa5\x7b\x51\xfa\xd4\xe7\x53\xf8\x31\xce\xec\x88\xa6\xfa\xd2\xcf\x12\xe0\x74\x74\xd1\x94\x92\xf4\xdd\x42\x74\x7f\x7c\xa0\x71\x79\xbb\xdd\x42\x06\x57\xfb\xbb\x1a\x8f\x59\x23\x44\xc9\x9c\xdd\x7b\xb1\x73\x93\x1b\x62\x49\x52\x34\xdd\x42\xd0\xfe\x10\xf1\x0c\xf3\x0c\x14\x4d\x83\x90\x23\x73\x0e\x13\x15\x8a\xa6\x31\x44\x0d\xca\x84\x71\x0b\x03\xbc\x0a\x3f\xc6\x63\xbc\x3c\x99\x4f\x7b\xa9\x4d\x25\xe9\x1b\x43\x3c\x63\xb8\xff\x04\x32\x1d\x84\x16\xb9\x55\xcd\xc3\x50\xff\xb5\xbc\xc3\x54\x15\x91\x4b\xab\x59\xd2\xf0\x6a\x0d\x0d\x4b\xcb\x32\xcd\x62\xe6\x65\x31\xa3\xa8\x97\x92\x03\x6e\xe1\xf7\xdf\x7f\x97\xd2\x8a\xe0\xc7\x30\x93\x2f\x52\x93\xba\x68\xca\x07\x6d\x8c\x01\x8d\x4c\x0f\x6a\xde\x8d\x3e\x30\x91\xb8\xb5\x6a\x98\xb9\x99\xcc\xd9\x74\xdf\x43\xdd\xa3\xcb\xef\x24\xaf\x1f\x85\x1f\x9f\x83\x2f\x6f\x08\x82\x8f\x0e\x5e\xd7\x6f\xb5\x19\x67\xca\x56\x13\xfe\x35\xce\xd4\x8b\xa4\x96\x97\x8a\x20\xa3\x83\xfc\x9a\xb7\x7a\x8c\xc7\xf7\x53\xa4\x23\x0b\xc5\x89\xeb\xda\xc5\xab\xf0\x65\x3c\x66\x81\xf0\x24\xb7\xea\xdf\xe5\x34\x9e\xe2\x6b\xcb\x6b\xb2\x60\xbf\xd8\x8f\x4f\x7b\xa6\x4d\x79\xa6\x8d\x99\x21\x85\xed\xf1\x4a\x68\x98\x3a\xce\xb6\xc7\x2b\xa1\x61\x8a\xf1\x48\xfb\x73\x0b\xb4\x2f\x06\xb6\x7d\x4a\xa3\xfd\x19\xe4\xd7\x9c\x73\x9b\x03\x6c\x8d\xab\xb2\xb5\xb6\xfb\xb9\xd5\xcf\xf6\xf9\xe7\x3b\xd7\x9c\x67\xaa\x39\x94\x3a\x83\x40\xe5\xd3\x2e\x64\xb7\xa0\xe6\xa6\xf0\x63\xfc\xfb\xdf\x7f\xcb\x3d\x7d\xce\x63\x36\x86\x81\xe1\x98\x3a\x1c\x65\x48\x38\x71\x0d\xbb\xf8\x10\xfe\x35\xce\xaa\x89\xbf\x1d\xf3\xb1\x03\x1f\x23\xe8\xce\xb4\x07\xd9\x94\x07\xd9\x98\x3a\x34\x8f\xa9\x0e\x57\xb1\x31\x45\xa4\x0a\x9a\x32\xf1\x0d\xbb\x38\xd4\xf5\x35\xc3\x42\x19\x33\x08\x76\x72\xab\xd5\x78\xbb\xc3\x2a\x43\xf0\x34\x1c\x1b\x72\xae\x2c\x5c\xa7\x05\x21\x3a\xc7\x14\x3f\xfc\x9a\xb8\xbe\x0c\x17\xe3\xf8\x39\x65\x48\x78\x0b\xd1\xcd\xa5\x2b\xd7\xcf\x1b\x9b\x50\x9c\x63\x89\x48\x7f\xe6\x63\xc4\x52\x19\x18\xc1\xdf\xea\x36\xfe\x80\xd3\xfd\x9f\xb7\x36\x96\x84\x63\xe9\x70\xfc\x79\x73\x84\x49\xa1\x9c\xf4\xe7\xfc\xf9\xb0\x8b\x4c\xed\xf2\x95\x9f\xe4\xf0\xa3\x10\xa3\x5a\x22\xd1\x9f\x6f\x6e\x3f\x6e\x6e\x4b\x1c\xe2\xe7\x23\xff\xa7\x51\x55\x46\xf5\x78\x0b\x48\xec\x58\xfa\xd9\xc7\x5c\xf8\x81\x0b\x2f\xb1\x8e\xc7\x34\x85\x3f\xd8\xc0\x64\x7e\xda\x1f\x6c\x4e\x22\x74\x8e\x25\x06\xf7\x78\xb1\xf0\x07\x1b\x4b\x34\xfb\x98\x08\xf1\x07\x1b\x4b\xec\xf3\xf1\x05\x96\x18\x27\x83\x64\x9f\xd3\xfe\x5d\xb7\x40\xff\xc5\x28\x1f\x73\xb8\x70\xf4\x6a\x49\x34\xf8\x78\xb8\x8f\x86\x2b\xfc\xf5\x16\x92\xbc\xb1\x44\x9b\x32\x14\xbc\x05\x16\x45\xb4\xf9\xfa\xc6\xf2\x6a\x11\x27\xc3\x7a\xcd\xe1\x5e\x68\x73\x89\x66\x5f\x0f\xeb\x85\x13\x2c\x71\xd0\xd7\x9c\x40\xf2\xc6\x12\x07\x7d\x7d\x91\x94\xbc\x41\x0e\xd0\xe9\x5c\x81\x13\x3f\xaf\x34\x51\x11\x4c\xbb\x77\xdd\xc2\x00\x57\x3b\xbe\x60\x86\x85\x61\xcb\xda\xea\xaf\x6f\x3e\xd8\x1b\xce\xcf\x1f\xfc\x31\xfe\x82\xc7\xb0\x96\x34\x2b\xb7\xb0\xc0\x27\xb8\xb6\xe2\x22\x32\xc9\xfc\x70\x86\xe3\x04\x46\xe1\x80\x0f\xe1\x8f\xf0\x60\x7c\x13\x8b\xf9\xb9\xa4\x71\x99\xa4\x10\x54\x54\xe2\xb9\x14\xb0\xe4\x16\x68\x06\x71\x60\x7d\x44\xfb\x0b\xf1\x64\x7e\x20\xe6\xa5\x3c\x14\xb7\x50\x03\xaf\xea\x3e\xe6\xa1\x13\x2f\xb2\x8b\xab\x9d\xe3\xf6\x0f\xed\x57\xfd\xee\x71\x37\x35\x0d\x8d\x61\x59\xcc\x59\x88\x33\x13\x45\xc6\xad\x0e\xe3\x13\x7c\x09\xdf\xc2\x17\xfd\xec\x6a\x47\xe7\xc5\x0a\x93\xc4\x8b\x4f\xe1\x1a\x57\x78\xa3\xa5\xf9\x19\x6a\x7f\xbb\xfd\x4d\xfb\x43\xed\xeb\xfc\x52\xaa\xc0\x49\xe0\x93\x69\xe7\xb1\xa9\x54\x81\x13\x93\xf6\x5b\x2d\xc6\xf9\x5d\x58\xde\xca\xee\x7f\x28\x74\x1a\x6f\xb8\xb7\xf6\x0a\x0e\xe9\x67\xa6\x0f\xab\xa5\x08\x9d\xb7\xd0\xc1\xd5\x8c\x8e\x3b\x39\x9b\x4d\x42\xb5\xcf\x95\x3d\xac\xcc\xb0\x08\xd5\x3e\xf1\x3d\xa3\x10\xc4\x9c\x44\x6d\xf9\xb8\xfb\xa1\xa7\x9a\xc4\x31\xb9\x55\xff\x2e\xcb\x88\x45\xfb\x5c\xd2\xb4\xdc\x42\x50\x15\x8f\x53\xb7\xda\x8c\x4f\xf0\x2e\xfc\x31\x1e\xd3\x96\xe0\x79\xab\x88\x27\xe1\x0f\x76\x71\xb5\xa3\x7b\xff\x8a\xc0\x25\x17\x57\x3b\xba\x74\x2d\x2c\x0e\x67\x12\x39\x58\xba\x52\xea\xc2\x49\x8c\xf5\xb9\xca\xf1\xf7\x90\x1b\xa6\xee\xd3\xee\x61\x53\x6e\x60\x53\xcc\x6a\x59\x2c\x22\xc7\x60\x9a\x98\xa8\xdf\x6a\x33\xce\xfc\xc3\x4c\x56\xd5\x49\xb7\x48\xb3\x3e\xd1\x19\xdc\xea\x31\xfe\x03\x6f\xe0\xde\x75\xc4\x25\x99\x59\xeb\x5b\xdd\x7f\x74\x33\x33\x7f\xd4\x4f\xdd\x84\x17\xe9\xd4\x27\xb6\xeb\xb7\xfa\x07\x8f\xf9\xcc\x89\xf6\x9b\x4e\xc0\x85\x1c\x35\x33\x27\xdd\x52\x86\x8a\x49\x72\xc1\x34\x33\xd7\xb4\xd5\x4c\x6f\xc4\x25\x99\xc4\x3d\xb9\xd5\x6d\x9c\xef\xc5\x35\xa4\xb3\x99\x72\x1b\x9b\x59\xeb\xae\xb4\xe9\x13\x3f\xb1\x8b\x4f\xe1\xfe\xdd\x30\x36\x99\x59\xeb\xde\x3c\x2e\xdc\xc6\x66\xae\x7f\x61\xd2\x75\xbf\xf6\xcf\x68\x3a\xc4\x3d\x2c\x97\xad\x90\xcb\xd2\xcc\xe2\x1e\xdd\xcb\x8c\x05\xe0\xc4\xa8\x7d\x3a\xe5\xe0\x94\xf7\xd8\xcc\xe2\x12\x16\xcc\x16\x19\x29\x26\x2f\x97\xb7\xda\x8c\xb3\x3c\x3c\x56\x38\x45\xe1\x54\x8a\xc2\x89\x51\xfb\x5c\x7d\xfb\x77\x61\xba\x59\xe4\x65\xc1\x6c\x61\x01\x38\x33\x67\x9b\x53\x17\x4e\xa5\x2e\x9c\x99\xb3\x0d\x2f\x33\x0a\x2c\x33\x8f\x15\x6b\x78\xfb\x21\x98\x4d\x62\xac\x4f\x32\x16\x52\x88\xe9\xc6\xa8\x7d\x2e\x65\x9e\xb8\x85\x0c\xae\xef\x57\x37\x7e\xc0\x97\x70\x2d\x0f\xb1\x35\x67\x11\x79\x8d\xed\xef\xe1\x8a\x45\x87\xcf\xf0\xb8\x70\x37\x9b\x85\xdb\xfe\x92\xea\x66\xca\xdd\x6c\x4a\x04\x5b\xc3\xeb\x85\x5b\xd9\x2c\x62\x13\xd3\xeb\x35\x59\x2f\x09\x55\x6b\xfa\x30\xc4\x02\x70\x16\x9d\x32\x16\xe5\x48\x4a\x78\x71\xb5\xe3\x75\x9c\xb0\x95\x22\x7a\x98\x66\x2b\x98\xf8\xcd\xd2\x9a\xf0\x63\xfc\x07\x3e\x85\x8b\xdc\x27\xe4\x5e\x44\x27\x53\x57\xa3\x85\x0a\x68\x16\xd1\xc9\xdc\xdb\x38\xf3\xdf\xd5\x7f\x93\x3b\xee\x69\xb3\x88\x4e\xa6\x2e\xb8\x6b\x6a\x1e\x78\x67\x58\x96\xfe\xd6\xd2\x3a\x8a\x0d\x2d\x8f\x0b\x7f\xb3\x59\x90\xf2\xd6\xf2\x3a\xa2\x1a\x9a\xa4\xd6\x9c\xf6\x37\x9b\xf2\x37\x9b\x55\xc7\xc3\x72\xff\x17\xfd\xaf\x5a\xf7\x25\xb9\x63\x21\xe5\xcd\xaa\xe3\x61\xe9\x71\x72\x91\x62\x62\x62\x60\x7e\xab\xee\x0f\xeb\x5b\xc5\x6e\xb6\x4f\x3d\x02\x87\xcc\xaa\xe3\x64\xfb\x18\x40\xd5\x33\x31\x18\xbf\xd5\x6e\xfc\x80\xab\x1d\xd3\xe1\x86\xdd\x13\x0f\x65\xda\x81\x6c\x2a\x87\xe0\xac\x5c\x7d\xd7\xf6\x2d\x85\x60\x99\xb3\xea\x78\xd8\xee\x27\x01\x42\x66\xd5\xba\x6f\xd3\x27\xb6\x7c\x93\xb7\xf0\x69\xc7\xb2\x5b\x88\x7d\x57\x3b\xed\x1f\x09\x1e\xca\x15\x38\x09\x70\x32\xd7\x31\x1d\x1e\xd8\x2b\x6f\xe1\x73\x1d\xaf\xd7\x61\xbd\xaa\xd6\xfd\x98\x9f\x1c\x2e\x71\x55\xfc\x41\x8e\x65\x53\x8e\x65\x93\xc0\x27\x73\x1d\xaf\xe3\x61\x3f\x56\xf1\x8d\xe3\x79\x20\x59\xe0\xac\xa2\x9f\x63\x3a\xc4\xc6\x6f\xd6\xa9\x76\xcc\x67\x42\x60\x94\x46\x7c\xda\x3f\x6d\xca\x3f\x6d\xd6\x65\xfc\x18\xa7\x3b\x3a\xc5\xbe\x3e\x65\x88\xc5\x39\x9b\x4e\xb1\xaf\x4f\x99\x2f\x64\xdb\x74\x8a\x7d\xbd\xec\xa4\x78\x98\x4d\xb7\x97\xaf\xb7\x17\x91\x43\xa6\x9e\xce\xd7\xd7\x6c\x86\x08\x21\x93\x40\x29\xd3\x8e\x68\xb7\xf0\x03\x5f\xc2\xdd\x0e\xe4\xd9\x74\x9b\xfa\x7a\xd9\x89\x1c\x32\xf5\x76\xbe\xbe\x1e\x2f\xa9\x1f\x66\xd3\x5d\xf9\xab\xab\xfb\xfa\x86\xc4\x36\xf5\xa6\xbe\xbe\x66\x57\x44\x1a\x99\x0d\x09\x6f\xfd\xbc\x4d\x71\x68\x9b\x4d\xec\xcd\xf2\xa6\x72\x08\xce\xa6\x53\xef\xe7\xd3\xf6\x07\xf9\xeb\x01\x6b\xfd\x7c\xda\x62\x2b\x38\x9b\xd8\xd5\xcf\xb7\x9d\x1f\xe4\xaf\x37\xf5\xf5\xf3\x6d\xe1\xa7\x79\xd0\xe5\xf7\xe7\xe5\xfd\x69\xbc\x5d\xdf\xfb\xd2\xfd\xd3\xb8\x44\x86\x3f\xb3\x9f\x10\x49\x87\x2f\x11\x16\x44\x71\x5d\xbb\x9f\x1b\xef\xc6\x07\xf8\x10\xbe\x8c\xab\xf9\x25\x5c\xcb\xfe\x68\xb8\x22\x37\x0b\xa2\x8b\xd8\x9d\xb3\xe9\x0e\xfd\xf8\x32\x85\x27\xdb\xd4\xd3\xfc\x7a\x4c\xfd\x04\x20\x99\x4d\xa7\x9d\x05\xd4\xf5\x70\xe9\x20\xb0\xca\xad\xba\x3f\x70\xb1\xae\x53\xf0\xf1\x25\x17\x57\xb6\xd9\x75\x0a\x3e\x96\x55\x08\x40\x32\xb1\x6b\xbf\x55\xf7\x1f\x2e\xd0\x35\x3f\xaf\xb9\x00\xb6\x82\x53\x6f\xf6\x78\xb6\x51\x88\xfe\xeb\x0d\x7e\xbd\x5e\x76\x6c\x08\xa7\xde\xe0\xd7\xeb\x79\x20\xa8\xe6\xec\x22\xc3\xd7\x5c\xe0\x85\x1c\xba\xc8\xea\x35\x39\xbc\x90\x43\xd7\x25\xcb\x92\xeb\x22\x29\xc4\xec\x22\xb7\xd7\xe3\x25\x30\xc9\xc4\x70\xfd\x56\x8b\xf1\x06\xfe\x17\x79\xb2\xef\xd7\xc3\x7f\x16\xbb\x52\x6f\xf7\x38\xd0\x51\x60\xd8\x30\xd7\xad\x38\x27\xb7\x40\x77\x39\x54\xb7\x15\x6f\x5b\x92\x2d\x81\xca\xe7\x56\x9c\x93\x5b\x60\xd8\x5d\xed\x2c\x7f\xaf\x69\x1a\xfa\x5e\xd3\x44\x4e\xc5\x8b\x77\x70\xdd\xb1\xb7\x44\xd5\x0e\xb3\xdc\x8a\xb9\x39\x71\x86\x4b\x93\xb8\x2b\xb7\xea\xf6\x35\xae\xa5\x76\xb4\x3b\xb6\x44\x52\xbd\xd2\xdb\x39\xee\x16\x62\xf9\x09\x24\x7e\xab\xc3\xf8\x02\x6f\xc2\x1f\xe1\x6c\x03\xec\xe3\x6f\xb5\x19\x8f\x6d\x30\x78\xc5\xb2\x17\xdc\xdc\x12\x49\x47\xd2\xf7\x5a\x66\x79\xc1\xcd\x91\xf5\xbb\x1e\x17\x5e\x70\x53\xaf\xf7\xdb\x9a\xb7\x8d\xe6\x6d\x62\xf0\x3e\xb7\x62\x62\x4e\xb2\x33\x5e\x7c\x0a\x5f\xc6\x63\x9e\x47\xfd\x08\x57\x7f\x88\x89\x39\xf5\xaa\xbf\x65\x63\x78\x0b\x0d\x7c\x08\x1f\xc6\x83\xfb\x8d\xa6\x76\x74\x59\x56\xb2\xc6\x39\x44\x27\x59\x87\x18\xee\x70\x69\x0e\x2e\x59\xf6\x82\x9b\x1b\x63\xc1\xa9\x07\x79\x72\x34\x52\x60\xbc\x43\xdf\x8b\x7b\x6f\x8c\x05\xe7\x10\x3d\x64\xaf\x23\xa1\x4c\xa6\x5e\xe4\x9d\xc4\x71\xca\x6b\x6e\x0e\x0e\xcf\x6d\x4d\xa0\xbc\xe6\x26\x81\x5d\x6e\xf5\x18\xff\x81\xd3\x1f\x85\x38\x99\x4a\xfa\x38\xf5\x54\x6f\xaf\xb9\x5b\x60\x9e\x97\xda\x17\xb7\xc7\x7d\xee\xe2\x6a\x7f\xbb\x1d\xcd\x8f\xe8\xad\x78\xdd\xc9\x56\x31\x09\x1c\x33\xed\x4d\x77\x0b\x2f\x38\xeb\x22\xef\xb8\x5b\xe0\xfb\xa4\xef\x4d\x0f\x92\x85\xf5\xb4\xbf\x2d\x0b\x6f\x54\x8d\x93\x88\xe4\xb7\x5a\x8c\x77\xf0\x25\x7c\x1a\x0f\x3a\x9f\xb0\xb9\x6d\x55\x23\xee\x70\x17\x67\x7d\xe5\x05\x37\xe5\x05\x37\x27\x1a\xe9\x6d\x5d\x23\xc9\x20\x2f\xce\x3c\x28\x76\xe7\x2d\xc4\xba\xcc\xaa\xef\x3d\x0f\x78\xc1\x4d\x2c\xea\xe7\x96\xfd\xe2\x54\x36\xc8\x39\x11\x0a\x71\x72\xa3\x10\x74\x35\x45\x6f\x0a\xc5\x72\x0b\x7c\xcf\xa9\x6a\x2f\xb8\x49\x9a\xc7\x34\xa7\xf8\x52\xd3\x9b\xc6\x6e\x9a\x07\x2e\xfb\xbb\x79\x1e\xf0\x82\x9b\x44\x24\xbf\xd5\x61\x3c\xf6\x9d\x1e\xd7\x9d\xc5\x71\xe2\xf7\x76\x71\x7d\xbf\xfd\xbd\xc6\xb5\xfc\xfd\xcf\xf8\x03\xae\xdf\x15\x5b\xdf\x92\x9d\xa7\xe8\xa7\x99\x0f\x34\x8d\x97\xe3\x70\x5b\x38\xde\x84\x62\x99\x8b\x63\x6f\xcb\xde\xf1\x16\xa2\xff\x7a\x5d\x77\x16\xc7\x49\xde\xc6\x8b\x17\xe1\x5f\xe3\xb4\x23\x3a\xe9\xa6\x7f\xec\x20\x27\x21\x66\x6e\xd5\xed\x33\x3f\x4b\x74\xa2\x34\x8e\x73\x77\xd6\x9d\x24\xa3\xb7\x9a\x8d\xf3\x3d\xc7\xde\xee\x9e\x1f\xdc\xe9\xe6\x12\xbf\xea\x9e\x9f\xce\xfc\x10\x62\x66\xee\xee\xf9\x21\xe1\xc5\x5c\xa2\x93\xee\xf9\x91\x90\x4d\x28\xf1\xe9\xf4\x8e\xb7\x40\xfb\xe2\x57\x16\xbe\xc9\xf3\x78\x71\xda\xb7\x90\xbd\x43\xc8\xee\x95\xcb\x97\xbd\xef\x26\x69\x1e\x7b\x15\xf5\x0c\x73\xc9\xa1\x59\x10\xb5\x0d\x53\xc9\x40\x64\x23\xe2\xf8\xad\xbe\xc2\x39\xe4\x97\x4e\xc1\xe1\x59\x18\x70\xc9\x35\xf4\xbd\xa9\x7f\x68\x16\x10\x25\xf6\xf0\x2c\xa0\x43\x9d\x44\xa4\x99\x76\xca\x9b\x72\xbe\x9b\x44\x9e\x99\x76\xbe\x9b\x64\x79\xbc\x38\xc3\x52\xe4\x96\xa9\xe4\x8e\x73\x89\xda\xa6\x57\x11\xb5\xe8\x22\xc2\xcc\xdc\xd3\x5c\x0c\xab\xc9\xf5\xe1\xae\xbf\xa7\x77\x6f\xe4\xf7\xbf\xf8\x14\x7e\x8c\x7f\x03\x4f\xea\x8f\xb9\x3f\x56\x93\xeb\x23\x6e\x35\xcd\xfd\x43\xa1\x7a\xf1\x21\x7c\x18\xa7\x7d\x51\xe1\xf4\x2a\xa2\x60\x5d\x1f\x51\xe1\xf2\x6e\xc7\xbb\x6e\x7d\x74\x6a\x2e\x9f\x82\x6b\xf2\xbd\x4e\x4d\x8b\xd8\xca\xd6\xb8\x3e\xe2\x4a\xcb\xf3\xb0\x34\x0f\xd5\xdf\x7f\x8d\xd3\x0e\xa2\xeb\x5e\x5e\x5f\xbc\xee\xd6\xa7\xfe\x45\xfc\xae\x49\xce\x47\x0a\x74\x17\x55\xf9\x5e\x26\x0b\x8c\x39\x97\xde\xcd\xb7\x22\x83\x4e\x65\x77\x5c\x18\xfa\x4f\x67\x77\xfc\x9f\x8c\x9d\x4b\xce\x27\x2b\x72\xc5\xe7\x5e\x45\xed\xc0\x09\x99\x49\x12\x93\x9a\x78\x6c\xef\x01\xf2\x21\xf5\xa0\xbb\xaf\xae\xfb\xee\xdf\x0a\x7e\xe7\x94\x64\x7b\x52\x83\x52\x91\x47\x7c\xfc\x79\x04\x01\x41\x70\x88\xae\xe8\x8e\xa1\x73\x73\x47\x77\xec\x62\xe5\x85\xce\xcd\x87\xfd\xb2\x8a\xee\x18\x1b\x1e\xca\x31\xac\xec\x61\xeb\x85\xce\xd3\xcd\xd6\xeb\x62\xeb\xc5\x26\x31\x1d\x16\xa3\x65\xf9\x77\xf9\xa4\x86\x0d\xff\x31\xd4\xab\x92\x5e\xbd\x1c\xd3\x89\xe6\x98\x38\xa3\x3c\xbc\xe6\xf1\x02\x68\xf0\xa2\x4c\x77\x10\xc7\x0e\x9b\x2f\x71\x9a\x3b\x3c\xe7\x21\xf1\xc5\x26\xdd\x6a\xc3\x7f\x0c\x75\x8f\xf6\x82\xc3\xdd\x33\xd4\x3d\x58\xbc\x63\xb8\x7b\x86\xba\x27\xa8\xcf\x74\xf7\xf0\xd2\x4c\x6c\x5a\xb3\xed\x07\x1e\xf8\x81\xa3\x68\x8f\x38\xad\x0d\x20\xfd\x85\xce\xe5\x87\xa2\x70\x74\x58\x7e\x25\x4a\x71\x7e\x49\xcb\xba\x76\x9a\x38\xed\xb2\x83\x78\xe0\x20\x0e\xdd\x22\x1b\x73\x38\x3f\xb3\xa6\x68\x0d\x56\xd0\xc7\x2e\x72\x5f\x14\x49\xfb\xed\x35\x8c\xb7\x41\x43\xe7\xf5\x0e\xd6\x98\x89\x07\x5c\xf9\x3d\x8c\x38\x82\xa3\x48\xe7\xde\xde\xb3\x62\xc9\x47\xd1\x1a\x7c\x5b\xa7\xf3\xa4\x4c\x14\x89\xa7\x3d\xbe\xe3\x56\xfd\x25\x9e\xb7\x67\xfd\x32\xdd\x13\x57\x39\xae\xff\xcd\x78\x15\x89\xe1\xed\xf1\xc2\x32\x8f\x22\x31\xb4\x65\x3e\xd6\xdb\x32\x25\x0a\x6e\x1d\x07\x65\xec\xd0\xf6\x4a\xe8\x04\x64\x3c\x5e\xc3\x1e\x8d\x8b\xe4\xe7\xf1\x9e\xf5\x51\xfd\xb5\x06\xdb\x02\x1f\xbc\x1d\x13\x55\x7b\x2f\xbb\x88\xc7\x72\x11\x27\x8e\x9c\xd8\x32\x87\xb6\x97\x78\x08\x3f\x8d\x2f\x39\xa9\x1a\xf7\xc7\x6b\x12\x6f\xcd\x44\x95\xf6\xb3\xef\x58\xc1\x1a\x43\xe7\xfb\x66\xf7\x65\x62\x8d\x63\x95\x3c\xd8\x47\x3c\xf0\x11\x87\xce\xf1\x87\x7d\xc4\x8a\xe2\x18\x55\x5a\xee\xf5\xaa\x04\x8b\x2f\x2a\x1e\x7d\xb3\xf2\x3a\xac\xbc\xa3\x6b\xeb\xfb\x7a\x58\x16\xdd\xee\xe8\xda\xf9\xda\xb5\x0b\x99\xee\xf0\xc6\x45\x0f\x71\x76\xc8\x73\x47\xd7\x5c\xf9\x2c\xfb\xcb\x63\x7b\x84\xba\xf2\xb3\xe8\x2f\xc6\xdc\xe1\x5d\xcb\x67\xc9\x5f\xc6\xee\x41\x04\xf4\x3e\xf5\x18\x66\x26\x6a\xc2\x1c\x40\x4f\x85\xe7\xcf\x44\x5b\x70\x13\xfc\x09\xce\x69\x75\xf0\x68\x5d\x7e\x0d\xc3\x73\xc1\x5d\xf0\x6b\xf8\x4b\x18\xbb\x68\xda\xf5\x39\x97\x61\xa9\x88\x25\xf9\x75\x1a\x5e\x3f\x79\xa8\x26\x1a\x51\x85\x2c\x8c\xca\x6e\x62\xea\xd5\xcc\xae\x90\x85\x21\x57\xc4\xb4\x23\x53\x8c\xb5\x80\xc5\x90\x9f\x8f\x71\xca\xe1\x8c\xc7\xa1\x0c\x33\x71\x2c\x1c\xc5\x3b\xf5\x04\x4b\x26\x90\x0c\x34\xec\xf4\xfd\xce\x89\x95\x19\x95\xa3\x46\x88\x6d\x24\xc8\xdf\x95\x5f\xfb\x8c\x59\x98\x99\x35\x54\x4f\x89\x00\xc1\x0b\x13\x57\x39\xd3\xe5\xd3\xde\x1d\x0d\x68\x26\x5b\x26\x0a\xf8\x25\x7c\x37\x7e\x80\x87\xf0\x66\x7c\xcd\x64\x5e\x74\xef\x8e\x71\xd8\xa1\xba\x25\x4e\xff\xd8\x53\x3a\x2b\x2b\xca\x5e\xf5\xbb\x5a\xa7\x09\x6a\x98\xb8\xf2\xbb\xbd\xeb\x22\x69\x09\x5e\xd2\xe9\x30\xd7\x48\xbc\xe0\xf4\x83\xad\xc0\xb9\xb3\xc0\xed\x1a\x76\x5b\x7b\x93\x07\x2d\x83\xf0\xad\x7d\x2a\x34\x7f\x87\x25\x56\x82\x37\x6d\x3a\x5c\xb1\x95\x40\x23\xf0\x12\x7b\x7e\x9e\xc6\xc9\xaf\x71\xb7\x95\xa6\x60\x83\xb1\x63\xf5\xce\xc3\xfd\xb3\x6e\x80\x26\xae\xfc\x96\x87\x03\x8d\xb6\x63\x85\xcc\x43\x33\x7c\x1e\xac\x34\x7b\x57\x7e\x4b\xf3\xba\xba\xa9\xa7\x59\xfa\xb4\xf1\x33\x97\xf1\xd3\x74\xd0\x3e\x6d\xfb\xcc\xf5\x1e\xa5\x1e\x60\xe9\xa6\x7a\x65\x62\x09\xc9\x1e\xca\xee\x4e\x20\x20\x7d\xec\x2c\xab\xd3\x6e\x40\x38\x5c\x89\xd3\x09\xe7\x74\x39\x08\x9b\xfc\x19\xf3\xf4\x24\x82\xba\x15\xdc\xfc\xef\xb3\x79\x12\xe1\xe7\x0b\xde\x77\xcf\xcf\x66\x3c\xc0\x7f\xe3\xc9\xae\xcc\x2d\x59\x27\x22\x5f\x1c\xdc\xbd\x98\x76\x0f\x12\x9a\xaf\x04\xef\xe6\x74\x87\xe4\xcb\x44\x07\x3f\x85\x0f\xe3\x2f\xb8\xca\xd1\x1e\x79\x72\x9f\x33\xe4\x06\x31\x13\xac\x43\xfd\x4a\xbc\x09\x97\xec\x12\xbd\x20\x0e\x69\x20\xbd\x52\xd9\xc5\x04\x8b\x83\x55\xd7\x4c\xb0\x4c\x50\x3e\xbb\xad\xe9\xfb\x9c\x0a\xc9\x17\x72\x77\x4c\x9b\x2e\x73\x85\x2b\xd0\xcd\xff\xee\x88\x7c\x5d\x11\xf9\x82\x67\xde\xfb\xb4\xd7\x70\x2e\x1b\xe6\xfa\x55\x8a\xf4\xf8\xc4\xa2\x89\x43\x9a\xe9\x72\x6b\x2f\xb5\x56\x9a\xe9\xd2\xb9\x0f\x11\xfb\x12\x57\xf1\x9e\x79\x58\x34\x71\x5c\x2a\x67\xba\x1c\x09\x05\xc7\xcc\xe6\x87\x75\xf8\x61\xd7\x81\x19\x3e\xf5\xca\x48\x17\x3d\x2c\x0e\x09\xba\x7d\x8c\x8a\xeb\x17\xf0\x07\xba\xe3\xfa\x65\x82\x41\xc4\x09\x32\xbb\x15\xcd\xba\x20\x9a\x38\xe5\xdb\x30\x52\xbc\xbf\x38\xa4\xf8\x7c\x5f\x54\x71\xfd\xe2\x94\xec\xda\x30\x9a\xf8\x12\xe3\x94\x82\xf3\x85\x51\xc5\xf5\x0b\xf1\x0a\xa6\x0d\x9d\x29\x43\x47\xce\x8e\xd9\x3d\xe8\x9d\xad\x90\x88\x02\x8e\xeb\x97\x09\x7e\x57\x4b\x60\x77\x3f\x74\xfa\xe1\xd4\x1a\xa8\xe7\x45\x3a\x3c\xb4\x4b\x2e\x22\x87\xfb\xcb\x44\x23\x7b\x08\x57\x37\xf0\xba\x48\x88\x57\x30\xc3\xdd\xb0\x7c\x93\xd7\xa1\x19\xaf\x88\x08\x9d\x28\x80\x99\xfd\x14\xde\x8c\x53\x7b\x36\x18\x44\x05\x5c\x09\x84\xe4\x94\x88\xdb\xee\x99\xb2\x7b\x4e\xa9\x55\xdb\x3d\x22\xb1\x85\x5c\x26\x33\xc6\xaf\x72\x26\x38\x42\x15\x16\x92\x40\xad\xca\x65\x32\x6d\xf7\x4c\xd9\x3d\xa2\x27\xcc\x61\x8d\x32\x90\x12\xd1\x13\xe6\xf0\xe8\x0e\x84\xfc\x94\xd0\x0e\xef\x28\x06\xcb\xe9\x29\x75\xeb\x7b\xa7\x0a\xf7\x17\xf2\x81\xcc\xe1\xfa\x13\xee\x2f\x4e\x49\xa7\x0d\x19\x85\xfb\x0b\xd1\x16\xe6\xb0\xf0\xaf\x58\x07\x25\xe4\x1b\x99\x36\x70\x14\x06\x30\x4e\x49\xad\x3d\x98\x0a\x03\x18\xa2\x2d\x4c\x7b\x30\xe7\x44\x23\xf2\xb6\x4f\x7e\xaa\xfe\x93\x0d\x21\x8f\xc8\xe7\xe7\x69\x7c\x80\x5f\xc2\x6f\xe3\xab\x9e\xf2\x75\x98\x27\x97\x89\x1d\xbc\x09\x77\x39\xac\x00\x22\x16\x4c\xdf\x68\x55\x78\xc0\x68\x52\x79\xd3\xed\xc2\x25\x19\x4d\xcb\xec\xed\xd9\xcb\xeb\x22\xd1\x24\x0f\x36\x58\xe0\xc1\x95\x90\x13\xc2\x61\xfd\x32\xc1\xef\x6a\x7c\x6d\xb0\x10\xd6\x2f\x76\x0d\xe3\xed\xea\x13\xb3\x20\xc4\x37\x80\x3d\x47\x62\x89\x5b\xfb\x95\xdf\x3f\xcb\x70\x89\x58\x30\x6f\x0f\x97\xec\x98\x26\x5d\x65\x3b\x66\xde\x6a\x96\xc4\x41\xd1\x01\x33\x41\x35\xb1\x3f\xa6\x3d\x8f\x8a\x1a\x18\x62\x16\x98\x79\xd7\xc5\xbc\x8b\x26\x71\x78\xac\xe1\x65\xf7\xc8\xc7\x31\x6d\xf7\x4c\x62\x1f\x44\xd3\x02\x6c\x8f\xa4\xa8\x77\xd1\xa4\xc4\x7c\x33\x56\xd4\xbb\xb8\xb4\xd0\xda\x8e\x99\xcb\x8e\x69\xde\x84\xd8\x8c\x81\x61\xa7\xf7\xf6\xf2\x2b\x0c\x8f\x05\x53\xb8\x8d\x95\xa9\xc8\xf2\xea\x83\xd7\x1a\x66\x19\x27\x6d\x97\x5e\xb6\xf7\x0f\xda\x5c\x09\x91\x16\xe6\x6b\xcd\xc0\x03\x22\x71\x49\xdf\xbd\xde\x6b\x10\xfa\xbd\xa8\xe6\xbe\x9d\xaa\x48\x7b\x71\x49\xaf\xbd\x56\x0c\x44\xda\x0b\x5e\xb3\xef\xa6\xc9\x65\xe2\x06\xa7\xf8\x4f\xe7\x43\x13\x27\x5f\x5c\x9c\x03\x99\xf6\xd6\x45\x7b\x8b\x4b\x6b\xf1\xe7\xea\xf3\x5e\x65\x5c\x52\x54\x9f\x7b\x92\xf7\x2a\xe3\xd2\x2a\xfa\xb9\x2b\x79\x99\x23\x44\x66\x98\xbe\x3f\x3a\x3f\xd5\xa7\xb9\x9c\xd7\xf8\x07\x9e\xf5\x0c\xd3\xdb\x42\x91\xf0\x82\x57\xf1\xc3\x91\xea\x02\x1e\x5a\x09\x5e\xbf\x0f\xd8\x68\x24\x28\x7f\x49\x72\x40\x47\x23\x41\xfd\xd7\x5b\x75\xe1\x08\x76\xa1\x08\x76\xc1\x73\x41\xf9\x79\x1a\x6f\x3f\x7f\x9c\xd1\x7e\xe3\x78\x2b\xcc\x72\x0b\xb1\xdc\x02\x9f\x4b\x38\x8e\x5d\x26\xe8\x8d\xa5\xde\xf2\xb3\x1b\x27\x7f\xd0\x6a\x59\x41\x41\x40\x3b\x3d\xdb\x1d\x0e\x57\x97\x09\x65\x0f\x70\xcc\xda\x4c\xac\x41\xe3\xed\xfd\x20\x1a\x1d\x89\x1b\xfc\x12\xfe\x09\xa7\x33\x60\x4d\x44\xaf\xae\x26\xb7\x3c\xb3\x5a\xc2\x6f\xe3\x6b\x1a\xf5\x4a\xe7\x29\x3c\x5c\x74\xae\x67\x06\x8f\x09\xe5\xe7\x61\xfc\x04\xdf\x85\x5f\xc6\x03\x9c\x7a\xea\x1d\x8c\x4c\x2c\x61\x84\xed\x10\x5d\xd7\x33\x33\xb1\x83\x37\xe1\xdd\x38\xe5\x1c\x21\x7c\x1a\xa7\x9c\x93\x7a\xea\x7a\x66\x26\x68\xd7\x79\x0a\x77\x39\xf4\x27\x34\x87\x80\xf3\x46\x82\xfa\xb7\x5d\x78\x18\x27\xbf\x84\x71\xb7\x70\xc9\x08\x82\xcf\x10\x44\x97\x23\xc1\xb8\x5c\x87\x70\x97\xc3\x24\x80\xcf\x10\x66\xcb\x85\xd8\x72\xd1\x25\xa4\x87\x27\x01\xac\xb8\x80\xcf\x90\x9f\x1a\x5f\x42\xaa\x07\x8f\x12\xe5\xa7\xf3\xb3\x3b\xe1\xf5\xfe\xfc\xfc\x95\x9f\xfe\x91\xfc\x88\x16\x17\xfd\x60\x72\x73\x76\x91\x9f\x87\xf1\x06\xae\x7a\x8e\x6e\xfc\x06\x57\x39\xd3\xbf\x8b\x12\xc2\xb5\x92\x9f\xd3\xf8\x07\x4e\xfe\xd3\xed\x3d\x59\x05\x39\xee\x88\xae\xeb\x9f\x21\x1a\x5d\x44\xbd\x84\xbf\xc6\xd7\x06\x5f\xe2\xa9\xe8\x73\x99\xa0\x9a\x7b\x11\xde\x8d\x07\xf8\x29\x7c\x1a\xa7\xfa\xbb\x8a\x77\x37\xf0\x92\x47\xc0\x74\xc8\xcf\x66\x9c\x66\x1d\x2a\x7f\xaa\x3b\x89\x3e\x17\xbc\x26\x14\x5d\x91\xd6\x83\x30\x74\x17\xb7\xc6\xc2\xc1\xe7\x32\xb1\x54\x0d\x0e\x9a\x80\x55\x47\x82\xde\x91\x14\x36\x37\x0b\xc7\x53\xe0\x5a\x09\xd8\x76\x24\x68\x96\xa4\x53\xb7\x38\x03\x9e\x5d\xe2\xfa\xdd\x51\x8d\xef\x59\x9d\xdd\xf0\x61\x98\x62\xae\x22\xfc\x57\x31\xab\x93\xd5\x09\xcd\x32\xde\x90\x71\x1c\x31\xe1\xd0\x73\x21\x32\x5e\x84\x64\xb6\x79\xcc\x9b\xc6\x5c\x32\x2b\x6b\x2c\x13\xc7\xcf\x1f\x81\xdb\x29\x1c\x31\x2e\x14\x31\x2e\xf0\xcf\x44\xbf\xac\x62\x64\x75\x41\x67\xc8\xcf\xd3\x78\xfb\xf9\xa3\x6e\x9b\x44\xf6\xb2\xca\x5b\xdc\xba\xc4\x55\x8e\xab\xb3\xcc\xa8\xba\x6d\x12\xc1\x6e\x15\xb3\xae\x6a\xd6\x6d\x93\x08\x76\xab\xc2\xf5\xfa\x46\xe2\x4d\xf8\x30\x7e\x83\xab\x1c\x37\x6b\x99\x51\x75\xdb\xa4\xf2\x7a\x34\xe3\x0f\xf8\x29\x5c\xb2\xb6\xfc\x4b\x75\xc3\xdf\x92\x9f\xdd\x38\xf9\x0f\xda\xab\x88\x01\x99\x20\xbf\x54\x58\xf7\x3a\xb5\xec\xa9\xc4\x2f\xe1\xd3\x38\xf5\x54\x3f\xcb\x5c\xca\x04\xfd\xd3\x8a\xf0\x66\x9c\xf6\xb6\x53\xf8\x30\x4e\x39\xed\x12\xae\x71\x59\x76\x54\xdd\x36\xa9\xbc\x70\x3f\x2c\x83\x29\xf1\x5d\x78\x37\x1e\xe0\x2a\x27\x6e\xe3\xb4\xf7\x52\x3d\xdd\x3f\xeb\xca\x67\xdd\x36\x89\x55\x58\x35\x2f\x43\x2a\xf1\x43\xf8\x65\x7c\x82\xab\xfc\xe1\xf2\xb3\x3f\xe3\xe8\x2a\x7e\xb8\xfa\x93\xe1\xd2\x82\x1c\xee\xce\x65\x68\x25\xde\x85\xbb\x98\x9c\xd2\x75\xc3\x11\x12\xd0\xfc\x48\x54\xf0\x53\x78\x33\xfe\x80\x77\xe1\x6a\xd6\xa0\xdb\x70\x84\xe4\xe7\x61\xfc\x04\x0f\xe1\x8f\xf1\x25\xb6\x45\xe2\xa9\x57\x20\x03\x42\x60\xe2\x97\x70\x97\x3f\x29\x7f\x57\x3d\x67\x35\xde\xc0\x55\x8e\x55\xd5\x60\x5a\x14\xa9\x36\xc5\x8a\x0b\x18\x7f\x89\x77\xe1\x8f\x71\xfa\x41\x2b\xec\x0c\x69\x87\x65\x77\x25\xbe\x0b\xdf\x8d\xdf\xe0\xf4\x8f\xec\xab\x20\x98\x5c\xdd\x8a\x74\x95\x5e\x75\x0c\x28\x82\x75\x2b\x57\xf9\x9d\x7d\xd7\x74\xf3\x96\x5f\x28\xff\x4c\x3f\xef\x85\x76\x5d\x01\x4d\x5c\xcd\x70\xb3\xa7\x9a\x2d\xe9\xba\xad\x0d\xd6\x8d\xd0\xc4\x4f\xe1\x97\xf1\xfe\xf3\x87\xac\xf4\x20\x12\x1d\x09\x15\xc3\xa8\xdd\x6e\xf5\xcd\x24\x28\x5a\x7f\x6f\x2b\x83\x3b\x2e\x70\xe7\xbf\x8d\xaf\x5e\xe5\x09\xa6\x70\xe8\xb9\x4c\x9c\xe0\xaa\x8e\xf7\x21\xcb\xed\x94\xb8\xca\xb1\xb0\xdf\x28\x0f\x62\x3f\x45\xbf\xad\xbb\xef\x59\xc0\x77\xe1\x87\x71\xca\x2f\x2a\xdf\xdd\xb6\xcc\xb5\xc4\xe9\xb6\xc7\xeb\xf2\x43\xf7\x40\xb3\xc8\xcf\x6e\x9c\xfa\x48\x1a\x1f\x2b\x89\x07\xa5\x58\xb5\x30\xcb\x2c\xcb\xc4\x05\xae\xfc\xde\xdf\xae\x9b\xa4\x75\xab\xc7\x26\x5c\xed\x5a\x4f\xa6\x24\x8e\x54\x3f\x5e\x98\xd7\xab\x93\x75\xab\x5a\x51\x1f\x2f\x61\xeb\xd5\xc9\xc4\x91\xf6\xc7\x4a\xf4\x61\x71\xa8\x52\x96\x8f\xf7\x2d\xcb\xd2\xab\x5b\x95\x52\x7c\xac\x44\x1f\xf5\x83\x8c\x92\xd7\x2b\xf9\x32\x01\x13\xef\xc2\x4f\xe3\x6b\x96\x55\x2d\xa9\xaf\xfb\x67\xb9\xb5\x12\xdf\x85\x4f\xe3\x8c\xbb\x8c\x95\xd7\xb3\xe9\x45\x1b\x54\x29\xc5\xd7\xfd\xf3\xa2\x14\xab\xcc\x8b\xd7\x4b\xf9\x2b\x39\x09\x95\xe3\xf6\xbe\x2c\x1a\xbb\xe4\xea\xf5\x9a\xfd\xa2\xe5\x08\x3b\x1b\xfd\xf5\xb8\xbf\x68\xb9\x5d\x8b\xe7\xe7\xf6\x7e\x68\xb9\xbd\x54\xe1\x87\xf1\x06\x7e\x0a\xd7\xb8\x7f\x68\x39\xc2\xd1\x86\x43\xd8\x65\xe2\x04\xdf\x85\x87\xf1\x09\x7e\x09\xbf\x8d\xa7\xf2\x3e\xb5\x4d\xfe\xbc\xf6\xaf\xb7\x55\xea\xb6\x4b\xc9\x7d\x9e\x16\x1f\xc3\xbb\x6b\xad\xfd\xbc\x4f\xfb\x98\xed\xf8\x34\xc2\x11\xec\x82\x08\x76\x75\x83\x46\x91\x9f\x87\xf1\x01\xde\x85\xdf\xc6\x29\xa7\x29\xbf\xc4\x19\x2e\x63\xdd\x76\xd6\xc2\xd0\x53\x2b\x41\x28\xbb\xc4\x77\xe1\xaf\x71\xca\xa1\x5d\xa1\xa8\xec\x01\x97\x31\x71\xfd\xae\xc4\x3c\x96\x71\xab\xb3\xc6\x30\xc7\x31\x20\x35\xd6\x8d\x67\x8b\xf2\xf3\x13\xce\x6c\xdf\xbb\x8a\x99\x2e\x46\xa3\xce\x9a\x07\x85\x91\x04\xe5\x20\x3d\xe6\x2c\x66\x62\x07\xef\xc2\x4f\xe3\x4b\x9a\x0f\xd6\xc2\x90\x4b\x2f\x77\xf7\x05\x5c\xf9\xdd\x3d\x85\xe6\x1e\xcb\x09\x1c\x51\xdc\xdc\xc2\x1a\x80\xbb\x21\x3f\x9b\xf1\x01\xae\x72\xb4\x66\x13\x20\xaf\x6e\xbc\x4f\x14\xa1\x8b\xa3\x99\x68\xe0\x97\xf0\x61\x7c\x49\x15\xef\x13\x85\x39\x8e\x41\x48\xbc\xc4\x0f\xe1\xa7\xf1\x15\xe5\x41\xcd\xb5\xf1\x4b\x80\xbc\xc6\xf5\xc4\x30\xc5\x31\x62\x3d\x59\xd9\x64\x72\x9b\xc9\x98\x89\x3b\x61\x2c\xeb\x90\x7b\x2e\x08\x93\xa7\xd7\x7b\x23\xaa\x87\x6a\xdd\x0d\xd5\xe3\xbd\xf9\xd5\x0c\x8f\x84\xab\x72\x4f\xd7\x64\x3d\xdb\xd1\xd5\x2f\xb6\x86\x61\x27\x36\x9e\x16\x08\x87\xac\xcb\x44\x5d\x70\x08\xde\x0d\xd3\x7a\x74\xa3\x23\xd9\x05\x9c\xc5\x26\x13\x3c\x76\xcb\xea\xba\xd6\xd9\xb8\x94\x98\x5f\x87\xe1\x33\xe1\x53\xb9\xb5\x0b\x8b\xe5\x2e\x6c\xdd\x65\x8f\x5f\x85\x7c\x0b\x56\x55\x3c\x70\xcb\x59\xd8\x3a\x5a\x37\x76\x37\x73\xa7\x99\x6c\x0d\x42\x1e\xc2\x4c\xac\x0a\xa2\x5b\xe3\xd0\x1a\x1c\xcb\x18\x6e\x5d\x73\xec\xb0\x30\xae\x5b\x9c\xad\xa3\x59\xe3\x90\x06\x82\x00\xd9\xba\x66\x98\xde\xa0\xcc\xc4\xca\xdd\x95\x5b\xc6\x44\xac\xe7\x62\x1a\xcf\x05\x44\x1c\x52\xab\xb1\x9c\x8d\x7a\xc3\x37\xe0\x36\x92\x58\x8d\x0f\xd5\x7b\xbe\x86\xb3\xec\xd8\x90\x08\xdb\xb8\x84\xc8\x6b\xbc\x15\x90\x5f\xaf\x61\x72\xf3\x93\xa7\xeb\xbd\x62\x16\x34\xee\x38\xe6\x57\x33\x1c\x0b\x56\x21\x1e\xb4\x65\xd1\x36\x99\xdb\x71\x7a\xc2\xad\x77\x64\x5a\xd4\xdf\x78\x04\x35\x88\xa0\x47\xe2\x5e\x7f\xa5\xdf\x70\x27\xac\xfb\x9a\x2d\x76\xc3\xce\xcd\x96\xe2\xd0\x30\xc9\xe5\x19\x04\xd2\x4b\x9c\x4e\x6b\xee\x86\xc6\x96\x82\x18\x12\xf9\x79\x19\xef\xe0\xca\x6f\x31\x6d\xe8\x5a\x6d\xe8\x43\xb7\x31\x03\xce\x62\xdd\x0e\x29\xb7\x66\x65\xd2\x58\x2b\x70\x63\xe5\xa7\xba\xa8\xa1\x24\x4f\xf5\x7f\xb3\x4c\x36\xea\x7f\x4a\x89\xb5\xe9\xfa\xcc\x55\x9f\x53\x23\x70\x59\x99\x5c\xac\x21\xa7\x86\xe0\x72\xbb\x2e\xda\xc5\xb3\x59\xf9\xf9\x18\x5f\x4a\x0c\xb7\x57\x98\xda\x98\x89\x1d\x5c\xe5\xc8\xd8\x87\xda\x98\xb8\xca\x91\x7d\x14\x17\xed\xe5\x1d\xac\x80\xe9\x48\xe2\x00\x3f\x85\x37\xe3\xf4\x83\x94\xa4\x1e\x9d\xc9\x44\xfb\xf9\xe3\xbc\x1a\xdd\xd9\xbb\x8a\x59\xde\x45\xc5\x16\x8d\xb0\xf5\x1b\xcb\x9b\x78\xf2\x16\x7b\x44\xf7\xa0\x2c\x62\xe2\xa9\x33\xd4\xe8\x1e\x93\x75\xb7\x52\x91\x45\xc3\xac\xc3\x4c\xac\xf5\x83\xa7\xb7\xf2\x73\x1a\x5f\xeb\xd0\x29\xed\xd1\xad\x24\x3b\x36\x0d\xf4\xa1\x88\xee\x21\x59\x41\xf1\x12\xa7\xee\x36\x4d\x23\xd4\xc5\x98\xac\x11\xee\xe2\x50\x17\xab\xad\xe1\x49\x14\x88\x14\xb4\xa2\x70\xf4\xbb\xfc\x9f\xf2\x39\xbd\x8b\xd0\xf6\x03\xd6\x61\xe2\x2a\x47\xbb\x4e\x68\x86\x75\xc3\x47\x16\x0e\x73\x97\x89\x1b\xbc\x09\x77\x3d\xd9\x96\xe0\x0b\x0b\x87\xbf\xcb\x04\x43\x28\x51\x1e\xae\xff\xa0\xfe\x4d\x9a\xc4\x36\x22\x2c\xc2\xc4\x19\xf2\xe1\xfe\x1c\xd4\xa7\x61\x6b\xc6\xb0\x7e\x5d\xc6\xdf\x75\x72\xa8\x1a\x7a\x0b\x26\x20\x05\xd6\x0d\x97\x57\x7e\x0e\xe3\x13\x9c\xe6\xda\xe4\x0b\x99\x7c\x84\xb9\x88\xb0\xc9\x17\x93\x05\xa6\x49\x32\xa7\x25\x79\x5d\x12\x4c\xfc\x14\xfe\x18\xa7\x9a\x3b\x33\x6e\x5a\xef\x4c\x24\xb6\x69\x45\xb2\x89\x18\xeb\xf1\x98\xc4\x55\xcf\xe9\xfa\x30\xa3\x1b\xc6\x40\x4c\x6b\x24\xd9\x86\x4d\x6b\xd5\x74\x37\x4c\xb6\x3d\xc4\x53\x0e\x47\xad\x0b\xa2\xd6\x25\x1e\xc2\x87\xf1\x35\x8c\xf0\x7d\x22\x6e\xf7\xc3\x7a\x5d\x26\xf1\x53\xf8\x61\x9c\xdf\xc5\x48\x88\xdb\xfd\x70\x33\xa3\x9b\x76\x8b\xb7\x67\xf4\xad\x61\xd4\xae\xf0\xd6\x89\x50\xdc\x4c\x17\x1e\xf1\xca\xcf\x69\x9c\xfa\x74\xe7\x7f\x8d\xd3\x9f\xda\xfe\xdd\xd6\x6c\x37\xdb\xbf\x16\x45\xb8\xdb\x85\x78\x36\xad\x5b\x8f\xc5\xf0\xc1\xc8\xb9\x24\x6e\x8f\xb7\x49\x0f\x27\x45\x97\x36\x44\x8f\x17\xe2\x27\x94\x5f\xe5\xb8\x1f\x1e\xfa\xe1\xc2\x48\x88\xc7\xfd\xf0\x20\x0f\x97\x34\xa4\x8d\x3d\xe2\xdf\x25\x4e\xff\x3f\x56\x1b\x0f\x9a\x0d\xde\x50\x7e\x36\xe3\xd4\x47\x9a\xf3\xf1\xe2\xfd\x60\xfc\x5c\x92\x67\x1b\x7b\xf1\xb0\x2d\xbc\x76\xe3\x8f\xf1\xd5\x6f\x78\xc4\xc2\x34\xc2\x4c\xf0\xbb\xda\x2e\xbe\xde\x8f\xbc\x58\x09\x97\xac\x8a\xd7\xd3\x74\xd1\x05\x2f\x4f\xa3\xd7\x3a\xf2\x45\xcb\x5c\x32\x2a\x6c\xd3\x11\xe8\xae\x6e\x97\x76\x41\xaf\x17\xeb\x97\xdd\xf1\x25\xf1\xb1\xad\x17\xb2\xf5\x2e\x89\xcf\xeb\xad\xd7\xcb\xae\xf9\x92\x16\x7b\x3d\x2d\x5e\xa6\xc5\xa5\x2d\xcf\x6b\xc5\xff\x32\xec\x72\x88\x99\x2d\x18\xb0\x05\x13\xa7\x59\xb6\x01\x43\x36\xe0\x25\xf1\xb1\x0d\x18\x1f\x0b\x9d\x5c\x58\xf1\x79\x01\xff\x58\xc0\x2f\x89\xd5\xe7\x05\xf0\x0b\x95\xa3\xf2\x2d\x26\x1f\xe2\xe0\x0d\xf5\xe7\x0d\xb5\x6c\x43\xef\xa8\x3f\x4f\x97\x8f\x7e\xf0\x96\xfa\xf3\xb0\xaf\xf0\xe6\xad\x4a\x4a\x3e\xcf\x8a\x0f\x69\x90\x0b\xcb\x6c\xc0\x4c\xbc\xe0\x4b\x0a\x1d\x0f\x2f\x60\xf1\x85\x26\xe9\xd0\x45\xcc\x4c\xac\x49\x4a\x1c\xe8\xfc\x0c\xe3\xd4\x92\xe3\xdc\xa1\x57\x35\x83\xc8\x78\x89\xff\xc6\x5b\xa8\x41\xf8\x3c\x12\x4b\x07\xf5\x53\x3f\xa3\x41\x1e\x1b\x73\x9e\xb0\xd2\xe1\x38\x7a\x41\x1c\xbd\xc4\x03\x5c\x9b\x34\xe2\xe5\xd5\x4d\x5b\x6c\xc7\xcb\xcb\xc4\x00\x57\xab\xa7\xcb\x61\xf0\xe5\xc8\x1a\x36\x05\x47\x61\x90\x09\x43\x1d\xe6\x0a\x06\x81\xf4\x12\xef\xc2\x3f\xe1\x0c\x32\x51\x34\xc2\x5c\xc1\x20\x90\x5e\xe2\x97\xf0\xdb\xf8\x9a\xf3\xdc\xc0\xcd\x4f\x97\xc3\x81\x87\xb6\xda\x43\xb7\x3b\x33\x71\x80\x37\xe1\xdd\x38\xed\x42\xb8\x46\xd1\xd2\x3c\x0a\x6b\x46\x60\xb2\x0e\xdb\x76\x63\xd9\x76\x57\xd1\x68\xda\x88\x83\xfa\xa7\x97\xe1\x63\xd8\xdd\x39\x56\x0c\xf4\x8b\xc7\x5c\x02\x1e\x20\x89\xc5\x46\xc7\x44\x32\x1f\x30\x13\x2d\x61\x0d\x61\x95\xd5\x3e\x2a\xbb\x1c\x6d\xe5\x4d\x13\x0c\x82\xe5\x05\x31\xee\x62\x28\xa4\x40\x10\x34\x2f\xb3\xab\x74\xc9\x2d\x2c\xc1\xba\xc5\xaf\xfc\x8f\xf1\x0f\x7c\x4d\xa3\xb1\x7b\x04\x77\x56\x35\x02\x74\xe4\x67\x18\xa7\x3a\xec\xe3\xc7\xee\x11\xdc\x39\xc2\x91\x2f\xcc\xb1\xf5\x82\xd8\x7a\x8a\xf1\x15\x26\x09\x06\x24\xc1\xba\x71\x8b\x38\x3f\x5d\x3c\x0f\x5c\x6a\xbc\x77\x8f\xf7\xce\x78\x87\x7a\xd8\x8e\x57\xc8\x82\x89\x2b\xbf\x26\x35\x11\xf7\x42\xa7\xe3\x0e\xac\x17\x04\xd6\xab\x5b\x68\x3a\xe8\xf2\x69\x40\x11\x4c\x9c\x91\xb2\x7f\x95\xc8\x78\x75\xe3\x29\xb0\x70\x40\xbc\x80\x13\x98\x78\x17\xfe\x1a\xa7\x33\x25\xf6\x87\xb5\xc0\xa1\xd6\x5e\x2a\xc7\xad\x3d\xd8\x31\x86\xa6\xc3\xe1\xe6\x1e\x6a\x6e\xdf\x84\xab\x93\x0f\xb4\x03\x24\xa6\x30\x75\x30\x88\x98\x97\xb8\xca\xb7\xec\x1c\x92\x9d\x50\x39\xc3\xe5\xa0\xdc\x78\x0b\x2c\x3f\x5d\x4f\xa6\x7f\x68\x3a\x1c\x32\xc6\xc6\x72\xcc\xd6\xb2\x69\x3a\xd8\x1f\x0b\x87\x30\xf1\x4b\x78\x33\x7e\x2d\x5c\x32\xab\xeb\xb3\x41\x84\xbd\xe0\x55\xa5\xfc\x92\x0c\xae\x68\xee\x99\x9d\x61\xb1\x3f\x96\x40\x7a\x89\x2b\xbf\xbb\x61\x19\xa8\xb5\xc8\x07\x67\x46\x61\x10\x40\xef\xd4\x86\x6b\xd8\x94\x1c\xe7\x3a\xad\x2d\x3c\x05\x16\x8e\x93\x17\xc4\xc9\x4b\x9c\x62\x44\xec\xcb\x44\xc9\x62\xd8\x57\x0d\xbb\x57\xe1\xf5\x9d\x4d\x63\xd5\x3c\xf7\x97\x7f\x34\x4b\xa1\x92\x36\x24\xe1\xf1\xd5\xb2\x69\x3e\x37\x8f\xc9\x7a\x14\x27\xf1\x2a\x5c\x8d\x5a\x8e\xd3\xc4\x19\x93\x66\xd9\x5c\x7e\xd1\xc4\xf9\xdd\xcb\xb5\xc7\x30\x2c\x72\xa8\x39\xba\x5d\xc0\xb4\xab\x65\xe3\x6c\x62\xd8\xd0\x83\x39\x57\xcb\x26\x95\x79\x59\x8f\x5c\xfc\x2e\xc1\xa7\x63\x28\x94\x7a\x10\xb6\x2e\x71\x7a\xc7\x0e\x50\x98\x73\xb5\x14\x29\x98\xee\x31\xc7\xd1\x59\xa0\xe6\xc4\xe8\xee\xcd\x65\xf4\x25\xae\xfc\xda\xce\x11\x7f\xae\x16\x79\x98\xe0\xd5\xad\xc4\x52\xc9\x05\x6a\x4e\x0c\x3b\x34\xc7\xf2\x60\xd6\x22\xcf\xd0\xe8\x5e\x9a\x16\xd1\xad\x96\x82\xd7\x7b\x84\x2c\xd2\xb1\x1c\x97\xc1\xcb\x4c\xf9\xd5\x0c\x07\xd9\x9b\xf0\x69\x9c\xea\xab\x3b\xc3\xd5\xc7\x3f\x59\xe4\x29\x72\x14\xb9\x80\x08\x97\x78\x08\xbf\x8d\xd3\x6d\x6c\x93\x86\x9e\xa4\xc9\x44\x01\x3f\x84\xbb\x3e\x83\x72\xa4\xf1\xc2\xfa\x7a\x11\xd9\xda\xc6\x79\x94\x79\x69\x99\x28\x09\x4b\x31\x0c\xcf\xa0\xc5\x43\xab\xa5\x68\x42\x0f\x1d\x03\x11\x35\xae\x41\x0f\x8b\x61\xef\xe1\x18\x1a\x13\xfc\x4d\xa6\x9f\x05\xf4\xb3\xb6\x49\x5d\x0c\xcf\xb7\x75\xc9\xb3\x6d\x5a\x54\x87\xb5\xce\x7a\x5b\xb4\x6d\xfe\x4d\x0b\xf8\xba\xca\x59\x8b\x9c\x53\xc3\x2e\x45\x38\x69\x89\xeb\x47\xbd\x02\xe1\x52\x2c\x72\x36\x8d\xe9\x01\x9c\x08\x1a\xf1\x41\x02\x6a\x19\x89\x01\xde\x85\x4f\xe3\x77\xee\xa3\x8f\x53\xf0\x63\x98\xea\x54\x15\x6f\xdd\x3b\x43\xf8\xef\xdc\xd8\x22\xda\x1c\x09\x5a\x21\xb1\x9d\xd6\x3d\x13\xb1\xb5\xbc\xd9\xca\x24\x8c\x5c\x2d\x55\x1b\x3d\x5b\x93\x63\xaa\xd5\x5a\x8a\x6e\x0f\xf0\x8d\x4a\x95\xcb\x69\xe8\xed\x99\x4c\xf0\xbb\x12\x73\xbb\x14\x09\x28\x97\xb8\xca\xb1\xdc\x62\x65\x16\xb9\x9c\x86\xad\xcc\x71\x23\xb7\x72\x39\x8d\xdb\x43\x7f\xab\x3b\x2e\xfd\xae\xe5\xf6\x46\x6e\xab\xe4\xf9\xf6\x0a\x8b\xeb\xb0\xc8\xb5\x34\x6c\x35\x42\x51\xab\xa5\x4a\xcd\xdc\x1e\xe5\x5b\xed\xd5\xd2\xa2\x1b\x9a\x99\x58\xf5\x97\x6b\x69\x3c\x96\x5c\x5c\x81\x85\x68\x20\x31\xec\x0a\x1c\xb8\x02\xcb\xce\xf6\x7e\x3c\xae\xff\x83\xd4\xed\x45\xe5\xb8\xff\xd7\xcd\xcd\x5a\xf6\xdd\xb8\xcb\x59\x4b\x5d\xd9\x35\x5e\x8f\x17\x0b\xac\xba\xb2\x6b\x8b\xf7\xba\xff\xd7\x75\xcd\x5a\x76\xa9\xf3\xd7\xab\xc2\x4b\x7f\xee\xda\x31\xbf\xae\xcf\x0a\x82\x90\x78\x17\xae\xb9\xf4\x32\xdf\xe5\xfb\x19\xaf\xd5\xff\xab\xdf\xd5\xd2\xfe\x59\xdd\xe2\x32\x2b\xbb\xfa\xed\xb3\xb4\x7f\xf4\x0f\x31\x94\xf3\xf3\x32\xbe\xfa\xff\x28\xc6\xa5\xe6\xd7\xc5\xcc\x5a\xbc\x5f\xb4\x6f\x8c\x80\x6b\x89\x1f\xc2\x87\xf1\xdc\x41\x5d\x52\x4b\x9f\x3c\xc6\x44\x58\xcb\xec\xc2\xad\x9d\x3f\xba\xf9\xe0\x70\x67\x7c\xee\xe6\x75\x7d\x33\xf1\x55\xfc\xb4\x2b\x6d\x6e\xec\x10\x0e\xa6\xc5\x54\xb8\xf1\x4c\x90\x1f\xcf\xf9\xb4\x79\x35\x71\xa5\x15\x79\x21\x4c\x74\x0b\xa8\x6d\x89\x5f\xe0\xda\x63\xcf\x65\x19\xd5\x72\x70\x76\x37\xed\x1a\x9b\x1b\xab\x32\x2f\x53\x85\x29\x70\x41\x84\xb5\xc4\x55\xfe\xf0\xef\xb2\x3a\x42\xca\x08\xe2\xac\x91\x58\xe2\xc0\x0b\x54\x31\x6d\xf8\x10\x79\x2d\xf1\x4b\x78\x33\xce\xef\x72\x46\x67\xba\x5b\xc0\x63\x4b\x5c\xe5\x48\x3b\xcd\x82\xf8\xe8\xb8\x19\xd6\x1a\x89\x06\x1e\xc2\xbb\x71\xf2\xa3\x2c\xa7\x7d\x60\xd0\xd4\x6a\xd1\xf1\xf1\x54\x48\xf0\x20\xf2\x5a\x2d\x3a\x0e\x36\x1d\x2d\xa0\xa3\x25\xde\x84\x9f\xc6\xfb\xcf\x1f\x8a\x66\x90\x5f\x61\x78\x90\xbd\x83\x4b\xfb\xcc\xf5\x9e\xa7\x82\x19\xc4\xac\x1e\xad\xc5\x56\xbb\x20\x11\xe4\x57\x33\xbc\xe6\xc4\x79\x18\x1f\xc6\xe7\xca\x7e\x0a\x56\x9b\x96\x93\xec\x3a\x35\x24\xb6\x9f\x88\xd9\x76\xc9\xd2\x30\xa1\x2d\x20\xb4\x5d\x27\xc7\x13\x53\x2f\x7f\x66\xe2\x4a\x18\x35\xe5\xc8\x6b\xa1\x08\x6b\xd0\x07\xf2\xcb\x3f\xc9\xec\x3c\xd9\xb4\x4d\x5b\x49\x84\x60\x4b\xfc\x10\x7e\x18\xcf\xd2\x79\x89\x29\xbf\xba\x61\x1a\x2a\x69\xdd\x2d\x05\xcb\x78\x52\x4c\x85\xfc\x2a\x86\x55\x7a\x08\xdf\x8d\x67\x37\xb6\xa2\x1f\xd5\xd4\x87\x8a\xa7\x90\x0a\xe1\xb0\x6e\x41\x58\xb7\x5a\x4e\x34\xd4\xb4\x4d\x35\x97\x4d\x75\x35\x14\xc2\xdc\x2d\x61\x3b\x0a\xdf\x43\x6d\x53\x6b\xee\xec\x73\x89\xfa\x1c\x73\xf7\x8c\x5a\x2e\xbc\xc4\xf5\xb3\x9e\x51\x3b\xfb\x5c\xcb\xc0\xee\xf1\xd8\x27\x8d\xd2\x0c\xdc\xa7\x6b\xaf\x2e\x66\x43\x65\x02\x60\x26\xd6\xc2\x07\x33\x24\x3f\x55\xfe\xc1\xc6\xec\x64\xfb\x31\x0f\x0b\x13\x36\x55\xe1\xb5\xab\x98\x87\xdb\x75\xa0\x11\x60\x7a\xe4\xe7\x61\xfc\x04\x77\xfe\x30\xfe\x82\xab\x3e\xd2\x74\xf3\x60\x81\xe3\x55\xab\xfc\xbc\x8d\x93\x9f\xe3\xea\x69\x1b\x69\x9e\xeb\x58\xb4\xe8\xb8\x7a\x9e\x9e\x69\x32\x7a\x1a\x0b\xcd\x3c\x3d\x47\x64\xf4\x34\x89\x94\x7d\x74\xc4\x8f\xab\x45\xd6\xcd\x54\x8c\x87\x20\x4e\x5c\xe2\xca\xef\x7e\x3e\x55\x7f\x4d\xb6\xd3\x82\xbf\x1c\x72\x89\xab\x9e\xd3\xf5\xa1\xff\x9b\xa6\x95\x6f\xa1\x42\x2a\xac\x05\xca\x45\x38\x3c\x5c\xc0\x0e\x4c\x9c\x76\x35\xd7\x1f\x87\x5b\xb9\x24\xcc\x8a\x1a\x1e\x53\x76\xd2\x55\x7e\xc7\x9b\x38\x6d\x46\xcd\x86\x78\xe9\x14\x97\xe0\x70\x24\x5e\x70\x9a\xe1\x6b\xa7\xb3\xb1\x10\x11\xbb\x21\x1c\x3d\x2e\x13\x03\xfc\x10\xfe\x18\x5f\xcd\xbe\x34\x0c\x97\x15\xde\x45\xf3\x08\x77\x9c\x9f\x87\xf1\xd5\x1d\x97\xe6\xe4\xe5\xe6\x5d\x6a\x9e\xa6\x8d\xde\x2f\x09\x58\x7d\xb5\xc8\x33\x66\x56\x5f\x26\xd6\x30\xe8\x38\x75\x5e\xd3\xe5\xa3\xb0\xe5\x1b\x9b\xbe\x8f\x0a\xad\x2f\x71\xba\xb5\x7b\x78\xfa\x3a\x51\x2b\x62\x0a\x98\xbe\x17\xb3\x33\x3d\xba\x16\x10\xdf\x2f\x9d\x1d\x5d\xdb\x8b\xf2\x7b\x01\xe9\x78\x6d\x35\x8b\x6d\x5d\xcd\xe5\x33\x6b\xba\xc4\x6b\xd2\x5d\x40\xba\xab\xa5\x6b\x54\x7c\x5b\x14\x72\x5d\xd3\xb9\xc5\xb4\xd1\x35\x97\xd1\xd5\x42\x6d\xb2\xcd\x35\x97\xcd\xd5\x42\x4d\xf2\x95\xd0\x29\x93\x4b\x47\xac\xe6\xca\x65\x62\x65\x0f\x95\xa2\x1d\x15\x14\xba\x5a\x44\x1e\x98\xb6\xac\x66\xd0\x22\xc9\xa7\x6f\x72\x4e\xbc\x6e\xa5\x6b\x3e\xea\xe5\x90\x20\xdc\x5b\x2d\xba\xd0\xe0\xb0\x6e\x41\x58\xb7\xc4\x9b\xf0\xdd\x78\x03\xef\xc2\x2f\xe3\xb9\x52\x7a\x1a\x0d\xaf\x94\x83\x95\x52\x37\x20\xe6\xd0\x89\xe2\x1c\x6c\x00\x74\x05\x62\xda\x44\x9b\x03\x39\xeb\xec\xf7\xe7\x90\xdd\x39\x07\x1b\x03\x51\x0d\xe0\xdf\x91\xa0\xd3\xb4\xe1\x19\x96\xbf\xc1\xfc\x11\xa5\x60\x0e\xcf\x1f\x59\x69\xa2\x14\x98\x70\x17\x30\xec\x6a\x11\xa5\x60\x0e\x77\xcf\x40\x2e\x75\xe5\x01\xfe\x1d\x09\xda\xa5\x41\xb4\x55\x37\xd7\xcb\x21\x97\xb5\xcf\x74\x6f\xe2\x34\x2c\x3a\xb8\x9d\xd3\xd3\x6d\x76\xaa\x29\x6d\x6e\x67\x22\xf1\xe9\x12\xa7\x59\xd3\x32\x32\xd9\xfe\xea\x80\xd6\xbc\xbd\x4c\x5c\xe0\x87\xf0\x30\x3e\xc0\x2f\xe1\xd3\xf8\x5a\x04\xb5\x8d\x9b\x5e\xec\x26\xbd\x19\x58\x19\xd3\xbe\x44\x02\xe0\x25\xae\x66\xb9\xd7\xf0\x25\x16\x11\x19\xe6\xb4\xd6\x99\x58\x19\x3a\x75\x9d\xd3\xf3\x67\x99\x81\xed\x92\xac\xd9\xf8\x23\xf4\x5d\x66\xa7\x3a\xb7\x37\x02\x32\xe6\x42\xbb\xb2\xdb\x33\xe2\x66\x4d\x10\xd1\x60\xfa\x1e\x28\x3c\xbd\xc4\xbb\xf0\xc7\x38\xd5\xd7\xfe\xc3\xf7\x3d\xe7\xad\x6a\x4a\xa9\xd9\x68\x9b\xf7\x1a\x44\x79\xf4\xcc\xc2\xcb\x04\x9d\x7f\x19\x3f\x8d\x07\xf8\x21\xfc\x36\xce\xcf\x6a\x69\xb7\x2d\x37\xf1\xe8\x15\xeb\x85\xc7\xcd\x7a\x58\x02\xad\x18\xf4\x2a\x49\xc0\xce\x4b\x5c\xe5\x78\x09\x7f\x58\xc2\x43\x3a\xf0\xb1\xec\x3f\x2c\x8d\xa1\xcd\xb5\xaf\x7b\x42\xeb\x4b\x9c\xee\x79\xbc\x04\x62\x13\x56\x71\x04\xa6\x6d\xc2\xb9\x9e\x21\x49\x9c\xfa\xbc\xd6\x76\x8b\xd0\x57\xeb\xa6\x8d\x98\xaf\x75\xce\xe5\xe9\xbb\x74\xa5\x62\xbe\xb6\x61\x16\xd1\x2f\xb3\x33\x8a\x76\x00\x12\x5f\x2f\xf1\x2e\xbc\x19\xef\x0b\xd7\xde\xfd\x75\x37\xac\x18\xe3\x89\xeb\x67\x6d\xf3\xe0\xe9\xab\xa2\x20\x4c\xdf\xde\x84\xf3\x57\x2b\xd1\x87\x47\x97\x0d\x36\x3a\xce\x9b\xd8\xd6\xce\x61\x38\xc4\xda\xe8\x05\x9c\x13\xbb\xd1\xab\xf1\x2a\x7c\x75\xf3\xe8\xbb\x71\x76\x6e\x51\xd7\xe9\xf9\x30\x3b\x69\xc0\xe2\xa9\xc1\xad\xce\x61\x16\xcf\xe8\xa7\xf0\xce\xef\x36\xe3\x2c\xc5\xa2\xf5\x8f\x7e\x19\x67\xe9\x8b\xb3\xf0\xbb\xdd\x78\x17\x7e\xf1\xbb\x61\x9c\x7b\x12\xc1\xce\x6a\x38\xd6\xce\xd0\xdd\xf5\xb8\x36\x7e\x77\x1a\x9f\xc2\x1b\xbf\x7b\x1b\xe7\xc8\x22\xb8\x28\x37\xfa\x63\xfc\x11\x1e\xfc\xee\x6b\x1c\x13\x5e\xfc\x9b\xe1\xdb\xb0\x83\xeb\xa4\xbb\x28\x23\xc3\xd7\x49\x07\xb1\x1f\xf6\x6d\x5b\x3b\xdb\xe1\x7b\x94\x83\x58\x0b\xfb\x56\xd6\x52\x31\x7c\x0f\x71\x70\xc3\x70\xdf\x38\x10\x1b\x21\x63\x6b\x44\x25\x7f\x5d\xc7\xea\x23\x3c\x2e\xb1\xe7\x0a\xb5\x6f\xf5\xfa\x3f\x27\x5c\xf5\xfa\x7f\x1b\xae\x37\x44\x47\x7d\x63\x49\x23\x26\xda\xeb\xb7\x6b\x5f\xdc\xd2\xdc\x30\x79\x43\xb1\x0a\x5f\x9e\x56\x2d\x22\x8d\xbc\x43\x17\x5c\x5f\xb9\x05\xeb\xb6\xdc\x32\xaf\xdd\x82\xaf\xdc\x70\x95\x03\xc6\x6f\x68\xb3\x92\x09\xf2\xaf\x9e\xfe\x46\xc7\xd0\xc9\x04\xf9\x97\xde\xcb\xcf\x4f\xf8\xb2\x51\x2a\x67\xee\xf9\xe9\xfc\x2a\xff\x50\x39\xd4\xf3\xe3\x11\xb6\xc4\x73\x04\xbe\xe9\xf2\xd9\x15\x21\x3f\xf9\x71\x19\xed\x6e\xeb\x37\x15\xc8\x2a\x13\xc7\xcf\x1f\xdc\xa5\xc9\x8f\xd3\x68\x96\xd0\x8d\xba\x84\xb9\x4a\x50\xb9\x2c\x95\x1f\x7b\x29\x6e\xfb\x7c\xde\x4a\x7d\x6c\xa5\x08\xbf\x97\x1f\x8f\xd1\x37\xf3\x52\x82\xb6\x57\x1f\xa1\x73\xb1\x84\xbe\xa9\xa7\xdb\x3e\x36\x4e\x65\x23\x04\xca\xc7\xf6\x89\xc4\xb5\xf0\xdd\xb8\xf3\x2f\x96\xde\xc6\x93\x6e\xdf\xd4\x2b\xe8\x9f\xde\x10\x10\x65\xe8\x73\x9c\xd6\x8f\x38\xad\xb5\x55\xa1\x6a\x39\xb3\xa3\x51\x43\xcd\x8d\x0f\x5d\xcd\x63\x33\x9f\xc9\xc0\x9f\xc8\xc0\xad\xff\x6f\x39\xcc\x8f\xbf\x8f\x3f\xfe\xed\x3f\xfe\x73\xfc\xf1\x5f\xe3\xef\xef\x8f\xfb\xaf\x3f\xff\x7c\xff\xf1\xaf\xe7\x6f\xf7\xbf\x7e\xfc\x7b\xa2\x3f\x9e\xf7\xfb\xdb\x3f\xde\x3f\xdf\xff\xfe\xe7\x5f\x7f\xde\xef\x8f\x3f\xfe\xf9\x47\xfe\xd5\xfa\xf7\x3f\x01\x00\x00\xff\xff\x4b\x56\x88\x06\x41\x98\x03\x00"); +func _efeb ()([]byte ,error ){return _c (_gca ,"Adobe-CNS1-4")};var _bcbe =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x54\x92\xcf\x8e\x9b\x30\x10\xc6\xef\x7e\x8a\x39\x6e\x0f\x5b\x6c\xc0\xf9\x23\x45\x48\x15\x51\x55\x0e\x9b\x56\x65\xb3\xad\x54\xf5\x40\xec\x71\x6a\xa9\x31\x96\x81\x43\xde\xbe\x9a\x81\x50\xed\x01\xcd\xcc\x6f\xf0\x37\x1f\x63\xb2\xba\x39\x36\xc1\x8f\x90\x7d\x4b\xbd\x69\x71\x04\xe7\x83\x4d\x38\xf4\x53\x32\x08\x17\xbc\xfa\x20\x84\xca\xc1\x7a\x33\x3e\x4a\x0e\xe6\xd6\x45\x21\xb2\x73\xf0\xf5\xa9\x7d\x3e\xbf\x7e\x56\x9b\xe7\x2f\x30\x0d\xb8\x34\xea\xe6\xd8\xde\x87\x11\x6f\x4d\x70\x3d\x14\xb3\x80\x9d\xe2\x22\x02\x90\x7d\xc7\xab\x1f\xc6\x74\x87\xa7\x4f\xb6\xbf\xe0\x07\xb0\xe8\x88\x7f\x4d\x16\x93\x0f\x57\x78\xaa\x4f\xad\x5a\x71\x3b\xc5\xf8\x17\x6f\x18\x46\xd8\x32\xc3\x60\x39\x8a\xac\x7e\xe9\xe2\xa9\xbb\x21\xbc\xb7\xf3\xc6\x6d\xee\xbe\x61\x1a\x7c\x1f\x40\x7d\x94\x72\xff\x1f\xbf\xde\x23\x82\x5a\x54\x7e\x9e\x9b\x23\xfc\x52\xa0\x24\xe4\x5a\xef\xf3\xdf\x0b\xff\xf1\xd2\xdb\xf5\xad\xcd\xec\xdf\x78\x6b\xfe\x74\x49\x1c\x72\xa9\x8a\x0a\x54\x2e\x39\x2d\x29\xcd\x29\xcd\x75\x05\x4a\xee\xc5\xc1\x61\xe9\x2a\x50\xc5\xb6\xd4\xe2\xe0\x9c\xbe\x50\x51\x72\x6a\x29\xd5\xf4\x1d\x0f\x39\xb1\x5d\xe5\x53\x17\xae\x28\x0e\x85\x94\xbb\x0a\x28\xec\x2b\x50\x5a\x32\xe9\x66\x42\x52\xe5\x86\x89\x99\x09\x29\xea\x92\x09\xce\x84\x66\xeb\x1d\x11\x25\x99\x28\x45\xa7\x72\x26\xe5\x4c\xc8\x6a\xb1\x23\x4b\x3c\xcb\x39\x9e\x55\xc8\xc5\xd9\xec\x84\x0b\xba\xda\x75\xd9\x66\x4a\x09\xc3\xc8\x17\xcb\xdb\xa4\x0d\xf9\x80\xeb\xdf\x13\xfb\x48\xa7\xf8\xf9\x17\x00\x00\xff\xff\x60\x3a\x39\x2b\x69\x02\x00\x00"); +var _dbdea =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\xbd\x4b\xaf\x6d\x39\x72\xe7\x37\xcf\x4f\x71\x86\xed\x41\xbb\x16\x17\xdf\x40\xe1\x02\x96\xd4\x05\x0b\x8d\xb6\x0d\x4b\xb2\x0d\x18\x1e\x90\xfb\x21\x27\x60\x65\x16\xb2\x4a\x03\x7d\x7b\x83\xff\xff\x2f\x76\x0a\x86\x81\xa3\x3b\xb9\x3b\x0e\xd7\x22\xb9\xc8\x60\x30\xde\xf1\x87\xbf\xfd\xfb\xbf\xfb\xfb\x5f\x7e\xfe\xeb\xd7\x1f\xfe\x97\xdf\x7e\x7d\xfc\xc3\xeb\xaf\x5f\xef\x9f\x7f\x79\xfe\xf6\xfa\xcb\xaf\xff\xfa\xdb\xe3\xf5\xb5\x5f\xff\xfc\xf3\x2f\x3f\xfd\x94\xee\xaf\xe7\xcf\x8f\xbf\x06\xa8\xff\x1e\xff\xb2\xfe\xfc\xd3\x4f\xe7\xfd\x7f\xf8\xb7\xbf\xfc\xf5\xf5\x2f\x7f\xff\xcb\xfb\xd7\xaf\xec\xe7\x9e\xff\xfa\x67\x9e\xfd\xfa\xfa\xc3\xff\xfa\xfa\xe7\x9f\xff\xf2\xd7\xdf\xfe\xed\xeb\x3f\xfd\x0f\xcf\x5f\xf7\xeb\xbf\xfb\x7a\xbe\xde\xe7\xef\xff\xf3\x6f\xcf\xd7\x6f\x3f\xff\xf2\xcf\x5f\xff\xe9\xbf\xfe\xfa\xdb\x6b\xa5\x4f\xc3\x3f\xfc\xeb\x9f\xff\xfc\xff\xbc\xfe\xe5\xf5\xcb\x5f\xbf\x92\xfe\xf6\xfa\xe5\xa9\xff\x7f\xfa\xc3\xdf\xfe\xb7\xf5\xe7\xff\x69\xfd\xcb\xeb\xeb\x0f\xff\xf4\xcb\xcf\xff\xf5\x1f\xfe\xf3\x3f\xfd\xe3\x9f\xc6\x7f\xfe\x1f\xd5\xa8\xb6\xff\xed\xf5\xdb\x5f\x7e\xfe\xf5\x97\xaf\x94\xfe\xfb\xeb\x1a\xbf\xff\xfd\x1f\xff\xed\xcf\x2f\x3a\xfb\xe9\x0f\xff\xc7\x3f\xfd\xfd\xdf\x7d\xfd\x9f\xe9\x2b\x5d\x5f\x77\x2d\xa9\xfc\x5f\xfc\xfd\x7f\xff\x6f\xbf\x3e\x5f\x5f\x97\xa1\xe2\x0f\x78\xfc\xfa\x7c\xfd\xe5\xcf\xeb\xf1\xfa\x6d\xfd\xf2\xcf\xaf\x9f\xbe\xbe\xfe\x78\x5d\x3f\xbe\xfc\xef\x8f\xfd\x4f\x3f\xce\x5f\xfe\xf6\x1a\xfc\xed\x8f\x7f\xf7\xa7\xbf\xf1\xdf\xfe\xcb\x35\xf8\xeb\x1f\xff\xcb\x9f\xfe\x26\xfe\xfa\x27\xfd\xf5\xfc\xfd\x8f\x7f\xea\x7f\xc3\xdf\x5f\xbf\x3c\xff\x3f\xa3\xfc\x94\x3c\xf8\x2f\xbf\xfe\xf5\xf9\x7a\xfb\x6f\x1a\xf7\x8f\xe9\xfd\xe3\x2b\x9d\x37\xfe\x7d\xd3\x4f\xe9\xba\x98\xed\xcf\xcf\xc7\xff\xbd\x7e\xfb\xe9\x8f\x8f\x7b\x5d\xe7\xc9\xf3\x23\xfd\xf8\xba\xaf\xa1\x9f\xe5\xc7\xd7\x9d\x8a\x7e\xf6\x1f\x5f\xa9\x56\xfd\x1c\x3f\xbe\xd2\xd5\xf5\x73\xfe\xf8\x9a\x7e\x74\xfd\xf8\x6a\xcd\x3f\xf7\x8f\xaf\xd4\xdb\xf9\xb9\x4f\xa7\x59\x7f\xdd\xe9\xfc\xbc\xf4\xb3\xfc\xf8\x4a\x73\xea\x67\xfb\xf1\x75\x17\x8d\xb0\xcf\x08\x97\x7f\x8e\x33\x05\xf7\x30\x7f\x7c\x8d\x72\xeb\xe7\x19\xa2\x6b\x0a\x5b\x43\x68\x0a\xfb\xf1\xe3\xab\x57\xcd\x7c\x3f\x7f\x7c\xf5\xe2\xd1\x5e\xe7\xaf\x7e\xed\x7d\x3a\x3b\xa3\xe5\xd1\xce\x24\x4f\xbf\x79\x5e\xe7\x67\xd7\xcf\x33\x70\x4e\xfa\x39\xce\x10\x59\x3f\x5f\xe7\xa7\x9f\x7d\xff\xf8\xea\xfa\xb6\xbc\xda\xe9\x57\xaf\x9d\x6f\xeb\x55\xfd\x6a\xea\xf9\xd6\xcf\x71\x9e\xd5\x6b\x9a\x43\x3b\x0f\x94\x99\xce\xb3\xa7\x87\xb2\x34\x07\xfd\xf5\xac\x69\x6f\x67\x49\xca\x59\x9d\xde\x92\x7e\xde\x67\x60\xff\x35\x9f\xbf\xde\xfa\xa9\x7e\xb3\x7e\xbe\xcf\x03\xe7\xd9\x7a\x30\xa3\xb7\xa2\x9f\xe9\xfc\xf5\xd6\xcf\xfb\xfc\xb5\xea\xe7\xfc\xf1\xd5\xf9\xab\x96\x6f\xe8\xe7\x3e\x7f\x55\x0f\x53\xa3\xa9\x87\xa9\xd1\xce\xb7\x55\x4d\xb2\xfb\xe7\x99\xa4\xa6\xb3\xce\x52\x8f\x5b\x3b\xb0\x47\x3f\xab\x7a\xba\xd8\x53\xbb\x75\xeb\xe7\x3c\x3f\xf5\xc0\x5c\xe7\x67\xd1\xcf\x7d\x7e\x76\xfd\x7c\x9c\x9f\x97\x7e\x3e\xcf\xcf\xfc\xd3\x1f\x9f\xd7\x99\x7b\xba\xee\xf6\xd3\x1f\x9f\x69\xea\xf7\x59\xd7\xd7\x3d\xae\xb3\x4d\xb3\xf3\xbb\xfd\xf8\x4a\x29\x01\xec\x33\x97\x83\x5a\x82\xde\x82\x78\x70\xdd\x3f\xbe\x46\xbb\x80\xce\x3e\xdd\xa9\x01\x94\x1f\x5f\xa3\x8e\x1b\xa8\xfe\xf8\x9a\xf9\x8e\xb6\x26\xa8\x00\x1d\x14\xab\xd1\x74\xbe\x5c\xcb\xff\xba\x47\x3a\xeb\x3b\xea\xf4\x14\x93\xba\x2c\x15\x40\x4b\x54\x06\xd0\x99\x56\x71\x1f\x3e\x2b\xfe\x5d\x46\xfe\xf1\x95\x4a\x02\x38\x8b\x96\xdc\x41\x39\x9b\x50\xe7\x05\x70\x4e\x47\x75\x67\x45\xe7\x92\x29\x94\xf3\x89\x77\xe3\x31\xed\x56\x89\x96\x33\xef\xe2\x0f\x6c\x67\x77\x53\xbf\x00\xea\x39\x6b\x1d\x40\x5d\x47\xcb\xd9\x4c\x26\xdd\xb4\x9d\x35\x01\x9c\xb9\x15\x7f\x69\x3b\x2b\x39\x46\xe3\xb9\x83\xb2\x63\xb4\x0a\x74\x0b\x2a\x40\x59\x50\xbc\x57\x04\x31\xb2\x96\x68\x0c\x3f\xd9\x87\xfa\x1c\x15\xe8\x79\x20\x36\xab\x8f\xb7\x20\xda\xa6\x9e\x4c\x45\xf4\x0f\xba\xf5\xff\x43\xc9\xf4\xa8\xa6\x56\x19\x42\x8b\x30\xa3\x17\xcd\xac\x06\x24\x4a\xc4\x70\x87\x02\xce\xc4\xda\xf7\xb3\xdc\x33\xcd\x1b\xe8\x16\x94\x80\xb2\xa0\x0c\xd4\x04\x0d\xa0\xfe\xe3\x6b\x0a\xc5\x05\x0d\xb5\x4d\xa0\xa9\x36\xf7\x32\xce\xa7\x27\x90\x7b\x1c\x9c\x4a\x35\x5a\x0e\x7a\xd0\xe1\x38\x44\x6b\x74\x56\x61\x0c\xd1\xe1\x1b\xe0\x50\x62\x56\x72\x1c\x34\x1a\x9d\xbd\x1a\xe7\x88\xa7\x11\x2f\x09\x7d\xd9\xed\x71\x96\xf5\x4e\x9e\xfc\x38\x4b\x75\x27\xfa\xd3\xe2\x74\xce\xc3\x38\x27\x38\x75\x66\x71\x4e\x6b\x1a\xf4\x70\x68\x63\xca\xf1\xd8\x5b\xf3\xe3\x3b\x74\x8d\x80\x4a\x43\x07\xb1\xe7\x80\xe6\xf9\x2a\x3e\xf1\xdc\x17\xb1\xd6\x63\xbd\xce\x24\x68\xd1\xed\xc0\x51\x1e\xe7\x84\xa6\x11\x2d\x07\x67\x13\xef\x1c\x9a\x3b\xf2\x1d\x4d\x67\x7a\xdd\xdf\x3e\xcf\xf2\x8d\xca\x16\xcc\x51\xcf\x21\x9c\xd1\x36\xd4\xe6\xd7\xa6\x70\xaa\x67\xda\x84\x36\xfd\xce\x40\xda\x91\x02\xe0\x95\xb9\x81\x96\xd6\x93\x07\xf5\xc9\x39\x80\x43\xbe\x3e\x2d\xfe\x7e\xfa\xf0\x55\xc6\x02\xac\x51\xb4\x5d\x03\xa8\x0a\xea\x40\xa7\xff\x32\x1a\xd0\x16\xc4\x93\x4b\x33\xe1\x80\xaf\x25\x7a\x76\x65\xa0\xb3\x5a\x60\xc0\x3e\x8b\x3a\xf2\x7d\x01\x1d\x46\xe0\x72\x8f\x0f\xa3\x14\xdf\xf6\xf0\x87\x5e\x00\x9a\x56\xd6\x24\x67\x39\x28\x5a\xd3\x04\x48\x3f\xbe\x6a\xbe\x00\xee\x1f\x5f\xf5\x0e\xe0\x10\xad\xcf\x3b\x8f\xd3\x12\xc0\xf3\xc7\x57\x35\x05\x9b\x65\xbc\x0e\xd0\x01\xde\xe7\x9d\xdb\xc0\xd9\x87\x7a\x07\x70\xc6\xa9\x01\x9c\x71\x2a\xbd\x89\x38\x7a\xa5\x67\x39\x33\xad\xa6\xd6\xb3\x1c\xda\x56\x4d\xad\xa7\xc8\x66\xf5\x11\x9f\xe5\xd0\xb6\x9a\x03\x18\xe7\x9d\xe8\x60\x9e\xc7\xa2\x83\x75\x80\x68\xd9\xe7\x9d\x68\xd1\xf7\x44\x07\xe7\x7b\x0a\xe3\x9c\x8d\xaf\x85\xb9\x2d\xcd\x2d\x5a\x34\x37\xbe\xf4\xec\x4a\x2d\xac\xc1\x21\x08\xb5\x30\xce\xd2\x38\xd1\xa2\x71\xa2\x83\xb3\x3a\x85\x35\xd8\x1a\x87\xde\xb6\xc6\x09\x40\xe3\xd0\xc1\x39\x11\xb5\x30\xeb\xad\x71\xd8\xb9\xad\x71\x02\xd0\x38\x01\x68\x9c\xfa\x2d\x4d\x9d\x62\x2a\xaa\xb1\x64\x8a\x81\xa8\xc5\x80\x2e\x99\x9b\x9d\x6c\x3a\x0c\xbe\x14\x66\xd3\x61\xf0\x9d\x30\xdb\x59\xa0\x9b\x71\xdb\xa1\x99\xdc\xd7\xb3\x1d\x92\x79\xb3\x74\xed\x2c\xd0\x9d\xa3\x83\x73\xfd\xb0\x40\xbe\x70\x7a\x3c\x77\x2e\x9c\xd4\xe8\xe1\x2c\x4a\x6a\xd1\xa2\xb3\x34\x98\x9d\x88\xc6\x1d\xc0\x19\x09\x7c\x6e\x3a\x8f\xdd\xc4\x65\xea\x5a\x4a\x2d\x9a\x0e\x39\x69\x31\xae\x08\x9c\x89\xcb\xd4\x85\x75\xa7\x01\x20\xea\xd9\x01\x74\x32\xcd\x5b\xcc\x7e\xce\x58\xf2\x75\x3d\xbb\xa8\x76\x8b\x96\xf3\x85\x77\xf4\x70\xbe\xf0\x8e\x1e\x44\x57\x46\x40\xe2\x40\x62\xd8\x43\xc2\x5b\x0e\xe8\x10\xe0\x96\x00\xce\xd1\x36\x2f\x30\x75\x19\x8d\xde\x2b\xd0\x5b\x6f\x79\x16\xe3\x10\x99\xc4\x61\xd4\xb5\x92\x38\x8c\xe3\xf4\x77\x83\xc9\xbe\x1f\xd8\xdc\x21\x86\x0d\x44\xd4\x25\x30\xef\x3b\x20\xbd\x44\xdf\xe7\x16\x98\x37\x47\x6b\x78\x5c\x76\x7e\xea\xa2\x03\x7f\xa7\x2e\x3a\x4e\xd0\x34\x4e\x04\x70\xa4\x0d\x08\xc7\x3c\x87\xe6\xe6\x74\x4f\x21\x08\x47\x70\x1a\x41\x26\xc0\x99\x5e\x8d\x96\xc3\x51\x42\x38\xa6\xa6\x50\xa7\x7b\x78\x1c\x92\x30\x1a\x24\xea\x21\xfa\xdd\x20\x65\x8f\xb3\xd9\xa3\x5d\x7e\xf2\xc9\x93\x9a\xed\x7e\x9c\xa9\xb7\xe2\xc5\xdd\x8f\x43\xb3\x5b\x1e\x01\x89\xed\xf2\x45\xba\x1f\x67\x57\x5b\x29\x01\x1d\x66\xbb\xf4\xe8\xe5\xf0\xdb\x5c\x41\xfb\x71\xe8\x5b\xb9\x3b\xbd\x9c\xd3\x53\x8a\x77\x65\x8b\xfc\xd6\x34\xe8\x45\xb4\x4b\xec\xbb\xa0\x73\xa4\xaf\xe8\xf3\x6c\x4c\x83\x97\xd8\x8f\xb3\x33\x79\x7e\xa0\x23\xb0\x94\x0a\x24\x32\xc5\x22\xed\x87\xe8\x54\xb9\x18\xe1\xac\x79\xb9\x6b\x40\xf5\xc7\x57\x01\xe5\xf6\xc3\x6c\xe5\x60\x66\x67\xd9\x3b\xec\xe3\x7e\x2c\xd1\x4e\xaf\xd9\x7e\x88\x8e\xb5\x19\x6d\x4f\xdd\x13\x31\xde\xfb\xc7\x57\xee\x93\xb9\x1c\x52\x56\x3e\xdf\x70\x4e\x74\x6e\xd1\xcb\x39\xd1\xb9\x8c\x78\x72\x9c\x2f\x6a\xd1\x76\x88\x56\xff\x40\xe7\x6b\xc7\xe7\xbd\x23\x67\x8d\x8b\x79\x8a\xa2\x55\xf6\xe8\xa9\xfd\x9b\xac\xc4\xf3\xe0\x5e\x19\x25\xda\xf2\x8f\xaf\x92\x4d\x23\xf7\xf3\xec\x6d\xb9\x7c\x12\xf7\xf3\x1c\x95\x32\x6b\x3c\xd9\xce\x7b\x29\x9e\xec\xc2\x89\x02\x74\xf6\x3d\x19\x39\xf7\xf3\x1c\xe7\x76\x8f\x18\x6f\xfd\xf8\x2a\x9d\x15\x7c\xea\x1e\x3f\x23\x7c\x47\x6c\xf7\xf3\x9c\xf6\x36\x7d\x9f\xed\xe7\x39\x90\x65\xf8\xd8\xed\xe7\xf4\x9d\x4c\x9b\x90\xa9\xf7\x80\x6e\x21\x0c\x53\x13\x32\xd5\xc1\x27\x9d\x2b\xb2\xc3\x85\x6f\xa1\x79\x1b\xa0\xc1\x53\x88\x96\x6e\x3e\xf0\x20\x5a\x9f\x2d\xc6\x5b\x12\xa5\xf9\x24\x5d\x8d\x10\xb9\xfd\x34\x12\x26\x96\x49\x48\x08\x8d\xda\xcf\x43\x1e\x7a\x2f\xf1\xde\x11\x5a\xaf\x58\x98\x83\x92\x79\x5c\xcc\xfa\x5c\x13\x2d\x5d\xf4\x72\x98\xa6\xfc\x19\xcf\xd7\x6a\x8f\xb6\x73\x00\xd3\x60\x84\x83\xae\xad\xc5\x46\x48\x34\x6f\x31\x97\x83\xa0\x65\x4e\xbe\xef\x70\x9b\xbd\x7d\x46\xd8\x67\xcd\x38\x10\xcf\x43\x42\x4a\x20\xe8\xf3\x20\x6f\xe9\x9f\x79\x1e\x8e\xa5\x5f\x31\x9e\x2e\x4b\x0e\xfc\x53\xb7\x72\x8f\xf1\x0e\xf2\xf6\x11\xf3\x94\xe0\xfe\x19\xe1\xdc\xd2\xa5\xd5\x78\xef\xcc\x7a\xc6\x5c\xb6\x50\xab\x45\xdb\x39\xe2\x29\xb3\xba\xfb\xf0\x24\x23\x76\xfa\x5c\xe2\x8d\x9b\x67\x3f\xcf\x81\x28\x35\x50\xf2\x1c\x88\x56\x02\x79\xa5\x20\x28\xbe\x61\xf6\x4b\x47\x20\xb7\x80\xce\x5a\x67\xd3\xfd\xfd\xd2\xa5\x8e\xcc\xb0\x5f\xe7\x40\xb4\x7a\xdd\x40\x67\xad\x67\x8b\x27\xeb\x39\x8e\x26\x99\xfb\x75\x0e\x44\x2d\xe0\xe7\xeb\x1c\x88\xce\xc5\xb2\x5f\x3a\x10\x63\x04\x34\xcf\xa1\x9e\xf1\xe4\x12\x93\x14\x6d\x87\x2c\xc2\x39\xec\xd7\x10\xbe\x7c\xfa\x7c\x4b\xed\xc0\xcc\xa4\xad\x29\x1f\xe8\x60\x48\x33\xa7\xb3\x5f\x87\x29\xcc\xa5\x07\x74\x70\x7e\x82\x3d\xaf\x83\xf3\x39\x08\xe8\xeb\xe0\x7c\xc9\xec\xca\xcb\xc4\x95\xf5\x7c\x1d\x66\xb0\xd7\x14\x4f\x4a\x9b\x95\x99\xcb\xc1\xf9\x36\x66\xb4\x1d\x9c\x1f\xb1\x12\x62\x08\xfb\xa7\xcf\xf3\x0d\x17\x3b\xfd\x3a\x38\x5f\x3f\x5f\x74\x70\xbe\x5f\xf1\x0d\x07\xcb\x5b\x1e\x01\x65\xed\x0a\x23\x88\x0c\xb7\xcc\x17\x1d\xbc\x2e\x29\xf3\x45\xe7\x2a\x6c\x35\x56\xf0\x10\xe5\x82\x86\x61\xbf\x44\x94\xb9\x68\xf7\x6b\xe9\x6c\xde\x01\x3d\xcf\x5a\x73\xde\x5f\xc2\x6b\xb8\xa2\xfd\x3a\x78\x5d\x7a\xac\xa7\xf4\x5a\x3d\xf3\xe4\x16\xbe\x5c\xf4\xb2\x35\xcf\xc1\xd7\x1e\xbc\xee\x3d\x70\xe9\xe0\x75\xaf\x33\xda\x9a\x46\x60\xd6\x62\x4d\x7f\xef\xf3\x60\x79\xbb\xe3\x49\xa9\xa8\x62\x1f\x0e\xce\x97\xd6\xe2\xbd\x7d\xf6\xef\x33\xde\xe3\x40\x66\x2e\xf7\xfb\x60\x72\x8e\x13\xfe\x16\x26\x4f\x4e\xe3\x5b\x98\x3c\xf8\xf6\xb7\x48\x7b\xfd\x40\x67\x75\x91\x22\xf6\x5b\xa4\xfd\x88\xbc\xdf\x12\xe5\xf7\x41\xf3\xd2\x5a\xbc\x28\x22\xf9\xe9\x74\xea\x56\x4d\x40\x87\xbf\xb8\xf8\xa4\xf7\x91\x81\x5a\xaf\x01\xbd\xf4\x11\x0d\x48\x24\x85\x23\xf7\x46\x0c\x0a\x48\x1a\x3d\x48\xd1\xfb\x20\x7d\xcf\xdc\xcd\xef\x83\xf4\xa5\xc6\x5c\x0e\xd2\xe7\x29\x34\xc8\xe3\x92\xf6\x40\xd7\x61\x1e\xd7\x94\x08\x2a\x6a\x73\xa0\xd3\x24\xe6\x30\x8f\xeb\x20\xe4\x90\x22\xf1\x40\x5b\x8c\xe3\x65\x28\x4b\xfb\xa5\x0b\xf6\x00\x8f\x1f\x5f\x33\x67\xf7\x51\x0f\x0d\x4e\x3c\x67\xf6\x50\x18\x90\xc7\x30\x83\x3e\x06\x90\xd9\xeb\x29\x68\x4a\x0b\x5b\x3d\xc3\x25\xad\x5e\x66\x52\xeb\xcc\x7e\x5e\x23\xa0\x97\x54\x6d\xee\x5f\x12\xed\xbc\xa6\xdf\x7b\x89\x03\x9a\x6e\xd2\x8e\xdf\x2d\x80\xb3\xe1\xba\xb1\x0e\x60\x1a\x00\x50\x45\xd4\x00\xa4\x7c\xad\x00\x87\xab\xac\x13\x40\xd7\x78\x01\x98\x3a\xfe\x00\x87\x16\x5c\x1d\xe0\xdc\xe1\x7d\x46\x77\x87\xd0\x26\xa6\x60\x8d\x32\x2d\x53\xf3\x89\x16\x31\x52\x0c\x24\xf5\x5a\xcc\x54\x94\xa5\x32\xaa\x08\x4b\x0b\xe0\x20\x8d\x26\x57\xf6\xf8\x77\x5c\xe8\x81\x84\x17\xda\x9c\x03\x9d\xab\x26\xb7\x80\x84\xa3\x3d\x9e\x3c\x1f\x65\x41\xf6\x40\x53\x12\x77\xb4\x89\x14\x8b\xac\x1c\x68\xeb\xf2\x6c\x40\x87\xa8\xa5\x8b\xd1\xa5\xbc\xbe\xb5\xad\x07\x3a\x87\xfe\x2a\xbc\x27\xb9\xdb\x0a\x9a\x03\xe9\x5a\xd0\xca\x1f\xe8\x70\x70\x43\x07\xf4\x40\x67\xf4\xdf\xdf\x3b\x04\xa8\x0d\x9e\x3c\xc4\xa9\xcd\x1b\x48\x7c\xe0\xb8\x02\x3a\xe7\x6c\xc4\x93\x07\xa9\x4a\x8a\x11\x74\x25\x0e\xd6\x45\x92\x45\xbb\xee\x09\x94\xc5\xcb\x16\xa0\xaa\xb9\x04\x74\xde\x9b\xe5\x06\x7a\x4a\x91\x90\x80\xcc\x4d\x46\x9f\x52\xfd\x27\xde\x3b\xdf\x97\xad\x3c\x3c\x90\xc8\xd8\xc8\x40\xf3\x23\x1b\x1c\x48\x1c\xea\x8c\x27\xcf\x99\x6f\x29\x9e\x3c\x67\x7e\x34\x46\x3f\xcc\x48\xae\x31\x9e\xd8\x8f\x1c\xdf\x60\x72\x7b\x05\x74\x56\xf7\xe2\xdb\xa7\x48\x6a\x4e\x8c\xb0\x35\xc2\xe5\x6f\x58\xe2\x73\x7d\xb9\x1c\xe8\x90\x38\xeb\x50\x0e\xa4\x33\x04\x4e\x48\xb7\x54\x6f\x56\x62\x89\xed\x2c\xcc\x73\x9d\x95\x68\x56\x50\x96\xad\x33\xdb\x2c\x5d\x1d\xe8\xe0\xa0\x25\xf3\x03\x89\xf9\x89\xd1\x0f\x86\xb4\xab\x30\xfa\xc1\x90\xd6\xaf\x0a\x74\x2e\xac\xab\xc6\x7b\x1e\x3d\x7f\x47\x7c\xcf\xa3\xe2\xc4\x3a\xdd\x1c\x8e\xb1\xb4\xd9\x80\x64\xef\x00\xe9\xa5\x12\xcb\xd6\x52\x1f\xa8\xca\x76\x13\xef\x9d\x25\x9c\x85\x4f\x92\x48\x23\x3b\x88\x20\x1b\x45\xa2\x97\x73\xd7\xb4\x16\x90\x48\xf8\x15\xe3\xbd\x8e\xc8\x76\xd3\x8b\x38\xb8\x04\x9a\x2f\x19\xa9\x2c\x06\x96\xbd\xa5\x3f\x8b\x11\xb6\x0e\x6e\x29\x05\xe8\x1c\xa4\x38\x80\xb2\xa7\xe4\xc1\x17\x6d\x09\x0e\x17\xcb\xbb\x87\x50\x84\xb9\x6c\x5d\x27\xa5\x7b\x79\xb7\x16\xbb\x80\x84\x5b\xc7\xf1\x8e\x11\x0e\xba\xf6\x40\xc9\x3d\xc5\x39\xe4\x0a\x24\x4e\x33\x45\x9b\xae\xaf\xc4\x78\x53\x48\x18\x33\x93\x30\x69\x95\x6e\xd9\xfb\x70\x2a\xc5\x86\x83\x03\x9d\x9b\xb5\x80\x68\x5b\xfc\x78\xe1\xb0\x6c\xf1\xc7\x23\x33\x33\x59\xb5\xe6\x1d\x50\x13\xba\xde\x40\x5d\xdf\xc7\x78\x3a\xd4\xa5\xb9\xcf\xc7\x59\xb3\x72\x71\x58\x1e\x32\x67\x35\xd6\x13\x21\x9b\x23\x20\x21\xbb\x5c\x35\xda\xce\x2a\x5d\xcc\xf3\x71\x50\xb9\x5c\x2d\x03\xbd\x25\x48\x7b\x9e\x0f\x5d\xba\x17\x08\x2a\xe1\x7c\x7c\x20\x71\x46\x13\xd2\xf7\x10\x1f\x3f\xa3\x4d\xfb\x5e\x26\x23\x88\xa7\xe9\x39\xda\x96\xf6\x21\x20\x69\xdc\x4a\x03\x3a\xa4\xa1\x64\x43\x4f\x5f\x5c\xe0\x8b\x05\xcd\x04\x99\xb2\xa0\xe9\xfb\xae\x58\xd0\xec\xb5\x44\xdb\x53\x82\x66\x40\x2f\x3d\x79\x03\xbd\x45\x16\x79\x4f\x07\x77\x40\x08\x25\x2f\x36\xdb\x16\x0a\x32\x61\x4b\x1d\x68\x8a\x34\x54\x20\xad\xee\xa7\x97\x73\x54\x53\x0f\xe8\xa1\x4b\xd5\x7b\x24\x59\xab\x57\x76\xd3\x52\xd2\x00\x3f\x25\x25\x95\x39\x02\x12\xaf\x9e\x19\xcf\x27\xe7\x0e\x48\x3c\x77\x7c\xdf\x21\x68\xad\xb0\xef\x92\x68\xea\xcd\xb9\x95\x0c\x53\x3b\x2b\x28\xa9\x25\x97\x1e\x90\xae\x27\x70\x42\x72\x4a\x29\x5c\x79\x92\x4c\x7a\xfe\xbc\xb7\xce\x89\xcb\x13\xe8\x60\x4f\xbd\xa2\xed\x29\x85\xc6\x0d\xe4\xf5\x04\xd2\x0a\x66\x4e\x8e\x65\x8a\xca\x8e\x89\x41\xe9\x57\x89\x27\xcd\xbd\xd2\xa7\x6e\xf4\x1c\x4f\x8a\x86\xf4\x16\xd0\x5b\x12\x37\x4f\x8a\x93\xce\x8d\xaf\x35\x9e\x15\xc6\x3b\x2b\xd1\x2b\x27\x55\x3c\x50\x0e\xe2\x2a\x26\xa8\xc7\x45\x66\x2e\xa8\xb3\x2e\x66\x69\xe2\x74\x98\xa7\x99\xec\x98\x58\xd2\xd6\xb9\x62\xcd\x76\xa6\xfe\xad\x9d\xad\x98\x0b\xcd\x0d\x14\x11\x17\xda\x3b\x37\xcb\x5b\xe2\x55\x65\xab\xdf\x53\x6c\x3d\x37\x8b\x98\x9b\x1a\xb7\xc0\x7b\x7a\x73\x81\x24\x26\x75\x38\x9f\xf7\xf2\x56\xd3\x8b\xc4\x96\xda\x02\x7a\x8b\x84\x31\xba\x74\x49\x83\xdb\xea\x7d\x10\xad\x4c\xae\x84\xb7\x45\x93\x58\x0a\x1d\xd5\x0b\x82\xfd\xd6\x51\x9d\x12\x46\xea\xb8\x24\x46\x78\x03\x0f\x64\xf4\x19\x40\x07\xcd\x7d\xff\x1e\xc8\x44\x39\xa0\x43\x32\xa7\x88\x56\x1d\x97\x94\x32\x43\x88\x56\xcd\x82\x97\xfb\xd3\xd6\x24\xd8\x32\x9e\xc4\x4e\x0b\xd9\x07\x5a\x42\x91\x68\x7b\x1c\xc2\xab\xf5\x3c\x90\x6e\xf8\x18\x4f\x44\xf9\x12\xd9\xa8\xe3\x3a\xab\xd4\xfd\x45\x07\xd2\xb7\x0b\x0d\x0e\xe4\x6b\x86\x11\xce\x05\x98\x3f\xf3\x94\x30\x39\x3e\x6d\x87\x5f\xab\x83\xd1\xe5\xd0\x71\x89\xe9\x3f\x90\x8e\x47\xcc\xec\x5c\x8e\xdd\xa8\x7c\xa0\x83\xd8\x16\x50\xab\xed\xe6\xd5\x0a\x8d\x3a\x92\x2c\x43\x33\x75\xa0\xae\xe3\x3f\x80\xce\x78\xed\x8e\x36\x6b\xce\x2a\x90\xd1\xdc\xf3\x4c\x26\x53\xa3\x01\x2d\x1d\x47\x46\x10\x29\xea\x17\xbd\x9c\x2b\x28\xb7\x8b\xb6\xed\x6f\xbf\x80\xcc\x89\x30\xfa\x39\x56\xcd\x96\xd9\x03\x9d\x83\x5b\x9a\x47\xbf\x87\xd4\x53\xb5\x01\x89\xc7\x4d\x37\x90\x76\x1a\x0c\xb9\xa7\x34\x98\xa9\x00\x0d\x69\x3e\x33\x90\xc4\xf1\xc1\x93\x5a\xb3\xbb\x05\xa4\x35\xeb\x8c\xa7\xcb\xf1\xaa\xb4\x6d\x5f\x09\xd1\x76\xbe\x3d\xc5\x08\xe6\xfa\x72\x3c\x69\x9c\xf0\x78\x59\x82\xed\x75\x07\x74\x30\x4b\x3e\x32\x82\x96\x2e\xf8\x09\x24\xdb\x5b\xe6\x49\x7d\xc3\x00\x27\xb2\x58\x88\x8b\x99\x65\x69\xc3\xaf\x1c\xd0\x12\x27\x79\x03\xbd\xb4\x63\x5e\xa5\xac\xcb\x3f\x95\x0b\xa8\x8b\x37\x2e\x40\xcf\x83\x9f\xac\x44\xde\x52\x09\x65\xc6\x13\xbe\x5c\x37\xef\x41\xe8\xdd\x56\xac\xba\x9a\x0d\x28\x89\x68\x65\x20\x09\x79\xec\x4a\x19\x62\x28\x5a\x01\x9a\xda\x15\x7f\xbb\x4c\x88\x2d\xa7\x04\xe4\x6f\xe7\x49\x31\x92\x95\x73\x54\x84\xf3\xb6\xdd\xd7\x61\x47\x9c\xca\xa9\x92\x75\xad\x14\x4e\x55\x91\x9a\x22\xe5\x68\x7b\x88\x86\x78\x9e\x72\xca\x69\xd7\x98\x40\x56\xb8\x05\x94\xc5\x45\x57\x20\x51\xcc\x7e\x03\x89\xec\x5f\xd1\x8b\x5c\x70\x46\x06\xea\xd2\x28\x7c\xcb\x29\x9f\x47\x65\xf9\x63\x41\xe5\x00\x94\x47\x09\x48\x3c\x52\x8a\x21\x0e\x4a\x16\x0e\x6e\x15\x62\xf7\x1c\x53\x3b\x62\x50\x61\x23\x2a\x7a\xe5\x0e\xf4\x90\xe2\xdc\x07\xa9\x1e\xee\xbb\x5c\xf1\x81\xe6\x01\xe3\xc9\x83\x06\x25\xc5\xe7\x1e\x02\xd3\x5a\x61\x74\x69\x68\xcb\x1d\xef\x89\xf4\xb1\x9d\x75\xfd\x6e\x30\x39\x90\xf4\x3e\x23\xfa\x7c\x8a\x14\x31\xeb\x25\xad\x61\x40\xba\x04\xac\x81\x38\x90\x50\x99\xcd\xad\xba\x47\x2f\x50\xa4\x6e\xf3\xdb\xf1\xa4\x67\xc6\x08\xd2\x33\x59\x2c\xaf\xa3\x0d\x99\x2c\x20\x0d\x4d\x9a\xcf\xc9\xc6\xb7\x73\xac\x7a\x62\xe3\x9b\x78\xb2\xda\xbd\xd6\x32\x8b\x96\x1e\xef\x9d\x63\x55\x3a\x57\x82\x1c\x6e\x9a\x7c\xe4\x0e\x64\x6d\x38\x87\xb3\x49\xfb\xd7\x59\xdd\xb6\x64\x42\x88\xf1\xa4\xab\x8e\xe3\x2f\xd3\x66\x1d\x7c\x51\x33\x82\xde\x01\x9d\x55\x8a\x7d\xe8\x42\xb4\x04\x21\x94\x69\xb2\xcd\xab\x00\x69\x1f\x3e\x6d\x5b\x68\x17\x6d\x67\xbc\x76\x45\x2f\x96\x0b\x3c\x97\x3e\xdd\xd6\x80\xcc\xdd\xd0\x8b\x94\x38\x17\x5f\x2b\x57\x9a\x6a\xcd\x67\x1d\x5d\xfa\xc5\xcf\xe8\xda\xb1\x0a\x09\xeb\x52\x42\x5d\x29\xda\x0e\x51\x4e\x5c\x8e\xfd\x90\x8d\x96\x38\x80\xfd\x1c\xc0\x1e\xa4\xb6\xcb\xf3\xaf\x55\xb7\x49\x5d\x82\x81\xad\xda\x99\xa6\x15\xc8\xa9\xcc\x9e\x35\x41\xc2\xa4\x2e\x69\x41\xa6\xac\x2e\xb9\x72\xf4\xb2\xc4\x57\x76\xa0\x97\xae\x74\x20\xa9\x44\x7a\xcf\x40\x5a\xf9\x3e\x80\xa4\x69\xe5\x1b\x86\xae\xdf\xc2\xba\x0c\xb9\x02\x5c\xd1\x8b\x4e\x40\xfb\x3c\x29\x85\xcc\x15\xd0\x4b\xdc\x29\xb3\xde\xfe\x22\x66\xa6\xab\xab\x73\xe2\xe4\x08\x53\x2d\x3d\x1d\x48\x66\xb3\xf8\x76\xe9\x56\xaf\xf8\x06\xcb\xa6\xf1\xb5\xd2\xad\xc6\x95\x37\xcd\x3b\x5e\x01\x75\x71\xa0\x17\x90\x67\x96\x80\x4c\x43\x3a\x90\x30\x72\x06\xf4\xd4\x39\xf2\x4a\xcc\x69\xac\xa3\x4f\x29\x87\x52\xca\x40\x62\x9f\xc0\x10\xa9\x4b\xca\xe0\x2a\x91\x0f\x4d\x2d\xe0\xc4\x3c\xab\xd4\xca\x60\x2e\xf6\x33\x85\x2e\x4d\x58\x40\x7f\xd1\x94\x0d\xe6\xd3\xa6\x8b\xf3\x9a\xd1\xf6\x14\x0b\xc8\x3c\xc5\x45\xdb\xe7\xae\x8e\xa5\x6f\x9f\xcc\x7a\x49\x85\x66\xe5\xed\x81\xc4\x2c\xde\x09\xe8\xec\x58\xf4\xb2\x86\xec\x5d\x69\x7c\x4f\x94\xad\x2f\xe9\x2c\xe8\xb2\x01\x83\x03\x2f\x2d\x08\x16\xe0\x03\xc9\x5e\xca\xed\xb1\x44\x1a\x0a\xe4\x5b\xbe\x3f\xc5\xa2\x7f\xb5\xef\x4f\xb9\x38\xf0\x4b\xcb\xd4\xe1\x9f\x96\xc8\x46\x6a\xf1\xe4\x16\xa7\xc5\x93\xb2\x97\x76\x8e\x8e\x94\x12\xb9\x81\x06\x5b\x5a\xb3\x09\x31\xd8\xbe\x91\x40\x2d\xa9\x28\x5a\x70\x14\x5b\x4b\xd1\x73\x40\x5a\x8a\xe6\x0d\xdc\x22\x7d\x0d\x54\x96\x52\xa2\xc4\x8d\x2b\xa5\x44\xbb\x21\xfb\x52\x43\xe4\x9a\x18\xef\x70\x4c\x65\x70\x09\xc8\x6d\xb4\xcf\x1e\x4f\x4a\x24\xe3\xfb\xf6\x21\x30\xa5\x72\xa7\x4b\x45\x51\x7a\x8c\x7e\x2e\xa4\x5a\xb8\xb7\xa5\xb0\x68\xb1\xd6\x9b\x35\xa3\x17\x99\xe9\x26\xa8\xb5\x0f\xc2\x94\x02\x67\xb7\x39\x48\x8c\xa0\xa3\xf3\x99\xe7\xd6\x11\x80\xa0\x6d\x71\x61\x63\x06\x24\x63\x2d\xc8\xf4\xd0\x0a\x56\x88\x8f\x7c\x04\xc6\x95\x02\x12\x4a\x72\x1d\x3e\xcc\xf1\x72\x05\xa1\x94\xe0\x82\x78\xa0\x65\xcd\x40\x4d\x86\xdc\x80\x64\xba\x85\xf4\x3d\xc4\x73\x36\xbe\x5d\x96\xff\x16\x87\xec\xb1\xc4\xe7\x41\x40\xe5\x07\x90\x2b\x3b\xfd\x10\xf1\x49\x90\x86\x87\xc5\x51\xe4\x9e\x87\x88\x48\xec\xa6\xec\xeb\x25\x71\xc5\xca\xbe\x9e\x27\x1c\xd3\xd3\x82\x39\xfc\x8c\x54\x1b\x3d\x71\x1c\x65\x5f\x6f\x41\x24\xa5\xda\xa8\xc1\xd1\xdb\x86\x6e\xb3\xd9\x81\x24\x13\x71\x70\x6d\x43\x9f\x57\x3c\xf9\x94\x7e\xdb\xdf\x20\x65\x46\x4d\xe0\x84\x8c\xdf\x6d\x80\x67\x4f\x79\x33\x87\x2c\xf5\xb4\x6c\xca\xf9\x93\xb9\xbb\xa4\x12\x6d\x4b\xc4\xa7\x03\x3d\x3e\x5e\x16\x07\x7a\x89\x60\x33\x9e\xd6\xb3\x21\x01\xca\xe0\x9c\x47\x0d\x48\x6c\x57\x65\x04\x29\x8e\x46\xac\xcb\x96\xfe\x9e\x9d\x7e\xca\xa4\x76\xc7\x78\x47\x46\xc9\xa5\x45\x9b\xce\xca\x8c\xf7\xba\x70\x90\x11\xb6\xb5\xe4\xf1\xe4\x5b\x27\xce\xbd\x48\xed\x51\x07\x58\x20\x93\x68\x0d\xa6\x4f\x4a\x89\xd2\xc0\x3a\x99\x36\xfb\x6c\x03\xe8\x2d\x7e\xd4\x7d\xda\x44\x19\xec\x85\xcc\x90\x39\xce\xdf\x0b\xf3\x3a\xef\xc9\xc7\x63\x42\xa5\x6c\xa6\xab\xec\xa6\xd5\x10\x17\xd8\x6a\xc3\xca\xcd\xe5\xf1\xb6\x0c\x5d\x0a\x90\xd4\x9c\xac\xa0\x6c\x2b\x4d\x8e\xe4\x82\x24\x67\xc1\x7a\x48\xb7\x50\x1b\x18\xf9\xb6\x62\x13\x36\x16\x4d\x43\x8b\xb6\xad\xf7\xfe\x03\x44\x59\xca\x85\x76\xf1\xb9\x6f\x69\x91\x6f\x96\xf0\xad\xe3\x31\x63\xda\xd2\x29\x77\x88\xd6\xdb\x0b\x13\x13\x3d\x84\x37\x77\x0e\xd2\x5b\xf7\xd3\x84\xe7\x7c\x8b\xf0\x06\x2a\xbf\xe5\xe1\x57\xaf\x78\x52\xc7\xff\x03\xbd\x45\xe8\x19\x4f\x3c\x52\x89\x99\x29\x38\x20\xb8\xf6\xf7\x96\xe7\x25\x88\x26\x45\x47\xbb\x21\xe6\x56\x6d\xf0\x0d\x53\x86\xc0\x81\x40\x38\xaf\x61\x44\xeb\x40\x8e\x53\x88\x36\x99\x55\xbc\xbc\xf3\x92\x76\xa8\x59\x82\x98\x97\x6f\x78\xdf\xe2\xd3\x8a\x0e\x7b\x0c\x1c\xe8\x25\x64\x0a\xe8\x2d\x44\x6b\x86\xa6\xbe\xa1\xd2\x8b\x39\xa6\xc4\xcc\x74\xfb\xcf\xca\xe8\xba\xfd\x5b\x66\x74\xa1\x64\x1e\x3c\x29\x94\xb4\x09\xeb\x40\xe6\x21\x98\x8b\xed\xdd\xd1\x8b\x64\x86\x66\x64\x9a\x97\xd6\xe5\xaa\x3c\xb9\x45\x78\x33\x73\x11\x41\xcb\x89\x95\x10\x31\x1f\x31\xba\xc2\x49\xe0\x9f\xe6\x25\x2d\xe4\x65\x49\x60\xca\xef\xbf\x58\xb7\x7f\x20\xc5\x8a\xf8\x12\x98\x49\xdc\xa2\xfd\x66\xeb\x54\x10\x43\x2f\x56\x35\xcc\x24\xb9\x67\xb0\xf2\x69\x59\x7d\xe1\x55\x4a\x96\x58\xbc\xd3\x33\x49\x6d\xc5\x31\x9e\x52\x58\x64\x2e\xa4\x99\x24\x28\x77\xe6\xa9\x40\x83\x6e\x23\xd9\x81\xb4\x2b\xac\xb5\xd4\x17\xcd\x3a\xc9\x03\x29\x64\xc5\x17\xd2\xbc\x25\xf3\x21\x33\xcc\x5b\xc6\x68\x44\xea\x79\xdb\xb3\x88\xfd\xbb\xad\x38\x62\x1f\x14\xf4\xd3\x8a\x49\xed\x54\x88\x4f\x9b\x85\x5e\x24\x9f\x0d\xd6\xec\x76\xd0\x8a\xc9\xdb\xbc\x1d\xb7\xc2\x1e\xdd\xf6\x53\xf1\x25\x37\xb3\xac\x23\x5c\x48\x33\x0f\xc5\xc8\x98\xf4\xcd\x2c\x89\x65\xf0\x5e\x06\x5b\x0b\xd0\x94\x9c\xc5\x7b\x3a\xc5\xb6\x41\x1f\xc8\x6b\xc6\x7b\x76\x5a\xe3\x8b\xa4\x86\xc8\xbd\xc5\x93\xc2\xdd\x18\x41\xbc\xa3\x5d\x3e\x0f\x24\x9f\x27\xb0\x5c\xaa\x86\x5e\x59\x25\xa9\x1a\xea\x0d\x9e\x15\x31\x45\xb0\x10\xf6\x70\x2e\x28\x1e\xec\xd5\x5c\xec\xaa\x58\xed\x47\x5c\xda\x00\x5a\xc2\xf2\x44\x9f\x3e\xe1\xbe\xac\x66\x91\xdc\x3a\xcc\x73\xce\x22\x76\x2d\x5b\x79\x32\xad\x32\x40\x25\x32\xa5\x24\xa8\x71\x36\xab\xfd\xc4\x18\x4f\xe1\x3c\xd9\x36\xab\x03\x1d\xe9\xf7\x66\x66\x15\x6b\x9a\xbf\xb6\x2e\xed\x18\x58\x2e\xe9\xb7\xd9\x00\x5f\xa7\xa4\xdf\x5c\x7d\x09\xcc\xa6\x6b\xa6\xdc\xd1\xd6\xb4\x66\xd1\x76\x2e\xd5\xdc\x0b\x90\x2e\xf1\x1e\x4f\xca\xff\xaa\x7e\xeb\x67\x5c\xa7\xc2\x4f\x7a\x02\x95\x9b\xf5\xa3\x2c\x4c\xd3\xdd\x35\x7c\xb3\xcc\x76\x16\x74\x20\x4c\xcd\x26\x8b\xab\x1d\xfb\xab\x5d\x8a\xfb\x04\x99\xe4\x46\xdc\x72\x62\x6a\x16\xb4\xcc\x15\xcd\x26\xcd\x66\xe2\x00\x36\x50\x39\x7a\x79\xc9\x1c\xe3\xd1\xbb\x78\x39\x6e\x63\xbb\xf4\xd6\xdc\x68\x93\x19\x6e\x72\x58\xba\x34\x94\x97\x6f\xd5\x69\x41\xf9\x6a\x01\x59\x73\xcb\x7b\x72\x6f\xbb\x41\xc2\x8e\xae\xd6\xdb\x22\xa1\xb6\x56\x96\xb7\x8b\x14\x0d\x10\x54\x62\x6c\x2f\x10\x9f\x61\x27\x2b\x8e\xe3\xb0\x37\xc8\x15\x90\x35\x86\x5e\x25\x39\xe6\xd6\x58\xa5\xe1\x50\x33\xdf\xdb\x73\x58\x5b\x9a\x18\x41\xca\x85\x06\x11\x51\xfc\x43\xef\xe6\xa2\xed\x82\x5b\x2e\x0e\x92\x2c\xd8\xe3\x62\xd6\x53\x2e\xe9\x09\x64\x92\xed\xb9\xcf\x80\x24\xfe\x4e\xd6\x65\xd9\xe1\x9d\xeb\x69\x59\x91\x63\xde\x7f\xae\x6d\x17\x8e\x0e\x24\x73\x13\x97\x87\x8d\xa3\x88\xf0\x53\x92\xc7\xb8\x40\xfa\x6d\x5f\x05\x48\xe6\xb6\x53\x3f\x84\x69\xdb\xda\xcc\x5c\x24\x41\xf4\x79\xf3\xde\x32\x87\xe6\x6f\x90\xe9\x32\x77\x50\x79\xcb\xe7\xc0\x71\x1b\x07\x32\xa1\xf7\xac\x1f\xe2\x75\x2a\xd8\xfa\xb0\x4e\x12\xa2\x2c\x6e\x3f\xcf\x1e\x4f\xea\xca\x83\xf4\x3d\x30\xdf\x79\x3c\xf9\x00\x37\xbb\xa2\x1c\xc8\x3a\xc2\x68\xd3\xc1\x05\xeb\xe4\x03\x5c\x12\xc7\xff\xdf\xfb\xf9\xd6\x29\x0f\xdd\x56\xe3\x49\x11\xbb\x38\x39\xf2\xbb\x6d\xb3\x04\x24\xf9\x05\x5c\xc2\x47\xd6\xdc\xe9\x94\x8f\x6c\x8f\xaf\x7d\x22\x0c\x5f\x40\xe2\xc5\x21\xae\xe6\xc5\xef\x14\xbd\xbc\x24\xc9\xf1\x1e\x46\xc7\x0a\x24\x25\x0f\xa7\x43\xee\x9e\xbd\xb0\xba\x4f\xb3\x56\x9d\x27\xc5\x65\x96\x18\x6f\xd9\xf5\x74\x02\xbd\x64\x7a\xf6\xf7\x89\xa7\xce\x2d\xbe\x61\x9b\x25\xa3\x97\x6d\xfb\x84\xd7\xda\x4e\x8e\x71\x5d\xc8\x08\x58\x82\x45\xb2\x0b\x62\xec\xf4\xcb\x11\x90\xec\x8a\xb8\xe1\x96\xd9\x3f\x39\xec\x65\xe4\x90\x69\x87\x3d\x07\xe0\xd5\x29\x8e\xb7\x0e\xb0\xee\x8d\x9c\x3c\x80\x86\x94\x6d\x15\x48\xae\xa7\x57\xb4\xbd\x14\xd8\xe1\xd1\x6d\x07\x43\x0d\x31\x65\x07\xab\x09\x82\x6d\x86\x30\x18\x9f\xb7\x4e\x47\x87\x41\x7b\x1f\x29\xa1\xc3\xc6\xce\xb7\xb0\x35\x08\xaf\xac\x5b\xe5\x82\x86\xbc\xe5\x34\x7a\xf9\x3c\xac\xcb\xb2\x5b\x9d\xdf\x12\xe5\x25\xb3\x58\x71\x4c\xc0\x81\x64\x64\x31\x49\x59\x97\x49\x91\x91\x77\x89\xaf\xcc\xf5\xd3\x26\xc2\x6b\x34\x58\xe2\x2b\x6b\xb7\x70\xba\x64\xd0\xea\x69\xf0\xa4\x75\x84\xd1\x8b\xfc\x7c\xbb\x8d\x25\x4b\x66\xaa\x3a\x6b\x3c\xb9\x84\x68\xd1\x26\x17\xac\x02\x24\x9f\x83\x69\x94\x5c\xd7\x56\x9f\x8d\x59\x9f\x45\x6b\x9f\x99\x49\xd0\xba\x3b\x73\xf1\xa1\xb6\xb0\xb1\xcc\xcb\x8d\x1a\xd0\xe1\x75\x2e\x1f\xea\x25\xc3\x54\xae\xe6\x44\x56\x72\xa8\x52\xb4\x49\xc8\x44\x03\xbb\x92\x84\xcc\xbb\x07\x24\xb4\x33\xaf\xb3\x64\xc2\xea\xa0\xf2\x4a\xba\x8d\x33\x5f\x9b\xc4\xcf\xd8\x63\xed\x40\x36\x0d\x31\x17\x5d\x10\x5c\x33\xcb\x06\xad\x39\x78\xcf\xba\xbe\xc1\x78\x22\x99\x68\x44\x57\xda\x72\xb7\xf2\x41\x5a\xf7\xb0\xd9\x36\xa0\x2a\x0f\xeb\x0c\x24\x2d\x6b\xa7\x4d\x6e\x86\x76\xec\x39\x90\x4d\x58\x15\xe8\x5c\x48\x33\x47\x9b\xfc\x75\x8d\x92\xeb\xb6\x5f\xaa\xb9\xf6\xa5\xc8\xd7\x92\x13\x7d\x2e\xf3\x33\x8c\xa7\x70\x26\x2c\x04\xcb\x21\xde\x36\x0c\x1f\x48\xde\x71\x39\xa0\x97\xf4\xb1\x86\xc4\x2d\xd6\xeb\xbe\x81\xce\x4a\x5c\xbe\xee\x57\x16\xd1\xb2\xe3\xd2\x81\x44\xe8\x59\x25\x19\xbb\xba\x43\x3f\x0e\xa4\x83\xcb\xba\x64\x7b\xc8\x9b\xcf\x5b\x8a\x05\x2f\xb1\xd3\x79\xda\x8e\x12\xbd\x48\xe5\xc3\x3c\x15\x1f\x5e\x50\xb3\xac\xac\xd8\xaf\x31\x18\x61\xed\x4f\xf0\xc5\x81\xe4\x60\xd5\xa3\xed\xad\xef\x63\x74\xe9\xb7\xd1\x7a\x2e\x73\xa0\x0e\x71\x38\x90\x02\xb8\x7a\x40\x62\x0c\x4c\xe8\x57\xc1\x45\xcd\xbd\x28\x2a\xae\x5c\x3e\xfe\xcb\x61\x71\x85\x2f\x52\x5c\x5c\x43\x1f\xbb\x1c\xfe\x16\x2b\xa1\xf8\xb7\x92\x66\x40\x0f\x59\x16\x78\x52\x16\x9e\xce\x7a\x2a\x6a\x9d\x90\x91\x03\xc9\xcc\x08\x9e\xc9\x80\xd6\x4b\x8e\x36\xf9\x8c\x70\x1a\x8b\x4d\x9e\x25\xda\x5e\xf2\x0e\xf2\x17\x89\xff\xad\x9d\xf5\x94\xa9\xad\x15\x73\xed\xcb\xfc\x2f\xfc\xe8\xaa\xf8\x76\x0e\x20\x5d\x4f\xac\x84\x2c\x5f\xc5\x31\xdb\x07\x92\xc3\xa1\x19\x98\x55\x2d\xe9\xcc\x68\xb3\x47\x87\xd7\xac\x4a\x52\x1d\x9c\x9c\xaa\xcb\x0a\x12\xbd\xaa\x03\x72\xa2\x4f\x61\x08\xb2\xfe\xaa\xe7\x84\x77\x54\x37\xab\xea\x4c\xc3\xdf\xaf\x6a\x55\x11\x27\x5c\x36\xb2\x7a\x47\x2f\x32\xbb\x07\xad\xab\x5e\x33\x56\x49\x96\xaf\x96\xdb\xf5\x3d\x51\x96\x59\xac\x55\x88\xb2\xcc\x62\xb5\x80\x30\x32\x8b\xd5\x04\xd9\xa8\x3b\x7f\xe2\x7a\x0e\x74\x50\x24\x81\x84\x32\x7d\x65\x74\xca\xab\x4a\x4d\x3e\x7c\x5b\xad\x66\xa7\x6a\x10\xbb\xe9\x96\x4b\x23\x20\x05\x35\x80\x14\x8d\x78\x27\x6f\x52\x13\xd9\xb8\x20\x29\xcd\x68\x67\xee\x74\xc9\xf4\x55\xe0\xd7\x56\xb3\xc6\x17\x02\x2a\xd3\x57\xcf\x6c\x84\x22\x01\xcb\x8c\xf7\x64\x3f\x47\x7d\xb1\x14\xbb\x57\x10\xbe\x57\x3b\xc7\xa3\xe3\x81\xb0\xda\xf6\xc5\xe2\x05\x55\x54\x5e\xb3\x5b\xdf\x81\xe4\xee\x4d\x2f\x32\x7d\xb5\xc2\x17\xc9\xf4\x55\x9b\x39\xa6\xa5\x70\xf3\x56\x3f\x90\xc5\xf4\x02\xa4\x18\xaa\x1e\x6d\x45\xbc\xdc\x04\x52\x9f\xa0\xa4\x25\x01\x34\x8d\x4b\x92\x40\x0e\x82\x66\x93\x19\xa2\xf8\x52\xe0\x5e\xc6\xcc\xb1\xba\xc5\xed\xc4\x3c\x85\x22\xd7\x07\x92\xdc\x53\xe2\x49\x65\x99\x88\xf1\xa4\x00\x9a\x1c\xa4\x6e\x57\xba\xc2\xcc\x1c\x16\xc2\x85\x6b\x2f\xe2\x9b\x03\x6f\x23\x19\x52\xd0\x92\x79\xab\x22\x52\xaf\x61\x9e\x93\x03\x3f\xe4\xb2\x1c\x97\xaa\xfc\xbf\x0b\x3e\x2a\x6b\x98\x83\x01\xcf\x14\x0a\x5e\x7b\x0e\xa8\x4a\xe4\x0c\x48\xa6\x2f\x66\x2d\x59\xa3\xc7\x05\x31\xc4\xbd\x5d\x1c\xd5\x29\x07\xc0\x0a\x29\x9a\x66\x36\x7a\x40\xba\xac\xb8\xb6\xa7\xa5\x43\xf0\x45\xb1\xd7\x35\xd8\x8b\x89\xe2\xc8\x23\x2c\x9b\x66\xc1\x89\x65\xfd\x2f\x47\x55\xd6\x98\x76\x43\x6e\x64\x63\xa9\x8d\xb9\xd8\x56\x82\x29\x71\x6d\xf8\xca\x0c\x24\x2c\xe0\x12\xdf\xd6\x73\x72\xa8\xb7\x94\x2e\x41\xde\xb6\x2f\x78\x0b\xd1\x6b\x5b\xaf\x1a\xbd\x68\x5d\x12\x17\xbc\xad\x07\x41\x86\xe5\xfc\x38\xae\x12\x6d\x0a\xc1\xe5\x02\x7c\x0c\xcb\xad\x40\xd2\x8f\x56\x08\xbd\x75\xfb\x37\x6c\x89\xb8\xfd\x8a\x8c\xb9\x9e\xe6\x5c\x19\xcf\x5c\x7b\xe1\xe4\x3c\xad\xb2\xab\xbc\x27\xa9\xb2\x83\x2f\x72\x1c\x6c\xe5\xf3\x9e\x08\x36\x27\x40\xe1\x63\x6d\x80\x4b\xd2\xae\xd7\x74\xc7\x7b\xba\x00\x3f\xbd\x3c\x25\x1d\x56\x20\x59\x71\x2c\xf3\x2d\x05\x7e\xe5\x38\xe1\x48\x09\x7c\x91\x1d\x0e\x5b\xf4\xa2\x6b\x06\x3b\xca\x72\x58\x56\x83\x16\x58\xd7\x5e\x59\x25\x49\x09\x35\xdd\xd1\xe6\x94\x2a\x01\xd9\x01\x81\x11\xf0\xe8\xf0\xae\x28\xf8\xa9\xdc\xed\xdb\x20\x91\xf3\x68\x97\x3e\xb6\x00\x0d\xa1\x48\x40\xe7\x46\x1a\xa0\xab\x44\x8f\x5a\x6b\x0c\xf1\x10\x2a\x0f\xa0\xb7\x5c\x72\x78\x4f\xe4\xe6\x82\xf3\x51\x4c\x53\x2f\x2c\x93\xfc\x0f\xfb\x84\x5b\x54\x4c\x53\x43\x97\xb9\x5e\x76\xc0\xbf\xa3\xed\x1c\x16\xb4\x74\xcb\x11\x4e\xe8\x63\x97\x23\x9c\x12\x8b\xed\x08\x27\xc4\xa7\x65\xc1\xa7\x42\x98\x5e\x0e\x1f\x8d\x85\xd1\xf1\xc0\x12\xbd\x64\x30\x68\xa8\xe5\x97\x0d\x06\xce\xec\x71\xa0\x87\x48\x66\xb4\xe9\x36\x86\xd7\x51\xc4\x51\x8b\x83\xf4\xb2\xfe\x70\x32\x33\x2b\x02\x20\x37\xf2\x8c\xac\x68\xe2\x96\x3c\x23\x33\x66\x95\xe5\xa8\xa2\x5e\xe2\x49\x91\x86\x98\xb5\xdc\x8a\x1a\x28\xf9\x1e\x16\xa6\x1a\xd0\xad\xe3\x18\x6d\x16\xec\x32\x90\xb9\xa9\x02\x24\xa4\x67\xad\x1d\x39\x84\x32\x6a\x49\xe8\xcb\x98\x2b\xd6\x5b\x39\x10\x52\xf4\x29\x3d\x60\xac\xb5\x03\x79\x1a\xa8\xec\x40\x11\xec\xee\xcb\x66\x8e\x7e\xc7\x93\xe2\x63\x2d\xe2\xae\xb7\x4c\x9e\xe8\x40\xd7\xdb\x6a\x24\x70\xe2\x6d\xd3\x1e\xeb\x62\x4b\x46\x8e\xf7\x24\x4b\x5d\x10\xb4\x37\x6e\x5a\x7c\xbb\xc8\x22\x66\xb1\xf5\xb6\xb7\x0e\x97\xe3\x5b\xba\x53\x04\xd0\x25\x2b\x47\x0d\x89\xec\x0d\x57\x1b\x23\x88\xf8\xc4\xac\x25\xa6\x07\x5e\xcb\xae\xd1\x10\x9b\x97\x1d\x31\x83\x77\x7c\x3b\xa0\x21\x66\xb6\x7f\x0f\x30\x3e\x90\x88\x96\x31\x6b\x5f\xe6\xf6\x7d\x19\x6f\x59\x32\x2a\xc2\xf7\xbe\xec\x25\x6d\xb2\xb8\x25\x7f\x36\xf4\xcd\xdb\xf2\xe7\x3d\xa3\x4d\x9a\xf7\x1c\x6d\xd2\xa7\xb7\x80\xa4\xcc\x30\xb1\xdb\xb2\x6b\x94\xbb\xc7\x78\xef\x4f\xb0\x73\xdd\x17\x32\x1f\x6d\x3a\x7f\x08\xfb\x5b\xee\x9c\x35\x67\x66\xad\x95\xbf\xfd\xed\xfb\x82\x9d\xe1\x3d\x69\x7c\x1d\x8c\x73\xa0\xf1\x09\xa0\x3e\x90\xa4\xe6\xc6\xac\x25\x09\x38\xdb\xca\x81\xe4\x53\xfc\x81\x74\xfd\x8e\x80\xe4\xa3\x12\xdf\x8e\xa1\xd6\x23\x24\x0b\xfb\x56\x2e\xec\x24\x09\xde\x91\xc1\x07\x3a\xe7\x88\xeb\x70\xdb\x2d\x93\x13\xb7\x91\x7e\x7b\xbc\x67\xbf\xe8\x09\x24\xa9\x72\xd2\xa6\x75\x41\x19\xb5\xe5\xb2\xd9\xd0\x29\xef\x24\xd5\x1b\x66\xbf\x9d\x96\xbd\x59\x1a\xd0\xad\x0b\x3e\x20\xab\x40\x2b\x90\x22\x21\x13\x23\xd8\x7e\x96\x03\x7a\x2b\x9a\xf3\x7b\x43\xdf\x96\x91\x85\x88\xf4\x03\xe9\x1e\xf5\x7d\xb8\x65\xf4\x28\xf8\x3b\x6e\xf9\x73\x36\x87\x0a\xd6\xad\x54\x68\x19\x01\x6d\x4b\x8c\xad\x0e\xc3\x3e\x90\xc8\x77\xbc\xb7\xcc\xd9\xf9\xe3\x95\xeb\xac\x20\xf4\x6d\x8b\xb8\x7d\x32\xde\xb6\x90\xd9\x80\xce\x91\x83\x28\x6f\x19\x4b\xaa\x23\xd9\x0f\xb4\xa4\x77\x64\x3c\xe9\x7f\xb1\xec\x6f\x9b\x4e\x2a\x4b\x28\xe1\xb4\x07\xda\x65\xf1\x5d\xd9\x84\x70\xcb\x04\x52\x3b\x68\x90\x1d\xb2\xc9\xf2\xe6\x6d\xdd\x62\x07\x92\x51\xe7\x0a\xe8\x29\xb1\xcb\xa3\x17\xdb\xeb\xcd\xdf\x6f\x65\x75\x29\x98\x01\xb6\x8d\x1e\xf8\x2a\xec\x62\x4e\xf9\x03\x15\xa9\x0c\x32\x90\x1c\xd6\x4a\x40\x0a\xfb\x60\x9e\x12\x47\x4b\x9d\xbc\x67\xff\xd1\xce\xe8\x36\xf4\xb1\xd6\x76\x62\x1c\xa0\x96\x9c\x18\x73\xb5\x21\x65\x4b\x94\x2b\x19\x04\x95\x8b\x61\x85\xb7\xda\x96\x97\xe2\x20\xd5\x65\x3d\xbc\xa1\x06\xf9\x1e\x40\x5b\xeb\x02\xe4\x70\x18\x73\x61\x1b\x67\x3d\xfa\x6c\x52\xcf\x38\xe4\xf6\x40\xf2\x25\x07\x0b\x9a\x9c\x0a\xaf\x8b\x27\xd9\xcd\x80\x1e\x12\xe8\xe9\x53\x02\x7d\x87\xbc\xc9\xcd\xae\x39\x03\x52\xdd\xdd\xbe\x34\x8c\xd7\xbd\x82\x77\x40\x4f\x09\xdf\x37\x90\x2c\x04\xec\x91\x9d\xee\x1a\xab\xab\xfc\x55\xb5\x82\x75\x5d\x46\x32\x9c\x26\xb7\x24\x8f\x86\xb7\xf3\x56\xfe\xaa\x3c\x7c\xe5\xed\x8e\x4f\xf8\x00\xd2\xca\xb3\xd6\x96\x3c\x2e\xbe\x5d\x8e\x7c\x64\x76\x38\xd0\x2d\xf9\x85\xf7\x74\x02\xe0\xa9\x77\x17\x0e\xc2\x0a\xec\x2e\xed\x65\x8b\xf1\xac\xda\xf8\xf4\xf9\xfa\xe4\x87\xa8\x7b\x38\x58\xdd\x06\x73\xe2\x1e\x2b\xe4\xc6\x6e\x7d\xe8\xa9\xb7\xf3\x5d\xe1\xc5\x4f\xfc\x22\x5e\xfc\x8e\x51\xec\x4e\x21\x50\x1d\x95\xd8\xaf\x14\x90\x7c\x07\x26\xbd\x48\x3e\x8b\x0b\xc2\xf2\x0b\xae\x5f\x7b\xf8\x02\xe4\x74\x0c\x64\x6f\xef\xdf\x90\xe9\xb9\xc6\xe8\x3e\x63\xac\xae\xdc\xf3\x6a\xe6\xb2\x1a\x36\xdb\x36\x66\x26\xa7\x34\xec\x05\x5b\x49\x53\x1a\xf6\x90\x3d\x1d\xcc\xc1\xe9\x98\xf6\x2a\x62\xa7\xe5\xac\x57\xd0\xdf\x6f\x39\xe4\x75\xf4\xcd\x7b\xca\xf7\x0a\xef\x2e\x47\x1e\xf6\xa0\x0c\x72\xb3\x2b\x33\xfa\x5c\x56\xf1\x32\x9e\x4c\x82\xa8\xb4\xf6\xfc\x77\x99\x39\xaa\xa3\x12\x3b\x9e\x43\x7b\x5a\x9b\xd0\x02\xea\x22\xf4\xdf\x1b\xfa\xf6\xd4\x7d\x8f\x7d\x72\x4f\x3b\x85\x0f\x86\x97\x40\x8f\x3f\xa0\x83\x1b\x4b\xdc\x41\x4a\x9c\xd5\x70\xd9\xde\xf2\xd6\xab\x08\xfb\x7b\xd9\x53\x91\x8f\x58\x76\x73\x07\xd1\x1c\x88\x18\x04\x66\x89\x53\xc6\xbc\xb5\x25\x02\xe6\x06\x19\x5e\xd3\xdc\x1b\x23\x40\x4e\x03\x32\xc9\x9c\x40\xe2\xb7\x2d\x28\x3b\x82\x30\xe3\x12\x17\x31\x83\x1c\x96\x85\x4d\x97\xf1\xc4\xf9\x64\x90\x69\x39\xfe\x0d\xa4\x58\x22\x1b\x88\x80\x5b\xce\x7a\x0d\xd1\x78\x5b\xe4\xcc\xdc\xa3\xdb\x56\x71\x78\x08\x3b\xe4\x39\x12\xb0\x12\x41\x58\x40\x9f\x3d\xed\xa6\x45\x2f\xb2\x0c\x3b\xaf\x5e\x75\x94\x60\xa9\x90\xd3\xed\xe0\x8a\x1e\xef\x6d\xdd\xe2\xf1\xa4\x9d\x9a\x18\xc1\xf9\x0c\xe0\x59\xe4\x74\xd7\xd1\xae\x3b\x4a\x30\x07\xa1\xdf\xf2\x5a\x2e\x31\x6b\xa1\x4f\x8a\xf7\xb4\x12\x13\xd2\xa0\x48\xc0\xd6\x53\x3c\xa9\x5d\x01\x95\xe5\x74\xd7\x71\x4d\x74\x5c\x60\xc5\xe8\xe1\xc4\x3c\x25\x46\x57\x5c\x60\x0f\x3e\xc1\xd1\x7e\x9d\x6b\x5b\xf1\x7d\xd5\x61\xee\x07\xca\x9f\x24\x33\xd5\xc9\x77\x1a\x7e\xe6\xfb\x61\x11\xb7\xc6\x93\xc2\xb3\x1e\xbd\x28\x28\xb9\xc6\x7b\x52\xb3\xb0\x47\x32\xca\xb5\x1e\x7d\x4a\x0a\x0a\x7e\xed\x21\xb3\x34\x12\xa0\x93\xe8\x94\xc4\x31\x56\x32\x9c\x1a\x2b\xff\x90\x6e\xbf\xb2\x66\x8a\x27\xcc\x41\x52\x14\x4f\xd8\x63\x5d\x1c\x17\x58\x2c\x5d\x38\xe5\x4c\x8e\xd3\xa1\x3c\x32\x05\x33\x9c\xa3\x04\x4b\x90\x5a\x65\x80\x29\x09\xee\x4d\x22\x7c\xef\x30\x1b\x4f\xcc\xee\x1d\x48\xdf\x07\x9e\x29\x3f\x4b\xc7\x60\xe7\xac\x2b\x75\xf2\xed\x4f\x9d\x87\x3b\xc7\x93\xd2\x0d\x73\x09\x60\xcc\xeb\x01\xd9\xcf\x3c\x20\x9b\x82\xa3\x4f\x79\x46\x71\x72\x24\xd0\xf7\x2b\xe6\x29\x81\xfe\xe2\x4a\x90\x83\x5c\xc1\xa8\xba\x9f\x5b\xf1\x8b\x85\xb9\x38\x31\x6c\x7c\x83\x24\xc0\x04\x71\x75\x4e\x14\xfc\xf6\xc9\x89\xd2\x39\x0f\x08\xfb\x9c\xe9\x97\x19\x1f\xce\xa6\x62\x06\x7b\x5c\xf0\x8e\x19\x6c\x5c\x48\x2f\x13\x5e\x56\x57\x19\x4b\x6a\xe6\x6b\x5f\x0e\x13\x62\xa7\x5f\x0e\x08\x83\x25\x93\xcc\x5e\x72\x8b\xf7\x24\x25\x80\x05\x92\xd9\x6b\xb0\x4f\x2f\x5f\xf0\xb0\x79\x32\x4f\x16\x14\x40\xfb\xa5\xeb\x1e\x4f\x1e\xe7\x05\xe9\x48\x5d\xe4\x05\xb9\xfa\xf7\x86\xbe\xfd\x12\x07\xd3\x4a\x74\x6a\x81\x82\x6e\xec\x50\xcd\xb1\x52\x4a\x8f\x72\x37\x96\x69\x3b\xda\x88\x4f\x12\xef\x38\xd9\x32\x5b\x47\xe3\x40\x48\x88\xee\x84\x0d\x6c\x09\xca\xe5\x82\x9c\x3a\x53\x46\x81\x9f\xb1\x97\xdf\x8d\xc8\x22\x61\xb8\xc5\x56\x3b\x4a\x30\x5f\x01\x1d\xd2\x90\xa3\x17\x99\xf6\x12\x8b\xf6\xb6\x46\xdb\x42\xfb\x7e\x1b\x0d\x24\xb8\xb6\x61\xc1\xce\x4e\xf6\x8d\x38\x3d\x1f\xf1\x46\x9c\x9e\x63\x9d\x9a\x63\xf1\x4a\xd1\x75\x71\x20\x65\x0c\x68\x40\xcb\xce\x7a\x01\x29\xc8\x5b\xbc\xf1\x81\x14\x93\x25\x91\xac\x39\xde\xae\x3a\xa4\xa0\x39\xde\xae\xfd\xde\x8b\x8d\x8e\x13\x48\xde\x9d\xb7\x67\x96\x1c\x38\xde\x33\xd0\xad\x3d\x0a\x48\xab\x7b\xdd\x40\x5a\xf9\xcb\x23\x24\x91\x7d\x1f\xea\x03\x39\x4c\x9e\x3e\xa7\xcd\x7e\x13\x48\xb2\xcd\x88\x27\x95\xbd\x40\x44\xab\x0d\x09\x68\x7d\x66\xda\x64\xf9\xb6\x7f\xc0\x81\x8a\x3c\x9a\x2f\x20\xe9\xef\x4b\xb4\x59\xbf\x16\xbd\x48\xa8\xed\x05\x48\xc1\x15\x6d\x00\x49\x8c\x6d\xd1\x26\x37\xad\xc9\xf7\x2d\x93\x6f\x20\xa5\xa0\xb5\x3f\x6e\x23\x32\x6f\x8e\x0a\x64\x15\x45\xb4\xd9\x8d\x29\xda\x14\x20\x92\xbd\x2e\xb7\xa4\x12\x07\xf1\x1c\x48\x3b\x7d\x15\x20\xf9\x8c\xd4\x80\x7c\x01\x36\x20\x25\xb1\x6a\x5e\x89\xdb\xfe\x01\xf7\x05\x94\xc5\xb2\x30\x82\xc4\xd8\x3b\x7a\x91\x62\xc5\x26\xba\x36\x94\x14\xbb\xd9\x3b\xb7\x39\xf6\xaf\x9a\x1f\x6d\x8e\xfd\x2b\x37\xeb\x72\xe3\x91\xc3\x78\x4e\x15\xd5\xf9\x3e\xd9\x6d\xac\x54\x3a\xd0\x43\x24\x25\x20\xc9\x05\xec\x98\x8d\xa3\x3d\x35\x20\x91\x1b\x66\x6d\x73\xe8\x60\xc7\xb2\x35\xe8\x35\x20\xa9\xec\x2e\xde\xb3\x5b\x26\x78\x9d\x1d\xa5\xcb\x1e\x65\x47\xe9\x4e\x7f\xbb\x13\x63\x67\x76\x25\x4b\x2e\xb0\x82\xe4\x40\x4a\xe7\x55\xa2\x4d\xca\xcb\x2b\xda\x84\x83\x8d\xf1\xa4\x00\x2a\x9f\xf7\x74\xc2\xd9\x31\x67\x22\xad\xb4\x11\xfb\xc7\x3c\x2d\x9b\x0e\x4e\xb1\x64\xd3\x5e\x53\x07\xd2\x37\x4c\xde\xd3\x09\xe8\x1f\xc8\xb1\x7f\x3c\x29\x85\x85\x6d\x09\xcd\x31\x83\xb9\x26\x20\x4b\x48\xcd\x2b\x58\x08\x67\x9a\x40\x0a\x3f\x9f\x01\x39\xb1\x41\x05\x52\x0e\x3b\xd6\x5a\x66\xcd\x5c\xbf\xd7\x29\x9f\x47\xe5\xa4\x4d\x37\x4a\xc4\xd9\x12\x47\xb5\xda\x0c\x77\x25\xa0\xae\x43\x16\x4f\xca\x88\x34\xe3\x49\x71\x53\x35\xda\x14\x61\x97\x03\xd2\xdd\xc5\x31\x76\x22\xf0\x0a\x69\xa8\x8e\x5c\x6b\x01\x29\xc7\x3a\x48\x58\x71\x40\xf2\xb6\x38\x12\x30\x08\x4c\x35\x0f\x78\x33\xfa\xb2\xf7\x31\xbd\x38\xa9\x38\xe4\xb4\x5a\xc8\x6c\x1d\x48\x49\x5d\x58\xa6\xea\x5c\x1b\x20\x4c\xd5\xd1\xb9\xe3\x8b\x9c\x45\xa2\x07\x64\x2e\x9a\x3e\x39\x02\xf4\x29\x2e\x3a\x71\xac\x9a\x3c\x4d\x6f\x56\x42\x46\xce\x76\x5f\xd1\x26\x73\xc5\xbc\x80\xec\xe3\xe0\x11\x9a\x94\x0b\x85\x7d\x68\x36\x92\x31\x42\xb3\xa2\x23\x05\x24\x7f\x63\xe6\x22\x23\xe7\xb8\x20\xd8\x76\x62\x2c\x1c\xea\xb6\x6c\x5f\x9e\x40\x3a\x9c\x90\x4c\xb9\x2d\x66\x3b\xbd\x1f\x48\xc2\x37\x97\x80\x1d\x15\xdb\x07\xd2\x45\x0d\x82\x2a\x35\x6a\x0f\x92\xe9\x28\xc1\x99\x02\x5a\x72\xda\x62\x3c\x23\x61\xf2\x17\xc9\x54\x5a\x94\x86\x5d\x90\x82\xb5\x47\x06\x12\x31\x67\xe5\x6d\x38\xcd\x5c\x02\xdd\x19\x92\x5a\x3c\x69\x25\x01\x7d\x92\xbd\x0c\x48\x33\xb3\xf1\xb7\x39\xda\xaf\x04\xb6\x5a\x11\x30\xb9\x46\x1d\xfb\xd7\x59\x5d\x47\xfb\x5d\x23\xa0\xf3\xed\x81\xad\x36\x6b\x66\x8e\x9c\x63\xff\x0a\x44\xc4\xe9\x90\x6e\x56\x5e\xf1\x7d\xa4\x8d\x6c\x8e\xef\x2b\x23\xc5\x93\xe7\x70\x36\x70\xd0\x09\x90\xe2\x04\x28\xf6\xaf\x65\x70\x77\x4c\x67\xe3\x0d\x48\xa4\x0f\xc2\x3b\x14\xd8\xd5\xd9\x5b\xab\x1a\xec\x33\xd2\x9c\x4e\xbb\xab\x18\x82\xa0\xb7\x1c\xeb\xe8\xc5\x8a\xc6\x98\x0b\xb5\x14\x2a\x90\xf4\xe9\xac\xbc\x22\x01\x5b\xab\xcc\x53\x19\xb7\x2e\x4e\x87\x1c\x38\xcb\x0d\x73\x63\xa3\xea\xb8\x02\xf2\x39\x62\x04\xe9\x86\xad\x0d\x6e\x63\x5a\x99\x08\xe9\x9b\xf6\xc3\xe6\x82\x90\x72\xa1\xda\xa7\xa9\x39\x7b\x76\x1f\x10\x3b\x99\x5f\x6b\x02\x0b\xa6\xed\x59\x23\xde\x73\x2c\x2c\xef\x39\x18\x67\x34\x20\xe5\xe1\x80\xf0\x4e\xbb\x2a\x40\x4e\xa7\xd5\x48\x5c\x9c\x4e\x79\x94\x62\xf4\xed\xf1\x6e\x20\xf9\xa8\xd4\x80\x64\xe1\x01\x43\x96\x63\x76\x99\x8b\x34\x06\xdd\x8e\x8a\xcd\x31\x7c\xb9\x95\x80\x74\x1a\x61\xc9\x14\xa6\x57\xe7\xf7\x39\xe6\x9b\x63\xf8\x6a\x8e\x21\x6c\x94\x83\xc0\x48\xb9\xd0\x55\x3c\x42\x90\x4c\x12\x23\xa0\x2d\xbe\xd2\x28\xe9\xa4\x43\x95\xa5\x58\x32\x0a\x04\xef\xb1\x2c\x02\x72\xab\x2e\x79\x3c\x34\x08\xd3\xf2\xc7\xe7\x80\x14\x72\x0a\xd2\x5b\x49\x90\x58\x7a\x45\xed\x95\x01\x61\xda\x76\x91\x81\x84\xa1\x32\x60\x3b\x65\xa5\x2e\xf3\x03\x39\x24\x73\x00\xc9\x98\x00\x61\xb2\x3a\x61\xc0\x69\x29\xda\x2f\x57\x38\x18\x29\x17\x7a\xca\x01\x29\x65\x4e\x8e\x27\x9d\x90\x88\xb9\x38\x08\x9a\x8d\x70\x24\xe0\x4c\xf1\xa4\x8c\x95\x90\x0d\x47\x02\x06\xd1\x52\x0d\x89\x32\x21\x7d\xdb\xc6\x27\x08\xc5\x96\x26\xae\x83\x30\xdb\xfe\xdb\x37\xef\xd9\x14\x05\x81\xd9\x0e\xbc\x98\x01\x49\x11\x10\x6b\xa6\xab\xa4\x73\x54\xb7\x9d\xe7\x7a\x40\x5e\x09\x8f\xf7\x70\x4e\x02\xbe\xe1\xe1\x60\x80\x32\x81\x6c\xee\x05\x72\xd6\x5f\xae\xed\x87\x2f\x39\x8e\xea\xc3\x33\x83\xd4\x3e\x5c\xe7\x84\x1d\x93\xaf\x6e\x9d\x2d\xda\x1c\xff\xd6\x80\xec\x1a\xe5\x36\xc7\xcd\x5d\x5c\x6b\x12\xfd\x7b\x85\x31\x70\x0a\xd9\x04\x21\x74\x0a\xd9\x09\x1f\xeb\x24\x40\x35\xde\x93\x8c\x72\x81\x91\x8e\x6a\x0b\xd6\x43\x1e\xb8\xb9\x82\x83\x4a\x79\x9a\x27\xe4\x5b\xa2\x78\x4f\x9f\x36\xb9\x93\x71\x01\x2a\x75\x69\x49\xe0\xa7\x45\xf1\x0c\xc9\x54\xfa\x9e\x5a\x21\x53\x18\xcc\x3f\x6d\x53\x6b\x96\x81\xec\xef\xe4\xf1\x2c\x44\xc7\x8e\xbd\xac\x17\xe7\x54\xd9\xf0\x3d\xc1\x4f\xa7\xe1\xf9\xb4\x21\x36\xd3\x8b\x7c\x91\x13\x98\x25\x53\x77\x2f\x90\x3e\x9b\xb3\x3b\x2b\xa8\xc4\x9b\xd9\x3a\xfa\x03\xc9\x58\xc9\x75\x61\x01\x7b\xde\xd1\x8b\x0b\xad\x18\x92\xb1\x39\x3b\xe8\xba\x39\x35\x61\xcb\x77\x40\xca\xc6\xc2\x09\x7f\x3b\x7c\x83\xeb\xc9\xe9\x04\x3b\x6b\xe6\x14\x82\x71\x72\x94\x4d\xa7\x0e\xd6\x45\x11\x6f\x3d\x4e\x2a\x19\x73\xb8\x0e\x15\x64\x96\xdb\x1d\x90\x5c\x21\xa3\x6d\xdb\x63\x85\x11\x48\x26\xc0\x08\xce\x33\x22\x3b\x58\x73\xd0\x57\x75\x08\x51\x23\xcc\x6b\xf8\xfb\xe6\xe5\x24\xc3\x57\x40\xf6\xf5\x0a\x48\xd7\xaf\xbf\x7d\x4a\x86\xae\xae\xbd\xd2\xa6\x8a\xb4\xb4\x19\x6d\x92\x00\xb9\xd2\xa7\x32\xca\x74\xf6\x68\xca\x00\x3a\xae\xeb\x7b\x4e\xd9\xf1\x5a\xdd\x81\x17\x6d\x26\x13\x5e\xf3\x41\x53\x56\xc7\x7e\x47\x9b\x1d\x90\x3e\x90\x0e\x60\xf5\xf0\xc9\x07\xd0\x22\xf5\xbc\x45\x32\xed\x6f\xdc\xe6\x6d\x63\x42\xe9\x40\xba\x04\x7c\x6f\x4f\x79\xcb\xb6\x44\x2f\xb7\x3d\x2a\x8d\x84\x53\xde\xb2\xc5\x99\xd9\x1a\xb1\x55\xd6\xfc\x1d\x48\xc9\xa6\x33\x23\x60\x64\x19\x40\xe6\xb7\x03\x7a\x09\xed\x78\xcf\x9a\xb1\xc6\x7b\x5b\xc9\xad\x27\xa3\xeb\xc8\xdd\xcc\x5a\xde\xb2\xed\xf2\x4d\xed\xd8\xaa\x62\xfd\xda\x81\x94\x60\xa6\x06\x24\x9f\x46\x1f\xb2\x99\x2d\x33\xf8\x9a\x99\xd9\x89\x4c\x67\x40\x32\xce\xf8\x00\xce\xac\xe3\x68\xa7\xb4\x03\x89\x13\xb9\x03\x72\x0c\x3d\x23\x48\xd7\x5e\x63\x2e\xcb\xa6\xd2\x09\x24\xcf\x85\x19\x90\x02\xb2\x2f\x7a\x91\x26\xd5\xaa\xa2\x03\x89\xdb\x9f\x7c\x9f\xfd\x6a\xe3\x49\xc7\x72\xc5\x5c\x24\x92\x0d\xdf\xf0\x44\x76\x95\xe8\xc5\x72\x81\x05\x5e\x57\xbb\x28\x5c\x41\x44\x7d\x15\x90\xde\x95\x23\x06\xe8\x4a\x19\x08\xf6\xaf\x38\x2c\xdf\x47\x67\x16\x2b\x72\x4c\x16\x5d\xe2\xa1\x0f\xf6\xaf\x58\x13\x7e\xc5\x7b\xef\x4f\x72\xf2\x36\x8b\x0e\x60\xf5\xa1\x76\x31\x87\x6c\xe7\xb9\xe6\x6a\x0e\x2d\x73\x20\x8a\x6c\x25\x0e\x78\x6d\x2e\xee\x90\x6d\x1a\x6a\x8e\x16\x2b\x5c\x41\x33\x4a\x45\xf9\x49\x25\x98\xc9\x9d\x75\xa9\x4e\x60\xcb\x09\x50\xf6\x97\x9a\x39\x9c\xf6\x96\x1d\x3d\xda\x74\xe0\xd9\x69\xfb\xc7\x4e\x30\x4b\x71\x65\xcd\x59\x55\x0e\xd4\x75\xe9\x54\x20\x39\x62\xb2\x2b\xd5\x7e\x44\xbe\xd6\x1c\x73\x56\x9d\xec\xe6\x40\x92\x04\xac\x5c\x98\x15\xd9\x86\x5e\x74\xa5\xdb\x8f\xa8\xcd\xaa\x4b\x07\x21\x7a\xca\x95\xb5\x39\x2c\xe9\x40\xf2\x39\xb8\x99\xcb\x76\x4e\xf3\x78\xcf\x17\x4b\xb4\x29\xf0\x82\xb6\xe6\xb8\x4e\xda\x9a\x0d\x8b\xac\x7c\x73\xd0\x97\xf9\x6d\x62\xdc\x50\xdd\xcc\xe6\x4a\x27\x96\x97\x66\x23\x2f\x7b\x06\x92\x71\x8d\x55\xb2\xd3\x6b\x66\x57\xec\xf4\xca\x85\x3b\x9b\xb3\xc4\xb1\x9b\xcd\xd5\x46\x5a\xf4\x29\x23\x35\xe7\x4f\xe5\x34\x2a\xac\xdc\x6c\xeb\xf7\x84\xf5\x07\xd2\x29\x66\x5d\x24\x47\xd6\x14\x33\x13\xb3\x11\x14\xcc\x8e\xb4\xd7\x60\x3c\xa9\xd7\xb8\xc8\x66\x73\x4e\xf3\xc2\x93\xdb\x7e\xf4\xcc\xda\x81\x25\x50\x37\x1b\xb0\xe7\xf5\x3d\xa7\x3c\xb1\x6e\x5f\x5e\x18\x95\xcc\x28\x81\xf4\x8a\xa9\x2b\x41\x4e\x3b\x3e\x8d\x0d\x48\x1a\x3c\x88\x48\xb7\xcb\xb6\x85\xe1\x69\xab\x38\x1a\xa0\xd9\xed\x53\x3c\xe8\x53\x37\xfc\x00\x29\x14\x61\x57\x2e\x10\xbb\x3b\x3d\x11\xe8\x6a\xe1\xf4\x06\x41\xed\x73\x3b\x6b\x3c\xa9\x7c\x1a\x33\xfa\x94\x78\x58\xe2\x3d\x45\x6f\x65\xda\x5c\xbb\x2d\x33\x17\xdf\xaa\xdc\x87\x12\x5c\x5b\x62\x93\x64\xdd\x2e\xf9\x66\x84\x6d\x6d\xa2\xd1\x60\xd8\x09\x07\x32\x35\xc8\x8f\x30\x80\xbc\xf4\x37\x90\xb4\x74\xdc\x95\x12\x5c\x7b\x82\xa4\x38\x4d\x4d\xaf\x01\xbd\x25\x80\x32\x82\x11\x94\xcb\x43\x82\x6b\xb9\x4a\x40\xca\xd3\xc6\xe6\x2a\x82\xb0\x96\x8b\xb9\x1c\xfe\x70\x20\xaa\xba\xea\x47\xb5\xdf\x44\x73\xd9\x8f\x6a\xaf\xe5\x36\xe5\xf1\xdb\x2e\x8e\xff\xb0\x36\xf8\x8a\xb6\x2e\x27\x38\xbe\xc1\xb1\x6a\x5c\x41\xb6\x9f\xd7\xf8\x22\x6b\x7c\xcd\x07\x4d\x09\xbc\xbd\x41\x1a\x86\x73\x27\x70\x55\x5a\xe0\x1d\x31\x9e\x04\xde\x74\x45\xdb\xd2\x3c\xf9\x06\x67\xa5\xb3\xfc\x32\xa7\x0d\x3e\x5c\x1e\x13\xbf\x82\x0a\x34\xc5\x97\x04\x24\x9f\x98\x11\xef\xc9\x5e\xc0\x3c\x9d\xf1\x17\xed\xe5\x54\x42\x9b\x8e\xcc\x30\xa7\x7d\xbb\x2d\xa3\xcc\xe9\x74\x48\xac\xd9\x64\xcd\xfc\x45\x13\xf7\x3c\xda\xb4\x66\x71\x89\xcb\x6b\xb9\x3b\x21\x67\x73\x15\x94\x3e\x52\xbc\x67\x77\x47\x46\xc0\x9f\xba\x03\x49\xb9\x77\x45\x2f\xda\x31\xd8\x84\x69\xcb\x02\xa4\x5d\xb6\xfc\x5a\xe2\x1b\x74\x55\xda\x24\x78\x20\xa5\x19\x62\xe5\xa7\x73\x51\xc4\xcc\x74\x21\x75\x30\x79\x0a\xcb\x27\x2c\x84\xc5\xed\xc9\xc9\x59\x56\x23\xb1\x0f\xcb\x97\x0e\x78\xbd\xec\xd1\xcc\x3c\x9d\x6f\xf8\xe2\x4a\x20\xdf\x30\xe4\xd4\x82\x79\x1e\x01\x49\xa9\x04\x19\x96\xb4\x5d\x07\xc4\x7c\x71\x51\x47\x2f\x0e\x8c\xf7\x3c\x9d\x4d\x27\xc8\x9b\xd3\x06\x27\xe8\xd2\x32\x91\x84\xbe\x38\xc5\xaf\x33\x99\xb4\xb9\x9c\x09\x8e\xfd\x5b\x2e\xee\x30\x19\x4f\x6b\x56\x3f\x4f\x2a\x91\x2e\xf4\x65\xe9\x6a\x8e\x5d\x91\x29\xbf\x64\xd8\xa0\xed\x40\x16\x88\xeb\x76\xa6\xc9\x1a\x90\xf8\x66\x56\xde\xbe\xe4\xf6\xe9\x6f\x73\xe3\x43\x55\x81\xe4\x70\xc8\xd5\x25\xc9\xb8\xa5\x7a\x7f\x4f\x94\x95\x4e\xa7\x57\x10\x74\xdb\xa9\x09\xf2\x26\x97\xf4\x11\x47\x47\xc1\xb0\x2d\xee\xd1\xed\xfb\xb7\x31\x51\x67\x59\xc8\xf4\xa2\x54\x26\x08\xca\x93\xac\xbe\x1c\xc7\x6d\xc7\x97\x11\xbd\x98\xb8\x32\x9e\xf9\xed\x19\xbd\x28\x4e\xfe\xd3\x8b\x35\xb0\xd1\xa6\xbc\x4d\xa0\x88\x8a\xf3\x74\x0c\x68\x84\xe2\xce\x1c\x6d\xe3\x53\x88\xe5\x40\xd2\x57\xde\xd1\xe6\x5c\xb6\x01\x29\x19\x29\x24\xcc\x05\x78\x32\xb3\x96\x0f\x40\xc7\xdc\x34\x1f\xce\xf3\x05\xd1\x92\xd5\xbf\xf4\x2b\xde\x33\x6f\xec\xef\x93\xd5\xbf\x60\x5a\x98\xb2\xfa\x97\x9a\x03\x1a\x9f\xa2\x30\x07\x72\xf0\x41\x07\x92\x45\x99\xa3\xf3\xd0\xa5\x73\x7d\x20\x27\x51\x64\x3c\x47\xd1\x41\x24\xe5\x3b\xd0\x82\x43\x73\x9e\xe2\x11\xef\x39\xb8\x22\xc6\x93\x27\x41\x88\x5d\x0f\x1b\x6a\xe1\xb4\x94\x7d\x38\x97\x11\x90\xd3\xc5\x27\x20\xf9\x0e\x70\x19\x3f\xa9\xce\xe1\x59\x3b\x6c\xa0\x46\x2f\x84\x60\x4f\x20\x71\x53\xcc\xda\x55\x67\x6a\x89\xf7\x94\x59\xa4\x46\x9b\xbc\x7c\x62\x74\x11\xc9\xe0\xc2\xec\x11\x10\x07\xc9\xc9\x75\x3e\xb3\x76\x20\x70\x0a\x28\x49\x83\xce\x93\xce\xa7\x01\xbe\x3c\x51\xa8\x0d\x20\x49\x3a\x31\x33\xab\x28\x20\x30\xca\x3e\x5c\x83\x43\x93\xc2\xa2\x63\x47\x99\xf6\x08\x48\xe0\xee\xcb\x21\x28\x90\x0d\x7b\x04\x04\x21\x7c\xa1\x74\xf1\xe8\xf6\x08\x40\xd9\xe6\x50\xe3\x92\xb9\xa8\xed\xd3\x8f\x86\x79\xda\x23\xa0\xb1\x4a\xf2\xd4\x2f\x1d\xac\x93\x6f\x7e\x8e\x2b\xcf\x39\x85\x1d\x5e\xdf\xe6\xcb\xa5\x96\xb8\x12\x5c\xc7\xa3\x82\xbb\xae\xdc\x31\xf9\xa2\x97\x93\x5b\x45\x9f\xdb\x55\x6e\x3c\x4f\xe7\x0d\xbe\x90\x7b\xac\x94\x08\x62\x8e\x27\x3b\x54\xe3\xed\xb0\x6e\xa4\x0b\x0a\x54\xc0\xce\xbc\xcd\x50\x70\x5d\xc8\xaf\xbd\x85\x3a\xe1\xed\x34\xb7\x77\xbc\x27\x09\x17\x06\xc6\xd9\x74\xa6\x2d\x19\xd3\x9e\xe5\x05\x62\x4e\x8e\x1c\xf0\x45\x21\xd1\x25\x71\x72\xde\x9c\x00\x46\xd7\xbe\xa3\xbf\x8f\x70\xe9\x2b\x9e\x14\xa7\x1c\x73\x71\x9d\x12\xb8\xef\xf7\xb6\x5b\x5f\xbc\xa7\xbc\xc8\x26\xd8\x4b\xee\x01\xd5\x69\x59\x0f\xa4\xb4\x62\x26\xca\x4b\x6a\x8f\x8a\x7e\x7b\x59\xed\xe1\xec\xe6\xcd\x91\xcd\xf9\xc8\x9f\xdf\x11\xe5\x25\x9d\x48\x99\x33\x5e\xb4\x2b\x16\x9d\x4a\x58\xbc\x33\x93\xc1\x79\xae\x00\x4d\x89\x02\x4c\xc6\xe9\x2b\xbd\xf1\xeb\xda\x56\xc4\xbb\x17\xbb\x81\x3b\x45\xcf\x81\xc4\xb9\x9a\xd4\xae\xe4\x64\xd2\x46\x8a\x25\xbf\x82\xe2\x7c\xbc\x07\xd2\xad\x6a\xde\x63\xc9\xf1\xbb\x3b\x67\x6b\x5b\xc9\x3e\xb7\x99\x5e\x7c\x53\x17\x46\xd0\xf1\x87\x14\x39\x40\xba\x38\x0d\x65\x5b\xc9\x55\x1f\xac\xd3\x5a\xca\xc7\xdb\x8b\x51\x79\xa9\x72\x6e\x2e\xb4\xdd\x92\x19\x0a\x5f\x24\xab\x7f\xb1\x93\xd8\x81\x84\xf4\xdd\x7d\x5a\x05\x63\x2f\xcd\x03\xc9\x7e\xee\xfb\x7e\xdd\xf2\x37\x6e\x46\x8a\x75\x43\xb0\x1b\x90\x7c\x2f\x2b\x6d\x2e\x48\x95\xe8\xd3\x89\xa1\xee\x80\x14\xbc\xd9\x18\x41\xc4\x1c\xee\x74\x49\x59\x53\xef\x98\xcb\xb2\x23\x18\x4f\x3a\xa7\x44\xcc\xda\xda\x67\x56\xde\x1e\xe2\x95\xd5\xbd\x9d\xb6\xf4\x03\xc9\xea\x0f\xa2\x59\x75\x83\x21\xcc\x61\xcf\xd5\x95\x16\x0e\xe4\x8c\x7c\xf1\xa4\x72\x3c\x80\x92\x52\xdd\xe4\xce\xb7\x4b\x59\x53\xb1\x52\x3b\xec\xb9\x61\xa6\x5a\xaa\x86\xdd\xb0\xe5\x13\x04\x1d\x3b\x9d\x1d\xcb\xd5\xa3\x4d\x0e\xf8\x99\x5e\xec\xd4\xcf\xf1\xc8\x2e\x53\xc4\xd1\x91\x0f\x7a\xb6\x83\xd5\x81\x14\xee\x7e\x33\xde\xb6\x1d\x85\x3e\xb7\x35\xbe\xcc\x5a\x97\xd5\xa0\x17\x67\x03\x4e\xac\x4b\x71\x30\xce\x15\x90\xf5\xfe\x15\xc8\x6a\x32\xaf\x84\xf2\xff\x76\xb8\x29\xc2\x97\x5d\xbb\xb5\x2d\x97\xd6\x1c\xf1\xa4\x24\x55\xbb\x03\x1e\x48\xde\xb2\x8c\x20\xf3\x79\xc5\xbf\x63\x61\x22\xe7\xa4\x3a\x48\xd8\x7e\x4b\x8d\x20\x61\x57\xdf\x68\x0e\x12\xce\x4e\xa1\x7a\x20\xc5\xbb\xb2\x9e\x0e\x19\xbe\xef\x78\x4f\x57\xac\x79\x71\x07\x10\x17\x7b\x96\x1f\xc8\x89\xa1\xe8\x73\x99\xfb\x2e\x40\x92\x51\xee\x78\x4f\xdf\x90\xe9\x73\xb9\x30\x40\xbc\x27\x23\x19\x67\x53\xea\x92\x72\xb1\x2e\xd5\x7e\xd8\x66\xc2\x1c\x15\xdc\x21\x84\xab\x8a\x5d\xbb\xf8\x06\xa5\xb2\x6d\x5c\x95\x4b\xea\x8b\x06\x47\xbf\x9a\x6d\x33\x9c\x62\x2b\x25\xb8\x66\x16\x4a\x09\xb3\x48\x4b\x26\xeb\x76\xf1\xb5\x2a\x11\x5d\x60\x13\x88\xe7\x45\x0f\xb0\xa4\x31\xc8\x2e\x4f\xd5\x1c\xcf\x5b\xa2\xcf\xee\xac\x2a\x60\x56\x77\x42\x63\x9b\x12\x97\xfc\xe8\x7b\x82\x46\x76\x6c\x56\x5e\x17\xfb\xb5\x8f\xf4\xbd\x4e\xd9\xc1\xb7\xb9\xb2\x14\x0a\xa9\xcd\x76\x6d\x3b\x90\x89\x48\x40\xb2\xe9\x5a\xd9\xbe\xec\xae\xee\x14\x80\x07\x52\xea\x14\x8e\x95\x85\xef\xc2\x26\x0d\x8a\x39\x45\x9b\x3c\x93\xe3\x3d\xd7\x25\x33\x1f\xbb\x24\x7c\xf7\x20\x30\x12\xbe\x1b\x6a\xf9\x25\x1b\x72\x71\x2a\x93\x03\x39\xb0\x93\x36\xc7\x5d\x71\x90\xe4\x84\x5e\x06\xc8\xab\x1c\xb1\xb5\x42\xe8\x87\xf3\x0e\x58\x1c\x5d\xc3\x29\x07\xcd\xb3\x2c\x39\xa1\x67\x27\x65\x3f\x90\xfc\x94\x39\x48\x12\x94\x33\x7a\xce\x35\x9d\xd0\x06\xd2\x20\xeb\x6f\x85\x9f\x59\xd3\x24\x85\x2d\x93\x10\x5d\x32\xe3\x4d\x5b\xc5\x99\xb5\xf3\xc0\xe6\x78\x4f\x42\x2d\x8a\xa3\x65\x0b\xef\x7d\x05\x24\xc9\x83\xf5\x94\x58\xd9\x82\x18\x28\x4b\x6b\x0d\x14\x59\x0e\x56\x81\xd8\x59\x74\xbc\x38\x48\xf2\xfb\xee\xd3\xbc\xe3\x92\x78\x98\xe1\x78\x97\x52\xaf\xb6\x0a\xa9\x5d\x0e\x68\xb8\x79\x72\x3b\xf3\x9c\xbf\x61\x3b\x57\x0a\x84\x42\x09\x55\x33\xea\x84\xb5\xbd\xd3\x5c\x02\xf2\xb5\x2e\x68\x98\x97\x7d\xad\x27\x7d\xca\x2f\xba\xc7\x11\xdf\x56\x5f\x70\x09\xd8\xdb\x19\xef\x8b\x25\x6f\xe7\x3c\xb9\xe0\x1f\x36\x92\x99\x47\x5a\x2e\x2e\x9a\xd9\x69\xa7\x12\x2a\xf0\x25\x4a\x0e\x3a\xd0\x1f\xae\x87\x4b\x08\x30\x17\x25\x07\x1d\x41\xf6\x55\x98\xb3\x25\x4e\xc0\xc3\x29\x65\x46\x40\x4a\xbf\x04\xf1\x79\x38\x15\x2a\xb3\x96\x3c\x31\xe2\x3c\x28\x95\x50\xef\x8c\x27\xf3\x64\x2e\xec\xe6\xd3\xd9\xc6\x39\xd4\x4f\x7b\xab\xc3\xa4\x58\x12\x88\x5d\x71\xf2\x20\x8c\x4f\xeb\x69\x23\x12\x2b\xaf\x90\xe1\xd6\xef\x80\x5c\xa8\x2a\x9e\xd4\x55\xd9\x18\x41\xf2\xd9\x80\xf4\xc9\x33\xb9\x25\x58\x2b\x99\x35\x2b\xae\x9e\xcb\x1e\xc6\x41\x52\x9e\xe6\x9b\x59\xf9\xa7\xb9\xc5\x1e\x90\xc2\x97\x21\x6f\x36\x6b\x62\x96\x5e\xd4\x52\x64\xd6\x2f\x07\xb1\x5b\x52\x25\x2a\x18\x7f\x84\xe5\x0a\x89\x95\x0b\xd0\x66\xcd\xf8\x22\x99\x35\x5b\x65\x75\xed\x0d\xec\x9c\x3c\xcd\x11\xb5\x05\xd9\x6d\xbd\xac\xd5\x65\x57\x5e\xfe\xa2\x46\x9b\x33\xdf\x80\x05\x72\xe3\x6d\x19\xec\x51\xf5\xbd\xea\xcc\x88\x07\xd2\x1e\x41\x6d\x14\x43\xdb\x1a\x57\x90\xaa\xef\xf5\x09\xfb\x44\x64\x2c\x7d\x62\xd6\xa4\x17\xa7\x3c\xc2\x0f\x6c\x39\xad\xa7\xbd\xc7\x0f\xa4\x35\xe3\x6c\xbe\x8d\xad\xd7\xb7\x7e\xca\x8d\xb0\xd9\xcc\xc6\x3b\x6c\x36\xc5\x64\x2c\x98\xf3\x49\xf6\x0d\x76\x4e\xe1\x46\xa8\xaa\x13\x04\xb5\x08\x16\xf5\xe6\x12\xe6\x09\x01\xdd\xd4\xf0\x30\xaf\xb3\xc5\xee\x97\x7e\xf3\x9e\x75\xca\x93\xf7\xf6\xef\x65\x56\x0f\xd4\xe5\x16\xc6\x93\xc4\x80\x4d\x20\x69\xe2\x3c\x17\x87\x64\x36\x0e\xc4\xb6\x8f\x2f\x36\xe4\x6d\x5e\xdc\x6e\xf5\x8d\x40\xcb\xcb\xc7\x63\x27\x0b\x92\xe6\x4e\x37\x7e\xbc\x17\xbd\xd8\xf3\x24\xf3\x9e\xf3\xd0\x99\xbb\xd9\xf2\xea\xad\x33\x07\xa4\x3a\x67\x16\x08\x77\xb2\x87\x63\x01\x5a\xae\x9a\x4b\x9f\xe6\xde\xac\x32\xd8\x4e\x5f\x99\x62\x9e\xe2\xe1\xaf\x4c\x1b\x69\x4b\x79\x6f\xbb\x30\x00\x7d\x9a\x8f\xb5\xbe\x79\x27\x87\x76\x14\x7a\x91\x5e\x1c\x45\xc7\x76\xb2\x22\x57\xcb\x6e\xfb\x76\x4e\x61\x23\xef\xbe\x45\x5c\x5d\x83\xe5\x40\x52\x3f\x99\xab\xdd\x92\x0b\x1a\xa6\x8c\xed\xb4\x97\xed\xd3\xa6\x14\x52\x9f\x5e\xe4\x80\x64\xc4\xde\xb7\x13\x9c\xfa\x58\x11\x0f\x8a\xf5\x7e\xdf\xce\x14\x61\xcc\xda\x4e\x87\x74\xe7\x78\xb2\x88\xdf\x8e\x27\xab\xbe\x2f\x20\x29\x5d\xcc\xdd\x6c\x57\x02\x71\x0e\xb7\x03\x59\x5b\x1a\x6d\xf2\x00\xba\x18\x01\x05\x10\x4f\x8a\x47\xc2\xb9\x73\x93\x58\xf3\xa6\xcd\xa9\x5e\x2f\xbe\xc1\x21\xc3\x39\x9e\x94\xb7\xac\x15\x01\x5b\xbe\xc1\x15\xf3\xcf\x96\x6f\x70\xee\xec\xf4\xed\x5c\x29\xb1\x4a\xf2\xcc\x70\x19\xa2\xb6\x9d\x90\x13\x51\x7c\xe7\xe1\xb0\x8f\x68\x33\xc7\x9b\x81\x9c\x04\x28\x9e\x94\x4a\x6b\x46\x9b\x83\x55\xbc\x2b\xd9\xf2\x60\xa5\x17\xd7\x1a\xe1\x34\x4a\xf2\xa8\x4e\xc9\x75\x20\x85\x0c\xc7\xe8\xcb\x9e\x51\xbc\x67\x3f\x0d\x33\x45\x3b\xbb\x78\xea\xa0\x17\xd7\xb0\xe6\x34\x66\xa7\x5e\xed\x01\x59\x47\x3f\x81\x64\x2a\xfd\x8c\x60\x23\x27\xbd\x80\xc9\x01\x09\xcf\x38\x71\x45\xea\x43\xae\xa0\x5d\x84\x3d\xa8\x91\x1c\xfd\x5a\x31\x87\x3a\xc2\xb5\x16\x5f\x09\x8e\x70\xad\x95\x79\xca\xc3\xb8\x60\x70\xdd\x45\xbc\xbf\x23\xf3\xda\x2e\xb2\x52\xa1\x3c\x71\x2c\x6c\x73\x56\xe6\x46\x2c\x2c\x72\xf2\x76\xc2\x25\xd4\x87\xdb\x15\x4b\xe2\x1b\x9c\x46\x34\xce\x58\xa1\xb4\x42\x03\x12\xff\x0b\x16\xc8\xa0\xdc\x90\x97\x76\x71\xf0\xdd\x8c\xf7\x9c\x5f\xf1\x7b\x9d\xf2\x76\xa6\xa6\xc2\x27\x55\x27\x6e\x61\x93\x24\xf8\x34\xfc\xf3\x76\xf5\x11\x60\x41\xab\x6d\x9e\x90\x14\x89\x3a\x2d\x81\xae\xb2\x0c\xf7\xca\x07\x2a\xa0\xb7\x0f\x08\xa1\x32\x27\x95\xc2\x06\xca\x6a\x5c\xe2\x78\x90\x00\x09\xe2\x6a\x3b\x71\xe2\xc0\x87\xa8\xc3\x7b\xdb\xc4\x80\x79\xba\x1a\x6d\x8b\x36\x25\x65\x07\x79\x1b\xe1\x06\x0d\x48\x82\x1d\x1b\xdf\xec\xb8\xc4\xcc\x9a\xcb\xc1\x72\xe0\x9b\x73\x7b\x40\x40\x9b\x43\x34\x5a\xbc\xf7\xd2\x91\x63\x04\xe7\x16\x00\x0d\x9a\x75\x68\x6c\x8b\xc4\xae\x7e\xc7\x5c\x5c\x65\xad\x30\x17\xdd\xf0\x03\xa4\x68\xe2\xf6\xf1\x11\xdd\x9d\x6b\x66\x00\xd9\xd1\x2d\xda\xac\x20\x29\x40\xca\x16\x66\x01\x7b\x77\xa7\xee\x6c\x01\xc9\xc4\xca\xa1\xb6\x8f\x2f\x3c\xcb\xee\x36\x33\xb2\x0f\x4a\x95\x54\x5b\xe6\x49\xe7\xbd\x03\xe9\x9d\x1c\x69\x94\x68\x53\x39\xa1\x16\x6d\xd6\xb9\xfa\x8b\xba\xfd\x42\xd8\xcd\x8e\xc0\x3b\x81\xf4\xde\xe4\x1b\x9c\x31\x6b\xc4\x93\x72\x71\xe2\xe0\x76\xe7\x15\x83\xa0\x39\x0c\xd9\x99\xf5\x0e\xa4\xdd\x6c\xf4\x29\x9c\x88\xf5\xa4\xf2\xc8\x8c\x36\xd7\xc5\x8b\xf7\xe4\xc7\xcb\xb5\xd6\x9d\x7a\x0a\x2c\x20\xd9\xaa\xe5\x2c\x82\x8b\x91\xb3\xf6\x70\x4d\xe9\x2b\x20\xa5\x4c\xbf\xe3\x3d\xa9\x8a\x18\x41\x66\xd4\x5c\x59\x6b\xcb\x75\x37\xe4\xc6\x72\xdd\x0d\x93\xa2\xea\x22\x05\xeb\x08\x21\xca\x83\xeb\x62\x28\xac\x1b\x25\x0f\x01\xcb\x85\x59\x0f\x17\xf0\xca\xd1\x8b\xcc\xd9\x33\x20\xe5\x93\x8b\x2f\x32\xef\xc8\x39\x92\xc1\x35\x3b\xff\x4a\x73\x68\x73\x43\x51\xe5\xd0\xe6\x96\x63\x2e\x92\x12\xc6\x15\xef\x29\x0e\xb1\x45\x9f\x56\x49\x0e\x20\x31\x22\x96\xf2\x28\xdb\x8a\x34\xe3\xb0\xe7\x82\xa3\xe9\x9e\xce\xdf\xc1\x65\x35\x9d\xb1\x83\xb9\x4c\xfb\x5a\x9b\x93\xa4\x34\x6b\x06\x3f\x65\x9a\x2d\x48\xbf\x7b\x8a\xda\x04\xdb\x25\xd3\x6c\xeb\x5c\x9c\x0e\x90\x9e\xd1\x8b\x08\xaf\xcb\x0b\x34\x17\x6a\xed\x70\xfb\x5b\x46\xd5\x16\x17\xa0\x8c\xaa\xbd\x80\x9f\x0a\x97\x6e\x28\x4f\x1c\x2e\x5d\x52\xcc\xc5\x66\x69\x18\x11\x8c\x9c\xd0\x25\x99\x35\x1b\xfe\x47\x8e\x42\x2e\xb8\xcb\x6d\x19\x32\xf3\xbc\xe3\x49\xf1\xcd\xf5\x7b\xef\x0b\x17\x47\x6d\x25\x06\x5c\xce\x80\x34\x80\x94\xf6\x92\x3b\xc1\x16\x50\xe7\xed\x3f\x90\x0c\x30\x1c\x6a\x79\x26\x37\x04\x1f\x87\x2f\xb7\x04\x21\x5c\xf6\xf5\x04\x41\x2d\xfe\x62\x68\xa0\xc8\x69\xba\x02\x72\x69\xa3\x06\x24\xbb\x66\x0a\x48\x41\xa6\x20\xbd\x33\x66\x39\xad\xe7\x81\xe4\xe7\x0a\xd1\x72\x8e\xdf\x09\xe7\xb3\xd1\xf8\x32\xba\x1d\xcf\xb8\x39\xe5\xf1\xdb\x09\xed\xd8\x32\x4f\x36\x62\xea\xf6\x76\x5d\xe1\x18\x5d\x82\x6b\x07\xe9\xed\xe3\x1b\xbc\xa3\x43\x8d\x27\xdf\xf0\x10\x1f\x14\xdb\xf2\x10\x91\x44\x7d\xe1\x50\xe3\x82\xaa\xc8\xa1\xc6\xb9\xb2\xb9\x36\x2c\xce\x0f\x24\xdf\x52\x0e\xa7\x44\xf1\xd2\xa2\x17\x97\xb3\xe5\x12\x78\xe0\x5c\x36\x80\x44\x78\x47\xb4\x3d\xc4\x49\xd2\x8b\x88\x1d\x7e\xd8\xfb\x61\x27\x38\xf8\xca\x87\x0b\x5c\xc1\x89\xa8\x86\x47\x73\xee\x84\xb6\x9f\x76\x0e\xe4\xc2\x7d\xda\x71\x09\xd2\xe0\xac\x5f\x41\x32\x1d\x24\x8c\xb9\x77\x3f\x1d\xaa\xca\x61\x71\x9e\xaf\xf6\x79\xcf\xd6\xf4\x09\xe4\x6a\x2d\xf1\xa4\xfc\x1f\x62\x3c\x47\x17\x5a\x58\xdc\x12\xda\x5b\x6e\xd1\xa6\x23\x0e\x67\x2e\xef\xe3\x86\x42\xcd\x61\xc1\x39\x2e\x63\x67\xef\xaa\xec\xad\x42\x7f\x0b\x71\x88\x5b\x75\x33\x2a\x1e\x16\x2e\x2c\x5a\x42\x42\x72\x29\x51\x4c\x51\x51\x3c\x94\x95\x77\xb9\x50\xe2\x41\x5d\x12\xb4\x8d\x11\x6d\x8e\x2b\xf3\xcc\x5e\x3e\xc6\x8c\xf7\x92\xd5\x01\x37\x2d\x87\xf7\xe6\xc2\x05\xf8\x72\xaa\xf5\x78\xd2\xc5\xa1\x38\x0f\x2f\x9b\x89\x21\x99\x2f\x2e\x32\xe6\xe9\x6c\x25\x56\x5f\x50\x94\xbf\x41\x16\x6d\xda\xbb\xc0\xba\x97\x35\xe8\xac\x84\x4c\x7b\xe5\x86\x2d\xb1\x2f\x72\x5c\xcd\x16\xe1\x11\xda\x5d\x4a\xb4\x60\x6a\x73\xcc\x6e\x71\xc6\x95\x46\xb9\x50\x57\x01\x6c\xfb\x2d\xae\x1d\x63\xac\x2b\x7b\xb6\x90\x4d\xdf\x04\xbf\xfb\x6b\x1d\xa5\x8b\x2b\xab\x6b\x79\xb6\xb8\x74\x94\x96\xaa\xdc\x50\x94\x37\x8c\xdd\x04\x52\x45\x24\x48\xfb\xdb\x58\x0e\xbe\xbc\x4d\x6a\xa3\x6d\x3b\x08\xeb\x02\x72\x90\xcb\xe9\xa5\x0f\x27\x8d\xb2\x2f\xcd\x81\x94\xba\x53\x97\x4e\xa7\xb2\xa7\x8b\xb8\x76\x57\xf6\xac\x4e\xf7\xd4\x47\x24\x86\xea\x40\x3a\xd3\xa2\x8a\xdd\x95\x3d\xbb\xc3\x5a\x0e\xa4\x72\xcb\xba\x3c\x0e\x64\x47\xe1\x6f\x75\xca\xdd\x85\x3e\xbb\xc3\xac\x0f\x24\xc2\x9b\xa2\x53\x65\x5f\xeb\x4c\x4d\x0e\x2c\xae\xc2\xdb\x5d\x04\xb4\xb9\x5a\x44\x77\x11\xd0\xea\x63\xd5\x5d\xf6\xb3\xfb\x88\x77\x87\x1a\x17\xdb\xcf\xbb\x43\x8d\x8b\x63\xe3\xba\x83\x8b\xdb\x15\xef\x39\xdb\x6a\xe6\x73\xed\xa4\x32\xfd\xb9\xc9\x69\x05\x6f\x3f\x29\xc5\x43\xb7\x11\xe9\x40\x22\x37\xed\x06\x72\x16\x82\x02\xa4\xa0\xeb\xdb\xdf\xa0\x90\xe1\xd2\x46\x02\x92\x78\xc1\xf2\x5a\x65\x30\x0b\x4f\x5a\xbf\x76\xf3\x24\x69\xdf\xe9\xd3\x5c\xc3\xf0\x93\xb7\x73\x50\xd3\xe7\x2d\x97\xb8\x7c\x07\x24\x9e\x7a\x02\x61\xfe\x29\x40\x8a\xcc\x8b\x27\x9d\xac\x73\x46\x9b\xcc\x4d\x3a\x8e\x7d\xd8\x08\xe8\x44\xef\xdd\x01\xbd\xd5\x11\x5a\x07\x92\x20\xc9\xac\x49\xfe\x14\xbd\xd8\x63\x9b\xd5\x95\x11\xb0\xf7\x98\xb5\x38\x50\x57\xa5\xee\x2e\xe6\xd9\x46\x7c\xc3\xb6\x4b\x1c\xef\x49\x24\x73\xe2\xc9\x3e\x54\xff\xa2\x14\x9e\x94\x69\x6f\xd8\x1c\xd3\x5d\xcc\xb3\x5d\xe0\x4b\x26\x33\xc5\x00\x92\x76\x1d\xe4\xcd\xf6\x16\xc8\x15\x48\xc2\x7e\xa7\x4f\x19\x24\x5d\x90\xbf\x3b\x14\xb7\xc7\x5c\x9c\x6f\xd8\x7e\xbc\xdd\x85\x37\xfb\xa4\x4f\x95\xda\xac\xf3\x8e\x36\x1f\x55\xda\xa6\x53\x91\x77\x20\x19\x0f\x5b\xb4\xd9\x19\xca\x23\xb8\x0c\xa7\x0d\x7d\x07\x52\xe0\x7f\xb4\x39\xa7\xf7\xbc\x81\x14\xcd\xd8\x0d\x51\x16\xf3\x4a\x40\x0a\x67\x6a\x13\x48\xb9\x1a\x66\x3c\xe9\x08\xd7\x01\x24\xc5\x0a\xb8\xab\xa4\x51\xed\x62\x6f\x2b\xce\x65\xf4\xe9\x9a\xd8\x3d\x03\x3d\x64\xd7\x28\x40\x32\x64\x46\x9f\x22\x68\x3d\x7a\xc1\x91\x8f\xf7\xec\xc8\xd7\xa3\x4d\xfb\x1e\xb3\x96\xeb\x9e\x2d\x4a\xdd\xb5\x2e\xeb\x98\xd1\x26\x2e\x93\x33\xad\x98\xd6\xea\x44\x46\x7d\xb8\x16\x47\xff\x40\x12\xe1\xa1\x28\x4e\xc7\xeb\x3c\x7b\x07\x12\x57\x3b\x3c\x6b\xd5\xa5\xec\x1d\x5c\x52\xdc\x6a\xb3\xba\xa4\x7f\x22\x55\xe9\x73\x3a\x6b\xa2\x47\x6f\x4e\xa8\xca\xac\xe5\x45\xdc\x2e\xb0\xa7\x89\x0c\xcf\xe8\xc5\x15\x4b\x8a\xdf\xeb\x66\x2f\xc0\x9e\xee\x82\xc0\x10\x50\x45\x95\x96\x0c\x2d\x70\x25\x4a\x7b\x69\x1d\xc8\x79\x04\x81\xa4\x96\x6b\x9c\x38\xb9\xff\x56\xfb\x92\x1f\x48\x52\xd0\x9c\x40\x92\xeb\x20\xe6\xdd\x21\xfb\xe9\x5b\xef\x8b\x3e\xec\x1b\xec\x5c\xc4\xdd\x81\xab\xdd\x9a\x9c\x03\xa9\xc6\x14\x77\x89\xfc\x7f\xbb\xc3\x4a\x0f\xe4\x2c\xfe\x40\x4e\x53\x33\x18\x9e\x98\x6f\x7a\xf1\x6d\x0c\x4a\xda\xff\xd7\x5a\xb3\xee\xc0\xd5\xde\xb9\x4b\x5c\xdf\xa3\xf2\x11\xf2\xdc\x2d\xf1\xb9\xce\x52\x95\x21\x37\x0e\x16\x75\x52\x9e\x03\xc9\x02\x3a\x02\x32\xc9\xe4\x3d\x07\x4f\xb3\x65\xae\xfd\x71\x83\x5a\xc3\xae\x51\x20\xef\x20\xec\x72\x02\xc9\xf2\xdd\x02\xd2\xf7\x71\x74\x24\xca\xd5\x5c\xa2\x4d\xe8\x7a\xbb\xcd\x61\xa5\x19\x62\xa7\xcc\xbd\xcd\xf9\x34\x3a\x05\x26\x2b\x64\xd8\x61\xa5\x85\xc3\x32\x89\x5c\x33\x12\xca\x94\xd8\x13\x07\xc2\xc6\x43\xd7\xf2\x3d\x90\x32\x3e\x40\xb4\xa6\x33\xf7\x72\xa7\x4f\xe7\xe8\xc8\xd1\x26\x81\x09\x52\x34\x31\x95\x32\x82\x13\x10\x82\xae\xd3\xfe\x01\xec\xb4\xfd\x6a\x47\x7c\x83\x7d\x15\x58\x09\x85\xa3\xf6\x02\x29\x52\x81\xc9\x6c\x2f\xf0\xee\x00\xd4\x6a\x9d\xe4\x81\x92\x54\x53\xfe\x3e\x49\x64\xc5\x59\x1d\x0e\x24\x12\x56\x13\x90\x7d\x77\x26\xd0\x5b\x3a\x50\xcf\x6c\xb3\x9e\x09\xe8\xd6\x65\xd5\x81\x2c\xdb\x34\x20\x27\x57\xe7\x49\xa7\x37\xbf\x03\x92\x1f\x2f\x7b\xe4\x38\xcb\x06\xf6\x6c\x5c\x95\x26\x90\xf4\x95\xac\xbc\xe4\xa5\xd2\xb8\x46\x37\x6a\x32\x66\x26\x7e\x3b\xae\xbc\xed\x52\x9b\x97\x7b\x79\xc0\x3b\x7a\x66\xce\x4c\x9c\xb8\xba\x70\xa1\x04\xcf\x1e\x16\xcc\xd9\x77\x3b\x54\x8e\x78\xcf\x69\x4b\x59\xdd\x87\x75\xa0\xec\xfb\xc3\xe1\xd2\x57\x01\x92\xb9\x29\x7a\x11\x29\x9a\x10\x2d\xcb\x3d\x37\x3b\xe6\x8a\x84\x17\x57\xf3\x53\xca\xaf\x1b\x12\x8d\x4b\x23\x04\xd4\x95\x05\xaf\x78\xcf\x2b\x18\xef\x2d\x63\x24\x4f\x4a\x1f\x3b\xb9\x3c\x5c\xf7\xef\xe2\x82\x90\x61\xb1\x4f\xce\x8a\x2b\xfd\x95\x11\x6d\x52\x1f\x42\x19\x9e\x04\xe9\x17\x20\x31\x1b\x5c\x87\x96\x51\x3a\x23\xc8\x94\xd8\x0a\x6c\x82\x5d\x13\xe3\x8c\xd9\x35\xf1\x1a\xf1\xa4\x52\xfc\xe6\x0b\xc8\x8c\xa4\x47\xb0\xc4\x92\x20\xb5\x32\x3a\xe6\x09\xb6\x3a\xa5\xf0\xcd\x89\x73\x7a\xa2\x6b\xc6\x7b\xd6\x99\xfb\x8b\x5e\xd6\x53\x73\xc1\x2b\x26\xb2\xa5\x14\x90\x4f\x23\x90\x2c\x43\xe7\x5a\xfb\x96\x28\xbf\x48\x88\xc2\xb4\x8d\x76\xdc\x72\x12\x67\xca\x60\x32\x12\x60\x72\xa9\xd1\xa6\x83\xcb\x26\xbd\xa9\x60\x3b\x80\x6c\x92\x08\x48\x5c\xd1\x8c\xf7\xe4\x78\x06\x91\x54\xd8\x65\x1e\xdc\x87\x6f\xd5\x80\xb0\x6b\xd4\x81\xec\x3b\x1b\x90\xf8\x19\xee\x58\x09\x3e\x6d\x80\xa0\xaa\x25\x58\x1b\x07\x57\x82\x4f\xbd\xb8\xf3\x9c\x8f\xb7\xb0\xd8\x6f\x67\x0b\x4b\x01\xe9\x6b\x3f\xbd\xc8\xce\xcf\x2d\xa7\xc0\xce\x32\x21\xd8\x6f\xa7\x11\xe5\x70\xbe\xed\x84\xce\x25\xf0\xb6\x8f\x0a\xb7\xf8\xdb\x21\xc3\xbe\xba\xa6\x45\x24\xeb\xad\xba\xeb\x05\xe6\xe9\x5e\xe6\xe5\xd0\x1c\x8f\x30\x2d\x30\x59\x79\x72\x20\x5f\x87\xd1\x8b\xe2\x99\x06\xef\x39\x0a\x32\x05\xe4\xd4\x4c\xb7\x21\x57\x45\x68\xbc\xe7\x14\x95\x99\x11\x6c\xd4\xb9\x78\xcf\xfc\xd3\x1d\xef\xa9\x76\xf7\x64\x74\x0c\x92\x09\x48\xfe\x08\x33\x7a\x91\x6f\xf7\x15\xef\x49\xf3\x9e\xe2\x3d\x29\x10\x4a\x8c\xa0\x1c\xdb\x37\xef\xc1\x65\x32\x33\x61\x9d\x4d\x27\x07\x92\xd3\x5d\xac\x99\xf4\xc6\xf6\x3c\x39\x90\x6c\xf9\xf1\xed\x52\x2a\x39\x11\x64\x77\xe0\x6a\x75\xe0\xcc\x81\x1c\x8c\x23\x5c\x9a\x36\xfe\x3a\x3e\xf3\x40\xbe\x90\x26\x90\xb2\x25\x5c\xd1\x26\x53\x9b\x0f\xee\x74\x3e\xde\x9b\xaf\x95\xf1\xb7\x73\xb1\xcc\xe4\xa3\xda\x03\x72\x76\xb9\x80\x64\x28\xfa\x3c\x69\x89\x93\xf1\x2c\x71\x5a\x02\x9c\x54\xa3\x19\xd1\x26\x1e\xd0\xfc\x9a\x63\x68\x8b\x7d\x85\x0e\xe4\x4c\x34\x7c\x91\x54\x37\xd6\x8b\x1f\x48\x15\x59\x46\xbc\xa7\xd0\x2a\x56\x37\x81\xd7\x01\x2d\x45\xe2\x32\xba\xcc\x70\x2e\x7c\xd0\x67\x72\xe6\x47\xbe\x3d\x8c\xbf\x1d\x48\x7b\xc4\xfe\xd9\xc0\x6b\x17\xd1\x03\x49\x12\xe8\xf1\x9e\x94\x51\x66\xb4\xe6\xed\x72\xa8\x85\x27\xed\xf3\xc3\x4a\x38\x4a\x77\x80\x67\x72\x0a\xcd\x8d\x79\x5a\x1e\x74\x2d\xcf\x03\xd9\x05\x60\x00\x59\x1a\x8d\x36\x7b\x15\xd1\x8b\x42\xc5\xad\xf1\x3d\x90\xd9\x35\x9e\x94\xf4\x3b\xa2\x4f\xb1\x17\xf5\x03\x89\x8f\xcd\xcc\x6c\xbb\x5a\x0b\xdf\x6e\xb6\x8b\x73\x64\xb3\xad\xbd\xc9\xfa\xcc\x62\x1d\x91\x70\x23\x82\x97\x1d\xcb\x56\x66\x98\x8b\x76\x94\x6e\xb3\x97\x4f\x77\x94\x6e\x1e\xf7\xf7\x9c\xb2\x43\x78\xbb\x35\x6a\x07\xb2\x4b\x3a\x90\x75\x3e\x10\x11\x5b\x6a\xd1\x9e\x4c\x59\x6a\x3b\xe2\xb6\x03\x7a\x1b\x62\xa5\xcb\x31\x36\x5b\xf6\xfb\xcc\x56\x4a\xb0\xd5\xce\xf7\x04\x8f\xe4\xc0\xdc\x8c\x28\x30\x65\x71\x6d\x13\x22\xa2\x9c\x4e\xed\x02\xd1\x8a\xab\x4b\xb3\x14\x16\x40\xad\x9b\x3a\x90\x0d\x37\xd1\xe6\x54\xa1\xf4\x49\x70\xea\x04\x72\xa6\x34\x9e\x54\xc2\x43\x3b\xbd\x1f\xc8\xc9\x3a\xe3\x49\xd9\xac\x63\x04\x13\x9f\x49\x9f\x4e\xdc\x62\x79\xc2\x05\x1f\x9b\x7d\xa6\x0f\xa4\xd0\x58\x36\xb0\x38\x5f\xb4\xf9\x51\x07\x02\x97\x04\x29\x72\x20\x70\x6b\xd1\xa6\xc0\x19\xbe\x9d\x62\x38\xbe\xa9\xa7\xf3\x22\x77\x0e\x92\x0b\xde\x24\x90\x49\x21\xbc\xad\xb1\x7f\x15\xaf\x86\x0a\x24\x61\x2a\xde\x73\xa8\xea\x88\x27\xe5\xa2\x36\xe3\x49\x95\x83\x1a\xd1\xa7\xf2\x85\x80\xf4\xd5\x3a\x6c\x56\xb0\x3a\x90\x9b\xa3\x5a\x1d\x5e\xe4\xeb\x77\xca\x88\x5b\x11\x0f\x67\x75\x48\x34\x97\x87\xd3\x3d\x95\x3b\x20\x57\xc3\xe0\x3d\xe7\xd5\x2d\xf4\xb9\xcd\x97\x30\x1e\xe9\x32\xa3\x4d\x61\x18\x8c\xa0\xa2\x95\xd9\x21\x28\xdd\x01\xbd\x6d\x80\x9f\x2e\x53\x99\xc0\x41\x65\x81\xee\x2d\xc5\x7b\x32\x4f\xde\x01\x59\xf5\xe6\xf1\x64\xb6\x6d\xd6\x49\x76\x57\xa2\xac\x39\xde\x13\x69\xa8\x60\x8f\x42\x71\xeb\x04\x93\x1b\xf9\x5e\x06\x90\xce\x0a\xdf\xd0\x94\x91\xa4\x72\x01\xca\xa4\xdb\xca\x8c\x27\x65\x54\xe5\x5a\x53\x60\x6e\x9b\x5c\x09\x0d\xdd\x77\xbc\xa7\x82\xfc\x57\x3c\x69\xbf\x7d\xb7\x75\x18\xa6\x0c\x24\x5f\x8c\x1a\x6d\xca\x64\x02\xb9\x71\x46\xea\xc2\xde\x5a\xf8\x1e\xac\x52\xc7\xc7\xbe\x01\x29\x56\x34\x46\xb0\xb4\x16\x7d\x8a\x7d\x6a\x23\x9e\x94\x8f\x2f\xd7\x45\x77\xea\xb0\x9b\xf1\x14\xda\x71\x83\x2f\x4a\x1a\x55\x1a\xab\xe4\xec\xd1\xb9\xc4\x93\x2a\x13\xc0\x55\xe9\xc4\x50\x9d\xb9\x48\xa2\xae\xf3\x0a\x48\x61\xe4\x50\x86\x61\x5f\x0c\x28\x83\xcd\xaf\x17\x44\x52\xe6\xd7\x9e\xb8\xee\x87\x33\x84\x80\xad\xc3\x11\x1a\x29\x20\x7b\x2d\x77\x20\x51\x06\x4e\x87\xe4\xe4\x52\xa1\x28\x8a\x31\x2d\x95\x4b\x4e\x12\x6e\x0d\xd6\x63\x2a\xd8\xbe\x70\x8e\xec\x3a\x9b\x73\x40\xca\x6b\x7d\x7f\xaf\x53\x9e\x12\x6a\x7b\x86\xbf\x70\x58\x69\x1b\x01\x49\xb3\xd2\x19\xd0\xb5\x38\xcc\x8c\xcf\x69\x21\x05\xa2\x6c\xdb\xa5\xf3\x60\x75\x87\x79\xe6\xce\xe7\x2a\x2b\x73\xc9\x2d\x20\xb9\x7a\x43\x36\x16\x02\x68\x07\xd2\x21\x83\xeb\x53\x08\x68\x47\x47\xe8\x30\xcf\x0c\x67\xee\x30\xcf\xdc\xd9\xce\x65\xf7\x20\x10\xcd\x25\x41\x1b\x07\x57\x66\xc6\x7e\x47\x9f\xf6\xb6\x04\x7d\xb6\x73\xb8\x99\x6f\x9e\x1b\x1b\xf2\x00\x92\x32\x03\xc2\xbb\x5d\x6a\x9e\x8d\xdf\x2e\x5b\x05\x19\xde\x4e\x90\x09\x71\x55\xa0\x65\xae\xf0\x4f\x2e\x1e\x1a\x7c\x9e\x53\x10\xdd\x33\xda\xe4\x64\xcf\x76\x3a\x4b\x32\x8a\x9c\xb9\xe1\x1a\x3a\x90\x0f\x35\xef\xd9\x7a\x0f\x11\xd9\xd6\xd8\xb3\xd6\x4e\x5d\xe4\xf0\xf3\xee\xa8\xcb\xd2\xe1\x83\x6c\xc8\x44\xc3\x15\x91\x95\x1c\x32\x8b\xe2\xb1\xd6\xa4\x2e\xa2\xcd\x86\xcc\x02\x9a\xdb\x8b\x18\x1d\xb6\xe3\x25\x7b\x61\x5d\x1e\x96\x9e\x5a\xbc\xb7\x0f\x82\x72\x91\x3d\x5c\xf7\x0f\x52\x64\xd3\x25\xe2\xe8\x7c\x98\xb3\x83\xc3\x7e\x50\xbe\x9e\x27\xb7\xe3\x1e\xe9\x65\x9b\x0f\x62\x2e\x4e\x67\x05\x37\xac\x12\x45\xfd\xe2\xb0\xa8\xcc\x68\x8f\xeb\xd0\x86\xc5\x0e\x61\x92\x37\x70\xad\x90\x3e\xf9\xff\x96\xcc\xe5\xf1\x24\x06\x93\x3e\xa5\xb1\x4f\xec\xd8\xd3\x46\x32\x70\xfe\x69\xe3\x2f\x27\xe7\xe9\xb0\x7c\x46\xb0\xd8\x8c\xd4\x35\x95\xc7\xb7\x74\x0b\xca\xf3\xe5\x80\x0d\xcb\x67\xf3\x65\x0f\x63\x70\xc9\xf5\x6e\x1a\xc4\x55\xe2\x6f\x09\x42\xaf\xc8\xbc\x5c\xb9\xd6\x2c\xe1\x66\xc8\xcd\x0b\x7f\x12\xfa\x74\x28\x17\xbb\x22\x0f\xdc\x3c\x39\x1d\x4a\x88\xdb\x6f\xd6\x1a\xa7\x57\xd8\x99\x37\x25\x87\xbd\xd6\xaa\x07\x53\x3b\x97\xf1\xdb\x09\x5c\xe1\x40\x2d\x7f\xce\xcf\x93\x8a\xbe\x03\x93\x2d\x63\xde\x9f\x27\x95\x2b\x25\x07\x24\xe9\x29\xc6\x73\x18\xb9\xcf\x9f\xab\x85\x56\x97\x95\xe8\xc4\xcd\xd9\x4f\xa3\xaf\x8b\xf1\x12\x90\xd4\x41\xc6\x56\xd7\xf9\xec\xae\x44\x79\x20\xf9\x73\x19\x77\xd7\xe5\xcb\x51\xa6\xee\xee\x5a\x9e\x1d\x4c\x5e\xaa\x66\x52\x60\x21\x5c\xa1\xb3\xa2\x6b\x5f\xb6\x44\x71\x95\x2c\xd9\x9e\x8a\x5d\xf0\x0e\xa4\xd5\x35\xf9\x5e\x4e\x34\x8b\x3c\xef\xfa\x99\xd5\x69\x4b\x3b\x01\x68\xe8\xbe\x97\x64\x8d\xd6\xf3\xb7\x95\x47\xce\xa3\x72\xe2\xb8\xa3\x1b\xdd\x41\x26\x76\xcb\x66\xaa\x6a\x26\x7e\xdd\x4e\x27\xe9\xc5\x76\xac\x5a\x73\x89\xa2\xbe\x6e\x93\x8d\x68\x43\xbc\xa0\x17\xeb\xc2\x12\x6d\x0e\x9e\x66\x99\x9c\xf6\xa7\xcc\x80\x94\x66\xc8\xc8\xbb\xec\xa5\x09\x8f\xe4\x68\xb1\x8e\x61\xca\x25\x33\xb3\xd3\xaa\xf4\x95\xa5\x7d\xc6\x28\xe7\x58\xae\x62\x9f\xe9\xee\x82\x96\x99\x6b\xc6\x05\x2d\x0b\xc2\xf7\xca\x2e\x5f\x3f\x79\x4f\x97\x07\x7a\xc7\x55\x9c\x82\x93\x6f\x20\x5e\x8b\x55\x72\x95\x10\x4c\x82\x2e\x29\x59\x4a\x0d\x48\x96\xe1\x46\x2f\xce\x1a\x65\x72\xba\xc4\x0d\x57\x97\xb1\xe9\x2e\x1b\x59\x6f\x36\xb0\x8a\x17\x70\xda\xfe\x03\x79\x3b\x33\x90\xf8\x27\xfa\xb4\x31\x08\xdd\xdb\x72\x7a\x1b\x64\x1b\xc7\x72\xb5\xc9\x8e\xd9\x89\xd1\x2e\x4e\x07\x92\x43\x97\x6f\xff\x65\xde\x98\x1b\x7e\x39\x69\xaa\xbd\x52\xfa\xa2\xf8\x3a\x2b\xaf\x38\xaf\xea\x64\xe0\x07\x92\xac\x51\x19\x41\xa2\x23\x8a\x15\x47\x76\x35\x87\xde\xf7\x55\xed\x75\x13\x33\xd3\x75\x68\x7f\x8b\xbe\x94\xe0\xb4\x38\xfd\xe8\x81\x64\x8c\x6d\xd1\x66\xcd\x5f\x40\xd2\x30\xfb\x18\x2f\xf3\xb1\xf0\x95\xab\x39\xb5\x3b\xdf\xd7\xd0\x53\xdf\x40\xca\xce\x9b\x19\xc1\x29\x2a\xcd\x23\xad\xe6\xea\x37\xac\x84\xf8\xd8\x8a\x88\xeb\xba\x8d\xed\x06\xaf\x9b\xfd\xbe\x4b\x3c\x29\x47\x30\x73\x4c\xab\xe9\x8b\x32\x73\xe9\x4e\x51\xe9\x6b\xd4\x11\x61\xf5\x66\xd6\xdd\x85\x3e\x59\xb3\xee\xea\xe0\xec\xa6\x1c\x15\x3b\x2a\x11\xaa\x38\xc6\x8e\x75\x0c\xc3\x13\xc8\x6a\x1d\xc6\x9b\xf6\xae\x6e\x40\xca\x3d\xc3\xf7\x51\xa5\x1d\x42\x81\x9d\x08\xe2\x63\x3b\x91\x0b\xb0\x1d\x48\x19\xf9\xc0\x4f\xaa\x31\x82\x13\xe2\x4e\x47\xcc\x7a\xd8\xf5\x72\x46\x9b\x6a\x72\xfa\xea\x5a\x43\x57\x10\x17\xf5\x12\x1f\xdb\xed\xf1\xd0\x97\x32\xb5\x34\x57\x90\xee\x0e\x1d\xeb\x35\x45\x9b\xf0\x1a\x42\xe8\xf4\xa3\x58\x6a\xa8\xdb\x88\x7c\xe6\x40\xb2\x8e\xa6\xdf\x75\x1b\xdb\x88\x36\x94\x66\x5e\x97\xe1\xb2\x55\x9c\x2a\x3b\x00\x22\x39\xae\x21\x99\x3d\x08\xa8\xf9\xdf\x3b\xbe\xc8\xa1\x24\x95\x79\xda\x07\x1d\xb2\xaf\x64\xa4\xb9\x33\x33\x59\x8d\x72\xb7\xbc\xe4\x7a\x8f\xc5\xa9\x21\xba\xeb\x3d\x76\x2c\x4a\xcb\x29\x46\x1b\x54\x63\x3a\x7b\xc8\xfd\xad\x9f\x72\x5f\x73\x5a\x7b\xc9\x8b\x8e\x32\xb3\x30\xec\xb2\x91\x8d\x5b\x7c\x89\x6f\x6e\x0e\xa2\xed\x44\xa0\x71\xe7\xad\xe9\xd0\x51\xd0\xdc\xa9\x53\xe0\x47\x97\x52\xa7\xe4\x09\x79\x73\x6d\x13\x07\x1f\x1c\x48\x4e\x77\x31\xba\xb5\xb3\x25\xfa\x7c\x4b\x11\xef\xf7\x6c\x36\xca\x6c\xb5\xd3\xaa\xb8\x36\xf2\x81\x1c\x7d\xe7\x99\x29\x19\x69\x77\x1c\xdb\x81\x94\x82\x93\x0d\x74\xdd\x93\x01\x52\x2c\xa7\x46\xac\xf1\xa4\x38\x0a\x0e\xcb\xa2\x2a\x1f\x7d\xba\xb2\x76\xcc\xc5\x51\x5f\xdc\x80\x76\xeb\x43\x87\xbd\x36\xf7\xef\x0d\xa4\x5c\x57\x20\xb6\x39\x6c\x57\xc5\x3d\x90\xdc\xd7\xa2\x4d\x71\xf2\x81\x68\xdb\xa5\x78\xe2\x49\x09\xd1\x17\xf3\xdc\x68\xe2\x68\x5b\x36\xce\x54\x20\x65\x36\x48\x01\x55\x71\x53\xbc\x27\x32\x85\x48\xbd\x94\x1c\x34\xd7\x2b\x9e\x7c\x8b\xbb\x01\x72\x2e\x69\x48\xb4\xf3\x93\xcc\x2b\x20\x49\x1e\x1c\x8f\xed\xd0\x74\x50\xf2\x61\xdf\x67\xc8\xa2\xab\x8b\x20\xb4\xaf\x87\x93\xb3\xf4\x80\x94\x4a\x1e\x72\x23\x2e\xba\x17\xc8\x30\x0e\x80\x7c\xed\xc3\xc5\x4a\xd9\x77\x3b\xf9\xf5\x1e\x90\xfc\x81\x38\x56\x0f\x6b\xfa\x21\x8b\x4f\x87\xbc\x58\x01\xb4\x9e\xb6\xa6\x43\xf6\x9f\x0e\x07\xcf\xd1\xa6\xea\xe0\x96\xe4\xd6\xd3\x55\xdd\x18\xfd\xe9\x2b\x01\xd2\xe7\x58\xbc\xc1\xe1\x24\xb7\x07\x84\x49\x66\xb1\x5e\x6a\x3c\x29\x87\xae\x1c\x90\x39\x3b\x46\xd0\xf7\xd9\xc5\xf0\x40\x92\x3f\x39\x55\x4f\x87\x83\xb3\xf2\x2e\xd1\x89\xcc\xb0\xe4\xba\xd7\x2e\xc8\xb7\xcc\x5b\x19\xe7\x2b\xd7\xcf\x6c\x8d\xef\x53\xae\x8d\x16\x9c\x9d\x0c\x5a\x65\xb0\x4a\xca\xae\x51\x30\x3a\xba\x46\x66\xc5\x84\xec\x3a\x98\x1d\xd5\xe2\x52\x3e\x8d\xdc\xf8\xa2\x97\xcd\xa1\x7c\x83\x78\xf8\xd6\xd8\x87\x97\x4b\xca\xb1\x66\x2f\x6a\xcb\x47\x9b\x94\x74\xac\xa0\xac\x54\x2d\x30\x8b\xb8\x39\x98\x29\x72\x6d\xa4\x78\xb2\x69\x84\x68\xb3\x89\xfc\x06\x9a\x5a\x79\xaf\x84\x22\xe5\x2a\x86\xd3\x25\x6b\x53\x45\xaa\x74\xbd\xc7\x92\xa3\x4f\xb1\x87\x4e\x3b\xdb\xa9\x95\xe8\x7a\xe7\x7d\x5f\xa6\x1a\xc6\x82\x7d\x39\x43\xa5\x67\xbd\x9d\xb5\x02\x55\xed\x36\x67\x0e\xf3\xb6\x9d\x98\xc2\x99\x45\x0e\xa4\xbc\xcf\x37\x4f\x3a\xef\xba\x15\x6a\x54\x24\x2c\xe3\x7b\x9d\xb2\xcb\x15\xd6\x44\xa7\xce\x3e\x81\x90\xb2\xe5\x86\xd6\x9c\x7c\xb1\xbb\x08\x61\x73\x52\xca\x4e\x31\x41\x17\x4f\xea\x94\x0f\x4c\xf1\x24\x21\x21\xfe\xc0\xe4\x64\x30\xe6\xde\x1c\x3b\x56\x1d\x4e\x71\x20\xa5\x96\x36\x89\x26\xea\xcb\xa9\xf2\x7b\x44\x76\x4d\x9e\x74\x89\x55\xa3\xcf\xbe\x9d\x62\xf4\xd3\x26\xad\x20\x73\xb9\x2d\xea\x5c\x01\x29\x23\x82\x51\xcb\x91\x5d\x05\x15\x0c\xf5\x02\xe1\xa6\xf6\xed\x24\xe9\x46\x34\x47\x7d\xe5\xca\x06\x62\x06\xb8\xa2\x4d\xbc\x9c\x75\x7d\x8e\xbb\xea\xc3\x97\xce\xce\xd3\xfa\xd1\x80\x1c\x53\xd7\x80\xc4\xcf\x24\xde\x73\xb8\x81\xc5\xdf\xad\xcc\x0d\xc5\x85\x01\xba\x6b\x02\x66\xe7\x00\x3b\x90\xcc\x31\xe6\x9b\xb7\xd3\x65\xa2\x19\xdb\x45\x2a\x18\xa7\x69\x3c\x90\x8a\xe0\xf7\x78\x52\x9a\x5b\x4b\x25\x5b\xf5\x1a\x9a\x53\xe5\x77\x57\x16\x1c\x18\x4b\x76\x71\x82\xf1\x19\xd0\x53\x29\x5e\xfc\xb5\x45\x72\x48\xec\xad\x2a\x0b\xd6\xd8\x23\x47\x5a\xdd\xa0\x9d\xf5\xfe\xa3\x45\x9b\xf9\xfb\x78\x4f\x17\x19\xfb\xe0\x3a\x0f\x2e\x79\xda\x77\xe1\x20\xf1\x9e\xeb\xa3\xd5\x68\xb3\xef\x47\x40\x32\x29\xb1\x0f\xd6\xf4\x3b\xe7\xd8\x81\xa4\x65\x35\x9b\xb0\x95\xe4\xb3\xa0\xff\xdd\x76\x66\x43\x8f\xbb\x43\xd3\x4f\x9f\x4e\x5f\x79\x05\x64\x0d\x25\x7d\x5a\xa3\xcd\xcc\x5c\x02\x02\x47\xc5\x5d\x65\x2e\xec\x1f\xa8\x68\x6f\x33\x90\x0c\x53\xbe\xba\x76\x15\x37\x85\x81\xd7\xb5\x12\x33\x66\xe9\x2d\xa9\x24\x63\xb2\xde\x55\xdf\x9e\xd9\x4d\x6b\xf3\x63\x9e\x4e\xd6\x89\x7a\x66\x3b\x17\x05\xd6\x11\x87\x64\x35\xf8\x3c\x82\xb0\x72\x8c\x2e\xde\xb1\xc4\x7b\x32\x76\xdd\xec\x66\x35\x96\xfb\x9a\xd9\xd2\xed\xb7\xcf\xac\xb7\x13\xb6\x07\x64\x25\x88\x57\x10\x69\xc6\xca\x93\x6d\x69\xa6\x71\xe2\x14\x3e\x95\x1d\x4b\x79\x20\xed\x11\xdf\xd0\x4c\x35\xa0\x21\xae\xe2\xe8\xdc\x1e\x07\x92\xea\xe6\xe2\x3d\x91\x7d\x47\xe6\xf5\x2d\xd9\x26\xd7\x1a\x90\xd4\x72\x31\x9e\xb3\xe7\x81\xf3\x8d\x34\x43\xd1\x26\x07\x5c\xf6\xbd\x21\xbb\x4d\x20\x69\xc2\x4d\xb0\x5d\x0b\xb2\xe1\xeb\xb5\x9b\xbd\xd5\x53\x8c\x27\xd5\x22\xe7\x5d\x3a\xfa\x8e\x3f\xd0\x46\xee\x01\x5f\x9c\x49\xf3\xe6\x6c\xba\x6a\x64\x66\x25\x24\xdb\xf4\xf6\x7d\xe1\xd4\xee\x08\xad\x1a\xc4\xc0\xe5\x26\x2f\xc8\x54\xe7\xbe\xf0\x44\xbb\xb3\x2b\xf3\x49\x8e\xde\x82\x53\xde\x4a\xc1\x59\x67\x8f\x36\x09\xb5\xbe\xad\x76\xc7\x4d\x24\x7a\x79\xe8\x03\xa3\x4d\xee\x3a\x10\x57\x29\xfe\x0b\x9e\x19\xc4\x5d\xa1\xf5\xdc\xc3\xa9\xcf\xd9\x88\xe1\x54\x2d\x90\x86\x61\x93\x20\x9b\x6b\xe7\xb9\xc1\x46\x0c\x7f\x11\x5b\xed\xec\x1a\xdc\xf7\xc4\x64\x25\xc6\x93\x19\xa0\xd5\x11\x90\x8f\x1c\x4f\xe2\x73\x90\x81\xa4\xcc\xe0\xe6\x74\x32\x4b\x9c\x85\xb6\xd3\x57\x8e\x78\x4f\xa6\x3d\xb4\xe4\x8e\x8a\xea\x37\xc7\xc3\xae\x74\x8d\xeb\x70\xda\x00\x7a\x05\x94\xa5\x9b\x9a\x40\xce\x65\xd0\x80\xa4\x38\xb2\x94\xb0\x6d\x4c\x70\x34\xdc\x81\xac\x37\x0e\x48\x22\x67\xe6\xbd\xe9\x4c\xc8\xf4\x69\xcf\x0c\xbe\x68\xba\x8c\xea\x88\x36\xbb\x38\xdd\x40\xbe\x20\x02\x12\xff\x14\x6d\x2e\x74\x64\x55\x8a\x2b\x3c\xd6\x59\xa3\x4d\xa6\x1a\xb0\x60\x0d\x73\x22\x13\x48\x01\xcb\xf4\xa2\x2a\x8e\xad\xb1\x4a\x92\x6d\xda\x15\xef\x09\xb1\x0b\xd7\x9a\x64\x9b\x8e\x4f\xea\x5e\x76\x93\x04\xb3\x1c\x4d\x85\x67\xc6\x7e\xd8\xc1\xd1\x06\x57\x07\xc7\x74\x7c\xc9\xa9\xb5\x87\xde\xd1\x15\xf4\x6a\x5c\x5d\x70\xc3\x77\x40\xd2\xa0\x83\x3d\x4e\xa3\xdf\xc0\x5d\xe7\x94\xf8\xbc\xb7\x9c\x82\xbe\x00\xc9\x3f\xb6\xf2\xa4\xae\x04\xbc\xb9\xb7\xb3\x4f\xe0\x7f\xbf\xed\x24\x86\x11\x77\x47\xc6\xba\x06\xa4\x94\x9f\xcc\xc5\x55\xeb\x50\x4a\x38\x74\xa5\x24\xc8\x86\x73\x4a\xc0\x0d\xbb\x4e\x5d\xae\x90\x0d\x39\x82\x95\xc1\xe5\xf8\x72\x91\x7f\xc8\x9b\x33\xcf\x21\x5d\xb8\xfa\x5c\xc5\xcd\xce\xa1\x2b\x79\x72\xc6\x94\x0e\xbf\x12\x43\xe0\x7a\x73\x2d\xd6\x5a\xce\x5e\x03\x49\x6e\xbf\xec\x46\x08\xe1\x7d\x39\x93\x35\xd7\xb6\xca\xc6\x35\xd7\xe9\xe8\x0e\x4f\x69\xf8\xfc\xb8\x6c\x5c\xed\xb0\x5d\x6f\xec\x36\x13\x48\xd9\xbf\x21\xd1\x6f\x7d\x51\x5c\xb1\xe6\x94\x1b\x67\xc5\x89\x22\x32\xb3\x7e\xdb\x58\x09\x13\xe6\xd0\x95\x06\x4e\x50\x60\xee\x0e\xc8\xca\x59\x7a\x91\x5a\x27\x38\x5e\x05\xab\xb4\x14\xb3\x76\xba\xda\x42\x9b\xbe\x0f\xf3\xf2\x7e\x6f\xcf\xf3\x7c\xc3\x18\x97\xd3\x59\x49\x91\x3a\x1c\xac\x52\x6a\xfa\x36\xf7\xc5\x79\x34\x6b\x93\xa2\x1b\x79\xee\x5e\x01\xc9\x79\x3d\x05\x64\x75\xfe\x04\xd2\xf0\xe2\x0f\xc7\xb8\xcc\x4d\x89\x50\x0c\x47\xb2\x64\x67\x7f\x3a\x90\x7c\x60\xc5\x0b\x0c\xc7\xb5\x34\x7b\x3b\x8f\xa1\xdc\xfc\xc5\xe1\xd9\x63\xc8\x51\xaa\xd9\x25\xfd\x40\xca\x4d\xda\xf9\xa4\xed\x2c\xfe\xf1\xa4\x44\x78\x91\xc5\x31\xc8\x2e\xc7\x5c\x92\xb3\x9f\xce\x09\x24\xcd\x74\x05\xf2\x11\x1f\x3c\x69\xbd\x5c\x8e\x36\x87\x7d\x64\x20\xa1\x72\x61\x04\x3b\x12\x75\x8f\xee\x30\x93\x9b\xaf\x4d\x0e\x6a\x1d\x01\xc9\x61\x6d\x26\x20\x6b\xb1\x18\xc1\x44\xf9\xba\x80\xa4\xe7\x2c\xd1\xa7\x0a\x0f\x35\xf7\x72\x8b\xef\x2a\xac\xb5\x2b\xd3\xd9\x1b\xf8\x40\x4a\x32\x28\x6e\xea\x40\x96\x20\x02\x52\xe6\x86\xda\x81\x5c\x52\x32\xda\x54\x17\x2f\xf9\xfb\x9c\x53\xc2\xd1\x46\xc3\x95\xe9\x7a\x63\x8f\x94\xcd\x2e\x3b\x50\x60\x38\x74\x25\x3b\xeb\xed\x81\x74\x09\xb4\x68\x93\x9e\x33\x5d\x40\xe6\xad\x18\x41\xba\xf6\xc9\x2a\x29\x74\xa5\xb8\x3c\xff\x18\xce\x58\xe7\xc4\x50\xc3\x55\xeb\x5a\x8e\x27\xc5\xf9\x58\x2f\x7e\x20\x15\xfa\x2c\x1e\x21\x2b\x47\xc7\x3d\x07\x90\xb8\x53\xe6\x92\x5d\x71\x86\xb5\xce\x4e\x02\x14\xef\x89\xf8\xf8\xe2\x3c\x90\xb4\xeb\x39\x03\x29\xfa\x8e\xa3\xe3\xdc\x10\x83\x95\xcf\x44\x10\x16\x20\xe9\xd3\xc1\x3a\x07\xb9\xd8\x9b\xfb\x40\x12\x94\x0b\x73\xd9\x0a\x0c\x4a\x1d\x48\x58\xce\x8e\x59\xb6\x99\x7c\xbb\xa5\x99\xfe\x81\x14\x01\x7a\x17\x20\x25\x39\x6a\x1d\x48\x26\x4f\x4e\x40\xb1\x77\x09\xf8\x29\x19\xa5\xb9\xf2\xc8\x70\x70\x4c\x0e\x6c\x95\x54\x92\x1b\xbb\x59\x70\x1f\x65\x3c\x5f\xc6\x57\xb4\x99\x77\xa4\x17\x05\x1b\x55\x76\xac\xb8\x26\x27\x3b\x8d\x3d\x04\xca\x50\x9d\xc3\x82\x3e\x15\x0e\x53\xcd\xce\x8c\x21\x0f\xa0\x5c\xc1\x9e\xea\x6c\x6f\xb7\x7b\xb1\x7d\xc2\xbe\x0a\xc3\x61\x2d\x25\xf5\x80\x5c\xb8\x0d\xc8\x69\x83\x99\x4b\x75\x78\xd1\xc5\x08\x0e\x75\x02\xe7\xc5\xdf\xd7\x0b\x4c\xae\xae\xfb\x97\xe3\x49\x45\xfb\xd1\x4b\x73\x81\x06\x28\x83\x52\x2e\x64\x47\x9c\x0e\x87\xbc\x94\x31\xa3\x4d\x3a\xe5\x6a\x7c\x69\x0e\x3d\xca\x15\x48\x5a\x01\xf6\xc8\xde\x3a\x2e\x36\x30\x06\xd5\xdd\x07\x7d\x8a\xcd\x3b\xb2\xe9\xb7\x44\xb9\x99\xab\x4d\x5e\x50\x1b\x3d\x0a\x64\xca\xa2\x40\xe6\x18\x8b\xf9\x6f\x66\xc6\x0f\xe4\x10\xd7\x01\x24\x77\xf5\x12\x4f\xca\x9c\xd6\xdd\xa7\x4c\x20\x25\xf3\xf1\xdd\x36\x56\xc8\xb0\x72\x35\xd4\x99\xe2\x49\xe9\x94\xbb\x17\xcd\x4e\x38\x05\x34\xb0\x29\xa3\x72\x70\xcd\x99\x77\xb6\xcc\x01\x30\xe6\x63\x87\x43\x5e\x5a\x90\xe1\x6e\xb3\x1f\x47\xa7\x5b\x03\x74\x31\xba\xc2\x61\x1c\xcb\x35\x46\x77\xa6\x59\x96\x17\x77\x9d\x5a\x80\xe4\xd8\xce\x76\x9a\x87\xbf\x62\x3c\x57\x75\xcb\x8c\xe0\xba\xd7\xdc\x95\x32\x8f\xe4\x99\x03\x52\x32\x9f\x4f\x9b\x0e\x2e\x68\x30\x9c\x0d\x2d\xdf\x40\xd2\x34\x82\xe6\x76\x01\x72\x72\xc9\xe1\x5a\x6d\x35\x73\xc8\x86\xdd\x01\x59\x17\x99\x47\x6a\x03\x41\x87\x2f\x96\x3b\x20\x29\x4f\xb8\x3c\xa8\xdc\x06\xa2\x29\x18\xa7\xdb\x63\xf4\x40\x32\x79\x42\xa6\x06\xc6\x4a\xc6\x33\x4e\x4c\xda\xe4\xcc\x36\xaf\x80\x44\x44\xd8\x15\xe7\xe7\x0b\xb2\xe8\xa0\x1a\x17\xe2\x3a\x90\xb4\xa5\x5c\x48\xe6\xfd\x3b\x04\x46\xc1\x31\x3d\x58\x01\xfb\x03\xb9\x98\xe7\x81\xa4\x29\x66\x6f\x95\xcb\x20\x5b\xa7\x7c\x20\x5d\x9c\x31\xc2\xb6\x1e\xb0\x03\x59\x09\x32\x80\x84\x75\x10\x57\xd7\x73\xbf\x59\x79\xd5\x6c\xaf\x03\x92\xb2\xec\xb5\x0c\x99\x5a\xae\x0d\x97\xa2\xcd\x56\x07\x8f\xb0\x9c\x70\x09\x9c\x58\xd2\xa0\xbb\xd8\xd6\x81\x96\x34\xda\x17\x90\xfc\xf6\x99\xcb\xb2\x03\x27\x64\x78\xe1\x74\x57\x81\x94\x1b\x02\xcc\x5a\xf2\x85\x72\x32\xfe\xe1\x80\x9b\x9a\xa2\x17\xc7\x6e\xc2\x6c\x2c\xbb\xa4\x72\x8a\x1d\x8c\x63\xf3\xeb\xa0\x54\xdb\xe0\x8c\x29\x1f\x60\x99\x2d\x20\x9b\x89\xe3\x49\xb3\x4f\xcc\xcc\xa9\x7a\x59\x25\x67\x0e\x74\x36\x8f\xe1\xa2\x6e\xa5\x83\x3d\xcb\x65\x33\x3e\xd0\xc1\xba\x02\x91\xdc\x36\xd4\xf2\x9e\xfc\x96\xea\x04\x93\x95\x02\xa1\x07\x97\xb9\x9d\x35\x86\x8b\x13\x8b\x0b\xb4\x40\x3e\x4d\xd9\x2e\x78\x07\xf2\xa5\x1a\x23\x48\xcd\x12\xef\xb9\xa8\x31\x2b\xb8\x9d\x67\x24\x46\x5f\x2a\x5c\x51\x03\x72\xf6\x4a\xaf\xe7\x76\xb5\x6e\x76\x65\xdb\xec\x17\xe3\x89\xd6\x35\x28\x18\x85\xd4\xee\x04\xa4\x5a\x46\x50\x45\x65\x76\xaf\x71\x35\xcb\x6f\x29\x9f\x33\xfd\x2d\x51\x7e\x38\xdf\x04\xd4\xdc\x4e\x4d\xc1\xe3\x3a\x99\x7b\xe7\x88\x3f\x5c\x8f\x02\xb4\x73\x0c\x91\xb3\x2b\x0f\x57\x67\xab\x17\x1b\xe1\x2c\x0b\x8d\x83\xf4\x30\xe7\xc3\xe6\xba\x68\x7b\x2c\xa8\x84\xcc\x12\x7c\xa5\x33\x30\x24\xc8\xfe\x83\x52\xe5\xee\x53\x0e\x4f\xb5\x41\x7c\x48\x94\x78\x05\x24\xc5\x3f\xe4\x4d\xe5\xdd\x7b\x7c\x91\x4c\x35\xad\x80\xe6\x4f\x7b\xa1\x42\x24\x6d\x9c\x99\xf0\xc6\x4e\x84\x1e\x64\xd8\x82\x64\xbb\x03\x92\x21\x85\xad\x76\xcd\xb5\x46\x2f\x12\x1d\x5b\x70\x5a\x12\x16\xeb\xcd\xf1\x70\x9c\x50\x83\x6c\x28\x32\xa8\x76\x2e\x08\x27\x27\x4c\x6c\xa7\xeb\xaa\x75\x0e\x99\xab\xa5\xa5\x1c\x90\xbc\x36\xf8\xa2\x97\xf3\x5b\xc4\x93\xba\x1c\x3b\xbc\x8e\x4d\x27\x37\x92\x8e\x04\xc2\x1c\x87\xda\xe1\x3e\x35\x47\x9b\x2e\x01\x08\x28\x35\xc6\xb9\x7e\x95\x39\x30\x0f\x56\xd7\x35\xc6\x43\x9a\x91\xdb\x54\x4f\xf0\x6b\x36\x9d\x5c\x1c\x63\xe7\x24\xb8\x58\x25\x67\x21\x18\xf0\x6b\x6f\xe7\x76\xe6\x9a\x51\x4e\x82\xd2\x20\xbc\x6f\xeb\x39\x63\x74\xe5\x0a\x8c\xab\xe4\xed\x20\xef\x8b\x11\x74\xe0\x1d\xfb\x37\x1c\x8c\xd3\xed\xcc\x76\x20\x67\x4b\xe8\x40\x12\xcc\xbd\xb7\x53\x72\x5d\x71\x52\x80\xe1\x5a\x6d\xbd\x7e\x20\x25\x89\x9c\xf4\x29\xc1\xd5\x79\x0e\x06\x35\xd7\xb8\xac\xe6\xb5\x9d\xd0\x31\x20\x69\x75\x0b\xbd\xb8\x6e\x8d\x2f\xce\x99\x1c\x57\xe6\x7d\x20\xe8\xc4\x1a\xca\xe1\xc0\x92\xec\x6c\x76\x63\x26\x67\x6d\xb3\x5c\x30\x9d\x06\xc0\x9e\xc2\x07\x52\x45\xbb\x8b\xf7\x6c\x5a\xcf\xf4\x29\x7d\x3a\x7c\xac\x43\x42\xea\x60\xd6\xc9\x59\x8b\x7d\x36\x29\xd5\x06\xd3\x30\x95\xbb\xaf\x5a\x83\x7e\x20\x05\x48\x7b\x6f\xa7\x42\xfd\x4b\x67\x25\x14\xf6\x51\x73\xb4\x59\xd3\xdf\x80\xec\x6a\x66\x09\x62\x3a\x2c\x7f\xb2\x2b\xb7\x13\xb1\x9a\x25\x9b\xf2\xb6\xea\xc8\x67\x0e\xc3\xe8\x83\x95\xcf\xf6\x58\x31\x0e\x4e\x65\xcf\x2b\xdd\x27\xdc\x05\xd8\xba\x3d\x64\x86\x03\x36\xaa\xa3\x27\x0f\x24\x85\x28\xfb\x20\xbf\xac\x5c\x19\x2f\x3b\xcb\x35\xe3\x65\x7b\x8c\x0d\xfa\x74\xfe\x95\x0b\xc8\xd7\x1a\xab\xe4\x4c\x77\x8e\x50\x1e\x2e\x88\x56\xb9\xfc\x67\xd6\xa5\xc3\x09\x77\x34\x45\xb1\xa6\xff\x40\x4e\xdc\x50\x80\x64\xac\xfc\x40\x62\x0f\xaf\x80\xe4\x84\xfa\x1f\xe0\x94\x27\x85\xb6\x6b\x0c\x28\x91\x9a\xa9\x15\x3b\x5b\xdf\x01\x29\xb5\x0f\xdb\xa2\x30\x8c\x7e\x33\x6d\x99\x5c\x6a\xbd\x99\xa8\x95\xf4\x23\xde\x53\xb2\x94\x98\x9a\xc3\x51\x7d\x1f\x52\x11\x2d\x83\xbc\x76\x04\xb3\x0b\xd0\x81\x74\xcf\x98\xab\x9d\x15\xc2\x5b\x81\x6c\x1e\x01\x92\x16\xd2\xc9\xce\x87\x83\x24\xba\x93\x44\x0e\x2a\x9b\x35\x16\xd4\xb5\xad\xe7\x60\x3c\x1d\x40\xee\x51\x87\x3e\x94\x11\xa3\xbb\x08\x92\xef\xbc\xa9\xe8\xfe\x32\x99\x27\x75\xc7\x2c\x36\x3b\xf8\xa0\x15\xd0\xbc\x39\xcd\x90\x49\xfb\x74\x3c\x7f\x1c\xb9\x66\xaf\xe5\xca\x93\xf6\xb6\x64\x05\x2d\xb1\x38\x27\xed\x81\xe4\xab\x90\x02\x12\x51\xae\x8c\xae\x03\x98\xf9\xbe\xe6\x8c\x1d\x23\x20\x85\xa0\x98\x10\x4e\x52\x75\x33\x9e\xab\x44\xdb\xdf\x62\x38\x88\xa0\xc0\x81\xce\x6e\x91\xb3\xc6\x7b\x92\x4a\x38\x72\x72\xc5\x6a\x4e\xb8\x7f\x20\x69\x6e\x99\x8b\x6c\x10\xcd\x29\x7a\xc6\xec\xb6\x75\xf7\x80\xcc\x97\x30\xba\xc9\xb7\xaf\xf4\x29\x89\xa5\x42\x6a\xa7\xb2\xbd\x35\x48\xb4\x83\x08\x4a\x83\xd8\xd9\x4d\xcb\x89\xa1\x86\x8b\x74\x65\x27\xf3\x19\x53\x39\xbd\xdb\x05\x2e\x29\x48\xbf\x54\xe6\x69\xa9\xa4\xb2\x9b\xc3\x61\xcf\x1c\xce\x61\x97\x46\x5f\xb8\x73\x90\x75\x3a\xda\x24\xf0\x46\x9f\x52\xaf\x21\x95\x4c\xd7\x69\xb6\xbb\xd5\x70\xa0\x40\x1f\xbe\x82\xe6\x54\x58\x77\x83\xdc\x4c\x27\x6a\xe2\xfb\xa4\xdb\xef\xe9\xf3\xa4\x03\x88\x13\x90\x5d\x52\x03\xd2\x05\xf1\x81\x4c\xc2\x3c\xcf\x69\x97\xbf\xe8\x53\xea\x84\x01\x5e\x2f\x8b\xdb\x9c\x80\x65\x45\x0e\x58\x67\x1d\x3d\x52\xd7\x54\xe6\xec\x1c\x84\x77\x2d\x9b\x27\x3b\x90\x1d\xba\xdc\x8b\x3c\x87\xea\x0d\x46\xda\x57\xe8\x86\xa0\x99\xab\x9d\x8c\xe7\xb0\xf5\x20\x6f\xce\x9c\x3d\xe2\xbd\x69\xcf\x64\x8f\x2e\x1f\xfb\xee\x50\xa7\x03\xc9\xde\x73\x03\xb9\xee\x09\x67\x9a\x6a\x42\x25\x20\x67\xbb\x08\x48\x72\xb2\xa5\x3c\x6a\x0b\x5d\xe6\x7f\xe7\x43\x8a\x9c\x09\x0e\x3e\xb4\x9b\x77\x8a\x36\xe5\xbd\x83\x64\x2a\xcb\x75\xae\x7c\x91\xec\x05\xb5\x43\x0b\x9c\x5a\x2b\x30\x44\x29\xb2\x5a\x86\x12\x3d\x2d\xad\x59\x72\x9c\x2e\xc9\xdb\xb8\x12\x9e\xae\x6e\x09\x95\x7a\xba\x64\x17\x38\xff\x34\xcb\x79\xfd\x07\x88\xf2\xcb\xd9\x9f\x2c\x92\x4d\xe7\xba\xca\x1c\xea\x17\xc9\xe6\xbc\xbc\xf0\x72\x2c\x1a\xe1\xd9\x85\xf7\x74\x90\xb2\xf5\x41\x2e\x24\xd3\x33\x13\x95\x42\xbd\xcc\x3b\x20\x09\xe6\x1c\xb9\xb7\x5d\xcd\x20\xf4\xe2\x98\x7a\x06\xed\xc4\x23\x75\xb8\x4c\x17\x68\x69\x85\x25\x7c\xbb\x8c\xa3\x45\xc7\x75\x59\xe7\x6a\x91\x7a\x29\x39\x52\x71\x32\xcb\xb1\xa8\x36\xeb\x43\xbd\x9c\xbf\xd9\xa1\xe2\x63\x5d\xae\xc5\xe1\xbb\x79\x49\x87\xdd\xe0\x9f\xd6\xb5\x9d\x6f\x4d\x5f\xeb\xea\x29\x1d\x3e\x6f\x49\x6b\xdd\xd8\xb2\x25\x1f\x95\x6e\x27\xfb\x03\x29\xd7\xb2\xc9\xfe\x4a\x4e\xb9\xe2\x2b\xcf\x35\x51\x2a\x3c\xee\x4a\xce\x0f\x66\x92\xb9\x12\x19\x2d\x18\x41\x88\x9d\xbd\x9d\xb8\xb2\x3b\xae\x6c\x2c\xf3\x56\x9f\x27\x95\xac\xde\x59\xdb\x0e\x64\x17\x7f\xe6\x82\x17\x31\xdf\x20\x63\xa5\x93\xac\x8c\x25\xbd\x78\xad\x8d\x36\xd9\xb3\x5d\x0e\xf5\x40\xb2\x2f\xb3\x82\x72\x81\x6f\xf0\x8e\xcb\xa1\xb8\xae\x3c\x7d\x20\xf9\xab\xb2\x82\xd6\x61\xdf\xde\x4d\xfb\xbc\xf7\x18\xc1\x9e\x35\x37\x33\x93\x46\xbb\xc2\x3b\xda\xe7\xbd\xbb\x7a\xe0\x81\x9c\x91\x8f\x5e\xc4\x1f\xda\xb2\x3f\x96\xf4\xcd\x19\x8c\xc4\xcb\xbd\xf2\x64\x26\x8f\x59\x40\xca\xe4\xc7\x6e\x12\xf0\x5a\x02\xaa\xe2\x71\x33\x90\x6c\x25\xec\xad\x62\x5a\xab\x7d\x70\x0e\x24\x85\x05\xdf\xe0\xc4\x49\x37\x78\xe6\x02\xb6\x48\x4f\xf6\x8e\xaf\xf6\xa0\x1e\x4b\x79\x83\x6b\x8e\x3e\x65\xfa\x72\xc5\xf8\x03\x59\x49\xe7\xf7\xa4\x37\xae\x17\x7b\x24\x4f\x97\xec\x4c\x70\x83\xfa\x25\xd5\x24\x6c\x89\x27\xab\x36\x72\x1e\x48\x7c\xba\x09\xe1\x22\xe1\xd2\xa0\x4f\xab\xf3\x7c\x8a\xed\x47\xdf\x0b\xbb\xe2\x34\x4a\x8d\xb9\x14\x7b\x27\x74\x7a\xd9\x66\x1a\xbc\x9b\x62\x91\xb2\x9d\x2d\x0f\x24\xf9\xc5\x72\xc8\xaa\x2e\xd7\x60\x1e\x77\x39\x01\x12\x6c\xc9\x32\x73\x83\xbd\x67\xd9\xdb\xa3\x71\x1e\xaa\x2b\x80\xd3\x8b\xbc\xd5\x5b\x02\x97\x9a\x2d\x43\x26\x8b\x4b\xd1\x9a\xf5\x02\xcb\x9b\x5d\xe2\xc0\x48\xc5\x67\x66\x9b\xda\x86\x3d\xd9\x4b\x60\x4f\x73\xbe\x76\xce\x43\x73\x1a\xfd\x04\x24\x95\x9d\xd3\x1a\x1d\xc8\xa1\x40\x03\x48\x16\xa5\x98\x8b\x33\x98\x47\x2f\xdb\x3a\xfa\x68\x33\x3b\xe3\xf7\xa4\x9c\xcd\xc8\x2f\xf6\x2c\xcf\x85\xf5\xec\x24\x66\xf3\xd7\x4a\x21\x5a\x73\xfd\xd6\x25\xee\x3c\x2a\x8d\x9a\x05\xa6\x45\x38\xa3\x6f\x6a\x57\x17\x69\x8e\x8a\x3a\x90\x3c\x02\x2c\xa4\xe0\x3e\xde\x21\x4c\xf6\x86\x40\x3f\xb3\x5c\x2e\xd4\x19\x55\x0f\x24\x93\x0b\x84\x50\x75\x48\xba\xb3\x38\x1d\xc8\xd5\x1b\x18\x5d\x87\x13\xee\x6d\x8d\x69\xfb\x32\x7d\x8a\x4c\xa5\x4f\x9b\xf5\x56\xd1\x8b\x5c\xe2\x20\x6f\xf2\x9b\xc8\xf6\xff\x3d\x90\x53\x75\x33\xba\x8d\x4f\x8d\x3e\xc5\x0d\x17\x8e\xb8\xdd\xce\x31\xa4\xac\xe1\x84\xfb\xa0\x88\x74\xa7\xf9\xf7\x27\xe5\xcf\x19\x73\x31\x2f\xc7\x51\x15\xc7\x54\xed\xc7\x7b\x20\x73\x22\x03\x48\x45\xf0\x39\xc6\x4e\x25\x84\x6e\x6a\x89\x47\xaa\xf6\x7a\x1d\x6b\xba\xc8\xa9\x6f\x63\xfb\x8b\xd7\xc6\x7a\x4e\x11\xde\x0b\x92\x22\x2d\x6b\xed\x29\x9e\x14\x69\xe7\x0a\xb2\xa7\x44\xac\xb5\xb3\xc9\x36\x50\x4b\x7e\x13\xe3\xe2\xc8\x4d\x34\x8d\xd1\xa6\x18\x45\xd0\x75\x42\x60\x02\x92\x71\x26\x46\xb7\xf9\x07\x92\xb2\x64\x26\x1e\x7c\xbb\x8b\x72\x0e\xc8\xf0\x72\xd6\xb6\x1e\x6d\x0a\xf6\x65\xc7\xc4\xcb\xd5\xcc\x78\xf2\x25\xef\xce\xce\x30\xec\x4b\xde\x32\x07\x70\x69\x95\x26\x07\x42\xa5\x36\x6b\x61\xe5\x97\x0d\x92\xac\xd9\x72\x31\xa3\x1c\x6d\x22\xca\x3d\xda\x54\xa3\xba\x45\x9b\x42\x6a\x6b\xf4\x29\x89\x85\xf3\xb0\x1c\x82\x12\x4f\xea\x22\x83\xa3\x5f\x2a\xd8\x99\xd1\x73\x2e\x17\xe5\xbc\x59\xf9\x65\x2b\xfc\xa7\x4d\x76\x86\xce\x17\x6d\x3b\x46\x7a\x5d\x14\x55\xda\x13\xc4\xc7\x05\x3b\x1b\x04\x94\x12\x9d\x1c\xf8\xed\x30\x93\x2b\xda\x9c\x76\x2b\x7a\x51\x12\xda\x4e\x2f\xba\x00\xed\x29\x71\x20\x49\x10\x90\x22\xf3\xb1\x18\x24\xd7\xb6\x32\x0a\x02\xba\x5d\xd6\x9f\x95\xdf\xce\x90\xc7\x37\x48\xe7\xda\xdb\x64\x3c\xd9\x66\x3a\xab\xb4\x97\x63\x37\x07\x90\x9d\xd9\xa2\x4d\x71\xab\x9c\x15\xe9\x6a\xc7\x15\xdf\xa0\x0b\xa2\x73\x01\xaa\x96\x67\x77\xbe\x97\x03\x29\x1b\x37\xe4\x4d\xde\xf1\x75\xde\xf1\xde\x4b\x25\xde\x3c\x17\xf1\xd4\x05\x66\x71\x39\xfe\x34\x4e\x9c\x38\xec\x96\xaf\x68\xb3\x24\x97\x80\xec\x95\xe2\x99\x3d\xe4\xaa\x30\xa2\x17\x49\x02\x71\xe1\x2a\xa1\x54\xad\x25\xa0\x2e\x1a\x12\x4f\xca\xb8\x0d\x26\x8b\x33\x6f\xb0\x9c\xf6\xc6\xcf\xb5\xc6\x08\xb2\x0c\xcd\xfc\x3d\x51\x96\xab\x7e\x4b\x90\xa9\x28\xe6\x49\x37\xcb\x9a\xd4\x68\x73\x02\x67\x96\x42\x1e\x8e\x93\xad\x7e\x60\x06\x30\xa4\x0c\xbc\x1d\x85\xba\x1d\xf7\x9b\xe3\xdf\x86\x4b\xe3\x8c\x0b\xc4\x7e\xba\xa4\x24\x24\xe5\x69\x9d\x2b\x48\xa8\x0c\xbc\x05\x03\xcc\x7a\xc2\xc1\x00\x2d\xeb\x6a\x3b\x90\x12\xee\xa7\x80\xe4\xa2\x06\x51\x76\xce\xaa\xe0\x9b\x9f\x2e\xe9\x0a\x4a\x5a\x6f\xec\x9c\x5c\x23\x9c\xf3\x39\xfe\x2f\x9b\x27\xd9\x5c\xbb\x1c\xa1\x2d\x5d\x2e\x7d\x19\xe4\xf4\x65\xb7\x73\x48\x83\x0a\x61\xd6\x01\x82\x4a\xa7\xdc\x2f\xc8\x14\xce\xf9\xfe\x06\x57\x56\xc9\xfd\x03\xc9\xc2\xeb\xeb\xc9\xd5\x53\xfa\x34\xf2\x6e\xfb\x93\x20\x56\xee\x84\x33\x54\x3c\x29\xef\x04\x1f\x2b\x3c\xcb\xd1\xf8\x52\x4b\xc5\xe1\xee\xc3\xd5\x53\x8a\x8b\x56\x8e\x9d\x1c\x26\xe4\x6b\xc6\x55\x50\xba\xcb\xfb\x1c\x48\xe9\x74\x0a\xe3\x39\x79\xe6\x60\x3c\xa2\x12\xfd\x9e\xf8\xe6\xee\x20\x89\x03\xa9\xb4\xa7\xd5\x5d\xd4\x21\xe1\xe2\xdc\xb7\x0b\xf4\x7a\xcd\xf6\xed\xc4\xaf\x85\x36\x11\x57\xd7\x3f\x3e\x90\xf9\x5f\x7a\x91\x24\xe0\x2c\xc9\xc3\x5e\xe7\x15\xeb\xc1\x76\x2a\x1a\x34\xa9\xfb\xb6\x32\x6a\x06\x24\xfe\x30\xe6\x62\x87\xb5\xcc\xe8\xcb\x7a\x71\xbe\x41\xd2\x5a\x4b\x3c\x89\x47\x33\x6d\xf6\x07\xca\xd1\x26\x27\xb1\x49\x2f\x4a\x95\x84\x82\x6b\x2b\xf9\x69\x89\xb5\xbe\x9d\xd1\xa2\xc5\x7b\xf2\x5e\xfd\xb4\x99\x10\x32\x4f\x61\x5d\x89\x99\x49\x41\x02\xdf\xb5\xa5\x73\xed\x0d\x9c\x90\x5c\x50\x5d\xb6\x6a\xb8\x7e\x49\xa9\xac\xa0\xbd\x52\x4a\x8f\x27\xad\x5c\x88\x36\x6b\x36\x03\x92\x6c\xe3\x6b\xc6\x3e\xf6\x0d\xde\x71\x4b\x03\xdb\xaf\x78\x52\x98\x7c\x7f\xda\x1c\x5f\x3b\x80\x74\xe2\xc0\x3a\x7b\xe3\xe7\xe8\xd3\x92\xf1\xa0\xcd\xf2\x75\xe5\x8b\x74\x55\x06\xf6\x64\x47\x37\x7c\xde\x93\x13\x63\x89\x27\x75\x56\xc0\xd6\xec\xd0\x6d\x76\xc5\x9e\x2e\xe8\xa2\xed\xd3\x5f\x9d\x5b\xfd\x40\x36\xbb\xb3\x12\x24\x16\xf2\x5c\x8a\xcb\x56\x71\xe2\xec\xf7\xe2\x88\xcc\x61\xbf\xfd\xe6\x72\xaf\xc3\x7e\xfb\x0d\x93\xfc\xb6\xa7\x8b\xc3\x76\x86\xbd\xf8\xab\x33\x98\x8f\x5d\x9c\xaf\xdd\xa4\x7d\x17\xc8\xb7\xc7\xab\x4e\x5a\xc1\x5c\xe4\x5d\x52\xef\xef\xb3\xc4\x9d\x47\x5d\xd8\xc5\x13\xb5\xeb\xc9\x98\x01\x29\x53\xd3\x45\xa7\xe2\x1d\x9d\xdc\x63\xb8\x12\x48\xb1\xf7\xf1\x70\x7d\x8f\x7e\xe7\x80\xa4\xa7\x36\x77\xba\x9b\x2b\x57\x58\xd7\xb7\xed\x18\x82\x10\xbd\xad\x49\x75\xbc\xfb\xd8\xf2\xfd\x68\x70\x37\x76\xf5\xae\x38\xfd\xd8\x9d\xbb\x4d\x16\xc6\x15\x36\xb8\x91\xa8\xa9\x11\x1b\xe1\x52\x86\xe8\x08\x5d\x61\x23\xe3\x06\xb3\x49\x9d\x32\x68\x93\xeb\x97\x73\x20\x0c\x7b\x5e\xb7\xc6\x37\xd8\xbf\xa3\x30\x7a\x14\x3d\xa4\x17\x07\x26\x40\xfa\xba\x0d\x84\x90\x0d\x6b\x2f\xe1\x3d\xf6\xd0\xa5\x13\xeb\xa2\x64\xa4\x1d\xc7\x1e\xfb\x4c\x67\x07\xe6\x8e\x4d\x32\xd2\x4a\x2f\xda\x87\xcc\xb1\x72\x8a\xd1\x01\x62\x4f\xdf\xfe\x1c\x0f\xd5\x79\x68\x1d\xc2\x34\x5d\x59\xc5\xdc\xcd\x9e\xce\x11\x7b\xc5\x7b\xf2\xf4\xb6\xc4\xe2\x8a\x10\xbd\x33\xba\x3d\x1e\x6e\x56\x62\xe2\xcf\xc9\x08\x24\x75\x61\x84\x6d\x03\x0c\xef\x39\x5a\x93\x9d\x56\xd4\x65\x73\xba\xcc\x03\x59\x53\x5c\x80\xf4\x7d\xe6\x83\xb6\x2b\x0b\xba\xdc\xce\x70\x31\x85\x82\x2b\x9d\x8b\x29\x54\x6c\xdd\xdb\x69\x3d\xf1\x55\xd8\x4a\xe4\x99\x27\xeb\xb9\x7d\x58\x7c\xfd\xba\x0c\x42\x85\x03\x75\x19\x84\x3c\x47\xbc\x27\x99\xa1\xf2\x9e\x95\x4a\xe0\xe0\x76\x36\x67\xbe\x41\x5c\x5f\x77\x8a\xa5\x41\xa9\x03\x44\xdc\xad\x5a\x82\x19\x45\xc0\x46\x07\xca\xc9\x91\x9e\x33\x0f\xae\x20\x9b\xcf\x2b\x57\x82\x6b\xa8\x57\xc8\xd4\x83\xb4\xac\x0d\xc8\x86\xa2\x80\x64\x28\x02\xcb\x1f\xb8\x96\x0e\x20\x05\xf0\xe7\x80\x54\x87\xa4\xc6\x7b\x2a\x35\x74\xc5\x7b\xca\x80\x72\x45\x9b\x22\x63\x3b\xa3\xcb\xf1\xac\x7c\x20\x29\x4f\x58\xeb\x87\xf3\x29\x8f\x80\x5c\x2b\x66\x02\xc9\x32\x04\x89\x7e\xf8\xa4\x82\xe5\x32\xd0\xd7\xb8\xd6\x1e\x38\xa5\xb1\x12\x22\x99\x68\xf3\xf7\xc3\xbe\xf9\x31\xba\x8b\x66\x71\xc6\x94\x54\xb4\xe3\x27\xb5\x9f\x2e\x49\xc6\x35\x63\xc6\x0e\x57\xb3\xed\xbc\x26\xe9\x03\xd9\xbe\xe4\x11\x9e\x2e\xd5\x06\xb6\x3e\xad\xd1\xb6\x9a\xd3\x05\x13\x4a\xe1\xaa\x7c\x4d\xe3\x59\x03\x92\x57\x3d\x67\xf3\x65\x83\x2b\x2b\xff\x92\xcc\x80\x97\x0f\x1e\xdb\xa8\x36\x36\xe9\x39\x3f\x6d\x72\x78\x60\x95\x5c\x47\x1c\x2b\x00\xa5\x07\x52\xff\x9e\x53\xb6\xe3\x77\x49\x90\xc5\xb7\x53\xf4\x40\x6e\x70\xe7\xae\xd1\xe6\xd8\x6d\x0f\xaf\xb2\xe2\xe5\xca\x01\xc9\x10\xc6\xbd\xa6\x04\x99\x39\x3e\xfe\xed\xcc\xaf\x16\x36\xa8\x1a\x10\x3c\xe0\x1b\x55\x3f\x6d\x16\x0f\x5b\x40\x2e\xed\xc9\x08\x4e\x9e\xc9\xf2\x62\x93\x87\xb7\x7a\xdb\xff\x57\x47\x7c\xda\x65\xbb\x7b\xf4\x49\x7d\x01\x3b\xc8\x1d\x48\x7c\x57\x8e\x27\x4d\x4e\x6f\x20\xd5\xc1\xfd\xf4\x22\x63\x90\x14\x32\x07\x52\x25\x6f\x21\xda\x74\xed\x81\xee\x52\xb0\x07\x92\x49\x50\xdc\xcd\x74\x25\x82\xee\xf4\xe6\xd3\xfe\xdb\xdd\x37\xfc\x74\x5d\x82\x3c\x63\x74\xad\x99\xf5\xc6\xf3\xe3\xdb\x1d\x4f\x3a\x3c\xbb\x01\xe9\x6b\x75\xa7\x4f\xca\x12\x58\xf3\x37\x5d\x7a\xa0\xe6\xcf\x7b\xce\xf1\x70\x01\x39\xd2\x91\xf7\x9c\x31\xe0\xe6\x6b\x9d\xf2\x28\xf1\x0d\xa4\x0d\x67\x3c\x6b\xde\x7b\xbc\xa7\x50\x99\xc4\xf7\x39\x38\x66\xd2\xe6\x28\xc8\xc4\x78\x58\xfd\xe9\x53\x02\xa8\xc3\x3e\x0e\xa4\x74\xae\xf1\x0d\x16\xe8\xab\xdf\x73\x62\xcd\xdc\x12\x90\x94\x35\xa9\x00\x29\x5d\xe6\x9d\x81\xe4\x96\x59\x26\x90\x1c\xd6\x4a\x03\x12\x2f\x7e\x57\x20\x1d\xd5\xe4\xaf\x75\x51\x04\x27\xbe\x9a\x2e\x8a\xd0\x67\x3c\xe9\x22\xff\x17\xe3\x39\x40\x3a\xd1\xa7\xb5\xcf\x57\x40\x32\x68\xb5\x78\x4f\xc6\xed\xf8\x06\x65\xd6\xbb\xd9\x5b\xd7\x6d\xbc\x63\xf4\xe5\x9c\xde\x8c\xee\x74\x48\x39\xda\xa4\x6c\x8b\x6f\x58\xc6\x6b\x56\x42\x8a\x80\x11\xdf\xee\x88\x45\x30\xd2\x9e\xf3\xae\xc1\x32\xed\x2b\xdf\x9c\xb0\xfd\x40\x8a\x69\x4d\xcc\x45\xf2\x60\xfa\x3c\xa9\x20\x10\x70\xc2\x9e\x19\x8e\x4e\x9b\x2e\xe5\x50\x6a\xec\xc3\x36\xcb\x12\xbd\xa8\xe0\x14\x67\xe5\x26\x2c\xa2\x01\xc9\x1f\xe1\xbe\x80\x74\xe5\x5d\x01\xc9\x8e\xc2\xbe\xcb\xff\xbe\x3b\xc8\x65\xe2\x63\xef\x88\xda\x03\x39\x67\xcd\x04\xb2\x6c\x1a\x4f\xea\x6b\x87\x67\xa6\x2c\x3c\xcd\xc9\x4f\x0f\xe4\x6c\x92\x3c\x69\x0f\x12\x70\xf0\xc6\x0e\x36\x80\x54\x2f\x25\x07\x24\x77\xce\xf8\x06\xb3\x87\xec\xa6\xe4\xac\x6a\xd6\x63\xda\xc7\x3e\x3b\xca\x73\x0e\xa7\x03\xb5\x02\x6f\xe2\x71\x6f\xcf\x93\x03\x55\xed\x6d\xb4\x29\xee\x18\x5c\xb2\x05\xe4\x48\x95\xdf\x10\xe5\xf3\xa8\x6a\x5c\xf0\x81\x12\x44\x8a\xdd\xc7\xa7\x1d\xe9\xf3\xe4\xf8\xdb\x94\x91\xd8\x4e\x09\x14\x79\xb0\xf1\x4a\xed\xd3\x5c\x53\x63\xe2\x2c\x6f\x4d\xce\xb4\xb3\x7c\x1d\x6c\x27\xc5\xd7\xfb\x04\x92\xeb\x3c\x07\xd0\x05\x11\x6f\x46\x77\x61\x76\x1b\x1d\x0f\xe4\xbc\x18\x1e\x4f\x09\x32\xcb\x0d\x31\xa8\x84\x4c\xdc\x40\xd6\x77\x4d\x20\x69\xe2\x46\x3c\xe9\x0a\x22\xd1\xa6\x9c\xc9\xa3\x01\x29\xb1\x09\x9b\x5b\x15\x29\x37\xd8\x16\x07\xbc\xc6\x91\x73\x85\x06\xeb\x24\x0f\x24\xb5\xc0\x88\x27\xe5\x29\xcc\x46\x38\x45\xa5\x75\xd8\x07\x72\x4d\xb9\x0c\x24\x17\x99\x64\x48\xa6\x8c\xda\x5a\x40\xb2\x83\x43\x44\x9c\x78\xf2\x66\xe3\x1b\xde\xdc\x1e\x41\xd5\x1b\xaa\x93\x2a\x4d\xbb\xb2\xf7\x1b\xe4\x55\x72\xc9\x56\x20\x0d\x0d\x27\x2a\xfa\x34\xa9\x2d\x17\x90\xaa\x92\x70\x00\x9d\xb0\xc7\xfc\xe8\x81\x24\x2c\x5e\x8c\xae\x24\x4e\xe6\xfa\xa6\x7d\xd0\xeb\xe0\x4a\x70\x00\x6a\xba\xa3\xcd\xbb\x92\x81\x64\x44\x62\x5d\x24\xcd\x94\x96\xe3\x49\x79\xee\x42\x24\xed\x09\x62\x4f\xda\x03\xd9\xfb\x98\x11\x5c\xf5\x21\xf3\xa4\x18\x83\xc4\x75\xd8\x9d\xc5\x85\x43\x26\x2f\xf7\xd6\x39\x64\xf2\x19\xa9\xa9\x44\x9b\x0c\xa7\x90\x30\xc9\x44\x6d\xc4\xac\x97\x49\x18\xb3\x16\x43\x71\xc7\xcc\x08\xe1\x35\x24\xef\xf1\x92\x79\x72\x38\x78\x9a\x2b\x4f\xf5\xdc\x7b\x01\x7b\xf0\x2c\xbf\x27\x90\x05\xe5\x06\xa4\x10\x7a\x4e\xc0\x60\xad\x13\x90\x7d\x46\xe8\xd3\xf5\x96\xd9\x77\xa7\xc5\xa9\xac\xa0\xfc\xbe\x73\x65\x1f\x2c\x13\x75\xce\x83\xb2\xdb\xe4\xc6\x29\x96\x25\xa3\xda\x24\x78\x20\x79\x7b\x04\xe4\x64\x96\x60\xf9\x74\x44\x1f\x18\x32\x97\x8b\x3c\x05\x24\xbf\x02\x88\xb9\x8a\x1b\xb4\x0c\x3b\xb3\xe4\xa8\x78\x73\x3a\x96\xe3\x10\x8b\x57\x62\xc9\x45\xad\xb0\x0f\xf6\x0b\x69\x3d\xda\x6c\xfc\x0d\x48\x8a\x54\x2e\x08\x57\x62\x6f\xd1\xa7\x0b\x5c\x45\x2f\x96\xd6\xb8\xc8\xe4\x6b\x5d\x63\x5d\xac\xe9\x6f\x50\x29\x49\x4f\x2d\xd6\xc5\x7a\xf8\xce\x25\x60\x9f\xe9\x04\x31\x97\x97\x48\x2d\x5c\x2c\xd2\xa0\x77\xd7\xa5\x9c\x2e\x7c\x90\x5b\xb4\x6d\x47\x4f\xfa\x3d\x6b\xad\xe3\xc2\x7d\x98\x25\x1b\x01\x89\xec\x8f\x6f\x39\xe5\xf3\xa8\xbc\x6c\xe7\x05\xa4\x40\x4b\x88\x88\x04\x9f\x72\x43\xf7\xad\x7d\xee\x35\x20\x1d\x08\x3e\x57\x75\xe3\x5a\xeb\x01\x15\xb5\x4d\x20\xc7\xec\x33\x82\xb4\xd6\x03\xbe\xeb\xe1\xd2\x90\x6c\xc4\x43\xc1\x00\x9d\x3b\x1d\x81\x09\x1e\xf7\x49\xf2\xcc\x0e\x24\x2f\x54\x10\x54\x09\x66\xf2\x80\xbc\x3d\x7d\x58\xe0\x6e\x14\x28\x5b\x07\xfc\xe8\xd3\xe5\x18\x19\xdd\x55\xdd\x32\xbc\x87\x02\x5e\x73\x8b\x36\x71\x76\x19\x6e\x51\x69\x1a\xdb\x60\x3b\x1d\xc6\xda\x98\xd9\xcb\x65\x6c\xe0\x1d\x5d\x36\xbd\xb2\x82\xd6\x22\xdf\x90\x30\x57\x60\xeb\x5c\x80\xaa\x59\x90\x2b\x28\xa9\xa4\x8d\x3d\x78\xf8\x97\x25\x08\xe6\xf2\xb2\x5e\x1c\x72\xaa\xfa\x68\x6d\x40\x8a\xde\xce\xa7\x5c\x6e\x20\xf9\x3e\x73\xb1\xbc\x6d\xfa\x02\x7d\x9c\x9c\xa5\xf2\x45\x6f\x69\x44\xe1\x44\xec\xe3\xdb\x1d\x20\x3d\xa7\xa3\x2e\x87\x77\xda\xe9\xf0\x6b\xf1\xb1\x72\x92\xfb\xe6\xa0\xd6\xe9\x84\xf4\xdd\x61\x42\xf3\x93\x82\xde\x4f\x26\xc7\xdb\x99\xd0\xe3\x9d\x6b\x15\xcc\x9c\x8e\x6d\xb4\x1b\xd3\x81\x5c\x61\x4e\xf3\x9c\xba\xba\x1a\x47\x60\x3a\xee\xca\xf9\x26\x0e\x24\xa5\x92\x0f\xd2\xf4\xd5\xe5\x98\xc8\xe9\x9c\xc9\xd9\xa5\x3d\x27\x8e\x8a\xce\x99\x31\xa7\xf3\x31\x58\x53\x3c\xed\xa8\x58\x9c\x6f\xe2\x40\xca\xd4\x6d\x42\x3f\xa5\x5e\xcb\x48\x09\xb3\xe1\xc2\x45\x2f\x4e\xb3\x79\x31\x82\x30\xf9\x77\x48\x36\x79\xd6\x2c\x8a\x12\xd1\x26\x11\xde\x59\x92\xa7\xb3\x24\x57\xab\xf3\xa6\xb3\x1d\x57\x87\x1b\x1c\x48\x01\xee\xc6\x56\xf2\x1b\x37\x56\x42\xae\x89\x19\x72\x3a\x95\x57\xa1\xdb\x23\x60\xda\x51\x31\xdb\x3d\x6f\xce\x6e\x57\x56\xe3\xa0\xf3\x1b\x57\x4b\xa3\x73\x0e\xae\x27\x7f\x11\x19\x86\xcd\xfb\x4f\x87\x10\x15\x76\xcc\xd9\xd7\xec\x10\x3b\xa7\x6a\xf6\x94\xc9\x4a\x60\xdc\xbe\x79\x4f\x6a\x08\xf8\xd1\xa9\xeb\xa2\x3b\xf3\xc6\x74\xf6\xe1\xde\xf8\x22\x29\xdb\xaa\x0b\x92\x1e\xc8\x79\x8a\x1b\x90\x6c\x10\xbe\x1c\xa7\x32\xac\x65\x9b\x5f\x67\x38\x1c\x32\x6b\x3b\x15\xda\xf0\x36\xed\x54\xd8\xe1\xb0\xa7\x6b\xef\x38\xfd\xfe\xb4\x8b\x61\x6d\x31\x17\x2b\x72\xc0\x25\xa7\x5b\x43\xbe\x9e\xd3\xf1\x76\x66\x60\x48\x61\xec\x9a\x3d\x07\x72\x3c\x28\x90\x55\x8b\x83\x79\x6e\xbf\xc7\x5c\x24\x2b\xb6\xe8\x45\x51\x18\xf9\x8a\xf7\x64\x2a\x6d\xe9\x5b\xa2\xec\xdc\xc7\xc5\x36\xcf\x03\x49\x23\xe3\x63\x3c\x6d\x4d\x77\x56\xd1\xe9\x6c\xc7\x25\x96\xd7\x9e\x91\x37\x1b\xaf\xc8\xa7\xda\x4c\x86\xe7\x72\xed\xe7\xcf\x7b\x22\xb5\x26\xa7\x73\xd9\x83\x13\x62\xe0\xac\x6d\x77\x89\xb6\xa1\x68\x2a\x7a\x91\x20\xe2\x24\xdb\x07\x52\x7a\x40\x96\x50\x37\x67\xab\x6c\x84\x2d\xed\x76\x91\x39\x90\xb4\xa5\xa0\xb9\x4b\xba\x66\x88\xc8\x72\x2e\x8a\xc4\xf7\x39\x0b\x2d\xa3\x4b\x5f\xd9\x2a\x87\x65\x63\xc5\xcd\x40\x45\xde\xdc\x05\x48\x6a\x1d\x13\x57\x67\x5e\xee\xce\xa4\x3b\xed\xdd\x99\xed\x32\x76\x20\x7b\x7e\x46\x9b\xb2\xec\xa6\x78\x4f\xdf\xc0\xa1\xb6\x35\xdd\x55\x1f\x0e\x24\xdd\x5b\x02\x72\x6e\x3b\xd6\x73\x9b\xa3\x60\x5d\xb6\x5d\xe9\x38\x9c\xb2\xad\x77\x87\x60\x4f\xe7\x6f\x6e\x08\x53\x73\x3b\xf9\x38\x2b\xbf\x2d\xca\x41\xd0\x36\x5e\x06\x09\x48\xe6\xa6\x58\x17\x29\x95\x12\x68\xbe\x5d\x50\x8b\x63\x25\xfb\x79\x71\x84\xe4\x81\xb4\xba\x35\x9e\x94\x86\x12\x7c\xd9\x0e\xbf\xb1\xc4\x62\x2f\xd4\xda\x38\xf0\x2a\x2f\xdb\x3a\xab\xfb\x10\xbf\x0d\xef\x38\x1f\xbe\x74\x20\x14\x0f\xe7\xc5\x60\x66\xb2\x8a\x97\x06\xa1\x97\x1d\xbc\x5d\x77\x3c\xa9\xd0\x87\x16\x6d\x8a\xc2\x8a\x36\xc9\x60\x36\xfb\xcd\xf9\xd0\xf7\xe5\x18\x4f\xc4\xa7\xde\x01\x49\x3f\x9a\x99\x35\xce\x6c\xde\xbf\xa7\x5d\xf0\x38\x01\x4f\xbb\x8c\xf1\xed\x62\x21\x4a\xe5\xdb\xc9\x27\xf7\x81\xfc\xb5\x15\xc8\xdc\x5b\x03\x92\x0f\x0e\x38\xf8\x74\x7e\x19\x88\xb2\x35\xa2\x1d\x2c\x7f\x3a\x07\x35\x7b\xab\x12\xb2\x0d\x95\x56\x78\xcb\x42\xec\x9e\x2e\x32\x51\x99\xb5\xbd\xc0\xcd\x42\x38\xef\x73\xef\x5c\x56\x2f\x6b\xfa\x59\x09\xe5\x9a\xcb\xae\xdf\x37\xe7\x4b\x21\xc3\x93\xef\x93\x5e\x35\x23\x3d\x4d\x85\x33\xe5\x59\xe3\x49\xab\x91\x3c\xba\xb2\xbd\x75\x14\x1d\xf3\x3d\xec\xea\xe9\xfd\x53\x90\x52\x6f\xe0\x92\xb3\x39\x67\xce\x83\x72\x2d\xb7\x0c\x26\x8b\x85\xa8\x71\x71\xda\x3d\xf6\x86\x4e\xbc\x75\xa5\xdb\xff\x68\x2e\x2b\x2f\x87\x25\xab\x25\xe5\x65\xb7\x02\x76\x3a\x63\x73\xfb\x1d\x92\xc7\xb6\xbf\xcf\x6e\xb5\xdd\x41\x20\x07\xd2\x19\x6b\xd1\xa7\x74\xe6\x77\xb4\x49\x7a\xca\xd1\x8b\x94\x58\x66\x28\xd6\xe5\x1a\x8b\xfe\xa2\x25\x75\x65\x4b\xf1\x9e\x7c\x62\xe6\xfd\x6d\x42\xa2\xf3\xa8\x34\x6a\x77\x74\xe3\x84\x28\x7c\x92\xeb\xaf\x5e\x74\x6a\x47\xfa\xf8\xa4\xed\xd2\xa5\x4c\xc6\x69\xed\x7d\x38\xd7\xe5\x3a\x6e\x8d\xf7\x6c\x7b\x36\x31\xb0\x8f\x6f\x66\xe3\xed\xe3\xdb\x9c\xc2\x7c\xe2\xe3\x3b\x18\x21\x59\x8c\x65\xf4\x64\x8e\x97\xa5\x4f\xce\xa0\xe1\xe3\xb1\x92\x0b\xc1\x5b\x68\x5f\xce\x5a\x01\xef\xbf\x92\xcb\x1e\x95\x80\x4c\x32\xe9\xd3\x5c\x9f\x39\x26\xa7\xab\xee\x48\x02\xcb\x3a\x26\x67\x1f\x3e\x90\xfc\x2b\x7d\x38\xd7\xed\xbc\x5b\x3e\x1e\xcb\xb6\x6e\x27\x4a\x3c\x90\x1c\x7b\x7c\xab\x2e\x65\x59\xa8\x0e\x06\x98\xe1\x03\xcb\x17\xd9\xeb\x95\x63\x65\xaf\xd7\xea\x24\x32\x07\x92\xa6\xdf\x87\x73\x65\x87\x83\x5b\x82\x58\xae\xeb\xe2\xd8\xb1\x49\x86\x68\x67\x24\xf9\x7f\x19\x7b\x93\x64\x8b\x79\x1d\x5b\xaf\x9f\xa3\xb8\x43\x10\x49\x89\x45\x44\xc6\x9d\x0b\x49\x6d\xb9\xe7\x86\xe7\xdf\x70\x10\xdf\x5a\x27\xfd\xc2\xf6\xfb\x6f\xeb\x10\xd8\x3a\x2c\x40\x00\xac\x50\x8c\x19\xef\xd2\x95\xf0\x52\x07\xe2\x8d\x5c\x3d\xc3\x6d\xa7\xfa\x4b\x9e\xa9\xe8\xcb\xcd\x33\x95\x68\x76\x73\xfc\xe5\xaa\x61\xc6\xdb\xf3\x33\xc4\xbc\x24\x24\xbd\x35\x9b\x61\x57\xdb\x30\x35\x1b\xb2\xa4\x6d\xae\x25\x96\x58\x8c\xcb\x0e\x14\xcb\x0c\xfb\xbc\x49\x5c\x38\x62\xc6\x1d\x28\x9e\x51\xd5\x97\x88\xb0\x76\x57\x51\x90\x14\xa4\x5a\xf2\x66\x5c\x46\x95\x21\xfe\x24\x05\xe9\x85\xf2\x99\x0f\xaf\xe2\x12\x88\x87\xab\x0d\x51\x9e\xcb\x28\xa2\xd2\x1d\x28\x0c\xe4\x86\xbf\x0c\xef\x50\x16\x40\x59\xb6\xe2\x1a\x70\x20\x28\xd1\x05\xbd\x71\x2f\xce\x18\xb4\x6f\x56\x5f\x78\xb2\xf6\xd8\x2b\x9e\x80\x2c\x09\x33\x76\xd1\xcf\xb8\xfc\x65\xb8\x05\xb3\x6f\x26\xb6\x73\x23\x78\xc1\x20\xb6\x73\xc3\xfc\xf0\x40\x18\xc8\xf9\xcb\x08\x02\x84\x8a\x26\x62\xf3\x3d\xc4\x4b\x71\xad\x53\x75\x8d\x34\x75\xad\xd3\xfc\x5b\x58\xb2\xb3\xfc\x12\x95\xb9\x58\x36\x1b\xee\xe0\xb7\xff\x2f\xf8\x8c\x0d\x1a\x31\x9a\x9f\xec\x3a\x83\x07\xad\xc2\xda\x22\x9a\x9d\xfa\x12\x17\x2b\x43\xdc\xda\x89\x25\x7d\x1b\x8a\x67\x31\xc9\x74\x44\x50\x6e\x38\x99\x9d\x7d\x5d\xd8\x1b\xb3\xaf\x9c\xf1\xb8\x7d\x13\xac\x7e\x60\x84\xda\xb2\xb8\xbc\xeb\x52\x02\x68\x60\x04\xa7\x39\x8a\xe0\x5d\xed\xd1\x3c\x70\x91\x83\x1f\xf0\x20\xa2\x71\x1b\x52\xae\x61\x92\x5a\x30\xd9\x1c\x04\x2d\x6e\x4d\x92\x33\x22\x5e\x08\x8e\x1e\x63\xea\x92\xe7\xf1\xff\x7d\x71\x99\xc8\x68\xb9\xe4\x21\x22\xdf\x81\xc2\xe4\x36\x1b\x0a\x97\x1e\xb6\x56\x73\x28\xd2\x3a\xb5\x4c\x25\x59\xfb\x47\xeb\x8b\x31\xc3\xc3\xbd\x59\x9d\x2e\xdc\x1b\x58\xe5\x26\x7e\x3b\x59\x4c\xb8\xe2\x98\xd7\x34\x40\xfc\xc8\x87\x9a\x27\xe3\x85\xae\xbb\xb1\xd6\x7b\xf4\xac\x32\xd9\x97\x3c\x52\x29\x9b\x23\x92\x94\x79\x38\x64\xd7\x2c\x55\xb4\x31\x67\x11\x53\x84\x61\x5d\x21\xe4\xe7\x81\x72\x28\xd7\x21\x28\x7c\xf6\x35\xf1\x2f\xfe\x76\x52\xa0\x2f\x8e\xe3\x12\x47\xdc\xac\xb5\xfe\x2a\xce\x6d\x55\x5f\x48\x7b\x3f\x92\x6a\x91\x4d\x05\xb5\x90\x64\x51\x0f\x6f\xf3\xa7\xd4\xe1\x97\xa0\x70\x6a\x95\xd2\x62\x9f\xd0\x25\x56\x3f\x12\xca\xaa\x9f\x9f\x1c\xb2\xa1\x04\x0e\xcb\x59\x82\x14\xd7\x09\xa5\x49\x4d\x7d\x4c\x19\xbf\x2d\x1c\x81\x71\xd6\x1e\x2b\xd6\xdf\x87\x7c\x1b\x83\xc8\xaf\x0f\x26\x78\x07\x22\x8b\xdc\x00\x52\xe6\xe2\x0e\xb4\x48\x7d\x59\x05\xe1\x0e\xc3\x6f\x89\x78\xbc\xec\x9f\x56\x22\x0c\x7b\x11\x14\xcf\x8c\x18\x0e\x8e\x55\x48\xad\xcb\x6c\x12\x62\xf4\x21\xac\xe7\x81\xc2\xf1\x82\xe5\x69\xe1\x32\x41\x50\xd1\x21\xc3\x25\x5d\x46\xad\x42\xbc\x09\x76\x22\x8b\xcc\xd3\x64\x48\x19\x04\xf2\xac\xba\xf7\x5f\x24\xe9\xd2\x5e\x67\x85\xc2\x7e\xb4\xab\x5d\xe1\xde\xd0\xba\xea\x0c\xc5\x5b\x74\xa8\x5d\x0f\xb6\xeb\x43\xbf\x4d\x42\x91\x17\x41\xb1\xe7\x2c\x86\xe2\x08\xaf\xf6\xc2\xbd\xa1\xe2\x53\x37\x16\x2e\x05\x6d\xdc\x82\x62\xa6\xd9\x07\x29\x48\xa4\x6e\xc2\x57\x8b\x58\x06\x3a\x91\xad\x46\x62\x51\xd1\xac\xe1\x06\xa5\x59\x69\x0a\x4f\x94\x05\xc5\x5d\x3b\x5c\xbe\xf0\x5f\xd4\xbe\x72\xe1\x4f\x88\x85\xff\xc0\x3e\xe7\xc6\x77\xf3\x1c\x82\xb0\xe8\x68\x82\xc2\xb5\x4a\x94\xd0\x09\x57\xf3\x3e\x48\x28\xa0\xd1\x12\x95\x43\x37\xe1\xc4\xe0\xbb\x75\xe7\xba\x66\xcc\x34\xde\x7e\x07\x8a\x47\x63\xce\xc9\x2b\xa2\x72\xdc\x7a\x82\x5c\x61\xdb\x7d\x37\xf5\x73\x62\x1c\xc8\x75\xd7\x9a\x44\xba\xd3\xd8\x27\x7c\x56\xd5\xfa\x0a\x13\x58\xf1\x75\x64\xf7\x69\x43\x63\x58\x2c\xa3\x28\xfa\xb5\x88\xfd\xf6\xe8\xb7\x11\x16\xcd\x2c\x87\x6b\x71\xbe\xe6\x64\xb5\x42\x13\xdd\xf8\xcd\x1d\x08\x97\x25\x43\x71\xed\x78\x19\x0a\xd3\x4b\x8d\x68\xc5\x85\x93\x76\xd8\x2b\x32\xf1\xdc\xa4\x56\x18\x2b\xce\x67\xf5\xe2\xc2\x62\x6d\x96\x12\xf4\xcb\xda\x04\x2a\x65\xa9\xc4\x5e\xa6\x10\x42\x6a\xac\x8d\xad\x3c\xfa\x53\xb6\x26\x18\x4a\x8c\xf5\xf2\xba\xc5\x66\x71\xbd\x64\x32\xfc\x0f\x94\x32\x06\x25\x15\x2b\xd4\xb1\x88\x06\x51\x24\xaa\xb8\x17\xea\x9a\x7c\x71\x98\x7a\x34\xdc\x37\x84\xf3\x16\x53\x90\xcf\xf6\x12\x33\x61\x37\x3c\x92\xa0\x58\xe5\xc8\x8d\x31\x56\x1c\x91\xee\x47\x53\xf6\x23\x67\x08\xab\xff\x8a\x00\xdc\xe5\x11\x2b\x63\xa4\xc2\x4e\x6b\xae\xb8\xf5\x4c\x98\xd6\xcc\x15\x7b\xf8\x41\xdc\x81\xb9\xc2\xae\x20\x61\x3b\x70\xa0\x3b\xa0\x26\xe8\x77\xbe\x8c\xd5\x6a\xae\xb0\x01\x48\xd8\x45\xcf\x15\x7e\x7a\x09\x8b\xdf\x03\xad\x80\x9a\xa0\x7d\xfe\xaf\x19\x7a\xe3\x37\x5a\x8f\x5d\x7b\xe2\xce\xfc\x40\xfd\x40\xb1\x4f\x38\x50\xb4\x10\x22\x3e\x57\x5a\xf1\x65\xac\xa3\x13\x8b\xdf\x41\xfa\x9b\x89\xc5\x6f\x4a\x99\x16\xe2\xcd\x7a\xdc\xaa\x33\x22\x14\x24\xde\x89\x0f\x14\xb5\x14\xff\x76\x46\xc4\x6e\x78\x62\x81\x3b\x6e\x51\x22\x2c\x70\x13\x77\x76\x73\x45\x84\xb5\x81\xdb\xce\xc4\xea\x75\xdc\xa2\x44\xbc\x05\x27\x12\x03\x4c\x2c\x5b\x13\x41\xfc\x27\xb6\xac\x89\x20\x47\x07\x8a\x3a\x1f\x5a\x0f\x6f\xb8\x84\x6d\xe9\x24\x7a\xf4\x20\x1e\xd9\x81\x5a\xfc\xc6\xd8\x0b\xf3\x50\x6f\x41\x31\xf6\xae\xd6\x67\x8c\xbd\xaa\x3d\xc6\xd0\xd5\x17\xc6\x50\xd5\xfa\x0a\xba\x74\xb5\x7e\xd4\x7e\x4a\x6e\xef\x50\x77\xe0\x3c\x32\x89\x33\x9d\x92\x66\xec\x66\x44\xad\x0b\x7a\xfe\xfd\xaf\xc1\x03\xda\x24\xb2\x74\x22\x1e\xd9\x81\x7e\xf1\x9b\xff\xef\x3b\xbf\x75\x5a\x88\x93\xc0\xe0\x8a\xe9\x40\x41\xb3\x5e\x04\x05\x95\xfa\x2d\x28\x7a\xad\xf1\xdd\x70\xa4\x46\x14\xb1\xd8\x12\xc9\xf3\xe7\x0a\x2f\xba\x44\x84\x97\x03\xc5\xff\x0d\xea\x8c\xc8\xcb\x03\x0b\xdc\x03\x05\x3d\x47\x15\x74\x78\x9e\xcb\xa1\x03\x45\x9d\x83\x3a\x1f\xf8\x65\x74\x41\x31\xf6\xa1\x5a\xa2\x9f\xc4\x26\x9c\x2c\x4f\x29\x8b\x12\xf1\x80\x3d\x88\x3a\x7d\xa0\x12\xbf\xd1\xb3\x30\x8f\x4d\x24\x3e\x38\x50\x50\x49\xf2\x17\x9e\x79\x29\x8b\x93\xe3\xde\x7f\x3c\x9a\xa3\x1a\xfc\x92\x25\x2b\x35\x7a\x96\xc5\xd7\x71\x47\x9f\x50\x5a\x73\xd5\xa3\x19\x12\x96\x35\x93\x45\x2e\x71\x59\x7a\xa0\xe8\xb5\xa4\x23\x76\xfb\xa3\x8a\x77\xdb\x88\x7e\x96\x4b\x50\xb4\x57\x18\x43\x04\x18\x4e\x78\x37\x1c\x28\xea\x2c\x6a\x61\xf1\xa5\x5a\x60\x0c\x85\x16\xc2\x94\x75\x54\xd1\x2c\x72\xa9\xa4\x2c\xa9\x0a\x67\xb8\xd1\x44\xc1\x78\xe0\x4d\xc4\xb9\x9c\x2b\x32\xab\x24\xc2\x36\xcd\x15\x0f\xb5\x89\xeb\xd8\x03\x1d\x9e\x6f\x92\xe2\x78\xb6\x4d\xf9\xb9\xfe\x49\x29\x4f\xac\x5e\x47\x53\xa5\x71\x14\x48\xf9\x29\x82\xee\xf8\xed\x11\x44\xa5\x55\xd0\x8a\xdf\x86\xa0\xef\x40\x62\x98\xc1\x44\x54\x43\xd1\x51\x89\x6a\x1c\x21\x06\xf7\x87\x07\xaa\xf1\x5b\x16\x74\x26\xbe\xf9\xff\xce\xda\x9c\xb2\x84\x33\x32\x04\xa6\x2c\xf6\x19\x30\x8c\x84\x33\xf2\x97\x8c\x26\x01\x9c\x30\x45\xa7\x96\xf0\x9f\x1a\x5d\x84\x89\x7b\xe3\x94\x25\x48\x0b\x36\x90\x20\xc5\x4a\x3d\xba\x46\xb4\x98\x6a\x09\x4b\xac\xb1\x09\x63\xf9\x89\x2d\x6b\x22\x58\xca\x81\xce\x94\x75\xf5\x2c\xfc\x99\x52\x96\x20\x2d\x26\x49\xa2\x13\xef\xb6\x29\x4b\x74\x16\x2c\x22\x36\xd8\x31\xd5\x45\x02\x11\xef\xb6\x09\x73\xb9\xb9\xe2\xd6\x33\x15\x2d\x3a\x71\xba\x18\x5c\x58\x1c\x28\xc7\x6f\x4d\x50\x39\xbf\x89\x5d\x23\x14\x54\x2a\x52\x29\x61\x23\x3a\x46\x31\x74\x58\x12\x57\xea\xb9\x22\xdc\xd3\x18\x52\xfb\x2f\xad\x6b\x79\x8a\xa8\xbe\xa9\x48\x90\xc2\xa9\x26\x15\x09\x52\xa4\x7e\x4f\x45\x8b\x4e\xc4\xf8\x4d\x44\xdd\x9b\x2c\xb1\x89\x43\xdf\x64\x89\x4d\x45\xbd\x8e\x2c\x72\xa9\x48\x74\x3e\xea\x94\xe8\x44\xa8\xa4\x74\x5d\x8f\x7f\x5c\xf1\x63\x13\xb4\xf9\x51\xdf\x06\x6f\x11\x0a\xfd\x40\x51\xeb\xcd\x98\x3e\x46\xaf\x45\xfd\x0b\xda\x63\x05\xb0\x3a\x4b\x3c\x26\x79\x8b\x30\xb4\x09\xc3\xb0\x85\x19\x63\xc2\x96\x67\x61\xb8\x98\xb0\x21\x59\x3d\xf2\x7c\x27\x4c\x15\x57\x4f\x8c\x37\x96\xab\x03\x1d\x3a\x5d\xe9\xef\xc7\x33\x0c\x3c\x2a\x16\xd6\x7b\xe7\xc7\x26\x30\x5a\xac\x49\xd0\xcb\x8f\x5d\xe0\x2f\x7e\xa4\x03\x11\x6d\x36\x5d\xd8\x83\x1c\xb0\xc5\x8f\x6a\x24\x14\xee\xc5\xca\xb7\xb0\xd9\x4b\xbc\x6e\x2e\xac\xf4\x12\xa1\xf1\x16\x56\x6c\x09\x77\xb6\x85\x6d\x5a\xc2\xb4\xe9\x40\xa7\xc5\x0b\x6b\xa6\x85\x01\x5a\xe2\x91\x7b\x75\x36\x08\x17\xaf\xe3\x0b\x7b\xb4\x44\x0c\x85\x45\xcc\xd7\xf3\xa3\x1a\x61\x06\xba\xea\x89\xa5\xf7\x42\xcf\x2e\x6c\xc9\x0e\xd8\x04\x46\x45\x43\x5d\x08\x3e\xbe\x08\x3b\xb9\xb0\x26\x4b\x1c\x12\x0e\x14\xd5\x0e\xfe\x31\xa2\x13\xa5\x2b\xdf\x74\x28\x5c\xe8\x13\xb1\x9d\x0f\xd4\x03\xe2\x1f\xc3\x91\x25\xf1\xf4\xbc\x08\xbd\x9a\x70\x90\x5e\x04\x3f\x4d\x17\xe2\xb8\x7a\xac\xbf\x89\x1d\xd3\x81\x4e\xe7\x2e\xe4\x71\x11\x0c\xf5\x80\x54\x14\xc7\xb7\x44\x16\xe0\x03\xed\x80\xe8\x40\xf8\xb1\xa7\xab\x08\x0c\xf7\xf4\x84\xfb\xd1\x81\xe2\x1f\x0b\xff\xc8\x72\x79\x97\x7f\x8c\xb0\x7c\x3e\x8d\x36\x6e\x08\xfb\x30\x2c\x11\xe0\x59\xfc\x46\xa5\xb1\x42\x26\x6c\x1e\x0f\xc4\x38\x7a\x16\x98\xe3\xc7\x2a\x88\x51\xf5\x2e\x70\xc5\x8f\x43\xd0\xe6\x47\x83\x87\x99\x6e\x49\x4c\xa5\xe7\x8f\x9a\xa4\x73\x8f\x9a\x84\x38\x12\x83\xb0\xb3\x4a\xb7\xf8\xbe\x41\x64\x31\x7a\x63\xe6\x24\x3f\x11\xbd\x3f\x5d\xff\x03\x1e\x26\xbc\x25\x05\x0d\x1a\x57\x9a\x88\x6c\xbc\xe9\x96\x10\xc4\xd1\x33\xdd\xe2\xfa\x38\x7a\xa6\xeb\xee\x49\x60\x0c\x4a\x42\xc0\xb2\x7c\xdd\x22\x47\x5b\x31\xa8\x4a\x8b\x9d\xc9\x91\x4c\x74\xe4\x0e\xf3\xe2\x85\xcd\x54\xba\x5b\x13\xd4\xf9\x31\x09\x8c\x1e\x34\x1a\xe9\xcc\x4e\x53\xad\xa1\x86\x6e\x89\x44\x67\xae\xd4\xb9\x01\x19\xd5\x9b\x01\x19\x3b\xac\x32\xa8\xa5\x43\xe2\xa1\xff\xa3\xce\x19\xaa\xe6\x96\xe8\x4c\xc8\x38\xa0\xcd\x9c\x21\x48\xd8\xff\x1d\xf0\xac\xe8\xee\x68\x78\x36\x9f\x1f\x9b\xc0\x19\x3f\xde\x82\x42\x96\xc9\xed\xb9\x88\x43\x99\x1e\xc9\x55\x78\x33\xa7\x47\x72\x15\x27\xe5\xf4\x48\x1c\xe2\x75\x34\x3d\xd2\x1e\x2b\xe6\xf8\x91\xba\x58\x08\x52\x95\x3a\x0d\x23\xa7\x84\x0f\xe1\x81\x26\x3f\x76\x81\x2b\x7e\x7c\x04\x6d\x7e\x1c\x02\xdf\xf8\x91\x0e\xc4\x03\x69\x7a\x34\x8e\x78\x20\x4d\x57\x95\x1a\x0c\xef\xe3\x03\xaa\xa2\x60\xc8\x47\xc3\x5a\xc8\x67\x6d\x06\x0f\x9b\xf1\x5a\xb5\xb0\x9e\x4a\x4f\xe9\x82\xe2\x1f\x0b\x1d\x08\xff\x92\x74\x71\xaf\x7e\xc0\x18\xb4\xe4\x2c\x82\xe5\xa4\xab\x49\x78\xc2\x0d\x36\x3d\x7f\x50\xe8\xf7\x26\x1a\x84\xe7\xeb\x01\x9b\xc0\xf3\xaf\x8f\xe4\x25\x62\xe9\x9c\x1f\xbb\xc0\x11\x3f\xfa\xd3\xc9\x8f\xaa\x37\x26\xec\xf9\xfb\xf4\x17\x90\x7f\xfb\xe2\x53\xc9\xcf\xcb\x84\xfd\x41\xd1\x3d\x2d\x29\x11\x69\x27\x5d\x4d\xfa\xfe\xc7\x6c\x4a\x28\x7e\xcc\x66\xbb\x04\x45\x35\xa2\xdd\x0f\xc2\xb6\x5b\x50\xfc\x9f\x6a\xf9\xa0\x9d\x44\xe2\x63\x85\xeb\xc5\x3f\x46\x57\x25\x05\x5f\x2c\x37\x17\x4e\xbc\xab\x7f\xb4\x28\xa1\xf8\x10\xc3\x2e\xcd\x17\x29\x66\x13\x91\x63\x0e\xd4\xf9\x51\x15\x85\x18\x72\xc1\x70\xa0\xc9\x8f\xae\x28\x88\xa5\xd9\x63\xab\x70\x61\x09\x7b\xc0\x60\x2e\x29\xc2\x08\x0c\x94\x1e\x09\x5b\xdc\x68\x26\x9e\xc3\x0e\x14\xe3\x1a\xff\x68\xae\xb1\x7a\x04\xd7\x4f\x0f\x52\x3a\xd8\x56\x60\xbc\xb1\xb0\xa5\x4a\xf8\xfc\x1e\x88\x2f\x1f\x20\x9a\x67\xed\x1b\x17\x73\xce\x7d\xee\xc2\xd0\x2a\x61\x67\xb9\x46\x64\x9d\x4d\x58\x02\xae\xc1\x65\x01\x56\x1f\x07\xea\x01\xd1\x44\x42\x2d\x60\x4a\xbd\x88\x7c\x98\x88\x4b\x78\xa0\x9b\x1f\x87\xc0\x27\x7e\xf4\xa7\x3b\x20\x7e\x63\x1b\x51\xd5\x9b\x30\x63\x4f\x18\xc7\xad\x11\x0e\xc2\x89\xe7\x88\x35\x72\x54\xca\x63\xcf\x81\xf8\xf2\x16\x14\x75\x22\xe9\x23\x0c\xc9\x93\x34\xd6\x08\xa7\xdc\x94\x08\x48\x7b\xc0\x16\x3f\x36\x41\x9d\x1f\x55\x6b\xa8\x7e\xae\x8d\x16\x01\x0e\x13\x96\x2d\x8b\x90\x86\xa9\xe6\x4b\x50\xb4\x8f\x12\x18\x91\x40\x36\x61\x97\x71\xa0\x68\x3f\x53\x27\x7b\x06\x5e\x0b\x0e\xf4\x70\xe1\xd3\x04\xd6\xf8\x51\x4d\x84\xc8\x25\xfc\xca\x0e\x78\x18\xb9\xaa\xe3\x65\x71\x55\x84\x78\x8c\x88\xf4\x9e\xaa\x3a\x1e\x91\x77\x12\x97\xae\x8b\x58\x85\x89\x0b\xf5\x35\xe2\xaa\x38\xe9\xd2\x67\x8d\x9b\x39\xbe\xbb\xa0\xf8\x14\xcd\x32\x22\xed\x52\x4a\x49\xff\xc9\xd9\x5c\xea\x74\x70\x36\x97\xfe\x1c\x91\x4d\x29\xa5\xc4\x2a\x8d\x09\x5b\xaa\x1a\x16\x6b\x36\x26\x65\x8b\xc8\x7b\x49\xa7\xe5\x35\x22\xe6\xcc\x01\xf9\xb5\x41\x65\x96\xb7\xc1\x51\x1a\x5b\x91\x45\x0c\xbd\x94\xf0\x52\x59\x64\xdb\x4f\x38\xe1\xad\xc1\x1a\x2e\xfd\x39\x38\xcd\x12\x1b\xeb\x40\xf1\xe5\x60\x7a\x3a\x0c\x28\xc9\xe9\xfc\x9f\x24\x87\xf5\xb4\x4a\x72\x06\xd3\x2a\xc9\x19\x0c\x4a\x92\x33\x18\x14\xbb\xc6\x11\xe1\x3f\x52\x93\xa8\xb0\x10\xf2\x1a\xb7\x30\x3c\x4a\x4d\xa2\x12\xd7\xb2\x89\x18\xaf\x0b\x93\x9a\x84\xd3\xdf\x22\xd1\x79\x6a\x92\x1b\x0e\x74\x4d\x82\x12\xce\x89\xa9\x49\x18\x22\xd6\x42\x6a\x62\xf8\xcd\x0d\x9c\x74\xe5\x88\x1b\xd5\xd4\x34\xc3\xf1\xd2\x93\x9a\x38\x35\xec\x51\x52\x13\xa7\x46\xb6\x97\xd4\xc4\xa9\x2f\x83\x60\x6f\x39\x5e\x06\x21\x4e\x65\xe5\xc0\x76\x6b\x8d\x97\x49\xb3\x30\x44\xb4\xdd\x44\x68\xb7\x85\xd1\x49\xfa\x93\x8d\x30\x71\x4d\x04\x6d\x58\x83\x13\x5e\x13\x6b\x72\xc2\x6b\x28\xee\xf1\x63\x7e\xf1\x6f\x5b\x83\x43\x5d\xd3\x6c\xff\xe8\x1c\x47\xac\xf1\xd3\xbd\x9b\xf8\xed\x07\xa9\x04\x45\x26\xc1\x84\x25\xcd\x81\x3a\x57\x74\x5d\xe0\x88\x1f\xa9\xe7\x83\xfe\x9c\xa3\x06\x87\x3a\x8c\xb2\x17\xd1\xd6\xd2\x1f\x3d\xc2\xba\x24\x61\x9c\xb0\xb0\xf6\x48\xad\xfd\xe3\x25\xc8\xc2\x14\x24\x11\x9e\xfe\x40\xd1\x73\x72\x3e\x1d\x30\xe6\xaa\xa9\x56\x2e\xdf\xb8\x30\x39\xe0\x1b\x3f\x3e\x40\x4c\x01\xe3\x20\x5d\x78\xc2\x04\x69\x11\xc5\x2d\x25\xac\xcd\x16\x81\xdb\x12\x71\x48\x0e\x14\xc3\x42\x50\x66\xb8\x6c\x25\x1c\xf0\x16\xa1\xda\xd2\xff\x7c\x1a\x37\x52\x58\x55\xae\x99\xa0\x39\x72\x33\xd1\xe3\x3c\x16\x1d\x28\xa8\xc3\x75\xf8\xc2\x3c\x23\xb5\xa1\x6a\xd0\x4e\x64\x1e\x3e\x60\x34\x39\xf4\x29\x93\x35\xfc\x5b\x8c\x83\x73\x12\xd1\xd3\x12\x66\x48\x0b\x2b\x8f\x44\x6c\x87\x35\x39\xe1\x61\x86\xb4\x88\x89\x96\x70\xbb\x39\x10\x5f\x32\xfc\x82\xe2\xea\x22\x4e\x04\x3f\xf8\xeb\xa9\xae\x88\x3b\x4a\x85\x2c\xe1\x7f\x3d\xe5\x8e\x98\x68\xc9\x8b\x4c\xe0\x89\xb0\x41\x8b\x68\x6a\x89\x20\x3b\x8b\x18\x69\x09\x9b\xf2\x03\x05\x35\xc6\x65\xf0\x8b\x1f\xe9\x1c\x3a\x3f\x8d\xcb\x60\x8a\x1f\xd5\xd7\x98\x47\x1e\x46\xd7\x44\xad\x13\x2e\xf2\x40\x93\x1b\x56\xd5\x1a\x72\x8d\x11\xef\xc2\x7c\xe4\xfc\xa8\x5a\xe3\xb4\xd1\xf5\x29\xb7\xc6\x5d\xbf\xb1\x02\xe0\xfd\xb6\xb0\xee\x48\x38\x84\x2c\x32\x85\x27\x9e\x2a\x17\xf1\xce\x12\x96\xc1\x0b\x0b\x8e\x44\xc0\xd6\x03\xc5\xa0\x90\xf2\xe9\x9b\x5a\x4d\x6a\xbc\x2b\x26\x0c\xc4\x17\xe9\xc0\x13\x26\x23\x8b\x94\xdf\x49\xdb\x33\x02\xa5\xa5\x7c\x25\x83\x31\xa8\xa2\x16\xb9\x88\xbb\x44\x8e\x88\x11\x9b\x78\xd7\x5c\xf3\x61\x92\xd9\x72\x4d\x0e\xa6\xda\x63\x11\x38\x2d\xe5\x4b\x8d\x84\xbb\x51\xc2\x82\xfb\x40\xdc\x1c\x17\x81\x10\xf9\xd1\x7f\xc2\x48\x9c\x36\x49\xca\x9d\xf2\x25\xee\x88\x94\x14\x09\x9b\xa7\x45\xd4\xb3\xf3\x63\x12\x18\x63\x66\x41\x9c\x9c\x45\x79\x87\x3c\x50\xdc\xd4\xf1\xe4\xbc\x66\x24\x96\x3b\x60\x15\x18\x83\x66\x17\x3c\x75\xf1\x7b\x49\x22\x1a\xfc\xc1\x49\x71\x86\x25\x75\xca\x49\x42\xd0\x10\x89\xa6\x7a\x60\x9e\xa6\x7f\x0c\x25\x90\x93\x38\x8b\x13\x67\x97\xd8\x47\x5a\xb8\xd4\x25\xf6\x9c\x14\xbb\x7a\x37\xe0\x01\xc9\x79\x24\x5f\x4b\x39\xa9\x8d\xb8\xc3\x4d\x5d\x62\xaf\x7b\x5a\xde\x15\x0e\x18\x03\x91\xd8\x0f\xdf\x98\xd3\x01\x0e\xa0\x96\x09\x0e\xa0\x16\x82\xf0\xb0\x49\x39\x6b\x58\x11\xa0\x20\x69\x1b\x3a\xc3\x14\x39\x0d\xc9\xd6\x64\x6a\xb3\x98\x39\x22\x14\xa4\x21\xf6\xe1\x3e\x76\x88\x5f\x38\x72\xe6\xac\xc9\xe4\x58\x69\xf1\x61\x1d\xce\xf9\x9f\x13\x01\x2e\x02\x6a\xfd\xc9\xd6\xe4\xc6\x3b\x57\x57\xbb\xe2\x47\xf5\x80\x9b\x56\x1e\x53\x0f\xf8\xc6\x8f\x74\x88\x4b\xe0\x21\xe9\x5a\x31\x23\x43\xd2\xc5\x15\xed\x90\xc8\x84\x21\x6c\x22\x91\xc7\x22\x3c\x54\x22\x1d\xc1\x81\xa2\x4e\x89\x53\x3c\xad\xa6\x5c\x24\x32\x91\x91\x39\x0d\x31\x3e\x77\xbb\xb9\x48\x64\xc2\x68\x36\x0d\x31\xfe\x66\x42\xd8\xcf\x4d\xce\x98\xc3\xd5\x4c\xda\xd7\xff\xc5\x26\x0d\x63\x91\x85\x01\x4a\xca\xba\x6e\x24\xec\x53\xc2\x23\x69\xcd\xcd\xe3\x47\x11\x33\x6f\xe6\xee\x56\x77\xfc\x36\xc1\xb0\x5e\xa6\xb2\x88\x61\x5f\xa6\xf2\xf1\x8f\x9d\x1f\xbb\xc0\xe8\x82\xa4\xf4\x85\x04\x9a\xd8\x57\x24\x10\x17\x86\x89\x4a\x1a\x92\x52\x8e\xc7\x3a\x8b\xcc\x78\xed\x4d\x3a\x7c\xcc\x17\x69\xd2\x65\xdf\x7c\xe3\xa0\x32\x34\xae\x78\xee\x4d\x43\x12\xcc\x7d\x33\x41\xd2\x0f\xc4\x6f\xf4\x86\x73\xeb\x10\x3f\x44\x6e\xb8\x34\xc4\x00\x9c\x5b\x71\x86\x3d\x10\xff\x47\x7b\x3f\xd8\x9c\x9d\xf0\xfc\x05\xe5\x86\x08\xc7\x3d\x35\x71\x75\x17\x99\x92\xd3\xd0\xa6\x81\x3d\xcc\x10\x15\x39\xc3\x12\x55\xe5\x40\x31\x06\xed\x20\x38\x16\x0e\x11\x98\x3d\x0b\x8e\xf8\x6b\x5d\x6a\x61\x08\x4a\xbc\xc6\x54\x81\xc1\xf1\xe8\xbd\x75\xe9\x39\x06\x5d\xbb\x2e\xe8\x8d\xf7\xc3\x01\xa3\xda\xae\xff\x84\xe5\x08\x6a\x73\xc0\x20\x38\x8a\x66\x5d\xc8\x39\x09\x63\x16\x89\x95\xf3\x75\xa9\x15\x1e\x3e\x88\xe5\x7d\xc0\x11\x3f\x26\x41\x6f\x40\xea\xc1\xa1\x5c\x26\xdc\xe5\x81\x7a\x40\x74\x20\xdc\xdc\x53\x26\xb1\xe4\xc2\x30\x27\x63\x3a\xb2\x56\xf8\xab\x7b\xb5\x59\x71\x6b\xed\xe5\x65\xc5\x01\x33\x5f\xec\x62\x17\x7b\x8f\xac\x63\xd3\x8a\x6b\xeb\x8c\xd7\xc1\x5a\x59\x6f\x49\x48\x04\x59\x91\x33\x41\x11\x17\x59\x91\xcf\x8f\xf4\x3c\xce\xa6\x19\x5b\xf1\x45\x7a\xe3\x94\x75\x6e\xe2\xf5\x3a\x5f\xaa\x27\x36\x23\xf9\xd2\x3f\x46\xbc\xfb\x7c\x89\xe8\x05\xa2\x6b\xe3\xca\x83\x75\xc6\x2b\xf0\x40\xd1\x75\xb6\xc3\x84\x5b\xca\x58\x1b\xaf\x55\x90\xc8\x96\xd4\x06\xc4\x7a\x54\xeb\x8a\x4f\x35\x1f\xbc\x20\x67\x9d\x07\x08\x72\x94\x31\xfc\x5c\x04\x39\x3a\x3f\x66\x81\x41\x57\xa4\x8c\x17\xe5\x7c\x69\x54\x11\x2b\x3f\xe3\x37\xb7\xd6\x0d\x01\x10\x2b\xb2\x05\x67\x6c\x2a\xd6\x7a\x18\x3f\x62\xb5\x62\x87\x91\x2f\x44\x87\xd7\xdf\x7c\x21\x3a\x44\x47\xca\x57\xfd\xe7\x0b\x6c\x92\xf2\x66\xc2\xd7\xae\x55\x21\x2a\xf2\xb1\xc2\x83\x38\x65\x62\x97\x2d\xb2\xe4\x7a\x7d\x5f\x95\xe7\x43\x6d\x3f\x56\x85\xc6\xac\xef\x2b\xa2\xc9\xa7\xac\x0d\x07\x19\x75\x33\xf9\x00\x16\x2f\xc0\x99\x08\xb6\x6b\xc5\x96\x22\x5f\x92\x88\x0a\xc5\x25\x02\x8d\xa9\x62\xad\xe5\x95\x37\x13\xf1\x6d\x91\x0e\x36\x5f\x2c\xae\xab\x51\x0b\x67\x51\x12\xc0\xe6\x8b\xb3\x28\x06\x51\x99\xf4\x90\x6b\x75\xa8\xc8\x76\x62\x45\x38\x54\xef\x1f\x56\xe7\xe1\x51\x8b\xc7\x8a\x5c\x52\x19\x73\xda\x45\x34\xa3\x9c\x24\x63\x71\x4c\xce\x49\x32\x16\xb6\x53\x29\x4b\x1f\x93\x10\x36\x27\x89\x5c\x9c\x85\x33\x86\x6a\x07\xda\x01\x0d\x41\x3c\x4b\xaa\xab\x11\xb7\x3d\x27\xb1\x1f\xaf\xb0\xc5\x32\x1f\x76\x9d\xde\xa3\x2c\xb6\x08\xc5\x32\x1f\x47\xec\xac\xbb\x89\x15\x47\xec\x8c\x41\xca\x22\x2b\x6b\x2a\xf8\x27\x2e\xd2\xb2\xe6\x24\xc6\x1d\x7a\xa8\x64\xe3\xbc\xc2\x63\x37\x27\x49\xe0\x0c\x7e\xc0\x8f\xfa\x40\x3f\x5e\x3f\x19\xd7\xa4\x11\xd6\x3d\x8c\xa6\x72\xd2\x8c\xaf\x19\xd5\xb0\x96\xf1\x14\x9b\xb1\xc6\x5d\x8b\xf5\xba\x24\x51\x39\x62\x3d\x66\x6c\xfc\xd6\x0a\x6b\xce\x54\x92\x14\xdb\x4b\x07\x24\x0f\x2f\x94\x94\x3c\x44\x58\xf4\xac\x37\x36\x12\x92\xe6\x24\x79\x08\x1f\xcc\x9c\x24\x0f\x11\x43\x26\x63\x6b\xb2\xd6\xc7\x44\x8a\xe5\x3f\xfe\x8f\xe5\x82\xa7\xca\x9c\xa4\x0f\x3f\xe6\x51\xe2\xc0\xf5\x63\x29\xc5\x60\xf4\x3b\x56\x8f\x4d\x68\x91\x4c\x8c\x9e\x4d\x70\x0f\xed\x03\x37\xaf\x81\x19\xb3\x94\x4d\xc8\x8e\x8c\x59\xca\x26\x2c\x47\xc6\x10\x65\xf7\x4c\x67\xfa\x2d\x28\xfe\xaf\x53\x67\x84\x91\x48\xe5\x89\xf9\xdf\xc4\x91\xc8\xa9\x77\x41\x3c\x87\x26\xfd\xe7\x8c\x01\x77\xd5\x1a\x07\xce\xc2\x4d\xfb\xee\x91\x0b\x3e\xc9\xc8\xea\x80\x67\x90\x6c\x27\x77\x8f\x43\x5d\xc6\xcf\x66\x93\x76\x31\x93\xe9\x7f\xf7\x38\xd4\x65\xf2\x38\x6f\xd2\x2e\xa6\x42\x9c\xbc\x4d\x10\x88\x4c\x3c\xeb\x03\xc5\x3f\x26\xfd\x63\x6c\xaf\x0b\x1e\xf8\x07\x6c\xf1\xe3\x10\xa4\xb7\x5b\xd5\xb3\x8e\x5c\xe3\xbe\xb3\x7b\x58\xf4\xe4\xac\x9e\xc7\xd9\x4c\xdb\xd9\x4d\xce\xc4\xcc\x6d\xd8\xe6\x9d\x30\x13\x68\x62\x13\x3e\x22\xe3\x9e\xbf\x7b\xc4\xb7\x4e\xf2\x82\x3f\x20\x0f\xb9\x97\xbe\x3d\xbd\xcb\xd8\x75\x1f\x88\x87\xdc\x4b\xdf\xc6\xbc\x62\xea\xb1\x3b\x2a\x18\x53\x8f\x4d\x3c\x89\x24\xd7\xfe\xcd\xb3\x61\xce\x8f\xa1\xf8\xc7\x47\xff\x18\x8b\xb9\x52\x93\x6f\x52\x1e\x66\x32\x94\x1c\x28\x86\x55\xff\xf1\x46\x64\x13\x1a\x22\x63\xb4\xb1\x7b\x65\xb2\x6a\x16\xf4\xf1\xca\x2c\x10\x82\x88\xe6\xa1\xae\x73\x16\x91\x2b\x36\x00\xb5\xf9\xc7\xa0\x40\xed\x82\x20\x4f\x77\x3d\xc1\x1f\x4d\x4d\x22\x04\xf8\x3b\x1c\x30\xc5\x8f\xfa\x34\xd8\x2e\x37\xff\x16\x14\x70\x1b\x0c\x59\x42\x10\x31\xb1\x73\x96\x10\x34\xe6\x55\x42\xd0\x98\xd7\x7e\x09\x8a\x5a\x3a\xcd\x37\x86\xa1\xae\x85\xa5\x4f\xce\x12\x90\xb0\xf4\xc9\x58\xd6\x6f\xd2\x10\x66\x8c\x9a\x77\x6f\x68\xb9\x76\x1b\x3c\xc2\x43\x60\xf6\xdd\x59\x12\xb0\x29\x39\x50\x54\x33\x6e\x41\x3f\x9e\xd5\xbb\xc0\x20\xc6\xa0\x9a\x8e\x49\x02\x91\x02\x36\xb1\x1d\x32\x0f\xd7\x9b\xcc\x80\x99\x68\x74\x9b\x7c\x7f\xa9\x34\xf5\x27\x3c\x04\x72\x91\x60\x71\x93\x5a\x9a\x84\x39\x22\x5a\xe7\x72\xf9\x53\x7a\x20\x61\x8e\x34\xe1\x19\xe3\x91\xdd\x3b\x26\x28\xcd\x23\x89\xeb\xc4\xc2\xbd\xd3\xe6\x8d\x33\x63\x4c\xb2\x3b\xeb\x10\x99\x8c\x76\x0f\xf3\x9f\x5c\x24\xaf\xb1\x9a\xe4\x22\x79\x8d\x37\xce\x8c\xa1\xc9\x26\xc0\x43\x26\x5e\xeb\xee\x61\xe2\x93\x8b\x24\x72\xd0\x82\x24\x60\xa0\x59\xfa\x63\x30\xba\x2a\x21\x9c\xa8\xfd\x2e\x89\x88\xe0\x79\x99\xc0\x88\xbb\xcf\x41\xad\x43\x50\xf4\xa6\x5c\x82\x82\x56\x25\x09\xc2\x94\x41\x9a\x36\xac\x88\x33\x16\x2b\xbb\xb3\x24\x95\xa2\xdf\x50\x3b\x5d\x13\x1b\x8e\xab\xb9\x48\xce\x27\x6a\xa7\x6b\x9e\x23\x1e\x44\x2e\x92\x4f\x96\xaf\x22\x39\x5f\xcc\x00\x27\xbc\x03\xc6\xb0\x1e\xea\xe1\x1e\x5a\xd1\x30\x36\x79\xec\x32\x36\x2b\x9b\x47\xcd\x5c\x44\x8f\x85\x6a\xe1\x84\x77\xc0\x09\x08\x09\x62\x59\xcc\xb8\xa1\x6d\x62\x42\x64\x82\x66\x6e\x1e\x35\x73\x91\x2c\x87\xcf\x41\x2e\x92\xc8\x38\x7b\xe5\xa2\x75\xe8\x65\x7a\x44\x9d\x37\x0e\xee\xf7\x75\xfb\xc7\x1c\x3f\x52\x4d\x5c\x21\xe7\x22\xc9\xfa\xc1\x1d\x92\xac\x38\xb4\xe5\x22\x29\xff\xe8\x9a\x96\x25\xd6\xc8\x22\x4e\x8e\x65\x30\xc9\x0b\xf6\x80\xd1\x84\xf8\xf1\x83\x93\x35\x01\x61\xeb\x93\x31\x1e\xd9\xe3\xa2\x41\x44\x89\x67\xb8\x4c\x04\xba\x3d\xc2\x80\x37\x13\x50\x6c\x93\x7e\x2c\x13\x73\x63\x8f\x70\xd0\xcb\xd8\x71\x6f\x5e\xda\x32\x16\xd1\x7b\x84\xe5\x4f\xc6\xe6\x64\x8f\x48\x67\x91\xb1\x2b\xd9\xbc\x97\x65\x52\x5d\xec\x11\x86\xb8\x99\x08\x38\x9b\xd7\xb3\x8c\x91\xc9\x26\x1d\x58\xbe\x59\x4b\x49\x00\x96\x49\xba\xb5\x79\xe8\xca\x77\xfa\xc7\x00\x4a\x9b\x9c\x5f\x99\x68\x19\x7b\x84\xf5\x6b\x26\x6f\xca\x26\xb3\x56\xbe\x91\x22\x5e\x9d\x32\xf9\xaf\x0f\x14\x56\x04\x58\x78\x1c\x70\xc6\x8f\x45\xd0\x17\x10\x7d\x0b\xa7\xb5\x4c\xa2\xee\x3d\x58\x02\x49\xb1\xbd\x49\xc2\x95\x49\x33\x7d\xa0\xf8\x12\x91\x22\x27\x56\xc6\xfa\x65\x8f\x1b\x8a\x16\xd5\x19\x6c\x79\x63\xd3\x72\xc0\x15\x3f\xaa\x09\xdb\xb4\x24\x81\x6f\xfc\x48\x8b\x8f\x0c\x55\x90\x8c\xf1\xc4\xf6\x55\x6e\x42\x07\xfc\x00\xe9\x10\x67\x14\x0c\x50\x36\xc9\xaf\x32\x06\x28\x7b\x84\x93\x44\x52\x4a\xee\x4d\x50\x89\x8c\x59\xc9\x26\xdf\x55\xc6\xac\x64\x93\xef\x2a\x63\x47\x72\xa0\x1f\xa6\x32\x97\xc0\x20\x16\x82\x32\xb0\x43\xbd\x89\x88\xb4\xc9\x86\x95\xff\xda\x88\x0d\x03\x01\x1a\x0e\x44\xd7\xc7\x23\x30\xc8\xd5\xd4\x81\x50\x0e\x98\x9c\x6c\x1e\xe5\x32\x36\x26\x9b\x24\x57\x49\xb1\x52\x0f\xf8\x01\x52\x6d\x83\x40\x8f\x66\x88\xa5\xed\x46\x03\x91\xf5\xea\xfc\x38\x04\xfe\xe2\xc7\x47\x10\x15\x69\xfe\x58\x06\x6f\x49\x0b\xc7\xa4\x5b\xd2\xc2\xb5\xe7\xcd\x8d\xc3\x01\xcf\x52\xf7\x48\x40\xb0\x86\xbd\xb9\x71\xd8\xe4\xc1\xca\xf8\x58\x1f\x88\x46\x50\x5e\x83\x33\x15\xc6\x24\x07\xba\x03\x52\x93\xf1\x34\x75\x3f\x9a\xdb\x30\x8f\xcd\xda\x60\x0e\x4e\x4a\xa6\x41\x78\x99\x24\xc5\x8d\xd8\xa3\xc7\x4c\x7b\x94\x5d\x4d\x8a\xd7\x3b\x4d\x8a\x2f\xc3\x55\x2e\xdd\xbc\xd4\x1f\xb0\xc5\x8f\x4d\x10\xe6\x4c\xc3\xdf\x8e\xf8\xb1\x0b\xa2\x4d\x91\x36\xe2\x5f\x64\x0c\x46\x36\x51\x2d\x74\x41\xb3\x79\xa9\xcc\xa6\xd6\x88\x23\xaf\x52\x32\xee\xc1\x42\x68\x82\x84\xad\x6b\x26\xdd\xf5\x81\xbe\x80\xf4\x8f\x32\x7d\x2a\x06\x53\xfc\x78\x0b\xe2\x1f\xe9\x39\x47\xac\x47\xbc\x1e\x41\x20\xd2\x5d\x55\x6b\x44\x81\xc8\x84\xbf\xdb\x64\xcb\x3a\x3f\x16\x81\x6f\xfc\xa8\x4f\x63\xda\xc9\x35\xb3\x09\xe7\x90\xb5\xc5\x1e\x91\x0e\x21\xdd\xda\x0b\x8e\x19\x97\x47\xd8\x8e\x1c\xa8\xf3\xa3\x6a\x0d\x0e\xc6\x94\x64\x8f\xc9\x3c\xeb\xb7\x85\x61\x5a\x95\x40\x85\x47\x4d\x7e\xd8\xa8\x11\xd1\xe1\xfc\x98\x04\x06\x33\x75\x7d\x0a\x13\x74\xd5\x13\x0c\x4b\x70\xb0\x3d\x38\x0f\x3e\xfe\x3f\x26\x5d\xb3\x1c\xa9\x5f\xf3\x23\xbe\xdf\xcc\x8e\x18\x7d\xc3\x66\x62\xf4\x8d\x90\x36\xcd\x4e\x44\xf4\xcf\x55\x8c\xce\x85\xed\xdd\x1e\x83\x23\x7e\xfc\xc7\x10\x4b\x7b\x44\x38\xa4\x4c\xda\xd6\x03\xf5\x80\x98\x3a\xac\x7a\xef\x26\x8d\x12\x66\xbd\x19\xa3\x8b\x03\xdd\xfc\xa8\x26\x8f\x88\x64\x73\xd2\x86\x97\x9b\xe8\x1a\x57\xbf\xb9\x6a\xf9\x09\x33\xdf\x5c\xb5\xc4\x70\xe6\xc5\xec\xe2\x40\x33\xa0\x26\x68\x61\xd1\xd6\x05\xfe\x00\x87\xc0\xc3\x92\x3c\x1f\xef\x81\xb9\xf0\xad\xbd\x21\x51\x12\x72\x95\xe0\xc5\x8b\x75\xae\xd2\x27\x2f\xa3\x64\x8b\x35\xc2\x7e\x29\x63\x2f\xb1\xc9\x0d\x96\x89\xac\x76\xa0\x0f\x43\x39\xaa\xf9\xc5\x2d\xd8\xdd\xa5\xe0\xe2\x1d\x3a\xe3\xc5\xb5\x89\x7e\x90\x94\x0e\x7b\x0f\x4e\xe8\x98\x48\x1c\xe8\xc1\xaa\xee\x12\x38\x00\x93\xc0\x18\xb5\xf8\xfe\x87\x4a\xeb\x12\x7d\x0e\xf7\x55\x62\x10\x37\xc3\x19\x0f\xb0\x03\x05\x45\xba\x14\xd3\x2f\x96\xcb\x2a\xa9\x08\x2b\xe5\x5c\x35\x7b\x18\x3f\xdd\xbd\xde\x02\xa3\xef\x9a\xbd\x4f\x7d\x97\x74\x71\x67\x60\x89\x09\xfb\xa6\x4c\x58\xdf\x03\xbd\x01\xe9\x4b\xd8\x47\xda\xee\x83\xb0\x5a\x2b\x22\x97\x99\xae\x25\xf7\xbc\x98\x67\xf6\x5f\x04\x48\xc8\x3a\x74\xcd\x4b\x96\x84\xec\x48\x88\x97\x90\x75\xe8\x22\x0a\xc2\xf9\x71\x08\x0c\x2e\xe4\xdc\x33\x2f\x59\x1d\xc2\x04\xf3\x62\x9e\x87\x1a\xa1\x73\x43\x8d\xc4\xbe\x56\x61\xdd\x0e\x18\xb4\x42\xf2\x88\x83\x90\xe4\x65\xbb\x49\x7d\x96\x31\xe1\xd8\x84\x45\xc8\x98\x70\x1c\x28\x86\x85\x90\xf2\x82\x9e\x71\xa3\xd8\x84\x37\xc8\x98\x70\xec\x19\xce\x50\x19\x33\x8d\xcd\x73\x76\xc6\x4c\xe3\x40\x0c\xd9\xff\x18\xdb\x1e\xb2\xa4\x6d\xb2\x88\xa5\x87\x5b\xec\x03\x9e\x21\x93\xb0\xf5\x40\x58\x3d\x22\xb2\x93\xed\x5b\x13\x75\xc2\xf8\x29\x37\x91\x23\x3c\xa7\xd2\x43\x9e\xe9\x03\x7e\xf1\x23\xd4\xc9\x18\x78\x71\x37\x7d\xc0\x14\x3f\xaa\x91\x98\x49\x32\x30\x6c\x9e\xc2\x33\x26\x1e\x07\xe2\xb7\x26\x68\x07\xc4\xb0\xc2\x3f\x2a\x29\x41\xd8\x01\x8f\xe0\x63\xd3\x71\xa0\xce\x8f\x06\x47\xfc\x48\x8b\xe1\x3d\x95\x31\xf1\xd8\x33\x02\x69\xe6\x56\x68\x91\x7b\x91\xa6\xc9\xb9\xb1\xdb\x4b\xa2\x47\x38\x30\x65\xfc\x43\x36\xa1\x0c\xce\x8f\x45\x60\x8c\xea\x56\x3d\xc1\xc9\x3a\x16\x4f\xb6\x85\x84\xd2\xdc\xf3\x66\xb2\x90\x57\x62\x0b\x64\xe9\xd3\xc9\x5d\x07\x31\x25\xf6\x7c\x64\xf5\xc9\x41\x7c\x86\x13\x51\xc6\x8a\x64\xf3\x30\x9d\x31\x1b\xd9\x93\x9b\x0f\xcc\x28\x0f\x44\xa5\x6a\x22\xf8\x08\x93\x92\x3d\x2b\x64\xac\xff\xac\xb2\x27\x57\x1d\x18\x98\x1c\x28\xac\x67\x71\x0e\x3a\xe0\x8a\x1f\x9b\xa0\xcd\x8f\x49\x60\x70\x07\xdb\xc7\xc9\x3d\x84\xb4\xfb\x8c\x30\x95\xe9\xc9\x9a\xb9\x08\xf6\x95\xb1\x37\xd9\x04\x1f\x38\x3f\x56\x81\x31\x64\xe4\x7c\x62\x40\xfd\xe4\x3f\x30\x6c\x03\x75\xa3\x31\xb9\xb5\x20\x8f\xf5\xd6\x9b\xf5\x93\x25\xdb\xb1\x7b\xcb\x4d\x94\x6c\x58\x09\xe7\xbf\x6f\xa3\x7f\x92\xf4\x08\x48\x99\x75\xa3\x30\x1b\x66\xa6\x59\x92\xde\xa0\xa5\x84\x99\x1b\x8e\x26\xe9\x0d\x47\xa7\xf4\x90\x1f\x70\x4f\xae\xb2\xb1\x07\xd9\x24\xec\xca\xd8\x83\xec\xd9\x63\x6f\xd0\x25\xbe\xe1\x40\x94\xbb\xc4\x77\xe8\xff\xba\xa0\x1f\x26\xba\x54\xc3\x0d\x34\xe1\x50\xf6\x0c\x8f\xe1\x4c\x90\x93\x3d\xb9\x55\xc6\x70\x63\x93\x1b\x2a\x63\xb8\xb1\x67\x78\x02\xe5\x2e\x71\x5d\x7c\x29\xf9\x5c\xb0\xf9\xdd\x0d\x7e\xf1\x23\x4d\xc8\xbc\xf9\x56\xfb\x61\xdf\x9c\xbb\x44\x59\xe6\xcd\xb7\x88\x1c\x81\x07\x72\x97\xf4\x72\xd8\xc7\x56\xe3\x40\x87\x70\x5a\x96\x66\xd8\x95\x65\xad\x4a\x93\xdd\x48\x97\x7c\x6e\xa8\xc1\x8e\x8f\x64\x43\x19\xc3\x8d\xcd\x7b\x71\xee\x92\xdd\x58\xdf\xd3\xf3\xa8\xe3\x11\x6b\x40\x2f\x27\x07\x8a\x06\x6f\xfd\x46\xa5\x6c\x4e\x67\x58\x28\xe7\x2e\x49\x0e\xbb\xb2\xdc\x25\xba\x61\xe4\x95\xbb\xc4\x33\xec\xb8\x32\xb1\x93\xf6\xe4\x52\x9b\xf0\x7d\x1b\xdf\xff\xac\x5b\x99\xf9\x05\xdb\xe8\x1a\x66\xca\x6e\xb6\x15\x83\x31\xdf\xec\x5b\x79\x9f\xcc\xd8\x70\x1c\x88\x6a\x3a\x10\x74\x62\x65\xe5\xc9\x31\x29\x9e\xd7\xc6\xe5\x36\x13\x28\xfd\x40\x61\xcb\xad\x8d\xc8\xe2\x00\x4f\x48\xa6\x03\x4d\x7e\x34\xa8\x6f\xa9\x88\x03\x3d\x66\x1a\x1b\x8f\xdc\x4c\x1a\x85\xbd\xf0\xc0\x51\x64\x84\xbd\xb8\x49\x27\x83\xea\x81\xa2\xb3\xc8\xd1\xc2\x72\xf6\xd1\x8c\xaf\xc8\x28\x9e\xb1\xef\x38\x10\xb6\xcb\x59\x8d\xc0\xb9\x5d\x10\x9d\xed\x6a\x32\x94\x70\xd7\x28\xb9\x19\xc0\xbe\x63\x93\x6a\x27\xeb\xb2\x89\x24\x39\xe9\x71\x07\xb8\x36\xc0\xa0\x63\x93\xa7\x26\x63\xd0\xb1\x17\x7e\x33\x0f\x21\x4f\x36\x49\x65\xf2\x60\xa5\x93\x23\xee\xf3\x3f\xe0\x88\x1f\xe9\x39\x17\xf2\x03\x79\x5c\x61\x65\x95\x49\xab\xb6\xf1\xbd\xcd\xc4\x66\xd9\x78\xd4\x66\xac\x44\xf6\x0a\x5b\xa9\x8c\x95\xc8\x96\xd7\xac\x82\x82\x1c\x30\xc5\x8f\x59\x10\xff\xa8\xdf\x68\x50\x14\xc7\xfb\xe6\xe1\x01\x7d\x13\x58\x21\x9f\x5d\xc9\x3f\x29\x6c\xb9\xca\x3e\xa3\xb9\xda\xc3\xe6\xda\xb2\xe8\x0d\x14\xdb\x93\x4d\x48\x86\x8c\x3d\xc9\xd6\x8b\xe8\x60\x15\x5e\x77\x1c\xfa\xc8\xab\xba\x17\x37\xee\x18\x97\x6c\x42\x32\xe4\xa1\x19\x7f\x54\x67\x13\xf4\xc3\x04\xdb\xe0\x51\x24\x78\xe7\x6d\x39\xbd\x2a\x00\xd5\x01\x83\x1c\x68\x80\xc5\xfd\x3b\xb6\x26\x7b\x85\x75\x94\x9e\x0b\xf7\x0a\xe7\x9b\x8c\xc5\xc8\xd6\x9b\x27\x16\x23\x7b\x55\xec\x93\x2f\x71\x47\x0d\x19\xd4\x9d\xe1\x92\x95\x2f\xef\x95\x9b\xa0\x10\x19\x23\x91\xad\xf7\x51\xa2\xdc\x6c\x3c\x64\x33\x51\x60\x36\xa9\x5f\x32\x01\x31\xf6\x6a\x4c\x0e\xca\x82\x14\x2e\x59\x97\x8b\xab\x41\x37\x0d\xb8\xa9\xce\x2e\x68\x62\xe6\xad\x4f\xe3\xb0\x4c\x24\xb2\x2d\x87\x59\x45\x18\x3a\x60\xcc\x14\xaa\x84\xf7\xd2\x8c\xa1\xc9\x81\xa2\x45\xe9\x0e\xae\x04\xcc\x54\xac\x31\xe4\x4c\x3d\x50\x8c\x50\x7a\xa5\x33\x37\x2c\xfb\x8b\xfb\x01\x4c\x49\xf6\x8a\x38\x96\xa9\x66\xb1\x71\xdc\x6f\x67\xac\x47\xb6\x5c\x6d\x6b\x16\x57\x47\xda\x98\x8c\x31\xc9\x5e\x03\xfa\x4b\xcb\xc4\x9b\x67\xaa\x59\xdd\x19\x71\xc2\x31\xe3\xe2\xc3\x5a\xb3\x7a\x17\x09\x17\xb3\x79\x73\x30\xe3\xd2\x39\x9c\xe4\x31\x04\xd9\x0b\xfb\x2a\xa5\xba\xdd\x64\x80\xc9\x64\x56\x39\x10\x96\xed\xec\x10\xd6\x44\x72\x59\x81\xd6\x84\x1e\xd2\x40\x2c\x81\x43\x2a\x07\x4f\xa1\x8a\x1f\xeb\x96\x6f\x6c\x2d\x92\x8e\x85\x78\xfa\x47\xa8\x25\xe5\x89\x0f\x8d\x22\x48\xef\x15\xa6\x50\xe5\x92\x42\x88\xc5\xab\x5c\xa2\x24\x5e\x33\x0a\x0e\xb7\x15\x66\xe2\x92\xd0\x6f\x6c\xc0\x8b\xba\x47\x5e\x16\x82\x66\x6e\x32\xb1\x14\x62\x0b\x6e\x22\x52\x94\x4b\xfa\x21\xce\xce\xe5\x92\x7e\xd8\x88\xd9\x2d\x6d\x15\xf6\x4d\xe5\x92\x24\x87\xad\x51\xd1\x5e\x7b\xbd\x54\x2a\x69\xc5\x13\xa7\xde\x62\xb3\xf0\xc4\x29\x84\x44\x3d\x10\x96\xf6\xe2\xba\xf0\xc4\x29\x97\x84\x97\x2c\x74\x97\x24\xf2\xa5\x45\xd6\x64\x5c\x64\xf5\x7a\x7d\xa0\x18\x94\xa4\x95\x18\xc1\x97\xa4\xf5\x17\x91\x78\x2f\x16\x68\x12\xa0\x14\xc2\xd5\x6c\x5e\x96\xcb\x25\xd1\xfd\x20\xb1\x64\x95\x20\x3b\xba\x6d\x5f\x04\xd9\xb9\x24\x8f\x1f\x9c\xac\x8b\x95\x15\xb1\xf9\x8a\x95\x0c\xe6\xd3\xf5\x11\x43\x7e\x11\xdb\x98\x6c\xb9\x07\x8a\xbe\xc5\xd2\xfe\x92\x59\xa4\x5c\x21\x9e\x2f\x0e\xb3\x05\x0b\x95\x57\xb9\x3d\xb0\x50\x39\x50\xb4\x1f\xf2\xf8\xf6\x58\xa1\x0b\xa9\x6f\x5e\xf2\x62\x94\xeb\x9f\x0d\xfa\x5e\x5e\xb6\x0b\x06\x2a\x6f\x4f\xb0\x3c\xc9\x8b\x5e\x32\x63\x14\x6c\x52\x5e\x39\xde\x56\xa2\x88\xbe\x78\xde\x96\xab\xea\xd3\x88\x83\x7e\x55\xfd\x16\x31\x56\x30\x5f\x79\x79\x21\x2f\x98\xaf\xbc\xbc\x89\x17\x5c\x3b\xde\x9e\x20\x78\xbb\x04\xc5\xff\x35\x86\x2f\xaf\x97\xda\x87\xc0\x18\x7f\xa3\x89\x0c\xfd\x5b\x13\x14\xc3\x08\x39\x7e\x3b\xce\x2c\x95\xe3\xd4\x01\x63\x18\x5d\xb5\xe2\xcb\xd1\x8a\xfe\x73\xc5\x30\x3a\x63\x2c\x50\xbc\xd3\xf1\x82\x18\x35\x91\xb5\xd0\xf3\x61\x28\x3e\x1d\x55\x50\x48\x43\x53\xef\xe2\xce\xbf\x60\x40\xf2\xf6\xc8\x7c\x56\xd2\x05\xa9\xe2\xe4\x55\x88\x66\x72\x20\xbe\x6c\x82\xc2\xb5\x06\xc7\xab\x03\xce\xf8\x91\x61\xe1\x77\x52\xd9\x22\xbe\x3d\xac\x82\x0a\xd1\x4d\x0e\x14\xb5\xa6\x26\xe8\x87\x0f\xc8\x23\xf0\x3b\x3f\x66\x6a\xc5\xee\xb8\x76\x4d\x48\x44\x8c\x28\x58\x8c\x1c\x28\xfa\x93\xb3\xa0\x1d\x10\x3d\x8f\x23\x5c\x21\xda\xc9\xdb\xe3\xaa\xbe\x10\x0c\xe8\x40\xfc\x1f\x75\x86\x15\x50\x21\x53\xe0\x8b\x73\x6a\xc1\xec\xe4\xed\x78\xb6\xd4\xa1\xd9\x89\xe0\x71\xb2\x17\x79\xc9\x3a\x70\x7e\x6c\x02\x9f\xf8\x51\x2d\x42\x8e\xa2\x16\xc3\xdc\xb4\xb2\x78\x1e\x30\x3a\xa7\x5a\x49\xc4\x9c\x54\x4d\xdc\xa1\x17\xc2\xad\xbc\xbd\x31\x01\x65\x08\x8a\xdf\x44\xf1\x1e\x2c\x4f\x32\xbd\x57\xce\xa9\x8a\x28\x7c\xc0\x11\x3f\xd2\x20\xa1\xff\x93\x64\x25\x2e\xb7\x4b\xd2\xdc\x74\x9a\xb8\x9b\xa0\x1f\xbe\x2d\x43\x60\xcc\x86\x44\x1e\x23\x63\x45\xdc\x3e\x60\xcc\x86\x34\xc0\x80\xaa\xd2\x00\xb1\xea\x95\x24\x0d\x40\xa0\xfe\x24\x0d\x30\x99\x8d\xa7\x09\xe2\xff\x18\x70\x04\x11\x2e\x58\xd6\xbc\xbc\xb1\x96\x24\xa9\x0e\x0f\x9d\x92\x24\xc6\x93\x3a\x25\xc6\xa4\x2b\x4b\x62\xa2\xb0\x13\x2e\x49\x5c\x33\x21\x77\x1d\x82\x62\x48\x12\x63\x12\x9b\x25\x89\x71\xac\x69\xa9\x11\xf0\xe5\x80\x39\x7e\xcc\x82\x66\xfc\x28\xb9\x89\x00\xc0\x05\x43\x9b\xb7\x13\xaa\x09\x43\x9b\x03\xc5\x98\x24\xf1\x8b\x51\x48\xe2\x17\xf4\xee\x45\x50\x7c\xd9\xa9\x33\x12\xcc\xa6\x86\xb7\xfc\x01\x83\xdf\x7a\x13\x84\x37\x4f\x1a\x02\x83\x52\xdd\x9f\x7e\xb8\x01\xd1\x81\xcd\x84\x8f\x2c\x28\x9a\x1c\x45\x50\x78\xf3\x64\xf1\x78\xdc\x5e\x17\x12\xe7\xbd\x44\xf2\x4f\x4a\xf7\xf9\xf6\x1d\xb9\x8d\xb1\xc9\x39\xd0\x0e\xe8\x1f\x6f\x42\xde\x1e\x21\x29\x0a\x41\xdf\x0e\x34\x71\x4b\x02\x64\x01\xcc\xc9\xd0\x1d\xd0\x23\x28\x3a\x40\x62\x91\xb7\x13\x79\x29\x4b\xaa\x09\x5c\x9b\x25\xd5\x78\x10\xb5\x22\x46\x26\x22\x5d\xf6\x3f\xe2\x5c\x53\x6e\x83\x6f\xfc\x08\xb5\xe2\xaa\xb6\x64\xc9\x7c\x1c\x59\x8b\xe9\x11\xa1\x27\x0a\xf7\x32\x2f\xce\xa6\xc5\xe4\x88\xfb\xd6\x92\x25\xaa\xc4\xc9\xcf\x12\xd5\x78\x70\x4e\x8d\x17\xe7\x03\x96\xf8\x91\x26\x3e\xc8\x21\x71\xfc\x68\x5e\xe2\x88\x93\x52\x23\x7f\xed\x01\xbf\xf8\x31\x5a\x1c\x18\xfc\x36\xde\x87\x0f\x18\x4d\x32\x28\x5e\xae\x0b\xf1\x9b\xdf\x11\xae\x46\x85\x38\x5f\xef\x48\xd0\x18\xc9\x25\xa8\x7e\x21\xe2\xe0\x3b\x12\x44\x45\x54\x07\xab\x1c\x06\x42\x2f\xae\x9e\x45\x33\x35\x12\x64\x63\x55\x19\x38\x0c\x35\x2c\xbf\x0e\x18\x3d\x7d\xe8\x69\x82\x6e\x8f\x9a\x67\x14\x68\x0a\x9e\xb5\x0b\xd6\x42\x07\x0a\x29\x23\xfa\xdb\x01\x73\xfc\x98\x05\xc5\xa4\x92\xa0\xe2\x80\x31\xa9\xc8\xf5\xc8\xb8\x6c\xf1\x2e\x77\xc0\xe8\x5d\x55\x3d\xc1\xe5\x58\x16\xbd\x23\x52\xc5\x16\x4c\x89\xde\x11\x57\xa1\x25\xa3\x02\xf0\xee\x2c\xdc\xa7\x1d\x28\xfe\x0f\x15\x30\x0a\xb4\x41\xe6\x47\x78\x01\x15\x0c\x89\xde\x11\xa6\x65\x25\xa3\x00\x46\x41\x1a\x50\x00\x78\x73\x16\x36\xd9\x2f\x0f\xe9\x85\x7b\xb7\x03\xc5\x20\x9a\xfa\x82\xbb\x54\xd5\x08\xc3\xeb\xa7\x60\x73\xf4\x8e\x9b\x89\xea\x97\xa0\xa8\x86\xed\x00\x8f\xec\x05\x9b\xa3\x77\x44\x1e\xd2\xd4\xea\x63\xb0\xc5\x8f\xf4\xe6\x81\xe0\x28\x87\xf1\xa8\xd2\x21\xe8\x87\xdf\x5b\x12\x18\x43\x44\x55\xc8\x43\x54\x91\x31\x0f\x18\xfc\x86\xe6\x18\x0f\xb4\x61\x1f\x31\x88\x35\x88\x09\xd2\x81\x42\x53\x0c\xb5\x88\x68\x72\xdb\x7d\xc0\x43\x80\xe2\x16\xe5\xf7\x96\x0d\xbe\xf1\xa3\x5a\x0c\xca\x11\xc9\xee\x40\x3b\x20\x5a\xc4\x43\xa8\x35\x16\x40\xde\xd1\x4b\x91\x68\x84\xcd\x57\x29\xe2\xcd\x38\x91\x16\xec\x88\xde\xd1\xf4\x65\x13\x84\xfb\xdc\xe5\x1f\x73\xfc\xd8\x05\x45\xcf\xbb\x6a\x8d\x2b\xd3\x52\xd4\x55\xdc\x7c\x5a\x77\x23\x21\x71\x18\x1d\xbd\x83\x5c\xa5\x58\x19\xbd\x38\xb3\x96\x22\x1e\xc7\xaf\xa7\x75\xcd\x79\x8b\x6d\x1e\x56\x46\x07\xea\xfc\xa8\x5a\x63\x9b\x87\xd1\xd1\x3b\xe2\x68\x2b\x5b\xcf\x03\x45\x1b\x6c\x32\x46\x64\xed\x49\xad\x8b\x05\xc2\xd0\xab\x14\x51\x27\xa2\x4c\x94\x72\xff\xa3\x23\xfa\xf9\x34\xda\xb8\x55\x0d\xf3\x71\xab\x45\x66\x40\xea\x88\x9c\x3e\x52\xaa\x83\x50\xb0\x45\xfa\x07\xbf\xa2\x86\x21\xd3\x4b\x96\x86\x52\xa4\x72\xf0\x2b\x6a\xb8\x19\xbd\x4a\xd3\x50\xd4\xf1\x11\x5c\x56\xa4\x81\xc2\x04\xac\x14\xa9\x15\x36\x12\x58\x23\xbd\x63\xc4\x09\x8c\xf0\xbd\xaf\x1c\x78\xdb\xd0\x2c\x87\x79\x71\x29\xd2\x40\x61\x11\x56\x8a\xd4\x4a\xa4\xfc\x29\xa4\x42\x3a\x10\x7e\x90\x68\x67\x72\x23\x14\x52\x08\xbf\x63\xc2\x2c\xd2\x23\xe4\x38\x28\xd2\x23\x93\x19\x97\x1e\x99\x2c\x96\xe3\x31\x78\x24\xa9\x48\xad\xc8\x9f\x78\x54\x83\x31\x46\x69\x19\x42\xd5\x16\x69\x19\x36\x2f\x45\x5a\x26\x5c\x9e\x4a\x91\x96\x99\x70\x83\xb4\x0c\x6e\x4c\x6d\x48\x23\x84\x1b\x53\x29\x52\x3a\x0b\xe6\x90\x26\x21\x11\x6b\x91\x26\x59\x90\x58\xff\xc7\x6e\xa5\x48\x93\xac\x50\x1d\xd8\x58\x1d\x48\x1e\x9b\x06\xa3\x7d\x36\x28\x63\xc1\x54\xd2\x32\x0b\xbe\xe9\x6a\x9e\x31\xb1\x5b\xe1\x31\xbd\x14\x69\xa0\x15\x9b\xe3\x22\x0d\xb4\xe1\x22\xa9\x1c\x6e\x07\x8a\x74\xcc\xa6\xa3\x62\x22\xce\xf8\x45\x3a\x86\x33\x7e\x91\x8e\xc1\xa5\xa9\x5f\xd5\x60\x24\x89\x95\x8e\xc1\xbb\xba\x5f\x9a\xa9\x1d\x3c\x7d\x4b\xc7\x70\x01\x70\x4b\xc7\x10\x7f\xf7\x96\x36\x88\x47\xef\x42\x44\xa0\x03\xb5\x80\xba\x20\x48\xc3\x12\x3f\xc2\xbd\xa9\x60\xc8\xf5\x8e\xf0\x60\x2a\x5e\xa8\x5f\x7c\xf5\xae\xa1\x1f\x63\x73\xd0\x93\x1b\x21\x5b\x4c\xf2\x8f\xf2\x4a\x55\x9b\xa1\xc8\x6e\xa9\x4e\xae\x15\x6e\x29\xa0\xb0\xb1\x2b\xb7\x34\x4e\xd8\xd8\x15\x2c\xb2\x5e\x9c\xb6\x0b\x16\x59\xaf\xbc\xb4\x7b\x62\xc7\x33\x7e\xb1\x71\xc0\x40\xeb\x40\x51\x8d\x54\x4c\xb8\x42\x95\x9b\x1d\x0f\x2f\xde\xa9\xeb\x40\x30\x22\x5b\x6b\xb9\xa5\x71\x70\xe8\xee\x49\x22\xff\x0b\x71\x20\xfe\xe3\xc7\x5b\xa0\xb2\xd6\x1f\x28\xc2\xd4\xc6\xa2\x77\xa0\xfc\x97\x32\xf8\x53\x34\x74\x32\x94\x7f\x78\xba\x36\x12\x95\x1c\x28\x62\x48\xc7\x54\x1d\x28\x52\x67\xfd\x41\xed\x2f\x0e\xe7\x81\xfa\xff\x02\x8d\x08\x25\xec\xf6\xe6\x5f\xe2\xb5\x03\xad\x88\x7c\x7d\x0b\xda\xe7\xb7\x47\xff\xa7\x4c\x4f\x6a\x3d\x22\x8b\x62\xf0\x77\xa0\x88\x44\x7d\xa9\xd7\x11\xee\x19\x02\x1f\x28\xc2\xcd\x26\x5a\x88\x05\x57\xc1\x67\x3f\xc5\x54\x27\x3e\xe2\x81\x22\xd8\x6d\xe5\xff\x88\x9b\x8e\x15\xd2\x81\x22\x35\x5f\xfa\xc7\xfb\x8f\xf3\xe9\x8a\x21\xf9\x1f\xf7\xff\xa3\xdb\x11\x05\xf8\xe6\x9c\x78\xa0\xd3\x51\x76\xff\x07\x3a\x1d\xe5\xe2\xf4\xc3\x93\xf7\xe6\x4c\x73\x20\x82\xe2\x1b\xca\xff\xfe\x57\xf5\x00\xe3\xf5\xf4\xe1\x78\x77\x20\x92\xda\xfa\xcb\x27\x52\xfd\x77\x41\x35\xb2\x27\xab\x75\x62\x25\x5f\x86\x7a\x24\xf2\x71\xeb\xe3\xb4\xd7\xdd\xc2\x8c\xbc\x1e\xfe\x2d\x32\x40\x77\x91\x70\x92\xf3\xc3\xed\x45\xcc\xdc\xfe\x08\x8a\xe4\xbb\x97\x7b\xf6\x45\xf8\x57\x51\x42\x19\x40\x54\xe7\x4a\x7f\x99\x80\x0f\x14\x21\x65\x9b\xbf\x8c\xa8\xdf\x62\x50\xb2\xac\x77\xb1\x48\x84\x98\x54\x4e\xbf\x03\x45\x86\xbf\x9b\xbe\x90\x5a\x8a\x94\x97\x07\x8a\x50\xf0\xcf\x10\x14\x0c\x73\xdf\x82\x22\x75\xec\xdd\x04\xd5\xbf\x54\x4f\x07\x7a\xff\x72\x22\x1f\x28\x66\x4c\x63\xa8\x84\x97\xaf\x49\x50\x04\x40\x17\x25\xe2\x72\x5f\x79\xa4\x3f\xc2\xe7\xdf\x58\x0b\x1e\xe8\xd0\xe5\xaf\xbd\x98\x5b\xd3\xa5\xc2\xca\xa2\x6e\x25\x63\x8c\x5b\x27\xf1\x5a\xad\x82\x9e\xf8\xf2\x11\x14\x2d\x0c\xf5\x25\x02\xae\x9b\x97\x08\xb4\xdf\xfe\xea\x0c\x2a\x0d\xfd\x16\xc1\xe6\x6f\x09\x52\x25\x8a\xf3\xa5\x16\x16\x71\xb0\xfd\x65\xf0\x6e\x57\x3f\x83\xf2\xd8\xf3\x7d\x38\x6f\xff\x71\x79\x23\x77\x9d\x7a\xdd\x48\x51\xdc\xbb\xa0\xfa\x97\x76\xea\x40\x11\x7d\xbd\x35\x41\x3d\x5a\xf0\x6f\x21\x9c\xe2\x56\xf2\x3c\x9a\x23\x1b\x21\x81\x7b\x15\x14\x7d\xf9\x6b\x21\xe4\xc8\x5f\x46\x00\x7b\x4b\x4e\x6c\x0c\x95\x4f\xe9\x23\xcc\xff\x4d\x2c\x9b\x03\xfd\x02\x52\x9d\xc4\x97\x96\xe4\xc4\x13\xfc\x33\xa4\x28\x1a\xb3\xd2\xd5\xeb\x98\x15\x12\x25\x1c\x28\x92\x36\x64\xff\x16\xd9\x72\xb2\xc6\x40\x1e\x77\x69\x86\x48\x24\x70\x93\x45\xfe\xc3\xa3\xfc\xae\x6e\x21\x72\xfb\x17\xc9\x74\xbc\xb0\x54\xec\x3e\x3f\x5e\xea\x9f\x56\xfc\x5b\xc4\x15\x6f\x86\xd0\x28\x86\xbe\xf3\x7f\xa2\x44\xbc\xe9\xd7\xfa\x07\x1d\xde\xcd\xa2\x6e\x0f\xb5\x6f\xbd\x14\x4e\x6e\x77\x16\x7f\xc6\xce\xf6\xce\xe2\xba\xae\x2c\x8c\x97\xa0\x1a\x91\xe7\xb3\xa0\xf6\x97\xcb\xfc\xc3\x29\xbe\xb5\xcb\x75\x8e\xbf\x84\x5f\x1f\x16\x05\xa5\xde\xee\x0b\x09\xfe\xa0\x60\x9f\xff\x93\x39\xf6\x40\xdf\x5f\xf6\xa8\x6f\x6d\x22\x31\x44\x73\xeb\x25\x12\xc4\xff\x7a\xcb\x71\xff\xbf\x14\xf2\xe2\xc4\x0f\xf5\x16\xe7\xfd\xd8\xa6\x1e\x00\xab\x54\x01\x35\x6e\x02\xfe\x7f\x35\xfc\xff\x35\xff\xcf\xff\xe3\xf7\x5f\xff\x9d\xaf\x7f\xff\xeb\xbf\xdb\x69\xfa\xbf\xfe\x7b\x87\xcb\xe9\xf9\x53\xfe\xfd\xaf\x08\x90\xb0\x23\x18\xff\x7f\xef\x78\x12\x08\x4b\xe2\x1d\x79\x01\xcf\x9f\x11\x69\xe9\x0e\x66\xf1\x4d\xe8\xab\xb3\xd5\xde\x61\x31\x7f\xfe\xa4\xd0\xc9\x81\x29\x60\x22\x31\x45\xfe\xaf\xff\x7e\xe3\x75\xfd\xfc\x79\x22\xde\xe1\x15\xa8\x1a\xa8\x05\xaa\x1d\xd4\x12\x2a\x82\x71\x1d\xad\xf2\xc6\x1d\xc3\xf9\x43\x28\xb1\x43\xca\xdc\xc3\x0a\x8c\x02\x41\xa3\x84\xed\xc6\x46\xec\xa0\x5b\xd8\x6d\x6c\x04\xb5\xae\x60\x8f\x50\x50\x08\xcb\xe8\x47\xd8\xc7\x58\x02\xef\x81\x0d\x3a\x45\x21\x3c\x4e\xd4\xda\x51\x30\x14\xe6\xbf\xff\xd5\x31\x6f\xcc\x24\x78\xa6\xb0\xfe\xfd\xaf\x9e\xf5\x75\x64\x15\xa4\xf0\x3b\xe8\x87\x81\xc4\x35\x05\x85\xfb\x4c\x42\x0b\xec\xe3\xe1\xc5\x2d\x36\x46\x49\x07\x58\xc6\x46\xee\x91\x02\xd6\x03\x21\x1d\x6f\xe8\xf3\x8c\xcf\x15\x85\x50\x44\x60\xe3\x30\x4b\x81\x3b\x48\x61\x8b\xb1\x84\xd9\x09\x6c\xe8\x41\x0a\xcf\xbf\xff\xd5\x49\x08\x9c\x7b\x37\x85\xfa\xa1\x50\xc7\xf0\xec\x40\xcd\x68\x62\x17\x08\xbb\x8c\x25\x42\x48\x60\xe3\xa2\x96\x42\x38\x66\xdd\xc2\x56\x63\xdb\xa9\x38\x1b\xfd\x33\xfa\x3b\x68\x4d\xd4\xf0\xf8\x06\xcc\xdb\x93\xd0\xae\xe4\x1c\x7e\x3b\xa1\x0a\x0f\x34\x8d\x5e\x41\x65\x2a\x09\xdb\x64\x0a\x29\xd0\x43\xe8\x6c\x74\x04\x84\xe9\xc2\x56\x63\x23\x66\x08\xe4\x88\xab\x64\x0a\xf4\x9a\x09\x8c\x33\x13\x85\x7d\xd0\xa2\x7f\xd8\xf4\x50\xf8\xa2\x41\xbe\x8e\x08\x84\x14\xa2\x7b\x50\x8f\x3b\x33\x0a\x67\xbe\x63\xdb\x97\xb9\x10\x8b\x42\x8c\x1c\xef\xa7\x03\xdd\x46\x9f\xaa\xe9\x07\x77\x62\x14\xf2\xbf\xff\x45\x80\x94\x03\x14\x63\xdb\xbf\xff\x35\x70\x24\xcf\xf8\x7e\x44\xe1\x48\x24\x01\x74\x32\x91\xd0\x28\x9c\x8a\x39\x6c\x65\xc2\x9c\x51\x08\xf4\x10\x7a\x18\x1d\x39\x54\x2e\xba\x11\x69\x83\x28\x44\x7e\x7c\xba\x11\xdb\x60\x0a\xe4\x9f\x17\xb6\x1a\x1b\xa9\xa0\x8b\xb0\xc3\xd8\x48\x80\xf2\x08\xfb\x1a\x1b\xb9\x14\xd5\xda\x72\xbd\x2b\xea\x55\x6b\xeb\x31\xf6\x6c\x24\x9b\x5a\x5b\xae\x37\x16\xad\xa6\xd6\x96\xeb\x25\xbf\x12\xad\x3d\x1e\xf2\x13\x8a\x8e\xc9\x1b\x8f\x89\x19\x3b\x70\x56\xfc\x4c\x64\x33\x0a\xe1\xbe\x44\xbd\xcd\xd4\x89\xdb\x21\x2e\x83\x33\x76\xf7\x14\xc2\xa5\x2e\x0b\x3b\x8c\x9d\x61\xcf\x1f\xd8\xd7\xb3\x11\xa6\xc9\xbd\xaa\xc3\xbf\x0e\x07\x8d\xdf\x91\xe5\xce\x2d\x4b\xe1\xf9\x94\x42\x04\xde\x4b\xc2\x76\x61\x07\xb1\xd1\xc1\x8e\xdb\xd8\x08\x36\xd7\x85\xad\xc6\x8e\xc3\x56\x21\xee\x07\xfa\x19\xfd\xfd\xfb\x5f\x83\xdb\xa9\xd2\x13\xda\xac\x90\xbb\x1e\x8b\xac\xd2\xb3\x7b\x91\x4f\xe7\x46\xa8\xe5\xd2\xf3\xd4\xb7\xc1\x57\x04\x2d\x29\xbd\xf8\xdb\xf0\xa2\xc5\xbc\xa1\x74\xcd\xe8\x29\x44\x5e\x78\xfa\xf6\xf8\xdb\x38\x44\x70\xb3\x71\x80\x47\xd8\x58\xa0\x2e\x3a\x5c\xfd\x2d\x9b\xe0\xd8\xc5\x14\x7c\x21\xa3\x10\x69\x10\x55\x83\xe6\xa3\xa0\x2d\x88\x31\x57\xfa\x84\xc4\xa7\x10\xfd\x15\x31\x7f\xae\xe2\x47\xc6\xc7\x26\x6c\x37\x76\xc4\x8e\x51\xd8\x69\x6c\xa4\xdf\xaa\xc2\xbe\xc6\x7e\x91\xe7\x1a\xec\x70\xbd\x91\xe6\xaa\x18\xfb\x18\x1b\x49\x26\xd4\xda\x18\xc2\x86\x20\x0d\x61\x63\xe5\x8e\x42\xe4\x87\x29\xc2\x36\x63\xfb\xe9\xd9\x23\xec\x5f\x0d\x91\x01\xd2\x58\xf7\xec\xe8\x9c\xaa\xe9\xfc\x2d\xf7\x2c\xb2\xad\x24\xb5\xb6\x3c\xb6\xd8\xb7\x15\x46\xfc\x99\x3a\xb1\x37\x38\x5b\x26\xf6\x27\xec\x46\xfe\xbf\x36\x28\xbf\x67\x15\x34\xdc\x83\xe5\xd6\xc3\x93\xf2\x83\x35\x0a\x85\xf7\xb4\x10\x0d\x3f\xeb\x63\xd1\x3f\x85\x58\xff\x42\x11\x55\xfc\xa5\x29\x44\x4e\x98\xe0\xd0\x8a\xdb\x32\x85\xd0\x4f\x71\x00\xa9\x23\x8c\xb3\x29\x44\x8e\x9a\xd8\x66\xd4\xd1\x50\xe3\xa7\x70\xb6\xde\xb8\x61\xd6\x31\x10\xf9\x8a\x73\x4d\xc3\xb4\xac\x92\x33\x92\x42\x70\x5e\x1c\x05\xea\xf8\x21\xb2\xa7\x10\xf7\x3c\x71\xad\x51\x39\x15\x53\xc8\xd1\xc1\x11\xe8\x0f\x81\x3b\x85\x7e\xf6\x4e\x31\x99\xad\x57\xf4\x54\xe3\xcd\xb7\x63\x2d\xd1\xfa\xa6\xee\x53\x88\x6c\xea\x71\x49\xd2\xc8\xca\x4a\x21\x92\x47\xc5\xdc\xb7\x99\x99\xa3\x53\x88\x5c\x3f\xc1\xd9\x6d\x46\xda\x05\x0a\x71\x84\x89\xf7\xb4\x36\x27\x3c\xd1\x88\x96\x54\xd1\x1e\x6d\xdd\x30\xf1\x29\xac\x48\xfa\x79\x08\xdb\x79\x7d\xa7\x10\xbb\xc0\xd0\x78\x7d\xc6\x6e\x87\x42\xd0\x24\x36\x38\x9d\x0c\x77\x14\x9e\x48\x5f\x7b\xea\x1e\x23\x22\x09\x50\xc8\x91\x19\xa5\x05\xba\x1a\x1d\x31\x3a\x9a\xb2\x27\xe1\xe7\x43\x81\x74\x8b\xd7\x7f\x91\x8c\xb4\x83\x5e\x67\x00\x35\x3b\x4d\x19\x6b\xef\x29\xc4\x11\x4b\xa1\xe4\xa5\x22\xa7\xe2\xdc\x5c\x4a\x61\x71\xb1\x07\x38\x85\xa3\xb3\x1c\x16\x3e\x92\x3e\x52\xa8\x81\x7e\x84\x6e\x46\x13\xee\x75\x08\xbd\x8c\x0e\x95\xa1\xf0\xf1\x6c\x85\xa3\x10\xf1\x7a\x15\xde\xff\x42\x8a\x4f\x21\xf6\xa9\x4a\x59\x21\x55\x7b\x0a\xe8\x49\x7d\x0d\xfb\x9c\x42\x74\x50\xf9\x11\xb4\x81\x3d\x85\x15\xe8\x2e\xf4\x36\x9a\xba\x8d\xfe\x84\x0e\xd7\x59\x42\x71\xcc\xa5\xfd\xee\x29\xb4\x48\x26\x23\x9a\x20\x24\xa7\x30\x08\xf8\x29\xf4\x34\x3a\x9a\x54\x1e\x85\x0b\x1e\x9c\x18\xb9\x8e\xa2\xbc\x28\x5a\x22\x4e\x61\x06\xba\x09\xad\x51\x46\x64\xc1\x51\x94\x46\x21\x8d\xc7\xe8\xe8\x89\x72\x26\x24\x93\x2a\x32\x77\x8f\xa2\x4c\x23\x11\xb5\x27\x0a\x33\x9a\x54\xa2\x94\xb4\x44\x6f\xe2\x0b\x7a\xe6\x93\x47\x19\x1b\xa9\xc1\x4a\x31\xb1\x7a\xa5\x10\xb9\x5e\x94\x9c\x20\xad\x66\x34\xe9\x6f\x1e\xa1\x97\xd1\x5f\x7c\x4d\x07\xb3\xb9\x8a\x67\xc8\xa4\xfc\x03\xda\x78\x9d\x42\xc4\x61\x54\x8a\x84\x6c\xf6\x89\x40\x43\xe3\xce\x46\x0f\xa3\xe3\xe0\x58\x5c\xf7\x6b\x74\x34\xa9\xe1\xe4\x21\xc2\xb2\xca\xde\xea\x60\x36\x05\x23\x48\xfe\xb8\xdd\x93\xb1\x8d\x0e\x86\x50\xf2\x82\x70\x11\x89\x42\x18\xea\xa7\xbf\x34\x3b\xd9\xe8\x16\xb9\x78\xaa\xd0\xdd\xe8\x08\x40\x28\x1e\xcc\xd3\x1d\x8c\x5c\x44\xb7\x38\x36\x9b\xd9\x08\xd0\x98\x94\xe3\x22\x2f\xf7\x3b\x98\xed\x76\x25\x66\x36\xa2\xeb\x72\x43\x78\xa0\x65\x74\xf4\x5b\x29\x18\xf2\xfa\x19\x1d\x34\x11\xba\x58\x8a\x23\xb4\xe3\xb8\xff\xb2\xff\x3c\x46\x47\x93\x7f\x89\x7f\x86\xd1\x41\x2a\xe7\xf5\x31\xbd\xe3\x0d\x77\xdc\x4e\xf0\x33\xba\xd1\xd1\x64\x53\x93\x53\x33\x4f\xf8\xc6\x24\x69\x28\xa6\x60\x09\x71\xe5\xbc\x32\x49\x00\x47\x21\x98\xad\xbb\x92\x66\x34\x41\x49\x1f\xa1\xdd\x13\x08\x2b\xb6\x2f\x26\x2c\xd1\x7d\xb1\x41\x39\x90\xeb\x56\xd0\x4f\xd5\x6d\x46\x8e\x07\xe3\xc1\xa5\xdb\x24\xde\x13\x85\x20\x6c\x53\x93\x26\x6c\x81\xb0\x4a\x29\x72\x5b\x8a\x6f\x08\xab\x6c\x22\xb7\x19\x39\xd6\x86\xf1\x28\x91\x48\xdc\x85\x53\x78\x89\xf7\x09\x7a\x88\x26\xf1\xac\x3c\x1e\x09\xe0\x6d\xe1\x0e\x13\xeb\xf1\x28\x79\xd5\x6d\xe1\x8e\x33\xc4\x78\x94\x6f\xe7\xb6\x1e\x0c\xd3\xe9\xf1\x28\x11\x55\x1c\x13\x28\x44\x25\x4a\xf9\x71\x5b\x0f\xde\xe8\xc1\xee\x4a\x34\xca\x3b\x54\xc1\xa3\xdc\x3a\x37\xab\xd4\x29\x3c\x44\xe6\x14\xba\x1a\x1d\xfd\x96\x5a\xd7\x51\x62\x92\x49\x6f\x3c\xca\x63\x72\x5b\x0f\xc6\xde\x75\x3c\x12\xa9\xc7\x1a\x22\xce\x0f\xe3\xb9\x9f\x7f\xde\x1a\x9d\x8f\x6f\xff\x17\x3d\xba\x85\x9e\x46\x47\x1b\x12\x96\xc7\x2a\x21\xee\x13\xc6\xa3\x74\x57\x8f\x55\xc2\x03\xdd\x95\xea\xe6\x31\xdd\xe3\x46\x61\x70\xf2\x9a\x18\x93\x53\x88\x61\x29\xdd\xcd\x63\x4a\x12\x7b\x33\x5f\xfe\xfa\x67\x74\xf4\x44\x53\xfd\x58\xc8\xe3\x76\x7c\x3c\x4a\x37\x15\xb7\xe3\x14\x08\xcb\x59\x85\x6e\x46\xcf\xf8\x5a\xa3\xb4\xec\x3f\xc1\xa2\x59\xab\x55\x35\x2f\x92\x57\x22\x4b\x05\x57\xeb\xda\x70\x9a\x1f\xcf\xf0\xd7\xdd\xe8\x11\x5f\x57\xa1\xa7\xd1\x31\x4a\xa5\xd5\xa9\x96\xfd\x0a\x61\x95\x43\xa7\x9a\xb0\xe1\x6e\x35\xaa\x32\x25\x55\x2b\xd5\x70\xb4\x4a\x39\x1b\x2d\x9a\xc4\x85\xf8\xa8\x5a\x51\xaa\x65\xbf\x72\xd4\x51\xa6\x9b\x6a\xc5\x17\xd7\xd2\xa3\x6a\x8b\xd1\xcc\x2f\x44\x13\xcd\xca\x76\xd3\xac\xe1\x5a\xb0\x51\x95\xae\x6d\xd6\x70\x71\x47\x3d\xea\xed\x4a\x86\xd1\x51\xb7\x76\x07\xcd\x1b\x12\x8c\x16\x72\x36\xfa\x36\x3a\x46\x29\xed\xd9\x2c\x88\x71\xcb\x3c\xaa\xf4\x61\xb3\x20\x36\x46\xa9\x85\xbd\x79\x94\x61\x8e\x30\x6a\x83\x26\xcd\xa3\x24\x6f\x46\xd6\xda\xd6\xbc\x97\x88\x9d\xf7\xa8\xda\x48\x35\xcb\x50\x5c\x11\x8f\x2a\x9d\xd5\x4d\x93\x0e\x4d\x9c\x78\xca\x34\xe9\x0c\x5e\xfb\xab\xee\x99\xef\xcc\xbc\x96\xbc\xee\x9d\x47\x0f\x21\x69\xda\x76\x75\x0b\x49\xdc\xe1\x8e\xa6\xdc\x46\xdd\x7b\x89\x4e\x94\x50\x11\xb6\x7b\x2f\x11\x36\xfb\xa3\x69\x38\xdd\x2a\x38\x9c\xfb\x47\xd3\xba\xd9\xcd\xdf\xb8\xf5\x67\x4d\x43\x37\x7f\x87\x41\xe4\x68\x52\x20\xc3\xa3\x54\xc0\x55\x09\xf7\xf0\x14\x0f\x62\xf3\x39\x99\x95\x55\xf0\xe8\x91\x8c\x4b\x99\x87\x86\x55\xf0\x50\x88\x46\x86\x33\xcc\xc8\x83\xc1\xbb\xee\xe1\x4a\x62\xe6\x9b\xf2\x90\x0d\xf3\xf7\x18\x0a\x81\x28\xb4\xd6\x9f\x41\xae\x35\xad\x56\xc3\x4b\x5e\xdc\xf7\x8d\xe6\xdc\x5b\xb3\x1a\xdd\x02\xad\x7e\x7b\x2f\x41\xfc\xb6\xac\x45\x6c\x58\x8f\x87\x13\xc3\x20\x35\xe4\xc4\x6b\x81\x42\x90\xca\xf9\xb9\xac\x66\xe2\xfa\x6f\xb4\xbf\x44\x5d\xae\x1b\x66\xd3\x4a\x38\x4c\xef\x81\x3e\xd1\x92\x37\xbc\xe4\x0d\xa6\x41\x69\xf3\xa6\xa7\x21\x6e\x05\x47\xd3\x0a\x3e\xad\x91\xc3\xbe\x23\xe5\xbf\xfc\x5f\xd5\xe8\xe8\xb7\xd2\x7b\x4d\xeb\x93\xb8\x20\x1c\x4d\x8c\x3c\xbd\xf8\x4e\xc2\x0a\xab\xee\x65\xcd\x16\x91\x08\x46\x17\x43\x2c\xcf\x7c\x58\x87\x8e\xae\x15\x65\x79\x8a\x17\x61\xf6\x74\x92\x89\xab\xc6\x28\x20\xdc\x5a\xf2\x96\x17\xdf\x30\xcc\x18\x5d\x59\xd3\x96\x77\x35\x61\x92\x91\xb2\x3a\xa8\x1b\xca\x49\x46\xd0\xd1\xa5\x0a\x96\x55\x41\x24\x3b\x19\x5d\x1b\xa9\x35\x87\xd1\x47\x7f\x77\xcd\xe5\xf2\xda\xb0\x42\x48\xba\x56\x92\x65\x21\x89\x88\x41\xa3\x8b\x82\xcb\xcb\xe9\x0a\x52\x75\xd3\xc4\xaa\x60\x91\x53\x4d\x6b\xc3\xf6\xec\xec\x38\x98\x75\x6d\x8d\xb6\xa5\x81\x2c\x2a\x45\x8a\x7a\x5b\x0f\x46\x8c\x85\xd1\x87\x2b\xf9\x19\x1d\x75\x6b\x57\xb3\x2d\x24\x61\xfd\x31\x86\x2b\xf1\x0a\x18\x76\x1f\xa9\x5c\xaa\xc4\xa3\xdc\xc1\x9a\x43\x19\xfd\xb6\x47\x19\x51\xf7\xc7\xd0\x16\x63\x7b\xe6\xf7\xa2\x12\x48\xf5\x7a\xe6\x23\x1b\x73\xc2\xfc\x6c\x12\x20\x90\xc2\x21\xd5\x90\x0a\x7b\xad\xd9\x88\x85\x5b\xb4\x63\x7a\xbd\xa6\x45\xa4\x84\x31\x94\x5e\xef\xf5\x70\xde\x98\xcb\xa1\x99\x7f\x2d\xdc\x24\x8a\x29\xda\x5f\xbd\x5e\xbc\xc2\x9c\x64\x0c\x49\xf1\xeb\x5d\xc1\xcb\x1d\xbe\x96\xba\xd7\xc2\x1d\xce\x28\x63\x68\x11\x78\xad\xd6\xe3\xd6\x72\x0c\xb1\xe6\xcf\xa3\xfc\x05\x7f\x0f\xa5\x88\xfc\x99\xbf\x7f\x8c\x72\xfc\x47\x5b\xa3\x9f\xe7\xf4\xc7\x68\x35\x79\x3f\xaf\x6d\x3f\x52\x86\x29\xdd\xe2\xcf\xec\x4f\x32\x99\xeb\x52\xda\xc7\xdf\xa8\xc6\x2f\xf0\xae\x46\x6c\x47\x30\xde\xeb\xd2\x2e\xe3\x67\xd5\xf2\x23\x41\x9d\x4e\x74\x3f\x0f\xf8\xb7\xa8\x46\xe9\xe0\x7e\xeb\xaf\x9a\x0f\x3c\xaa\xe8\x33\x25\x3e\xd2\x8a\x5d\x4e\x18\x67\xfe\x25\x1d\x41\xd1\xba\xf2\x59\x8d\x90\xc3\xa6\x68\xe1\xfb\x2c\xea\xc4\xfa\xbd\x2e\xad\x09\x9f\xd7\xb2\x4f\x83\x52\x6e\xd3\xcf\x83\xfa\xc8\x55\x74\x49\xbb\x7e\xd6\xc5\x1f\xb1\x34\xa5\x60\x3e\xeb\xe2\x8f\xb4\x3e\x97\x52\x8f\x7e\x5e\x13\x3f\x92\xa9\x89\xcf\x3e\xaf\x89\xe1\xfd\x93\xae\x4b\x87\x9b\xcf\x92\xf0\x89\x94\xd2\x8d\x9f\x05\xfe\x13\x6d\x94\x08\x47\x37\x34\xa7\x40\xf5\x46\x67\xa3\xa9\x5e\xa9\xa7\x74\x45\x73\x0a\x0c\x56\x09\xdb\x2e\x68\x76\x0a\x51\x7d\x52\xc2\xa9\x0b\x71\x58\xbc\x29\x1e\xbc\xbe\x1f\xae\x07\xa2\x29\x4e\xa9\x9f\x13\x97\x9e\x13\xcb\xe3\x6a\x7e\x42\x43\xcb\xa4\xac\x50\x17\xba\x70\x75\xbd\x69\x26\x25\x9e\x4b\x1e\x55\xa2\xfb\x0a\x09\xda\x13\x22\x7e\x0a\x84\x71\xf4\xe7\xd5\x68\xaa\x57\xb3\x89\x29\x5f\x9d\x04\x0d\x57\x72\x1e\x40\xde\xf4\x4e\x81\xe0\x87\x45\xe8\x69\xf4\x26\x67\xdf\x23\xbc\x7a\x9f\xe0\xd7\xa4\x54\x65\x69\x6d\xe3\x49\xe3\xa7\xda\xd7\xdf\xe7\x0c\x4a\xe9\xeb\xf4\x9a\x79\x0a\x85\x67\xde\x4b\xf8\xc7\x78\x32\xf5\x91\x80\xa1\xe7\xbe\x8d\x8f\xea\x9b\xd0\x43\x53\x9b\xb9\x20\xcb\xca\xd4\x95\x59\x9c\x4e\x81\xf8\x82\x4d\xe8\xd7\x68\x65\x10\x1c\xc2\x8b\x36\x0a\x26\xaa\x4c\x4f\x79\x16\xa3\xa9\x3d\x1b\xef\xda\xe1\x7a\xa5\x77\xca\xbc\x61\x9e\xc2\x47\x2c\x3e\xd0\xcb\xb5\xc4\xd9\x10\xcb\xc2\xd5\xf5\x5a\xb6\x70\xb2\x3a\x95\xab\x2f\x6b\x18\x0f\x05\x8a\x1a\x5d\xee\x3b\x94\xcc\xca\xca\x57\xcc\x1e\x45\x94\x24\x2c\x31\x0e\x59\x14\x68\xb6\x0b\xdd\x8c\x8e\xb8\x22\xa2\x7b\xe9\xd3\x68\x6a\x57\x1a\x2a\xbd\xd2\x9d\x02\x21\xf3\x8a\xd0\xd9\x68\x1a\x95\xa8\x15\x8b\x42\xd1\x7c\x88\x57\xcb\x18\xc6\x53\xbd\x12\x54\x96\x29\x36\x20\x25\xf2\x95\x95\x7f\xb2\x4c\x11\xa7\x68\xb0\x4a\x95\x76\x7b\xb0\x37\xcc\x9d\x95\xe6\x4a\x77\xf8\x8b\x3b\xfc\xc4\x0d\xdd\x81\x96\xd1\x11\x30\x4a\x49\xde\x6e\x0b\xf8\xad\xc1\x0e\x7d\xee\x51\xdd\x31\x2a\xae\xe8\x0e\x74\x1b\xdd\x48\xab\x58\x84\x77\xa3\x04\xe9\x51\xae\xb7\x7b\xb8\xd1\x10\xfb\x5b\xb9\x26\x6f\x0b\xce\x4d\x6a\xab\xe2\xbc\x8e\x66\x32\xa2\xb1\xde\xe2\xb1\xdb\x14\xb8\xe1\xbd\xe2\x4c\x8f\xd6\x12\x37\xe9\xef\x8a\xd2\xcf\xe9\x81\x73\xf5\x1b\x1d\x5a\xdc\xec\x72\xe7\x09\x4d\xa6\xe4\x96\xf7\x6a\x46\x47\xdf\xb3\xbf\x9e\x46\x7f\xa4\x85\xe4\xf3\xc7\x74\x8f\x07\xcd\x74\x8b\x27\x1f\x6b\xd6\x07\xde\x23\xde\xe4\x01\x1f\xe3\xe9\xbc\x33\x48\xf6\x61\x3c\xd5\x8b\x57\x1f\x73\x19\x49\x3f\x6e\xe5\x5d\x7b\x3c\x1f\x0f\x5c\x56\x94\x33\xf2\xf1\x84\x3c\x04\x4b\xfa\xab\xa5\x1a\x4d\xab\xca\x1b\xf9\x98\xf9\x1e\xf4\xb3\xd7\x85\xc7\xda\x80\x10\x7c\x97\x33\xaa\x3e\x66\xca\x07\xc9\xb4\xe2\x7e\x56\x37\x3e\x68\x26\x11\x79\x4c\xb3\x07\x81\xb5\xb2\x79\x2c\xb0\x8f\x68\xa9\x0c\x8b\xba\x6e\x38\x05\xaa\x57\x06\xc5\x6a\x1e\xe6\xbe\xe1\x56\xee\xd7\xda\xc5\x37\x55\x39\x3e\xc5\xf2\xd5\xc4\xa9\x4a\x4b\x99\x84\x7e\x8c\xa6\x76\x42\x68\xf7\x6a\x22\x54\x11\x41\x8b\x5d\x35\x11\x2a\x7c\x66\x85\x50\xcd\x67\xc4\xea\xbb\x8e\xec\xfc\xe3\xde\x6a\xf5\x66\x46\x21\xa6\xdf\xe5\xdc\xa1\xcd\x22\x47\xc4\xbe\xcb\x39\x3d\x9b\xd7\x54\x32\x57\x5f\x4e\xe7\xd9\x3c\x0c\x82\xc4\x5c\xb7\x92\x11\x36\xaf\xa9\x0d\xe1\x92\xbe\x68\xd3\xcd\x6a\x14\x7f\xf8\x6e\x3c\x49\x37\x8b\xd0\xd3\x68\x6a\x77\xbe\x4d\x0b\x11\x21\xff\xae\x5b\x79\x04\xdb\x72\x2f\xe3\x18\x7e\xdd\x5a\x7e\x9a\x57\xb7\x26\x22\x69\x2a\xbb\xa9\xd0\x91\x8b\x5b\x2b\x44\xb7\x4e\x0e\xf3\xb2\xe4\xea\xbb\x97\xec\x0e\x47\x38\x6f\x66\xb7\xb8\x10\x99\xe6\xe2\x06\xf6\x80\xcb\xf8\x50\x6b\xcd\xad\xaa\xf7\x5d\xb4\xd4\x4a\xd3\x2d\x2e\x64\x6c\xb9\x95\xf2\xb0\x7b\x85\xef\xb0\xff\xa3\xe4\xb1\xdd\xec\x4f\xd4\xdc\xeb\x91\xa2\xd2\x15\xc5\x29\x04\xd1\x1e\xed\x4f\xba\xf9\xbc\x43\x84\x47\x53\x3e\x4c\x84\x01\x27\x3e\x12\xd3\x61\x4e\x1c\x4c\xed\xa3\xb4\xc2\xc3\x9c\x38\xd4\x1f\xe9\xfc\xe1\xfe\x0c\xe6\xf6\x51\xe6\xd4\xe1\xb9\xe5\x1e\xc0\x34\x1e\x9e\xdb\xa1\xee\x2b\xdf\xe3\xb0\x22\x1c\x28\x42\xad\xce\xc3\xcb\xf0\xd0\xa8\xfe\x32\x98\xba\x37\x1a\x95\xc4\x6e\x7a\x54\x98\xfc\x5c\xca\x90\xd8\xa7\xa7\x96\xd3\xfd\xfd\xf7\x79\x35\x9a\x14\xac\x12\xbb\xe9\xf5\x76\x76\x19\xb0\xe9\x7b\x6b\xc2\x89\x26\x74\xed\x16\xf6\xc9\xd4\x56\x27\x36\xb5\x98\x4c\x68\xac\x24\x88\x44\x0a\xa6\x10\x61\x14\x87\x3f\x5f\x46\xd3\xaa\x16\xc4\x69\xf1\x99\x44\xad\xd5\x7a\x38\xa7\x6b\x9f\x04\xeb\xca\x42\x37\xa3\x07\xb5\xa8\x51\x4b\xcf\x44\x7a\x94\xaf\x10\xf7\x57\x0a\x74\x5e\xb9\x86\xa7\x19\x6a\xca\x88\x4f\x8b\xd0\x32\x89\x17\xe2\xa0\xf4\x6d\x7d\x59\x41\x2e\x22\x50\x5d\xfe\x7c\x1a\x4d\x42\x58\x29\xce\x65\x71\x58\x22\xb1\x54\xcb\xf2\x86\x77\x89\x66\xda\x8b\x2c\xd3\x8c\x0b\x8d\x27\x19\x2d\x19\x5f\x93\xd4\xb0\x52\x2d\x6b\xde\xc6\x57\xa2\x7c\x09\x3d\x8c\x26\x59\xac\xb2\xfe\x2e\x6f\x0e\x17\x51\x7f\x44\x9b\xb5\x3c\x56\x12\x4a\x2b\xa7\x61\x5f\xde\x34\xc6\x9d\x47\xb2\xac\x2d\x2f\xdb\x71\xd5\x91\x88\x7b\x7a\xa0\x6d\x74\xec\x6b\xab\x92\x02\x6f\x53\x32\x92\x09\x24\x65\x66\xc1\xaf\x97\x02\x13\x22\x8d\xb0\xbd\x6c\x6f\x11\x5e\x2b\xd9\xb6\x1e\xda\xa2\xa4\xb2\x03\x6f\x33\x2b\x49\x81\x9e\xdb\xe8\x62\x74\xf4\x5d\xeb\xe4\xf6\xf2\xbc\x91\xfb\xaa\x53\xdb\xb6\xdc\x6f\xb1\x81\x56\xac\xd7\x9d\x7f\xe1\xf9\xa6\x0d\xf2\x6b\x75\xf6\x12\xe8\x48\x2b\xc9\x6b\xb5\xf2\x0e\x65\x9d\xbd\x84\x5f\xc6\x47\x70\x9d\x3f\xf4\xcf\xe8\x98\x8f\xbf\x64\xb7\x6e\x94\x1c\xbd\x4d\xcc\xf1\x7a\xb6\xb9\xc5\x50\x82\x19\x82\x4c\x53\x20\x67\xae\x98\xe3\xf5\xb4\x12\x69\xfa\xf9\x43\x67\xa3\xa9\x5d\xeb\xd1\x6b\x49\x78\xd9\x71\x34\x1d\xb6\x5e\x9f\x05\x08\x2f\x79\x35\x71\xc7\xcf\xa4\xf9\x31\xaf\xd2\x94\x3f\xef\x2c\xe2\x5e\x24\x3d\x62\xbd\x9f\x75\xd0\x0f\x01\x69\xcd\xf8\xd7\x78\x6a\x57\x0e\xdb\x9f\xd7\xe4\x9f\x08\x2f\xcd\xfa\xb3\xb2\xf9\x0d\x7d\xaf\xde\x98\x66\x3f\x62\xb6\x89\xf9\x7e\x33\x1b\xcd\xa0\xa4\x55\x7e\x96\x90\x1f\x8b\x6f\x57\xca\xe6\x9f\xd5\x87\x6e\x3c\x94\x33\xcf\x96\x41\xa7\x10\xdd\x51\x66\xb9\xfe\x59\xe3\x7e\x8c\x56\xa3\xfa\x3c\x5a\x92\x36\x5e\xca\x20\xd7\x3f\x33\xb1\x12\xf6\x77\xe5\x38\xff\xbc\x98\x92\xab\xff\xd1\x2e\xed\x33\x11\x74\x43\xa2\x6c\x2f\xfd\x33\xf7\x7d\x30\xb7\x56\xfc\xcf\xec\xf4\x41\x9b\xae\xad\xea\xe7\xc5\xeb\x83\x9f\x94\x40\xae\x7f\x56\xad\xba\x50\xe9\xf7\xf8\x4f\xb6\x57\x9f\x69\xf7\xb1\x5a\x75\xb1\xed\xe7\xd5\x4a\x37\x22\x9d\xbc\x1d\xc3\x37\x22\x43\x57\x19\x5d\x09\x3d\x7d\x95\x31\x64\x58\xa2\xbc\x6d\x43\x96\x25\xa7\x40\xfd\xca\x46\x7a\x49\x46\xc7\xc5\xf0\x86\xf2\x92\xca\xb6\xe4\x14\x30\x50\x51\x32\xdf\x4b\x6b\xf3\xb8\x48\x08\xed\x6a\x24\x2e\x03\xf3\xe8\x4b\x09\xd9\xc6\x25\xfe\x1f\xba\xfa\x18\x4a\x03\xea\xab\x8f\x21\x9b\xee\xa1\x84\xa0\x69\x18\x1f\x8a\xa7\x2a\x2f\x6a\xd2\x2a\x39\x48\x3a\x79\x0d\x65\xfa\x94\x6d\xc8\x29\xd0\x4b\x25\xa7\x4d\x1e\x6d\xd2\xa8\x1e\xd5\x33\x5d\xfd\xa4\xfa\x47\xe8\x6a\x74\x10\x47\x59\xbe\xf0\x4a\x8f\x82\x7a\x8f\xdc\x0d\xdf\x71\x60\x3c\x9b\xae\x81\x1c\x0d\x59\x6b\x2c\xcc\x68\xd3\x35\x94\x38\x36\x8b\x87\x46\xdc\x3b\xa4\x74\xfd\x65\x26\x7e\x8c\x6f\xe0\xbb\xf0\xae\x27\xfa\x93\x2e\xe5\x60\xcd\xee\x0f\x19\x2d\x13\x51\x3d\x0f\x38\x8d\xff\xc8\x4a\x0c\xbe\xb8\x9f\xdc\x20\x24\xa5\x92\x1a\x32\x7e\x38\x05\xda\x25\x59\xd7\x28\xee\x3f\x77\x05\x49\x19\xa4\x46\x31\x53\x91\xd7\x32\x29\x25\xd4\x28\x52\xfc\xa3\x0c\xfa\xa9\x54\xa9\x45\x7b\xf9\x41\xe6\xcb\xaa\x6e\x16\x93\x81\xbb\x82\x44\xa0\x9c\x35\x7c\x57\x30\xc2\x42\xe2\xe0\x1f\xe1\x8b\xf1\xc4\xbd\x52\xed\xda\xa5\x8c\x22\xea\x28\x5b\x70\x31\x0f\x86\x8d\x44\xaa\x62\xa9\x22\xd5\x3c\xc8\x75\x75\x34\xbf\xf0\x1e\xac\x88\xc6\xdd\xd0\xf0\x4d\xc4\xe0\xae\x20\xe9\x0e\x72\xf8\xb2\x60\xdc\x64\x69\x56\x26\xda\xdb\x34\xe0\x0e\x41\x76\x55\x07\x1c\xc6\x4f\xb2\x28\x5f\xc2\x2f\xe3\x37\x31\xa7\x84\xd6\xd4\xde\xb0\x48\x12\x8b\xdc\xd3\xad\x92\x8a\x58\x33\x78\x9b\x06\x37\x71\xbe\x6e\x7f\xed\xca\x63\x2f\x92\x94\x10\x89\x80\xf7\x14\x82\xef\x35\xaf\xb7\x49\xc3\xd5\x82\x2c\x9a\x96\xed\xa4\x4f\x81\x31\x89\xf2\xb7\x49\xc6\x25\x82\x8c\x97\x96\xad\xa2\x17\x56\xd1\x09\x27\xa0\x65\xb3\xe8\x53\x88\xbe\xa3\xd2\xc6\x23\x3d\x8e\xb5\xf4\xa9\xa5\x0b\xbf\x8c\x8f\xf9\x53\x8a\xde\x47\xc7\x64\x02\x08\xa4\x94\xc4\xac\x8f\x99\x92\x3b\x04\x99\x1e\x1d\xf0\x31\x7e\x81\x57\xf5\x66\xca\x07\xa6\x94\x8c\x3f\xba\x21\x1c\x0f\x2a\xa1\xaa\x93\x5a\xe3\xc6\xa3\xa1\x2a\x45\x70\xf5\x50\x2b\x3c\x9c\x94\x53\xba\x5a\xb3\x54\x55\xf3\x08\x9d\x8d\x8e\x4e\x66\x49\x78\xb5\xe4\x73\x38\x97\x9d\xc0\x01\xa7\xf1\x11\xc9\x87\xcb\xd6\x51\xcd\xda\x95\x79\xcd\x92\xa8\xea\x79\xad\xcc\xab\x16\x87\xaa\x3d\xe6\xa8\x24\x34\x57\x5a\xf0\xaa\x13\x91\x82\xf6\x27\x5d\x4c\x8e\xba\x96\xf1\x41\x99\xa6\x21\xe9\x0c\xac\xa0\xfe\x7a\xa0\x5f\xa3\x59\xab\x34\xb4\x0a\x41\x4b\x0e\xf8\x18\xbf\xc0\x0f\xe1\xb7\xf1\x51\xbd\xe4\xac\xe9\xda\x5a\x61\x12\x88\xf5\xbc\x88\x92\x40\x01\xca\x28\x8d\x73\xb3\x3c\x71\xb2\x4f\xba\x68\x1c\x3e\xd9\x8f\xa6\x5e\xb2\x49\x19\x3e\xa9\x8f\x0e\xdb\x64\xa7\xf4\xf6\x0a\xd3\xd5\x6c\x17\x3a\x1b\x5d\x30\xcb\x6b\xc2\x3f\xc6\x37\xf0\x43\x78\x75\x27\x62\x1a\x24\x3d\xcf\x1d\xb0\x1a\x1f\xdd\x2c\x9a\xa9\xee\x6e\x72\xf6\xd6\x2b\xd1\x01\x5d\x3f\xdd\xd7\xc5\xd9\xf0\x19\x7b\x0c\x54\xb4\xae\xb6\xc6\xb0\x8a\x1e\x30\x54\x11\x5f\x0e\x33\x14\x67\xe9\xa4\xbb\x27\xbb\x10\xac\x31\x54\xbf\xf8\xd5\xa7\xdd\x31\x91\x12\x5d\xac\x12\x55\x9f\x42\x4c\x16\x97\xcb\x44\x20\xa0\x10\xd5\xe8\x66\x8e\x68\x03\x14\x0a\x78\x55\xe3\xee\x4c\x99\x05\x4a\x41\x4d\x2b\xa8\x49\x6c\x8e\xcb\x68\x51\x67\xca\x2e\x50\xa3\x9d\x56\x50\x1c\x24\x93\x2e\x8b\x86\x0f\x92\x63\x31\x5b\x77\xad\xff\xc1\x26\x6b\x2c\x4f\x26\x47\xb5\x74\x8b\x18\x4b\xe7\xd8\xb1\x98\x1c\x9d\x10\xc7\xf2\xe4\x90\xc8\x26\x3d\xc9\xdf\x0f\xe3\x3f\xf0\x8c\xda\xa7\xb2\xc1\xa9\xac\x5d\x46\x67\xa3\x83\x57\x1e\x25\x4a\xdf\x56\x84\x9b\x39\x7b\x24\x8f\xdb\x7b\x2c\x52\xab\x36\xb1\xd6\xb6\x6e\x20\xa9\x6a\x7a\xb4\x7c\x6e\x13\x8f\xf0\x83\xe9\x91\xee\xd9\x53\x02\xb6\xc9\x5c\x9e\x84\xf6\x60\xb7\x06\xa5\xd4\xfb\x7b\xb9\xd5\x45\xab\x46\x6f\xa3\x19\xab\x96\x4f\x1f\xe2\x06\xcf\xd3\xde\x5e\x8f\xd7\x5a\x80\x8c\xad\xde\x47\x13\xc4\x80\x02\xbd\x17\xed\x5f\x9d\x55\x06\x87\xc1\x44\x66\x8c\x35\x7c\x18\x54\x84\x03\xe2\x90\x1f\xa8\x1a\x4d\x77\x94\x63\xff\x35\x23\x72\xbc\x4b\xba\x47\x21\xc8\x01\x85\x06\x5e\xd5\x5b\x2e\x5e\x58\xa1\x8a\xc8\x3e\xdf\x0d\xce\x77\x04\x35\x5f\xf6\xb9\x39\x85\x85\x49\x67\x12\x7e\x1b\xff\x12\x4e\x4a\xe8\x9f\xd1\xd4\xae\x05\xf4\x67\xd5\xf9\x83\x68\x55\x33\xfe\x33\xd1\x38\xc8\xa5\xaa\x7a\x7e\x56\x9d\x3f\x92\x9d\x4b\xd3\xfe\xac\x3a\x7f\x04\x66\xd1\x02\xfa\xd3\xf1\x5c\xa9\x06\xfe\x36\x0b\x3f\xd3\x8c\x9c\x03\x4d\xb2\xf8\xd3\x35\x21\xa1\x17\xce\xe7\x45\xf8\xd7\x78\x3a\xaf\x85\xf5\x67\x12\xff\x44\x4a\x09\xe9\xcf\xec\xfa\x83\x5d\xff\xd0\xcb\xe8\xe8\xbb\x36\x05\xbf\x29\xd2\xfc\x90\xb5\x2a\x05\xf6\xd3\x2d\xde\xf8\xc5\x9a\xa5\xe3\xb9\x3d\x27\x16\x9e\x13\xe9\x6f\x7d\xfe\x59\x04\x7f\xa2\x30\x27\xe5\xe1\x33\xe5\xe0\x15\xfd\x6f\x49\xfc\x74\x97\x34\x3e\x84\xa7\x8a\x5d\x3f\xaf\xac\x9f\x7a\xd9\x85\xfe\x19\x1d\xd5\x37\x69\x84\xcf\xc2\xc3\x83\xf6\x9f\x50\x7d\xd6\x14\x1c\xdf\x52\xd3\x3a\xff\x99\x3f\x3e\xf8\x43\x29\x82\x7d\x7a\x9b\xbc\x67\xeb\x56\x60\xfa\x3d\x7b\x5e\x74\xbe\x29\x35\xb4\x7c\x0b\x96\xb2\x24\x34\xa5\x08\xbe\x34\xa6\xc9\x33\x77\x6a\xca\x0f\xed\x67\xee\xc9\xd9\x30\x35\xe5\x86\xf6\xd9\x70\x72\x36\x34\x3b\x4d\xf9\xcc\x9e\xc2\x20\x60\x92\xd0\x3f\xa1\x11\xa9\xa6\x44\xcd\x97\xb6\xa4\x33\x1c\x0d\x92\x2e\x1d\xe6\xa5\x95\x6f\x72\x62\x4c\x18\x92\x1d\x70\x18\x4f\x2f\x95\xa6\xf9\x9a\xee\xa5\x48\xf9\xa8\x9e\xe5\xea\x61\x04\xa5\x57\xbf\x96\x69\x80\x7a\x52\x3e\x67\x79\x1e\x9c\x02\x63\x55\xa2\x65\xf9\x18\x9c\x02\xb5\x2b\x59\x72\x92\xa4\xcd\x44\x52\xfa\xa6\xd4\xc8\x49\xea\x66\x26\x84\xa1\x29\x17\x7a\xd2\x7a\x38\xc3\xb1\x20\x11\xef\xfb\x40\x3f\xa3\x69\x76\xa8\xd9\xe9\x66\x45\x33\x65\x71\x4f\xd3\xcd\x8a\x08\x43\xf5\x4c\x57\x0f\xfb\x0d\xf5\x46\xeb\xde\x4c\x70\xbd\x6e\x4c\x48\x19\x41\x21\xaa\x21\xdc\xfc\x01\x5f\xe3\x3f\xf0\x70\x48\x36\x9f\xc9\x7d\x80\x30\xf3\x07\x54\xf7\x75\xf0\xd4\x95\xc9\xf4\xc1\x73\xf2\xd0\x9d\xba\x72\x61\xcb\x40\xff\x14\x62\x58\x5d\x29\xab\xb3\xd8\x7e\x66\xf5\xb3\xfa\x7b\xd7\xa3\xfe\x88\xa5\xfc\xa4\x3d\x0b\xf9\xf0\xb1\xbf\x98\x45\x0b\xe1\x2c\x30\x72\x57\xd6\xfc\x62\x46\xd6\x79\xd4\x29\xe9\x7d\x1e\x9d\x3c\x52\xff\x25\xa7\xf7\x23\xf5\x8c\x03\xe8\xc1\x33\x2c\x59\xde\x9f\x42\xc3\x88\xdb\xf8\x6e\xfc\x20\xdc\x8c\xd0\xd3\xe8\xc5\xe7\x43\x78\x77\x07\xea\x38\xeb\x7c\x31\x75\x74\xc2\x1c\xae\x67\xb9\xfa\x45\xf5\x5d\xe8\x9f\xd1\x54\xc3\xd2\x36\x7d\xf0\x24\x6a\x4d\xfa\xcb\x1a\x7f\x9b\x65\x75\xc2\x1c\x2c\x1a\xd3\x27\xcc\x79\xc3\x83\xba\xfc\x98\xb7\x79\xf0\x86\x49\x08\x49\x7d\xc0\x6d\xfc\x1b\x9e\xd8\x46\xff\x8c\xa6\x1a\x49\xd6\x63\x09\x7a\xd4\x9d\xfe\x1f\x78\xee\x9d\xaf\x1f\xff\x1b\xad\x6b\xce\x1e\xcf\x25\x61\xe1\x92\x32\x00\x4f\x3f\x05\xcf\x47\xa3\x53\xbe\xf5\xc7\x4a\x29\x1e\x79\x53\x57\xb6\xfb\x47\x8b\x16\x51\x6a\x52\xbe\x34\x95\x7e\xf2\x25\x0a\x4d\x72\xfa\x6f\xbb\xd8\x2d\xa2\xc5\x1c\x7c\x17\xde\xd5\x33\xf5\x52\x85\xb2\x5d\x5f\x04\x6d\x49\x59\x59\x82\x89\xda\x42\x21\xe2\x2d\x29\xdb\xfd\xa3\xd5\x69\xf2\xa0\x9c\x2f\x4d\xe5\x63\xfe\xe7\xe5\xd8\xd9\xbf\xa7\x5f\x8e\x89\xf4\x72\xf0\xf4\xc6\xa7\x4a\x22\xb9\xa4\x7c\x49\x93\x57\xdd\x84\xce\x48\x7c\x9a\x74\xf7\x38\xab\xf6\x52\x33\x4c\xd6\x13\x21\x03\x0e\xb4\x8c\xde\xd4\x62\xfc\x6b\xfc\x2f\x3e\x1f\x42\x7f\x42\x4f\x3a\xa9\x84\xfe\x3e\x6c\xce\x1a\x3a\xa9\x4b\x8f\x57\x93\x86\x33\x68\xd6\xb5\xcb\xac\xe6\xfe\x2a\x92\x49\xd3\x56\xeb\x86\x2a\x1a\x48\xd3\x56\xb3\x21\xa7\xcd\x2e\xee\x6c\x5e\xfb\xc2\x5c\x3d\xe5\x4b\x6c\xd8\xf4\x36\xa4\xec\x24\xd6\x48\xcd\x6b\x1f\x87\xcd\xac\x5b\x1a\x42\xa9\x44\x21\xb6\x46\x5d\x0b\x6e\xd3\xd6\x68\x72\xaa\x74\x52\xed\xd9\xcc\x65\x0d\x2e\xd3\xca\xda\xcc\x4d\x11\x53\x25\x75\x0d\xa9\xe9\xae\x80\x70\x2a\xc9\x99\xb2\x89\xa7\x42\x21\xa6\x49\x23\x6d\x5e\x11\x79\xbb\x76\x2a\xed\xd9\xac\x65\x39\xca\xe6\x74\xf9\x7b\xb7\x0a\x25\x89\xe2\x75\xc0\xdb\x78\xaa\x57\xab\x5e\x11\x89\x67\xdf\xb5\x50\xca\x61\x75\x11\x3d\x25\xe5\x24\x6d\xe4\x03\x31\x91\x53\x12\x56\xb3\x6b\x76\xd3\x9d\x27\x6a\x67\xd4\x9e\x7e\xa2\x26\x5b\x4a\xca\xba\x1b\x9a\x5d\x9b\xc9\xd9\x61\xf9\x24\x26\xeb\x56\x76\x1d\x65\xa7\xf9\xe8\x5e\x9f\x79\x5b\x76\xde\xe9\xe9\xb7\xe5\xd9\xd5\x4b\xd1\x4c\x7e\xb5\xa7\x40\xf5\xbc\x54\xcd\x61\x36\x18\xb0\xc1\xf0\xe7\xaf\xd1\x31\x51\x5a\x6e\x87\x59\x9b\xf4\x76\x4a\x30\x7d\x40\xd7\x4e\xd8\x34\xcd\xdf\xf0\x98\x78\xd0\x56\x92\xe9\x03\x0e\xe3\xe9\xbc\xd6\x19\x3f\x68\x4f\x0e\xe1\x39\xb9\x37\xde\x19\x11\xd5\xc2\xcb\xcc\xd0\x65\xdd\xe4\x3d\x7b\x48\x35\xf9\x3d\x7b\x0e\x04\x2a\x8b\x3d\x14\xd7\xe2\x14\x52\x7c\xae\xce\x78\x4f\xc0\xf3\xb7\xd2\x52\x1f\xf0\x31\xbe\x81\x1f\xc2\xbb\xf3\x50\x58\x16\x74\xd3\x27\xff\x39\xf1\x95\x91\xa9\xdc\x9c\xa6\x3c\xef\xdc\xe3\xef\xf3\x6e\x74\xd0\x20\x4b\xc5\x4d\x53\x7e\xc2\xdc\xf8\xd8\x1e\xd0\xdf\x33\xd8\x64\xf4\x32\x7a\x07\x5a\x8d\xce\xbf\x5a\xe8\xa4\xb4\xc1\x5c\xee\x8c\x06\x25\xb1\x9f\xe6\xb2\x08\x57\xf8\xb7\x74\x4e\xaf\x61\x53\x63\xd5\xfe\xc4\xf7\x04\x73\xa1\x57\xb3\x74\xd6\xf2\x22\xc5\x43\xb4\xf2\x39\x1f\x50\x34\xe3\x05\x39\xe3\x0f\x70\xc0\x6e\x3c\xcd\x0e\xa1\x35\x83\x3c\xda\x2a\xbf\xf2\x01\x5f\xe3\xa3\x3b\xba\x04\x9a\xdb\x4b\x2a\xcf\xb3\xb9\x88\x66\x7e\x9e\x9d\x1b\xc5\xad\xcb\xa1\xb9\xbd\x36\x6e\xba\x53\x6e\xe3\x87\xf1\x0b\x7c\x15\xfe\x35\x9e\x76\xa5\xe9\xb7\x17\xc1\xb8\x59\x48\xca\xcf\x7b\x40\xa9\xe2\x0d\x4b\x15\x0c\x36\xe6\xb6\xc2\x21\x89\x1f\xe1\xc4\x0f\xe4\x66\x43\xe1\xe4\x22\xb5\xb8\xad\x71\x76\x3c\x52\xeb\x71\x66\xfa\x86\x60\xbe\x1a\xad\x44\xfc\xf5\xa2\xf6\xc2\x68\x1c\x0c\xe7\x6b\x8d\xfe\x8a\x08\x9c\xd0\xe6\x6b\x59\x26\xbd\x9f\x77\x33\xaf\xf7\x80\xdc\x1b\x28\x75\xef\x01\x1f\xe3\xa1\x99\x36\xf2\x7e\x45\x9e\x2f\xba\xbb\x68\x27\xef\xf7\xdf\xf9\xa2\x8c\x65\x4e\x39\x5f\x73\x26\x47\xf8\x7c\x4b\x19\xfb\x85\x76\xfe\x60\x9d\x5b\x7a\xf1\x67\xd6\xe1\x08\xaf\x5c\xb3\x07\x7c\x8d\xa7\x1e\xed\x34\xfc\x16\x3b\x7f\xe8\x90\xbb\xfc\x27\xef\x84\xf3\xe7\x83\x04\x87\x70\x65\x90\x3d\xa0\x9b\x67\x18\xb7\xa6\xd2\x6f\xaf\x93\xe3\x76\xbe\x75\x3e\xfa\x59\x6b\xfc\x70\xbb\xbb\xa5\x97\x7f\x16\xb0\x9f\x86\xad\x49\xfb\xcc\xba\xbc\xd5\xe6\x5b\x5b\xf4\xcf\xac\xfb\x89\x1c\xd2\xb4\x7e\x94\x9d\x9f\x86\xad\x6d\xa0\x5f\x5f\xe7\x87\x66\xbe\xb5\x0d\xf4\xeb\xeb\xc4\x22\x3c\xcb\xb0\x65\x7e\xee\xcf\x87\xc0\x4b\x20\x3f\x2f\x2b\x9c\xb7\xf3\xa3\xed\xa1\x9f\x4b\x27\xc1\xae\xb3\x4c\x96\x70\xe1\xa7\xd0\xc0\x37\xe1\xbb\xf1\x51\x3d\xa3\xb2\xd7\xfe\x29\xbc\x81\x2e\xa0\x25\x8f\x0b\x3b\xf1\xfc\x70\x22\x5e\x8a\x9b\x72\x0a\x11\xf9\x88\xe5\xc3\xde\xfc\xa7\x30\xf9\x5c\x8d\x0e\xd7\x1e\x62\x4a\x68\x86\xb5\x14\x8e\x6a\xe1\xce\x7f\x3e\x1f\xc2\xbb\x76\x56\x95\xa1\xda\xb5\x7c\xe0\xd8\x9f\x32\xa1\xec\x16\xa9\xa8\x28\x7c\xe0\xf5\xfd\x72\xf5\x91\xe0\x47\x1b\x67\x3b\xfa\x9f\x02\xad\xf2\x2e\xb2\xfc\x72\x4b\x00\x80\xa4\x24\xac\x6b\x29\xe4\xd5\x52\xe2\x2a\xa5\x63\x5d\xcb\x2f\xba\x78\xf7\xe7\x8b\xd5\x69\x25\x13\x3e\x0e\xde\x99\x08\x89\x07\xaa\x46\x77\x7c\xd1\x8a\xf0\xd3\x78\xe6\x95\xcb\x05\x12\x61\x51\x78\x4f\x35\xc9\x9f\xff\x8c\xa6\x33\x6c\x8d\x96\x82\x48\x9c\x02\xb4\x61\x6f\xb4\x7c\x6c\xc7\x55\x3f\x29\x07\xeb\xb2\xaf\xfe\xc2\x3b\x3f\xe5\xca\xc5\xcb\xca\x52\x55\x2b\xd3\x7b\x16\x33\x5c\xf7\x29\x34\x9c\xe0\x2e\xe1\x87\xf1\x13\xbc\xab\x5f\xc6\xef\x53\x4d\xf6\xe7\x9f\xd0\xb0\x93\x9e\x14\x57\x36\x3b\x85\xe3\xbe\x0f\x15\x2b\x9b\x9d\xc2\xf4\x3d\x5f\xee\xa3\xb9\x29\xa3\xf4\xf5\x16\x48\x7a\x2e\x0a\x31\x21\x1c\x35\xec\xc7\x7f\x0a\x34\x2a\xa6\xf4\x5b\xf4\xca\x61\xf5\xa4\xb4\xa5\x0b\x77\x7f\x0a\xfd\x54\xc3\xc9\x64\xf9\xa6\x00\x97\xfe\x94\x89\x0c\xb3\x70\xec\xa7\x10\xad\x16\xf5\x5d\xeb\xf9\x8a\x1b\x83\x7c\x79\xa4\xcb\x84\x44\x8c\xeb\xa3\x46\x75\x46\xc0\xc5\x3f\x93\x98\x66\xd9\xc5\x7f\xe1\xe2\x9f\xb2\x5e\xd9\x96\xdf\xb9\xf1\xf1\x3f\xf8\x26\xfc\x63\x7c\xb0\x01\x9e\xa7\x07\x14\xe1\xe3\x22\x21\xeb\xf9\x7b\xd9\xf6\x1d\x2f\xff\xf3\xf9\x10\xbe\x1a\xcf\x74\x73\x34\x59\xb6\x7d\x5f\x3c\x7f\x67\x42\x13\x1e\xf0\x15\x1e\x91\xaa\x5d\xdd\xd1\xb2\x8a\x37\x7e\xbe\x44\x61\x3f\x44\xe3\x8d\x9f\x72\xe3\x5a\x01\x2f\x7c\x0a\x1f\x78\xaa\xf7\x3d\x01\x8e\xf7\x07\xdf\x84\xbf\x8d\x0f\x1a\x3f\xfe\x7c\x1a\x4d\x35\x62\xa7\xdb\x32\xc2\x3b\x77\x96\x15\xd6\xba\xb5\x80\x2e\x5e\xa2\x95\x9d\xf3\x80\x7f\x78\xba\x29\xc6\xb1\x7d\x3a\xce\xed\x29\x37\xb5\xeb\xfb\x83\x85\xa9\x78\xd6\x4d\xdb\x7a\xac\x72\xc3\x66\x3c\xcb\x08\xc0\xfe\xeb\xa7\x40\xf5\x12\x59\xdf\x1b\xe0\xd7\x7e\xf0\x74\xc7\xcf\xbf\x78\xb0\x27\x65\x90\x3c\xa0\xab\x1f\x54\xdf\x84\x76\xf5\x1a\x95\x24\xff\xf1\xa8\x74\x3f\x40\x3c\xe0\x03\x6a\x52\x74\x52\x97\x2d\xd3\xf2\x49\x1d\x97\xf3\x4c\x5e\x9e\x85\xdf\x39\x85\xa8\xbe\x4b\xda\xaa\x39\x90\x90\xf2\x4a\xb3\xb8\x70\x48\xa7\x10\xb2\x8c\xf5\xce\xf2\x09\x1e\x5f\xf3\xa4\xcc\x8b\x6b\x29\x68\xdf\xc2\xeb\x3c\x5f\x52\x73\xd5\x8c\x19\xc1\x5a\xcf\xe7\x43\xf8\x61\x7c\xd4\xde\x5d\x8b\x48\xc9\x63\x74\xee\xe2\x7b\x3f\x46\x2f\x9d\xec\x71\x04\x5d\xcb\x27\xfb\x55\x59\x02\x7a\xd5\x60\xcd\xb0\x55\xb4\x61\x57\x6d\xff\xf4\xb5\x30\xf9\xce\xc4\x4a\x5a\x76\x22\x3f\x85\x60\x4c\x2d\x8f\xcd\xbd\xd7\x99\x9c\x98\xed\x07\x1c\xc6\x2f\xf0\x4d\x78\x75\xbf\xb1\x8b\x95\xa9\xd2\xb2\xcd\xf7\xc2\xb6\x5b\x99\xfc\xd6\xb2\x6d\xf7\xd2\x71\x7a\xfc\x05\x3f\xfe\xdf\xed\xb0\x56\xf3\xc2\xd7\x18\x35\x79\xf9\x16\x5e\xea\x14\x68\x86\x4d\x3d\x8e\xe7\x14\x62\x47\x33\xa4\x21\x6d\xfb\xbd\x3a\x0c\x3d\x8a\xbf\xdf\xc6\x87\x6e\xe3\x26\xd8\x3e\xe8\xa7\x40\xf5\xec\xf5\x57\x37\x9f\xf3\x30\xad\xc4\x78\xcb\xce\xe9\xa7\x40\xf5\xda\x8b\xf4\xe1\xea\x23\xc7\xa0\xee\x16\x56\xf7\x6a\xa0\xf3\x36\x39\xec\x96\x3d\xcb\x4f\x81\xea\x25\x46\xc3\xca\x24\x7c\xcc\x7d\x15\x81\xa3\x39\x05\x88\xc3\x2e\x7a\xf9\x59\x7a\x0d\x0d\x96\xfb\x95\xe5\x83\x38\xce\xe5\x49\x69\xdc\x0e\xe8\xea\x83\x25\x92\x54\x9e\x0f\xdc\x38\x9d\xfb\xea\xc2\x4e\xe7\x0b\x37\xf3\x54\x2e\x09\xe9\xf0\xa0\x88\x9a\x27\x7f\x3b\x7b\x9d\x9f\x42\xe1\x73\x75\xde\x7c\xce\x1b\xb9\x12\xc5\x2d\xfc\xca\x29\x50\xbd\x18\xc8\x07\x71\x7c\xca\x33\x41\x83\x0e\x54\x8c\x8e\xbe\x8b\x0f\x6c\x6f\xbe\x22\xd2\xe4\xa9\x45\xb5\x2f\xd7\x1e\x6b\x99\x6c\x69\xec\x62\xbe\x70\x31\x4f\xc5\xab\xfc\x34\x3b\x61\x86\xae\x84\x71\x0b\xdf\x72\x0a\x0b\x7c\x17\x7e\x1b\x1f\xd5\x4b\x63\x4c\x13\x3e\xcc\xcd\x73\x12\xf3\xd9\xdc\x7c\x61\x56\xae\x74\x70\x6b\xd9\xac\x7c\xcd\xd0\x9a\xba\xd4\x59\xd3\x5a\x73\x8a\x62\x62\xbe\x69\xed\x38\xd5\x79\xde\x6e\x96\xcf\xdb\x78\x9c\xa7\x72\x69\x05\x5d\xd6\x5f\x64\xa9\x4d\xe2\xed\xe5\xde\xf0\x8c\xaf\x3c\x62\x07\x7c\x8c\xaf\xe0\x9b\xf0\xcd\xf8\x1e\xd5\x14\xa1\x87\xd1\xb4\x2a\x91\x5a\x3a\xf6\xae\x85\xf3\x9f\x99\x78\xe9\xba\x6e\xad\x08\xcc\x48\x82\xaa\x03\x55\xa3\x17\x9f\x77\xe1\xa5\x77\x38\xcd\x17\x73\xa5\x9f\xf5\xf1\x30\x4f\xc5\x34\xde\x5e\xe0\xc2\xba\x3a\x27\xed\x8c\xb6\x17\x38\x0e\xf3\xc5\x44\xd8\x26\x3d\x29\xfb\x93\x04\x73\x7b\x5b\xb7\x91\x63\xed\xee\xb7\x77\xb0\x5b\x9d\x11\xde\x87\x6d\xdc\xc6\x73\xd2\xa6\xff\x75\x1f\xed\x44\x2e\x79\xf5\x2b\x3d\x5e\xe4\xa9\x24\xc9\xab\x5f\xe9\xf1\x17\x4f\x4a\xd7\xb4\xd6\xeb\x09\x7c\x99\x40\x1d\x06\x5e\x4f\x60\xbc\xd6\xa7\xa2\x2b\xac\xe5\x57\x7a\x9c\xbd\x93\xf2\x33\xad\xe5\xc3\xf3\xc2\x00\x59\xd9\x87\x0e\xa8\xee\xfc\x90\x40\xdd\xdf\xac\x9f\x55\xf8\x4f\xf5\xe8\xa8\xe4\x57\x5e\xd2\x11\xa6\x22\x97\xbb\x65\x13\xe1\xf5\x21\x24\xf2\xad\x5b\x9f\x85\xe4\x43\x48\xaa\x3f\xff\x19\xfd\xf1\x39\xd4\xf1\x21\x55\x4e\xd4\x4a\xcb\xb2\xec\x44\xbd\xe4\x44\x5d\x74\xaf\x63\x27\xea\x53\xc0\x17\x5b\x4b\xc0\x67\x45\x84\xf1\xae\xf2\xa9\x6c\xbb\x33\xef\x1e\xe1\xd2\x92\x32\x82\x1c\xf0\x35\xfe\xc3\xe9\x1a\x7c\xf2\xf7\x3c\x5a\x2a\xbd\xc2\xee\x32\x8b\x3d\x85\x86\xd7\xb5\xbe\x47\x20\x4e\x21\xea\xbf\xc9\x92\xdc\x15\x1c\xed\x14\xa8\x9f\x94\x92\x5d\xaf\x96\xa7\x40\x3d\x24\x06\xed\x89\xbb\xbc\x53\x08\xd6\xec\xaa\x86\x05\x77\xcb\xf5\xb7\xe0\x7c\xb5\x1d\xe4\xf3\x14\xc0\x93\x6b\xb3\xe7\x61\x3c\xcc\x43\xbe\x50\xbb\xf8\x6e\x62\x82\xa6\xf2\x90\x2c\xb8\x2b\x5c\xd9\x96\xeb\x6f\x79\x2e\x55\xef\x51\x71\xd0\x29\x44\x79\xdf\x5d\x07\x9d\x4d\x38\xd1\x8c\x45\xde\x81\xaa\xd1\x41\x04\x82\x48\x6d\xf2\x22\x52\x08\x5e\x20\x49\x73\x57\x68\xb2\xdd\xe3\x04\x93\x09\x5f\x7c\xa0\x64\x74\xe8\x10\xdc\x3b\xb6\x7d\x7f\x37\xde\xbe\x19\x39\xd9\xb8\xfc\x52\xa0\xd1\x6c\xbc\x1b\x65\x11\x20\x7f\xa9\x5d\x7c\x4f\x21\xc2\xbe\x8a\x02\x8a\x59\xb6\x71\xf5\x4d\x05\x6f\x90\x03\x56\xe3\xa1\x0c\x69\x3f\x7b\xe9\xdd\xf8\x11\xd5\xdc\x42\x4f\xa3\xe9\x0c\x99\x40\xbb\x9e\x55\xb7\x5c\x82\x0b\x97\x21\xbb\xeb\x59\x75\xcb\xc7\xb7\xe0\xf6\x71\x40\x57\x3f\xa8\x5e\x9d\x47\x43\x9d\xc2\x19\x53\x4e\xd7\x3f\x6f\xaf\xce\xc7\x3f\xfd\x17\x8b\xf3\x73\xab\x36\x6e\x39\x4e\xe1\x89\xda\x34\x34\xcf\x22\x4f\xb7\x05\xff\x8c\x03\x0e\xe3\x19\x9b\x58\x56\x6f\xb4\xbb\x73\xf6\x2a\x04\x1a\x3e\xa0\xab\x5f\x54\xaf\x21\x2f\x93\x08\x56\x7e\x48\x9f\xdb\x15\xdc\xec\x14\xa8\x86\x44\xa5\x5d\x6f\xb1\x5b\x6e\xca\x85\x08\xc0\x1b\xef\x64\x0a\xd4\x23\x51\xb9\x4d\xd2\x1b\x05\x49\xb8\xd6\x03\x56\xe3\xe9\x3e\x59\xec\xfb\x3d\xc4\x27\x77\x64\x73\x26\xcd\xde\x81\x5c\x0d\x2b\x19\x66\xf7\xdb\x2e\xc6\xa7\x70\x9f\xcf\x8b\x6a\x31\xd1\xc2\x4c\x38\x67\xb1\xc9\x6d\x71\xe6\x04\x57\x70\x4d\x3b\xe0\x5f\xa3\x31\x91\x62\x93\xdb\x12\x11\x46\xc3\x39\x8b\x4b\x64\x34\xbc\xe5\x77\x5c\x30\xa2\xdf\x64\xed\xa4\x10\x5c\x72\xab\x2f\xa6\x30\xaf\xd1\xa5\x26\x35\x6a\x5d\xc7\xb1\xb1\x60\x80\xb5\xfb\x63\xca\x73\x6c\x2c\x55\x62\xfb\x98\xc7\x39\x36\x12\x75\xe9\x40\xcb\xe8\xe8\x3b\x09\x9f\xbb\x8c\x86\xb7\x1c\x8c\x4b\x25\x81\xb6\x1d\x8c\x37\x0e\xc6\x39\x4b\x31\x3e\x9e\x0e\x0e\x93\x05\xbb\xac\x6d\x07\xe3\x2d\x07\xe3\x52\x45\xe0\xc7\x8a\x94\xd3\x64\xa9\x52\xec\x8f\x99\xf8\x81\x89\x1f\xa3\x9b\xd1\xd1\x77\xf1\xea\x63\x3d\xfa\xb0\xea\x71\x73\xb3\xfb\x63\x9d\xc3\x23\x74\xa9\x12\x91\x67\x3d\xc6\xd3\xcb\x47\xbd\x59\xee\xa5\x48\xa9\x66\xab\xb5\x4b\x45\x8d\x54\x72\x4c\xf7\x6a\x35\x52\xd1\x0b\x78\xb2\x1d\x70\x1b\xff\x3b\xdd\x94\x5a\xaf\xe6\xe1\x2a\x5a\x36\xe3\x9b\xf1\x54\x23\x59\xa8\xe6\xe1\x8a\x5e\xa8\xd0\x52\xa6\xd0\x9b\x44\xa8\xa9\x70\x5b\x72\x40\xf7\x06\x09\xaf\x12\x91\x6a\x6e\x25\x3d\x78\x6e\xfe\x7c\x1a\x4d\xab\xdd\xd5\xbf\xc6\x43\x04\x49\x54\x35\x31\xe3\xdd\xf9\xe0\x55\xcf\xfa\x19\x1f\xdf\x37\xad\x26\xcd\x44\xc3\xba\x59\x89\x7e\x76\x6f\x96\x7c\xde\xa7\x4b\x13\xbf\x36\x4b\x3e\x0f\xd1\xa5\x89\x5f\x9b\x95\x2c\x87\xe1\x82\x45\xd8\xb6\xff\xf3\x29\xc4\xde\xb6\x65\x7d\x6f\x6a\xc6\x93\x74\xce\xe4\xcd\xee\xcd\x1c\xd8\x58\xf4\x9a\x96\xfe\x66\x8d\xd0\xe0\xc0\x26\x0e\x54\xac\xb5\x2d\x7f\xe9\xd2\x8a\xbf\x77\x3d\x90\xa7\x49\xb7\xb7\xe5\xe1\x22\xe4\x5d\xbd\xb4\xba\x6c\x48\x6d\xbb\x8d\xdf\xc6\xc7\xdc\x8a\xc8\xcd\xc4\x6c\x22\xa6\x38\xbc\x5b\x98\xbb\x88\xf9\x74\xe1\x1f\xe3\xa9\x5e\x9c\xd9\xcd\x81\x9c\x8d\x95\x11\xbc\x77\xef\x14\x30\xc2\x2e\x18\x73\x1d\xb0\x1b\x1f\x2c\x32\x86\xd0\xd3\x68\x6a\x6f\xea\x8d\xa5\xb6\xb3\x4d\x6b\x4d\xbd\x19\x52\x74\x71\x48\xce\x64\x08\xdc\x76\x97\xde\x24\x36\x48\xa5\x49\xa7\x77\x33\x66\x0f\xc6\x2c\x5a\x6d\xbb\x19\x2d\x02\xc1\x65\x0c\xc5\xb7\x9d\xab\xb7\x9c\xa8\x4b\xd3\xc6\x62\x98\xcf\x38\x49\x97\xae\x5d\xce\x30\x3f\x0d\x56\x92\x9e\x20\xcd\xf0\x26\x6a\x10\x37\x5e\xeb\xe3\x30\x69\x38\x60\x97\x2e\x36\x1b\x66\x33\x9e\xb4\x0b\x96\x5f\xdb\x3e\xda\x5b\xbe\xd8\xa5\x4b\x31\x0e\x0f\x76\x20\x9d\x5d\x5b\x8e\x61\xe9\x1c\x88\x5b\x17\x9f\x0d\xaf\x19\x24\x8f\x67\xe7\xbc\x9d\xaa\x61\x77\x1d\xa5\xbb\xd8\x6c\x98\x38\x3c\x5e\x97\x2e\x55\x37\x4c\x1d\x9c\xb4\x4b\x97\x5a\x1f\xe6\x33\x0e\xcd\x45\xbd\x9c\xde\x18\x4d\x11\x4d\x9a\x6e\x7a\x71\x20\xe9\x7c\x91\x90\x4c\x6f\x80\xa6\x68\x49\xca\x7d\x5c\xb0\x29\x50\x8d\x14\xe0\x34\x71\x70\xae\x2e\x5d\x9a\x6e\x7a\xcf\x82\x95\x7b\xe9\x62\xa8\x69\x75\x3f\x15\xe1\x5f\x9f\x9b\x66\x3a\x35\x77\x6d\x78\xa7\x65\x70\x8a\x96\xd2\x80\xd3\xb4\x9c\xd0\xb2\xb8\x76\xb7\x2a\x9a\xf5\xf6\x9f\x6c\xb0\xa6\x45\x37\xbc\xb0\x33\x81\xa1\x0e\x64\x5a\xc0\x87\x5d\xb2\xb5\xcc\x87\x0b\x61\x19\xda\x83\x2e\x6b\xf1\x08\xf0\x96\x8b\x26\x6c\x99\x14\x3a\x6b\x0f\xad\x94\xcb\xfc\xa3\xb3\xf6\xd0\x4a\xb9\xbc\x43\x09\xaf\xea\x5c\x34\xbf\xcb\x6a\x0a\x67\xea\x32\x44\x3a\x39\x53\x9f\x02\xad\x32\x91\xcb\x7b\x8e\xa5\x48\x3b\xda\x5c\x2c\xef\x39\xc2\x22\x3f\x17\x9d\x67\xd6\x72\x2d\x87\x8d\x72\x79\xd4\xa8\xb7\x1c\x3a\xc8\x0f\xd5\xbe\xad\xa5\x74\x90\x1f\xda\x15\x6c\x73\x15\x07\xf9\x22\xe5\xb5\xcd\x55\x1b\xe5\x35\x1e\x57\xb3\x8d\x8f\xbe\x57\xd7\x22\x8a\xc5\x6b\xfe\xf9\x1c\x8a\xc9\x99\x7a\xe3\x4c\x9d\x89\x99\xbd\xed\x4c\x7d\x0a\x74\x46\x67\xc3\x6d\xde\xdc\x9a\x27\xf1\xec\xb6\x52\xdb\xf0\xe6\xd0\x72\xbb\xcd\x9b\x1b\xde\xac\xea\xa4\x79\x13\x9f\x83\x32\xc4\xca\xdb\x4a\x6d\xa3\xd4\xfe\x6a\xf1\x58\x45\x32\xa9\xcc\xd7\x5c\x13\x8f\xf9\xe9\xbe\xb4\x95\x7c\xbd\xb5\xc0\xdc\xfe\xbe\xb4\x39\x7c\x5d\xfd\x4b\xf5\x2d\x0b\x3d\x8d\x5e\x04\x21\x1a\xc2\xbf\xc6\x7f\x81\xd7\x7c\xbf\x3e\x75\xe1\x4e\x7d\x5f\x62\xa7\xd7\x7c\xf0\xc2\x07\xda\x89\xbc\xe6\x79\xac\xf6\xef\x4b\x13\xfb\x5a\xbb\xbc\x68\x97\xa6\x56\xbd\x8a\x71\x6b\x71\x5f\x0f\xbd\xfc\x79\xb0\x58\xed\xdf\x97\xb4\xce\xcf\xab\x18\xa6\x00\xf7\x25\x06\xf9\x59\x85\x63\x0a\x70\x5f\x5a\xdd\x7e\xde\x12\xfc\x54\xbf\xa6\xf6\x33\xff\x7d\x31\xe5\x77\xd2\x16\xe2\xf3\xf2\x16\x69\x0d\x72\xe9\x46\x4f\xa3\xa3\xfa\x24\x09\xff\xcc\x09\xdc\x42\xdc\x49\xba\xf7\xf3\xf2\xf6\xb1\xbc\x69\x89\xff\x2c\x99\x38\x2a\xdf\xdc\xa6\x1d\xd0\xad\x32\x55\x5a\xe2\x3f\x4f\x55\x58\xcc\x9f\xcf\x5d\x8d\x88\x86\x45\xfc\x9d\xb4\x29\xfd\xac\x86\x3e\xd4\x90\xb6\x5d\xdf\xaa\x46\xd3\xaa\x84\xe7\xf3\x1e\x96\xab\x12\x25\xba\xdb\xf6\x73\x3e\x05\xbe\x87\xed\xc7\x25\x1a\xcb\xff\xf9\x26\x5b\xfa\xb6\xff\xf3\x1e\x3c\xa2\xdf\x29\x5e\xf4\x0f\xf8\x18\x1f\x44\x23\x2c\xd9\x01\x5f\xe3\x3f\xf0\x0d\xfc\x72\x3d\x0c\x8b\x48\xc3\xdb\x0e\xcd\xa7\x40\x3d\xac\xc3\xe3\x12\x4b\x8d\xb8\xc3\xc9\x84\xd3\x3a\xd0\xcf\x68\xaa\x67\x19\xb6\xff\xf3\x29\x34\xf0\x59\x78\x0d\x0b\xfb\xf1\x9b\xfc\x30\x9b\x6c\xd9\x14\x9e\xa8\xbe\x0a\x5d\x8d\xa6\x1a\xa8\x39\xd2\xfc\xab\x86\x5e\x8a\x9a\xc9\xa3\x4d\x1a\x55\x55\xb3\xcb\xd5\xc7\x64\xdd\x1a\x6c\x5a\xae\x3e\xa2\xe3\xdc\xda\xca\x0f\xe5\xb7\xda\xf2\x8b\xbe\x31\x9f\xda\xf6\x8b\xde\x83\x1b\x9d\x9b\x48\xa8\x07\x7c\x8c\xa7\x3b\x1c\x5f\x87\xa2\xb6\xed\x81\xf9\xf8\xad\xad\xd4\x90\xf9\xf8\x29\xc4\xf7\xdc\xa7\x1d\xf0\xef\xfb\x0f\x3c\xdf\xfb\x1a\x85\xc4\xd9\x07\x4f\xfd\x32\xe4\x3e\x05\xbe\x57\x7f\xca\xf2\xf7\xb1\xe9\x25\x55\xdb\xb6\xa7\xf0\x29\x44\xf7\x49\x35\x70\xc0\xc7\x78\xba\xc9\x0d\x13\xe9\xb6\x29\x84\xc0\x11\xc0\x69\xdb\x83\xf8\x14\xa2\x7a\x76\xf8\xe3\xd6\xe6\x65\xdc\xa8\x05\x89\xc4\x50\xd0\xb2\x53\x88\x5e\xde\xa2\x82\xef\x0e\xe4\x88\x7c\xdf\x62\xcd\xdb\xd4\xe4\xee\xe0\xf6\x6c\xdd\xa6\x26\x81\xc5\xee\x3b\xe9\x7b\x09\x34\x09\x94\xf2\x2d\x62\xde\x26\x0e\xb7\x01\x37\x91\xc2\xb6\x13\x2a\x6d\xf9\x10\xdf\xb7\x58\xf0\xb6\x44\xe0\x14\x7c\x63\xe0\x74\x40\x57\xbf\xa8\x5e\xa3\x35\xe7\x73\xbe\x57\x56\xcb\x6d\x5f\xe1\x8d\x77\x70\x52\x0e\xcb\x3d\x14\xd6\x7c\xe3\x2c\x9c\x71\x24\xdc\x76\x16\x3e\x05\x5a\x45\xed\x0c\x5f\x07\xe0\x44\x9c\x6f\x16\x88\xf1\x68\x0d\xc6\x6b\x38\xff\x4f\xe5\x9f\xd0\xb1\x06\xdf\xc4\xd4\xda\x43\x49\xd6\x36\x4e\xc3\xf9\xbe\xff\x93\x1d\xd6\x78\x74\x54\x1b\x3c\x31\xeb\x76\x75\xe8\x89\x79\xe3\x69\x7c\x1a\xa9\xc2\xbf\xc6\x47\x9f\xd8\xa4\x0c\x25\x6d\xdb\x38\x1e\xe7\x9b\x4d\x8a\x1d\x8f\x4f\x01\xfa\x54\xd5\x6e\x05\xf6\x68\x76\x25\xba\x8f\x45\xfd\xd1\x74\x55\xd5\x63\x1e\x7f\xe0\x71\x69\x00\x85\x5b\x3f\x85\x18\x71\x15\x21\x2c\xe9\x18\xac\x2b\xd3\xe7\x26\x2f\x3a\x85\x50\x6b\x55\xf4\xf4\xe4\x3e\x9a\x5c\x56\xd0\x51\xad\x00\xaa\x26\x57\xda\x57\xcf\xe0\x5b\x99\xd5\xef\x5b\x92\x55\x3d\x8b\xdc\x44\xdc\xb7\x24\xcb\x37\x11\x23\x4c\xd7\xf3\x2d\xbd\xa3\xc8\x68\xa7\x10\xbb\x0e\xb2\xa4\x1d\xb0\x19\x7f\xce\xce\xb7\xd6\x02\x3d\x83\x9f\x02\xb5\x0f\xd5\xee\x09\xc1\x87\x5b\xc9\x43\x37\xae\xdb\x14\x42\x8d\x10\x16\x69\xdb\x29\x7b\xe3\x57\x9d\x94\xcc\xf1\x80\xb7\xf1\x41\x4b\x13\xc1\xb4\xe4\xd9\xfc\x7e\xb2\x3f\xf7\x60\x11\x14\xd3\xc6\x5a\x24\x6e\x24\x32\x91\xc6\xf6\xf0\x3d\x84\xbc\xac\x6f\xdd\x24\x8f\x66\x39\x69\x30\x3e\xb7\x25\x4e\x2b\xb6\x95\x56\xcc\x43\x6d\xa6\x18\xb7\x10\xf7\x23\xe1\xf7\x2d\x84\xbc\xac\x95\x50\x78\xdb\xcb\xfa\x14\x3e\xf0\xaa\xc7\xcc\x1a\xf7\x0e\xf9\xd1\xea\xd9\xbc\xfe\x60\xc9\x7e\x63\x10\xb7\x49\x4a\x4f\xe1\x17\x9f\xab\xef\x56\x21\x4d\x84\x64\x83\x45\xd6\x7a\x0a\x2d\x3e\x1f\x42\x77\xa3\xa9\x5d\x02\xe5\x4b\x08\x5c\xbe\x33\xa9\x91\xb7\x3d\xbe\x4f\x21\xfa\xc8\x2e\x6a\x74\xab\xdd\xce\x56\xf5\x91\x40\xf9\x0e\x82\x5c\xf7\xf9\x91\xb6\xec\x5e\x81\xb9\x9a\x50\x16\xd8\x03\xbe\xc6\x43\x19\x6d\x44\xba\xb5\x74\x17\x25\xc5\xab\xbe\x9b\xc0\x53\x3c\x3f\x59\xd5\xe8\xd2\x9c\x24\xfa\xf9\xd1\xda\xe0\xab\x89\xd1\x91\x7a\xdd\x2b\xe3\x5d\x4e\xe1\x89\xcf\x8d\xae\x46\xd3\xa8\xe4\xa9\x5b\x19\x74\xcd\x87\xe4\xa9\x7b\x3e\x3a\xf3\x21\x95\xee\x2b\x8b\x11\x57\x16\xe9\x7e\x86\xf1\xc5\xf8\x68\x55\xcb\x6c\x37\xdd\xb9\xca\xb8\xc9\x90\xb0\xed\xab\x7e\x0a\x41\x78\xf6\x9d\x63\x98\xf0\x43\x1c\x2c\x31\x1b\x26\x3c\x37\x1f\x37\x41\x5e\xb6\x5d\xdb\x4f\xe1\x03\x4f\xb3\xbe\xf9\x20\x7d\x7f\x7e\x6e\xa3\x8b\xd1\xd1\xc9\xbb\x0a\x5d\x8d\x0e\x12\xe8\x5e\x79\xc8\x86\xe0\x14\xde\xf8\x5c\x9d\xd1\x79\x76\x70\x1f\xa2\x84\xb9\x7b\xf8\x3e\x64\x70\xef\x71\x57\x09\xf1\xf0\xea\x18\x37\x1d\xe9\xd6\x8d\xf0\x18\xde\x3b\x60\x85\x7f\xeb\x46\x78\x0c\xf3\x70\x98\xe3\xcb\x48\xf3\x40\xd3\x68\xaa\x37\xcd\xbc\xc3\xc1\x2a\xe0\xd6\x95\xf0\x98\x56\xac\x53\x34\x93\xa0\xf9\xe2\x63\x70\xf1\xa1\xd7\x8e\x31\x75\xe6\x1c\x44\x95\xbb\x75\x23\x3c\xa6\xae\xbf\xc7\x84\x66\xe2\xed\x69\x9a\x71\x1f\x72\x57\x89\x88\xef\x43\x14\x24\xe0\xae\x5a\x73\xa6\xb9\x95\xfb\x90\xbb\x6a\xcd\xf1\x7d\x08\xee\xff\x19\xcf\xf2\x4d\x0c\x00\x0a\x0c\x4a\xfa\x79\x7a\x89\x8a\x38\x72\x99\x7c\x8c\xdb\x4e\xff\xa7\x40\xed\x5d\xbd\xf1\x36\x6c\x8a\xc4\x5d\xbd\x31\x89\xe3\x8a\x23\x3f\x7f\xb5\x2f\xa3\x69\x95\xe3\x93\x63\x07\x9c\x02\xad\x36\xa1\xab\xd1\x8c\x55\x6b\xcb\xf2\x52\x14\x51\xe7\xf2\x23\xad\xbd\x4c\xe1\x25\x66\xe5\x45\x6f\x2c\xab\x03\x4c\x1a\xee\x26\x4d\xb9\xac\x70\xb9\x66\xb9\x9b\x0e\x08\xbe\x66\x19\x5c\xb3\x3c\xee\xa4\xd9\x92\x6b\x96\xbb\x69\xc9\x59\xd6\xc3\x0b\x3d\x2c\xed\xbf\xbc\x69\x58\xe8\x03\x5d\x4e\x3b\x0f\xda\x26\x0f\x5a\xc6\xb7\xfe\x40\xd3\x68\x3a\x23\xa6\x5f\x66\x6e\xe2\x23\xdc\x4d\x4c\xbf\xac\x27\x88\x83\x70\x37\x29\x33\x5f\xbf\x10\x10\x21\x13\x31\xf1\x40\xae\x7e\x29\x8a\xe5\x7f\xf2\x32\x38\x96\x37\x15\x5c\xcf\xdc\x4d\x6b\xd2\xf6\x84\xe1\x35\x71\x37\xed\x30\xb7\x57\xc2\x70\x9f\xc8\x8f\x96\xbc\xed\x89\xe4\x36\xe7\x6e\xda\x49\x6e\xab\x17\xae\x6d\xee\xa6\x2d\xe3\xb6\x62\xdf\x9a\x31\xe9\x97\x6d\x59\xe1\x7e\x46\x8f\x65\x63\x7b\x97\xb7\x35\x33\xda\xce\x6d\xcf\x4c\x38\x5b\x64\x2b\xaf\xed\x99\xe1\x7a\xe6\x6e\x92\xd0\xed\xed\xdc\xd6\x8c\x69\x23\xb6\xad\xc1\xb7\xa6\x40\x3b\xae\x6d\x59\x89\xf0\x0d\x99\x70\x90\xdb\x41\x1b\x4e\x81\x41\x35\x7f\xbe\x8d\x3f\x6c\x55\x75\x4a\xdd\x26\xf1\x16\x89\x75\x20\x7a\xad\x5e\x5e\x91\x58\x22\xf7\x5a\x55\x93\x55\xe0\x6e\xda\x9c\xbc\x16\x8a\x88\xde\x90\xad\x34\x5f\x33\xff\x1b\xfb\x30\x82\x24\x1c\x68\x18\x4d\x27\x87\xf1\xaf\xf1\xf4\x46\x07\xa2\xd7\xba\x57\x97\x48\x4d\xc7\xc5\xd7\xb4\x89\x6b\xa3\x74\xf7\xcb\xdf\xbb\x37\x28\x8c\xae\xd3\xf1\xeb\xfd\x59\x44\xe1\xcb\x55\xfc\xf4\x7a\xb7\xa1\x4b\x24\xdc\x7e\x0f\xe8\xea\xa1\x65\x4f\xae\xe6\xaf\xfa\x5f\x54\x03\xda\xb7\x42\xe3\x17\x76\x7f\xb7\x6e\xd8\x87\x62\xf5\x6d\x82\x3a\xe4\x2a\xf6\xfb\xf5\x66\xf4\xd1\x52\x56\xec\x3f\xbd\x5f\x2a\xc2\xc3\xdd\xb5\xcd\xfb\x79\xd1\x0b\x3f\x11\x59\x69\xef\xf1\xf3\x7e\x0e\x03\x9a\xbb\xeb\xd0\xf6\xb3\x06\xff\x41\x79\x1d\x49\x7e\xde\x6d\x10\xca\xe1\xc6\x9e\x74\x8f\x9f\x99\xf5\x07\xb3\x6a\x79\x50\xba\xd0\x53\xa8\x81\xd6\x48\xa7\xbb\x8e\xba\xe8\x45\x8d\x9a\xee\xe1\x64\x92\xbd\x6a\x28\xc2\xc3\x29\xd0\x28\x17\x4b\xe3\x67\x2d\xf2\xd3\x34\x69\x0d\xfb\x59\xaf\xff\x44\x77\x1d\xf1\x7e\xa6\xfb\x0f\x1e\x96\x24\x7c\xa6\x7b\x5c\x9b\xc9\xd6\xfb\x40\xd9\x68\x66\x55\x9d\xff\xbc\x42\x86\x47\x4a\xae\xda\x9e\x29\x1e\xc4\x29\xd0\xa8\x96\xb6\xcf\x2c\xac\xbb\x38\x3d\x0d\x8c\xcf\x3c\xfc\x71\xb8\xd3\xd3\xc0\xf8\xac\xa8\x09\x03\x78\x77\x2d\x27\x9f\xe5\x5b\xb7\x6b\x5d\x92\xf3\x99\x87\x3f\xd1\x52\x3b\xb4\xcf\xaa\x57\xf7\x5f\x1d\x55\xed\x48\x11\x9b\x48\x11\x32\x49\xdf\x8e\x14\x71\x0a\xd1\x2c\x4e\x82\x07\x7c\x8c\x8f\x66\x07\xeb\xc6\x94\x43\xcb\x56\x48\x88\x1b\x17\xf5\x3d\x95\x87\x72\x13\x1b\x42\x16\xec\x07\x72\x35\x23\x18\x81\x65\x86\xb8\x11\x14\xa2\xf3\x98\xc6\x1e\x70\x1b\x1f\x33\xe5\xbe\x8b\x36\x13\x3f\x97\x7b\x60\xcd\x30\x15\x5b\x70\x2b\xb0\xc4\x3d\xb2\x3a\x3f\xdd\x2a\xb4\xd1\x1b\xc2\x54\x70\xc1\x4d\xc8\x88\x4c\x32\xa7\x3d\xe5\xb9\xb2\x09\x0d\x91\x6e\x2c\x66\xf7\x94\x87\xca\x29\x50\xcd\xad\x66\xb5\xb7\x52\xa8\x88\x7b\xb0\x05\x74\xa8\x88\x53\xa0\x1e\x4e\x25\x33\x89\x73\x66\x5c\xca\x65\xad\xe4\x53\x2e\x2a\xa7\x40\xf5\x8f\xab\xd9\xc6\xbf\xf1\xb9\x6b\x11\x11\x08\x5d\x78\x93\x3d\xe5\x80\x1a\x6c\x42\x4a\xc8\x93\xb2\xa7\x32\x55\x9e\x42\x8a\x6a\x1e\xa1\xb3\xd1\x54\x83\xae\x9c\x4a\x55\xb9\x15\x29\xe2\x1e\xac\x82\x53\x49\x29\xb7\x22\x42\x3c\xba\xa0\x77\x44\x88\x53\x88\xea\x93\xd1\x8f\xd1\x2d\xd0\x45\xe8\x6e\xf4\xa4\x96\x26\xfc\x32\x3e\xc6\x8a\xa6\x74\x58\x89\x3d\xb9\xff\x7b\x2e\xd7\xee\xb1\x12\x17\xf1\xb9\xfc\xbd\x16\x47\x85\xa1\x78\xae\x6c\xbc\x66\x90\xfb\xbf\xe7\x42\x6d\x4d\x5b\x51\x4d\xac\xa8\xc8\x0f\x7f\x20\x37\xab\xb1\x72\xbb\xe3\x68\x13\xa7\x40\x77\x58\xaa\x67\xf1\x60\x31\xa3\x7a\x08\x5b\x78\xc0\x61\x3c\xcd\xa2\xd0\x1c\x86\x62\x2b\xdc\xc4\x83\xcb\xc2\x01\x6f\xe3\x9f\xe8\xce\x10\x7a\x1a\x4d\x77\xb8\x1d\x9d\x4a\x0b\x79\x0a\x41\xfa\xa2\x5a\x4c\x04\x0c\xa2\x1e\x8c\xfb\x0f\xe8\x5e\x46\xb0\xc7\xe7\xea\xea\x8d\x96\xaf\x59\x44\x9c\xf1\x1f\xc4\xbe\x3a\x5f\x6f\xff\x5b\xd0\xae\x68\xcc\xa6\x1d\x06\x50\x4f\x12\xdb\xda\x00\x4a\xc1\x28\x1e\x52\xa5\x1c\xf0\x36\xfe\x68\x06\x99\x11\x4c\x65\x7d\x3c\x85\xc5\xe7\x4d\xf8\x6d\x7c\xb4\xca\x52\x30\x95\x8f\x61\x2b\xa4\xc5\x93\xa4\x8e\x14\xd2\x62\x4f\xee\x24\x1f\xe2\x17\x1e\x50\x33\x40\xa0\xc2\x27\xb1\xa8\xce\xdb\xdc\x7f\xab\xf7\x12\x75\x5f\x32\x4e\x9c\x46\x1e\xbd\x32\xcc\xc7\xea\x2e\xbc\x47\x32\x31\x89\xb6\x63\x50\x9c\x02\xd5\xa3\xdc\xe7\x63\xbe\x7d\xd4\xcd\xf6\x08\x3f\x8c\xa7\x7a\x4d\x99\xaf\xf4\x88\x3a\x21\x4f\x98\x03\xdd\x46\x33\xaa\xae\x5e\x7a\x54\x5c\xdd\x3d\x32\x22\x9c\xb6\xff\x51\x10\x0a\x25\x80\xde\xd3\xf6\x3f\x8a\x2a\xf1\xe8\x0d\xc3\x51\x25\xb6\xa2\x4a\x3c\x7a\xc3\x70\x54\x89\x53\x88\xee\xeb\x0d\x63\xfa\xd6\x8d\x38\x12\x59\x5b\xcf\x59\xad\xd8\xb8\x8c\x7b\x88\x55\xb8\x1d\x3e\x62\x13\x30\x22\x3d\x7a\xc3\x98\xb6\x0b\x9a\x24\x24\x78\xf0\x0c\x3f\xa0\xab\x1f\x54\xff\x08\x2d\x4e\xab\xea\xa5\x84\xda\x17\x5d\xb3\xa1\x91\x58\xa0\x1d\x0f\xe2\x14\x82\x08\x98\x04\x1f\xf0\x31\xbe\x82\xef\xc2\x37\xe3\xcf\x0e\xa8\x35\xd7\xbe\x8c\xa6\x55\x0e\x99\xd3\xf7\x65\x93\xfb\xb2\xa6\x99\xf5\xbd\xd8\x0c\xeb\x9c\xac\xfd\xf1\xb4\x71\x0e\xf1\x22\x4e\x2d\xc6\x0f\xe3\xcf\xa6\x4e\xdb\xe6\xd9\xbc\x1e\x86\xcb\x8a\x5c\x96\x36\xc1\x24\x28\xd0\x97\xae\xbe\x58\xd2\x1b\x01\xc7\x73\x57\x67\x74\x7a\x53\x9c\x88\x27\x6b\x19\xf6\xed\x1a\x01\x23\x32\xd1\x9a\x0f\xf4\x09\xcd\xca\x31\xd4\x19\xaf\x1c\xf8\xb3\x3c\x79\xa8\x37\xcb\xb5\xc7\xe1\xad\x69\x55\x55\xfa\xc5\x4d\x1c\x89\xf3\xb9\x6a\x37\x93\x61\xe2\xf3\x14\x31\x9f\x4d\x7c\x14\x3f\xe2\x21\x87\xca\x01\xbb\xf1\x54\xdf\x84\x5e\x46\x47\xdf\xb9\x13\x72\x66\xee\x3d\xf1\x72\x79\x0a\x77\x7a\xb3\x7b\x3e\xb8\x5d\x7b\xc8\xf8\x7e\x40\x11\x3e\x8c\x71\xd2\x53\xc4\x93\x5d\x27\x5b\x85\x95\x78\x64\x4b\x31\x7d\x45\x35\xf1\x4f\x79\xf4\x96\x3f\x87\xf5\x53\x04\x92\x90\x97\xd7\x26\x9a\x04\x05\xaa\xc1\xe0\x68\x0e\xb3\xfc\x50\x37\xc5\x65\xb6\xb6\x51\xa0\x88\xa7\x88\x9d\x7c\xe9\x44\xc4\x88\xdc\xb9\xd8\x9c\xca\x96\xb8\x27\x7e\x2b\x32\xf1\x99\xc3\x2b\x01\xfe\x29\x0f\x2e\xed\x7b\x0e\x2f\x87\x61\x15\x73\xf0\xaa\xc6\xba\x9b\xcb\xa2\xe7\x56\xf5\xd3\x83\xc5\x85\xe4\xb9\x55\xff\xb4\xe8\x70\xcd\xf3\xdc\xdc\x90\x4e\x5f\xf3\xcc\xc9\x94\x93\xda\xe3\x80\xdb\xf8\xe8\xbd\xf4\xc1\x74\xb3\x53\xcd\x4a\x62\x97\x39\x61\xa9\x59\x89\xda\x72\xb3\xdc\xac\x3c\xba\x9e\x9f\xbe\x59\x99\xdc\xac\x74\x9e\x40\xe7\xf2\xaa\xba\xd4\x4b\xed\x49\x97\xd5\x4a\xb8\x7b\x64\x82\x85\x6f\xc7\x60\x38\x05\x7a\x23\x69\xb0\x41\xca\xe4\x8e\xe3\xb9\xa5\x5c\x7d\xc7\x31\x89\xf5\xf8\x3c\x9a\xf2\x65\xe5\xca\xed\xc3\xf3\x70\x85\x32\x7d\xfb\x30\xb9\x4e\x78\x74\x91\x3b\x7d\x9d\x30\x09\x9d\xff\xe8\x66\x7d\x6e\xb3\x08\xd7\x09\xcf\xc3\x61\x69\x6e\xb3\x08\x76\x1d\xcf\x73\xfb\x7b\xd7\xa3\x70\xf5\x5c\x3f\x4c\xdf\x27\x10\xbc\x21\x77\x31\xb2\xef\x13\xe6\x56\x37\xb5\xd7\x79\xad\x2e\x5f\x75\x53\x3a\xe7\xb5\x18\xc6\x09\x5e\x1e\x82\xdb\xc1\x16\x4e\x61\xf1\x79\x17\xfe\x35\x9e\xea\xa5\x44\x7c\xb2\x57\x54\x85\x47\x57\x3d\xf3\xf5\xa4\xbc\x4c\xca\x6d\xb4\xab\x67\xc3\xa7\xcb\x93\xf9\x5a\x03\x12\xa5\xf1\xa9\x52\x16\xaf\x35\x20\x47\xf2\xa7\x8a\x93\x6d\xd7\x31\xb1\xeb\x20\xd0\xd1\x81\x5c\x3d\x44\xa8\x3a\x40\xf8\x48\x3e\x89\x68\xf8\xe8\x12\x76\x2a\xa2\xe1\x9e\x3f\x55\xcf\x61\x6f\xfe\x7c\x52\xf8\xa9\x1e\x09\x96\x8f\x98\x13\xff\x8f\xa7\xfe\x67\x5b\xac\xcf\x53\xcc\x59\xf0\xf1\xb6\xd8\x67\xc1\xf9\xa1\xdf\x9b\x58\xc5\x26\x15\x93\x33\xdf\x23\x1b\xce\xe5\x33\x1f\x61\x08\xd2\x23\x6b\xca\x75\x49\x60\x88\x4a\x90\x89\x9c\x74\xa0\x9f\xd1\x54\xc3\x8a\xb8\x6c\x0a\xa1\x68\x05\x8f\xac\x26\x97\x0f\x77\xc4\x21\x38\xf8\x22\xbc\xab\x47\x59\x71\xae\x59\x3e\xc5\x11\x9f\x20\x3d\x5a\xe4\x96\x4f\x71\xeb\x3a\x2c\x29\xe7\xd0\x4d\xf0\x02\x0a\x0c\xb6\xab\x76\x5d\x22\xac\x88\x07\x98\x7b\x35\x7a\x1a\x4d\x67\x58\xe3\x96\xed\x2f\x14\x7e\xe0\xd1\x9d\xd1\xba\xc4\x11\xc4\x21\xc8\x04\x9c\x3b\xd0\x32\xfa\x77\xd0\xa8\x1e\x07\x25\xd8\x84\x21\x48\x4f\x87\x0f\x97\x32\xec\x6d\x45\x25\xc0\x51\x75\x3b\x2a\xc1\x29\x34\x3e\xbf\x85\x1f\xc6\x2f\xf0\x55\xf8\x57\xf8\xa1\xea\xe9\x8d\x82\x09\x9e\x02\xd5\x1b\xdd\x8c\x8e\xbe\x77\x75\x52\xc2\xb2\xf0\xca\x79\x08\xde\xb7\x97\xbd\x72\x16\xb6\x20\x8f\x4c\x35\x97\x8d\x3b\x16\x27\xc7\x47\x77\x40\x2b\x99\x64\x89\x03\x43\x2f\x1a\xd5\xf2\xa8\x60\x33\xe9\x00\x07\x3d\xd8\x0b\x3f\x9b\x87\xb8\x60\x07\xec\xc6\x47\x37\x51\x01\x44\x1d\xa0\x00\x11\xc4\x36\x36\xe2\x50\xfc\x81\xc7\xc4\xcc\xee\xbe\x0e\x77\x84\xad\xda\x4b\x39\xf6\x36\x21\x04\x32\x89\x57\x0f\xb4\x8c\x0e\xee\xe3\x1c\xbb\xb2\x2e\x93\x88\x20\x90\x1e\xdd\x97\xac\xac\xbb\x3d\x05\x14\xe8\x43\x7d\xf7\x58\xb1\x28\x79\x3a\x9b\x9d\x65\x8b\x12\x05\x1a\x78\xfe\x5a\x5d\xee\xbc\x68\xc3\x36\x65\xf9\xe8\xa8\x88\x02\xcf\x10\xe3\x14\x33\x4e\x9c\x21\x33\x11\x9e\x0e\x34\x8d\xfe\xf8\x9c\x5e\xda\xa3\x66\xe9\xe4\x88\x6b\xf2\x01\x25\x82\x3a\xf3\x0d\x56\xe2\xe5\x33\xdf\xc2\xab\xe5\x21\x2d\xc2\x76\xd6\xff\x4d\x9e\xff\x83\x57\x37\x3d\xe5\x3a\xbd\xe9\x0a\x64\xd9\xd4\x84\x6c\xfc\xe9\x19\xd2\x20\xca\xa6\x77\x0a\x87\xf6\x83\x63\xbe\x43\x04\xec\xa5\xd3\xdb\x40\x3f\x2e\x5b\xa6\x28\x74\xc0\x23\x5b\x44\x87\x0e\xd8\x4b\xc7\x37\xdd\x5d\xac\xdb\x9c\x13\xe7\xb8\x3c\x92\xd1\x9a\xc3\x5b\xa3\x6d\xea\x8d\x47\x8b\xc1\xca\x43\xe4\xc1\x03\x0e\xe3\xe9\x0e\xfb\x61\x47\x1a\xd8\x2b\x4c\x4e\x0e\x1e\x8e\xb2\x8b\x89\x22\x10\x54\xdd\x75\x38\xbf\xfe\x5e\x78\x6f\xd4\x4b\xb3\x62\x83\x8c\xc5\xf1\xad\x5e\xd2\xbb\x8f\x39\x16\xd3\x8b\x7a\x89\xca\x36\xbd\x20\xfd\x7d\xaa\x97\xa8\xac\xfc\xf7\x9b\xfc\xf7\x59\xd7\x58\xe4\xb7\xa7\xd0\xf8\x7c\x08\x3f\x8c\xa7\x59\xe9\x6f\x1f\xd3\x08\x0a\x90\xea\x25\xea\x57\x6b\x1d\xfc\x2e\xea\x25\xfd\x5d\xad\x5d\x22\x23\x9c\xfc\xca\xb7\x83\x01\x9c\x02\xd5\x48\xbd\xd8\x0a\x82\x44\xf5\x07\x5f\x84\x17\x15\xaa\x46\x2b\xc9\xaa\xd3\xd5\x4f\xaa\xef\x42\x4f\xa3\xe9\xfd\x50\xef\xcd\x82\x1c\xeb\x2a\x41\xee\xb6\x83\x01\x6c\xb2\xd2\xa7\x9a\x58\x0c\x9d\x96\xfe\x14\xa2\x3b\x3a\xe2\x2f\xfb\x4b\x90\x97\xfe\xe0\x21\x7e\x33\xaf\xe1\xd0\x50\x93\x44\xc2\x0e\x0d\x8b\xc3\x51\xc5\x6f\xf6\x80\xae\x87\x7e\x26\xb1\xbe\x6d\x0f\xe4\xd6\x5f\x65\x60\xe8\x2c\xf4\x1b\xff\xfe\xac\x4b\xc1\x65\x8f\x06\x79\xfb\xd7\xa4\x45\xd5\x46\x06\xab\x6b\x58\x9a\x14\x5b\x13\x90\x70\xfe\xe0\x6f\xe1\x87\xf1\x74\x93\xfb\xe1\x65\x73\x02\xb9\xf5\x57\xf9\x56\xda\xad\xff\x14\x3a\x78\x7d\x6f\xed\x4b\x4e\xb7\x9a\xb4\x1e\xca\xaf\xff\x14\xce\x36\x71\x3c\xea\xa6\xb6\x89\x0b\x7b\x82\xaa\x2b\x84\xd5\xcd\xca\x5d\xd4\x94\xde\xb4\xe1\x00\xa9\xee\x53\xcd\x5c\x03\x39\xd7\xfd\x26\xd7\x7d\xb6\x62\xe8\x56\xb3\x1c\xb3\x6a\xe6\x84\xe1\x68\x02\x9b\xec\xf1\xa9\x92\x57\xf5\x80\xdd\xf8\x20\x32\x67\xf9\x35\x3c\x28\x8e\x4d\x35\xdf\xff\x41\x9a\xe7\xbd\x86\x39\x37\x1e\xef\xcf\xbf\x35\xe1\x3f\xe1\xa1\x85\xf6\x06\x3e\x56\xc9\xed\xbf\xe6\xdb\x78\x77\x2a\x16\xa2\xc1\x59\x6e\xd9\x85\x01\x3f\xff\x54\x65\x53\xb9\x86\x57\x1c\xdc\xfe\xad\xc4\x86\x49\xc1\xc3\x7f\x95\xd7\xd4\x1a\x96\x76\x5e\xf8\x2b\x29\xf1\xf7\xf2\x0b\xbf\xfc\xfe\xab\xee\x2f\x9c\x5b\x7e\xcb\xef\xbf\xea\xa2\xc2\xc9\xe5\x37\x01\x00\xf2\x10\x9f\xd8\xb5\x01\x47\xff\xf3\x39\xbd\x54\x9a\xb9\x2d\xbf\xff\xc1\xe1\xc9\x7e\xff\xa7\x40\xed\x52\x02\xd3\xec\x36\x35\x61\x52\xb5\x3e\x12\x2e\xe2\xfd\x57\xf9\x05\xad\x69\x76\x9b\x90\xf8\x0f\x5d\x8c\x8e\x4e\x6a\xcb\x60\x47\x88\x85\xc3\x43\xcd\x5a\xd4\xed\xf0\xb0\x70\x78\x20\x00\xd6\x81\x44\x79\x0e\x96\x55\x8e\x38\x6b\x79\x35\x5b\x30\x73\x11\x57\x2d\x6b\xaa\xa5\x56\xab\xd0\xd5\xe8\x46\xa2\x96\x47\xf8\x61\xfc\x04\xdf\x84\x5f\xc6\xef\xa8\x66\x08\xad\x89\xe2\xa0\x58\x8b\x14\xc6\x32\x1f\xc4\x89\xb1\x5c\xd2\x77\x4a\xe0\xb6\x49\x5a\x5f\x2e\xed\x0c\xfc\x16\xae\xe0\x01\x55\x76\xf8\x4e\x56\x7f\x0a\x29\x3e\xaf\x42\x67\xa3\x69\x54\x9b\xac\x6d\xf5\xc2\x29\xb4\xea\x82\xc1\x59\xec\x37\xe9\xea\x0f\x9e\x09\xd9\x66\x83\x38\x8e\x16\x5d\xc4\x2f\x3b\x17\x10\x5d\x20\xd5\x22\xed\x62\x27\x82\xc5\x21\xb4\x16\xcd\xc8\xf6\x8a\xb8\x45\x79\x91\xd8\xaf\xd7\xa4\xc3\x3f\xf8\x21\xfc\x36\xfe\x8d\x66\x55\xbd\x6e\xa6\x56\x3c\x5e\x97\x2b\xe9\x6b\x2f\x94\x64\x22\xa8\x32\x70\x5d\xdb\xa2\xc3\x19\xb7\xde\xda\xa6\xd8\xe9\x60\x11\xf2\xaf\xde\x5a\x3a\x5e\x2f\x88\x11\xfb\x4f\x91\x34\xb6\x83\x10\x9c\x02\xd5\xdf\xfe\x7c\x18\xbf\xc0\x67\xe1\x45\x04\x0e\xa7\xf5\xe6\x7d\xd2\x79\xee\x37\x79\xee\xcb\xa5\x85\xc9\xbe\x0b\x0b\x1f\x85\x7a\x73\xdb\xbb\x5e\xab\xcc\x97\xc1\x72\xd8\x5b\xaf\x07\xcb\x23\x75\x95\x5d\xe7\x52\x86\xb8\x53\xa0\x97\x52\xb1\x7e\x8d\x56\x08\x85\x2a\xbb\x4e\x27\xcc\x3f\x85\x48\x8a\x74\x4b\x6d\xfd\x7c\x76\xc1\xe9\xa0\xde\xd2\x4f\x76\x3a\x58\xf1\xe6\x9b\xea\xad\x4d\xd6\xcf\x5a\x91\x40\x82\x55\xc6\x8e\xeb\x67\x29\xe1\xf5\xb6\x92\x8c\x71\x3b\x14\xc3\x56\x28\x86\x2a\xf3\x3a\x87\x62\x38\x85\x18\x97\x6c\xcb\xd6\x67\x8e\x25\x6f\x5a\x95\x11\xd9\xfa\xac\x41\x22\x81\x9a\x22\x8a\x6c\x87\x4a\x38\x05\xaa\xd1\x71\xd2\x67\x67\xe5\xa7\xaf\x32\x59\x5a\x7e\x47\x55\x22\xfa\x2a\x73\x3c\x27\xa2\xdf\x24\xa2\x2f\x64\xb0\x3a\x50\x35\x3a\xa8\xf3\x48\x7e\x3e\x6b\xe3\x4f\xa3\x8a\x4d\xd3\x4b\x9e\x79\x0a\x74\x27\xf4\xe8\xeb\xcc\xf2\x6f\x8f\x87\xd3\x83\x6f\xe0\xd1\xaf\xa7\x40\x37\x43\x20\x0e\x38\x84\x0f\xaf\x89\x8a\xb3\xf4\x01\x7f\xc2\xc3\x0d\x64\xce\x3c\xe0\x6d\x7c\xf0\x5a\x6c\x5e\x0e\x54\x8d\x8e\xea\xb1\x3a\x3b\xa0\xab\x67\x58\x98\x38\xbc\x0e\x24\xf1\x2a\x90\x44\xc5\x66\xe1\x75\x20\x89\x57\x19\xe7\x2b\xc6\x09\xaf\x33\xce\xbf\x64\x9c\x2f\x3c\x7c\x1d\x68\x1a\x4d\x35\x37\xbd\x54\x78\xbd\x97\x14\xf3\xa9\xe2\x88\xfc\x76\xbd\x69\xbe\x8a\x47\x51\xb1\x2b\x78\x1d\x8f\xe2\x55\xdc\x89\x5a\x1f\xa8\xa6\x13\xee\x29\xd0\xfd\xaa\xef\x51\x23\xa7\x10\x6a\x24\x96\xc8\x03\xfd\x8c\xa6\x9a\xa6\xee\x2c\x57\x23\x62\x36\x55\xbf\xdc\x1d\x51\xa7\x6b\x58\xcb\xd5\xaf\xa8\x3e\x24\xe8\x75\x46\xfb\x57\x61\x2d\x6a\xd5\xdc\xe6\xae\xb9\x25\x62\x5e\xad\x83\x6a\xf2\xbc\x8d\x0f\xa2\xa9\x37\x8a\x3b\xf1\x2a\xb7\x7c\xe5\x95\xf2\xed\x7a\xd4\x7c\x15\x8f\xa2\x92\xdc\xe1\xed\x4a\xea\xf6\x12\x52\xe2\xe0\x99\x93\x6c\x56\xc8\xb0\x42\x33\x7a\x1a\xfd\x91\xdb\x09\xe2\x14\x4f\x6d\x61\x41\xe9\x45\xe8\x6c\x34\xb5\xdf\xff\x41\x14\xf7\xb7\x17\xf3\x39\x4f\xa4\xb5\xdd\x55\xf8\x6e\x7c\xac\x72\xdd\xe8\x69\x34\x9d\xba\xe9\xac\x92\xcc\xbf\x84\x96\x28\x44\xfe\x7a\xc9\x2d\x4f\x21\x86\x26\x82\x2a\xce\xde\x4b\x64\x89\x54\x9b\xb8\x5f\xe9\xe4\x5e\x02\x4d\x94\x6b\x68\x68\xe3\x67\x34\x8d\x56\xe6\xb1\x98\xab\x38\x5c\xd7\x26\xae\xd2\xe1\xfa\x55\xc8\x88\x4a\x1a\x8d\x03\xba\x7a\xb8\x6d\x18\xfd\x09\x8d\x26\x91\x44\xcb\x49\xe4\x14\xa0\x8c\xa6\xbd\x58\x14\x8b\xe6\x45\x9a\xe4\xf6\xbc\x90\xa9\xbe\x36\xd1\xe0\xee\xea\x3d\x6e\x16\xb5\x5f\xfa\x7e\xf9\xfb\x68\x96\x77\xd7\xd7\x51\x17\x5e\x65\x81\xaf\x5c\xee\xbc\xfd\x36\x8f\xe3\x95\x51\xc9\x66\xf9\x12\x6d\x81\x02\xd5\xdf\x54\xff\xb8\x3b\x11\x67\xa1\xa4\x6b\x08\x5d\x8c\x3e\x33\x42\x3c\xae\x03\x55\xa3\x17\xb5\x34\xe1\xb7\xf1\x6f\x7c\x7e\x0b\xfd\x33\x9a\x46\x1f\x66\xea\xb1\xbe\xe0\x7d\xb5\x72\x73\xf9\xf6\xc7\xfa\x42\x07\xf4\xfe\x74\xe1\x5d\xfd\xa0\x7a\xa1\xa7\x68\x80\x0b\x44\xed\x9a\xc0\xc7\x92\xa5\xf3\x39\x37\x53\x07\x94\x64\xf1\x5e\x5a\x71\xdb\x7d\x9d\xbf\xfd\x55\xbc\x84\xda\x07\xa3\xad\xa6\x0d\xde\x0b\x95\x4b\xa2\x03\x3e\xc6\xd3\xee\xe8\xc2\xab\x5d\xfc\x08\xea\xd0\x14\x2a\x17\xdc\x29\x04\x8d\x73\x13\x3a\x1b\x1d\xd5\x0f\x29\x86\x6a\xbe\x24\x00\x42\x1d\x52\x0c\xd5\xc3\xd2\x89\x7b\x48\x31\x54\x73\x48\x85\x43\xb4\x16\x54\xaf\x11\xe1\x5e\x90\xea\x90\x62\xa8\x1e\xad\x0e\xe8\xe3\x86\x3a\xcd\x4b\x1c\x2e\x00\x75\x48\xc4\x9b\x95\x35\x46\xfa\x95\x63\xd4\x01\x1f\xe3\xf9\x7e\xe8\xfb\xf5\xf7\x3d\xf5\x4b\x50\xba\xa9\x19\x81\xf0\x52\x63\x8b\xfb\x92\xf2\x9c\xc2\x17\x78\x31\x4f\x37\x93\x60\xbb\xde\x88\x92\x7a\xc0\x6d\x7c\x30\xc3\xad\xcf\xbd\x18\x70\x62\x6d\x97\x58\xb3\x7b\x31\x20\xd1\x5a\xbb\xa4\x8a\xba\xbb\x4f\x20\xfa\x86\x73\xe7\x01\x5d\xfd\xa2\x7a\xa8\x36\xac\x37\x31\x52\x6f\xf8\x70\xbe\x76\xcf\x7f\x95\xe3\xbc\x5d\xe2\x41\x9d\x49\xdf\x4e\xcc\xb9\x66\xcd\x38\x3c\xb9\x1c\xf7\x9a\x95\xd7\x34\x75\x26\x72\x28\x89\x98\x6e\x96\x53\x60\x4b\x22\xc2\x34\x0b\x62\xff\xdd\x88\x45\xf7\xe2\xef\x4e\xe1\x03\xaf\x7a\xac\x78\xe3\x18\x58\xb8\xec\x78\x9d\x6d\xfc\x14\xee\xf8\xbc\xa8\x1a\x6b\x5e\x0c\xbd\x5b\x2a\xae\xe6\x35\x9e\xea\xa5\x45\xa6\x55\x2c\x06\xe0\xcd\x93\x32\x3d\x5a\x0e\x7c\x2d\x69\x52\xa6\x25\x71\x3a\x15\x99\xbe\xb7\x56\xc3\xa4\xbb\x25\x29\x00\x99\x74\x9f\xc2\x59\x66\x92\x88\x3c\xbd\xf6\xf1\x50\xd9\x52\x75\x35\x7f\xd5\xff\xc0\x43\xfc\x65\xad\xb6\x44\x35\xb1\xf2\xf2\x2a\x16\xf1\xde\x4b\x92\xbe\x58\xd6\x6a\xd8\x6e\xb7\x24\xd5\xbe\xac\xa6\x78\x91\x6c\x49\x6b\xeb\xb2\xa4\x2c\x51\x4d\x73\xbe\x4c\xb5\x25\xea\x74\x35\xeb\x0d\x43\x9c\x57\x4b\x6a\x46\x57\xa3\x21\xb2\x04\x6b\x59\xce\x17\x72\xae\x05\x65\x99\x66\x9c\x4b\x5b\xbe\xfc\xb9\x7b\x09\x2d\x09\xd3\xf4\xf6\x65\xf9\xe4\x04\xda\xb2\x74\xfb\x36\x07\x72\x02\x4d\xfd\x11\xba\x1a\x1d\x83\xca\xe2\xc0\x6d\xe2\x84\x3f\x7b\xf1\x98\xb6\xa5\x96\xe7\xce\x96\xa5\xec\x36\x6f\x1d\xaf\xdc\xd5\x5b\x96\x96\xda\x56\xed\x1b\xd5\x3e\xd4\xea\xd0\x62\xbb\x51\x99\x5a\x83\xb7\x55\x66\x78\xb3\x9f\x5a\x8c\x77\x27\x27\x63\xbd\xd5\xc9\xd9\x8d\x3f\x13\x9b\xa5\x90\xe5\xc5\x7e\x0a\x74\xe6\xce\xc2\xbf\xc6\x43\x1a\xb1\xf1\xb6\x0e\xd9\x22\xa5\xd8\x78\x9b\x2d\xe3\x84\x5a\xb2\x36\xf3\xdb\x6b\x6d\x18\x5b\x97\x7c\xfd\x07\x5e\x84\xe7\xe3\x9f\xff\x8b\xc6\xa5\x02\x5e\xcf\x0b\xb6\xd8\x2d\x6b\xb3\xfc\x7a\x8f\x1e\x46\xd9\x05\x63\x9e\xd7\x1e\xf7\xaf\x7c\xdc\x5b\x96\xa2\x7a\xad\xd7\x5e\x3a\x95\xb2\xd0\x3f\xa3\xa3\xd5\x92\x68\xf5\xe7\xd5\x00\x1f\xf7\x86\xa1\xc5\x6b\x1f\xf7\x57\xbe\xec\xad\x88\x1d\x7e\x66\x87\x38\x5f\x96\x9c\xaa\xd0\x9a\xc7\x30\x5b\x2e\x59\x2b\xf7\xcf\x7a\xe7\x87\x04\x95\x6c\x7c\x37\x3e\x08\x9a\x93\xd0\xd3\x68\x1a\x2d\xb7\xf0\xaf\xf1\x74\x5e\xc7\x9a\x9f\xd5\x11\x67\xd9\x56\x74\xac\xf9\x99\x1d\x7e\xb0\x83\x94\xe3\xcf\x4b\x07\x86\xc8\xad\x48\xe7\xff\x2c\x41\x3c\x13\xb7\x22\x2d\xf5\xb3\x04\x61\xa0\xdc\x8a\x66\xe4\x67\xb5\xf3\x13\x2d\x75\x6c\xfa\x3c\x83\x9f\x68\x59\x8b\xf0\xb7\xf1\x31\x83\x52\xbe\x9f\x67\x10\xcb\xe5\x56\xa4\xed\x3e\x6b\xa9\xb0\x5c\x2e\x59\x44\xf8\xbc\x7e\x12\xb4\xb0\x15\x29\xb5\xcf\x92\xf8\x89\xc6\xd2\x5e\x9f\xb5\x54\x9c\xbc\x53\x2b\x5d\xcd\x5a\x1b\x61\x89\xdc\x8a\x76\x41\x9f\xd7\xdb\x30\x49\x2e\x16\xad\xcf\x44\xe3\xc0\xdd\x8a\x96\xf9\xcf\xb2\x82\xff\x7f\xbb\x25\x73\x9f\x89\xc9\x89\xbb\xdd\xda\xc8\x7e\xe6\xcb\x0f\xbe\x44\xe4\x86\x0c\x9a\x5f\xf9\xf9\x37\xee\x7c\x5e\xfb\xf9\xbf\x23\x5e\xa7\x0f\x7e\x80\xd7\xe6\x5f\x8e\xf5\x0d\x7f\xe1\x77\xc8\x98\xf7\x14\xe8\x0e\xba\x7d\x28\xef\xdb\x3b\xfe\x6f\xc6\xae\x1e\xc9\x72\x9b\x07\xe6\xdf\x29\xde\x0d\xbe\x27\x91\x12\x80\x64\x13\xc7\xf6\x1d\x44\x51\xac\xda\x60\x77\xa7\xc6\xbb\xf7\x77\x01\xdd\x1d\xd8\x4e\x1c\x4c\x15\xd1\xa5\x21\xf9\x48\x10\xfc\x6d\x00\x2e\x11\x0d\xc7\x23\x29\x4e\xe1\xc8\x27\x98\xcf\xa5\x7c\x60\xc3\x71\x3c\x32\x83\x81\xdc\x32\x71\x03\x3f\x80\xd3\x58\x07\xde\xe1\xda\x81\x55\x0d\x98\xf3\x48\x54\x27\x42\x75\xc4\xa0\xcf\x44\x55\x07\x6e\x05\x53\x54\x75\x30\x93\x81\xf5\x39\x63\xe7\x4c\xc6\x88\xe3\x06\x22\x60\x8a\x2e\xbc\xb2\x87\xa6\x05\x1f\xe2\x4e\x12\xf1\x0d\x87\x2f\x53\x44\xfc\x19\x75\x09\xbb\x19\xa8\x7a\x29\xb2\x3a\xd8\x54\x1a\x38\x92\x53\xc4\xfa\x4c\xa0\x9a\xd0\x9d\xe0\x8b\xd8\xc9\x40\xe1\x76\x60\xa5\xac\x40\xe1\x99\x40\xb9\xb0\xe3\xd1\x54\x2e\x76\x76\x86\xf7\x20\x33\x9a\x5a\xbf\xf6\x72\x89\xf3\xfb\x4b\xe5\x62\x40\xe3\x3d\x48\x8a\x21\x1c\xf9\x6c\xfa\x5e\xf9\x40\x39\xc1\xd6\x9b\xc1\xfb\xd1\x49\xe6\xbe\xc1\x0d\xdc\x54\xec\xef\x4c\x5c\x85\x37\x7d\xff\x08\x47\x3e\x38\x4f\x11\xa3\x3f\x13\x0d\xf8\x41\xfc\x10\x8e\xfc\xa9\x85\x5d\x5a\x8b\x0b\x55\x03\xdb\x63\x8a\xea\x3f\x49\xe9\x37\x1e\xa8\x28\xb6\xf8\x04\xb7\xbf\xe1\x74\x3e\x25\xf6\x2e\x7c\xe7\xd9\x79\x10\xe7\x18\x8a\x8e\x31\x84\x75\x87\x28\xf7\x93\x94\x7b\xc3\x73\x96\x19\x87\xc6\xc4\xc1\xda\x63\xa4\xc7\xa1\xda\x1f\xac\x25\x7b\x51\xbb\x3b\x04\xe2\x6e\x88\x6a\x33\x83\xaf\x64\x27\xf8\xef\x9b\x81\xc2\x96\xa2\x0b\x2f\x1d\x54\x2e\x34\xe2\x8c\xc3\x6d\xc6\x3e\x3c\xd4\xe7\xb8\x7d\x35\xb8\xbb\x9f\x71\x68\xc4\x1d\x98\xeb\x8d\x23\xe8\xe0\x5c\x4f\xe2\xbb\x81\xac\x96\xa2\x8a\x85\x71\xe7\xc0\x65\x04\xb7\x09\xa6\xfb\x66\xc6\x91\xc5\x08\x6e\x13\xc4\xf7\xd6\x54\xf9\xa1\xdc\xa1\x21\x08\xf8\x9a\x62\x08\x47\xed\xa9\x21\xda\x3b\x92\xf9\x6e\x46\x0d\xd1\xde\x91\xcc\x77\x43\x6c\xcd\x14\xbb\x70\x14\x6b\x84\x4d\x70\x14\x1c\x84\x2f\xc1\xc8\x1d\xeb\xed\x38\x35\xae\x4e\xb6\x4d\x67\x36\x6a\x9b\x93\xb5\xc1\xd4\x21\xf2\x78\x26\xf0\xab\xb0\xeb\x08\x93\xb9\x30\x14\xcb\x26\x36\x15\x8b\x3b\x59\xe3\x59\x44\x98\xd4\x15\x77\xb2\xe6\x6c\x34\x46\x53\x9b\x64\x8f\x9b\xf3\x57\x99\x34\xa1\xf6\x90\x74\xa7\x9b\x12\xbb\x04\xbe\xea\xcc\x55\x2c\x67\xa0\xa8\x07\xb0\xad\x71\x70\x9a\x7e\x14\x6e\x7c\xcd\x39\x98\x4d\x83\x1f\x37\xbe\xe6\xfb\xfe\x1f\xd6\x59\x0a\x10\x3e\x49\x3a\x37\xc4\x3d\x4c\x51\xa5\x43\x21\x68\x51\x4d\x96\x19\xdb\x59\x73\x9a\x4e\x6d\x67\xc1\x2e\xa7\x8b\xdf\x29\x76\x79\x26\x90\x3b\x2d\xaa\x6b\x6c\xe1\x3e\xd8\x9c\x16\xc0\x65\x19\xb8\xfb\x75\x5a\x00\x86\x25\x9f\xe0\x93\xb7\xd6\x04\x37\xc1\x55\x49\xac\x7f\x83\x41\xd8\x26\xe8\xe4\x9b\xf1\xa0\x45\x34\xf2\x4c\x20\x77\xec\xfb\xc2\x35\xb6\x9c\x3d\x70\xb2\x36\x9a\xcd\x1c\xb3\x99\x9f\x2c\x56\x83\x08\x41\xde\x8c\x27\x2a\xe1\x9a\xcd\x2a\xc8\x5b\x6b\x9c\xbc\x5d\x6d\xc6\xbd\xb5\xbb\x3e\x57\x75\xd8\x96\xd8\x63\x80\x27\x8e\x44\x07\xee\xc4\x4f\xe1\x28\x36\x76\xe2\x2e\x1c\xc5\x06\x61\xd6\xb2\x18\xe2\xf9\x39\xc6\x5c\xc8\x50\xe1\x95\xae\x39\x4d\x43\xc8\xca\x06\x1a\x13\xcb\x3b\x31\xc6\x33\x51\xa5\xf2\x18\x27\xe8\x2a\x6f\x92\x49\x6e\x41\xed\xd7\x56\x3f\xca\x37\x5e\xe2\x2c\x56\x93\x28\x7c\xdf\x59\x70\x72\x0a\x2d\x0d\xca\x09\x5e\xe3\x2a\x51\x8c\xf1\x4c\x54\x2d\x83\xea\x4f\x97\x78\x93\x14\x70\x0b\xea\xab\x4e\x0c\x02\x71\xdb\x2c\x68\x61\x2e\x35\x1a\x1c\xc3\x5b\x50\x03\x2f\x59\xf1\x72\x0c\xdf\xda\xa9\x6c\x1e\xc1\xc8\xbe\x33\x1b\x99\x18\xdc\x10\x1b\xa2\x89\xce\xb8\x34\x75\x5f\x58\x80\x05\xce\xfa\xe3\xe2\xd6\x2c\xe0\xe4\xce\xc0\x6b\x4a\x31\x84\xa3\x3a\x34\x49\x3a\x02\x20\x09\xdc\xc2\x58\x4d\x4d\xd1\xb5\xe7\x4f\xbc\x11\x57\xf5\xd9\x0c\x5c\x7a\x0c\x35\x03\x5e\x19\x5b\x70\xf2\x1b\x32\xb4\x03\x86\x16\x77\x00\xa2\x75\x67\x02\xd5\xe4\x64\x36\x34\x0e\x07\x5b\x2d\x94\x3d\xab\x39\xa0\x53\x08\x58\x90\xe2\x2e\x1c\xc5\x52\xa7\x74\x36\x10\x70\x55\xef\x6f\x2a\xcf\xd0\xec\x87\x67\xc9\xfe\xc6\xf2\x37\x86\x46\x22\xce\x06\x1c\x37\xb3\x29\x2a\x9f\x6a\x4e\x7f\x73\xfd\x3b\xd4\x9c\x38\x1c\x70\x50\xa7\xa6\x28\xd9\x99\xe8\x85\x53\x7b\x86\xe6\x33\x84\xa4\xf3\x37\xcd\xda\x50\x73\x96\x13\xbc\xd6\xd4\x0c\x5a\x32\xe0\x70\xc0\xdf\x9c\xce\x6e\x8d\x50\xdc\x43\xfb\x9b\xf6\xe8\x96\x59\xab\x0b\xe6\xc4\xa1\x25\xb7\x9a\x07\xaf\x9b\x1d\x9e\xd6\x52\x74\xe1\x35\x72\xd9\x9a\xb7\x5a\x07\xa7\x03\xce\x7b\xae\xb8\x35\xb4\x6e\xb6\xda\xc1\xec\xd5\x6a\x37\x5b\x87\xca\xa6\xfd\x3e\x68\xd3\x8d\x7b\x12\x04\xc2\xaf\xc4\x40\xed\xa9\x6b\xb7\x4c\xfe\x5d\x26\xbf\x73\x40\xdf\x6a\x33\x6c\xf7\xfd\xcd\xbd\xc1\xad\x35\xc0\xcd\xb6\x34\xd6\x46\x66\xed\x66\xa3\xe1\x64\x46\x21\xf1\x27\x59\xd4\xfe\xc6\xa5\xa1\x58\xd4\x99\x80\x8e\xd0\xdc\x4d\x4d\xbb\x78\x6c\xed\x6f\xae\xcb\xa6\xe6\x82\x7a\x75\xdd\x3a\x55\x64\xaa\x8d\x71\xfd\xed\xbc\xa8\x50\x48\xfc\x09\x9e\x75\xd3\xce\x69\xaa\x8d\xc1\xae\xf6\x8d\x6b\xee\xa9\xb5\x75\xd1\xac\x5b\xa7\x95\x9a\x9a\x75\xcb\x55\x5f\x7e\xce\x4a\xca\xaa\xc1\x45\x9f\xf3\x6a\x20\xa6\xc6\x33\xae\xbf\x7d\x53\xb1\x52\x4c\xdc\x73\xfb\x46\x85\x9d\x32\x6b\x38\xa7\xf0\x8d\x8b\x03\x9d\x53\x20\x82\x7e\xeb\xb4\x76\x3a\xa7\x60\x04\x7d\xdf\x70\x28\x0e\xb2\x35\x12\x06\x3c\x88\xbb\xf0\x6a\x04\x2e\xe3\x1e\x35\x31\x8e\x2f\x9c\x07\x9b\xf1\x68\x98\x23\x2a\x9f\x6f\x9c\x58\x1f\x59\x41\x1c\x54\xf8\x46\x63\xaa\x83\x0a\x84\xd0\x6f\x1d\x5b\xf7\x78\xb4\xb2\x41\x10\x3f\xdf\x6a\x66\x5a\x17\xd7\xf9\xeb\xaa\x75\x7e\xc7\x56\x3c\xa5\x43\xb0\x25\x5c\x26\x2d\x25\x17\x3c\x0b\x3e\x09\x3f\x84\xb3\xc7\xe8\x2e\x2c\xa5\x26\xb8\x7f\x79\x75\xb8\x82\x4b\x49\x79\x67\x3f\x75\x70\x41\x52\xba\x05\x67\xde\xd8\x3e\xaf\x8b\xb7\x4c\x99\xd8\xbe\xbc\xfa\x51\x9d\x97\xd2\x2e\xd8\x0a\xfe\xc7\x49\x56\xdf\xfe\xb5\xc0\xca\x6f\x55\xfd\x5c\x06\xd0\x51\xd1\xba\x78\x03\xb5\xc0\xcd\xeb\x47\xf5\xc8\x52\x58\xe9\x85\xb0\xd2\x1d\x3e\xe9\x53\xea\x82\x8f\x84\x6b\xe1\x9b\xd2\x29\xd8\x0b\xd6\xd7\x43\xf0\x93\xf0\x79\x12\x5e\x84\x73\x04\x75\x38\x14\x59\xa2\xf7\x2d\xf0\xf9\xe8\x57\x26\x25\xe5\x9d\x7d\xda\x4f\xb6\x18\x59\x76\x0b\x31\x9d\x3b\x14\x32\x25\x17\x7c\x15\xac\xaf\x55\x93\x51\xed\xcb\x9f\x73\xea\xe7\xd4\xb2\xbf\x77\xea\x05\x97\xfd\x0b\x11\x9a\x3b\x7c\x7e\x2d\x45\x62\x5e\x57\xc5\x79\xa2\x0b\xaf\x94\x76\xc1\xd5\xd3\xa7\x13\x3e\x05\x57\x05\xf9\x2b\x4f\x8c\xf7\x4c\x94\x02\x98\x32\xb9\x05\x57\x05\x4d\x99\xa8\xc8\x52\x2e\x38\xa3\x4a\x49\x79\xa7\x15\xe8\xf0\x2e\xb5\x10\x21\x1a\x89\xca\x24\xa0\x2e\x7c\xfb\x99\x89\xac\x20\x02\x38\xa4\xa4\x4c\x46\x75\xda\x9b\x45\x0e\x55\x30\x87\x7c\x07\x73\x65\x89\xff\xb7\xc0\xff\xa3\x93\xa7\x25\xfe\xdf\x02\xff\x8f\x5e\x9b\x96\xe2\x3e\x2f\x10\xfb\xfa\xc1\x7a\x93\xce\xb7\x10\xe8\x99\x8e\x8c\x52\xea\x82\xcf\x82\x0f\xc2\x26\xb8\x34\x36\xd0\x3b\xf4\xa9\x9d\x89\x3d\x15\x62\x67\x26\x97\xbe\xbe\x4a\x4f\xda\x4e\x78\x08\xce\x9f\x83\x98\xc1\x29\x71\xd4\x96\x67\x6d\x3a\xf6\x59\x97\xa9\xa9\x6a\xb7\xd1\xcf\xde\x09\x2b\xef\x51\x79\xd7\x3a\x7e\x0d\x4e\xbf\x6b\xd4\xcc\xb3\xd7\x35\x47\x0a\x53\xe8\xaa\xa3\xb3\x42\x39\xeb\x2c\xbc\x5f\xc2\x36\x66\xe9\x99\xcd\xc2\x33\x9b\xad\xb7\xbf\x0f\xe4\x14\xbe\x5d\x1f\xff\xfb\xed\xf7\xeb\xe3\x8f\xeb\xdb\xf3\xba\x7f\x7d\x7e\x3e\xdf\x7f\xce\xaf\xf7\xcf\xd7\xff\x13\x7d\xcd\x67\x7d\xfd\xfe\x7c\x3e\x7f\xfe\xf8\xf5\x79\x3f\xaf\x8f\x1f\x1f\xf9\x5f\xf5\xf7\x57\x00\x00\x00\xff\xff\x27\xed\x3a\x18\xe9\x30\x02\x00"); +var _gggg =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\xd5\x4f\x6b\xeb\x46\x1b\x05\xf0\xbd\x3e\xc5\x2c\xef\xbb\xb8\x6f\xe6\xf9\xa3\xd1\x08\x44\xa0\xe4\x72\x21\x5c\x6e\x5b\x92\xd2\xae\x1d\x69\x1c\x0c\x8d\x6c\x14\x7b\x91\x6f\x5f\xce\x73\xec\x14\xba\x08\x8e\x4f\xa4\x47\xe2\x77\x32\x33\x77\x0f\x8f\xdf\x1e\xd7\xc3\x39\xdd\xfd\xbe\x1d\xe7\xe7\x76\x4e\xfb\xc3\xba\x6c\xed\xfd\x78\xd9\xe6\x96\x5e\xda\xeb\x61\xed\x3a\xd1\xb4\x1c\xe6\xf3\xed\x6b\x7c\xcc\x6f\xbb\x53\xd7\xe1\xfe\xe7\x8f\xf7\x73\x7b\x7b\x5c\xf7\xc7\x64\xbc\x6e\xb9\x9c\xae\xd7\xa6\x74\xf7\xd4\x5e\x0f\xef\xe7\xed\x23\x7d\xf9\x65\x39\xbe\xb4\xff\xa5\xa5\xed\x91\xff\xb6\x2d\x6d\x3b\xac\xaf\xe9\xcb\x8f\xa7\xcf\xf0\xf9\x72\x3a\xfd\xdd\xde\xda\x7a\x4e\x43\x64\x6d\x5d\xe2\xb3\xbb\x7b\xf8\xb9\x3b\xfd\xba\x7b\x6b\xe9\x2e\xe6\x7c\xfd\xf1\xf4\x95\x97\xc4\x5f\xfe\x6c\xdb\xfb\xe1\xb8\x26\xf9\x7f\xce\xfa\x6f\xfc\xc7\xc7\xa9\x25\xb9\x4e\xf8\xeb\xe7\x71\x69\x29\xdf\xe6\x3d\x7e\x7b\x38\x5e\xd6\x73\x92\x5a\xfb\xca\x50\xf8\xda\xf3\x71\x69\xef\xa7\xdd\xdc\xb6\xdd\xfa\xda\xba\x94\xa6\x9c\x73\xbe\x4f\x93\x8f\xdf\xbf\xdf\xe3\x9d\xfe\x73\x45\x37\xf8\xf5\xce\xc3\xc2\xe4\x76\x47\xce\xfb\xfd\x7d\xca\xdd\x94\x85\xdf\x05\xdf\xb5\x2f\xdd\x94\x95\x89\x22\xe9\x45\xbb\x29\x1b\x13\x43\x32\x94\xda\x4d\xd9\x99\x38\x12\xc9\xea\xdd\x94\x7b\x46\x7d\x44\x5a\x31\xbb\x30\x2a\x11\xf5\x86\xe1\x03\xa3\x21\xa2\x61\xc4\xf4\xca\xa8\xc6\x1b\x64\xc7\xf8\x91\xd1\x18\x91\x65\x8c\xdf\x31\xda\x5d\xdf\x13\xe3\x5f\x18\xbd\x44\x54\x05\xe3\x67\x46\x33\x22\xcb\x03\xc6\x2f\x8c\x96\x88\x4c\x31\xbe\x31\x6a\x11\xf5\x15\xe3\xf7\x8c\xf6\x11\x55\xcf\xdd\x24\x94\x92\x90\xf2\x3c\x96\x6e\x12\x62\x49\x60\xb9\xf5\xda\x4d\x42\x2d\x09\x2d\x2f\xb9\x76\x93\x90\x4b\x82\xcb\x6b\xf1\x6e\x12\x7a\x89\x5f\x4d\x31\x9e\x5e\x12\x5e\xbd\x0d\x18\x4f\x2f\x09\xaf\xbe\x18\xc6\xd3\x4b\xc2\xab\xaf\x15\xe3\xe9\x25\xe1\x55\xc4\x31\x9e\x5e\x12\x5e\xc5\x33\xc6\xd3\x4b\xc2\xab\x14\x14\x2b\xf4\x92\xf0\x2a\x23\x9a\x15\x7a\x49\x78\x0d\x82\x6a\x85\x5e\x12\x5e\x83\xa3\x5a\xa1\x97\xb4\x6b\xff\x18\x4f\x2f\x09\xaf\x61\x44\xb5\x4a\x2f\x0d\xaf\x2a\xa8\x56\xe9\xa5\xe1\x55\x1d\xd5\x2a\xbd\x34\xbc\xea\x80\x6a\x95\x5e\x1a\x5e\x75\x44\xb5\x4a\x2f\x0d\xaf\x51\x51\xad\xd2\x4b\xc3\x6b\x74\x54\xab\xf4\xd2\xf0\x1a\x07\x54\xab\xf4\xd2\xf0\x1a\x47\x54\xab\xf4\xd2\x7a\xfb\x5f\xc5\x7c\x82\xe9\xc8\xcc\x51\xae\x52\x4c\x77\xcc\x06\xb4\xab\x24\xd3\x20\x43\xfb\x78\x04\xcd\x74\x66\xa6\xe8\x57\x89\xa6\x0b\xb3\x1e\x05\x2b\xd5\xb4\x31\x1b\xd0\xb0\x92\x4d\xf7\x5c\x24\x19\x15\x1b\xdd\x2c\x33\x53\x74\x6c\x84\x33\x61\xd6\xa3\x64\xa3\x9c\xe9\x6d\x81\xe5\x6e\x32\xd2\x59\xd0\x89\x65\xd4\x6c\xb4\x33\xae\x4d\x33\xf4\x6c\xc4\x33\x2e\x4e\xeb\x51\xb4\x51\xcf\xb8\x3a\xad\xa2\x69\x23\x9f\x71\x79\x7a\x46\xd5\x46\x3f\xa3\x9f\x1b\xba\x36\xfa\x19\xfd\xbc\x47\xd9\x46\x3f\xa3\x9f\x57\xb4\x6d\xf4\x33\xfa\xf5\x82\xba\x8d\x7e\x36\xdf\x76\x05\x3c\x83\x7e\x46\xbf\xbe\xa0\x70\xa3\x9f\xd1\xaf\xaf\x68\xdc\xe8\x67\xf4\x2b\x82\xca\xfd\xba\x07\xd2\xaf\x18\x3a\x77\xfa\x39\xfd\x4a\x41\xe7\x4e\x3f\xa7\x5f\xa9\xe8\xdc\xe9\xe7\xf4\x1b\x04\x9d\x3b\xfd\x9c\x7e\x83\xa3\x73\xa7\x9f\xd3\x6f\x28\xe8\xdc\xe9\xe7\xe5\xb6\x95\xe1\x19\xf4\x73\xfa\x55\x41\xe7\x4e\x3f\xa7\x5f\x75\x74\xee\xe3\x75\xdf\xde\x8d\xc8\x4a\xad\xb1\x7b\xdf\x76\x69\xfc\x8e\x73\xec\xf3\x6c\x99\x2f\xdb\xd6\xd6\x73\x9c\x62\x71\x80\xe0\x5c\x38\xac\xed\xf3\x44\x3c\x1d\x4f\xb8\x2b\x7e\xfe\x09\x00\x00\xff\xff\xbe\xfb\x35\x16\x3d\x07\x00\x00"); +var _cfdb =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\x94\x4d\x6b\xdb\x4c\x14\x85\xf7\xf3\x2b\x66\x99\x77\x91\xd7\xf7\xce\xb7\x40\x18\x4a\x42\xc0\x94\xb4\xa5\xe9\x17\x94\x2e\x64\x69\x64\x04\xb5\x24\x64\x79\x91\x7f\x5f\xee\x1c\xc5\x85\x1a\x8c\xec\x47\x33\x3a\xd2\x73\x34\xb3\x7b\x38\x3c\x1e\xc6\x61\xd5\xbb\x4f\xcb\xd4\xbe\xe4\x55\xf7\xc3\xd8\x2d\xf9\x32\x5d\x97\x36\xeb\x63\x3e\x0d\xa3\x52\x6c\x74\x37\xb4\xeb\xdb\xdf\x72\x68\xcf\xcd\xac\x94\xcc\x7f\x79\xbd\xac\xf9\x7c\x18\xfb\x49\x5b\x8c\xeb\xae\xf3\x36\x56\xeb\xdd\xe7\x7c\x1a\x2e\xeb\xf2\xaa\xef\xde\x75\xd3\x31\xff\xa7\xbb\xdc\x0b\xff\xb8\x74\x79\x19\xc6\x93\xbe\x7b\x3f\x2d\xb9\xe1\xdb\x89\x97\xeb\x3c\xff\xce\xe7\x3c\xae\x9a\x0a\xcb\x63\x57\x8e\x6a\xf7\xf0\xdc\xcc\x1f\x9a\x73\xd6\xbb\x72\xad\x7b\xcc\xbc\xc7\xb0\x72\xf6\x5b\x5e\x2e\xc3\x34\xea\xea\x7f\xa2\xf0\x17\x7f\x79\x9d\xb3\xe6\xed\x2a\x3f\xbe\x1e\x1e\xf5\x4f\xd6\x4c\xda\x78\x47\xe9\xd7\xc6\xbf\x3f\x4f\x5d\xde\x32\xcb\x93\x3d\x4c\xd7\x71\xd5\x95\xb5\x16\x8c\xf1\x54\xed\xd4\xe5\xcb\xdc\xb4\x79\x69\xc6\x53\x56\x5a\xd7\x44\x44\x7b\x5d\x1b\xf7\xf4\xb4\x97\xdb\xfd\x67\x84\xb2\x71\x9b\x39\x74\x20\x6f\x33\x88\xfa\x7e\xaf\xe5\x43\xaa\x26\x06\x63\x30\xe3\x83\xaa\xc9\x80\x19\x30\xcf\x46\xd5\x64\xc1\x2c\x58\x0c\x49\xd5\xe4\xc0\x5c\x61\x4c\xc6\xa9\x9a\x3c\x98\x07\x33\x49\x32\x02\x58\x00\xf3\x56\x32\x22\x58\x04\x8b\x95\x64\x24\xb0\x54\x98\x21\x27\x19\x15\x58\x05\x66\x49\x32\x1a\xb0\x06\xcc\x07\xc9\x38\x82\x1d\xc1\x12\x4b\x46\x0b\xd6\x16\x66\x29\x4a\x46\x07\xd6\x81\x59\x23\x19\x19\x2c\x83\xf9\x24\x19\x3d\x58\x0f\x96\x1c\xa9\x9a\xe1\x8f\xe1\xcf\x51\x15\x54\xcd\xf0\xc7\xf0\xe7\xac\x37\xaa\x66\xf8\x63\xf8\x73\x81\x92\xaa\x19\xfe\x18\xfe\x5c\x0a\x4e\xd5\x0c\x7f\x0c\x7f\x9e\x8d\x64\xc0\x1f\xc3\x9f\xb7\x51\x32\xe0\x8f\xe1\xcf\x07\x2b\x19\xf0\xc7\xf0\xe7\x53\x92\x0c\xf8\x63\xf8\x0b\xec\x24\x03\xfe\x18\xfe\x82\x23\xc9\x80\x3f\x86\xbf\x10\xa4\x73\x86\x3f\x86\xbf\x50\x49\xe7\x0c\x7f\x0c\x7f\x91\xa5\x73\x86\x3f\x86\xbf\xe8\xa4\x73\x86\x3f\x86\xbf\x18\xa4\x73\x86\x3f\x86\xbf\x58\x49\xe7\x66\x7b\x63\xe1\x2f\xb1\x74\x6e\xe0\xcf\xc0\x5f\x72\xd2\xb9\x81\x3f\x03\x7f\x29\x4a\xe7\x06\xfe\x0c\xfc\xa5\x4a\x3a\x37\x6e\x5b\x01\xd1\xed\xb5\xae\x0c\x87\xb2\x0e\xde\xde\x77\xf9\x2d\x1b\xc6\x6d\x01\xb7\xd7\x65\xc9\xe3\x5a\xb6\x8b\xb2\x42\x65\x85\x0d\x63\xbe\x6d\x3d\xf3\x34\xcb\xac\xf2\xfd\x13\x00\x00\xff\xff\x1d\x46\xc4\xed\xa6\x04\x00\x00"); +func _cgda ()([]byte ,error ){return _c (_efbf ,"UniGB-UCS2-V")};func _abeb ()([]byte ,error ){return _c (_cebc ,"UniKS-UTF8-V")};func _aabcga ()([]byte ,error ){return _c (_aaff ,"UniGB-UTF16-H")};func _ccfg ()([]byte ,error ){return _c (_acbe ,"HKscs-B5-V")}; +func _gdaa ()(*asset ,error ){_bbaee ,_bcgg :=_fgfa ();if _bcgg !=nil {return nil ,_bcgg ;};_fddg :=bindataFileInfo {_dae :"KSCpc-EUC-V",_fb :715,_ae :_be .FileMode (436),_g :_a .Unix (1580493255,0)};_gfbc :=&asset {_dd :_bbaee ,_ef :_fddg };return _gfbc ,nil ; +};var _daega =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\x98\x4f\x8b\x24\xb9\x11\xc5\xef\xfd\x29\xf2\xb8\x3e\xac\x3b\xf5\x2f\xa5\x80\x65\xc0\xcc\x60\xdc\x0b\x6b\x2f\x9e\x9d\xb5\xc1\xf8\x20\x65\xaa\x86\x02\x77\x75\x51\xdd\x7d\x98\x6f\x6f\x22\xe2\xbd\x5a\x16\xfb\x30\xd4\xcb\xdf\xa8\x42\x11\x4f\x21\xa5\xba\x1e\x3f\x3e\x7d\x7a\xba\x9c\xdf\x96\xc7\x9f\x6f\x2f\xfb\xe7\xf9\xb6\x9c\xce\x97\xe3\x36\x5f\x5f\xde\x6f\xfb\x5c\xc6\xfc\x7a\xbe\x3c\x3c\x84\xb8\x1c\xe7\xfd\x8d\x8f\xf6\xb1\x3f\xf7\xeb\xc3\xc3\xe3\x97\xcb\xf9\xc7\xa7\xcf\xdf\x7f\xf9\xe5\xcf\xed\xfb\xbf\x2c\xef\xaf\x13\xfc\xe3\xd3\xa7\xcf\xdf\x5e\xdf\xe6\xf3\xd3\xe5\xf4\xb2\x24\xff\xfe\xf1\x7e\x45\x8c\x65\x79\xfc\xfb\xfc\x7a\x7e\x7d\xbb\x7d\x5b\xbe\xfb\xd3\xf1\x32\xe6\x1f\x96\x63\x9e\x94\xff\xed\x76\xcc\xdb\xf9\xf2\x75\xf9\xee\xc7\x7e\xed\x97\x70\xff\x8f\xcf\xef\xd7\xeb\x7f\xe6\xf3\xbc\xbc\x2d\xd9\xd8\xbc\x1c\xf6\xf9\xf0\xf8\xf1\xa7\x7e\xfd\x6b\x7f\x9e\x0b\xf2\xf9\xf9\xf6\xe2\x29\xfd\x6a\x03\xec\xff\x7f\x9d\xb7\xd7\xf3\xcb\x65\x09\x7f\x5c\xd7\xf2\x1b\xfe\xe5\xdb\x75\x2e\x01\x71\xfe\xf9\xe5\xe9\xd3\xf2\xaf\xb0\x84\x75\x89\xa5\xa4\xed\xdf\xe0\xff\xf8\xe9\xe5\xb8\x8f\x0a\xeb\xea\x55\xec\xe7\xe3\xd6\x2f\x5f\xe7\xc3\x0f\x7b\x1c\xeb\x87\x05\x1f\x2d\x6e\xf2\xf0\xc3\x8c\x6d\x15\x85\x14\xb5\x49\x02\x2e\xc4\xc5\x70\x04\xde\x88\x37\xc3\x05\xb8\x11\xcb\x87\x25\xc4\x50\x19\x65\x27\x3f\x3e\x2c\x55\xca\xe6\xb8\x33\x78\xf7\xe0\x0d\x98\xc1\xbb\x07\xaf\x8e\x47\x04\x56\xd1\x22\x63\x8f\x44\x9c\x14\x37\xc7\x1b\xeb\x31\x51\x53\x03\x0d\xa4\x41\xe9\x06\x1a\x49\xa3\x52\x01\x4d\xa4\x49\x69\x05\x2d\xa4\x45\x4b\x8c\x21\x1b\xaf\x2d\x3b\x37\xd1\x52\x08\xc0\x85\xb8\x18\x5e\x81\x37\xe2\xcd\xb0\xdb\x5a\x59\xb9\x89\xb6\xde\x71\x25\xae\x86\x31\x65\x6f\xc4\xcd\x30\xa6\xec\x42\x2c\x86\xdd\x90\x46\xb3\x1b\xcc\xf6\x25\x6b\x03\x4b\x63\xa2\x36\xf1\xd8\xa3\x9f\x1c\x9b\xe0\x1a\x48\x6e\xee\xaa\xe4\xa6\xfe\xe5\x16\x80\x23\xb1\x5a\x95\xab\x00\x67\xe2\x62\xa3\x0b\xf0\x46\x5c\x0d\x27\xe0\x46\x2c\x86\x19\xa4\x13\x0f\xc3\xcc\x64\x27\xd6\xbc\xb3\x30\xf6\x41\x7c\x18\xe6\xe8\x49\x3c\x0d\x6f\xc0\x27\xe2\x93\xe1\xe6\x58\x58\xa5\xf5\x4e\x59\x91\x20\x9a\xc7\x45\x2d\x2b\xa6\x14\x16\x6f\xdd\x53\xd6\x0c\x9c\x88\x93\x61\x4c\x29\xf4\x44\x45\xcd\x02\x07\xd1\x56\x2e\x6a\x16\x4e\x49\xab\x6c\x9f\x65\xdf\x7e\x92\xa5\x12\x9b\x83\xc2\x29\xe9\xa0\x8a\x9a\x05\x0e\x8a\x10\x8b\x65\xc2\x29\x69\xac\x8a\x5a\xd6\x15\x78\x10\x0f\xc3\x9c\x92\x7e\xab\xa8\x25\x32\x41\xfa\x6d\x3b\xbb\x44\xf8\x2d\xf4\x5b\x45\x2d\x91\x56\xd1\x6f\x15\xb5\x44\xe4\xdd\xe9\x77\x37\xbf\x23\xac\xea\xf4\xbb\x9b\xdf\x11\xe5\x74\xfa\xdd\xcd\xef\x88\x45\xeb\xf4\xbb\xab\xb1\x25\xa1\x9c\x4e\x63\xad\xed\x4b\x42\x26\x9d\xc6\xda\x19\x53\x12\xca\xe9\x34\x56\x45\x2d\x09\xc5\x77\x1a\xab\xa2\x96\xc4\xbc\x69\x6c\x37\x63\x13\x8a\xef\x34\xb6\x9b\xb1\x89\xe5\xd0\xd8\x6e\xc6\x26\xe6\x4d\x63\xbb\x19\x1b\x98\x20\x8d\xb5\x0d\x58\x02\x62\x0f\x5a\x35\xcc\xaa\x80\xd8\x83\x56\x0d\x6b\xb6\x88\xe2\x07\x9b\x6d\x98\x27\x2b\x83\xd0\x93\x61\x55\xae\x30\x76\xb0\xca\x61\x55\xae\x48\x70\xb0\xca\x61\x79\x07\x78\x32\x98\xe0\xb0\x04\xb3\x3b\x58\x78\x42\x98\xa8\x25\x07\xe0\x40\x6c\x6b\x99\x57\xe0\x48\x6c\x6b\x99\x23\x70\x22\xb6\x72\x72\x05\xce\xc4\x56\x4e\x16\xe0\x42\x6c\x4b\x9c\x37\xe0\x8d\xd8\x96\x38\x37\xe0\x4a\x6c\xc5\x17\xe6\xdd\x88\xad\xf8\xc2\x4c\x84\xd8\xd6\xb2\x78\xde\x8d\xbb\xc1\x44\x8b\x31\x00\x1f\xc4\x87\xe2\x20\xc0\x93\x78\xda\xe8\x08\x7c\x22\x3e\x19\xf6\xd8\x3b\x3d\x31\xa1\x2f\x51\x4f\x7c\x72\x3b\x98\x68\xd1\x56\x2d\xb5\xd5\x9d\x55\xa1\x16\x36\x3b\x1f\xf5\xa9\x01\xdb\x61\x25\x2b\xb0\x9f\x4a\x10\x2d\xd6\x15\x38\x13\x17\x1b\x1d\x80\x77\xe2\xdf\x5e\x0e\xc9\xdf\xe2\x77\x81\xd7\xb9\x3e\x9d\x88\x4f\x86\x7d\xca\xc0\x04\x4d\x54\x09\x0d\x38\x11\x27\xc3\x02\x5c\x88\x2d\x93\xb8\x02\x57\xe2\x6a\x38\x00\x0b\xb1\x18\x8e\x8e\x3b\x63\x77\x8b\x1d\x93\xde\xbf\xee\x57\xa0\xff\x77\x2b\x9a\x49\xaf\x0e\xfe\xad\xe8\x19\xc5\x0c\x5c\x88\x3d\xa3\x02\x5c\x89\x3d\xa3\x0d\x78\x12\x4f\xc3\x6e\x42\xf4\x53\x15\xa2\xc5\x1a\x81\x77\x62\xeb\xa3\xea\x65\xc5\x0e\xcb\x4c\x54\x89\x0d\x98\x09\xa2\x2c\x01\x66\x82\x76\xc4\x49\x5a\x81\x99\xa0\x9d\x65\x92\x18\x5b\x88\xcd\xb2\xe4\x99\x24\x16\x9f\xbc\x78\x3b\x10\x53\x4b\x9c\x32\xf9\x94\x29\x03\x17\x62\x9f\xb2\x00\x57\x62\x9f\x72\x03\x9e\xc4\xe6\x49\x72\x4f\xd2\x60\x90\xb1\x19\x6e\xc0\x3b\xb1\x37\x9d\xe7\xbd\xfb\xc1\x02\xd1\x52\x59\x81\x03\xb1\xee\x96\x20\xa5\x81\x27\x72\x6d\xf4\x94\x88\x33\x71\xb6\xe1\x1b\xc3\x14\x72\xbb\xa7\xa1\xfc\xdd\xcf\x10\x08\x1d\xce\x64\x2a\x79\x75\x5e\xc0\x1b\x79\x73\xce\x38\x42\x2e\xce\x99\x4e\x27\xef\xce\x37\xf0\x41\x3e\x8c\x57\xa6\xb9\x93\xef\xce\x23\xf8\x41\xee\x3b\x92\xc3\x61\xfc\xae\xbb\x5d\x87\x23\x1d\x6e\x77\x13\x55\x32\xaa\x12\x9a\x20\x66\x42\x46\x14\xa1\x09\x62\x97\xd5\x44\x4c\x0f\xc4\x3d\x68\xe4\xf4\x40\x45\x4b\x49\x80\x69\x81\xb8\x05\x0d\xa9\x0b\x2d\xd0\xc3\x44\x79\x06\xbf\xe7\x3e\x6d\xbd\x99\x3a\x0e\x99\x5d\xb7\x86\x0e\x87\x93\x7e\x2b\x80\x68\x09\x7b\x63\x67\xff\x9a\x68\x29\x73\x34\x0d\xe8\xde\x06\x6c\x32\xf6\xb5\x09\xe5\x98\xb5\xd3\x02\xbb\x2e\x48\xe1\x70\x5a\xe0\xfd\x9e\xd1\x05\x9d\x0e\x74\x2f\x55\xb0\xaa\x9d\xa5\xaa\x68\xa9\x10\x73\xb1\xed\x62\x20\xac\xb4\x73\x4d\xbb\x1b\x23\x2c\x89\xc6\xe8\x15\x20\xc4\x75\x85\x91\x83\x3b\x41\x45\x4b\xdc\x08\x83\xc6\x8c\xe8\xc3\x91\xe4\xa0\x33\xc3\x37\x08\x6c\x1f\x74\x66\x14\x1f\xce\x30\x74\xc0\x37\x6b\xae\xc0\x74\x40\x45\x88\xfe\xb7\x89\x3e\xd2\x02\x15\xca\x51\xeb\x60\x17\xa8\x68\x29\xa3\xd6\x41\x67\x54\xe8\x70\x86\xa7\x35\x2a\x5a\xca\xb0\x80\x47\x84\x09\x1d\x8e\xd6\x1b\xb4\x4c\x85\x72\x26\x7f\xb7\xec\x64\x1c\x6f\x95\x83\x67\x8a\x09\xe5\x11\x3c\x90\x07\x8f\x23\xe0\x91\xdc\x9a\x0c\x26\x1c\x3c\x6b\x0e\x3b\x25\xe2\x1a\x13\x78\x25\xaf\xb6\x22\x1c\xde\x88\xdd\x9b\x48\x2e\xe4\x76\x32\x67\x26\xd9\x89\xbb\xb5\x47\x06\x1e\xc4\xee\x01\x5e\x12\x07\x8f\x82\xc3\x8f\x82\xcc\x5c\x26\xb1\x6d\xa7\xc4\x39\xb1\x9d\x0e\x71\x07\xb0\xb9\x0f\xa1\x03\x7e\x7d\xc0\xbe\x39\x84\x06\x88\x37\x13\xba\xe6\xe0\xb5\xc2\x84\x72\x8e\xcf\xe4\xd9\x79\x01\x2f\xe4\xee\x18\x0e\x89\x83\x67\x8a\x89\x96\x32\xc2\xb3\x0d\x4c\x84\xb8\xde\xf9\x4e\xee\x1e\xb0\x58\xf6\xc1\x81\x3e\xc8\x58\x57\xf6\x81\x09\xe5\x01\x9c\x2e\xa8\x68\xc9\xde\xfc\xa7\x81\xd3\x5c\x85\xd8\x9b\x48\x80\x77\x62\x7b\x69\xdb\x59\xae\x4f\x93\xd8\x6e\x79\x15\x41\xfc\x7c\x83\x08\x31\xd8\xdd\x4a\x1f\x0f\x72\x5b\x27\xeb\xf8\xd3\x40\xc7\x43\x54\xb1\xbf\x3d\xf5\x89\xa3\x87\x8d\x5e\x11\xdc\x13\x87\xa8\x4d\x56\xc3\x87\x20\x88\x89\x2a\xb6\xe5\xf5\x69\x27\xf6\x37\xeb\x06\x7c\x10\x7b\x6c\xe2\x49\x3c\x71\xf9\xfb\xfd\x25\xea\x7f\xae\x50\xa7\x71\xf2\xe3\x16\xa2\xb6\x26\xbf\xfb\x8e\xea\xe7\x7e\x7d\xb8\xff\x04\xb6\xbf\xdf\x6e\xf3\xf2\x66\x3f\xb8\xd9\x2f\x5c\xcb\x31\x4f\xe7\xcb\xbc\xff\xa8\x77\x7d\xb9\xea\xb7\xec\xdf\x7f\x03\x00\x00\xff\xff\x74\x27\x17\x14\x00\x14\x00\x00"); +func _bbc ()(*asset ,error ){_becb ,_fafc :=_dfbd ();if _fafc !=nil {return nil ,_fafc ;};_cbfe :=bindataFileInfo {_dae :"Adobe-KR-8",_fb :2133,_ae :_be .FileMode (436),_g :_a .Unix (1580491451,0)};_dba :=&asset {_dd :_becb ,_ef :_cbfe };return _dba ,nil ; +};func _dbgf ()(*asset ,error ){_beed ,_ecdbe :=_ageb ();if _ecdbe !=nil {return nil ,_ecdbe ;};_bgeea :=bindataFileInfo {_dae :"UniKS-UCS2-V",_fb :737,_ae :_be .FileMode (436),_g :_a .Unix (1580493030,0)};_gdde :=&asset {_dd :_beed ,_ef :_bgeea };return _gdde ,nil ; +};func _db ()([]byte ,error ){return _c (_gg ,"78-H")};func _cfb ()([]byte ,error ){return _c (_gffga ,"Roman")};func _fgga ()([]byte ,error ){return _c (_gda ,"H")};func _acce ()(*asset ,error ){_fceb ,_ggcd :=_ffegc ();if _ggcd !=nil {return nil ,_ggcd ; +};_gfece :=bindataFileInfo {_dae :"UniJIS2004-UTF8-H",_fb :214224,_ae :_be .FileMode (436),_g :_a .Unix (1580492828,0)};_beddd :=&asset {_dd :_fceb ,_ef :_gfece };return _beddd ,nil ;};func _fede ()([]byte ,error ){return _c (_cba ,"Adobe-CNS1-7")};func _gbeg ()(*asset ,error ){_fbge ,_fecb :=_ccgc (); +if _fecb !=nil {return nil ,_fecb ;};_gcge :=bindataFileInfo {_dae :"UniCNS-UTF16-V",_fb :617,_ae :_be .FileMode (436),_g :_a .Unix (1580492702,0)};_bdaa :=&asset {_dd :_fbge ,_ef :_gcge };return _bdaa ,nil ;};func _egfb ()([]byte ,error ){return _c (_afgcf ,"UniKS-UTF16-H")}; +func _feegb ()(*asset ,error ){_bdfee ,_bedd :=_dgca ();if _bedd !=nil {return nil ,_bedd ;};_ffbg :=bindataFileInfo {_dae :"KSC-EUC-H",_fb :9483,_ae :_be .FileMode (436),_g :_a .Unix (1580492494,0)};_gbgg :=&asset {_dd :_bdfee ,_ef :_ffbg };return _gbgg ,nil ; +};var _dfbdf =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x84\xbd\x4b\xaf\x6e\xcd\x91\xa0\x35\xf7\xaf\xd8\xc3\x66\xd0\xd4\xca\x7b\xa6\x64\x1d\x09\xca\x58\xb8\xa5\x06\x44\x75\x01\x12\x62\xf0\xae\x5b\x61\x89\xfa\x6c\xd9\xae\x41\xfd\x7b\x94\xcf\x13\xe7\x73\x0b\x21\xed\x33\x39\x6b\xed\x77\xe5\x2d\x32\x32\xee\x19\xf1\x0f\xff\xf8\x87\xdf\xfd\xe1\x97\x3f\xfe\xed\xeb\x1f\xfe\x97\xbf\xfc\xe9\xfa\xa7\xe7\x6f\x5f\xef\x1f\x7f\xb9\xff\xf2\xfc\xf5\x4f\xff\xf6\x97\xeb\xf9\x3a\x9f\x7f\xf9\xe3\x2f\xbf\xf9\x4d\xca\x5f\xf7\x1f\xaf\xbf\xfd\x7c\xe5\xbf\xeb\x5f\x3f\x7f\xfe\xcd\x6f\x76\xfb\x7f\xfa\xf7\xbf\xfe\xed\xf9\xd7\x3f\xfc\xf2\xfe\xe9\xab\xf8\xdd\xfd\x6f\x7f\x8e\x6f\xbf\xbe\xfe\xe1\x7f\x7d\xfe\xe5\x8f\x7f\xfd\xdb\x5f\xfe\xfd\xeb\x3f\xfc\x77\xf7\x9f\xce\xe7\xbf\xf9\xba\x9f\x77\xff\xfd\x7f\xfe\xcb\xfd\xfc\xe5\x8f\xbf\xfc\xcb\xd7\x7f\xf8\x4f\x9f\x3f\x7f\x7e\x49\xbf\xfe\xf0\x4f\xff\xf6\xe7\x3f\xff\x3f\xcf\xbf\x3e\xbf\xfc\xed\x6b\xf0\xb7\xe7\x97\x9b\xff\x7f\xf3\x0f\xff\xf8\x9f\x3f\x7f\xfe\x9f\x3e\xff\xfa\x7c\xfd\xc3\x3f\xff\xf2\xc7\xff\xf4\x87\x7f\xfa\x8f\xff\xfc\x5f\x7e\x9f\xfa\x7f\xfc\x1f\xf9\x99\x5f\xff\xb7\xe7\x2f\x7f\xfd\xe3\x9f\x7e\xf9\x4a\xff\xed\x91\xfb\xdf\xff\xfc\x5f\xfe\xfd\xcf\xcf\x57\x8a\x5e\xfe\x8f\x7f\xfe\xc3\xef\xbe\xfe\xcf\xf4\x95\x8e\xaf\xdc\x7a\x4a\xff\x57\xfc\xfd\x7f\xff\xcf\x7f\xba\x9f\xaf\xc3\xb7\xe2\x0a\xae\x3f\xdd\xcf\x5f\xff\xfc\xb9\x9e\xbf\x7c\x7e\xf9\x97\xe7\x37\x5f\x5f\xbf\x3d\x8e\xe3\xf8\xf1\xb5\xff\xfd\xf6\x77\xe3\xf7\xbf\xff\xb1\xff\xf6\xbb\x79\x1c\xbf\xfb\xc7\xfd\xf7\xdf\xfe\xee\xbf\xff\xfd\xef\x7f\xf7\xfb\xf8\xfb\xff\xf0\xf7\x6f\x7f\xcf\xdf\x9e\x5f\xee\xff\x4f\x8f\xbf\x49\x0e\xf4\xcb\x9f\xfe\x76\x3f\xaf\x7f\x8b\x31\x7e\x7b\x1c\xe9\xfd\xf1\x95\x76\xab\xff\xfa\xe7\xdf\xa4\xe3\x88\xd9\xfd\xf1\xbe\xfe\xef\xcf\x5f\x76\x83\x76\xfd\xf8\x5a\x63\x3f\x8d\xfd\xb4\x78\xba\x7f\x7c\xad\xca\xd3\xf3\xe3\x2b\x1d\xc7\x7e\xfc\x1c\xbb\xcb\xfd\x50\xf7\xdf\x68\xf2\x69\x3f\xbe\xba\x7f\xec\x3f\xbe\x56\xe1\x69\xfc\xf8\x1a\xd9\x26\xf3\xc7\x57\xaf\x7e\xb9\x7e\x7c\xa5\x96\x79\xfc\xfc\xf8\x4a\xd5\x0f\xce\xdd\x15\x63\x7e\xae\xfd\x81\x3d\xdc\xfb\xd1\x6e\xf7\xf8\x8d\xa9\x7c\xf6\x92\x32\xdf\x9e\xc7\x8f\xaf\xe1\x0c\xce\xf4\xe3\xab\x3b\xd7\xb3\xee\xd1\x1a\x8f\x6d\x37\xf3\xdb\xfe\xe3\x6b\x8c\xc9\xe3\xf8\xf1\x95\x92\xcd\xe6\x8f\xaf\x54\x6c\xb6\x67\xd6\x99\xce\xc9\xcc\xfc\xeb\x9e\x59\x66\x3a\x27\x03\xf7\xfd\x78\xf5\xdd\x8c\x7e\xef\xb1\x07\x66\xb4\x7b\x77\x56\x59\xdb\xbd\xbf\x6d\x74\xf6\xec\x6f\x9d\xce\xcb\xb7\xf4\xf0\xf2\xed\x9e\x4e\xda\x5b\xb5\x4a\xef\x3c\x27\x9e\x13\xcf\x79\xf7\x31\x9a\x3f\x14\x5e\xfa\xe2\xa5\xf2\x52\x06\x2f\xac\x71\x30\x42\x3a\xba\x6d\xec\x78\xf0\x32\xec\x6d\xf2\x32\x0b\x2f\xcb\x17\x7b\xfb\xfc\xf8\xca\x47\x29\xfe\x72\xf2\xc2\x0e\xa5\xe3\xb2\x37\x3f\xbb\xed\xcd\x5f\x1e\xa7\x63\xd7\xaf\xbf\x6c\x80\xa5\x74\xd0\x41\xe6\xb3\x94\xfc\x85\xb9\xa5\xcc\xda\xe8\x2c\x15\x9e\x6d\xd1\x1d\xdf\x97\xe1\xf8\x4c\x26\x39\x67\x36\x25\x25\xe7\x3c\xfc\xe5\xb3\xdb\x2f\xfb\x3d\x37\x96\x82\x06\x29\x39\xe3\x69\x5f\xce\x78\xd9\xfc\x71\x14\x9b\xbc\x8e\xc2\x4b\x76\xc6\x42\x33\x27\x7f\x01\xe8\x39\xfb\x8b\x2f\x02\x7d\xda\x46\xa0\x2f\xd6\x9f\x5d\x00\x58\x92\x32\x40\x9f\xc9\x36\x93\xa9\x31\x81\xbc\xf6\x73\x02\x2e\x99\xe9\x77\x47\x3c\x79\xf6\xef\x31\x49\x60\x94\x63\x92\x7c\x55\x62\x92\x6c\x6c\xd9\x60\xad\x8c\x50\x9c\x62\x66\xc1\xa5\xf8\xe2\x47\x31\x5f\x3f\x8b\xf9\x32\x4a\x71\xbe\x1c\xbd\x54\x02\xe0\xb6\x99\x76\xc0\xf8\x45\x80\xc7\xf8\x1f\xa1\x6f\x1b\x91\xa4\xda\xdb\xc5\x8b\x9b\x54\x04\xb9\x0b\x28\x22\x49\xb5\x03\x57\x93\x01\x5f\x8d\xd5\xd0\xa6\xb2\x1a\x20\x59\x37\xca\xfb\x7d\x0d\x84\x67\x8c\xea\x5a\x06\x6b\xa9\xcd\xd1\x0b\xd4\x30\x28\xd8\xff\x1f\x4d\x4b\xd5\x85\x8a\xa5\xd5\xd3\xd0\xd9\xa5\x2a\x66\x0d\x87\x5a\xce\xc6\xcf\x3c\x0d\xd9\xa1\x40\x2d\xf7\xbf\x6e\xb2\x58\x04\x40\xbd\xd9\x33\xd6\xd2\x0e\xfb\x65\x07\x5a\x20\x3c\xd0\x6c\xac\x86\xf1\xda\x5e\x4d\x05\x2a\xcd\xb5\x88\x7b\xcd\x7d\xe9\x7e\x1f\xfb\x62\x4f\xee\x8b\xeb\x6f\x71\x10\x6c\x13\x07\xc1\xde\xdc\x17\xf7\xb2\x9d\xbe\xd8\x5b\x1c\x05\x96\xd8\xe2\x28\x38\x99\xd8\x17\xd6\xdb\x3c\xbc\xd0\xaa\xd4\xf7\xbe\x88\xc7\x7d\x1f\x84\x4c\xe3\x2e\x21\x12\x5d\xbb\xfb\x32\x69\xdc\x5d\x8b\x88\xd0\x5d\x4b\xf3\x97\x38\x13\xb6\x71\x2d\xc5\xcf\x3c\x13\x2c\xa5\x7b\x26\xfc\xc8\x33\xc1\xdc\xbb\x67\xc2\x89\xc4\x3a\xfc\x21\xd6\x01\x88\xfa\x43\x4f\x3e\xbf\xf4\xc4\x4e\x8d\xd8\x11\x5f\xdc\x91\xc9\xfa\x86\xa7\x45\x5a\x39\x3c\x2d\x8e\x32\xaa\xc7\xc0\xcf\xc4\x30\xb7\x74\xb8\x12\x97\x35\x62\x57\xec\x60\x9f\x16\x4f\xde\x70\x4f\xdc\xec\xe1\x9e\x48\x43\x47\xec\x89\x9f\x05\x41\xf5\xe5\xde\xcd\xed\x69\x9f\x7b\x4f\xdd\xda\xc0\x16\x3a\x0b\x50\x4f\x51\xf1\xca\xbe\x30\x8d\x0b\xfc\x13\x0a\x97\x50\xf0\xa3\x97\xbf\x03\xaa\xfb\x00\x22\x2c\xe8\x4e\x7c\x43\xdb\x3b\xf3\x77\x66\x7a\x17\xfe\xee\x73\xe5\xef\x8c\x7c\xc7\x11\x63\x46\xb7\x3c\x45\xfe\x70\x0b\x00\x89\xcf\x2d\x5a\x4a\xb9\x6f\x4f\x91\xc8\x77\x0b\x02\xa9\xed\x1d\xe4\x82\x6d\xbe\x05\x81\x67\xea\x75\x1c\xe1\xf1\x22\x6d\xb0\xc0\xbc\xa9\xd2\xaa\x34\xcf\x1e\xb0\x09\xf6\xe4\xc6\x4a\xd2\xe4\x59\x90\xd0\x55\x6e\x01\x2c\xbf\x62\x2d\x20\x72\xf6\x88\x4d\xb0\x3d\x37\xd6\x32\x0f\xbf\x92\x54\xc7\x67\xd3\x97\xc5\x0b\x78\x99\xed\xf8\xc3\xb3\x7f\x97\x1e\xd8\xfa\x72\xf4\x83\x97\xc7\x17\x07\x79\x1d\x84\x26\xdd\xd9\xb3\xcf\xb9\x27\x99\x03\x23\x7a\x78\xa6\x8b\xf4\xf0\x4c\xe8\x7b\xee\xce\x32\xd9\x81\xb3\x04\x81\x72\x8f\x59\x0e\x5e\x00\xf2\x9c\xed\x3b\x42\x98\xe3\x0c\x2d\x7b\xbf\x9d\x9e\x2f\xd2\x82\xe5\x50\x4e\x9c\x9d\xce\x9e\xa2\x99\x18\x37\x4e\x11\x0c\x37\x0f\xe1\x0e\x6a\xe5\x21\xdc\x0f\xdb\xb8\x24\x78\x4e\xde\xa7\x68\x55\xd8\x6a\x1e\xae\x68\xfa\xe2\x22\x38\xd1\xd9\x93\x33\x0f\x3b\x73\x45\xd5\xce\x4e\x7f\xb1\x4d\x4c\xda\xd9\xc4\xa4\xf9\x65\x3a\x4f\x64\x99\x3c\x03\xc0\xcc\x73\x3a\xcf\xc3\x17\x50\x1d\x4a\x95\xa7\xd3\xe4\xe8\xe6\xe9\x6c\x38\x1c\x79\x3a\x1b\x38\x68\x9e\xce\xa6\xf8\x99\xe7\x18\xe9\x2d\xcf\x8b\xa5\xf9\x95\x33\x73\x9d\x53\x3c\x48\x0e\x23\x38\x91\x3f\xf2\x72\x9a\x9c\xd3\xbc\x9c\xa6\xb3\x59\x1c\x48\xf1\x73\x39\x33\xf1\x7b\x89\x13\x90\xc7\xbc\x62\xe7\xed\xcc\x69\x2e\xdb\x88\x88\xcb\xce\x9c\x4d\xf2\x97\x98\x00\xe0\xfc\xc4\x98\x74\xf0\x89\xa3\x03\xd0\x4e\xa7\x06\x39\xc9\xa7\xbf\xb8\xd3\xa7\xb8\xe7\xa2\xb7\x28\x2c\x06\x9d\x7b\xf9\xfc\xed\xb2\x53\x77\x02\xa9\x58\xd0\x5d\x32\x5b\x08\x48\xbe\x9c\x7a\xb5\xc5\xfa\x29\xbe\xe7\x6b\xc3\x57\x54\xbe\xce\x1f\x5f\x10\xd5\x7c\xb9\x1a\x88\x45\x96\x86\x89\x0e\x77\xcc\x9f\xfe\x7f\x52\x1e\x5f\x42\x9a\x05\x00\x50\x1e\x31\xf8\x0e\xd2\xcb\xb8\x9b\xee\xb8\xa8\x5b\x1e\xd2\xfc\xc6\x0d\x83\xb7\x95\x2d\x89\x33\x8b\xb2\xc5\xed\xe5\x53\xfd\x39\xdf\xb2\x25\xed\x0c\x51\x28\xc7\xaf\xa3\x94\x2d\x31\xa7\xe2\xb7\x7b\xee\xc5\xae\xee\xbf\xaf\xb9\x28\x20\x4f\x98\x4b\x49\x62\x15\xec\xbb\x28\xaf\x4e\x24\x94\xa2\x84\x39\x61\x81\x45\x09\x73\x36\x5f\xc6\x4f\x35\xa5\x64\x34\x16\xba\xcd\x62\x81\x33\xce\xd1\xad\xbf\xd8\x2d\x82\x7b\xc9\x8e\x0e\x3b\x2c\xc5\xbd\x46\x0a\x2f\x5b\x78\x84\xc9\x15\x85\xc5\x89\xaa\x50\x0a\xda\x0d\x03\x97\x18\x82\x99\x17\x7b\x1d\xbe\xb8\x40\x9b\x07\x5d\x83\xaf\x96\x09\xc3\xac\x6c\x6c\x99\x48\x87\x92\xcc\x32\x1f\x5f\x80\xdb\x7c\x7d\xa1\xcd\x42\x20\xf4\x10\x94\xcf\xc7\x5f\x7c\x39\x7d\x61\x9c\x33\x3e\xa3\x0d\x1c\xb1\xe7\x9c\xbf\x23\x7f\xe5\xb2\x43\x50\xbf\x5c\x76\x08\x3d\x2d\x97\x33\x72\x9b\x36\xb6\xa5\x7c\x70\x5e\x0b\xe8\x96\x8f\xe5\x2f\xcd\x17\xda\x80\x56\xf9\x00\x3d\xea\x56\xd8\xd2\xc1\x16\x54\x84\xbf\x83\x23\xf2\xc2\x34\x73\xda\x38\x99\x1e\xce\x4b\xd9\x87\x24\x3d\x27\x5c\x6e\xf3\x86\xf4\x0e\xd0\x7b\x1f\xe9\xf4\x0e\x19\x9b\x7f\x87\x22\xec\x25\xa7\x77\x40\xb7\x36\xc8\xf2\xb1\x35\xc2\xbc\xc1\x92\x8f\x8d\xa0\xdd\xbf\x6e\x8d\xab\x6f\x39\x31\x1f\xe8\x5b\x95\xa7\x0d\x9c\x78\x2c\x7f\x7f\xac\xb1\xb3\xf9\x48\x5b\x65\xef\xf4\xb5\x15\xb0\xbe\xd1\x23\x1f\x5b\xe3\x5a\xfe\xbe\x3c\xe3\xf9\x00\x61\xf7\x24\xf3\x01\xba\x1e\xfe\xbe\xf7\x3f\x3b\xea\xc3\x5a\xf7\x63\x66\xd8\xc5\x23\x03\xf8\xc8\x00\x34\xdb\xf8\x87\x0e\x99\x8f\xad\x45\x20\x3b\xe4\x03\xcc\xca\x29\xd1\x47\x79\xe2\x98\xe5\xa3\x88\xba\x95\x5e\xaa\xfb\x3d\x69\x8c\x46\x70\xd0\xb8\x2e\x1b\xf3\x77\xf6\xa0\xe7\x49\x4f\x9b\x75\x8f\xe9\x7a\xb6\x04\x3c\x20\x54\xf9\x00\xee\x65\xf8\xcc\x10\xcb\x45\x7d\xd8\xa8\x46\xb7\x90\x89\x8e\x32\x95\x0f\xc8\x44\x3a\x36\xb2\x66\x14\xf6\x94\x66\xf3\xa5\xfc\xf8\x1a\x9b\x15\x66\x35\xf1\xc4\xa9\xcb\xa8\xd8\xb3\x1c\x7e\xf3\xe1\xb9\xf2\xfc\x8a\x3d\x7b\xb6\xa8\xc1\xf3\xc8\x7c\xb4\x77\x61\x74\x7b\xda\x5a\xe8\x3c\x1c\x00\x25\x94\x59\xa0\x68\xae\x12\x7f\x86\xc2\xb6\xe4\xcb\x06\xe5\x3e\xbc\xf9\xa7\x0a\xc9\x76\xaa\xf6\xe5\x63\x32\xa3\x0d\xef\x59\x36\x3b\xcd\x28\x2d\x0b\xcd\x38\xa3\xb3\x2c\x18\x70\x46\x65\x59\x30\xa9\xfc\x53\x37\xc9\x34\xd8\x60\x9a\x65\x73\xf9\x9c\x36\x93\x5c\x48\xd4\x19\x71\x15\x61\x2e\x23\xae\xa2\xf9\xe5\x04\x1b\xcb\xf9\x60\x46\x9b\x2d\xcc\x72\xf0\xc3\x75\xfa\x03\x7d\x42\xea\x73\x76\x34\x0f\x5f\x76\x1a\x5b\x46\x45\x7e\xce\x88\xa5\xd0\xea\x9c\x9e\xdd\xd1\x91\x7c\x1e\x3c\xf3\xc9\x33\x79\x06\xbc\xcf\xe2\x99\x81\xb7\x74\x39\x0b\xdf\xe4\xbd\x67\xc8\xdd\x39\x1f\x74\xbe\x78\xdc\x53\x06\x9e\x99\xcd\xcb\x69\xfa\x49\x28\x8e\x83\x97\xb1\x37\xe6\xe0\x71\xfe\xf8\x42\x6f\xca\x59\x13\x4a\xdd\xf4\x36\xe7\xc3\x23\xb2\xfc\x65\x6f\x46\x75\x54\x95\x5e\x50\x3f\xef\xc3\x39\x3a\x9b\x9d\xf7\xf1\xec\x9b\x2f\xe7\xcc\xf1\xcc\x29\xcd\x6f\xc8\x58\xce\x58\x40\x12\x73\xda\x67\x12\x75\x30\xe7\x7d\x10\x87\x33\xdd\x07\x71\x1c\xf6\xfa\x32\x18\xab\xcc\xac\x9d\x89\x6e\x96\x81\x7e\x98\xf3\x66\x18\xe8\xe6\x39\xe7\xfb\xc7\xd7\x4c\x8b\xee\x36\xfe\x8c\x9e\x01\xc3\xe6\x0a\xe3\xf0\xb1\xed\x3f\xd3\x90\xc3\xca\x3e\xe5\xc2\xd8\xf4\x5c\x5d\x06\x74\x22\x57\x50\xa7\xb1\xcd\x59\x5d\xbb\x71\xc2\x90\xd9\x51\xea\x33\x92\x71\xe7\x70\x22\x17\x63\x4c\xca\x59\x65\xb3\x71\x70\x94\x80\x72\x9a\x7c\xb4\x82\xa4\x32\xdc\x1a\xbe\xb0\x40\x64\xa3\x9c\x26\xc3\xad\xc7\x03\xcd\x67\x18\x2b\x73\x9a\xf4\xf6\xd9\x6b\x68\x7c\x74\x02\x9e\xc2\x64\x2f\x91\x15\xa8\x14\x6c\x66\x1b\xd4\xfb\x25\x81\x29\xfc\x3d\x4c\x51\x9c\xc3\xb2\xc0\x62\x54\xfb\x5c\x96\xb4\x8b\x1d\x28\x48\x5c\x3f\x5f\x62\xf0\xcd\x5c\x72\x41\xfc\xca\x98\x33\x73\x41\xfc\xfa\xf5\xb3\xf6\x5f\xbf\xb8\x48\x30\x15\x46\xf8\xeb\x2f\x9b\x55\xa5\x9e\xc7\x1e\xb4\xe6\xe2\xcb\x06\x64\x7d\x36\x79\x41\x11\xcd\xf5\x7d\x51\x1f\x41\x82\xb6\x4f\xf9\xcc\x0c\xd9\xb6\x86\x32\x33\x67\xaa\x6d\x70\xcf\xcc\x18\xad\xd3\x98\x03\xd6\xb6\xfc\x3f\xf3\x16\x53\x72\x1b\xb4\x85\xf2\xb6\x7d\xe0\x67\xae\x7c\x3f\xf9\x9e\xa5\xb7\x2d\x13\xcf\x0c\xaa\xb7\xcd\xe8\x67\xe6\x6c\xb4\x2d\x12\xcf\x5c\xe9\x67\x32\x6e\xb1\x1f\xfa\x87\xff\xb4\x0d\x9c\x01\x7e\xb6\x0d\x1a\x21\xdb\x36\x60\xe6\x01\x51\x6b\xae\x3e\x9a\x7e\x24\x1c\x5b\xb8\xca\xed\x94\xc8\x43\x8d\xdb\x09\x05\x62\xdc\x13\x0a\xc4\xb0\xa7\x70\x5c\x7e\x22\xb1\xf0\x87\x6b\x7f\xc3\xf4\x37\x2b\x1e\x85\xd9\x5f\x6e\xd5\x62\x89\x17\xd4\x17\x82\xd5\x36\xf1\x92\x04\xb6\x0b\x83\x76\xe7\x11\x80\xd8\xa1\xc2\x45\x81\xfa\xb6\x4d\xdf\x46\xa6\x77\xa8\xdb\xd1\x0e\xfb\xdf\xa7\x8a\xa3\xdf\xb6\x8e\x3e\xd8\xac\xf6\x54\xe0\xcd\xca\x9f\xc6\x33\x23\x61\x32\xce\xb1\x41\xcf\xfe\x7e\x30\x99\x37\x80\xc0\x1c\x5e\xa9\x27\xd0\xec\x9b\x7a\x0d\xb8\x71\x3f\x98\x71\xe2\xf1\x81\x8d\xec\xcf\x7b\x62\x1f\xc0\xeb\x9e\xd8\x07\x3f\xaf\xd8\xd0\xf9\x64\x33\xd8\xc1\xc1\xeb\x9d\xdd\x87\x8c\x76\xb0\xe5\x80\xee\xf4\xee\xfe\xd0\x4b\x2f\x7c\x53\x78\xae\xfc\x9d\xb9\x74\x56\x92\xbe\x13\xcb\x72\xdf\x6a\xee\xcc\xd0\xed\xde\xdd\x22\xe6\xb1\x51\x12\x9b\x71\xee\xfd\x64\xa7\xa1\x36\xbd\x7b\xd2\xe2\x65\x6f\xde\xb0\x2d\x27\x23\x2d\x67\x05\xb8\x98\x54\x9c\x3f\x58\x6d\x0f\x6c\x6a\xfe\x22\x20\xa1\xfc\x7d\xa3\xc1\x16\xe7\x58\xe0\xf9\x48\xc9\x79\x09\x6e\x05\xb6\x8c\xc3\x33\x0b\xc1\x1f\x29\xce\xdf\xc1\x8b\x5d\x83\xfb\x03\x91\x25\x63\xcc\xc9\xa3\xca\xd4\xc0\xed\xd1\x62\x57\xf9\x65\x78\x4e\x59\xfc\xf8\x70\x1e\xd9\x84\x71\xbe\xce\x66\x37\x59\xb8\x1c\x7a\xe6\x34\x2f\xd4\xa8\x9c\x41\xd8\x93\x31\xd3\x01\x2a\x9c\xe8\x0a\xd9\xc3\x7a\x66\x87\x81\xb2\x9f\xa8\x08\xd9\x23\x7d\x76\x67\x93\x7c\x49\xbe\xd0\x1b\x44\x37\xbb\xdf\xe7\x6a\xbf\xce\xe6\xfc\x49\x66\x77\x93\x87\xd5\xb4\xc6\x26\x3d\x13\x8b\xa6\x02\xce\x33\x1b\x72\x65\xf3\x97\x81\x3d\x37\x7e\x59\x7c\x16\xbf\x9c\xfc\xc2\x04\x9e\x4d\x18\x6a\xe6\x94\x3d\x68\xca\x55\x66\xfa\x6c\x5d\xa0\xf6\xea\x73\xfe\xf1\x55\xe4\x17\xcf\x96\x2f\xaa\x02\xc6\xb3\x05\x8c\xea\xa9\x78\x54\x93\x0b\xcc\xf7\x59\x7a\x5b\x20\x02\x0f\xb3\x2f\xb3\xd9\x1c\x8f\x4b\xeb\x7e\xb6\x7e\x7c\xb5\xa3\xd9\xfe\xdc\xcf\xd3\xe7\xbd\xfd\x03\x8d\x39\x3f\x9b\x98\x97\x0e\xd9\x7b\x36\x2e\x15\xf1\xea\xf9\xb0\x74\x94\xdb\xfc\xe0\x05\x6b\xd8\xdc\xf2\x03\xf5\xae\x09\x54\x7a\x3e\x0c\xa8\x9c\xf4\xe0\xf7\x2a\x12\xbc\x07\x5c\x2c\x0b\xe2\xf4\x80\x8b\x75\x2d\x7f\xd9\x28\xbe\x92\xd3\xc7\xff\x55\x97\x80\xc4\x03\x56\x16\x87\xf6\x81\x00\xb6\x83\x93\xf0\xa0\xb1\xff\xec\xe0\x64\x6e\xf2\xc5\x07\xf5\xbd\x1e\x83\xb9\xe1\xdf\xaa\x47\x7c\xa6\xa6\x0a\x92\xa0\x92\xa4\x12\x10\x47\xa3\x5f\xd0\xd3\x47\x9b\xa3\xba\xc3\x73\x15\x80\x09\xca\x3f\x9b\x67\xe6\x0e\x92\x3e\x3a\xc3\x3a\x72\xf9\x83\x4e\x5f\x94\xb9\x1f\x75\x79\xec\x8b\xf9\xb9\xf4\xe6\x4d\x3b\x43\xea\xce\x6e\xec\x56\xb5\xca\x21\x68\x6e\x86\xf4\x64\x3e\x5a\x1e\x7f\x7e\x35\x9c\xa5\xbf\xcc\x3d\x7e\xa7\x2f\x04\xf5\x32\x5d\x0b\x82\x7a\x51\x63\x78\xf0\xc2\x15\x4c\x06\xf9\xd9\xc4\x36\x75\xd7\xb2\x25\xc6\x52\xdc\x99\x87\x9d\x81\x66\x3f\xcf\x49\xb7\x00\xe2\xc1\x3c\x5b\xfd\xfb\xc6\x84\x85\xbc\xf5\xbc\xa8\x21\xb0\xa8\xf7\x50\x63\x3c\x78\xde\x87\x58\x36\xf0\x6e\x5a\x51\xd1\x10\xf3\xbb\x65\xcc\xba\x09\xca\x37\xe4\xf0\xc5\xd2\x80\x1b\x2e\xbf\x9b\x9e\xd7\x04\xef\x78\x37\x41\x2f\x79\xd8\xd9\xd8\x7f\x4f\x0e\xb8\x61\xd0\x38\x03\xef\x96\x46\x6b\x46\xc4\x7a\xb7\x30\x5a\x32\x62\xd2\xbb\x65\xd1\x52\x96\xfd\x5c\xfb\x9b\xe4\xf7\xf7\x7e\x86\xaf\xbd\x07\x07\x31\xc6\x7d\xf7\x33\x8b\x7e\xb7\x5e\x59\x15\x8b\xde\x2d\xbb\x96\xd4\xfd\xfb\x3e\x93\x8b\xe3\xf6\x6e\x3a\x58\x33\x6c\xf3\xdd\x0a\x4c\x55\xbf\x78\x71\xe3\x15\xe7\xbc\x45\xa7\x32\x9c\xdb\x16\x61\x6b\x81\x82\xbc\x9b\x84\xd5\x92\xed\xe7\xe4\xd9\x6f\xae\xfd\x7d\xf5\x9b\xbd\xb7\x0b\x2d\xf2\xdd\x1c\xac\xd6\xe6\xf3\xde\x90\x04\x55\x79\xf1\xdf\x65\xc4\xd4\x77\xcb\x45\x65\x82\xf0\x6f\xde\x38\x8a\xc9\x31\xbf\x9b\x42\x66\xb5\xe8\x17\x77\x5d\xc0\x6a\x6b\x51\xb5\x73\xa8\xde\x0c\x4e\x81\xf9\xef\xa6\x9b\xb9\x36\xfb\xfc\xfc\x4a\x8f\xde\xad\x68\xd5\x2e\x4c\xf2\x86\xa7\x67\xe0\xdd\x12\x74\x4e\xc3\xb1\xf6\x3c\x87\x6b\xc4\xf6\xb2\xdc\x23\x4c\x2f\x0b\x1e\xf9\xe2\xc1\xc3\x7c\x95\xdf\xe2\x29\xf3\x9b\xbf\xd3\xb8\xb7\x40\xe3\xe0\x2a\xef\x16\xbf\xab\x12\xf2\x5b\x3a\xcf\xac\xa5\x0c\x9e\xed\x67\xd3\x9b\xce\xc9\x79\xb1\xdb\xd4\x26\x70\xcb\x5e\x00\x9e\xdf\xfc\x6e\x25\xb0\xe2\xc4\xcc\x2f\x9e\xbb\xe6\x22\xb7\x24\x5f\x17\x74\xe7\xc5\x6f\xb7\xa2\xed\x66\x47\x78\xc3\xf2\x8b\xd7\x2e\x8b\xf9\x35\x41\x40\x19\x78\xcb\x0d\xa5\x89\x64\x5b\x0d\x28\x4a\xc6\x2f\x3a\x3a\xae\xa9\xfc\x6e\x8d\xa0\x68\x6f\x78\x6b\x87\xe0\xda\x76\x80\xac\xcc\x61\x2b\x0a\x2d\x15\xfb\xd9\x0b\xc0\xee\x94\xdf\xba\x11\x1a\x43\x74\x7e\xeb\xa6\x96\xb3\xd9\xff\x9e\x7f\x76\x9e\xf5\xfe\xf1\xd5\x70\x58\xe4\xb7\x3e\xfb\xb9\xfb\xfd\xcb\x33\x63\x6d\x71\xb8\x54\x78\xe1\xbb\x95\xde\x32\x45\xd6\x86\x86\x0d\x05\x78\x5b\xd9\xdf\x8b\x40\x0d\x22\x77\xf8\x77\x38\x9c\xf3\xd9\x8c\xbc\x1c\x50\x89\xb7\xed\xf9\x37\x37\xa9\xed\xf9\x77\x11\xb1\x2d\x9e\xfd\x66\xcf\xbf\xbb\xf1\xb8\xe8\x8a\x7b\x81\x07\xa1\x4b\x31\x70\xd0\xcd\x69\xff\xc0\x3f\xfa\x79\x41\x14\x60\x22\xff\x86\x00\xbe\x5a\xdc\xfc\x46\x95\x09\xd1\xf8\xdd\x42\x59\xee\xcd\xef\xeb\x5e\x23\x04\xff\xdd\x42\x59\xc1\x84\x98\xdf\x2d\x77\x95\x2a\x52\xe2\x5d\xa8\x92\xc8\xb7\xef\x05\x04\xa2\xf4\xb5\x29\x87\x80\xdb\x02\x59\xa9\x02\x7d\x4b\x64\x39\x8d\x6f\xa5\xbb\x77\x4b\x6b\x65\x7a\x0c\xb6\xb0\x56\x46\x8c\xf8\xec\xbf\x17\xff\xbe\xb1\xab\xc3\xf6\x31\x86\x6d\xa5\x90\x67\xec\x58\x0b\xd9\x12\x6b\x58\x2a\xe2\x3b\xde\x06\xe5\x8c\x77\xec\xe5\x2d\x67\x85\xc7\x6e\x09\xca\xb1\x97\x17\xa0\xc7\x5f\x17\x74\x4e\xb7\x03\xec\xfc\x1d\xeb\xc7\x57\x0f\x7a\x36\xf6\xea\xd6\x61\x5b\x25\x3e\xbf\xdf\xe7\xfb\x10\x65\xf5\xd5\xc5\xf3\xf3\xe3\xab\x67\xb8\xf2\xbb\xc5\xb8\x2c\x83\x7a\xe7\xd6\x67\xa3\xed\x4c\xa0\x35\xdf\xcf\x8d\x5e\x4d\x1a\xb6\xa5\xa6\x9c\x1d\x77\x56\x9c\xad\xb6\x45\x82\x43\xa1\x79\xb1\x9f\xf6\x65\x3f\x7b\xfe\x2a\x1d\xef\xdc\xf4\x29\x50\x70\xe2\x6c\x8b\xfe\xb7\x02\x12\x28\xb8\x25\xac\x5e\xa4\x67\x5b\x23\xeb\xb1\xcd\x5b\x23\xcb\xcb\x23\x87\x8f\x62\x7a\x74\x35\xc2\xfa\xfd\xd2\xac\xc5\xf7\x2b\xfd\xf8\xea\xdd\xf9\xe0\x91\x0c\x3a\x8a\x4b\xb2\x4a\x63\x30\xf2\x68\x38\x7b\x17\xf0\xf7\x28\x6e\x11\xac\xa4\xe5\xdf\xc7\x8f\xaf\xae\x31\xe4\xdd\x02\x58\x1f\xa2\x2f\x0e\x8c\x2a\xcd\x5b\x7b\xfe\x8a\x0f\xef\x96\xc5\xf2\x8c\x3e\xf7\xf1\xc6\x21\x97\xdf\x75\xc3\xeb\xd8\xbb\x2d\xa3\xe5\xe2\xfe\x6e\x11\x2d\x37\xf9\xcc\x16\xd1\xf2\x92\x4c\xe8\xec\x48\xa2\xf2\x56\x2a\xcb\xb4\xf1\x96\xdd\x4a\x30\xb8\x2d\xba\x95\x2a\xd3\xd9\x4a\x78\x59\x1e\x03\xa4\x38\x8d\x45\xef\x67\xfc\x2a\x9b\xbc\x5b\xa0\x2b\xd3\x0d\xde\xf2\x5c\x69\xd2\x92\x2d\xce\x8d\x24\xb2\x6e\x69\x6e\x24\x69\xe4\x47\x0d\xcd\xb6\x5b\x25\xee\x4a\x04\x5b\x94\x2b\x55\x24\xf8\xbc\xd0\x21\xfa\xc1\x0f\x53\x45\xb2\x2d\xe1\x8d\x24\x42\xa3\xe1\x26\x64\xcf\x17\xf9\xae\xc8\x20\xce\x0a\xa2\x33\x9f\x73\xcf\xbf\x45\x5b\xce\xb7\xf4\x6f\x8b\x80\xb9\xb9\xde\x13\x04\x72\x53\x4f\xbd\xb5\x3e\xef\x03\x10\x82\xc7\x89\x75\x5c\x84\x3e\x23\xb2\x83\xe7\x1b\x3d\xd8\x67\x94\x59\x64\xe4\x17\x71\x51\xa9\xea\xd5\x20\x2f\x6f\xd9\xd2\x62\x39\x64\xa6\x5b\x58\x1c\x35\xbe\xd1\x87\xc2\x9c\xd1\xad\x6b\xf6\xfb\x0d\x67\xc5\xe3\x17\x45\xa7\x28\x92\xbd\xf8\x8b\xba\x18\xa4\xaa\x2d\xf6\xa1\x69\x57\xb9\xf2\x96\x33\x47\x95\xf8\x6f\x31\xb3\x84\xe4\x84\xc9\x64\x49\x18\xb7\xc4\x99\xb5\x93\xbd\x37\x8c\x40\xac\xb9\x0b\xa2\x5d\xff\x86\x9e\x15\x2d\xee\x7b\xec\x72\x6c\x49\x6d\x96\x8d\xa5\x05\x43\x3b\x7e\xee\x82\xa1\x1d\x76\x57\x30\x94\xf7\xee\x5f\xb1\x91\xc5\xc7\x5a\xca\x87\xdf\x60\x83\xda\x0a\x50\x39\xb6\x0c\x33\x61\xa7\x05\x13\xf9\x56\xc6\x7c\xc1\xe6\xb9\x15\x8a\x82\xc1\x7c\xeb\xbf\x9d\x97\x4b\xa5\xb7\xf2\x72\xdb\x2f\x7d\x85\x0d\x6a\x13\x87\x62\xb4\x9e\xd4\xaa\x1c\x2f\xd4\x81\x7e\x5f\x26\xc8\x3c\x30\x19\x75\x4c\x25\x25\xef\xc1\x67\xda\xc4\xa7\xe4\x2d\x8c\x4c\x78\x79\xc1\x14\x38\x89\xd2\x29\xd8\x02\x27\xc1\x6b\x25\x33\x3f\x42\x76\x0a\x4e\xfb\x89\x20\x56\xf2\x16\x46\x26\xc1\x70\x25\x6f\x61\x64\xf4\x7c\xf0\xfc\xd9\x7f\x6f\xf6\x73\xf2\xcd\xe2\xf9\xe2\xd9\xb6\x98\x23\x8b\x7f\x7f\xf8\x7b\xe7\xf9\xe5\x99\x7e\x2a\xf3\x6c\x3e\xab\x3e\x33\xff\x2d\x8b\x4c\xc2\xed\x0a\x26\xc9\x89\xbb\xa3\xe4\xf0\x17\x2c\x5e\x1a\x16\x8d\xc5\x24\xa0\x7a\x47\x1d\xbe\xec\x1f\x52\xf7\x99\x9e\x00\x51\x5e\xf4\xd4\x59\xcd\x02\x12\x8d\x19\xa1\x7a\x1e\x55\xd0\x2d\x40\xd1\x7d\x1e\xfe\x60\x0b\x60\xc1\xe6\xe2\xb9\x9d\xc8\x1a\x25\x6f\xc2\x97\x8e\x3a\x59\x28\x36\xc5\xa3\x4e\xbf\xba\x6c\x0e\x38\x36\xed\x9b\x25\xf9\x15\xe0\x88\x99\xbf\xce\x9c\x1f\xb0\x28\x1e\xd5\x5f\x50\x50\x8f\xba\x98\xfb\xa6\x54\x13\x83\x62\xc9\x1f\xa1\xcf\x6e\x7d\x80\x7e\xb3\x35\xd0\xef\xcc\x0a\x4a\x45\x04\x66\xc9\x1f\x86\xeb\xb6\x05\xfa\x1c\x00\x3c\xc6\x93\x30\xce\x92\x5f\x24\x44\x71\x17\x0f\xea\x3c\xaa\xcf\x38\x37\x40\x01\xbd\xa8\x09\xef\x64\xc1\x8f\x3a\xa1\xcd\xa5\x10\xb0\x98\xe6\x96\x9c\x8b\xc6\xd7\x34\xc1\xdc\x42\xc0\x62\xc2\x4f\x5a\x0a\xd6\xf6\x34\xb7\x9c\x58\x74\xbe\xa6\x39\xed\xf9\xf4\xc5\x9e\x2f\x5f\x1c\xff\xc6\xce\xbf\x27\x5c\x12\x5e\x04\x3f\x4a\x8d\x79\x31\x48\xe2\x78\x81\x6a\x25\x39\xfa\xf2\x23\x7c\x0a\xe0\x5a\xd1\xee\x8e\x4e\x5b\x4a\xd2\xa6\x46\xeb\x8c\x35\x0c\x04\x2b\xd9\xd5\xb2\x28\x1c\xb9\x69\x1d\x2c\x0a\xe3\x4c\x5a\x9c\xf3\xb2\x75\x8f\xd1\x1c\x62\xeb\x1e\xa3\xb1\x49\x78\x6f\xe7\x01\x40\x0b\xce\x9c\xe6\x68\x5b\xaf\x48\x69\x25\x16\x51\x40\x5b\xce\x0b\xae\xdb\xa4\x90\xbe\x49\xf7\xc6\x90\xcc\x70\xc5\x11\xe8\xa9\xb0\x22\xa4\xfa\x52\x50\x0f\xd2\x2a\xdf\x49\x6e\x05\xa7\xef\x3c\x38\x73\x85\xb8\xbf\xb4\x0a\xeb\xe2\xc0\x1e\xd5\x71\x2e\x27\xe0\x57\x4e\xb3\xb0\x3d\xc4\xf3\xa5\x05\x4d\x2c\x9c\xc7\xa3\xfa\x8c\x8d\x8f\x33\x5b\xaa\xb3\x11\x5e\x5b\xd8\x1f\x6d\xfa\xd1\x87\xf9\xb3\xc8\xca\x0e\xba\x9b\x5b\xa8\x9f\x68\x88\xa5\xec\xf3\x3b\xda\xa2\x6d\x13\x10\xf6\x4a\x10\x50\x5a\x20\x7b\x69\xee\x82\x5b\xd5\x18\x1b\xfa\x52\x90\x2e\x13\x4e\xf7\x52\x06\x5e\x31\x0e\x64\xd9\x12\xdf\xe8\xf1\x0c\xd9\xce\xc0\x71\xe8\x13\xf1\xfb\x97\x45\xd0\x11\xa1\x1f\x09\x1f\x78\xc1\x85\x3d\x0f\x57\xbd\x44\x2b\x00\xb5\x18\x39\xfb\x0d\x58\x25\xcc\x96\x88\xdb\x6d\xc0\xe1\x12\x3f\x3f\x74\x04\xb9\xc4\x6b\x30\xba\x88\xa4\x6d\xdc\x59\x7c\x20\x48\xd3\xbf\x43\x77\x84\xd2\xe9\x24\x68\x7b\x82\x2e\x19\x48\x9e\xb6\xf5\x1b\x9d\x8e\xb4\x85\x65\x2b\x50\x97\x02\x9f\x46\x70\x2e\xe5\x82\x66\x41\x80\xf0\x98\xcf\xc3\xcd\xbd\xa0\x14\x1e\xbd\x0b\x10\x25\x26\x74\x63\x00\x2e\xb4\xbd\x3d\x9f\x00\xbe\x1e\x4a\xef\xa0\x73\x35\x56\xb9\x30\xef\xca\xd1\x1f\xb8\x0f\x4a\x35\xc2\x61\xa5\x83\x97\xcb\x5f\x3a\x2f\x0f\x51\xd5\x89\x17\xe2\x9f\xaa\x28\x58\x89\x7f\x1a\x79\x4b\xd6\xa5\xce\x90\xee\xe9\x0d\x91\x75\x60\x97\x28\x95\x20\xf0\x4e\xec\x63\xa9\x18\xbe\x06\x8e\xcc\x52\x11\x5e\x66\x81\xaa\x54\x42\x56\x06\xf6\x8b\x52\x0d\x1d\x41\x36\x29\x2d\x69\x46\x62\xa7\x1a\xca\xb1\x26\x98\xd2\x08\x86\x1c\x44\x6c\x96\x86\x19\x7a\x10\x00\x57\x9a\x32\x24\xd1\xce\xa5\x61\x09\x1c\xd8\x86\x4a\xdb\x12\xd0\x7e\xd9\xe3\x34\x40\x35\x0a\x1b\xdf\x6e\x5c\xb7\x47\xe7\x97\x17\xe5\x99\x10\xe7\x82\x79\x7f\x6b\xd2\x7b\x71\x1d\x27\xfe\x4a\x5b\xb6\x2a\xbd\xd2\x01\x81\x13\xa5\x13\x56\x34\xea\x96\x14\x4b\xc7\x12\x3a\x2a\xe3\x74\xe4\xed\x81\xc8\x53\x3a\xc6\xb7\x21\x77\x19\x58\xd8\x47\xe3\x80\x0f\x2c\xec\xa3\x6d\x9d\xa4\x8c\xd1\x7c\xd9\x73\x1b\x53\x23\x1b\xc7\x6c\x00\xb7\xd1\x7c\x79\x30\x3f\x12\x23\x5f\xc6\xc3\x4a\x1b\x02\xce\x70\x09\x8d\xe9\x8c\xf7\xf6\x65\xf7\x36\xb1\x9b\x8d\xb6\xd5\xec\x32\xb1\x91\xc4\x31\x9f\x45\xd9\x1b\x9e\x38\xab\x9f\x41\x22\x67\x73\x6e\xcc\x7a\x76\x67\x00\x21\x9d\x1f\x62\xb6\x11\x96\xcb\xc4\x68\xba\xb0\x22\x94\xf9\x7e\x7e\x35\x00\x97\x05\x7d\xd7\x01\x5b\x16\xf6\xf3\xd1\xf3\x77\x5e\xd7\xb2\x08\x8a\x1b\x1d\x4a\xb5\x3e\x84\x89\x12\xf7\x50\x16\xf2\xf4\xe1\xca\x3f\xed\xf2\x65\x83\xfb\x23\x2a\x8c\xc4\x2f\xe8\xac\x03\x83\x50\xf9\x4c\x22\x1e\x15\x8c\x3e\x97\xbd\x41\x33\x3e\xc6\xa5\x10\xda\x53\x3e\x58\x3e\x07\x6e\xad\xf2\xc1\xf2\x39\x70\x44\x96\xcf\xc3\xc4\x31\x0b\x95\xcf\x5b\x44\xd3\x0d\x93\xf3\x70\x50\x16\xab\x7f\x60\xe0\xf5\x2d\x27\x61\x1b\x03\xd7\x67\x39\x09\xd1\x68\xd8\xc2\xca\x49\x2c\xe0\x20\xac\xae\x9c\xc3\x71\x10\xfe\x4e\xac\xf8\x83\xe0\xd3\x72\x72\xb8\x34\x80\x96\x73\xda\x06\x62\x72\x62\xfe\x1e\xc4\xc8\x95\x13\xa7\x5b\xf7\x10\x9f\xd8\x8b\xfb\x82\x3c\x9c\x97\x6d\x38\x1b\xe7\xcb\xb6\x7a\x9e\xce\x97\x28\x5c\x25\xc2\x8b\xe0\x88\xbe\x90\x75\x2e\x1c\x19\x03\xc5\xb3\x5c\xf4\x36\x16\x40\xbc\x30\x12\x0f\x99\xdf\x4d\xcc\xcb\xc0\x7d\x53\x6e\x04\xec\xb1\xfa\x1e\xe7\x2e\xe2\x05\x70\xbb\x2b\x34\x1c\xf1\xe5\x26\xf2\x72\x2c\x50\xe9\x46\x0a\x9b\x07\x02\xfa\x8d\x1f\x30\x28\xf4\x7d\x85\x31\x7e\x43\xea\xde\x04\x2e\x4d\x34\x9a\xf2\x70\x1e\x83\xdb\x3f\xc5\x49\x33\xe6\x63\x64\xbb\x12\xfe\xd3\xed\x0d\x19\xeb\x21\xa8\x73\x62\x4f\x28\x0f\x74\x6c\xa2\x67\x15\x5d\x29\xf3\x80\x56\x3c\x06\x1d\x12\x3d\x55\x70\x73\xa4\x79\x70\x6c\x1f\x63\x6a\x09\xa5\x2a\xd8\x9d\xd2\x14\xf7\xb4\x90\xf4\x05\x1d\xc3\x14\x92\x26\x61\x68\x05\xfb\x47\x0a\x59\x1a\xbd\x33\x85\xf8\x87\x82\x99\xaa\xb2\x9d\x4a\xd6\x4c\x2c\xe1\xbd\x6d\xc3\xb1\x7d\xef\x80\x41\xfd\xcd\x6f\xeb\x51\xfc\x6c\x0b\x99\xf5\x20\x60\x76\xa2\xe7\xd7\xc3\x50\x65\x22\xe5\x6b\xdc\x55\xa9\x7b\xd0\x6a\x50\xcc\xc4\xb4\x51\x0d\xbb\x9f\xf8\xa6\x6a\xaa\x2f\x2f\x9b\x8a\x54\xc3\xca\xf5\x49\xd7\x74\xb2\x6c\x08\x7b\x4d\xa7\x9f\x8d\xbc\x5f\xf0\x8c\xce\xbc\x65\xc7\x9a\x9e\xc7\x17\x7a\x7b\xed\x60\xc3\xa0\x12\xb2\x91\x26\xf4\xbf\xe6\xc3\xcf\x36\x5a\x57\x83\x6e\x2b\x5e\xbc\x9a\x63\xd6\x5b\xca\xab\x46\x2f\x4e\xd4\xe3\x9a\x6f\x5f\x2a\x9f\xe1\x60\x98\xc4\x86\xd7\x02\x3f\x9b\x58\x17\x2b\xa2\x5a\x9a\xd0\xf2\x5a\x88\x80\x98\x65\x0b\xac\xb5\x38\x37\x42\x90\x6b\x01\xe1\x27\xf1\xc4\xb5\x22\xd7\x4e\xb6\xb1\x56\x6f\xd8\xc4\x2f\x10\xa8\x49\xdc\x57\xad\x9c\xd9\x49\x78\x5c\xad\x9c\xd9\x49\x2c\x6d\xad\xde\x25\x40\x5f\xab\x15\x7b\xe2\x38\xb6\x9a\x52\x2b\x51\xb6\xb3\xc6\xcb\xc7\x97\xbd\x59\x15\xce\x30\x6b\xa7\x03\x6c\x08\x13\xfa\x5f\xeb\xe9\x44\x17\xd3\x11\xc9\xeb\x66\x95\xb5\x39\xd1\xb6\x89\x4b\x6d\xc4\x33\xce\x96\x8f\x6f\xe8\x65\x6d\xc8\xbb\x15\xff\x61\x6d\xc2\xa4\x01\xe1\x36\x02\x81\xf7\xc4\x1b\x81\xaa\x83\x60\xb2\xda\x4e\x87\x62\x12\x8d\x19\xad\xe4\x67\x0f\xe8\x83\xf1\xb4\x36\x69\x1f\x96\x96\xda\xa1\x15\xb3\x03\xad\x9e\xb4\xad\x83\x7f\x1d\x01\x74\x62\xa5\xaf\xdd\xc0\x6a\x62\x75\x6b\xff\xf8\xcb\xa6\x3c\xb5\xc7\x9d\xb2\x4d\x49\x6b\xff\xd8\x1b\x28\x37\xd8\x95\xd9\x37\xdf\xa9\xc3\xbb\x42\xf8\x4d\xea\x00\x7d\xe6\x48\x7b\xa2\xc3\x9b\x5d\x04\x5e\x54\xf9\xdb\xc4\xb1\x5f\x67\x62\x23\x08\x6e\xab\xd3\x9b\x47\x44\xfa\xd7\xa9\x4d\x1c\x45\xba\xce\x0a\xec\x71\x75\xd4\x89\x98\x32\x31\x92\xd6\x85\x29\x68\xa0\x23\xd5\xf5\x80\x17\xe8\x1f\x75\xc1\xd2\xe6\xda\xa2\x40\xfd\xa0\x56\x4d\x14\x8d\xfa\xc1\xd7\x3b\xa1\xbe\xf5\x83\x9c\x33\x91\xc8\xeb\x89\xe8\x5f\xb8\xad\x54\x4f\xac\x08\x13\x07\x73\x3d\x47\xc0\x7a\x77\x70\x22\x0c\x4e\xdc\x92\xf5\xbc\x1c\x87\x53\x73\xde\xf1\xcb\x9e\xdb\xf9\x28\x69\x6d\x21\xb3\x5e\x32\x55\x94\xfe\x7a\x65\x76\x01\x2f\x7e\xbd\x18\x74\xa1\x7e\xd7\xeb\xd2\x56\xc8\xb1\xbb\x08\xad\x5c\x07\x2b\xbd\x9e\xe4\x67\xfb\xe5\xe6\xdc\x2e\x7c\x94\xf5\x86\x76\x2d\x6c\x69\xf5\xf9\xbb\xa7\xad\x3e\x07\xfe\xc2\x78\x56\xd2\x63\x9d\xcf\x81\x75\x75\xd8\x00\x83\x52\xf3\xef\x78\xca\x92\x0d\x16\xf6\x6b\xff\x8e\xe5\x74\x6b\x66\xf5\x31\x8c\xb7\xfa\x8d\x44\x2f\x5e\xee\x1f\x5f\xa5\x71\x42\x9f\x03\xdb\xf5\xd6\x4f\xeb\x03\xfe\x0d\x09\xdb\x83\xaf\x0c\x8b\x42\x7d\x60\x48\xf8\xd3\xea\x93\x62\x7a\xb4\x46\x70\xab\x50\xa8\x67\x2b\xa1\x95\x28\xc0\xfa\x70\x01\xae\x17\x9f\x07\x0e\x32\x3b\xc2\xa1\x03\x1a\x3f\x09\x7b\xe3\xb2\xed\xc3\x72\xfc\x06\xcf\x79\x06\x37\x9e\xbc\x01\xb3\x5c\x5b\xd6\x0a\x4e\xa7\x79\xfe\x74\x4d\xd6\x07\x2c\x19\x04\xd2\xd4\x07\xd7\xd6\xc1\x71\x7f\xa0\x65\x35\x03\xfb\x07\x09\x5c\x47\x76\x7d\xb2\xc6\x63\xa0\x81\x34\x3e\x88\x3a\xa9\xcf\x66\xb0\xf5\x70\x52\x28\xa4\x5c\x7c\xaa\x4f\xd9\x42\x4e\x3a\xdc\x08\xdc\x55\xf8\x42\xeb\x53\x94\xf2\x05\x20\x08\x82\xc9\xb2\x3e\x9b\xb3\xe4\x25\x90\xb9\x5d\x86\x46\x56\x9f\x82\x0d\x7e\xf9\xf7\x37\x1c\xa9\xbf\xad\x4f\xd5\xc1\xca\x68\xb8\x9c\x90\xdb\xeb\xc3\xf1\xaa\x84\x5a\xd6\x87\x28\xb4\x5e\x59\x50\x15\x4f\x8b\x2f\x53\x91\x95\x6e\x2b\x2e\x52\x91\x60\x2b\x9c\x85\x08\x8d\xfa\x54\x8f\x06\xd3\xab\x44\x02\x38\x6d\x22\x4c\x47\xae\xe9\x3b\x4a\xf8\xb4\xf6\xe3\xab\x57\xe1\xd6\x84\x02\x3d\x73\xb5\xab\x41\x43\x9e\xcd\x45\x6b\x12\x97\xb9\xd8\x55\x44\x1c\xee\x75\x19\x5e\x51\x1f\x64\xcb\xe4\xe9\x79\x5a\x08\xd2\x3c\x33\xc7\xe6\xdf\xb1\x24\x67\x46\xe8\x19\xd7\xa4\xcf\xc5\xc6\x34\xd8\x72\xc7\x7e\x01\x70\x5d\x54\xa8\x00\x6b\x80\x3b\x1c\xea\x67\x60\x24\x9f\x8c\xcd\xfd\x8c\x85\x15\xb0\x3e\x5e\xbc\x70\x52\x44\xb0\x54\xec\xf0\xf5\xe1\x12\x46\xf7\xa8\xce\xcc\x92\x00\xd6\xfc\xd5\x8f\x5d\x9f\xd9\xc1\x4e\xff\x8e\x29\x1d\x0a\x40\x88\x48\x1e\x62\xd1\x96\x7e\x6a\x72\xfb\xe6\x89\x03\xde\xe7\xeb\xa7\x0f\xbc\x3e\xc8\x9f\x35\x36\x9c\x28\x92\xe4\x33\x4c\x2e\x7b\x5e\xd0\x00\x97\xdb\xad\xa3\x42\x94\x5d\x5a\x63\xe8\xd4\x58\x11\xec\xb8\x95\x58\x91\x9c\x0e\xf7\x78\xeb\xe9\xf5\xe7\xf3\xe2\x19\xc0\xe0\x9e\x38\xa0\xca\x0f\x36\xba\x04\x55\x7f\x64\x66\xb8\xe6\xea\xb3\x99\x8c\xe1\x10\xf5\xf9\x00\x0b\x91\x08\x51\x59\xba\xfb\x7c\x9c\x86\xdf\x77\xfc\xdd\x4c\x09\x4d\xb1\x4f\x60\xba\x35\x99\x72\x0c\x06\xc6\x65\xb0\x86\x7d\xbe\xce\x94\x97\xcd\x28\x6a\x12\x97\x36\x5f\xaf\x72\xc7\x67\x8b\xe2\x95\xc8\x8d\x1a\x91\x1f\x81\xe2\xe7\xe7\x67\xd4\x40\x7d\xce\xf3\xd7\xb0\x9d\x6a\x48\xc8\x50\x36\x7b\xb6\x1c\x9c\x8b\xe3\x6d\x6d\x2f\x37\x01\x70\xb9\x1e\x5a\x2b\x92\x07\xbc\x37\x81\xaf\x04\xa7\x56\x02\x42\x6a\x4a\xfe\x7d\xe0\x94\xb6\xf1\xb4\x81\xad\xb1\xe5\x77\x1b\x9c\xc6\xb6\xf0\x7c\xd3\x98\x29\x5d\x6c\xae\x58\xb5\x95\xd6\xd2\xc4\x62\x62\x85\x6b\x91\xa0\x6f\x99\x25\x27\x49\x04\xf7\xd6\x02\xac\x5b\x84\xcb\x5c\xc0\xa8\xc4\x8e\x54\x62\x53\x2b\xa1\x23\xa5\x65\x3b\x5a\xb8\xda\x98\x90\xaa\x38\xd1\x92\xf5\xe1\xca\x5a\x8a\x9d\xde\xf2\x5f\x17\x48\x37\x33\xca\x7e\xf3\xf2\xcc\x27\x4f\xcc\x88\x1f\x1e\x23\x41\x58\xce\xd6\x8e\x77\x47\x6c\xc4\x53\x88\x48\x60\x7a\xcf\x06\xd8\xe1\x9e\x20\xe4\xa4\xce\x08\x8f\x27\x34\x3e\x3a\x9d\x13\x13\x7f\x80\x4c\xb6\x5b\xc2\x5c\xaa\xcf\x81\x0f\x34\x57\xb7\x42\x0a\x79\x5e\x29\x55\xe3\xab\x37\x43\xc4\x99\x20\xb2\xf2\x4a\xa2\xdc\xdb\xfc\x8a\x75\xbc\x5d\x71\x8b\x67\x81\x56\xbf\xa5\x73\xef\xa6\xa0\x19\x69\xe9\x79\x2f\xd6\x6e\x67\x1e\x54\x91\xf3\x7d\x9c\x25\x70\x7f\xa5\x1d\xa0\x2a\x41\x34\xb3\xc0\xb5\x08\xa2\x49\xf8\xf3\x2a\x41\x34\xbb\xc5\xe4\x05\x13\x67\xfc\x10\x20\x5a\xbc\x2c\x66\xe9\x0f\x18\x9e\xc0\x29\x22\x5f\xf6\x10\x76\x1b\x0c\xdd\xaf\xb0\x10\xc0\xdc\xdf\x9f\xf7\xd8\x79\x06\xc3\x10\xec\x89\x7d\x29\x04\x75\x55\x62\x5f\x52\x07\x2f\x88\x7d\xc9\x89\x2b\x22\xf5\x4d\xcd\x21\xe8\x35\x69\xcd\x6a\x36\x97\x98\x2c\xdb\x04\x05\x65\x90\x64\xe8\x17\x0b\xdf\x22\x7e\xc5\xc3\x50\x09\x74\x29\xd8\x74\x2a\x41\x26\xbb\x01\xeb\xc8\xb2\x21\x4e\x19\xe1\x24\x85\x3b\xc1\x95\x70\x92\x8a\xbd\xa1\x1a\x4e\xb2\x70\xa5\x54\x62\x48\xf6\xe0\x7e\x85\x8f\x13\x12\xf7\x06\x5b\x76\x70\xd9\x32\x47\x88\x28\x92\x3d\x77\x66\xc8\x1d\xf0\xe6\xe0\x58\x82\x8b\xe0\x29\x1f\xce\x96\x7f\x0f\xe0\xfa\x42\x18\x86\xb0\xc5\x10\x8c\x3d\xac\x1a\x46\x32\x08\x69\xad\xc6\x8e\x24\x65\x05\x02\x46\xf6\x0b\x4d\x60\xdf\x07\xe8\x47\x64\x48\x5e\x20\x0c\x91\x21\x35\x20\x02\xc3\xee\xca\xc6\x86\x86\xd4\x02\x7d\x21\xee\x23\xa1\xb8\x56\xe2\x3e\xca\x31\x6c\x81\x57\x02\x3c\x24\xee\x23\x7b\x04\x23\xee\xc3\x5d\x6a\x31\x0d\x1a\x37\xce\xa6\xa0\x6d\x4a\x11\x90\xb9\x88\xfc\xa8\xf6\xc4\x55\x06\x88\x10\x1a\x78\x25\x52\xaf\x12\xf9\xb1\x97\x6a\x4f\x0b\x21\xd1\x1f\xe0\x67\x08\x1a\x84\x7e\x54\xee\xc7\xd5\x57\x8e\x5e\x1d\xcd\x73\xed\x60\x9b\xbe\xb4\xee\x60\xd8\x15\x86\x1d\xf5\x20\x30\xf4\x14\x2c\x1d\xba\xf5\x6a\xcc\x20\x62\xae\x12\xb5\x51\x15\xe7\x89\xda\xd8\xed\x81\x47\x37\xd6\x04\xa6\x41\x08\x46\x4e\x4a\x1d\xc4\x60\x54\x65\x5d\x62\x30\xaa\x22\x3b\x31\x18\xfb\x23\x9a\x63\xc3\x52\x1d\xc6\xc0\x50\x9a\x9b\x37\x20\xf5\x88\xae\xc4\x54\xec\x06\xbe\x28\xbf\x64\xbb\x65\xe5\xc5\xd6\x1c\x45\x44\x13\xa3\x27\xb4\x20\x10\x31\xb1\x5b\xb3\xf4\xa9\xd8\xec\x6e\x60\x1e\x69\xc8\x19\xc4\x4c\xa4\x85\xdf\xaf\x1a\x34\x31\xb2\xd0\x9a\xcc\x04\xbd\x8a\x48\x89\x8a\xdd\xa6\x1a\x29\x91\x14\x29\x08\x95\x08\x0d\x9d\x50\x89\xca\x4d\x91\x4a\xa8\xc4\xfe\x88\x35\x4d\x03\xff\xbe\xf3\x08\x57\x02\x29\x76\x2b\x67\x06\x18\xd1\x43\x88\xa4\xd8\x3f\xb0\x0d\x5b\x2a\xa9\xea\x37\x84\x52\x4c\xa2\x8b\x2a\xa1\x14\xfb\x23\x5f\xf0\x28\xbb\x55\xcb\x95\xb0\x76\xfc\x88\x55\x61\x98\x00\x8a\xaa\x5e\x4c\x00\xc5\x6e\x6d\xb7\x2c\x4b\x44\xc1\xad\xd0\xa5\x8d\xcb\xc3\xe1\xb3\x74\x44\x32\x46\xd8\x44\x4a\x9e\x7e\x5d\xc4\x92\x34\x14\xe4\xe2\x59\xfe\x9c\xe0\x22\x2b\x42\x16\x19\x36\x46\x16\x69\x70\x15\xc2\x17\xd2\x92\x84\x9d\xb1\x69\x34\xde\xda\x6c\x6e\x12\x24\xe2\x11\x96\x64\xf9\x54\xa9\xb3\xf5\xe9\x22\xdc\x03\xd4\xfe\x4a\x26\x8b\xfa\x9e\x08\xdc\x3e\xab\x96\x0a\xe5\x8b\x53\x0a\xff\x25\xac\x20\xc5\xaa\xaf\x40\x05\x3f\xea\x76\xcb\x80\xd7\xf4\x05\x30\x13\xb7\xaf\xed\xc6\x60\x82\x22\x3d\xbb\xe4\xb3\x4e\xf1\x12\x19\x3c\xfd\x17\xce\x57\x8f\x8d\xe2\x88\x87\xe0\x92\x83\xc9\x77\x6e\x8e\x8d\xd0\xb9\xd9\x6e\x17\x7e\x07\x44\x18\xfb\xd6\xd8\x24\x52\xdc\x88\x4b\xd2\x49\xae\xd4\x4f\x09\xdd\xcd\x16\x4b\x7c\x6f\x68\x87\xa8\x7e\x73\x82\x64\x02\xb7\xf3\xf3\x68\x6d\xd9\xa4\x74\x89\x87\x02\x89\x9b\xb7\x05\x92\xd1\xdd\x98\x07\x01\xce\xc6\xca\x23\x4a\x30\xef\x96\x47\xca\x88\x06\xf2\x2f\x61\xf3\x10\x62\xe3\xd0\x0f\xbd\x0a\xd9\x57\xc4\x46\x06\x79\x11\x2f\xca\x70\xe2\xaf\x4b\x45\x5a\x7d\x5f\x34\x32\xcf\xc2\x16\x2f\x4a\x5d\x36\x07\xb3\xbb\x0d\x26\xc1\xd5\x4c\x4a\x33\x7d\x7c\x1f\xab\x03\xe3\x43\x82\x90\x7e\xbe\x80\x5f\xf4\x7a\xb9\x8e\xb6\x85\xa4\xe6\xad\xc8\x03\xc5\xb5\x11\x9a\xb1\xf1\xab\xf0\x82\xf6\xd1\xfc\xc1\xb1\x27\xcf\xc3\x31\x2a\x2f\xa8\x1f\x5b\x5a\x6b\x07\x06\x01\x85\xfa\x76\x1c\xb2\x61\x7f\x50\x80\x68\xb6\xd8\x30\x87\x18\xb6\x03\x01\xa2\x13\x33\xd7\x8e\x2d\x41\x34\x14\xf9\xc6\xad\xcc\x3d\x75\x06\x4f\x20\xc5\x46\xaf\x46\xc0\x48\x89\x49\x25\x45\xe8\xcd\xb2\x1a\x97\x33\x2b\x81\x05\x8d\x2b\x99\x69\x75\x7b\x8a\xd9\xfa\x83\x9c\x70\x32\x11\x25\x8b\x6e\x6b\xb1\xc5\xbf\xcb\x9e\x37\x6f\x6a\xde\xd9\x1c\xd9\x05\xa6\xdb\xbe\x9c\x09\x2e\xd5\x69\xbf\xf0\xcb\xf4\x9d\x79\xaf\x1d\xd9\xa5\xd0\x1b\xfe\xef\xe2\x5c\x88\xbc\x25\xc9\x53\x3b\x88\xbc\x5d\x0d\x28\x66\xf7\x00\xb8\x67\xa5\x4b\x60\x95\xa5\x6c\x85\xc9\x67\xd0\x3e\x1a\xc0\xc2\xe2\x23\x17\x65\xa7\x27\x61\xc7\xfe\x5d\xc9\xc9\x81\x37\xfb\x3c\x04\xa1\xbe\xc2\xe2\x0e\x94\x40\x56\x86\x56\xf6\x49\x0e\xf7\xd3\xc9\xc4\xb3\x81\xa6\xb6\x08\xb8\x01\x11\x22\x4c\x8a\x1b\x8b\x45\xb1\x0f\xf1\xad\xba\x6a\x36\xb0\xa2\x72\x75\x9f\x63\x08\xba\xaa\x48\x0a\x93\x99\x2b\xc9\x0c\x76\xa3\xb2\xd2\xc1\xcc\xab\xf7\xf9\xfc\xbb\x98\x57\x1c\x2e\xb0\xcd\xe1\x14\xa3\x86\xbf\x40\x17\x13\x13\x6c\x50\x1d\xff\xde\x02\x91\xe8\xb7\x01\x72\x37\x1c\xbb\x03\xe6\xee\x76\xb4\x00\xb9\x2d\xa4\xbd\xae\x55\x31\x65\x30\xde\x16\x4d\xca\x11\xad\x5f\x27\xc2\x47\x5d\x78\x16\xd6\x44\xcc\xe9\x8a\xad\xe9\x31\x3a\xed\xbb\x16\x5b\x66\xd2\xd5\xb0\x8b\x2f\xe2\x71\x01\xec\x5d\xf9\xa0\xd8\x84\xed\x1c\xf6\x25\x86\x16\x40\x3a\xdc\x03\x5a\x84\x3c\x52\x01\xd7\xf0\x52\xac\x1f\x11\xe7\x9d\x99\x30\xb2\xc9\x21\x4c\x86\x3e\x34\xc6\x0e\x5b\xa2\x5b\x3e\xdc\x03\x9f\xb9\xe5\x2b\x40\xa7\x00\xa5\xd3\x10\x47\x2a\xf8\xa2\x15\x63\xfa\x2c\x73\xa9\x74\x3b\x95\xfb\x9c\xf9\x74\x0b\x2b\x4b\x9a\xd0\x65\xb1\x67\x06\xeb\xb5\x63\x19\x87\x50\x0c\x41\x41\x52\xa2\x8d\xbe\xb1\x0e\xe5\x81\xc5\x5a\x97\xbc\x6d\xfa\x12\x10\x65\xf2\x0b\xde\x26\xd8\xb7\x40\x50\xaa\x24\x66\xb1\x9d\xd1\xe0\x74\x08\x7f\xb8\x6c\xcd\x4c\x42\x22\xe8\x7c\xf6\x71\x3f\xa5\x25\x9f\xd8\x4f\xa6\xf5\x51\x2f\x76\xf5\x1f\x2d\x51\x3e\xdf\xc8\xb9\x8c\x7e\xaa\x6a\xba\xde\x13\x23\x41\x3c\x73\x40\xa4\x31\x27\x04\x6e\xb2\xc0\x53\x5d\x84\xb1\x89\x51\xac\x4e\x2a\x44\x02\xe9\xf7\x29\x2e\x48\xd4\x74\x54\x1c\xac\xe3\x12\x6e\x1e\x10\x6d\x12\x1e\xb5\x4b\xcd\xd6\xe3\x7c\x29\x19\x3b\x78\xb8\xdd\x6d\xa1\xbe\x13\x4d\x84\x49\xfd\x9e\xf4\x11\x5a\x98\x63\x06\x9e\x4a\x77\x88\xd8\x42\x02\xd4\xdb\x81\x6d\xa2\x0f\xfb\xc6\xd2\xdd\x17\xe0\xba\x95\xf7\x3c\x4b\xb7\x53\x5b\xcc\xf3\x6e\x5c\x90\xb0\x05\xe7\x55\x8c\xbf\x31\xdb\xc6\x37\x5e\x37\x3e\xfc\x81\x88\x65\xb1\x5c\x8b\x84\x27\xe1\x56\xac\x13\xd1\x1e\xb7\x44\x82\x19\x6c\xdf\xbd\x7e\xd8\x13\xfb\x7d\xaa\x3f\x30\xc5\x07\x3c\x77\x4d\x3a\x37\x8a\x07\xe0\x21\x0c\x59\xe6\xf9\x68\xd7\x97\x40\x3f\xea\x62\xd5\xbe\x50\x64\x5c\xed\xc3\xb4\x62\x70\x51\xbe\xf2\x82\x81\xa2\x91\x00\xa1\x1d\xaf\x7a\xab\xc4\xc2\x8b\x35\xc3\xed\x7a\x45\x41\x01\xf1\x7a\x1a\xe8\xf8\x75\x8e\xec\xe3\xeb\x59\x74\xb7\x5f\xf8\xc6\xb2\x2b\x8f\xa2\x73\xc4\x3c\xd1\x85\xdc\x1b\x38\xbf\x9b\x7b\x8f\xbf\x6f\x31\xb1\xe9\xb3\xec\x64\xc4\x6b\xe6\xd7\x23\x9e\xaa\x99\x51\xaf\x93\x7e\xaa\x99\x51\x6f\x21\x0c\x35\x33\xea\x55\x94\xdd\x96\x34\x43\x2c\x7f\x90\x8d\x40\x08\x52\xc8\x01\x1c\x71\x52\xe0\x65\xf9\x4b\x82\xdd\x73\x45\xbe\x25\xbc\x01\x78\x37\x1a\x79\x00\x2a\x97\x19\x5b\x0a\xef\x8a\xdd\x26\x65\xc3\xc2\xb3\xc7\xc4\x75\xc0\xfa\xf3\xd6\xbb\x5a\x0a\xd6\xcf\x71\x27\xe7\xdd\x7e\x61\xee\x70\x78\x7c\x9d\x8d\xfc\x02\x95\x6b\x85\x2d\x65\xf1\x92\xcd\x25\x31\x5d\x21\xb3\x41\x33\xff\x5c\x92\xc1\x90\x72\x6e\xbf\xb0\xd8\x42\x40\x75\xf2\x07\x4f\x1c\x5c\x8c\x9c\x73\xfb\x2b\xda\x97\x88\xbb\xf1\x97\xc1\x88\xfe\x20\x06\xc1\xb2\xc9\x32\xb7\x9b\xb0\xc4\xe2\x4a\x1c\xe4\xe4\x99\x85\xe0\x06\xc0\xa5\xd8\x4c\x17\xc7\xf5\x9d\x96\x34\x24\xc8\x39\xcc\x18\x47\x86\x87\x66\xc2\x38\x32\x30\x35\xf3\xc5\x15\x67\x5e\xb9\xba\x21\xd0\x71\x09\x74\x8e\x01\x8e\xe9\x3c\xdc\x80\xaa\x54\xc5\xea\x2a\x9a\xd5\xf2\xd9\xc4\x21\x0e\xec\x5d\x2a\xfb\x41\x37\x72\x8f\x30\x41\xc8\x54\xf1\x6f\xef\xc9\xd1\x00\x1b\x44\x76\x5b\x5a\xa6\x31\x83\x35\xa1\x0f\xd3\x21\x35\x5c\xe5\x4a\x66\x33\xfb\x42\xc7\x67\xd7\x48\x06\xb7\x5f\xfc\x45\x8d\x66\xda\xfe\xc3\xc5\x2c\x9f\x2f\x6f\x4d\xf0\x1c\x67\x8e\x7e\xbb\x46\xc1\xc5\x4c\xba\xa3\xb3\xa4\xee\xc1\xfa\xce\xc4\xd7\xc8\xed\xe6\x9d\xb2\x66\x6a\xb7\x24\x3b\x24\xb5\x5b\x22\x7e\x7a\xbf\x00\x45\x88\x01\x29\xdc\xbc\x79\xd6\x4c\xe1\xb6\x38\xe5\x64\x70\xab\x87\x88\xdb\xb9\x79\xe6\x01\x1c\x92\x4a\xbe\x31\x62\xa6\xb8\x1d\x43\x89\x1e\x81\x24\x85\xed\x81\xd1\x48\xcc\x46\xc6\xac\x96\x0c\x5d\x41\x0e\x23\x2d\x5b\x41\x7d\x6b\xe6\x65\xfb\x79\xca\x86\xde\x7a\x77\x73\xe8\xe3\x65\x1e\x43\x45\x1e\xce\x94\x90\x02\x88\xbe\x6e\x69\xe6\x9f\x57\xe6\x5a\x9a\x31\x29\xba\x0a\x3b\x84\x67\x63\x02\x9c\x66\x0b\x73\x20\xf9\x11\x97\xf2\xb2\xbd\x42\x91\x10\x97\x12\xd7\x60\x47\xf1\xc0\x4e\x30\x29\xdb\x00\x7e\x17\x7f\x8f\x39\x39\x02\xd7\xf2\x32\xcf\x8b\x6b\x26\x30\xb2\x84\x6d\x01\x07\x74\x23\x13\x47\xe1\x86\x41\x23\x15\x47\xc5\xe3\xdc\xd2\xd2\xdb\x64\x5b\x03\xd1\x3c\x60\x98\x10\x82\xb6\x18\x63\x6c\x63\xec\x01\xcd\x83\x87\x3d\xa0\xa2\x09\xb6\x84\x33\x23\x17\x9f\x03\x1a\xb6\x00\x6f\x11\xb4\x13\x17\x29\x94\x94\xd3\xa7\xf3\x77\xc0\xc7\xe5\x09\x22\xcb\x5a\xda\x52\x44\x91\xe7\x24\xe2\xb5\x46\xf1\x6c\xe3\xcd\xc0\x37\xd9\x12\x92\x03\x8e\xdd\x46\x40\x48\x56\x78\x4f\x27\xb4\xd2\x6d\xc7\xb2\x30\x9d\xd1\x96\x22\xea\xe1\xe1\x39\x83\xc2\xd8\xf8\xe3\x0b\x53\x3a\xe5\xf6\xcd\xae\xb8\x05\x89\xe0\x91\x4e\x94\x21\xa1\x71\x7a\x72\x51\x6c\x48\xbc\xb7\x5f\x68\x7e\xa9\xc4\x7b\x76\xbd\x04\xeb\x61\xbf\x98\x95\xd4\x15\xfb\x43\x15\xc8\x57\xcc\xc4\x8f\x40\x08\x58\x6a\xba\xb4\xce\x89\xf0\xd7\x09\x59\x62\xee\x5b\x1e\x29\xcb\xd9\x7a\x99\xa1\xfb\x77\x65\x71\x69\x9d\x2e\xf4\xa0\x2d\x77\xcc\x90\x31\x74\x81\x28\x0e\x91\xba\x4f\x1b\x78\x33\x59\xdf\x8a\x63\x8b\x3d\x21\x7b\x52\x6f\x32\x37\xb8\xd8\x5b\x47\x16\x83\x1b\x8e\x18\xa7\xf0\x76\x74\x8f\xc8\x73\xfc\xbc\x25\xda\xd2\x16\x33\xca\x10\x05\x1f\x39\xb8\x68\xf4\xc4\x44\x98\xe2\x03\x48\x3c\x54\x08\x13\x4b\x02\xfe\x08\x11\x1b\x70\x6f\x55\x52\xf6\xe0\x46\x90\x96\x23\x56\x64\x19\xe8\x23\x47\x43\x3c\x4c\xaf\xd3\xe0\x23\x24\x09\x52\x29\xb5\xf4\x06\x3c\xd8\xd7\x37\x10\xd5\x17\x0d\xbb\xed\x7b\x82\xf7\xb6\x9f\x97\x5f\x5b\x7a\x0d\x6b\x63\x92\xaf\x4a\x8c\x4c\x0d\x1b\x46\x16\x01\x5e\x9c\xb7\xae\xea\xd5\xb4\x04\x4c\x5e\x8c\x05\x42\x1d\x0b\x06\xfe\xaf\x46\x42\x1a\x6f\xd4\x36\xd2\xd0\xe4\xc6\x37\xf9\xe0\x2c\x71\xe0\xcc\x49\xb3\xa4\x01\xe4\xa4\x29\xb8\xe1\x1a\xf1\x4d\x19\x37\x61\xcb\x26\xf6\x05\x77\xcc\x43\x43\x40\x43\x23\x0d\x4d\xc5\x9d\xd5\xb2\x57\x7c\x81\x1a\x69\x68\x12\x57\xac\x5a\x36\x3c\x01\x47\x5a\x33\x11\x4d\x25\xdf\x6c\xcb\x4a\x27\x28\x23\x99\x80\x79\x9c\x21\x2d\xeb\xe6\xc0\xd1\xd5\x32\xc1\x0a\x44\x12\xb7\x9c\xe4\x4a\xcb\x1f\x6e\xb6\x9b\x79\x64\x77\x03\x4e\x90\xb3\xee\x08\x7f\xe0\x4a\x68\xf2\xef\xdd\x95\x56\x5e\x90\x15\x9a\xcf\x81\xb5\x8d\x97\x85\x8f\x9a\x89\x60\x1a\xc0\xea\xdd\x72\x38\x4c\x84\x47\x76\xad\x3c\x17\x80\xec\xd0\x5c\xad\xcd\xae\xae\x04\x60\x99\x47\x31\xfc\xc2\x1f\xd8\x5e\x48\x39\x57\x58\x12\x69\xd3\x1a\x57\x58\x6a\x8e\xbf\xeb\x08\xb1\xad\x32\x81\xcf\x6a\xed\xa0\x46\xd6\xab\x01\x01\xe2\xee\x49\x15\xb1\x73\x18\x09\xe0\x41\xb9\x62\xf9\xcb\x3e\x47\xa2\x04\x86\xd0\x1a\x50\xfd\x61\xc3\x72\xb8\xe8\x0a\x1f\x40\xbe\xcf\x0a\x0b\x30\x55\x73\x5c\x0e\xfc\x69\x8d\x1c\x97\xa5\x0b\xca\x9f\x82\x03\x8b\x08\xc1\x61\xf9\x8b\x54\xd1\xfd\x6a\x66\xe8\x64\x0c\xe3\x6c\x25\x1a\x99\xac\x59\xea\xd0\xe4\xb8\xac\x59\x8c\x6d\x52\x48\xce\x84\x29\x2e\x57\x80\xb9\x07\xc7\x60\x8e\x46\xf5\xa1\x94\x12\x79\x97\xb5\x62\x91\xed\xb2\x14\xbb\x0a\x1b\x81\xe0\xc1\x7f\x91\xa3\x01\x3b\xdc\x1d\x22\x26\xe5\x8b\x42\xbc\x30\xec\x7a\xed\xf8\x81\x2b\xa4\xcd\x99\x0f\x58\xa3\x33\x1f\xa6\x15\xf6\x19\x34\x40\xda\x25\x5d\x65\xcd\xee\x30\x37\x48\x95\x20\xb2\xd2\x04\xce\x96\x46\xe6\xc9\x8a\x61\xb3\xe5\x01\xfc\xfd\x68\xaa\x83\x0a\xda\x19\x07\x89\x6e\x4d\x8d\x01\x71\x35\xd5\xe4\xc0\x53\xd6\xf2\x8c\xcd\xf7\xc5\x68\x3f\x9b\x4f\xc6\x60\x11\x13\x24\x17\x4f\x67\x6c\x92\x1f\x05\x7e\xf9\x8b\xb3\x62\xf7\x94\x02\x60\x31\xdc\x5a\xaa\x1a\x8b\x0c\x6f\xac\xa5\x7f\x17\xa9\xd2\xb8\xd3\x54\x35\x11\xe6\x90\x11\x20\xa5\x5c\x51\xca\x49\xf9\x89\x2b\x4a\x5e\xfc\x6f\xdc\x50\x9a\xc5\x43\xb0\x74\x02\x30\x7b\x84\x07\xd5\x0f\xae\x21\x55\x2e\x1d\xb4\x6c\x9c\x30\x37\x53\x1b\x89\x98\x76\xaf\xbe\xf4\x1f\x5f\x93\x1c\xd9\x2d\x7f\x86\x3f\x30\xfd\x0f\x77\xf0\x61\xfa\x5c\x5c\x2a\x1a\x02\xb2\x19\x01\xe1\xda\x5e\x4a\x6a\x2e\x97\xe4\x80\x49\xed\x21\x9f\x84\x26\x79\x20\xb0\x3b\xc4\x21\x55\x7a\x80\x8d\xe5\x53\x41\x1f\xb8\x9d\x88\x61\x92\x60\xcd\x0e\xaa\x18\xf9\x8c\xeb\x07\xfb\xf9\x3a\x98\xaa\xcf\x00\x5d\xd2\xcc\x65\xc7\x21\xba\x5c\xa2\xb9\x24\xee\xc2\x1c\x85\xd0\x93\xf5\x4a\x28\xf6\x93\x1f\xd3\xc0\x8b\x66\x7a\xcc\x8a\x57\xb7\x91\x1e\xb3\x10\xa3\xde\xcc\x8f\x39\x4a\xbc\xe8\xc0\x73\xf7\x09\x92\x90\x65\x67\x8c\x0f\x49\x5d\x24\x1b\x19\x71\xd8\xf1\x6d\x92\x01\x8f\x1c\x29\xd5\x92\x7c\xc5\x90\x09\x15\x8d\x8c\xf5\x21\x16\x7b\xab\xec\x4a\xea\x09\x9a\xc8\x52\x5e\xf3\x6d\x3a\xf7\x7b\x71\x99\xdb\xbf\x9f\x40\xc4\x8e\x2e\x7b\x05\x24\x37\x1c\xa0\x3a\x29\x08\x87\xd4\xf9\xc6\x80\xe9\xe6\x29\x46\x48\x2f\x23\x0c\xd0\x91\xb1\x56\x74\xc9\x11\xc6\x0a\x4d\x35\xf9\x11\x89\xe8\x48\xf1\x22\x7b\xd8\x1f\x04\xcd\x69\x83\x61\xd2\x12\x9e\xa7\x1f\x31\xd7\x47\x3f\xbc\x38\xfb\x88\xd8\xee\xd9\x13\x33\x67\x90\x57\x85\x5d\xe2\xa4\x81\x42\xcd\x3c\xeb\xe3\xf0\x30\xbe\x26\xbe\x60\x94\x37\xc0\xc9\xf0\x0a\x0e\xd2\xc2\x37\xb6\x9c\x11\x5f\x89\x8a\xc7\x41\x09\xc1\x49\x92\xd5\xa9\x0f\xe7\xa5\x81\x42\x02\xf8\x12\xd1\x45\xb7\x5e\xac\x23\x93\x4a\x2b\xc4\x3f\x12\x7f\xdf\x08\x47\x2e\x19\xf5\x91\x0b\x77\x7b\xb2\x89\x17\xb8\x6b\xf5\x07\xc0\x03\xb1\xe6\x8e\xdd\x96\xea\xfc\x08\xba\xc3\x8a\xb8\x3b\x97\x53\xe6\xdc\x17\xf3\x83\x2c\x87\x78\xc9\xeb\xc1\xdf\xcd\x09\xc2\x54\x4b\x0a\xd8\x64\x5e\x8a\xad\xe9\x16\x73\x46\x0c\x81\xc0\xa0\x19\x89\x1b\x76\x85\x64\x53\xad\x28\x2f\xa8\x1d\x15\xcd\x19\xcd\x1f\x48\x0b\x12\xbd\x9e\x7e\xc4\xb2\x71\x64\xf4\x19\x13\x81\x2b\xba\x6e\xe2\x21\x93\x6a\x50\x21\x20\x72\x6d\x12\xf2\x0d\xd1\x2b\xe4\x0d\x91\x4c\x97\xac\xf6\x39\x78\x2e\x4c\x80\x31\xb7\xbc\x32\x49\x56\xde\xb8\xc8\xb7\x87\xf1\x85\x94\x08\xe0\xb1\x97\xf4\x96\x84\x87\x6c\xab\x06\x20\xb6\xa2\x07\x82\x8c\x9d\x8d\xdb\x7b\x06\xf4\x35\x6f\xef\xad\x1c\x2f\x8e\xc7\xe2\x8b\x8c\x1c\x95\x89\x1b\x7b\xc6\xb9\x35\xee\xe4\x95\x8a\xbc\xef\x9d\x3c\x32\x12\x36\xae\xe4\x85\x38\xc1\x95\xbc\x3d\x1c\x2b\x2a\x31\x29\xbb\x55\x6c\xee\xbe\x6c\xb4\x0a\x98\xd6\x83\x21\xe8\xb6\xa6\x9f\x39\x5b\x1a\xd7\xf6\xd2\xd0\x83\x44\x60\x7b\x1e\x6e\x67\x65\x6b\x93\x7f\x37\xe1\x0b\x73\x45\x94\x21\x53\x6f\xf3\x6e\xdf\x72\xcb\xab\x09\x5f\x98\x12\x79\x3c\x6a\xb4\xd5\x4e\xd5\x1d\x59\xa5\x0c\xac\xe7\xd2\x9f\xa1\x41\x8d\x8b\x7e\x45\x9b\x15\x17\xfd\x32\x79\x23\x5a\x31\x58\x03\x41\xc6\x6b\x7e\x5d\x1c\x26\x1b\x87\xbc\xba\x20\xed\x2c\x84\xd3\xa2\xb3\x83\x98\xdc\x56\x30\x99\xe0\x04\x6e\xa5\x89\x60\xc5\x97\xeb\x67\xa2\x9a\x56\x10\x76\x94\x37\x0a\x8e\x8f\x21\x46\x86\x78\x83\x08\x50\x10\x6f\xfa\x14\x32\xf8\x3d\x96\x06\xab\x12\x97\x3d\x18\xaf\x7b\xf0\x1d\xbc\xff\x9a\x00\xa7\x95\xee\xb2\x9d\x6e\x8f\xfd\x62\xf4\xee\xe8\x76\xc5\x75\x6e\x77\x62\x44\x86\x5a\x9e\xa3\xd4\x00\xcf\x19\x34\xa5\xd7\xa1\x8b\x9c\x15\x61\x3b\xe9\xee\x0a\xa6\x93\x25\x2e\x0e\xa2\x8c\x3d\xea\xc3\xdb\xf6\xac\xd4\x60\xcf\x9f\x03\xc8\x7e\x84\x0d\x21\x1c\x44\xc4\x34\xae\x46\xa6\x42\x12\xfc\x56\x46\x24\x8b\xb1\x2f\xaf\xc2\xb0\x06\x6c\x27\x45\x82\x30\xa5\x0e\x6e\xde\x24\x2d\x09\xf2\x76\x31\x3d\x98\x94\xdb\xf4\xc0\x49\x7d\xbc\x70\xe5\xba\x0a\x4d\x03\x38\x65\x71\xdc\xad\xac\x0a\x12\xdc\xa7\x2c\x4b\x3c\x58\xce\x5d\x54\xe3\x52\xcf\x12\xbb\x88\x82\xe8\xd3\xfd\x43\x56\x99\xce\xf0\x03\xf2\x7b\x10\xb8\x43\x96\x54\xe0\x4b\x08\x2b\xc2\xe4\x03\xc6\x7b\xea\x3f\x8e\xcd\x78\x1f\xe2\xa4\x24\x19\x64\xf7\x52\x21\x36\x69\xe3\x92\x0d\x16\x93\x7b\x11\x7a\xdd\x0a\xa6\x0e\xfd\x38\xe5\xc3\x0e\xc3\x9a\x8b\x41\x14\xb2\x32\x6e\x70\x56\x6d\xcf\xde\xda\xd4\xe6\x5f\xbc\xb4\x21\xe5\x3d\x63\x7e\xb4\xd6\x93\xf2\x7d\x3c\x72\x2b\x67\xff\x99\x64\xa9\x95\x33\x90\xd2\x17\x69\xb1\xa4\xf0\x8c\xf9\xb3\xe0\x53\xde\xe4\x0f\x8a\x45\xae\x92\x8b\x52\x43\x4f\x52\x31\x67\x98\xcc\xb4\x68\x2f\x19\x3e\x43\xda\xa4\x66\xd7\xfc\x99\xd6\xa9\x95\xcb\xf4\x25\x0c\xa1\x21\x04\x4d\x93\x9b\xa6\x65\x22\xfb\x72\xd3\x34\x0f\x0f\x07\x76\x90\xea\xfe\x93\xb2\x59\xe3\x7a\x09\xd9\x07\x13\x3c\x57\x50\xb3\x31\x01\x26\x6c\x1e\xba\x1c\x0a\x91\xa0\xb1\x6b\x04\x5b\xe8\x7d\x2b\xb7\x02\x26\x23\xdf\xfa\x23\x5d\xe9\x96\x6a\x4a\x15\x93\xb6\x20\x33\xd5\x58\xcb\x2d\x82\x56\x5b\x43\xe8\x6d\x4d\xf8\xe7\x92\xd1\x17\x44\x19\x95\xed\x82\x24\x33\xdc\xfe\xa7\xfc\xcc\x65\xd5\xca\x13\x77\x38\x79\xf6\x9e\xa5\x7f\x57\x19\x1a\xfe\xa0\x34\x2c\x0f\x7f\x60\x06\x6e\xf9\x43\xb4\xbc\xe0\x40\x90\x59\x1e\x3f\xc2\x45\xbb\x38\x82\x4c\x53\x85\x0c\x16\x94\x58\x34\x8e\x99\x40\x6d\x1c\x33\xba\x07\xb8\xa3\x94\xb9\x46\xdf\xca\x6b\xed\x0f\x9f\xf1\xb4\x4a\xe2\xb0\xa5\x04\x9f\x8d\xfb\xa9\xee\xc3\x6b\x24\xe4\xf0\x17\xd6\x10\x3d\x21\x6d\x78\xaa\x5e\xca\x65\xc8\xbe\x5f\x98\x3c\xd8\x47\x0a\xed\xf0\x49\x56\x63\x3e\x35\x7f\x54\x7d\x32\x4c\xb5\xe2\x92\x71\x39\xdc\xa0\xca\x5c\xe0\x6f\x95\xc4\x00\x5c\x02\x6a\x95\xc4\x67\x84\x14\xb7\x7a\x44\xea\x46\x9e\x09\x1e\x3f\x1c\x00\x63\x3d\x93\xab\xc4\x6e\x10\x90\xde\x2a\xc1\x9f\xcb\x49\x10\xfc\xa9\x9f\xbb\x2a\xe4\x80\x85\x35\x99\xdf\x04\xaa\x5e\x93\xc2\x56\xf6\x17\xa5\x49\x8c\x2d\x15\x17\x8c\x82\x7a\x4d\x40\x1e\x08\xd7\x64\x06\x3f\x18\x4f\x4d\x5e\x7a\x65\x6d\x99\xdc\x82\x88\x0c\x35\x4b\x87\x38\x0e\x35\x07\x8c\x99\x2d\x17\x3a\x94\xa8\x6b\x04\x4f\x0c\x9b\xab\xb0\x81\x95\x95\xe8\x89\x9f\xcf\x9e\xe4\x6c\x13\x6e\x34\x77\xfb\x05\x07\xaa\xad\x3d\x42\xa0\x6b\x35\x8e\x54\xa1\xac\xe2\xd9\x29\xca\x19\x95\x70\xd1\x98\x49\x24\x1a\xb3\xc5\x82\x0a\x02\xb7\x2d\x8b\x14\xcd\x58\x15\x8f\x8d\xbe\xb1\x5a\x04\x82\xfd\x00\xf3\x6a\x5b\xd0\x4f\x4d\xa2\x2a\x89\xb8\x3c\x6f\x77\x40\x8e\x6a\x8d\x2b\xd6\x8c\x50\x95\xb4\xbf\xb7\xdf\x55\x1c\x3d\x5d\x3c\xaa\x9e\x23\x81\xbd\x85\x93\xc2\x55\x8a\x56\xf5\xf4\xc4\x38\xe6\x96\xb1\xc1\x25\x18\x6c\x60\x0c\x52\xb4\x10\x72\x4e\x26\x20\xc7\x0f\x48\x2a\x01\x45\xac\x31\xc6\xad\xb7\xda\xa4\x19\xd0\xb4\xda\xa0\x19\x7e\xd5\x15\xb1\x1c\x31\x8c\x23\x58\x7f\x6a\x58\x44\x60\xed\xb5\xc7\xe4\x19\x12\x07\x4b\xec\x42\x57\xa6\x71\x7b\x3a\xfa\x84\xe7\xa9\x07\xcf\xf1\x45\xc3\x89\x98\x49\x78\x67\x71\xc2\xd8\x47\x48\x75\xde\x2a\xf7\x3d\xa4\x40\x75\x68\x22\x1d\xbe\xc0\xfb\xa2\x31\x18\xe0\x70\xca\x0f\x02\x54\xc9\xc0\x99\x8f\x88\xb3\xe6\xd9\x93\xc6\x22\x94\x0b\xa6\x28\x3e\x9d\x05\x03\x18\x66\xa1\x51\xa9\x86\x94\xe0\x01\xd9\x52\x02\xb6\x8b\xfd\x2c\x8b\x43\xe0\xa8\xd3\x79\xd8\xc2\xeb\x12\x87\x3f\x04\x40\x58\x1e\x91\x9e\x92\xf0\xca\x45\x12\x23\x36\x2a\xee\x16\xa3\x5b\x6a\x5c\x24\x81\x21\x57\x2e\x92\x14\xcf\xdd\x74\x9b\xf8\x3b\xd9\x48\x55\xce\xb9\x45\xb9\x47\x60\x4d\x58\x5a\xb4\x96\xd6\x15\xc1\x05\x7e\xe5\xf6\x79\x0e\xb0\x93\xc8\xb9\xaa\x51\x97\xda\x9e\xea\x47\x06\x2a\x2e\x84\x9b\x05\xb3\x44\xc5\xcd\xa2\x74\x55\xf1\xac\x48\x57\xab\x82\x88\x83\x47\x7a\x01\xb7\xef\x33\x44\x57\x16\xfe\x81\x4f\x48\xd4\x48\xfd\x42\xa9\x9f\x56\x43\x2c\xc9\x36\x67\xcf\x84\xc2\x87\x93\x1a\x93\x0a\x88\xd8\xc2\x7c\x06\xee\xf2\x96\x51\xaa\xa6\x8f\x7a\x06\x95\xa0\xc9\x09\xc5\x96\x58\x9a\x7c\x54\xa2\x1b\x02\x86\xc8\x76\x32\x29\x77\x26\x6e\xa3\x60\xbc\xa8\xa7\x32\xa6\x50\x44\xd8\x58\xfa\x8b\x48\xd4\xf0\xf3\xd4\x9d\xa6\x37\x62\x3f\x4e\xf6\x49\x9a\x71\xea\xe4\x84\xe5\x57\x24\x92\x64\xe3\x2d\x90\x14\x12\xd5\xb6\x4a\x78\x88\x1c\xb5\x7a\x65\x25\x90\xf5\x12\xc3\x6c\x10\x7b\x66\x0b\xb0\x5b\x34\xbc\x04\x27\x43\x23\xb5\x24\x91\xf8\x92\xe2\x47\xeb\x00\x1b\xab\x30\xe9\x94\x02\x7b\xbd\x6d\xce\x0f\x8f\xda\xa0\x7d\x29\x24\x88\x17\x0f\x33\x74\x6c\x2c\x16\x55\xd2\xfc\x60\x68\x91\xff\x3d\x6e\x5f\xf9\x56\xca\xab\x8f\x27\xde\x83\x2a\xe7\x17\xd6\x72\x7e\xf7\xf6\x31\xad\xa0\xc7\xcb\x7b\x22\x81\xe3\x2f\xe1\x89\xe2\x4c\xf8\x4e\x3c\x6b\x61\xcc\x10\xb3\xe4\xdf\x02\xfe\x95\x5a\x16\x9b\x3b\xa0\xcf\x92\x3e\xd1\x8c\x88\x4d\x92\x80\xb5\x66\x4d\x15\xa8\x55\xd3\xc7\xa1\x6a\xd6\xcc\xbb\x0f\x24\x1a\x86\x0a\x72\x4c\x34\xaf\x22\x2f\xd5\xb4\x06\xcb\x1f\x62\x53\x3b\xd4\x6c\xa7\x7d\x71\x6e\x39\xcf\x4d\x26\xce\x26\x36\x9c\x19\x1e\xc8\x96\x62\xbc\xc6\x0b\xd9\x87\x38\x38\x2d\x7b\x8a\x8a\x2f\x01\xee\xc1\x8b\x04\x15\x6f\x41\x93\x77\x62\xf8\x69\x5c\xc7\x20\x19\x65\x6b\x04\x48\x54\x18\x6f\x2b\x4a\x31\x20\x69\x53\xbd\x5f\xfe\xa0\x9c\x84\xc9\xab\x11\x85\xb8\x02\x0c\xea\xfa\x68\xb1\x0d\x67\x83\xd8\xd4\x8a\x0a\xea\xf0\x87\xd8\x5a\x7f\x51\x1c\x1f\xbe\x6c\x50\x93\x71\xa5\x35\x39\xa9\x10\xa9\xb1\xb5\xbe\x10\x28\x87\x19\xa8\xa9\xc7\x63\x37\x68\xdc\xba\x20\x95\x5a\x6b\xde\x93\x14\xe1\x5b\x95\xa2\x0e\x5b\x2b\x21\xbb\x72\xe2\x1f\x62\x1d\x35\x26\x02\x78\xaa\xb7\x10\x01\x3b\x85\xbb\x3a\x91\xdb\xad\x35\x89\x06\x12\x56\x23\x5c\x91\x02\x52\xad\xe9\x95\x50\x2d\x6a\xcd\x7e\x33\xcf\xa0\x12\xaa\x1a\xd9\xeb\x47\x17\x49\xe2\x2a\x84\x1f\x75\xeb\x35\xa2\x23\x91\x8e\xe5\xe7\x3e\x79\x2d\x42\x1a\xd7\xba\xa0\x46\x04\x69\x30\x2c\xdd\xb3\x8d\x1c\x8f\x4a\xf7\x6d\xe8\x89\x1e\xfe\x40\xb2\x59\x18\x4b\xf3\x9a\x82\xb6\xde\x06\xf7\xd2\x5c\xdd\xa8\x36\xd5\x8d\x49\x6b\xe1\x02\x70\xd3\x37\x2b\xab\x9a\x3a\x1a\x79\x1e\x87\x0b\x9f\x18\xbb\x93\xdf\x0c\xbe\x61\x82\x53\x1b\x30\x9a\x2c\xe9\xf6\xd3\x72\xe6\x5c\x88\xd4\xc0\x4a\xba\xfd\x72\x1c\x4e\x43\xbc\x77\x33\xa7\x0a\x24\xc2\x53\x33\x09\x8c\x94\xb3\x79\x0d\x52\xcd\xae\x79\xe3\x40\xb3\x71\x0b\x9d\x1a\x49\xac\x79\xf9\x51\x5b\x6f\xe3\x9a\x81\xc6\x84\xc6\xe5\x47\xcd\xfc\x0d\x9d\xda\x40\x82\xb6\xa2\x28\x1f\xcf\x50\x3f\xd7\xbd\x04\x1b\x00\x59\xb2\x0c\xbe\xff\xc4\xd0\x74\xfa\x89\xa1\x99\x07\xcc\x6b\x8a\xa0\xf0\x2e\xf9\x55\xdb\xbc\xab\xca\x38\xa9\x04\x90\xc7\xf8\xd6\xa4\x67\x95\x00\x3d\xf2\x8d\xec\x8b\x86\xf4\xb4\x4f\x98\x00\x1c\xc5\x39\xf2\xec\x3d\x7b\x41\x7d\x06\xac\x58\x88\xf5\x03\xe0\xaf\xed\x94\x58\x4a\x3f\x2e\x65\x00\x4f\xa7\xe1\x86\xfa\xa6\x1b\xfc\x84\x62\x86\x8d\x24\x3f\x35\xf6\xf9\x0a\xe4\xf3\x07\x36\xdd\x01\x2f\x09\xd9\xf4\xc5\x83\xee\xb1\xbd\x3c\xe8\x62\x9c\x85\x1f\x0c\x66\x6a\x61\xd3\x77\x0f\xef\x40\x39\xda\xdc\x31\x17\x5f\x98\x0b\xca\x09\x39\x86\x6a\x50\xde\x5b\x16\x5b\xed\x0b\xe4\x4f\x36\x10\xf9\xc5\x80\xd0\x73\x3d\xea\xe8\xb9\x54\x56\x6c\xed\x71\x40\x17\xcf\x6d\x46\xcd\xbf\x54\x32\xa8\x3a\x7c\xdb\x13\xcb\xf2\x45\xe6\x20\x19\x7f\x64\x8d\x92\xa9\x30\xad\x23\x33\xb5\x57\x18\x49\x4a\xb9\x78\x58\xb3\x3f\x48\xf9\xdd\x08\x42\xfc\x48\x8d\xd2\x1a\x8c\x86\x04\x4d\xad\xe1\x57\xaf\x12\x9d\xd7\xc3\x0a\x75\xe8\xc1\x5c\x10\x61\x28\x8c\x90\x17\x52\x4b\x3f\x24\x73\xf1\x55\x1c\xbe\xce\x0b\x7e\x7c\x00\xd4\xbd\x0e\x40\x1a\x91\xd6\xbd\x36\xa8\xb8\x6f\xbe\x89\x21\xfd\x24\x21\x53\xd5\x45\xd4\x89\xde\x53\x04\xea\x49\x9b\x28\x03\x12\xb7\x2f\x3f\xe9\x5a\xbb\xb5\xc7\x77\x32\x5f\x93\x00\xa4\x75\xf2\x27\x34\x21\xd7\x43\xad\x83\xc6\xf6\x6c\xfa\x78\x26\x92\x03\xa4\x7e\xc5\xee\xd8\x6f\x89\x49\xf1\x15\xfc\xc8\x78\x9b\xbe\xf9\x51\x25\xe3\x4f\xeb\xde\x0e\xd4\xe6\xdf\x49\x31\xad\x8b\xad\xeb\x13\x57\x9f\xe8\xa8\x7b\x35\x5a\xab\x6c\x42\x04\x3a\x7c\x8a\x14\x25\xad\x17\x2d\x6e\xdd\xe6\xde\x3b\x4a\x36\xd7\x12\xbd\x9c\x96\xa8\x15\x23\x9a\xe9\x9f\x63\xd9\x6b\x4c\x98\xcf\xaa\x07\x0b\x7a\x4f\x29\x8a\x30\xb4\x74\xd8\x53\xd2\x9d\xd0\x83\x3f\xc5\x57\xcb\xce\xfc\xe5\xf4\x85\x39\x93\x1a\x7a\x44\x7b\x37\xae\xfb\x83\xa8\x62\xf3\x98\x0b\x70\x21\x9a\x9e\x32\x8f\xad\x6f\xf6\x34\x8c\x00\xec\x4d\x62\x15\x2f\xe6\xea\x67\x25\x4d\xf1\x58\xb0\x18\x61\x17\xcb\xea\x42\x95\xaf\xd4\xe5\xe4\x36\xdd\xea\x8d\xc3\x16\x31\x77\x90\x00\x57\xb7\xde\x04\x4a\x5e\x54\x92\xa4\x34\x2a\x5e\x54\x72\x97\xb4\x6e\xaa\xa6\xbd\xd8\x6f\xa8\x20\x25\x30\x52\x50\xf0\x4e\x96\xe4\x06\x8d\xe9\xf8\xb8\x93\x3e\x88\x6e\x49\x46\x29\x6c\x27\x66\x4e\xd2\xd7\xc9\x87\x1c\x33\x96\xdb\xc1\x58\xfa\x34\x08\xcb\x6e\x67\x60\x8b\x5f\x81\x2d\x70\xd7\x6e\xf5\x07\xd8\x4a\x37\x3c\x3e\x00\x2c\x27\x83\x13\x75\x35\x32\x5d\x1b\x1d\xbf\xf6\xf8\x39\x20\xf8\xec\x44\xf0\x4a\x6b\xf3\xe9\x68\x58\xc1\xa9\xc9\x66\x36\x7a\xf3\x07\x6b\x75\x8b\x77\x2b\x60\x64\x73\xe9\xa6\x0b\xd4\x47\xad\x0a\x49\x61\x90\x1a\x73\x24\x39\xb0\x9e\xb8\x8e\x86\xa5\x20\xd4\x3f\x52\xa4\xee\xcb\x70\xbe\x6c\xc4\x27\x56\xe5\x2f\xcb\x41\x58\xd6\x27\x96\xc5\x24\x65\x33\xa2\xa0\xc9\x96\xe4\x6c\xdd\x7b\x72\x32\xc9\x7e\xea\x42\x88\x5f\x5c\x30\xcd\x4f\x61\xca\x88\x5e\x9a\x53\xef\xec\x28\x46\x15\x1a\x4a\xb5\x92\x9c\x74\xc7\xf4\x8b\x55\x09\x15\xbc\xd3\x15\xda\xda\x51\x80\x48\x7b\xde\x3a\x06\x59\x32\x79\xb7\x7e\x45\x52\x39\x86\x40\xcf\xa9\x12\xca\x4b\xd4\x4c\xf6\x44\x31\x96\x61\x6b\xd7\x27\xb0\xcc\x8e\xa5\x36\xdb\xaf\x00\x3c\x53\xbf\x4c\xd4\x0f\x7c\xae\x80\x3b\x3f\xdc\x87\xed\x99\xd6\xed\x14\x59\xd3\xed\xb4\xe8\x0a\xb7\x73\x95\xba\xa1\x3e\x69\x63\xeb\xb7\xd4\xc6\x99\xdc\xd8\x3b\x44\x0d\xee\xea\x1b\x33\xd0\xf5\x41\xeb\x3d\xea\xf0\xb4\xe0\xc2\xdd\xc2\x10\xd2\xdc\xdb\x04\x78\x82\xed\xb1\x4a\x0c\x73\xd2\x0b\xad\x8e\xd3\xe1\x6f\x4b\x6c\x78\x34\x3f\x26\x5f\x44\x00\xc1\xf0\xc8\x51\x87\xed\x25\x35\x28\x9b\x1d\x7d\xab\x4a\x4f\xb1\xae\x1e\xc2\x2a\x18\x9f\xc4\x1c\x9f\xb2\xa1\xd0\x9d\x54\x68\x06\xb7\x76\x59\x9d\xa4\xf5\x35\x0a\x84\xa9\xbf\x14\xab\x71\xf7\x5f\xce\x0a\x94\x69\x1c\x6c\x3e\x34\x6e\x1c\x5c\xc5\x2a\x3e\x83\x52\x1c\xd3\x61\xf4\xba\x6a\xc9\xc0\xf5\x5b\x41\xef\x71\x38\x98\x7f\x8f\xf3\x34\x78\x81\x16\x75\x9f\xdd\xef\x61\x0b\xb8\x2f\xeb\x19\x91\x88\x69\x6f\xd8\x48\x49\xf8\xfb\x02\x11\x87\xf4\x50\x30\xa7\xd6\xf8\xc8\xb3\x8c\xe0\x31\x64\x98\x00\x60\x10\xe1\x5e\xd9\xe1\xc1\xe5\x78\x52\x19\xb6\x91\x02\xac\xeb\x3b\xd2\x37\xfe\x5e\x17\xa2\x8d\x2c\xb6\x81\x3d\x03\x07\x6f\x59\x9c\x88\x61\x48\x9a\xbe\xa9\x91\x8d\xd6\x71\xca\xd9\xd9\x00\x2e\x14\x42\xaf\xf3\x8c\xac\x92\x02\x20\xcc\xa0\x23\x2e\x8c\xfc\xb1\x2b\x5b\x08\xa2\xe9\x88\x24\x84\x4a\x8e\xa1\xe0\x33\x7d\x91\x3c\x3b\x2f\x5c\xc4\x46\xfb\x0c\x22\xde\xf5\xf1\x52\x46\x68\xf7\xcb\xe8\x68\x74\x24\xfa\x6d\xa3\xc6\xdc\x79\x0e\x65\x8d\x67\x8a\x0c\x4c\xbf\xbf\x1c\x01\xe0\x55\x8f\xa6\xc3\xc9\xfe\x86\x2d\x40\x1f\x27\xeb\x15\x79\x18\xf1\x50\x53\x13\xf2\x2d\x46\x63\xad\x4d\x73\x92\xcf\x9e\x6b\xe4\xd0\xd1\x39\xca\xf1\x1c\x2d\xe8\x0a\xb3\xe6\xe1\xae\x53\x16\x2a\xf0\xaa\x2b\x8a\xf9\x77\x69\x2b\x2c\x79\x74\x8f\x16\xb2\xdf\xc0\x57\x5a\x05\x5a\xd7\xb6\xef\xdf\x3d\x72\xae\x35\xfc\xa6\x68\x16\xc3\x8b\xed\x25\x3a\xf6\x94\x0b\x05\x3c\xa7\x21\x23\x0e\xaf\x92\xe9\xdd\x1e\x04\x7b\x75\x6f\xef\x0c\xef\xb0\x7b\x2b\x71\x0c\x8d\x00\x48\xbb\x83\xe0\xf1\xa1\xf0\x39\x86\xa1\x08\x1c\xc9\x61\xf4\xb8\x9e\x20\xea\x3a\xd5\xea\xd4\x66\x0c\xc3\x04\xa8\x02\xd0\x11\x10\xc6\x54\x54\x47\xd6\x1f\xc4\x7e\xd5\xe9\x47\xae\x98\xb5\x10\x25\x2e\x63\x18\x33\x36\x94\x6e\x09\xee\xae\xce\x6a\xc9\x93\x91\xc7\xc6\x92\xbd\x23\x2e\x8c\xe5\x61\x47\x96\x1c\x2b\x96\x65\x7b\x53\x86\xba\xfa\x15\x3d\x33\xa4\x06\x4a\x9d\x4c\x43\x26\xe9\x1c\x3f\xb1\x12\xc6\xf4\xaa\x98\x67\xc4\x52\x48\x8e\x88\xad\x92\xa4\xd3\x6d\x04\xc3\x44\xa2\x19\xc1\x30\x85\xc3\xc7\xa9\x54\x3f\x43\x26\x40\xcf\x18\x1f\x2d\xa5\x76\xe5\x79\xb1\x2f\x3c\xa2\x24\xa8\x6b\xe3\x74\xed\x74\x4b\x90\x77\xa8\x03\x43\xe7\xa4\xfe\x83\x21\x27\x94\xf0\xc8\xf1\x10\xd4\x07\x89\x69\xc8\x7b\xd7\xc6\x56\xc4\x66\x9c\x0a\x92\xdd\x06\x05\xc0\x05\x39\x04\x8e\x6a\x98\x92\xdc\xb8\xcc\xba\x05\x08\x2f\xed\xd9\x22\xb3\xba\x16\x9c\x65\xdc\x8a\x45\xae\xe8\x76\x38\xba\x35\x87\xa7\x82\xf3\xd8\x5c\xaa\xc8\xb5\xc7\x1d\x13\x67\xb2\x30\xa9\xa1\x20\x38\xe0\x52\xc6\xfe\x8d\xcd\xa4\x4a\xfb\x36\x5b\x69\x1b\x8f\x3b\x85\xd8\x31\x88\x9d\x6a\xe2\x9c\xe5\x8f\x8c\x26\x8a\xcc\x75\x8a\xc1\xe3\x11\x53\x04\xf0\x13\xdb\x03\xbc\x1e\x19\xa8\xc7\xc9\xcc\x32\x4a\x79\xa4\x76\xcd\xcd\x1d\xc5\xc7\xa7\x1d\x6a\xbc\x6e\xb5\xab\x79\x29\x21\xe2\x54\x5e\xcb\x13\xdb\xd8\xa3\xe4\x18\xde\xf7\x76\xc5\xe6\x88\x55\xe2\x1b\x5a\x0f\x4b\xbc\x48\x33\x39\x63\x64\x8f\x2d\x83\xed\x9a\xc6\x3f\x01\xca\x49\x18\xb5\xd9\x0b\xda\x3c\x2c\x3e\x13\x2f\xe6\xd6\xf3\x2b\xae\x8d\xc0\x35\xa7\x99\x64\x74\xa8\xcc\x43\xb1\xa7\xf8\x8b\x98\x39\x79\x26\x11\x02\x5a\xc6\x34\x4a\x4a\x8f\xde\x0c\x95\x10\xe4\x9a\x9b\xab\x65\xaf\x6f\x4e\xca\x1c\x19\x93\x3d\x8d\x61\x52\xa3\x9c\xf8\x03\xa9\xce\xd8\xa6\xb9\x4a\x15\x37\x67\xf2\xe8\x21\xa5\xcd\x2c\xb1\x02\x59\x26\x77\xb5\xc8\xb9\xd5\x26\xe1\xd3\xa4\xf2\x6a\xd3\x90\x69\x95\xd3\x99\x45\xaf\xea\x2f\x1a\x6a\xfc\x41\xf4\x42\x60\x20\xd3\xee\x90\xbb\x4d\xab\x0c\x40\x76\x66\x21\x63\x95\xdf\x10\x9a\x14\xfa\xc7\xe4\x3e\x97\x76\xf4\x59\xac\x20\xc3\xc2\x8b\x2c\x50\x28\x18\x0f\xed\x64\x71\xf5\x19\x7c\x37\x83\x85\x09\x91\x0a\x02\xc3\x60\x66\x25\x36\xd3\x15\x55\x7b\x72\xdd\xd5\xe4\x38\x0c\x57\x05\xba\x0d\x3c\x87\x4e\x30\xd4\xb9\x65\x73\xd9\x90\x4d\x9a\x0c\x1f\xe9\x76\x6e\x2e\x96\x87\x33\xe4\xc2\x95\xd1\x8b\x73\xeb\x73\xc5\x8b\x73\xb3\x49\x30\x11\x99\x27\xb1\x43\x22\xe2\x6c\x5c\x21\xea\xf6\x4a\xe4\x95\xb3\x25\x74\xc8\x48\xd2\xa9\x63\x2f\xfe\x1e\xd3\x60\xb6\x14\x33\x1d\x4e\x96\xcb\x56\xe4\x2e\x69\xb3\xc7\x09\xa4\xb5\x41\x41\x4a\xe8\xd3\xac\x6c\x7a\x5a\x66\xf7\x22\x01\x73\xe2\x12\x15\x99\x1e\xda\x0c\x46\x27\x4a\xe2\xc9\xa3\xa4\x6a\x9b\xc3\x31\x68\x80\x86\xa7\xb6\x37\x47\xf4\xca\xe0\x03\x8c\x4c\xfe\x20\xcd\x2f\xfe\x40\x38\xc5\xf2\x87\x58\x06\x33\x9c\x81\x84\xac\x69\x5a\x15\x0e\x52\x32\xbd\x09\xe5\x79\xe0\x6a\xb4\x46\xc1\x39\xd5\x85\x9c\xae\x29\x55\x74\xf3\x4d\x53\x06\xab\x5e\xcc\x65\xa6\x00\xbe\x5a\x9e\x52\x24\xff\xb9\x54\xf4\xbb\xbf\x10\x1b\x9f\x6c\x31\x1d\xfd\x5b\xd5\x77\x2e\x2e\xaf\x43\x7e\x66\x28\x83\xce\x80\xc2\x09\xca\x02\x13\xc3\xa4\x94\x7c\x7e\x62\x4c\xa0\xf7\xb1\x52\x19\x0d\x3e\x41\x0d\x98\x99\x77\xa0\x95\xe5\xa7\x79\x51\x3c\x14\x28\x79\x94\xd9\x6a\xd3\x3b\xd0\xca\xec\xd3\xd0\x1d\xc4\x8d\xb9\x99\x56\x69\x1e\x35\x3c\x61\x4d\x10\x9d\xee\x89\xdf\x7c\x78\x06\xd8\xa7\x03\x30\x0d\xee\x2b\x2d\xc3\x21\x27\xea\xde\x21\x19\xc3\xc5\xd5\x9d\xab\x21\x37\x7a\x44\xa6\x3e\x2e\xd5\x82\x69\x34\xb2\xce\xc4\x89\x51\xb2\x21\x5b\xcd\x8b\x4b\x38\xd2\x0b\x53\xa4\xe8\x56\x98\x16\xf0\x13\x93\x09\xc1\x89\x49\x85\x86\x27\xa0\x30\x49\x86\xc1\x62\x1a\x73\x2c\x63\x98\x68\x75\xcd\x75\xdf\xc6\x4b\x38\x20\x2a\x5e\x73\x03\xee\x08\xe6\x00\x52\x5c\x58\x8a\x2d\xbb\x63\x37\x00\x3a\x8a\x60\x43\xe6\x99\xb7\x60\x63\x26\x37\x60\x43\x62\x99\x86\xed\xd4\x68\x7d\xf1\x83\x93\x92\xee\x75\x5f\xd8\xa5\x64\xaf\x6c\x3e\x02\xde\x7c\x74\x50\x38\xa9\xe0\x9c\x42\x57\x43\xa7\x2a\xd1\xc4\xb8\x49\x49\xc9\x36\x1f\x61\x48\x57\x5e\x7e\x96\x8f\xcd\xe7\xfc\x59\x85\xae\x4d\x62\x6f\x62\xc3\x49\xa5\xe2\x0d\x8a\xf9\x38\x36\x93\x45\x23\xec\x1e\xce\xd7\x2b\xad\xcc\x09\xff\x5b\x90\xa4\x97\xe2\x43\xee\x24\x0a\x61\x93\xca\xe2\x7d\x93\xfb\x2e\x4a\x0d\x36\xd0\x74\x1d\x04\x8f\xb3\x5f\xeb\xf0\x9b\xc5\x33\x51\xda\x40\x72\x1d\x1e\x7e\xd8\xea\x3a\xdc\x54\xd6\xbc\xd0\xe3\xe4\x40\x8b\x38\x5f\xd2\xf6\xb6\x95\x3c\xa3\xa8\x68\x6b\x73\x39\x0b\xec\xb5\x95\x22\xff\x2d\xcf\xf8\xaf\x92\x7f\x5f\x04\x62\x75\x9e\x3f\x64\xe1\x63\x4a\x98\x3a\x29\x54\xd5\x16\x45\xfe\x48\x7a\xd3\x96\x49\x49\xb4\x6e\x2e\xe3\x77\x0d\xbf\x5d\x39\xf6\x84\x99\x67\x6a\x81\xa2\x7f\x2e\x94\xb6\x25\x95\x5c\x39\xd0\xc9\xaf\xd8\xa0\x6a\xf3\xf1\xb3\x02\x60\x5b\x6a\x70\x25\x9a\x2f\xe8\x2a\xa3\x67\x67\xc8\xcc\xc9\x31\x22\x06\x2d\x74\x36\x6d\x39\x2b\x54\x36\x58\xf5\x32\xaa\x57\xa7\xee\x2a\x86\x4a\xd1\x1a\x33\x6b\x8b\x8f\x94\x45\xe2\x07\x34\x49\x4c\x04\x0b\x03\x6a\x13\x20\x56\xe9\x4b\x6e\x58\x89\xbd\x60\x49\x05\x8c\xad\xdf\xca\x7b\x2b\x98\x2c\x4a\xd2\xaa\x0e\x0a\xf9\x5f\x5c\x81\x56\x41\x5b\x35\x6a\x01\x30\x35\xb4\xc6\x16\x2d\xb0\xfb\x35\xff\x0e\xf6\x34\x1b\x33\x7e\x3c\x53\x39\xc9\x3d\xc0\x4a\xda\xe0\x6d\x0b\x3d\x51\xbd\x69\x85\x9e\x08\xca\xaf\x46\xe8\x26\x07\x74\xc1\x6e\x87\x90\x26\x2f\x89\x1e\xdd\x25\xb7\x85\xe4\x2c\x72\xa0\x52\x87\xb0\x2d\x72\xa0\x2e\x4d\x94\x8b\xb4\x24\xad\xd9\xa9\x38\x6c\x03\x62\xf2\x38\x84\x4b\x36\xac\x43\x64\x59\x2d\x4f\x4d\x79\x75\xe7\xca\x34\x0c\xdb\x55\x3e\x5a\x32\x65\x98\xd1\xea\xce\xd5\x06\x64\x7a\x43\x4c\x58\x1d\xe2\xd3\xfc\x5e\x9f\xbc\xdf\x70\x0c\x9b\xcf\x86\xde\xd9\x8f\x52\xde\xf4\x05\x42\x04\x53\x5b\x5d\x19\x5a\xfc\xa2\xf6\x5d\x13\x21\x7b\xec\x1c\xf3\x1b\x01\x3f\x7e\x21\x82\x57\x39\x74\x61\xbe\xf5\xde\xf0\x22\x6f\x49\x83\x09\xad\x11\x70\xb2\x75\x0c\xce\x18\x43\x61\xc9\xad\xc0\xa7\xe9\x65\xd2\x35\x21\xcd\xb0\xa7\x35\x11\x9b\x1d\x6e\xb3\xf3\x22\x09\x5d\xc6\xe6\x0a\xfd\xc9\x7d\xcc\xe5\xf7\x5a\xf7\x25\x21\xc1\xda\xd1\xc2\x16\x17\x91\x9a\x14\xc4\x00\x5e\x5d\x16\x6b\x05\xf5\x67\x86\x5c\x45\xea\x92\x87\x50\x53\xed\x98\x62\x71\x71\x44\x55\x59\xb5\x0a\xaf\xe5\x2d\x13\x3f\xa2\xea\x26\xc4\x78\x2d\xc6\xc3\x10\xb0\x96\xdb\xed\xde\x73\xdb\xc8\x8b\x60\x94\x69\x98\x6a\xb8\xeb\xa3\x5c\x0e\x38\x42\x2d\x45\xda\x59\x70\x7b\x2f\x51\x2e\x6f\x24\x4b\xef\x3e\x92\xa3\x65\x0b\x85\x74\xf7\xf5\x13\xb4\x89\x65\x78\xdd\x48\x6f\xcb\x22\xe5\x49\x83\x01\xaf\x33\x68\x13\xe0\x39\x63\x44\xda\x9f\x06\x74\xb0\xa6\x93\x00\xa5\x78\x36\xdb\xa8\xad\x63\xfb\x7c\x79\x28\x43\xca\xb4\x74\x3c\x2a\x1d\x2f\x8b\x2b\x4c\x8f\x43\x30\xf9\xe5\x4b\x67\x26\x3e\xab\x8d\x09\x5d\xa2\x57\xbc\x0f\xb0\xae\x60\x9b\x4c\xf1\x92\x73\x31\xc3\xe0\xf2\x62\x12\x8c\x3d\xf9\x51\x5c\x38\xa6\xf5\xad\x8a\xe0\xb4\x48\x6b\xe2\x85\x9e\x05\x5f\xf7\x52\xfc\x92\x19\x77\xff\xee\x19\x90\x6c\x84\x8e\x2b\xf6\x78\xad\x38\xce\x1c\x81\xb0\xb9\x7e\x57\xa0\xa8\x2d\xd4\x57\x05\x38\x93\xa3\x0f\xcd\x0e\xeb\xf1\x84\x30\x7b\xae\x13\x0f\x77\xf1\x21\xa0\x57\x8c\xc3\x23\x59\x96\xd0\x7a\x9c\x4c\xfc\xe2\x89\x44\xc2\x5e\x6f\xd4\x41\xe6\x17\x6f\x14\xeb\xeb\x59\x5e\xf7\xd1\xd7\xb3\x70\x5c\x6a\x8e\x5b\xde\x0d\xd6\x1d\xb5\x74\x5c\x6a\xeb\x5e\x16\x6e\x47\x4a\x5e\x38\x28\xbd\x26\xf0\x39\x0e\x5b\x64\x5e\x28\x4b\x04\xfd\xff\x10\xfa\xaa\xbd\xf1\x13\xa1\xaf\xcd\x1f\xa0\x3f\xc3\x1f\x64\xe5\x10\xb2\x4f\xb0\xf2\xe5\xcb\x63\xbf\x7b\xc0\x0f\xc9\xc7\xc8\xa9\xda\x3e\xe6\x2f\xd5\xd7\xf2\x49\x81\x44\x93\x97\x80\x63\xe7\x05\x41\x78\xfa\x15\x44\x78\xf8\xd1\x69\x48\x68\xe2\x85\x1d\x1e\x36\x88\x01\x1d\x04\x31\xc7\x85\x60\x84\x95\x61\x7c\xc2\xd2\x0a\x45\xfe\xe4\x80\xa2\x2f\x70\x06\x10\xe7\x13\xaa\x2c\xfb\xf3\x91\x6b\xeb\x2b\x21\xc1\x7d\xe9\xd9\x16\xde\x90\xe5\x28\x7e\x72\xac\xdd\x17\x50\x0a\xf9\xe6\x53\x02\xbe\x8b\x17\x22\xa2\x9d\x0a\x16\x55\x3d\x71\x1f\xd5\x51\xb0\xf9\x43\xd8\xa8\x86\xc1\x4f\xd5\x93\x05\xed\xfd\x54\x27\xc2\x76\x7e\xb8\xd4\x22\x07\xfd\x54\x33\x79\xb2\xb7\x1f\x35\x50\x3d\x27\x1f\xc3\x40\xd5\x6d\x3e\x8d\xf0\x52\xc8\xd9\x47\x96\xa5\x5f\xe2\x23\x33\x12\xd4\x3d\x00\xc4\xb4\xba\xee\x99\xe5\x0b\x97\xbf\x9d\x57\xd7\x60\x99\xfd\x81\xdd\x99\x76\xc5\x86\x4c\x3f\xf2\xc8\xc1\x2c\x3e\x61\xe2\xb4\xb9\xd7\x3a\xb4\x0a\x7d\xe4\x1c\xda\x74\x3f\x43\xa9\xde\xdd\xdd\xba\x60\x31\xaf\xdd\x67\xaa\xb9\x42\xac\x3e\x66\xaf\xd0\x1c\xf2\x59\xb1\x60\x60\x44\x06\x0a\x4d\x23\x1f\x63\x4d\x34\xe7\x7d\x54\xec\x34\xb0\x7d\xb4\x45\x6a\x79\xfb\x2c\xa7\xcf\xf0\xcb\x43\x0a\x84\x97\xc5\x7e\x3c\x18\x2b\xe6\xc5\x0b\xd6\xc7\xa1\x3d\xe4\xf3\x71\x8b\x90\x90\x3f\x1f\x8f\x03\x1a\xca\x47\x65\x4c\xcd\xfb\x63\x64\x87\x5e\xa1\x8f\x41\x8a\x8a\xf6\x9f\xd3\xd8\x7b\xf1\xeb\x8c\x23\x6b\x07\x01\x26\x16\x20\x81\xd6\xc5\x4f\x69\x85\x2a\x13\xff\x90\x41\xa2\x2d\xff\x8e\xcc\x34\x6d\x60\x78\xb7\x88\xc7\xf5\x08\x4d\x30\x1f\x9c\x71\x54\x34\x6a\x94\xff\xd9\x60\x65\x5d\x5e\x0f\x55\x9a\xfe\xa8\x91\x6d\x75\xf5\x1b\x52\xf8\x91\xaa\x8b\xc8\x17\xf2\xf5\xf4\xf9\xb2\x50\x05\xcf\xaf\xbd\xb1\x2e\x72\x55\x76\x29\x03\x06\x4a\x1d\x4e\x1f\xb5\xad\xe5\xdf\x5d\x3b\x54\xf9\x73\xbb\x15\x10\xc2\x8f\x79\xae\x75\x1b\x7d\xd0\x98\x96\x94\x41\x53\xa3\x9b\x17\x17\x1a\x3c\x2b\x8f\x63\x30\x36\xd9\x1e\x9a\x24\xca\x80\x46\x6f\x58\x7d\x24\xc3\xaa\xc2\x1f\x0d\x8d\xda\x14\x3e\x6f\xf4\xc5\x67\x46\x89\x78\x7b\xea\x83\x27\x2c\xa9\xd5\x9c\x47\xcc\x6b\xf0\x92\xfc\xa5\xf3\x62\x45\xaa\xe4\x0b\x59\xb4\x90\x8f\x4f\xac\x7a\x1a\xe4\x4f\x4a\xa3\x1b\xc5\x7e\xe2\x90\xea\xa0\xf7\x29\x51\x54\x03\x3e\x93\xea\x1e\xdc\xe5\x84\x12\xae\x12\xbf\xdc\xbe\xf0\x4b\x0e\xc6\x41\x67\x78\x9a\x5a\xfc\x20\x3d\xe8\xfe\x40\x51\x71\xe8\xf0\x99\x31\x5a\x74\x9f\x3d\xb7\xc8\x53\xa7\x36\x3a\xe8\xfb\x89\x72\x41\x3d\x87\x76\x16\x0b\x6b\xd9\x6d\x71\xbe\x7e\x24\x06\x67\x5b\x3f\xfc\xc0\xc2\xab\xbb\xce\xd0\x55\x59\x18\xdc\x38\x49\x60\x48\x81\xb9\x76\x12\x13\x68\xa2\xac\xb3\x06\xc6\xfb\x43\xa0\x00\xcd\xcd\x64\xe4\x57\x5b\x05\xa8\x1d\x3c\x39\x9b\x07\xd3\xb1\x8d\x9a\x80\x37\x9c\x88\xfd\x94\x89\x6b\x27\x09\x94\x35\xe3\x9e\x94\x41\x30\x5e\xe9\x24\x08\x70\x56\xdb\x92\x4f\xda\x0d\x6b\xca\xaf\xcc\x22\xc8\x66\xb6\x81\x75\x73\xf9\xc8\x6b\x78\x82\xa6\x47\x62\x1e\x9e\x1d\x18\xb8\x1a\x87\xd1\xfd\x46\x94\xe0\x34\x9f\x08\xf4\x54\x2e\x68\x27\x42\xfc\xac\xfe\x3d\x46\x63\xcd\xba\x92\x34\x9d\x9c\xd8\xde\x4c\x19\x78\x12\x45\xaf\x16\x7f\x92\x59\x40\xed\xfb\x1c\x0e\xcd\x54\x09\xb4\x30\xfb\x7c\x3b\x91\xe1\xbb\x90\x1c\xe0\x80\xd3\x08\x9b\xdc\x70\x04\xc3\xd5\x50\xf6\x4f\x42\x30\xba\x43\x4f\xa9\x1a\x06\x8b\x93\x80\xc3\x12\x40\x23\xe0\xb0\xc7\x0f\xa2\x47\xb6\x39\xe2\x2f\x67\xfc\x34\x77\xa1\x72\xb1\x05\xbe\xbc\xe3\x70\x5a\x5a\x3a\x9e\xc9\x4a\x09\xd7\x3a\xa7\x72\xe2\xf0\x87\x13\x3d\x90\xf5\xe1\x90\x8a\x43\x65\xbe\xe4\xe1\xd0\x42\x0d\x4e\x71\x1a\x96\x08\x7d\x38\x55\x00\x26\x66\xe5\x53\xaf\x95\xf6\xed\x73\x61\x57\xf6\x54\x59\xb3\xae\xe5\xef\x72\x2f\xb7\x13\xf3\xa0\xbe\x85\x73\x79\x39\xdd\x67\xae\x46\x79\xc2\x17\xd6\xda\x18\x9f\x7b\xb2\x22\xdb\x8a\xd2\xb9\x3c\x93\xa7\x11\xed\xe0\xc4\xfd\xa5\x27\xf1\x84\xcd\x74\xa4\x88\xf3\xe3\xfd\x57\xbe\xa1\x00\x9c\x1e\xde\x93\x54\x47\x53\x48\x71\x33\xb0\x0b\x72\x23\x0f\xb5\x56\x9d\x6a\x13\x9a\x51\x4f\xb4\x09\x03\x57\x4e\xcb\x38\x68\x60\x3c\x55\x26\x3c\x86\x11\x45\xcf\x47\xa7\x4a\x3c\x50\xe3\xa2\x9f\x16\x63\x2b\xad\x95\x78\x56\x6d\x12\x8f\xb0\x2f\x9a\x3f\xe0\x3c\x4d\x44\xee\x00\xca\x4b\xe2\xf6\xa9\xcc\x52\x6d\x4e\xe6\x57\xd8\xd9\x69\x82\x03\x34\xcf\x53\x7d\x43\xeb\x16\xa5\x81\x72\xd0\x95\x4b\x54\x03\x4c\xb0\x30\x2d\x5d\x27\xc9\x0e\x0c\x35\x3d\x2f\x6a\x5a\xc0\x63\x4f\x42\x1e\xbb\xd0\x20\x03\x52\xf7\x08\x93\xe8\x48\x4b\x1c\xf5\xe1\x72\xdc\xef\x3a\xcd\xad\xa8\xb4\x73\x06\xf3\xc2\xb8\x73\xca\xbc\xfc\x01\x2d\x44\xfe\x7c\xde\x96\xd8\xf3\x9b\xca\x10\xec\xae\x65\xf4\x62\x8c\x3b\xe0\xc4\x04\xc9\xad\xa8\x97\xe3\xb4\xd8\xa3\x87\x15\xbb\xa1\x86\x8f\x13\xb3\xa1\x77\xcb\x4e\x53\x2b\x22\x99\x9d\xde\xf6\xf3\xe2\xe8\xf9\xc8\xdc\x7d\x86\x46\x0b\x3e\x8c\x86\xdd\x91\x31\x1a\x7a\x91\xed\x84\x1f\x1a\x9c\x71\x3e\x5c\x57\x46\xd2\xa5\xaa\x52\x33\x48\xed\xc4\x09\xd7\xa2\x4f\xd8\x14\xb6\xfa\xf3\xb1\x20\xb7\x94\xee\xb1\x24\x88\x3f\x04\x90\x58\xc2\x2b\x90\xe8\xd5\xd0\x7e\xcd\x86\x94\xda\xab\xaa\x6a\x67\x28\x31\xd5\x17\xd2\x54\xc8\x8c\x5e\xe7\x67\x4f\x13\xdd\x8e\x35\x90\xb1\x20\xc7\xf7\x96\xa0\x71\x41\xf8\xe9\xcc\xf7\x7a\x5a\x0b\x98\x11\x2e\xb2\x14\x68\x29\xb9\xb8\xd6\xe7\x0d\xb7\x0b\xd5\x66\x34\xe6\x77\x1d\x1c\xa7\xe5\x33\x50\x82\x9c\x5d\x38\xe9\x8c\x53\xba\xac\xfd\xcb\xe6\x5e\x87\xc6\xba\xcc\xf3\x89\x95\xd5\x4e\xc5\xe8\x66\xe3\x9b\x8e\x6c\xfc\xe0\x1f\x4c\x3c\x93\x01\x91\xd3\x77\x11\xa8\xa2\xea\x74\xc5\xbd\x3e\x60\x7c\x11\xa8\xe2\xc1\xbf\x2c\xd8\x44\xba\xeb\x76\x51\xa5\x69\x1c\xb6\x50\xd3\x43\xa4\xbb\x90\x0b\x8a\xa4\xed\xc2\xde\xa9\x8a\x73\x91\x5f\xd9\x93\x7f\x85\x59\x93\x53\x4d\x9d\xac\xda\x6b\xfb\x8e\xca\x5d\x19\x84\xc2\xa2\x78\x85\xf6\x34\x7c\xc1\x4e\xc3\x79\xa4\x4e\xe2\x9e\x0c\xb3\x24\x93\xb2\x69\x98\x2f\x03\x55\xb4\x0d\x5f\xde\x68\x90\xc6\x5f\xde\x68\x30\x0e\xe4\x32\x6a\xc5\x18\x8f\x4b\x55\x2a\x9e\x25\xe6\xee\x42\x51\xc2\x82\x9a\x5e\x58\x3d\x95\xf4\x2f\x2f\x3b\x04\x58\x4d\xb3\x1c\x70\xf5\x82\x83\xa1\x20\x57\x31\xe3\x05\x93\xe4\x52\x83\x86\xd2\xab\x58\xd9\xc7\x67\x0e\xdf\xf4\xd9\x22\xf9\x0e\x41\xc6\x02\x08\xd9\x55\x23\x97\x21\xcf\x72\x5f\xa0\x60\xb1\x27\xb8\xd0\x45\x62\x02\xfd\x99\x17\xc9\x08\xa8\x7b\xd0\x2e\x62\x64\xbc\x82\x70\x11\x2e\x6a\xd4\xc9\xc5\x0d\x06\x2f\x88\x5e\x58\x3e\xb5\x82\x5e\x44\xc8\x74\x17\x83\xe5\x53\xd2\x7d\x59\x02\x0a\xfd\xef\x6a\xe0\x8b\x30\x6a\xb0\x32\xd1\x25\x0c\x99\x0e\xd0\xa4\xbe\xa2\x45\x3b\x7f\x7c\x59\x58\xb3\x5d\x2d\x60\xcf\xd0\x08\x38\xaa\x03\x97\x96\x4c\x2d\xf0\x57\xe7\x2e\x0b\xb4\xfb\xe2\xc2\x83\xce\xfa\x6b\xeb\x8e\xa3\x23\xb3\x5f\xa1\x3b\xa2\x09\x5c\xc4\xdd\x0c\xf7\x8a\x5c\x4b\x2b\x3a\x52\x84\x9d\xbe\x5c\xcc\x9c\xdd\xd1\xb9\xa8\xe2\x7b\x75\x41\x60\x6b\x40\xef\x56\x0d\x05\x73\x0f\x96\x31\x34\x62\x10\x57\x03\x49\x36\xdf\x2e\x1c\x8d\x1d\x1d\xf2\x42\xd5\xec\x53\x80\x87\xaa\x29\x41\x08\x71\x47\x10\x0e\x89\xbf\xed\xa7\x47\xcb\x0e\x0c\x20\x6d\x22\xda\x54\x2b\x81\x04\x5d\xdc\xe3\xeb\x90\xcb\x6b\x1a\x8d\xe1\x12\xa9\xe7\x1e\x54\x81\xc4\x48\x1d\xed\xf0\x5a\xa2\xa9\x2d\x88\x2c\xed\xdd\x8f\x62\x74\xbf\x8a\xae\x18\xdd\x2b\x7a\xd2\xe1\xcb\xca\x08\x9e\xdf\xd0\x41\x45\x86\x8f\x92\x8d\x34\xc9\x64\x46\x9e\xb8\x8f\xca\x83\xe8\xf3\x31\x35\x26\x73\xc7\xb5\xa8\x95\xea\xfa\x08\x22\x61\xfa\xd1\xce\x09\xb0\xb1\x48\x0e\xa7\x68\x8e\x44\xad\xd1\xd7\xd6\x6c\xb3\x69\xc9\xae\x33\x16\xc5\x57\xca\x0d\xae\xc3\x84\x89\x2a\xb9\x57\x28\xb9\x6e\xe8\xe9\x5e\xf9\x0c\x67\x46\xd7\xb8\x4e\xab\xb1\xd9\x5a\xdb\x24\x93\x3d\x9d\x93\x43\x0b\x74\xff\x0e\x92\x20\xaf\x5e\x38\x16\x3b\x0a\xc5\x25\xb7\xf7\x1c\x7a\xc1\x41\x8b\xf5\x75\x49\x73\xe6\xb7\xe6\xbd\xcb\x14\xca\x53\x1a\x1c\xc6\x46\x44\x8c\xeb\x0e\xe4\x60\xf1\xf8\x01\xfb\xf0\xab\xc0\x5f\xa6\x40\xb0\x8c\xd7\x9e\x2d\x2f\x68\xee\x8e\xeb\x09\x41\x9c\x16\x04\x71\xea\x37\xb9\x1e\x7b\x02\x58\x0f\x42\xb9\x27\x84\xdb\x73\xdd\x63\xf4\x48\x0c\x05\xc4\x43\x16\x23\x77\x76\xb3\xdb\x12\x84\xc1\xfc\x82\x1a\xa4\xaf\x97\x80\x37\xb1\x72\x73\xd5\x62\x9e\xf8\x0b\xef\x5d\xf7\xe4\xbc\xd4\xba\xc3\x70\x75\xbd\x8e\xb6\xd7\x76\x1f\x2a\x91\xd0\x82\xdb\x42\xd9\xee\xcd\x6d\xea\xbf\xe4\x57\xec\x0d\x6b\xb8\x0f\x75\x86\xea\x0f\xe1\x14\xd9\xcf\x5e\x55\xa0\x8e\x47\xa3\x58\x6e\xed\x08\x7b\x77\xd8\x02\xd9\xfe\x9b\x3b\x0c\x7d\xda\x82\xed\x84\x64\xde\xe1\xe3\x6b\x3c\xb3\xb5\xec\xc4\x8d\xbf\xcf\xe4\xb9\x37\xd1\x2e\x66\xb9\xbe\xb1\x16\x52\x4c\xa4\xdd\xc9\xe9\x31\xa3\x24\x0a\x77\x5f\xa0\xab\x48\xb5\x77\x8e\xe9\x31\x25\xf9\x1d\x16\x8c\xdb\xbc\xc4\xaa\xa9\x77\xb8\xf8\xa2\x89\xd1\x4b\x76\x9c\x89\xe3\xaa\x7e\xa5\x07\xcb\xbf\x6b\xa6\xe2\x04\x50\x09\x78\xbf\xb0\xbc\x62\x39\x38\xc4\xb4\xbb\x04\x8a\x32\x64\x09\x2c\x02\x54\x7a\xd6\xd4\xc8\x6e\x72\xfe\x2b\x9e\xde\x55\x4a\x2b\x10\x6b\xcc\x85\x9e\xcd\x28\xac\xb7\xf3\x0e\x8b\x21\x27\xe1\xf6\xf2\x9c\x46\xef\x9b\xd0\x16\x33\xd6\xdc\x5c\xa4\x93\x84\xdf\xb2\x1e\xcc\x23\xf7\x66\x37\x65\xb9\xff\x4d\x49\x7c\xf8\x03\x20\xc2\x9e\x72\xeb\x68\xab\x7e\x24\xe7\x1d\xfe\x20\xf3\x29\xb6\x60\x08\x70\xf2\x8e\xba\xd9\x02\xb5\x07\x02\x30\x77\x6f\xa0\xcb\x3f\x6e\xee\x96\xab\xca\xde\x56\x59\x6f\xc2\x41\x9e\xb1\xfc\x01\x2f\x1c\x82\xf9\x8d\x33\xeb\x10\x24\xc1\x26\x9c\x89\x4a\x31\x08\x7e\xcb\x26\xb0\xb2\xdc\xa6\x8d\x31\xd4\xf0\xf6\x82\x9d\x01\x7b\x77\x5c\xaa\x83\xe6\xdf\x24\x91\xf1\xf8\xde\x46\x4d\x1a\x84\x78\x73\x3d\xdc\x18\x94\x9b\x8b\x74\xde\xf4\xba\x83\x63\x0c\x3f\x92\xed\x8a\xb1\xdc\x9e\x33\x4f\xf5\x2d\xf7\x70\xad\x5c\xf0\x36\xeb\xcf\xbd\x24\x36\xa2\x6f\x98\x30\x05\xdc\x12\x01\x45\x72\x3d\x58\x81\x8d\x4b\x32\x1f\x9d\xc9\x60\x3d\x17\xa6\xde\x0f\x3c\xc5\x6f\xb5\x45\xe0\x6f\xa8\xdf\xbd\x02\x18\xac\xe0\xa3\xd4\x25\x7e\x7c\x04\x86\xcf\xda\x0e\x61\x28\xf7\x47\xbc\x43\x10\xba\x3f\x31\x2a\x0b\xe2\x72\xb7\x42\xeb\x4d\xac\x8a\xd9\xb7\x6e\xef\xbd\x69\x2b\xbe\x4f\x2b\x82\xfb\x95\xb9\x65\x34\x6e\xdf\xa7\x90\x65\x10\x22\x54\x0e\xac\x29\x37\x8c\x60\x24\x5b\xbb\x30\xa6\x7b\x05\xc8\x68\x70\xa9\x6f\x49\x85\x50\xfc\x06\x72\xf8\x7d\xe9\x4c\x6c\xbe\x60\x49\x90\x3a\x91\xd6\x8e\xe2\xba\xed\xbe\xa4\xb7\x6e\xc5\x8d\x5e\x2a\x4a\x78\x03\x4e\x9d\xf3\xbe\x01\x89\x93\x22\xc2\x84\x9a\xeb\xed\xc6\xb2\x39\xb0\xea\xdc\x86\x5e\x2a\x12\xdc\xb7\x41\xa3\x9e\x9f\x5b\x53\xb4\x9b\x4a\x4a\x5c\x93\xf8\xdd\x68\x81\x01\xaa\xdb\x7c\x33\x2c\x29\xcc\x9f\x1e\x51\xcc\x9f\xda\xfa\x6f\xe2\x45\xac\xcc\xd6\x6e\x2e\x0e\x98\x4a\xfe\x7e\x02\x9c\x74\x85\x61\x74\x89\x29\x8f\x57\x9d\x59\x92\x11\x98\x6e\xc6\x63\x81\x17\x7b\x95\x38\x89\x0a\x8f\xf3\xf3\x99\x40\x20\x47\x88\x1c\xfa\x74\xf4\x0a\x0e\x9f\x49\xea\xe0\x8c\x36\x5f\x2a\x5a\x08\x6e\x12\xd4\x19\x3d\x79\xbf\x0e\xec\xdf\x03\x32\xcc\xf4\x0d\x02\xe2\x57\xea\xc7\xf6\x44\x2d\x58\x67\xf1\x7a\x03\xca\xd1\xcc\xe5\x01\x5c\x9f\xb0\xc6\x42\x26\xa8\xd0\x9b\x8d\xd0\xa4\x40\x6f\x31\x70\xe5\x21\x9f\xad\x7e\x93\xc7\x82\x3c\x1e\x1b\x2a\xf1\xd6\x91\x6d\x00\x76\x70\xd0\x28\xc4\xbb\x3f\xa2\x05\x8c\x6c\x64\x9f\xe3\xd4\x4e\x5e\xcc\xf0\x4e\x0b\x2e\xdd\x45\xe4\x26\x15\x74\xeb\x40\x38\x7f\xe0\x52\x46\x25\x3c\xc9\xe1\x98\x78\xb2\xe4\xe6\xe2\x59\x09\x1c\xe4\x78\xbc\x4b\x20\xda\x3c\x24\x82\xd3\x42\xfc\x98\x9f\xd6\x70\x66\x4a\xe8\x66\x95\x4d\x8b\xe6\x2a\x5b\x59\x34\x37\xe2\x41\x1f\x12\xae\x98\x13\xf5\x41\xa9\xd2\x00\x6f\x01\xdd\x65\x04\xf3\x53\x48\x1f\x7b\xf8\x43\xf3\x07\x5a\x5b\x9d\x8f\xdd\x7b\x8a\x35\x46\xec\x49\x9b\x89\x10\xc4\xda\xab\x8e\x44\x75\xdc\x3a\x50\x43\xa8\x8e\x5b\x07\xfa\x18\xc5\x71\x8b\x6c\x97\xe2\xb8\xd5\xbc\x8a\x8f\x01\x99\x3a\x02\x9e\xb0\x02\x83\xef\x4f\x45\x22\x75\x5f\x60\x55\x46\x49\x3f\x24\xa2\x1d\xb0\x2a\x4a\xde\x16\x6f\x24\x50\xf2\x76\xf7\xf4\xad\x9a\x4b\x41\xdc\xaa\x5f\x9c\x82\xb8\x29\x42\x64\x9f\xa6\x95\xbd\xfa\xa2\x8e\xef\x36\x37\x2f\x77\x35\x47\x7d\x69\xcf\x57\x9b\xc3\x15\x43\x21\x2c\x83\x4b\x15\xee\x46\x19\xdc\xd2\x6c\xdc\x9d\x31\xab\xea\xb1\x81\x7e\xa4\x92\x0c\x4f\x7b\x46\xec\x39\x60\x24\x85\x6c\xc0\x7d\xd8\x95\xcf\x9c\x2c\x71\xc1\x22\x33\x46\x13\x3f\xa4\x55\xd3\x10\x69\x0d\x5d\x2d\xe3\x0f\x46\x5f\x6f\x83\x3f\xdc\x29\x58\x87\x7f\x27\x20\x6a\xda\x96\xca\x2a\xcd\x6f\xa8\x50\x19\x7f\x67\x9d\x62\xc8\xd4\x08\x85\xac\xf1\x4c\x2b\x62\xfb\x0c\x9b\x84\x3c\x3e\x5c\xd9\xd3\x83\xf9\x6c\x2e\x59\x34\xe7\x51\x66\x37\xeb\x99\xa4\xcc\xee\xee\xc8\x17\xa8\xae\xce\xc1\x67\x62\x2f\x11\x7c\x58\x69\xa9\x82\xdb\xa8\x9b\x5b\x54\x1c\x29\x9b\x5b\x92\xe7\x50\xe6\x77\xd8\xd8\x0c\x6c\xd3\xc6\x5a\xfa\x78\xe6\x5a\x81\x35\x02\xa8\x8e\xbb\x47\x63\x41\x58\x56\x23\x91\xb5\xf5\x71\x87\xde\x19\x0b\xe4\x5a\xec\xe5\x21\x82\xe3\x70\x1b\x3f\x81\x2a\xc0\x06\x45\x2a\x02\x86\x9f\x8f\x09\xa1\x01\xa0\xd6\xd8\x38\xae\xd6\xd4\x85\xe0\x3d\x28\x52\x29\x30\x2d\x82\x36\x20\xf3\x0f\x0a\x93\xc6\x3e\x0a\xe9\x66\xad\xb1\x8f\x96\x56\xa9\xd1\x49\x05\xe3\xe9\x37\xcb\x21\x98\xfa\xa9\x10\x09\x33\xa6\x46\x6e\x51\x0e\xa3\x2c\xee\xfe\x8a\xf1\xb8\x6f\x37\x44\x34\x78\xe3\x21\xfa\x5f\x70\xd9\xe6\x33\x74\xd7\x70\x9a\xc7\xaa\x74\x86\xf9\x3e\x57\x6c\x93\xcd\xc5\x0a\x16\x7e\x0b\x5d\x20\x62\xc8\x86\x7e\xc7\x47\x35\x4a\x2f\xde\x73\x87\x9f\x99\x67\x38\xa5\xbb\x7f\xc7\x3a\x18\xe3\x8e\x01\xed\x0b\xce\xec\x9a\xee\x18\xdc\x01\x49\xbf\xec\x47\x24\x38\x51\xc1\xa7\x06\x6e\xa5\xfc\x7a\xa3\x06\x6e\x1d\xa8\xd1\x94\xc0\xad\xea\xc1\x8f\x29\x5c\x35\xe1\x52\xea\x36\x47\xee\xf2\xe7\x41\xbe\x10\xc3\x30\x67\x9a\x85\x8a\x8a\xb6\xd5\xc2\x5d\x14\xb1\xad\x26\x2d\x7a\x5e\x0e\x34\x36\x03\x4b\xd8\x6a\xc5\x7f\x0c\xa0\xf4\x10\xbe\x40\xbc\xfb\x6c\xa4\xb2\x53\xb2\xa2\xfe\xf0\x07\x2b\x11\x3b\x00\xb7\x34\x9c\x9d\x16\x4f\x9d\x69\x94\xb2\xad\xa3\xdb\x58\xd3\xd4\x7e\x7e\xad\x27\x33\xbf\xcf\x4e\x45\x99\xdb\xa2\x49\x9c\x32\xb7\xbb\x55\xe3\x85\x45\x21\x0d\xbd\x5c\xdd\x3b\xa0\x70\x2f\xf6\xd0\x48\xc0\xfb\x72\x8f\x2f\x82\xb9\x5f\xfd\x9b\x7a\xf0\x2c\x86\xab\xd9\x9d\x62\xb8\xc5\x13\xf4\xca\x52\x51\x7f\xa8\x85\x5b\xa9\x60\xdb\x28\x85\x5b\x0d\x3c\xb2\x14\x6e\x84\x72\x53\x0b\x37\x7b\xb7\xd3\x5a\xb8\xde\xef\x78\x65\xbb\x68\x4b\xaf\xe1\x23\xce\x3b\x71\x31\xe1\xf0\x7b\xc2\x78\x90\x8b\xa8\x8a\x5b\xbd\x3d\x4a\x51\xdc\xa2\x5a\xf0\x26\xa9\x23\x03\x47\xf2\x57\x50\xf3\xe5\xb6\x04\x45\xb2\xdb\xeb\x05\x09\xbd\x96\x2f\x37\xfb\x0e\x01\x9d\x13\xe2\x20\x7f\xcf\x81\xd8\x74\x95\xb5\xc5\x34\x5f\x24\x28\x82\x89\x64\xf3\xda\x68\x5f\x6f\x4e\x40\x10\xde\xc8\xfa\xc2\x04\xb3\xf4\x04\xe1\xe6\x25\x91\x9a\xf1\x67\x2f\x25\xe6\xcc\x12\xf1\x6a\x14\xd5\x21\x4d\x3d\xde\xaa\x9d\xed\x35\xd6\x24\x26\xa2\x81\x14\x01\x83\x12\xbc\x53\xd3\x34\x25\x78\xcb\xe1\x8a\x30\x8f\x46\x58\x72\x94\xe0\x85\x36\x50\x81\xb7\x8e\xe1\x33\xe1\xd8\x72\xdd\x28\xbb\x2b\x17\xa2\xec\x6e\x51\x07\xb1\xec\x6e\x37\x71\x22\x75\x77\xf3\xaa\x76\xab\xdb\xc2\x25\x61\x3a\x8d\xe0\xf3\x17\xdb\xa9\x71\xc9\x6f\x0d\x48\xd1\xa4\x92\xed\xdf\x2d\xf3\x82\xa1\x0e\x5e\x8a\xf0\x56\x9d\x2c\x2f\xfa\xac\x06\xfd\x17\x15\xd6\xb8\x5c\xcb\xf1\x2e\xc3\x97\x5f\x85\x04\x11\xa7\xc5\xd8\x40\xa4\x39\x36\xcb\xd8\x3a\x6c\x31\xf1\xbf\x75\x77\xbb\x1e\xb5\x37\x04\x01\x04\x36\x6a\xea\x56\xad\xb8\xaf\x39\x5b\x03\x0a\x28\xb7\xa3\x3b\x06\xdb\x84\x89\xe1\xb5\x58\x5d\xac\x95\xfb\x89\xc6\xb2\xbc\xa4\x5d\xf3\x5e\xc1\x6b\xdd\x3a\x5d\xd3\xd6\xd1\x8d\x08\xf5\xd7\x50\xd0\xb5\xec\x0b\x49\x75\xfa\x15\xe6\x86\xe6\xb3\xf9\xa0\x98\x2d\xf7\x13\x95\x78\x5f\x6e\x6d\x1c\x02\xad\xc3\xfa\x84\x3f\xa5\x6f\x8c\xaa\x7a\x8d\xfe\x0c\x78\x20\x69\x68\xff\xa4\xec\x6e\x24\x95\x7b\x11\x3a\x86\x25\x12\x28\xc1\x5b\x2d\xac\xf2\x92\x7f\xcd\x2c\x86\xaf\xd7\x3c\xf4\xf6\x52\x83\xb7\x58\x13\x87\x12\xbc\xfb\x07\x5b\x80\x2d\xd5\x8f\x02\x5b\x00\xe0\xf0\x90\x79\xec\x15\x30\x60\x6a\x2f\x02\x86\xf1\x6f\x16\xe7\xd5\x35\xf3\xaa\x92\x23\x60\x51\x9a\xb7\x8e\x39\xbe\x25\x78\xb8\xa4\xa7\x67\x43\x8f\xb4\xb4\x45\xd5\x1d\x61\xd3\xaa\xbd\x16\x3c\x7a\xcd\x0b\x1b\x8b\x22\x73\x80\x75\xa4\xa8\xda\x5b\x96\xf0\x37\x21\x3e\x6c\xcc\xa2\xbd\xc9\x5b\x01\xd4\xe2\xdd\x6b\xa2\x35\x21\x4a\x7a\xfa\xac\xc5\x6b\x19\x25\x6a\xf1\x16\xca\xec\x36\x6b\xf1\x1a\x1b\xfe\x1a\xac\xa4\xf7\x96\xfa\xbb\xc5\x8c\x97\x96\xdf\x35\xfd\x37\xe5\x77\xab\x85\x4e\x5e\xaf\x50\x06\x9c\x57\xcc\x83\xd5\x91\x0d\x47\x9d\xe8\x55\xee\x11\x41\xb0\x25\x7b\xb3\xfc\xfd\xc4\x1e\xd3\xfa\x13\x38\xe8\x57\x92\x79\x97\xf4\x71\x70\xba\xfd\x2c\x44\x77\xff\x8e\x24\x77\xd8\xda\x83\x81\xdc\xff\x7e\xf4\x2c\x48\x9e\x3f\x60\xde\xf2\x07\x1d\x2b\x3e\xbf\x0e\x41\xb7\x5c\x53\x31\x20\xe0\x3d\xa1\xe7\x6e\x3e\xd2\x50\xf1\x52\x06\xf5\x7b\xa7\xbe\xa6\xf7\x8c\x13\x4a\x57\x38\x9b\x93\x20\xc7\x3c\x60\xa2\xee\x17\x71\xc8\xf0\x14\xab\xf7\x6a\x36\xb7\x7a\x6f\xdc\xaa\xa0\x7c\x6f\xd1\x50\xf2\x5e\x41\x73\x7c\x11\xb9\x51\x2e\x5e\xf3\x12\xe8\xcd\x8d\x92\xbd\xda\xa8\x5e\x8d\x08\xd3\x67\xaa\xf4\xb9\xc7\x08\x37\xe6\x67\xb6\xcc\xae\xf7\xfc\x29\xa1\x1b\x79\x08\xa8\xa0\x5b\x8d\x24\x79\x6f\x3c\x76\x88\x05\x54\xd0\xcd\xca\xd1\x54\xd0\x4d\x71\x73\xe3\xf5\x6e\x88\x71\x1b\x2f\x6e\x5e\x53\x82\xbe\x4f\x4c\x96\xb5\x3e\x31\x59\x7f\x51\xaf\xf0\x54\x3f\xca\x18\x40\xcd\xcc\xf3\xad\xf8\xc3\x6d\x13\xe0\x83\xd8\x33\x85\x15\x62\x8f\x51\xd9\xaf\xa1\xa8\xba\x4f\x5f\x13\xb4\x19\x76\x60\xa5\x5d\x9d\xc3\xaf\xc9\xda\x74\xfd\x51\x6a\xb7\x9a\x7c\xf1\xb5\x32\x9e\xf7\x42\xde\x2d\xed\xd4\x19\x2d\xc4\x62\x27\x6f\x96\x01\x09\x12\x59\x06\x48\x9d\xd4\x0f\x33\x08\x90\xae\xaf\x47\xb1\x5c\x5c\x54\xfd\x08\xf3\x73\xf7\x65\xe3\x3d\x37\x03\x3a\x35\x71\x2b\x9e\xca\x4e\x4d\xdc\x4a\xae\x8c\xfe\xb3\x0c\x2e\xdd\x9a\x3c\x9e\x9b\x21\x9d\x32\xb8\xbb\x27\x5f\x1a\x2d\x18\x2f\x19\x03\xd9\x78\xf6\x6c\x6c\xb8\xf5\xa8\x89\x4b\x0d\xd7\x4e\x4d\xdc\xca\xb5\xfb\x4e\x4d\xdc\xfd\x95\xcd\x59\x6c\xb2\x05\x32\x50\xb2\x2b\x9c\x7f\x9b\xfe\x75\xab\xe0\xa6\x56\xe9\x09\x9d\x9f\xbc\x06\xdd\xaa\xb7\xa4\x60\xea\x54\xbd\xdd\x40\xff\x2e\x48\xa5\x1f\xe6\x6f\x45\xce\xeb\x14\xc2\x4d\x18\xa7\x3b\x85\x70\x2b\x37\x01\x3b\x85\x70\x73\x77\xed\x48\x20\x84\xe5\x77\xeb\xe0\x4e\xe7\x85\xf3\x96\x88\xe3\x4e\x1d\xdc\xca\x3d\xde\x7e\x78\xbb\x13\x8f\x5c\x3f\x08\x7c\xc5\xd6\xd7\x0f\x92\xcd\x4f\x17\x48\x1e\x57\xaf\x08\xf5\xc3\xa2\x7c\x5c\x7f\xed\x07\xe5\xf6\xa8\xa6\xdd\x0f\x0b\xf4\xb7\xca\xa6\x21\x1c\x70\x2f\xaa\x53\xee\xb6\xce\xe2\x73\xe1\xd9\x06\xac\x21\xd3\x6b\x18\xbe\xbb\x8d\x3d\x06\x95\xc1\x4d\xb1\x5a\xdc\xe7\xea\x78\x2c\x0f\x23\x38\xa5\x31\xba\xf5\x6e\x07\x31\x1b\xfd\x20\xff\xfb\xf4\x19\xa9\x01\x3b\x5c\x3f\xb4\x82\xe3\x35\xee\x07\xc1\x66\x4b\x40\x19\x6b\xc6\x4d\xc3\x4e\xed\xdb\x5c\xc5\x0b\x84\x86\x19\xcf\x0e\xcd\x70\x5e\x1f\x69\x4c\xb6\x89\x9e\x7c\xd3\x45\x4f\xa0\xdc\xe3\xc4\xd3\x29\x32\x03\x51\xda\x9d\x5a\xb7\x95\x50\xda\x7e\x60\x47\x98\xae\x61\x4b\x0c\x79\x39\x89\xee\x31\xf1\x30\x70\x7b\x84\x8c\xa3\xfd\xf0\x6e\xa7\x33\xea\xce\x88\x59\x90\xf3\x67\x8a\xda\x98\xd8\x89\xfd\xea\x87\x39\x7f\x0e\x96\x89\xc4\xc0\x0d\x8c\x7e\x98\xcd\x60\xd0\xcf\x08\xb8\x30\xf2\xe0\xa2\xb3\xe7\x05\x21\xe1\x67\x03\xa5\xd6\xc6\x8c\x86\x54\xdf\x83\xcb\xad\x90\xe9\x11\x99\xd2\x96\xc6\xfe\xc2\xdb\x67\x7c\xc4\x42\x3d\x16\x13\xb7\x56\xa3\x5b\x03\xca\x08\x97\xe9\x14\xc3\xdd\x2f\x60\x0a\xc9\x58\x49\x78\xd1\x0f\x73\xb1\x8a\xf9\x54\xdd\xc7\xb8\xdf\x8f\x49\xdc\xe3\x64\xa5\x5c\x23\x99\xe2\x68\x18\x21\xdc\x20\x73\xae\x36\xc7\x23\xe7\xea\x14\x05\x34\xcf\x37\xbb\xd5\x3c\x7f\x30\x9c\xc9\x58\xbb\x5b\xb4\x62\x52\xac\x8f\x68\xe3\xe9\x51\x5b\x4e\x84\xc9\x46\x86\xf8\xee\x18\xea\x41\xf1\x95\xc1\xe4\xb4\xde\x1c\xbc\x04\x85\x0b\xcb\x85\xdb\x8d\x07\xb8\x79\x8c\x82\x83\x0b\x2a\xeb\xdc\xb4\x68\x82\x5e\x3a\x18\xe3\xc3\xd6\x44\xb7\x2a\x70\x1e\x2a\x58\x7b\x91\x42\x62\xd1\x48\xee\xcc\xa9\xf8\xec\x74\x8d\x6d\xee\x1e\xc9\x33\x23\xd8\xd1\x2d\xd9\x11\xa6\xe8\x42\x2e\xa1\xe9\x66\x50\xf4\x66\x0a\x03\x4b\xe6\x89\x15\x5e\x4e\x69\x92\x5a\x22\xc7\xa6\x18\x62\x26\xd6\x12\x3f\x70\x37\x66\x7c\x77\xf9\xb6\x53\xae\xb7\x4e\x77\xea\x54\xac\x14\x8d\xbd\x9f\xda\x24\xd0\x97\xc7\x35\x5e\xb8\xaf\x2c\x77\xe0\xe6\xca\x74\x3f\xa9\x8f\x93\x05\xd0\x15\x00\xa2\x5f\xbd\xc8\x41\xa6\xb8\x6c\xca\x75\xf8\x4e\x79\xdd\x3a\xc5\xc4\x3b\x58\x08\x5d\xdd\xe2\x2b\x98\x75\xbb\x46\x9f\x35\x76\x78\x18\xc9\x27\x74\xb8\xde\x3b\x86\x60\x3c\xac\x20\xb8\xb6\xfb\x71\x07\x9a\x38\x9e\xa2\x82\xcf\x64\x6a\xf0\x38\x3e\xf2\x6d\x1a\x60\x04\x99\x9e\xcc\x27\x60\x40\x83\xf0\x10\xb0\xec\xb0\x82\x74\x26\xf5\x80\x18\x52\x1d\xc5\x89\xe1\xdf\x03\x9c\xb4\x36\x55\xbb\xc7\x43\xd1\x60\xd0\xd3\x8b\x93\x52\x6c\x7b\x1d\x81\x69\x60\x1d\x09\xec\x7e\xe3\x70\xd0\xab\x26\xff\x20\xa9\x2f\xb7\x36\xa5\x90\xb8\xa8\x03\x7e\x0a\x09\xb2\x41\x93\x35\xb4\x78\x51\xd7\x83\x95\x50\x4b\xb7\xca\x00\x12\xf1\xd7\xd8\x9d\x7a\x32\xa1\x3b\xf7\xc3\x3a\x45\x76\xab\xf0\xa3\xae\x6e\x95\xcb\x27\xcd\xff\x78\x25\x3b\x65\x75\x8b\x14\x82\xaa\xba\xc5\x73\x92\x0e\x65\xa8\x18\xc2\x89\x40\x55\xd3\x21\xf8\xf9\x4a\x6f\x37\x41\x6e\x3d\x25\xec\x04\x8e\xa1\x24\x01\x70\x92\xd5\xf5\xb9\x15\xdd\x53\x8a\xc1\x59\x46\x12\x29\xaa\x9f\xa1\xe4\x3a\x75\xe2\xbd\x53\xf1\x59\x51\xa9\xf9\xe2\xce\x54\x07\x79\xa1\x04\xcc\x2a\xe3\xb3\x82\x42\x58\x6f\x17\x95\xa7\xa7\x1c\x10\x61\x1d\x94\xba\x9b\x60\x4e\x22\x74\x6b\x42\x20\x52\x44\x6b\x75\x7f\xd0\x5f\x16\xcd\x61\x0f\xa0\x4e\x2a\x0c\xe1\x06\x58\xa0\xb7\xd9\x9c\xbc\x7e\x93\xdd\x4f\x86\x64\x35\xc7\x88\x90\x2c\xb7\xa0\x20\xcb\x73\x10\xa3\x0c\x6f\x13\x88\x51\x60\xa6\xfa\x0b\x03\x0e\xd6\x41\x7a\x87\x39\xfd\x3b\x42\x9e\xcb\x28\x70\x51\x50\xd5\xfa\xbc\x83\x08\xba\x9e\x14\x1e\x26\x33\xac\x4e\xca\xbf\xc7\xa4\x6c\xa1\x61\x94\x03\x47\x55\xde\x3a\xdd\x0d\x24\x89\x2c\x9c\x6b\x4c\x90\x79\x28\x48\x38\x59\x7c\x14\x9e\x80\x64\xe2\xf6\x69\xaf\x52\x23\xbf\x27\x77\x0b\x94\x89\x8a\xbb\x95\x32\xc1\x9d\x22\xbb\x25\xf6\x0e\xeb\x01\x81\xd2\x3d\x35\xbd\xd3\xfd\xbb\xfb\xb7\x3d\x29\x3f\x2c\x7a\x36\x09\x20\xe1\x7a\x9d\x32\xbb\x65\x38\x64\x97\x41\xb0\xa6\x1e\xe4\x8f\x79\x11\xa1\x3e\x97\x3f\x90\x08\x35\xf9\x77\x0e\x66\xb6\x23\xce\xdf\x62\x7d\x5d\xb4\x77\xf7\xb9\x4c\xba\xc4\x8a\xee\x34\xd8\x18\x84\x03\xe9\x06\x55\x75\x2b\x85\x72\x7a\xf2\x8e\x69\x13\x2b\xb0\x26\x50\xbc\xbd\x53\x61\xb7\xce\xe5\xdf\x9d\x91\x8d\x29\x62\x93\x7c\x66\x5b\x26\x33\x0a\x8b\x83\x68\xa0\x0f\xa3\x08\xff\x11\x27\xc3\xae\xa4\x0f\x9e\xea\xc1\x64\x93\xcf\xc6\x42\x7a\x78\xb9\x89\x1a\x74\x00\x6b\x00\x86\xb9\x4e\xc1\xdc\xba\x90\x66\x93\xe9\x02\xd1\xef\x7a\x32\x6b\xbb\x32\x87\x55\x72\x15\xea\x29\x8c\x5b\x0f\xb8\xa2\x85\x71\xd7\xe1\xdf\x2b\xcf\xfe\xbd\xf3\xcc\x64\x75\xdc\x77\xd1\x6b\x11\x0f\x2c\x71\x41\xb9\xa7\xd4\x4a\x4f\xcb\x69\xf8\xf7\x80\x3e\x00\x59\xb1\x3a\xbb\x55\xa2\x82\xdb\x52\x3f\x77\x7f\x46\xfb\x8f\xe9\x17\x69\x1f\x4e\x0d\xa1\xf3\x81\xc3\xc1\xe9\x53\x38\x32\x9a\x5f\x6d\x12\xa4\xc2\x94\x3e\xaa\x58\x6e\x3e\xd1\x61\x0b\xee\x4e\x05\xdd\xba\x0e\x5b\x6b\x9b\x16\x20\x38\xf9\x29\xae\xda\x13\x7e\xfd\x38\x4a\x06\x8c\x23\x55\x47\x75\xdc\xe2\xd1\x3d\x35\x85\xbb\x7f\xf8\xf8\x97\xe0\x3c\xcd\x71\x25\xa2\xc2\xce\x31\xc7\x74\x0a\xe2\xa6\x1a\xa7\x89\x60\x70\x32\xfe\x77\xea\xde\x56\xee\x43\xf7\x44\x7e\x89\xc3\xb1\xf1\x75\x50\xec\xa4\x5b\x02\x37\xf0\xe0\x72\x34\x46\xe6\xee\x12\x7e\xe5\x4e\x05\xdc\xba\x50\xb6\xa8\x80\x5b\x97\xa7\x22\x8a\xdb\xd1\xcf\x1d\xb0\x64\xe0\x5b\x5b\x87\xb4\xef\x0e\x70\xf8\xa2\x28\xe9\xf9\xbc\x63\x97\x58\x9e\xe9\x1e\x9a\xe7\xfd\xd1\xf7\x2a\x8d\xc4\x45\xb1\x10\xe7\x92\x1e\xfb\x22\xa5\x21\x74\x7b\xb9\x33\xd6\x66\x69\x92\x91\x27\x00\x0a\xd4\xcd\xa0\xd4\x3c\x42\x06\x66\x77\x51\x9a\xd4\x0e\x87\x5b\x0e\x4f\x5e\x02\x34\x78\xb2\xf3\x7a\x1d\xc4\x8f\x38\x0f\xd1\x80\x6a\xa4\xee\x19\xec\x79\x49\x4f\x5e\x80\x85\x4e\x45\xad\xd9\xba\x24\x1b\x38\x29\xc8\x76\xdb\x13\x2a\xfc\x42\xe6\xa3\xee\x6c\x25\xf5\x5a\xcf\x5e\x94\xc2\x6f\xd5\x2d\x42\x9b\xfa\xb7\x85\xd3\x3a\x25\x6a\xf7\x72\xed\x43\x5d\x07\x92\x94\xf5\x39\x54\xfb\x63\x62\x1c\xc7\x8c\x9f\x81\x68\xa6\x4e\x2d\xda\x2c\x44\x73\x22\x09\x86\xdf\x53\x69\x85\xdc\x05\xdd\xba\xb4\xdc\x52\xed\x94\xa5\x9d\x44\x32\x76\xab\xd2\xae\xe2\xdf\x9b\xbb\x69\x47\x5c\xc3\x6d\x7e\xf4\x41\x64\xb3\x23\xd0\xaa\xf8\xf7\xcb\x05\xda\xfa\xfe\xf1\xd5\x07\x20\xcf\x09\x50\x15\x9f\x49\x66\x88\xc4\x91\x75\xfa\x63\xbb\xea\x19\x16\xbe\x8a\x3f\xe8\xb2\x81\xb2\xe5\xac\x0d\x06\xa1\x92\x3a\xb6\x59\x85\x8d\x32\xb6\xbb\x39\xfd\x66\xcd\x41\xf1\x15\xfb\x57\x7c\x3e\xfd\xca\x26\xce\x04\xc0\xa2\xce\x77\xb0\x8d\x3a\xb6\x95\x18\xde\x9e\xad\xd1\x42\xe4\x62\xcf\x24\x68\x8a\x89\xc0\xdb\xcb\x10\x20\xde\x04\xcb\xfe\xa0\x0e\x2e\x68\x29\xd2\x32\xe3\x07\x69\x18\xec\x39\x13\x41\x50\xf0\x36\xf6\x4c\xc4\x75\xf7\x19\xcb\x40\x75\x22\x18\x06\x28\xdf\xd2\xb3\x99\x08\xb9\x2f\xd6\xb3\x41\x71\x2a\x44\x59\x7f\x02\x8e\x9b\x9e\x8d\x90\x53\x09\xb2\xe2\xed\x88\x26\xf3\xc7\x57\x0f\x28\x90\x7b\x82\xfc\x1a\x3d\xc3\xd0\x09\x47\xef\xd9\x4c\x86\x6a\x28\x56\xc2\x4d\xd1\x2b\x90\x42\xc8\xc8\xde\xba\xc5\x4b\xd1\x73\x53\x71\x47\xaa\xc9\xde\x49\xeb\xce\xca\xa2\x71\xe2\x48\x73\x86\xd0\x21\xaa\xe7\x16\x25\x27\x8a\xe7\xee\xe6\xac\xd0\x5b\x69\x9c\x71\xeb\xe5\xf6\x29\x5a\x35\xd0\x4a\x2c\x31\x2c\x01\x23\x7d\xb7\x46\x2e\x26\xe9\x4e\x59\xdc\x8a\x1f\xa6\x5b\x15\x77\x74\x81\x80\x09\x61\xb9\x58\xd3\xd4\x77\x17\xd8\x21\x94\xe8\x0b\x59\xd5\xbf\x3b\x91\xc8\x1b\x61\xb7\x86\x28\x43\x5a\xa9\x72\x9b\x92\x13\xb1\x6a\x3e\x51\xcd\x3d\x0f\x8d\x65\x8c\x31\x04\xae\x1f\x29\x58\x4e\x3f\xd2\x86\x2a\xac\x48\x85\xbf\xe0\x86\xd9\x88\x6c\x9c\x02\x3d\x93\x0a\x7f\x35\x9f\x09\x09\x70\xb6\x38\x08\xba\x98\x84\x53\x00\xb3\x7c\xa7\xfc\x6d\x5d\x62\xba\x01\x08\x0e\x40\xca\x60\x2f\x05\x75\xaa\xdc\x56\xd2\x71\x76\xaa\xdc\x16\x35\x8f\xbc\x0c\x6b\x70\xa9\x9b\x8b\x17\xe9\x9f\x25\x6a\xb5\xaf\x64\xaf\x8c\xb9\x15\x72\x74\x0f\xb2\x09\x24\xa6\xdf\x70\x77\x45\x0c\x5e\x4a\xf5\x8e\x8c\xe2\xbf\x04\x1f\x81\x09\xf5\x38\xbe\x25\x79\x0b\x39\x03\x9a\x1e\x05\x6b\x11\xcd\xf3\x47\xca\x3f\x7d\xe1\x02\xb3\x1b\xbe\x19\x74\x3b\xa4\x6c\xa7\xe9\xd5\xf8\xfb\x29\x95\x85\xd1\x51\x8c\xb6\x1c\xae\xd5\xdc\x10\x6e\x92\x97\xb5\xe2\xec\x13\x80\xbd\x04\xe1\xa9\xdd\x9a\xb9\x93\xf1\x70\xb9\x91\xdc\x2a\x5e\x92\x81\x30\xac\x8b\x06\xe8\xd7\x0b\xb5\x25\xcb\x9e\x05\x02\x51\xda\x4b\x08\xca\x9e\x51\x09\xb2\xec\x79\xd8\x16\x2a\x35\x6c\x0b\x72\x20\x0b\x50\x7c\xd6\xea\x7f\x3d\x1b\x88\xc0\xbd\xc3\x4e\x25\xda\xba\xc4\xd8\x9f\x85\x68\x79\x86\x68\x88\x34\xe6\x84\xf2\xac\xdd\x56\x71\xa4\xd3\xdb\xed\x65\x12\xc1\xdb\x85\xb0\x25\x69\x65\x7c\x96\xa4\x5d\x9e\x22\xeb\xd9\xbb\xc1\x04\xf2\x11\x09\xd5\xf3\x1d\x18\xee\xcb\x09\xfe\x39\x25\xd7\xc0\x36\xdc\xac\xc1\xe3\x61\x16\xa8\xe1\xb3\x77\x63\x7d\x8e\x5d\x60\x64\xb2\x46\x54\xb9\xd6\xc3\x35\x15\x99\x0a\x49\x7e\x57\x34\x66\xfd\x12\x66\xf4\xf2\xe5\xf7\x9a\xec\xbb\xfc\x17\x93\xbd\x5a\x1e\x85\x63\xf7\x54\x99\x12\x71\x79\x4b\x22\xad\xf9\xde\x75\x46\x09\x35\x96\x10\x46\x7a\x61\x1f\x31\x09\x2e\x88\x5b\x58\xc5\xf3\x24\xbb\x07\x01\xa8\x15\x9b\xc9\xb8\xdf\xa9\x15\x5b\x09\x3f\xec\xd6\x8a\x1d\xc4\xf2\xf7\x72\x48\x0d\x21\xb9\x16\x88\xc5\x7d\xdf\xad\x0f\x4b\x60\x62\x2f\x5e\xc3\xea\x3e\x6b\x58\xef\x36\x90\x83\x21\x82\x14\xb9\x3e\xcb\xa3\x88\x6c\x32\x17\x49\x2f\xa1\x98\x83\x4e\x94\x8e\x2d\x54\x67\xee\x51\x39\x96\x3b\x81\xbd\x84\x66\xce\x11\x2e\x11\xbe\xd7\xfd\x05\x39\x75\xd8\x17\x16\x9a\xc4\x0e\x58\xf0\x55\x96\x52\xb2\x68\xed\xf3\x44\x63\x67\xe5\x79\x39\x06\xdd\x86\x6e\x0d\xe6\x14\xd8\xef\xb1\xfc\x41\xaa\x57\xfc\xe1\x45\x65\x64\x85\x45\x36\x02\xcd\x88\x12\xad\x44\x68\xf6\x12\xfa\x34\xba\x53\x31\x9d\x93\xd6\x11\x8a\xb4\x16\x4a\xd9\x74\x6a\xb1\x16\x6e\x3d\x77\x4a\xb1\x56\x8f\x2d\x95\x58\xf3\xf0\x39\xd4\x66\x17\x58\xe5\x0a\x2e\xa4\xc6\x18\x34\x47\x0d\xd6\x5e\x5d\xac\x12\xaf\xe5\xd0\x82\xaa\x8b\xac\x35\xbd\x98\x94\xc2\x89\xa0\x07\x13\xb4\xd4\x4b\xd5\x58\xf1\x6d\x22\xe5\x5e\xaa\xb8\xcc\x6c\xb8\xfa\x84\x27\xac\x5b\x85\x35\x75\xd7\xd2\x0c\x9a\x42\xbd\x2c\xc1\x52\x8b\x9f\xa1\x58\xc7\x33\x41\x38\xf1\x3c\xfd\xc8\x16\x92\x65\x0e\x4c\x54\x62\xd5\xca\x47\x25\xd6\x8c\xbb\xbf\x5b\x57\xb5\x6a\xea\xa1\xae\x6a\xb6\xc2\x47\xa7\xb0\x6a\x91\xb9\x17\xac\xec\x24\x47\xec\xd6\x58\x5d\xee\x29\xda\xf3\x8a\xbf\xeb\x66\x10\xde\x3d\x36\x9b\x15\x72\xd9\x9b\x3b\xd6\xdd\xba\xaa\x8b\x8c\x3d\x9d\xc2\xaa\x49\xfb\x8c\xc5\x54\xcd\x52\xd2\xa9\xa6\xba\xbf\xf2\x17\x28\xab\x1b\x34\x28\xfa\xd0\x6d\x1d\xab\x65\x74\xd2\xea\x67\x4f\xe5\x66\xbc\x85\x1c\x67\xbd\x44\x2e\x61\x8f\xcc\xf0\xc8\x88\x5c\xa1\x27\x23\x7f\x14\xae\x81\x4b\xee\x28\xad\xba\x7f\xa0\xdf\xa9\xa5\x8f\xbe\x66\x4c\x91\xbe\xcc\xc4\xaf\xe1\xa7\x78\xc3\xbb\xda\x5c\xf8\xf8\x51\x1c\x06\x80\x45\x62\x27\x95\x60\x8a\xb1\x56\x79\x69\x21\x29\xff\x72\x9b\x97\x96\x68\xf1\xd4\x8c\x1f\xc2\xd0\x54\x8e\x12\xe1\x62\x84\xbc\x66\x38\x2b\xb6\x6a\x95\x29\x56\x97\x77\xb6\xc1\x96\x45\x4d\x2b\xcd\x6b\x79\x2b\xdc\xd6\xae\x12\x8e\xb0\xc7\x7b\x16\x96\x33\x61\x49\xd8\xe3\x17\xf2\x5c\x94\x6f\x45\x02\x2c\xd8\xe6\x97\xa7\x82\xa4\x50\xcb\x43\x61\x80\xa1\xd6\x1e\xaa\xba\xe6\xee\x9c\xcc\x01\xa9\x1a\x52\x2c\xa6\xe6\x81\xe6\xd2\x96\xea\x51\x94\x78\x8d\x06\xd4\xa3\x69\x8e\x26\x82\xf9\x3d\x5b\x19\x23\x8b\x5f\xd0\xed\xa2\x26\x8e\xa8\x54\x74\xad\x4b\x91\x31\xcc\x2f\x37\x98\x1c\x23\x43\x60\x9c\x92\x76\x47\xdb\xba\x77\x23\xaa\xb2\x53\x76\xb5\x1d\xce\xc8\x0b\xda\x1a\xda\xa8\xb4\x9a\x35\x1c\x97\x2d\x01\xb4\x43\x8a\x78\xb9\x11\x48\xa4\x65\x4b\x00\xed\x10\xed\xf4\xac\x6b\xac\xa2\x1e\x6b\x23\x68\xba\x97\x60\xe9\x48\x22\x14\x58\x2d\x84\xfa\xf5\xb2\x59\x7a\x39\xdc\xdf\x5b\x29\x5b\x5e\xb2\x79\x7a\x23\x58\xb9\x97\x5b\x6a\x8e\x10\x44\xe1\xd5\xa2\x5f\x96\x02\xab\x45\x33\x56\xf1\xc2\x35\xfc\xb0\xdc\xb2\x34\x79\xcc\x23\x93\x10\x9a\xf0\xe2\xe4\xe1\xd9\x3a\x79\xe3\x86\x72\xb7\x5e\x6a\x8f\x43\xf9\x38\x73\x1b\x80\xcb\xfa\xe9\xa8\x79\x9a\x4a\x60\xfc\x63\x10\xed\xb7\xe6\xbc\x62\x89\xf7\x2e\xaa\xbf\xb1\x16\x16\xf9\x7a\x13\xdf\x67\x5c\x0a\xa2\xe7\x2b\x4c\x7d\x1e\xa8\xb0\x12\x82\xd7\x05\xef\x99\xd5\x83\x8f\x92\xcf\x72\x89\xe9\x8b\x58\x0f\x2a\x51\x9b\x34\xeb\x92\xa2\x1e\x69\x3b\xb0\xbd\x51\x8f\x74\xb7\xc8\xbc\x64\x17\xd9\x78\x01\x2c\xc9\x1f\xea\x8f\xaf\x41\x1c\x7b\xaf\xc9\x49\x2d\x9e\x07\xdf\x74\x9e\xad\xcc\x7d\xf8\x02\xab\x9e\x3e\xcb\x18\xa0\x09\xd4\x23\xdd\x5f\x0d\x5e\xb4\xf6\x70\x62\x2d\x48\xba\xc8\xba\xd4\x6b\x96\x11\x72\x18\xa9\x4e\xda\xe4\xe8\x14\x24\x6d\x47\xb2\xb9\x67\x7c\xf9\x12\x1b\xc4\xbc\xc8\x7a\xc2\xf5\x89\x5e\x37\xe7\x2d\x24\x0e\xeb\x55\x37\x36\x57\x86\x7a\x35\xa8\x4e\x93\x59\x2d\xe0\x35\x87\xbc\x1a\x14\x5f\xe3\xc5\xc1\xe9\x0a\xdb\xb5\x8e\xde\xaa\x7e\x5b\x85\x7b\x89\xdb\xcc\x3c\xeb\xd6\x13\x70\xe8\xb1\x5c\x3a\xeb\xd5\x80\x77\x6d\x69\x14\xfb\x6c\x87\x5d\x59\xec\x93\x7b\xbe\x9d\x62\x9f\x43\x59\xbd\xea\x89\xae\xae\xbc\x89\x31\x58\xa5\x6a\x93\x18\x4f\x5f\xc8\x28\x7c\xf8\xac\x79\x1d\x9a\x5b\x2d\x29\xa3\x6e\x57\x43\x97\x6c\xbe\xdc\xba\x1f\x58\x62\x8b\x19\xd3\x41\xd7\xee\x0f\x84\xba\x54\x00\x41\xa5\xf6\x18\x9f\x99\x75\x37\x9e\x51\x3a\xda\x45\xf6\x23\x79\x8c\x1b\xdf\xc1\x33\x34\x8d\xaa\x02\xc9\xa5\xaa\x6e\x1d\xd0\x45\x92\xaa\x4e\xed\xcf\x76\x64\x7f\xc0\x3f\xc3\x21\xab\x23\x8c\x87\x8c\x47\xbc\x99\xd2\x13\x45\x41\x93\x49\x92\x7a\x1d\xb1\x10\x9a\x10\x9e\xae\x7b\x27\xea\x7a\xaa\x19\x55\xd8\xd5\x20\x04\xb2\x53\xd8\xb3\x1d\xd9\x1f\x02\xf4\x2c\x44\xfd\xb0\x8a\xce\x96\x3a\x1b\x42\xd5\x0b\xbe\xc3\xaf\x38\x17\x10\x18\x6a\x73\xb6\xc3\x73\x41\x46\x90\x12\xdf\xbb\xd5\x08\xb4\x75\x11\x12\xd0\x6d\x6c\xca\x00\xe6\x61\x86\x41\x83\x2a\xaa\x4c\x46\x5d\xbd\x5a\xd1\x4c\xdd\x99\x32\x9d\x25\x09\xab\x8f\xe3\x31\xc1\xe0\x2c\xe8\x1f\x54\xe6\xdc\x2f\x8c\xfe\x81\x6e\x21\x33\x53\x8d\xb3\x68\x3c\xae\x86\x6d\x55\x77\x8d\x68\x75\xf2\x4c\x74\xaa\x71\x6e\xc5\x71\x3f\x9f\x16\xa4\xe7\x1b\xfc\xbf\xc3\x73\x60\x10\xbb\xa6\x9a\xa8\xb3\x29\x92\x6e\xde\xd2\x8e\xf2\x5d\x60\x72\xa7\xea\x66\x3b\xb2\x3d\xcb\xc1\x10\x65\xac\xa8\x29\x65\xa3\xa2\x66\x3b\x90\xc1\x6a\xe4\xb0\x82\x3b\xd7\x8b\xa5\x17\x3f\x02\xfb\x90\xfa\xa2\x70\xa6\x0a\x5d\x35\xc1\x30\xf7\x5c\x3a\x95\x33\xf3\x10\x15\x2f\x3c\xaa\x28\x08\x35\xae\x00\xbb\x9b\x77\xc0\x9d\xa5\xc8\x6c\xe0\xb1\x55\xa5\xd1\x6e\x55\x1a\xd5\x03\xea\x1d\xb8\x64\x73\x70\x09\xc1\xb2\x6e\x2e\xd4\x0e\x71\xf4\x21\x02\xc9\xad\x95\xbf\x48\x7a\xbd\xb2\x35\xa4\x1a\x8f\xd2\xe7\xb2\x85\xdb\xc9\xfa\x1e\xd7\xc7\x70\x28\x87\x8a\x8f\xd5\x12\x30\xd5\xb3\xf2\x70\xba\xe0\xd0\xf5\x15\x73\xfd\x6a\xab\x87\xed\x40\x70\xa2\xe2\x66\x3b\x3c\x11\x2f\x24\xce\x4d\x7b\x3d\x1d\x02\x44\x36\x03\xb7\xae\xaf\x82\x9d\xac\xe5\x65\x45\xf0\xa8\xfa\x7a\xea\xdc\xa5\xad\x1e\x36\xe5\x0c\x2b\x71\x1a\xa1\x40\x21\xce\xbd\xbc\xfd\x51\x3b\x90\x27\x60\x3f\x2d\xac\xc1\x58\x11\x2c\xd1\x69\x3e\xb0\x4e\x8d\xce\x76\x40\xd5\xa8\xb1\xb9\x9b\xf3\x12\xba\x1b\xf2\x66\x4b\x01\x37\x5f\xb4\xa3\x2d\x3f\x63\x07\x20\xaa\xcd\x2c\x5a\x5a\xe4\x9b\x59\xb4\x48\xcb\xdd\x5b\x02\xf7\x9a\xcf\x4c\x3e\xba\x7a\xec\x77\xf0\x22\x1d\xe4\x38\xb7\xcd\x9b\x86\xe1\x48\x2d\xb3\x83\x90\xc1\x96\x81\x22\x54\xb4\x99\x1d\x43\xf5\xbe\x65\xe9\x15\xc2\x06\x35\x3e\xdb\xe1\xd8\x99\x03\x02\xdd\x6c\x59\xd3\x8d\xad\x2d\x57\x9d\x7d\x21\x28\xde\x49\x95\x00\x16\x2d\xd4\x0f\xb9\x77\xd7\x9b\xcc\x88\x83\xda\x0a\x48\x02\x89\xa1\xc2\x67\xa3\x82\x49\x6f\x6a\x8a\xb0\xe1\x66\xfa\x7c\x75\x3d\xca\x7d\x26\x35\x09\x6a\x7a\x96\x1e\x8d\x5f\x0c\xe5\xcc\xd5\x2c\xbf\xaa\x4d\xad\x06\xd0\x17\x2f\x56\x9f\xa0\x75\x0d\x24\x61\x8c\xea\xd8\x00\xed\x67\xd1\x6b\x7f\x00\xce\x9c\xac\x56\x3d\x7f\x76\x8b\xdc\x27\x94\xc3\xbc\x8a\xf8\x61\x19\x4f\x19\x4c\x0b\x5d\x10\xd1\xa0\x35\x27\x02\xed\x69\x0d\x84\xe1\x60\xb6\x26\x3c\x80\x1a\xaa\x20\x37\x42\x3b\x75\x3f\x1b\x25\x91\x7a\x53\x13\xe4\xb8\x52\xf6\xb3\x91\xe4\xbc\x53\xf6\xb3\x51\x3f\xa6\xb7\x26\x1b\x80\x9d\x5a\x03\x74\x91\x9e\xac\x37\xc2\xb3\x9a\x0b\x92\x03\xba\xc1\xc4\x6d\xe7\x6f\x93\x28\xf7\xd6\x03\x56\xf6\x76\xba\x10\xe0\x80\xca\x68\x20\x5c\x23\x4a\xbb\xbb\xc9\x83\x33\x2b\xac\x36\xa7\xcc\x8a\xe1\x6d\x60\x99\x74\x63\x07\xf7\x1d\x38\xe3\x6d\xb0\x58\x74\xd8\x66\x02\xc6\xe1\x36\x85\xa5\x15\xf6\x6f\x3d\xd1\xaa\xeb\xa8\xcd\x00\x28\x63\xcf\x20\x43\x40\x82\x9b\x5c\x9e\x72\x0a\x87\x56\x2d\x85\xd4\x0d\xcd\x52\xd9\x36\x63\x10\x66\x35\x0d\x42\xb7\x5b\x6b\x3b\xd2\x60\x33\xd3\xc2\x3d\x8a\x4e\xd9\xd0\x22\xbb\x8f\xaa\xa1\x64\x5a\xeb\x6d\x29\x69\x65\xbf\xe2\xba\x97\x78\x68\x68\x15\xf7\xfb\x3b\x85\x42\x8b\xf6\xae\xb6\x38\x4c\x9e\x38\x7c\xa6\xd4\x0d\xe8\x2d\xc2\xac\x44\xdc\x05\x69\xb4\xc1\x27\x30\xcc\x17\x4d\xda\xb4\x0e\x26\x8b\x1e\x64\xd9\xd0\x81\x40\xdf\x54\xdf\x10\x18\x5b\x30\x59\x04\x38\xca\x89\x16\x63\x1d\xa9\x06\xda\x0e\x0f\xd6\x07\xc9\x4a\x98\xa1\x9a\x69\x66\x6f\xc1\x56\x97\xbd\x7a\xc0\x99\xc6\x69\xe2\x52\x9f\x3d\xdf\x52\x81\xb0\xe0\x42\x7d\xdb\xa9\x94\x04\x43\x69\xe6\xd9\x50\xca\x6a\x27\x47\x1f\x06\xd6\x70\xb8\x8e\x21\xb6\x62\xe8\x55\x88\x68\xda\x73\x0f\xfb\x35\x0e\x95\xd9\x9e\x51\x25\xdf\x8f\xa4\xb8\xee\xc6\x05\xe3\xf0\x2c\xea\x88\xed\x02\xf7\x82\xfe\x89\xf8\x2a\x80\x9e\x4b\x42\xab\xb5\xdc\x36\xf5\x3f\xe1\x7f\xa9\x0a\x14\x7b\x5a\x0e\xe1\x57\x28\xa2\x52\x94\x0b\x5a\xe8\x99\xbb\x62\x52\x76\x4b\x34\x22\x76\x9c\x76\x7b\x18\xe3\x85\x93\x21\x3e\xdf\xa2\xb0\xd0\x31\xb7\x7f\x77\x0b\x60\xd0\x72\xd5\x76\x8b\x47\xb2\x9a\x1b\xb9\x48\x4c\xb8\xd9\x3f\xf1\xcb\x44\xc1\x84\xf1\x77\xcb\x90\xca\xff\xa8\x42\x9a\x8a\x42\x6b\x7b\x48\x41\xe6\x74\x61\xd6\xfa\x1c\x1b\x17\xac\xe5\xa4\x8d\xb0\xaa\xec\xf2\xf0\xd5\x0e\x47\x23\x14\x3b\x68\x32\x4c\x3c\x89\x6a\xf0\x6d\x13\x42\xf6\x26\xdf\x76\xde\x6f\x80\x9f\x11\x5e\x21\xe8\x70\xdc\x28\x2b\xb2\xc8\x97\x45\xc8\x07\x31\xdf\x0e\x2e\xaa\xf6\x7e\x20\xc4\x43\x12\x3a\x77\xc0\x34\x53\xf4\x83\x8d\x8c\xe7\x00\x60\xe5\x85\x1b\xe3\xf0\x5a\xea\x97\x66\x7d\x10\x96\x2f\x1d\x5c\x67\xed\x94\x2f\x9d\x75\x7c\x2b\xe9\x51\xdb\xb4\x1d\xcb\xe1\xb5\xfb\x0c\x9e\x25\x48\x50\x9a\x4e\xf6\x2c\xee\x7a\xf4\xce\x95\xb0\x03\xcb\x54\xe7\xea\x97\xb2\x36\xd5\x4f\x73\x8f\xbf\xa3\x18\x73\x2c\xa9\x84\x9a\x4d\xbd\xd2\xbb\xbc\xdd\x4e\x4d\xf7\xaf\xa0\xdf\x49\x1c\x7c\x28\x92\xf7\x24\x97\x63\x21\xd9\xdc\x97\xcc\x29\x2b\xe7\x23\x71\xf6\x70\xbe\x82\xdd\xdd\x24\x21\x6a\x00\x3d\x73\xd1\x6a\xd8\xa4\x91\x58\x85\x01\x73\xcc\xc4\x7e\x07\x37\x94\x99\x55\x64\x17\xb6\xdb\xe5\x47\xbe\x48\x3d\x8b\x5d\x19\x7e\x35\x1d\xe3\x72\xd3\x1d\xfd\x06\x6e\x80\x27\xcb\x3d\x1d\x83\x75\xb8\x21\x45\x49\x76\xfa\x92\x7e\x7c\x4d\xa3\xba\x28\xc4\xba\x7f\xf0\x85\x13\x0b\xe1\xa7\xde\x6a\x0e\x8b\x76\x2f\x31\x2d\x66\x52\xf4\x41\x72\xfa\x29\xb8\x3a\x48\x54\xd3\xad\xb7\xba\x62\x8c\x4d\x58\xa9\x83\xdf\xbb\x41\xdd\x32\x56\x0a\xac\xb6\xe4\xcc\xd1\x79\xa9\xbd\xdb\x3b\xae\x5b\xad\x7b\x7d\x8b\x13\x2d\x81\xeb\xbd\x4a\xce\xa0\xa5\x51\x84\x55\x3d\xa3\x57\x03\xee\x39\x37\x14\x61\x6d\xc9\x6d\xd6\x22\xad\xe8\x4c\x41\xd6\xac\xc7\xbb\xd7\x00\x9b\x83\x28\xd0\x55\xfb\x62\xba\xd0\xb0\xde\x62\x9f\x99\xae\xd2\x85\xb8\xd4\x88\x54\x13\xdf\x34\x21\x2b\xbf\x76\x4b\xd2\x09\x84\xa6\x62\xe1\xfe\x23\x45\x28\xdc\x53\xa9\xb5\xa9\x7b\xf7\xe6\x70\xf4\xe4\x1d\x31\x32\x46\xf4\x6e\xc0\xb7\x7e\xf8\xbe\x25\x8a\xa6\x39\xb1\x9b\x58\x4b\x3b\x14\xa5\x5d\x9b\xfc\xbd\x5b\xd0\x6e\xf8\x77\xc4\x5d\xb7\x0c\x5d\x5b\x32\xd9\x4d\x9e\x32\x44\xe9\xae\x55\x33\xbe\xc2\xa5\xeb\x52\x71\xe9\x1a\x0a\xde\xb7\x94\xd1\x92\x10\x1c\x84\x3e\xb8\xdd\x21\x65\x30\xb2\x75\x5c\x95\xc1\xa9\xe3\x9a\x55\x5d\xbb\xe5\xeb\x48\x62\xd1\xa9\xe3\x9a\x75\x96\x75\x3d\xbd\xff\x2f\x61\xe7\x71\x36\xbd\xae\xa3\xc1\x54\x6e\x08\x2d\x5a\x70\x73\x72\x91\xcd\x3f\x84\x79\x58\x85\x7f\xb6\xdf\x4e\xea\x16\x3d\x09\x47\x00\x2f\x61\xbe\x63\xcc\xdb\xaf\x18\xea\x4c\xaa\x6e\x91\xcf\x7f\xe8\x6e\x88\x8d\x0d\x9f\x1c\x66\x1e\x85\x83\x8d\xad\xc2\xf7\xc3\x05\x08\x26\xc4\x06\xd1\xe0\x89\x38\x1a\x40\xbf\xf6\xc3\xa9\x0d\x76\x48\x56\xaa\x0c\x00\xed\x1e\xc1\xc2\x38\x8c\x65\x6b\xa8\x22\x03\xa7\x6f\x75\xa8\xb1\x64\xbe\xdd\x17\x88\x7a\x7e\x04\xaa\xc6\xf0\x77\x9b\xfb\x2b\x10\x6d\x00\x1d\x1b\x4d\xe2\xb1\xd8\x23\x70\xdc\x61\xd6\x15\xa5\x3e\xf0\x61\xa3\x79\xe0\x4f\x9d\x76\x7c\x46\x29\xd2\xd1\x00\x80\xd8\xa6\x8d\x21\x81\x5f\xa5\xd9\xba\x63\x11\xee\x3c\x00\x81\xad\xca\xed\x82\xc0\x4e\x62\xa2\xc7\x10\x1f\xc8\x13\x9b\x6a\xbb\x7b\x01\xf3\xb0\xd2\xc5\x48\x81\xc2\x19\xbd\x18\xa2\xed\x5d\xcc\x28\x42\xdc\xb8\x24\x4f\x52\x72\xf4\x77\xc2\xf1\x07\xe0\xb0\x9d\x6c\x74\x63\x6c\x19\x22\x9a\xb4\xe6\x96\x5d\x7b\xfc\x90\x27\x0e\xb8\xe1\x40\x6c\x38\xdc\x86\x04\xab\x57\xef\x1e\x86\xde\xd8\x76\x1c\xb9\xc1\x74\xbe\x03\xa4\xd8\x7e\x38\x69\x06\xa8\x2b\x24\x0d\x8d\xc8\x8a\x42\x89\x01\x4b\x8e\xa6\x31\x9e\xe6\x3f\x54\xbc\x65\x82\x7e\xf8\x15\x77\xb8\xaa\xc7\xc0\xbb\xf6\x23\xbf\xc9\xf1\x31\x26\x90\xf3\xfe\x3d\x63\x1d\x91\xf1\x3c\xb9\x7c\xac\xe5\xcb\x11\xca\x67\x5a\x40\x02\x11\xb7\x75\xe8\x0d\x39\x30\x1c\x7b\x3d\x38\x8c\x3d\x57\xfc\x19\xde\xf4\xea\xcf\x31\xcc\xfa\xa5\x04\x03\x88\x6b\x3f\x64\x1d\x1a\x8a\xf3\xf7\x0a\xab\xa2\x3d\xaf\x74\xd1\x6e\xc7\x56\xe0\xfb\x21\x21\xd8\x3a\x7b\x3f\x64\xe4\xa4\xd5\x54\x77\x01\xe7\xb5\x24\x87\xfd\x88\x93\x90\xaa\x6e\xb1\x21\xf4\x12\x1d\xb8\x78\xd5\xac\x07\x83\x89\x84\x1b\xad\x3e\x0f\x06\x99\x37\xf5\x4e\x99\xa2\x0a\x40\xe8\xe7\x2f\x37\xdd\xe2\xa5\xfe\xf7\xbf\x06\xd8\xec\x98\x40\xe2\x35\x5d\x3c\xa6\x0e\xd8\x64\xe0\x18\x20\xc3\x1e\x7a\x4a\x4f\x1d\xb0\x87\x1f\x5d\x08\xae\x36\xf1\x10\x82\x18\x3c\xc3\xf9\xc2\x67\xc8\x2b\x9c\x4f\xf8\xd7\x39\xad\xe8\x30\x39\x1d\xe7\x68\x1e\x99\x6b\x8a\x67\x7c\x20\xb2\x84\x8b\x35\x78\x9e\x44\xbf\xd3\xb2\x5e\xd9\xd3\xa6\x0f\xba\xb1\x7c\x76\xcf\x55\x5f\xc8\xed\x70\x58\x13\x7b\xbf\xda\x02\x4e\xd9\x16\xd0\xa5\x4b\x09\x2c\x61\x60\x95\xae\x66\x51\xcd\x69\x7e\x86\x8d\xd3\xce\x16\x70\x24\x1c\x05\xf8\x40\x52\x51\xc0\x5e\xab\x5a\xdc\xfc\x77\x73\xcc\x33\x4d\xb3\xd9\x67\x86\x81\xd3\x8d\x9a\x33\x40\xff\x2a\xb0\x38\x87\x1f\x65\xcb\x94\xc6\x7a\x70\xe4\x33\x7b\x06\x92\x3f\xb1\x1e\x68\xbd\x9e\x55\x2c\xc5\x3f\x2f\x71\xa7\x61\xe1\x6c\xcc\x59\x73\x27\x5b\x03\xcb\xe4\x58\x15\x0b\x50\x5f\x67\x53\x98\x66\x4b\x4d\x7d\xb4\x95\xba\x66\xb3\x5f\x8c\x24\xa3\xbd\xd8\xe4\xb3\x25\x3d\xf0\x2b\x34\x50\xc8\x4f\x82\xd0\xea\xe9\x92\x20\xb4\xfa\xfe\x00\x42\x5b\x97\x33\x04\x80\xdf\xe1\xef\x1a\x1a\x38\xb7\x80\xd0\x96\xb0\x57\x58\xd5\xf5\x7a\x99\x69\x66\x40\x84\x9a\x3d\x67\xce\xaf\x06\x36\x2e\xbf\xe2\x70\xc3\x26\x66\x17\xda\xc5\x6f\xb2\x1b\xf4\x49\xb1\xc0\xc5\xec\x06\x57\xf1\xfb\xe0\x98\xc3\xf6\x40\xb6\x2d\x3a\xf4\x83\x6c\x5b\x8d\xad\x9a\x26\xd5\xcc\xdf\xf1\x07\x42\x27\x00\xa6\xb6\x03\xd7\x33\xe6\xc8\xcd\xe9\x0b\x66\x41\xac\x31\xa0\xd4\x1e\x55\x03\x0e\x28\xb5\x95\x44\x4b\x63\xca\xfb\xa1\xb3\x60\xd4\x56\xd0\x40\xc6\xd4\xda\x00\x4f\x98\x53\xf5\x80\x09\x9b\x4e\x86\x07\x9a\x1b\x69\x6f\x37\xa7\x29\xc7\xb5\x55\x00\x70\x5b\x49\xfc\x3a\x44\xb1\x35\xff\xf8\x00\xc5\xb6\x03\x96\x3c\x04\xb1\xd5\xf8\x0a\x86\x6d\xd5\xc4\x3e\x23\x99\x05\xa5\x33\x35\x9b\xa3\x10\x0e\x5e\xf1\x70\x06\xa4\xce\x03\x6a\xa2\x19\xab\x92\xf5\x7b\x8a\xe3\xe2\x99\xa6\xc3\xa6\x2d\x9b\x3b\xd3\x3f\x92\x57\xd0\x04\xa1\xdb\x5a\x17\xe7\x32\x66\xda\x1d\x98\x32\x01\xc2\xe1\xcc\xd4\xe2\xcb\x7f\x4c\x40\x44\x5d\x46\x72\x2b\x67\x82\x87\x5b\x25\xcc\x73\x25\x23\xa0\x79\xf1\x28\xa6\x13\xc7\x05\x41\x92\x87\x95\x8c\xc7\xba\xd0\xd4\x9d\x2b\x62\xbc\x41\x25\x1f\xa2\xe4\x6a\x63\x00\x25\xb7\x2b\x90\x00\x92\x5b\x72\x9e\x4f\x8d\x04\xee\xb4\x93\x83\x24\x39\x39\x9d\x1d\xfa\x24\xb6\x90\xdb\xd7\x68\x2f\xad\x3a\xf3\xca\x81\x53\xd5\xa5\xce\x09\xc7\x05\x0c\xb7\x1f\x6e\xe6\x0b\xde\xed\x39\xba\x3c\x16\x6e\xff\xcc\x14\xee\x47\x10\x14\xc9\x94\xe2\xc4\xb0\x56\xfa\xe1\x3c\x5f\xe0\x6c\xb9\xd7\xd2\x0c\x21\x39\x30\x37\x38\xac\x77\x72\xf5\x6c\xa8\xd6\x34\xb8\x6b\x7a\xc0\x04\x1f\x24\xe7\xc3\x98\x37\xa2\xcc\xcf\xd2\x12\x13\xf7\x11\x76\x88\x23\x3f\x52\x7b\x75\x06\xef\x5c\x0b\x2b\x26\xa5\xc2\xf4\x99\xb3\x3a\xff\x0c\xb9\x05\x99\xb7\xaa\x61\x4d\x2e\xac\xb5\x2b\x4c\x2e\xac\xbb\x07\xfc\xc9\xdd\xc3\xd8\xb9\xb0\x56\xe2\x05\xc9\xb7\xe8\xc6\x2d\x60\x6f\x4b\x5a\xf6\x04\x77\xf6\x7e\xb4\xfc\x83\xf1\x7a\xab\x3d\x7c\x56\xc6\x46\x19\x99\x66\xcf\xf1\x8e\x10\x8c\xdf\xae\xbf\x22\x10\xbf\x3d\x79\xb0\x3e\xe8\xc9\x4f\x5e\x74\x0e\xb7\xf4\xcb\x6a\x7a\x84\xde\xdc\xc5\xf4\x96\x5b\x07\x63\x3b\xa6\x12\x8c\x3c\xf8\xe5\x3c\x39\xec\xd7\x16\xe8\x13\x17\x10\x87\xfd\x4b\x43\x86\x84\xe0\x03\xbb\x03\x81\x70\xea\x9f\xa6\xe8\x3d\x49\x1b\x97\x84\xf7\x33\x3b\xb7\xbf\x67\xce\x43\x9e\xed\x92\xfb\xe2\xf3\xae\x45\x6a\xf6\xe5\xe4\x30\xd4\x2d\xcf\x4c\x6d\x44\x60\xfe\x96\x5f\x56\xc5\x75\x89\x51\x18\xc0\xfc\xd6\x3c\x7d\xa2\xfc\x72\x78\x03\xc1\xa5\x69\x43\x16\xe5\xd7\x6b\x0a\x50\x7e\x6b\xa1\x56\x41\x7e\x4b\xb7\x40\x47\x1f\xde\x13\x1e\x3a\x9b\x91\x93\x64\xc4\xe1\x0a\x53\x58\xc9\x43\xf9\x29\xb0\x50\xe8\xaa\x10\x22\x7d\x2c\x7f\x77\x4b\x22\x9c\x87\xd9\x69\x14\xe7\x81\xef\xdd\x3d\x3f\x78\x61\x9e\xc3\x7a\xb5\xd1\x31\x9f\x21\x02\x08\xf4\x28\xbc\x3e\x87\xd2\x84\x0e\xe1\x2a\x00\x61\xe2\xb8\x66\x4f\x0a\x4b\x19\x3e\xe3\x5b\xc7\x4c\x05\xd7\x12\x47\x58\x5a\x7e\x5a\x6c\x42\x46\xe6\x68\x8b\xc2\x2f\xdb\x13\xfc\xde\x7e\xd8\xf7\xea\x69\xc4\x32\x2a\x96\xaf\x22\x47\xd4\xcc\xf5\xc7\xf3\xc2\xae\x43\xb5\xd5\x2d\x6c\xe3\x35\x73\x34\xf3\x8c\x80\x93\x85\x55\xdf\x97\x2f\xd9\x36\xc5\x1b\xfc\x0b\xe5\x0a\x90\xdf\xc3\x38\xc8\x68\xba\xbf\xd0\xa7\x46\xbe\x97\xe9\x33\x06\x9b\xe5\xb3\xba\x8e\x2b\xa0\xb4\x11\x16\xc6\x8f\x6f\xf8\xbb\x82\xe0\xb2\x05\x8d\x0d\x90\xb6\x84\x08\x26\xd7\xc6\x00\x22\xb8\x93\x53\x66\x44\x73\x95\xe8\x9f\xe1\xe4\x50\xf7\xd0\xd6\xe0\xf7\x1d\x65\xcc\xa6\xbb\xb1\x5a\x8c\xda\x7c\x34\x30\x70\xb0\x82\x77\x03\x74\xb6\xbb\xe7\x97\xb5\x6a\x90\xe8\x16\x71\x25\x99\x59\xaf\xf6\xf5\x3a\x8c\x9e\x99\x1e\x78\x7e\xd8\xf3\x3e\x33\x81\x0e\x75\x40\xd0\x9d\x7d\x9c\xdb\xf6\x36\xf8\x83\xe2\x45\xde\x57\xb8\xc5\x46\xae\x0d\x4d\x4e\x99\x05\x4a\x4a\x6c\x59\xa1\x17\xcc\x34\xa0\x04\x1f\x82\x13\x8c\x98\x6a\x7a\x3e\x43\x5e\x5c\xd9\xb4\x25\x38\xf1\xdc\x59\x08\x5b\x30\xc2\x4c\xde\x24\xc0\x1a\x82\x09\x4f\x92\x7d\x0c\xc0\x84\x3b\xd8\x30\x03\x30\xe1\xae\xc5\x1d\xf8\xe0\xaa\x5f\x66\xe0\xbc\x36\xc3\x33\xa4\x29\xc1\xee\xea\xbc\xa6\xd3\x20\xb8\xc2\xb5\xba\x43\x63\x78\x54\xfc\xc3\xd9\x86\xa4\x81\x2b\xdc\xc1\x52\x1b\xb1\xc5\x88\x69\xb4\x7f\x84\x6d\xf3\x8d\x86\x05\x1d\x16\xc0\x1e\x3e\x14\x06\xc1\x1e\xee\x87\x6b\x28\xf0\x08\x79\x3c\x46\xe8\x46\xee\x84\x72\x97\x71\xe4\x73\x0e\xd5\x17\xf6\x98\x87\x7c\xd9\x1c\x85\xb7\x40\xd0\xc1\x81\x1d\xa1\xc3\x80\x52\x6f\x20\x11\x78\xbd\x16\xe6\x0c\x37\x7e\x2b\xce\x5c\x0d\x8b\x00\x97\xd4\xfc\x83\x7e\x78\x00\x01\x2b\x5c\xf9\x7b\xae\x0c\x3d\x3f\xed\x87\x4d\x28\x49\x21\x11\xc4\x69\xc2\x2c\x4a\x2b\x50\x60\xf5\x02\xa6\xb8\x78\xf1\x12\x29\x4e\xa0\x14\x84\xe2\x84\x24\xc5\x2c\xb0\xa6\xd1\x88\x2d\x4f\xf4\xe2\xdc\x20\x4e\xe4\x28\x10\x1b\x8a\x0b\x79\x9d\x3c\x5b\xd1\x65\x61\x3a\x9b\xd1\xe3\xf4\x55\xe9\xc0\x70\xbd\x10\x3a\xc4\x35\xba\xbb\x7f\xd0\x36\xd2\x41\xb1\x4f\x20\xf3\x1b\xae\x1a\x37\x3e\x2c\xce\xf8\x4d\x73\xd2\x74\xd3\xe4\x39\xfb\x22\xf6\x1b\xb3\x08\x64\x71\x2f\x59\x29\x06\x10\x17\x5b\xdf\x74\x9d\x48\xe3\xc9\x35\xa2\xc4\x96\x0c\xaa\xde\x5f\xa1\x27\x1b\xb9\xce\x06\x88\xc5\xdd\xcb\x19\x00\x8b\xbb\xe2\x1f\x80\xc5\x47\x4b\x12\xb1\x45\x86\x4e\xb2\xa0\x01\x60\x71\x37\xbc\x2f\x8c\x34\x37\xb4\x13\xc4\xe2\xb2\xb2\xf4\xc7\xdc\x50\x18\xa3\x45\x91\xee\x6c\xb9\xa0\x7b\xd1\x1c\x78\x26\x14\x69\x27\xdc\xdf\xab\x8b\x78\xd5\xbb\xaa\x05\x24\x85\x48\x18\x20\x11\xef\xe3\x42\x3f\x5e\x27\xa4\xf8\xcf\x63\x19\x2b\x30\x26\xd6\xe7\x8f\x46\x78\x46\x1a\xd0\xfd\x2f\xbe\x94\x24\x69\x3d\xb9\x3e\x12\x4a\xc8\xf5\xbd\x19\x05\x9b\xb8\x97\x62\x11\x94\xd3\xac\x2a\x37\x82\x1f\xc9\xbf\xdc\xc2\x82\x77\x91\x7e\x6c\x0b\x02\x5b\x86\x86\x44\xaf\x1f\x43\xff\xfd\xa9\xdb\x2e\x1d\xd8\x35\x9a\xae\x1f\xcb\x43\x67\x16\x86\x0d\xd9\xf2\xfa\x65\x97\x3b\x2f\xd9\x65\x5f\x5c\x9f\x83\x67\xcf\xd3\xb4\x03\xa7\x47\xd3\xba\xd0\xf7\xe1\xcb\x00\x27\x77\x60\xa9\x06\xb8\xc9\xc5\xe8\x9a\xc5\x1d\x89\xae\x23\x40\x28\x77\x30\x36\x07\x10\xca\xbb\xd6\xc9\x8b\xd6\x65\xbf\x3a\x0a\xbd\xa5\xd6\xb4\x8b\x40\x91\x56\x5e\x99\x40\x27\xd7\xe1\xe9\xef\x56\xa6\x62\xed\x57\xec\xfd\x6a\x71\x58\x4c\xd8\x86\x90\x6f\x3c\x17\xa6\x11\x92\x02\x6e\x72\xd7\x9f\x09\xdc\xe4\x5e\xaa\xcf\xee\x63\xea\xc7\x7d\x4f\xa7\x7f\x90\x92\x7b\x81\x6b\x00\x8e\xdc\x0b\xcc\x01\xdc\xe3\x0e\x5e\xd7\x10\xf6\xf8\x50\x84\x06\xeb\x78\xf7\x94\x96\xb1\x6c\x94\xea\x57\x52\x36\x84\xfe\x85\x65\x83\xac\xfc\x63\xd5\x14\x7e\xfc\x8a\xdd\xe3\x0c\x98\xe1\x4e\x33\x37\x88\xc8\xbd\xe4\x33\xd4\x0c\xb5\x69\x21\x4e\x0c\xa3\x7b\x57\x5a\x29\x5c\x6f\x23\xc9\x4d\x1e\x03\x9e\xf1\xfe\x8c\x8a\x9b\xde\x98\x3e\x4b\x26\xe1\xb9\x80\x15\x57\xa3\xd3\x00\x2b\xee\xa5\xf9\xbb\xb0\xb1\xf4\xb0\xab\x0b\x70\x26\x40\x28\xee\x25\x9f\x75\x04\x66\x3a\x7b\x1e\x3b\xda\xee\x6c\x16\x67\x81\xab\x08\x43\x30\x40\x2b\xee\x46\xb4\x83\x4f\x5c\x0b\xa4\x14\x7c\xe2\x0e\xba\xce\x00\x9e\xb8\x16\xa8\xfb\x1a\xb9\x3d\xa8\x88\x58\xb1\x61\x04\xb0\x60\xc5\xcb\x6c\x0f\x4b\xb7\xf8\xdc\xa8\x83\x50\xe6\x65\x11\x49\x8f\x8b\x89\x71\xa2\xd8\xdb\x2d\x35\xf4\xd2\xfc\x5d\x1a\xe1\x2a\x1b\x77\x56\x2c\x4d\x6f\xdd\xb4\xa4\x9f\xd1\x27\x74\xa5\x60\x61\x77\xc9\x86\x5b\x1d\x92\x42\x86\xeb\x8d\x90\xa1\x49\x71\x21\x57\x94\x6a\x61\xb7\x97\x65\x99\x4b\xcf\x91\x6e\x11\x66\xd3\x49\x44\x63\x45\x70\x10\x8d\x9b\xee\x47\x02\x1a\xeb\xa2\xbe\x94\x36\x20\x28\x80\x1b\x77\x2f\xb4\x00\x37\x16\xba\x6e\xac\x10\xf3\xc1\xdd\x65\x3e\x78\x38\xcb\x32\x61\x9c\x12\x3b\xc0\xc5\x47\x71\x37\x2f\x6a\x1a\x3e\x2b\xab\x78\x5e\x96\xf9\x38\x29\x8d\x53\x61\x81\xde\xae\x94\x1d\xac\x96\x38\x72\xf2\xe7\x0e\x60\x8b\x4b\x6e\xad\xc5\x86\x70\xb1\x15\x11\xd0\xee\x56\x8a\x08\x7f\xa6\xd0\x1b\xe0\x18\xef\xd5\x67\x65\x4e\xf9\x8e\xe3\x3d\x99\x5d\x98\xe4\x32\x20\xcd\x08\xbd\x65\x1a\x5c\xc3\xef\x80\x35\x3e\x44\xaa\x19\xc0\x1a\xf7\xe2\x58\xb4\x3c\x18\x24\xb5\x4c\x0c\xaf\x18\xb5\x2e\xa6\x02\x39\x1a\x84\xe3\xee\x1d\xc0\xc2\xd8\x00\xe2\xdb\x00\xe0\xf8\x10\x18\x67\xac\x2b\x53\x96\xd0\xc7\x2b\x17\x94\x7e\xe1\x81\x58\x90\x84\x12\xe2\xd8\x64\x3f\x40\x1c\xf7\xe2\x24\x5d\x90\x4f\xe9\xc8\x9d\x1d\x61\x1d\x6e\x57\x97\x02\x38\x3a\xe4\xf1\x48\xab\x42\xf8\xd1\xfc\xef\x7f\xd3\x1b\xd8\xa5\x77\xbb\x8a\xcc\x52\x58\x70\x7c\xb7\x0e\x56\x16\x20\xff\x90\x5b\x43\x47\xc4\xfc\xde\x2e\x31\x85\xdc\x5d\x0c\x83\xd1\x01\x44\xee\x45\x8a\x6c\x1a\x7a\xf3\x23\x01\x82\xdc\xd5\x43\x17\xb6\x02\x8d\xa3\xeb\x11\xf0\xd9\x02\x90\x01\x77\x2e\x46\x80\x22\xf7\xdb\x7a\x7f\x90\x03\x79\xac\x57\xa6\x66\x97\xde\x3c\xe1\xbe\xb0\xc6\x1e\x70\xa1\xc2\x1c\xe8\x2b\x91\x3b\xfc\xc3\x1b\x50\xc9\xdf\xcb\x8c\xbb\x14\x2f\x6d\xbb\xd7\xbf\x4c\x3e\x48\x71\x7c\x0f\x4d\xd3\xb4\xbe\x6c\x9c\xe9\xff\x14\x00\x3d\xe2\x9f\x5b\x4f\x16\xf2\xe5\x89\xf2\x85\x03\x2c\xf1\xfd\x48\x7b\xe9\x96\xf4\x9a\x62\x59\x2f\x3a\x89\x99\x85\x40\x3f\xee\xe0\xe5\x8f\x44\x3f\x56\xe5\x13\xfd\x58\x38\xa2\x71\xfe\xe8\x16\x0c\xf9\x34\x2e\x5d\x9d\xef\xc4\x13\x91\x74\xbb\xe3\xc4\x83\x41\x8f\xfc\x13\x46\xed\x98\x4e\x19\xf5\xf2\xf9\xb3\x56\xda\x3b\x5c\x32\x28\xf1\x29\x13\x66\xc1\x01\x42\xee\xc5\x16\x0e\xf6\x36\x1c\xf5\x34\xc4\x5c\xcf\x63\x00\x92\x8b\xd7\xe4\xe7\xc1\x15\xef\xb2\x56\xb7\x39\xe3\x06\x20\xb9\x93\x2b\x77\x9c\x42\x9e\x98\x82\x09\x80\xe4\x0e\x90\xdf\x00\x1f\xb9\xe8\xf9\x71\xe6\x85\x84\xd5\x16\x9c\x6c\x11\x3d\x4e\xb8\xb6\xae\x41\xa7\x5c\xdb\x79\x32\xab\xad\x7a\xe8\x69\xc6\x5a\x7d\x04\x81\x47\x3e\xf4\xc4\x05\x1e\xf9\x00\x5c\x75\x9c\x82\x7d\x41\xd0\xce\xe2\xd6\xe6\x1b\xb2\xc7\x90\x6f\x7b\x9c\x55\xdd\x8b\x3d\x7f\x92\x31\x46\x2f\x8e\x53\xae\x8d\xd0\x7d\xa6\x63\x02\x42\xf4\xc9\x85\x84\x7e\x1b\x27\x26\x04\x3d\x7a\x4f\x2e\x27\xbc\x0d\x3a\xe1\xe6\xc3\x8c\x10\x27\x26\x04\x33\x1e\x9c\x98\x10\x80\x6f\xfa\x83\xea\x9d\x78\xea\x4f\x73\x57\x9d\x78\x27\x14\xe7\xaa\xb9\x36\x9c\x6a\x60\x9b\xa3\xdb\x99\xc6\x49\xe1\x84\x83\xda\xdc\x8d\xb3\x3a\xb5\x1d\xc8\xd1\xcf\x66\x24\x02\x54\xe4\x24\x74\x4e\x03\xd1\xa9\x6f\x82\xb7\x5f\xa7\xe1\xe3\x26\x27\x39\x31\x06\x74\x63\x06\xce\xbc\x79\x80\xe6\x9e\xc6\x8c\xeb\x78\x77\x92\xb6\x56\xb1\xfc\x44\x54\x20\x39\xfc\x38\xd3\x18\x90\x25\xbc\x92\x62\x5e\x48\x58\xaf\xba\x03\x18\x74\xd7\x5b\xee\x34\x32\xdc\xe8\x19\xf0\x9f\x7b\x75\xad\xcc\x2e\xa7\xdb\x09\xf8\xcf\x7b\x4d\x7c\xb9\x98\x06\x86\x3b\xf3\x98\x33\x0f\xd3\xcd\x4e\x07\x71\x2a\xe8\x6e\x2c\x79\xb1\x85\x93\xff\xba\xd9\x37\x6b\x0d\xd2\x7a\x8f\xd3\x74\x71\xb0\xab\x33\x48\x8a\xe9\x09\x0a\x59\x97\x33\x1d\x0a\x2a\x76\x0a\xa7\x00\x00\xf0\xc7\x69\x26\x57\x03\x4d\x13\x3b\x5a\x7b\xe9\x89\xf2\x0e\xda\xff\x38\x43\x4b\x33\x1f\x6d\x85\xbd\x57\xdb\x5e\x52\x05\x1b\x5f\xca\x3f\x28\x74\xe7\x56\xd2\xbb\x99\xd2\x4e\x5d\xf9\x55\xf1\x81\x8e\xee\xfa\x26\x9d\xa7\x55\xd1\xa9\xd3\xd3\xef\x2a\x25\x33\x3d\xfc\x67\x13\x12\xdd\xec\xcf\x33\x7b\xe8\x1f\x37\x6d\x58\x95\xa6\x0d\x3a\x92\x1c\xd3\x5e\xa1\x36\x57\x6b\x12\x76\x2b\x9c\x5c\x2c\xec\xd5\xde\xc2\xfe\xf4\x08\x3b\x0d\xee\x32\xb1\xca\x29\x67\x83\x50\x82\x0d\xdd\x41\x37\x1e\xe7\x6d\xad\x54\x64\xe2\x78\x53\xb4\x9c\x5e\xb3\x6b\x84\x00\xcc\x79\xff\xc3\xc0\x37\x47\xea\xe4\x9c\x1e\x27\xd9\xd0\x64\x6d\xa7\x5e\x78\x26\x89\x00\xda\xb9\x57\x4f\x61\x1a\xac\xe9\x87\x61\x58\xba\x71\x9d\xa6\x50\x31\xc5\xc0\x09\xaf\x02\xfa\x73\x9c\x5b\x61\xed\x46\xea\x9f\xc9\xb7\x18\xde\xdb\x78\xa6\x4f\xaf\x02\x01\xec\xe9\xdc\xac\xaa\x1a\x8b\x0d\xe2\x73\xf7\x1e\xea\xcc\x4b\x76\x29\x3c\xf9\xcc\x0e\x8d\x0d\x27\x97\xe3\xbf\x43\x72\xfa\x59\x84\x1e\xe2\x48\x67\x5a\x88\xd3\x3c\x64\x5a\x18\xce\x2f\x7b\xbb\xbf\xba\xcc\x37\xa6\xca\x79\xfd\x54\x4c\xa6\x2f\x0d\x44\x25\x9f\x3b\x75\x4d\x9e\x97\x25\x06\x2f\xf0\x94\xac\xca\xad\x00\x73\xbc\x60\x17\xe0\xe3\x0d\x10\xa2\xbb\x16\xb3\x44\x88\xd6\x8b\x4b\x50\xe8\xa1\x72\x2f\x28\xb4\x72\xee\x75\x48\xef\xe0\x0b\xd7\xc1\x24\xd6\x3f\xf3\xac\x5c\xb8\xc0\xc9\x3f\x40\x95\x2e\x25\x9f\x61\xd4\x90\xdb\x4b\x60\x2c\xbd\xc7\x2f\x92\x99\xbb\x81\x2e\x7d\xdb\x34\xa9\x5c\x26\x19\xd1\x2c\x02\xdc\xf4\xee\xa5\xe5\xa5\xaf\xd0\x6b\x30\xa6\xab\x6c\xfe\x4a\xdd\xcd\xa9\xa8\xc3\xf2\xbe\x70\xf2\x20\x58\x97\x5c\x00\x3d\xf3\x42\x8f\x33\x18\xf4\xd2\x53\xad\x58\x93\x52\xe8\xf4\x23\xa1\xfa\x0b\xcf\x44\xe5\x39\xa7\x19\x91\xc5\xae\x01\x94\xba\x1b\xba\x77\x99\x3e\x44\x3f\xb7\xab\xd9\x34\xdd\xc0\xef\x4c\xa6\x73\x99\x8e\x1c\x34\x86\x21\x5a\xb5\x19\x47\x2f\x53\x86\x98\x4d\xe9\x42\xef\xcb\x1d\xd0\xa1\x0c\xf6\x43\x4f\x33\xc3\x33\x2f\xed\xbf\x2e\x2e\xfa\x20\xd0\x20\xe3\x4a\x22\xef\x6e\xe8\x46\xb1\x22\x3d\x5c\x52\xf9\x66\xb5\x6c\x52\x14\x20\xb0\xab\x4b\x86\xa2\x81\x57\xdd\x81\x06\x19\xd7\xd0\xfe\x84\x30\x77\xa1\xf9\x01\xe3\x31\x2e\x00\xb9\x54\x91\x01\xb5\x2e\xaa\x58\x80\x5a\x17\x5d\xe8\x2f\x33\x93\x9b\x71\x02\x54\xeb\x6a\xde\xa8\x0b\xb6\x30\xbc\x93\x06\xd5\xba\x6a\x52\xbc\x48\x34\xaa\xe3\xa6\x08\xd7\xe9\xd0\x7e\xa5\xde\xb7\x6c\xef\xf5\x1f\x3f\xc3\x11\xda\x21\x09\x83\xa2\xd9\xe4\x42\xf3\xab\xea\x65\x00\x5e\x17\xfd\xc0\x2e\x72\x88\x19\xf5\x74\xa9\xf9\xe9\x91\x74\x01\x8a\x52\x8d\x55\xbe\x92\xc7\x2c\x2b\x06\x2d\xc7\xfe\xea\x5e\xa6\x7e\x2e\xb0\xb5\x40\x73\x03\x60\xeb\x5e\xdd\xf8\xf2\x95\x6e\x89\x6e\xb7\x68\x31\x80\x1b\x76\x7b\xe3\x05\xaf\x2b\x1e\xf8\xd5\x05\x0c\xce\x21\x7c\xf5\x91\x2d\xc0\x7a\x9c\x37\x54\x39\x6f\x76\xc1\x9f\x2e\xba\xec\x8b\x30\x7d\xe8\x13\x00\xc4\x74\xd7\xb5\x4d\x28\xe9\xa9\x84\x7f\x2d\xa8\x23\xe2\x09\xd8\xd0\x3d\x37\x9e\xc1\x5e\x6a\xb3\xd7\xa9\x90\xee\xac\xeb\x89\xae\x4e\x09\x3a\xf4\xfe\x87\x9e\x9c\xca\x1e\xb0\x69\xe0\xa1\xbb\x19\x38\x41\x87\xde\x87\x83\x9a\x51\xca\xcc\xba\x78\xa1\x94\x99\x4a\xf3\x92\x0f\xc1\x5a\x85\x8d\x96\xf5\x08\x1b\x6d\xa6\x15\xa0\xa2\xbb\xa9\x3b\x12\x11\x3a\xbf\x37\x70\x88\xed\x8c\x0b\x99\x37\xa8\x57\xb2\x2a\x17\xef\x92\x88\x85\x25\x30\x5d\x3a\xbc\xad\xaa\x35\x90\x3b\x06\x20\xd0\x99\x16\x0b\x10\xe8\xae\xf1\xf6\xba\x39\x18\x7f\x27\xd4\x03\x15\x7a\xab\x17\x34\x49\xaa\x11\x8d\x63\xa0\x42\x57\x9d\x75\x00\x85\x3e\x44\xf9\x19\x00\x41\x57\x6d\x54\x00\x41\x77\xdd\xa6\x00\x82\xae\x39\xa8\x47\x01\xd1\xdf\xf3\xa0\x30\x0b\x68\x6b\xda\xb3\x2f\x32\x87\x4c\xad\xf2\x80\x42\x57\x73\xa9\x5e\xb2\x3d\xf8\xaf\x78\xcf\x82\x17\x8e\xeb\x35\xda\x04\x69\x0f\xa4\xe6\x6e\x56\x3b\x90\x9a\xbb\xa9\xef\x2e\x73\x77\x9a\xca\x0e\xa4\xe6\xae\xd3\x9a\xe0\xcc\x02\x24\x0e\xc0\x99\xbb\xe9\xe4\x2e\x61\xb9\xf4\x77\xbd\x84\xe2\xd2\xc7\x15\x80\xe5\xdd\xf7\x5d\x04\x54\xe5\x5d\xb1\x2f\x3a\x19\x40\x9f\x80\x52\xde\x9f\x4d\x5e\xd8\xbb\xd3\xaf\xb2\xb2\xc2\x4b\x8e\xd7\xaf\x8c\x5b\xe3\xd0\x81\x9a\xbc\xff\x09\x5e\x20\x06\x6c\xde\xfb\x48\xd2\x45\x11\xb2\x78\x68\x0f\xbe\x05\x93\x54\x5d\x07\x1e\x39\x33\xa0\xdd\xde\x9f\xaa\x27\xdf\x87\x53\xe4\x47\x5e\x7c\x41\xc0\x01\x37\xee\xe6\xb4\x02\xdb\xb8\x9b\x50\x2c\xb1\x89\x75\xc5\x4c\x3c\xe2\x80\xba\xde\xe9\x4e\xc5\x16\xb8\xb9\xdb\xd4\x29\xfb\x4e\xc6\x05\x2f\x10\x82\x78\xaa\xbe\xdf\xd5\x2b\x35\x9f\xc9\xb4\x8d\x98\x2f\x34\xf1\xaf\xe6\x47\x52\x48\x28\x75\x82\x10\x73\x8e\x00\x21\x0e\x10\x58\x06\x20\xc4\xf5\x67\x13\x0d\x1f\x2f\xc7\xa4\x65\xb2\xfb\xac\x8a\xc1\x46\xb9\x5b\xd6\x4a\x4d\x3a\x43\x99\x04\x0f\xbc\xe1\xda\x20\x5d\x77\xcb\x29\xe1\x05\x6f\x28\xed\x1c\x77\x06\x19\x87\x2f\xb9\xd2\xd4\x45\xa4\x95\x19\xbc\x6e\xcc\x94\x24\xa9\x1f\xc2\x0f\x0b\xca\x39\x6e\x3d\xa3\xdd\x27\xe8\x21\x53\x83\x01\xf0\xc3\xd1\xed\x08\x97\x92\xda\x24\x40\x22\xee\x26\x0c\x03\x89\xb8\x98\x7e\x00\x20\xe2\x62\x26\x9f\x5b\x5d\xc5\x95\x19\xde\x9e\x57\x3f\x62\xbf\x41\xfd\x6f\x4c\x8e\x66\x73\xba\x93\xf7\xc0\xd2\x04\x1c\x9e\xca\x1a\x80\x0c\x47\xf7\x19\x76\x93\x1f\xc1\x6d\xd4\x6e\x6f\xfc\x9e\x4c\x6f\x72\x4f\x15\x01\xe8\xfa\x9d\xbe\x4e\xb6\x67\xc6\x0d\x6d\x0d\x40\x11\xef\x89\xf2\x33\xe2\xc2\x21\xf9\x77\x7a\x41\x65\x65\x0f\x9b\xd5\x06\x19\xb7\x93\x86\x45\xd1\x4c\x34\x77\x38\x56\x26\x70\x33\xa4\x6a\xc6\xc3\xdb\x18\xad\x7f\x2f\x6e\xbc\xe5\x0b\x04\xc7\x59\x16\xd2\x38\xfa\x9f\x19\x94\xc1\x3b\xae\x46\xd6\xde\x28\x4e\x53\xe5\x19\xb8\xe3\xaa\x7d\xf8\x96\x79\xb9\xfc\xea\x4a\xb0\x22\x10\x8e\xbb\xc9\x58\xee\xa5\x2d\xc7\xdf\xb3\x93\x16\xc8\x4e\xfa\x8f\x49\x21\x7d\x76\x09\xdd\x88\x3a\x48\x99\x25\xf0\xc6\x41\x4a\xef\xb3\x7b\xb9\x9e\x7e\xc4\x61\x46\x06\xba\xc5\xc0\x30\x17\xc0\xad\x2f\xb5\x16\x11\x70\x93\xab\xbe\xe6\xb7\x99\x39\xdc\x4a\xe2\x75\x79\x21\x0e\xf0\x71\xd5\xc5\xe5\xce\x08\x68\x27\xfe\xcc\x6d\xe2\xcb\x5e\x1d\xf3\x3f\xde\x97\x52\x89\xc5\x61\x89\xa6\x0b\x4c\x48\xe4\x5c\x68\x3c\xab\xcd\x0c\x7f\x67\xa8\x96\xfd\x05\xbd\xcb\xd4\x28\xf7\x65\x92\x61\x3f\x3a\xa9\xc9\xdf\x91\x4f\xe0\xf9\x20\x1f\x17\x45\xd8\xfb\x62\xfe\xdd\x30\x97\x5d\xf2\x9b\x4d\x9b\xb5\x28\xdd\x37\xf2\x8c\x07\xeb\x96\x4c\x17\xff\x80\xb8\x39\x4f\x84\x4b\x9b\xb4\xfc\x46\xc7\x1b\x66\x2d\x01\x37\xb9\x18\xe1\x70\xe3\x05\x25\x13\xbd\x31\x58\xea\x8e\x75\xdf\x4a\x97\x76\xef\xce\x19\xa7\xda\xbc\xde\x84\x07\xdf\x5e\x6f\x6a\x3f\x11\x4b\x79\xe9\xdc\x75\xcb\x2a\x25\xd2\x8f\x5a\x44\xbe\x90\xbb\x07\x01\xe3\xce\xfb\x4d\x07\xcb\xfd\xa6\x28\x04\x80\x2f\x77\x6f\x94\xef\xcd\x37\xa3\x7b\x08\x88\xd9\xf2\x9a\xe0\x46\xa7\x9c\x4a\xa4\x20\x34\x77\x73\x73\xdc\xc2\x68\x9a\xd9\x00\x84\xe6\x6a\x54\xfc\x4d\x48\xb6\x3a\xde\x8d\x2d\x54\x8b\xd4\xfd\x1a\x56\x49\x97\xde\x3c\x4d\xf4\x95\x60\x2e\xd3\x14\xdd\xa2\x65\x2a\x65\x01\xe3\xdc\x4d\x0f\x01\x8c\xf3\xfe\xc3\x26\x5e\xdb\xf6\xab\x8f\x4e\x51\x95\x59\xb5\xe5\x66\x84\x79\xe9\xfc\x7e\x7f\xb9\xa1\x18\xaa\xae\xde\x76\xea\x53\xd9\x97\x3c\x7d\xaa\x7e\x50\xc0\x07\x20\xb0\x29\x97\x16\xca\xb9\x9b\x20\xe2\xf9\xa1\x28\x73\xa6\x45\x72\x3e\xb4\x2e\x3d\x66\xd4\x32\x90\x09\x5c\xe7\xaa\x1c\xf8\x60\xcd\x34\x14\xe2\xf9\x65\xdf\x2d\xee\x9a\x23\xfc\x3d\xde\x2f\x1a\xbd\x04\xb0\x73\x37\x0b\xc0\x63\x84\xb6\x1e\xdc\x00\x38\x17\xc3\x46\x00\x6d\xee\xb2\x36\x40\x9b\xf7\x47\xfe\x01\xc2\x8e\x7d\x3f\x4c\x85\xe0\xef\xcc\x15\x5b\x5a\x38\xe6\xa9\x7c\xf1\x00\xad\xf5\x6b\xfe\x21\xfd\x45\xc2\x04\x8e\xf9\x28\x7f\x1b\xf9\x9e\x02\x03\xfe\x59\x03\x1b\xc8\x26\x4b\x8e\xd7\x66\x3e\x79\x0c\x5f\x91\x04\x73\x18\xdd\xf7\x6c\xb5\xb5\xa8\x22\x3c\x5b\x2c\xe8\xa6\x4f\x10\xe8\x79\x1a\x2d\xf2\x54\x0e\x1b\xe4\xed\xc1\xa8\x99\x2b\x82\x06\xab\xb3\xab\x60\xd0\x43\x0d\xf1\xf1\x2a\x72\x5a\xc0\x9d\x9c\xcd\xb1\x93\x5d\x43\x04\x04\x0d\x09\x00\x46\xef\xd2\x74\xbd\xe1\xf1\xc2\x26\x7d\x48\x87\x69\x30\xf5\xc3\x75\xa5\x21\x47\x8f\xd7\x8a\x06\x7a\x3d\xda\x0d\x4d\x55\x0a\x7e\x73\xf7\x06\xeb\xe9\xec\xe4\xe2\xef\x32\x6f\x3b\xd8\x8d\xea\x65\xa8\x3d\x67\xca\x97\xdc\x19\x8c\xc9\xa4\xd4\xd9\xab\xa1\x51\x10\x5e\xf9\xe0\x6d\x64\xc0\x05\xe8\xcf\xdd\xa8\xfa\xc7\x84\x5b\xda\x43\x1f\x02\x9b\xbc\x9c\x7d\x46\x6e\x58\xba\x05\xf8\x95\x99\x88\x1e\x35\xcc\x6e\x7b\x70\x02\x87\x61\x8c\x53\xb3\x22\x79\x3c\x65\x67\xf6\x89\x8f\x40\xd0\x94\xcd\x3d\x28\x8b\x9e\xda\x07\x56\x6e\xe6\xcf\x67\x3a\x1f\x34\x30\xe5\x0f\x30\xef\x47\x55\x51\x42\xfb\xe0\x84\x6c\xd0\x2c\x98\xd0\xd1\x5d\x56\x5c\x86\x34\x2d\x3c\x21\x02\x07\xec\xe1\x31\x48\xda\x14\xa4\x60\x42\xd7\x9c\xb4\x90\x62\x20\xcd\x3e\x44\x29\x19\x0c\xfd\xac\xf4\x1a\xa3\x87\x66\x1c\xd1\x56\x08\x5a\x74\x37\x93\xc1\x93\x86\x4a\xf8\x38\x60\xd1\xdd\xf0\xe9\x67\x29\x15\x58\x20\x67\xd3\x3f\xc2\x7a\xe9\x3b\xf9\xa7\xcd\xa7\x04\x86\x74\xd5\x3d\xec\x21\x5b\xa5\x17\xf6\xcf\xa9\x9b\x02\xaa\xea\xa3\xd1\xd2\x8c\xa2\x40\x3e\x47\x6e\x0b\x35\x4a\x13\x95\x3e\x82\x3d\x39\x0e\x1c\x7f\xbc\x8e\x4c\xc4\x67\xfd\x8c\x9e\xcb\x39\x64\xae\x84\x87\xd0\xee\xf8\x60\xcd\x6c\x4e\xd5\xa5\x60\x85\xa8\x01\x16\x74\x35\xab\xe0\x63\xca\x90\xc8\x7a\xb5\x1b\xc3\xc6\x9e\x9b\x64\x5d\x8e\x3c\x19\x22\x1c\xf7\x31\x5d\x65\x9e\x08\x39\x22\x02\xfe\x83\xf6\xa8\x33\x28\x50\xd2\xdd\x18\xb5\x47\x87\x61\x6d\xd0\xcf\x2d\xd9\x94\x5c\xdc\x50\x2e\xc9\x26\x81\xcb\x46\x73\x00\x25\xbd\x4b\xf8\xc2\x3e\x94\x38\xc2\x29\xff\x11\x1b\x38\xa5\xa2\x0d\xb0\xd2\xdd\xb8\x82\xe7\xb1\x4f\xf4\xe3\x49\xef\x27\x3a\x88\xea\xa8\xa1\xf9\x91\x1d\x3a\xcf\x8f\xb7\x70\x7f\xe2\xde\x8e\xe7\x49\xa6\x61\x9b\x9a\x02\x1c\x30\x46\x57\x23\xa6\x9e\x47\xc2\x27\x7d\x7b\x95\x7b\xd0\x32\x45\xa0\xce\xa3\x2d\xbe\x84\xfc\x0b\xd4\xe9\xae\xeb\xe6\x23\xbe\x84\x09\x34\x41\x9d\xee\xcd\x5d\xc3\x35\xa2\x61\x27\x22\x4d\x8b\x7e\x3d\x1e\x79\xa7\x64\x13\x67\xa2\x92\xbf\x3b\xa7\xfe\x4e\x07\x5d\x04\x93\x5c\x9b\xc1\xee\xc9\x34\x27\xcb\x17\xc2\x27\x64\x51\xa0\x53\x18\x4a\x01\x36\x75\x51\x7a\x78\x92\x8d\x22\x8b\x01\x4e\x5d\x4d\xb1\xf7\x7c\xea\x6e\x1e\x55\xb3\x60\x4a\x8d\x3f\xee\xd8\x65\x89\x5c\x40\x1a\xc5\xfe\x60\x2d\x36\x74\x00\xcc\xea\x6a\x2c\xdb\xf3\x71\x22\x38\x9a\xef\x2f\xe7\x6f\xf2\x92\x4d\x07\x2f\xa4\x14\x60\xd4\xaf\x08\x9b\x2c\xed\xfb\x83\xa5\x1d\x96\xc6\xb6\x44\x57\x5f\x4c\xc5\x06\xbd\x03\x59\x5d\x54\x59\x5f\x3c\x7a\xb4\x4b\xbd\x87\xa7\x89\xb2\x42\x56\x19\x94\xf2\xca\x7d\x11\xde\x00\xa3\x2e\x52\x8e\xd7\x84\x28\x50\x55\xc0\xa8\xbb\x97\x0c\xef\x91\x5b\xd8\x5a\xe1\xc4\x70\x6b\x80\xa9\x33\x79\xc8\xcb\xf5\xa1\x31\x42\x6f\x49\xc2\xc8\x38\xd1\xae\xf5\x4c\x79\xd1\xae\xbd\x3c\x02\xc8\xfa\x38\xaa\xbf\x43\xe8\x39\x62\x6f\x81\x78\x3a\x84\x22\xc1\xb4\x1e\x78\x33\x24\xf9\xdd\x9a\x79\x11\xfe\x09\xac\xeb\xae\x2b\x33\x58\xd7\x5d\xe7\x33\xa1\xae\xcd\x37\x27\xbc\xf5\x94\x23\xbe\x70\xe6\xaa\x39\xfd\x4d\x1d\xdd\xc9\x90\x1d\x43\x40\xde\xcd\x8e\x43\xbe\xf9\x56\x66\x1b\xea\xfc\xa6\x8a\xee\xf2\x54\x17\x97\xfe\x55\xdb\xa6\x89\x26\xa8\x3d\x47\x15\x10\xec\xee\xf5\x30\x20\xd8\xc7\x90\x84\xbf\x66\x4c\xd1\x2f\xf0\x6d\x46\x7a\x51\x15\x2e\xc4\xfa\x44\x00\x76\xdd\x5b\xfe\xee\x61\xf4\x0f\x73\x4d\x6b\x77\x7c\xd3\x8a\xec\x26\xc0\x5a\xac\xc4\xf9\xea\x2c\x6c\x9a\x22\xe0\xad\x8b\x31\xea\xa0\x5b\x17\xb9\xe0\xab\x26\x5e\x7c\x96\x8a\x42\xf4\x13\xe8\x5a\xce\x00\xd0\x75\xd7\xd1\x0a\x70\xeb\xfd\x15\xb3\x2e\x92\xa5\x49\x7c\x5f\x5c\x87\x95\xc1\x80\xb7\xde\x5f\xd1\xdf\xe1\xfa\xd1\xc3\xe1\x5c\xf9\x3b\xc6\x3c\x7b\xce\x55\xa1\x5e\x67\x00\x5d\xef\xd9\xa1\x56\x72\x80\xe9\x4b\x92\xc0\xd5\x5e\x80\xbf\xe2\x3c\xb4\xf5\xa7\xcf\x1e\x58\xd6\xcd\xe4\x0e\x60\x59\x17\x1d\x1a\xc0\xb2\xae\xfa\x90\xbf\xa8\xda\x5e\x8e\xbf\x30\xeb\xa5\x37\xcd\x0b\x7f\x56\xbd\x7d\x23\x67\xc8\x17\x26\xc5\x67\xd3\x83\xb9\xe3\x56\xce\x09\xdb\x04\xcb\xae\x92\xc5\xbb\xdc\x63\x16\xd0\x3c\x85\xa6\x2c\x4e\xb5\x39\xa6\x5f\x82\x7c\xcc\x38\xf8\x2e\x5b\xa0\xdf\xe6\x2a\xf1\xc2\x07\x00\xeb\x43\xa7\x6a\x20\xab\xbb\xe6\x1e\x50\xaa\x8f\x69\xee\x64\x90\xa9\xbb\x97\x50\x02\x53\x57\xef\xdf\x5e\x4c\xbc\x49\x65\x2e\x05\x5a\x18\xd6\x8b\x59\x57\x53\xde\x6b\xba\x11\xaf\x36\xde\x64\xd5\x1e\x0f\x91\x9c\x5c\x1c\x0c\xbb\x49\x98\xb6\x0e\x5b\x35\xcb\xbf\x97\x47\x05\xa5\xf4\xc5\xef\x66\xe9\x6a\x02\x4c\x75\x57\xbc\x7d\x2f\x79\x22\xcf\xb7\xe3\x43\x47\x7c\xef\xec\x15\x7d\xbf\xed\x15\x6d\xe8\xc9\x6b\x02\xe9\x17\x9d\x56\x03\xe5\x4b\xba\x11\xbd\x13\xde\x5b\x2a\x8a\x28\xf2\xea\x91\xe3\xa5\x00\x88\xd7\x5d\x89\xec\x4d\x16\x5e\x2c\xae\xce\xcd\xf4\xc8\xc2\x97\xa5\x5d\xf0\x65\x47\x14\x76\x8b\x5d\x94\xf9\xb8\x2f\x4c\x4b\x69\x4f\xd0\x6f\xf3\xa4\xe1\x81\x9b\x52\x3e\x58\xd6\x25\x3b\x02\x3e\x84\xbc\xf1\xdd\xbc\xf1\x48\xdd\x1c\x38\xea\x3d\x40\xff\xb1\x27\xb4\xa7\xca\xe8\xac\xe3\x3d\x23\xab\x03\x82\xba\x1e\x3f\x7f\xdf\xab\xa1\x67\x05\xb0\xd3\x5d\x89\x5b\xd8\xe9\x69\x76\x64\xa1\xa6\xa7\xa9\xa3\xc5\x97\x6e\x46\x93\x82\x2f\xdd\x15\x70\xc1\x97\xee\xde\xe2\x83\x1a\x9d\xe9\x96\x40\x8d\xae\x9e\x8c\x2f\xd9\x18\x7d\x12\x29\xba\xe4\x47\x39\xe7\xc1\x0b\x02\x7b\xf7\x23\x05\xdf\xe9\x8b\xca\xcd\xf4\xab\x9c\x68\x1b\xfc\x90\xeb\xf9\x0a\xcb\xef\x30\xe3\x3e\x30\xd0\x5d\x13\x0d\x30\xd0\xdd\x4d\x05\x0c\xf4\xe1\x6d\x36\x30\xd0\x45\xe7\x9e\x4f\xc7\x56\x2d\x3f\x62\x3f\x4f\x25\xc6\xef\xc8\xd5\xa7\xbf\x87\x57\x34\xd6\xb5\x39\x5b\x15\xd3\x43\x90\x67\xb0\x34\x07\x18\xcf\xed\x07\xdf\xfd\x4c\x41\x69\x82\xea\x84\x75\xd6\x0b\x04\xf8\xe6\xfd\x62\xf1\x6c\xc4\x7f\xb0\x35\x39\x28\x62\x78\xf5\x2c\xfc\x8c\xe1\x95\x76\x00\xec\xbc\x4b\x50\x9c\x14\x1e\x4b\x6f\x08\x90\x9d\xbb\x0c\xe3\xab\xae\xff\x9f\x97\x1a\x9f\xc6\x6a\xc3\xe1\x3f\x13\x48\x9b\x81\xfe\x4b\xe6\xc7\x59\x07\xf8\xb9\x18\xaf\xf8\xd5\x9c\x0b\xe6\x2f\xf5\xcf\xf0\xe5\x65\xc2\xfd\xca\xdd\xc8\x00\x9a\x8b\xc2\x32\xc2\xd7\x4c\x51\xfe\x69\x55\xd6\x0f\xf6\x33\x75\x25\x9b\xee\xd3\xbd\xc5\x5c\xd4\x9f\xa9\x2b\xbd\xa5\x10\x88\x59\xdb\xd2\x97\xec\x2b\x7c\xd9\xbb\x59\x53\x0f\x98\xcc\x7b\x47\xf8\x47\x4e\x31\xd3\xca\x2d\xa8\xb7\x2d\x9f\xa9\x9c\x0f\x1b\xcc\x29\xf6\x25\x4f\x31\xfd\xed\xce\x37\x53\x92\x1a\x2b\x84\x06\xe8\xe6\xdd\x88\x2f\x0a\x35\xe8\x52\xe0\x35\x17\xed\x11\x20\x34\x77\xf5\xaa\x6f\xb8\xbd\xa0\xd6\x9f\x31\xb8\x5e\x71\x80\xbf\xdc\x7b\x96\xc0\x6b\xdb\x6e\x91\x03\x53\xef\x05\xa0\x98\xab\xd9\xdb\x3e\xbc\x59\xc5\xdc\x03\x65\xb9\xe7\x76\x9a\x27\xcf\x4c\x02\x31\xb4\x9a\xae\xc5\x55\x6e\x26\x05\x10\x57\x79\xa8\x7a\x81\xa5\xdc\xf5\x95\x00\x4b\xb9\xe7\x66\x82\xd9\x69\x25\x06\x4b\x79\x77\x95\x6e\x10\x5c\x6b\xe4\xd0\x17\x0c\xce\x7d\x49\x8a\x8d\xf5\xaf\x26\xe5\x60\x3f\xd2\x5a\x81\xf2\x2b\x30\xf2\x50\xa3\xfb\x22\x7b\x65\x23\xec\x1d\x84\xa2\x6f\xe5\x3c\xf3\x15\x5e\xaf\xea\xcb\x20\x23\xef\x12\xb4\xb8\xb2\x5b\xb4\x22\xcc\xa2\x97\x70\xdf\xca\xad\xeb\x3f\xde\x3d\xf8\x47\x90\x06\xd7\x7d\xb5\xdc\x18\x6e\x45\x41\x93\x72\xaa\xcd\xad\x69\xea\x64\xe0\x91\x77\x97\xa9\x8c\x40\x5a\x05\xfc\xef\x84\xbc\xc0\x1d\x80\x47\xee\xaa\x10\x9f\x60\x4a\xa6\xca\xfb\x4c\x01\x26\x94\x10\x90\xc8\x5d\x51\x0a\xb0\xe3\xdd\xa0\xd5\x66\x83\x8c\x4b\x03\xb2\x97\x30\x1f\x08\x0d\x66\x6a\x00\x06\xb9\xab\x3f\x03\x7d\x1c\x7a\x28\x7c\x19\xf9\x82\xb2\x06\x0c\xf2\xb1\xbc\x0d\x02\xfa\xb8\xab\x5f\x7c\xa2\x26\x69\x73\xfa\x04\x41\x34\x69\xf7\x87\x43\xab\x66\xe6\x8f\xf8\xd9\x3c\x6b\xb7\x7b\x80\x15\xbd\xf1\xa5\x76\x37\xe9\xdb\xea\x45\xcd\x87\x32\xac\x28\x2c\x40\xf2\x50\x01\xfe\x6e\xed\x00\xc8\xde\xdf\xe3\xfc\xd0\x04\x6a\xab\x72\xf1\x47\x30\x4a\x0e\xe3\xc9\xf5\xf0\x23\x0e\xaa\xe3\x7e\x3c\x8f\x52\x1f\x6e\x3c\xd5\x00\x04\x42\xd6\x97\x08\x20\xe4\xaa\x07\xde\xa7\x92\x59\xff\x8c\x50\x4b\x5c\x64\xef\x7a\xbe\xb4\xd2\xca\xac\x5e\x34\x76\x77\x0d\x4c\x56\x21\xe4\x43\xbb\xf4\x26\xeb\x43\xbb\x4c\x9e\xf0\xb9\x4b\x90\x5a\x41\x45\xee\x7a\x6a\x00\x84\xdc\x73\x39\x3e\x17\xcd\xdf\xc7\x7f\xff\x9b\x06\x37\x7e\x70\xdf\xbc\x2c\x01\x07\xb9\x1b\xc1\x21\xf4\xf1\xd4\x29\x58\xe8\xe3\xc3\x2b\x9d\x0f\x4e\x8c\x01\x6b\xfe\x30\xea\x06\x17\x61\xf3\xf7\xb3\xed\xe0\xd9\xf6\x0a\xcf\xbb\x3d\x92\x45\x4c\xc0\x92\x83\xc9\x9d\xbf\x1f\x5b\x64\x0f\x74\x82\x9b\xbc\x2b\x3a\x78\x71\x05\x3a\xcf\x9e\x8e\xc3\x3f\x58\x81\xbd\x4c\xf3\x77\xd8\xda\xe4\x19\x0d\xb9\xd0\x82\xd0\x85\xd8\xce\x26\x28\xc8\x1d\xd4\xca\x09\xf0\x71\x27\x8a\x6c\x82\x7b\xdc\x81\x33\x9d\x60\x1d\x77\xc0\x33\xe7\x4f\xdb\x6e\x3e\xd3\xd8\x26\xb2\xf3\x67\xf6\x67\x88\xd2\xfc\xe1\x6a\x14\x98\xf9\x26\xa8\xc5\x85\x10\xfa\x29\x6a\x31\xf2\xd8\x04\xb5\x38\x72\x70\xa8\x85\xc3\x41\x1b\x97\x0a\x9c\xd8\xfc\x11\x3d\xd2\x1b\x63\x80\x6f\x82\x58\x3b\x7f\x5c\xdd\x1e\xdc\x4e\xcd\x5f\xcd\x01\x31\xaf\x26\xc9\x9c\x8e\xa2\xe6\xa4\xd1\x88\x91\xa9\x04\x50\xce\x9f\xec\xb0\x51\xa4\x65\x77\xe9\x62\xcb\x9a\x69\x86\x9c\x15\x81\x51\x6d\x26\x42\xf1\x72\x12\xcd\x87\x09\x09\x9f\x20\x14\x97\x5f\xcd\xcf\x2e\xcb\xd0\xb5\xa6\x0c\x68\x11\x69\x7b\xa7\x33\x9d\xc5\xe9\xfc\x61\xca\xe7\xe9\x22\x74\x0f\x70\x61\xe6\xc9\xff\x8c\x0f\xfa\x04\x42\xb8\x03\x92\x37\x81\x10\xde\x25\xe8\x3e\x96\xd7\x20\x6f\xf7\x14\x2b\x38\x48\x77\x3d\x01\x08\x3e\xaa\xfb\x6a\xe4\xe8\xfd\xea\xf5\x2b\x2b\x53\x8f\x63\xc2\x84\x08\xf6\x77\x53\x43\xa0\x61\xef\xc3\x60\x09\xbf\xc2\xea\x3c\x7c\x26\x55\xe3\xc1\xa0\x4c\x4b\x99\xcf\x12\x06\x47\x68\x8a\xca\x69\xe7\xc3\x9d\x4f\xb5\x91\xd5\x32\x42\x10\x06\x7e\x4e\x03\x3e\x38\xc3\x85\x33\xce\x62\xd1\x1c\xd7\x95\x64\x3d\x9e\xc0\xf7\x16\x33\x97\x4e\xf1\x7b\x1b\x31\xda\xf3\x67\x0e\x07\x2e\x75\xe6\x6f\xb9\x88\x76\x0b\x2e\xb3\x7a\xbe\x70\xbe\xb2\x88\x92\x53\xf1\x8f\xcf\x22\x2c\xe8\xa9\xea\xdf\x7d\xc1\x59\xb6\xfa\x0c\xed\xc9\xdf\xf1\x53\xce\xdf\xd9\x5b\x9d\x99\x46\x5b\xeb\xae\xf9\x95\x67\xe4\x2f\x13\xdf\x14\xab\x37\x7e\x6e\x6f\x59\x4b\x67\xad\xaf\x1c\x32\x73\x64\x10\xc5\x74\x32\xb0\xb4\x92\x79\x72\xfe\x44\xd5\xaf\x4c\x3d\xf1\x14\x98\x82\x27\x00\xbd\x81\x23\xcf\x04\x1f\xb7\x91\xb3\x79\xfe\x6e\x8f\x89\x3b\x1b\x9f\x1b\x2c\xe8\xf3\x87\xc7\x0c\xb6\xe3\x09\x6c\xee\xfe\x88\x3f\x80\xd1\x69\xd3\xb1\x63\xc6\xec\xee\x52\x3d\x42\xa7\xfd\xe0\xf6\xae\xbb\x4f\xe4\x0d\xee\xc5\x37\x67\x94\x8f\x70\xea\x8c\x9f\x07\x4e\xea\xec\x96\xfb\x4c\x79\xe9\xf3\xe9\xb8\x69\xef\xb3\xda\xfd\x07\xe0\xb0\xbb\x57\x85\x17\xee\xc9\xa0\xaf\xc7\x2f\xcf\xd1\xe4\xc5\x6d\xc6\x7e\x38\xd2\x4c\xd7\xfd\x2c\xfc\xa7\xf1\xe2\x40\x7c\xce\xfd\xe0\x57\xf6\xb1\xd8\x24\x7a\x2f\x74\xf5\x48\xd5\x85\x7a\x0f\x4b\xfb\xfb\x09\xf4\xd6\xe0\x99\x6d\x32\x7c\x4e\x1a\xb0\x07\x0b\xd6\xeb\xee\x88\x2f\xba\xc5\x50\x1a\x92\x89\x8a\x3f\x13\xc6\x75\xd9\xdb\xd4\x36\x8a\xff\x58\x17\x53\x7a\x14\x77\xac\xc3\xdd\x54\x53\x2c\xd5\x09\xc2\xeb\xd1\x64\x2e\x00\xb9\x16\x7c\x40\xe7\x51\x25\x67\xd5\x3f\xbc\xa9\xa6\x11\x5c\x53\x0e\xae\xcc\xe6\xa1\xa9\x0b\x21\x79\x82\xa6\xda\xc8\xba\x34\x01\x53\xdd\xf5\xfa\x55\x66\x32\x63\x15\xa0\x79\x58\x63\xa7\x10\xaa\xd8\x13\xe7\xd1\x65\x85\xce\xa8\x19\x81\x97\xc5\xbb\xa2\x23\x1b\x05\xa4\xd5\xfd\x19\x63\xc4\x51\x05\x6c\x9c\x79\x90\x12\x18\x90\x93\x79\x74\x49\x7e\xf5\x85\x1b\xc3\xe5\xb3\x1b\xc5\x3e\x6a\x1e\xab\x96\x96\xe4\x39\xdc\x91\x48\xe8\xf4\x11\x97\x14\x90\x62\x26\x38\xab\x15\x10\xe2\x09\xcc\x6a\x27\x5b\xd5\x3c\x54\x15\xa6\xbf\x93\x45\x33\xac\xc8\xfb\x37\x7b\x6e\x0a\x3f\x3b\x3e\x9c\x04\xba\x81\x93\x24\x0e\xfd\xf3\x98\xb2\x27\xf7\x18\xf4\x72\x3a\xb7\xe1\xec\xc0\x03\x0f\x5c\x16\xbb\xcb\x11\x92\x61\xfb\x1a\x4a\x71\x16\x27\x5b\x1e\x20\xc9\xf3\x88\xf4\x91\xe4\x59\xf5\x05\x62\x74\x60\xe7\xc2\x67\x61\x1e\x29\xa2\x7b\x72\x36\xf5\xac\x68\xf9\xf3\xe0\xb6\xa9\xbb\xe1\x96\x67\xc5\xb5\x24\xf1\x1d\x01\x28\xf3\x58\x39\xb5\x2c\xe6\x92\xcb\xb9\x00\xb8\x6e\x54\x4f\xc1\x99\xe3\xa0\x08\x96\xae\xf8\xd9\x93\x93\xee\xc6\x5f\x92\xdf\x3c\xa4\xab\x90\xac\x23\x05\x6e\xcf\x34\x02\x37\x81\x0e\x53\x98\xd2\x85\xc4\x3d\x8f\x4b\xf7\xdb\x45\xd7\x14\xac\x83\xde\x5c\x0a\xba\x8e\x18\xb7\x0b\x90\x15\xe6\xb1\x65\xe9\x40\x4b\x9b\x87\xf2\x33\xec\xff\x30\x33\xfd\xf2\xb4\xde\xdc\xd5\x58\xd3\x6d\xad\xfe\xae\xda\xe4\x51\xd7\xb5\x7e\x79\xa8\x6e\x9b\xa0\xb7\x24\x92\x59\xf6\x89\xab\xa1\xee\x3c\x3e\xaa\xf5\x6e\x2c\x85\xef\xf0\xa3\xce\x3e\xf6\x23\xf5\x06\x77\x3e\x2e\x14\x20\x79\xcc\xe3\x91\xc1\x23\x5d\x1e\x8f\x4b\xd2\xfc\x47\x22\x65\x47\x36\xb9\x6d\xcd\xdd\x4e\x90\x78\x77\x6f\xbc\xda\x57\x18\x92\x39\x62\xac\x96\x48\x31\x92\xe3\xce\x43\x99\x7a\x59\xd6\x98\x65\xfa\x0a\x6a\x59\x75\xc9\xcd\x58\xa7\x44\x09\x14\x69\x27\x57\xda\x04\x71\x74\x77\x89\x16\xb8\x67\xe9\x9e\x4c\x3c\xf1\xbb\x04\xee\xb3\x05\xbf\x21\x68\x44\x62\x85\xdd\x8a\x08\x97\x09\xe4\xe8\xd1\x00\xd2\x9e\x65\x13\xf0\x8a\x37\xe2\x14\x3b\x34\x40\xc9\x9b\x60\x84\x76\xf2\x95\x4f\x70\x41\x3b\x5e\xa4\xb3\xe8\xc1\x80\x05\x60\x0a\xfa\x39\xb0\x73\xcf\x62\x84\x34\x7a\xe2\x14\xf5\x53\xa8\xfe\x59\x94\x79\x39\x11\x20\x7d\xee\xd6\xfd\xea\xb3\x08\x2d\x1a\x4a\x85\x9a\x3c\x0b\x51\xcf\xb8\x81\x4d\xf0\x39\x2b\xa9\x67\x66\x31\x7a\x8a\xd0\xfa\x59\x48\x0d\x4f\x46\xa3\x59\xb8\xf4\x20\xf9\xf2\x2c\x29\xe9\x22\x92\x01\xd6\xd9\x49\x0b\x3c\x0b\x92\x2e\x8e\x89\x13\xac\xce\x3d\xda\xc6\x0b\xf9\x69\x91\xdc\x01\xee\xac\x4a\xe8\xe2\x76\x36\x9c\x2a\xa7\xc0\x9d\xa1\x1c\x55\x00\x14\xc3\xa1\x78\x02\xdc\x59\xa6\x93\x48\x62\x37\x82\x12\x27\xf0\x9c\xbb\x34\x4d\x98\x75\xe5\xe7\xc4\x99\xe4\x15\x25\x75\x16\x63\xa6\x51\x52\x27\xf8\x9c\x9d\xa4\xa4\x13\x78\xce\x4a\xda\xb0\x09\x3c\x67\xc5\x93\x62\x02\xc9\xd9\xc1\xf3\x9c\x40\x72\x0a\xdf\x30\x8b\x91\xd4\xa8\xa2\x13\xb0\xcd\xaa\xa4\x03\xd6\xe6\xee\x08\x3d\xef\xb9\xcc\xfe\xb3\xe7\x99\x14\x9a\xb3\x40\xee\x71\x5e\x9c\xe2\x6b\x2e\x54\xce\x09\xbe\xa6\x48\x04\x13\x7c\xcd\x5d\x15\x9d\x32\x73\x0a\xdb\x10\xac\xcd\xdd\x38\x33\xd2\x3f\x98\x2e\x1f\x99\x1c\x1e\xdd\x77\x8a\xbc\x59\x9d\xb6\xcd\x1f\xda\xaf\xfb\x91\xcc\xc9\xc5\xe7\xc6\x84\x9b\xea\x09\x08\xe7\x2e\xed\x1f\x8b\xfb\x48\x9f\x65\x8d\xfd\xaf\xc0\x8d\x09\x2a\xe7\xfe\x92\x6e\x02\xbb\x3d\x9c\x22\x2c\x4a\xe4\xce\x9c\x65\xe6\xee\x65\x52\xa7\xc2\x8b\x63\x01\xaf\xb3\xd8\x7d\x6c\x4a\x5c\x75\x4d\x80\x38\xfb\xb0\x97\x53\x29\x01\x89\x11\x24\xce\x42\x12\xd6\x59\x30\x2f\x91\x67\x71\x82\xca\xd9\x49\xf1\x38\x41\xe2\xdc\x9d\x67\xe2\x37\xf3\xe9\xc3\xdd\x87\xbf\xfc\xa1\x08\x57\xd2\x58\x64\x7b\x21\xa3\x75\x18\xcb\xba\x68\x23\x6d\x42\x4e\xe4\x62\xff\xb8\xec\xa6\x4c\xe3\xca\x65\x16\x4d\x3a\xc8\x63\xe5\xb4\x34\x05\x4e\x1b\xf7\x1b\x69\x4c\xf7\x05\xb2\x07\x3b\x2e\x46\x2b\xcf\x7c\xc9\x8e\xd0\x38\x79\x4d\xf0\x6e\x9a\xe5\x92\x45\xd9\xf7\x4b\x46\xc0\xa0\xb8\x41\x19\x52\x86\x4b\x15\x2b\x7c\x31\x4b\xa0\x1f\x2d\x3e\xb2\x26\x69\x17\x2d\x60\xa9\xa9\x78\xfb\xcf\x72\x2b\x2c\x3b\x56\x3d\x17\x5c\x01\x22\xb4\x86\x94\x84\x1b\x90\x1c\x2a\xa6\x9a\xe1\x41\xcb\x1b\x90\xf0\x23\x15\x4d\xa4\x31\x00\x35\x8f\x20\xa1\xc1\x04\x45\xb3\x0f\x3b\x65\x32\xf5\x7c\x76\x14\x74\x4a\x48\x13\xa4\xac\x62\xc6\x74\x65\x15\xb1\x2f\xa7\x8b\x04\xdc\xe5\x0f\x01\xa3\x98\x12\x55\x69\xa3\xbc\xd6\xc4\x3c\x19\x57\xac\xc1\xa2\x90\x01\xbd\xba\x09\x5f\xfc\x4b\xf2\x77\x3c\x60\xdc\x3a\x42\x56\x66\xb5\xc9\x2e\xaa\x2f\x2c\xa5\x23\x82\x5d\xa8\xc2\x15\xb8\xc5\x70\xaf\x7d\xaa\x24\x08\x3a\xe5\x4b\xa7\x2a\x4b\x1b\xd7\x4f\xdb\x1f\xc9\x5c\xdd\xff\x9f\x07\x9b\x12\xd5\xd4\xe8\x5a\x17\x6a\x32\x0c\x84\x00\x40\x28\xfb\xc8\x3f\x2e\xbf\xf2\x0f\x65\x6b\xbf\x3a\xa4\x82\x10\xf3\xc4\x9a\x5c\xf9\xc2\x42\x55\x9f\x1d\x48\xe5\x59\xcf\xff\xe0\x19\x82\x6f\xb5\x18\x4f\x48\xf5\x32\xeb\xa1\x5d\x31\x0b\xef\x1d\xc9\x25\xc4\xac\x25\xbb\xcb\x57\x24\x24\xd7\xe6\x51\xc9\xb6\x41\x7a\xc6\x09\x4c\xe5\x31\xb8\xc6\x9b\xe2\x54\x36\x12\x11\x4c\x80\x2a\x3b\x20\x78\x13\x9c\xca\x82\x3b\xcb\x04\xa6\xb2\x12\xd4\x3a\x6b\x71\xeb\x64\x69\x8e\x46\xf8\xfc\xd1\x41\x3e\x4a\x65\x01\x71\x04\xfc\xca\x3d\x6c\x5f\x5c\x4d\x18\x5a\x25\xef\x38\xd1\xaa\x13\x60\xcb\xfd\x95\x2f\xb2\x1e\x78\x36\xf8\x95\xfb\xe5\x4f\xca\x07\xba\x65\x27\xc7\xcb\x04\xdd\xf2\x28\xf6\x5f\x78\x68\x12\x03\x4c\xd0\x2d\x8b\xa7\xb9\xc2\x8a\xc8\x99\x33\x41\xaa\xdc\x54\x93\x36\xbb\xa6\x3e\xbb\xd9\x5d\x44\xf8\x5a\xed\x9a\x04\x20\x32\x80\x4b\x76\xf2\x85\x4c\xc0\x25\x77\x79\x26\x83\xf8\xa9\xea\xc4\x0c\x9d\x6b\x61\xaa\xd5\xf0\x59\x8d\x63\xc0\x46\x76\xd2\x6b\x4c\x60\x23\xcb\xb1\x6c\x04\xc7\xf5\xe1\xd2\x0d\x25\x64\xd8\x6d\x4d\xeb\x0b\x32\x58\x25\x61\x27\x41\x5a\x53\xdc\xc8\xf8\xb9\x0d\xcc\x90\x01\xd1\x07\x2a\xb2\x8f\x7c\xc6\x26\x98\x05\x68\xbb\xfb\x7d\xb6\xcd\x46\xe3\x7e\x81\x44\x0d\x13\xa4\xc8\x4e\x9e\x87\x29\x52\x64\x23\x49\xc1\xac\xd2\xfc\x65\xa7\x22\xdb\xa6\x0d\x43\x71\x09\xbe\x9f\x22\x42\x72\xf7\x33\x01\x84\xac\xf2\xcb\xaa\x77\x79\xf5\xd9\x13\x1a\xbe\x60\x69\x82\x52\x57\x33\x73\x72\x4d\x38\x01\x7e\xdc\x2f\xfc\x93\x1c\x00\x3e\x21\xf2\x63\x80\x37\x31\x6b\x5a\x6f\x60\xd1\xd5\x2b\x02\xe8\x54\xd5\xdf\x2d\x8f\xc9\x92\xdf\x85\x5f\xb9\xa1\x91\xa9\x41\x6f\xdc\x6b\xc5\x3f\xa7\x06\x31\xcf\x86\x39\x2f\x08\x75\x9e\x40\x33\x1e\xfa\xdb\x4d\xb1\x19\x35\x23\x88\xcd\x78\x2c\xa7\xe2\x94\xdc\x78\x6e\x44\x64\x5c\x0e\xf3\x42\x14\x80\x9d\x55\xcc\x32\x80\xae\x4d\x10\x19\x8f\x46\x3a\xb3\x59\x35\xcb\x90\xaa\x6c\xd6\xcb\x13\xe1\x89\x42\x1b\x11\x05\x6d\x82\xdc\xd8\xc9\x5c\x30\x2b\xf6\xff\xf6\xef\x8f\x67\xaf\xb6\x2b\x7c\xc9\xb0\x3d\x01\xc0\x38\x92\x95\x60\x56\x78\x0a\x81\x5e\x13\xb4\xc6\xfd\x11\xfd\xbd\xdd\xe7\x4e\xeb\xed\x66\x61\x56\x6e\xfc\x62\xdc\x50\xb7\xae\xbb\x7e\xe3\x3e\x75\x7f\xa4\x32\xe3\x0c\x13\x47\xf5\x93\x28\xc9\x6c\x3c\x7d\x58\x85\x1a\x19\x07\x26\x30\x8e\xa1\x81\x2b\x61\x1c\x97\x4b\x62\xf0\x94\xfb\xc6\xec\x97\xe1\x86\x7a\x72\x46\xa9\x0b\x97\xb5\xe1\x38\xb8\x32\xc0\xbd\x67\x0a\xe3\x18\x3f\xb7\xe3\x4b\xf0\xb9\x5b\xfb\xcd\x80\x7a\x7a\xf5\x7a\x48\x18\xf8\x9b\x03\xf7\x0f\x49\x3e\x2a\x49\x7d\xb3\x75\xba\x45\xb6\x0b\x62\x80\x27\x68\x8f\x15\x2f\xe9\x09\xd8\x63\x27\x6a\x64\x56\xac\x50\xc3\x9a\xe0\x5c\x2d\xb0\xed\x0a\xe1\xa8\xc5\x0f\xd8\xc6\xdd\x1e\xcb\xc1\x7d\xfd\x90\x43\x7c\x2e\x39\xda\x4d\x4d\x3e\xf6\xa7\x5b\xdf\xac\x9f\x82\xa2\xab\xe8\xcd\x3e\x81\x64\xb3\x92\x0a\x63\xd9\xfd\x4f\xfe\xcc\x6a\x35\xdd\xd2\xb8\x0b\x9b\xed\x97\x33\x36\x78\xd1\x0d\xbe\xf2\x9c\x23\x08\x5e\x98\xb1\xfc\x63\x90\x1d\xce\x67\x48\x0c\xbb\x19\xac\xc9\xaa\x5d\xa9\xe9\x61\x1e\x08\xf1\xed\x50\x42\x65\x56\x9b\x1e\x6b\x60\x94\xcc\x56\xd2\x5d\x9d\x36\x8a\x01\x1b\x7c\x65\xa4\xb1\xf3\xdd\xe4\x66\x9c\x38\xa0\x1f\x43\x7b\x65\x93\x99\x11\x7e\x3d\xc1\x7e\x0c\xad\xa7\x40\x3f\x86\xa6\xcf\x96\x86\xb0\x69\x69\x0f\xcc\x61\xe3\x6e\xa8\x65\x71\x44\x32\x3b\xaf\x1e\x05\x03\x6b\x95\x00\x1c\xc8\x40\xd3\xc5\xdb\x81\x6f\xfe\x55\xf1\x1c\x9a\x20\x42\x56\x02\x3f\x67\xf3\x1e\x21\x1c\x11\x7e\x64\xa4\x29\x98\xa0\x40\x76\x72\x0b\xcc\xd6\x94\x24\xad\x95\x9b\x74\xd0\x85\x66\xcb\x2b\x05\x48\x48\x6b\x39\x07\xbe\x24\x57\x61\x99\x84\xdb\x22\xd0\x78\x82\x22\xb9\x5f\x58\xcd\xe6\x06\x40\x30\x6a\x7a\x8c\x11\x7f\x3b\x85\x8e\x0c\xb0\x2f\x66\x4b\x63\x19\x3a\x6f\xeb\x4e\x2f\xcd\xf4\xac\x99\x09\xc2\x31\x7c\x38\xc6\xd4\x98\x2c\x8d\x9b\xa6\x9b\x81\xdc\x53\x44\xf2\x4f\x31\x24\x03\x40\x8f\xd9\x50\x98\x54\x0d\xc0\x93\xec\x6a\x58\xc0\x49\x36\xaf\x56\xda\x48\xf2\x4b\x37\xb8\xa8\x18\xf9\xdc\xc8\xae\xe3\xf3\xb0\x4b\x2c\xe0\xb0\x4b\x3e\x33\xbb\xb0\x88\x36\x72\x12\x98\x9e\xa1\x73\x6b\xfe\x23\x5b\x71\x7f\x73\xf9\x4e\xf8\xc7\x6c\xb2\x53\x27\x74\xe6\x4c\xd1\xe0\x54\xaa\x72\x9d\x09\x3b\x96\x20\x08\x4c\x49\x90\xfa\x6c\xaa\x47\xf0\x97\x86\x0d\xae\x85\x1b\x40\xee\x78\xb8\x8d\x0d\xdf\x42\x09\x07\x65\x72\xff\x41\xb5\xc1\x6e\x1d\x7e\x04\x45\x87\x87\x24\xfc\xa4\xd6\x1f\xe1\x27\x9b\x5a\x38\xf0\x93\xe5\xc8\x9d\xb8\x72\x31\x99\x07\x2f\x2a\xc0\x09\x99\x6d\x79\x26\x10\x2e\x1b\x98\xc7\x81\x9f\xd0\x6c\x69\x87\x73\x6f\x19\x42\x45\xba\xdc\x09\x06\x65\x27\x42\x7c\x82\x41\x19\x1a\xe5\xdb\x99\xed\xd3\xca\x99\xe3\xa2\x7d\x35\x2c\xbb\x4f\x7a\xc9\x46\x12\xa7\xd9\xe4\xa1\x87\xe7\xfe\xcc\x3d\xeb\x0b\xb2\x53\x58\x71\x76\x92\x7e\x65\xbc\xb2\x53\x79\x4a\x66\x0f\x5f\x5c\xd4\xfa\x97\xcb\xcb\x14\xaf\xd2\xb8\xc1\xd9\x4c\x98\xa1\x69\x08\xf4\xca\x43\xd1\xb9\x25\xbb\x45\x66\x15\xb1\x32\xc8\x32\x3b\xdb\x95\xcd\xd2\x3b\xe2\x93\xe3\x90\xf6\x08\x94\x25\xbd\xd1\xc7\x9c\xe8\xd2\xd9\x84\xa6\x20\xa2\x74\x82\x39\xb9\xc7\xe0\x0b\xfb\x12\x5e\xd8\x60\x8c\x7a\xa5\xce\x76\xb3\xfb\x60\x73\x60\x4e\x96\x92\xe7\x00\x06\x58\xbc\x49\x04\x67\xb2\x13\xa7\x3b\x1b\xe6\xbc\xf0\x6a\x0c\x68\xc9\xfd\xe2\x57\x12\x58\x04\xcb\x86\x26\x56\xbc\x3b\x6c\xd8\xf3\x48\x8b\x36\x9b\xd7\xec\xe1\x56\x7e\x72\x5e\xf8\x07\xe3\x1e\x01\xad\x53\x6c\xca\xee\xb1\x25\x03\x24\xf1\xac\x53\x6c\xca\xa5\x9e\xda\x74\x58\xb3\xbf\x58\xfd\x86\xcc\x44\x84\xab\x9f\xfb\x82\x2c\xd1\x43\xc6\x42\x9a\xc8\xe2\xfd\x62\x7b\x73\x4e\xad\x8a\xfd\xe6\x99\x7a\x99\xd3\x43\xc2\x8b\x8b\xdb\x90\x20\xa7\xea\x87\x50\x0c\x20\x65\x55\x91\x6e\xaa\x81\x9e\x10\xf9\xa7\x67\xfb\xcb\x35\xa4\x23\x9f\x2a\x5a\xf3\xc5\x45\x70\xa9\x33\xa8\x99\xdd\x0e\x0a\x65\x78\x73\xd3\x81\xc2\x22\xf8\x6c\x02\x48\xd9\x89\x50\x9b\xe2\x51\x12\x3e\x36\xbb\xfe\x6e\x5e\x67\x76\x82\xa5\xc0\x02\x9b\x1d\x7b\x22\x71\x5e\xb3\xff\x5e\x9e\xf9\x06\xd6\xa7\xd6\xd9\x89\x5a\x2e\x5e\x5a\x02\x66\xd9\x09\xae\x9a\xfd\xb0\x05\x7a\x71\xe8\x57\xd6\x2c\xa1\xea\x16\x96\x40\x08\xe5\xcc\x74\xec\x8f\xda\x85\x41\xb2\xac\xc0\x9a\x4c\xd0\x2b\x3b\x81\x59\xb3\x8b\x6f\x85\x20\xd5\x4d\xee\x01\x86\xcb\xec\x66\x8c\x56\x52\x04\xd5\xf2\xa8\x8a\xf9\x5d\x80\x2b\x76\x2e\xb0\x96\xbb\x08\xc3\xc3\xf5\x8d\xec\x39\x13\x8c\xcb\x3e\xf3\x79\x3a\x24\x4b\x98\x8b\x8c\x9e\x03\x70\x55\xc0\xc7\x98\x60\x5f\xee\xaa\xec\x0a\x88\x1a\xd5\x3f\x9c\x41\xa6\xb9\x90\x33\x15\x82\xd4\xeb\x8f\x8b\x48\x9f\x49\x53\x05\x77\x02\xfa\x32\x8f\x49\xdf\x8c\xb9\x48\xa8\x40\xc1\xdc\xad\x31\x6e\xae\xf5\xf1\xda\x98\xc0\x60\x36\x12\x4a\x4d\x60\x30\xf7\x47\xbe\x60\x74\x65\xaf\x08\x83\x59\x1d\x75\xb5\x47\xb6\xe6\x79\x41\xf4\xed\x2d\x67\x90\xd2\xcd\xf3\x6a\x71\xf2\x44\x11\xc0\x34\x3b\xe6\xcd\xe9\xa8\x5b\xce\x0d\x75\x35\xcf\x6e\xb1\xc4\xe2\x2b\x7a\xd8\x4e\x9e\x99\x1a\x0c\x9f\x5a\x3e\xba\x80\x16\xc7\x5f\xe1\x6c\x53\x50\x4d\x62\x92\x26\xa0\x9a\xfb\xb8\x33\x14\xc1\x2e\xdc\xe7\x3d\x7b\x4f\x5f\x3a\xd7\x21\xae\x78\x4a\x05\xd5\x17\x72\x18\xb8\x4c\xdd\xde\xbb\x63\xba\x92\x1d\x6d\x74\x3b\xcc\x54\xe3\x7a\x37\x5d\x7d\x5c\xef\x70\x42\x9e\xa0\x6a\x16\x8d\x25\xa0\x6a\xee\x59\xb4\xd6\xcf\x5a\xa9\x89\x94\x94\xc4\x3f\xcf\x0e\xf4\x45\xf1\x3e\x16\x88\xcd\x8a\x07\xf4\xec\xc3\xd9\x65\xde\xc4\xc1\x40\x8c\x06\x6e\xd3\x7c\x19\x13\x44\xcd\x3e\x9d\xe8\xe1\xdc\xfa\x3b\x39\xfd\xed\x06\xde\xe8\xd3\xe1\xa0\x55\x1b\xb7\x37\x3b\x7e\x7a\x33\x7b\x24\xf3\x63\xf9\x70\x69\x50\xd7\xe9\x6a\xdb\x24\xa0\x98\xa0\x71\xee\x17\x4a\x20\x1e\x68\x47\x06\x9a\xb3\xcf\x7c\xee\x92\x35\x3f\x62\x57\x14\xab\x02\xdd\xc8\xed\x8c\x4e\x3e\x1d\xb3\x17\x7c\xa4\x1b\x98\x82\x76\x06\x2e\x62\xb3\x63\x7c\xd5\xf4\x9f\x98\x9d\xe4\x0b\x98\x1d\x83\xeb\x74\x4d\x49\x50\x52\xbc\x69\x06\x9a\xb3\x4f\xf7\x5a\xb0\x5c\xce\x53\x90\xb7\x6e\x5a\xe0\xb6\x09\x6b\x12\xdb\xc7\xe7\x8f\x67\x2a\x4a\x01\x04\x1a\x0c\x66\xe7\xa1\xdd\xb0\x93\xcd\x7a\xba\x6b\x56\x36\x4d\xe9\xa5\xd9\xd1\xd3\x47\xfc\xf6\x74\xa2\x96\x34\xd8\x8e\x90\xce\x5a\x7b\x40\x3f\x73\x3a\xe9\x2d\xfe\x77\xd3\x15\x13\xc8\x42\x15\x11\x08\xce\x3e\x9d\x10\xc4\x02\xd2\x61\xce\xae\x4d\x16\xf0\xc4\xd9\x89\xcc\xd6\x85\x07\x14\xcd\xda\xdc\x75\x97\xb5\xd2\x41\xed\xb3\x21\xf1\xbb\xac\x95\xa6\x2f\xa5\x28\xf8\x39\x18\x9a\x7d\x66\xad\x0b\x42\x43\x37\x2e\x79\x9a\x53\x4b\xee\x92\x99\x05\x1c\x11\x53\x7b\x21\x8c\x48\x4f\xee\xa4\xb5\xcc\x1a\xce\x77\x53\xd2\x77\xdb\x27\xa6\xe3\xce\x91\xd2\x41\x7c\xda\xbb\x34\xf1\x96\xfd\x7b\x9e\x6f\xef\x8f\x69\x0e\x11\x63\xe6\xef\x3a\xda\x77\xab\xa2\x1f\xf0\x7b\x21\x34\x87\x6a\x35\x10\x9a\xbb\x2a\x5e\x30\xf5\xce\x7c\xae\xfe\x41\xe3\x60\x52\x90\xfa\x72\xf6\xa7\x13\x04\xc5\x90\x1e\xcd\x58\xf9\x87\xd7\x9b\x96\x66\xab\x65\x61\x52\x32\xba\x59\x9e\xec\x94\xa5\xd5\x0b\xf2\x1f\x58\x14\x8c\xb9\xbf\xce\x0e\xcc\x1f\x9c\xcd\xba\xda\x9f\x1a\x2f\x20\x9c\x7d\x5a\xdb\x9b\xcb\xc9\xac\xa8\xbd\x1f\xae\xad\x68\x9b\xdc\x09\x76\x13\x80\x91\xd6\x7f\x76\x62\xb2\xe3\xc8\x22\xd2\x78\xcf\x29\x90\x5b\xfa\xc5\x80\xbd\xb9\xbf\xa2\x08\x51\x63\x5a\xc0\xc5\xde\x6c\x91\x7f\xb0\x0e\x6e\x51\x2e\x27\xf5\x55\x1a\x5e\x42\x92\x30\x60\x0e\xdc\xf7\xf4\x30\x12\x7b\x73\x68\xc4\x18\x3a\xa1\x1c\xf9\x95\x9b\x60\xf8\x59\x8e\xa4\xf3\xa2\xb3\x00\xf4\x10\xc8\xcd\xae\xef\xc7\x48\x25\x9b\xe6\x07\xbe\x7d\x3a\xd0\x00\xb1\xb9\xeb\xb2\x62\xb6\x04\x4b\x07\xac\xe6\xae\x97\xe6\x53\x1e\x81\x80\x08\xb2\x19\x87\x15\x1f\x72\x2b\x2b\x3e\x72\xc0\xd4\x7c\x68\x35\x1d\xfe\x23\xbb\xb1\x6a\xbc\xfa\xf4\x17\x11\x28\xb3\xe8\x34\x01\x50\x66\xd7\x79\x00\xa0\xcc\x23\x0e\x3b\x86\x0b\xbd\xf8\x6a\x13\xa4\xcc\xee\x8d\x03\x48\x99\xfb\x2b\x1a\x49\x49\xa2\xfa\x8f\xea\xad\xbd\xe4\xea\xd3\xdb\xf4\x51\xd5\xd9\x6c\x45\xa3\x33\x00\x25\x53\xb0\xcb\x99\xcf\x2a\x00\x76\xd2\xb4\xd0\x3d\xff\x61\xf6\xd0\xd4\xc1\xb7\xdc\xc5\xa9\xab\x29\xa7\x43\x92\x86\x30\x13\xe0\xd8\x4c\x50\x2d\xab\x22\xbf\xa8\x96\x2d\xec\x3e\x16\xe7\xa2\x2b\xc3\x48\x47\x18\x7b\xa9\x78\x30\xfd\x4a\xfd\x23\x5f\xd4\xae\x6d\x3f\x15\x7a\x77\x02\x72\x40\x76\x52\xf6\x9e\xb3\xc7\x05\xa8\x74\x6c\x74\xa7\x15\x92\x38\xfa\xe0\x5a\xd5\x3f\xa0\x63\xd3\x02\x39\x91\x54\x85\xda\x3e\xb3\x40\x9e\x01\x46\x95\x69\x9f\x51\x0c\xc6\xc8\xf9\xa2\xbc\x5c\x76\xfa\x15\xc5\x51\xd9\xc6\x70\x4d\x5c\x2d\x3d\x04\xc1\x83\x99\x22\x4d\xb6\x70\x22\x51\xb7\xbd\x17\x1b\xa9\x6e\x3b\x2a\x62\xc0\xbc\xb5\x02\x77\x72\xff\xc1\x6c\xc9\x36\xe1\xc0\x43\x56\x09\x4d\x05\x6a\x92\x88\xd7\xfd\x4c\xe4\x65\xb3\x22\x3b\xe5\xef\xdc\xf0\x38\x9f\x93\xa4\x37\x18\x9c\x80\x99\xec\x5e\x7f\x88\x32\x39\xb4\x9c\x8d\xc0\x1e\x69\x8f\xc8\x02\xe6\x6d\x06\x90\x93\x55\xad\x77\x24\x93\xad\xfe\x61\x66\x5a\x7a\x47\xce\x15\xdd\x3d\xc5\xa2\xf4\xee\x61\xa0\xd9\xcf\x6c\x00\xba\x87\xd4\x35\xb4\x6e\x3b\x4a\x42\xb9\x89\x5c\x99\x63\xe5\x3a\xfe\x49\x03\x81\xa6\xec\x5a\xdd\xc7\xc2\xb7\xd0\xe5\x5b\xb8\x2e\x65\xcd\x9a\x41\xb2\x49\xed\x5b\x74\x6b\x29\x85\xc1\xde\x86\x8e\x37\xe0\x02\xcc\x91\x4a\x3e\x46\x11\x30\x27\x43\x3f\xa1\x91\x11\xe0\x36\x78\x4a\x04\xf2\x1f\x66\x57\x1a\x76\x4a\x5e\xdc\x17\x17\x53\xed\x32\x91\xc3\x99\x5c\xae\x73\x5c\x5a\x05\x1c\xf1\x45\x1a\x65\x69\xe3\x95\xd5\xd2\xc6\x95\x18\x8b\xfb\xf9\x56\x38\x84\xab\x0d\x98\xa8\x26\xf3\xa1\x07\x8e\xe3\xb8\xdd\xab\x76\xea\x26\x45\x1b\xb2\x8a\x18\x92\xc5\xed\x79\x7b\xe8\xdc\x6c\xb8\x2f\x16\x0f\x87\xa1\x60\xba\x4b\x0c\xb3\x82\x85\x1d\x81\xa3\x6a\x95\x1f\xc9\x51\xa5\x58\x8f\x1d\xf1\xd9\x53\xe3\x1e\x03\x67\x52\xa3\xfc\x78\x80\x30\xc7\x12\x05\xe6\xe4\x1e\x9f\x7f\x5c\x68\x67\x96\x26\x7f\x97\x07\x13\xf6\xa8\xc5\x1b\x9c\xc9\x9a\xdb\xe7\x95\x0e\xb9\xd3\x81\x6c\xd0\x30\x3d\x5e\x7d\x98\x68\xe1\x45\x80\x97\xf0\x60\xe3\xd6\xfe\x0c\x2e\xe5\xee\x9e\x7f\x4c\xfe\x60\xbd\x5f\x29\xad\xe7\x8a\x48\x6c\xed\xbd\x43\x58\x07\xbd\xf1\x12\xa4\x32\xec\xf8\x66\x9f\x95\x04\x96\x73\x18\x7e\xad\x6f\xdd\xf8\x3c\x4e\x2e\xf2\x07\x75\x42\x8f\x02\xa5\xb2\x26\x05\xfd\xd4\xd4\x60\xde\x42\x53\xe6\xae\xf8\x72\x72\xe8\x22\x3e\x3f\x21\x09\xfb\xb2\x71\x7a\xc2\x65\x2d\x59\x71\x27\xc0\x93\xbb\xc4\xe0\x05\x0c\xd7\xf0\x8f\x46\xe9\xca\x73\xb6\x17\xbc\x30\xf2\x2c\x1d\x3c\x1f\x3c\xe3\x80\x37\x2d\x90\x1b\x7d\xf2\x72\xe9\x1f\xc6\xb3\xfe\x02\x9d\x67\x75\x1a\xce\xcc\x4c\x36\x8a\xc6\x0e\x90\xe4\x9e\x50\x3a\x75\x68\x15\xc2\x8c\x30\x0f\x65\xfa\xb0\x8c\x03\xb4\x88\x92\x31\x67\x40\x28\x49\x67\x17\x28\xc9\x22\x4b\x03\x4a\xb2\xea\x6a\x33\xf3\xd6\x97\x4d\x35\x8b\x83\xf5\x23\x39\x1a\x24\x7a\x72\xb9\xab\xa5\x1b\xc4\xc8\xdd\xb6\x25\xb4\x95\xb1\xf5\x66\x91\xf6\x73\x62\xa7\x79\x99\xc3\x56\xaa\xb4\x88\xdd\x07\x50\xe4\xfe\x87\x66\xaa\x4b\x05\x29\x9f\xa9\x48\xfb\x95\xbc\x8a\x11\xe2\x34\x54\x74\xe7\x00\x0e\x72\x97\x60\x88\x70\x54\x8d\x82\x53\x64\x68\xd2\xdc\xcf\x99\xac\x32\xfe\xbc\xf8\x9d\x66\x60\x9e\x56\xc7\xa2\x16\x9f\x65\xa3\x6c\x67\xc1\x1e\x97\x46\x92\xd9\xb3\x21\x26\xb6\xbb\xeb\x39\xad\x13\x7d\x56\x1b\xf9\x44\x9f\xd5\x88\x3c\x7b\xee\x3b\x5f\x72\x00\xbc\xa0\xab\x0e\x4e\x1f\x30\x8d\x33\xdc\x08\x03\xac\x30\x74\x83\x39\x94\xe6\x5c\x6d\x3c\x42\xd5\x55\xc1\x6f\xac\xea\xfe\x33\x2f\x87\x5d\x16\x2e\x87\x35\xbc\x03\xec\xb8\x19\xbd\x4d\xd8\x29\x9f\x15\xec\x5c\x94\x29\x49\xe8\xbe\x14\xbb\xeb\x0b\x6b\x8f\xf8\x35\xcd\x82\x69\x00\x08\x20\x8c\x7b\xe4\x8c\xc3\x08\x32\x5d\x60\x80\x64\xec\x60\x59\x4c\x20\x19\xbb\xe6\x6c\x21\x19\xa7\x31\x19\x33\xdd\x7a\xe0\x28\x22\x2c\x6a\x9c\x06\x55\xb1\x83\xe9\x30\xc1\x4e\xec\x1a\xa0\xa7\xd9\xc0\x34\x7f\x4e\x2f\x6b\x75\x1f\x00\x2e\x71\x57\xe5\x3f\x9e\x0d\x4c\x47\x73\x59\x17\xe3\xd5\xa1\x9e\x44\xc8\x13\xf4\xc3\xae\xc9\x7a\xaa\x35\x16\x47\x85\xa6\x18\xc5\x3e\x9e\x24\x94\x72\x82\xc5\x34\xd2\x91\x10\xfc\xc3\x3d\xa9\x8c\xfd\xcc\xc4\xe1\x16\x11\x8c\xdf\x46\x1e\xa4\x3a\x7f\xf7\xa4\x0c\x8b\xbb\x9d\xa0\xa1\x60\x26\x76\x4d\xde\x40\x26\x16\x13\xa6\x4e\x50\x12\x6b\xf1\x38\x5e\x8a\x0b\x36\x78\xc1\x14\x10\x1d\x66\xc6\x73\xb9\x0a\x97\x6b\xc5\x64\x73\xb7\xab\x4d\x37\xe1\x10\x75\x4b\x9c\x60\x15\x68\xb8\x06\xf5\x70\x57\xcb\x1f\xe4\x2a\xd1\xbe\x3b\xd3\xe5\x47\x72\x23\xdb\x82\x9f\x09\x47\xb8\x74\x37\x04\x8f\x70\x17\xe7\xab\x27\xbb\xe8\x3f\xd6\x45\xdf\xe5\x55\x5a\x1d\xc0\x1d\xec\x1a\x1d\xc0\x1d\xac\x4a\x81\xc0\x0e\x76\xad\x03\xf3\xcd\x7d\x42\x83\xa8\x72\x39\x3d\x68\x6b\x21\x01\x7e\x73\xa1\x68\xe2\x35\x55\xa8\x1f\x49\x5f\x90\xf5\x80\x1d\xac\x86\x9f\x4c\x03\xb8\x86\xbf\x9f\x96\xb6\xc4\xed\x8b\x8d\x1b\x45\xe1\x33\xdb\x47\x6a\x8c\x76\xa7\x7d\x2a\x01\x09\x43\xda\x20\x2c\x81\xbe\x95\x80\x10\x16\x2f\x82\x66\x5e\xdb\x4a\x34\x3e\x4d\xdb\x88\x14\x60\x0a\xee\x06\x19\x08\xba\x9e\xc2\x37\x70\x81\xc5\x6b\x5b\x60\x01\x8f\x00\x2a\x6a\xc6\x2f\x07\x35\x78\x59\xfe\x73\xf0\x62\x71\x9f\x1f\xff\x28\xbc\xb8\xe3\xe6\x5f\xc9\xfb\x66\x1c\xee\x3a\x68\x60\x90\x83\x4b\x95\x14\xd0\x41\x13\x35\xcc\x20\x2a\xfa\xc0\x18\x06\xb4\xe0\x6e\x87\x7e\x1e\x52\x67\x58\x5e\x14\x36\x33\x94\x1a\x34\xc1\x90\xa1\x27\x9a\x20\xc0\xfb\x33\x52\xa5\xcb\x7f\xc8\x90\x66\x7b\x04\x1d\x68\x75\x0f\x5d\x8d\x90\xc7\x44\x10\x0c\xd2\x79\xcd\xa8\x4e\x3e\x84\x03\xd0\xc0\xea\xa5\x37\x38\x81\x62\x48\xcc\x48\xed\x0c\x19\x33\xea\x74\x85\x68\x03\x26\xa3\x9e\x2c\x06\xa0\xaa\x25\xf0\x7e\x7b\xd3\x51\x55\xaa\x5d\xf0\x28\x00\xfe\x3a\x29\xea\x66\x18\x8d\xe5\xa1\x04\xe0\xaf\x88\x40\x38\xc1\xf1\x2b\xc2\x93\x4d\xb0\xfb\xa2\x67\x71\x53\xbe\x72\x12\x05\xef\x33\xc5\xd9\x8c\x64\x24\x30\x5f\x60\xf6\x76\x27\xe9\x18\x46\x4f\x52\x9a\xce\xe8\xb9\x8e\x8c\x6b\x38\x75\x2e\xc9\xc0\x4b\xcb\xe6\x87\x57\x48\xcb\x3f\xdc\xdd\x87\xff\x10\xaa\x38\xfc\xe3\x46\xb9\xa0\x8f\x22\xee\xfd\x7b\x81\x38\xda\xe0\x24\x97\x5d\x3e\x23\x12\xa0\x95\x03\xa5\x17\x0a\x2a\x80\xe7\x75\x95\xdf\x10\x88\xdf\x40\x29\x00\xf3\xd2\xaf\x16\xf8\xbb\xae\x82\x1d\xb8\xf0\xe8\xe1\x11\x91\xdd\xa3\xd6\xb0\x26\xba\xa7\x13\xa7\x2b\x28\x1b\xc0\x52\x00\x2a\xde\x1e\x35\x5d\xda\x3c\xa1\x36\xb7\x18\x99\x32\x40\x8b\x9a\xa1\x33\x0f\x20\x63\x33\x96\xa0\x9f\x34\xb7\x00\xe4\x86\x33\x86\xb1\x57\x32\xdc\xc0\xa6\xa8\xa2\x0d\x2a\xde\x11\xa4\xb0\x9e\xb1\x34\x46\x78\x0e\x93\x6f\x20\x15\x00\x8c\xb7\xcb\x33\xb3\x58\x18\xd5\x68\x23\xf9\x86\x0b\x7b\xea\x8d\x4c\x5d\xa7\x9b\x04\x5a\x21\x00\x9e\xb7\x76\x71\xda\xba\xcf\x6e\x9e\xfc\x03\x0f\x46\xe3\xe7\x00\xc3\xeb\x6a\xb7\x82\xe1\x4d\xaf\xc7\xe2\xca\x9e\x30\x41\x97\x3b\x49\xf2\x20\x2a\xff\xc8\xcf\xd8\xbc\xb0\x1d\xa0\xee\x0e\x15\x24\xa1\xee\x82\xe4\xb8\x13\xa8\xbb\xae\x4c\x1e\x5e\x52\xea\x2d\x14\x84\x2b\xa8\xbc\xc4\x95\x8b\x40\xb5\xaa\x51\x2e\x2d\xb9\xaf\x14\xaa\x85\xc0\x23\xb1\xd8\x8c\x5b\xb3\x7f\xf8\x51\xee\x4f\x3a\x72\x27\x47\xf0\x1f\xe6\x41\x62\x40\xe0\x97\x17\x34\x91\x9a\x13\x4c\x32\xee\x5c\x11\x06\x48\x54\x03\x49\xb5\x26\x28\x78\x5d\x25\x3f\x92\x1d\xb9\xc9\x1e\x67\xe1\xf8\x33\xd6\x43\x88\x3c\x95\x3d\x20\xf2\xf6\xb4\xd0\x9b\x47\x81\x5f\x22\x22\xe3\x72\xf7\xe7\x1d\xa9\x87\xed\x71\x5e\xdc\x2c\x69\x43\x84\xd3\xc6\xeb\xbd\x02\xe2\x96\x10\x78\x8a\x80\x40\xe0\x55\x0d\xe9\x91\x57\x9b\x4e\xcc\xeb\x42\x58\x80\x3b\x17\x18\x2d\xd0\x76\x47\x23\x0d\xc5\x8c\x4f\x1a\xe0\xc4\x7c\x76\xde\xaf\xb2\xbf\xb4\x41\x2a\xe6\x46\xf8\xf1\x14\xcf\xae\xe9\x0f\x03\x84\x5d\x0f\xa9\x0e\x7e\x3d\xa1\xa0\x19\x5f\x8e\x64\xf7\x6b\x99\x0a\xd2\x8b\xce\x95\x2a\x51\xe3\x39\x5b\x09\x5e\x18\x15\x62\xdf\xd2\x52\x38\xb2\x84\xd7\x00\x54\x45\x06\x8e\x00\x98\x6d\x02\x28\xd7\xe5\x29\xe2\xc9\x29\xc4\x01\x14\xd7\xa5\x40\x00\xc5\xed\x26\x16\x2f\xee\xd4\xea\x57\xb7\xbd\xb2\x38\x94\x51\x37\x94\x65\x80\x84\x4e\xe6\x0b\x70\x9a\xa2\xf7\xc8\xd2\x50\xa8\x7b\xb0\x78\x71\x1a\x53\x97\xe6\x40\xdd\x2b\x04\x8c\x23\x73\xc4\x5c\xa4\x8b\x92\x71\x2f\xee\x15\x65\xf5\x0b\x2f\x9f\xa2\xdb\xc5\x2a\xd2\x4f\x98\xe0\x12\x92\x86\x39\x5d\x7a\xb0\x2e\xbf\xd2\xcf\xc7\x5b\x4d\x60\xe5\x76\x79\x5f\x18\x24\x24\x34\xd1\xe3\xf4\xaf\x5a\x15\xef\x62\x38\x2d\x48\x72\xfb\x8f\xc1\x8b\x41\x5c\x74\xb7\xe6\x70\x29\x01\x7c\xad\xc2\xc1\x6a\xe9\xf6\xcd\x73\xf1\x23\xff\x68\x36\xee\x3f\xdd\x7a\x69\x44\xf0\xb9\x5f\xd6\x05\xdf\x2d\x16\xc1\x5a\xec\x2c\x82\x90\xef\x5e\x06\x93\x6e\xcf\x28\x23\x24\xf0\xae\xe8\x32\xb2\x48\xd9\x51\xf4\x12\x59\x7d\x9f\x53\x0f\xd6\x02\x16\xbf\x68\xfc\x02\xba\xae\xcb\xab\x96\x49\xa1\x75\xc3\x07\xbb\xae\xcb\xb5\x17\xde\xb2\xda\x9a\xc1\xb1\xeb\x60\x3d\xcc\xa5\xc6\x25\xd1\x5f\x6a\x5c\xcb\x26\x1e\x1c\x67\xd9\x34\x30\x4d\x4d\x70\x0b\x8f\xa1\xf0\xf7\xe1\x4c\xd1\x98\x70\x75\x9c\x16\x40\xe9\x4a\x73\xc5\x87\x3c\xbe\xfa\x07\xf9\x76\x9d\xf3\x91\xfb\xc5\x9a\x2e\xfb\x4d\x9f\x86\x51\xc7\xfc\xe1\x9d\x1e\x98\x71\x13\xfc\xb8\xaa\x0a\x0f\x66\xdc\x9e\x66\x5f\xec\x38\x33\x28\x9e\x80\x8e\x2a\x6b\xe6\x29\xb2\x2e\x77\xb8\x47\x4a\x55\x0a\x42\xb1\xb0\x3d\x1a\xa0\xbe\x84\x20\x68\xfe\x0e\x9a\x01\xe4\x70\x61\x62\x9c\xed\x4f\x15\x18\x74\xb9\x2e\xa1\x5d\xa6\xe3\x58\xf6\x85\x28\x3e\x81\x12\x26\xb8\x73\x07\x29\xfb\x27\xb0\x73\x55\xc2\xb8\x36\x73\xae\x9a\x0c\x81\xa0\x2b\xe6\x9c\x9b\x0b\x57\xdb\x8c\xc5\x06\x83\x2e\xd4\xda\xd7\xca\x03\xc9\xd4\xa1\xbc\xb5\xe5\x10\xf5\x38\x5a\x36\xa8\x2d\xd2\x93\xb7\xb2\x27\xf4\x91\x2b\x3f\x79\xc1\xd2\xca\x08\x5a\xc9\x14\x5c\x4e\x6f\x19\xb1\xe5\x24\xc4\x4b\x1e\xac\xc7\xc8\x3a\x15\x5e\x91\x0d\x96\x4c\x58\x42\x23\xe8\x9c\x61\x15\xe2\xcc\x49\x70\xc1\x99\x2b\x29\xfb\x82\x33\x57\x8d\x90\x03\x66\x6e\xe6\x16\xe5\x62\x50\x72\x0b\xcc\xdc\x6e\xc2\x97\x1c\x13\x73\x72\xe5\xf4\xd2\x45\x41\x0a\x9a\x55\xbd\xcc\xae\x1f\x7d\x28\xff\x74\x8a\xac\x56\x64\xfd\x9c\x4b\xa6\xeb\xd1\xbc\xdd\x65\x48\x95\xcb\x4b\x3f\xa3\x46\x40\x93\xdb\xff\x50\x95\x39\x27\x93\x98\x10\x3f\xa8\x4b\xf5\x32\x79\x95\x19\x18\xc0\x96\x2b\x86\x8d\x80\x1b\x57\x52\x08\x17\x2b\x2e\x5b\x7f\xf4\xec\xa1\x57\x4f\x52\x35\x5f\x3a\xd5\x52\x5a\x27\x23\xa0\x2f\xa7\x80\x72\xcd\x6a\x9f\x6c\xcf\x3f\xa4\xa3\x59\x5c\x3a\xea\xb4\x3f\xde\x18\xf3\x87\x66\x4a\x1d\x4d\x16\x66\xca\x25\xf9\x20\x63\x64\xd1\x9d\x04\xe4\xb9\xbe\xec\xd6\x6b\xe8\xac\xcf\xd2\x5a\xc4\xb6\x85\x63\xae\xd6\x24\x01\xe9\x92\xa2\x72\xb1\xa7\x3f\xa7\x18\x74\x6b\x64\x81\xcb\x4e\xd9\xc4\x4d\x09\x4b\x2b\x9c\xf9\x15\x99\x97\x9b\xa7\xfb\x73\xeb\x23\x50\x2d\xb5\x3d\xb2\x38\x4e\xe0\xe5\x0e\xed\xa2\x4b\xf7\xa1\x03\x32\x0a\x8c\xdc\xa1\xc4\x7f\x1a\x2d\x62\xf4\x0d\xc8\x71\x7b\xb2\x26\x2f\xf8\xcb\x28\x14\x9c\xa4\x5e\x2e\x7a\xe8\x9c\xd8\x1d\x3d\xaa\x27\x3a\x61\x33\x01\xc5\x69\xa2\x0e\x90\x3b\xa7\x08\x73\xca\x2a\x67\xb2\x68\xfa\x75\x72\x99\xe7\xc1\x3b\x61\xd7\xba\xa9\x8a\x36\xd7\x4c\x3f\x01\xaa\x5c\x35\x06\x54\x54\xb9\x00\xab\x72\x82\x2a\x57\x75\xab\x04\x49\xae\x18\xb0\x73\x26\xbb\xee\xbe\x90\x97\x2e\x7c\x46\x84\x33\x77\x05\x48\x72\xdd\xdd\x07\x92\x5c\xf7\x48\x9c\x25\x67\x91\x6a\x4b\x0e\x96\x31\x15\x89\x24\xa7\xe2\xf4\xee\xce\x0c\x15\x40\xc3\x15\x50\x8d\xe6\x59\xdc\xbd\x88\x1a\xa7\xe9\xaf\x46\xf9\xf3\x0a\xe4\x24\x37\x56\xce\x77\x35\x35\x1e\xdd\x01\x31\x28\xbb\x5c\xe5\x3b\x6c\xe7\x53\xd7\x5c\x83\x86\x44\x8e\x5b\xf2\x4c\xa0\xe3\x7a\xae\x03\x46\x4c\x90\x4d\xe6\x69\x28\x8a\x63\x21\xd8\x24\x27\x58\x1d\x94\x8d\x7d\x62\xce\xd4\x7a\x7b\x72\x25\x68\x80\xcb\x49\x16\xc8\x1c\x6d\xcb\xb3\x4e\x5f\x93\x8d\xbb\x6b\x9a\xe6\x40\x5a\x4b\x3d\x15\xa5\xf5\x54\x4f\xd5\x05\x04\x34\xb9\xfe\xaf\xc4\x6d\x71\x8b\xe0\x68\xe3\x82\x72\x3b\x08\xe8\xe5\x3c\x53\x7f\xa5\x23\xf8\xfe\xe8\xe8\x01\x92\xdc\xae\x95\xc2\xdd\x73\x8f\xbc\x77\x76\x67\x8d\x61\x74\xa9\x6d\xb7\xb8\x7a\x3c\x07\xf4\xec\xb9\x86\x34\xd2\x55\xb2\x90\x86\x4e\xc0\x1a\x7e\xd5\x8d\x3d\xf4\x8a\xa1\xe2\x91\x4d\x52\x24\xd9\x34\xea\xdb\x39\x1c\x15\x1d\x4b\xed\x17\x4e\x75\xea\xcc\xeb\x6e\x1c\xd9\x22\x75\x71\x87\x68\x6e\x85\x73\x9a\x35\x8c\xd2\xd3\x4d\xee\x66\x26\xe5\x88\x3e\xbe\x40\xce\xed\xd2\x96\xb0\x3d\x06\xa2\x55\x74\x5a\x80\x33\xe5\xf6\x4b\xe6\xed\x6c\x91\x35\x52\x9f\x21\xb0\xe8\xf6\x12\x52\x53\x88\xa2\x47\x9f\x42\xa2\x6e\x7b\xa4\xd5\xd2\xb3\x11\x5c\xba\x72\x60\x88\x3a\x09\xc6\x9f\x26\x92\x38\x45\x98\x1f\x76\x84\xeb\x42\x93\x26\x9c\xa9\x63\xbb\x84\xe1\xd9\xb1\x91\xa5\x34\x8e\x6c\x74\x26\xc3\x76\x75\x49\x0b\xad\x5b\xf8\x09\xf3\x06\xb3\x7c\x0a\x5f\xb7\x8c\x8a\x3b\x89\xd3\x5f\xee\x25\x6e\x0e\x4d\x74\x20\xac\x9d\xe9\x17\xce\x65\x47\x18\xc6\xca\x59\xa0\x87\x66\xce\x82\x14\x9e\x7a\x04\xe7\x1c\xea\xf8\x9b\x13\x77\x32\xb9\xce\xdb\x99\x00\x59\x3c\xbb\x7d\xa4\x52\x84\x56\xea\xc8\x0f\xac\x5d\x95\x59\x9f\x98\x53\x0d\xd6\x07\xe1\x6e\xd7\xca\x8c\xe0\xb1\xbb\x46\xbe\xd8\x73\xda\xd6\x7b\x17\x58\xdb\x79\xa2\x23\xab\x2b\x88\x77\xb7\x46\xbe\xa8\x29\x4d\x8b\x43\xbe\x60\xbe\x00\xde\x1d\xcd\x75\x22\x9c\xd2\x38\xfc\x13\xb5\x98\x6c\xad\x53\x20\xbc\x96\x33\x82\x9d\x55\x47\xee\xf3\x76\xa6\x18\xd1\xad\x78\x99\x25\x4e\x3e\x62\x78\xa6\x87\x76\x0f\x1b\x7e\xe9\x4d\xe3\x89\x61\xd6\x00\xf3\xf3\x4e\x36\x6a\x09\xfb\xf7\x17\x36\xef\x04\x7a\x2f\xbc\xd7\x38\x37\x83\x6f\x7a\x8b\x02\xc3\xd7\x57\x3e\x3b\x10\x66\x54\xcd\x57\xcf\x26\xa0\xf7\xaa\xd1\x8a\x20\xef\x75\x43\xb4\x00\xdb\x9b\x5e\xfc\x9e\xaf\x2c\x92\x01\xbe\x26\x4f\xa6\x2c\xc0\x08\x5a\xa8\x4e\x72\x3b\x9b\xe4\x07\x10\xbe\xf0\x72\xe4\xf4\x46\x11\x64\x97\x79\xbe\x39\x3b\xb4\x80\xd2\x9c\x44\xf6\x55\x4c\xf4\x59\xf6\x8a\xec\x73\xbe\x76\xc9\xaa\xc8\xc5\xe5\xae\xc0\x35\xc7\xb0\xe1\x33\xb9\xb6\x8b\xf1\x29\xb6\xc9\x69\xbf\xc4\xb5\xe0\x19\xd7\x4f\x29\xeb\xa7\xc8\xc0\x20\x48\x09\x93\x5b\xe2\xcb\x99\xb1\x70\x4a\x09\xb4\x6d\xec\x8c\x31\x9a\x27\x2e\xc3\x46\x0a\x02\xf9\xd7\x0d\x46\x06\xe4\xaf\x5b\xed\xf5\x63\x3e\x86\xcf\xaa\xf1\x9c\xb1\x4b\xef\x1d\x4e\xae\x80\x7f\x46\xc8\x00\xf8\xd7\x8d\x12\xbc\x48\xbf\x65\x5c\xf2\x75\xa8\xb6\xd3\x00\xe1\xa4\x53\xa7\xb9\x0b\xc3\x6e\xf3\x88\x01\xfe\x57\xd5\x6a\xc0\xfb\xeb\x2e\x29\x70\x7f\x7b\x44\x7c\x54\x12\x3f\x89\x67\x05\x7b\x8c\xf5\xd7\xd6\xae\x8b\x89\x17\xae\x62\x3e\x00\x9f\xb3\xe3\x7e\xc4\x36\x1f\x3e\xe7\x42\x5a\x95\x64\x0a\x03\x02\x60\x7f\x7b\xa2\x1a\x2f\xa4\x69\xb6\xef\x25\xa7\x93\x97\xaa\x58\xc8\xde\xbc\x52\xd7\xae\xfe\xc3\xa6\x85\xee\x5f\x55\x6d\x17\xb3\x3a\x90\x80\xdd\xe0\x59\x10\x01\xbb\xb1\xa2\x00\xff\x15\x3d\xa3\x04\xfb\x9b\x7a\x30\x5d\xc9\xac\x31\xab\x5c\x6a\xd4\x80\x10\xcf\x0b\x63\xb0\x12\x23\x08\x7f\x35\xa7\xb7\xe5\x70\x2d\x21\x78\xa4\x05\x48\x84\xc4\x01\xb8\xc4\x6b\x75\x42\x49\x51\x63\xb4\x20\x60\x7f\xdd\x88\xd1\x4b\xc7\x1c\xe9\xc6\xd5\x08\x19\xe7\xc4\x08\xfc\x67\xf0\xe8\x85\x36\x9d\x05\x70\xde\xf1\x6e\x55\x0c\xc0\x76\xb8\x13\x70\xc1\xf5\xa2\xf6\xd2\xab\xa7\xe4\x0b\x66\x76\xa7\x06\x8c\x77\xbd\x10\x12\xde\x4f\xf2\x05\x74\xdf\x11\xa0\xc2\x4c\xb0\xfb\xba\xb1\x35\x57\x7a\xcb\x2e\xbf\x82\x96\x39\x4f\x43\x99\xc8\xe5\x07\xde\xb5\x68\x67\x07\xaf\xaf\x7b\x11\x76\x25\x13\x6e\xfe\xc1\x76\x0b\x9f\xe1\x0d\x5a\xe3\x85\xeb\x6b\x12\x49\xe0\xfa\x76\x8b\x94\x9f\x1e\x14\x06\x32\xed\x16\xf3\x69\x56\x82\x51\xff\x14\xf6\xae\x29\xbd\x77\xc6\xd0\xc3\x75\x35\xbe\x4c\x4d\x60\xaa\x19\x20\xfb\xf6\x00\xe8\x41\xe8\x07\xe5\x1f\xe0\x02\x7a\x44\xc2\xbd\xec\x0e\xe2\x12\x53\x17\x19\x71\xfa\x74\xb3\xbb\x42\x0e\x08\x21\xba\xc8\x85\xa3\xc3\xca\x95\x9c\x18\x5d\xf2\x12\x30\x56\x8a\x7f\x91\xb3\x40\x0f\x99\x8b\x24\x39\xd5\x75\x5f\x24\x29\x46\x36\x11\xf2\xaf\x1c\xd0\xb1\x7f\x98\x7f\x16\xe6\xb0\xe5\x33\xac\x14\x9b\xc1\x85\xb9\x5b\x17\x25\xa1\x00\x43\xe3\xc7\xb5\x5c\x1e\xa6\x74\xd9\x71\x0b\x70\x8b\x91\x05\xe8\xb7\x5b\xfa\x54\x7e\x91\x7a\x9c\x19\x76\xc7\xb3\xf2\x99\x14\x8d\x78\xd6\x3c\x10\x42\x23\x19\x82\x0e\x74\x60\xd1\x4b\xfa\x12\xda\x41\x16\x96\x68\x81\xca\xbc\x97\x89\x76\xdc\x33\x9a\xb7\x75\x28\x04\x22\xb0\x1b\x7a\x04\x44\xe0\x1e\x86\x25\x9c\x10\x49\xe2\xe5\x11\x64\x1c\x97\x3c\x33\x8b\xa8\x7b\x3a\x87\x68\xd7\x12\xf9\x0b\x40\x5b\x5d\x4e\xae\xdb\x06\x11\xc4\xae\x5b\x57\x76\xfa\x6e\x9c\xab\xf9\x7f\x80\x09\x1c\xbf\x7c\xd6\xe4\x4f\x13\xb7\xf2\xb6\x5b\x04\xae\x9e\xc7\xd6\x24\x67\xa6\x61\x12\x58\x50\x3f\x1a\xb0\x03\xbb\x8e\x22\x97\xbc\xdb\x21\xa1\x67\x07\x60\xd5\xf3\x52\xb7\x36\x49\x90\x58\x80\xcd\xac\x31\xd7\x93\x27\xcf\x32\xd9\x08\x03\x49\x7e\x2d\xe9\xdb\x3c\x7a\x78\x7b\x7f\xa9\x5c\xbb\xe6\xa8\xcd\x9a\x67\xaf\xcd\x97\x87\xb7\x60\xd7\xeb\xf8\x68\xef\xf5\xe2\xc4\xe5\xdc\xbc\x78\x78\x8f\x7f\xbd\xd9\x1c\x1d\xd9\x2c\xb7\x99\x1b\xe2\xe2\x92\x34\xc0\x30\x9e\xd7\xa7\x7a\x2b\x55\xfb\xea\x2e\x8e\xe2\x79\x7d\xb4\xe1\xc9\xfa\x26\xcf\x54\xfb\xd9\x9e\xfb\xea\x73\xfb\x48\x59\x92\x9d\x42\x40\xee\xad\x42\x0f\xb5\xa7\x9b\xe8\xd3\xa9\x77\x27\x10\x83\xa5\xe8\x12\x79\xeb\x1c\x0b\x4e\xde\x04\x6f\xb0\xa4\x3b\xd8\xad\x31\x5b\x82\x79\xff\x68\x3f\xbf\xf2\x8a\x02\x02\x74\xff\xb4\xda\x34\xff\x51\xc6\x98\xfe\xc3\x94\x1e\x3e\x23\x21\xaa\xb6\xdc\xe2\xb7\x1b\xe4\x08\xde\xe0\xd0\x73\x01\xbc\xc1\x66\x84\xf1\x7d\x38\x11\x3e\x37\xbe\xa1\xa6\xc3\x89\xf0\x7b\x49\x0c\x1c\x07\x18\xc2\xfd\x32\x78\x79\xff\xfb\xdf\xd4\x4f\x1c\x4c\xc2\xf1\x3b\xfe\xca\x64\x3f\x6f\xf9\xb8\x17\x74\x77\x86\xcc\x32\x13\xc5\xbe\x50\x73\xf1\x1c\x43\xef\xef\xa2\xec\xda\xfd\xca\x9e\xf9\x47\x2e\x11\x3d\xdb\x8c\x7c\x18\xc5\x72\x6f\x3e\x3e\xb4\x9d\x80\x83\xb8\xab\xf2\x0f\x8d\xd6\x9c\xf6\x3b\x59\x37\x1c\x42\x50\xc4\x69\xc6\xaf\x3b\x79\x37\x5c\x45\x20\xc4\x66\x4a\x1a\x80\x10\x87\xa6\x22\x80\x10\x2b\xc0\x0a\xf3\xae\x2c\x43\xb1\x34\xb9\xfa\xab\xbf\x7f\xc0\x70\xd2\xc3\xc6\x56\xe1\x18\xdf\x69\x18\x6f\xbe\x30\x72\x94\xe0\xbb\x79\xbe\xd9\x9b\x77\x73\x73\x40\x83\x44\x45\x0c\x70\xbb\xe7\xbd\x99\xf7\x50\x05\xbb\x53\x6f\x66\x80\x8d\x65\x40\xec\x03\x06\x71\x28\xb3\xdc\x3d\xc7\x4a\x47\x3a\x2b\x5d\x7c\x76\xa6\xe1\x80\x77\xe7\x2c\x38\x07\xa6\x1e\xaa\xee\x81\x1e\x94\x60\x3e\xc4\x47\x54\xac\x05\x1f\xb1\x64\x94\xd5\xdd\x73\xff\xf9\x42\x4f\xdc\x66\xc3\x43\xc2\x60\xc9\x2a\x14\xe6\x6f\xba\xbd\x4d\x96\x6d\xdc\x83\x6e\x79\x7a\x06\x54\x00\x89\x55\x88\xc4\xa6\xbc\x7c\x9b\xdb\xb3\xba\x4d\x06\xb3\x80\xb8\x96\xb0\x88\xff\x5e\x94\x61\xe0\x03\xb7\x57\xcb\xd5\x3d\x33\x73\xfb\x31\x14\x83\x63\x75\x5c\x04\x26\xb1\x7a\xb1\x7a\x4f\x9b\xa7\x5b\x69\x35\xcf\x17\x0e\xa2\x97\x65\xf7\x74\x6b\x85\x15\xab\xab\xb9\x4d\xf0\xd2\xd5\x8f\xeb\xd6\x3a\x6e\xbf\xc2\xbc\xe1\x0c\x31\x58\x75\xb7\x49\xe4\x42\xd3\x5f\x33\x55\x9b\x55\x01\x2c\xc3\xda\xf3\x0f\xdc\x2c\xed\x61\x90\xce\x49\x1a\x12\x29\xb8\xf0\xc7\x62\xae\x61\x74\xe0\x1a\x56\xcd\x62\x89\x65\xf8\xef\x8f\x4e\x2a\x31\x16\x07\xce\xad\xaf\x3b\xe8\x85\x55\xca\x0d\x48\x61\x31\xa2\xe9\x5e\x92\x3c\xd7\x1c\x1d\x5a\x69\xe2\x3e\xbd\xa4\x83\x63\x02\x58\x38\xcc\x49\x06\x60\xe1\xd0\x2b\xf7\x3e\x5d\x58\xbf\x21\xbd\x3a\x2c\xe0\x3e\xe5\x27\x9e\xd3\xd3\x88\x10\xd6\xe5\x64\xbb\x49\x60\x4f\xce\x72\xf3\x1b\x4e\x99\x04\x67\xab\xdf\x43\xdf\x4b\x21\x0d\x8b\x22\x28\x90\x86\x43\xdf\x52\x20\x0d\x87\x59\xc0\x40\x34\x1c\x3a\xc5\x02\x5c\x38\x74\xa4\x04\xb8\x70\x8f\xcd\x9a\xa4\x6f\xc8\x50\xb7\x19\x29\x54\x71\xc0\x2e\x1c\x3a\x46\x82\x5d\x58\x72\xa9\x8d\xa3\xdd\xca\xd2\x5f\x94\xef\x66\x65\x24\xc8\x37\x1d\x93\xa4\xdd\xf2\x58\x0f\xed\xcd\xce\x93\x3a\xde\xb9\x11\xe8\x26\xac\x7b\xe5\x47\x8f\x25\xfc\x83\x8b\x4e\xc7\x9b\xb6\x73\x17\xed\xb1\x0d\x7a\x99\x97\xd1\x6e\x7b\x03\x63\x0e\x64\x40\x30\x0b\xf7\x0a\xfa\xcf\x16\x33\x73\xf4\xc9\xe0\x87\xe5\x59\x11\x0f\x4a\x32\x7b\xa4\x0b\x10\x0c\x8f\x65\xce\x08\x60\x0b\x87\x0e\x90\xa0\x16\xee\xaf\xe8\xd7\x03\x9c\x99\xeb\xa3\x85\x1d\xf1\xe2\x36\x41\xb6\x0c\xef\xb5\xbb\x7c\xef\xc5\xb5\x26\x55\x60\x0b\xab\x12\xe1\x9d\x4a\x38\x02\xd3\xfd\xca\x15\xd1\xea\x00\x24\x1c\x26\x9b\x02\x78\x70\xe8\x4b\x08\xd6\xe0\x50\x22\xb8\x3f\x89\xab\x64\x45\xc6\x8f\x92\x7b\x6b\x2e\x97\x34\x7f\x30\x12\x94\xb8\x3b\xfd\xa4\xac\x48\x7b\xcf\x6e\xe0\x49\xc3\x79\xe3\x99\xc6\x86\xcf\xf2\xf9\xea\x0b\xc9\x25\x99\xd8\x87\x4c\xac\x32\xda\xe7\x67\xc3\x95\x67\x1b\x9b\x3c\x93\x3d\x89\x15\x7e\x7e\xb8\xfc\x1f\xd6\x93\x8b\xca\xcb\x81\xeb\x01\xe3\x7f\x74\x9b\x3a\x90\xe0\x1e\xb3\x35\xe9\x78\x0d\x76\xe1\xd1\xd4\xe6\x9f\xc3\x74\xff\x16\x61\x7b\x0d\x3f\x92\xe8\x2c\x5f\x26\x57\xbb\x7e\x14\x74\xd6\xc2\xde\xba\x32\x6a\xbc\x7e\xb5\xd1\x8b\x75\xa8\xf3\xe4\x73\xb0\xec\xc3\x6e\xb8\xec\x10\x26\x40\x10\x77\x9f\x28\xc1\x95\xb8\x41\x31\x0f\x89\x5e\x0d\x75\x7e\xc8\x94\x61\x04\xd3\x53\xb2\xdf\x74\xa3\x64\xff\x2c\x2d\xa3\x61\xdb\x3c\x9a\xe2\x59\x96\x47\x20\x0a\x1b\xcf\xeb\xf1\xe5\x1f\x10\x08\x68\x1c\x08\x88\x4d\x06\xf4\xa0\xbe\x7b\x77\x23\x18\xe2\x94\x4c\x01\x86\x38\x4c\x0e\xf5\x64\x40\x2e\xad\x55\xe6\xcc\x3e\xa1\xb0\x9b\xcb\xfa\x11\xfc\x38\x7c\x56\x40\x74\x74\x95\xad\xe8\x14\x18\x6a\xab\xf3\xd5\x63\x92\x41\x75\xee\xa7\x89\xbd\xc8\x1c\x98\x63\xf0\xe7\x73\x63\x9e\x2c\xe0\x72\xd1\x8d\xc6\xb6\xc9\xb2\x32\x67\x28\xe4\xd3\x48\x22\xce\x99\x7f\x1a\xd4\x12\x61\xff\xc1\xb8\xae\xe3\xec\x63\x82\xa8\x91\xb5\x3a\x33\xcc\x86\x02\x03\x1e\x10\x8f\x81\xb5\x10\xc2\xc7\xeb\x72\x9d\x55\x9f\x9e\xcb\xc2\x24\x77\xaf\x83\xe2\xcf\x68\xde\x47\x71\x02\x59\xf1\x31\x04\x57\x1f\xd7\x27\x45\x88\xfc\x47\xb9\xa6\xd9\x2c\xfd\x0f\x1b\xd2\xd5\xa2\x59\x24\xf7\x95\x5f\xbd\x6c\x50\x06\x33\x80\x8b\xe4\xe8\x3e\xa4\xe0\xd0\x95\x0f\x8c\xc6\xa1\x9f\xda\xa3\xd9\x5e\x9f\x5a\x71\x19\xcd\x10\x22\x2e\x63\x29\x6e\xfb\x01\x8d\x9b\xfe\x91\x9d\x62\xe6\x07\xf3\xe5\x42\xcf\x5c\x4f\xbe\x9a\x80\x1f\x38\xf3\xd3\xdd\x43\x81\x49\xdb\x4e\x57\x06\xcf\xb2\x6c\x73\xa0\xed\x31\xec\x29\xc9\x91\x86\x68\x11\x08\x9f\xbd\xa8\xcc\x9a\xdc\xe9\x3f\xab\x82\x05\x21\x6e\x3c\x9a\x0a\xcc\xd2\xfb\x44\x2e\x16\x15\x87\x42\x8d\xf4\x25\x14\x6b\xdd\x7e\xa1\x01\x5a\x52\x65\xc8\x8f\x96\x93\xc7\x74\x1e\x00\x81\x4e\x80\x1e\x87\xfe\x62\xc2\x39\x2e\xad\xdc\x4f\xb8\x57\x68\x65\xe9\xfd\x25\x25\x59\xce\x35\xa5\xb5\x0a\xe8\xcb\xfa\x98\xcd\xc3\xfb\xdb\x67\xa5\xe8\xc6\xf3\x3e\x3b\xfa\x45\x03\xd4\x38\x74\xeb\x02\xa8\xb1\x18\x10\xf3\xe8\x11\x97\x27\x24\x25\x10\x89\xcf\x96\x40\x86\xce\x35\xcf\x89\xe3\x8b\xc4\x51\xa1\x43\x82\x71\xd2\x27\xd7\xe6\xd4\xbf\xc4\xe3\x72\x66\x9f\xfc\xca\x75\x86\x6d\x3c\x8a\x1a\x92\x53\x1c\xe2\xf2\xd8\xe2\x0f\xa7\x90\xfa\x28\x76\x48\x00\x4e\xe6\x43\x92\xb4\x45\x90\xa1\x27\xcf\x83\x13\xb5\xda\x13\x70\x91\xd5\xe8\x8f\x27\xfd\xe2\x3c\xce\x17\x81\x24\x36\x7c\x71\xcc\x97\x85\x65\x7d\x30\x2f\x70\x24\x43\xbf\x72\x60\x24\x87\xbe\x46\x09\x23\x99\x9b\xf8\x82\x87\x84\xcf\x00\xa3\x49\xcf\x94\x58\x9c\x19\x2e\x0f\x34\x86\x81\x2e\x59\x65\xc0\x8f\xd0\x1a\xfa\x27\x27\xba\xa4\x22\x12\xc0\x91\x43\xa7\x32\xb1\x22\x0d\x52\x15\x2a\xb2\xb9\x28\x7a\xc8\x69\x57\x03\x1e\xb2\x98\x30\x4c\x78\xc8\x65\x82\x20\xe0\x21\xab\x16\x27\xe0\x21\x0b\x90\xac\x13\x78\xc8\xa1\x25\xff\x31\x51\x96\x53\xff\xb8\x40\xd2\xd2\xc7\x51\xd3\x0d\xd3\xfe\xea\x01\x02\x56\x64\x31\xde\xfc\x51\xee\xc8\xa6\x1f\x0a\x30\x86\x2d\x76\x0c\x1d\x83\x80\x7f\xac\x39\x9e\xf7\xe0\x77\xbe\xf7\x2e\x5f\x87\xda\x87\xf8\xa3\x5a\xad\xf5\x6d\x7c\xe5\x1f\x1e\x9d\xbf\x7d\x99\x9f\x14\x5d\x3c\x7e\xf8\xd9\xe9\xd0\x21\x50\xa4\x89\x78\x1e\x7d\xee\xbc\x7d\x78\x52\x8c\xf1\xf8\x90\x49\x32\x67\x11\x4f\xf0\xad\x87\xf2\x62\x06\x04\x4a\x7c\xf2\x11\x8f\x28\xc2\x8e\x7e\x4d\x20\x42\x36\x65\xfc\xc7\xd8\x5e\xcd\x70\xcf\x97\x0d\xfa\xd5\x45\x89\xfd\x95\xa8\x8e\xc5\xab\x85\x17\x03\x86\x19\x26\x40\x78\xac\x85\xbd\x0a\xc0\xe3\xd0\x3d\x08\x50\xc7\x5d\xed\xe0\x65\xf1\x87\x05\x4e\x9e\x0f\x9e\x69\x81\xd6\xde\x23\xb7\x18\x1f\xe5\xd5\x7e\xf8\x42\xcf\x6d\xfa\xf0\x22\x39\x2c\x92\x3b\xc0\x97\x0b\x5d\xc5\x12\xb7\xbd\x5d\xbc\x48\x1f\x86\x2f\xd8\x38\x97\x75\x41\x1e\x98\xdc\x37\xcd\x0d\x9c\x0e\x60\x1e\x87\xce\x41\xc0\x3c\x0e\x3d\x40\x40\x79\x1c\x7a\x19\x81\xe6\x58\x34\xfb\x81\xe6\x78\x84\x7a\xd2\x5b\xf4\x64\x41\x99\x78\x4d\xfc\xe1\x98\x74\x0e\xaf\x08\x0e\xaf\x22\x88\x6e\xb8\xaf\x8e\x01\xcb\x67\x4d\x0f\xf0\xef\xb7\xda\x11\xaa\x42\xec\xd0\xe1\xe0\x45\xec\x28\x3a\x01\xbf\xc8\x1d\xfa\x73\x88\xf4\xb8\xcc\x15\xf5\x62\x84\xd0\x05\x03\xa4\xc7\xa1\x9f\x07\x48\x8f\x43\x6f\x05\x90\x1e\x87\xce\x27\xaf\xc6\x89\xe5\xf7\xa8\x2e\x50\xfd\x97\x9b\xff\xa2\x63\xf1\x0b\xec\xb2\x59\x01\x01\x7d\x1c\xfa\x88\xbc\x79\xdd\x0f\xaf\x7e\xd3\x3a\x31\x2d\x31\xf8\x8a\xd1\xe5\xed\x83\x43\xc5\x6b\xaf\x69\x53\x00\x1a\xb2\xcc\xac\xf7\x52\x6f\xe1\x19\x67\x39\xa8\x30\x30\x91\xbb\x1f\x7c\xd4\xdd\x91\x0e\xa9\x13\xc9\x6a\xd7\x3b\x60\xd0\xc8\xd3\x6f\xd7\xb5\xcc\x6f\xe8\x07\x7c\x45\x90\xc8\xf4\x12\x04\x0d\x72\xe8\x8a\x01\x18\xe4\x30\xe9\xc5\xdb\x73\xdc\xd4\xba\xe5\x87\x69\x06\x9e\x57\x94\x2c\xcd\xde\x6f\x0a\x0d\x2e\xcc\x70\xac\xfe\xe1\xf4\xd3\x8f\xc1\xf4\x57\xbf\x61\xfa\xab\xb5\x5e\xbb\x56\xb7\xc4\x40\x55\x47\x2a\x79\xd3\x30\xb1\x7c\xc9\x2d\x41\xe9\x7f\xc8\xce\x3c\x2b\x6f\xe5\x4b\xce\xb9\x2f\x9a\xbc\x10\x0e\xde\x69\xe3\x8c\x75\xb2\xde\x4e\xce\xbc\x79\xf6\x1b\xe6\x00\x3e\x06\x88\xe4\xae\x89\x59\x9b\x1c\x12\x67\x50\x9f\xf9\xdc\x15\x91\xd8\xcc\x3c\xb3\x11\xda\x9f\x2e\xcc\x6f\x9c\xff\xfd\x2f\x99\x16\x70\x93\xc3\xcb\xb9\x57\x87\x7a\xed\xff\x6f\xb0\x06\x30\x21\xa0\x27\x6b\x6e\x31\x4c\x16\xde\xa7\xbd\x79\x0b\xb1\xfc\x83\xa3\x81\x10\xf6\xae\x5c\x0e\x5f\x58\x0e\xa7\x34\x5d\xf6\xdc\x23\x06\x5f\x55\xe6\x47\x84\x38\x53\x67\x01\x10\x37\x34\x5a\x7c\x9e\x13\xb6\x1e\x60\x71\x47\x98\xed\x54\xb0\xb8\x00\x8d\x76\x7e\x55\xd1\x27\x5f\x9c\x3a\xc8\xc2\x97\xe7\x86\x1d\xf7\x99\xe5\xce\x68\x85\xcf\x2c\x77\xda\xd1\x41\x92\x1b\xde\x45\x7c\x4d\x46\xee\xef\x5a\x0c\x60\xc0\xe0\xc5\x0d\x2d\xf5\x5f\xa7\x00\xe2\x19\x70\x71\x43\xb3\x39\xa0\x70\xbb\x27\xb4\xd7\x25\x81\xec\x64\x60\xe1\xf6\x3f\xbc\x60\x59\xeb\x9a\xd7\xbf\x21\xc3\xb2\x5b\x43\x99\xac\xfa\xc2\xf6\x9d\x7e\x45\x1a\x35\xb6\xf2\x67\xae\xd6\xfc\x46\xd2\x1a\xfe\xf1\x72\x81\x40\xb7\xa6\x69\x6e\xf8\x7d\xba\x6b\xc2\x3f\x64\xec\xf4\x77\x62\x5d\x72\x7a\xf0\x3f\x6d\xce\xf5\x64\x4c\x10\x8f\x6f\xef\xdd\xf4\x16\x03\xcb\x6d\x68\x02\xff\xdc\x71\xd0\xb9\x2f\x48\x91\x03\x89\x06\xca\x6d\x68\xf3\x06\xca\x6d\x68\x1c\x06\xc9\x6d\x68\x8f\xfe\xf6\x26\xac\x7a\x40\x8a\xea\xb6\xcc\x5f\xf9\xb9\x23\xdd\x14\x21\x81\xae\xb6\x40\xbc\x77\xd6\x9a\xab\x4a\x55\xde\x8c\x55\xce\x29\x08\x6f\x7b\x62\x7d\x61\xc1\x38\x2a\xe2\xb8\x85\xd1\xfb\xe2\xb8\x4d\x0d\x4f\x60\xb7\x0d\x0d\xb7\x9f\x49\x5a\x41\xc7\x9c\xe0\xb8\x0d\xa1\x68\xbe\xc5\x79\x70\x83\x9d\xf8\x41\xb8\x27\x4e\x25\xf8\xf0\x85\x09\x71\x1d\x8d\xf1\xf8\x59\x20\xd7\x94\x01\xe2\x5f\x0a\x4a\xe3\xfc\x4c\x41\x57\xfc\x5d\xb6\x5f\xad\xc9\x45\x75\x13\x9e\xb6\xed\x33\xa4\xc0\x75\xc4\x62\xa6\xac\xfb\x01\xb4\x53\x74\x6d\x05\xc4\x6d\x68\xa1\xfc\x14\x45\xdd\x1d\x98\xd2\x24\x17\x40\xb8\x6d\xca\x4d\x07\x71\x5e\x91\x7c\x7e\x18\xc9\xba\x17\x10\xc0\xb9\xed\xaf\x98\x03\x72\xca\x54\xd7\xf8\xf6\x28\xb9\xbb\xbc\xc3\xd2\xbf\x14\xac\xb6\xa1\xd5\xe7\xbb\x71\xfa\x80\xbb\x7f\xf8\x9c\x74\x2f\x2d\x3e\xb3\xc2\x18\xfa\xf8\x3d\x6a\xd7\x74\xf7\x61\xc9\x5c\x25\x85\x4e\xe8\x11\x18\x6e\x7b\xc5\xe8\xe2\x93\x5d\xe4\x2b\xec\x52\xe3\xf7\xa7\xfb\xca\xa7\x24\xe9\xd2\x22\x3c\x86\x97\xe5\xdf\xab\x9d\xf3\xe7\x3f\xcc\x9d\x13\xff\xe6\xb8\x18\x0b\xf7\x58\x1a\x35\x40\x74\x3b\x74\x63\x06\xd1\x6d\x97\xa6\xc4\x27\xd6\x3a\x1d\xe3\x1a\x2b\x9a\x5b\x91\x6b\x2c\xad\x1d\x40\xb4\x0d\xd5\x75\x10\xda\x8e\xae\xb5\xe9\x03\xce\x5b\xfe\x0b\x5c\x5b\xc5\xcb\x30\x00\x65\xab\x04\x64\x04\x98\x6c\x0d\x53\x58\xfc\xf0\x03\x6d\x08\xd3\xf1\xfb\x91\x30\x72\xcb\x29\xf1\xdb\x02\xe1\x40\x55\x0e\x80\xdb\x0a\xb7\x82\x01\x70\xdb\x28\x59\x91\x16\xcb\xe5\x4b\xd8\x57\xbf\x3a\x7d\xb1\xf8\x45\x11\xff\x60\xcf\x64\xdb\x92\xb3\xe5\x47\xae\xed\xe1\x3f\x1e\xce\x46\x91\x2d\x51\x16\x02\x97\x02\x80\xb7\xfd\x15\x2d\x22\x50\xa2\x2c\xc7\xef\x50\x94\x6a\xbe\x34\xbf\xa2\xe2\x43\x5b\x9c\x55\x0d\xbb\xe5\x57\xa0\x3f\xdb\x20\x36\x2d\x02\x24\xe3\x67\x80\x21\x3e\xc5\xf1\x33\x7f\xf9\x58\x14\x47\xa0\x2c\x3f\xe6\xaa\x64\x1b\xfe\x61\x82\x41\x67\x6e\x4b\x8e\x83\x38\xca\xf8\x29\x2c\xb6\x1f\x75\x19\xbd\x5e\x1a\xe5\xab\x28\x87\x3f\x56\x47\x41\x70\x30\x2a\x6f\xa3\x4a\xa7\xbc\x10\xa8\x98\xae\xe3\x47\xae\x56\x48\x76\x00\x00\xb7\xff\xb0\x2e\xf5\xc3\x45\xf3\x35\xb7\x03\x4d\x22\x17\x16\xa7\xcb\x10\xf7\x9f\xfb\x81\x18\x77\x5c\x2f\xe2\x27\x30\x06\xee\xbb\xf1\xc3\x9a\x55\x9c\x15\x13\xc8\xe0\x80\x1b\x09\x19\xd7\x9c\xa3\x96\x9d\xa4\x2f\x48\x86\xc5\x99\xd8\xf2\xdf\x28\xce\x7c\x67\x7d\x9c\x14\x7c\x40\xb8\xe4\x08\x20\xde\x46\xb1\x83\xdd\xef\xe9\x53\xc7\x6c\xec\x76\xe8\x76\x83\xc6\xf0\x13\xe9\xbf\x7c\x39\x30\x19\xd0\xbf\x61\x03\xcc\xc1\xc8\x1e\xd1\x8b\x91\xeb\xec\x3f\x34\x57\x98\xcf\xe1\xda\xda\x8f\x81\x99\xb0\x52\xed\xe6\x74\x03\x91\x34\x7e\x33\x37\x19\xa5\x31\xf4\x20\x34\xc7\x0f\x43\x0f\xe2\x7a\xfc\x26\x0a\xbd\xb5\x4e\x4f\x7f\xbe\x30\x1b\x85\x7e\x6c\x76\x58\xf0\xbe\x8a\x1f\xe2\x1b\xa2\x6a\xfc\xb8\x57\x8a\xe6\x1e\x41\x66\x43\x3c\x8d\x9f\xc0\xdf\x6e\x04\x44\x36\x28\x6a\xfc\xd2\xe4\xd3\xf9\x28\x38\x9a\x85\x7e\x6f\xa6\x39\xb8\x4b\x0f\x90\xe5\x06\x76\xd2\xf8\x11\xff\x58\x83\xd6\x42\x29\x72\x59\x18\xcc\x8c\x60\x0c\x9b\x6b\xb6\xdf\xf8\x2b\x47\x69\xfc\x84\x14\x0f\x6b\xce\x13\x41\xbf\x30\x05\x21\x9d\x84\x08\x74\x80\x3f\x07\x98\x73\x95\x00\xae\xf8\x69\x08\x6a\x6e\x29\x38\x65\x71\x0f\x63\x09\x42\xae\x8a\x9f\x5c\xb3\xb9\x53\x31\x05\x75\x0f\xe0\x92\x2e\x38\xe9\x86\x43\x3a\xf2\x13\x4d\xde\x91\xcb\x29\x9b\xdb\x8e\x28\x7a\xc0\xed\xe3\x77\x7a\x30\x5d\x3e\x4d\x41\xcd\x8d\x6a\x58\x46\xd0\xc6\xe6\x9b\x35\x47\x44\x54\x46\xff\xb9\x13\x4e\xc8\x42\xf5\x23\x96\xa9\x5a\x18\x27\x6a\x77\x70\x9a\x7f\x28\x0c\x42\xd3\x61\x45\xe2\xd6\x59\xf6\x92\x36\x7a\x14\xae\x8c\x6c\xf2\x2b\x12\x02\x35\x5a\x83\x21\xc2\xa4\xe3\x77\xb3\xc6\x9e\x4f\x9d\x40\x9a\x4d\x90\xec\x1c\xa7\xa7\xf8\x25\xd3\x74\xa8\x5a\x6d\x7e\xd2\x8d\x5b\xec\x19\xbf\xca\x3d\xcf\xea\xdd\xe2\x78\xd3\x91\x5b\x85\x64\x51\xdc\x60\x46\x3c\xa2\xe3\xf7\xa8\x05\xca\x15\x9e\x6c\xde\xcf\xd8\x63\xf6\xf7\x61\x47\x57\x3f\x62\x5d\x6d\xf0\x71\x5d\xe9\x2e\xf6\x99\xe2\x09\xe0\x5a\x08\x7b\x58\xfc\x32\xe6\x5e\x9a\x63\x2e\x35\x37\x2e\x11\x8d\x49\x10\x5e\x37\xb7\x05\x3c\xd2\x1e\x4a\xa2\x22\x16\x89\x4d\xe3\xf7\x4a\xbe\xe4\x29\xdc\x0b\x25\x1b\x30\xc5\xcb\x94\x56\x7c\xd0\x6e\xf7\xd4\x97\x63\xa5\xb7\x9f\x36\x53\x89\x1c\xf9\x5e\xb2\x75\xaf\x8f\x9a\x3b\xcf\x58\x47\xdc\xb4\xe3\x47\xac\xe3\x9a\x32\x41\x3c\x47\xa6\x4b\xfb\xb9\xb4\x83\x4d\x02\x5f\x5e\x53\x1e\xe8\xd5\x52\x73\x23\x7e\x6c\x2b\x37\x80\x78\x1e\x59\xfc\xb5\xc4\x2e\x7e\xe8\x51\xc2\xe9\x10\xf2\x6f\x91\x72\x35\x80\xf9\x3b\xc8\x62\x19\xa0\xfc\x15\xa7\x14\x90\xbf\x86\xfd\x3d\xc0\xf8\xab\x00\x49\x05\x10\x7f\x43\x5e\x7a\xfc\xc0\x98\x0c\x7f\xd7\xd8\x3c\xac\xf4\xb1\x7f\xfc\x73\xe4\xa9\xa1\xaa\x23\x07\xeb\x4b\xf8\xcf\xe4\x85\x0b\x22\xe6\xfa\x38\x58\xf3\xe6\xef\xca\x85\xc3\x12\xaf\x15\xf3\x95\x71\x92\x78\x54\xc7\x81\x19\x46\x6e\x78\x98\xb1\xb5\x59\xaf\x76\x98\xc6\x31\x3f\x8a\xbd\xf7\x99\x6c\xa7\x84\x36\xc5\x91\xac\xb5\x58\x9e\x65\x67\xef\x1f\x35\x97\x9d\xba\x2a\x9e\x8b\x4e\x56\x15\x34\xd8\xe7\x5c\xdc\xf6\x17\xed\x3b\x36\x73\xad\xd2\x9f\x23\x79\xab\x3d\xab\x39\x4c\x5f\x9c\x3f\x97\x6b\x33\xd4\x21\x2b\x3a\xbc\x04\x42\x04\x8d\x23\x41\x3c\x06\x7d\x96\x6d\xc2\x42\x0f\x13\xae\x16\x17\xac\x65\x2b\x7e\xc5\xc4\x72\x4e\x0e\x13\xaa\xe1\x65\x11\xe2\x0c\x92\xa5\x25\xc0\x19\xac\x18\x1b\x03\x98\xc1\x21\xa7\x38\x8c\xf8\xc7\x63\x38\x40\x19\x1c\xb2\xbe\x03\xe3\x8a\x1c\x15\xc0\xc1\x86\x41\x39\x00\x19\xdc\x73\xe7\x1f\x4c\xea\x56\xe0\x42\xf8\xc0\xf9\xb3\xb7\x66\x3c\xfd\xf7\x8f\xe4\xbd\xfa\x0f\x5e\x04\xd5\x3f\x74\xd1\xb0\x27\xc3\x29\xa1\x11\x0d\x21\x64\xaa\x8d\x63\x1a\x83\x42\x83\xd3\xae\xfb\xec\x96\x87\x45\x1e\x13\x6a\xc8\x79\x3d\x66\x4e\x15\xed\x6d\x1d\xb3\x4a\xde\xc1\x19\xac\xdd\x29\x9c\x9a\xa1\x18\x2b\xa1\x10\xe1\xb9\x08\xd8\xbc\x3b\x33\x64\xf3\x2e\x19\x4a\x69\x6e\x4c\x94\x52\x8f\x3a\xb0\x84\xfb\x23\x5a\x08\x37\x4d\xb5\xb8\x14\x61\xb2\xb0\xe8\xa5\x9e\x7b\x70\x09\x47\x1e\x2b\xf5\x52\x52\xdc\xc6\xa1\x63\x26\xfe\xde\x01\x48\xa1\x19\x76\xe3\x58\xee\x58\x98\xdf\x21\x4b\x75\x78\x0b\x02\xe8\x76\xc9\x9b\x16\xc7\x21\x2c\x48\x83\x34\x82\x52\x58\xbb\x07\x7c\x65\x83\x16\xc7\xba\x9c\x1f\x01\xfc\x10\x36\x21\x9d\x81\x11\x82\x5e\x38\x72\x17\x9f\xb9\x5f\x98\x86\xd3\x8e\xd0\x75\x7c\x3a\x72\x7b\x9e\x58\xb9\x97\x05\x38\x9d\xce\xc1\x99\xc3\xe3\x0f\x2e\x48\x72\xa8\x97\x5a\x0c\x8c\x02\xdc\xc2\x32\x25\x1a\x57\x4e\x2e\x9d\xe5\x56\x24\x87\x87\xc6\xf9\xaf\x26\xa6\xd3\x8e\x5f\xaa\x70\x50\xce\x83\x0b\x0f\x7c\xa6\x03\x9c\xc3\x91\xfd\xe6\xc2\x03\xff\x9f\x38\x70\xc2\x28\xd2\x3b\x01\xaa\x5a\xf3\x85\xf5\x46\x0c\x3a\x54\x44\x5b\xf3\xc5\x23\x6a\xb5\xc4\x51\x54\xcf\xdb\x4d\x9f\x82\x3e\xdd\x0c\x3b\xe8\xf7\x3f\xbe\xeb\x1f\x39\xfd\x0c\xef\xa6\x83\x08\x41\xa0\x24\x96\xf2\xaf\x27\x2a\x9f\xc8\x12\xc7\xc3\xa6\x47\x52\x03\x27\xb1\x84\x5d\x87\xed\xae\xa4\xf3\xfa\x62\x36\xf8\xeb\x21\xc2\xd5\xcf\xc3\xf4\xd8\x2d\x8b\xd8\x2d\x4b\x38\x6d\x7e\x23\xf3\x91\x3e\xc8\x6c\xe7\x9f\xbe\x7b\x71\xbc\xde\x8a\x53\x85\xe9\x6f\x9a\xeb\xf6\x7a\x27\xec\xf3\xdc\xed\xa0\x02\x1e\xdc\x7f\xe0\x2a\x1b\x87\x77\x1e\x1e\xa2\x57\x4e\xe3\x6c\x9b\xfd\xa6\xc9\x2a\x5e\xcd\xc2\x96\x90\x2c\xc8\x82\x4c\x3a\xe0\xb1\xcb\x14\xa6\x34\xf7\xb9\x3c\xb6\x4d\xcc\xc4\x9a\xd2\xe6\x74\xea\x70\xf4\x42\x98\xe3\xc5\x15\x40\x2f\x1e\x25\x9f\xa5\xd3\xf2\x93\x8f\x5d\xb3\xfc\x43\x73\x02\xec\x48\x20\xc6\xc5\x75\x53\x14\x98\x6f\xc7\xdf\x2a\xca\xcf\x79\x80\x1e\x17\x2e\x4a\xf0\x06\x0e\x20\x1a\x07\x3e\xbf\x51\x7e\x8a\x04\x93\xe7\xf5\xdf\xff\x3a\xfe\x36\x51\xb8\x33\xc1\x99\x37\x8a\x40\x5c\x68\xea\x51\xd0\x8a\x15\x40\x81\x77\x1c\xf8\xec\x46\x31\xa7\x0e\x1d\x2c\xa9\x13\xb3\x01\xc1\x7d\x1c\x84\xe6\x47\xc1\xc3\x93\x8b\xab\x28\x9b\x73\x0f\xfc\x3a\x02\xd4\xc7\x4a\x14\x55\x14\xf9\xf6\xf0\x59\x82\xdd\xfd\x48\x21\x05\x56\x0f\x1a\x64\xf9\xf7\x6c\x62\x29\x5b\x50\x82\x64\x33\x15\xe0\xd0\xc9\x0a\x1c\xa0\x44\x96\x6a\xb5\x25\xc9\x29\x83\x28\x1e\x79\x58\x20\x88\x91\xa5\xe0\xda\x1f\x05\x7e\xae\x2d\x01\xf8\x48\xf3\x74\x07\xf0\x91\xa3\x3a\x0a\x9c\x3c\x5a\xf1\x9b\xbd\x46\x58\x8c\x02\x90\xc8\xdd\x04\x53\xb0\xb9\xf9\xc0\x0f\x38\x44\x8c\xfc\x37\xcb\x64\x3d\xc0\xaf\x21\x44\x8c\xe4\xae\x26\x8a\x69\x79\xb2\x40\x50\x98\x91\xe2\xe4\x41\x76\x8c\x28\x35\xa7\xc3\x17\x77\x2a\x0c\xac\x34\x67\x9c\xa6\xcd\xa1\x4e\x48\x42\x14\x6f\x4c\x48\x59\x1d\xc5\x1b\x13\x95\x0f\x00\x23\x8f\x8e\xbb\x49\x88\x18\xc9\xf5\x6c\x94\x96\x2b\x40\x2b\x4d\x85\xa3\x59\x99\x64\x82\xe3\x54\x9a\x64\x82\x43\x5f\xd2\x43\x03\xed\xb8\x74\x79\x81\xb5\xe9\xba\xd9\x86\x9f\x31\x30\xb8\x26\xa8\x91\x03\x2f\xe4\x00\x35\x72\xe0\x4d\x1a\x02\x45\x46\x1b\x96\x66\xbb\xc1\xa0\xc0\x86\x1c\xf8\x80\x46\x49\x86\x8f\x54\x0d\x1e\xe4\x50\x48\x4d\x3c\xc8\x36\x7c\x69\xfc\x41\x4d\x43\xfb\x3b\x83\x4a\x4f\x0b\x77\xee\xb0\x4f\x4c\xe3\x50\x72\x47\xb6\x29\x98\x9a\xf1\x46\x89\x32\xc4\x86\xa3\x00\x72\x40\x75\x5f\x60\x69\xee\xce\xce\xd4\xa9\xd1\x91\x12\x2b\x99\x87\xcf\x0c\xe4\x2a\x5e\x25\x9d\x28\x50\x77\x13\x16\x92\x40\xa2\x00\x17\x72\xd4\xf2\x57\x86\x82\x48\xd0\xc8\x06\xe9\x2b\xe1\x80\x61\x7e\x89\x0e\x39\x3d\x55\x91\xa3\xf4\xb3\xe5\x3f\xf4\xd4\x70\xc8\xe6\xc6\x43\x08\x28\x6e\xb6\x60\xba\xdd\xda\xa1\x6a\x0b\x59\x2e\x7a\x58\x90\x58\x3c\xc0\x90\x1c\x15\xf1\x05\x0c\xc9\x5d\x95\x7f\x34\x95\x5e\x9a\x57\x22\x48\x52\xb1\xc2\x17\x3f\x43\x14\x6a\x96\xe7\xf0\xba\x57\xf1\xa4\xa8\xee\xee\xf3\x67\x01\x3e\x3a\xf5\x8c\x72\x4b\x9c\xfa\xb0\xf8\xc7\x9e\xe5\xc3\x2d\x78\xea\x1a\x3b\x2c\xee\x49\x81\x77\x17\x5c\x29\xaa\x84\x03\x9d\xb9\xba\xc0\x64\xa4\x53\x1c\x14\x9b\xb2\xe3\x6e\x10\x60\x53\x16\x65\x35\xb1\x29\x17\x2e\xb3\x01\x36\xe5\x51\x11\xd0\x4a\xca\x0d\x08\x11\x85\xec\x74\xc3\x15\x31\xdf\x41\x9b\x7e\x35\xad\xd7\xaf\x52\x2e\xe2\x99\xee\x42\xe9\xcb\x95\xeb\x41\xd7\x2f\x7b\xeb\x1f\x9e\x85\xe9\x0b\x29\x27\xc2\x6a\xb3\xbb\xbe\xe8\x72\xeb\x2e\xba\xb5\xf6\xd0\xc6\x9d\x47\x9c\x7a\x9f\x1c\x08\x3d\x79\xbc\x5c\xa7\xbf\xb8\x66\x56\xa7\x6a\xb3\xf8\xa6\xe4\x5d\xf0\xcc\x0c\x3b\x95\x8e\x99\x0e\x90\xd4\xab\xdd\x53\x0c\x53\xaf\x0e\x0f\x2f\x88\x92\x74\x0b\xae\x5e\x5d\x0d\x5c\x22\x34\x23\x14\xdc\x20\xaa\x27\xe6\x61\xc1\x5d\x80\x37\x17\x9c\x02\x58\xb2\x95\x6c\xc0\xbc\xdc\x73\x40\xd3\x2f\x64\xd5\x5d\xfc\xe6\x6e\xa3\xb3\xaf\x40\xbc\x7e\x24\x5c\x1d\x2b\xf6\x82\x59\xe1\xd1\x33\x82\x12\xa0\xf0\x28\x6f\xee\x10\x3a\xfb\x82\xcb\x68\xa7\x74\x74\x48\xc2\x94\x5c\x5f\xb6\x81\xa7\x83\x52\x38\x60\x9a\xa3\x3a\x99\x78\x75\x56\x77\x48\x32\x7d\x99\xc0\x27\xed\x93\x84\x7c\xce\x14\x8d\xe3\xd6\x59\x6d\x1b\x07\x88\x2a\x73\xc8\x48\x49\x77\xde\x97\x6b\xbc\xab\xaa\x99\x80\x88\x23\x5b\x01\x57\x21\x85\x60\x00\xac\x59\x49\x6b\x1b\xf5\x67\xa7\x2c\xd0\x98\x7f\x9f\xf5\x67\x58\x3c\xc3\x83\x39\x32\xf5\x67\x97\x2c\xeb\x56\x0b\x5f\xbc\x61\xe4\x59\xa6\x6d\x2f\x4c\x67\x40\x8e\x87\x00\x54\xf3\xe0\xc6\x37\xaa\xee\x0f\x44\xb6\x46\x35\x6d\x81\x74\x57\x24\xcd\x89\x03\x62\x54\x94\x6a\xa2\xc5\x42\xc0\x4c\xed\xe3\x55\xf6\xda\xc7\x5f\xa4\xaf\x1a\x40\x21\xad\xaf\x19\x08\x89\x32\x52\x35\x5f\x4b\xc7\x81\xd0\x1c\xa4\xf0\x88\x9a\xa6\x6c\x24\x13\xf0\x34\x47\x45\x13\x07\x4e\x73\xe0\x3c\x17\x55\x13\xb7\x62\x39\x68\x9a\x03\x1f\xc0\x00\x4d\x73\x54\xce\x59\x05\x0c\x05\xaf\xbf\xa8\x60\xa1\x14\x00\x16\xa3\x82\xdc\x2f\xef\x06\x71\x73\x80\x80\x1a\xb5\x2a\x7c\xa3\x80\xd4\xe4\xd7\x61\x7b\x6e\x32\xf6\x6b\x95\x79\x23\xb4\x55\xf3\xb6\xca\x5d\x84\xdb\xec\x9a\xd1\x81\xdb\x3c\x02\x77\xcf\x00\x6f\x73\xe0\xca\x16\x75\x33\xf2\x39\x9c\xe0\xa6\xf0\x0d\x51\xaa\x24\x29\x22\x5d\x72\xd4\x0c\xd8\xf0\x77\x10\x3d\x6d\xaf\xdb\x36\x53\x68\x3a\x3e\x6d\x74\x60\x75\x8a\x27\x12\xb5\x3b\x3b\x1c\xd4\xda\xed\x07\xbc\xb0\x76\xa9\x4d\xd6\x95\x7b\x9f\xee\x26\xdf\x5f\xfe\x13\xf4\xc4\x56\x70\x29\xf4\x8e\xa6\x6e\xd6\x1d\xe4\x54\x0a\xa0\x3e\x8f\x39\xed\xbb\x29\x58\x2b\x02\x68\xc5\xb2\xad\x9c\x04\x0c\xe7\xa8\x8e\x76\x1a\x7c\x48\x7b\x3a\x23\x80\x2c\x11\xc0\x6d\x1e\x52\x7c\xe0\x36\xc7\xbf\x8f\x72\xc7\xf8\xc7\x47\xdb\xd4\x14\xd9\x1c\x13\x1a\xb9\x06\x74\xc4\xc8\xc7\xac\x2b\x9c\x76\xea\x0a\x89\xab\x2b\xcd\x2d\xb0\xd4\x0e\x4c\xce\x51\x5d\x74\xb4\xed\x3c\x85\xb8\x1f\x74\x8d\x14\x60\x72\x0e\x39\x49\x5d\x0a\x8e\xae\xe6\xf2\x0c\x53\x13\x9e\x05\x64\xcc\x08\xa1\x36\xfb\xcf\x3d\xbd\x96\x9d\xf2\x2b\xdb\x60\xe0\x46\x32\xb6\xe5\x1f\x1e\x16\x58\x49\xd5\x81\xb1\x2d\x5f\x20\x2d\x9e\x69\xb9\x2e\x52\x4b\x45\xdb\xae\x1e\x28\xfc\x17\x71\x1d\x8b\xea\xfd\xae\x6c\xb3\x9e\xb9\xc7\x68\x83\xe8\x88\xea\x9a\x89\xdf\xa9\x49\x05\x00\xcf\x81\xdf\x5c\x80\xdf\x59\xf1\x83\x88\x6a\x72\x3f\x69\xbb\x58\x9e\x45\x32\x5a\x2f\x9d\x67\x69\xf0\x72\x95\xf9\x08\x4d\x9a\xdb\xef\xa8\x22\x80\xc8\x00\xea\xcd\x61\x96\x62\xa1\x18\x0f\x97\xec\x9e\x2c\x2c\x15\x99\x97\x3c\x69\x1f\xca\xf0\x70\x1b\xe3\x2e\x38\x3d\x5a\x37\x8b\x31\x7d\x96\x99\xda\xd9\x47\x27\x64\x29\xed\xa3\x14\xe2\x67\xc4\x30\xe4\x96\x34\x2e\xb1\xbb\x8b\x1f\xef\x19\x68\x03\xed\x17\x3f\x8d\xa8\x0f\x40\x9e\xc5\xe7\xc7\x02\xbe\xe0\x7c\xf2\x67\x76\x82\x00\x8d\x73\x54\x49\xec\x6b\x5f\x60\x65\x80\x6e\xee\xea\x18\xb0\x57\xba\xb2\x73\x80\x36\xeb\x90\x7a\xbd\xda\xed\xdc\xbc\x2f\x04\xd7\x41\xc2\xe3\x72\xae\x35\x4a\xbb\x38\x1f\x4e\x58\x98\x11\x2a\x7e\x7d\x55\x1a\x2a\xbb\xf3\x0c\x6d\x76\x17\x43\xee\x43\xc0\xa2\x7a\x77\xfd\xf2\x34\x32\x25\xe2\x6f\xf6\xfc\x8a\x96\x97\x5f\xdd\x7e\xc5\x3c\x7c\x2c\x33\x23\x6a\x19\xbc\x08\xe3\x6c\x72\xb5\x7c\xd6\x02\x1e\x3c\xeb\x48\xcb\xf4\x02\x97\x39\x14\x8e\x80\xc8\x9c\xe4\x61\x8f\xc6\xed\x2e\x0e\x31\xd1\x36\x8b\xab\xf8\x81\x46\x53\x8f\x85\x18\x37\xb8\x1d\xde\x04\xd1\x7e\x6a\x35\x9c\xa6\x96\xf7\xb9\x6c\x62\xe0\x35\x07\xae\x7f\xd1\x8e\x9c\xf1\xce\xcb\xf4\xc5\x7f\x3c\x99\xb0\xce\x56\x58\x31\x48\x20\x18\x9c\x03\xf7\xbb\x00\x51\xb3\x7a\x36\x40\xd4\x1c\xf8\x41\x04\x20\x9a\xc3\x3b\xcc\x66\xee\x1e\x65\x84\x56\xd3\xe9\x83\xe7\x7d\x34\xbc\xaf\x6a\x2a\x8a\x68\x5d\xe2\x63\x46\xb7\x74\x85\xe8\x2d\x9f\x49\xbc\x0c\x15\x68\x9a\x78\x25\x2f\x20\x5f\x0e\xef\x78\x9b\x26\x5e\x65\x87\x86\x13\xff\x70\x74\x44\xec\x93\xbe\x2f\x5a\x9a\x7e\xa1\x15\x00\x62\xee\x12\x4c\xe1\xd6\x0c\x2b\x61\x89\xd1\x60\x2f\x41\x6e\xac\xad\x9e\xf2\x15\x64\x19\x0c\xcc\xb2\xec\x55\xcf\x1d\x42\xc5\x5d\x60\x0e\xc6\xa4\xfe\xd7\x91\x1e\xc0\xb7\xdc\x6b\xcc\x57\x43\x22\xcd\x76\x69\xb8\xda\x83\xec\x13\xa0\x5d\x0e\xef\xd7\x00\xbb\xac\x87\x53\xe2\xad\xab\x82\x67\x1b\xae\xd9\x61\x09\x15\x07\x1a\x54\x1b\x54\x0c\x02\x06\x73\x78\x23\xde\x8c\xda\x57\xb8\x05\x07\x73\x68\x71\x68\x43\xc7\x70\x0b\x48\x9d\x2c\xf0\xf2\x8d\xbf\x7f\x3c\x33\x09\xba\xd3\xe1\xc5\x1e\x20\x62\x56\x35\x43\x30\x30\xf7\x1f\xb4\x30\xb3\xb7\x54\xc5\xa5\xed\xe1\x36\x9a\x72\x1a\x48\x71\xdb\x3c\x6f\xe0\xd7\xb1\xf5\x02\x87\xc4\x0a\x72\x83\xeb\xa5\x6d\x03\xc8\xa3\xbb\x4e\x33\xe7\xd3\x06\x5d\x34\x64\x9b\x04\xd4\xec\x08\x21\x0d\x13\xb3\xbe\x07\x8d\x2b\xdc\xe6\x76\xcb\x04\x3b\x9e\x2c\x82\xfe\x9a\x93\x0b\xd4\x46\x6e\xe2\x25\xc7\x84\xa1\xb4\xa5\x6d\xdc\xf9\x54\x25\x1c\x3e\xbb\xf9\xa0\xb9\x89\xad\xd9\xcb\x5f\x4e\xcc\x01\xd6\x66\x05\x5c\x20\x40\xd7\xac\xdd\x95\x5e\xe6\x78\x81\x20\x82\xae\x39\x9a\x8b\x4b\xe8\x9f\x77\x3a\x22\x65\x46\x87\xee\x8a\x8e\xd9\xd5\x23\x1b\x37\xa6\xfa\x80\x08\x6c\xd9\x09\xdc\x89\x66\x2e\x59\x8d\xc0\xed\xd2\x0b\x93\xaf\xb6\x62\x17\xc3\xbd\xb1\x55\xb9\xd2\x3d\x54\x97\x33\x4f\xad\x97\x22\x9f\xc4\x04\x55\xce\x4b\xc1\x76\xb9\x67\xac\x54\x33\x83\x2b\x6d\x2a\x9d\x5e\x6c\xc2\x61\xf0\xd5\xad\x63\x01\x32\x42\xbb\x1d\x13\xc3\xb8\x95\x17\x90\x36\xda\x8d\xf9\x11\x96\xdd\x08\xc1\x6f\xd6\x74\x7b\x6e\xe9\x14\x1e\x4b\xde\x5e\x37\x6c\xc0\x0d\x0a\x9f\x18\x9a\x8a\x91\x0d\x7b\xb0\xf7\xa8\x60\x68\x0e\xef\x16\x1b\x1e\xf3\x00\xf8\x44\x13\xd2\x8a\xfc\x53\x01\x84\xe6\xd0\x0e\xd6\x1e\xa7\xc0\xdf\x69\x0d\x09\x16\xc8\x4c\xfd\xcf\xa3\xbd\xb9\xe2\x4c\x87\x81\xf2\xdd\x7e\xbc\x12\x66\x9a\x7b\x0d\x58\xf6\x23\x29\x09\xdc\xbe\x7d\x39\x1d\x74\x44\x10\xa9\x0e\x2b\x6f\x5e\x98\x2a\xee\x83\x6e\x39\xbc\x9d\x03\xd0\xb2\x18\xd6\x14\x89\x62\xd9\x61\x8c\x89\x62\x39\x3d\x07\x5c\x78\x02\xee\x11\xed\x53\x48\x43\x5c\x04\xd1\x72\x78\xed\xd7\xf5\x4d\x0f\x9f\x91\xcb\xb0\x6f\xf5\x5f\xb6\xb1\x78\xf1\x0a\x0c\x16\xd3\x35\x8f\x2a\x98\xf5\x43\xda\xc5\x71\x01\xbb\xb2\x82\xe0\x1b\xc0\x55\x56\xb2\x26\x6e\x9a\x47\x47\xfc\x1d\x32\x4f\x6f\x01\xa5\x3c\xbc\xa6\xee\xaa\x60\x3d\x3f\x72\x01\x39\xe8\x40\x54\x1e\x93\x28\x93\x00\xa3\x72\x34\xe6\x07\x58\xca\x81\x3b\x64\x80\x4a\xb9\x4b\x50\xef\x56\xc7\xa6\x77\xa7\x80\x4f\x56\xef\x2e\x12\x7c\x52\xc1\xb3\x1b\xec\xa6\xd2\x06\xc6\xe4\x6e\xdd\xcf\x9c\x37\xda\x43\x17\x93\x31\x03\x38\xb9\x3b\x42\xe3\x55\xfd\x0f\xc6\xd7\x53\xcd\x62\x4b\xf7\x34\x8b\xb2\xec\x5d\xb3\xa8\xe5\x05\x9d\x54\x9a\xee\x70\x2f\x85\xb9\x5e\xdf\xcd\xd8\x9d\x43\xfd\x5e\x15\xad\xc1\x90\x1c\xde\x7c\xf5\xc6\x68\x9d\xac\xad\x40\xd5\x66\x6f\x9b\xda\x49\xb3\x40\x50\x80\x45\x6b\x86\xd1\x31\x58\x1c\xc4\x35\x63\x02\x1a\x39\xbc\xd4\x10\xff\x71\xda\xbd\xe4\x6f\xb0\xca\xde\x73\x5d\xa9\xa9\xbb\x2b\x61\x2b\xdd\xdb\x4d\xe5\xaa\xbe\x35\xa8\x20\x3d\x75\x74\x3c\x6b\xdb\x9f\x99\x48\xa3\xa7\x3e\xd5\xac\x1b\xa3\x8b\xeb\xd6\xed\xbd\x1d\x58\xd4\xec\xb3\xb2\x84\xdf\xbb\x35\x9c\x5d\x5d\x73\x67\xb7\x2f\xda\x15\x50\xa1\x3a\x91\x69\x39\x43\x43\x03\xa6\xa3\x1f\xc1\xbd\x2b\xab\x3e\xc8\xda\xe3\x0c\x01\xfd\xd8\xdd\x27\x9b\x27\x06\x89\xab\x03\xb4\xc7\xd1\x6c\x61\xe4\x0c\xf1\x87\x0c\x8b\x33\x08\x16\xe3\xee\x14\xb5\x26\x7e\x86\xd5\xea\x73\xa4\x51\xb0\x6b\x16\xd5\xc5\xa6\x63\x16\xd5\x1a\x2d\x62\x63\x68\xc5\xed\xdc\x96\x36\xd8\x4c\x4f\x56\xe6\xe2\x82\x2c\xa5\x8a\xd8\x0d\x33\x03\x3c\x2e\x7a\xc8\x0c\x9c\xd0\xb0\x5f\x16\x67\x42\x6d\x2f\xb2\x8f\xbe\x40\xcb\xb2\xda\xcb\x3f\x6c\xdc\x78\x40\xe4\x58\x90\x1d\xf7\x8c\x32\x71\x38\x90\x6b\x63\x07\xd9\x71\x78\x99\xd4\xb5\x94\x76\x67\x08\xc7\x5d\xef\x69\x3a\x9c\x50\xa3\x69\x37\x23\x3b\xfe\xf9\x01\xe4\x63\xd5\x73\xa4\xe3\x8d\xd4\xf2\x77\xce\x1d\xe4\xae\xab\xd6\xf5\xac\xc9\xe9\xf1\xab\xb4\xa0\x22\xe3\x8b\x05\x39\x09\xbb\x08\xf0\x1f\x87\x97\x65\xdd\x24\x35\xea\x3e\x1d\x35\xcf\xbb\x82\x7e\x4a\x03\x90\xc7\xfb\xe9\xfc\xf8\x11\x69\xa2\x24\x07\xb8\xf4\x76\xf7\x18\xae\x49\x44\x72\x45\xdf\x4a\x5e\x0d\xcf\xe0\x29\x45\x75\x3e\xc1\xb4\x8a\x6c\xfa\xc3\x4b\x9b\x02\xd7\x6f\xef\x24\x84\xda\xae\xa7\xaf\x02\x7f\x37\x8d\x8d\x3a\x54\x4f\x63\x2a\xaa\x35\x48\x92\xfb\x1f\x26\x5d\x16\x2c\x1d\xe4\x4a\xb6\x49\x76\x35\xa0\x2a\x26\x02\x19\xd9\x94\xc2\xba\x39\x6d\xd4\xa6\xba\x49\x62\x73\x53\x73\x7b\xda\xa4\xe7\xa6\xa8\xe9\x2e\xe6\xed\xf5\xee\xf2\x2b\x84\x6a\x78\x46\x4f\xc7\x5f\x77\xf5\x0d\xe1\x75\xd1\x64\xa3\x9e\x59\x7c\x7d\xbd\xd5\xe8\x69\x28\x45\x48\x00\xd0\x71\x34\x89\x1d\xfe\x48\x5e\x5e\xf4\xc7\xc5\xb4\xa6\xb4\x8e\xa2\xaf\x08\xee\x28\xc6\x79\x80\xd3\x58\x0f\xf7\xe1\x6b\x1b\x0c\x56\x8f\xa4\x24\x18\xa9\x14\x4a\x84\x51\x0a\x15\x8f\xfa\xcb\x5c\x75\x3f\xd2\x38\xe2\x0a\xe6\x0d\xa7\xcc\x44\xec\x0e\x1d\x50\xfb\x97\x15\x33\x12\x38\xac\x5e\x2e\xe0\x37\x0e\xef\x32\x80\x6f\x1c\xcd\x03\x41\x2e\xb8\x90\xcb\x98\xf1\x75\x2b\xf3\x7f\x11\x3f\x6e\x3f\xbd\x57\xe8\x5f\x32\x94\xdd\x8c\x08\x90\x62\xc9\x06\xa8\x8f\xc3\xbb\xf1\x01\x57\xc6\x7f\x3e\x80\x79\x2c\xa4\x86\x0a\xc0\x1c\x87\xb7\x25\x60\x39\x0e\x2f\x3e\x06\xb1\x60\x93\x30\xc9\xbd\xf5\xac\x75\xf0\xa2\x80\xc5\x49\x07\xbf\x71\x78\xbf\x32\x8e\xf1\xdf\xff\xba\x06\x95\xb1\xd5\xbe\xee\x75\x94\xb0\x8e\x93\x40\xbf\x18\xa9\x02\xb2\x24\xe3\x70\x22\xac\x56\x02\xb2\x7c\x51\xec\x63\xdd\x47\xc9\xd6\xa9\x18\x4d\xd1\x7b\x85\x51\x32\x17\x27\x9d\xd7\xf3\xc8\x7b\x09\xd0\x1b\x77\x1f\x2d\xe2\x6e\xa4\xe2\x42\x62\x6c\x88\x32\x40\x8e\xc3\x7b\x85\x91\x5c\x75\xf9\x92\x1d\xa6\x91\xd4\x1c\x99\xeb\x61\x22\x76\x55\xc7\x04\x6c\x04\xac\x2c\x46\xda\x2c\x5d\x05\x1c\x71\xbd\x98\x18\x2d\x43\xb5\xa9\x0c\x8f\xa2\x01\xdc\x52\x0c\x33\xcb\x00\xfc\x19\x23\x19\x70\xf7\x1f\x76\x3a\x64\x47\xf4\x45\xf2\x52\xc6\x20\xec\x5b\x8b\x05\x40\x8c\x7b\x88\x7c\xd4\x25\x9f\xce\x24\x81\x2a\xea\x8b\x40\x34\x36\x1d\xc8\x86\x89\x57\xbb\x03\xc6\x02\x39\x89\xb8\x8c\x81\xd5\x71\x64\x55\x58\x07\x55\xad\xc1\x6b\xac\xcb\x39\x25\x67\x7a\x5e\x2b\x0f\xd8\xe4\x74\xab\x70\xf5\xa8\x7b\xca\x20\x2e\x6b\x12\xb1\x18\x63\x68\xa1\x85\x4a\x0e\xd5\x4d\x75\x28\x40\x1d\x87\xd6\x93\x61\xaa\x74\xb5\xca\x81\x13\x12\xb1\x85\x31\xc4\x4b\xd6\xce\x21\xa8\x63\xd7\x9e\x01\x90\xe3\xd0\x1a\x3f\xa6\x2e\x75\x2e\x29\x61\xdb\x45\xad\x7d\xcc\xdc\x11\x54\x36\xf5\x9d\xb5\xb8\x9a\xba\xcd\xc3\x5b\xc9\x70\x17\x43\x68\x2a\xdd\xa1\x41\x57\xdc\xc5\xa9\x38\xa0\x11\xd2\x85\x11\x6e\x09\xc7\xc5\x75\x61\xcd\xaf\xa4\xe6\x76\x2c\x63\x51\x10\x12\x80\x5b\x1c\x2d\x9f\x01\x1c\x81\xb8\x8e\x95\x1d\xa6\x8f\x69\xc5\x44\x9b\x1c\xc4\x5d\x17\x75\x64\x00\x12\x4b\x51\x7f\x1d\xa7\x75\xf1\xd5\x29\x90\x8d\xbf\x5b\x17\x7c\x62\x70\xad\xa7\x41\x73\x68\x48\x54\xc5\x01\x2c\x71\x68\x82\x03\x2b\x71\x34\xcf\xe2\xe5\x29\x73\x52\x2e\xf7\x93\x03\x21\x9e\x44\x5b\x35\xc0\x89\xbb\x2a\x8b\x78\x4e\xec\x95\xae\xb1\x2a\x99\xc2\x28\x16\x55\x9e\x71\x7b\xb7\x06\x4b\x1e\x77\x36\xe3\x4b\x36\x43\x19\xdc\x66\x55\x26\x87\x9e\x3c\x5b\xdf\xfa\x83\x12\x0e\xb5\x3a\xc4\xa4\x71\x9b\x19\x83\x31\xcb\xa8\xa4\x26\xb7\xa1\xd6\xd6\x9c\xa1\xa8\x3c\x13\xe2\x07\x23\x1e\x4f\xf6\x8b\x1e\xeb\x50\xab\x6e\x0a\xc8\xe2\xd0\x46\x3a\xf4\xa7\xed\xee\x4f\xa3\x9f\xc9\x95\x12\xa2\x2c\x2a\x2a\x0e\x39\x98\x4a\x1e\x88\x8b\x43\xf3\x1e\x88\x8b\xfb\x0f\xa6\x92\xbb\x3e\xcd\x56\x40\x2e\x0e\x6d\x94\x09\xb9\xa8\x36\x2b\xcc\x62\x90\xbd\x23\x12\x67\xd1\x83\x62\xce\x72\xd5\xd9\x91\xec\xcc\x25\x7a\x5d\x22\x69\x0c\x61\x2b\x1a\x5f\xc1\x53\x1c\xda\x55\xc7\x66\x67\x55\x33\x92\xd0\x8a\x0a\xcc\xe3\xb5\x23\xac\xce\xe7\xc5\x0d\xc3\x83\x7d\x75\x97\x3d\x83\x56\x1c\x37\x16\xcb\xee\x9e\xc3\x62\x39\x8f\x7c\xf1\x2c\xd8\x73\x6e\xeb\x94\x27\x00\x50\x1c\x1a\xc0\x26\xf7\x73\xde\xce\x4c\x2c\x99\x5e\x9c\x4e\x13\xaf\xa9\x95\x4d\xd1\xad\x0c\x2e\x00\x59\x71\x68\x4e\x9c\xc2\x15\x93\x51\x20\x40\x56\x1c\x1a\xf8\x40\x56\x1c\x1a\x42\x40\x56\x1c\x1a\xb6\x12\x58\x51\x25\x70\x62\xe4\x74\x0a\x44\x56\x34\xaa\x3d\xa6\xde\x3a\x6a\xb6\xd3\x98\x68\xe2\x5a\x63\x92\x9c\xad\x73\x8e\xc0\x5f\x1c\xfd\xe7\xef\x12\xba\xe5\x1f\xba\x19\x74\xff\x61\x0e\x87\xcf\x32\x25\xc7\x01\xeb\xd3\xae\x01\x14\x63\x9d\xf9\x91\xe2\x92\x63\x3a\x94\x72\xe0\x4a\x33\xd9\x20\x47\x3a\xc1\x18\x01\x4d\x89\x59\x72\x93\x30\xa5\xa5\x53\x31\x43\x2c\x12\x14\x87\x85\xf7\x8e\xb6\x1e\xc0\x18\x77\x71\xeb\xca\xf1\xf2\x82\x31\x35\xaf\x4f\x67\xf5\x1c\x20\xc1\x00\xd3\x38\x34\xa7\x4d\xe2\x9a\xb5\x8d\x25\x2e\x23\x89\xf8\x03\x5c\xc6\x23\xef\xac\x26\x11\x2c\xbd\x58\x55\x8e\x8b\x41\xc2\x1f\x35\xba\x4d\xf9\xa3\x37\x4d\xd3\x40\x15\x15\xda\xa9\x39\x56\x35\x7d\xa2\x87\xea\xb9\x38\x9b\xb1\x0f\x7e\xc4\xa6\x76\xad\x34\xba\x6a\x16\x98\xa4\x4e\xd1\x06\x35\x7b\x0e\x8a\x49\xc5\x97\x56\x13\xc1\x24\x38\x59\xf7\xcb\xd9\x19\x13\x36\x97\x84\x6a\xd4\xc8\x3b\xf1\xc5\xd1\x34\x32\x53\x57\x1c\x7e\xc5\x30\xe0\x09\x93\xc4\x69\x9d\x43\x27\x52\x63\xd1\x54\x01\x3c\xe3\xe8\xd5\x8f\xf0\x49\x74\xbb\xe3\x59\xa3\xf5\x06\xe0\xc5\xd1\x21\x4a\x13\x33\x69\xaf\x7f\xca\x80\x73\xb8\x6c\xd6\x9c\x71\x2f\xee\x14\x61\x45\x54\x7b\x27\xfe\xb7\xda\x95\xe6\xc4\x8c\xe1\xa6\x23\xc4\xb3\x7b\xc2\xa6\x06\x1f\xa4\xe9\x04\x6b\x54\x71\x05\x93\xb1\x56\xf7\x09\x46\x50\x23\x62\x66\x28\x3e\x78\x14\x22\xb7\x99\x5f\xc1\x1c\x87\x87\x0f\xf7\x99\xd0\x98\x33\xc3\x0b\x8d\x61\x99\x07\xc0\x17\xfa\x6b\x58\x8a\x02\xe9\x5c\x92\x3f\x9b\x51\x2d\x24\x9b\x6a\x4c\x2d\xa4\xca\xb3\x73\xe5\x61\xa2\x97\xe9\x14\xeb\x09\xc2\xd8\xa9\x7a\x3d\x45\x19\x1e\x9e\x7e\xee\xec\xb4\x4c\xcc\x53\x33\x2c\x02\xa6\x78\x8d\x31\x1c\x0c\x8c\x53\x25\x1a\x24\xc6\xfd\x95\x45\xa8\xd7\xd6\x05\x5f\xd4\x2b\x13\xf0\xc5\xa1\xde\x0c\xf8\xe2\xd1\x15\x9b\x27\x01\x22\xcb\xfd\x8f\xb5\x53\xe5\x73\x72\x67\xd7\xb3\xf0\x6b\xdb\x96\xd6\xa1\x02\x81\x76\xe2\xff\x9a\x7b\x53\xae\x39\x3c\xd5\x30\x4a\xb5\xf9\x09\xfb\x53\xc1\x05\x94\x71\xa8\x42\x4f\xc3\x4b\x5a\x96\xf6\x84\x4e\xff\x91\x39\xa1\x65\xce\xdb\xc1\xd2\xab\xdb\x9e\x48\x20\x1e\x1b\xe7\x23\x5c\x60\x54\xa8\x12\xb9\x51\x63\xc0\xc4\xb3\xb5\x1f\x9e\xd6\x47\xfe\xef\xc4\x99\x6b\x4c\xf9\x70\x26\xd7\xb3\xc3\x2a\x6e\xc3\x3d\xc8\xa5\x9d\xfe\x88\xd3\xec\x1e\xaa\xd1\x53\xb6\xe7\x8d\xe5\xd4\x95\x45\xeb\x49\xa2\x31\x0e\xcf\xb5\x81\x98\x6a\x16\x40\x33\x4e\xdd\x77\x41\x66\xdc\x7f\xf8\xc2\xc2\x21\x66\x4f\x93\x78\x6b\x5b\x98\xdc\xdb\x75\x44\x6e\xd1\x18\x8b\x36\x84\x49\xf8\x48\x97\x4f\x27\x1c\x63\xcb\xf2\x89\xe6\xc9\xb3\x33\x99\xe5\x2f\x62\x79\xe9\x16\xda\x99\x7a\xf1\x14\x28\x4b\x7b\x44\x70\x73\xd7\x15\xba\xc3\x88\x4d\xfd\xfa\x40\x70\x1c\x5a\x0e\x05\x70\xec\xe4\x09\x89\xf8\x71\x5d\xcb\x01\x02\xcc\x71\xd7\x65\xf1\xd3\x13\xe8\x3f\x39\x11\x8b\x17\xb6\x57\xb7\x2e\xba\xc2\xc1\x8e\x9f\xf3\x40\xe9\x54\xef\x98\xad\x90\xad\x71\xfc\x42\x58\x61\x2d\x34\x71\xe4\x32\x50\xad\x91\x99\x4a\x7b\x40\x3c\x0e\xd5\xcc\xc0\x07\x46\x95\x37\x0e\x4d\x34\x90\xb8\x38\xb2\xbf\xf4\xe4\xc8\xd9\xb2\x2e\x09\xce\xb4\xc9\xdb\x8a\xe9\xa4\xd9\x41\x34\x50\xc4\xe6\x7f\x33\x8e\x3f\x8d\x81\xe0\x47\x0e\xd5\x45\xf0\x23\x87\xba\x2a\xf0\x91\xc3\x0b\x7f\x50\x22\x87\xe6\x98\x10\xea\x5f\x07\xdb\x28\xd2\x74\x74\xe3\x28\x9e\x02\xe8\x72\x98\x3f\x5c\x7b\x45\x54\xdb\x60\x62\xaa\x14\x16\xd6\x14\x42\x75\x69\x5f\x89\xea\x64\x30\x4a\xbc\x5d\xd4\x48\x23\xbd\x53\x51\x03\x43\xc6\xe8\x24\xa9\x45\x92\xf2\x3d\x22\x95\x45\xda\x68\x6e\x55\x97\xa5\x31\x28\xbb\xa8\x0b\xab\xd6\x12\xe0\x27\x87\x3a\x68\x88\x64\x3c\xd1\x02\x83\x8c\xa4\x1a\xbf\x43\xff\x96\x01\xab\x88\x96\x73\xcf\xa4\x00\x45\x69\x10\x46\x90\x5a\x5c\x2d\x21\xd4\x3a\x27\xba\x53\xf4\xec\x89\x2f\xf6\x84\xaa\x70\x7d\x51\x97\x8f\x9e\x8d\x33\xf2\xee\x16\xb6\x2e\x54\x4d\x2d\xe1\x91\x8c\x15\x56\x17\x32\x56\xbb\xdb\x9d\x1f\x74\xaa\x40\x07\x2d\xd9\x9e\xd4\xc3\x19\x15\xec\x32\x1b\x64\x6b\x3b\x0c\x6e\x42\x3b\xf9\x62\x22\xbc\x09\xd5\x28\x11\xf0\x62\x59\x5e\x0c\xbb\x4e\xb5\xc3\x80\x3d\x6a\x1d\xb9\xb3\x99\xd0\x44\xf1\xb2\x80\xbc\xac\xfa\x95\x8b\xe6\xb3\xd3\x83\x6a\x9a\x80\x98\xe4\x1f\x8e\x98\xc6\xa3\xd3\xc6\x74\xde\xdc\x72\x04\xa3\xaa\xea\x04\x6e\x3a\xaa\x5a\x41\x4c\xcc\xb2\x23\x5a\x80\xb5\xeb\x84\xbe\xb0\x9a\x89\x82\x40\x53\xf5\x31\x40\x34\x47\xb7\x6d\x6c\xbe\x9a\xae\x23\x72\xdc\x7c\x14\xec\x56\xa7\x53\xc6\x8d\xf4\x1d\xe6\x0f\xfb\xf9\x0d\xb6\x27\xe7\x03\xe7\x56\x65\xec\x58\x7e\x4f\x97\x50\x50\x43\xc2\xb4\x38\x41\x28\x3f\xa2\x63\xf6\x24\x20\x8b\x85\x44\xac\x06\x10\x73\x80\xde\x15\x21\xe2\xbf\xd6\x9a\x48\x5e\x0c\xb3\x09\x79\xf1\xf2\x99\x2d\x8c\xc4\x9b\x10\x98\x9a\x84\x80\xbd\xdc\x6d\xf8\x62\x36\x2b\x3a\x45\x4a\x04\x95\x22\x90\x2e\x87\x92\x3b\x40\x97\x43\x71\x39\x70\x34\x25\xdb\x5c\x80\x6c\x39\xd4\x39\x03\x33\xe9\x21\x4d\xba\xa4\x49\xee\x21\xad\xa1\x24\x8b\x0e\x10\x2c\x87\x52\x7f\xdc\xd9\x71\x3a\x08\xb0\xd6\xe1\x7e\xba\x0b\xb7\x71\x74\x03\x8d\x55\xb7\x8a\x10\xc2\xc3\x50\x44\x30\x2b\xf7\x20\xe8\xf8\x2d\xa9\xb1\x27\xc2\x70\xe4\xf0\x6e\x7c\xa8\xe1\xab\xa1\x2e\x3a\xda\x9f\x1e\x7f\xc0\x58\x1e\x9d\xcc\x3e\x21\x8c\x65\x90\xa9\x38\x40\xaa\x1c\x8a\xf1\x20\x55\xd6\x70\x1b\x3e\x72\x8a\xe2\x0b\x57\x8b\x1e\x46\xac\xab\x4a\xde\xf1\x48\x84\xdd\x3d\x64\x01\x55\x70\x8f\x57\x55\xde\x5d\xfc\xe2\x92\x64\x73\xa9\x74\xba\x29\xdf\xa0\x2a\xf6\x49\xfa\x88\xba\xf9\x60\xb8\x4a\x96\x42\x53\xaa\xa0\x83\x4c\x39\xbc\x00\x8a\xcd\x7b\x53\xe2\x8b\x2f\x6b\x65\x9b\x7c\x44\xa8\xd8\x71\xd4\x51\xe5\xf9\xe0\x82\xd2\x8b\x67\xf0\x2a\xcb\x70\x71\x01\xed\x97\x23\x03\x4a\xb9\xa7\x66\xf1\x62\x2f\x3a\xcf\xb4\x0c\x4f\x5b\xc9\x77\x91\xe1\x41\xab\xac\x72\x8b\x85\x0a\xa9\x78\x08\x72\xe5\xd0\x16\xbf\x7e\xea\x1b\x9c\x63\x91\x2b\xed\x2a\x60\x95\x75\x4c\x7f\xaf\x14\xf0\xd9\x0b\x5f\x5a\x3b\x98\x6f\x24\x1c\xd0\x29\x87\x63\x4e\x3c\x4a\xcd\x3b\xe0\x51\x0e\xc5\x57\xe0\x28\x8f\x35\xd9\xf5\x0b\x6b\x67\x3f\x1c\x9d\x41\x1a\xfa\x97\x02\x2f\xb9\xff\x61\xa8\x55\x0a\xc4\x91\x5d\x5e\x36\x92\xeb\x2b\xc0\x97\xdc\xb5\x31\x10\x98\x96\x92\xdf\xaa\x0a\xc3\xdd\x3f\x58\x49\x76\xfb\x42\xcf\x9b\x6e\xe4\x44\xa4\xd4\x5f\x13\x48\xca\xa1\x70\xba\xd4\xf3\x48\xe5\x14\x80\x4d\x1e\xd3\xed\x09\xda\xe4\x50\xd0\x15\x6d\x32\x48\xe7\x1c\xab\x39\x43\x4c\x3b\xec\x6c\x64\x81\xee\x47\xfe\xa1\x71\xcb\xd1\x1b\x84\x61\x4a\x82\x85\x06\x38\x5c\xb5\xcd\xc2\xfe\xbf\x3d\x89\x8f\x23\xf4\xbe\x51\xb3\x17\x70\x91\x87\x46\xb3\x65\xb6\x4b\xcd\x4e\x2b\x99\x50\x7e\x25\xfd\x85\x2e\x2d\x21\x97\x67\x7e\xc6\x72\x41\x5a\x96\x3e\x38\xce\x16\x3a\x20\xd8\x5e\xb1\x52\x07\x84\x2e\x01\x1f\xb9\xfb\x4b\x09\x33\x69\xbb\xf3\xd7\x70\xbc\x4c\xca\x70\x15\x58\x1e\x34\x42\xa5\x90\x84\x8f\x9c\x76\x84\x9b\x44\x05\x97\x35\x3c\xa6\xcb\x6a\x3f\xfe\xa0\xeb\xd3\x63\x6a\xe3\x44\x61\x78\xa7\xbd\x66\xb6\x4d\x1b\x68\x86\x0a\x1e\x6b\x2a\xc3\xa0\x4e\x81\x44\x39\xc0\x56\x09\xc0\x27\x4b\xd1\x4c\x05\xfa\xe4\x5e\x5c\xba\x35\x73\x4a\x18\x87\xae\x33\x1a\x9a\x80\xa2\x1c\x4a\x1b\x20\x51\x16\x12\x23\x07\x48\x94\x87\x28\x9f\x01\x14\x65\x5d\x9e\x42\xa2\x36\xa5\x43\x0b\xfc\x8c\x2d\x1b\xfd\x41\xfb\x96\x69\x12\x5c\x77\xae\x28\xc1\x8c\x88\x95\x0a\x68\x36\xe9\x3c\xfa\x8c\x32\xea\x29\x89\xec\x2f\xd3\xc5\x0d\xa5\x14\x64\x99\x4e\x88\xf4\xcb\x01\x2c\xe5\x90\xfd\x2f\xb3\x72\x4b\x38\x97\xaa\xa8\x52\xc2\xca\x58\x0e\x9f\xe9\x94\x9b\x7c\xd1\x29\x14\xd9\xb5\xc4\x53\xa6\xb3\x5e\x44\x0e\xc9\x80\x17\x91\xda\x91\x40\xa8\x1c\x0a\x12\xeb\xcc\x03\x4a\x77\x4f\xb6\x06\xac\x09\xb4\xca\xba\x1c\x2b\x31\x9c\xb2\xd4\x95\xd7\x8d\x3e\x73\x26\xe0\x58\x40\x52\x0e\x43\xbd\x41\xa4\xdc\x4d\xd3\x02\x09\x84\xbc\x4d\x00\x92\xf2\x50\x87\x5d\x5e\x31\x6a\x63\x5b\x57\x76\x83\x19\xf4\xbe\x51\x23\xdb\xba\x24\x14\x48\x98\x8b\x6b\x45\x59\xcf\xba\x72\x63\x58\x19\xfb\x15\xdd\x0f\x58\xc8\x43\x55\x48\x58\xc8\x7e\xb8\x5f\x8d\x97\x0c\x37\x59\x6a\x95\xce\xe7\x33\x6d\x91\xba\x1e\x85\x47\xb7\x32\x8e\x34\x49\xa6\x4c\x06\xe9\x01\x31\x9d\x8f\xce\x61\x09\xe6\xe8\xfc\x10\xed\x98\xd4\xc4\xe4\xd4\x1a\x1b\x05\x70\x0c\x92\xad\xc6\x32\xc0\x41\x83\x26\x40\x8d\xbb\x2e\x7a\xfc\xc9\x5e\x51\x2c\x96\x1c\xcb\xa1\x70\xe7\x37\xf5\x5e\x05\xce\x71\x90\x7e\x3d\xd6\x97\xad\xf8\xc7\x63\x71\xa6\xe8\xcb\x2d\xb0\xa7\x45\x6c\x47\xf0\x2a\xe3\x84\x51\x55\x8d\x87\x00\x3d\x56\xad\x77\xe0\x3c\x0e\x29\x08\xc8\x8e\xbb\x5b\x7e\x64\x42\x58\xff\x60\x0b\x84\x35\xb1\x05\xd8\x64\x40\x36\x56\x72\x1f\xc5\xa9\x0f\xe7\x61\x01\x62\x11\xdd\xec\x62\x39\x86\x1e\xa0\xe7\x81\xeb\x39\x8c\xe7\x44\x0b\x74\x39\x4f\x61\xfe\xf5\x46\x12\xe4\xb1\x93\xbe\x2e\x4e\xb4\x40\x4f\x1d\x80\x8f\x45\xb7\xc8\xf3\x10\x18\xd8\xe6\x60\x14\xc3\xc2\x6c\x0c\x76\xcf\xa9\xd2\xa7\x79\x19\xbc\xc7\x24\x6a\xa7\xcc\x50\xeb\xed\x59\xb2\x83\x54\x5b\x94\x7c\x38\x9b\xe7\x3f\x03\x28\xcf\xee\xde\xc3\xf2\xf0\xcf\x61\x09\x37\x2f\xec\xef\x2c\xa4\x0d\x41\x54\x06\x21\xb2\x0c\xf8\x44\x82\x42\x6a\x3e\x05\xea\xf1\x30\xe3\xc2\x49\x02\x82\x68\xfe\x6e\xde\x67\x0a\x9b\x8c\x20\x6b\x92\x8f\xe6\x1f\x2a\xee\x74\xa3\x7a\x34\xe9\x46\xe5\x32\x62\x59\x29\x81\x9a\x9c\xad\xd3\x0b\xc4\x5e\xfe\x24\x7c\xa7\x19\xee\xc8\x30\x19\xe2\x40\x16\x0d\xc9\xa7\x2c\x76\xf8\x47\xf5\x0f\x3a\x93\xac\x14\xb1\x1a\xf0\xc7\x91\x7b\xcf\x90\x88\x23\x8b\xb3\x77\xd1\xb4\xc0\x7e\xdc\x47\x92\x01\x37\xf7\x2e\x72\xb2\x80\x8f\x1d\xec\xb9\x00\xe5\x51\x44\xf2\x38\x51\x13\xa3\xfb\x3b\xb4\x85\xcd\x7e\xf6\xec\x09\xdd\x22\x7b\x81\x7c\x06\x58\xc8\xea\xd5\xc8\xa9\x2b\xac\xf6\xc8\xd3\x54\x06\x06\x67\x9c\xa9\x32\xa2\xa6\x9c\xdd\x1d\xe4\x57\xb7\x45\x6c\xe4\x71\x20\x56\xa6\x73\x19\xcf\x04\x43\x1a\x87\x7f\x92\x77\x6f\x1e\xf6\x04\x6d\x30\x77\xd3\xc8\xd4\x80\x3c\x4b\xdb\x8b\x2f\xe9\x6d\xc5\x73\xf6\xca\x12\xde\x63\x5b\x13\xf6\xe8\xf0\x77\x8e\x1d\x54\xf8\x94\x57\x7b\x56\xe0\xd5\xc6\x4e\x82\x27\x79\xc8\x56\xce\x89\xdb\x85\xbd\x10\xc9\x0a\x92\x78\xc2\xa9\x65\xbb\x67\x5e\x71\x3a\x37\x13\x97\x26\x77\xf1\xb4\x31\x3f\x7a\xed\x1d\x83\x9e\x1e\x72\xb7\xab\x7a\xa1\x06\x6c\x70\x23\x47\xee\x9d\x70\x61\x9c\x27\xdc\x5a\x73\x87\x10\xc9\x91\x7b\x5a\xd8\x48\x7d\x33\x4f\x01\x2f\xec\x21\xd9\x88\x40\x67\x8f\x44\x8d\xd4\xca\x7d\x46\x3a\x57\xf1\xfc\xe0\xcf\x6b\xd3\x9e\x2d\x27\x33\xf9\xac\x87\x0b\x4f\x20\xef\x9f\x45\x96\x2c\x9a\xc2\x84\x96\x4c\x22\x06\xcf\x05\xe6\x2b\x40\x93\xdc\x9d\xb2\x2a\x79\x84\xab\x47\xf6\xa2\x70\xfe\x0d\x04\xd1\x14\x7c\x12\x08\x32\xec\xae\xf6\xe2\xee\xb3\xbd\x72\x3b\xc3\x8d\x93\x1e\xca\x8c\xdd\x76\x5c\xb9\x0e\x57\x98\x84\x45\x60\xd1\xc4\x79\x7a\xc8\xfd\x9e\xd3\xe3\x19\x39\x6d\xd9\xf9\x47\x8d\xad\xe1\x50\x4f\xc3\xc5\x19\x05\x21\x96\x0a\x0e\x62\x54\x46\xce\xc1\x99\x7d\xa2\x83\x40\x66\x2c\xf7\x2c\x0e\xb7\x86\xa0\x80\x58\xb9\x3f\xf2\x25\x27\x84\xd6\x93\x33\xa3\x8c\x01\x59\x59\xb5\xa7\x9d\x62\x66\x68\x53\x3e\x61\xd3\x8a\x9e\x20\x56\x86\x62\x37\x80\x95\xf5\xe7\x41\x22\xd5\xc2\x40\x17\x01\xbc\x72\x17\xa6\x23\xd8\xa0\x49\x28\x19\x20\x56\xee\x3f\xfc\x0a\xd2\xdf\xfd\x23\xfc\x83\x4e\xdd\x49\x50\x98\x4f\x8d\xd0\xda\xb0\xc1\xac\x2c\xe3\x4f\x58\x8e\x10\xd0\x52\x03\x37\x78\x96\x63\x84\x9d\x21\x22\xd5\x4d\xf6\xa4\xca\x41\x9b\x28\xd2\x4b\x77\x0f\x30\x2b\xeb\x72\x2c\x5b\xc6\x68\x7a\xa2\x9e\x4f\xce\x16\x93\xad\x54\x11\x96\x86\xd6\x48\x9d\xd1\x94\x7f\x2e\x02\x01\x2a\x8b\x4c\xe1\x71\x72\x8b\x6b\xf8\x3f\x60\x96\x69\xa4\x07\xcc\x72\xe4\x3a\x13\xb0\x69\xca\xa1\x13\xec\x0c\xd3\xbd\x9d\xa4\xad\x4e\xc6\xf3\x72\x35\x23\x8b\x56\x52\x91\x45\x10\x8b\x32\x64\xe9\xa4\x5f\x58\xa6\xbd\x03\xb2\xb2\x46\xf7\x59\x7a\xc7\x47\x9f\xa7\xdd\xcd\x4d\xe6\x24\x93\xfc\x9d\x9f\x7b\x98\xb9\xf8\x94\xbe\xdc\x60\x9f\xd2\xd7\xe1\x0b\x31\x2b\xf2\x83\xcf\x7e\xd0\x27\xac\xe0\x7a\x46\x9f\x66\x47\x72\x56\x3f\xad\x26\x1e\x0d\x54\xee\xe5\xa9\xd4\xf0\xad\xd9\xfd\x22\x85\xa1\x39\xa9\x2e\x53\x57\x43\x68\x80\xb5\x3c\x40\x31\x09\x60\x2d\xab\x71\xe0\x97\x57\xbe\x6e\x3c\x30\x2e\x77\xff\xac\x69\x32\x97\x96\xd0\xac\xc9\x26\xb8\x4c\x89\xa4\x35\xff\x52\xf8\xc9\xf6\x64\x5e\x61\xc5\x2f\x5e\x83\x85\xe7\xcf\x7a\x29\x81\x24\x64\xfa\x26\xb0\x30\xf7\x1f\xd4\x7b\xb8\x48\x34\x8e\x8c\x63\x56\xa8\xeb\xb0\x23\x7e\x63\x42\xb2\xe0\xf9\xe4\xf7\x83\xe7\x0b\xe3\xa3\x95\xe6\x44\xf9\x11\xb9\x33\xb2\xb0\xc2\x4f\xf7\x25\x09\x37\x4d\x14\xfb\xc4\x24\x14\xd5\x25\x9f\xed\x06\xa3\x23\x63\xa1\xe9\x67\x00\xc5\x1c\xa6\xdd\xb9\xcc\xc3\xc0\x3e\x13\x13\x33\x5c\xfa\xc4\xc4\xf4\x1a\x00\x18\xcc\x61\xba\xa5\xab\x2a\x55\x42\x1c\x2e\x95\x7d\x36\xd1\x65\xb2\x24\x2f\x14\x2e\xf2\x23\x99\x14\x07\xb4\xcb\x61\xbe\x9a\xcb\xd0\x4c\x2f\x3d\xae\x96\x3b\x8a\x36\x5a\x8a\xc7\xfe\x23\x49\x80\xc2\x82\x77\x39\xcc\xb5\x01\xc6\xe5\x30\xad\xcd\xe5\x3d\xae\x29\x2f\x00\xb9\x1c\x33\xab\xfa\x78\x66\x50\x79\xa7\xcb\xe9\x01\xd8\x72\x37\x48\x55\xba\x13\x3b\xeb\x3d\x37\xba\x7f\x30\x6f\xb0\xce\xcb\xf4\xd3\x88\x05\x57\xd7\xb2\x51\x7c\x61\xfd\x20\x85\x57\x77\x42\xfd\x9d\xe0\x0a\x88\xdc\x25\x7c\x96\xe7\xea\xe2\x16\xd8\x7c\x23\x97\xba\xbd\xf7\x2d\x89\x7e\x09\xf7\x11\xf0\x72\x6a\x16\xb9\xb0\x24\xcf\xbf\x83\x3b\x00\xc3\x1c\xe6\x19\x11\x0c\x73\xe9\x04\x0e\x00\xe6\x98\x0e\x31\xa5\x09\x6a\x9e\x26\x39\xf5\x99\xec\x0b\x0e\x0a\x55\xdf\x9c\x4a\x17\x01\x33\x91\x3b\x5a\x28\x4c\x0f\x8d\x41\xa2\xe1\x70\x35\x45\x7b\xeb\x77\xa9\xea\x87\x93\x82\x29\xda\x4c\x23\x57\x0a\x1d\x90\xbc\xcb\x90\x51\x1b\xc1\xfd\xd8\x5c\x1c\x57\xe4\x4a\xd1\x08\x32\x87\xe1\x64\x89\x9b\xe9\xc5\xd3\xa5\x2f\x72\x38\x8f\x5b\x6d\x4f\x9f\xd1\x2b\xef\x90\xdd\xca\xe1\x8c\x58\x3c\xb7\x89\xf5\xb2\x4d\x1c\x6d\x0a\x1a\xc8\xc1\x57\x46\xe2\xf0\x11\x21\xa3\xe6\x69\x00\xc9\x72\xef\x0c\xaa\x5a\x4a\x8f\x18\x36\xae\x95\x02\x2e\x75\x2d\x89\x04\x6b\x00\xa6\x5c\xd1\x04\x09\xa6\xdc\x6e\x64\xf0\xa2\xcd\x01\x5e\x71\x93\xb4\xda\x54\x02\xb7\xb9\xc5\xa4\x57\xb7\xc9\x3a\xbd\xa6\x02\x6f\x6e\x18\x3b\x7f\x7b\x90\x10\x8c\x12\x56\x4e\x22\x03\xac\x5c\x3d\xac\xb6\x79\x3e\x61\x7f\x37\xa2\xba\x81\xf4\x77\xcb\xbd\x55\x78\x51\xb1\xa1\x71\x6f\x7a\xf4\x36\x14\x87\xce\xf0\xe3\xdb\x33\xf5\x7f\x84\xbd\x4b\xae\x3f\xbb\xaf\x5f\xd7\xbf\xa3\x38\x33\x48\x95\xde\x02\x0e\xfe\x9d\xb4\x93\x39\xd4\x4b\x81\x1b\xb6\x2f\x6e\xec\xf9\x07\x5c\x4b\x7b\x1f\xdb\x49\xf0\x6b\x6c\xd4\xfe\xb2\xa4\xd2\x9b\xa4\x28\x8a\x9f\xe2\x97\x96\xe5\x91\x88\x0b\xcf\x5e\x4c\x7c\x3c\xf5\xf1\xc0\xeb\xc1\xc1\x70\x0e\x06\xf7\xd9\x8b\xaa\x9a\xac\x92\x85\xc2\xbd\xd6\x2c\x53\x7c\xea\xee\x20\x4a\xac\x4e\xa7\x6e\xb2\xa8\xa3\x11\xdf\x1e\xad\x6c\x1e\x92\x3d\xba\x18\x6a\x75\x05\x7e\x6e\x5b\x94\x1e\x74\x75\xaf\xc3\x3d\xaa\xe4\x9e\x40\x3d\x4d\x17\xb4\xec\x9b\x69\xf1\xf4\x23\xf7\xd3\x0c\x2d\xf1\xa0\xa0\x7b\x4e\x2d\x12\x9d\xf7\xaf\x44\xa2\x1b\xf2\x3f\x50\xe5\xa2\x55\x54\x11\xef\x08\x6f\x39\x3d\x06\x27\xb3\x51\x9d\xb1\x85\x0b\x88\x30\x37\x81\x81\x1a\x20\xcc\x35\xdd\x37\x1f\xd1\xdc\x3d\x68\x02\x48\xae\x79\x97\xe6\x19\xf6\x15\x3d\xc2\x45\x68\x2f\x5c\x3c\x58\xa9\x3c\xc5\x79\xb6\x2a\x8d\xf2\xf6\x10\xbc\x73\xcf\x1e\x1d\x23\x3c\x59\x01\x2f\xee\x1c\xf2\xfa\x47\x2f\x09\x05\x02\xe8\x71\x4d\xa7\x52\x40\xe2\x9a\x8e\x77\x8f\xa1\x3c\xe5\xdc\x8f\x37\xa1\x65\xdd\x8f\x37\xa1\x3d\x5c\x7a\x58\x09\x7a\xbe\x81\x25\x97\x5d\x85\x42\xc9\x65\x4d\x4a\x60\xc9\x65\xf5\x3a\xa0\xe4\x92\x8c\x0d\x28\xb9\xa4\x96\x04\x94\x5c\x74\x27\x45\x60\xb3\x72\x57\x0d\x64\xdc\x99\xfb\x9f\xc0\x77\xc7\x73\xe9\x8a\x4d\xf7\x5e\xf6\x10\xbd\x65\x98\x4f\x67\x9f\xea\xb4\x9d\xc5\x9d\x35\x5d\xa2\xc4\x9c\xd3\xd5\xe4\x41\x9b\x36\xb4\x15\xf8\x73\x79\xaf\x66\x4e\x88\x3c\xa6\x78\xf0\x71\xd4\x03\xe5\xb9\xb1\xe1\x59\x71\xfc\xe8\x47\x37\xaf\x73\x18\x75\x63\x63\xd1\x0d\x38\x1c\x58\x74\xd9\x63\x62\xa0\xe8\xf2\xb9\xe9\xd6\xc8\xdc\x60\xb9\x38\x9d\x1f\x0d\xa1\x94\xcc\xdd\xb5\x0e\xaf\x7a\x3c\x50\x72\x76\x85\xba\x9d\x8d\x97\x04\xee\x5c\xd9\x03\xf1\x6c\x3e\xe9\x0b\xd7\xc2\x30\x87\x97\x12\x28\x8d\x88\x67\x9a\x28\x9e\xad\x79\x27\x5f\x08\xe7\x43\xe3\x9e\x3d\xd5\xa8\x2b\x0a\xb5\x27\x9a\x1b\xa8\xce\x31\x15\xa8\x4e\xa3\xd2\xc3\x75\x37\x23\xa1\x01\x5a\x77\xce\x61\xaa\x37\x33\xc0\xf4\xb7\x4e\x92\x8a\xe9\xc7\xe8\x67\x0a\x76\xf1\xe8\xea\xe9\x2a\x41\xd5\xd6\xb7\xe6\x01\x7b\xd6\xd3\xd8\x67\xbb\x8b\xf8\x59\x19\xc2\x7e\x41\xd4\x44\xd4\x68\xe0\xe8\xb2\x97\xda\x9e\x4f\x2b\xdd\xfe\xc1\xc2\x30\x03\xf1\x50\xf4\xf1\x79\xd0\xb5\xf5\x10\x02\xb3\x2e\xbb\xf9\x78\x74\xfe\xf7\x2c\xf1\x31\xf0\x99\x03\xbc\x95\x6d\x44\xc2\x83\xb2\x7d\xee\x1c\x76\x08\x8a\xc7\xb3\xb8\x9a\xe1\x1c\xf5\xda\x9d\xfa\xcc\xe3\xb5\x3b\x4f\x38\x41\xb6\x1b\x1e\x18\x3c\x5b\xdb\x96\x5b\x1b\x8d\x74\x0f\xc7\xf2\x48\xb5\xfa\x31\x0f\xe6\xfd\x9f\xa1\x91\x91\x1a\xf7\xc4\xf3\xcb\x67\xeb\xd8\x88\xf2\xf7\x50\x6b\x65\x37\x2f\xbc\xdd\x34\xa4\xc5\xab\xce\xdc\xfd\x9f\x09\xcd\xfa\x7e\x8f\xcd\x12\xfc\xc1\x70\x74\x73\xb3\xc2\xe0\xc9\xe0\xdb\x35\xbd\x05\x5e\xdd\x24\x55\x8e\x00\xbb\x6b\x3a\x1b\xbc\x6a\xcf\x30\xbc\x57\xd3\x61\xf2\x7f\x46\x80\xf9\x02\xb8\x5d\xeb\xb0\xaf\x57\x45\x9a\x4d\xc3\x7b\xee\x3e\xf0\x43\x9e\x30\x54\x73\xef\x21\xa0\x6c\xfc\xc7\xdd\xa5\x6d\x94\x30\x8f\x8c\x5f\xe5\x01\xcb\x1b\x94\xb0\xd6\x87\xf4\x3d\xd9\x7c\xc1\xc5\x4e\xba\xf6\xd5\xaf\x1c\xf0\xe7\xf1\x36\xa7\x3d\x7d\xe3\xa9\xbe\x66\x20\xe0\xc3\x92\xdb\x55\xd0\xc3\x9a\xa7\x9e\x22\x86\x79\x9e\xf9\x12\x48\x5a\xab\x39\x88\x61\xdb\x55\xe6\x45\xab\xf2\x9c\x13\xf8\xaf\xa8\xeb\x1f\xf9\x1d\xd8\x60\xad\xb3\xd0\xde\xb1\xa7\x0f\x45\x1a\xc8\xf2\x84\xbf\x00\x0d\x96\x9d\x18\xef\xd8\x93\x97\xca\xe0\x88\x6e\x1c\x45\xc1\xc0\xea\x09\xff\x7b\xb7\xe0\x40\x8b\xd8\x68\x60\x6a\xa5\xef\xd4\x80\x0b\xdb\x03\xf4\xab\xf5\xe1\x0b\x25\x98\x9d\xba\x55\x20\x56\xe4\xeb\x79\x85\x07\xcb\x20\x77\xed\x68\x0a\x22\x77\x55\x30\x31\xc6\xcb\x31\xbe\xf6\x04\xb0\xba\x22\x3b\xb5\x37\xc0\x85\xfe\xa1\xa0\x72\x85\xf0\x26\xcb\x2d\x3b\x41\x91\x00\x7f\x2b\xc9\xb1\x80\xdc\x8a\x2c\xbe\xe8\xfe\xa0\x48\x19\xb2\xc7\xc0\x62\x6b\x79\x74\x27\xb6\x56\xf2\x88\xf7\xbd\x77\xd8\x7a\xb3\x20\x17\x58\xbb\xef\xb3\x9b\x42\x57\x62\xe9\xf0\x70\xf5\x7d\x76\x89\x74\xe5\xb3\xdb\xc5\xb7\x9e\x5d\x3c\x5d\xf9\x0c\x57\x83\x1f\x33\x66\xa2\x63\x8e\x5b\x9d\x67\x26\x20\x6f\x35\x4f\xc9\x5e\xef\x42\x81\x15\x32\x40\xe1\x6a\x9e\x28\xbe\x46\xcf\xf0\xa0\xe1\x15\xf4\xd3\x43\xe9\x77\x1f\x8d\x14\x93\xb1\x6c\xa6\xa9\xb4\xdc\xba\x6c\xc4\xdb\x72\x13\xf2\xca\x58\x5d\x1c\xaf\x35\xa1\x25\xd8\x2d\x94\x95\x2f\x0e\xe7\x5a\x77\xc1\xd8\x4a\xee\xe0\x81\xd5\x6a\x1a\x5e\x41\xd5\x8a\xda\x92\x59\x7f\x73\x0f\xbe\xdf\xcf\x25\x8b\x32\xf0\x0a\xf7\xed\x24\xf8\xf6\xd2\xa2\xe5\x1f\x31\xda\xd1\x12\x5e\xad\x12\x9e\xa1\xbf\x0b\xd1\x96\x7c\x51\xfc\x94\x3f\xc0\x0a\x82\xe5\xbe\x1c\xeb\x6b\x6c\x7d\x3d\x3b\x71\xff\xf2\x2e\xab\x1e\xed\xfe\x36\xcf\x83\x31\x7f\x87\xa2\x26\xf9\x46\x84\x91\xce\xff\x7b\x06\x4e\x7e\x3c\xa6\xca\xfc\x20\xbc\x08\xd3\x1c\xf4\xab\xa6\xad\xe8\x13\xaf\xd3\xf3\x8f\xcf\x33\x0f\x37\x1d\xdf\xb9\x0b\x31\x19\x55\x61\xa0\x84\xaf\xaa\x27\x5c\x1a\x98\xaa\x18\x1c\x8a\xf7\xe0\x5e\xc3\xf8\x06\xaa\x72\x0f\xf2\x11\xde\x42\xfd\xfc\xe3\x36\x92\x46\x0e\x40\xa7\x22\xc7\xc9\x0f\x01\x06\x10\x2b\x1f\x4e\xd8\x9a\x2c\x44\x9d\xd2\x6c\x23\xea\xd4\x70\xd3\xf1\xb9\x1b\x71\x3f\x01\xa4\x54\x54\x85\xda\xe3\x46\xa6\x01\x09\xb8\xa8\xac\xc7\x30\xa0\x50\xcd\xfd\x3a\x98\x50\xcd\xbd\xde\xc7\x0e\xdd\x6d\x35\xf0\x50\x4d\xa3\x88\xf0\x50\xf5\xec\x26\x62\xa4\x4e\x0b\x70\x97\x8a\x84\xdf\x60\x51\x6d\x7f\x4a\x2e\x52\xff\xc8\x07\x81\x95\x6a\x8a\xa8\xcf\x78\x4a\x6e\x93\x80\x92\x6a\xea\xdb\x1f\xbe\x63\x6e\x3c\x3f\xf7\x10\x6d\xff\x50\x68\x54\x53\x71\xfa\x8c\x3c\xf8\x38\x9d\x57\xf5\x03\x4a\x2a\x12\xf1\x59\x4f\xe7\xdd\x4c\x7d\xb8\x6b\xbb\xcf\xf9\x38\x9c\x77\x47\x0a\x7c\x54\xe4\x30\x91\xd3\x9c\x7d\xca\xb7\x37\x11\x70\x54\x81\xa2\x86\x5b\x2b\x81\xa2\x2a\x30\x3a\xe3\xeb\xbb\x48\x92\xe1\x0c\xa6\x0e\xf7\x11\xd9\xc2\x1b\xe4\x22\x48\xcd\xd1\xcc\xde\x48\x44\x1d\xdd\xa7\x7b\xbb\xfb\x73\x6f\xae\x85\xe3\xf3\x32\x13\x98\x3c\x03\x6c\xa9\x18\x6c\x0b\x61\x5c\x9c\xa9\xc8\x16\x75\xb5\x0f\x4b\xbf\x3a\xc7\xc7\x8e\x44\x65\xe4\xe3\xce\xaf\x0a\xcf\x67\x44\xc4\xd1\x7c\xc1\xc8\x3b\xb7\x62\x7b\xd2\x54\x32\x3e\x7d\xb8\xe1\xd8\x9f\x71\x90\x07\xa2\x04\x68\xa8\xa6\xdc\xfe\x8c\xdf\x04\x1e\xd0\xf8\x38\x50\x57\xd4\x7f\xd3\x6a\xd0\x07\x73\xb7\xdb\x44\xf2\x55\x04\xc6\x87\x54\x52\x5c\x09\x19\x35\x85\x13\xf9\xe6\x1e\x74\x0b\x79\xfd\xe1\xc7\xd4\x52\xac\x17\x56\x7c\x85\xcf\x67\x88\x64\x65\xf4\x77\xed\x1e\xa5\x2e\xd7\x6e\x2e\x1f\x63\xaf\xa1\xb8\xfb\x42\x78\x25\xfd\x2e\x3f\x0e\xd5\x77\x73\x2f\xe7\x39\x8c\xee\x33\x3c\x22\x50\x48\xe3\x53\xa8\x59\x47\x7c\xd3\xe4\xdd\xdf\x6d\x45\xa4\xbb\xd5\x44\x77\xfa\x6e\xd5\xe5\x9d\x0a\xd7\x31\xcf\x92\xbe\x7b\xc7\xe1\xa5\x26\xb7\x5b\x36\x78\xee\x87\x18\x1b\x6c\x14\xbe\x10\x63\xdd\x33\xce\xef\x91\x6f\x39\x86\x00\x54\xcb\x59\x3f\xfc\xc4\x65\xd8\xdf\x16\x62\x8e\x21\x1b\x85\xcd\x40\x91\x61\x46\x28\xfc\x10\x61\x9b\x65\x62\x77\x57\x1e\x7d\xde\x9f\x3a\x2c\x00\x83\x8f\x85\xbd\x2a\xe1\xa8\x1f\x1f\x5b\x83\x81\x30\xfd\xf6\x41\x3f\xba\xe1\x87\x38\xda\x9c\x50\x3d\x5f\x37\x91\x8f\x38\x4f\x46\x25\xff\x42\x85\xcf\xda\x0b\x3f\xe5\x91\x8c\x50\x41\x33\xe4\xb0\x9f\x5f\xa2\x0d\x9e\xd9\x7b\xa0\xf6\x69\x0b\xd7\x99\xe4\x33\x62\x93\x1e\x27\xdf\xda\x9d\x43\x15\xd7\xee\x04\x4a\xd1\xc5\xdb\xd2\x0d\x3f\x0c\x6c\xd4\xf8\x96\x4e\xd6\x8e\xf9\xb2\x48\x3a\x5a\xe9\x54\xa5\x1b\x3c\xcc\x32\x18\x18\xb6\x22\xcb\xbb\xb8\x6e\xf1\x97\x90\x00\xed\x8f\x00\x6d\x63\xa1\xba\xeb\x34\xbd\x70\x0b\x1f\xfb\x7f\x27\x2c\x4c\x67\x1d\x7b\x8d\x4c\x7e\x70\xe9\x1c\x76\xb0\x50\xe3\xe5\x7e\x0b\x2b\xb8\xcb\x65\x71\x5d\x49\xee\xb3\xd0\xca\xe5\x25\x2b\x84\x5b\xb6\x4f\xd6\x69\x69\xd4\x57\xc8\x69\x5d\x4e\xd6\xa9\xe9\x09\x3d\x7e\xe9\xe2\xed\x11\xdb\x3a\x59\x9e\xcd\x17\xf4\x0f\x6b\x78\x9d\x16\x6d\x1a\xf4\x8e\xd3\xe2\xf4\x79\xdc\x9f\x45\x7c\x32\x73\x57\x52\xca\x31\xa5\x57\x92\x1d\x74\xdf\x30\x75\x9b\x2f\x76\x1f\x50\x86\x6e\x6f\x3a\x9d\x2c\xa3\x46\x15\x5f\x5c\x60\x48\x53\x29\x63\x72\x68\x5b\x59\x49\xd9\xc0\x42\x5d\x06\x48\x3c\x77\x16\x67\x8d\x63\x95\x0c\x8d\x4c\x89\xd9\xbe\xa2\x8c\xbc\xc3\xf5\xd0\x89\x79\xd7\xd1\x54\x2a\x89\xe8\x56\xcb\xe8\x87\xcd\x22\x33\xe7\x91\x4c\x94\x95\xed\x2c\xb3\xcb\xcb\xba\x1f\xb6\xe7\x28\x1c\x03\xfb\xee\xdd\xbc\x38\x62\xa5\x1b\x74\x0d\xd7\xd3\x6c\xe9\x1b\xde\xf6\x0f\x86\xd6\x79\x21\x3c\xb5\x3e\xbd\x1b\xe3\x6e\x67\x67\x6c\x59\x08\x0b\x07\x80\xdd\x0b\x65\xf7\x28\x95\x52\xdc\xdb\xbb\xfa\x8c\x7b\x04\xb0\x14\xf1\x8e\x47\x61\x2f\x8c\xae\xb0\x8a\x95\xf5\xff\x65\x9d\xc8\x50\x95\x76\xce\x98\xaa\xeb\x14\xbc\x6f\xe9\x27\x3e\xec\x2a\xee\x5c\xed\x4e\xf0\x9c\x5f\xcb\x15\xd8\x79\x6d\x37\x03\x21\xae\x55\x44\xe4\x3c\x77\x5f\xcb\x5d\xa0\x3e\x31\x6b\xca\xa8\x29\x82\x10\x10\x9e\x4c\xaf\x2d\x19\x9c\xd4\x6e\x6b\x5c\x10\x5c\x13\xda\x7d\xcb\xf1\x2e\xa0\xce\x63\x23\xb7\x69\x34\x5b\xd7\xae\xac\x3f\xf6\x20\xf3\xdd\x10\x1f\xc5\x30\xf7\x60\xba\x15\x77\x5e\x40\xb7\xb5\x9f\x0c\x20\xb7\x39\xd7\x2f\x8b\xa3\x11\x9e\xe8\xa2\xc4\x2d\x6e\x12\x79\xa8\x0a\xa2\x5b\x36\x6a\xe6\xba\x77\x35\xcc\x40\x37\xd9\x6a\x23\x3b\x78\x46\xbd\xb8\x61\xa4\xe2\xb3\x30\x42\x1d\x3b\x03\xd6\x03\x97\xa2\x51\x01\x3d\x44\x07\xde\x2d\x01\xd4\x37\x36\xba\x9b\xee\x38\xa2\xbb\x0d\x2d\x6c\x8b\x18\x4a\xa2\x14\xad\xa7\x10\x82\x87\xdc\x6c\x8c\xb4\xc6\xac\x47\x8d\xd3\x7a\xb0\x15\x2a\x1e\x65\x2f\xe3\x42\xf4\xfd\x5d\xc5\x74\xfb\xa3\x5b\xcb\x52\xb2\x68\xb3\x13\x2e\x4e\x79\xb5\xde\x5d\x4f\x3e\xee\x4e\xc9\x49\xe2\x35\x5d\xfd\x6d\x96\xde\xcf\x7d\xa7\x82\xab\xa1\xb9\xad\x6d\x8e\xda\xa9\x60\x8f\xec\xb1\x81\x8e\x8b\xf1\xa4\xc7\x38\x97\x55\x64\x01\x0f\x17\xdf\x65\x50\xf6\x2e\xc8\xce\x27\x86\x84\xd6\x25\xa0\xe2\x4e\x23\xa1\x00\x15\x17\x33\xdc\x44\x5c\x35\x77\x6a\x10\x42\x62\xb0\xdf\x04\x36\x2e\x7b\x78\xbf\x34\x28\x9d\xa6\xdf\x3c\xd1\x0c\xcc\x13\xb6\xb1\xc0\xc9\xed\x88\x08\x6b\x1b\x97\xac\x13\xde\x67\x83\x1d\xde\x5a\xbb\x79\xa6\xda\x53\x94\x4f\x85\x88\xcb\x6e\x69\x17\x6e\x69\x1e\xd9\x2e\xf1\x6c\xb4\x8b\x2d\x30\x6c\x34\x93\xaf\xb5\x67\x4a\xfb\xb7\xbf\x27\xa8\x73\x89\x05\x3c\x41\x9d\x4b\x6c\x8d\xa6\xa8\x73\x15\x5b\xdd\x04\x75\x2e\x83\x65\x37\x41\x9d\x8b\xb5\x62\x6e\x3a\x2a\x76\xaa\x13\xd8\xb9\x13\x36\x3d\x8f\x1d\x5e\xbf\x98\xfb\xa6\x52\x85\xff\xdd\x96\x05\x0f\x9c\xa0\xcb\x35\xe0\x21\x27\xe0\x72\x8d\xc5\x32\xc1\x96\xcb\x49\x3a\x31\xa3\x00\xe8\x9f\x40\xcb\xb5\x31\xc9\x4b\xc8\xa8\x63\xff\xcf\x91\xb2\x85\x29\xdc\xa6\xff\x37\xbe\x9f\xf9\x1f\x9c\xaf\x9d\xde\xb5\xd5\xa8\xea\x89\x44\xa9\xfe\x7f\xd1\x4b\x26\x72\x37\x39\x7c\x81\xef\x58\xcc\xd9\x09\xde\x5c\x03\xa7\x6f\x1e\x38\xb1\xa1\x6f\xcf\x03\x27\x36\x36\x54\x53\x18\xba\x69\x87\xe1\xc2\xc6\xd1\xc5\x3c\x12\xa1\xa5\x8b\xf4\x4e\x1a\xfa\x2e\xb9\xd3\x98\xbe\x50\x62\x55\x7f\x80\x06\x35\xe8\x0b\x11\x8b\x99\xd6\xf3\xc0\xe7\x3b\xdb\x06\x2e\xf0\x72\xc3\x66\x82\x47\xd7\xd8\x11\x4f\xe0\xe8\x1a\xa7\xc9\x53\x38\xba\x81\x79\x71\x1e\xd9\xb8\xc3\xd4\x09\x71\x85\x5f\xe2\x04\x80\x2e\x17\x07\x3d\x3b\x22\x66\x96\xe9\x77\x32\x00\x4c\x4c\xe8\xdc\x79\x70\x1e\xdc\x9c\x32\xde\xea\xe5\x36\xe0\x04\x7e\x2e\x5a\xe4\x0f\x7c\x7a\xac\xab\xae\x68\xd6\x15\x41\x34\x4f\xba\x80\x13\xad\xb1\x4b\xe0\x62\x90\x03\x5a\x14\xe6\xd6\x09\xa1\x84\xdb\xc2\x3c\x70\x50\x23\x12\xd1\x3c\x2a\x13\xf4\x24\x0d\xae\x67\x20\x10\xcd\x03\x29\xb4\x2b\xc1\xb1\x30\x58\x8b\x53\x7c\x3b\xc0\x4e\xe7\x11\x5b\xcc\x5e\xac\x90\xc0\xae\xc3\x71\xc0\xf1\x0c\x55\x7e\x1e\x55\xae\xd5\x19\xf5\x6a\xcf\xfc\x09\x9e\x63\x0a\x8b\x97\x9d\xc8\x9c\x73\x75\x17\x5d\x93\xa3\x39\xab\x75\x4a\xb3\x8e\x0d\x80\x55\xc7\x42\x83\x27\x67\x7c\xf3\x68\x78\x20\x65\x33\x50\x79\x27\x9a\x51\xa9\x4e\xff\x57\xd3\xb6\x25\xc0\xe8\x8d\xfd\x02\xd4\x6b\xa7\x04\x47\xca\x9c\x6d\xce\x43\xff\xf1\x5d\x34\x7b\xd5\x99\x28\xa1\xbb\xc6\x27\xad\xc5\x67\xbc\x38\x48\xec\x55\x67\x92\x4e\x78\x19\xe7\x75\x07\xee\x34\x4b\x77\x93\x35\x7d\x71\x31\x00\xbe\x20\xca\x88\x0b\x8a\xd3\xe5\x99\xa8\x2a\x97\x8f\x8b\x8b\x8b\x03\x65\xe2\x74\x4e\x10\xf5\x1a\x57\x7b\xe6\x31\xac\x1d\x95\x18\xf9\x5f\x7f\x55\xe2\x3c\xcc\x43\x9b\x69\x35\xaf\x2c\xd2\x0e\x73\x97\x6b\x25\xbc\xb8\xbc\x6b\xc1\x81\xdc\x74\xc9\xb2\xe3\x05\xd5\x6c\x1e\x63\x0f\x3d\x1d\x30\x64\x53\x76\xa5\xa0\x40\xcd\x99\x36\xe8\xbf\x4c\x97\xe9\xdc\xd6\x7d\x11\x9b\xe1\x3c\x1c\xd2\x6d\x70\xb5\x74\x61\x68\x4f\xd7\x8b\xb1\xad\x36\xc7\xf4\x72\xf3\x69\x91\x53\x5b\x8b\x6f\xae\x3d\x32\x94\x7f\x29\x13\x3a\x9d\x72\xc9\x97\xf7\x1b\xa6\xbd\xbc\xcb\x20\x56\x6d\xa7\x6a\x1c\x0f\x9b\x88\xe9\xe2\xd8\x5c\x6e\xfd\x68\xf0\x65\x4b\xa8\xa3\x0e\xe3\x5d\x31\xc0\x16\x76\x3a\xd7\xb6\xb9\x76\x52\xc4\xad\xb9\xcb\xde\xbe\xf7\x02\xf7\x0d\x4c\x27\x53\xf7\x5b\x8d\x41\x96\x75\x83\xfe\x24\x3b\x36\xe2\xe3\xe6\xdf\xb7\xd2\xb0\x52\x3c\x5a\xc9\xe9\x0b\x83\x85\x70\x80\x30\x8f\x67\xf7\x1d\x0d\xd9\x86\xd8\x61\x96\x3d\xcb\xf8\xf2\x23\x4a\x09\x55\x79\xf6\x2a\xf0\x85\x60\x8d\x34\x65\xab\x11\xc3\x1f\xf6\x96\x0d\x7e\xdd\xf7\x58\x3e\x7b\xd7\x99\xc9\xfe\x3a\x0d\x06\xed\x7a\x35\xb6\x5b\xe2\x8b\x27\x9d\x0d\xf6\xae\x73\x57\x22\x1a\x97\x4a\xe9\x80\xb2\x41\x44\xa2\x09\x68\x5e\xc3\x9d\x7f\x1e\xdb\xc8\x6a\x43\x40\xe4\xc1\xa1\x66\x1e\xba\xa8\x77\x17\x24\x97\x9b\xcb\x7e\xa1\x09\xdd\x91\x76\xb7\xbb\xa5\x8b\xf8\xb3\x5d\xf6\xa8\xbf\xd7\x16\xd4\xcb\xeb\x60\x54\x71\xed\x31\xe1\x63\xcb\x4e\x35\x07\x0a\x0a\xa2\xe6\xdc\x1b\xd9\xe9\x0f\xea\x5e\xfc\x5f\x25\x95\x79\x2a\xb6\xdd\x0c\xa9\xfd\x07\xee\x77\x6e\x43\x2d\x33\x1a\xb8\xbb\x68\xb3\x3f\xd4\xd6\xe9\xb1\xd3\xa8\x90\x38\x6e\xcd\xf3\xb4\xd8\x93\xff\xdd\x4f\xd0\x03\xe7\xc9\x7d\xb1\x6c\x22\x5d\x8d\x42\x27\x9d\x82\xdf\x55\xb5\x05\xc1\xef\x06\x66\xf8\x79\xb2\x69\x05\x87\x71\x9e\x5e\x4b\xc6\x2d\x6b\x9e\xde\x44\x26\xfa\xfa\xdc\xe8\x77\xd8\xce\xe7\x46\xbf\xc3\x85\x6a\x9e\x69\xb7\x94\x64\x49\x06\x4c\xfe\xa4\x61\xce\x8e\x22\xec\xd4\x79\xf8\xbf\x9c\x82\xf1\x3b\x8d\x00\xc9\xe1\xcc\x04\xf1\xae\xe1\xd5\x3a\x4f\x03\x19\x2b\x7d\xcf\x6c\x83\xfd\xdf\x06\x37\x7f\xc8\xfe\xa7\xd9\x15\xde\xcc\xd0\x73\xdb\x7d\x99\x88\x1b\xef\x0e\xe8\xde\xb9\xf1\xee\xf0\xf9\x99\xe2\xdd\x55\xc0\x05\xe6\xa9\x9b\x78\x73\x08\xcb\xf0\x0d\xbd\x44\x6c\xe3\x64\x05\xb0\xfd\xce\x62\x0e\x70\xe2\x50\xd4\x40\xb5\x13\x56\x60\x9e\x88\xe0\xbc\xd3\xe0\x08\x68\x73\xf7\xbe\xd0\xd1\xe6\x1e\x16\x01\xa0\xe7\x59\x77\xd1\xe4\x46\x38\x63\x63\x9a\xa7\x02\xb9\x48\xa7\x81\xae\x9b\x53\xe9\x8c\x26\x79\x56\x7d\xee\xec\x2c\x2f\x6e\xcd\xfd\xe3\xb6\x15\x24\x6b\xbb\x4f\xa9\x2e\xe2\xb5\x5a\x13\x0c\xbd\xb3\x48\xdf\xcb\x83\x8e\x6b\xb0\xac\xe2\xff\xdd\xef\x52\x5f\xa2\x1f\x4f\x97\x44\x33\xb4\x83\x89\xe8\x84\xe6\xff\x4e\x60\x27\x8d\x92\x13\xae\x08\x26\x5e\x9b\xf0\x7a\x20\xf1\xa2\xea\x7c\x15\x29\x0a\x2c\xe1\x14\x1f\x8f\x18\xf8\x13\x78\xbc\xa4\xe2\x07\x3c\x5e\x64\xa0\xe2\x7d\xb7\xd5\x1f\x6e\xaf\x1c\x7f\x91\x66\x9b\xe3\xaf\x60\xac\xa4\x1a\xf2\x67\xd8\xdd\x46\xc2\x1b\x0e\xb2\x48\x78\xdd\x59\x0a\x26\x4e\x71\x34\x95\x86\xd5\x1c\xbb\x44\x5f\xc0\x06\xad\x23\x1e\x58\x6a\x60\xa7\x88\x38\xc9\x11\xd4\x1a\x6c\xe1\x9e\x38\xaa\x78\x9e\x78\x77\x37\x27\xf2\xdc\xcb\x88\xba\x7b\x71\xca\xb9\x20\x1e\x4e\x77\x34\xf1\x4e\x21\x52\xe7\x14\xfc\xae\x82\x70\x3c\x4f\x63\x62\x75\x7b\xf1\xb2\xb5\x64\x8f\x1d\xbc\x77\xb3\xe6\x79\xed\xf6\x51\x13\x23\x1c\x03\xa9\x3c\x4f\xac\xbc\x53\x56\x71\xd9\x26\x6a\x78\x11\x46\xc2\xda\x2a\x09\xe5\x33\xf7\x66\xae\x64\x08\x49\xd8\x95\xef\x42\xe4\x55\xb0\x92\xe7\x69\xe0\xac\xf1\x47\x3c\xf2\x09\x80\x5e\x9b\x8d\xa6\x28\x25\x1b\x5d\xa7\x94\x1c\xf6\x8a\x81\x94\xb3\x2f\xa8\xb0\x5c\x03\x63\xf0\x9c\x76\xf6\x2d\xd7\x72\xdc\x94\xa5\xd3\x2e\x32\x0c\x57\x77\xe0\xd8\xd4\xcf\x69\xeb\xf5\x22\x51\x19\x06\x2a\x2f\x17\xa7\x20\xc6\xe1\xd3\xc6\xe0\xbf\x0d\xec\xc7\x14\x36\x0f\x20\xb7\x09\x52\x5e\x23\xa8\xd1\x3c\xc5\x78\x77\x19\x81\x56\x4b\xcc\xc9\x09\x68\x5e\x1e\x2e\x74\xef\x36\xcb\x62\x09\x2c\xa2\xc6\x7f\xee\xbd\x3c\x69\x38\xda\x9c\x72\x95\x17\x96\xaa\x88\x79\x07\x5c\x94\xe6\x18\x62\xa4\x3b\x04\xb1\x93\xf7\x6a\xfe\x3c\x15\xcd\xce\x11\x44\x73\x91\x9f\xe1\x3e\x52\x1d\x26\x05\xb3\x02\x84\xd3\xcf\xe9\x8a\xc5\x39\x9b\x10\x77\x13\xd4\xbc\x7c\x58\x09\x9c\x44\xba\x1d\xc1\x79\xa7\x4a\xd0\xc6\xc0\x1b\xf6\x9c\xbe\x20\xdd\x3e\x35\x06\x73\xb2\xbf\x96\x27\xba\x76\xd8\x52\x14\xb1\xad\x38\xbd\x15\xd6\xfd\xc0\x92\x57\x21\x73\x01\xbb\x6b\xb3\xfb\xb1\xd7\x54\xb4\x83\x23\xcf\x89\xd6\xb6\xf1\xed\xdc\x10\x27\xef\x35\x8f\xfd\x03\x0f\x84\x62\x2a\x4b\x64\x2f\x00\x8e\x5d\x64\xa9\xfc\xa0\xdf\x18\x30\xb1\xeb\x12\x1e\x2b\x13\xf0\xba\x0c\xc6\xe8\x04\xbc\xee\x24\xd2\xce\x04\xaf\xce\x5b\xe5\x33\xb1\xd1\x9e\x74\x44\xc2\x9f\x03\xc0\x97\x99\xd8\x5c\x4f\x54\xab\x74\x6e\x63\xba\x89\xd8\x11\xa1\x6b\x24\x0e\x45\xa7\x1b\xc7\x64\x68\x2a\x00\xb9\x27\xc0\x72\xc2\x1f\x4f\x00\xe4\xda\x44\x5b\x05\x27\x2e\x12\x25\x7e\xe0\x04\x45\x4f\x6d\x3c\x38\x66\x17\x78\x70\x91\x28\xf3\x83\xdb\x31\x36\x22\xdb\x52\x33\x3c\xd0\x29\x4d\x37\x4c\x8e\x99\x67\xc2\x0d\xd3\xb9\x09\x4e\xdc\x68\x56\xc3\x1b\xca\x9c\x6a\xce\x54\x76\x3d\x28\x8f\x73\xd3\x73\xbf\xa0\xdd\xcc\xf8\xe4\x0d\x65\xf7\x3a\xa9\xec\xfe\xa7\x22\x9c\xa8\x72\xf3\x60\x26\x77\xb6\xc3\x2f\x5d\x96\x41\x0d\x09\xa8\x4c\x1c\x88\x99\x74\x80\x76\x0b\x05\xae\xdc\xc0\xac\x3a\x37\xac\x1c\x80\xe3\x33\x71\x4e\xca\x4d\xb2\x09\xc4\x9c\x57\xa5\x67\x32\xce\xa3\x06\x07\x10\xe6\xda\x44\x69\x4e\x7a\x64\x76\xbb\xcd\xd0\xc8\xf0\x71\x11\xe6\x26\x72\x31\x19\xff\xf1\x30\x03\xa3\x87\xc2\x2e\xa8\x5c\x05\xd3\x7c\xa6\xe6\xbc\x73\xf4\x1a\x66\xcb\xf9\xa7\x28\x2d\x53\xc4\x39\x70\xe2\x66\x12\x70\x60\x38\xb4\xec\x68\xb9\x08\x36\x93\x1b\x5a\x38\x39\xe8\x73\x91\x88\x4a\x7a\xe3\x8a\xa3\xe0\x09\xcc\x5c\x02\x66\x77\x26\xef\x2e\x77\x67\x2b\xde\xcd\xd3\xdd\x7c\xf2\xa0\x94\x93\xc0\xb9\xb1\xe5\x38\x67\x9b\xc0\xc9\xe5\x6e\x2b\x8d\x9b\x3c\x6c\x19\x77\x94\xbb\xc5\xe3\xab\x9c\x1d\x2b\xdc\x6e\xf6\x7a\x8a\x6d\xe3\x20\xb4\xca\x14\x3a\x6e\x70\x94\x3b\x81\x8e\x8b\x22\xcc\xf1\xfa\x86\x3a\x1a\xe2\x4a\xc3\x02\x78\x71\x89\xb3\xfa\x99\xbc\xee\x84\xa7\xe9\x04\x2f\xae\x4d\xb4\xb4\x34\x9d\x5a\x54\x0a\xbf\xe5\x89\xc6\x97\x84\x06\xd0\xb4\x04\x72\x5c\x76\x5b\x90\x74\xf0\x1c\x4e\x6b\x70\x65\xd5\x2a\x12\xd1\x91\x27\x1c\x31\x61\x1a\x9f\x3b\x83\xed\x76\xc2\xea\xd7\xd3\xe5\x1e\x5e\x6b\x42\x1e\x26\x23\x72\x74\x97\xd1\xe5\x15\x6a\x27\x26\x61\x25\xf7\x6c\xe2\xd4\x73\x4e\xa7\xb2\xe0\x6f\x1c\xf3\x4e\xc0\xdf\xce\xbc\xe7\xaf\x17\x88\xbb\x4b\x0c\xab\x36\x80\x17\x33\x69\xd5\xee\x2e\x50\xe2\x15\x03\x4b\x36\x93\x67\xa0\x7d\x67\x77\x5d\x38\x69\x1f\xf5\x0a\x67\x90\x51\xff\x93\x0d\x7e\x64\x34\x4e\x9b\x2d\xe9\x5c\xbb\x1a\xad\x39\x4e\x9e\xc9\x73\x50\xe5\x4f\x62\x0f\x39\x35\x24\xa4\x67\x97\xe3\x0f\xf6\x01\x9c\xef\xcd\x84\xd3\xce\x44\x4d\x01\x33\xce\xdb\xc8\x13\x98\xb8\xac\x25\x00\x98\x38\x2f\xfa\x4e\xa0\xe1\x06\x96\xe4\x99\x14\x6b\x48\xfc\xf4\xee\xf6\xfa\x21\x96\xa2\xf3\xe9\x75\x85\x3b\x8a\x9f\x25\x90\xe8\x53\xdd\x41\x61\x49\x5a\xa8\x09\x43\x37\x85\x7a\x2b\xae\x0b\xd1\x6e\x86\x6b\xe1\xb3\x40\x13\x59\xa0\xa5\x7f\x76\xb0\x9f\xe2\x08\x61\x97\xa7\x3c\xb0\x26\x6c\x33\xc1\x0d\x9e\xc9\x43\xd5\x6e\x5b\xf5\xe5\xc1\xa0\x3e\x53\x6c\x33\x33\x57\x9c\x27\xb0\x6f\x69\x4f\x53\xd1\xdd\x34\x92\x25\x3c\x1b\x9b\x4c\x28\xc4\xdf\x70\xfb\x00\xd2\x5b\x3f\x10\xee\x20\xbd\x79\xfb\x78\x26\x9d\x1f\xad\xd3\xe2\x90\x19\xf3\x5f\x3e\x76\xc9\x95\x1f\xf8\x19\x76\xff\x07\xcf\x8d\xd8\xb4\x13\x10\xb7\x84\x6f\xca\xcc\xc7\x6e\x76\xe3\x87\x1b\x9f\x6c\xaa\x45\xd9\xa4\x62\xa7\xc9\x09\xe5\xcc\x5e\x83\xe6\x98\x7f\x66\x63\x39\x6a\x8e\xca\x5e\x77\xe6\x90\x63\x66\xa4\x1c\xfe\x4c\x33\x9f\x88\xaf\xe3\x4f\x78\xe4\x33\x9f\xb6\xd7\xaf\xed\xbe\xee\xfc\x78\x69\x4b\xe1\x7f\xf8\x7d\xf7\xcb\x7b\x36\xf0\x82\x3d\x28\x11\x03\x27\x28\x72\x83\xab\xba\x13\x10\xb9\x7e\xa0\xe2\x82\x21\xd7\x0f\xb4\xd7\xec\x4d\x68\x4d\xea\x39\x39\x11\xfd\x9f\x6d\x72\x36\xb3\x82\x2a\x9b\x1b\x93\x83\xfd\x90\x64\x27\x30\x84\x2c\xcc\x41\xdf\xe5\xb1\x01\x3c\xfd\xd4\x83\xdd\xda\x1c\x1f\x65\xd3\x3d\x1c\xa1\x6a\x10\x02\x4a\xae\x1c\xe6\xcd\x7b\x69\x52\x41\xcf\x53\xbb\x23\x95\x2b\xb9\x4d\x25\x13\x67\x35\x6f\x30\x39\xad\xc7\x80\xc6\xf5\xe3\xf0\xc5\x1d\xff\xa3\x03\x83\xff\xd6\x0f\xc7\x7f\xcb\x5e\xd8\x4f\x2e\xf2\x6a\x32\xef\x8b\x12\x4e\x06\x84\x6f\x2e\x4e\x80\x02\xc4\xa1\xf3\xca\xf3\x4d\x38\x51\x16\xc0\x40\xeb\xae\x08\x70\x03\x9f\x88\x99\x0d\xbf\xcc\x2d\xd7\x09\xea\x5b\x06\x3c\x6a\x02\xfa\x16\x59\xe8\x86\x10\xc5\xfd\x40\xf1\x02\xf3\xcd\x3b\xd4\x33\xd7\xcd\x6d\xcc\xa1\x1a\x00\x53\xcc\xd5\x58\xb5\xe6\x78\xc8\x6d\x4d\x5c\x81\x4e\x91\x90\xc5\xfd\x70\xf2\xb5\xdd\x3d\xe4\xd8\x32\x12\x4d\x31\x37\x2d\x00\x8e\x73\x93\x73\xdb\x2c\xfc\x97\xb4\xbf\xe4\xe6\xa2\x80\xbd\xe5\xc6\x10\x9e\x16\xa2\x6e\x6b\x85\x3b\x9c\xc8\xef\x76\xfb\xc1\xc1\xed\x6e\x78\x60\xc9\xb9\xef\x01\x65\x78\xf0\x65\xd2\x54\x9c\x8d\xcb\x4c\x70\xb0\x99\x0d\x29\xa2\x3a\x0d\x00\x5d\x3f\x4e\xb3\xcb\x76\xd1\x37\x72\xd7\xdb\x9b\x3a\x76\xa5\x0b\x32\x0f\x00\xba\xf8\x41\x2a\xc3\x59\xe1\x21\x31\xf3\xde\xa7\xba\xbe\x77\xb4\x0f\x36\x6f\x79\xb8\x29\xe0\x63\x63\x97\x42\x23\x87\x32\xd0\xa1\xdb\xb2\x18\x05\x25\x4f\x66\xd4\xe9\x0b\xc7\x14\x0d\x0e\xdc\xb9\x74\xf8\x2d\xae\x1e\x0f\x47\x68\xef\x5a\x91\xd8\x59\xf9\xeb\xe2\xd1\x80\x9b\x5c\x24\x3a\x27\xe1\x31\x31\xf3\xb5\x7b\x92\xaa\x5c\x7b\x93\x4e\x89\x17\x1e\xe3\x76\xe4\xde\xc3\x0e\x5f\x18\x4c\x8d\xfe\xda\xa2\x79\xfa\xad\x69\x29\xbe\x51\xd7\x41\xce\x67\x60\x05\x0e\xa7\xc1\xed\xcc\xa1\x5e\x37\x6c\x0b\x95\x26\xdf\xce\x15\xb9\xde\xde\x5d\x5a\xc8\xa3\x01\x05\x9d\x26\x3f\xb0\x17\xd9\xe1\xc3\x76\xc3\x21\x15\x23\x60\xb4\x3f\x39\xf7\xcd\x1c\x72\xb6\xab\xb8\x01\x3f\x17\xb5\xa4\xc7\x9e\x5d\x03\xfa\xf5\xd9\xf5\xa7\xfd\xb8\x1f\x4d\xb5\xfd\xbc\x45\x33\xb2\x0b\x04\xba\xae\x96\x03\x00\x5d\x3e\x1d\x0a\xb0\xd8\xd3\x70\x6d\xbf\x96\xc8\x77\xdd\x41\xe2\xbe\x34\xb3\x46\xdc\x21\x3b\x88\xad\x62\xd7\x52\x9c\xdd\x2a\x3a\x3f\x5f\x8d\x75\xf2\x28\x81\xe5\xec\xb1\x4f\x06\xe0\x10\x7f\x4c\x16\xe7\xe7\x07\x23\x43\xdf\xc8\x9f\x8c\x4c\xee\xfa\xed\x4e\xa2\x8c\xcf\x5a\xd1\xc5\x9e\xed\xe2\x39\x33\xb3\xe7\xb9\x43\x8e\xa5\x97\x92\xd6\x2f\x60\xe3\xbc\xd5\x3d\x45\x8d\x9b\x9a\x90\xf3\xda\x5d\xc7\x87\xd7\x8e\x72\x63\xb2\xbd\xb8\xa3\x87\xc0\x8d\x4b\x02\x4d\xce\x72\xec\x55\xd4\xf9\xc1\xb0\xd2\xc1\x80\xc8\x45\x83\x4f\x7e\x74\x5e\x54\xfe\x1f\x66\x37\x95\xd2\xa1\xf9\x61\xa5\x14\x8c\xb1\x9c\x8c\x09\x15\x03\x15\xae\x1f\xcc\xa3\x72\xda\x45\x89\xff\xab\x9f\xe2\xbb\x48\x52\x02\xe0\x4c\x00\xe2\xb2\xf6\xd7\xa2\xb0\x64\x99\x17\x8e\x53\x85\x49\x98\x25\x64\x5f\xf7\xac\xb4\x24\x64\x00\xd6\xd7\x62\x50\xe3\xb9\x5f\xec\x1c\xb4\x2f\x23\x2d\xd1\x3f\x8a\xa1\x1b\x71\xb0\x99\x25\xbb\xe6\xf6\x0f\xad\x80\xf0\xe1\xa2\x38\x62\xd1\x94\x0c\x17\xb7\xab\x36\x9a\x29\x9d\xa0\x30\x62\x5d\x97\xbc\xbb\x9d\xb6\x1a\xcb\x43\x1b\x4e\xc9\xf6\x0e\x9c\xb7\x14\xeb\x4e\x79\x65\xcf\x52\xca\x50\x80\xb1\xca\xc0\xa1\xf3\x4a\xf5\xdc\x68\x73\x43\xba\xde\x68\x96\xe1\xf1\xa7\x16\xf1\x22\x38\x29\x4c\xb8\x54\xd4\x81\xe2\xff\x46\x2d\xa1\xdb\x44\x23\x4d\xb0\xed\xe2\x7d\x3c\x8f\x01\x4b\xa5\x1d\x68\xbb\x80\xcd\x75\xfc\x01\x66\x31\xc0\x86\xec\xad\x54\x44\x83\x33\xa9\xda\xb9\x08\xa0\xa2\x30\xb2\x0c\xa3\x5e\x69\x1c\x01\x78\xae\xe3\xff\x3d\x4b\xdb\x1d\x4d\x3b\x9a\x33\xe9\xf4\x87\x9d\x48\x27\x34\x39\xa5\xed\xd0\xaf\x16\xe7\xa2\x59\x0c\x75\x85\xf7\xf1\x2c\x3a\xd9\xe2\x36\x34\x81\x8f\xeb\x87\xbd\xdb\x35\xba\x20\x0b\x4b\x77\x81\xc2\x5c\x41\x8c\xeb\x87\x6d\xef\x4c\x6a\x0b\x51\xfc\xa0\x86\x03\xff\xd6\x8f\x9d\x9e\xd6\x56\x4b\x40\x53\x44\x44\x80\x0a\xd7\x0f\x84\x4a\x31\x7c\x06\xde\xd1\xb3\x78\x97\x75\x9c\x7f\x8a\xd9\x37\x81\xfc\xc9\x72\xc0\xda\xb5\x5d\xd0\xf5\x75\x5b\x79\x61\xfa\xb5\xef\x06\xf3\x63\x78\x6b\xad\xf3\x3f\xbd\x8a\xfc\xa8\xd4\x00\x3f\xef\x59\x7f\x2a\xc0\x77\xc5\xf2\xc1\xab\x6b\x82\xe5\x23\x1a\xfc\x04\xcb\x27\x66\x4d\xe2\x07\x00\x98\xcc\x65\xb0\x7c\x84\x67\x9f\x60\xf9\x9c\x04\xef\x9f\x75\x78\x1c\xd7\x2d\x03\x6c\x5c\x86\xba\x0a\x6f\x60\xcd\x27\xaa\xf8\xf0\x7f\x6c\x25\xf4\x62\x55\x86\xb2\x6b\xa8\x93\x45\xd4\xa4\x6f\xa6\x4a\x09\x17\x03\xd8\xfc\xdf\x3d\x1d\x93\x57\x58\x1e\x2e\xaa\xcf\x7a\xe9\x14\x49\x7b\xb0\xef\xca\x49\x40\xe8\xd9\x7a\x7f\xd5\x3f\x2b\xed\x0c\x36\xda\x0c\xf0\x5a\x78\x55\xdd\x62\xb2\x5a\xdc\xed\x3e\xc3\xe2\x8c\x5e\x6f\xf7\x5f\xcc\x05\xb8\x7e\xdd\xb8\xe6\x4c\x98\xca\xde\x36\x99\xe8\xde\x0c\x83\x42\x6e\xcf\x9e\xec\x72\x45\x6b\x37\x87\x97\xca\xd8\xa7\xd6\x9b\xe5\xd5\xfd\x9f\xb9\x07\xa3\xad\xb7\x8c\xda\x61\xbd\x99\x7c\xac\x95\x6a\x48\x68\x0f\x88\xaa\xe2\xd7\x6e\x7b\x14\x2d\xac\x54\x31\x7a\x3c\x1f\xaa\x9e\x86\xe2\xcd\x36\xab\xa7\xa1\x9e\xa5\x00\xd8\x23\xfc\xf1\xdc\x78\x3d\xb8\x74\xce\xfa\x58\x13\xaa\xfe\xd8\x72\x1a\xb8\x83\x69\x20\x72\xea\xeb\x12\x86\x8b\xd6\x97\x91\xdd\x2f\x58\x5b\x7e\xe9\x65\x94\x77\x9a\x01\x33\xa7\xe8\x2d\x78\x91\x77\x20\xfc\x44\x63\xcd\x4d\xd9\xc3\x17\xf2\x4d\x64\x67\x7d\x37\xaa\x98\x3f\xe4\x38\x48\xf1\x6a\x14\x4a\x8f\x68\xc0\xfb\x11\x3d\x72\xd6\x8f\xb5\x81\x9a\x06\xf4\xcf\x39\x3d\xae\xa9\xca\x64\x27\xe8\x96\xc9\x70\x0c\xb0\x7f\xce\xe2\xe2\x68\xc4\xe1\x27\xbe\xc8\x6c\xe7\x1e\x90\xc4\x0f\x17\x23\x7a\x4f\x53\xfc\xa0\xe6\x35\x01\xe3\x5c\x99\xc2\xd1\x4c\xcf\x7b\x5a\x62\xce\x61\x57\x6c\xec\x9e\x74\xf4\x69\x49\xa5\xc3\xec\xde\xf3\xf0\x30\xa5\x85\x60\xca\x1e\x7a\x34\xf7\x3c\x1a\x79\x84\xa3\x99\x9e\xc5\x34\xc2\x47\xb9\x03\xde\x00\x34\xba\x69\x00\x40\x13\xa9\x7c\x13\xb3\x06\x17\xea\x09\x00\x4d\x52\xc3\x15\x7f\xa6\x26\x26\x0a\xf8\x33\x22\xe2\xcd\x86\x51\x93\x3b\xb5\xb3\x15\xe6\x28\xf6\xa2\x56\x18\x1d\x94\x78\x50\x69\x92\xd2\xbc\x15\x78\x22\x96\x2a\x51\x69\xe6\xf9\x27\xcf\xe6\xd9\x0c\xc2\xa8\xf5\x08\x94\x9a\xa8\x2f\x7d\x5a\xe5\x83\x70\x07\x10\x68\x32\x97\xb7\x66\x73\x0b\x34\x4d\xc4\xcc\x44\x27\x6c\x4a\x23\x34\x47\xf0\x67\xc4\x3f\x9a\x6d\x1b\x26\xad\x30\x17\x3b\xb4\xad\x83\x45\xe3\x35\xcf\x29\x14\x0d\x80\x17\xb3\x61\x87\x24\xb6\xc5\x6c\x2d\x26\xaf\x27\xb6\x8d\x03\xbe\x6c\xed\x62\xbb\x24\x14\xd2\x6c\x5b\x10\xc1\x73\x1b\x7e\x32\x1a\x05\x5b\x88\x9b\xee\x41\x45\xeb\x9c\x23\x14\xe9\xbb\x9d\x94\xd0\x71\xe3\x41\x93\x07\xab\x26\x7b\xd8\xdb\x14\x49\xec\x29\x5a\x27\xce\xa9\xb3\x90\xb3\x3e\x9d\x55\x04\xaa\x99\x9e\x46\xb5\xae\x68\xce\x7e\x15\x80\xa3\xc3\xaf\xee\xfa\x99\x4a\xe6\xe1\xd8\x0f\x27\x1b\x2c\xa6\x8d\x7d\x4d\x96\x0e\x1f\x6e\xca\x5d\x04\x3a\xce\xb8\x17\x6e\xe2\x9b\xc2\x70\x1a\x81\x19\xa7\x43\x84\x18\x71\xe3\x21\x1a\xce\xf4\x60\x0a\x34\x9c\x84\xeb\xed\x6c\x9c\x14\xaa\x6f\x80\x8c\xd3\x4f\x1b\x8b\x48\x01\x4b\x73\x36\x42\x35\x70\x37\x6f\x02\x98\x13\x55\xa7\xb6\x84\x5b\x2c\x56\x36\xb6\x5f\xc2\x31\xcd\x66\xe4\xa7\xe9\x0c\x8e\xed\x97\x18\x46\x13\xf0\x1c\x41\xa6\x66\x9b\x1b\xed\x97\xff\xdd\x5d\x3b\x85\xf0\x12\x26\xfe\xd7\x6c\x1c\x2c\x12\xe5\x70\xb6\x89\xfd\xc5\xd5\x6a\x40\x28\xed\x7d\xed\x72\x84\xe9\x99\x0b\x1f\x3d\x47\xf8\xda\xbd\xc4\x57\x2f\xe3\x73\xc1\x5e\x36\x0a\x8f\x16\xb8\x76\x59\x41\xbe\xab\xbb\x0d\x1c\xb0\x6d\x29\x84\xd0\x6b\xd7\x45\x22\xff\x57\x87\xb5\x97\x2f\x4c\x5f\xce\x16\x36\x6e\x6e\x6f\x36\x3a\x8f\x2e\x2e\x2d\x84\x90\x40\x0c\x13\xa4\x9e\x7e\xda\x9b\x77\x8f\xda\x3a\x37\x6f\xa7\x91\x33\xfb\x36\xdc\x92\x99\x71\xeb\xb3\x68\x44\xd0\xd0\xeb\x12\xcc\x1e\x2f\xd7\x4c\x21\x7b\x08\xca\x30\x01\xe9\xc9\xea\x64\x80\xf4\x9c\xd9\xea\x71\x11\x1d\x38\xc7\x09\x0c\xcf\xe9\x9e\x07\x18\x1e\x43\xce\xce\xe6\x15\x49\x2d\x6b\x60\xf2\x74\x1c\x60\x67\xd3\x33\xc7\x1e\x43\xfc\x9c\xae\xd9\xe7\xe3\x7f\x0a\x7b\x09\x33\x60\x7f\x1b\xf5\x98\xf8\xe0\x13\x48\x1e\x03\xd8\xcd\xc6\x21\x22\x31\x5a\x66\x33\x58\xa4\x9a\x3a\xe8\x3c\x05\x60\xf4\x09\x3a\x4f\xbc\xa0\x7e\x5c\x3c\x6f\x8e\x2f\x92\xe8\xdc\xff\xef\xce\xf0\x53\x1e\x3b\xdb\xba\x2d\x89\xca\x1f\xad\x7d\x8d\x7b\x2c\x4a\x29\x70\x7c\x72\x42\x21\x68\xc8\x9c\x94\xa4\x3b\x11\xec\x5c\xae\x9f\xeb\x28\xd1\xbe\x7d\x5a\xc1\xff\xaa\x4b\xc8\xb5\xb6\x88\xbd\x20\xd7\x36\x3e\x25\x17\x57\x66\xc3\xe1\xc7\xdd\x4b\x5b\xc4\xb7\xb2\x29\xb8\x01\x6b\xd8\x06\xc6\xc7\x20\x79\xb3\xad\x3d\x1c\xbe\x08\x9e\xcb\xfd\xd3\x09\x40\x8f\xb8\xd0\xb3\xeb\xed\x6b\xc5\xfb\xb1\xf9\x84\xa9\x98\x77\xc9\xff\xdd\xcf\xd1\xf1\x20\xf4\x18\xac\x6e\x82\xd0\x63\x20\x8c\x09\x40\x8f\x81\xb9\x26\x00\x3d\xf1\xd9\xc2\x0f\xae\x6b\xa0\x1f\x01\xca\x63\x28\xcd\x09\x28\x8f\x51\x79\x26\x98\x3c\xc6\x67\x99\xa0\xf0\x18\x4a\x67\x82\xbc\x63\x6c\xa1\x29\xf0\xce\xd0\x9f\xa0\x9f\xd4\x02\x25\x11\xe0\x1d\x63\x84\xcc\x7e\xee\x56\x53\x0d\x5d\x79\x3d\xc9\x06\x85\x67\xef\x69\xfa\xa9\x22\x52\xfc\x94\xfe\xa4\xfc\x6f\xa4\x49\x79\x6d\x4f\x74\x01\xdb\xe6\x9e\x70\xb6\x46\x09\x12\x76\x67\x7a\xbe\xdc\x13\xab\xdb\x9e\xcd\x2c\x62\x64\x47\xdf\xb2\x9f\x49\xd5\x35\x91\x5a\x5c\xe6\xf8\x60\x4a\x6f\xba\x80\xd2\xee\xd0\x03\x8c\xbb\x38\x01\xdd\xf1\x7e\xe9\x04\x66\xc7\x40\x48\xb3\x23\xe0\x87\x87\xfc\x1d\x01\x7f\x3a\x90\xc5\xaf\x4a\xa7\xde\x7e\xa8\xd0\x4f\xc5\xcc\xdd\xcc\x66\x60\xb8\x8a\x19\x28\x0d\x1d\xb4\x97\x1d\x23\xc1\xdc\xf0\xcd\x69\x86\xad\xaf\x51\xa7\x02\xeb\x42\xbc\x74\xcf\x26\x99\xd6\xbd\xea\xff\x21\xbd\xaa\x7d\xfb\xa3\xb1\x53\xe5\x4b\x75\xd7\xc3\x17\x6e\x16\x51\x4d\x80\xe2\xd1\x31\x7f\xf6\xaa\x16\xd9\xfd\x71\x9b\xc5\x1f\x2c\xe4\xe2\xff\x80\x5b\x21\x2e\xc0\xe8\xe9\xa7\xb3\x34\x14\x85\x5e\x9c\x44\x1c\x60\x6a\x2d\xea\x62\xd6\x11\x9e\x6c\xf6\x66\x47\xd1\x22\x95\x03\x87\x68\xbb\x05\xb1\x6a\x01\xf2\xd9\x1e\xed\x9d\x5b\xa2\x04\x02\x99\x80\xfa\x44\x95\xfc\x12\xec\xce\x46\xe0\x23\xe4\x0a\x06\xed\x27\x8a\xa3\x88\xce\xc4\x46\x60\xf6\xbe\xeb\x41\x79\xe8\x10\x9a\x1f\xfb\x3e\xe0\xec\xa6\x62\x60\xd0\x1f\x7b\x67\xa2\x55\xbf\x74\xdb\x69\xf4\x20\x7b\x5c\xc2\x63\xcc\xde\xd5\x12\x5d\xcf\x5b\x3d\x70\x15\x1a\x25\x72\x98\x6c\x58\x13\x0a\x1c\xde\x22\xfa\xa3\x53\x73\x1f\x70\x62\xcb\x1c\xf4\x16\xba\x4a\x17\x33\x76\xec\xaf\xd9\x11\xf4\x16\x27\xa4\x7a\x25\x01\xee\x13\xb3\x87\x1c\x73\x4f\x7b\x52\x19\xde\x51\x13\x6f\x9f\x1a\x8b\x4c\xa5\xe2\xe1\x04\x98\x7b\x36\x98\x85\x16\xa3\x91\x88\x0d\x34\xf4\x8a\xee\x73\xb7\x98\xaa\x5c\x06\xce\xa2\x2b\xdc\x6b\x26\xd7\xef\x05\x53\x71\x96\x5d\x34\xc4\x3a\xb2\x8f\x74\x97\x25\x4c\x50\xb7\x22\x97\xa6\x18\x07\xf1\xd2\x13\xdd\x17\x7b\x49\x50\xa9\x7b\x4f\x64\xde\xdc\xbb\xee\xfe\xd0\xae\xe3\x92\x37\x5c\x81\xfa\xfa\x46\x07\x52\x69\xe8\x7a\xf3\x68\x3a\x16\x11\xa8\xeb\xc1\xde\x1f\x2b\xcc\xc7\x1e\x2b\x4c\x76\x4f\x38\x87\x35\xc6\xf2\xaa\x21\x53\x44\xa0\xae\xe3\xf3\x46\x04\xd2\xfc\xd8\x95\xcb\xce\x6c\x0c\xaf\xc3\xa3\xd3\xfe\xec\x99\xe3\x87\xd5\x32\xed\x22\xef\xe7\x68\x47\xed\x62\x17\x28\x6e\xfa\xab\x2d\x80\x7a\xbd\x72\x67\xe5\xc2\xbb\x2b\x46\x8f\x6d\x49\xad\x64\x30\x44\x4c\x62\x3f\xd8\x5f\x37\xa9\xf2\x17\xc5\xb3\xf3\x7e\x6f\x14\x6d\xf1\x16\xcf\x6c\x01\xfb\xde\x1b\x3a\x90\xdf\xae\x0c\xc9\x84\x11\x1a\xf6\xcc\x87\x9c\x71\x19\x80\x7f\x97\x1c\x24\xe1\x0a\x74\x79\xe8\x6b\x67\xe7\xcd\x82\x99\x3a\xd9\x08\x05\x9d\xb3\x74\x35\xc1\xe1\x0b\x96\x80\xa3\xba\x18\x08\x27\xc5\x96\xb5\x56\x1e\x0b\xad\x4e\x2d\x5d\xf0\x56\x04\x35\xe8\x40\x99\xa8\x13\x73\x18\xfa\x19\xf6\xb4\x81\x82\xe8\xde\xa1\xc7\xed\xdc\x2f\x64\xa0\x85\xff\x1b\xbe\x7b\x66\x96\x3d\xa1\x85\x0f\xcc\xb6\x84\x4a\x99\x62\x06\xd5\x34\xfc\x14\xfd\x39\xfc\x92\xea\x4e\xb6\x1e\xbb\x3f\xfd\x16\x82\x97\x51\x07\x34\x28\x6b\x58\x00\x33\xe8\x24\x9e\xd7\x04\x33\x28\xcb\x4b\x81\x0c\xca\x2a\xfd\x63\x0b\xe4\xec\x0f\xd7\x34\xcb\x6d\x70\xe9\x86\xb0\x39\x13\xc8\xa0\xac\x1b\xcb\x46\x0c\xd2\x8a\x0a\x62\xd0\xa9\x22\x3d\x3c\x2d\xd5\x8b\x7e\x9c\xbb\x82\xd1\xcd\x23\x6d\xe8\xf9\xca\x0f\xf8\x16\x93\x07\xec\x9f\x48\x45\xd5\x15\xd5\xf6\x48\xf2\x60\x2a\x9b\x5d\x76\xba\xb3\x68\x7f\xb4\x2e\xc9\xd8\x5b\x7e\x17\xdf\xa8\x3f\x9f\xf0\x8e\x6d\x83\xb6\x8f\xb6\x0d\x1a\x6e\x03\x96\x50\xf7\xcc\x6d\x60\x69\x76\xf3\xb0\xd1\x83\x34\x66\x8e\xcc\x7e\xc1\xdc\x99\xf5\xca\x4c\x04\x49\xe8\x2c\x5a\x9a\x40\x0f\xca\x44\x7c\x9e\xa0\x07\x65\x57\xe8\xc8\xcc\xe9\x61\x09\x76\x11\xec\x01\x8c\xa0\x24\xd0\xcb\x1c\x0a\x7c\xa7\xc0\x16\xf8\x4c\xe4\xb1\x05\xbb\x43\x8d\x0d\x40\x6e\x2c\x46\x90\x57\x5f\x06\xfb\x7e\x65\xfc\x86\x05\xf2\x8a\xd8\x30\x26\x9c\x03\x57\xed\x60\x2a\x55\x35\x8b\xed\x1f\x1c\x81\x4e\x73\xb3\xe5\x77\x40\xab\x8b\x7e\x27\x0a\x39\xa6\xc3\x07\x40\x40\x59\x15\x10\xbc\x9f\xe2\xd1\xef\x68\x58\xc8\xa7\xff\x3b\xb1\x50\x67\x86\x92\x19\x0d\x6b\x34\x1b\x64\x0f\x2a\x80\x9d\x0c\x86\x6f\x48\x8e\x45\x87\x77\x5a\x74\x67\x96\xc0\x6e\x40\xa2\xc9\x44\x72\x9c\xc3\x1d\x9a\xe9\x75\x81\xd1\xee\x3e\x2e\xd7\x0d\x5a\x12\xa8\x34\x69\x6f\x7e\xc7\x45\x47\xb1\xeb\x1c\x5e\xa2\xd0\xaa\x09\x46\x4d\xf7\x76\xc4\xc6\xa8\xd1\xc9\x67\xb8\x79\xb3\x4d\x46\xf0\xd5\xb8\x37\x6e\x8d\x23\xfb\x5b\x2e\xe1\x9d\xdf\xa3\x05\xf3\x3c\x5e\xba\x2f\xfe\x88\x56\xe9\xef\x3f\x1e\x5b\x45\xd3\xb7\x37\x8c\x03\x8b\xa8\xd0\x41\x7e\x3c\xbb\x44\x53\xed\x12\xfd\x61\x83\xab\xdf\x72\x1d\xba\x5c\x5e\xc3\x9e\xd1\x75\x00\x75\xef\x6f\xb1\x45\xaa\x36\xf7\x33\xd4\x99\xb5\xda\xfc\x18\x35\x68\x70\x80\xa6\x07\xc5\x10\xef\x4d\xd3\xd9\x30\x82\x7f\xb6\xf2\x9f\xdb\x69\x97\xc4\xb7\x2f\x28\xd0\x2d\xb1\x75\xea\x9e\x15\x0d\x51\xe1\x34\xa4\x8d\xd8\x3a\x75\x0d\x2b\x23\xf8\x7c\xd9\x3c\x20\xf8\x7c\xcd\x2e\xfb\x8f\xab\x45\xf2\x3b\x37\x4e\xa8\x8e\x63\xed\x8a\xd0\xd7\xb0\x76\x95\xb6\xb1\x76\x3d\x4c\xb5\x71\x5c\xf9\x1f\x79\xef\xda\xe2\x02\x25\xf1\xb4\xe7\xdc\x07\x6c\x14\x3d\x0f\x87\xc3\x17\x5c\xbf\x38\xa5\x2b\x07\x59\x8d\xd3\x3b\xfd\x5a\x8a\xe6\x61\xeb\x2a\xff\xe3\x6c\xce\x59\x0d\xf8\x33\xa7\xfc\x15\xc8\x99\xa4\x0a\x30\x8d\x59\x2b\x1b\x05\x7f\xa6\x6b\x79\x05\x7f\xe6\xcc\x9b\x5e\xa0\x53\xc0\xe9\x4c\xd8\xb9\x07\x2f\x06\xff\xcb\xb5\x98\x94\xa0\xd1\xf4\xf4\x47\x04\xb6\x39\xe1\xbc\x7a\xd0\xcf\x6d\x15\x65\x92\x4d\x38\xaf\x3e\xd7\x33\xed\x4e\x34\x55\x30\x03\x02\xe2\xcd\xa9\x37\x68\x95\xae\xee\x6a\x8d\x83\x09\x77\x00\x99\xe7\xc4\xbf\xc4\x71\x9a\xc2\x94\xea\x47\x3c\xf5\x23\xd1\x0e\xba\x81\x6d\xf4\x42\x02\xb3\x26\xde\xf0\x83\x1b\xf4\x35\x33\x31\xe6\xde\x28\xa1\xe8\x00\x47\xd3\x75\xcf\x05\x75\xa6\x6b\xd3\x03\x74\x26\x12\x99\xdd\xb1\x9a\x66\x77\x8b\xb7\x7f\x30\x56\x8e\x28\x8c\x53\xe1\x0e\x32\x4d\xd7\x07\x14\x64\x9a\x28\x9c\x96\x14\xd5\x3a\xb8\xe5\xac\x74\x31\x2a\xc0\xdc\x46\x51\xb8\xd1\xac\xd6\x84\x51\x14\xae\xdb\xcf\x56\xef\xd0\x4e\x5f\xec\x16\x9a\x63\x77\x1d\x25\x12\x08\xa7\x66\xa7\x50\x55\x2e\xed\x37\xcb\x37\x7c\xa0\xc9\x9c\x60\xc4\x42\x99\x64\x36\xab\x93\xe8\xe9\xc7\xfe\x7f\x7f\x98\x1c\x5e\xa9\xf7\xea\xd7\x0c\xf5\xda\x68\xa5\x73\x6e\xcb\x19\xec\x68\x5e\xae\x24\xe4\x32\x60\x26\x5d\x93\x07\x58\x26\xf1\x82\x6f\xe1\x92\x5f\xb2\xff\x87\x2c\x23\x9a\xd8\x04\xa8\x24\x3e\x45\x0e\x0e\x60\xaa\xf7\x14\x41\x2d\x49\x49\x5b\x16\xb0\x25\x49\xaf\x71\x60\x4b\xb2\x26\xb5\x69\xcc\x30\x6d\x59\xe0\x91\x74\xbd\xbe\xe6\x36\x72\x75\x53\x2d\x7f\x90\x3d\x14\xea\x0c\x8e\xf7\x9c\xcf\xae\xbb\x3f\x62\x76\xa9\x75\x4f\xd8\xa7\x66\x8b\xc9\x01\x8c\x9e\x65\x13\x86\xa9\x2f\xd7\x44\xb7\xae\xd9\xe5\x8a\x6e\xbc\xa7\xc9\xcb\x12\x61\xcf\x2e\x14\x8a\xae\x59\x53\x6f\x05\xaf\x13\xcd\xad\x26\x0f\x73\x63\x61\x73\x5e\xe3\xc6\xa0\x53\xd3\x34\xdc\x97\x5a\xea\x14\x6d\xda\xbb\x2f\xf3\x65\xfa\xc9\x81\x0c\xb0\xa2\x05\x6c\xe2\xdf\xa0\x9b\xd7\x7c\x9d\x7e\xc3\x02\x17\x2f\xc8\xfd\x6d\x26\x42\x21\x1c\xa6\xe8\x54\x30\x85\xf7\xd2\x66\x36\x97\x33\x06\x96\x0c\xde\x49\xd7\xeb\x04\xbc\x93\x78\x61\x2a\x6a\x02\x8f\x9c\x06\x09\xd7\x03\x1a\xec\x93\x54\xa8\x2e\x70\x27\x5d\xdf\x92\x4b\x53\x53\xc6\xd6\x01\xdc\xc9\xb9\xc5\xe4\x25\x1a\xb4\x76\x89\xeb\x60\x2a\xb1\x89\x17\xfb\xa4\xa8\x48\x5d\x46\x03\x57\x98\x5e\x46\x03\xd7\x84\x00\x14\x4a\x34\xcb\x37\x1f\x62\xc7\x6f\xd1\x76\xa4\x2c\x50\x28\x91\x68\xf0\x43\xee\x30\xfc\x91\x30\x0c\xfd\x91\x07\x0a\x94\xe2\xea\x03\x0e\x25\x5a\x93\xf8\x01\x83\x28\x7e\x6d\x57\x73\xf2\xe3\xb3\x9a\x64\x49\xf6\x2b\x8c\xef\x92\x87\x6a\x3d\xb8\xb6\xe7\x3c\xab\x01\x80\x93\xf8\x32\x2d\xd0\x7d\x4f\x1b\xca\x45\x40\x14\x3d\x47\xae\x64\xf7\x93\x23\x54\xcf\xac\x2c\xb9\x36\xe3\x64\x4e\x5d\x86\x16\xd3\x59\xfa\x52\x11\xd5\x45\xf9\xca\xbb\xfa\xbe\x09\xad\x54\xcb\xe2\xa5\xb7\x7d\xde\xa9\xe0\xc8\x98\x0c\x00\x22\xe9\x1e\xdd\x83\x43\x92\x0e\x9d\x2b\x2f\x99\x2b\x12\x0b\x50\x92\xee\x91\xfc\x55\x9c\xe9\xd3\x17\x8c\x2a\xa2\xf6\x92\xd1\xba\xfb\xbf\xf0\x79\xa8\x79\xff\x70\x54\x93\xc9\x9c\x54\xd3\x12\x99\xde\x88\x4e\x00\x4a\x0c\x68\x3c\xc5\x24\x39\x34\xda\x03\x4a\xd2\x09\x4a\x3d\xc5\x21\x49\x7a\x0f\x5f\x72\x5a\x84\xfe\x25\x74\x25\xe8\x60\x13\x20\x92\xae\xda\xbd\x71\x48\xe4\xcd\x17\xc6\x27\x82\xc8\x4d\x30\x49\x7a\x62\x97\x7b\x19\xc1\x78\xee\x17\x4c\x2f\x38\x07\x68\x23\xdd\x23\xcf\x0b\xb3\x92\x87\x70\xa0\x8d\x74\x8f\x19\xc1\x14\xe9\x1e\x82\x5d\xb8\x45\xec\x99\x8d\xee\xea\x89\x0c\x28\x13\xc9\x73\x7a\x80\x25\xa2\x30\x32\x18\x59\xd1\x8d\x37\xc8\x12\x5d\x5e\x78\xa9\x96\xba\xf1\x06\x59\x22\x1a\xc1\x0f\xce\x14\x34\xa3\x5f\x9b\xad\xda\x39\xf7\xee\x1c\xdf\xa8\x19\xba\x30\x6e\xf9\x35\x25\x6a\xc3\xd8\xa3\x7c\xef\xa1\xa1\xab\xe4\xb8\xcd\xff\x11\x0a\xee\x58\x2f\x62\x55\x69\x48\xbf\x7e\x2c\x18\x7c\xf7\xd9\xeb\x9d\x2c\x8f\x77\x01\x69\x89\xc7\xdc\x7a\x76\x6e\x40\x09\xb7\xa9\x97\xf0\x89\xea\xb8\x40\x40\x74\xcd\xe8\x42\x40\x4c\x1d\x51\x2f\x99\x2e\x12\xfc\x32\x62\xed\xe1\xcc\x30\xb0\xa2\x6e\xb3\xe0\x41\x9c\x5b\x15\xbe\x34\x4e\xb8\x6d\xbd\x70\xd4\xd6\x9d\xe9\xc2\x4f\xbb\xef\x1c\xb6\x37\x5b\xc8\xc3\x0b\x12\x7d\xbb\x74\x7f\xd8\x91\xf6\xd7\xb7\x4b\xa4\x8b\x3f\x74\x6f\x24\xcc\xb5\xb9\x2b\xcc\xf9\xfa\x76\xaf\xd2\x2d\x38\x67\x67\x19\x97\x6a\x2d\x3c\xff\xd2\x51\xdb\x7d\x8e\x48\x10\x80\x35\x4e\x90\x20\x7a\x82\xb3\x5f\x1f\x7d\x22\x7d\xd1\x0d\xb0\x6c\xc0\x1f\xba\x16\x16\xb0\x1f\xe2\x43\xd4\x63\x31\xdb\x61\xdf\x97\x61\xb0\xb2\x13\x59\xf3\xc5\xfc\x63\xf0\xaa\x79\xc9\xf5\x61\xf4\x97\x57\x98\xdc\x29\x6d\x38\x08\x77\x4a\xb7\x7e\xdc\x6e\x88\xc0\x83\x88\x25\x5a\xf8\x91\x1c\x08\x93\x65\xeb\xe0\x1b\x3a\x0c\xee\x7e\x1b\x45\x44\x15\xff\x26\xfa\xd5\xe1\x40\x8a\x02\x71\xd8\xfb\xb7\x7c\x5f\x9f\xe2\x5b\xfe\xae\xbb\xf0\x7d\x3a\x13\x90\x35\xa0\x3a\xc4\x0f\xca\x54\x13\x86\xf1\x03\xeb\x10\x1f\x33\x3f\x0b\x72\xf8\xbf\x83\x8f\x10\x12\xd8\x61\xea\xc2\x2a\xb0\xc3\xe1\xf6\x0c\x30\x87\xae\x35\xe1\x36\x3c\x64\x66\x79\xde\x89\x45\x0f\xe7\xba\xd5\x89\xbd\xd4\x0a\x82\x43\x7c\x8b\x16\x27\x43\x00\xb3\x40\xc4\x70\xd8\x1b\x82\x3b\x98\x78\xcd\x4c\xd0\x3b\x07\x63\x71\xb3\x74\xc3\xc2\x8f\xdd\x46\x7d\x08\xdc\xd1\xdd\x44\x98\xd2\x9f\x09\x3c\x87\xb3\x59\x86\x5e\x03\x7a\x28\x83\xe7\x70\x7a\x1a\x28\x9e\x83\x8e\x1c\x37\x5c\xdb\x2b\x41\x37\x67\x07\x46\xae\x00\xe6\x21\x7b\xa5\x40\x60\x87\x63\xf7\x68\xd9\xcd\xf0\x4b\xce\xd5\x6a\xf6\x45\x76\x5a\x1e\xbc\xb9\xab\x85\x82\xd3\x90\x09\xb1\x39\xef\xba\x5b\x41\x86\xe0\xba\x5d\xd5\x0f\x68\x86\x53\x37\xa3\x5b\x55\x57\x77\x07\xf1\x18\xf6\x86\xe7\xd6\x07\xcd\x2d\x1c\x80\x0c\x51\x13\x3e\xdc\x5c\x80\xc8\x12\xd1\x19\xf6\x66\xe8\x6e\xbb\xf6\xd4\x4b\xbb\x81\xfb\x30\x90\x16\x8a\xde\x74\x20\x2a\x0c\x6d\xbe\x77\xdf\x73\xd3\x1f\x76\x8a\xff\x57\x12\x91\xb9\xcb\xaf\x90\x00\x20\x2a\x44\x0e\x4a\x37\x2a\xb0\x47\xee\x80\x25\x44\xe9\x8c\xc8\xa0\xb3\x1d\x42\x4c\xef\x7b\x5f\x06\x40\x42\x64\xa1\x5b\xb8\xb7\x7b\xec\x71\x1b\x8e\x34\x02\xe5\xd6\xda\xee\x09\x32\x38\x0a\xe7\xde\x96\xdd\x46\x96\xf7\xf8\x6e\x83\x27\x78\xf4\x05\x78\xc2\xa9\xe5\x1e\xf0\x04\x63\xc9\x4f\xb1\x13\x0e\xdd\x85\xef\xc9\x70\x39\xc0\x93\x5b\x1f\xdd\x44\xce\x0e\xff\x97\xdf\x21\x78\xee\x69\x3f\x22\x5f\x40\x58\x88\x4f\xf9\xc6\xf1\xb2\x91\x97\xcb\xcf\x55\x7e\xa9\xcf\x64\xdf\x30\xf6\x96\x7e\xed\x66\x51\x4c\x08\xbe\x4c\x90\xcd\x79\xe3\xc3\xa5\xc1\xfa\xd6\x10\xaf\xaf\xef\xcd\xf5\xa4\xdd\xa8\xcb\x80\xe6\x14\x7e\xef\x46\x51\xad\xd8\x5a\x18\x46\x7f\xde\x86\xb4\xd0\x07\xf8\xe6\x58\x5d\xfd\xe7\x36\xe8\xb0\x47\x75\x37\x12\x70\x1e\x69\xfc\x89\x17\xde\x38\x81\xa9\x48\xdc\x21\x1e\x0d\xbe\x3f\x6f\x2d\xfc\x6e\x3d\x6f\x2c\xfc\x53\x77\xc0\x1b\x59\x79\xec\x09\x8a\xac\x54\xd1\xba\x3d\x82\xf7\x00\xfb\xc6\x6c\x93\x93\xff\xef\xfe\x62\x52\x3c\xce\x62\x4b\xd4\xf3\xcb\x49\x8c\xe3\x57\xde\x9f\xdd\x7d\x6f\x76\x96\x23\x4a\xd0\xad\x19\xdf\xcd\xee\x8d\x7f\xd7\x9e\xdd\x2f\xf7\x69\x1c\xc6\x77\x97\xc7\x54\x7b\xed\x0a\x6b\x85\x40\xd4\x4e\x73\x8b\x90\xa4\x8b\xde\x8d\x07\x75\x51\x36\xdf\x78\x6b\xed\x35\xc0\x06\x23\xa3\x97\xdc\x1f\x93\xc8\x81\xfb\x2c\x9b\x9a\x23\x33\xb7\xf9\xe0\xfe\x76\xe1\x94\xc1\x29\xba\xa7\xd7\xf7\x27\x20\x91\xb5\x22\x56\x46\x75\x13\x7b\x7f\x76\xef\xfe\xb1\xfc\x41\xfe\x45\xf7\x9a\x05\xe9\xb8\x3b\x11\x3b\xff\xee\xe9\x25\xf7\x70\x36\xe2\x98\xed\x69\xea\xbd\x76\x4d\xa8\xfb\x52\x1a\xc9\x3c\xbc\xdd\xeb\xd6\xfe\xd6\x31\x3b\x3b\xef\xf4\xc5\xd6\xfe\x74\x2f\x47\x9a\x41\x7c\x42\x1c\x0e\x2f\x11\x3f\xc4\x89\x3c\x3c\x0d\x7f\x38\x63\xf7\x24\xfe\x41\xfe\x79\xe6\xf0\x70\x94\x9e\x99\xff\x0f\x86\x22\x6b\xf2\x1c\x8c\x73\x31\xef\xee\x06\x33\x3c\x24\x1a\xfc\x4f\xf8\x90\x6e\x22\xd9\x10\x1b\xda\x27\x24\x64\x91\xe5\x3f\x06\x40\x76\xf7\xfe\x60\x4e\xca\xc8\xf1\x87\x03\x77\x5b\xf4\x60\x4e\xb2\xa3\x9f\xb3\xf2\xbf\x1f\x72\x45\x5b\x74\xc8\xca\x6e\x58\x88\x07\x2b\xfe\xa1\xd7\xfb\x73\x3a\x49\x6c\xdd\xde\x08\x61\x14\x78\xb0\x25\x65\xb6\x4b\x4f\x72\x51\xb2\x45\x7c\x0c\xab\xac\x39\xe8\x49\x76\x0e\x35\x41\xa0\xe6\x62\x6e\x05\x6a\xf7\x85\x03\x65\x57\x19\x30\xd2\xfd\xfe\x93\xd4\xb3\xac\x58\x72\xa0\x6c\x22\xc6\x7e\xc0\x28\xe7\x83\xcd\x29\xef\xd2\xf1\x7e\x85\xb3\x3f\x58\xf3\x33\xb2\xf5\xf1\x24\x5f\x47\xe7\x47\x71\xcc\x46\xe6\xd9\xe2\x18\xce\xf6\xec\x1d\x95\x83\xe3\xfd\x65\x0f\xfc\x05\x8f\x29\x88\x35\xb0\x63\xba\xec\xef\xc9\x06\xbb\xf2\x53\xb2\xeb\x6e\x81\x54\x8a\xad\xd6\xa3\x47\xdf\x9e\x23\x7a\x94\x6b\x3c\x78\xb0\xfa\x1f\x32\x43\x51\x65\xa6\x6e\xd6\xa0\xca\xf4\x8c\x40\x06\x55\xa6\xe7\x6a\x0e\x7c\xdb\x1d\x1d\x63\x37\x6b\x62\x78\x2a\xae\x89\x56\xbd\x2a\xf8\xfe\xec\xff\x22\x4c\xcc\xd4\xaf\xfc\xa9\x0a\x2c\x56\x3b\x38\x31\x45\x9d\xfe\xf1\x2a\x94\x2e\xd8\x20\xc3\xf4\x0c\xcf\x7e\x0c\xb9\xa5\xce\xf2\x18\xd5\xd9\x2b\xe2\xc0\xc4\xc4\x0f\x7a\xaf\xee\x8a\xfa\x31\x57\x38\x1b\xb6\x87\xe3\xfe\x6c\xf1\x4d\x25\x13\xa6\xf2\xb4\xdd\x04\xdf\x6c\x0e\xe3\x1b\x7b\x83\xba\x6c\x9d\x00\x1e\xf8\x18\xca\x79\xcf\xb0\xee\x9c\x44\x90\x3e\x86\x6c\xf6\x78\xee\xe9\xf6\x2c\xdf\xea\x7b\xea\xf9\x83\x15\x6b\x8d\x0d\xe0\xa1\xc7\xf3\xe3\x49\xbd\xe7\x4f\xcf\x47\x6c\x7f\x78\xcf\xa3\x9b\xaa\x5e\xcb\xcf\x67\xbd\x68\x16\xe1\x05\xb5\x9f\x3c\xec\x09\x00\x37\x9a\x00\x56\x74\xc0\xc5\xe7\x23\x73\x43\xbb\x00\x89\x22\x3e\x44\x66\x42\xaf\x7b\x69\x07\x54\x8a\x4c\xc4\xfc\xf9\x2c\x9c\x11\x5d\x26\x5e\x3a\xd1\xbe\xf3\x6c\x7e\xc6\xec\x7c\xb7\x89\x86\x69\x0b\xc4\x44\x27\x6e\xf5\x7c\x65\x4e\xf4\x01\x68\x13\x59\x0b\xe8\x2b\xa3\x42\x31\x79\x65\x54\x4d\xba\x63\x8b\x44\x15\x55\x42\x21\xf4\x6a\xc6\xd6\x41\xfa\x95\xef\xc0\x9c\x5e\xf9\x0b\x6c\x55\x90\x08\x95\xc8\xd7\x83\x41\x4d\x4b\x2f\x0a\xb7\xb1\x42\x5e\x6e\x42\xea\x91\xf6\x26\xab\x47\xb5\x31\x35\x03\x2f\x3b\x5f\x7c\x73\x0c\x95\xf7\x6a\x76\xde\xe9\x1f\x6a\xe4\x77\x64\x91\x6c\x3c\xde\xac\xee\x80\xfc\x7a\xb3\x1d\x0b\x3b\x79\x05\x44\xd7\x78\xf3\x66\xfd\xca\xcd\x62\x05\x31\xb8\xbc\x59\x2d\x28\x9b\x8a\x65\xdc\x4d\x65\xcd\x69\x05\x77\x44\x32\xac\xf7\x2d\xbb\xc7\x29\xb0\xc8\xfe\x90\xef\xaf\x8a\xb8\x1d\x55\x54\x0d\xa7\x3f\x68\xac\xb5\xf2\x2a\xa4\xcb\xfb\xc5\xa3\x47\x0b\xe7\x5b\x9c\x83\x70\x8a\x17\x0b\xb4\xf7\xdc\x5f\x95\x72\xa6\xe3\x5b\xdd\x8c\xd9\x0f\x44\xc3\xcb\xce\x03\x56\xa3\x77\x94\xdf\xbd\xe4\x60\x14\x6f\xa3\x7f\x58\xbf\x6f\x2c\xb9\xdc\x37\xdd\xae\x62\x91\xbe\x7b\xf9\x55\xdf\xd0\x8c\xfd\x62\x37\x83\x32\x84\xef\x90\x4b\xbd\x82\x39\xb9\x32\xc0\xf2\x10\x51\x66\x82\xe5\x91\xbd\xaa\xf5\x36\xfa\xd0\x11\xe8\x8a\x54\x9a\x81\x67\x6e\x76\x86\x74\x25\xba\xcd\xc0\x63\x46\xf3\xea\xdb\xdd\x38\xa2\x03\xbc\x5d\xd3\x79\x35\xfb\xe7\x0f\xca\xf3\xce\xc7\x9c\x7f\xbc\xe6\x21\x68\xc7\xd4\x03\xfc\x1d\x1b\xa3\x84\xb1\xe6\x3e\x46\xde\x2f\xec\x55\xe9\x2a\xeb\x2e\x04\x11\x3c\xe4\x5e\xaf\x81\xe6\x34\xc1\xbc\x5e\x59\x84\x19\x03\xe0\x91\xb2\xe6\xad\x77\xba\xa3\x81\x7f\xbf\x3a\xc7\x1c\xec\x57\xdf\x69\x43\xc9\xe2\x15\x8b\xc3\x6e\xba\xe8\x7d\x36\xa2\xef\x45\x55\x30\x6f\xbd\x3b\x1c\xdc\xe1\x0f\x98\x8c\x5f\xf2\x92\x84\x67\x1a\xef\x65\xf8\xc0\xc3\x1f\xf4\x3e\x5c\xe6\xdd\x06\x7b\xf8\x28\xc0\x1e\x3d\x3b\xa8\xd8\xe8\x8f\x9d\x48\xc6\x69\xad\x6e\xe6\xe6\xf4\x85\x55\xb7\x56\x77\x54\xdd\x5b\xba\xc0\x7a\xf4\x6c\x2f\xdc\xbb\x22\x16\xa1\x40\xb0\xee\xde\x98\xd0\xaf\x1d\x8c\x8f\x48\xc6\x9b\x87\xb9\xed\x20\x3c\x89\xef\x52\xc6\xb3\x27\xa4\x2f\xec\x12\xbe\x8b\xa6\x5d\xec\xdd\xad\x69\xc3\xc2\xdf\x67\x57\x91\x46\xed\xb0\xe9\x87\xd9\x17\x59\x68\xd4\x9b\xf9\x9f\x44\xa2\x9a\xcb\xc2\xc1\xee\xe8\x46\x6a\x01\xba\xa3\x17\x7b\xfa\xdd\xc0\x9a\xbe\xb0\x77\xd9\x9b\xbc\x86\x05\x90\xbb\xbf\xdb\xc4\x64\x43\x3e\x67\xb4\xbd\xf2\xa9\x71\xa0\xd5\xbe\x9f\xb5\x37\xd5\x3e\x3f\x32\x95\x76\x0d\x94\xb5\x77\xab\xcb\xc8\x8a\x17\xb7\x98\x72\x98\x6a\x97\xef\x0b\x9b\x45\xed\x0d\x4b\xeb\xfe\xfc\x5d\x78\x2e\xca\x54\xb8\xff\x7f\xa8\x6c\x0b\xec\x51\x37\xbf\xe7\x94\xa0\xb0\x3f\x7f\x91\x28\x1e\xd6\xbd\x18\x96\xf4\x3e\x04\xe4\xa3\x17\x9b\xbb\x76\xd9\xd1\x8e\xcf\x93\x54\x5d\xeb\xbf\x63\x37\x64\xf2\xe3\xf2\xcd\xc1\x8f\xd7\x1f\x89\x1f\xfb\x03\xd1\xc4\xcf\x8b\xfb\x8a\x21\x00\x3c\xe2\xcd\xe0\x07\x16\x3d\x76\x98\x9f\x76\x1c\x7d\xd4\x3f\xaf\x7f\x28\x59\xbf\x50\x4e\x7b\xb1\x32\x5c\x24\x2b\x7e\xb7\x6b\x11\x26\x37\x9e\x78\x06\xc3\x04\x92\x21\xfa\xc1\x17\xb7\x9f\x35\x47\xc8\x68\xef\x80\x7f\xdd\xf6\x9a\x68\x87\x51\x8d\xff\xc7\xbe\x4e\xc1\x0b\x1c\xf1\x74\xeb\xf9\x44\x48\xd4\x51\x1c\xb0\x86\x68\x06\xfd\x30\xe8\x5e\x9b\xc4\x36\xbd\xc0\x04\xc0\x5e\xe8\x05\xfe\x0d\xf4\x42\x51\x4d\x01\x6e\xa1\x17\x18\xcd\xe7\x91\xdf\xb1\x7f\xe8\x34\x6e\xe6\xe1\x0b\x7f\xec\x56\x58\x04\x35\x4f\x7f\xd4\x00\xbf\xbd\xcf\x47\xdc\x7d\x13\x4b\x8a\xdd\x7b\xed\xc9\x41\x77\x5d\xd6\xc6\xff\x43\x0f\xc9\xf0\xf3\xcf\x70\x5d\x6a\x15\x20\x34\x74\xc0\xe0\x26\x00\x0d\xdd\x78\x55\x80\x32\x44\x22\x3a\xe5\xb2\x62\xf4\xc9\x66\x4e\xac\xfc\x0d\xca\xa0\xc4\xfa\xb6\x01\x00\x65\x07\x28\x86\x24\xb2\xef\xfc\xd8\xf4\x7b\x4f\x14\x58\x86\xee\xdd\xe4\x0f\xee\x54\x92\xff\xb3\x78\x8a\xff\x13\x9a\xd6\x89\x49\xf8\xed\x6e\xd9\xc1\x9c\x4a\xdf\x05\x38\x2d\x4f\x7f\xe0\x82\xd0\x2d\x0c\x40\x38\x64\xcc\xf7\xe8\x50\x66\x5f\x3f\x04\xb3\xd8\xff\xef\xd1\xa1\xdd\xcf\x1e\x11\xca\xe6\x8a\xf4\x0e\xf1\x02\x42\x43\xd7\x9d\x41\x84\x86\x86\x7c\x00\x95\x41\x44\xb2\x09\x28\x43\x52\x1b\x07\x94\xa1\x97\xec\xff\xca\x10\x6b\x1e\x5b\xfa\xda\x8a\x2f\x00\xf8\x76\x4a\xef\xdd\x3d\x75\x7a\x2d\x8c\x2a\x71\xac\xe8\x55\x9a\xef\x65\x99\x64\x0b\x5b\xb6\x9a\x5a\x04\xbf\xea\x85\xed\xe0\xf7\xb9\x2b\x61\xc9\x7f\x5c\xcb\x2a\xf6\xd3\xde\xdc\xa3\xa4\x01\xf5\xd0\xcb\x4e\xa4\xfc\x6d\x66\x87\x0f\xd9\xb8\xb5\xc7\xd1\x1f\x44\x3d\x56\x7e\x7f\xcb\x4d\x34\x9b\xa2\x0f\x73\x77\xd9\xff\xdb\xd6\xec\x0f\xbb\x13\x36\x08\xec\x43\x2f\xb0\xe4\x6f\xed\xca\x47\xaa\xb5\xb9\x0f\x2b\x5e\x6c\x86\xe9\x95\x84\xb5\x0d\xcf\xc5\x37\x1f\x71\xca\x12\xff\xbb\xb9\xa7\x17\xd7\xe9\xce\x01\xc5\x72\x9d\xbb\x96\xbe\x51\xb7\x43\x5d\x05\x93\xe1\xf4\x3a\x36\x98\x0c\x91\x9f\x52\x50\x7c\x0b\xd3\x64\x6d\xde\x95\x7d\x61\x87\xa1\x01\x82\xc3\x10\x3f\x4c\xa6\x40\xda\x1f\x53\xb1\x29\xfe\x58\xbe\x89\x4e\x5e\x78\xce\x79\x68\xbd\xd8\x72\x17\x74\x9c\x95\x76\xef\x99\xc8\x7d\x1b\x0a\x28\xf8\x09\xbd\x30\x85\x00\x49\x88\x12\xc9\x92\xad\x31\xca\xda\xca\xbb\x62\x24\xcb\xbb\x62\x54\x59\xd0\x03\x6f\x7d\x00\x7a\x90\xcb\x4e\x45\x90\x3f\x67\xc5\xca\x7b\xc5\x50\x3e\x4a\x32\xc0\x6d\x13\x38\x84\x48\x45\x29\x7b\xe3\x0b\x2f\x05\xdd\x20\x7e\x90\x05\xaf\x8d\xe9\x1d\x12\xf0\x0d\x52\xde\x63\x51\x60\x1c\xd5\x2c\xf7\xbf\xfe\xaa\xfa\x2a\x08\x63\x60\x74\x8a\xa5\x87\x9b\xcd\xe2\xc0\xd0\x48\xab\x4b\x04\xd4\x13\xe5\x1b\x44\x83\x5e\xea\x1f\x7d\xa2\x37\xda\x81\x97\x4a\x56\x75\xf8\x1c\xd7\xba\x7b\x89\x42\xdd\x04\x7b\xef\x61\x55\xc5\x87\x43\xee\x5e\xd7\x2b\x1b\xab\xca\xd3\x1c\xcb\x86\xe4\xf5\x45\x43\xd3\x40\x3b\x58\x4d\xb6\x39\xfc\x31\xcd\x4e\x91\x9c\x29\x16\x07\x9c\x3b\x6d\xa5\x49\xdf\x65\xf8\x62\x97\x41\xa3\x9b\x33\xd9\x79\x61\x54\x68\x2f\x5b\xac\x6e\xf7\xa3\xde\x2f\x34\xec\xc2\x0a\x5d\x5d\x86\xea\x84\xe9\x8e\x0b\x1c\x75\xb1\x39\x2e\x2e\x04\x2e\xbc\x95\xe6\xa7\x9c\xae\xd5\x17\x1b\x19\x9b\xef\x02\x30\xa4\x8d\x7a\x0d\x07\xdf\x29\x36\x5d\x54\xf0\xa3\x35\x15\x26\xec\x5f\x96\xa2\xcd\x35\xb5\x45\x9b\xf3\xd5\x68\xcb\xba\x81\x80\x10\xd1\xb5\x81\x81\x10\x51\x3d\xf8\x14\x20\xe2\xd8\x39\xb8\x98\x5c\x5c\x52\x97\x0b\xd7\x79\xa8\xb3\xb8\x7b\xa1\x25\x06\x9e\x66\x0a\xf0\x22\x22\x3f\xc9\xf0\xee\xdb\xb7\x3a\x96\x41\x1a\x65\xd1\xcb\xdb\xbe\x0a\x2a\xf0\x19\xe2\x0d\xd5\x7f\xcc\x83\xb2\x2d\xc4\x42\xd1\xf2\xba\xf0\xbc\x3b\xf0\xc9\xbf\x3a\xba\x73\xe5\x1a\xca\x75\x6b\x91\xe1\x92\xc8\x3b\xf2\xf3\xbe\xd8\x13\xb9\xd3\xca\x6f\x15\xa8\x83\x3d\xbc\x04\x56\xe8\xc9\xdc\x79\x47\x7e\x5f\xfa\xe3\x4c\x38\x62\xbc\xa3\x1c\xaf\xd6\xc3\xcc\x5d\x3c\x09\xdc\xf2\xd3\x4f\x64\x13\x2e\x2a\x17\x1a\x81\x84\xcb\xdd\x62\x70\xf3\x4d\xf0\xf4\xa2\xfc\x66\xc1\x0f\xb2\x70\x1a\x21\x61\xed\xee\xea\x9b\xf0\x56\x6d\x2e\xbd\xfe\x10\xf8\x68\x1e\xbf\x29\xbe\xd3\x3d\x70\xfd\xf9\x86\x00\x2f\x1e\x79\x4a\x30\x08\x00\xae\xaf\x12\x86\x84\xf1\x9b\x65\xd9\x96\x69\x29\xe7\xfb\x18\x58\x81\x53\x3b\x08\x22\x63\x76\x1c\x20\x25\x70\xa1\xb6\xe0\x10\x2b\xe1\xd6\xa0\x34\x8e\x1f\x82\x47\xc8\xf9\xf8\x49\x01\x86\xdc\x59\x70\x6a\x95\xa0\xe5\x81\x7b\x8c\x12\x3e\xcd\xa1\x23\x6f\x02\xbc\xe7\xec\x38\x8d\x48\xd0\xa2\xcf\x92\x7b\x47\x49\xef\xa3\xfa\x8b\x29\x5f\x02\x2c\xd5\xd3\x00\x09\xec\x9e\x34\x9f\x43\xd8\xe6\x15\xfc\x85\x25\xb0\xbb\xd5\xc4\x2d\xc1\x1b\x1e\xe7\xf1\xf3\xd1\x57\x38\x6c\x0c\xe2\x10\x40\x42\x3b\x33\x01\xd1\x24\x78\x19\x1c\x3b\x30\x04\x41\x7e\xb4\x49\x4b\x10\x30\x98\x68\x23\x12\xf0\x23\xc8\x9c\x92\xbf\xa3\xe4\x17\xab\xc5\xa9\x55\x4b\xc2\x1e\xfd\x79\xfc\x10\x8c\xb7\x82\x54\x83\x60\x3d\xdc\x3b\x6f\x82\xc5\x8e\x9f\x2c\x22\x89\x69\xe5\x80\x00\x7a\xcc\xe9\x2e\xff\x1d\xa5\xbc\x62\x06\xaa\xc2\x4b\x40\xde\x64\x9c\x47\x25\xc0\xb4\x55\xe6\x25\x78\xff\xa6\xfc\x11\xb1\x7d\xa7\xbe\xcd\xde\x7f\x08\x42\x35\xb2\xdc\x25\x7c\xfb\x7b\xe3\x87\xc0\xd9\x80\x0a\x19\x04\xa4\xf6\x29\x22\x9f\x04\xcc\xc7\x6a\x57\x12\x8a\xdf\xc8\x3f\xdf\x90\x75\xf4\x52\x2c\xa5\xbe\xa2\x5b\x77\xe2\xe7\x6f\xc2\x67\x18\xb6\x73\x13\x36\x86\x24\x7c\x10\xc2\x27\x06\x43\xd9\xdd\x59\xdf\x4f\x8c\xe4\xb1\x4b\xa9\xef\x3a\xac\xc7\xfc\xc9\x02\xfa\x50\x10\xec\xbd\xf6\x02\x7a\x7c\x8a\x2f\x07\xc1\xed\x75\xaf\xa9\x6e\xc2\xc7\x51\xfa\xd8\xbf\xfb\xfb\xe8\x23\x5e\x37\xb3\xe9\xef\xeb\x61\x77\xdd\xec\xa8\xff\x4c\x15\x60\x72\x24\x60\x50\xea\x40\x50\x4b\x60\x2f\xd6\xb9\xfb\x29\x61\x9a\xa2\xfe\x43\x78\x24\xa4\x1f\xc2\x65\xf8\xd9\x7a\xfe\x10\x98\xa1\xbd\xd6\xdf\x7a\x7c\x3b\x18\xe4\x4f\x8a\xcf\x78\x31\xb5\xa5\x5f\x82\xfd\xf3\x5b\xb1\x0d\x70\x55\xfb\x2f\xa1\xdb\xb8\xf1\x93\x65\x89\x29\x56\xe5\xc6\x65\xbc\xaf\xf3\xa5\x6e\x66\x33\xde\x4f\x84\xad\x1f\x46\x31\x7e\x3e\xda\xfe\x21\xe0\x77\xde\xdb\x66\x36\xf3\xfd\xbc\x50\x59\x36\xaf\x8d\xfd\x3a\x35\x6d\x7b\x09\x5f\xaf\xe6\xf4\xde\x76\x8f\x5d\xaf\x30\xda\xbd\xed\x69\x7f\xbd\x1a\x96\x7a\xab\x3f\x29\xd8\xf6\x9c\x9d\x48\x86\x10\xd4\xac\x7a\xdb\xd3\xe3\x7a\x85\x44\xea\x6d\x73\xb0\xfb\xf5\x50\xc7\x2d\x94\x04\xbc\xd5\x3a\x11\xdd\x21\xec\x35\xcd\x91\x2b\x84\x4f\x4f\x83\x53\x61\x54\xee\x17\x9c\x9c\x74\x70\xc1\xf3\x1d\xe5\x79\x5f\x43\x6b\xf4\x3d\x1d\x9e\x9f\x19\xc5\x81\xc4\x26\x38\x0c\x9b\x2f\x3c\x2f\x48\xa2\x91\x22\x6f\x02\x2a\xca\xd9\xfb\x1e\xca\xe7\x45\x9e\x9e\xe5\x2c\x3f\xa5\x2c\x83\x5d\xe0\x93\xb9\x09\x3b\x4b\xf9\x25\x58\x6c\xfb\xfd\xe8\xbb\xaf\xc7\xff\xf3\x8d\x4b\x42\xfa\x25\x2c\x09\xbf\xdf\x70\xe9\x13\x49\x4f\x82\x80\xce\x6c\xc6\xdf\x51\xde\x1f\x61\xd4\xc7\x3f\x84\x5b\x42\xf9\x21\x54\xbb\x70\xf7\xfa\xfb\xee\x33\x8c\xbe\x9b\xff\xbe\x8f\xa5\x8c\xf3\x27\xcb\xab\xbf\xda\xd8\x2c\xed\x7d\xdf\x69\x8a\x2d\x26\xde\x9f\x2e\x9c\xc7\x4f\x8a\x0f\x4f\xbf\x3e\x4a\xfe\x25\x4c\x09\xe7\x2f\xc1\x53\xb3\xf9\x9b\x42\xf6\x31\xca\x4f\xd5\x41\xa0\x3b\xfb\x68\x3f\x29\xc0\x85\x3b\x3b\x17\x13\x25\x20\x58\xc5\xf7\x91\x80\x75\x58\x78\x99\x4d\xd8\x97\x1f\x7f\x6a\xba\x76\x34\xe6\xfe\x53\x53\xb0\x91\x42\x35\xfa\x2d\xd6\x5b\x55\x63\xf7\xfa\xf7\x33\x0b\xc7\x9e\xb8\xdf\xfb\x88\x8a\x3a\xf6\x22\xfc\x5e\x41\x27\xfb\xd8\x2a\xc0\x7a\x1f\x2e\x47\xf6\xb9\xe7\xe9\x7a\x1f\xf4\xb4\x92\x76\x6b\xd7\x2b\x14\x77\xc6\xbf\x16\x02\x7a\xd7\xd9\xe7\x66\x6c\x6b\x8b\xde\x91\xe7\x6f\x8a\x62\x8a\xdd\x41\xeb\x7d\x9d\x52\xb3\xfc\x66\x51\x37\x99\xe5\x37\x8b\xec\x62\x96\x9f\x62\x17\xf6\xe8\x3e\x1d\xfd\x7a\x38\x3f\xd2\x71\x3a\x71\x83\xa0\x21\x18\x73\x31\x04\xd1\xc0\xc7\x71\xfc\xc9\x85\xd5\xd4\x06\x49\x3d\x9c\x2b\x41\xa0\xa1\x03\x93\x19\x04\xb7\xe4\x65\xeb\x5c\xf5\x78\xd5\x6e\xc7\x21\x07\x0f\x02\x91\xd9\xb6\xd8\xa8\xa1\xfb\xe0\x1a\x7c\x28\x9c\x82\x40\xcc\x84\x71\xa8\x51\xd4\xd3\x41\x3c\x0d\xc4\xfd\x8e\x9a\x76\x2b\x06\xd1\x6e\x20\x88\x2d\x3b\x4e\xfb\xbb\xa6\x77\x19\xe8\xf8\x3c\x7f\x52\x2c\x03\x43\x9d\x6a\x47\x35\xbf\x9e\x44\x8f\xcd\x5b\x6a\x7e\x01\x21\x3f\xf3\x54\xf5\xab\xf9\xfd\x8e\xbd\x73\x1d\xbf\x04\x1a\x7b\xfe\x43\x10\x62\xe1\x94\xe7\x07\xc1\x8b\xbd\xa7\x13\x32\x08\x86\x1a\x3c\x77\xd5\xf3\xbb\xb6\xfd\x41\x41\x52\xcb\x5e\xd3\x83\xcb\x5c\x12\xbc\x22\x75\xee\x41\x2c\xef\xcb\x39\xf7\x38\x9d\x90\x41\x20\x44\xc4\x38\x55\x86\x82\x20\x3e\xda\x39\x7f\xb3\x18\xeb\xf5\x54\x14\xd7\xf2\x7e\x22\x56\x9c\xf3\xe7\x1b\x9f\x2e\xb2\xa7\x93\xba\xd6\x97\xe3\xec\x73\x6c\x0d\x3c\x08\x86\x77\x3a\x5c\xf5\x41\xd0\xb5\x3c\x9d\x3f\x59\x9c\xc3\x06\xe6\x94\x80\x8b\xce\x48\xe9\x87\x80\xf1\xf2\x2c\x5b\x69\xaf\xf5\x47\x03\xff\x99\x2f\xf5\x5d\xb6\x05\x07\x68\x09\xa2\xdb\xa5\x3d\x1d\xda\xfb\xe0\x41\xd5\x76\x0f\xb6\xcd\x8d\xfa\xde\xa1\x40\x70\xfb\xa3\x6a\x1c\x04\x1d\xe5\xd3\x9e\xf5\x6d\x6b\x59\x79\xa6\x9f\x14\x9f\x97\x8a\xd2\x9e\x40\x6d\xab\x5d\x83\xbb\xdd\x12\xbc\xe0\xc9\x25\x6b\x08\xcb\xc8\xc5\x7b\x8d\xd7\xbe\x79\xef\xc0\xf7\x4d\x02\xdc\x68\xe4\xe3\x27\xc5\xd6\x22\x8e\xfc\x43\xf8\xec\xe3\xbc\x5b\xdf\xdf\xcf\x69\xba\x75\xf6\x20\x08\x38\x9c\x53\xfa\x25\x54\x09\xc7\x0f\xe1\xd9\x29\xfa\x0f\xc1\x3b\xb2\x59\xd6\x12\x84\x6f\x13\x7e\x3e\xba\x8c\x4c\x90\xf3\xcf\x37\x80\x50\x0c\xc2\x4f\x29\xcb\x1e\xcb\xf9\x37\x0b\xea\xcd\xc8\xf9\xa7\xa6\x1b\x19\x2e\xcb\x8d\xea\x78\x1f\x51\xd9\xb2\xdc\x28\x08\x18\x9d\x46\x96\xd5\x06\xc1\xeb\x23\xb9\xfe\x66\x21\x6c\xf0\xc0\xb4\x0b\xe1\x63\x66\xe7\xa6\x02\x1e\x84\xe6\xce\xd1\xfd\x58\x10\xba\xdf\x18\xbf\x59\x0c\x5f\x96\x55\x1a\xea\x78\xc1\x9f\x4c\x47\x76\x8b\x5b\xe7\x8b\x9b\x4c\x70\xd6\xb1\x09\x5f\x17\x30\x50\xb1\x11\x04\x37\x9b\x9c\x0d\x40\x70\x87\x32\xca\xee\xa0\xeb\x7d\x8c\xf1\x51\x76\xe3\xae\xf7\xf1\x16\x59\x51\x87\xac\xd7\xcb\x61\xe8\x99\xdb\x3f\x04\x19\x4c\xa9\x3f\xdf\xf0\x98\xad\x10\x03\x42\xc2\xfe\xe8\xee\xa0\xeb\x67\x51\x96\xdd\x41\xd7\xfb\xd5\xed\xb8\x34\x7f\x08\x62\x4a\x15\x85\x64\x10\xf4\xb8\xc6\x38\x23\x41\x79\x76\xec\x14\xa1\x55\x4d\x15\xf7\xf1\x43\x30\x0c\x6b\x75\x73\x15\x04\x2d\x19\xe9\x1f\x82\x15\xab\x9b\xab\x87\xde\x85\x2c\x3a\xf6\x30\xdc\x3f\xb3\xb0\xa6\x9f\x8f\x6a\x58\x19\x5b\x0d\x0f\x02\x9e\x4e\xa3\xaa\x32\xd6\xe7\xc5\x85\xe0\x34\xae\x0f\x84\xd7\x8b\xc4\x04\x8b\x91\x20\x26\x4d\x55\x14\xd7\x1f\x15\x69\xb4\xf3\xfc\x25\xdc\x12\x8e\x1f\x82\xe2\xa6\x6d\x16\xf4\xbe\x38\x26\x9d\xa3\xa5\x3f\xb9\x1f\x9b\x9a\x28\xbf\xa3\x6d\xd6\x11\x0a\x27\xcd\x68\x7b\x9a\x07\xa1\x4a\xf8\x29\x40\xbc\x75\x11\x27\x24\xe8\x78\x79\xfe\x56\x81\xd3\x93\x48\x51\x37\x61\x29\x26\x5a\xfd\xc9\xb2\xd7\x5f\xdb\x03\x1f\x1a\x68\x92\xe0\x08\x7c\xef\x2b\xf0\x4a\x53\x39\x0c\x02\x6e\xf6\xc7\xb9\x59\xc7\xb7\x8b\x35\xda\x23\x84\x65\xa4\x9f\xe6\xd6\x00\x82\xa0\x44\xc7\xf9\x43\xf0\xde\x66\xdf\x0c\x6a\xbd\x4f\xd6\x6b\x78\xf3\x92\xd0\x5b\x84\x3e\x72\xaf\x50\xd7\xcb\x19\x78\x3a\x08\x21\x28\xe1\x12\xdf\x69\xaf\x9d\xf5\x7e\xe7\x26\xfc\x64\xd9\x7b\xf7\xe1\x72\x6b\x3f\xd6\x9f\xd1\x65\x50\x41\xd8\xf0\xd4\xb6\xa5\x1d\xaf\x88\xe5\x7d\xeb\xd7\x41\x30\xe4\x54\xb7\x0b\x83\xe0\x5d\xcb\x5e\x7e\xbe\x21\x02\xa8\x01\x3a\xde\xd1\xce\x1f\xf6\xd3\xd5\x16\x83\xa0\xd8\xec\x6e\x51\xda\xf9\xbe\x86\x35\xde\x1a\x78\x3b\xb7\x14\x18\x5b\x59\x0e\xc2\xb2\xa6\xc3\x2c\xe9\x7d\xbd\xd4\x37\x94\x24\x10\x8c\xbb\xe8\x8c\x0c\xc2\x8e\x95\x7c\xfe\x66\x19\xdd\xeb\xd7\xf9\x97\xb0\x81\x09\xca\x26\xec\x55\xbe\x95\xe5\x20\xfc\x84\xcf\xfe\x4d\x21\x08\xe2\x50\x06\x06\x61\x87\x51\x2e\x3f\xa5\x7c\x3b\x80\xbf\x9c\x22\x08\x4a\xfc\xe1\x0c\x0a\x82\x6b\x78\xab\xd3\x41\x50\xa2\x8d\xf6\xd3\x96\x0d\xe3\xba\x35\xdf\x20\x7c\x3b\x56\xa6\x1f\xcd\xf2\x81\xde\x54\xe2\x5b\x68\x44\x8c\xf5\x50\x97\x0b\xc2\xae\x97\xaa\x49\x10\x76\x44\xd9\xf1\xf3\x89\xef\xdc\xdd\xd1\x7e\x09\x16\x32\x7e\x09\xc6\xad\x19\x2a\x2f\x41\xd8\x30\x09\xf3\xe7\xa3\x9f\x88\x66\x63\xfe\x7e\x94\x70\x09\xad\xff\x24\x58\x3b\x4e\xab\xba\x4b\x10\xd6\x0e\xe8\x64\x8a\xf2\x7e\x4e\xdb\xb9\x87\xa9\xbc\x40\xac\x07\xc1\x2e\xae\xef\x23\x0e\xdf\xd4\xac\xd2\x82\x39\x78\xfd\x65\x8f\xca\x8f\xee\x92\x87\x8a\x48\x10\xf6\xe5\xb6\xfa\x43\xf0\x64\x65\xcc\xdd\xc5\xf5\x5d\xd5\x14\x72\xe7\xd6\xde\x47\x7d\x79\x2b\xe4\xad\xbd\xdf\xf6\x0f\x73\x91\xb6\xfe\xbe\x68\x11\xb9\xef\x9a\xf6\xf7\x7d\xf5\x7f\x4a\x6d\x13\x64\x49\x93\x93\x1d\x09\x7a\x0a\x65\xd9\x75\x10\x8a\x2e\x07\x72\xb1\x20\x8c\xed\xf4\xfa\xf3\x51\xcf\x0d\xe7\x51\x7e\xbf\xb1\x4b\xd9\xcb\x27\x94\x06\xbf\x51\x7f\x2a\x26\xcc\xee\x3c\xfa\x2f\xe1\xed\xff\x23\x21\x04\xbe\xa5\xa8\x44\x05\x41\xac\xd1\xad\xed\x05\x61\x6c\xdf\x9e\xf2\x43\x58\xdb\xf5\x24\x6f\xc2\x3b\xb7\x13\xc6\xcf\x37\xbe\x5b\xfd\x58\x4e\xd8\xc6\xbb\xc6\x3e\x7b\xb7\xd7\xe7\xbb\x1d\x24\xcf\xbd\x26\x67\xec\x1c\x3d\x7c\xc8\x9b\xf0\xe3\x15\xa0\x46\x14\x04\x4e\xbd\x8e\x2c\x17\x0b\xc2\xbd\x53\xf8\xd1\xeb\xc5\x21\x22\xb6\xfc\x66\x79\xb7\x3d\xc3\xa8\x4d\x12\x14\xf8\x63\x8f\x6d\x10\xe4\x95\xee\xac\x21\x78\x38\x33\xff\x49\xa1\x11\x77\xcf\xd3\xd8\xaf\x0a\xe8\x55\x7e\x09\x04\x3f\x3f\xce\xf3\x4f\xe7\xe5\x3b\xb5\x66\xd2\xbd\x1e\x83\xa0\xe6\x9b\x7e\x6b\x3d\x34\x98\xec\x25\x1c\x84\x69\x10\xcb\xf2\x4b\x70\x47\xb8\x67\x75\x10\x0c\x61\x95\x7e\x53\x4c\x45\xcf\xe6\x68\xb1\xcb\xb4\x94\xfe\xdb\xae\x8b\xa3\x9f\xf3\x9f\xbe\xc1\xae\x57\xce\xfe\xfb\x0d\xc2\x77\x1f\xe7\xfc\x87\xb0\xd4\x39\x7e\x2b\xe6\x91\x73\x3a\x7e\x53\xa0\xc6\xe6\x56\x7f\x53\x78\x86\xbb\x0f\x0d\xda\xf7\xe2\x9d\x9c\x8e\x1f\xde\xf2\xa9\x71\xa6\x23\xb5\xdf\x14\xcc\xc8\xb2\x95\xf6\x5e\x5f\x3c\xe1\x4e\xb1\xa6\xde\xd1\x43\x9f\xd4\xd0\x2e\xcb\xef\xf3\xd5\x97\x2c\x6f\xbe\xd9\xe7\xfb\x7d\x7e\xc3\xf5\xd7\xa3\xd8\x7d\x86\x34\x7e\x09\x2b\x36\xb0\x9a\x25\xe2\xf7\xe9\x51\x85\xf6\x23\x08\x83\x04\xfd\xf7\xf7\xa5\x15\xf9\x37\xc7\xd6\x7b\xc7\x3f\x84\xa1\x45\xfc\x37\x4b\x7a\xfe\x07\xbb\x7b\x10\x30\x2f\xe6\x7e\xfe\x43\x90\x3d\xc9\x05\x82\x50\x3c\x8e\x95\x1b\x05\xa1\x7a\x40\x52\x7e\xeb\xc5\xe6\x22\xef\xcd\x3f\x04\xc7\x2d\xfd\xa6\x40\x57\xcc\x23\xff\x7e\x83\xc3\xb8\xfe\x4f\xcd\x43\x0d\xe9\x3d\xff\xfe\xf6\x26\xf8\x56\x3f\x21\xd8\xd6\xf4\x5b\xc6\xb5\xab\xf5\x9b\x05\xb7\x0c\x61\xc3\x25\xdc\xd6\xb3\xfd\x36\xfe\x76\x31\xa6\xdf\xb6\xe2\x2d\xb5\x2d\xde\xfc\xbe\xff\x07\x03\x1d\x04\x9c\x67\xe6\x6f\x5f\x7c\xfb\x80\xe5\xb7\x61\xdb\xfb\xa9\xfd\x93\x82\x7a\xb6\xfe\x5b\x06\xfe\x4d\xed\x9f\x04\x5c\x4c\xce\x5b\x47\xeb\xdf\xb6\x94\xe4\x6d\x04\x84\xe0\x41\xd8\x71\xfe\x12\x18\x92\xf9\xdb\x7b\xef\x1e\xf8\xdf\x8a\xbf\x49\xdb\xc7\xfc\xfd\x2d\x53\xf9\x1d\x66\xad\xd9\x42\x4b\x6f\x82\xea\xd5\xef\x08\xe0\xd6\x18\x33\xf8\xa7\xed\x38\xfa\x45\x4b\x7e\x09\x58\x2b\xcb\xf1\x4f\x45\x5f\x8f\x2e\xdb\x6f\x35\xbc\x77\x71\xb4\xdf\x62\x77\xa4\xa2\x20\xac\x81\x13\x72\x2d\xc1\xa5\xd6\x40\x0a\xd6\x12\xba\xc9\x22\xf2\xc4\x99\x81\x07\x59\x93\x4d\x53\xc6\x75\x70\x11\x19\xe2\x2c\x70\xfa\x45\xc8\x86\x74\xb0\x11\x5e\x33\x19\x2b\xe0\xa8\xf1\x03\xe1\x9f\xb1\x7a\x2d\x63\x0d\x64\x2e\xbb\xac\xc9\x46\x2f\xb3\x9d\x5c\x93\xa8\xa3\x05\xd6\xba\x08\x36\xd0\x51\xc1\xd6\x64\x76\x15\x38\xea\x9a\x1c\x00\x16\x3c\xed\x16\xf7\xf2\x3b\x61\xd5\x17\x37\xeb\x4f\x11\x03\x17\x57\xdd\x4f\x30\xa8\xfe\x5e\x13\x47\x68\xa6\xde\xf2\x1e\x79\xe6\x32\xd8\xe2\xea\xf7\xc0\xc3\x6c\x71\xf5\x7b\xe0\x1a\xb5\xb8\xfa\xdd\x81\x3e\x5a\xd7\xcf\xa9\x1d\x89\xce\x14\x89\x86\x89\x72\xfc\x4f\xa5\xae\xd8\x51\x8c\x12\x5a\xf9\xba\x64\x0c\xdc\x50\x5b\xdc\xfa\x1e\x95\x7e\xbc\x82\x71\xb9\x13\x5a\xd7\x79\xc7\xff\x21\x11\xd7\x75\x3e\xfc\x6f\xfa\x37\xfe\xdf\x85\x7d\xfc\xff\x27\x9f\x82\x75\x9d\xc4\xd6\xb3\x19\x89\xc8\xdb\x29\xf1\x3f\x21\xfe\xb2\x74\x91\x59\x9b\x3f\x84\x48\xa5\xf4\x04\x6a\x43\xa6\xad\x42\x97\xc6\xa2\x5d\xdc\x1d\x1f\xcd\xda\x26\xf0\x88\xac\x61\xf2\x6a\xab\x05\xbc\x78\x13\xc5\x50\x70\xa7\xfc\xcc\x9c\xec\x2f\x2f\x95\xe7\x6c\x69\x28\x6e\x19\x7f\xd1\x75\xc9\xd1\xd8\xda\xaf\x8b\xc3\x92\x8c\xbd\x61\x71\xdd\xfc\xcc\xb8\x6c\x2c\xae\x9b\x77\xc4\xc2\xe2\xb6\x79\x7c\x8c\x2a\x62\x84\x36\x28\xc4\xba\xd8\x4b\x66\x0e\xfa\xd7\x85\xf1\x39\x67\x6b\xc9\x55\x89\x8c\x13\xe3\xba\xbc\xdf\x48\x6c\xdc\x75\x79\xb8\xc7\x2d\xa3\xc5\x7d\xf5\xf8\x61\x99\xcb\x3c\x7c\xba\xd8\x1c\xd6\x06\xd7\xd7\xe3\xd3\x7c\xad\xd8\x9c\x4c\xa1\xc5\xe6\x54\x5a\xad\xdc\xc1\xcf\x65\x5d\x7b\x4d\x27\x0a\xc5\x05\x1b\x50\xcd\x75\xb9\xb6\x31\xc3\xac\xab\xd8\x9c\x62\x2a\x5d\x63\x26\xb5\xc1\x35\xa5\xef\x54\xb6\xa6\x5b\x19\xa7\xb6\x73\xaa\xd8\x9a\x62\x91\xb6\x26\xfb\xc3\xd6\x4c\xea\x5c\x6d\x4d\xe5\x03\xea\x34\xd9\xce\x55\x5c\x60\x47\x5a\x57\xb5\x35\x0e\x7a\xb5\x35\x85\xee\xa8\x7b\x70\xfc\xe1\x7a\xae\xd4\xa0\xda\x1c\xe7\xbe\xa6\x8c\x3d\x54\xd5\xd1\xe9\xfe\x70\x74\xaa\x1f\x50\x02\xed\x3c\x46\xff\xb5\xd5\x75\x8f\x01\xfd\x21\x28\x3a\xe7\xd2\xeb\x6a\xd6\xda\x45\xd9\x76\xad\x7d\x63\xad\xe1\x4f\x97\x07\xd3\x9c\xff\x2e\xee\xd2\xc7\xd7\x18\x2a\xee\x77\x56\x3c\x7c\xd7\xd5\xac\x75\x32\x99\x83\xd0\x4d\x66\xad\x9d\x2c\x38\xc8\x70\x8c\xb2\xb8\x74\x7f\x7a\xc9\x70\x5d\xf2\xe3\xe4\x8c\x40\xa0\x66\x04\xd1\xe2\x2a\xf3\xb4\x6f\xd8\x36\x6b\x91\x5c\x78\x96\x7a\x9c\xb0\x3e\x2e\x0b\xb1\x79\x5e\x9c\x20\x76\x36\x46\x6b\x1d\xe7\xbf\xfe\xc2\x51\x6f\xe1\x65\x36\x70\x21\x5e\x38\x99\xb1\x19\x5f\x6b\x07\x59\xe5\x5f\xa3\x2b\xf2\xaf\x91\xe5\xf8\xb7\x93\xcf\xc4\x44\xa9\x1a\xfc\x0b\xe4\x9b\xf9\x9e\x7f\xfd\xe5\x7a\x5f\x07\xd8\xea\x99\x7f\xbf\xa0\xfa\x89\xf5\xaf\xbf\x40\x31\x5b\x9c\xce\x60\x6c\x58\x58\xcb\x88\xd4\xb5\x38\x7d\x74\x32\xe3\x3f\xc6\xde\x71\xe1\x3d\x86\xa6\xb2\xf0\xe4\x22\x02\xd2\xc2\x91\x4b\x8e\x82\x1b\x17\xa2\x77\xe1\xc4\x05\xe4\xe4\xe2\xbc\x07\xab\xc9\x5a\xb1\xe6\x5a\xf9\x9f\x3d\xe9\xe7\xff\xca\xed\x56\x8d\x8f\x33\xbe\xa8\xda\x9c\x46\x2e\xdc\xa2\x80\x42\x59\x38\x45\x21\xd2\xd7\xe2\x46\x21\x13\x7d\x7d\x39\x3e\x4e\xe9\xb1\x49\x1e\x98\xb8\xd7\xc2\xe3\xf0\x34\x05\xe1\xe9\xff\xff\x8f\x44\xfe\xe3\xfa\x2f\xff\xd7\xf7\x6f\x7f\x1f\x47\xb4\xf4\xef\xe3\xe0\x00\x35\x7e\x47\xd9\x7f\x1f\x47\x27\xbc\x75\x10\xae\x13\x02\x11\x6f\x0e\x92\x84\xb6\x13\x0f\x3c\x73\x3a\x94\x47\x8a\xd1\x47\x82\xf2\xf8\x59\x42\xca\x44\x8f\x1d\x80\x9a\xff\x7d\x1c\x7a\x92\x1c\x41\x79\xa7\x14\xad\x3e\x41\xf9\xcc\x65\x2c\x81\x0c\xc5\x5c\xcb\x40\x76\x41\x59\xe6\xe2\x8e\x61\xcc\xa3\xe3\x8c\xbd\x73\x3c\xa6\x41\xda\xa2\x7c\x60\x1b\xe3\x41\x1d\xd9\xee\x1f\xc9\xaf\x83\x35\x77\xea\x1c\x77\x00\x29\x17\x0f\xf2\x12\x87\xf5\xc8\x07\x2d\x06\x82\x0d\xb7\xb1\x03\xd0\xb5\x78\xb0\xb6\xa2\xee\x20\xa4\xc5\xc3\x7c\xb1\xda\x0e\x70\xce\xe2\xf1\x49\x4b\xd0\x16\x34\x2f\xc8\x63\xca\x38\x80\xf9\x8a\xc7\x6d\x3a\x4a\x08\xad\x34\x1e\x3b\x6a\xac\x34\xcb\x20\xea\xf8\x81\x3f\xc5\x91\xa7\x75\xc3\x2e\x8f\xf7\xfa\x01\xb4\x52\x3c\xa2\x2a\x87\xa9\xae\x47\x12\x5b\x16\x9c\x59\x8f\x7c\x9b\x13\x1b\x0a\x3e\x9a\x07\x80\x47\xf1\x20\x67\xa5\x6e\x8f\x39\x01\x22\x3a\x70\x45\x3d\x40\xd3\x89\xc7\x23\xad\x43\xfb\xa4\x59\x42\x70\x88\x03\x70\x9c\x78\x54\x3e\x37\x21\xd1\x71\xe0\xcd\x9c\x68\x6f\x07\x78\x33\x7f\x1f\x05\x96\x4e\x5c\xfb\x03\x50\x97\x78\x58\x40\x08\xda\x03\x44\x96\x78\x58\x40\x70\xf1\xf3\x8b\x95\x16\x8f\x65\x74\xc6\xf9\x6f\x7f\x27\xe7\x6f\x3a\x70\xf1\x0c\xee\x9c\x8e\x10\xd1\xf1\x00\x4e\x62\x40\x99\x52\x2e\x1c\xc3\x82\x12\x72\x2b\x1e\x40\xf7\xb1\xdb\x4a\x47\x2f\xd0\xfa\x0c\x9e\x27\x69\xf8\xf1\x01\x29\x24\x73\x02\xd7\x3b\x1e\x85\x54\x15\x52\x93\x74\xfd\xeb\xaf\x09\xbe\x56\x02\xa5\x3b\x1e\x1f\xa9\xce\x20\x35\xbe\x05\xce\xb6\x1e\x14\x09\x9c\xed\x78\x84\xfe\xc4\xad\x93\x74\x76\x53\x45\x25\x06\xb7\x47\x12\x90\xd8\xf1\x20\x55\xcc\xda\x04\x02\x75\x3c\xbc\x4b\x05\xc5\x3a\xe0\x07\x98\xd8\x93\x26\x90\xa6\xe3\x31\xa5\xf1\xb1\x87\x46\x82\x90\x3c\xb8\x87\x9f\x52\x28\x50\xf1\x50\xa4\x84\x66\x93\x52\xea\xd2\xf0\x54\x96\x72\x4b\x71\x9b\x12\x94\xc6\xa7\x92\x16\x81\xbc\x69\x4d\x1a\x11\xff\x4f\x28\x97\x94\x3b\xf2\xe5\xa0\x74\xc6\x27\xb1\x51\x4b\xec\xdc\x12\xc0\xa6\xf1\xc0\x6d\xb4\x1e\x7c\x6b\x98\x8e\x90\x01\xa1\x13\xa4\x34\x2c\x11\x53\x73\xc5\xb1\x27\xa5\x61\x4e\xae\x1d\x15\xbe\x3f\x2c\x91\x73\xcb\x5a\x62\x69\xa6\xf4\x4a\x63\xd7\x55\x3b\x5d\x9d\x0f\xda\xcd\xda\x8e\x74\xd1\xb1\xe0\x02\xc6\xe3\x0a\x06\x1c\xdf\xcf\xf3\x85\x82\xb3\x7f\x22\x4a\x74\x72\xc5\x25\x60\xcc\x4e\x71\x00\x13\xd0\x65\xf1\x88\x81\x3b\xfd\xd8\x75\x4b\x7a\x21\x91\xf3\x66\xe0\x58\x8b\x67\xc3\x15\x2e\xe5\xe0\x9a\x7f\x27\x81\xc0\x1a\x66\xd8\x54\x9c\x2c\x85\xf0\x8d\xc0\xd0\xa4\xe2\xf4\x2c\x03\x99\xc8\x94\x2a\x30\x88\x54\xa6\x1e\x91\xf1\xb1\x02\x7f\x48\x65\xea\x0e\x1f\x5c\x35\x95\xf9\x40\xbb\x63\xcc\x39\x63\x4c\xe5\xa6\xd7\x0a\x16\xc3\x03\x6d\x23\x95\xd7\x32\x61\x85\xc2\xc6\xa4\xf2\xd1\x84\xc2\xe6\xea\xe0\x78\x25\x95\x55\xa5\xc1\xec\xb9\x90\x95\xea\x41\xde\x4a\x7c\xb8\x12\x62\x31\xd5\x46\xc7\xd5\x16\x8a\x3f\xf6\xa2\x54\x3b\x95\xab\xd1\xaa\x41\xb4\xa0\x54\x87\x24\x40\x67\xb9\x4a\x91\xc0\xd5\x89\x47\x25\x63\x14\x59\xad\x9a\x20\x2d\x8d\x08\x65\x09\x38\x94\x78\xf0\x31\xba\xa8\x59\x8b\x76\x40\xa2\xb2\x0d\x06\x94\x1a\x46\xdd\x86\x83\x67\x02\x09\x25\x1e\x2f\xcb\x2e\xca\x6c\x8d\x9e\x6c\xe8\x4b\x89\xeb\x46\xa9\x39\x4f\xc1\x9f\x88\xb1\x8a\x42\xbb\xf3\xb4\x77\x1a\x35\x82\xdd\x10\x9f\x2f\x1e\x48\x3a\xcc\x43\x69\x2e\xa6\x1b\x51\xc2\x82\x16\x8d\xbf\x9d\x6e\x37\x3a\x4d\xfa\x85\x50\x57\x0e\xff\x7f\x89\xe6\x44\x78\x8f\x78\x54\x51\x1a\xa2\xee\xb7\x8b\x82\x38\x1a\xb1\xa6\xa3\xa2\x1c\xb1\xc5\xe3\xd5\xf2\x11\xe9\x3e\xa4\x76\xfa\xdc\x60\x82\xb2\x90\x3e\x27\xda\xf7\x78\x76\x18\xea\x4f\xc2\x1b\x3f\x1e\xf5\x5f\x7f\x15\x02\x9f\x24\xbc\xe5\xe3\x91\xfe\xf5\x57\xa9\xb1\x9d\x49\xeb\x5e\x90\x0c\x70\x14\x3c\x3b\xad\xd7\x54\x6f\xfa\x71\x3a\x4f\x1c\xc1\xc6\xa3\xfe\xb8\x1f\xe7\x83\x11\xc9\x47\x48\x10\xb6\x68\xf9\xa0\x1b\xf2\x11\xdd\x80\x33\x56\x3e\x42\xaa\xfe\x9d\x0f\xd0\xb7\x07\xb9\xa8\x54\x3e\xc0\xdd\x0e\x9e\x9e\x0f\x86\x31\x1f\x0e\x23\x55\xcf\xc7\xb9\xf3\x4d\xf9\xc8\x0c\x5a\x30\xfd\x78\xd0\x65\xb8\xef\xe6\x23\x36\x3c\x7f\xe7\x63\xb2\xc5\xe5\xfb\xd3\xef\x03\xda\x04\xe4\x48\x3e\x82\x49\xc6\x83\x20\x2c\x6c\xa8\xf2\x31\x6f\x69\xa1\x98\x15\x2a\x0f\x33\xc8\x47\x30\x03\x5c\xcb\xb2\xda\x51\x46\x3f\xc1\x35\x26\x1f\xab\x4b\xb9\xe0\xb0\x24\x5a\x66\x5b\x64\x3b\xff\xed\xef\x2c\x03\xcf\x27\x6e\xa4\x8d\x68\x45\x19\x84\xf5\x78\x4c\xa7\x6a\x83\x76\x49\x33\x5d\xac\xa2\x9c\x90\x78\x19\x58\xf1\xf3\xc0\xf9\x3d\xa7\x74\x49\x8b\xcd\x33\xbb\x8f\x9c\x32\x35\x4b\x5c\xd9\x6f\x27\x24\xe4\x6c\x06\x04\x7b\x70\x9b\x23\xa7\x90\xb9\xf1\x80\x11\xe0\x22\x9d\x41\x89\x8e\x07\x05\x10\xef\x3d\xcb\x54\x73\xc2\x8b\xee\x70\x70\x41\x55\x8e\x07\x1a\x45\x19\x54\xe4\x2a\xd2\x06\xa5\x46\xbb\xd2\x6d\x45\xee\x5d\x04\x35\x79\xcd\x0a\x0f\x39\xb8\x7c\x96\x55\xbb\xb2\x6a\xd7\x89\x4a\x95\x33\x6a\x46\xce\xf8\x45\x9f\x84\xd6\xcc\xe0\xcc\xc6\x83\xf8\xea\x84\x4a\xcc\xaa\x59\x19\xe0\xd8\xa0\x91\x37\x0d\x69\x13\x5a\xf0\xbd\x0c\x8a\xeb\xdf\x39\xb3\xbf\x3f\x39\x4b\xc9\x00\xb5\xc6\x83\x08\x18\xc4\x1b\xcb\x39\x9b\xae\x98\x8e\xb1\xc8\x25\x4b\x6b\xd2\xa8\x4b\xb9\xa5\x3d\xd0\xe8\xbe\x5c\xac\x4b\x35\x6f\x21\x6f\xad\xd2\xcc\x1b\xdc\x2a\xa3\xeb\xc5\x03\x86\x1e\x5a\x6b\x56\xe3\xcb\x79\x20\x44\x26\x35\x1e\xd6\x24\x3a\xbe\x37\x1b\x06\x3f\xcf\x88\xa4\xde\x0e\x32\xda\xed\xf9\x0a\x9e\xc9\x6d\xb7\x9c\x5f\xe6\x21\x00\x91\xe7\x49\x60\xf0\x5c\x51\xee\x73\x35\xa2\x10\x01\x21\x32\x58\x01\xf1\xd0\xa3\x34\xf4\xc7\x82\xdf\x50\x3c\xaa\xe6\xa2\x16\xb4\x94\xa1\x89\x03\x85\x7d\xbe\x7c\x31\xdf\xfe\x2e\x6c\x01\xcf\x42\x98\xa6\xc2\xc9\x7b\x3c\x4e\x69\x29\x68\xdd\xef\x81\x65\x7e\x72\x9f\xb2\x70\x7d\xee\xef\xc2\x39\x97\x8e\xf6\xe5\x43\x60\x16\x6f\xbd\x61\xa1\x29\x5c\x64\x89\xc7\x43\x4e\x6a\xc2\x21\x42\x3c\x8c\x4c\x12\xea\x62\xe1\x66\x45\x3c\xd8\x7f\xb3\x97\x2e\xeb\x36\x2f\xb8\xda\x27\x82\xaf\xc0\xc2\xe2\x71\x4a\xab\x41\xfb\xa8\x1d\xbb\xa7\x82\x34\xaf\xf2\xad\x7a\x1c\x36\x22\x36\x01\x55\xbd\xb2\xc2\x62\xd2\x09\xbf\xa9\x47\x3d\xa1\x01\xfc\x70\xe2\x28\x51\x8f\xe0\xcd\xf1\x28\xd0\x0a\xdf\x9b\xe6\x9d\xfa\xf7\x87\x7a\x50\x8f\x58\xfc\x7f\x57\x38\x48\xa4\x83\x76\x49\xe3\x12\x9f\xc1\x79\xeb\x71\x5f\xd2\xf6\x55\x00\xca\x08\x95\x3d\x1e\x57\x54\x59\xd2\xfb\x40\x7a\x6d\x6d\xb0\xd6\x7a\xb2\xa4\xea\x19\x4b\x4a\x86\x5f\xcf\xe3\x91\xc4\xd9\x18\x6e\x5e\xf5\x3c\xa5\x9d\x66\x0d\x35\xbd\x9e\x68\x80\xf5\xc4\x10\x7a\x12\x71\xbf\x9e\xc9\x74\xc9\x74\xa1\x83\xd4\x33\x53\xe3\x33\x46\xbd\x20\x8f\x2a\x2a\x6e\x3c\xa2\x72\x88\xe1\x7a\x86\x30\x8f\x47\x0b\x52\xa2\x80\xcb\x54\x31\xe6\x85\xbb\x8b\xf5\xbc\xad\x6e\xec\x2f\x0b\xd1\x3c\xeb\xf9\xd2\x99\xe7\xeb\xac\x8b\x99\x53\x93\xad\x4a\x30\x8a\x82\x73\x4e\x95\xdb\xd5\x64\xd4\x02\x76\x93\x35\x31\x77\x6a\x8a\xb9\x53\x50\x37\x6a\x8a\x39\x13\x0f\x2f\x0e\xcd\xe8\xb8\x64\xdd\x80\x9e\x4f\x27\xcc\xb3\x26\x36\x50\x15\x10\xf8\x92\x2c\x15\x95\xa9\x8a\xe5\x7e\xa6\xa3\xfe\x51\x80\xd7\xe4\xc8\x25\x47\x8e\x3b\x8f\x15\xb4\xf0\x78\xcc\xf8\x72\xec\x71\x6b\x3e\x48\x96\x31\xc6\x17\x0c\x3c\x35\xdb\xfd\x30\xaf\x74\xda\x63\x40\x53\xc7\xe3\x91\x16\xb5\x82\x7b\xc4\xc3\x5a\xc5\x5e\xa0\x66\x74\xfc\x9a\x8d\x86\x8d\xb3\x5b\xcd\x2f\x13\x50\xec\xd8\x13\xad\xaa\x16\x87\xb3\xc4\x70\x16\x42\xb7\x54\x50\x42\xe3\x61\x56\x6a\x0c\x54\x65\x3c\x3e\xb2\xd2\x8f\x85\x6d\x73\x2d\x5f\x8c\x27\x7b\xa5\xaa\x0a\x58\xab\x17\x10\x6c\x45\x75\xb2\x55\x8e\xbd\x4e\x70\x76\x6a\x65\xb7\x54\x2b\x51\x52\x30\xa3\xd7\x5a\x2f\x49\xe2\x57\x8d\x28\xa1\xc2\xbe\x2a\x30\x7b\x41\x8b\xc6\x36\xa4\x41\x6d\x1c\x52\x14\xae\xba\xd7\x76\x32\xf0\xcd\x98\x77\xc4\xc8\xac\x0d\x4e\x5d\x81\x7d\x0b\xc5\x80\xbc\xcd\x74\x20\xa5\x9d\xb0\xa5\xda\xba\x34\x4e\xb4\x0b\x77\xc9\x6b\x73\xe4\x1b\x3e\xe8\xa5\xc4\x0e\xbb\x36\x5b\xdb\x88\x64\x78\xa2\x09\x56\x40\x88\xe2\xe1\x9d\x82\x60\x2e\xb5\x3b\x31\x81\x15\x8a\x74\xf1\x3d\x20\x79\xe2\xc1\x69\x35\xee\x7a\x15\x68\x9d\x78\xc0\x0e\xf1\x94\xab\x00\xe3\xc4\x83\xdb\x2a\x98\xee\x6b\xcf\x5d\xda\xf8\xd7\x5f\x85\xbb\x84\xb5\xe7\x57\x12\xcb\x17\x1f\xd5\xda\x0b\xd5\xeb\xfa\xaf\x73\x51\xba\x82\xb0\x12\x0f\x2f\x7b\x84\x50\xab\x7d\x9a\xd7\x7b\xcb\x5c\xd6\xaa\xdd\x79\x01\x96\x45\x29\xc1\x5e\x2b\x30\x0f\xf1\xe0\x08\x0b\x8f\xb2\x3a\x9c\x66\xc3\x69\xc6\xd9\x4e\x1d\xa8\x04\x75\x0c\x2f\x84\x84\x3a\x54\xc7\x80\x1b\x0c\xcf\xc4\xb9\xd8\x58\x07\x6a\x42\x1d\x97\xbd\xc2\xfc\x21\x12\x79\x3c\xbc\xd5\x01\xc7\x19\xeb\x96\xf6\xa2\x77\x46\x6b\x89\x26\x1e\x0f\x5b\xd6\xa2\x65\x84\xff\x8e\x87\x03\x19\x9a\x48\x9d\xce\xe4\xc9\x4c\xc6\xa3\xab\xa2\x8f\xc7\xa3\x99\x2c\xe6\xc0\xec\xd2\xbc\xb4\xc0\xc9\x47\x25\xda\x70\x3c\x82\x59\x71\x9e\x51\xe7\x47\xe5\xe6\xe7\x50\x20\x10\x2e\x3f\x87\x29\xbf\x70\xdd\xa1\x62\x21\x8f\x47\xf5\x96\x7f\xf4\xd3\x25\x4f\xbf\x2e\xaf\x56\x1c\xd1\x27\xc4\x97\x8c\x47\x30\xba\xca\xa4\xbd\x9d\xf0\x84\xf9\x2b\x04\x89\xaf\x77\x67\x6e\xdf\xba\x9b\x72\x2f\xaf\x12\xa1\x2e\x1e\x48\x88\x92\x49\x77\xc1\x3f\x8c\x18\x77\x72\xa7\xa6\xde\xf2\x4d\x42\xbc\x05\x2d\xda\x7a\xdb\xae\xfb\x35\x06\x41\x68\x21\x95\xfb\x55\xf1\x88\xf9\x84\xa1\xb3\x3e\x99\xcf\x11\xa5\xa9\x60\xc4\xac\x84\x09\x8a\xc7\xbe\x73\x42\x32\x04\x78\x7d\x14\xe0\xa8\xfb\xf5\x59\x94\x4a\x04\x9e\x74\x3a\x38\xc4\x4b\xf9\xbb\x1a\x29\xe5\x2c\xa1\xbb\xd7\xb7\x53\x13\xe2\x91\xa4\x93\xdb\x37\x95\x88\x18\xf1\x08\x45\xc7\xca\xe1\xc8\x16\x0f\x74\x0e\x8e\x9f\x2a\x9e\x36\xf1\x08\x5e\xc1\xae\xbd\x7e\x95\x3e\xf9\xaa\x7d\xc2\x8c\xfd\x1a\x33\xe7\xd3\x8e\x5d\x43\x49\xaa\x9f\x5c\xeb\x6b\xde\x58\xa1\xdb\x3f\xc7\xff\x8b\xf1\x2f\xd8\x4d\xaa\x7b\xa2\xca\x75\xf5\xc8\x1a\x8d\xf8\x1e\x1a\x86\x9b\x6a\xc1\xa6\x50\xb9\x52\x1e\x0f\x0d\x93\x4c\x89\x0f\x9b\x42\xc5\x0f\xa5\x60\x97\xad\xf8\xad\xc6\x63\x42\x8a\xfa\x2e\x65\xab\xfe\x99\xa5\xc2\x3b\x96\x8c\x7c\xc9\xc8\x6b\x68\xbf\x75\xc9\x16\xb9\x38\x5b\xf0\xd9\xa8\xcb\x4e\x5f\x76\x7a\x85\x4d\x2c\x0c\x08\x75\x71\x41\xef\xac\x2c\x4e\xdc\xd1\xe3\xb1\x69\x7c\xce\x75\xad\x57\xac\xea\x7f\xc5\x3f\x21\x1e\x00\xe3\x0e\x48\x1f\xcd\xd7\x8f\xaa\x73\xd2\xd6\x0e\x6a\xd2\x8e\xda\x8d\x30\xd8\x83\x36\xa5\x11\x41\x01\xb7\xaf\xa6\x0a\xd2\x50\x41\xd2\x59\x5b\x86\xf6\x49\x5b\xd2\x6a\xd0\x96\x59\x17\x59\x5b\x94\x70\x86\x3c\x88\xc7\x17\xa4\x58\x73\xed\x64\x55\xb7\x13\x6f\xc6\x62\xa1\x67\x1d\xd0\x62\xb1\x14\x22\xf6\xb7\x93\xad\x49\x3b\x87\x4d\x8d\x7d\x53\x3b\xd1\xb7\xda\xa9\xbe\xc5\xcd\xa3\x76\x4e\x3f\xa7\xbe\xc5\xbc\x6e\xe7\x63\x5e\x55\x3f\x10\xaa\xda\x69\x85\xcf\x5d\xe1\x99\xff\x28\xd4\xdb\xf9\x3d\x64\xf9\x0c\xc0\x18\xf3\xb4\x25\xb6\xb0\x2d\x1d\x31\xee\x04\x03\x6e\x68\x22\xf1\x08\xc6\x4a\x94\xd8\x96\x06\xcd\x66\x0f\x95\x0c\x51\xda\x92\x15\x4d\xc4\xaf\xc0\xbd\xa2\xa9\x68\xb4\x44\x5c\xc6\x93\xa1\x6b\x89\x69\xda\xd8\x43\xa5\x13\x44\xbf\x86\xfd\x38\x1e\x5c\x3a\x69\x21\x1e\x5a\x2e\x7c\x8e\xad\x4a\x2c\xd3\xa8\x09\x08\xf9\xf1\xc0\xb5\x89\x60\x33\x2d\x33\x9f\x5b\xf6\x8a\x0f\xe6\x81\x96\x3f\xbf\xf7\xf9\xbd\xd8\x7d\x34\x50\xd9\xe3\x31\xcd\x1b\xfd\x5d\x30\x2b\xb6\x62\x0c\x1e\x2e\x02\xb6\x62\xfd\xca\x5e\x46\x31\xb7\x5a\x79\xf8\x5e\xc1\xae\xd5\xb9\x19\xd9\x0a\x26\xf8\x56\xbe\xf3\x5f\x7f\x55\x62\x54\x34\xec\x4d\xf1\xb8\x84\x40\x8c\xac\xd5\xfe\xac\x87\xb4\xe0\xf1\xad\xa2\x9a\xb4\x1a\x8c\xb8\x72\xa3\xa1\xd5\xfc\x48\x7a\x4d\x16\xad\x00\x41\x3a\x1e\x39\x92\x05\x1b\x6d\xd5\x42\xab\x85\x52\xb7\xba\xfc\x18\x57\x74\x4f\x0e\xbb\x5a\x5d\x9f\x34\xfb\x38\x38\x46\x53\xbb\x68\x68\x17\xe9\xe4\x98\xa8\x35\x44\x41\x6b\xc1\x9b\x2a\x3b\x92\x06\xa8\x6b\x3c\x1e\x61\x3d\xe3\x73\x0d\x36\xda\xb0\x2c\x55\xc2\x9a\x34\xa0\x56\xe3\xf1\x7a\x7d\x8b\xac\xdd\x64\x6c\x66\x1a\x3b\xdc\x06\xb6\x68\x3c\xf0\x1b\xe3\x56\x64\x03\xe9\x33\x1e\x8f\x01\x41\xa3\x15\xed\xa1\xad\xed\x41\x14\x12\xaf\xbb\xf5\xc4\xec\x01\xb1\xaf\x9e\x39\x92\x81\xfa\x16\x8f\x12\xa4\x60\x54\x0d\x1c\xae\x78\xd0\x73\x5c\x35\x6b\x60\xf8\xc4\x83\x3d\x0f\xe8\x98\x6d\xb4\x05\xad\xb3\x66\x7a\x8d\xda\x0d\xc7\x7f\x4c\x2f\x5d\xd1\x58\x30\x64\xe2\x71\x4b\x23\x1d\x1b\x92\x36\xdc\x90\xe0\xc4\xda\x06\x5b\xad\x26\x08\x4a\x1f\x09\xda\xb2\xdc\x65\xb9\x4c\x0a\x7c\x29\xe2\x61\xb9\xac\xf3\xd9\xa9\xcb\x24\x82\x4c\xe1\x94\xad\xcd\x97\xd6\x4e\x1c\xfb\x4a\x0b\x8e\xdb\x26\x3c\xad\x4d\x79\x1a\x97\x17\xdb\xe5\x6a\xf4\xc0\xbe\xe3\x84\xda\x38\x47\x8e\x87\xe5\x86\xc2\xda\x2e\xac\xc9\xed\x22\xfe\xcc\x09\x68\x5e\xbb\x50\x9b\x1a\xa2\xfd\x2c\x38\x11\xb4\xeb\xf2\x7b\x57\xcc\x32\xcc\xe8\x8d\x78\xe3\xf1\x38\xcd\x9a\xa1\x7d\xd2\x96\xb4\x18\x70\xc2\x7c\xc7\xc3\xe5\xe3\xe7\x5e\xa6\xd4\x65\x2c\x52\xbb\x8f\xa0\xd6\xf1\xb0\xca\x21\x4a\x1b\x61\xa2\xe3\x61\xf5\xe0\x20\xf7\x41\xb7\xdc\xb8\x76\x74\x3c\x5d\x1b\xa1\x79\xe3\x31\xa3\x7a\x70\xbf\x9b\x0d\x72\x43\xcd\x88\x62\xf9\x9c\x3d\x4a\x84\x5e\xc3\xa8\xb5\x7b\x4a\xba\x10\xe0\x23\x91\xd5\xc6\xde\xc4\x02\x38\x81\x6d\x6e\xb7\x03\x4e\x7c\x5a\xe3\x3e\x35\x62\xc7\xc6\x63\x9a\x8c\xca\x71\xc2\xd4\x6e\x62\x9e\x9f\xe0\x0a\x37\xa2\xba\xc6\xc3\x0b\x77\x30\xd0\xfb\xb3\x61\x5e\x7e\xc3\x0b\xb6\x11\x8c\x33\x1e\x85\xa8\x32\x31\x1d\x1f\x27\xb7\xa1\x2e\x8d\x12\xd6\x1e\xd9\x16\x01\x02\xcf\xc2\xa1\x43\x7b\x4d\xf7\x26\x3f\x47\x2b\x5e\x45\xc7\xeb\x7d\x79\x4c\x3a\xed\x2b\x54\x59\xef\xd3\x8e\x5b\x6c\xfb\xd8\x35\x36\x6f\x17\x75\x62\x18\xb7\x8f\x43\x9f\xf6\xe1\x45\xd0\x89\x3e\xdc\x08\xc7\x13\x0f\xb6\x45\x8a\x27\xd5\x84\x86\x9a\x50\x0b\x43\xa1\x96\xd0\xb6\xb7\x6a\x3d\xa0\x7d\x66\xfd\xcc\x0a\xf7\x59\x9c\x1f\xb4\x25\x64\x08\xa8\xf7\x6d\x39\x55\x96\x3d\xc5\xb5\xae\xee\xf9\x6c\x3f\x74\x34\x80\x87\xf4\x83\x4d\x72\x3f\x10\xf6\x05\x57\xb7\x7e\x30\xa5\xba\xc7\xad\xb3\x9e\x91\xee\x8c\x1d\x42\x3c\xf0\xdd\x89\x85\xd6\x4f\x84\x43\x3f\x8d\x9c\x8f\xbb\x6d\x3f\xb1\xf6\x76\xe4\x65\xd2\xd0\xd5\x95\x70\x1d\x09\x97\x34\x74\xf5\x84\x00\xea\x29\xb8\x70\xc5\x34\xd5\x13\xd6\x80\x9e\xca\x01\x29\x0a\x4d\x45\x92\x38\xda\x35\x91\x0c\x73\x58\x4f\x98\xc3\x0a\xc7\x76\x3d\x35\x6a\x92\xbc\x84\x42\xbc\x8c\x9e\xba\x25\xe0\x24\xaa\xd9\xac\x27\x1b\x96\x5c\x2b\x44\x9f\xee\x9e\xec\x76\x4e\x76\x2b\xe8\x84\x3d\x63\xc2\xea\x59\x13\x56\x1f\xe5\x8f\x92\xbd\x7b\xa6\xdb\x3d\xd3\x1d\x44\xb0\xec\x19\x0d\xb4\xe7\xd0\x40\xf5\xef\xeb\x1e\xdf\x76\x8f\x6f\x27\x06\xf2\x9e\x0b\x95\xc7\xf4\x57\xb1\x15\xf7\xec\x40\x65\x55\x61\x6e\xfe\xf5\x6c\x1b\xf3\x6e\x63\x27\x2b\x66\xc0\x9e\x87\x7d\x11\x62\xb7\x63\xda\xfb\xbb\x67\xb6\x11\x05\x58\xb5\x5e\xd8\x48\xf6\xc2\x46\xb2\x8c\xe0\x39\xbd\x60\x7f\x8b\xad\x9c\x34\xd2\x21\x77\x62\xb3\x44\xb9\xb1\xc1\xee\xc5\x32\x8a\x9e\xfe\x23\xc5\x88\x16\x36\x0d\xbd\x08\x8d\x80\x3b\x77\x2f\xb0\xe2\x5e\x16\xfd\x48\x56\x84\x6b\x3c\xbc\x7d\x17\x3a\x78\xaf\x0e\x4b\x15\xa6\x9b\x18\x5a\xbd\x76\xd3\x79\x53\x09\x4b\x58\xaf\x70\xd3\x5e\xa3\xd8\x8a\x7b\x6e\xaf\xe8\x3b\xbd\xa2\x98\x15\xee\x0b\xf4\xea\x7c\xab\x9c\x4b\x0c\x0c\x66\x1d\x48\xfc\xbf\xbb\x60\xf8\xe3\x34\xdd\x32\x6f\x70\xc4\x8a\x76\xdd\x95\xd9\x1d\x99\x5d\x39\xa8\xec\xed\xa4\xad\x1c\xfc\x9c\x05\x56\xdf\xdb\x79\x4b\xf3\xc6\x20\x73\xa6\x61\x46\xef\x80\xdc\xd7\x1e\x7a\x69\x6f\x9c\x13\xf7\x66\xb4\x4b\xa2\x2d\xf5\xc6\x49\x71\xa8\x90\x24\xa3\x04\x4c\x09\x1d\x00\xf6\xca\xe5\xe7\xee\xf9\x51\x07\x57\xbd\x3a\x9f\x91\xde\xf1\x78\xfd\x58\xb4\x00\xe8\xee\x78\x90\x6c\x46\xbf\x35\x98\x6b\x07\x7e\x3b\x25\x62\x04\x75\xf0\xb7\xe3\xc1\xdc\x05\x07\xb2\x03\xb6\x1d\x0f\x9c\x92\x38\x60\xec\xed\xb6\xd4\xdb\xcf\xc5\xe4\x04\x26\x38\x1e\x04\x9b\x74\x15\x61\x67\x88\x47\x28\x2c\xf8\xf4\x76\x2d\x0b\x5d\xd0\x5d\xc4\x70\x07\xed\x36\x1e\x1c\xeb\x81\xc6\xd2\xc1\xad\x8d\x47\xf7\x6b\x64\x65\x8b\xd7\x81\x9b\x3d\x0b\xde\x0b\x5d\x6b\x43\x07\xc9\x35\x25\xee\xde\xf4\x6e\xfb\x85\x41\x9d\xa8\xdb\x5d\xb5\xa3\xa3\x76\x54\x30\xc8\x3b\xf8\x96\xf1\x58\xde\xdd\x8c\x3e\x01\x90\x30\x1e\xf0\x38\xee\xbd\xf7\xc1\x89\x68\x1f\xc6\xbf\x27\x32\x49\x1f\x2e\x7b\x81\xd7\x0a\x0e\x1d\x7d\xe0\x1e\xd2\x87\x17\x63\x30\x9c\x75\xc0\xb8\xe2\x41\xe4\x01\x4e\x25\x3a\x68\x52\xf1\x40\x6c\x00\xab\xdc\xe7\x4d\xde\x49\x7f\x82\x58\xd4\x27\xfe\x10\x7d\x7a\x59\x85\xf3\x91\x7e\xc9\x27\xc0\xbd\xa9\x9c\x2b\x74\x9c\xff\xe2\x41\xb7\x83\xe4\xdc\x2f\xa7\x09\xee\x5d\x95\x63\x85\x0e\x8e\x48\x3c\x2c\x94\x09\x06\xee\x46\x3c\x28\x94\x01\xbb\x3e\x73\x7e\xe4\xac\x51\xdd\xdb\x32\x6f\xcb\x6c\x90\x38\xcb\xe8\x77\xb2\xe7\x46\x94\x79\xcb\x7f\xef\x42\xb4\x73\x74\xbd\x7e\xa3\x4b\xf5\x3b\x74\xa9\x4a\xf4\xe4\x7e\x63\x98\xec\xb7\xb0\x26\x78\xec\xf4\x1b\x95\xb8\xdf\x62\x66\x60\x18\xee\xb7\x9d\x79\x8b\x90\x81\x11\xb8\x3f\x2e\x92\xc7\x45\x82\x13\x6f\xc7\x4f\x3b\x1e\x44\x91\x62\xbb\xd5\x1f\x3b\x78\x87\x33\x46\x5d\xeb\xb8\x45\xc7\xc3\x7b\x96\x30\x8e\x07\x21\xd7\x1f\x84\x5c\xe1\x26\x4a\x27\xca\x6e\x3c\x36\x2d\xbe\xf7\xca\x88\x5e\x19\x11\xa1\x58\xfa\x8b\xa2\xdc\xdf\x61\x7f\x52\x17\xc2\x27\xc4\x83\xa0\xa4\x58\xa4\x3b\xb7\x8b\xe3\x41\xa4\x51\xe2\xad\x77\x82\x28\xc4\x03\x01\xc9\x1e\xa3\x7f\x95\xb6\x7d\xb1\xe3\x6c\xdc\x5c\xeb\x9f\x3c\x8c\x88\x84\xe7\xc0\xe1\xa3\x13\x91\x30\x1e\x33\x92\x15\x48\x93\x52\xbf\x59\x82\x44\x63\x89\x2a\x18\x8f\x07\x52\x81\xf4\x4a\xb2\x1e\xf0\x61\x8e\x36\xe2\xf1\x91\x0c\x12\x9a\x69\xe7\xbe\x46\xe3\x6a\x76\x5f\xf6\xb0\x71\xba\x8a\xab\x73\xb9\x12\x57\xac\x8c\xe6\x80\x11\x5f\x20\x1e\x5e\x86\x1d\xd2\x86\x34\x6a\xcb\x18\x7a\x5a\xd2\x3d\x2d\x19\x04\x95\xed\xab\xfb\x35\x03\x34\x82\x43\xd1\xd7\x43\x1f\x11\xaa\xa9\x01\xc5\xd7\xb5\x18\x74\x2d\x06\x15\x20\x97\xbe\x96\x9f\x33\xb2\x1c\xbb\xc9\xe1\xe9\xec\xe0\x74\xb6\x71\x51\x73\x1c\x1c\xd2\x8d\x43\x4c\x53\x0e\x33\xc7\x81\x99\x77\x1c\x9c\x52\x55\x6e\x44\x8f\xb3\x45\xa9\xe3\x6c\x51\x2a\xc7\x3b\xe3\x44\xa8\x8d\x53\x9b\xd4\x51\xff\x2c\xcd\xc7\x19\xfb\x8e\x78\xa0\xf0\xe2\x50\x38\x4e\xa4\xca\x38\x83\x6f\x34\xbc\xa0\x87\xa7\xae\xe3\xc4\x8a\x95\x30\xa8\x0e\x4f\x5d\xc7\xb9\xf0\x81\x0b\x36\x3d\x3c\x73\x18\x9c\x39\x34\x0e\xc4\x46\x42\x3f\x1d\x09\x93\xc5\x44\xbc\x0d\xbd\x5d\x06\xde\x2e\x0d\x03\xf0\xc0\xa7\x25\x1e\x23\x48\xb1\x73\x1f\x1e\xb0\xc6\x92\xa5\xcc\x49\xb2\x69\x4e\xb1\xe8\x70\x3c\x1f\xe9\xb2\x04\x43\x4d\xe1\xf9\x3f\xd2\xe5\xe7\x94\x03\xd8\x09\x47\x66\xb9\x0c\xdd\xd3\x06\x7a\xe7\xf0\x50\x61\x64\xa1\xc2\xd8\xa2\x8c\x7c\x9a\xee\xa4\x2a\xc1\xcd\x07\xce\x6a\xf1\x58\x26\x23\x2b\x92\x60\x64\x83\xa4\x5b\xe5\xcc\x91\xf9\xc8\x78\xea\x8f\x12\x1a\xc9\xc8\xc8\xed\x91\x91\xdb\x15\xe9\x30\x0a\x07\x62\xa3\x78\x3d\xb4\x52\x6c\x61\x55\x8d\x82\xd7\xec\xa8\x94\x51\x2e\x69\x82\x3c\xb1\xf7\x18\x85\x8d\xc1\x28\xe2\x20\x61\x64\x1b\x05\x03\xcd\xd0\x51\x65\x10\x65\x67\x54\xfc\xd1\x46\x05\x39\x38\xd9\x8e\x6a\xd3\x2a\x4d\x23\x16\xd1\xa8\x58\xd9\x23\x0f\x59\x33\x59\x59\x32\xa3\xa2\x94\x25\x3c\x80\x47\x85\x4f\x8f\xea\xbd\xf5\x1a\xea\xc7\xa8\x37\x5d\x50\x85\x77\xc2\xf3\x6b\x70\x14\x11\x0f\xef\xfc\xc6\x4a\x1d\x0d\x2d\x73\xb4\x43\x7c\xef\xd8\x2f\x8e\x86\x75\x6b\x70\x58\x91\x12\x5e\xfb\xa3\x61\xca\x1a\x4d\x3c\xc3\x62\x3a\x24\xda\x68\x4a\x34\x6c\x2b\xc3\x9d\xff\x40\x77\x68\xb8\x62\x0d\x76\xfc\xf1\xf0\xee\x71\xb0\xf9\xa1\x32\x30\x54\x06\xea\x11\xcb\x7c\x34\x7b\xb4\x45\x8f\xb6\x22\xe9\xb6\x76\xe2\x05\x72\xca\x3e\x3a\x36\x93\xd1\x0d\xb9\x8f\x75\x7f\x60\x19\x88\x87\x57\x78\x59\xac\x1d\xab\xda\xe8\xc6\x76\xc6\x85\x70\x00\x56\x1e\x0f\xe4\x28\xa1\x63\x06\xf0\xe0\xf1\x20\xe8\x9b\x3d\xd0\x39\x2f\x19\x9d\x1b\x69\x03\x20\xe4\xc1\x71\x42\x3c\xf0\xfb\xa0\xf3\x06\xbb\xaf\x31\x8a\x9d\xc2\xf4\x1e\x2e\x83\x41\x38\xa3\xc9\x3d\xb1\x31\x1c\x8c\x61\x28\x39\xae\x2d\x0f\x20\x60\xe3\x11\xfc\xb6\x86\xe4\x1f\x40\xb9\xc6\x43\xf8\xd2\x0e\xcd\x31\x1b\x31\x66\x8d\xa3\xf2\xa1\xb9\x61\x68\x6e\xa8\x04\x25\x1c\x93\x83\xa5\x31\x39\x58\x9a\xb8\x48\x0f\x20\x44\xe3\x61\x07\x30\x05\xa6\x4c\x6d\x72\x29\xa6\xa2\x0c\x8f\x89\xeb\xc5\x00\xd8\xb3\x71\xad\x7b\x00\x28\x19\x0f\x6a\x82\x3d\x7a\x4c\x17\xcb\x8c\xc5\xd2\x70\xdd\x1d\xdc\xeb\x88\xc7\x8b\x8b\x6f\x54\xe4\x72\x3e\x01\x03\x98\x12\x96\xe1\x01\xd8\x5d\x3c\xfc\xda\x19\x59\x2f\xfc\x90\xc6\xd5\x51\xcc\x6a\x92\x76\x49\x63\xc5\xd7\xd0\x41\xc6\x75\xd1\x88\xeb\x0a\x56\x8a\x9f\xf1\xb8\xd8\x2c\x0e\x4c\x0e\x29\x55\x6a\x02\x06\x52\x3c\xb8\x43\x83\x44\x1b\xa0\xe0\xc4\x23\xff\xeb\xaf\xd6\x99\x27\xb7\x4c\xe0\x96\x09\x34\xb8\xe0\x8d\x4a\x3b\x80\xc3\x69\x5c\x90\x1e\x20\x10\xc4\x03\x6d\x10\xd4\xe4\xc1\xc9\x41\x3c\x9a\xb4\xc8\xfa\x20\x5a\xc7\x23\xc0\x0f\x78\x3b\xe3\xc1\x46\x3a\x88\xdc\xd1\x30\xaa\x0f\x2e\x57\xc5\x83\x8a\x20\x0e\x1e\x19\xf4\x03\x83\xc6\xb2\x34\x5e\x7b\xee\x3d\xf0\x19\x0a\x69\x3e\xde\x8f\x54\xc4\x80\x6e\x3d\x44\xe6\xe0\xa2\x65\x3c\x38\x2d\xc4\x36\x34\x74\x76\x18\x9f\x7d\x8e\x59\x76\x7c\x6c\x77\x07\x81\xa7\xda\x60\x00\x09\x9a\x1c\x8f\x0f\x52\x8c\xf3\x87\xa7\xd4\x30\x06\xc4\xb0\x8f\x38\xab\x88\xc7\xf0\x6b\x31\x95\x74\x89\x18\xba\x44\xcc\xc1\x48\x7f\xd5\xcf\x09\xf0\x80\xe5\x7d\x70\x89\x3c\x1e\x59\x1a\xb5\x73\xa2\x73\xfd\x35\x25\x22\x5e\x0d\x9c\xda\xff\x1e\x04\x5f\x4d\x89\x83\x9c\x81\xc7\x7a\x3c\x4e\x69\x51\x65\x95\x86\xe1\x35\xcf\x84\xc3\xd2\x58\x96\xbb\x76\xb9\xb1\x3d\x1a\x04\xdb\x8c\x47\x2c\x26\x20\xb2\x07\xe1\x21\xe3\x61\x47\xb1\x0e\xd7\xcd\x18\x2e\xee\xb6\x55\xa2\xbb\x0c\xa2\x0d\xc6\x03\x87\x49\x82\x45\x1f\xf8\xdd\xcc\x23\xc1\xda\x31\xe8\x4e\xfd\xb2\xe6\x21\x96\x2d\x36\xb4\x79\x60\x18\x98\xf8\x4e\xb4\x79\x1e\x7f\x14\xe9\xf3\xe0\x60\x7b\xea\x54\xde\x05\x3f\x42\x73\x88\x07\x4c\x04\xa7\xf9\x89\xa3\x55\x3c\x10\x1a\x62\x40\x9c\x31\x48\xf1\x10\x8a\x8f\x60\xa2\xda\x43\xe6\x29\x50\x38\xd6\xbe\xc9\x91\x41\x3c\x8a\x80\x09\xf1\xbd\x13\x53\xcf\xc4\x56\x72\x56\xa1\x70\x3c\x4d\x98\x9c\x26\x34\xc1\xa9\xce\xc7\xac\x8f\xd7\xd6\x09\x27\xae\xff\xc2\xc4\x7f\x21\x3e\xd7\x83\x86\x11\x74\x9e\x1f\x17\x97\x08\xb0\x7b\x62\x04\x9f\x27\x46\xf0\x24\x62\x13\x27\x0c\xf1\xf8\x48\x46\x23\xd0\x59\xe7\x19\xbc\xb4\x89\xc2\x93\x98\xbd\x33\x39\x7b\xb9\x42\x31\x13\x87\x29\x13\x05\x25\x68\x03\x5a\x93\x66\x5b\x77\xba\x47\x1a\xb2\x40\x9c\xfe\x94\xfc\x9e\x38\x33\x62\x40\x26\x76\x1a\x33\x81\x0f\x91\x3a\xe1\x56\x13\x56\xf0\x99\xf2\x4e\x17\x8d\xd5\x99\x6c\x26\x61\x22\x3b\x71\x80\x35\xeb\xcc\xd4\xcd\x4b\x6c\x5e\x55\xa2\x89\x4a\x14\xa2\x11\x92\x59\xbb\x31\x00\x08\x58\xad\x2f\xd9\x4c\x97\x4d\x23\x2e\x2c\xbe\x14\xf1\x10\xf4\x94\x78\xb5\x9c\x8a\xfc\x3d\x93\xf6\x03\x6e\x46\xcd\xf4\x98\xee\x11\x0c\xdd\xea\xbd\x96\xf1\x5a\x3d\x62\x9a\x66\x44\xdf\xcc\xc6\x18\x43\x89\x9e\x19\xf5\x6c\x66\xd5\x33\x64\xd0\xd4\xa3\x7e\xe2\xcb\xdb\xc5\xf9\xca\xb7\x59\x6f\x7b\x80\x59\xa6\xeb\xc5\xc4\xf5\x22\x68\xd1\x8c\x8c\x8d\x7a\xe2\x8f\xd5\xc5\x44\x2a\xa8\x08\xb3\xe8\x84\x23\x56\xbf\xae\xf2\xb3\xec\x01\x22\xdc\x6c\x65\x0f\x3d\xeb\xb0\x57\x08\x7a\x5b\x31\xbf\xcf\xca\x9d\x42\x51\x5a\x2a\xdb\x8a\x59\xdd\x56\xb0\x9d\x9f\x15\xff\xcc\x59\x45\x85\x14\x80\xaf\x61\x08\x98\x6d\x03\x55\x13\xea\xb6\x39\xb6\x2d\x76\x91\x86\x4b\x99\xcd\xc5\xda\xb2\xf3\x18\x28\x07\x4d\x23\x73\x9b\x46\x06\x81\x5e\x1b\xd6\x81\xd9\xb4\x0e\x60\xf0\x9d\x0d\xab\xd2\x6c\xc0\x22\x70\xf7\x77\x6a\xa5\x98\x0d\xc0\x30\x23\x4d\x77\x18\xe7\xec\xc2\x1f\x09\xa8\xa6\x67\xc3\xc4\xb3\xa1\x73\x70\x31\xbb\xf3\xa4\x0b\x34\x07\xdf\x9c\x1d\x0f\x83\xd9\x27\x17\x74\x58\xc6\xdd\x32\xbb\xe1\x8d\xc4\x4f\xed\x77\x96\xc6\x15\x23\x62\xec\x12\x56\x36\x1e\xb0\x2f\xa1\x26\xbb\xe3\xd5\x1d\x2f\xc1\x65\x51\x51\xe2\x61\xa9\x44\xf4\x1d\x9c\x1f\xcc\x91\xc5\xc0\x15\x81\x1f\x35\x79\x0e\x0c\x26\x68\x2f\xc1\xda\x21\x19\xb3\x36\x31\x25\x46\x93\x26\x56\x9f\x50\x33\x1e\xab\x4c\x8e\x55\x3a\x41\xb0\xe6\x70\x62\x0f\x63\x8d\x09\xbe\xa8\xaa\x32\x55\x55\x06\xa7\x83\x73\x3a\x4d\xa6\xd3\x44\xf0\x3d\xf4\x91\x78\x98\x17\x66\xc4\xdd\xd6\x78\x08\x2b\x4e\x32\x1b\x31\xb3\x80\x10\xc2\x47\x67\xb3\xe6\x9d\x15\xc8\x66\x47\x62\x8a\x7f\x7b\x0a\xc4\x4d\x17\x4f\x42\x46\x8b\xc1\x31\x51\x06\xe7\x9c\x40\x4a\x12\x60\x78\xca\x27\xe7\x45\xc6\x2c\x86\x35\xf3\x66\x0a\xec\x2f\x88\xe0\xfc\x2c\x73\xc3\x7c\x0a\xd4\x2d\xb3\x9b\x22\x7c\x32\xfa\x73\x59\xe6\x12\xa9\x99\xaf\x61\xa3\x98\x73\xe3\x7a\x8a\xc7\xbe\xcc\xb9\x36\xd8\xb0\xf8\xc0\xd0\xae\x64\x70\x75\xb1\x56\x1d\xfe\xeb\xde\x08\xb8\xa4\xbb\x4d\x77\x7b\xbb\x58\x18\x56\x39\xf6\x45\x10\x79\x5c\x96\xe6\x85\x8d\x6a\x5e\x82\x49\x77\x81\x4c\xe9\xcb\x0b\x64\x37\xbc\x7a\xe6\xb5\x24\x2d\x41\x54\x84\x45\x93\x3b\xdf\x72\x67\xcc\xe6\xf3\x76\xf1\xdf\xc7\x2e\x54\x68\x4c\xf2\xde\xc0\xfa\x70\xe7\x7b\xde\x18\xad\xe6\x0d\x8a\x0f\x71\x76\xa7\x16\x9f\x89\xc5\xa7\x6f\xe4\x4c\xd7\xea\x9d\xbd\xe1\x2f\xdc\x9c\x6b\xf5\xde\xa0\x3d\x44\x9e\xbe\x9d\xac\x77\x01\x95\x47\x34\x52\x97\xef\xed\xf2\xc5\xcc\x34\x6f\x3c\x29\xe6\xdd\x36\xd4\x20\x59\x9b\x59\x9b\x1d\x5c\xc5\x81\x34\x6f\x37\xa0\x86\x10\x7b\x53\xda\x04\x00\xe6\x4c\xff\xb3\x3c\x6f\xf3\xff\x25\xce\x3d\x6b\x9a\x9c\x35\x75\x41\x9e\x6f\xb9\xd6\xfd\x0a\x9e\x27\x78\x1a\xec\xe3\x27\x54\x87\x20\x4e\x85\x16\x3e\x1b\xe7\x67\x63\x7d\xf1\xb5\xa7\x1a\x8e\x43\x80\xb3\x66\xba\x66\xa8\x10\xd1\xa3\x6c\x8e\xe1\x62\xe7\x21\x7a\x13\xbb\xc7\xf9\x1a\x9a\xf4\xd8\x38\x4c\xaf\xb4\x8d\x28\x28\x0e\x12\xbd\xfd\xaa\xc6\x08\xa0\xfd\x56\x69\x1b\x72\x59\x5c\x97\x6a\xde\x4a\x6f\x8b\xdf\x63\x8f\xbd\xbb\xc7\xc4\xeb\x41\xc5\x9e\xef\xdc\xb0\x3b\xa2\xd9\x58\x95\x8d\x4f\xb1\xa1\x56\x98\x45\xef\xc6\x32\x10\xa6\x82\xcb\x56\xf3\xe3\x64\x3a\x0b\x95\xf9\xc9\x07\x3e\x40\xe9\x70\x5d\x9b\xaa\x94\x93\xd8\x4b\xe9\x30\x68\x3e\x11\xfd\xe2\x41\x98\xf0\x8d\xb1\xf1\x49\x32\x0c\x39\xe3\xfe\x3d\xd2\x5e\xf1\x0d\xc4\x3a\x40\x1e\x71\x7e\x95\xb2\x40\x4f\x84\xb6\x89\x07\x17\x70\x8a\x70\x03\x16\x20\xe6\x89\xf1\xdc\x31\x51\xcc\x05\x64\x56\x31\x18\x3a\x1b\xa7\x89\x33\x4c\x3a\x76\x80\x74\xdc\x38\x27\xe1\x71\xa2\x00\x63\xd6\xd3\xc1\x84\x04\x4e\x59\xd8\x03\x4d\x5f\x73\x35\x02\xfb\xc3\xb6\x17\x57\x8f\xe6\x6a\xc6\x5e\x37\x5c\xba\x5f\x9b\x7e\xcd\x90\xf3\x2a\x0b\xeb\x31\x48\x8b\x11\x06\xf2\x63\xa4\xa0\xfd\xaf\x9e\xf5\x87\x81\x3d\x82\x90\xff\x79\xc7\x51\xe1\x31\x8f\xdf\x70\xe4\xf5\x9f\x77\xdc\x1e\x39\x5a\xfe\x7d\xd7\xff\x79\x87\x33\xfd\x09\x66\xd3\x8e\x36\xbb\x78\x17\xff\x3a\x65\xdb\x0e\x2b\x76\xbf\x8b\x2e\xdd\xff\x76\xad\x0d\x3f\x11\x9f\x5e\xcc\xa5\xfb\xdf\x69\x78\xa8\xdf\xc0\x4d\x98\x75\xf7\xbf\x46\x20\xe2\x62\xb7\xb6\xf3\x85\x24\x3a\x6b\x31\x40\x01\x73\x6f\xcd\x69\xd0\x01\x2f\xfb\xc7\xa7\x17\x18\xee\xa3\x7a\x3f\x9b\x5d\xc5\xba\x42\x5e\x0f\x1c\xd5\xd6\xc5\xb0\x2d\x76\xa5\xc6\xee\x5a\x60\x84\xc7\x63\x5f\xe6\x9e\x5c\x1d\x8e\xbe\x5f\x42\x1e\x93\x11\xc0\xe3\x78\x70\x73\x8e\xdb\xdb\x44\x11\x8f\x47\x2c\x77\x8e\x50\x17\xe1\x97\xe2\x31\xbc\x88\x41\xb2\x6c\x32\xae\x32\x0c\x2e\xfe\x7e\xa8\x9f\x0b\x07\x31\xcf\x90\x97\x3b\xaf\xc5\xce\xab\x13\xe9\x75\x11\xd4\x35\x1e\x17\xa4\x13\xd2\x2d\x29\x26\x3f\xd0\xf4\x8b\x68\x44\xf1\xf8\x48\xe5\xb7\x16\x24\x60\xdf\x27\x17\x97\xd9\xbd\xc5\xa3\x90\x91\x6f\x15\x2b\x81\xe3\x65\x6a\xdc\xd9\x26\x4a\x6c\x3c\xac\x85\xd7\x91\xe9\x57\x10\x35\x1a\xf7\xb2\xd9\xb9\xc5\x83\x6b\xd4\xde\x3d\xbe\xa4\x60\x38\xe4\x62\x2f\x3a\xd2\x5a\xbb\xee\x5c\x29\x96\x52\x63\x7c\xbc\x41\xcd\x32\x58\x58\x80\x4f\x8f\x1d\x16\x6b\xe2\xef\x45\x84\x72\x2f\xec\x13\x09\x31\x1e\x68\x1b\xff\x8b\x8b\x53\xfc\xf8\xcf\xd7\xbf\xff\xdb\xff\xfe\x7f\x5c\xff\xfe\x7f\x5e\xff\xf9\xfb\xeb\xf9\xef\xff\xf1\x1f\xdf\x7f\xf9\x6f\xef\x7f\x7a\xfe\xdb\x5f\xff\x5b\x50\xff\x7a\xbf\xf5\x9f\xfe\xcb\xf7\x1f\xdf\xff\xfd\x5f\xff\xfb\x7f\x3c\xdf\x5f\xff\xfe\x5f\xff\x3d\x72\xf1\xf7\xff\x04\x00\x00\xff\xff\x2d\x58\x41\x22\x3d\xd6\x02\x00"); +func _afdb ()([]byte ,error ){return _c (_edae ,"WP-Symbol")};var _bcb =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x84\x9b\x49\xab\x65\x47\x72\xc7\xf7\xf5\x29\xee\xb2\xbd\x68\xeb\xe4\x18\x19\x50\x3c\x68\x24\x0b\xab\x4d\xdb\xa6\xe5\x09\x8c\x17\x67\x88\x23\x0a\x5c\xaf\x8a\xaa\xd2\x42\xdf\xde\xc4\xef\x7f\x25\xd9\xc2\xa0\x85\x08\xd5\xff\xe5\x10\x19\x19\x73\x9e\xfb\xd5\xd7\xdf\x7d\xf3\xdd\xeb\xbb\x2f\x8f\xaf\xfe\xf9\xd3\x87\xf3\xfb\xf8\xf2\xb8\xdf\xbd\x5e\x9f\xe2\xf3\x87\x1f\x3f\x9d\xf1\x38\xe2\x87\x77\xaf\x6f\xde\x94\xfa\xb8\xde\x9d\x5f\x7e\xfe\x27\xe4\x7c\xbf\x7f\x7c\xf3\x26\xe7\x7f\xff\xd3\xe7\x2f\xf1\xfe\xbb\xd7\xfb\xc3\xa3\x69\xdc\xf5\xe3\xc7\xe7\xd8\xc7\xe3\xab\xbf\xc6\x0f\xef\x3e\x7f\xf9\xf4\xd3\xe3\x0f\x7f\xba\x3e\x1c\xf1\x37\x8f\x2b\xee\xc4\xff\xe9\xd3\x15\x9f\xde\xbd\xfe\xf0\xf8\xc3\x9f\xf7\x8f\xfb\x6b\xf9\xe5\x0f\xdf\xff\xf8\xf1\xe3\x7f\xc7\xfb\x78\xfd\xf2\xa8\x60\xf1\x7a\x41\xdf\x7c\xf5\xf5\x5f\xf6\x8f\xff\xb8\xbf\x8f\xc7\x57\xb6\xde\x7f\xfe\xe3\x5f\xff\xe1\xfb\x3f\xff\xf1\xef\xf9\x1b\x7f\xfa\xb7\xf8\xf4\xf9\xdd\x87\xd7\x47\x29\x7f\xbb\x6d\xf3\x57\xfc\x5f\x7e\xfa\x18\x8f\xf2\x5c\xe3\x3f\xfe\xf5\xbb\x6f\x1e\xff\x59\x1e\x65\x7b\xd4\xd1\x7b\xf9\xaf\x27\xfe\xef\x7f\xf9\x70\xc5\x63\xd3\xbf\xba\xf8\x3f\x3f\x5c\xf1\xf9\xe3\x7e\xc6\xa7\xfd\xf5\x87\x78\xf3\x78\xbc\xdd\xb6\x97\xc7\xe3\xf1\x76\x6d\x2f\xf9\xaf\x55\xfa\xf6\xf2\x78\xeb\xdf\x7e\xfb\x35\xff\xfe\x93\xfe\xfa\xcd\xb7\xfc\xeb\xef\x36\xfe\xfa\xed\xd7\xf9\xd7\x78\xbd\x7e\xb3\xda\x9b\xa2\x4d\x5e\x3f\x7c\xb9\xe2\x16\xc6\xfa\x6f\xcb\xfd\xf2\xa8\xad\xe4\x9c\xff\xfd\xc7\x37\x65\xdb\x9e\x7c\xbd\xbb\x9e\xe3\x6b\x8e\xb7\x4b\xe3\xdf\x5a\xe4\xbf\xe2\xe5\x31\xf3\x5f\x4f\xee\x56\x11\xd2\x12\x59\x42\xf6\xf3\xe5\x31\x7d\x26\x72\x2c\x90\xe3\x7e\x79\x58\x67\xd6\x29\xe4\x8c\x44\x3c\x91\x6b\x07\x89\xf5\xf2\xb0\xc1\xac\x5b\xeb\xdc\xf6\xf2\x30\x63\xd6\x7d\x0a\x39\x13\xc9\x59\xb5\xdf\x89\xd4\x91\xb3\xd6\x96\xc8\x64\x56\x35\x7f\x79\x98\x83\xac\x02\xe2\xfb\xcb\x63\x95\x5c\xb9\xba\x66\xdd\xe5\xe5\xb1\x7a\x7d\xf3\x76\x35\x9d\xa2\xe5\x29\xbc\x8e\x44\x74\x8a\xe6\xf3\xe5\xe1\x6b\x25\xa2\x59\xed\x98\x2f\x8f\xb2\x95\x64\xa8\x1d\x82\x2e\xa0\x96\xf3\xba\x56\xea\xc9\x46\xd9\x46\x32\xd9\x4d\x50\x2e\x5e\x36\xcf\xfd\xba\x56\xef\x5e\x5e\x1e\xa5\x6c\x96\x90\x96\x87\x58\xe7\x74\x7d\xd7\xa8\x24\xd6\x57\x01\x2a\x82\x0a\x82\x13\x54\x05\x55\x20\x98\xd8\x9b\xa0\x96\xc2\xdc\x1a\x50\x17\xd4\x19\xa5\xe5\x87\xa0\xc1\x28\x98\xd8\xa7\xa0\x99\x50\xd5\x44\x13\x94\xd7\x30\x8a\x96\x5f\x82\xb8\xab\x26\x26\x5c\x90\x03\x69\xf9\x5d\xd0\x0e\xf7\x1b\xd0\x21\xe8\x00\x42\x12\xfb\x29\xe8\x84\xaf\x0e\x74\x09\xba\x80\x16\x50\x08\x0a\x58\x9d\x40\x92\x57\x12\x1b\x1b\x6b\x1d\x92\x57\x12\x1b\x85\xb5\x0e\xc9\x2b\x89\x8d\x06\x13\x87\xe4\x95\xc4\x46\xd5\x44\xc9\xeb\x40\x5e\x8d\x1d\x0f\xc9\x2b\x89\x8d\xa1\xb5\x24\xaf\x03\x79\xa1\x00\xfd\x90\xbc\x0e\xc9\x0b\xbe\x0e\xc9\xeb\x90\xbc\x90\x84\xf4\x1f\x62\xa3\x69\x2d\xc9\xeb\x40\x5e\x5d\x4c\x48\x5e\x49\x6c\x6c\x62\x42\xf2\x4a\x62\xa3\x72\x43\x87\xe4\x95\xc4\x46\xd1\x8e\x92\x57\x12\x1b\xd2\xc2\x43\xf2\x3a\x90\x57\x4f\xc8\xa4\x98\x36\x18\x35\x80\x06\x22\xb4\x89\xbc\x16\xd0\x2c\x82\xd2\x34\x36\x24\x61\xb3\x0a\x42\x5e\x4b\x50\x13\xd4\x72\x54\xdf\x80\xba\x20\xe4\xe5\x82\x86\xa0\xc1\xa8\x0a\x34\x05\x21\x1c\x17\xb4\x04\x2d\x46\x75\x20\x17\x84\x24\x5c\x7c\x1d\x82\x0e\x46\x35\xa0\x53\x10\x07\x72\xf1\x15\x82\x82\x51\x06\xa4\x33\x5a\x5e\xda\xdc\xf2\xd2\xcc\x34\x2a\xc9\x6a\x28\xb9\xc9\x1e\x6d\x35\x46\xb1\xd6\xd2\x81\x92\xac\x4d\xf2\x5a\x3a\xd0\x4a\x95\x9b\x85\x89\xae\x89\x49\x6c\x72\x1e\x97\x04\x93\xd8\x64\x3f\x97\x00\x93\xd8\x74\x10\xc9\xcf\x9d\x59\x9c\xd9\x77\x41\x79\xe6\x09\x03\xae\x23\x7b\xde\xb4\x9c\xed\x92\x8f\x80\x94\x82\x9f\x5a\xf2\x11\x10\x93\x03\x5e\xf2\x11\x2b\x8d\xb8\x14\xb4\x66\xc9\x88\x21\xab\xce\x09\xb4\x04\xb1\x16\x4a\xb9\x64\x3f\x10\x73\x78\x5f\xb2\x1f\x88\x35\xec\x67\xc9\x7e\x56\x6a\x73\x29\x5d\x13\x5d\x10\xe7\x79\xae\xc5\x79\x56\x1c\x39\x6a\xa4\x64\x56\x9c\x82\x74\x20\xb8\x0f\x54\x77\xa5\xab\x2f\x15\x47\xb5\x6e\xed\x78\x23\xbf\x06\xab\xb7\x76\xbc\x9d\x51\x0b\x48\xcb\xdf\x88\xab\x71\xc6\xfb\x10\x74\xe6\xa8\x92\x90\x4b\xe7\xbd\x2f\x20\x07\x72\x41\x62\x75\x01\xb1\x96\x8f\x96\xa3\x2a\xa3\x46\x17\xd4\x19\x25\x68\x08\xb2\x1c\x85\xce\xfb\x58\x82\xd2\xae\xe7\x13\xd2\xf2\xe3\x60\x54\x07\x3a\x05\x71\xec\x5e\x09\xd3\x3f\x07\xd7\xff\x2f\xde\x2e\x1f\x48\xc5\x89\x21\xb5\xc3\xa3\xec\x12\x62\x13\xfd\x77\xd9\xa5\x13\x56\xea\x00\x92\x1a\xfb\xda\x13\xc2\xbf\xfa\x3a\x04\x1d\x4c\x84\xa1\x25\x86\xd2\xef\x97\x8a\xcb\x75\xf9\x7d\x88\x4d\xfc\x85\x4b\x65\x20\xd6\x50\x5b\x97\xca\x40\x6c\xf6\x09\xa4\xf3\x5e\xd7\xcb\xa3\xc8\x96\xfc\x0a\x41\xc1\x28\xee\xe1\x42\x6f\x3d\x43\x79\x69\x06\x74\x6b\xad\x5b\x6b\x71\xc6\x5b\x6b\xe5\x9d\x96\x8e\x32\xb8\xee\x14\x62\x93\x44\xc1\x95\x04\x40\x4a\x27\x14\xec\xba\x66\x48\xe9\x04\xb2\xbd\x17\x41\xc8\x6b\x6c\x40\xc8\x6b\x9f\x1a\x95\x6b\xed\x92\x2a\x64\x76\x67\xe2\x7c\x8e\x4a\x56\x3b\xc9\xca\x2e\x0f\x05\x19\x1b\x67\xdc\xe5\xa1\x76\x64\xdf\xe1\x7e\x97\xec\xf7\xf4\x17\xa5\x1b\x3b\xca\x5f\x40\x6c\x0e\xd6\x5a\x53\x10\x67\x34\xb8\xd7\x0d\xed\xba\x21\x2c\x65\xd7\x0d\xed\xe9\x31\x8a\xe2\xe4\x2e\x97\x01\xb1\xc9\x6d\xef\xde\x05\xe5\x3d\x76\x5c\xee\xee\x5a\x3e\xc9\x70\xcc\x62\x77\x13\xe4\x8c\xd2\xc4\x5d\x10\xc6\x43\x6c\xdb\xe5\x6c\xf6\x4c\x68\xca\x53\x12\xa7\x0e\x74\xe2\x59\x70\x80\xfb\x29\x79\x25\x19\xcf\x1d\x4f\xc9\xeb\xcc\x03\x0d\xcc\x75\x3f\xb5\xd6\xa9\x03\x09\xd2\x81\xce\x5c\x7e\xa0\x39\xfb\xa5\xe5\x93\xcc\x49\x58\xd9\x2f\x2d\x1f\x79\xec\x21\x79\x85\x8e\x1d\x3a\x36\x7c\x85\x8e\x8d\x02\x0c\x04\x7d\x48\x01\x8e\x34\xea\xa2\x80\x71\xc8\xa8\x21\x36\xc7\x02\x82\xaf\x63\xe4\xa5\x4d\x34\xe7\x50\x04\x84\xd8\x24\x5b\x3b\x94\x40\x1e\x5c\xed\xc4\x7b\x1e\xba\xda\x03\xb7\xfb\x5c\x4b\x6e\xf7\x90\xdb\x9d\x30\x21\xb7\x7b\xa4\xc1\x94\x49\x6a\x76\xc8\x60\x0e\x19\xcc\x14\x84\xe6\x1c\x67\x63\x14\x3b\x9e\x5d\x10\xa9\x99\x75\xa0\x21\x28\xcf\x68\x62\xe2\xbc\x04\x5d\xac\x55\x81\xb0\xb4\x23\x52\xf6\x86\xec\x8f\xd0\x19\x03\xd9\xcf\x06\x84\xec\x8f\x74\xa8\xc5\xf0\xfd\x87\x1c\x2a\xc4\xe6\x64\xc7\xbb\x09\x4a\x57\x69\xc6\x44\xd9\x23\xc4\xe6\x44\xaa\x72\xbb\x90\xa2\x84\xfb\x90\x89\x1e\x32\xd1\xe7\xf2\xcf\x1d\xe1\x1e\xf5\x3d\x75\x43\x67\xda\x60\xb1\xd5\x80\x9a\x20\xae\x76\x1a\x10\x92\x38\xd3\xd5\x16\x5b\x40\x63\x0a\xc2\x33\x11\x18\xcf\x81\x46\x9f\x99\x7d\x94\xc5\x3d\x9e\xca\x3e\x20\x36\x71\x56\xa7\xb2\x8f\x33\xb3\x84\xb2\xea\x06\x74\x09\x42\x84\x26\x08\x11\x9e\x99\xa2\x97\x85\xef\x3f\xad\x08\xc2\x75\x50\x78\x9c\x56\x05\xb1\x23\x41\xf6\x34\xed\x68\xec\x68\x9c\xd1\xb4\x63\x96\x1e\x65\x71\x1d\xa7\xed\x82\x52\x0b\xcb\xd2\x5a\x87\xa0\xd4\x2f\x55\x1f\xa7\xf4\xeb\x5c\x2c\x8f\x75\x9c\xca\x3e\x20\x36\xb9\x8e\x53\xde\xe4\x74\x58\xc5\x3a\x4e\xe5\x1a\xa7\x72\x0d\x34\xe7\x54\xb2\x71\x7a\xde\xe3\x9a\x82\x5c\x10\xf7\x68\x03\x48\x7c\x79\xba\xed\x25\xee\x5d\x92\x70\xdc\x36\x9e\xe9\x54\xba\x71\x66\xf0\x2f\x0b\xb7\x7d\x2a\xf8\x43\x6c\x3e\x21\xdd\xe3\xc1\x81\x5c\xd0\x73\x22\x66\x65\x5c\x9a\xbc\xc9\x89\x4e\x78\x49\xd9\x5f\xd2\x89\x0b\xab\x75\x04\x7d\xc9\x6a\x2f\x59\x2d\x45\xd0\x25\xab\xbd\xd0\x09\x47\x99\x2e\xe9\xc4\x25\x9d\x40\x0b\x2f\xe9\xc4\x85\x73\x77\x62\xda\x25\xe7\x7e\x29\x64\x22\xfb\x4b\xce\xfd\xca\xeb\xa8\xdb\x36\x7e\x3f\x14\x5f\xba\x2d\xc8\x58\xb8\xdd\xcb\x4e\x41\x91\x8b\x90\x97\x5d\xba\xc0\x2b\xdd\x76\xdd\xc8\x7f\xae\x75\x09\x42\xd7\xc4\xf6\x42\xc2\x57\xba\xf0\xba\x11\x34\x2e\xb9\x70\x88\x4d\xcc\xe2\xf2\x21\x68\xe5\x28\xdc\xee\xa5\x0b\xbc\x74\x81\x8b\xe5\x75\x81\x57\x7a\xcf\xba\xe1\x7f\x2e\x79\x4f\x88\x4d\xb2\xf9\xeb\xd2\x79\xd3\x63\xd6\x42\xb1\x70\x85\x96\x0f\x62\xd2\x12\x24\x71\xa6\x83\xa8\x05\xbd\xbd\xe4\x20\x2e\x39\x08\x0c\xf1\x92\x83\xb8\xf2\x02\x6b\x21\x14\x87\x2e\x30\xfa\x48\x68\x08\x9a\x82\x74\x35\x0b\xc8\x04\xe5\x81\x0a\x0e\x22\x94\x84\x85\x92\xb0\xa5\x89\xbb\xa0\x9d\x51\x82\x0e\x41\x78\x16\xa2\x4d\x74\x64\x1f\x79\xdb\xb5\xa0\x32\xa1\x24\x2c\x94\x84\xb9\x20\x2d\xcf\x0d\x15\xe4\x15\xba\xa1\x48\xbf\x5a\x2b\x45\x5f\x9c\x62\xf5\x84\x55\x02\x63\x9c\x62\x35\xc9\x54\xf0\x0f\x75\x2a\xe2\x4a\x11\x2a\x59\x8a\x6b\x08\x42\x84\x4f\x48\x6b\x5d\xc9\x7d\x23\x43\x8d\x4b\xdc\x5f\xa4\x7d\xc4\xa4\xb8\xd0\x89\x40\x84\x8d\x52\xfa\x96\x08\xef\x94\x44\x6d\x24\x4b\xb7\x24\x71\xcb\x06\x5c\x10\x6b\xdd\x99\x8e\xd6\x46\x00\xba\x95\x8e\x42\x6c\xba\x20\x98\xb8\x39\xb6\x32\xb6\x5b\xc7\xbe\x33\xb7\xa8\x1d\xab\xbb\x95\x5b\xdc\x52\x4c\xd7\x28\x14\xf3\x4e\x37\x52\x3b\xe5\xc8\x2d\x37\x72\x93\x6e\x18\x65\xd3\x2d\x5d\xbd\xf7\x9a\xa3\x28\x05\x6e\xf5\x19\x20\x66\x64\x6c\xb7\xfa\x0c\x77\xd6\x10\xb5\xe3\xcb\x6e\xd5\x10\x10\xb3\x8d\xe5\xe5\x46\xee\xac\x62\x6b\x47\x7d\x6f\x55\xb1\x10\xb3\x0d\xe1\xa8\x8a\xbd\x2f\x76\xc4\x4b\xdd\x97\x76\xbc\xb4\x23\xcb\x5f\xda\xf1\x62\x2d\xae\xe3\x96\xa0\x21\x66\x24\x84\xb7\xb2\xd2\x3b\xf2\x8c\x43\x4c\x84\x98\x48\x62\xc6\xa5\xdd\x4a\x37\x6e\x6e\x68\x64\x8e\xe8\x6a\xb0\xf9\x86\xfa\x52\x5d\xfb\x86\xfa\x8a\x98\x3d\x47\xed\x40\x96\x8a\x49\xc1\xed\x9b\x2d\x41\x8b\xfe\xd5\x06\xa4\x89\xdc\x10\xe5\xaf\x6f\x4b\xcb\x27\x31\x2b\x05\xa8\x08\x62\x47\x67\xf9\xa5\x89\x8b\x1d\x8b\x26\x6a\xc7\xf4\xd1\x95\x92\xd5\xb7\x5d\x6b\xed\x5a\xab\x01\x69\xad\x83\x51\x8d\xe5\x4f\x8d\x3a\x35\xaa\x03\x69\x54\x9e\xbe\x92\x35\xf8\x46\x96\x25\x62\x56\x38\x10\xae\xc3\xb7\x48\xee\xa7\xf8\x8a\x1b\xe8\xd6\x5a\x33\xa1\x5b\x6b\xdd\xf3\xe5\x51\x9f\x07\xca\xbc\x3f\x89\x24\x01\xab\xb7\x0e\x84\xa0\x2d\x2b\x33\x7f\xf6\x39\x0b\xde\xc4\x32\xcd\xf6\x82\x37\x11\x31\xcb\x18\xee\x05\x6f\x22\x32\xc9\x66\xbc\x74\x04\x5d\x70\x0a\xc6\x19\xcb\x78\x42\xec\x58\x05\xb1\x63\x99\x69\xa2\x96\xde\xd7\x0b\x4d\x05\x11\xb3\x74\x0a\x5e\x68\x2a\x78\xc9\x14\xa1\x5a\x26\x25\x5e\x48\x11\x44\xec\xc9\x17\x4d\x05\x2f\x34\x45\xcd\xe0\xcb\x34\xca\x34\x2a\xa5\xaa\x46\xa8\x17\xee\xd1\x16\xac\xea\x1e\x8b\xee\x31\x0b\x78\x2f\xba\xc7\x72\xc0\x97\x33\xea\x10\x5f\x87\xf8\x12\x24\xbe\x32\xcd\xae\xa4\x08\x5e\x4e\x8d\x3a\x35\x0a\x56\x4f\x8d\xba\xd2\x9b\xac\xc9\x81\x2e\x2d\x9f\xc4\xac\x72\xec\x4b\x13\x23\x4d\x94\xb0\xee\x25\x8a\x20\x4c\xb4\x72\x1d\x58\x87\x97\xcc\x1e\xeb\x5a\x1c\x88\x6a\x5d\xc4\xac\x71\xec\xd0\xb1\x33\x50\xd4\x25\xee\x09\x14\x5e\x6e\x34\x47\xd7\x71\x0f\x41\xc9\xbd\x6f\x88\xf0\x16\x13\xa4\x8d\xd6\xda\xef\x86\x62\x57\xf7\x57\xa4\x92\x41\x78\x95\xca\x54\x54\xc6\xd1\xb5\x2a\x95\xa9\x52\x99\x0c\xc5\x5e\xa5\x32\x90\xea\xa8\x5f\x95\xca\x54\x59\x30\x46\x5d\x65\xc1\x35\x5d\x6d\xf5\xaa\xb5\x4e\x41\x3a\xaf\x01\x71\xde\x3a\x34\x8a\x89\x43\xa3\xa8\xef\xad\x39\x10\x82\xaa\xd8\xb9\x77\x58\x95\x32\xd4\x95\x86\xe8\x06\x5f\x2e\x88\xde\x91\x69\x14\x09\x9d\xd7\x74\xb5\xd5\x1d\x26\xc8\x07\x44\x8c\xee\xb9\x57\xd7\x19\x1d\x26\x10\x7a\x75\x31\x41\xb3\xc8\x32\xab\xf4\xea\x62\x22\x15\xab\x6d\x08\xbd\x4a\xb1\xaa\x14\xab\x0b\xd2\xc4\x0c\x8c\x6d\x93\xbc\x4e\x2d\x4f\x60\xb4\x2e\x48\x22\x4c\xd2\x36\xdc\x5b\x3d\x25\xc2\x13\x13\x7b\x42\x2e\x88\x1d\x3b\xf2\x92\x92\x56\x29\x29\x7a\x5b\xcf\xe7\x8e\x67\x8e\x1a\x1c\xfb\x14\xab\xd4\x36\xf6\x9c\x28\x41\x67\x36\xd3\xb6\xc1\x81\xc8\x66\x44\x56\xc5\x36\x2b\xe1\xc0\xeb\xb5\x18\x25\x48\x4c\x24\xe9\xa3\x71\x46\xd9\x40\xbd\xd9\x31\x73\x62\x57\xc3\x5f\xa4\x6d\xf8\xb2\x46\xcb\x40\xc4\xe4\x20\x1a\x2d\x03\x6f\xa9\x5f\xad\x64\x14\xf4\x26\xfd\x6a\xd2\xaf\xae\x89\x26\xe8\x64\xd4\x04\xba\x04\x71\x20\xce\xd8\xa4\x39\x2d\x63\x78\x2b\x38\xe7\x46\x0c\x17\x31\x1b\x2c\x3f\xb4\x7c\x2a\x50\x2b\x55\xd0\x73\x22\x9e\x05\x49\x34\xca\x56\x6f\x73\xe6\x28\x0c\xb1\x4d\x31\x41\x67\xd5\x06\xcb\xd3\xb7\xf0\x36\x9d\x51\xb0\x3a\x77\x41\x78\x83\x81\x24\xe4\x04\x5b\xba\xb4\x56\xd0\x9c\x66\x12\x0e\x15\x90\x65\x0a\xea\xcd\x24\x09\x43\x12\x3a\xb6\x89\xd5\x24\x63\x3d\x47\x89\x89\xd4\xfb\x56\xb4\xbc\xf4\xbe\x65\x6d\xd3\x0a\x2e\xa9\x51\xdb\x88\x98\x71\x69\x6d\x49\x12\x8b\x63\x4f\x41\x3a\x76\x92\x51\x37\xce\xb8\x74\xec\xcc\x4d\x5a\xc1\x71\x35\xda\x22\x22\xa3\x4b\x12\xae\xe5\x3d\x75\xb5\x2c\x76\x74\x49\xc2\xd1\xd5\xc1\xd5\x92\x53\x7b\x4b\x53\x68\x65\xb1\x96\x4c\x01\x62\x36\x38\xe3\xa1\x7b\xcc\xf0\xd9\x2a\xbe\xbf\x29\x7c\x36\x85\xcf\xc9\x8e\x0a\x9f\x0d\x5d\xad\x78\xe2\x26\x5d\x6d\xca\x53\x26\xf7\x78\x89\x2f\x74\xb5\x62\x0a\x4d\xba\xda\xe4\x9c\x89\xbb\x4d\xce\xb9\x65\xba\xd2\xaa\xee\xf1\xd2\xb1\x93\x98\x4d\x04\x1d\x62\x22\x03\x76\xab\x3a\x90\x02\x76\x23\xb1\x57\x60\x6c\xa1\x1b\x8a\x94\x44\x95\xde\x87\x24\xc1\x33\x1b\x7d\x66\x6f\x21\x26\x6e\xd6\x92\xec\x6f\xad\x95\x64\x2e\x87\x09\xb9\xf0\x86\x0d\xd5\xac\xcc\x5c\x4f\x5d\xde\x3b\xcb\x23\xc2\x2e\xbf\x0a\x31\x7a\xdd\xde\x95\x2c\xf5\xc1\x28\x9c\x55\x57\x74\xee\x8a\xce\x84\xcf\xae\xe8\xdc\xd1\xaf\x46\x82\xd3\xa5\x5f\x10\xe3\x01\xd0\xbb\xf4\x8b\x97\xb4\xd6\xd0\x55\xbd\xa4\x79\x5f\x69\x0a\x0d\x4b\xeb\x4b\xa3\x16\xa6\x60\x1a\xa5\x1d\x93\xcc\x81\x27\xef\x0a\xc5\x5d\xa1\x38\x2b\x6c\xef\x0a\xc5\x3d\x33\xe4\xd6\xa6\xd6\xba\x04\x61\xc8\xb8\xed\x2e\xc5\xe4\x09\xae\x35\xa4\xaa\x27\x38\x11\xb3\xac\xb0\x5d\x4f\x70\xce\x53\x57\x6b\x4b\xd0\x29\x08\xfd\x32\x24\xb1\x6b\xf9\x24\xad\xb9\x46\x3d\x97\xc7\xdc\x51\x72\x3d\x75\x79\x47\xbf\x9a\x03\x49\xbf\x20\x66\x59\x61\x7b\x97\x2f\xec\xa9\x26\xad\xe3\xf8\xba\xd4\x04\x62\xa6\x4b\x53\xa4\xef\x19\xb0\x5b\xc7\xd5\x76\x05\x6c\x88\xd9\xda\x7e\x3f\x14\x77\xe9\x47\x47\x19\x3a\xba\x36\xa4\x0c\x90\xd6\x11\xc1\x90\x43\x1d\x1d\x1e\xb3\x00\xf7\x41\xcf\xc7\x47\xfa\xc5\xd6\x61\x7b\xc8\x2f\x42\x8c\xce\x90\x0f\x5e\x75\x45\x46\x81\xed\x31\xb4\xfc\x60\x79\x02\xe3\x18\x5a\x7e\xe0\xa5\x48\x50\xc6\xa8\x82\x1a\xa3\x58\x8b\x4e\xbe\x88\x19\xf7\x30\xe4\x76\x47\x3a\xd4\xd6\xd1\xc8\x21\x87\x0a\x31\xa5\x6a\x63\x6a\xc7\x4c\x08\x1b\xaf\xa3\x3e\xe8\x1f\x89\x18\xed\x29\x1f\x4a\x0e\x07\xde\x73\xe0\xaf\x87\xbc\x27\xc4\x6c\x71\x46\x13\xab\xe8\xed\x20\x39\x1c\xd2\xdb\x91\x6e\xa4\xf1\xe4\xe8\x43\x6e\x04\x62\xb6\x38\xf6\xa9\x03\x11\x51\xe7\xc6\x44\x45\xd4\xa1\x88\x9a\x55\xb1\x0f\x45\xd4\x71\xa5\x89\x4d\x32\xfa\x71\x2d\x41\x98\x98\xe4\x25\x67\x33\x32\x31\x6f\x34\x36\x7d\x28\x31\x1f\x7a\x62\xa7\x1e\x19\xb7\x26\x72\xb5\xf4\x3a\x7d\xea\x6a\x21\x4d\xd5\xc1\xd4\xd5\x4e\xc5\x4a\x17\x54\x05\xc1\x04\x5e\x6a\xca\x1b\x4c\x79\x83\xac\xcc\x7c\xca\x1b\x4c\x62\x12\x6d\x33\x9f\x8a\x49\x53\x31\x09\x1b\x98\x8a\x49\x13\x79\x51\xe5\xf9\x94\xbc\x66\x9a\x6b\x53\x4e\x3c\x65\xae\x10\x93\xca\xcd\xa5\x89\x19\x28\x9a\x32\xb6\xa9\x2c\x6b\x2a\xcb\xe2\xb6\xa7\xb2\xac\x49\x84\x50\x1a\x34\x15\x21\x20\xe6\x6b\x03\x12\xab\x49\x7a\x79\x8e\xd2\x8e\x5c\x87\x42\xf1\xd4\x75\xcc\xe7\x75\xb0\xa3\xae\x63\x5e\x29\xe8\xb5\x31\xea\x32\x41\x12\x34\x52\xd5\x0d\xcd\x2c\x5b\xdb\xe2\xd2\x26\x65\xab\x88\x19\x49\xc9\xa4\x6c\xf5\x89\x51\xd3\xc5\xf4\x29\xa3\x86\xd8\xda\x04\xe9\x40\x5c\xed\x22\x4c\x4d\x5d\x2d\x64\xf6\x21\x48\x3b\xde\xfa\x58\xa2\x00\xe9\x8c\x49\xda\xc2\x1b\xcc\x5b\x67\xe4\x65\xed\xc9\xbd\x72\x75\x48\x5b\x04\xff\xa9\x64\x1c\x62\x8b\xe4\x52\x0f\xcc\x6e\x98\x28\xfd\x49\x37\x99\x28\xc4\x16\xea\x6b\x32\x51\x9e\x68\xdb\x22\x42\xe8\x89\x56\xc4\x56\x56\xfe\x6e\xb2\x21\xcb\xac\xa3\x2d\x24\x61\xd6\x04\x35\x46\x4d\xa0\x2e\x28\x23\xaa\xca\x0a\x53\x85\x0d\x31\xde\x57\xdc\xe8\xc1\x3a\xcf\xbd\xcd\xa9\xd6\xf5\xdc\xeb\xb6\x98\x88\xec\x4d\xe1\x00\x62\x0b\x73\x37\xe9\x97\x9d\x8c\xc2\x6a\x4d\x19\x2e\xc4\x16\x45\xb7\x9d\x1a\x95\x82\x6e\x7c\x29\xe2\x26\x41\xdb\xad\x51\xec\x78\x3f\x47\x9d\x2f\x8f\xbe\xb5\xe4\x6b\x49\x5e\x10\x5b\x14\x2f\x4b\x66\xb5\xd2\xf1\x75\xde\xd5\x7d\xc9\xf1\x41\x6c\x11\x18\x97\xa4\xba\xd2\xa5\xf5\x6d\xb0\x96\x5c\x1a\x64\x6e\x70\xbf\x94\x49\xae\x8c\xbb\x7d\x23\x03\x59\x8a\xbb\x4b\x5f\xcb\x90\x82\x2e\xc5\xdd\x95\x82\xee\x4a\x8d\xf5\xc8\xec\x2b\xc3\x49\xdf\x70\x30\x4b\xa9\x0b\xa4\x29\x51\x5d\x97\x76\xe4\x40\xbc\x02\xbb\x5e\x5b\x9d\xb7\xcf\x4e\xdb\xcd\xf5\xf6\x29\x62\x52\x72\x3d\x6e\xba\xcf\xf1\xf2\xe8\x15\x26\x9c\xaf\x02\x44\x6c\xd1\x6b\x70\xa5\xb3\x9e\x7e\xa2\x2b\xf1\x72\xf9\x09\x88\xf1\x21\x8f\xbb\xfc\x04\xa4\x2b\xf1\x72\x15\xf0\x10\x5b\x45\x90\x76\x4c\x05\xe8\xbc\xef\xba\x1e\x4a\x9d\x47\xc4\x5e\xd1\x7b\x3d\x22\xfa\x9e\x71\xa8\x37\x3c\xd3\xae\x38\x04\xb1\x45\xe1\xb8\xeb\x3a\xf6\x14\x61\x6f\x4b\x90\x0b\xe2\xb6\x69\x65\xec\x03\x56\x77\xcb\xe5\x1b\xe6\xbe\xdb\x25\x28\x6d\x7b\x11\x28\x76\xb5\x0c\x20\xbd\x53\x7a\xe9\x11\xd1\x79\x1e\xec\xbd\xfd\x7e\x83\xda\xf5\x7a\x28\x62\x8b\x1e\x86\x5e\x0f\x9d\x57\xba\xae\x10\xaf\x57\x3a\x11\x93\x83\xd8\x4f\xec\x69\x4f\xd7\xd1\xf9\x7e\xc6\x77\x95\xfc\x90\xb6\xe1\xe8\xf5\xfe\xe6\x3c\xb6\x75\x3e\x5d\x71\x3d\xb6\xf9\xc1\x35\x0f\xb2\xa4\x43\xd7\x7c\xe8\x9a\xb1\x94\x43\xd7\xcc\x33\x5a\x1f\x04\x33\x3d\xa3\xf9\xb1\x52\xd7\x26\x4c\x1c\xab\x09\xc2\xa8\x29\xa7\x0f\x55\x07\x3c\xb6\x75\x85\x29\x3d\xb6\x89\xd8\xc2\xf7\xeb\xb1\xcd\x79\x62\xea\xbc\x31\xba\x9e\x98\x9c\x87\x95\xae\xfa\x4d\x0f\x2b\x7e\xe6\xe0\x2e\x13\x3b\x95\xaa\x41\x6c\xd1\x0f\x39\x95\xaa\xf1\x34\xd1\xd5\x5b\xd1\xd3\x84\xd3\xe3\xef\x8e\xb9\xaa\xc7\x2f\x62\xbc\x14\xf9\xa5\x46\xdd\x95\xb2\x1f\x1b\x9e\xf8\x92\xec\x21\xb6\x9a\x20\x24\x71\x65\xb4\x19\x1b\x16\x7c\x29\xda\x40\x8a\x6e\x48\x3d\x7e\xbf\x8e\xc9\x23\x73\x8a\xf0\xe2\x4b\x22\x11\x5b\x34\x52\xae\x43\x13\xd3\xe7\x0c\x1e\x07\xfc\x52\x00\x82\xd8\x6a\x2c\xaf\x00\x44\xab\x7e\x6c\x04\x46\xb5\xea\x3d\x66\xd6\x49\x85\xe5\x83\x37\x33\x11\xe3\x51\xcb\x83\x37\x33\x0f\x5e\xba\x0b\x3e\x23\x78\xe9\x16\xb1\xd5\x34\x11\xed\x0e\x0a\x3f\x1a\xfa\x1e\x4a\xcc\x21\x8d\x87\x61\x0f\xb5\x3f\x69\xc2\x8f\x42\x44\x55\x13\xde\x23\xb5\x7b\xa8\xe6\x0a\xa9\x6f\x48\x7d\x69\xc4\x84\x44\x08\x19\x05\xdf\x1f\x12\x61\xa8\x3c\xc4\xab\x87\xb2\xf0\xa0\xf0\xab\x04\xb3\x50\xe1\x07\x31\xde\xdf\x3c\xd4\x3c\xa1\xe3\x3e\xf8\x72\xc4\xd5\x71\x77\xba\xe4\x43\x95\x86\xba\xe4\x7e\x23\xfb\x86\xbc\x6e\xc9\x1e\xd2\x78\xb8\xf3\x5b\xb2\xbf\xcf\x8b\x52\x13\x48\x4d\x0a\x88\x2d\xd2\x8d\xfb\xc4\x67\xdc\x99\x5f\x8f\x4e\x09\x7c\x2b\xbf\x86\x14\x75\x90\x6f\x25\xd0\xf4\x99\x07\xe9\x2c\x2a\x4e\x94\x4f\xfd\x0e\x75\x9d\x83\x4e\xf1\x18\xa9\x5a\xa1\x4e\x71\x6c\xa9\xad\x63\xa4\x75\xc6\x46\xb3\x5d\xc4\x56\x56\xf8\xb1\xf1\x51\x5f\x6c\x99\x56\x8c\xa9\x89\xa4\x15\x22\xb6\xba\xa0\x00\x4a\x96\x06\xcf\xea\xb1\xdd\x5a\xeb\xd6\x2b\xb4\x20\xad\x05\x97\xbc\xb3\x85\x9a\xb4\x51\x32\x8d\x1b\xbc\xef\x44\xa1\x71\x26\x62\xab\x17\xa0\x43\x50\x72\x4f\xa7\x38\x0a\xbe\x34\x8a\xe2\x58\x96\x6e\x51\x88\x63\x41\xcb\x74\xd0\xf1\x0f\xb5\x4c\xa3\xec\xa9\x80\x04\x9a\x28\x3c\x98\x8b\xd8\xca\x40\x13\x65\xd7\x8e\x59\xea\x0e\xb2\xcf\x28\x94\xba\x22\x75\x6b\xb0\x9a\x65\xef\x93\x8c\x35\x98\x48\xf5\x2b\xd2\xca\xd0\x44\x2d\x1f\x27\xa3\x26\xd0\x25\x48\xf2\x82\x2f\xda\x9c\x41\xef\x71\xac\x34\x8c\x50\xef\x31\x2a\xb6\xb2\x52\x27\xa3\x62\x2b\x22\x86\x23\x89\x8a\xad\x44\xcd\xf8\x3a\xe8\x3d\x46\x25\x91\x11\x31\x72\xae\xa8\x24\x32\x51\x33\x5e\x0c\xaf\x1a\x75\x09\xba\xf8\x20\xa3\x02\x85\xa0\xe0\xe3\x0e\x46\x49\x5e\xf5\xd0\xf7\x1e\x29\xe8\x8a\xe6\x8a\xd8\xea\x8c\x42\x73\xa3\xa6\xc7\x1f\x9e\x19\x76\xd4\x53\x3b\x9e\xe4\x10\xe9\xc4\x83\x16\xe0\xdb\xa8\x19\x10\xe6\xb6\x31\x91\x80\x20\x62\x24\x7e\x51\x43\xdc\xc7\x91\xa3\xc4\x04\x1f\x18\x88\xd8\x1a\xac\x25\x11\xd2\x71\x9b\x3c\x75\x86\x3a\x6e\xd1\x32\x1f\x99\x64\x1a\xd1\xc8\x47\x44\x8c\x8c\x31\x1a\xc1\x54\x64\x6e\x19\x36\xa2\x11\x4c\x45\x6c\x65\xd2\x1d\x6d\xa0\x5f\x2d\x5d\xd7\xdc\x9c\x89\xb8\x2e\x11\xe3\xa1\x36\x68\x8f\xbd\x0d\xba\x51\xb3\x6c\x4c\x94\xbc\x5a\x4a\x62\xf2\x69\x5c\x34\x49\x02\x62\x52\x93\x26\x49\xd0\xeb\x98\xc5\xe7\xef\x46\xe1\x50\x2b\x24\x68\x4c\xcc\x0a\x8f\x6a\x4c\x44\xcf\xd0\x36\x79\xec\x8b\x4e\x68\x13\x31\x3a\x66\xd1\x69\x7c\x85\x1a\x13\x2d\xf3\xfb\x50\x63\x42\xc4\xa4\x91\x6a\x4c\x04\x9f\x0b\xcf\x56\x99\xc8\x03\x9d\x88\x2d\x2c\xb8\xd3\x0b\x0b\xbe\x75\x9d\x2d\x5d\x75\xe8\x5b\x57\x11\x5b\x59\xcd\x85\xbe\x75\x0d\x3e\x46\x9d\x6d\xb2\xfc\xa1\x1d\x0f\xed\xe8\x40\xda\xf1\x66\x2d\x4b\x71\xd2\x32\x78\x12\x5b\xa8\x8c\x3a\x07\x41\x1f\x60\xd2\x7d\x0b\xf5\x01\x44\x66\xef\x82\x8a\xa0\xc2\x13\x6a\x03\xaa\x82\x98\x88\x37\xa0\x27\xf0\x24\x4d\x56\xa7\xd6\x40\x8c\x8c\x24\x13\x5f\x1a\x83\xfc\x5e\xa4\x3c\x97\x27\xbf\x0f\x8a\xeb\xc9\xe7\xc2\xa1\xe2\x3a\x46\xc6\xfd\xc9\xf7\xcf\x31\x76\xed\x98\xa4\xf1\x84\x1a\x83\xb8\x1f\x23\xbd\xe7\xa4\x04\x8f\x21\xef\x09\x31\x1e\x50\x62\xf0\x69\x5c\x8c\x14\xc8\x1c\xb8\xb7\x41\x1b\x5d\xc4\x16\x9e\x78\xd0\x3b\x8c\x91\x36\x30\xe5\x9c\x87\x6c\x60\xc8\x8d\xa0\xf0\x43\x6e\x84\xe2\x7a\xf2\x01\x69\xa8\xb8\x8e\x39\xf8\x0c\x0a\xd3\x9f\xf2\x8b\x53\x55\x53\x56\xd2\x31\xa9\x9a\x62\x5a\x5a\x1d\x5f\xde\xc5\xe4\x33\x04\x91\x32\xb0\xba\x29\x9f\x41\xd9\x3c\x79\x56\x0f\x95\xcd\x31\x53\xcd\x26\xaf\xe3\x31\xf9\x04\x4d\xc4\x16\x0a\x30\xe9\x98\xc5\x74\x8d\x82\x09\xd7\x28\xd7\x28\x03\xd2\xa8\x4c\x3e\x26\x0f\x87\xa1\xea\x57\xa4\xf2\x22\x14\xaa\x7e\x63\xa6\x27\x9e\xa6\x89\xf2\xc4\x10\x5b\x93\xe5\xe5\x89\x27\xfa\x45\xd1\x1f\x53\xfa\x35\x9f\xfa\x05\xf7\xd2\x2f\xaa\xcc\x49\xcd\x17\xaa\x32\x83\x8f\x7f\x27\x55\x40\xf0\x05\xf0\x93\xd8\xb2\x0d\x08\x41\x53\xf3\x4d\xdd\xa3\x6a\xbe\xb0\xcc\x34\xe6\x32\x07\x3a\x05\xe1\xb8\xac\x00\x69\xad\x24\x73\xb9\x26\x6a\xad\x45\x90\x37\x41\x04\x33\x4b\xd5\x98\xcb\x53\x12\xc6\xe7\x92\x22\xb6\x30\x18\xe3\xeb\xaf\x30\x34\xc7\x0b\x3b\x4a\x73\x4c\x9a\x63\x4c\x94\xe6\x58\xd6\x56\x53\x2e\xdc\xa8\xad\x44\x6c\x65\x3e\x12\xc6\x07\x06\x41\xfd\x38\x1d\x9d\x50\xfd\x18\x8b\x17\xc7\x2d\x8b\xeb\x58\x3a\xe3\x22\xcd\xdf\x90\xfd\x22\xcd\x17\xb1\x65\x0b\xa8\x0b\xca\x89\xa5\xb1\x16\x59\x8b\x88\x49\x38\xeb\xd2\x5a\xc9\x97\x15\xc2\x94\x6a\x3e\x11\x5b\xe4\x03\x4b\x7c\xe9\x6b\x5d\x45\x54\x7d\xad\x2b\x52\x94\x0f\x2c\xdd\x23\xc4\xd6\x12\x24\x26\x68\x20\x94\x95\x13\x55\x3f\x06\x75\x9a\x15\x64\xaf\x3a\x2d\x9c\xdf\x10\x54\x3c\xa6\xf3\x1b\x02\x11\x5b\x8b\x51\x34\x56\xc3\xf1\x5f\x95\x74\xc3\xe5\xbf\x20\xb6\xb4\xbc\x64\xef\xa9\xbe\xd6\x50\x5f\x3f\x9f\x10\x1f\x29\x77\x46\x49\x7d\x21\xc6\xb3\x67\x38\xaf\x53\xe1\xb7\xbe\x81\x66\x47\x9d\x11\x52\x5a\x56\x73\xe1\x3a\x23\x25\xa5\x35\xb4\x50\x25\x65\xec\x34\x36\x1a\xf2\xda\x4d\x10\xcd\xc1\xb5\x06\x50\x11\xc4\x6f\x61\xb2\xb0\x08\x95\x81\xb1\xf3\x9a\xd7\xe1\x6b\xe7\x35\x4f\xc4\xd6\x9a\x40\x28\xe6\xae\x1f\x7e\xa0\x72\xbb\x5c\xda\x9e\x2e\x6d\x55\xb8\x57\x29\x13\x97\xbe\x76\xc7\xb9\xab\x94\x89\x2b\x23\xc1\xea\x59\x33\xc6\xc5\xcf\x1d\x44\x8a\xe3\xa3\x2f\x7e\xee\x10\x54\x11\x8b\xcf\x12\x43\x55\x44\x90\xd3\x2f\x3e\xe3\x0c\xe5\xf4\x11\xe9\xf8\xd6\xdc\x72\xf9\xe0\xa3\x80\x88\x9b\x2f\xfa\xb9\xc7\xa0\xcf\x24\xa2\xb4\x2e\x68\x88\x04\x99\xf9\xda\x32\xf9\xbb\x25\xae\x7b\xcf\xdc\x52\xf3\xee\x9d\xdc\xf2\xde\x07\x3f\xcc\xb0\xdf\xd6\xc3\xed\xb7\x81\xf8\xde\x69\xf7\x8a\xb0\xd1\xbd\xd3\x1a\xb9\xf7\xcc\x3b\x7e\xde\x88\xbc\x43\xc4\x66\x26\x65\xb7\x8a\x78\x11\x9b\x65\x03\x7a\xee\xbd\xff\xfc\x03\x80\x7b\x27\xef\x10\xe1\xf1\xe4\xde\xa9\x7c\xef\xfd\x57\xe9\xde\xba\xbc\x9b\x6f\x5d\x57\x4b\xe7\x70\xeb\x5b\x57\x11\x49\xf7\xd6\xb7\xae\xf7\xfe\xab\x74\x6f\x15\xd6\xf7\x21\xe9\xc2\x96\x4a\xe6\x9b\x32\x77\x8d\x34\x9c\x5b\x65\xee\x7d\x66\x8a\xbd\x6c\xfb\xbf\xc9\x49\xfe\xff\xfb\xfd\xe3\x9b\x5f\x7e\xc4\x76\xfe\xf8\xe9\x53\xbc\x7e\xe1\x27\x73\xfc\x4e\xed\x71\xc5\xfd\xee\x35\x7e\xf9\xf9\xdd\xc7\x0f\x1f\x73\x16\xff\xfd\x4f\x00\x00\x00\xff\xff\x1e\x5b\x0f\x99\xaa\x37\x00\x00"); +func _bebc ()([]byte ,error ){return _c (_cef ,"Adobe-Japan1-0")};func _ffd ()([]byte ,error ){return _c (_fbc ,"Adobe-CNS1-0")};func _cceb ()([]byte ,error ){return _c (_aabcg ,"UniCNS-UTF32-V")};func _bed ()(*asset ,error ){_gfd ,_acc :=_cag ();if _acc !=nil {return nil ,_acc ; +};_fad :=bindataFileInfo {_dae :"Adobe-Japan1-2",_fb :1136,_ae :_be .FileMode (436),_g :_a .Unix (1580491314,0)};_cgfd :=&asset {_dd :_gfd ,_ef :_fad };return _cgfd ,nil ;};func _cdc ()([]byte ,error ){return _c (_gaff ,"GBT-EUC-H")};var _cebc =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x4c\x92\x41\x8b\xdb\x30\x10\x85\xef\xfa\x15\x73\xdc\x1e\xb6\xb6\xe2\xd8\x91\x20\x2c\x94\x84\x52\xb3\x6c\x5b\x9a\xcd\xb6\x50\x7a\x90\xa5\x71\x2a\x68\x64\x23\xdb\x87\xfc\xfb\xa2\xd1\xc4\xed\x21\x48\xdf\x93\x46\x79\xcf\x33\xc5\xa1\x3d\xb6\xc1\xcf\x50\x7c\x8d\x83\x3d\xe1\x0c\xbd\x0f\x2e\xe2\x34\x2c\xd1\x22\x74\x78\xf1\x41\x08\xb9\x01\xe7\xed\x7c\x47\x5a\xec\xd5\x8c\x42\x14\xe7\xe0\x9f\x4f\x8f\xe7\xd7\x8f\xea\xf1\x13\x2c\x13\xb2\x7c\x68\x8f\xa7\xdb\x34\xe3\xb5\x0d\xfd\x00\x55\x2e\x77\xcb\xc8\x4f\x00\x14\xdf\xf0\xe2\xa7\x39\xde\xe0\xe1\x83\x1b\x3a\x7c\x07\x0e\xfb\xa4\x7f\x89\x0e\xa3\x0f\x17\x78\x78\x1e\x22\x1a\xb9\x1e\x9c\x96\x71\xfc\x83\x57\x0c\x33\x48\xd2\x30\x38\x5a\x45\x71\x78\x31\xe3\x67\x73\x45\xf8\xdf\xce\x1b\x1d\xd2\xd9\x1b\xc6\xc9\x0f\x01\xa4\x7c\x5f\x96\xf5\x3f\xfd\xf5\x36\x22\x3f\x26\x8a\x1f\xe7\xf6\x08\x3f\x25\xc8\x12\x36\xf5\x56\xd6\xbf\x58\xff\xfe\x32\xb8\xf5\x96\x94\x39\x81\xf5\xce\xfe\x36\x51\xec\x71\xa3\x4a\xdd\x3c\x81\x2a\x1b\x99\xc9\xd4\x89\x6a\x25\xf6\x58\xa9\x52\x57\x89\x76\xb5\xd8\x63\xdf\x59\x25\x89\x1a\x26\x4b\xa4\x99\x30\x91\x2a\x33\x75\x1d\xd1\x8e\xc9\x11\x29\xa6\x9e\x28\xd7\x39\x4d\x75\xcd\x86\xa8\x37\xf4\x7f\xba\x4a\x5f\xe7\x6e\x52\xec\x56\xd3\xd1\x84\x0b\xb2\xeb\xea\x09\xf2\x66\x4b\x86\x75\x36\x9c\x2c\xe6\xcd\x86\xe4\x86\x65\xc5\xb2\xa6\x08\x4d\xcd\xf1\xb6\x77\x99\x52\x37\x15\x67\xa1\xdb\x69\xa3\x29\x22\xc7\xd0\x86\x65\x9d\x13\x48\x4e\xd0\x65\xd9\x69\x8a\xa9\x4b\x36\x9f\xcd\x12\xa4\xa9\x5a\xbb\x6c\x97\x18\x31\xcc\x34\x53\xd4\xc7\xd4\x1b\x1f\x70\x1d\xdb\x71\x18\x53\x15\xfd\xfe\x06\x00\x00\xff\xff\x62\x85\x62\x69\xe2\x02\x00\x00"); +var _ffba =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\xbd\x4d\xab\x36\x3b\x96\x25\x36\xcf\x5f\x71\x86\xed\x41\x3b\x43\xdf\x12\x98\x03\xa6\x9b\xc4\xd9\xd0\xb6\x71\x75\xd9\x06\xe3\x41\x7c\x96\x2f\x38\x6f\x26\x37\xb3\x06\xf5\xef\x8d\xd6\xd2\xb3\x56\xdc\x02\xc3\x79\x27\xe7\x55\x3c\x11\xd2\xd6\xd6\xd6\xd6\xfe\xd6\x1f\xff\xd3\x9f\xff\xf3\x9f\x7f\xfd\xe5\x1f\x5f\x7f\xfc\x5f\x7f\xfb\xeb\xf9\x4f\xf7\x3f\xbe\x9e\x5f\x7e\xbd\x7e\xbb\xff\xfe\xd7\x7f\xfd\xed\xbc\xbf\x8e\xfb\x5f\x7e\xf9\xf5\x0f\x7f\x08\xf1\xeb\xfa\xe5\xfc\xc7\xa7\x89\x3f\xe7\x5f\xf6\xbf\xfd\xe1\x0f\xf3\xfb\x7f\xfa\xb7\xbf\xff\xe3\xfe\xcb\x9f\x7f\x7d\xfe\xfa\x95\xf8\xde\xf5\xaf\x7f\x5b\xef\x7e\x7d\xfd\xf1\x7f\xbb\xff\xe5\x97\xbf\xff\xe3\xb7\x7f\xfb\xfa\x0f\xff\xe3\xf5\xd7\xe3\xfe\xef\xbe\xae\xfb\x99\xcf\xff\x97\xdf\xae\xfb\xb7\x5f\x7e\xfd\x97\xaf\xff\xf0\x5f\xf6\xbf\xed\xbf\x06\xfd\xf0\x4f\xff\xfa\xb7\xbf\xfd\xbf\xf7\x5f\xee\x5f\xff\xf1\xd5\xf0\xec\xfe\xf5\xc2\xdf\x3f\xfc\xf1\x3f\xfd\xd7\xfd\x6f\xff\xf3\xfe\x97\xfb\xeb\x8f\xff\xfc\xeb\x2f\xff\xe5\xcf\xff\xf4\x1f\xff\xf9\xbf\xfd\x29\xc5\xff\xf8\x3f\xe1\x67\xfc\xfa\xbf\xdf\xbf\xfd\xfd\x97\xbf\xfe\xfa\x15\xfe\xfb\x2d\x56\x3f\xfe\x6f\xff\xf6\xb7\xfb\x2b\xac\x5e\xfe\xcf\x7f\xfe\xf3\x7f\xfe\xfa\xbf\xc2\x57\xd8\xbe\x62\x29\x69\xfc\xdf\xeb\xf9\xff\xf1\x5f\xff\x7a\xdd\x5f\x1b\x5b\x81\x33\x38\xff\x7a\xdd\x7f\xff\xdb\x7e\xde\xbf\xed\xbf\xfe\xcb\xfd\x87\xaf\xaf\xff\x61\x5b\xff\xbe\xe7\x7f\xc3\xf6\xa7\x3f\xfd\xe9\x4f\xdf\x13\xc4\x7f\xf7\xe6\xa7\x83\x5f\xff\xfa\x8f\xeb\x7e\xf8\xec\xf7\xdf\xce\x7f\xe1\xf9\xfe\x0a\xf3\xeb\xf7\x6b\x7f\x08\xdb\xb6\x46\xff\xe5\x3a\xff\x9f\xfd\xb7\xcf\x87\xe5\xfc\xfe\x1a\xed\xd3\x6a\xb3\x35\xd4\xba\xbe\xbf\x46\x56\xeb\xfe\xfe\x0a\xdb\xf6\x69\xee\xdb\x1c\xe6\xd3\xc8\xf3\x37\x75\xb3\x97\xef\xaf\xea\x1f\xeb\xf7\xd7\x48\x6a\xb5\xef\xaf\x16\xdd\x4d\xff\xfe\xaa\xd9\x5f\x8e\xef\xaf\x50\xa2\x9a\xfb\xf7\x57\xc8\x7e\xf9\x98\xc3\x08\xbe\xfd\x9c\x2f\xbb\xe7\x6b\x36\x3d\xec\x84\xb7\x08\xfc\x7d\xa2\x25\xea\xdb\x63\xfb\xfe\x6a\x86\xf8\x08\xdf\x5f\xd5\x73\x3d\xf2\x84\xaa\xa8\x59\x66\x57\xfe\xb6\x7e\x7f\xb5\xd6\xd5\x6c\xdf\x5f\x21\xb8\xab\xfe\xfd\x15\x92\xbb\x9a\x33\xaa\x9a\xc2\x81\x19\xf9\xd7\x39\xa3\xa8\x29\x1c\x00\xb2\x7e\x9a\x67\x9d\x5d\x69\xdc\xab\x4d\x20\x05\xd5\x35\x07\xca\xc2\xd5\x35\xbf\x2d\x1a\xe8\x9e\xdf\x7a\x0a\x0f\xbe\x55\xcf\x0f\xbe\xfd\x4c\x21\x4c\xf2\x19\xa9\x56\xb5\x03\xda\x41\xed\x38\xfb\x6e\xc5\x2f\x24\x3c\xa8\x43\x0f\x32\x1e\xa4\xa6\x07\xc0\x59\x13\x04\x61\xab\xec\xc3\x83\x36\x3c\x68\x1e\xa5\xe3\x41\x4f\x7a\x30\xf8\xc0\xa3\xec\xdf\x5f\x71\x4b\xc9\x6f\x1c\x78\x20\x8a\x09\xdb\xc9\x51\xfc\xc9\xc5\x51\xfc\xc6\x4d\xd0\x3d\xec\xc3\x37\x3e\x8b\x12\xc2\x86\x4e\xa3\x3e\x09\x81\x6f\x68\x2e\x21\x02\x3f\x1a\x24\x24\xb4\xdd\x43\x25\x9c\x7e\xd0\x08\xa7\x00\x0f\x9c\xab\x08\x23\x04\xce\xb5\xf9\x8d\x7d\xf6\x39\x3c\xe6\x31\x77\xa3\x48\x36\x04\xce\xb4\x7b\x0c\xce\x74\xb8\xcb\x9b\x50\xb8\x8b\x87\x50\xe8\x41\xe4\x4c\xbd\x6a\x31\xf0\x0d\x2d\x74\x8c\x7c\xc3\x0f\xb8\xd0\xdd\x7d\x70\xa1\x87\xf0\x19\x39\x79\x51\x75\x88\x58\xe8\x1e\xdc\x47\xc7\x54\x04\x68\x1c\xb3\x1d\x84\xef\x88\xa9\x57\x43\x75\xa0\xed\xdf\xd7\xc4\x84\xff\xb8\x26\xa6\x2f\xd2\x9a\x98\x88\x2d\xcd\x25\xcc\x82\x20\x71\x5a\x51\xc8\x4b\x89\x0f\xfc\xc1\x9a\xa7\x3f\x59\xf3\x14\x14\x89\xf3\x14\x7b\x0a\x69\x2d\xb2\xfb\xe8\xec\x54\x70\x26\x2e\xf2\x0b\xce\x9d\xab\xee\x3e\x48\xd0\xd9\xa3\x9c\x78\x60\x42\x49\x5c\x66\x4f\x3e\x91\xa0\xb3\x3b\x25\x36\xa2\x96\x28\x2f\x6c\xa8\x8f\x0c\x6c\x68\xc5\xf2\xdc\xde\xfe\x3e\xaf\xcd\x2d\x18\x32\x71\xd1\x84\x8b\x5c\x08\x65\xc2\x29\xb5\x4e\x94\xff\xbf\x33\x26\x64\x22\xca\x3b\x2e\x73\xe7\x57\x51\x48\xe6\x6e\x68\x06\x61\x10\x62\x7f\xc2\x9d\x1f\x0d\x02\xb6\x83\xe9\x32\xcf\xa3\x2b\x19\x91\xf9\x02\xcd\x08\x07\x65\xe3\x98\x5a\xf1\xb2\x36\xb5\x56\xab\x00\x0b\x82\xa9\x4c\x2c\x64\x61\xb9\x10\x07\xde\x3b\x85\xf4\x50\xfd\xfd\xa2\x07\x8f\x40\x7a\x30\x1e\xcb\xda\xf4\xee\x63\x6d\x7a\x8f\x42\x7a\x30\x4d\x95\x83\x0f\x3c\xca\xda\xf6\x42\x55\x59\xdb\xde\x80\x2f\x7a\x10\xee\x0a\x19\x9c\xce\x86\x50\x27\x3d\x78\x7f\xd6\xb9\xe9\xa3\x3a\xac\x64\xf6\xde\x7e\x95\xf4\xd0\xd5\x61\x25\x2e\x4c\xa4\x95\xb8\x28\x7e\x63\xf1\x00\xf7\x41\x5c\x24\x7f\x42\x1e\x20\x54\x54\xf2\x00\x7f\x40\x1e\xa0\x79\x57\xf2\x00\x03\xbd\xf0\xe0\x17\x16\x1e\x84\xfe\x7a\x63\x04\xb7\x1f\x8c\x20\x8a\x69\x8b\x22\xfc\x80\x14\xd1\x85\xa7\x46\x2e\xe1\x33\xac\x91\x4b\x18\x8a\x96\xb9\xe5\xfd\x09\x77\x86\xc9\xac\x11\x13\x46\x4d\x5b\x54\xe1\x4e\x27\x97\x30\x27\x6a\xa4\x09\x13\x62\x23\x4d\xf8\x8c\x6b\x8b\x26\xfc\xc9\x3a\xf4\xfc\xe0\x9a\x5d\x7a\x84\xc9\x2f\xcd\x85\xc6\x5c\x60\x63\x7e\x60\x79\xbb\xb7\xd6\x19\xf9\x40\x20\x9f\xd8\x4b\xc6\xec\x49\xcc\xfa\x83\x07\xbf\x6b\x29\xae\x0d\x98\x16\x52\xae\x80\xf7\xd5\xdf\x15\xf1\xbb\x66\x78\x25\xfc\xee\x76\xc6\xef\x82\xf0\x5a\xec\x46\x33\xb8\x28\x4b\x58\x0e\xb8\x88\x54\x33\xf8\x8b\x5b\xcd\x27\xf0\x45\x8e\xe2\x8d\x74\x11\xad\x3e\x1d\xaf\xc5\x7a\x45\x82\x17\xd1\x6a\x1e\xf3\x10\x0e\xe3\xf9\x81\x84\x2c\x44\xc5\x79\x02\x8c\xac\x2e\x23\x99\x4e\x17\xd5\xc7\x02\x4c\x84\xae\x36\x51\xad\x21\x62\x59\x8b\xe1\x2f\x80\x0b\x6d\xd6\x48\xb6\xd3\xb5\xbb\x63\x01\x2e\xfa\xe6\x2f\x78\xdc\xbe\x3e\xe9\x7c\x30\xf4\x00\x7b\x2d\x7a\xd0\x1d\x6d\xff\x4e\xde\xea\x1e\x4f\x42\xb9\xe9\xc1\xcd\x07\x06\xe2\x21\x10\xea\xa2\x72\xe6\xa2\xc1\x58\x03\x85\x00\x41\x45\x26\xd2\x8d\x2c\x32\x91\xae\x33\x3b\x56\xce\x2c\xb8\x53\xce\x4c\x84\x1f\xeb\x9a\x59\xd3\x03\x2c\x6a\xef\xe5\x27\x07\x53\x5c\x3c\x64\x78\xc4\x8b\xd3\xf0\x03\xf2\xd2\x61\x10\x38\x51\x51\x5e\x24\x17\xe9\x41\x30\x2d\x2e\x22\xc1\x2d\x36\xae\xb1\xb6\x43\x6c\x5c\xe3\xcd\x7d\x10\x15\x92\x35\xe2\xe4\x22\x23\x4b\x2c\x8b\x8d\x98\xe8\x7e\xc0\x89\x8b\xfb\x45\x72\x8d\xbe\x79\x10\x62\x22\x7b\x90\x83\x6f\xb8\x8f\x35\x59\x43\xbe\x26\xab\x37\x3a\xe7\x26\xf9\x3b\xf6\xb5\x88\x9a\x5b\xe7\xdc\x36\x3f\xc0\x56\xd6\xc9\x10\x3b\xa7\x26\xf6\x16\x3b\x21\x17\x33\x88\x9d\x90\x4b\xf2\x8a\x9d\x90\x27\x7f\x42\x7e\x27\xed\x25\xf6\x13\xe8\xf1\x17\x9c\x89\xf1\xd5\x49\x9f\xc1\x60\x70\xd9\x24\x1b\xc7\xc1\xa9\x89\x87\xc5\xc1\xa9\x19\xf2\x01\x26\xe5\x7d\x36\x38\x13\xef\xdd\x41\x7a\xd5\x91\x15\xc7\xa2\x46\x0f\xc2\xa9\x0d\xf7\xc1\x8d\x34\x3c\x08\x21\x0f\x7e\x63\x01\xaa\x65\xdb\x17\x5c\xea\x74\x5f\x2c\x43\x8b\x72\x70\x2a\x62\xcf\xf1\xe0\x1b\xa6\xc0\x83\xfb\xc6\x08\x9c\x6a\xa7\xa9\xfe\x98\xe8\xd4\x6f\x27\x07\x34\x15\x40\x0b\xf5\xf2\x9c\x14\xde\xc4\x8c\xe3\xc9\x69\x67\xf7\x30\xde\xaa\x76\x3c\xe7\x7a\x7a\x8b\x9e\xc7\xf7\x97\x0e\xbf\x78\x12\x23\x62\xba\x91\x67\x87\xc9\xf6\x5a\xf3\xd7\xf8\x1f\xce\xee\x07\x4b\x4b\x14\x52\xc1\xd9\xbd\x43\xaf\x75\x5c\x0a\xbe\xc9\xd7\x8d\x9c\x8b\x72\x43\xf1\xfb\x24\x1e\xc9\x3f\x69\x6a\xc7\x82\x38\x4d\xd5\x77\xb8\x95\xdf\x73\x4d\x53\xeb\x8d\x62\xac\x69\xfb\x1d\x24\x69\x6a\xab\x21\xf9\xdb\x39\xf7\xe4\x61\xae\xdf\xe3\x31\x51\x31\xed\x12\x2e\x52\xe0\xce\x90\xb8\x98\xa8\x03\x76\x49\xd6\x89\xda\x59\x97\xd8\x94\xa8\x9d\xf5\xe2\x07\xed\x6d\x9e\x48\x11\xd6\x0a\x0d\x19\x49\xb1\x9e\x6d\x5c\x43\xfa\x0d\x0e\x29\x05\x3b\x45\x42\x29\x31\x2a\x25\xd2\xa3\xb4\xe3\x34\x95\x2d\x09\x44\x89\x8a\x55\x97\xda\x9f\x12\xac\x1c\x02\x30\x2d\x10\x34\xeb\xc4\x11\x9b\x1f\x10\x51\xee\x72\x9d\x2d\x92\xd3\x52\x87\xd0\x95\x45\x74\xa9\x43\x8b\xf2\x91\x96\xfa\xcd\x07\x5a\x9b\xfe\xf0\x81\xfa\x18\x50\x9a\xcc\x00\xd2\xbe\xf3\x0d\x3f\x38\xf8\x40\x70\x1c\xeb\x13\xf5\x01\x49\xaa\xc6\x18\x7f\x72\x1c\xa5\x93\x03\x68\xab\xa7\x93\x03\xe8\xbc\x4b\x27\xa1\x36\x89\xcc\xdd\x12\xe2\x26\xbe\x96\xb0\x5d\xe2\x36\xfc\x46\xe1\x03\xf5\x81\xed\x10\x37\x91\x70\xde\xe6\x27\x9b\x96\x3c\x43\x31\xda\xc4\x1e\x1e\x08\x5b\x31\x7c\xf6\x57\xb8\xc1\x2f\xd2\x87\x41\x84\xfb\x80\x14\xf4\x39\xfb\xc3\xd3\xb0\x85\x3f\x6c\x30\x3c\x8d\x42\x8f\x7f\x07\x67\xfd\xa0\x2d\x3c\x0d\x67\xc6\x67\x29\xe2\xb6\x4d\xb1\xfb\x83\xe6\xb8\xcd\x0d\x57\xfd\x6b\x98\xbb\xf1\xa3\x53\xc5\x0d\xb6\x99\xac\xd6\x44\xf8\xab\x99\x7e\xdf\xcc\x2f\x4a\x8b\x5b\x28\xb3\x27\x8d\x13\xea\x6c\x56\x35\xbb\x79\x64\xdc\xc2\x30\x8f\x8c\x1b\x36\xe2\x67\x82\x71\xc3\x36\xdc\xfc\xee\xa4\xcf\x68\x08\x6f\xe0\xef\xd3\x8c\x00\x71\xa8\x09\x20\xdc\x04\x10\xea\x6a\xee\x25\xd9\xae\xe2\x96\x8e\xef\x2f\xc9\xb4\x71\xc3\xce\x88\x21\xa8\xef\x74\xbf\xd8\x4f\xdc\x12\xb7\x66\x56\xef\x99\xf4\xd8\xd5\x21\x34\xfb\x4d\x1d\xe6\xc1\x0e\xf5\x3b\x68\xa1\xc6\xae\x11\xa6\xa8\xd8\xba\xf1\x32\xb5\xcf\xa6\xc3\x22\x6e\x58\xfb\xd4\xdc\x06\x08\xc3\xc8\xd9\x41\x3c\x45\x43\x82\xfd\x56\x19\x5e\xe2\x06\xf6\x1b\xb6\xcf\x46\x8c\x30\x4e\x86\xd0\x8b\x1f\xa4\xef\xaf\xf6\x11\xa7\x22\x2d\x8d\x41\x1c\x29\xc2\x6c\xd8\xd3\xe6\xf7\x77\xb4\xb3\xda\x0f\x77\xc0\x67\x96\x30\xdf\xf5\x2d\xea\x83\x49\x09\xad\x7a\x84\x18\xe6\xef\x06\x00\x46\x31\x41\x0c\x83\xd7\x48\xaf\x9f\x71\x42\x96\xe0\x07\x73\xd9\x3e\x0c\x2f\x7e\xcc\x57\x22\x35\x9a\x96\xe2\xd6\x35\x83\xb9\xce\x3d\x7d\x44\xb5\x08\xe3\xc5\x90\x65\x2f\xc2\x76\x31\x24\xec\x45\x98\x2e\x86\x84\x99\xf8\xb1\x4d\x44\x75\x30\x97\xa1\xa7\x8f\xc4\x19\xc3\x14\xba\x86\x34\xdd\x08\x95\x50\x8a\x4e\x84\x4a\x28\x0b\x53\x0c\x10\x7d\x62\xdc\x34\x83\x29\x12\xf4\xb4\xe9\x85\xf3\xe0\x0b\x1a\x0f\xc7\x7a\x8c\x86\x88\x8c\x2a\x1a\xe4\xa9\x03\x4a\xa7\x8d\x50\xf9\x74\x06\xc7\x70\xcf\x01\xb6\xe0\x76\x43\x5b\xaf\xdf\x1d\x6d\x2d\xe9\x3d\xd0\x16\x80\x53\x53\xeb\x49\xef\xc7\x49\x43\xd2\x8f\x63\xdc\x30\xf8\x50\x73\x4e\x57\xeb\x17\x41\x50\x31\x74\xbf\xbe\x0c\x58\x4d\x0f\xda\x24\x90\x4d\xcd\xfe\xfd\x25\x7b\x4b\x8c\x34\x5b\xe7\xcf\x99\x19\xe3\x46\x76\x31\xfc\xc6\x24\x88\x6c\xe8\x68\xb0\xd3\xb6\x8f\x93\xa9\xb5\x2a\x82\x8c\x93\xad\xd5\x8f\x4c\x18\x23\xd8\x5a\x0c\xa1\xff\xe0\x58\x89\x11\x96\xe5\x20\xd8\x27\xef\x92\x09\x2a\xc6\xc9\xac\x9a\x67\x36\x99\x55\xdb\x3c\xd2\x03\x40\x84\xa9\x08\x3c\x6a\x62\x53\x5c\x90\x6d\x2a\xc6\x29\x2c\xc8\x0e\x19\x63\xbc\xbe\xbf\x7a\x18\x1a\x6a\xd2\x7d\xab\x51\x68\x9d\x92\x40\xdb\xdc\x2c\xf3\x67\x75\x06\xe6\x26\x7a\x89\x09\x70\x6a\xe4\x4c\x14\x88\x07\xc7\x0c\x92\x2f\x22\xc1\x48\x9b\x62\x11\xe7\x81\xae\x2d\xa3\x66\x84\x86\x5a\xc5\xc8\xa0\x9f\xca\x29\x10\x23\x8d\x60\x45\x4c\x84\xd2\x7e\x0c\x5d\x1f\x8c\x75\x2c\x0a\xa4\xd1\xf8\x40\xc8\x82\x3e\x10\x43\x17\x48\xe3\x26\x33\xd4\x27\x70\xa2\xc5\xd0\x35\xca\x3e\x71\x50\xf4\xc1\x01\xf4\x27\x4d\xf2\xe4\x46\x14\xc6\x13\x7c\x28\x73\x89\x3f\x0f\x02\x28\x5b\xbf\x2f\x37\x83\x78\x55\x1a\xd8\xa9\x32\x73\xc6\x34\x78\x86\x88\x02\x12\x34\x90\xf7\x83\x05\xe4\x47\xe8\x88\x09\x2a\x49\x94\xab\x2d\x26\xa8\x24\xbf\xfb\xa4\xfc\xfb\x07\x44\x96\x76\x20\x84\xa9\xdf\xbd\x31\x45\x9b\x50\xe3\xc7\xff\x11\x73\x4c\x7c\xf0\x59\xb0\x7c\x4f\x36\x2e\x43\x59\xcc\xcf\x03\x33\x96\x88\xb5\x4c\x2e\xd9\xa3\xc0\x2a\xe5\x46\xfb\xd3\x41\x99\x4b\xdc\xa3\x60\x28\x15\x1d\x8a\xe9\x94\xa9\xdb\xf7\xf8\x11\xb7\x63\x69\xe8\x4f\xa7\x67\x99\x4c\xb3\xc7\xac\xef\x3b\xbe\x17\x2a\xcb\xd4\x53\x7b\xd4\xb6\x2e\x53\xe8\xec\x51\x7c\xa1\x4c\x35\xb5\xc7\xac\xfe\x3b\xe0\x4b\xee\x1f\xe3\x4b\x3e\x29\x13\xf1\x4d\x7b\xaf\x4c\xb4\x7b\x25\xcb\x44\x7a\xdf\x74\xc8\x14\x62\xf4\xd5\xdd\x4e\xa6\xfc\x51\x30\x62\x39\x78\x98\xeb\x64\x2d\x07\xb8\xbe\xe0\x3b\xc0\xf5\x05\xde\xc1\x35\x1b\x7e\x9d\x4c\xd8\x2f\x9c\xf3\x7d\x4d\x7f\x8a\x81\x2d\x69\xf6\x27\xc9\x66\x08\x5d\x27\x4e\x51\x1d\x1a\x65\x1e\x22\x3e\xa2\xca\x09\xc7\x70\x55\x13\xc8\xf6\x60\x14\x8e\x93\x4e\xd1\x32\xcf\x9c\x16\x35\x3a\x4e\x9c\xad\x6c\x1e\x7f\x72\x1b\xb1\xd0\x72\xce\xad\x24\xe2\x29\x77\xc6\x5a\x0b\x9b\x77\x41\x5b\xd0\xc0\x7d\x1a\x5f\xc4\x72\xcf\xef\x9b\x80\x7f\x16\x72\x05\xef\xc3\x13\x4f\xab\x57\xe7\x29\xd2\x24\x05\xd6\x0d\xb3\x0d\x6a\xde\x10\x29\x3e\x9f\xd7\x00\x5a\xd0\x3e\xae\x01\xb4\xe0\xcf\x33\xfc\xd5\x7a\x7d\x0a\x72\x4d\xcc\xa9\x56\x50\xaa\x8e\xbf\x0a\x4a\xdf\xc4\xf3\x6b\x25\xad\xa8\xf7\x9a\xf0\x7e\x52\x3b\xe3\x77\xc1\x5e\x81\x8d\xf0\x13\xb5\x25\xd6\x5a\xf1\x72\x56\x9b\x64\x22\x58\xe7\x36\x93\xef\x34\xd6\x7a\x80\x0a\xc5\xd9\x6b\x25\x07\x7a\x3d\x98\x84\xd4\xdc\x1f\x38\x43\x18\x86\x1e\x4b\x21\xe0\x17\x7f\x92\x38\x57\xd7\x4e\x28\x7e\x83\x8b\xa5\x13\xbe\x4e\x52\x9d\x2a\x90\x10\x74\xdc\x3c\xa1\xf5\x60\x49\x34\xa2\xee\xb6\x91\xc7\xe9\x50\x6f\x61\xf1\xa7\x4d\x0f\x38\xac\xf6\x7b\x83\xf8\x1d\x65\x78\x8f\x2d\x53\x08\xd2\x1e\x6e\x65\x51\x99\xde\x68\xe4\x69\x42\x66\xdb\xc1\xb3\xb4\xf0\xed\x78\x08\xf9\xa7\x8b\x81\x90\x81\x1a\xc5\x05\x07\xcc\x31\x31\x6a\x23\x1e\x80\x2b\x6c\x22\xd5\x03\x36\x81\x68\xc6\x76\x44\x82\xa1\x93\xfb\x80\x19\x20\x9a\x15\x1e\x95\x90\x07\x3f\x08\x7c\xa0\x51\x70\x60\x46\xd3\xe0\x31\xca\xef\x20\x3f\x3e\xc7\xe3\xa7\x8b\x1b\xd8\x28\x45\x84\x72\x77\x78\xdc\x2c\xb8\xdf\xbd\x40\x5f\x2b\x7e\xa3\xc1\x6f\xf9\x7a\x63\xe0\x93\xd7\x1b\x07\xde\x10\xa0\xf7\x64\xb2\x39\x8a\xeb\xdc\xb0\x04\x66\x0b\x67\xf7\xd4\xf3\x73\xcd\x6e\xc7\xef\xaf\x64\x39\xe1\x9e\xb2\x70\xb6\x30\x7c\x4f\x61\x38\x9b\x13\xdc\x34\x03\x26\x09\x77\xf7\x60\xe4\x85\x18\xe9\x8d\x99\xa7\x5e\xdc\x25\xa2\x2f\x4a\xf5\x27\xe3\xfb\xab\x6c\xc5\x7d\x1e\xb3\xdd\xdd\x9e\xe4\xd9\x64\x15\x8c\xf7\x3c\xa4\x53\xd5\x51\x74\xcf\x3d\x90\xbc\x27\xee\x1d\xa8\x94\x91\x2e\xde\x88\xd0\x29\xf2\xd1\xc4\x1b\x27\x72\x0e\xda\x02\xf7\x0e\xa0\xac\x13\xdc\x88\xc5\x49\x3e\x80\x6e\xec\xab\x34\x74\x20\xdc\xd8\x57\x79\x0c\xbf\x31\xb7\xf2\x08\x9e\x3a\x62\x72\xf2\xf0\x82\x21\x2a\x27\x0d\x31\xb6\x1b\x87\x52\xd9\xb4\xfb\x6f\x58\x2f\xdf\x9d\x1e\x98\x8b\xe5\xaa\x1b\xe6\xcc\xbc\x35\xcd\x05\x31\x36\x79\x7b\x7d\x42\xcb\x9a\x08\x1a\x26\x8a\x90\x5e\xab\x0c\x2b\xe7\xd0\xd9\x77\xd3\xe7\x65\x5b\xc1\x7d\x26\x2c\x9a\xb6\xf7\x3d\x65\xaf\x58\xb5\xf1\x6e\x06\xe7\x54\xe9\xd2\x37\xec\x9c\xc9\xba\xf1\x4d\xdb\xa6\xfc\x5a\xf1\x3e\x19\xa1\xd4\x3d\x08\xb4\xe3\x68\x62\xbb\xc2\xf7\x57\xda\x8c\xf2\x0b\x60\x99\x73\xdd\xf4\x7c\xbd\xbf\x68\x9c\x99\xdf\xe8\x13\xce\xaa\x31\xa0\x60\xa7\x6e\x5c\x40\xc1\x4e\xb6\x0a\xdc\x88\x1c\x4a\x32\xb1\xc6\x7b\x1e\x8e\xa1\x1a\x17\x53\xdb\x4a\xc9\x94\x71\x83\x32\x74\xf6\xde\xf7\x81\x21\x85\xdc\x1b\xee\xc7\xec\xdf\x27\xb5\x0e\xe9\x1c\xf7\x03\x33\x84\x44\x97\x67\xa3\x15\x6b\x53\x7b\x32\x3d\x1f\xf5\xcf\xe4\xbd\x59\x16\xab\xf8\x4c\x7d\x2d\x4f\x66\xfd\x83\xe3\xe9\x81\x85\x56\x21\x43\xf1\x99\xe7\x72\x0e\x92\x13\x9e\x79\x30\xa7\xd8\xdc\x79\x9b\xbf\x07\x03\x33\xf1\x59\xb4\xdf\x9f\xa9\xdd\xe5\x28\xb5\xe2\x99\xca\x5d\x8a\x52\x03\x9e\xa9\xdb\xa5\x34\xdc\xff\x39\xdf\x0f\xfe\xfe\x9a\x6d\xc9\x3d\xcf\x06\x06\xf5\x82\xef\x99\x6d\x21\xef\x09\x1b\xda\x1a\x6f\xea\x86\x29\x54\xff\x3e\xf9\xd5\x10\xfb\x79\xe6\xb9\x94\xa3\xc4\xae\x27\xd4\xef\xaf\x6c\x5b\xc2\x83\x50\xa4\xe4\xf9\x4e\x15\x21\x35\xcf\x67\xaa\x8b\x39\x89\x2b\x3f\xf3\xf8\xc8\x29\xba\xff\x03\x6d\xbf\x7f\xce\xef\xb3\xdf\x9f\xf4\x36\x64\xd1\x7a\xa6\x64\x93\x73\x71\x7b\x12\x43\x10\xc7\x7e\x10\x83\x14\xa5\x06\x3e\x53\xee\x4f\x5d\x9b\xfb\x89\x73\xdf\xc9\xf5\x15\x9f\x79\x7a\x45\x5b\x0b\x1f\x84\x1b\xbd\xd6\x23\xce\xf5\xab\x62\x30\x4f\xc4\x7e\xd0\x4e\x7f\xe6\xd9\x16\x73\xf1\x78\xfb\xef\xf8\xff\x13\x0f\xb4\xdd\xdf\x5c\x3f\xef\xfb\x67\x6a\xb5\x31\x34\xc3\x33\xe7\xd7\x8c\x2f\xd8\xc3\x87\xe9\x05\xe6\xf0\x21\xd9\xea\x41\x24\x92\xdc\x17\xf1\x49\xe4\x3c\x7e\xff\xf7\xe7\xcd\x93\x70\xde\x48\xaa\x78\xa6\x9a\x9c\xad\xa9\x3e\xa9\xa2\x2d\x7c\xa4\x86\xb6\xfb\x9f\x7c\xbd\x8a\x83\x3c\xb0\xaf\xe7\xe2\x05\x4d\x13\x01\x8a\xba\x8b\x4f\x3a\xd0\xf6\x07\xe7\xdc\x00\x46\xd8\xd4\xc4\xf3\x10\x8f\x7f\x10\x7f\x34\x5e\xfd\x4d\x11\x45\x91\x3a\xf1\x41\xf4\x51\xf4\x6e\xcf\x01\x87\x9d\x00\x9c\xb2\x6c\x2a\xde\x30\x53\xb5\x4f\xd6\x50\x1f\xd8\x28\x15\x12\x13\x9f\xa9\xe9\x27\xdb\x6d\x9f\x5c\x71\x58\xba\xbf\x86\x0d\x29\x78\x73\xff\xfe\x2a\x21\xb9\xff\x89\x00\xf9\x17\xe2\x93\xe7\x06\x96\x03\x37\x3e\x79\x9e\x6a\xbd\x78\xfc\x39\xff\xe8\xf9\xe5\xeb\xfb\xab\x28\x18\x21\x3e\xf9\x9e\xed\xea\xef\x1f\xb4\x05\xcf\x54\x4b\x53\x96\x2c\xf5\x94\xb9\x81\xbb\x37\x64\x81\x35\x51\xdc\xf4\x29\x69\x7e\xef\x0d\x50\x70\xf0\x6c\xfe\x1d\x52\x91\xe1\x9f\x42\x64\xda\xc4\x7d\x9f\x32\xe7\x5f\x4c\x30\x65\xce\xbf\x7a\x83\x95\x81\xb6\xdf\x9f\xf3\xaf\x26\x50\x84\x1c\x25\xd3\x03\xbc\xff\xd5\xdc\x18\x01\x47\xbd\x7b\x7c\xac\xff\xab\xff\x07\x04\x2e\x7c\x53\x76\xd4\x01\xf5\xd0\x5b\xe3\xf7\x69\x6a\x91\x9a\xfa\x4c\xe5\x24\xd6\xe2\xef\xf3\xc4\x97\x0e\xf7\x67\x2a\x27\x49\x2e\xac\xf8\x4c\xfd\x23\x65\x6f\x38\x44\x09\x64\x1f\x67\x4f\x9d\x08\x78\x11\x78\x1d\x93\x43\x7b\x81\xa6\x82\x92\xb2\x17\x7c\x6a\x28\x31\xb4\x1f\x69\x3f\xcf\xd4\x5e\x52\xf7\xf6\x9f\xca\x4b\x6a\x2f\x68\xee\xf9\x7b\xf2\xef\x73\x77\x54\x89\x9f\x70\x96\xc4\xe8\xd5\x44\xf8\x40\x1e\xd2\xcd\xe0\x2d\x09\xc9\xfb\x1b\xd1\x03\x96\x89\x9f\x36\xd1\x33\x0c\x3d\x22\x90\x86\x97\xab\x4d\xf4\xbc\x96\x1b\xf1\x47\xaf\xf3\x87\xa1\x04\x12\x25\x9f\x36\xbe\xbf\xea\xeb\x7c\x69\x13\x3b\x63\x73\x7f\xd4\x8c\xfc\xfd\xe4\x8f\x9b\xb7\x23\x63\x8f\x5e\xed\xfb\xfb\xab\x46\x49\x80\xcf\x54\x71\xa2\x05\x98\xa7\x6f\xf3\x77\xf7\xd7\x03\xb6\xaf\xbe\xef\x73\x7b\x14\x9f\x27\x53\x4b\x88\xd1\xf0\xf5\x8c\x60\x36\xf7\x07\xed\x46\x46\x8e\x07\xbe\xc0\x3a\xdc\xff\x9c\xbf\x0d\x0d\x4f\x9f\xe7\xc3\x6b\x3b\x75\x04\x0a\xbd\xc6\xdf\xe7\xf8\xde\x4e\x53\xc3\xa8\xc9\xe7\x4b\x3f\x11\xc1\x6e\xf8\xe6\xfc\x87\xd9\x11\x62\x11\xba\xd9\x1d\x1d\x8d\xfe\x7e\xd0\xbd\xa1\xef\x47\xf8\xfe\xaa\xd5\xf0\x23\x5a\xeb\x75\xfe\x21\x5c\x2b\x9b\x9f\xc3\x38\x6f\x07\xcb\x33\xb0\xfe\x66\x57\x53\x1d\x49\x61\xf8\xf7\xf6\xfd\x55\x6d\x7c\x7e\xa6\x32\x52\x9b\xb7\x27\x82\x16\xb2\xcf\xa3\x31\xe7\x6f\x31\xf7\x99\xba\x49\xec\xaf\xf1\x26\x7b\x54\x70\x51\x7c\xc6\x05\x79\x49\xf4\x34\x75\x97\x98\x4c\x7f\x53\x75\x89\xc5\xf2\xc7\x54\x5d\xe2\x30\xfb\x65\xc0\x43\xf0\x76\xdd\x23\x04\x02\xbf\x30\xcf\x87\x97\x80\x34\x55\x9b\x94\x2d\x90\xec\x93\x3f\x0c\x6f\x7f\x68\x3a\x36\xfe\x3f\x7b\xfb\x9d\x8c\xfd\x4c\xc5\x27\x75\x13\xe0\xd4\x7b\x52\x31\xbf\x9e\x6a\x4f\x0b\xde\x90\x53\xeb\x69\xc1\xe7\xd9\x4e\xcb\x8f\xfb\xbb\xbe\xbf\x7a\xb5\xb4\x3a\x55\x9e\x94\x4d\xb0\xfb\x03\xfe\xaf\xfe\x11\xbf\x91\xbd\x61\xa6\x46\xd4\x82\x37\x30\xac\x74\x41\xba\xdd\x03\x7d\x28\x59\x40\x38\x32\x36\xb8\xe0\x3f\xe6\xfc\xcb\xab\x3f\xf0\x47\x9f\x4f\x53\x7d\x8a\xc5\xf8\x3b\xb0\x01\x4c\x70\x07\x23\xe5\xdc\x9e\x0c\xe0\x25\x40\x1f\xf0\x4a\x7b\x03\x1f\x2b\x42\x59\xed\x0b\x76\x3d\xb7\x61\x88\x93\xee\xfa\x40\xf5\xb2\x76\xf1\xd0\x49\x6e\x79\x63\x6a\x5e\x69\xb3\xc0\x36\x15\xaf\x96\x5f\xef\x33\xc6\x42\xf3\x85\x1d\x31\x47\x7f\x3f\xd7\xd7\x6a\xeb\x03\x83\x48\xb2\xba\xf2\x20\x3e\xa5\x7a\x07\xd0\xb4\xe8\x1d\x05\xcb\x62\xb6\x44\x38\xf5\xb8\x96\x7d\xe0\x4f\x35\x2e\xbd\x34\x08\x98\xae\x87\x0f\xb0\xa9\xd5\x45\xfb\x54\x9e\x0b\x02\x80\x29\xfe\x4a\x50\x87\xea\x0f\xce\x97\x44\xef\xf7\x07\xb6\xb4\x4d\x6d\xa6\xa7\xcf\xee\x4b\x70\x78\x2b\x86\x31\xc1\xe1\x2d\x51\x29\xc1\x31\x5d\xab\x7f\x85\x0f\xe5\xf5\x31\x3d\xd3\xcd\xef\xc3\xdf\xf0\x31\x96\xa4\x6d\xca\xe6\x5d\xa2\x5a\x82\x3b\x3a\xc4\x18\xfc\x00\x7e\xba\x8f\x11\x21\xc1\x41\x1d\x62\xf8\xec\xf6\x44\x17\x75\x95\x15\x38\x6d\x08\xde\x88\xa1\x69\x8c\xe5\x6f\xf8\x30\xdc\xc4\xcc\x22\x9f\x18\x69\x7b\xc0\x71\x35\xe6\x83\x49\x09\x66\xb8\x01\xaa\xcc\xd4\x29\x4e\x20\x7b\xf8\x30\xfc\x14\xa7\x40\xdd\x25\x4f\x26\xb8\x9d\xba\xa2\xdf\x13\xfc\x4e\x5d\xc9\x30\x29\x62\x4e\x0a\x87\x4f\x08\xea\xec\x52\x50\x52\x9c\x02\x75\x57\xe2\x4d\x8a\x53\xa0\x6e\xf5\xe3\x89\x4a\x71\xca\xd3\x5d\xde\x91\x14\xe1\xcc\x55\x24\x79\x82\x63\xab\x2b\x07\x28\xc1\xb3\xd5\x95\xe6\x93\xe2\x94\xa7\xbb\xdc\x2d\x29\x4e\x79\xba\x2b\x0b\x2a\xc5\x8c\xf9\x15\xb7\x69\x22\xd4\xfc\xa7\x3c\xdd\x95\xfa\x93\xe0\x2a\xeb\x0a\x7b\x48\x71\xf9\xfc\x87\x1e\x14\x58\x8b\x87\x00\xc6\x89\xb4\xe5\xe6\x07\xf3\x85\x50\xdd\xc6\x08\x5a\x82\x38\x30\x42\x15\x46\x06\x30\x5c\x34\x03\x98\xc8\xb6\xec\x25\x1a\x40\x71\x75\xbb\xf1\x05\xf7\x00\x1c\x8b\xf0\x10\x49\xd7\x25\x23\xa7\x38\x0f\xa5\xb0\xe5\x2e\xa4\xc1\xaf\xb5\xe5\xee\x2f\x4e\x76\x29\x34\xcf\x73\xa9\xa7\xe0\x2f\x80\xe6\xd7\xac\x1f\xce\x5a\x2f\xc0\xab\xb5\x65\xbf\x01\xa3\xda\x96\x87\xe6\x3d\x4f\x8a\x2e\xa7\x56\x8a\x3b\x57\x5e\x94\xb3\x63\xe5\x8b\x7b\xc4\xca\x57\xcd\x02\x27\x85\x32\xd8\x52\xdc\x01\x52\x75\x7f\x58\x79\x6d\x7e\x44\xfa\x75\xa5\xc7\xa5\xf8\x40\xd3\xf2\xfe\x44\xa4\x5a\xdf\xb2\xdb\x08\x6c\x10\xa9\x32\x5a\x2d\x28\x9a\x2b\x21\x5e\xad\xeb\xac\x4d\x09\x49\x5a\xa1\x7f\xb4\xdb\x44\x07\x63\xe8\xda\x9d\x09\x49\x5a\x41\x31\x68\x29\xc1\xdb\x1d\xfa\x47\xdf\x4a\x0c\x7a\x0b\xbd\x7b\xd4\x83\x0f\x3c\xea\xc9\x07\x86\xf3\x82\x3f\xfe\x33\xd1\x14\x10\x0d\xe0\x0f\x42\xc1\x3c\x04\x44\x00\xdb\xd1\x96\x49\x81\x50\x0e\x7f\x80\xf8\x00\xed\x99\x44\x1f\xb8\x6c\x73\x29\x05\xfa\x5f\xd4\x63\x84\x87\x44\x9b\x24\x45\x62\x4e\x88\x41\x60\x5d\x18\x9b\x10\x03\x23\x7a\x18\xe2\x95\x29\x56\xcc\x41\x20\xc4\x86\xb6\x40\x88\x3b\x46\x14\x56\x10\x14\x52\x0c\x51\xbc\xd0\x61\x10\x12\x12\xb6\xa5\xf8\x06\xc2\xe8\x82\x15\xed\x79\x24\x4f\x8a\x8e\x02\x29\x11\x02\x8d\x90\x80\x15\x69\xea\x29\xc1\x14\x10\x46\xfa\x89\x66\x93\x10\x88\xd7\x37\xf1\xa1\x84\x5c\xa5\x30\x92\x70\x02\xc6\xb6\x65\x8f\x7f\x12\x40\x7f\xc1\x29\x25\x91\x06\xf2\x8e\xc2\xd0\x79\x95\xc0\xab\xb6\xec\x36\x7c\x47\xe2\x6d\x29\x13\x62\xaf\xc3\x54\xde\x5b\xe9\xfe\x60\xc7\x9c\x85\xa4\x0c\x4a\x32\x65\x4d\xe5\xbc\xcb\x5a\x95\xd2\xe4\x75\xad\x0c\xf5\x57\x88\x54\x8f\x88\x00\xfc\x30\xb4\xa9\x53\xe1\xca\x9b\x54\x0a\x60\x14\xff\x4e\xd0\xd8\x82\x82\x30\x53\x6a\x88\xde\x11\xb3\x4a\x53\x43\x6a\xf5\xd5\xc6\x31\x1c\xb5\x4e\x8d\x71\x11\xfe\xfe\x01\x12\x34\x00\xc2\x9b\x83\xe2\x1d\x13\x42\x13\xfb\x66\x2c\x0e\x6e\x07\x2d\xc4\x00\x84\xd1\xef\x63\x37\x78\x5d\x06\x37\x64\x75\x07\x60\x34\xde\x6f\x3b\x06\xd0\x91\x06\x8f\x7f\xab\x26\x7e\xfa\x9e\x0d\xf1\x8e\x03\xa0\xfb\x77\xf0\x77\xaf\xc2\x41\x80\xd5\xdf\x01\xd2\x8e\x5a\xb5\x83\xfd\xf9\x7d\x06\x64\xa9\x3f\x88\x88\x56\x7a\x53\x82\x4c\x28\xa5\x36\xa5\x13\xe7\x85\x98\x3d\x22\x27\xfb\x66\xc2\x3b\xc1\x79\xcd\x92\x4e\x2c\x41\xd0\x04\x2e\x38\x40\x93\xfa\xbb\xc8\xc3\xb4\xe8\x79\xa3\x16\xae\xed\x9a\x99\xdf\x9a\x34\xe7\x0c\xd6\xd9\xe4\xfe\x4f\x99\x91\xb6\xe3\x63\x49\x4e\x19\xa1\xb3\x2d\x6a\x47\xe5\x78\x23\x83\x37\xe8\x01\xf2\x19\xb2\xb7\x54\x46\x3e\x43\x8b\x1f\xed\x37\xe5\xbe\xb4\x75\x8d\x02\xf5\xb0\xc9\xde\x9b\x32\x92\x95\xab\xf2\xc1\x52\x86\x33\xa4\x29\xf8\x2b\x65\x08\xe0\x3d\x89\x63\x67\x84\x74\x37\xd9\x88\x53\x66\xc8\xb4\x64\xea\x54\x02\x5d\x04\xa2\x98\x02\xa3\x9f\xcd\xe4\xa9\x20\x49\xac\x29\xfb\x2d\x15\xb8\x6d\x9b\x12\x6e\x52\xa1\x1e\xa6\xac\xd9\x54\xe0\x71\x6a\xb2\xf3\xa7\x32\x25\xfb\xf9\xe0\x03\x47\xc1\x32\xb4\x24\xc2\x2c\x17\x42\xe7\xb6\xaa\x37\x1e\x18\x07\x95\x26\x9b\xe0\x76\x0f\x2d\x7f\xa4\xf3\x54\x11\xf4\x39\xc2\x47\x9f\x48\x35\xa3\x53\x05\xf6\xa6\x8a\xd0\xff\x96\x3f\x1a\x56\xaa\xf0\xe0\xb5\x2c\x38\x2a\x74\xe2\x26\x11\x3e\x55\x38\x6e\x9a\xa5\x8b\x06\xaf\x76\x2b\x62\x8e\x0d\x5e\xed\x56\x3e\x76\x89\xd4\x5a\xe1\x83\xcf\x5c\x5a\xa7\x63\x46\xac\xa7\x61\x5d\x5a\xf1\x83\x1b\xae\x30\xe5\x87\xa7\x76\x03\x63\x45\x02\x7b\xe3\xf4\x8b\x40\x6f\xcf\xc5\x07\x9f\x51\x3a\x7c\x2b\xad\x7c\xcc\x89\xa9\xc3\x3e\xfd\x62\x91\x3d\x51\x3f\x96\x2c\xd5\x33\x3f\xd1\xd1\xd5\x0b\xe7\xa2\xd9\xf6\x4a\x48\x75\xd8\xf5\x1d\x79\xc3\x52\x5a\x53\x87\xe3\x6f\xc8\xea\x9a\xfa\xb3\xff\xce\x09\x9a\x06\xce\x6c\x07\xb9\xa5\x01\x3f\x75\xab\xf1\x27\x51\x6d\x69\x20\x11\xa7\x55\x9d\x0c\x63\x47\x2a\x9e\xe2\x6e\xd3\x80\x5e\xbb\x19\x7b\x7b\x39\xf9\xe0\xb3\xac\x3b\x49\xb4\x05\xbd\x01\xdb\x5a\x93\x31\x3f\xed\x1d\x19\x5f\x16\xf6\xf7\x93\xa3\x88\xf7\xee\x8c\xd1\x56\x08\x7d\xda\xe1\xa1\x6b\x0a\xab\x49\x3b\x3c\x74\x4d\x41\x59\x69\xbf\x31\x51\x99\xf4\xd3\xfe\x24\x6e\xb7\x0f\x7e\x8f\x8d\x80\x09\x59\xf4\xe1\x37\x45\xde\xa5\x03\x21\xc7\x4d\xa1\x62\xe9\x40\x58\x71\x91\x5f\x24\x1d\xc8\x65\x6a\x4a\xef\x49\x47\x23\x1c\x52\x8c\x0e\x78\xd3\x9b\x12\xff\xd2\x01\xe6\x62\x47\x5d\x3a\x3a\xfb\x10\x63\x3e\xe0\x46\x6e\xca\xcd\x49\x07\x82\x84\xaa\x99\xdc\x01\xbf\x69\x1d\x62\xad\xc7\xc9\x3e\xc4\x07\x8e\x07\xe4\x65\x5e\x72\x3c\xc8\xaa\xb4\xc6\x74\x22\x40\xb7\x0e\xc9\xea\x27\x02\x14\x9a\x8c\x60\xe9\xc4\x28\x6d\x68\xa1\x4e\x38\x4a\x9b\x85\xa3\x0b\x71\xe1\x4d\x21\x1e\xe9\x82\xb2\xdb\xc6\xc7\xec\x9b\xae\x44\x9a\xd5\xba\x5c\x19\xe7\xb0\xc4\xed\x0b\x19\x6a\x6d\x88\xec\x2f\x68\x1d\x7d\x93\x02\x7d\x21\xc6\xe9\x75\xb2\x5e\xe7\x72\x80\x7f\x56\xe1\x9a\x07\x4b\xe8\xb2\x66\xa4\x1b\xfc\xe9\x25\x59\xde\x89\x93\x15\x5c\x37\xb3\xb5\xad\x95\xdf\x95\xa3\x48\x8f\xb8\x91\x18\xd7\x65\x73\x4d\x37\xce\x8d\x2e\x9b\x4c\x62\x28\x45\xdf\xc4\x6b\x6f\x26\x55\x29\x23\x22\x21\x8c\x21\xf4\x4d\x2c\xed\x66\x3e\xa4\x52\x24\x12\xfc\x08\xa1\x7b\xff\xd0\x12\x5d\x87\xce\x0d\x98\x9a\x43\x57\x0a\x4b\x82\x6d\x39\xbc\x74\x59\xd8\xbe\xc2\x4b\x25\x82\x71\x2b\x64\xeb\x38\x34\xc6\xf4\xa0\xe9\x3f\x17\xfb\x10\x4b\x7b\xae\x85\xd3\xf5\x49\xde\x12\x3f\xf9\x28\x66\x79\x43\x82\x63\x97\x8d\x33\x6f\x4c\x69\x55\x76\x78\x5e\xf5\x2a\xf2\x07\xb0\xcc\xa0\xf1\x2e\x33\x71\x66\x0a\x7a\x57\x0c\x4c\x0e\xf9\xc1\x83\x0f\x37\xce\x4c\x83\x76\xfc\x60\x0e\x07\x50\xa8\xc3\x39\x87\x83\x9f\x7c\x42\x16\x33\xc2\x98\x43\x8f\x1f\xfd\x2a\x87\xfb\xe6\x03\x8d\xf2\xb0\xd3\x0f\x4e\x33\x42\x8b\x43\xd7\x79\x9e\xe3\xc6\x4f\x3e\xdb\x36\x33\x71\x32\x2b\x12\x29\xc7\x35\xdb\x8f\xb6\x93\x99\xb1\xd5\x65\xd2\xcb\xf1\xe2\x83\xac\x4f\x10\x14\xd0\x95\xb7\x9c\x13\xe4\x9b\x2e\x2f\x56\x86\x7a\x12\xba\xce\xe2\x9c\x10\x71\xdb\xd3\x47\xf1\xcb\x89\x73\x51\x6a\x6a\x4e\xd8\xd8\x5d\x79\xa5\x39\x43\x57\xec\x22\xa9\x9c\x59\x9d\xe3\xf5\x06\x0e\x81\xae\x5c\x90\x9c\xc1\xd7\xba\xd2\x70\x72\x06\x5f\xeb\xca\x85\xcc\x99\x79\xf9\xb2\xf7\xe4\x0c\x7f\x55\xdb\x3e\xe6\x88\x9c\x91\x2d\xd9\xf3\xeb\xc1\xce\x07\x1f\x82\xc9\x38\xf1\x7b\xae\xea\x14\x36\xd5\xae\xf3\x3c\xe7\x83\x93\x1b\x02\x9d\x1b\x39\x7f\xc4\xaa\x5c\x38\xb9\xf2\x61\xda\xb9\x20\x7f\xab\x97\xb8\xfd\xe0\xfc\xca\x05\xfa\x63\x56\x7c\x54\x2e\xc4\x6f\xd1\x2a\x96\xb6\x36\xe4\x67\xa2\x05\xc9\x82\x4d\x89\x26\xb9\x1c\x04\x41\x40\x16\x40\x3d\x82\x3f\xb9\x41\xe6\x72\xee\xe5\xc2\xb3\x47\xd6\xec\x5c\xc1\x6b\x7b\xd5\x0a\xd4\x40\x7f\xb5\xf6\x4e\x85\xd2\xd6\xe5\x11\xcf\x95\x89\xba\xca\xbf\xcc\x75\xe7\x1b\x1f\x8e\x9e\xeb\xaa\xbd\xf3\x39\xe1\x72\xdd\x39\x8a\xb6\x4a\x03\x25\xf4\xfa\x91\x31\x72\x63\x6d\x12\xc5\x49\xe4\x06\x32\xef\xed\x13\x61\x96\x1b\x2b\xda\x28\x00\x38\x53\xd6\xe9\x0a\xea\xcc\x3d\x60\xe1\x95\x20\x93\x3b\x2b\xa0\x28\x13\x3e\x77\xfa\x92\x65\xfc\xcb\x3d\x63\x9d\x15\xbe\x90\x3b\xc4\xe7\x2e\x07\x5e\x1e\x30\xcf\x37\xd9\x48\xf2\xb8\x41\xb3\xb2\x25\xe4\x01\xd1\xa6\x8f\x8f\xc8\x99\x77\x98\x59\xba\x8c\x05\x79\x47\x3c\x5d\xd7\x29\x99\x77\xc8\xe4\x5d\x9a\x71\x3e\xa0\x9a\x27\x55\x51\xc9\x07\x2c\xa9\x5d\x81\x7e\xf9\x68\x6b\x6d\x3f\x9d\x1e\x50\x8a\xba\xc2\xb1\xf2\x71\x12\x0e\x71\x8a\xe3\x5a\x6f\x7c\xe6\x72\xdc\xd4\x1e\x3e\x8a\x58\x3e\x29\x84\xc9\xb8\x99\xcf\x88\xd5\x57\xf4\x66\x3e\x01\xd8\x90\xf9\x30\x9f\x27\xfd\x4d\x62\x3f\x27\x52\xce\xc6\x26\x8c\x9d\x77\xe0\x27\x9f\x07\x17\x78\xda\x50\x7c\x56\xbe\x70\x4e\x0c\xf9\x50\xf2\xfd\xfb\x08\xa0\x7c\x6f\x88\x83\x7a\xb5\xa9\xe5\x08\x5f\xf7\x06\x2f\x60\x73\x07\x30\xfa\x17\xff\x8e\xa8\x9d\xe0\x0e\x06\x7c\xba\xfe\x1d\x5e\xbd\x8f\xf5\x26\xdf\x4c\xcd\xcc\x7e\x9f\x87\xce\xeb\xc1\xf5\xfd\x95\x8a\x38\xd7\xbd\xc1\xaf\xfb\xb1\x8b\xe5\x1b\xfb\xa8\xf9\x40\xb9\x11\xb7\x23\xab\x6a\xbe\x21\x90\x28\xce\x27\xdf\x61\x4d\x49\x3d\x42\x51\xc9\x3a\x09\xee\x50\xd0\x41\x54\x1b\x8e\xcc\xe4\x76\x43\xa0\x8e\x07\x40\xa0\x87\xb6\xe9\x1d\xe0\xc7\x1a\xee\xef\x06\x4a\xfc\x3e\x22\x21\xa3\xe8\xf8\x8e\x13\xe9\xc3\x38\x8a\xf4\x1c\x6b\xc0\xd8\xdf\x61\x59\xf9\x06\x55\x37\x05\x98\xe7\x1b\xa1\x34\x9b\x58\xe4\x8d\x33\x24\x47\xad\xfb\x0d\x0d\xd8\x41\x87\xf9\x8e\x74\x96\x0a\xcb\xd0\x88\x9b\xa2\xa8\xf3\x3d\x85\xb4\xbc\x79\x12\x30\x82\xa9\x68\x4b\xbe\xd3\x14\xd0\xc3\x66\x42\x40\x38\x8c\x62\xc5\xf2\x9d\xa8\x85\x7b\xa1\x40\xd0\x72\x8f\xe5\x7b\x4a\x13\x71\x78\x61\x51\x81\x47\xd6\x9b\x7c\x27\xf8\xb7\x87\x7f\x7f\x56\xf0\xd9\x6a\x67\x06\xa7\x09\x22\x84\xaf\x48\x97\xce\x37\x58\x4e\x56\xfa\x59\xbe\x91\xa9\x52\xb3\x90\x92\xb9\x07\x93\x1f\x74\xaa\x7d\x1a\x32\x23\xa4\xcc\xc4\x9a\x27\x2d\x2a\x6a\x38\xdf\x99\xac\x41\x53\xca\x88\x0e\xf5\x94\x91\xc5\xd7\x62\x0e\x3f\x39\x99\xee\x52\xbe\xbf\x6a\xf6\x9a\x14\x62\x54\xa3\xa1\xac\x4d\x11\x5f\xbe\xa7\xf4\x95\x83\xf7\x2a\x8a\xda\x24\x13\x3a\x6a\xda\x38\xac\x37\xdf\xd0\xc3\x82\x39\xc8\x5d\x96\xd2\xaa\x36\xe6\x53\xfc\x3b\x3c\xa6\x51\x10\xd4\x88\x90\x2c\xb7\x13\x3b\x54\x07\x53\x1e\x9e\x0f\xb4\x28\x95\xa4\x9a\xb5\x08\x0d\xb4\x2e\x46\x78\x37\x38\x95\xbb\x60\x44\x3d\x85\x21\xaf\x51\xbe\x59\x1c\xc1\x93\x40\xa4\x76\x96\x5f\x3b\xdf\x28\x96\x50\xcd\xd2\x7a\x04\x5a\xb4\x08\xfd\x77\x71\x87\xf9\xee\x15\xbb\xcd\xbf\xc3\x0d\x2d\x2e\x8a\xd0\xe6\xd8\x4c\xf9\x53\x82\xcf\xc1\x64\xd4\x0f\x04\x59\xba\x7d\xbe\xe3\x18\xf3\x0d\xdd\x2d\xbf\x08\x11\x91\xd0\xc1\x6d\x08\x41\xd1\xfc\x02\x96\xa4\x61\x32\x64\x60\x81\xb7\xe2\xa0\xc5\x5b\x03\x32\xce\x59\xbe\xc8\x8c\x38\xe7\x18\x36\xd3\xdd\x98\x94\xf1\x6e\x0f\xb4\x85\x74\x84\x12\x6c\x3a\x59\x6f\xf8\x6c\x82\x4e\xeb\x9b\x02\x8f\x42\x87\xf2\x3d\x05\x0d\x87\xdc\xe6\x7b\x07\x8e\x4d\xf8\x50\x4f\x7d\x66\xde\x3b\x41\xf6\xf7\x15\xb1\x8a\x9a\x02\x2c\x50\xb5\x6b\x0d\xf7\xb9\xb1\xb6\x26\x00\xe1\xba\x1f\xcd\xe3\x3d\x9c\xa1\x1e\x4c\xe1\x20\x07\xef\x85\x29\x47\x66\x4b\x57\xf7\x54\x8f\xb3\xa2\x8a\xf3\x8a\x54\x7e\x6d\xe5\x63\x7f\x47\x97\xe6\xfb\x38\x7e\x17\xf2\x9e\x19\xca\xdc\xac\x97\xdc\x53\xe7\x8c\xc9\x30\x9d\x53\x8d\x2d\x46\xea\x49\x9c\xa8\x47\xaa\xca\xaf\x75\x9e\x07\x78\x56\x42\x60\x46\x20\x73\x0e\xc1\xbf\x37\x04\x0c\xba\xc3\xce\x0e\xdc\x23\xfc\xe5\xd5\x1d\x1c\x8c\xe9\x56\xfb\x42\x87\x9a\xc2\x09\xc2\xf3\xce\x38\xe7\x76\x2e\xde\xad\xc8\x0d\xcd\xc9\x87\xf5\x94\xb5\x63\x30\xcb\x45\xfd\x9f\xd7\x32\x4e\x75\x26\xaa\x50\x42\x46\x0c\x74\x56\x2e\x60\x46\x08\x74\x2a\xd1\x03\x0c\x84\x00\x69\x02\x34\x2b\x2a\x53\x2c\xdf\x28\xfd\x13\x5e\x94\x38\xf5\xa3\xea\x45\xb8\x30\x83\xe8\xf7\x1f\xb4\xf5\xfa\xbd\x66\xa0\x17\x6e\x46\x30\x0b\x25\x77\xe4\x00\x22\x84\x3b\x21\xaa\x55\x53\xba\xe7\xa2\x6c\xa6\x0b\x08\xee\xa1\x0a\x82\x9b\x1c\xed\xf5\xc1\xc1\x39\x68\xd2\x37\xb0\x1e\x3d\x24\xc2\xbc\xb3\xdb\x8b\x76\xd5\x25\xed\x30\x92\x9e\xef\x87\xa7\x44\xd1\x17\x4f\xc4\xe1\xac\x49\x41\x57\x1d\xc1\xdb\xe7\x29\xfc\x42\x78\x78\x2a\xd5\x0d\xb5\xb9\x30\xf9\x47\xe7\xce\x33\x4f\xb9\x28\x8d\xe0\x7e\x4e\xe0\xd0\x9d\x93\xa1\x79\xb3\x3d\x37\x67\xa4\x75\x7e\xc8\x93\xb5\xfd\x10\x58\xde\x93\x24\x1a\x04\x96\x07\xc5\x1e\x65\x04\x96\xcf\x1e\xba\x1e\xc0\xa5\xf6\x7a\x61\xa1\x7d\xe8\xc1\xc0\x8c\xfc\x02\x1c\x05\xda\x0b\x88\xfe\x9e\x20\x78\xc8\x25\x48\xfa\x0b\x58\x46\x25\x58\x3e\x9f\x7a\x94\x6a\x63\x77\x48\x11\x47\xfc\x77\x52\xe2\x46\x46\xfc\x77\xa8\xa2\x5d\xc4\x7f\xc7\xa0\x12\x10\xf9\x09\x85\x20\x68\xc4\x40\xcf\x44\x71\x97\x64\xd4\xc3\x7d\xac\xd3\x4e\x40\x04\xa6\x7a\x08\x91\x53\x2d\xcf\xf2\xf8\x67\x04\x79\x27\xd9\xd4\x33\x82\xa6\x67\x07\xc2\x43\xa4\x48\x22\xae\x83\xb0\xe8\xa4\x5a\x78\x19\x61\xd1\x59\xb6\xd8\xcc\xb0\xe8\xa1\x30\x89\x8c\x38\xe8\x09\xa4\xbf\x40\x9c\x97\x8e\x9b\x67\x89\x7e\x06\x92\xa2\x9f\xd8\x08\x22\xa1\xe7\xbc\x35\x2b\xd4\x63\x2c\x06\x12\x1e\xce\x64\xd4\xa7\x1d\x7c\xc6\xbf\xaf\xc5\xf4\x03\x84\x02\x7b\x2d\xe1\xe0\x94\xcf\x23\x33\x14\xba\x29\x8d\x30\x33\xf6\x39\x58\x7e\x45\xb0\xf3\x7c\xa0\x2e\x20\x2e\x6e\xda\x42\x88\x66\x8e\x43\x44\x8e\x68\xe6\xfc\xc2\x34\x84\xc3\x6a\xfd\x94\xe1\xcc\x39\x89\x7f\x23\x3e\x39\xc8\xa0\x96\x11\x9f\x9c\xb6\xe6\x1e\x10\x35\xa0\x7d\x85\xf8\xe4\x68\xd6\xb4\xe2\x93\x4d\x2d\x65\x81\xac\x0e\x0b\x78\x97\x97\xb2\x50\xc2\xd5\x91\xb3\x22\x94\xb3\x47\x40\xb9\x00\x31\x7c\x58\x16\xb3\xb2\x84\x32\x22\x94\x27\xda\x3c\xc2\x80\x72\xe5\x17\x20\xfb\x48\x20\x46\x88\x72\x56\x4d\xa2\xfc\x50\xa2\xcc\x86\x88\xbc\xd0\x00\x4d\xfe\x5d\xaa\x01\x82\xcd\xb5\x79\x80\xba\x18\xb8\x46\x58\x22\xa5\xce\x8c\x87\xc6\x60\x65\xe2\x64\x44\x11\x67\xab\xe3\x88\x22\x9e\x7d\x0a\xcf\x95\x71\xd3\x12\x16\x10\x0a\x1c\x83\x25\x65\xc4\x02\x67\xeb\x98\x88\x05\xce\x56\xb5\x11\x0b\x3c\x3f\x50\x97\xf0\x4f\xd8\x8c\x07\x03\x6c\x2a\x26\xa6\x86\xa3\x5c\x2a\x22\x62\x79\x67\x07\x7e\x40\x59\x3c\x7a\x48\x60\x32\xb9\x47\xb0\x2b\x89\xd6\x8c\xd6\xb5\x65\x15\xd1\xb9\xb3\x47\xa1\xb2\x53\x8d\x35\x35\xc0\xf4\x5c\x24\x17\x23\x3e\x37\x0c\xc5\x2b\x65\x06\xe8\xb6\xe8\xd5\xe8\x80\x5a\x36\x19\x44\xe4\x66\xd9\xd0\x33\x23\x72\x83\x45\x5f\x84\xe4\xbe\x2c\x91\x08\xc9\xcd\xaa\xfe\x90\x11\x92\x3b\x3f\x10\x5e\x3a\x13\x92\x7e\x12\x71\x97\x11\xb0\x3b\xbf\xf6\x0c\xb0\x4c\xb2\x3d\x20\x62\x77\xbe\xa0\xa5\x9f\x92\x74\xb6\xbd\x03\x21\xbb\x5d\x11\xfc\x19\x21\xbb\xf3\x03\x3f\x40\x14\x9f\x49\x65\x10\x03\xc2\x21\xe2\xa1\xb2\x95\x50\x04\xe9\x66\xdb\xf5\x10\xa4\x3b\x7b\xf4\x90\x40\x89\x09\x1a\x2e\xfe\xea\x73\x6b\x90\x29\xb8\x4d\xfe\xec\x63\x04\x61\xb9\x21\x98\x7b\x32\x0c\xcf\xc7\x0a\x8c\x7c\xc9\xbc\x6f\x3f\xb0\xa7\x84\x15\xc8\xce\xcd\x1d\x42\x76\x2e\x92\x26\x10\xf6\x1a\x86\x8f\x90\x63\x11\x8e\x3a\x3c\x0a\xb8\xb3\x40\x44\xdc\xea\xf0\xd1\x7a\xd0\x68\xe4\x1e\x0f\x22\xc1\xeb\x0e\xf3\x67\x56\x55\xdf\xfc\x1c\x50\x84\xdd\xa6\xc9\xcc\x2b\x7b\x82\x93\x49\xae\x43\xa8\x69\x78\x61\xf1\x5c\xa4\xea\x0f\x2a\x87\x14\x50\x67\xe7\x03\x2d\x2d\xf2\xd6\x6d\x47\x67\x70\x69\xf2\x99\x72\x52\x6e\xf3\xb4\x4e\x12\xab\xb9\xe7\x89\x40\x35\xb3\x0d\x8a\xcf\xde\xf4\x27\xa5\x1c\xcb\x20\x17\xd8\x86\x31\x7f\x81\x1c\x8d\xc8\x6b\x61\x5a\x30\x5e\x74\x18\x98\x80\x2f\xa8\x04\x3e\xc7\x50\x4e\xb3\xfb\xd0\xb9\x40\x7e\x3e\x38\x2f\xf0\x63\x6f\xe9\x0b\x5c\xc4\x87\xfd\xc5\x39\x99\xcd\x4c\x79\x3a\x55\x33\x64\x0a\xd0\x26\xa6\x29\x40\xb7\x6a\xe2\xb8\xa1\xd4\xb8\x43\xca\xcf\x96\xc0\x9f\x29\x3f\xa7\xf6\xea\x80\x32\x8e\xf1\x7e\x23\xec\xdc\x20\xde\x18\xd1\x2b\xf9\x70\x13\x4b\x5e\x7e\x20\xfe\xa6\xe6\x49\x3f\x44\x9b\xb4\xc1\xe7\x81\x65\xc7\x7c\x60\x8a\xbf\x29\x0f\x77\x89\x5d\x5c\xdd\x41\x47\x92\xae\x26\x41\x17\xf8\xeb\xfb\x85\x25\xed\xf2\x25\xe1\xfa\x9c\x7b\xb0\xf4\xde\x22\x0f\xca\xf8\x7c\x94\x80\xc2\x4a\x59\x9b\x0c\x6c\x05\xe1\xc1\x73\x8f\x24\x3d\x80\xd5\xa1\xf8\x05\xc2\xd8\xd5\x6e\x84\x21\xeb\x01\xcc\x0e\x1f\xcd\xa5\x6c\x30\x94\x5a\x29\x2f\xdb\x46\x51\xcf\x2f\x50\xc0\x2d\xee\x61\xae\xb5\x0e\xa9\xb2\x41\xc0\xad\xca\xbf\x29\xdb\x94\x70\x8b\x0c\x99\x05\x15\xbd\xe6\xb4\x05\x64\x00\x01\x7f\xb6\x48\x41\x90\x73\x7a\x4d\x22\x50\xa5\xfd\x88\x34\x05\x85\xbd\xb2\x02\x4e\x0b\x4a\x79\x85\x51\x3d\xc2\x9a\xa5\x5f\xa0\x14\xd5\x05\x34\x25\xe0\xea\x1e\x49\xe1\xfe\x9d\xa2\xe0\x47\x66\x29\xac\xf9\xd5\xa2\x11\x15\x2e\x8e\x61\xa8\x11\x7a\xd6\x3d\x26\xe4\xae\xf0\x13\xf7\x50\xd9\x22\x51\xa0\xde\x11\x9f\x98\x0c\x2f\xb2\x24\x75\x71\x42\xd9\x90\x25\x39\x8a\x56\x29\x72\xdd\xb5\xce\x91\x9a\x99\xd6\x20\xf2\x84\x49\x9a\x70\xc4\x16\x7f\x75\x00\xf1\xe6\xf5\x01\x11\xe2\x01\x0f\xa4\x9d\xfa\x77\x6a\x08\x06\x70\x8a\x60\x9b\x97\x88\xb1\x4e\xc9\xab\x9e\xd6\x06\x14\x88\x94\xe7\x83\x41\xfa\x04\xa6\xa8\xcd\xc4\x3d\xf7\xb0\xd6\x44\x18\x46\x64\x74\x32\xa1\xc1\x73\x55\x9b\xf7\x4b\x26\x16\x45\x48\x19\xe6\x9a\xea\xf6\x02\x41\x43\x64\x48\xae\x5d\xb3\xa6\x34\xde\x44\x05\x19\x58\x6b\x9a\x75\x66\xad\x25\xff\xce\xdd\x93\x0c\xd2\xda\x2d\x06\x89\x2a\x43\xf3\x1b\x38\xb3\x82\x26\x55\xc0\xdd\xfd\x7b\x59\xc4\xaf\x31\x0b\x96\xda\x84\x08\x7b\xad\xdc\xc3\x65\x2b\x6b\xa9\xdd\x03\xcf\x4d\xe3\x8d\xe2\x75\x13\x4c\x53\x9c\x4e\xdb\xab\xc7\x87\x40\xeb\x83\xca\xb5\x4b\xc2\x0b\x72\xf8\xc6\x8b\x3c\xea\x82\x52\x7d\x56\x7a\x22\x05\x75\xa5\xf5\x30\xf9\x01\xf7\x68\xd2\x72\x57\xca\xaa\xc9\x5d\x80\xc4\x9a\xc7\xe0\x8e\x4b\x5a\xbe\xc6\xf5\x57\x0f\x4b\x7e\xce\x5a\x8e\xc6\xc2\x6d\xfe\x00\xb9\xc5\x51\x13\x85\x3c\xbd\x19\xd7\x8d\xb1\x3c\x82\x71\xf9\xad\x4c\x92\x8d\xeb\xef\x36\xaa\xd9\x79\xf1\x3a\x17\x4f\x03\x2e\xf1\x39\x8b\xc6\x69\x15\xee\x6e\x53\xc0\xc8\x1a\xb2\x53\x37\xf2\xac\x3b\x49\x2a\x0b\x2d\x1d\x67\xab\xa9\xbe\x2f\xd1\xce\x83\x52\x60\xf0\x6a\x2d\x01\xd6\x2c\x9a\xfe\xf0\x22\x3c\x50\x3e\x1d\xc2\xdb\xa0\x1c\xd4\xfd\x60\xad\x9e\x26\x3e\x20\x07\x79\xb9\xa7\x80\x9a\xb2\x59\xf8\x00\x89\xbd\x3a\x38\x08\x82\x5f\x38\xd9\xa3\xa0\x5e\x12\x6a\xd5\x27\x3b\x69\xcc\x3c\x7a\x5f\x34\xa6\x69\xec\xb4\xeb\x19\x9b\x3b\x3d\x0d\x6e\x5f\xd0\x2b\x05\xe5\x41\x93\x97\x71\x77\xc0\x78\xfa\x6a\x83\x41\x98\x87\x1f\x38\x68\xba\x10\x75\xd0\x06\x21\x18\x91\x5b\x95\x3d\x89\x25\xa2\xfa\x3c\x3e\x48\xb3\x3e\x58\x18\x68\xb0\x09\x0f\x27\xd7\xc6\x0c\x82\xf6\x5c\xb3\xa0\x93\x56\x38\xb3\xc1\x93\x9a\xa9\x81\x5c\x61\x94\xee\x81\x76\x90\x57\x17\xc4\x75\xfe\xd9\x51\x84\x74\xa7\xf8\x82\x90\x1c\xcb\xd4\x81\x7c\x27\x25\x50\x97\x0d\xf6\xdc\xda\x3c\x1e\x3c\xc4\x75\x68\x19\x2e\xea\x43\xe6\x27\x17\xa7\x30\x34\xa7\xab\xa0\x28\x81\x7b\x00\x4f\xf3\xce\xbe\xe0\x8a\x7c\xbd\xcf\x92\x7b\x9b\x5f\x40\xd6\xaa\x77\x32\x2d\xb8\xde\xf9\x17\xd5\x1d\x6f\x92\x9b\xa4\xe0\x03\x6d\x89\x9c\xa6\xbf\x1b\xb4\xe0\x31\xef\xcc\x17\x34\xad\x1b\x7b\xd9\x78\x61\xc0\x42\xf2\x66\xbf\x91\x7a\x6a\xe1\xeb\xa6\x6f\xdd\x87\xec\x4d\x5b\x4e\xf6\x18\x30\x64\x18\x73\x37\xa6\xf1\x02\x92\x5b\x3b\xeb\x01\x8c\xba\x45\xc5\x58\xcb\xf6\xd0\xae\x66\xc6\xcb\xe2\x1b\xcd\xe4\xf2\x70\x1b\x19\xb9\x0f\x77\xbf\x06\x7d\x38\x2f\xd1\xd3\x43\x1e\x65\x0a\x7c\x20\x2b\x0c\x0f\x41\x16\xe5\x79\xc1\xb4\x5b\xbd\x3a\xcf\xda\xdb\x9f\x2e\x59\xe3\xb3\x7e\xd4\xaa\xc2\x78\xad\xaa\x9b\x7f\x0a\xef\x17\x52\xae\x43\xe1\x6d\x42\x55\xd7\x3f\x14\xde\x26\x34\x24\xe0\x17\xde\x26\x94\x65\x9c\x2b\x81\xa6\xdb\xe1\x17\x28\x3e\x88\x91\x86\x25\x87\x8a\x2d\xe2\x9a\x9f\x68\xf9\x22\x40\xcc\x54\x19\xcc\x12\xe0\xa1\x57\xd4\x42\x41\xdd\xd0\xac\x42\x55\x25\xac\xe8\x0a\x0f\x19\xa8\x47\x25\xb5\xc9\x1e\x8c\x07\x88\x9d\xf1\x63\xaf\x29\x61\x89\x9d\x62\x93\xb8\xd3\x67\x3e\xd0\xbc\x21\x55\x2a\xf6\xab\xa0\x56\x69\x56\x39\xa8\x12\x22\xf7\x9a\x88\x0e\x97\xeb\x24\x55\x53\x2d\xbc\x3b\x27\x58\xc0\xc0\x55\x39\xf3\x81\x10\x97\x90\x80\x1b\xfc\x02\x39\x90\xa4\x1c\xdc\x95\x33\xbf\x50\x9f\x69\xc5\xa0\xfb\x8d\x06\xa8\xfc\x02\x29\x5f\xe2\x21\x6e\xc6\x99\x5d\x08\x55\x89\x98\x30\x10\x07\xda\x42\x04\xdc\xf2\x0a\x9f\x2a\xbc\xd2\x46\x65\x40\x4a\xa0\xa1\xd5\xd2\x02\x6f\xb5\x51\xa5\xda\xc2\x4b\x6d\x74\x63\x41\xe1\x9d\x36\xc9\xb3\xce\x28\xab\xe0\xc5\x86\x9b\xbe\x6a\xfb\x23\x60\x30\x36\x2f\x7e\xa6\x06\x21\x2c\x65\x58\x64\x86\xdb\x2c\xe6\x6c\x00\x59\x17\xc6\xfd\xc3\x7e\x62\x5a\x81\xd9\xd6\x42\x1a\xe2\x11\xe7\x84\xd4\x01\xec\xb6\xd1\xa4\x51\x22\x3a\x14\x40\x85\x2b\x2f\xe1\x03\x57\xd8\x64\x95\xec\x2a\xac\x12\x5b\x15\x73\x54\x70\x61\xcd\x7c\xe0\x37\x68\xdd\xe8\xee\x73\x47\xf1\x19\xb7\x4f\x56\x2b\x50\x7b\xf1\x23\x8d\x59\xe9\x64\x1a\x82\xba\x12\x4a\xa1\xa5\x92\xd9\xfc\xc4\x45\x54\x70\xcf\x8c\x6b\xed\x14\x5e\x33\x13\x2c\x3e\xe1\x9a\x99\x80\xdc\xda\xcf\x03\xac\x92\x18\x2a\xae\x91\x71\x75\x9e\xc2\x6b\x64\x86\xb8\x23\x6e\x91\xc9\x9b\x37\x64\x45\x75\x1e\x33\xa6\xc6\xa3\x4c\xef\x33\x62\x3c\x99\x0c\x1a\x35\x70\x09\xcf\x61\xd9\x68\x05\x11\x2e\x84\xd1\x2d\x17\x25\x30\x2c\x5b\x3a\x08\xae\x83\x49\x32\x07\x15\xde\x07\xf3\xe6\x3a\x8d\x91\x99\xa6\xac\xc6\x58\x3a\xc1\xdc\x68\xc0\x94\x94\x12\x20\x85\x2a\x6b\xb7\x84\x1e\xdf\x25\x89\x4a\xe8\x6b\x12\x1a\x62\xd9\x6c\xcd\x13\x3a\x10\x5f\xdc\x03\xef\x04\xf0\x07\x28\x8a\x14\x3d\x22\x4e\x00\xa9\x03\x01\x65\xd9\x5a\x32\x63\xeb\xa0\xfe\xe8\x0e\x20\x17\xbd\x7e\x5f\x73\x30\x04\x28\x8b\x14\xd5\x1e\x28\x1b\x21\x21\x27\xc0\x06\xab\xe0\xc0\x82\x8a\xc6\x49\x59\xf8\x05\x25\x8d\xb3\x22\x01\x4b\x18\x8c\x62\x71\x7f\x4c\x46\x31\xc3\x81\x89\xf5\xc5\xbb\x99\x3f\xea\x0e\x61\x1f\x2d\x66\x48\xb0\x8f\x66\x59\x9c\x4a\x40\x70\x42\x4c\x6e\x2f\x2c\xbb\x07\xec\x47\x29\xc0\x01\x85\x0b\xac\xad\x86\xbd\xe2\x77\x2d\x13\x0a\x15\x28\xa3\xa4\x84\x29\xdd\x26\xcb\x1f\x01\x39\x17\x2d\x99\x27\x22\x3a\x41\xf1\x59\x25\x40\x9a\x55\x10\x5d\x41\x00\x73\xb4\xc2\x1d\x0e\x9c\x67\x26\x4d\x58\x60\xbb\x67\x30\xa5\xdb\xbc\x99\x81\x1c\x8b\x8b\xbb\xc3\x9d\x0f\x34\x85\x83\x92\x66\xf1\x10\xa8\x7e\x25\x01\x39\x1c\x30\x92\x18\xcb\x07\xb9\x9c\x0c\x1d\xb8\x8c\x68\x3e\x50\x97\x27\x8d\x97\xe6\x73\x2c\xcc\x66\x46\x79\x62\x16\x3e\x11\x61\xb3\xcd\x5e\xd8\x73\x41\xed\x0f\x40\xbc\x12\xd3\xc2\x49\x4f\x8e\x37\xf9\x79\xe0\x28\xd0\xbc\xa7\xfc\x9c\x86\x67\xc9\x82\x00\xd5\xbf\x53\x5f\xf6\xd9\xc3\x10\xc9\x17\xef\xbe\xd6\xac\x04\x03\x43\x1c\x2c\xe6\xe3\x8a\x23\xfb\x91\x0b\x2f\x34\x1a\x2f\x56\x07\x9b\x6b\x34\x67\xbb\x50\x6d\xd6\x88\xbb\x18\x3c\x23\x20\x99\x3a\xf5\xe2\x54\x17\xa1\x34\x9b\xb8\xb7\x77\xe5\xb1\x12\xa6\x48\x9c\x9a\xb7\xd4\x4d\xc9\xd1\x5b\xe0\x5e\x40\x6b\x5a\x37\x50\x6d\x46\x03\x81\x77\xf8\x50\xbe\x89\x69\x77\x80\xda\x69\x3e\x4e\x6e\xb8\xfc\x7d\x46\x43\xfc\x8d\x16\xc8\x6e\x4a\x3f\x52\xa7\xc2\x43\x90\xf5\x01\xa4\x5d\x5d\x3d\x50\xc2\xb3\xf0\x2c\x7a\x7b\xd6\x26\xf4\x03\x3a\x2f\xcb\xcf\x0e\xa0\xa7\xbc\x8b\xb1\x95\xf0\x30\xfd\x45\x13\x7a\x68\xc4\xb0\xe0\x03\x1b\x70\x34\x71\x3e\x08\x8e\x33\x46\x1e\xba\x07\x84\xe3\x07\xc6\x53\xaf\x32\x2c\xc0\x8a\xbd\x29\x28\x64\xee\xea\x6f\x05\xa5\xcb\x63\xd1\xfb\x71\x03\x4f\x11\x13\x62\x2d\xf3\x61\x3e\x8a\x5a\xe6\x49\xe1\x42\x05\xf9\x06\x51\x21\x50\x25\xf2\x12\x4e\xd1\x3a\x6b\x97\x2b\x50\xb6\xa0\x74\x79\x56\xe8\x4c\x89\x2c\x5f\xa7\x15\x41\xe9\xf2\xa0\xf2\x30\x25\x32\xcc\x55\xc1\x3d\x85\xc5\xcb\xb3\xee\x6a\x2c\x91\x52\xb5\x8c\x0f\x11\xc9\xde\x0a\x78\x28\x91\xe1\x0b\x0a\xae\x29\x11\x81\xaf\xca\x0e\x2d\x31\x50\x4a\x19\x7e\xe1\x02\x19\x0a\xe6\x48\x2a\xd0\xa9\x1f\x23\x43\x09\xfc\x02\x4a\x8a\x05\xff\x5e\x89\xb5\xac\x07\x90\x5f\x8b\xdb\x6b\x37\x16\x3d\x18\x88\x27\x14\xd0\x30\x97\xca\x5b\x5c\xe2\x0a\x90\x30\x9e\x23\xf1\xa6\x76\xc2\xc2\x1a\x44\x94\x81\x8b\xc6\x52\x5a\x0b\x29\x98\x13\xc3\x81\xfd\x02\x48\x4f\x47\x34\xca\x54\x04\x5d\xcb\x52\x50\xa6\x22\xc7\xd7\xef\x0c\x76\x70\x7f\x94\x4f\xdd\xa6\xa5\x52\xa4\x1c\x19\xa9\x20\x66\x8f\x3a\x12\xd9\x9b\x37\x2e\xe3\xa9\xe4\x92\x98\xe1\x45\x8a\x6e\xaf\x62\xad\x02\x81\xd6\xd1\xec\x17\xe6\xba\x35\x23\x31\xe3\xcc\x97\x8e\x1e\x29\xc0\x4a\x58\xe3\x5d\x68\x4d\xf1\x3e\x05\x77\xa1\xa5\xea\x65\xfb\x08\xb4\x42\xc2\x12\x68\x87\xdf\xe0\x89\x65\xda\x29\xbc\x05\x4e\x30\x30\xf7\xd1\x8c\x38\xe2\xc6\x0b\xdb\x04\x71\x17\x5a\x8e\xde\x91\x85\x27\x98\x78\x02\xaf\x42\x1b\xaf\xa5\xad\x4b\x52\xd0\xbc\x98\x59\x24\x63\x19\x32\x7c\xa2\xbd\x15\xb8\x19\x2d\x25\x0f\xb1\x6c\xa7\x46\x3d\x62\x11\xe2\xab\x03\x50\x5f\x35\x08\x6b\x12\x7e\x40\x05\xdc\x6b\x55\x19\x75\xa4\x17\x50\x96\xac\x78\xd6\x0d\xe2\x95\x67\xdd\x78\x65\xa8\xdb\x20\x57\x69\x99\xb8\xd2\x2c\x47\x53\x1f\xaa\x92\x59\xca\x8d\x94\x7a\x15\x70\x51\x70\x1b\x59\x96\xb3\xad\xc4\x86\xb5\xf7\x07\x9d\x76\x31\x2f\x65\x5f\x8c\x45\x43\xb2\x7c\xb0\x0e\x44\x5e\x3d\xd6\x14\xbd\x53\x62\x5f\x04\xea\x07\xcc\x3e\x72\x97\x1d\x30\x08\x09\x1d\x9b\xda\x7b\xb0\x2f\x62\xf1\x07\x6b\x8f\xf8\x0d\xce\x42\xd4\x44\xa9\x54\xa2\x06\x2a\xa7\x64\x1b\xfb\x99\xba\x95\x53\xfd\x49\x64\x76\x41\x5d\x95\x6c\x97\x53\x5c\x32\xab\x8e\x3b\x94\x45\x89\xc1\xba\x02\xca\xa2\xb8\x38\x68\x41\x55\x94\x9e\xbc\xe9\x07\x9d\xf2\x9a\x31\x84\x5a\x9b\x1b\x50\xf2\x24\x2b\x31\xbf\x44\xe6\x7f\xaa\xfa\x59\xc1\x85\x05\x73\x44\x3f\xa8\xdf\x5f\x5d\x77\xfb\x96\xb8\x37\xbe\xa0\x29\xef\xa8\xbf\x29\xa1\x13\x45\x53\x92\x0d\xa2\x91\xb7\x2a\x49\x42\x64\x11\x94\x62\x94\xe1\x92\xa5\x60\xcb\x40\x3c\x90\x22\x60\x26\x00\x1b\xed\x8b\x91\x51\xaa\x95\x98\x13\x0f\x2a\xea\x5a\x93\x03\xaa\x88\x8f\x50\x9a\x68\x6d\x4a\x88\xc7\x4a\xd3\xff\xb4\xcf\x0d\x53\x74\x1b\x8b\xec\x23\x16\x05\xac\x9a\x49\xfb\xe4\x76\xf6\x71\x73\xc2\xcd\x20\x41\x3e\x32\xaa\xc0\xaa\x3b\xee\x58\x73\x10\x70\xe1\x15\x6b\x59\xd1\x73\x05\x57\xac\x25\xe5\x4e\x17\xde\xb1\xd6\xd2\xeb\x01\x83\x8f\x4c\x99\x08\xca\xb5\x78\x18\x61\xb4\x0d\xb6\x3f\x44\x46\xe1\x6e\x1e\xf4\x62\xa1\x52\xb3\x21\x5c\xd9\x12\x2c\x5b\x30\x4c\xd7\x06\x85\x08\xab\xed\x0b\x71\x17\x8d\x74\x3e\xca\x11\xa8\x1b\x7d\x6a\xf2\x2e\x37\xcf\xfb\x1a\x28\x9e\xe8\xdf\x0f\x60\xda\x03\x9c\x1c\x51\xa8\xbe\x70\xd2\x67\x4f\x02\xcc\xd8\xa7\xec\x05\x67\x9a\x89\x89\x22\xae\xcf\xb4\x95\xaa\x64\x08\x61\xf5\xad\x66\xff\x30\xfa\xda\x74\x1e\x6f\x6e\x00\x0d\x40\x11\x38\x9a\x51\xde\x50\xda\xba\x3b\x68\x2c\x2c\xad\x76\xe7\x07\x9a\xe3\xcd\xd8\x4b\xef\xc9\x9b\x9b\xd8\xf4\x73\xaf\x59\x0b\x88\x87\x86\x4a\x1f\x08\x34\xf2\xda\x12\x19\x19\xbb\x60\x46\xf5\xb0\x28\xb0\xa0\x78\xd6\xd2\x09\x4c\x0a\xb6\x3e\xa3\x9e\x45\x92\x82\xea\x21\xc3\x36\x2b\xa0\xe4\xea\x89\xe1\x46\x84\xda\x3c\x0f\x1a\x79\x7d\x28\x3d\xc8\xe2\xd0\x90\x2c\x56\xa4\xea\xd8\x25\x21\xe7\x4b\xb9\xe6\x05\x29\xa9\x29\xca\x7c\x85\x62\x46\x73\x92\x41\x0f\x20\xb5\x65\xbf\x00\xd4\xeb\xe0\x45\xed\xa2\xa9\xf1\xf8\x03\xf0\x77\x61\x05\x75\x88\x62\x88\xe2\x9f\x89\xb5\x99\x87\x41\x78\x50\x3b\x59\xbf\xb3\x16\xb3\xa6\x98\xc2\xc2\x7b\xd4\x83\xc4\x1e\x35\x24\x4c\xc4\x2f\x10\x20\xcc\xda\x25\x80\xca\x45\x49\x17\x3b\x94\x44\x59\xd6\x96\x94\x44\x13\x71\xf1\x0b\x28\xc7\xfc\x1a\xf1\xe0\x07\x42\x23\x02\x13\x6a\x7f\x01\x0d\xa9\xca\x78\x44\x1e\x58\xb0\xa9\x24\x21\x11\x6c\x4c\x16\xfd\x83\x43\x28\xa1\x5e\xb3\x8f\xd9\x14\x69\x11\x6b\x6a\x27\x00\x28\x78\xa6\xac\xdd\x75\xd1\x73\x41\xe1\xa4\x39\xbc\x1f\xa0\xfc\xaa\xf6\x28\x0b\x21\x0d\x33\x78\xdc\x30\xe8\x04\xaa\x92\x18\x39\xa0\x1b\xe2\x0a\x2a\x25\x39\xc1\xa8\xb0\x52\xd2\x88\xaf\x07\x84\x49\x48\x4c\x14\x1c\x65\x5a\x41\x65\x24\xe7\xca\x14\xd4\x3e\x4a\x59\xfa\x3a\x6b\x1f\xe9\xc6\xa7\x82\xd2\x47\x2f\x51\x17\xa5\x8f\x26\x48\xc2\x4a\x5a\x93\xf0\x90\x54\x5d\xab\x1f\xcc\xed\xf0\x5a\xb7\xbc\x01\x04\x0d\x99\xc3\xbb\x4e\x77\x41\xa9\xa4\xd0\x1c\x81\x82\x84\xec\xd8\x4c\x5a\x19\xa4\x16\xfc\x3b\x0b\x7f\x6b\x8e\x10\xc7\x75\xb3\x66\x61\x6d\xa5\x61\x52\xcc\x2c\xfc\xad\x29\xa0\x2e\x72\x7e\xf5\x47\x5f\x44\x35\x84\x34\xee\x68\x87\xa3\xf8\x92\xc3\xef\x0b\x8a\x2d\x25\xfb\x26\x50\x6c\x29\xaa\x16\x6e\x49\x0c\x24\x96\x30\xce\x52\x4b\xd5\xfb\x13\x95\x8c\x2d\x13\x26\x48\xef\x43\x8a\x5f\x62\x20\x83\x72\x2a\x4b\x82\x79\x5a\xc1\x77\x25\x15\x6e\x8e\xe4\x07\xe7\xbb\xd8\x79\x49\x10\xde\x2d\x17\x27\x04\x36\x34\xef\xae\x25\xaa\x4b\x0c\x4d\x10\xd5\x6b\x37\xd6\x11\xd7\x30\xec\x98\x48\xab\x38\x83\x60\xaa\x64\x9c\x06\xb2\xfe\xae\xc0\x7a\x49\x95\x68\xf4\x34\xeb\xa2\x1d\x41\x59\x09\xa5\x87\x40\xc9\x44\x53\x42\x5b\xb7\x40\xaa\xbd\xae\xb6\x57\x3b\x62\x0b\x6a\xc4\xc6\xb0\x47\x61\x05\x36\xeb\x6a\xca\x80\xc9\x7a\x78\x7f\x35\x64\x9a\x9a\x4d\x36\x56\xd4\x14\xd6\x98\x2c\xf7\x06\x80\xe2\x88\xf1\x8e\x30\x63\x45\x88\x17\x94\xc0\x0a\x49\x97\xa0\x97\xd4\x56\x11\x71\x8f\xc1\xb2\x18\xc2\x01\x6c\xd6\xc9\x8c\xb5\x93\xd3\x9a\x98\x3a\xca\x44\x4b\x1f\x4e\xbc\x1a\xc4\x27\x31\xaf\xfc\x0c\xb6\x3d\x26\x94\x2d\xcc\x5e\x39\x26\xbc\x59\x24\x42\x5d\xad\x6c\x61\x17\x75\xb4\xd2\x30\xbd\x0e\xce\xdb\x5b\x06\x05\x42\x86\x77\x08\xa2\x6e\x6b\x37\x3d\x41\xde\xee\x9e\xd5\x8e\x4d\x6f\x26\x80\x3a\x3a\xc1\xc6\xcb\xb4\x04\x6e\xe3\x7a\xc7\x2e\x37\xf7\xdc\x09\xa3\x60\xda\x91\xe3\x60\x76\x8c\x5b\x3c\x6c\xd4\xe3\xc5\x5b\xc3\x22\x54\xe2\x25\x1e\x4a\xeb\x2d\x09\x66\x64\xc7\x7a\xa4\x1d\xd4\x27\x31\x30\x31\x90\xd7\x22\x0f\xaa\x7b\x65\xfb\x66\x59\xcd\xcb\xbe\xf8\xc4\xe2\x0a\x3e\x35\x8f\x35\x27\xf5\xc8\x28\x8a\x9f\xe5\xa7\x96\x74\xd4\xf7\x05\x04\x25\x1d\x6b\x83\xf9\x01\xcf\x50\x1f\x51\xc7\x9a\xb3\x90\x76\x50\x56\xf1\x0b\x14\xf9\x8d\x25\x14\x76\x69\x8e\x46\x49\xbc\x2f\xc4\x42\x59\xa2\x5d\xba\xb9\x8d\x23\xc6\x27\xca\xd9\xdf\xd7\x22\x94\x74\xb2\xac\xb4\x40\xa0\x91\x59\x56\x2f\x54\x2c\x4b\x5d\xba\x26\x2a\x96\xc5\x66\xa6\x00\x1b\x73\x36\x6d\xe2\x2a\x58\x3b\xaf\xd3\x92\xe7\xe5\xee\x46\x49\xb3\xe8\x58\x51\x5e\x04\xdb\x1c\x2a\x90\x90\x45\xf7\xa2\x1c\x04\xfd\x3a\x4a\x28\x5d\x54\xd4\x04\xe1\xc5\x78\x2c\x63\x6d\x4a\xe7\x29\x9b\xfa\xa7\x30\xde\x6d\x55\x4b\x17\x37\x5c\x76\x8f\x38\xc8\xdd\x23\xd2\xe6\x86\x85\xcc\x04\x71\xdc\xc6\xc4\x04\x69\xbc\x99\x34\xef\xf4\xbe\x5b\xa2\xa4\x7b\xd5\xf6\x52\x9b\x35\xb6\xfc\x3b\x0d\x25\xcd\x2f\x50\x1b\xb5\xcc\x78\xe3\xe0\x37\x29\xde\xc8\x06\x37\x9a\x21\x8c\x0f\xb3\x25\xa4\xdd\x55\xd3\x32\x64\xf3\x6c\xac\xc3\x62\xfd\x42\x22\x02\x36\x5e\xdb\x17\x01\x1b\x76\xdf\xa3\x66\x4a\x54\x69\xcc\x92\xa6\x24\x1f\x6d\x30\x48\x30\x60\xbf\x64\x5e\xd8\xaf\x5f\xb2\xdb\xaa\x7f\x66\x3a\x78\x98\xfd\xd5\xfc\x06\x70\xf0\x1a\x01\x52\xb1\x39\xcc\xd3\x31\x82\xdb\x10\x30\xb5\x9b\x70\x3d\xf0\x2b\x2e\x2b\x33\x67\xce\x26\xe6\xcc\x58\x0d\x4d\x31\x23\x54\xc3\x28\x41\x15\x98\xa8\xe2\x9d\x25\xa3\x60\xa8\x0a\x8e\x94\x8c\x0b\x54\x94\x4e\x5a\xf2\xb6\xae\xde\x52\x1b\x89\xcd\x9b\x01\x80\xa3\x5c\x13\xca\x88\x2f\x56\x22\x75\xc9\x48\xa0\x1b\x06\x18\x09\x74\x8e\x55\xcc\x14\xda\xb5\xb3\x72\x60\xfd\x69\x9d\xd8\x39\x50\xd1\x88\x7e\x83\x1a\x99\x8c\xde\x19\x61\x19\x56\xae\x73\xc0\xaa\x6b\x55\x73\xe0\x2d\x47\x12\x44\x72\x60\xd1\x35\xe1\x28\xe2\xbe\x26\x89\xb4\x39\x92\xef\x8b\x1d\xe4\xb8\xd6\x55\xb3\x44\x31\x06\x6b\xba\x79\x05\xf0\x36\x77\x49\x63\x90\x76\x5b\x46\x04\xef\xbb\x4d\x2e\x18\xdd\x05\xaa\xfc\x55\x8f\x09\x5a\xcd\xee\x91\x2c\x45\xdb\x31\x33\x47\xcf\xca\x49\x46\x24\x48\xb2\x5c\x9c\x91\x82\xf7\x82\x7a\x5d\x3e\xe2\x1e\x06\x4e\x27\xad\xcd\x94\xa3\x93\xdd\x17\x19\x51\x1d\x8e\xd9\xc9\x89\x88\x75\xff\x58\xeb\xec\xfe\xb0\x9d\x6c\x31\xc8\x94\xa2\x8d\x26\x56\x67\xd0\x51\x90\xf3\x2a\x53\x28\x08\x32\x35\xe1\x9f\xf9\x7f\x32\x82\x42\xaa\x69\x3f\x93\x9f\x78\x61\xa7\x50\x9d\x54\xda\xa0\x64\x46\x85\xbc\xc6\x67\xad\x71\x77\x70\x12\xa5\xee\x80\x39\x00\xaf\x1e\xb8\x2a\x06\x78\xad\x8a\x5e\x80\x94\xfd\x5a\x25\x58\xc5\x9d\x6f\x5d\x72\x21\x1f\xd6\xd9\x92\x0b\xf8\xb0\xbf\xa8\x54\x2d\x0c\xd5\x32\x40\xcb\x52\x9f\x97\xc5\x59\x22\x65\xae\x6b\xe2\x02\x0b\x81\x16\xaf\x95\xaf\x94\xcd\x4d\x1a\x15\xf6\x02\xf3\x95\xba\xe4\x0e\x3f\xa0\x91\xda\xbb\x0c\xe9\x70\xc9\x13\x85\x0d\x5a\x57\x47\x97\x8c\x9a\x0d\xe6\xf6\xb9\xd1\x95\xd7\xfc\x00\xb2\xd2\xab\x43\x50\xa7\x41\xa2\x5c\xeb\xc5\xa3\x94\xea\x59\xb7\x95\xbb\xab\x36\x39\x8f\x90\x40\x19\xb5\x7b\x1b\x77\x42\x2c\x00\x18\xee\x6b\xe7\x40\x5e\x52\xab\x19\xc3\x94\x5a\x61\xff\xfd\xb4\x29\x0a\x49\x30\xce\x9d\x30\xbb\x07\x96\x2c\xd8\xfc\xc2\x42\xb4\xd0\x84\xec\x38\x1f\xcb\x19\x85\x22\x1c\x51\x9c\x11\x7a\xe1\xe8\xee\xbc\x0a\x45\x48\xe0\xcb\x28\x14\x91\xcc\x8b\x3a\xc9\x45\xbf\xe3\xc6\x3c\x1b\x23\x51\x4d\x6b\x42\x20\xbc\xc0\xca\x6d\x0f\x5f\x1e\x2b\x20\xd5\x5f\x90\x9c\xbc\xef\x61\x97\xb6\x74\x93\x99\x8d\x66\x7f\x42\xde\x29\x90\x99\x66\x57\xb8\x85\xcc\xba\x19\xe1\x16\xd6\x28\x32\xa2\x2b\x7c\x0e\x66\x0a\xce\x06\x72\x95\x23\x35\x39\xed\x8d\x5b\x51\x88\xdc\x21\x1b\xf8\x60\x41\xb9\xef\x1c\x0c\xc2\x62\xa8\xee\x12\xf4\x63\xcc\xee\xe0\x66\xaf\x49\x2c\x4c\xbb\x07\xd6\x48\x35\x05\x4e\xd9\x3a\xdb\xb4\x9c\x8f\xc5\x71\xd5\xc5\x81\xd3\xd7\x87\x19\x2f\xc7\xf3\x61\xb9\x84\x61\x6f\x9a\x03\x93\x30\x75\xac\x0a\x14\x32\x04\xe7\x83\xba\x9a\x57\x0b\xc2\xf1\x70\xdc\x09\x0a\xc8\xbe\x39\xd2\xc1\x12\xfe\xa2\x87\x03\xf4\x62\x1e\x7c\x30\x08\x4c\xa2\x67\x86\x34\x1d\xdc\xe1\x14\xa6\x93\x2e\x7e\x2c\x19\x21\xce\x96\xd2\x32\x4b\x56\xbc\x36\xe2\xc9\x5d\xe2\x0e\x16\xfd\xb8\x07\xec\x64\x6f\xab\x93\x4b\x27\x10\x21\x7d\x07\x6f\xd4\x93\x27\xfa\xab\xc7\xb5\x34\xc2\x02\x2f\x75\xb0\x92\x9d\x2f\x76\xa9\x17\x6e\x5a\xa1\x3c\x06\x85\x57\xd3\xf0\x8d\x59\x19\x46\x58\x7e\xb3\x8f\xd7\x1b\xc6\x6e\xcb\x4d\x37\xc9\x29\xfd\x48\x0b\xca\x37\xb9\xa5\x99\x19\x25\x4f\xaf\x2b\x25\x4f\xd3\xda\xcd\x6b\x99\xcc\x6a\x58\xef\xe1\xb5\x8f\x1f\xa4\x59\x99\xbe\x57\xac\x84\x79\xcf\x32\x0a\x7b\x47\x50\x56\xf4\x42\x3f\x3c\xcd\x92\xbb\x24\x50\x6e\xf3\x28\xf2\x16\x41\x46\x9b\x2e\xf7\x28\x05\xc2\xa3\x43\x90\x0a\xe3\x17\x6c\xe2\x29\xbc\x8b\x5d\x58\x2d\x30\xf2\xaa\x66\x6e\x61\x59\xbe\x61\x93\x4f\x81\xb8\xd9\xbc\x03\xca\x46\x4b\x5c\xf7\x18\xe0\x6f\xe2\x7f\x85\x02\xa3\x88\xa9\x20\x40\xc1\xcc\xaa\x84\x05\x53\xd1\x03\x54\xcd\x17\xe3\x28\x91\x9c\x24\xf9\xc1\x5a\xda\xa6\x07\x3c\xfc\xe4\xcd\x2f\x94\xbd\x64\xa0\x2f\x28\x97\xa0\x4b\xc8\x4a\x41\x50\x6e\x96\x30\x57\x12\xa5\x70\x6d\xba\x42\x13\xe7\xf0\x0b\xd4\x03\xe4\xea\x28\xc8\xa6\x1a\x2f\xd4\xd2\xe6\x29\x6b\x5b\x41\x80\x80\x77\x40\x49\x34\x9e\x35\xbf\xb0\x48\xce\x6f\x50\x6d\x6e\x7e\x30\x97\x57\x55\xb3\x4b\xa1\x34\x66\x4c\xe7\x45\x72\x7e\x80\x04\x1c\x99\xec\x0b\x6d\x98\xb2\xab\x16\x54\x43\xd0\x55\x2c\xa5\xb0\x56\x96\x37\x76\xc9\x3c\xfd\x9a\x7b\xa4\x96\x6a\x4c\x22\xce\xf6\x85\x87\xbc\x80\x16\xea\x33\xab\x4b\x69\xb9\xcb\xc6\x13\x56\x83\x16\x32\x61\x69\x14\x05\x29\x58\x5d\x0c\xb0\x30\xaa\xc0\x26\x93\x52\x38\x66\x54\x1b\xdb\x40\x66\x1f\xdc\x4c\xde\xaa\x89\x7a\x95\x1f\xf0\x07\x35\xd0\x75\xa1\x2f\x2a\x96\xd7\xf4\xc2\x72\x04\x3e\x6b\x4a\xe5\xf2\x4a\x54\x2e\x10\x66\x1c\xf6\x56\x70\x4f\x97\xb5\xf3\xd2\x18\x2d\xd8\xfc\x02\x2e\x6a\x94\x60\x51\x98\xfa\x6f\xbf\x66\x81\x74\x63\xd7\x6e\xe9\x81\x88\xd2\xf2\x2f\x97\xbc\x89\x72\x8a\x3b\xd9\x26\xe4\x82\xbb\xba\x9a\x11\xd9\xe1\x2c\x0e\x7e\xbf\xe1\x7d\x4d\xaa\xd3\xef\x29\x8b\x1b\xae\x60\x0f\xc3\xb3\x46\x51\x2c\x3b\x08\x71\x05\x7b\xda\x36\x83\xcc\xbd\x6e\x02\xeb\x34\x5e\x49\x41\x28\x2c\xfe\xed\xd3\xad\xb0\x0c\x96\xad\x47\x85\xd9\xfb\x76\x9d\x96\x65\x27\x94\x16\x52\x58\xf8\xca\x7e\xcd\x82\x74\x7d\x1b\x5c\x0b\x0a\x5f\xd9\xed\x5e\x60\x27\x74\xf0\x69\x41\xf2\x53\x31\x11\xc3\x6e\x98\x8d\xc7\xc1\xa5\x11\xa2\x07\xc5\x04\x7d\xbf\x2f\x10\x35\xe0\xbe\x40\x14\xcc\x10\x6e\xba\x37\x1e\x64\x1b\xcb\x32\x65\xca\x36\xd9\x02\x18\x6e\x93\x8f\xad\xfd\xc8\x25\xc4\x9b\xe6\x1d\x81\x59\x70\x23\x96\x43\xe3\xcb\xbe\xcc\xa0\x1e\x9d\xf3\x51\x9b\x35\x36\xbd\xac\xc7\x5a\x03\x21\x80\x77\xd1\x4b\x56\x2b\x07\x0f\x33\xf3\xe4\x93\x32\xa8\xb9\x17\xd3\xa4\x1c\x3b\x58\x20\x43\xe4\xe0\x17\x0a\xda\x1a\xe2\x5c\x1b\xc8\x2f\x80\x18\x0d\xd4\xc9\x83\xa4\xfb\x01\x19\xa4\xd9\xdb\x49\x06\xe9\x1d\x03\x21\xa2\x3a\xc9\xa0\x2c\x9f\xba\x69\xe9\x5a\x5b\x46\x7d\x5c\x0b\x6e\x3f\x00\xdc\x32\x46\xa0\x26\x7e\x7e\x9d\x98\x17\xc5\xb5\xec\x31\xb0\xd1\x83\x3b\xe0\x46\x37\x75\x2e\xbb\x9c\x59\x24\xec\x72\x59\xf2\x58\xb9\x09\x94\x91\x89\x6a\x55\x76\x73\xe2\xf6\xfc\xec\x00\xbb\x72\x2f\xd4\xf8\x01\x05\x01\x1f\xcb\x37\xc5\x29\x1f\x0d\xcb\x65\x2d\x9d\xa0\x3c\xc4\xbf\x8f\x3c\x14\x8f\xca\xd1\x2f\xf0\x64\x37\x11\x20\xed\x48\x25\xad\x4b\x81\xb0\xa1\x4b\x0b\x4a\x41\xec\x64\x36\x63\x7f\xc8\xd0\xc4\x65\xeb\x12\x2e\x24\x7e\xe3\x92\xfe\x38\x24\x6d\xd7\x8d\xc7\xcd\xeb\x8b\xc5\x90\xaa\x1e\x20\x9e\x53\xc8\xaf\x4c\x97\x57\xf9\xe6\x52\x59\xee\xc9\xea\x3a\xeb\xeb\x36\x9f\x71\xb8\xa0\x20\x3b\xbc\xa4\x22\x8b\xc8\x22\x7d\x0d\xf4\xdb\x09\x28\xe4\xae\x5b\x96\xa8\xf4\x10\xdb\xef\x5d\x71\x43\xaf\x8a\x2c\x97\x8a\x9a\xae\xc5\xab\x53\x97\xa9\x48\x67\x62\x8d\xbc\xea\x5b\x40\xc7\xb5\x7c\xfe\x02\x14\xe2\x31\xd3\x9a\x84\xbe\x80\x7c\xe2\xd8\xf4\x3a\xe5\x93\xac\x6a\xf4\xa5\xb2\x9a\x93\x7d\xef\x15\xd7\xda\x3a\x0c\xa8\x32\xbe\xd1\xf6\x82\x0a\x53\x52\x7e\xf5\x48\x83\x97\x98\x68\x85\xfc\xa2\xd2\xd1\xa5\x26\x7a\x63\xaa\xbb\x64\x0d\x94\xe0\x2e\xe9\xa5\x1d\x9e\x06\xb7\xc6\x0b\x2a\xde\x0e\x2f\xd6\x55\xf3\x9a\xa8\x3e\xc9\x64\x34\x3a\xcb\x2b\xfc\xb2\x66\x1b\x15\x22\x4b\xb0\xcb\xbf\x2e\x99\xe5\xf5\xc5\xe0\x20\x7e\xe3\xe0\x03\xcd\x15\x57\xce\xb6\x57\x9f\x24\xa2\xea\x17\x48\xda\xee\x72\xc1\x2d\x7c\x23\x6b\x3c\x4b\xe5\xaa\x53\x64\x69\xce\x4e\xaa\x85\x07\xc4\xeb\x01\xef\x72\x17\x26\x0a\x55\x53\xa3\x9b\x99\x3c\x2f\xd4\x54\xae\xa0\xbe\xa0\x8d\xc8\x12\x47\x45\x55\x7a\xd5\x36\x2c\xb5\xae\x79\x8b\x50\x11\xa6\x68\xcf\x7f\xad\x20\xdc\xe4\xdf\xc1\xc9\x24\xb1\x56\x5e\x69\x30\x11\xf7\x83\x53\xa9\xd6\x85\x13\x01\x88\x9b\x52\x8b\xf8\x77\x45\x4c\x62\x70\xdc\x40\x45\xba\x77\xf1\x29\x58\x91\x8b\xe3\x63\xa8\xe2\x2e\xd4\xd7\x0c\x29\x11\x49\x98\xa8\x9d\x09\x15\x1e\xb2\x2f\xaa\xf6\x17\xa0\x6a\x49\x69\x15\x21\x88\x76\xca\x57\xa6\x7b\xbf\x16\x92\x12\x8e\xa4\x91\x4a\x6b\x8e\x43\x15\x2a\x62\x10\xdb\x1b\x28\xec\x55\x03\x8d\xa8\x41\xdb\xe3\x2b\xac\x31\x2f\x49\x10\xb7\x9b\xb4\x5a\xfc\x02\x44\x68\x8b\x6d\x75\x2c\xbc\xbb\x4b\x9e\x6b\x46\x14\xe3\x08\x6d\xb6\xaa\x3b\x31\xa3\x69\xe0\x12\x4f\x47\x0b\x55\x58\x63\x2c\xd8\xd7\x9d\xdc\xbf\xfa\x41\xe3\x3c\xb5\xf8\xfb\xc2\x8c\xdf\x18\x04\x42\xa8\xd9\x17\x6a\x34\x31\x8a\x19\xde\x46\xbc\x7c\xc0\x52\x4f\x65\x0d\x22\x0b\x56\xf5\xa0\x7b\xff\xf5\x06\x91\xa7\x2e\x0f\xae\x9f\xa0\x62\x51\x22\xdb\xbe\x2a\x8c\x25\x59\xe7\x5c\x3d\x6e\xe6\xd8\x08\x99\x27\x30\x63\x6c\x23\x7a\x30\xeb\x1c\xac\x30\x86\xe8\xba\xe8\x52\xe1\x58\xd4\xed\xc4\xa5\x9e\xeb\x82\x1b\x81\x00\x5b\x47\xf6\x21\x76\x72\x9b\x05\x8f\xb0\x23\x62\xd9\x3d\x12\x4f\x5e\x0c\xde\x5a\x61\x6b\x5b\x3d\xd7\x82\x6b\xda\x27\x2f\x71\x17\xee\xcf\xb5\xde\x7a\xe1\xda\xd8\xa7\xa6\x71\x71\x5a\xc2\xcb\xc5\x69\x68\x08\x84\x02\x66\x9f\x30\x30\xaf\xd8\xe7\x52\x2f\x72\x73\x43\x7d\xc1\x7e\x6c\x32\x46\xcd\x4e\xc7\x95\x56\xc6\x06\x3a\xfa\xa4\x42\xee\x79\x49\x78\xf5\xa2\x57\xc6\x6d\x5e\xe2\xe3\xa5\x81\x3f\xd2\xee\xfc\xca\xe8\x40\xdb\x3b\x2a\xe4\xa0\x61\xaa\xbd\xe9\xea\x0a\x7e\x40\x22\x35\x6a\x6f\x4a\x67\xcd\x7d\x92\x95\xcb\xd8\x55\x61\xa7\xc9\x3e\xf7\xe0\x11\xdc\xbc\x16\x4b\x50\xf2\xe1\x8c\xd8\x3e\xa7\xce\x56\x5c\x9f\xe2\x04\xc3\x4a\xb1\xc8\xc7\xe0\xc3\xa8\x65\x4d\x7b\x8a\x49\x71\x33\x85\x3e\xe0\x17\x3a\x09\xda\x06\x02\xd5\x59\xd3\x36\x94\x9a\x49\x6e\x63\x4b\x88\xa5\x35\x66\x5e\xdb\x14\xd1\x10\x66\x97\xb5\x95\xdb\x46\x80\xfc\xfb\xe2\x2f\x4d\x0f\xc0\xf7\xab\xdb\xa4\xc7\xe6\x1e\x20\xd9\x09\x27\x6d\x5d\x5a\xf0\x21\x9e\x16\x02\xd7\xde\x0f\x70\x28\x8b\xd5\xb7\x00\xea\x7b\x7d\x40\x1e\x28\x21\xb9\x51\xe8\x12\x52\x1b\x32\xb5\xb3\xa8\xaf\xa1\x00\xa6\xae\x88\x2a\x2d\xac\x65\x1c\x3f\x39\x8a\x70\xb9\x41\x72\x10\x5f\x8b\xdc\x2d\xa2\xf6\x86\x20\xba\x34\xc4\x05\x1a\x53\x56\x1c\xef\xd2\x22\xa3\xdb\x3d\xc5\x48\x88\xb5\x0c\x30\x3a\xb9\x2c\x48\x8b\x34\x4a\x08\xa9\xac\xd6\x6e\x5a\x6d\x71\xe7\x10\xee\x81\x68\xef\x86\x0a\x17\x2c\x04\xc3\x40\x21\xbe\xfb\x01\x8f\x58\xcf\x03\xa1\x79\x8e\x98\x6f\xc8\xda\x76\x1c\x5d\x4b\x0f\xc7\x14\x94\xb0\x10\xe9\xd2\xcd\xd2\xf2\x9a\xb7\xda\xcb\xe0\xa3\x36\x2e\xab\xef\xfe\xfe\x24\x04\x5a\x98\x4c\xd6\x65\x90\x28\x2a\x35\xf7\x00\x72\xf7\x24\x59\xfe\x52\x02\x5e\xa3\xb5\xc7\x2b\x5d\x16\x44\xc2\x5b\xa1\x1b\xc0\x6d\xf2\x42\xe9\x74\xad\x82\xf5\xbd\xda\xab\x07\x0d\x01\xf7\xda\x66\x6a\xac\x05\x3d\xfa\x77\xaa\x21\xfe\x9d\x67\xa1\xc4\xbd\x56\xc9\x66\xa4\x1b\x35\xc4\x94\x65\x2f\x4c\xa5\x4f\xdd\xbf\x93\x0d\x19\x6f\x2b\xc6\x4c\x16\x83\xc6\xe2\x94\xe9\x35\x28\xb9\xa3\x31\x8b\x28\xb3\x97\x3e\xd5\x58\x5e\xc7\x11\x89\x0d\x49\x1d\xd5\x95\x40\x1a\xeb\x4f\xba\xca\x54\x6b\x34\x84\x4a\xb3\x6c\x48\x66\x6e\x56\xe2\x5a\x63\xf8\xaa\xd8\x55\x63\x36\xb3\xa3\x46\x5a\xe3\x02\xea\x85\xbe\xc0\x10\xa0\xb8\x31\xbe\x4a\x50\x6d\x9d\x2a\xb5\xf4\xf4\x86\x3c\x8f\xdc\xfd\x01\xb1\x27\x5c\x20\x5b\xd9\x42\x40\xeb\x8b\xc8\x34\x24\x92\x89\xb3\x67\x31\x28\xf7\x49\x17\x69\x83\xa2\xa5\x44\xd7\x36\xc8\x24\xa5\x83\xb5\xb1\x50\xe3\x3e\x79\x2d\x9d\xb1\x39\xd6\xa8\x02\x8b\x4e\x31\x07\xab\x34\x0a\x59\x9e\xd7\xbe\x30\x21\xb8\x58\x32\xc7\x3c\x62\x67\xba\x89\x3f\x00\x2b\x97\x1e\xd8\x96\xd0\x25\x89\xbc\x2d\xa1\xcb\xb8\xdd\x09\x76\xf6\x27\x90\x4f\x65\x4b\x68\x3b\x3d\x79\x1e\x82\x3c\xc3\x63\x20\x5a\x4c\x17\xeb\x94\x76\x10\x97\x1a\x12\x49\xc5\x2f\xb5\xbe\x31\x38\xcb\x3e\xfd\x46\x09\xca\xcc\x9d\x12\x92\x14\xea\x86\x82\xe6\xba\xcb\xa7\xb4\xb3\x4d\x90\xcc\x11\x70\x59\xe4\x8b\x93\x22\xf4\xaa\x19\xf1\x34\xe3\x58\xb3\x69\x27\x6f\xce\xd0\x52\x9d\xf4\xfb\x7a\xc3\xd2\x46\x23\xc9\xa2\x5d\x14\xfb\x8d\x95\x8b\x20\x69\x48\xde\x09\x67\xe5\xb5\x4d\xe9\x25\x59\x4a\x6c\xd7\x9a\xb4\x26\x09\xe1\xa5\x59\x59\x6a\x90\x5e\x9c\x8b\xd4\xa6\xf0\x92\xca\x8f\x6e\xcf\x2b\xed\x26\xa5\x48\x34\x6e\xc8\x73\x28\xde\x33\x90\x6c\xaa\xa3\xf5\xd7\xed\x3b\x56\x39\xdb\x4d\x8a\xf6\x42\xde\x8b\x34\xb4\x0e\x37\x05\x30\xb3\x14\x56\x1c\xb7\xf6\x83\xeb\x0b\x63\x31\x75\x21\x36\xc9\xfe\x84\xf6\x90\xfc\x8c\x85\x29\xdb\xa4\x17\xd8\x90\x6d\x9c\xcd\xda\x1e\xb2\x13\xc3\xc0\x1a\x8b\xc6\x1a\xef\x47\xb4\x36\xd4\xe8\x91\x4a\xaf\x07\x3c\xd3\xc4\x6f\x70\x83\x62\x6a\x22\x97\xce\xbc\x04\x2d\x55\x47\x0a\xae\x2b\xa3\x96\x0e\x1f\x56\xcb\xaf\x07\xbc\x53\xc8\x5f\xa0\x04\x84\x24\xae\xce\x2a\xe3\x0e\x9e\xe8\x1b\x45\xf8\xe4\x37\xb8\xcb\xba\xda\x28\xbe\x2a\x0b\x42\x67\x26\x83\x23\x90\xfa\x32\x3b\x69\x53\xf4\x29\xf1\x44\x97\xf8\xea\x61\xa0\x07\xb7\xa9\x14\x48\xd3\xe9\x88\x69\x2a\x9b\x3b\x20\x01\x1a\xc8\x40\x76\x24\x4d\xa5\x47\x1e\x10\x22\xea\x8e\x5a\x34\xba\x33\xa3\x74\xa4\xdd\xea\x9a\x8e\xd2\x99\x66\x6b\x63\x59\x8f\xdc\x16\xd9\x6f\xd0\x50\xee\x17\xb8\x2d\x24\xbc\xe2\x36\xcb\x66\x29\xa8\xf3\x86\x7a\xb1\xf6\x9e\x70\x63\x84\xdf\x47\x6a\xc0\xcb\xc6\xd0\x51\xbb\xc6\xbe\xe8\x9e\x0a\xa2\xc5\x84\xc8\x44\xb1\xc9\x98\x65\xde\xac\x27\x89\x10\x25\x27\xf8\xf4\x25\xe2\x18\xd3\x19\x1b\x53\x02\x46\xcf\xc8\x57\x33\x56\x32\x47\x30\x1e\x33\x8b\xaf\x0b\xa4\xcc\xc5\x76\x07\xe4\x4f\x9e\xd4\x32\x0f\x0d\x77\x49\x91\xc4\x5d\x14\x0a\x9c\xd2\x22\xfb\x94\x72\x62\xf3\xac\x50\x3c\xc6\x99\x58\xbd\x64\xf8\x40\xd5\x63\xe1\x81\x26\xb5\xb5\x23\x36\xdf\x1b\xab\x17\x94\x2d\xa9\x1e\x11\x19\x14\x9e\x25\x42\xf3\x9d\x95\xd7\x19\x94\xf4\xfa\x7d\x81\xac\x59\x4e\x29\xaa\x35\x4f\x12\x85\x63\x54\x57\xba\xf4\xba\x38\x94\x7a\x64\xa0\xbd\x35\xe9\xce\x5b\x60\x1c\x5d\xd1\x2b\x93\xef\x35\x07\x14\x83\x51\x95\xda\xd2\x97\x50\xe4\x6d\x86\x08\xa4\xb2\xb9\x4d\x18\xd4\x01\x2c\x48\xb6\x28\xf5\xb6\x46\x14\x90\x0d\xbb\x2c\xf8\x05\x9e\xe9\xc9\x2f\x20\x8c\x77\xf8\x85\x85\x06\xcd\xaa\xaf\x4d\x25\xbc\xc0\xeb\x36\x9c\x94\xd4\x59\xbd\xc5\xbc\x00\x25\x05\xed\x5c\xea\x9d\x76\x12\x4f\x93\xe5\xb1\x1d\xa6\xd4\x79\xcd\xa7\x4d\x08\x7d\xb0\xba\xa8\xbe\x18\xe4\x68\xd2\xde\xfb\xa0\x91\xb3\xfa\x0d\xe4\x7a\x07\xf7\xd0\x09\xe5\x8f\x4c\x75\x7d\xa0\xe0\xa4\xd8\x7c\x5f\x06\x27\x43\x88\xcb\xfa\x2d\x8b\x76\x38\xc0\x7c\x22\xf7\x7d\xc1\xa3\x95\x41\xad\x94\x26\x03\x46\xdf\x17\x47\xd5\x0c\x58\x2b\xd0\x7a\x77\x67\x3d\x6b\x33\x02\x18\x8f\x8a\x14\xb0\xce\x5a\x81\xd6\xab\x3b\xc3\xdc\x25\x0e\xf7\x29\xc8\xa4\x62\xd6\x83\xc8\x9b\x62\xb4\x1f\xa4\x05\xbf\xbf\xa3\xad\x85\x3d\x08\x80\x40\x46\xed\x94\xe1\x54\xaf\x0e\x53\xd2\xe6\x63\x04\x61\x34\xd5\x73\x64\x48\xba\x23\x1d\x3a\xe3\x68\xac\xda\x77\x66\xa2\x3a\x48\xaa\xc3\x09\x56\xa4\x47\xf4\x13\x05\x3b\xcc\x7f\x59\xde\xda\x2e\xff\x7e\x92\x37\xb9\x7d\x82\x7d\xba\xcd\x95\xf3\x42\xc0\x05\xf6\x32\xf2\x76\xe6\x99\x5a\x08\xe8\xb0\x14\x15\xe3\xf1\x62\x3c\xae\x81\x82\xe9\xa8\x78\xf1\xaf\x15\x60\xac\x95\x40\xf1\x94\x17\xf9\x5c\x8b\x1a\xb4\xd8\x30\x36\x15\xc9\xef\xfd\xe2\xd2\x08\xea\x0b\x4b\x23\x49\xbb\x33\xd4\x3d\xbf\x7a\x3c\xf1\x82\x27\xc1\x73\xa8\xfa\x01\xa8\x25\x78\x44\x10\xa8\x14\x9f\x7e\x33\xa8\xc0\x93\x58\x12\x98\x57\x93\x4e\x37\x9b\x49\x3a\x9c\x6c\x25\xf9\x05\xae\x95\x86\x60\xb1\x40\xcb\x3a\xfd\xa6\x45\x4c\x88\x44\x6c\xfa\x8b\x20\x51\x12\xdb\x95\x0b\xfa\x4d\x18\x35\x49\x58\x9e\xaa\x99\xd7\xc3\x92\x6a\x9a\x03\xe2\x83\x5e\x47\xc0\x94\xd6\xd2\x66\xea\x82\xe1\xa9\xf8\x64\x44\x74\x90\xa5\xbb\xb1\x81\x7b\x6a\x0b\x8e\x0d\x49\xcc\xa2\x9d\xb1\xf1\xfd\xa1\x36\xb2\x7f\xb5\x6a\x63\x23\xf3\x94\xa8\x36\x36\x12\x9b\x70\x38\x60\x17\xb2\x44\x32\x90\xaf\xa9\x2b\x35\xcb\x08\xe4\x63\x32\xf3\x8c\x29\x15\xa5\x2e\xfb\xc4\x08\xeb\x8e\x49\xb5\x11\x23\x13\xfc\xfb\x40\x52\x45\x55\x7b\xc7\x4d\x44\x9a\x02\x5c\x6f\x25\xbb\xff\x13\x49\x49\x6e\x93\x6e\xb4\x06\x83\xb9\x97\x4e\x97\x1c\x71\xd1\x85\x66\x1d\x23\x72\xa2\x35\x24\x0c\x41\xc3\xa7\xd8\x88\x6b\x3b\xf8\x0b\x10\x4a\x76\x97\xe0\xcd\xd2\x56\x07\x2d\x43\xe9\xd5\xe5\xc0\x39\x28\x28\x23\x67\xa5\x59\xa3\xd6\xb3\xa9\x7f\xc0\x0e\x64\x3b\xfb\x58\x66\x20\x89\x86\x83\x19\x9a\x0e\x96\x1b\x89\x69\x0d\xea\x11\xee\xc1\xf2\xfa\x80\x32\xf4\xeb\x05\x58\xb3\x64\x36\x1d\x70\xf6\x15\x23\x1a\x62\x99\x6f\xb1\x2a\x23\x2d\x5a\x10\x5a\x12\x76\x64\xfe\x91\x3e\x34\x96\xd0\x26\x03\xca\xc8\x04\x48\x47\xfb\x40\xb9\x40\x1b\x79\x46\x5e\x77\xc4\x6b\x0a\xb0\x54\x95\x57\x0f\xf0\x1d\x15\xff\x0e\x6a\x2f\xee\x10\xf0\xbd\xda\x0f\x76\xa7\x56\x11\x1e\xbc\x22\xf9\x67\xc0\x2e\x65\xdb\xca\x58\x76\x29\x6d\xef\x51\x90\xce\x26\x26\x36\x20\xc2\x35\xaf\x2a\xea\x44\x3b\x52\x6e\x50\x82\x13\x6b\x1f\xb8\xc7\xaf\x14\x0f\x30\x48\x68\x86\x08\xfb\xb3\x78\x40\xee\x4f\x77\x80\xfc\x1f\x31\xa8\x41\x11\xcf\xc1\x0e\xa3\xd0\xa4\x24\x6b\xdf\xa8\x9c\xa3\x40\x66\xba\xa5\xe5\xff\x41\xa1\x4f\x82\xc9\xa8\x9c\xa3\x3b\xc0\x4d\x33\x12\x5b\x47\x05\xa3\x2f\xfe\x9e\x31\x97\x7e\x1f\x2c\xaa\xb8\xcd\xf4\x1e\xf7\x4f\x2d\xa8\xfb\x01\x18\xbf\x04\x9f\x51\xa9\xd3\x7a\x6f\x54\x5c\x73\xe1\xcd\x55\x17\x25\x69\x4e\x6d\xad\x93\xde\x40\xf6\xa5\x75\xbb\x01\xb7\xa4\x6b\xe5\x0d\xd4\x94\x2e\x12\x4c\x46\x5b\xeb\xe0\x1e\x17\x90\x82\xa1\x51\x21\x30\x29\x20\xb6\xcb\x05\xca\x46\xc7\x11\x2b\xd1\x65\x74\xa8\xb0\x06\x69\x8a\x90\xc9\xc7\xdd\x60\x2e\xa5\x57\xbe\xa3\x4e\xd7\xf0\xf7\xf4\xac\x9b\x35\x2f\x91\x52\x56\x9c\x81\x42\x28\xc5\x9c\x99\xc9\x97\x0e\x39\x18\x63\x9d\xf2\x9a\x15\x4a\xa1\x54\xb3\xda\x65\x42\xf3\xa0\x03\xd5\xe8\x0c\x34\x4d\x6a\xf6\x84\x8e\xc1\xea\x11\xfe\x60\x32\x63\xdd\x4a\x5c\xc6\x00\x4c\x32\x8a\x8e\x41\x72\x34\x7d\xa2\xda\x89\x8b\xe0\x8c\x1d\xa9\xeb\x3a\x81\xc7\x4e\x1d\x5a\x68\x5e\xe6\x32\x49\xef\x03\x52\xa7\x8b\x69\x0d\x56\xe8\xf3\xf9\xb3\x93\xfd\x0f\xf7\x40\xa5\xda\xf4\xb6\xaf\xf3\x40\x68\x60\xb9\x13\x47\x5a\x0c\x94\xa8\x2e\x12\xf2\xc6\xb1\xce\x03\xa1\xfe\x58\x50\xa9\xcf\x83\x81\xc6\xc2\xcb\x81\x04\x81\x57\x9b\xb7\xdf\xb9\xc7\x45\x4e\x7e\x30\x17\xcf\x0a\xea\x60\xb0\x95\x35\xd4\xc1\x4b\xff\xbb\x59\xc1\x12\x34\x87\x1f\x54\x40\xed\x36\x2d\x3b\x5e\x4d\x44\x68\x3b\x5f\x7e\x9c\x4b\x04\xd3\xb4\x4e\x4a\x37\x9a\xd5\x92\x34\xbd\x0b\x20\x58\x06\x7f\xb0\x8a\xee\xa9\xc7\x8b\xaa\xbf\xa7\x81\x32\xd4\x2e\x0e\x32\x20\x57\xba\xe8\xe5\xa0\xd0\x57\xfd\x3b\xf7\xbe\x59\xf2\xb2\xc9\x99\xea\x59\x52\xef\xc5\x8f\x90\x90\x18\x73\xfc\xd1\x21\x04\x13\x9b\x95\x1a\x5e\x34\xdd\x6c\x9e\x1d\x37\x39\x83\x66\x8c\xf2\x79\xcd\xd4\x74\x23\x21\xd3\x3b\x06\x51\x58\x69\x78\x15\x6e\x02\xfc\x7a\x83\xdc\x4a\x1a\xef\xa0\xb7\xd1\xbe\xe1\xc1\x0a\x7a\x8e\x03\x19\x2c\x1d\xe2\x38\x90\x81\xc0\x2d\xbb\x6c\x06\x6b\xe0\x39\xbc\x65\x30\x70\xcb\xbe\xe1\x01\x2b\x9d\x53\x90\x07\x02\xb3\x9c\x42\xbf\x6f\x1b\x7b\x88\x7a\x10\xb0\x32\x59\xed\x84\x80\x6b\x7f\x40\x11\xa8\xf8\x05\xf0\xf9\xe6\x17\x28\x3a\xea\x20\xd9\x97\xe8\x38\xfc\xe0\xe6\x98\x1f\xa0\x76\x5c\x42\xa2\xbb\x02\xcb\xce\x7b\xf6\x1c\x67\xb1\x87\x45\xf4\x5d\x0f\xd6\x7a\x55\x3d\x80\x12\xda\xfd\x05\x0e\xd0\xe6\x0f\x0e\xa6\xcf\x05\x3d\x00\xc5\x35\x77\xb0\x80\x32\x10\x10\xd9\x8d\x08\x38\x12\x2d\x24\xec\xcb\x4b\xa8\x13\x75\x8f\x6b\xb5\xfc\x00\x52\x80\x88\x7c\x5f\x26\x37\xd1\xc8\x4e\xe9\xd0\x31\x11\xb8\xbc\x3c\xd5\xe8\x1e\x58\xb5\x4d\x2c\x6a\x8f\x0b\x97\x7e\x80\x6d\x20\x39\x7d\x4f\x6b\x3d\x87\x1e\x20\x6b\xd6\x60\xc3\x0b\xe8\x48\xa1\x9d\x26\x32\xed\xd4\x1d\x69\x77\x76\x34\xed\x99\x51\x33\x3a\x33\xf7\x4c\xa0\x45\x62\x3b\x8a\x59\x58\x1a\xdb\x33\x6f\x88\x13\xcd\xed\xb4\x88\x39\x4a\x62\x67\xda\x9c\x6d\x1c\x7b\x41\xaa\x9e\x8e\x93\x9d\xe2\x8c\xe3\x09\x76\x0a\x27\x5e\xde\xba\x90\xaf\x69\x54\x86\x6a\x0c\x3f\x40\xf1\x45\xcf\xa3\xd2\x61\x16\xfd\x02\x28\xa4\x7b\x08\x10\x44\xf7\x07\x64\x41\x12\x0e\xf6\xe5\x72\x73\x97\x2c\xbd\x60\x4b\xfe\x4e\x69\xc1\xfe\xca\xbd\x51\x23\x37\xd5\xb5\x07\x64\x2a\xd4\x74\x5a\xd6\x74\x40\xec\xac\xde\x6b\x73\xf3\x3e\x16\xf2\x84\x7f\x54\xdb\xb5\xf9\x79\x67\xcc\xb4\xdd\x40\x3b\x0d\x46\x76\xba\xec\xf4\x7f\xd9\x2b\xb3\x0f\x4e\x5d\x60\x0e\x32\x33\xad\x28\xdc\x61\xcd\x16\xeb\x7d\xac\x79\xe8\x01\xbc\x5d\xcd\xf6\xe6\x7d\x27\x99\x48\x43\xdd\x77\xb2\x01\x59\x27\x76\x1a\x75\x6c\x55\xdc\x19\x79\xec\x28\x92\x9d\x09\x56\x56\xcb\xf7\x83\x39\xe6\xde\x1f\xc7\x62\x6f\xee\x74\x2d\x81\x26\xcf\x03\xd6\x21\x9e\xb8\xfe\x3f\x5b\x68\xdc\x51\x15\xb7\x0c\xff\x0e\xdd\xa0\xbb\x03\xa6\x0f\x7b\x03\xa1\x1c\x81\xcd\xe0\x3b\x82\x86\x8a\x4e\x8a\xfd\x5c\x4b\x28\xdc\xb0\xc4\x98\x35\xdb\x9d\x96\x9d\x1c\x7f\x14\xe1\xbd\xf3\x74\xf6\x06\x3d\xa1\xe7\x76\xb7\x51\x82\xda\x7b\x85\xd5\x08\x6c\x1c\xdb\x71\x47\x59\x35\x77\x85\x43\xcc\x41\x2b\x3b\x2d\x34\xc3\xbf\x13\x87\x3a\x49\xf7\x8b\xcb\xaf\x83\x69\xe7\x9d\xbb\x0e\x33\xd9\x61\x51\x19\xe6\xae\x74\x69\x99\x80\x56\x71\x00\xf3\x88\x9b\x30\x08\x46\x54\xa7\x2d\x3e\x12\x98\x90\xe5\xea\x30\x3b\x8f\x4f\x9b\xf0\x76\x3a\xb4\x6c\x6b\xdd\x9f\x35\x86\x3e\x61\x54\xb3\xab\xbd\xec\x88\xbe\x09\xb6\x6a\x1c\xdb\x9a\x47\xd3\x83\xc0\x37\xaa\x1e\x74\x76\xea\x07\xb8\xed\x42\xba\xe9\x01\x6f\x90\x1d\xde\xc7\x06\xf2\x12\xdb\x39\x10\xdc\x52\xb5\x7d\x0f\x1e\x54\xb6\xda\x1d\x81\xa6\x24\x49\x16\x07\x4e\xa6\x91\x5e\x6f\x5c\x7c\xa0\x37\xe2\x12\x14\x34\x08\x22\x56\xca\xeb\x05\xf2\xd3\xea\x17\x76\x40\x91\xd5\x86\xd1\xb7\xba\x4d\xde\x26\x9d\xe1\xa0\x2f\x47\x67\xf6\x01\xa3\x41\x15\x03\x38\x52\xe6\x34\x34\x64\xe2\x3c\xfd\x01\x77\x66\x74\x8f\x37\x5e\x10\x22\x33\xa9\x52\x20\x66\xea\x9f\xa2\xe3\x03\x17\x44\x55\xed\xf5\x03\xf9\x49\xbe\xc8\xe2\xc8\x6b\x67\xfb\x85\x45\xa6\xea\x92\x55\xfa\xfd\xc5\x54\xe3\x73\x15\x5d\x1f\x85\x4c\xcb\x30\x32\x32\x57\x32\xc0\x01\xb5\xbd\x8a\xee\x0f\x5c\xa6\x6a\xf7\xe4\x81\xeb\xf8\x9d\x2f\x70\x20\x19\xa9\x67\xf7\x87\x3b\x6b\x4d\x3c\x85\xba\xa1\x20\x5e\xc7\x5a\x74\x07\xc8\x87\x32\x92\x58\xf2\xc8\x68\xaf\xab\x38\xbc\xda\x04\x50\xeb\xc8\x38\xe0\xea\xf7\x49\xbe\xe2\x7e\x07\x94\x70\xdd\x94\x5f\x0e\x28\xdd\x3d\xfb\xf7\x05\x91\x70\xc8\x50\x14\x9b\xa9\x0f\xf8\x65\x7c\xcd\xd2\x81\xcc\x70\x5b\x2e\x0f\x54\x23\xb5\x65\xf1\x68\x04\x51\x53\x44\xa0\xaf\x6f\x0c\x2f\x07\x74\xee\xea\x55\x6b\xa0\x55\x83\xbc\xfc\x36\xcd\x10\x30\xa5\x45\xc6\xce\x03\xa1\xc0\xd5\x20\x76\x9e\x2c\x32\xf8\x1e\x48\x8e\x4a\xaf\x85\x41\x72\x54\x7d\xbd\x40\x72\x8e\xee\x12\xea\xa6\x78\xe4\xc1\xbb\xa1\xac\x8f\x1e\x08\x1e\x76\xed\x80\xa3\x23\x07\xff\xd5\xc6\x6d\x64\x92\x68\x8e\x4e\x9d\xaa\xf9\x85\x03\x36\x27\xe1\x09\x81\x2e\x2f\x46\xc3\x7b\x53\x9b\x41\xe4\xca\x48\x32\x38\x98\x4e\x25\x9e\x7b\x50\x89\xef\x72\xaf\x1e\x8c\x8c\xb1\x4f\xf8\x18\xf0\xaf\x9a\xd3\x0c\x5e\xf2\x16\x7f\x72\x37\x6b\x39\xe0\x66\xb2\xff\xff\x18\x2c\x20\xe9\x36\xca\xb7\x98\x33\x0e\x78\x1d\x5f\xf0\xa1\x6e\x9b\x37\x0b\x84\x8a\xd7\xba\x0f\xdc\xa5\x25\x0d\xff\x40\xc8\x8d\xa3\xa4\x0e\x88\x18\x55\x92\xed\xb1\xb3\x06\x9b\xde\xdf\x33\xde\xd7\x0a\xa1\xa4\x7f\xf7\x0a\xa0\x5a\x53\xf5\x12\x33\x53\xca\x9e\x88\x83\x16\x02\xbb\xfb\x0e\x58\x08\x1c\x9c\x7d\xec\x3c\x59\x65\x45\x3f\x68\x20\x30\x8b\x5a\x19\xe1\xfa\xe0\xa0\xe1\x52\x2b\x82\x62\x4b\xf6\x92\x1e\x48\xad\x4a\xaf\x36\xcd\x2a\xa6\x7d\xf8\xb1\x5c\x6b\xf4\x38\x78\x39\xb3\x01\xa0\x3e\xe0\xfd\x7b\x50\xd6\xce\xee\x12\x37\x1f\x4a\xdc\x39\x58\x40\x55\x16\xb0\x83\xf6\x04\x7b\x32\x0e\x78\xb2\x5e\x7c\xfb\xe4\x56\xd1\x32\x40\xbc\xb1\x67\xe3\x40\x41\x55\xa7\xec\x1d\x53\xda\x49\x4d\x32\xdb\x81\x54\xae\x6a\x2c\xa3\xe2\x7f\x35\xcb\x43\x41\x7f\x7b\x6b\x8e\x93\xab\xe0\x75\xe6\x9d\x57\x96\xdc\x8f\x25\xe0\xc8\xe8\x7e\x50\xc0\xf1\x0b\xb0\x36\x58\x06\x3c\x90\xd7\x65\xf3\xee\x81\x90\xa1\x6a\x1e\x77\x71\x1f\x18\x86\x6b\xad\x83\x26\x85\x3b\xaf\x1c\xb9\x70\x20\xf1\xeb\x75\xfa\xc1\x27\x65\x83\xf2\x01\x97\x94\xeb\xec\x1c\xbc\xf2\x4a\xda\xc9\xc1\xea\x4b\x2e\x3e\x76\xdc\x14\x2a\xdd\xc6\x79\xeb\x65\x82\x43\xaa\x1a\x42\x38\xa4\x5c\xf8\xe7\x80\x3c\xe5\x40\xe1\xe3\x46\xf9\x3e\x69\x96\xc7\xdd\xbf\xbf\x8a\x93\x58\x0e\x04\x0c\x95\xd7\x78\x10\x63\xe4\x1b\x3f\xe0\xbf\xda\xec\x00\x3d\xa6\xfc\x95\x5e\x47\xe3\xbd\x16\x41\x28\x78\xb8\x08\x1a\x91\x29\xee\x76\x49\x1d\xa8\x83\x6a\x93\xcf\xb1\x8c\x19\xd9\x0f\x50\x9a\xd7\x42\xca\xc3\x39\x79\x84\x0e\x9b\x91\x70\x80\x2a\xa8\xf1\xf5\xfd\xc5\x11\x85\x14\xc4\x17\xf9\xde\xc3\x03\xb6\x0e\x47\xd8\x9d\xa8\x7a\x6a\x8b\xf4\x89\xf2\x4a\xae\x0c\x74\xc2\xd4\xd1\x8a\xe6\x74\x6e\x60\x31\xc3\x6d\xac\x82\x8e\x95\x13\xc1\x45\xce\x17\x38\x37\x5e\x49\x59\xd4\xa6\x73\x27\xaa\x7d\xc0\x4b\xe8\x01\xb9\x7b\x8b\x3b\xbc\x30\x80\x3b\xbc\x11\xff\x14\xd4\xc6\x0d\x54\xe2\x50\x27\x82\xb1\x6d\x6a\x39\x57\x7d\x25\xad\xeb\x89\x60\x6c\x33\xd1\x13\x5e\xb9\xac\xab\x78\xcb\x39\xe5\xd5\xd8\x36\xf7\x40\x8b\x92\xd4\x9d\x13\xf2\x6a\xf2\x31\x73\xc2\x0f\x67\xb3\xc7\x89\xbb\x57\xcd\x45\xcf\xe5\x66\x13\x57\x3c\x23\x28\x25\x97\x9f\x9c\x3a\x67\xc4\x46\x90\xb7\xea\x5c\x56\x96\xe6\x07\xb0\x97\x8b\x5f\x9d\x91\x27\xb5\xf6\xe2\x89\xdb\x55\x7d\x5d\xeb\xc9\x60\x6c\xfb\x42\x4f\x56\x08\xf0\xd9\x7d\xb2\x42\x80\xe3\x96\x4f\x46\x67\x3b\x0e\xf9\xa4\xd9\xe5\xd5\xe6\xe1\xec\x95\x4f\xd4\x2c\x74\xfa\x9d\xf0\xc2\x59\x4b\x3f\x59\x44\xe0\xb5\x74\xbc\x82\xf5\xb5\x76\x2c\x1a\xe0\xd0\xe5\x33\xb1\xea\xaf\x26\x86\x22\x01\x76\xe4\x9d\x09\xc5\xba\x8c\x19\x94\x08\xb0\x56\x7f\x4e\x09\x3c\x59\xd1\x38\x59\x05\x55\x87\xc9\x99\xd7\x7d\x51\x6a\x53\xb2\x13\x66\x33\xef\xac\xd2\x1c\x51\xe4\xd4\xf1\x5d\x27\x8a\x9a\xea\xce\xfd\x72\x22\x5e\xdc\xa9\xfb\x27\x52\xed\x1c\x49\x7d\xa2\x1a\x80\x8b\x8b\x9d\xf0\xca\xd9\x4b\x77\x22\x5a\xbc\x1a\x21\xf0\xca\xf9\x38\x3e\xe1\x95\xd3\xa5\xff\xe5\x2c\xa0\x6d\xaf\x41\x81\xb8\x63\xd2\x5e\x4e\x35\x03\x50\x78\x7a\x9a\x74\xcb\xf1\xfd\xd5\xec\x17\x39\xcb\x5a\x77\x81\x08\x81\xdd\xaa\xfd\x49\xaf\x9a\xbd\xdc\x67\x45\xfd\x0a\x9d\xc7\x27\x8a\x09\x38\x50\xf3\xac\xf1\xfb\xab\x55\xe9\xda\xe7\xb2\x5b\x49\xbb\x3f\x11\x9f\xde\x4c\x37\xb8\x7f\x60\xbc\x06\xa0\xba\xd8\xfd\xe0\xc4\xac\x45\x25\x0c\xa4\xb2\xc1\xee\xac\x44\xab\x7b\xc4\xb2\x9b\x6c\x1a\x15\x69\x33\x19\xc6\x96\x9b\xfa\x51\xba\x49\x17\x84\x97\x13\x81\x55\x55\x36\xac\x13\x66\xaf\xda\xbd\xd0\xcb\xec\x65\xc6\xba\x44\x78\x2f\x55\xe3\x21\xef\x3e\x3b\xd9\x8c\x3b\x65\x32\x5e\xf1\x86\xe9\xb4\x4a\x88\xdd\x9f\xa8\xa5\x54\x75\xa4\x9d\x9d\x91\xc1\x46\xd5\x40\xee\xad\xb9\x2b\x2e\x04\xa8\xb2\x48\x9d\x83\x5b\xd0\x3d\x20\x5b\xaf\x56\x7f\xb0\xa0\xf4\x17\x6b\x08\x41\xc9\xd2\x48\x3e\x47\x4f\xde\xd4\x6f\x5e\xb7\xec\x62\x26\xda\x9d\x52\xba\xcf\x00\x16\xed\x37\x37\xda\x69\x20\x30\xd9\xef\xbc\x46\x4d\xf3\x46\x38\x95\x3d\x11\xe7\x4e\xf4\x7b\xfd\x76\xfa\xde\xb4\xc0\xf0\x84\x35\x4f\x8b\x77\x55\xd9\x53\x7b\x1e\x01\xe7\xa4\x3e\x38\x16\x62\xf4\x05\xe5\x5a\xe3\x81\x97\x57\xd9\x30\x77\x2e\xc3\x9c\x89\xec\x20\xcd\xb8\x0d\x29\x50\xf6\x85\x13\x86\xbb\xf2\xea\x91\x7e\x31\x4d\xf2\xe0\x1c\x0c\x22\x17\xdb\xbf\x83\xa8\xa5\x13\x9e\x08\xa6\xaa\x32\x1e\x9c\x94\x3a\xcd\xab\x58\x40\xc0\x9e\xdd\xf3\x24\x8f\xef\x3f\x72\x0f\x9d\xbc\x56\xb5\xfb\xdc\x5c\x0e\x2d\x89\xc1\xe7\xb5\x08\x58\x48\x44\x5c\x53\x6d\xfe\x62\xed\x4b\x81\x88\xa0\x71\x97\x04\x3c\x79\x0b\xaa\x24\xae\xf3\x5e\x8a\xb2\x7a\x40\x82\x9b\xe3\x24\xce\x9b\x23\x68\x11\x6e\x28\xce\xe6\x0c\xa8\x4a\x54\xcd\x4a\x6e\x1e\x52\x46\xea\x8d\x0a\xfd\xa6\xb4\x29\xc2\xa5\x17\x83\xe5\xfd\x4c\x76\xd2\x9e\x0f\x92\x65\xbc\xc3\xa6\x84\x96\x7c\x87\xf7\x89\xa8\xa3\x6a\xce\xf1\x1c\x88\xb0\x14\x04\x0f\x21\xfa\xe0\xe8\xda\x68\xc8\x12\x3f\xbd\x36\x4a\xe2\xa2\x8b\x8b\x57\x24\x05\x7f\x01\xba\x10\x0e\xae\x8d\xb6\x80\xec\x17\x56\xe0\xc3\xa7\xcd\x94\xff\x22\x5a\xbe\xe0\x5b\xaa\x52\x88\xae\xe5\x5b\x12\x69\x5e\xa8\x09\x50\xbb\x7b\x00\x69\xe9\x58\xbb\x56\x9c\x52\x51\x1b\xa4\x26\x4a\xb8\x10\xb7\xe4\xcb\x2a\x2f\x44\x7b\xfb\x06\xde\x0b\x9e\xa8\x3a\x3c\x1e\xa7\xa4\x19\x04\x6e\xcf\xea\x07\x38\x07\xa5\x45\x5e\x71\x4d\x49\x53\xa0\x8c\x24\x8b\xf0\xc5\x7b\x47\x6d\x4a\xbb\x56\x98\xd2\xab\x0b\x66\x14\x78\xd0\x88\x3c\x8d\xec\x2f\x18\x31\xe3\xdf\xe9\x86\xd0\x8e\xbf\x12\xc5\x7b\xed\xf0\x0b\x16\xc1\xe1\x54\xa0\x2b\xad\x2d\x27\xb0\xd2\xda\x01\x5a\x0a\x46\xfe\xd8\xb2\x73\xe1\x8e\x78\xab\x7e\x57\xe6\xe9\xe8\xc5\xca\x0b\x6e\x8d\xca\x9b\x41\x1d\x05\x76\x2d\x6f\x94\x76\xfe\xc5\xa2\x44\x76\x14\x5f\x08\xe9\x76\xa5\xf3\x0b\x45\x8a\x7c\x24\x5f\x14\x43\x64\x8a\xbe\xa6\xd8\x91\x86\x69\xb4\x50\x63\x6e\x7e\x01\xe8\x97\x2d\xfb\x62\x30\x50\xf6\x07\x94\xec\x9a\x5f\xa0\x20\x92\xdc\x03\x40\xd0\x3e\xbb\x2a\x91\xeb\x05\xac\x8b\x48\x35\x6f\x56\x89\xb4\xdc\x70\xa1\xe6\xa3\xcd\x6e\x57\xe5\x71\x69\xdc\x52\x4e\x18\x7e\x01\x11\x43\x52\xa2\x2f\x04\xcf\x6c\x46\xf5\x12\x0b\x0c\x35\x0d\x7b\xda\xcc\x17\xc5\x02\x59\xba\x2f\x96\x11\x77\x8a\xd4\xc5\x22\x46\x4e\x16\xba\x56\xd1\x22\x9d\xe9\x17\x0a\x8b\x9b\xe5\x5d\xcc\x16\x73\x12\xd5\x85\x12\x8d\x8e\xaf\xbe\x50\xa4\xc8\xd5\x6d\xae\x25\x25\x34\x7f\x40\x91\xce\xbb\x11\x55\x89\x7c\x5f\xee\x45\xa9\xc1\x78\x43\x41\x45\x57\xa5\xbf\x06\x19\xbb\xb7\xe7\x72\xa7\x79\x71\x06\x37\x93\x37\x34\xa3\x65\x5e\xbb\x6b\xf0\x08\x7f\x0d\x42\xa1\xcd\x3c\x81\x57\xb0\xbf\xf6\x1f\xe2\x63\xa6\xea\xf9\x83\xd3\xe8\x1a\x0b\xb1\x9a\xf5\x4e\x6d\xc3\x34\xbc\x13\xb1\x6e\xd3\x27\x25\x21\xe2\xda\xb9\x6f\x24\xdc\x5f\xfb\x82\x48\x88\x40\x01\x45\x2b\x82\x17\x62\xb2\x7d\x5b\xc6\xc5\xba\x41\xf6\x8f\x5e\x70\xdf\x15\x3b\xcc\x2f\xd6\x1a\xb7\x23\xf8\x3a\xb8\x7a\x02\x02\x51\xd8\x9b\xac\xd7\x17\x0e\xf9\x16\xdc\x23\x91\xa2\x69\x9e\x6b\x29\xd4\xc1\x49\x3b\x8d\xb9\x3d\x8c\x4b\x4d\xfa\xf1\x75\x32\x58\xaa\xf8\x01\xac\xac\x3e\x0d\x70\x35\x4f\x93\x4e\x75\x9d\x3c\x23\xbd\xfc\x17\xec\x65\x26\x59\x56\x11\xb2\xfd\xeb\xba\x80\x6a\x4f\x02\x11\xd3\x2d\xf8\xf7\x8a\xb6\xb0\xc2\xf4\x33\x8b\xa5\xd7\xc5\xa4\x3b\xf3\x8f\x8b\xee\x59\x13\x18\xae\x9b\xf4\xa5\x46\x17\xac\x4d\xaf\xa5\xb8\x58\x8f\x5c\x68\x59\xee\x39\xb3\x30\xb8\xe7\xec\x6f\xbf\x10\xef\x9c\x5c\x7e\xf0\x42\x72\xbd\xaf\xfc\xbe\xee\xb5\x74\x1a\x02\x0e\xbc\x61\x8a\xbe\x59\x0a\x50\x68\x61\x46\x9a\x89\x01\xb2\x8a\xa5\x9f\x8b\x55\x8a\xec\x76\xbd\x6e\xce\xc9\x6d\x04\xd8\x1b\x82\x75\x77\xba\x06\x78\x88\x66\xb7\x51\x80\xd6\x33\x98\xb2\x4a\xb2\xe5\xf4\xc2\xa5\x3a\xce\x1c\xbb\x1e\x02\xe8\xdf\x17\xd6\x35\xc3\x67\x31\x65\x7f\x41\x1b\x9f\x47\xb8\x10\xaf\x28\x88\x1f\x56\x69\x31\x44\xac\x87\xac\x75\xbc\x97\x77\x51\x2c\xf7\x86\x7d\xc9\xd9\x6b\x37\xb2\xfb\x1d\xa4\x7d\xe3\x7e\x48\xc7\x49\xdc\x1b\x65\x4a\xb1\x8d\x1b\xd2\x4f\x8b\xee\x00\xd4\x2c\xc6\x73\x6f\x54\x58\xc4\x07\x6e\x08\x3b\x2d\xba\xbd\xb8\x5b\xd7\x03\xde\xb4\xad\x1e\x50\xe0\xe8\x95\xdd\x76\x43\x7a\x69\x52\xa2\x6f\x48\x2f\x8e\x6c\xbd\x03\x41\xd2\xa4\xa7\xf4\x92\x36\x11\xca\xbd\xaa\x6f\x8b\x98\x6f\xe6\xdf\x9b\xdc\x6f\x5c\x4a\x63\x0f\xe9\xcd\xfb\x1d\x9d\xe6\x7a\x47\x44\x9f\x05\xbf\x30\x67\x69\x5d\xe2\x46\x48\xf4\x2b\x9f\xee\x46\xf1\x6c\xdf\xe9\x77\xc3\x18\x63\x87\xf7\xcd\x3b\x6a\x9c\xd5\x7a\x27\x5c\xaf\xb8\xf9\x85\xc2\x17\xd4\x63\xc2\xcd\x0e\xa2\xa6\x3b\xc1\x57\xd1\x3d\x02\x6d\xd4\x5e\x29\x78\x37\x6d\x4b\xb9\xe1\xcc\x6c\x32\x3d\xdc\xb8\xc0\xb1\xc9\xb6\x73\x67\xdc\x54\x6d\x90\x33\x58\xa5\xce\xd2\x9b\x89\x6a\x76\xd2\xdf\xcb\xfb\xa9\x3d\x7e\x67\x68\x79\xa6\x0d\x88\x31\xce\xac\xbd\x71\x81\x63\x93\x18\x73\xc3\x3a\xe2\xec\xfe\xbb\x50\xf4\x1e\x3f\x32\xcb\xdd\x85\xf0\x09\x83\x65\xd1\x8d\xe0\x2b\xf4\x62\x67\x3f\xa0\x6d\xd3\xa4\x57\x58\xc8\xa6\x18\xa2\x07\x7d\xea\x8b\x29\x05\x25\x87\xda\xde\x88\xf9\x69\x12\x1f\xef\x8a\xed\xe3\x0e\x2b\x67\x28\x8c\xd4\x45\x48\xfe\x80\x86\x3e\xc9\x3c\x77\x5b\xb4\xa8\x65\xc2\xd5\x8a\xaf\x75\x6e\x1c\xc2\x6d\x70\x19\xd3\x6a\xe3\x01\x24\xf5\xe3\xc6\xf5\x2c\x76\x82\xdd\x08\x20\xb6\x87\xf9\x86\x73\xd3\x55\x18\x6f\xe4\xe0\x8f\xcd\xbf\x23\x69\xa1\xbb\xbf\x0b\x4e\x2c\xbf\x7f\x63\xc7\xfb\x77\xe0\xcc\x94\xdc\xe9\x58\x90\x3c\x7c\x4f\x99\x2b\x6d\x9b\xdb\x10\xb1\x74\x7c\xdd\x28\x9b\xe4\x68\xae\x7b\x4a\x58\xc9\xee\xa0\xbb\xd3\xba\x2b\x24\xf7\xb5\xae\x7e\x80\x13\xd3\x41\x4f\x77\x87\x4d\xda\xcb\x04\xaf\xe3\xa6\xa3\xe1\x1e\xac\xe3\xae\x11\x07\x62\xe1\xcd\xa3\x28\x2c\x6d\xee\x90\x37\xbb\x74\x77\x48\x8f\x91\xda\x48\xc5\xf7\x3d\xf3\xf7\x1e\x09\x91\x90\x02\xcf\xe0\xeb\x62\xdd\x7b\x87\xb9\xc2\x51\x1b\xf7\x0e\x45\x56\x9a\xf0\x8d\xe8\xe2\xcd\xa4\xb5\x2f\xf2\x16\xde\x61\x74\x79\x25\x86\xde\x3b\x2f\x99\xd5\x42\xd1\xbb\xf8\x62\x6b\x3b\x18\xa3\x0e\xa0\x1b\x46\x97\xf0\xda\x31\x2b\x98\x58\xc7\xf8\x0d\xa3\x8a\x9d\x46\xf7\x01\xef\x82\x59\x2d\xbd\x85\xe6\xfe\x47\x07\xed\xf8\xfd\x41\x10\x34\xed\x83\x0a\x98\x84\xbe\x1b\xb7\x25\x5a\x0f\xb9\x51\x87\xb1\x39\x54\xe8\x46\x7d\xa3\xe6\x0d\x03\xf9\x6a\xf3\xb6\x3f\x21\xc1\x15\xb7\x71\x66\x3a\xd4\xfc\x46\x8e\x5a\x70\xda\xe6\x7d\x2e\x72\x71\x97\xa4\x60\x21\xf2\xe2\x6a\x0a\xd3\x0c\x25\x76\xbc\xd5\x4d\xd3\x8b\xa3\x91\xee\x6b\xc5\xfe\xa9\x0d\x89\xcb\x14\x7a\x2d\x3c\x08\x86\x6b\x01\xe5\x31\x20\x05\x1a\x2f\xd7\x02\xd2\x40\xe1\x8a\x56\x7f\x80\x02\xd4\x36\x70\xde\x37\xce\x59\x59\x4e\x6e\xb8\xef\x9a\xcc\x82\x37\xe2\xa1\x6c\xc3\xbb\x79\x75\xa1\x5d\x94\x37\xf2\xc7\x5e\x77\x3d\xdf\x37\x64\x61\xef\x12\xb8\xd7\x7c\xdb\xc3\xfd\x70\x44\x75\x00\xef\x9a\x0b\xf2\xdf\x0f\x98\xa1\xec\xa9\x37\x82\xa1\xec\x4d\xbf\x99\x40\x66\x46\xf5\x60\xa5\xab\xdb\xcc\x5c\xf5\x14\x90\xee\xdf\x9b\x5f\x80\x35\xdf\x5b\xe4\x41\x15\x05\xcf\x88\xde\x38\x07\xfc\xdc\x28\x09\xd9\xaa\x3b\xa4\xfb\xe1\xd3\x7e\x36\xda\xd8\x7e\x76\x1b\xc4\x03\xdf\x9d\xdd\xca\xcf\x46\x4f\x97\xb6\xf0\xb3\x01\x21\x92\xf4\x1f\x94\x4e\xda\x74\xda\x3c\xf0\xd5\xbd\x2e\xc0\x7c\x50\x4b\xe9\x95\x30\xfc\x30\xf6\xcb\x11\x48\x0f\x22\x9b\xed\xda\x7e\x70\x7b\x8a\xb9\xc8\x43\xf1\x4c\x26\x91\x07\xb1\x60\xdb\xf0\xef\x93\xcc\x1c\xec\xff\xb0\x1a\xb6\x43\xd8\x1e\xb8\xf3\x5c\x0b\xec\x41\x35\x6c\xd7\x64\x78\x28\xce\xc9\xa2\xf2\x30\x0c\xda\x73\x0e\x48\xf2\xdf\xfc\x3d\x42\xe0\x25\xf7\x3f\x08\x46\x73\x35\xb2\x07\x37\x20\x5a\xc5\x7f\x02\x4f\x2f\x01\xb8\x2e\x40\xd4\x56\x7b\x50\xa9\x60\x14\x0f\x70\x13\x45\x86\xe8\x01\x59\x69\x46\x31\x40\x7d\xd2\xef\x71\x6d\x5e\x0d\x11\x69\x0f\x2f\x7e\x40\x66\xed\x65\xc0\x05\xe1\xf6\x37\x3e\xac\x5c\x20\xc6\xfa\xac\x8a\xdf\x9a\x54\x24\xaf\x96\xa0\xfe\xe0\x32\x16\xe7\xa6\x3c\x11\xbb\xbd\x79\x00\xee\xf6\xe0\x11\xc0\x92\x64\x6c\x79\x18\x43\xfd\x02\x9a\xce\x3c\x09\xc1\x4f\x42\xb2\x8a\xf8\xc7\x93\xe8\xc9\xd6\xac\xe1\xca\x7b\xa5\xa8\x3e\x48\xb1\xb3\x7e\xfe\x20\xc5\xae\x35\xb7\x91\xea\x6b\x69\xee\x41\x3d\xcd\x57\x86\xf2\x03\x67\x9f\x6d\x0e\x4f\xa2\x21\x54\x0c\xe3\x41\x3d\xf0\x91\x3d\x24\x43\x10\x8c\x16\xb8\xfb\x5e\x49\xd2\x0f\xfc\x7d\xce\x51\x7d\xf2\x5a\x09\x75\x91\x71\x3b\xbc\xc9\x87\x05\xa2\x1c\x50\xf7\x64\x4e\x43\x40\xc1\xf6\x66\x87\xfa\x03\x53\x9b\xf3\x29\x9f\xbc\x0e\x24\xbf\x00\x1e\x61\x82\x2f\x0b\x46\x61\xba\x10\x46\xa1\xa1\xcc\x13\xcc\x97\xc5\x3f\xbc\xc6\xd0\x51\x3f\xcf\x12\x4c\xa5\xc0\x3c\x05\xd4\xd0\xdd\x26\xe7\x35\x66\x61\x8c\x6b\xd5\x30\x80\x5c\x64\x8e\x7d\x2a\xa9\xc1\x78\x43\xcd\x29\xc7\x70\x3f\xb8\xd2\xc5\xf9\xf8\x0f\x7c\x7c\xcd\x61\x84\x0f\xa2\xf8\x5e\x59\xd5\x0f\x53\xe9\xc6\xf0\x18\xd0\x04\xbb\xbf\x80\x79\xb6\xb8\xcd\x3b\x15\x34\x4b\xd4\x9c\xb2\xa6\xf9\xa0\xba\xc2\xe6\x85\xa9\x10\x99\xbc\xf6\x15\x73\x32\xda\x98\x39\xf7\xc2\x33\x24\x63\xfb\xe7\x9e\xc6\xdb\xc1\x04\x20\x04\xe5\xe6\x6b\xfb\x1f\x58\x07\x9b\xe9\x11\xf7\xbb\xf8\xa6\xa8\x87\xe5\x19\x1c\x61\xf7\x34\x84\x32\x49\x7d\x7e\xda\xce\x17\xdc\x03\x28\x3c\xfb\x83\x45\xe1\x5a\xa8\x46\xe6\x63\xf6\x49\x61\x58\x02\xd0\x03\x61\xd8\xf9\x34\x0f\xaa\x55\x39\x5c\xe3\xa1\xf9\x51\x0a\xc6\xd3\x39\x87\xf6\xa3\x03\x08\x21\x83\xdd\x3c\x81\x11\x83\xe6\xdd\x34\x55\x4a\x61\x7b\x50\xf8\xaa\x0d\x03\x33\x48\x04\x9a\x1f\xaa\x8d\x36\x9f\x16\xb0\x5c\x0e\xaf\x39\x2f\x3c\x97\x98\xf3\x20\x40\x30\x38\x73\xfe\x81\x03\xb4\x39\x1a\xf4\x41\xaa\x80\xa3\x96\x1e\x38\x40\x9b\x94\xd4\x07\x99\x03\x21\xbb\x9d\x70\xed\xa9\x3a\x64\xe2\x80\x23\xe4\x1e\x88\xea\xbe\x01\xed\x19\x9c\x93\x3f\xc0\xde\x1a\x1e\xf0\xe4\x1c\xfd\x60\xc1\x2c\x2c\xa1\xba\xba\x6d\x26\x0f\x65\x79\x13\x32\xfc\xa9\xae\xfa\xf8\xec\x8b\xee\xd4\xe3\xbe\xf6\x92\xbf\xe0\x31\x6e\xb4\xec\x04\x52\x43\xee\x03\xaa\xb6\x7f\x87\x86\xb3\xb9\x47\x32\x04\xe9\xee\xcf\xce\x28\x00\x1f\xb3\x3b\x76\xcf\xf0\x0b\x0c\xac\x70\xfb\x21\x08\x1a\x12\xe5\x29\x1c\x2c\xfa\x1c\x38\xa7\x4d\x98\x90\xf4\x93\x8b\x26\x3c\x07\xf7\xbb\x56\xe6\x58\x5c\x4c\x43\x20\x10\x30\x78\xa9\x61\x3a\xf5\xc5\xc3\x0f\x44\x7d\x87\x63\x3f\x30\x9d\xda\x0d\xfd\x9c\x44\x9b\xcc\x03\x0f\xc2\xf8\x6c\x90\x7e\xce\xc5\xdb\xfd\x80\x1b\x58\x06\x84\x87\xb5\x4e\x1d\x35\xf7\x40\xf8\x6f\xf6\x41\x3c\x34\xb6\x76\xb7\x2f\x04\xa5\xa9\x07\x08\xea\xbe\xcf\xf5\x81\x0f\xd5\x35\x40\x1f\xe4\x1d\xa4\x57\xfb\xc2\xfb\x02\xe9\x42\xa4\x91\x44\xd4\x07\x52\xb9\x75\xdb\x07\x1e\xd5\x57\x95\x85\x87\x75\x1e\x1c\x5b\xfc\x20\xac\xce\xd7\xcf\x3d\xf7\x9a\xa4\xf0\x76\xaf\x49\xfa\x0d\xda\x10\xcc\x09\x6f\xca\xc1\x5a\x19\xde\x18\x5e\x92\x5f\xb8\xd8\x85\x70\x0f\x51\xbe\x7b\x2d\x20\xca\x3b\xe3\xf7\x61\xda\x9f\xc3\xce\x1e\x5e\x06\xe3\xd0\xd5\x07\x91\x72\x0e\xce\x7b\x78\x39\x8c\x43\x9a\x1e\x48\xf3\xbe\x1c\xeb\x79\xc8\x5c\x65\x77\x78\xa6\xf4\x9e\xfb\xab\x07\xee\x54\x4f\x9c\x95\x4a\x7d\x00\xa0\x52\xa9\xae\x11\xa8\x1b\x2b\x8f\xea\xea\xa2\xba\xb1\xfa\xba\x42\x61\xea\xb6\x5c\xb3\xd5\x0f\xe6\x5e\x57\x16\x7d\xdd\x70\xf7\x8b\x22\xb7\xea\x86\x8a\x11\xaa\x29\x5c\xb7\x00\xf6\x54\x34\x24\x2f\xf8\x56\x85\x87\xba\x05\x1e\xf6\xd5\x0f\x0a\x7a\x10\x4c\x81\x39\x5f\x45\x6d\xf2\x86\xcf\xda\xd4\x2d\xf0\x46\xaf\xea\x31\x07\x7a\x70\x8f\xd4\xf3\x93\xbb\x04\xe2\x82\x7b\x80\x8c\x1f\x3c\x04\x82\x9a\x3e\x67\x52\xdd\x58\xa9\xab\x64\x8d\x00\xfb\xa7\xea\xa7\xd6\x2d\x72\xf5\xdd\x5e\x34\xfa\x93\xa0\xec\xba\xf1\xae\x42\xe9\x41\x75\x43\xea\x87\x1c\xb7\x75\x43\xa9\x52\x55\x6a\xaa\x1b\x0a\x52\x54\xe3\x10\xd2\xb2\xd2\xd1\xeb\x16\x89\x00\xc1\x8f\xe0\x38\x65\x9c\xd6\x2d\x72\xfe\x5a\x14\x56\x05\x53\xf4\x50\xdd\x90\x80\x28\xbf\x51\xdd\x70\x41\x78\x37\x82\x70\x6f\xa1\x4b\x91\xd4\x0d\xc6\xd6\xaa\x92\x6c\x75\x9b\xc2\x6f\xee\x51\x20\x66\x0a\x5c\x59\x84\x03\x41\x55\xf5\x5c\xea\x86\x8b\x06\x7b\x72\x3b\xa1\xed\x0e\x80\x83\xa8\x11\x97\xd3\xb8\xba\x43\x6e\xfb\x2c\x20\x79\x75\x60\x32\xed\x65\xc2\x24\x34\xc1\x89\xbc\x25\xad\x2a\x73\x4f\x14\x53\x5c\x37\xdc\xc7\xdd\xdd\x86\x24\x2b\x9f\x4d\xdd\xe8\x45\x56\xf4\x5e\xdd\x90\x8c\x32\xbc\x10\xcc\x45\x51\xa5\xa8\xba\xc1\x8d\x9c\x4d\xbb\x10\x64\xfb\xab\x4d\x10\x05\x12\x4b\x42\x14\x4d\xb2\x70\xbb\xe9\xfd\xca\xed\xa6\x95\xad\x8b\x5b\x6a\x40\xc8\xb1\xca\x04\xae\x5b\x25\x5a\xfd\x01\x98\xa7\x71\x30\xa5\xd8\x38\x0c\x70\x25\x8b\x30\x03\x40\x45\x08\xdd\x7e\x57\x37\xd6\x04\xf3\x0c\x2a\x67\x20\x88\x51\x93\xbe\x7b\xfb\xc2\x85\xad\xbc\x8f\xba\xb1\x26\xfd\x26\x94\x41\x8a\x55\x65\x84\xba\xb1\x6a\x6a\x53\xff\x6d\xe1\x5c\x10\x36\x14\x07\x34\xbf\x80\xd0\xfa\xee\x80\x9a\x61\xd1\x0c\x1a\x4f\x76\x33\x39\x54\x77\xe8\x66\x0f\x9d\xbc\xbb\x88\xf6\x20\x53\xf6\xd7\x07\x40\x9a\xd9\x41\x47\x48\x4d\xd1\x90\x4c\x34\x51\x28\x79\xdd\x3a\x69\xb3\x88\xba\x71\xe9\xa0\x0a\x01\xd7\x8d\x77\x0e\x7a\xc7\x77\x60\x2d\x8b\x74\x3b\x72\xbd\xba\xb0\x86\xf2\x10\xdd\xfb\x6f\x19\x70\x4d\x28\xbc\x53\xb0\x18\x26\xdc\x29\xd8\x4d\xaa\x74\x89\x17\x0f\x49\x97\xf8\x26\x90\x78\xe9\x60\x35\xa9\x8c\x35\x09\xe1\x09\x19\xa7\xdd\x6c\x68\x10\x68\x4d\x72\xdd\xde\x5d\x0d\x03\x6d\x25\xaf\x2f\x98\xe8\xac\x1e\xa7\xe4\x98\x5e\xa7\xcd\xb2\x02\x9b\x1c\x11\x79\x57\xcc\x56\x96\xe4\xe8\xa5\xd8\x69\x94\x7b\x75\x01\x9b\x59\x13\x0c\x3b\xc8\xe3\x35\x24\x0d\x44\x66\x34\x10\x2d\x93\x4f\x30\x58\x89\x83\xa9\xe3\xa0\x3a\xeb\x69\x32\x07\xb6\x9a\x75\x1d\x11\x4a\x8f\x86\x44\x85\xd6\x6e\x12\x47\x4d\xfc\x6e\x62\x38\x70\xe2\x19\xaf\x07\x0a\x75\x98\x82\x59\x90\xa2\xf8\x88\x44\x46\x49\x37\x45\xf3\xc6\xc1\xf4\x7a\x01\x75\x33\xda\x4f\x8a\xc7\xd5\x0d\x1e\xfa\x6e\x4a\x39\xa8\x92\x79\x8b\xb2\x2e\x5a\xf1\x01\x7b\x92\xad\xbd\x1e\xa0\x8e\x9f\xa5\x00\x54\xab\xe8\xa6\xad\x13\x3a\x87\x91\x7e\x2e\xa4\x6b\x4c\x46\xf2\xbd\x8e\x07\x14\x35\x53\xa9\xcb\xba\xc1\x23\xdf\xbd\xa3\xae\x25\x36\x68\x88\x8b\x7b\x50\x3b\xe2\x22\x8e\xdc\xa6\x01\xd9\x8c\x0a\xf5\xf0\x37\xe3\xec\x5a\x20\x08\x26\x58\x98\x15\x8e\x58\xb7\x6b\x91\xb3\x61\xa2\xe8\xea\x36\x2a\xca\x9a\x55\xdd\x94\x11\xd5\x01\x0c\xcc\xdd\x9c\xeb\x5e\x78\x55\x07\xcb\x83\x2f\x34\x2e\x0b\x73\xd5\x24\x6e\x10\xaf\xb9\x3b\x45\xdd\xe6\xdf\xd7\xd2\xa9\x47\x5e\x8f\x6d\xb6\x40\x31\xb5\x69\x84\x07\xc1\x5a\xde\x2d\x0f\x21\x10\xc8\xb0\x40\xbf\x76\xf0\xb3\x98\x82\x46\xa4\x0b\xfe\x75\x04\x3e\xa8\xf0\xe5\x13\x0c\xe1\x84\xaf\x75\xa2\xd0\x6a\xd1\x89\x05\x66\xcb\xeb\x01\xed\x49\x12\x25\x02\xea\xe9\xfb\xa0\x0f\xc8\xef\x95\x2f\xa1\x06\x5e\xa8\xad\x5a\x39\x35\xc0\x6a\xec\x75\x0a\x1b\xa8\xb1\xfa\x03\xee\xa7\xe6\x07\x70\xba\x88\xdb\x06\x14\x56\x33\x8f\x08\x1b\xf5\x85\x17\x08\x04\x5a\xa7\x60\xd8\xb8\xf4\xfa\x82\x11\x8b\x4a\x94\xa9\x21\xc0\x86\x6a\x18\x28\xe5\x0a\xf1\x21\x30\x51\x40\x98\x0e\x61\x01\x29\x34\x04\x12\x70\xf6\x27\x30\xcc\x79\xda\xc8\x39\x0e\xc9\x6d\xaa\x03\xc5\x0f\x48\x1d\xd9\x40\x3c\xe0\xa6\x9a\x45\x44\x9c\x8c\xb8\x6d\xa0\x58\x2b\xf2\x0b\x71\x61\x5a\x78\x88\xa0\x47\x51\x7c\x40\x9a\x46\x17\xb3\x0d\x2b\x2b\xa3\xfa\x05\xc6\xf2\xbc\xba\x84\x38\x20\x92\x0f\x09\x20\x78\xf1\x13\xcf\x31\x77\x89\x7b\x8f\xba\x28\x34\x30\xe5\xa2\x18\x86\x95\x72\xe1\xe5\x4f\xd0\xc3\xc5\xac\x42\xa2\x41\xdc\x8b\x05\x43\x6d\xab\xd9\x6f\x00\xa8\x26\x3c\xa0\x44\x6d\xef\xfe\x1d\x4a\x90\xd1\x90\x20\x95\x69\x1b\x06\x5e\xd3\xa8\x0c\x9d\x1a\x28\xdc\x76\xcd\x2a\x73\x12\xfe\x7d\x4d\xc2\x3d\xd0\x89\x27\x66\x14\x32\x31\xed\x1e\x70\xeb\xbc\xd7\x36\xaf\x49\x09\x66\x0a\xbb\x9e\x24\x62\x0d\xbc\xf3\x03\x2f\xce\xee\x1e\x91\xa7\x80\xbf\x47\xcd\x6e\x9d\x0a\x01\x89\x19\x7d\xa8\x3f\x84\x1e\xbc\x68\x09\x16\x56\x25\xdb\xd6\x50\x18\x49\x58\x7f\x52\x3f\xae\x06\xca\xb5\x43\xa3\xf1\xb2\x24\xa5\x0c\xd5\x50\x51\xc5\xcf\xe0\x54\x0a\x02\xc2\x47\x5d\x47\x92\xe0\x47\x56\x75\x1f\x7e\x01\x17\xf8\x05\xff\x0e\xc6\x15\x3d\x00\xf8\xd2\x10\x7e\x2a\xb7\xb8\x29\x13\x85\xca\x86\x29\xb7\x12\x64\x11\x05\x04\x55\xf3\xe2\x80\x9c\xea\x3e\xb4\xc6\xac\x63\x56\x4c\xb9\xb0\xb6\xf6\xae\x29\x35\x10\xc5\xf0\xef\x9c\x81\x3b\xac\x98\x81\xdb\x20\x89\xae\x19\x2c\xeb\xac\xc9\x94\x71\x09\xc9\x6b\xde\x16\x47\xf0\x10\xe4\xb5\xe6\x84\x0d\x93\x0c\x6e\x33\xef\xcb\x8c\x0e\x95\xcf\x5e\xbc\x14\x16\x52\x39\x72\x6a\x80\x01\x74\x48\x73\x0c\xbc\x6e\x49\xf6\xa3\x1a\x78\x5b\xb6\x65\xe3\x00\xd1\xd5\xca\x78\x40\x30\xe7\x26\x69\x2a\xc0\xe0\x39\x36\xff\x9e\xd1\xf6\xef\x15\x6d\x4d\x92\x81\x9b\xd5\x5b\x63\x20\xef\xd3\xcc\x1b\x06\xce\x3e\x44\x09\x83\x20\xfb\xf7\xb5\xf2\x42\xf4\x58\x58\xf2\x90\xd4\x20\x24\xc1\x85\x9d\xda\x6d\x57\x9f\x3b\xaf\xca\x52\x9f\x2b\x58\xc1\x98\xdf\x21\x11\x49\xca\x0c\x2b\x38\xa1\xf8\x8b\xc9\xee\x6d\x58\x09\x3b\x4d\x33\x26\x50\x64\x88\x0c\x49\x95\x01\xb1\x9e\x63\x73\x8f\xf4\xdd\x1a\xd1\x08\xfe\x1c\xb2\xfe\x04\xc4\x7a\xbe\x58\x0a\x13\x99\xa5\xed\x86\x55\x97\xc5\x6c\xee\xa0\x3b\xd9\xf4\x84\xd8\xcf\xe1\xa5\x3b\x78\xf7\x84\x37\x21\x44\x49\x99\xc7\x6b\x38\xe9\x39\xf4\x36\x46\x62\xb2\x6e\x88\xaf\x01\x82\xa3\xea\x09\xd6\x80\x7a\xba\x9b\x61\x44\x2c\xc3\x08\x6e\x0f\xb4\x85\xd6\x93\x10\x09\x42\xd4\x59\x51\xbc\x5f\x0d\x27\x91\x24\x00\x11\x3a\x3a\xcc\x15\x58\x5c\xd7\xc4\x75\xad\x75\x13\x80\x17\xed\xc8\x3e\x8f\xae\x85\x66\x3f\xa0\x2a\x66\x5e\x76\x2d\x6a\x11\x9a\x58\xba\xb6\x98\x57\xde\x8c\x65\xf3\x19\x86\x50\x83\x21\x35\x27\x30\x72\x33\x99\x9b\x23\x55\x78\x98\x3a\x6e\x4a\x0b\x66\xcf\xf7\x5a\x3c\xad\x36\x6f\x17\x28\x66\x27\x4c\xfe\xad\xde\xba\x28\x4f\xbb\x99\x24\x21\xfb\x0d\x2f\xde\x92\xfd\x3c\x8f\x87\x40\xf8\x03\xf0\x82\x57\x07\x1d\x04\xe6\x0e\xb0\x38\xe6\xd9\x0f\x16\x43\xf6\x98\x80\xcc\x92\x61\x96\x8c\x60\x03\xdd\x26\x59\x03\xcc\x97\x43\x7a\x51\x84\x60\xa8\x6b\x5e\x6a\x64\xe1\x17\xc5\xca\xd4\xc8\x9b\x05\xea\xf6\x93\x1a\x3d\x35\x6e\x3c\x42\x9a\xfb\xa3\xed\x43\x47\x40\x64\xac\x40\x76\xff\x98\x80\x58\x55\x44\x6c\x80\xb2\x0c\x6a\x44\x1e\x8b\x57\x2d\x06\x14\x08\xf6\xf7\x01\x89\x66\xdd\x6d\x1a\x6b\xb2\xda\x48\x42\x90\x4c\x18\x91\xd5\x32\x92\x7f\x2f\xa4\x2c\x0f\x80\x52\x72\xc5\x1f\xec\x50\x61\x3c\x00\xb6\x43\xf2\xef\x27\x11\xe4\x1e\xaf\xef\xaf\xda\xb4\xc4\x31\x60\x09\x92\xdb\xb8\x38\x4a\x92\x71\x64\x20\xa8\x7c\x14\x35\x42\x64\x1c\xc9\x2f\x30\xa4\x43\x27\x4c\x8c\xb4\x83\x4b\x31\x8b\x91\xc9\xca\xfe\xa2\xb1\x4b\x8d\x19\x69\xbe\x7f\x7d\x01\x3a\x4a\x6e\x1f\xfc\xc2\x5d\x10\x6a\x2d\x24\xcc\x99\x55\xbb\x25\x26\x10\x4e\x76\x9b\xe1\x49\x3a\x9a\x23\x2e\x35\x78\x01\x0d\x99\x32\x35\x23\x9a\x95\x71\xa2\x5f\xa0\xad\xd1\x4b\x99\x0e\xe8\xf0\x7e\x81\x67\x88\x44\xc0\x88\x68\xd3\xa4\x28\xab\x1a\x91\xc9\x5b\xdd\x86\xc5\x34\x1b\x68\x18\x4c\x87\xcc\x0e\x91\x37\x3d\xa9\x96\x4e\x8d\x4c\xb4\xb1\xb1\x24\xd2\xf7\xaf\xc0\x8e\x1a\x99\x79\x63\xe3\x48\x9c\x52\x65\x6c\xaf\x2e\xfa\xf7\x57\x7d\x61\x16\x35\x77\x55\x97\xb8\x46\x08\x91\x4a\xa1\xae\x91\xb7\x47\xd9\x32\x11\x79\x39\xf8\x6b\x44\xac\x84\x04\xe1\xc8\xaa\x71\x8a\x36\xa8\xb1\xd0\x60\x29\xe9\x3c\xb2\x9e\x4f\xf5\x2c\xa6\xe0\x19\x6d\x9e\x88\x85\xb3\x12\xcf\x8f\x90\x44\xad\x21\xc4\xb2\x66\x29\x4c\xb1\xa2\x8f\x78\x63\x2c\x4c\xb6\xf4\xb6\x28\xd8\x16\xa6\x6a\x86\xb9\xca\x31\x5e\x63\xe1\x34\x34\x44\x25\x01\x09\x4f\xcc\xf5\xa9\x46\x2c\xcc\xac\xc3\x88\xe3\x75\xe3\xd5\x88\xaa\x38\xc8\x64\x0b\x88\x34\x83\x56\x03\xbd\xea\xe2\x7a\x48\xa6\xad\xea\x28\x8c\xf0\xe6\x07\x03\xdd\xb8\xb1\x24\xe7\xc4\x46\xc7\x89\x60\x68\x5c\x4c\x7f\x40\xe5\xac\xfb\x03\xfa\xfe\xbc\x16\xb8\xf2\x7c\x48\x92\x8a\xcc\xf8\x95\xb3\xbe\x46\x5c\x79\x3e\x8a\xdb\x08\x1b\xf5\x2c\xe1\xbc\xaf\xde\x05\x70\xd6\xcb\x1d\x5e\x23\x0c\xab\xc3\x3b\x9b\x81\xac\x06\x00\xd7\x7f\xba\x10\x49\x8d\xb8\x69\x4a\xd7\xbc\xd5\x88\xc2\xba\xb6\x36\xc4\xc1\xd0\x59\xa3\x6d\x4a\x8f\xc9\x67\x52\xa4\xf4\x68\xea\x62\x39\x1d\x93\x02\xa5\x49\x33\x40\x16\xc9\xed\x7e\x1f\xf5\x2b\xbc\x4b\x07\xb5\x72\x43\x08\x23\xe8\xf0\x32\x21\xd0\x35\x6f\xdb\x8f\x8e\xa0\x01\x59\x58\x67\x74\x64\x5e\xb1\xd4\xe7\xb8\xf3\x54\xef\x7e\x80\x22\x7f\x26\xc4\x29\x04\x96\xcd\x27\xcc\xc1\xeb\x5b\xf4\xfb\xc1\x13\x51\x02\x51\x3c\x18\xd8\x2b\xf0\x59\xeb\xd6\x44\xc2\xe2\x34\x2f\xde\x89\xa4\xde\xe1\x25\x3a\xe8\xdf\xd5\x7c\x71\xdb\xd4\x30\x51\xa1\xb2\xde\x30\x2b\x5d\x4e\x6b\x93\x29\x6c\x87\x43\x66\x8b\x48\x11\xd0\x08\x45\x16\xf0\xf0\x0a\x51\x04\x94\x7a\x1f\x29\x02\x36\xf7\x87\xd3\xa1\xb9\x3f\x10\xb1\x64\xd2\x08\x07\x76\x7a\xf5\x7f\x73\x86\x9a\x01\x82\x59\x87\x77\xe2\x92\x09\xf5\x01\x4c\x93\xc3\x44\xce\xfb\x16\xcc\x7f\x50\x16\xd7\xfa\x45\xbc\x48\x72\x02\x78\xc9\x94\x5e\x55\x94\xae\xa9\x16\x94\x22\x8a\xf9\x0d\x73\x13\x64\x17\x0d\x13\x1d\x92\x8b\x94\xb9\x50\xe3\xb5\x76\xb2\x1f\x1c\xd8\x47\x9e\x02\x71\x20\x32\xb8\x80\x03\xb3\x06\xde\xae\xd0\xdc\x66\x1d\x37\xb7\x17\x15\x08\x42\x54\xc6\xcd\x96\x6c\x6e\x94\xa9\xb0\x60\x81\x4b\x39\xc7\xab\x43\xe0\xd4\x07\x2c\xec\x90\xc3\xdf\xd3\x5d\x5e\x2d\xdb\xc1\x5d\x6e\x4b\x52\x7c\x28\x9c\x49\x29\x8b\xc8\x0d\x1a\x3e\x70\xe9\x3e\x37\xce\x50\x45\x77\xf3\x71\xb9\x9c\xe3\x5e\xf7\x15\xdb\x6a\xa4\xa0\xd2\x4c\x32\x6f\xa1\xb8\x29\x42\x4d\x10\x2f\x75\x03\x7b\x4d\x1b\x29\x7b\xa8\xbd\x18\xb0\x1f\xf0\xa4\xd2\x71\x99\x36\xc6\x46\xb8\x47\x90\xb2\xe4\xcb\xc4\x52\x33\xd5\x6d\x3a\xae\xab\x3b\xa0\xa4\x23\x91\x39\x51\x02\x15\x9a\xd2\x46\xed\x5a\xbb\x23\x2d\x43\xa4\xb6\x43\x0a\xc8\x25\xd0\x7e\x4d\x74\xc8\xab\x96\x53\x4d\xcb\x12\x29\x96\x97\x56\x3a\x51\xf5\x1b\xd0\x03\x9b\xc7\x80\xe5\x3c\x68\xf5\x13\xf3\x85\x24\x56\xa4\xc8\x2d\xec\x76\x87\xa5\x52\x98\x8c\x83\x30\x68\xc8\x65\x37\x14\xc5\x27\x88\x78\xdb\xf0\x0b\x3c\x89\x92\x5f\x78\x60\xae\x12\xa6\x12\xc5\x08\xf1\xe1\x94\xb8\xeb\xb4\xc9\xd2\xb2\x13\xca\xde\x92\x78\x25\x82\x2d\xd1\x29\xa1\xf8\x59\x77\x9f\x73\xd7\xa8\x72\x60\x4d\x30\x03\x9a\xd5\x25\x44\x67\x36\xb7\x97\x19\xd0\x88\xca\x94\x02\x8c\x88\xbc\x60\x50\x97\x30\xe3\xd9\xbf\x9b\x32\x37\x9e\x51\x95\x69\xd3\x91\x5d\x2b\xb1\x30\xaf\x81\x86\x1d\x4f\x09\x05\x35\x65\x1a\x7d\x7f\x74\xd1\x6a\x4d\x99\xfb\x54\x10\xa3\x5c\x8b\xa2\x71\x6a\xe2\xa5\x09\xd5\x38\x28\x4c\x78\x90\x99\x2b\x2d\xf1\x2c\xf9\x13\x18\x0a\x5f\x6d\x04\xad\xbf\xda\x9d\x1f\xb8\x07\x1e\xa9\x62\x16\x89\xd1\x9d\xf6\x16\x25\xc8\x67\x0a\xff\xac\xa9\x52\x0f\x6a\x7e\x40\x66\x20\x06\x97\x6a\xc3\x39\x28\x2c\xc1\x8b\xad\x8b\xaa\x6a\x42\x49\xc5\x61\xfa\x82\x35\x70\xbc\x7e\x67\x68\x80\xd7\xb6\x2e\x02\x14\xa6\x50\x74\x51\xf5\x0b\x6b\x6a\xd4\x29\x64\x06\x48\x8d\xe6\x16\x81\xd4\x78\x10\x9a\x42\x1b\x95\xfc\xe1\x37\x70\x12\x9a\x38\x5a\x03\x57\x77\x8f\x0b\x73\x82\x12\xd7\xab\x47\x73\xac\x29\xd0\x25\xdd\x8d\x52\xd3\xba\x1b\xd4\xec\xa2\x91\x5d\x78\x53\x2c\x7b\x9f\x64\xe5\x84\xb2\x8c\x3e\x7a\x52\xa7\xa9\xc2\x98\xe9\xf4\x18\x69\x8c\xbe\xa6\xa5\x31\x78\x43\xbb\x0d\xf4\x89\x55\x16\xb3\xbb\x24\xee\xfd\xc1\xda\xfc\x5a\x0c\x5c\x8e\x60\x03\x5e\xea\xdc\x77\xfe\x1d\x44\x6b\x12\x1c\xf4\xd0\x7a\xdf\xb1\xba\xb2\xd7\x8a\xd7\x71\xf9\x00\x4d\xcc\xfe\xb6\xbb\x26\x51\x0c\xd4\x69\x93\x06\xcb\x22\x69\x96\x4b\xec\xf3\x36\x1b\xdc\xa8\x9e\x15\x2a\x25\x66\x33\xe2\xe5\xfb\xf6\xde\x1f\x84\x5a\x68\x81\xef\x7b\x48\xcf\x49\xbc\x8c\x54\x9a\x52\x82\x2f\x7c\x98\x13\xe0\xb2\x85\x61\x46\xc0\x04\x29\x5b\xe4\x13\x5c\xe1\xd5\x73\xe0\x1d\x5f\x36\x3f\x24\x44\x59\x0e\x33\x40\x14\xa9\xb1\xf9\x24\xc1\x04\x19\x5f\x1d\xcc\x39\x2a\xc3\xa6\x26\x5a\x20\x5f\xdf\x83\xbc\x5e\x10\x72\x8f\xe8\x0c\x4e\xb4\x38\x4a\x1d\x48\x0c\xa1\xf4\x89\x0a\x47\xf8\x30\xf1\xa1\xee\x73\x33\x92\x0f\x1e\xd9\x86\xe8\xb8\xa7\xb8\x2b\xdb\x6f\x3a\x37\xb4\x35\x03\x16\x46\xb4\x23\x26\x21\x84\xd2\x0e\xd4\x34\xa5\xd1\xb2\xf9\xa4\x3a\x49\x08\xd2\xf4\xd2\x94\x46\xcb\xe6\x2d\xc4\x08\x4a\x3b\x26\xd2\x14\x3f\x8b\x92\x6f\x6b\x5a\xe2\xa4\x24\xe8\x74\x32\xed\x48\xed\x29\x4e\xa6\xcd\xb4\x77\x51\x03\xb6\x1c\x31\xe5\xc9\xa2\x44\xd6\x9a\x2e\x9e\xd0\x12\xf2\xd3\x85\xf8\x00\x89\xe0\x69\x8a\x7f\xc9\xae\x8b\xc4\xc2\x86\x92\xa5\xd2\x45\xd1\xc7\x72\xc6\x4d\xa1\xc0\x2b\x07\x79\x2f\x98\x91\xdc\x09\x20\x08\x6d\x37\xc3\xbb\xbc\x87\x6f\xce\xda\x1d\x60\xcf\x3a\xce\x28\x21\x60\x32\xbd\x76\xf9\xcd\xa4\xc7\x1f\xb9\x83\xd2\xc3\xd3\xdb\x5b\xfa\x59\x38\x10\x92\x1e\x56\xe5\x74\x1b\xee\x7f\x6f\xb7\x87\xeb\xe6\x76\x83\xa9\xcd\xcc\xf4\x21\xd2\x3e\x33\xc8\x1b\x3e\x08\x6e\x53\x1a\xe8\x7e\xc0\x1d\x2e\xf2\xcf\x48\xd4\x76\xb8\x4b\xde\x1e\xf4\xf0\x41\x62\x0e\x64\x43\x3a\xa6\x32\xcc\x7b\xc3\x9a\x44\x0e\x40\x73\xf0\x0b\xf9\xfb\xab\x29\x0f\xbb\xe6\xc0\x49\x0c\xb5\x1b\xde\xaf\x6a\x77\x76\xe8\x07\x10\x07\xbb\xdb\x3c\xfc\xc5\x5b\x33\xca\xce\x0c\x5d\x4e\x50\xf3\xca\xe5\x11\x67\xcb\x08\x46\x1c\xba\x9d\xa0\xe6\x48\xc1\x49\x8c\x2a\x47\x62\xca\x5f\x74\xb4\xdd\x25\x79\xe3\xf0\x83\x45\x1c\x9a\x07\x2a\x57\xab\x94\x41\xcd\x53\x9a\x4b\xba\x38\xa4\x66\x86\x1f\xaa\x4c\x49\xcd\x4c\xde\xb1\xfb\x24\x27\xec\x5b\x31\xc7\xcc\x64\xef\xfc\x7a\x40\x20\x35\x04\x7c\xbc\x0e\xac\xcb\xb4\xc7\x65\xaf\x77\x5a\xd5\xff\xd4\x66\x68\x92\x17\x07\xf6\x36\x15\xe8\xa9\x99\xc9\xdb\xf6\xaf\xe4\x0c\x66\xe4\x21\x32\x0d\xec\xb2\x8e\xe4\x82\x1b\x39\xc5\x19\x32\xa3\x05\xb3\x31\x59\x48\xe5\xf2\x36\xe4\xc2\xc3\xb4\xfb\x01\x6e\x09\xdd\xdc\xa6\xeb\x5a\x67\x65\x2e\x8c\x62\x11\xcf\xcc\xcb\x96\x55\xfc\xe0\x62\xd8\x80\x50\x55\xd6\x4c\xd5\x69\xa5\x0f\x5e\xd8\xaf\xe4\xa2\x12\xae\x73\x5d\x70\x6a\x26\x95\x84\x29\x28\x2a\xac\x08\xd1\x1f\x50\xce\x30\x61\x56\xec\x15\x59\x15\x32\x8d\x57\x2a\x12\x53\x73\x23\x19\xca\x13\x94\x1b\x16\x34\xfa\x05\xc4\x6c\x88\xe1\xe4\xb6\x9c\x53\x82\x09\xb9\x28\xd6\x10\x72\x5b\x98\xf1\x0b\x0b\x11\xea\x02\x69\xd5\x0e\x03\xc9\x9d\x87\x41\xf1\x83\xc6\x2f\xb4\x60\x1d\xa4\x1f\xfd\xc2\x5a\x72\x21\x82\xf6\xa8\xec\x2d\x3b\x02\xbb\x10\xb2\x59\xc0\xae\xf9\x0b\xf0\x04\x31\xef\x3c\x45\x93\xb2\x99\x27\xa0\x22\x73\x7a\x7d\x4f\x32\x94\xd2\x98\x07\x42\x46\xab\x3b\x64\xb9\x51\xc1\xcc\x5b\x9b\x1c\xdc\x9b\x29\x68\xd8\x36\x99\x77\x2e\xaf\x0e\x98\x0c\x6f\x66\xf0\x5a\xec\x84\x49\x93\x5a\x92\x85\xec\x0d\x79\xe7\x29\x29\x91\x2d\xef\x38\x2f\xa4\xb7\x66\xd8\xad\xec\x40\xcd\x4c\xcf\xc8\xa6\x20\x64\x5a\xab\xb6\x6e\xcd\x3b\x8f\x55\xc1\x88\xaa\xcd\xcd\x2c\x05\x31\x77\xcd\xfb\x9f\x89\xd8\x36\x9f\xe7\x83\xe5\x7b\x04\xc1\x94\x2d\xca\x96\x7e\x92\xa8\x5a\xf3\x01\xb3\x5a\xf4\x68\x94\x6c\x24\x8a\x67\x5c\x25\xea\xd3\x25\x9f\x38\xc3\xa5\x7f\xe4\x75\x9f\x84\xa4\xbf\x7c\x02\x85\xc9\x1f\x60\x07\x49\x2b\xca\x27\x55\xe2\xea\x1e\x76\x1e\xa8\xc2\x00\x6a\x2c\x37\x6f\xa9\x13\xd1\x68\x52\xf4\xf3\x2a\x77\x67\xca\xba\xd6\x3a\x0b\x05\x14\x34\x24\xaf\x65\x1a\xaa\x3c\x24\x0d\x55\xd6\xe3\xf3\xb5\xe8\xdf\x5d\x82\xfe\xa5\x98\xe5\x29\x89\x94\xcd\x7b\xee\x46\xf4\xbf\x49\x8d\x72\x85\x8f\x4c\x96\xa8\x69\xe6\xc2\x37\x35\xb9\xe1\x1e\x48\x5a\xc2\xd3\x4d\x3c\x09\x24\x18\xa2\xac\x76\xe5\x9b\x7c\xdd\x7c\xe2\x06\xa7\x91\x04\x98\x1f\xee\x48\x7f\xf1\x04\xf4\x28\xac\x3c\xc0\x8a\xb9\xc0\x83\xa3\xc6\x84\xf3\x90\x2b\x18\xd1\x14\x35\x24\x11\xe6\x87\x0a\x8f\x45\x8b\x07\x58\x91\xec\x92\x1f\x72\x22\x53\xcb\x73\xcd\x17\x7c\xba\xc1\x12\xe5\x28\xd7\xfc\x70\xcb\xea\x2c\x2a\x1b\xe4\x5c\x89\x22\x65\x79\x3e\x65\x65\x2d\xbc\xd0\x49\xa5\x46\x6a\xd9\x40\x6f\x3a\x59\xca\xb6\xba\xd4\x83\x65\x07\x92\xde\x56\xc2\x5a\x1b\x3f\xa0\x5f\x65\xf8\x13\xac\xbe\x0e\xc0\xc2\x5b\x30\xec\xf9\x2e\xbc\x05\x43\xd7\x0e\xd7\x12\xb0\x8f\x8a\xdb\x98\xf8\x6b\x88\x9b\x63\x36\x3d\xe0\xd9\x24\xf6\x57\xa6\xbc\xd2\x9c\x16\x50\x22\x28\x4a\x47\x53\x89\x58\x2d\x9d\x76\x85\x95\x84\x6d\xda\x2c\x91\xe7\x84\x84\xe1\x12\xb1\x3a\x86\x31\x82\x31\xe8\x6c\x2b\x91\x26\x75\xf7\x78\x13\x24\x3f\x40\xc2\xb7\x27\x91\xd6\x62\xa8\x07\xda\xa2\x54\xf7\xa8\x16\x0a\x27\x62\x66\x25\x81\xa8\xc5\xc2\x4b\x02\x62\x45\xf4\x85\x96\x29\x89\x79\x85\x57\xa8\xdb\x8e\x54\x90\x59\x6c\x4b\x41\x41\x95\xe0\xfa\xea\xf0\x81\xe3\x59\x73\xe4\xed\x9c\x36\xb1\x94\xbc\x16\x7b\xe8\x01\x04\x2a\xed\x92\x92\x17\x51\x0b\x86\x4c\x18\xb5\x30\xcc\xb6\x70\x40\x55\xc9\x58\x5b\x71\x9b\x92\xc9\x9f\x3c\x24\xf4\x22\xaf\xec\x72\x0d\x4a\x5c\x2e\x70\x0d\x5a\xc8\x28\xcb\xf6\x24\x51\xb5\x14\x02\x2d\x1e\x5f\x0a\x88\x5c\x0c\xac\x14\xe2\x59\x2b\x03\xd3\x93\x2a\x8d\xd5\x52\x38\x07\xb7\x21\xb9\x8a\xbd\x95\x82\x29\x34\xf7\x0f\x09\xaf\xfa\x77\x1e\xf7\x12\xcf\x4a\x5d\xcc\x45\x30\x23\xfd\xa2\x18\x29\x94\x9c\x4c\x7c\xc8\x11\x8e\x3f\xba\x64\xb5\x96\xba\xd6\xc0\xbd\x1f\x44\x80\x70\x0a\x33\x95\x93\x6a\x0a\x32\x80\xab\x09\xaf\x81\xb7\x79\x0d\xa6\x94\x15\xad\x1e\x97\x06\x6f\x98\x09\xad\xa1\xb6\x80\x78\x63\x69\x40\x98\xec\x6c\x85\x97\x65\x35\x93\xc9\xf2\x10\x4a\xfc\x2c\x9d\xda\xad\x44\xf9\xd2\xd7\xa2\x09\xc6\xbe\x58\xbe\xb0\x8a\xea\x35\xe6\x8e\xa5\xf3\xfe\x04\xe1\x0c\xb9\x13\x3e\x19\x4b\x5f\x40\x68\x16\x9d\x89\xd2\x1e\x12\xb2\x83\x3b\x98\x42\x59\x52\x3d\x83\x5a\xe0\x23\xb4\xa8\x59\x06\xe5\x72\x89\x75\x65\x50\xbb\x88\xfe\x02\xe5\x6e\xbc\x9f\x98\x1a\xa1\xfa\x9f\xb5\xe0\x2a\x4d\xfb\x37\xca\x00\x53\x31\x17\x42\x8c\x99\xee\xa0\xaf\x65\xa5\x4a\x78\x43\x0e\x1c\x5b\xee\x60\x5f\xbb\xc3\x0f\xe8\xfe\x55\x8f\x4b\x68\x93\x6d\xa4\xec\xbc\xab\x59\x43\xd0\x1c\x24\x25\xab\x2c\xa1\x4d\x0a\x4d\xd9\xb9\xd8\xee\x80\x30\xbb\x0d\x4d\xc2\xeb\x02\xf3\x8e\x5d\xd8\x65\x89\x68\xc3\x23\x92\x31\x0a\xe4\x83\x97\xed\xb9\x4d\xbe\x68\x4e\xba\xbc\x93\x3a\x39\xcb\x41\x2d\x40\x02\x45\x61\x8d\x62\x6b\x16\xe5\x00\xeb\x94\x90\x53\x10\xb4\xd6\x9a\x77\x20\x1c\x9a\x16\x6e\x0b\xfd\x95\x9b\xc7\x64\xae\x9f\x66\x79\x90\xbd\xfb\x84\xe1\xdd\x61\xcd\xd4\x70\x42\x60\x30\x9f\x62\x50\x5b\xf5\x62\x9e\x38\x93\xbc\xc9\x69\x64\x32\xdf\x42\x9a\xae\x3d\x92\x85\x36\x26\xaf\xfd\x49\xb5\x3e\x79\x84\x41\x10\xfc\x05\x0c\x63\xe6\xd6\x27\xce\x28\xf3\xa1\x73\x4d\xc2\x43\x22\xab\x4a\x36\xf6\x72\x91\x51\xbd\x1e\x80\x33\x78\xdf\x5e\xdc\xa6\xc6\x3c\xef\x84\xaf\x5e\x7e\x08\x83\x96\xd4\xca\xc5\x3d\x60\x91\xe3\x82\xcc\x6f\x8a\xbd\x40\x4f\xde\x23\xbc\xec\x53\xa9\xed\xb5\x20\x0c\xce\x72\x53\x99\xd2\x62\x48\x56\x0a\xcb\x8d\x6b\x4a\x3c\x4d\x08\x87\x8e\xb7\x2a\x28\x60\x68\xc9\xac\x20\x3d\x22\x1a\x4d\x88\x81\x6b\x86\x08\x69\xbe\xaf\x73\x15\xc2\x63\xf0\x96\x81\xac\xe8\x8b\xbf\x6a\xa1\xac\xe8\x39\x3f\x6b\xe9\x05\xc1\xc3\x95\x32\x48\xa8\xb8\x93\x2c\x66\x3d\x40\x82\x65\x28\xb8\x25\x9b\x0a\xa6\xd5\xba\x41\xf9\x16\x8b\xad\xa8\x89\x63\x33\x6f\xdd\x40\x5c\xaf\xf6\x5a\xa8\xac\x07\xa8\xea\x28\x39\xae\x6e\xf4\x1a\x54\xb5\xb9\x43\x92\x5f\x18\x18\xf1\x47\x9a\x50\xdd\x20\x2d\x0d\x83\x47\xdb\x7c\x53\x9b\x07\x80\xb8\x79\xc5\x6d\x17\xaa\xcf\x50\x2b\xca\xe3\x6c\xf2\x38\x54\x94\xbf\xb1\xfe\x5b\x03\x8e\xa4\xd7\xef\x30\xec\x89\x6d\x55\xdc\x6d\xe1\x12\xdb\xb5\x52\xa6\xf4\x80\xbc\x22\xde\x4a\x7a\xc5\x25\xa0\x9b\x55\xe6\x1a\x28\x0d\x09\x01\x91\xf7\xa4\x69\x0e\x91\x3a\xba\xb4\xb7\xba\x82\xd8\xb4\x83\x2b\x8b\x33\x5b\x8b\xaf\x11\xc5\x63\x9a\xbb\x28\xff\x1f\x63\x57\x72\x36\x3d\xab\x2b\x53\x39\x21\xb4\x99\x04\x9b\x3f\x17\x8f\xf9\x87\x70\x1f\x57\xe9\xab\xf2\xdd\xbd\x4b\x77\xdb\x20\x40\x88\x42\x23\x92\x66\x8b\xa8\x92\x54\xbb\xcf\x40\xe6\x3e\x8d\x22\xab\x86\xba\xcb\xc5\x0f\xfc\x03\x4f\xb9\xea\x2e\x18\x4a\x31\x4d\xc3\x49\x66\x34\x95\x17\xd6\x46\x53\x5f\x88\xc0\x4c\x03\xe6\xc1\x8c\x50\x79\x63\x9c\xfe\x61\xfb\xef\x7f\xd3\xd1\x1b\xa3\x32\xcf\xcf\xf4\x0f\x90\x6c\x3a\xdc\x47\x0d\x52\xed\x1f\x72\x18\xa2\xba\xd2\xf7\x4a\xd2\x73\xbc\xd0\x35\x94\xf0\x7c\x0c\x94\x36\x5d\x1f\x1a\xde\x83\x70\x93\xe8\x1b\x0c\x24\x36\x48\x1b\xed\xdd\x93\x9b\x47\x0d\x3d\x5d\xd1\xad\x64\xc0\x2d\xce\xd6\xa1\xf1\x42\xdd\xbe\x69\x4f\x8f\xc6\x23\x45\xe7\xde\x68\x5c\x2b\xe9\x12\x46\x63\x80\xb9\xe4\xc6\x78\xb1\x6e\xdf\xcc\x82\xb4\xd2\xfa\x1a\x3b\xa0\x1b\xb4\xc7\xe2\x68\xb9\x34\x26\x82\x17\x9d\xe6\x3e\x30\x4c\x9d\x21\xa3\x27\x0f\x6a\x98\x44\xbf\xde\x07\x1d\x51\x2d\xde\x37\x34\xa3\xfa\x8e\x38\x3a\xb6\xb5\x27\xb6\x53\x81\x60\x1e\x05\xba\xf5\xe5\x7c\x00\xdd\x5a\xb7\x38\x3a\x49\x52\x0f\xcc\x99\xa3\xac\xb8\x63\x30\xd8\xd8\x7e\x97\xe3\x45\xbb\xdd\x26\xab\xc1\xc2\x18\xb6\x2b\x8c\xc1\xb9\x17\xff\x0c\x6e\x6e\xff\x8f\x2b\xa6\xd9\x07\x7a\x44\x1f\x63\x83\x09\xb1\xc3\x5b\x77\xd0\xca\xf6\xf9\x02\x6e\x73\x9e\x36\xb8\xcd\x39\x1c\x79\xbc\x88\xb8\x6f\x5e\xa9\x80\x8b\xad\xd9\x31\x11\xb1\x28\x8c\xce\x41\xbb\x01\x24\xf0\xd3\xe1\x3d\x82\x1c\xbe\xf9\x0b\x94\xc4\xd7\xdd\x6b\xd0\xab\x4e\xa9\xec\xc6\x88\x93\x5f\x68\xda\x22\x4f\x6b\x37\xf1\xf0\x0d\x0d\x13\x7e\x74\xa1\xdc\x73\x63\xb0\x3a\x9e\x50\xce\x98\x15\xc3\xd2\x30\x26\x26\xda\x44\x41\x73\xa9\xec\x27\x63\x40\x71\xb9\x79\x29\x27\x38\xfa\xd3\x21\xf1\xa8\xce\xe2\x31\xc1\x1c\x9e\x86\x45\x8a\xa4\x82\x18\x08\x38\xb6\xde\x65\x2c\x82\xbb\xee\x1f\x70\x58\x7f\x3e\x08\x38\xbb\xf8\x7f\x92\xf4\x97\xc4\x3d\x63\x2c\x32\xb7\xe8\x5f\xe0\x65\xa1\xb8\xc1\xec\xda\xbe\x19\x8d\x1d\xc7\xaa\x85\xe5\x4e\x67\x77\x3f\x43\x61\x62\xc7\xd4\x81\x4a\x73\xd6\xc3\x0e\x66\x94\xf1\xb9\xcb\xf0\x0a\xa5\x07\x1c\x03\x09\x64\x7c\xc7\x1e\x0c\x0b\x56\x3e\xc1\x31\x0e\xc4\x5a\x5a\xb2\xa5\x8a\xd2\xbc\x0a\x73\xa8\xd1\xef\x48\xb0\xeb\x55\x3b\x30\x45\xa6\xe9\xc0\xaa\xe9\x62\x33\x0e\x1e\x09\x3e\x9d\xa1\xb7\x54\x5a\xce\x31\x60\x2f\x55\x35\x9d\x31\x5e\x6c\x3b\x9b\xe5\xf9\x49\x58\x68\xb1\x04\xac\xbb\x09\x41\x0d\x40\xd9\xcd\xdb\x09\xc9\x26\xab\xfd\x05\x06\x23\x7d\x3d\x68\x60\x59\x97\xdf\x1c\xe3\x24\xcd\x7e\xe6\x6e\xf0\xa0\x68\x40\x35\xc4\x1f\x67\x56\xc3\xd6\x27\x57\xe3\x1b\xea\xf4\xc5\xa6\x7d\xf3\x17\xf0\x8f\xb3\x8a\x6f\x40\x2d\xb9\x7d\xde\xcf\x79\xd2\xbc\x5c\xc8\xd8\xfa\x79\x86\xf6\xd9\x20\xe4\x4a\x76\x12\x7f\xdd\x10\x23\x9f\x67\x50\x20\xb4\x3c\x98\x3a\xdb\xd1\x5f\x03\x06\x53\xbb\x3c\x0d\xe6\x8a\x34\xa4\x1f\xf4\xa8\xb3\xcf\xf1\x60\xa5\x0f\x23\xf0\xf1\xa0\x4f\x43\x06\x1a\x49\x3f\xff\x57\xc0\x18\xd1\x44\x97\x39\x69\xe3\xc6\xd3\xf1\xbd\x06\xf9\x04\x9e\x45\x22\x4a\xb3\x59\x77\x31\x1e\xa2\x65\xb7\x87\x1c\x05\x3e\x05\x5f\x28\x3b\x1d\x71\x37\x10\xce\x51\x3f\xed\x43\x41\xed\x83\x18\x5a\xcd\x8f\x40\x40\x25\x37\x7b\x61\x07\xab\xd6\xeb\x20\x8f\x5f\x6e\xa0\xa5\x1f\xea\x7f\xff\x6b\x9b\xb4\x17\xf1\xeb\x9c\x32\x7f\x41\xf8\x51\xfd\x06\x22\x50\x24\x8b\x83\x81\xbd\xc3\x1f\x1c\xb8\x1c\x9a\x84\x0b\x69\xa5\xa6\x9e\x81\x98\xa6\x9f\x71\x24\x0a\x31\xc5\x46\x21\xe7\x0e\x36\x16\xd9\x91\x5c\x89\x2d\x6b\x3c\xe8\x19\xfe\xb6\x9f\x16\xc8\x38\x43\xcf\x81\x0c\x97\xa2\x90\x51\xbf\x61\x12\x37\x90\xbc\xfc\xcc\xfd\x53\xfd\x03\x72\xd4\x6e\xee\x01\x7b\xbe\x9a\x02\x04\xfd\xba\x01\x86\x70\xf8\x06\x12\x25\x91\x86\xc6\x50\xa8\xfe\x68\xfe\x04\xb6\x37\x0f\xf2\xc5\xa6\xf5\x33\x0b\x2f\x34\xad\x3e\xf1\xa2\x30\xad\xb5\xbf\x4f\xe7\x29\x3d\x83\x44\x6d\xf0\xc8\xd4\x8c\x22\xb9\xe6\xac\x6a\x4c\x2f\xee\xac\xc6\x5b\x91\xe6\x5f\x09\xdf\x80\x86\x75\xfb\x3c\x83\xd7\x75\xac\x07\x34\xac\xb6\xf6\x06\x60\x69\x9f\x7f\x72\x92\x0b\xa6\x69\xd4\x46\x8b\x9a\x3b\xd5\xad\x81\x4d\x3c\x5f\x84\xa8\x52\xb3\x45\xe3\xc5\x56\x5b\x21\x18\xff\xeb\x1b\x47\x34\xd2\xaf\x19\xc8\x6c\x37\xda\xcc\xd1\x52\xae\xfa\x0b\x68\xc5\x24\xea\x23\x21\xe7\xe6\x26\x78\x60\x0d\x37\x81\x58\x4f\xcf\x7a\x43\x0c\xbb\xff\xa7\x42\x56\x32\x2e\x90\xed\x66\x7a\x14\xb0\x56\xdb\xf3\x3b\x52\x1d\xab\xeb\x42\xf4\x5c\x15\x7f\x31\x60\xd7\xf0\x17\x10\x8a\x82\x04\xd1\x91\xb6\xe2\xf3\x7e\x92\xac\x31\x10\xa2\x9a\xb1\x3a\x93\xc5\xe8\xff\x01\x11\x29\x98\x14\xb0\x5c\x3b\xc0\x3d\x10\x45\xec\x5c\x31\xc1\xc2\x6c\x9f\xff\xe1\x6f\xaf\xfb\x7d\x0c\x1c\x1c\xdd\xef\xe7\x66\xf3\x0f\x30\x37\x49\x2b\x1e\x03\x51\x3d\x56\xac\x07\x0a\xb5\xa9\x20\xc1\x08\xe2\x4f\x9d\x8f\x11\x1b\x5c\x1f\xfc\x0c\x3d\x8c\x30\x40\x04\xaf\xfb\x5a\x94\xe0\x24\x5b\x08\xc2\x6b\xd0\x5e\x5f\xc1\xd2\xcc\xd6\xf9\x06\x74\xb8\x2a\x8c\x38\x82\x76\x70\xd5\xec\x1d\x11\x00\x09\x32\xa1\x04\x12\xe6\xd8\x90\x18\x2f\x1a\xad\x36\x61\xc7\x4c\x90\xa0\x16\xb3\x24\x8c\x67\x61\xf2\x80\x16\xee\x8f\x89\xa3\xc7\x42\x8c\x09\xca\xdd\x05\xe1\xa7\xa5\xde\x3c\xf0\x2c\x12\x27\x49\x74\x7b\xb9\xe3\xfc\x42\x62\x04\x91\x80\xb4\x89\xb6\x66\xc5\x62\x0e\x42\xef\xa8\xc4\xa7\xba\x50\x45\x96\x5e\x5e\x7e\x83\xc9\xf5\xd5\x07\x33\x29\xfa\xce\x16\xd0\x02\xfb\x80\x8d\x95\x87\xbe\xc8\x5c\xbc\x1b\x78\x71\x60\xbc\xff\x88\xda\x95\x40\xc4\x7d\x40\x3b\xe9\xb5\x40\xae\xc5\x22\x84\x17\x48\xad\x68\x9d\x6c\xec\x90\x2c\x02\xd1\x01\x27\xc1\xcf\xda\xee\x54\xa0\x7a\xc7\xec\x10\x2c\x16\xd5\x3b\x67\x5e\x63\x40\xda\x43\xc7\x68\x06\xb3\xdd\x58\xfb\x1e\x47\x4e\xa4\xba\x38\xa8\x03\x13\xa2\x8b\x03\x77\x11\x6f\xda\x03\x98\xd1\x72\xe5\xa0\x58\xf0\xb6\xcf\x0a\xca\xfe\x00\xc2\xda\xc7\x03\x61\xef\x70\x8f\xa0\xd9\x6b\xfb\xc2\xde\xd9\xbc\x67\x52\x85\x6b\xf1\xca\x7a\xc9\x82\x77\x01\xb7\x40\xa7\xa7\x09\x26\xb8\x09\x0b\x9e\x93\xee\x28\xba\x2b\xc7\x09\x68\xfe\x73\x8b\x14\xd8\xde\x03\xd0\xe1\x6e\x9f\x0f\xa8\x65\xf3\x4a\x9d\xc9\x0b\xee\x14\xe9\x5e\xc3\xcf\x90\x6d\xf1\xa7\x94\x71\x01\xa7\x42\x6b\x66\x02\x4e\x85\xd6\xbd\x06\x9c\x0a\xbb\x05\xe3\x95\xdc\xae\x39\x84\x53\xa1\x6f\x98\x01\x4c\xed\x70\xe1\x80\x76\xb7\x7d\xce\x93\x6b\xc2\x57\xd3\x1f\x2c\xbe\xa0\x39\xa3\x17\xe2\xf0\x33\xef\xbd\x52\x40\x04\x33\xb6\xdb\xff\x29\x2e\x5c\xda\x0c\x00\x2f\xce\x80\x26\x99\x71\xd2\x1f\x1c\x71\x43\xbf\xe0\x2d\x7b\x83\xb3\x2c\x46\xee\xdc\xa1\x1a\x25\xbc\x05\x9c\x93\x21\x88\xc2\x8d\xef\x6e\xc8\x15\x4f\xe3\x4d\x0a\x34\x06\x38\x0f\x6c\x1e\x53\x2a\x84\x2d\x4c\x9f\x0d\xda\x2a\x35\xc0\x38\x16\x5f\x8b\x03\x25\x6e\x3e\x87\xe6\xc3\xea\xc3\xfe\x3f\xeb\x4e\xe9\x99\x43\x30\xef\x3e\xf4\xb9\xf0\x89\xf2\xe4\xc4\x6b\xda\x5e\x5c\x1e\xd6\xed\xc7\xc3\x58\x09\x77\x01\x17\x09\x67\x48\x88\x07\x2a\x59\x4b\x25\xb8\x17\xf8\x1e\x3a\x01\xbc\x9b\xed\xa8\xf3\x87\xcb\xb2\x06\x35\x51\xf3\xa6\xa8\xc7\x09\x1d\x74\xe9\x6e\xa0\x43\xa7\xf7\x6f\xa1\x27\x83\x50\x94\x33\x7a\xcc\x8d\xdc\xa7\x06\x89\x92\x7d\x57\x98\xd0\xf2\xda\xe5\x75\x22\xe9\xa3\xb2\xde\x8e\xb9\x71\x7b\xe9\x32\x3d\x99\xe5\xdc\xd7\xf1\x89\x0a\x7c\xc3\x99\x29\x26\x71\xf0\x74\x9f\xb4\xeb\x68\xed\x26\xd4\xbe\xf6\x3e\x9e\x74\x8d\x94\x34\x9f\x0c\x4c\xf6\x85\x7e\xb2\xc8\x4d\x33\xd5\x05\xec\x35\xfd\x8c\xf8\x1d\xad\xc4\x84\x6b\xc1\x36\xdd\x22\x31\x5a\x31\x09\x04\x3c\x9e\xb9\xc2\x8b\xa7\xb6\xdd\xac\xd8\x02\x1e\x77\xa5\xa4\x92\x15\x6f\x22\x74\xd9\xd0\x78\xd6\xac\x91\xa4\xe7\x05\xfd\xbb\xba\xac\xdc\xa6\x26\xb2\x66\x9d\x57\x3d\x03\xac\x7f\x1a\xa4\xea\x72\xf9\x87\xa4\x51\x4d\x36\x60\x1c\x29\x67\x26\xe2\x60\x9c\x07\x6b\x36\xba\x81\x6b\x0c\x0d\xf9\xbf\xc3\xcf\x50\xa6\x2f\x3f\x53\x0f\xe2\xd5\x27\x3a\x9e\x6e\x10\xf1\x44\xc3\xff\xf3\xd2\xb4\x4c\x01\x15\xb4\x3a\x62\x26\x53\x3d\x2a\x67\xf1\x98\xf0\x56\x50\x0e\xf2\x31\x1b\xb9\x45\x63\x62\xea\x47\x9d\xdc\x93\xfa\x59\x7f\xdf\xa1\xdc\x31\x89\x9d\xf9\x69\x34\x8b\xcc\x69\x2e\xe0\x38\x7b\x8e\x49\x83\xec\xdc\xe7\xcb\x3d\x52\xa1\xdb\xdd\x04\xb9\x4b\x2b\x49\x57\x4f\x47\x4d\xcd\x9e\x59\x6b\xf5\x7c\x61\x9f\xfb\x19\x0b\xe5\x69\x1b\x38\xa8\xbd\xf2\x08\x92\x79\xd9\xf5\x0f\x27\xd0\x4c\xdf\x03\x6f\x8f\x91\x7c\x21\x72\x82\xc0\x40\x0a\x8a\xf9\x62\xd7\x5e\xa4\x36\x9f\xc1\xfb\xbb\xae\xeb\x33\xa8\x4d\xf2\x33\xc4\xb7\x39\x2d\x75\xad\x5e\x68\xf8\x1f\xb8\x64\xfe\x98\xac\x5a\xac\x02\x15\x63\x22\xe4\x25\x94\x54\x79\xcc\x17\xdd\xf6\x22\x85\xf1\x0c\x88\x78\x2f\x1c\x6a\xed\x38\x56\x6d\x22\xe0\x25\xa6\xe5\x08\x55\xad\x1e\x26\x03\x5e\x1c\xe0\x34\x27\x12\xfb\x7a\xc7\xcd\x41\x31\xe1\x17\xb8\xb2\x3a\x56\xe6\xbc\x40\x93\x98\xe3\x85\xb7\xe1\xac\xa0\x73\x92\x46\xbd\x4f\xe5\xab\x9d\x5f\x27\xb0\xab\x2f\x4e\x73\xe1\x60\x34\x2f\xad\xc1\x0f\x44\x02\xc3\x9a\xbd\x78\xf0\x4f\xd8\x3e\xcf\x39\x6d\xfe\x01\xfb\xc3\xc2\x71\x91\x24\x35\xf8\x02\xd3\x5e\x64\x3c\x98\x74\x2a\xf5\x6d\x73\x02\x99\xda\xfd\x67\xb2\x86\xb2\xf3\xd5\xcc\x3d\xb9\xc1\x4d\x8c\xff\xfe\xf7\x49\xed\x38\x19\xae\x62\xc1\xb4\x4f\xdc\x5f\xfd\x7f\x72\x87\x46\xbd\x93\x66\x93\xc0\x5b\x83\x90\xe9\xdc\x59\xe8\x42\x2d\x12\xec\xca\xe2\x31\x51\xde\xc7\x4e\x18\x33\xa1\xae\x2e\xfa\x93\x50\xd7\xe2\x9a\xd5\x12\x9d\x7a\x78\xbe\x58\xb7\x17\xcf\x3b\xa0\xee\x67\x16\x00\x65\x8b\x99\xeb\xd8\xf1\xec\x0e\x0e\x36\xa8\x41\x66\x66\x47\x8d\x91\x48\xd5\xe9\x93\x26\x3c\x4d\xed\xa4\x37\xcf\xce\x17\x44\x23\x90\x6a\xf1\x18\x5e\xa4\x3a\x9d\x2e\x6d\x9e\xf0\xdd\xf6\x4a\x9f\x20\xc9\x67\x35\xcb\x03\x79\xe5\x4f\xb2\x8a\x2e\x9c\xf3\x04\x37\x7f\x3a\x84\x92\xd9\xcc\xc8\x78\x6a\x07\xe7\xcd\x2b\x79\x45\x2d\xbc\x68\xb5\x3a\xfa\x63\x32\x02\x46\x35\x53\xc6\xbc\x20\x49\xdc\xe5\x85\x69\xd6\x25\x65\x5e\xbc\x04\x5b\xdc\xbe\x70\xb6\x2b\xe9\xfd\x98\x70\x5c\x75\xfa\xa5\xc9\xec\x90\x4e\x0f\x36\x91\x1d\x72\x7d\x5a\x7c\x30\xef\x6a\x10\x0a\xe0\x62\xf9\xfe\x62\xd5\x6e\x27\xc0\x09\x4f\xd7\xe2\x33\x0e\x48\xd4\xae\x08\xf3\xa6\xfe\xa6\xba\x01\x1e\x51\x42\xc3\xf3\xa6\xf3\xa4\xe1\xc6\xcd\x89\x2e\x7e\xe3\x62\x1b\x6e\x94\x39\xdb\xfc\xfc\x80\x08\x3d\x03\x9d\x3a\x34\x69\x3e\x79\x13\x13\x95\x89\x3e\x85\xb0\x27\xd1\xa7\x3d\xca\xe6\x03\x86\x2d\x6e\x02\x8a\xb3\x4f\x17\xc9\xb0\xfe\x80\x18\xc7\xdb\xf4\xa1\x7d\x5e\x20\x7b\x21\x8d\x8f\xfd\x42\xd6\x0f\x53\xf9\xfb\x93\x2e\x6e\x31\xe8\xda\x06\xbe\xf5\x03\x6b\x88\xe0\x05\x25\xb1\x61\xdf\xfa\xe5\x10\xbb\x7e\xc8\x21\xfa\x07\xf2\xc6\xa6\x67\xca\x95\x30\x81\x3b\x45\x97\xfb\x80\xbe\x53\xb8\x6f\xfd\x4e\xb4\xe0\x0f\x18\x1d\xef\xe7\x17\x80\xdb\x0d\x7a\x41\xad\x5c\x64\x16\x5d\x1b\x55\xb2\xe2\xb6\xb5\xd1\xd2\xea\x2f\xb6\x82\x51\xaa\xc7\xd4\x3b\xeb\x04\x58\xe9\x26\xa1\x73\x6c\x6d\x94\x9e\xdd\x9d\x50\x61\xe8\x2f\xb0\xcf\xab\x9b\x04\xbc\x98\xa6\x01\xbe\x85\xa6\xa9\x60\x99\x24\xae\x57\x01\x49\x5a\xf8\x05\xcf\xdc\x52\xfd\xcc\x3d\xaa\xfe\x11\x46\xe4\x60\xf8\x85\x30\xa2\x22\xb4\xb0\x0a\xe9\xd1\x32\x54\xec\x38\x89\xff\x45\x37\x5b\x5f\x69\x57\xa5\x3d\x4d\x20\x6f\x41\x4b\x5c\xaa\xbf\xe0\x09\xa3\x4b\xfb\x82\x96\x58\xd5\xdb\xc7\xaa\x09\xe8\xfd\x05\xb8\xdd\xb3\xca\x0a\x3e\x36\x0f\xaf\x0a\x59\xf7\x79\xc6\x89\x22\xf5\xca\x02\xd4\x1d\xce\x5e\xb7\x52\xd3\x6b\x7e\x64\xa6\x47\x27\x19\x5f\x00\xaf\xc3\xf9\xe8\x56\x63\xa4\x9a\x9f\x79\x8c\x09\xc7\x2d\xd4\xcf\x71\x56\x9f\xd5\xb1\x05\x9a\xff\x47\x55\x13\x8f\xaa\xf3\x6e\x2f\x39\xb0\x3a\x87\xe9\x67\x06\x7a\x6a\xe9\x7a\x8a\x22\xd1\xd8\xc1\xe0\x9e\x59\xb8\x12\x38\x35\xc2\x82\x9e\xd6\xd9\x29\xd7\x60\x0d\x2c\xfd\x3f\xc0\x3b\x82\x48\x0b\x7a\xd9\xa2\x93\x7b\x8d\x64\x67\x75\x80\xfc\x39\xc3\xd9\xee\xd6\xa0\xe8\xf2\xa0\x19\xf2\xfd\xd9\x84\x03\x69\xff\x96\x9b\xa0\x88\x37\x83\x41\xb9\x5b\x3c\xca\x17\xd1\xf6\xd2\xfc\x3f\xe5\xad\x39\x90\x39\x7a\x8a\x5b\xc4\x28\xbd\x29\x91\xba\xdc\xb1\x75\x2b\x01\xb0\x87\x89\x4a\x94\xd5\xd3\x42\x40\x6c\x7e\x04\x20\xb6\xf9\x6a\x01\xff\x96\xea\x06\xb9\x45\xdc\x1e\xd6\xcd\x72\x85\xee\xb8\xce\xe6\xbe\x12\x0e\x4f\xf7\x80\x4a\x07\x3a\x53\x16\x03\xc0\x87\x9f\x39\x24\x35\x30\xb1\x50\xdd\xcf\x18\x92\xc4\xff\x02\xb6\x6d\x46\x9e\x8b\xb5\xbb\x85\x2e\x16\x0b\xdc\xf8\x96\xbd\x5e\x6c\xbb\x15\xef\xda\x85\x1e\x86\x9f\x89\xb7\x2d\x37\x16\x6b\xbe\xa9\x45\x04\x44\x15\x9d\x93\x2b\xb1\xad\xbb\x44\xbe\x47\xd5\xb2\x1c\x0b\x11\x52\x9f\xed\xb1\xc0\xbc\x66\x46\x42\x57\x69\x91\x56\x42\xd7\x3f\x95\x10\x1a\x0b\xb0\x75\x38\xad\xe2\xda\x89\x3d\x3c\x67\x3b\x56\x51\x00\x6b\x31\x89\x8f\xb3\x24\x2d\x96\x9d\x74\xda\xa3\xb5\x73\x55\xcc\x9a\x3b\xf7\x93\x86\x48\x2d\xad\x13\xbc\x2c\x16\xf2\xf6\x95\x61\x1d\x98\x56\xdd\x67\xd7\x01\xe9\xec\x85\x87\x52\xb6\x84\x1b\xa0\x4c\xf8\xbc\x90\xa9\xa5\x35\xae\x23\x99\x4b\xe3\x40\x04\x55\x11\xc2\x5f\x47\xee\x17\x7f\x01\xaa\x3d\xf1\x07\x8e\x39\xcb\xe7\x33\x89\xd6\xda\x9f\xe4\x36\x35\x00\x47\xda\x8f\x58\x48\xad\xeb\xf4\x07\xf1\xdf\xff\xc2\x1e\x6d\x8b\xd1\xd9\x56\x66\x2c\x82\x57\xcf\xd3\xc9\x40\x09\x37\x80\xbc\xfa\x66\x5f\x06\x55\x7d\xbe\xe7\x10\xb4\x54\xf0\x45\x18\x4e\x20\xb9\x2e\x30\x8f\x4f\x55\x96\x16\x77\xad\x80\x75\x61\x0c\x16\x9d\xd0\xa3\xda\x90\xb7\x2e\xc0\x6d\x2f\x1c\x94\xa2\xce\xe1\xb0\xa0\x14\x2d\x46\x4b\x77\x01\x77\x8b\xa2\x9b\x00\xc8\x43\xb8\x53\x32\xfa\x07\xf0\x9f\x05\xe3\x0d\x29\xe2\x49\xbb\x79\xe0\x6c\x7e\x81\x9e\x62\x3e\x92\x6e\xac\xb4\x59\xe1\x06\x8d\xde\xd3\x4f\x16\x78\x52\x93\x88\xa1\x72\x79\x83\xf5\x24\x91\x5a\xfa\x87\x17\x25\x8b\xc6\x87\xdb\xc8\xf0\xe1\x49\xc9\xe2\x1f\x20\xec\x7c\x70\x3e\x28\x8f\xe6\x6d\x46\x77\x83\xe5\x3e\xa1\x8f\x70\x96\xfc\xf5\x80\xfd\x84\x88\x76\xfa\x1b\x58\xad\xb4\x53\xef\xe9\x88\x93\xfd\x87\x61\x08\xf8\xed\xcc\x27\x69\xbd\xd2\x8e\xa8\x2a\x95\xbf\x1c\x3b\xbc\x63\x1d\x95\xbe\x03\x18\x7a\x5e\x76\x02\xc3\xe5\xe7\x87\x3d\x8a\xa6\x8d\xec\xa3\x93\x74\x27\xd0\x13\x43\xee\x08\x19\x2f\xa6\x60\xc3\x3e\x16\x4a\xdb\x99\x12\xd2\x11\xa8\x3b\xf2\x88\xdb\xfd\x71\xdf\xe0\x52\xb7\xdc\x23\xb7\xb5\xe6\x71\xdf\xb0\xd8\xe1\x16\x2f\xbe\xe0\x2e\xc1\x91\x3a\x53\x76\xb8\xd3\xda\x63\x79\x4f\x87\x02\x77\x59\x10\x1c\x29\xb8\xbc\x03\x29\xda\x05\x7f\x27\x52\xf4\x3a\xb0\x7a\xa4\x75\x63\x3b\xab\x41\x3a\x9e\x69\x47\x10\x97\xa3\x29\xf7\x42\x2f\x6b\x7f\x40\x9c\xa6\x49\x28\xdc\xc6\x7a\x1f\x59\xc6\x55\x4b\x78\xec\x95\x3a\x1c\xed\xf3\x1d\x59\xc5\xed\x75\xbc\x13\x29\xea\x52\xbc\xa7\xa3\xab\x2e\xb5\x3b\x1c\x0a\xec\x63\xbc\x43\xcd\xea\x68\xcd\x1d\x0e\x06\xf6\x24\xd9\x81\x24\x87\x33\xdd\xee\x50\xb3\x3a\xdb\xea\x0e\x35\x6b\x1b\xa3\xfc\xe5\x14\xda\x11\xad\x1e\xae\x21\xb1\xc3\xcb\xb5\x78\x0d\x1a\xf9\x42\x92\x70\x7f\x71\xe7\xec\x26\xb8\x41\x4a\x48\x32\xee\x8d\x03\xf2\xfb\x84\x4f\x66\xd5\xc6\xa8\x7e\x49\xe7\x1d\xa9\x89\xac\xd4\xdf\xe9\xe3\x6a\xef\x9b\x9d\xa9\x1d\x9d\x3c\x7a\x87\x52\xb4\x3b\xc6\x7e\x4f\x8f\x01\x9d\x95\x3b\x73\x39\x3a\xd8\x67\x47\x29\x48\x5f\x9b\x77\x40\x57\x15\xf3\x1e\x7b\x2a\x45\x3f\x2d\xd0\xdd\x45\xf3\x8c\x82\xe4\x56\x7f\xec\x83\xcc\x28\x22\x99\xa9\xd1\xd9\x35\xf6\x17\x58\xf6\x6a\x5e\x61\x45\x1c\xbb\x55\xef\x83\x37\x77\x6f\xa9\x17\x48\xce\xee\xa9\x8b\x14\x8f\x9a\xdb\xe0\xa6\xd6\xa0\xe0\x84\xda\xbd\x21\x88\xf3\xdc\x60\xe2\x3a\x6f\xea\x17\xa6\x4d\x95\x32\x1e\x3b\x4b\xda\x08\xc2\xec\x13\x45\xd4\x2c\x45\x26\x21\x8d\x57\x77\x12\x60\x7b\x10\x70\x18\xad\x3f\xbf\x40\x2b\x93\x69\x9e\xbc\xd8\xeb\x58\xd9\xa1\xb4\xac\x42\xbb\xfb\xa4\xd5\x55\x1f\xac\x1f\xfe\x17\x8d\x8b\xd2\xd5\x44\x2e\x62\x7a\x29\x8a\xf6\xf5\xb2\xa0\x2b\xaf\xec\x0c\x6d\xb7\x9a\x73\x07\x72\x73\xac\xc0\xbe\xb3\x0b\x0d\x62\xa7\xf4\x34\xb7\x24\x38\xdb\xfc\xc6\x2b\xa0\x1d\x56\xbe\xef\x39\x2a\xbf\x70\x82\x06\x77\x41\x75\xb1\x88\x4e\xe4\xe5\x51\x40\x05\x58\xdd\xc3\xd1\x48\xb4\x16\x13\xd6\xeb\xea\x51\x02\x36\x39\x22\x64\x67\x52\x1b\x27\xcd\xde\x89\x82\x74\x90\xed\x88\x25\xaf\xd2\x26\xec\x27\x7b\x54\x07\x2c\xf8\xed\xb4\xdc\x3b\x5d\x2a\xad\xbc\xdd\x2f\x02\x2d\x8b\xe8\x17\xa5\x74\xd5\xbe\x1d\x3b\xaa\xab\x18\x06\xed\x8c\xfe\x71\x02\xdc\xfd\xe2\xbc\xf9\x85\xd4\xfe\xeb\x99\x5a\x9e\xf0\x0b\x1c\x95\x25\x28\x70\x4c\x95\x42\x6d\xbf\x1e\x3c\x8b\xa4\xc4\x35\x9a\xa6\xbb\xe1\x59\x63\xb8\x09\x50\x05\x5b\xf6\x17\xc6\x54\xe7\x3c\xdc\x6f\x92\xe8\xff\x93\x24\xcd\x1b\x6a\xa1\x6c\x56\xce\xee\x70\x78\xfc\x6d\x3e\xfa\x1e\x36\xa1\x51\x21\x58\xc7\xe9\x6e\x77\xd6\x2a\xb1\x36\x76\x7f\x72\x94\xff\xbe\x38\x58\x8b\xc4\xea\xaf\xe3\x47\xa5\x44\xf8\x87\xf6\xdf\xff\xaa\x73\x46\x1f\x80\x10\xf6\x75\x3b\xa8\x6d\xb2\x42\xf7\x20\xa6\xf8\x74\x41\x96\x15\xb8\x3a\x00\x11\xaa\xee\xb5\x07\x5c\x0a\x6d\x45\x39\x68\x3b\x75\xd4\xc6\xb1\xf1\xec\x29\xfe\xe2\x1d\x86\xef\x95\xc7\xc6\xb3\x47\x18\xe0\xd8\xb0\x58\xf5\x4f\x79\xb4\x0f\x84\xd3\x18\x2f\x1c\x85\x79\x13\xfd\x0c\x30\xa8\xa3\xf1\x28\x3c\x7c\x75\x9a\x1f\x28\x06\x6d\x86\x3f\x18\x1b\x63\x15\xf6\xc1\x84\xcf\x56\x39\x1f\x85\x26\xee\xe2\x36\x79\x1e\xea\xbc\x3d\x6a\x41\x1e\x58\x11\x91\xba\x20\x4f\x6b\x1d\x6c\xd3\x3f\x40\x1a\xe9\xa0\x38\x78\xc2\x4b\xdf\x75\x40\x37\xe4\xa4\x62\x07\x23\x5b\x8a\x7b\xe0\xad\x2e\xfc\x01\x98\x45\x77\xeb\x03\x27\x7c\xf7\xba\x65\xc6\x19\x71\xf8\xd1\xb0\xd1\x75\x95\x38\x98\xbe\xd9\xb1\x32\x47\x23\x89\x22\x19\x71\x29\x06\x1d\x07\x4b\x37\xcf\xe9\x17\xe8\x5e\xa4\x59\x61\xba\x66\x57\x19\x38\xa0\x5b\xfa\x70\x67\x87\x84\x35\xcd\x8c\x42\x71\x0a\xaf\x83\x76\x4e\x33\x1b\x74\x4f\x55\x92\xe4\xc8\x03\xdc\xdc\xda\x99\x49\x4d\x88\xf6\xe0\x09\xde\xdc\x25\x36\x9d\x94\x22\x47\x4f\x1a\x4d\x03\x98\x51\x3a\xb7\x63\xd0\x9e\xa0\x0b\xce\x01\xed\x52\xd5\x65\xe3\x18\x88\x08\x32\xcd\x08\xc2\xb6\x5a\xe6\x78\x8f\xfc\xe2\x30\xf1\x83\x95\x9c\x9d\x65\xf7\x40\x94\xb6\x6b\x33\x1c\x80\x00\xc3\x7e\x83\x07\xe2\x54\x6c\xba\x3a\x50\x04\xcf\x41\x6e\xc7\x20\xc3\x9a\x39\x52\xb7\xb4\x4c\xd3\xcd\x37\xfc\x09\x82\x67\x3d\x2d\x41\xe9\x25\xf9\x76\x40\xbb\x54\xad\xdb\x39\x02\xb7\x13\x09\xa7\x03\xf5\x44\x9c\xa5\xe5\xa0\x76\xc9\xd1\x01\x47\x04\x9d\xf7\xc5\x0e\x89\x33\x96\x3b\x3d\x30\x73\xfa\x82\x61\x27\xd6\x45\x1e\xd4\x07\x39\x26\xff\x80\x75\xb4\x7a\xb3\x13\x57\x74\xb7\xd0\x39\x0c\x51\x35\x07\x5c\x79\x45\x03\xa2\xbb\x1d\x02\x74\x40\xa1\x54\x8b\x9f\x19\x87\x61\x0a\x00\x43\xbc\x36\x50\x0f\xd9\x83\xee\x80\xd7\x9e\x43\xd8\x8f\x15\x24\xc0\x3f\x60\x5f\x4b\xb7\x72\x2c\xca\xd7\xe5\x1f\x70\x72\x09\x5a\x1f\x3b\x87\x24\x8a\x98\xec\xc6\x5a\xb7\x63\xe7\x85\xda\xab\xcd\xc8\x69\xeb\xb4\x8e\x9d\xce\x29\x5e\xed\x9d\x58\x59\x90\xf0\xd8\xc1\xe4\x82\xca\xc7\x41\xa7\x4b\x0b\x49\x28\x78\x5c\x25\xeb\x80\x82\xc7\x25\xd9\x0e\xe2\x12\xc1\xb5\x03\xa6\x49\xc3\x90\xe3\x60\xa1\x47\xbf\x0f\x59\xe2\x4d\x90\x89\x9f\xfd\x3d\x93\x96\x68\xdb\x22\xb4\xc4\x1e\x68\x47\xc2\x18\x33\xd3\xc1\x43\x64\xba\x05\x98\xd0\x3c\x4d\xe7\xef\xbf\xff\xb5\x2e\xc8\x79\xc0\x52\xe9\xec\x06\x07\x0c\x95\x36\x4c\x1e\x27\x04\xc3\xdf\x0a\x0a\x1d\xb0\x4a\x36\x3b\x56\x1d\x48\xfb\x6c\x03\xc9\x71\xc2\x09\xca\x5b\x16\x9a\x9d\xea\x04\xc3\x07\x8c\x90\xb6\x3f\x1c\x17\x27\x54\xe4\xbe\x18\xa9\x7e\x26\xe4\xe2\x85\xca\xff\xa7\x90\xd0\x8c\x42\xf3\x63\xdb\xef\x81\xac\xcd\x61\x0b\xf8\x71\xa1\x66\x80\x20\xd0\x41\x88\x24\x5c\x77\x30\x2b\xb3\x93\x2b\x1c\x37\xb3\x49\xe8\x36\x74\x40\x51\xe3\x6a\x3d\x07\xfc\xdb\x5c\xde\xe7\x60\x7d\x38\x97\xe7\x39\x6e\x76\xa1\x59\x78\xb2\x0b\x2d\xeb\x83\x51\x1b\xbe\x3c\xbc\xfd\xf8\xdc\x7c\x98\xf7\xc3\x87\xd2\x43\x15\x99\x76\xf8\x89\x08\xe6\xb0\x0d\xe4\x64\xa1\x0d\x55\xc6\x1f\xe7\x8f\x30\x5d\x7b\xf2\x84\x09\xce\xf5\x50\xce\x5f\x76\x52\xf4\x43\xce\x9d\xbf\x60\xde\x1f\x09\xa2\xf3\x97\x43\x9d\xfa\x01\x02\x55\x9b\xf2\xdc\xf2\xd8\x50\x13\xc8\x8c\x6c\xdb\xe7\xb9\xf1\xac\xd3\xf1\x7a\x6e\x8c\x78\x57\x8b\xf4\x39\xb3\xae\xef\xdc\x38\xfd\xfe\x80\x0e\x37\x3a\x90\x4f\x68\x3a\x5c\x67\xe2\x44\xb6\x1a\x17\x18\x39\x0b\xd3\x60\x69\xcf\x9c\x85\xc7\x82\x4e\xc3\x33\x43\x21\xc4\xa6\x27\xfc\xbd\x1c\xf4\x7b\x26\xb0\xd1\x99\x7f\x22\xcf\x71\x58\x65\x79\x56\xba\xf9\xf8\x19\xd5\x83\x75\x4d\x3f\x91\x5d\xe6\x57\x3f\x1f\xf0\xf4\xd2\x89\x7b\x22\xbd\x4c\x93\x2c\x39\x5f\xe4\x32\xbb\x6e\xfe\x67\x63\x8a\x4b\x35\xd0\x10\xcf\xe1\x79\xa1\x55\xac\xfb\x99\xaa\x04\x31\xf6\xd9\xb2\x47\xf5\xc0\xe0\x05\x17\xfa\x39\x1b\x49\xd0\x34\xb4\x9c\x6a\xfd\x80\xe8\x05\xeb\x8e\xcf\x4c\xb6\x37\xfd\x43\x72\xa1\xfa\x40\xf6\x18\x57\xe8\x38\x61\x26\x53\xe1\xf1\x71\x76\x5e\x89\x75\x66\x9f\x8c\xa8\x35\x5f\x43\xf7\x10\x56\xa4\x9e\xfd\xc4\xbc\xf8\x03\xd4\x4e\xd7\x6e\x3b\x61\x26\x73\xd1\x90\x13\x0e\x5a\x4e\x67\x7a\x22\xe2\xd6\x99\xe6\x4f\xea\x2a\xcc\x1d\x83\x5e\x91\xd5\x1f\x60\xdf\xe8\x84\x3f\x61\xe2\x72\x35\x84\x33\x71\x88\xa0\xcf\x39\x72\x5e\x35\xe8\xc1\xa5\xd4\x33\x60\xc7\xe7\x03\xa0\x0e\x6b\xe2\x4e\xc4\x27\x38\x1d\xf5\x19\xbc\xd4\xeb\xbc\x3e\x33\x1e\xc1\x34\x31\x6b\xb1\xf5\xb2\x67\xe4\xe6\xf6\x27\xc8\xd5\xa8\x23\xfd\xcc\x88\x85\x4f\x27\x17\x36\xa2\x89\xc2\x3c\x7a\x61\x60\xb5\x72\x06\xf3\x73\x72\xde\xb4\x50\x2f\x48\xa9\xae\x3a\x75\x32\x27\xcd\xf7\x07\x6e\xa2\xe5\x1f\x20\xdc\xbd\xb2\x93\x28\xa2\xff\xa9\xc2\xea\x39\xe1\x3b\x5d\xdd\xff\x62\x7f\x5a\x17\x64\xac\xb1\x3d\xf4\x24\xa8\x31\x6b\x52\x97\x22\x48\x72\x2e\x0c\xc8\xe4\x2d\xea\xd7\xfd\x7f\x0e\xc8\x0d\xe4\x80\xfc\x06\x8b\x7d\xf9\x99\xac\xe4\x0d\xc5\x60\x06\x57\x57\x3a\x11\xcc\xe0\xc8\x94\x73\x91\xb7\xfc\x01\x84\x9f\x70\xfd\xb9\x78\xff\x16\xa4\x39\x19\x93\x6b\x4d\xf3\xb9\x43\xe0\x9a\x48\x66\x38\x36\xfb\xa3\xf2\x6e\xb3\x43\xe3\xb9\x33\xae\x4c\x24\x65\xd6\x40\x2f\xf4\x9e\xec\xec\x1f\x5e\xce\x70\x3d\xaf\xf3\x20\x8a\x76\x93\x80\x51\x2e\xb9\x74\x1e\x14\xfa\x66\x3e\x44\xe9\xba\x82\xf7\x99\x29\x69\x3c\xce\x63\xa2\xfc\x8c\x86\x79\xb0\x78\xa8\x3f\xd8\xd1\x83\xff\x07\xa6\x16\xde\x3c\x0f\x64\xd0\xb0\x50\x38\xb0\xf6\x66\xee\x83\x43\xf0\xfb\xef\xf9\x6a\x8b\xc0\x79\x02\x93\x5b\xc8\x9c\x3c\x6e\x8b\x5f\xc0\x21\xe3\x75\x40\xea\x41\x17\x7a\x3e\xa1\x3f\x1a\xce\x2c\x7d\x22\x54\xc1\x99\x04\x4e\x44\x2a\x18\x88\x9d\x30\x9a\x39\xbc\xe2\x3c\x79\x43\xf3\x90\xce\x5c\x69\x75\x99\x2e\x5f\xc2\x76\x27\x5d\xbe\xac\xaf\x3e\x2f\x8a\x67\xb3\x17\xe1\x96\x0f\xdb\x8b\x5a\x82\xcf\x0f\xc8\x2b\x2f\x00\x7c\xa6\xcf\x97\x27\x0e\x3e\x5f\xae\x7a\x7f\x22\x1f\x8d\xbd\xfb\xce\x17\x7f\xcd\xee\x4d\x8f\xfc\x34\x36\xdf\x9f\xd0\x69\x85\x6f\x79\x27\x4c\x73\xce\x71\x7c\xde\x2c\x4d\xee\x1e\x6e\x54\x5b\x11\x66\x3e\x91\xfe\xd0\xfa\xa3\x13\xb6\x3a\x5b\x19\xce\x9b\xe9\xb6\x34\x84\x3b\xa5\x8a\xc6\x88\x04\x36\x4e\xc7\x7f\xde\x14\x1c\x06\x31\x50\x7a\x39\xed\xed\x79\x73\x03\x14\x93\x70\x93\x46\x7f\xf1\x60\x10\xea\x82\x15\x82\x8d\x7a\x90\xe2\xc6\x01\xdd\xe7\x93\x1b\x42\xd3\xc6\x30\x63\x0f\xe2\xa1\xc2\xd3\x47\xc2\x43\xf5\x92\x4e\xa5\xeb\xf7\x23\x51\x43\x3f\x6c\xd4\xfb\x57\xfd\x00\x65\x9f\xe4\xe1\xc5\x40\x5e\x5b\x0a\x2e\x56\xc2\x70\xc2\x95\x0b\x96\x35\xdf\x97\x2e\x58\xd6\x9c\x7e\xe0\xfa\xe5\xb8\xdd\x24\x79\x52\x17\xa4\x8b\x3e\x55\xce\xb0\x72\x41\x8f\xe6\x8c\xa1\x17\x33\x22\x3a\x5a\xf8\x82\x29\xcd\xa9\x20\xae\x0d\x0c\x25\xf9\x75\xa1\xda\xda\x66\x15\xf9\x85\x58\xdd\xcf\xb8\x37\xa6\x62\xf5\xff\x58\x0b\x6d\xdd\xab\x50\x6c\x0b\x07\x5f\x05\xd1\xc2\xcd\x2f\xf0\xec\xd4\x2d\xed\x82\x21\xac\xfc\xcd\x48\x74\x15\x00\xbb\x9f\x5b\x03\xc3\x9b\x9c\x92\x73\xe6\xee\x1f\xe2\x0b\x7d\x81\x42\x69\xc3\x19\x97\xae\x5a\x50\x33\x45\x53\xf4\xc2\xd3\xee\x34\xae\x57\xe5\x88\x74\xd8\x5f\x15\xc2\x47\xc7\xcc\x05\xc3\xda\x87\x13\xa0\x65\x73\xb0\xe1\x55\x79\x97\xae\x7e\x01\x60\x20\xdc\x00\x77\xe9\x87\x24\xec\x52\xf3\x12\xc0\xaa\x15\xac\x57\xe5\xfd\x44\x37\xbf\xab\xc1\xe3\x5b\x9b\xee\x42\xd9\x34\x27\x26\xbc\xe0\xb2\xe5\xb4\x27\x17\xdd\xa7\x9c\xe4\xe6\xa2\x4d\xca\x65\xf5\x2e\xa8\xb4\xec\x25\x73\x75\xec\xd2\xe2\xff\x09\x14\x3d\xa8\xce\x8c\x75\x9a\xb6\x9e\x2b\xe1\x1f\x92\x7b\x35\x2f\x2c\x90\xfb\x19\xc5\xa0\x91\x49\x38\xeb\x82\x77\xbf\x93\x20\x5c\xc8\xbd\xe2\x4c\x9a\x17\x8b\x66\xd8\x5e\x77\x21\xf9\x8a\x9d\xdd\xae\x91\x9b\x50\xc3\x18\x40\x00\x3f\xb7\x08\x2d\x57\x37\x4d\x38\xf1\x3d\x0d\xcc\xc5\xd2\xdc\x01\xb1\xa5\xda\x8b\x1c\x83\x3e\x08\xe8\xc6\xbd\x74\x50\x50\x59\xba\x5d\x80\x8e\xae\x36\x77\x05\xe7\x59\x04\x04\xf1\x80\x80\xe2\x45\xf5\x94\x0f\xc7\x0b\x81\xa8\x4e\xee\x76\xbd\x38\x6e\x76\xb3\x1b\x5c\xf3\xad\x82\xbd\x80\xd4\xaa\xd5\x4b\x17\x93\x0d\xba\x44\xde\x05\xe8\xf6\x59\x98\x49\x09\xac\x5b\xe3\x85\xcc\x29\x4e\x26\x78\xad\x8c\x1c\xd1\xa8\x98\x01\xda\x36\xa8\x6b\x71\xe5\x34\x8a\x34\x94\x09\x3f\x5e\xd0\x71\x39\x1d\xe1\xb5\x88\x4e\xdd\x40\xae\x9c\x5f\x98\xec\x53\xe3\x46\x0d\x5c\xd7\x18\xb8\x5e\xf0\x56\x1d\x1a\x72\xa1\x6a\x99\x9d\x35\xaf\x9d\x2e\xaf\x52\xa3\x5d\x34\x9c\xb9\xc2\xdd\xb5\xf3\xae\xa3\x2e\xa9\xd1\x72\x51\xbd\x0b\x96\xb3\xcf\x3c\xc0\x99\xde\x6e\x58\x17\x7d\xe7\xed\xdf\x7f\x1d\x5c\x2b\xad\xc5\xc1\x51\x49\x1f\x72\xc1\xb2\xd6\xbc\x14\x07\x2f\x12\x82\xc5\x17\x9c\xe5\x5d\xa1\xe9\x62\xda\xe6\xf9\xe9\x93\x76\x53\x41\x9d\xeb\x44\x11\x0e\xcf\x64\x82\x29\xa1\xb9\x8b\xe5\xcb\x3e\xd2\x80\x68\x4a\x17\xf4\x0b\x5a\x2b\x07\xd3\x5d\x48\xec\xec\xdc\x3e\x17\x03\x43\x6d\x9b\xbd\x4e\x1e\x6d\x16\xc3\x27\x4e\x0d\x1f\x6d\x48\xee\xe7\xec\x0b\xd7\xc9\x99\xed\xfe\x01\xfb\xca\x07\x17\xd0\xd6\x57\xb0\x03\x6d\x19\xaa\x5f\x48\xf6\xe7\xb8\xfc\xeb\xe2\x18\x44\xf3\x95\x51\x0a\x1a\x14\x54\x57\x36\xbc\x5e\x84\x52\x5e\xdb\x8b\x1e\x43\xab\xff\xe9\x1c\xba\x12\x20\x98\x1e\xaa\x43\x3d\x69\x30\x16\x3a\xe3\xcb\x75\xf1\x20\xf2\x39\x73\x13\xc7\x4b\xd3\x75\x21\x56\xf4\x23\x0e\x6f\x6e\xaa\xf0\x17\x10\x7f\xe6\xae\x9b\x8a\xe8\xf0\x17\x5c\x38\x8d\x09\x6e\x52\x4e\x29\x71\x01\x7b\x35\x27\x7a\xba\x88\xbd\x7c\xb4\xc1\x61\xbf\x7c\xfe\xe7\xba\xf9\x7f\x0c\xca\x0b\xcf\x02\xbc\xae\xc6\x73\x65\x6a\xea\xe5\x1f\x90\xbe\xc0\x90\xe5\x81\x8d\xd4\x22\x1d\x55\x31\x8c\x68\xaf\x84\x62\xba\x8b\x5c\x0f\x4b\x63\x6a\x0c\x0f\x75\x41\x16\x67\xac\x92\xe6\xd3\xf4\x81\xef\xa4\x61\x14\x9c\xae\x9c\x89\xf2\x82\x85\xd4\x61\xf6\x17\x9c\xb0\x9c\x0f\xe8\x7a\x20\x05\x24\xba\xee\x5f\xae\x53\xe8\x87\x24\x71\xea\x07\xa4\x25\xd5\x2c\xde\x3f\x9e\xae\x4b\xcf\x80\x3c\x9b\x5b\x84\x7d\x40\x43\xbc\x61\x1e\x75\x22\xcb\x1b\x25\xd2\xac\x52\xbb\xe1\x19\x6f\x7b\xc3\xbd\x51\xaa\xa8\xbd\x8d\x67\x8c\x09\x20\xaa\xd3\x65\xe6\x06\xaa\xb3\x34\xbe\x99\xd4\x5a\xa7\xe0\x8d\x1c\xd6\x76\x08\xb8\xb7\xdc\x9e\xee\x11\x28\x4f\xa8\xf0\x2e\x2c\xb6\xa7\x19\x80\x7b\x94\x73\x91\xdc\x25\x0f\x2d\xcd\x19\xb4\x86\xf6\xbe\xbe\xa1\x35\xb4\x03\xca\x8d\xfc\x2c\x5b\xf5\xff\x38\xc8\x25\x72\xee\x82\x43\xce\x53\x50\x78\xa8\xb9\x7d\xe0\x40\x1d\xab\x77\x39\x91\x55\xc3\xed\x63\x84\x92\x37\x77\x21\x23\x7b\x40\x54\x5b\x69\x86\x98\xef\xda\x88\xea\x06\x0a\xac\x36\x51\xdf\xa9\x93\xf4\x24\x13\xf6\x49\x30\xdf\x2f\xec\x9b\xc6\x60\x77\xc5\x2a\xeb\x94\xbd\x53\x25\x69\x36\xa9\x64\x3c\x8d\xa9\x92\x46\x91\x00\x95\xe3\x07\x16\xde\x30\xae\xda\x35\xef\x6e\x3c\x64\xb5\x5d\x6f\x66\xc0\x76\xdc\xd2\xdd\x98\xe5\x46\x5d\x20\x64\xd4\x3e\xb8\x37\x42\x46\xdb\xe7\x7f\x0a\x2d\xbf\xc0\x5a\xb7\xb6\x75\xdd\x69\x4d\x35\xb3\xc2\x5a\xea\xdb\xdb\xcd\xa0\x50\xa7\xe4\xbf\x3b\xf1\x89\xfa\x40\x69\x34\x23\xa8\x9b\x1a\xc7\xe2\x67\x9e\x78\x3a\xd8\x6f\x20\xcb\x61\x24\x70\xc3\x9a\xea\xa0\x89\x7b\x24\x4d\x5a\x6d\xf8\xe2\x87\x0b\x6e\xde\x08\x13\xf5\x1d\xe4\x1e\xbc\x94\x48\x71\x7a\x0f\xf2\x93\x46\x35\xb8\x16\xfe\x1f\x86\x20\x8f\x1a\xee\x50\x8e\x4c\xb9\x83\x3e\x13\xba\x83\xde\xa8\xfd\x61\xff\xe8\x3b\x68\x5a\x97\x2e\xe0\x0e\x6a\xff\xd7\x9f\x62\x86\x6e\x54\xad\x75\x62\xda\x1b\xe9\xf6\xec\x20\x7b\xcf\x17\x04\x38\x9e\xf9\x86\xfa\xd0\x0e\x8e\x37\x40\xe1\xb2\x87\xf9\x0d\x0c\x68\x75\xdc\x3d\x73\xd6\xfd\x03\x26\xd9\xcf\x2c\x0b\xe2\x1d\xb3\x72\x8e\xc5\xce\xb0\x5a\x1a\xf9\xde\x8b\xfb\xc3\x0d\xd0\xf4\x20\x8d\xdf\x0d\xc0\xe6\xba\xb6\x37\x12\x87\xb8\x82\xd3\xbd\x48\x81\xc6\xcc\x7c\xd2\x76\x0a\xb9\x77\xc0\x31\x8b\x35\xd4\xf8\xb0\x4a\xfe\xde\xc9\x8a\x96\x73\x70\xa5\xb2\x63\xcb\x0d\x44\x58\xed\x23\x74\xc3\x84\xf9\x91\xe4\x07\x2f\x8f\x02\x32\x37\x4c\x96\x36\x03\xdd\x4c\xff\x6c\x77\x85\x3b\x21\xa1\xc5\xc2\x81\xca\x57\x66\x0c\x18\x2d\x3f\x87\xc1\xb1\xa3\x50\x89\x7b\xa0\x98\x90\xb2\xec\x86\x8f\xfa\xb2\xfb\xf4\x7d\x50\x7a\x8b\x93\x0e\x62\x29\x3d\x9f\x9c\x27\xe9\xa5\xee\x33\x47\xa1\x71\x9f\x1c\x85\x68\x60\x44\xa6\x0b\xd6\xde\xd0\xbf\xd9\x40\x76\x23\xfd\xb3\xbd\x5b\xef\x93\x27\x9e\xa0\xf3\x4d\x2f\x76\x1b\xea\x6f\xe4\xcc\xf3\xad\xe4\x4e\xc8\x58\xdc\x24\x75\x8a\x9a\x7a\x42\xc6\xe5\x16\xc9\x90\xcb\x44\xf3\x82\x59\x3c\x2c\x82\x11\xf3\x30\xcb\x92\x99\x6a\xe8\xe3\x3e\x92\x07\x11\x93\x9f\x9b\xfa\x7d\xa1\x1c\x96\x89\xbe\x50\xcb\xd8\x2c\xfb\xe2\xab\xed\xa3\x87\xbc\x6f\x5e\x21\x3e\x6f\x90\x6a\xd1\x44\x55\x95\x57\x1b\x5e\xe5\x86\x47\xf7\x83\xb2\x34\x3f\xff\xff\x72\x83\xbd\x7a\xef\x07\x9b\xc6\x14\x31\x39\xb3\xab\xa5\xde\x4f\x52\x20\x92\xe0\xcf\xd5\x9c\xa9\xec\x7e\x20\xba\x3c\x6f\x0f\xcf\xf2\x7f\x13\xfb\xfc\x98\xfa\xa8\xea\xb9\xa0\xd8\xdb\x4f\xcf\x84\x3b\x1a\xc3\x83\xf0\xc3\xf2\xf9\x20\xd7\x7a\xea\x07\x5c\xb2\xbb\x3f\xe0\x85\x33\xfc\x03\x15\x1e\xe1\x2f\x72\x71\x4d\xd4\x83\x7b\xb9\xbe\x80\xa5\x73\xb8\x0a\xfb\xb3\x41\xe9\xad\x7d\xf6\xc0\xa9\xdc\x9b\xe2\x41\xe9\x0f\x7b\x20\x3e\x1b\x34\x20\x9a\xc8\x87\xc1\x85\xd6\xd4\x3f\x4c\xc7\xe1\x9b\xd6\xb3\x25\x87\x6a\x9c\x1b\xdd\x36\xdc\xc7\x8b\x82\x6a\xd5\x5a\x3c\x40\x3d\x5d\xb8\xec\x29\x70\x49\x14\xae\x7b\x58\x86\xcc\xc5\x72\x1f\xa0\x9c\x65\x0f\xe6\xa7\xa4\x58\x76\x93\x49\x84\xdf\x80\xfd\xc0\x13\x83\xbc\x74\x8e\x86\x7a\x98\x97\xce\x72\xf9\x29\xbc\x1f\xea\x3c\x7d\x90\x22\x79\xd9\xf3\xf6\xa9\x98\xca\xe5\x67\xf2\xe8\x9f\x9c\x14\x1e\x1a\x73\x9d\xea\xf2\x61\x91\x5a\x57\x0f\x7f\x12\x28\x49\x46\x3e\x2f\x50\x2a\xce\x41\xf5\xd4\x9c\x57\xad\x4d\xea\xc3\xa6\x7f\xb8\xb1\xb8\xfe\x82\xbb\x4a\x83\x6e\x64\x06\xb1\x13\x70\x8f\x4b\x39\x3f\xb4\xac\x3a\x1e\xf1\x61\x19\x33\x6d\x9a\x87\x6e\xdd\xae\x83\xfb\xb0\x8c\x99\xbd\x0c\x1e\x98\x5a\x6d\x1f\x78\x12\xd6\x4c\xff\xf0\xee\x54\xab\xe2\x9f\x4e\xad\x5f\xf3\x0b\xb9\x94\x5a\x3a\x78\x89\xd9\xdb\xe2\x61\x49\xd8\xcd\x44\xe5\x52\xfa\x87\x94\x78\x1a\x67\xe7\xda\x6a\xaa\x53\xa3\x26\x41\xfe\x8c\x94\xf4\xfe\x81\xc0\x5c\x7a\x97\x07\x8e\x63\xd6\xdf\x3e\x70\x15\xb7\x1e\xe6\x19\xdc\x16\x3a\x75\x1f\xe6\x8f\xb3\xdb\xc2\x33\x2e\x7c\xe1\x16\x10\x19\xec\x61\xa0\x4e\x9a\xbd\x60\x9f\x80\x65\x5d\x50\xfd\x41\x04\x61\xd7\x61\xf4\xc0\x73\xfc\xb3\x05\x62\xc7\xb3\x26\x16\xb9\xde\x6c\xde\x7d\x18\xff\xe7\x24\xa2\x4f\x24\x3e\x14\x85\x2f\x18\xea\xf6\xcb\x7d\x60\x5b\xfd\x6c\x00\x80\x23\x5b\x46\x9f\x99\x8b\x2f\x92\x91\x0c\xce\x59\x4a\x9e\x89\x49\xf2\x1e\x43\x6a\xe2\xf5\xed\x81\x77\x50\x7f\x40\x8d\xaf\x94\x76\xcf\xa4\xb7\x67\x73\x17\x39\x0a\x13\x01\x9e\x17\xd8\x7f\x56\xae\xad\xbe\x40\xd4\xa1\xf5\x7e\xcf\xe2\xd2\x5a\xfc\xac\x1c\x86\xa8\x58\x54\xfc\x58\x20\xad\xdc\x9a\x7e\x83\xfe\x02\x7e\x61\xa2\xe4\xa4\xf7\xc5\x22\x13\x7b\x6b\xa1\xea\xc7\xfa\x2c\x2f\x6b\xb3\xb9\xa4\xea\xb3\xa7\xe8\x56\x27\x48\xf8\xe6\x0b\xfa\xb3\x43\x74\x0b\x09\x3c\x70\x4e\xb3\x8a\xe0\xd9\x29\x51\x2c\xbb\x59\xf6\x63\x6d\xfe\x02\x2c\x62\x11\x07\xc5\xdd\xfa\x6c\xad\x3d\x89\xd2\xdc\xd0\x88\x6a\x67\x8c\xe7\xc0\x0d\xd6\x93\x07\xdf\x33\xeb\x02\x9f\xa3\xbf\x2b\x6a\x26\xcb\x2c\x18\x52\x00\x3d\x07\x79\xc0\x44\x21\x2f\x86\xf5\x08\xcf\xc1\x25\xef\x7e\x81\xb7\x6c\x21\xbb\x07\xc1\x84\x36\xbb\x3e\xc8\xf1\xf6\x91\x41\x27\xf9\x54\x5c\x76\x22\x16\xd7\x3b\x81\xb1\x85\x76\xde\x78\xa0\xc8\xf3\x15\xf4\x39\xe9\xcf\x25\xfd\xcd\x73\x52\x27\xaa\x7b\xf1\x73\x71\xee\x45\x02\xd4\x6a\xbe\x93\x3e\x48\x3a\xf1\x99\x86\x2b\xf9\xc1\x1f\x40\xa8\x79\x1e\x2f\xca\x2c\x4b\x7b\x78\x84\xf9\x26\xff\x40\x0d\x66\xbf\xfd\x07\x06\x48\x47\xfd\x3c\x54\x7a\xd5\x3f\x65\xf4\x79\x60\x6c\xdc\xec\x0b\xf2\xa4\xb5\xd1\xe0\xe5\x86\x66\xd2\x1c\x0e\xc0\x66\xb0\xfc\x40\xc3\x65\x8f\x99\x07\x1a\xae\xcf\x99\xff\x90\x9b\x75\x13\x7c\x60\x6c\xb4\xf7\xf0\xf3\x90\x71\x34\xde\x87\x8c\xe3\xff\xc7\x7f\xff\x0b\x27\xaf\x7a\x80\xe8\x3e\x8e\x11\x0f\xf4\x53\xce\xb4\xf0\xb0\xbc\x86\x03\x3e\x1f\x66\x9f\xb0\xab\xc7\x03\x84\x27\x23\x45\xfc\x60\xac\x9c\x72\xc2\x89\xdf\x8f\x34\x4e\x3d\x93\xa6\xa2\xe7\x97\x26\x25\xbf\x8d\xdf\x0f\xda\x96\x7f\x8b\x18\xbf\x1f\x58\xf9\xdf\xa4\xc5\x0f\x80\x6e\xca\x0c\x17\xbf\x1f\x57\xbd\xeb\x99\x52\x61\xf3\x0b\x58\xf5\x7f\x6c\x12\xbf\x8d\x14\x85\x9e\xa1\xe5\x2b\xa2\x00\x76\xca\x4d\x76\x94\xf8\xa1\x50\x5b\x6f\x7e\xc6\x2c\x35\x0d\x01\x7e\x6b\xbd\xa9\x43\xa8\xb4\x7a\x13\xc9\xb4\x5b\x7e\x9e\x41\xd0\xbf\x83\x31\x7e\xac\x2a\xab\x43\x20\x7e\x70\xf1\x9f\x32\x15\xc5\x0f\xf5\x2f\x94\x2a\x33\x7e\xc8\xa5\xa6\xfb\x48\xfc\x0a\x64\xbe\x27\x09\x2a\xa8\xe1\x49\x64\x1e\xb4\xb5\xa9\x4b\x64\x83\xe8\x4d\x73\x00\xdc\xd5\x9b\xe6\x08\x6e\x71\x9b\x3c\x60\xe2\x57\x73\x52\xb4\x8e\x2c\xaa\x16\x9e\x85\x9a\x0b\x23\x22\x98\x09\x4d\x09\xb4\xe2\x47\x28\xd5\xd4\x44\xcb\x61\x6a\x58\x2d\x7b\x15\x19\xc8\xdb\x3b\x65\x68\x89\x5f\xe3\x26\xf3\x62\xb1\x6e\x9a\x8e\xe4\xf8\xb5\x74\xbf\xf3\x27\x07\xdb\xd0\x50\x1a\xef\x49\x6e\x82\x67\x76\x17\xe1\x1d\x0c\xd2\xf5\x02\xcb\xc8\x86\x19\xa0\x53\xd8\x15\xad\x38\xea\xca\x2a\x4e\x3a\x7e\x30\x1e\xf6\xae\xff\x47\xb6\xa0\xa1\xc3\x7a\x38\x55\x9b\x38\x7e\x48\xaf\x30\x55\x92\x37\x7e\x48\x10\x56\xbd\x2f\x46\xce\xa6\xbf\xb8\xf9\x85\x3b\xa1\x5e\x48\x0b\x02\xfb\x60\xf3\xff\x4c\x75\x2b\xad\xe1\x2b\x08\xd8\x82\xbf\x80\x25\x76\xf8\x19\x65\xb6\x36\x4d\x0c\xcb\x93\x7d\x9e\x29\x60\x3d\x53\x2c\x57\x16\x1e\xf8\xe4\x6e\x57\x97\x33\xbb\xd4\x4c\xa1\x7a\xfd\xcf\x53\x0b\x7f\xf5\x61\x26\x62\xbe\x83\x25\x92\xe0\xba\xa5\xca\xa7\xf1\x5b\x64\x99\xe2\x17\x68\x97\xed\xfe\x81\x27\x76\xf1\x27\x64\x2a\x0f\x03\x48\x63\xf5\xcf\x0f\x90\x39\x9f\x26\x78\x4b\x28\x7e\xe1\x61\x13\x62\xb2\x9d\xea\xcf\xee\x1f\x10\xc4\x58\xfd\x0c\x59\xff\xf9\x1f\xf1\xaa\x9f\xff\xb1\x37\xba\x56\x17\xda\x9f\x6e\x9e\x3c\x52\x46\xfc\xc5\x44\x14\x3f\xe8\x8a\xe6\xcf\xdb\x97\x90\xa2\x8b\xff\x8e\x9c\x36\xcd\x3b\x13\x18\x84\x27\x16\xd6\x41\x55\x1b\x8b\x1f\xfc\xb2\x94\xa2\x3f\x7e\xc8\x67\x20\x93\x67\xfc\x0e\xa6\xb3\x57\x83\xe7\x44\xf8\x84\x06\x74\x52\x3c\x78\xe7\xc2\x1f\x5d\xd6\xe8\xf8\xc1\x83\x5c\x36\xd3\xf8\x5d\x1c\x83\x37\xd9\x35\x49\xa2\xdf\xc0\x32\x79\xd7\x31\x8a\x2e\x4c\x33\x3c\x8e\xba\xf9\x99\xe7\xbf\xf7\xd4\x9d\xab\xa6\x0f\x10\xf4\x36\x7f\x16\x40\x3c\x61\xbd\x65\x1e\x96\x43\xf3\xf3\xce\x79\x14\x4d\x0f\xbb\xfc\xf7\xc2\xf6\xa3\x8c\x13\x7f\x6e\xf4\xd5\xd1\x79\xb8\xfd\x52\x96\x84\x7e\xe0\x16\x11\xbf\x6e\x69\xd2\xe9\xfe\x64\xf2\x8d\xa6\x1f\x38\x11\x7e\x4e\x7e\xf5\x17\x1c\x57\x31\x59\xd0\xd3\xe9\x0c\xdc\x52\x65\xa1\x3e\x37\xb6\xe8\xff\xf7\xf7\x8c\xfc\x77\xb9\x8b\x0d\x55\xa3\xfa\xf0\x73\xca\xd0\x7f\x13\xb7\x15\x3a\x77\x7d\x7e\xa0\x7b\xb8\x5a\xc4\x91\x26\xf5\x66\x6c\xac\xc7\xb4\x3c\xca\xd4\x26\x14\xbf\xc1\x3e\xb4\x7c\x5b\xe1\x2e\xf4\xd4\xbd\xa7\x5a\x28\x48\x21\xb6\x4a\x71\xe4\x2f\x10\xa5\xa6\xd8\xb9\xd8\x2a\x8f\x93\xea\x17\xe8\x4d\x28\x22\xe0\x7a\xbd\xc9\x85\x27\x36\x9a\x35\x74\x49\x8d\xad\x41\x80\x49\xc2\x6d\x8d\xa8\x74\xf8\x8b\xac\x7c\x22\x0e\xc0\xf9\x23\xab\x62\x6c\x08\x1a\x93\xbd\x2a\xb6\x4e\x08\xe5\xd5\x63\x25\xcf\xe5\x26\x3b\xaf\x5b\x62\xec\xad\x27\x97\x69\xae\xe0\x8c\xdd\x87\x9f\x81\xc6\x43\x33\xd3\x79\x9c\x57\xff\x00\x4f\xa8\xe5\x67\x32\xb6\xc7\x45\xd3\x48\x75\x8b\x3c\x7e\x3c\x75\x8c\x23\x53\xee\xc8\xd8\xe0\x6e\xdd\x43\x44\xbe\x87\x60\xad\x3a\x1b\xb6\x41\x1a\x35\x4c\x5e\xff\xc3\xff\xa3\xf2\xda\x74\x07\xf4\x13\xf2\xa8\x59\xde\xc8\x83\x1e\x9c\x58\x91\x8c\xa0\x30\x05\xb7\xc7\x16\x84\x2c\xde\x27\x38\xcf\xc2\x6b\x39\x39\xf3\xc2\x4d\x1b\xc2\xaf\xba\xd9\x61\xf2\x08\xf5\x18\x27\x6f\x35\x6e\x12\x95\x81\x7a\x88\xe8\x99\x31\x61\x7a\xa6\x0a\x43\x82\x7f\x83\x6d\x43\xfe\xaf\xb1\xe5\x55\xda\x12\xe4\x3d\xe1\xaa\x34\x9c\xb1\xc1\x7b\xa5\x7b\xe3\x2c\xca\x0b\xf3\x17\x8a\xfb\x28\xc1\x44\x6c\x2b\x97\x52\x0c\xb6\x88\x88\xbc\xf8\x70\x2d\xae\xde\xfd\x7b\xce\x83\x9a\x80\x75\x63\xfe\x4c\xf5\x8e\x61\xce\xbf\xdc\x8c\x62\xe3\xd9\xa7\xa3\x62\xcb\x0b\xb0\x65\x20\x2e\xc0\x4a\x22\x10\x1b\x7c\x5b\x96\x6e\xc0\xb1\x1d\x0c\x93\x5c\x1a\x02\x2f\xb8\x53\x14\x1f\xbc\x4c\x7a\xd6\xe0\xf6\xab\xca\xff\xb1\xbd\xf7\xd9\x29\x4d\x4f\x6c\xbc\xbf\x0a\x7a\x6e\xac\x30\xbe\x2c\xd1\x4e\xf8\x6c\xb8\x87\x93\x3d\xfa\x7f\xaa\x55\x2c\x22\x19\x36\xbe\x2c\x5c\x4e\x92\xa0\x51\x22\xc9\xf8\xf2\x18\xe0\x46\xd2\xbd\x4e\x17\xd5\x99\xde\x10\xbc\x10\x4f\x7f\xd0\xb1\x47\xfd\x01\xf5\x00\xde\xe5\x70\xd9\xed\x42\x80\xdb\x45\x50\xa9\xdb\xd9\x76\x91\x15\x9a\xdf\xe0\xc1\x60\xa2\xdf\x23\xb2\x35\xef\x6a\x24\x6a\xec\xe6\xdf\x9b\xba\x6c\x4d\x0b\x73\x86\xbb\x4b\x64\xcb\x51\x11\xca\xd8\x78\xc7\x5d\x6e\x8f\xb9\xfc\x34\xc6\xf7\xce\xdb\xaa\x59\x91\x55\x77\x7c\x1b\xdb\x50\x76\x47\xf5\x56\x62\x7b\x28\xb2\xbd\x92\xf0\xb1\xe8\x96\x5c\x88\x3a\xef\x3e\x68\x1e\x52\xe0\xf7\x91\xfc\xc1\x87\x04\x6c\x12\xca\x70\x11\xe5\x47\x39\xa6\x2d\x5c\xde\x03\xb9\x2a\x9a\x2a\xca\x8f\xf8\x51\x93\x58\x7e\x38\xf3\x97\x5e\xd8\x30\x67\x5a\xe8\x42\x4f\x58\x69\x42\xa3\x6c\x29\x46\xfc\x06\x15\x38\xc2\x3a\x65\xcb\x85\xf2\x1b\x18\x95\xa4\x40\xd9\xa8\xb3\x0b\x7f\xf1\xb0\x09\x51\xc5\x34\x30\x52\xf3\x45\x41\x86\x40\x85\x7d\x44\x41\xd9\x19\xa5\x29\x8f\xc2\xac\x2f\x4a\xa1\x19\x05\xa5\xbb\x95\xb5\x3f\x0a\x1c\x19\x54\xa8\x35\x4a\xde\x2a\x75\x25\x29\xb8\x55\xaa\x9c\x67\x14\xdc\x2a\x15\x5c\x15\x05\x8e\x0c\x53\x0a\x97\x28\xc8\x13\xa3\x5c\x0c\x51\x2a\x22\x85\xc5\x8d\x85\xd9\xb7\x15\x54\x16\xa5\x26\x47\xfb\x0b\x64\xf7\xab\xee\x12\x22\xdd\x8b\x85\xe2\x32\x4a\x30\x15\xa5\x11\x12\xe8\x24\x2c\xcc\xa6\xfd\xf3\xe2\xb0\xe0\xa1\x94\x67\x51\x98\x73\x50\xca\xb3\x28\xc8\x9f\xad\xa2\x79\x51\xde\x5b\x6a\x55\xc9\x90\x28\x0d\x91\x8a\x92\x5e\xe5\x45\x00\x7d\xfc\xfc\x0c\x7b\xb7\x47\xc9\x8c\x84\x52\x8d\x45\xe9\xac\xae\xa6\xc5\xef\x94\x0c\x3a\xd9\x4a\x4f\x16\xf4\x1b\xef\xda\xaa\xfc\x5a\x14\x1c\xe7\x0a\xc6\x8a\x02\x03\xc0\x92\xea\x2b\x0a\x7c\x68\x87\xd9\xa7\x13\x3b\xeb\xa8\x2b\xcc\x7e\xad\x6d\x55\x7a\x12\xa9\x99\xee\x0f\x00\x9d\x3e\x60\xf1\x6e\xe9\xeb\xa2\xc0\x00\x50\xbd\x34\x2f\x1e\x68\xbf\xee\x0f\x08\x5a\xcc\xa0\xf0\x8c\x90\x37\x61\x94\xc1\x7b\x59\xf1\x0b\x0b\xfe\x58\x7e\x26\xb4\xea\x7f\x49\xac\x10\x25\x88\xe5\x74\xa7\x2a\x81\x7c\xae\x9e\x76\x58\x03\x54\x6b\x2d\x4a\xe4\xae\xd4\xc2\x05\x81\xb7\xe7\xe0\x45\x14\xb5\x78\xc8\xb0\x07\xc8\xad\x26\x0a\x22\xab\x86\x47\x14\x44\xac\xba\x65\x15\x64\x9a\x51\xa1\xc1\x28\x30\x0f\xa8\xfe\x55\x14\x98\x07\x54\xa2\x2b\xca\xa4\x78\x94\x7c\x2e\x2f\x00\xe9\xc3\x3b\x08\xf1\xdf\x9b\xaf\x34\x25\x95\xfb\xa6\x69\x12\xb8\x79\x1a\x16\xfb\x10\x0d\xa9\xbb\xf7\x42\x2d\xf0\xbb\xd9\x91\x65\x57\xe4\x6e\x11\x85\x6a\x76\xdd\x47\xca\xce\x16\xd5\xc0\x4e\x22\xfd\x3e\x65\x78\xf7\x0f\x38\x86\x04\xf5\x0a\x33\xf8\xc5\xe7\x87\x24\x5a\x44\x22\xf7\xb4\xa2\x0d\xa2\x1c\x84\x2c\x1e\xf7\xc1\x03\x5f\x13\x03\x6f\x89\x61\x09\x7b\x50\x25\x33\xfd\x03\xab\x2b\xf9\x83\x85\x0f\xdc\x03\xcf\x0d\x51\x00\x8d\x79\x55\xe4\x7b\x94\x93\x17\x56\xcf\x1b\xbd\x5f\xbd\xfa\xc8\x3c\x33\x2c\xa1\xe1\xd9\xf0\x99\x36\xa8\xcc\x87\x05\x4f\x7a\x36\x4c\x7f\x40\x65\x97\x6e\x23\xe5\xe4\xf1\xad\x0b\x4e\x01\xe6\x18\x1e\x04\x0b\x55\x7f\x9e\x39\x0b\x1a\x04\xa2\xac\x7d\x59\x29\xac\x42\x6d\x8c\x5d\x50\x0b\x30\xcc\x2c\x17\xaa\x63\x08\x00\x17\x96\xf6\x33\x22\x2e\x37\x7b\xd0\x3a\x30\x9f\x9e\x15\xbe\x05\x55\xa4\xab\x37\xd5\x0d\x5f\xe9\xcf\xff\xf0\x00\x37\xcb\x3f\x14\x13\xee\x21\x21\x42\xf5\x0f\x60\x2f\xcf\x0a\x20\x82\x55\x42\x05\x08\x61\x78\xcf\x3c\x54\x45\x08\xb4\x97\x27\x83\x22\xdc\x22\xf3\x7c\x8a\xc6\x07\x05\x0d\xbd\xef\x1f\x0a\x43\xb5\x50\x59\x66\xda\x1a\xd8\x9a\x20\x41\x80\xb4\xc2\xd1\x72\x7c\x5e\x38\xf8\x85\x5f\xe0\x7d\xd7\x5f\x6c\x3c\x99\x74\x40\xd7\xc4\x11\x9f\x1f\xc0\x30\xd5\xcf\x9c\x88\xaa\x67\x46\xc4\x4f\x3d\xe3\x40\x77\x97\x50\x54\x2b\xcd\x77\xd4\x8d\xb6\xab\x4f\x83\xef\x2e\x93\xd3\x40\xd4\x92\xc3\xd4\x17\x28\xdc\x6c\x3d\x72\x45\x96\x62\x95\xd3\x8a\x5a\x78\x3f\x0a\xff\xc0\x13\x5d\x38\xba\xa2\xe8\xc7\x68\xee\x02\x99\xc3\x97\xff\x3f\x60\x93\x59\x7a\x26\xcb\x7f\x5a\x84\x68\x98\x7e\x7e\x30\x28\x7d\x90\x4a\x00\xc1\xe8\x8a\xa0\x9b\xcd\xe8\xab\x56\x72\x98\x80\x4f\x45\x5d\x66\x65\x49\x8b\x5a\x89\x00\x86\x7f\x20\x0c\x11\x46\xac\x48\x4e\x33\x7f\xf1\xa7\x93\xa8\x42\x11\xae\x9c\xde\x51\x2b\x63\x12\x35\xe6\xc6\xf3\x5e\x57\x87\x0a\xc5\xb8\xa5\x5f\x05\x24\x51\x3e\xf6\xa8\x8d\x36\x0f\xcf\x62\xa7\xa9\xc8\x43\xea\x64\x26\xe1\x9e\xda\xa9\x16\x95\x10\xaf\x1d\xcc\x23\xf9\x56\x3b\x4f\x5f\xaf\x25\xf2\xbe\x54\x4f\xf4\x60\xe0\xa3\xc0\x59\x65\x6a\x37\x1b\x46\x2a\xe2\xa9\x95\x86\x38\xea\xe0\xe1\x64\x22\x10\x60\x3d\xcc\x3e\x83\x37\x53\xc1\xb7\x9a\x5a\x6f\xdd\x3f\x2a\x0a\xc0\x29\xf9\x4c\xd4\xa0\xd0\x35\x8b\x32\x6b\xb0\x0e\xf5\x1a\xe0\xc8\xcf\x33\xec\x4b\x9f\x06\x40\x63\xf7\xf7\x49\xa3\x36\x09\x7c\x00\x94\x4c\x36\x6a\x00\xcd\x49\x16\xd4\x20\x89\xba\xe2\x54\x9e\xe9\xcb\x83\x98\x49\xa3\x68\x60\xfa\x38\x25\xdb\x8c\xca\x63\x5d\x5a\xef\x8a\x02\x6f\xc6\x5a\x95\x11\xcf\xd5\xcf\x94\x60\xd3\x3f\xc0\x5a\xa0\x13\xb7\xb2\xc2\x9b\xdc\x9e\xa2\xae\x24\x4a\x6f\xe4\x29\x2f\x5c\x50\x17\xc1\xb9\x84\x60\x4d\x4d\xba\x20\x60\xa5\xc9\x5e\x67\x43\x65\x9c\xcc\x47\x3c\x2c\xe2\xa3\xe9\x2f\xb8\x59\x75\xc7\xad\x3b\x13\x7a\x9b\x03\x76\x1a\x42\x2c\x0f\x98\xff\x57\xe9\x00\xa3\x22\xdf\xaf\xe3\x79\xa2\x22\x3f\x8c\x55\xac\x75\xe7\x5d\xc9\xd3\xbb\x53\x9c\x5b\x66\xec\x14\xad\x9e\xae\x03\x50\x54\x90\xa7\x42\x3d\x3e\x74\x94\x57\xd4\x58\x6b\x2a\x7b\x12\x95\xea\x71\x95\x31\x89\x7a\x50\x02\x58\xaa\x40\x03\x51\x95\x6d\x2f\xea\x41\x3e\xf1\x0b\x27\x9b\xf0\x0b\xd7\xcb\x89\xe6\xbc\x83\xe0\xd0\xbb\xfe\x04\xaf\x77\x3f\x23\x65\x91\x0e\xeb\x7a\xe6\xdc\x69\x9c\x27\xf7\xb4\x97\xf0\x24\x73\x6b\xb6\x4f\xf8\x85\x7b\x33\x9c\x0c\xb9\xf4\xfb\xdc\x7f\xe6\xe5\x54\x6a\x78\x45\x91\x07\xe6\xe7\x03\x80\x80\xc3\x92\x09\x5a\xfc\xa6\x6c\xa5\x51\x2f\x04\x5d\x98\x04\x16\xa3\x58\x66\x09\x26\x7e\x31\xaf\xb3\x32\xda\xf4\x66\xb8\x72\xf5\xd4\x07\xc2\x5b\x86\xe7\x01\x66\x7c\xb9\xc7\x47\xbd\xb9\xdf\xbc\xbd\x6e\x24\x88\xf4\x16\xbe\x33\x71\xa6\x46\x71\x53\x48\x68\x22\xef\x9c\x48\xbf\xc0\xe3\x5c\x6a\x88\x7a\x27\x95\x1a\x06\xb2\xfe\x2a\xb7\x5d\xd4\x17\xc6\x54\x45\xd4\x46\xbd\x49\xb4\x88\x84\x65\x61\xb8\x07\xa0\x9a\x36\x65\xb7\xac\x34\xde\x7b\x66\x9f\xdc\x6d\x62\x07\xf8\x67\x0e\xa3\x81\x87\x2c\x29\x4d\x47\x4d\x9c\xf3\xa7\xb0\xa2\xa8\x0f\x2f\x53\xe6\x26\x7a\x73\x2a\xa1\x4e\x54\xa4\x04\x5e\x1e\xf2\x43\xec\x27\x6e\x69\x0c\x57\x91\xff\x4d\xb4\x5f\xae\xc4\xd0\x0f\x0c\xe1\xae\x7a\xce\x51\x4f\xfd\x80\x95\xf8\xbc\x30\x50\xa5\xc6\xcf\x10\xdf\xda\xa9\x0d\x25\x89\x6d\x13\x68\x8c\x74\x9e\xba\x6c\xb7\x8d\xb7\x3e\xad\x5c\x63\x44\xcb\x4f\x62\xad\x95\x0c\xa7\x16\x0d\x85\x89\x14\xf4\x05\x33\xec\x79\x6d\x1b\x51\x8e\x24\x50\x2b\x64\xe1\xd0\xf3\xe4\x07\xa2\xba\x70\xdf\x89\xa8\x82\xd8\xf9\xee\x1e\x79\xa3\x0a\xb7\x48\x61\xb1\x99\x48\x6e\x82\xe5\x26\x71\x1d\xf1\xc0\xa9\x6b\x11\xa8\x69\x15\x49\x3a\x24\x46\x1b\x43\x89\x3d\x91\x2f\xa6\xa9\xf2\xca\x8f\x06\xd5\x8b\x12\x85\x45\xa3\x7d\x7f\x7a\x56\x10\x43\xa2\x94\xa7\xd1\xe0\x08\xa9\x7c\xa4\xd1\x1a\x6f\x60\xee\x11\x9e\x91\x43\xf0\xa0\xa5\xb9\x5f\x62\xb9\xb5\x9c\x57\xff\x90\x88\x42\xec\xd2\x28\x76\x8b\x3b\x61\x55\x0d\x6d\xab\xd6\xc8\xa4\x02\xfb\x8d\x51\x22\xca\x15\x17\x8d\xc8\x67\x93\x2c\x6f\x69\x2c\x91\x7e\xae\x75\x2e\xa7\xc8\xe8\xd9\xab\x26\x1f\x01\xc9\xc3\x73\x95\xda\x14\xb7\x88\xd0\x35\x33\x2d\xea\x3b\x28\x9b\x67\x34\x14\xe2\x9d\x9b\x4e\x8f\x06\x65\x8a\xaf\xf9\xad\x73\x2e\xf5\xff\x40\x4d\x17\x89\xc0\x36\xf2\xd8\x14\xc9\x70\x30\x18\x9f\xe7\x86\x4c\xee\x7e\x1e\x1c\x82\x18\x6a\x70\x08\x7e\xc6\x6a\x0a\x0e\xb4\x91\x13\xab\xa9\x1f\x0c\x2a\xfc\xbc\x41\x48\xe1\xbd\x0c\xe7\x4a\xa5\x6b\x88\x46\x68\xe6\xc5\x8b\x5c\x09\x11\x15\xbc\x3d\x98\x07\x91\x72\xcf\x42\xb5\x21\x50\x45\x49\x25\xa3\x51\x7d\x22\x7c\xd1\x60\x9f\x69\xd3\x4c\x4a\x64\xb5\x79\xab\x32\x35\x8d\x14\x8c\x6d\x4e\xbe\xa0\x2e\x27\x76\xe2\xf0\x07\x38\xa5\x85\x1d\xda\x4c\x99\x26\xa2\x17\xfb\x14\xf6\x6a\x2b\x05\x8a\x88\x58\xc9\x60\x9a\x5b\x3a\x18\x6c\x12\xe5\x6d\x51\x1e\xe8\x62\xd6\xd6\xe2\x1b\xee\x85\x18\xc6\x7b\x83\xe9\x5f\x54\x96\x32\xda\xe2\x5c\x98\x0c\x58\x70\xcd\x73\x7b\xd2\x29\x2a\xf6\x9c\x1b\xd1\x49\xad\x8c\x87\x8e\x12\x62\x4d\x45\x0f\xa2\x11\x8b\x6d\x96\x9d\x7b\xee\x47\xff\x80\x3b\xc2\x74\xa7\x39\x30\x8d\x23\x73\xf7\x79\xc9\x76\x1e\x8b\x9b\x7f\x20\xa3\xd5\xbf\xb8\x78\x47\x43\xcd\x31\xe7\x74\x8a\xc6\x04\xc2\x56\xdf\x37\x28\x7e\x7c\x65\x6d\x09\xdd\x74\xff\x6b\x44\x6a\xaa\xc0\x18\xed\x48\x92\x34\x0a\xe4\xe6\x9b\x9b\xe5\x3b\x02\x9d\x8b\xe5\x39\xe3\x9c\x95\xa9\x2c\xda\xc9\x71\xeb\x6e\xd4\xce\x1c\xb7\x7f\xc0\xfe\x12\x6e\x6a\x00\x52\x8e\xf2\x8b\x76\x62\xf7\x08\x06\xb5\xeb\xc7\x17\xf4\x05\x80\x52\xb1\x77\x54\x83\x39\x48\xb9\xe5\xa2\xc1\xfc\x33\xed\x8e\xd3\x2e\x32\xfb\xe6\x2f\x78\x18\xea\x42\xd6\xa0\xbd\x29\xf6\x85\x6a\xb0\xff\xa8\x84\x4a\x34\xba\x4c\x4e\x6f\xd1\x2b\xe7\x5b\x6f\xc0\x20\xa4\x04\x6a\xd1\x6e\x86\x6c\x68\xe0\xa8\xdc\xa5\xfc\x69\xd1\x6e\x6a\x6b\x74\xaf\x6c\x0c\x64\xf1\x38\x61\x31\x1a\x06\x11\xf0\xa3\x2c\x3f\xf3\x2d\xaa\xce\x0e\x83\x0a\x94\xfa\x2a\xf6\x9d\x6a\x77\xae\x9f\xbb\xc0\x5e\xb1\x5c\xb9\xb1\x7e\x9b\x0f\x4b\x84\xc2\x0c\x1f\xa6\xa9\x52\xd2\x45\xb4\x3d\x30\x44\x58\x7c\x52\xc5\x64\xa9\x40\xec\x65\x59\xf8\x24\x4f\x89\xe8\x87\xea\x9d\xe6\x1f\xc8\x00\x66\xc3\x4c\xf4\xa7\x1d\xdd\x7f\xd0\x58\x4a\x9e\xf6\x1f\x66\x52\x22\xa1\xa3\x34\x97\x32\xf8\x44\x07\x54\x52\xfa\x9c\xe8\x8c\x8d\xb1\x3b\x57\x47\x52\x97\xd0\xd2\x74\xd8\xa9\x94\xcb\x26\xfa\xef\xc6\xb3\xde\x07\x54\xb2\xd6\xab\x23\x83\x5f\xb1\xb3\x56\x47\xa0\x8b\x92\xc2\x44\xdf\x48\x81\x28\xde\x18\x53\xd2\xdc\x02\xd5\x3f\xd3\x2d\xe0\x32\x27\x79\xd1\x61\xe7\xb2\x0d\xb4\x6f\xa8\xcf\xa7\x53\xa8\x6f\x24\xd1\xcf\x0f\x54\xf6\x22\x99\xc9\x92\x37\x01\x84\xce\x2a\xb4\xbe\x55\xf5\xc2\x3c\xaf\xcb\x3f\x30\x4c\x4e\x44\x03\xdd\xcd\x4d\x90\xa2\x23\x54\x46\x99\xd9\xa3\xa3\xd2\x56\x7c\x9e\x83\xd3\xe2\x16\x58\x93\x44\xa3\x7e\xd1\xde\xfb\x82\x46\x55\xf2\x6e\x60\xb2\x0f\x24\xbc\xf5\x0b\x5c\x29\x2d\x6d\x41\xcd\x3f\x09\xff\x5e\x7f\x70\xbe\xf2\x33\x4a\x42\x08\xb1\x74\xa8\xb4\x2c\x2a\xfa\x0b\xfe\x8a\x0f\x87\x5e\x93\x35\x34\x8f\x70\xe7\x94\x27\x71\xf4\x3a\xff\xfb\x5f\x53\x81\x86\xe8\x35\x87\xe0\x1f\x60\x2c\x14\x7f\x77\xe4\x91\xa9\x9e\xc5\xca\x11\x98\x22\xca\x0d\x5d\x35\x7b\xcb\x95\x52\x8b\x8d\xf2\xcd\x4d\xa2\xe6\x82\x12\xaa\x44\x87\x99\x2d\x3c\x8b\x2d\xe7\x5d\x7d\x34\xca\xbb\xe2\x16\x16\xbe\xd0\xa8\xda\x8e\x67\x4d\x3b\x0c\x71\xd6\x24\xf7\xc6\x2c\xa7\x7f\x49\xff\x13\x1d\xf1\xca\xca\x85\x12\xbd\xa5\xa8\xd4\x14\x20\x60\xd9\xa6\xf0\xde\x73\xc4\xa2\xb7\xc3\xcd\xc1\x9c\x98\xc8\xb4\xfa\x07\xe4\x44\x35\x9b\x74\x8e\xd8\xdc\xdd\x79\xdb\x11\x0d\x9d\x03\xd4\xb2\x22\xac\x27\xcc\x99\x08\xeb\x51\xd0\x69\x74\x84\xf5\x58\x09\xdd\x3b\x15\xbe\xde\x4f\x48\x94\x53\xec\x74\xd7\x51\x7a\x4c\xb9\x01\xa3\x8f\x8d\x2f\xe8\x0b\xd4\x1e\x53\x64\x6c\xf4\xc1\x55\xd4\x9a\x8c\x0e\x55\x96\x48\x04\x32\x35\x28\xec\x23\xf0\xbe\x26\x69\x70\x0d\xfd\x3f\xea\xbc\x9b\x64\x44\x47\x87\xa7\x04\x1a\x42\xe7\x4c\x8a\x8e\x98\xa0\xf8\x8c\x80\x40\x49\x6c\x04\xb7\x58\xeb\x3c\x3a\x35\x88\x4a\xac\x1b\x3d\x72\x59\xd4\x02\x60\xaa\x6d\xa7\x1d\x76\xc2\xf8\x3c\x77\x1e\x2f\xfe\x00\x9c\x5b\xdc\x45\xc0\x3d\x58\x24\x42\xe7\x18\x9e\x43\x3a\x26\x29\x4d\x69\x74\xa6\x70\x54\x48\x48\x74\x18\x0e\x6d\x7a\xef\x74\xb4\x55\x4e\xd1\xe8\x30\x14\x86\x79\x0d\x89\xa2\x8b\x3d\xfe\xfa\xc4\xbc\x7a\xaf\x4c\xb0\x8e\xd7\x61\xa2\xd6\x4e\xb8\x81\x93\x24\xb8\x07\xb8\xa9\x79\x21\x81\x94\x55\x5a\x3b\x7a\x02\x65\x9d\xa1\x1d\x99\x7a\x6c\x8b\xea\xa8\xaa\x1b\xe6\xf6\x95\x24\xaa\xc5\x45\xf3\x96\xa5\x12\x72\x24\x86\x17\x62\xf1\x0c\x35\xd1\x28\xab\x6b\xbd\x68\xdf\x73\xe9\x34\x4a\xc4\xf7\x84\xb9\x67\xe7\x41\xdf\xfd\x03\x8e\x30\x4f\x34\xe0\xa9\xca\xa3\x45\xa7\x5d\x71\x13\xf4\xeb\xc8\x78\x68\xb7\xf7\x7e\x80\xff\xbd\x83\x0e\xf6\xa8\x41\xd1\xce\x38\x7d\x20\x1d\xec\x51\x24\x1e\xbc\x2d\x08\x4b\x76\x78\xde\xc6\xa7\xc7\x05\x61\x2e\x92\x0f\xe2\x1f\x2f\x25\x72\x49\xc7\xa7\x01\xce\x8a\x96\xf2\x00\x88\xb6\xac\x3e\xf3\x8c\xd4\xca\x20\xb8\x27\x7c\x1c\x9d\x1c\x83\xa6\xf9\xcc\x59\xd3\xa0\x10\x83\xdd\x7d\x5e\x9d\x84\xa2\x96\x85\x27\x7d\xf7\x44\x12\xe0\x70\x7c\xfe\x67\x20\x79\x77\x17\xa0\x59\xb8\xb3\x9f\x74\xf6\x34\x32\x80\x62\x71\x6e\xde\x23\x30\x65\xc6\xe7\xb9\xf2\x05\x11\xf9\xe2\xe5\xa2\x72\x68\xd1\xaf\x8e\x64\x2d\x9a\x96\x8b\xe6\x8a\xcf\x0b\x74\xf9\x72\x8b\xd8\x32\x9f\x06\x51\x32\xcb\x0c\x7e\xe5\x20\xdc\x22\xef\xf9\x9f\x37\x00\x5f\x04\x02\xfb\xcd\x99\x17\x10\xed\x40\xcf\xab\xfd\x49\x43\xd7\x01\xad\xc3\xad\xdf\xc9\x5a\x9a\x65\x6a\x29\x37\xf3\x1a\x6c\xad\x8a\x95\x8f\xce\xa2\x1e\x2a\xf5\x1e\x1d\xf9\x0d\xe7\xf6\x69\x82\xe7\xb6\x65\xd9\xf3\xe2\x7d\xfb\x85\xf7\x87\xe2\xd2\x0c\x8f\xac\x39\xb6\x18\xf7\x87\xc2\xec\xf3\x02\xd6\xde\x5b\x0e\x0e\x59\x8e\x11\x18\x74\xb8\x52\x52\xd1\x18\x08\x19\xb2\x07\xff\xf8\x51\xfb\xa1\x9b\xcf\xa0\x53\xf5\xf6\xf9\x82\x0c\x3a\xfc\x49\xce\x44\xd7\x0f\x74\x1e\xd5\x39\x35\xe0\x33\x6d\xff\xe4\x91\x8a\x43\x91\x39\x10\x57\x64\x67\xf2\xf1\xe3\x6a\x0f\x77\x0a\x96\x15\xfb\x8c\x1f\x39\x54\xbb\x64\x24\x7e\x96\x50\x1e\x5b\xd2\xed\x1f\x88\x60\xdc\xe9\x96\x93\xa7\x5e\x37\x5a\xf6\x86\xdf\x20\xec\x70\xb7\x88\x26\xb2\x8f\xf3\x28\xc4\x55\xd5\x3f\x40\xee\xea\x00\x1c\x85\xd7\x7c\x0f\x04\xa1\xe0\xd5\xe1\x44\xa3\xe0\x4c\x16\x0f\x8c\x42\x32\x4d\x44\x22\xdc\xea\x37\xa8\x86\xf3\xc8\xe0\x0a\x66\xef\xc8\x51\xa9\xfb\x31\x15\x34\xba\x6e\x52\x5f\x8f\x4a\x32\xfd\xcc\x8b\xbc\x07\xc6\xf2\xb2\xfd\xf3\x06\x56\x48\x1a\xc9\x51\x79\x64\xb9\x8f\xc6\x3b\xb5\xc4\xff\x68\x64\x5e\x9d\xc4\xa3\x61\xff\x49\x4e\x0d\x5a\x5e\xa7\x87\x0e\xcb\x6b\xb1\x2b\xec\x48\x07\x70\x8f\x8c\x30\x35\xfc\x05\xf5\x0d\x9f\x1f\xa8\x2d\x34\x9d\xa9\xc4\x34\xb7\x02\x87\x7e\x06\x46\x68\xf9\x59\x21\x38\x84\xf9\x0c\x19\x9d\x4b\xa8\x63\x6a\xf4\x01\x17\x34\xbf\x80\x33\x24\xdc\x40\x2e\x98\xba\x80\x8a\x32\x3e\x0d\xe4\xbe\xd7\xcc\x64\xc9\x58\x5d\xf4\xc7\xc8\xf5\x50\x9b\x44\x6e\xe1\x2f\xd0\xa4\x54\x3f\x63\x90\x27\xcc\x35\x8c\x58\xda\xc2\x3f\x50\xaf\xe2\x05\x83\x0a\xd1\x3e\x39\x23\x55\x88\x9e\x19\xe4\xba\xb1\x47\xcc\x08\x8a\x40\xaf\x06\xa1\x97\xd0\xdd\x20\xd4\xd2\xd9\x37\x02\xc9\x78\x97\x7b\x44\x06\xae\xe6\x0e\x38\x08\xff\x0f\xcf\x0f\xaf\x5d\x20\x71\xba\x8c\x07\x63\x92\x62\x7d\x3f\xe9\xab\x2f\xfd\xc7\x98\xb0\x7f\x79\x04\xa8\xf0\x61\x6f\x84\x31\x99\x85\x43\x1d\x24\x70\xab\x7e\x81\x95\x1c\x35\x22\xe4\xce\x76\x48\xdc\x98\x1c\xa1\x1b\xc0\xae\xf8\x10\x80\x33\x48\xb7\x8e\x41\x4b\xb0\x67\x0c\xe9\x12\x95\x9d\x22\xc6\x4a\xde\xfa\xd3\x99\x34\xe0\x1b\x66\x4b\xf6\x58\x88\x7b\x32\x1b\x2d\x84\x0d\x7c\x7a\xa3\x5a\xf9\x43\x0e\xed\x18\x22\x7f\xf1\x06\x22\xf8\x33\xe8\x8c\xae\xda\xf1\x31\x52\xb1\x29\x45\xf3\xd8\x61\x7e\x09\x7f\x41\x67\x70\x13\xb5\x53\x88\x7e\xde\xc0\x2a\xfa\xfc\xd8\x29\xba\xcd\xbb\x07\x96\xd5\x6c\x82\x7a\xaf\xaa\x57\x18\xe3\xa0\x66\xd4\xb3\x76\xa0\x94\xaa\xcf\xac\x23\xbb\x14\x0d\x07\x14\xcb\xde\x70\x27\x2f\x52\x42\x3c\x03\x20\xcc\x26\xe7\x41\x0f\x75\xcf\xc3\xc9\xfd\xe7\x41\x9c\x28\xfd\x22\x7c\x3d\x4e\x16\x22\x10\x6b\x9e\x14\x44\xde\x2c\x08\xc1\x2a\x16\x0a\x4c\x7b\x63\x77\xdc\xc1\xaa\x1f\xd3\x44\x03\x95\xd9\xea\x3d\x12\x95\xf9\xa4\xb8\x48\xb4\x9f\x29\x35\xbc\x3f\xae\x81\x17\x44\xc3\x0b\xba\xea\x26\xab\xc2\xb8\x88\xf9\x3d\x2f\x50\x51\xda\xdd\x62\x5c\xa8\xc1\x61\xc1\x05\x48\x65\xeb\xf0\xb8\xe0\x86\x6a\x76\xbf\x29\xf3\xbd\xa3\x5f\xcc\xd5\x6d\xa8\x1d\x37\x63\x09\x44\xc1\x8d\x4b\xb7\x05\x3c\x6c\xc1\xb6\xc3\x8e\x3b\x97\xda\x2f\x04\x5e\x10\x3f\xde\x3c\x1d\x2d\x63\x90\xd9\xd0\x36\xcd\x71\x53\x17\xe8\x89\xbf\x73\x9e\x35\xe8\x17\x86\x55\x15\x2d\x8b\xc1\x54\x86\x8e\xd7\x19\x0f\xc5\x8a\x19\xf0\xc1\x89\x20\x7d\xcb\x40\x32\x9f\xcf\x49\xf7\x50\xe3\x23\xb0\x38\xe0\x14\xf7\xe1\xe0\x27\x27\x5e\xc3\x82\xdf\xfc\xf4\x11\xf2\x24\x91\xa2\x1a\x4e\x6f\xaa\x36\x19\xf1\x4b\x22\x87\x7e\xd8\x00\xfa\xfd\x42\x43\x8b\x55\xcf\x49\xd3\xd4\x0f\x98\xc9\x4f\x8b\x13\xcf\x9b\x9e\x11\xe0\x13\x6e\x20\x37\x76\xe8\x87\x83\x71\x21\x7a\xa6\x1f\x69\xd7\x33\xf5\x1b\x92\x1d\x91\x90\x4c\x1a\xca\xd8\x08\x14\x25\xc0\x63\xa3\x26\x5f\x6a\xd6\xd8\x78\x17\x9f\x6e\x83\x13\xe5\x26\x78\x2b\xd5\xde\x0f\x28\x2d\xbd\x9a\x01\xa5\xa5\xa1\x4f\x20\x77\x8f\x5d\xd0\x23\xbd\xea\xb4\x29\xa2\x70\xe2\xfc\x01\x91\x8f\x8e\xda\x80\xd3\x9c\xad\xc3\x51\x78\xf1\x98\x6e\x81\x76\x13\x6d\xa3\x28\x3c\xdf\x25\xe1\x82\x35\x5b\xa7\xa9\xa8\x94\xfb\xda\x49\x51\x69\x43\x14\x87\x44\x25\xcb\xe8\x78\x8e\x54\x0a\xfa\x0b\xe2\x18\xcd\x14\x9c\xf1\x8b\x5d\x8d\xa3\x72\x3d\xcc\x22\x40\x68\x36\x30\x45\xe3\xfa\x08\xb7\x47\xc2\xad\xf9\x27\xc7\xba\x60\x55\xd6\x70\xf3\x60\xb0\xe2\x67\x42\x31\x6d\xd5\x68\x39\x2d\xea\xaf\x27\x01\x5a\xbc\xce\xdd\x2d\x89\x16\xd0\xb9\xd9\xbe\x1c\xd0\xb9\xd9\x70\x1a\x3d\xf7\x8d\x7f\xc8\x41\xeb\x07\xe8\xd0\x86\x24\x52\x8c\xf2\xdf\xff\x62\x9a\x49\x47\x85\x57\xb9\x16\x73\xf0\x76\x63\x0e\x44\xe4\x9c\x75\x68\x31\x58\x04\x4c\x24\xa5\x23\x9e\xd9\x01\x8e\x78\x36\x68\xc7\x60\x69\x08\xb3\xe4\xe0\x20\xfc\xcc\xcb\x8e\x99\x21\x28\x56\xbb\x7f\x28\x1c\xa6\x7f\x00\x4f\xea\xda\x11\xac\x86\xe6\x44\x0d\x11\x84\xe7\x12\x41\xc1\xec\x39\x76\xfb\x0e\xd8\x7b\x67\x71\x93\x0f\x9e\x35\x0c\xd8\x7f\xc3\x79\x11\x22\xdd\xe1\x85\x26\x02\xe0\xc7\xc6\xda\x00\xf8\x99\xba\xa7\x04\x12\xd7\xd8\x10\x1b\xac\xf4\x61\xb3\x5c\xd0\xe9\xcd\xee\xa4\xb1\x68\xd3\x58\x7e\x83\xf2\x40\xea\xfe\x58\xec\x43\x73\xc7\xe0\x70\x15\x3d\x8d\x40\x9d\x55\x9b\x72\x83\x5a\xaa\xe2\x99\x81\x56\x6a\x16\x8f\x6b\x47\x71\x06\x2f\xe8\xce\x05\x35\x13\xc2\xce\xda\x7c\x7b\x8a\x3d\x0b\x24\xbb\x09\x44\xb2\x7e\x88\xb8\x70\xd3\xf1\xff\x94\x10\xc3\x4d\x72\x2b\xe8\x9c\x8b\x83\x64\xab\x8b\x83\x88\xc5\x4c\x73\x80\x4f\x2d\xa6\x0e\x42\x57\x13\x75\xe0\xf0\x17\x94\x8d\xcc\x53\x63\x0e\x38\xc8\x33\x5a\x60\xf8\xcc\xd9\x5e\x19\x07\xb7\x8e\x05\x3e\x6a\xe0\xdb\xb8\x1b\x27\x2f\xbb\x16\x39\xc8\x17\x6d\xfb\x65\xa4\xcb\xbc\xc5\x39\x21\x8d\x30\x4f\x5c\x54\xc9\x78\x39\x2f\x4a\x00\x21\xd2\xb8\x72\x58\x7e\x83\x7d\x68\xdc\xc4\x30\xd6\xce\x06\xca\xbd\x5a\x39\x1b\x50\x1c\xf9\xa6\x14\xc0\x34\xd6\x94\xc6\x9d\x7c\x2d\xa2\xa0\x16\xfa\x4c\x3d\x34\x3f\xd3\x07\xe7\x9d\x0c\x23\x12\x6e\x96\xa3\xf3\x07\x94\xdd\xba\x07\xc5\x0b\x5a\xaa\xd3\x49\x04\x93\xd3\x0c\xff\xbf\xb3\x45\xb7\x70\xf2\x07\x13\xc9\x8c\x05\x7e\x06\xdb\xfb\x24\x85\xe6\xc8\xb6\x87\x78\xa8\xd6\xb1\xac\x65\x99\x7b\xc7\x93\x05\xf2\x2f\xdb\x61\x24\xd2\x05\xce\xc2\xf8\xa1\x29\x58\x90\x37\x60\x55\x9d\x45\xd0\x2a\xa0\x4b\xf2\xc5\x78\xa2\x80\xac\x5d\xe0\x26\x4a\xa3\xcd\xb2\xf9\x85\x9c\x98\xa1\x1f\x16\xdf\xd8\xf4\x03\x9b\xf4\xf3\xc5\x17\x8a\x7e\xe0\xce\x89\xbf\x14\x2f\x8a\xb9\x71\xd7\xe8\x4c\x9a\xa8\x93\x61\xf5\xd8\x44\xe8\xbd\x37\xee\x44\xb6\xc0\x4d\x06\x90\xb9\x25\x81\x1a\xd3\xc6\x53\x55\xb0\x68\x16\x6c\x54\x9d\xb2\xb3\xc0\x90\x1c\x7e\xa6\xa8\xd6\xf9\x31\x53\x45\xf4\x79\x03\x95\x54\x4c\x13\x82\xf3\x6d\xcd\x9e\x74\xe3\xd7\x5d\x64\xd2\x09\x5f\xa5\x38\x62\x56\x2e\xb6\x04\xf1\x44\xc1\x58\x3b\x27\xce\x8a\xe0\x6f\x89\xf6\x99\xda\x1d\xdd\xd1\x66\x0d\x72\x87\x68\x00\xb8\xb0\x8e\x6f\xd6\x87\x89\x5d\xfe\x3d\x43\x55\x13\xbe\x08\xcf\x54\xd5\x08\xaf\xcc\x86\x63\xb2\xfb\x85\x20\xd5\x7e\x21\xf9\xcb\x6f\x10\xca\xe9\x28\x9e\x0d\xb7\xd3\x4f\x93\x2c\x73\x28\x09\x35\x3b\x9d\x07\x65\x8f\x9a\x09\x20\x04\xe6\x26\xf0\xc0\x72\x14\xe4\x84\x11\x4e\xa5\xf6\x62\xf6\xe4\x27\xcd\xcd\xe0\xf2\x98\x25\x06\xa2\x2c\x4c\xe6\xa0\xfb\xc9\xf2\x0b\xdc\xbd\x9b\xdf\x40\xaa\xa9\xe1\x17\x4e\x28\x0d\x34\x2e\xa8\x62\xe2\xfb\x03\x0e\x2d\x13\x15\xa8\xbd\xf3\x79\x06\x24\x95\xd6\x71\x06\x3c\x18\x3d\x51\xd0\x9b\x58\x59\x37\x91\x1a\x66\x39\x91\xcb\x9c\x94\xb3\x5a\x6f\xe4\xb1\xb3\xc2\x70\xc2\xe5\xdd\x9e\xc7\x73\xe6\x90\xd4\xe3\x64\x0f\x1a\x12\x03\xdb\xcc\x51\x3c\xea\xa5\x39\x9d\x93\x8a\x04\x0f\xe1\x3d\xfb\x6b\xf3\x36\x41\xd6\xe0\x52\xfd\x4c\xa1\x2a\x38\x3b\x61\xa0\xb2\xe9\x67\xae\x40\xe2\x63\x51\xc4\xbc\x31\x06\x72\x13\xf6\x2a\x2b\x0f\xe7\xa2\xe8\x28\xfe\x81\xca\x5b\xcb\xa7\xc4\x0a\x42\xa8\x73\x4f\x21\xa9\x95\x84\x05\xcb\x5a\xb7\x99\x58\xc1\x0c\xb7\x33\xfa\x54\x7d\xec\x64\x6a\xc9\xdd\xf9\x62\x85\x62\x4f\xa3\xb9\x93\x4a\x3f\x93\xe9\x3f\x2f\x20\x02\xcb\xb9\x88\x26\x92\xd1\x58\x0b\x37\x8f\x3c\xaf\x34\x13\x47\x52\xad\xc9\x3f\xb8\x0b\x2c\x66\x11\xc1\xbf\xc6\xe7\x13\x6c\x4e\xc1\x8f\x09\xaf\x2c\x2b\x50\x26\x9d\xb2\x54\x70\x32\x26\xac\x5c\xbe\x33\x4f\x3a\x69\xd9\x03\x7f\x22\xe4\xdf\xca\x8b\x79\x24\x03\xa8\x4b\xaa\x5c\xcc\x72\xa8\x3d\xe1\x0b\xee\x44\xfc\x9d\x0a\x89\xc4\x3c\x69\x7e\x9f\xfe\x20\xf7\x9d\x88\x3e\xf3\xe4\xf7\x1b\x98\x5b\x0b\x56\x24\xb9\xb1\xa3\xc6\x4c\x0d\x8b\x40\xd6\x3c\x93\x23\x34\x51\xc8\x12\xa0\x82\x17\x31\x51\x6b\xde\x0a\xce\x99\xf0\xc4\x1b\xe5\xe2\xcc\x6e\x7f\xca\xc5\x30\xe1\x44\x66\x25\xd2\xbc\x78\x40\xea\x6a\x30\x2f\x5e\xd2\x2d\x98\x09\x66\xbc\xd3\xd3\x87\xcc\xc2\xe7\xe2\x3c\x9b\xa9\xd3\x2e\x25\xd4\x36\x6f\xda\xfc\x75\xbd\x98\x54\xa1\x58\xa0\xa1\x18\xbd\x8d\xd1\x33\x5d\xbc\x3c\xd1\x37\x17\xdf\x0d\xc0\xd7\x42\xa0\x6d\x3e\x38\xe2\x94\x52\x37\xe6\x43\x19\xea\x89\x7e\x38\x70\x7f\x91\xe3\x14\x0d\x28\xcd\xda\x94\x6e\x2f\x26\xa3\x02\xed\x07\x3e\x91\xdb\x67\x5a\xb2\xc3\x1f\x7e\xfa\xa2\x36\x9f\x9c\x89\x7f\xe3\x58\x2c\xdd\x65\xa7\xaf\x95\x2a\x92\xa6\xe7\xa4\x62\xea\x07\xcc\x8c\xae\x44\x8b\x56\xa7\xf1\x69\x81\x66\x78\x75\x81\xec\xc4\xb3\xe8\x5c\x5c\x48\x6f\x67\x3c\xb1\x88\x37\x74\xa1\x59\x48\xed\x63\x49\xbf\xb6\x9c\xeb\xa5\x1f\xb8\xf3\xaa\xbf\x38\x39\x0a\x37\x89\x13\xcb\x2e\xd5\x8b\xc9\x07\x1c\xe8\xbc\xca\x8f\x6f\xa8\x0d\x1a\x9d\x1c\xe6\xb9\x0a\xe5\xbf\xc8\xa0\x49\xc9\xae\xbc\xab\x80\xef\xa4\x09\x58\x28\xb3\x60\x70\xb8\xe0\x33\x65\x78\xb9\xe0\x21\x5f\xec\xea\xbb\x0a\xcf\x38\x01\xa7\xf5\x82\x94\x69\x35\xcb\x62\x64\xe0\xf2\x17\xf4\x91\xb7\x67\xd7\x42\xe0\x5f\xd9\x7e\xfe\x01\x93\xa5\x63\x6e\xd5\xe4\x11\x51\x55\x11\x39\x2a\xf4\xb6\x10\x18\xd8\x94\x48\x37\x56\x65\x52\x1a\x0d\xb3\xe6\xd4\xa9\x85\x06\x34\x27\xc9\xb9\x5a\x86\x15\xeb\xb9\xf0\x03\xbf\xd0\x48\xa4\xdf\xe8\xec\x53\x44\xc0\xaf\x3e\x7e\x9f\x3e\x80\xe7\x8a\x9b\x80\x75\xd4\xab\xd5\xb0\x18\xc5\xef\xf3\x30\xd6\xbd\x79\x21\xa9\x51\xb1\x8b\xf3\x42\x9a\xe3\x62\x8f\xe6\xd5\x5f\x39\x66\x41\xb3\xfa\xc6\x17\x34\xfb\x1d\x07\x9b\xc4\xc8\x62\x41\x59\x87\x99\x2f\xb8\xe5\x1b\x21\x2e\x44\x2c\xda\xde\xba\x3a\xb7\x8a\x9f\x27\x89\xd4\x62\x51\x53\xb3\x4c\xc2\x85\x00\x46\x31\x3a\x80\x97\x4d\x33\x0b\x5e\xf8\xd3\xff\x0f\xae\x84\x08\x82\xab\x93\xc3\x34\xd7\xe8\xd8\xcc\x9a\xa5\x41\x7c\x59\xfd\x02\x6a\x5b\x7a\xad\x47\xf2\xb8\x7b\x38\x38\x66\x8d\x61\x30\xc3\x9e\x5e\xa0\x2f\x52\xd1\xad\x6b\xc1\x95\xc8\xea\xca\x05\xd7\xa1\xb0\x67\xdf\x0a\x0e\x5a\x2b\xc5\x1a\xf4\x76\xc0\x5e\x91\x12\xc5\x7d\x70\x37\x5b\xc4\x50\xed\x22\xe1\xbb\x60\xe3\x72\xf2\xc8\xc5\x32\xf6\xcd\xff\xa3\x52\xbe\x8e\xa8\x05\x13\x56\xb4\x3f\xa9\xec\xd6\x24\xbd\x9a\x44\xa6\x2b\x5e\xa6\x17\x19\x93\x5c\x98\x3f\x16\x80\x9f\x4a\xb5\xc7\x9a\x48\xfa\x6c\x3e\x79\x81\x5f\xb5\x09\x6a\x2d\x72\x9e\xe5\x00\x42\x1f\x3f\x79\x0c\xd7\x02\xbe\xb6\xc8\x5c\x29\xac\xb4\x2c\x50\x02\xb5\xe5\x29\xa2\x47\xff\x32\x51\xb4\x7b\x59\x1a\xad\xa4\x5a\xe3\x82\xab\x92\xcf\xf9\x45\x2b\x56\x91\x2a\x63\xd1\xd9\xde\x2d\xc0\xd7\xde\x87\xe8\x22\xae\xb3\x97\xf3\xda\x79\x31\x14\x3e\x5d\x04\x76\x16\xe4\x3b\xb9\xab\xf8\x85\x17\x21\xf9\x90\x5c\x3b\x37\xad\xb7\xdc\x0b\xec\xaa\x33\x0c\xad\x03\xb9\xca\xbd\xe5\xe0\xdc\xe4\x23\x72\x1d\x04\xa3\xcd\x3f\xe4\xbc\x68\xae\x8f\x5c\x4e\x0d\x8b\x85\xee\x9b\xbb\xb8\xb1\x9a\xfe\xe0\x81\xf2\x53\x83\x40\x05\x09\x55\x90\x8b\x45\x10\x67\xd1\x75\x72\x87\xe8\x46\xb6\xe8\xac\xe4\x4c\x0f\xeb\xe4\xb6\x94\x4e\x68\xb1\x86\xd8\x47\x48\x23\xb7\x93\xc3\x6f\x17\x0b\x44\x38\x03\xec\x82\xa5\xcc\xa9\x1e\xd6\x99\x13\xa7\x89\x81\x16\xe9\x43\xe5\x45\xaf\x78\x8d\xe2\xca\x93\xc5\x3f\x74\x74\xa9\x16\xe9\xcc\x5f\xa4\x33\x5a\x2c\x77\xef\x2e\xaf\xa4\xc9\x2f\xf0\xbc\xfb\x34\xc9\xf3\xce\xcb\x7d\xd1\x43\x4f\x2f\xd0\x34\x66\x67\xe9\x05\xd3\xd8\xb2\x48\x46\xd5\xaf\x62\x57\xe8\x75\x73\xbd\xdd\x02\x53\xb8\xf9\x99\xe7\xa3\xae\x2f\x0b\x81\x93\xb6\x00\x2c\x00\xbd\xcf\xe9\x07\x87\x24\xc7\xb9\x2d\xa8\x9d\xd6\xf8\x34\x70\x70\x10\x26\xe1\x44\x0b\x6e\x91\x97\x13\x7f\x81\x0a\xac\xcd\x12\xf1\xe1\x76\xd7\xc5\x61\x51\x8b\xa4\x2a\x5b\xb1\x00\xec\x6c\xaf\x5b\x74\xcd\xdf\x74\xdc\xed\x80\x6d\xbe\xb1\xef\xcc\xee\xe0\xcc\x1c\x3b\x1c\x90\x9a\xd3\xe3\xee\xd0\x33\x55\x03\xd4\x1d\x25\x58\x8b\x3d\xd9\x77\xd8\xb6\x2c\xd6\x76\xe8\x9d\x9a\x13\xea\xee\x4c\x6c\x5c\x74\x43\xde\x51\xa3\xd5\x38\x7b\x4f\x28\xa8\x71\xec\x70\x40\xb2\x50\xda\x01\x0d\x1d\x02\xb8\xb3\x44\xab\xd3\xe9\xee\x5b\x43\x09\x26\x3f\x53\xce\xe9\xd2\xb5\x6f\xa8\x6d\x1f\x6e\x01\xc9\x18\xb4\x39\xf7\x84\x86\xdd\x3f\xa0\x6e\xce\xf4\x33\xae\x33\xce\xcf\xbb\xc3\x3b\xc9\x3b\x69\x2f\x3c\x4b\x34\x86\x92\xab\xa5\x2e\x4b\x4e\x9c\xe6\xa5\xf0\x00\x93\x44\xd8\xe9\x6b\xe4\xec\xbb\x3b\x8c\x5d\xb5\xfa\x99\xbb\x53\x90\x78\x67\xd9\x89\x51\xfe\xe4\xd2\xb0\xa3\x26\xc5\x67\x6d\x2b\x4b\xfb\x88\xe4\x0a\x9e\xf6\x10\x2b\x71\x87\xb6\xea\xce\xd0\x49\x27\x20\xd9\x6b\x72\xb9\x98\x01\x9e\x4b\x9f\xb5\x87\xe1\xac\x0e\x77\x41\xc5\x81\xff\x87\xe0\xf6\x42\x52\x17\xa6\x8d\xbb\xc3\x8c\x66\x0b\xe4\x0e\xb7\x26\x27\xb0\xd8\x51\xad\xeb\x33\x63\x2d\x65\xa4\xc6\x98\x90\xd1\x1c\xde\x68\x52\x12\x45\xa9\x3b\x93\x32\x6d\xa7\xee\xcc\x2e\xca\x3b\x9c\xef\xbf\x2d\x9c\x6c\xd2\x4d\xc0\xf9\xdc\xcc\x05\x2f\xa7\x22\x3d\xc4\x9e\xba\x35\x11\x0d\xff\x79\x3b\x20\xef\x9d\xc2\x46\xf8\x6e\xef\x94\x99\xba\x0b\xed\x9d\x2b\xa3\x69\xe8\x3c\x21\xbb\x9b\xa4\xde\x52\x02\x6c\xef\xc9\x4b\x22\xa2\x53\x21\x23\x84\xbf\x0f\x4c\x6d\xf5\xc6\x1d\xf4\x06\x57\xa7\x23\xc9\x52\x13\x09\x03\xa5\x06\xda\x07\x67\x46\x03\x49\x6d\x9d\x10\xcc\xce\xe0\x4b\xef\xaa\x91\x54\xa9\x0f\xf8\x45\x39\x9f\xeb\x1e\xac\x08\xa2\x16\x83\x1b\xd9\x1b\x15\xa9\x9d\x1d\x9b\xb9\x07\xcf\xe5\x4f\x0b\xa4\x49\x13\x41\x6b\x5d\xb8\x01\xc8\x16\x6f\xa1\x04\x89\x5e\x0d\x54\xfd\xb2\x1f\xfe\x3e\x73\x8f\xa9\x87\x89\x64\xfa\x42\xae\xfb\xe4\x41\x6d\x9a\x50\xea\xc2\x51\x5a\x3b\x2a\x5d\x6c\x32\x28\xec\x48\xb6\x19\x4e\x84\xbb\xc3\x13\x6a\x0d\x13\x0d\xd7\x27\x27\x67\xdd\x53\x67\x68\x96\x9a\x94\x1d\x26\x62\xf1\xb6\x2c\xcc\xbf\x27\x38\x34\xd7\xa1\x9c\xac\x43\x90\x77\x80\xc5\x58\x6e\x81\x5b\xc7\x33\x83\x7c\x9c\xcb\xfb\x00\x1e\x51\x4e\x9c\xba\x2f\x30\xa5\x2e\xbe\xfb\x22\xd1\x9a\x86\x95\x33\xab\x51\xb1\x8a\x85\x8e\xa7\x9d\x91\x9d\x9f\xb5\x62\xe0\xe6\x67\x71\x76\x2c\xa6\xd7\x66\x67\xd2\x51\x8d\x89\xe9\xb5\x8a\x4f\x06\xa4\xd3\x72\x00\xfb\x8e\x6c\x5a\x06\x86\x3b\x4c\x7f\x4e\xd0\xb9\x1f\xd9\xa3\x66\x1a\x51\x96\x6b\x7c\x7e\xe0\xa8\x45\x23\xa3\x2e\x4b\xb8\x49\x38\x1f\x79\x1a\xe8\x20\x35\x3e\x3f\x50\x9b\x12\x6e\x12\x47\x87\x80\xdd\x7e\x92\x08\x3f\x37\xfc\xaf\xf7\xa1\xce\x53\x05\xc2\xd8\x4f\x82\x76\xcf\x34\x6c\x83\x0e\x0e\xde\x4f\xae\x84\x66\xe5\xe4\xf5\xec\xd3\xc2\x8e\x0f\x34\x4d\x2c\x2d\xeb\x7d\xca\xf4\x5b\xf6\xa8\xda\x61\x5c\x74\xa2\xc7\xfd\x4c\x48\xe6\x16\x38\xa6\xf8\xd3\x41\x74\xc1\x8e\xa3\xfb\xe5\xfe\x82\xca\xe6\xe8\xba\x1d\x35\xc5\xd6\xe7\x99\x13\xa0\x55\xa3\xa6\xce\x91\x05\xfb\x85\xd3\xda\xcb\x8e\xfc\xd8\x4e\x33\xb3\xbf\x80\x31\xec\x58\xb7\xdf\x84\x56\x9a\xa0\x9b\x05\x53\xd5\xde\x0b\xff\xaa\xad\x0e\x3b\x6a\xc0\x3a\xc1\xfc\x7e\x23\x59\xc3\xf4\xff\x3c\x29\xa5\x1e\xdd\xef\x9c\x71\x51\x00\xc5\xdf\xe7\x60\xbc\x79\xad\xf2\x33\xa1\x9a\xb0\xfc\x7e\x73\x08\xee\x02\x35\x33\xcc\xb9\x70\x5f\x77\x3a\xbc\x3d\xd1\xa1\x99\xe0\xe1\x15\xc6\xc8\xed\xa1\xbf\x97\x7a\x78\x10\x1a\xe7\x93\xf0\x21\x84\xd5\x24\x20\x05\xf8\x87\x6d\x9f\x9c\x75\x37\x98\x88\x55\x34\x32\x8f\x86\xf3\x74\xed\x08\x05\x75\xf6\xa6\xe3\xc5\x9b\xdd\x09\xf8\x0e\x38\x52\xb9\xcb\xe3\x87\x79\x1e\x7e\xa6\xea\x52\x32\xe7\xa0\xb7\xbb\xa4\xdc\x81\xe4\x63\xce\x92\x71\xc0\xb7\xdd\x99\x9b\x0e\x94\xc8\x70\x3e\xbe\x63\xa3\x9a\x52\x04\x20\x15\x59\x38\xf0\xe6\x80\xd1\xb2\x59\xe4\x1c\x48\x35\x66\xcd\xc6\x01\x1f\x28\xb3\xda\xb1\x11\x93\x69\x6b\x1c\x4c\x10\x2e\x65\xfb\x41\x9b\xa4\x63\x27\x8e\xf2\x9e\xab\x4e\xfc\x7a\x14\xe6\x06\xf5\x73\x0e\xda\x1f\x60\x3b\x0f\x3f\x27\x73\xb9\x0b\x1e\x0f\x52\xae\x1e\x85\x17\x64\x49\x88\x83\xa5\x5b\x3d\xee\x92\x4b\xa7\x1f\x2a\xaf\x50\xda\x73\x47\xea\x10\xab\xdf\xc0\xa6\xd4\xd9\x7e\x54\x6a\xe7\x64\xa2\x3e\x50\xc2\xdf\x49\xdc\x8e\xca\xc5\x74\x03\x48\x40\xa5\x4d\x74\xd4\xbc\x11\xb9\x4b\x82\x43\xa9\xb2\x0f\x6a\x08\x8b\xf6\xd9\x01\xc3\xa7\x6f\x59\x07\xc0\xdc\x67\x39\x5b\x4e\x9d\x5b\x98\xb0\xf6\xb9\x01\x24\xfb\xd7\xc6\x3f\xe0\xb1\xee\x48\x98\x03\x29\xcc\x9d\xc5\xe9\x40\x6c\xa4\xb3\x8d\x1d\x74\x60\xb7\x2c\x3e\x1a\xd2\x35\x4a\x72\x1c\x1d\xdb\x52\x37\x91\x03\xda\xc1\x4f\x03\x70\x78\xb7\x2f\xda\xc1\x0c\xa8\x9b\x39\x16\xa1\x92\x76\x78\x3b\xe8\x11\x5f\x3e\x3f\xc0\x84\xed\x69\xef\x20\x51\xdb\xfa\x60\xba\x72\x1f\x1f\xc7\xa0\x20\x90\xba\xf0\x18\x9c\x45\x4d\x42\x46\x2e\x2e\x7f\x81\xf3\xc4\xeb\x30\x88\xfb\xcd\xa2\x63\xe7\xda\xbb\x53\xcc\xdb\xf4\x0b\x04\x7a\xcd\x2f\x60\xdb\x4c\x3f\x03\x0b\xd8\xea\x7d\xd0\xed\xca\x87\xd8\x11\x2c\xd0\xec\x7d\x12\x14\x16\x9a\x88\xe0\x30\xb4\x76\xcc\x6a\x3a\xea\x9f\x2e\x43\x47\xf0\x1c\xf7\x4a\x40\xbf\xe8\x90\xd2\x83\x29\x4d\x9d\x6e\xfc\x98\xc9\xf0\xa2\x70\x32\x36\xc1\x2f\x04\x2e\x3b\x7e\xe6\x3e\x35\xc7\xc3\x89\xcb\x2e\xe2\xc7\xc4\xd2\x99\x1b\x27\x11\x93\x84\xfe\x81\x1c\xea\x76\xc6\x3e\x12\xe5\x49\x8f\x75\x2c\xee\xd2\xe6\x1f\x20\x61\xbd\x94\x48\xb2\x5e\xcd\x8f\x0b\x45\x46\x85\xa7\x0f\x14\x11\x29\x9b\xce\x91\x83\xb9\xcf\x3c\x6a\xa2\xba\xcf\x33\x20\x99\x74\xa8\x07\x4c\xc3\x0e\x0b\x38\x98\x83\xdd\xca\xe4\x63\x91\x35\xb4\x6c\x8b\x83\x76\x03\xf0\x44\xf8\x34\x80\x31\x7b\xcb\xee\xc4\xdf\x96\xc8\x7b\xa6\x35\xd2\x33\xef\x29\x3e\x55\x90\x37\xed\x23\x04\x76\xea\x17\x2c\x50\x91\x36\xcd\x91\xb4\x07\x3c\xc4\x9a\xe1\xcd\x71\x64\x9f\x6a\x92\x89\xdc\xcd\xdf\x34\x03\x3b\xe0\xe9\x80\x1f\xbd\xd3\x9c\x1c\x07\xb7\xed\x72\x0b\x9c\x68\x1f\x55\x07\x45\x93\xe6\xe1\x20\xe6\xfa\x34\x41\x3d\x98\xd7\x0a\x1a\x43\x1f\xe0\xc7\x89\xfb\xbc\x67\xfa\x24\x51\xba\x88\x1c\x27\xc3\xae\x35\x6e\xe6\x55\x73\x3e\xfa\xe3\x45\x92\xe3\xf7\x79\xa6\xc9\x5d\x24\x9c\xbc\x0b\x9b\xa5\x81\x24\x3f\xe2\x8d\xc5\x4f\x5c\x8a\xe0\x38\xc9\xe2\xfe\x00\xab\xbf\x4c\x02\x39\x5a\xd3\x02\xfd\xe1\xac\x52\x42\x1c\xd4\x17\x3a\x81\xfd\x71\x51\xa6\xfb\xfc\xbc\x52\x1a\xb9\x8d\x24\x42\x13\x91\xf8\xd0\x47\xd1\x8b\x07\x87\x3d\x36\x0f\x2a\x0c\xcd\x93\x50\xff\xd9\xd4\x78\xbc\xf8\x6f\xd8\x03\xe7\xb8\x39\x4f\xa2\xe9\xa6\x83\x84\x59\xec\xc5\x7b\xc3\xfe\x9b\xc7\x9d\x24\x89\xe8\x17\xce\x35\xe7\xb3\x3d\xe0\x44\x36\xab\x34\x1d\xc7\x43\x55\x9c\x4f\x96\xa7\xbe\x4d\x4a\x09\x76\x3c\xa0\xc1\xd2\xe6\x09\x3c\xab\xcb\x87\x34\x79\x5f\x3c\x64\x7b\x4b\xed\x84\x67\x12\xca\xe7\xef\x07\xaa\xa7\x9e\x37\x0a\xe5\x4d\x3f\x90\xa3\xc2\x3f\x54\x92\xbd\xf4\x03\x85\xa2\x0e\xb8\x93\x86\x5f\x1f\x68\xe7\x0f\x74\x7e\xbe\xa0\x6b\x81\x04\xfd\xf9\xa3\x26\xbd\xf9\x0d\x62\xe1\xf0\x1b\x58\xbe\xcd\xcf\xb8\x51\x59\x75\x71\xfe\xb8\x81\x75\x28\x9e\x2f\xce\x1b\xf6\x7e\x3d\x5f\x9c\xd7\x9c\x49\xef\xdc\x38\xb9\x7e\x6e\x78\x5f\x3d\x6c\x9c\x5c\x7f\x4f\x51\x2e\xe4\x71\x6e\x64\x31\x9d\x3e\xe7\x8b\x0b\xc3\xb1\xc9\xe7\x8b\x0b\xc7\x6f\xfb\x4b\xe5\xf1\x38\x89\x19\xed\x44\x74\x66\xea\x36\xcd\x6a\x21\xbd\xea\xad\x50\xe6\xe9\x0c\x3f\x0b\xef\x84\xdd\x5f\x70\x04\x7e\x21\xd9\x43\x23\x78\x41\xe3\x70\x96\x8a\xf3\xc5\x8c\xc3\xfa\xe9\xb3\xe4\x2a\xf8\x05\x1a\x74\x25\x25\xcf\x84\x88\x42\x01\x67\xa5\xe7\x9a\xae\xbe\x67\x62\x44\x21\x89\xb3\x26\x99\x9a\xe8\x0a\x32\xa5\x6d\x39\x2b\xac\x03\xc3\x7d\x60\xe9\x8b\x5b\x44\x8d\xf6\xea\xff\x5f\xfc\xf5\x19\x55\x03\x4b\x4b\xe4\x9d\x69\x54\x6e\xfe\x01\x33\x29\xe5\xdd\xd9\x28\x13\xb5\xcf\xce\x46\x06\x96\xac\x3f\x69\x23\xae\x9b\x7f\x38\xd1\x84\x86\x9d\xfa\x3f\x4d\x54\xc3\xd2\xeb\x5a\x74\x76\xd2\xa4\xff\x7b\xce\x9b\x88\xee\xe0\xbe\xe2\x67\xae\xae\xd0\xd2\xd9\xb1\xf7\x3d\xaf\x4c\x93\x5f\xcd\x9f\x7d\xa2\x05\xcd\x73\xa7\x8c\xec\xa6\x81\x88\x4d\xc7\xcd\xd9\x73\x0f\xf9\x07\x50\xed\x2d\x32\x28\x1c\x34\x71\xc8\x7a\x3f\x5d\xd3\xe0\xa4\x37\x9f\xa1\xc2\x39\x30\x0c\x4b\x8f\x01\x29\xaa\xdb\xe0\x39\x28\xc9\xbb\x9b\x5c\x6c\x52\x54\x0e\xcc\xac\xae\x2d\xe7\xe0\x35\xe5\xf3\x03\xf1\xb7\xce\xfa\x93\xee\x7d\xd5\x7c\x1e\xb9\x95\x34\x15\x4c\xce\xe6\xc0\xab\xf3\x05\x96\xd5\x8e\x68\x67\x90\x4c\x0d\x23\x2d\xcf\x9f\x1f\x20\xa0\xec\xb4\x73\x06\xb7\xc6\x74\xa7\xd4\xf9\x98\xad\x11\x4d\xe9\xf8\x8c\x93\x96\x65\x8f\x63\xb2\x36\xb2\xa6\x6a\x82\x2b\xcd\xd6\x33\x99\x50\xe3\x64\x35\x5c\x67\x72\x3d\x27\x4a\x06\x7c\x5e\x40\x78\x99\x47\x35\x51\xe6\xc0\x72\x79\x26\xe0\xd6\x0b\x0b\xeb\x2b\x50\x74\x2e\x44\x0c\x0b\x6d\x9c\x19\x41\xf0\x79\xa1\xa3\x5c\x88\x18\x04\x48\xd1\xf1\xd9\xe7\x02\xa0\x31\x05\x28\x2e\xe7\x0c\x2b\xe7\xe2\xf1\x63\x9e\x84\x3e\xd0\x68\xf7\xdc\xe9\x54\x24\xd4\x75\xee\x90\xe2\x96\x82\x7b\xc1\xb3\x7a\xdc\xc9\x70\x7e\x1f\x25\xaa\x75\xcc\x9f\x3b\xb1\x84\x65\xda\xce\xec\x0d\xe2\x8d\x1d\xdb\xc6\x07\xe2\x0e\x19\xd8\xfc\x3e\xa4\x8f\x85\xfa\x7e\xe3\x7f\x4d\xc9\xc1\x5b\xb3\x1b\x3c\x48\xb1\x86\x74\x90\x62\xad\xda\x81\x75\xf6\xd9\x77\x00\x37\x08\xca\x9c\x07\x0d\x2a\xde\x22\x07\xcf\x19\xdd\x19\x4e\x66\xdb\xb5\xca\xe3\x3c\x40\xa3\x4f\x4f\x24\xc5\xf8\xb0\x22\x73\xbc\xad\xf1\x27\xaf\xee\xf3\x04\x57\xf8\x20\x3d\x31\x00\x1f\x2b\x27\xf1\x9a\x85\xdb\x89\xdd\xe3\x93\xeb\x4c\x46\xd5\x90\x00\x11\xd7\xe7\x83\x8b\x2d\xf8\x05\x38\x7e\x79\xce\xd2\x06\x6d\xc6\xb9\x48\x83\x46\x94\x8e\x81\xde\xe2\x4c\x88\xb1\xe9\x9e\x74\x5e\xd4\xb0\x7b\xe1\x5e\x54\x59\x3f\xb3\x98\xa0\x72\xb8\x4d\x70\x82\x85\x44\x82\x4c\x21\xdf\xf3\xe2\xca\x78\xde\x2f\xc8\x2a\x6f\xc8\x8b\x57\x5e\x1f\x5d\xd7\x8d\x1d\x6a\x1a\x60\x58\x10\xf4\x3d\x59\xa4\xd7\xc0\xe8\xe6\x30\xf5\x3d\x9d\x0b\x6d\xfe\x3b\x11\xea\xe0\x9b\xd3\x99\x4a\x46\x5d\x08\xce\x9b\x48\x4a\x9a\xa2\xf3\x86\x4c\xf7\x5a\x3c\xec\x42\x5d\x3e\xd8\x40\x1e\xd3\xc3\xc3\xd0\x22\x9b\xa0\x53\x0a\xb9\x93\x26\x67\x1f\xaf\x0f\x40\x84\x94\x42\x67\xc6\x31\xb8\x03\xea\xe3\xff\x11\x70\xa5\x01\xba\xe9\x19\x04\x0d\x3f\x13\x5f\x56\xff\x80\x22\x61\x5a\xc8\x0b\x55\x05\x0d\xdc\xae\x1f\x09\xac\x7a\x26\x41\xa1\x67\x54\x0a\x10\xf7\x5d\x3f\x84\xbd\x6f\x6e\x3f\x99\x4d\x3f\x6c\x70\x53\xd5\x9c\x5e\x0c\x73\xd8\x74\xa3\xb9\x58\xbd\xc0\x81\xbb\xd7\x46\xf5\xbd\x40\xf2\xb5\xb1\xfc\xbb\x9b\xc0\x16\x19\xfe\x80\xc2\x7d\xf9\x87\x80\xeb\x9c\x3f\x98\x18\xa4\x1b\xa4\xd7\x9a\x66\x11\x91\x9b\xb6\x87\x5f\xd0\x51\x3a\x58\xec\xda\xc0\x9a\xc3\x24\x93\x35\x75\x18\x5c\x1b\x0f\x7f\xc9\xf6\x0b\x6e\x8d\x4e\x8c\x71\xa1\xa8\xa1\xd3\x00\x5e\xc8\x1c\xec\x6c\x2a\x57\xc9\x31\x8b\xe4\x92\x63\x72\x8b\x04\x1c\x62\xf7\x8b\xe6\x6e\xb1\xc6\xf5\xe2\xcb\xfa\x21\x32\xdd\x1c\x97\x5f\x80\xb0\xd5\x79\x73\xbd\xf8\xb3\x19\x90\x5c\x50\x59\xda\xa7\xe3\xaa\xbc\xbd\xe8\x78\xb8\x2a\x98\xcb\xeb\x92\xc9\xe3\x44\x51\xc5\xba\x78\x0c\x50\x50\xba\x7e\xee\x05\x9f\x48\x67\xe0\xbf\x2a\x2f\x54\x9e\xa5\x8a\xed\xe5\x69\x65\x2a\x38\x07\x51\x5c\x2c\xca\x64\x7d\xe2\x85\x30\xd0\xaa\x3d\x7e\xb1\x26\xd3\xcf\xcf\x0d\xeb\xe0\x06\xc8\x3a\x22\xb9\x81\xdd\x3f\xed\x11\x08\xea\x04\xbb\x1a\x0a\x26\x4b\x76\x5e\x0d\x27\x9a\x2e\xec\x17\x8c\xd7\x0e\x66\xbc\x58\x60\x61\x7c\x7a\xe4\xac\x6b\x96\x09\x66\xe5\x65\x7b\x31\xf9\x9b\x0e\xa8\x8b\xee\x8f\x0e\x0a\xbc\x7a\xb2\x86\x16\xb6\xd3\x85\x64\xfe\x29\x1b\xdd\x45\xa8\xab\x7b\xd5\xc5\x54\x71\x8e\x29\xbc\x12\xda\x7e\xde\x20\x3e\x6f\x26\x09\x63\x9e\x26\x80\x6e\xbe\xcd\x4d\xe4\x7e\xf0\x17\x37\x36\x9c\x26\xe1\xc5\xba\xd5\x66\xea\x0b\x69\x8a\x1d\x46\x74\x0d\x1c\xe3\xd3\xcf\x2c\x5b\xf1\xf3\x0f\x34\x53\x6b\xda\x47\x8e\x42\xeb\x34\x70\xde\x84\x5f\xc8\x41\x68\xa5\x07\xd6\xc1\xcc\x17\xc9\x5b\xfa\x22\x50\x5c\xdf\x2b\x1d\xe4\x76\x35\x10\xa0\xd1\xcb\x90\xc9\xdc\xc4\x3a\x31\xa0\x4d\xd2\x34\x06\x45\xbb\x65\x33\x35\xa4\xd3\xcf\x74\xd4\xfa\xf4\xc0\x1d\xfd\x73\x17\x80\x22\x82\xc5\x17\x55\xa8\xae\x8c\x79\xcd\x64\x16\x75\x3a\x09\xce\x2d\xbf\x27\xaf\x90\xde\x42\x93\x06\x59\x1f\x11\x4c\x1b\x62\xed\xf4\xc5\x54\xc8\xb5\xbb\x0d\x80\x2a\x13\x3e\x93\xc7\x45\xe7\x24\x4f\x8b\x8a\xc5\x28\x0f\x4b\xe8\xc5\xf5\x55\x8b\xd4\x92\x3a\x66\xf0\x62\x26\x64\xfb\xc5\x5d\x2b\xaf\x32\x7a\x7e\x65\x87\x63\x67\xaf\x45\x9e\xd4\xdc\xc1\x8d\xd2\x49\x31\x2e\x46\xd4\x7c\x24\x43\xa2\x65\x0b\xf9\x17\x2d\x0f\x3b\x9e\x5f\x3b\x9c\xbe\x7d\x70\x11\x1c\x5b\x00\xef\x18\x83\xf9\x63\xa7\xaf\xb4\x45\xc5\x9e\x63\xf0\x17\xe4\x41\xc1\x85\x8b\x70\xd8\x47\x1f\x02\x6a\x3e\xe2\x0d\xf1\x34\xbe\x00\x5e\x84\xc7\x16\xa0\x3b\xe6\xd9\x47\xc0\x0b\x97\x87\x3d\xe1\x2f\x04\xde\x5a\xcb\x72\x21\xe5\x9c\x33\x35\x5c\x19\x5b\x63\xf1\x77\x20\x19\x84\x09\x3c\x20\x1e\x97\x1b\x24\x64\x12\xc0\xb9\x0e\x18\x6a\x7d\x9a\x1f\x13\x14\xb8\x07\x2a\xa3\xbc\x51\x0f\xe0\x87\xe9\xe7\x97\xc7\x6d\xef\xb9\x88\xb6\x3d\xeb\x30\xee\xdb\x10\x72\xc1\xcb\xd3\x20\xef\x3a\xb9\x6d\x05\xb1\x2e\xd6\xce\xf2\x15\xe0\x3a\xa1\x01\x31\x89\xc0\xcb\x4e\x86\x76\xc1\x36\xdf\xcc\x18\x8c\xb4\xb1\xad\xe5\x3a\x89\x2b\x45\x32\x4b\x63\x39\x81\xfd\x75\x41\x9a\x79\x96\x10\x69\xd3\xa4\x6e\xb8\x5e\xb4\x3c\x6c\x4d\xbf\x58\xb8\xc2\xcb\x7e\x91\x51\x7c\xee\x5d\x9c\x45\x91\xcc\x72\x9c\xf6\x5c\xbe\x50\x8e\xd3\x79\x20\x2f\x62\xe5\x0f\x89\x17\x1a\xd0\x1c\xbc\x50\x79\xd8\xe9\xfe\x7a\xa1\x71\xfd\xcc\xc9\xbd\xe1\x7f\x7d\x4f\x7f\x4e\x07\x3c\x5e\xc8\x7d\x52\xab\x7b\xbc\x1b\xbe\xf0\x0b\x14\x23\x7f\x8b\x6d\xbd\x12\x7a\x5b\x2c\x21\x8e\xc7\x0e\xc7\x17\xa2\x8c\x9d\xf0\xfd\x62\x5c\x8f\x3d\x06\xae\x84\xe2\x16\x21\xa8\x06\xf6\x59\x25\x44\x1d\x97\x22\xc5\xc5\xc5\xc8\x1f\x0b\xa5\x87\xd8\xc1\x62\x0c\xe0\xdd\x71\x06\xd7\x03\xef\x74\x63\x38\xe6\xa7\xb3\xa9\xe6\x7a\x92\x28\x7f\x71\xa0\x85\x7f\x5f\xdc\x28\x6b\x51\xec\x02\x70\x43\x01\xec\x6c\xb9\x37\xd0\x77\xd1\xfe\xbb\x7f\xe0\x14\x6d\xd0\xfb\x47\xef\x2b\x11\x7d\xff\x16\x5e\x70\x03\x3b\x9e\x37\x3d\x83\x02\x51\x74\x6f\xb9\x3d\xf4\x41\xba\x76\x4e\xff\x80\x51\x9b\xc4\x8d\x0e\x7d\xd3\x4d\x24\x77\xfa\x87\x03\x7a\x0a\xb7\x70\x72\x94\x4b\x3f\x50\xd6\x0e\xff\x00\xbb\xdb\x72\x1f\x10\xb5\x5a\xcc\x3b\xd5\xb3\x92\x0a\x77\x01\x3f\x4a\x70\xdd\x85\x44\xfa\xff\x8a\xe7\xa2\xe7\x81\x00\x0d\x3f\x93\x66\x6d\xd1\xbb\xd0\x73\x5b\x8a\x82\x9b\x89\x94\x3d\x2f\x0c\x4c\xae\x02\xb3\x37\xe1\xb2\xc3\x25\x6f\x3a\x8b\x2e\x3f\x53\x5d\x2b\xac\x78\x57\x12\xad\x2e\x00\x8f\xed\xa0\x7a\x03\x1e\x17\x07\x75\xde\xc0\xc7\xf6\x37\xbe\x2b\xdd\xd4\xc2\x2d\x04\x5e\xd0\x3c\x55\xac\x7e\x71\x8f\x58\x7d\xdd\x5b\xee\x8a\xd5\xd7\x26\xbd\xa9\xdc\x5d\xfe\x1e\xaa\x0b\x9d\xec\x37\xbc\x41\x8b\x83\x48\xef\x86\x48\x57\x53\x04\x65\xae\xfd\x9b\xef\x74\xff\x14\x36\xbc\x53\xbb\x1b\x6e\x61\xe0\x0b\xcd\x52\x7a\x0c\x78\xda\x10\x31\xd4\xac\x7b\xbd\x1b\x65\x99\x9f\x0f\xea\x2f\xf4\x8c\xe0\x1b\x9d\xa2\x37\x8a\x9e\x16\xc7\x77\xde\x9d\xbb\xcc\xd3\xd2\x91\x39\xcd\xc3\xee\x0d\xa5\x83\x35\xec\xce\x30\x13\xbf\x0f\x9a\x85\x2d\xee\x4e\xa4\xe6\x61\x77\x88\x53\x81\xfa\xbb\x43\x9c\x9a\xc4\x9e\xf3\xa8\x1e\x5f\x7c\x1b\xce\xfa\x7e\x0f\x1a\xdf\x05\x16\xee\x04\xb4\x66\x8e\xc1\x79\xf3\x0b\x5c\x7a\xd1\x3c\xb0\xf4\xd5\xef\x63\xe9\xab\x7b\x3c\xde\x1e\xcd\xbe\x03\xea\x49\x21\xea\x3b\x15\xbb\xcb\x3f\x24\xfb\xaa\x45\x00\x60\x17\x68\xbe\x83\xf7\x8c\xcf\x0f\xb9\xd6\xfe\x81\x26\x0f\x01\xd6\x3b\x48\xa4\xe6\x2d\xc0\x8f\x9e\xf8\x38\xf1\xec\xf7\x31\xaf\xc2\x3b\x77\xf0\xda\xec\x2d\x15\x10\x14\x5e\x29\xc6\x82\x7f\x38\x78\xe2\xde\x6c\xf9\x08\x3d\xef\xd6\xfe\x14\xd2\x7a\xcf\xfd\xbf\xff\x7d\xc0\xcc\x3d\x41\x9e\x90\xc1\xcd\x40\x71\xdb\xe2\xef\x89\x75\x17\x18\xb9\x11\x30\xf4\xd9\x1e\x50\xf9\xda\xc7\xe7\x4e\xef\x81\xe5\x17\x20\x12\x74\x09\xb9\x57\xb2\x81\x7f\x00\x1b\x78\xd9\x32\x5c\xc8\xbc\xcc\x24\x32\x55\x73\xfe\x40\x68\xb8\xac\xc5\x53\x81\x1d\x04\x67\x1e\xca\x08\x6d\x9f\xa7\x72\x7b\xe9\xc2\xf9\x30\xf9\x65\xd5\x4d\xe8\xa9\x84\xf3\x9f\x1f\xb8\x2c\x12\xaf\x4f\xca\x0d\xed\x98\x87\x15\x7a\x1c\xf5\xff\xb0\x42\x8f\xed\xd2\x0f\x2e\xda\xf6\x21\x78\x1a\x81\xa3\xff\xa7\x16\x55\xc0\xee\x81\xcd\xc6\x96\xf1\xa7\xa3\x01\x5d\x53\x1e\x58\x64\x6c\x82\x7e\x3a\x5d\xb2\x3c\xae\xce\x63\x49\xbb\xf4\xe9\x39\x2e\xfd\x00\x8b\x4b\xb7\xd9\xfa\x19\x04\x31\x1e\xc6\xe0\xbd\xa4\xfa\x07\x6c\xcb\xf0\x17\x28\xbf\xa2\x6d\xfa\xb0\x0e\xe1\xe7\x7d\x1e\x85\xd3\x2f\xdc\x30\xf0\x6b\x18\xc1\x34\xe9\xfa\x3f\xc8\xe1\xd3\x2f\x10\x4c\x6a\x9c\x01\x2b\x81\xa7\x1e\x71\x7d\xcd\xeb\x1b\x98\x17\x09\xe4\xe7\xdd\x93\x9f\x68\x91\x67\x82\x05\xb5\x89\x1f\xee\x18\x9d\x39\xcf\x44\xda\x75\x1d\xb5\xcf\x04\x47\x6a\x4b\x3e\x93\x33\xa0\xfe\x26\xfb\x13\x7d\xef\xa6\xaa\x8e\xf4\x7a\x66\xae\x8b\x3f\xc0\x2e\x33\x03\x4f\x1e\xb4\xd5\x14\x20\xc7\xe2\xa7\xc7\xe4\x36\x75\x41\x2f\x9d\x2a\x59\xf6\xac\x5c\x48\xff\x00\xe6\x91\x98\x78\x16\xf1\xa6\x36\xe2\x83\xfb\x65\xd8\x90\xf0\x2c\x6c\x13\xf3\x06\x0b\x10\xd6\xe5\x17\x20\xab\xcc\x5e\x0b\xb2\xc0\x9b\x64\x87\xcf\xad\xf9\x77\xe7\xcd\x7b\xfa\x07\x4c\xb4\x79\x8b\xf9\x18\x7e\x6e\x20\x79\x4d\x13\x85\xb8\xbd\xd0\xb1\xf6\xb0\x44\x4e\xf1\xff\x84\x9f\xd5\x3d\x90\xd9\xbc\xa9\x76\xd2\xe8\x67\x88\x53\xf3\x16\xac\x27\xbe\x5f\x3e\x47\x63\x8b\x9a\xb7\x03\x8b\xef\x31\xf0\x7a\x67\x6e\x86\x79\xc5\xe2\xf7\x39\xb8\xe7\x74\x9d\x7b\xe0\xac\xed\x63\xee\x81\xb1\xa4\xdb\x71\xe0\x39\x79\x78\xeb\x72\xf4\x20\xc7\x78\x35\xff\x9d\x14\x2d\xde\x21\xf4\x99\x71\xdc\xde\x73\x62\xe9\x96\x9b\x84\xb3\xb2\xd0\xe5\x03\x5f\xea\x6e\xe7\x83\x87\x19\xc1\x9d\xe2\xea\xb9\xa8\x35\xd4\x30\x2f\xb0\x8f\xb9\x85\x17\x38\x9d\x03\xcf\x45\xcf\x4a\x9d\x14\xcf\x95\xc3\xd2\x17\xb0\x3d\x8c\xdf\x9f\xdc\xb5\x1f\xde\xbe\xcc\x6a\xb8\x6c\x4d\x3b\x3d\x3e\x37\xed\x6e\x3f\xbf\x81\x75\xf1\x42\xdf\x39\x27\x9a\x03\xf8\xcb\x58\x39\xfc\xe0\xba\xe4\xd0\xd6\x07\x49\x9a\xba\x95\xbd\x0f\xfc\x65\x5c\xad\xe7\x81\xbb\xcc\x6c\xde\x52\x70\x97\xb1\xf6\xf8\x79\x6f\x43\xc3\x6a\xc9\x07\x85\x6c\xba\x2d\x07\xcf\x83\xdc\x55\x82\x69\xcf\xc3\x65\xc9\x1e\xe7\xef\xbd\x1c\x55\x25\x49\x98\xbf\xf7\x6e\xd4\x64\x0a\x99\x3f\xc4\xce\x35\x5d\x6a\xe7\xef\x87\xa2\x5f\xff\xf0\xf5\xfc\xbd\x97\xa7\x21\x95\xdf\xfc\xc1\x74\x21\x4f\xa7\xf9\x83\xe9\xa2\x7c\x3a\xa0\xe5\x6c\xf9\x87\xc9\x31\xfa\x8b\x9d\x3f\xb8\xc9\x03\x4d\xf8\x05\xf0\xf7\x87\x46\x1e\x29\xcb\x1f\x90\xd7\x36\xbf\x41\xe1\xd5\xd4\xc4\x7b\x23\x2b\x4a\xa2\x32\x7f\x1b\x65\xd7\x26\xaa\x70\x21\x93\xd2\x6f\xfe\x36\x5e\x1b\x9a\x7f\x68\xfc\x42\x9d\x6e\xb4\xd9\xb8\x8b\xc1\x61\xf8\x8b\x80\xde\x47\x44\xc1\x7e\xa1\x64\x58\xf3\xc7\xc4\x50\x8a\x21\x9d\x3f\xd6\x73\x1e\x4b\x4d\xe2\x42\x56\x7e\x5a\x8b\x92\x34\xf8\x05\x16\x67\xf2\xea\xbc\x37\xae\xa1\xfc\x59\xf3\xc7\x0b\x56\xfb\xa9\x0f\x66\x9a\x2c\x4d\x6d\x22\xd8\x6e\xb6\x9f\x38\x84\x17\xa6\xa1\x99\xa1\xb7\x4b\xe9\x6a\xb3\xd2\x0c\xd9\x34\x10\xd4\x22\xd4\xf1\x3b\x7f\x35\xc5\xbc\xfb\xa0\x3e\x6a\x89\xcc\x9a\x6c\x2b\xb2\x70\x87\x2a\x5e\x0e\xa6\xa6\xfc\x99\x6f\x91\x9b\x52\xee\xbf\xf3\x57\x39\x8e\xee\x1f\x1e\xb4\xa0\x67\x26\x13\x57\xb0\xe4\xfc\xb5\xdc\xdf\x22\xbb\xe5\xc0\x44\x37\x6e\x51\xc5\xb3\xfb\xde\x91\x46\xf1\x8a\x77\xf0\x88\x27\x1b\x3e\xcb\x72\x5e\x98\xbf\xce\xc9\xd7\xa0\x3a\xbf\xd7\x18\x3a\x4c\xa7\x66\xdb\x4e\x92\x45\x10\x7c\x9c\xfb\xef\xf3\xc3\x06\x75\xaa\xc6\x34\x48\x80\xe6\x75\xe4\x08\x44\xf1\x48\x1e\xf4\x1b\x20\xa9\x68\xed\x06\x79\xce\x34\x0f\x98\x9f\xaa\xba\x7c\x91\xd1\xd0\x35\x6f\xfe\x22\x37\x8a\x5a\x84\x42\x5e\x97\xd7\xf9\x83\x42\x5e\xd7\xeb\xf9\x0b\x28\x33\xdd\x63\x50\x8a\x7e\x7e\xc0\x2c\x17\xd1\xfc\x42\xa9\xa2\x68\x8a\xf9\xc3\x75\x46\xd7\xc0\xf9\x83\x9f\xca\x6c\xe6\x69\xdc\x5f\x74\xed\x9b\xbf\x80\xf3\x94\x19\x16\xd7\x17\x9d\x7e\xf3\x97\xea\xf9\xae\x0f\x26\x44\x58\xd1\x98\x5f\xf0\x35\xe4\x27\x39\x7f\x93\x14\x6a\xc8\xc8\x75\x55\xa7\x28\x9a\xbc\x81\x2d\x37\xb8\xfe\xfb\x5f\x2d\x53\x73\xf0\xa2\xaf\xf6\x1b\x7f\xa9\x99\x37\x7f\x2f\x32\xab\xc2\xaa\xf3\x37\x53\x0a\x88\x7e\xa8\xed\x85\xa8\xe7\x0f\x6a\xfb\xb6\xd4\x1b\x3c\x54\x94\xa4\x66\xfe\xa8\xb4\x6f\xde\x0a\x40\x59\xc5\xfb\x13\x5a\x7b\xdd\x23\xe6\x8f\xa8\xab\x79\xf7\x41\x6d\xdf\x2d\x98\x16\xe5\xab\x17\x99\x69\xaf\x3c\x83\x3b\x34\x97\x9e\x41\xa2\xac\xe6\xad\x83\x0c\x99\xad\xfb\x03\x0a\x2e\xb3\x11\xd5\xf6\xcd\x9b\x8f\xe9\x12\xa6\x68\x78\x71\x57\xfd\xcc\x0a\xb2\x25\xf4\x9f\x39\x75\x87\x78\xad\xfe\x00\x6c\x52\xdd\x20\x82\x70\xbd\x3b\x53\x4d\xaf\x06\x0f\x58\xc3\xdc\x01\x60\xd9\xe6\xf6\x0e\x9e\x5b\xde\xfe\x47\x66\x5d\xf1\x17\x48\x56\xdf\x44\x11\x40\x94\x80\xe0\xfc\x9d\xe0\x3b\xcb\x30\x3a\x2e\x37\x93\x80\x82\xd0\x0a\x48\x98\xbf\x04\x5d\x9e\x36\x6a\xd1\x7f\x96\xc5\x40\x5d\xf5\xf3\x45\xee\x6f\x71\x13\xdc\x50\x14\xe8\x3e\x7f\x27\x15\x10\x4b\x4d\x32\x41\x95\x22\x68\xe7\xef\xa2\xb6\xc9\x08\xe0\x4a\x32\xfd\x09\xf6\x87\xc7\x79\x61\xc7\x56\x7f\x00\x7e\x33\x51\x17\xf9\x4d\xc3\x84\x9e\xbc\x78\xc7\xc3\xa5\x44\xf6\x90\xf9\xcb\xfc\x9a\x96\xed\xac\xc3\xe2\x0d\x89\x8c\x55\x1f\xc1\x7a\x73\x03\xbb\x01\x8a\x41\x0b\x2d\x64\x21\x58\x2a\xbe\x37\x7f\x37\x8f\x0f\x63\x0a\xf8\x94\x7c\x8e\x7b\xa6\xf4\x0e\xcb\xde\x07\x67\xb1\xf7\xc4\x93\xf3\xa6\x51\x3e\xb4\xf1\xf9\xc0\x41\x8e\xef\x0f\x95\x74\x43\x69\xde\x45\xcc\x69\xa5\x30\xe0\xf9\x43\x4e\xab\x15\x06\x4f\xf0\x7e\x0e\xb3\xdc\x43\x96\x1b\x62\x6a\xe0\xbf\x15\xc6\x4e\x74\x55\x69\xde\x58\x0f\xb6\x85\x99\xf4\xa1\xab\x88\x9b\xbc\xd9\xc2\xbf\x26\x37\x7a\x47\x4b\x3a\x6c\x70\x5e\x59\x2a\x23\x38\x37\x24\x4f\x50\x15\xb3\xb9\xc1\x37\xda\xcb\xb7\xfd\x90\x77\x2f\xfc\x3f\xb2\x85\xfd\xd3\x0a\xcf\x0d\xda\x74\x63\xb3\xed\xc5\x7f\x45\x8a\x8f\xb9\xfd\x68\x80\x1d\xee\xf0\xe2\x98\xf4\xc6\x96\xd2\x43\x5d\x6c\x39\x71\xfe\x61\xf2\x8d\xd0\x0f\x70\x2e\xd1\xfa\x6e\x1b\x78\xb2\xf9\x7f\xde\xa1\x86\x5b\xb8\xd9\xa9\xbe\x60\x8e\x2c\x45\xe5\xce\x0d\xea\x70\x23\xa9\x8d\x95\x09\x9b\xfb\xa4\x3e\xbc\x49\x4c\x6e\x85\x23\xf7\x33\xaa\xf2\x29\xfd\xca\xdc\x12\xae\x15\xb7\x09\xb6\xd4\x7e\xdf\x6a\xb2\xa5\xfa\xa8\x88\xc4\xf2\x62\xa0\x8e\x74\xfd\x3c\x27\xd3\xb5\xbf\x9c\x45\xdb\x0b\xd4\xaa\xe5\xfc\x96\x38\xcd\x23\xa8\x39\x4d\xfe\x81\x6b\x63\x76\x79\x81\xd9\x30\x24\xd9\xe8\x2c\xa2\x6b\xdc\xdc\x1a\xb5\x6f\x43\x63\x24\xec\x12\x0c\xdb\x58\x38\xb0\x98\x61\x5a\x52\xe1\x2f\xb0\x78\x92\x0f\x1b\x0b\xb2\xc8\xcb\x77\x6e\xd0\x56\x2b\x03\xf7\xdc\x90\xdd\x4a\x86\xad\xb9\x75\x6c\x66\x21\x82\x8d\x59\x40\x15\x15\x3a\xb7\x8e\xb5\x15\x4c\xda\xa0\xcc\x36\x32\xdb\x7a\x47\x6e\x49\x51\xd4\x93\x01\xfd\x02\x16\xee\x9f\x42\x68\x6e\x23\x65\x9a\x48\x60\x65\xbe\xef\x1b\x3c\xb6\xab\xdf\x80\xa7\x69\xf5\x0b\x74\x1b\x36\xd5\x83\x53\x2d\x22\xa8\x5c\x56\x55\xc7\xb9\x05\xf3\x4c\x88\xa8\xe0\xb0\xfd\xcc\xad\x2d\x68\xb5\x05\x4e\x28\xc9\xb4\x2d\x72\x29\x44\x53\x4c\x30\x88\x5f\x80\xbf\xae\x97\x2a\x68\x56\xd0\xbc\x21\xed\xc0\xb4\x2c\x98\x80\x97\xde\x65\x93\xf0\xd2\xec\x03\x45\xd9\x67\x93\x41\x51\x66\x11\xb9\x4d\x5e\x81\x3c\x2b\x93\x0c\x5e\xdd\x24\xa5\x6a\x88\xe1\xa0\x2b\xb3\xcc\xdc\x26\x8e\x27\x8b\x17\xea\xca\x54\x2a\x72\x6e\x0c\x58\x53\x8c\xf1\xdc\x26\xa1\x83\xe6\x75\x71\x17\x0a\x30\x6d\x84\x68\x9e\xa6\x85\x03\xc9\x2c\x9e\x9e\x16\x9e\x87\x45\x30\xa1\x23\x6b\x7b\x31\x5a\xed\x16\x8a\x2b\x89\x72\x93\xb0\xb4\x7e\x3e\xb8\x80\xfa\x4c\x02\xe5\xb8\x00\xd4\xb6\x73\xaa\xf5\xc1\x9e\x3c\xae\xa9\xdd\x49\xb4\x86\x0d\xbf\xe3\xcf\xb6\xdb\x61\x1d\x5e\x6e\x00\xd2\xcb\xf3\xba\xe7\x34\xe9\x05\x38\x42\x7c\xa6\xed\xa0\x36\x43\xc0\x60\x3b\x90\x9c\xc1\x42\xf8\xc8\xc5\xd4\x20\xe1\xf9\xf0\x99\x26\x68\xbe\xbe\x3d\x60\xe9\x3c\xe8\x83\x2a\x21\x9d\x6e\x1b\x1c\x19\x14\x6b\x3b\xb7\x03\x5b\xc4\x63\x86\x23\x83\xfc\xea\xe7\x06\xc7\xe0\xe2\xb3\x07\x7a\xb0\xd9\x9a\x7f\x00\x3f\x0a\xda\x6f\x54\x8c\xb5\xe6\x1f\x28\xce\xdc\x25\xf2\x18\x54\xcb\xa2\x13\x63\x98\x1a\xc3\x89\x69\x9c\x1a\xf3\x3f\x4c\xe7\x17\x72\xe9\x35\x4d\x27\x06\x25\x80\xbf\x9d\x9c\xf8\x0f\xd5\x54\x84\x09\xeb\x6e\x17\x36\xba\x6e\x2c\x1b\x8a\x53\x4f\x0f\x1b\x90\x6e\x7d\xce\x70\xc6\xa7\x35\x61\xb6\xed\xe2\x1d\xde\xc2\xe5\xe2\x30\xdc\x04\x87\xe1\x16\xb8\x34\x7e\x9f\x40\xc4\x32\x97\x20\x2e\xfe\x14\x3b\x34\xb7\x9b\x5e\x8d\x6a\x8e\x29\xd4\x9b\x79\xe7\xa6\xff\x9d\x9f\xe3\xed\x5f\x6a\xa6\x0d\xbe\x0d\x0a\x5d\x9c\x1b\x7d\x19\x2c\x48\x6e\xa2\x0c\xaf\x2c\x33\xa8\x37\x43\x82\x9b\x26\x50\xb7\x40\xf1\x6a\x18\xc2\xa4\xa5\x16\x45\x59\x5a\x4f\x24\x3d\x64\x0d\xd3\x88\x5c\x05\x2b\x7c\xbe\xa6\xe3\xb1\x67\x11\xde\x0e\x5d\x51\x1a\x73\x43\xb8\x5b\xf9\x3c\xf3\xbc\x35\x86\x78\xc0\xe1\xcb\x2f\x50\xcd\x2a\x58\x52\x58\xf7\x45\x6e\x2b\xb3\x00\xd0\x75\xc5\x4c\xcc\xf2\xe3\xdc\xea\x3c\x2d\x70\x88\x50\x94\xe7\x2c\x3f\xce\xad\x9b\x24\x2c\x0d\x3d\xaf\xff\xfe\xd7\xe5\x97\x3e\x0b\xfc\x23\x14\x90\x39\xcb\x8f\x1c\xad\xbb\x5a\x81\x46\xcf\x97\xb9\x82\x50\x38\xc5\x5b\xce\xc2\x9c\xed\x1a\x54\x49\x7d\x9e\x36\x51\xd9\x7e\xf8\x40\x63\x42\x24\x9c\x1c\x63\x66\x79\x11\xe2\x90\xef\xf1\x2c\xd0\xc5\x29\x0b\xcc\x2c\xc4\x87\xc3\xcf\x3c\x7c\xbb\x3f\x20\xb0\x16\xc4\x2c\x08\x8d\xfb\x3e\xb3\x60\x83\x29\xe0\xcd\x4b\x1b\xa0\x6c\xd0\xf6\x74\x93\xf4\x8e\xa1\xba\xcb\x92\x47\x9f\x26\xa1\x50\x5c\x0a\x3a\x95\x42\xee\x58\xfe\x64\x61\x54\x7e\x01\xae\xbc\xc5\xff\x1f\xf8\x5f\x5d\xc2\x19\xb9\x15\xbf\xff\xf2\x8a\xb4\xfc\xb3\x20\x55\x56\xb7\xf6\xa7\xbc\xe8\x71\x28\xbe\x73\x96\x9a\x02\xda\x5f\xbc\x2c\x2d\x3f\xd9\x59\xa0\xfa\x93\xff\xc6\x2c\x4c\x0b\xff\x69\x60\xa2\x41\xcd\x1a\x9c\x91\x95\x39\x78\x96\x9a\xd3\xec\x1f\xb8\x0b\x05\x72\x4a\xe3\x4a\x8b\x44\xd6\xa1\x56\x58\xff\x2c\xf4\x8e\x50\xa9\xdc\x59\xe8\x1d\x61\x65\x43\x69\x59\xc2\x5e\xf3\xd4\x98\xbc\x5c\xf3\xd2\x72\xf5\x45\x45\xa3\x72\xa1\xb9\x13\x8a\x5c\x89\x97\xd2\x28\x72\x25\x30\x4b\x7a\x0c\x4b\xbb\x57\x3a\xcf\x7c\xf7\xc2\xf0\xb6\x36\xfc\x09\x26\x47\xe8\xab\x74\x2e\xaf\x26\x1b\xfa\x43\x45\xe8\xcd\xc2\x74\x58\x6d\xb8\x45\x6c\x1b\x01\x97\x02\xd0\xa9\xf8\xb9\x59\x12\x74\xea\x96\x5b\xa0\x40\xf4\xe5\xaf\x0c\x9e\x66\xc3\x3f\x34\xbc\xa0\x1e\x06\xed\xdc\x9a\x98\xf4\xf8\xf5\xce\x1c\x1c\x83\x96\x6b\xf0\xa6\x2d\xac\x5e\x60\x7a\x95\xa7\xf5\x2c\x03\xb9\x8b\x24\x13\x0b\x30\x69\x35\x0f\xc3\xf2\xda\x3d\xf3\xc1\x80\x2d\xcf\x1a\x72\x65\x7d\x84\x13\xab\x31\x5b\x71\x53\xd2\x81\x57\xea\xb9\x12\x94\x99\xc3\x9f\x60\x1f\x94\xbf\x64\x3c\x9d\x85\xee\xbe\x4d\x47\x51\x99\x9c\x34\x01\xa5\xc2\xb2\x36\x61\xe9\x32\x73\x96\xfc\xc9\xe2\x1b\x1a\x15\x53\x5f\x35\x6f\x1c\x80\xd0\xe2\x8d\x32\xb1\xb4\xde\xba\x93\x2a\x38\x1d\xa7\x85\xde\xbd\x2a\xa6\x3c\x0b\xbc\x1c\xaa\xa0\x77\x59\x49\xa6\x5f\x68\x54\xd2\x89\x4c\xa2\xd2\x8f\xd8\x5d\x93\x3f\xf8\x13\xc0\xfb\xe6\x36\x21\xe4\xbc\xf7\xe0\xbd\x5b\xbd\x7b\xf7\x1f\x1b\xd0\x07\x3b\xa3\x17\xcc\xb2\x3b\xfd\xb5\xfd\xc2\xbb\x9a\x9b\xb7\xd1\xce\x30\xc5\xe1\x26\x29\x21\x84\x11\x0b\xdc\x77\xab\x05\x31\xf4\x7e\xd5\x0c\x87\xca\x39\xbe\x36\x95\x3d\x67\xce\x24\xa0\xbe\x97\x97\x8f\x69\x11\x14\xc6\x38\x0b\xd2\xe3\x57\x5d\x52\x4a\xe2\x58\x01\xdb\x82\x4a\x3a\xc3\x1c\xc1\xbc\xaa\x2d\xfc\x45\xb0\x4f\x7f\x91\x78\x5f\xcf\x18\xa6\x4e\xf1\x72\x24\x3f\x68\xd8\x07\x47\xe9\x17\xb8\xf7\xc3\x3f\x20\xad\xee\x74\x97\x39\x4c\xff\xc0\xd0\x48\x73\xfd\x49\x4d\xbc\x68\x38\x53\x2c\xaa\xcf\x2b\x27\x42\x54\x5f\x74\x9c\xd4\x38\x11\xb2\x56\xbd\x14\x2f\xac\x6c\xbe\x15\x17\x44\xac\x4d\x0f\x22\x03\xd6\x3c\x51\x28\x27\xd8\x2d\xf1\x00\x22\xab\xa7\x09\x1e\xb6\xe5\x73\x5e\x00\x45\x56\x73\x03\x5c\x6e\xad\x62\x2d\x70\xb1\xad\x96\x16\x17\x18\xd2\x8b\x7f\x27\x43\xaa\x01\x58\x7d\x8d\xce\xcb\x9d\x6b\x2b\x12\x6f\x1c\x81\xde\xa9\x77\xee\x1a\x0d\x12\x49\x54\x3f\x87\x28\x94\x8d\x61\x0e\x7f\x81\x68\x59\x16\x47\xcc\xa2\xd5\xa6\xbb\x4c\x8e\xd6\x20\x5f\x28\x5a\xad\x17\x2e\x74\xa2\xfd\x1c\x04\x89\x3c\x0d\x15\xe0\x45\xeb\x5b\x72\x79\x48\xb4\xe6\x11\x11\x70\xd5\x1c\x9d\xc0\xd3\x07\xfd\xc3\xb3\xc8\x62\xf9\xe1\x4a\x88\x48\x84\xc0\x55\xd3\x08\x27\xdb\x6a\x20\x90\x59\xb2\xbc\x8b\x9e\xe4\xbf\x7f\x5d\xd4\x4c\xa6\x2f\x11\x57\x7f\xdb\x7f\xff\x9b\x2a\xbb\x34\xeb\x8f\x35\x11\x9b\x9e\x39\x08\x37\xd0\xb0\xf6\x7e\xa6\x8f\xec\xd2\x33\x30\x9e\x44\x47\xfd\x71\x08\x6e\x8f\x5b\x66\xfa\x07\x7a\x54\xe9\x99\x20\xd1\x14\x33\x5d\xaa\x72\xd3\xce\x8a\x4c\xfa\xf2\xac\x9b\x95\x2e\xb6\xca\xb0\x36\x2b\xd3\xa1\xfa\xbc\xac\x85\x7e\xf0\x12\xba\x15\x4a\x42\x65\xcf\x99\x15\x2e\xb1\xb6\x33\x57\x42\xb6\x3e\xfe\x72\x14\x55\x26\x2f\xf0\xf9\x5d\x33\xe1\x95\x14\x0f\x95\xe6\x5d\x9f\xc7\x15\x0a\x44\xa5\x42\x9e\x35\xcd\xbd\x42\xd2\x15\xfe\xb3\x55\x1a\xc6\x0a\xff\x59\x05\xe4\xcc\x4a\x73\xb0\xaf\xcc\xb5\x82\xb7\x9a\x9f\x3b\x9e\xd5\x63\x85\x11\x23\xfc\x7f\xb0\x01\xf7\xf8\x9e\x32\xc6\x88\x15\xfe\xb5\x55\x7a\xf3\x5a\x79\x21\x96\xa2\xa1\x26\x26\x9c\xa6\x89\x1b\x44\x7b\xb0\x12\x24\xea\x02\x53\x59\x97\xd0\xa8\xa2\x36\xde\x79\x3c\xac\x46\x91\xbd\xfc\x06\x86\x21\xf0\x5d\x5f\xd0\x18\xc3\x0b\xd9\x78\x21\xd6\x21\x50\x91\x74\x5f\xa5\x52\x67\xcd\x84\x0a\xfe\xff\xdd\xb4\x56\x52\xd6\x4e\x1a\xb5\x54\x2c\x45\x64\x5b\x4e\x85\x12\xd2\xca\xd7\xda\x39\xf3\x12\x66\xb5\x93\x66\x61\xa7\xda\x29\xd1\x3f\x7d\xe4\x3e\xd7\x30\x13\x73\x2e\xbf\x31\x41\xb5\xa9\x40\xf8\x93\xfd\x35\xea\x0b\x11\xa7\x6a\x0b\xcc\x0a\x88\x18\xe1\x71\xb3\xb4\x60\xd5\x65\xae\xc2\x02\xec\x3b\x40\x45\xe6\x81\xea\x99\x0b\x26\x90\x12\x4d\x74\x60\x0d\xc9\x9a\x0a\x0b\xaf\x4f\xf4\x0a\x87\xd5\xef\x07\xc9\xe5\x7e\xe1\x01\x8d\xea\x61\x26\x49\x5a\xbc\x99\xeb\x2f\xa2\x99\xe5\xea\xd3\xc7\xe4\x72\xab\x8f\xc9\xc3\xd0\x5c\x08\x8f\x3b\x9f\x3c\x15\xe1\x57\xd5\x4c\x09\x2d\xe2\x47\x3a\xc1\x6d\xb5\x5b\xc1\x5b\xe1\xb6\x6a\x14\x51\x17\x2f\x5b\xe6\xb0\x45\x79\xa7\x1e\xe0\x85\xaa\xac\xc2\xb3\x2e\xda\x30\xbc\x77\xd7\xe2\x20\xfc\x05\x69\xd0\x44\x32\x4b\x55\x5b\x7e\x81\x02\x43\x30\xa2\x32\x20\xab\x2d\xff\x00\xb1\x6d\x19\x48\x44\x27\xb4\x5d\xa1\x45\xac\x16\x30\x88\xc7\x52\x08\xc9\xac\xf4\x9f\x33\xfc\xaa\x7b\xee\x13\xd1\x80\x6c\x04\xd5\xfc\xb3\x53\xc5\xa1\x1b\x5e\xdd\x39\x0a\xf1\xcf\xce\x48\x07\x91\xc4\x82\x47\x3e\xb3\xeb\xce\xed\xef\xad\x76\x30\xb0\x51\x44\x1d\xe4\x40\x7d\x00\xad\xa0\x3c\x17\x67\x3d\x28\x25\x75\xc8\xd7\x13\x42\xd0\x27\x05\x94\x7a\xc3\xec\x73\x06\x18\x4e\x1d\xb0\x56\xf3\xe7\x2c\x82\x12\x6f\x78\xab\x22\x9c\x29\x2c\x6e\x4e\x30\x43\xf8\x99\xe0\xcc\x83\xbc\x18\x80\xea\xd3\xf1\x22\x72\xf6\x27\xc8\x0f\xf0\xd9\x66\xcc\x31\xd5\xbd\x53\x2f\xfa\x05\x88\x06\x68\xec\xe4\x3f\x3c\xeb\x8b\x9d\x9c\xfc\x7d\x56\x84\xf6\xcf\xee\x6d\x84\xda\xcc\xdb\x9f\xb2\x9d\xce\x7a\x83\x31\x7c\x14\xde\xa4\x57\x30\xa7\x42\x41\x37\x8d\x37\x2b\xdd\xe5\x0c\x1f\xeb\xbd\x90\xe5\x46\x8c\x70\xd3\xce\xe3\x4d\x79\xe3\x70\xf4\x24\x01\x07\x7d\xd6\x95\x46\x5a\x33\xc6\x83\x40\x0a\xa9\x56\x2b\x62\x8b\xaa\xcf\x3a\xc2\x22\xcb\x91\x17\x16\xcd\x61\x04\x82\xe4\x53\xd6\x29\xd6\x27\x25\x95\xa6\x18\xea\xb9\xd9\x3f\x5f\x80\xc2\xe5\x2f\x4e\x7e\xa1\x39\x7d\xc0\x7a\x9a\x95\x96\xc9\xa8\x04\xbc\x1a\x51\xcf\xe7\x99\x56\xe3\xa9\x67\x06\x38\x6a\x19\xdb\x8f\x44\x0e\x3d\xef\xff\xfd\x2f\x54\xdf\x7a\x36\x78\xcf\xc9\x29\x7c\xb6\x17\x06\x55\xc5\xcd\xcd\x46\x5d\x9b\x0e\xd3\x06\x54\x24\x6f\xd3\xd9\x7e\xd4\x6c\x48\xaa\xb4\xf4\x95\xd3\x06\x6d\x1b\x05\xbe\x7a\xdc\x72\xa5\xbb\x7e\x08\xfe\xe0\x37\x28\xb9\x04\xbd\x5a\x01\xf7\xe8\x58\x6a\x08\x35\x52\x98\xcf\x6c\x65\x21\xc1\x9f\xff\x87\x8c\x90\x60\x6b\x2f\x12\x1a\xf6\xe5\x6a\xcc\x21\x6f\xbc\xda\x6a\x3a\x27\xeb\xf9\x15\x09\xf6\x89\x69\x54\x4c\x49\x5b\xd3\x6a\xae\xac\x5a\xac\x38\x84\x96\x9f\x51\x90\x55\x92\xb4\xd1\x8c\x69\xf1\xdd\x60\xc6\xb4\x1f\x5d\xa3\x19\xd3\x78\xb6\x21\x88\x7d\x78\x96\x90\xb5\x53\xe5\x8c\x66\x4b\x33\xa7\x64\x6f\x6b\x29\xe7\xb4\x54\xed\x46\x42\x63\xcd\x22\x20\xc6\x54\xdd\x8a\xd9\xa8\x73\x32\x8c\x6f\x9d\x97\x11\xd1\xd0\x93\xa3\xd5\x29\x1c\xf8\x7d\x0f\x68\xd4\x31\x75\x21\xda\xd6\x29\xa9\xcc\x4f\x83\x87\xad\x58\xbc\x21\xac\xbc\x4b\x9e\x37\x28\x99\xec\xfb\xd3\x50\x1f\x79\xf3\x54\xd3\x6b\xcd\x97\xb8\x36\xc8\x3f\x9b\x5b\xa0\x52\x40\x44\x51\xeb\x64\x68\xdf\x10\x97\x63\xaf\xc6\xc6\xcc\x9d\xbe\x48\xb6\x71\xe0\x05\xd3\xc8\xc0\x64\x37\xc0\x13\xc1\x0d\xdc\x78\xdf\xff\x3f\x78\xd6\xc4\x32\x4c\x47\xd1\xd7\xb3\x21\x4e\xdd\x5a\xa8\x16\xf4\xfe\x90\xec\x68\x91\xa3\x54\x17\x70\x84\xdb\xbc\x05\x82\x88\x43\x47\x69\x7b\x71\xd2\x90\xff\xf1\x7b\xd7\xe7\xb4\x88\xa3\xe0\x19\x67\x47\xb8\x16\xb0\x19\x9a\x5f\x22\xd7\xce\x44\x91\x81\x84\xd5\x1b\xcc\xad\xb3\x0b\x38\x37\x98\x5b\xed\xb3\xda\xe0\x1a\xd7\xbc\x6d\x32\xa9\xbb\xa5\x0d\x12\x32\x35\x2f\xe6\x42\xbd\x17\x6f\xd4\x45\xe4\x25\x40\xd1\x16\x6d\xcc\x5e\x3b\xaa\xa1\x86\x9f\xb9\x91\x74\x56\x36\x46\xa1\xf7\xf2\x97\xa0\xd6\xf7\x0c\x86\x97\xad\x26\x01\x76\xd2\x6e\xee\x5b\xcc\xe9\xad\x83\xaa\x01\xe1\x34\x33\x1b\xd2\x31\xd9\xcf\xa3\x31\xbd\x52\xd7\x39\xd9\x76\xe2\x30\x53\x0c\xcf\x32\xfb\x2b\xb7\x3d\x25\xa6\x9a\x60\x7d\x45\x1b\x3a\xdb\xc1\x48\x34\x7d\x71\x34\x88\x02\xd1\x70\x4c\x14\x29\xd0\xa4\x1d\x5c\x69\xf5\x78\xf0\x4a\x64\x21\x0d\xf5\x90\x1d\x9c\xda\x41\xfe\x76\x87\x54\xc3\x9a\xfb\x98\xae\xbd\x17\x93\xc0\x69\xd0\x17\x27\x9d\x4f\x85\x57\xdb\xc9\x79\xd1\x34\x9c\xc4\xaf\x42\xc4\xed\x84\xb9\x4b\xd0\xb0\x21\xed\x66\x73\x0f\x27\xe5\x9b\x06\x81\x88\x01\x7b\x19\x36\xd8\x39\x9b\x4e\xef\x76\x12\xe7\x59\xbc\xc1\xee\x69\xbf\xb3\xf6\x62\xa4\x61\xff\xa9\x86\x08\xf0\x18\xfe\xbf\x72\x8c\xa2\xf0\x22\x45\x6a\xf0\xe2\xb4\xfa\x7f\x50\xa4\x5b\x62\x7b\x11\x92\xe3\xa3\x67\xbb\x93\x13\x35\xcd\x4c\x80\xd9\x4d\xf3\xcd\xc3\x55\x24\xdd\x4c\xe4\xe7\x0f\x28\xa1\x85\x34\xdb\x93\xd3\x2c\xa2\x1f\x6e\x49\x41\xc7\x46\xc7\x32\x5f\xd9\x1b\x50\x8b\xbd\x88\xda\x43\x69\x68\x81\xfb\x24\x55\xa2\xfb\xa1\xbd\xcd\xfb\x1e\x4e\x60\xad\xba\x49\x5e\x56\x74\xc5\x6a\x0f\xb8\x41\x33\xd7\x19\x43\x3d\xfd\x8c\xbb\x89\x6c\x19\xfd\x97\x34\x2c\xfd\x40\x17\x1c\xc1\x8c\x4e\x13\x9e\x2f\x27\x7d\xe3\xb9\x21\x51\xd1\x37\x64\xe3\x11\x93\xf7\x17\x56\x54\x55\xaf\x7a\xcf\x20\x10\xed\xff\x71\x84\x6b\x94\x1d\x26\x3a\xbb\x11\x76\xaa\x6f\xfa\xe7\x03\x32\x94\x04\x64\xdf\x28\x0b\x96\x49\xc0\xb0\x35\xf7\xbd\x90\xe7\x87\x9e\xb9\x16\xe2\x88\x5e\xea\x7f\xff\x0b\xfb\x99\x75\x64\x39\xb7\xff\x41\x67\x39\x1c\x5f\xe2\x3a\x13\x06\x59\x01\xd4\x4b\x52\xe9\x4f\xb8\x36\xa2\x09\x3a\x1d\x03\xc0\x5e\x78\x00\x0b\xd7\xf7\x4a\x1d\x93\xc0\x52\x4f\x15\x8d\xb6\x6e\x4f\xb3\x9d\xd8\xb2\xd3\x6c\xe7\x36\x2b\x71\x82\xf6\x72\x07\xba\xf1\x05\xa7\xd7\xfb\x05\x95\x5e\x2b\xc6\x1e\xfa\xba\xdb\xa1\x71\xb1\xd7\x4d\x6f\x98\x39\x2f\x46\xab\xa8\x8b\xaa\x0e\x1a\x35\x13\xcd\x0d\x4c\x34\x20\x06\x6a\x4c\x53\xa4\x89\x43\x80\xb2\xcd\x69\x1d\x3e\x5f\x76\x50\xe8\xc8\x59\x1e\x1e\x52\x62\x21\xc1\xad\xde\x93\xdf\xd4\x43\xe7\x4e\x13\xac\xe8\xf4\xfa\xf2\x7d\xa2\xf7\x0a\xb1\x2c\xa2\x11\xfd\xd8\xfe\x54\x19\x6f\xf6\xd4\xbd\x34\xf7\x07\x65\xb7\x79\xa7\x73\xc4\x26\x70\xa1\x37\x3f\x13\xe3\xfa\x7b\xb2\xaf\x57\x91\xa1\x94\xd1\x4d\x2f\x75\xae\x52\xb5\x74\x64\xf0\xf9\xcc\xfa\xa0\xf1\xcc\xb3\x38\x26\xfc\xd6\xc4\x8d\x03\x99\xe3\x3d\xeb\x03\x90\xc2\xfc\xfc\xe2\xa8\xa9\x82\xb9\xb3\x03\x37\x35\x53\x30\x72\xd6\xf5\x02\x41\x8c\x64\x53\x0f\x22\x7f\x5d\xff\x3b\x2b\xd7\xd8\xf8\xda\xe9\xdf\x6f\x23\x53\xa7\xb9\xce\xee\xe7\x1d\xe6\x3a\x5b\x67\x3b\x2d\x72\xb6\x4a\x76\x78\x95\x35\x41\x8c\x9e\x30\xc7\xcc\x36\x91\x2f\xdc\xf3\xc4\xf4\x3b\x21\xc5\x59\x9f\x3c\xf4\xbd\x78\x93\xe3\x70\x93\x58\x3c\xd3\x34\x73\x5c\xfe\x01\x67\xc9\xa7\xcb\x83\x2f\x98\x48\xe6\x6b\xd2\x5d\xb1\x4f\xc2\x06\x1d\xa0\x1d\x81\xcc\xb6\x5b\xf7\xc5\x3d\xa5\x16\x68\xd1\xeb\x9e\x7d\x04\x5c\xda\x6f\xa3\x03\x39\xd9\xc0\xd7\x59\xf1\x5a\xf1\xe8\xb3\x03\x2c\xd9\xeb\xb9\x23\x12\xa0\x7d\xfe\x87\x2c\xd2\xd1\xd3\xa9\x2e\xea\x9f\x1e\x38\xf5\xfe\x22\x2d\x7e\xba\xa3\xf7\x3d\xa5\x93\x26\x06\x6e\x65\x76\xdc\xe9\x4c\x6c\x6e\x5d\x48\x87\x0a\xc9\xf6\xfb\xbe\x53\x86\xea\xce\xdc\x77\xce\xbd\x3f\x40\xc9\x05\x8b\x54\x84\x64\x76\xef\x13\x84\x06\x28\x5b\xcd\xec\xfb\x7b\x48\x4f\xcb\xa6\x9d\xa7\x9f\xd7\x6e\x47\x5e\xd3\x0f\x89\x0f\xa2\x7f\xd5\xc0\xf1\x7b\x77\x81\x2e\x8f\x9d\x11\x9b\xbe\xb4\x77\xa6\x41\xb7\xae\xa5\xa7\x01\x50\xea\xc2\x7e\x50\xf9\xa1\x6b\x54\x27\xc4\xf3\xd9\x04\xd7\xb6\xe6\xe3\x92\x06\x3f\x5f\xab\xfa\x89\x48\x3d\xdd\x40\x3a\xf3\xa2\x5b\x03\xd3\x59\x38\xf1\xb3\x79\xe1\x69\xd6\x7c\x46\x33\xad\x79\x37\x83\x9d\x74\x9f\x5b\xfe\x02\x97\x5c\xe1\x84\x9e\x41\x9c\xde\xbd\x27\x0e\x4c\x33\x10\x21\x99\x65\x1c\x62\x36\xed\xa1\xd0\xd3\xa0\x27\xe0\xda\x61\xc0\x6b\x3e\x78\x10\x0b\x60\x07\x84\x7e\x91\xc1\xdc\x43\x5a\xf0\xa4\xaf\xe8\x37\x37\xb7\x67\x0e\x69\xce\x37\xef\xab\x9b\x34\x68\xe2\x18\x0d\xf0\x11\xc4\xa9\x88\xf2\x01\x0a\x45\x94\xaf\x00\xfd\xc6\x5a\x74\x7f\x40\x05\xb4\x39\x2a\x3d\xbf\x0c\x24\x50\x96\xa6\x39\xb8\xaf\x3f\xd9\xa9\x66\x02\xa8\xcd\x9e\xdd\xfd\xe1\xfa\xfb\x03\xf4\x69\x61\x80\xba\x34\xd3\x48\x83\x55\x0f\xeb\xfa\x4b\xbe\xb9\xd9\xe1\x15\x66\xdb\x7f\x7f\x12\x44\xfc\xeb\x7e\xfc\xa8\x6f\xd4\xc4\x0f\xe4\xac\xb4\x5f\xe3\x00\xe2\x53\x3c\xf8\x7b\x2a\x22\x87\x5f\xd5\x33\xf9\xd5\x0d\x42\x94\x68\x13\x0e\xe4\xc0\x09\xa5\xc5\x7a\xb7\x0f\x7b\x1c\xfa\x81\x17\x0a\x49\xc8\x01\xbd\x92\xfd\x2a\xc6\x36\xfe\xfb\x5f\xb7\xf2\x7a\x6c\xf1\x3e\xeb\x6a\x37\x36\xba\xa1\xe9\x86\x31\x52\xcd\x24\x56\x18\x1b\x27\xd5\x5d\x52\x28\x2f\xff\xc0\x6b\x91\xf8\x71\x94\xa4\x52\x9d\x42\x33\x65\xdb\xff\x28\x59\xcb\x4d\x03\xa7\x97\xbf\xfd\x09\x46\xa1\x82\x3b\xdc\x04\x77\x95\x3a\x2d\x28\xd8\xab\x43\x75\x54\x6c\x22\xcf\x43\xa2\xb3\xe5\x1f\x72\xa0\x22\x22\xb5\x55\x5a\xdf\xc1\x42\xd7\x56\x57\x0d\xda\xcc\xba\xf8\x69\xa4\xcd\xcc\x1c\x80\x80\x49\x3b\x14\x8c\x96\x29\x10\xd5\x09\x3c\xf7\xc7\xd4\xf5\x69\x30\xeb\x78\x68\x5f\x8c\x04\x75\xdd\x6f\x60\x37\x4b\xb4\x0f\x80\x34\xd5\x21\x9b\x03\x69\x16\xad\xf1\x1d\x3d\x59\x40\x1f\x74\x1e\x71\x5e\x31\x24\xa4\xb0\x7e\x6a\xc0\xf1\xde\xc1\x23\x83\x45\x05\xbb\x27\x0f\x16\xaf\x50\xd6\xad\x39\x60\xe1\x1a\x9f\x2e\x60\x6d\xb2\xaa\x70\x74\x84\x48\x7b\xfd\x50\x77\xfa\xe3\xda\x37\x00\xb3\xc2\xac\x0d\x37\x2b\xbb\x5e\x0f\xe4\x99\x09\x65\xa0\x9a\x63\xd0\xda\xa8\x13\x6c\x50\xe5\x65\x3d\xcb\x40\x46\x0b\x6b\xaa\x07\x4b\x4d\x5b\xa3\x35\xe0\xfc\xaf\x7c\x50\x73\x0c\xde\xaf\x3c\x11\x83\xe8\xc1\x54\xc0\x91\xca\xd6\xee\x11\x0c\xd3\x31\x9b\x21\x35\x62\xb1\x86\x72\x44\x72\xae\x3a\x09\xc6\x31\xba\x49\x6a\x24\x4d\x26\xb0\x9a\xaa\xf4\xcc\x01\xa8\xe6\x6a\x5b\x73\xcc\x6c\x52\x9d\x4e\xc8\x5a\xcb\xd6\x31\xc9\xba\x9e\x1b\xb8\x42\xd5\xcf\x17\x3c\x9d\x3d\x90\xcc\x33\x21\xd0\x3a\x60\x38\x6b\x9f\xe7\x8e\x74\x34\x1a\xd7\xca\x81\x6a\x5c\x69\x49\x93\x16\x6b\x20\x8f\x61\xb1\x7e\x6f\xec\x30\xe4\x5b\xb7\x36\x76\xf6\xa1\x2f\x76\x20\xc8\xe2\xff\xd9\x87\x30\xc1\x80\x5b\x92\x0d\x6b\x83\x46\x2a\xab\x3b\x06\xd2\x40\xd8\x3c\x33\xe0\x2d\xdf\x2c\xab\x0e\x4a\x1e\x4f\xf6\xc1\xbd\xe0\x89\x40\x5e\x08\xdb\x72\xc7\x11\xec\xc2\x4d\x50\x4e\x78\x14\x0c\x51\xb4\xb2\x6b\x1c\x0f\x7f\xd0\x5c\x9d\xf4\xf9\x11\xe4\x1b\x67\x92\xe1\x1f\x92\x0c\xb5\x81\x30\x46\x2b\xb3\x06\x3d\xe0\xdb\xf6\xa7\x70\xd7\x41\x2d\x91\xe0\xff\x38\x99\x25\x58\xf3\x46\xd0\x62\x09\x7d\x32\x55\xa1\x7b\xcb\x34\x67\x7a\x46\x8a\x25\x81\xbb\x71\x25\xfd\x1a\x21\x03\x1c\xad\x2b\x1b\x17\xe9\xf7\x33\xd5\xcf\xde\x6b\xcc\x0c\xa8\x1c\xd7\x73\x30\x6d\x76\x75\x93\x64\x1f\x73\x03\x22\x1c\x6d\x16\x1a\x30\xb5\x15\xab\xaa\x06\xfc\x94\x6c\x8e\x18\xf0\x53\xb2\x6d\x6c\x10\xe5\x58\xdb\x36\x98\x8d\x42\xd9\x8f\xe7\x00\xca\xf9\x08\x08\xd6\x72\xb6\xba\x6d\x24\xcc\x31\x7b\xdc\x64\x0f\xcb\x6f\xa4\xa7\xb0\xc1\x70\xdc\x27\x9e\xdd\xe7\x05\xd5\xa9\xdf\x47\x4a\x18\x5d\x58\xc7\x4d\xa2\xc5\x19\x0f\x1d\x39\x34\x4d\x80\x34\xdd\xec\x98\xc9\x29\x3c\x8f\xb0\x96\x75\xef\x19\x58\xcb\x62\xfb\xfc\xc0\xbd\xef\x51\xc3\xab\xc8\x18\x37\x50\xdb\xc5\x06\x8f\x80\x0f\x91\xbd\x34\x02\xd6\x34\x3b\x98\x05\x0b\xb9\x58\xa3\x13\x3f\x2e\xb6\xb8\x37\x80\x73\x6c\xaa\x8a\x1f\x17\x5f\x0c\x1a\xbf\x89\x17\xa6\x9e\x39\x4a\x37\xb0\xe3\xd9\x3d\xd0\x77\x58\xeb\x10\x30\xb8\x79\x5a\x83\x6e\x48\xca\x44\x39\x83\xde\xed\xd6\xbe\x05\xf3\x07\x2a\x97\xda\x0c\x14\x7e\xe9\x92\x25\x81\x6c\x15\xfd\xe7\xff\x79\xe0\x2c\xbf\x40\x97\xd4\xee\x37\xb0\x56\xc3\xcf\x04\x29\x9e\x07\x40\x25\xeb\x87\x03\xa5\xa2\xe3\xf3\x01\xaf\x02\x9e\x97\x8d\x48\x5d\x28\x25\x12\x3a\x49\x04\x46\x49\xbc\xe0\x37\x92\xa9\xb5\x7c\xa5\xa3\x53\x4d\x55\xa1\xa0\xf6\xd4\xc0\xe3\xdd\xba\xf8\x28\x8c\x72\xea\xee\x23\xe7\x4e\x3f\xc0\xf0\xf7\x71\x33\x8b\xca\xfd\x2f\xe4\x1d\x70\x60\xb2\x59\x25\x90\xef\xcf\x36\x91\x60\xb6\x0a\x15\x62\x9f\x01\x87\xa4\x8f\x4f\x4c\x20\x5b\x45\x2f\xee\x22\xe7\x46\x93\x05\x6c\x65\x43\x4c\x10\x5b\xd9\x63\x25\x98\x8c\xc2\x0a\xb7\xa0\x39\xd1\xaa\xc8\x80\x3e\xcc\xd1\x57\xd1\x98\x53\xc0\x1f\x60\xf3\x9a\x67\x68\x2c\xb4\x7a\x34\x90\xf2\xda\x36\x85\xe8\x39\x31\x5a\x40\xc4\x38\x5a\x5d\x1a\x48\xd0\xe7\x10\xb4\xe8\x98\x17\xe9\xba\x03\xb6\xc3\x8f\x01\x33\xe0\xaf\x6e\xb5\x73\xa4\x7e\x6a\xf8\x0b\x4c\x83\xce\xfe\x40\xf1\x95\x2e\x81\x14\x8c\x81\xb4\x8a\x37\x06\x49\xf2\x07\x88\xa5\xf2\xf6\x86\xb7\xb9\xb5\xe9\x81\x7c\x7c\x5d\x87\x41\xc0\x8c\xd7\xeb\x9f\xee\x48\x31\xc8\x3a\xee\x2d\x73\x5d\x98\xa3\x51\x64\xe5\xa3\xa2\x0b\xc4\x47\xda\x1e\x10\x01\xf5\xaf\x37\x0d\xd2\x80\x75\x4b\x9b\xa0\x22\x5e\xb7\xd9\xa0\x89\xce\x0a\xb5\x08\x04\xa4\x99\x9f\x61\x90\x73\x36\x8c\x98\x84\xb3\xde\xfa\x33\xb7\x88\xbf\x00\xa0\x1a\x16\x48\x70\x25\x9f\x56\xac\xc7\xa4\x53\xc2\x70\x1b\xaf\xa0\xb7\x9f\x6e\x30\xe5\x84\x2f\x77\xb1\x78\x1c\x99\x0c\xaa\x9e\x54\x15\x70\x06\xad\x76\xbe\x2f\xc6\x4a\x81\xa2\x91\x65\x40\xa2\x25\x08\x0c\x6f\x56\x15\xc6\xce\x4d\x61\xc9\x09\xdf\x22\x6b\x70\x63\xa7\xe9\x50\x97\xb3\x60\x92\x88\xe1\xc9\x00\xe8\xb2\x22\x30\xf6\xec\xd3\x4d\xa0\x4f\x53\x79\x90\xe3\x04\x27\x02\xa5\x4b\xac\xf7\x0b\x54\xb8\xeb\xbe\xb6\x06\x92\x3a\x2c\xef\x75\x58\xde\xac\x00\x0b\xf8\x16\xf5\x4f\x83\x37\x69\x74\x8b\x74\xde\xd5\x85\x31\x10\x73\xf8\xd9\x67\x44\x5c\xc3\x52\x10\x00\xcb\xda\xcb\x00\x64\xb2\x12\x2e\x90\x5b\xd9\x6a\xc0\x60\x9a\x88\xf6\x69\x91\x12\x2c\xfc\x06\x01\x8b\x34\x5c\x71\x72\xe2\x34\x8a\x93\x54\x5b\xd0\x5e\x24\x52\x1f\xc0\xf5\xdb\x4a\x97\xb8\x72\xfd\xb5\x78\x88\x20\xec\x9b\x25\xda\x45\xec\xe9\xc5\x61\xad\x11\xdf\xa3\x22\x51\x92\x07\x4a\xe5\xcf\xf0\x7e\x82\x93\x91\x63\xa8\x82\x19\x92\xad\x0a\x0c\xc2\x24\x7b\x6a\x05\xdd\xb5\xad\xa1\x0e\x9a\xec\x86\xe5\x20\x93\x72\x59\x6b\x10\x2f\x0c\x0a\x87\x5b\x06\xb4\x3d\xdd\xb7\xed\x20\xee\xd1\xb5\x37\x58\x94\xd8\x7a\xd7\x80\x9f\x51\xd7\x35\x38\xa8\x1e\xb2\x5e\x35\x90\xfa\xa1\x1b\x0f\x06\x03\xff\xda\xa7\x4d\x46\xb1\x68\x3a\x99\xe5\xb8\x7d\xda\x3c\x90\x87\x4e\xc3\x80\x86\xc7\xba\xbc\x78\x28\xcd\x34\x57\x13\x9e\x46\xdd\x17\xe1\xc9\x4c\x5e\x8e\x27\x9a\x08\xf3\xb3\x25\x6a\xfe\x72\x09\xa7\x7e\x80\xdb\x9b\x04\xc9\xfc\x71\x49\xbb\x9b\xdc\x29\x9d\xfc\x46\x4e\xee\xd2\x0f\xd8\x1e\xdd\x7d\x80\x6c\x09\xc4\xf9\xe3\xdc\xaa\xc5\x54\x1b\x69\x35\x26\xa1\x8f\x44\xd3\xdc\xc8\x02\x1a\xf8\xdc\x92\x05\xd4\x25\x33\x75\xf9\x16\x34\x61\x38\xb4\xaa\x6b\xc2\xef\xdb\xaa\xb9\xb9\x51\x4d\xae\x63\x66\x6e\x39\x4e\x51\xbd\xe5\x6a\xb8\x0f\x0a\xf6\x30\x59\x27\x3b\xd5\xc0\x98\x7d\xd9\x0a\xdd\xf9\xe2\xa5\x98\xdb\x9f\x8c\x49\xb3\x70\xd4\x22\xa0\x70\xfb\x69\x9a\xe0\x56\x6e\x47\xcf\x89\xba\x78\x56\x81\xcf\xc2\xb3\x5a\x87\xf7\x2c\x3c\x9b\xa5\xcf\x9b\x85\x3b\x5e\x67\xe9\x64\xad\x64\xeb\x76\x67\x25\x0d\x9a\xe8\xca\xd3\x50\x10\x65\x56\xca\x80\xe1\x1f\x38\xb1\x9a\x25\x78\x76\x5b\x33\x36\x33\xda\x4f\x2a\xa6\x49\x20\xe5\x89\xa7\xd6\x4a\xa5\xb6\xe7\x4c\xa5\x94\x68\x68\xdc\x7a\x66\x87\x86\x89\xf1\xb0\x18\x1e\x68\x0d\xf4\x6c\x10\xa6\x5e\xa8\x46\xd3\x8f\x34\x4c\x13\x95\xf1\x6c\x24\x9e\xf4\xe3\x1e\x82\x05\xb3\xe5\x5a\x6b\xb2\x5f\xe8\x55\x9c\x04\x61\xa2\x9c\xb2\x6f\xfa\x93\x5a\xaf\x90\x5e\x65\xf6\xa4\xda\x3f\x90\x6a\x75\x01\x57\x6f\xeb\x2d\x67\x4f\x22\x35\x93\x9d\x5b\xd3\x7d\x40\xcd\x65\xab\xf1\x4c\x70\x26\x28\x34\x09\xce\x3c\xcc\xce\xb9\x97\xde\x65\x42\x0f\x56\x3e\x34\x51\x1a\x7b\xf5\xa0\x07\x6b\x1f\xa2\xb0\x75\x3d\x0d\xf0\x0c\xeb\xca\x17\x3e\x27\x3d\xc3\xac\xc0\x9d\xc0\x77\x86\x47\x73\x70\xd8\xea\x72\x30\x41\x92\x7a\x1c\xb9\x73\xb5\x78\x2f\xde\xab\xbe\x26\x4f\xe6\xc8\x50\x85\xd2\x39\x07\x19\xc8\xcf\x9c\x7a\xa9\xc9\x26\x0d\x94\xaa\x1f\x3a\x67\x30\x47\xa4\x68\x08\xae\x8d\xb7\x0e\x12\x9c\x59\xdd\x31\xe1\xce\x6e\xb5\xcc\x44\x4e\x8c\x65\xa2\x69\xe1\xb4\xae\x7d\x32\xfe\xd0\xaa\xfc\x89\x84\x65\xd6\xe3\x4c\xd8\x33\xbb\x69\x84\x3d\xd3\x66\xdd\x39\x73\x1e\xf5\xc1\xc4\x4e\xf4\xd2\x11\x24\xea\x56\x3c\x59\x2b\xe4\xe7\xf7\x61\x3b\xf0\x3c\x23\x98\xd0\x77\xde\xb9\xf8\xbd\x86\x00\x85\xd9\xf4\x41\xb0\x20\x4d\xa4\x10\x99\xd4\x9f\x7d\x84\xf2\x02\x73\xe9\x8a\x3b\x17\x47\xa4\x29\x58\x3c\x8c\xcc\xe0\x89\xf5\x04\x38\x26\xb1\xde\xf2\x33\xb6\xa9\x6e\x97\x73\xe7\x01\x69\xfe\x45\x1c\x60\x57\xfa\xfa\x39\x77\x56\x90\xd0\x20\x90\x76\xd5\x0a\x93\x09\xfd\x9a\x6f\xd9\x13\x45\xec\x7c\x5d\x9d\x08\xda\x53\x35\x9c\x39\x0f\xae\xb3\xdf\x0f\xe8\x3a\xfd\x3f\xcf\x00\xf3\x3f\x2d\x74\x2a\x3c\x3b\x27\x5c\xaa\x7c\x6b\x9f\x67\x0e\x5a\x83\x7a\x91\x5e\xd9\xbc\x1f\xce\x02\x6f\x21\x91\x0c\x4d\x9a\x5d\x79\x27\x22\xf4\x9a\x53\x48\xcd\x33\x27\x41\x83\x3e\x29\xd6\x4d\xf5\x49\xb7\x08\x4f\xd3\x89\x78\x5b\xe1\xb4\x49\xfd\xd8\x68\x7f\x8a\x38\x9a\x17\x14\xf4\xca\x2c\x3f\x27\x7d\xac\x54\x79\x74\x4e\x68\xd3\x7c\xdd\x9e\x2f\x30\xac\xd3\xdb\xe9\x22\x22\x28\xfe\x01\x2e\x53\x16\x54\xb0\x00\xfa\x26\x3c\x2f\x1e\x9c\xe6\x76\x54\x98\xf3\xe5\x7a\xde\x54\x59\x7a\x87\xde\x70\xff\x37\x49\xa9\xf8\xf2\x06\xbb\x27\xba\x10\x3f\x67\x3c\x9d\x37\x10\x00\x9c\x6f\x65\x13\x00\xce\x4a\xc8\xf9\x70\x90\x7e\xbf\x03\x18\x69\xd6\x9f\xec\x51\xec\xfc\x20\xfb\x84\x07\x0d\xd5\x98\xef\xde\x13\x0e\x59\x76\x00\x9c\x0f\x8a\xad\x9a\xd9\x1e\xd4\x0c\x10\xda\x5b\xbf\x5c\xb5\xa5\x1f\x48\x71\xd7\x33\x28\x14\xe6\x59\x89\xe5\x74\xd7\x5e\x3f\x78\xa3\x68\x5d\x16\xd4\x56\xbe\x4a\xad\x1f\x28\xda\xfc\x3f\xf5\x09\x92\x7b\x0b\xc8\xcc\x43\x5c\x1b\x55\x6f\xfe\xbf\xa2\x01\x3f\xd3\x99\x4e\x14\x6d\x58\x67\x21\xf5\xf5\x02\xa4\xe1\x39\x5c\xcc\xaf\x65\x95\xfb\x82\x72\xc8\xd7\xc3\x55\x68\x6d\xd2\x0e\x5f\xb0\xbc\xf5\xcd\xb3\xc4\x84\x09\x8e\xcf\x5b\x88\x76\xeb\xca\x14\x3e\x57\xa5\xb4\x97\x68\x5b\x74\xa6\x52\xed\x8e\xb9\x2a\x8f\x5e\xc9\xb6\x05\x50\xe3\x9b\xd1\xaa\xbc\x84\x76\xbf\x00\xee\xd2\xae\x5e\xd0\x1f\x85\x37\xe9\xa2\x71\xce\xf1\x6b\x0b\xb0\xc7\x17\xbe\x45\xfd\x91\x4a\x1d\xcc\xd5\x88\x82\x8b\x7f\xd8\x30\x17\x6a\xa1\x11\x8b\xe9\xfe\xb0\x1a\x67\x5f\xcb\x0d\xd8\x33\x3e\x0d\x74\x7e\xe0\x17\x68\xc0\xf0\x6c\x32\x09\x82\xd3\x99\x2e\x68\x98\x86\x39\xe8\x85\x39\xff\x8f\x26\x0a\x79\xcf\x14\xfd\xa9\x6c\xe2\x58\x40\x2d\x36\x9a\x2c\x56\x3d\xb3\xe9\x60\x25\x28\xf9\x7c\xc1\xb3\x53\xe7\xc0\xea\xd4\x5d\x7c\x3e\x01\xdb\x48\x6c\x2f\xfa\xa7\x7b\x35\xa0\x63\x1a\x52\xc1\xac\xd4\x31\xe9\x1c\x58\x23\xa7\x4e\x2d\xb0\xe2\xaf\x77\xfb\x1a\x9c\x3b\x4d\xf6\x20\x07\x88\x45\xa0\x75\x32\x72\x5e\x83\x00\xd1\x44\xc3\x4b\xca\xe0\x7b\x0d\x8a\xb4\xe5\x2e\x1f\xbc\xa0\x61\x07\x45\x9a\x89\x44\x16\x04\xfb\x1d\xae\x48\x1a\x45\x03\x34\x51\x06\xca\x2b\x88\xc5\xa5\x7e\x59\x70\xc4\x1a\x52\xad\x2d\x64\xe6\x2a\x36\x41\xac\xa0\x60\xf6\x30\x22\xa7\x5a\xf3\x40\xf7\x71\x1b\x0c\x16\x80\x8b\x91\xf1\x42\x76\x2f\x15\x45\x9d\xeb\x05\x2e\x5b\x9d\x02\x80\x6b\x42\x32\x5b\x4a\x21\x9b\x97\x65\xff\x9a\x03\x42\xe9\x4f\xfa\xba\xc5\x34\xac\xe6\x47\xb8\x64\x0d\xa1\x96\x95\x8a\xb0\x0f\x39\x5c\x27\x3f\x43\x31\x66\xe9\x30\x73\x7c\x5a\x06\x78\x64\x59\x2a\x2f\xa6\xbc\x57\x49\xd6\xb9\x16\xe9\xf7\x73\xe3\x3e\xd5\x0c\x51\x2d\x66\xc4\xba\x32\xc7\x82\x9f\x31\x08\x6f\xe4\x85\x41\x48\xd1\xb6\x50\x69\xc2\xd7\xfe\x45\x87\xab\x61\x31\x4a\x87\x2b\xeb\xfe\x17\xfc\xd7\x0d\x70\xd7\x9e\x02\x4c\xc3\xdc\xc1\xbe\x82\x29\x6b\x47\xc1\x55\xcf\x1b\xf2\x7a\x19\x9a\xad\x74\xa7\xf2\x33\xe4\x80\x50\xcc\x82\x4e\xcd\xa9\x14\xd7\xc1\x59\xd2\xc5\x71\x21\xc1\xbd\xad\xfc\x0b\x86\x4c\xeb\xd8\x16\xdd\xa7\x6c\x73\x59\x47\x92\xac\x95\xa2\x3f\x95\x8d\x2e\xeb\xa0\xd0\xd5\x2d\x6d\xc1\x5d\xca\x30\x64\x1d\xc9\xbc\xee\x04\x7b\x50\xba\xa5\x05\x24\x63\xf5\xc8\xba\x78\xd7\xf0\x1e\x64\x4e\xac\xe9\x0d\x92\x1a\x2d\xaf\xdd\x15\xa4\x4a\x7d\x5c\xbc\x74\x79\x9b\xc2\xa1\xfc\x73\x34\xb0\x80\x97\x05\x03\x53\xca\x3b\x08\x64\xdd\x03\x3a\x77\x11\x81\x2c\x56\x1f\x29\xcd\x62\xb8\x36\x68\xad\x9b\xca\xdd\xe1\x37\xc8\xc4\x3e\xb8\x1f\xea\x7d\xbc\x4b\x1f\x42\x36\x29\x0f\x16\xd1\x8c\xa7\x02\xbe\x4a\xe1\xc8\xc0\xf5\x80\x29\xbb\x3f\x48\x2a\xfc\xc2\xc5\x26\x35\xfd\x4f\xb2\xe9\xbf\xe9\xde\x99\x75\xea\xe7\x67\xe4\xd4\xb0\x41\x6a\x87\xe5\xce\x96\x9e\x1d\x96\x3b\x4b\xe5\xfd\xc7\xc3\xbd\xfa\x03\x16\x44\xf4\x0b\x60\xd3\xf9\x7f\x8c\xbd\x49\xce\x36\xbd\xb2\x1c\x36\xf7\x2a\xbe\x1d\xb8\xd8\x93\x93\x7f\xe2\xb1\xbd\x87\xea\x68\x68\xa0\xab\x8b\x63\x69\xff\x46\x45\x90\x11\xcf\x11\x24\xe0\x1b\xbc\xc0\xfb\x14\xab\xd8\x24\x93\x99\xc9\x6c\x3d\x02\xd0\x54\x07\xe5\x3c\x5e\xb8\x85\xf9\x7b\x5e\x57\xdd\x01\x72\x48\xf9\x70\x9f\x74\x50\x72\xa4\xdc\x19\x10\x0a\x2d\x01\xe4\x84\xa6\xc9\x28\x76\x42\xd1\xd4\xed\xfd\x7f\x86\xb5\xbd\x9a\x13\x34\x4d\xa6\x48\x27\x4a\xe2\x3a\xe4\xeb\x84\xe6\xc9\x72\xe5\x89\xac\xa4\x3e\x49\x27\x65\x26\x61\xfd\x49\xa5\x92\x4d\xac\x27\x92\x4a\x99\xb1\x9c\x14\xa2\x6c\x8d\x3c\xe3\x5a\x94\x86\x8c\x94\xe8\x45\xc3\xce\x6d\x94\xd3\x6f\x9e\xce\xe0\x3e\x21\x87\x55\xf7\xc0\xc3\x29\x91\xe9\x8c\x48\xcd\xac\xeb\xea\x89\x22\x5e\x55\x72\xc1\x49\x1b\x9d\xcd\x7c\x67\xa2\x67\x91\x00\x8d\xa4\xa5\x3d\xbb\x9d\xf5\x62\xd5\x21\x93\x98\xfe\x8c\x40\x99\xec\xe7\x05\x2a\x2a\x35\xe5\x44\x12\xa6\x29\x27\x38\x11\x0c\x0f\x88\xe4\x5d\xa2\x37\x27\x9d\xa3\x4a\xfc\x2b\x46\x74\xb2\x32\x8f\x2a\x86\xf5\x93\xb9\xe6\x6d\x3c\x3d\x29\xae\x55\xbf\x90\xf8\x82\x26\xbc\xc4\x31\x5d\x6f\xcf\xcc\x15\x69\x46\x4c\x37\x10\x7e\xba\xc4\x99\x94\x76\xe6\x84\xb8\x36\x9c\x1c\xfe\xcc\x3c\x93\xba\x9f\x9e\x99\x52\xa5\x78\xcb\x09\x8f\x78\x5b\x70\x4f\xa8\xa5\x7a\x71\x3b\xe8\xb6\x0e\xf5\x59\xd6\xac\xb5\x0c\x64\x41\xb5\x8c\x71\x96\x02\xf5\x8c\x3b\x24\x66\x48\xf8\x3a\x99\x16\xd5\x49\x12\xce\xa5\xa6\x92\x6a\xe2\x2c\xc4\x78\x7f\x71\xb3\x0b\x4f\xe2\x21\x20\x3c\x08\x03\x4b\xf4\x1b\x49\xae\x9c\x6b\xf3\x44\x7d\xa1\x16\x3c\x6b\x68\x9d\x7e\x4e\x40\x5d\x65\x93\xf4\x9b\x3c\x3b\xfa\xc1\x8a\x8e\xd0\xef\xb5\x0a\xf7\x40\x3f\x43\x8f\x00\xdb\x6c\x77\x3b\x48\x91\x38\xe8\x49\x79\xd0\x74\x02\xf2\xa0\x73\x64\x9d\x10\xff\x2c\x56\x9c\x0d\xae\xbe\x9e\x31\xec\x90\xb6\x0d\x9f\x90\x06\x2d\xca\x9d\xcb\xd5\xcb\x70\x6f\x08\x2d\xf0\x09\x6d\x9c\x90\x3f\x78\xb9\x22\x01\xb1\x91\x38\xfa\x08\x52\x07\x65\xe3\xee\xd9\x09\x45\xad\xb9\x13\x39\xbc\x0f\x08\x1d\xfc\xc1\x68\x64\x58\xf8\x39\xb3\x70\xb1\x1f\x8e\x51\x3b\x61\xda\x1c\x5e\x15\xb2\xe8\xf7\xee\xdf\x17\x47\xf0\x07\x2b\x20\x42\xbf\x1f\xc4\x60\x7a\x8a\xa4\x33\xde\xb8\x25\xbf\x99\xd0\xc0\xa3\xde\xbe\x80\x27\xa3\x15\x6d\x02\x39\x3f\x01\x2f\xfe\x30\x11\xc8\x73\x43\xb2\xcf\x39\xd6\x22\x3c\x04\x65\x02\x63\x13\xb2\xf1\x77\xef\x3d\x93\x36\xd8\xec\x79\x22\x69\x43\xf5\x32\x69\x27\x2d\xfe\xcd\x55\xf8\xd8\x42\xe2\xfb\xe1\x53\x14\xf8\x7c\x84\xe0\xaa\x56\x8d\x7d\x48\xbe\x3f\x8a\x7f\x93\x38\xfa\x7b\x50\x12\xd3\x89\x93\x33\xf4\xde\x43\xd5\x96\xba\xc1\x76\x32\x5d\xa3\xa0\x80\x14\x5b\x16\x6a\xcf\x73\x11\x44\x0f\xb1\xd6\xa0\x45\x7d\x32\x62\x1c\x3e\x93\x08\x88\x74\x5a\x89\xf3\x22\x36\x65\x3f\x58\x80\xd6\x2c\x97\x04\x28\xa5\xce\x79\xc1\x69\xdb\x5b\x75\x11\x5d\xbc\x57\x10\x09\x7d\x8d\x3b\xaf\xf7\x83\x43\xf4\x07\x13\xc6\x7b\xbd\x8f\x54\xaf\x55\xfa\x87\xf3\x5e\x73\xd2\xa4\x61\x97\x55\x91\xb0\x7e\xde\x24\x77\xd9\x5f\x80\xbd\x17\xbf\xd0\xf9\x82\x16\x71\x2f\xa2\xad\xbd\xa3\x61\xd6\xb6\xde\x13\xee\x6e\x9f\x04\xf0\x37\x8c\x08\x59\x26\x6c\x08\x3e\x11\x30\x59\xbb\x27\x8c\x4c\x67\x3e\x20\xcf\x52\x2b\x68\x3e\x50\x06\x0e\xbb\x22\x9f\x9f\x94\x9c\x86\x61\xf0\xc9\xc0\xd9\x51\x7d\xe7\xb3\x76\x41\x1b\x4b\x89\xb7\xbb\x47\xd0\x73\x73\x56\x68\xfb\x0e\x6f\x3c\x92\x4e\x0c\x55\x43\xee\x27\x3c\xe3\x9c\x0a\xf4\x7c\x90\xdb\xc5\xb2\x02\x4c\xc0\x3f\xb8\x87\x04\x5e\x4e\x91\x7f\xbe\xd8\x35\xcb\x91\x28\x91\xfb\x23\x7c\xbc\x70\xd1\xb0\x18\x48\x09\xdb\xa2\x00\x72\x4c\x54\x8b\x91\x48\x03\x3b\x5c\xb6\xe7\x84\x57\x5c\x2f\xfe\x4d\xfe\xa3\x0f\x26\x29\xa5\x0f\x30\x2a\x05\xb8\xe0\xd1\x39\x79\x3e\x05\xe3\xc9\x9b\x87\x0f\xc7\xe4\xcd\x23\xf8\x01\xf2\x52\x98\xf7\x4f\xce\x59\x6b\x80\xf5\xd8\x91\xb3\x27\xab\x00\x78\x17\x27\x35\xd3\x26\x09\x50\x27\x0e\x53\x2d\x1a\x8b\x6d\xd2\xbe\x50\x16\xca\x35\x1f\x2e\x96\xcc\x15\x31\xbf\x0e\x16\xc7\x38\xf4\x9b\x31\x17\x4d\xbf\x29\xcf\x74\x7f\xc0\xf3\x1b\x3c\x42\xc3\xbe\xb9\x07\x9a\xd9\x84\xac\x17\xd3\xfe\xdb\x8a\x7e\x51\xa0\xff\x99\x13\x05\x9c\xee\x41\x5f\x44\x33\x45\xfd\x9e\x1c\x53\x3d\x40\xc2\x77\x69\x83\x2b\x10\xdd\x25\x3e\x5f\x81\xc8\xa2\x49\x42\x5e\x77\x35\x85\x2b\x70\xd2\x7e\x9f\x45\x49\xba\x7e\x9f\x68\x0f\xfa\x7d\xc1\xe0\xe5\x01\xd7\x46\xf8\x03\xe4\x14\xfe\xe9\x90\x02\x7d\xf1\x83\xc5\x88\x35\x85\xc8\x35\x08\xb0\x91\x2a\x15\xff\xe6\x94\x05\x25\x54\x80\x72\x6a\xf2\x0b\x09\xc6\x9c\xe2\xfd\x62\x4e\x58\x9d\x97\x2b\x2e\xa8\xaa\x83\xb4\xf0\x59\x23\x20\x29\xac\x4b\x0e\x5c\x89\x37\x33\x11\xda\x8b\x0a\x4f\x1d\x80\x8b\x45\x02\x6c\xf4\xbf\x50\x13\xc0\x09\xd6\x2f\x88\xc7\xce\x6d\x7e\x31\x5d\x97\x9d\x19\xae\xbc\x4e\x84\xe6\x90\xd7\x15\xd5\x6f\x90\xb4\x8a\x2b\x5e\x9f\x3c\x5c\x9d\x93\xf8\x82\xf6\xd2\xe9\xd0\x2f\xfa\xc7\x39\xe5\xef\x95\x39\x29\x0f\x31\xf1\x5b\x80\x59\xfe\x72\xa2\x24\x17\x82\x15\x86\xb3\x68\x5f\x0c\x17\xf5\x6e\x97\x75\xb0\xfd\x02\xf6\x46\x62\xd8\xc5\x12\xb7\x12\x55\xaf\x42\x4d\x71\xf4\x03\xe0\x93\x58\xd4\x55\xb8\x79\x6e\x47\x72\x03\x31\x9c\xab\x90\xf1\x8a\xd6\x5c\xf0\xb8\x73\xae\xe7\x8b\xba\x4d\xfb\x5b\x5c\x75\xd5\x64\xd4\x6f\x4e\x41\xb4\xe4\x82\x45\xb5\xfd\x5d\xf2\x85\x0b\x82\xae\xf3\x3a\x5f\x75\x51\x77\xad\xb8\x72\x3e\x02\xd1\x92\x74\x35\x5a\x63\x11\x3e\xff\x46\xf6\x57\x03\x04\x6a\x4e\xd7\x13\xb8\x90\x34\xa3\xff\x9c\x58\xc4\x30\x98\xe5\x5e\x4c\x2e\xd6\x0d\x32\x9a\x67\xed\xb9\x74\x51\xcd\xd9\x0d\x64\x98\x67\x9d\xd9\xf9\x5a\xc2\xb1\x58\xd0\xc5\x74\x63\x9e\x04\xc2\x4d\x9d\xb3\xf8\xea\x0b\x53\x34\x09\xc8\xc6\x4e\xa9\x73\x31\xfb\x98\x9d\x58\x2e\xc6\x9f\x76\xef\x53\x3f\xff\xf9\xf3\x13\x67\x77\x2d\x1f\x3e\x1f\xd3\x4e\x48\xbb\xcb\x85\xce\x1e\x13\xe8\x6c\xc8\x2d\x61\x58\x77\xd0\x6b\x65\xea\xd0\x07\x48\x37\xe6\xfc\xb1\xd7\xa0\x07\x8b\x44\x91\x6b\xf0\xe6\x25\x05\xf1\x35\xd6\x85\x52\x63\x0c\x12\x5c\xed\xff\x8d\x5c\x7f\x36\x7b\xdd\x89\xa7\x54\xd7\xbb\x9b\x81\x4b\x96\x0f\x6e\x14\xca\x75\xca\xd1\x9b\xf5\x44\xcc\x27\x6e\x16\x7a\xb3\x2b\xcc\x0d\xdf\x5a\xe7\xc2\xbc\x49\x4c\x24\xf4\xdf\xbc\x5a\x9b\x88\xdf\x1f\xed\x48\xc1\x43\x66\xd2\x2f\x89\x4d\x37\xae\xd6\x4e\x8e\x79\xe7\x75\x26\xa2\x1e\x50\xc1\xa1\x49\xd2\x23\xc4\x91\x51\x37\x89\x8d\x4e\xd5\x4d\xda\x92\x3d\xc2\xe4\x9c\xf4\x01\x92\x01\x3a\xb1\xd4\x4d\x0f\x11\x3b\xdb\xdc\x08\x84\x1a\x5d\x48\x77\x2f\xe2\x52\xfc\x49\x41\x17\x9a\x24\x53\xfd\x99\x59\xdd\x65\x01\x5f\xb3\x2a\x3c\x0a\xcd\x9f\x7c\xeb\x72\x75\x99\x9b\xd6\x17\x3b\xec\xdc\x0c\x85\xb2\xd5\xf0\x86\x35\xc5\x16\x81\x1b\x77\x6b\xa7\x13\xba\x79\x75\xb6\x67\xcb\x5d\x19\x92\x92\xfc\xc6\xe0\x34\xb5\x5f\xc8\xdd\xe3\x54\xb9\x37\x2e\xd3\xf6\x23\xbc\x49\x63\xc4\x6d\xee\xba\x30\x44\x08\x80\xd4\x3b\x45\xe5\x9b\xfb\x0d\x2f\x5c\x67\x5f\xb9\x59\xa4\xc4\x80\x69\xc0\x39\x51\xd1\xbb\xad\xed\xf4\x03\x0c\x29\xa2\x72\x37\xe2\xa0\xae\x5c\x77\xe7\xb2\x35\x85\xce\xbd\x10\xa4\x91\x2c\xd0\xc9\x0e\x6e\x58\x22\xec\xe1\x71\xaf\xab\xad\x2e\x33\x37\x8a\xc0\xfd\x60\x3d\x1d\x70\xed\x51\x71\x23\x7b\x60\x37\x1f\xbf\xe9\x91\x6b\xc6\x7f\x23\x18\xdc\xc1\x79\x37\x2c\x0b\x0e\xec\xb9\x59\x16\xce\x5c\xf8\x66\xb6\x40\xb3\xe1\x9b\xd9\x02\xed\xa8\x72\x83\x02\x38\x72\xe6\xfe\x08\x40\x32\x95\xba\x71\xfe\x93\x4d\x03\xf7\xc9\x3a\x3b\x82\x0b\xc2\xaa\xcc\x5c\xee\x93\x29\x2e\xd5\xc1\xb9\x90\x5a\x53\x80\x6d\xc2\x9a\xc2\x1b\xb9\x77\x52\x2b\x7f\xc3\x8d\xee\x93\x61\xbc\xda\xc6\x93\x50\xd7\x2e\xb0\x64\x9c\x4f\x10\xaf\xb5\xde\x04\xe4\xf5\x71\xb8\xc2\x0d\x8f\x12\xbb\x4d\xdf\xb8\xd5\xba\xa4\xc4\xfd\x5d\x6a\xd3\x0f\xf5\x83\x47\x89\xdd\x0c\x6e\xc4\x6b\xd9\xab\xfa\xbe\x60\xfb\xf1\x62\x11\x13\xde\x9b\xfb\xe3\xf9\x94\x48\x7c\x23\xed\xcf\xe8\xe2\x34\xf7\x05\x9f\x17\x71\xf3\xfb\xbb\xe2\xa6\xf0\xd3\xce\x15\xb8\xc7\x09\xb4\xd2\xfb\x37\x0d\x74\x9a\x21\x72\xfc\x34\xf1\x88\x9b\x0e\x29\x3e\x19\xdf\x15\x38\xb9\x3e\xc0\xfd\xdd\x80\xf3\x0f\x02\xdc\x8b\x8f\xf9\x05\x9e\xff\xee\x1e\x18\xcc\xaf\x19\xa1\x1a\x8a\x55\xbb\xf7\xba\x11\x47\xbf\x70\xc2\x17\x49\x40\xba\xd7\x51\xd1\x1a\x71\xc9\xb5\x87\xd7\x8d\x6a\x28\x4e\xbe\x7e\xdf\x64\x7c\x5e\x24\xd2\x04\xb9\x5a\xca\xfd\x50\x8e\xf3\x17\x4f\x02\xd2\x69\x9f\x19\x10\x66\x51\xf0\x66\x75\x14\x0b\x93\x37\x02\xc2\x4a\x30\x85\xc0\x35\xd8\x7e\xe7\xf7\x77\x0d\x8e\xf6\x6c\xbb\x97\xab\xb3\x87\x24\x61\xfd\x79\x01\x15\xab\x74\xad\xbd\x5f\x54\x28\xf7\xe9\x7d\x69\xd5\xf9\x79\x00\x82\xe0\x0e\x90\xb7\xda\xbe\xf2\x37\xee\xc1\xf6\xbe\xbf\x71\x0f\xb6\xa2\xe1\x66\x10\xbc\xfd\xa5\x6e\x16\x48\x31\xf2\xad\x8b\xb0\xd8\xff\x8d\x8b\x70\xf8\xe9\x81\x80\x96\x80\x7c\x4f\xa4\x49\xf0\xf9\x63\x6a\x23\xcb\xe4\x37\x53\x1b\xd9\xeb\xeb\x9e\xc8\x83\x65\xfc\x5d\x37\x61\x73\x5e\x56\xc4\xfb\x41\x87\x49\x57\xb4\xe2\x41\xe8\x8c\xe9\xdf\x40\x0f\x33\x3d\xe6\xa5\xb6\x1f\xd7\xbd\xee\xbe\x12\x21\x9f\x83\xb7\x42\x69\x32\x1f\x56\xbc\x73\x2a\xdf\x87\x77\xd7\xe6\xdf\x38\xb8\xa2\x8b\xcf\xb1\x48\xab\x1f\x00\x1d\x9a\x7b\x04\xe5\x11\x5f\x7d\xe0\x15\x6d\x8f\xd2\x87\x21\x61\x16\xfc\x1f\xb8\x45\xdb\x49\xf5\xe1\x4d\x56\x0c\xe8\xa1\x69\x2a\xfa\x37\x76\x5f\x38\xfe\xe0\x62\xdb\xc4\x3e\x1e\x5e\x6c\xa5\x10\x78\xc2\x82\xab\x07\xa0\x37\x40\x71\x8f\x6b\xfb\x35\x47\xc4\x30\x5b\xf3\xf3\x2c\xb5\xb9\xa4\xde\x87\xbc\x5f\xe4\xf1\x41\x8c\x73\xeb\x6e\x5f\x87\xc6\x2f\x20\x01\x98\xb6\xf2\x61\x8c\x73\xd0\x15\xed\xa9\x3c\xea\x82\x3b\xbd\x3b\xad\xba\x7f\xe0\xcc\x69\x75\xda\x83\xeb\x84\x3d\xc3\x9e\x46\xb0\x68\x0d\x28\x4e\x6b\x4b\xf4\xd3\xa8\x68\xf1\xef\x06\x0a\xee\xdf\x0b\x57\xfe\x8a\xff\x3c\x9d\xa3\x6b\x36\x7d\xa1\xbb\xa6\xc3\xe2\x65\x41\xf4\xfb\x41\xd9\x7f\x23\xef\xd3\xd7\xa1\xd4\x84\x11\x1c\xed\xfa\x55\x0f\x83\xa3\x83\x78\xd2\xb3\x04\x05\x49\xb7\xcf\x58\xd8\xac\x35\x0c\x1a\x25\xc5\x86\x1e\x38\x6f\xb6\xee\x17\x28\xdd\x78\xe3\x96\x58\x2f\x6a\xf5\xd0\xe7\xc0\x4e\x7e\xcf\x09\x7f\x65\x9d\xca\x87\xe5\x5c\x83\xc8\xfa\x03\xf7\x4d\xeb\x5a\x9f\x93\x22\x96\x04\xde\x87\x49\x7d\x1d\x53\xf7\x20\x89\x5e\xb3\x69\xfc\xb9\x48\xa6\x25\xe0\x3e\xd0\x11\x9b\x53\x3c\x57\x61\x17\x7e\xa1\xf1\x81\xa6\x45\x86\x6a\xb7\xbb\x07\x5e\x03\x76\x37\x7a\xa8\x33\xb6\x1b\xdd\x73\xad\x52\xe3\xee\x02\x32\x80\x68\xdc\x73\x2f\x50\x68\xcb\xa0\x35\xb6\x53\xda\x73\xaf\x59\x69\xcb\xee\x05\x1b\x8d\x71\xaf\x69\x6a\xcb\xee\xce\xd3\xef\x41\x58\xab\xca\x78\x88\x70\x1d\xfb\x47\x3c\x37\x04\x54\x23\x16\xf3\xb4\x84\xea\x07\xa0\x1f\xa6\x71\xcc\x26\x6c\xa7\x80\xe7\x61\x16\x46\xc9\x93\xcf\x72\x7f\xc8\xfe\x04\x24\x63\xf8\x0b\x5a\x24\x4d\x32\x1e\x52\x3d\xf1\xcd\x87\x4c\xd0\x04\xe1\xe1\xac\x05\x09\xe8\x7e\x2d\x6f\x3d\x08\x82\xb6\x05\xf3\xf9\x78\x5c\xb4\xd6\xf2\x01\x4b\xb3\xf1\xf0\x79\xd7\xf1\x51\x87\x8c\x81\xb6\xd3\xe2\xf3\x92\xac\x49\x20\x7d\x50\x7c\x61\x18\x51\xdf\x45\x62\x04\xc9\x17\xf5\xaf\x25\xb1\x3e\xd4\xe6\xda\x2f\xf2\x99\x10\x81\xa2\x5f\xc8\x1c\xc2\x0f\x0a\xe4\x0f\xcd\x01\xae\x9d\x36\x16\x3e\xf4\x95\xb0\x0e\xe3\x99\x5c\xf6\x86\xe3\xbb\xf8\x8f\x18\xeb\x7b\x50\xdc\x88\x7e\x03\x31\x68\x42\xa9\xf7\x58\xa7\x69\xe8\xc1\xcd\x2f\x92\x1e\x20\x95\xb3\x8e\xf4\x0b\xfe\x61\x3d\xff\x1b\x02\x97\xa9\x21\xe8\xcb\x60\x05\xc3\x1b\xd6\x24\xfc\x09\xa6\x2d\x84\x79\x23\x7d\x2b\xc5\x69\x5f\x38\x12\x34\x3b\x58\xbc\x74\xd8\xb4\x81\xf9\x65\xaa\x14\xeb\x1c\x5e\xa4\xf5\xf5\x3d\xfa\x45\x26\x14\x2b\x8d\xdf\x44\xd0\x48\x64\x7f\x57\x71\x7a\x89\x14\x2f\x82\x79\xad\xf2\x7d\x91\xe7\xd7\xaa\xf4\x37\x71\x19\x42\xfc\x97\x1a\x08\xeb\x0b\xde\xb4\xd4\x1c\x5a\x39\x42\x4a\x6c\x00\x78\x33\x2a\x9a\x0b\x8d\xdf\xdc\xd0\xae\x0e\xa0\x3e\xb0\x3e\xe9\x85\x26\xd2\x6a\xc2\x17\x65\xe4\xad\x74\x7e\x59\x5c\x2a\x34\x7f\x00\x8c\x09\x9e\x00\xb5\x68\x92\x2e\x5f\x56\x9f\xaa\x3f\x43\x90\x42\x97\xbf\xe2\x4b\x6f\x21\x54\xb5\x51\xac\x23\x60\x15\xca\x0b\x55\x82\xef\xbf\x2f\x62\x47\xac\x00\x7b\xa9\x17\xa8\x3f\x0f\x28\x1c\x14\x7f\x01\x4f\x40\xf1\xfa\x17\x5e\x98\xbe\x1a\xbd\x75\x6d\xa4\x86\xa4\x17\xa6\x95\x2e\x2f\x42\x7f\xad\xef\x78\xe1\x84\x69\x0d\xd9\x5b\x79\x51\x28\xfe\x80\x47\x59\xba\x89\x77\x29\x06\xc4\xf9\x5e\xc6\x7e\x58\x0d\xf3\x36\xa2\xac\x14\x20\x6f\x5b\xd3\xd2\x27\x08\xfe\xf0\x7d\xe6\x45\x16\x5f\x67\x6f\x7c\x1b\xa9\x64\x75\x97\x15\x1f\x68\x5d\xd4\x47\x3a\x73\xe2\x4b\xfd\xa3\xb5\xc4\x2f\x93\xaa\x04\xd9\x3e\x5f\xa8\x1f\x9a\x3d\x72\x5e\xa8\x1f\xcc\xe8\x5e\xc8\x15\xbe\xaf\xbc\xb0\xb4\x5b\x26\x7e\xa1\x7d\xb0\xd0\xfc\x22\x77\x9d\x05\xf7\x97\xd5\xa7\x7a\xf5\x0b\xc0\x48\x9f\x89\x7e\xe1\xb7\xa6\xc8\xf8\x60\x71\xde\x97\xf5\x4e\xbb\x44\x88\x77\x70\x46\x5a\x35\x6b\x1b\x04\x09\xbc\x2f\x1c\x25\x2d\x5e\xbe\x83\x53\x16\x5c\xc7\x82\xa3\x3f\x20\x0f\x94\x80\xf0\x42\x4a\xb1\x18\xf3\x0e\xde\x85\xbd\x15\x63\x21\xa5\x27\xf1\xf0\x81\x07\xa1\x54\xed\x75\xc0\x72\x6e\x21\xe4\x65\x49\x54\xcb\x7f\xef\xb9\x76\x4f\xf3\x3e\x17\xe8\x34\x08\x74\x0a\x16\x8d\xde\x4f\xb0\x89\x8e\x3f\x7b\xe1\x2c\xf9\x03\xba\x93\x67\x59\x0c\xe7\x65\x39\xaa\xa0\xcb\xc4\x4b\xc1\xc7\xeb\x42\xdc\x8a\xf9\xf0\x7b\x71\xd2\x6e\xa7\xba\x4b\x77\x83\xf7\xe2\x75\xf5\xe7\x0b\x84\x8d\xd8\x1f\xe5\xbd\x56\xed\x4b\xcd\xfa\xa2\xea\x47\x7c\xf2\x85\x98\xd3\x75\xf1\x7f\x3f\x31\xa7\xd9\xe7\xeb\xbd\xc9\x2f\x8c\x53\x37\x70\x4e\x5c\xf0\x45\x8c\xb2\x19\xef\xbb\x84\x1c\xe3\x14\x2e\xfe\x3f\x4c\x0e\x32\x8e\x2b\x3d\xbd\x10\x71\x7e\x58\x1a\x6c\xdb\x96\x4f\x5e\xe6\x7d\x39\x3c\x01\x28\xe5\x3d\xa1\x87\x17\x64\x89\xca\x2f\xae\xf9\x5d\x82\xd9\xbb\x1c\x3e\x75\x87\x7a\x21\x9e\xfc\x70\x27\xde\xd1\xed\xde\xfc\xa2\x1e\x82\x2b\x34\xbf\xdf\x95\x3b\xd9\x06\xf5\x52\x3e\x31\x73\xa2\xb0\xd1\xcd\x11\x5f\x8e\x20\x18\xd0\x57\xd3\x8e\x3e\x2f\x6d\xc9\x76\x88\x7e\x59\xd1\xc0\x1e\xd4\xef\x5c\x80\xd7\xb2\xe6\x02\xac\x66\xc1\x50\x62\xcf\x92\x25\x44\x83\xd4\x4a\xef\x64\x90\xae\x71\x72\x72\x5a\xda\x5c\x4a\x2c\xc5\xed\x2c\x12\xe2\x39\x00\x39\xa4\x7a\x98\xcc\x1d\x67\xf5\xe6\x64\xc9\xf8\x9a\x8f\xbf\x61\x47\x13\xd7\x6b\x07\xd7\x4e\x84\x21\xf7\x9f\xdf\x3c\x84\x22\xec\xf3\x58\xb4\x61\xe8\x01\x12\x40\x8a\xa4\x4e\x5c\xb7\xcd\x8d\x26\x2c\xc7\x26\x15\x13\xe9\x52\x4c\xe5\x27\x6e\xcb\xa6\xd1\xf3\x13\x7e\x92\x61\x3c\x03\x67\xa4\xf5\x85\xca\xf5\x25\x3d\xa0\x09\x41\xf7\xed\xc9\x10\x62\xbb\xfd\xcc\x00\xf2\x55\xfd\x02\x60\x2e\x7a\x37\x03\xa7\xe8\xf7\x21\x1b\x07\x4f\x89\x71\x5c\x3f\x43\x42\xfc\xd2\x89\x9c\x91\x92\x90\x8e\xec\x8c\x24\xa9\xcd\x6f\xe0\x48\x56\xbf\xb0\xe0\xaa\x39\x30\x5c\xc6\x4e\xd4\x93\x55\x17\xb2\x5f\x38\x3f\xe1\x58\xd7\xbe\xc9\xdc\xc5\xd6\x63\xcf\x48\x39\x40\xc4\x6c\xb2\x20\x55\xf8\xe9\x82\x18\x6e\x5c\x89\x2c\x83\xaa\x59\x25\xee\x85\xe6\x90\x56\x7a\x78\x6d\x56\x5a\xeb\xf2\x17\xbc\x50\xe9\x1e\x31\x59\x61\xaa\x7a\x5a\x09\x3e\x58\x42\xe8\x99\xb8\x19\xee\x92\xbc\xa4\x79\x50\xee\x8e\x26\x09\x83\xf5\xcf\x6e\xa6\x09\xd7\x34\x81\x96\x61\xc9\x8e\x3a\x99\x8c\x4b\xae\x3f\x0f\x80\x72\xc6\xe1\x4c\x9d\x92\xa8\xcf\x44\x01\xaa\xfc\xd3\x25\x70\x4e\x07\x7f\xc2\x21\xf4\x07\xb2\x79\xed\x9e\x16\x41\x31\xd3\xbb\xc9\xb8\x65\x9b\xe1\x27\xc5\x4a\xe3\x43\x86\xfe\x4e\x72\xeb\xcc\x5c\xa4\x7f\x4f\xae\x41\x1d\x14\x4a\x47\xc6\xf2\xc2\x70\x07\xf1\xa2\xc9\x38\xe5\xee\xad\x40\xce\x98\x1f\xc0\xd2\xdf\xd3\x56\x89\x59\x38\x29\x81\x01\x82\xa3\x35\xce\x93\xde\x9b\xd2\xd8\x4c\x6a\x99\xec\x17\x3e\x07\x19\xae\xa6\x80\x94\xb5\xf6\x1a\x9c\x4b\x0a\xf0\xe1\xa5\x7a\xc3\xc4\x00\x69\x48\x7e\xf6\x12\xee\x73\x5d\xa2\xeb\x3c\x29\x1d\x9b\xdc\x9d\x6b\x91\x7e\xb0\x10\x50\x63\x7e\x62\x43\x76\x99\xf2\x79\x76\xfc\xd6\x9c\x61\x58\xf8\xed\xe0\x83\xfc\xcf\xd9\x3e\x39\x25\x01\x81\xde\x72\xba\xd4\x4c\x64\x2d\xb1\x23\xda\xbc\x22\x82\x48\x34\xde\xb5\xa6\xec\x0e\xb0\x0d\x86\x22\xb3\xcf\xda\x87\x70\x22\xab\x89\x05\xfa\x09\xc3\xc2\xf1\xd3\x01\xb4\xaa\x26\x57\xac\x98\x64\xc7\xc8\x89\x44\x72\x43\x77\x8a\xb9\xf4\x22\xa6\xa9\xcc\x6a\x62\xeb\xcb\x44\xfd\x80\x18\xfd\x3b\x23\xdd\xbb\x7a\x84\xe2\xc4\x1a\xf1\x79\xf3\xe6\xe6\x39\x43\x4d\x92\xed\x76\x38\x99\xcf\xb6\xfd\x8c\x49\x91\xb0\xfe\x95\x1b\xf7\xa4\x44\x61\xfb\xce\x64\x12\x14\xd3\xae\x67\xad\x49\x03\x52\x8b\x62\x64\x66\x6a\x39\xfb\xa1\x4f\x46\xc7\xb6\x9f\x2f\xc0\x59\x74\x8b\x99\xcb\xb4\xf0\xf3\x05\x58\x97\x74\x86\xf3\xe5\x15\xc5\xb8\x00\xff\x36\x8b\x31\xf3\x25\xdd\x37\x3e\x2f\xad\x88\x37\x1b\xf9\x6f\x6d\x19\x98\x2f\x93\x28\xb9\x47\x9a\x64\x4d\xf6\x91\xfe\xf6\x07\x7d\x91\xfe\xb6\x4b\xe7\x35\x5f\x16\xe4\xd2\xa2\x68\x08\x08\xfe\x7e\xf1\x2a\x77\x00\x7c\x96\x9a\x6d\x42\xa9\xe2\xac\xab\x73\x19\x06\xbc\x06\x44\xa4\x74\x69\x8e\xe6\x5c\x60\xf2\x17\xeb\xc8\x69\x88\x4f\x0c\x4a\x56\xbb\x4d\x84\xac\xd8\x05\x6e\x4e\xb2\x2a\xf3\x95\x4f\xa8\x49\x36\x33\xcf\xb9\x30\x7a\x0d\x31\x0e\x94\x3c\x10\xb1\x1b\xc7\x01\xef\xf8\xdd\xe3\x38\x0e\xde\x71\xba\x1f\xa4\x0f\x6c\x87\x3f\xa0\x66\xa8\xbb\x47\x6c\xc4\xd6\xa0\x8d\x03\x7a\x1d\xb1\xdb\x71\xac\x32\xea\xd9\x3d\x5e\x58\x44\xd6\x6f\xaa\x75\x36\x5f\x1a\x07\xec\x06\x63\x0b\xc1\xe3\x40\x36\x15\x11\x8a\x71\x40\xed\x13\xdd\x8e\x9a\x0b\xa3\xa9\x1d\xc9\x54\xfa\x50\x7f\x28\xb9\x70\xfc\xfc\x86\x5b\x9f\x27\x44\x41\x68\xf8\x77\xc5\xf8\x49\xbf\x1b\x1c\x4c\xfd\x3d\xe9\x4c\xd5\x12\x03\x24\x8a\xe2\xdf\x27\x76\xc1\x1f\x50\x93\xd5\xfd\x02\x62\x47\xf6\x99\x1c\x07\xa2\x84\xc7\xe1\xdf\x13\xe6\x41\x01\x1d\x01\x2f\x52\xbe\x8c\x03\x89\x53\x86\x37\x05\xe1\x2e\x72\x3f\x18\x47\x44\xc9\xda\xec\xf6\x86\xf7\xb5\x47\x91\x5a\x85\xe1\x17\x28\xd1\x14\x3f\x78\x81\x27\x82\x71\xa4\x2e\xa6\x6b\x4d\x88\x31\x4e\x86\x01\x12\xd0\x29\x13\xc7\x38\xa0\xa2\x92\x36\x6f\x1c\x89\x40\x75\x3b\xb5\x64\x55\x50\x4f\xac\x19\xaa\x35\x40\x9c\x51\x6c\xd5\x38\x12\x5c\xfa\x8c\x98\x89\x58\xe1\x0e\xc9\xd8\x9b\x3a\xc8\xb0\x88\x16\x2d\x01\xfe\x77\xd5\xa8\xce\xec\x74\xca\xd4\x34\x8e\x4c\x1a\x33\xfc\x00\x7e\xf1\x5e\x23\xc3\x55\xbc\x46\x08\x27\x23\x08\xac\xf0\xa0\xe9\x3f\x33\x40\xf2\x11\x23\x5a\xa6\x20\xe9\x35\x40\x58\x91\x0b\xec\x38\x10\xcc\xa2\x6c\xfa\xe3\x28\x38\x7c\x41\xef\x23\x34\x65\x04\xbd\x0f\xc9\xe4\x67\xc2\x70\xc5\x1b\xc1\xdf\x83\x5e\x04\xc1\xb0\x8c\x7f\xfe\xb4\xec\x05\x14\x22\xa6\xf1\x00\x81\x29\xba\x86\x8f\xa3\x90\x7b\x34\x61\x66\x21\xd4\xc7\x5f\xf0\x9e\x71\x20\x68\x25\xf9\xa0\xc2\xaf\xa6\x99\x18\x55\x72\x16\x9f\x5c\x06\xad\x78\x3d\x9f\x5c\x94\x7e\x70\x80\xc6\x37\xf9\x28\x8d\xa3\xc2\xeb\x3f\xb9\x03\x2c\xd8\x07\x85\x95\x1f\x82\x7f\xf3\xf6\x6b\x08\xd4\x07\x46\x4e\xbf\xf0\xe2\xc2\x2e\x08\xc2\xb5\x4f\xbe\x5e\xe3\x60\x0c\xf3\xcf\x14\xa1\x4b\x1b\x51\x33\x68\xa4\x8f\x43\x10\x43\xcc\x72\x36\x92\x40\x97\x36\xa2\xdb\x91\x72\xdc\x67\xb7\x75\xfc\x76\x3b\x95\x33\xc3\x2f\x9c\xd8\x74\xbf\x80\xcc\xce\x26\x2e\xf0\xf4\x1b\x51\x4b\x44\xf2\xbd\x6c\x62\x03\xc7\x3e\xd5\x78\x1b\x07\x14\x6f\x4a\x11\x32\x8e\xce\x15\x69\xc2\x3d\xfd\xf3\xa7\x28\x37\xed\x38\x68\xdf\x2b\xee\x8f\x6c\xcc\x9b\x42\xcd\x9c\x27\xcc\x64\x7e\x3f\x33\x86\xe3\xd0\x30\x79\x83\xa6\x6e\x44\xa1\x79\x5f\x68\x29\xa0\x76\xb2\x08\x6f\x5b\x27\x5f\xf3\x49\xe9\xd8\xa7\xa4\x6d\x61\x50\x4c\xf3\x0b\x23\xe0\x6c\xaa\xcb\x65\x30\xf4\x2c\x07\x2d\x3f\xa6\x17\xac\x2b\xf1\xc3\xd9\x98\xfc\x2f\x78\x5a\x83\x3a\x6e\xbf\x71\x2e\xec\xd0\x3c\x4f\xca\x00\x4d\xc0\x3e\xc9\x5f\x7f\xde\xc0\x11\x37\xef\x60\xe1\x88\xfa\xf3\x45\x85\x5b\x9e\x3f\x00\x8a\x1b\x3f\x4e\xaa\x98\x04\xbc\x93\x90\xd0\xba\x18\xb8\xdc\xcc\xf2\xa1\x6a\x1b\x3e\x33\xcb\x04\x39\x34\x85\x8b\x26\x0e\xef\xf0\xb5\x08\xa3\xdf\x00\x71\x4f\x5a\xf7\x45\x29\xd6\xec\xe2\x13\xc5\xd3\x61\x96\xca\x4a\x5d\x3f\x3c\xf9\xa2\x34\x55\x34\x4d\x48\xd2\xc1\x2f\x30\x21\xb3\x8c\xfb\xe3\xb8\xd7\xfe\x08\x10\xcb\xa0\xd8\xdd\xc5\x3a\x29\x1a\x15\xda\xb7\xc3\x98\x7d\xaf\xd3\xef\x17\x50\xc8\xaa\x0a\x14\x4b\xd4\xed\x7e\xc0\xdd\x30\xf0\x1e\xea\x44\x3c\x4f\xe8\xd7\x46\x52\x97\x0f\x51\xb5\x0b\x36\x0f\x8d\xd9\x9e\xd5\x83\x08\x1d\x03\x8f\xf9\x00\x9b\x25\x2a\xd6\x7e\xb0\x34\x00\xe1\x58\x99\xf5\xc7\x01\xa7\x17\x85\xb6\x8f\x63\x19\x08\x0d\x88\x17\x09\xa5\x8a\xe6\xc8\x70\xea\x66\xa2\x85\xe4\x7f\xf9\xe7\x05\x9a\xa5\x8d\x85\xd4\xd0\xfd\x48\x18\x93\x96\x0c\xb3\x2e\xc6\x77\xfc\x08\x86\x93\x29\x71\xb4\xac\xb9\x70\x42\x83\x4c\x6e\xa0\x7b\x80\x80\x2d\x91\x23\x2c\x85\xdb\xf0\x03\xac\x3b\xfb\x37\x2f\x80\x3a\x7f\x01\xf1\x18\xe3\x93\x14\xff\x82\x1b\x85\x65\x70\xd4\x69\x0d\x07\xe5\xb8\xee\x07\xbc\x55\x6b\x27\x02\xab\x79\x29\x18\x63\x84\xc0\x29\x05\xfd\xa6\xae\x40\x90\x0c\x01\x39\x73\x92\x3f\xa0\x4b\xff\xbe\xdf\x8d\x40\xa5\x9a\xa5\xd7\x10\x88\xc6\xc3\x83\x82\x3a\x6e\x45\xe6\x08\x4c\xcb\xa7\xf0\x8a\x11\x98\x85\x4f\xd5\xac\x47\x60\x7d\x07\xd9\xa0\x47\x88\x6b\xde\x1a\x35\x2e\x48\xe9\x93\x48\xc6\xa9\x3e\x23\x0d\x38\x06\x3e\xca\x39\x84\xc3\xbf\x49\x71\x85\x43\x81\x15\xbb\xe4\xa4\x31\x02\xcc\x9a\x8a\x22\x1c\x81\xc5\x49\x2d\xd1\x85\x44\xe0\xf9\x37\x81\x57\xfd\x80\xec\x7d\xb8\x4b\x0a\x89\x3a\x6d\x61\xd9\x35\x75\x98\x02\x94\x5c\x25\x1e\x1e\x95\x67\x7c\xb8\xd3\x87\x6f\x68\x97\x19\xa6\x5c\x8d\x46\xb9\xf3\x0d\xed\x00\x6a\x96\x46\x4f\x14\xb6\xcd\x91\xdd\xc3\x05\xd9\x57\xb3\x42\xaa\x3c\x95\xa3\x1f\x01\x62\x5d\xfa\x79\x1f\x81\x49\x06\xdd\xd2\x41\x19\x13\x91\x53\x46\x85\x63\x47\x28\x6b\x8a\xea\x11\x82\x9f\xec\x04\x23\x50\xd0\xcb\x6e\x07\xa0\x4c\x33\x02\x25\x3f\xdd\xc2\x42\x61\x4c\x8f\x37\x83\x49\x69\xc6\xcf\x83\x8b\x50\xd0\x27\x75\xed\x9f\x96\x09\x71\xad\x78\xd6\x30\x66\x8e\xec\xf6\x45\x12\xb4\x39\x15\x6c\x22\xfb\x77\xe3\x98\x5a\x27\x2a\x9c\x0e\x93\x80\xca\x34\xb4\xfe\x00\x80\xad\xfe\xcd\x03\x6a\x44\xa7\xf4\x25\x4e\x15\xe0\x0a\x35\xc4\xc3\x03\xa4\xb1\xde\x3d\x22\xa4\xb1\x43\xc2\x4f\x80\xf4\xa5\x7a\xe6\x23\x40\xfa\xf2\xc5\x28\xb4\x05\x37\x2d\xba\x2d\xb8\xf9\x01\xd5\x31\xc6\xd1\x4e\x2d\xa9\x71\x94\x02\x55\xd1\x17\x9d\xfc\x55\x6c\x27\x50\x82\xea\x46\xc0\x8e\x83\xd0\x7c\xfa\x3a\xea\xea\x18\xc3\x28\x41\x15\xf7\xb0\x66\xe5\x17\xc0\x96\xbc\x2e\x44\x52\xf8\xe6\x11\x90\x0c\xb9\x44\x63\x14\xad\x9f\x9e\x24\x3d\xac\x7c\x81\x0b\x88\x22\xae\x3e\xac\x63\x91\x14\xad\x9b\x49\x5f\x8c\xb3\x83\x26\x1b\x63\x18\x3c\xaf\x55\xe9\x6d\x84\xb1\xe6\xa0\x07\xac\x4f\xd1\xbc\x5b\x27\x21\xa7\x2e\xcf\x0c\xff\x51\xf5\x78\x2e\x38\x69\xd6\xac\x62\x1a\x83\x10\x02\x96\xcc\x61\xf2\x7b\x12\x2e\x5a\xd5\x89\xb4\xb8\x5e\x25\xa5\x27\xd3\xf3\x6b\x31\x42\x75\xf0\x49\x4f\xcd\x72\x65\x80\xf4\x54\xa2\xe4\xfb\xc0\x82\x16\xfd\xf8\x9b\x02\xe3\x23\x5c\xe0\xe5\x55\x20\xa0\x64\x55\xb5\x2d\x94\xac\xba\xa1\xcc\x22\xaa\xc9\x2f\x60\x81\xa6\xc2\x30\x7a\x8e\xe1\x8d\xbd\xc8\x2d\x8c\x3b\x94\xc5\x86\xc1\xce\x72\x19\xcd\xc8\x03\x25\xe6\x18\x86\x22\x3d\xa0\x7d\xf1\x0c\x77\x85\x13\xba\x66\x05\x43\x68\x30\x10\x10\x13\x9c\x74\x11\x0d\xa8\x77\x31\xaa\xdb\xb1\x0d\xd5\x23\xe2\x0e\x63\x52\x72\x23\x82\xb0\x7b\x3c\xd4\x2e\x33\x81\x64\xbe\x3f\xb3\x44\x24\x72\xf6\x4d\x3d\x2c\x1d\xa6\xde\x87\x9b\xd7\x30\xc5\x7e\xc0\xfe\x2c\x5a\x3c\x1d\xdc\x4e\x20\x61\x5a\xe7\xe6\x6d\x7f\x4e\xf0\x4b\xff\xc6\x02\x8c\xcb\x10\xfb\xb2\x79\x0a\x5c\x9f\x8b\xd1\x84\x42\x9f\x05\x07\x78\x85\x0d\x53\x36\x04\xfc\xaa\x3c\xcf\x08\x2f\x74\x56\x9e\x30\x1c\x9b\x9b\x01\x0c\x1f\x30\x0b\xf5\x01\x2e\x5f\xbd\x7b\x87\xe8\xb7\xdc\xbc\x87\xac\xc9\x1a\xbd\x27\x93\xde\x72\xde\x94\x49\xd1\x44\xea\x82\xc0\x8c\x38\xcd\x9d\x4e\xf2\x08\xc9\x70\x01\x46\xd5\xd1\x3c\xc8\xc3\x2f\x04\x07\xb8\x81\x0d\xdd\x5e\x22\x33\xe6\x58\x99\x17\x99\xf3\xaf\xff\x3c\x80\xb7\x6a\xf6\x17\x9c\x95\xee\xf4\x11\x7e\xc8\xc3\x6a\x97\x78\x60\x6f\x84\x3c\xf1\xb8\x39\x89\xa6\x07\x88\xe4\x2f\xfe\x80\xd5\x54\xf6\x66\xc4\x00\x97\x6e\x31\xcb\x08\x05\xe2\x10\x70\x23\xfc\x8c\x47\x73\x3b\x0e\xa9\xae\x11\x31\x2c\xe3\xb4\x3f\x80\x96\x44\xb2\x70\x84\xd3\xd8\xb0\xb2\x2a\xb2\x04\x44\x94\x5e\x21\x7e\xf2\x57\x3b\xc4\x09\x63\x24\x60\xb5\xa6\x94\xf8\x41\xd4\x03\x04\x29\x68\x27\x62\x62\x9e\x09\x81\x31\xad\x11\x92\x1e\x20\x5b\x86\x81\x90\x08\x35\x77\x70\xa3\x5d\x33\x62\x48\x9a\x5c\xfe\x46\x44\x48\x9a\xcf\x5c\xcc\x80\x9a\xa7\xcc\x6c\x7d\xf2\xf0\x1a\x31\xaf\x39\x6b\x4e\xf0\x31\x0b\x3f\x2f\x00\x8e\x3a\xe5\x91\xd9\xfa\xac\xfb\x88\x79\xed\xbd\x26\x0d\x2f\x34\x45\xee\x8f\x48\x0d\x5c\xf7\x08\x27\xe7\xa0\x55\xa1\xa0\xaa\xf2\xd8\x8e\xc8\x00\x59\xab\x5b\x62\xc6\xc1\x2c\x1e\x72\x72\x48\x0d\x01\xbf\x32\x65\xd5\x19\xb1\x04\x7c\xa0\x21\x59\x9b\xcb\xca\xd9\x08\xeb\xe0\xd0\xc5\x35\x32\x42\xad\x79\x6b\x58\x12\x55\xbc\x39\x22\x1e\x76\x48\xae\x8a\xac\xdd\x75\xb8\x03\x60\x93\x2e\xd7\xb1\xf2\x24\xeb\x5e\x1b\x2b\xcf\x90\xb1\xa9\xc2\x74\x36\xfe\x26\x0b\xf7\x88\xf0\x41\x1b\xba\x05\x45\x16\xaa\xef\x46\x35\x68\xdd\x94\x00\x67\x44\x2a\xdd\xc4\x95\x23\xa2\xdf\x7a\x37\xaa\x31\x73\x8c\x5c\xef\x46\x6c\x4c\x91\xac\x5d\x60\x1e\xbf\xe6\x13\x88\x88\xd7\x61\xcd\x65\xa4\x43\x99\xbc\x9a\x46\xa4\x98\x25\xff\x9f\x11\xdb\x8b\xa8\x1f\xbf\x30\x39\x0b\x75\x81\x3c\x7d\xcd\xd3\x44\xbc\x6a\x32\xae\xc0\x2d\xfd\x87\xae\xf4\x8e\x54\x9e\xea\x90\x99\xf6\xe4\x26\x37\x62\x3f\x39\x05\xf7\xf0\xf0\x0d\xad\x8b\x25\x26\xac\x70\x8d\x03\x1a\x4f\xdd\xf5\x23\x53\xb1\x28\x6a\x6f\x44\xb8\x90\x0d\xdd\x56\xe2\xe0\x91\xd0\x22\x10\xbf\x3a\x74\x23\x8a\x2c\x1b\x6f\xd3\x40\x44\x26\x16\x5f\xed\x23\x03\xe0\xba\x8f\xed\x80\x31\xc2\xab\x40\x35\xd4\x21\x4e\x15\x61\x5a\x1e\x3f\x1d\x10\x8e\x3e\x84\xf4\x8b\x6f\xa6\xc8\x4c\xb5\x22\x19\x2a\x32\x8b\x71\x33\x29\x39\x99\x82\xd0\x87\x0c\x65\xc2\x7e\x4e\x00\xbc\xc1\xc6\xf0\x31\xbd\x48\x3b\xa4\xe3\x88\x90\xa2\xd2\xcf\xb9\x64\xb2\xbc\x66\x72\x03\xeb\xef\x90\xd8\x1d\x69\xfd\x6d\x26\x60\xa8\x3d\x3a\x74\x57\x88\xf4\x0f\x6b\x3f\x5d\x92\x16\xf8\x20\xde\x94\x79\x8d\xf9\xac\x06\x1f\x0d\xbc\x9b\x84\xdc\xa8\xbe\x24\x23\xd3\x38\x1a\x74\xe5\xd2\x37\x22\x7d\xc4\x2c\x8b\x44\xe8\xad\x86\x15\xac\xf1\x5e\xf3\xf0\x03\xdc\xe7\xe5\x9b\x34\x22\x1c\xdd\x87\x44\xeb\xf8\x80\xf4\x4a\x16\x8f\x0f\xb3\xd4\x6a\xa9\x0f\x62\xf6\xab\x7f\x43\x2b\x21\x4e\x1f\x29\xfe\x48\xea\x8c\xcf\x82\x9d\x07\x00\x89\xf2\x59\x78\x48\x15\x8d\x55\x2f\x67\xa0\x0f\x5e\x8a\xee\x12\xb4\x23\x2d\xb8\x2a\x93\x33\x22\x6a\x56\x64\xd3\x84\x97\x64\xc6\x34\xe0\xe5\xa4\xfc\x01\x27\xe5\x59\xbe\xdc\x50\x0f\x01\xf3\xfe\xcf\x9c\xc8\xf7\x3d\x6b\xa8\xb9\x62\x73\x8f\x64\x69\x86\x1b\xfd\xe0\x65\xa8\x1e\x71\x46\x14\x07\x53\x0f\x48\x91\xfc\x73\xfc\x26\x8f\x9f\xcf\x2f\x22\xb5\xaa\x89\xfd\x27\x32\x75\xab\x06\xe2\x3c\x3f\xbe\x2e\xc1\x32\x4e\x94\x9a\xf6\x94\x18\xd8\xe5\x35\x4c\x38\xfc\xc9\x84\x94\x8e\x35\xc3\xa2\x07\x88\x89\x6a\xfe\xfd\xdd\x70\x93\xea\x38\x8e\xf4\xc9\x4f\x51\x7e\xd7\x23\x1d\x0b\x8c\x55\x0f\xa8\x10\x49\xfe\x62\x62\x8e\xfa\x02\x5a\x2f\x79\x69\x8d\xc4\x94\x81\x72\xf7\x1c\x89\x75\xb7\x6c\x62\x48\x4c\x09\x28\xa7\x85\x91\x20\x11\x29\xbe\x60\xa4\x00\xf1\xe6\xc8\x7f\xc3\x90\x52\x20\xcc\xdc\xfb\xda\xd7\xa6\x07\x0f\x60\x90\xf5\x1b\x3c\xbc\x79\xb4\x85\xad\x7a\x01\xfa\x30\x55\x54\x1a\x29\x82\x87\x4b\xfa\x4e\x31\x62\x44\x01\x15\x05\xf0\x0f\xdd\x0a\x13\xb3\x05\xda\x44\x9d\x22\x0f\x94\x7f\x43\xcd\x97\xdc\x21\x05\x97\xe4\x1e\xa1\x92\x35\x4c\x23\xc9\xb4\x88\x6a\x62\x09\xfd\xf6\x33\x27\x28\x99\x82\x87\xb8\x61\xd3\x75\x0f\x2f\xe6\x28\x90\xc3\xe5\xcc\x4a\xfb\x94\x10\xe5\xea\xfe\xd2\x22\x5d\x5a\x14\x7d\xd0\x9a\x31\x25\x15\xf4\xe8\x2f\xc8\x94\x45\xfd\x12\x5d\xd0\x6c\x31\x4d\x89\x3b\xe5\x17\xae\xef\xb7\xee\x9e\xe9\x13\xf8\xda\x61\xdc\x5c\xf2\x9c\xc8\x7c\xca\xe4\xb9\xea\x70\x25\x25\x30\xb2\x42\xa0\x4b\xd9\xc8\xf9\x09\x74\x29\xfa\x3c\xd0\xdf\x4b\x54\x3f\xb1\x20\xbe\x2d\x96\xa9\x2c\xec\xd5\xb2\x58\x8e\x55\x19\xd6\x46\x2a\x08\x7d\x28\x7e\x81\xd2\x89\x0f\xe1\x27\xe2\xb5\x43\x17\x8e\x54\x40\xa9\x9a\x3b\x58\x14\xdd\x3d\x50\x0c\x15\xb3\x4a\x85\xf5\x1d\xdd\xc3\x8d\x1e\x3d\x6b\x52\x26\xa3\xf4\x27\xe3\xb5\xc3\x07\xa8\x2e\xd0\xab\x87\x25\x63\xe9\x66\x95\x2a\x35\xa1\xc6\xc1\x4a\x2e\x6c\xd0\x20\x96\xc0\xfa\xef\x54\x49\x08\xc4\x66\x52\x05\x4a\x05\x4f\x82\x77\x48\x2f\xb4\x81\xea\x7b\xcc\x46\xd8\x1a\xe9\x1a\x95\x1f\x62\xa9\xa9\x2d\x24\x13\x8a\x20\xb6\xc0\xe6\xd1\xc4\x7a\xad\x2a\x02\x32\x12\x53\x38\xfb\x6a\x9b\x1a\x61\xe5\x2e\xc9\x2e\x25\x0f\xa7\xc6\xa8\x62\xad\xab\x51\xba\x90\x8c\x94\x3a\xf5\x19\x3e\xff\x2c\x25\x21\x6f\xdc\x91\x96\xfe\xcc\x34\x71\x65\x51\x96\x22\x28\x75\x5e\xf0\x35\x48\x5f\xb3\x10\xb0\x3a\xe5\x26\xa3\xd1\x92\xf5\x24\x58\xa7\x81\xd3\x10\xfc\x02\xf1\x4c\xb7\x99\x84\x34\xca\x87\xc7\x40\xda\xbd\x6e\x2c\x59\x1a\x35\x49\x87\x89\xb2\x9d\x89\x08\x0d\x92\xd1\x44\x82\xc1\x01\xf2\xd0\x1d\xe9\x5c\x3b\xa6\x69\x9f\x4b\x19\xa9\x59\x9d\x88\x56\xf6\x86\x2d\x1d\x5b\xf7\x0b\x2c\xca\xa2\xfd\x58\xe2\xdf\xf0\x18\x83\xb3\xf0\x1b\x94\xdd\x25\x63\x26\x94\xa2\x3f\x8c\xaa\x17\xb1\x5d\xeb\xb8\xc0\x2e\x24\x9a\xa7\x8b\xb8\x6d\x0e\xb4\xb4\x5c\x9e\xc4\x4d\x65\xb5\x64\xf3\x74\x83\x84\x9b\x45\xdd\x50\x2b\x18\xcd\x58\x47\xbe\xd7\xbf\x09\x2e\x1a\xe9\x93\xd9\x9a\x2f\x30\xe9\xe6\xe9\x93\x70\x99\xee\x35\x43\xed\xdd\xbd\xd6\x2c\x38\xc2\xd5\x7f\xf8\x86\x9e\x96\xd8\x27\x79\x26\x3d\x80\x82\xc9\x2d\x42\xfa\x83\xb7\xff\x81\x48\xd5\x4d\x0b\x1f\xce\x4a\x63\x52\x6b\xa5\xf0\x81\x91\x68\x8c\xec\x26\xa7\xcf\x83\x2f\x34\x6d\xaa\xa5\x7c\xd6\x1e\x1a\x75\xcc\x13\x60\x8b\xb4\x66\x23\xbd\x24\x9e\x46\xb9\x17\x48\xed\xb3\xf6\x82\x89\x48\x1e\x4e\x2f\x99\x88\x39\xe1\xbb\x00\xaf\x39\xbc\x5c\x85\xb6\x92\x7e\x73\xf2\x22\x1f\x89\x7e\x72\xdd\x5c\x82\xd1\x01\xb6\x76\xa4\x4f\x0a\x73\xd6\xc4\x91\x26\x55\x44\xe6\x33\x73\x6d\x8f\x06\x9d\x2b\x4b\xba\x3f\x59\xc4\x70\x43\x3f\xc3\x33\x2e\xda\x62\x92\x8f\x45\x45\x9a\x1e\x00\xc5\xb4\xa1\xf9\xa0\x3d\x4b\x7d\xe6\xa3\xe1\x85\xa2\xdf\x9d\x5d\xfa\x0b\x4a\x01\xd5\x83\x52\x72\x11\xb3\xca\x01\x38\xa1\x85\xe4\xc0\x31\x35\xa9\x40\xf0\x47\xfd\x2e\x1c\x42\x63\x42\x12\x53\x22\xf5\x91\xe1\xab\x66\xdb\x61\xa6\xb0\x25\xd2\x98\xe1\x7a\xe6\x92\xfc\x23\x7f\xb2\x52\xb3\x2f\x59\x8e\xe0\xf1\xb2\x1c\x66\x16\x2b\x1d\x3f\x2f\xac\x1e\x04\xa7\x04\x69\x4b\x32\x72\x66\x89\x2d\x39\x9e\x8f\x9c\x48\x83\x7e\x1e\xd0\x92\x24\xfe\x99\x29\x9a\x88\x60\xe4\x04\x8e\xec\xad\x48\x2c\xd2\x2b\xc0\x52\x30\x11\x1d\xcc\x69\x6d\xb7\xe0\xc6\x5c\xc8\xd6\xab\xe7\x44\xc8\x8b\x5b\xe6\xcc\x75\x6b\x4e\x79\x9d\x3e\xcd\x81\xc2\x8d\x28\x4e\xce\x90\x09\xa5\xcd\xca\x99\x48\xe9\x76\x46\xa8\x78\x0e\x74\x07\xb3\x35\x39\x43\x54\x51\xbe\xc2\x91\x0b\xc4\xd2\xec\xdf\xcc\x20\xad\xad\x29\x14\xbb\xc5\x7e\x33\x73\x1f\xd9\x9d\x29\x17\xc0\x41\x37\xcb\x5c\xb0\x79\xd9\xbf\x6f\x7e\xe0\x29\x40\x04\xf0\x29\x28\xdc\x4c\x09\x22\x99\x82\x89\xe7\xc0\xca\x13\x56\x3c\xe7\xca\x49\x6b\x6b\xea\xda\x5c\xc1\xa1\xf2\x14\x04\x3f\xe0\x66\x09\xb0\x95\x5c\xcc\x70\x60\xcc\xa3\x9c\xf8\x47\x66\xa9\x09\x45\x9b\x8e\xcc\x20\x48\xb9\xe4\x8f\xdc\x30\x4d\xef\x66\xa3\xb2\x5b\xf2\x53\x6e\x24\x64\x62\x84\xb9\x01\xc5\x0c\xcb\x86\xc3\xeb\x49\x50\x0c\xd1\x15\x39\x37\x90\xd2\x9f\xef\x01\xb9\xe2\x19\xe0\x56\x25\x71\x20\x77\xe0\x93\x04\x8a\xcc\xd4\xc2\x8a\xa0\x1d\x99\xf9\xd3\x7a\xf8\x9b\x9a\x45\xa3\x7c\xd3\x4b\xe6\x48\xa5\x51\xdf\xab\xad\x2e\xcb\x72\x29\x46\x5e\xda\x02\x9a\x1e\x74\x66\xf6\x69\xfa\x8d\x9d\x93\xac\x50\x30\x43\xc5\x10\x8f\xb2\x27\xa8\x31\x3b\x75\x1d\xcd\x0f\x00\x33\x11\xea\xd2\x29\x18\xeb\x10\x15\x64\x3f\x56\xaa\x82\x51\x3a\xb6\xbe\xba\x1d\xc9\x32\x82\xa7\x44\x37\xa1\xe6\x39\x4c\xb8\x54\xea\x37\xcb\xe6\x7b\xd5\x03\xd7\xe3\xee\xdf\xd0\x41\x6b\x97\x0a\x65\x30\x69\x00\xca\x00\x21\xa9\x6e\x5f\x0c\x50\x33\x38\x81\x48\xd5\xbf\xa9\x23\xd2\xa1\x2c\xf4\xe8\x12\x5e\x94\x93\x81\x5f\x82\x09\x6c\x96\xa6\xd0\xe5\x2c\x28\x71\xee\xdf\x95\x1b\xe7\x0e\x08\x44\x77\x00\xfe\x28\x1e\x51\x96\x78\x55\x3c\xa5\x8b\x3a\x04\x4f\x89\x15\xc7\xbd\xf5\x27\x70\x55\x5c\xbd\xa0\x0a\x7f\xb2\x0a\xba\x40\xff\x16\xfd\xc1\xb5\x08\xb0\x26\x71\xd1\x8f\xc5\x5b\x4d\x11\xad\xb9\x07\x26\xd6\x91\xee\xac\x5c\x20\x35\xcd\xbf\x71\x7e\xc4\x1c\xcb\x45\x86\x6b\x74\xbb\x70\x80\x44\x27\x0a\x4b\xca\xda\xa1\xa4\x50\xa4\xf3\xd6\xdc\x14\x2d\x44\xcd\x0a\x64\x3a\xfb\x93\x14\x7a\x88\x29\xea\x65\x14\x7a\x88\xd9\x6f\xa2\xdc\xc0\xbf\xe6\x1e\x18\xa5\x2c\x81\xa8\xdc\x9c\xb5\x96\x7d\x13\x92\x02\xd4\x4a\x36\x2c\xd1\xa3\x3c\x24\x77\xe2\x76\xe5\x01\xc6\xfd\xbc\x00\x3a\xe3\x11\x1e\x60\xe0\xcf\xfb\x1d\x0c\x5a\x53\x5c\x42\x9d\xe4\xa3\xf2\x50\x96\xf1\x29\x7b\x30\xc7\xee\x17\xc8\xdb\x24\x83\x95\x87\xa7\xc8\x70\x78\x48\xd5\x25\x39\x16\x56\x1b\xb3\xab\x46\x79\x41\xad\xfc\xc5\x0b\xda\xa0\xab\x4a\x79\xa9\x02\x12\x87\x2e\x94\xfb\x7c\xf0\x96\xdc\x27\x0a\x5c\x10\x90\x91\x4d\x1c\x2a\x6a\xaf\x2b\xaf\xf3\xa8\x61\x21\x44\xd4\x03\x12\x2c\xc9\xf0\x95\xa2\x88\xae\x3f\x35\x46\xbe\xe0\x07\x6b\x56\xea\x22\xe2\xec\xc8\x66\x55\xa1\x65\xb1\xa3\x7c\x8d\x14\x90\xdd\x25\x73\x31\xd8\x71\xa2\x7e\xc2\x4a\xb2\x13\x43\xa5\x0e\xc4\x0a\xf8\x9a\x48\xe3\x44\x62\x2a\xca\x30\x58\x63\x57\x59\xee\xd3\x2e\xc3\x35\xd1\x00\x5f\xfc\xc6\x87\xe9\x0a\xb9\x1d\x15\x95\x16\x7c\x93\xac\x99\x97\x1b\x21\x76\xcd\xd8\x0d\xf7\x08\xc3\x9a\x72\xbe\x8d\x9a\x71\xf6\xa4\xe3\xaf\x19\x18\xa2\x4b\x77\x85\x15\xcc\x52\x64\xcd\xe0\x55\xb2\x42\xd4\x02\x74\x08\x7f\x13\xe9\x3a\x2a\x0b\x62\x59\xdb\x5f\xcb\xda\x05\xed\x5b\x21\x6f\x12\x95\xad\x9f\x18\x92\x94\x90\x66\x54\xaa\x43\x86\x3f\xc0\x29\xd3\xdd\xa9\x52\x2a\xd1\x6d\xab\x16\xce\x57\x00\x5a\x06\x30\x2f\x10\x89\x17\x6c\xa7\xae\xc8\x10\xab\x34\x60\xa3\x56\x2a\xa3\x35\x00\x6c\x5e\xca\xe5\x3b\x6a\xfd\x0e\xa5\xbd\xdf\x2a\x1c\x93\x92\x57\x54\x6f\xb4\x7b\x3c\xa2\xaa\x78\x65\x85\x9f\xb8\x8d\x4b\xf5\x13\x37\x9a\x1d\x0c\x6a\x83\x7d\x3f\xbb\x7d\xc1\x4c\x33\x68\x70\x7d\xd7\xad\xbb\xa2\x08\xbb\x9d\xe9\x2a\xc5\x13\xe9\x0a\x6a\x43\x2d\x3e\x9f\x26\xf8\x29\xd9\x09\xbb\x32\xfd\xa3\x3d\x5b\x6a\xa3\xe8\x97\x3c\xe2\x03\x67\x7b\x8f\xb8\xd6\xe4\x2f\x48\x90\x8d\x97\x9d\x87\x45\x24\xbc\xf6\x95\xae\x4d\x1b\xdd\xa9\x74\xf4\xa1\xa7\xf3\xb8\xf5\x77\x15\xbe\x4f\x56\x31\x55\x14\xcb\x1a\x46\x15\x88\x10\x56\x2e\x54\xa6\x79\xb0\xc3\x4b\x85\x55\x4e\xa1\x91\xa3\xc2\xf3\xc9\x32\x71\xed\x28\xe8\x66\xc0\x41\xa4\xc8\x92\x82\x2a\x52\xc8\x2a\x17\xd2\xa8\x83\x02\xad\xee\x1a\x15\xe5\xaf\xb2\x17\x39\x0a\x3a\xd4\x0a\x58\x2d\x61\xf8\x74\x8e\x86\x17\x84\x0b\xa3\xe3\xb7\x96\x44\x13\x9d\xb7\x6a\x50\x5b\x68\xf4\x47\xf4\xa7\x6a\x7b\x8c\x0a\xc7\x29\x55\x92\x1a\x75\x40\xff\x6d\xaa\xc6\x62\x0a\xb6\x17\xd5\x93\xd8\x27\xa8\x9f\x88\x07\x32\xf6\x9d\x6b\x17\x34\xe2\xc9\xda\x1a\x22\xdf\x95\x5a\x1f\x5b\x67\xea\xc9\x45\x69\x4c\xba\xa1\x8b\x2b\xd5\x25\x95\x48\x50\xaa\xe7\x89\x0f\xfc\x9b\xf7\x44\xef\xec\x09\x53\x87\x31\x1c\x4a\x20\xab\x3b\xea\x72\xa4\xf2\x29\xff\x84\x92\xa6\xea\xc0\xa3\x5e\x38\xa4\xde\xb9\xab\x7d\xab\xf4\x99\xbb\x78\x04\x7c\x8a\x2f\x96\x1d\x70\x87\x08\x29\xf2\x14\x21\x92\x74\x47\x9e\x55\xc4\x7b\x56\xf3\x17\x6a\x99\x9a\xdb\x33\x7c\x9e\x05\x46\x58\x03\x93\x97\x84\x44\x91\x49\x72\x57\xbd\xe9\xa4\x21\x28\x7f\xf2\x88\xcb\x32\x8e\xca\x94\x58\xb6\xb4\xd4\x4f\x1e\x69\x0a\x42\x1c\x95\x1e\xec\xde\x15\x88\x23\xc1\x74\xee\x7e\xf1\x5b\x13\x7a\x90\x9a\xd4\xfb\xcc\x4a\xa7\xaa\x87\x3c\x2a\xa4\x91\xe0\x6d\x84\xa3\x94\x72\x6f\x8f\xca\xe2\x5f\xbe\x59\xd7\x4f\x1c\xc9\x49\xfa\x82\xfa\x2c\x20\x6b\x4d\x48\x0a\x59\x8d\x7b\x90\x4e\xc2\xcf\xef\x05\x64\x0f\x41\x37\x40\x43\x69\x49\x27\xf9\xaf\xac\x45\x15\xf9\x2a\x2c\xb9\x54\x78\x4e\x45\x09\xa6\x15\x72\x47\x8c\x6e\x27\xa2\x7a\x13\x91\x12\xd2\xce\xb8\xf5\x5d\x9e\x06\xfa\xcd\x2b\x81\x64\x9f\x3a\x91\xff\xd5\xdc\x97\xb5\xc8\x94\x9c\x62\x54\x38\xcb\x5b\x7b\x51\x27\xea\x4b\x18\x04\x08\xeb\xb4\x01\xb8\x4e\xa0\x81\xe4\xb5\x3a\x17\x1a\xf8\x85\x8f\x5f\x2a\xaf\xd9\x68\xb0\x0a\x26\xdd\x41\x1a\xa3\x36\xbd\xe8\x76\x2c\xba\xeb\x2f\x70\x76\xa2\x7f\x53\x4f\xa4\x8d\x6e\x07\x0e\x53\xf4\x6f\x04\x3d\x4a\xd0\x6d\x07\x88\x98\x8e\x42\x3b\x16\x18\xb3\x1e\x20\x8d\x82\xe4\xff\x76\xb0\x90\xa6\x7f\x03\x35\xb5\x0f\x0d\x56\x47\xe5\xdd\x1e\x2d\x04\xfc\x3e\xf4\x3b\xe1\x7d\x4d\x80\xb9\xbb\xec\x6f\xda\x02\x66\xac\x8b\x55\x83\x8d\xd1\xb2\x5d\x0b\x0b\x8a\x9a\x32\xc3\x30\xed\x75\xd8\x60\x58\xb4\x6e\xa3\x05\x0a\xce\xd9\x43\x30\x1e\x4f\xbf\x59\x45\xcc\x3c\xb2\x45\x80\x55\x2a\xc0\x16\x11\xb0\x2b\xe1\xbe\x45\x0a\x87\xd5\x1f\x80\x2a\x7a\x27\x13\x88\x9e\xe4\x86\xb6\xe4\x4f\x1d\x86\x46\x33\x9e\xa7\x94\x60\xda\x1f\x6e\xaf\x0c\x99\x13\x1c\x3f\x79\xd4\xf5\xb0\x46\x4b\x04\x8b\xa0\x90\x60\x81\x16\xf6\x36\x08\x97\xdd\xce\x9e\x0d\xc2\x65\x30\x72\x65\x8e\xe8\x76\xac\xd9\x03\x64\xec\x43\x76\x87\x8d\x1d\xba\x03\xa0\x4e\x76\x07\x98\x91\xee\x75\x2d\xaf\x9c\xac\xee\x11\xfc\x6d\xb8\x83\x75\x7f\xd1\x1a\x32\x58\x87\xc4\x8c\x46\x9f\x2c\x1d\xe1\x56\xe8\xab\xec\xf6\xc2\x1b\xb2\x1f\x54\x68\xd2\x34\x42\x59\x73\xf6\x0b\x54\x52\x49\xa4\x6e\x50\xad\xd9\x85\xa2\x15\xde\xc2\x9a\x1f\x5c\xec\xc2\x0f\x40\xf8\xb2\x7f\xbf\x88\xc3\xd3\x98\xd0\xa4\x05\x9f\xc0\x4f\x88\x6d\xd9\x07\x00\x4e\x5c\xd6\xf6\xb7\x4a\x77\xba\xe6\x0f\xb8\x11\x82\x0a\x85\x56\xa3\xca\x72\xb7\x17\xa5\x6b\x95\x1b\x21\x64\x44\xb6\x31\x25\x5a\x1e\xad\x92\x96\x07\x8f\x00\xf6\x63\x20\xc0\xff\xde\x94\xaf\xd5\x45\xba\x35\x85\x86\x43\x2c\xe1\xab\xb5\x35\x67\xcd\x09\x72\xae\x4d\x5e\x6d\x39\x7e\x35\x7f\x01\xe4\xd0\xfd\xab\x35\x1c\x98\xe2\x11\x2e\x6e\x8c\x76\x0a\x7a\x39\xa5\x0c\x1e\xad\xf1\x76\x65\x5a\xb8\xc4\x56\x53\x2a\x56\xfd\xea\xfe\xa4\x73\xd6\x9a\x54\x67\xd6\x92\xbf\x0a\x72\x6d\x1d\x1c\xd4\xf3\xe9\xd8\x05\xc9\xd9\xad\xf3\xfe\xfe\xd3\x3b\x81\xaa\x5d\x80\x17\x99\xa3\x01\xda\x58\xb2\x98\x7a\x18\xeb\x88\xeb\x0b\x96\xe3\xb2\xf9\xb2\x0d\x2a\xf9\xfd\x05\x85\x64\x23\xe7\x58\xd8\xea\x2e\x00\x35\x49\xd1\x8d\x86\x42\x47\xce\xb6\xb1\xa0\xa6\x69\x9f\x2c\x6a\x21\xb0\x52\xef\x15\x4d\xeb\x4e\x10\x6c\x9f\x90\x13\x80\xf0\xba\xa0\xc7\xb2\x76\xa6\xc1\x15\xbf\x79\xd2\x27\xd5\xe1\x46\xa6\x93\xd1\xd1\x7e\x61\x91\x01\x2d\xe2\x5a\x87\x54\x6f\x5c\x6b\xdd\x7e\x40\x9d\xbb\xc9\x25\x53\x9f\xfa\x6e\xdd\xae\xb5\x70\x4d\x8b\xde\xf0\x36\x99\xb6\x9b\xaa\x63\x63\xfd\xcd\x85\x6a\x90\x9b\x0b\x55\x97\xf4\xf8\xea\x5e\x29\xac\x87\x36\xaa\xb5\x9b\x5e\x0e\x26\xa9\x4b\xee\x33\xac\x28\xf7\xf9\xe4\xc2\x78\xd8\xed\x66\xd6\xee\x85\xe5\x1e\x94\xb7\x35\x83\x9f\x79\x3d\x6c\xfb\x6b\xac\x89\x6f\xb1\xa3\x3d\xd4\x8d\x6a\x1d\x0f\x39\xac\x65\x80\x67\x2d\x44\x3b\xb2\xa4\x41\x4b\x01\x4c\x11\x1e\xa5\x7b\x6a\x0f\x15\x68\xa6\xdd\x14\xff\x7c\xbe\x97\x72\xca\xd0\x5b\xe2\x9f\x54\x4d\x6d\xe9\xa2\x8c\x58\xef\x9a\xb8\x3e\x79\xa9\x88\x36\xc4\x5f\xc8\x1a\x3e\xf2\x2f\x6a\x26\x19\x51\x58\x0a\xdf\x2e\xb4\x6d\xae\x2e\xf5\xc6\x04\xd3\xf3\x81\x41\x39\xd9\x94\xdc\xce\x1b\x53\xf7\x0b\x38\xf6\xc6\xb4\x09\x24\x30\xf2\x2e\x19\xce\x0b\x87\xc5\xd1\x0e\xdc\x0d\xc5\x64\x95\x0e\x77\xf4\x23\x40\x27\xd2\xf4\x1b\xa5\x63\xc5\x0e\xfa\x27\xd2\xc5\x43\xdb\xd9\x19\x0d\x39\x7e\x5e\x20\x93\xcb\xfa\x5d\x11\x33\xe4\x0e\xc9\x0e\x74\x53\xee\x30\x47\x2a\xb5\xf5\xe8\x07\x89\x44\xf7\x10\xd8\xbb\xee\x11\x28\xba\x27\xcf\x79\xed\x9d\xc7\x80\x50\x27\xac\xec\x01\x26\x06\xed\x6d\x0f\xbc\x40\x69\x0a\x28\xaf\x6f\x9e\xd7\x03\xa3\xa1\xdd\xbe\x16\xe9\x07\xa4\x85\x22\x43\x1d\xc9\x39\x94\x8e\x7d\xf4\x00\x3d\xc8\x70\x8f\x24\xbf\xcd\x1f\x80\xc9\x49\x5c\xe9\xf4\x2e\x73\x64\x78\x0f\x6b\x51\x7b\x6b\x3b\xa3\x29\x1d\xda\xda\xa1\x87\x0c\x42\xfa\x1e\xc9\xe5\x84\x6f\x9d\x62\xa1\x21\x1d\xe9\xf4\x92\xdc\x25\xd9\xde\x4f\x17\xb4\x79\x79\xde\x91\xb5\x32\x3c\x26\x62\x18\xfe\xce\x83\xae\x2f\x9b\xac\xe1\xbe\x6c\xb2\xa2\xe6\x1d\x72\xa7\x7d\x81\x3a\x2c\xae\x56\x08\xf4\xc4\xfb\x81\xf0\xb9\x27\xdc\xff\xdd\x63\x02\x4d\xd3\x89\xea\x88\xcc\xcc\xb6\x18\xf4\x4f\xce\x4c\xaa\x16\x3b\x3a\xf2\x77\x98\x82\xf5\x84\x33\xdb\x3d\x03\x82\x5d\x64\xb6\x67\x9e\x72\x1d\xb1\x4e\x41\xd3\xe8\xb9\x04\x4d\x1d\xd2\xbe\x04\x49\xa3\x1f\xf4\xa0\xe6\xa4\x1d\x81\x9a\x4e\x77\xd1\xa1\xf7\xb4\x5c\xd9\x59\xa0\xc6\xe9\x71\x3a\xeb\xd1\x18\x79\x0a\x37\x52\x8b\x28\x34\x8b\xfc\x3c\x80\x6b\xd8\x70\x8f\x50\x7d\x1a\xb9\x0a\x09\xe6\xcf\x07\x9f\x7c\x63\xa7\xe4\x0e\xd5\xa8\xaf\x49\xbd\x20\x44\x5d\x5c\xb2\x57\x58\x99\x87\x7f\xf3\x40\x48\x1c\xef\x94\xfa\x74\xa3\xe8\x95\x40\xf1\x4e\x51\xa8\x33\xb2\x32\xc5\x6c\x34\x2e\x34\xf0\x37\x4f\xb1\x01\x9b\x45\xd2\xfb\x09\x5f\x46\x89\x8d\x9d\x9a\x1e\x7f\x4f\xf7\x6f\xdb\xb5\xfb\x49\xba\xa1\x1b\x40\x3f\xc9\xac\x7c\x40\x4e\x6c\x84\x34\x60\x9d\x49\x0b\x6c\x65\xeb\x08\xbb\x73\x06\x82\x7e\x51\x5f\xea\xad\xa3\x32\xc8\x70\x61\x25\x4d\x1b\x87\xfa\x45\x25\xf4\xcf\x18\x24\x77\x3f\x7d\xd2\x05\xc0\x7d\xdc\x4c\xae\x99\xfd\xe0\x83\x8c\x63\xde\xfb\x4d\xc8\x08\x94\xcb\x1b\xdc\x08\x07\xd1\xc0\xc1\xde\xfd\x5e\xb3\xf2\x17\x6b\x56\x7e\x40\xe0\x15\x8f\x41\xfa\x64\x52\xf1\xb0\x3c\x8a\xb6\xe7\xe3\xb0\xf5\x67\x0c\xa8\x4f\x8a\x41\xf7\xb2\x1c\x8a\x57\xb1\xf8\xa9\xc4\xfa\x0e\xa7\x1e\x7b\xeb\xf6\x97\xd7\x5c\x23\x25\x2b\xba\x27\x2f\xfc\xa5\x7a\xd0\xe4\xe0\x5d\xc1\xfd\x02\xf7\x3b\xb0\x72\x77\xc1\xbb\x45\xf1\xb4\x2e\xbc\xe0\xdf\xcf\x3f\x7f\xf2\x0f\x0d\xfd\x78\x78\x49\x26\x99\x2f\xd2\x98\x98\xf7\x50\xc9\xa2\xeb\x56\x9f\x6b\xd2\xda\x5f\xb0\x6c\x5f\x5e\xfa\x5c\x73\xf6\x17\x54\xa6\x69\x8a\x48\x48\x60\xcf\xb7\x8e\xe4\x59\xaa\xfd\x3b\xc6\x72\x00\xd2\x14\xc7\x41\x74\xf0\x0b\x48\x81\x10\xdc\x4e\xf9\x49\x14\x6b\x30\xc7\xa7\xb5\xfc\xe3\x20\x94\x8a\x7e\x23\x00\x5a\xfe\x1b\x03\xb9\xb1\xcc\x0f\x07\x5c\xb3\x2d\x8a\x0e\xd6\x7a\x34\xbb\x1b\x1f\x43\x6d\xb6\x1e\x8e\xc0\xda\xfc\x6e\xcf\x68\xd7\x04\x02\x31\xf6\xa7\xc7\x8e\x17\xba\x7e\x93\x73\xe8\xa0\x8d\x8f\x1b\xb6\x18\xfe\x2a\xb6\x68\x80\x53\x3a\x22\x7c\x2c\x8b\x9d\x0e\xc8\x00\xa7\x74\xbc\xee\x88\x6b\x93\xfc\xc5\x47\x50\x55\xdc\x67\x0c\x46\xce\x15\xb7\xf3\x3e\xe8\x15\x7e\x8c\xb3\x45\xdd\xe4\x07\xfc\xa4\x8d\x27\x23\x11\xfb\x25\xd4\x0e\xfa\x41\xdb\x3e\x37\xd2\x82\x89\x26\x95\x28\x43\xf8\x01\x32\x63\x96\x24\xe4\x1d\x4b\x89\x22\x81\x7d\x40\x89\xe2\x50\xca\x91\x3f\x71\xd1\xf6\xa0\x91\x49\xb6\x9b\xbb\x24\xae\x0c\x77\x49\xd5\xd1\xcf\x03\xe0\x8a\xb1\x0b\xcc\xcd\x02\xe5\x80\x91\xcf\xb1\x72\x03\x09\xd6\x4b\x32\x7a\x66\x5e\x75\xc4\xcd\x46\xc1\x56\x4a\x04\x1d\xcb\x70\x27\xca\x3f\x0a\x67\x2d\x6c\x82\x9a\xa4\x79\xc8\xc2\xdc\x6e\xc3\x2f\x2c\x48\xb9\x87\xb5\x3d\x9a\x15\x92\xaa\x97\x64\x94\x2f\x94\x55\x7e\xde\x98\x7c\x43\x9d\x56\x32\x03\x31\xd1\x01\x3f\xd9\x24\x25\xda\x40\xf5\xe9\xe3\xe7\xf7\x1a\x54\x3d\x30\x5d\xa6\x53\xdc\x8c\xef\xba\xeb\xea\x79\x63\x2c\x0b\x8a\x48\xff\x38\x49\x4d\x24\xf3\x8d\x93\xa0\x10\xf4\xcf\xb5\x81\x1a\x03\xa1\xe7\x39\xf9\xf7\x27\xef\xa8\x7a\xc8\x18\x17\xa5\x48\x51\xfa\x01\x27\x8c\xe2\x5c\x53\xe3\xc2\xe1\xb0\xbd\x62\xa0\x16\x88\xa3\x96\xc7\xc7\xf4\x92\x4d\x2c\x83\xb5\x41\x6c\xaf\x18\xf0\xb1\x70\x64\xc7\x58\x06\x8d\xe6\x2f\x26\x1f\xa8\xcb\xef\x72\x9b\x92\x24\xa6\x71\xaf\x75\xfb\xc1\x77\x3a\x7c\x1b\x1e\x60\x71\x56\xfb\x0e\x38\x61\x38\xba\x64\x80\xa1\x39\x56\x63\xe0\xae\x5b\x92\x49\x1a\xee\xa5\x3f\x68\xfd\x80\x44\x48\x3f\x39\x60\xa2\x70\xa8\xc5\xa0\xd7\xab\x53\x97\x8c\x75\x4d\xed\xee\x11\x56\x17\x9f\x5f\xb8\xc5\x3a\xc8\x60\xb0\x84\x87\x6f\x7f\xe3\x39\xd9\xa5\xe7\x80\xa3\x64\x4a\xcf\x24\xd9\xb6\x7a\x0c\xf8\xcd\x3a\x9c\x63\x3c\x3c\x4a\xdd\x93\x9a\x78\x41\x3d\xbe\x8b\x30\x6b\x12\x70\xa0\xb0\x03\xea\x78\x1b\x87\x50\x97\x93\x58\x2e\x96\x3a\x26\x96\x21\x3e\x3e\xe6\x5a\x86\xbf\xc0\xac\xc5\xbf\x06\x0b\x22\x3b\x3a\x76\xa0\x08\x54\xd6\x32\xcf\x03\xa0\x96\xe2\xf5\xa4\xd9\x20\x49\x77\x7c\x1e\x74\x5e\xd1\x39\x39\x0f\xd0\x46\xeb\x72\xcf\x03\xc7\x40\x4a\xcb\xf3\x60\xba\xd2\xea\x07\xe4\xf3\xdd\x5d\x5c\xec\xc2\xa3\x52\xcf\xf3\x33\xc8\x0b\xf1\xc3\x63\x00\x96\x92\xdc\xce\x40\x85\x80\x0e\xe7\xc9\x80\x24\x8b\x59\xe7\xc7\xf5\xe0\x83\xf8\x17\x3c\xe9\x0c\x4b\x50\xd0\xef\x4a\x28\x44\x3d\x00\xa1\xcd\xee\x7d\x2d\x69\xe8\xc1\xcb\x25\xa9\x8b\xc8\xbd\x13\x13\x3a\xc9\xe7\xac\x49\x3d\x57\x04\xb8\x4e\xff\x09\x57\x95\x62\xa7\xad\x93\x21\x43\xd6\x51\x9f\x48\x5c\x6d\xaf\xe7\x33\x72\xbb\xd5\xc3\x77\x85\x4b\x96\x1d\xce\xc5\xd8\x74\x0e\x4e\x96\x11\x71\x50\xed\xc9\x4b\x9d\xc3\x53\xcf\xb4\x96\xee\x37\xbe\x5b\x9e\x2d\x57\x27\xa3\xc8\xd3\xcf\x17\xe0\xa6\x52\x9d\x9e\x19\x2c\x44\x52\xdd\x89\x14\xd1\x87\x83\xc9\x4e\x32\x42\x49\x30\x67\x86\xcc\x24\x75\xe9\x99\x79\x9a\x87\x5f\x00\x86\x49\x6c\x3b\xc9\x18\xad\xfd\x3c\xe1\x47\x5b\xd2\xcf\x03\x62\x58\xf4\x27\x3c\x08\xc3\xb3\xc2\xf1\x95\xd8\x75\x66\x92\x7f\x4d\xa2\xac\x59\xab\x07\x78\xde\xaa\xf8\xed\x38\x0b\xcf\x81\x38\xdf\x49\xce\x28\x61\xf3\x2c\x84\xa4\x18\xfc\x59\x08\x49\x4d\x92\x39\xa2\xcd\x5b\x4f\x18\x10\x54\xcc\x66\x9c\x70\xcd\x8d\xd2\xc6\x9d\xac\x4a\x3a\x7e\x5e\xc0\xb1\x10\x25\x3e\xe1\x68\x6b\x37\xb0\x13\xe6\x00\x3b\x09\x9d\x15\x53\x94\x8a\xf7\xac\x40\x6b\xdd\x1b\x4e\xb8\xdd\xfe\x9c\x5c\xdc\x0b\xed\x99\x71\x22\xae\xc3\xbe\x99\xe7\x49\xaa\xa9\x1b\xfc\xc9\xea\x56\x56\x28\x9e\x70\x33\x34\x7f\x3a\x79\xcd\xb3\x42\xf1\x3c\xc9\x7e\x44\x15\x4f\xd8\xfc\x6d\x8e\x3e\x17\x0b\x34\xe0\xaf\x05\x78\xbf\xc1\x1b\x94\x89\xc1\x45\xbe\xab\x59\x51\x07\xfc\x83\x81\xd7\x42\x0f\x6d\x05\xb9\x64\xf5\x6f\x30\x7f\x6b\xd2\x4e\xd4\x85\xb0\x41\xfa\xdc\x1a\x60\x8d\x79\x2f\x3a\xa9\x2e\x6e\xe6\x67\x12\x24\xe8\x9a\xe8\xc8\xb7\x13\x09\x51\xa2\x55\x67\x27\x62\x7c\x7f\xee\x92\xe7\x8d\xed\x95\x04\x79\xc2\xb3\x70\x38\xc0\xef\x24\xa3\x94\xc4\x78\xb2\xc2\xe3\x61\x2c\x66\x71\x2b\x87\x31\x9e\xa8\xe8\xf8\x73\xfd\x3c\xa9\xd0\xb5\x3a\xed\x44\xe0\xaf\xc3\x0b\x4e\xc4\xfd\xb6\x9f\x1e\x08\xbb\xe4\x49\xdc\x78\x41\x1f\xbc\x6b\x96\x7e\xc0\x0d\xf3\x7e\xbc\x6b\x56\xda\xd2\x17\x77\x62\x49\x18\xe7\xe2\x84\x62\xae\xe7\xbb\x76\x50\xe0\x46\xa0\x6f\x32\xc3\xe0\xd5\x51\xfc\xfc\x64\xe0\xaf\x75\x1e\x27\x72\x37\x67\x49\x08\xe7\x0b\xaa\x25\x6e\x7d\xbe\x80\xb5\xdb\x27\x40\x2b\xd6\x7b\x4e\x1c\x25\x5d\xb9\xcf\x49\xc2\x29\x4d\xd3\x39\x71\xba\xc5\x8a\x4f\x96\xa3\x48\x3e\xac\x54\xff\x8e\xbf\x2a\x16\x31\x4e\x72\x72\x31\xee\x93\x69\x54\xac\x41\x39\x59\xce\xd1\x1a\x94\x8b\x71\xc1\x56\x90\x5c\xc7\x22\x61\x59\x0f\x22\x37\xdf\x9f\x24\xce\xd1\x6f\x60\x23\xc4\xa9\x2f\x66\x6a\xf6\x95\xfc\x42\x05\x8a\xc3\x08\x75\x81\x97\x1f\xde\xed\x8b\xbc\xdc\x31\xa3\x17\x79\xb5\x43\x40\xaf\x40\x2c\x95\x8c\x71\x05\x1e\x0d\xb1\xdb\x8b\x37\x4e\x31\xf3\x2b\xac\x51\xdd\x27\x08\x55\xf7\x6f\x22\xa5\x84\x90\x8b\x55\x1c\x1d\x22\x78\xc1\x90\x7f\x58\xb5\x73\x05\x6c\xb8\xf8\xf3\xc5\xb2\x5e\x49\xa4\xeb\x8a\x20\x96\xe2\x18\x17\xef\xa1\x4e\xa0\x76\x41\x41\x3b\x1c\x1c\x79\x45\x96\xe4\x14\x51\xb8\x98\x43\xd9\x0c\xf9\xfa\x18\x72\x49\x3a\x6c\x57\xfa\x08\xb6\x95\x28\x17\xd8\xf1\xf1\x03\x2b\xfa\x96\x5a\x3b\x74\xa1\x62\x83\x63\x0a\xae\xc4\x72\x31\x9a\x03\x3d\x49\x1d\x99\x7a\xe1\x1e\x6a\x8f\xa6\x0b\x39\x8f\xed\x5c\x7c\x81\xfb\x3a\xb5\xc8\x05\x5b\xbe\x33\xf4\x5e\x1f\xf3\x4d\x0e\xb9\xbf\x72\xe7\x14\xfd\x60\x81\xc1\x23\xf0\xec\x15\x77\x39\xd1\xa5\x20\xf9\xf1\xd6\xe6\xdb\xdc\x85\x68\x5b\x95\x60\x1b\x57\x59\x50\x50\x07\x1f\xa7\x6c\xbe\x16\x5d\x60\x94\x76\xe9\xbf\x78\xa5\xb4\xfb\xec\x55\x16\x29\xd5\x10\x8c\x49\xb1\x2a\xe8\x82\xe9\x7c\x1c\x12\x63\xae\x4a\xa2\x24\x19\xe2\xaa\x8b\x54\x6a\xd4\xba\x56\xae\x75\x50\x8f\x6a\xdd\x0d\xaa\xfe\x67\x47\xe7\xa0\xaa\x7f\xb7\x3d\xf3\x6a\xeb\xbc\xf9\x01\x81\xed\xdf\x05\x1f\xa8\xc3\x46\x1e\x21\x0e\x8f\xaa\xfe\x5f\x0f\x9a\x25\x2b\x75\xda\x9d\x12\x45\xfa\xbf\x59\x0a\x23\x3a\x36\xd8\x28\x05\x53\xf6\x8f\x3e\x07\x45\xf9\xbf\x2e\x04\x6e\xe4\x9a\x3b\x7e\x70\xa8\x13\x0b\x25\x48\x5c\xb4\x60\xdb\x73\x0f\x75\xfc\xc3\x8f\x5a\xe7\x62\xa5\x6f\xbb\x1b\xad\xc2\xfd\x76\xb5\x41\xe1\xfe\x60\x2b\x39\x0a\xf7\xbb\xae\xf7\x60\xdd\xfe\xc3\x21\xa0\xd7\x00\xda\x18\xf1\x06\x32\x33\x34\x7f\x40\x4c\xf6\x6f\xf2\x1d\x09\x1f\xd7\xe0\x7e\x49\xb6\x40\xa5\xff\x6f\x08\xbf\x41\xbc\x31\xb0\x4e\x92\x26\x53\xc8\x93\x32\x79\xf2\x1b\xc0\x4d\xcf\xf2\x5c\xa0\xd1\x34\x3e\x21\x29\xa9\x18\xdb\xb8\x10\x9b\x61\x43\xee\x45\x23\xb7\x63\x36\x2f\xa4\x46\xf9\x01\xcc\xc9\x42\xcf\x9a\xe4\xb5\x00\xa3\x65\x5c\xe1\x83\x9c\x27\xcd\xf4\xbd\x8e\xe9\xbc\xe0\x26\x69\x99\xfe\x62\xc1\x50\xbb\x14\x5d\x90\x98\xc6\x11\xfb\xdf\xf0\xa6\x0b\x81\x1e\x16\x6c\xaf\x4f\x9c\x72\x81\xf5\x71\xd1\xa2\x6e\xd5\xd7\x05\x8b\xfa\x70\x68\xd2\x05\xf9\xea\xf8\x39\x6c\x90\xaf\x7c\xa9\xb8\xe8\x56\x69\xa7\xc2\x0b\x6a\xf3\x14\xfd\x7b\xed\x83\x90\xf6\xe6\xe9\xf4\xac\x18\xd9\xe1\xc3\x89\xc0\x8e\xf4\x33\xe4\xda\x6b\x77\x09\x32\x25\x81\xfe\xa2\xb9\xdc\x0a\xb9\x0b\x71\x1b\x3f\xa7\xf7\x41\x5e\x0d\xa3\xd3\xb3\xe6\xa4\x63\xf2\x10\xac\x5e\x05\x84\x27\xeb\xc8\xaf\x87\xd4\xda\xab\x40\xb4\x6d\xb6\xcc\x77\x21\xea\xe2\xe7\xbc\x43\x69\x90\x24\x3f\x5f\x2f\x90\xde\xc8\xf3\x72\x8e\x5a\x35\x64\xad\x1f\x75\xea\xf5\xae\x49\x6a\x0e\xf0\x86\xb4\x67\xe1\x05\xb5\xfc\x70\x28\xc0\x85\x5c\xc1\xc5\xca\xb5\xeb\xe5\x76\xfe\x3c\x98\x7c\xa0\x3e\x27\xb6\xd3\x5d\x40\x9a\xfa\xd9\x2c\xd8\xd6\x7f\x76\x77\x92\x1a\xfb\x54\x21\xc0\xd7\x1e\x67\xd7\x5c\xb3\xd6\xba\x27\x25\x13\x13\x63\x66\xa6\xb3\x2a\xf3\x62\x80\x6f\xf2\xb9\x61\x3c\xaf\xed\x07\xd7\x24\x16\x0a\xa9\xee\x4f\x84\xea\x4e\x90\x77\xa3\xbe\xd7\x61\x0f\xc6\x1b\x3e\x93\xf6\xb2\xbc\x21\x2f\xd9\x27\xe0\x86\x4b\x64\xd2\x59\xbf\xa1\xcc\xf7\xac\xef\x03\x38\x98\xdd\xdf\x02\xad\x3b\xb8\xf1\x41\xd7\x6f\xa4\x65\x6e\xfe\x80\xe4\x5e\xca\xb6\xfb\x93\xae\xb2\xd9\xf9\xcd\x02\xa7\xd6\x52\xde\x50\xff\x27\xc9\x8d\x37\x9c\x28\x0d\x95\x1b\xea\x7f\x6f\xee\x1d\x0a\x7e\x7b\x00\x52\x40\x4f\xf1\x93\xb5\x9a\x53\xd9\xde\xb0\x96\x1f\x8e\xd6\xbe\x03\x91\xda\x50\x5a\xca\x11\x29\x46\x6f\xd8\x00\x92\xd4\x29\x77\x24\xc1\x92\x1a\xea\x66\x49\x55\xab\xec\xef\x48\xc0\x6b\xd6\x10\xce\x52\x76\x8f\x14\xce\x9a\x5f\x20\xc2\x78\x2b\x58\xf4\xcb\x7a\xce\x3b\xf2\x4e\xe1\x85\x44\x22\x8c\x41\x05\x03\x7b\x09\x7e\xe1\xc5\xa0\x9e\x14\x22\x0f\xc5\xad\x6f\x58\xd0\x93\x64\xb5\x9b\x9e\x9b\x0e\x7c\xbd\x29\xee\x49\x91\x71\x2f\x71\x4f\xdc\xe5\x5e\xda\x17\x23\x08\x73\xf8\xd9\xd9\xf3\xa6\x51\x5d\xa2\xcf\x8d\xb0\x66\xb3\xa3\x3b\xb1\xc0\x84\x87\x20\xdb\x6d\x9e\x14\x16\x21\xf5\xcc\xcd\x48\xa2\x1f\x9c\x66\x54\xb3\x95\xa9\x37\xac\xee\x87\x19\xd4\x9d\x29\x2a\x79\xa1\x30\xc3\x27\x09\x7c\x77\x6e\xf8\xed\x1e\x10\x8b\x6d\x0c\x61\x5d\x57\xab\x5f\xef\x82\x90\x2a\x2f\xbb\x50\x50\xfa\x3b\x7f\xef\x9b\x46\x0a\xc7\x34\xdf\x85\x02\x8c\xa8\xe4\x5d\x10\x07\x70\xb8\x7f\x12\xe6\xe2\x17\x00\x46\xf1\xdc\x9b\x65\x30\x2c\x67\xdf\xac\xfc\xea\x74\x8c\x77\x21\x96\x4b\x3b\x73\x97\xb5\x28\x0f\x42\xaa\x28\x85\xcf\x0d\xf7\xce\xe4\x69\x56\x5e\xd0\x44\xac\xef\xba\x96\xed\x37\x16\xf5\xf6\x1b\x84\xac\xe6\xbd\x64\x52\xf1\xa4\x9b\xa5\x5e\x7f\x4e\x46\xe3\xd9\x92\x20\x76\xb3\x94\xab\xdd\x86\xee\xc6\xdd\xd3\x18\x6d\x1d\x1d\x3f\x00\x55\xf3\x4a\x99\xf0\xd8\x11\xb0\x37\x3d\x30\xed\xbb\x72\xbf\xa8\xef\x2e\xfa\x7e\x33\xf4\xcf\x11\xab\xf7\xcb\x75\x08\x34\x28\xc5\x64\xbd\xf4\x8d\xfb\x7c\x92\x7c\x79\xbf\xa0\x8b\x92\x83\x6f\x32\x18\x49\xbd\xf7\x5c\xab\x54\x87\x28\x5f\xed\xe4\x1e\xf7\xc4\x1d\x43\x3a\xc5\x7b\x22\x78\xca\xe4\x81\x09\x24\xac\x6b\xbf\x17\x3f\xd1\x49\x7b\x96\x6a\x5c\x47\xf1\x81\xad\x57\x35\x72\xc7\x43\x66\x20\xb8\x3e\x47\x43\x36\xc1\xa8\xdf\x00\xa3\x84\xe8\x87\xcc\xa1\xba\x9d\x38\x27\xa9\xec\x81\x16\xdc\x02\xc9\x43\xd3\xae\x03\x68\x1f\xd2\x76\x31\x83\x87\xb4\x5b\x2c\xf0\x09\x4c\x1b\xe9\xdf\x14\xcc\xa4\x55\x78\x70\x09\x76\xfe\xe5\x07\x59\xae\x1c\x9d\xf2\x44\x2e\x49\x4b\x86\xa9\x35\xeb\x12\xfd\xc0\x77\xdd\x25\x7f\x1e\x9a\x5e\x7f\xbe\xbf\xb1\x02\xf7\x4f\xf6\x25\x05\xc3\x93\x28\xcb\x4a\xbe\x79\x12\x37\x52\x64\xfa\x49\x14\xda\x75\x51\x7f\x12\x63\x9b\xdd\x05\x17\x25\x25\xf7\x93\x28\xd5\x27\x7f\x01\x92\xd7\xfc\x05\x57\x2d\x28\x20\xaf\x43\x12\xcb\x7c\xf2\xda\x69\x4d\x2a\x93\x1d\x49\xb6\x7c\x78\x49\xf6\x46\x64\x5e\xa1\x86\x1f\x00\x70\x5e\x05\xd3\x5c\x99\x24\x3e\xf0\x80\xb7\x95\xed\xc9\x3c\x53\xa2\xba\x0f\x2c\xb1\xce\x4d\xf9\xf0\xd2\xac\x23\xf6\x14\x2a\x73\x0c\x5b\x54\xf2\x49\xc6\x57\x50\x2c\xe7\xe7\x7b\x16\x39\x12\xd1\x7d\x2a\x60\x2f\x9a\xf7\x7c\xe4\x28\xb5\x9f\x76\x6e\x85\x08\xda\xb3\xc8\x53\xf1\x1b\x00\xc3\xcf\x0b\x0b\x0c\x9a\x43\xe5\x75\xb5\xf8\x8d\x93\x7b\xe3\x2e\x78\x77\xf0\x24\xee\xef\xdc\x1a\x0c\x15\x7b\xe5\xdd\x6f\x14\xd1\x04\x06\x44\x51\x26\x63\x74\xa3\x24\x69\x30\xc0\x5b\xdc\xa6\xc0\xa7\x51\x61\x25\x59\xf4\x69\x34\x3f\x17\x77\xf9\xf2\x81\xe6\xc4\xbc\x0c\x63\xfc\x55\x1a\x86\xa7\x93\x1b\x49\x7b\xf5\x30\x75\xbb\xad\x5b\x0f\x72\x22\xa4\x9f\x17\xb8\x73\x6e\xe7\x65\xda\x07\xbf\x53\x72\x15\xe7\x78\x58\xec\xc6\x2a\xef\x87\xa9\xa6\xc4\x40\x1f\x24\x92\x4a\x36\x5f\x3c\x83\xda\x0c\xf1\xe0\x87\x0e\xe1\x87\x74\x68\xcf\x20\xa0\xd4\x05\xd3\x1a\x1c\x06\xfd\x89\xdd\x96\x42\xec\x39\x31\x6d\x99\x2f\x9e\x55\x76\xe6\xf0\x03\x10\x71\x8f\xc0\x24\x04\xf6\x47\x78\x4e\x96\x56\x3a\xfc\x00\xbb\x2d\x2a\xfe\x2c\x83\xb8\xf8\xdd\x73\x61\xbb\x8d\x60\xb0\x7f\x1f\x3f\x1f\x90\xb9\x79\x15\x17\xce\xd9\xf0\x0b\x5c\xb6\x57\x71\x7d\xcb\x76\x36\xb9\x07\x49\x0a\x92\x21\x7b\xad\x49\x7b\x0a\x64\xfc\x5e\x37\xb3\x12\x38\xf6\xfa\xb9\x0f\x7e\xa2\x37\x6e\x9c\x5d\x23\xc0\x1d\x31\xa6\xe6\x70\xaf\x83\xe5\x17\x08\x6a\x8d\x89\xdb\x6f\xf6\x6e\xae\xdb\xaf\x58\xf2\x73\xaf\x65\x09\x30\xab\xcc\xf4\xe1\x2e\x27\xba\x10\x60\x9e\x84\xdf\xfa\xe0\xa1\xe8\x29\x96\xfc\x7c\xb7\xd9\xe6\xac\xdb\xcf\x83\x4a\x61\xde\xdd\x87\x14\xcb\x93\x7c\xb8\x9b\xd2\x43\x3c\x4c\x11\x6a\xae\xfd\x2c\xd3\x80\x01\xf1\xf2\xb4\x1a\xda\x2f\x25\x62\xdd\x1c\x9f\x97\x2b\xf7\x17\xcb\xdf\xc4\x5f\x50\x37\xac\x0b\xcb\xb3\xae\xab\x92\x0d\x1e\xb8\x82\xe7\xc3\x5f\xac\x79\xfa\x05\x82\x46\x2b\x67\xd9\x46\xeb\x1f\x9f\x89\x88\x2b\x13\x6b\xe4\x00\x3d\x7c\x01\x7e\xe8\x0b\xfe\xc3\xcb\x61\xa9\xcf\xd2\x3f\x3e\x90\x26\xec\x50\xf4\xc0\x18\xe0\x08\xa9\x67\x62\x8e\x06\xdd\x5c\x73\xdc\x70\x78\xe9\x69\xe6\x70\xf1\xf7\x58\x80\x18\x7a\x70\xf2\x8d\x43\x0f\x1e\x3e\x88\x7a\xb0\x3a\xdd\xa0\x7a\x99\xa4\xd3\x22\xc9\x8b\x82\xcf\xc9\xaa\xa5\x37\xc0\xfa\x23\xed\xd6\x4b\xbd\xba\x63\xa7\x5f\xa6\x68\xb0\xa4\xf6\x7e\x97\xbd\x96\x3d\x71\x24\xd1\xc9\x1e\xb3\xd1\xea\xa9\x1e\x11\xdd\xe3\x62\x68\x6f\x5b\x1c\xc2\x2f\x5c\x1c\xd2\x3d\x7c\xb2\xa0\x73\x2d\xbe\x8d\xb0\xf3\x07\xab\xec\xdf\xfe\xdd\x57\xea\x02\xbd\x80\xe0\x1e\xbb\xc1\xbf\x08\x38\x1f\x0e\x4c\x7e\xa1\xef\x4c\x56\x4f\xbd\x1d\xdb\x69\xb0\x40\x15\x99\x45\x4c\xdf\x81\x03\x2d\x5e\xfc\x0e\x44\x57\x4b\x14\x44\xd9\xff\x96\x45\xd0\x5f\xba\x2b\x1d\x3f\x0f\x18\xa8\xec\x0e\x3b\x5f\xf0\x83\x05\x05\x4f\x01\xab\x8e\x7f\x75\x43\x7a\x97\x5e\x53\x22\xd1\x3b\xa0\xa9\xf6\x36\x9e\x0b\x81\xb5\x0d\x27\x67\xec\xdf\x9f\xbc\x9c\xc4\x97\x5f\x96\xd5\xb0\xb4\xfb\x82\x1b\xe4\xe8\xdf\xa0\xab\x3a\xa7\xef\x49\x36\xeb\x6d\x39\xb9\x00\xc1\x78\x31\x03\x51\xcd\xf7\x64\x38\x84\x64\x85\x77\x29\x3e\x25\xb4\xbf\xf0\x86\x4a\xbe\x99\xbe\x50\x74\x3a\xaf\xd8\xfb\xb1\x83\xe6\x9c\x7c\x2f\xb8\x41\x8e\xfe\x0d\xe2\x91\xfd\x1b\xe5\x1a\x7d\xc8\x50\x1e\xb8\x79\x8e\x1f\x33\xc8\xed\x67\x02\x3c\x62\xc1\x0f\xe0\xa2\xda\x3c\xa1\x89\x62\xbf\x82\xf3\xcd\x20\x12\xef\xeb\x8d\x64\xbd\x3f\xbf\x17\x66\x08\x8e\xf7\xc2\x04\xcd\x11\x69\x04\x7f\xd2\x77\xbf\x48\x48\x63\x37\xd8\x17\x81\x40\x55\xb2\xc0\xfb\x50\x3d\xac\x0e\x50\xd2\xcc\xb7\xe5\x17\x6a\xcd\x9c\xfc\x9b\xb2\x83\x57\xfd\xf4\x7f\xfe\x94\x9a\xfd\xc2\x80\x53\xab\x7f\x53\xab\xa9\x35\x3c\x9c\x90\x96\x00\x57\x29\xa7\xd6\x78\x1f\x90\x88\xe4\x09\x4d\x42\x51\x33\xfe\xf8\x44\xcb\x52\x39\xbd\x2f\x35\x10\x22\x97\x2f\x52\xcb\x64\xef\xc3\x52\x6a\xea\xa2\xf2\x22\x83\x60\xfe\xf9\x80\x32\x5d\x75\x97\xa0\xf9\x06\xd2\x5c\xb8\xe5\x07\xa8\x66\x6a\x39\xf1\x9d\x54\x06\x4a\x51\xf2\xc2\x24\x9c\x7f\x7e\x13\x6e\xc9\x0f\xb8\x75\x62\x4d\x2f\xa2\xba\xb3\x58\xea\x3b\xd7\xc2\xf7\x17\x73\x51\x79\x51\xcb\xc9\xa8\x6d\x87\xef\xcf\x65\x80\xcd\x7e\xe3\x45\x9d\x92\xa8\xdf\x54\x6a\x6a\xb7\x66\xa0\x46\x40\x97\xb2\x19\xd6\xca\xfc\x06\xef\x3b\xba\x06\x4e\xf8\x43\x39\xad\xe1\x0c\x0b\xfe\x9a\x05\x2e\x9a\x59\x68\x3d\x17\xdf\x48\x7e\x81\x1b\xa2\x1b\xd2\x0c\xbc\x09\x34\x7f\x42\x01\xe5\x67\x10\x0a\xe6\xd9\x0f\x26\xdf\xd8\x9b\x3a\x11\x75\x63\x47\xc2\x09\x35\x62\x96\x9c\x3e\xe3\xda\x21\x7f\x40\x3d\x90\x2e\x72\xa8\xdb\xdf\xb2\x50\x1f\x45\xf9\xbf\x59\xa9\x8b\xc4\x95\xea\xc2\x82\x1a\xfb\xe1\xe7\x44\xa3\xa6\xfe\xf7\x40\x4b\x65\x51\x7d\x67\x64\x40\x51\xfd\x94\x7f\xbe\x40\x91\x23\x63\xef\x4c\x8b\x6a\x68\x9e\xb8\xa0\xe6\xe2\x2e\xb9\x72\x21\xe3\x5c\x4a\x3a\xf1\x3c\x54\xcd\xff\x1e\xa8\x0b\x78\x0f\x0f\xe7\x7d\x40\xdd\xfc\x98\x7e\xf0\x20\x83\x20\x17\x77\x71\xfd\xf3\xa7\xd8\xbf\x95\x65\xf1\x9d\x75\x77\x32\x12\xc6\xa0\x81\x03\x94\x2b\x04\xce\x42\xd4\xd4\xa5\x18\x55\xf2\x5b\x2e\x7f\x15\x23\xbb\x2a\xe8\x3b\x09\xc4\x2c\x44\x21\xe3\x58\x59\x90\xd7\x84\xa8\xb4\x73\xfe\x80\x59\x28\x2a\x18\x0d\xa9\x93\x73\xda\x84\x59\xc8\x53\x8c\x53\x15\x92\x9c\x5f\xa8\x90\x82\x25\xa1\xce\x4a\xb6\xd6\xfd\x60\xb0\x4b\x4d\x0b\x3e\x52\xd9\x48\x88\xbc\x3f\xb9\xba\x7d\xcd\xc1\x2f\xac\x39\x08\x70\x95\x27\xd4\x78\xcb\x0a\xb2\x4e\x6c\x30\x1b\xb7\x5b\x57\xf1\x89\x5b\x6e\x16\xf5\x9a\x8d\x8c\xcf\x88\xdd\x88\x0f\xe2\x7c\x13\x4a\xbd\xec\x43\x8f\xe4\x40\xb9\x7a\x08\x1e\xbf\xe2\x17\x1e\x3e\xd0\x98\x1d\xc9\x7f\xbc\xb0\x4e\xa4\xf4\xd1\x18\x24\x2c\xa2\xfb\x73\x50\x88\x90\xce\x62\x52\xec\x31\x5d\x59\x62\x8f\xcf\x1f\x2b\xac\xda\x3d\x79\x22\x08\xd9\xf6\x8e\xf9\x49\x39\xc5\xce\x5f\xf3\x13\x64\x3e\xd8\xa9\x07\x24\xe3\xcb\x26\x2b\x27\x89\x9b\xcf\x12\x83\x92\xad\x17\x99\x27\x61\xe7\x83\x70\xf2\xce\xe1\x4f\x10\x49\xf4\x93\x61\x61\xb2\x60\x96\x59\xec\x64\xa6\x3a\x0b\x2f\x13\x16\xce\x62\x9f\x33\x54\xf9\x0f\xd9\xd7\x6b\x96\xf5\xcf\xb6\x16\x4e\x44\xf1\x1c\x8a\x31\x3f\x1b\xee\xae\x45\xa9\x24\xce\x8b\x5a\x70\x25\x72\x98\x1d\x8a\xd7\x92\x37\x3a\xcf\x8e\x40\xf6\x92\xf7\x4c\x27\xa2\x47\x42\x52\xda\xf9\x39\x20\x9f\x27\x5d\xeb\x27\xa2\x37\xbe\x89\xe5\xfd\x20\xd2\xe1\x6b\xcb\x82\x73\x44\xfa\xce\xef\xab\xe1\x1c\xb0\x4a\x24\xdd\xf4\x27\xfd\xf1\x93\x0c\xbc\x73\x00\x83\x93\x4c\x23\x73\x20\xcb\x53\x96\x12\x64\xc2\x21\xbf\x29\xab\xe8\x1c\x08\x3f\xcf\xba\x0a\xce\x81\x7d\xca\xba\xc1\x4e\xf8\x9d\x37\xa5\x63\x9d\xf0\x12\x0f\xae\x26\x37\xe1\x92\x1d\x92\x14\x12\x73\x40\x49\xac\x7a\x20\x93\xbe\xcb\x49\x4e\x1f\x13\x6e\xc5\x5d\xb7\xac\x09\xb7\xe2\x2e\xb1\x7d\xc2\xad\xb8\xa9\xac\xc9\xa4\x57\x71\x96\x93\xd0\x84\x57\x71\xcf\xdd\x1f\xa4\xef\xb7\x16\x71\x7e\x8c\xb2\xe7\xad\x6d\x98\x67\x60\x00\xee\xe1\x17\xea\x3f\x7f\x7a\xd1\x7e\x9d\x1f\x9f\xec\x4a\x1f\x34\xcf\x8f\x09\xf6\xb2\x8f\xd4\x3c\xbf\xfb\x56\x2f\xdd\xdf\x3f\xdf\xef\x9f\x09\xbd\xf8\xed\x01\x91\x06\xc3\x2b\x8c\x48\x7e\xb9\x49\xe6\x84\xd3\x71\xaf\xc9\xed\x2c\xa0\x5a\xfd\x80\xd5\x4a\x35\x81\x88\x24\xd9\x49\x20\x61\x95\xd0\x7d\xdd\x9b\x70\x49\xee\xd5\x0b\x88\x28\x13\xe2\x09\x47\x7a\x07\x7a\x02\x0f\x84\xd1\xbd\xcb\x70\x59\x0e\x49\x84\x6b\xd2\x67\x39\x25\xcf\x08\x1a\xe1\x24\x35\xd2\x84\x13\xf3\xf7\xc0\x7d\x40\x86\x96\xd5\x74\xc2\xab\x39\x24\x71\xc7\x09\xaf\xe6\x56\xcb\xdf\x54\x85\x9d\xf0\x78\xfe\x66\xa0\x35\xc3\xe5\xd9\x81\x1b\xf3\x84\x0c\x90\x44\xe8\xe6\x09\x19\x20\x25\x2f\x1b\x66\xb8\x24\x25\xc4\x3c\xe9\xa7\xa5\xdc\x6a\xf3\x4c\x3c\x98\xd1\xa3\xbc\x7c\xe0\x49\x4f\xf6\xa1\x61\x33\x61\x55\x05\x89\x4c\x58\x19\x1f\x33\x61\x95\x34\xb1\x4c\x58\x15\x81\x37\x13\x56\x4d\xc0\xcb\x84\x55\xd4\xc4\xa0\xba\x56\xa1\xc9\x09\x6f\xeb\xaf\x4f\x77\x41\x70\x64\x7f\x41\x91\x68\x68\xe6\x10\x35\xda\xcf\x17\x84\x46\xf3\xc4\x79\x74\x7d\x0e\x32\xa1\x91\x3d\x2d\x42\x23\xf9\x01\xa1\x31\xb4\xd6\x42\x68\x14\x75\x5a\x08\x8d\xe2\x37\x08\x8d\xa8\x3e\x0a\xa1\x61\x6c\x2d\x84\x46\x16\x88\xcb\xc2\x1c\x3f\x20\xed\x2b\x9a\x69\x21\x38\x7c\xe4\xe8\xc6\xfd\x83\x2e\x85\xd8\xd1\xfc\x80\xd8\x51\xdc\x29\xac\xfa\xe1\xa7\x0f\x66\xa0\x33\x04\xcb\xda\x7b\xc1\x98\x85\xf3\xe5\x32\x31\xcf\xca\xd5\x9a\x58\xd5\xb5\x5a\xbf\xc1\xd5\x8a\x17\xc0\x1d\x3c\xf8\x12\x3f\xe1\x0f\xfe\x8d\x22\x74\x81\xcf\x5b\x91\x66\x72\x9e\x95\xab\x8d\xfe\x84\x9b\xdf\xfc\x09\x57\x6b\xc4\x86\x80\xa4\x22\xcf\x13\x4e\xe4\xc1\x0e\x50\xf3\x44\x74\x71\x8e\xc6\x5a\x88\x4c\x49\xc9\x7a\x26\x5c\x59\x87\x61\xfe\xa2\x1a\x9f\x7c\xc2\x27\xb4\x52\x4d\xb1\x5b\xf3\x85\xe1\x5d\xa2\xec\x7c\x13\x58\x87\xa8\xe4\x3c\xc2\x3f\x7f\x74\x21\x9e\xb8\x65\x75\xa9\x46\x27\x2e\x59\xd2\x71\xcd\xb9\x12\x63\xe9\x27\xb3\xb9\xe8\x27\xb3\x3a\xe8\x67\x43\x5f\xfe\x18\x91\xcf\x5d\x3f\x51\x5a\xcb\x7d\xdd\xff\xfc\x31\x31\x9d\x07\xea\xf2\x27\xfd\xfc\x24\xf0\xe4\xae\xe7\x3f\x7f\x54\xd1\x69\xce\xc0\xaa\x5c\xfa\x89\x6f\xf5\x72\x60\xed\x17\xfd\xfc\xbe\xdd\x37\x8e\x89\x9b\x93\xea\x6c\x4f\xdc\x50\x14\xd5\x3a\x71\x41\x31\x49\xc7\xf5\x44\x96\xd3\x89\xcb\x89\x4a\x29\x4e\xdc\x4d\x54\xe2\x6f\xce\x8f\x26\x49\x49\x3c\x67\xf9\x7a\x16\x82\xcd\x82\x9e\x35\xc9\x0f\xef\x95\x93\x7f\x42\x3a\x57\xfe\xa4\x39\xe1\xda\xa4\xd3\x3b\xdf\xf4\xf5\xac\x69\xbc\x19\x80\xf6\xdb\xd8\x16\xbf\x8d\x1c\xb9\x04\x56\x98\xa8\x1c\xde\x77\x66\xd9\x30\x23\x2e\xd6\xc7\xb6\xe6\x86\xc9\xe2\x88\x61\xdf\x04\xc2\x44\xfa\x9b\x10\x77\x28\x54\x3c\x0e\x98\x63\xd3\xce\xfa\x18\x8f\x03\x79\x26\x15\xd1\xf5\x3d\x80\x0c\xb3\x75\x72\xf1\x60\x29\xff\xb6\xad\xca\xdf\x03\xfa\x5a\xe6\xbf\x08\x43\x8a\x07\xeb\xf2\xe7\xed\x44\x19\x0f\x14\x50\xff\x24\xd3\xb6\x1e\xa0\x86\x73\x3c\x76\x76\xe2\x78\xa0\x1c\x6e\x48\x5d\x6f\xc4\x40\x53\x65\xd9\x7d\xa0\x68\x50\x90\xa7\x7b\x3c\x58\xa1\xa5\xed\xac\x0a\xf1\x48\x9d\x0f\xba\x3e\x99\x5c\xe8\xd8\xa3\xac\x3c\xf5\xdb\x79\x3a\x1e\xe5\x58\x6f\xec\x4f\x0a\x78\x55\xde\x79\x15\xe2\x81\x7c\xd2\x1f\x88\x36\x28\x0a\x23\x0f\x92\x80\x55\xb7\x70\xb5\x01\x5e\x69\x5c\xde\x69\x34\xe3\x51\x5f\x7a\x16\xf5\x0d\x70\x24\xf9\x0a\x6d\xc7\x65\xc5\xa3\xd1\xe9\x6f\xdf\x9c\xe2\xc1\x8c\x26\xf2\xf2\x8b\x47\x07\x67\x96\xe3\x60\x3c\x3a\x0c\x40\xf2\x90\x8b\xc7\xa0\x95\x7d\xa7\xa5\x88\xc7\x80\x41\x50\xde\x69\xf1\x18\x4c\xfe\x14\xb4\x2f\x08\x1e\x0d\xf2\x67\x8b\xc7\xa2\xac\xbb\x5e\x5b\x3c\x4e\xe6\x7c\xde\x54\x31\x1e\xf0\x3f\x0f\x72\x0d\x8b\xc7\x85\x6c\x4a\x69\x17\x93\x88\x07\x9c\x32\x43\xda\x81\x14\xf1\x80\x51\x39\xc8\x49\x22\x1e\xcf\xda\xfd\xb1\xfb\x78\x58\x8a\x63\x73\xab\x78\xbc\x98\x87\x4c\x8b\xdf\x03\x0e\xab\x6d\x78\x99\x4a\x6a\xb3\xe2\x78\xcc\x42\x98\x6e\x74\x08\x2c\xbf\x2a\x8d\x7d\x0c\x91\x92\xca\x8e\xd3\x8f\x21\x82\x49\x4a\x67\x1f\x43\x64\x0a\xaf\x2d\x48\x7f\x0f\x2e\xbe\xd1\xf6\x03\xb8\x46\x4a\xdb\x1b\x03\x6a\xbf\x05\xe9\x87\x63\x88\xf0\xce\x93\x1a\x32\x86\x04\xe7\x85\xda\x17\x5d\x8e\x81\xc5\xa7\xa4\x37\x8c\x01\xb5\xa4\x82\x14\x8b\x31\xa4\x9b\x0f\xf2\x1e\x85\x65\x02\x5a\x5e\x76\x99\xef\xc1\xcb\xe2\x6c\x7b\xa6\x65\x4d\xac\xed\x37\x6a\xe6\x83\x0d\xb1\x80\x1c\xa3\x9f\xe4\xb6\x47\x41\x5e\xc4\xd0\xf2\xd8\x9f\x20\x3d\xde\xf7\x60\x03\xa8\xe3\x7a\x58\x77\xfe\xe3\x18\x18\x43\xdb\x4a\xdc\x8b\x43\x00\x61\xeb\xfa\x7d\x33\x6b\x48\xd9\xc4\x26\x3c\x0c\x1d\x28\x9b\x1c\x85\x85\x0d\x25\xef\x4f\x68\x9e\x6f\x25\x6f\x70\x3c\xb0\xac\xb4\x9d\xa9\x33\x86\x67\xf0\x8d\xe2\x07\x37\x1f\xec\x99\xd3\xc6\xdb\x76\x9a\xe8\x18\x1e\x20\x61\xdb\xc1\xf4\x31\xd0\x64\xd7\x76\x6a\x8f\x18\x5e\x56\xe6\x28\x02\xe9\x9b\x08\x1f\x4d\x0c\xac\x28\xb4\xd2\xf4\xa0\x71\x71\x9b\x04\x85\x09\xd7\xcc\x56\x16\x35\x8e\x31\x10\x5f\xf6\x3d\x26\x46\xd4\xcf\x0d\x43\xb4\x20\x26\x76\x5a\xfd\x00\x19\x44\x5a\xdd\xf4\x24\x56\xa6\x9f\xdc\xfa\xd8\x18\x2b\x9c\x4a\x5b\xdd\xa7\x34\x22\x91\x4a\x68\xbb\xaa\x6f\x8c\x4c\x4b\xd2\x76\xd2\xfb\x18\x07\xcc\xe8\x6d\x17\xb2\x8c\x91\xa1\x64\x6d\xb3\xb0\x18\xaf\xcc\xe0\xe6\x8d\x1e\x91\x1e\xe2\x6d\x17\xf9\x88\x91\xee\x8f\x32\x42\xc4\x08\xdf\xc5\xef\xc1\xda\x86\xb8\x8e\xed\x76\xd8\x8e\xf1\x65\x4c\xc6\xd6\x5b\xc5\x38\x91\x70\xf4\xd8\xa9\x2f\x63\x62\xd1\xef\xb6\x0b\x8d\xc6\x14\x88\x51\xdb\x65\xee\x7b\xc0\x6d\xd8\x47\x3f\x85\xc9\x34\xca\x1b\x1e\x29\xc1\x13\xac\xed\x50\x8e\x98\x58\x7f\x28\xef\xbc\x8d\x31\x25\xa6\xae\xdf\x91\xd6\xdf\x83\xf5\xc9\x5f\x58\x99\xbe\xb7\x39\xa7\xaa\x11\x9f\x95\xc9\xd9\x03\x9c\x7c\x10\xf5\x60\xf2\xc1\x5e\x57\x22\x5d\xd8\x45\xef\x62\x4a\x93\x9a\x95\xb8\x3f\x59\xcc\xa8\x75\x3f\xb8\xf8\x60\xf7\xc1\xa2\x29\xad\xed\x2d\x49\x99\x6e\x74\x4d\xb0\xc9\x1c\x65\x17\x1c\x89\xa9\x30\xf4\x72\xdb\x34\x62\x42\x55\x88\xd0\x76\x22\xf9\x98\x0a\xe1\xbb\xa3\xb3\x63\x62\x96\xf7\xd6\x05\xdf\x8a\x5b\x61\xdb\x79\xa4\xbe\x07\x74\x28\x1d\x7a\x83\xb4\xa5\x6b\xd3\x1a\x82\xa5\x5a\x17\xc4\x90\x7f\x34\xb4\x9d\xcb\x30\xa6\x06\xc6\x5a\x87\x66\xca\x9c\x8f\x75\xc7\x11\x7f\x0f\x56\xfe\xc4\x3d\xd3\xb6\x0a\x81\xef\xf3\x97\x90\xda\xec\x13\x1e\x34\x2c\x13\x8d\x75\x41\xbd\x13\x45\x77\x96\xa3\x98\x90\x8a\xe9\x7b\xb0\xfb\x38\x07\x57\xbb\x45\x80\x74\x43\xf5\xd4\x76\x62\x92\x98\x6e\xa8\xc0\x72\xd4\x6a\x6f\xec\x5c\xda\x21\xf3\x31\x3d\xa8\xf4\xdd\x76\x74\xe8\xf7\x00\x31\xf3\x5b\xb1\x14\xd3\x93\xf9\x86\x00\xf4\x10\xa5\x76\xce\x9e\x98\x1e\xca\x26\x43\x07\xe1\x21\x2d\x19\xda\x86\x09\xf7\x9d\xb6\x9d\x11\x63\x3e\x32\x0f\xd3\xc6\xea\x7c\xd0\x17\x66\x7b\xcf\xc4\x1c\xa0\x28\xea\xdb\x1c\x1a\x73\x60\xc9\xd6\x1d\x01\x13\x73\xc0\x5a\xfa\x36\x8c\xc7\x8c\xc2\xa1\xdf\x25\x66\xcd\x34\x27\xe8\x08\xfb\xf6\x93\x8e\x99\xb5\xbb\xc4\x36\x72\x65\x7d\xc7\xad\xb3\x8d\x99\x19\xb6\xfb\xd6\x65\xc6\xcc\x14\x74\x2a\xf9\x1e\x73\x67\x9a\xc7\x5d\xdf\x22\x66\x5e\x93\xfb\xb6\x85\xc7\x7c\xb1\xd4\xf4\x36\x3e\xc4\x7c\xb1\xec\xcd\xb6\x03\xc4\x4c\xff\xed\x2e\xda\x92\x1f\x24\x50\x4b\xdb\x49\x2b\xe6\xf7\x58\x36\x8f\xae\x07\x58\x6c\xf0\x03\x08\xcb\x7d\xe7\x86\x8c\xf9\x65\x5a\xd0\xb0\x71\x2e\xbf\x2c\x8e\x17\x34\xf5\xb9\xac\x65\x9b\x91\x94\x83\x75\xb8\x77\x7a\xb0\x58\x0e\x26\xce\xda\x39\xd3\x62\x09\xf0\x02\xef\x3b\xff\x57\x2c\x01\x09\xc4\xfb\x4e\xd5\x18\x4b\xb8\xb9\xfc\xa1\x4f\x58\x31\x76\xa7\x4d\x8c\x05\x65\xd6\xbf\x07\xbb\x8f\xc8\xc0\xef\x9d\xbf\x20\x16\x16\xa7\xea\x12\xb2\x4b\x66\x41\x99\x7d\xb3\x88\x25\x33\x39\xc4\x76\xba\x8d\xa5\x1c\xeb\x8d\xfd\x09\xea\xb1\x84\xbe\x7d\x2f\x62\x61\x1e\xfc\x2c\xb9\xbc\x34\x0a\xd9\xc2\x97\xd2\xb8\x96\x9d\x42\x20\x96\x06\xb1\xa2\xef\xe0\xfd\x58\x98\x53\x6b\xd7\x81\x8d\x65\x50\x98\xd9\x37\x94\xef\x01\x15\xc6\x5b\xfa\x2d\x2b\xed\xc5\xbe\x17\xc7\x82\x60\xde\x90\x76\x4c\x7a\x2c\x27\xd3\x36\xed\x6c\xac\xdf\x03\x7e\xb2\x74\x13\xb1\x9c\x4c\x7b\xb8\xd3\xb1\xc6\xc2\xe0\xa1\xae\x63\x5c\x6e\x90\xd7\xbe\x23\x04\x63\xb9\x41\x70\xfa\x56\x18\xc7\xb2\xa4\x88\x6d\xf8\x8c\xe5\x25\x8c\x93\x56\xff\x12\x4d\x25\x96\x97\x17\xc2\x4b\x4f\x9a\xe9\xcb\x12\xe3\x5b\xd1\x10\xcb\x7b\xaf\x37\xf6\xd4\x5f\x66\x9a\xdc\xda\x9c\x58\xde\x77\x3d\xd8\x9d\x4e\xe6\x62\xde\xce\xf0\xb1\xe0\xfa\xf9\x3d\x88\x7f\xc1\xbe\xca\x24\x38\xb7\xbe\x24\x96\x09\xd9\xa7\x6f\xbd\x62\x2c\x93\x25\xe2\xb6\x96\x2a\xd6\xe3\xe0\x00\x9b\x1a\xd5\x03\x76\xcf\xbe\xf5\x6d\xb1\x1e\xcc\x54\xb3\x5d\xf7\x62\x3d\x50\x81\xb8\x6f\x4f\x8b\x58\x23\xd0\x3e\xed\xf4\xcb\xb1\xc6\xca\x6b\xe5\xbe\x8f\xd5\xd8\xd8\x47\xd7\x27\xac\xb2\xb4\xbd\x1e\x63\x4d\x79\xd5\x0c\xde\x7d\xb0\x32\x5d\xdf\x2a\xb9\x58\x51\xba\x21\xf4\xed\x25\x13\x6b\xe5\x65\x73\xbb\x0b\xc5\x8a\x54\xd7\xa1\xef\xcc\x8b\xb1\x76\xa6\x65\xcf\x5a\xdc\x4a\xd8\xb5\xed\xd7\xb1\x0e\x6a\xdc\xaa\x1f\x90\xfa\xe4\xb2\xfb\x80\xda\x3f\xe4\x9d\x0e\x3b\xd6\xb1\x3a\x15\x80\x4e\x9e\xd8\x2c\x00\x2d\x7d\xda\x2e\x97\x14\xeb\x89\x3a\x9b\x7d\xa7\x49\x8e\x75\x05\xfc\x6f\x9b\x5b\xac\x27\xf9\xd9\xa1\x37\x18\xdb\xd1\xf2\xc6\xea\x7a\xb3\x0a\xe9\x2e\x7a\x17\xeb\x4d\x43\x52\xf4\x03\x4e\x6c\x47\x7b\xc4\xfa\x92\x17\x1d\xda\x86\x85\xa2\x65\x5f\x59\x2a\xed\x5d\x5d\x32\x7a\x9d\x08\x4a\xea\xbb\x5c\x5b\x6c\xc7\x64\xfd\xbf\x7d\x54\x5a\x60\xbe\xcc\xad\xf0\x8f\x2d\x24\x56\x7e\xd8\xac\xb8\x51\x44\xea\xbb\xd6\xf2\xf7\xe0\xe2\x83\x63\x3f\x20\x2f\xaa\x9b\x3e\x35\x54\x04\x0c\xbd\xee\xb3\xf3\x5d\x80\xf8\x60\x77\x5a\x99\x34\xb3\x6e\x4c\x6e\x15\x9e\x5f\x7d\x2b\x9b\x62\x63\x95\x9b\x5e\xb7\x2c\xd8\x58\x96\x43\x85\x06\x62\xab\xa8\x9b\xd5\xb7\x1b\x48\x6c\x8d\x6c\x62\xeb\x82\x62\x5b\xb9\xd0\x77\x85\xf6\xd8\x90\x74\xfb\x7b\xb0\x80\xdc\x46\xe7\xb0\x5b\xfe\x6b\xc8\x5f\xf4\x09\xba\x1b\x40\x67\xe7\x4c\xb7\x30\xd7\x2e\xd6\x7c\xd8\x8a\xaf\xef\x01\x86\xdd\xf9\xbf\x62\x63\x28\xa0\x6c\x0c\xb1\xdd\x89\x71\xd8\x82\xc7\x0d\x29\x5e\x81\xb8\xb1\xc1\x4b\x38\x1e\xbb\xb0\x59\x6c\x0f\x52\x19\xcb\xd1\x2d\xb6\x37\xac\x07\xfb\x93\xc9\xeb\xf9\x56\x32\xc6\x4e\xed\x4f\xdf\x19\x41\x62\x3f\x50\x81\xb4\xb7\xbd\x96\x8f\xec\x02\x84\x1b\xa6\x3d\xb2\x18\xca\xae\xf5\x1f\x7b\x64\x86\xba\xb6\x6f\x24\x1d\x15\x40\x83\x52\x80\xc7\x9e\x49\x61\x76\xad\xf8\xd8\x59\xe1\xaf\xb7\x7d\x45\xe9\x85\x45\x7d\x25\x64\xf7\xfa\x10\x1e\x1b\x84\x1d\xc5\x03\xbe\x07\xfb\x93\x95\x6a\x6c\xa7\xb9\xff\x1e\xb0\x32\xdc\x46\xba\x3e\x56\xa5\xe0\xa0\x4f\x7a\x63\x32\xcf\xa4\x07\xac\xa4\xb5\x71\xac\xaf\x83\x2c\x79\xb8\x9f\xbb\xa0\xb5\xde\xc8\x2c\xdf\xb1\x79\x60\x3f\x57\xb1\x60\x2d\xff\x64\x1d\x94\x9d\x87\x3b\xf6\x93\x1c\x7f\xa7\xca\x8e\xfd\xe4\x31\x95\xc4\xdc\x17\x47\xeb\x5b\x36\xe9\x0c\x1d\xed\x12\x6e\x3b\xa3\x13\xbb\xe4\xe1\x8e\xa3\xde\xb6\x76\x34\xf6\x87\x7b\xbd\x73\x4f\xc6\xfe\xac\x79\x6d\xd1\xa4\x3f\xab\x36\xe8\xa6\xc0\xfd\x0d\x0b\x1c\x55\x0f\x38\x48\xd7\x03\x66\xe1\xdf\x4a\xe8\xd8\xdf\xce\xb5\x6d\xc6\xda\xdf\x97\x9d\x0e\x75\x8a\x84\xc1\xbb\xd2\x7b\xec\x73\x55\xc5\x1c\xed\x2f\xd8\x57\x5f\xc4\x67\xa7\xb0\x8a\x23\x12\xa7\x77\xb2\x9f\x38\xe2\xb5\xf2\xfa\x2f\xf8\x8f\x3c\xf8\xc6\xd6\xb9\x8c\x72\x33\x1b\xcb\xde\xb2\x55\xe0\x27\xed\x52\xd9\x91\x95\x2e\x42\xdf\x15\x7f\x22\x6b\x2c\x84\xbe\xa3\xc7\xe3\x68\x85\x6f\x6c\xea\xcc\x8c\x97\xa1\x4b\x20\x1f\xe7\x0a\x49\xda\x27\x78\x3c\xb4\x0f\x35\xcd\xf4\x79\x18\x0a\x13\x77\x1f\xf4\x54\x1d\xdb\xc1\x28\x8e\x97\x41\x1e\x69\x93\xeb\xf1\x66\x7a\x40\x6f\x12\x37\xde\xbe\xe2\x58\x77\xa7\x74\xb5\x1b\xdb\xc3\x24\xd2\x6f\x2d\x8c\xed\x88\x11\xc7\xbb\xd2\x8c\x6c\x75\xc8\x98\x37\x23\x5d\x9b\x1e\x3c\xed\xdf\x1e\x9c\x47\xe0\x28\x5b\xc2\x3a\x8f\x48\x6f\xf0\x8d\x6d\xe7\xd1\x57\x18\x45\xde\x0f\xe6\xf2\xbc\x5f\xf0\x38\xc3\x58\xfe\xe2\xbb\x8f\x78\x51\x78\xde\x64\xf2\x64\xa9\xe9\x21\x0d\xe4\x99\x19\x17\xb8\x4b\xe3\xc4\xb3\x40\x8e\x1b\xbb\x6c\x4b\x3c\xeb\x72\x25\xdb\xe2\xd2\x59\xe1\x70\x75\xec\x48\xf5\x78\xd6\x6b\xbd\xb1\x3b\x1d\x2f\x5d\x14\x36\x79\xba\x50\xc7\x21\xa8\x78\x45\xbc\x1a\x19\xfe\xce\x20\xfe\x3d\x20\x21\xdd\x37\xeb\xab\x2d\x9f\x9c\xe1\x37\xa8\xc4\xdd\x02\xf8\xd5\x10\x24\x72\xec\xbc\x67\xf1\x42\xc2\xff\x4f\xae\xcd\x7a\x40\x4d\xe8\x3e\x8f\x17\x12\xfa\xc7\x43\x6b\xb9\x5a\xa7\xc2\x64\x1f\xe1\x0b\x29\xf5\x43\xde\x55\x1b\xbf\x07\xbc\xf4\x6d\xc4\xbd\x5a\x67\xe1\x8e\xa8\x37\x06\x59\xcf\xa6\x68\x17\xb2\xcd\xc7\x63\x57\x96\xfc\x1e\xc0\x51\x27\x78\xf9\x17\xed\x76\x4d\x7d\xa0\xe8\xf3\xb1\x13\xe3\x7e\x0f\x26\xc5\x0a\x4d\x8c\xce\x96\x3b\x23\xe8\xf7\xa0\xb3\xd0\xa2\xde\xa0\xe7\xa1\x8c\x06\x17\x72\x6a\xc7\x43\xb4\xe5\x62\x42\xeb\x63\xe7\x79\xfa\x1e\x9c\x8c\x12\x5f\x50\x7f\x0a\xad\xba\x7d\x8b\x59\x6f\x6c\xd4\xa5\x6f\x92\xff\x16\x9a\xe9\x44\x37\x5f\xd4\xb8\x09\x79\xc7\x35\xc4\xc9\xec\xe1\x45\xba\xe3\xc9\xcc\xdd\xd2\x91\xcc\x4e\x67\x86\x6d\x54\xf9\x1e\x74\xbc\xd0\xf4\xfb\xa4\xa2\x58\x5f\x2c\xd1\xb6\xfb\x41\xa7\xd2\x5b\x9f\xc4\xfb\xdf\x54\xeb\xb3\xd3\xb8\xbf\x6d\x55\xdf\x03\x52\xa0\x7d\xd0\x27\x72\x3e\x7f\xd3\x88\xfb\x01\xcd\xbc\xd2\xbb\xcc\x4e\x4b\xa8\xee\xf7\xb3\x57\xee\x5b\xd4\x1b\x10\x07\x53\x4f\xea\x03\xee\x51\xcd\x33\xff\xc4\x90\xd6\x92\x7e\x33\x9f\xa4\x24\xcc\xd9\x07\xd7\x1a\x35\xc6\xb9\xa6\xa5\x4f\xe0\xf0\x9c\xb6\x3b\x4a\x9c\xfd\xe2\x3c\xab\x16\x7f\xf1\xbc\x45\xad\x15\x31\x19\xd2\x78\x4f\xe4\xf5\xfd\x51\xd0\x4d\x24\xf6\x6d\xdb\x50\x1a\x27\xf3\xf6\x66\xd9\x72\x66\x5f\xf1\x13\xd5\x6f\x60\x9e\xdb\x9c\xf7\x3d\x00\xf3\xf3\x0b\x48\x11\x98\x24\xa3\xcd\x41\xaf\x19\x29\x01\xe7\x58\x86\xb0\x8d\xd3\x73\x1c\x74\xff\x11\xf4\xc6\xda\x78\x4d\x9c\x19\x61\x7b\xfa\x77\x57\xc0\xf1\xbf\x60\x5b\x13\xf9\x60\xbf\xde\xf7\x04\xc7\x72\x48\xd8\x02\xce\x1c\x74\x40\x90\x4e\x6c\x0e\x1a\x90\x75\x2e\xe7\x80\x51\x23\xe9\xee\xbc\x7c\x85\xf2\xe1\x35\x3c\xf4\x1b\xab\x9a\x21\x13\x2d\xec\xc8\xa1\x38\xc7\x4a\xe7\x5f\xff\xf7\xee\x8b\xff\x3a\xff\xe3\xff\x7d\xf1\xfa\xf7\xc5\xf1\xcf\x9f\xf5\x2f\xd4\xca\xfb\x79\x79\xf4\xbc\xa1\xec\xdc\x6e\xf8\x2e\xc9\xfb\xdf\x0f\xc2\x87\x3e\xf9\xf0\x62\xff\x0b\x8f\xaf\xa6\x96\xdb\x2d\xcc\x88\xb8\x5b\x6e\x0f\x8f\xf4\x9b\xdb\x7a\x7b\x1c\x9f\x34\xbc\xfe\xa5\xc9\xed\xd8\x2d\xcf\x70\x0b\x65\xe8\xdd\xf2\xba\x37\xe6\xe6\x4a\x6a\x71\x6f\x93\x09\xea\x77\xcb\x74\x6f\xc8\xa3\xb0\xed\xe7\x47\xf8\x04\x91\xfd\xef\x60\xb2\xf4\x3d\xef\x58\xb5\xd6\xc8\x68\x42\xb9\x8d\x1f\xd1\xb3\x88\xc0\x6b\x3b\xa7\x7e\x04\xcc\x6d\xe8\x53\x75\x78\x8e\x74\x08\xb2\xe9\x60\xd1\x5a\xb5\x54\xb7\x80\xf2\x6c\x58\xa4\xa0\x39\x26\x7a\x26\x2b\xdb\xff\x91\xc2\xe3\xb6\x97\x6d\x51\x6d\x53\x6d\x4c\x18\xd5\xb5\xc3\x29\x9d\x6a\x83\xfb\x4f\x51\xae\xfc\x23\x7d\xf4\x64\xff\xbb\x2a\x0f\xb9\xcd\x73\x41\xe5\xc2\x43\x51\x13\x47\x1a\x5e\x1b\xb4\x2c\x8a\x5a\x3a\xd2\x87\x45\xfb\xdf\x6f\x09\x87\xbf\x3a\x6f\x37\x81\x21\xc9\x19\xff\x48\x97\x7b\x84\xa4\x2c\x3f\xf0\x23\xdd\xee\x11\xf1\x64\xf2\xf5\x3c\x60\x2a\xd8\xff\x82\x3d\xc9\x75\xfe\x80\xae\x61\xff\x7b\xb3\xad\xa9\xed\x75\x1b\x67\xb2\xbd\x3a\x0e\x5c\x5b\xf7\xbf\x05\xc3\x0d\x35\x69\xe3\x50\xe7\x3d\x28\x94\xe6\x40\x9d\xf7\xf5\x2f\xcc\xc1\xaa\xf9\x79\xa0\x38\xfa\xfe\x97\x13\xd9\x5e\x64\x07\xaa\x98\xef\x7f\x39\x91\xed\x05\x14\xde\xb4\xdb\xc2\xcb\x9a\xef\x8a\xf8\x88\x3e\xe7\xf1\x80\xbb\xf9\xf6\xea\x89\x47\x8a\x6a\x81\xbf\xc9\xf6\x54\x8c\x47\x1a\x6e\x39\xe1\x66\xb0\x5b\x72\x53\x0b\xbc\xa8\xaa\xea\x20\xc5\xa3\x65\xb5\xb5\xf1\xcf\x9f\x91\xdc\xd4\x3d\x89\x8e\xa6\xed\x79\x16\x43\xd9\x7b\x16\x43\xc9\xf8\xaa\xa8\xa9\xba\xe9\xfc\xe7\xcf\x68\xdd\x4d\x97\x9b\x5e\x7c\x15\x76\x53\xd5\x58\x01\xe9\x21\x8b\x3b\xac\xa7\x9b\xae\x7f\xfe\x74\x45\x72\xc6\xd0\xfc\xd5\x37\xf9\xae\x08\xcc\x18\x9a\xbf\x6a\xf8\x6a\x9f\xea\x08\xc1\x77\xff\xcb\x18\x6c\xb5\x78\xee\xf0\x11\x8e\xca\xa9\x1e\xc3\xe8\x6e\x1b\x6c\xd3\x60\xb7\x80\x18\x3e\xba\xd8\x95\xf7\x2a\xc6\xb8\x49\x48\x8c\x91\x6e\x4e\xdb\xa5\x30\xc6\xd8\xdc\x86\xc8\x11\xb7\x5c\x6e\x21\xf3\xdd\x2d\x55\x43\x45\x8a\xb4\xe9\xa7\xad\xba\x0d\x55\x59\x83\x5a\x4e\xb7\x5c\x5f\x7f\x69\xb7\x34\xe1\x53\x84\x78\x12\xe5\x1c\x1f\x63\x73\x7f\xcc\xce\x50\x0e\x8d\xd5\xfd\x1d\x52\x7d\x6d\x1f\xba\x18\xbb\x67\x08\xc5\x4b\x91\x63\x75\x84\x0a\x71\xff\x0b\xd7\x70\xcd\xa3\x7b\x86\xd0\xea\x97\xbc\x49\x63\x8c\x8f\xdb\x20\x9b\x94\x26\x14\x48\x87\xe0\x0b\xba\xfb\x7d\xb7\x37\x3a\x45\x9d\x88\x14\xcf\x7f\xfe\x28\x42\x2b\xa6\xf1\xa8\x05\x41\x6a\x51\x55\xe0\xa2\x29\x5c\x4c\x70\xa4\x89\x2a\x23\x16\xd3\xd9\xdc\xf6\x21\x5c\xf0\x60\xe7\xe5\xa6\x07\x4d\xea\xf1\x12\xc2\x81\x0e\x86\xaa\x1c\xbf\x31\x5d\xaf\xda\x60\x18\xad\xca\x61\x1b\xb3\x0f\x45\x46\x29\x0c\x95\x97\x8f\xd9\xc7\x36\x77\xf8\x82\xe9\x28\x65\x11\xf6\x88\x9b\x76\x57\xe6\xd4\x98\x45\xd7\x63\x1e\x0c\xc7\xda\xdc\x38\xe6\x71\xab\xed\xfa\x70\x58\x81\x51\x31\x5f\xda\xb5\x8c\xab\xfa\x21\xef\xbe\x98\x1f\xcf\x11\x2c\xd2\xe5\xdf\x63\x7e\x05\x92\x0c\x39\xe7\x50\x56\x9b\x98\x67\x71\x1b\x84\x0c\x05\x89\xc7\x72\xa8\xcf\x82\xdc\xf2\x79\xbb\x85\xc5\x52\xb5\x71\xa5\xbe\xdf\xb1\xde\x44\x3f\x96\xa6\xc5\x95\x0f\x5a\x5d\x19\x69\x63\xe9\x6e\xfa\xa0\xd3\x15\x92\x18\x61\x71\xdd\xff\x16\x74\xb8\xa7\x58\xbc\x34\x16\x53\xaf\xca\x36\x1e\x51\x86\x7c\xff\x8b\xc1\xb4\x35\xd5\xb3\xaf\x07\x9a\xb4\xe8\x2a\x06\x13\x2b\x54\x39\x55\x89\xba\x23\xaa\x90\xef\x7f\x1f\x90\xb9\x3d\xc7\x5a\xb5\xa3\x15\x17\xaa\xa8\xd0\xe5\x58\x7d\x7e\x51\x37\xf9\xc3\xad\x3d\xc9\xe6\xf3\xdb\x1a\x80\xb5\x13\x16\x44\xd4\x1a\xd8\xff\x42\x92\x53\x72\xd6\x38\xa6\x8e\x1b\x32\x7b\x7f\x6d\x1b\xc8\x97\x8f\xdb\x05\x1f\xc4\xaf\x89\x92\x2b\xe5\xd4\xff\x9d\xe8\x1a\x91\xfa\x70\xff\x5b\x58\x15\x78\xaf\xfd\x32\x31\x41\xde\xc0\x8f\xb6\xee\x05\xbe\x5d\x70\x79\x91\x90\x20\xa9\xc0\x77\x7c\x25\xdd\xc6\x97\x8e\xfc\xaa\xe2\x1b\x5f\x1f\xac\xf7\xa6\xd1\x61\xbb\x2d\x46\x44\x96\xed\x7f\xcb\x3f\x7f\xb2\x12\x4f\x46\x44\x77\xed\x7f\xe3\x3f\x7f\x72\xd9\xfe\xdd\x71\x5e\x53\x4d\x4c\xcc\xbb\x65\x80\x38\x1f\x7f\xf5\xc4\xdf\x80\xa7\x08\xfb\xce\xfe\xb7\xfc\x86\x99\xa4\x43\x98\x92\x8e\x4f\x9a\x91\xff\x7b\x3a\x04\xe6\x74\x7c\x60\xde\xae\x21\xdf\xcf\xae\x96\x10\x7e\x68\x5a\x3a\xb4\xa8\x74\x7c\x8b\xaa\x5b\x66\x48\x87\xd0\x2e\xd1\x52\x54\x05\x8a\x74\x84\x9f\xfe\x06\xe9\xff\xd8\x6d\x29\xa9\x0d\x48\x12\x15\x08\x9c\x8e\x1c\xd4\x36\x10\x8e\xa0\x79\x0c\xcf\xe3\xe3\xa7\x4d\xa5\xbe\xd3\x31\x86\x9b\x90\x4c\x53\x8e\xe8\xe9\x18\x97\xdb\xee\x7f\xfe\xd4\x2c\x60\x88\x58\xa7\xe3\x23\xd6\xdb\x71\xe6\x48\xbe\xdd\x24\xdc\x13\x94\x01\x3a\x1d\xb3\xb9\xe5\x04\x47\xd6\x47\xd3\xdd\x4d\x74\xb7\xf6\x3e\x59\x30\x48\x01\x7e\x72\x55\x99\x77\x53\x98\x6e\xc3\xf5\xa2\x2a\xaf\x7f\x0a\x3a\x30\x29\x4c\x7e\xb7\xa9\x52\x8a\x92\xe4\x52\x84\x66\xfa\x50\x50\x57\x8a\xf1\x74\xdb\xfc\x48\xee\x3e\xd6\x29\x26\xad\x2c\x22\x7d\x57\x0d\x6a\x92\xbc\x99\xe2\x27\x50\x75\x45\x61\xa6\x58\x6e\x37\x81\x50\x2b\xc7\x7e\x8a\xdd\x13\x81\xda\xea\x50\xbd\xcd\x64\xe6\x9b\x22\x7c\x91\x0e\x23\x29\xf4\xb9\xfb\x5f\x48\xee\xb9\x6b\x01\x67\x76\x5b\xc7\x2c\x37\xbc\xe2\xe5\x05\x5c\x6b\x2a\x5a\xc1\xe3\x2e\x41\xfb\x0f\x05\xee\x27\x5f\xab\x12\xaf\x55\x41\x57\xa4\x94\x24\xd6\xa7\x04\x87\xd3\xa0\xf2\x2c\x29\x85\xd3\x6d\xa8\x63\xa9\xf2\x15\xc9\xd7\xa7\x94\x70\xef\x0f\x2a\xa8\x90\x52\xec\x6e\x1b\x68\xdb\x7c\x2f\xa5\xe8\xf1\x10\x30\x12\x94\xb1\x3e\x25\x11\xd0\x94\x70\x36\x82\xf2\x91\xa7\x94\xfc\x5d\xe6\x77\xc2\x95\x94\x93\xdb\x2a\xdb\xb4\x86\x7c\xb9\xed\x46\x9b\xb6\x2f\x65\xaf\xa1\xb0\xcf\xac\x3e\x4b\x71\x1b\xfb\xdc\xdc\x28\xe1\xde\xb7\xff\x85\xa0\xb0\x6f\xc5\xc9\x37\xc0\x94\x3a\x84\x99\xa1\x95\x77\xaf\xe0\x43\x88\x56\x0d\x30\xc9\x09\x09\xa2\x53\xab\x87\x3a\x34\x3a\xa4\xf3\xe3\xa5\xca\x34\x90\xd2\xa3\xf3\x98\xa0\x8a\x0c\x2a\x9a\x98\x8a\x94\x17\xa9\x30\x83\xae\x92\xe1\x25\xd4\xa2\xdd\xff\xd2\xaf\x70\xdf\x37\xe9\x41\xb2\xff\x2d\xd4\x48\xd5\xdd\x16\x93\xda\xe0\x65\x34\x94\xf5\x22\xbf\x71\xaa\x0d\xdb\x9a\x95\x0a\x39\xc3\xfc\xba\xff\x0d\x6c\x8b\xbb\xad\x79\xbc\xf6\x89\xde\x41\xb9\x39\x32\x52\x1d\xac\x7f\xbf\x03\x23\xf7\xec\xef\xf7\xe5\x26\x86\xe3\x2c\xe2\x90\xa7\x36\x3c\x4f\xd8\xd2\x83\xf2\x9a\x64\x84\x4e\xee\x7f\x99\x75\x72\x5f\x2b\x33\xa2\x26\xf7\xbf\xf0\x08\x52\xfc\x45\x9e\x97\xfb\xbc\x90\xd2\x55\x82\x5c\x9e\xd2\xdf\xe4\x79\x07\xb6\x95\xdd\xf6\x6a\x75\x70\x72\xcf\x92\x7a\x8b\xf9\x54\x39\x0e\x02\x65\x2b\x3b\x8a\xef\xa3\x05\xec\x22\x06\xf1\x8f\x72\x94\xa0\x36\x14\x42\x0e\x2a\x50\x5d\x8e\x9e\xd4\xf6\x5d\x18\x62\x50\x5d\xe6\x72\x0c\xf7\x39\xe8\x58\xbe\xc5\xec\x72\x8c\xa9\xb6\x93\x4b\xc8\x6a\x3b\xdd\x86\xa4\x0d\x2e\xba\x55\x8e\xeb\x74\xdb\xf2\x4d\xd7\x5c\xee\xa1\xb6\xfb\xfc\x96\xee\xa6\xe7\x56\xd3\x43\x68\x6e\x56\x5c\x82\x48\x55\x09\x1f\xa9\xb2\x80\x51\xc2\x71\xbb\x09\xc6\x9c\xed\xb4\x74\x94\x10\xdc\x16\xd8\xe5\x56\x33\x94\xa0\x1b\x61\x09\x08\x90\x0c\xaa\xe6\x5a\x42\xf4\x77\x91\xdf\x6d\x99\xbf\x84\xa4\x95\x87\x0f\x83\xb3\xe4\xa7\x82\xeb\xf4\xfe\xf7\x5b\x9c\xc4\xd1\x12\x46\x51\xd3\xc7\xa9\xa5\x96\x3f\xe8\x04\xb5\xff\xbd\xbe\xa6\xa4\xb1\x2e\x2f\xfb\x8a\x68\x52\x87\x8f\x36\x35\x3c\x3c\x75\xfb\x84\x94\x68\x68\x31\x2c\x22\x2b\xb1\x54\x31\xb7\x2b\x91\x99\xd8\xa4\x25\x2c\x51\x67\x84\x5e\x55\x59\x62\x7d\x81\xb9\x61\xff\xcb\x80\xe9\x1d\x2c\x5a\xa2\xd7\x16\x51\xa5\x38\x88\xb9\x96\x28\x45\x55\x89\x27\x8a\xbd\x79\x96\xba\xea\x94\x88\xa2\xbe\x21\x1e\xe5\xaf\x04\xdc\x12\x8d\x61\x91\x18\xa6\xfc\x1a\x25\x4e\xcf\xf4\x93\x1e\xe4\xaf\x78\x94\x74\xe8\xb3\x04\x95\x77\x56\x60\x54\x49\x46\x07\x30\xa7\x18\xbc\x43\x49\x2a\x82\x92\x90\x01\x3e\x28\x29\x4f\x01\xa5\xdf\xff\x72\x15\x5b\xc7\x51\x92\x74\x15\x25\xb1\x4a\xa0\xf2\x3c\x16\x38\xde\xee\x7f\x71\x98\x75\x1b\x2a\xd9\xe8\x97\x3f\xf4\xcb\x4a\x17\x5a\xb2\x78\x61\xa1\xde\x6c\xe8\x2e\x57\xb2\x2e\x6c\x05\x5e\xf0\x31\x78\xff\xb2\xd4\xab\x25\xbf\x1f\xfe\x49\xf7\x54\x7c\x05\x2c\x85\x91\x01\x86\x4a\xf1\xe1\x2a\x30\x5a\x85\xb8\x03\xe7\x4a\x91\xf6\xa9\x14\x64\xdf\x54\xf8\x70\x81\xb3\xed\xfe\x17\xc9\xb0\x15\x0b\x56\x8a\xd8\x53\x29\x0f\x01\xb6\x25\x8b\x52\x25\x75\x94\x0a\x13\x44\x56\x4a\xad\x82\x68\x92\xfd\x2f\x10\x57\xb5\x5d\x4a\x15\xa7\x2f\x15\xb9\x4c\x83\xee\x0b\xa5\x56\x7f\x57\x01\x68\xb1\x99\x52\x9b\xdb\x60\xb2\xce\xca\x43\x55\xaa\x31\xb7\xc2\x13\x3d\xe7\xad\x99\x2d\xd5\xd0\xac\xa8\x64\x11\x74\x13\x2c\x75\x0a\x2c\x75\x32\xd2\x60\x33\x85\xd2\x7c\x30\x1b\x32\x0f\x07\x29\x89\x4b\x93\x54\x55\x1a\x02\x23\x86\x4a\xac\x97\x16\xb5\xeb\x2d\x82\x1d\x2a\x67\x64\x69\xba\x39\x94\x06\x47\xfd\xac\x70\xe7\xd2\x52\x73\x5b\xff\xe7\x4f\x56\xce\x8a\xd2\xd2\xe3\x26\x90\x4d\x95\xca\x28\x2d\x6b\x79\x34\x10\x3b\x31\x52\x41\x75\xf7\xfd\x2f\xa3\x44\xb6\x30\x56\xda\x70\x9f\xcc\x47\xa4\x80\xfa\xd2\x8c\xef\xa8\x41\x9d\xf3\x66\xbf\xa5\x4d\x0f\x07\x13\x44\x56\x71\xe0\xd2\x7d\xbc\x3a\x8f\x97\x72\xa8\x95\x2e\x51\xba\xf4\xce\x70\x94\x7d\x5d\x29\xbd\x8b\x4a\x77\x1a\xdf\x95\x7c\xa3\x74\x89\xd9\xa5\x9f\xdc\x05\x9d\x13\x54\x94\xdc\xff\x32\xd6\x44\x1c\xa3\xcf\xcb\x6d\x0f\xee\xab\x1b\x9a\x43\x97\xc8\x32\x56\xf0\xc8\x8e\x65\x2c\x28\xcf\xb8\xff\x25\x02\x6e\x89\xbf\x0c\x9f\xf4\x81\x93\xbe\x5d\xcd\x8e\x02\x5d\xc1\xfe\xb7\xf2\xb3\x8d\xd3\xa3\xb9\x8d\xa1\x17\x8a\x58\x2f\x43\x46\xa0\x82\x9a\x67\x59\xb1\xe7\x65\xbc\x5a\xdc\x78\x89\x2a\x12\x3c\x4e\x0f\x87\x58\xea\x5c\x84\x0e\x88\x28\xde\xff\x16\x66\x35\xdb\xfb\x73\x5a\x46\x38\x4f\x06\x92\xec\xd0\xd2\x72\xea\xae\x56\x50\xec\x24\x17\x1d\xe6\xcb\x04\x02\xa5\x1d\xb2\x0a\x91\x96\xab\x89\x06\x5c\x74\xba\x55\xee\x87\x72\xe9\xd6\x58\x50\x2b\x20\x7e\xe2\xd1\x6e\x3b\x45\xf7\x99\xa1\x3f\x28\xe1\x51\xb9\xcc\x47\xe1\xfd\xfa\xb5\x6d\x58\x5e\x86\xd7\xf5\x30\x67\xdb\x96\xf6\xcb\x7d\x08\xfb\x90\xf8\x3b\x2b\xe0\xb2\xdc\x49\xc3\x21\x63\x73\x56\x00\x65\x41\x0a\xdf\xfd\xef\x8a\xd8\xd1\x67\x12\x6c\xcb\x4d\xc1\x56\xea\x8b\x72\x4f\xcd\x12\xd9\x6e\x63\x30\x12\x21\xb7\xe7\xfa\x17\x59\x3d\x43\xde\x3a\x87\xf2\x34\xad\x00\xb9\x30\x63\x50\x15\x9c\x82\xec\x88\xfb\xdf\xef\xe2\xe1\xc5\xbd\x52\x62\x14\x3a\xdf\x64\xa5\x35\x28\xaf\x6c\x30\x05\xae\xe1\x59\x5a\xe0\xf2\x16\xed\xc1\x5b\xb8\x07\x3a\xc9\x6f\xd5\x09\x79\x69\xc2\x2d\xfb\x32\x53\x5e\x73\xa7\xb7\x32\x7e\x48\xe8\xf0\x1a\x9f\xdf\x0f\x9f\xb3\xec\x04\xc5\xba\xa5\x82\x54\x5b\x5f\x97\x1b\x28\xef\x2d\x80\xc1\x99\x38\x4b\xc7\x5d\xde\xc7\x8b\x63\x89\x24\x45\xc8\x97\x57\x3a\xee\x02\x07\xa1\xac\x90\x54\x7a\x1c\xef\x7f\x07\x9a\xf6\xba\xa7\x65\x49\x44\xe6\x86\x5c\x44\xf3\xa7\x05\x84\x49\x01\xa1\xec\x5b\x76\x99\x66\x93\x48\x78\x93\x9b\x36\x67\x1a\x19\x26\x91\xa1\x88\xac\x4f\x29\xb2\xcb\x44\xa4\x65\x28\x22\x8a\xf3\x71\xdb\xb3\xda\x34\x9c\xe9\x2c\xdd\x9d\xad\xce\x28\xf3\xe9\x6e\x1b\xc8\xc2\xaa\xa6\x57\x60\x9e\x2f\x43\xa4\xf6\x54\xea\xa1\x15\xd4\xa3\x34\x56\xae\x68\xbb\x6d\xb8\x0d\x19\xee\xb6\x33\xe0\x51\x2d\xea\x57\x88\xfa\x31\x94\x6d\x0a\xa9\xc7\xfd\xba\x6d\xb2\xad\xec\xb6\xe9\x2e\x27\xba\xdc\x4a\xf5\x0a\xe7\xda\xfd\xef\xfb\x35\x6d\xda\x56\x83\xa8\x6c\x0d\xf0\x85\xcd\x9e\x24\x82\x6a\xf7\xbf\x1f\x49\x54\x65\xdb\x1a\xa4\xaa\xa9\xa1\x13\x94\x5b\x0f\x55\x83\xee\x4d\x35\xf0\xde\xb4\xe3\xd9\x8e\x1a\x86\x87\xe3\xbd\x49\xe7\xbf\x86\xdb\x7d\xf2\xea\x57\x86\xa6\xe9\x85\x87\xb5\xf0\x91\xfe\x4a\xe8\xad\xe1\xbd\xf5\xe9\xcb\x02\x22\xfb\xbc\xd6\x28\x55\x65\x8d\xc7\x87\xb7\x2a\x6c\x56\xa3\x6e\x8d\x35\x7e\xa2\x42\x56\x85\xa9\x1a\xbb\xc0\x09\x5d\x54\x74\x99\xa1\x1a\xbd\xc0\x88\x5c\x87\xdb\xe9\xe7\xa8\x16\xdc\x6b\x44\x9d\x91\x20\x14\xab\x51\xc7\xb5\x42\x17\x15\x43\xdd\xd2\x48\x85\xcd\x7c\xff\x8b\x28\xa8\xba\xc5\x91\x9a\xb2\x86\x83\xda\xe6\x23\x8b\x7b\x05\xe9\x54\x9f\x30\x76\x87\xa1\x64\xae\x35\xe9\x9c\xd7\x15\x8b\x26\xb5\x74\x4d\xaf\xc7\x7b\x39\xde\xd6\xba\xd4\xa4\x5b\x42\x65\x30\xf4\x50\x4a\x84\x9a\x65\x7e\xac\x99\x39\x74\x95\x49\xb2\x66\xaf\x2f\x2f\x72\xb4\xcf\x50\xcd\xb7\xc6\xcb\xb0\x2f\x35\xd5\x4c\xab\x59\xae\x0f\x35\xbf\xe1\x9f\x3f\x45\x39\x0e\x2b\x6c\x39\xfb\x5f\x9c\x93\xba\xc9\x7e\x2d\xde\xd7\x72\xb0\x6d\xcb\x0e\xb5\xe8\x2a\x50\xcb\xc7\xbc\x8b\x32\xd5\xd7\x92\x6e\x37\x3d\xfc\x6c\x43\xa5\xc8\x00\x50\xcb\x87\xe0\xe5\xd8\xec\xb5\x16\x4f\xb2\x70\x92\x5a\x5b\x99\x1e\x0c\x31\xeb\x41\xc9\x1c\x6a\x99\xaf\xdb\xb8\xe7\x9b\xb2\x57\x4b\xed\x15\x52\x7b\x0c\x4a\x61\x50\xab\x44\x8e\x5a\x3f\x7e\x53\xa4\x91\xa9\x55\xe6\xeb\x5a\x11\xe2\x91\x77\x5c\xe8\x51\xab\xd8\x6b\x85\xb5\xa6\x28\xad\x67\xad\xf5\x76\xd3\xc3\xe0\x48\x75\xd9\xfc\x19\x94\x3c\x55\x1a\xcd\x5a\xbb\x87\xa3\x23\xa6\x72\x17\xd6\x3a\x4e\xb5\x8d\x9b\x85\x7d\x36\x54\xea\x2d\x58\xd6\x1b\xa2\x9d\x6a\x3b\xd6\x16\x75\x4a\xda\x77\xb7\x2c\x61\x5b\x37\x6a\x93\x7d\xa6\x22\xb6\xaf\x48\x77\x52\x9b\x1c\x82\x6a\xa3\x4a\x49\x35\x13\x6a\x4f\xda\x9e\x0e\x67\xfe\x5c\xb7\x6e\xa8\xf6\x3a\xd5\xd6\x40\x73\xda\xf6\xb5\xa8\xdd\xf8\x4c\xa7\xb6\xd6\x05\x4c\xd4\xf1\xdf\xff\x5e\x6c\xd3\x77\x52\xc8\x30\x52\x24\x86\xa6\x33\xd9\xa5\xc2\xaa\x2c\x14\xdf\x7a\x54\xdb\xf4\x3c\x27\xe7\x29\x64\x1f\x72\x23\xa8\x63\xcd\x53\xf4\x76\x34\xad\x61\x20\xa3\x6b\x56\x16\x8a\x3a\x1e\x41\x73\xc0\x43\x37\xd7\xcd\x99\xeb\x10\xef\xaa\x83\xbc\x4b\xb5\x6e\xea\x69\xea\xc7\xac\x42\xad\xeb\xbb\x53\x92\x4c\x65\x66\x99\xac\x14\x19\xf5\x94\xf5\xbc\x9e\xc8\x15\x1b\xba\xf0\xf6\xd4\x35\xa7\x42\xfc\x0d\x59\xd9\x91\xea\x79\x7a\xbc\xf3\x3b\x5d\x72\x4f\xa8\xe7\xe5\xe1\xc8\xd1\xbb\x48\xce\x69\xb2\xc2\xca\x94\xa1\x8b\x74\xa0\x8c\xe4\xfe\x97\xe4\xc8\xc3\x3d\x3a\x42\x27\x6b\x15\x79\xfb\x4e\x89\x93\xf5\x64\xa0\x74\xdf\x22\x63\xbd\xe4\x37\x55\x61\x5b\x8c\xa1\x8b\xf2\x5f\x87\xb6\xe1\x42\x06\x87\xb6\xfd\xe6\x8f\x7a\x49\x0d\x54\x51\xa8\xcc\xc5\x12\xea\x25\x45\x69\x85\x08\xff\x4d\x53\xc3\x79\x67\x51\xbd\xcc\x69\xf2\xeb\x35\xdc\x74\x42\xb0\xed\x51\x5d\x1a\x98\x17\x72\xba\x85\x2e\xb6\x76\x19\x71\x51\x6f\xcb\x79\xad\xeb\x75\x79\x92\x48\xff\x1a\xb6\xdb\xec\x51\x2f\x79\x40\xd5\x0b\xf5\x3b\x43\x4f\x9a\xa5\x1c\xeb\x2a\x4b\x4b\x35\x15\xee\xae\xd7\x6b\x80\x31\xfa\x56\x95\xa4\x2b\x0a\xee\xec\x7f\x33\xb2\xc3\xee\x63\x79\x9b\x08\xb0\x3c\x8d\x33\xb8\xd7\xdb\xec\x09\xc5\x2f\x42\x96\x13\x49\x7d\xfc\xdd\x13\x39\x9c\xa0\xf2\x58\x64\x79\x98\xd8\x43\x26\x8f\xfa\x66\x2d\x9d\xee\xf2\x6d\x08\x2c\xaf\xb4\x7b\xf5\x85\xc9\xa3\xa9\xa6\x5c\x7d\xe5\x64\x54\x5f\x64\x4c\x6a\xaa\xfc\x56\x91\xc6\x77\xff\x0b\xb5\x92\xc5\x27\x8b\xd9\x15\x62\x76\xc9\x42\x15\x4b\xd9\x75\xb9\xe1\x97\x43\x6d\xaf\xbb\x7c\xd9\xa5\xb8\xc9\x94\xdf\x47\x9d\x2c\xaf\xde\xb4\xbc\xe9\xa3\x30\xb9\x43\xaa\x44\xd0\xec\x97\xd9\x0e\x26\x5b\x12\xed\x6f\x87\x94\xa5\xed\x80\x50\x9c\xb7\x23\xf0\xf7\xa0\xb8\x0d\x0e\x90\x65\x3b\x3a\xb6\x90\xf7\x36\xb4\x90\x91\xc7\x6d\x13\xb2\x16\x24\x94\xb4\xc0\x0a\xb7\x4a\x74\xda\x82\xac\xd7\x0d\xb2\x60\xb4\xe1\xa9\x59\x52\x6b\x90\xd4\xa2\x0d\x4f\x2d\x4a\x40\x6a\xf1\xe3\xe0\x45\xa6\xa0\x16\xa5\x75\x6e\x31\x1f\x68\xda\x93\x8c\xd9\x4d\x30\x57\x8d\x12\xf5\x99\xcc\x55\x2d\xc2\x5c\x95\xe5\xde\xd6\x62\xd5\x0a\x22\xa3\xfa\x94\x2b\xb2\x21\xbd\xc7\xfe\x17\x4c\x4f\x66\xae\x16\x0d\xb0\x48\x9a\xa3\xea\x85\xcd\x1e\x9e\x0d\x1e\x9e\xa5\x6e\xb4\x6d\x49\x26\xa4\x96\x68\x42\x6a\x3d\xff\x95\xe4\xdb\xec\xcb\xd9\xe8\xcb\xd9\x55\x99\xa6\x25\xdd\x54\x5b\xfa\x6e\xaa\xf2\xbe\xfe\x7e\x9f\x6e\x22\x06\x26\xcd\x26\x6b\xf1\x30\xf7\x15\xd9\xc0\x5b\x32\x22\x25\x5e\xb5\x55\x46\xaf\x25\xc3\x2c\x2d\x98\x35\x75\x29\xf3\x5f\x4b\x9d\xb0\xde\xe2\x66\x4b\xc3\xdf\x41\x4d\x92\x9b\x10\x37\x4b\xf1\xd7\x32\x14\x7f\xb9\x6f\x9e\xd1\xb2\xec\x67\x2d\x93\xe5\x2b\x29\x73\xcb\x92\x83\x5a\x46\x91\xa0\xa0\x42\xd3\x2d\x7b\x2e\x99\x71\x5d\x7d\x6b\xac\x5b\x96\x32\xa4\x65\x96\x5e\x56\x11\x89\x96\xc5\xba\x5b\x9e\xd8\x3f\x75\x59\xa4\x30\x6c\x25\x31\x06\x7b\xeb\x04\x5a\x31\xba\x14\xa0\x4b\x54\x5e\xf3\x56\x9a\xbf\x63\x88\xaa\x2c\x53\xad\x88\xcb\xb6\xf2\x4d\xb3\x34\x61\x6e\xd1\xfd\xa3\x15\x5c\xb0\xf2\x8e\x2a\x3b\x5a\xf1\xf9\x2a\xf0\x37\xe9\x32\x68\xb5\xf2\xb8\xed\x5d\x6d\xfa\x6e\xba\xcf\x8f\x23\x16\xdd\xee\x9b\x65\xd8\x06\x19\xb6\xc8\x41\x90\x91\x94\xfb\xdf\xca\xda\x5c\x45\x6d\x97\xdb\x18\x87\xae\xb3\x50\xe5\x8e\xf0\xdd\xa5\xbf\x2e\xf7\x3d\xb6\x55\xf9\x8f\xb6\xca\xea\x37\xca\x42\xdd\xaa\x3c\x48\xbf\x2b\x25\x3e\xd3\x4c\xa4\xca\x6e\xb5\xa2\xc7\x6d\xaf\x6f\xf6\x5b\x6a\xb5\x9e\x68\xda\xe7\xbc\xca\xab\xa7\x55\x96\xe8\x54\xc2\xe5\x56\x87\x27\x32\xf0\xd9\x36\x96\xb4\x2a\xe6\xdb\x2a\x98\x6f\x54\x7e\xe3\x56\x65\x7d\x6e\xcc\x71\x90\x7b\x55\x97\xa7\xe7\x0f\xfa\x6d\xc7\xbd\x56\x2f\xcf\xf2\xe2\x70\xfb\xb0\x36\x69\xa3\x5a\x43\x18\x4a\x34\x35\x6a\x72\xec\x6c\x90\xaa\xcb\x8e\x48\x39\x9a\x35\xdc\x0d\x1a\xee\x22\x31\xb4\xb5\x2c\xc4\x6b\xc8\x35\x58\x55\x89\xbf\x35\xa9\x34\x5a\x83\x4a\x23\x2a\x5b\x6c\x6b\x52\xb5\xb5\x86\xd8\xee\x2c\x2f\xef\x66\xed\x77\x6b\x0d\xc5\x47\x0f\xed\x77\x33\x9c\x1b\xbc\xa7\x86\xae\xfd\xcd\x62\x7d\x83\x58\x5f\xba\x18\x49\x7b\x84\x79\x0d\x21\x0b\x5d\xc5\x98\x5b\x8f\x5a\x42\x47\xc4\x7d\xde\xd9\x5f\x8e\xd6\xe5\xb1\xd8\x3a\x6b\xdf\xaa\xb4\x50\xeb\x26\xc3\x2b\x80\x44\x8e\xf6\xad\xcb\xad\xbf\x75\x86\x8d\xca\xd0\xd5\x86\x8c\x60\x0d\x49\x63\xc3\x90\x97\x49\x1b\xba\x92\xb5\xc1\x2b\xd9\xd8\x8a\xb8\x36\x2e\xf5\x39\xb0\xaf\x63\xb3\xfa\x36\xe4\x57\xde\x06\x43\x3d\xe5\x27\xd3\x4e\xd3\xf5\xf3\xa3\xeb\x45\xfe\x20\xed\xd4\xe5\xb6\x41\x33\x1d\x63\xd8\xa6\x84\x76\xfa\x18\x20\x25\x62\x91\x3b\x48\x3b\x65\x91\x6f\xa8\xf8\x1e\xb2\xea\x9e\xb7\x53\x8a\xde\x76\x3e\x98\xa4\x10\xec\x7c\xdd\xe3\x8b\x1e\xb7\x21\xa1\x5d\x9e\xe3\xc5\x39\x56\x35\xc9\x67\xa5\x5d\x91\x3b\xb7\xb5\xf0\xed\x32\xbf\xbe\x32\xaa\x8c\xea\x8e\xd7\x2e\xdd\x81\xda\xf5\xdd\x81\x8a\x2a\xf1\xb5\x4b\x86\xcd\x76\xb1\x84\xbd\x22\x42\xda\xa5\x2b\x78\xbb\x58\x9b\x5c\x86\xee\x76\x79\x53\x2f\x56\x21\x97\x31\xbb\xdd\x26\x36\x37\x89\x4d\xd0\x78\xb7\x1c\x9c\x1a\x2b\xf2\x0d\xa9\xb1\xda\xed\x0d\x5f\xa5\xf0\x74\x1d\x6b\xb7\x54\x40\xed\x66\xac\xbe\x0c\xb0\xed\x96\x90\xd6\x6e\x08\x69\x59\x85\x87\xdb\x23\x85\x7a\x43\x71\xb4\xaf\x6d\x8f\xf7\x98\xc1\x3c\x64\x30\xaa\xed\xd8\x1e\x5d\xd0\xdb\xd3\xb9\xaf\x5a\xc3\x23\x91\xbe\xa1\x8a\x4e\xb4\x47\x63\x7b\x6e\xf7\x79\xa3\xa2\x92\xea\xa4\xb6\x47\x66\xa7\xf6\x30\xf2\x45\xba\x95\xf6\x16\xc1\xec\x2d\xe7\x3f\x7f\xea\x8e\x5f\x3f\xda\x6b\x9e\x85\x2a\x22\xa1\xcb\x21\xbf\xbd\x72\xf3\x69\x08\x06\xae\x3b\xd2\xf2\x68\x28\x18\xb2\xff\xcd\x5f\x93\x80\xf9\xca\x1d\xaf\xbd\x70\xc7\x53\x65\xe0\xf6\xea\xaa\xd9\xe0\xf6\x12\xa3\x2c\xcf\x0d\x6e\x2c\xfb\xdf\x17\x9f\xa9\x49\x37\xdb\x36\xbf\x9b\x6d\x0d\xda\x81\xe9\x1d\x67\x7e\xf7\x6c\xaa\x38\x4d\xf9\xe6\x47\x5d\xaa\x11\x6c\x4a\x65\xd1\xe6\xca\x0e\xd2\xdd\xd6\xdd\x86\x55\x0b\xf7\xec\x3d\xd3\xe8\x3d\xd3\x55\xe8\xab\xcd\xe6\xd1\x58\xc0\x45\xf5\xbe\xdb\xbc\xb5\x37\x48\xab\x5d\x83\x48\xa9\x35\xd5\x8d\x9a\xea\x72\x68\xbb\xe7\xf4\x70\xac\xbc\x20\x6d\x60\xb7\xf7\x65\x87\xf7\x65\x55\xed\xf0\x7e\xc8\x69\xad\x23\x1a\x24\x46\x39\x15\xf6\x43\xe6\xea\x7e\xc0\x9b\xaa\x28\xb7\x7c\x0f\x75\xcf\xb2\x87\xfa\xcd\x52\x6e\x43\x3d\x48\x38\xeb\x81\x36\xa0\xa3\xfc\x9d\xb4\xdb\xc3\xf3\xe8\x53\x44\x71\x0d\x25\x23\xed\x41\xd2\x4d\x0f\x1f\x8d\xaf\xca\x5c\xdd\xed\x35\xd9\x03\xac\x47\x51\x06\xdd\x6e\xaf\xc9\x1e\x26\x62\xd6\x36\x9b\xef\xf6\x15\xe9\xf0\x15\xa9\x72\xec\xea\x51\xf7\xda\x1e\xa1\x52\x1f\x12\xcf\xba\xa3\x1c\x3a\xa2\x1c\xaa\x0c\xd9\x4c\x8a\xb0\xff\xed\x5f\xd3\xd6\x00\x77\x3b\x46\x7e\xa4\x12\x73\x1c\xfa\x6c\xb8\xc7\x01\xd2\xa7\x84\xe5\x3d\x9e\x9e\x09\x13\x6e\xaa\xda\x65\x8f\xa7\x87\xa3\xbc\x21\x7b\x61\x4f\x22\x37\x9d\xe1\x61\x5d\xf7\xd3\x6e\x67\x90\x0e\x67\x90\x18\xa5\xaa\xe9\x29\xf8\xbb\x80\x25\x6c\xe9\xa0\x23\x60\x6c\xff\x3b\xf9\x99\xba\x94\xc4\xd1\x13\x0b\xa0\x7a\xe9\x49\xae\xba\x3d\x21\x98\xb1\xe7\x7d\x03\xe8\x49\xf2\x6c\x4f\x90\x67\x8b\xa4\x91\x9e\xe5\xd8\xd5\x33\x93\x6d\x14\x4d\x33\x8b\x4a\xf5\x8c\xf4\x66\xbd\x68\x2e\xf9\x74\x1b\xca\xb6\x45\xe9\x5c\x7a\x96\xa2\xa3\x67\xe4\xd7\x8c\x32\x8e\xf5\x2c\x03\x45\x67\x00\x42\xdf\x39\x0d\x8f\x5e\x14\x07\xd6\xcb\x91\xf8\xdd\x9e\x67\x31\xc8\x0a\x40\xa6\xd4\xf9\xbd\xc8\x7b\xe1\xeb\x0b\x5d\x26\x75\x29\x92\xd3\x0b\x2e\x5b\x51\x99\x99\x7b\x11\x9f\xef\x85\xd9\x84\xca\x16\xf3\x7b\xb9\x04\x6a\xdc\x06\x62\x54\xc4\x54\x2f\x32\x73\xf5\xc2\x4c\x4f\x3b\xdb\xe1\xd1\xab\x6e\xa1\xbd\xe2\x16\xda\x54\x4e\xab\x57\x59\x97\x3a\x1c\x51\x62\x54\xe6\xf9\x5e\x65\x42\xea\xb5\xa0\x6e\x68\xf6\x77\x92\xc4\x7a\xa5\x24\x26\x5b\x42\xb7\x66\xb9\x43\x0e\xaf\x0a\x49\xea\x55\xde\x9d\xbd\x0e\x26\x8d\xd9\xe2\x43\xb7\x10\xdd\x29\x44\x97\x63\x93\xdb\x5e\xbd\xb3\xf5\xdb\xd9\x9a\xdd\x74\x79\x75\x17\x44\x04\x79\xfb\xf6\x26\x9b\x40\x6f\x2c\x19\x2c\x2f\x8b\xde\x14\xe9\xd4\x1b\x73\xe0\x48\xbd\xd0\x9b\xac\x60\xbd\xb1\xce\xa1\x42\x0d\x7b\x1b\x9a\x66\x43\xfa\xb8\xd1\xb6\xda\xa8\xb7\xd3\xe3\xc1\x7f\xa6\x18\xd2\x4d\xfe\x33\xbd\x21\x25\x41\xaf\x51\x7d\xca\xfc\xd7\xdb\x84\x3f\xbe\x36\xaf\x4b\xbb\xd5\x7b\xe6\x26\x88\x0c\x74\x93\x8f\x8e\x24\x98\xa3\xe9\xa8\x77\x23\x4b\x67\x19\x07\xd5\x72\xe9\x5d\xd2\x43\xef\xf7\xc7\x97\xcb\x96\x94\x7b\x97\x3d\xa7\x77\x64\xe6\x8a\x8a\x77\xea\xdd\x38\xd6\x3f\x1c\xab\x72\xcd\xed\x56\x7f\x77\xaa\xbf\x8b\x0a\x9a\xf4\x21\x07\xa7\xce\x18\xeb\xa1\x34\xda\x7d\xe8\x9e\xd9\x47\x20\xa0\x85\xd2\xc3\xcc\x8b\xa1\xd8\x45\x97\xef\x3e\xe4\xda\xde\x47\xfc\x48\x71\xd5\xe2\x86\x24\x8b\x3e\x60\xbb\x88\xb2\xc7\xf7\x61\xa2\x33\x3e\xa2\x53\x95\x89\xb9\x0f\x29\xfe\x3b\xb2\x39\xd5\x2a\xf2\x70\xfa\xfc\x9c\x07\x30\x4c\x96\xee\x7e\xca\x0a\xde\x51\x14\xe0\x6b\xdb\x5d\x9e\x8a\x8f\xe9\x67\xc3\x85\xab\x44\xb7\x9d\x6e\x03\x25\x2e\x5b\xd6\xef\xe7\x29\xa0\x9c\xe7\xc7\x62\x95\x7a\xba\x9f\x52\xea\x75\xa8\xc1\x63\x2c\x5a\xc1\x25\x87\xb0\x7e\x21\x73\x42\x91\x24\xd6\x2f\x69\x16\xfa\xf5\x09\x65\xb5\xe9\x1c\x5c\x26\xd2\x17\x89\x74\x15\x37\xbc\x74\x55\xee\xd7\x87\x6b\x75\xa7\x01\x3a\xfa\x2d\xe1\xa8\x23\x75\x5a\x8c\x45\x44\xec\x96\x6b\x43\x47\x19\xe6\xaf\x6d\x77\x79\x4b\x94\xec\x77\x27\x50\xb6\x99\xae\xdf\xb2\xcd\xf6\xbb\xa3\x6e\xcf\xbe\x3f\xf4\x5b\xe1\xe4\xfd\xbe\xb0\x00\x89\x1d\xb7\x19\xfd\x0d\x46\x2f\x8b\x4d\x7f\xbc\x73\xcf\x81\x98\x95\x2d\xed\xf6\xe7\xd5\x57\xa8\xad\x58\xdb\x16\x09\xfb\x23\x23\x42\x7f\x58\x81\x59\xb6\x95\x6e\xa7\xf0\xfe\x12\x17\x64\x3e\xee\xaf\xd4\x9c\xfd\xfd\x04\xfd\xda\x85\x78\xaf\xa2\xaf\x3b\x4a\x09\xd6\x9d\x2c\xe2\xe8\xaf\x22\x82\xfa\xcb\x5c\x81\xde\x9b\x57\x37\xfd\xfe\xa6\xce\xd1\xf6\xd1\xb1\x2b\x79\xa7\x2b\xf9\xe8\xc2\xd8\xb7\x78\x38\x16\xf0\x96\x67\x43\x7f\x65\x0b\xed\x2f\x4b\xc0\x56\x1d\xab\xd7\x84\x01\x79\x65\x62\xdc\x79\x66\x8f\x3e\x65\x22\xe9\x28\xbe\x15\xa3\x1c\x83\xfa\x94\xda\xa7\x23\xc0\xe9\x6b\xdb\x4b\xb7\xf0\xdd\x21\x7c\xc7\xa8\x00\x9b\x3e\x3d\xcf\xb9\xe6\xb9\xd5\x4c\x7d\x56\x7f\xf7\x21\x58\xed\xc2\x93\x79\x7a\xb8\x93\x1b\x24\xba\x37\x2f\xe1\xde\x44\x26\x8a\xb2\x73\x31\x1e\x7d\xea\xc6\xd8\x91\xac\xb7\xba\x60\xe3\xa1\x38\x8d\x71\x44\x88\x0e\x32\x48\x0f\xc7\x29\x8d\x23\x11\x2a\x2a\xfe\x73\x48\x11\x3d\xe0\x83\x5e\x47\x38\xfe\x4a\xe4\x1d\x87\x1c\x65\x07\x93\x1d\x34\x5d\x81\xc6\xf1\x78\x36\x0f\x88\xbe\xf2\xcb\x8f\x43\x5a\xbb\x81\x14\x05\xa1\xbb\xfe\x37\x92\x4d\xee\x7f\x61\xfe\x92\x6a\x6e\x58\xaf\x3f\xa0\xd7\x0f\x5d\xd6\xbd\x11\x74\x51\x1b\x01\x09\x64\xa2\xcc\x32\x23\xc8\x14\x32\xa0\xff\x0f\x45\x81\x75\xc3\x5e\x1f\x03\x5e\x1f\x55\x8a\x82\x11\x6e\x77\x79\x33\x99\x95\x4a\x91\xda\x8f\x7b\xc0\x8f\xfb\x1b\x6e\xd7\x2d\x0a\x32\xb2\x0e\xe4\xc1\xec\xc2\xa4\x11\xe4\x34\x30\x02\x9c\x06\x62\x53\x89\xc2\xf0\x7a\x96\xdf\x65\xa9\xbb\x52\x60\xd0\x9d\x77\x84\x8f\xcf\xd6\xa1\xba\x4a\x51\xa7\x79\x44\x9e\x66\x95\x44\x18\x51\xce\x35\x03\x97\x82\xaf\xad\xab\xad\xba\x8d\xb0\xfc\xf9\xee\x76\x1b\x64\x8e\xa6\x72\x60\x31\x7a\x3c\x54\x71\x8b\xb2\x9d\x8f\x28\xcd\xca\x88\xa8\x1f\x1e\x9b\xca\x73\x45\x79\x0d\x8c\x98\xd6\x77\x1b\x98\x0e\xca\x1a\xb1\x70\x3c\xd5\xc0\xb3\xb9\x63\x20\xdd\xe2\xd7\xa6\x35\xe8\xca\x32\x70\x65\xf9\xc4\x3d\x35\xb9\xcb\xc6\xcc\x64\x2a\x46\xe9\x98\xac\x11\x4f\x82\x4c\x75\xc8\xa2\x34\x51\x23\x42\x13\x35\x86\xea\xa8\x45\xb1\xde\x11\xa9\xbf\x56\xd5\x98\x11\x6f\x7f\x07\x27\x92\xe2\x02\xb0\xf1\xf1\x5c\x1e\x2e\x4f\x35\xae\x92\x44\xb8\x91\x98\x0c\x59\x97\xf7\x91\x74\xed\x1a\x89\xd7\x2e\xc9\x46\xc3\x99\x24\x06\x62\xa9\xdb\xa1\x32\x77\xe9\x72\x97\x17\x21\xad\xd3\x65\xd7\xf6\x01\xd7\xf6\xaf\x6d\x83\x25\xc9\x56\x3f\x10\x8b\xd4\x0e\x6d\x7a\x96\x88\x3d\x32\x83\x35\x86\x36\xc1\x29\x21\x46\x5e\x88\xa4\x72\x68\x45\xba\xd5\x51\x3a\x77\x41\x05\xdc\x8a\xdc\x1b\x46\x41\x0d\x2a\xdd\x0d\x47\x91\xfa\x64\x14\xaa\x4f\xa4\x1e\x1e\x45\x71\xa4\xa3\x20\x09\xf6\x18\xda\xbc\x2a\x85\xf3\xa8\xc4\x4d\x19\xa5\x47\x35\x6e\xd6\x38\x91\x15\x62\xcf\xb2\x9a\x38\xd6\xc4\x73\xae\x12\xe0\x56\xf9\x8f\xa5\xf2\xef\x2a\x36\x56\xa5\x8d\x1e\x95\xda\x68\x19\xac\x47\x95\xb5\x66\x20\x9d\x57\x0b\x22\x1d\xd6\xa6\x8f\x7a\x0d\xd4\xca\xd8\x5f\x35\x31\xd2\xd1\x22\x17\x27\x6c\xb0\xe7\xf7\x80\xe7\x77\x93\x63\xca\x68\x3e\x07\xad\x81\xc7\x8a\x8f\x8e\x26\x8f\xea\xd1\x06\x8a\x8d\x88\x9c\x36\xcf\xb1\x31\xb9\xec\xd0\x8e\xb7\x2b\xb9\x0d\x65\x57\x54\x6f\xae\x89\x3d\x8d\x46\xf6\x24\xfd\xe9\x68\xc6\xaf\x46\xfc\xea\x2a\xf7\xdc\xa6\x67\x39\x39\x4b\x55\xc1\xeb\xf2\xf7\x18\x4c\x34\xd5\x65\x1c\x1f\x5d\xd7\xf3\xd1\x61\x10\xd0\xed\x61\xf4\xe2\xcf\x58\x93\x2d\x0a\xd5\x7b\x75\x1b\x32\xda\x8c\xa1\x52\x73\x76\xbb\x19\x70\xbb\x69\x41\xc5\xd4\xbb\x09\x40\x67\xe6\x68\x45\x11\x0e\x5f\x11\x06\xaf\x08\x5d\xde\x75\x63\xf8\x18\x0c\x1e\x03\x99\x57\xc7\x90\xa9\x70\x0c\x9a\x9b\xcc\x64\x86\xc4\xaa\x31\x50\x2a\x26\x8a\x21\x0c\x03\x65\x24\x16\x22\x17\x4b\x1b\xc9\x5d\xa6\xd5\x65\x57\x9b\xbb\x4c\xec\x72\xaf\x60\x48\x2d\x31\x06\xca\x46\xba\xee\xfc\xd0\xa5\x70\x8c\xef\x68\x2a\xed\xdd\x31\x86\xf9\xe7\x38\xd1\xa1\xea\x15\xdb\x84\x30\x60\x42\xf8\xe6\xa8\x79\xbc\x9e\x23\x2a\x86\xc4\xa1\x52\xcf\xc3\xcc\x0e\x7e\x40\x2d\x0a\x9b\xc7\xf4\x1c\x27\xe6\xa8\x72\xb2\x43\xba\xf4\x31\xa8\x4b\x57\x51\xbe\x31\xa6\x7b\x9c\xac\xc2\xaf\x42\xe2\xa7\x0c\x32\xe3\x8c\x2c\x38\x2b\x66\x77\x1a\x9d\x4f\xa2\xb3\xb4\x3f\xe3\xbc\xfc\xdd\xc5\x44\x55\xaa\xe7\xea\x7b\xcc\x38\x51\xa8\x57\x21\x36\xe3\x94\x6d\x68\x9c\xcf\x44\x93\x46\x53\x56\x84\x81\x1c\xd0\x4d\xd1\x22\xe3\x9c\x6e\x42\x1d\xf3\xe8\x42\xaf\x97\xb9\xfc\x45\x2e\x2f\xf7\x83\x71\x99\x38\x5f\xc7\x9a\xa4\xbe\xb3\x34\x75\x45\x0c\xa7\x4a\xe7\x97\x8c\x46\xe3\xfa\xc4\xc5\x16\x55\x38\xdf\x16\x92\x01\x0b\x49\x53\x66\x98\x71\x99\x56\x5e\x89\x79\xe9\xc4\xe2\x2f\xd3\xca\x8b\xb4\x52\xa6\x9a\x71\xf9\x10\x5f\xdf\x21\x6e\x49\x65\xc3\x2f\x93\xd1\x8b\x64\x54\x66\x9c\x71\xc9\x33\x7d\x5c\xf0\x4c\x1f\x87\x38\xc1\x55\xdd\x65\xe5\x86\x8b\xfd\x5f\xcd\x7d\x36\x66\x86\x54\x75\xd2\x6b\xb8\xed\xc3\x79\x94\xad\xf9\x37\x79\xb7\x8e\xff\xa5\xb8\x6b\x9f\xa7\x01\x9f\xa7\xa6\xe8\xa1\x71\x99\x2b\x5d\xc8\x6e\xe0\xc2\xd1\xb7\x74\x00\xe3\x5e\x39\x29\x85\xcf\x77\x16\xc4\xee\xcc\x36\x11\xee\xdb\x62\xf9\x5d\x98\x87\x52\x38\x7b\x57\x7f\x57\x99\x2b\x53\xc4\xe6\x36\x58\xee\xca\x2c\x99\x22\x36\x8f\xb4\x7d\xe3\x61\x21\x0f\x79\x91\x8e\xc7\x84\xe8\x61\x4d\x8f\x28\x61\xf1\xf1\xae\x3f\xbc\x3e\x0c\x71\xc8\xa7\xb8\xad\xb0\x6d\xa8\xcf\xe2\x3e\x0b\x76\x5d\xec\xff\xf1\x0e\x3d\x6b\x87\xba\x8a\xf2\xeb\xaa\x3f\x9e\xc1\x93\xb0\x6f\xb6\xe3\x31\x99\x7a\x56\x2d\x76\x1d\xc9\x47\x6e\x4d\xe3\x59\xb5\xb2\x5d\x96\x5d\x49\xad\xc6\x0b\x8f\xd6\x74\xb8\x4e\xb6\xe9\xf3\x1b\x90\x4d\x45\x94\xc3\x57\xcd\xf1\x76\xa6\xe3\x77\x79\x6c\x29\x09\x07\x52\x70\xb4\xfc\x53\x97\xfe\x75\x13\xcb\xb3\x0a\x6f\xdf\xdb\x6d\x0f\xeb\x69\xef\x05\xbc\xf2\x15\x1f\xf0\xb5\x8a\xe9\x70\x65\x78\x29\xd8\xc6\x3b\x91\x18\x48\x14\xe0\x9d\x9e\xc8\x44\x49\x6f\xd7\xd5\x95\x2a\x7d\xcc\x03\x09\x94\x5c\x58\x56\x0a\xa8\x81\x40\x88\x78\xfc\x14\x9d\x55\xb8\xe9\x40\xb2\xdb\x6f\x22\x2a\x98\x2a\x25\xcd\x98\x88\xda\x4b\x2e\xbd\x6d\x53\xd4\x98\x15\x45\xa0\xc5\xfe\xa7\x52\x2f\x8d\x59\x59\xf3\xd6\xe5\x68\x3d\xda\xe0\x68\x2e\x1d\x6c\xa1\x7b\xde\xcc\xbe\xaa\x72\x73\xb6\xa5\xaf\xd4\x92\x25\xbb\xd0\xa9\x70\x68\x8e\xc1\x82\xa5\xae\xc5\xb9\x4f\xe4\x44\xb9\x9f\x5e\x5c\xff\x50\x5a\x80\x79\x7e\xb2\x58\x57\x80\xd3\x3c\x05\xae\x09\x8d\x59\xaf\x3f\x55\x02\x2f\x35\x95\x55\x40\x71\xb7\x5d\x32\xd4\xcc\x8b\xd9\x1a\xa2\x5a\x92\x5b\x90\x21\x4c\x15\x13\x5f\xb9\x5f\x4f\x20\x6b\x93\xeb\xde\x7c\x75\x84\xe7\x8b\x23\x5c\x77\x9e\xfd\x63\xbe\xc9\x9f\x21\x25\x46\x57\x81\xbb\x57\xd7\xaf\x89\x20\x21\xfb\x48\x4e\x6b\x68\x26\x34\x34\x6d\xa8\x96\xdb\x2b\x8a\x3e\xdf\x8f\xa2\xb7\xb1\x05\x90\xf9\xca\xe9\x6d\xbe\x9f\x00\xd2\x46\xf0\x57\x8f\x9b\x5e\x7c\xe5\xb1\xa6\x9a\xf2\x81\x26\x2d\x2c\x7b\xf2\x1f\x5a\x35\x97\xd7\x7d\xb3\x27\x8f\xc0\xc6\x58\x55\x3b\xf1\xcd\x9e\x7d\xe6\xec\x5d\xb6\x4f\xfb\x8c\xea\xec\x55\xb5\x11\xa7\x88\xc1\x9c\x2c\x59\xe8\xfa\x7c\xa7\x5b\x60\x20\x53\x9d\x3b\xc9\xe6\x73\x2e\x58\xec\x16\xcf\x1c\x95\xaf\xbb\x2b\x16\xea\x38\x4c\x58\x66\x83\xdd\x21\xe6\xac\xfe\xea\x63\x2c\x2e\xf4\x39\x5f\xcf\xee\x85\x74\xaa\xea\x79\x7b\xde\x61\x06\xa6\x4a\x39\x8e\x5d\x27\x2f\x24\xb7\xc1\x87\xf4\xd8\x9b\x15\x66\x28\x6e\x43\x7a\xa4\xa3\x26\xb5\x35\xb7\x21\xeb\x49\xd8\xe3\xc5\x78\x6d\x1e\x14\xe3\x45\x1e\xb4\xd5\x46\xb1\xce\x4d\x8f\xbe\x7f\x1b\xcd\x35\x3b\xb3\x77\xd9\xbe\x04\xdf\xbf\x83\x59\xd0\x95\x9f\x7c\xfb\x4a\x7c\xff\x32\xd1\x76\xfa\x9f\x4c\xac\xdf\x8f\xff\x7a\xfe\xe7\xff\xf1\x7f\xfd\xdf\xe7\x7f\xfe\x3f\xe7\x7f\x7d\xff\xdc\xff\xe3\x5f\xff\x7a\xff\xe3\xbf\x3f\xff\xe5\xfe\xef\x7f\xfe\xcf\xef\xe9\x9f\xe7\x9d\xff\xe5\x3f\xde\x7f\xbd\xff\xdf\x7f\xfb\x1f\xff\xba\xdf\x3f\xff\xf9\xdf\xfe\xf3\xfb\x0a\x7f\xff\x7f\x00\x00\x00\xff\xff\x0e\xf7\x18\x67\xc1\xb5\x03\x00"); +var _bbbbc =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\x91\x51\x8b\xdc\x20\x10\xc7\xdf\xfd\x14\xf3\x78\x7d\x69\xa2\x59\xdd\x14\x24\x50\x6e\x39\x9a\xc2\xf5\x4a\xb7\xd7\x16\x4a\x1f\xdc\x38\x09\x42\xa3\x62\xcc\xc3\x7e\xfb\x32\x26\xbb\x85\x7b\x88\xe6\xff\x9f\xdf\xe8\x38\x53\x3d\xf6\xa7\xde\xbb\x0c\xd5\xd7\x14\x86\x33\x66\x18\x9d\xb7\x09\x97\xb0\xa6\x01\xe1\x82\x93\xf3\x8c\x71\x01\xd6\x0d\xf9\x26\xcb\x36\xcc\x26\x32\x46\xf9\xe7\xeb\x92\x71\xee\xfd\x18\xa0\xd9\x38\xbb\xc6\x9d\x05\xa8\xbe\xe1\xe4\x96\x9c\xae\xf0\xf0\xd1\x86\x0b\xbe\x03\x8b\x23\xf9\x2f\xc9\x62\x72\x7e\x82\x87\xcf\x26\x1a\xcf\xef\x81\xf3\x1a\xe3\x5f\x9c\xd1\x67\xa8\x8b\x87\xde\x96\x9d\x55\x8f\xcf\x26\x7e\x31\x33\x42\xf5\xc9\x25\x33\x19\x6f\x4a\xa0\xf8\x3f\x30\x2d\x2e\x78\xe0\xf5\xfb\xba\x56\xff\xfd\xef\xd7\x88\xc0\xf7\x03\x5e\xfb\xd3\xcb\x38\x2e\x98\xa1\x55\x62\x63\x7e\xbd\xf6\x27\xf8\xcd\x81\xd7\x20\x64\x73\xf8\xf0\x67\x47\x7f\x3e\x07\x8b\x7b\x05\x8c\x6f\xef\x19\x82\xc5\x25\x9a\x01\x93\xf1\x13\x32\x00\x5d\xd7\x1d\xe8\xa7\xa7\x8e\x8a\x7c\x13\x65\xed\x9e\xe4\xec\x66\x68\x41\x30\x2d\x92\x4b\xa6\x05\x27\x25\x3b\x68\xc4\x91\x69\xa1\x48\x8d\x14\x53\x4c\x37\x44\xd2\xd2\x1c\x04\xd3\x0d\x91\xd2\x76\x20\x85\x62\x5a\x22\xa9\xb1\x83\xa6\x6d\x99\x56\x44\x2a\xd1\x81\x3c\x72\xa6\x15\x9d\x72\x44\x52\x87\x52\xd2\xed\x6e\xfa\xa7\x89\xdd\x3b\x38\xac\x29\xa1\xcf\x65\x5e\xa5\x4f\xf4\x50\xe7\xf1\x3e\xfb\x18\x22\x65\x95\xef\x5f\x00\x00\x00\xff\xff\x35\x0d\x74\x28\x27\x02\x00\x00"); +func _cbg ()([]byte ,error ){return _c (_cga ,"78-RKSJ-V")};func _fdd ()([]byte ,error ){return _c (_gbcg ,"Adobe-GB1-2")};func _gfec ()([]byte ,error ){return _c (_febcg ,"Adobe-KR-6")};var _babg =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\xbd\x4d\xab\x36\x3b\x96\x25\x36\xcf\x5f\x71\x86\xed\x41\x3b\x43\xdf\x12\x98\x03\xa6\x9b\xc4\xd9\xd0\xb6\x71\x75\xd9\x0d\xc6\x83\xf8\x2c\x5f\x70\xde\x4c\x6e\x66\x0d\xea\xdf\x1b\xad\xa5\x67\xad\xb8\x0d\x0d\xe7\x9d\x9c\x57\xf1\x44\x48\x5b\x5b\x5b\x5b\xfb\x5b\x7f\xfc\x0f\x7f\xfe\x8f\x7f\xfe\xf5\x97\x7f\x7c\xfd\xf1\x7f\xff\xed\xaf\xe7\x3f\xdd\xff\xf8\x7a\x7e\xf9\xf5\xfa\xed\xfe\xfb\x5f\xff\xf5\xb7\xf3\xfe\x3a\xee\x7f\xf9\xe5\xd7\x3f\xfc\x21\xc4\xaf\xeb\x97\xf3\x1f\x9f\x26\xfe\x9c\x7f\xd9\xff\xf6\x87\x3f\xcc\xef\xff\xe9\xdf\xfe\xfe\x8f\xfb\x2f\x7f\xfe\xf5\xf9\xeb\x57\xe2\x7b\xd7\xbf\xfe\x6d\xbd\xfb\xf5\xf5\xc7\xff\xe3\xfe\x97\x5f\xfe\xfe\x8f\xdf\xfe\xed\xeb\xdf\xfd\xcf\xd7\x5f\x8f\xfb\x7f\xf8\xba\xee\x67\x3e\xff\xdf\x7e\xbb\xee\xdf\x7e\xf9\xf5\x5f\xbe\xfe\xdd\x7f\xda\xff\xb6\xff\x1a\xf4\xc3\x3f\xfd\xeb\xdf\xfe\xf6\xff\xdd\x7f\xb9\x7f\xfd\xc7\x57\xc3\xb3\xfb\xd7\x0b\x7f\xff\xf0\xc7\xff\xf0\x9f\xf7\xbf\xfd\xaf\xfb\x5f\xee\xaf\x3f\xfe\xf3\xaf\xbf\xfc\xa7\x3f\xff\xd3\x7f\xdd\x62\x48\xff\xfe\x9f\xff\xcb\x9f\x52\xfc\xf7\xff\x0b\xde\xc1\x2b\xff\xe7\xfd\xdb\xdf\x7f\xf9\xeb\xaf\x5f\xe1\x7f\xdc\x62\xf1\xe3\xff\xf2\x6f\x7f\xbb\xbf\xc2\xea\xea\xbf\xfe\xf3\x9f\xff\xe3\xd7\xff\x1d\xbe\xc2\xf6\x15\x4b\x0d\xf9\xff\x59\xcf\xff\xaf\xff\xfc\xd7\xeb\xfe\xda\xd8\x0a\x9c\xc6\xf9\xd7\xeb\xfe\xfb\xdf\xf6\xf3\xfe\x6d\xff\xf5\x5f\xee\x3f\x7c\x7d\xfd\x4f\xdb\xfa\xf7\x3d\xff\x1b\xb6\x3f\xfd\xe9\x4f\x7f\xfa\x9e\x70\xfe\x37\x6f\x7e\x3a\xf8\xf5\xaf\xff\xb8\xee\x87\xcf\x7e\xff\xed\xfc\x17\x9e\xef\xaf\x30\xbf\x7e\xbf\xf6\x87\xb0\x6d\x6b\xf4\x5f\xae\xf3\xff\xdd\x7f\xfb\x7c\x58\xce\xef\xaf\xd1\x3e\xad\x36\x5b\x43\xad\xeb\xfb\x6b\x64\xb5\xee\xef\xaf\xb0\x6d\x9f\xe6\xbe\xcd\x61\x3e\x8d\x3c\x7f\x53\x37\x7b\xf9\xfe\xaa\xfe\xb1\x7e\x7f\x8d\xa4\x56\x9b\xaf\x56\x35\xfb\xf7\x57\x48\x51\xcd\xf1\xfd\x15\x8a\x9b\xfb\xf7\x57\xc8\x1e\xf3\x98\xdf\x0a\xbe\xfd\x9c\x2f\xbb\xe7\x6b\x36\x3d\xec\x84\xb7\x08\xfc\x7d\xa2\x25\xea\xdb\x63\x42\x1c\x05\xf1\x51\xe6\xcb\xfe\xb5\x7e\x7f\x85\xd0\xd5\x9c\x30\x07\xbf\x0c\x98\xd5\xf3\x31\x61\xae\x02\xf2\x00\xcc\xfe\x75\xc2\x1c\x05\xe4\x01\x30\x34\xfd\x73\x0e\x94\x34\xee\x35\x7b\xce\x9a\xfe\x35\x5f\x2e\xea\xf9\x9e\x2f\xe7\xf2\x69\x3e\x78\xf9\x03\x64\x98\x24\x30\x52\xad\x6a\x07\xb4\x83\xda\x71\x76\xd6\x8a\x5f\x48\x78\x50\x87\x1e\x64\x3c\x48\x4d\x0f\x80\x95\xa6\x21\xc3\x56\xd9\x87\x07\x6d\x78\xd0\x3c\x4a\xc7\x83\x9e\xf4\x60\xf0\x81\x47\xd9\xbf\xbf\xe2\x96\x92\xdf\x38\xf0\x40\xab\x1e\xb6\x93\xa3\xf8\x93\x8b\xa3\xf8\x8d\x9b\xa0\x7b\xd8\x87\x6f\x7c\xd0\x1e\xc2\x86\x4e\xa3\x3e\x09\x81\x6f\x68\x2e\x21\x02\x3f\x1a\x24\x24\xb4\xdd\x43\x25\x9c\x7e\xd0\x08\xa7\x00\x0f\x9c\xab\x96\x3e\x04\xce\xb5\xf9\x8d\x7d\xf6\x39\x3c\xe6\x31\x77\x94\x36\x4a\x08\x9c\x69\xf7\x18\x9c\xe9\x70\x97\x37\xa1\x70\x17\x0f\xa1\xd0\x83\xc8\x99\x7a\xd5\x62\xe0\x1b\x5a\xe8\x18\xf9\x86\x1f\x70\xa1\xbb\xfb\xe0\x42\x0f\xe1\x33\x72\xf2\xa2\xdb\x10\xb1\xd0\x3d\xb8\x8f\x8e\xa9\x08\xd0\x38\x66\x3b\x08\xdf\x11\x53\xaf\x86\xea\x40\xdb\xbf\xaf\x89\x09\xff\x71\x4d\x4c\x5f\xa4\x35\x31\x11\x5b\x9a\x4b\x98\x05\x41\xe2\xb4\xa2\x90\x97\x12\x1f\xf8\x83\x35\x4f\x7f\xb2\xe6\x29\x28\x12\xe7\x29\x16\x13\xd2\x5a\x64\xf7\xd1\xd9\xa9\xe0\x4c\x5c\xe4\x17\x9c\x3b\x57\xdd\x7d\x90\xa0\xb3\x47\x39\xf1\xc0\x84\x92\xb8\xcc\x9e\x7c\x22\x41\x67\x77\x4a\x6c\x44\x2d\x51\x5e\xd8\x50\x1f\x19\xd8\xd0\x8a\xe5\xb9\xbd\xfd\x7d\x5e\x9b\x5b\x30\x64\xe2\xa2\x09\x17\xb9\x10\x4a\x2d\x71\x26\x2e\xbc\xa9\x32\x37\x77\xf5\x1b\x24\xf8\xe6\x51\x06\x81\xc2\x79\xf3\x39\x59\xfe\x7b\x67\x4d\xc8\xdc\xf9\xd1\x20\x60\x3b\x98\x2e\xf3\x3c\x7e\x92\x11\x99\x2f\xd0\x8c\x70\x50\x36\x02\xa4\x15\x2f\x6b\x53\x6b\xb5\x0a\xb0\x20\x80\xcb\xc4\x42\x16\x96\x0b\x71\xe0\xbd\x53\x48\x0f\xd5\xdf\x2f\x7a\xf0\x08\xa4\x07\xe3\xb1\xac\x4d\xef\x3e\xd6\xa6\xf7\x28\xa4\x07\xd3\x54\x39\xf8\xc0\xa3\xac\x6d\x2f\x3c\x96\xb5\xed\x0d\xf8\xa2\x07\xad\x45\x21\x83\xd3\x61\x10\xea\xa4\x07\xef\xcf\x3a\x37\xbd\xce\xb3\x50\xc9\xec\xbd\xfd\x2a\xe9\xa1\xab\xc3\x4a\x5c\x98\x48\x2b\x71\x51\xfc\xc6\xe2\x01\xee\x83\xb8\x48\xfe\x84\x3c\x40\xa8\xa8\xe4\x01\xfe\x80\x3c\x40\xf3\xae\xe4\x01\x06\x7a\xe1\xc1\x2f\x2c\x3c\x08\xfd\xf5\xc6\x08\x6e\x3f\x18\x41\x14\xd3\x16\x45\xf8\x01\x29\xa2\x0b\x4f\x8d\x5c\xc2\x67\x58\x23\x97\x30\x14\x2d\x73\xcb\xfb\x13\xee\x0c\x93\x59\x23\x26\x8c\x9a\xb6\xa8\xc2\x9d\x4e\x2e\x61\x4e\xd4\x48\x13\x26\xc4\x46\x9a\xf0\x19\xd7\x16\x4d\xf8\x93\x75\xe8\xf9\xc1\x35\xbb\xf4\x08\x93\x5f\x9a\x0b\x8d\xb9\xc0\xc6\xfc\xc0\xf2\x76\x6f\xad\x33\xf2\x81\x40\x3e\xb1\x97\x8c\xd9\x93\x98\xf5\x07\x0f\x7e\xd7\x52\x5c\x1b\x30\x2d\xa4\x5c\x01\xef\xab\xbf\x2b\xe2\x77\xcd\xf0\x4a\xf8\xdd\xed\x8c\xdf\x05\xe1\xb5\xd8\x8d\x66\x70\x51\x96\xb0\x1c\x70\x11\xa9\x66\xf0\x17\xb7\x9a\x4f\xe0\x8b\xec\xc6\x1b\xe9\x22\x5a\x7d\x3a\x5e\x8b\xf5\x8a\x04\x2f\xa2\xd5\x3c\xe6\x21\x1c\xc6\xf3\x03\x29\x57\x88\x8a\xf3\x04\x18\x59\x5d\x46\x32\x9d\x2e\xaa\x8f\x05\x98\x90\x74\x18\x0b\x51\xad\x21\x62\x59\x8b\xe1\x2f\x80\x0b\x6d\xd6\x48\xb6\xd3\xb5\xbb\x63\x01\x2e\xfa\xe6\x2f\x78\xdc\xbe\x3e\xe9\x7c\x30\xf4\x00\x7b\x2d\x7a\xd0\x1d\x6d\xff\x4e\xde\xea\x1e\x4f\x42\xb9\xe9\xc1\xcd\x07\x06\xe2\x21\x10\xea\xa2\x72\xe6\xa2\xc1\x58\x03\x85\x00\x41\x45\x26\xd2\x8d\x2c\x32\x91\xae\x33\x3b\x56\xce\x2c\xb8\x53\xce\x4c\x84\x1f\xeb\x9a\x59\xd3\x03\x2c\x6a\xef\xee\x94\x6b\x38\xdc\xe9\x45\x48\xfd\x80\xec\x72\x78\x14\xce\x25\xa5\x9f\x1c\x4c\x91\x5c\xa4\x07\xc1\xb4\xb8\x88\x04\xb7\xd8\xb8\xc6\xda\x0e\xb1\x71\x8d\x45\xef\xb1\x11\x15\x92\x35\xe2\xe4\x22\x23\x4b\x2c\x8b\x8d\x98\xe8\x7e\xc0\x89\x8b\xfb\x45\x72\x8d\xbe\x79\x10\x62\x22\x7b\x90\x83\x6f\xb8\x8f\x85\x09\x43\xbe\x30\xa1\x37\x3a\xe7\x26\xf9\x3b\xf6\xb5\x88\x9a\x5b\xe7\xdc\x36\x3f\xc0\x56\xd6\xc9\x10\x3b\xa7\x26\xf6\x16\x3b\x21\x17\x33\x88\x9d\x90\x4b\xf2\x8a\x9d\x90\x27\x7f\x42\x7e\x37\x84\x9e\x7e\x02\x3d\xfe\x82\x33\x31\xbe\x3a\xe9\x33\x18\x0c\xae\xa9\x64\xe3\x38\x38\x35\xf1\xb0\x38\x38\x35\x43\x3e\xc0\xa4\xbc\xcf\x06\x67\xe2\xbd\x3b\x48\xaf\x3a\xb2\xe2\x58\xd4\xe8\x41\x38\xb5\xe1\x3e\xb8\x91\x86\x07\x21\xe4\xc1\x6f\x2c\x40\xb5\x6c\xfb\x82\x4b\x9d\xee\x8b\x65\x68\x51\x0e\x4e\x45\xec\x39\x1e\x7c\xc3\x14\x78\x70\xdf\x18\x81\x53\xb1\xf4\x96\x38\x26\x3a\xf5\xdb\xc9\x01\x4d\x05\xd0\x33\xbd\x3c\x27\x25\x3b\x31\xe3\x78\x72\xda\xd9\x3d\x8c\xb7\xba\x1c\xcf\xfd\xad\x2e\xc7\xf3\xf8\xfe\xd2\xe1\x17\x4f\x62\x44\x4c\x37\xf2\xec\x30\xd9\x5e\x6b\xfe\x1a\xff\xc3\xd9\xfd\x60\x69\x89\x42\x2a\x38\x7b\x72\x0f\xeb\xb8\x14\x7c\x93\xaf\x1b\x39\x17\xe5\x86\xe2\xf7\x49\x3c\x92\x7f\xd2\xd4\x8e\x05\x71\x9a\xaa\xef\x70\x2b\xbf\xe7\x9a\xa6\xd6\x1b\xc5\x58\xd3\xf6\x3b\x48\xd2\xd4\x56\x43\xf2\xb7\x73\xee\xc9\xc3\x5c\xbf\xc7\x63\xa2\x62\xda\x25\x5c\xa4\xc0\x9d\x21\x71\x31\x51\x07\xec\x12\xbb\x13\xb5\xb3\x2e\xb1\x29\x51\x3b\xeb\xc5\x0f\xda\xdb\x00\x91\x22\xec\x11\x1a\x32\x92\x62\x3d\xdb\xb8\x86\xf4\x1b\x1c\x52\x0a\x76\x8a\x84\x52\x62\x54\x4a\xa4\x47\x69\xc7\x69\x2a\x5b\x12\x88\x12\x15\xab\x2e\xb5\x3f\x25\xd8\x31\x04\x60\x5a\x20\x68\xd6\x89\x23\x36\x3f\x20\xa2\xdc\xe5\x3a\x5b\x24\xa7\xa5\x0e\xa1\x2b\x8b\xe8\x52\x87\x16\xe5\x23\x2d\xf5\x9b\x0f\xb4\x36\xfd\xe1\x03\xf5\x31\xa0\x34\x99\x01\xa4\x7d\xe7\x1b\x7e\x70\xf0\x81\xe0\x38\xd6\x27\xea\x03\x92\x54\x8d\x3a\xcd\xd3\xc9\x3e\xb4\x9b\xd3\xc9\x3e\x74\xa4\xa5\x93\x80\x99\x0a\xe6\x86\x08\x71\x1b\xdb\x4f\x8e\xa3\x84\xed\x12\xb7\xe1\xcf\x0b\x1f\x68\x00\x6c\x87\xb8\x89\x84\xf3\x16\x60\x55\x53\x1b\x8a\xd1\x26\xf6\xf0\x40\xd8\x8a\xe1\xb3\xbf\xc2\x0d\x7e\x91\x3e\x0c\x22\xdc\x07\xa4\xa0\xcf\xd9\x1f\x9e\x86\x2d\xfc\x61\x83\xe1\x69\x14\x7a\xfc\x3b\x38\xeb\x07\x6d\xe1\x69\x38\x33\x3e\x4b\x11\xb7\x6d\x8a\xdd\x1f\x34\xc7\x6d\x6e\xb8\xea\x5f\xc3\xc4\x47\x56\x2b\xfc\xae\x15\x7f\xd7\x9a\xe7\xec\xab\x99\x5f\x74\x16\xb7\x50\xbe\xbf\x6a\xd5\x28\xa1\xce\x66\x55\xb3\x9b\x43\xc6\x2d\x0c\x73\xc8\xb8\x61\x1b\x7e\xa6\x17\x37\x6c\xc2\xcd\xef\x4e\xea\xfc\xac\x78\xdc\xc2\x0d\xec\x7d\x9a\x71\x42\xf8\x41\x45\xdc\x22\x80\x70\x13\x40\xa8\xab\xb9\x93\x64\xb9\x8a\x5b\x3a\xbe\xbf\x24\xd1\xc6\x0d\xfb\x22\x86\xa0\xbe\xd3\xfd\x62\x3e\x71\x4b\xdc\x98\x59\xbd\x67\x52\x63\x57\x87\xd0\xeb\x37\x75\x98\x07\x3b\xd4\xef\xa0\x84\x1a\xbb\x46\x98\x82\x62\xeb\xc6\xcb\xd4\x3d\x9b\x8e\x8a\xb8\x61\xe5\x53\x73\x1b\x20\x0c\x23\x67\x07\xe9\x14\x0d\x09\xe6\x5b\x65\x76\x89\x1b\x98\x6f\xd8\x3e\xdb\x30\xc2\x34\x19\x42\x2f\x7e\x90\xbe\xbf\xda\x47\x98\x8a\xb4\x33\x06\xf1\xa3\x08\xa3\x61\x4f\x9b\xdf\xdf\xd1\xce\x6a\x03\xa6\x22\xba\x80\xf1\xae\x6f\x51\x1f\x4c\x4a\x68\xd5\x23\xc4\x30\x7f\x37\x00\x30\x89\x09\x62\x98\xbb\x46\x7a\xfd\xdc\xd8\xbf\x1f\xcc\x65\xfb\xb0\xbb\xf8\x31\x5e\x89\xd4\x96\x61\xa9\x7c\x24\xe3\x08\x1b\x50\x4f\x1f\x41\x2d\xc2\x74\x31\x64\xd7\x8b\xb0\x5c\x0c\x89\x7a\x11\x86\x8b\x21\x51\x26\x7e\x2c\x13\x51\x1d\xcc\x65\xe8\x69\xd3\x00\x53\xe4\x1a\xd2\x73\x23\x14\x42\xa9\x39\x11\x0a\xa1\xec\x4b\x31\x50\xf0\x29\xa2\xb3\x30\x05\x82\x9e\x36\xbd\x70\x82\xa3\x44\x03\x8c\x43\x3d\x46\x43\x44\x1e\x16\x0d\xf2\x05\x11\x25\x8b\x14\xa1\xf2\xcd\x07\x82\xf1\x9e\x83\x6c\x46\xca\xdd\xd0\xd6\x07\x77\x47\x5b\xab\x78\x0f\xb4\x05\xe4\xd4\xd5\x7a\xd2\xfb\x11\x74\x54\xf2\xc7\x5c\x1a\x23\x6d\xda\xf9\x23\x69\xc5\x48\x9b\x76\xfe\xe8\x0e\x31\xd2\x84\x9d\x45\xce\x71\x5b\x56\x2e\x3f\x68\xec\xc3\x9d\x42\x38\xc9\xd5\x0f\x06\xfb\xa8\x7a\xb0\x73\x4b\x6c\x7a\x70\xf0\x13\x0f\x4b\xf3\x9d\xd8\x40\xa4\xf9\x79\x7c\x44\xe6\x18\xc1\xe6\x8a\x9b\x89\x0b\xa4\xb9\xc2\x96\x1c\x04\x25\xc5\x86\xfc\xd1\x70\x62\xa4\xa5\xb8\xbc\x3a\xa4\xbf\xa3\x8c\x1f\x9c\x31\x31\x06\x32\x16\xb1\x85\x18\x89\xdb\xe1\x07\x6b\xd6\x7e\x40\x10\x9a\x66\x1d\x2f\xce\x49\x30\x47\x4a\x5d\x22\xca\x48\x39\x21\x57\x3f\xe0\x3e\xf1\x27\x60\x80\x46\x64\x5a\xb3\xd2\x03\xda\x31\x8b\xc8\x30\xe6\xd5\x83\x30\x43\xa3\x64\x11\x7f\x5a\xfa\x78\x16\xaf\x5f\x7a\x6c\x2e\x7e\x10\xf8\x86\x96\x8b\xe6\xb2\x22\x86\xb3\xd4\x80\xf1\x7a\x70\xf3\x81\xfa\x80\xff\xab\x0c\xc3\xb1\x93\xd2\x86\xa6\x76\x2c\x14\xeb\xc1\x09\x39\x33\x7e\xc4\xe0\x98\x40\x7a\x73\xa9\x3f\x0f\x26\x51\xc8\xbb\x12\xd3\x72\x30\x88\x4f\xa5\x81\x5d\x2a\x03\x67\x4c\x83\xe7\x87\xa8\x39\x41\xf7\x78\x3f\x00\x9c\x51\x66\xf3\x98\xa0\x8c\x44\x93\x5e\x82\x32\xf2\xbb\x4f\xca\x7f\xfb\x80\xd2\x83\x58\x3e\xc4\xa8\xdf\xbd\x31\x25\x9e\x50\xe3\xc7\xf3\x11\x73\x4c\x7c\xf0\x99\x7c\xbe\x27\x0b\x97\x89\x2c\xe6\xe7\x81\x01\x4b\x0c\xad\x4c\x0e\xd9\xa3\xc0\x2a\xe5\x46\xfb\xd3\x41\x99\x8b\xd6\xa3\x60\x28\x15\x1d\x16\x7d\x3f\x55\xfe\x1e\x3f\x82\x76\x2c\x0d\xfd\xe9\xe4\x2c\x93\x61\xf6\x98\xf5\x7d\xc7\xf7\x42\x65\x99\x1a\x6a\x8f\x59\xe3\x4d\x71\xb3\xc7\x2c\x78\xa6\x82\xda\x63\x56\xff\x1d\xf0\x25\xf7\x8f\xf1\x25\x9b\x94\x89\xf8\x16\xf5\xf3\x44\xbb\x57\xb2\x4c\xa4\xf7\x4d\x07\x4c\x21\x46\x5f\xdd\xed\x64\xc8\x1f\xd5\x22\x96\x83\x07\xb9\x4e\xd5\x72\x80\xe3\x0b\xbe\x03\x1c\x5f\xe0\x1d\x5c\xb3\xe1\xd7\xc9\x7c\xfd\xc2\x39\xdf\xd7\xf4\xa7\x00\xd8\x92\x66\x7f\x92\x6c\xc4\x15\xcb\x89\x13\x54\x07\x46\x99\x07\x88\x8f\xa7\x32\x35\xca\x26\xb9\xa5\x9c\x40\xb6\x07\xa3\xcc\x9c\xc4\x4c\xca\x3c\x6f\x5a\xd4\xe8\x38\x6d\x36\xf3\x85\x32\x09\xaa\xe9\x3c\x2f\xe7\x33\x9b\x02\xe6\xce\x58\x6b\x61\xf3\x2e\x68\x0b\x1a\x78\x4a\xe3\x8b\x58\xee\xf9\x7d\x13\xf0\xcf\x42\xae\xe0\x7d\x78\xda\x69\xf5\xea\x3c\x37\x9a\x24\xc0\xba\x61\xb6\x41\xcd\x1b\xe2\xc4\xe7\xf3\x1a\x40\x0b\xda\xc7\x35\x80\x16\xfc\x79\x9e\xb4\x20\xde\x51\xa7\x10\xd7\xc4\x5b\x6a\x05\xa5\xea\xd8\xab\xa0\xf4\x4d\xbc\xbf\x56\xd2\x8a\x7a\xaf\x09\xef\x27\xb5\x33\x7e\x17\xec\x15\xd8\xd0\x51\x52\x6b\x45\x3b\xab\x4d\x4a\x10\x38\x73\x27\xc9\x31\x1a\x6b\x3d\x40\x68\xe2\xc1\xb5\x92\xc9\xbc\x1e\x4c\x5a\x69\xee\x0f\x9b\x3f\x8c\x1f\x9d\x3c\xb5\x62\x29\x04\xfc\xe2\x4f\x62\x9b\x75\xed\x84\xe2\x37\xb8\x58\x92\xce\xea\x24\xd5\xa9\xfc\x08\x41\xc7\x4d\x75\x48\x0f\x96\x34\x23\xea\x6e\x1b\x79\x9c\x8e\xf0\x16\x16\x7f\xda\xf4\x80\xc3\x6a\xbf\x37\x88\xde\x51\x26\xf7\xd8\x32\x05\x20\xed\xe1\x56\x16\x95\xe9\x8d\x46\x9e\x26\x4c\xb7\x1d\x3c\x4b\x0b\xdf\x8e\x87\x90\x7f\xba\x18\x38\x23\x6a\x14\x17\x1c\x30\xc4\xc4\xa8\x8d\x78\x00\xae\xb0\x89\x54\x0f\x58\x03\xa2\x19\xdb\x11\x09\xc6\xc7\xfc\x12\x0f\x9c\xdc\xd1\xac\xf0\xa8\x84\x3c\xf8\x41\xe0\x03\x8d\x82\x03\x30\x9a\x06\x8f\x51\x7e\x07\xf9\x31\x1a\x15\xc8\x4f\x17\x37\xb0\x51\x8a\xa8\xe8\xee\xf0\xb5\x59\x68\xbf\x7b\x81\xae\x56\xfc\x46\x83\xc7\xf2\xf5\xc6\xc0\x27\xaf\x37\x0e\xbc\x21\x40\xef\xc9\x64\x73\x14\xd7\xb9\x61\x03\xcc\x16\xc5\xee\xa9\xe1\xe7\x9a\xdd\x8e\xdf\x5f\x49\x6e\xcf\x78\x4f\x39\x38\x5b\x10\xbe\xa7\x20\x9c\xcd\x09\x6e\x1a\x00\x93\xc4\x9e\x7b\x30\xc8\x42\x8c\xf4\xc6\xcc\x53\x2f\xee\x12\x71\x17\xa5\xfa\x93\xf1\xfd\x55\xb6\xe2\x3e\x8f\xd9\xee\x6e\x4f\xf2\x6c\xb2\x07\xc6\x7b\x1e\xd2\xa9\xea\x28\xba\xe7\x1e\x48\xde\x13\xf7\x0e\x54\xca\x3c\x17\x6f\xc4\xd7\x14\x79\x67\xe2\x8d\x13\x39\x07\x6d\x81\x1b\x71\x34\xd9\xfa\xc0\x8d\x48\x9a\xe4\x03\xe8\xc6\xbe\x4a\x43\x07\xc2\x8d\x7d\x95\xc7\xf0\x1b\x73\x9f\x8f\xe0\xa9\x23\xa2\x26\x5b\x0a\xba\x11\x53\x93\x86\x18\xdb\x8d\x43\xa9\x6c\x62\x0d\x37\xec\x96\xef\x4e\x0f\xcc\x25\x18\x1b\x30\x64\xe6\xad\x69\x2e\x88\x9f\xc9\xdb\xeb\x13\xda\xd4\x44\xd0\x30\x4e\x84\xf4\x5a\x65\xd8\x37\x87\xce\xbe\x9b\xde\x2e\xdb\x09\xee\x33\x61\xd1\xb4\xbd\xef\x29\x7b\xc5\xaa\x8d\x77\x33\xf0\xa6\x4a\x38\xbb\x61\xe1\x4c\xd6\x8b\x6f\x5a\x35\xe5\xd1\x8a\xf7\xc9\xf8\xa2\xee\x41\x20\xe0\x45\x13\xdb\x15\xbe\xbf\xd2\x66\x94\x53\x43\x32\xe7\xba\xe9\xf3\x7a\x7f\xd1\x38\x33\xbf\xd1\x27\x9c\xd2\x3d\x6e\x28\xd7\xa9\x1b\x17\x50\xae\x93\x2d\x02\x37\x82\x84\x92\x8c\xab\xf1\x9e\x87\x63\xa8\xc6\xc5\xd4\xb2\x52\x32\x65\xdc\xa0\x0c\x9d\xbd\xf7\x7d\x60\x48\x21\xf7\x86\xe3\x31\xfb\xf7\x49\xad\x43\xba\xcd\xfd\xc0\x04\x21\xd1\xe5\xd9\x68\xdc\xda\xd4\x9e\x4c\xcf\x47\xfd\x33\x79\x6f\x96\xad\x2a\x3e\x53\x47\xcb\x66\xd6\x0f\xcc\xaf\x8a\x07\x8a\xcf\x3c\x7a\x73\x90\x28\xf0\xcc\xb3\x37\xc5\xe6\xef\xdb\xfc\x3d\x78\xbc\x89\xb2\xa2\x2d\xfd\x4c\x75\x2d\x47\xe9\x03\xcf\xd4\xd6\x52\xec\xf5\x27\xa7\xd3\x33\x35\xb9\x94\x86\x07\x3f\x67\x67\xc1\x9d\x5f\xb3\x1d\x0d\x3c\x18\xd4\x0b\xf8\x67\xb6\x85\xbc\x27\x6c\x68\x0b\x98\xa9\x07\xa6\x50\xfd\xfb\xe4\x57\x43\xec\xe7\x99\xe7\x52\x8e\x12\xbb\x9e\x50\xbf\xbf\xb2\xed\x08\x0f\x82\x90\x92\x91\x31\x55\x84\xd4\x3c\xd9\xa9\x36\xe6\x24\xae\xfc\xcc\xe3\x23\xa7\xe8\xfe\x0f\xb4\xfd\xfe\x39\xbf\xcf\x7e\x7f\xd2\xdb\x90\x35\xeb\x99\x92\x4d\xce\xc5\xed\x49\x0c\x41\x1c\xfb\x41\xf4\x51\x94\x65\xe6\x99\x72\x7f\xea\xda\xdc\x4f\x9c\xfb\x4e\x4e\xaf\xf8\xcc\xd3\x2b\xda\x4e\xf8\x20\xd0\xe8\xb5\x58\x71\x2e\x6e\x15\x83\x79\x22\xf6\x83\x76\xfa\x33\xcf\xb6\x98\x8b\xc7\xdb\x7f\xc7\xff\x9f\x78\xa0\xed\xfe\xe6\xfa\x79\xdf\x3f\x53\x67\x8d\xa1\x19\x9e\x39\xbf\x66\x7c\xc1\x12\x3e\x4c\x4c\x30\x84\x0f\xc9\x56\x0f\x62\x90\xe4\xb8\x88\x4f\x22\xe7\xf1\xfb\xbf\x3f\x6f\x9e\x84\xf3\x46\x52\xc5\x33\x15\xe0\xac\xc0\xb5\xf8\xa4\x8a\xb6\xf0\x91\x1a\xda\xee\x7f\xf2\xf5\x2a\x0e\xf2\xc0\xb2\x9e\x8b\x17\x34\x4d\x04\x28\xde\x2e\x3e\xe9\x40\xdb\x1f\x9c\x73\x77\x18\x61\x53\xc3\xce\x43\x3c\xfe\x41\xe4\xd1\x78\xf5\x37\x45\x14\xc5\xe8\xc4\x07\x71\x47\xd1\xbb\x3d\x07\x1c\x76\x02\x70\xca\xb2\xa9\x78\xc3\x4c\x85\x3d\x59\x43\x7d\x60\x9f\x54\x30\x4c\x7c\xa6\xfe\x9e\x6c\xb3\x7d\x72\xc5\x61\xe9\xfe\x1a\x76\xab\xe0\x9d\xea\x7d\x51\x84\x68\x7c\x60\xe0\x94\x67\x21\x3e\x79\xee\x6e\xb9\x6e\xe3\x93\xe7\xa9\xd6\x8b\xc7\x9f\xf3\x8f\x9e\x5f\xbe\xbe\xbf\x8a\xc2\x10\xe2\x93\xef\xd9\xae\xfe\xfe\x41\x5b\xf0\x4c\xb5\x34\x65\xc9\x52\x4f\x99\x1b\xb8\x7b\x43\x16\x58\x12\xc5\x4d\x9f\x92\xe6\xf7\xde\x00\x05\x07\xcf\xe6\xdf\x21\x15\x19\xfe\x29\x44\xa6\x4d\xdc\xf7\x29\x73\xfe\xc5\x04\x53\xe6\xfc\xab\x37\x58\x19\x68\xfb\xfd\x39\xff\x6a\x02\x45\xb0\x51\x32\x3d\xc0\xef\x5f\xcd\x8d\x11\x6a\x64\x13\xcd\x83\x30\x80\xf1\xea\xff\x01\x81\x0b\xdf\x94\x1d\x75\x40\x3d\xb4\x9d\xf8\x7d\x9a\x4e\xa4\xa6\x3e\x53\x39\x89\xb5\xf8\xfb\x3c\xf1\xa5\xc3\xfd\x99\xca\x49\x92\xf3\x2a\x3e\x53\x39\x49\xd9\x1b\x0e\xf1\x01\xd9\xc7\xd9\x53\x27\x02\x5e\x04\x5e\xc7\xe4\xd0\x5e\xa0\xa9\xbd\xa4\xec\x05\x9f\xea\x4b\x0c\xcd\x00\x9c\x20\x10\x21\x6c\x2a\x2f\xa9\xbd\x06\xbc\xe7\xef\xc9\xbf\xcf\x0d\x50\x25\x61\xc2\x13\x12\xa3\x17\x0c\xb1\x01\x79\x48\xfd\x82\x2b\x24\xa4\xfa\x93\x50\x83\x08\x3f\x49\xb0\x4c\xfc\xb4\x89\x9e\x61\xe8\x11\x7b\x34\xbc\x5c\x6d\xa2\xe7\xb5\xdc\x88\x3c\x7a\x9d\x3f\x0c\x22\x90\x28\xf9\xb4\xf1\xfd\x55\x5f\xe7\x4b\x9b\xd8\xb1\xd9\xf1\x69\xd4\x8c\xfc\xfd\xe4\x8f\x9b\xb7\x23\xa3\x8e\x5e\xed\xfb\xfb\xab\x46\x49\x80\xcf\x54\x71\xa2\x05\x98\xa7\x6f\xf3\x77\xf7\xd7\x03\xb6\xaf\xbe\xef\x73\x7b\x14\x9f\x27\x53\x4b\x88\xd1\xf0\xf5\x8c\x30\x36\xf7\x07\xed\x46\x46\x8e\x07\x5e\xc0\x6a\x61\x61\xea\x10\xd1\x86\x86\xa7\xcf\xf3\xe1\xb5\x9d\x3a\x42\x84\x5e\xe3\xef\x73\x7c\x6f\xa7\xa9\x61\xd4\xe4\xf3\xa5\x9f\xdf\x5f\xf5\x45\x7e\x7d\xce\x7f\x98\x1d\x21\x0a\xa1\x9b\xdd\xd1\xc5\xe8\xef\x07\x5d\x1b\xfa\x7e\x84\xef\xaf\x5a\x0d\x3f\xe2\xb4\x5e\xe7\x1f\x02\xb5\xb2\xf9\x39\x0c\xf3\x76\xae\x3c\x03\xeb\x6f\x76\x35\xd5\x91\x14\x86\x7f\x6f\xdf\x5f\x55\x51\x7b\xf1\x99\xca\x48\x6d\xde\x9e\x08\x57\xc8\x3e\x8f\xc6\x9c\xbf\xc5\xdc\x67\xea\x26\xb1\xbf\xc6\x9b\xec\x51\x61\x45\xf1\x19\x17\x84\x29\xd1\xd3\xd4\x5d\x62\x32\xfd\x4d\xd5\x25\x16\xcb\x1f\x53\x75\x89\xc3\xec\x97\xa1\x0e\xc1\xdb\x75\x8f\x10\x08\xfc\xc2\x3c\x1f\x5e\x02\xd2\x54\x6d\x52\xb6\x40\xb2\x4f\xfe\x30\xbc\xfd\xa1\xe9\x34\x9f\x5f\x7b\xfb\x9d\x8c\xfd\x4c\xc5\x27\x75\x13\xe0\xd4\x7b\x52\x31\xbf\x9e\x6a\x4f\x0b\xde\xad\x53\xeb\x69\xc1\xe7\xd9\x4e\xcb\x8f\xfb\xbb\xbe\xbf\x7a\xb5\xb4\x3a\x55\x9e\x94\x4d\xb0\xfb\x03\xfe\xaf\xfe\x11\xb9\x91\xbd\x61\xa6\x46\xd4\x82\x37\x30\xac\x74\x41\xba\xdd\x03\x7d\x28\x59\x40\x38\x32\x36\xb8\xe0\x3f\xe6\xfc\xcb\xab\x3f\xf0\x47\x9f\x4f\x53\x7d\x8a\xc5\xf8\x3b\xb0\x01\x4c\x70\x07\x63\xe4\xdc\x9e\x0c\xe0\x25\x5d\x1f\x70\x56\x7b\x03\x1f\x2b\x36\x59\xed\x0b\x76\x3d\xb7\x61\x88\x93\xee\xfa\x40\xf5\xb2\x76\xf1\xd0\x3d\x6e\x79\x63\x6a\x5e\x69\xb3\xc0\x36\x15\xaf\x96\x5f\xef\x33\xba\x42\xf3\x85\x1d\x31\x47\x7f\x3f\xd7\xd7\x6a\xeb\x03\x83\x48\xb2\xba\xf2\x20\x32\xa5\x7a\x07\xd0\xb4\xe8\x1d\x05\xcb\x62\xb6\x44\x38\xf5\xb8\x96\x7d\xe0\x4f\x35\x2e\xbd\xd4\x0b\x98\xae\x87\x0f\xb0\xa9\xd5\xc5\x66\x00\x2f\x08\x00\xa6\xf8\x2b\x41\x1d\x5a\xfd\x27\xba\xb6\x3f\xc3\xa7\x6d\x6a\x33\x3d\x7d\x36\x58\x82\x3b\x5b\x01\x8a\x09\xfe\x6c\x49\x43\x09\x7e\xe7\x5a\xfd\xeb\x44\x7e\x7d\x7d\x4c\xc7\x73\xfb\x49\xdc\x40\x42\xe6\x4f\xab\x1f\x63\x49\xda\xa6\x6c\xde\x25\xaa\x25\xb8\xa2\x43\x8c\xc1\x0f\xe0\x9f\xfb\x18\x11\x12\x9c\xd3\x21\x2a\x3b\x27\xd1\x3d\x5d\x65\x05\x4e\x1b\xfc\x33\x31\x34\x8d\xb1\xfc\x0d\x1f\x86\x9b\x98\x17\xe4\x13\x23\x6d\x0f\x38\xae\xc6\x7c\x30\x63\x21\x00\x6e\x80\x2a\x33\x75\x8a\x13\xc8\x1e\x3e\x0c\x3f\xc5\x29\x50\x77\xc9\x93\x09\x2e\xa5\xae\xb8\xf7\x04\x8f\x52\x57\x1a\x4c\x8a\x98\x93\x02\xe1\x13\xc2\x39\xbb\x14\x94\x14\xa7\x40\xdd\x95\x63\x93\xe2\x14\xa8\x5b\xfd\x44\x02\xa4\x38\xe5\xe9\x2e\xef\x48\x8a\x70\xe4\x2a\x86\x3c\xc1\x61\xd5\x95\xdf\x93\xe0\xb1\xea\x4a\xe1\x49\x71\xca\xd3\x5d\xee\x96\x14\xa7\x3c\xdd\x95\xc3\x94\x62\xc6\xfc\x8a\xdb\x34\x11\x6a\xfe\x53\x9e\xee\xca\xf2\x49\x70\x80\x75\x85\x3c\xa4\xb8\xfc\xfd\x43\x0f\x0a\xac\xc5\x43\x00\xe3\x44\xda\xe4\xb7\x4b\x88\x8a\xeb\xa1\xba\x8d\x11\xb4\x04\x71\x60\x84\x2a\x8c\x0c\x60\xb8\x68\x06\x30\x91\x6d\xd9\x4b\x34\x80\xe2\xea\x76\xe3\x0b\xee\x01\x38\x16\xe1\x21\x86\xae\x4b\x46\x4e\x71\x1e\x4a\x61\xcb\x5d\x48\x83\x5f\x6b\xcb\xdd\x5f\x9c\xec\x52\x68\x9e\xe7\x52\x4f\xc1\x5f\x00\xcd\xaf\x59\x3f\x9c\xb5\x5e\x80\x57\x6b\xcb\x7e\x03\x46\xb5\x2d\x0f\xcd\x7b\x9e\x14\x5d\x4e\xad\x14\x77\xae\xbc\x28\x67\xc7\xca\x17\xf7\x88\x95\xaf\x9a\x05\x4e\x0a\xe5\x9f\xa5\xb8\x03\xa4\xea\xfe\xb0\xf2\xe2\x0c\x88\xf1\xeb\x4a\x6e\x4b\xf1\x81\xa6\xe5\xfd\x89\x18\xb5\xbe\x65\xb7\x11\xd4\x20\x52\x65\x9c\x5a\x50\x1c\x57\x42\xa4\x5a\xd7\x59\x9b\xd2\xc6\xb4\xb5\x8f\x76\x9b\xe8\x60\x0c\xf2\xf2\xa6\x04\xdf\x76\x50\xf4\x59\x4a\xf0\x6d\x87\xfe\xd1\xb7\x12\xc3\xdd\x82\xbc\x96\x89\x01\x6f\x41\x81\xad\x89\x21\x6f\x41\x71\xab\x09\x41\x6f\xad\x88\x3e\x52\xc8\xf0\x62\xea\x83\x50\x30\x0f\x01\x11\xc0\x76\xb4\x65\x52\x20\x94\xc3\x1f\x20\x2e\x40\x7b\x26\xd1\x17\x2e\xdb\x5c\x4a\x81\xfe\x17\xf5\x18\xe1\x21\xd1\x26\x49\x91\x98\x13\x62\x10\x52\x17\xe4\xac\x4d\x0c\xa9\x0b\x43\xbc\x32\xc5\x8a\x39\x08\x84\xd8\xd0\x16\x08\x71\xc7\x88\xc2\x0a\x02\x42\x8a\x21\x82\x2f\x3c\x8c\x20\x24\x24\x6c\x4b\xf1\x0d\x04\xd0\x05\x2b\xda\xf3\x48\x9e\x14\x1d\x05\x52\x22\x04\x1a\x21\x01\x2b\xd2\xd4\x53\x82\x29\x20\x8c\xe4\x37\x10\x2e\x21\x56\x93\x90\x88\x14\x46\xd2\xb4\xc1\xbb\xb6\xec\x21\x4e\xc2\xe0\x2f\x08\x75\xd2\xea\x23\xa9\x28\x0c\x9d\x57\x09\xec\x68\xcb\xe5\x27\x07\x50\xca\x70\x2c\x89\xb7\xa5\x4c\x88\xbd\x0e\x53\x79\x6f\xa5\xbb\xf7\x1d\x73\x16\x92\x32\x28\xc9\x94\x35\x95\xf3\x2e\x6b\x55\x4a\x93\xd7\xb5\x32\xd4\x5f\x21\x52\x3d\x22\x42\xef\xc3\xd0\xa6\x4e\x85\x2b\x6f\x52\x29\x80\x51\xfc\x3b\x41\x9d\x0b\x0a\xbf\x4c\xa9\x21\x72\x47\xcc\x2a\x4d\x0d\xa9\xd5\x57\x1b\x67\x74\xd4\x2a\x4c\x0d\xa9\x55\xaf\x2b\x02\x75\x36\x43\x80\xc0\xe6\xa0\x48\xc7\x84\xa0\xc4\xbe\x19\xc5\x83\xdb\x41\xab\x34\x00\x61\xf4\xfb\xd8\x0d\x5e\xb4\xc1\x0d\x59\xdd\x01\x18\x8d\xf7\xdb\x8e\x01\x74\xa4\xc1\xe3\xdf\xaa\x89\x9f\xbe\x67\x43\xbc\xe3\x00\xe8\xfe\x1d\xfc\xdd\xab\x70\x10\x60\xf5\x77\x80\xb4\xa3\x56\xed\x60\x7f\x7e\x9f\xc1\x58\xea\x0f\x22\xa2\x95\xde\x94\x20\x13\x4a\xa9\x4d\xe9\xc4\x79\x21\x66\x8f\x80\xca\xbe\x99\x2a\x4f\x70\x5e\xb3\xa4\x13\x4b\x10\x34\x81\x0b\x0e\xd0\xa4\xfe\x2e\xf2\x30\x2d\x7a\xde\xa8\xa2\x6b\xbb\x66\x86\x05\x25\xcd\x39\x83\x75\x36\xb9\xff\x53\x66\x8c\xed\xf8\x98\x99\x53\x46\xd0\x6c\x8b\xda\x6e\x19\xd1\x2e\x39\x06\x3d\x40\x26\x43\xf6\x7e\xcb\xc8\x64\x68\xf1\xa3\xfd\xa6\xdc\x97\xb6\xae\x51\xa0\x1e\x36\xd9\x7b\x53\x46\x22\x72\x55\x26\x58\xca\x70\x86\x34\x05\x7e\xa5\x0c\x01\xbc\x27\x71\xec\x8c\x60\xee\x26\x1b\x71\xca\x0c\x96\x96\x4c\x9d\x4a\xa0\x8b\x40\x14\x53\x60\xf4\xb3\x0d\x3d\x15\xa4\x87\x35\xe5\xbd\xa5\x02\x9f\x6e\x53\xaa\x4d\x2a\xd4\xc3\x94\x2f\x9b\x0a\x3c\x4e\x4d\x76\xfe\x54\xa6\x64\x3f\x1f\x7c\xe0\x28\x58\x86\x96\x44\x98\xe5\x42\xd8\xdc\x56\xf5\xc6\x03\xe3\xa0\x12\x64\x13\xdc\xee\xa1\xe5\x8f\x74\x9e\x2a\x02\x3e\x47\xf8\xe8\x13\xa9\x66\x74\xaa\x90\xde\x54\x11\xf4\xdf\xf2\x47\xc3\x4a\x15\x1e\xbc\xa6\x90\xaf\x54\xa1\x13\x37\x89\xf0\xa9\xc2\x71\xd3\x2c\x5d\x34\xb8\xbc\x5b\x11\xe7\x6c\x70\x79\xb7\x22\x5e\xdb\x5a\xe1\x83\xcf\x5c\x5a\xa7\x63\x46\xac\xa7\x61\x5d\x5a\xf1\x83\x1b\xae\x30\xe5\x7e\xa7\x76\x03\x63\xa5\xe9\x0d\x4e\xbf\x08\xf4\xf6\x5c\x7c\xf0\x19\xa5\xc3\xb7\xd2\xca\xc7\x9c\x98\x3a\xec\xd3\x2f\x16\xd9\x13\xf5\x63\xc9\x52\x3d\xf3\x13\x1d\x5d\xbd\x70\x2e\x9a\x6d\xaf\x84\x54\x87\x5d\xdf\x91\x31\x2c\xa5\x35\x75\x38\xfe\x86\xac\xae\xa9\x3f\xfb\xef\x9c\xa0\x69\xe0\xcc\x6e\x55\x34\x36\xe0\xa7\x6e\x55\x5c\x60\x20\x05\xa7\x55\x31\xff\xb1\x23\xcf\x4e\x61\xb5\x69\x40\x75\xdd\x8c\xa0\xbd\x9c\x7c\xf0\x59\xb9\x9d\x54\xd8\x82\xde\x80\xf9\xac\xc9\x5e\x9f\xf6\x8e\x74\xae\x29\xcf\xff\xe0\x80\xda\x4f\x82\x20\xde\xbb\x33\x74\x5b\xc1\xf3\x69\x87\x87\xae\x29\xac\x26\xed\xf0\xd0\x35\x05\x65\xa5\xfd\xc6\x44\x65\xd2\x4f\xfb\xc3\x98\x43\x31\xec\x63\x23\xd4\x42\x16\x7d\xf8\x4d\xa9\xf7\xe9\x40\xb8\x71\x53\x0e\x71\x3a\x22\x63\xd6\x44\x80\x07\x52\x9c\x9a\x12\x7b\xd2\xd1\x08\x87\x14\xa3\x03\xde\xf4\xa6\x94\xbf\x74\x80\xb9\xd8\x51\x97\x8e\xce\x3e\xb4\x24\x07\xdc\xc8\x4d\x59\x39\xe9\x40\x90\x50\x35\x93\x3b\xe0\x37\xad\x43\xac\xf5\x38\xd9\x87\xf8\xc0\xf1\x80\xbc\xcc\x4b\x8e\x07\xf9\x94\xd6\x98\x4e\x04\xe7\xd6\x21\x59\xfd\x44\x80\x42\x93\x11\x2c\x9d\x18\xa5\x0d\xad\xe2\x09\x47\x69\xb3\x70\x74\x21\x5c\xb2\x29\xc4\x23\x5d\xd0\x84\xdb\xf8\x98\x7d\xd3\x95\x48\xb3\x5a\x97\x2b\xe3\x1c\x96\xb8\x7d\x21\x37\xad\x0d\x91\xfd\x05\xad\xa3\x6f\xd2\xae\x2f\xc4\x38\xbd\x4e\xd6\xeb\x5c\x0e\xf0\xcf\x2a\x5c\x88\x68\xed\xb2\x66\xa4\x1b\xfc\xe9\x25\x59\xde\x89\x93\x15\x5c\x37\xf3\xb4\x83\x36\xf9\x5d\x39\x8a\xf4\x88\x1b\x29\x71\x5d\x36\xd7\x74\xe3\xdc\xe8\xb2\xc9\x24\x86\x52\xf4\x4d\xbc\xf6\x66\x3a\x95\x72\x21\x12\xc2\x18\x42\xdf\xc4\xd2\x6e\x66\x42\x2a\x39\x22\xc1\x8f\x10\xba\x37\x17\xcd\xd4\x75\xe8\xdc\x80\xa9\x39\x74\x25\xaf\x24\xd8\x96\xc3\x4b\x97\x85\xed\x2b\xbc\x54\x22\x18\xb7\x42\xb6\x8e\x43\x63\x4c\x0f\x9a\xfe\x73\xb1\x0f\xb1\xb4\xe7\x5a\x38\x5d\x9f\xe4\x2d\xf1\x93\x8f\x62\x96\x37\xa4\x36\x76\xd9\x38\xf3\xc6\x64\x56\xe5\x85\xe7\x55\xa9\x22\x7f\x00\xcb\x0c\x18\xef\x32\x13\x67\x66\xa6\x77\xc5\xc0\xe4\x90\x1f\x3c\xf8\x70\xe3\xcc\x04\x68\xc7\x0f\xe6\x80\x0a\x20\x5d\x87\x73\x0e\x07\x3f\xf9\x78\x0e\x32\xc2\x97\x43\x8f\x1f\xfd\x2a\x87\xfb\xe6\x03\x8d\xf2\xb0\xd3\x0f\x4e\x33\x83\x89\xbb\xce\xf3\x1c\x37\x7e\xf2\xd9\xb6\x99\x29\x93\x59\x91\x48\x39\xae\xd9\x7e\xb4\x9d\xcc\x5c\xad\x2e\x93\x5e\x8e\x17\x1f\x64\x7d\x82\xa0\x80\xae\x8c\xe5\x9c\x20\xdf\x74\x79\xb1\x32\xd4\x93\xd0\x75\x16\xe7\x84\x38\xda\x9e\x3e\x8a\x5f\x4e\x9c\x8b\x92\x52\x73\xc2\xc6\xee\xca\x28\xcd\x19\xba\x62\x17\x49\xe5\xcc\xba\x1c\xaf\x37\x70\x08\x74\x65\x81\xe4\x0c\xbe\xd6\x95\x80\x93\x33\xf8\x5a\x57\x16\x64\xce\xcc\xc8\x97\xbd\x27\x67\xf8\xab\xda\xf6\x31\x47\xe4\x8c\x3c\xc9\x9e\x5f\x0f\x76\x3e\xf8\x10\x4c\xc6\x89\xdf\x73\x55\xa7\xb0\xa9\x76\x9d\xe7\x39\x1f\x9c\xdc\x10\xe8\xdc\xc8\x0a\x14\xcf\x85\x93\x2b\x1f\xa6\x9d\x0b\x32\xb7\x7a\xf9\x48\xcd\xb9\x40\x45\xcc\x0a\x81\xca\x85\x28\x2c\x5a\xa8\xd2\xd6\x9e\xfb\xcc\xa5\x20\x13\xb0\x29\x8f\x24\x97\x83\xa3\x08\x8e\x02\xc0\x46\xf0\x27\x37\x28\xb9\x86\xfe\x83\xf3\x2b\x17\x9e\x3d\xb2\x66\xe7\x0a\x5e\xdb\xab\x56\xa0\x06\xfa\xab\xb5\x77\x2a\x34\xba\x2e\x8f\x78\xae\x4c\xd1\x55\xe6\x65\xae\x3b\xdf\xf8\x70\xf4\x5c\x57\xe5\x9c\xcf\x09\x97\xeb\xce\x51\xb4\x55\x1a\x28\xa1\xd7\x8f\x8c\x91\x1b\xab\x92\x28\x4e\x22\x37\x90\x79\x6f\x9f\x08\xb3\xdc\x58\xbc\x46\x01\xc0\x99\xb2\x4e\x57\x50\x67\xee\x01\x0b\xaf\xe4\x98\xdc\x59\xfb\x44\x39\xf0\xb9\xd3\x97\x2c\xe3\x5f\xee\x19\xeb\xac\xf0\x85\xdc\x21\x3e\x77\x79\xf7\xf2\x80\x79\xbe\xc9\x46\x92\xc7\x0d\x9a\x95\x2d\x21\x0f\x88\x36\x5d\x51\xec\x79\x87\x99\xa5\xcb\x58\x90\x77\xc4\xd3\x75\x9d\x92\x79\x87\x4c\xde\xa5\x36\xe7\x03\xaa\x79\x52\xfd\x94\x7c\xc0\x92\xda\x15\xe8\x97\x8f\xb6\x16\xfe\xd3\xe9\x01\xa5\xa8\x2b\x1c\x2b\x1f\x27\xe1\x10\xa7\x38\xae\xf5\xc6\x67\x2e\xc7\x4d\xed\xe1\xa3\x88\xe5\x93\x42\x98\x8c\x9b\xf9\x44\x10\xff\x50\x68\x67\x3e\x01\xd8\x90\xf9\x30\x9f\x27\xfd\x4d\x62\x3f\x27\x92\xcd\xc6\x26\x8c\x9d\x77\xe0\x27\x9f\x07\x17\x78\xda\x50\x7c\x56\xbe\x70\x4e\x0c\xf9\x50\xf2\xfd\xfb\x08\xa0\x7c\x6f\x88\x83\x7a\xb5\xa9\xe5\x08\x5f\xf7\x06\x2f\x60\x73\x07\x30\xfa\x17\xff\x8e\x90\x9e\xe0\x0e\x06\x7c\xba\xfe\x1d\x5e\xbd\x8f\xf5\x26\xdf\x4c\xca\xcc\x7e\x9f\x87\xce\xeb\xc1\xf5\xfd\x95\x8a\x38\xd7\xbd\xc1\xe9\xfb\xb1\x8b\xe5\x1b\xfb\xa8\xf9\x40\xb9\x11\xb7\x23\xab\x6a\xbe\x21\x90\x28\xce\x27\xdf\x61\x4d\x49\x3d\x42\x51\x51\x6a\x4a\xbe\x43\x41\x07\x51\x6d\x38\x32\x93\xdb\x0d\x81\x3a\x1e\x00\x81\x1e\xda\xa6\x77\x80\x1f\x6b\xb8\xbf\x1b\x28\xf1\xfb\x88\x84\x8c\xa2\xe3\x3b\x4e\xa4\x0f\xe3\x28\xd2\x73\xac\x01\x63\x7f\x87\x65\xe5\x1b\x54\xdd\x14\x60\x9e\x6f\x84\xd2\x6c\x62\x91\x37\xce\x90\x1c\xb5\xee\x37\x34\x60\x07\x1d\xe6\x3b\xd2\x59\x2a\x2c\x43\x23\x6e\x8a\xa2\xce\xf7\x14\xd2\xf2\xe6\x49\xc0\x08\xa6\x72\x2d\xf9\x4e\x53\x7a\x0f\x9b\x09\x01\xe1\x30\x8a\x15\xcb\x77\xa2\x16\xee\x85\x02\x41\xcb\x3d\x96\xef\x29\x4d\xc4\xe1\x85\x45\xed\x1d\x59\x6f\xf2\x9d\xe0\xdf\x1e\xfe\xfd\x79\x07\x9f\xe5\x3b\x33\x38\x4d\x10\x21\x7c\x45\xba\x74\xbe\xc1\x72\xb2\x52\xcf\xf2\x8d\xfc\x93\x9a\x85\x94\xcc\x3d\x98\xfc\xa0\x53\xed\xd3\x90\x19\x21\x65\x26\xd6\x3c\x69\x51\x51\xc3\xf9\xce\x64\x0d\x9a\x52\x46\x74\xa8\xa7\x8c\x0c\xbe\xa6\xc8\xe4\x7c\x97\xf2\xfd\x55\xb3\xd1\x5e\x88\x34\x75\x88\x9a\x35\x4a\x25\xca\xf7\x14\xb0\x72\xf0\x76\x44\xc5\x9a\x64\x5a\x46\xc1\x1a\x47\xee\xe6\x1b\x7a\x58\x98\x4c\xe2\x07\x87\xd2\x5d\x96\xd2\xaa\x36\xe6\x53\x34\xff\x02\x8f\x69\x14\x78\x35\x22\x24\xcb\xed\xc4\xd1\xd4\xc1\x94\x87\xe7\x03\x2d\x4a\x25\xa9\x66\x2d\x42\x03\xad\x8b\x11\xde\x0d\x4e\xe5\xae\x09\xa0\x92\xc2\x90\xd7\x28\xdf\x2c\x8b\xe0\x19\x22\x52\x3b\xcb\xaf\x9d\x6f\x94\x49\xa8\x66\x69\x3d\x02\x67\xc2\x79\xff\x5d\x50\x62\xbe\x7b\xc5\x6e\xf3\xef\x70\x43\x8b\x8b\x22\xb4\x39\x36\x53\xfe\x94\xe0\x73\x30\x19\xf5\x03\x41\x96\x6e\x9f\xef\x20\xc7\x7c\x43\x77\xcb\x2f\x42\x44\x24\x74\x70\x1b\x42\x50\x34\xbf\x80\x25\x69\x98\x0c\x19\x58\xe0\xad\x38\x68\xf1\xd6\x80\x8c\x73\x96\xa3\x32\x23\xce\x39\x86\xcd\x74\x37\x26\xd9\xbc\xdb\x03\x6d\x21\x1d\xa1\x04\x9b\x4e\xd6\x1b\x3e\x9b\xa0\xd3\xfa\xa6\x34\xa4\xd0\xa1\x7c\x4f\x41\xc3\x21\xb7\xf9\xde\x81\x63\x13\x3e\xd4\x53\x9f\x99\xf7\x4e\x90\xfd\x7d\x45\xac\xa2\xa6\x00\x0b\x54\xed\x5a\xc3\x7d\x6e\xac\xad\x09\x40\xb8\xee\x47\xf3\x78\x0f\x67\xa8\x07\x53\x38\xc8\xc1\x1b\x65\xca\x91\xd9\xd2\xd5\x3d\xd5\xe3\xac\xa8\xe2\xbc\x22\x95\x5f\x5b\xf9\xd8\xdf\xa1\xa7\xf9\x3e\x8e\xdf\x85\xbc\x67\x86\x32\x37\xeb\x25\xf7\xd4\x39\x63\x32\x4c\xe7\x54\x63\x8b\x91\x7a\x12\x27\xea\x91\xaa\xf2\x6b\x9d\xe7\x01\x9e\x95\x18\x98\x11\xc8\x9c\x55\xab\x30\xdf\xb0\x06\xd6\xe2\x0e\x3b\x3b\x70\x8f\xf0\x97\x57\x77\x70\x30\xa6\x5b\xed\x0b\x1d\x6a\x0a\x27\x08\xcf\x3b\xe3\x9c\xdb\xb9\x78\xb7\x22\x2f\x34\x27\x1f\xd6\x53\xd6\x8e\xc1\x2c\x17\x95\x7f\x5e\xcb\x38\xd5\x99\xa8\x12\x09\x19\x31\xd0\x59\xb9\xd8\x19\x21\xd0\xa9\x44\x0f\x30\x10\x02\xa4\x09\xd0\xac\xa8\x4c\xb1\x7c\xa3\xe8\x4f\x78\x51\xe2\xd4\x8f\xaa\x17\xe1\xc2\x0c\xa2\xdf\x7f\xd0\xd6\xeb\xf7\x9a\x81\x5e\xb8\x19\xc1\x2c\x94\xdc\x91\x03\x88\x10\xee\x84\xa8\x56\x4d\xe9\x9e\x8b\xb2\x99\x2e\x20\xd5\x87\x2a\x08\x6e\x72\xb4\xd7\x07\x07\xe7\xa0\x49\xdf\xc0\x7a\xf4\x90\x08\xf3\xce\x6e\x2f\xda\x55\x97\xb4\xc3\x48\x7a\xbe\x1f\x9e\x12\x45\x5f\x3c\x11\x87\xb3\x26\x05\x5d\x75\x04\x6f\x9f\xa7\xf0\x0b\xe1\xe1\xa9\xd4\x45\xd4\xe6\xc2\xf8\x83\x79\x90\x45\x09\xfd\xf7\x73\x02\x4d\xfe\x9e\x3c\xcb\xfb\xe9\xb9\x09\xb4\x96\xf2\x21\xdb\xd5\x0e\x43\xec\x78\x4f\x12\x5a\x10\x3b\x1e\x4a\xfb\x89\xbb\x29\x23\xb0\x7c\x76\xdf\xf5\x00\x2e\x35\x31\x51\x46\x86\x07\x65\x62\x64\x86\x86\x9b\x45\x3d\x74\x76\x6a\x2f\x20\xfa\x7b\xc2\x67\x78\x96\x20\xe9\x2f\x60\x19\x95\x60\xf9\x7c\x2a\x51\xaa\x8d\xdd\x21\x45\x1c\xf1\xdf\x49\x89\x1b\x19\xf1\xdf\xa1\x8a\x76\x11\xff\x1d\xc3\x26\xa4\x3e\xa1\x10\x04\x8d\x18\xe8\x99\x28\xee\x92\x8c\x7a\xb8\x8f\x75\xda\x09\x88\xc0\x54\x0f\x61\x79\xaa\xe5\x59\x1e\xff\x8c\x20\xef\x24\x9b\x7a\x46\xd0\xf4\xec\x40\x78\x88\x14\x49\xc4\x75\x10\x16\x9d\x54\x05\x2f\x23\x2c\x3a\xcb\x50\x9b\x19\x16\x3d\x14\x26\x91\x11\x07\x3d\x81\xf4\x17\x88\xf3\xd2\x71\xf3\x2c\xd1\xcf\x40\x52\xf4\x13\x1b\x41\x24\xf4\x9c\xb7\x66\x85\x4a\x8c\xc5\x40\xc2\xfd\x99\x8c\xfa\xb4\x83\xcf\xf8\xf7\xb5\x98\x7e\x80\x50\x60\xaf\x25\xbc\x9f\xf2\x79\x64\x86\x42\x37\xa5\x11\x66\xc6\x3e\x07\xcb\xaf\x08\x76\x9e\x0f\xd4\x05\xc4\xc5\x4d\x5b\x08\xd1\xcc\x71\x68\x07\x20\x9a\x39\xbf\x30\x0d\xe1\xb0\x5a\x3f\x65\x38\x73\x4e\xe2\xdf\x88\x4f\x0e\x32\xa8\x65\xc4\x27\xa7\xad\xb9\x07\x44\x0d\x68\xd3\x21\x3e\x39\x9a\x35\xad\xf8\x64\x53\x4b\x59\x20\xab\xc3\x02\xde\xe5\xa5\x2c\x94\x70\x75\xe4\xac\x08\xe5\xec\x11\x50\x2a\x40\x0c\x1f\x96\xc5\xac\x2c\xa1\x8c\x08\xe5\x89\x36\x8f\x30\xa0\x5c\xf9\x05\xc8\x3e\x12\x88\x11\xa2\x9c\x55\x8d\x28\x3f\x14\x37\xb3\x21\x22\x2f\x34\x40\x93\x7f\x97\x6a\x80\x60\x73\x6d\x1e\xa0\x2e\x06\xae\x11\x96\x48\xa9\x33\xe3\xa1\x31\x58\x99\x38\x19\x51\xc4\xd9\xea\x38\xa2\x88\x67\x9f\xc2\x73\x65\xdc\xb4\x84\x05\xc4\x09\xc7\x60\x31\x1a\x81\xc2\xd9\x3a\x26\x02\x85\xb3\x55\x6d\x04\x0a\xcf\x0f\xd4\x25\x9c\x17\x36\xe3\xc1\x00\x9b\x8a\x89\xa9\xe1\x28\x97\x8a\x88\x58\xde\xd9\x81\x1f\x50\x50\x8f\x1e\x12\x98\x4c\xee\x11\xec\x4a\xa2\x35\xa3\x75\x6d\x59\x45\x74\xee\xec\x51\xa8\xec\x54\x63\x4d\x0d\x30\x3d\x2b\xdd\x3e\x23\x3e\x37\x0c\xc5\x2b\x65\x06\xe8\xb6\xe8\xd5\xe8\x80\x5a\xda\x09\x22\x72\xb3\x6c\xe8\x99\x11\xb9\xc1\xa2\x2f\x42\x72\x5f\x96\x48\x84\xe4\x66\x55\x7d\xc8\x08\xc9\x9d\x1f\x08\x2f\x9d\x09\x49\x86\x69\xad\x84\x1f\x60\x25\x64\x5e\x40\x50\xee\x7c\x41\xab\x3b\x85\xe5\x6c\x93\x06\xa2\x72\xbb\x82\xf4\x33\xa2\x72\xe7\x07\x7e\x80\x28\xbe\xfe\x93\xba\xa6\x19\x31\xba\xf9\x45\xbf\x88\x87\xca\x56\x42\x11\xa4\x9b\x6d\xf4\x43\x90\xee\x1c\xce\xf0\x00\x25\x26\x68\xb8\xf8\xab\xcf\xad\x41\xa6\xe0\x36\xf9\xb3\x8f\x11\x84\xe5\x86\x60\xee\xc9\x30\x3c\x1f\x2b\x30\xf2\x25\xf3\xbe\xfd\xc0\x9e\x12\xca\x20\x3b\x37\x77\x08\xd9\xb9\x48\x9a\x40\xd8\x6b\x18\x3e\x42\x8e\x45\x38\xea\xf0\x28\xe0\xce\x02\x11\x71\xab\xc3\x47\xeb\x41\xa3\x91\x7b\x3c\x88\x04\xaf\x3b\x6c\xa3\x59\xf5\x7c\xf3\x73\x40\x11\x76\x9b\x26\x33\x2f\xfb\x09\x4e\x26\xb9\x0e\xa1\xa6\xe1\x85\xc5\x73\x91\xaa\x3f\xa8\x1c\x52\x40\x9d\x9d\x0f\xb4\xee\xc8\x5b\xb7\x1d\x9d\xc1\xa5\xc9\x67\xca\x49\xb9\xcd\xd3\x3a\x49\xac\xe6\x9e\x27\x02\xd5\xcc\x36\x28\x3e\x9b\x78\x4f\x8a\x40\x96\x41\x2e\xb0\x0d\x63\xfe\x02\xad\x1a\x91\xd7\xc2\xb4\x60\xbc\xe8\x30\x30\x75\x5f\x50\x09\x7c\x8e\xa1\x90\x66\xf7\xa1\x73\x81\xfc\x7c\x70\x5e\xe0\xc7\xde\xd2\x17\xb8\x88\x0f\xfb\x8b\x73\x32\x9b\x99\xf2\x74\xaa\x66\xc8\x14\xa0\x4d\x4c\x53\x80\x6e\xd5\xc4\x71\x43\xa9\x71\x87\x94\x9f\x2d\x81\x3f\x53\x7e\x4e\xed\xd5\x01\x65\x1c\xe3\xfd\x46\xd8\xb9\x41\xbc\x31\xa2\x57\xf2\xe1\x0e\x97\xbc\xfc\x40\xfc\x4d\xcd\x93\x7e\x88\x36\x69\x83\xcf\x03\xcb\x8e\x99\xc4\x14\x7f\x93\xaa\x84\xe4\xe7\xc1\x2e\xae\xee\xa0\x23\x49\x57\x93\xa0\x0b\xfc\xf5\xfd\xc2\x92\x76\xf9\x12\x7f\x7d\xce\x3d\x58\x7a\x6f\x91\x07\x25\x7c\x3e\x4a\x40\x61\x8d\xac\x4d\x06\xb6\x82\xd8\xe1\xb9\x47\x92\x1e\xc0\xea\x50\xfc\x02\x61\xec\x6a\x37\xc2\x90\xf5\x00\x66\x87\x8f\xe6\x52\x36\x18\x4a\xad\x94\x97\x6d\xa3\xa8\xe7\x17\x28\xe0\x16\xf7\x30\xd7\x5a\x87\x54\xd9\x20\xe0\x56\xe5\xdf\x94\x6d\x4a\xb8\x45\x86\xcc\xb2\x6a\x79\xa9\x40\x76\x41\x39\xaf\x2c\xa1\xba\x20\x02\x3a\xbd\x26\x11\xa8\xd2\x7e\x44\x9a\x82\xa2\x5e\x59\x01\xa7\x05\x65\xbc\xc2\xa8\x1e\x61\xcd\xd2\x2f\x50\x8a\xea\x02\x9a\x12\x70\x75\x8f\xa4\x70\xff\x4e\x51\xf0\x23\xb3\x14\xd6\xfb\x6a\xd1\x88\x0a\x17\xc7\x30\xd4\x08\x3d\xeb\x1e\x13\x72\x57\x50\x0f\x91\xb3\x54\x07\x08\x41\x4c\x06\x09\x89\x90\x35\xab\x3f\x24\x42\x8e\xa2\x85\x88\x5c\x5a\x2d\x65\xa4\xf2\x25\x34\x47\x1e\x22\x3f\x2a\xad\x5d\xb6\x88\x2d\xfe\xea\x1d\xe2\xcd\xab\x37\x22\xc4\xd0\x1c\x48\x3b\xf5\xef\xd4\x10\x0c\xfd\x14\xc1\x36\x2f\x11\x63\x9d\x92\x57\x3d\xad\x0d\x28\xf8\x29\xcf\x4b\xd4\x2d\xdb\x27\x30\x45\x6d\x26\xee\xb9\x87\xb5\x26\xc2\x30\x22\xa3\x93\x09\x0d\x9e\xab\xda\xbc\x5f\x32\x51\x2c\x42\xca\x30\xd7\x54\xb7\x17\x08\x1a\x22\x43\x72\xed\x9a\x35\xa5\xf1\xa6\x35\xcc\xc0\x5a\xd3\xac\x33\x6b\x2e\xf9\x77\xee\x9e\x64\x90\xd6\x6e\x31\x48\x54\x19\x9a\xdf\xc0\x99\x15\x34\xa9\x02\xee\xee\xdf\xcb\x22\x7e\x8d\x59\x40\x07\x26\x44\x18\x73\xe5\x1e\x2e\x5b\x59\x74\xe0\x1e\x78\x6e\x1a\x6f\x14\xaf\x9b\x60\x9a\xe2\x74\xda\x5e\x3d\x3e\x04\x5a\x1f\x54\xae\x5d\x12\x5e\x90\xc3\x37\x5e\xe4\x51\x17\x94\xea\xb3\xd2\x4d\x29\xa8\x2b\xad\x87\xc9\x0f\xb8\x47\x93\x96\xbb\x52\x56\x4d\xee\x02\x24\xd6\x3c\x06\x77\x5c\xd2\xf2\x35\xae\xbf\x7a\x58\xf2\x73\xd6\x72\x34\x16\x6d\xf3\x07\xc8\x2d\x8e\x9a\x28\xe4\xe9\xcd\xb8\x6e\x8c\xe5\x11\x8c\xcb\x6f\x65\x92\x6c\x5c\x7f\xb7\x51\xc9\xce\x8b\xd7\xb9\x78\x1a\x70\x89\xcf\x59\x34\x4e\xab\x70\x77\x9b\x02\x46\xd6\x90\x9d\xba\x91\x67\xdd\x49\x52\x59\x68\xe9\x38\x5b\x4d\xf5\x7d\x89\x76\x1e\x94\x02\x83\x57\x6b\x49\xb7\x66\xd1\xf4\x87\x17\xe1\x81\xc2\xeb\x10\xde\x06\xe5\xa0\xee\x07\x6b\xf5\x34\xf1\x01\x39\xc8\xcb\x3d\x05\xd4\x94\xcd\xc2\x07\x48\xec\xd5\xc1\x41\x10\xfc\xc2\xc9\x1e\x05\xf5\x92\x50\xab\x3e\xd9\x49\x63\xe6\xd1\xfb\xa2\x31\x4d\x63\xa7\x5d\xcf\xd8\xdc\xe9\x86\x70\xfb\x82\x5e\x29\x28\x0f\x9a\xbc\x8c\xbb\x03\xc6\xd3\x57\x1b\x0c\xc2\x3c\xfc\xc0\x41\xd3\x85\xa8\x83\x36\x08\xc1\x88\xdc\xaa\xec\x49\x2c\x11\xd5\xe7\xf1\x41\x9a\xf5\xc1\xc2\x40\x83\x4d\x78\x38\xb9\x36\x66\x10\xb4\xe7\x9a\x05\x9d\xb4\xc2\x99\x0d\x9e\xd4\x4c\x0d\xe4\x0a\xa3\x74\x0f\xb4\x83\xbc\xba\x20\xae\xbd\x2f\x90\xd1\x14\x5f\x40\x90\x29\x99\x00\x90\xd2\xa4\x1c\xe9\xb2\xc1\x64\x5b\x9b\xbb\x84\x13\xb8\x0e\x61\xfa\xa2\x3e\x64\x96\x71\x11\xca\xf1\x93\x30\xbb\xb2\x5d\x05\x45\x09\xdc\x3d\x78\x9a\x77\xf6\x05\x57\xe4\x10\x0e\x58\xfd\x57\xc6\xa1\xb2\x5d\xc8\x5a\xf5\x4e\xa6\x05\xd7\x3b\xff\xa2\xba\xe3\x4d\x72\x93\x14\x7c\xa0\x2d\x91\xd3\xf4\x77\x83\x16\x3c\xe6\x9d\xf9\x82\xe6\x7c\x63\x2f\x1b\x69\x0c\x58\x48\xde\xec\x37\x52\x4f\x2d\x7c\xdd\xf4\xad\xfb\x90\xbd\x69\xcb\xc9\x1e\x03\x86\x0c\xa3\xf5\xc6\x34\x5e\x40\x72\x6b\x67\x3d\x78\x58\xa9\x6e\xd3\xbc\x1e\xda\xd5\xcc\x78\x59\x7c\xa3\x99\x5c\x1e\x6e\x23\x23\xf7\xe1\xee\xd7\xa0\x0f\xe7\x25\x7a\x7a\xc8\xa3\x4c\x81\x0f\x64\x85\xe1\x21\xc8\xa2\x3c\x2f\xd8\x7d\xab\x57\xe7\x59\x7b\xfb\xd3\x25\xeb\x7b\xd6\x8f\x5a\x55\x18\xaf\x55\x75\xe7\x4f\xe1\xcd\x42\xca\x75\x28\xbc\x47\xa8\xea\xe2\x87\xc2\x7b\x84\x86\x04\xfc\xc2\x7b\x84\xb2\x8c\x73\x25\xd0\x74\x3b\xfc\x02\xc5\x07\x31\xd2\xb0\xe4\x50\xb1\x45\x5c\xf0\x13\x2d\x5f\x04\x88\x99\x51\xec\x24\xc0\x43\xaf\xa8\x85\x82\x9a\xa1\x39\x48\x1a\x0f\x2b\xba\xc2\x43\x06\xea\x51\x49\x6d\xb2\x07\xe3\x01\x62\x67\xfc\xd8\x6b\x4a\x58\x62\xa7\xd8\x24\x6e\xf3\x99\x0f\x34\x6f\x48\x95\x8a\xfd\x2a\xa8\x53\x9a\x55\x0e\xaa\x84\xc8\x8d\x28\xa2\xc3\xb5\x3a\x49\x95\x54\x0b\x6f\xcd\x09\x16\x30\x70\x49\xce\x7c\x20\xc4\x25\x24\xe0\x06\xbf\x40\x0e\x24\x29\x07\xb7\xe4\xcc\x2f\xd4\x67\x5a\x31\xe8\x7e\xa3\x01\x2a\xbf\x40\xca\x97\x78\x88\x3b\x71\x66\x17\x42\x55\x22\x26\x0c\xc4\x81\xb6\x10\x01\xb7\xbc\x62\xab\x0a\x2f\xb3\x51\x19\x90\x12\x68\x68\xb5\xb4\xc0\xfb\x6c\x54\xa5\xb6\xf0\x3a\x1b\xdd\x55\x50\x78\x9b\x4d\xf2\xac\x33\xca\x2a\x78\xb1\xe1\xa6\xaf\xda\xfe\x08\x18\x8c\xcd\x8b\x9f\xa9\x41\x08\x4b\x19\x16\x99\xe1\x36\x6b\x3c\x1b\x40\xd6\x85\x71\xff\xb0\x9f\x98\x56\x60\xb6\xb5\x90\x86\x78\xc4\x39\x21\x75\x00\xbb\x6d\x34\x69\x94\x88\x0e\x05\x50\xe1\xca\x4b\xf8\xc0\xe5\x35\x59\x25\xbb\x0a\x2b\xc4\x56\xc5\x1c\x15\x5c\x55\x33\x1f\xf8\x0d\x5a\x37\xba\xfb\xdc\x51\x7c\xc6\xed\x93\xa5\x0c\xd4\x5e\xfc\x48\x63\x56\x3a\x99\x86\xa0\xae\x84\x52\x68\xa9\x64\x36\x42\x3b\xaa\x3b\xf8\x30\xe3\x1d\x32\xc1\x12\x12\xee\x90\x09\x4e\x9f\x2d\xb8\x43\x26\x2a\xa1\xbd\xe0\x8e\x18\x17\xe0\x29\xbc\x23\x66\x54\x8f\x00\xcd\xa4\xfe\xc4\x43\x54\x70\x7d\x4c\x8e\x66\x4c\x8d\xe7\x9c\x3a\x63\x38\x79\x32\x19\x34\x6a\xe0\x12\x9e\xc3\xb2\xd1\x0a\x5c\x5c\x05\xa3\xfb\x2d\x4a\x60\x58\xb6\x74\x10\x5c\x04\x93\x64\x0e\x2a\xbc\x09\xe6\xcd\x75\x1a\x23\x33\x4d\x59\x8d\xb1\x74\xda\x5c\x8d\xd6\x4d\x49\x29\x01\x52\xa8\xb2\x76\x4b\xe8\xf1\x5d\x92\xa8\x84\xbe\x26\xa1\x21\x96\xcd\xd6\x3c\xa1\x63\x55\x8a\x7b\xe0\x6d\x00\xfe\x00\x15\x93\xa2\x47\xc4\x09\x20\x75\x20\xa0\x2c\x5b\x4b\x66\x6c\x1d\xd4\x1f\xdd\x01\xe4\xa2\xd7\xef\x6b\x0e\x86\x00\x65\x91\xa2\xda\x03\x65\x23\x24\xe4\x04\x18\x68\x15\x1c\x58\x50\xcd\x38\x29\x0b\xbf\xa0\x9c\x71\x56\x24\x60\x09\x83\x21\x2e\xee\x8f\xc9\x28\x66\x38\x30\xb1\xbe\x78\x37\xf3\x47\xdd\x21\xcb\xb7\x9a\x21\xc1\x3e\x9a\x65\x71\x2a\x01\xc1\x09\x31\xb9\xbd\xb0\xec\x1e\xb0\x1f\xa5\x00\x07\x14\x2e\xb0\xb6\x1a\xf6\x8a\xdf\xb5\x4c\x28\x54\xa0\x8c\x92\x12\xa6\x74\x9b\x2c\x7f\x04\xe4\x5c\xb4\x64\x9e\x88\xe8\x04\xc5\x67\x95\x00\x69\x56\x41\x74\x05\x01\xcc\xd1\x0a\x77\x38\x70\x9e\x99\x34\x61\x81\xed\x9e\xc1\x94\x6e\xf3\x66\x06\x72\x2c\x2e\xee\x0e\x77\x3e\xd0\x14\x0e\x4a\x9a\xc5\x43\xa0\xfa\x95\x04\xe4\x70\xc0\x48\x62\x2c\x1f\xe4\x72\xb2\x82\xe0\x1a\xa2\xf9\x40\x5d\x9e\x34\x5e\x9a\xcf\xb1\x30\x9b\x19\xe5\x89\x59\xf8\x44\x84\xcd\x36\x7b\x61\xcf\x05\xb5\x3f\x00\xf1\x4a\x4c\x0b\x27\x3d\x39\xde\xe4\xe7\x81\xa3\x40\xf3\x9e\xf2\x73\x1a\x9e\x25\x0b\x02\x54\xff\x4e\x7d\xd9\x67\x0f\x43\x24\x5f\xbc\xfb\x5a\xb3\x12\x0c\x0c\x71\xb0\x98\x8f\xcb\x8d\xec\x47\x2e\xbc\xca\x68\xbc\xf8\x20\x6c\xae\xd1\x6c\xef\x42\xb5\x59\x23\xee\x62\xf0\x8c\x80\x64\xea\xd4\x8b\x53\x5d\x84\xd2\x6c\xe2\xde\xde\x95\xc7\x4a\x98\x22\x71\x6a\xde\x52\x37\x25\x47\x6f\x81\x7b\x01\xad\x69\xdd\x40\xb5\x19\x0d\x04\xde\xe1\x43\xf9\x26\xa6\xdd\x01\x0a\xab\xf9\x38\xb9\x11\x0f\xe0\x33\x1a\xe2\x6f\xb4\x40\x76\x53\xfa\x91\x3a\x15\x1e\x82\xac\x0f\x20\xed\xea\xd2\x81\x12\x9e\x85\x67\xd1\xdb\xb3\x36\xa1\x1f\xd0\x79\x29\x85\x0c\x25\xc3\x5d\x6f\xad\x84\x87\x19\x2e\x82\xf9\xa1\x9d\xc2\xb2\x0d\xcc\xbc\xd1\xf4\xf7\x20\x38\xce\x93\x7e\xe8\x01\xf0\x00\xb0\x8f\xfe\xc8\x33\x54\x02\x2c\xc0\x8a\xbd\x29\x28\x60\xee\xea\x6f\x05\xe5\xca\x63\x11\x55\xc4\x0d\x3c\x45\x4c\x88\xd5\xcb\x87\xf9\x28\xaa\x97\x27\x85\x0b\x15\xe4\x1b\x44\x85\x40\x95\x55\xbb\x5c\xb4\xbe\x2a\x95\x6f\x06\x00\x64\x57\x3c\x20\x00\xd4\x8a\xb0\x4c\xb9\xca\xc3\x14\x56\x29\x6f\x36\x7b\xb2\x4e\x79\xd6\x2d\x8d\x25\x52\xaa\x96\xf1\x21\x22\xd9\x5b\x01\x0f\x25\x32\x7c\x41\xc1\x35\x25\x22\xf0\x55\xd9\xa1\x25\x06\x4a\x29\xc3\x2f\x5c\x20\x43\xc1\x1c\x49\x05\x12\x09\x62\x64\x28\x81\x5f\x40\x49\xb1\xe0\xdf\x2b\xb1\x96\xf5\x00\xf2\x6b\x71\x7b\xed\xc6\xa2\x07\x03\xf1\x84\x02\x1a\xe6\x52\x79\x8b\x4b\x5c\x01\x12\xc6\x73\x24\xde\xd4\x4e\x58\x58\x83\x88\x32\x70\xd1\x58\x4a\x6b\x21\x05\x73\x62\x38\xb0\x5f\x00\x5d\xea\x88\x46\x99\x8a\xa0\x0b\x59\x0a\xca\x54\xe4\xf8\xfa\x9d\xc1\x0e\xee\x8f\xf2\xa9\xdb\xb4\x54\x8a\xce\x23\x23\x15\xc4\xec\x51\x47\x22\x7b\xf3\xc6\x65\x3c\x95\x5c\x12\x33\xbc\x48\xd1\xed\x55\xac\x55\x20\xd0\x3a\x9a\xfd\xc2\x5c\xb7\x66\x24\x66\x9c\xf9\xd2\xd1\x23\x05\x58\x49\x72\xbc\x05\xad\x29\x18\xa8\xe0\x16\xb4\x54\xbd\x6c\x1f\x81\x56\x48\x58\x02\xed\xf0\x1b\x3c\xb1\x4c\x3b\x85\xf7\xbf\x09\x06\xe6\x3e\x9a\x11\x47\xdc\x76\x61\x9b\x20\x6e\x41\xcb\xd1\x3b\xb2\xf0\x04\x13\xc3\x60\xf1\xf8\xf1\x5a\xda\xba\x24\x05\xcd\x8b\x99\x45\x32\x96\x21\xc3\x27\xda\x5b\x81\x3b\xd1\x52\xf2\x10\xcb\x76\x6a\xd4\x23\x16\x21\xbe\x3a\x00\xf5\x55\x83\xb0\x26\xe1\x07\x54\xc0\xbd\x56\x95\x51\x47\x7a\x01\x35\xcb\x8a\x67\xdd\x20\x5e\x79\xd6\x8d\x97\x85\xba\x0d\x72\x95\x96\x89\xcb\xcc\x72\x34\xf5\xa1\x2a\x99\xa5\xdc\x48\xa9\x57\x01\x17\x05\xf7\x90\x65\x39\xdb\x4a\x6c\x58\x7b\x7f\xd0\x69\x17\xf3\x52\xf6\xc5\x58\x34\x24\xcb\x07\xeb\x40\xe4\xa5\x63\x4d\xd1\x3b\x25\xf6\x45\xa0\x7e\xc0\xec\x23\x77\xd9\x01\x83\x90\xd0\xb1\xa9\xbd\x07\xfb\x22\x16\x7f\xb0\xf6\x88\xdf\xe0\x2c\x44\x4d\x94\x4a\x25\x6a\xa0\x72\x4a\xb6\xb1\x9f\xa9\x5b\x59\x37\xa6\x16\x94\x4e\xc9\xf6\x2a\xc5\x25\x96\xea\x44\x43\xe5\x93\x18\xac\x0e\xa0\xf2\x89\xeb\x7f\x16\x14\x3e\xe9\xc9\xfb\x7a\xd0\xef\xae\x49\x41\x6e\x4d\xb9\xfd\xe4\xf8\x41\xc9\x93\xac\xc4\xfc\x12\x99\xff\xa9\xea\x67\x05\x77\x16\x4c\x70\xfc\xa0\x7e\x7f\x75\xdd\xea\x5b\xe2\xde\xf8\x82\xa6\xbc\xa3\xfe\xa6\x84\x4e\x14\x4d\x49\x36\x88\x46\xde\xa7\x24\x09\x91\x45\x50\x8a\x51\x86\xeb\x95\x82\x2d\x03\xf1\x40\x8a\x80\x99\x00\x6c\xb4\x2f\x46\x46\xa9\x56\x62\x4e\x3c\xa8\xa8\x6b\x4d\x0e\xa8\x22\x3e\x42\x69\xa2\xb5\x29\x21\x1e\x2b\x4d\xff\xd3\x3e\x37\x4c\xd1\x6d\x2c\xb2\x8f\x58\x14\xb0\x6a\x26\xed\x93\xdb\xd9\xc7\xcd\x09\x37\x83\x04\xf9\xc8\xa8\x02\xab\xee\xb8\x5d\xcd\x41\xc0\x85\x97\xab\x65\x45\xcf\x15\x5c\xae\x96\x94\x3b\x5d\x78\xbb\x5a\x4b\xaf\x07\x0c\x3e\x32\x65\x22\x28\xd7\xe2\x61\x84\x45\x37\xd8\xfe\x10\x19\x85\xbb\x79\xd0\x8b\x85\x4a\xcd\x86\x2e\x14\x22\xb3\x6c\xc1\x30\x5d\x1b\x14\x22\xac\xb6\x2f\xc4\x5d\x34\xd2\xf9\x28\x47\xa0\x6e\xf4\xa9\xc9\x5b\xdc\x3c\xef\x6b\xa0\xb2\xa2\x7f\x3f\x80\x69\x0f\x70\x72\x44\xa1\xfa\xc2\x49\x9f\x3d\x09\x30\x63\x9f\xb2\x17\x9c\x69\x26\x26\x8a\xb8\x3e\xd3\x56\xaa\x92\x21\x84\xd5\xb7\x9a\xfd\xc3\xe8\x6b\xd3\x79\xbc\xb9\x01\x34\x00\x45\xe0\x68\x46\x79\x43\x69\xeb\xee\xa0\xb1\xb0\xb4\xda\x9d\x1f\x68\x8e\x37\x63\x2f\xbd\x61\x6f\xee\x70\xd3\xcf\xbd\x66\x2d\x20\x1e\x1a\x2a\x7d\x20\xd0\xc8\x6b\x4b\x64\x64\xec\x82\x19\xd5\xc3\xa2\xc0\x82\xe2\x59\x4b\x27\x30\x29\xf5\xfa\x8c\x7a\x16\x49\x0a\xaa\x87\x0c\xdb\xac\x80\x62\xad\x27\x86\x1b\x11\x6a\xf3\x3c\x68\xe4\xf5\xa1\xf4\x20\x8b\x43\x43\xb2\x58\x91\xaa\x63\x97\x84\x9c\x2f\xe5\x9a\x17\xa4\xa4\xa6\x28\xf3\x15\x8a\x19\xcd\x49\x06\x3d\x80\xd4\x96\xfd\x02\x50\xaf\x83\x17\xb5\x8b\xa6\xc6\xe3\x0f\xc0\xdf\x85\x15\xd4\x21\x8a\x21\x8a\xb9\x26\xd6\x66\x1e\x06\xe1\x41\xed\x64\xfd\xce\x5a\xcc\x9a\x62\x0a\x0b\xef\x51\x0f\x12\x7b\xd4\x90\x30\x11\xbf\x40\x80\x30\x6b\x97\x00\x2a\x17\x25\x5d\xec\x50\x12\x65\x59\x5b\x52\x12\x4d\xc4\xc5\x2f\xa0\x1c\xf3\x6b\xc4\x83\x1f\x08\x8d\x08\x4c\xa8\xfd\x05\x34\xa4\x2a\xe3\x11\x79\x60\xc1\xa6\x92\x84\x44\xb0\x61\x16\x9d\x50\x92\xd9\x27\x69\x8a\x34\x7a\x35\xb5\x13\x60\xf0\xfb\x19\x2b\x29\xc4\x47\x6e\x8a\xe8\x07\xa8\xb0\xaa\x6d\xc8\x5a\x47\x63\xf2\xf0\x1f\x1c\x42\xb8\x5b\xd0\x09\x54\x25\x31\x72\x40\x77\xc3\x15\x54\x4a\x72\xf6\x51\x61\xa5\xa4\x11\x5f\x0f\x08\xb0\x90\x98\x28\x38\xca\xb4\x82\xca\x48\xce\x95\x29\x28\x8c\x94\xb2\xf4\x75\x16\x46\xd2\x3d\xfd\x05\x75\x91\x5e\xa2\x2e\xea\x22\x4d\x90\x84\xb2\xb4\x66\xe8\x21\xa9\xba\x56\x3f\x98\xdb\xe1\xb5\x6e\x79\x03\x08\x1a\x32\x87\x77\x9d\xee\x82\x3a\x4a\xa1\x39\x02\x05\x09\xd9\xb1\x99\xb4\x32\x48\x2d\xf8\x77\x16\xfe\xd6\x1c\x21\x8e\xeb\x4e\xcd\xc2\xda\x4a\xc3\xa4\x98\x59\xf8\x5b\x53\x40\x5d\xe4\xfc\xea\x8f\xbe\x88\x6a\x08\x69\xdc\xd1\x0e\x47\xf1\x25\xc7\xe6\x17\x14\x5b\x4a\xf6\x4d\xa0\xd8\x52\x54\xa1\xdc\x92\x18\x48\x2c\x61\x9c\xa5\x96\xaa\xf7\x27\x2a\x19\x5b\x26\x4c\x90\xde\x87\x14\xbf\xc4\x40\x06\xe5\x54\x96\x04\xf3\xb4\x82\xef\x4a\x2a\xdc\x1c\xc9\x0f\xce\x77\xb1\xf3\x92\x20\xbc\x5b\x2e\x4e\x08\x6c\x68\xde\x5d\x4b\x54\x97\x18\x9a\x20\xaa\xd7\x6e\xac\x23\xae\x61\xd8\x31\x91\x56\x71\x06\xc1\x54\xc9\x38\x0d\x64\xfd\x5d\x81\xf5\x92\x2a\xd1\xe8\x69\xd6\x45\x3b\x82\xb2\x12\x4a\x0f\x81\x92\x89\xa6\x84\xb6\x2e\x87\x54\x7b\x5d\x6a\xaf\x76\xc4\xfe\xd4\x88\x8d\x61\x8f\xc2\x0a\x6c\xd6\xd5\x94\x01\x93\xf5\xf0\xfe\x6a\xc8\x34\x35\x9b\x6c\xac\xa8\x29\xac\x31\x59\xee\x0d\x00\xc5\x11\xe3\x1d\x61\xc6\x8a\x10\x2f\x28\x81\x15\x92\xae\x3f\x2f\xa9\xad\x22\xe2\x1e\x83\x65\x31\x84\x03\xd8\xac\x93\x19\x6b\x27\xa7\x35\x31\x75\x94\x89\x96\x3e\x9c\x78\x35\x88\x4f\x62\x5e\xf6\x19\x6c\x7b\x4c\x28\x5b\x98\xbd\x72\x4c\x78\xb3\x48\x84\xba\x5a\xd9\xc2\x2e\xea\x68\xa5\x61\x7a\x1d\x9c\xb7\xb7\x0c\x0a\x84\x0c\xef\x10\x44\xdd\xd6\x6e\x7a\x82\x30\xde\x3d\xab\x1d\x9b\xde\x4c\x00\x75\x74\x82\x8d\x97\x69\x09\xdc\xc6\xf5\x8e\x5d\x6e\xd6\xba\x13\x46\xc1\xb4\x23\xc7\xc1\xbc\x1a\xb7\x78\xd8\xa8\xc7\x8b\xb7\x86\x45\xa8\xc4\x4b\x3c\x94\xd6\x5b\x12\xcc\xc8\x8e\xf5\x48\x3b\xa8\x4f\x62\x60\x62\x20\xaf\x45\x1e\x54\xf7\xca\xf6\xcd\xb2\x9a\x97\x7d\xf1\x89\xc5\x15\x7c\x6a\x1e\x6b\x4e\xea\x91\x51\x14\xb6\xc0\xa6\xa3\xbe\xef\x18\x28\xe9\x58\x7b\xc8\x0f\x78\x4c\xfa\x88\x3a\xd6\xb4\x84\x97\x83\xe2\x88\x5f\xa0\x54\x6f\x44\xa0\x76\x4b\x4b\xe9\x27\x77\x0e\x95\xc4\xfb\x42\x2c\x94\x25\xda\xa5\x9b\xdb\x38\x62\x7c\xa2\x9c\xfd\x7d\x2d\x42\x49\x27\xcb\x4a\x0b\x3e\x1a\x99\x65\xf5\x42\xc5\xb2\xd4\xa5\x6b\xa2\x62\x59\x6c\x66\x0a\xb0\x31\x67\xd3\x26\x6e\x88\xb5\xf3\x3a\x2d\x79\x5e\xee\x6e\x94\x34\x8b\x8e\x15\xe5\x15\xb0\xcd\xa1\x02\x09\x59\x74\x2f\xca\x41\xd0\xaf\xa3\x84\xd2\x45\x45\x4d\x10\x5e\x8c\xc7\x32\x4a\xa7\x74\x9e\xb2\xa9\x7f\x0a\xe3\xdd\x56\xb5\x74\x71\xc3\x65\xf7\x88\x83\xdc\x3d\x22\x6d\x6e\x58\xc8\x4c\x10\xc7\x6d\x4c\x4c\x90\xc6\x9b\x49\xf3\x4e\xef\xbb\x25\x4a\xba\x57\x6d\x2f\xb5\x59\x63\xcb\xbf\xd3\x50\xd2\xfc\x02\xb5\x51\xcb\x8c\x37\x0e\x7e\x93\xe2\x8d\x6c\x70\xa3\x19\xc2\xf8\x30\x5b\x42\xda\x5d\x35\x2d\x43\x36\xcf\xc6\x3a\x2c\xd6\x2f\x24\x22\x60\xe3\xb5\x7d\x11\xb0\x61\xf7\x3d\x6a\xa6\x44\x95\xc6\x2c\x69\x4a\xf2\xd1\x06\x83\x04\x03\xf6\x4b\xe6\x85\xfd\xfa\x25\xbb\xad\xfa\x67\xa6\x83\x87\xd9\x5f\xcd\x6f\x00\x07\xaf\x11\x20\x15\x9b\xc3\x3c\x1d\x23\xb8\x0d\x01\x53\x5b\x0d\x17\x03\xbf\xe2\xb2\x32\x73\xe6\x6c\x62\xce\x8c\xd5\xd0\x14\x33\x42\x35\x8c\x12\x54\x81\x89\x2a\xde\x59\x32\x0a\x86\xaa\xe0\x48\xc9\xb8\x5d\x45\xe9\xa4\x25\x6f\xeb\xea\x2d\xb5\x91\xd8\xbc\x19\x00\x38\xca\x35\xa1\x8c\xf8\x62\x25\x52\x97\x8c\x04\xba\x61\x80\x91\x40\xe7\x58\xc5\x4c\xa1\x5d\x3b\x2b\x07\xd6\x9f\xd6\x89\x9d\x03\x15\x8d\xe8\x37\xa8\x91\xc9\xe8\x9d\x11\x96\x61\xe5\x3a\x07\xac\xba\x56\x35\x07\xde\x72\x24\x41\x24\x07\x16\x5d\x13\x8e\x22\xee\x6b\x92\x48\x9b\x23\xf9\xbe\xd8\x41\x8e\x6b\x5d\x35\x4b\x14\x63\xb0\xa6\x9b\x57\x74\x6f\x73\x97\xb4\x14\x69\xb7\x65\x44\xf0\xbe\xdb\x64\x91\xd1\x5d\xa0\xca\x5f\xf5\x98\xa0\xd5\xec\x1e\xc9\x52\xb4\x1d\x33\x73\xf4\xac\x9c\x64\x44\x82\x24\xcb\xc5\x19\x29\x78\x2f\xa8\xd7\xe5\x23\xee\x61\xe0\x74\xd2\xda\x4c\x39\x3a\xd9\x7d\x91\x11\xd5\xe1\x98\x9d\x9c\x88\x58\xf7\x8f\xb5\xce\xee\x0f\xdb\xc9\x16\x83\x4c\x29\xda\x68\x62\x75\x06\x9d\x13\x39\xaf\x32\x85\x82\x20\x53\x13\x96\xfd\x29\x23\xee\xa3\x9a\xbc\x33\x59\x86\xd7\x6e\xca\xcd\x49\xf5\x4f\x4a\x66\xe0\xc7\x6b\x08\x96\x13\x77\x07\x27\xb1\xe6\x0e\x18\xe6\xff\xa3\xe2\x08\x25\x67\xae\x8a\x01\x5e\xab\xa2\xf1\x21\x65\xbf\x56\x09\x56\x71\xe7\x5b\x97\x5c\xc8\x87\x75\xb6\xe4\x02\x3e\xec\x2f\x2a\x55\x0b\x83\xbc\x0c\xd0\xb2\xd4\xe7\x65\x71\x96\x48\x99\xeb\xc2\x8a\xc0\x42\x14\xc6\x6b\xe5\x2b\x65\x73\x93\x46\x85\xbd\xc0\x7c\xa5\x2e\xb9\xc3\x0f\x68\xa4\xf6\x2e\x43\x3a\x5c\xf2\x44\x61\x83\xb6\xa7\x2e\xa3\x66\x83\xb9\x7d\x6e\x74\xe5\x35\x3f\x80\xac\xf4\xea\x10\xd4\x69\x90\x28\xd7\x7a\x65\x29\xa5\x7a\xd6\x6d\xe5\xee\xaa\x4d\xce\x23\x24\x50\x46\xed\xde\xc6\x9d\x10\x0b\x00\x86\xfb\xda\x39\x90\x97\xd4\x6a\xc6\x30\xa5\xd6\x97\xfd\x37\xd3\x46\x6d\xd3\x7d\xee\x84\xd9\x3d\xb0\x64\xc1\xe6\x17\x16\xa2\x85\x26\x64\xc7\xf9\x58\xce\x28\x14\xe1\x88\xe2\x8c\xd0\x0b\x47\x77\xe7\x55\x28\x42\x02\x5f\x46\xa1\x88\x64\x5e\xd4\x49\x2e\xfa\x1d\x37\xe6\xd9\x18\x89\x6a\x5a\x13\x02\xe1\x05\x56\x6e\x7b\xf8\xf2\x58\x01\xa9\xfe\x82\xe4\xe4\x7d\x0f\xa3\xb5\xa5\x9b\xcc\x6c\x34\xfb\x13\xf2\x4e\x69\xcd\x34\xbb\xc2\x2d\x64\xd6\xcd\x08\xb7\xb0\x46\x91\x11\x5d\xe1\x73\x30\x53\x70\x36\x90\xab\x1c\xa9\xc9\x69\x6f\xdc\xa7\x42\xe4\x0e\xd9\xc0\x07\x0b\xca\x7d\xe7\x60\x10\x16\x43\x75\x97\xa0\x1f\x63\x76\x07\x37\x7b\x4d\x62\x61\xda\x3d\xb0\x46\xaa\x29\x70\xca\xd6\xd9\xa6\xe5\x7c\x2c\x8e\xab\x2e\x0e\x9c\xbe\x3e\xcc\x78\x39\x9e\x0f\xcb\x25\x29\x7b\xd3\x1c\x98\x84\xa9\x63\x55\xa0\x90\x21\x38\x1f\xd4\xd5\xbc\x5a\x90\x9c\x87\xe3\x4e\x50\x40\x36\x27\x33\xbc\x83\x25\xfc\x45\x0f\x07\xe8\xc5\x3c\xf8\x60\x10\x98\x44\xcf\x0c\x51\x3b\xb8\xc3\x29\x4c\x27\x5d\xfc\x58\x32\x42\x9c\x2d\xa5\x65\x96\xac\x78\x6d\xc4\x93\xbb\xc4\x1d\x2c\xfa\x71\x0f\xd8\xc9\xde\x56\x27\x97\x4e\x20\x42\xfa\x0e\xde\xa8\x27\x4f\xf4\x57\x8f\x6b\x69\x84\x05\x5e\xea\x60\x25\x3b\x5f\xec\x52\x2f\xdc\xb4\x42\x79\x0c\x0a\xaf\xa6\xe1\x1b\xb3\x32\x8c\xb0\xfc\x66\x1f\xaf\x37\x8c\xdd\x96\x9b\x6e\x92\x53\x72\x07\x64\x88\xe6\x57\x14\x2e\xbd\x74\x14\x2e\x4d\x4e\x37\x6f\x5e\x32\x37\x61\x49\x87\xd7\x56\x7d\x90\x49\x65\x12\x5e\xe1\x10\x3f\xba\x7a\xa8\xe4\x65\x14\xf6\x8e\xa0\xac\xe8\x85\x7e\x78\xd4\x25\x8f\x47\x88\xdd\xe6\x51\xe4\x2d\x82\x8c\x36\x5d\xee\x51\x0a\x84\x47\x87\x20\x15\xc6\x2f\xd8\xc4\x53\x78\xfb\xba\xb0\x5a\x60\xe4\x55\xcd\xdc\xc2\xb2\x7c\xc3\x26\x9f\x02\x71\xb3\x79\x07\x94\x8d\x96\xb8\xee\x31\xc0\xdf\xc4\xff\x0a\x05\x46\x11\x53\x41\x80\x82\x99\x55\x09\x0b\xa6\xa2\x07\xa8\x9a\x2f\xc6\x51\x22\x39\x49\xf2\x83\xb5\xb4\x4d\x0f\x78\xf8\xc9\x9b\x5f\x28\x7b\xc9\x40\x5f\x50\x2e\x41\x97\x90\x95\x82\xa0\xdc\x2c\x61\xae\x24\x4a\xe1\xda\x74\x85\x26\xce\xe1\x17\xa8\x07\xc8\xd5\x51\x90\x4d\x35\x5e\xa8\xa5\xcd\x53\xd6\xb6\x82\x00\x01\xef\x80\x92\x68\x3c\x6b\x7e\x61\xd1\xa3\xdf\xa0\x4e\xdd\xfc\x60\x2e\xaf\xaa\x66\x97\x42\x69\xcc\x98\xce\x8b\x1e\xfd\x00\x09\x38\x32\xd9\x17\xda\x30\x65\x57\x2d\xa8\x86\xa0\xab\x58\x4a\x61\xad\x2c\x6f\xec\x92\x79\xfa\x35\xf7\x48\x2d\xd5\x98\x44\x9c\xed\x0b\x0f\x79\x01\x2d\xd4\x67\x56\x97\xd2\x72\x97\x8d\x27\xac\x06\x2d\x64\xc2\xd2\x28\x0a\x52\xb0\xba\x18\x60\x61\x54\x81\x4d\x26\xa5\x70\xcc\xa8\x36\xb6\x81\xcc\x3e\xb8\x99\xbc\x55\x13\xf5\x2a\x3f\xe0\x0f\x6a\xa0\xeb\x42\x5f\x54\x2c\xaf\xe9\x85\xe5\x08\x7c\xd6\x94\xca\xe5\x95\xa8\x5c\x20\xcc\x38\xec\xad\xe0\x9e\x2e\x6b\xe7\xa5\x31\x5a\xb0\xf9\x05\x5c\xd4\x28\xc1\xa2\x30\xf5\xdf\x7e\xcd\x02\xe9\xc6\xae\xdd\xd2\x03\x11\xa5\xe5\x5f\x2e\x79\x13\xe5\x14\x77\xb2\x4d\xc8\x05\x77\x75\x35\x23\xb2\xc3\x59\x1c\xfc\x7e\xc3\xfb\x9a\x54\xa7\xdf\x53\x16\x37\x5c\xc1\x1e\x86\x67\x8d\xa2\x58\x76\x10\xe2\x0a\xf6\xb4\x6d\x06\x99\x7b\xdd\x04\xd6\x69\xbc\x92\x82\x50\x58\xfc\xdb\xa7\x5b\x61\x19\x2c\x9b\x96\x0a\x53\xfb\xed\x3a\x2d\xcb\x4e\x28\x2d\xa4\xb0\xf0\x95\xfd\x9a\x05\xe9\xfa\x36\xb8\x16\x14\xbe\xb2\x4f\xbe\xc0\x4e\xe8\xe0\xd3\x82\xe4\xa7\x62\x22\x86\xdd\x30\x1b\x8f\x83\x4b\x23\x44\x0f\x8a\x09\xfa\x7e\x5f\x20\x6a\xc0\x7d\x81\x28\x98\x21\xdc\x74\x6f\x3c\xc8\x36\x96\x65\xca\x94\x6d\xb2\x05\x30\xdc\x26\x1f\x75\xa1\x70\xe1\x65\xf2\x0e\xb2\x2c\xb8\xf4\xca\xd1\xef\x65\x5f\x96\x4e\x0f\x40\x90\xd5\x66\x19\x4d\xaf\xdc\xb1\xd0\xac\x39\xf2\xba\xf9\xf2\x23\x97\x50\x39\x78\xd2\x99\x27\x9f\x94\x41\xcd\xbd\x98\x26\xe5\xd8\xc1\x02\x19\x22\x07\xbf\x50\xd0\xd6\xf8\xe7\xda\x40\x7e\x01\xc4\x68\x88\x4f\x1e\x24\xdd\x0f\xc8\x20\xcd\xde\x4e\x32\x48\xef\x18\x08\x11\xd5\x49\x06\x65\xf9\xd4\x4d\x4b\xd7\xda\x32\xea\xe3\x5a\x70\xfb\x01\xe0\x96\x31\x02\x35\xf1\xf3\xeb\xc4\xbc\x28\xae\x65\x8f\x81\x8d\x1e\xdc\x01\x37\xba\xa9\x73\xd9\xe5\xcc\x22\x61\x97\xcb\x92\xc7\xca\x4d\xa0\x8c\x4c\x54\xab\xb2\x9b\x13\xb7\xe7\x67\x07\xd8\x95\x7b\xa1\xc6\x0f\x28\x08\xf8\x58\xbe\x29\x4e\xf9\x68\x58\x2e\x6b\xe9\x04\xe5\x21\xfe\x7d\xe4\xa1\x78\x54\x8e\x7e\x81\x27\xbb\x04\xf6\x82\xb4\x23\x95\xb4\x2e\x05\xc2\x86\x2e\x2d\x28\x05\xb1\x93\xd9\x8c\xfd\x21\x43\x13\x97\xad\x4b\xb8\x90\xf8\x8d\x4b\xfa\xe3\x90\xb4\x5d\x37\x1e\x37\xaf\x2f\x16\x43\xaa\x7a\x80\x60\x4f\x21\xbf\x32\x5d\x5e\xe5\x9b\x4b\x65\xb9\x27\xab\xeb\xac\xaf\xdb\x7c\xc6\xe1\x82\x82\xec\xf0\x92\x8a\x2c\x22\x8b\xf4\x35\xd0\x6f\x27\xa0\x90\xbb\x6e\x59\xa2\xd2\x43\x6c\xbf\x77\xc5\x0d\xbd\x2a\xb2\x5c\x2a\x6a\xba\x16\xaf\x4e\x5d\xa6\x22\x9d\x89\x35\xf2\xaa\x6f\x01\x1d\xd7\xf2\xf9\x0b\x50\x88\xc7\x4c\x6b\x12\xfa\x02\xf2\x89\x63\xd3\xeb\x94\x4f\xb2\xaa\xd1\x97\xca\x6a\x4e\xf6\xbd\x57\x5c\x6b\xeb\x30\xa0\xca\xf8\x46\xdb\x0b\x2a\x4c\x49\xf9\xd5\x23\x0d\x5e\x62\xa2\x15\xf2\x8b\x4a\x47\x97\x9a\xe8\x8d\xa9\xee\x92\x35\x50\x82\xbb\xa4\x97\x76\x78\x1a\xdc\x1a\x2f\xa8\x78\x3b\xbc\xf8\x5a\xcd\x6b\xa2\xfa\x24\x93\xd1\xe8\x2c\xaf\xf0\xcb\x9a\x6d\x54\x88\x2c\xc1\x2e\xff\xba\x64\x96\xd7\x17\x83\x83\xf8\x8d\x83\x0f\x34\x57\x5c\x39\xdb\x5e\x7d\x92\x88\xaa\x5f\x20\x69\xbb\xcb\x05\xb7\xf0\x8d\xac\xf1\x2c\x95\xab\x4e\x91\xa5\x39\x3b\xa9\x16\x1e\x10\xaf\x07\xbc\xcb\x5d\x98\x28\x54\x4d\x8d\x6e\x66\xf2\xbc\x50\x53\xb9\x82\xfa\x82\x36\x22\x4b\x1c\x15\x55\xe9\x55\xdb\xb0\xd4\xba\xe6\x2d\x42\x45\x98\xa2\xc3\x02\x6a\x05\xe1\x26\xff\x0e\x4e\x26\x89\xb5\xf2\x4a\x83\x17\xe2\xea\x9a\xb6\x60\xc0\x65\xa8\x45\x2c\xba\x22\xec\x30\x38\x34\xa0\x22\xa3\xbb\xf8\xa0\xab\x48\xb7\xf1\x31\x54\x71\xdd\xe9\x6b\x12\x14\x7a\xf2\x8f\xa2\xb5\x6b\x67\x42\x85\xe1\xe9\x8b\xaa\xdd\x1d\xa8\x5a\x52\x5a\x45\x08\xa2\x9d\xf2\x95\xe9\xde\xaf\x85\xa4\x84\x23\x69\xa4\xd2\x9a\xe3\x50\x85\x8a\x18\xc4\xf6\x86\x18\x7b\xd5\x33\x42\x48\xa1\xed\xf1\x15\xd6\x98\x97\x24\x88\xdb\x4d\x5a\x2d\x7e\x01\x22\xb4\xc5\xb6\x3a\x16\xde\xdd\x25\xcf\x35\x63\x91\x41\x86\x36\x5b\xd5\x9d\x68\xd3\x34\x70\x89\xa7\xa3\x85\x2a\xac\x31\x16\xec\xeb\x4e\xee\x5f\xfd\xa0\x71\x9e\x5a\xfc\x7d\x61\xc6\x6f\x0c\x02\x21\xd4\xec\x0b\x35\x9a\x18\x65\x10\x6f\x23\x5e\x3e\x60\xa9\xa7\xb2\x06\x91\x05\xab\x7a\xd0\xbd\xff\x7a\x83\xc8\x53\x97\x07\xd7\x4f\x50\xb1\x28\x91\x6d\x5f\x15\xc6\x92\xac\x73\xae\x1e\x37\x73\x6c\x84\xcc\x13\x98\x31\xb6\x11\x3d\x98\x75\x0e\x56\x18\x43\x74\x5d\x74\xa9\x70\x2c\xea\x76\xe2\x52\xcf\x75\xc1\x8d\x40\x80\xad\x23\xfb\x10\x3b\xb9\xcd\x82\x47\xd8\x11\xb1\xec\x1e\x89\x27\x2f\x06\x6f\xad\xb0\xb5\xad\x9e\x6b\xc1\x35\xed\x93\x97\xb8\x0b\xf7\xe7\x5a\x6f\xbd\x70\x6d\xec\x53\xd3\xb8\x38\x2d\xe1\xe5\xe2\x34\x34\x04\x42\x01\xb3\x4f\x18\x98\x57\xec\x73\xa9\x17\xb9\xb9\xa1\xbe\x60\x3f\x36\x19\xa3\x66\xa7\x83\x96\x2a\x63\x03\x1d\x7d\x52\x21\xf7\xbc\x24\xbc\x7a\xd1\x2b\xe3\x36\x2f\xf1\xf1\xd2\xc0\x1f\x69\x77\x7e\x65\x74\xa0\xed\x1d\x15\x72\xd0\x30\xd5\xde\x74\x75\x05\x3f\x20\x91\x1a\xb5\x37\xa5\xb3\xe6\x3e\xc9\xca\x25\x59\x57\x18\x71\xb2\xcf\x3d\x78\x04\x37\xaf\xc5\x12\x94\x7c\x38\x23\xb6\xcf\xa9\xb3\x15\xd7\xa7\x38\xc1\xb0\x52\x2c\xf2\x31\xf8\x30\x6a\x59\xd3\x9e\x62\x52\xdc\x4c\xa1\x0f\xf8\x85\x4e\x82\xb6\x81\x40\x75\xd6\xb4\x0d\x75\x68\x92\xdb\xd8\x12\x62\x69\x8d\x99\xd7\x36\x45\x34\x84\xd9\x65\x6d\xe5\xb6\x11\x20\xff\xbe\xf8\x4b\xd3\x03\xf0\xfd\xea\x36\xe9\xb1\xb9\x07\x48\x76\xc2\x49\x5b\x97\x16\x7c\x88\xa7\x85\xc0\xb5\xf7\x03\x1c\xca\x3a\x07\x5a\x00\xf5\xbd\x3e\x20\x0f\x94\x90\xdc\x28\x74\x09\xa9\x0d\x99\xda\x59\xd4\xd7\x50\x00\x53\x57\x44\x95\x16\xd6\x32\xba\xc7\x07\x61\xcc\x02\x39\x72\x43\x88\xa0\x1b\x82\xe8\xd2\xd0\x46\x6f\xcc\x4a\x71\x48\x4b\x8b\x0c\x60\xf7\x2c\x22\x81\x12\xa6\x61\x57\x0a\x3f\xba\x4a\xaf\xb4\x48\xa3\x84\x90\xca\x6a\xed\xa6\xd5\x16\x77\x8e\xef\xee\x89\xf6\x6e\x90\x71\xc1\x42\x30\x80\x14\xe2\xbb\x1f\xf0\xfc\xf5\x24\x11\x9a\xe7\x88\xf9\x86\xac\x6d\xc7\xd1\xb5\xf4\x70\x4c\xd1\x02\x2c\x44\xd9\x68\xcc\x0b\x29\x6a\x2f\x83\x8f\xda\xb8\xac\xbe\xfb\xfb\x93\x10\x68\x61\x32\x59\x97\x41\xa2\xa8\xd4\xdc\x03\xc8\xdd\x93\x64\xf9\x4b\x09\x78\x8d\xd6\x1e\xaf\x74\x59\x10\x09\x6f\x85\x6e\x00\xb7\xc9\x0b\xa5\xd3\xb5\x0a\xd6\xf7\x6a\xaf\x1e\x34\x04\xdc\x6b\x9b\xa9\xb1\x16\xf4\xe8\xdf\xa9\x86\xf8\x77\x9e\x85\x12\xf7\x5a\x25\x9b\x91\x6e\xd4\x10\x53\x96\xbd\x30\x95\x3e\x75\xff\x4e\x36\x64\xbc\xad\x18\x33\x59\x0c\x1a\x8b\x53\xa6\xd7\xa0\xe4\x8e\xc6\x2c\xa2\xcc\x5e\xfa\x54\x63\x79\x1d\x47\x24\x36\x24\x75\x54\x97\x09\x69\xac\x3f\x99\x24\xe5\xb7\x46\x43\xa8\x34\xcb\x86\x64\xe6\x66\x25\xae\x35\x86\xaf\x8a\x5d\x35\x66\x33\x3b\x6a\xa4\x35\x2e\xa0\x5e\xe8\x0b\x0c\x01\x8a\x1b\xe3\xab\x04\xd5\xd6\xa9\x52\x4b\x4f\x6f\xc8\xf3\xc8\xdd\x1f\x10\x7b\xc2\x05\xb2\x95\x2d\x04\xb4\xbe\x88\x4c\x43\x22\x99\x38\x7b\x16\x83\x72\x9f\x74\x91\x36\x28\x77\x4a\x74\x6d\x83\x4c\x52\x3a\x58\x1b\x0b\x35\xee\x93\xd7\xd2\x19\x9b\x63\x8d\x2a\xb0\xe8\x14\x73\xb0\x4a\xa3\x90\xe5\x79\xed\x0b\x13\x82\x8b\x25\x73\xcc\x40\x76\xa6\x9b\xf8\x03\xb0\x72\xe9\x81\x6d\x09\x5d\x92\xc8\xdb\x12\xba\x8c\xdb\x9d\x60\x67\x7f\x02\xf9\x54\xb6\x84\xb6\xd3\x93\xe7\x21\xc8\x33\x3c\x06\xa2\xc5\x74\xb1\x4e\x69\x07\x71\xa9\x21\x91\x54\xfc\x52\xeb\x1b\x23\xb7\xec\xd3\x6f\x94\xa0\xcc\xdc\x29\x21\x49\xa1\x6e\x28\x68\xae\xbb\x7c\x4a\x3b\xdb\x04\xc9\x1c\x01\x97\x45\xbe\xd8\x2c\x42\xaf\x9a\x11\x4f\x33\x8e\x35\x9b\x76\xf2\xe6\x0c\x2d\xd5\x49\xbf\xaf\x37\x2c\x6d\x34\x92\x2c\xda\x45\xb1\xdf\x58\xb9\x08\x92\x86\xe4\x9d\x70\x56\x5e\xdb\x94\x5e\x92\xa5\xc4\x76\xad\x49\x6b\x92\x10\x5e\x9a\x95\xa5\x06\xe9\xc5\xb9\x48\x6d\x0a\x2f\xa9\x98\x47\xdc\x24\x06\x49\xbf\x0d\xa9\x0c\xc5\xdb\x02\xc2\x4b\x75\x40\xfe\xba\x60\x27\xbf\xba\x20\xd1\x7a\xad\xee\xb5\xfa\x42\xf5\x4d\x19\x2b\xfe\x28\x88\xae\xb1\xe2\xb8\xb5\x1f\x5c\x5f\x18\x8b\xa9\x0b\xb1\x49\xf6\x27\xb4\x87\xe4\x67\x2c\x4c\xd9\x26\xbd\xe6\x04\xd9\xc6\xd9\xac\xed\x21\x3b\x31\x80\xac\xb1\x68\xac\xf1\x7e\x44\x6b\x43\x8d\x1e\xa9\xf4\x7a\xc0\x33\x4d\xfc\x06\x37\x28\xa6\x26\x72\xe9\xcc\x4b\xd0\x52\x75\xa4\xe0\xba\x32\x6a\xe9\xf0\x61\xb5\xfc\x7a\xc0\x3b\x85\xfc\x05\x4a\x40\x48\xe2\xea\xac\x32\xee\xe0\x89\xbe\x51\x84\x4f\x7e\x83\xbb\xac\xab\x8d\xe2\xab\x52\x84\x3b\x33\x19\x1c\x81\xd4\x97\xd9\x49\x9b\xa2\x4f\x89\x27\xba\xc4\x57\x0f\x03\x3d\xb8\x4d\xa5\x40\x9a\x4e\x47\x4c\x53\xd9\xdc\x01\x09\xd0\x40\x06\xb2\x23\x69\x2a\x3d\xf2\x80\x10\x51\x77\xd4\xa2\xd1\x9d\x19\xa5\x23\xed\x56\xd7\x74\x94\xce\x34\x5b\x1b\xcb\x7a\xe4\xb6\xc8\x7e\x83\x86\x72\xbf\xc0\x6d\x21\xe1\x15\xb7\x59\x36\x8b\x48\x9d\x37\xd4\x8b\xb5\xf7\x84\x1b\x23\xfc\x3e\x52\x03\x5e\x36\x86\x8e\xda\x35\xf6\x45\xf7\x54\x10\x2d\x26\x44\x26\x8a\x4d\xc6\x2c\xf3\x66\x3d\x49\x84\x28\x39\xc1\xa7\x2f\x11\xc7\x98\xce\xd8\x98\x12\x30\x7a\x46\xbe\x9a\xb1\x92\x39\x82\xf1\x98\x59\x7c\x5d\x20\x65\x2e\xb6\x3b\x20\x7f\xf2\xa4\x96\x79\x68\xb8\x4b\x8a\x24\xee\xa2\x50\x1a\x95\x16\xd9\xa7\x94\x13\x9b\x67\x85\xe2\x31\xce\xc4\xea\x25\xc3\x07\xaa\x1e\x0b\x0f\x34\xa9\xad\x1d\xb1\xf9\xde\x58\xbd\xa0\x6c\x49\xf5\x88\xc8\xa0\xf0\x2c\x11\x9a\xef\xac\xbc\xce\xa0\xa4\xd7\xef\x0b\x64\xcd\x72\x4a\x51\xad\x79\x92\x28\x1c\xa3\xba\xd2\xa5\xd7\xc5\xbe\xd4\x23\x03\xed\xad\x49\x77\xde\x02\xe3\xe8\x8a\x5e\x99\x99\xaf\x39\xa0\x52\x8c\xaa\xd4\x96\xbe\x84\x22\x6f\x33\x44\x20\x95\xcd\x6d\xc2\xa0\x0e\x60\x5e\xb2\xb9\xa9\xb7\x35\xa2\x80\x6c\xd8\x65\xc1\x2f\xf0\x4c\x4f\x7e\x01\x61\xbc\xc3\x2f\x2c\x34\x68\x56\x7d\x6d\x2a\xe1\x05\x5e\xb7\xe1\xa4\xa4\xce\xea\x2d\xe6\x05\x28\x29\x68\xe7\x52\xef\xb4\x93\x78\x9a\x2c\x8f\xed\x30\xa5\xce\x6b\x3e\x6d\x42\xe8\x83\xa5\x47\xf5\xc5\x20\x47\x93\xf6\xde\x07\x8d\x9c\xd5\x6f\x20\xd7\x3b\xb8\x87\x4e\x28\x05\xd5\x40\x4d\x49\x71\xf2\xbe\x6c\x4a\x06\x02\xf7\xf1\x5b\xdc\xec\xf0\x71\xf9\xd0\xed\xfb\x1a\x52\xc8\x47\x39\x94\x26\x1b\x45\xdf\x17\xd3\xfc\xc9\x45\x78\xa5\xb3\x56\xa0\xf5\xee\xce\x7a\xd6\x66\x04\x30\x1e\x15\x69\x67\x9d\xb5\x02\xad\x57\x77\x86\xb9\x4b\x1c\xee\x53\x90\x49\xc5\xac\x07\x91\x37\xc5\x68\x3f\x48\x0b\x7e\x7f\x47\x5b\x0b\x7b\x10\x00\xcd\x07\xb5\x53\x86\x53\xbd\x3a\x4c\x49\x9b\x8f\x11\x84\xd1\x54\x23\x80\x21\xe9\x8e\x74\xe8\x8c\xa3\xb1\x6a\xdf\x99\x89\xea\x20\xa9\x0e\x27\x58\x91\x1e\xd1\x4f\x14\xec\x30\xff\x65\x79\x6b\xbb\xfc\xfb\x49\xde\xe4\xf6\x09\xf6\xe9\x36\x97\xd5\xab\x04\x17\xd8\xcb\xc8\xdb\x99\x67\x6a\x21\xa0\xc3\x52\x54\x8c\xc7\x8b\xf1\xb8\x06\x0a\xa6\xa3\x62\xca\xb8\x56\x80\xb1\x56\x02\xc5\x53\x5e\xb4\x75\x2d\x52\x11\xb9\xc2\xd8\x54\x24\xbf\xf7\x8b\x4b\x23\xa8\x2f\x2c\x8d\x24\xed\xce\x50\xf7\xfc\xea\xf1\xc4\x0b\x9e\x04\xcf\xa1\xea\x07\xa0\x96\xe0\x11\x41\xbd\x52\x7c\xfa\xcd\xa0\x02\x4f\x62\x89\x67\x5e\x4d\x3a\xdd\x6c\x26\xe9\x70\xb2\x95\xe4\x17\xb8\x56\x1a\x82\xc5\x02\x2d\xeb\xf4\x9b\x16\x31\x21\x12\xb1\xe9\x2f\x82\x44\x49\x6c\x57\x2e\xe8\x37\x61\xd4\x24\x61\x79\xaa\x66\x5e\x0f\x4b\xaa\x69\x0e\x08\x1e\x7a\x1d\x01\x53\x5a\x4b\x9b\xa9\x0b\x86\xa7\xe2\x93\x11\xd1\x41\x96\xee\xc6\x06\xee\xa9\xa3\x75\x6c\x48\x62\x16\xed\x8c\x8d\xef\x0f\xb5\x91\xfd\xab\x55\x1b\x1b\x99\xa7\x44\xb5\xb1\x91\xd8\x84\xc3\x01\xbb\x90\x25\x92\x81\x7c\x4d\xdd\xb7\x59\x46\x20\x1f\x93\x99\x67\x4c\xa9\x28\x75\xd9\x27\x46\x58\x77\x4c\xaa\x8d\x18\x99\xe0\xdf\x07\x92\x2a\xaa\xda\x3b\x6e\x22\xd2\x14\xe0\x7a\x2b\xd9\xfd\x9f\x48\x4a\x72\x9b\x74\xa3\x35\x18\xcc\xbd\x74\x2e\xe5\x88\x8b\x2e\x34\xeb\x18\x91\x13\xad\x21\x61\x25\x1a\x3e\xc5\x46\x5c\xdb\xc1\x5f\x80\x50\xb2\xbb\x04\x6f\x96\xb6\x3a\x68\x19\x4a\xaf\x2e\x07\xce\x41\x41\x19\x39\x2b\xcd\x1a\xb5\x9e\x4d\xfd\x03\x76\x20\xdb\xd9\xc7\x32\x03\x49\x34\x1c\xcc\xd0\x74\xb0\xdc\x48\x4c\x6b\x50\x8f\x70\x0f\x96\xd7\x07\x94\xa1\x5f\x2f\xc0\xd4\x25\xb3\xe9\x80\xb3\xaf\x18\xd1\x10\xcb\x7c\x8b\x55\x19\x69\xd1\x82\xd0\x92\xb0\x23\x3d\x89\x25\x97\xc9\x46\x32\x32\xc7\xd4\xe9\x3d\x50\x11\xd0\x76\x9c\x91\xd7\x35\xf0\x82\x12\xc6\xa8\xf2\xea\x01\xbe\xa3\xe2\xdf\x41\xd0\xe5\x47\x25\x4e\x07\xec\x52\xba\x1f\xa1\x0c\xc4\x75\x3b\x92\x7d\xc0\x83\x57\x24\xff\x0c\xd8\xa5\x6c\x5b\x19\xcb\x2e\xa5\xed\x3d\x0a\xd2\xd9\xc4\xc4\x06\x44\xb8\xe6\x55\x45\x9d\x68\x47\xca\x0d\x4a\x70\x62\xed\x03\x97\xfc\x95\xe2\x01\x06\x09\xcd\x10\x61\x7f\x16\x0f\xc8\xfd\xe9\x0e\x90\xff\x23\x06\x35\x28\xe2\x39\xd8\x61\x14\x9a\x94\x64\xed\x1b\x95\x73\x14\xc8\x4c\xb7\xb4\xfc\x3f\x28\xf4\x49\x30\x19\x95\x73\x74\x07\xb8\x69\x46\x62\xeb\xa8\x60\xf4\xc5\xdf\x33\xe6\xd2\xef\x83\x45\x15\xb7\x99\xde\xe3\xfe\xa9\x05\x75\x3f\x00\xe3\x97\xe0\x33\x2a\x15\x5e\x93\x55\xc5\x35\x17\xde\x5c\x75\x91\x99\xe6\xd4\xd6\x3a\xe9\x0d\x64\x5f\x5a\xb7\x1b\xf0\x59\xba\x56\xde\x40\x4d\xe9\x22\xc1\x64\xb4\xb5\x0e\xee\x71\x01\x29\x18\x1a\x15\x02\x93\x02\x62\xbb\x5c\xa0\x6c\x74\x1c\xb1\x12\x5d\x46\x87\x0a\x6b\x90\xa6\x08\x99\x7c\xdc\x0d\xe6\x52\x7a\xe5\x3b\xea\x74\x0d\x7f\x4f\xcf\xba\x59\xf3\x12\x29\x65\xc5\x19\x28\x84\x52\xcc\x99\x99\x7c\xe9\x90\x83\x31\xd6\x29\xaf\x59\xa1\x14\x4a\x35\xab\x5d\x26\x34\x0f\x3a\x50\x8d\xce\x40\xd3\xa4\x66\x4f\xe8\x18\xac\x1e\xe1\x0f\x26\x33\xd6\xad\xc4\x65\x0c\xc0\x24\xa3\xe8\x18\x24\x47\xd3\x27\xaa\x9d\xb8\x08\xce\xd8\x91\xd7\xae\x13\x78\xec\xd4\xa1\x85\xe6\x65\x2e\x93\xf4\x3e\x20\x92\xba\x98\xd6\x60\x85\x3e\x9f\x3f\x3b\xd9\xff\x70\x0f\x54\xaa\x4d\x6f\xfb\x3a\x0f\x84\x06\x96\x3b\x71\xa4\xc5\x40\x89\xea\x22\x21\x6f\x1c\xeb\x3c\x10\xea\x8f\x05\x95\xfa\x3c\x18\x68\x2c\xbc\x1c\x48\x10\x78\xb5\x79\xfb\x9d\x7b\x5c\xe4\xe4\x07\x73\xf1\xac\xa0\x0e\x06\x5b\x59\x43\x1d\xbc\xf4\xbf\x9b\x15\x2c\x41\x73\xf8\x41\x05\xd4\x6e\xd3\xb2\xe3\xd5\x44\x84\xb6\xf3\xe5\xc7\xb9\x44\x30\x4d\xeb\xa4\x74\xa3\x59\x2d\x49\xd3\xbb\x00\x82\x65\xf0\x07\xab\xe8\x9e\x7a\xbc\xa8\xfa\x7b\x1a\xa8\x51\xed\xe2\x20\x03\x72\xa5\x8b\x5e\x0e\x0a\x7d\xd5\xbf\x73\xef\x9b\x25\x2f\x9b\x9c\xa9\x9e\x25\xf5\x5e\xfc\x08\x09\x89\x8e\x25\x1c\x30\xb1\x59\xa9\xe1\x5d\xd2\xcd\x16\xd8\x71\x73\xf3\x6b\x52\xa8\x90\xd7\x4c\x30\x37\x72\x2e\xbd\x29\x10\x68\x95\x86\x11\x7d\x13\xa6\xf1\xa3\x80\x85\xc1\x4b\x01\x1d\x9b\x32\xe8\x6d\xb4\x6f\x78\xb0\x82\x9e\xe3\x40\x06\x4b\x87\x38\x0e\x64\x20\x70\xcb\x2e\x9b\xc1\x02\x79\x8e\xd2\x18\x0c\xdc\xb2\x6f\x78\xc0\x4a\xe7\x14\xe4\x81\xc0\x2c\xa7\xd0\xef\xdb\xc6\x1e\xa2\x1e\x04\xac\x4c\x56\x3b\x21\xe0\xda\x1f\x50\x04\x2a\x7e\x01\x7c\xbe\xf9\x05\x8a\x8e\x3a\x48\xf6\x25\x3a\x0e\x3f\xb8\x39\xe6\x07\xa8\x1d\x97\x90\x14\xf1\xd0\x9d\xf7\xec\x39\xce\x62\x0f\x8b\xe8\xbb\x1e\xac\xc5\xac\x7a\x00\x0d\xb5\xfb\x0b\x1c\xa0\xcd\x1f\x1c\x4c\x9f\x0b\x7a\x00\x8a\x6b\xee\x60\x01\x65\x20\x20\xb2\x1b\x11\xf0\x32\x5a\x48\xd8\x97\x0b\x51\x27\xea\x1e\xd7\x6a\xf9\x01\xa4\x00\x11\xf9\xbe\x4c\x6e\x22\xa0\x9d\xd2\xa1\x63\x22\x70\x79\x79\xaa\xd1\x3d\xb0\x6a\x9b\x58\xd4\x1e\x17\x2e\xfd\x00\xdb\x40\x72\xfa\x9e\xd6\x7a\x0e\x3d\x40\xd6\xac\xc1\x86\x17\xd0\x91\x42\x3b\x4d\x64\xda\xa9\x3b\x72\xf2\xec\x68\xda\x33\xa3\x66\x74\x66\xee\x99\x40\x8b\xc4\x76\x14\xb3\xb0\xa8\xb6\x67\xde\x10\x27\x9a\xdb\x69\x11\x73\x94\xc4\xce\xb4\x39\xdb\x38\xf6\x82\x3c\x3e\x1d\x27\x3b\xc5\x19\xc7\x13\xec\x14\x4e\xbc\xbc\x75\x21\x5f\xd3\xa8\x0c\xd5\x18\x7e\x80\xe2\x8b\x9e\x47\xa5\xc3\x2c\xfa\x05\x50\x48\xf7\x10\x20\x88\xee\x0f\xc8\x82\x24\x1c\xec\xcb\xe5\xe6\x2e\x59\x7a\xc1\x66\xfe\x9d\xd2\x82\xfd\x95\x7b\xa3\x46\x6e\xaa\x6b\x0f\xc8\x54\xa8\xe9\xb4\xac\xe9\x80\xd8\x59\xbd\xd7\xe6\xe6\x7d\x2c\xe4\x09\xff\xa8\xb6\x6b\xf3\xf3\xce\x98\x69\xbb\x81\x76\x1a\x8c\xec\x74\xd9\xe9\xff\xb2\x57\x66\x1f\x9c\xba\xc0\x1c\xe4\x74\x5a\x51\xb8\xc3\x9a\x2d\xd6\xfb\x58\xf3\xd0\x03\x78\xbb\x9a\xed\xcd\xfb\x4e\x32\x91\x86\xba\xef\x64\x03\xb2\x4e\xec\x34\xea\xd8\xaa\xb8\x33\x2c\xd9\x51\x24\x3b\x13\xac\xac\x96\xef\x07\x73\xcc\xbd\x3f\x8e\xc5\xde\xdc\xe9\x5a\x02\x4d\x9e\x07\xac\x43\x3c\x71\xfd\x7f\xb6\xd0\xb8\xa3\x2a\x6e\x19\xfe\x1d\xba\x41\x77\x07\x4c\x1f\xf6\x06\x42\x39\x02\x9b\xc1\x77\x04\x0d\x15\x1d\x23\xfb\xb9\x96\x50\xb8\x61\x89\x31\x6b\xb6\x3b\x2d\x3b\xb6\xb7\xed\x3c\x80\xbd\x07\x4f\xa8\xb2\xdd\x6d\x54\x99\xf6\x76\x60\xc1\x01\xdb\xbf\x76\x5c\x43\x56\xcd\x40\xe1\xf3\x72\x5c\xca\x4e\x23\xcc\xf8\x51\xaa\xd1\xce\x2b\x7a\x6d\x90\xde\x2f\x2e\xbf\x0e\xa6\x9d\x77\xee\x3a\xcc\x64\x87\x45\x65\x98\xbb\xd2\xdf\x65\x02\x5a\xc5\x01\xcc\x23\x6e\x02\xa8\x09\xa0\x3a\x6d\xf1\x91\xc0\x84\x2c\x57\x87\xd9\x79\xb6\xda\x84\xb7\xd3\xa1\x65\x5b\xeb\xfe\xac\x31\xf4\x09\xa3\x9a\x5d\xed\x65\x47\xf4\x4d\xb0\x55\xe3\xd8\xd6\x3c\x9a\x1e\x04\xbe\x51\xf5\xa0\xb3\x53\x3f\xc0\x6d\x17\x52\x5c\x0f\x78\x83\xec\xf0\x3e\x36\x90\x97\xd8\xce\x81\xe0\x96\xaa\xed\x7b\xf0\xa0\xb2\xd5\xee\x08\x34\x25\x49\xec\x38\x70\x32\x8d\xf4\x7a\xe3\xe2\x03\xbd\x11\x97\xa0\xa0\x41\x10\xce\x52\x5e\x2f\x90\x9f\x56\xbf\xb0\x03\x8a\xac\x36\x2c\xc2\xd5\x6d\xf2\x36\xe9\x0c\x07\x7d\x39\x3a\xb3\x0f\x18\x0d\xaa\x18\xc0\x91\x32\xa7\xa1\x21\x13\xe7\xe9\x0f\xb8\x33\xa3\x7b\xbc\xf1\x82\x10\x99\x49\xb2\x02\x31\x53\xff\x14\x91\x1f\xb8\x20\xaa\x6a\xaf\x1f\xc8\x4f\xf2\x45\x16\x47\x5e\x3b\xdb\x2f\x2c\x32\x55\x97\xac\xd2\xef\x2f\xa6\x1a\x9f\xab\xe8\xfa\x28\x64\x5a\x86\x91\x91\xb9\x92\x01\x0e\xa8\xed\x55\x74\x7f\xe0\x32\x55\xbb\x27\x0f\xdc\xd5\xef\x7c\x81\x03\xc9\x48\x3d\xbb\x3f\xdc\x59\x6b\xe2\x29\xd4\x0d\x05\xf1\x3a\xd6\xa2\x3b\x40\x3e\x94\x91\xc4\x92\x47\x46\x7b\x5d\xc5\xe1\xd5\x26\x80\x5a\x47\xc6\x01\x57\xbf\x4f\xf2\x15\xf7\x3b\xa0\x84\xeb\xa6\xfc\x72\x40\xe9\xee\xd9\xbf\x2f\x88\x84\x43\x86\xa2\xd8\x4c\x7d\xc0\x2f\xe3\x6b\x96\x0e\x64\x86\xdb\x72\x79\xa0\x1a\xa9\x2d\x8b\x47\x23\x88\x9a\x22\xa2\x80\x7d\x63\x78\x39\xa0\x73\x57\xaf\x5a\x03\xad\x1a\xe4\xe5\xb7\x69\x86\x80\xf9\x2e\x32\x76\x1e\x88\x13\xae\x06\xb1\xf3\x64\x11\x7f\x3d\x90\x1c\x95\x5e\x0b\x83\xe4\xa8\xfa\x7a\x81\xe4\x1c\xdd\x25\xd4\x4d\x31\xd0\x83\x77\x43\x59\x1f\x3d\x10\x3c\xec\xc2\x02\x47\x47\x0e\xfe\xab\x8d\xdb\xc8\x24\xd1\x1c\x9d\x3a\x55\xf3\x0b\x07\x6c\x4e\xc2\x13\x02\x5d\x5e\x8c\x86\xf7\xa6\x36\x83\xc8\x95\x91\x64\x70\x30\x9d\x4a\x3c\xf7\xa0\x12\xdf\xe5\x5e\x3d\x18\x19\x63\x9f\xf0\x31\xe0\x5f\x35\xa7\x19\xbc\xe4\xcd\xdc\x0e\x9e\x24\xbb\xf8\x8f\xc1\x1a\x91\x6e\xa3\x42\x8b\x99\xdf\x80\x63\xf1\x05\x02\x4a\xb3\x79\x3f\x40\x6e\x78\x2d\xed\xc0\x75\x59\xe5\x47\xc7\xd0\x81\x90\x1b\x47\x49\x1d\x10\x31\xaa\x24\xdb\x63\x67\x0d\x36\x21\x68\xcf\x78\x5f\x2b\x84\x92\xfe\xdd\x2b\x80\x6a\x4d\xd5\x4b\xcc\x34\x2a\x7b\x22\x0e\x5a\x08\xec\xee\x3b\x60\x21\x70\x70\xf6\xb1\xf3\xd8\x95\x15\xfd\xa0\x81\xc0\x2c\x6a\x65\x84\xeb\x83\x83\x56\x4d\xad\x08\x8a\x2d\xd9\x4b\x7a\x20\xef\x2a\xbd\xda\x34\xab\x98\xf6\xe1\xc7\x72\xad\xd1\xe3\xe0\xe5\xcc\x06\x80\xfa\x80\xf7\xef\x41\x59\x3b\xbb\x4b\xdc\x7c\x28\x71\xe7\x60\x01\x55\x59\xc0\x0e\xda\x13\xec\xc9\x38\xe0\xc9\x7a\xf1\xed\x93\x5b\x45\xcb\x00\xf1\xc6\x9e\x8d\x03\x05\x55\xad\x66\x1f\x53\xda\x49\x4d\x32\xdb\x81\x54\xae\x6a\x2c\xa3\xe2\x7f\x35\xcb\x43\x41\x7f\x7b\x6b\x8e\x93\xab\xe0\x75\xe6\x85\x58\x96\xdc\x8f\x25\xfd\xc8\xe8\x7e\x50\xfa\xf1\x0b\xb0\x36\x58\x06\x3c\x90\xd7\x65\xf3\xee\x81\x90\xa1\x6a\x1e\x77\x71\x1f\x18\x86\x6b\xad\x83\x26\x85\x3b\xaf\x1c\xb9\x70\x20\xf1\xeb\x75\xfa\xc1\x27\x65\x83\xf2\x01\x97\x94\xeb\xec\x1c\xbc\xf2\x4a\xda\xc9\xc1\xea\x4b\x2e\x3e\x76\xdc\x14\x2a\xdd\xc6\x79\xeb\x65\x82\x43\xaa\x1a\x42\x38\xa4\x5c\xf8\xe7\x80\x3c\xe5\x40\xe1\xe3\x46\xf9\x3e\x69\x96\xc7\xdd\xbf\xbf\x8a\x93\x58\x0e\x44\x13\x95\xd7\x78\x10\x63\xe4\x1b\x3f\xe0\xbf\xda\xec\x00\x3d\xa6\xfc\x95\x5e\x47\xe3\xbd\x16\x41\x28\x78\xb8\x08\x1a\x91\xf9\xef\x76\x49\x1d\xa8\x83\x6a\x93\xcf\xb1\x8c\x19\xd9\x0f\x50\x9a\xd7\x42\xca\xc3\x39\x79\x84\x0e\x9b\x91\x70\x80\x2a\xa8\xf1\xf5\xfd\xc5\x11\x85\x14\xc4\x17\xf9\xde\xc3\x03\xb6\x0e\x47\xd8\x9d\xa8\x7a\x6a\x8b\xf4\x89\xf2\x4a\xae\x0c\x74\xc2\xd4\xd1\x8a\xe6\x74\x6e\x60\x31\xc3\x6d\xac\x82\x8e\x95\x13\xc1\x45\xce\x17\x38\x37\x5e\x49\x59\xd4\xa6\x73\x27\xaa\x7d\xc0\x4b\xe8\x01\xb9\x7b\x8b\x3b\xbc\x30\x80\x3b\xbc\x11\xff\x14\xd4\xc6\x0d\x54\xe2\x50\x27\x82\xb1\x6d\x6a\x39\x57\x7d\x25\xad\xeb\x89\x60\x6c\x33\xd1\x13\x5e\xb9\xac\xab\x78\xcb\x39\xe5\xd5\xd8\x36\xf7\x40\x8b\x92\xd4\x9d\x13\xf2\x6a\xf2\x31\x73\xc2\x0f\x67\xb3\xc7\x89\xbb\x57\xcd\x45\xcf\xe5\x66\x13\x57\x3c\x23\x28\x45\xdb\xf7\x8c\xa0\x75\x39\xa4\xce\x65\x48\x69\x7e\x00\x93\xb8\x58\xd2\x19\x79\x18\x6b\xbb\x9d\xb8\x40\xd5\xd7\xb5\x9e\x8c\xb7\xb6\xbb\xf3\x64\x11\x80\x79\x3c\xff\xe0\xe4\x39\x59\x21\xc0\x71\xcb\x27\xa3\xb3\x1d\x87\x7c\xd2\xec\xf2\x6a\xf3\x70\xf6\xca\x27\x6a\x16\x3a\x1a\x4f\x78\xe1\xac\xa5\x9f\x2c\x22\xf0\x5a\x3a\x5e\xc1\xfa\x5a\x3b\x16\x0d\x70\xe8\xf2\x99\x58\xf5\x57\xb3\x46\x91\x00\x3b\xf2\xce\x84\x62\x5d\x46\x1b\x4a\x04\x58\xab\x3f\xa7\x04\x9e\xac\x68\x9c\xac\x82\xaa\xc3\xe4\xcc\xeb\xbe\x28\xb5\x29\xd9\x09\xed\x99\x77\x56\x69\x8e\x28\x72\xea\xf8\xae\x13\x45\x4d\x75\xe7\x7e\x39\x11\x2f\xee\xd4\xfd\x13\xa9\x76\x8e\xa4\x3e\x51\x0d\xc0\xc5\xc5\x4e\x78\xe5\x5c\x96\xef\x44\xb4\x78\x35\x42\xe0\x95\xf3\x71\x7c\xc2\x2b\xa7\x4b\xff\xcb\x59\x40\xdb\x5e\x83\x02\x71\xc7\xa4\xbd\x9c\x6a\x06\xa0\xf0\xf4\x34\xe9\x96\xe3\xfb\xab\xd9\x2f\x72\x96\xb5\xee\x02\x11\x02\xbb\x55\xfb\x93\x5e\x35\x7b\xb9\xcf\x8a\xfa\x15\x3a\x8f\x4f\x14\x13\x70\x14\xe7\x59\xe3\xf7\x57\xab\xb2\x29\x9f\xcb\x6e\x25\xd5\xff\x44\x7c\x7a\x33\xdd\xe0\xfe\x81\xf1\x1a\x80\xea\x62\xf7\x83\x13\xb3\x16\x95\x30\x90\xca\x06\xbb\xb3\x12\xad\xee\x11\xcb\x6e\xb2\x69\x54\xa4\xcd\x64\x18\x5b\x6e\xea\x47\xe9\x26\x5d\x10\x5e\x4e\x04\x56\x55\xd9\xb0\x4e\x98\xbd\x6a\xf7\x42\x2f\xb3\x97\x19\xeb\x12\xe1\xbd\x54\x8d\x87\xbc\xfb\xec\x64\x33\xee\x94\xc9\x78\xf6\x21\x9f\x9d\x56\x09\xb1\xfb\x13\xb5\x94\xaa\x8e\xb4\xb3\x33\x32\xd8\xa8\x1a\xc8\xbd\x35\x77\xc5\x85\x00\x55\x16\xa9\x73\x70\x0b\xba\x07\x64\xeb\xd5\xea\x0f\x16\x94\xfe\x62\x0d\x21\x28\x59\x1a\xc9\xe7\xe8\xc9\x9b\xfa\xcd\xeb\x96\x5d\xcc\x44\xbb\x53\x4a\xf7\x19\xc0\xa2\xfd\x66\x55\x3b\x0d\x04\x26\xfb\x9d\x77\xac\x69\xde\x88\xb5\xb2\x9b\xe2\xdc\x89\x7e\xaf\xdf\x4e\xdf\x9b\x16\x18\x9e\xb0\xe6\x69\xf1\xae\x2a\x7b\x6a\xcf\x23\xe0\x9c\xd4\x07\xc7\x42\x8c\xbe\xa0\x5c\x6b\x3c\xf0\xf2\x2a\x1b\xe6\xce\x65\x98\x33\x91\x1d\xa4\x19\xb7\x21\x05\xca\xbe\x70\xc2\x70\x57\x5e\x3d\xd2\x2f\xa6\x49\x1e\x9c\x83\x41\xe4\x62\xfb\x77\x10\xb5\x74\xc2\x13\xc1\x54\x55\xc6\x83\x93\x52\xa7\x79\x15\x0b\x08\xd8\xb3\x7b\x9e\xe4\xf1\xe6\x56\xbc\x56\xb5\xfb\x68\x5c\x3e\x2b\x49\xba\xe7\xb5\x68\x54\x78\x42\xe8\x52\x6d\xfe\x62\x6d\x3d\x41\x81\xb8\x70\x57\xfd\x3b\x79\xd1\xe9\xf6\xa3\x20\x85\xf3\x5e\x8a\xb2\xba\x47\x82\x9b\x83\x28\xce\x9b\xc3\x6b\x11\x6e\x28\xce\xe6\x0c\x28\x59\x54\xcd\x4a\x6e\x1e\x52\x46\xea\x8d\x0a\xfd\xa6\xb4\x29\xc2\xa5\x17\x83\xe5\xfd\x4c\x76\xd2\x9e\x0f\x92\x65\xbc\xc3\xa6\x84\x96\x7c\x87\xf7\x89\xa8\xa3\x6a\xce\xf1\x1c\x88\xb0\x14\x04\x0f\x21\xfa\x20\xf0\xda\x68\xc8\x12\x3f\xbd\x36\x4a\xe2\xa2\x8b\x8b\x57\x24\x05\x7f\x01\xba\x10\x0e\xae\x8d\xb6\x80\xec\x17\x56\xe0\xc3\xa7\xcd\x94\xff\x22\x5a\xbe\xe0\x5b\xaa\x52\x88\xae\xe5\x5b\x12\x69\x5e\xa8\x09\x50\xbb\x7b\x00\x69\x89\x50\xae\x15\xa7\x54\xd4\x06\xa9\x89\x4c\x2e\xc4\x2d\xf9\xb2\xca\x0b\xd1\xde\xbe\x9e\xf7\x82\x27\xaa\x0e\x8f\xc7\x29\x69\x06\x81\xdb\xb3\xfa\x01\xce\x41\x69\x91\x57\x5c\x53\xd2\x14\x28\x40\xc9\x5c\x7c\xf1\xde\x51\x9b\xd2\xae\x15\xa6\xf4\xea\x82\xe9\x06\x1e\x34\x22\x4f\x23\xfb\x0b\x86\xd3\xf8\x77\xba\x21\xb4\xe3\xaf\x44\xf1\x5e\x3b\xfc\x82\x45\x70\x38\x15\xe8\x4a\x6b\xcb\x09\xac\xb4\xb6\x87\x96\x82\x61\x41\xb6\xec\x5c\xb8\x23\xde\xaa\xdf\x95\x79\x3a\x7a\xb1\xf2\x82\x5b\xa3\xf2\x66\x50\x47\x81\x5d\xcb\x1b\xa5\x9d\x7f\xb1\x28\x91\x1d\xc5\x17\x42\xba\x5d\xe9\xfc\x42\x91\x22\x1f\xc9\x17\xc5\x10\x99\xa2\xaf\x29\x76\xa4\x61\x1a\x2d\xd4\x98\x9b\x5f\x00\xfa\x65\xcb\xbe\x18\x0c\x94\xfd\x01\x25\xbb\xe6\x17\x28\x88\x24\xf7\x00\x10\xb4\xcf\xae\x4a\xe4\x7a\x01\xeb\x22\x52\xcd\x9b\x55\x22\x2d\x37\x5c\xa8\xf9\x68\xb3\xdb\x55\x79\x5c\x1a\xb7\x94\x13\x86\x5f\x40\xc4\x90\xa4\xf0\x0b\xc1\x33\x9b\x51\xbd\xc4\x02\x43\x4d\xc3\x9e\x36\xf3\x45\xb1\x40\x96\xee\x8b\x65\xc4\x9d\x22\x75\xb1\x88\x91\x59\xec\xb5\x8a\x16\xe9\x4c\xbf\x50\x58\xdc\x25\xdf\x2f\x66\x8b\x39\x89\xea\x42\x89\x46\xc7\x57\x5f\x28\x52\xe4\xd2\x37\xd7\x92\x12\x9a\x3f\xa0\x48\xe7\xdd\x88\xaa\x44\xbe\x2f\xf7\xa2\xd4\x60\xbc\xa1\xa0\xa2\xab\xd2\x5f\x83\x5c\xdf\xdb\x73\xb9\xd3\xbc\x38\x83\x9b\xc9\x1b\x9a\xd1\x32\xaf\xdd\x35\x78\x84\xbf\x06\xa1\xd0\x66\x9e\xc0\x2b\xd8\x5f\xfb\x0f\xf1\x31\x56\x3d\xaf\xb1\x70\xa7\x89\xed\x54\x28\x4c\xa6\x3b\x71\xe7\x36\xdd\x4e\x92\x13\xae\x9d\x5b\x43\xf2\xfb\xb5\xaf\x41\x35\x57\xd4\x48\x9c\xba\xde\x0f\x8e\xa3\x0b\x31\xd9\xbe\x2d\xe3\x62\x51\x21\xfb\x47\x2f\xb8\xef\x8a\x1d\xe6\x17\x6b\x8d\xdb\x11\x7c\x1d\x5c\x3d\x41\x88\x28\xec\x4d\xd6\xeb\x0b\x87\x7c\x0b\xee\x91\x48\x11\x0e\xce\xb5\x14\xea\xe0\xa4\x9d\xc6\xdc\x1e\xc6\xa5\x26\xfd\xf8\x3a\x19\x2c\x55\xfc\x00\x56\x56\x9f\x06\xb8\x9a\xa7\x49\xa7\xba\x4e\x9e\x91\x5e\xfe\x0b\xf6\x32\x93\x2c\xab\x08\xd9\xfe\x75\x5d\x58\x07\x4f\x02\x11\xd3\x2d\xf8\xf7\x8a\xb6\xb0\xc2\xf4\x33\x8b\xa5\xd7\xc5\xa4\x3b\xf3\x8f\x8b\xee\x59\x13\x18\xae\x9b\xf4\xa5\x46\x17\xac\x4d\xaf\xa5\xb8\x58\x8f\x5c\x68\x59\xee\x39\xb3\x30\xb8\xe7\xec\x6f\xbf\x10\xef\x9c\x5c\x9b\xf0\x42\x72\xbd\xaf\xfc\xbe\xee\xb5\x74\x1a\x02\x0e\xbc\x61\x8a\xbe\x59\x0a\x50\x68\x61\xba\x9a\x89\x01\xb2\x8a\x45\xa3\x8b\x55\x8a\xec\x76\xbd\x6e\xce\xc9\x6d\x04\xd8\x1b\x82\x75\x77\xba\x06\x78\x88\x66\xb7\x51\x80\xd6\x33\x98\xb2\x4a\xb2\xe5\xf4\xc2\xa5\x3a\xce\x1c\xbb\x1e\x02\xe8\xdf\x17\xd6\x35\xc3\x67\x31\x65\x7f\x41\x1b\x9f\x47\xb8\x10\xaf\x28\x88\x1f\x56\x69\x31\x44\xac\x87\xac\x75\xbc\x97\x77\x51\x2c\xf7\x86\x7d\xc9\xd9\x6b\x37\xb2\xfb\x1d\xa4\x7d\xe3\x7e\x48\xc7\x49\xdc\x1b\x05\x4e\xb1\x8d\x1b\xd2\x4f\x8b\xee\x00\xd4\x2c\xc6\x73\x6f\x54\x58\xc4\x24\x6e\x08\x3b\x2d\xba\xbd\xb8\x5b\xd7\x03\xde\xb4\xad\x1e\x50\xe0\xe8\x95\xdd\x76\x43\x7a\x69\x52\xa2\x6f\x48\x2f\x8e\x6c\xbd\x03\x41\xd2\xa4\xa7\xf4\x92\x36\x11\xca\xbd\xaa\x6f\x8b\x98\x6f\x26\xe7\x9b\xdc\x6f\xdc\x58\x63\x0f\xe9\xcd\xfb\x1d\x9d\xe6\x7a\x47\x44\x9f\x05\xbf\x30\x67\x69\x5d\xe2\x46\x48\xf4\x2b\x9f\xee\x46\xf1\x6c\xdf\xe9\x77\xc3\x18\x63\x6f\xf8\xcd\x3b\x6a\x9c\xd5\x7a\x27\x5c\xaf\xb8\xf9\x85\xc2\x17\xd4\x63\xc2\xcd\x0e\xa2\xa6\x3b\xc1\x91\xd1\x3d\x02\x6d\xd4\x5e\x29\x78\x37\x6d\x4b\xb9\xe1\xcc\x6c\x32\x3d\xdc\xb8\xc0\xb1\xc9\xb6\x73\x67\xdc\x54\x6d\x90\x33\x58\xa5\xce\xd2\x9b\x89\x6a\xc5\x2b\xbb\xbc\x9f\xda\xe3\x77\x86\x96\x67\xda\x80\x18\xe3\xcc\xda\x1b\x17\x38\x36\x89\x31\x37\xac\x23\xce\xee\xbf\x0b\x45\x6f\x77\x58\x08\x82\x90\x54\x16\x69\x08\x84\x42\x47\x75\xf6\x03\x9a\x2f\x4d\x5d\x85\xb5\x6a\x8a\x07\x7d\xd0\xa7\xbe\x98\x82\x4e\x4a\xfd\x47\x69\x43\x37\x62\x7e\x9a\xc4\xc7\xbb\x62\xfb\x78\xb4\xca\x19\x6a\x02\x75\x11\x92\x3f\xa0\x15\x50\x32\xcf\xdd\x16\x2d\x6a\x99\x70\xb5\xe2\x6b\x9d\x1b\x87\x70\x1b\x5c\xc6\xb4\xda\x78\x00\x49\xfd\xb8\x71\x3d\x8b\x3d\x64\x37\x02\x88\xed\x61\xbe\xe1\xdc\x74\x15\xc6\x1b\x39\xf8\x63\xf3\xef\x48\x5a\xe8\xee\xef\x82\x13\xcb\xef\xdf\xd8\xf1\xfe\x1d\x08\x35\x25\x77\x3a\x16\x24\x0f\xdf\x53\xe6\x4a\xdb\xe6\x36\x44\x2c\x1d\x5f\x37\xca\x26\x39\x9a\xeb\x9e\x12\x56\xb2\x3b\xe8\xee\xb4\xee\x0a\xc9\x7d\x2d\xba\x1f\xe0\xc4\x74\xd0\xd3\xdd\x61\x93\xf6\x32\xc1\xeb\xb8\xe9\x68\xb8\x07\x8b\xbc\x6b\xc4\x81\x58\x78\xf3\x28\x0a\x4b\x9b\x3b\xe4\xcd\x2e\xdd\x1d\xd2\x63\xa4\x36\x52\xf1\x7d\x09\xfd\xbd\x47\x42\x24\xa4\xc0\x33\xf8\xba\x58\xf7\xde\x61\xae\x70\xd4\xc6\xbd\x43\x91\x95\x26\x7c\x23\xba\x78\x33\x69\xed\x8b\xf6\x85\x77\x18\x5d\x5e\x89\xa1\xf7\xce\x4b\x66\xb5\x50\xf4\x2e\xbe\xd8\xda\x0e\xc6\xa8\x03\xe8\x86\xd1\x25\xbc\xb6\xd3\x0a\x26\xd6\x31\x7e\xc3\xa8\x62\xa7\xd1\x7d\xc0\xbb\x60\x56\x4b\x6f\xa1\xb9\xff\xd1\x41\x3b\x7e\x7f\x10\x04\x4d\xfb\xa0\x02\x26\x89\xf0\xc6\x6d\x89\xd6\x43\x6e\xd4\x61\x6c\x8e\x23\xba\x51\xdf\xa8\x79\xc3\x40\xbe\xda\xcc\x13\x4e\x48\x70\xc5\x6d\x9c\x99\x0e\x35\xbf\x91\xa3\x16\x9c\xb6\x79\x9f\x8b\x5c\xdc\x25\x29\x58\x88\xbc\xb8\x9a\xc2\x34\x43\x89\x1d\x6f\x75\xd3\x2e\xe3\x68\xa4\xfb\x5a\xb1\x7f\x6a\x43\xe2\x32\x85\x5e\x0b\x0f\x82\xe1\x5a\x40\x79\x0c\x48\x81\xc6\xcb\xb5\x80\x34\x50\xb8\xa2\xd5\x1f\xa0\x00\xb5\x0d\x9c\xf7\x8d\x73\x56\x96\x93\x1b\xee\xbb\x26\xb3\xe0\x8d\x78\x28\xdb\xf0\x6e\x5e\x5d\x68\x17\xe5\x8d\xfc\xb1\xd7\x5d\xcf\xf7\x0d\x59\xd8\xbb\x04\xee\x35\xdf\xf6\x70\x3f\x1c\x51\x1d\xc0\xbb\xe6\x82\xfc\xf7\x03\x66\x28\x7b\xea\x8d\x60\x28\x7b\xd3\x6f\x26\x90\x99\x51\x3d\x58\xe9\xea\x36\x33\x57\x3d\x05\xa4\xfb\xf7\xe6\x17\x60\xcd\xf7\x16\x79\x50\x45\xc1\x33\xa2\x37\xce\x01\x3f\x37\x4a\x42\xb6\xea\x0e\xe9\x7e\xf8\xb4\x9f\x8d\x06\x38\x21\xf1\x81\x7b\xce\x9e\xe3\x67\xa3\x33\x4b\xbb\xf4\xd9\x30\xe7\xea\x0f\x70\xfb\xa8\x4e\x9b\x07\xee\xb8\xd7\x1d\x97\x0f\xca\x25\xbd\x72\x82\x1f\x86\x77\xd5\xed\x47\x37\xb2\x3e\x88\x6c\xb6\x6b\xfb\xc1\xed\x29\xe6\x22\x0f\xc5\x33\x99\x44\x1e\xc4\x82\x6d\xc3\xbf\x4f\x32\x73\xb0\xff\xc3\x6a\xd8\x0e\x61\x7b\xe0\xce\x73\x2d\xb0\x07\xd5\xb0\x5d\x93\xe1\xa1\x38\x27\x8b\xca\xc3\x30\x68\x23\x24\x20\xc9\x7f\xf3\xf7\x08\x81\x97\xdc\xff\x20\x18\xcd\xd5\xc8\x1e\xdc\x80\x68\x15\xff\x09\x3c\xbd\x04\xe0\xba\x00\x51\x5b\xed\x41\xa5\x82\x51\x3c\xc0\x4d\xfc\x19\xa2\x07\x64\xa5\x19\xc5\x00\xf5\x49\xbf\xc7\xb5\x79\x35\x44\xa4\x3d\xbc\xf8\x01\x99\xb5\xd7\x08\x17\x84\xdb\xdf\xf8\xb0\x72\x81\x18\xeb\xb3\x2a\x7e\x6b\x52\x91\xbc\x5a\x82\xfa\x83\xcb\x58\x9c\x9b\xf2\x44\xec\xf6\xe6\x01\xb8\xdb\x83\x47\x00\x4b\x92\xb1\xe5\x61\x0c\xf5\x0b\x68\x3a\xf3\x24\x04\x3f\x09\xc9\x2a\xe2\x1f\x4f\xa2\x27\x5b\xb3\x86\x2b\xef\x95\xa2\xfa\x20\xc5\xce\xca\xfb\x83\x14\x3b\x97\xfc\x7d\x70\xe7\xe1\x4b\x9a\x7b\x50\x4f\xf3\x95\xa1\xfc\xc0\xd9\x67\x9b\xc3\x93\x68\x08\x15\xc3\x78\x50\x0f\x7c\x64\x0f\xc9\x10\x04\xa3\x05\xee\xbe\x57\x92\xf4\x03\x7f\x9f\x73\x54\x9f\xbc\x56\x42\x5d\x64\xdc\x0e\x6f\xf2\x61\x81\x28\x07\xd4\x3d\x99\xd3\x10\x50\xb0\xbd\xd9\xaa\xf1\xc0\xd4\xe6\x7c\xca\x27\xaf\x03\xc9\x2f\x80\x47\x98\xe0\xcb\x82\x51\x98\x2e\x84\x51\x68\x28\xf3\x04\xf3\x65\xf1\x0f\xaf\x31\x74\xd4\xcf\xb3\xa4\x56\x29\x30\x4f\x01\x35\x74\xb7\xc9\x79\x8d\x59\x18\xe3\x5a\x35\x0c\x20\x17\x99\x63\x9f\x4a\x6a\x30\xde\x50\x73\xca\x31\xdc\x0f\xae\x74\x71\x3e\xfe\x03\x1f\x5f\x73\x18\xe1\x83\x28\xbe\x57\x56\xf5\xc3\x54\xba\x31\x3c\x06\x34\xc1\xee\x2f\x60\x9e\x2d\x6e\xf3\x4e\x05\xcd\x12\x35\xa7\xac\x69\x3e\xa8\xae\xb0\x79\x61\x2a\x44\x26\xaf\x7d\xc5\x9c\x8c\x36\x66\xce\xbd\xf0\x0c\xc9\xd8\xfe\xb9\xa7\xf1\x76\x30\x01\x08\x41\xb9\xf9\xda\xfe\x07\xd6\xc1\x66\x7a\xc4\xfd\x2e\xbe\x29\xea\x61\x79\x06\x47\xd8\x3d\x0d\xa1\x4c\x52\x9f\x9f\xb6\xf3\x05\xf7\x00\x0a\xcf\xfe\x60\x51\xb8\x16\xaa\x91\xf9\x98\x7d\x52\x18\x96\x00\xf4\x40\x18\x76\x3e\xcd\x83\x6a\x55\x0e\xd7\x78\x68\x7e\x94\x11\xe3\xe9\x9c\x83\xb0\x84\xa8\xc0\xee\x6d\xcf\xa0\x40\xb3\x67\x5a\x23\xa5\x93\x3d\xa8\x6d\xd5\x86\xc7\x1b\x5c\x67\x4d\x01\x05\x45\x9b\x0f\x04\x18\x27\x47\xf9\x51\xbe\xd0\xc3\x0b\xcf\x25\xe6\x3c\x08\x10\x0c\x8e\xde\x7b\xe0\x00\x6d\x8e\x06\x7d\x90\x2a\xe0\xa8\xa5\x07\x0e\xd0\x26\x25\xf5\x41\xe6\x40\xc8\x6e\x27\x5c\x7b\xaa\x0e\x99\x38\xe0\x08\xb9\x07\xa2\xba\x6f\x40\x7b\x06\x27\xec\x0f\xb0\xb7\x86\x07\x3c\x89\x00\x3f\x58\x30\x0b\x85\xa8\xae\x6e\x9b\xc9\x43\x59\xde\x84\x0c\x7f\xaa\xab\x3e\x3e\xfb\xa2\x3b\xf5\xb8\xaf\xbd\xe4\x2f\x78\xc6\x1b\x2d\x3b\x81\xd4\x90\xfb\x80\xaa\xed\xdf\xa1\xe1\x6c\xee\x91\x0c\x41\xba\xfb\xb3\x33\x0a\xc0\xc7\xec\x8e\xdd\x33\xfc\x02\x03\x2b\xdc\x7e\x08\x82\x86\x44\x79\x0a\x07\x8b\x3e\x07\xce\x69\x13\x26\x24\xfd\xe4\xa2\x09\xcf\xc1\xfd\xae\x95\x39\x16\x17\xd3\x10\x08\x04\x0c\x5e\x6a\x98\x4e\x7d\xf1\xf0\x03\x51\xdf\xe1\xd8\x0f\x4c\xa7\x76\x43\x3f\x27\xd1\x26\xf3\xc0\x83\x30\x3e\x1b\xa4\x9f\x73\xf1\x76\x3f\xe0\x06\x96\x01\xe1\x61\xad\x53\x47\xcd\x3d\x10\xfe\x9b\x7d\x10\x0f\x8d\xad\xde\x4f\xb8\x47\xd1\xc1\x10\x0f\x04\x75\xdf\xe7\xfa\xc0\xc1\xea\x1a\xa0\x0f\xf2\x0e\xd2\xab\x7d\xe1\x7d\x81\x74\x21\xd2\x48\x22\xea\x03\xa9\xdc\xba\xed\x03\x77\xeb\xab\xca\xc2\xc3\x3a\x0f\x8e\x2d\x7e\x10\x56\xe7\xeb\xe7\x9e\x7b\x4d\x52\x78\xbb\xd7\x24\xfd\x06\x6d\x08\xe6\x84\x37\xe5\x60\xad\x0c\x6f\x0c\x2f\xc9\x2f\x5c\xec\x42\xb8\x87\x28\xff\x92\x73\x21\xca\x3b\xe3\xf7\x61\xda\x9f\xc3\xce\x1e\xde\x14\xe3\xd0\xd5\x07\x91\x72\x0e\xce\x7b\x78\x39\x8c\xe3\x9d\x1e\x48\xf3\xbe\x1c\xeb\x79\xc8\x5c\x65\x77\x78\xa6\xf4\x9e\xfb\xab\x07\xee\x54\x4f\x9c\x95\x4a\x7d\x00\xa0\x52\xa9\xee\x18\xa8\x1b\x2b\x8f\xea\xea\xa2\xba\xb1\xfa\xba\x42\x61\xea\xb6\x5c\xb3\xd5\x0f\xe6\x5e\x57\x16\x7d\xdd\x70\xf7\x8b\xc2\xba\xea\x86\x8a\x11\xaa\x29\x5c\xb7\x00\xf6\x54\x34\x24\x2f\xf8\x56\x85\x87\xba\x05\x1e\xf6\xd5\x0f\x0a\x7a\x10\x4c\x81\x39\x5f\x45\x6d\xf2\x86\xcf\xda\xd4\x2d\xf0\x46\xaf\xea\x31\x07\x7a\x70\x8f\xd4\xf3\x93\xbb\x04\xe2\x82\x7b\x80\x8c\x1f\x3c\x04\x82\x9a\x3e\x67\x52\xdd\x58\xa9\xab\x64\x8d\x00\xfb\xa7\xea\xa7\xd6\x2d\x72\xf5\xdd\x5e\x34\xaa\x11\x78\x1d\xa1\xf4\xa0\xba\x21\xbb\x43\xbe\xd9\xba\xa1\x54\xa9\x8a\x31\xd5\x0d\x35\x27\xaa\xd1\x04\x81\x58\x19\xe7\x75\x8b\x9c\xa3\x40\x44\x70\x5c\xde\xb6\x1f\x9c\x42\x75\x8b\x9c\xbf\x16\x85\x55\xc1\x14\x3d\x54\x37\x24\x20\x2a\x80\xb0\x6e\xb8\x20\xbc\x1b\x41\xb8\xb7\xd0\xa5\x48\xea\x06\x63\x6b\x55\x49\xb6\xba\x4d\xe1\x37\xf7\x28\xf8\x33\x05\xae\x2c\xc2\x81\xa0\xaa\x7a\x2e\x75\xc3\x45\x83\x3d\xb9\x9d\xd0\x76\x07\x40\x50\xd4\x88\xcb\x69\x5c\xdd\x21\xb7\x7d\x16\x90\xbc\x57\x30\x99\xf6\x32\x61\x12\x0e\xe1\x44\xde\x92\x56\x95\xb9\x27\x8a\x29\xae\x1b\xee\xe3\xee\x6e\x43\x92\x95\xcf\xa6\x6e\xf4\x22\x2b\x7a\xaf\x6e\x48\x46\x19\x5e\x25\xe6\xa2\xa8\x52\x54\xdd\xe0\x46\xce\xa6\x5d\x08\xb2\xfd\xd5\x26\x88\x02\x89\x25\x21\x8a\x26\x59\xb8\xdd\xf4\x7e\xe5\x76\xd3\xf6\xab\x8b\x5b\x6a\x40\xc8\xb1\xca\x04\xae\x5b\x25\x5a\xfd\x01\x98\xa7\x71\x30\xa5\xd8\x38\x0c\x70\x25\x8b\x30\x03\x40\x45\x08\xdd\x7e\x57\x37\xd6\x04\xf3\x0c\x2a\x67\x20\x88\x51\x93\xbe\x7b\xfb\xc2\x85\xad\xbc\x8f\xba\xb1\x26\xfd\x26\x94\x41\x8a\x55\x65\x84\xba\xb1\x6a\x6a\x53\xff\x6d\xe1\x5c\x10\x36\x14\x07\x34\xbf\x80\xd0\xfa\xee\x80\x9a\x61\xd1\x0c\x1a\x4f\x76\x33\x39\x54\x77\xe8\x66\x0f\x9d\xbc\xbb\x88\xf6\x20\x53\xf6\xd7\x07\x40\x9a\xd9\x41\x47\x48\x4d\xd1\x90\x4c\x34\x51\x28\x79\xdd\x3a\x69\xb3\x88\xba\x71\xe9\xa0\x0a\x01\xd7\x8d\x77\x0e\x9a\x1d\x74\x60\x2d\x8b\x74\x3b\x72\xbd\xba\xb0\x86\xf2\x10\xdd\xfb\x6f\x19\x70\x4d\x28\xbc\x53\xb0\x18\x26\xdc\x29\xd8\x4d\xaa\x74\x89\x17\x0f\x49\x97\xf8\x26\x90\x78\xe9\x60\x35\xa9\x8c\x35\x09\xe1\x09\x19\xa7\xdd\x3c\x6a\x10\x68\x4d\x72\xdd\xde\x5d\x0d\x03\x6d\x25\xaf\x2f\x98\xe8\xac\x1e\xa7\xe4\x98\x5e\xa7\xcd\xb2\x02\x9b\x1c\x11\x79\x57\xcc\x56\x96\xe4\xe8\xa5\xd8\x69\x94\x7b\x75\x01\x9b\x59\x13\x0c\x3b\xc8\xe3\x35\x24\xad\x47\x66\x34\x10\x2d\x93\x4f\x30\x58\x89\x83\xa9\xe3\xa0\x3a\xeb\x69\x32\x07\xb6\x9a\x75\x1d\x11\x4a\x8f\x86\x44\x85\xd6\x6e\x12\x47\x4d\xfc\x6e\x62\x38\x70\xe2\x19\xaf\x07\x0a\x75\x98\x82\x59\x90\xa2\xf8\x88\x44\x46\x49\x37\x45\xf3\xc6\xc1\xf4\x7a\x01\x75\x33\x9a\xdb\x20\x17\x13\xc3\x41\xad\xcb\xbb\x90\xa5\xcf\x8a\xcf\xd0\x93\x9c\xeb\xf5\x00\xa5\xfa\x7c\xd0\xa3\x20\x45\x37\xf9\x9c\x50\x2b\xf2\x4f\x8c\x70\x75\x3b\x17\xd2\x05\x10\x23\xf9\x5e\xc7\x03\x8a\x9a\xa9\xd4\x65\xdd\xe0\x91\xef\xde\x51\xd7\x12\x1b\x34\xfe\xc5\x3d\xa8\x1d\x71\x11\x47\x6e\xd3\x80\x6c\x46\x85\x7a\xf8\x9b\x71\x76\x2d\x10\x04\x13\x2c\xcc\xd5\x48\xbc\x16\x39\x1b\x26\x8a\xae\x6e\xa3\xa2\xac\x59\xd5\x4d\x19\x51\x1d\xc0\xc0\xdc\xcd\xb9\xee\x85\x74\x75\xb0\x3c\xf8\xc2\xf1\xb2\x30\x57\x4d\xe2\x06\xf1\x9a\xbb\x53\xd4\x6d\xfe\x7d\xad\xab\x7a\xe4\xf5\xd8\x66\x0b\x14\x53\x9b\x46\x78\x10\xac\xe5\xdd\xf2\x10\x02\x81\x0c\x0b\xf4\x6b\x07\x3f\x8b\x29\x68\x44\xba\xe0\x5f\x47\xe0\x83\x0a\x5f\x3e\xc1\x10\x4e\xf8\x5a\x27\x0a\xad\x16\x9d\x58\x60\xb6\xbc\x1e\xd0\x9e\x24\x51\x22\xa0\x9e\xbe\x0f\xfa\x80\xfc\x5e\xf9\x12\x6a\xe0\x85\xda\xaa\x95\x53\x03\x4c\xca\x5e\xa7\xb0\x81\x54\xab\x3f\xe0\x7e\x6a\x7e\x00\xa7\x8b\xb8\x6d\x40\x61\x35\xf3\x88\xb0\x51\x5f\x78\x81\x40\xa0\x75\x0a\x86\x8d\x4b\xaf\x2f\x18\xb1\xa8\x44\x99\x1a\x02\x6c\xa8\x86\x81\x52\xae\x10\x1f\x02\x13\x05\x84\xe9\x10\x16\x90\x42\x43\x20\x01\x67\x7f\x02\xc3\x9c\xa7\x8d\x9c\xe3\x90\xdc\xa6\x3a\x50\xfc\x80\xd4\x91\x0d\xc4\x03\x6e\xaa\x59\x44\xc4\xc9\x88\xdb\x06\x8a\xb5\x22\xbf\x10\x17\xa6\x85\x87\x08\x7a\x14\xc5\x07\xe4\x70\x74\x31\xdb\xb0\x52\x36\xaa\x5f\x60\x2c\xcf\xab\x4b\x88\x03\x22\xf9\x90\x00\x82\x17\x3f\xf1\x1c\x73\x97\xb8\xf7\xa8\x8b\x42\x03\x53\x2e\x8a\x61\x58\x29\x17\x5e\xfe\x04\x3d\x5c\x9c\x2c\x24\x1a\xc4\xbd\x58\x30\xd4\xb6\x9a\xfd\x06\x80\x6a\xc2\x03\x4a\xd4\xf6\xee\xdf\xa1\x04\x19\x0d\x09\x52\x99\xb6\x61\xe0\x35\x8d\xca\xd0\xa9\x81\xc2\x6d\xd7\xac\x32\x27\xe1\xdf\xd7\x24\xdc\x03\x9d\x78\x62\x46\x21\x13\xd3\xee\x01\xb7\xce\x7b\x6d\xf3\x9a\x94\x60\xa6\xb0\xeb\x49\x22\xd6\xc0\x3b\x3f\xf0\x56\xed\xee\x11\x79\x44\xf8\x7b\xd4\xec\xd6\x91\x11\x90\x98\xd1\x87\xfa\x43\xe8\xc1\x8b\x96\x60\x61\x55\xb2\x6d\x0d\x85\x91\x84\x5e\x69\x8a\xae\x43\x1d\xf2\x3e\x24\xa5\x0c\xd5\x50\x51\xa8\xcf\x23\x56\x9e\xf5\x9a\x72\x5d\x47\x92\x40\x44\xe2\x74\x1f\x7e\x01\x77\xf4\x85\x9f\xd4\xd2\xae\x01\x81\x05\x2a\x12\x50\x03\xe5\xd4\x21\xfc\x54\x6e\x71\x53\x26\x0a\x95\x0d\xcf\xa7\x72\x3e\x22\x0a\x08\xaa\xe6\xc5\x01\x39\xd5\x7d\x68\x8d\x59\xc7\xac\x98\x72\x61\x6d\xed\x5d\xf3\x6d\x20\x8a\xe1\xdf\x39\x3d\x77\x58\x31\x3d\xb7\x41\x12\x5d\x33\x58\xd6\x59\x93\x29\xe3\x12\x92\xd7\xbc\x2d\x8e\xe0\x21\xc8\x6b\xcd\x09\x1b\x26\x19\xdc\x66\xde\x97\x19\x1d\x2a\x9f\xbd\x78\x29\xcc\xa7\x72\xe4\xd4\x00\xeb\xe8\x90\xe6\x18\x78\xdd\x92\xec\x47\x35\xf0\xb6\x6c\xcb\xc6\x01\xa2\xab\x95\xf1\x80\x60\xce\x4d\xd2\x54\x80\xc1\x73\x6c\xfe\x3d\xa3\xed\xdf\x2b\xda\x9a\x24\x03\x37\xab\xb7\xc6\x40\xde\xa7\x99\x37\x0c\x9c\x7d\x88\x8c\x06\x41\xf6\xef\x6b\xe5\x85\xe8\xb1\xb0\xe4\x21\xa9\x41\x48\x82\x0b\x3b\xb5\xdb\xae\x3e\x77\xde\xa3\xa5\x3e\x57\xb0\x82\x31\xbf\x43\x5c\x92\x94\x19\x56\x70\x42\xf1\x17\x93\xdd\xdb\xb0\x12\x76\x9a\x66\x4c\xa0\xc8\x10\x19\x92\x2a\x03\x02\x41\xc7\xe6\x1e\xe9\xbb\x35\xa2\x11\xfc\x39\x64\xfd\x09\x88\xf5\x7c\xb1\x14\x26\x32\x4b\xdb\x0d\xab\x2e\x8b\xd9\xdc\x41\x77\xb2\xe9\x09\xb1\x9f\xc3\x4b\x77\xf0\xee\x09\xef\x50\xc8\x99\xb2\x9d\xd7\x70\xd2\x73\xe8\x3d\x8e\xc4\x64\xdd\x10\x5f\x03\xa4\x4a\xd5\x13\xac\x01\xf5\x74\x37\xc3\x88\x58\x86\x11\xdc\x1e\x68\x0b\xad\x27\x21\x12\x84\x28\xc2\xa2\x78\xbf\x1a\x4e\x22\x49\x00\x22\x74\x54\x11\x1f\x35\xb0\xb8\xae\x89\xeb\x5a\xeb\x26\x00\x2f\xda\x91\x7d\x1e\x5d\x0b\xcd\x7e\x40\x55\xcc\x8c\xee\x5a\xd4\x22\x34\xb1\x74\x6d\x31\xaf\xbc\x19\xcb\xe6\x33\x0c\xa1\x06\x43\x6a\x4e\x60\xe4\x66\x32\x37\x47\xaa\xf0\x30\x75\xdc\x94\x16\xcc\x9e\xef\xb5\x78\x5a\x6d\x5e\x3d\x50\xcc\x4e\x98\xfc\x5b\xbd\x75\x51\x9e\x76\x33\x49\x42\xf6\x1b\x5e\xbc\x25\xfb\x79\x1e\x0f\x81\xf0\x07\xe0\x05\xaf\x0e\x3a\x08\xcc\x1d\x60\x71\xcc\xd0\x1f\x2c\x86\xec\x31\x01\x99\x25\xc3\x2c\x19\xc1\x06\xba\x4d\xb2\x06\x98\x2f\x87\xf4\xa2\x08\xc1\x50\xd7\xbc\xd4\xc8\xc2\x2f\x8a\x95\xa9\x91\x37\x0b\x28\x14\xa6\xc6\x8d\x47\x48\xf3\x27\x34\x6f\x88\xcb\x47\x86\x03\x64\x77\x01\x18\x93\x7b\x00\x8c\xc9\xbf\x23\x6c\x57\x0b\x13\x03\x6a\x00\xe7\x9f\x64\x07\xd5\x18\x90\x68\x26\x86\x1d\x19\xd9\x29\x4e\x14\x03\x92\x10\x24\x13\x46\x64\xb5\x8c\xe4\xdf\x0b\x29\xcb\xa3\xa3\x94\x5c\xf1\x07\x3b\x54\x18\x0f\x80\xed\x90\xfc\xfb\x49\x04\xb9\xc7\xeb\xfb\xab\x36\x2d\x71\x0c\x58\x82\xe4\x36\x2e\x8e\x92\x64\x1c\x19\x08\x2a\x1f\x45\x8d\x10\x19\x47\xf2\x0b\x8c\xf7\xd0\x09\x13\x23\xed\xe0\x52\xcc\x62\x64\xb2\xb2\xbf\x68\xec\x52\x63\x46\x9a\xef\x5f\x5f\x80\x8e\x92\xdb\x07\xbf\x70\x17\x84\x5a\xab\x0c\x73\x66\xd5\x6e\x89\x09\x84\x93\xdd\x66\x78\x92\x8e\xe6\x88\x4b\x0d\x5e\x40\x43\xa6\x4c\xcd\x88\x66\x65\x9c\xe8\x17\x68\x6b\xf4\x52\xa6\x03\x3a\xbc\x5f\xe0\x19\x22\x11\x30\x22\xda\x34\x29\xca\xaa\x46\x64\xf2\x56\xb7\x61\x31\xcd\x06\x1a\x06\xd3\x21\xb3\x43\xe4\x4d\x4f\xaa\xa5\x53\x23\x13\x6d\x6c\x2c\x89\xf4\xfd\x2b\xb0\xa3\x46\x66\xde\xd8\x38\x12\xa7\x54\x19\xdb\xab\x8b\xfe\xfd\x55\x5f\x98\x45\x41\x5e\xd5\x25\xae\x11\x42\xa4\x52\xa8\x6b\xe4\xed\x51\xb6\x4c\x44\x5e\x0e\xfe\x1a\x11\x2b\x21\x41\x38\xb2\x6a\x9c\xa2\x0d\x6a\x2c\x34\x58\x4a\x3a\x8f\xac\xe7\x53\x3d\x8b\x29\x78\x46\xdb\x2e\x62\xe1\xac\xc4\xf3\x23\x24\x51\x6b\x08\xb1\xac\x59\x0a\x53\xac\xe8\x23\xde\x18\x0b\x93\x2d\xbd\x2d\x0a\xb6\x85\xa9\x9a\x31\xb0\x72\x8c\xd7\x58\x38\x0d\x0d\x51\x49\x40\xc2\x13\x73\x7d\xaa\x11\x0b\x33\xeb\x30\xe2\x78\xdd\x78\x35\xa2\x2a\x0e\x32\xd9\x02\x22\xcd\xa0\xd5\x40\xaf\xba\xb8\x1e\x92\x69\xab\x3a\x0a\x23\xbc\xf9\xc1\x40\x37\x6e\x2c\xc9\x39\xb1\xd1\x71\x22\x18\x1a\x17\xd3\x1f\x50\x39\xeb\xfe\x80\xbe\x3f\xaf\x05\xae\x3c\x1f\x92\xa4\x22\x33\x7e\xe5\xac\xaf\x11\x57\x9e\x8f\xe2\x36\xc2\x46\x3d\x4b\x38\xef\xab\x77\x01\x9c\xf5\xa3\xb8\x0d\x34\x79\x67\x33\x90\xd5\x00\xe0\xfa\x4f\x17\x22\xa9\x11\x37\x4d\xe9\x0e\xb8\x1a\x51\x58\xd7\xd6\x86\x38\x18\x3a\x6b\xb4\x4d\xe9\x31\xf9\x4c\x8a\x94\x1e\x4d\x5d\x2c\xa7\x63\x52\xa0\x34\x69\x06\xc8\x22\xb9\xdd\xef\xa3\x7e\x85\x77\xe9\xa0\x56\x6e\x08\x61\x04\x1d\x5e\x26\x04\xba\xaa\xda\x67\x8d\x03\xe2\xae\x8e\xe1\xc8\xd4\x61\x69\xc8\x71\xe7\xc1\xdd\xfd\x00\x75\xfc\x4c\x6b\x53\xce\x2b\x9b\x4f\xa8\x83\x37\xb4\xe8\xf7\x83\x87\x5e\xf8\x91\x25\x2e\x1e\x0c\xec\x15\xf8\xac\x75\x6b\x22\x61\x71\x9a\x17\xef\x44\x52\xef\xf0\x12\x1d\xf4\xef\x6a\xbe\xb8\x6d\x6a\x98\xa8\x50\x59\x6f\x98\x95\x2e\xa7\xb5\xc9\x14\x86\xc5\x21\xb3\x45\xa4\x08\x68\x84\x22\x0b\x78\x78\x85\x28\x02\x4a\xbd\x8f\x14\x01\x9b\xfb\xc3\xe9\xd0\xdc\x1f\x88\x58\x32\x69\x84\x03\x3b\xbd\xfa\xbf\x39\x43\xcd\x00\xc1\xac\xc3\x3b\x71\xc9\x84\xfa\x00\xa6\xc9\x61\x22\xe7\x7d\x0b\xe6\x3f\x28\x8b\x6b\xfd\x22\x5e\x24\x39\x01\xbc\x64\x4a\x2f\x39\x4a\xd7\x54\x0b\x4a\x11\x95\xfe\x86\xb9\x09\xb2\x8b\x86\x89\x0e\xc9\x45\xca\x5c\xa8\xf1\x5a\x3b\xd9\x0f\x0e\xec\x23\x4f\x81\x38\x10\x8d\x5c\xc0\x81\x59\x03\x6f\x57\x68\x6e\xb3\x8e\x9b\xdb\x8b\x0a\x04\x21\xca\xe6\x66\x8b\x3d\x37\xca\x54\x58\xb0\xc0\xa5\x9c\xe3\xd5\x21\x70\xea\x03\x16\x76\xc8\xe1\xef\xe9\x2e\xaf\x96\xed\xe0\x2e\xb7\x25\x29\x3e\x94\xdc\xa4\x94\x45\xe4\x06\x0d\x1f\xb8\x74\x9f\x1b\x67\xa8\xa2\xbb\xf9\xb8\x5c\xce\x71\xaf\xfb\x8a\x6d\x35\x52\x50\x69\x26\x99\xb7\x50\xdc\x14\xa1\x26\x88\x97\xba\x81\xbd\xa6\x8d\x94\x3d\xd4\x5e\x0c\xd8\x0f\x78\x52\xe9\xb8\x4c\x1b\x63\x23\xdc\x23\x48\x59\xc2\x67\x62\xa9\x99\xea\x36\x1d\xd7\xd5\x1d\x50\xd2\x91\xc8\x9c\x28\x9e\x0a\x4d\x69\xa3\x76\xad\xdd\x91\x96\x21\x52\xdb\x21\x05\xe4\x12\x68\xbf\x26\x3a\xe4\x55\xcb\xa9\xa6\x65\x89\x14\xcb\x4b\x2b\x9d\xa8\xfa\x0d\xe8\x81\xcd\x63\xc0\x72\x1e\xb4\xfa\x89\xf9\x42\x12\x2b\x52\xe4\x16\x76\xbb\xc3\x52\x29\x4c\xc6\x41\x18\x34\xe4\xb2\x1b\x8a\xe2\x13\x44\xbc\x6d\xf8\x05\x9e\x44\xc9\x2f\x3c\x30\x57\x09\x53\x89\x62\x84\xf8\x70\x4a\xdc\x75\xda\x64\x69\xd9\x09\x65\x6f\x49\xbc\x12\xc1\x96\xe8\x94\x50\x19\xad\xbb\xcf\xb9\x6b\x54\x39\xb0\x26\x98\x01\xcd\xea\x12\xa2\x33\x9b\xdb\xcb\x0c\x68\x44\x65\x4a\x01\x46\x44\x5e\x30\xa8\x4b\x98\xf1\xec\xdf\x4d\x99\x1b\xcf\xa8\xca\xb4\xe9\xc8\xe8\x95\x58\x98\xd7\x40\xc3\x8e\xa7\x84\x82\x9a\x32\x8d\xbe\x26\xd3\xcc\xad\x28\xa0\x50\x91\x45\x01\x37\x35\xf1\x5e\x84\xea\x69\x16\xe6\x34\xc8\x92\x95\x96\x04\x96\xfc\x09\x6c\x81\xaf\x36\xe2\xd2\xd3\x4f\x4a\xc4\xd5\x04\xe9\x2c\xd8\x17\x95\x0a\x8f\x54\x31\x8b\xc4\xe8\x4e\x7b\x8b\x12\xe4\x33\x85\x7f\xd6\x54\xa9\x07\x35\x3f\x20\x33\x10\x83\x4b\xb5\xe1\x90\x14\x12\xe0\xc5\xd6\x45\x55\x35\xa1\xa4\xe2\x30\x7d\xc1\x1a\x38\x5e\xbf\x33\x34\xc0\x6b\x5b\x17\x01\x0a\x8d\x28\xba\xa8\xfa\x85\x35\x35\xea\x14\x32\x03\xa4\x46\x73\x8b\x40\x6a\x3c\x08\x4d\xa1\x8d\x4a\xfe\xf0\x1b\x38\x09\x4d\x1c\xad\x81\xab\xbb\xc7\x85\x39\x41\x89\xbb\xd7\xa3\x39\xd6\x14\xe8\x92\xee\x46\xa9\x69\xdd\x0d\x6a\x76\xd1\xc8\x2e\xbc\x29\x96\xbd\x4f\xb2\x72\x42\x59\x46\x1f\x3d\xa9\xd3\x54\x61\xcc\x74\x7a\x8c\x34\x46\x5f\xd3\xd2\x18\xbc\xa1\xdd\x06\xfa\xc4\x2a\x8b\xd9\x5d\x12\xf7\xfe\x60\x6d\x7e\x2d\x06\x2e\x47\xb0\x01\x2f\x75\xee\x3b\xff\x0e\x8a\x36\x7d\x0e\x7a\x68\xbd\xef\x58\x5d\xd9\x6b\xc5\xeb\xb8\x7c\x80\x26\x66\x7f\xdb\x5d\x93\x28\x06\xea\xb4\x49\x83\x65\x91\x34\xcb\x25\xf6\x79\x9b\x0d\x6e\x54\xcf\x0a\x65\x14\xb3\x19\xf1\xf2\x7d\x7b\xef\x0f\x42\x2d\xb4\xc0\xf7\x3d\xa4\xe7\x24\x5e\x46\x2a\x4d\x29\xc1\x17\x3e\xcc\x09\x70\xd9\xc2\x30\x23\x60\x82\x94\x2d\xf2\x09\xae\xf0\xea\x39\xf0\x02\x30\xdb\x36\x12\xa2\x2c\x87\x19\x20\x8a\xd4\xd8\x7c\x92\x60\x82\x8c\xaf\x0e\xe6\x1c\x95\x61\x53\x13\x2d\x90\xaf\xef\x41\x5e\x2f\x08\xb9\x47\x74\x06\x27\x5a\x1c\xa5\x0e\x24\x86\x50\xfa\x44\x85\x23\x7c\x98\xf8\x50\xf7\xb9\x19\xc9\x07\x8f\x6c\x43\x74\xdc\x53\x16\x96\x70\x9d\xce\x0d\x6d\xcd\x80\x85\x11\xed\x88\x49\x08\xa1\xb4\x03\x35\x4d\x69\xb4\x6c\x3e\xa9\x4e\x12\x82\x34\xbd\x34\xa5\xd1\xb2\x79\x0b\x31\x82\xd2\x5e\x8b\x34\xc5\xcf\xa2\xe4\xdb\x9a\x96\x38\x29\x09\x3a\x9d\x4c\x3b\x52\x7b\x8a\x93\x69\x33\xed\x5d\xd4\x80\xcd\xa0\xa7\x3c\x59\x94\xc8\x5a\xd3\xc5\x13\x5a\x1a\x40\xba\x10\x1f\x20\x11\x3c\x4d\xf1\x2f\xd9\x75\x91\x58\xd8\x50\xb2\x54\xba\x28\xfa\x58\xce\xb8\x29\x14\x78\xe5\x20\xef\x05\x33\x92\x3b\x01\x04\xa1\xed\x66\x78\x97\xf7\xf0\xcd\x59\xbb\x03\xec\x59\xc7\x19\x25\x04\x4c\xa6\xd7\x2e\xbf\x99\xf4\xa8\x21\x1e\x1e\xd0\xde\xb5\xcf\x9a\xa6\xf0\xf0\xb0\xf0\xa6\xdb\xf0\xf0\x7b\x47\x3d\x5c\x1a\xb7\x1b\xac\x69\xe6\x97\x0f\xf1\xf2\x93\xc8\xec\x9a\x37\xf4\x26\xab\x42\xe6\x15\xa2\x76\xd7\x64\xc6\x46\xda\xaf\x90\x91\xa8\xed\x70\x97\xbc\x3d\xe8\xe1\x33\xc3\x1c\xc8\x86\x74\x4c\x65\x98\xf7\x86\x35\x89\x1c\x80\xe6\xe0\x17\xf2\xf7\x57\x53\x1e\x76\xcd\x81\x33\x1c\x6a\x37\xbc\x5f\xd5\xee\xec\xd0\x0f\x20\x0e\x76\xb7\x79\xf8\x8b\xb7\x66\x94\x9d\x19\xba\x9c\xa0\xe6\x95\xcb\x23\xce\x96\x11\xa9\x38\x74\x3b\x41\xcd\x91\x82\x93\x18\x55\x8e\xc4\x94\xbf\xe8\x68\xbb\x4b\xf2\xc6\xe1\x07\x8b\x38\x34\x0f\x54\xae\x56\x29\x83\x9a\xa7\x34\x97\x74\x71\x48\xcd\x0c\x3f\x54\x99\x92\x9a\x99\xbc\x63\xf7\x49\x4e\xd8\xb7\x62\x8e\x99\xc9\xde\xf9\xf5\x80\x40\x6a\x08\xf8\x78\x1d\x58\x97\x69\x8f\xcb\x5e\xef\xb4\xaa\xff\xa9\xcd\xd0\x24\x2f\x0e\xec\x6d\x2a\xd0\x53\x33\x93\xb7\xed\x5f\xc9\x19\xcc\xc8\x43\x64\x1a\xd8\x65\x1d\xc9\x05\x37\x72\x8a\x33\x64\x46\x0b\x66\x63\xb2\x70\x0b\xc8\xdb\x90\x0b\x0f\xd3\xee\x07\xb8\x25\x74\x73\x9b\xae\x6b\x9d\x95\xb9\x30\x8a\x45\x3c\x33\x2f\x5b\x56\xf1\x83\x8b\x61\x03\x42\x55\x59\x33\x55\xa7\x95\x3e\x78\x61\xbf\x92\x8b\x4a\xb8\xce\x75\xc1\xa9\x99\x54\x12\xa6\xa0\xa8\xb0\x22\x44\x7f\x40\x39\xc3\x84\x59\xb1\x57\x64\x55\xc8\x34\x5e\xa9\x48\x4c\xcd\x8d\x64\x28\x4f\x50\x6e\x58\xd0\xe8\x17\x10\xb3\x21\x86\x93\xdb\x72\x4e\x09\x26\xe4\xa2\x58\x43\xc8\x6d\x61\xc6\x2f\x2c\x44\xa8\x0b\xa4\x55\x3b\x0c\x24\x77\x1e\x06\xc5\x0f\x1a\xbf\xd0\x82\x75\x90\x7e\xf4\x0b\x6b\xc9\x85\x08\xda\xa3\xb2\xb7\xec\x08\xec\x42\xc8\x66\x01\xbb\xe6\x2f\xc0\x13\xc4\xbc\xf3\x14\x4d\xca\x66\x9e\x80\x72\xcd\xe9\xf5\x3d\xc9\x50\x4a\x63\x1e\x08\x19\xad\xee\x90\xe5\x46\x05\x33\x6f\x6d\x72\x70\x6f\xa6\xa0\x61\xdb\x64\xde\xb9\xbc\x3a\x60\x32\xbc\x99\xc1\x6b\xb1\x13\x26\x4d\x6a\x49\x16\xb2\x37\xe4\x9d\xa7\xa4\x44\xb6\xbc\xe3\xbc\x90\xde\x9a\x61\xd4\xb2\x03\x35\x33\x3d\x23\x9b\x82\x90\x69\xad\xda\xba\x35\xef\x3c\x56\x05\x23\xaa\x36\x37\xb3\x14\xc4\xdc\x35\xef\x7f\x26\x62\xdb\x7c\x9e\x0f\x96\xef\x11\x04\x53\xb6\x28\x9b\xb4\x8e\x7c\xc0\xac\x16\xdd\x21\x85\x17\x49\xdb\x19\xb7\x85\xfa\x74\xc9\x27\x8e\x69\xa9\x18\x79\x5d\x19\x21\x01\x2f\x9f\xc0\x52\xf2\x07\xd8\x24\x3f\xd3\x8a\xf2\x49\x95\xb8\xba\xfb\x9d\x07\xaa\x30\x80\x1a\xcb\xcd\x5b\xea\x44\x34\x9a\x14\xfd\xbc\x6a\xe1\x99\xb2\xae\xb5\xce\x42\x01\x05\x0d\xc9\x6b\x99\x86\x2a\x0f\x49\x43\x95\xf5\xf8\x7c\x2d\xfa\x77\x97\xa0\x7f\x29\x66\x79\x4a\x22\x65\xf3\x9e\xbb\x11\xfd\x6f\x52\xa3\x5c\xe1\x23\x93\x25\x6a\x9a\xb9\xf0\x4d\x4d\x6e\xb8\x07\x92\x96\x90\x78\x13\x89\x02\x09\x86\x28\xab\x5d\xf9\x26\x5f\x37\x9f\xb8\xc1\x69\x24\x01\xe6\x87\x3b\xd2\x5f\x3c\x01\x3d\x0a\x2b\x0f\xb0\x62\x2e\xf0\xe0\xa8\x31\xe1\x3c\xe4\x0a\x46\x34\xe5\x10\x49\x84\xf9\xa1\xc2\x23\xe9\x2a\x3f\xc0\x8a\x04\x9b\xfc\x90\x13\x99\x94\x9e\x6b\xbe\xe0\xd3\x0d\x96\x28\x47\xb9\xe6\x87\x5b\x56\x67\x51\xd9\x20\xe7\x4a\x14\x29\xcb\xf3\x29\x2b\x6b\xe1\x85\x4e\x2a\x35\x52\xcb\x06\x62\xd4\xc9\x52\xb6\xd5\xa5\x1e\x2c\x3b\x90\xf4\xb6\x12\xd6\xda\xf8\x01\xfd\x2a\xc3\x9f\x60\xf5\x75\x00\x16\xde\x82\x61\xcf\x77\xe1\x2d\x18\xba\x23\xa5\x96\x80\x4d\x56\xdc\xc6\xc4\x5f\x43\xdc\x1c\xb3\xe9\x01\xcf\x26\xb1\xbf\x32\xe5\x95\xe6\xb4\x80\x12\x41\x51\x3a\x9a\x4a\xc4\x6a\xe9\xb4\x2b\x2c\x33\x6c\xd3\x66\x89\x3c\x27\x24\x0c\x97\x88\xd5\x31\x8c\x11\x8c\x41\x67\x5b\x89\xb4\xb7\xbb\xc7\x9b\x20\xf9\x01\x12\xbe\x3d\x89\xb4\x16\x43\x3d\xd0\x16\xa5\xba\x47\xb5\x50\x38\x11\x33\x2b\x09\x44\x2d\x16\x5e\x12\x10\x2b\xa2\x2f\xb4\x4c\x49\xcc\x2b\xbc\x42\xdd\x76\xa4\x82\xcc\x62\x5b\x0a\x0a\xaa\x04\xd7\x57\x87\x0f\xbc\xd2\x9a\x23\xaf\xee\xb4\x89\xa5\xe4\xb5\xd8\x43\x0f\x20\x50\x69\x97\x94\xbc\x88\x5a\x30\x64\xc2\xa8\x85\x61\xb6\x85\x03\xaa\x4a\xc6\xda\x8a\xdb\x94\x4c\xfe\xe4\x21\xa1\x17\x79\x65\x97\x6b\x50\xe2\x72\x81\x6b\xd0\x42\x46\x59\x86\x29\x89\xaa\xa5\x10\x68\xf1\xf8\x52\x40\xe4\x62\x60\xa5\x10\xcf\x5a\x19\xd8\xa5\x54\x69\xac\x96\xc2\x39\xb8\x0d\xc9\x55\xec\xad\x14\x4c\xa1\xb9\x7f\x48\x78\xd5\xbf\xf3\xb8\x97\x78\x56\xea\x62\x2e\x82\x19\xe9\x17\xc5\x48\xa1\xe4\x64\xe2\x43\x8e\xb0\x2e\x1f\xa9\xa5\x2e\x34\xbb\x83\x83\x73\x14\xda\x60\x89\x72\xde\x4c\x41\x92\x6f\x35\x6d\x35\xb0\x2f\xa3\x79\x0a\x52\xd1\x1a\x70\x69\x70\x78\x6d\xf5\x27\xa7\x50\x69\xa8\x2d\x20\xde\x58\x1a\x10\x26\x3b\x5b\xe1\x65\x59\xcd\x64\xb2\x3c\x84\x12\x3f\x4b\xa7\x76\x2b\x51\xbe\xf4\xb5\x68\x9a\x40\x5f\x2c\x5f\x58\x45\xf5\x1a\x73\xc7\xd2\x79\x7f\x82\x70\x86\xdc\x09\x9f\x8c\xa5\x2f\x20\x34\xc5\xce\x44\x69\x0f\x09\xd9\xc1\x1d\x4c\xa1\x2c\xa9\x9e\x41\x2d\xf0\x11\x5a\xd4\x2c\x83\x72\xb9\xc4\xba\x32\xa8\x5d\x44\x7f\x81\x72\x37\xde\x4f\x4c\x8d\x50\xfd\xcf\x5a\x70\x95\xa6\xfd\x1b\x65\x80\xa9\x98\x0b\x21\xc6\x4c\x77\xd0\xd7\xb2\x52\x25\xbc\x21\x07\x8e\x2d\x77\xb0\xaf\xdd\xe1\x07\x74\xff\xaa\xc7\x25\xb4\x49\xc1\x2e\x3b\xef\x6a\xd6\x10\x34\x07\x49\xc9\x2a\x4b\x68\x93\x42\x53\x76\x2e\xb6\x3b\x20\xcc\x6e\x43\x93\xf0\xba\xc0\xbc\x63\x17\x76\x59\x22\xda\xf0\x88\x64\x8c\x02\xf9\xe0\x65\x7b\x6e\x93\x2f\x9a\x93\x2e\xd7\xa5\x4e\xce\x72\x50\x0b\x90\x40\x51\x58\xa3\xd8\x9a\x45\x39\xc0\x3a\x25\xe4\x14\x04\xad\xb5\xe6\x1d\x08\x87\xa6\x85\xdb\x42\x7f\xe5\xe6\x31\x99\xeb\xa7\x59\x1e\x64\xef\x3e\x61\x78\x77\x58\x33\x35\x9c\x10\x18\xcc\xa7\x18\xd4\x56\xbd\x98\x27\xce\x24\x6f\x72\x1a\x99\xcc\xb7\x90\xa6\x6b\x8f\x64\xa1\x8d\xc9\x6b\x7f\x52\xad\x4f\x1e\x61\x10\x04\x7f\x01\xc3\x98\xb9\xf5\x89\x33\xca\x7c\xe8\x5c\x93\xf0\x90\xc8\xaa\x92\xb4\x5b\x2e\x32\xaa\xd7\x03\xb0\x0d\xef\xdb\x8b\xdb\xd4\x98\xe7\x9d\xf0\xd5\xcb\x0f\x61\xd0\x92\x5a\xb9\xb8\x07\x2c\x72\x5c\x90\xf9\x4d\xb1\x17\xe8\xc9\x7b\x84\x97\x7d\x2a\xb5\xbd\x16\x84\xc1\x59\x6e\x2a\x53\x5a\x0c\xc9\x4a\x61\xb9\x71\x4d\x89\xa7\x09\xe1\xd0\xc1\x58\x05\x05\x0c\x2d\x99\x15\xa4\x47\x44\xa3\x09\x31\x70\xcd\x10\x21\xcd\xf7\x75\xae\x42\x78\x0c\xde\x32\x90\x15\x7d\xf1\x57\x2d\x94\x15\x3d\xe7\x67\x2d\xbd\x20\x78\xb8\x52\x06\x09\x15\x77\x92\xc5\xac\x07\x48\xb0\x0c\x05\xb7\x64\x53\x35\xb5\x5a\x37\x28\xdf\x62\xb1\x15\x05\x73\x6c\xe6\xad\x1b\x88\xeb\xd5\x5e\x0b\x95\xf5\x00\x55\x1d\x25\xc7\xd5\x8d\x5e\x83\xaa\x36\x77\x48\xf2\x0b\x03\x23\xba\x03\x08\x44\xc3\x10\xd0\xfc\xde\xd4\x26\x8f\x17\xc3\xae\xb8\xd0\x42\x25\x18\x6a\x45\x05\x9c\xcd\x1d\xa2\xc2\x8d\x55\xdc\x1a\x70\x24\xb5\xfc\x93\x23\xa8\x06\x58\xfd\xc4\xb6\x2a\xee\xb6\x08\xd6\xda\x2b\x65\x4a\x43\xc3\x2b\xe2\xad\xa4\x57\x5c\x02\xba\x59\x65\xae\x81\xd2\x90\x10\x10\x79\x4f\x9a\x26\x18\xa9\xa3\x4b\xb5\xab\x2b\x88\x4d\x3b\xb8\xb2\x38\xb3\xb5\xf8\x1a\x51\x3c\xa6\xb9\x8b\x82\xa2\xd9\x02\x2a\x2e\xa8\x3d\x66\x43\xe5\x3e\xcd\x62\xdd\x1a\xea\x21\x07\x3f\xf0\x03\x9e\x72\xc9\x43\x30\x95\xa2\x1b\x86\x93\xc4\x68\x28\x2f\x2c\x9c\xd6\x25\x52\x02\x33\x0c\xc0\x83\x09\x21\xfd\xff\x8c\x7d\xc9\xd9\xf4\x2c\xcf\x6c\x2a\x5f\x08\x6d\x26\xc1\xe6\xcd\xc5\x63\xfe\x21\x9c\xcb\x55\x7a\xaa\x7c\x56\xff\xbd\x74\xb7\x0d\x02\x84\x28\x34\xf2\xc6\x38\xfd\xc3\xf6\xdf\xff\xa6\xa3\x37\x46\x65\x9e\x9f\xe9\x1f\x20\xd9\x74\xb8\x8f\x1a\xa4\xda\x3f\xe4\x30\x44\x75\xa5\xef\x95\xa4\xe7\x78\xa1\x6b\x28\xe1\xf9\x18\x28\x6d\xba\x3e\x34\xbc\x07\xe1\x26\xd1\x37\x18\x48\x6c\x90\x36\xda\xbb\x27\x37\x8f\x1a\x7a\xba\xa2\x5b\xc9\x80\x5b\x9c\xad\x43\xe3\x85\xba\x7d\xd3\x9e\x1e\x8d\x47\x8a\xce\xbd\xd1\xb8\x56\xd2\x25\x8c\xc6\x00\x73\xc9\x8d\xf1\x62\xdd\xbe\x99\x05\x69\xa5\xf5\x35\x76\x40\x37\x68\x8f\xc5\xd1\x72\x69\x4c\x04\x2f\x3a\xcd\x7d\x60\x98\x3a\x43\x46\x4f\x1e\xd4\x30\x89\x7e\xbd\x0f\x3a\xa2\x5a\xbc\xa9\x68\x46\xf5\x1d\x71\x74\x6c\x6b\x4f\x6c\xa7\x02\xc1\x3c\x0a\x74\xeb\xcb\xf9\x00\xba\xb5\x6e\x71\x74\x92\xa4\x1e\x98\x33\x47\x59\x71\xc7\x60\xb0\xb1\xfd\x2e\xc7\x8b\x76\xbb\x4d\x56\x83\x85\x31\x6c\x57\x18\x83\x73\x2f\xfe\x19\xdc\xdc\xfe\x1f\x57\x4c\xb3\x0f\xf4\x88\x3e\xc6\x06\x13\x62\x87\xb7\xee\xa0\x95\xed\xf3\x05\xdc\xe6\x3c\x6d\x70\x9b\x73\x38\xf2\x78\xe1\x72\xdf\xbc\x52\x01\x17\x5b\xb3\x63\xc2\x65\x51\x18\x9d\x83\x76\x03\x48\xe0\xa7\xc3\x7b\x04\x39\x7c\xf3\x17\x28\x89\xaf\xbb\xd7\xa0\x57\x9d\x52\xd9\x8d\x11\x27\xbf\xd0\xb4\x45\x9e\xd6\x6e\xe2\xe1\x1b\x1a\x26\xfc\xe8\x42\xb9\xe7\xc6\x60\x75\x3c\xa1\x9c\x31\x2b\x86\xa5\x61\x4c\x4c\xb4\x89\x82\xe6\x52\xd9\x4f\xc6\x80\xe2\x72\xf3\x52\x4e\x70\xf4\xa7\x43\xe2\x51\x9d\xc5\x63\x82\x39\x3c\x0d\x8b\x14\x49\x05\x31\x10\x70\x6c\xbd\xcb\x58\x04\x77\xdd\x3f\xe0\xb0\xfe\x7c\x10\x70\x76\xf1\xff\x24\x49\x43\x5a\xe4\x5f\x91\xb8\xc0\xae\x02\x6a\x83\xd9\xb5\x7d\x33\x1a\x3b\x4e\x4e\xcb\xc3\x9d\xfe\xec\x7e\x86\x4e\xc4\xbe\xa7\x03\xc5\xe4\x7e\x7f\xaa\x27\x34\x06\x33\xca\xf8\xdc\x65\x78\x85\xd2\x03\x8e\x81\x04\x32\xbe\x63\x0f\x86\x05\x2b\x9f\xe0\x18\x07\x62\x2d\x2d\xd9\x52\x45\x69\x5e\x85\x39\xd4\xe8\x77\x24\xd8\xf5\xaa\x1d\x98\xa2\xe2\x67\xac\x9a\x2e\x36\xe3\xe0\x91\xe0\xa3\x1b\x4a\x4d\xa5\xe5\x1c\x03\xf6\x52\x55\xd3\x19\xe3\xc5\xb6\xb3\x59\x9e\x9f\x84\x85\x16\x4b\xc0\xba\x9b\x10\xd4\x00\x94\xdd\xbc\x9d\x90\x6c\xb2\xda\x5f\x60\x30\x0c\xd8\x83\x06\x96\x75\xf9\xcd\x31\x4e\xd2\xec\x67\xee\x06\x0f\x8a\x06\x54\x43\xfc\x71\x66\x35\x6c\x7d\x72\x35\xbe\xa1\x4e\x5f\x6c\xda\x37\x7f\x01\xff\x38\xab\xf8\x06\xd4\x92\xdb\xe7\xfd\x9c\x27\xcd\xcb\x85\x8c\xad\x9f\x67\x68\x9f\x8d\x60\xae\xe4\x35\x31\xdf\x0d\x31\xf2\x79\x06\x05\x42\xcb\x83\xa9\xb3\x1d\xfd\x35\x60\x30\xb5\xcb\xd3\x60\xae\x48\x43\xfa\x41\x8f\x3a\xfb\x1c\x0f\x56\xfa\x30\x02\x1f\x0f\xfa\x34\x64\xa0\x05\xf5\xf3\x7f\x05\x8c\x11\x4d\x74\x99\x93\x36\x6e\x3c\x1d\xdf\x6b\x90\x4f\xe0\x59\x24\xa2\x34\x9b\x75\x17\xe3\x21\x5a\x76\x7b\xc8\x51\xe0\x53\xf0\x85\xb2\xd3\xe1\x78\x03\xe1\x1c\xf5\xd3\x3e\x14\xd4\x3e\x88\xa1\xd5\xfc\x08\x04\x54\x72\xb3\x17\x76\xb0\x6a\xbd\x0e\xf2\xf8\xe5\x06\x5a\xfa\xa1\xfe\xf7\xbf\xe6\xa8\xf6\xf8\x75\x4e\x99\xbf\x20\xfc\xa8\x7e\x03\x11\x28\x92\xc5\xc1\xc0\xde\xe1\x0f\x0e\x5c\x0e\x4d\xc2\x85\xb4\x52\x53\xcf\x40\x4c\xd3\xcf\x38\x12\x85\x98\x62\xa3\x90\x73\x07\x1b\x8b\xec\x48\xe8\xc4\x96\x35\x1e\xf4\x0c\x7f\xdb\x4f\x0b\x64\x9c\xa1\xe7\x40\xfa\x4b\x51\xc8\xa8\xdf\x30\x89\x1b\x48\x5e\x7e\xe6\xfe\xa9\xfe\x01\x39\x6a\x37\xf7\x80\x3d\x5f\x4d\x01\x82\x7e\xdd\x00\x43\x38\x7c\x03\x89\x92\x48\x43\x63\x28\x54\x7f\x34\x7f\x02\xdb\x9b\x07\xf9\x62\xd3\xfa\x99\x85\x17\x9a\x56\x9f\x78\x51\x98\xd6\xda\xdf\xa7\xf3\x94\x9e\x41\xa2\x36\x78\x64\x6a\x46\x91\x5c\x73\x56\x35\xa6\x17\x77\x56\xe3\xad\x48\xf3\xaf\x84\x6f\x40\xc3\xba\x7d\x9e\xc1\xeb\x3a\xd6\x03\x1a\x56\x5b\x7b\x03\xb0\xd4\xf1\x7b\xc1\x4c\x8c\xda\x4b\x51\x73\x33\xfa\x03\x70\x82\xa7\x84\x28\x54\x6a\xb6\x68\xbc\xbb\x8a\xdb\x83\x21\xbe\xbe\x54\x44\x23\x89\x7f\x72\xd3\x8e\xcc\x76\xa3\xcd\x1c\x2d\xe5\xaa\x9b\x83\x56\x4c\xa2\x3e\x12\x72\xea\x3c\x8d\xc6\x03\x6b\xb8\x09\xc4\x7a\x7a\xd6\x1b\x62\xd8\xfd\x3f\x15\xb2\x92\x71\x81\x6c\x37\xd3\x43\x84\xb5\xda\x9e\xdf\x91\xea\x58\x5d\x17\xa2\xe7\xaa\xf8\x8b\x01\xbb\x86\xbf\x80\x50\x14\x24\x88\x8e\xb4\x15\x9f\xf7\x93\x64\x8d\x81\x10\xd5\x8c\xd5\x99\x2c\x46\xff\x0f\x88\x48\xc1\xa4\x80\xe5\xda\x01\xee\x81\x10\x63\xe7\x8a\x09\x16\x66\xfb\xfc\x0f\x67\x7c\xdd\xef\x63\xe0\xe0\xe8\x7e\x3f\x37\x9b\x7f\x80\xb9\x49\x5a\xf1\x18\x88\xea\xb1\x62\x3d\x50\xa8\x4d\x05\x09\x46\x10\x7f\xea\x7c\x8c\xd8\xe0\xfa\xe0\x67\xe8\x61\x84\x01\x22\x78\xdd\xd7\xa2\x04\x27\xd9\x42\x10\x5e\x83\xf6\xfa\x0a\x96\x66\xb6\x42\x38\xa0\xc3\x55\x51\xe3\x11\xb4\x83\xab\xa0\xef\x88\x00\x48\x90\x09\x25\x90\x30\xc7\x86\xc4\x78\xd1\x68\xb5\x09\x3b\x66\x82\x04\xb5\x98\x25\x61\x3c\x0b\x93\x07\xb4\x70\x7f\x4c\x1c\x3d\x16\x62\x4c\x50\xee\x2e\x08\x3f\x2d\xf5\xe6\x81\x67\x91\x38\x49\xa2\xdb\xcb\xed\xe8\x17\x12\x23\x88\x04\xa4\x4d\xb4\x35\x2b\x16\x73\x10\x5a\x10\x27\x3e\xd5\x85\x2a\xb2\xf4\xf2\xf2\x1b\x4c\xae\xaf\x3e\x98\x49\xd1\x77\xb6\x80\x16\xd8\x07\x6c\xac\x3c\xf4\x45\xe6\xe2\xdd\xc0\x8b\x03\xe3\xfd\x47\xd4\xae\x04\x22\xee\x03\xda\x49\xaf\x05\x72\x2d\x16\x21\xbc\x40\x6a\x45\xeb\x64\x63\x87\xd8\x11\x88\x0e\x38\x09\x7e\xd6\x76\xa7\x02\xd5\x3b\x66\x87\xd4\xb1\xa8\xde\x39\xf3\x1a\x03\xd2\x1e\x3a\x46\x33\x98\xed\xc6\xda\xf7\x38\x72\x22\xd5\xc5\x41\x1d\x98\x10\x5d\x1c\xb8\x8b\x78\xd3\x1e\xc0\x8c\x96\x2b\x07\xc5\x82\xb7\x7d\x56\x50\xf6\x07\x10\xd6\x3e\x1e\x08\x7b\x87\x7b\x04\xcd\x5e\xdb\x17\xf6\xce\xe6\x3d\x93\x2a\x5c\xcb\x5e\xd6\x4b\x16\xbc\x0b\xb8\x05\x3a\x77\x4d\x30\xfb\x4d\x58\xf0\x9c\x74\x47\xd1\x5d\x39\x4e\x40\xf3\x9f\x5b\xa4\x34\xf7\x1e\x80\x0e\x77\xfb\x7c\x40\x2d\x9b\x57\xea\x4c\x5e\x70\xa7\x48\xf7\x1a\x7e\x86\x6c\xfb\x3c\x43\x72\x58\x9a\xc2\x6f\xd0\xea\xd5\x80\xdf\x60\xb7\xec\xbb\x92\xa1\x35\x4d\xf0\x1b\xf4\x25\x32\x00\x9b\x1d\x11\x1c\x50\xe0\xa2\x80\xfa\x5f\x4e\xa0\x6b\xc2\x57\xd3\xad\x2d\x7e\xad\x39\xa3\x17\xe2\xf0\x33\xef\xbd\x52\x40\x04\x33\xb6\xdb\xff\x29\x2e\xdc\xe8\x0c\x00\x2f\xce\x80\x26\x99\x71\xd2\x1f\x1c\x71\x43\xbf\xe0\x2d\x7b\x83\xb3\x2c\x46\xee\xdc\xa1\x9a\x02\x78\x0b\x38\x27\x43\x10\x85\x1b\xdf\xdd\x90\x2b\x9e\xe3\x9b\x14\x68\x0c\x70\x1e\xd8\x3c\xa6\x54\x08\x5b\x98\x3e\x1b\xb4\x55\x6a\x80\x71\x2c\xbe\x16\x07\x4a\xdc\x7c\x0e\xcd\x87\xd5\x87\xfd\x7f\xd6\x9d\xd2\x33\x87\x60\xde\x7d\xe8\x73\xe1\x13\xe5\xc9\x89\xd7\xb4\xbd\xb8\x3c\xac\xdb\x8f\x87\xb1\x12\xee\x02\x2e\x12\xce\x90\x10\x0f\xf4\xb5\x96\x4a\x70\x2f\xf0\x3d\x74\x02\x78\x37\xdb\x51\xe7\x0f\x37\x69\x0d\x6a\xa2\xe6\x4d\x51\x8f\x13\x3a\xe8\xd2\xdd\x40\x87\x4e\xef\xdf\x42\x4f\x06\xa1\x28\x67\xf4\x98\x1b\x59\x53\x0d\x12\x25\xfb\xae\x30\xa1\xe5\xb5\xcb\xeb\x44\xd2\x47\x65\xbd\x1d\x73\xe3\xf6\xd2\x65\x7a\x32\xcb\xb9\xaf\xe3\x13\x15\xf8\x86\x33\x53\x4c\xe2\xe0\xe9\x3e\x69\xd7\xd1\xda\x4d\xa8\x7d\xed\x7d\x3c\xe9\x1a\x29\x69\x3e\x19\x98\xec\x0b\xfd\x64\x91\x9b\x66\xaa\x0b\xd8\x6b\xfa\x19\xf1\x3b\x5a\x89\x09\xd7\x82\x6d\xba\x45\x62\xb4\x62\x12\x08\x78\x3c\x73\x85\x17\x4f\x6d\xbb\x59\xb1\x05\x3c\xee\x4a\x49\x25\xe4\x3a\x11\xba\x6c\x68\x3c\x6b\xd6\x48\xd2\xf3\x82\x72\x5e\x5d\x56\x6e\x53\x13\x59\xb3\xce\xab\x9e\x01\xd6\x3f\x0d\x52\x75\xb9\xfc\x43\xd2\xa8\x26\x1b\x30\x8e\x34\x37\x13\x71\x30\xce\x83\x35\x1b\xdd\xc0\x35\x86\x86\xfc\xdf\xe1\x67\x28\xd3\x97\x9f\xa9\x07\xf1\xea\x13\x3a\x4f\x37\x88\x78\xa2\xe1\xff\x79\x69\x5a\xa6\x80\x0a\x5a\x1d\x31\x93\xa9\x1e\x95\xb3\x78\x4c\x78\x2b\x28\x07\xf9\x98\x8d\xdc\xa2\x31\x31\xf5\xa3\x4e\xee\x49\xfd\xac\xbf\xef\x50\xee\x98\xc4\xce\xe4\x35\x9a\x45\xe6\x34\x17\x70\x9c\x3d\xc7\xa4\x41\x76\xee\xf3\xe5\x1e\xa9\xd0\xed\x6e\x82\xdc\xa5\x95\xa4\xab\xa7\xa3\xa6\x66\xcf\xac\xb5\x7a\xbe\xb0\xcf\xfd\x8c\x85\xf2\xb4\x0d\x1c\xd4\x5e\x79\x04\xc9\x7c\xd8\x35\x7d\x0f\xbc\x03\x46\x2e\xbd\x7a\x0c\x9e\xfd\xd2\x41\xcc\x17\x9e\xf6\x22\xcd\xf8\x0c\x5e\xd1\x75\x23\x9f\x41\x85\x91\x9f\x21\xa1\xff\xe6\xa3\x3d\x53\xd7\xea\x85\x86\xff\x81\x4b\xe6\x8f\xc9\xaa\xc5\x2a\x50\x31\x26\x42\x5e\x42\x49\x95\xc7\x7c\xd1\x6d\x2f\x52\x18\xcf\x80\x88\xf7\xc2\xa1\xd6\x8e\x63\xd5\x26\x02\x5e\x62\x5a\x8e\x50\xd5\xea\x39\x60\xc0\x8b\xa3\x9f\xe6\x44\x62\x5f\xef\xb8\x39\x28\x26\xfc\x02\x57\x56\xc7\xca\x9c\x17\x68\x12\x73\xbc\xf0\x36\x9c\x15\x74\x4e\xd2\xa8\xf7\xa9\x7c\xb5\xf3\xeb\x04\x76\xf5\xc5\x69\x2e\x1c\x8c\xe6\xa5\x35\xf8\x81\x48\x60\x58\xb3\x57\x16\xfe\x09\xdb\xe7\x39\xa7\xcd\x3f\x60\x7f\x58\x38\x2e\x92\xa4\x06\x5f\x60\xda\x8b\x8c\x07\x93\x4e\xa5\xbe\x6d\x4e\x20\x53\xbb\xff\x4c\xd6\x50\x76\xbe\x9a\xb9\x27\xab\xb8\x89\xf1\xdf\xff\x3e\xa9\x1d\x27\xc3\x55\x2c\x98\xf6\x89\xfb\xab\xff\x4f\xee\xd0\xa8\x77\xd2\x6c\x12\x78\x6b\x10\x32\x9d\x3b\x0b\x5d\xa8\x45\x82\x5d\x59\x3c\x26\xca\xfb\xd8\x09\x63\x26\xd4\x95\x16\x60\x12\xea\x5a\x5c\xb3\x5a\xa2\x53\x0f\xcf\x17\xeb\xf6\xe2\x79\x07\xd4\xfd\xcc\x02\xa0\x6c\x31\x73\x1d\x3b\x9e\xdd\xc1\xc1\x06\x35\xc8\xcc\xec\xa8\x31\x12\xa9\x3a\x7d\xd2\x84\x1b\xaa\x9d\xf4\xe6\xd9\xf9\x82\x68\x04\x52\x2d\x1e\xc3\x8b\x54\xa7\xd3\xa5\xcd\x13\xbe\xdb\x5e\xe9\x13\x24\xf9\xac\x66\x79\x20\xaf\xfc\x49\x56\xd1\x85\x73\x9e\xe0\xe6\x4f\x87\x50\x32\x9b\x19\x19\x4f\xed\xe0\xbc\x79\x25\xaf\xa8\x85\x17\xca\x56\x87\x86\x4c\x46\xc0\xa8\x66\xca\x98\x17\xc4\x8c\xbb\xbc\x30\xcd\xba\xa4\xcc\x8b\x97\x60\x8b\xdb\x17\xeb\x76\x25\xbd\x1f\x13\x8e\xab\x4e\xbf\x34\x99\x1d\xd2\xf9\x97\x27\xb2\x43\xae\x4f\x8b\x0f\xe6\x5d\x0d\x42\x01\x5c\x2c\xdf\x5f\xac\xda\xed\x04\x38\xe1\xe9\x5a\x7c\xc6\x01\x89\xda\x15\x61\xde\xd4\xdf\x54\x37\xc0\x23\x4a\x68\x78\xde\x74\x9e\x34\xdc\xb8\x39\xd1\xc5\x6f\x5c\x6c\xc3\x8d\x32\x67\x9b\x9f\x1f\x10\xa1\x67\xa0\x53\x87\x26\xcd\x27\x6f\x62\xa2\x32\xd1\xa7\x10\xf6\x24\xfa\xb4\xbb\xd9\x7c\xc0\xb0\xc5\x4d\x40\x71\xf6\xe9\x22\x19\xd6\x1f\x10\xe3\x78\x9b\x3e\xb4\xcf\x0b\x64\x2f\xa4\xf1\xb1\x5f\xc8\xfa\x61\x2a\xb5\x0b\x17\xe3\xaa\x6d\xc3\x5b\x3f\xac\xbe\x68\x5a\xd0\x03\x1b\xd9\xad\x5f\x8e\xa2\xeb\x87\x1c\x85\x7f\xe0\xf2\x6f\x7a\xa6\xe8\x88\x3f\x79\xc5\x2d\x84\x65\x0f\xa7\x20\x5b\x50\x23\x3b\x1e\x75\xfd\x4e\x34\xef\x11\x31\x3a\xde\xcf\x2f\x00\xb7\x1b\xf4\x82\x5a\xb9\xc8\x2c\xba\x36\xaa\x64\xc5\x6d\x6b\xa3\xa5\xd5\x5f\x6c\x05\x53\xa0\x1e\x53\xef\xac\x13\x60\xa5\x9b\x84\xce\xb1\xb5\x51\x7a\x76\x77\x42\x85\xa1\xbf\xc0\x3e\xaf\x6e\x12\xf0\x62\x9a\x06\x38\x1e\x9a\xa6\x82\x65\x92\xb8\x5e\x05\x24\x69\xe1\x17\x3c\x73\x4b\xf5\x33\xf7\xa8\xfa\x47\x18\x91\x83\xe1\x17\xc2\x88\x8a\xa0\xc4\x2a\xa4\x47\x6b\x54\xb1\xe3\x24\xfe\x17\xdd\x6c\x7d\xdf\x5d\x95\xf6\x34\x81\xbc\x05\x2d\x71\xa9\xfe\x82\x27\x8c\x2e\xed\x0b\x5a\x62\x95\x76\x1f\xab\x26\xa0\xf7\x17\xe0\x76\xcf\x2a\x2b\xf8\xd8\x3c\xbc\x2a\x64\xdd\xe7\x19\x27\x8a\xd4\x2b\x0b\x50\x77\x38\x7b\xdd\x4a\x35\xb0\x99\x95\x99\x1e\x9d\x64\x7c\x01\xbc\x0e\xe7\xa3\x5b\x8d\x61\x6c\x7e\xe6\x31\x26\x1c\xb7\x50\x3f\xc7\x59\x7d\x56\xc7\xfe\x68\xfe\x1f\x25\x4f\x3c\xaa\xce\x8b\xbf\xe4\xc0\xea\x1c\xa6\x9f\x19\xe8\xa9\xa5\xeb\x29\x8a\x44\x63\x07\x83\x7b\x66\xe1\x4a\xe0\xd4\x08\x0b\x7a\x5a\x67\xa7\x5c\x83\x35\xb0\xf4\xff\x00\xef\x08\x22\x2d\xe8\x65\x8b\x4e\xee\x35\x92\x9d\xd5\x01\xf2\xe7\x0c\x67\xbb\x5b\x83\xa2\xcb\x83\x66\xc8\xf7\x67\x13\x0e\xa4\xfd\x5b\x6e\x82\x22\xde\x0c\x06\xe5\x6e\xf1\x28\x5f\xb8\xdb\x4b\xf3\xff\x94\xb7\xe6\x40\xe6\xe8\x29\x6e\x11\xa3\xf4\xa6\x44\xea\x72\xc7\xd6\xad\x44\xc7\x1e\x26\x2a\x51\x56\x4f\x0b\xd1\xb2\xf9\x11\x68\xd9\xe6\xab\x05\x70\x5c\xaa\x1b\xe4\x16\x71\x7b\x58\x37\xcb\x15\xba\xe3\x3a\x9b\xfb\x4a\x38\x3c\xdd\x03\x2a\x1d\xe8\x4c\x59\x0c\x00\x1f\x7e\xe6\x90\xd4\xc0\xc4\x42\x75\x3f\x63\x48\x12\xff\x0b\xd8\xb6\x19\x79\x2e\xd6\xee\x16\xba\x58\x2c\x70\xe3\x5b\xf6\x7a\xb1\xed\x56\xbc\x6b\x17\x7a\x18\x7e\x26\xde\xb6\xdc\x58\x2c\x08\xa7\x16\x11\x10\x55\x74\x4e\xae\xc4\xb6\xee\x12\xf9\x1e\x55\xcb\x72\x2c\x44\x48\x7d\xb6\xc7\x02\xf3\x9a\x19\x09\x5d\xa5\x45\x5a\x09\x5d\x2d\xf9\x80\x4c\x87\x33\x27\xae\x9d\xf0\xc2\xd3\xb2\x63\xa1\x86\xbf\xa0\x20\x19\xee\x83\x3b\x68\xf8\x0b\x4e\xbc\xb9\x6f\xe7\x96\xf9\x93\x33\xc2\xa2\x96\xd6\x09\x5e\x16\x0b\x79\xfb\xca\xb0\x0e\x4c\xab\xee\xb3\xeb\x80\x74\xf6\xc2\x43\x29\x5b\xc2\x0d\x50\x26\x7c\x5e\xc8\xd4\xd2\x1a\xf4\x91\xcc\xa5\x41\x22\x82\xaa\x08\xe1\xaf\x23\xf7\x8b\xbf\xc0\x90\x3c\xf1\x07\x8e\x39\xcb\xe7\x33\x89\xd6\xda\x9f\xe4\x36\x35\x00\x47\xda\x8f\x58\x48\xad\xeb\xf4\x07\xf1\xdf\xff\xc2\x1e\x6d\x8b\xd1\xd9\x56\x66\x2c\x82\x57\xcf\xd3\xc9\x40\x09\x37\x80\xbc\xfa\x66\x5f\x06\x55\x7d\xbe\xe7\x10\xb4\x8e\xf0\x45\x18\x4e\x20\xb9\x2e\x30\x8f\x4f\x55\x96\x16\x77\xad\x80\x75\x61\x0c\x16\x9d\xd0\xa3\xda\x90\xb7\x2e\xc0\x6d\x2f\x1c\x94\xa2\xce\xe1\xb0\xa0\x14\x2d\x46\x4b\x77\x01\x77\x8b\xa2\x9b\xe8\xc8\x43\xb8\x53\x32\xfa\x07\x30\xa7\x05\xe3\x0d\x29\xe2\x49\xbb\x79\xe0\x6c\x7e\x81\x9e\x62\x3e\x92\x6e\xac\xb4\x59\xe1\x06\x8d\xde\xd3\x4f\x16\x78\x52\x93\x88\xa1\x72\x79\x83\xf5\x24\x91\x5a\xfa\x87\x17\x25\x8b\xc6\x87\x7b\xcc\xf0\xe1\x49\xc9\xe2\x1f\x20\xec\x7c\x70\x3e\x28\x8f\xe6\x3d\x48\x77\x83\xe5\x3e\xa1\xac\x70\x96\xfc\xf5\x80\xfd\x84\x88\x76\xfa\x1b\x58\xad\xb4\x53\xef\xe9\x88\x93\xfd\x87\x61\xe8\xb2\xb5\x33\x9f\xa4\xf5\x4a\x3b\xa2\xaa\x54\xfe\x72\xec\x70\x9d\x75\xc8\xfa\x0e\x60\xe8\x79\xd9\x09\x0c\x97\x9f\x1f\xf6\x28\x9a\x36\xb2\x8f\x4e\xd2\x9d\x40\x4f\x0c\xb9\x23\x64\xbc\x98\x82\x0d\xfb\x58\xb2\x6a\x67\x4a\x48\x47\xa0\xee\xc8\x23\x6e\xf7\xc7\x7d\x83\x4b\xdd\x72\x8f\xdc\xd6\x9a\xc7\x7d\xc3\x62\x87\x5b\xbc\xf8\x82\xbb\x04\x47\xea\x4c\xd9\xe1\x4e\x6b\x8f\xe5\x3d\x1d\x0a\xdc\x65\x41\xe4\xa4\xe0\xf2\x0e\xa4\x68\x17\xfc\x9d\x48\xd1\xeb\xc0\xea\x91\xd6\x8d\xed\xac\x06\xe9\x78\xa6\x1d\x41\x5c\x0e\xb5\xdc\x0b\xbd\xac\xfd\x01\x71\x9a\x26\xa1\x70\x1b\xeb\x7d\x64\x19\x57\x2d\xe1\xb1\x57\xea\x70\xb4\xcf\x77\x64\x15\xb7\xd7\xf1\x4e\xa4\xa8\x4b\xf1\x9e\x8e\xae\xba\xd4\xee\x70\x28\xb0\x8f\xf1\x0e\x35\xab\xa3\x35\x77\x38\x18\xd8\x93\x64\x07\x92\x1c\xce\x74\xbb\x43\xcd\xea\x6c\xab\x3b\xd4\xac\xcd\xbe\x29\x3b\x02\xd2\xc3\x65\x22\x76\x38\xb2\x16\x4f\x73\xe3\xd2\x4b\xd8\xed\x2f\xb4\x9c\xdd\x34\x35\x08\x02\x09\xbf\xbd\x91\x66\xbf\x4f\x84\xd4\xff\x52\xc9\x7b\xec\x8d\x51\xfd\x92\xce\x3b\x52\x13\x59\xa9\xbf\xd3\xc7\xd5\xde\x37\x3b\x53\x3b\x3a\x79\xf4\x0e\xa5\x68\x77\x8c\xfd\x9e\x1e\x03\x3a\x48\x77\xe6\x72\x74\xb0\xcf\x8e\x52\x90\xbe\x36\xef\x80\xae\x2a\xe6\x3d\xf6\x54\x8a\x7e\x5a\xa0\xbb\x8b\xe6\x19\xd5\xca\xad\xfe\xd8\x07\x99\x51\x44\x32\x53\xa3\xb3\x6b\xec\x2f\xb0\xec\xd5\xbc\xc2\x8a\x38\x76\xab\xde\x07\x6f\xee\xde\x52\x2f\x90\x9c\xdd\xf3\x1a\x29\x1e\x35\xf1\xc1\x4d\xad\x41\xc1\x09\xb5\x7b\x43\x10\xe7\xb9\xc1\xc4\x75\xde\xd4\x2f\x4c\x9b\x2a\x65\x3c\x76\x96\xb4\x11\x84\xd9\x27\x8a\xa8\x59\x8a\x4c\x42\x1a\x2f\xfd\x24\xc0\xf6\x20\xe0\x30\x5a\x7f\x7e\x81\x56\x26\xd3\x3c\x79\xb1\xd7\xb1\xb2\x43\x69\x59\x85\x76\xf7\x49\xab\xab\x3e\x58\x3f\xfc\x2f\x1a\x17\xa5\xab\x89\x5c\xc4\xf4\x52\x14\xed\xeb\xe5\x4f\x57\x5e\xd9\x19\xda\x6e\x35\xe7\x0e\xe4\xe6\x40\x82\x7d\x67\x17\x1a\xc4\x4e\xe9\x69\x6e\x49\xe4\xb6\xf9\x8d\x57\x40\x3b\xac\x7c\xdf\x73\x54\x7e\xe1\x04\x0d\xee\x82\xea\x62\x11\x9d\xc8\xcb\xa3\x80\x0a\xb0\xba\x87\xa3\x91\x68\x2d\x26\xac\xd7\xd5\xa3\x04\x6c\x72\x44\xc8\xce\xa4\x36\x4e\x9a\xbd\x13\x05\xe9\x20\xdb\x11\x68\x5e\xa5\x4d\xd8\x4f\xf6\xa8\x0e\x58\xf0\xdb\x69\xb9\x77\xba\x54\x5a\x79\xbb\x5f\x04\x5a\x16\xd1\x2f\x4a\xe9\xaa\x7d\x3b\x76\x54\x57\x31\x0c\xda\x19\xfd\xe3\x04\xb8\xfb\xc5\x79\xf3\x0b\x69\x1a\xd0\x33\xb5\x3c\xe1\x17\x38\x2a\x4b\x50\xe0\x98\x2a\x85\xda\x7e\x3d\x78\x16\x49\x89\x6b\x34\x4d\x77\xc3\xb3\xc6\x70\x13\xa0\x0a\xb6\xec\x2f\x8c\xa9\xce\x79\xb8\xdf\x24\xd1\xff\x27\x49\x9a\x37\xd4\x42\xd9\xac\x9c\xdd\xe1\xf0\xf8\xdb\x7c\xf4\x3d\x6c\x42\xa3\x42\xb0\x8e\xd3\xdd\xee\xac\x55\x62\x6d\xec\xfe\xe4\x28\xff\x7d\x71\xb0\x16\x89\xd5\x5f\xc7\x8f\x4a\x89\xf0\x0f\xed\xbf\xff\x55\x27\x94\x3e\x00\x21\xec\xeb\x76\x50\x15\x65\x85\xee\x41\x4c\xf1\xe9\x82\x2c\x2b\x70\x75\x00\x22\x54\xdd\x6b\x0f\xb8\x14\xda\xc4\x72\xd0\x76\xea\xa8\x8d\x63\xe3\xd9\x53\xfc\xc5\x3b\x0c\xdf\x2b\x8f\x8d\x67\x8f\x30\xc0\xb1\x61\xb1\x4c\x34\x22\x66\x0c\x09\x8e\xc2\xd4\x88\x7e\x06\xde\xd3\xe9\x77\x14\x9e\xaf\x3a\xb0\x0f\xd4\x7b\x36\x4f\x1f\x0c\x7f\xb1\x96\xfa\x60\x4e\xe7\xb9\xfd\xe9\x2c\x3a\x0a\x4d\xdc\xc5\x1d\xf2\xb0\xd4\x79\x7b\xd4\x82\x3c\xb0\xa2\x30\x75\x41\x9e\xd6\x3a\xd8\xa1\x7f\x80\x34\xd2\x41\x71\xf0\x84\x97\xbe\xeb\x80\x6e\xc8\x49\xc5\x0e\x46\xb6\x14\xf7\xc0\x2b\x5f\xf8\x03\x30\x8b\xee\xd6\x07\x4e\xf8\xee\x75\xcb\x8c\x33\xe2\xf0\xa3\x61\xa3\xeb\x2a\x71\x30\x7d\xb3\x63\x65\x8e\x46\x12\x45\x32\xe2\x52\x0c\x3a\x0e\x96\x6e\x9e\xd3\x2f\xd0\xbd\x48\xb3\xc2\x74\xcd\xae\x32\x70\x40\xb7\xf4\xe1\xce\x0e\x09\x6b\x9a\x19\x85\xe2\x14\x5e\x07\xed\x9c\x66\x36\xe8\x9e\xaa\x24\xc9\x91\x07\xb8\xb9\xb5\x33\x93\x9a\x10\xed\xc1\x13\xbc\xb9\x4b\x6c\x3a\x29\x45\x8e\x9e\x34\x9a\x06\x30\xa3\x74\x6e\xc7\xa0\x3d\x41\x17\x9c\x03\xda\xa5\xaa\xcb\xc6\x31\x10\x11\x64\x9a\x11\x84\x6d\xb5\xcc\xf1\x1e\xf9\xc5\x61\xe2\x07\x2b\x39\x3b\x05\xef\x81\x28\x6d\xd7\x66\x38\x00\x01\x86\xfd\x06\x0f\xc4\xa9\xd8\x74\x75\xa0\x08\x9e\x23\xe0\x8e\x41\x6e\x36\x73\xa4\x6e\x69\x99\xa6\x9b\x6f\xf8\x13\x04\xcf\x7a\x5a\x82\xd2\x4b\xf2\xed\x80\x76\xa9\x5a\xb7\x73\x04\x6e\x27\x12\x4e\x07\xea\x89\x38\x4b\xcb\x41\xed\x92\xa3\x03\x8e\x08\x3a\xef\x8b\x1d\x12\x67\x2c\x77\x7a\x60\xe6\xf4\x05\xc3\x4e\xac\x8b\x3c\xa8\x0f\x72\x4c\xfe\x01\xeb\x68\xb5\x24\x20\xae\xe8\x6e\xa1\x73\x18\xa2\x6a\x0e\xb8\xf2\x8a\x06\x44\x77\x3b\x04\xe8\x80\x42\xa9\x16\x3f\x33\x0e\xc3\x14\x00\x86\x78\x6d\xa0\x1e\xb2\x07\xdd\x01\xaf\x3d\x87\xb0\x1f\x2b\x48\x80\x7f\xc0\xbe\x96\x7e\xe9\x58\x94\xaf\xcb\x3f\xe0\xe4\x12\xee\x3e\x76\x0e\x49\x14\x31\xd9\x8d\xb5\x6e\xc7\xce\x0b\xb5\x57\x9b\x91\xd3\xd6\x69\x1d\x3b\x9d\x53\xbc\xda\x3b\xb1\xb2\x20\xe1\xb1\x83\xc9\x05\x95\x8f\x83\x4e\x97\x96\xa0\x50\xf0\xb8\x4a\xd6\x01\x05\x8f\xeb\xb5\x1d\xc4\x25\x82\x6b\x07\x4c\x93\x86\x21\xc7\xc1\x42\x8f\x7e\x1f\xb2\xc4\x9b\x20\x13\x3f\xfb\x7b\x26\x2d\xd1\xb6\x45\x68\x89\xdd\xd3\x8e\x84\x31\x66\xa6\x83\x87\xc8\x74\x0b\x30\xa1\x79\x9a\xce\xdf\x7f\xff\x6b\x5d\x90\xf3\x80\xa5\xd2\xa9\x0f\x0e\x18\x2a\x6d\x98\x3c\x4e\x08\x06\x41\xb5\x03\x86\xc7\x66\xdf\xa9\x03\x99\x9d\x6d\x03\x39\x4e\xf8\x39\x79\x57\x42\x79\x53\x9d\x43\xf8\x80\x9d\xd1\x26\x86\xe3\xe2\x9c\x89\xa2\x17\x06\xd5\x77\xcc\x7f\x39\x83\x2e\xde\xb6\xfc\x71\x0a\x09\xcd\x28\x34\x3f\xb6\xfd\x1e\xc8\xda\x1c\xb6\x80\x1f\x17\x6a\x06\x08\x02\x1d\x84\x48\xc2\x75\x07\xb3\x32\x3b\xb9\xc2\x71\x33\x9b\x84\x6e\x43\x07\x14\x35\xae\xd6\x73\xc0\xbf\xcd\xe5\x7d\x0e\xd6\x87\x73\x79\x9e\xe3\x66\x17\x9a\xa2\x27\xbb\xd0\xb2\x3e\x98\x12\xc3\x97\x87\xb7\x1f\x9f\x9b\x0f\xf3\x7e\xf8\x50\x7a\xa8\x22\xd3\x0e\x3f\x11\xc1\x1c\xb6\x81\x9c\xac\xc2\xa1\xca\xf8\xe3\xfc\x11\xa6\x6b\x4f\x9e\xb0\xcf\xb9\x1e\xca\xf9\xcb\x4e\x8a\x7e\xc8\xb9\xf3\x17\xcc\xfb\x23\x41\x74\xfe\x72\xa8\x53\x3f\x40\xa0\x6a\x53\x9e\x5b\x1e\x1b\x6a\x02\x99\x91\x6d\xfb\x3c\x37\x9e\x75\x3a\x5e\xcf\x8d\x11\xef\x6a\x91\x3e\x67\xd6\xf5\x9d\x1b\xa7\xdf\x1f\xd0\xe1\x46\x07\xf2\x09\x4d\x87\xeb\x4c\x9c\xc8\x56\xe3\xea\x23\x67\x61\x1a\x2c\xed\x99\xb3\xf0\x58\xd0\x69\x78\x66\x28\x84\x78\xf8\x84\xbf\x97\x83\x7e\xcf\x04\x36\x3a\xf3\x4f\xe4\x39\x0e\xab\x2c\xcf\x4a\x37\x1f\x3f\xa3\xb4\xb0\xae\xe9\x27\xb2\xcb\xfc\xea\xe7\x03\x9e\x5e\x3a\x71\x4f\xa4\x97\x69\x92\x25\xe7\x8b\x5c\x66\xd7\xcd\xff\x6c\x4c\x71\xa9\x06\x1a\xe2\x39\x3c\x2f\xb4\x8a\x75\x3f\x53\x95\x20\xc6\x3e\x5b\xf6\xa8\x1e\x18\xbc\xe0\x42\x3f\x67\x23\x09\x9a\x86\x96\x53\xad\x1f\x10\xbd\x60\xdd\xf1\x99\xc9\xf6\xa6\x7f\x48\x2e\x54\x1f\xc8\x1e\xe3\x0a\x1d\x27\xcc\x64\x2a\x3c\x3e\xce\xce\x2b\xb1\xce\xec\x93\x11\xb5\xe6\x6b\xe8\x1e\xc2\x8a\xd4\xb3\x9f\x98\x17\x7f\x80\xda\xe9\xda\x6d\x27\xcc\x64\x2e\x1a\x72\xc2\x41\xcb\xe9\x4c\x4f\x44\xdc\x3a\xd3\xfc\x49\x5d\x85\xb9\x63\xd0\x2b\xb2\xfa\x03\xec\x1b\x9d\xf0\x27\x4c\x5c\xae\x86\x70\x26\x0e\x11\xf4\x39\x47\xce\xab\x06\x3d\xb8\x94\x7a\x06\xec\xf8\x7c\x00\xd4\x61\x4d\xdc\x89\xf8\x04\xa7\xa3\x3e\x83\x97\x7a\x9d\xd7\x67\xc6\x23\x98\x26\x66\x2d\xb6\x5e\xf6\x8c\xdc\xdc\xfe\x04\xb9\x1a\x75\xa4\x9f\x19\xb1\xf0\xe9\xe4\xc2\x46\x34\x51\x98\x47\x2f\x0c\xac\x56\xce\x60\x7e\x4e\xce\x9b\x16\xea\x05\x29\xd5\x55\xa7\x4e\xe6\xa4\xf9\xfe\xc0\x4d\xb4\xfc\x03\x84\xbb\x57\x76\x12\x45\x74\x77\x09\xf7\xe8\xea\x2e\x16\x9b\xd4\xd4\x23\x29\x8d\x4d\x9e\x27\x71\x8b\xb9\x8f\xea\x12\xa1\x8e\x73\x81\x66\x53\xb0\xa8\x42\xff\x93\x7d\xe8\x5c\x39\x20\xb7\x9e\x03\x72\xf3\x2c\xf6\xe5\x67\xb2\x92\x37\x14\x83\x19\x5c\x5d\xe9\x44\x30\x83\x23\x53\xce\x45\xde\xf2\x07\x10\x7e\xc2\xf5\xe7\xe2\xfd\x5b\x90\xe6\x64\xc0\xae\x35\xcd\xe7\x0e\x81\x6b\x22\x99\xe1\xd8\xec\x8f\xca\xbb\xcd\x0e\x8d\xe7\xce\xb8\x32\x91\x94\x59\x03\xbd\xd0\x7b\xb2\xb3\x7f\x78\x39\xc3\xf5\xbc\xce\x83\x28\xda\x4d\x02\x46\xb9\xe4\xd2\x79\x50\xe8\x9b\xf9\x10\xa5\xeb\x0a\xde\x67\xa6\xa4\xf1\x38\x8f\x89\xf2\x33\x1a\xe6\xc1\xe2\xa1\xfe\x60\x47\x0f\xfe\x1f\x98\x5a\x78\xf3\x3c\x90\x5e\xc3\x42\xe1\x00\x63\x98\xb9\x0f\x0e\xc1\xef\xbf\xe7\xab\x2d\x02\xe7\x09\x4c\x6e\x21\x73\xf2\xb8\x2d\x7e\x01\x87\x8c\xd7\x01\x79\x09\x5d\xe8\xf9\x84\xfe\x68\x38\xb3\xf4\x89\x50\x05\x67\x12\x38\x11\xa9\x60\x20\x76\xc2\x68\xe6\xf0\x8a\xf3\xe4\x0d\xcd\x43\x3a\x73\xa5\xd5\x65\xba\x7c\x09\xdb\x9d\x74\xf9\xb2\x32\xfb\xbc\x28\x9e\xcd\x5e\xc4\x62\x3e\x6c\x2f\xaa\x10\x3e\x3f\x20\xe9\xbc\x00\xf0\x99\x3e\x5f\x9e\x38\xf8\x7c\xb9\xf2\xca\x89\x7c\x34\xf6\xee\x3b\x5f\xfc\x35\xbb\x37\x3d\xf2\xd3\xd8\x7c\x7f\x42\xa7\x15\xbe\xe5\x9d\x30\xcd\x39\xc7\xf1\x79\xb3\x34\xb9\x7b\xb8\x51\x8a\x45\x98\xf9\x44\xfa\x43\xeb\x8f\x4e\xd8\xea\x6c\x65\x38\x6f\xe6\xe2\xd2\x10\xee\x94\x2a\x1a\x23\x12\xd8\x38\x57\xff\x79\x53\xaa\x18\xc4\x40\xe9\xe5\xb4\xb7\xe7\xcd\x0d\x50\x4c\xc2\x4d\x1a\xfd\xc5\x83\x41\xa8\x0b\x56\x08\x36\xea\x41\x8a\x1b\x07\x74\x9f\x4f\x6e\x08\x4d\x1b\xc3\x8c\x3d\x88\x87\x0a\x4f\x1f\x09\x0f\xd5\x4b\x3a\x95\xae\xdf\x8f\x44\x0d\xfd\xb0\x51\xef\x5f\xf5\x03\x94\x7d\x12\x96\x17\x03\x79\x6d\x29\xb8\x58\x09\xc3\x09\x57\x2e\x58\xd6\x7c\x5f\xba\x60\x59\x73\xfa\x81\xeb\x97\xe3\x76\x93\xe4\x49\x5d\x90\x2e\xfa\x54\x39\xc3\xca\x05\x3d\x9a\x33\x86\x5e\xcc\x88\xe8\x68\xe1\x0b\xa6\x34\xa7\x82\xb8\x36\x30\x94\xe4\xd7\x85\x6a\x6b\x9b\x55\xe4\x17\x62\x75\x3f\xe3\xde\x98\x8a\xd5\xff\x63\x2d\xb4\x75\xaf\x42\xb1\x2d\x1c\x7c\x15\x44\x0b\x37\xbf\xc0\xb3\x53\xb7\xb4\x0b\x86\xb0\xe2\x41\x15\x60\xb7\x9f\x3f\x00\x4f\xbb\xc7\x92\xd3\xe2\x1e\x1e\x42\x08\x7d\x81\x5a\x68\xc3\x49\x95\xae\x5a\x50\x16\x45\xb3\xf0\x22\xd0\xde\xfe\x56\x65\xf5\xaa\x1c\x91\x0e\xfb\xab\x42\xf8\xe8\x98\xb9\x60\x58\xfb\x70\x02\xb4\x6c\x0e\x36\xbc\x2a\xef\xd2\xd5\x2f\x00\x0c\x84\x1b\xe0\x2e\xfd\xd0\x8b\x5d\x6a\x5e\x02\x58\xb5\x82\xf5\xaa\xbc\x9f\xe8\x5a\x78\x35\x78\x7c\x6b\xd3\x5d\x28\x9b\xe6\xc4\x84\x17\x5c\xb6\x9c\xf6\xe4\xa2\xfb\x94\x93\xdc\x5c\xb4\x49\xb9\xac\xde\x05\x95\x96\xbd\x64\xae\x8e\x5d\x5a\xfc\x3f\x81\xa2\x07\xd5\x99\xb1\x6e\xe9\x39\x97\xc9\x3f\x24\xf7\x6a\x5e\x58\x3d\xf7\x33\x8a\x41\x23\x93\x70\xd6\x05\xef\x7e\x27\x41\xb8\x90\x7b\xc5\x99\x34\x2f\x16\xcd\xb0\xbd\xee\x42\xf2\x15\x3b\xbb\x5d\x23\x37\xa1\x86\x31\x80\x00\x7e\x6e\x11\x5a\xae\x6e\x9a\x70\xe2\x7b\x1a\x98\x8b\xa5\xb9\x03\x62\x4b\xb5\x17\x39\x06\x7d\x10\xd0\x8d\x7b\xe9\xa0\xa0\xb2\x74\xbb\x00\x1d\x5d\x6d\xee\x0a\xce\xb3\x08\x08\xe2\x01\x01\xc5\x8b\xea\x29\x1f\x8e\x17\x02\x51\x9d\xdc\xed\x7a\x71\xdc\xec\x66\x37\xb8\xe6\x5b\x05\x7b\x01\xc6\x55\xab\x97\x2e\x26\x1b\x74\x89\xbc\x0b\xb8\xee\xb3\x30\x93\x12\x58\xb7\xc6\x0b\x99\x53\x9c\x4c\xf0\x5a\x19\x39\xa2\x51\x31\x03\xb4\x6d\x50\xd7\xe2\xca\x69\x14\x69\x28\x13\xb8\xbc\xa0\xe3\x72\x3a\xc2\x6b\x11\x9d\xba\x81\x5c\x39\xbf\x30\xd9\xa7\xc6\x8d\x1a\xb8\xae\x31\x70\xbd\xe0\xad\x3a\x34\xe4\x42\xd5\x32\x3b\x6b\x5e\x3b\x5d\x5e\xa5\x46\xbb\x68\x38\x73\x85\xbb\x6b\xe7\x5d\x47\x5d\x52\xa3\xe5\xa2\x7a\x17\x2c\x67\x9f\x79\x80\x33\xbd\xdd\xb0\x2e\xfa\xce\xdb\xbf\xff\x3a\xb8\x56\x5a\x8b\x83\xa3\x92\x3e\xe4\x82\x65\xad\x79\x29\x0e\x5e\x24\x84\x99\x2f\x38\xcb\xbb\x42\xd3\xc5\x9c\xce\xf3\xd3\x27\xed\xa6\x82\x3a\xd7\x89\x22\x1c\x9e\xc9\x04\x53\x42\x73\x17\xcb\x97\x7d\xa4\x01\xd1\x94\x2e\xe8\x17\xb4\x56\x0e\xa6\xbb\x90\xf5\xd9\xb9\x7d\x2e\x06\x86\xda\x36\x7b\x9d\x3c\xda\x2c\xa3\x4f\x9c\x1a\x3e\xda\x90\xdc\xcf\xd9\x17\xae\x93\x33\xdb\xfd\x03\xf6\x95\x0f\x2e\xa0\xad\xaf\xd4\x07\xda\x32\x54\xbf\x90\xec\xcf\x71\xf9\xd7\xc5\x31\x88\xe6\x2b\xa3\x14\x34\x28\xa8\xae\x6c\x78\xbd\x08\xa5\xbc\xb6\x17\x3d\x86\x96\x3f\x48\x0c\xe0\x2e\xa9\xf1\xf4\xbc\xc0\x1e\xe8\xa4\x2e\xd7\xc5\x83\xc8\xe7\xcc\x4d\xa8\x2e\x65\xd6\x85\x70\xd0\x8f\xc4\xbb\xb9\x6f\xe2\x4f\xf1\xab\x17\x62\x45\x1d\xd6\x76\xdd\x54\x44\x87\x9b\xe3\xc2\x69\x4c\x70\x93\x72\x4a\x89\x0b\xd8\xab\x39\xd1\xd3\x45\xec\xe5\xa3\x0d\x0e\xfb\xe5\xf3\x3f\xd7\xcd\xff\x63\xc4\x5e\x78\x16\xe0\x75\x35\x9e\x2b\x53\x53\x7b\x16\x11\x5d\xea\xda\x98\xd7\x03\x1b\xa9\x45\x3a\x4a\x66\x18\xd1\x5e\x09\xc5\x74\x17\xb9\x1e\x96\xc6\xd4\x18\x1e\xea\x82\x2c\xce\x58\x25\xcd\xa7\xe9\x03\xdf\x49\xc3\x28\x38\x5d\x39\x13\xe5\x05\x0b\xa9\xc3\xec\x2f\x38\x61\x39\x1f\xd0\xf5\x40\x0a\x48\x74\xdd\xbf\x5c\xc4\xd0\x0f\x49\xe2\xd4\x0f\x48\x4b\xaa\x59\xbc\x7f\x3c\x5d\x97\x9e\x01\x79\x36\xb7\x08\xfb\x80\x86\x78\xc3\x3c\xea\x44\x96\x37\x4a\xa4\x59\xa5\x76\xc3\x33\xde\xf6\x86\x7b\xa3\x54\x51\x7b\x1b\xcf\x18\x13\x40\x54\xa7\xcb\xcc\x0d\x54\x67\x69\x7c\x33\xa9\xb5\x4e\xc1\x1b\x39\xac\xed\x10\x70\x6f\xb9\x3d\xdd\x23\x50\x9e\x50\xe1\x5d\x58\x6c\x4f\x33\x00\xf7\x28\xe7\x22\xb9\x4b\x1e\x5a\x9a\x33\x68\x0d\xed\x7d\x7d\x43\x6b\x68\x07\x94\x1b\xf9\x59\xb6\xea\xff\x71\x90\x4b\xe4\xdc\x05\x87\x9c\xa7\xa0\xf0\x50\x73\xfb\x00\x89\x3a\x56\xef\x72\x22\xab\x86\xdb\xc7\x08\x25\x6f\xee\x42\x46\xf6\x80\xa8\xb6\xd2\x0c\x31\xdf\xb5\x11\xd5\x0d\x14\x58\x6d\xa2\xbe\x53\x27\xe9\x49\x26\xec\x93\x60\xbe\x5f\xd8\x37\x8d\xc1\xee\x8a\x55\xd6\x29\x7b\xa7\x4a\xd2\x6c\x52\xc9\x78\x1a\x53\x25\x8d\x22\x01\x2a\xc7\x0f\x2c\xbc\x61\x5c\xb5\x6b\xde\xdd\x78\xc8\x6a\xbb\xde\xcc\x80\xed\xb8\xa5\xbb\x31\xcb\x8d\xba\x40\xc8\xa8\x7d\x70\x6f\x84\x8c\xb6\xcf\xff\x94\x68\x7e\x81\xb5\x6e\x6d\xeb\xba\xd3\x9a\x6a\x66\x85\xb5\xd4\xb7\xb7\x9b\x41\xa1\x4e\xc9\x7f\x77\xe2\x13\xf5\x81\xd2\x68\x46\x50\x37\x35\x8e\xc5\xcf\x3c\xf1\x74\xb0\xdf\x40\x96\xc3\x48\xe0\x86\x35\xd5\x41\x13\xf7\x48\x9a\xb4\xda\xf0\xc5\x0f\x17\xdc\xbc\x11\x26\xea\x3b\xc8\x3d\x78\x29\x91\xe2\xf4\x1e\xe4\x27\x8d\x6a\x70\x2d\xfc\x3f\x0c\x41\x1e\x35\xdc\xa1\x1c\x99\x72\x07\x7d\x26\x74\x07\xbd\x51\xfb\xc3\xce\xd3\x77\xd0\xb4\x2e\x5d\xc0\x1d\xd4\xfe\xeb\xee\x7f\xa3\x30\xad\x73\xcf\xde\xc8\xa8\x67\x1f\xd8\x7b\xbe\xe7\xbc\x43\x96\x6f\x68\x08\xed\xc3\x78\x03\xf7\x2d\x3b\x91\xdf\x80\x79\x56\xc7\xdd\x33\x27\xf6\x4f\x49\x4c\x6f\x04\x70\x5a\xad\x7f\xb3\x2c\x88\x77\xcc\xca\x39\x16\xfd\xb0\x5a\x1a\xf9\xde\x8b\xfb\xc3\x0d\xd0\xf4\x20\xcd\xee\x0d\xc0\xe6\xba\xb6\x37\x12\x87\xb8\x82\xd3\xbd\x48\x81\x26\x84\xf9\xa4\xed\x14\x72\xef\x80\x63\x16\x6b\xa8\xf1\x61\x95\xfc\xbd\x93\x15\x2d\xe7\xe0\x4a\x65\xc7\x96\x1b\x88\xb0\xda\x47\xe8\x86\x09\xf3\x23\xc9\x0f\xde\x2c\x05\x64\x6e\x98\x2c\x6d\x06\xba\x99\xfe\xd9\xee\x0a\x77\x42\x42\x8b\x85\x03\x95\xaf\xcc\x18\x30\x5a\x7e\x0e\x83\x63\x47\xa1\x12\xf7\x40\x31\x21\x65\xd9\x0d\x1f\xf5\x65\xf7\xe9\xfb\xa0\xf4\x16\x27\x1d\xc4\x52\x7a\x3e\x39\x4f\xd2\x4b\xdd\x67\x8e\x42\xe3\x3e\x39\x0a\xd1\xc0\x88\x4c\x17\xac\xbd\xa1\x7f\xb3\x81\xec\x46\xfa\x67\x7b\xb7\xde\x27\x4f\x3c\x41\xe7\x9b\x5e\xec\x36\xd4\xdf\xc8\x99\xe7\x5b\xc9\x9d\x90\xb1\xb8\x49\xea\x14\x35\xf5\x84\x8c\xde\x0e\xa9\xa1\x5b\x26\x9a\x17\xcc\xe2\x61\x11\x8c\x98\xc1\x59\x96\xcc\x54\x43\x1f\xf7\x91\x3c\x88\x98\xfc\xdc\xd4\xef\x0b\xe5\xb0\x4c\xf4\x85\x42\xc7\x66\xd9\x17\x5f\x6d\x1f\x3d\xe4\x7d\xf3\x0a\xf1\x79\x83\x54\x8b\x26\xaa\xaa\xbc\xda\xf0\x2a\x37\x3c\xba\x1f\x94\xa5\xf9\xf9\xff\x97\x1b\xec\xd5\x7b\x3f\xd8\x34\xa6\x88\xc9\x99\x5d\x2d\xf5\x7e\x92\x02\x91\x04\x7f\xae\xe6\x4c\x65\xf7\x03\xd1\xe5\x79\x7b\x78\x96\xff\x9b\xd8\xe7\xc7\xd4\x47\x55\xcf\x05\xc5\xde\x7e\x7a\x26\xdc\xd1\x18\x1e\xc4\x26\x96\xcf\x07\xb9\xd6\x53\x3f\xe0\x92\xdd\xfd\x01\x2f\x9c\xe1\x1f\xa8\xf0\x08\x7f\x91\x8b\x6b\xa2\x1e\xdc\xcb\xf5\x05\x2c\x9d\xc3\x55\xd8\x9f\x0d\x4a\x6f\xed\xb3\x07\x4e\xe5\xde\x14\x0f\x4a\x7f\xd8\x03\xf1\xd9\xa0\x01\xd1\x44\x3e\x0c\x2e\xb4\xa6\xfe\x61\x3a\x0e\xdf\xb4\x9e\x2d\x39\x54\xe3\xdc\xe8\xb6\xe1\x3e\x5e\x14\x54\xab\xd6\xe2\x01\xea\xe9\xc2\x65\x4f\x81\x4b\xa2\x70\xdd\xc3\x32\x64\x2e\x96\xfb\x00\xe5\x2c\xbb\x37\x3f\x25\x65\xb6\x9b\x4c\x22\xfc\x06\xec\x07\x9e\x18\xe4\xa5\x73\x34\xd4\xc3\xbc\x74\x96\xcb\x4f\xe1\xfd\x50\xe7\xe9\x83\x14\xc9\xcb\x9e\xb7\x4f\xc5\x54\x2e\x3f\x93\x47\xb5\x38\xb4\xd7\x3a\x9b\xe5\xc3\x3a\xb4\x2e\x10\xfe\x24\x16\x92\x18\x7c\x5e\x2c\x54\x9c\x66\xea\xa9\x39\x75\x9a\xfe\x54\x79\x4d\xff\x70\x63\xfd\xfe\xe4\xa7\xf0\x54\xee\x2a\x0d\xba\x91\x19\x44\x31\x70\x8f\x4b\x39\x3f\xb4\xac\x3a\x1e\xf1\x61\x19\x33\x6d\x9a\x87\x6e\xdd\xae\x83\xfb\xb0\x8c\x99\xbd\x0c\x1e\x98\x5a\x6d\x1f\x78\x12\xd6\x4c\xff\xf0\xee\x54\xab\xe2\x9f\x4e\xad\x5f\xf3\x0b\xb9\x94\x5a\x3a\x78\x89\xd9\xdb\xe2\x61\x49\xd8\xcd\x44\xe5\x52\xfa\x87\x94\x78\x1a\x67\xe7\xda\x6a\x1d\x52\xa3\x26\x41\xfe\x8c\x94\xf4\xfe\x81\xc0\x5c\x7a\x97\x07\x8e\x63\xd6\xdf\x3e\x70\x15\xb7\x1e\xe6\x19\xdc\x16\x3a\x75\x1f\xe6\x8f\xb3\xdb\xc2\x33\x2e\x7c\xe1\x16\x10\x19\xec\x61\xa0\x4e\x9a\xbd\x60\x9f\x80\x65\x5d\x50\xfd\x41\x04\x61\xd7\x61\xf4\xc0\x73\xfc\xb3\x05\x62\xc7\xb3\x26\x16\xb9\xde\x6c\xde\x7d\x18\xff\xe7\x24\xa2\x4f\x24\x3e\x14\x85\x2f\x52\xea\xf6\xcb\x7d\x60\x5b\xfd\x6c\x00\x20\x27\x5b\x46\x9f\x99\x8b\x2f\x92\x91\x0c\xce\x59\x4a\x9e\x89\x49\xf2\x1e\x43\x6a\xe2\xf5\xed\x81\x77\x50\x7f\x40\x8d\xaf\x94\x76\xcf\xa4\xb7\x67\x73\x17\x39\x0a\x13\x81\x0d\x21\xb0\xff\xac\x5c\x5b\x7d\x81\xa8\x43\xeb\xfd\x9e\xc5\xa5\xb5\xf8\x59\x39\x0c\x51\xb1\xa8\xf8\xb1\x40\x5a\xb9\x6f\xfd\x06\xfd\x05\xfc\xc2\x44\x3d\x4a\xef\x8b\x45\x26\xf6\xd6\x42\xd5\x8f\xf5\x59\x5e\xd6\x66\x73\x49\xd5\x67\x4f\xd1\xad\x4e\x90\xf0\xcd\x17\xf4\x67\x87\xe8\x16\x12\x78\xe0\x9c\x66\x15\xc1\xb3\x53\xdc\x58\x76\xb3\xec\xc7\xda\xfc\x05\x58\xc4\x22\x0e\x8a\xbb\xf5\xd9\x5a\x7b\x12\xa5\xb9\xa1\x11\xd5\xce\x18\xcf\x81\x1b\xac\x27\x0f\xbe\x67\xd6\x05\x3e\x47\x7f\x57\xd4\x4c\x96\x59\x30\xa4\x1d\x7a\x0e\xf2\x80\x89\x42\x5e\x0c\xeb\x11\x9e\x83\x4b\xde\xfd\x02\x6f\xd9\x42\x76\x0f\x82\x09\x6d\x76\x7d\x90\xe3\xed\x23\x83\x4e\xf2\xa9\xb8\xec\x44\x2c\xae\x77\x02\x63\x0b\xed\xbc\xf1\x40\x91\xe7\x2b\xe8\x73\xd2\x9f\x4b\xfa\x9b\xe7\xa4\x4e\x54\xf7\xe2\xe7\xe2\xdc\x8b\x04\xa8\xd5\x7c\x27\x7d\x90\x74\xe2\x33\x0d\x57\xf2\x83\x3f\x80\x50\xf3\x3c\x5e\x94\x59\x3e\x0a\xe0\x11\xe6\x9b\xfc\x03\x1d\x99\xfd\xf6\x1f\x18\x20\x1d\x12\xf4\x50\xe9\xe5\x1e\x61\x4f\xdc\xec\xee\xf1\xa4\x41\xd1\xf8\xe4\x86\xf2\xd1\x4c\x0c\x4c\x66\x3c\xfc\x40\x89\x65\xa7\x98\x07\x4a\xac\xcf\xb1\xfe\x90\x61\xfb\x9f\x94\x72\x0f\x8c\x8d\xf6\x1e\x7e\x1e\x32\x8e\xe8\x7d\xc8\x38\xfe\x7f\xfc\xf7\xbf\x70\xf2\xaa\x07\x88\xee\xe3\x35\xf1\x40\x3f\xe5\x4c\x0b\x0f\xcb\x6b\x38\xe0\xf3\x61\xf6\x09\xbb\x7a\x3c\x40\x78\x32\x52\xc4\x0f\xc6\xca\x29\x27\x9c\xf8\xfd\x48\xe3\xd4\x33\x69\x2a\x7a\x7e\x69\x52\xf2\xdb\xf8\xfd\xa0\x6d\xf9\xb7\x88\xf1\xfb\x81\x95\xff\xcd\x68\xfc\x00\xe8\xa6\x6c\x74\xf1\xfb\x71\xd5\xbb\x9e\x29\x15\x36\xbf\x80\x55\xff\xc7\x26\xf1\xdb\x48\x51\xe8\x19\x5a\xbe\x22\x0a\x60\xa7\xdc\x64\x47\x89\x1f\x0a\xb5\xf5\xe6\x67\xcc\x52\xd3\x10\xe0\xb7\xd6\x9b\x3a\x84\x4a\xab\x37\x91\x4c\xbb\xe5\xe7\x19\x04\xfd\x3b\x18\xe3\xc7\xaa\xb2\x3a\x04\xe2\x07\xff\xff\x29\x53\x51\xfc\x50\xff\x42\xa9\x32\xe3\x87\x5c\x6a\xba\x8f\xc4\xaf\x40\xe6\x7b\x92\xa0\x82\x1a\x9e\x44\xe6\x41\x5b\x9b\xba\x44\x36\x88\xde\x34\x07\xc0\x5d\xbd\x69\x8e\xe0\x16\xb7\xc9\x03\x26\x7e\x35\x27\x45\xeb\xc8\xa2\x6a\xe1\x59\xa8\xb9\x30\x22\x82\x99\xd0\x94\x40\x2b\x7e\xc4\x59\x4d\x4d\xb4\x1c\xa6\x86\xd5\xb2\x57\x91\x81\xbc\xbd\x53\x86\x96\xf8\x35\xee\x40\x2f\x16\xeb\xa6\xe9\x48\x8e\x5f\x4b\xf7\x3b\x7f\x72\xb0\x0d\x0d\xa5\xf1\x9e\xe4\x26\x78\x66\x77\x11\xde\xc1\x20\x5d\x2f\xb0\x8c\x6c\x98\x01\x3a\x85\x5d\xd1\x8a\xa3\xae\xac\xe2\xa4\xe3\x07\xe3\x61\xef\xfa\x7f\x64\x0b\x1a\x3a\xac\x87\x53\xb5\x89\xe3\x87\xf4\x0a\x53\x25\x79\xe3\x87\xec\x61\xd5\xfb\x62\xe4\x6c\xfa\x8b\x9b\x5f\xb8\x13\xea\x85\xb4\x20\xb0\x0f\x36\xff\xcf\x54\xb7\xd2\x1a\xbe\x82\x80\x2d\xf8\x0b\x58\x62\x87\x9f\x51\x66\x6b\xd3\xc4\xb0\x3c\xd9\xe7\x99\x02\xd6\x33\xc5\x72\x65\xe1\x81\x4f\xee\x76\x75\x39\xb3\x4b\xcd\x14\xaa\xd7\xff\x3c\xb5\xf0\x57\x1f\x66\x22\xe6\x3b\x58\x22\x09\x7e\x5d\xaa\x7c\x1a\xbf\x45\x96\x29\x7e\x81\x76\xd9\xee\x1f\x78\x62\x17\x7f\x42\xa6\xf2\x30\x80\x34\x56\xff\xfc\x00\x99\xf3\x69\x82\x57\x88\xe2\x17\x1e\x36\x21\x26\xdb\xa9\xfe\xec\xfe\x01\x41\x8c\xd5\xcf\x38\x08\x3e\xff\x23\x5e\xf5\xf3\x3f\xf6\x46\xd7\xea\x42\xfb\xd3\xcd\x93\x47\xca\x08\x4d\x14\xd4\x41\xf3\xe7\x1d\x4a\xd4\xd0\xc5\x62\x47\xce\x8c\xbf\xa0\xa2\xc4\x73\x07\x03\xa0\x0a\x8a\xc5\x0f\xae\x57\xca\xc2\x1f\x3f\xa4\x2c\xd8\xe6\x5f\x92\xcb\xc5\xef\x60\x3a\x7b\xf5\x76\x4e\x84\x4f\x68\x40\x27\xc5\x83\x77\x2e\xfc\xd1\x65\x8d\x8e\x1f\xdc\xcb\x65\x33\x8d\xdf\xc5\x01\x7a\x93\x5d\x93\xf4\xfb\x0d\x2c\x93\x77\x1d\xa3\xe8\xc2\x03\x82\xc7\x51\x37\x3f\xf3\xfc\xf7\x9e\xba\x73\xd5\xf4\x01\x82\xde\xe6\xcf\x02\x88\x27\xac\xb7\xcc\xc3\x72\x68\x7e\xde\x39\xc9\xa2\xe9\x61\x97\xff\x5e\xd8\x7e\x94\x71\xe2\xcf\x8d\xbe\x3a\x3a\x0f\xb7\x5f\xca\x92\xd0\x0f\xdc\x22\xe2\xd7\x2d\x4d\x3a\xdd\x9f\x4c\xbe\xd1\xf4\x03\x27\xc2\xcf\xc9\xaf\xfe\x82\xe3\x2a\x26\x0b\x7a\x3a\x9d\x81\x5b\xaa\x2c\xd4\xe7\xc6\x16\xfd\xff\xfe\x9e\x91\xff\x2e\x77\xb1\xa1\x6a\x54\x1f\x7e\x4e\x19\xfa\x6f\xe2\xb6\x42\xe7\xae\xcf\x0f\x74\x0f\x57\x8b\x38\xd2\xa4\xde\x8c\x8d\xf5\x98\x96\x47\x99\xda\x84\xe2\x37\xd8\x87\x96\x6f\x2b\xdc\x85\x9e\xba\xf7\x54\x0b\x45\x30\xc4\x56\x29\x8e\xfc\x05\xa2\xd4\x14\x58\x17\x5b\xe5\x71\x52\xfd\x02\xbd\x09\x45\x04\x5c\xaf\x37\xf9\xf7\xc4\x46\xb3\x86\x2e\xa9\xb1\x35\x08\x30\x49\xb8\xad\x11\x95\x0e\x7f\x91\x95\x4f\xc4\x01\x38\x7f\x64\x55\x8c\x0d\x41\x63\xb2\x57\xc5\xd6\x09\xa1\xbc\x7a\xac\xe4\xb9\xdc\x64\xe7\x75\x4b\x8c\xbd\xf5\xe4\x32\xcd\x15\x9c\xb1\xfb\xf0\x33\xd0\x78\x68\x66\x3a\x8f\xf3\xea\x1f\xe0\x09\xb5\xfc\x4c\xc6\xf6\xb8\x68\x1a\xa9\x6e\x91\xc7\x8f\xa7\x8e\x71\x64\xca\x1d\x19\x1b\xdc\xad\x7b\x88\xc8\xf7\x10\xac\x55\x67\xc3\x36\x48\xa3\x86\xc9\xeb\x7f\xf8\x7f\x54\x5e\x9b\xee\x80\x7e\x42\x1e\x35\xcb\x1b\x79\xd0\x83\x13\x2b\x92\x11\x14\xa6\xe0\xf6\xd8\x82\x90\xc5\xfb\x04\xe7\x59\x78\x2d\x27\x67\x5e\xb8\x69\x43\xf8\x55\x37\x3b\x4c\x1e\xa1\x1e\xe3\xe4\xad\xc6\x4d\xa2\x32\x50\x0f\x11\x3d\x33\x26\x4c\xcf\x54\x61\x48\xf0\x6f\xb0\x6d\xc8\xff\x35\xb6\xbc\x4a\x5b\x82\xbc\x27\x5c\x95\x86\x33\x36\x78\xaf\x74\x6f\x9c\x45\x79\x61\xfe\x42\xe5\x1f\x25\x98\x88\x6d\xe5\x52\x8a\xc1\x16\x11\x91\x17\x1f\xae\xc5\xd5\xbb\x7f\xcf\x79\x50\x13\xb0\x6e\xcc\x9f\xa9\xde\x31\x4c\xaf\x0d\x8f\xb7\xa9\xa9\xce\x3b\xae\xc5\x1c\xee\xb8\xca\x13\x10\x1b\xdc\x57\x96\x2e\xb9\xb1\x1d\x8c\x84\x5c\xa2\x92\x77\xd8\x29\xa2\x0e\xde\x17\xc7\x5f\x5c\xb8\x63\x83\xdb\xaf\x2a\xff\xc7\xf6\xde\x67\xa7\x34\x3d\xb1\xf1\xfe\x2a\xe8\xb9\xb1\xfc\xf8\xb2\x44\x3b\xe1\xb3\xe1\xee\x4f\x92\xe3\xff\xa9\x56\xb1\x88\x64\xd8\xf8\xb2\x70\x39\x49\x82\xa6\x00\x19\xc8\x97\x07\x08\x37\x92\xee\x75\xba\xa8\xeb\xf4\x86\xe0\x85\x78\xfa\x83\x8e\x3d\xea\x0f\xa8\x07\xf0\x2e\x87\xcb\x6e\x17\x02\xdc\x2e\x82\x4a\xdd\xce\xb6\x8b\xac\xd0\xfc\x06\x0f\x06\x13\xfd\x1e\x91\xad\x79\x57\x23\x51\x63\x37\xff\xde\xd4\x65\x6b\x5a\x98\x33\xdc\x5d\x22\x5b\x8e\x8a\x50\xc6\xc6\x0b\xf0\x72\x7b\xcc\xe5\xa7\x31\xbe\x17\xe2\x56\xcd\x8a\xac\xba\xe3\xdb\xd8\x86\xb2\x3b\xaa\xb7\x12\xdb\x43\x91\xed\x95\x84\x8f\x45\xb7\xe4\x42\xd4\x79\xf7\x41\xf3\x90\x02\xbf\x8f\xe4\x0f\x3e\x24\x60\x93\x50\x86\x8b\x28\x3f\xca\x31\x6d\xe1\xf2\x1e\xc8\x55\xd1\x54\x51\x7e\xc4\x8f\x9a\xc4\xf2\xc3\x99\xbf\xf4\xc2\x86\x39\xd3\x42\x17\x7a\xc2\x4a\x13\x1a\x65\x4b\x31\xe2\x37\xa8\xc0\x11\xd6\x29\x5b\x2e\x94\xdf\xc0\xa8\x24\x05\xca\x46\x9d\x5d\xf8\x8b\x87\x4d\x88\x2a\xa6\x81\x91\x9a\x2f\x0a\x32\x04\x2a\xec\x23\x0a\xca\xce\x28\x4d\x79\x14\x66\x7d\x51\x0a\xcd\x28\x28\xdd\xad\xac\xfd\x51\xe0\xc8\xa0\x42\xad\x51\xf2\x56\xa9\x2b\x49\xc1\xad\x52\xe5\x3c\xa3\xe0\x56\xa9\xe0\xaa\x28\x70\x64\x98\x52\xb8\x44\x41\x9e\x18\xe5\x62\x88\x52\x11\x29\x2c\x6e\x2c\xcc\xbe\xad\xa0\xb2\x28\x35\x39\xda\x5f\x20\xbb\x5f\x75\x97\x10\xe9\x5e\x2c\x54\x9e\x51\x82\xa9\x28\x8d\x90\x40\x27\x61\x61\x36\xed\x9f\x17\x87\x05\x0f\xa5\x3c\x8b\xc2\x9c\x83\x52\x9e\x45\x41\xfe\x6c\x15\xcd\x8b\xf2\xde\x52\xab\x4a\x86\x44\x69\x88\x54\x94\x68\x2b\x2f\x02\xe8\xe3\xe7\x67\x18\xc3\x3d\x4a\x66\x24\x94\x6a\x2c\x4a\x67\xe9\x35\x2d\x7e\xa7\x64\xd0\xc9\x56\x7a\xb2\xa0\xdf\x78\xd7\x56\xb5\xd9\xa2\xe0\x38\x57\x30\x56\x14\x18\x00\x96\x54\x5f\x51\xe0\x43\x3b\xcc\x3e\x9d\xd8\x59\x47\x5d\x61\xf6\x6b\x6d\xab\xd2\x93\x48\xcd\x74\x7f\x00\xe8\xf4\x01\x8b\x77\x4b\x5f\x17\x05\x06\x80\xea\xa5\x79\xf1\x40\xfb\x75\x7f\x40\xd0\x62\x06\x85\x67\x84\xbc\x09\xa3\x0c\xde\xcb\x8a\x5f\x58\xf0\xc7\xf2\x33\xa1\x95\x6e\x34\x25\x08\xd7\x74\x6d\x2a\x81\x94\xad\x9e\x59\x28\xfc\x55\x4e\x2d\x4a\xe4\xc6\xd3\xda\x04\xb1\xb5\x87\xf9\x82\x86\x5a\x3c\x2a\xa8\xfc\x67\xfc\xc5\x7f\x3b\x0a\x22\xab\x86\x47\x14\x44\xac\x26\x18\x99\x66\x54\x68\x30\x0a\xcc\x03\xaa\x7f\x15\x05\xe6\x01\x95\xe8\x8a\x32\x29\x1e\x25\x9f\xcb\x0b\x40\xfa\xf0\x0e\x42\xfc\xf7\xe6\x2b\x4d\x49\xe5\xbe\xf0\x42\x99\x04\x6e\x9e\xa3\xc5\x3e\x44\x43\xea\xee\xbd\x50\x0b\xfc\x6e\x76\x64\xd9\x15\xb9\x5b\x44\xa1\x9a\x5d\xf7\x91\xb2\xb3\x45\x35\xb0\x93\x48\xbf\x4f\x19\xde\xfd\x03\x8e\x21\xc1\x89\xc2\xf4\x7e\xf1\xf9\x21\x89\x16\x91\xc8\x3d\xad\x68\x83\x28\x07\x21\x8b\xc7\x7d\xf0\xc0\xd7\xc4\xc0\x5b\x62\x58\xc2\x1e\x54\xc9\x4c\xff\xc0\xea\x4a\xfe\x60\xe1\x03\xf7\xc0\x73\x43\x14\x40\x63\x5e\x15\xf9\x1e\xe5\xe4\x85\xd5\xf3\x46\xef\x57\xaf\x3e\x32\xcf\x0c\x4b\x68\x78\x36\x7c\xa6\x0d\x2a\xf3\x61\xc1\x93\x9e\x0d\xd3\x1f\x50\xd9\xa5\xdb\x48\x39\x79\x7c\xeb\x82\x53\x80\x39\x86\x07\xc1\x42\xd5\x9f\x67\xce\x82\x06\x81\x28\x6b\x5f\x56\x0a\xab\x50\x1b\x63\x17\xd4\x02\x0c\x33\xcb\x85\xea\x18\x02\xc0\x85\xa5\xfd\x8c\x88\xcb\xcd\x1e\xb4\x0e\xcc\xa7\x67\x85\x6f\x41\x15\xe9\xea\x1d\x77\xc3\x57\xfa\xf3\x3f\x3c\xc0\xcd\xf2\x0f\xc5\x84\x7b\x48\x88\x50\xfd\x03\xd8\xcb\xb3\x02\x88\x60\x95\x50\x01\x42\x18\xde\x33\x0f\x55\x11\x02\xed\xe5\xc9\xa0\x08\xb7\xc8\x3c\x9f\xa2\xf1\x41\x41\x43\x0b\x85\x87\xc2\x50\x2d\x54\x96\x99\xb6\x06\xb6\x26\x48\x10\x8c\xaf\x70\xb4\x1c\x9f\x17\x0e\x7e\xe1\x17\x78\xdf\xf5\x17\x1b\x4f\x26\x1d\xd0\x35\x71\xc4\xe7\x07\x30\x4c\xf5\x33\x27\xa2\xea\x99\x11\xf1\x53\xcf\x38\xd0\xdd\x25\x14\xd5\x4a\xf3\x1d\x75\xa3\xed\xea\xd3\xe0\xbb\xcb\xe4\x34\x10\xb5\xe4\x30\xf5\x05\x0a\x37\x5b\x8f\x5c\x91\xa5\x58\xe5\xb4\xa2\x16\xde\x8f\xc2\x3f\xf0\x44\x17\x8e\xae\x28\xfa\x31\x9a\xbb\x40\xe6\xf0\xe5\xff\x0f\xd8\x64\x96\x9e\xc9\xf2\x9f\x16\x21\x1a\xa6\x9f\x1f\x0c\x4a\x1f\xa4\x12\x40\x30\xba\x22\x22\x67\x33\xfa\xaa\x95\x1c\x26\xe0\x53\x51\x97\x59\x59\xd2\xa2\x56\x22\x80\xe1\x1f\x08\x43\x84\x11\x2b\x92\xd3\xcc\x9f\x80\x4a\x85\xae\x5b\x69\xbb\xa3\x56\x86\x1d\x6a\x58\x8d\x47\xba\x6e\x07\x15\xba\x6f\x0b\xb8\x0a\xd4\xa1\x94\xeb\x51\x1b\xcd\x1a\x9e\xa8\x4e\x53\x51\x94\xbf\x9c\x44\xb5\x93\x99\x84\x7b\x6a\xa7\x5a\x54\x42\xbc\x76\x30\x8f\xe4\x5b\xed\x3c\x7d\xbd\x96\xc8\xfb\x52\x3d\xd1\x83\x81\x8f\x1e\x33\x53\xbb\xd9\x30\x52\x11\x4f\xad\x34\xc4\x51\x07\x0f\x27\x13\x81\x00\xeb\x61\xf6\x19\xbc\x99\x0a\xbe\xd5\xd4\x7a\xeb\xfe\x51\x51\x00\x4e\xc9\x67\xa2\x06\x85\xae\x59\x94\x59\x83\x75\xe2\xd7\x00\x47\x7e\x9e\x61\x5f\xfa\x34\x00\x1a\xbb\xbf\x4f\x1a\xb5\x49\xe0\x03\xa0\x4c\xb3\x51\x03\x68\x4e\xb2\xa0\x06\x49\xd4\x15\xa7\xf2\x4c\x5f\x1e\xc4\x4c\x1a\x45\x03\xd3\xc7\x29\xd9\x66\x54\x1e\xeb\xd2\x7a\x57\x14\x78\x33\xd6\xaa\x0c\x87\xae\x7e\xa6\x04\x9b\xfe\x01\xd6\x02\x9d\xb8\x95\x15\xde\xe4\xf6\x14\x75\x25\x51\x7a\x23\x4f\x79\xe1\x82\xba\x08\xce\x25\x04\x6b\x6a\xd2\x05\x01\x2b\x4d\xf6\x3a\x1b\x2a\xe3\x64\x3e\xe2\x61\x11\x3c\x4d\x7f\xc1\xcd\xaa\x3b\x6e\xdd\x99\xd0\xdb\x1c\xb0\xd3\x10\x62\x79\xc0\xe4\xc0\x4a\x07\x18\x15\xc9\x80\x1d\xcf\x13\x15\xf9\x61\xac\x62\xad\x3b\xef\x4a\x9e\xde\x9d\xe2\xdc\x32\x63\xa7\x68\xf5\x74\x1d\x80\xa2\x82\x3c\x15\xba\xf3\xa1\xa3\xbc\xa2\xc6\x5a\x53\xd9\x93\xa8\xd4\x9d\xab\x8c\x49\xd4\x83\x12\xc0\x52\x05\xea\x89\xaa\x6c\x7b\x51\x0f\xf2\x89\x5f\x38\xd9\x84\x5f\xb8\x5e\x4e\x34\xe7\x1d\x04\x87\x16\x09\x27\x78\xbd\xfb\x19\x29\x8b\x74\x58\xd7\x33\xe7\x4e\xe3\x3c\xb9\xa7\xbd\x84\x27\x99\x5b\xb3\x7d\xc2\x2f\xdc\x9b\xe1\x64\xc8\xa5\xdf\xe7\xfe\x33\x2f\xa7\x52\xc3\x2b\x8a\x24\x31\x3f\x1f\x00\x04\x1c\x16\x5b\xd0\xe2\x37\x65\x2b\x8d\x7a\x21\xe8\xc2\x24\xb0\x18\xc5\x32\x4b\x30\xf1\x8b\x79\x9d\x95\xd1\xa6\x37\xc3\x95\xab\xa7\x3e\x10\xfb\x32\x3c\x0f\x30\xe3\xcb\x3d\x3e\xea\xcd\xfd\xe6\xed\x75\x23\x41\xa4\xb7\xf0\x9d\x89\x33\x35\x8a\x9b\x42\x42\x13\x79\xe7\x44\xfa\x05\x1e\xe7\x52\x43\xd4\x3b\xa9\xd4\x30\x90\xf5\x57\xb9\xed\xa2\xbe\x30\xa6\x2a\xa2\x36\xea\x4d\xa2\x45\x24\x2c\x0b\xc3\x3d\x00\xd5\xb4\x29\xbb\x65\xa5\xf1\xde\x33\xfb\xe4\x6e\x13\x3b\xc0\x3f\x73\x18\x0d\x3c\x64\x49\x69\x3a\x6a\xe2\x1c\xa9\x36\xea\xc3\xfb\x92\x19\x86\x0e\x9b\xca\x99\x13\x15\x59\x7f\x97\x47\xf5\x10\xde\x89\x21\x1a\x23\x52\xe4\x62\x13\xed\x97\x93\x3d\xf4\x03\xa3\xb4\xff\xe2\xc1\x10\xed\x97\xa3\x9e\xfa\x01\x2b\x21\xb0\xd7\xa0\x7c\xb1\xb6\xa7\xd1\x3d\x40\x3b\xb5\xa1\x24\xb1\x6d\x02\x8d\x91\xce\x53\x97\xed\xb6\xf1\x4a\xa8\x95\x6b\x8c\x68\xf9\x49\xac\xb5\x92\xe1\xd4\xa2\xa1\x30\x91\x82\xbe\x60\xfa\x3d\xaf\x6d\x23\xca\x91\x04\x6a\x85\x2c\x1c\x7a\x9e\xfc\x40\x54\x17\xee\x3b\x11\x55\x10\x3b\xdf\xdd\x23\x6f\x54\xe1\x16\x29\x2c\x36\x13\xc9\x4d\xb0\xdc\x24\xae\x23\x1e\x38\x75\x2d\x02\x35\xad\x22\x49\x87\xc4\x68\x63\x28\xb1\x27\xf2\xc5\x34\x55\x2e\xfb\xd1\xa0\x7a\x51\xa2\xb0\x68\xb4\xef\x4f\xcf\x0a\x62\x48\x94\xf2\x34\x1a\x1c\x21\x95\x8f\x34\x5a\xe3\x0d\xcc\x3d\xc2\x33\x72\x08\x1e\xb4\x34\xf7\x4b\x2c\xb7\x96\xf3\xea\x1f\x12\x51\x88\x97\x1a\xc5\x6e\x71\x27\xac\xaa\xa1\x6d\xd5\x1a\x39\x58\x60\xbf\x31\x4a\x44\xb9\xe2\xa2\x11\xf9\x6c\x92\xe5\x2d\x8d\x25\xd2\xcf\xb5\xce\xe5\x14\x19\x3d\x7b\xd5\xe4\x23\x20\x79\x78\xae\x52\x9b\xe2\x16\x11\xba\x66\xa6\x45\x7d\x07\x65\xf3\x8c\x86\x42\xbc\x73\xd3\xe9\xd1\xa0\x4c\xf1\x35\xbf\x75\xce\xa5\xfe\x1f\xa8\xe9\x22\x11\xd8\x46\x1e\x9b\x22\x19\x0e\x06\xe3\xf3\xdc\x90\xc9\xdd\xcf\x83\x43\x10\x43\x0d\x0e\xc1\xcf\x58\x4d\xc1\x81\x36\x72\x62\x35\xf5\x83\x11\x87\x9f\x37\x08\x29\xbc\xd1\xe1\x5c\xa9\x74\x0d\xd1\x08\xcd\xbc\x78\x91\x2b\x21\xa2\x82\xb7\x07\xf3\x20\x52\xee\x59\xa8\x36\x04\xaa\x28\xa9\x64\x34\xaa\x4f\x84\x2f\x1a\xec\x33\x6d\x9a\x49\x89\xac\x36\x6f\x55\xa6\xa6\x91\x82\xb1\xcd\xc9\x17\xd4\xe5\xc4\x4e\x1c\xfe\x00\xa7\xb4\xb0\x43\x9b\x29\xf0\x44\xf4\x62\x9f\xc2\x5e\x6d\xa5\x40\x11\x11\x2b\x19\x4c\x73\x4b\x07\x83\x4d\xa2\xbc\x2d\xca\x03\x5d\xcc\xda\x5a\x7c\xc3\xbd\x10\xc3\x78\x6f\x30\xfd\x8b\xca\x52\x46\x5b\x9c\x0b\x93\x01\x0b\xae\x79\x6e\x4f\x3a\x45\xc5\x9e\x73\x23\x3a\xa9\x95\xf1\xd0\x51\x42\xac\xa9\xe8\x41\x34\x62\xb1\xcd\xb2\x73\xcf\xfd\xe8\x1f\x70\x47\x98\xee\x34\x07\xa6\x71\x64\xee\x3e\x2f\xd9\xce\x63\x71\xf3\x0f\x64\xb4\x6a\xb2\xa0\xa1\xb5\xc7\x58\x63\x8e\x60\x6b\xe8\x1b\x74\x3b\xbe\x95\xb6\x44\x67\xba\xe2\x35\x82\x31\x15\x59\x8c\x76\x64\xaf\x22\x14\xe9\xf7\xe6\xb6\xfd\xe9\xb2\xd4\x10\xe8\x5c\x2c\xcf\x19\xe7\xac\x4c\x65\xd1\x4e\x8e\x5b\x77\xa3\x76\xe6\xb8\xfd\x03\xf6\x97\x70\x53\x03\x90\x72\x94\x5f\xb4\x13\xbb\x47\x30\xa8\x5d\x3f\xbe\xa0\x2f\x00\x94\x8a\xbd\xa3\x1a\xcc\x41\xca\x2d\x17\x0d\xe6\x9f\x69\x77\x9c\x76\x91\xd9\x37\x7f\xc1\xc3\x50\x17\xb2\x06\xed\x4d\xb1\x2f\x54\x83\xfd\x47\x25\x54\xa2\xd1\x65\x72\x7a\x8b\x5e\xb9\x18\x7a\x03\x06\x21\x25\x50\x8b\x76\x33\x64\x43\x03\x47\xe5\x2e\xe5\x4f\x8b\x76\x53\x5b\xa3\x7b\x65\x63\x20\x8b\xc7\x09\x8b\xd1\x30\xc2\x80\x93\x65\xf9\x99\x6f\x51\x75\x76\x18\x71\xa0\xd4\x57\xb1\xef\x54\xbb\x73\x71\xdd\x05\xf6\x8a\xe5\xca\x8d\xf5\xdb\x7c\x58\x22\x14\x66\xf8\x30\x4d\x95\x92\x2e\xa2\xed\x81\x21\xc2\xe2\x93\x2a\x26\x4b\x05\x62\x2f\xcb\xc2\x27\x19\x4e\x44\x3f\x54\xef\x34\xff\x40\x06\x30\x8f\x66\xa2\x3f\xed\xe8\xfe\x83\xc6\x52\xf2\xb4\xff\x30\x93\x12\x09\x1d\x75\xbb\x94\xc1\x27\x3a\xa0\x92\xd2\xe7\x44\x67\x6c\x8c\xdd\xb9\x3a\x92\xba\x84\x96\xa6\xc3\x4e\xa5\x5c\x36\xd1\x7f\x37\x9e\xf5\x3e\xa0\x92\xb5\x5e\x1d\x19\xfc\x8a\x9d\xb5\x3a\x02\x5d\x94\x14\x26\xfa\x46\x0a\x44\xf1\xc6\x98\x92\xe6\x16\xa8\xfe\x99\x6e\x01\x97\x39\xc9\x8b\x0e\x3b\x97\x6d\xa0\x7d\x43\x7d\x3e\x9d\x42\x7d\x23\x89\x7e\x7e\xa0\xcf\x17\xc9\xcc\xa4\xbc\x09\x20\x74\x56\xa1\xf5\xad\xaa\x17\xe6\x79\x5d\xfe\x81\x61\x72\x22\x1a\xe8\x6e\x6e\x82\x14\x1d\xa1\x32\xca\xcc\x1e\x1d\x95\xb6\xe2\xf3\x1c\x9c\x16\xb7\xc0\x9a\x24\x1a\xf5\x8b\xf6\xde\x17\x34\xaa\x92\x77\x03\x93\x7d\x20\xe1\xad\x5f\xe0\x4a\x69\x69\x0b\x6a\xfe\x49\xf8\xf7\xfa\x83\x67\x96\x9f\x51\x12\x42\x88\xa5\x43\xa5\x65\x51\xd1\x5f\xf0\x57\x7c\x38\xf4\x9a\xac\xa1\x79\x84\x3b\xa7\x0d\x27\xbd\xce\xff\xfe\xd7\x54\xa0\x21\x7a\xcd\x21\xf8\x07\x18\x0b\xc5\xdf\x1d\x79\x64\xaa\x67\xb1\x72\x04\xa6\x88\x72\x43\x57\xcd\xde\x72\xa5\xd4\x62\xa3\x7c\x73\x93\x28\xc8\xa0\x84\x2a\xd1\x61\x66\x0b\xcf\x62\xcb\x79\x57\x1f\x8d\xf2\xae\xb8\x85\x85\x2f\x34\xaa\xb6\xe3\x59\xd3\x0e\x43\x9c\x35\xc9\xbd\x31\x05\xaa\xff\xc7\x06\xd9\x4c\x73\x4a\x43\x8d\x12\x31\xc9\xb6\x76\xf7\x9e\x83\x12\x49\x1d\x6e\x0e\x66\xb6\x04\x9f\xd5\x3f\x20\x27\x6a\xf9\xd3\x39\xd4\x3b\x47\x6c\xee\xee\xbc\xed\x88\xc0\xce\x01\x6a\x59\x11\xd6\x13\xe6\x4c\x84\xf5\x28\xe8\x34\x3a\xc2\x7a\xac\x84\xee\x9d\x0a\x5f\xef\x27\x24\xca\x29\x76\xba\xeb\x28\x3d\xa6\xdc\x80\xd1\xc7\xc6\x17\xf4\x05\x6a\x8f\x29\x32\x36\xfa\xe0\x2a\x6a\x4d\x46\x87\x2a\x4b\x24\x02\x99\x1a\x14\xf6\x11\x78\x5f\x33\x38\xb8\x86\xfe\x1f\x75\xde\x4d\x32\xa2\xa3\xc3\x53\x02\x0d\x61\x6f\x9f\x06\xb0\x88\x9f\x11\x10\x28\x89\x8d\xe0\x16\x6b\x9d\x47\xa7\x06\x51\x89\x75\xa3\x47\xae\x99\x5a\x00\x4c\xb5\xed\xb4\xc3\x88\x18\x9f\xe7\xce\xe3\xc5\x1f\x80\x73\x8b\xbb\x08\xb8\x07\x8b\x44\xe8\x1c\xc3\x73\x48\xc7\x24\xa5\x29\x8d\xce\x14\x8e\x0a\x09\x89\x0e\xc3\xa1\x4d\xef\x9d\x8e\xb6\xca\x29\x1a\x1d\x86\xc2\x30\x23\x22\x51\x74\xb1\xc7\x5f\x9f\x98\x57\xef\x95\x09\xd6\xf1\x3a\x4c\xd4\xda\x09\x37\x70\x92\x04\xf7\x00\x37\x35\x2f\x24\x90\xb2\x4a\x6b\x47\x4f\xa0\xac\x33\xb4\x23\x53\x8f\x6d\x51\x1d\x55\x75\xc3\x5b\x61\x25\x89\x6a\x71\xd1\xbc\x65\xa9\x84\x1c\x89\xe1\x85\x58\x3c\x43\x4d\x34\xca\xea\x5a\x2f\xda\xf7\x5c\x3a\x8d\x12\xf1\x3d\x61\xee\xd9\x79\xd0\x77\xff\x80\x23\xcc\x13\x0d\x78\xaa\xf2\x68\xd1\x69\x57\xdc\x04\xfd\x3a\x32\x1e\xda\xed\xbd\x1f\xe0\x7f\xef\xa0\x83\x3d\x6a\x50\xb4\x33\x4e\x1f\x48\x07\x7b\x14\x89\x07\x6f\x0b\xc2\x92\x1d\x6e\xb9\xf1\xe9\x71\x41\x98\x8b\xe4\x83\xf8\xc7\x4b\x89\x5c\xd2\xf1\x69\x80\xb3\xa2\xa5\x3c\x80\xb0\x2d\xab\xcf\x3c\x23\xb5\x32\x08\xee\x09\x1f\x47\x27\xc7\xa0\x69\x3e\x73\xd6\x34\x28\xc4\x60\x77\x9f\x57\x27\xa1\xa8\x05\xe5\x49\xdf\x3d\x91\x04\x38\x1c\x9f\xff\x19\x48\xde\xdd\x05\x68\x16\xee\xec\x27\x9d\x3d\x8d\x0c\xa0\x58\x9c\x9b\xf7\x08\x4c\x99\xf1\x79\xae\x7c\x41\x44\xbe\x78\xb9\xa8\x1c\x5a\xf4\xab\x23\x59\x8b\xa6\xe5\xa2\xb9\xe2\xf3\x02\x5d\xbe\xdc\x22\xb6\xcc\xa7\x41\x94\xcc\x32\x83\x5f\x39\x08\xb7\xc8\x7b\xfe\xe7\x0d\xc0\x17\x81\xc0\x7e\x73\xe6\x05\x44\x3b\xd0\xf3\xf2\x20\x80\x9e\xc3\x0d\xdc\xc9\x3d\x9a\x48\x2a\x22\x37\xb3\x13\xcc\xa9\x0a\x87\x8f\xce\xba\x1d\xaa\xe6\x1e\x1d\x29\x0c\xe7\xf6\x69\x82\x47\xf3\xf8\x93\x5f\x77\x7f\x5e\xbc\x6f\xa7\xf1\xfe\x50\x5c\x9a\xe1\x91\x35\xc7\x16\xe3\xfe\x50\x98\x7d\x5e\xc0\xda\x7b\xcb\xc1\x21\xcb\x31\x02\x83\x0e\x57\x4a\x2a\x1a\x03\x21\x43\xf6\xe0\x1f\x3f\x6a\x3f\x74\xf3\x19\x74\xaa\xde\x3e\x5f\x90\x41\x87\x3f\xc9\x69\xea\xfa\x81\xce\xa3\x3a\xa7\x06\x7c\xa6\xed\x9f\x3c\x52\x71\x28\x32\x07\xe2\x8a\xec\x4c\x3e\x7e\x5c\xed\xe1\x4e\xc1\xb2\x62\x9f\xf1\x23\x87\x6a\x97\x8c\xc4\xcf\x12\xca\x63\x4b\xba\xfd\x03\x11\x8c\x3b\xdd\x72\xf2\xd4\xeb\x46\xb3\xdf\xf0\x1b\xc4\x24\xee\x16\xd1\x44\xf6\x71\x1e\x85\xb8\xaa\xfa\x07\xc8\x5d\x1d\x80\xa3\xf0\x9a\xef\x81\x20\x14\xbc\x3a\x9c\x68\x14\x9c\xc9\x3a\xcf\x46\x21\x99\x26\x22\x11\x6e\xf5\x1b\x54\xc3\x79\x64\x70\x05\xb3\x77\xe4\xa8\xd4\xfd\x98\x0a\x1a\x5d\x37\xa9\xaf\x47\x25\x99\x7e\xe6\x2d\xdf\x03\x63\x79\xd9\xfe\x79\x03\x2b\x24\x8d\xe4\xa8\x3c\xb2\xdc\x47\xe3\x9d\x5a\xe2\x7f\x34\x32\xaf\x4e\xe2\xd1\xb0\xff\x24\xa7\x06\xcd\xb2\xd3\x43\x87\x59\xb6\xd8\x15\x76\xa4\x03\xb8\x47\x46\x98\x1a\xfe\x82\xca\x88\xcf\x0f\xd4\x16\x9a\xce\x54\x62\x9a\x5b\x81\x43\x3f\x03\x23\xee\xfc\xac\x10\x1c\xc2\x7c\x86\x8c\xce\x25\xd4\x31\x35\xfa\x80\x0b\x9a\x5f\xc0\x19\x12\x6e\x20\x17\x4c\x5d\x40\x45\x19\x9f\x06\x52\x28\x68\x66\xb2\x64\xac\x2e\xfa\x63\xe4\x7a\xa8\x4d\x22\xb7\xf0\x17\x68\x52\xaa\x9f\x31\xc8\x13\xe6\x1a\x46\x2c\x6d\xe1\x1f\xa8\x57\xf1\x82\x41\x85\x68\x9f\x9c\x91\x2a\x44\xcf\x0c\x72\xdd\xd8\x23\x66\x04\xe5\xa3\x57\x83\xd0\x4b\xe8\x6e\x10\x6a\xe9\xec\x1b\x81\x64\xbc\xcb\x3d\x22\x03\x57\x73\x07\x1c\x84\xff\x87\xe7\x87\xd7\x2e\x90\x38\x5d\xc6\x83\x31\x49\xb1\xbe\x9f\xf4\xd5\x97\xfe\x63\x4c\xd8\xbf\x3c\x02\x54\xf8\xb0\x37\xc2\x98\xcc\xc2\xa1\x0e\x12\xb8\x55\xbf\xc0\x4a\x8e\x1a\x11\x72\x67\x3b\x24\x6e\x4c\x8e\xd0\x0d\x60\x57\x7c\x08\xc0\x19\xa4\x2b\xc9\xa0\x25\xd8\x33\x86\x74\x89\xca\x4e\x11\x63\x25\x6f\x69\x0a\xe0\xfe\x65\x63\xf5\x58\x08\x6d\x32\xa7\x2c\x44\x06\x7c\x1a\xa4\xe6\xf8\xd3\x23\x4d\x15\xa2\x70\xf1\x92\x21\x84\x33\xe8\x6f\xbe\x45\xfc\xe5\x44\x1a\xa9\xd8\x94\xa2\x79\xec\x30\xbf\x84\x9b\xa3\xa7\xb8\x29\xde\x29\x44\x3f\x6f\x60\x15\x7d\x7e\xec\x14\xdd\xe6\xdd\x03\xcb\x6a\x36\x41\xbd\x57\xd5\x2b\x8c\x71\x50\x33\xea\x59\x3b\x50\x4a\xd5\x67\xd6\x91\x5d\x8a\x86\x03\x8a\x65\x6f\xb8\x93\x17\x29\x21\x9e\x01\x10\x66\x93\xf3\xa0\x87\xba\x27\xe9\xe4\xfe\xf3\x20\x4e\x94\x7e\x11\xbe\x1e\x27\x0b\x11\x88\x35\x4f\x0a\x22\x6f\x16\x84\x60\x15\x0b\x05\xa6\xbd\xb1\x3b\xee\x60\x49\x90\x69\xa2\x81\xca\x6c\xf5\x1e\x89\xca\x7c\x52\x5c\x24\xda\xcf\x94\x1a\xde\x1f\xd7\xc0\x0b\xa2\xe1\x05\x5d\x75\x93\x55\x61\x5c\xc4\xfc\x9e\x17\xa8\x28\xed\x6e\x31\x2e\xd4\xe0\xb0\xe0\x02\xa4\xb2\x75\x78\x5c\x70\x43\x35\xbb\xdf\x94\xf9\xde\xd1\x2f\xe6\xea\x36\xd4\x8e\x9b\x81\x06\xa2\xe0\xc6\x8d\xdc\x02\x1e\xb6\x60\xdb\x61\xc7\x9d\x4b\xed\x17\x02\x2f\x88\xdf\x6f\x9e\x8e\x96\x31\xc8\x6c\x68\x9b\xe6\xb8\xa9\x0b\xf4\xc4\xdf\x39\xcf\x1a\xf4\x8b\xd1\xaa\x8a\x96\xc5\x60\x2a\x43\xc7\xeb\x8c\x87\x62\xc5\x0c\xf8\xe0\x44\x90\xbe\x65\x20\x99\xcf\xe7\xa4\x7b\xa8\xf1\x11\x92\x1c\x70\x8a\xfb\x70\xf0\x93\x13\xaf\x61\xc1\x6f\x7e\xfa\x08\x79\x92\x48\x51\x0d\xa7\x37\x6b\x4b\xe2\x97\x44\x0e\xfd\xb0\x01\xf4\xfb\x85\x86\x16\xab\x9e\x93\xa6\xa9\x1f\x30\x93\x9f\x16\x27\x9e\x37\x3d\x23\xc0\x27\xdc\x40\x6e\xec\xd0\x0f\x07\x83\x46\xf4\x4c\x3f\xd2\xae\x67\xea\x37\x64\x17\x8b\x84\x64\xd2\x50\xc6\x46\xa0\x28\x01\x1e\x1b\x35\xf9\x52\xb3\xc6\xc6\xbb\xf8\x74\x1b\x9c\x28\x37\xc1\x5b\xa9\xf6\x7e\x40\x69\xe9\xd5\x0c\x28\x2d\x0d\x7d\x02\xb9\x7b\xec\x82\x1e\xe9\x55\xa7\x4d\x11\x85\x13\xe7\x0f\x88\x7c\x74\xd4\x06\x9c\xe6\x6c\x1d\x8e\xc2\x8b\xc7\x74\x0b\x34\xaa\x68\x1b\x45\xe1\xf9\x2e\x09\x17\xac\xd9\x3a\x4d\x45\xa5\xdc\xd7\x4e\x8a\x4a\x1b\xa2\x38\x24\x2a\x59\x46\xc7\x73\xa4\x52\xd0\x5f\x10\xc7\x68\xa6\xe0\x8c\x5f\xec\x6a\x1c\x95\xeb\x61\x16\x01\x42\xb3\x81\x29\x1a\xd7\x47\xb8\x3d\x12\x6e\xe9\x40\x0f\x56\x65\x0d\xb7\x00\x1e\x2a\x7e\x26\xda\xd2\x6e\x8c\x96\x23\x57\x93\x3d\xfb\xd0\xfa\x74\x6e\x60\x09\xad\x80\x5a\x6d\x96\x3f\xb9\x30\x04\x74\x6e\x36\x9c\x46\xcf\x7d\xe3\x1f\x72\xd0\xfa\x01\x3a\xb4\x21\x89\x14\xa3\xfc\xf7\xbf\x98\x66\xd2\x51\xe1\x72\xae\xc5\x1c\xbc\xdd\x98\x03\x11\x39\x67\x1d\x5a\x0c\x16\x01\xd3\x1c\xa5\x23\x9e\xd9\x01\x8e\x78\x36\x68\xc7\x60\x69\x08\xb3\xe4\xe0\x20\xfc\xcc\xcb\x8e\x99\x21\x28\x56\xbb\x7f\x28\x1c\xa6\x7f\x00\x4f\xea\xda\x11\xac\x86\xe6\x44\x0d\x11\x84\xe7\x12\x41\xc1\xec\x39\x76\xfb\x0e\xd8\x7b\x67\x71\x93\x0f\x9e\x35\x0c\xd8\x7f\xc3\x79\x11\x22\xdd\xe1\x05\x35\x02\xe0\xc7\xc6\xda\x00\xf8\x99\xba\xa7\x04\x12\xd7\xd8\x10\x1b\xac\xf4\x61\xb3\x5c\xd0\xe9\xcd\xee\xa4\xb1\x68\xd3\x58\x7e\x83\xf2\x40\xea\xfe\x58\xec\x43\x73\xc7\xe0\x70\x15\x3d\x8d\x40\x9d\x55\x9b\x72\x83\x5a\xaa\xe2\x99\x81\x56\x6a\x16\x8f\x6b\x47\x71\x06\x2f\xe8\xce\x05\x35\x87\xc2\xce\xda\x7c\x7b\x8a\x3d\x0b\x24\xbb\x09\x44\xb2\x7e\x88\xb8\x70\xd3\xf1\xff\x94\x10\xc3\x4d\x72\x9f\xe8\x9c\x8b\x83\x64\xab\x8b\x83\x88\xc5\x4c\x73\x80\x4f\x2d\xa6\x0e\x42\x57\x13\x75\xe0\xf0\x17\x94\x8d\xcc\x53\x63\x0e\x38\xc8\x33\x5a\x60\xf8\xcc\xd9\x5e\x19\x07\xb7\x8e\x05\x3e\x6a\xe0\xdb\xf2\x1b\x27\x2f\xbb\x16\x39\xc8\x17\x6d\xfb\x65\xa4\xcb\xbc\xc5\x39\x21\x8d\x30\x4f\x5c\x54\xc9\x78\x39\x2f\x8a\x07\xc1\xd5\xb8\x72\x58\x7e\x83\x7d\x68\xdc\xc4\x30\xd6\xce\x06\xca\xbd\x5a\x39\x1b\x50\x1c\xf9\xa6\x14\xc0\x34\xd6\x94\xc6\x9d\x7c\x2d\xa2\xa0\x16\xfa\x4c\x3d\xd4\x42\xd3\x07\xe7\x9d\x0c\x23\x12\x6e\x96\xa3\xf3\x07\x94\xdd\x16\x9b\x2f\x68\xa9\x4e\x27\x11\xcc\x5c\x33\xfc\xff\xce\x16\xdd\xc2\xc9\x1f\x4c\x24\x33\x16\xf8\x19\x6c\xef\x93\x14\x6a\x25\xdb\x1e\xe2\xa1\x5a\xc7\x82\x98\x65\xee\x1d\x4f\x16\xc8\xbf\x6c\x87\x91\x48\x17\x38\x4b\xea\x87\xa6\x60\x41\xde\x80\x55\x75\x16\x41\xab\x80\x2e\xc9\x17\xe3\x89\x02\xb2\x76\x81\x9b\x28\x8d\x36\xcb\xe6\x17\x72\x62\x86\x7e\x58\x7c\x63\xd3\x0f\x6c\xd2\xcf\x17\x5f\x28\xfa\x81\x3b\x47\x28\x79\x6e\xdc\x18\x3a\x93\x26\x4a\x61\x58\x03\x36\x11\x5d\xef\xbd\x39\x91\x10\x70\x93\x8d\x63\x6e\x49\x83\xc8\xde\x78\x70\x0a\xf9\xcc\x82\xbd\xd8\xff\x92\x2e\x35\x66\x81\x21\x59\x27\xfb\x64\x46\xe4\xa9\xf3\x63\xa6\x8a\xe8\xf3\x06\x2a\xa9\x98\x60\x04\xe7\xdb\x9a\x3d\xe9\xc6\xaf\xbb\xc8\xa4\x13\xbe\x4a\x71\xc4\xac\x5c\x6c\x09\xe2\x89\x82\xb1\x76\x4e\x9c\x15\xc1\xdf\x12\xed\x33\xb5\x3b\xba\xa3\xcd\x1a\xe4\x0e\xd1\x00\x70\x61\x1d\xdf\xac\x0f\x13\xbb\xfc\x7b\x86\xaa\x26\x7c\x11\x9e\xa9\xaa\x11\x5e\x99\x0d\xc7\x64\xf7\x0b\x41\xaa\xfd\x42\xf2\x97\xdf\x20\x94\xd3\x51\x3c\x1b\xae\xae\x9f\x26\x59\x03\x51\x12\x6a\x76\x3a\x0f\xca\x1e\x35\x13\x5d\x08\xcc\x4d\xe0\x81\xe5\x28\xc8\x09\x23\x9c\x4a\xed\xc5\xec\xc9\x4f\x9a\x9b\xc1\xe5\x31\xbf\x0c\x44\x59\x98\xcc\x41\xf7\x93\xe5\x17\xb8\x7b\x37\xbf\x81\x3c\x54\xc3\x2f\x9c\x50\x1a\x68\x5c\x50\xc5\xc4\xf7\x07\x1c\x5a\x26\x2a\x50\x7b\xe7\xf3\x0c\x48\x2a\xad\xe3\x0c\x78\x30\x7a\xa2\xa0\x37\xb1\xb2\x6e\x22\x35\xcc\x72\x22\x97\x39\x29\x67\xb5\xde\xc8\x63\x67\x85\xe1\x84\xcb\xbb\x3d\x8f\xe7\xcc\x21\xa9\xc7\xc9\x1e\x34\x24\x06\xb6\x99\xa3\x78\xd4\x4b\x73\x3a\x27\xb5\x0c\x1e\xc2\x7b\xf6\x57\xe5\xdd\x8e\x89\xac\xc1\xa5\xfa\x99\x42\x55\x70\x76\xc2\x40\x65\xd3\xcf\x5c\x81\xac\xc8\xa2\x88\x79\x63\x0c\xe4\x26\xec\x55\x56\x1e\xce\x45\xd1\x51\xfc\x03\x95\xb7\x96\x4f\x89\x15\x04\x5f\xe7\x9e\x42\x52\x2b\x09\x0b\x96\xb5\x6e\x33\xb1\x82\x19\x6e\x67\xf4\xa9\xfa\xd8\xc9\xd4\x92\xbb\xf3\xc5\x0a\xc5\x9e\x46\x73\x27\x95\x7e\x26\xd3\x7f\x5e\x40\x04\x96\x73\x11\x4d\x24\xa3\xb1\x16\x6e\x1e\x79\x5e\x69\x26\x8e\xa4\x5a\x93\x7f\x70\x17\x58\xcc\x22\xbc\x7f\x8d\xcf\x27\xd8\x9c\x82\x1f\x13\x2e\x5b\x56\xa0\x4c\x7a\x6c\xa9\xe0\x64\x4c\x58\xb9\x7c\x67\x9e\x74\xd2\xb2\x07\xfe\x44\xc8\xbf\x95\x17\xf3\x48\x06\x50\x97\x54\xb9\x98\xe5\x50\x7b\xc2\x17\xdc\x89\xf8\x3b\x15\x12\x89\x79\xd2\xfc\x3e\xfd\x41\xee\x3b\x11\x7d\xe6\xc9\xef\x37\x30\xb7\x16\xac\x48\x72\x63\x47\x8d\x99\x1a\x16\x81\xac\x79\x26\x47\x68\xa2\x90\x25\x40\x05\x2f\x62\xa2\xd6\xbc\x15\x9c\x33\xe1\x89\x37\xca\xc5\x99\xf5\x6a\xc1\x4f\xcc\x7a\xa2\x79\xf1\x0c\x14\xfa\x9f\x17\xef\xe1\x96\xbd\xc4\x2b\xde\xcc\xe9\x26\x66\xf9\x72\x71\x2a\xcd\xb7\x69\x97\x5a\x7f\xd2\xd8\xcd\x9b\x36\x7f\x5d\x2f\x26\x55\x28\x16\x68\x28\x46\x6f\x63\xf4\x4c\x17\x2f\x4f\xf4\xcd\xc5\x77\x03\x70\xc4\x10\x68\x9b\x0f\x8e\x38\xa5\xd4\x8d\xf9\x50\x86\x7a\xa2\x1f\xce\x8a\xbf\xc8\x49\x10\x0d\x28\xcd\xda\x94\x8b\x2f\x26\xa3\x02\xed\x07\x3e\x91\xdb\x67\x5a\xb2\xc3\x59\x7e\xfa\xa2\x36\x9f\x9c\xa6\x7f\xe3\x58\x2c\xdd\x65\xa7\xaf\x95\x2a\x92\xa6\xe7\xa4\x62\xea\x07\xcc\x8c\xae\x44\x8b\x56\xa7\xf1\x69\x81\x66\x78\x75\x81\xec\xc4\xb3\xe8\x5c\x5c\x48\x6f\x67\xb0\xb1\x08\x46\x74\xa1\x59\x48\xed\x63\x49\xbf\xb6\x9c\xeb\xa5\x1f\xb8\xf3\xaa\xbf\x38\x39\x0a\x37\x89\x13\xcb\x2e\xd5\x8b\xc9\x07\x1c\xe8\xbc\xca\x8f\x6f\xa8\x0d\x1a\x9d\x1c\xe6\xb9\x0a\xe5\xbf\xc8\xa0\x49\xc9\xae\xbc\xab\x80\x29\xa5\x09\x58\x28\xb3\x60\x70\xb8\xe0\x33\x65\x78\xb9\xe0\x21\x5f\xec\xea\xbb\x0a\xcf\x38\xa1\xaa\xf5\x82\x94\x69\x35\xcb\x62\x64\xe0\xf2\x17\xf4\x91\xb7\x67\xd7\x42\xe0\x5f\xd9\x7e\xfe\x01\x93\xa5\x63\x6e\xd5\xe4\x11\x51\x55\x11\x39\x2a\x68\xb7\x10\x18\xd8\x94\x48\x37\x56\x65\x52\x1a\x0d\xb3\xe6\xd4\xa9\x85\x06\xa8\x27\xc9\xb9\x5a\x86\x15\xeb\xb9\xf0\x03\xbf\xd0\x48\xa4\xdf\xe8\xec\x53\x44\xc0\xaf\x3e\x7e\x9f\x3e\x80\xe7\x8a\x9b\x80\x75\xd4\xab\xd5\xb0\x18\xc5\xef\xf3\x30\xd6\xbd\x79\x21\xa9\x51\xb1\x8b\xf3\x42\x9a\xe3\x62\x8f\xe6\xd5\x5f\x39\x66\x29\xb4\xfa\xc6\x17\x34\xfb\x1d\x07\x9b\x64\xcc\x62\x41\x59\x87\x99\x2f\xb8\xe5\x1b\x21\x2e\x44\x2c\xda\xde\xba\x3a\xb7\x8a\x9f\x27\x89\xd4\x62\x51\x8d\xb3\x4c\xc2\x85\x00\x46\x31\x3a\x80\x97\x4d\x33\x0b\x5e\xf8\xd3\xff\x0f\xae\x84\x08\x82\xab\x93\x63\x38\xd7\xe8\xd8\xcc\x9a\xa5\x41\x7c\x59\xfd\x02\x6a\x5b\x7a\xad\x47\xf2\xb8\x7b\x38\x38\x66\x8d\x61\x30\xc3\x9e\x5e\xa0\x2f\x52\xd1\xad\x6b\xc1\x95\xc8\xea\xca\x05\xd7\xa1\xb0\x67\xdf\x0a\x0e\x5a\x2b\xc5\x1a\xf4\x76\xc0\x5e\x91\x12\xc5\x7d\x70\x37\x5b\xc4\x50\xed\x22\xe1\xbb\x60\xe3\x72\xf2\xc8\xc5\x32\xf6\xcd\xff\xa3\x52\xbe\x8e\xa8\x05\x13\x96\x7d\x39\xd6\x24\x49\x9a\x27\x66\x24\x5e\x26\x09\x49\x91\x5c\x7b\x3f\x16\xb0\x9d\xaa\xb1\xc7\x9a\xc8\xeb\x6c\x56\x78\xb1\x5d\xb5\x09\x6a\x2d\x32\xd7\xf6\x27\x8d\xdd\x42\xe8\xe3\x27\x8f\xe1\x5a\xc0\xd7\x16\x99\x2b\x85\x95\x96\x05\x4a\xa0\xb6\x3c\x45\xf4\xe8\x5f\xa6\x98\x46\x31\x4b\xa3\x95\x43\xd2\xa0\xe1\xaa\xe4\x73\x7e\xd1\x8a\x55\xa4\xca\x58\x74\xb6\x77\x0b\xf0\xb5\x9f\x3e\x4b\x88\xeb\xec\xe5\xbc\x76\xde\x1a\x85\x4f\x17\x81\x9d\x05\xf9\x4e\xee\x2a\x7e\xe1\x45\x48\x3e\x24\xd7\xce\x4d\xeb\x2d\xf7\x02\xbb\xea\x0c\x43\xeb\x40\xae\x72\x6f\x39\x38\x37\xf9\x88\x5c\x07\xc1\x68\xf3\x0f\x39\x2f\x5a\xfb\x23\xd7\x5a\xc3\x62\xa1\xfb\xe6\x2e\x6e\x2c\xb5\x3f\x78\xa0\xfc\xd4\x20\x50\x41\x42\x15\xe4\x62\x11\xc4\x59\x74\x9d\xdc\x21\xba\x91\x2d\x3a\x2b\x39\xd3\xc3\x3a\xb9\x2d\xcd\x8f\xac\x21\xf6\x11\xd2\xc8\xed\xe4\xf0\xdb\xc5\x02\x11\xce\x00\xbb\x60\x29\x73\xaa\x87\x75\xe6\xc4\x69\x62\xa0\x45\xfa\x50\x79\xd1\x2b\x5e\xa3\xb8\xf2\x64\xf1\x0f\x1d\x5d\xaa\x45\x3a\xf3\x17\xe9\x8c\x16\xcb\xdd\xbb\xcb\x2b\x69\xf2\x0b\x3c\xef\x3e\x4d\xf2\xbc\xf3\x72\x5f\xf4\xd0\xd3\x0b\x34\x8d\xd9\x59\x7a\xc1\x34\xb6\x2c\x92\x51\x12\xac\xd8\x15\x7a\xdd\x5c\x6f\xb7\xc0\x14\x6e\x7e\xe6\xf9\xa8\xeb\xcb\x42\xe0\xa4\x2d\x00\x0b\x40\xef\x73\xfa\xc1\x5b\xc9\x71\x6e\x0b\x6a\xa7\x35\x3e\x0d\x1c\x1c\x84\x49\x38\xd1\x82\x5b\xe4\xe5\xc4\x5f\xa0\x02\x6b\xb3\x44\x7c\x28\x0b\x74\x71\x58\xd4\x22\xa9\xca\x56\x2c\x00\x3b\xdb\xeb\x16\x5d\xf3\x37\x1d\x77\x3b\x60\x9b\x6f\xec\x3b\xb3\x3b\x38\x33\xc7\x0e\x07\xa4\xe6\xf4\xb8\x3b\xf4\x4c\xd5\x00\x75\x47\x09\xd6\x62\x4f\xf6\x1d\xb6\x2d\xcb\xbc\x1d\x7a\xa7\xe6\x84\xba\x3b\x13\x1b\x17\xdd\x90\x77\xd4\x68\x35\x08\xdf\x13\x0a\x6a\x1c\x3b\x1c\x90\x2c\x94\x76\x40\x43\x87\x00\xee\x2c\xd1\xea\x74\xba\xfb\xd6\x50\x82\xc9\xcf\x94\x73\xba\x74\xed\x1b\x6a\xdb\x87\x5b\x40\x32\x06\x6d\xce\x3d\xa1\x61\xf7\x0f\xa8\x9b\x33\xfd\x8c\xeb\x8c\xf3\xf3\xee\xf0\x4e\xf2\x4e\xda\x0b\xcf\x12\x8d\xa1\xe4\x6a\xa9\xcb\x92\x13\xa7\x79\x29\x3c\xc0\x24\x11\x76\xfa\x1a\x39\xfb\xee\x0e\x63\x57\xad\x7e\xe6\xee\x14\x24\xde\x59\x76\xc2\xae\xa8\x3b\xca\x4e\x7c\x96\xaf\xb2\x7a\x8f\xa8\xaa\x60\x5b\x8f\xa2\x12\x5a\x74\x37\xc0\xd5\x13\x17\xee\x35\x19\x59\xeb\x0d\xe7\xa4\x77\x79\xff\x70\x22\xed\x30\x9c\xd5\xe1\xfe\xa9\x38\xd0\x1c\x20\x9b\xc4\x67\x21\xa9\x0b\xd3\xc6\xdd\x61\x46\xb3\x05\x72\x87\x5b\x93\x13\x58\xec\xa8\xd6\xf5\x99\xb1\x96\x32\x52\x13\x90\x90\xd1\x1c\xde\x68\x52\x12\x45\xa9\x3b\x93\x32\x6d\xa7\xee\xcc\x2e\xca\x3b\x9c\xef\xbf\x2d\x9c\x6c\xd2\x4d\xc0\xf9\xdc\xcc\x05\x2f\xa7\x22\x3d\xc4\x9e\xba\x35\x11\x0d\xe7\x7a\x3b\x20\xef\x9d\xc2\x46\xf8\x6e\xef\x94\x99\xba\x0b\xed\x9d\xcb\xa6\x69\xe8\x3c\x21\xbb\x9b\xa4\xde\x52\x02\x6c\xef\xc9\x4b\x22\xa2\x53\x21\x23\x84\xbf\x0f\x4c\x6d\xf5\xc6\x1d\xf4\x06\x57\xa7\x23\xc9\x52\x13\x09\x03\xa5\x06\xda\x07\x67\x46\x03\x49\x6d\x9d\xe0\xcd\xce\xe0\x4b\xef\xaa\x91\x54\xa9\x0f\xf8\x45\x39\x9f\xeb\x1e\xac\x08\xa2\x16\x83\x1b\xd9\x1b\x15\xa9\x9d\x1d\x9b\xb9\x07\xcf\xe5\x4f\x0b\xa4\x49\x13\x41\x6b\x5d\xb8\x01\xc8\x16\x6f\xa1\x04\x89\x5e\x0d\x94\x04\xb3\x1f\xfe\x3e\x73\x8f\xa9\x87\x89\x64\xfa\x42\xae\xfb\xe4\x41\x6d\x9a\x50\xea\xc2\x51\x5a\x3b\x2a\x5d\x6c\x32\x28\xec\x48\xb6\x19\x4e\x84\xbb\xc3\x13\x6a\x0d\x13\x0d\xd7\x27\x27\x67\xdd\x53\x67\x68\x96\x9a\x94\x1d\x26\x62\xf1\xb6\x2c\xcc\xbf\x27\x72\x34\xd7\xa1\x9c\xac\x43\x90\x77\x80\xc5\x58\x6e\x81\x5b\xc7\x33\x83\x7c\x9c\xcb\xfb\x00\xee\x52\x4e\x9c\xba\x2f\x30\xa5\x2e\xbe\xfb\x22\xd1\x9a\x86\x95\x33\xab\x51\xb1\x8a\x85\x8e\xa7\x9d\x91\x9d\x9f\xb5\x62\xe0\xe6\x67\x71\x76\x2c\xa6\xd7\x66\x67\xd2\x51\x8d\x89\xe9\xb5\x8a\x4f\x06\xa4\xd3\x72\x00\xfb\x8e\x6c\x5a\x06\x86\x3b\x4c\x7f\xce\xde\xb9\x1f\xd9\xa3\x66\x1a\x21\x98\x6b\x7c\x7e\xe0\xa8\x45\x23\x43\x32\x4b\xb8\x49\x38\x1f\x79\x1a\xe8\x20\x35\x3e\x3f\x50\x9b\x12\x6e\x12\x47\x87\x80\xdd\x7e\x92\x08\x3f\x37\xfc\xaf\xf7\xa1\xce\x53\x05\xc2\xd8\x4f\x82\x76\xcf\x34\x6c\x83\x0e\x0e\xde\x4f\xae\x84\x66\xe5\xe4\xf5\xec\xd3\xc2\x8e\x0f\x34\x4d\x2c\x2d\xeb\x7d\xca\xf4\x5b\xf6\xa8\xda\x61\x5c\x74\xa2\xc7\xfd\x4c\x48\xe6\x16\x38\x26\x75\x79\xc1\x54\xa3\x2b\xe4\xfe\xe2\xc6\xe6\x00\xba\x1d\x65\xc3\xd6\xe7\x99\x63\xd4\xc2\x50\x53\xe7\xe0\x81\xfd\xc2\x81\xec\x95\x45\x0a\xec\xd5\xff\x14\x6f\xb4\xbf\x80\x31\xec\x58\xb7\xdf\x84\x56\xa2\xf6\x66\xc1\x54\x75\xf6\xc2\xbf\x6a\xab\xc3\x8e\x1a\xb0\x4e\x30\xbf\xdf\x48\xd6\x30\xfd\x3f\x8f\x51\xa9\x47\xf7\x3b\x67\x5c\x6b\x0a\xc5\xdf\x07\x14\xdd\xbc\x56\xf9\x99\x50\x4d\x58\x7e\xbf\x39\x3e\x77\x81\x82\x1a\xe6\x5c\xb8\xaf\x3b\x1d\xde\x9e\xe8\xd0\x4c\xf0\xf0\x0a\x63\xe4\xf6\xd0\xdf\x4b\x3d\x3c\x08\x8d\xf3\x49\xf8\x10\xc2\x6a\x12\x90\x02\xfc\xc3\xb6\x4f\x2e\x89\x1b\x4c\xc4\x2a\x1a\x99\x64\xc3\x79\xba\x76\x84\x82\x3a\xb5\xd3\xf1\xe2\xcd\xee\x04\x7c\x07\x1c\xa9\xdc\xe5\xf1\xc3\x3c\x0f\x3f\x53\x75\x29\x99\x73\xd0\xdb\x5d\x52\xee\x40\xf2\x31\x67\xc9\x38\xe0\xdb\xee\xcc\x4d\x07\x4a\x64\x38\x1f\xdf\xb1\x51\x4d\x29\x02\x90\x8a\x2c\x1c\x78\x73\xc0\xa2\xd9\x2c\x72\x0e\xa4\x1a\xb3\x66\xe3\x80\x0f\x94\xf9\xf0\xd8\x88\xc9\xb4\x35\x0e\x26\x08\x97\xb2\xfd\xa0\x4d\xd2\xb1\x13\x47\x79\xcf\x55\x27\x7e\x3d\x0a\x73\x83\xfa\x39\x07\xed\x0f\xb0\x9d\x87\x9f\x93\xb9\xdc\x05\x8f\x07\x29\x57\x8f\xc2\x0b\xb2\x24\xc4\xc1\xd2\xad\x1e\x77\xc9\xa5\xd3\x0f\x95\x57\x28\x6d\xc8\x23\x75\x88\xd5\x6f\x60\xc7\xea\x6c\x3f\x2a\xb5\x73\x32\x51\x1f\x28\xe1\xef\x24\x6e\x47\xe5\x62\xba\x01\x24\xa0\xd2\x26\x3a\x6a\xde\x88\xdc\x25\xc1\xa1\x54\xd9\x07\x35\x84\x45\xfb\xec\x80\xe1\xd3\xb7\xac\x03\x60\xee\xb3\x9c\x2d\xa7\xce\x2d\x4c\x58\xfb\xdc\x00\x2a\x01\x68\xe3\x1f\xf0\x58\x77\x24\xcc\x81\x14\xe6\xce\xe2\x74\x20\x70\x52\x35\x1b\xe3\xa0\x03\xbb\x65\xf1\xd1\x90\xae\x51\x92\xe3\xe8\xd8\x96\xba\x89\x1c\xd0\x0e\x7e\x1a\x80\xc3\xbb\x7d\xd1\x0e\x66\x40\xdd\xcc\xb1\x88\xa3\xb4\xc3\xdb\x41\x8f\xf8\xf2\xf9\x01\x26\x6c\x4f\x7b\x07\x89\xda\xd6\x07\xd3\x95\xfb\xf8\x38\x06\x05\x81\xd4\x85\xc7\xe0\x2c\x6a\x12\x32\x72\x71\xf9\x0b\x9c\x27\x5e\x87\xc1\x4b\x81\x59\x74\xec\x5c\x7b\x77\x8a\x79\x9b\x7e\x81\x40\xaf\xf9\x05\x6c\x9b\xe9\x67\x60\x01\x5b\xbd\x0f\xba\x5d\xf9\x10\x3b\x82\x05\x9a\xbd\x4f\x82\xc2\x42\x13\x11\x1c\x86\xd6\x8e\x29\x4f\x1d\x7c\x7c\x04\x8f\x6a\x4f\x36\x54\x88\x8e\x1a\x3d\x98\xb5\xd4\x19\xc5\x8f\x99\x3c\x2d\x22\x26\xc3\x0f\xfc\x42\xe0\x3e\xe3\x67\x6e\xc5\xfe\xa7\xdc\xdd\x07\x9c\xb8\xec\x3f\x7e\x4c\x2c\x9d\xb9\x71\x12\x31\x49\xe8\x1f\xc8\xa1\x6e\x67\xec\x23\x51\x9e\xf4\x58\xc7\xe2\x2e\x6d\xfe\x01\x12\xd6\x4b\x89\x24\xeb\xd5\xfc\xb8\x50\x64\x54\x78\xfa\x40\x11\x91\xb2\xe9\x1c\x39\x98\xfb\xcc\x53\x42\x54\xf7\x79\x06\x24\x93\x0e\xf5\x80\x69\xd8\x61\x01\x07\x73\xb0\x5b\x99\x7c\x2c\xb2\x86\x96\x6d\x71\xd0\x6e\x00\x9e\x08\x9f\x06\x30\x66\x6f\xd9\x9d\xf8\xdb\x12\x79\xcf\xb4\x46\x7a\xe6\x3d\xc5\xa7\x0a\xf2\xa6\x7d\x84\xc0\x4e\xfd\x82\x05\x2a\xd2\xa6\x39\x92\xf6\x80\x87\x58\x33\xbc\x39\x8e\xec\x53\x4d\x32\xcb\xbb\xf9\x9b\x66\x60\x07\x3c\x1d\xf0\xa3\x77\x9a\x93\xe3\xe0\xb6\x5d\x6e\x81\x13\xed\xa3\xea\xa0\x68\xd2\x3c\x1c\xc4\x5c\x9f\x26\xa8\x07\xf3\x5a\x41\x63\xe8\x03\xfc\x38\x71\xd9\xf7\x4c\x9f\x24\x4a\x17\x91\xe3\x64\x4c\xb6\xc6\xcd\xbc\x6a\x4e\x56\x7f\xbc\x48\x72\xfc\x3e\xcf\x34\xb9\x8b\x84\x93\x77\x61\xf3\x3b\x90\xe4\x47\xbc\xb1\xf8\x89\x4b\x11\x1c\x27\x59\xdc\x1f\x60\xf5\x97\x49\x20\x47\x6b\x5a\xa0\x3f\x9c\x55\x1a\x8a\x83\xfa\x42\x27\xb0\x3f\x2e\xca\x74\x9f\x9f\x57\x4a\x23\xb7\x91\x44\x68\x22\x12\x3c\xfa\x28\x7a\xc1\xe2\xb0\xc7\xe6\x41\x85\xa1\x79\x12\xea\x3f\x9b\x1a\x8f\x17\xff\x0d\x7b\xe0\x1c\x37\xe7\x49\x34\xdd\x74\x90\x30\x8b\xbd\x78\x6f\xd8\x7f\xf3\xb8\x93\x24\x11\xfd\xc2\xb9\xe6\x7c\xb6\x07\x9c\xc8\x66\x95\xa6\xe3\x78\xa8\x8a\xf3\xc9\xf2\xd4\xb7\x49\x29\xc1\x8e\x07\x34\x58\x14\x3d\x81\x67\x75\xf9\x90\x26\xef\x8b\x87\x6c\x6f\xa9\x9d\xf0\x4c\x42\xf9\xfc\xfd\x40\xf5\xd4\xf3\x46\xa1\xbc\xe9\x07\x72\x54\xf8\x87\x4a\xb2\x97\x7e\xa0\xc4\xd4\x01\x77\xd2\xf0\xeb\x03\xed\xfc\x81\xce\xcf\x17\x74\x2d\x90\xa0\x3f\x7f\xd4\xa4\x37\xbf\x41\x2c\x1c\x7e\x03\xcb\xb7\xf9\x19\x37\x2a\xab\x2e\xce\x1f\x37\xb0\x0e\xc5\xf3\xc5\x79\xc3\xde\xaf\xe7\x8b\xf3\x9a\x33\xe9\x9d\x1b\x27\xd7\xcf\x0d\xef\xab\x87\x8d\x93\xeb\xef\x29\xe7\x85\x3c\xce\x8d\x2c\xa6\xd3\xe7\x7c\x71\x61\x38\x36\xf9\x7c\x71\xe1\xb0\x5e\xfc\x24\x2c\xb4\x9f\xd0\x99\xd9\xd9\x34\x71\x85\x24\xa9\xc1\x42\xb1\xa6\x63\xfa\x2c\xbc\xf6\x75\x7f\x41\x22\xfd\x42\x72\xc0\x9f\x0e\xa3\xf3\x05\x8d\xc3\x59\x2a\xce\x17\x33\x0e\xeb\xa7\xcf\x92\xab\xe0\x17\x68\xd0\x95\x94\x3c\x13\x22\x0a\x05\x9c\x95\x9e\x6b\xba\xfa\x9e\x89\x11\x85\x24\xce\x9a\x63\xd0\x44\x57\x8c\x41\xda\x96\xb3\xc2\x3a\x30\xdc\x07\x96\xbe\xb8\x45\x14\x70\xaf\xfe\xff\xc5\x5f\x43\xe7\xdf\xd9\xc0\xd2\x12\x79\x67\x1a\x95\x9b\x7f\xc0\x34\x4b\x79\x77\x36\xca\x44\xed\xb3\xb3\x91\x81\x25\xeb\x4f\xda\x88\xeb\xe6\x1f\x4e\x34\xa1\x61\xa7\xfe\x4f\x13\xd5\xb0\xf4\xba\x16\x9d\x9d\x34\xe9\xff\x9e\xf3\x26\xa2\x3b\xb8\xaf\xf8\x99\x4b\x2f\xb4\x74\x76\xec\x7d\xcf\x2b\xd3\xe4\x57\xf3\x67\x9f\x68\x41\xf3\xdc\x29\x23\xbb\x69\x20\x62\xd3\x71\x73\xf6\xdc\x43\xfe\x01\x54\x7b\x8b\x0c\x0a\x07\x4d\x1c\xb2\xde\x4f\xd7\x34\x38\xe9\xcd\x67\xa8\x70\x0e\x0c\xc3\xd2\x63\x40\x8a\xea\x36\x78\x0e\x4a\xf2\xee\x26\x17\x9b\x14\x95\x03\x33\xab\x6b\xcb\x39\x78\x4d\xf9\xfc\x40\xfc\xad\xb3\xfe\xa4\x7b\x5f\xf5\x26\x88\xdc\x67\x9a\x0a\x26\x67\x73\xe0\xd5\xf9\x02\xcb\x6a\x47\xb4\x33\x48\xa6\x86\x91\x96\xe7\xcf\x0f\x10\x50\x76\xda\x39\x83\x5b\x63\xba\x53\xea\x7c\xcc\xd6\x88\xa6\x74\xf0\xc6\x49\xcb\xb2\xc7\x31\x59\x1b\x59\x53\x35\xc1\x95\x66\xeb\x99\x4c\xa8\x71\xb2\x1a\xae\x33\xb9\x9e\x13\x25\x03\x3e\x2f\x20\xbc\xcc\xa3\x9a\x28\x73\x60\xb9\x3c\x13\x70\xeb\x85\x85\xf5\x15\x28\x3a\x17\x22\x86\x85\x36\xce\x8c\x20\xf8\xbc\xd0\x51\x2e\x44\x0c\x02\xa4\xe8\xf8\xec\x73\x01\xd0\x98\x02\x14\x97\x73\x86\x95\x73\xf1\xf8\x31\x4f\x42\x1f\x68\xb4\x7b\xee\x74\x2a\x12\xea\x3a\x77\x48\x71\x8b\xc8\xbd\xe0\x59\x3d\xee\x64\x38\xbf\x8f\x12\xd5\x3a\xe6\xcf\x9d\x58\xc2\x32\x6d\x67\xf6\x06\xf1\xc6\x8e\x6d\xe3\x03\x71\x87\x0c\x6c\x7e\x1f\xd2\xc7\x42\x7d\xbf\xf1\xbf\xa6\xe4\xe0\xad\xd9\x0d\x1e\xa4\x58\x43\x3a\x48\xb1\x56\xed\xc0\x3a\xfb\xec\x3b\x80\x1b\x04\x65\xce\x83\xd6\x16\x6f\x91\x83\xe7\x8c\xee\x0c\x27\xb3\xed\x5a\xe5\x71\x1e\xa0\xd1\xa7\x27\x92\x62\x7c\x58\x91\x39\xde\xac\x54\x39\x4f\x2c\xbc\xcf\xca\x13\x34\xfa\x58\x39\x09\xc9\x2c\xbf\x4e\x6c\x10\x9f\x5c\x67\xf2\xa2\xa8\x06\x0a\x5c\x9f\x0f\x2e\xb6\xf0\x27\x1b\xd1\x79\xc2\xf1\xcb\x73\x96\x36\x68\x33\xce\x45\x02\x35\xa2\x74\x0c\xf4\x16\x67\x42\x8c\x4d\xf7\xa4\xf3\xa2\x86\xdd\x0b\xf7\xa2\xca\xfa\x99\xc5\x04\x95\xc3\x6d\x82\x13\x2c\x24\x12\x64\x0a\xf9\x9e\x17\x57\xc6\xf3\x7e\x41\x56\x79\x43\x5e\xbc\xf2\xfa\xe8\xba\x6e\xec\x50\xd3\x00\xc3\x82\xa0\xef\xc9\x22\xbd\x06\x46\x37\x87\xa9\xef\xe9\x5c\x68\xf3\xdf\x89\x50\x07\xdf\x9c\xce\x54\x32\xea\x42\x70\xde\x44\x52\xd2\x14\x9d\x37\x64\xba\x17\xea\x61\x17\xea\xf2\xc1\x06\xf2\x98\x1e\x1e\x86\x16\xd9\x04\x9d\xe6\x1d\x9a\x9c\x7d\xbc\x3e\x00\x11\x52\x0a\x9d\x19\xc7\xe0\x0e\xa8\x8f\xff\x47\xc0\x95\x06\xe8\xa6\x67\x10\x34\xfc\x4c\x7c\x59\xfd\x03\x8a\x84\x69\x21\x2f\x54\x15\x34\x70\xbb\x7e\x24\xb0\xea\x99\x04\x85\x9e\x51\x29\x40\xac\x79\xfd\x10\xf6\xbe\xb9\xfd\x64\x36\xfd\xb0\xc1\x4d\x55\x73\x7a\x31\x06\x62\xd3\x8d\xe6\x62\xf5\x02\x07\xee\x5e\x1b\xd5\xf7\x02\xc9\xd7\xc6\xf2\xef\x6e\x02\xfb\x67\xf8\x03\x0a\xf7\xe5\x1f\x02\xae\x73\xfe\x60\x62\x90\x6e\x90\x5e\x6b\x9a\x45\x44\x6e\xda\x1e\x7e\x41\x47\xe9\x60\xb1\x6b\x03\x6b\x0e\x93\x4c\xd6\xd4\x61\x70\x6d\x3c\xfc\x25\xdb\x2f\xb8\x35\x3a\x31\xc6\x85\xa2\x86\x4e\x03\x78\x21\x73\xb0\x53\xad\x5c\x25\xc7\x2c\x92\x4b\x8e\xc9\x2d\x12\x70\x88\xdd\x2f\x9a\xbb\xc5\x1a\xd7\x8b\x2f\xeb\x87\xc8\x74\x73\x5c\x7e\x01\xc2\x56\xe7\xcd\xf5\xe2\xcf\x66\x40\x72\x41\x65\x69\x9f\x8e\xab\xf2\xf6\xa2\xe3\xe1\xaa\x60\x2e\xaf\x4b\x26\x8f\x13\x45\x15\xeb\xe2\x31\x40\x41\xe9\xfa\xb9\x17\x7c\x22\x9d\x81\xff\xaa\xbc\x50\x79\x96\x2a\xb6\x97\xa7\x95\xa9\xe0\x1c\x44\x71\xb1\x28\x93\xf5\x89\x17\xc2\x40\xab\xf6\xf8\xc5\x9a\x4c\x3f\x3f\x37\xac\x83\x1b\x20\xeb\x88\xe4\x06\x76\xff\xb4\x47\x20\xa8\x13\xec\x6a\x28\x98\x2c\xd9\x79\x35\x9c\x68\xba\xb0\x5f\x30\x5e\x3b\x98\xf1\x62\xf5\x85\xf1\xe9\x91\xb3\xae\x59\x26\x98\x95\x97\xed\xc5\xcc\x70\x3a\xa0\x2e\xba\x3f\x3a\x28\xf0\xea\xc9\x1a\x5a\xd8\x4e\x17\x12\x01\xea\x8b\x68\x56\x57\xa7\x8b\xd9\xe0\x1c\x36\x78\x25\x7a\xfd\xbc\x41\x08\xde\xdc\x2b\x86\x35\xdd\x07\x3d\x79\x9b\x9b\x48\x96\xff\x93\x1f\xf7\x05\x87\x49\xdf\xa5\xaf\x17\xeb\x56\x9b\xa9\x2f\xa4\x29\x76\x18\xd1\x35\x70\x8c\x7b\x44\x34\x95\x3b\xce\xf1\x62\x09\x09\x4f\xfb\xc8\x21\x6a\x9d\x06\xce\x9b\xf0\x0b\x39\x42\xad\xf4\xc0\x3a\x98\xf9\x22\x79\x4b\x5f\x04\x8a\xeb\x7b\xa5\x83\xdc\xae\x06\x02\x34\x7a\x19\x32\x99\x9b\x58\x27\x06\xb4\x49\x9a\xe3\xa0\x68\xb7\x6c\xa6\xfa\x74\xfa\x99\x8e\x5a\x9f\x1e\xb8\xa3\x7f\xee\x02\x50\x44\xb0\xf8\xa2\x7e\xd5\x95\x31\xaf\x99\xcc\xa2\x4e\x27\xc1\xb9\xe5\xf7\xe4\x15\xd2\x5b\x68\xd2\x20\xeb\x23\x82\x69\x43\xac\x9d\xbe\x98\x0a\xb9\x76\xb7\x01\x50\x65\xc2\x67\xf2\xb8\xe8\x9c\xe4\x69\x51\xb1\x18\xe5\x61\x09\xbd\xb8\xbe\x6a\x91\x5a\x52\xc7\x0c\x5e\xcc\x84\x6c\xbf\xb8\x6b\xe5\x55\x46\xcf\xaf\xec\x70\xec\xec\xb5\xc8\xb0\x9a\x3b\xb8\x51\x3a\x29\xc6\xc5\x88\x9a\x8f\x64\x48\xb4\x6c\x21\xff\xa2\xe5\x61\xc7\xf3\x6b\x87\xd3\xb7\x0f\x2e\x82\x63\x0b\xe0\x1d\x63\x30\x7f\xec\xf4\x95\xb6\xa8\xd8\x73\x0c\xfe\x82\x3c\x28\xb8\x70\x11\x0e\xfb\xe8\x43\x40\xcd\x47\xbc\x21\x9e\xc6\x17\xc0\x8b\xf0\xd8\x02\x74\xc7\x3c\xfb\x08\x78\xe1\xf2\xb0\x27\xfc\x85\xc0\x5b\x6b\x59\x2e\xa4\x9c\x73\xa6\x86\x2b\x63\x6b\x2c\xfe\x0e\x24\x83\x30\x81\x07\xc4\xe3\x72\x83\x84\x4c\x02\x38\xd7\x01\x43\xad\x4f\xf3\x63\x82\x02\xf7\x40\x65\x94\x37\xea\x01\xfc\x30\xfd\xfc\xf2\xb8\xed\x3d\x17\xd1\xb6\x67\x1d\xc6\x7d\x1b\x42\x2e\x78\x79\x1a\xe4\x5d\x27\xb7\xad\x20\xd6\xc5\xda\x59\xbe\x02\x5c\x27\x34\x20\x26\x11\x60\xda\x99\xd2\x2e\xd8\xe6\x9b\x19\x83\x91\x36\xb6\xb5\x5c\x27\x71\xa5\x48\x66\x69\x2c\x27\xb0\xbf\x2e\x48\x33\xcf\x12\x22\x6d\x9a\xd4\x0d\xd7\x8b\x96\x87\x4d\xed\x17\x0b\x57\x78\xd9\x2f\x32\x8a\xcf\xbd\x8b\xb3\x28\x92\x59\x8e\xd3\x6e\xcd\x17\xca\x71\x3a\x0f\xe4\x45\xac\xfc\x21\xf1\x42\x03\x9a\x83\x17\x2a\x0f\x3b\xdd\x5f\x2f\x34\xae\x9f\x39\xb9\x37\xfc\xaf\xef\xe9\xcf\xe9\x80\xc7\x0b\xb9\x4f\x6a\x75\x8f\x77\xc3\x17\x7e\x81\x62\xc4\x60\x20\xd1\xb5\x25\x0f\x42\x75\xec\x53\x7c\x21\x90\xd8\x39\xdd\x2f\x86\xee\xd8\x29\xe0\x4a\xb4\x6d\x29\x81\x82\x5f\x9f\x85\x40\x60\x71\x29\xdb\xdf\xce\x20\x46\xfe\x58\x28\x3d\xc4\x0e\x16\x63\x00\xef\x8e\x33\xb8\x1e\x78\xa7\x1b\xc3\x31\x3f\x9d\x4d\x35\xd7\x93\x14\xfb\x8b\x03\x2d\xfc\xfb\xe2\x46\xcd\x8b\x62\x17\x80\x1b\x0a\x60\x67\xcb\xbd\x81\xbe\x8b\xf6\xdf\xfd\x03\xa7\x68\x83\xde\x3f\x7a\x5f\x89\xe8\xfb\xb7\xf0\x82\x1b\xd8\xf1\xbc\xe9\x19\x14\x88\xa2\x7b\xcb\xed\xa1\x0f\xd2\xb5\x73\xfa\x07\x8c\xda\x24\x6e\x74\xe8\x9b\x6e\x22\xb9\xd3\x3f\x1c\xd0\x53\xb8\x85\x93\xa3\x5c\xfa\x81\xb2\x76\xf8\x07\xd8\xdd\x96\xfb\x80\xa8\xd5\x4a\xdf\xa9\xbb\x95\x54\xb8\x0b\xf8\x51\x82\xeb\x2e\x24\xd2\xff\x57\x3c\x17\x3d\x0f\x04\x68\xf8\x99\x34\x6b\x8b\xde\x85\x9e\xdb\x52\x14\xdc\x4c\xa4\xec\x79\x61\x60\x72\x15\xff\xde\x84\xcb\x0e\x97\xbc\xe9\x2c\xba\xfc\x4c\x75\xad\xb0\xe2\x5d\x49\xb4\xba\x00\x3c\xb6\x83\xea\x0d\x78\x5c\x1c\xd4\x79\x03\x1f\xdb\xdf\xf8\xae\x74\x53\x0b\xb7\x10\x78\x41\xf3\x54\xb1\xfa\xc5\x3d\x62\xf5\x75\x6f\xb9\x2b\x56\x5f\x9b\xf4\xa6\x72\x77\xf9\x7b\xa8\x2e\x74\xb2\xdf\xf0\x06\x2d\x0e\x22\xbd\x1b\x22\x5d\x4d\x11\x94\xb9\xf6\x6f\xbe\xd3\xfd\x53\xc0\xf1\x4e\xed\x6e\xb8\x85\x81\x2f\x34\x4b\xe9\x31\xe0\x69\x43\xc4\x50\xb3\xee\xf5\x6e\x94\x65\x7e\x3e\xa8\xdc\xd0\x33\x82\x6f\x74\x8a\xde\x28\x7a\x5a\x1c\xdf\x79\x77\xee\x32\x4f\x4b\x47\xe6\x34\x0f\xbb\x37\x94\x0e\xd6\xb0\x3b\xc3\x4c\xfc\x3e\x68\x16\xb6\xb8\x3b\x91\x9a\x87\xdd\x21\x4e\x05\xea\xef\x0e\x71\x6a\x12\x7b\xce\xa3\x7a\x7c\xf1\x6d\x38\xeb\xfb\x3d\x68\x7c\x17\x58\xb8\x13\xd0\x9a\x39\x06\xe7\xcd\x2f\x70\xe9\x45\xf3\xc0\xd2\x57\xbf\x8f\xa5\xaf\xee\xf1\x78\x7b\x34\xfb\x0e\xa8\x27\x85\xa8\xef\x54\xec\x2e\xff\x90\xec\xab\x16\x01\x80\x5d\xa0\xf9\x0e\xde\x33\x3e\x3f\xe4\x5a\xfb\x07\xda\x43\x04\x58\xef\x20\x91\x9a\xb7\x00\x3f\x7a\xe2\xe3\xc4\xb3\xdf\xc7\xbc\x0a\xef\xdc\xc1\x6b\xb3\xb7\x54\x40\x50\x78\xa5\x18\x0b\xfe\xe1\xe0\x89\x7b\xb3\xe5\x23\xf4\xbc\x76\xc4\xbb\xe7\xfe\xdf\xff\x3e\x78\xe5\x9e\xa0\x40\x87\xff\xcd\x58\x70\x9b\xdb\xef\x89\xa5\x15\xde\xb8\x11\x30\xf4\xd9\x01\xd0\xea\xda\x8d\xe7\x4e\x07\x81\xf5\x27\x9b\xd0\xbd\x20\x12\x74\x09\xb9\x57\xb2\x81\x7f\x00\x1b\x78\xd9\x32\x5c\xc8\xbc\xcc\x24\x32\x55\x73\xfe\x40\x68\xb8\xe6\xc5\x53\x81\x1d\x04\x67\x1e\xca\x08\x6d\x9f\xa7\x72\x7b\xe9\xc2\xf9\x30\xf9\x65\xd5\x4d\xe8\xa9\x84\xf3\x9f\x1f\xb8\x2c\x12\xaf\x4f\xca\x0d\xed\x98\x87\x15\x7a\x1c\xf5\xff\xb0\x42\x8f\xed\xd2\x0f\x2e\xda\xf6\x21\x78\x1a\x81\xa3\xff\xa7\x16\x55\xc0\xee\x81\xcd\xc6\x96\xf1\xa7\xa3\x01\x5d\x53\x1e\x58\x64\x6c\x82\x7e\x3a\x5d\xb2\x3c\xae\xce\x63\x49\xbb\xf4\xe9\x39\x2e\xfd\x00\x8b\x4b\xb7\xd9\xfa\x19\x04\x31\x1e\xc6\xe0\xbd\xa4\xfa\x07\x6c\xcb\xf0\x17\x28\xbf\xa2\x6d\xfa\xb0\x0e\xe1\xe7\x7d\x1e\x85\xd3\x2f\xdc\x30\xf0\x6b\x18\xc1\x34\xe9\xfa\x3f\xc8\xe1\xd3\x2f\x10\x4c\x6a\x9c\x01\x2b\x81\xa7\x1e\x71\x7d\xcd\xeb\x1b\x98\x17\x09\xe4\xe7\xdd\x93\x9f\x68\x91\x67\x82\x05\xb5\x89\x1f\xee\x18\x9d\x39\xcf\x44\xda\x75\x1d\xb5\xcf\x04\x47\x6a\x4b\x3e\x93\x33\xa0\xfe\x26\xfb\x13\x7d\xef\x8e\xab\x8e\xf4\x7a\x66\xae\x8b\x3f\xc0\x16\x34\x03\x4f\x1e\xb4\xd5\x14\x20\xc7\xe2\xa7\xc7\xe4\x36\x75\x41\x2f\x9d\x2a\x59\xf6\xac\x5c\x48\xff\x00\xe6\x91\x98\x78\x16\xc1\xa8\x20\xf7\x83\xfb\x65\xd8\x90\xf0\x2c\x6c\x13\xf3\x06\x0b\x10\xd6\xe5\x17\x20\xab\xcc\x5e\x0b\x82\xc2\x9b\x64\x87\x43\xae\xf9\x77\xe7\xcd\x7b\xfa\x07\x4c\xb4\x79\x8b\xf9\x18\x7e\x6e\x20\x79\x4d\x13\x85\xb8\xbd\xd0\xb1\xf6\xb0\x44\x4e\xf1\xff\x84\x9f\xd5\x3d\x90\xd9\xbc\xa9\x76\xd2\xe8\x67\x88\x53\xf3\x16\xac\x27\xbe\x5f\x3e\x47\x63\x8b\x9a\xb7\x03\x8b\xef\x31\xf0\x7a\x67\x6e\x86\x79\xc5\xe2\xf7\x39\xb8\xe7\x24\x7f\x1f\x38\x6b\xfb\x98\x7b\x60\x2c\xe9\x76\x1c\x78\x4e\x1e\xde\xba\x1c\x3d\xc8\x31\x5e\xcd\x7f\x27\x45\x8b\x77\x08\x7d\x66\x1c\xb7\xf7\x9c\x58\xba\xe5\x26\xe1\xc9\x2c\x74\xf9\xc0\x97\xba\xdb\xf9\xe0\x61\x46\x70\xa7\xb8\x7a\x2e\x6a\x0d\x35\xcc\x0b\xec\x63\x6e\xe1\x05\x4e\x87\xc4\x73\xd1\xb3\x52\xc7\xc8\x73\xe5\xb0\xf4\x05\x6c\x0f\x4e\x6b\xf1\xf0\x82\x65\x6e\xc2\x7d\x6a\xda\xaf\xf1\xb9\x69\x5a\xfb\xf9\x0d\x4c\xbd\xd7\xf2\xce\x61\x6b\x98\x70\x89\xb1\xfe\xf7\xc1\x75\xa9\x8f\x3f\xd5\x17\x7f\x90\xa4\xa9\x5b\xd9\xfb\xc0\x5f\xc6\xd5\x7a\x1e\xb8\xcb\xcc\xe6\x2d\x05\x77\x19\x6b\x8f\x9f\xf7\x36\x34\xac\x96\x7c\x50\xc8\xa6\xdb\x72\xf0\x3c\xc8\x5d\x25\x98\xf6\x3c\x5c\x96\xec\x71\xfe\xde\xcb\x51\x55\x92\x84\xf9\x7b\xef\x46\x4d\xa6\x90\xf9\x43\xec\x5c\xd3\xa5\x76\xfe\x7e\x28\xfa\xf5\x0f\x5f\xcf\xdf\x7b\x79\x1a\x52\xf9\xcd\x1f\x4c\x17\xf2\x74\x9a\x3f\x98\x2e\xca\xa7\x03\x9a\xd5\x96\x7f\x98\x1c\xa3\xbf\xd8\xf9\x83\x9b\x3c\xd0\x84\x5f\x00\x7f\x7f\x68\xe4\x91\xb2\xfc\x01\x79\x6d\xf3\x1b\x14\x5e\x4d\x4d\xbc\x37\xb2\xa2\x24\x2a\xf3\xb7\x51\x76\x6d\xa2\x0a\x17\x32\x29\xfd\xe6\x6f\xe3\xb5\xa1\xf9\x87\xc6\x2f\xd4\xe9\x46\x9b\x8d\xbb\x18\x1c\x86\xbf\x08\xe8\x7d\x44\x14\xec\x17\x4a\x86\x35\x7f\xcc\x1a\xa5\x18\xd2\xf9\x63\x3d\xe7\xb1\xd4\x24\x2e\x64\xe5\xa7\xb5\x28\x49\x83\x5f\x60\x71\x26\xaf\xce\x7b\xe3\x1a\xca\x9f\x35\x7f\xbc\x60\xb5\x9f\xfa\x60\xa6\xc9\xd2\xd4\x26\x82\xed\x66\xfb\x89\x43\x78\x61\x1a\x9a\x19\x7a\xbb\x94\xae\x36\x2b\xcd\x90\x4d\x03\x41\x2d\x42\x1d\xbf\xf3\x57\x53\xcc\xbb\x0f\xea\xa3\x96\xc8\xac\xc9\xb6\x22\x0b\x77\xa8\xe2\xe5\x60\x6a\xca\x9f\xf9\x16\xb9\x29\xe5\xfe\x3b\x7f\x95\xe3\xe8\xfe\xe1\x41\x0b\x7a\x66\x32\x71\x05\x4b\xce\x5f\xcb\xcd\x2f\xb2\x5b\x0e\x4c\x74\xe3\x16\x55\x3c\xbb\xef\x1d\x69\x14\xaf\x78\x07\x8f\x78\xb2\xe1\xb3\x2c\xe7\x85\xf9\xeb\x9c\x7c\x0d\xaa\xf3\x7b\x8d\xa1\xc3\x74\x6a\xb6\xed\x24\x59\x04\xc1\xc7\xb9\xff\x3e\x3f\x6c\x50\xa7\x6a\x4c\x83\x04\x68\x5e\x47\x8e\x40\x14\x8f\xe4\x41\xbf\x01\x92\x8a\xd6\x6e\x90\xe7\x4c\xf3\x80\xf9\xa9\xaa\xcb\x17\x19\x0d\x5d\xf3\xe6\x2f\x72\xa3\xa8\x45\x28\xe4\x75\x79\x9d\x3f\x28\xe4\x75\xbd\x9e\xbf\x80\x32\xd3\x3d\x06\x45\xec\xe7\x07\xcc\x72\x11\xcd\x2f\x94\x2a\x8a\xa6\x98\x3f\x5c\x67\x74\x0d\x9c\x3f\xf8\xa9\xcc\x66\x9e\xc6\xfd\x45\xd7\xbe\xf9\x0b\x38\x4f\x99\x61\x71\x7d\xd1\xe9\x37\x7f\xa9\x9e\xef\xfa\x60\x42\x84\x15\x8d\xf9\x05\x5f\x43\x7e\x92\xf3\x37\x49\xa1\x86\x8c\x5c\x57\x75\x8a\xa2\xc9\x1b\xd8\x72\x83\xeb\xbf\xff\xd5\x32\x35\x07\x2f\xfa\x6a\xb2\x6f\xcd\xdf\x0b\xbe\xaa\xe0\xe8\xfc\xcd\xdc\xe8\x22\x11\x9a\x79\x81\xe6\xf9\x83\x66\xbe\x2d\x35\x08\x27\x14\xe5\xa1\x99\x3f\xea\xe5\x9b\xb9\x1d\x40\xea\x45\xcc\xff\xf7\x31\x34\x7f\xd0\xda\xeb\x1e\x31\x7f\x44\x5d\xcd\xbb\x0f\x6a\xfb\x6e\xc1\xb4\x28\x5f\xbd\xc8\x4c\x7b\xe5\x19\xdc\xa1\xb9\xf4\x0c\x12\x65\x35\x6f\x1d\x64\xc8\x6c\xdd\x1f\x50\x70\x99\x8d\xa8\xb6\x6f\xde\x7c\x4c\x97\x30\x45\xc3\x8b\xbb\xea\x67\xca\x90\x2d\xa1\xff\xcc\xa9\x3b\xc4\x6b\xf5\x07\x60\x93\xea\x06\x11\x84\xeb\xdd\x99\x6a\x7a\x35\x78\xc0\x1a\xe6\x0e\x00\xcb\x36\xb7\x77\xf0\xdc\xf2\xf6\x3f\x32\xeb\x8a\xbf\x40\xb2\xfa\x26\x8a\x00\xa2\x04\x04\xe7\xef\x04\xdf\x59\x86\xd1\x71\xb9\x99\x04\x14\x84\x56\x40\xc2\xfc\x25\xe8\xf2\xb4\x51\x8b\xfe\xb3\x2c\x06\xea\xaa\x9f\x2f\x72\x7f\x8b\xd5\xe0\x86\xa2\x40\xf7\xf9\x3b\xa9\x80\x58\x6a\x92\x09\xaa\x14\x41\x3b\x7f\x17\xb5\x4d\x46\x00\x57\x92\xe9\x4f\xb0\x3f\x3c\xce\x0b\x3b\xb6\xfa\x03\x30\xa3\x89\xba\xc8\x6f\x1a\x26\xf4\xe4\xc5\x3b\x1e\x2e\x25\xc3\xdb\x25\xf3\x6b\x5a\xb6\xb3\x0e\x8b\x37\x24\xd2\x59\x7d\x04\xeb\xcd\x0d\xec\x06\x28\x06\x2d\xb4\x90\x85\x60\xa9\xf8\xde\xfc\xdd\x3c\x3e\x8c\x29\xe0\x53\xf2\x39\xee\x99\xd2\x3b\x2c\x7b\x1f\x9c\xc5\xde\x13\x4f\xce\x9b\x46\xf9\xd0\xc6\xe7\x03\x07\x39\xbe\x3f\x54\xd2\x0d\xa5\x79\x17\x31\xa7\x95\xc2\x80\xe7\x0f\x39\xad\x56\x18\x3c\xc1\xfb\x39\xcc\x72\x0f\x59\x6e\x88\xa9\x81\xff\x56\x18\x3b\xd1\x55\xa5\x79\x63\x3d\xd8\x16\x66\xd2\x87\xae\x22\x6e\xf2\x66\x0b\xff\x9a\xdc\xe8\x1d\x2d\xe9\xb0\xc1\x79\x65\xa9\x8c\xe0\xdc\x90\x3c\x41\x55\xcc\xe6\x06\xdf\x68\x2f\xdf\xf6\x43\xde\xbd\xf0\xff\xc8\x16\xf6\x4f\x2b\x3c\x37\x68\xd3\x8d\xcd\xb6\x17\xff\x15\x29\x3e\xe6\xf6\xa3\x01\x76\xb8\xc3\x8b\x63\xd2\x1b\x5b\x4a\x0f\x75\xb1\xe5\xc4\xf9\x87\xc9\x37\x42\x3f\xc0\xb9\x44\xeb\xbb\x6d\xe0\xc9\xe6\xff\x79\x87\x1a\x6e\xe1\x66\xa7\xfa\x82\x39\xb2\x14\x95\x3b\x37\xa8\xc3\x8d\xa4\x36\x56\x26\x6c\xee\x93\xfa\xf0\x26\x31\xb9\x15\x8e\xdc\xcf\xa8\xca\xa7\xf4\x2b\x73\x4b\xb8\x56\xdc\x26\xd8\x52\xfb\x7d\xab\xc9\x96\xea\xa3\x22\x12\xcb\x8b\x81\x3a\xd2\xf5\xf3\x9c\x4c\xa7\xd9\x7e\xb1\x58\xb5\x28\xdf\x12\x8a\x99\xc8\x9a\x33\xe1\x1f\x38\xfd\xe6\x88\x17\x7b\x0d\xa3\x8e\x8d\xfe\x20\xba\xa9\xcd\xad\x51\xc1\xf6\xa7\x5b\xd1\xdc\x08\xbb\x04\xc3\x36\x16\x0e\x2c\x66\x98\x96\x24\x6a\x56\xe0\xfe\x61\xec\xb7\xb1\x20\x8b\xbc\x7c\xe7\x06\x6d\xb5\x32\x70\xcf\x0d\xd9\xad\x64\xf5\x9a\x5b\xc7\x66\x16\x22\xd8\x98\x05\x54\x51\xa1\x73\xeb\x58\x5b\xc1\xa4\x0d\xca\x6c\x23\xb3\xad\x77\xe4\x96\x14\x45\x3d\x19\xd0\x2f\x60\xe1\xfe\x29\x84\xe6\x36\x52\xa6\x89\x04\x56\xe6\xfb\xbe\xc1\x33\xbd\xfa\x0d\x78\x9a\x56\xbf\x40\xb7\x61\x53\x3d\xb8\x0e\x22\x82\xca\x65\x55\x75\x9c\x5b\x30\xcf\x84\x88\x0a\x0e\xdb\xcf\xdc\xda\x82\x56\x5b\xe0\x84\x92\x4c\xdb\x22\x97\x42\x34\xc5\x04\xf7\xf8\x05\xf8\xeb\x7a\xa9\x82\x66\x05\xcd\x1b\xd2\x0e\x4c\xcb\x82\x09\x78\xe9\x5d\x36\x09\x2f\xcd\x5b\x50\x94\x7d\x36\x19\x14\x65\x16\x91\xdb\xe4\x15\xc8\xb3\x32\xc9\xe0\xd5\x4d\x52\xaa\x86\xb8\x11\xba\x32\xcb\xcc\x6d\xe2\x78\xb2\x78\xa1\xae\x4c\x75\x24\xe7\xc6\x80\x35\xc5\x18\xcf\x6d\x12\x3a\x68\x5e\x17\x77\xa1\x00\xd3\x46\xfc\xe6\x69\x5a\x38\x90\x86\x3f\x48\x9a\x44\xe4\x22\x98\xd0\x91\xb5\xbd\x00\xae\x76\x0b\xc5\x95\x44\xb9\x49\x98\x61\x3f\x1f\x5c\x80\x84\x26\x81\x72\x5c\x00\x6a\xdb\x39\xd5\xfa\x60\x4f\x1e\xd7\xd4\xee\x24\x5a\xc3\x86\xdf\xf1\x67\xdb\xed\x30\x1d\x2f\x37\x00\xe9\xe5\x79\xdd\x73\x9a\xf4\x02\x1c\x21\x3e\xd3\x76\x50\x9b\x21\x60\xb0\x1d\x48\xce\x60\x21\x7c\xe4\x62\x6a\x90\xf0\x7c\xf8\x4c\x13\x34\x5f\xdf\x1e\xb0\x74\x1e\xf4\x41\x95\x90\x4e\xb7\x0d\x8e\x0c\x8a\xb5\x9d\xdb\x81\x2d\xe2\x31\xc3\x91\x41\x7e\xf5\x73\x83\xd7\x70\xf1\xd9\x03\x3d\xd8\x6c\xcd\x3f\x80\x1f\x05\xed\x37\x2a\xc6\x5a\xf3\x0f\x94\x75\xee\x12\x79\x0c\xaa\x65\xd1\x89\x31\x4c\x8d\xe1\xc4\x34\x4e\x8d\xf9\x1f\xa6\xf3\x0b\xb9\xf4\x9a\xa6\x13\x83\x12\xfa\xdf\x4e\x4e\xfc\x87\x6a\x2a\xc2\x84\x75\xb7\x0b\x1b\x5d\x37\x96\x0d\xc5\xa9\xa7\x87\x0d\x48\xb7\x3e\x67\x38\xe3\xd3\x9a\x30\xdb\x76\xf1\x0e\x6f\xe1\x72\x71\x18\x6e\x82\xc3\x70\x0b\x5c\x1a\xbf\x4f\x20\x62\x99\x4b\x10\x17\xde\x45\x37\x1d\x17\xfd\xcc\xf3\xd3\xec\x71\xd3\xc5\xce\xcf\xf1\x76\x21\x4d\xd2\x06\xdf\x06\x45\x27\xce\x8d\xbe\x0c\x96\x15\x37\x81\xc4\xfc\x4b\xe5\xbc\xb9\x31\x83\x7a\x33\x24\xb8\x69\x02\x75\xf3\x14\xaf\x86\x21\x4c\x5a\x6a\x51\x94\xa5\xf5\x44\xef\x43\xd6\xf0\x00\x90\xab\x60\x85\x0f\xdf\x74\x3c\xf6\x2c\xc2\xdb\xa1\x2b\x4a\x63\x6e\x08\x77\x2b\x9f\x67\x1e\xc6\xc6\x10\x0f\x38\x7c\xf9\x05\xaa\x59\x05\x4b\x0a\xeb\xbe\xc8\x6d\x65\x16\x00\xba\xae\x98\x89\x59\x7e\x9c\x78\x9d\xa7\x05\x0e\x11\x8a\xf2\x9c\xe5\xc7\x89\x77\x93\x84\xa5\xa1\xe7\xf5\xdf\xff\xba\xfc\xd2\x67\x81\x7f\x84\x02\x32\x67\xf9\x91\xa3\x75\x57\x2b\xd0\xe8\xf9\x32\x57\x10\x0a\xa7\x78\xcb\x59\x98\xb3\x5d\x83\x2a\xa9\xcf\xd3\x26\x2a\xdb\x0f\x1f\x68\x4c\x88\x84\x93\x63\xcc\x2c\x2f\x42\x1c\xf2\x3d\x9e\x05\xba\x38\x65\x81\x99\x85\xf8\x70\xf8\x99\x87\x6f\xf7\x07\x04\xd6\x82\x98\x05\xa1\x71\xdf\x67\x16\x6c\x30\x05\xbc\x79\x69\x03\x94\x0d\xda\x9e\x6e\x92\xde\x31\x54\x77\x59\xf2\xe8\xd3\x24\x14\x8a\x4b\xe1\xaa\x52\xc8\x1d\xcb\x9f\x2c\x8c\xca\x2f\xc0\x95\xb7\xf8\xff\x03\xff\xab\x4b\x38\x23\x1b\xfb\x15\xf8\x1e\x4b\xcb\x3f\x0b\xf2\x68\x75\x6b\x7f\xca\x8b\x1e\x87\xe2\x3b\x67\xa9\x29\xa0\xfd\xc5\xcb\xd2\xf2\x93\x9d\x05\xaa\x3f\xf9\x6f\xcc\xc2\xb4\xf0\x9f\x06\x26\x1a\xd4\xac\xc1\x19\x59\x99\x83\x67\xa9\x39\xcd\xfe\x81\xbb\x50\x20\xa7\x34\xae\xb4\x48\x64\x1d\x6a\x85\xf5\xcf\x42\xef\x08\x95\xca\x9d\x85\xde\x11\x56\x36\x94\x96\x25\xec\x35\x4f\x8d\xc9\xcb\x35\x2f\x2d\x57\x5f\x54\x34\x2a\x17\x9a\x3b\xa1\xc8\x95\xec\x29\x8d\x22\x57\x02\xb3\xa4\xc7\xb0\xb4\x7b\xa5\xf3\xcc\x77\x2f\x0c\x6f\x6b\xc3\x9f\x60\x72\x84\xbe\x4a\xe7\xf2\x6a\xb2\xa1\x3f\x54\x84\xde\x2c\x4c\x87\xd5\x86\x5b\xc4\xb6\x11\x70\x29\x00\x9d\x8a\x9f\x9b\x25\x41\xa7\x6e\xb9\x05\x0a\x44\x5f\xfe\xca\xe0\x69\x36\xfc\x43\xc3\x0b\xea\x61\xd0\xce\xad\x89\x49\x8f\x5f\xef\xcc\xc1\x31\x68\xb9\x06\x6f\xda\xc2\xea\x05\xa6\x57\x79\x5a\xcf\x32\x90\xbb\x48\x32\xb1\x00\x93\x56\xf3\x30\x2c\xaf\xdd\x33\x1f\x0c\xd8\xf2\xac\x21\x57\xd6\x47\x38\xb1\x1a\xb3\x15\x37\x25\x1d\x78\xa5\x9e\x2b\x41\x99\x39\xfc\x09\xf6\x81\xc5\x11\x3d\x7a\x9b\x8e\xa2\x32\x39\x2f\xc2\x42\x85\x95\x6b\xc2\x02\x64\xe6\x44\xf8\x93\xc5\x37\x44\x38\xb3\x5b\x35\xef\x0d\xe0\xcc\xf2\x1b\x7f\x39\x8d\xca\xc4\xd2\x7a\xeb\x4e\xaa\xe0\x74\x9c\x16\x7a\xf7\xaa\x98\xf2\x2c\xf0\x72\xa8\x82\xde\x65\xe5\x18\xfc\x42\xa3\x92\x4e\x63\x20\x2a\xfd\x88\xdd\x35\xf9\x83\x3f\x01\xbc\x6f\x6e\x13\x42\xce\x7b\x0f\xde\xbb\xd5\xbb\x77\xff\xb1\x01\x7d\xb0\x33\x7a\xc1\x2c\xbb\xd3\x5f\xdb\x2f\xbc\xab\xb9\x79\x1b\xed\x0c\x53\x1c\x6e\x92\x12\x42\x18\xb1\xc0\x7d\xb7\x5a\x10\x43\xef\x57\xcd\x70\xa8\x9c\xe3\x6b\x53\xd9\x73\xe6\x4c\x02\xea\x7b\x79\x6d\x99\x16\x41\x61\x8c\xb3\x20\x3d\x7e\xd5\x25\xa5\x24\x8e\x15\xb0\x2d\xa8\xa4\x33\xcc\x2e\xcc\xab\xda\xc2\x5f\x04\xfb\xf4\x17\x89\xf7\xf5\x8c\x61\xea\x14\x2f\x47\x32\x8b\x86\x7d\x70\x94\x7e\x81\x7b\x3f\xfc\x03\x72\xee\x4e\x77\x99\xc3\xf4\x0f\x0c\x8d\x34\xd7\x9f\xd4\xc4\x8b\x86\x33\xc5\xa2\xfa\xbc\x72\x22\x44\xf5\x45\xc7\x49\x8d\x13\x21\x6b\xd5\x4b\xf1\xc2\xca\xe6\x5b\x71\x41\xc4\xda\xf4\x20\x32\x60\xcd\x13\x85\x72\x82\xdd\x12\x0f\x20\xb2\x7a\x9a\xe0\x61\x5b\x3e\xe7\x05\x50\x64\x35\x37\xc0\xe5\xd6\x2a\xd6\x02\x17\xdb\x6a\x69\x71\x81\x21\xbd\xf8\x77\x32\xa4\x1a\x80\x49\xd8\xe8\xbc\xdc\xb9\xb6\x22\xf1\xc6\x11\xe8\x6d\x7c\xe7\xae\xd1\x20\x91\x44\xf5\x73\x88\x42\xd9\x18\xe6\xf0\x17\xa5\x96\x65\x71\xc4\x2c\x5a\x6d\xba\xcb\xe4\x68\x0d\xf2\xc5\xa9\xd5\x7a\xe1\x42\x0f\xdb\xcf\x41\x90\xc8\xd3\x50\x01\x5e\xb4\xbe\x25\x97\x87\x44\x6b\x1e\x11\x01\x57\xcd\xd1\x09\x3c\x7d\xd0\x3f\x3c\x8b\x2c\x96\x1f\xae\x84\x88\x44\x08\x5c\x35\x8d\x70\xb2\xad\x06\x02\x99\x25\xcb\xbb\xe8\x49\xfe\xfb\xd7\x45\xcd\x64\xfa\x92\x7f\xf5\xb7\xfd\xf7\xbf\xa9\xb2\x4b\xb3\xfe\x58\x13\xb1\xe9\x99\x83\x70\x03\x0d\x6b\xef\x67\xfa\xc8\x2e\x3d\x03\xe3\x49\x74\xd4\x1f\x87\xe0\xf6\xb8\x65\xa6\x7f\xa0\x47\x95\x9e\x09\x12\x4d\x31\xd3\xa5\x2a\x37\xed\xac\xc8\xa4\x2f\xcf\xba\x59\xe9\x62\xab\x0c\x6b\xb3\x32\x1d\xaa\xcf\xcb\x5a\xe8\x07\x2f\xa1\x5b\xa1\x24\x54\x6a\x9d\x59\xe1\x12\x6b\x3b\x73\x25\x64\x13\xdc\xa9\xcc\x4f\xe0\x23\xba\x66\x4e\x2b\xe9\x16\x2a\x2d\xb8\x3e\x72\x2b\x74\x84\xca\x76\x3c\x6b\x5a\x74\x05\x96\x2b\x5c\x64\xab\x94\x88\x15\x2e\xb2\xb5\xfd\x49\x3b\x57\x69\x0e\xf6\x95\xb9\x56\xf0\x56\xf3\x73\xc7\xb3\xc8\xa9\x30\x62\x84\xff\x0f\x36\x60\x72\xde\x53\xc6\x18\xb1\xc2\xbf\xb6\x4a\x6f\x5e\x2b\x2f\xc4\x52\x34\xd4\xc4\x84\x82\xd6\x95\x85\x0a\xbd\x07\x2b\x41\xa2\x2e\x30\x95\x75\x09\x8d\x2a\x6a\xe3\x9d\xa7\xf9\x0b\x8a\xec\xe5\x37\x30\x0c\x81\xef\xfa\x82\xc6\x18\x5e\xc8\xc6\x0b\xb1\x0e\x81\x8a\xa4\xfb\x2a\x95\x3a\x6b\x26\x54\xf0\xff\xef\xa6\xb5\x92\xb2\x76\xd2\xa8\x75\x64\x29\x22\xdb\x72\x2a\x94\x90\xd6\xcc\xd6\xce\x99\x97\x30\xab\x9d\x34\x0b\x3b\xd5\x4e\x89\xfe\xe9\x23\xf7\xb9\x86\x99\x98\x73\xf9\x8d\x09\xaa\x4d\x05\xc2\x9f\xec\xaf\x51\x5f\x88\x38\x55\x5b\x60\x56\x40\xc4\x08\x8f\x9b\xa5\x05\x8d\x9e\x2a\x2c\xc0\xbe\x03\x54\x64\x1e\xa8\x9e\xb9\x60\x76\x29\xd1\x44\x07\xd6\x90\xac\xa9\xb0\xf0\xfa\x44\xaf\x70\x58\xfd\x7e\x90\x5b\xc0\x2f\x3c\xa0\x51\x3d\xcc\x24\x49\x8b\x37\x73\xfd\x45\x34\x53\x60\x7d\xfa\x98\x5c\x6e\xf5\x31\x79\x18\x9a\x0b\xe1\x71\xe7\x93\xa7\x22\xfc\xaa\x9a\x29\xa1\x45\xfc\x48\x27\xf8\xb4\x76\x2b\x78\x2b\x7c\x5a\x8d\x22\xea\xe2\x65\xcb\x1c\xb6\x28\xef\xd4\x03\xbc\x50\x95\x55\x78\xd6\x45\x1b\x86\x37\xf6\x5a\x1c\x84\xbf\x20\x0d\x9a\x48\x66\xa9\x6a\xcb\x2f\x50\x9a\x08\x46\x54\x06\x64\xb5\xe5\x1f\x20\xb6\x2d\x03\x89\xe8\x84\xb6\x2b\xb4\x88\xd5\xd2\x07\xf1\x58\x8a\x2f\x99\x95\xfe\x73\x86\x5f\x75\xcf\x7d\x22\x1a\x90\x8d\xa0\x9a\x7f\x76\xaa\x38\x2c\xf2\x76\x8e\x42\xfc\xb3\x33\xd2\x41\x24\xb1\xe0\x91\xcf\xec\xba\x73\xfb\x7b\xab\x1d\x0c\x6c\x14\x51\x07\x39\x50\x1f\x40\x2b\x28\xcf\xc5\x59\x0f\x8a\x50\x1d\xf2\xf5\x84\x84\xf4\x49\x01\xa5\xde\x30\xfb\x9c\x01\x86\x53\x07\xac\xd5\xfc\x39\x8b\xa0\xc4\x1b\xde\xaa\x08\x67\x0a\x8b\x9b\x13\xcc\x10\x7e\x26\x38\xf3\x20\x2f\x06\xa0\xfa\x74\xbc\x88\x9c\xfd\x09\xf2\x03\x7c\xb6\x19\x73\x4c\x75\xef\xd4\x8b\x4e\x03\xa2\x01\x1a\x3b\xf9\x0f\xcf\xfa\x62\x27\x27\x7f\x9f\x15\xa1\xfd\xb3\x7b\x1b\xa1\x36\xf3\x66\xc9\x7e\x63\xed\x7d\xda\xdd\x24\x49\x48\xa6\x42\x41\x37\x0d\x29\x2b\xdd\xe5\x8c\x10\xeb\xbd\x90\xc8\x46\x6b\x7d\xd3\x94\xe3\x7d\x77\xe3\xfc\x8b\xbf\xe4\x54\x98\x15\x38\xe8\xb3\xae\x34\xd2\x9a\x31\x1e\x04\x52\x48\xb5\x5a\x11\x5b\x54\x7d\x10\x12\x16\x59\x8e\xbc\xb0\x68\x0e\x23\x10\x24\x9f\xb2\xc2\xb1\x3e\x29\xa9\x34\xc5\x50\xcf\xcd\xfe\xf9\x02\xe4\x2f\x7f\x71\xf2\x0b\xcd\xe9\x03\xd6\xd3\x94\xb5\x4c\x46\x25\xe0\xd5\x88\x7a\x3e\xcf\xb4\x1a\x4f\x3d\x33\xc0\x51\xcb\xd8\x7e\x24\x72\xe8\x79\xff\xef\x7f\xa1\xfa\xd6\xb3\xc1\x7b\x4e\x4e\xe1\xb3\xbd\x30\xa8\x2a\x6e\x6e\x36\xea\xda\x74\x98\x36\xa0\x22\x79\x9b\xce\xf6\xa3\x66\x43\x52\xa5\xa5\xaf\x9c\x36\x68\xdb\x28\xf0\xd5\xe3\x96\x6c\xd0\xf5\x43\xf0\x07\xbf\x41\xc9\x25\xe8\xd5\x0a\x58\x4b\xc7\x52\x43\xa8\x91\xc2\x7c\x66\x2b\x0b\x09\xfe\xfc\x3f\x64\x84\x04\x5b\x7b\x61\xd2\xb0\x2f\x57\x63\x0e\x79\xe3\xd5\x56\xd3\x39\x59\xcf\xaf\x48\xb0\xc3\x4c\xa3\x62\x4a\xda\x9a\x56\x73\x65\xd5\x62\xc5\x21\xb4\xfc\x8c\x82\xac\x92\xa4\x8d\x36\x4e\x8b\xef\x06\x33\xa6\xfd\xe8\x1a\xcd\x98\xc6\xb3\x0d\x41\xec\xc3\xb3\x84\xac\x9d\x2a\x67\x34\x5b\x9a\x39\x25\x7b\x5b\x4b\x39\xa7\xa5\x6a\x37\x12\x1a\x6b\x16\x01\x31\xa6\xea\x56\xcc\x46\x9d\x93\x61\x7c\xeb\xbc\x8c\x88\x86\x9e\x1c\xad\x4e\xe1\xc0\xef\x7b\x40\xa3\x8e\xa9\x0b\xd1\xb6\x4e\x49\x65\x7e\x1a\x3c\x6c\xc5\xe2\x0d\x61\xe5\x5d\xf2\xbc\x41\xc9\x64\xdf\x9f\x86\xfa\xc8\x9b\xa7\x9a\x5e\x6b\xbe\xc4\xb5\x41\xfe\xd9\xdc\x02\x95\x02\x22\x8a\x5a\x27\x43\xfb\x86\xb8\x1c\x7b\x35\x36\x66\xee\xf4\x45\xb2\x8d\x03\x2f\x98\x46\x06\x26\xbb\x01\x9e\x08\x6e\xe0\xc6\xfb\xfe\xff\xc1\xb3\x26\x96\x61\x3a\x8a\xbe\x9e\x0d\x71\xea\xd6\x42\xb5\xa0\xf7\x87\x64\x47\x8b\x1c\xa5\xba\x80\x23\xdc\xe6\x2d\x10\x44\x1c\x3a\x4a\xdb\x8b\x93\x86\x9c\x93\xdf\xbb\x3e\xa7\x45\x1c\x05\xcf\x38\x3b\xc2\xb5\x80\xcd\xd0\xfc\x12\xb9\x76\x26\x8a\x0c\x24\x89\xde\x60\x6e\x9d\x5d\xc0\xb9\xc1\xdc\x6a\x9f\xd5\x06\xd7\xb8\xe6\x6d\x93\x49\xdd\x2d\x6d\x90\x90\xa9\x79\x31\x17\xea\xbd\x78\xa3\x2e\x22\x2f\x01\x8a\xb6\x68\x63\xf6\xda\x51\x0d\x35\xfc\xcc\x8d\xa4\xb3\xb2\x31\x0a\xbd\x17\xb7\xb9\xe0\x48\xab\x71\xc2\x14\xda\xcd\x60\x8b\x69\xbb\x75\x50\x35\x80\x98\x66\x7e\x42\xc6\x25\xbb\x72\x34\x66\x50\xea\x3a\x0a\xdb\x4e\xa8\x35\xfe\x52\xb0\x75\x36\x78\x96\xd9\x5f\xb9\xed\x29\x31\xd5\x3e\xeb\x2b\xda\xd0\xd9\x0e\x46\xa2\xe9\x8b\xa3\x41\x14\x88\xc0\x63\xa2\x48\x81\x26\xed\xe0\x4a\x6b\x8e\x0e\x5e\x89\x2c\xa4\xa1\x1e\xb2\x83\x53\x3b\xc8\xdf\xee\x90\x6a\x58\x73\x1f\xd3\xb5\xf7\x62\x12\x38\x47\xfa\xe2\xa4\xf3\xa9\xf0\x6a\x3b\x39\x69\x9a\xa3\x93\xf8\x55\x88\xb8\x9d\x30\x77\x09\x1a\x36\xa4\xdd\x6c\xee\xe1\xa4\x7c\xd3\x20\x10\x31\x60\x2f\xc3\x06\x3b\x67\xd3\xe9\xdd\x4e\xe2\x3c\x8b\x37\xd8\x3d\xed\x77\xd6\x5e\x8c\x34\xec\x3f\xd5\x10\x01\x1e\xc3\xff\x57\x8e\x51\x14\x5e\xa4\x48\x0d\x5e\x9c\x56\xff\x0f\x8a\x74\x4b\x6c\x2f\x42\x72\xf0\xf4\x6c\x77\x72\xa2\xa6\x99\x09\x30\xbb\x69\xbe\x79\xb8\x8a\xa4\x9b\x89\xfc\xfc\x01\x25\xb4\x90\x66\x7b\x72\x9a\x45\xf4\xc3\x2d\x29\xe8\xd8\xe8\x58\xe6\xfb\x7c\x03\x6a\xb1\x17\x51\x7b\x28\x0d\x2d\x70\x9f\xa4\x4a\x74\x3f\xb4\xb7\x79\xdf\xc3\x09\xac\x55\x37\xc9\xcb\x8a\xae\x58\xed\x01\x37\x68\xe6\x3a\x63\xa8\xa7\x9f\x71\x37\x91\x2d\xa3\xff\x92\x86\xa5\x1f\xe8\x82\x23\x98\xd1\x69\xc2\xf3\xe5\xa4\x6f\x3c\x37\x24\x2a\xfa\x86\x6c\x3c\x62\xf2\xfe\xc2\x8a\xaa\xea\x55\xef\x19\x04\xa2\xfd\x3f\x8e\x70\x8d\xb2\xc3\x44\x67\x37\xc2\x4e\xf5\x4d\xff\x7c\x40\x86\x92\x80\xec\x1b\x05\xc5\x32\x09\x18\xb6\xe6\xbe\x17\xf2\xfc\xd0\x33\xd7\x42\x1c\xd1\x4b\xfd\xef\x7f\x61\x3f\xb3\x8e\x2c\xe7\xf6\x3f\xe8\x2c\x87\xe3\x4b\x5c\x67\xc2\x20\x2b\x80\x7a\x49\x2a\xfd\x09\xd7\x46\x34\x41\xe1\x63\x00\xd8\x0b\x0f\x60\xe1\xfa\x5e\xa9\x63\x12\x58\xea\xa9\xa2\xd1\xd6\xed\x69\xb6\x13\x5b\x76\x9a\xed\xdc\x66\x25\x4e\xd0\x5e\xee\x40\x37\xbe\xe0\xf4\x7a\xbf\xa0\xd2\x6b\xc5\xd8\x43\x5f\x77\x3b\x34\x2e\xf6\xba\xe9\x0d\x33\xe7\xc5\x68\x15\x75\x51\xd5\x41\xa3\x66\xa2\xb9\x81\x89\x06\xc4\x40\x8d\x69\x8a\x34\x71\x08\x50\xb6\x39\xad\xc3\xe7\xcb\x0e\x0a\x1d\x39\xcb\xc3\x43\x4a\x2c\x24\xb8\xd5\x7b\xf2\x9b\x7a\xe8\xdc\x69\x82\x15\x9d\x5e\x5f\xbe\x4f\xf4\x5e\x21\x96\x45\x34\xa2\x1f\xed\xc2\xd0\x53\xbd\xd2\xdc\x24\xf4\xd9\x66\x8f\xce\x41\x99\x86\x85\x06\xfd\x4c\x18\xeb\xef\xc9\xa1\x5e\x28\x46\x4b\x46\xff\xfd\xe5\x20\xea\x9d\x3a\x57\xa9\x5a\x3a\x32\xf8\x7c\x66\x7d\xd0\x78\xe6\x59\x1c\x13\x7e\x6b\xe2\xc6\x81\xcc\xf1\x9e\xf5\x01\x48\x61\x7e\x7e\x71\xd4\x54\xc1\xdc\xd9\x81\x9b\x9a\x74\x56\x7d\xe4\xac\xeb\x05\x82\x18\xc9\xa6\x1e\x44\xfe\xba\xfe\x77\x56\xae\xb1\xf1\xb5\xd3\xbf\xdf\x46\xa6\x4e\x73\x9d\xdd\xcf\x3b\xcc\x75\xb6\xce\x76\x9a\xeb\x6c\x95\xec\xf0\x2a\x6b\x82\x18\x3d\x61\x8e\x99\x6d\x22\x5f\xb8\xe7\x89\xe9\x77\x42\x8a\xb3\x3e\x89\x08\xbc\xb2\x93\xe3\x70\x93\x58\x59\xd3\x34\x73\x5c\xfe\x01\x67\xc9\xa7\xcb\x83\x2f\x98\x48\x26\x73\xd2\x5d\xb1\x4f\xc2\x06\x1d\xa0\x1d\x51\xce\xb6\x5b\xf7\xc5\x3d\xa5\x16\x68\xd1\xeb\x9e\x7d\x04\x5c\xda\x6f\xa3\x03\x39\xd9\xc0\xd7\x59\xf1\x5a\xf1\xe8\xb3\x03\x49\xd9\xeb\xb9\x23\x12\xa0\x7d\xfe\x87\x2c\xd2\xd1\xd3\xa9\x2e\xea\x9f\x1e\x38\xf5\xfe\x22\x2d\x7e\x52\x64\xf4\x3d\xa5\x93\x26\x06\x6e\x65\xf6\xea\xe9\x4c\x6c\x6e\x5d\x48\x87\x0a\xc9\xf6\xfb\xbe\x53\x86\xea\xce\xdc\x77\xce\xbd\x3f\x40\xc9\x05\x8b\x54\x84\x64\x76\x6f\x22\x84\x06\x28\x5b\xcd\xec\xfb\x7b\x48\x4f\xcb\xa6\x9d\xa7\x9f\xd7\x6e\x47\x5e\xd3\x0f\x89\x0f\xa2\x7f\xd5\xc0\xf1\x7b\x77\x81\x2e\x8f\x9d\x11\x9b\xbe\xb4\x77\xa6\x41\xb7\xae\xa5\xa7\x01\x50\xea\xc2\x7e\x50\x33\xa2\x6b\x54\x27\xc4\xf3\xd9\x04\xd7\xb6\xe6\xe3\x92\x06\x3f\x5f\xab\xfa\x89\x48\x3d\xdd\x40\x3a\xf3\xa2\x5b\x3d\xd3\x59\x38\xf1\xb3\x79\xe1\x69\xd6\x7c\x46\x33\xad\x79\x37\x83\x9d\x74\x9f\x5b\xfe\x02\x97\x5c\xe1\x84\x9e\x41\x9c\xde\xbd\x27\x0e\x4c\x33\x10\x21\x99\x05\x20\x62\x36\xed\xa1\xd0\xd3\xa0\x27\xe0\xda\x61\xc0\x6b\x3e\x78\x10\x0b\x60\x07\x84\x7e\x91\xc1\xdc\x43\x5a\xf0\xa4\xaf\xe8\x37\x37\xb7\x67\x0e\x69\xce\x37\xef\xab\x9b\x34\x68\xe2\x18\x0d\xf0\x91\xd2\xa9\xa5\xf2\x01\x0a\x2d\x95\xef\x07\xfd\xc6\x5a\x74\x7f\x40\x05\xb4\x39\x2a\x3d\xbf\x0c\x24\x50\x96\xa6\x39\xb8\xaf\x3f\xd9\xa9\x66\x02\xa8\xcd\x9e\xdd\xfd\xe1\xfa\xfb\x03\xf4\x69\x61\x80\xba\x34\xd3\x48\x83\x55\x0f\xad\xc4\xec\x70\xfc\xb2\x79\xbf\x3f\x89\x13\xfe\xf5\x30\x7e\x54\x29\x6a\x6e\x07\xd2\x52\xda\x75\x71\x00\xd4\x29\xe4\xfb\x3d\xf8\x90\xa6\xaf\xea\x99\x2c\xf9\x27\x3b\xd1\x80\xda\xc9\xde\x0e\x03\x39\x70\x42\x69\xb1\xde\xed\x43\x72\x86\x7e\xe0\x85\x42\x12\x72\x40\xaf\x64\xa7\x8b\xb1\x8d\xff\xfe\xd7\xad\xbc\x1e\x5b\xbc\xcf\xba\xf7\x8d\x8d\x6e\x68\xba\x61\x8c\x54\x33\x89\x15\xc6\xc6\x49\x75\x97\x14\xca\xcb\x3f\xf0\x5a\x24\x7e\x1c\x25\xa9\x54\xa7\xd0\x4c\xd9\xf6\x3f\x4a\xd6\x72\xd3\x34\xd3\xcb\xdf\xfe\x04\xa3\x50\xc1\x1d\x6e\x82\xbb\x4a\x9d\x16\x14\xec\xd5\xa1\x3a\x2a\x36\x91\xe7\x21\xd1\xd9\xf2\x0f\x39\x50\x11\x91\xda\x2a\x2d\xfe\x60\xa1\x6b\xab\xab\x06\x6d\x66\x5d\xfc\x34\xd2\x66\x66\xf6\x40\xc0\xa4\x1d\x0a\x46\xcb\x14\x88\xea\x04\x6e\xfd\x63\xea\xfa\x34\x98\x75\x3c\xb4\x2f\x46\x82\xba\xee\x37\xb0\x9b\x25\xda\x07\x40\x9a\xea\x90\xcd\x81\x34\x8b\x56\x07\x8f\x9e\x2c\xa0\x0f\x3a\x8f\x38\xaf\x18\x12\x52\x58\x3f\x35\xe0\x78\xef\xe0\x91\xc1\xa2\x82\xdd\x93\x07\x8b\x57\x28\xeb\xd6\x1c\xb0\x70\x8d\x4f\x17\xb0\x36\x59\x55\x38\x3a\x42\xa4\xbd\x7e\xa8\x3b\xfd\x71\xed\x1b\x80\x59\x61\xd6\x86\x9b\x95\x5d\xaf\x07\xf2\xcc\x84\x32\x50\xcd\x31\x68\x6d\xd4\x09\x36\xa8\xf2\xb2\x9e\x65\x20\xa3\x85\x35\xd5\x83\xa5\xa6\xad\xd1\x1a\x70\xfe\x57\x3e\xa8\x39\x06\xef\x57\x9e\x88\x41\xf4\x60\x2a\xe0\x48\x65\x6b\xf7\x08\x86\xe9\x98\xcd\x90\x1a\xb1\x58\x43\x39\x22\x39\x57\x9d\x04\xe3\x18\xdd\x24\x35\x92\x26\x13\x58\x4d\x55\x7a\xe6\x00\x54\x73\xb5\xad\x39\x66\x36\xa9\x4e\x27\x64\xad\x65\xeb\x98\x64\x5d\xcf\x0d\xfc\xa4\xea\xe7\x0b\x9e\xce\x1e\x48\xe6\x99\x10\x68\x1d\x30\x9c\xb5\xcf\x73\x47\x3a\x1a\x8d\x6b\xe5\x40\x35\xae\xb4\xa4\x49\x8b\x35\x90\xc7\xb0\x58\xbf\x37\x76\x18\xf2\xad\x5b\x1b\x3b\xfb\xd0\x17\x3b\x10\x64\xf1\xff\xec\x43\x98\x60\xc0\x2d\xc9\x86\xb5\x41\x23\x95\xd5\x1d\x03\x69\x20\x6c\x9e\x19\xf0\x96\x6f\x96\x55\x07\x25\x8f\x27\xfb\xe0\x5e\xf0\x44\x20\x2f\x84\x6d\xb9\xe3\x08\x76\xe1\x26\x28\x27\x3c\x0a\x86\x28\x5a\x13\x36\x8e\x87\x3f\x68\xae\x4e\xfa\xfc\x08\xf2\x8d\x33\xc9\xf0\x0f\x49\x86\xda\x40\x18\xa3\x95\x59\x83\x1e\xf0\xd6\xd3\x0c\x2a\x82\x84\xf0\xc7\xc9\x44\xc0\xfe\x1f\x47\x9f\x85\xf0\xc9\x6c\x84\x6e\x30\x33\x99\xe9\x19\x59\x94\x84\xdf\xc6\x95\x24\xfe\x25\x03\xdd\x1c\x0c\x70\xb4\xae\x6c\x5c\xa4\xdf\xcf\x54\x3f\x7b\xaf\x31\x33\xa0\x72\x5c\xcf\xc1\xb4\xd9\xba\x56\x0d\xa2\x1a\x2b\x8e\x06\x22\x1c\x6d\x16\x1a\x30\xb5\x15\xab\xaa\x06\xfc\x94\x6c\x8e\x18\xf0\x53\xb2\xe1\x6c\x10\xe5\x58\xdb\x36\x98\xaa\x42\xd9\x8f\xe7\x00\xca\xf9\x08\x08\xd6\x72\xb6\xba\x6d\x24\xcc\x31\x7b\xdc\x64\x0f\xcb\x6f\xe4\xae\xb0\xc1\x70\xdc\x27\x9e\xdd\xe7\x05\xbd\xaa\xdf\x47\x4a\x18\xdd\x66\xc7\x4d\xa2\xc5\x19\x0f\x1d\x39\x34\x4d\x80\x34\xdd\xec\x98\xc9\x29\x3c\x8f\xb0\x96\x75\xef\x19\x58\xcb\x62\xfb\xfc\xc0\xbd\xef\x51\xc3\xab\xc8\x18\x37\x50\xdb\xc5\x06\x8f\x80\x0f\x91\xbd\x34\x02\xd6\x34\x3b\x98\x05\x0b\xb9\x58\xa3\x13\x3f\x2e\xb6\xb8\x37\x00\x82\x6c\xaa\x8a\x1f\x17\x5f\xdc\x1b\xbf\x89\x17\xa6\x9e\x39\x4a\x37\xb0\xe3\xd9\x3d\xd0\x77\x58\xeb\x10\x30\xb8\x79\x5a\x83\x6e\x48\xca\x44\x39\x83\xde\xed\xd6\xbe\x05\xf3\x07\x2a\x97\xda\x0c\x14\x7e\xe9\x92\x25\x81\x6c\x15\xfd\xe7\xff\x79\xe0\x2c\xbf\x40\x7f\xd5\xee\x37\xb0\x56\xc3\xcf\x04\x29\x9e\x07\x40\x25\xeb\x87\x03\xa5\xa2\xe3\xf3\x01\xaf\x02\x9e\x97\x8d\x48\x5d\x28\x25\x12\x3a\x49\x04\x46\x49\xbc\xe0\x37\x92\xa9\xb5\x7c\xa5\xa3\x53\x4d\x55\xa1\xa0\xf6\xd4\xc0\xe3\xdd\x8a\xfa\x28\x8c\x72\xea\xee\x23\xe7\x4e\x3f\xc0\xf0\xf7\x71\x33\x8b\xca\xfd\x2f\xe4\x1d\x70\x60\xb2\x59\x25\x90\xef\xcf\x36\x91\x60\xb6\x0a\x15\x62\x9f\x01\x87\xa4\x8f\x4f\x4c\x20\x5b\x45\x2f\xee\x22\xe7\x46\x93\x05\x6c\x65\x43\x4c\x10\x5b\xd9\x63\x25\x98\x8c\xc2\x0a\xb7\xa0\x39\xd1\xaa\xc8\x80\x3e\xcc\xd1\x57\xd1\x98\x53\xc0\x1f\x60\xf3\x9a\x67\x68\x2c\xb4\x7a\x34\x90\xf2\xda\x36\x85\xe8\x39\x31\x5a\x40\xc4\x38\x5a\x5d\x1a\x48\xd0\xe7\x10\xb4\xe8\x98\x17\xe9\xba\x03\xb6\xc3\x8f\x01\x33\xe0\xaf\x6e\xb5\x73\xa4\xf2\x6a\xf8\x0b\x4c\x83\xce\xfe\x40\xf1\x95\x2e\x81\x14\x8c\x81\xb4\x8a\x37\x06\x49\xf2\x07\x88\xa5\xf2\xf6\x86\xb7\xb9\xb5\xe9\x81\x7c\x7c\x5d\x27\x45\xc0\x8c\x67\x5d\x7a\x0c\x72\x87\x1b\xcc\x74\x16\x66\x5a\xd4\x51\xf9\xa8\xe8\x02\x21\x90\x56\xf9\x47\x40\xc3\xeb\x7d\x81\x4c\x5f\xdd\x02\x25\xa8\x6b\x1f\x7f\x0a\x32\x0a\x9a\xe8\xac\x50\x8b\x40\x40\x9a\xf9\x19\x06\x39\x67\xc3\x88\x49\x38\xeb\xad\x3f\x73\x8b\xf8\x0b\x00\xaa\x61\x81\x04\x3f\xf3\x69\xc5\x7a\x4c\x3a\x25\x0c\xb7\xf1\x0a\x7a\xfb\xe9\x06\xf3\x51\xf8\xe6\x17\x8b\xc7\x91\xc9\xa0\xea\x49\x25\x03\x67\xd0\x6a\xe7\xcb\x64\xac\x14\x28\x1a\x59\x06\x24\x5a\x82\xc0\x2a\x67\x55\x61\xec\xdc\x14\x96\x9c\xf0\x2d\xb2\x06\x37\x76\x9a\x0e\x75\x39\x0b\x26\x89\x18\x9e\x0c\x80\x2e\x2b\x02\x63\xcf\x3e\xdd\x04\xfa\x34\x95\x07\x39\x4e\x58\x23\x50\xba\xc4\x7a\xbf\x40\x85\xbb\xee\x6b\x6b\x20\xa9\xc3\xf2\x5e\x87\xe5\xcd\x0a\xb0\x80\x6f\x51\xff\x34\x78\x93\x46\xb7\x48\xe7\x5d\x5d\x18\x03\x31\x87\x9f\x7d\x46\xc4\x35\x2c\x05\x01\xb0\xac\xbd\x0c\xe0\x29\x2b\xe1\x02\xb9\x95\xad\x06\x0c\xa6\x89\x68\x9f\x16\x29\xc1\xc2\x6f\x10\xb0\x48\xc3\x15\x27\x27\x4e\xa3\x38\x49\xb5\x05\xed\x45\x22\xf5\x01\x5c\xbf\xad\x74\x89\x2b\xd7\x5f\x8b\x87\x08\xc2\xbe\x59\xa2\x5d\xc4\x9e\x5e\x1c\xd6\x1a\xf1\x3d\x2a\x12\x25\x79\xa0\x54\xfe\x0c\x6f\x36\x78\x20\x39\x86\x2a\x98\x21\xd9\xaa\xc0\x20\x4c\xb2\xa7\x56\xd0\x5d\xdb\x1a\xea\xa0\xc9\x6e\x58\x0e\x32\x63\x97\xb5\x06\xf1\xc2\xa0\x70\xb8\x65\x40\xdb\xd3\x7d\xdb\x0e\xe2\x1e\x5d\x7b\x83\x45\x89\xad\x77\x0d\xf8\x19\x75\x5d\x83\x83\xea\x21\xeb\x55\x03\xa9\x1f\xba\xf1\x60\x30\xf0\xaf\x7d\xda\x64\x14\x8b\xa6\x93\x59\x8e\xdb\xa7\xcd\x03\x79\xe8\x34\x0c\xa8\x7f\xac\xcb\x8b\x87\xa2\x4e\x73\x35\xe1\x69\xd4\x7d\x11\x9e\xcc\xe4\xe5\x78\xa2\x89\x30\x3f\x5b\xa2\xe6\x2f\x97\x70\xea\x07\xb8\xbd\x49\x90\xcc\x1f\x97\xb4\xbb\xc9\x9d\xd2\xc9\x6f\xe4\xe4\x2e\xfd\x80\xed\xd1\xdd\x07\xc8\x96\x7a\x6f\xfe\x38\xb7\x6a\x31\xd5\x46\x5a\x8d\x49\xe8\x23\xd1\x34\x37\xb2\x80\x06\x3e\xb7\x64\x01\x75\xc9\x4c\x5d\xbe\x05\x4d\x18\x0e\xad\x07\x9b\xf0\xfb\xb6\x6a\x6e\x6e\x54\x93\xeb\x98\x99\x5b\x8e\x53\x54\x6f\xb9\x1a\xee\x83\x52\x3f\x4c\xd6\xc9\x4e\x35\x30\x66\x5f\xb6\x42\x77\xbe\x78\x29\xa6\xc4\xf4\x2c\x1c\x98\xfa\x28\xdc\x61\x9a\x09\x78\x8e\xdb\x97\x73\xa2\x2e\x9e\xb5\xdc\xb3\xf0\x38\xd6\xf9\x3c\x0b\x8f\x5f\xe9\xf3\x66\xe1\xa6\xae\x7f\x3a\x9a\x26\x6b\x25\x5b\xb7\x3b\x2b\x09\xd4\x44\x57\x1e\x95\x3a\x5d\x67\xa5\x0c\x18\xfe\x81\x13\xab\x59\x82\x67\xb7\x35\x63\x33\xa3\xfd\xa4\x62\x9a\x04\x52\x9e\x78\x6a\xad\x54\x6a\x7b\xce\x54\x4a\x89\x86\xc6\xad\x67\x76\x68\x98\x35\x8f\x99\xe1\x81\xd6\x40\xcf\x06\x61\xea\x85\x6a\x34\xfd\x48\xc3\x34\x51\x19\xcf\x46\xe2\x49\x3f\x6e\x15\xdc\x9d\xb3\xe5\x5a\x6b\x25\x5e\xe8\x55\x9c\x04\x61\xa2\x9c\xb2\x6f\xfa\x93\x5a\xaf\x90\x5e\x65\xf6\xa4\xda\x3f\x90\x6a\x75\x01\x57\x6f\xeb\x2d\x67\x4f\x22\x35\x93\x9d\x5b\xd3\x7d\x40\xcd\x65\xab\xf1\x4c\x70\x26\x28\x34\x09\xce\x3c\xcc\xce\xb9\x97\xde\x65\x42\x0f\x56\x3e\x34\x51\x1a\x7b\xf5\xa0\x07\x6b\x1f\xa2\xb0\x75\x3d\x0d\xf0\x0c\xeb\x9b\x39\x9a\x9e\x61\x56\xe0\x4e\xe0\x3b\x63\xa7\x39\x38\x6c\x75\x39\x98\x20\x49\x3d\x8e\xdc\xb9\x5a\xbc\x17\xef\x55\x5f\x93\x27\x73\x64\xa8\x42\xe9\x9c\x83\x0c\xe4\x67\x4e\xbd\xd4\x64\x93\x06\x4a\xd5\x0f\x9d\x33\x98\x23\x52\x34\x04\xd7\xc6\xfb\x0a\x09\xce\xac\xee\x98\x70\x67\xb7\x5a\x66\x22\x27\xc6\x32\xd1\xb4\x70\x5a\x11\x3f\x19\x7f\x68\x55\xfe\x44\xc2\x32\xeb\x71\x26\xec\x99\xdd\x34\xc2\x9e\x19\x3a\xb2\xe6\xcc\x79\xd4\x07\x13\x3b\xd1\x4b\x47\x90\xa8\x5b\xf1\x64\xad\x90\x9f\xdf\x87\xed\xc0\xf3\x8c\x60\x42\xdf\x79\xe7\xe2\xf7\x1a\x02\x14\x66\xd3\x07\xc1\x82\xa8\x91\x42\x64\x52\x7f\xf6\x11\xca\x0b\xcc\xa5\x2b\xee\x5c\x1c\x91\xa6\x60\xf1\x30\x32\x83\x27\xd6\x13\xe0\x98\xc4\x7a\xcb\xcf\xd8\xa6\xba\x5d\xce\x9d\x07\xa4\xf9\x17\x71\x80\x5d\xe9\xeb\xe7\xdc\x59\x41\x42\x83\x40\xda\x55\x2b\x4c\x26\xf4\x6b\xbe\x65\x4f\x14\xb1\xf3\x75\x75\x22\x68\x4f\xd5\x70\xe6\x3c\xb8\xce\x7e\x3f\xa0\xeb\xf4\xff\x3c\x03\xcc\xff\xb4\xd0\xa9\xf0\xec\x9c\x70\xa9\xf2\xad\x7d\x9e\x39\x68\x0d\xea\x45\x7a\x65\xf3\x7e\x38\x0b\xbc\x85\x44\x32\x34\x69\x76\xe5\x9d\x88\xd0\x6b\x4e\x21\x35\xcf\x9c\x04\x0d\xfa\xa4\xcc\x37\xd5\x27\xdd\x22\x3c\x4d\x27\xe2\x6d\x85\xd3\x26\x95\x67\xe3\xf3\x03\x74\xf0\x4a\x1e\x3f\x27\xdd\xa8\x54\x5c\x74\x4e\x28\xcc\x7c\xa3\x9e\x2f\xf6\xab\xd3\x3b\xe6\xe2\xa1\x5f\xfc\x03\xbc\xa2\x2c\x8b\x60\xe4\x7b\x2f\xbb\x7f\x39\x87\x2e\x1e\x9c\xe6\x76\x54\x98\xf3\xe5\x7a\xde\x54\x59\x7a\x87\xde\x70\xff\x37\xbd\xa9\xf8\xf2\x06\xbb\x27\xfa\x17\x3f\x67\x3c\x9d\x37\x10\x00\x9c\x6f\x65\x13\x00\xce\x1a\xca\xf9\x70\x06\xfc\x7e\x07\x30\xd2\xac\x3f\xd9\xa3\xd8\xf9\x41\x6a\x0a\xcf\x08\x54\x63\xbe\x7b\x4f\x38\x64\xd9\x01\x70\x3e\x28\xb6\x6a\x66\x7b\x50\x33\x40\x68\x6f\xfd\x72\xd5\x96\x7e\x20\xc5\x5d\xcf\xa0\x50\x98\x67\x25\x96\xd3\x5d\x7b\xfd\xe0\xaa\xa2\x45\x5b\x50\x5b\xf9\x2a\xb5\x7e\xa0\x68\xf3\xff\xd4\x27\x48\xee\x2d\x20\x33\x0f\x71\x6d\x54\xbd\xf9\xff\x8a\x06\xfc\x4c\x67\x3a\x51\xb4\x81\x09\x84\xd4\xd7\x0b\x90\x86\xe7\x70\x31\xbf\x96\x55\xee\x0b\xca\x21\x5f\x0f\x57\xa1\xb5\x49\x3b\x7c\xc1\xf2\xd6\x37\xcf\x12\x13\x26\x38\x3e\x6f\x21\x14\xae\x2b\x53\xf8\x5c\x95\xd2\x5e\xa2\x6d\xd1\x99\x4a\xb5\x3b\xe6\xaa\x3c\x7a\x25\xdb\x16\x40\x8d\x6f\x46\xab\xf2\x12\xda\xfd\x02\xb8\x4b\xbb\x7a\x41\x7f\x14\xde\xa4\x8b\xc6\x39\xc7\xaf\x2d\xc0\x1e\x5f\xf8\x16\xf5\x47\x2a\x75\x30\x57\x23\x0a\x2e\xfe\x61\xc3\x5c\xa8\x85\x46\x2c\xa6\xfb\xc3\x6a\x9c\x7d\x2d\x37\x60\xcf\xf8\x34\xd0\xf9\x81\x5f\xa0\x01\xc3\xb3\xc9\x24\x08\x4e\x67\xba\xa0\x61\x1a\xe6\xa0\x17\xe6\xfc\x7f\x34\x51\xc8\x7b\xa6\xe8\x4f\x65\x13\xc7\x02\x6a\xb1\xd1\x64\xb1\x24\x9a\x4d\x07\x2b\x41\xc9\xe7\x0b\x9e\x9d\x3a\x07\x56\xa7\xee\xe2\xf3\x09\xd8\x46\x62\x7b\xd1\x3f\xdd\xab\x01\x1d\xd3\x90\x7e\x66\xa5\x8e\x49\xe7\xc0\x1a\x39\x75\x6a\x81\x15\x7f\xbd\xdb\xd7\xe0\xdc\x69\xb2\x07\x39\x40\x2c\x02\xad\xd3\xa8\xee\x92\x00\xd1\x44\xc3\x4b\xca\xc8\x7c\x0d\x8a\xb4\xe5\x2e\x1f\xbc\xa0\x61\x07\x45\x9a\x89\x44\x16\x04\xfb\x1d\xae\x48\x1a\x45\x03\xd4\x54\x06\xca\x2b\x88\xc5\xa5\x7e\x59\x70\xc4\x1a\x52\xad\x2d\x64\xe6\x2a\x36\x41\xac\xa0\xd4\xf6\x30\x22\xa7\x5a\xf3\x40\xf7\x71\x1b\x0c\x16\x80\x8b\x91\xf1\x42\x76\x2f\x55\x4c\x9d\xeb\x05\x2e\x5b\x9d\x02\x80\x6b\x42\x32\x5b\x4a\x21\x9b\x97\x0f\x86\x35\x07\x84\x92\xe6\x81\x99\x56\xcd\x72\xf0\xba\x1a\x02\x26\x2b\x75\x5d\x9f\x1e\xb9\x14\x7e\x86\xee\xcb\x02\x60\xe6\x10\xdc\xc3\x83\x52\x9d\x7f\x4a\xc2\xb0\x98\xf2\x5e\x25\x59\xe7\x5a\xa4\xdf\xcf\x8d\xfb\x54\x33\x44\xb5\x98\x11\xeb\xca\x1c\x0b\x7e\xc6\x08\xbd\x91\x17\x46\x28\x45\xdb\x42\xa5\x09\x5f\xfb\x17\x1d\xae\x86\xc5\x28\x1d\xae\xac\xfb\x5f\x70\x6e\x37\xc0\x5d\x7b\x0a\x30\xcd\xc1\x0e\xf6\x15\x4c\x59\x3b\x0a\xae\x7a\x52\x91\xd7\xcb\xd0\x6c\xa5\x3b\x95\x9f\x21\x07\x84\x62\x16\x74\x6a\x4e\xa5\xb8\x0e\xce\x92\x2e\x8e\x0b\x09\xee\x8d\x30\x16\x0c\x99\xd6\xb1\x2d\xba\x4f\xd9\xe6\xb2\x8e\x24\x59\xcb\x48\x7f\x2a\x1b\x5d\xd6\x41\xa1\xab\x5b\xda\x82\xbb\x94\x31\xca\x3a\x92\x79\xdd\x09\xf6\xa0\x74\x4b\x0b\x30\xc7\xea\x91\x75\xf1\xae\xe1\x3d\xc8\x9c\x58\xd3\x1b\x24\x35\x5a\x5e\xbb\x2b\x48\x95\xfa\xb8\x78\xe9\xf2\x36\x85\x43\xf9\xe7\x68\x60\x01\x2f\x0b\x06\xe6\x9b\x77\x10\xc8\xba\x07\x74\xee\x22\x02\x29\xae\x3e\x52\x9a\xc5\x70\x6d\xd0\x5a\x37\x95\xbb\xc3\x6f\x90\xc3\x7d\x70\x3f\xd4\xfb\x78\x97\x3e\xc4\x73\xd2\x2c\x2c\xa2\x19\x4f\x05\x7c\x95\xc2\x91\x81\xeb\x01\x53\x76\x7f\x90\x54\xf8\x85\x8b\x4d\x6a\xfa\x9f\x64\xd3\x7f\xd3\xbd\x33\xeb\xd4\xcf\xcf\xc8\xa9\x61\x83\xd4\x0e\xcb\x9d\x2d\x3d\x3b\x2c\x77\x96\xca\xfb\x8f\x87\x7b\xf5\x07\x2c\x88\xe8\x17\xc0\xa6\xd3\x3d\x80\x4d\xb5\x51\xf6\xdf\x0d\xb7\x30\x7f\xcf\xeb\xaa\x1b\x40\x0e\x29\x6f\xee\x9d\x0e\x4a\x8e\x94\xdb\x37\x84\x42\x0b\x80\xec\xd0\x34\x99\xc5\x76\x28\x9a\xa6\xbd\xff\xf7\x2d\x97\x57\x34\x41\xd3\x64\x71\xb5\xa3\x24\xae\x43\xbe\x76\x68\x9e\x8c\x2b\x77\x64\x25\xf5\x4e\xda\x89\x99\xc4\xf5\xff\x8f\xb1\x37\xc9\xd9\xa6\x57\x96\xc3\xe6\x5e\xc5\xb7\x03\x17\x7b\x72\xf2\x4f\x3c\xb6\xf7\x50\x1d\x0d\x0d\x74\x75\x71\x2c\xed\xdf\xa8\x08\x32\xe2\x39\x80\x24\x7c\x83\x17\x78\x9f\x62\x15\x9b\x64\x32\x33\x99\xed\x49\xa5\x92\x4d\xac\x27\x92\x4a\x99\xb1\x9c\x14\xa2\x6c\x8d\x3c\xe3\x5a\x94\x86\x8c\x14\xf7\x45\xc3\xce\x6d\x94\xd3\x6f\x9e\xce\xe0\x3e\x21\x87\x55\xf7\xc0\xc3\x29\x91\xe9\x8c\x48\xcd\xac\xeb\xea\x89\x22\x5e\x55\x72\xc1\x49\x1b\x9d\xcd\x7c\x67\xa2\x67\x91\x00\x8d\xa4\xa5\x3d\xbb\x9d\xf5\x62\xd5\x21\x93\x98\xfe\x8c\x40\x99\xec\xe7\x05\x2a\x2a\x35\xe5\x44\x12\xa6\x29\x27\x78\x18\x0c\x0f\x88\xe4\x5d\xa2\x37\x27\x9d\xa3\x6c\x67\x3c\x59\x7c\x47\x45\xc1\xfa\xc9\x74\xf2\xb6\x8f\x9e\x94\xc8\xaa\x5f\x48\x7c\x41\x73\x5a\x12\x97\x6e\xb0\x67\xe6\xa4\x35\x28\x33\x0a\x7c\xd7\xc1\xbf\xe0\x45\x27\xfc\xe5\x9d\x73\xe6\x84\xb8\x36\x9c\x1c\xfe\xcc\x3c\x93\xba\x9f\x9e\x99\x52\xa5\x78\xcb\x09\x8f\x78\x5b\x70\x4f\xa8\xa5\x7a\x71\x3b\xe8\xb6\x0e\xf5\x59\xd6\x92\xb4\x46\x64\x41\xb5\x8c\x71\x96\x02\xf5\x8c\x3b\x24\x66\x48\xf8\x3a\x99\x16\xd5\x49\x12\xce\xa5\xa6\x92\x6a\xe2\x2c\xc4\x78\x7f\x71\xb3\x0b\x4f\xe2\x21\x94\x3c\x08\x03\x4b\xf4\x1b\x49\xae\x9c\x6b\xf3\x44\x7d\xa1\x16\x3c\x6b\x68\x9d\x7e\x4e\x40\x5d\x65\x93\xf4\x9b\x3c\x3b\xfa\xc1\x8a\x8e\xd0\xef\xb5\x0a\xf7\x40\x3f\x43\x8f\x00\xdb\x6c\x77\x3b\x48\x91\x38\xe8\x49\x79\xd0\x74\x02\xf2\xa0\x73\x64\x9d\x10\xff\x2c\x56\x9c\x0d\xae\xbe\x9e\x31\x8c\x94\xb6\x0d\x9f\x90\x06\x2d\xca\x9d\xcb\xd5\xcb\x70\x6f\x88\x3b\xf0\x09\x6d\x9c\x90\x3f\x78\xb9\x22\x01\xb1\x91\x38\xfa\x08\x52\x07\x65\xe3\xee\xd9\x09\x45\xad\xb9\x13\x39\xbc\x0f\x08\x1d\xfc\x41\x77\x64\x58\xf8\x39\xb3\x70\xb1\x1f\x8e\x51\x3b\x61\xda\x1c\x5e\x15\xb2\xe8\xab\xa0\x72\x3f\xe9\x41\x6f\x6b\xf0\xd9\x57\xb4\x84\x7e\x3f\x88\xc1\xf4\x14\x49\x67\xbc\x71\x4b\x7e\x33\xa1\x81\x47\xbd\x7d\x01\x4f\x46\x2b\xda\x04\x72\x7e\x02\x5e\xfc\x61\x22\x90\xe7\x86\x64\x9f\x73\xac\x45\x78\x08\xca\x04\xc6\x26\xa4\xea\xef\xde\x7b\x26\x6d\xb0\xd9\xf3\x44\xd2\x86\xea\x65\xd2\x4e\x5a\xfc\x9b\xab\xf0\xb1\x85\xc4\xf7\xc3\xa7\x28\xf0\xf9\x08\xc1\x55\xad\x1a\xfb\x90\x7c\x7f\x14\xff\x26\x71\xf4\xf7\xa0\x24\xa6\x13\x27\x67\xe8\xbd\x87\xaa\x2d\x75\x83\xed\x64\xba\x46\x41\x01\x29\xb6\x2c\xd4\x9e\xe7\xa2\x96\x1e\x62\xad\x41\x8b\xfa\x64\xc4\x38\x7c\x26\x11\x10\xe9\xb4\x12\xe7\x45\x6c\xca\x7e\xb0\x00\xad\x59\x2e\x09\x50\x4a\x9d\xf3\x82\xd3\xb6\xb7\xea\x22\xba\x78\xaf\x20\x12\xfa\x1a\x77\x5e\xef\x07\x87\xe8\x0f\x26\x2c\xfb\x7a\x1f\xa9\x5e\xab\xf4\x0f\xe7\xbd\xe6\xa4\x49\xc3\x2e\xab\x22\x61\xfd\xbc\x49\xee\xb2\xbf\x00\x7b\x2f\x7e\xa1\xf3\x05\x2d\xe2\x5e\x44\x5b\x7b\x47\xc3\xac\x6d\xbd\x27\x7c\xe1\x7e\x24\x00\x24\x92\xb0\xad\xf7\x44\x4c\x64\xed\x9e\x13\x92\x99\xf9\x0c\x3c\x4b\x73\xa0\x21\xa1\xef\x1b\xf6\x36\x3e\x3f\x41\x38\x0d\x2f\xf3\x13\x73\xf3\xd1\xfe\x2a\xe2\xe8\x7c\xd6\x2e\x68\x63\x29\xf1\x76\x0f\x07\x7a\x6e\xce\x0a\x55\xe0\xe1\x8d\x47\xd2\x89\xa1\x6a\xc8\xfd\x84\x67\x9c\x53\x81\x9e\x0f\x72\xbb\x58\x56\x80\x09\xf8\x07\xf7\x90\xc0\xcb\x29\xf2\xcf\x17\xbb\x66\x39\x12\x25\x72\x7f\x84\x8f\x17\xfe\x1b\x16\x03\x29\x61\x5b\x14\x40\x02\x8a\x6a\x31\x12\x69\x60\x87\xcb\xf6\x9c\xf0\x8a\xeb\xc5\xbf\xc9\x7f\xf4\xc1\x24\xa5\xf4\x01\x46\xa5\x00\x17\x3c\x3a\x27\xcf\xa7\x36\x60\xf2\xe6\xe1\xc3\x31\x79\xf3\x08\x7e\x80\xbc\x14\x96\x35\x26\xe7\xac\x35\xc0\x7a\xec\xc8\xd9\x93\x55\x00\xbc\xc5\x93\x9a\x69\x93\x04\xa8\x13\x87\xa9\x16\x8d\xc5\x36\x69\x5f\x28\x0b\xe5\x9a\x0f\x17\x4b\xe6\x8a\x98\x5f\x07\x8b\x63\x1c\xfa\xcd\x98\x8b\xa6\xdf\x14\x76\xba\x3f\xe0\xf9\x0d\x1e\xa1\x61\xdf\xdc\x03\xcd\x6c\xc2\xe4\x8b\x69\xff\x6d\x45\xbf\x28\xd0\xff\xcc\x89\x02\x4e\xf7\xa0\x2f\xa2\x99\xa2\x7e\x4f\x8e\xa9\x1e\x20\xe1\xbb\xb4\xc1\x15\x78\x16\x24\x3e\x5f\x81\xc8\xa2\x49\x42\x5e\x77\x35\x85\x2b\x70\xd2\x7e\x9f\x45\x49\xba\x7e\x9f\x68\x0f\xfa\x7d\xc1\xe0\xe5\x01\xd7\x46\xf8\x03\xe4\x14\xfe\xe9\x90\x02\x7d\xf1\x83\xc5\x88\x35\x85\xc8\x35\x08\xb0\x91\x2a\x15\xff\xe6\x94\x05\x25\x54\x80\x72\x6a\xf2\x0b\x09\xc6\x9c\xe2\xfd\x62\x4e\x58\x9d\x97\x2b\x2e\xa8\xaa\x83\xb4\xf0\x59\x23\x20\x29\xac\x4b\x0e\x5c\x89\x37\x33\x11\xda\x8b\x0a\x4f\x1d\x80\x8b\x15\x04\x6c\xf4\xbf\x50\x30\xc0\x09\xd6\x2f\xc8\xce\xce\x6d\x7e\x31\x5d\x97\x9d\x19\xae\xbc\x4e\x84\xe6\x90\xd7\x15\xd5\x6f\x90\xb4\x8a\x2b\x5e\x9f\x3c\x5c\x9d\x93\xf8\x82\xf6\xd2\xe9\xd0\x2f\xfa\xc7\x39\xe5\xef\x95\x39\x29\x0f\x31\xf1\x5b\x80\x59\xfe\x72\xa2\x24\x17\x82\x15\x86\xb3\x68\x5f\x0c\x17\xf5\x6e\x97\x75\xb0\xfd\x02\xf6\x46\x62\xd8\xc5\x12\xb7\x12\x55\xaf\x42\x4d\x71\xf4\x03\xe0\x93\x58\xd4\x55\xb8\x79\x6e\x47\xe6\x03\x31\x9c\xab\x90\xf1\x8a\xd6\x5c\xf0\xb8\x73\xae\xe7\x8b\xba\x4d\xfb\x5b\x5c\x75\xd5\x64\xd4\x6f\x4e\x41\xb4\xe4\x82\x45\xd5\x29\xaa\x2f\xc8\xb2\x4e\xdd\x7c\xd5\x45\xc0\xb5\xa8\xca\x21\x05\x85\x25\xcc\xaa\xc3\xc6\x22\x7c\xfe\x8d\x04\xaf\x5e\x33\x34\x99\x2d\xfe\x4d\x29\xd7\x7e\x21\x69\x46\xff\x39\xb1\x88\x61\x30\xcb\xbd\x98\x5c\xac\x1b\x64\x34\xcf\xda\x73\xe9\xa2\x9a\xb3\x1b\xc8\x30\xcf\x3a\xb3\xf3\xb5\x84\x63\x83\x80\xe9\xc6\xc4\xc3\x2e\x84\x9b\x3a\x67\xf1\xd5\x17\xa6\x68\x12\x90\x8d\x9d\x52\xe7\x62\xf6\x31\x3b\xb1\x5c\x8c\x3f\xed\xde\xa7\x7e\xfe\xf3\xe7\x27\xce\xee\x5a\x3e\x7c\x3e\xa6\x9d\xdb\xe0\x2e\x17\x3a\x7b\x4c\xa0\xb3\xc1\xba\x84\x61\x5d\x50\xaf\x95\xa9\x43\x1f\x20\xdd\x98\xf3\xc7\x5e\x83\x1e\x2c\x12\x45\xae\xc1\x9b\x97\x14\xc4\xd7\x58\x17\x4a\x8d\x31\x48\x70\x85\x1c\x37\x72\xfd\xd9\xec\x75\x27\x9e\x52\x5d\xef\x6e\x06\x2e\x59\x3e\xb8\x51\x28\xd7\x29\x47\x6f\x16\x1b\x31\x9f\xb8\x59\xe8\xcd\x7e\x32\x37\x7c\x6b\x9d\x0b\xf3\x26\x31\x91\xd0\x7f\xf3\xde\x6d\x22\x7e\x7f\xb4\x23\x05\x0f\x99\x49\xbf\x24\x53\xdd\xb8\x5a\x3b\x39\xe6\x9d\xd7\x99\x88\x7a\x40\x05\x87\x26\x49\x8f\x10\x47\x46\xdd\x24\x36\x3a\x55\x37\x69\x4b\xf6\x08\x93\x73\xd2\x07\x48\x06\xe8\xc4\x52\x37\x3d\x44\xec\x6c\x73\x23\x10\x6a\x74\x21\xdd\xbd\x88\x4b\xf1\x27\x05\x5d\x68\x92\x4c\xf5\x67\x66\x75\x97\x05\x7c\xcd\xaa\xf0\x28\x34\x7f\xf2\xad\xcb\xd5\x65\x6e\x5a\x5f\xec\xb0\x73\x33\x14\xca\x56\xc3\x1b\xd6\x14\x5b\x04\x6e\xdc\xad\x9d\x4e\xe8\xe6\xd5\xd9\x9e\x2d\x77\x65\x48\x4a\xf2\x1b\x83\xd3\xd4\x7e\x21\x77\x8f\x53\xe5\xde\xb8\x4c\xdb\x8f\xf0\x26\x01\x12\xb7\xb9\xeb\xc2\x10\x21\x00\x52\xef\x14\x95\x6f\xee\x37\x5c\x74\x9d\x7d\xe5\x66\x91\x12\x03\xa6\x01\xe7\x44\x45\xef\xb6\xb6\xd3\x0f\x30\xa4\x88\xca\xdd\x88\x83\xba\x72\xdd\x9d\xcb\xd6\x14\x3a\xf7\x42\x90\x46\xb2\x40\x27\x3b\xb8\x61\xa6\xb0\x87\xc7\xbd\xae\xb6\xba\xcc\xdc\xa8\x10\xf7\x83\xf5\x74\xc0\xb5\x47\xc5\x8d\xec\x81\xdd\x7c\xfc\xa6\x47\xae\x19\xff\x8d\x60\x70\x07\xe7\xdd\xb0\x2c\x38\xb0\xe7\x66\xcd\x38\x73\xe1\x9b\xd9\x02\xcd\x86\x6f\x66\x0b\xb4\xa3\xca\x0d\x0a\xe0\xc8\x99\xfb\x23\x00\xc9\x54\xea\xc6\xf9\x4f\x36\x0d\xdc\x27\xeb\xec\x08\x2e\x08\xab\x32\x73\xb9\x4f\xa6\xb8\x54\x07\xe7\x42\x6a\x4d\x01\xb6\x09\x6b\x0a\x6f\x24\xe6\x71\xf6\x80\xfb\x64\xa4\xae\x76\xea\x24\x60\x05\x68\x56\x85\xf3\x21\xe1\xcd\xd5\x70\x46\xea\x1e\x47\x24\xdc\x70\x1a\xb1\x67\xf4\x8d\x8b\xeb\x18\x7f\x15\xf2\x7a\x7f\x97\xda\xf4\x43\xfd\xe0\x51\x62\x37\x83\x1b\xf1\x5a\xf6\xaa\xbe\x2f\xd8\x7e\xbc\x58\xc4\x84\x77\xdd\x9a\x6f\x46\x6b\xd9\x05\xe5\x46\xda\x9f\xd1\xc5\x69\xee\x0b\x3e\x2f\xe2\xe6\xf7\x77\xc5\x4d\xe1\xa7\x9d\xcb\x73\x8f\x13\x68\xa5\xf7\x6f\x1a\xe8\x34\x43\xe4\xf8\x69\xe2\x11\x37\x1d\x52\x7c\x32\xbe\x2b\x70\x72\x7d\x80\xfb\xbb\x01\xe7\x1f\x04\xb8\x17\x1f\xf3\x0b\x3c\xff\xdd\x3d\x30\x98\x5f\x33\x42\x35\x14\xab\x76\xef\x75\x23\x8e\x7e\xe1\x84\x2f\x92\x80\x74\xaf\xa3\xa2\x35\xe2\x06\x6c\x0f\xaf\x1b\xd5\x50\x9c\x99\xfd\xbe\xc9\xf8\xbc\x48\xa4\x09\x72\xb5\x94\xfb\xa1\x1c\xe7\x2f\x9e\x04\xa4\x13\x12\x30\x20\xcc\xa2\xe0\xcd\xea\x28\x16\x26\x6f\x04\x84\x95\x60\x0a\x81\x6b\xb0\xfd\xce\xef\xef\x1a\x1c\xed\xd9\x76\x2f\x57\x67\x0f\x49\xc2\xfa\xf3\x02\x2a\x56\xe9\x5a\x7b\xbf\xa8\x50\xee\xd3\xfb\xd2\xaa\xf3\xf3\x00\x04\xc1\x1d\x20\x6f\xb5\x7d\xe5\x6f\xdc\x83\xed\x7d\x7f\xe3\x1e\x6c\x45\xc3\xcd\x20\x78\xfb\x4b\xdd\xac\x9e\x62\xe4\x5b\x17\x61\xb1\xff\x1b\x17\xe1\xf0\xd3\x03\x01\x2d\x01\xf9\x9e\x48\x93\xe0\xc3\xc9\xd4\x46\x96\xc9\x6f\xa6\x36\xb2\xd7\xd7\x3d\x91\x07\xcb\xf8\xbb\x6e\xc2\xe6\xbc\xac\x88\xf7\x83\x0e\x93\xae\x68\xc5\x83\xd0\x19\xd3\xbf\x81\x1e\x66\x7a\xcc\x4b\x6d\x3f\xae\x7b\xdd\x7d\x25\x42\x3e\x07\x6f\x85\xd2\x64\x3e\xac\x78\xe7\x54\xbe\x0f\xef\xae\xcd\xbf\x71\x70\x45\x17\x9f\x63\x91\x56\x3f\x00\x3a\x34\xf7\x08\xb2\x24\xbe\xfa\xc0\x2b\xda\x1e\xa5\x0f\x43\xc2\x2c\xf8\x3f\x70\x8b\xb6\x93\xea\xc3\x9b\xac\x18\xd0\x43\xd3\x54\xf4\x6f\xec\xbe\x70\xfc\xc1\xc5\xb6\x89\x7d\x3c\xbc\xd8\x4a\x21\xf0\x84\x05\x57\x0f\x40\x6f\x80\xe2\x1e\xd7\xf6\x6b\x8e\x88\x61\xb6\xe6\xe7\x59\x6a\x73\x49\xbd\x0f\x79\xbf\xee\xeb\x0f\x62\x9c\x5b\x77\xfb\x3a\x34\x7e\x01\x09\xc0\xb4\x95\x0f\x63\x9c\x83\xae\x68\x4f\xe5\x51\x17\xdc\xe9\xdd\x69\xd5\xfd\x03\x67\x4e\xab\xd3\x1e\xdc\x35\xec\x19\xf6\x34\x82\x45\x6b\x40\x71\x5a\x5b\xa2\x9f\x46\x45\x8b\x7f\x37\x50\x70\xff\x5e\xb8\xa2\x19\x74\x0e\xa0\x01\xfb\xc2\x68\x8d\xc8\xfa\x64\x41\x24\xfa\x41\x65\x7f\xe3\xe7\xd3\xd7\xb9\xd3\x9c\x10\xff\xec\x12\x55\x0f\xe3\x9f\x43\x8d\x7f\xc3\x83\x9e\x25\x28\x48\xba\x7d\xc6\xc2\x66\xad\x61\xd0\x28\x29\x36\xf4\xc0\x79\xb3\x75\xbf\x40\xe9\xc6\x1b\xb7\xc4\x7a\x51\xab\x87\x3e\x07\xf6\x00\x7c\x4e\xf8\x2b\xeb\x54\x3e\x2c\xe7\x1a\x44\xd6\x1f\xb8\x6f\x5a\xd7\xfa\x9c\x14\xb1\x24\xf0\x3e\x4c\xea\xeb\x98\xba\x07\x49\xf4\x9a\x4d\xe3\xcf\x45\x32\x2d\x01\xf7\x81\x8e\xd8\x9c\xe2\xb9\x0a\xbb\xf0\x0b\x8d\x0f\x34\x2d\x32\x54\xbb\xdd\x3d\xf0\x1a\xb0\xbb\xd1\x43\x9d\xb1\xdd\xe8\x9e\x6b\x95\x1a\x77\x17\x10\x10\x44\xe3\x9e\x7b\x81\x42\xfb\x09\xad\xb1\x9d\xd2\x9e\x7b\xcd\x4a\xfb\x79\x2f\xd8\x68\x8c\x7b\x4d\x53\x5b\x76\x77\x9e\x7e\x0f\xc2\x42\x56\xc6\x43\x84\xeb\xd8\x3f\xe2\xb9\x21\xa0\x1a\xeb\x98\xa7\x25\x54\x3f\x00\xfd\x30\x8d\x63\x36\x61\x3b\x05\x3c\x0f\xb3\x30\x4a\x9e\x7c\x96\xfb\x43\xf6\x27\x20\x19\x46\x7d\x56\x04\xb3\x41\xfe\x79\x48\xf5\xc4\x37\x1f\x32\x41\x13\x84\x87\xb3\x16\x24\xa0\xfb\xb5\x30\xf6\x20\x08\xda\x16\xcc\xe7\xe3\x71\xd1\x5a\xcb\x07\x2c\xcd\xc6\xc3\xe7\x5d\x67\x4b\x1d\x32\x06\xda\x4e\x8b\xcf\x4b\xb2\x26\x81\xf4\x41\xf1\x85\x61\x44\x7d\x17\x89\x11\x24\x5f\xd4\xbf\x96\xc4\xfa\x50\x9b\x6b\xbf\xc8\x67\x42\x04\x8a\x7e\x21\x73\x08\x3f\x28\x90\x3f\x34\x07\xb8\x76\xda\x58\xf8\xd0\x57\xc2\x35\x11\x9f\xc9\x65\x6f\x38\xbe\x8b\xff\x88\xb1\xbe\x07\xc5\x8d\xe8\x37\x10\x83\x26\x94\x7a\x8f\x75\x9a\x86\x1e\xdc\xfc\x22\xe9\x01\x52\x39\xeb\x48\xbf\xe0\x1f\x36\x02\xbc\x21\x70\x99\x1a\x82\xbe\x0c\x56\x30\xbc\x61\x4d\xc2\x9f\x60\xda\x42\x98\x37\xd2\xb7\x52\x9c\xf6\x85\x23\x41\xb3\x83\xc5\x4b\x87\x4d\x1b\x98\x5f\xa6\x4a\xb1\xce\xe1\x45\x5a\x5f\xdf\xa3\x5f\x64\x42\xb1\xd2\xf8\x4d\x04\x8d\xe4\xf9\x77\x15\xa7\x97\x48\xf1\x22\x98\xd7\x2a\xdf\x17\x79\x7e\xad\x4a\x7f\x13\x97\x21\xc4\x7f\xa9\x81\xb0\xbe\xe0\x4d\x4b\xcd\xa1\x95\x23\xa4\xc4\x06\x80\x37\xa3\xa2\xb9\xd0\xf8\xcd\x0d\xed\xea\x00\xea\x03\xeb\x93\x5e\x68\x22\xad\x26\x7c\x51\x46\xde\x4a\xe7\x97\xc5\xa5\x42\xf3\x07\xc0\x98\xe0\x09\x50\xc5\x26\xe9\xf2\x65\xf5\xa9\xfa\x33\x04\x29\xb4\xa4\xc1\xb7\x10\x70\xda\x0b\x96\x0a\xb0\x96\xe4\x85\xb6\xc0\x57\xdc\x17\xe1\x21\xd6\x71\xbd\xbc\xfa\xd7\x9f\x07\xe4\xff\xc5\x5f\xc0\xd9\xaf\xff\x55\x8a\xd4\x17\x5e\x98\xbe\x1a\xbd\x75\x6d\xa4\xe6\x43\x2f\x4c\x2b\x5d\x5e\x84\xfe\x5a\xdf\xf1\xc2\x09\xd3\x1a\xb2\xb7\xf2\xa2\x50\xfc\x01\x8f\xb2\x74\x13\xef\x52\x0c\x88\xf3\xbd\x8c\xfd\xb0\x1a\xe6\x6d\x44\x59\x29\x40\xde\xb6\xa6\xa5\x4f\x10\xfc\xe1\xfb\xcc\x8b\x2c\xbe\xce\xde\xf8\x36\x52\xc9\xea\x2e\x2b\x3e\xd0\xba\xa8\x8f\x74\xe6\xc4\x97\xfa\x47\x6b\x89\x5f\x26\x55\x09\xb2\x7d\xbe\x50\x3f\x34\x7b\xe4\xbc\x50\x3f\x98\xd1\xbd\x10\x3a\x7c\x5f\x79\x61\x69\xb7\x4c\xfc\x42\xfb\x60\xa1\xf9\x45\xee\x3a\x0b\xee\x2f\x4b\x53\xf5\xea\x17\x80\x91\x3e\x13\xfd\xc2\x6f\x4d\x91\xf1\xc1\xe2\xbc\x2f\xeb\x9d\x76\x89\x10\xef\xe0\x8c\xb4\x6a\xd6\x36\x08\x12\x78\x5f\x38\x4a\x5a\xbc\x7c\x07\xa7\x2c\xb8\x8e\x05\x47\x7f\x40\x1e\x28\x01\xe1\x85\x94\x62\x31\xe6\x1d\xbc\x0b\x7b\x2b\xc6\xc2\x58\x4f\xe2\xe1\x03\x0f\x42\xa9\xda\xeb\x80\xe5\xdc\x42\xc8\xcb\x92\xa8\x96\xff\xde\x73\xed\x9e\xe6\x7d\x2e\xd0\x69\x10\x28\x1c\x2c\x1a\xbd\x9f\x60\x13\x1d\x7f\xf6\xc2\x59\xf2\x07\x74\x27\xcf\xb2\x18\xce\xcb\x72\x54\x41\x97\x89\x97\x82\x8f\xd7\x85\xb8\x15\xf3\xe1\xf7\xe2\xa4\xdd\x4e\x75\x97\xee\x06\xef\xc5\xeb\xea\xcf\x17\x08\x1b\xb1\x3f\xca\x7b\xad\xc2\x98\x9a\xf5\x45\xd5\x8f\xf8\xe4\x0b\x31\xa7\xeb\xe2\xff\x7e\x62\x4e\xb3\xcf\xd7\x7b\x93\x5f\x18\xa7\x6e\xe0\x9c\xb8\xe0\x8b\x18\x65\x33\xde\x77\x09\x39\xc6\x29\x5c\xfc\x7f\x98\x1c\x64\x1c\x57\x7a\x7a\x21\xe2\xfc\xb0\x34\x18\xbe\x2d\x9f\xbc\x4c\x0a\x73\x78\x02\x50\xca\x7b\x42\x0f\x2f\xc8\x92\xa3\x5f\x5c\xf3\xbb\x04\xb3\x77\x39\x7c\xea\x0e\xf5\x42\x3c\xf9\xe1\x4e\xbc\xa3\xdb\xbd\xf9\x45\x3d\x04\x57\x68\x7e\xbf\x2b\x77\xb2\x0d\xea\xa5\x7c\x62\xe6\x44\x61\xa3\x9b\x23\xbe\x1c\x41\x30\xa0\xaf\xa6\x1d\x7d\x5e\xda\x92\xed\x10\xfd\xb2\xa2\x81\x3d\xa8\xdf\xb9\x00\xaf\x65\xcd\x05\x58\xcd\x82\xa1\xc4\x9e\x25\x4b\x88\x06\xa9\x95\xde\xc9\x20\x5d\xe3\xe4\xe4\xb4\xb4\xb9\x94\x58\x8a\xdb\x59\x24\xc4\x73\x00\x72\x88\xd9\x4c\x26\x96\xb3\x7a\x73\xb2\x64\xbc\xbd\x98\x27\x6e\xd0\x8e\x9f\x9d\x88\x34\xee\x3f\xbf\x79\xce\x44\xbb\xe7\xb1\x8e\xff\xd0\x03\xe4\x78\x14\xd5\x9c\xb8\x51\x9b\x1b\x4d\x18\x87\x3f\x6a\xf0\x17\xdc\x68\x22\x5d\x8a\xa9\xfc\xc4\x6d\xd9\x34\x7a\x7e\xc2\x4f\x32\x8c\x67\xe0\x74\xb5\xbe\x50\xb9\xbe\xa4\x07\x34\x21\xe8\xbe\x3d\x19\x42\x6c\xb7\x9f\x19\x40\xbe\xaa\x5f\x00\xcc\x45\xef\x66\xe0\xfc\xfd\x3e\x64\xe3\xe0\x29\x31\x8e\xeb\x67\x48\x88\x5f\x3a\x91\x33\x52\x12\xd2\x91\x9d\x91\x24\xb5\xf9\x0d\x1c\xc9\xea\x17\x16\xd0\x35\x07\x86\xcb\xd8\x89\x7a\xb2\xea\x42\xf6\x0b\xe7\x27\x1c\xeb\xda\x37\x99\xbb\xd8\x7a\xec\x19\x29\x24\x88\x98\x4d\x56\xab\x0a\x3f\x5d\x10\xc3\x8d\x2b\x91\x65\x50\x35\xab\xc4\xbd\xd0\x1c\xd2\x4a\x0f\xaf\xcd\x4a\x6b\x5d\xfe\x82\x17\x2a\xdd\x23\x26\x2b\x4c\x55\x4f\x2b\xc1\x07\x4b\x08\x3d\x13\x37\xc3\x5d\x92\x97\x34\x0f\xca\xdd\xd1\x24\x61\xb0\xfe\xd9\xcd\x34\xe1\x9a\x26\xd0\x32\x2c\xd9\x51\x27\x93\x71\xc9\xf5\xe7\x01\x50\xce\x08\x9e\xa9\x53\x12\xf5\x99\x28\x40\x95\x7f\xba\x04\xce\xe9\xe0\x4f\x78\x8b\xfe\x40\x36\xaf\xdd\xd3\x22\x28\x66\x7a\x37\x19\xb7\x6c\x33\xfc\xa4\x58\x69\x7c\xc8\xd0\xdf\x49\x6e\x9d\x99\x8b\xf4\xef\xc9\x35\xa8\x83\x42\xe9\xc8\x58\x5e\x18\xee\x20\x5e\x34\x19\xa7\xdc\xbd\x15\xc8\x19\xf3\x03\x58\xfa\x7b\xda\x2a\x31\x0b\x27\x25\x30\x40\xaa\xb4\xc6\x79\xd2\x7b\x53\x1a\x9b\x49\x2d\x93\xfd\xc2\xe7\x20\xc3\xd5\x14\x90\xb2\xd6\x5e\x83\x73\x49\x01\x3e\xbc\x54\x6f\x54\x7f\x80\x83\x64\xc0\xc3\x7d\xae\x4b\x4d\x35\x4f\x8a\xce\x26\x77\xe7\x5a\xa4\x1f\x2c\x04\xd4\x98\x9f\xd8\x90\x5d\xa6\x7c\x9e\x1d\xbf\x35\x67\x58\x1d\x7e\x3b\xf8\x20\xff\x73\xb6\x4f\x4e\x49\x40\xa0\xb7\x9c\x2e\x35\x13\x59\x4b\xec\x88\x36\xaf\x88\x20\x12\x8d\x77\xad\x29\xbb\x03\x6c\x83\xa1\xc8\xec\xb3\xf6\x21\x9c\xc8\x6a\x62\x69\x7f\xc2\xb0\x70\xfc\x74\x00\xad\xaa\xc9\x15\x2b\x26\xd9\x31\x72\x22\x91\xdc\xd0\x85\x63\x2e\xbd\x88\x69\x2a\xb3\x9a\xd8\x34\x33\x51\x3f\x20\x46\xff\xce\x48\xf7\xae\x1e\xa1\x38\xb1\x46\x7c\xde\xbc\xb9\x79\xce\x50\x93\x64\xbb\x1d\x4e\xe6\xb3\x6d\x3f\x63\x52\x24\x34\x55\xa5\xd0\xd0\x7e\x1e\x40\x24\x34\x79\x7a\xd6\xb4\xd5\x27\x15\x25\xc6\x57\x66\x8f\xb3\xab\xf9\x64\x74\x6c\xfb\xf9\x02\xcc\x23\xfe\x95\xba\x6e\x2e\xd3\xc2\x4f\x77\xe0\x6b\x52\x28\xce\x97\x57\x14\xe3\x02\xfc\xdb\x2c\xc6\xcc\x97\x74\xdf\xf8\xbc\xb4\x22\xde\x6c\xe4\xbf\xb5\x65\x60\xbe\x4c\xa2\xe4\x1e\x69\x92\x35\xd9\x47\xfa\xdb\x1f\xf4\x45\xfa\xdb\x2e\x9d\xd7\x7c\x59\x90\x4b\x2b\xa6\x21\x20\xf8\xfb\xc5\xab\xdc\x01\xf0\x59\x6a\xb6\x09\xa5\x8a\xb3\xae\xce\x65\x18\xf0\x1a\x10\x91\xd2\xa5\x39\x9a\x73\x81\xc9\x5f\xac\x23\xa7\x21\x3e\x31\x28\x59\xed\x36\x11\xb2\x62\x17\xb8\x39\xc9\xaa\xcc\x57\x3e\xa1\x26\xd9\xcc\x3c\xe7\xc2\xe8\x35\xc4\x38\x50\xf2\x40\xc4\x6e\x1c\x07\xbc\xe3\x77\x8f\xe3\x38\x78\xc7\xe9\x7e\x90\x3e\xb0\x1d\xfe\x80\x9a\xa1\xee\x1e\xb1\x11\x5b\x83\x36\x0e\xe8\x75\xc4\x6e\xc7\xb1\xca\xa8\x67\xf7\x78\x61\x11\x59\xbf\xa9\xd6\xd9\x7c\x69\x1c\xb0\x1b\x8c\x2d\x04\x8f\x03\xd9\x54\x44\x28\xc6\x01\xb5\x4f\x74\x3b\x6a\x2e\x8c\xa6\x76\x24\x53\xe9\x43\xfd\xa1\xe4\xc2\xf1\xf3\x1b\x6e\x7d\x9e\x10\x05\xa1\xe1\xdf\x15\xe3\x27\xfd\x6e\xf0\x3e\xf5\xf7\xa4\x33\x55\x4b\x0c\x90\x28\x8a\x7f\x9f\xd8\x05\x7f\x40\x4d\x56\xf7\x0b\x88\x1d\xd9\x07\x76\x1c\x88\x12\x1e\x87\x7f\x4f\x98\x07\x05\x74\x04\xbc\x48\xf9\x32\x0e\x64\x55\x19\xde\x14\x84\xbb\xc8\xfd\x60\x1c\x11\x25\x6b\xb3\xdb\x1b\xde\xd7\x1e\x45\x6a\x15\x86\x5f\xa0\x44\x53\xfc\xe0\x05\x9e\x08\xc6\x91\xba\x98\xae\x35\x21\xc6\x38\x19\x06\x48\x40\xa7\x4c\x1c\xe3\x80\x8a\x4a\xda\xbc\x71\x24\x02\xd5\xed\xd4\x92\x55\x41\x3d\xb1\x66\xa8\xd6\x00\x71\x46\xb1\x55\xe3\x48\x70\xe9\x33\x62\x26\x62\x85\x3b\x24\x63\x6f\xea\x20\xc3\x22\x5a\xb4\x04\xf8\xdf\x55\xa3\x3a\xb3\xd3\x29\x53\xd3\x38\x32\x69\xcc\xf0\x03\xf8\xc5\x7b\x8d\x8c\x65\xf1\x1a\x21\x9c\x8c\x20\xb0\xc2\x83\xa6\xff\xcc\x00\xc9\x47\x8c\x68\x99\x82\xa4\xd7\x00\x61\x45\x2e\xb0\xe3\x40\x30\x8b\xb2\xe9\x8f\xa3\xe0\xf0\x05\xbd\x8f\xd0\x94\x11\xf4\x3e\x24\x93\x9f\x09\xc3\x15\x6f\x04\x7f\x0f\x7a\x11\x04\xc3\x32\xfe\xf9\xd3\xb2\x17\x50\x88\x98\xc6\x03\x04\xa6\xe8\x1a\x3e\x8e\x42\xd6\xd2\x84\x99\x85\x50\xd7\x8c\x10\x97\x92\x7c\x16\xe1\x3a\xd3\x4c\x6f\x2a\x39\x8b\x0f\x27\xe3\x52\x3c\xe5\x4f\xf4\x49\x3f\xdb\x4c\xfb\x9a\xdc\x90\xc6\x51\xe1\xd8\x9f\xfe\x46\x23\x37\x0e\xa4\xce\x1b\x3e\x28\xac\xfc\x10\xfc\x9b\xb7\x5f\x43\xa0\x3e\x30\x72\xfa\x85\x17\x17\x76\x41\x10\x7e\x7f\xf2\xf5\x1a\x07\x63\x98\x7f\xe6\x0f\x5d\xda\x88\x5a\x5f\x23\x7d\x1c\x82\x18\x62\x96\xb3\x91\x04\xba\xb4\x11\xdd\x8e\x7c\xe4\x3e\xbb\xad\xe3\xb7\xdb\xa9\x9c\x19\x7e\xe1\xc4\xa6\xfb\x05\x64\x76\x36\x71\x81\xa7\xdf\x88\x5a\x22\x92\xef\x65\x13\x1b\x38\xf6\xa9\xc6\xdb\x38\xa0\x78\x53\x8a\x90\x71\x74\xae\x48\x13\xee\xe9\x9f\x3f\x45\x89\x6b\xc7\x41\xe3\x5f\x71\x7f\x64\x63\xde\x31\x6a\xe6\x3c\x61\x26\xf3\xfb\x99\x31\x1c\x87\x86\xc9\x1b\x34\x75\x23\x0a\xa9\xfa\x42\x4b\x01\xb5\x93\x45\x78\xdb\x3a\xf9\x9a\x4f\x4a\xc7\x3e\x25\x6d\x0b\x83\x62\x9a\x5f\x18\x01\x67\x53\x5d\x2e\x83\xa1\x67\x39\x68\xf9\x31\xbd\x60\x5d\x89\x1f\xce\xc6\xe4\x7f\xc1\xd3\x1a\xd4\x71\xfb\x8d\x73\x61\x87\xe6\x79\x52\x06\x68\x02\xf6\x49\xfe\xfa\xf3\x06\x8e\xb8\x79\x07\x0b\x47\xd4\x9f\x2f\x2a\xdc\xf2\xfc\x01\x50\xdc\xf8\x71\x52\xc5\x24\xe0\x9d\x84\x84\xd6\xc5\xc0\xe5\x66\x96\x0f\x55\xdb\x48\x5a\xc5\x32\x41\x0e\x4d\xe1\xa2\x89\xc3\x3b\x7c\x2d\xc2\xe8\x37\x40\xdc\x93\xd6\x7d\x51\x8a\x35\xbb\xf8\x44\xf1\x74\x98\xa5\xb2\x52\xd7\x0f\x4f\xbe\x28\x4d\x15\x4d\x13\x92\x74\xf0\x0b\x4c\xc8\x2c\xe3\xfe\x38\xee\xb5\x3f\x02\xc4\x32\x28\x76\x77\xb1\x4e\x8a\x46\x85\xf6\xed\x30\x66\xdf\xeb\xf4\xfb\x05\x14\xb2\xaa\x02\xc5\x92\x83\xbb\x1f\x70\x37\x0c\xbc\x87\x3a\x11\xcf\x13\xfa\xb5\x91\xd4\xe5\x43\x54\xed\x82\xcd\x43\x4b\xb7\x67\xf5\x20\x42\xc7\xc0\x63\x3e\xc0\x66\x89\x8a\xb5\x1f\x2c\x0d\x40\x38\x56\x66\xfd\x71\xc0\xe9\x45\xa1\xed\xe3\x58\x06\x42\x03\xe2\x45\x42\xa9\xa2\x39\x32\x9c\xba\x99\x68\x21\xf9\x5f\xfe\x79\x81\x66\x69\x63\x21\x35\x74\x3f\x12\xc6\xa4\x25\xc3\xac\x8b\xf1\x1d\x3f\x82\xe1\x64\xbe\x1c\x2d\x6b\x2e\x9c\xd0\x20\x93\x1b\xe8\x1e\x20\x60\x4b\xe4\x08\x4b\xe1\x36\xfc\x00\xeb\xce\xfe\xcd\x0b\xa0\xce\x5f\x40\x3c\xc6\xb0\xa4\x18\x96\x4d\x51\x07\x32\x1c\x14\xd5\xba\x1f\xf0\xe2\x2c\x60\x07\x16\xec\x52\xbc\xc5\x08\x81\xa3\xaa\xcf\x40\x75\x80\x80\x15\x02\xd2\xe2\xa4\xbf\xc9\xcb\x3d\x42\xa0\x4b\xff\xbe\xdf\x8d\x40\xa5\x9a\xa5\xd7\x10\x88\xc6\xc3\x33\x02\x75\xdc\x8a\xcc\x11\x98\x96\x4f\xe1\x15\x23\x30\x0b\x9f\xaa\x59\x8f\xc0\xfa\x0e\xb2\x41\x8f\x10\xd7\xa2\x34\x6a\x5c\x90\xd2\x27\x91\x5c\x55\x7d\x46\x1a\x70\x0c\x7c\x94\x73\x08\x87\x7f\x93\xe2\x0a\x87\x02\x2b\x76\x05\xf1\x95\x00\xb3\xa6\xa2\x08\x47\x60\x71\x52\x4b\x74\x21\x11\xb2\xfe\x4d\xc8\x56\x3f\x20\xef\x1f\xee\x92\x42\xa2\x4e\x5b\x58\x76\x4d\x1d\xa6\x00\x25\x57\x89\x87\x47\xe5\x19\x1f\xee\xf4\xe1\x1b\x42\x01\xc6\x30\x57\xa3\x51\xee\x7c\x43\x3b\x80\x9a\xa5\xd1\x13\x85\x6d\x73\x64\xf7\x70\x41\xf6\xd5\xac\x90\x2a\x4f\xb5\xea\x47\x80\x58\x97\x7e\xde\x47\x60\x92\x41\xb7\x74\x50\x46\x53\xe4\x94\x51\xe1\xd8\x11\xca\x9a\xa2\x7a\x84\xe0\x27\x3b\xc1\x08\x14\xf4\xb2\xdb\x01\x28\xd3\x8c\x40\xc9\x4f\xb7\xb0\x50\x18\xd3\xe3\xcd\x60\x52\x9a\xf1\xf3\xe0\x22\x14\xf4\x49\x5d\xfb\xa7\x65\x42\x96\x2b\x9e\x35\x8c\x99\x23\xbb\x7d\x91\x04\x6d\x4e\x05\x9b\xc8\xfe\xdd\x38\xa6\xd6\x89\x0a\xa7\xc3\x24\xa0\x32\x0d\xad\x3f\x00\x60\xab\x7f\xf3\xf4\x1a\xd1\x29\x7d\x89\x53\x05\xb8\x42\x0d\xf1\xf0\x00\x69\xac\x77\x8f\x08\x69\xec\x90\xf0\x13\x20\x7d\xa9\x9e\xf9\x08\x90\xbe\x7c\x31\x0a\x6d\xc1\x4d\x8b\x6e\x0b\x6e\x7e\x40\x75\x8c\x71\xb4\x53\x4b\x6a\x1c\xa5\x40\x55\xf4\x45\x27\x7f\x15\xdb\x09\x94\xa0\xba\x11\xb0\xe3\x20\x34\x9f\xbe\x8e\xba\x3a\xc6\x30\x4a\x50\xc5\x3d\xac\x59\xf9\x05\xb0\x25\xaf\x0b\x91\x14\xbe\x79\x04\x24\x43\x2e\xd1\x18\x45\xeb\xa7\x27\x49\x0f\x2b\x5f\xe0\x02\xa2\x88\xab\x0f\xeb\x58\x24\x45\xeb\x66\xd2\x17\xe3\xec\xa0\xc9\xc6\x18\x06\xcf\x6b\x95\x81\x1b\x61\xac\x39\xe8\x01\xeb\x53\x34\xef\xd6\x49\xc8\xa9\xcb\x33\xc3\x7f\x54\x3d\x9e\x0b\x4e\x9a\x35\x4b\x9c\xc6\x20\x84\x80\x25\x73\x98\xfc\x9e\x84\x8b\x56\x75\x22\x2d\xae\x57\x49\xe9\xc9\xc4\xfe\x5a\x8c\x50\x1d\x7c\xd2\x53\xb3\x5c\x19\x20\x3d\x95\x28\xf9\x3e\xb0\xa0\x45\x77\x97\x17\xd8\x75\xd5\x2a\x29\x3c\x55\x41\x9e\xc2\x53\x37\x20\x59\x27\x35\xf9\x05\xac\xc1\x84\x16\x76\xcd\x31\xbc\x77\x17\x19\x42\xf8\x9b\x7c\x3f\x23\x50\x16\x1b\x06\x3b\xcb\x65\x34\x23\x0f\x94\x98\x63\x18\x8a\xf4\x80\xf6\xc5\x33\xdc\x15\x1e\xea\x9a\x32\x0c\xa1\xc1\x40\x40\x4c\x70\xd2\x45\x34\xa0\x18\xc6\xa8\x6e\xc7\x36\x54\x8f\x88\x3b\x8c\x49\xc9\x8d\x08\xc2\xee\xf1\x50\xbb\xcc\x04\x92\xf9\xfe\xcc\x12\x91\xc8\xd9\x37\xf5\xb0\x14\x9c\x7a\x1f\x6e\x5e\xc3\x14\xfb\x01\xfb\xb3\x68\xf1\x74\x70\x3b\x81\x84\x69\x9d\x9b\xb7\xfd\x39\xc1\x2f\xfd\x1b\x0b\x30\x2e\x43\xec\xcb\xe6\x29\x70\x7d\x2e\x46\x13\x0a\x7d\x96\x2a\xe0\x15\x36\x4c\xd9\x10\xf0\xab\xf2\x3c\x23\xbc\xd0\x59\x79\xc2\x70\x6c\x6e\x06\x30\x7c\xc0\x2c\xd4\x07\xb8\x7c\xf5\xee\x1d\xa2\xdf\x72\xf3\x1e\xb2\x26\x6b\xf4\x9e\x4c\x7a\xcb\x79\x53\x26\x45\x13\xa9\x0b\x02\x33\xe2\x34\x77\x3a\xc9\x23\x24\xc3\x05\x18\x55\x47\xf3\x20\x0f\xbf\x10\x1c\xe0\x06\x36\x74\x7b\x89\xcc\x98\x63\x65\x5e\x64\xce\xbf\xfe\xf3\x00\xde\xaa\xd9\x5f\x70\x56\xba\xd3\x47\xf8\x21\x0f\xab\x5d\xe2\x81\xbd\x11\xf2\xc4\xe3\xe6\x24\x9a\x1e\x20\x92\xbf\xf8\x03\x96\x5a\xd9\x9b\x11\x03\x5c\xba\xc5\x2c\x23\x14\x88\x43\xc0\x8d\xf0\x33\x1e\xcd\xed\x38\xc1\xba\x46\xc4\xb0\x8c\xd3\xfe\x00\x5a\x12\xc9\xc2\x11\x4e\x63\xc3\xca\xaa\xc8\x12\x10\x51\x7a\x85\xf8\xc9\x5f\xed\x10\x27\x8c\x91\x80\xd5\x9a\x52\xe2\x07\x51\x0f\x10\xa4\xa0\x9d\x88\x89\x79\x26\x04\xc6\xb4\x46\x48\x7a\x80\x6c\x19\x06\x42\x22\xd4\xdc\xc1\x8d\x76\xcd\x88\x21\x69\x72\xf9\x1b\x11\x21\x69\x3e\x73\x31\x03\x6a\x9e\x32\xb3\xf5\xc9\xc3\x6b\xc4\xbc\xe6\xac\x39\xc1\xc7\x2c\xfc\xbc\x00\x38\xea\x94\x47\x66\xeb\xb3\xee\x23\xe6\xb5\xf7\x9a\x34\xbc\xd0\x14\xd6\x3f\x22\x35\x70\xdd\x23\x9c\x9c\x83\x56\x85\x82\xaa\xca\x63\x3b\x22\x03\x64\xad\x6e\x89\x19\x07\xb3\x78\xc8\xc9\x21\x35\x04\x9c\xce\x94\x55\x67\xc4\x12\xf0\x81\x86\x64\x6d\x2e\x2b\x67\x23\xac\x83\x43\x17\xd7\xc8\x08\xb5\xe6\xad\x61\xbd\x54\xf1\xe6\x88\x78\xd8\x21\xb9\x2a\xb2\x76\xd7\xe1\x0e\x80\x4d\xba\x5c\xc7\xca\x93\xac\x7b\x6d\xac\x3c\x43\xc6\xa6\x0a\xd3\x99\x64\xe0\x08\x37\xb3\xa1\x5b\x50\x64\x2d\xfa\x6e\x6c\x82\xd6\x4d\x39\x6e\x46\xa4\xd2\x4d\x8c\x37\x22\xc0\xad\x77\x63\x13\x93\xc3\xc8\xf5\x6e\xc4\xc6\x2c\xc8\x7f\x13\x53\x34\x22\xf3\xf8\x35\x9f\x40\x44\xbc\x0e\x6b\x2e\x23\x1d\xca\xe4\xd5\x34\x22\xc5\x2c\xf9\xff\x8c\xd8\x5e\x44\xfd\xf8\x85\xc9\x29\xaa\x0b\xe4\xe9\x6b\x5e\x03\xe2\x55\x93\x71\x05\x3e\xeb\x3f\x74\xa5\x77\xa4\xf2\x54\x87\x4c\xc3\x27\x37\xb9\x11\xfb\xc9\x29\xb8\x87\x87\x6f\x08\xbb\x58\x62\xc2\x0a\xd7\x38\xa0\x0e\xd5\x5d\x3f\x32\x15\x8b\xa2\xf6\x46\x84\x0b\xd9\xf0\x4e\x0d\x1e\x09\x2d\x02\xf1\xab\x43\x37\xa2\xc8\xb2\xf1\x36\x0d\x44\x64\x62\xf1\xd5\x3e\x32\x00\xae\xfb\xd8\x0e\x18\x23\xbc\x0a\x54\x43\x1d\xe2\x54\x11\xa6\xe5\xf1\xd3\x01\xe1\xe8\x43\x48\xbf\xf8\x66\x8a\xcc\x54\x2b\x92\xa1\x22\xb3\x18\x37\x93\x92\x93\xf9\x09\x7d\xc8\x50\x26\xec\xe7\x04\xc0\x1b\x6c\x58\x8d\x1c\x2f\xd2\x0e\xe9\x38\x22\xa4\xa8\xf4\x73\x2e\x99\x2c\xaf\x99\xdc\xc0\xfa\x3b\x24\x76\x47\x5a\x7f\x9b\x09\x18\x6a\x8f\x0e\xdd\x15\x22\xfd\xc3\xda\x4f\x97\xa4\x05\x3e\x88\x37\x65\x5e\x1f\x0b\x56\x83\x8f\x06\xde\x4d\x42\xee\x73\xb0\x24\x23\xd3\x38\x1a\x74\xe5\xd2\x37\x22\x7d\xc4\x2c\x8b\x44\xe8\xad\x86\x15\xac\xf1\x5e\xf3\xf0\x03\xdc\xe7\xe5\x9b\x34\x22\x1c\xdd\x87\x44\xeb\xf8\x80\xf4\x4a\x16\x8f\x0f\xb3\xd4\x6a\xa9\x0f\x62\xf6\xab\x7f\x43\x65\x21\x4e\x1f\x29\xfe\x48\x24\x8d\xcf\x82\x9d\x07\x00\x89\xf2\x59\x78\x48\x15\x8d\x55\x2f\x67\xa0\x0f\x5e\x8a\xee\x12\xb4\x23\x2d\xb8\x2a\x93\x33\x22\x6a\x56\x64\x13\x8c\x97\x34\xc8\x34\xe0\xe5\xa4\xfc\x01\x27\xe5\x59\xbe\xdc\x50\x0f\x01\xf3\xfe\xcf\x9c\xc8\xf7\x3d\x6b\xa8\xb9\x62\x73\x8f\x64\x69\x86\x1b\xfd\xe0\x65\xa8\x1e\x71\x46\x14\x07\x53\x0f\x48\x91\xfc\x73\xfc\x26\x8f\x9f\xcf\x2f\x22\xb5\xaa\x89\xfd\x27\x32\x75\xab\x06\xe2\x3c\x3f\xbe\x2e\xc1\x32\x4e\x94\x9a\xf6\x94\x18\xd8\xe5\x35\x4c\x38\xfc\xc9\x84\x94\x8e\x35\xc3\xa2\x07\x88\x89\x6a\xfe\xfd\xdd\x70\x93\xea\x38\x8e\xf4\xc9\x4f\x51\x7e\xd7\x23\x1d\x0b\x8c\x55\x0f\xa8\x10\x49\xfe\x62\x62\x8e\xfa\x02\x2a\x31\x79\x69\x8d\xc4\x94\x81\x72\xf7\x1c\x89\x75\xb7\x6c\x62\x48\x4c\x09\x28\xa7\x85\x91\x20\x11\x29\xbe\x60\xa4\x00\xf1\x46\xfc\x25\x05\x82\xc5\x1d\xac\xad\x6b\x7a\xf0\x60\x99\xfe\x00\x6c\xba\xb9\xc3\x85\x90\x7a\x01\x2a\x2f\x15\x4d\x1a\x29\x82\x4d\xff\x55\x59\xd7\x91\x62\xc4\x74\x04\x54\x14\xc0\x3f\x74\x85\x4b\xcc\x16\x68\x13\x75\x8a\x3c\x50\xfe\x0d\x35\x9f\x0e\x7d\x62\xd2\x66\x25\x4f\x1b\x29\x42\x25\x6b\x98\x46\x92\x69\x11\xd5\xc4\x12\xfa\xb6\x87\xa6\x08\x25\x53\xf0\x10\x37\x6c\xba\xee\xe1\xc5\x1c\x05\x72\xb8\x9c\x59\x69\x9f\x12\xa2\x5c\xdd\x5f\x5a\xa4\x4b\x8b\xa2\x0f\x5a\x33\xa6\xa4\x82\x1e\xfd\x05\x99\xb2\xa8\x5f\xa2\x0b\x9a\x2d\xa6\x29\x71\x1b\xfd\xc2\xf5\xfd\xd6\xc5\x34\x7d\x02\x5f\x3b\x8c\x9b\x4b\x9e\x13\x99\x4f\x99\x3c\x57\x1d\xae\xa4\x04\x46\x56\x08\x74\x29\x1b\x39\x3f\x81\x2e\x45\x9f\x07\xfa\x7b\x89\xea\x27\x16\xc4\xb7\xc5\x32\x95\x85\xbd\x5a\x16\xcb\xb1\x2a\xc3\xda\x48\x05\xa1\x0f\xc5\x2f\x50\x3a\xf1\x21\xfc\x44\xbc\x76\xe8\xc2\x91\x0a\x28\x55\x73\x07\x8b\xa2\xbb\x07\x8a\xa1\x62\x56\xa9\xb0\xf8\xa3\x7b\xb8\xd1\xa3\x67\x4d\xca\x64\x7c\xff\x64\xbc\x76\xf8\x00\xd5\x05\x7a\xf5\xb0\x04\x30\xdd\xac\x52\xa5\x26\xd4\x38\x58\xc9\x85\x0d\x1a\xc4\x12\x58\x39\x9e\x2a\x09\x81\xd8\x4c\xaa\x40\xa9\xe0\x49\xf0\x0e\xe9\x85\x36\x50\x7d\x8f\xd9\x08\x5b\x23\x5d\xa3\xf2\x43\x2c\x35\xb5\x85\x64\x42\x11\xc4\x16\xd8\x3c\x9a\x58\xaf\x55\x45\x40\x46\x62\x0a\x67\x5f\x6d\x53\x23\xac\xdc\x25\xd9\xa5\xe4\xe1\xd4\x18\x55\xac\x75\x35\x4a\x17\x92\x91\x52\xa7\x3e\xc3\xc4\x81\xa5\x24\xe4\xaa\x3b\xd2\xd2\x9f\x99\x26\xae\x14\xcb\x52\x04\xa5\xce\x0b\xbe\x06\xe9\x6b\x16\x02\x56\xa7\xdc\x64\x34\x5a\xb2\x9e\xa4\xee\x34\x70\x1a\x82\x5f\x20\x9e\xe9\x36\x93\x90\x46\xf9\xf0\x18\x48\xbb\xd7\x8d\x25\x4b\xa3\x26\xe9\x30\x51\xb6\x33\x11\xa1\x41\x32\x9a\x48\x30\x38\x40\x1e\xba\x23\x9d\x6b\xc7\x34\xed\x73\x29\x23\x35\xab\x13\xd1\xca\xde\xb0\xa5\x63\xeb\x7e\x81\x45\x59\xb4\x1f\x4b\xfc\x1b\x1e\x63\x70\x16\x7e\x83\xb2\xbb\x64\xcc\x84\x52\xf4\x87\x51\xf5\x22\xb6\x6b\x1d\x17\xd8\x85\x44\xf3\x74\x11\xb7\xcd\x81\x96\x0a\xcc\x93\xb8\xa9\xac\x96\x6c\x9e\x6e\x90\x70\xb3\xa8\x1b\x6a\x05\xa3\x19\xeb\xc8\x77\x13\x92\x4f\x2c\x6b\x87\xcf\xf0\xcd\x03\x26\xf9\x31\xdd\x6b\x12\xfe\x62\x2d\x4b\xa0\x82\x37\xff\xf0\x25\x3c\x2d\xc9\x4e\x22\x4b\x7a\xb0\xd0\xd8\xff\x8a\x2b\x21\xa4\x3f\x78\xfb\x1f\x88\x54\xdd\xb4\xf0\xe1\x94\x35\x21\x6a\xad\x14\x3e\x30\x12\x8d\x91\xdd\xe4\xf4\x79\xf0\x85\xd6\x44\xb5\x94\xcf\xda\x43\xa3\x8e\x79\x02\x6c\x91\xd6\x6c\xa4\x97\xc4\xd3\x28\xf7\x02\xa9\x7d\xd6\x5e\x30\x11\xc9\xc3\xe9\x25\x13\x31\x27\x7c\x17\xe0\x35\x87\x97\xab\xd0\x56\xd2\x6f\x4e\x5e\xe4\x23\xd1\x4f\xae\x9b\x4b\x30\x3a\xc0\xd6\x8e\xf4\x49\x61\xce\x9a\x38\xd2\xa4\x8a\xc8\x7c\x66\xae\xbd\xd3\xa0\x73\xa5\x50\xf7\x27\x8b\x18\xee\xcd\xcc\xf0\x8c\x8b\xb6\x98\xe4\x63\x51\x91\xa6\x07\x40\x31\xed\x76\x3e\x68\xcf\x52\x9f\xf9\x68\x78\xa1\xe8\x77\x67\x97\xfe\x82\x52\x40\xf5\xa0\x14\x6b\xc4\xac\x72\x00\xc2\x68\x21\x39\x70\x4c\x4d\x2a\x10\xfc\x51\xbf\x0b\x87\xd0\x98\x90\xc4\x94\x48\x7d\x64\xf8\xaa\xd9\x76\x98\x29\x89\x89\x34\x66\xb8\x9e\xb9\x24\xff\xc8\x9f\x20\xd5\xec\x4b\x96\x23\x78\xbc\x2c\x87\x99\xc5\x4a\xc7\xcf\x0b\xab\x07\xc1\x29\x41\x14\x93\x8c\x9c\x59\x62\x4b\x8e\xe7\x23\x27\xd2\xa0\x9f\x07\xb4\x24\x89\x7f\x66\x8a\x26\x22\x18\x39\x81\x23\x7b\x2b\x12\x8b\xf4\x0a\xb0\x14\x4c\x44\x07\x73\x5a\xdb\x2d\xb8\x31\x17\xb2\x95\xee\x39\x11\xf2\xe2\x96\x39\x73\xdd\x9a\x53\x5e\xa7\x4f\x73\xa0\x70\x23\x8a\x93\x33\x64\x42\x69\xb3\x72\x26\x52\xba\x9d\x11\x2a\x9e\x03\xdd\xc1\x6c\x6a\xce\x10\x55\x94\xaf\x70\xe4\x02\xb1\x34\xfb\x37\x33\x48\x6b\x6b\x0a\xc5\x6e\xb1\xdf\xcc\xdc\x47\x76\x67\xca\x05\x70\xd0\xcd\x32\x17\x6c\x5e\xf6\xef\x9b\x1f\x78\x0a\x10\x01\x7c\x0a\x0a\x37\x53\x82\x48\xa6\x60\xe2\x39\xb0\xf2\x84\x15\xcf\xb9\x72\xd2\xda\x9a\xba\x36\x57\x70\xa8\x3c\x05\xc1\x0f\xb8\x59\x02\x6c\x25\x17\x33\x1c\x18\xf3\x28\x27\xfe\x91\x59\x6a\x42\xd1\xa6\x23\x33\x08\x52\x2e\xf9\x23\x37\x4c\xd3\xbb\xd9\xa8\xec\x96\xfc\x94\x1b\x09\x99\x18\x61\x6e\x40\x31\xc3\xb2\xe1\xf0\x7a\x12\x14\x43\x74\x45\xce\x0d\xa4\xf4\xe7\x7b\x40\xae\x78\x06\xb8\x55\x49\x1c\xc8\x1d\xf8\x24\x81\x22\x33\xb5\xb0\x22\x68\x47\x66\xfe\x34\x85\xdc\x8e\xf2\xcd\x20\x99\x23\x95\x46\x95\xae\x76\xb3\x2c\xe3\xa4\x78\x75\x69\x0b\x2e\x7a\xd0\x99\xbc\xa7\xe9\x37\x36\x47\xe2\x40\xc1\x24\x5a\xfa\x2b\xc3\x51\xd9\x13\xd4\x84\x3a\x75\x1d\xcd\x0f\x00\x33\x11\xea\xd2\x29\x18\xeb\x10\x15\x64\x3f\x56\xaa\x82\x51\x3a\xb6\xbe\xba\x1d\xc9\x32\x82\xe7\x4b\x37\x21\xed\x7c\x81\x94\x65\xf6\x53\x58\x36\xdf\x20\x19\xb8\x1e\x77\xff\x86\x0e\x5a\xbb\x54\x28\x83\x49\x03\x50\x06\x08\x49\x75\xfb\x62\x80\x9a\xc1\x09\x44\xaa\xfe\x4d\x1d\x91\x0e\x65\xa1\x47\x97\xf0\xa2\x9c\x8c\x0a\x13\x4c\x60\xb3\x34\x85\x2e\x67\x41\x89\x73\xff\xae\xdc\x55\x77\x40\x20\xba\x03\xf0\x47\xf1\x88\xb2\xc4\xab\xe2\x29\x5d\xd4\x21\x78\x4a\xac\x38\x6e\xbc\x38\x81\xab\xe2\xea\x05\x55\xf8\x93\x55\xd0\x05\xfa\xb7\xe8\x0f\xae\x45\x80\x35\x89\x8b\x7e\x2c\xde\x6a\x8a\x68\xcd\x3d\x30\xb1\x8e\x74\x67\xe5\x02\xa9\x69\xfe\x8d\xf3\x23\xe6\x58\x2e\x32\x5c\xe3\xe2\x85\x03\x24\x3a\x51\x58\x52\xd6\x0e\x25\x85\x22\x9d\xb7\xe6\xa6\x68\x21\x6a\x56\x20\xd3\xd9\x9f\xa4\xd0\x43\x4c\x51\x2f\xa3\xd0\x43\xcc\x7e\x13\xe5\x06\xfe\x35\xf7\xc0\x28\x65\x09\x44\xe5\xe6\xac\xb5\xec\x9b\x90\x14\xa0\x56\x26\x62\x89\x1e\xe5\x21\xb9\x13\xb7\x2b\x0f\x30\xee\xe7\x05\xd0\x19\x8f\xf0\x00\x03\x7f\xde\xef\x60\xd0\x9a\xe2\x12\xea\x24\x1f\x95\x87\xb2\x8c\x4f\xd9\x83\x39\x76\xbf\x40\xde\x26\x19\xac\x3c\x3c\x45\x86\xc3\x43\xaa\x2e\xc9\xb1\xb0\xda\x98\x5d\x35\xca\x0b\x6a\xe5\x2f\x5e\x10\x0e\x5d\x55\xca\x4b\x15\x90\x38\x74\xa1\xdc\xe7\x83\xb7\xe4\x3e\x51\xe0\x82\x80\x8c\x6c\xe2\x50\x51\x7b\x5d\x49\x9f\x47\x0d\x0b\x21\xa2\x1e\x90\x9a\x49\x86\xaf\x14\x45\x74\xfd\xa9\x31\xf2\x05\x3f\x58\xb3\x52\x17\x11\x67\x47\x36\xab\x0a\x2d\x8b\x1d\xe5\x6b\xa4\x80\xec\x2e\x99\x8b\xc1\x8e\x13\xf5\x13\x56\x92\x9d\x18\x2a\x75\x20\x56\xc0\xd7\x44\x1a\x27\x12\x53\x51\x86\xc1\x1a\xbb\xca\x72\x9f\x76\x19\xae\x89\x06\xf8\xe2\x37\x3e\x4c\x57\xc8\xed\xa8\x28\xc3\xe0\x9b\x64\xcd\xbc\xdc\x08\xb1\x6b\xc6\x6e\xb8\x47\x18\xd6\x94\x10\x6e\xd4\x8c\xb3\x27\x1d\x7f\xcd\xc0\x10\x5d\xba\x2b\xac\x60\x96\x22\x6b\x06\xaf\x92\x15\xa2\x16\xa0\x83\xc4\x88\xca\x9a\x57\x56\xe8\xd7\xb2\x00\xad\xad\x29\xe4\x4d\x22\xa4\xf5\x93\x34\x92\x72\xce\x8c\x4a\x8d\xc7\xf0\x07\x38\x48\xba\x3b\x55\x0a\x1e\xe3\xaf\xbc\xea\x6a\xe1\x7c\x05\xa0\x65\x00\xf3\x02\x91\x78\xc1\x76\xea\x8a\x0c\xb1\x4a\x03\x36\x6a\xa5\x32\x5a\xa3\xc3\x20\xa6\x5c\xbe\xa3\xd6\xef\x50\xda\xfb\xad\xc2\x31\x29\x79\xb9\xf5\x46\xbb\xc7\x23\xaa\x4a\x4e\xaf\xf0\x13\xb7\x71\xa9\x7e\xe2\x46\xb3\x83\x41\x6d\xb0\xef\x67\xb7\x2f\x80\x6a\x06\x0d\x7e\xf1\xba\x75\x57\x54\x68\xb7\x33\x5d\xa5\x78\x22\x5d\x41\x6d\xa8\xc5\xe7\xd3\x04\x3f\x25\x3b\x61\x57\xa6\x7f\xb4\x67\x4b\x6d\x14\xfd\x92\x47\x7c\xe0\x89\xef\x11\xd7\x9a\xfc\x05\x09\xb2\xf1\xb2\xf3\xb0\x88\x84\xd7\xbe\xd2\xb5\x09\x0b\x3a\x95\x8e\x3e\xf4\x74\x1e\xb7\xfe\xae\xc2\xf7\xc9\x2a\xa6\x8a\x62\x59\xc3\x78\x04\x11\xc2\xca\x85\xca\x34\x0f\xf6\x86\xa9\xb0\xca\x29\x34\x72\x54\x78\x3e\x59\x26\xae\x1d\x05\xdd\x0c\x38\x88\x14\x59\x22\x52\x45\x0a\x59\xe5\x42\x1a\x75\x50\xa0\xd5\x5d\xa3\xa2\xfc\x55\xf6\x22\x47\x41\x87\x5a\x01\xab\x25\x0c\x9f\xce\xd1\xf0\x82\x70\x61\x74\xfc\xd6\x92\x68\xa2\xf3\x56\x0d\x6a\x0b\x7d\x36\x10\xfd\xa9\xda\x1e\xa3\xc2\x71\x4a\x95\xa4\x46\x1d\x50\x8e\x9b\xaa\xb1\x98\x82\xed\x45\xf5\x24\xf6\x09\xea\x27\xe2\x81\x8c\x7d\xe7\xda\x05\x8d\x78\xb2\xb6\x86\xc8\x77\xa5\xd6\xc7\xd6\x99\x7a\x72\x51\x1a\x93\x6e\xe8\xe2\x4a\x75\x49\x25\x12\x94\xea\x79\xe2\x03\xff\xe6\x3d\xd1\x3b\x7b\xc2\xd4\x61\x0c\x87\x12\xc8\xea\x8e\xba\x1c\xa9\x7c\xca\x3f\xa1\xa4\xa9\x3a\xf0\xa8\x17\x0e\xa9\x77\xee\x6a\xdf\x2a\x7d\xe6\x2e\x1e\x01\x9f\xe2\x8b\x65\x07\xdc\x21\x42\x8a\x3c\x45\x88\x24\xdd\xfe\xc4\x15\xf1\x9e\xd5\xfc\x85\x5a\xa6\xe6\xf6\x0c\x9f\x67\x81\x11\xd6\xc0\xe4\x25\x21\x51\x64\x92\xdc\x55\x6f\x3a\x69\x08\xca\x9f\x3c\xe2\xb2\x8c\xa3\x32\x25\x96\x2d\x2d\xf5\x93\x47\x9a\x82\x10\x47\xa5\x07\xbb\x77\x05\xe2\x48\x30\x9d\xbb\x5f\xfc\xd6\x84\x1e\xa4\x26\xf5\x3e\xb3\x0c\xaa\xea\x21\x8f\x0a\x69\x24\x78\x1b\xe1\x28\xa5\xdc\xdb\xa3\xb2\xf8\x97\x6f\xd6\xf5\x13\x47\x72\x92\xbe\xa0\x3e\x0b\xc8\x5a\x13\x92\x42\x56\xe3\x1e\xa4\x93\xf0\xf3\x7b\x01\xd9\x43\xd0\x0d\xd0\x50\x5a\xd2\x89\x04\xbf\x8a\x94\x14\x16\x4e\x2a\x9c\xa3\xa2\x64\xcf\x0a\xd1\x22\x46\xb7\x13\x17\xbd\x4f\xc8\xfa\x68\x7f\xdb\xfa\x2e\x67\x02\xfd\xa6\xd4\xdf\xff\xea\x1e\x54\x27\xf2\xbf\x9a\xfb\xb2\x16\x99\x92\x53\x8c\x0a\x67\x79\x6b\x2f\xea\x44\xf1\x09\x83\x00\x61\x9d\x36\x00\xd7\x09\x34\x90\xbc\x56\xe7\x42\x03\xbf\xf0\x31\x53\xe5\x35\x1b\x0d\x56\xc1\xa4\x3b\x48\x63\xd4\xa6\x21\xd2\x8e\x45\x77\xfd\x05\xce\x4e\xf4\x6f\xea\x89\xb4\xd1\xed\xc0\x61\x8a\xfe\x8d\xa0\x47\x09\xba\xed\x00\x11\xd3\x51\x68\xc7\x82\x71\xd6\x03\xa4\x51\x90\xfc\xdf\x0e\x16\xd2\xf4\x6f\xa0\xa6\x36\xa9\xc1\xea\xa8\xbc\xdb\xa3\x85\x80\xdf\x87\x7e\x27\xbc\xaf\x09\x30\x77\x97\xfd\x4d\x5b\xc0\x8c\x75\xb1\x6a\xb0\x31\x5a\xb6\x6b\x61\x41\x51\x53\x66\x18\xa6\xbd\x0e\x1b\xac\x8e\xd6\x6d\xb4\x40\xc1\x39\x7b\x08\xc6\xe3\xe9\x37\xab\x88\x99\x47\xb6\x08\xb0\x4a\x05\xd8\x22\x02\x76\x25\xdc\xb7\x48\xe1\xb0\xfa\x03\x50\x45\xef\x64\x02\xd1\x93\xdc\xd0\x96\xfc\xa9\xc3\xd0\x68\xc6\xf3\x94\x12\x4c\xfb\xc3\xed\x95\xf1\x74\x82\xe3\x27\x8f\xba\x1e\xd6\x68\x89\x60\x11\x14\x12\x2c\xd0\xc2\xde\x06\xe1\xb2\xdb\xd9\xb3\x41\xb8\x0c\x46\xae\xcc\x11\xdd\x8e\x35\x7b\x80\x8c\x7d\xc8\xee\xb0\xb1\x43\x77\x00\xd4\xc9\xee\x00\x33\xd2\xf1\x6e\x79\xe5\x64\x75\x8f\xe0\x6f\xc3\x1d\xac\xfb\x8b\xd6\x90\xc1\x3a\x24\x66\x34\xfa\x64\xe9\x7c\xb7\x42\x5f\x65\xb7\x17\xde\x90\xfd\xa0\x42\x93\xa6\x11\xca\x9a\xb3\x5f\xa0\x92\x4a\x22\x75\x83\x6a\xcd\x2e\x14\xad\xf0\x16\xd6\xfc\xe0\x62\x17\x7e\x00\xc2\x97\xfd\xfb\x45\x1c\x9e\xc6\x84\x26\x2d\xf8\x04\x7e\x42\x6c\xcb\x3e\x00\x70\xe2\xb2\xb6\xbf\x55\xba\xd3\x35\x7f\xc0\x8d\x10\x54\x28\xb4\x1a\x55\x96\xbb\xbd\xc8\x60\xab\xdc\x08\x21\x23\xb2\x8d\x29\xd1\xf2\x68\x95\xb4\x3c\x78\x04\xb0\x1f\x03\x01\xfe\xf7\xa6\x7c\xad\x2e\xd2\xad\x29\x34\x1c\x62\x09\x5f\xad\xad\x39\x6b\x4e\x90\x73\x6d\xf2\x6a\xcb\xf1\xab\xf9\x0b\x20\x87\xee\x5f\xad\xe1\xc0\x14\x8f\x70\x71\x63\xb4\x53\xd0\xcb\x29\x65\xf0\x68\x8d\xb7\x2b\xd3\xc2\x25\xb6\x9a\x52\xb1\xea\x57\xf7\x27\x9d\xb3\xd6\xa4\x3a\xb3\x96\x08\x4e\x1d\x4c\xd2\x43\x76\x00\x5a\xa2\x74\xeb\xbc\xa2\xff\x74\x40\xb8\xb9\x83\x07\x8a\x09\x75\x30\x96\xb8\xa5\x1e\xc6\x3a\xc5\x7f\xe5\xae\xd0\x58\x8e\xcb\xe6\xcb\x36\xa8\xe4\x77\x77\x14\x92\x8d\x9c\x63\x61\xab\x66\x34\x00\x35\x49\xd1\x8d\x86\x42\x47\xce\xb6\xb1\xa0\xa6\x35\x9d\xac\x78\x21\xb0\x52\xef\x15\x4d\xeb\x4e\x10\x6c\x9f\x90\x13\x50\xf2\xa2\xa1\xc7\xb2\x76\xa6\xc1\x15\xbf\x79\xd2\x27\xd5\xe1\x46\xa6\x93\xd1\xd1\x7e\x61\x91\x01\x2d\xe2\x5a\x87\x54\x6f\x5c\x6b\xdd\x7e\x40\x9d\xbb\xc9\x25\x53\x9f\xfa\x6e\xdd\xae\xb5\x70\x4d\x8b\xde\xf0\x36\x99\xb6\x9b\xaa\x63\x63\xfd\xcd\x85\x6a\x90\x9b\x0b\x55\x97\xf4\xf8\xea\x5e\x29\x4c\x8b\x36\xaa\xb5\x9b\x5e\x0e\x26\xa9\x4b\xee\x33\xac\x28\xf7\xf9\xe4\xc2\xb2\xd8\xed\x66\xd6\xee\x85\xe5\x1e\x94\xb7\x35\x83\x9f\x49\x3f\x6c\xfb\x6b\xac\x89\x6f\xb1\xa3\x3d\xd4\x8d\x6a\x1d\x0f\x39\xac\x65\x80\x67\x2d\x44\x3b\xb2\xa4\x41\x4b\x01\x4c\x11\x1e\xa5\x7b\x6a\x0f\x15\x68\xa6\xdd\x14\xff\x7c\xbe\x97\x72\xca\xd0\x5b\xe2\x9f\x54\x4d\x6d\xe9\xa2\x8c\x58\xef\x9a\xb8\x3e\x79\xa9\x88\x36\xc4\x5f\xc8\x1a\x3e\xf2\x2f\x6a\x26\x19\x51\x58\x0a\xdf\x2e\xb4\x6d\xae\x2e\xf5\xc6\x04\xd3\xf3\x81\x41\x39\xd9\x94\xdc\xce\x1b\x53\xf7\x0b\xa0\x09\xc6\xb4\x09\x24\x30\xf2\x2e\x19\xce\x0b\x87\xc5\xd1\x0e\xdc\x0d\xc5\x64\x95\x0e\x77\xf4\x23\x40\x61\xd2\xf4\x1b\xa5\x63\xc5\x0e\xfa\x27\xd2\xc5\x43\xdb\xd9\x19\x0d\x39\x7e\x5e\x20\x93\xcb\xfa\x5d\x11\x33\xe4\x0e\xc9\x0e\x74\x53\xee\x30\x47\x2a\xb5\xf5\xe8\x07\x89\x44\xf7\x10\xd8\xbb\xee\x11\x28\xba\x27\xcf\x79\xed\x9d\xc7\x80\x50\x27\xac\xec\x01\xf6\x07\xed\x6d\x0f\xbc\x40\x69\x0a\x28\xaf\x6f\x9e\xd7\x03\xa3\xa1\xdd\xbe\x16\xe9\x07\x24\x94\x22\x43\x1d\xc9\x39\x94\x8e\x7d\xf4\x00\x3d\xc8\x70\x8f\xa4\xcd\xcd\x1f\x80\xc9\x49\x5c\xe9\x74\x3d\x73\x64\x78\x0f\x6b\x51\x7b\x6b\x3b\xa3\x29\x1d\xda\xda\xa1\x87\x0c\x42\xfa\x1e\xc9\xe5\x84\x6f\x9d\x62\xa1\x21\x1d\xe9\xf4\x92\xdc\x25\xd9\xde\x4f\x17\xb4\x79\x79\xde\x91\xb5\x32\x3c\x26\x62\x18\x74\x0f\xeb\xcb\xec\x6a\xd0\x2e\xb3\xab\x08\x76\x87\x68\x69\x77\x9f\x0e\xa3\xaa\xef\xfc\x3d\xf1\x0a\x20\x94\xed\x09\x57\x7c\xf7\x98\x40\xb6\x7a\xf8\x1b\x9e\xd4\x11\x99\x99\x6d\x31\xe8\x9f\x9c\x99\x54\x4a\x76\x74\xe4\xef\x30\x05\xeb\x09\x67\xb6\x7b\x7a\x04\xbb\xc8\x6c\xcf\x3c\xe5\x3a\x62\x9d\x82\xa6\xd1\x73\x09\x9a\x3a\xa4\x7d\x09\x92\x46\x3f\xe8\x41\xcd\x66\x3b\x02\x35\x9d\xee\xa2\x43\xef\x69\xb9\xb2\xb3\x40\x8d\xd3\xe3\x74\xd6\xa3\x31\xf2\x14\x6e\xa4\x16\x51\x68\x16\xf9\x79\x00\xd7\xb0\xe1\x1e\xa1\x17\x35\x72\x15\x12\xcc\x9f\x0f\x3e\xf9\xc6\x4e\xc9\x1d\x7a\x53\x5f\x93\x7a\x41\x88\xba\xb8\x64\xaf\xb0\x32\x0f\xff\xe6\x81\x90\x38\xde\x29\xf5\xe9\x46\xd1\x2b\x81\x22\xda\xd7\x29\xd4\x19\x59\x99\x62\x36\x1a\x51\x1a\xf8\x9b\xa7\xd8\x80\xcd\x22\xe9\xfd\x84\x2f\xa3\xc4\xc6\x4e\x4d\x8f\xbf\xa7\xfb\xb7\xed\xda\xfd\x24\xdd\xd0\x0d\xa0\x9f\x64\x56\x3e\x20\x27\x36\x42\x1a\xb0\xce\xa4\x05\xb6\xb2\x75\x84\xdd\x39\x03\x41\xbf\xa8\x2f\xf5\xd6\x51\x19\x64\xb8\xb0\x92\xa6\x8d\x43\xfd\xa2\x86\xfa\x67\x0c\x92\xbb\x9f\x3e\xe9\x02\xe0\x3e\x6e\x26\xd7\xcc\x7e\xf0\x41\xc6\x31\xef\xfd\x26\x64\x04\xca\xe5\x0d\x6e\x84\x83\x68\xe0\x60\xef\x7e\xaf\x59\xf9\x8b\x35\x2b\x3f\x20\xf0\x8a\xc7\x20\x7d\x32\xa9\x78\x58\x1e\x45\xdb\xf3\x71\xd8\xfa\x33\x06\xd4\x27\xc5\xa0\x7b\x59\x0e\xc5\xab\x58\xfc\x54\x62\x7d\x87\x53\x8f\xbd\x75\xfb\xcb\x6b\xae\x91\x92\x15\xdd\x93\x17\xfe\x52\x3d\x68\x5a\xf1\xae\xe0\x7e\x81\xfb\x1d\x58\xb9\xbb\xe0\xdd\xa2\x78\x5a\x17\x5e\xf0\xef\xe7\x9f\x3f\xf9\x87\x86\x7e\x3c\xbc\x24\x93\xcc\x17\x69\x4c\xcc\x7b\xa8\x64\xd1\x75\xab\xcf\x35\x69\xed\x2f\x58\xb6\x2f\x2f\x7d\xae\x39\xfb\x0b\x2a\xd3\x34\x45\x24\x24\xb0\xe7\x5b\x47\xf2\x2c\xd5\xfe\x1d\x63\x39\x00\x69\x8a\xe3\x20\x3a\xf8\x05\xa4\x40\x08\x6e\xa7\xfc\x24\x8a\x35\x98\x00\xd4\x5a\xfe\x71\x10\x4a\x45\xbf\x11\x00\x2d\xc3\xcb\x40\x6e\x2c\xf3\xc3\x01\xd7\x6c\x8b\xa2\x83\xb5\x1e\xcd\xee\xc6\xc7\x50\x9b\xad\x87\x23\xb0\x36\xbf\xdb\x33\xda\x35\x81\x40\x8c\xfd\xe9\xb1\xe3\x85\xae\xdf\x64\x2b\x3a\x68\xe3\xe3\x86\x2d\xea\x76\x3f\xc0\x0c\x1d\xf4\x3d\x96\x51\x4e\x67\x60\x80\x19\x3a\x24\x77\xc4\xb5\x0f\xfe\xe2\xa3\x99\xaa\xdf\x33\x06\x83\xe3\x8a\xdb\x79\xe5\x1b\x7f\x53\xbc\x75\x8c\x8f\x71\xb6\xa8\x9b\xfc\x80\x9f\xb4\xf1\x64\x24\x62\xbf\x84\xda\x41\x3f\x68\xdb\xe7\x46\x5a\x30\xd1\x8c\x13\x65\x08\x3f\x40\x66\xcc\x92\x84\xbc\x63\x29\x51\x24\xb0\x0f\x28\x51\x1c\x4a\x39\xf2\x27\x2e\xda\x1e\x34\x32\xc9\x76\x73\x97\xc4\x95\xe1\x2e\xa9\x3a\xfa\x79\x00\x5c\x31\x76\x81\xb9\x59\xa0\x1c\x30\xf2\x39\x56\x6e\x20\xc1\x7a\x49\x46\xcf\xcc\xab\x8e\xb8\xd9\x28\xd8\x4a\x89\xa0\x63\x59\xf5\x44\xf9\x47\xe1\xac\x85\x4d\x50\x93\x34\x0f\x59\x98\xdb\x6d\xf8\x85\x05\x29\xf7\xb0\xf6\x4e\xb3\x42\xc6\xf5\x92\x8c\xf2\x85\x82\xcc\xcf\x1b\x93\x6f\xa8\xd3\x4a\x66\x20\x26\x3a\xe0\x27\x9b\xa4\x44\x1b\xa8\x3e\x7d\xfc\xfc\x5e\x83\xaa\x07\xa6\xcb\x74\x8a\x9b\xf1\x5d\x77\x5d\x3d\x6f\x8c\x65\x41\x11\xe9\x1f\x27\xa9\x89\x64\xbe\x71\x12\x14\x82\xfe\xb9\x36\x50\x63\x20\xf4\x3c\x27\xff\xfe\xe4\x1d\x55\x0f\x19\xe3\xa2\x14\x29\x4a\x3f\xe0\x84\x51\x9c\x6b\x6a\x5c\x38\x39\xb6\x57\x0c\xd4\x02\x71\xd4\xf2\xf8\x98\x5e\xb2\x89\x65\xb0\x36\x88\xed\x15\x03\x3e\x16\x8e\xec\x18\xcb\xa0\xd1\xfc\xc5\xe4\x03\x75\xf9\x5d\x6e\x53\x92\xc4\x34\xee\xb5\x6e\x3f\xf8\x4e\x87\x6f\xc3\x03\x2c\xce\x6a\xdf\x01\x27\x0c\x47\x97\x0c\x30\x34\x07\x72\x0c\xdc\x75\x4b\x32\x49\xc3\xbd\xf4\x07\xad\x1f\xd0\x0f\xe9\x27\x07\x4c\x14\x0e\xb5\x18\xf4\x7a\x75\xea\x92\xb1\xae\xa9\xdd\x3d\xc2\xea\xe2\xf3\x0b\xb7\x58\x07\x19\x0c\x96\xf0\xf0\xed\x6f\x3c\x27\xbb\xf4\x1c\x70\x94\x4c\xe9\x99\x24\xdb\x56\x8f\x01\xbf\x59\x87\x73\x8c\x87\x47\xa9\x7b\x52\x13\x2f\xa8\xc7\x77\x11\x66\x4d\x02\x0e\x14\x76\x40\x1d\x6f\xe3\x10\xea\x72\x12\xcb\xc5\x52\xc7\xc4\x32\xc4\xc7\xc7\x5c\xcb\xf0\x17\x98\xb5\xf8\xd7\x60\x41\x64\x47\xc7\x0e\x14\x81\xca\x5a\xe6\x79\x00\xd4\x52\xbc\x9e\x34\x1b\x24\xe9\x8e\xcf\x83\xce\x2b\x3a\x27\xe7\x01\xda\x68\x5d\xee\x79\xe0\x18\x48\x69\x79\x1e\x4c\x57\x5a\xfd\x80\x7c\xbe\xbb\x8b\x8b\x5d\x78\x54\xea\x79\x7e\x06\x79\x21\x7e\x78\x0c\xc0\x52\x92\xdb\x19\xa8\x10\xd0\xe1\x3c\x19\x90\x64\x31\xeb\xfc\xb8\xde\x8f\x0f\xe2\x19\x96\x2c\xa0\xdf\x95\x0b\x8d\x7a\x00\x5a\x9a\xdd\xc1\x9a\xf5\xd0\x83\x97\xb3\x56\x17\x91\xdb\x23\x4e\x7a\x92\xcf\x8d\xbf\x4b\xba\x70\xae\x08\x70\x9d\xfe\x13\xae\x2a\xc5\x4e\x5b\x27\x43\x86\xac\xa3\x3e\x91\xb8\xda\x5e\xcf\x67\xe4\x76\xab\x87\xef\x7e\x97\x2c\x3b\x9c\x8b\xb1\xe9\x1c\x9c\x2c\x23\xe2\xa0\xda\x93\x37\x3e\x87\xa7\x9e\x69\xc1\xc5\x6f\x7c\x57\x40\x5b\xae\x4e\x46\x91\xa7\x9f\x2f\xc0\x4d\xa5\x3a\x3d\x33\x58\x88\xa4\xba\x13\x29\xa2\x0f\x07\x93\x9d\x64\x84\x92\x60\xce\x0c\x99\x49\xba\xd4\x33\xf3\x34\x0f\xbf\x00\x0c\x93\xd8\x76\x92\x31\x3a\x56\xf4\x84\x1f\x6d\x49\x3f\x0f\x88\x61\xd1\x9f\xf0\x20\x0c\xcf\x0a\xc7\x57\x62\xd7\x99\x49\xfe\x35\x89\xb2\x66\xad\x1e\xe0\x79\xab\xe2\xb7\xe3\x2c\x3c\x07\xe2\x7c\x27\x39\xa3\x84\xcd\xb3\x10\x92\x62\xf0\x67\x21\x24\x35\x49\xe6\x88\x36\x6f\x3d\x61\x40\x50\x31\x9b\x71\xc2\x35\x37\x4a\x1b\x77\xb2\x2a\xe9\xf8\x79\x01\xc7\x42\x94\xf8\x84\xa3\xad\xdd\xc0\x4e\x98\x03\xec\x24\x74\x56\x4c\x51\x2a\xde\xb3\x02\xe7\x75\x6f\x38\xe1\x76\xfb\x73\x72\x71\x2f\xb4\x67\xc6\x89\xb8\x0e\xfb\x66\x9e\x27\xa9\xa6\x6e\xf0\x27\xab\x5b\x59\xa1\x78\xc2\xcd\xd0\xfc\xe9\xe4\x35\xcf\x0a\xc5\xf3\x24\xfb\x11\x55\x3c\x61\xf3\xb7\x39\xfa\x5c\x2c\xd0\x80\xbf\x16\xe0\xfd\x06\x6f\x50\x26\x06\x17\xf9\xae\x66\x45\x1d\xf0\x0f\x06\x5e\x0b\x3d\xb4\x15\xe4\x92\xd5\xbf\xc1\xfc\xad\x49\x3b\x51\x17\xc2\x06\xe9\x73\x6b\x80\x35\xe6\xbd\xe8\xa4\xba\xb8\x99\x9f\x49\x90\xa0\x6b\xa2\x23\xdf\x4e\x24\x44\x89\x56\x9d\x9d\x88\xf1\xfd\xb9\x4b\x9e\x37\xb6\x57\x12\xe4\x09\xcf\xc2\xe1\x00\xbf\x93\x8c\x52\x12\xe3\xc9\x0a\x8f\x0e\xaa\x3c\x59\xdc\xca\x61\x8c\x27\x2a\x3a\xfe\x5c\x3f\x4f\x2a\x74\xad\x4e\x3b\x11\xf8\xeb\xf0\x82\x13\x71\xbf\xed\xa7\x07\xc2\x2e\x79\x12\x37\x5e\xd0\x07\xef\x9a\xa5\x1f\x70\xc3\xbc\x1f\xef\x9a\x95\xb6\xf4\xc5\x9d\x58\x12\xc6\xb9\x38\xa1\x98\xeb\xf9\xae\x1d\x14\xb8\x11\xe8\x9b\xcc\x30\x78\x75\x14\x3f\x3f\x19\xf8\x6b\x9d\xc7\x89\xdc\xcd\x59\x12\xc2\xf9\x82\x6a\x89\x5b\x9f\x2f\x60\xed\xf6\x09\xd0\x8a\xf5\x9e\x13\x47\x49\x57\xee\x73\x92\x70\x4a\xd3\x74\x4e\x9c\x6e\xb1\xe2\x93\xe5\x28\x92\x0f\x2b\xd5\xbf\x56\xcb\x9c\x64\xd6\xe2\xcd\x27\x33\xa5\x58\x49\x72\xb2\x62\xa3\x95\x24\x17\x43\x7f\xad\x03\xb9\x8e\x45\xa5\xb2\x1e\x44\xee\xaf\x3f\x49\x9c\xc6\x5f\x25\x4b\xbd\x60\xf2\xb7\xf2\xf6\x62\xa6\x66\x5f\xc9\x2f\x94\xa7\x38\x8c\x50\x17\x78\xf9\xe1\xdd\xbe\xc8\xcb\x1d\x33\x7a\x91\x57\x3b\x04\xf4\x0a\xc4\x52\xc9\x18\x57\xe0\xd1\x10\x2f\xbe\x78\xe3\x14\x33\xbf\xc2\x1a\xd5\x7d\x82\x50\x75\xff\x26\x52\x4a\x08\xb9\x58\xc5\xd1\x21\x82\x17\x0c\xf9\x87\x55\x3b\x57\xc0\x86\x8b\x79\x5f\x2c\xeb\x95\x44\xba\xae\x08\x62\x29\x8e\x71\xf1\x92\xea\x04\x6a\x17\x14\xb4\xc3\xc1\x91\x57\x64\x49\x4e\x11\x85\x8b\x39\x94\xcd\x90\xaf\x8f\x21\x97\xa4\xc3\x76\xa5\x8f\x60\x5b\x89\x72\x81\x1d\x1f\x3f\xb0\xa2\x6f\xa9\xb5\x43\x17\x2a\x36\x38\xa6\xe0\x4a\x2c\x17\xa3\x39\xd0\x93\xd4\x91\xa9\x17\xee\xa1\xf6\x68\xba\x90\xf3\xd8\xce\xc5\x17\xb8\xaf\x53\x8b\x5c\xb0\xe5\x3b\x7d\xef\xf5\x31\xdf\xe4\x90\xfb\x2b\x77\x4e\xd1\x0f\x16\x18\x3c\x02\xcf\x5e\x71\x97\x13\x5d\x0a\x92\x1f\x6f\x6d\xbe\xcd\x5d\x88\xb6\x55\x09\xb6\x71\x95\x05\x05\x75\xf0\x71\xca\xe6\x6b\xd1\x05\x46\x69\x97\xfe\x8b\x57\x4a\xbb\xcf\x5e\x65\x91\x52\x0d\xc1\x98\x14\xab\x82\x2e\x98\xce\xc7\x21\x31\xe6\xaa\x24\x4a\x92\x21\xae\xba\x48\xa5\x46\xad\x6b\xe5\x5a\x07\xf5\xa8\xd6\xdd\x5c\x95\x45\xf5\xf4\x42\x8b\x20\x8d\x1a\xa3\xad\xc3\xe8\x07\x04\xb6\x7f\x17\x7c\xa0\x0e\x1b\x79\x84\x38\x3c\xaa\xfa\x7f\x3d\x68\x96\xac\xd4\x69\x77\x4a\x14\xe9\xff\x66\x29\x8c\xe8\xd8\x60\xa3\x14\x4c\xd9\x3f\xfa\x1c\x14\xe5\xff\xba\x10\xb8\x91\x6b\xee\xf8\xc1\xa1\x4e\x2c\x94\x20\x71\xd1\xbc\x6d\xcf\x3d\xd4\xf1\x0f\x3f\x3a\x9f\x8b\x95\xbe\xed\x6e\xb4\x0a\xf7\xdb\xd5\x06\x85\xfb\x83\x4d\xe8\x28\xdc\xef\xba\xde\x83\x75\xfb\x0f\x87\x80\x5e\x03\x68\x63\xc4\x1b\xc8\xcc\xd0\xfc\x01\x31\xd9\xbf\xc9\x77\x24\x7c\x5c\x83\xfb\x25\xd9\x02\x95\xfe\xbf\x21\xfc\x06\xf1\xc6\xc0\x3a\x49\x9a\x24\xe1\x5c\x27\x65\xf2\xe4\x37\x80\x9b\x9e\xe5\xb9\x40\xa3\x69\x7c\x42\x52\x52\x31\xb6\x71\x21\x36\xc3\x86\xdc\x8b\x46\x6e\xc7\x6c\x5e\x48\x8d\xf2\x03\x98\x93\x85\x9e\x35\xc9\x6b\x01\x46\xcb\xb8\xc2\x07\x39\x4f\x9a\xe9\x7b\x1d\xd3\x79\xc1\x4d\xd2\x32\xfd\xc5\x82\xa1\x76\x29\xba\x20\x31\x0d\xa7\x84\xb9\x10\xcb\x61\xd9\xf5\xfa\x24\x26\xd7\x50\x1f\x17\x8d\xe6\xd6\x6e\x5d\x30\x9a\x0f\x87\x26\x5d\x10\xa1\x8e\x9f\xf3\x04\x11\xca\xf7\x86\x8b\x9e\x93\x29\xfd\x95\x31\xe9\x82\xda\x3c\x49\xa0\xbf\xee\xb5\x0f\x42\xda\x9b\xa7\xd3\x53\x66\x64\x87\x0f\x27\x02\x3b\xd2\xcf\x7c\xd6\x5e\xbb\x4b\x90\x29\x09\xf4\x17\xcd\xe5\x56\xc8\x5d\x88\xdb\xf8\x39\xbd\x0f\xf2\x6a\x18\x9d\x9e\x35\x27\x1d\x93\x87\x60\x95\x88\x77\x41\x78\xb2\x8e\xfc\x7a\x48\xad\xbd\x0a\x44\xdb\x66\xcb\x7c\x17\xa2\x2e\x7e\xce\x3b\x94\x06\x49\xf2\xf3\xf5\x02\xe9\x8d\x3c\x2f\xe7\xa8\x55\x43\xd6\xfa\xd1\xb5\x5e\xef\x9a\xa4\xe6\x00\x57\x49\x7b\x16\x5e\x50\xcb\x0f\x87\x02\x5c\xc8\x15\x5c\xac\x5c\xbb\x5e\xee\xf5\xcf\x83\xc9\x07\xea\x73\x62\xaf\xdd\x05\xa4\xa9\x9f\xcd\x82\x6d\xdd\x2e\xa3\xd7\x24\x35\xf6\xa9\x42\x80\xaf\x3d\xce\xae\xb9\x66\xad\x75\x4f\x4a\x26\x26\xc6\xcc\x4c\x67\x55\xe6\xc5\x00\xdf\xe4\x73\xc3\x78\x5e\xdb\x0f\xae\x49\x14\x15\x52\xdd\x9f\x7c\xd5\x9d\x20\xef\x46\x7d\xaf\xc3\x1e\x8c\x37\x7c\x26\xed\x65\x79\x43\x5e\xb2\x4f\xc0\x0d\x97\xc8\xa4\xb3\x7e\x43\x99\xef\x59\xdf\x07\x70\x30\xbb\xbf\x05\x5a\x77\x70\xe3\x83\xae\xdf\x48\xcb\xdc\xfc\x01\xc9\xbd\x94\x6d\xf7\x27\x5d\x65\xb3\xf3\x9b\x05\x4e\xad\xa5\xbc\xa1\xfe\x4f\x12\x2a\x6f\x38\x51\x1a\x2a\x37\xd4\xff\xde\xdc\x3b\x14\xfc\xf6\x00\xa4\x80\x9e\xe2\x27\x6b\x35\xa7\xb2\xbd\x61\x2d\x3f\x1c\xad\x7d\x07\x22\xb5\xa1\xb4\x34\x27\x52\x8c\xde\x30\x10\x24\xe9\x5a\xee\x48\x82\x25\x35\xd4\xcd\x92\xaa\x56\xd9\xdf\x91\x80\xd7\xac\x21\x9c\xa5\xec\x1e\x29\x9c\x35\xbf\x40\x84\xf1\x56\xb0\xe8\x97\xf5\x9c\x77\xe4\x9d\xc2\x0b\x89\x44\x18\x83\x0a\x06\xf6\x12\xfc\xc2\x8b\x41\x3d\x29\x44\x1e\x8a\x5b\xdf\x30\xaf\x27\xc9\x6a\x37\x3d\x37\x1d\xf8\x7a\x53\xdc\x93\x22\xe3\x5e\xe2\x9e\xb8\xcb\xbd\xb4\x2f\x46\x10\xe6\xf0\xb3\xb3\xe7\x4d\xa3\xba\x44\x9f\x1b\x61\xcd\x66\x47\x77\x62\x81\x09\x0f\x41\xb6\xdb\x3c\x29\x2c\x42\xea\x99\x9b\x91\x44\x3f\x38\xcd\xa8\x66\x2b\x53\x6f\x58\xdd\x0f\x33\xa8\x3b\x53\x54\xf2\x42\x61\x86\x4f\x12\xf8\xee\xdc\xf0\xdb\x3d\x20\x16\xdb\x18\xc2\xba\xae\x56\xbf\xde\x05\x21\x55\x5e\x76\xa1\xa0\x64\x50\xd3\x0e\xe1\xb0\xe5\xbb\x50\x46\x11\x21\xbc\x0b\x5c\xfd\x0f\x77\x41\xda\x5b\xfc\x02\x20\x55\xdc\x25\xe5\x56\x31\x88\x9b\x95\x5f\x8f\xf2\x57\x46\xa5\xbb\x10\xcb\xa5\x9d\xb9\xcb\x5a\x94\x67\x40\xaa\x28\x85\xcf\x0d\xf7\xce\xe4\x35\x54\xde\xde\x44\xac\xef\xba\x96\xed\x37\x16\xf5\xf6\x1b\x84\xac\x16\xb5\x64\x52\xf1\xa4\x9b\xa5\x5e\x7f\x4e\x46\xe3\xd9\x92\x20\x76\xb3\x94\xab\xdd\x86\xee\xc6\xdd\xd3\x18\x6d\x1d\x1d\x3f\x00\x55\xf3\x4a\x99\xf0\xd8\x11\xb0\x37\x3d\x30\xed\xbb\x72\xbf\x28\xfe\x2e\xfa\x7e\x33\xf4\xcf\x11\xab\xf7\xcb\x75\x08\x34\x28\xc5\x64\xbd\xf4\x8d\xfb\x7c\x92\x7c\x79\xbf\xa0\x8b\x92\x83\x6f\x32\x18\x49\xbd\xf7\x5c\xab\x54\x87\x28\x5f\xed\xe4\x1e\xf7\xc4\x1d\x43\x3a\xc5\x7b\x22\x78\xca\xe4\x81\x09\x24\xac\x6b\xbf\x17\x3f\xd1\x49\x7b\x96\x6a\x5c\x47\xf1\x81\xad\x57\x35\x72\xc7\x43\x66\x20\xb8\x3e\x47\x43\x36\xc1\xa8\xdf\x00\xa3\x84\xe8\x87\xcc\xa1\xba\x9d\x08\x29\xa9\xec\x81\x16\xdc\x02\xc9\x43\xd3\xae\x03\x68\x1f\xd2\x76\x31\x83\x87\xb4\x5b\x2c\xf0\x09\x4c\x1b\xe9\xdf\x94\xda\xa4\x72\x78\x70\x09\x76\xfe\xe5\x07\x59\xae\x1c\x9d\xf2\x44\x2e\x49\x4b\x86\x1d\x36\xeb\x12\xfd\xc0\x77\xdd\x25\x7f\x1e\xda\x65\x7f\xbe\xbf\xb1\x02\xf7\x4f\xf6\x25\x05\xc3\x93\x28\xcb\x4a\xbe\x79\x12\x37\x52\x64\xfa\x49\x14\xda\x75\x51\x7f\x12\x63\x9b\xdd\x05\x17\x25\x25\xf7\x93\x28\xd5\x27\x7f\x01\x92\xd7\xfc\x05\x57\x2d\x28\x20\xaf\x43\x12\xcb\x7c\xf2\xda\x69\x4d\x2a\x93\x1d\x49\xb6\x7c\x78\x49\xf6\x46\x64\x5e\xa1\x86\x1f\x00\x70\x5e\x05\xd3\x5c\x99\x24\x3e\xf0\x80\xb7\x95\xed\xc9\x3c\x53\xa2\xba\x0f\x2c\xb1\xce\x4d\xf9\xf0\xd2\xac\x23\xf6\x14\x6a\x7a\x0c\x5b\x54\xf2\x49\xc6\x57\x90\x33\xe7\xe7\x7b\x16\x39\x12\xd1\x7d\x2a\x60\x2f\x82\xf8\x7c\xe4\x28\xb5\x9f\x76\x6e\x85\x08\xda\xb3\xc8\x53\xf1\x1b\x00\xc3\xcf\x0b\x0b\x0c\x9a\x43\xe5\x75\xb5\xf8\x8d\x93\x7b\xe3\x2e\x78\xb1\xf0\x24\xee\xef\xdc\x1a\x0c\x15\x7b\xe5\xdd\x6f\x14\xd1\x04\x06\x44\x51\x26\x63\x74\xa3\x24\x69\x30\xc0\x5b\xdc\xa6\xc0\xa7\x51\x61\x25\x59\xf4\x69\x34\x3f\x17\x77\xf9\xf2\x81\xe6\xc4\xbc\x0c\xd6\x51\x3f\x9d\xdc\x48\x0a\xaa\x87\xd9\xd9\x6d\xc0\x7a\x90\xf6\x20\xfd\xbc\xc0\xcd\x71\x3b\xef\xcb\x3e\xdb\x9d\xc2\xa9\x98\xc3\xc3\x7a\x36\x63\xfc\x55\x62\xa0\x87\xa9\xa6\xc4\x40\x1f\x24\x92\x4a\x36\x5f\x3c\x83\xda\x0c\xf1\xe0\x87\x0e\xe1\x87\x74\x68\xcf\x20\xa0\xd4\x05\xd3\x1a\x1c\x06\xfd\x89\xdd\x96\x42\xec\x39\xb1\x26\x99\x2f\x9e\x55\x76\xe6\xf0\x03\x10\x71\x8f\xc0\x24\x04\xf6\x47\x78\x4e\x96\x56\x3a\xfc\x00\xbb\x2d\x2a\xfe\x2c\x83\xb8\xf8\xdd\x73\x61\xbb\x8d\x60\xb0\x7f\x1f\x3f\x1f\x90\xb9\x79\x15\x17\xce\xd9\xf0\x0b\x5c\xb6\x57\x71\x7d\xcb\x76\x36\xb9\x07\x49\x0a\x92\x74\x78\xcf\xb5\x26\xed\x29\x90\xf1\x7b\xdd\xcc\x4a\xe0\xd8\xeb\xe7\x3e\xf8\x89\xde\xb8\x71\x76\x8d\x1d\x77\xc4\x98\x9a\xc3\xbd\x0e\x96\x5f\x20\xa8\x35\x26\x6e\xbf\xd9\xbb\xb9\x6e\xbf\x62\xc9\xcf\xbd\x96\x25\xc0\xac\x32\xd3\x87\xbb\x9c\xe8\x42\x80\x79\x12\x7e\xeb\x83\x87\xa2\xa7\x58\xf2\xf3\xdd\x66\x9b\xb3\x6e\x3f\x0f\x2a\x85\x79\x77\x1f\x52\x2c\x4f\xf2\xe1\x6e\x4a\x0f\xf1\x30\x45\xa8\xb9\xf6\xb3\x4c\x03\x06\xc4\xcb\xd3\x6a\x68\xbf\x94\x88\x75\x73\x7c\x5e\xae\xdc\x5f\x2c\x7f\x13\x7f\x41\xdd\xb0\x2e\x2c\xcf\xba\xae\x4a\x36\x78\xe0\x0a\x9e\x0f\x7f\xb1\xe6\xe9\x17\x08\x1a\xad\x9c\x65\x1b\xad\x7f\x7c\x26\x22\xae\x4c\xac\x91\x03\xf4\xf0\x05\xf8\xa1\x2f\xf8\x0f\x2f\x87\xa5\x3e\x4b\xff\xf8\x40\x9a\xb0\x43\xd1\x03\x63\x80\x23\xa4\x9e\x89\x39\x1a\x74\x73\xcd\x71\xc3\xe1\xa5\xa7\x99\xc3\xc5\xdf\x63\x01\x62\xe8\xc1\xc9\x37\x0e\x3d\x78\xf8\x20\xea\xc1\xea\x74\x83\xea\x65\x92\x4e\x8b\x24\x2f\x0a\x3e\x27\xab\x96\xde\x00\xeb\x8f\xb4\x5b\x2f\xf5\xea\x8e\x9d\x7e\x99\xa2\xc1\x92\xda\xfb\x5d\xf6\x5a\xf6\xc4\x91\x44\x27\x7b\xcc\x46\xab\xa7\x7a\x44\x74\x8f\x8b\xa1\xbd\x6d\x71\x08\xbf\x70\x71\x48\xf7\xf0\xc9\x82\xce\xb5\xf8\x36\xc2\xce\x1f\xac\xb2\x7f\xfb\x77\x5f\xa9\x0b\xf4\x02\x82\x7b\xec\x06\xff\x22\xe0\x7c\x38\x30\xf9\x85\xbe\x33\x59\x77\xf5\x76\x6c\xa7\xc1\x02\x55\x64\x16\x31\x7d\x07\x0e\xb4\x78\xf1\x3b\x10\x5d\x2d\x51\x10\x65\xff\x5b\x16\xb5\x7f\xe9\xae\x74\xfc\x3c\x60\xa0\xb2\x3b\xec\x7c\xc1\x0f\x16\x14\x3c\x05\xac\x5a\x34\xe6\x5d\xaa\x4b\x49\x3d\xef\x80\x32\xda\x3b\x75\x2e\x1c\x15\xa4\x4f\x4e\xca\xbf\x3f\x91\x38\x89\xf5\xbe\xac\x9c\x61\x81\xf6\x05\xc1\xcf\xf1\xaf\xdc\x1b\x5e\xb8\x00\xbb\x1e\xc4\x7b\x92\xcd\x7a\x5b\x4e\x2e\x40\x30\x5e\xcc\xc0\x2b\x3a\x19\x0e\x21\x59\xe1\x5d\x8a\x4f\x09\xed\x2f\xbc\xa1\x92\x6f\xa6\x2f\x14\x9d\xce\x2b\xf6\x7e\xec\xa0\x39\x61\xdf\x0b\x6e\x90\xa3\x7f\x83\x78\x64\xff\x46\xb9\x46\x1f\x32\x94\x07\x6e\x9e\xe3\xc7\x0c\x72\xfb\x99\x00\x8f\x58\xf0\x03\xb8\xa8\x36\x4f\x68\xa2\xd8\xaf\x36\xe1\x66\x10\x89\xf7\xf5\x46\xb2\xde\x9f\xdf\x0b\x33\x04\xf4\x7b\x61\x82\xe6\x88\x1c\x83\x3f\xe9\xbb\x5f\x24\xa4\xb1\x1b\xec\x8b\x40\xa0\x2a\x59\xe0\x7d\xa8\x1e\x56\x07\x28\x69\xe6\xab\xf4\x0b\xb5\x66\x4e\xfe\x4d\xd9\xc1\xab\x7e\xfa\x3f\x7f\x4a\xcd\x7e\x61\xc0\xa9\xd5\xbf\xa9\xd5\xd4\x1a\x1e\x4e\x48\x4b\x80\xab\x94\x53\x6b\xbc\x0f\x48\x44\xf2\x84\x26\xa1\xa8\x19\x7f\x7c\xa2\x65\xa9\x9c\xde\x97\x1a\x08\x91\xcb\x17\xa9\x65\xb2\xf7\x61\x29\x35\x75\x51\x79\x91\x41\x30\xff\x7c\x40\x99\xae\xba\x4b\xd0\x7c\x03\x69\x2e\xdc\xf2\x03\x54\x33\xb5\x9c\xf8\x4e\x2a\x03\xa5\x28\x79\x61\x12\xce\x3f\xbf\x09\xb7\xe4\x07\xdc\x3a\xb1\xa6\x17\x51\xdd\x59\x2c\xf5\x9d\x6b\xe1\xfb\x8b\xb9\xa8\xbc\xa8\xe5\x64\xd4\xb6\xc3\xf7\xe7\x32\xc0\x66\xbf\xf1\xa2\x4e\x49\xd4\x6f\x2a\x35\xb5\x5b\x33\x50\x23\xa0\x4b\xd9\x0c\x6b\x65\x7e\x83\xf7\x1d\x5d\x03\x27\x9c\xa5\x9c\xd6\x70\x86\x05\x7f\xcd\x02\x17\xcd\x2c\xb4\x9e\x8b\x6f\x24\xbf\xc0\x0d\xd1\x0d\x69\x06\xde\x04\x9a\x3f\xa1\x80\xf2\x33\x08\x05\xf3\xec\x07\x93\x6f\xec\x4d\x9d\x88\xba\xb1\x23\xe1\x84\x1a\x31\x4b\x4e\x9f\x71\xed\x90\x3f\xa0\x92\x48\x17\x39\xd4\xed\x6f\x59\xa8\x8f\xa2\xfc\xdf\xac\xd4\x45\xe2\x4a\x75\x61\x41\x8d\xfd\xf0\x73\xa2\x51\x53\xff\x7b\xa0\xa5\xb2\xa8\xbe\x33\x32\xa0\xa8\x7e\xca\x3f\x5f\xa0\xc8\x91\xb1\x77\xa6\x45\x35\x34\x4f\x5c\x50\x73\x71\x97\x5c\xb9\x90\x71\x2e\x25\x9d\x78\x1e\xaa\xe6\x7f\x0f\xd4\x05\xbc\x87\x87\xf3\x3e\xa0\x6e\x7e\x4c\x3f\x78\x90\x41\x90\x8b\xbb\xb8\xfe\xf9\x53\xec\xdf\xca\xb2\xf8\xce\xba\x3b\x19\x09\x63\xd0\xc0\x01\xca\x15\x02\x67\x21\x6a\xea\x52\x8c\x2a\xf9\xcd\x69\xce\x56\x91\x7c\xe7\x79\x98\x85\x58\x62\x34\x2a\x0b\xb8\xfe\xa4\xf3\x13\x2d\xbc\x50\x1a\x30\xa6\x51\xed\xe6\xcc\x08\xb3\x90\x6d\xe4\xbf\x4a\x13\x34\x2b\x24\x39\x7f\x5d\x21\x05\x4b\x42\x9d\x95\x3c\xaf\xfb\xc1\xe0\x78\x9a\x33\x7c\xa4\xb2\x91\x10\x79\x7f\x72\x75\xfb\x9a\xa0\x5f\x58\x13\x14\xe0\x2a\x4f\xa8\xf1\x96\x15\x64\x9d\xd8\x60\x36\x6e\xb7\xae\xe2\x13\xb7\xdc\x2c\xea\x35\x1b\x19\x9f\x11\xbb\x11\x1f\xc4\xf9\x26\x94\x7a\xd9\x87\x1e\xc9\x81\x72\xf5\x10\x3c\x7e\xc5\x2f\x3c\x7c\xa0\x31\x3b\x92\xff\x78\x61\x9d\x48\xe9\xa3\x31\x48\x58\x44\xf7\xe7\xa0\x84\x21\x9d\xc5\xa4\xd8\x63\xba\xb2\xc4\x1e\x9f\x3f\x56\x58\xb5\x7b\xf2\x44\x10\xb2\xed\x1d\xf3\x93\x72\x8a\x9d\xbf\xe6\x27\xe5\x7c\xb0\x53\x0f\x48\xc6\x97\x4d\x56\x4e\x12\x37\x9f\x25\x06\x25\x5b\x2f\x32\x4f\xc2\xce\x07\xe1\xe4\x9d\xc3\x9f\x20\x92\xe8\x27\xc3\xc2\x64\x35\x2d\xb3\xd8\xc9\x4c\x75\x16\x5e\x26\xcc\x9f\xc5\x3e\x67\xa8\xf2\x1f\xb2\xaf\xd7\x2c\xeb\x9f\x6d\x2d\x9c\x88\xe2\x39\x14\x63\x7e\x36\xdc\x5d\x8b\x52\x49\x9c\x17\xb5\xe0\x4a\xe4\x30\x3b\x14\xaf\x25\x6f\x12\x39\x3b\x02\xd9\x4b\xde\x33\x9d\x88\x1e\x09\x49\x69\xe7\xe7\x80\x7c\x9e\x74\xad\x9f\x88\xde\xf8\x26\x96\xf7\x83\x48\x87\xaf\x2d\x28\xce\x11\xe9\x3b\xbf\xaf\x86\x73\xc0\x2a\x91\x74\xd3\x9f\xf4\xc7\x4f\xb2\xfe\xce\x01\x0c\x4e\xd2\xd7\xcf\x81\x2c\x4f\x59\x1a\x92\x09\x87\xfc\xa6\xac\xa2\x73\x20\xfc\x3c\xeb\x2a\x38\x07\xf6\x29\xeb\x06\x3b\xe1\x77\xde\x94\x8e\x75\xc2\x4b\x3c\xb8\x9a\xdc\x84\x4b\x76\x70\x4d\x9b\x39\xa0\x24\x56\x3d\x90\x49\xdf\xe5\x24\xa7\x8f\x09\xb7\xe2\xae\x5b\xd6\x84\x5b\x71\x97\xd8\x3e\xe1\x56\xdc\x54\xd6\x64\xd2\xab\x38\xcb\x49\x68\xc2\xab\xb8\xe7\xee\x0f\xd2\xf7\x5b\x8b\x38\x3f\x46\xd9\xf3\xd6\x36\xcc\x33\x30\x00\xf7\xf0\x0b\xf5\x9f\x3f\xbd\x68\xbf\xce\x8f\x4f\x76\xa5\x0f\x9a\xe7\xc7\x04\x7b\xd9\x47\x6a\x9e\xdf\x7d\xab\x97\xee\xef\x9f\xef\xf7\xcf\x84\x5e\xfc\xf6\x80\x48\x83\xe1\x15\x46\x24\xbf\xdc\xf4\x74\xc2\xe9\xb8\xd7\xe4\x76\x16\x50\xad\x7e\xc0\x52\xa6\x9a\x40\x44\x92\xec\x24\x90\xb0\x4a\xe8\xbe\xee\x4d\xb8\x24\xf7\xea\x05\x44\x94\x09\xf1\x84\x23\xbd\x03\x3d\x81\x07\xc2\xe8\xde\x65\xb8\x2c\x87\x24\xc2\x35\xe9\xb3\x9c\x92\x67\x04\x8d\x70\x92\x1a\x69\xc2\x89\xf9\x7b\xe0\x3e\x20\x43\xcb\x6a\x3a\xe1\xd5\x1c\x92\xb8\xe3\x84\x57\x73\x53\x25\xab\x09\xa7\xe6\x6f\x10\x2d\x0b\x5e\xcd\x8e\xcd\x98\x27\xd8\x7c\x12\x2d\x9b\x27\xd8\x7c\x4a\x5e\x19\x2c\x6d\x49\x7a\x86\x79\xd2\x15\x4b\xe9\xd3\xe6\x99\x78\xf6\xfe\xea\xc2\x34\xe1\x47\xfd\xbd\xed\x49\x4f\x0e\xa0\x39\x65\xc2\xaa\x0a\x12\x99\xb0\x32\x3e\x66\xc2\x2a\x69\xd6\x99\xb0\x2a\x02\x6f\x26\xac\x9a\x80\x97\x09\xab\xa8\x59\x43\x75\xad\x42\x93\x13\xde\xd6\x5f\x9f\xee\x82\xb0\xca\xfe\x82\x22\xd1\xd0\xcc\x21\x6a\xb4\x9f\x2f\x08\xaa\xe6\x89\xf3\xe8\xfa\x1c\x64\x82\x2a\x7b\x5a\x84\x46\xf2\x03\x42\x63\x68\xad\x85\xd0\x28\xea\xb4\x10\x1a\xde\xe5\x42\x68\x44\xf5\x51\x08\x0d\x63\x6b\x21\x34\xb2\x40\x5c\x16\xe6\xf8\x01\x69\x5f\xd1\x4c\x0b\xc1\xe1\x23\x47\x37\xee\x1f\x5c\x2a\x44\x9d\xe6\x07\x44\x9d\xe2\x4e\x61\xd5\x0f\x3f\x7d\x30\x03\x9d\x21\x58\xd6\xde\x0b\xc6\xac\xaa\x2f\x97\x89\x79\x56\xae\xd6\xc4\xaa\xae\xd5\xfa\x0d\xae\x56\xbc\x00\xee\xe0\xc1\x37\xfc\x09\x7f\xf0\x6f\x14\xa1\x0b\x7c\xde\x8a\x34\x93\xf3\xac\x5c\x6d\xf4\x27\xdc\xfc\xe6\x4f\xb8\x5a\x63\x3d\x04\x24\x15\x79\x9e\x70\x22\x0f\x76\x80\x9a\x27\xa2\x8b\x73\x34\xd6\x42\x64\x4a\x4a\xd6\x33\xe1\xe7\x3a\x0c\xf3\x17\xd5\xf8\xe4\x13\x3e\xa1\x95\x6a\x8a\xdd\x9a\x2f\x0c\xef\x12\x65\xe7\x9b\xc0\x3a\x44\x25\xe7\x11\xfe\xf9\xa3\x0b\xf1\xc4\x2d\xab\x4b\x35\x3a\x71\xc9\x92\x8e\x6b\xce\x95\x18\x4b\x3f\x99\xea\x45\x3f\x99\xd5\x41\x3f\x1b\xfa\xf2\xc7\x88\x7c\xee\xfa\x89\xd2\x5a\xee\xeb\xfe\xe7\x8f\x89\xe9\x3c\x50\x97\x3f\xe9\xe7\x27\x81\x27\x77\x3d\xff\xf9\xa3\x8a\x4e\x73\x06\x56\xe5\xd2\x4f\x7c\xab\x97\x03\x6b\xbf\xe8\xe7\xf7\xed\xbe\x71\x4c\xdc\x9c\x54\x67\x7b\xe2\x86\xa2\xa8\xd6\x89\x0b\x8a\x49\x3a\xae\x27\xb2\x9c\x4e\x5c\x4e\x54\x4a\x71\xe2\x6e\xa2\x12\x7f\x73\x7e\x34\x49\x4a\xe2\x39\xcb\xd7\xb3\x10\x6c\x16\xf4\xac\x49\x7e\x78\xaf\x9c\xfc\x13\xa2\xbb\xf2\x27\xcd\x09\xd7\x26\x9d\xde\xf9\xa6\xaf\x67\x4d\xe3\xcd\x00\xb4\xdf\xc6\xb6\xf8\x6d\xe4\xc8\x25\xb0\xc2\x44\xe5\xf0\xbe\x33\xcb\x86\x19\x71\xb1\x3e\xb6\x35\x37\x4c\x16\x47\x0c\xfb\x26\x10\x26\xd2\xdf\x84\xb8\x43\xa1\xe2\x71\xc0\x1c\x9b\x76\xd6\xc7\x78\x1c\xc8\x33\xa9\x88\xae\xef\x01\x64\x98\xad\x93\x8b\x07\x4b\xf9\xb7\x6d\x55\xfe\x1e\xd0\xd7\x32\xeb\x13\x44\xb1\xe7\xed\x27\x19\x0f\xd4\x48\xff\x84\xcf\xb6\x1e\xa0\x4c\x73\x3c\x76\x02\xe2\x78\xa0\xe2\x6d\x48\x5d\x6f\xc4\x40\x6b\x64\xd9\x7d\xa0\x2e\x50\x90\x33\x7b\x3c\x58\x84\xa5\xc5\xf1\x17\xae\x75\xf1\x48\x9d\x6f\x77\xf5\x37\xb9\xd0\xb1\xa7\xb0\xf2\xd4\x6f\xe7\xe9\x78\x94\x63\xbd\xb1\x3f\x29\xe0\x55\x79\xe7\x55\x88\x07\xf2\x49\x7f\x20\xda\xa0\x28\x8c\x3c\x48\x02\x56\xdd\xc2\xd5\x06\x78\xa5\x71\x79\xa7\xd1\x8c\x47\x7d\xe9\x59\xd4\x37\xf4\x90\xe4\x2b\xb4\x1d\xb4\x15\x8f\x46\xa7\xbf\x7d\x73\x8a\x07\x33\x9a\xc8\xcb\x2f\x1e\x1d\x6c\x5b\x8e\x83\xf1\xe8\x30\x00\xc9\x43\x2e\x1e\x83\x56\xf6\x9d\x96\x22\x1e\x03\x06\x41\x79\xa7\xc5\x63\x30\xf9\x53\xd0\xa6\x21\x78\x34\xc8\x9f\x2d\x1e\x8b\xb2\xee\x7a\x6d\xf1\x38\x99\xf3\x79\x53\xc5\x78\xc0\xff\x3c\xc8\x35\x2c\x1e\x17\xb2\x29\xa5\x5d\x4c\x22\x1e\x70\xca\x0c\x69\x07\x52\xc4\x03\x46\xe5\x20\x27\x89\x78\x3c\x0b\x35\xc6\xee\xe3\x61\x29\x8e\xcd\xad\xe2\xf1\x62\x1e\xb2\x3b\x7e\x0f\x38\xac\xb6\xe1\x65\x9e\xa9\xcd\x8a\xe3\x31\x0b\x61\xba\xf8\x6a\x0c\x2c\xbf\x2a\x8d\x7d\x0c\x91\x62\xcc\x8e\xd3\x8f\x21\x82\x49\x4a\x67\x1f\x43\x64\x0a\xaf\x2d\x48\x7f\x0f\x2e\xbe\xd1\xf6\x03\xb8\x46\x4a\xdb\x1b\x03\x6a\xbf\x05\xe9\x87\x63\x88\xf0\xce\x93\x1a\x32\x86\x04\xe7\x85\xba\x93\xdf\xc7\xc0\xe2\x53\xd2\x1b\xc6\x80\x5a\x52\x41\x8a\xc5\x18\xd2\xcd\x07\x79\x8f\xc2\x32\x01\x2d\x2f\xbb\xcc\xf7\xe0\x65\x71\xb6\x3d\xd3\xb2\x26\xd6\xf6\x1b\x35\xf3\xc1\x86\x58\x40\x8e\xd1\x4f\xac\xdb\xa3\x20\x2f\x62\x68\x79\xec\x4f\x90\x1e\xef\x7b\xb0\x01\xd4\x71\x3d\xac\x3b\x39\x72\x0c\x8c\xa1\x6d\x25\xee\xc5\x21\xba\xb0\x75\xfd\xbe\x99\x35\xa4\x6c\x62\x13\x1e\x86\x0e\x94\x4d\x8e\xc2\xc2\x86\x92\xf7\x27\x34\xcf\xb7\x92\x37\x38\x1e\x58\x56\xda\xce\xd4\x19\xc3\x33\xf8\x46\xf1\x83\x9b\x0f\xf6\xcc\x69\xe3\x6d\x3b\x4d\x74\x0c\x0f\x90\xb0\xed\x48\xfb\x18\x68\xb2\x6b\x3b\xb5\x47\x0c\x2f\x2b\x73\x14\x81\xf4\x4d\x84\x8f\x26\x06\x56\x14\x5a\x69\x7a\xd0\xb8\xb8\x4d\x9f\xc2\x84\x6b\x66\x2b\x8b\x1a\xc7\x18\x88\x2f\xfb\x1e\x13\x23\xea\xe7\x86\x21\x5a\x10\x13\x3b\xad\x7e\x80\x0c\x22\xad\x6e\x7a\x12\x2b\xd3\x4f\x6e\x7d\x6c\x8c\x15\x4e\xa5\xad\xee\x53\x1a\x91\x48\x25\xb4\x5d\xd5\x37\x46\xa6\x25\x69\x3b\xe9\x7d\x8c\x03\x66\xf4\xb6\x0b\x59\xc6\xc8\x50\xb2\xb6\x59\x58\x8c\x57\x66\x70\xf3\x46\x8f\x48\x0f\xf1\xb6\x8b\x7c\xc4\x48\xf7\x47\x19\x21\x62\x84\xef\xe2\xf7\x60\x6d\x43\x5c\xc7\x76\x3b\x6c\xc7\xf8\x32\x26\x63\x2b\xb5\x62\x9c\xc8\x46\x7a\xec\xd4\x97\x31\xb1\x22\x78\xdb\x85\x46\x63\x0a\xc4\xa8\xed\x32\xf7\x3d\xe0\x36\xec\xa3\x9f\xc2\x64\x1a\xe5\x0d\x8f\x94\xe0\x09\xd6\x76\x28\x47\x4c\x2c\x4e\x94\x77\xde\xc6\x98\x12\x53\xd7\xef\x48\xeb\xef\xc1\xfa\x24\xeb\x01\x87\xad\xea\xf4\x59\xc9\x9a\xdd\xc7\xc9\x07\x51\x0f\x26\x1f\xa8\x0f\x1e\xfd\x5d\xd7\x2e\xa6\x34\xa9\x3c\x89\xfb\x93\xc5\x6f\x5a\x8f\x7f\xc1\xbf\x52\xc6\xed\xa2\xed\xba\x5b\x31\xb1\x68\x4a\x6b\x7b\x4b\x52\xa6\x1b\x5d\x13\x6c\x32\xa7\xb0\x0b\x8e\xc4\x54\x18\x7a\xb9\x6d\x1a\x31\xa1\x2a\x44\x68\x3b\x91\x7c\x4c\x85\xf0\xdd\xd1\xd9\x31\x31\xcb\x7b\xeb\x82\x6f\xc5\x95\xb1\xed\x3c\x52\xdf\x03\x3a\x94\x0e\xbd\x41\xda\xd2\xb5\x69\x0d\xc1\x52\xad\x0b\x9c\xc8\x3f\x1a\xda\xce\x65\x18\x53\x03\x63\xad\x43\x33\x65\xce\xc7\xba\x33\x32\x7e\x0f\x56\xfe\xc4\x3d\xd3\xb6\x0a\x81\xef\xf3\x97\x90\xda\xec\x93\x2c\x34\x2c\x13\x8d\x75\x6d\x49\x27\x8a\xee\x2c\x47\x31\x21\x15\xd3\xf7\x60\xf7\x71\x0e\xae\x76\x8b\x00\xe9\x86\xea\xa9\xed\xc4\x24\x31\xdd\x50\x81\xe5\xa8\xd5\xde\xd8\xd6\xb4\x43\xe6\x63\x7a\x50\xe9\xbb\xed\xe8\xd0\xef\x01\x62\xe6\xb7\x62\x29\xa6\x27\xf3\x0d\x01\xe8\x21\xbe\xed\x9c\x3d\x31\x3d\x94\x4d\x86\x0e\xc2\x43\x5a\x32\xb4\x0d\x13\xee\x3b\x6d\x3b\x23\xc6\x7c\x64\x1e\xa6\x8d\xd5\xf9\xa0\x2f\xcc\x0e\x18\x8d\x39\x40\x51\xd4\xb7\xad\x34\xe6\xc0\x92\xad\x3b\x02\x26\xe6\x80\xb5\xf4\x6d\x18\x8f\x19\x85\x43\xbf\x4b\xcc\x9a\x69\x4e\xd0\x11\xf6\xed\x27\x1d\x33\x0b\x7b\x89\x6d\xe4\xca\xfa\x8e\x5b\x67\x1b\x33\x33\x6c\xf7\xad\xcb\x8c\x99\x29\xe8\x54\xf2\x3d\xe6\xce\x1c\x90\xbb\xbe\x45\xcc\xbc\x26\xf7\x6d\x0b\x8f\xf9\x62\xa9\xe9\x6d\x7c\x88\xf9\x62\xd9\x9b\x6d\x07\x88\x99\xfe\xdb\x5d\xb4\x25\x3f\x48\xa0\x96\xb6\x93\x56\xcc\xef\xb1\x6c\x1e\x5d\x0f\xb0\xd8\xe0\x07\x10\x96\xfb\xce\x0d\x19\xf3\xcb\xb4\xa0\x61\xe3\x5c\x7e\x59\x1c\x2f\x68\xea\x73\x59\xcb\x36\x23\x29\x07\xeb\x70\xef\xb2\x18\xb1\x1c\x4c\x9c\xb5\x73\xa6\xc5\x12\xe0\x05\xde\x77\xfe\xaf\x58\x02\x12\x88\xf7\x9d\xaa\x31\x96\x70\x73\xf9\x43\x9f\xb0\x62\xec\x4e\x9b\x18\x0b\xca\xac\x7f\x0f\x76\x1f\x91\x81\xdf\x3b\x7f\x41\x2c\x2c\x4e\xd5\x25\x81\x97\xcc\x82\x32\xfb\x66\x11\x4b\x66\x72\x88\xed\x74\x1b\x4b\x39\xd6\x1b\xfb\x13\xd4\x63\x09\x7d\xfb\x5e\xc4\xc2\x3c\xf8\x59\x42\x7b\x69\x94\xc0\x85\x2f\xa5\x71\x2d\x3b\xbf\x40\x2c\x0d\x62\x45\xdf\xc1\xfb\xb1\x30\xa7\xd6\xae\x03\x1b\xcb\xa0\x30\xb3\x6f\x28\xdf\x03\x2a\x8c\xb7\xf4\x5b\x56\xda\x8b\x7d\x2f\x8e\x05\xc1\xbc\x21\xed\x98\xf4\x58\x4e\xa6\x6d\xda\xd9\x58\xbf\x07\xfc\x64\xe9\x26\x62\x39\x99\xf6\x70\xa7\x63\x8d\x85\xc1\x43\x5d\xc7\xb8\xdc\x20\xaf\x7d\x47\x08\xc6\x72\x83\xe0\xf4\xad\x30\x8e\x65\x49\x11\xdb\xf0\x19\xcb\x4b\x18\x27\xad\xfe\x25\x9a\x4a\x2c\x2f\x2f\x84\x97\x9e\x34\xd3\x97\xf5\xc7\xb7\xa2\x21\x96\xf7\x5e\x6f\xec\xa9\xbf\xcc\x34\xb9\xb5\x39\xb1\xbc\xef\x7a\xb0\x3b\x9d\xcc\xc5\xbc\x9d\xe1\x63\xc1\xf5\xf3\x7b\xb0\x47\x99\x84\xd8\x56\x89\xc4\x32\x21\xde\xf4\xad\x3a\x8c\x65\xb2\x0a\xdc\x56\x44\xc5\x7a\x1c\xec\x63\x13\x9c\x7a\xc0\xb4\xd9\xb7\x4a\x2d\xd6\x83\xc9\x68\xb6\xeb\x5e\xac\x07\x8a\x0c\xf7\x54\xcb\x5f\xb0\xaf\x1a\x81\xf6\x69\xa7\x5f\x8e\x35\x56\x5e\x2b\xf7\x7d\xac\xc6\xc6\x01\xf6\xc1\xa8\x91\x55\x96\xb6\xd7\x63\xac\x29\xaf\x9a\xc1\xbb\x0f\x56\xa6\xeb\x5b\x25\x17\x2b\x4a\x37\x84\xbe\xbd\x64\x62\xad\xbc\x89\x6e\x77\xa1\x58\x91\xea\x3a\xf4\x9d\x79\x31\xd6\xce\xb4\xec\x59\x2b\x5f\x09\xbb\xb6\xfd\x3a\xd6\x41\x8d\x5b\xf5\x03\x52\x9f\x5c\x76\x1f\x50\xfb\x87\xbc\xd3\x61\xc7\x3a\x56\xa7\x82\xde\xc9\x13\x9b\x05\xbd\xa5\x4f\xdb\x76\xc4\x58\x4f\xd4\xd9\xec\x3b\x4d\x72\xac\x2b\xe0\x7f\xdb\xdc\x62\x3d\xc9\xcf\x0e\xbd\xc1\xd8\x8e\x96\x37\x56\xd7\x9b\x55\x48\x77\xd1\xbb\x58\x6f\x1a\x92\xa2\x1f\x70\x62\x3b\xda\x23\xd6\x97\xbc\xe8\xd0\x36\x2c\x14\x2d\xfb\xca\x52\x69\xef\xea\x92\xd1\xeb\x44\x50\x52\xdf\xe5\xda\x62\x3b\x26\xeb\xff\xed\xa3\xd2\x02\xf3\x65\x6e\x85\x7f\x6c\x21\xb1\xf2\xc3\x66\xc5\x8d\xf2\x53\xdf\xb5\x96\xbf\x07\x17\x1f\x1c\xfb\x01\x79\x51\xdd\xf4\xa9\xa1\x22\x60\xe8\x75\x9f\x9d\xef\x02\xc4\x07\xbb\xd3\xca\xa4\x99\x75\xa3\x79\xab\xf0\xfc\xea\x5b\xd9\x14\x1b\xab\xdc\xf4\xba\x65\xc1\xc6\xb2\x1c\x2a\x34\x10\x5b\x45\xdd\xac\xbe\xdd\x40\x62\x6b\x64\x13\x5b\x17\x14\xdb\xca\x85\xbe\x2b\xb4\xc7\x86\xa4\xdb\xdf\x83\x05\xe4\x36\x3a\x87\xdd\xc2\x61\x43\xfe\xa2\x4f\xd0\xdd\x00\x3a\x3b\x67\xba\x85\xb9\x76\xb1\xe6\xc3\x56\x7c\x7d\x0f\x30\xec\x4e\x0e\x16\x1b\x43\x01\x65\x63\x88\xed\x4e\x8c\xc3\x16\x3c\x6e\x48\xf1\x0a\xc4\x8d\x0d\x5e\xc2\xf1\xd8\x55\xcf\x62\x7b\x90\xca\x58\x8e\x6e\xb1\xbd\x61\x3d\xd8\x9f\x4c\x5e\xcf\xb7\x92\x31\x76\x6a\x7f\xfa\xce\x08\x12\xfb\x81\x0a\xa4\xbd\xed\xb5\x7c\x64\x17\x20\xdc\x30\xed\x91\xc5\x50\x76\xad\xff\xd8\x23\x33\xd4\xb5\x7d\x23\xe9\x28\x0f\x1a\x94\x02\x3c\xf6\x4c\xf2\xb3\x6b\xc5\xc7\xce\x0a\x7f\xbd\xed\x2b\x4a\x2f\x2c\xea\x2b\x09\xbc\xd7\x87\xf0\xd8\x20\xec\x28\x1e\xf0\x3d\xd8\x9f\xac\x54\x63\x3b\xcd\xfd\xf7\x80\x65\xe3\x36\xd2\xf5\xb1\x2a\x05\x07\x7d\xd2\x1b\x93\x79\x26\x3d\x60\x25\xad\x8d\x63\x7d\x1d\x64\xc9\xc3\xfd\xdc\x05\xad\xf5\x46\x66\xf9\x8e\xcd\x03\xfb\xb9\x8a\x05\x6b\xf9\x27\xeb\xa0\xec\x3c\xdc\xb1\x9f\xe4\xf8\x3b\x8f\x76\xec\x27\x8f\xa9\x24\xe6\xbe\x38\x5a\xdf\xb2\x49\x67\x5c\x69\x97\x70\xdb\x19\x9d\xd8\x25\x0f\x77\x1c\xf5\xb6\xb5\xa3\xb1\x3f\xdc\xeb\x9d\x7b\x32\xf6\x67\xcd\x6b\x8b\x26\xfd\x59\xb5\x41\x37\x05\xee\x6f\x58\xe0\xa8\x7a\xc0\x41\xba\x1e\x30\x0b\xff\x56\x42\xc7\xfe\x76\xae\x6d\x33\xd6\xfe\xbe\xec\x74\xa8\x53\x24\x0c\xde\x95\xde\x63\x9f\xab\x2a\xe6\x96\x5d\xfa\xa2\x2f\x3b\x4b\x55\x1c\x91\x68\xbb\xf3\xf9\xc4\x11\xaf\x95\xba\x7f\x81\x78\xe4\xc1\x37\xb6\x5a\x65\x94\x9b\x09\x57\xf6\xae\xac\x1a\x3e\x69\x57\xc3\x8e\x2c\x66\x11\xfa\x28\x7f\x91\x79\x3c\xb2\xc6\x42\xe8\x3b\x7a\x3c\x8e\x56\xf8\xf9\xa6\xce\xcc\x78\x19\xba\x04\xf2\x71\xae\x90\xa4\x7d\x82\xc7\x43\xfb\x50\xd3\x32\x9e\x87\xa1\x30\x71\xf7\x41\x4f\xd5\xb1\x1d\x8c\xe2\x78\x19\xe4\x91\x36\xb9\x1e\x6f\xa6\x07\xf4\x26\x71\xe3\xed\x2b\x8e\x75\x77\x4a\x57\xbb\xb1\xdd\x4f\x22\xfd\xd6\xc2\xd8\x8e\x18\x71\xbc\x2b\xcd\xc8\x56\x87\x8c\x79\x33\xd2\xb5\xe9\xc1\xd3\xfe\xed\xc1\x79\x04\x8e\xb2\x25\xac\xf3\x88\xf4\x06\xdf\xd8\x76\x1e\x7d\x85\x51\xe4\xfd\x60\x2e\xcf\xfb\x05\x8f\x33\x8c\xe5\x2f\xbe\xfb\x88\x17\x85\xe7\x4d\x26\x4f\x96\x9a\x1e\xd2\x40\x9e\x99\x71\x81\xbb\x34\x4e\x3c\x0b\xe4\xb8\xb1\xcb\xb6\xc4\xb3\x2e\x57\xb2\x2d\x2e\x9d\x15\x0e\x57\xc7\x8e\x54\x8f\x67\xbd\xd6\x1b\xbb\xd3\xf1\xd2\x45\x61\x93\xa7\x0b\x75\x1c\x82\x8a\x57\xc4\xab\x91\xe1\xef\x0c\xe2\xdf\x03\x12\xd2\x7d\xb3\xbe\xda\x72\xd8\x19\x7e\x83\x4a\xdc\x8d\xc4\x57\x43\x90\xc8\xb1\xf3\x9e\xc5\x0b\x09\xff\x3f\xb9\x36\xeb\x01\x35\xa1\xfb\x3c\x5e\x48\xe8\x1f\x0f\xad\xe5\x6a\x9d\x0a\x93\x7d\x84\x2f\xe4\xdb\x0f\x79\x57\x6d\xfc\x1e\xf0\xd2\xb7\xb1\xfa\x6a\x9d\x85\x3b\xa2\xde\x18\x64\x3d\x9b\xa2\x5d\xc8\x36\x1f\x8f\x5d\x59\xf2\x7b\x00\x47\x9d\xe0\xe5\x5f\xb4\xdb\x35\xf5\x81\x8a\xd0\xc7\x4e\x8c\xfb\x3d\x98\x14\x2b\x34\x31\x3a\x5b\xee\x8c\xa0\xdf\x83\xce\x42\x8b\x7a\x83\x9e\x87\x32\x1a\x5c\xc8\xa9\x1d\x0f\xd1\x96\x8b\x09\xad\x8f\x9d\xe7\xe9\x7b\x70\x32\x4a\x7c\x41\xfd\x29\xb4\xea\xf6\x2d\x66\xbd\xb1\x51\x97\xbe\x49\xfe\x5b\x68\xa6\x13\xdd\x7c\x51\x00\x27\xe4\x1d\xd7\x10\x27\xb3\x87\x17\xe9\x8e\x27\x33\x77\x4b\x47\x32\x3b\x9d\x19\xb6\x51\xe5\x7b\xd0\xf1\x42\xd3\xef\x93\x8a\x62\x7d\xb1\x44\xdb\xee\x07\x9d\x4a\x6f\x7d\x12\xef\x7f\x53\xad\xcf\x4e\xe3\xfe\xb6\x55\x7d\x0f\x48\x9e\xf6\x41\x9f\xc8\xf9\xfc\x4d\x23\xee\x07\x34\xf3\x4a\xef\x32\x3b\x2d\xa1\xba\xdf\xcf\x5e\xb9\x6f\x51\x6f\x40\x1c\x4c\x3d\xa9\x0f\xb8\x47\x35\xcf\xfc\x13\x43\x5a\x4b\xfa\xcd\x7c\x92\x92\x30\x67\x1f\x5c\x6b\xd4\x18\xe7\x9a\x96\x3e\x81\xc3\x73\xda\xee\x28\x71\xf6\x8b\xf3\xac\x5a\xfc\xc5\xf3\x16\xb5\x56\xc4\x64\x48\xe3\x3d\x91\xd7\xf7\x47\x41\x37\x91\xd8\xb7\x6d\x43\x69\x9c\xcc\xdb\x9b\x77\x86\xec\xef\xc1\xda\x23\xbf\x81\x79\x6e\x73\xde\xf7\x00\xcc\xcf\x2f\x20\x45\x60\x92\x8c\x36\x07\xbd\x66\xa4\x04\x9c\x63\x19\xc2\x36\x4e\xcf\x71\xd0\xfd\x47\xd0\x1b\x6b\xe3\x35\x71\x66\x84\x95\xe9\x6c\x22\x23\xec\xd7\x85\x1e\x2c\xaf\x83\x2d\xc5\xcc\x41\x2f\x03\x29\xbe\xe6\xa0\x95\x58\x87\x6f\x0e\x58\x2e\x92\x2e\xc8\xcb\x21\x28\x1f\x9e\xe8\x43\xe7\xb0\xfa\xef\xfe\x16\xf1\x7f\xc2\xb6\xe6\x60\xa2\x85\x1d\x39\x14\xe7\x58\xe9\xfc\xeb\xff\x9a\xeb\xfd\xeb\xfc\x8f\xff\xf7\xc5\xeb\xdf\x17\xc7\x3f\x7f\xd6\xbf\x50\x2b\xef\xe7\xe5\xd1\xf3\x86\xb2\x73\xbb\xe1\xbb\x24\xef\x7f\x3f\x08\x1f\xfa\xe4\x72\x57\x17\xeb\x2f\xa8\xe5\x76\x0b\x33\x22\xee\x96\xdb\xdf\x20\xfd\xe6\xb6\xde\x1e\xc7\x27\x0d\xaf\x7f\x69\xdb\x38\x76\xcb\x33\xdc\x42\x19\x7a\xb7\xbc\xee\x8d\xb9\xb9\x92\x5a\xdc\xdb\x64\xb1\x80\xdd\x32\xdd\x1b\xf2\x28\x6c\xfb\xf9\x11\x3e\x29\x65\xff\x3b\x98\x2c\x7d\xcf\x3b\x7e\x47\x73\xff\x8b\xb5\xca\x6d\xfc\x88\x9e\x45\x04\x5e\xdb\x39\xf5\x23\x60\x6e\x43\x9f\xaa\xc3\x73\xa4\x43\x90\x4d\x07\x8b\xd6\xaa\xa5\xba\x05\x94\x67\xc3\x22\x05\xcd\x31\xd1\x33\x59\xd9\xfe\x8f\x14\x1e\xb7\xbd\x6c\x8b\x6a\x9b\x6a\x63\xc2\xa8\xae\x1d\x4e\xe9\x54\x1b\x7c\x83\x8a\x12\xe9\x1f\xe9\xa3\x27\xfb\xdf\x55\x79\xc8\x6d\x9e\x0b\x2a\x17\x1e\x8a\x9a\x38\xd2\xf0\xda\xa0\x65\x51\xd4\xd2\x91\x3e\x2c\xda\xff\x7e\x4b\x38\xfc\xd5\x79\xbb\x09\x0c\x49\xce\xf8\x47\xba\xdc\x23\x24\x65\xf9\x81\x1f\xe9\x76\x8f\x88\x27\x93\xaf\xe7\x01\x53\xc1\xfe\x17\xec\x49\xae\xf3\x07\x74\x0d\xfb\xdf\x9b\x6d\x4d\x6d\xaf\xdb\x38\x93\xed\xd5\x71\xe0\xda\xba\xff\x2d\x18\x6e\xa8\x49\x1b\x87\x3a\xef\x41\xa1\x34\x07\xea\xbc\xaf\x7f\x61\x0e\x56\xcd\xcf\x03\xc5\xd1\xf7\xbf\x9c\xc8\xf6\x22\x3b\x50\xc5\x7c\xff\xcb\x89\x6c\x2f\xa0\xf0\xa6\xdd\x16\x5e\xd6\x7c\x57\xc4\x47\xf4\x39\x8f\x07\xdc\xcd\xb7\x57\x4f\x3c\x52\x54\xcb\xc7\xb4\x86\xa2\x14\xe3\x91\x86\x9b\x4e\xf8\x19\xec\x96\xdc\xd4\x02\x37\xaa\xaa\x42\x48\xf1\x68\x59\x6d\x6d\x7c\x1d\xba\xa9\x7b\x16\x1d\x4d\xdb\x2f\x2d\x86\xb2\x37\x2d\x86\x92\xf1\x55\x51\x53\x75\xd3\xf9\xcf\x9f\xd1\xba\x9b\x2e\x37\xbd\xf8\x2a\xec\xa6\xaa\xb1\x02\xf2\x43\x16\x77\x58\x4f\x37\x5d\xff\xfc\xe9\x0a\xe5\x8c\xa1\xf9\xab\x6f\xf2\x5d\x21\x98\x31\x34\x7f\xd5\xf0\xd5\x3e\xd6\x11\x92\xef\xfe\x97\x41\xd8\x6a\xf1\xdc\xe1\x24\x1c\x95\x54\x3d\x86\xd1\xdd\x36\xd8\xa6\xc1\x6e\x01\x31\x7c\x84\xb1\x2b\xf1\x55\x8c\x71\xd3\x90\x18\x23\xfd\x9c\xb6\x4f\x61\x8c\xb1\xb9\xad\xb3\xcd\xdf\x5d\x6e\x83\x23\x70\xd9\xfe\x51\x31\x56\x0d\x17\x29\xd7\xca\x3b\x2f\xc6\x5a\xdd\x06\x47\x77\x39\xdf\xc7\x68\x48\x46\xd6\xb6\x97\x13\x69\x8c\x4d\x88\x15\x99\x30\x6c\x78\xbc\xe6\x3e\x99\xa6\xa1\x1c\x1a\xaf\xfb\x3b\xb8\xdf\x16\xb9\x7b\xc7\xd8\x3d\x4f\xe8\x60\x8a\x7c\xac\x23\xb4\x89\xfb\x5f\xce\x73\x9f\xb6\x18\xbb\xe7\xd9\x39\xcf\x4d\x27\x63\x1c\x86\xe7\xe0\x77\x5d\xdf\x3d\xfe\x0e\x42\x4c\x69\x42\x95\x74\xe8\x3b\x10\xe8\xaf\xcf\x3d\xcf\x14\x75\x72\x52\x3c\xff\xf9\xa3\x50\xae\x98\xc6\xa3\x16\x84\xba\x45\x95\x8b\x8b\x26\x85\x31\xc1\xe3\x26\xaa\xde\x58\x4c\x67\x73\xdb\x87\x98\xc1\x83\x9d\x97\x9b\x1e\x34\xa9\x47\xf1\xe4\x08\x82\x19\xaa\x32\x05\xc7\x74\xbd\x6a\x83\x05\xb5\x2a\xd9\x6d\xcc\x3e\x3c\x19\x35\x33\x54\x87\x3e\x66\x1f\xef\xdc\xe1\x34\xa6\x23\x97\xc5\x01\x22\xee\xeb\x5d\x29\x56\x63\x16\x03\x88\x79\x30\x6e\x6b\xb3\xed\x98\xc7\xad\xb6\xeb\xc3\x75\x45\x50\xc5\x7c\x69\x4f\x33\x2e\xfc\x87\xdc\x00\x63\x7e\x3c\x47\xf0\x52\xd7\x89\x8f\xf9\x15\x48\x32\x04\xa2\x43\xe9\x6f\x62\x9e\xc5\x6d\x90\x46\x14\x4d\x1e\xcb\xa1\x3e\x0b\x92\xd0\xe7\xed\x3f\x16\x4b\xd5\xc6\x95\xfa\x7e\xc7\x7f\x73\x87\x58\x9a\x16\x57\x3e\x68\x75\xa5\xae\x8d\xa5\xbb\xe9\x83\x4e\x57\x60\x63\x84\x69\x76\xff\x5b\xd0\xe1\x9e\x62\xf1\xd2\x58\x75\xbd\x2a\x2d\x79\x44\xbd\xf2\xfd\x2f\x06\xd3\xd6\x54\xcf\xbe\x1e\x68\xd2\xa2\xab\x38\x51\xac\xd0\xf9\x54\x65\xf4\x8e\x28\x57\xbe\xff\x7d\x40\x0e\xf7\x1c\x6b\xd5\x8e\x56\xdc\xbc\xa2\x62\x9c\x63\xf5\xf9\x46\x81\xe5\x0f\xb7\xf6\x24\x9b\xcf\x77\x6b\x00\x96\x8e\x14\x8a\x12\xec\x7f\x21\xf2\x29\x8b\x6b\x1c\x53\xc7\x0d\x29\xc0\xbf\xb6\x1d\x0f\x43\xa9\xf5\x7f\x25\xc8\xc6\xcb\xa7\xf1\x82\x2f\xa3\xf2\x19\x45\xe4\x48\xdc\xff\x16\x96\x0f\xde\x6b\xbf\x4c\x6c\x90\x60\xf0\xa3\xc1\x7b\x81\x6f\x17\x5c\x5e\xa4\x35\x48\x2a\x13\x1e\x5f\x89\xc1\xf1\xa5\xc7\xbf\xca\xfd\xc6\xd7\x07\xeb\xbd\x69\x9d\x10\x51\x44\x08\xda\xfe\xb7\xfc\xf3\x27\x2b\x43\x65\x44\x18\xd8\xfe\x37\xfe\xf3\x27\x97\xed\x08\x1e\xe7\x35\xd5\xc4\x0c\xbe\x5b\x58\x88\xf3\xf1\x57\x4f\xfc\x8d\x8c\x8a\xb0\x12\xed\x7f\xcb\x6f\x3c\x4a\x3a\x84\x29\xe9\xf8\xc4\x1e\x39\xca\xa7\x43\x70\x4c\xc7\x07\xc7\xed\x43\xf2\xfd\xec\x6a\x09\xe1\x87\xa6\xa5\x43\x8b\x4a\xc7\xb7\xa8\xba\x85\x8b\x74\x08\xed\x12\xed\x4d\x55\xa0\x48\x47\xf8\xe9\x0f\xb8\xa5\xda\x40\x09\x92\xc8\xfe\x17\x5b\xa6\x88\xe1\x74\xe4\xa0\xb6\x81\xb8\x05\xcd\x63\x78\x1e\x1f\xdf\x6d\xaa\x09\x9e\x8e\x31\xdc\x84\xac\x9b\xca\x3d\x97\x8e\x71\xb9\xed\xfe\xe7\x4f\xcd\x02\x86\x88\x75\x3a\x3e\x62\xbd\x3d\x6c\x8e\xe4\x6b\x50\x3a\x66\xfd\xe7\x8f\x52\x45\x27\xdc\x2f\xf6\xbf\x27\x38\xb7\x3e\x9a\xee\x6e\xa2\xbb\xb5\xf7\xc9\x02\x44\x0a\x70\xa8\xab\x4a\xd1\x9b\xc2\x74\x1b\xee\x21\x55\x05\x00\x52\xd0\x81\x49\x61\xf2\xbb\x4d\x95\x52\x94\xc8\x97\x22\x54\xd8\x87\xa2\xbf\x52\x8c\xa7\xdb\xe6\x47\x72\xf7\xb1\x4e\x31\x69\x65\x11\x79\xbe\x6a\x50\x93\x04\xd3\x14\x3f\xc1\xab\x2b\x5c\x33\xc5\x72\xbb\x09\x84\x5a\xc9\xf8\x53\xec\x9e\x08\xf4\x5b\x87\x0a\x73\x26\x33\xe6\x14\xe1\xb4\x74\x18\x49\xa1\x15\xde\xff\x42\xc4\x17\x63\x4e\xf1\xcc\x6e\xeb\x98\xe5\x86\x57\xbc\xbc\x80\x6b\x4d\x45\x2b\x78\xdc\x25\x68\xff\xa1\x08\xff\xe4\xfb\x57\xe2\xfd\x2b\xe8\x2e\x95\x92\xe4\xff\x94\xe0\xb6\x1a\x54\xe4\x25\xa5\x70\xba\x0d\xd5\x30\x55\xe7\x22\xf9\x9e\x95\x12\x74\x07\x41\x95\x17\x52\x8a\xdd\x6d\x03\x6d\x9b\xef\xa5\x14\x3d\x1e\x22\x4b\x82\x52\xdb\xa7\x24\x02\x9a\x12\xce\x46\x50\xe2\xf2\x94\x92\xbf\xcb\xfc\x4e\xb8\x92\x72\x72\x5b\x65\x9b\xd6\x90\x2f\xb7\xdd\x68\xd3\xf6\xa5\xec\x35\x14\xf6\x99\xd5\x67\x29\x6e\x63\x9f\x9b\x1b\x25\x5c\x10\xf7\xbf\x10\x14\xf6\xf5\x39\xf9\xaa\x98\x52\x87\x30\x33\xb4\xf2\xee\x15\x7c\x08\xd1\xaa\x01\x26\x39\x21\x41\x74\x6a\xf5\x50\x87\x46\x87\x74\x7e\xbc\x54\x29\x09\x52\x7a\x74\x1e\x13\x74\x96\x41\xd5\x15\x53\x91\x96\x23\x15\xa6\xda\x55\xd6\xbc\x84\xa2\xb5\xfb\x5f\x3a\x20\xee\x8b\x29\x5d\x4d\xf6\xbf\x85\xaa\xab\xba\xdb\x62\x52\x1b\xdc\x91\x86\xd2\x63\xe4\x37\x4e\xb5\x61\x5b\xb3\x72\x26\x67\xd8\x69\xf7\xbf\x81\x6d\x71\xb7\x35\x8f\xd7\x3e\xf1\x3c\x28\x89\x47\x46\xc2\x84\xf5\xef\x77\x60\xe4\xc7\xfd\xfd\xbe\xdc\xc4\xa0\x9e\x45\x1c\xf2\xd4\x86\xe7\x09\xa3\x7b\x50\x02\x94\x8c\x18\xcb\xfd\x2f\xd3\x53\xee\xfb\x67\x46\x78\xe5\xfe\x17\xae\x43\x0a\xd4\xc8\xf3\x72\x9f\x17\x72\xbf\x4a\x90\xcb\x53\x8a\x9e\x3c\xef\xc0\xb6\xb2\xdb\x5e\xad\x0e\xde\xf0\x59\x52\x6f\x31\x9f\x2a\xc7\x41\xa0\x6c\xad\x48\xf1\xc5\xb5\x80\x5d\xc4\x20\xfe\x51\x8e\x12\xd4\x86\x8a\xc9\x41\x95\xac\xcb\xd1\x93\xda\xbe\xeb\x44\x0c\x2a\xe0\x5c\x8e\xe1\x3e\x07\xdd\xd3\xb7\x98\x5d\x8e\x31\xd5\x76\x72\x09\x59\x6d\xa7\xdb\x90\xdd\xc1\xd5\xb9\xca\x71\x9d\x6e\x5b\x1e\xee\x9a\xcb\x3d\xd4\x76\x9f\xdf\xd2\xdd\xf4\xdc\x6a\x7a\x08\xcd\xcd\x8a\x4b\x10\xa9\x2a\xe1\x23\x55\x16\x30\x4a\x38\x6e\x37\xc1\xea\xb3\xbd\x9b\x8e\x12\x82\xdb\x02\xbb\xdc\x37\xa4\x12\x74\x73\x2c\x01\x91\x94\x41\x65\x5f\x4b\x88\xfe\x2e\xf2\xbb\x2d\xf3\x97\x90\xb4\xf2\xf0\x61\x70\x96\xfc\x54\x70\xed\xde\xff\x7e\x8b\x93\x38\x5a\x82\xee\x5c\x05\x37\x64\xe9\xef\x0f\x7a\x4b\xed\x7f\xaf\xaf\x29\x69\xac\xcb\xcb\xbe\x22\x9a\xd4\xe1\xa3\x4d\x0d\x0f\x4f\xdd\x3e\x21\x25\x1a\x5a\x8c\x9f\xc8\x4a\x4f\x55\xcc\xed\x4a\x64\xca\x36\xa9\x13\x4b\xd4\x19\xa1\xfb\x55\x96\x58\x5f\x60\x97\xd8\xff\x32\xb2\x7a\x47\x95\x16\xdf\x27\x0b\xee\x93\x31\x88\xb9\x96\x28\x8d\x56\x89\x27\xaa\xc2\xb5\xf1\x57\xf2\x6d\x89\xba\x09\x95\x88\xe2\xc0\x41\xe9\xd8\x4b\x34\x86\x45\x62\x98\x12\x71\x94\x38\x3d\xd3\x4f\x7a\x90\x63\xe3\x51\xd2\xa1\xcf\x12\x74\xe3\x59\x11\x54\x25\x19\x1d\xc0\x9c\x62\xf0\x0e\x25\x29\x12\x4a\x42\xaa\xf8\xa0\xec\x3d\x05\x94\x7e\xff\xcb\x69\x6e\x5d\x48\x49\xd2\x69\x94\xc4\x72\x82\x4a\x08\x59\xe0\xa1\xbb\xff\xc5\x61\xd6\x6d\xa8\x64\xa3\x5f\xfe\xd0\x2f\x2b\xaf\x68\xc9\xe2\x85\x85\x0a\xb6\xa1\xbb\x5c\xc9\xba\xb0\x15\xb8\xcb\xc7\xe0\xfd\xcb\xd2\xc3\x96\xfc\x7e\xf8\x27\x1d\x55\xf1\x15\xb0\x14\x86\x10\x18\x2a\xc5\x87\xab\xc0\xba\x15\xe2\x8e\xb0\x2b\x45\x5a\xaa\x52\x90\xc3\x53\x71\xc6\x05\x5e\xb9\xfb\x5f\x64\xcd\x56\xd0\x58\x29\x62\x4f\xa5\x3c\x04\xd8\x96\x2c\x4a\x95\xd4\x51\x2a\x6c\x15\x59\xb9\xb7\x0a\xc2\x4e\xf6\xbf\x40\x5c\x15\x81\x29\x55\x9c\xbe\x54\x24\x3d\x0d\xba\x2f\x94\x5a\xfd\x5d\x05\xa0\xc5\x66\x4a\x6d\x6e\x83\x6d\x3b\x2b\x61\x55\xa9\xc6\xdc\x0a\x97\xf5\x9c\xb7\x0a\xb7\x54\x43\xb3\xa2\xe4\x45\xd0\x4d\xb0\xd4\x29\xb0\xd4\xc9\x90\x84\xcd\x14\x4a\xf3\xc1\x6c\x48\x51\x1c\xa4\x4d\x2e\x4d\x52\x55\x69\x88\xa0\x18\xaa\xc5\x5e\x5a\xd4\xae\xb7\x08\x76\xa8\xe4\x92\xa5\xe9\xe6\x50\x1a\x3c\xfa\xb3\xe2\xa2\x4b\x4b\xcd\x6d\xfd\x9f\x3f\x59\xc9\x2d\x4a\x4b\x8f\x9b\x40\x36\x55\x53\xa3\xb4\xac\xe5\xd1\x92\xec\x0c\x4a\x05\x65\xe0\xf7\xbf\x0c\x27\xd9\xc2\x58\x69\xc3\x7d\x32\xab\x91\x22\xef\x4b\x33\xbe\xa3\x58\x75\xce\x9b\xfd\x96\x36\x3d\xdc\x84\x65\x4d\x55\x84\x4b\xf7\xf1\xea\x3c\x5e\x4a\xb6\x56\xba\x44\xe9\xd2\x3b\xe3\x56\xf6\x75\xa5\xf4\x2e\x2a\xdd\x69\xa5\x57\x96\x8e\xd2\x25\x66\x97\x7e\x72\x17\x74\x4e\x50\x7a\x72\xff\xcb\xa0\x14\x71\x8c\x3e\x2f\xb7\x3d\xb8\xaf\x6e\x68\x0e\x5d\x22\xcb\x58\x51\x26\x5b\x85\x57\x50\xc7\x71\xff\x4b\x04\xdc\x12\x7f\x19\x3e\xe9\x03\x27\x7d\xfb\xa4\x1d\x05\xba\x82\xfd\x6f\xe5\x67\x1b\xa7\x47\x73\x1b\x63\x34\x14\xda\x5e\x86\xac\x45\x05\xc5\xd1\xb2\x82\xd4\xcb\x78\xb5\xb8\xf1\x12\x55\x24\x78\x9c\x1e\x0e\x41\xd7\xb9\x08\x1d\x10\x7a\xbc\xff\x2d\x4c\x7f\xb6\xf7\xe7\xb4\x8c\x70\x9e\x8c\x38\xd9\x3a\xcf\x72\xea\xae\x56\x50\x32\x25\x17\x1d\xe6\xcb\x04\x02\x35\x20\xb2\x2a\x96\x96\xab\x89\x06\x5c\xf4\xce\x55\x92\x88\x72\xe9\xd6\x58\x50\x54\x20\x7e\xe2\xd1\x6e\x3b\x45\xf7\x99\xca\x3f\x28\x33\x52\xb9\xcc\x47\xe1\x26\xfb\xb5\x6d\x58\x5e\x86\xd7\xf5\x30\xb9\xdb\x96\xf6\xcb\x7d\x08\xfb\x90\x21\x3c\x2b\x32\xb3\xdc\x49\xc3\x21\xb5\x73\x56\xa4\x65\x41\xae\xdf\xfd\xef\x0a\xed\xd1\x67\x12\x6c\xcb\x4d\xc1\x56\xea\x8b\x72\x4f\xcd\x12\x69\x71\x63\x30\x12\x21\x09\xe8\xfa\x17\xe9\x3f\x43\xde\x3a\x87\xf2\x34\xad\x00\x49\x33\x63\x90\x0e\xbc\x20\x8d\xe2\xfe\xf7\xbb\x78\x78\x71\xaf\x94\x18\x85\x5e\x3a\x59\xf9\x0f\xca\x2b\x63\x4d\x81\x0f\x79\x96\x16\xb8\xbc\x45\x7b\xf0\x16\xee\x81\x4e\xf2\x5b\x75\x42\x5e\x9a\x81\xcb\xbe\xcc\x94\xd7\xdc\xe9\xad\x0c\x34\x12\x3a\xbc\xc6\xe7\xf7\xc3\xe7\x2c\x7b\x42\xb1\x6e\xa9\x20\x27\xd7\xd7\xe5\x06\xca\x7b\x0b\x60\xf0\x3a\xce\x3b\x66\xe6\x28\xef\xe3\xc5\xb1\x96\x92\x42\xe9\xcb\x2b\x1d\x77\x81\x27\x51\x56\xec\x2a\x5d\x93\xf7\xbf\x03\x4d\x7b\xdd\xd3\xb2\x24\x42\x78\x43\x2e\xa2\xf9\xd3\x02\xc2\xa4\x80\x50\xf6\x2d\xbb\x4c\xb3\x49\xa4\xcd\xc9\x4d\x9b\x33\x8d\x0c\x93\xc8\x50\x44\xd6\xa7\x14\xd9\x65\x22\x24\x33\x14\x11\xc5\xf9\xb8\xed\x59\x6d\x1a\xce\x74\x96\x4e\xd3\x56\x67\x94\xf9\x74\xb7\x0d\xa4\x6b\x55\xd3\x2b\x30\xcf\x97\xb1\x54\x7b\x2a\xf5\xd0\x0a\xea\x51\x1a\x4b\x5c\xb4\xdd\x36\xdc\x86\x54\x78\xdb\x6b\xf0\xa8\x16\xf5\x2b\x44\xfd\x18\xca\x8e\x89\xae\xc7\xfd\xba\x6d\xb2\xad\xec\xb6\xe9\x2e\x27\xba\xdc\x4a\xf5\x0a\x2f\xdc\xfd\xef\xfb\x35\x6d\xda\x56\x83\xa8\x6c\x0d\x70\x9a\xcd\x9e\x24\x42\x73\xf7\xbf\x1f\x49\x54\x09\xdc\x1a\xa4\xaa\xa9\xa1\x13\x94\x5b\x0f\x55\x83\xee\x4d\x35\xf0\xde\xb4\x03\xdf\x8e\x1a\x86\x87\xe3\xbd\x49\xe7\xbf\x86\xdb\x7d\xf2\xea\x57\x14\xd0\xfb\xbf\x17\x7a\x6b\x30\x5c\xc2\x82\xcb\xd0\x74\xde\x5b\x6d\x2f\x2b\x8d\xec\xf3\x5a\xa3\x54\x95\x35\x1e\x1f\xde\xaa\x02\x5a\x8d\xba\x35\xd6\xf8\x89\x0a\x59\x75\xaa\x6a\xec\x02\x27\x74\x51\xd1\xf5\x88\x6a\xf4\x02\x23\x92\x22\x6e\xef\xa0\xa3\x5a\x32\xaf\x11\x05\x49\x82\x50\xac\x46\x1d\xd7\x0a\x5d\x54\x0c\x75\x4b\x23\x15\xc6\xf5\xfd\x2f\xc2\xa5\xea\x16\x47\x6a\xca\x1a\x0e\x6a\x9b\x8f\x2c\xee\x15\xa4\x53\x7d\xc2\x2a\x1e\x86\xb2\xbe\xd6\xa4\x73\x5e\x57\x44\x9b\xd4\xd2\x35\xbd\x1e\xef\xe5\x78\x5b\xeb\x52\x93\x6e\x09\x95\x51\xd3\x43\xb9\x13\x6a\x96\x99\xb2\x66\x26\xdb\x55\xca\xc9\x9a\xbd\xbe\xbc\xc8\xd1\x3e\x43\x35\xdf\x1a\x2f\xc3\xbe\xd4\x54\x5c\xad\x66\xf9\x48\xd4\xfc\x86\x7f\xfe\x14\x25\x43\xac\xb0\xe5\xec\x7f\x71\x4e\xea\x26\xfb\xb5\x78\x5f\xcb\xc1\xb6\x2d\x3b\xd4\xa2\xab\x40\x2d\x1f\xf3\x2e\x4a\x69\x5f\x4b\xba\xdd\xf4\xf0\xb3\x0d\x95\x22\x03\x40\x2d\x1f\x82\x97\x63\xb3\xd7\x5a\x3c\xc9\xc2\x49\x6a\x6d\x65\x7a\x30\x44\xbe\x07\x65\x7d\xa8\x65\xbe\x6e\xe3\x9e\x6f\xca\x5e\x2d\xb5\x57\x48\xed\x31\x28\xd7\x41\xad\x12\x39\x6a\xfd\xf8\x4d\x91\x46\xa6\x56\x99\xb9\x6b\x45\x2c\x48\xde\x01\xa4\x47\xad\x62\xaf\x15\xd6\x9a\xa2\xfc\x9f\xb5\xd6\xdb\x4d\x0f\xa3\x28\xd5\x65\xf3\x67\x50\xf2\x54\x69\x34\x6b\xed\x1e\x8e\x1e\x9b\x4a\x72\x58\xeb\x38\xd5\x36\x6e\x56\x00\xda\x50\xa9\xb7\x60\x59\x6f\x88\x76\x2a\x02\x59\x5b\xd4\x29\x69\xdf\xdd\xb2\x84\x6d\xdd\xa8\x4d\xf6\x99\x8a\x20\xc0\x22\xdd\x49\x6d\xf2\x1c\xaa\x8d\x2a\x25\x15\x57\xa8\x3d\x69\x7b\x3a\xbc\xfe\x73\xdd\xba\xa1\xda\xeb\x54\x5b\x03\xcd\x69\xdb\x29\xa3\x76\xe3\x33\xbd\xdf\x5a\x17\x30\x51\xf0\x7f\xff\x7b\xb1\x4d\xdf\x49\x21\xc3\x90\x92\x18\x9a\xce\x64\x97\x0a\xab\xb2\xa2\x7c\xeb\x51\x6d\xd3\xf3\x9c\x9c\xa7\x90\x7d\xc8\xdd\xa0\x8e\x35\x4f\xd1\xdb\xd1\xb4\x86\x81\xd4\xaf\x59\xe9\x2a\xea\x78\x04\xcd\x01\xef\xa8\x5c\x37\x67\xae\x43\xbc\xab\x0e\xf2\x2e\x15\xc5\xa9\xa7\xa9\x1f\xd3\x0f\xb5\xae\xef\x4e\x49\x32\x95\x29\x68\xb2\x72\x69\xd4\x53\xb6\xf5\x7a\x22\xa9\x6c\xe8\xc2\xdb\x53\xd7\x9c\x0a\xf1\x37\x64\xa5\x51\xaa\xe7\xe9\xf1\xce\xef\x74\xc9\x8d\xa1\x9e\x97\x87\x23\x47\xef\x22\x39\xa7\xc9\x0a\x4b\x58\x86\x2e\xd2\x81\x7a\x93\xfb\x5f\x92\x23\x0f\xf7\xe8\x08\x9d\x2c\x6a\xe4\xed\x3b\x25\x4e\xd6\x93\x11\xd5\x7d\x8b\x8c\xf5\x92\x83\x55\x85\xf1\x30\x86\x2e\xca\x7f\x1d\xda\x86\x0b\xa9\x1e\xda\x76\xb0\x3f\xea\x25\x35\x50\x45\x45\x33\x57\x55\xa8\x97\x14\xa5\x15\x22\xfc\x37\x4d\x0d\xe7\x9d\x45\x99\x33\xe7\xd3\xaf\xd7\x70\xd3\x09\xc1\xb6\x47\x75\x69\x60\x5e\x48\xfe\x16\xba\xd8\xda\x65\xc4\x45\x61\x2e\x27\xc0\xae\xd7\xe5\x49\x22\x4f\x6c\xd8\xfe\xb5\x47\xbd\xe4\x2a\x55\x2f\x14\xfa\x0c\x3d\x69\x96\xf2\xc0\xab\xac\x41\xd5\x54\xe1\xbb\x5e\xaf\x01\xc6\x30\x5d\xf9\x76\x54\x54\xe6\xd9\xff\x66\xa4\x91\xdd\xc7\xf2\x36\x11\x60\x1d\x1b\xa7\x7a\xaf\xb7\xd9\x13\xaa\x64\x84\xac\xba\xf9\xf5\xf1\x77\x4f\xe4\x70\x82\xca\x63\x91\xe5\x61\x06\x10\x99\x3c\xea\x9b\xb5\x74\xfa\xd5\xb7\x21\xb0\xbc\xd2\xee\xd5\x17\x26\x8f\xa6\xe2\x73\xf5\x95\x33\x52\x7d\x91\x5a\xa9\xa9\x44\x5c\x45\xbe\xdf\xfd\x2f\xd4\x4a\x16\x9f\x2c\x66\x57\x88\xd9\x25\x0b\x55\x2c\x65\xd7\xe5\xaf\x5f\x0e\xb5\xbd\xee\xf2\x65\x97\xe2\x26\x53\x7e\x1f\x75\xb2\x0e\x7b\xd3\xf2\xa6\x8f\xc2\xe4\x0e\xa9\x64\x41\xb3\x03\x67\x3b\x98\x95\x49\xb4\xbf\x1d\x52\x96\xb6\x03\x42\x71\xde\x1e\xc3\xdf\x83\xe2\x36\xe4\xe2\x2c\xdb\x23\xb2\x85\xbc\xb7\xa1\x85\x8c\x84\x6f\x9b\x90\xb5\x20\xa1\xa4\x05\x96\xc2\x55\x46\xd4\x16\x64\xbd\x6e\x90\x05\xa3\x0d\x4f\xcd\x92\x5a\x83\xa4\x16\x6d\x78\x6a\x51\x02\x52\x8b\x1f\x07\x2f\x32\x05\xb5\x28\xad\x73\x8b\xf9\x40\xd3\x9e\x64\xcc\x6e\x82\xb9\x6a\x94\xa8\xcf\x64\xae\x6a\x11\xe6\xaa\x2c\x3f\xb8\x16\xab\x56\x10\x19\xfe\xa7\xa4\x92\x0d\x79\x40\xf6\xbf\x60\x7a\x32\x73\xb5\x68\x80\x45\xd2\x1c\x95\x39\x6c\x76\x05\x6d\x70\x05\x2d\x35\xf6\xbf\x92\x7c\x5b\x92\x85\xa9\x25\x5a\x98\x76\x1c\xd4\xd1\xec\xf4\xd9\xe8\xf4\xd9\x55\xc2\xa6\x25\xdd\x54\x5b\xfa\x6e\xaa\x72\xd3\xfe\x7e\x9f\x6e\x22\x06\x6e\x16\xdc\x52\xd6\xe2\x61\xee\x2b\xb2\x81\xb7\x64\x44\x4a\xbc\x6a\xab\xde\x5e\x4b\x86\x59\x5a\x30\x6b\xea\x52\xe6\xbf\x96\x3a\x61\xbd\xc5\xcd\x96\x86\xbf\x83\x9a\x24\x37\x21\x6e\x96\xe2\xaf\x65\x28\xfe\x72\xdf\x3c\xa3\x65\xd9\xcf\x5a\x26\xcb\x57\xf6\xe6\x96\x25\x07\xb5\x8c\x6a\x42\x41\x15\xa9\x5b\xf6\x5c\x32\x03\xc0\xfa\xd6\x58\xb7\x2c\x65\x48\xcb\xac\xd1\xac\x6a\x13\x2d\x8b\x75\xb7\x3c\xb1\x7f\xea\xb2\x48\x61\xd8\x4a\x62\xb0\xf6\xd6\x09\xb4\x62\x74\x29\x40\x97\xa8\x04\xe8\xad\x34\x7f\xc7\x58\x56\x59\xa6\x5a\x11\x97\x6d\xe5\x9b\x66\x69\xc2\xdc\xa2\xfb\x47\x2b\xb8\x60\xe5\x1d\x7e\x76\xb4\xe2\xf3\x55\xe0\x6f\xd2\x65\xd0\x6a\xe5\x71\xdb\xbb\xda\xf4\xdd\x74\x9f\x1f\x47\x2c\xba\xdd\x37\xcb\xb0\x0d\x32\x6c\x69\x3b\x81\x15\x43\x2e\xf7\xbf\x95\x45\xbc\x8a\xda\x2e\xb7\x31\x60\x5d\x67\xa1\xca\x1d\xe1\xbb\x4b\x7f\x5d\xee\x7b\x6c\xab\xf2\x33\x6d\x95\x65\x72\x94\xae\xba\x55\x79\x9a\x7e\x57\x4a\x7c\xa6\x99\x48\x95\xdd\x6a\x45\x8f\xdb\x5e\xdf\xec\xb7\xd4\x6a\x3d\xd1\xb4\xcf\x79\x95\x57\x4f\xab\xac\xe5\xa9\xcc\xcc\xad\x0e\x4f\x64\xe0\xb3\x7d\xdd\x6c\x55\xcc\xb7\x55\x30\xdf\xa8\x44\xc8\xad\xca\xfa\xdc\x98\x0c\x21\xf7\xaa\x2e\x4f\xcf\x1f\xf4\xdb\x8e\x7b\xad\x5e\x9e\xe5\xc5\xe1\xf6\x61\x6d\xd2\x46\xb5\x86\x78\x95\x68\x6a\xd4\xe4\x00\xda\x20\x55\x97\x1d\xba\x72\x34\x6b\xb8\x1b\x34\xdc\x45\x62\x68\x6b\x59\x88\xd7\x90\x94\xb0\xaa\x64\x7f\x6b\x52\x69\xb4\x06\x95\x46\x54\x5a\xd9\xd6\xa4\x6a\x6b\x0d\x11\xe2\x59\xee\xe0\xcd\xda\xef\xd6\x1a\xaa\x94\x1e\xda\xef\x66\x38\x37\x78\x4f\x8d\xb2\x73\x1e\x36\x8b\xf5\x0d\x62\x7d\xe9\x62\x24\xed\x11\xe6\x35\xc4\x36\x74\x55\x6d\x6e\x3d\x6a\x09\x1d\xa1\xf9\x79\xa7\x89\x39\x5a\x97\xc7\x62\xeb\x2c\x92\xab\x1a\x44\xad\x9b\x0c\xaf\x48\x13\x79\xe4\xb7\x2e\xff\xff\xd6\x19\x5f\x2a\x43\x57\x1b\x32\x82\x35\x64\x97\x0d\x43\x5e\x26\x6d\xe8\x4a\xd6\x06\xaf\x64\x63\x2b\xe2\xda\xb8\xd4\xe7\xc0\xbe\x8e\xcd\xea\xdb\x90\x03\x7a\x1b\x8c\x09\x95\x9f\x4c\x3b\x4d\xd7\xcf\x8f\xae\x17\xf9\x83\xb4\x53\x97\xdb\x06\xcd\x74\x8c\x61\x9b\x12\xda\xe9\x63\x80\xdc\x89\x45\xee\x20\xed\x94\x45\xbe\xa1\x34\x7c\xc8\x2a\x90\xde\x4e\x29\x7a\xdb\xf9\x60\x92\x42\xb0\xf3\x75\x8f\x2f\x7a\xdc\x86\x84\x76\x79\x8e\x17\xe7\x58\xd5\x24\x9f\x95\x76\x45\xee\xdc\xd6\xc2\xb7\xcb\xfc\xfa\xca\x28\x47\xaa\x3b\x5e\xbb\x74\x07\x6a\xd7\x77\x07\x2a\x2a\xd9\xd7\x2e\x19\x36\xdb\xc5\x5a\xf7\x0a\x1d\x69\x97\xae\xe0\xed\x62\x11\x73\x19\xba\xdb\xe5\x4d\xbd\x58\xae\x5c\xc6\xec\x76\x9b\xd8\xdc\x24\x36\x41\xe3\xdd\x72\x70\x6a\x2c\xdd\x37\xa4\xc6\x6a\xb7\x37\x7c\xd5\xcc\xd3\x75\xac\xdd\x52\x01\xb5\x9b\x41\xfd\x32\xc0\xb6\x5b\x42\x5a\xbb\x21\xa4\x65\x55\x28\x6e\x8f\x14\xea\x0d\x55\xd4\xbe\xb6\x3d\xde\x63\x06\xf3\x90\xc1\xa8\x08\x64\x7b\x74\x41\x6f\x4f\xe7\xbe\x6a\x0d\x8f\x44\xfa\x86\x72\x3b\xd1\x1e\x8d\xed\xb9\xdd\xe7\x8d\xba\x4c\x2a\xa8\xda\x1e\x99\x9d\xda\x03\xb3\xd3\x90\x6e\xa5\xbd\x45\x30\x7b\xcb\xf9\xcf\x9f\xba\x03\xdd\x8f\xf6\x9a\x67\xa1\xdc\x48\xe8\x72\xdc\x6f\xaf\xdc\x7c\x1a\xa2\x86\xeb\x0e\xc9\x3c\x1a\x2a\x8b\xec\x7f\xf3\xd7\x24\x60\xbe\x72\xc7\x6b\x2f\xdc\xf1\x54\x42\xb8\xbd\xba\x6a\x36\xb8\xbd\xc4\x28\xcb\x73\x83\x1b\xcb\xfe\xf7\xc5\x67\x6a\xd2\xcd\xb6\xcd\xef\x66\x5b\x83\x76\x60\x7a\xc7\x99\x08\x3e\x9b\x2a\x4e\x53\xbe\xf9\x51\x97\x6a\x04\x9b\x52\x59\xb4\xb9\xd2\x88\x74\xb7\x75\xb7\x61\xd5\xc2\x3d\x7b\xcf\x34\x7a\xcf\x74\x55\x04\x6b\xb3\x79\x34\x56\x7a\x51\x61\xf0\x36\x6f\xed\x0d\xf2\x6f\xd7\x20\x52\x6a\x4d\x75\xa3\xa6\xba\x1c\xda\xee\x39\x3d\x1c\x4b\x34\x48\x1b\xd8\xed\x7d\xd9\xe1\x7d\x59\x55\x64\xbc\x1f\x72\x5a\xeb\x08\x1b\x89\x51\x4e\x85\xfd\x90\xb9\xba\x1f\xf0\xa6\x2a\x4a\x42\xdf\x43\xdd\xb3\xec\xa1\x7e\xb3\x8c\xf5\xf8\x2b\x69\xb7\x07\xc9\x6e\x3d\xd0\x44\xa4\xac\xf2\x3d\x3c\x8f\xda\x10\xee\x35\x94\xb5\xb4\x07\x49\x37\x3d\x7c\x34\xbe\x2a\xc5\x75\xb7\xd7\x64\x0f\xb0\x1e\x45\x19\x74\xbb\xbd\x26\x7b\x98\x08\x6e\xdb\x6c\xbe\xdb\x57\xa4\xc3\x57\xa4\xca\xb1\xab\x47\xdd\x6b\x7b\x84\x4a\x7d\x48\x3c\xeb\x8e\x83\xe8\x88\x83\xa8\x32\x64\x33\x7b\xc2\xfe\xb7\x7f\x4d\x5b\x03\xdc\xed\x18\xf9\x91\x4a\xcc\x71\xe8\xb3\xe1\x1e\x07\x48\x9f\x32\x9b\xf7\x78\x7a\x26\xcc\xcc\xa9\xb2\x98\x3d\x9e\x1e\x8e\xf2\x86\xec\x85\x3d\x89\xdc\x74\xc6\x91\x75\xdd\x4f\xbb\x9d\x41\x3a\x9c\x41\x62\x94\xaa\xa6\xa7\xe0\xef\x02\x96\xb0\xa5\x83\x8e\xc8\xb2\xfd\xef\xe4\x67\xea\x52\x12\x47\x4f\xac\x94\xea\xa5\x27\xb9\xea\xf6\x84\x80\xc8\x9e\xf7\x0d\xa0\x27\xc9\xb3\x3d\x41\x9e\x2d\x92\x46\x7a\x96\x63\x57\xcf\xcc\xca\x51\x34\xcd\x2c\x2a\xd5\x33\xf2\xa0\xf5\xa2\xb9\xe4\xd3\x6d\xa8\xef\x16\xa5\x73\xe9\x59\x8a\x8e\x9e\x91\x88\x33\xca\x38\xd6\xb3\x2c\x10\x9d\x01\x08\x7d\x27\x3f\x3c\x7a\x51\xc0\x58\x2f\x47\xe2\x77\x7b\x9e\xc5\x20\x2b\x00\x99\x72\xec\xf7\x22\xef\x85\xaf\x2f\x74\x99\xd4\xa5\x48\x4e\x2f\xb8\x6c\x45\xa5\x70\xee\x45\x7c\xbe\x17\xa6\x1d\x2a\x5b\xcc\xef\xe5\x12\xa8\x71\x1b\x88\x51\x91\x55\xbd\xc8\xcc\xd5\x0b\x53\x42\xed\xb4\x88\x47\xaf\xba\x66\xf6\x8a\x6b\x66\x53\xdd\xad\x5e\x65\x5d\xea\x70\x44\x89\x51\x29\xea\x7b\x95\x09\xa9\xd7\x82\x02\xa3\xd9\xdf\x49\x12\xeb\x95\x92\x98\x6c\x09\xdd\x9a\xe5\x0e\x39\xbc\x2a\x74\xa9\x57\x79\x77\xf6\x3a\x98\x5d\x66\x8b\x0f\xdd\x42\x74\xa7\x10\x5d\x8e\x4d\x6e\x7b\xf5\xce\xd6\x6f\x67\x6b\x76\xd3\xe5\xd5\x5d\x10\x11\xe4\xed\xdb\x9b\x6c\x02\xbd\xb1\xb6\xb0\xbc\x2c\x7a\x53\x34\x54\x6f\x4c\x96\x23\xf5\x42\x6f\xb2\x82\xf5\xc6\x6a\x89\x8a\x49\xec\x6d\x68\x9a\x0d\x79\xe6\xc6\xce\x38\x78\xf4\x76\x7a\x3c\xf8\xcf\x14\x43\xba\xc9\x7f\xa6\x37\xe4\x2e\xe8\x35\xaa\x4f\x99\xff\x7a\x9b\xf0\xc7\xd7\xe6\x75\x69\xb7\x7a\xcf\xdc\x04\x91\x81\x6e\xf2\xd1\x91\x2d\x73\x34\x1d\xf5\x6e\x64\xe9\xac\xf7\xa0\xa2\x2f\xbd\x4b\x7a\xe8\xfd\xfe\xf8\x72\xd9\x92\x72\xef\xb2\xe7\xf4\x8e\x14\x5e\x51\xf1\x4e\xbd\x1b\xc7\xfa\x87\x63\x55\xae\xb9\xdd\xea\xef\x4e\xf5\x77\x51\x59\x94\x3e\xe4\xe0\xd4\x19\x8c\x3d\x94\x6f\xbb\x0f\xdd\x33\xfb\x08\x04\xb4\x50\x7a\x98\x79\x31\x66\xbb\xe8\xf2\xdd\x87\x5c\xdb\xfb\x88\x1f\x29\xae\x5a\xdc\x90\x64\xd1\x07\x6c\x17\x51\xf6\xf8\x3e\x4c\x74\xc6\x47\x74\xaa\x52\x36\xf7\x21\xc5\x7f\x47\xda\xa7\x5a\x45\x1e\x4e\x9f\x9f\xf3\x00\x86\xc9\xd2\xdd\x4f\x59\xc1\x3b\xaa\x07\x7c\x6d\xbb\xcb\x53\xf1\x31\xfd\x6c\xb8\x70\x95\xe8\xb6\xd3\x6d\xa0\xc4\x65\xcb\xfa\xfd\x3c\x05\x94\xf3\xfc\x58\xac\x72\x54\xf7\x53\x4a\xbd\x0e\x35\x78\x8c\x45\x2b\xb8\xe4\x10\xd6\x2f\xa4\x58\x28\x92\xc4\xfa\x25\xcd\x42\xbf\x3e\xa1\xac\x36\x9d\x83\xcb\x44\xfa\x22\x91\xae\xe2\x86\x97\xae\xca\xfd\xfa\x70\xad\xee\x7c\x41\x47\xbf\x25\x1c\x75\xe4\x58\x8b\xb1\x88\x88\xdd\x72\x6d\xe8\xa8\xd7\xfc\xb5\xed\x2e\x6f\x89\x92\xfd\xee\x04\xca\x36\xd3\xf5\x5b\xb6\xd9\x7e\x77\x14\xf8\xd9\xf7\x87\x7e\x5f\x5a\xc0\x7d\x61\x01\xfb\x0e\xda\x6f\x33\xfa\x1b\x8c\x5e\x16\x9b\xfe\x78\xe7\x9e\x03\x31\x2b\x5b\xda\xed\xcf\xab\xaf\x50\x84\xb1\xb6\x2d\x12\xf6\x47\x46\x84\xfe\xb0\x54\xb3\x6c\x2b\xdd\x4e\xe1\xfd\x25\x2e\xc8\x7c\xdc\x5f\xa9\x39\xfb\xfb\x09\xfa\xb5\x0b\xf1\x5e\x85\x69\x77\xd4\x1c\xac\x3b\xab\xc4\xd1\x5f\x45\x04\xf5\x97\x49\x05\xbd\x37\xaf\x6e\xfa\xfd\x4d\x9d\xa3\xed\xa3\x63\x57\xf2\x4e\x57\xf2\xd1\x85\xb1\x6f\xf1\x70\xac\xf4\x2d\xcf\x86\xfe\xca\x16\xda\x5f\xd6\x8a\xad\x3a\x56\xaf\x09\x03\x12\xd0\xc4\xb8\x13\xd2\x1e\x7d\xca\x44\xd2\x51\xa5\x2b\x46\x39\x06\xf5\x29\xb5\x4f\x47\x80\xd3\xd7\xb6\x97\x6e\xe1\xbb\x43\xf8\x8e\x51\x01\x36\x7d\x7a\x9e\x73\xcd\x73\xab\x99\xfa\xac\xfe\xee\x43\xb0\xda\x85\x27\xf3\xf4\x70\x27\x37\x48\x74\x6f\x5e\xc2\xbd\x89\x94\x15\x65\x27\x6d\x3c\xfa\xd4\x8d\xb1\x23\xab\x6f\x75\x65\xc7\x43\x71\x1a\xe3\x88\x10\x1d\x64\x90\x1e\x8e\x53\x1a\x47\x22\x54\xda\xdf\xf9\x36\x8c\x43\x7a\xea\x01\x17\xf5\x3a\x54\x7d\xef\x90\xa3\xec\x60\x56\x84\xa6\x2b\xd0\x38\x1e\xcf\xe6\x01\xd1\x57\x22\xfa\x71\x48\x6b\x37\x90\xcb\x20\x74\x17\x0a\x47\x56\xca\xfd\x2f\xcc\x5f\x52\xcd\x0d\xeb\xf5\x07\xf4\xfa\xa1\xcb\xba\x37\x82\x2e\x6a\x23\x20\xd3\x4c\x94\x59\x66\x04\x99\x42\x06\xf4\xff\xa1\x28\xb0\x6e\xd8\xeb\x63\xc0\xeb\xa3\x4a\x51\x30\xc2\xed\x2e\x6f\x66\xbd\x52\xcd\x52\xfb\x71\x0f\xf8\x71\x7f\xc3\xed\x02\x47\x41\x46\xd6\x81\x84\x99\x5d\x98\x34\x82\x9c\x06\x46\x80\xd3\x40\x6c\x82\x66\x78\x3d\xcb\xef\xb2\xd4\x5d\x52\x30\xe8\xce\x3b\xc2\xc7\x67\xeb\x50\x01\xa6\xa8\xd3\x3c\x22\x4f\xb3\x6a\x27\x8c\x28\xe7\x9a\x81\x4b\xc1\xd7\xd6\xd5\x56\xdd\x46\x58\xfe\x7c\x77\xbb\x0d\x32\x47\x53\x51\xb1\x18\x3d\x1e\xca\xbd\x45\xd9\xce\x47\x94\x66\x65\x44\x14\x1a\x8f\x4d\x75\xbc\xa2\xbc\x06\x46\x4c\xeb\xbb\x0d\x4c\x07\x65\x8d\x58\x38\x9e\x8a\xe5\xd9\xdc\x31\x90\x97\xf1\x6b\xd3\x1a\x74\x65\x19\xb8\xb2\x7c\xe2\x9e\x9a\xdc\x65\x63\x0a\x33\x55\xad\x74\x4c\xd6\x88\x27\x41\xa6\x22\x78\x51\x9a\xa8\x11\xa1\x89\x1a\x43\x05\xd7\xa2\x58\xef\x88\xd4\x5f\xab\xf6\xcc\x88\xb7\xbf\x83\x13\x49\x71\xa5\xd8\xf8\x78\x2e\x0f\x97\xa7\x62\x58\x49\x22\xdc\x48\xcc\x9a\xac\xcb\xfb\x48\xba\x76\x8d\xc4\x6b\x97\x64\xa3\xe1\x94\x13\x03\xb1\xd4\xed\x50\x3d\xbc\x74\xb9\xcb\x8b\x90\xd6\xe9\xb2\x6b\xfb\x80\x6b\xfb\xd7\xb6\xc1\x92\x64\xab\x1f\x88\x45\x6a\x87\x36\x3d\x4b\xc4\x1e\x99\xc1\x1a\x43\x9b\xe0\xdc\x11\x23\x2f\x44\x52\xdd\xb4\x22\xdd\xea\x28\x9d\xbb\xa0\x4a\x6f\x45\xee\x0d\xa3\xa0\x58\x95\xee\x86\xa3\x48\x7d\x32\x0a\xd5\x27\x52\x0f\x8f\xa2\x38\xd2\x51\x90\x2d\x7b\x0c\x6d\x5e\x95\xc2\x79\x54\xe2\xa6\x8c\xd2\xa3\x1a\x37\x6b\x9c\xdf\x70\x2a\x15\x56\x4d\x1c\x6b\xe2\x39\x57\x21\x71\xab\xfc\xc7\x52\xf9\x77\x55\x25\xab\xd2\x46\x8f\x4a\x6d\xb4\x0c\xd6\xa3\xca\x5a\x33\x90\xf7\xab\x05\x91\x0e\x6b\xd3\x47\xbd\x06\x8a\x6a\xec\xaf\x9a\x18\xe9\x68\x91\x8b\x13\x36\xd8\xf3\x7b\xc0\xf3\xbb\xc9\x31\x65\x34\x9f\x83\xd6\xc0\x63\xc5\x47\x47\x93\x47\xf5\x68\x03\x55\x49\x44\x4e\x9b\xe7\xd8\x98\x85\x76\x68\xc7\xdb\x95\xdc\x86\xfa\x2c\x2a\x4c\xd7\xc4\x9e\x46\x23\x7b\x92\xfe\x74\x34\xe3\x57\x23\x7e\x75\xd5\x85\x6e\xd3\xb3\x9c\x9c\xa5\xca\xe5\x75\xf9\x7b\x0c\x66\xa4\xea\x32\x8e\x8f\xae\xeb\xf9\xe8\x30\x08\xe8\xf6\x30\x7a\xf1\x67\x2c\xde\x16\x85\xea\xbd\xba\x0d\xa9\x6f\xc6\x50\x4d\x3a\xbb\xdd\x0c\xb8\xdd\xb4\xa0\xaa\xeb\xdd\x04\xa0\x33\xc5\xb4\xa2\x08\x87\xaf\x08\x83\x57\x84\x2e\xef\xba\x31\x7c\x0c\x06\x8f\x81\xcc\xab\x63\xc8\x54\x38\x06\xcd\x4d\x66\x32\x43\x62\xd5\x18\xa8\x29\x13\xc5\x10\x86\x81\x32\x12\x2b\x96\x8b\xa5\x8d\xe4\x2e\xd3\xea\xb2\xab\xcd\x5d\x26\x76\xb9\x57\x30\xa4\x96\x18\x03\xf5\x25\x5d\xa0\x7e\xe8\x52\x38\xc6\x77\x34\x95\x1f\xef\x18\xc3\xfc\x73\x9c\xe8\x50\x55\x8f\x6d\x42\x18\x30\x21\x7c\x73\xd4\x3c\x5e\xcf\x11\xa5\x45\xe2\x50\x4d\xe8\x61\x66\x07\x3f\xa0\x16\x85\xcd\x63\x7a\x8e\x13\x73\x54\xdd\xd9\x21\x5d\xfa\x18\xd4\xa5\xab\x7a\xdf\x18\xd3\x3d\x4e\xd6\xf2\x57\xc5\xf1\x53\x06\x99\x71\x46\x56\xa6\x15\xb3\x3b\x8d\xce\x27\xd1\x59\xda\x9f\x71\x5e\xfe\xee\x62\xb2\x2b\x15\x7e\xf5\x3d\x66\x9c\xa8\xe8\xab\x10\x9b\x71\xca\x36\x34\xce\x67\xa2\x49\xa3\x29\x2b\xc2\x40\xb2\xe8\xa6\x68\x91\x71\x4e\x37\xa1\xe0\x79\x74\x45\xd8\xcb\x5c\xfe\x22\x97\x97\xfb\xc1\xb8\x4c\x9c\xaf\x63\x4d\x52\xdf\x59\x9a\xba\x22\x86\x53\x49\xf4\x4b\x46\xa3\x71\x7d\xe2\x62\x8b\xaa\xb0\x6f\x0b\xc9\x80\x85\xa4\x29\x83\xcc\xb8\x4c\x2b\xaf\xc4\x04\x76\x62\xf1\x97\x69\xe5\x45\x5a\x29\x53\xcd\xb8\x7c\x88\xaf\xef\x10\xb7\xa4\xfa\xe2\x97\xc9\xe8\x45\x32\x2a\x33\xce\xb8\xe4\x99\x3e\x2e\x78\xa6\x8f\x43\x9c\xe0\xaa\xee\xb2\x72\xc3\xc5\xfe\xaf\xe6\x3e\x1b\x53\x48\xc6\xf8\xef\xf2\x6e\xfb\x9f\x8b\xbb\xd7\xf0\x97\xdf\x89\x50\xf5\x9b\xef\xb7\xa8\x06\x7c\x9e\x9a\xa2\x87\xc6\x65\xae\x74\x21\xbb\x81\x2b\x4c\xdf\xd2\x01\x8c\x7b\x25\xaf\x14\x3e\xdf\x59\x10\xbb\x33\xdb\x44\xb8\x6f\xcb\xdd\x77\x61\xc2\x4a\xe1\xec\x5d\xfd\x5d\x65\x52\x4d\x11\x9b\xdb\x60\xb9\x2b\xd3\x69\x8a\xd8\x3c\xd2\xf6\x8d\x87\x15\x3f\xe4\x45\x3a\x1e\x13\xa2\x87\xc5\x3f\xa2\x84\xc5\xc7\xbb\xfe\xf0\xfa\x30\xc4\x21\x9f\xe2\xb6\xc2\xb6\xa1\x3e\x8b\xfb\x2c\xd8\x75\xb1\xff\xc7\x3b\xf4\xac\x1d\xea\xaa\xde\xaf\xab\xfe\x78\x06\x4f\xc2\xbe\xd9\x8e\xc7\x64\xea\x59\x45\xdb\x75\x24\x1f\xb9\x35\x8d\x67\x15\xd5\x76\xfd\x76\x65\xbf\x1a\x2f\x3c\x5a\xd3\xe1\x82\xda\xa6\xcf\x6f\x40\x36\x15\x51\x0e\x5f\x35\xc7\xdb\x99\xb7\xdf\x75\xb4\xa5\x24\x1c\x48\xc1\xd1\xf2\x4f\x01\xfb\xd7\x4d\xac\xe3\x2a\xbc\x7d\x6f\xb7\x3d\x2c\xbc\xbd\x17\xf0\xca\x57\x7c\xc0\xd7\x2a\xa6\xc3\xf5\xe5\xa5\x60\x1b\xef\x44\x71\x59\x51\x80\x77\x7a\x22\x13\xb5\xbf\x5d\xd4\x59\xaa\xf4\x31\x0f\xd4\xe8\x76\x05\x5a\x29\xa0\x06\x02\x21\xe2\xf1\x53\x9d\x56\xe1\xa6\x03\x59\x71\xbf\x89\xa8\xb2\xaa\x94\x34\x63\x22\x6a\x2f\xb9\x46\xb7\x4d\x51\x63\x56\x54\x8b\x16\xfb\x9f\x4a\xcf\x34\x66\x65\x71\x5c\xd7\xad\xf5\x68\x83\xa3\xb9\x00\xb1\x85\xee\x79\x33\x4d\xab\xea\xd2\xd9\x96\xbe\x72\x50\x96\xec\x8a\xa8\xc2\xa1\x39\x06\x2b\x9b\xba\x68\xe7\x3e\x91\x13\x75\x81\x7a\x71\xa1\x44\x69\x01\xe6\xf9\xc9\x62\x5d\x01\x4e\xf3\x14\xb8\x26\x34\x66\xbd\xfe\x94\x13\xbc\xd4\x54\x56\xa5\xc5\xdd\x76\xc9\x50\x33\x2f\x66\x6b\x88\x6a\x49\x6e\x41\x26\x31\x95\x56\x7c\xe5\x7e\x3d\x81\xac\x4d\xae\x7b\xf3\xd5\x11\x9e\x2f\x8e\x70\xdd\x09\xf9\x8f\xf9\x26\x7f\x86\x94\x18\x5d\x95\xf0\x5e\x5d\xbf\x26\x82\x84\xec\x23\x39\xad\xa1\x99\xd0\xd0\xb4\xa1\xa2\x6f\xaf\x28\xfa\x7c\x3f\x8a\xde\xc6\x16\x40\xe6\x2b\xa7\xb7\xf9\x7e\x02\x48\x1b\xc1\x5f\x3d\x6e\x7a\xf1\x95\xc7\x9a\x6a\xca\x07\x9a\xb4\xb0\xec\xc9\x7f\x68\xd5\x5c\x87\xf7\xcd\x9e\x3c\x02\x1b\x63\x55\x91\xc5\x37\x7b\xf6\x99\xb3\x77\x7d\x3f\xed\x33\xca\xb8\x57\x15\x51\x9c\x22\x06\x73\xb2\xb6\xa1\x0b\xf9\x9d\x6e\x81\x81\x4c\x05\xf1\x24\x9b\xcf\xb9\x60\xb1\x5b\x3c\x73\xd4\xcf\xee\x2e\x6d\xa8\xe3\x30\x61\x99\x0d\x76\x87\x98\xb3\xfa\xab\x8f\xb1\xb8\x22\xe8\x7c\x3d\xbb\x17\xd2\xa9\xca\xec\xed\x79\x87\x19\x98\x2a\xe5\x38\x76\x41\xbd\x90\xdc\x06\x1f\xd2\x63\x6f\x56\x98\xa1\xb8\x0d\xe9\x91\x8e\x9a\xd4\xd6\xdc\x86\xac\x27\x61\x8f\x17\xe3\xb5\x79\x50\x8c\x17\x79\xd0\x76\x99\x8e\x75\x6e\x7a\xf4\xfd\xdb\x68\xae\xd9\x29\xc0\xcb\xf6\x25\xf8\xfe\x1d\x4c\x97\xae\x44\xe6\xdb\x57\xe2\xfb\x97\x19\xb9\x53\xfe\x77\xd6\xfc\xfd\xf8\xaf\xe7\x7f\xfe\x1f\xff\xd7\xff\x7d\xfe\xe7\xff\x73\xfe\xd7\xf7\xcf\xfd\x3f\xfe\xf5\xaf\xf7\x3f\xfe\xfb\xf3\x5f\xee\xff\xfe\xe7\xff\xfc\x9e\xfe\x79\xde\xf9\x5f\xfe\xe3\xfd\xd7\xfb\xff\xfd\xb7\xff\xf1\xaf\xfb\xfd\xf3\x9f\xff\xed\x3f\xbf\xaf\xf0\xf7\xff\x07\x00\x00\xff\xff\xa7\x3d\x70\xec\xad\xb5\x03\x00"); +func _edeb ()(*asset ,error ){_fcff ,_efdd :=_eebd ();if _efdd !=nil {return nil ,_efdd ;};_dbce :=bindataFileInfo {_dae :"UniJIS-UTF8-V",_fb :3954,_ae :_be .FileMode (436),_g :_a .Unix (1580492964,0)};_ccca :=&asset {_dd :_fcff ,_ef :_dbce };return _ccca ,nil ; +};func _fgaba ()(*asset ,error ){_cefee ,_gdeb :=_dad ();if _gdeb !=nil {return nil ,_gdeb ;};_egbag :=bindataFileInfo {_dae :"UniJISPro-UTF8-V",_fb :5120,_ae :_be .FileMode (436),_g :_a .Unix (1580492871,0)};_afgf :=&asset {_dd :_cefee ,_ef :_egbag }; +return _afgf ,nil ;};func _gfga ()([]byte ,error ){return _c (_abde ,"UniGB-UTF8-V")};func _cbgb ()(*asset ,error ){_agef ,_ggcb :=_dfgc ();if _ggcb !=nil {return nil ,_ggcb ;};_gbge :=bindataFileInfo {_dae :"UniGB-UTF32-V",_fb :839,_ae :_be .FileMode (436),_g :_a .Unix (1580492778,0)}; +_aagae :=&asset {_dd :_agef ,_ef :_gbge };return _aagae ,nil ;};func _ffdef ()(*asset ,error ){_egfa ,_facg :=_gfga ();if _facg !=nil {return nil ,_facg ;};_cfbgc :=bindataFileInfo {_dae :"UniGB-UTF8-V",_fb :780,_ae :_be .FileMode (436),_g :_a .Unix (1580492788,0)}; +_ggabb :=&asset {_dd :_egfa ,_ef :_cfbgc };return _ggabb ,nil ;};func _edb ()(*asset ,error ){_fedec ,_deb :=_bgea ();if _deb !=nil {return nil ,_deb ;};_afg :=bindataFileInfo {_dae :"Adobe-CNS1-UCS2",_fb :264249,_ae :_be .FileMode (436),_g :_a .Unix (1580490554,0)}; +_efad :=&asset {_dd :_fedec ,_ef :_afg };return _efad ,nil ;};var _dbgc =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x84\xbd\x4b\xaf\x6e\xcd\x91\xa0\x35\xf7\xaf\xd8\xc3\x66\xd0\xd4\xca\x7b\xa6\x64\x1d\x09\xca\x58\xb8\xa5\x06\x44\x75\x01\x12\x62\xf0\xae\x5b\x61\x89\xfa\x6c\xd9\xae\x41\xfd\x7b\x94\xcf\x13\xe7\x73\x0b\x21\xed\x33\x39\x6b\xed\x77\xe5\x2d\x32\x32\xee\x19\xf1\x0f\xff\xf8\x87\xdf\xfd\xe1\x97\x3f\xfe\xed\xeb\x1f\xfe\x97\xbf\xfc\xe9\xfa\xa7\xe7\x6f\x5f\xef\x1f\x7f\xb9\xff\xf2\xfc\xf5\x4f\xff\xf6\x97\xeb\xf9\x3a\x9f\x7f\xf9\xe3\x2f\xbf\xf9\x4d\xca\x5f\xf7\x1f\xaf\xbf\xfd\x7c\xe5\xbf\xeb\x5f\x3f\x7f\xfe\xcd\x6f\x76\xfb\x7f\xfa\xf7\xbf\xfe\xed\xf9\xd7\x3f\xfc\xf2\xfe\xe9\xab\xf8\xdd\xfd\x6f\x7f\x8e\x6f\xbf\xbe\xfe\xe1\x7f\x7d\xfe\xe5\x8f\x7f\xfd\xdb\x5f\xfe\xfd\xeb\x3f\xfc\x77\xf7\x9f\xce\xe7\xbf\xf9\xba\x9f\x77\xff\xfd\x7f\xfe\xcb\xfd\xfc\xe5\x8f\xbf\xfc\xcb\xd7\x7f\xf8\x4f\x9f\x3f\x7f\x7e\x49\xbf\xfe\xf0\x4f\xff\xf6\xe7\x3f\xff\x3f\xcf\xbf\x3e\xbf\xfc\xed\x6b\xf0\xb7\xe7\x97\x9b\xff\x7f\xf3\x0f\xff\xf8\x9f\x3f\x7f\xfe\x9f\x3e\xff\xfa\x7c\xfd\xc3\x3f\xff\xf2\xc7\xff\xf4\x87\x7f\xca\xc7\x51\xff\xe3\x3f\xff\x97\xdf\xa7\xfe\x1f\xff\x47\x3e\xe1\x8b\xff\xed\xf9\xcb\x5f\xff\xf8\xa7\x5f\xbe\xd2\x7f\x7b\xe4\xf4\xf7\x3f\xff\x97\x7f\xff\xf3\xf3\x95\xa2\xa7\xff\xe3\x9f\xff\xf0\xbb\xaf\xff\x33\x7d\xa5\xe3\x2b\xb7\x9e\xd6\xff\x15\x7f\xff\xdf\xff\xf3\x9f\xee\xe7\xeb\xf0\xad\xb8\x8a\xeb\x4f\xf7\xf3\xd7\x3f\x7f\xae\xe7\x2f\x9f\x5f\xfe\xe5\xf9\xcd\xd7\xd7\x6f\x8f\xe3\x38\x7e\x7c\xed\x7f\xbf\xfd\xdd\xf8\xfd\xef\x7f\xec\xbf\xfd\x6e\x1e\xc7\xef\xfe\x71\xff\xfd\xb7\xbf\xfb\xef\x7f\xff\xfb\xdf\xfd\x3e\xfe\xfe\x3f\xfc\xfd\xdb\xdf\xf3\xb7\xe7\x97\xfb\xff\xd3\xe3\x6f\x92\x03\xfd\xf2\xa7\xbf\xdd\xcf\xeb\xdf\x62\x8c\xdf\x1e\x47\x7a\x7f\x7c\xa5\xdd\xea\xbf\xfe\xf9\x37\xe9\x38\x62\x76\x7f\xbc\xaf\xff\xfb\xf3\x97\xdd\xa0\x5d\x3f\xbe\xd6\xd8\x4f\x63\x3f\x2d\x9e\xee\x1f\x5f\xab\xf2\xf4\xfc\xf8\x4a\xc7\xb1\x1f\x3f\xc7\xee\x72\x3f\xd4\xfd\x37\x9a\x7c\xda\x8f\xaf\xee\x1f\xfb\x8f\xaf\x55\x78\x1a\x3f\xbe\x46\xb6\xc9\xfc\xf1\xd5\xab\x5f\xae\x1f\x5f\xa9\x65\x1e\x3f\x3f\xbe\x52\xf5\x83\x73\x77\xc5\x98\x9f\x6b\x7f\x60\x0f\xf7\x7e\xb4\xdb\x3d\x7e\x63\x2a\x9f\xbd\xa4\xcc\xb7\xe7\xf1\xe3\x6b\x38\x83\x33\xfd\xf8\xea\xce\xf5\xac\x7b\xb4\xc6\x63\xdb\xcd\xfc\xb6\xff\xf8\x1a\x63\xf2\x38\x7e\x7c\xa5\x64\xb3\xf9\xe3\x2b\x15\x9b\xed\x99\x75\xa6\x73\x32\x33\xff\xba\x67\x96\x99\xce\xc9\xc0\x7d\x3f\x5e\x7d\x37\xa3\xdf\x7b\xec\x81\x19\xed\xde\x9d\x55\xd6\x76\xef\x6f\x1b\x9d\x3d\xfb\x5b\xa7\xf3\xf2\x2d\x3d\xbc\x7c\xbb\xa7\x93\xf6\x56\xad\xd2\x3b\xcf\x89\xe7\xc4\x73\xde\x7d\x8c\xe6\x0f\x85\x97\xbe\x78\xa9\xbc\x94\xc1\x0b\x6b\x1c\x8c\x90\x8e\x6e\x1b\x3b\x1e\xbc\x0c\x7b\x9b\xbc\xcc\xc2\xcb\xf2\xc5\xde\x3e\x3f\xbe\xf2\x51\x8a\xbf\x9c\xbc\xb0\x43\xe9\xb8\xec\xcd\xcf\x6e\x7b\xf3\x97\xc7\xe9\xd8\xf5\xeb\x2f\x1b\x60\x29\x1d\x74\x90\xf9\x2c\x25\x7f\x61\x6e\x29\xb3\x36\x3a\x4b\x85\x67\x5b\x74\xc7\xf7\x65\x38\x3e\x93\x49\xce\x99\x4d\x49\xc9\x39\x0f\x7f\xf9\xec\xf6\xcb\x7e\xcf\x8d\xa5\xa0\x41\x4a\xce\x78\xda\x97\x33\x5e\x36\x7f\x1c\xc5\x26\xaf\xa3\xf0\x92\x9d\xb1\xd0\xcc\xc9\x5f\x00\x7a\xce\xfe\xe2\x8b\x40\x9f\xb6\x11\xe8\x8b\xf5\x67\x17\x00\x96\xa4\x0c\xd0\x67\xb2\xcd\x64\x6a\x4c\x20\xaf\xfd\x9c\x80\x4b\x66\xfa\xdd\x11\x4f\x9e\xfd\x7b\x4c\x12\x18\xe5\x98\x24\x5f\x95\x98\x24\x1b\x5b\x36\x58\x2b\x23\x14\xa7\x98\x59\x70\x29\xbe\xf8\x51\xcc\xd7\xcf\x62\xbe\x8c\x52\x9c\x2f\x47\x2f\x95\x00\xb8\x6d\xa6\x1d\x30\x7e\x11\xe0\x31\xfe\x47\xe8\xdb\x46\x24\xa9\xf6\x76\xf1\xe2\x26\x15\x41\xee\x02\x8a\x48\x52\xed\xc0\xd5\x64\xc0\x57\x63\x35\xb4\xa9\xac\x06\x48\xd6\x8d\xf2\x7e\x5f\x03\xe1\x19\xa3\xba\x96\xc1\x5a\x6a\x73\xf4\x02\x35\x0c\x0a\xf6\xff\x47\xd3\x52\x75\xa1\x62\x69\xf5\x34\x74\x76\xa9\x8a\x59\xc3\xa1\x96\xb3\xf1\x33\x4f\x43\x76\x28\x50\xcb\xfd\xaf\x9b\x2c\x16\x01\x50\x6f\xf6\x8c\xb5\xb4\xc3\x7e\xd9\x81\x16\x08\x0f\x34\x1b\xab\x61\xbc\xb6\x57\x53\x81\x4a\x73\x2d\xe2\x5e\x73\x5f\xba\xdf\xc7\xbe\xd8\x93\xfb\xe2\xfa\x5b\x1c\x04\xdb\xc4\x41\xb0\x37\xf7\xc5\xbd\x6c\xa7\x2f\xf6\x16\x47\x81\x25\xb6\x38\x0a\x4e\x26\xf6\x85\xf5\x36\x0f\x2f\xb4\x2a\xf5\xbd\x2f\xe2\x71\xdf\x07\x21\xd3\xb8\x4b\x88\x44\xd7\xee\xbe\x4c\x1a\x77\xd7\x22\x22\x74\xd7\xd2\xfc\x25\xce\x84\x6d\x5c\x4b\xf1\x33\xcf\x04\x4b\xe9\x9e\x09\x3f\xf2\x4c\x30\xf7\xee\x99\x70\x22\xb1\x0e\x7f\x88\x75\x00\xa2\xfe\xd0\x93\xcf\x2f\x3d\xb1\x53\x23\x76\xc4\x17\x77\x64\xb2\xbe\xe1\x69\x91\x56\x0e\x4f\x8b\xa3\x8c\xea\x31\xf0\x33\x31\xcc\x2d\x1d\xae\xc4\x65\x8d\xd8\x15\x3b\xd8\xa7\xc5\x93\x37\xdc\x13\x37\x7b\xb8\x27\xd2\xd0\x11\x7b\xe2\x67\x41\x50\x7d\xb9\x77\x73\x7b\xda\xe7\xde\x53\xb7\x36\xb0\x85\xce\x02\xd4\x53\x54\xbc\xb2\x2f\x4c\xe3\x02\xff\x84\xc2\x25\x14\xfc\xe8\xe5\xef\x80\xea\x3e\x80\x08\x0b\xba\x13\xdf\xd0\xf6\xce\xfc\x9d\x99\xde\x85\xbf\xfb\x5c\xf9\x3b\x23\xdf\x71\xc4\x98\xd1\x2d\x4f\x91\x3f\xdc\x02\x40\xe2\x73\x8b\x96\x52\xee\xdb\x53\x24\xf2\xdd\x82\x40\x6a\x7b\x07\xb9\x60\x9b\x6f\x41\xe0\x99\x7a\x1d\x47\x78\xbc\x48\x1b\x2c\x30\x6f\xaa\xb4\x2a\xcd\xb3\x07\x6c\x82\x3d\xb9\xb1\x92\x34\x79\x16\x24\x74\x95\x5b\x00\xcb\xaf\x58\x0b\x88\x9c\x3d\x62\x13\x6c\xcf\x8d\xb5\xcc\xc3\xaf\x24\xd5\xf1\xd9\xf4\x65\xf1\x02\x5e\x66\x3b\xfe\xf0\xec\xdf\xa5\x07\xb6\xbe\x1c\xfd\xe0\xe5\xf1\xc5\x41\x5e\x07\xa1\x49\x77\xf6\xec\x73\xee\x49\xe6\xc0\x88\x1e\x9e\xe9\x22\x3d\x3c\x13\xfa\x9e\xbb\xb3\x4c\x76\xe0\x2c\x41\xa0\xdc\x63\x96\x83\x17\x80\x3c\x67\xfb\x8e\x10\xe6\x38\x43\xcb\xde\x6f\xa7\xe7\x8b\xb4\x60\x39\x94\x13\x67\xa7\xb3\xa7\x68\x26\xc6\x8d\x53\x04\xc3\xcd\x43\xb8\x83\x5a\x79\x08\xf7\xc3\x36\x2e\x09\x9e\x93\xf7\x29\x5a\x15\xb6\x9a\x87\x2b\x9a\xbe\xb8\x08\x4e\x74\xf6\xe4\xcc\xc3\xce\x5c\x51\xb5\xb3\xd3\x5f\x6c\x13\x93\x76\x36\x31\x69\x7e\x99\xce\x13\x59\x26\xcf\x00\x30\xf3\x9c\xce\xf3\xf0\x05\x54\x87\x52\xe5\xe9\x34\x39\xba\x79\x3a\x1b\x0e\x47\x9e\xce\x06\x0e\x9a\xa7\xb3\x29\x7e\xe6\x39\x46\x7a\xcb\xf3\x62\x69\x7e\xe5\xcc\x5c\xe7\x14\x0f\x92\xc3\x08\x4e\xe4\x8f\xbc\x9c\x26\xe7\x34\x2f\xa7\xe9\x6c\x16\x07\x52\xfc\x5c\xce\x4c\xfc\x5e\xe2\x04\xe4\x31\xaf\xd8\x79\x3b\x73\x9a\xcb\x36\x22\xe2\xb2\x33\x67\x93\xfc\x25\x26\x00\x38\x3f\x31\x26\x1d\x7c\xe2\xe8\x00\xb4\xd3\xa9\x41\x4e\xf2\xe9\x2f\xee\xf4\x29\xee\xb9\xe8\x2d\x0a\x8b\x41\xe7\x5e\x3e\x7f\xbb\xec\xd4\x9d\x40\x2a\x16\x74\x97\xcc\x16\x02\x92\x2f\xa7\x5e\x6d\xb1\x7e\x8a\xef\xf9\xda\xf0\x15\x95\xaf\xf3\xc7\x17\x44\x35\x5f\xae\x06\x62\x91\xa5\x61\xa2\xc3\x1d\xf3\xa7\xff\x9f\x94\xc7\x97\x90\x66\x01\x00\x94\x47\x0c\xbe\x83\xf4\x32\xee\xa6\x3b\x2e\xea\x96\x87\x34\xbf\x71\xc3\xe0\x6d\x65\x4b\xe2\xcc\xa2\x6c\x71\x7b\xf9\x54\x7f\xce\xb7\x6c\x49\x3b\x43\x14\xca\xf1\xeb\x28\x65\x4b\xcc\xa9\xf8\xed\x9e\x7b\xb1\xab\xfb\xef\x6b\x2e\x0a\xc8\x13\xe6\x52\x92\x58\x05\xfb\x2e\xca\xab\x13\x09\xa5\x28\x61\x4e\x58\x60\x51\xc2\x9c\xcd\x97\xf1\x53\x4d\x29\x19\x8d\x85\x6e\xb3\x58\xe0\x8c\x73\x74\xeb\x2f\x76\x8b\xe0\x5e\xb2\xa3\xc3\x0e\x4b\x71\xaf\x91\xc2\xcb\x16\x1e\x61\x72\x45\x61\x71\xa2\x2a\x94\x82\x76\xc3\xc0\x25\x86\x60\xe6\xc5\x5e\x87\x2f\x2e\xd0\xe6\x41\xd7\xe0\xab\x65\xc2\x30\x2b\x1b\x5b\x26\xd2\xa1\x24\xb3\xcc\xc7\x17\xe0\x36\x5f\x5f\x68\xb3\x10\x08\x3d\x04\xe5\xf3\xf1\x17\x5f\x4e\x5f\x18\xe7\x8c\xcf\x68\x03\x47\xec\x39\xe7\xef\xc8\x5f\xb9\xec\x10\xd4\x2f\x97\x1d\x42\x4f\xcb\xe5\x8c\xdc\xa6\x8d\x6d\x29\x1f\x9c\xd7\x02\xba\xe5\x63\xf9\x4b\xf3\x85\x36\xa0\x55\x3e\x40\x8f\xba\x15\xb6\x74\xb0\x05\x15\xe1\xef\xe0\x88\xbc\x30\xcd\x9c\x36\x4e\xa6\x87\xf3\x52\xf6\x21\x49\xcf\x09\x97\xdb\xbc\x21\xbd\x03\xf4\xde\x47\x3a\xbd\x43\xc6\xe6\xdf\xa1\x08\x7b\xc9\xe9\x1d\xd0\xad\x0d\xb2\x7c\x6c\x8d\x30\x6f\xb0\xe4\x63\x23\x68\xf7\xaf\x5b\xe3\xea\x5b\x4e\xcc\x07\xfa\x56\xe5\x69\x03\x27\x1e\xcb\xdf\x1f\x6b\xec\x6c\x3e\xd2\x56\xd9\x3b\x7d\x6d\x05\xac\x6f\xf4\xc8\xc7\xd6\xb8\x96\xbf\x2f\xcf\x78\x3e\x40\xd8\x3d\xc9\x7c\x80\xae\x87\xbf\xef\xfd\xcf\x8e\xfa\xb0\xd6\xfd\x98\x19\x76\xf1\xc8\x00\x3e\x32\x00\xcd\x36\xfe\xa1\x43\xe6\x63\x6b\x11\xc8\x0e\xf9\x00\xb3\x72\x4a\xf4\x51\x9e\x38\x66\xf9\x28\xa2\x6e\xa5\x97\xea\x7e\x4f\x1a\xa3\x11\x1c\x34\xae\xcb\xc6\xfc\x9d\x3d\xe8\x79\xd2\xd3\x66\xdd\x63\xba\x9e\x2d\x01\x0f\x08\x55\x3e\x80\x7b\x19\x3e\x33\xc4\x72\x51\x1f\x36\xaa\xd1\x2d\x64\xa2\xa3\x4c\xe5\x03\x32\x91\x8e\x8d\xac\x19\x85\x3d\xa5\xd9\x7c\x29\x3f\xbe\xc6\x66\x85\x59\x4d\x3c\x71\xea\x32\x2a\xf6\x2c\x87\xdf\x7c\x78\xae\x3c\xbf\x62\xcf\x9e\x2d\x6a\xf0\x3c\x32\x1f\xed\x5d\x18\xdd\x9e\xb6\x16\x3a\x0f\x07\x40\x09\x65\x16\x28\x9a\xab\xc4\x9f\xa1\xb0\x2d\xf9\xb2\x41\xb9\x0f\x6f\xfe\xa9\x42\xb2\x9d\xaa\x7d\xf9\x98\xcc\x68\xc3\x7b\x96\xcd\x4e\x33\x4a\xcb\x42\x33\xce\xe8\x2c\x0b\x06\x9c\x51\x59\x16\x4c\x2a\xff\xd4\x4d\x32\x0d\x36\x98\x66\xd9\x5c\x3e\xa7\xcd\x24\x17\x12\x75\x46\x5c\x45\x98\xcb\x88\xab\x68\x7e\x39\xc1\xc6\x72\x3e\x98\xd1\x66\x0b\xb3\x1c\xfc\x70\x9d\xfe\x40\x9f\x90\xfa\x9c\x1d\xcd\xc3\x97\x9d\xc6\x96\x51\x91\x9f\x33\x62\x29\xb4\x3a\xa7\x67\x77\x74\x24\x9f\x07\xcf\x7c\xf2\x4c\x9e\x01\xef\xb3\x78\x66\xe0\x2d\x5d\xce\xc2\x37\x79\xef\x19\x72\x77\xce\x07\x9d\x2f\x1e\xf7\x94\x81\x67\x66\xf3\x72\x9a\x7e\x12\x8a\xe3\xe0\x65\xec\x8d\x39\x78\x9c\x3f\xbe\xd0\x9b\x72\xd6\x84\x52\x37\xbd\xcd\xf9\xf0\x88\x2c\x7f\xd9\x9b\x51\x1d\x55\xa5\x17\xd4\xcf\xfb\x70\x8e\xce\x66\xe7\x7d\x3c\xfb\xe6\xcb\x39\x73\x3c\x73\x4a\xf3\x1b\x32\x96\x33\x16\x90\xc4\x9c\xf6\x99\x44\x1d\xcc\x79\x1f\xc4\xe1\x4c\xf7\x41\x1c\x87\xbd\xbe\x0c\xc6\x2a\x33\x6b\x67\xa2\x9b\x65\xa0\x1f\xe6\xbc\x19\x06\xba\x79\xce\xf9\xfe\xf1\x35\xd3\xa2\xbb\x8d\x3f\xa3\x67\xc0\xb0\xb9\xc2\x38\x7c\x6c\xfb\xcf\x34\xe4\xb0\xb2\x4f\xb9\x30\x36\x3d\x57\x97\x01\x9d\xc8\x15\xd4\x69\x6c\x73\x56\xd7\x6e\x9c\x30\x64\x76\x94\xfa\x8c\x64\xdc\x39\x9c\xc8\xc5\x18\x93\x72\x56\xd9\x6c\x1c\x1c\x25\xa0\x9c\x26\x1f\xad\x20\xa9\x0c\xb7\x86\x2f\x2c\x10\xd9\x28\xa7\xc9\x70\xeb\xf1\x40\xf3\x19\xc6\xca\x9c\x26\xbd\x7d\xf6\x1a\x1a\x1f\x9d\x80\xa7\x30\xd9\x4b\x64\x05\x2a\x05\x9b\xd9\x06\xf5\x7e\x49\x60\x0a\x7f\x0f\x53\x14\xe7\xb0\x2c\xb0\x18\xd5\x3e\x97\x25\xed\x62\x07\x0a\x12\xd7\xcf\x97\x18\x7c\x33\x97\x5c\x10\xbf\x32\xe6\xcc\x5c\x10\xbf\x7e\xfd\xac\xfd\xd7\x2f\x2e\x12\x4c\x85\x11\xfe\xfa\xcb\x66\x55\xa9\xe7\xb1\x07\xad\xb9\xf8\xb2\x01\x59\x9f\x4d\x5e\x50\x44\x73\x7d\x5f\xd4\x47\x90\xa0\xed\x53\x3e\x33\x43\xb6\xad\xa1\xcc\xcc\x99\x6a\x1b\xdc\x33\x33\x46\xeb\x34\xe6\x80\xb5\x2d\xff\xcf\xbc\xc5\x94\xdc\x06\x6d\xa1\xbc\x6d\x1f\xf8\x99\x2b\xdf\x4f\xbe\x67\xe9\x6d\xcb\xc4\x33\x83\xea\x6d\x33\xfa\x99\x39\x1b\x6d\x8b\xc4\x33\x57\xfa\x99\x8c\x5b\xec\x87\xfe\xe1\x3f\x6d\x03\x67\x80\x9f\x6d\x83\x46\xc8\xb6\x0d\x98\x79\x40\xd4\x9a\xab\x8f\xa6\x1f\x09\xc7\x16\xae\x72\x3b\x25\xf2\x50\xe3\x76\x42\x81\x18\xf7\x84\x02\x31\xec\x29\x1c\x97\x9f\x48\x2c\xfc\xe1\xda\xdf\x30\xfd\xcd\x8a\x47\x61\xf6\x97\x5b\xb5\x58\xe2\x05\xf5\x85\x60\xb5\x4d\xbc\x24\x81\xed\xc2\xa0\xdd\x79\x04\x20\x76\xa8\x70\x51\xa0\xbe\x6d\xd3\xb7\x91\xe9\x1d\xea\x76\xb4\xc3\xfe\xf7\xa9\xe2\xe8\xb7\xad\xa3\x0f\x36\xab\x3d\x15\x78\xb3\xf2\xa7\xf1\xcc\x48\x98\x8c\x73\x6c\xd0\xb3\xbf\x1f\x4c\xe6\x0d\x20\x30\x87\x57\xea\x09\x34\xfb\xa6\x5e\x03\x6e\xdc\x0f\x66\x9c\x78\x7c\x60\x23\xfb\xf3\x9e\xd8\x07\xf0\xba\x27\xf6\xc1\xcf\x2b\x36\x74\x3e\xd9\x0c\x76\x70\xf0\x7a\x67\xf7\x21\xa3\x1d\x6c\x39\xa0\x3b\xbd\xbb\x3f\xf4\xd2\x0b\xdf\x14\x9e\x2b\x7f\x67\x2e\x9d\x95\xa4\xef\xc4\xb2\xdc\xb7\x9a\x3b\x33\x74\xbb\x77\xb7\x88\x79\x6c\x94\xc4\x66\x9c\x7b\x3f\xd9\x69\xa8\x4d\xef\x9e\xb4\x78\xd9\x9b\x37\x6c\xcb\xc9\x48\xcb\x59\x01\x2e\x26\x15\xe7\x0f\x56\xdb\x03\x9b\x9a\xbf\x08\x48\x28\x7f\xdf\x68\xb0\xc5\x39\x16\x78\x3e\x52\x72\x5e\x82\x5b\x81\x2d\xe3\xf0\xcc\x42\xf0\x47\x8a\xf3\x77\xf0\x62\xd7\xe0\xfe\x40\x64\xc9\x18\x73\xf2\xa8\x32\x35\x70\x7b\xb4\xd8\x55\x7e\x19\x9e\x53\x16\x3f\x3e\x9c\x47\x36\x61\x9c\xaf\xb3\xd9\x4d\x16\x2e\x87\x9e\x39\xcd\x0b\x35\x2a\x67\x10\xf6\x64\xcc\x74\x80\x0a\x27\xba\x42\xf6\xb0\x9e\xd9\x61\xa0\xec\x27\x2a\x42\xf6\x48\x9f\xdd\xd9\x24\x5f\x92\x2f\xf4\x06\xd1\xcd\xee\xf7\xb9\xda\xaf\xb3\x39\x7f\x92\xd9\xdd\xe4\x61\x35\xad\xb1\x49\xcf\xc4\xa2\xa9\x80\xf3\xcc\x86\x5c\xd9\xfc\x65\x60\xcf\x8d\x5f\x16\x9f\xc5\x2f\x27\xbf\x30\x81\x67\x13\x86\x9a\x39\x65\x0f\x9a\x72\x95\x99\x3e\x5b\x17\xa8\xbd\xfa\x9c\x7f\x7c\x15\xf9\xc5\xb3\xe5\x8b\xaa\x80\xf1\x6c\x01\xa3\x7a\x2a\x1e\xd5\xe4\x02\xf3\x7d\x96\xde\x16\x88\xc0\xc3\xec\xcb\x6c\x36\xc7\xe3\xd2\xba\x9f\xad\x1f\x5f\xed\x68\xb6\x3f\xf7\xf3\xf4\x79\x6f\xff\x40\x63\xce\xcf\x26\xe6\xa5\x43\xf6\x9e\x8d\x4b\x45\xbc\x7a\x3e\x2c\x1d\xe5\x36\x3f\x78\xc1\x1a\x36\xb7\xfc\x40\xbd\x6b\x02\x95\x9e\x0f\x03\x2a\x27\x3d\xf8\xbd\x8a\x04\xef\x01\x17\xcb\x82\x38\x3d\xe0\x62\x5d\xcb\x5f\x36\x8a\xaf\xe4\xf4\xf1\x7f\xd5\x25\x20\xf1\x80\x95\xc5\xa1\x7d\x20\x80\xed\xe0\x24\x3c\x68\xec\x3f\x3b\x38\x99\x9b\x7c\xf1\x41\x7d\xaf\xc7\x60\x6e\xf8\xb7\xea\x11\x9f\xa9\xa9\x82\x24\xa8\x24\xa9\x04\xc4\xd1\xe8\x17\xf4\xf4\xd1\xe6\xa8\xee\xf0\x5c\x05\x60\x82\xf2\xcf\xe6\x99\xb9\x83\xa4\x8f\xce\xb0\x8e\x5c\xfe\xa0\xd3\x17\x65\xee\x47\x5d\x1e\xfb\x62\x7e\x2e\xbd\x79\xd3\xce\x90\xba\xb3\x1b\xbb\x55\xad\x72\x08\x9a\x9b\x21\x3d\x99\x8f\x96\xc7\x9f\x5f\x0d\x67\xe9\x2f\x73\x8f\xdf\xe9\x0b\x41\xbd\x4c\xd7\x82\xa0\x5e\xd4\x18\x1e\xbc\x70\x05\x93\x41\x7e\x36\xb1\x4d\xdd\xb5\x6c\x89\xb1\x14\x77\xe6\x61\x67\xa0\xd9\xcf\x73\xd2\x2d\x80\x78\x30\xcf\x56\xff\xbe\x31\x61\x21\x6f\x3d\x2f\x6a\x08\x2c\xea\x3d\xd4\x18\x0f\x9e\xf7\x21\x96\x0d\xbc\x9b\x56\x54\x34\xc4\xfc\x6e\x19\xb3\x6e\x82\xf2\x0d\x39\x7c\xb1\x34\xe0\x86\xcb\xef\xa6\xe7\x35\xc1\x3b\xde\x4d\xd0\x4b\x1e\x76\x36\xf6\xdf\x93\x03\x6e\x18\x34\xce\xc0\xbb\xa5\xd1\x9a\x11\xb1\xde\x2d\x8c\x96\x8c\x98\xf4\x6e\x59\xb4\x94\x65\x3f\xd7\xfe\x26\xf9\xfd\xbd\x9f\xe1\x6b\xef\xc1\x41\x8c\x71\xdf\xfd\xcc\xa2\xdf\xad\x57\x56\xc5\xa2\x77\xcb\xae\x25\x75\xff\xbe\xcf\xe4\xe2\xb8\xbd\x9b\x0e\xd6\x0c\xdb\x7c\xb7\x02\x53\xd5\x2f\x5e\xdc\x78\xc5\x39\x6f\xd1\xa9\x0c\xe7\xb6\x45\xd8\x5a\xa0\x20\xef\x26\x61\xb5\x64\xfb\x39\x79\xf6\x9b\x6b\x7f\x5f\xfd\x66\xef\xed\x42\x8b\x7c\x37\x07\xab\xb5\xf9\xbc\x37\x24\x41\x55\x5e\xfc\x77\x19\x31\xf5\xdd\x72\x51\x99\x20\xfc\x9b\x37\x8e\x62\x72\xcc\xef\xa6\x90\x59\x2d\xfa\xc5\x5d\x17\xb0\xda\x5a\x54\xed\x1c\xaa\x37\x83\x53\x60\xfe\xbb\xe9\x66\xae\xcd\x3e\x3f\xbf\xd2\xa3\x77\x2b\x5a\xb5\x0b\x93\xbc\xe1\xe9\x19\x78\xb7\x04\x9d\xd3\x70\xac\x3d\xcf\xe1\x1a\xb1\xbd\x2c\xf7\x08\xd3\xcb\x82\x47\xbe\x78\xf0\x30\x5f\xe5\xb7\x78\xca\xfc\xe6\xef\x34\xee\x2d\xd0\x38\xb8\xca\xbb\xc5\xef\xaa\x84\xfc\x96\xce\x33\x6b\x29\x83\x67\xfb\xd9\xf4\xa6\x73\x72\x5e\xec\x36\xb5\x09\xdc\xb2\x17\x80\xe7\x37\xbf\x5b\x09\xac\x38\x31\xf3\x8b\xe7\xae\xb9\xc8\x2d\xc9\xd7\x05\xdd\x79\xf1\xdb\xad\x68\xbb\xd9\x11\xde\xb0\xfc\xe2\xb5\xcb\x62\x7e\x4d\x10\x50\x06\xde\x72\x43\x69\x22\xd9\x56\x03\x8a\x92\xf1\x8b\x8e\x8e\x6b\x2a\xbf\x5b\x23\x28\xda\x1b\xde\xda\x21\xb8\xb6\x1d\x20\x2b\x73\xd8\x8a\x42\x4b\xc5\x7e\xf6\x02\xb0\x3b\xe5\xb7\x6e\x84\xc6\x10\x9d\xdf\xba\xa9\xe5\x6c\xf6\xbf\xe7\x9f\x9d\x67\xbd\x7f\x7c\x35\x1c\x16\xf9\xad\xcf\x7e\xee\x7e\xff\xf2\xcc\x58\x5b\x1c\x2e\x15\x5e\xf8\x6e\xa5\xb7\x4c\x91\xb5\xa1\x61\x43\x01\xde\x56\xf6\xf7\x22\x50\x83\xc8\x1d\xfe\x1d\x0e\xe7\x7c\x36\x23\x2f\x07\x54\xe2\x6d\x7b\xfe\xcd\x4d\x6a\x7b\xfe\x5d\x44\x6c\x8b\x67\xbf\xd9\xf3\xef\x6e\x7c\xdb\x02\xa2\x94\xe4\xc5\x83\xd0\xa5\x18\x38\xe8\xe6\xb4\x7f\xe0\x1f\xfd\xbc\x20\x0a\x30\x91\x7f\x43\x00\x5f\x2d\x6e\x7e\xa3\xca\x84\x68\xfc\x6e\xa1\x2c\xf7\xe6\xf7\x75\xaf\x11\x82\xff\x6e\xa1\xac\x60\x42\xcc\xef\x96\xbb\x4a\x15\x29\xf1\x2e\x54\x49\xe4\xdb\xf7\x02\x02\x51\xfa\xda\x94\x43\xc0\x6d\x81\xac\x54\x81\xbe\x25\xb2\x9c\xc6\xb7\xd2\xdd\xbb\xa5\xb5\x32\x3d\x06\x5b\x58\x2b\x23\x46\x7c\xf6\xdf\x8b\x7f\xdf\xd8\xd5\x61\xfb\x18\xc3\xb6\x52\xc8\x33\x76\xac\x85\x6c\x89\x35\x2c\x15\xf1\x1d\x6f\x83\x72\xc6\x3b\xf6\xf2\x96\xb3\xc2\x63\xb7\x04\xe5\xd8\xcb\x0b\xd0\xe3\xaf\x0b\x3a\xa7\xdb\x01\x76\xfe\x8e\xf5\xe3\xab\x07\x3d\x1b\x7b\x75\xeb\xb0\xad\x12\x9f\xdf\xef\xf3\x7d\x88\xb2\xfa\xea\xe2\xf9\xf9\xf1\xd5\x33\x5c\xf9\xdd\x62\x5c\x96\x41\xbd\x73\xeb\xb3\xd1\x76\x26\xd0\x9a\xef\xe7\x46\xaf\x26\x0d\xdb\x52\x53\xce\x8e\x3b\x2b\xce\x56\xdb\x22\xc1\xa1\xd0\xbc\xd8\x4f\xfb\xb2\x9f\x3d\x7f\x95\x8e\x77\x6e\xfa\x14\x28\x38\x71\xb6\x45\xff\x5b\x01\x09\x14\xdc\x12\x56\x2f\xd2\xb3\xad\x91\xf5\xd8\xe6\xad\x91\xe5\xe5\x91\xc3\x47\x31\x3d\xba\x1a\x61\xfd\x7e\x69\xd6\xe2\xfb\x95\x7e\x7c\xf5\xee\x7c\xf0\x48\x06\x1d\xc5\x25\x59\xa5\x31\x18\x79\x34\x9c\xbd\x0b\xf8\x7b\x14\xb7\x08\x56\xd2\xf2\xef\xe3\xc7\x57\xd7\x18\xf2\x6e\x01\xac\x0f\xd1\x17\x07\x46\x95\xe6\xad\x3d\x7f\xc5\x87\x77\xcb\x62\x79\x46\x9f\xfb\x78\xe3\x90\xcb\xef\xba\xe1\x75\xec\xdd\x96\xd1\x72\x71\x7f\xb7\x88\x96\x9b\x7c\x66\x8b\x68\x79\x49\x26\x74\x76\x24\x51\x79\x2b\x95\x65\xda\x78\xcb\x6e\x25\x18\xdc\x16\xdd\x4a\x95\xe9\x6c\x25\xbc\x2c\x8f\x01\x52\x9c\xc6\xa2\xf7\x33\x7e\x95\x4d\xde\x2d\xd0\x95\xe9\x06\x6f\x79\xae\x34\x69\xc9\x16\xe7\x46\x12\x59\xb7\x34\x37\x92\x34\xf2\xa3\x86\x66\xdb\xad\x12\x77\x25\x82\x2d\xca\x95\x2a\x12\x7c\x5e\xe8\x10\xfd\xe0\x87\xa9\x22\xd9\x96\xf0\x46\x12\xa1\xd1\x70\x13\xb2\xe7\x8b\x7c\x57\x64\x10\x67\x05\xd1\x99\xcf\xb9\xe7\xdf\xa2\x2d\xe7\x5b\xfa\xb7\x45\xc0\xdc\x5c\xef\x09\x02\xb9\xa9\xa7\xde\x5a\x9f\xf7\x01\x08\xc1\xe3\xc4\x3a\x2e\x42\x9f\x11\xd9\xc1\xf3\x8d\x1e\xec\x33\xca\x2c\x32\xf2\x8b\xb8\xa8\x54\xf5\x6a\x90\x97\xb7\x6c\x69\xb1\x1c\x32\xd3\x2d\x2c\x8e\x1a\xdf\xe8\x43\x61\xce\xe8\xd6\x35\xfb\xfd\x86\xb3\xe2\xf1\x8b\xa2\x53\x14\xc9\x5e\xfc\x45\x5d\x0c\x52\xd5\x16\xfb\xd0\xb4\xab\x5c\x79\xcb\x99\xa3\x4a\xfc\xb7\x98\x59\x42\x72\xc2\x64\xb2\x24\x8c\x5b\xe2\xcc\xda\xc9\xde\x1b\x46\x20\xd6\xdc\x05\xd1\xae\x7f\x43\xcf\x8a\x16\xf7\x3d\x76\x39\xb6\xa4\x36\xcb\xc6\xd2\x82\xa1\x1d\x3f\x77\xc1\xd0\x0e\xbb\x2b\x18\xca\x7b\xf7\xaf\xd8\xc8\xe2\x63\x2d\xe5\xc3\x6f\xb0\x41\x6d\x05\xa8\x1c\x5b\x86\x99\xb0\xd3\x82\x89\x7c\x2b\x63\xbe\x60\xf3\xdc\x0a\x45\xc1\x60\xbe\xf5\xdf\xce\xcb\xa5\xd2\x5b\x79\xb9\xed\x97\xbe\xc2\x06\xb5\x89\x43\x31\x5a\x4f\x6a\x55\x8e\x17\xea\x40\xbf\x2f\x13\x64\x1e\x98\x8c\x3a\xa6\x92\x92\xf7\xe0\x33\x6d\xe2\x53\xf2\x16\x46\x26\xbc\xbc\x60\x0a\x9c\x44\xe9\x14\x6c\x81\x93\xe0\xb5\x92\x99\x1f\x21\x3b\x05\xa7\xfd\x44\x10\x2b\x79\x0b\x23\x93\x60\xb8\x92\xb7\x30\x32\x7a\x3e\x78\xfe\xec\xbf\x37\xfb\x39\xf9\x66\xf1\x7c\xf1\x6c\x5b\xcc\x91\xc5\xbf\x3f\xfc\xbd\xf3\xfc\xf2\x4c\x3f\x95\x79\x36\x9f\x55\x9f\x99\xff\x96\x45\x26\xe1\x76\x05\x93\xe4\xc4\xdd\x51\x72\xf8\x0b\x16\x2f\x0d\x8b\xc6\x62\x12\x50\xbd\xa3\x0e\x5f\xf6\x0f\xa9\xfb\x4c\x4f\x80\x28\x2f\x7a\xea\xac\x66\x01\x89\xc6\x8c\x50\x3d\x8f\x2a\xe8\x16\xa0\xe8\x3e\x0f\x7f\xb0\x05\xb0\x60\x73\xf1\xdc\x4e\x64\x8d\x92\x37\xe1\x4b\x47\x9d\x2c\x14\x9b\xe2\x51\xa7\x5f\x5d\x36\x07\x1c\x9b\xf6\xcd\x92\xfc\x0a\x70\xc4\xcc\x5f\x67\xce\x0f\x58\x14\x8f\xea\x2f\x28\xa8\x47\x5d\xcc\x7d\x53\xaa\x89\x41\xb1\xe4\x8f\xd0\x67\xb7\x3e\x40\xbf\xd9\x1a\xe8\x77\x66\x05\xa5\x22\x02\xb3\xe4\x0f\xc3\x75\xdb\x02\x7d\x0e\x00\x1e\xe3\x49\x18\x67\xc9\x2f\x12\xa2\xb8\x8b\x07\x75\x1e\xd5\x67\x9c\x1b\xa0\x80\x5e\xd4\x84\x77\xb2\xe0\x47\x9d\xd0\xe6\x52\x08\x58\x4c\x73\x4b\xce\x45\xe3\x6b\x9a\x60\x6e\x21\x60\x31\xe1\x27\x2d\x05\x6b\x7b\x9a\x5b\x4e\x2c\x3a\x5f\xd3\x9c\xf6\x7c\xfa\x62\xcf\x97\x2f\x8e\x7f\x63\xe7\xdf\x13\x2e\x09\x2f\x82\x1f\xa5\xc6\xbc\x18\x24\x71\xbc\x40\xb5\x92\x1c\x7d\xf9\x11\x3e\x05\x70\xad\x68\x77\x47\xa7\x2d\x25\x69\x53\xa3\x75\xc6\x1a\x06\x82\x95\xec\x6a\x59\x14\x8e\xdc\xb4\x0e\x16\x85\x71\x26\x2d\xce\x79\xd9\xba\xc7\x68\x0e\xb1\x75\x8f\xd1\xd8\x24\xbc\xb7\xf3\x00\xa0\x05\x67\x4e\x73\xb4\xad\x57\xa4\xb4\x12\x8b\x28\xa0\x2d\xe7\x05\xd7\x6d\x52\x48\xdf\xa4\x7b\x63\x48\x66\xb8\xe2\x08\xf4\x54\x58\x11\x52\x7d\x29\xa8\x07\x69\x95\xef\x24\xb7\x82\xd3\x77\x1e\x9c\xb9\x42\xdc\x5f\x5a\x85\x75\x71\x60\x8f\xea\x38\x97\x13\xf0\x2b\xa7\x59\xd8\x1e\xe2\xf9\xd2\x82\x26\x16\xce\xe3\x51\x7d\xc6\xc6\xc7\x99\x2d\xd5\xd9\x08\xaf\x2d\xec\x8f\x36\xfd\xe8\xc3\xfc\x59\x64\x65\x07\xdd\xcd\x2d\xd4\x4f\x34\xc4\x52\xf6\xf9\x1d\x6d\xd1\xb6\x09\x08\x7b\x25\x08\x28\x2d\x90\xbd\x34\x77\xc1\xad\x6a\x8c\x0d\x7d\x29\x48\x97\x09\xa7\x7b\x29\x03\xaf\x18\x07\xb2\x6c\x89\x6f\xf4\x78\x86\x6c\x67\xe0\x38\xf4\x89\xf8\xfd\xcb\x22\xe8\x88\xd0\x8f\x84\x0f\xbc\xe0\xc2\x9e\x87\xab\x5e\xa2\x15\x80\x5a\x8c\x9c\xfd\x06\xac\x12\x66\x4b\xc4\xed\x36\xe0\x70\x89\x9f\x1f\x3a\x82\x5c\xe2\x35\x18\x5d\x44\xd2\x36\xee\x2c\x3e\x10\xa4\xe9\xdf\xa1\x3b\x42\xe9\x74\x12\xb4\x3d\x41\x97\x0c\x24\x4f\xdb\xfa\x8d\x4e\x47\xda\xc2\xb2\x15\xa8\x4b\x81\x4f\x23\x38\x97\x72\x41\xb3\x20\x40\x78\xcc\xe7\xe1\xe6\x5e\x50\x0a\x8f\xde\x05\x88\x12\x13\xba\x31\x00\x17\xda\xde\x9e\x4f\x00\x5f\x0f\xa5\x77\xd0\xb9\x1a\xab\x5c\x98\x77\xe5\xe8\x0f\xdc\x07\xa5\x1a\xe1\xb0\xd2\xc1\xcb\xe5\x2f\x9d\x97\x87\xa8\xea\xc4\x0b\xf1\x4f\x55\x14\xac\xc4\x3f\x8d\xbc\x25\xeb\x52\x67\x48\xf7\xf4\x86\xc8\x3a\xb0\x4b\x94\x4a\x10\x78\x27\xf6\xb1\x54\x0c\x5f\x03\x47\x66\xa9\x08\x2f\xb3\x40\x55\x2a\x21\x2b\x03\xfb\x45\xa9\x86\x8e\x20\x9b\x94\x96\x34\x23\xb1\x53\x0d\xe5\x58\x13\x4c\x69\x04\x43\x0e\x22\x36\x4b\xc3\x0c\x3d\x08\x80\x2b\x4d\x19\x92\x68\xe7\xd2\xb0\x04\x0e\x6c\x43\xa5\x6d\x09\x68\xbf\xec\x71\x1a\xa0\x1a\x85\x8d\x6f\x37\xae\xdb\xa3\xf3\xcb\x8b\xf2\x4c\x88\x73\xc1\xbc\xbf\x35\xe9\xbd\xb8\x8e\x13\x7f\xa5\x2d\x5b\x95\x5e\xe9\x80\xc0\x89\xd2\x09\x2b\x1a\x75\x4b\x8a\xa5\x63\x09\x1d\x95\x71\x3a\xf2\xf6\x40\xe4\x29\x1d\xe3\xdb\x90\xbb\x0c\x2c\xec\xa3\x71\xc0\x07\x16\xf6\xd1\xb6\x4e\x52\xc6\x68\xbe\xec\xb9\x8d\xa9\x91\x8d\x63\x36\x80\xdb\x68\xbe\x3c\x98\x1f\x89\x91\x2f\xe3\x61\xa5\x0d\x01\x67\xb8\x84\xc6\x74\xc6\x7b\xfb\xb2\x7b\x9b\xd8\xcd\x46\xdb\x6a\x76\x99\xd8\x48\xe2\x98\xcf\xa2\xec\x0d\x4f\x9c\xd5\xcf\x20\x91\xb3\x39\x37\x66\x3d\xbb\x33\x80\x90\xce\x0f\x31\xdb\x08\xcb\x65\x62\x34\x5d\x58\x11\xca\x7c\x3f\xbf\x1a\x80\xcb\x82\xbe\xeb\x80\x2d\x0b\xfb\xf9\xe8\xf9\x3b\xaf\x6b\x59\x04\xc5\x8d\x0e\xa5\x5a\x1f\xc2\x44\x89\x7b\x28\x0b\x79\xfa\x70\xe5\x9f\x76\xf9\xb2\xc1\xfd\x11\x15\x46\xe2\x17\x74\xd6\x81\x41\xa8\x7c\x26\x11\x8f\x0a\x46\x9f\xcb\xde\xa0\x19\x1f\xe3\x52\x08\xed\x29\x1f\x2c\x9f\x03\xb7\x56\xf9\x60\xf9\x1c\x38\x22\xcb\xe7\x61\xe2\x98\x85\xca\xe7\x2d\xa2\xe9\x86\xc9\x79\x38\x28\x8b\xd5\x3f\x30\xf0\xfa\x96\x93\xb0\x8d\x81\xeb\xb3\x9c\x84\x68\x34\x6c\x61\xe5\x24\x16\x70\x10\x56\x57\xce\xe1\x38\x08\x7f\x27\x56\xfc\x41\xf0\x69\x39\x39\x5c\x1a\x40\xcb\x39\x6d\x03\x31\x39\x31\x7f\x0f\x62\xe4\xca\x89\xd3\xad\x7b\x88\x4f\xec\xc5\x7d\x41\x1e\xce\xcb\x36\x9c\x8d\xf3\x65\x5b\x3d\x4f\xe7\x4b\x14\xae\x12\xe1\x45\x70\x44\x5f\xc8\x3a\x17\x8e\x8c\x81\xe2\x59\x2e\x7a\x1b\x0b\x20\x5e\x18\x89\x87\xcc\xef\x26\xe6\x65\xe0\xbe\x29\x37\x02\xf6\x58\x7d\x8f\x73\x17\xf1\x02\xb8\xdd\x15\x1a\x8e\xf8\x72\x13\x79\x39\x16\xa8\x74\x23\x85\xcd\x03\x01\xfd\xc6\x0f\x18\x14\xfa\xbe\xc2\x18\xbf\x21\x75\x6f\x02\x97\x26\x1a\x4d\x79\x38\x8f\xc1\xed\x9f\xe2\xa4\x19\xf3\x31\xb2\x5d\x09\xff\xe9\xf6\x86\x8c\xf5\x10\xd4\x39\xb1\x27\x94\x07\x3a\x36\xd1\xb3\x8a\xae\x94\x79\x40\x2b\x1e\x83\x0e\x89\x9e\x2a\xb8\x39\xd2\x3c\x38\xb6\x8f\x31\xb5\x84\x52\x15\xec\x4e\x69\x8a\x7b\x5a\x48\xfa\x82\x8e\x61\x0a\x49\x93\x30\xb4\x82\xfd\x23\x85\x2c\x8d\xde\x99\x42\xfc\x43\xc1\x4c\x55\xd9\x4e\x25\x6b\x26\x96\xf0\xde\xb6\xe1\xd8\xbe\x77\xc0\xa0\xfe\xe6\xb7\xf5\x28\x7e\xb6\x85\xcc\x7a\x10\x30\x3b\xd1\xf3\xeb\x61\xa8\x32\x91\xf2\x35\xee\xaa\xd4\x3d\x68\x35\x28\x66\x62\xda\xa8\x86\xdd\x4f\x7c\x53\x35\xd5\x97\x97\x4d\x45\xaa\x61\xe5\xfa\xa4\x6b\x3a\x59\x36\x84\xbd\xa6\xd3\xcf\x46\xde\x2f\x78\x46\x67\xde\xb2\x63\x4d\xcf\xe3\x0b\xbd\xbd\x76\xb0\x61\x50\x09\xd9\x48\x13\xfa\x5f\xf3\xe1\x67\x1b\xad\xab\x41\xb7\x15\x2f\x5e\xcd\x31\xeb\x2d\xe5\x55\xa3\x17\x27\xea\x71\xcd\xb7\x2f\x95\xcf\x70\x30\x4c\x62\xc3\x6b\x81\x9f\x4d\xac\x8b\x15\x51\x2d\x4d\x68\x79\x2d\x44\x40\xcc\xb2\x05\xd6\x5a\x9c\x1b\x21\xc8\xb5\x80\xf0\x93\x78\xe2\x5a\x91\x6b\x27\xdb\x58\xab\x37\x6c\xe2\x17\x08\xd4\x24\xee\xab\x56\xce\xec\x24\x3c\xae\x56\xce\xec\x24\x96\xb6\x56\xef\x12\xa0\xaf\xd5\x4a\xc8\xff\x38\xb6\x9a\x52\x2b\x51\xb6\xb3\xc6\xcb\xc7\x97\xbd\x59\x15\xce\x30\x6b\xa7\x03\x6c\x08\x13\xfa\x5f\xeb\xe9\x44\x17\xd3\x11\xc9\xeb\x66\x95\xb5\x39\xd1\xb6\x89\x4b\x6d\xc4\x33\xce\x96\x8f\x6f\xe8\x65\x6d\xc8\xbb\x15\xff\x61\x6d\xc2\xa4\x01\xe1\x36\x02\x81\xf7\xc4\x1b\x81\xaa\x83\x60\xb2\xda\x4e\x87\x62\x12\x8d\x19\xad\xe4\x67\x0f\xe8\x83\xf1\xb4\x36\x69\x1f\x96\x96\xda\xa1\x15\xb3\x03\xad\x9e\xb4\xad\x83\x7f\x1d\x01\x74\x62\xa5\xaf\xdd\xc0\x6a\x62\x75\x6b\xff\xf8\xcb\xa6\x3c\xb5\xc7\x9d\xb2\x4d\x49\x6b\xff\xd8\x1b\x28\x37\xd8\x95\xd9\x37\xdf\xa9\xc3\xbb\x42\xf8\x4d\xea\x00\x7d\xe6\x48\x7b\xa2\xc3\x9b\x5d\x04\x5e\x54\xf9\xdb\xc4\xb1\x5f\x67\x62\x23\x08\x6e\xab\xd3\x9b\x47\x44\xfa\xd7\xa9\x4d\x1c\x45\xba\xce\x0a\xec\x71\x75\xd4\x89\x98\x32\x31\x92\xd6\x85\x29\x68\xa0\x23\xd5\xf5\x80\x17\xe8\x1f\x75\xc1\xd2\xe6\xda\xa2\x40\xfd\xa0\x56\x4d\x14\x8d\xfa\xc1\xd7\x3b\xa1\xbe\xf5\x83\x9c\x33\x91\xc8\xeb\x89\xe8\x5f\xb8\xad\x54\x4f\xac\x08\x13\x07\x73\x3d\x47\xc0\x7a\x77\x70\x22\x0c\x4e\xdc\x92\xf5\xbc\x1c\x87\x53\x73\xde\xf1\xcb\x9e\xdb\xf9\x28\x69\x6d\x21\xb3\x5e\x32\x55\x94\xfe\x7a\x65\x76\x01\x2f\x7e\xbd\x18\x74\xa1\x7e\xd7\xeb\xd2\x56\xc8\xb1\xbb\x08\xad\x5c\x07\x2b\xbd\x9e\xe4\x67\xfb\xe5\xe6\xdc\x2e\x7c\x94\xf5\x86\x76\x2d\x6c\x69\xf5\xf9\xbb\xa7\xad\x3e\x07\xfe\xc2\x78\x56\xd2\x63\x9d\xcf\x81\x75\x75\xd8\x00\x83\x52\xf3\xef\x78\xca\x92\x0d\x16\xf6\x6b\xff\x8e\xe5\x74\x6b\x66\xf5\x31\x8c\xb7\xfa\x8d\x44\x2f\x5e\xee\x1f\x5f\xa5\x71\x42\x9f\x03\xdb\xf5\xd6\x4f\xeb\x03\xfe\x0d\x09\xdb\x83\xaf\x0c\x8b\x42\x7d\x60\x48\xf8\xd3\xea\x93\x62\x7a\xb4\x46\x70\xab\x50\xa8\x67\x2b\xa1\x95\x28\xc0\xfa\x70\x01\xae\x17\x9f\x07\x0e\x32\x3b\xc2\xa1\x03\x1a\x3f\x09\x7b\xe3\xb2\xed\xc3\x72\xfc\x06\xcf\x79\x06\x37\x9e\xbc\x01\xb3\x5c\x5b\xd6\x0a\x4e\xa7\x79\xfe\x74\x4d\xd6\x07\x2c\x19\x04\xd2\xd4\x07\xd7\xd6\xc1\x71\x7f\xa0\x65\x35\x03\xfb\x07\x09\x5c\x47\x76\x7d\xb2\xc6\x63\xa0\x81\x34\x3e\x88\x3a\xa9\xcf\x66\xb0\xf5\x70\x52\x28\xa4\x5c\x7c\xaa\x4f\xd9\x42\x4e\x3a\xdc\x08\xdc\x55\xf8\x42\xeb\x53\x94\xf2\x05\x20\x08\x82\xc9\xb2\x3e\x9b\xb3\xe4\x25\x90\xb9\x5d\x86\x46\x56\x9f\x82\x0d\x7e\xf9\xf7\x37\x1c\xa9\xbf\xad\x4f\xd5\xc1\xca\x68\xb8\x9c\x90\xdb\xeb\xc3\xf1\xaa\x84\x5a\xd6\x87\x28\xb4\x5e\x59\x50\x15\x4f\x8b\x2f\x53\x91\x95\x6e\x2b\x2e\x52\x91\x60\x2b\x9c\x85\x08\x8d\xfa\x54\x8f\x06\xd3\xab\x44\x02\x38\x6d\x22\x4c\x47\xae\xe9\x3b\x4a\xf8\xb4\xf6\xe3\xab\x57\xe1\xd6\x84\x02\x3d\x73\xb5\xab\x41\x43\x9e\xcd\x45\x6b\x12\x97\xb9\xd8\x55\x44\x1c\xee\x75\x19\x5e\x51\x1f\x64\xcb\xe4\xe9\x79\x5a\x08\xd2\x3c\x33\xc7\xe6\xdf\xb1\x24\x67\x46\xe8\x19\xd7\xa4\xcf\xc5\xc6\x34\xd8\x72\xc7\x7e\x01\x70\x5d\x54\xa8\x00\x6b\x80\x3b\x1c\xea\x67\x60\x24\x9f\x8c\xcd\xfd\x8c\x85\x15\xb0\x3e\x5e\xbc\x70\x52\x44\xb0\x54\xec\xf0\xf5\xe1\x12\x46\xf7\xa8\xce\xcc\x92\x00\xd6\xfc\xd5\x8f\x5d\x9f\xd9\xc1\x4e\xff\x8e\x29\x1d\x0a\x40\x88\x48\x1e\x62\xd1\x96\x7e\x6a\x72\xfb\xe6\x89\x03\xde\xe7\xeb\xa7\x0f\xbc\x3e\xc8\x9f\x35\x36\x9c\x28\x92\xe4\x33\x4c\x2e\x7b\x5e\xd0\x00\x97\xdb\xad\xa3\x42\x94\x5d\x5a\x63\xe8\xd4\x58\x11\xec\xb8\x95\x58\x91\x9c\x0e\xf7\x78\xeb\xe9\xf5\xe7\xf3\xe2\x19\xc0\xe0\x9e\x38\xa0\xca\x0f\x36\xba\x04\x55\x7f\x64\x66\xb8\xe6\xea\xb3\x99\x8c\xe1\x10\xf5\xf9\x00\x0b\x91\x08\x51\x59\xba\xfb\x7c\x9c\x86\xdf\x77\xfc\xdd\x4c\x09\x4d\xb1\x4f\x60\xba\x35\x99\x72\x0c\x06\xc6\x65\xb0\x86\x7d\xbe\xce\x94\x97\xcd\x28\x6a\x12\x97\x36\x5f\xaf\x72\xc7\x67\x8b\xe2\x95\xc8\x8d\x1a\x91\x1f\x81\xe2\xe7\xe7\x67\xd4\x40\x7d\xb8\xdc\x6c\xd8\x4e\x35\x24\x64\x28\x9b\x3d\x5b\x0e\xce\xc5\xf1\xb6\xb6\x97\x9b\x00\xb8\x5c\x0f\xad\x15\xc9\x03\xde\x9b\xc0\x57\x82\x53\x2b\x01\x21\x35\x25\xff\x3e\x70\x4a\xdb\x78\xda\xc0\xd6\xd8\xf2\xbb\x0d\x4e\x63\x5b\x78\xbe\x69\xcc\x94\x2e\x36\x57\xac\xda\x4a\x6b\x69\x62\x31\xb1\xc2\xb5\x48\xd0\xb7\xcc\x92\x93\x24\x82\x7b\x6b\x01\xd6\x2d\xc2\x65\x2e\x60\x54\x62\x47\x2a\xb1\xa9\x95\xd0\x91\xd2\xb2\x1d\x2d\x5c\x6d\x4c\x48\x55\x9c\x68\xc9\xfa\x70\x65\x2d\xc5\x4e\x6f\xf9\xaf\x0b\xa4\x9b\x19\x65\xbf\x79\x79\xe6\x93\x27\x66\xc4\x0f\x8f\x91\x20\x2c\x67\x6b\xc7\xbb\x23\x36\xe2\x29\x44\x24\x30\xbd\x67\x03\xec\x70\x4f\x10\x72\x52\x67\x84\xc7\x13\x1a\x1f\x9d\xce\x89\x89\x3f\x40\x26\xdb\x2d\x61\x2e\xd5\xe7\xc0\x07\x9a\xab\x5b\x21\x85\x3c\xaf\x94\xaa\xf1\xd5\x9b\x21\xe2\x4c\x10\x59\x79\x25\x51\xee\x6d\x7e\xc5\x3a\xde\xae\xb8\xc5\xb3\x40\xab\xdf\xd2\xb9\x77\x53\xd0\x8c\xb4\xf4\xbc\x17\x6b\xb7\x33\x0f\xaa\xc8\xf9\x3e\xce\x12\xb8\xbf\xd2\x0e\x50\x95\x20\x9a\x59\xe0\x5a\x04\xd1\x24\xfc\x79\x95\x20\x9a\xdd\x62\xf2\x82\x89\x33\x7e\x08\x10\x2d\x5e\x16\xb3\xf4\x07\x0c\x4f\xe0\x14\x91\x2f\x7b\x08\xbb\x0d\x86\xee\x57\x58\x08\x60\xee\xef\xcf\x7b\xec\x3c\x83\x61\x08\xf6\xc4\xbe\x14\x82\xba\x2a\xb1\x2f\xa9\x83\x17\xc4\xbe\xe4\xc4\x15\x91\xfa\xa6\xe6\x10\xf4\x9a\xb4\x66\x35\x9b\x4b\x4c\x96\x6d\x82\x82\x32\x48\x32\xf4\x8b\x85\x6f\x11\xbf\xe2\x61\xa8\x04\xba\x14\x6c\x3a\x95\x20\x93\xdd\x80\x75\x64\xd9\x10\xa7\x8c\x70\x92\xc2\x9d\xe0\x4a\x38\x49\xc5\xde\x50\x0d\x27\x59\xb8\x52\x2a\x31\x24\x7b\x70\xbf\xc2\xc7\x09\x89\x7b\x83\x2d\x3b\xb8\x6c\x99\x23\x44\x14\xc9\x9e\x3b\x33\xe4\x0e\x78\x73\x70\x2c\xc1\x45\xf0\x94\x0f\x67\xcb\xbf\x07\x70\x7d\x21\x0c\x43\xd8\x62\x08\xc6\x1e\x56\x0d\x23\x19\x84\xb4\x56\x63\x47\x92\xb2\x02\x01\x23\xfb\x85\x26\xb0\xef\x03\xf4\x23\x32\x24\x2f\x10\x86\xc8\x90\x1a\x10\x81\x61\x77\x65\x63\x43\x43\x6a\x81\xbe\x10\xf7\x91\x50\x5c\x2b\x71\x1f\xe5\x18\xb6\xc0\x2b\x01\x1e\x12\xf7\x91\x3d\x82\x11\xf7\xe1\x2e\xb5\x98\x06\x8d\x1b\x67\x53\xd0\x36\xa5\x08\xc8\x5c\x44\x7e\x54\x7b\xe2\x2a\x03\x44\x08\x0d\xbc\x12\xa9\x57\x89\xfc\xd8\x4b\xb5\xa7\x85\x90\xe8\x0f\xf0\x33\x04\x0d\x42\x3f\x2a\xf7\xe3\xea\x2b\x47\xaf\x8e\xe6\xb9\x76\xb0\x4d\x5f\x5a\x77\x30\xec\x0a\xc3\x8e\x7a\x10\x18\x7a\x0a\x96\x0e\xdd\x7a\x35\x66\x10\x31\x57\x89\xda\xa8\x8a\xf3\x44\x6d\xec\xf6\xc0\xa3\x1b\x6b\x02\xd3\x20\x04\x23\x27\xa5\x0e\x62\x30\xaa\xb2\x2e\x31\x18\x55\x91\x9d\x18\x8c\xfd\x11\xcd\xb1\x61\xa9\x0e\x63\x60\x28\xcd\xcd\x1b\x90\x7a\x44\x57\x62\x2a\x76\x03\x5f\x94\x5f\xb2\xdd\xb2\xf2\x62\x6b\x8e\x22\xa2\x89\xd1\x13\x5a\x10\x88\x98\xd8\xad\x59\xfa\x54\x6c\x76\x37\x30\x8f\x34\xe4\x0c\x62\x26\xd2\xc2\xef\x57\x0d\x9a\x18\x59\x68\x4d\x66\x82\x5e\x45\xa4\x44\xc5\x6e\x53\x8d\x94\x48\x8a\x14\x84\x4a\x84\x86\x4e\xa8\x44\xe5\xa6\x48\x25\x54\x62\x7f\xc4\x9a\xa6\x81\x7f\xdf\x79\x84\x2b\x81\x14\xbb\x95\x33\x03\x8c\xe8\x21\x44\x52\xec\x1f\xd8\x86\x2d\x95\x54\xf5\x1b\x42\x29\x26\xd1\x45\x95\x50\x8a\xfd\x91\x2f\x78\x94\xdd\xaa\xe5\x4a\x58\x3b\x7e\xc4\xaa\x30\x4c\x00\x45\x55\x2f\x26\x80\x62\xb7\xb6\x5b\x96\x25\xa2\xe0\x56\xe8\xd2\xc6\xe5\xe1\xf0\x59\x3a\x22\x19\x23\x6c\x22\x25\x4f\xbf\x2e\x62\x49\x1a\x0a\x72\xf1\x2c\x7f\x4e\x70\x91\x15\x21\x8b\x0c\x1b\x23\x8b\x34\xb8\x0a\xe1\x0b\x69\x49\xc2\xce\xd8\x34\x1a\x6f\x6d\x36\x37\x09\x12\xf1\x08\x4b\xb2\x7c\xaa\xd4\xd9\xfa\x74\x11\xee\x01\x6a\x7f\x25\x93\x45\x7d\x4f\x04\x6e\x9f\x55\x4b\x85\xf2\xc5\x29\x85\xff\x12\x56\x90\x62\xd5\x57\xa0\x82\x1f\x75\xbb\x65\xc0\x6b\xfa\x02\x98\x89\xdb\xd7\x76\x63\x30\x41\x91\x9e\x5d\xf2\x59\xa7\x78\x89\x0c\x9e\xfe\x0b\xe7\xab\xc7\x46\x71\xc4\x43\x70\xc9\xc1\xe4\x3b\x37\xc7\x46\xe8\xdc\x6c\xb7\x0b\xbf\x03\x22\x8c\x7d\x6b\x6c\x12\x29\x6e\xc4\x25\xe9\x24\x57\xea\xa7\x84\xee\x66\x8b\x25\xbe\x37\xb4\x43\x54\xbf\x39\x41\x32\x81\xdb\xf9\x79\xb4\xb6\x6c\x52\xba\xc4\x43\x81\xc4\xcd\xdb\x02\xc9\xe8\x6e\xcc\x83\x00\x67\x63\xe5\x11\x25\x98\x77\xcb\x23\x65\x44\x03\xf9\x97\xb0\x79\x08\xb1\x71\xe8\x87\x5e\x85\xec\x2b\x62\x23\x83\xbc\x88\x17\x65\x38\xf1\xd7\xa5\x22\xad\xbe\x2f\x1a\x99\x67\x61\x8b\x17\xa5\x2e\x9b\x83\xd9\xdd\x06\x93\xe0\x6a\x26\xa5\x99\x3e\xbe\x8f\xd5\x81\xf1\x21\x41\x48\x3f\x5f\xc0\x2f\x7a\xbd\x5c\x47\xdb\x42\x52\xf3\x56\xe4\x81\xe2\xda\x08\xcd\xd8\xf8\x55\x78\x41\xfb\x68\xfe\xe0\xd8\x93\xe7\xe1\x18\x95\x17\xd4\x8f\x2d\xad\xb5\x03\x83\x80\x42\x7d\x3b\x0e\xd9\xb0\x3f\x28\x40\x34\x5b\x6c\x98\x43\x0c\xdb\x81\x00\xd1\x89\x99\x6b\xc7\x96\x20\x1a\x8a\x7c\xe3\x56\xe6\x9e\x3a\x83\x27\x90\x62\xa3\x57\x23\x60\xa4\xc4\xa4\x92\x22\xf4\x66\x59\x8d\xcb\x99\x95\xc0\x82\xc6\x95\xcc\xb4\xba\x3d\xc5\x6c\xfd\x41\x4e\x38\x99\x88\x92\x45\xb7\xb5\xd8\xe2\xdf\x65\xcf\x9b\x37\x35\xef\x6c\x8e\xec\x02\xd3\x6d\x5f\xce\x04\x97\xea\xb4\x5f\xf8\x65\xfa\xce\xbc\xd7\x8e\xec\x52\xe8\x0d\xff\x77\x71\x2e\x44\xde\x92\xe4\xa9\x1d\x44\xde\xae\x06\x14\xb3\x7b\x00\xdc\xf1\x7e\xf7\xe1\xf7\x52\xb6\xc2\xe4\x33\x68\x1f\x0d\x60\x61\x1d\x80\x66\x17\x65\xa7\x27\x61\xc7\xfe\x5d\xc9\xc9\x8e\x36\xfb\x3c\x04\xa1\xbe\xc2\xe2\x0e\x94\x40\x56\x86\x56\xf6\x49\x0e\xf7\xd3\xc9\xc4\xb3\x81\xa6\xb6\x08\xb8\x01\x11\x22\x4c\x8a\x1b\x8b\x45\xb1\x0f\xf1\xad\xba\x6a\x36\xb0\xa2\x72\x75\x9f\x63\x08\xba\xaa\x48\x0a\x93\x99\x2b\xc9\x0c\x76\xa3\xb2\x52\x41\x50\xbd\xcf\xe7\xdf\xc5\xbc\xe2\x70\x81\x6d\x0e\xa7\x18\x35\xfc\x05\xba\x98\x98\x60\x83\xea\xf8\xf7\x16\x88\x44\xbf\x0d\x90\xbb\xe1\xd8\x1d\x30\x77\xb7\xa3\x05\xc8\x6d\x21\xed\x75\xad\x8a\x29\x83\xf1\xb6\x68\x52\x8e\x68\xfd\x3a\x11\x3e\xea\xc2\xb3\xb0\x26\x62\x4e\x57\x6c\x4d\x8f\xd1\x69\xdf\xb5\xd8\x32\x93\xae\x86\x5d\x7c\x11\x8f\x0b\x60\xef\xca\x07\xc5\x26\x6c\xe7\xb0\x2f\x31\xb4\x00\xd2\xe1\x1e\xd0\x22\xe4\x91\x0a\xb8\x86\x97\x62\xfd\x88\x38\xef\xcc\x84\x91\x4d\x0e\x61\x32\xf4\xa1\x31\x76\xd8\x12\xdd\xf2\xe1\x1e\xf8\xcc\x2d\x5f\x01\x3a\x05\x28\x9d\x86\x38\x52\xc1\x17\xad\x18\xd3\x67\x99\x4b\xa5\xdb\xa9\xdc\xe7\xcc\xa7\x5b\x58\x59\xd2\x84\x2e\x8b\x3d\x33\x58\xaf\x1d\xcb\x38\x84\x62\x08\x0a\x92\x12\x6d\xf4\x8d\x75\x28\x0f\x2c\xd6\xba\xe4\x6d\xd3\x97\x80\x28\x93\x5f\xf0\x36\xc1\xbe\x05\x82\x52\x25\x31\x8b\xed\x8c\x06\xa7\x43\xf8\xc3\x65\x6b\x66\x12\x12\x41\xe7\xb3\x8f\xfb\x29\x2d\xf9\xc4\x7e\x32\xad\x8f\x7a\xb1\xab\xff\x68\x89\xf2\xf9\x46\xce\x65\xf4\x53\x55\xd3\xf5\x9e\x18\x09\xe2\x99\x03\x22\x8d\x39\x21\x70\x93\x05\x9e\xea\x22\x8c\x4d\x8c\x62\x75\x52\x21\x12\x48\xbf\x4f\x71\x41\xa2\xa6\xa3\xe2\x60\x1d\x97\x70\xf3\x80\x68\x93\xf0\xa8\x5d\x6a\xb6\x1e\xe7\x4b\xc9\xd8\xc1\x2f\x2e\xb0\xc6\x0f\xea\x3b\xd1\x44\x98\xd4\xef\x49\x1f\xa1\x85\x39\x66\xe0\xa9\x74\x87\x88\x2d\x24\x40\xbd\x1d\xd8\x26\xfa\xb0\x6f\x2c\xdd\x7d\x01\xae\x5b\x79\xcf\xb3\x74\x3b\xb5\xc5\x74\xee\xc6\x05\x09\x5b\x70\x5e\xc5\xf8\x1b\xb3\x6d\x7c\xe3\x75\xe3\xc3\x1f\x88\x58\x16\xcb\xb5\x48\x78\x12\x6e\xc5\x3a\x11\xed\x71\x4b\x24\x98\xc1\xf6\xdd\xeb\x87\x3d\xb1\xdf\xa7\xfa\x03\x53\x7c\xc0\x73\xd7\xa4\x73\xa3\x78\x00\x1e\xc2\x90\x65\x9e\x8f\x76\x7d\x09\xf4\xa3\x2e\x56\xed\x0b\x45\xc6\xd5\x3e\x4c\x2b\x06\x17\xe5\x2b\x2f\x18\x28\x1a\x09\x10\xda\xf1\xaa\xb7\x4a\x2c\xbc\x58\x33\xdc\xae\x57\x14\x14\x10\xaf\xa7\x81\x8e\x5f\xe7\xc8\xce\xbf\x9e\x45\x37\xf5\x85\x6f\x2c\xbb\xf2\x28\x3a\x47\xcc\x13\x5d\xc8\xbd\x81\xf3\xbb\xb9\xf7\xf8\xfb\x16\x13\x9b\x3e\xcb\x4e\x46\xbc\x66\x7e\x3d\xe2\xa9\x9a\x19\xf5\x3a\xe9\xa7\x9a\x19\xf5\x16\xc2\x50\x33\xa3\x5e\x45\xd9\x6d\x49\x33\xc4\xf2\x07\xd9\x08\x84\x20\x85\x1c\xc0\x11\x27\x05\x5e\x96\xbf\x24\xd8\x3d\x57\xe4\x5b\xc2\x1b\x80\x77\xa3\x91\x07\xa0\x72\x99\xb1\xa5\xf0\xae\xd8\x6d\x52\x36\x2c\x3c\x7b\x4c\x5c\x07\xac\x3f\x6f\xbd\xab\xa5\x60\xfd\x1c\x77\x72\xde\xed\x17\xe6\x0e\x87\xc7\xd7\xd9\xc8\x2f\x50\xb9\x56\xd8\x52\x16\x2f\xd9\x5c\x12\xd3\x15\x32\x1b\x34\xf3\xcf\x25\x19\x0c\x29\xe7\xf6\x0b\x8b\x2d\x99\x2b\xa9\xb4\x28\x9e\x38\xb8\x18\x39\xe7\xf6\x57\xb4\x2f\x11\x77\xe3\x2f\x83\x11\xfd\x41\x0c\x82\x65\x93\x65\x6e\x37\x61\x89\xc5\x95\x38\xc8\xc9\x33\x0b\xc1\x0d\x80\x4b\xb1\x99\x2e\x8e\xeb\x3b\x2d\x69\x48\x90\x73\x98\x31\x8e\x0c\x0f\xcd\x84\x71\x64\x60\x6a\xe6\x8b\x2b\xce\xbc\x72\x75\x43\xa0\xe3\x12\xe8\x1c\x03\x1c\xd3\x79\xb8\x01\x55\xa9\x8a\x65\x57\x34\xab\xe5\xb3\x89\x43\x1c\xd8\xbb\x54\xf6\x83\x6e\xe4\x1e\x55\x6f\xe9\x55\x07\x0e\x00\xd2\x02\x23\x44\x76\x5f\x5a\xa6\x35\xa3\x35\xc1\x0f\xd7\x21\x37\x5c\xe5\x4e\x66\x33\xfd\x42\xc7\x69\xd7\xc8\x06\xb7\x5f\xfc\x45\x95\x66\xda\xfe\xc3\xcd\x2c\x9f\x2f\xaf\x4d\xf0\x1c\x87\x8e\x7e\xbb\x56\x41\x77\xac\x3b\x3a\x6b\xea\x9e\xac\xef\x6c\x7c\x8d\xe4\x6e\x5e\x2a\x6b\xe6\x76\x4b\xf2\x43\x72\xbb\x25\x02\xa8\xf7\x0b\x60\x84\x1a\x90\xc3\xcd\xab\x67\xcd\x1c\x6e\x8b\x63\x4e\x0a\xb7\x7a\x88\xb9\x9d\xab\x67\x9e\xc0\x21\xad\xe4\x1b\x43\x66\x8a\xfb\x31\x14\xe9\x91\x48\x52\x18\x1f\x18\x8d\xcc\x6c\xa4\xcc\x6a\xc9\xd8\x15\x04\x31\xf2\xb2\x15\xf4\xb7\x66\x62\xb6\x9f\xc7\x6c\xe8\xae\x77\x3b\x87\x4e\x5e\xe6\x31\xd4\xe4\x61\x4d\x09\x31\x80\xf0\xeb\x96\x66\xfe\x79\x67\xae\xa5\x19\x93\xa2\xab\x30\x44\x78\x38\x26\xc0\x69\xb6\x30\x09\x92\x1f\x71\x2b\x2f\xdb\x2b\x24\x09\x79\x29\x71\x0f\x76\x14\x4f\xec\x04\x95\xb2\x0d\x60\x78\xf1\xf7\x98\x93\x23\x70\x2f\x2f\xf3\xbc\xb8\x67\x82\xe4\x94\x30\x2e\xe0\x81\x6e\xa4\xe2\x28\x5c\x31\x68\xe4\xe2\xa8\xb8\x9c\x5b\x5a\xba\x9b\x6c\x6b\x24\x9a\x27\x0c\x1b\x42\x10\x17\x83\x8c\x6d\x8c\x41\xa0\x79\xf2\x30\x08\x54\x54\xc1\x96\xf0\x66\xe4\xe2\x73\x40\xc3\x16\xf5\xc7\xd7\x98\xee\x23\x37\x29\x14\x95\xd3\xa7\x33\x0d\xc0\xc7\xed\x09\x42\xcb\x5a\xda\x62\x44\x91\xe9\x24\x02\xb6\x46\xf1\x70\xe3\xce\xc0\x39\xd9\x12\xa2\x03\x9e\xdd\x46\x44\x48\x56\x7a\x4f\x27\xc4\xd2\x6d\xc7\xb4\x30\x9d\xd1\x16\x23\xea\xe1\xe1\x39\x83\xc4\xd8\xf8\xe3\x0b\x53\x3a\x65\xf7\xcd\xae\xb8\x06\x89\xe4\x91\x4e\xb4\x21\xa1\x71\x7a\x72\xd1\x6c\xc8\xbc\xb7\x5f\x68\x7e\xa9\xc5\x7b\x76\xbd\x05\x2b\x39\xbf\x98\x95\xe4\x15\x03\x44\x15\xc8\x57\xcc\xc4\x8f\x40\x08\x78\x6a\xba\x34\xcf\x89\xf0\xd7\x09\x5d\x62\xee\x5b\x20\x29\xcb\xd9\x7a\x9b\xa1\xfb\x77\x85\x71\x89\x9d\x3e\xf4\xa0\x2d\x77\xcc\x90\x31\xf4\x81\x28\x0f\x91\xbb\x4f\x23\x78\x33\x5b\xdf\x8a\x63\x8b\x41\x21\x7b\x52\x6f\x52\x37\xb8\xd8\x5b\x4f\x16\x83\x1b\x8f\x18\xa7\xf0\x76\x74\x8f\xc8\x73\xfc\xbc\x26\xda\xd2\x96\x33\xca\x10\x05\x1f\x59\xb8\x68\xf4\xc4\x44\x98\xe2\x03\x48\x3c\x54\x48\x13\x4b\x0a\xfe\x08\x11\x1b\x70\x71\x55\x52\xf6\xe0\x47\x90\x98\x23\x57\x64\x39\xe8\x23\x4b\x43\x3e\x4c\xaf\xd3\xe0\x23\x44\x09\x72\x29\xb5\xf4\x06\x3c\xd8\xd7\x37\x10\xd5\x17\x2d\xbb\xed\x7b\x82\xf7\xb6\x9f\xb7\x5f\x5b\x7a\x8d\x6b\x63\x92\xaf\x5a\x8c\x5c\x0d\x23\x46\x16\x01\x5e\xbc\xb7\xae\xea\xd5\xb6\x04\x4c\x5e\xac\x05\x42\x1d\x13\x06\x0e\xb0\x46\x46\x1a\xaf\xd4\x36\xf2\xd0\xe4\xc6\x37\xf9\x80\x07\x70\xe0\x4c\x4a\xb3\xa4\x01\x24\xa5\x29\xf8\xe1\x1a\x01\x4e\x19\x3f\x61\xcb\x66\xf6\x05\x77\x4c\x44\x43\x44\x43\x23\x0f\x4d\xc5\x9f\xd5\xb2\x77\x7c\x81\x1a\x79\x68\x12\x77\xac\x5a\x36\x3e\x01\x4f\x5a\x33\x13\x4d\x25\xe1\x6c\xcb\x8a\x27\x68\x23\x99\x88\x79\xbc\x21\x2d\xeb\xe7\xc0\xd3\xd5\x32\xd1\x0a\x84\x12\xb7\x9c\xe4\x4a\xcb\x1f\x6e\xb6\x9b\x79\x64\x77\x03\x4e\x90\xb3\xfe\x08\x7f\xe0\x4e\x68\xf2\xef\xdd\x95\x56\x5e\x10\x16\x9a\xcf\x81\xb5\x8d\x97\x85\x93\x9a\x89\x60\x1b\xc0\xec\xdd\x72\x78\x4c\x84\x47\x76\xad\x3c\x17\x80\xec\xd0\xdc\xad\xcd\xae\xae\x04\x60\x99\x47\x31\xfe\xc2\x1f\xd8\x5e\x48\x39\x77\x58\x12\x79\xd3\x1a\x77\x58\x6a\x8e\xbf\xeb\x09\xb1\xad\x42\x81\xcf\xaa\xed\xa0\x46\xd6\xad\x01\x01\xe2\xf2\x49\x15\xb1\x73\x58\x09\xe0\x41\xb9\x62\xfa\xcb\x3e\x47\xa6\x04\x86\xd0\x1c\x50\xfd\x61\xc3\x72\xb8\xe8\x0a\x1f\x40\xc0\xcf\x0a\x0b\x30\x55\x93\x5c\x0e\x1c\x6a\x8d\x24\x97\xa5\x0b\xca\x9f\x82\x03\x8b\x08\xc1\x61\xf9\x8b\x54\xd1\xfd\x6a\xa6\xe8\x64\x0c\x03\x6d\x25\x1a\x99\xb4\x59\x2a\xd1\x24\xb9\xac\x59\x8c\x6d\x52\x48\xce\x84\x39\x2e\x57\x80\xb9\x07\xc7\x60\x8e\x86\xf5\xa1\x95\x12\x7a\x97\x35\x63\x91\xee\xb2\x14\xbb\x0a\x23\x81\xe0\xc1\x81\x91\xa3\x01\x3b\xdc\x1d\x22\x26\xe5\x8b\x52\xbc\x30\xec\xba\xed\xf8\x81\x3b\xa4\xcd\x99\x0f\x58\xa3\x33\x1f\xe6\x15\xf6\x19\x34\x40\xdc\x25\x5f\x65\xcd\xee\x30\x57\x48\x95\x20\xb2\xd2\x04\xde\x96\x46\xea\xc9\x8a\x65\xb3\xe5\x01\xfc\xfd\x68\xaa\x84\x0a\xda\x19\x07\x89\x6e\xcd\x8d\x01\x71\x35\xd7\xe4\xc0\x55\xd6\xf2\x8c\xcd\xf7\xc5\x70\x3f\x9b\x4f\xc6\x60\x11\x13\x24\x17\x4f\x67\x6c\x92\x1f\x05\x7e\xf9\x8b\xb3\x62\xf7\x94\x02\x60\x31\x5c\x5b\xaa\x5a\x8b\x8c\x6f\xac\xa5\x7f\x17\xaa\xd2\xb8\xd4\x54\xb5\x11\xe6\x90\x11\x20\xa5\xdc\x51\xca\x49\xf9\x89\x3b\x4a\xde\xfc\x6f\x5c\x51\x9a\xc5\x43\xb0\xf4\x02\x30\x7b\x84\x07\xf5\x0f\xee\x21\x55\x6e\x1d\xb4\x6c\xa0\x30\x57\x53\x1b\x99\x98\x76\xaf\xbe\xf4\x1f\x5f\x93\x24\xd9\x2d\x7f\x86\x3f\x30\xfd\x0f\x97\xf0\x61\xfa\xdc\x5c\x2a\x5a\x02\xb2\x29\x01\xe1\xda\xde\x4a\x6a\x2e\x97\xec\x80\x49\xf5\x21\x9f\xc4\x26\x79\x20\x30\x3c\xc4\x21\x55\x7a\x80\x8d\xe5\x53\x49\x1f\xb8\x9d\x88\x61\x92\x60\xed\x0e\xea\x18\xf9\x8c\xfb\x07\xfb\xf9\x3a\x98\xaa\xcf\x00\x5d\xd2\xcc\x6d\xc7\x21\xba\x5c\xa2\xb9\x24\xee\xc2\x1e\x85\xd0\x93\x75\x4b\x28\xf6\x93\x20\xd3\xc8\x8b\x66\x7e\xcc\x8a\x5b\xb7\x91\x1f\xb3\x10\xa4\xde\x4c\x90\x39\x4a\xbc\xe8\xc1\x73\xf7\x89\x92\x90\x65\x67\xac\x0f\x49\x65\x24\x1b\x1a\x71\xd8\xf1\x6d\x96\x01\x8f\x1c\x39\xd5\x92\x7c\xc5\x98\x09\x15\x8d\x8c\xf9\x21\x16\x7b\xab\xed\x4a\xea\x89\x9a\xc8\x52\x5e\x13\x6e\x3a\xf7\x7b\x71\x9b\xdb\xbf\x9f\x40\xc4\x8e\x2e\x7b\x05\x24\x37\x1c\xa0\x3a\x29\x08\x87\xd4\xf9\xc6\x82\xe9\xe6\x29\x46\x48\x2f\x23\x0e\xd0\x91\x31\x57\x74\xc9\x11\xd6\x0a\x6d\x35\xf9\x11\x89\xe8\x48\xf1\x22\x7b\xd8\x1f\x04\xcd\x69\x83\x61\xd6\x12\x9e\xa7\x1f\x31\xd7\x47\x47\xbc\x38\xfb\x88\xd8\xee\xd9\x13\x33\x67\x90\x57\x8d\x5d\xe2\xa4\x85\x42\xd5\x3c\xeb\xe4\xf0\x30\xbe\x66\xbe\x60\x94\x37\xc0\xc9\xf0\x0a\x0e\xd2\xc2\x37\xb6\x9c\x11\x5f\x89\x8a\xc7\x41\x09\xc1\x49\x92\xd6\xa9\x0f\xe7\xa5\x85\x42\x02\xf8\x12\xd2\x45\xb7\xde\xac\x23\x95\x4a\x2b\x04\x40\x12\x80\xdf\x88\x47\x2e\x19\xf5\x91\x1b\x77\x7b\xb2\x89\x17\xb8\x6b\xf5\x07\xc0\x03\xb1\xe6\x92\xdd\x96\xea\xfc\x08\xba\xc3\x8a\xb8\x3c\x97\x53\xe6\xdc\x17\x13\x84\x2c\x87\x78\x49\xec\xc1\xdf\x4d\x0a\xc2\x54\x4b\x0a\xd8\x64\x5e\x8a\xad\xe9\x16\x7b\x46\x0c\x81\xc0\xa0\x1d\x89\x2b\x76\x85\x6c\x53\xad\x28\x2f\xa8\x1d\x15\xed\x19\xcd\x1f\xc8\x0b\x12\xbd\x9e\x7e\xc4\xb2\xf1\x64\xf4\x19\x13\x81\x2b\xba\x6e\x02\x22\x93\x6a\x50\x21\x22\x72\x6d\x12\xf2\x0d\xd1\x2b\x24\x0e\x91\x4c\x97\xac\xf6\x39\x78\x2e\x4c\x80\x31\xb7\xbc\x32\xc9\x56\xde\xb8\xc9\xb7\x87\xf1\x85\x9c\x08\xe0\xb1\xb7\xf4\x96\x84\x87\x74\xab\x46\x20\xb6\xa2\x0b\x82\x94\x9d\x8d\xeb\x7b\x46\xf4\x35\xaf\xef\xad\x1c\x2f\x8e\xc7\xe2\x8b\x8c\x1c\x95\x89\x2b\x7b\x06\xba\x35\x2e\xe5\x95\x8a\xbc\xef\xa5\x3c\x52\x12\x36\xee\xe4\x85\x38\xc1\x9d\xbc\x3d\x1c\x2b\x2a\x31\x29\xbb\x55\x6c\xee\xbe\x6c\xb4\x0a\x98\xd6\x83\x21\xe8\xb6\xa6\x9f\x49\x5b\x1a\xf7\xf6\xd2\xd0\x85\x44\x64\x7b\x1e\x6e\x67\x65\x6b\x93\x7f\x37\xe3\x0b\x73\x45\x94\x21\x55\x6f\xf3\x72\xdf\x72\xcb\xab\x19\x5f\x98\x12\x89\x3c\x6a\xb4\xd5\x50\xd5\x1d\x59\xa5\x0c\xac\xe7\xd6\x9f\xb1\x41\x8d\x9b\x7e\x45\xa3\x15\x37\xfd\x32\x89\x23\x5a\x31\x5a\x03\x41\xc6\x7b\x7e\x5d\x1c\x26\x1d\x87\xbc\xba\x20\xed\x2c\x84\xd3\xa2\xb7\x83\xa0\xdc\x56\x30\x99\xe0\x05\x6e\xa5\x89\x60\xc5\x97\xeb\x67\xa6\x9a\x56\x10\x76\x94\x37\x0a\x9e\x8f\x21\x46\x86\x78\x83\x08\x50\x10\x6f\xfa\x14\x32\x38\x3e\x96\x16\xab\x12\xb7\x3d\x18\xaf\x7b\xf0\x1d\xbc\xff\x9a\x01\xa7\x95\xee\xb2\x9d\x6e\x8f\xfd\x62\xf4\xee\xe8\x76\xc5\x7d\x6e\x77\x62\x44\x8a\x5a\x9e\xa3\xd6\x00\xcf\x19\x34\xa5\xd7\xa1\x8f\x9c\x15\x61\x3b\xe9\xee\x0a\xa6\x93\x25\x2e\x0e\xc2\x8c\x3d\xea\xc3\xeb\xf6\xac\xd4\x68\xcf\x9f\x03\xc8\x7e\x84\x0d\x31\x1c\x84\xc4\x34\xee\x46\xa6\x42\x16\xfc\x56\x46\x64\x8b\xb1\x2f\xee\xb4\xa3\xd8\x17\x6c\x27\x45\x82\x30\xa5\x0e\x6e\xde\x24\x2f\x09\xf2\x76\x31\x3f\x98\x94\xdb\xfc\xc0\x49\x7d\xbc\x70\xe7\xba\x0a\x4d\x23\x38\x65\x71\x5c\xae\xac\x0a\x12\x5c\xa8\x2c\x4b\x3c\x58\xce\x5d\x54\xe3\x56\xcf\x12\xbb\x08\x83\xe8\xd3\xfd\x43\x56\x99\x12\xb6\x0f\xc8\xef\x41\xe0\x12\x59\x52\x81\x2f\x21\xac\x08\x93\x0f\x18\xef\xa9\xff\x38\x36\xe3\x7d\x08\x94\x92\x64\x20\xaa\x1c\x8a\x63\xa6\x6d\x5c\xf2\xc1\x62\x7a\xaf\x12\xbf\x70\x4f\x7f\x3a\x06\x5b\x0c\x6f\x2e\x86\x51\xc8\xcb\xb8\xc3\x59\xb5\x3e\x7b\x6f\x53\xab\x7f\xf1\xda\x86\xa4\xf7\x8c\x09\xd2\x5a\x5f\xca\xf7\x11\xc9\xad\x9c\xfd\x67\x9a\xa5\x56\xce\xc0\x4a\x5f\x24\xc6\xd2\xc2\x33\xe6\xcf\x8a\x4f\x99\x93\x3f\x28\x17\x89\x4e\x5c\x95\x1a\xfa\x92\x8a\x59\xc3\xe4\xa6\x45\x83\xc9\xf0\x19\xda\x26\x39\xbb\xe6\xcf\xc4\x4e\xad\x5c\x02\x0c\x79\xab\x68\x0a\x41\xd7\xe4\xb2\x69\x99\x48\xbf\x5c\x36\xcd\xc3\xe3\x81\x25\xa4\x8a\x01\x64\x6d\xd6\xbe\x5e\x42\xfa\xc1\x0a\xcf\x2d\xd4\x6c\x58\x80\x39\x9b\x87\x5e\x87\x42\x30\x68\xec\x1b\xf1\x16\x3a\xe0\xca\xad\x88\xc9\xc8\xb7\x2e\x49\x97\x7a\x93\xa7\x47\x72\xbb\x45\x99\xa9\xce\x5a\x6e\x51\xb4\xda\xfa\xf5\x2e\x28\x93\x22\x04\x74\xc9\xeb\x0b\xd2\x8c\xfa\x76\x41\x98\x19\x22\xc0\x53\x7e\xe6\xb3\x6a\xe5\x89\x7b\x9c\x3c\x7b\xd7\xd2\xbf\xab\x0f\x0d\x7f\x50\x20\x96\x8d\x3f\xf0\x03\x37\xfd\x21\x62\x3e\x86\xfe\xf0\x0c\x9c\x08\x19\xed\x62\x09\x62\x4d\x15\x34\x18\x51\x62\xd5\x38\x67\x02\xbb\x71\xce\xe8\x22\xe0\x9e\x52\xe6\x2a\x7d\x2b\xaf\xf5\x3f\x7c\xc6\xdb\x2a\x95\xc3\x9c\x12\xac\x36\xee\xa8\xba\x11\xaf\xd1\x90\xc3\x5f\x58\x43\xf4\x84\xc0\xe1\xc1\x7a\x29\x99\x21\x07\x7f\xe1\xf3\xe0\x1f\x69\xb4\xc3\x2f\x59\x8d\xfb\xd4\x02\x52\xf5\xcb\x30\xd5\x8a\x5b\xc6\xe5\x70\x8b\x2a\x73\x89\xbf\x55\x92\x03\x70\x11\xa8\x55\x92\x9f\x11\x56\xdc\xea\x11\xe9\x1b\x79\x26\x80\xfc\x70\x00\x0c\xf6\x4c\xae\x12\xbf\x41\x50\x7a\xab\x04\x80\x2e\x27\x41\x00\xa8\xbe\xee\xaa\x9c\x03\x1a\xd6\x64\x8e\x13\x08\x7b\x4d\xca\x5b\xd9\x5f\x14\x28\xb1\xb7\x54\xdc\x30\xca\xea\x35\x01\x79\x20\x5c\x93\xfe\x01\x78\x4f\x4d\x5e\x7c\x65\x6d\x99\xfc\x82\x48\x0d\x35\x4b\x8a\x38\x0f\x35\x07\x8c\x99\x2d\x97\x3a\x14\xaa\x6b\x04\x50\x0c\x9b\xab\xb3\x81\x96\x95\x08\x8a\x9f\xcf\x9e\xe5\x6c\x13\x6e\x35\x77\xfb\x05\x07\xaa\xad\x3d\x43\xa0\x6b\x35\x96\x54\xb9\xac\xe2\xdd\x29\x8a\x1a\x95\x90\xd1\x98\x49\x24\x1b\xb3\xc5\x82\x10\x02\xb7\x2d\x8e\x14\x2d\x59\x15\xaf\x8d\xfe\xb1\x5a\x04\x82\xfd\x00\xf3\x6a\x5b\xd0\x4f\x65\xa2\x2a\x8c\xb8\x3c\x6f\x78\x40\x90\x6a\x8d\x6b\xd6\x8c\x50\x15\xb6\xbf\x37\xe1\x55\x9c\x3d\x5d\x3c\xaa\x9e\x23\x81\xbd\xe5\x93\xc2\x75\x8a\x56\xf5\xf6\xc4\x38\xe6\x97\xb1\xc1\x25\x18\x6c\x60\x1c\x52\xb4\x10\x72\x4e\x26\x20\xc7\x0f\x08\x2b\x01\x45\x0c\x32\xc6\xae\xb7\xda\x24\x1a\x10\xb5\xda\x90\x0f\xfd\xaa\x2b\x65\x39\x62\xd8\x47\x30\x00\xd5\x30\x8a\xc0\xdd\x6b\x8f\xc9\x33\x24\x3e\x96\xd8\x85\xae\x58\xe3\xf6\x74\x54\x0a\xcf\x53\x0f\xae\xe3\x8b\xb6\x13\x31\x93\x10\xcf\xe2\x84\x31\x91\x90\xee\xbc\x55\xee\x7c\x48\x81\xea\xd0\x4a\x3a\x7c\x81\xfd\x45\x63\x30\xc0\xe1\x14\x21\x04\xa8\xc2\x81\x33\x1f\x11\x6b\xcd\xb3\x27\x8d\x45\x70\x5f\xa4\x4f\x51\x7c\x3a\x0b\x06\x30\xd4\x42\xbb\x52\x0d\x41\xc1\x03\xb2\x05\x05\xcc\x17\xfb\x59\x26\x87\xcc\x51\xa7\xf3\xb0\x85\x57\x26\x0e\x7f\x08\x80\xb0\x3c\xa2\x3d\xa9\xb8\xd5\x2a\x97\x49\x8c\xda\xa8\x78\x5c\x8c\x70\xa9\x71\x99\x04\x96\x5c\xb9\x4c\x52\x3c\x77\xd3\x6d\xe2\xef\x64\x24\x55\x3f\xe7\x26\xe5\x1e\x81\x35\x61\x6c\xd1\x60\x5a\x0d\xd3\x88\xd6\x11\xa6\xe1\x39\xc0\x54\x22\xeb\xaa\x46\x5e\x6a\x7e\xaa\x1f\x59\xa8\xb8\x10\x9e\x16\x2c\x13\x15\x4f\x8b\x02\x56\xfd\x00\x05\xe8\x6a\x55\x16\x71\xf0\x48\x31\xe0\xf6\x7d\x86\xe8\xca\xc2\x3f\xf0\x09\x89\x1a\xe9\x5f\x28\xf7\xd3\x6a\x08\x26\xd9\xe6\xec\x99\x50\x20\xac\xe3\x30\x8e\xa5\x7e\x02\x24\x36\x31\xa9\x81\xdb\xbc\xc5\x94\xaa\xf9\xa3\x9e\x41\x26\x58\xc8\x09\xc9\x96\x5a\x9a\x81\x54\xaa\x1b\x32\x86\xd8\x76\x32\x2b\xb7\x26\xae\xa4\x60\xc0\xa8\xa7\x72\xa6\x60\x44\xde\x58\xfa\x8c\xc8\xd6\xf0\xf3\xd8\x9d\xe6\x38\x62\x43\x4e\x36\x4a\xa2\x71\xea\xe8\x84\xe9\x57\x84\x92\x64\xe3\x2d\x93\x14\xb2\xd5\xb6\x4a\x8c\x88\x2c\xb5\x7a\x6f\x25\xb0\xf5\x12\xc5\x6c\x10\x9b\x66\x0b\xd0\x5b\x3c\xbc\x84\x27\x43\x23\xb8\x24\xb1\xf8\x92\xe4\x47\xeb\x00\x1b\xab\x30\xf3\x94\x42\x7b\xbd\x6d\xce\x0f\x8f\x1a\xa1\x7d\x29\x25\x88\x18\x0f\x33\x74\xec\xcd\xe7\xc7\x90\xc7\x3c\x18\x5b\x64\x80\x8f\xfb\x57\xbe\x15\xf4\xea\xe3\x91\xf7\xa4\xca\xfa\x85\xb5\xac\xdf\xbd\x7d\xcc\x2d\xe8\xf9\xf2\xb2\x48\x20\xf9\x4b\x8c\xa2\x48\x13\xfe\x13\x0f\x5b\x18\x34\x44\x2d\x19\xb8\x80\x7f\x25\x97\xc5\xe6\x0e\xe8\xb3\xb4\x4f\x3c\x23\x6c\x93\x4c\x60\xad\x59\x58\x05\x72\xd5\xf4\x73\xa8\x9e\x35\x93\xef\x03\x89\x86\xb1\x82\x44\x13\xcd\xfb\xc8\x4b\x55\xad\xc1\xf3\x87\xd8\xd4\x0e\xb5\xdb\x69\x5f\x1c\x5c\x0e\x74\x93\x8b\xb3\x89\x0d\x87\x86\x27\xb2\xa5\x18\xaf\xf1\x42\x0a\x22\x4e\x4e\xcb\x1e\xa3\xe2\x4b\x80\x7b\xf0\x22\x45\xc5\x63\xd0\x64\x9e\x18\x7f\x1a\x77\x32\xc8\x48\xd9\x1a\x51\x12\x15\xce\xdb\x8a\x62\x0c\x48\xda\x54\xf1\x97\x3f\x28\x28\x61\xf6\x6a\x84\x22\xae\x00\x83\xfa\x3e\x9a\x6c\xc3\xe1\x20\x36\xb5\xa2\x92\x3a\xfc\x21\xb6\xd6\x5f\x94\xc8\x87\x2f\x1b\xd4\xa4\x5d\x69\x4d\x56\x2a\x44\x6a\x6c\xad\x2f\x44\xcb\x61\x0a\x6a\xea\xf2\xd8\x0e\x1a\x57\x2f\xc8\xa7\xd6\x9a\x97\x25\x45\xf8\x56\x25\xa9\xc3\xd6\xca\xc8\xae\x9c\x20\x88\x58\x47\x8d\x89\x00\x9e\xea\x55\x44\xc0\x4e\xf5\xae\x4e\xf8\x76\x6b\x4d\xa2\x81\x88\xd5\x88\x59\xa4\x8a\x54\x6b\x7a\x26\xd4\x8c\x5a\xb3\xdf\xcc\x33\xa8\x84\xba\x46\x0a\xfb\xd1\x45\x92\xb8\x0f\xe1\x47\xdd\xa2\x8d\xa8\x49\xe4\x64\xf9\xb9\x4f\xde\x8d\x90\xc8\xb5\x2e\xa8\x91\x41\x1a\x1c\x4b\x17\x6d\x23\xd1\xa3\xf2\x7d\x1b\x7a\xa3\x87\x3f\x90\x71\x16\xce\xd2\xbc\xab\xa0\xbd\xb7\xc1\xbe\x34\x59\x37\x4a\x4e\x75\x03\xd3\x5a\xb8\x01\xdc\xf4\xcd\xcb\xaa\xe6\x8e\x46\xb2\xc7\xe1\xc2\x27\x06\xef\xe4\x37\x83\x6f\x98\xe0\xd4\x0e\x8c\x36\x4b\xce\xfd\xb4\x9c\x39\xb7\x22\x35\xb2\x92\x73\xbf\x1c\x87\xd3\x10\xef\xdd\xcc\xa9\x0e\x89\xf4\xd4\xcc\x04\x23\xe5\x6c\xde\x85\x54\xb9\x6b\x5e\x3b\xd0\x74\xdc\x42\xaf\x46\x14\x6b\xde\x80\xd4\xde\xdb\xb8\x6b\xa0\x41\xa1\x71\x03\x52\x53\x7f\x43\xaf\x36\x98\xa0\xad\xa8\xcc\xc7\x33\xd4\xcf\x75\x2f\xc1\x06\x40\x96\x2c\x83\xef\x3f\x31\x34\x9d\x7e\x62\x68\xe6\x01\xf7\x9a\x22\x28\xcc\x4b\x86\xd5\x36\xf3\xaa\x72\x4e\xca\x01\xe4\x31\xbe\x35\xeb\x59\x2a\x40\xaf\x7c\x23\x05\xa3\x71\x3d\xed\x13\x66\x00\x47\x71\x8e\x3c\x9f\xc6\xca\x33\x93\x33\x60\xc5\x42\x2c\x22\xd0\xfc\x41\x62\x29\xfd\xb8\x14\x02\x3c\x9d\xc6\x1c\xea\x9f\x6e\xf0\x13\x2a\x1a\x36\x32\xfd\xd4\xd8\xe7\x2b\x90\xcf\x1f\xd8\x74\xf7\xf6\x92\x90\x4d\x5f\x3c\xe8\x1e\xdb\xcb\x83\x2e\xc6\x59\xfd\xc1\x88\xa6\x16\x76\x7d\xf7\xf0\x0e\x94\xa3\xcd\x1d\x73\xf1\x85\xb9\xa0\x9d\x90\x68\xa8\x06\xe5\xbd\x65\xb1\xd5\xbe\x40\xfe\x64\x03\x91\x5f\x0c\x08\x4d\xd7\xa3\xce\xd5\x02\xca\x2b\xb6\xf6\x38\xa0\x8b\xe7\x4a\xa3\x26\x60\xca\x19\x54\x9d\xbe\xed\x89\x65\xf9\x22\x73\x90\x8c\x3f\xb2\x46\xc9\x54\x98\xd7\x11\x9a\xda\x2b\x8c\x24\xa5\xdc\x3e\xac\xd9\x1f\xa4\xfc\x6e\x04\x71\x7e\xe4\x47\x69\x0d\x46\x43\x96\xa6\xd6\xf0\xad\x57\x89\xce\xeb\x61\x85\x3a\xf4\x60\x2e\x88\x30\x54\x47\xc8\x0b\xa9\xa5\x1f\x92\xb9\xf8\x2a\x0e\x5f\xe7\x05\x5f\x3e\x00\xea\xde\x09\x20\x97\x48\xeb\xde\x1d\x54\xde\x37\xe9\xc4\x90\x7e\x92\x95\xa9\xea\x26\xea\x84\xf0\x29\x02\xf5\xa4\x5d\x94\x01\x09\xde\x97\x9f\x74\x2d\xde\xda\xe4\x3b\xe9\xaf\xc9\x02\xd2\x3a\x49\x14\x9a\x90\xeb\xa1\xd7\x41\x63\x7b\x36\x87\x3c\x13\xc9\x01\x52\xbf\x62\x77\xec\xb7\xc4\xa4\xf8\x0a\x7e\x64\xcc\x4d\x27\x68\x6f\x3a\x41\xaf\x08\x6a\xf7\xef\xe4\x99\xd6\xcd\xd6\xf5\x8b\xab\x50\x74\xf4\xbd\x1a\xad\xd5\x36\x21\x02\x1d\x3e\x45\x9e\x92\xd6\x8b\x56\xb7\x6e\x73\x2f\x1f\x25\x9b\x6b\x8d\x5e\x4e\x4b\xd4\x8a\x11\x4d\xf7\xcf\xb1\xec\x35\x26\xcc\x67\xd5\x83\x05\xbd\xb7\x1e\x05\xa9\x3f\x5b\x87\x3d\x25\x5d\x0a\x3d\xf8\x53\x7c\xb5\xec\xcc\x5f\x4e\x5f\x6c\x73\x51\x6b\xca\x1f\xdc\xb8\xee\x0f\xa2\x8a\xcd\x63\x2e\x6c\x16\x21\xf5\xd4\x7a\x6c\x7d\xb3\xa7\x61\x18\x60\x6f\x12\xab\x78\x31\x61\x3f\x2b\x69\x8a\xc7\x82\xc5\x28\xbb\x58\x56\x17\xaa\x7c\xa5\x32\x27\xb7\xe9\x96\x70\x1c\xb6\x88\xb9\x83\x04\xb8\xbb\xf5\x28\x50\xf7\xa2\x92\x29\xa5\x51\xf6\xa2\x92\xc0\xa4\x75\xf3\x35\xed\xc5\x7e\x43\x05\xa9\x83\x91\x82\x82\x77\x52\x25\x37\x68\x4c\xc7\xcf\x9d\xf4\x43\x74\xeb\x32\x4a\x61\x3b\x71\x73\x92\xbe\x4e\x52\xe4\x98\xb1\xdc\x0e\xc6\xd2\xa7\x81\x58\x76\x3b\x03\x5b\xfc\x0a\x6c\x81\xbb\x76\x4b\x40\xc0\x56\xba\x31\xf2\x01\x60\x39\x99\x5b\xaa\x4a\xa6\x7b\xa3\xe3\xdb\x1e\x3f\x07\x04\x9f\x9d\x08\x9e\x69\x8d\x3e\x1d\x15\x2b\x38\x35\x29\xcd\x46\x6f\xfe\x60\xc1\x6e\xf1\x6e\x05\x8c\x6c\x2e\xdd\x74\x81\xfa\xa9\xd5\x21\xa9\x0e\x52\x63\x8e\x64\x08\xd6\x1b\xd7\x51\xb1\x14\x84\xfa\x47\x8a\xd4\x7d\x19\xce\x97\x8d\xf8\xc4\xaa\xfc\x65\x39\x08\xcb\xfa\xc4\xb2\x98\xa4\x6c\x06\xaa\xdf\xcd\xb8\x24\x67\xeb\x5e\x96\x93\x49\xf6\x53\x37\x42\xfc\xe2\x82\x69\x7e\x0a\x53\x46\xf4\xe6\x9c\x8a\x67\x47\x31\xaa\xd0\x50\x4a\x96\xe4\xa4\x4b\xa6\xa3\x00\x79\x7f\xbe\x75\x5c\xd4\x15\xe2\xda\xd1\x80\x48\x7e\xde\x3a\x46\x59\xf2\x79\xb7\x7e\x45\x6a\x39\xc6\x40\xd1\xa9\x52\xca\x4b\xdc\x84\x65\xf4\x8b\x92\x2c\xc3\xd6\x2e\x50\x68\x99\x23\x4b\x7d\xb6\x5f\x01\x79\xe6\x7e\x99\xae\xdf\x89\x04\xe0\xf9\xe1\x3e\x6c\xcf\xb4\x6e\xa7\xc8\xa2\x6e\xa7\x45\x57\xf8\x9e\xab\xe4\x0d\xfd\x49\x2b\x5b\xbf\x25\x37\xce\xe4\xc6\xe2\x21\x6e\x70\x63\xdf\xc0\x81\xae\x23\x5a\x17\x52\x87\xa9\x05\x1b\xee\x96\x87\x90\xe8\xde\xa6\xc1\x13\x6e\x8f\xb5\x62\x98\x93\xae\x68\x95\x9c\x0e\x83\x5b\xa2\xc3\xa3\x01\x52\xe0\x9a\xea\x2e\x8e\xce\x23\x4b\x1d\xb6\x97\xd6\xa0\x6d\x76\x14\xae\x2a\x41\xc5\xbe\x7a\x08\xab\xe0\x7c\x52\x73\x1c\xcb\x06\x44\x77\x12\xa2\x19\xe1\xda\xe5\x75\xd2\xd6\xd7\x50\x10\xa6\xfe\x52\xb2\xc6\xed\x7f\x39\x2c\x90\xa6\x71\x80\xd3\x10\xb9\x71\x70\x21\xab\xf8\x0c\x4e\x71\x4e\x87\x31\xec\xea\x25\x03\xff\x6f\x05\xbf\xc7\xe1\x60\xfe\x3d\x0e\xd4\xe0\x05\x62\xd4\x7d\x76\xbf\x87\x2d\x60\xbf\xac\x67\x44\x3a\xa6\xbd\x61\x23\x25\xe1\xef\x0b\xb5\x65\xa0\x3d\x94\xcd\xa9\x35\x3e\xf2\x30\x23\x79\x0c\x39\x26\x00\x18\xc4\xb9\x57\x76\x78\x70\x45\x9e\x84\x86\x6d\xa4\x00\xeb\xfa\x8e\xf6\x8d\xbf\x57\x87\x68\x23\x8b\x6d\x60\xcf\xc0\xcb\x5b\x16\x27\x62\x18\x97\xa6\x83\x6a\x64\x43\x76\x9c\x72\x76\x36\x80\x0b\x8d\xd0\x4b\x3d\x23\xab\xa5\x00\x08\xf3\xe8\x88\x0b\x23\x7f\xec\xca\x16\x82\x68\x3a\x22\x69\xa1\x92\x63\x28\xf9\x4c\x5f\xa4\xcf\xce\x0b\x3f\xb1\x21\x3f\x83\xb8\x77\x1d\xbd\x14\x13\xda\xfd\x32\x3a\x2a\x1d\xe9\x7e\xdb\xa8\x31\x77\x9e\x43\x5b\xe3\x99\x52\x03\xd3\xef\x2f\x47\x00\x78\xd5\xa3\xe9\x70\xf2\xbf\x61\x0b\xd0\xc7\xc9\x7a\x51\x1e\x4e\x3c\x54\xd5\x84\x7c\x8b\xd1\x58\x6b\xd3\xa0\xe4\xb3\xe7\x1a\x41\x74\x74\x8e\x72\x3c\x47\x0b\xba\xc2\xb0\x79\xb8\xeb\x14\x87\x0a\xbc\xea\xca\x62\xfe\x5d\xe2\x0a\x4f\x1e\xdd\xa3\x85\xf0\x37\x70\x98\x56\x81\xd6\xb5\xee\xfb\x77\x8f\x9c\x6b\x0d\xe7\x29\xaa\xc5\xf0\x7a\x7b\x89\x8e\x3d\xe5\x42\x01\xf7\x69\x08\x89\xc3\x0b\x65\xba\xb8\x07\x11\x5f\xdd\x3b\x3c\xc3\x9b\xec\xde\x4d\x1c\x43\x2b\x00\xe2\xee\x20\x82\x7c\x28\x7d\x8e\x61\x3c\x02\x47\x72\x18\x42\xee\xd5\x43\xaa\x3b\xd5\xea\xd4\x66\x0c\xc3\x04\xa8\x05\xd0\x91\x10\xc6\x54\x56\x47\xd8\x1f\x04\x80\xd5\xe9\x47\xae\x98\xb5\x10\x2a\x2e\x67\x18\x33\x36\x94\x6e\x89\xf0\xae\xce\x6a\xc9\x94\x11\xc8\xc6\x92\xbf\x23\x2f\x8c\xe5\x61\x47\x98\x1c\x2b\x96\x65\x7b\x13\x87\xba\xfa\x15\x3d\x33\xa4\x26\x4a\xdd\x4c\x43\x2e\xe9\x1c\x3f\xb1\x12\xc6\xf4\xc2\x98\x67\xc4\x82\x48\x8e\x88\xb5\x92\xd4\xd3\x6d\x04\xc7\x44\xa4\x19\xc1\x31\x85\xc3\xc7\xa9\x54\x3f\x43\x28\x40\xd1\x18\x1f\x6d\xa5\x76\xe5\x79\xb1\x2f\xbc\xa2\xa4\xa9\x6b\xe3\x74\xed\x74\x4b\xa4\x77\xe8\x03\x43\x07\xa5\x1e\x84\x71\x39\x75\x5a\xc8\xf1\x90\xd4\x07\xe9\x69\xc8\x7e\xd7\xc6\xd6\xc4\x66\x9c\x0a\x52\xde\x06\x05\xc0\x0b\x39\x04\x8e\x7a\x98\xa2\xdc\xb8\xcc\xbd\x05\x08\x2f\x2d\xda\x22\xb3\xca\x16\x9c\x65\xdc\xca\x45\xae\xe8\x76\x38\xba\x35\x93\xa7\x92\xf3\xd8\x5c\xaa\xc8\xb6\xc7\x1d\x13\x67\xb2\x30\xa9\xa1\x24\x38\xe0\x52\x06\x00\x8e\xcd\xa4\x4a\xfb\x36\x67\x69\x1b\x8f\x3b\x85\xdc\x31\x08\xa0\x6a\xe2\x9c\x45\x90\x0c\x29\x8a\xfc\x75\xca\xc1\xe3\x11\x53\x04\xf0\x13\xdb\x03\xbc\x1e\x19\xa8\xc7\xc9\xfc\x32\x8a\x79\x24\x78\xcd\xcd\x1d\xc5\xcb\xa7\x21\x6a\xbc\x6e\xb5\xab\x79\x29\x24\xe2\x54\x5e\x8b\x14\xdb\xd8\xa3\xe4\x18\xde\xfa\x76\xc5\x66\x8a\x55\xe4\x1b\x9a\x0f\x4b\xbc\x48\x33\x39\x63\xe4\x90\x2d\x83\xed\x9a\x06\x41\x01\xca\x49\x2c\xb5\x39\x0c\xda\x3c\x2c\x41\x13\x2f\x66\xd8\xf3\x2b\xee\x8e\xc0\x35\xa7\xf9\x64\x74\xa9\xcc\x43\xb1\xa7\xf8\x8b\x98\x39\x79\x26\x1d\x02\x6a\xc6\x34\x54\x4a\x9f\xde\x0c\x9d\x10\xe4\x9a\x9b\xab\x65\x2f\x71\x4e\x8a\x1d\x19\x98\x3d\x0d\x64\x52\xa5\x9c\x78\x04\xa9\xd1\xd8\xa6\x19\x4b\x95\x37\x67\xf2\xe8\x21\xa5\xcd\x2c\xb1\x02\x59\x26\x37\xb6\xc8\xbc\xd5\x26\x31\xd4\x24\xf4\x6a\xd3\xb8\x69\xb5\xd3\x99\x45\xaf\xea\x2f\x5a\x6a\xfc\x41\xf4\x42\x60\x20\xdf\xee\x90\xbb\x4d\x6b\x0d\x40\x76\x66\x21\x6f\x95\xdf\x10\x9f\x14\x0a\xc8\xe4\x56\x97\x86\xf4\x49\x1d\x50\xea\xb1\xb6\x59\x64\x81\x42\xc1\xa0\x68\x27\x8b\xb3\xcf\x08\xbc\x19\x2c\x4c\x88\x54\x10\x18\x06\x33\x2b\x01\x9a\xae\xa8\xda\x93\xeb\xae\xa6\xc8\x61\xb8\x2a\xd0\x6d\xe0\x39\x74\x82\xa1\xcf\x2d\x9b\xcb\x86\x6c\xd2\x64\xf8\x4e\x71\x73\xb1\x3c\x9c\x21\xb7\xae\x0c\x61\x9c\x5b\xa1\x2b\x5e\x9f\x9b\x4d\x82\x89\x26\x31\x09\x20\x12\x11\x67\xe3\x1e\x51\xb7\x57\xc2\xaf\x9c\x2d\xf1\x43\x86\x93\x4e\x5d\x7b\xf1\xf7\x98\x06\xb3\xa5\xa4\xe9\x70\xb2\xdc\xb8\x22\x83\x49\x9b\x3d\x4e\x20\xad\x8d\x0c\x52\x42\x9f\xe6\x66\xd3\xd5\x32\xbb\xb7\x09\x98\x13\x37\xa9\xc8\xf7\xd0\x66\x30\x3a\x51\x12\x5f\x1e\x85\x55\xdb\x1c\x8e\x41\x03\x54\x3c\xd5\xbd\x39\xa2\x57\x06\x1f\x60\x64\xf2\x07\x69\x7e\xf1\x07\x22\x2a\x96\x3f\xc4\x32\x98\xe1\x0c\x24\x64\x4d\xd3\xda\x70\x90\x92\xe9\x75\x28\xcf\x03\x17\xa4\xb5\x0a\xce\xa9\x32\xe4\x74\x4d\xac\xa2\xa3\x6f\x9a\x38\x58\xf5\x62\x2e\xf3\x05\xf0\xd5\xf2\x94\x22\xf9\xcf\xa5\xa6\xdf\xfd\x85\x00\xf9\x64\x8b\xe9\xe8\xdf\xea\xbe\x73\x71\x85\x1d\xf2\x33\x43\x1b\x74\x06\x94\x4f\x50\x16\x98\x58\x26\xa5\xe4\xf3\x13\x63\x02\xbd\x8f\xf5\xca\x68\xf0\x09\x6a\xc0\xcc\xbc\x09\xad\x2c\x3f\xcd\x8e\xe2\xa1\x40\xcb\xa3\xd8\x56\x9b\xde\x84\x56\x66\x9f\x86\xef\x20\x6e\xcc\xcd\xb4\x4a\xf3\xa8\xe1\x0a\x6b\x82\xe8\x74\x4f\xfc\xe6\xc3\x33\xc0\x3e\x1d\x80\x69\x70\x69\x69\x19\x13\x39\xd1\xf7\x0e\xc9\x18\x3e\xae\xee\x5c\x0d\xbb\xd1\x25\x32\x75\x72\xa9\x16\x4c\x43\x92\x75\x27\x4e\xac\x92\x0d\xd9\x6a\x5e\xdc\xc4\x91\x5e\x98\x28\x45\xbf\xc2\xb4\x8c\x9f\x98\x4c\x14\x4e\x4c\x2a\x34\x3c\x01\x85\x4d\x32\x2c\x16\xd3\xc0\x63\x19\xc3\x44\xab\x6b\xae\xfb\x36\x62\xc2\x01\x51\xf1\x9a\x1b\x70\x47\x38\x07\x90\xe2\xd6\x52\x6c\xd9\x1d\xbb\x01\xd0\x51\x04\x1b\x32\xcf\xbc\x05\x1b\x33\xb9\x01\x1b\x12\xcb\x34\x72\xa7\x46\xeb\x8b\x1f\x9c\x94\x74\xaf\xfb\xc2\x2e\x25\x7b\x65\xf3\x11\xf0\xe6\xa3\x87\xc2\x49\x05\xe7\x14\xba\x5a\x3a\x55\x89\x26\xd6\x4d\x0a\x4b\xb6\xf9\x08\x43\xba\xf2\x0a\xb4\x7c\x6c\x3e\xe7\xcf\x5a\x74\x6d\x12\x7d\x13\x1b\x4e\x42\x15\xaf\x51\xcc\xc7\xb1\x99\x2c\x1a\x61\xf7\x70\xbe\x5e\x6c\x65\x4e\x38\xe0\x82\x24\xbd\x94\x20\x72\x27\x51\x08\x9b\x54\x16\xf7\x9b\xdc\x77\x51\x70\xb0\x81\xa6\x2b\x92\xc5\x77\x5f\x84\x25\x9a\xd5\x3a\x88\x2d\x67\x27\xd7\x61\xeb\xc5\x33\x41\xdc\xc0\x78\x1d\x92\x05\x18\xee\x3a\xdc\x6e\xa0\xb1\xd0\xf0\xe4\x4d\x8b\x30\x60\xd2\xfa\xb6\x95\x3c\xbd\x0e\xb1\xf9\x9f\x05\xf8\xda\x4a\x91\x1f\x97\x67\x5c\x5b\xc9\xbf\x2f\xa2\xb4\x3a\xcf\x1f\xb2\xf4\x31\x25\xac\xa0\x14\xb2\x6a\x8b\x22\x80\x24\xc5\x69\xcb\xa4\x25\x1a\x3e\x97\xe1\xbd\x46\xe7\xae\x1c\xbb\xc5\xcc\x33\xb5\x42\xd1\x4c\x17\xea\xdc\x92\x7e\xae\x1c\x88\xe6\x57\x6c\x5d\xb5\xf9\xf8\x59\x21\xb0\x2d\x75\xbb\x12\xcd\x17\x14\x97\xd1\xb3\x33\x64\xe6\xe4\x20\x11\xb7\x16\xda\x9c\x66\x9e\x15\xca\x1c\x4c\x7c\x19\xf4\xab\xbf\x77\x15\xc3\xa8\x68\x5d\xd8\xa4\xf8\x48\x29\x25\x7e\x40\xc7\xc4\x78\xb0\xb0\xad\x36\x01\x62\x15\xbf\x94\xbe\xab\x1d\xd9\x56\x89\x8d\x62\xbd\x05\x44\x77\xc6\xc1\x7e\x51\x9f\x56\x75\x50\x18\xc3\xe2\x8a\xb4\xaa\xdb\xaa\x51\x2b\x80\xa9\xa1\x4f\xb6\x68\x81\x49\xb0\xf9\x77\xb0\xa7\xd9\x98\x21\xe2\x99\xca\x4a\xee\x01\x06\xd4\x06\xd7\x5b\x68\x90\x6a\x54\x2b\x34\x48\x0e\xc3\x6a\x44\x76\x72\x74\x17\x8c\x58\x1b\xed\x22\x6f\x89\xce\xde\x25\x1f\x86\x18\x2d\x72\xa4\x52\xa7\xb0\x2d\x72\xa4\x2e\xad\x97\x8b\xb4\x25\xad\xd9\xa9\x38\x6c\x03\x02\xf6\x38\x9e\x4b\x06\xad\xaf\x64\x59\x4d\x4f\x1d\x7a\x75\xe7\xca\x34\x8c\xea\x55\x72\x5a\xb2\x6b\xd8\xd4\xea\xce\xd5\x06\x64\x82\x43\x80\x58\x1d\xb2\xd4\xfc\x7e\x62\xe2\xf7\x1b\x0e\x68\xf3\xd9\xb0\x3c\xfb\x51\xfe\x9b\xbe\x40\xa2\x60\x77\xab\x2b\x5d\xbb\x5b\xd4\xc6\x6b\x22\x64\x8f\x9d\x63\x7e\x23\xe0\xc7\x2f\x04\xf8\x2a\xa1\x2e\x2c\xbb\x5e\x2b\x5e\xe4\x35\x69\xb0\xa7\x35\x02\x4e\xb6\x8e\xc1\x19\x63\x28\x46\xb9\x15\xb8\x3b\xbd\x6b\xba\x26\x44\x1b\xc6\xb5\x26\x02\xb5\xc3\x6d\x46\x5f\x24\xae\xcb\xd0\x5d\xa1\x3f\xb9\xae\xb9\xfc\x5e\xc3\xbf\x24\x24\x98\x3e\xfa\xd9\xe2\x9e\x52\x93\x82\x18\xdf\xab\x37\x63\xad\xe0\x0b\xcc\x90\x9b\x4a\x5d\xf2\x10\x0a\xac\x1d\x53\x4c\x2e\x8e\xa8\xca\xac\x06\xe3\xb5\xbc\x84\xe2\x47\x54\xe5\x84\x4c\xaf\xc5\x78\x98\x08\xd6\x72\xbb\xdd\x7b\x2e\x23\x79\x4f\x8c\x32\x0e\x53\xdd\x77\x7d\x94\xd8\x01\x47\x28\xac\xc8\x41\x0b\x39\xc0\x3b\x96\xcb\x0b\xcb\xd2\xbb\x8f\xe4\x68\xd9\x42\xf1\xdd\x7d\xfd\x04\x6d\x62\x19\xde\x46\xd2\x11\xb3\x48\x89\xd2\x60\xcd\xeb\x0c\xda\x04\x78\xce\x18\x91\xf6\xa7\xb1\x1e\xac\xe9\x24\x78\x29\x9e\xcd\x46\x6a\xeb\xd8\x3e\x5f\x1e\xca\x94\x32\x2d\x7d\x92\xca\xcd\xcb\xe2\x0b\xd3\xe3\x10\xec\x7f\xf9\xd2\x99\x89\xcf\xea\x69\x42\x97\xc0\x16\xaf\x0b\xac\x2b\x18\x2a\x53\xbc\xe4\x69\xcc\x30\xf8\xbf\x98\x04\xcb\x4f\x7e\x14\xf7\x91\x69\x7d\xab\x3c\x38\x2d\xd2\x9e\x78\xdf\x67\xc1\xf1\xbd\x33\xbf\x64\xd3\xdd\xbf\x7b\x06\x24\x1b\xa1\xfd\xce\x6f\xcd\x7c\xcb\x2b\xc9\x71\x20\x89\xa0\xd5\xc7\xbd\x50\x6c\x15\xed\x4c\x9e\x3e\x34\x48\xac\xc7\x13\xc2\xec\xb9\x6d\x3c\xdc\xc5\xcd\xb6\x8b\x16\x88\x85\xb3\xb2\x2c\xa1\xf5\x38\x99\xf8\xc5\x13\x89\xec\xbd\xde\xa8\x93\xcc\x2f\x5e\x38\xd6\x0d\xb4\xbc\x0d\xa4\x1b\x68\xe1\xd3\xd4\x50\xb7\xbc\x3a\xac\xa7\x6a\xe9\xd3\xd4\x0a\xbe\x2c\xec\x8e\xfc\xbc\xf0\x5d\x7a\x8b\xe0\x73\x1c\xb6\xc8\xbc\x50\xb6\x08\x12\xff\x21\x2c\x56\x4b\xe4\x27\xc2\x62\x9b\x3f\x40\x7f\x86\x3f\xc8\xca\x21\x64\x9f\x60\xe5\xcb\x97\xc7\x7e\xf7\x80\x1f\x92\x93\x91\x73\xb5\x7d\xcc\x6f\xaa\x1b\xe6\x93\x02\x89\x26\x2f\x01\xc7\xce\x0b\x22\xf2\xf4\x2b\x88\xf0\xf0\xa3\xd3\x70\xd1\xc4\x0b\x3b\x3c\x6c\x10\x03\x3a\x08\x02\x90\x0b\xc1\x3c\x2b\xc3\xf8\x84\x0d\x16\x8a\xfc\xc9\x01\x45\x5f\xe0\x0c\x20\xce\x27\x94\x5c\xf6\xe7\x23\xd7\xd6\x8d\x42\x02\xfc\x61\xc2\x8c\x8f\x16\x59\xdd\x1a\x9f\x1c\x6b\xf7\x05\xac\x41\xbe\xf9\x94\x80\xef\xe2\x85\x68\x69\xa7\x82\xad\x55\x27\xdd\x47\x45\x15\x6c\xfe\x10\x52\xaa\xc9\xf0\x53\x75\x72\x41\x7b\x3f\xd5\x89\xb0\x9d\x1f\xee\xbc\xc8\x41\x3f\xd5\x4c\x9f\xec\xed\x47\xdd\x54\x9f\xca\xc7\x10\x51\xb5\x9e\x4f\x23\xf4\x14\x72\xf6\x91\x65\xe9\xb1\xf8\xc8\x8c\x04\x75\x0f\x00\x31\xad\xae\x98\xb7\x7c\xe1\x6e\xb8\xf3\xea\x9a\x32\xb3\x3f\xb0\x3b\xd3\xae\xd8\x90\xe9\x47\x1e\x39\x98\xc5\x27\x8c\x9f\x36\xf7\xd6\x87\xf6\xa2\x8f\x9c\x43\x6b\xef\x67\x28\xef\xbb\xbb\x5b\x4b\x2c\xe6\xbd\xfb\x4c\x75\x5a\x88\xd5\xc7\xe4\x16\x1a\x4a\x3e\x2b\x16\x0c\x8c\x48\x50\xa1\xd1\xe4\x63\x18\x8a\x86\xbe\x8f\x2a\x9f\xa6\xb7\x8f\x56\x4a\x6d\x72\x9f\xe5\xf4\x19\x7e\x79\x48\x81\xf0\xb2\x18\x90\x07\x63\xc5\xbc\x78\xc1\x2e\x39\xb4\x94\x7c\x3e\x6e\x11\xb2\xf3\xe7\xe3\x71\x40\x77\xf9\xa8\xa6\xa9\x93\x7f\x0c\xfa\xd0\x5f\xf4\x31\x7e\x51\xa1\xff\x73\x1a\x97\x2f\x7e\x9d\x71\x64\xed\x20\xc0\xc4\x02\x24\xd0\x7a\xff\x29\xbd\x50\x65\xe2\x1f\x12\x4c\x34\x51\x92\xa0\x45\xca\x1c\xb5\x8f\xd1\x24\x5e\xd4\xff\x70\x79\x42\xe3\xcc\x07\x37\x1d\x15\x8f\x1a\xe5\x81\x36\x58\xbf\xab\xd8\xd6\x3e\x5e\x2d\x55\xd4\xfe\xa8\xc8\xa9\xe5\x7e\xa4\xea\x22\xf2\x85\x7c\x3d\x7d\xbe\x2c\x64\xc1\xf3\x6b\x03\xd6\x45\x2e\xcb\x2e\x65\xc0\x74\xa9\x2b\xea\xa3\x1e\xb6\xfc\xbb\x6b\x87\xf0\x7e\x6e\xb7\x02\x42\xf8\x31\x0f\xb6\x0e\xa5\x0f\xba\x94\x77\x28\x3e\x1a\x21\xdd\xbc\xb8\xec\xe0\x59\x79\x1c\x83\xb1\x49\x06\xd1\x24\x51\xc6\x3a\x7a\x01\xeb\x23\x19\x56\x49\xfe\x68\x82\xd4\xda\xf0\x79\xa3\x2f\x3e\x33\x80\xc4\xcb\x55\x1f\x7c\x64\x49\xad\xe6\x3c\x62\x5e\x83\x97\xe4\x2f\x9d\x17\x2b\x56\x25\x5f\xc8\xb2\x85\x7c\x7c\x62\xef\xd3\x54\x7f\x52\x3a\xdd\x08\xf7\x13\x57\x55\x07\xbd\x4f\x89\xa2\xba\xf1\x99\x54\x04\xe1\x2e\x27\x94\x70\x95\xf8\xe5\xf6\x85\x5f\x72\x30\x0e\x3a\xc3\x07\xd5\xe2\x07\xe9\x41\xf7\x07\x8a\x8e\x43\x87\xcf\x8c\x39\xa3\xfb\xec\xb9\x45\x9e\x3a\xb5\xde\x41\xdf\x4f\x94\x0b\xea\x3d\xb4\xb3\x58\x78\xcb\x6e\x8b\xf3\xf5\x23\x31\x38\xdb\xfa\xe1\x07\x16\x5e\xdd\x75\x86\xae\xca\xc2\xe0\xc6\x49\x82\x43\x0a\xd0\xb5\x93\x70\x41\x13\x69\x9d\x35\x30\xde\x1f\x02\x05\x68\x6e\xa2\x23\xbf\xda\x2a\x40\xed\xe0\xc9\xd9\x3c\x98\x8e\x6d\x40\x05\xbc\xe1\x44\xec\xa7\x8c\x5c\x3b\x49\xb0\xac\x81\xf7\xa4\x4c\x82\xa1\x4c\x27\xf1\x81\xb3\xda\x96\x7c\xd3\x6e\x58\x53\x7e\x65\x16\x41\x36\xb3\x0d\xac\xab\xcb\x47\xde\xd2\x13\x34\x3d\xf2\xf6\xf0\xec\xc0\xc0\xd5\x10\x8d\xee\x37\xa2\x04\xa7\xf9\x44\xa0\xa7\xb2\x41\x3b\x11\xe2\x67\xf5\xef\x31\x1a\x6b\xd6\xc9\xa4\x51\xe5\xc4\x2a\x67\x4a\xc1\x93\x08\x7b\xf5\xfb\x93\xc4\x03\x6a\xdf\xe7\x70\x68\xa6\x4a\x0c\x86\xd9\xe9\xdb\x89\x0c\xdf\x85\xe4\x00\x07\x9c\x46\x58\xeb\x86\x23\x18\xc9\x86\x19\xe0\x24\x3a\xa3\x3b\xf4\x94\xaa\x71\xf4\x4f\x62\x11\x4b\x00\x8d\x58\xc4\x1e\x3f\x88\x1e\xd9\xe6\x88\xbf\x9c\xf1\xd3\xdc\x86\xca\xc5\x16\x00\xf3\xfe\xc3\x69\xe9\xe9\x78\x26\x6b\x25\x5c\xeb\x9c\xca\x89\xc3\x1f\x4e\xf4\x40\xd6\x87\xab\x2a\x0e\x95\xf9\x94\x87\x43\x0b\x35\x38\xc5\x69\xc4\x22\xf4\xe1\x54\x01\x98\x18\x9c\x4f\xfd\x59\xb5\x7c\x7b\xc5\xe3\x5c\x94\x35\xf7\xc8\x59\xf0\x4e\x93\xd0\x89\xe1\x50\xaf\xc3\xb9\xbc\xbb\xee\x33\xd7\xa6\x3c\xe1\x0b\x3b\x6e\x8c\xcf\x35\x5a\x91\x6d\x45\x69\x5d\x9e\xc9\xe3\x88\x76\x70\xe2\x18\xd3\xc7\x78\xc2\x66\x3a\x52\xc4\xf9\xf1\x7a\x2c\xdf\x50\x20\x4e\xdf\xef\x49\x26\xa4\x29\xa4\xb8\x38\xd8\x05\xb9\x41\x89\xda\xb1\x4e\xb5\x09\x0d\xac\x27\xda\x84\x31\x2d\xa7\x65\x1e\x34\x3d\x9e\x2a\x13\x1e\xc3\x08\xb0\xe7\xa3\x53\x25\x1e\xa8\x71\x0d\x50\x5b\xb2\x95\xd8\x4a\x3c\xab\x36\x89\x47\x58\x1e\x4d\x2f\x70\x9e\x26\x2a\x77\x00\xe5\x25\x71\xfb\x54\x66\xa9\x36\x27\x33\x2c\xec\xec\x34\xff\x01\x9a\xe7\xa9\xbe\xa1\xdd\x8b\xd2\x41\x39\xe8\xca\x25\xaa\x01\x26\x58\x98\x36\xb0\x93\x5c\x08\x4a\xe8\xe7\x45\xcd\x0b\x78\xec\x49\x34\x64\x17\x1a\x24\x48\xea\x1e\x61\xf2\x20\x69\xa3\xa3\x7e\x5c\x8e\xbb\x5f\xa7\xb9\x17\x95\x76\xce\x60\x5e\x18\x77\x4e\x99\x97\x3f\xa0\x85\xc8\x9f\xcf\xdb\x12\x7c\x7e\x53\x19\x82\xdd\xb5\xcc\x5e\x8c\x71\x07\x9c\x98\x20\xb9\x17\xf5\x7f\x9c\x16\x83\xf4\xb0\x62\x51\xd4\xf0\x71\x62\x50\xf4\xde\xd9\x69\xea\x45\x24\xb3\xd3\x9b\x80\xde\x2b\x3d\x1f\x99\xbb\xcf\xd0\x68\xc1\x87\x39\xb1\x3b\x32\xe6\x44\x2f\xb9\x9d\xf0\x43\xc3\x36\xce\x87\xdb\xcc\x48\xba\x54\x5d\x6a\xc6\xaf\x9d\xb8\xe7\x5a\xf4\x09\x9b\xc2\x8a\x7f\x3e\x16\xec\x96\xd2\x3d\x96\x0c\xf1\x87\x00\x12\x4b\x78\x05\x12\xbd\x1a\xf5\xaf\x41\x91\x52\x7c\x55\x55\xed\x0c\x25\xa6\xfa\x42\x16\x0b\x99\xd1\xeb\xfc\xec\x69\xa2\xdb\xb1\x06\x12\x1a\xe4\xf8\xde\x12\x35\x2e\x08\x0f\x9e\xf9\x60\x4f\x6b\x05\x33\xc2\x45\x12\x03\x2d\x25\x17\x57\xfe\xbc\xfd\x76\xa1\xda\x8c\xc6\xfc\xae\x83\xe3\xb4\x7c\x06\x4a\x90\xb3\x0b\xb3\xa6\x11\x4c\x97\xb5\x81\xd9\xdc\xeb\xd0\x58\x97\x79\x3e\xb1\xbf\xda\xa9\x18\xdd\x6c\x7c\xd3\x91\x8d\x1f\x3c\x87\x89\x67\x32\x24\x72\xfa\x2e\x42\x58\x54\x9d\xae\xb8\xf3\x07\x8c\x2f\x42\x58\x3c\xf8\x97\x05\x9d\x48\x87\xdd\x2e\xaa\x38\x8d\xc3\x16\x6a\x7a\x88\x74\x17\x72\x41\x91\xb4\x5d\xd8\x3b\x55\x71\x2e\xf2\x2f\xef\x93\xff\x0d\x95\xbb\xc2\xe6\xc9\x91\xa7\xc8\x56\xed\xe0\xfb\x95\x41\x28\x2c\x8a\x57\x68\x4f\xc3\x17\xec\x34\x9c\x47\xea\x28\xee\xc9\x30\x4b\x32\x2d\x9b\xa6\xf9\x32\x84\x45\xab\xf1\xe5\x65\x07\x69\xfc\xe5\x65\x07\x23\x44\x2e\xe3\x59\x8c\xfe\xb8\x54\xa5\xe2\x59\x62\xee\x2e\x14\x25\x2c\xa8\xe9\x85\xd5\x53\x49\xff\xf2\x1e\x44\x80\xd5\x34\xcc\x01\x57\xef\x3e\x18\x24\x72\x15\x13\x62\x30\x49\xee\x3b\x68\x28\xbd\x8a\x95\x7f\x7c\xe6\xf0\x4d\x9f\x2d\xa2\xef\x10\x24\x34\x80\x90\x5d\x35\x52\x1d\xf2\x2c\xf7\x05\x0a\x16\x83\x82\x0b\x5d\xe4\x2d\xd0\xd3\x79\x91\xab\x80\xba\x08\xed\x22\x7a\xc6\xdb\x09\x17\x91\xa4\xc6\xa3\x5c\x5c\x6e\xf0\xf2\xe8\x85\xe5\x53\x2b\xe8\x45\xec\x4c\x77\x31\x58\x3e\x25\xdd\x17\xf5\x89\x3b\x42\xf0\xd5\xc0\x17\x61\xd4\xe0\x56\xa2\x4b\x18\x32\x1d\xa0\x49\x7d\x45\x8b\x76\x12\xa8\xeb\x73\xc0\x9e\xa1\x11\x70\x66\xb1\xb9\x12\x87\xa7\xa1\x1f\xf8\x1a\x19\x9b\xbb\x10\xba\xf1\xaf\x4e\x00\x2d\x32\xfb\x15\xba\x23\x9a\xc0\x45\x44\xce\x70\xaf\x48\xc5\xb4\xa2\x23\x45\xd8\xe9\xcb\xc5\xcc\xd9\x1d\xdd\x8e\x2a\xbe\x57\x17\x04\xb6\x06\xf4\x6e\xd5\x50\x30\xf7\x60\x19\x5d\x23\x06\x71\x6d\x90\x64\xf4\xed\xc2\x05\x69\x86\x80\x0b\x55\xb3\x4f\x01\x1e\xaa\xa6\x04\x21\xc4\x9d\xe9\x67\x12\x7f\xdb\x4f\x8f\x96\x1d\x18\x5b\xaa\xa9\xfb\x9a\x6a\x25\x90\xa0\x8b\x3b\x7e\xa6\xfb\xbd\xa6\x71\x1a\x2e\x91\x7a\xef\x41\x15\xc8\x9b\xd4\xd1\x0e\xaf\x25\x9a\xda\x82\xa0\x53\x6f\x04\x5c\x2b\x46\xf7\xab\xe8\x8a\xd1\xbd\xbe\x27\x1d\xbe\xac\x9c\xe0\x11\x0d\x1d\xd4\x0d\xf9\x28\xd9\x48\x93\xcc\x75\xe4\x89\xfb\xa8\x3c\x88\x3e\x1f\x33\x67\x32\x77\x9c\x8e\x5a\xa9\xae\x8f\x20\x12\xa6\x1f\xed\x9c\x00\x1b\x8b\xe4\x70\x8a\xa6\x50\xd4\x1a\x7d\x6d\xcd\x36\x9b\xb5\xec\x3a\x63\x51\x7c\xa5\xdc\xe0\x3a\xcc\xa7\xa8\x92\x7b\x85\x92\xeb\x86\x9e\xee\x95\xcf\x70\x66\x74\x8d\xeb\xb4\x5a\x9b\xad\xb5\x4d\x32\xd9\xd3\x39\x39\xb4\x40\xf7\xef\x20\x09\xf2\xea\x85\xcb\xb1\xa3\x50\x5c\x72\xfb\xef\xaf\x71\x5c\x5e\x8c\xd0\x9c\x7d\x5d\x12\x24\x8f\xa9\x29\x96\xa7\x34\x38\x8c\x8d\x88\x18\xd7\x1d\xc8\xc1\xe2\xf1\x10\x9a\x6d\xfe\xba\x03\x7f\x99\x02\x61\x34\x5e\x89\xb6\xfc\xa0\xa9\x3d\xae\x27\x04\x71\x5a\x10\xde\xa9\xdf\xe4\x7a\xec\x09\x60\x3d\x08\xe5\x9e\x10\x2e\xd6\x75\x8f\xd1\x23\x31\x14\x10\x0f\x49\x8e\xdc\xd9\xcd\x6e\x4b\x10\x06\xd3\x0f\x6a\x90\xbe\x5e\x42\xe1\xc4\xca\xcd\x55\x8b\x79\xe4\x2f\xfc\x7a\xdd\x93\xf3\x52\x0b\x0f\xc3\xd5\xf5\x3a\xda\x5e\xdb\x7d\xa8\x44\x42\x0b\x6e\x0b\x69\xbb\x37\xb7\x99\x01\x93\x5f\xb1\x37\xac\xe1\x3e\xd4\x19\xaa\x3f\x84\x53\x64\x3f\x7b\x8b\x81\x3a\x1f\x8d\x62\xba\xb5\x23\xec\xdd\x61\x0b\x64\xfb\x6f\xae\x37\xf4\x69\x0b\xb6\x93\xbd\xb8\xc3\xc7\xd7\x78\x66\x6b\xd9\x89\x1b\x7f\x9f\xc9\x75\x6f\xe2\x60\xcc\x82\x7d\x63\x2d\xa4\xd8\x48\xbb\x93\xd3\x63\x46\x49\x14\xee\xbe\x40\x57\x91\x6a\xef\x1c\xd3\x63\x4a\xf2\x3b\x2c\x18\xb7\x79\x8b\x55\x53\xef\x70\xf1\x45\x13\xe3\x9a\xec\x38\x13\xe1\x55\xfd\x4a\x0f\x96\x7f\xd7\x4c\xc5\x09\xa0\x52\xf0\x7e\x61\x79\xc5\x72\x71\x88\x69\x77\x09\x2c\x64\xc8\x12\x58\x04\xa8\xf4\xac\xa9\x91\xdd\xd4\x04\x50\x3c\xbd\xab\x94\x56\x20\xd6\x98\x0b\x3d\x9b\x71\x58\x6f\xe7\x1d\x16\x43\x38\xd2\xed\xbd\x3a\x43\xda\x6e\x82\x5e\x4c\x68\x73\x73\xc7\x4e\x12\x7e\xcb\x7a\x30\x8f\xdc\x9b\xdd\x94\xe5\xfe\x37\x25\xf1\xe1\x0f\x80\x08\x7b\xca\xad\xa3\xad\xfa\x91\x9c\x77\xf8\x83\xcc\xa7\xd8\x82\x21\xc0\xc9\x3b\xea\x6a\x0b\xd4\x1e\x08\xc0\xdc\xbd\x9d\x2e\xff\xb8\xb9\x77\xae\x2a\x7b\x5b\x85\xbd\x09\x07\x79\xc6\xf2\x07\xbc\x70\x08\x2a\x37\xce\xac\x43\x90\x04\x9b\x70\x26\x2a\xc5\x20\xf8\x2d\x9b\xc0\xca\x72\x9b\x55\xc6\x20\xc4\xdb\xbb\x77\x9e\xfe\x3b\xee\xdb\x41\xf3\x6f\x72\xcc\x78\x7c\x6f\xe3\x29\x0d\x4f\xbc\xb9\x3a\x6e\x74\xca\xcd\x1d\x3b\x2f\x81\xdd\xc1\x31\x86\x1f\xc9\x76\xc5\x58\x2e\xd6\x99\xc7\xfa\x96\x7b\xb8\x56\x2e\x7f\x9b\x14\xe8\x5e\x12\x1b\xd1\x37\x4c\x98\x02\x6e\x89\x80\x22\xb9\x1e\xac\xc0\xc6\x25\x99\x8f\xce\x64\xb0\xeb\x5b\x93\xde\x6d\xde\xfe\x40\x62\x9c\x5a\xca\xc7\xf7\x0a\x60\xb0\x82\x8f\x52\x97\xf8\xf1\x11\x18\x3e\x6b\x3b\x84\xa1\xdc\x1f\xf1\x0e\x41\xe8\xfe\x44\xc7\x2c\x68\x73\x91\xaa\xd0\x7a\x13\xc5\x62\x72\xae\xdb\xfa\xb3\xda\x8a\xef\xd3\x8a\xe1\x7e\x65\xe6\x19\x8d\xdb\xf7\x29\x64\x19\x84\xd8\x95\x03\x6b\xca\x0d\x23\x18\xc9\xd6\xce\x9d\xe9\x5e\x01\x32\x1a\x5c\xea\x5b\x52\x21\x14\xbf\x81\x1c\x7e\x5f\x3a\x13\x9b\x2f\x58\x12\xa4\x4e\x64\xbd\xa3\xf8\x6e\xbb\x2f\xe9\xad\x5b\x71\xa3\x97\x8a\x12\x5e\x8e\x53\xe7\xbc\x6f\x40\xe2\xa4\x88\x3d\xa1\x26\x7b\xbb\xb1\x6c\x0e\xac\x3a\xb7\x41\x99\x8a\x04\xf7\x6d\x38\xa9\xe7\xe7\xd6\x14\xed\xa6\x92\x31\xd7\x1c\x7f\x37\x5a\x60\x80\xea\x36\x19\x0d\x4b\x0a\xf3\xa7\x47\x14\xf3\xa7\xb6\xfe\x9b\x48\x12\x2b\xb7\xb5\x9b\x2b\x05\xa6\x9a\xbf\x9f\x00\x27\x5d\x61\x18\x5d\x62\xca\xe3\x2d\x68\x96\x64\x6c\xa6\x9b\xf1\x58\x00\xc6\x5e\x25\x4e\xa2\xc2\xe3\xfc\x7c\x26\x44\xc8\x11\x22\xc7\x3e\x1d\xbd\x82\xc3\x67\x12\x3e\x38\xa3\xcd\x97\x8a\x16\x82\x9b\xfc\x75\xc6\x55\xde\xef\xa0\x60\x8b\xcf\x01\x19\x66\xfa\x06\x01\xf1\x17\xf5\x63\x7b\xa2\x56\xac\xb3\x78\xbd\x1c\xe5\x68\xe6\xf9\x00\xae\x4f\x58\x63\x21\x13\x54\xf0\xcd\xc6\x6e\x52\xc0\xb7\x18\xd2\xf2\x90\xee\x56\xbf\xc9\x63\xc1\x1e\x6d\xff\x54\xea\xad\x23\xdb\x00\xec\xe0\xa0\x51\xa8\x77\x7f\x44\x0b\x18\xd9\xc8\x3e\xc7\xa9\x9d\xbc\x98\x01\x9e\x16\xdc\xc7\x8b\x98\x4e\x2a\xec\xd6\x81\x70\xfe\xc0\xa5\x8c\x4a\x78\x92\xc3\x31\xf1\x64\x49\xce\xc5\xb3\x12\x38\xc8\xf1\x78\xcb\x40\xb4\x79\xc8\x13\xa7\x85\xf8\x31\x7d\xad\x81\xce\x94\xd8\xcd\x2a\x9b\x16\xd5\x55\xb6\xb2\xa8\x6e\x44\x8a\x3e\x24\x63\x31\x65\xea\x83\x52\xa5\x01\xde\x02\xbb\xcb\xd8\xe6\xa7\x90\x5d\xf6\xf0\x87\xe6\x0f\xb4\xb6\x7a\x1f\xbb\xf7\x14\x6b\x90\xd8\x93\x36\x13\x21\x88\xb5\x57\x1d\x89\xea\xb9\x75\xa0\x86\x50\x3d\xb7\x0e\xf4\x31\x8a\xe7\x16\xd9\x2e\xc5\x73\xab\x69\x17\x1f\x43\x35\x75\x04\x3c\x61\x05\x06\xdf\x9f\x8a\x44\xea\xbe\xc0\xaa\x8c\x9f\x7e\xc8\x53\x3b\xbe\xf7\x62\x50\x2f\xb7\x78\x91\x81\x7a\xb9\x7b\x18\x7a\x6e\x8e\xcf\xca\x5b\xec\x19\xe3\x37\xad\xec\xd5\x17\x75\x7c\xb7\xb9\x79\xef\x0b\x3d\x8d\xd2\xb8\x75\x88\x56\x9b\xc3\x15\x43\x21\x2c\x93\x4b\x95\xee\x46\x99\xdc\xd2\x6c\xdc\x9d\x31\x63\xf7\xd8\x40\x3f\x52\x49\x86\xa7\x3d\x23\xf6\x1c\x30\x92\x61\x36\xe0\x3e\xec\xca\x67\x4e\x96\xb8\x60\x11\x1a\xe3\x8c\x1f\xb2\xae\x69\x88\xb4\xc6\xae\x96\xf1\x07\xa3\xaf\x17\xc5\x1f\x6e\x1b\xac\xc3\xbf\x13\x10\x35\x6d\x4b\xe5\x95\xe6\x37\x54\xb0\x8c\xbf\xb3\x4e\x31\x64\x6a\x84\x42\xd6\x78\xa6\x15\xb3\x7d\x86\x4d\x42\x1e\x1f\x6e\xf3\xe9\xc1\x7c\x36\x97\x2c\x9a\xf3\x28\xc3\x9b\xf5\x4c\x52\x86\x77\x77\xe4\x0b\x54\x57\xe7\xe0\x33\xb1\x97\x08\x3e\x0c\xb1\x54\xc9\x6d\xd4\xd5\x1d\xd6\x2a\xa0\xac\x6e\x49\x9e\x43\x99\xdf\x61\x63\x13\xb4\x4d\x1b\x6b\xe9\xe3\x99\x0b\x07\x96\x10\xa0\x7a\xee\x1e\x8d\x05\x61\x59\x8d\x3c\xd7\xd6\xcf\x1d\x7a\x67\x2c\xa0\x6b\x31\x98\x87\x08\x8e\xc3\x6d\xfc\x04\xaa\x00\x1b\x14\xa9\x08\x25\x7e\x3e\xe6\x8b\x06\x80\x5a\x63\xe3\xb8\x5a\x73\x17\xe6\xf6\xa0\x48\xa5\xc0\xb4\x08\xda\x80\xcc\x3f\x28\x4c\x1a\xfb\x28\xb4\x9b\xb5\xc6\x3e\x5a\x5a\xa5\x46\x27\x15\x8e\xa7\xdf\x2c\x87\x60\xea\xa7\x42\x24\xcc\x98\x1a\xba\x45\x39\x8c\xb2\xb9\xfb\x2b\xc6\xe3\x26\xde\x10\xd1\xe0\x8d\x87\xe8\x7f\xc1\x65\x9b\xcf\xd0\x5d\xc3\x69\x1e\xab\xd6\x19\x00\xfc\x5c\xb1\x4d\x36\x17\x2b\x58\xf8\x2d\x74\x81\x88\x21\x1b\xfa\x1d\x1f\xd5\x28\xbd\x78\xcf\x1d\x7e\x66\x9e\xe1\x94\xee\xfe\x1d\xeb\x60\x8c\x3b\x06\xb4\x2f\x38\xb3\x6b\xba\x63\x70\x07\x7c\x37\x2e\x88\x9e\xe4\x3e\x51\xc1\xa7\x46\x6e\xd5\x64\x41\x8d\xdc\x6a\x4c\x39\x25\x72\xab\x7a\xf0\x63\x86\x57\x4d\xb8\x94\xc2\xcd\x91\xda\xfc\x79\x90\x2f\xc4\x5b\xcc\x99\x66\xa8\xa2\xe2\x6d\xb5\xb0\x17\x45\x6e\xab\x09\x8d\x9e\x97\x03\x8d\xcd\xc0\x12\xb7\x5a\xf1\x1f\x43\x2b\x3d\x84\x2f\x10\xef\x3e\x1b\xc3\xec\x94\xac\xb8\x3f\xfc\x01\xab\x90\x66\x24\x6a\xdd\x16\xa3\x7d\xac\x75\x3b\xf4\xa6\x51\xeb\xb6\x8e\xfe\xad\x8e\x4b\x1d\xdc\x62\xf8\xfd\x6b\x35\x1a\x4a\x93\x36\xea\xe0\x16\x6d\xe2\xd4\xc1\xdd\x3f\x34\x5e\x58\x55\xf7\x23\xd2\x1a\x43\xe2\x5e\xe3\x3c\x75\xc9\xbe\x5c\xf1\x8b\x38\xef\x57\x07\xa7\x2e\x3c\xab\xe5\x6a\x77\xa7\x5a\x6e\xf1\x08\xbd\xf2\x54\xf4\x1f\x8a\xe5\x56\x4a\xdc\x36\x6a\xe5\x56\x23\x8f\xac\x95\x1b\x51\xde\x14\xcb\xcd\x5e\xfb\xb4\x58\xae\x57\x3f\x5e\xf9\x2e\xea\xd2\x6b\xfc\x88\xf3\x4e\xdc\x59\x38\xfc\x9e\x50\x1d\x04\x23\xca\xe6\x56\x2f\x96\x52\x35\xb7\xa8\x17\xbc\x49\xf2\xc8\xc0\x91\x1c\x16\xdc\x7c\xb9\x48\x41\x15\xed\xf6\x7a\x77\x42\xb7\xe5\xcb\xa5\xbf\x43\x58\xe6\x84\x3c\xc8\xdf\x73\x60\x36\x5d\x65\x8d\x31\xcd\x17\x29\x8a\x60\x22\x19\xbd\x46\xda\xd7\x4b\x15\x50\x84\x37\x32\xc2\x30\xc1\x2c\x41\x41\xba\x79\xc9\xb2\x66\x00\xda\x4b\x0d\x3a\x6b\x08\xbe\x5a\x45\xf5\x48\x53\xb0\xb7\x6a\x68\x7b\x0d\x36\x89\x89\x68\x21\x45\xc2\xa0\x46\xef\xd4\x36\x4d\x8d\xde\x72\xb8\x22\xec\xa3\x11\xb1\x1c\x35\x7a\x21\x0e\x94\xe8\xad\x63\xf8\x4c\xa4\xb6\x6c\x37\xea\xf2\xca\x86\xa8\xcb\x5b\x54\x42\xac\xcb\xdb\x4d\xab\x48\x61\xde\xbc\xaa\xdd\xea\xb7\x70\x49\xd8\x4e\x23\x2e\xfd\xc5\x78\x6a\xc8\xf2\x5b\x03\x52\x34\xa9\x54\x03\x70\xcb\xbc\x7b\xa8\x87\x97\x2a\xbd\x55\x2f\xcb\x8b\x42\xab\xc6\xf2\xa2\xc3\x1a\x98\x6b\xbd\xde\x65\x64\xf3\xab\x94\x20\xe2\xb4\x18\x1b\x88\x34\xc7\x66\x19\x5b\x89\x2d\x16\x06\xb0\x30\x6f\xd7\xa5\xf6\x86\x24\x80\xc4\x46\xd1\xdd\xaa\x19\xf7\x35\xa7\x6b\x40\x01\xed\x76\x74\xc7\x60\x9b\xb0\x31\xbc\x56\xb3\x8b\xb5\x72\x75\xd1\x60\x96\x97\x9c\x6c\x5e\x39\x78\x2d\x6c\xa7\x6f\xda\x42\xbb\x11\xbc\xfe\x1a\x0b\xba\x96\x7d\x21\xaa\x4e\xbf\xc2\xde\xd0\x7c\x36\x57\x14\xb3\xe5\xea\xa2\x22\xef\xcb\x85\x8e\x43\xa0\x75\x78\x9f\xf0\xa7\x34\x8e\x61\x55\xaf\xe1\x9f\x01\x0f\x44\x0d\x0d\xa0\xd4\xe5\x8d\x8c\x73\x2f\x52\xc7\xb0\x84\x02\x35\x7a\xab\x85\x57\x5e\x92\xb3\x49\x76\x5f\x6f\x80\xe8\xee\xa5\x48\x6f\xb1\x66\x0e\x35\x7a\xf7\x0f\xb6\x00\x5b\xaa\x1f\x05\xb6\x00\xc0\xe1\x21\xf3\xd8\x2b\x61\xc0\xd5\x5e\x24\x0c\x03\xe0\xac\xde\xdb\xbf\xaf\xa1\xf6\xaa\xb0\x23\x7e\x51\xd8\xb7\x9a\x1d\xce\xc2\xbe\xd3\xb3\xa1\x4b\x5a\xda\xa2\xee\x8e\xb4\x69\x59\x5f\xe3\xbb\x5e\xf3\xc6\xc6\xa2\xc8\x2a\x60\xa1\x29\xca\xfa\x96\x25\xfc\x4d\x98\x0f\x1f\xb3\xaa\x6f\xd2\x3b\x4c\xb1\xde\xbd\x26\x5a\x13\xa3\xa4\xab\xcf\x62\xbd\x8a\x2e\x14\xeb\x2d\xd4\xe1\x6d\x16\xeb\x35\x38\xfc\x35\x5a\x49\xf7\x2d\x05\x7a\x8b\xe9\x30\xa9\xcf\x9b\x8a\xfe\x14\x0a\xf4\x56\x2b\xa1\xbc\x5e\xaf\x0c\x40\xaf\x98\x88\x5f\x71\x02\x50\x1b\x5e\x25\x1f\x31\x04\x6b\xb2\xb7\xce\xdf\x4f\x6c\x32\xad\x3f\x81\x84\x7e\x25\x9d\x77\x4d\x1f\xa1\x43\xb7\x9f\x85\xf0\xee\xdf\x91\xe5\x0e\x5b\x7b\x32\x90\xfc\xdf\x8f\xbe\x05\xe9\xf3\x07\xd4\x5b\xfe\xa0\x6b\xc5\xe7\xd7\x21\xe8\x96\x2b\x2c\x86\x04\xbc\x27\x04\xdd\xdd\x47\x1e\x2a\x5e\xd8\xa0\xc2\xef\xd4\xdb\xf4\x9e\x71\x44\xe9\x0a\x77\x73\x12\xe6\x18\x08\xcc\xe4\xfd\x6e\x81\x68\xe8\x4e\xb0\xbe\xaf\x86\x73\xeb\xfb\xc6\x8d\x0b\x0a\xfc\x16\xad\x21\xef\x15\x44\xc7\x17\xb1\x1b\x4b\xd8\x6b\xce\x02\xfd\xb9\x51\xd4\x57\x2b\xd5\xab\x19\x41\x5c\xb3\x8e\x9f\x9b\x8c\x78\x63\x02\x67\x0b\xf1\x9a\x03\x80\x22\xbb\x91\xa3\x80\x1a\xbb\xd5\x58\x92\xf7\xc6\x67\x87\x60\x40\x8d\xdd\xac\x24\x4d\x8d\xdd\x14\xb7\x3a\x5e\xef\x8d\x18\xb9\xf1\xe2\xe8\x35\x61\xe8\xfb\xc4\x64\x81\xe0\x13\x93\xf5\x17\x35\x0b\x8f\x35\xd9\x04\x8c\x26\x7d\x4d\x4d\xdf\x8a\x3f\xdc\x36\x01\x3e\x08\x3e\x21\x2f\x20\xf8\x18\x97\xfd\x1a\x8c\xaa\x03\xf5\x35\x7b\x9b\x81\x07\xd6\xe2\xd5\x3d\xfc\x9a\xc9\x2d\x90\x15\xd9\xc7\xd4\x8c\xaf\xb5\xf3\xbc\x19\xf2\x6e\x79\xa7\xce\x68\x21\x16\x3b\x79\x33\x10\x48\x91\xc8\x40\x40\x5e\xa5\x7e\x98\x5d\x80\x5c\x7e\x3d\xca\xe9\xe2\xa4\xea\x47\x18\xa0\xbb\x2f\x1b\xef\xb9\x1b\xd0\xa9\x9a\x5b\xf1\x55\x76\xaa\xe6\x56\x12\x69\xf4\x9f\x85\x72\xe9\xd6\xec\xf2\xdc\x0d\xe9\x14\xca\xdd\x3d\xf9\xd2\x68\xc1\x78\xc9\x28\xc8\xc6\xb3\x67\x63\xc3\xad\x47\xd5\x5c\xaa\xbc\x76\xaa\xe6\x56\xae\xe4\x77\xaa\xe6\xee\xaf\x6c\xce\x62\x93\x2d\x10\x82\x92\x5d\xe1\xfe\xdb\x04\xb0\x5b\x27\x37\xb5\x4a\x4f\x68\xfd\xb3\x7f\x17\xa9\xdc\x2d\x9a\x4b\xf2\xa6\x4e\xd1\xdc\xbd\x23\x0c\x63\x76\x57\x04\xbd\x4e\xa9\xdc\x84\x79\xba\x53\x2a\xb7\x72\x4b\xb0\x53\x2a\x37\x77\xd7\x8e\x08\x42\x60\x7e\xb7\x52\xee\x74\x5e\xb8\x6f\x89\x39\xee\x54\xca\xad\xdc\xf1\xed\x87\x37\x3f\xf1\xc9\xf5\x83\xd0\x57\xac\x7d\xfd\x20\x1b\xfd\x74\x81\x64\x79\xf5\xfa\x50\x3f\x2c\xdb\xc7\xd5\xd8\x7e\x50\x90\x8f\xa4\x41\xfd\xb0\x84\x7f\xab\x6c\x1a\xd2\x01\x77\xa6\x3a\x05\x71\xeb\x2c\x3e\x17\x9e\x6d\xc0\x1a\x32\xbd\x86\xe9\xbb\xdb\xd8\x63\x50\x19\xdc\x04\xac\xc5\x7d\xae\x8e\xc7\xf2\x30\x83\x53\x3b\xa3\x5b\x11\x77\x10\xb5\xd1\x0f\x12\xc4\x4f\x9f\x11\x1b\xb0\xc4\xf5\x43\x3b\x38\x7e\xe3\x7e\x10\x6e\xb6\x04\x94\xd1\x66\xdc\x42\xec\x54\xc7\xcd\x55\xbc\x40\x6a\x98\xf1\xec\xd0\x0c\xe7\x05\x92\xc6\x64\x9b\xe8\xc9\x37\x5d\xf4\x04\xca\x3d\x4e\x3c\x9d\x76\x6b\x50\x77\x5f\x84\x81\x5f\x71\xfa\x5d\xc4\x96\x19\xf2\x72\x16\xdd\x73\xe2\x69\xe0\x02\x09\x09\x49\xfb\xe1\xc5\x4f\xa7\xd4\x9d\x12\xd3\x20\x23\xd0\x14\xb7\xb1\xb2\x13\xfe\xd5\x0f\x33\x02\x1d\xac\x13\x99\x81\x4b\x18\xfd\x30\xd5\xc1\xa0\x9f\x11\x80\x61\xe4\xc1\x2d\x68\x0f\x0c\x62\xc2\xcf\x06\xca\xad\x8d\x19\x0d\xc9\xbe\x27\x97\x8b\x21\xd3\x33\x32\x25\x2e\x8d\x0d\x86\x81\xcf\xf8\x88\x85\x7a\x2e\x26\x9e\xad\x46\xb7\xc6\x94\x11\x31\xd3\xa9\x97\xbb\x5f\x40\x15\x72\xb5\x92\x0d\xa3\x1f\xa6\x6a\x15\xf5\x29\xcc\x8f\x7d\xbf\x1f\x93\xd0\xc7\xc9\x4a\xb9\x49\x32\x45\xd2\xb0\x43\xb8\x43\xa6\x64\x6d\x8e\x47\x4a\xd6\x29\x0e\x68\xa1\x6f\x76\xab\x85\xfe\x60\x38\x73\xb5\x76\xb7\x68\xc5\xa4\x58\x1f\x01\xc7\xd3\xb3\xb6\x9c\x08\x93\x8d\x1c\xf2\xdd\x31\x62\x74\xa6\x62\x52\xa1\x4a\xeb\xcd\xc2\x4b\x90\xb8\x30\x5e\xb8\xdd\x38\x81\x9b\xe7\x28\x58\xb8\xa0\xb2\x12\x4e\x8b\x26\xa8\xa6\x83\x31\x3e\x6c\x4d\x74\xab\x0a\xe7\xa9\x82\xb7\x17\x49\x24\x46\x8d\xe4\xce\x9c\x0a\xd0\x4e\xd7\xf0\xe6\xee\x99\x3c\x33\xa2\x1d\xdd\x92\x3a\x61\x8a\x2e\x64\x1a\x9a\x6e\x06\x65\x71\xa6\x30\xb0\xa8\x9e\x58\xe1\xfd\x94\x26\xad\x25\x78\x6c\xb6\xef\xa4\xbc\x7e\x98\xc4\xb5\x44\x2b\xee\xce\x0c\x9f\xd9\x43\x77\xea\x54\xb0\x14\x8d\xbd\xbc\xda\xa4\xd0\x97\xe7\x35\x5e\xb8\xcc\x2c\x7b\xe0\xf2\xca\x74\x3f\xa9\xa0\x93\x05\xd0\x15\x00\xa2\x5f\x7d\xc5\x41\xa7\xb8\x89\xca\x5d\xf9\x4e\x05\xde\x3a\xc5\xc4\x3b\x78\x08\x5d\xdd\xe2\x2b\xdb\x79\xbb\x46\x9f\xb5\x77\x78\x18\x49\x36\x74\xb8\xa4\x3b\x86\x60\x3c\x0c\x21\xdd\xf5\xdd\x81\x26\x8e\xa7\xac\xe0\x33\x69\x1c\x3c\x8e\x8f\x8c\x9b\x06\xd8\x41\xa6\x27\xf3\x09\x18\xd0\x20\x9c\x04\x2c\x3b\x0c\x21\x9d\x49\x3d\x20\x86\x64\x47\x79\x62\xf8\xf7\x00\x27\xad\xcd\xe4\xee\xf1\x50\x36\x18\xf4\xf4\xe2\xa7\x14\xdb\x5e\x47\x60\x1a\x18\x48\x02\xbb\xdf\x38\x1c\xf4\xaa\xd5\x3f\x68\xea\xcb\xc5\x4d\x49\x24\x5e\xea\x80\x9f\x52\x82\xc4\xcf\x4c\x0e\x2d\x5e\xd4\xf6\xe0\x25\x94\xdb\xad\x72\x80\x44\x08\x36\xa6\xa7\x9e\xcc\xf7\xce\x15\xb1\x4e\x1d\xde\x2a\xfc\x28\xbd\x5b\x65\xf3\x49\x0f\x00\x8e\xc9\x4e\xe5\xdd\x81\x54\xd2\x29\xbc\x5b\x3c\x27\xe9\x50\x88\x8a\x21\x9c\xc8\xf0\x2b\xc1\xcf\x57\x3a\xbc\x89\x73\xeb\x29\x61\x29\x70\x0c\x45\x09\x80\x93\x2c\xc0\xcf\x95\xe9\x9e\x52\x0c\xce\x32\x92\x48\x51\xfd\x0c\x35\xd7\xa9\x13\xf2\x9d\x8a\xcf\xca\x4a\xcd\x17\x77\xa6\x3a\xc8\x0b\x25\x60\x56\x19\xb7\x15\x14\xc2\x92\xbc\x28\x3d\x3d\xe5\x80\x08\xeb\xa0\x18\xde\x04\x73\x12\xd1\x5b\x13\x02\x91\x22\x60\xab\xfb\x83\x2e\xb3\x68\x0e\x7b\x00\x75\x52\x61\x08\x37\xc0\x1a\xbe\xcd\xe6\x64\xfd\x9b\xec\x7e\x32\x2a\xab\x39\x46\x44\x65\xb9\x05\x05\x61\x9e\x83\x18\x95\x7a\x9b\x40\x8c\x12\x34\xd5\x5f\x18\x70\xb0\x0e\x72\x3f\xcc\xe9\xdf\x91\xf2\x5c\x46\x81\x8d\x82\xaa\x96\xf0\x1d\x04\xd1\xf5\xa4\xf4\x30\x99\x61\x75\x52\xfe\x3d\x26\x65\x0b\x6d\xa3\x1c\x38\x0a\xf7\xd6\xe9\x6e\x20\x4a\x64\xe1\x5c\x63\x82\xcc\x43\x49\xc2\xc9\xe2\xa6\xf0\x04\x24\xf3\xba\x4f\x7b\x95\x1a\xf9\x3d\x89\x5d\xa0\x4c\xd4\xe4\xad\x54\x12\xee\x94\xe1\x2d\xfd\xdb\xda\x1a\x3d\x61\x5c\x20\x90\xba\xa7\xa6\xf7\xda\xed\x50\x80\x58\xf4\x6c\x8a\x40\x22\xf6\x3a\x85\x78\xcb\x70\xc8\x2e\x83\x60\x4d\x3d\xc8\x1f\xf3\x22\x48\x7d\x2e\x7f\x20\x4d\x6a\xf2\xef\x1c\xcc\x6c\x47\x9c\xbf\xc5\xfa\xba\x68\xef\xee\x73\x9f\x74\x39\x8d\xee\x34\xd8\x18\x84\x03\xe9\x06\x75\x77\x2b\xa5\x74\x7a\xf2\x9a\x69\x13\x2b\xb0\x27\x50\xdf\xbd\x53\x83\xb7\xce\xe5\xdf\x9d\x91\x8d\x29\x73\x93\x7c\x66\x5b\x26\x33\x0a\x9b\x83\x68\xa0\x1b\xa3\x08\xff\x11\x27\xc3\xae\xa4\x0f\x9e\xea\xc1\x64\x93\xcf\x46\x3c\x7a\x78\xb9\x8c\x1a\x74\x00\x7b\x00\xa6\xb9\x4e\x49\xdd\xba\x10\x67\x93\xc9\x04\x51\xf0\x7a\x32\xa9\xbb\x32\x87\x75\x74\x95\xea\x29\x9d\x5b\x0f\xb8\xa2\xa5\x73\xd7\xe1\xdf\x2b\xcf\xfe\xbd\xf3\xcc\x64\xf5\xdd\x77\xd1\x6b\x11\x12\x2c\x71\x41\xbb\xa7\x16\x4b\x4f\xcb\x69\xf8\xf7\x80\x3e\x00\x59\xb1\x3a\xbb\x55\xa2\x82\xdb\x52\x61\x77\x7f\x46\xfb\x8f\xc9\x19\x69\x1f\x7e\x0d\xa1\xf3\x81\xc3\xc1\xe9\x53\xf8\x32\x9a\x5f\x6d\x12\xa4\xc6\x94\x3e\xea\x58\x6e\x3e\x01\x62\x0b\xee\x4e\x8d\xdd\xba\x24\x92\x06\x88\x75\x01\x82\x9f\x9f\xf2\xab\x3d\xe1\xda\x8f\xa3\x64\xcc\x38\x62\x75\xd4\xcf\x2d\x1e\xdd\x53\x6b\xb8\xfb\x87\x9b\x7f\x09\xce\xd3\x04\x58\x22\x2a\xec\x1c\x83\x4c\xa7\x64\x6e\xaa\x71\x9a\x88\x07\xa7\x20\x40\xa7\x32\x6e\xe5\x4a\x74\x4f\x24\x9f\x38\x1c\x1b\x77\x07\xb5\x50\xba\x45\x72\x03\x0f\x2e\x47\x63\x64\xae\x2f\xe1\x5a\xee\xd4\xc8\xad\x0b\x85\x8a\x1a\xb9\x75\x79\x2a\xa2\xfc\x1d\xfd\xdc\x01\x4b\x06\xbe\x35\x76\x48\xfb\xee\x00\x87\x2f\x0a\x73\x9e\xcf\x3b\x76\x89\xe5\x99\x0b\xa2\x79\xa4\x1f\xdd\xaf\xd2\x48\xbc\x14\x0b\x71\x2e\xe9\xb4\x2f\x52\x1a\xa2\xb7\x97\x3b\x63\xe9\x96\x26\x19\x79\x02\xa0\x40\xdd\xf4\x4a\xcd\x23\x64\x6c\x76\x17\xa5\xc9\xfb\x70\xb8\xe5\xf0\xe4\x25\x40\x83\x27\x3b\xaf\xd7\x41\xfc\x88\xf3\x10\x0d\xa8\x57\xea\x9e\xc1\x9e\x97\xf4\xe4\x05\x58\x28\x55\x54\xa3\xad\x4b\xb2\x81\x9b\x82\x5c\xb8\x3d\xa1\xc3\x2f\x64\x3e\x2a\xd3\xd6\x95\xbf\x55\x6b\xb3\x17\xa9\xf0\x6b\x75\x6b\xd8\x26\xdc\x57\x9d\x22\xb6\x7b\xb9\x8b\x17\x75\x1d\x48\x52\xd6\xeb\x50\x6d\xc2\xc4\x8a\x2d\x98\x58\xf1\xef\x84\x54\x00\xd1\x9c\xc8\x90\xe1\xf7\x14\x62\x21\x7d\x41\xb7\x72\x2d\x17\x55\x3b\x85\x6b\x27\xc1\x8c\xdd\xba\xb5\xab\xf8\xf7\xe6\x6e\xda\x11\x37\x71\x9b\x1f\x7d\x10\xd9\xec\x08\xb4\x2a\xfe\xfd\x72\x0d\xb6\xbe\x7f\x7c\xf5\x01\xc8\x73\x02\x54\xc5\x67\x32\x1d\x22\x71\x64\xfd\xfe\xdc\xae\xea\x19\x16\xbe\x8a\x3f\xe8\xb4\x81\xb2\xe5\xac\x11\x06\xa1\x92\x4a\xb7\x59\x85\x8d\x42\xb7\xbb\x39\xfd\x66\xed\x41\xf1\x15\xfb\x57\x7c\x3e\xfd\xca\x26\xce\x04\xc0\xa2\xcf\x77\xb0\x8d\x4a\xb7\x95\x30\xde\x9e\x2d\xe1\x42\xf0\x62\xcf\x64\x6f\x8a\x89\xc0\xdb\xcb\x10\x20\x5e\x06\xcb\xfe\xa0\x12\x2e\x68\xa9\xe1\x32\xe3\x07\x69\x18\xec\x39\x13\x44\x50\x70\x38\xf6\x4c\xd0\x75\xf7\x19\xd3\x40\x75\x22\x9b\xb9\x0f\x8a\x84\xf6\x6c\x9a\x42\xae\x8c\xf5\x6c\x5c\x9c\x0a\x51\xd6\xa3\x80\xeb\xa6\x67\x83\xe4\x54\x82\xac\x89\x3b\xa2\xc9\xfc\xf1\xd5\x03\x0a\xa4\x9f\x20\xc5\x46\xcf\x30\x74\x22\xd2\x7b\x36\xcd\xa1\x1a\x8a\xb5\x72\x53\xf4\x0a\xa4\x10\x32\xb2\x17\x6f\xf1\x53\xf4\xdc\xd4\xdc\x91\x6a\xb2\xd7\xd2\xba\xb3\xb2\xac\x9c\x38\xd2\x9c\x21\x74\x88\xfa\xba\x45\xc9\x89\xf2\xba\xbb\x39\x20\xf1\x62\x1a\x67\xdc\x8a\xba\x7d\x8a\x56\x0d\xb4\x12\x4b\x8c\x4c\xc0\x4c\xdf\xad\xa2\x8b\x51\xba\x53\x38\xb7\xe2\x89\xe9\xd6\xcd\x1d\x5d\x20\x60\x42\x58\x2e\xd6\x24\xf6\xdd\x05\x76\x08\x25\xfa\x42\x56\xf5\xef\x4e\x24\x52\x47\xd8\xad\x51\xca\x90\x56\xea\xe0\xa6\xe4\x44\xac\xab\x4f\x60\x73\xcf\x43\x6b\x19\x63\x0c\x81\xeb\x47\x0a\x96\xd3\x8f\x34\xa2\x0a\x2b\x12\xe5\x2f\xb8\x61\x36\x28\x1b\xb7\x40\xcf\x24\xca\x5f\xcd\x67\xa2\x02\x9c\x2d\x2e\x82\x2e\x26\x61\xf9\xc7\x30\xdf\x29\x90\x5b\x97\x98\x6e\x0c\x82\x03\x90\x50\xd8\x7b\x41\x9d\x3a\xb8\x95\x5c\x9d\x9d\x3a\xb8\x45\xcd\x23\x2f\x23\x1b\x5c\xea\xe6\xe2\x45\xfa\x67\x11\x5b\xed\x2b\xd9\x8b\x61\x6e\x85\x1c\xdd\x83\x6c\x0e\x89\xe9\x37\x5c\x5f\x11\x83\x97\x52\x7d\x6f\xdf\x12\x3d\xac\x02\x4b\xd8\x12\xb8\xa0\xd5\x2d\x63\x14\x50\x2c\x8a\x92\xb6\x88\xe6\xf9\x23\xe5\x9f\xbe\x70\x87\xd9\x0d\xdf\x0c\xba\x1d\x52\xb6\xd3\xdc\x6b\xfc\xfd\x94\x90\xc2\xe8\x28\x57\x5b\x0e\xd7\x6a\x7a\x08\x37\xc9\xfb\x5a\x71\xf6\x89\xc1\x5e\x82\xf0\xd4\x70\xcd\xf4\x48\x87\xb8\xdc\x48\x2e\x16\x2f\xc9\x40\x58\xd6\x45\x03\xf4\xeb\x85\xda\x92\x65\xcf\x82\x9f\x40\xed\x25\x04\x65\xcf\xa8\x04\x59\xf6\x3c\x6c\x0b\x95\x1a\xb6\x05\x39\x90\x05\x28\x4f\x6b\x7d\xc0\x9e\x8d\x45\xe0\xea\x61\xa7\x56\x6d\x5d\x62\xec\xcf\x52\xb5\x3c\x43\x3a\x45\x1a\x13\x46\x79\xd6\x6e\xeb\x3c\xd2\xe9\xed\xf6\x32\x89\xe0\xed\x42\xd8\xa2\xb5\x32\x3e\x8b\xd6\x2e\x4f\x91\x15\xef\xdd\x60\x62\xf9\x08\x86\xea\xf9\x0e\x0c\xf7\xe5\x04\xff\x9c\x92\x6b\x60\x1b\x6e\xd6\xe0\xf1\x30\x45\xd4\xf0\xd9\xeb\xb1\x3e\xc7\x2e\x30\x32\x89\x23\xaa\x5c\xeb\xe1\xa6\x8a\x4c\x85\x0c\xc0\x2b\x1a\xb3\x7e\x09\x33\x7a\xf9\xf2\x7b\x6d\xf6\x5d\xfe\x8b\xcd\x5e\x2d\x8f\xd2\xb2\x7b\xaa\x4c\x89\xd0\xbc\x25\x91\xd6\x7e\xef\x3a\xa3\xc2\x1a\x4b\x08\x2b\xbd\xb0\x8f\xa8\x04\x17\xc4\x45\xac\xe2\x79\x92\xdd\x83\x00\x54\x93\xcd\xe4\xe3\xef\x54\x93\xad\x44\x20\x76\xab\xc9\x0e\xc2\xf9\x7b\x39\xa4\x86\x90\x5c\x4b\xc8\xe2\xc0\xef\x56\x90\x25\x36\xb1\x17\x6f\x62\x75\x9f\xb5\xac\x77\x1b\xc8\xc1\x10\x41\x8a\x5c\x9f\xe5\x51\x66\x36\x99\x8e\xa4\x97\x50\xcc\x41\x27\x8a\xcb\x16\xea\x37\xf7\xa8\x2d\xcb\xb5\xc0\x5e\x42\x33\xe7\x08\x97\x88\xe0\xeb\xfe\x82\x9c\x3a\xec\x0b\x0b\x4d\x62\x07\x2c\x09\x2b\x4b\x29\x59\xb4\xf6\x79\xa2\xb1\xb3\xf2\xbc\x1c\x83\x6e\x43\xb7\x06\x73\x0a\xec\xf7\x58\xfe\x20\xd5\x2b\xfe\xf0\xa2\x32\xb2\xc2\x22\x1b\x81\x2c\x44\x11\x57\x82\x34\x7b\x09\x7d\x1a\x86\x58\xcc\xe8\xa4\x75\x84\x32\xae\xf9\x20\x14\xa5\x53\xae\x75\x0c\xe7\x85\xde\xec\xb9\xa5\x58\x6b\x1e\x3e\x87\xde\xec\x0a\xab\x6c\xc1\x16\x35\x06\xc9\xbc\x2c\xcc\xc0\x74\x6b\x21\x79\x4d\x87\xd6\x5c\x5d\x64\xae\xe9\xc5\xc4\x14\xdf\x3b\x2f\xac\xc7\x4a\x54\x53\x2f\x55\x53\x86\x08\x52\x45\x66\x66\xc3\xf5\x27\x7c\x61\xdd\x42\xad\x89\x3b\x8c\x9d\x4a\xad\x7b\x4c\x16\x10\x3c\xb5\xf8\x19\x9a\x75\x3c\x8f\xbd\xfa\xea\xf3\xf4\x23\x5b\x48\x97\x39\x31\x51\xac\x55\x33\x1f\xc5\x5a\x33\x1e\xff\x6e\xe9\xd5\xaa\xad\x87\xd2\xab\xd9\x02\x20\x9d\xda\xab\x45\xee\x5e\x30\xb3\x93\x3a\xb1\x5b\x86\x75\xb9\xa9\xa8\xcf\x2b\xfe\xae\xa3\x41\x78\xf7\xd8\x6d\x56\xc8\x85\x6f\xee\x59\x77\x4b\xaf\x2e\xb2\xf6\x74\x6a\xaf\x0e\x89\x83\xf5\x56\xcd\x54\xd2\x29\xb8\xba\xbf\xf2\x17\x48\xab\x1b\x34\xa8\x09\xd1\x6d\x1d\xab\x65\x74\xb2\xee\x67\x8f\xe5\xe6\xbc\x85\x3c\x67\xbd\x44\xa6\x61\xcf\xcc\xf0\xcc\x88\x5d\xa1\x28\x23\x80\x14\xae\x82\x4b\xef\xa8\xbe\xba\x7f\xa0\xdf\xa9\xa9\x8f\xbe\x66\x4c\x91\xbe\x4c\xd4\xaf\xe5\xa7\x78\xcb\xbb\xda\x5c\xf8\xf8\x51\x9c\x06\x80\x45\x72\x27\xb5\x60\xea\xb5\x56\x99\x69\x21\x67\xff\x72\x9b\x97\xa6\x68\xf1\xd4\xac\x1f\xc2\xd0\x44\x8f\x52\xe1\x62\x94\xbc\x76\x38\x8b\xba\x6a\x96\x29\x16\xa0\x77\xb6\xc1\x97\xc5\x3e\x8b\xd1\x6b\x7a\x2b\xdc\xd8\xae\x52\x0e\x33\x80\x68\x2b\xa2\xc2\x6b\x5d\x42\x1d\x83\xfc\x42\xa0\x8b\x0a\xaf\x88\x80\x05\xe3\xfc\xf2\x54\x90\x18\x6a\x79\x28\x0c\x32\xd4\x54\x47\xe1\xd7\xdc\x9d\x93\x19\x22\xd5\x43\x8a\xc5\xd6\x3c\xd1\x5c\xdc\x52\x05\xa2\x0a\xac\xd5\x5b\x7a\xb1\x5c\x4d\x73\x34\x11\xcc\xef\xd9\xca\x18\x59\xfc\x12\xed\x55\xc5\x91\x95\x8a\xce\x75\x49\x32\x96\xf9\xe5\x06\x93\x67\x64\x08\x8c\x53\xda\xee\x68\x5b\xf9\x6e\x44\x56\x76\x0a\xb3\xb6\xc3\x19\x79\x49\x5b\x4b\x1b\xb5\x58\x47\x10\xde\x2d\x02\xb4\x43\x92\x78\xb9\x11\xd5\x1f\x3a\x3f\x30\x25\x7d\xeb\x5a\xab\xa8\xd8\xda\x08\x9c\xee\x25\x78\x3a\xa2\x08\x15\x58\x0b\xe1\x7e\xbd\x6c\x9e\x5e\x0e\xf7\xf7\x56\xcc\x96\x56\x6c\xa6\xde\x08\x58\xee\xe5\x96\x9c\x23\x05\x51\x99\xb5\xe8\x99\xa5\x02\x6b\xd1\x8e\x55\xbc\x74\x0d\x43\x2c\xb7\x3c\x4d\x26\xf3\xc8\x25\x84\x26\xcc\x38\x79\x78\xb6\x52\xde\xb8\xa5\xdc\xad\xa7\xda\xb5\x9a\x52\x2a\xb5\x1d\x87\x0d\xc0\xe5\x7a\x7c\x17\x8d\xdc\x29\x98\x9a\x4a\x1c\x87\xc7\x28\x5b\xc6\xb1\x0a\x7c\x17\xd5\xdf\x58\x0b\x8b\x7c\xbd\x8d\xef\x33\x3e\x05\xd1\xf3\x15\xa6\x3e\x0f\x74\x58\x09\xc1\xeb\x82\xf7\xcc\xea\xc1\x47\xc9\x67\xd9\xc4\xf4\x45\xac\x07\x95\xa8\x5d\x9a\xf5\x49\x51\xaf\xb4\x1d\x18\xdf\xa8\x57\xba\x5b\x64\x5e\xb2\x8b\x6c\xbc\x00\x96\xe4\x0f\x95\x8a\x28\x95\x67\x27\xb5\x78\x1e\x7c\xd3\x79\xb6\x78\xf7\xe1\x0b\xbc\x7a\xfa\x2c\xed\x87\x26\x50\xaf\x74\x7f\x35\x78\xd1\xdc\xc3\x89\xb5\x60\xe9\x22\xf3\x52\xaf\x59\x4e\xc8\x61\xa4\x7a\x69\x93\xa5\x53\xb0\xb4\x1d\xc9\xe6\x9e\xf1\xe5\x4b\x6c\x10\xf3\x22\xf3\x09\x57\x28\x7a\xdd\xac\xb7\x90\x3c\xac\x57\x1d\xd9\x5c\x1b\xea\xd5\xb8\x3a\x6d\x66\xb5\x80\xd7\x1c\xf2\x6a\x60\x7c\x8d\x17\x07\xa7\x2b\x8c\xd7\xba\x7a\xab\x0a\x6e\x15\xee\x25\x6e\x34\xf3\xac\x5f\x4f\xc0\xa1\xc8\x72\xf1\xac\x57\x83\xde\x35\xa6\x51\x0c\xb4\x1d\x76\x65\x31\x50\xee\xfa\x76\x8a\x81\x0e\x85\xf5\xaa\x2f\xba\xba\xf2\x26\xc6\x60\x96\xaa\x4d\x62\x3c\x7d\x21\xdf\xf0\xe1\xb3\xf6\x75\x68\x6e\xb5\xe2\x8c\xca\x5d\x0d\x65\xb2\xf9\x72\xeb\x7f\x60\x89\x2d\x66\x4c\x07\x5d\xc3\x3f\x10\xea\x52\x01\x24\x95\xda\x63\x7c\x66\xd6\xdd\x78\x46\xe9\xa8\x17\xd9\x8f\xe4\x31\x6e\xbc\x97\xb7\x64\x4b\x55\x15\x92\x9b\x55\xdd\x42\xa1\x8b\x4c\x55\x9d\xe2\xa0\xed\xc8\xfe\x40\xf4\x33\x34\xa8\x8e\x30\x1f\x32\xe0\xa0\x90\x88\x90\x18\xb1\x2c\x7f\x88\x95\xd0\x84\x18\x75\x5d\xc0\x51\xf8\x53\xdd\xa8\xc2\xaf\x2c\x8d\xd8\xa9\xfc\xd9\x8e\xec\x0f\x01\x7b\x56\xa2\x86\x58\xc5\x67\x4b\xa1\x0d\xc1\xea\x2d\xdf\xe1\x57\x1c\x0c\x28\x0c\xc5\x3b\xdb\xe1\xc1\x20\x2d\x48\x89\xef\xdd\x6b\x44\xda\xba\x88\x0a\xe8\x36\x36\x6f\x00\xf3\x30\xcd\xa0\x71\x15\x55\x2e\xa3\xb6\x5e\xad\x78\xa6\xf6\x4c\x1d\xcf\x92\x84\xd5\xc7\xf1\x98\x60\xb0\x16\x34\x10\x4a\x77\xee\x17\x46\xff\x40\xb8\x90\x9a\x29\xd7\x59\x34\x1f\x57\x23\xb7\xaa\xdb\x46\xc8\x3a\xc9\x26\x3a\xd5\x3a\xb7\xea\xb8\x9f\xa9\x6a\x36\x84\x01\x1e\xe0\xe1\x41\x30\x92\xbd\xe6\x6f\xbd\xb8\x51\xa4\x53\x14\xde\x9c\xa7\x1d\xc8\x64\x54\xe5\x6c\x07\x92\x72\x35\xe3\x3e\xb9\x17\xbb\x15\x37\x25\x6d\x54\xdc\x6c\x07\x42\x58\x8d\x44\x56\xb0\xe7\x7a\xb1\xf4\xe2\x47\xa0\x1f\x22\x60\x14\xd6\x54\xa5\xab\xe6\x1f\xe6\xb2\x4b\xa7\xb2\x66\x1e\xe2\xe2\x85\x4f\x15\x15\xa1\xc6\x3d\x60\x77\xf3\x0e\xb8\x33\x5b\xb9\x0d\x4c\xb6\xaa\x36\xda\xad\x6a\xa3\x9a\x40\xbd\x03\x97\x6c\x0e\x2e\x21\x59\xd6\xcd\x86\xda\x81\x8c\x4f\x59\xce\x41\x3c\x7a\xaf\x32\x18\x69\xaf\xf7\xb6\x86\x64\xe3\x51\xfc\x5c\xb6\x70\x3b\x59\xdf\xe3\xfa\x18\x0e\xf5\x50\xf9\xb1\x5a\x21\xa6\x7a\x56\x1e\xc8\x38\x2c\xba\xbe\x62\xae\x5f\x6d\x05\xb1\x1d\x48\x4e\x54\xe4\x6c\x87\x27\xe2\x85\xc6\xb9\x2f\xaf\xa7\x43\x80\xc8\x67\x60\xd7\xf5\x55\xb2\x93\xb7\xbc\xac\xc8\x55\xbc\x9e\x3a\x77\x69\x2b\x88\x4d\x41\xc3\x4a\x9d\xc6\x28\x50\xa8\x73\x2f\x6f\x7f\xd4\x0e\x04\x0a\xf8\x4f\x0b\x93\x2f\x76\x04\x4b\x78\x9a\x14\xac\x53\xc3\xb3\x1d\x90\x35\x6a\x70\xee\xe6\xbc\x84\xf6\x86\xdc\xd1\x52\xc0\xcd\x17\x2d\x69\xcb\xcf\xd8\x01\xa8\x6a\x33\x95\x96\x36\xf9\x66\x2a\x2d\xf2\x99\xf5\x96\xc0\xbd\xe6\x33\x93\x8f\xae\x1e\xfb\x1d\xbc\x48\x08\x39\xce\x2d\x53\xf7\x0c\x5c\x68\x99\x1d\x84\x0e\xb6\x0c\x14\x21\xa3\xcd\x14\x19\xca\xf0\x2d\x4b\xaf\x90\x36\xa8\x01\xda\x0e\xc7\xce\x9c\x01\x08\x67\xcb\x1a\x6f\x6c\x6d\x3d\xeb\xec\x0b\x81\xf1\x4e\xaa\x04\xb0\x68\xa1\x86\xc8\xe5\xbb\xde\xe4\x46\x1c\xd4\x56\x40\x12\x48\x0c\x15\x40\x1b\x05\x4e\x7a\x53\x57\x84\x0f\x37\xb3\xeb\xab\xec\x51\x0e\x34\xa9\x4a\x50\xf3\xb3\xf4\x68\xfc\x62\x2a\x67\xae\xa6\xfa\x55\x6f\x6a\x35\x80\xbe\x78\xb1\x38\x05\xad\x6b\x20\x09\x63\x54\xc7\x06\x68\x3f\xab\x62\xfb\x03\x70\xe6\x64\xb5\xea\xf9\xb3\x5b\x04\x3f\xa1\x1c\x06\x56\xe4\x0f\xcb\x7c\xca\x61\x5a\x28\x83\xc8\x06\xad\x39\x11\xac\x56\xad\x81\x30\x1c\xcc\xd6\x84\x07\x50\x23\xf5\x2f\xd7\x42\x3b\x75\x41\x1b\x15\x93\x7a\x53\x15\xe4\xb8\x52\x16\xb4\x91\x03\xbd\x53\x16\xb4\x51\x5e\xa6\xb7\x26\x1b\x80\x9f\x5a\x23\x74\x91\xa3\xac\x37\xc2\xba\x5b\xee\xdf\x51\xbd\x26\x7f\x74\xf7\x09\xec\x26\x05\x59\x6f\x3d\x60\x65\x6f\xa7\x0b\x01\x0e\xe8\x8c\xc6\xc2\x35\x22\xb5\xbb\x9b\x3c\x38\xb3\xc2\x6a\x73\xca\xac\x1c\xde\x06\xb6\x49\x37\x76\x70\xe7\x81\x33\xde\x06\x8b\x45\x89\x6d\x66\x61\x1c\x6e\x53\xd8\x5a\xe1\xff\xd6\x1b\xad\x3a\x8f\xda\x0c\x80\x32\xf6\x0c\x32\x04\x24\xb8\xce\xe5\x29\xa7\xb0\x68\xd5\x56\x48\x5d\xd1\x2c\x95\x6d\x33\x06\x61\x56\xd3\x40\x74\xbb\xb5\xf6\x23\x0d\x36\x33\x2d\xdc\xa5\xe8\x94\x15\x2d\xb2\xfb\xa8\x2a\x4a\xba\xb5\xde\x96\xa2\x56\xf6\x2b\xee\x7c\x89\x87\x06\x57\x71\xc9\xbf\x53\x48\xb4\x68\xf1\x6a\x8b\xc3\xe4\x89\xc3\x6b\x4a\x59\x81\xde\x22\xd0\x4a\xc4\x5d\x90\x46\x1b\x7c\x02\xc3\x7c\xd1\xa8\x4d\xeb\x60\xb2\x08\xe7\x96\x15\x1d\x08\xed\x4d\xfd\x0d\x89\xb1\x05\x93\x45\x82\x6b\x5e\x12\xcb\xf1\xe2\x44\x6c\x8d\x6c\x25\xd0\x50\xce\xb4\xb4\xb7\xe0\xab\xcb\x6e\x3d\xe1\xcc\xe3\x34\x7d\xa9\xcf\x1e\x70\xc9\x40\x18\x71\x21\xbf\xed\x54\x4c\x82\xa3\x34\xb3\x6d\x28\x67\xb5\x93\xb3\x0f\x07\x6b\xf8\x5c\xc7\x10\x5d\xb1\xf5\x2a\x45\x34\x4d\xba\x87\xfd\x1a\x8b\xca\x6c\xcf\xa8\xa3\xef\x47\x92\x5c\xb7\xe3\x82\x73\x78\x18\xf5\xc5\x76\xa1\x7b\x41\x00\x45\x6e\x55\x40\x0f\x26\xe1\xd5\x1a\x6f\x9b\x1a\xa0\x1b\x70\xa9\x0c\x14\x7b\x5a\x0e\xe1\x57\xa8\xa2\x92\x94\x0b\x62\xe8\xa1\xbb\x62\x52\x76\x4b\x40\x22\x52\x43\xbb\x3d\x8d\xf1\xc2\xd1\x10\xa1\x6f\x71\x58\xe8\x98\xfb\xbf\xbb\x05\x70\x68\xd9\x6a\xbb\x45\x24\x79\xcd\x8d\x60\x24\x2a\xdc\xec\x9f\x08\x66\x46\x60\x62\xf9\xbb\x75\x4a\x65\x80\x94\x29\x4d\x45\xa9\xb5\x3d\x24\x22\x73\xba\x70\x6b\xdd\x8e\x8d\x6b\xd6\xb2\xd2\x46\x64\x55\x76\x79\xb8\x6b\x87\xa3\x11\x8e\x1d\x44\x19\x2e\x9e\xc4\x35\x18\xb7\x69\x21\x7b\x93\x71\x3b\xef\x37\xc0\xcf\x08\xaf\x10\x74\x38\xee\x95\x15\x79\xe4\xcb\x22\x64\x84\x58\x70\x07\xd7\x55\x7b\x3f\x10\xe3\xa1\x09\x9d\x8b\x60\x1a\x2a\xfa\xc1\x46\xc6\x73\x00\xb0\xf2\xc2\xbd\x71\x98\x2d\x05\x4e\x73\xed\xdf\xd2\x3c\x8b\x9f\x0e\x6e\xbc\x76\x8a\x9f\x4e\x12\x45\x74\x8a\x9f\xb6\x63\x39\xbc\x96\x9f\xc1\xb3\x14\x09\x52\xd3\xc9\xa1\xc5\x9d\x8e\xde\xb9\x17\x76\xd8\x98\xfb\x5f\x0a\xdb\x94\x47\xcd\x3d\xfe\x8e\x6a\xcc\xb9\xa4\x54\x6a\x36\x01\x4b\xef\x32\x77\x3b\x35\xe9\xbf\x92\x7e\x27\x7d\xf0\xa1\x4c\xde\x93\x6c\x8e\xb9\x66\x33\x60\x32\xa7\xac\xa0\x8f\xc8\xd9\xc3\xff\x0a\x76\x77\x53\x85\xa8\x02\xf4\xcc\x6d\xab\x61\x93\x46\x7a\x15\x06\xcc\x31\x13\xfb\x1d\x5c\x45\x66\x56\x91\x63\xd8\x6e\x97\x1f\xf9\x22\xf9\x2c\x76\x65\x04\xd6\x74\x8c\xcb\x4d\x77\xf4\x1b\xb8\x01\x9e\x2c\xfb\x74\x0c\xd6\x21\xcc\x8b\xa2\xec\xf4\x25\xfd\xf8\x9a\x06\x76\x51\xa9\x75\xff\xe0\x0b\x27\x16\xca\x4f\x41\xd6\x1c\x46\xed\x5e\x62\x5a\xcc\xa4\xe8\x86\xe4\xf4\x53\x91\x75\x90\xae\xa6\x5b\x90\x75\xc5\x18\x9b\xb2\x52\x28\xbf\x77\x03\xbb\xe5\xac\x54\x60\x6d\xc9\x99\xa3\xf5\x52\x9c\xb7\x77\xbc\xb7\xda\xf7\xfa\x96\x27\x5a\x02\xd7\x7b\x95\x9c\xc1\xae\xa3\x4a\xab\x8a\x46\xaf\x06\xdd\x73\x6e\xa8\xd2\xda\x92\xdb\xac\x4d\x5a\xd9\x99\x8a\xad\x59\xa7\x77\xaf\x01\x36\x07\x51\xa2\xab\xf6\xc5\x74\xa1\x61\xbd\xc5\x3e\x33\x5d\xc5\x0b\x71\xa9\x11\xac\x26\xbe\x69\x44\x56\x80\xed\x96\xac\x13\x08\x4d\xcd\xc2\xfd\x47\x8c\x48\x6e\x39\x62\x84\xda\x77\x6f\x0e\x47\x4f\x5e\x14\x53\x65\xed\x06\x7d\xeb\x8a\xef\x5b\xa4\x68\x1a\x14\xbb\xe9\xb5\xb4\x44\x51\xfb\xb5\xc9\xe0\xbb\x05\xef\x86\x7f\xef\xdc\x74\xb1\x01\x1e\x57\x0f\xb9\x29\x54\x86\x28\xdd\xb5\x6b\xba\xb1\x7a\x75\x5d\x2a\x5e\x5d\xa3\xc1\xfb\x16\x33\x5a\x12\x82\x83\xe8\x07\xb7\x3b\xc4\x0c\x46\xb6\xd0\xab\x42\x38\x85\x5e\xf3\xff\x4b\xd8\x99\x9c\x4d\xcf\xf2\x68\x34\x95\x3f\x84\x32\x93\x60\xf3\xe5\xe2\x31\xff\x10\xfa\xe2\x1c\xbd\xbd\x7d\x76\x76\x95\x99\x41\x13\x92\x6e\x75\xd7\x21\xbc\x9d\xaa\x21\x40\xaf\xc5\xfb\xb2\xe1\x65\x2f\xc1\xbe\x63\xc4\xed\x57\x0c\x35\x92\xaa\x5b\xe4\xf3\x1f\xba\xcb\x15\x6f\x6a\x48\xc3\xfc\xa3\x70\xb0\xb1\x75\xf8\x7e\xb8\x00\x93\x09\xb1\x41\x54\x78\xa2\x8e\x06\xd8\xb0\xfd\x70\x6a\x27\x3b\x24\x2b\x55\x08\x80\x76\x8f\xc9\xc2\x38\x8c\x65\x6b\x4e\x21\x7e\xdf\x2a\x51\x63\xc9\x7c\xbb\x2f\x10\xf5\xbf\xfd\x94\x07\xb7\xc1\xea\xcb\x63\xd9\x17\xfa\xbe\xdc\x30\xf4\x6b\xb1\x47\xe0\xb8\xc3\xdc\x2b\x8a\x7d\x00\xc8\xce\xe6\x81\x3f\xf5\xdb\xf1\x19\xad\x48\x5f\x03\x10\x64\x9b\x46\x86\x44\x86\x95\x66\xeb\x91\x45\xd0\xf3\x00\x25\xb6\x2a\xb8\x8b\x12\x6b\x32\xb7\x31\xc4\x0f\xf2\xc4\xa6\xde\xee\x5e\xc0\x40\xac\x74\x31\x2e\xd7\x19\x51\x71\x5c\x8c\xc2\xf6\x2e\x66\x14\x29\x6e\x5c\x92\x27\x29\x39\x0a\x3c\x41\xf9\x03\xf4\xd8\x7e\x64\xe1\x8f\xe6\x58\xa6\x5b\x76\xed\xf1\x43\x9e\x38\xe0\x86\x03\xb1\xe1\x70\x1b\x12\xb2\x5e\xbd\x7d\x18\x3a\x64\xdb\x71\xe4\x06\x93\xfa\x0e\x90\x64\xfb\xe1\xa4\x19\xa6\xae\x90\x34\x34\x23\x2b\x0a\x25\x46\x2c\x99\x9a\xc6\x78\x9a\xff\x50\xf1\x96\x09\xfa\xe1\x57\x5c\xe3\xaa\x1f\x03\xff\xda\x8f\xfc\x26\xc7\xc7\x98\x40\xd6\xfb\xf7\x8c\x79\x44\xc6\xf3\xe4\xf2\xb1\x96\x2f\x47\x28\x9f\x69\x01\x09\x44\x5c\xd7\xa1\x43\xe4\xc0\x74\xec\x0d\xe1\x30\x02\x5d\xf1\x67\x78\xd9\xab\x4b\xc7\x30\xf7\x97\x12\x0c\x20\xaf\xfd\x90\x75\x68\x2a\xce\xdf\x2b\xac\x8a\xf6\xbc\xd5\x45\xbd\x1d\x5b\x83\xef\x87\x84\x60\x2b\xed\xfd\x90\x91\x93\x5c\x53\xe5\x05\x1c\xd8\x92\x1c\xf6\x23\x54\x42\xaa\xba\xc5\x86\xa9\xa3\xe8\xc0\xcb\xab\x66\x3d\x58\x4c\x24\xdc\xa8\xf5\x79\x30\xc8\xbf\xa9\x83\x4a\x88\x2d\x00\xa1\x8f\x5f\x6e\xba\xc5\x4b\xfd\xef\x7f\x4d\x7f\xfd\x00\x4b\xa8\xe9\xe5\x11\xfa\x60\x93\x87\x63\x80\x1c\x7b\xe8\x2c\x1d\xfa\x60\x0f\x3f\xba\x10\x5c\x6d\xe2\x21\x0c\x71\xf2\x0c\xe7\x9b\x3e\x43\x5e\xe1\x7c\xc2\xc3\x46\x58\xd1\x61\x8a\x3a\xce\x51\x1c\x99\x71\x8a\x67\xdc\x20\xb2\x84\x8b\x35\x78\x0e\x42\xe0\x69\x59\xc7\xec\xb0\xe9\x83\x6e\x2c\x9f\xdd\x73\xd5\x17\x32\x3c\x1c\xd6\xc4\xde\xaf\xb6\x80\x5f\xb6\x05\xf4\xea\x52\x02\x4b\x98\x58\xa5\xab\x28\xea\x39\xcd\xcf\x30\x72\xda\xd9\x02\x9a\x84\xa3\x00\x25\x48\x2a\x0a\x18\x6c\xf5\x6c\xc6\xbf\xcb\x63\x9e\x69\x9a\xcd\x1e\x19\x0b\x4e\x37\x6a\xce\x00\xfd\xab\x80\xe3\x1c\x7e\x94\x2d\x53\x1a\xf3\xc1\x91\xcf\xec\x99\xf6\xa7\x90\x17\xd8\x16\x34\x6e\x47\x15\x88\x91\xf5\x36\x36\x9c\x8d\x19\x35\x77\xb2\x1f\xb1\x4c\x8e\x55\xb1\x00\xfd\x35\x9a\xc2\x34\x5b\x2a\x74\xd3\x56\xea\x8a\x66\xbf\x18\x49\x46\x7c\xb1\xc9\xa3\x25\x3d\xf0\x2b\x54\x50\xc8\x4f\x82\xd4\xea\xec\x92\x20\xb5\xba\xff\x00\x52\x5b\x97\x33\x04\xc0\xdf\xe1\xef\x5a\x1a\x38\xb7\x80\xd4\x96\x69\xaf\xc0\x6b\xf7\x76\x22\xd2\xce\x80\x08\x15\x3d\x67\xce\xaf\x86\xaa\x1f\x83\xea\x9c\x6e\x98\x49\x74\x11\x5e\xfc\x28\xfb\x41\xa7\x94\x0b\x5c\xcd\x6e\x80\x15\xbf\x0f\xce\x39\x7c\x0f\xe8\xdb\xa2\x53\x3f\xd0\xb7\xd5\xf8\xaa\x30\xb7\x66\xfe\x8e\x4f\x10\x4a\x01\x38\xb6\x1d\xd4\x9e\x11\x23\x77\xa7\x2f\x18\x06\xb1\xc7\x00\x63\x7b\x54\x4d\x38\xc0\xd8\x56\xf2\x2d\x8d\x90\xf9\x43\x68\x01\xb1\xad\x80\x82\x8c\xd0\xde\x00\x53\x88\x50\x3f\x60\x36\xc2\xd9\xf0\x44\x73\x29\xed\x05\x67\x98\x79\x5c\x6b\x05\x08\xb8\x95\xfc\xaf\x43\x98\x5b\xd3\x90\x0f\x60\x6e\x3b\x68\xca\x43\x94\x5b\xcd\xaf\x80\xdc\x56\x8d\xec\x31\x93\x5b\x50\x3a\x33\xb4\x39\x0a\x01\xe3\x95\x0f\x63\x42\xeb\x3c\xa1\xe6\x9b\xb1\x2a\x79\xbf\xc7\x78\x5e\x3c\xd3\xf4\xb4\x69\xcb\xe6\xd6\xf4\x8f\x64\x16\x34\x41\x00\xb7\xf6\xc5\x58\x06\x4e\xbb\x05\x53\x28\x40\x3a\x8c\xcc\x30\xbe\xfc\xc7\x54\x43\xd4\x65\x3c\xb7\x82\x26\x80\xb9\x55\xca\x1c\x2b\x39\x01\xcd\x0b\x4b\x11\x4e\x1c\x57\x04\x49\x1f\x56\x72\x1e\xeb\x42\x55\x77\xae\x08\xf4\x06\xb6\x7c\x08\xa3\xab\x91\x01\x18\xdd\xae\xd0\x01\x8a\x6e\xc9\x79\x3e\xb5\x12\xb8\xd3\x4e\x4e\x92\xf4\xe4\x74\x76\xe8\x93\x10\x43\x9e\x1d\x23\xbe\xb4\xeb\xc4\x95\x03\xa7\xaa\x4b\xa5\x13\x96\x0b\x5a\x6e\x3f\xdc\xcc\x17\xcc\xdb\x83\x74\x79\x2e\xdc\xfe\x99\x30\xdc\x8f\xa0\x28\xd2\x29\xe5\x89\x61\xad\xf4\xc3\x79\xbe\x80\xdb\x72\xaf\xa5\x1d\x42\x7a\x60\x8a\x70\x78\x6f\x70\xfb\x6c\xb8\x56\x18\xe0\x15\x1e\x30\xd1\x09\xc9\xfc\x30\xe2\x46\x96\xf9\x59\x5a\x6a\xe2\x3e\xc2\x10\x71\xe4\x47\x6a\xa8\xce\xe0\x9d\x6b\xf1\x37\xcd\xbb\xc9\xba\x10\xf6\x80\x83\x9c\xcf\x1c\x27\xe9\x03\x77\xd6\x1a\x16\x82\x3b\xeb\xee\x01\x7f\x72\xf7\x30\x76\xee\xac\x15\x79\x81\xfa\x2d\xba\x72\x8b\xe8\xdb\x92\x98\x3d\x93\x6b\x7b\x3f\x5a\xfe\xc1\x78\xbd\xd8\x1e\x3e\x2b\x64\xa3\x8d\x84\x49\x74\xbc\x26\x04\x04\xb8\xeb\xb3\x08\x06\x70\x4f\x26\xac\x1f\x7a\x32\x94\x17\xa5\xc3\x2d\xfd\xb2\x9a\x1e\xa1\x37\x77\x31\xbd\xe5\xde\xc1\xf8\x8e\x50\x84\x91\x09\xbf\x9c\x27\x87\xfd\xda\x02\x7d\xe2\x0a\xe2\xb0\x7f\x69\xc9\x90\x10\x7c\x40\x78\x20\x11\x86\x3e\x6a\xca\xde\x41\xf6\xb8\xa4\xbc\x9f\x49\xba\xfd\x3d\x53\x1f\xf2\x6c\x97\xdc\x17\x9f\xb7\x2d\x52\xb3\x2f\x27\x87\xa1\x6e\x81\x26\x34\x12\x01\x0a\x5c\x7e\x59\x15\x17\x26\x46\x62\x80\x03\x5c\xf3\xf4\x09\x03\xcc\xe1\x9d\x48\x2e\x4d\x2b\xb2\x30\xc0\x5e\x54\x00\x03\x5c\x0b\xb5\x8a\x02\x5c\xba\x05\x3a\x0a\xf1\x9e\xf0\xa9\xc3\x19\x99\x49\xc6\x3c\x5c\x61\x0a\x2b\x7a\x28\x40\x4d\x4c\x14\x7a\x2b\x4c\x01\x3f\x96\xbf\xbb\x25\x91\xce\xa7\x39\x6a\x94\xe7\xc1\xf7\xdd\x3d\x3f\x78\x61\x9e\xa7\xf5\x6a\xa4\x63\x3e\xa7\x40\x20\xd0\xa3\xe9\x0d\x3a\x94\x66\xea\x14\xae\x06\x30\xcd\x1f\xd7\xec\x49\x61\x29\xa7\xcf\xf8\xd7\x31\x53\x93\x8b\x89\x63\x5a\x5a\x86\x5a\x6c\x42\x46\xe6\x68\x8b\xd2\x2f\xdb\x13\x80\xdf\x7e\xd8\xf7\xea\x69\x44\x1a\x10\xec\x57\x99\x63\xd6\x4c\xf9\xc7\xf3\xc2\xb0\x43\xb5\xd5\x2d\x6c\xe3\x35\x53\x35\xf3\x8c\x84\x93\x85\xd5\xdf\x97\x2f\xd9\x36\xc5\x1b\xfc\x0b\xed\x0a\x14\xe0\xc3\x58\xc8\xd9\xf4\x80\xa1\x4f\x8d\xac\x2f\xe1\x33\x16\x9b\xe5\xb3\xe6\x06\x57\x40\x71\x63\x5a\x18\x5f\xbe\xe1\xef\x4a\x82\xcb\x16\xb4\x36\x40\xda\x12\x43\x98\x84\x1b\x03\x0c\xe1\x4e\x66\x99\x31\x9b\xab\x44\xff\x8c\x29\x87\xba\x4f\x8d\x0d\x7e\xdf\xd1\xc6\x6c\xba\x1b\xaf\xc5\xa8\xcd\x4a\x03\x03\x07\x4c\x78\x37\x40\x67\xbb\x7b\x7e\x59\xab\x16\x89\x6e\x11\x57\x92\x99\xf5\x76\x5f\xcf\xc3\xd9\x33\xdd\x03\xcf\x0f\x7b\xde\x67\x26\x70\xfe\x19\x86\x36\x07\xd4\xde\xa5\xc1\xf9\x2d\xf7\x48\xde\x58\xb8\xc5\x46\xae\x0d\x4d\x86\xcc\x02\x2d\x65\x6e\x59\xa1\x17\xec\x34\xc0\x08\x1f\x62\x14\x8c\x19\xaa\x7a\x3e\x43\x5e\x5c\xd9\x34\x26\x38\xf1\xdc\x5a\x88\x5e\x30\xa6\x09\xbd\x03\x3e\x22\xda\x70\x90\xf1\x63\x80\x36\xdc\x81\x88\x19\xa0\x0d\x77\x4d\xee\xe0\x0b\x57\x7d\x33\x27\xfe\x6b\x31\x3d\x43\xda\x12\xec\xae\xfe\x6b\xfa\x0d\x02\x3c\x5c\xab\x3b\x74\x0e\x8f\x8a\x7f\x38\xdb\x90\x34\x80\x87\x3b\x90\x6a\x63\x6e\x31\x22\x0c\xf9\x9f\xd3\xb6\xf9\x46\xcb\x82\x2e\x0b\x80\x13\x1f\x0a\x83\x80\x13\xf7\xc3\x35\x14\x62\x84\x64\x1e\x43\x6c\xe2\x1f\xd8\x4a\x63\x72\x9d\x71\x38\xbb\x2b\xc7\xea\x0b\x9b\xcc\x53\xbe\x6c\x8f\xd2\x5b\x22\xe8\x20\xc5\x8e\xa9\xcf\x80\x72\xef\x44\x24\xf0\x86\x6d\x9a\x3b\xdc\x20\xae\x79\xe6\x72\x58\x04\xd8\xa4\xe6\x1f\xb8\xa3\x79\x02\x01\x2d\x5c\xf9\x7b\x2e\x0d\x5d\x3f\xed\x87\x4d\x28\x4a\x21\x12\xcc\xd3\xbc\x59\x94\x56\xa2\xc0\xee\x05\x90\x71\xf1\xee\x65\xa6\x3c\x81\x5a\x30\x95\x27\xa4\x29\x66\x83\x35\x99\xc6\xdc\x02\x45\x2f\x4e\x0e\xf2\x44\x8e\x02\xb9\xa1\xb8\x92\xd7\xc9\xb3\x15\x5d\x16\xa6\xb3\x19\x25\x4e\x5f\x15\x0f\x8c\xd9\x9b\x42\x88\xb8\x48\x77\xf7\x0f\xda\x46\x3c\x28\xf6\x09\xec\x7e\x63\x56\xe7\x8d\x1f\x8b\x33\x7e\xd3\x9c\x44\xdd\x74\x79\xce\xbe\x98\xfe\x06\x2e\x02\x6a\xdc\x4b\x56\x8a\x09\xc4\xd5\xd6\x41\x5d\x47\xd2\xf9\xe4\x1a\x51\x62\x8b\x06\x55\x0f\xb0\xa9\x37\x1b\x29\xcf\x06\x98\xc6\xdd\xeb\x19\x20\x8d\xbb\xf2\x1f\x90\xc6\x47\x4b\x1a\xb1\x65\x86\x4e\xce\xa0\x01\xa4\x71\x37\xc6\x6f\x1a\x6e\x6e\x7c\x27\x98\xc6\x65\x65\xe9\x8f\xb9\xa1\x30\x66\x8b\x22\xe1\xd9\x82\x41\xf7\xae\x79\xe2\x9c\x50\x24\x9e\xb0\x7f\x2f\x2f\xe6\xab\xe6\x55\x2d\x20\x2d\x44\xc4\x00\xab\x78\x9f\x17\xfa\xf1\x3a\x21\xc5\x7f\x1e\xcb\x58\x81\x81\xb1\x3e\x7f\x34\xc2\x33\xe2\x80\x2e\x80\xf3\x4b\x51\x92\xd6\x93\xed\x23\xa2\x4c\xd9\xbe\x97\xa3\xa0\x17\xf7\x52\x2c\x82\x06\x9a\x55\xe5\x46\xf0\x23\x19\x98\x5b\x58\x10\xaf\x88\xbf\x90\x80\xb6\x98\xb0\x25\x6c\x08\xf8\xfa\x31\x2f\x6c\xe3\xa5\x17\xbb\x66\xd3\xf5\x63\x79\xe8\x8c\x30\xc9\xf2\xe5\x44\x49\x26\x75\xd9\x58\xbf\xec\xb2\x2f\xae\xcf\xc1\xb3\xe7\x29\x6c\xe3\xf4\x68\x5a\x17\x1a\x3f\x8c\x19\x00\xe5\x0e\x3c\xd5\x00\x3f\xb9\x18\x62\xb3\xb8\x25\xd1\x7b\x04\x28\xe5\x0e\xd6\xe6\x00\x4a\x79\xd7\x1a\xbc\x68\x5f\xf6\xab\xa3\xd0\x5b\x6a\x4d\xcb\x08\x24\x69\xe5\xa5\x09\x84\x72\x1d\x9e\xfe\x6e\x65\xaa\xd6\x7e\xc5\xde\xaf\x16\x87\xc7\x4c\xdb\x10\xfa\x8d\xe7\xc2\x4c\x41\x52\xc0\x4f\xee\xba\x34\x81\x9f\xdc\x4b\xf5\xd9\x7d\x4c\xfd\xb8\xf0\xe9\xf9\x0f\x62\x72\x2f\xb0\x0d\x40\x92\x7b\x81\x3b\x80\x7f\xdc\xbd\x34\x17\xfe\xf8\x50\x86\x06\xf3\x78\xf7\x94\x96\xb1\x6d\x94\xea\x57\x52\x36\xa4\xfe\x85\x6d\x83\xec\xfc\x63\xd5\x94\x7e\xfc\x8a\xdd\xe3\x0c\x98\xe8\x4e\x43\x37\xe0\xc7\xbd\xe4\x33\xd4\x0c\xbd\x69\x21\x4f\x0c\x43\x7c\x57\xda\x29\x5c\x6f\xc3\xc9\x4d\x21\x03\xae\xf1\xfe\x8c\x8a\x9b\x1e\x99\x3e\x4b\x26\x91\x2f\x00\x2d\xae\x86\xa8\x01\x5a\xdc\x4b\xf3\x77\xe1\x63\xe9\x61\x57\x19\xe0\x4c\x80\x54\xdc\x4b\x3e\xeb\x0c\xcc\x74\xf6\x3c\x76\xb4\xdd\xd9\x2c\xce\x02\x97\x11\xc6\x61\x80\x5a\xdc\x0d\x6b\x07\xa7\xb8\x16\x48\x29\x38\xc5\x1d\x94\x9d\x01\x4c\x71\x48\x90\xd6\xc8\xed\xe1\x4b\x73\x40\x34\x3d\x3c\x9a\x76\x5c\xd7\xf8\xdc\xa8\x83\x78\xe6\x65\x11\x49\x8f\x8b\x89\x75\xa2\xd8\xdb\x2d\x36\xf4\xd2\xfc\x5d\x1a\xe1\x2a\x1b\x7c\x56\x2c\x4d\x6f\xdd\xb4\xdc\x52\xd4\x6c\x2f\x45\x0b\xfb\x4b\x5a\xdc\xea\x98\x14\x33\x5c\x70\xc4\x0c\xad\x8a\x0b\xc9\xa2\x40\x26\x81\x33\xee\xa0\xb1\x0c\xe0\x8c\x7b\xf1\x20\xe9\x1a\x61\x4e\x9d\x84\x36\x56\x08\x07\xda\xb8\xe9\x82\x24\xb2\xb1\x7e\xea\x4b\x79\x03\x8a\x02\xca\x71\xf7\x4e\x0b\x94\x63\x31\xec\xc6\x9a\x82\x3f\xb8\xbd\xe6\x89\x92\x40\x73\x26\x8e\x8b\x7c\x79\xc9\xd0\x42\x9f\x16\x35\x0d\x9f\x95\x56\x3c\x30\x5b\x62\x48\xb6\x06\x98\x71\x2f\xe1\xb3\xbb\x0e\x8e\xb5\x88\x26\x27\x91\xee\x00\xbf\xb8\xe4\xde\x5a\xec\x88\xf8\x53\xd0\x5b\x0a\x10\x28\x7f\x2b\x05\x08\xcf\x37\x72\xc2\x30\xc0\x7b\x9d\x32\x1e\xc7\x7b\x32\xbb\xc3\xaf\x3c\x5a\x98\x21\x96\xf9\x70\x0d\xc2\x03\xdf\xf8\x10\xb2\x66\x80\x6f\xdc\x81\x18\x1c\x09\x6f\x6c\xa8\xd4\x32\x43\xbc\x82\xd4\xba\x98\x0a\x24\x69\xa0\x8e\xbb\xd7\x00\x0b\x73\x03\xd0\x6f\x03\xa4\xe3\x43\x84\x9c\xb1\xae\x4c\x5c\x42\x1f\xaf\x5c\x50\xfa\x85\xa3\x61\x41\x14\x4a\xac\x63\x53\xfe\x80\x75\xdc\x8b\x93\x74\x41\x3f\x25\x24\x77\x76\x84\x75\xb8\x5d\x5d\x0a\xe0\xeb\x50\x90\x7e\x56\xda\x15\xa6\x1f\xc5\x7f\xff\x0b\x2f\x61\x97\x2e\xee\xaa\x32\x4b\x69\xc1\xf1\xdd\x3a\x59\x59\xe0\xc6\x09\x90\x9e\xeb\x8c\x98\xdf\xdb\x25\xa6\x90\xeb\x8b\x61\x48\x3a\xc8\xc8\xbd\x48\x92\xcd\x47\x6f\x96\x24\xd0\x90\xbb\x9a\xe8\xc2\x5a\xa0\x7d\x74\x3d\x22\x3f\x5b\x00\x3a\xe0\xce\xc5\x0c\x50\x50\xd2\xd7\xd6\xfc\x27\xc9\x90\xc7\x7a\xe5\x6a\x76\xe9\xcd\x23\xee\x0b\x6b\xec\x09\x17\x33\xcc\x81\xbe\x52\x39\x77\xe5\xeb\x25\xa8\xf4\xef\x65\xc6\x5d\x8a\x97\xb6\xdd\xeb\x5f\xe6\x20\xa4\x38\xfe\x87\x26\x6b\x5a\x5f\x36\xce\xf4\x7f\x4a\x80\x1e\xf1\xcf\xad\x27\x0f\xf9\xf2\x44\xf9\xc2\x01\x96\xfa\x7e\xa4\xbf\x74\x4b\x7a\x53\xb1\xac\x17\xad\x64\x4a\x21\x3e\x96\x18\x16\x97\x30\xc8\x2a\x7d\xc2\x20\x8b\x4b\x34\xce\x1f\xdd\x82\x23\x9f\x06\xa0\xab\xf5\x9d\x78\x23\x92\x59\x77\x9c\x38\x31\xe8\xed\x73\x6e\x4e\x9d\xc6\x97\x53\x4e\xcd\x02\x9c\x78\x2c\x0a\x6a\x34\x40\x44\xde\x1d\x39\x78\xa1\x09\x16\x1c\x44\xe4\x5e\x6c\xe1\x60\x6f\x73\xe4\x4e\x03\xcd\xf5\x3e\x06\x29\xb9\x78\x53\x7e\x1e\xdc\xf2\x2e\x6b\x75\x9b\x33\x6e\x90\x92\x3b\x39\x73\xc7\x29\xf6\x89\x89\x98\x40\x4a\xee\x20\xfa\x0d\x80\x92\x8b\xce\x1f\x67\xde\x49\x58\x6d\xc1\xd1\x16\xd9\xe3\x84\x6d\xeb\x1d\x74\xca\xb6\x9d\x27\xb3\xdb\xaa\x89\x9e\x66\xae\xd5\x4f\x10\x9c\xe4\x43\x6f\x5c\x70\x92\x0f\x50\x56\xc7\x29\xea\x17\x04\xed\x2c\x6e\x6d\xbe\x21\x87\x0c\x89\xb7\xc7\x59\xd5\xbe\xd8\xf3\x27\x79\x63\x74\xe4\x38\x65\xdb\x48\xdd\x67\xfa\x26\x20\x45\x9f\x5c\x3b\xe8\xba\x71\x62\x44\xd0\xab\xf7\xe4\x0a\xc2\x0b\xa1\x13\x76\x3e\xd6\xf1\x67\xf4\xed\x69\x98\x5c\xb5\xd4\x6b\x5f\xec\xd8\xe7\x24\xd2\x01\x1c\x14\x8a\x73\xd5\x5c\x1b\x4e\x35\xf8\xcd\xb3\xdb\x99\xc6\x49\xe1\x84\x03\xdf\xdc\x0d\xb6\x3a\xb5\x1e\xc8\xd2\xcf\x66\x38\x02\x54\xe4\x24\x7e\x4e\x13\xd1\xa9\x7b\x82\x17\x60\xa7\x41\xe4\xa6\x28\x39\x31\x07\x74\x03\x07\xce\xbc\x7c\x80\xe6\x9e\x46\x8e\xeb\x7c\x77\x92\xbe\x56\xb9\xfc\x44\x56\x20\x4b\xfc\x38\xd3\x1c\x90\x25\xbc\x95\x62\x79\xc8\x5c\xaf\xbe\x03\x2a\x74\xd7\x63\xee\x34\x3e\xdc\x10\x1a\x80\xa0\x7b\x75\xad\xcc\x31\xa7\xe7\x09\x40\xd0\x7b\x4d\x7c\xb9\x98\x06\x86\x1b\x79\xcc\x99\x87\x70\xb3\xd3\x41\xfc\x0a\xba\x1b\x4b\x5e\x6c\xe1\xe4\xbf\x6e\xf6\xcd\x5a\x27\x49\xc0\xc7\x69\xd2\x38\x38\xd2\x39\xc9\x8d\xe9\x09\x9a\x72\x27\x67\x7a\x2a\xa9\xd8\x29\xfc\x02\x40\xc2\x1f\xa7\x19\x5d\x0d\x37\x4d\x10\x69\x2d\xa6\x27\xea\x3b\xb0\xff\xe3\x9c\xda\x9a\xf9\x68\xab\xec\xbd\xda\xf6\x92\x2a\xd8\xf8\x52\x00\x42\xa3\x3b\xb7\x9a\xde\xcd\x97\x76\xea\xce\xaf\x92\x0f\x86\x74\xd7\x3d\xe9\x3c\xad\x8a\x4e\x9d\x9e\x7e\x57\x29\x99\xe9\xe1\x3f\x9b\x90\xe8\x6a\x7f\x9e\xd9\x43\xff\xb8\x69\xc3\xaa\x34\x6e\xd0\x91\xe4\x98\xf6\x0a\xbd\xb9\x5a\x93\xf8\x5b\xd3\xc9\xc5\xc6\x5e\xed\x2d\xec\x4f\xa7\xb0\xd3\x08\x2f\xd3\xab\x9c\x72\x36\x08\x25\x20\xd1\x1d\x98\xe3\x71\xde\xd6\x4a\x45\x66\x90\x37\x51\xcb\xe9\x4d\xbb\x56\x08\x50\x9d\xf7\x3f\x0c\x7c\x73\xa4\x4e\xee\xe9\x71\x92\x13\x4d\xe7\xf3\x53\x47\x3c\x53\x45\x80\xf1\xdc\xc1\x33\x1b\xe7\x83\x13\x11\x8c\x40\xb8\x67\x61\xb5\xc6\x69\x22\x15\x13\x0d\x9c\xf0\x2a\x30\x40\xc7\xb9\x35\xd6\x6e\xbc\xfe\x99\x7c\x8b\xe1\xbd\x8d\x67\xfa\xf4\x2a\x10\xc0\x9e\xce\xcd\xaa\xaa\x11\xd9\x40\x3f\x77\x6f\xa2\xce\xbc\x67\x97\xc2\x93\xd5\xec\xd0\xda\x70\x72\x3f\xfe\x3b\x24\xa7\x9f\x45\x98\x29\x7c\xe9\x4c\x0e\x71\x9a\x8d\x4c\x59\xec\xfc\xb2\xb7\xfb\xab\xcb\xac\x63\xea\x9c\xd7\x4f\xcd\x24\x7c\x69\x40\x2b\xf9\xdc\xa9\x2b\x78\x5e\x96\x18\xbc\xc0\x53\xb2\x2a\xb7\x02\xcc\xf1\x82\x5d\x00\x94\x37\x80\x8a\xee\xda\xcc\x12\x2a\x5a\x47\x2e\xd1\xa1\x87\xda\xbd\xe8\xd0\x5b\xce\xfd\x83\xf6\x5d\x87\xf4\x0e\xa6\x71\x1d\xcc\xb0\xbd\xc4\x0b\x4e\xfe\x01\xbc\x74\x29\xf9\x0c\xa3\x86\xdc\x5e\x22\x64\xe9\x41\x7e\x91\xd4\xdc\x0d\x74\xe9\xde\xa6\x4d\xe5\x32\xd5\x88\x76\x11\x70\xa7\x77\x2f\x2d\x2f\x7d\x85\x5e\x03\x36\x5d\x65\xf3\x57\x2a\x6f\x4e\x45\x1d\x96\xf7\x85\x93\x07\xc1\xba\xe4\x02\x28\x9a\x17\x8a\x9c\x11\xa1\x97\xce\x6a\xc5\x9a\x94\x42\xc3\x8f\xc4\xec\x2f\x3c\x13\x7d\xe7\x9c\x66\x58\x16\xbb\x06\x74\xea\x6e\x88\xde\x65\x12\x11\x5d\xdd\xae\x66\xd3\x74\x03\xd7\x33\x99\xce\x65\x5a\x72\x60\x19\x86\xb0\xd5\x26\x1e\xbd\x4c\x1c\x62\x4e\xa5\x0b\xda\x5e\x4d\x53\x04\x9e\x75\xaf\x76\x44\x6f\x33\x83\x34\x2f\x4d\xc0\xae\x2e\x1a\x21\x20\x21\xe3\x4a\x2a\xef\x76\xe8\xc6\xb2\x22\x3e\x5c\x92\x79\x04\xa2\xab\xb3\x4b\x9b\x4d\x64\xe3\xb6\xc1\xc2\xa2\xcd\x5e\x43\x0b\x14\xd2\xdc\x85\xee\x07\xa0\xc7\xb8\xc8\x37\xaa\x92\x0c\xbc\x75\x51\xc7\x02\xde\xba\xe8\x47\x7f\x99\xa2\xdc\xc4\x13\xe0\x5b\x57\xd3\x47\x5d\xf0\x85\xe1\xb5\x34\xf8\xd6\x55\xa3\xe2\x45\xbe\x51\x9d\x37\xc5\xba\x4e\xaf\xf6\x2b\x35\xbf\x65\x7b\xaf\xff\xf8\x19\xce\xd0\x0e\x49\x40\x14\x0d\x27\x17\xaa\x5f\x55\x31\x03\xfa\xba\xe8\x0b\x76\x91\x4a\xcc\xd0\xa7\x4b\xd5\x4f\xaf\xa4\x0b\x78\x94\x6a\xc4\xf2\x95\x4c\x66\x59\x31\xb8\x39\xf6\x57\x17\x33\x35\x74\x21\xae\x85\x9c\x1b\x40\x5c\xf7\xea\xce\x97\xb1\x74\x4b\x74\xbb\x45\x8b\x13\xe0\x61\xf7\x37\xae\xf0\x06\x2a\x82\x64\x5d\x40\xe3\x1c\x02\x59\x1f\xd9\x02\xbc\xc7\x79\x43\x97\xf3\x72\x17\xb0\xe9\xa2\xdf\xbe\x58\xd3\x87\x6e\x01\x80\x4d\x77\xdd\xdb\x04\x95\x0e\x45\xfc\x6b\x41\x1e\x91\x4f\x40\x89\xee\xb9\xf3\x8c\xf8\x52\x9d\xbd\x4e\xa5\x74\x67\x5d\x6f\x74\x95\x4a\x70\xa2\xf7\x3f\xf4\xe4\x54\xf8\x80\x4f\x03\x14\xdd\xcd\xb5\x09\x4e\xf4\x3e\x1d\xd4\x8c\x56\x66\xf2\xc5\x0b\xad\xcc\x8c\x9a\x97\x8c\x08\xde\x2a\x80\xb4\xbc\x47\x00\x69\x13\xae\x00\x1a\xdd\xcd\xe0\x91\xd8\xd0\xf9\xbd\xd1\x43\x6c\x67\xdc\xc8\xbc\x44\xbd\x92\x57\xb9\x78\x97\x84\x6a\x5a\x02\xe3\xa5\xc3\xdb\xba\x5a\x03\xc3\x63\x00\x07\x4d\x76\xac\xbf\xc8\x1e\x76\x5e\x6d\xbb\xd7\xcd\xa9\x81\xe9\x82\x0f\xbd\xf5\x0b\x5f\xc0\x3a\xf2\x00\xde\xdc\x15\xba\xa5\x51\xcb\xc4\xfb\x19\x40\x42\x57\xad\x54\x40\x42\x77\x5d\xa7\x80\x84\xae\x39\xa8\x47\x09\xd1\xdf\xf3\xa0\x30\x0b\xa8\x6b\x5a\xb4\x2f\x12\x88\x84\x76\x79\xe0\xa1\xab\x29\x55\x2f\xf9\x1e\x0c\x58\xe4\x67\x61\x0c\xc7\xf5\x1a\x55\x82\xb8\x07\x66\x73\x37\xb9\x1d\x98\xcd\xdd\x0c\x78\x97\x29\x3c\xcd\x68\x07\x66\x73\xd7\x71\x4d\x98\x66\xa1\x12\x07\x30\xcd\xdd\xac\x72\xd7\xa7\x88\x27\xf1\x15\x94\x4b\x3f\x57\xa0\x96\x77\xdf\x77\x11\xf0\x95\x77\xc5\xbe\xe8\x67\x00\x7d\x02\x54\x79\x7f\x16\xbc\xb0\x77\xc3\xaf\xb2\xb2\xc2\x4b\x8e\xd7\xaf\x0c\x5e\xe3\xd0\x81\x9f\xbc\xff\x99\xbc\x40\x0c\xd8\xbc\xf7\x91\xa4\x8b\x22\x24\xf3\xd0\x22\x7c\x0b\x2b\xa9\xbe\x0e\x50\x72\x26\x42\xbb\xbd\x42\x55\x51\xbe\x0f\xa7\xc8\x8f\xbc\xfb\x82\x82\x03\x73\xdc\x4d\x6d\x05\xca\x71\x37\xaf\x58\xa2\x14\xeb\x8e\x99\xc8\xc4\x13\xea\x7a\xa7\x4b\x15\x5b\xe0\xe6\x7a\x53\xc7\xec\x3b\x39\x17\xcc\x40\x30\xe2\x50\x7f\xbf\xab\x17\x67\x3e\x93\x71\x1b\x39\x5f\x90\xe2\x5f\xcd\x8f\xa4\x90\x50\xea\x84\x23\xe6\x1c\x01\x47\x3c\x81\x62\x19\xc0\x11\xd7\x9f\x4d\x34\xfc\xbc\x1c\x93\xb6\xc9\xee\xb3\x3a\x06\x1b\xe5\x6e\x59\x2b\x35\xe9\x10\x65\x2e\x3c\x90\x87\x6b\x83\x74\xdd\x2d\xa7\x84\x17\x3c\xa2\x34\x74\xdc\x19\x6a\x3c\x7d\xc9\x95\xa6\x2e\xc2\xad\x4c\xe4\x75\x63\xa8\x24\x59\xfd\x10\x88\x58\x78\xce\x71\xeb\x1d\xed\x3e\x41\x11\x09\x2d\x06\x00\x11\xcf\x6e\x47\xb8\x97\xd4\x28\x01\x26\x71\x37\x6f\x18\x98\xc4\xc5\x24\x04\x40\x12\x17\x13\xfa\xdc\x2a\x2b\xae\xcc\xf0\x02\xbd\xfa\x11\xfb\x0d\xea\x7f\x63\x74\x34\xa9\xd3\x9d\xbc\x07\x96\x26\xf4\x70\x28\x6c\x00\x37\x3c\xbb\xcf\xb0\x9b\xfc\x88\x1c\x1c\x06\x79\xde\xb8\x3e\x99\xe4\xe4\x0e\x35\x01\xe8\xfa\x9d\xee\x4e\xb6\x67\xde\x0d\x8d\x0d\x80\x12\xef\x89\xf2\x33\xa2\xc3\x21\xf9\x77\x3a\x42\x65\x65\x0f\x9b\xd5\x06\x19\xb7\x93\x86\x49\xd1\x84\x34\xf7\x74\xac\x74\x64\x33\xa4\x6a\xe2\xc3\xdb\x40\xad\x7f\x2f\x6e\xbc\xf5\xe7\xad\xc6\x3d\xa1\x46\x2e\x81\xc8\xc7\x5a\x25\x40\x3e\xae\x86\xd7\xde\x68\x4e\xa1\xb8\x02\xf0\x71\xd5\x42\x7c\xcb\xbc\x5c\x7e\x95\x25\x58\x11\x58\xc7\xdd\x94\x2c\xf7\xd2\x98\xe3\xef\xd9\x49\x0b\x64\x27\xfd\xc7\xdc\x90\x3e\xbb\x84\x6e\x44\x7d\xa4\x16\x92\xf7\x8d\x8f\x94\x0e\x68\xf7\x72\x3d\xfd\x88\xc3\x8c\x0c\x74\x8b\x85\x61\x46\x80\x5b\x7f\x6a\x4d\x22\x20\x28\x57\xfd\xcd\x6f\xf3\x73\xb8\x95\x44\xee\xf2\x4e\x1c\x08\xe4\xaa\x97\xcb\x9d\x61\xd0\x4e\xfc\x99\xdb\xc4\x97\xbd\x3a\xa6\x81\xbc\x2f\xa5\x12\x8b\xc3\x12\xcd\x1a\x98\xe0\xc8\xb9\xd0\x78\x57\x9b\x21\xfe\xce\x70\x2d\xfb\x0b\x8e\x97\x09\x52\xee\xcb\x5c\xc3\x7e\x74\x52\x93\xbf\x23\x9f\xc0\xf3\xc1\x40\x2e\xca\xb0\xf7\xc5\xfc\xbb\x61\x2e\xbb\xe4\x37\x9b\x36\x6b\x52\xba\x6f\xe4\x19\x0f\xd6\x2d\x99\x2e\xfe\x01\x71\x73\x9e\x88\x99\x36\x77\xf9\x8d\x92\x37\xcc\x5d\x02\x48\x72\x31\xca\xe1\xc6\xd7\x49\x3e\x79\xdf\x24\x4e\x70\xab\xdc\x4a\x97\x76\xef\xce\x19\xa7\xda\xbc\xe0\xc4\x68\x73\x7b\xc1\xa9\x01\x45\x54\xe5\xa5\x7f\xd7\x2d\xab\x94\x48\x3f\xaa\x11\xf9\x42\x06\x1f\x04\x8c\x3b\x6f\x38\x1d\x2c\x37\x9c\xe6\x45\x03\x86\xb9\x7b\xa7\x7c\x6f\xbe\x39\xbb\x87\x80\xb8\x2d\x13\x48\xdc\x28\x95\xa1\x44\x0a\x56\x73\x6f\xf0\xd6\x5b\x40\x4d\xf3\x1b\x80\xd5\x5c\x0d\x8d\xbf\x5f\xb2\xca\xc8\xdd\x30\x86\x6a\x92\xba\x5f\x63\x2b\xe9\xd2\x9b\x07\x86\xbe\x12\xd0\x65\xb2\xa2\x5b\xdc\x4c\xa5\x2c\x00\x9d\xbb\x49\x22\x00\x74\xde\x7f\xd8\xc4\x6b\xdb\x7e\xf5\xd1\x29\xaa\x32\xb9\xb6\xdc\x8c\x50\x2f\x1d\xe0\xef\x2f\x37\x14\x43\xd5\xdd\xdb\x4e\x7d\x6a\xfb\xf2\x90\x4f\xdd\x0f\x0a\xf8\x00\xfa\x15\x72\x69\x41\x9d\xbb\x69\x22\x9e\x1f\x9a\x32\x67\x5a\x4c\xe7\x43\xf3\xd2\x63\x62\x2d\x83\x99\x40\x78\xae\xca\x81\x0f\xe6\x4c\xc3\x21\x9e\x5f\xf6\xdd\xe2\xae\x39\xc2\xdf\xe3\x0d\xa3\x11\x4c\x40\x3c\x77\xf3\x36\x3e\x86\x69\xeb\xc5\x0d\x94\x73\x31\x74\x04\xf8\xe6\x2e\x6b\x03\xbe\x79\x7f\xe4\x1f\x40\xed\xd8\xf7\xc3\x7c\x08\xfe\xce\x5c\xb1\xa5\x05\x66\x0e\xe5\x8b\x07\x8c\xad\xdf\xdf\xb9\x94\x9f\xd4\x49\x11\x3f\x41\x6d\x3e\x8a\xbd\x2f\x30\xe0\x9f\x55\xb3\x81\x6c\xb2\xe4\x78\x6d\xe6\x93\xc7\xf0\x15\xb9\x30\x87\x11\x7e\xcf\xd6\x5b\x8b\x2a\xc2\xb3\xc5\x82\x6e\x0e\x05\x21\x9f\xc3\xcc\x86\x4f\xe5\xb0\x41\xde\x1e\xac\x9a\xb9\x22\xa8\xb0\xfa\xbb\x0a\x0b\x3d\x34\x12\x3c\x5e\x46\x86\x05\xdc\xc9\xd9\x1c\x3b\xd9\x35\x44\x40\xd0\x92\x00\x74\xf4\x2e\x4d\xd7\x1b\x4e\x2f\x6c\xd2\x87\xac\x98\x46\x54\x3f\x5c\x58\x1a\x76\xf4\x78\xb1\x68\xb0\xd7\xa3\xe1\xd0\x8c\xa5\x20\x39\x77\xaf\xb0\x9e\xce\x4e\x2e\xfe\x2e\xf3\xb6\x83\xdd\xd0\x5e\x86\xda\x73\xa6\x7c\xc9\x9d\xc1\x98\xcc\x4d\x9d\xbd\x1a\x5a\x05\xe1\x95\x0f\x3e\x45\x06\x5d\x80\x03\xdd\x0d\xad\x7f\x4c\xbb\xa5\x41\xf4\x19\x80\x17\x34\xff\xc8\x0d\x4b\xb7\x40\xc1\x32\x1f\xd1\xa3\x86\xd9\x6d\x0f\x4e\xe0\x30\x8c\x73\x6a\x56\x24\x8f\xa7\x6c\x64\x9f\xf8\x08\x2c\x4d\xd9\xdc\x83\xb2\xe8\xa9\x7d\x60\xe5\x26\x00\x7d\xc2\xf9\xa0\x81\x90\x3f\xc0\xbc\x1f\x55\x45\x09\xed\x83\x1f\xb2\x81\xb3\xa0\x43\xcf\xee\xb2\xe2\x35\xa4\x6d\xe1\x99\x02\x71\xc0\x1e\x1e\x23\xa5\xcd\x44\x0a\x3a\x74\xcd\x49\x9b\x52\x0c\xa4\xd9\x87\x48\x25\x23\xa2\x9f\x95\x8e\x63\xf4\xd0\xb4\x23\x1a\x0b\xc1\x8d\xee\xa6\x33\x78\xd2\x52\x09\x1f\x07\x36\xba\x1b\x43\xfd\x2c\x19\xbf\x05\x72\x36\xfd\x63\x5a\x2f\x7d\x27\x0d\xb5\x59\x95\x00\x8c\xae\x3a\xc3\x3d\xe4\xa5\xf4\xca\xfe\x39\x75\x54\x40\x55\x7d\xb4\x5a\x9a\x58\x14\xf0\xe7\x99\xdb\x42\x8d\xd2\x7c\xa5\x8f\xa0\x4f\x8e\x03\xd7\x1f\x6f\x9f\x13\xfb\x59\x4f\xa3\xe7\x72\x0e\x99\x2b\x51\x22\x34\x3c\x3e\x98\x33\x9b\x53\x75\x29\x58\x21\x6a\x80\x0a\x5d\x4d\x2e\xf8\x98\x37\x64\x66\xbd\x1a\x8e\x61\x63\xcf\x4d\xca\x2e\x47\x9e\x0c\x11\x8e\xfb\x98\xb5\x32\x4f\x84\x1c\x11\x01\xff\x41\x41\xd4\x1f\x14\x50\xe9\x6e\x9c\xda\xa3\xcf\xb0\x46\xe8\xe7\x96\x6c\x4a\x2e\x6e\x28\x97\x64\x93\xe0\x65\x23\x3a\x00\x95\xde\x25\x7c\x61\x1f\x4a\x1c\xe1\x94\xff\x88\x0d\x9c\x52\xd1\x06\x80\xe9\x6e\x6c\xc1\xf3\xd8\x27\xfa\xf1\xa4\xff\x13\x1d\x44\x75\x3c\xe2\x4f\x0b\xdf\x23\xaf\x74\x11\x1e\xef\xe8\x96\x35\x24\xd3\xb0\x4d\x4d\x01\x0e\x18\xab\xab\x51\x53\xcf\x23\xe1\x93\xbe\xbd\xca\x3d\x68\x99\x62\x51\xe7\xd1\x16\x66\x42\xfe\x05\xfe\x74\xd7\x7b\xf3\x11\x66\xc2\x3c\x9a\xe0\x4f\xf7\xe6\xae\xe1\x1e\xd1\xd0\x13\x31\xa7\xc5\xc1\x1e\x8f\xbc\x53\xb2\xf9\x62\x24\xce\x02\xce\xa9\xbf\xd3\x41\x17\xc1\x5c\xd7\xe6\xb1\x7b\x32\xd7\x89\x03\xc4\xd1\xd8\x94\xbc\xa0\x54\x4f\xa3\x29\x40\xa9\x2e\x4a\x0f\x4f\xb2\x51\x64\x31\x60\xaa\xab\x89\xf6\x9e\x4f\xdd\xcd\xa3\x6a\x32\x4c\xa9\xf1\xc7\x25\xbb\x2c\x91\x1b\x48\x23\xd9\x1f\xcc\xc5\x46\x0f\x80\x5e\x5d\x8d\x67\x7b\x3e\x4e\x04\x47\xf3\xfd\xe5\xfc\x05\x2f\xd9\xf4\xe4\x85\xbc\x02\x8c\xfa\x15\x6a\x93\x3d\xfd\xfe\xe0\x5a\x87\xa5\xb1\x2d\xd1\xd5\x17\x5b\xb1\x81\xef\x80\x57\x17\x55\xd6\x17\x9f\x1e\xed\x52\xef\xe1\x69\xa2\xac\xd0\x55\xc6\xa5\xbc\x72\x5f\x84\x37\x60\xa9\x8b\x94\xe3\x35\x2b\x0a\x54\x15\x58\xea\xee\x2d\xc3\x7b\xe4\x16\xb6\x56\x38\x31\xdc\x1a\x88\xea\xcc\x20\xf2\x72\x7f\x68\x28\xd0\x5b\x92\x30\x32\x4e\xb4\x6b\x7d\x53\x5e\xb4\x6b\x6f\x8f\x80\xb4\x3e\x8e\xea\xef\x10\x7a\x8e\xd8\x5b\x20\x9e\x0e\xa1\x48\x30\xad\x07\xde\x0c\x49\x7e\xb7\x66\x5e\x84\x81\x02\xf5\xba\xeb\xcd\x0c\xea\x75\xd7\xfd\x4c\xd0\x6b\xb3\xce\x09\x74\x1d\x72\xc4\x17\xce\x5c\xb5\xa7\xbf\xa9\xa3\x3b\x19\xb2\x63\x08\xc8\xbb\xd9\xf1\x94\x6f\xbe\x95\xd9\x86\x3a\xbf\xa9\xa2\xbb\x3c\xd5\xc5\xa5\x7f\xd5\xb6\x69\xa2\x09\x6f\xcf\x51\x05\x0e\xbb\x7b\xe7\x0d\x1c\xf6\x31\x24\xe1\xaf\x69\x53\xf4\x0c\x7c\x9b\xd1\x5e\x54\x85\x17\xb1\x4e\x11\xc0\x5e\xf7\x96\xbf\x7b\x18\xfd\xc3\x94\xd3\xda\x1d\xdf\xb4\x22\xbb\x09\xb0\x16\x2b\x71\xbe\xfa\x0b\xab\xc6\x02\x74\x5d\x8c\x53\x07\xe7\xba\xc8\x05\x5f\x35\xf1\xe2\xb3\x54\x14\xa2\x9f\x90\xd7\x72\x06\x20\xaf\xbb\xae\x56\xc0\x5c\xef\xaf\x98\x75\x21\x2d\xcd\xe5\xfb\xe2\x20\xac\x98\x05\xd0\xf5\xfe\x8a\xfe\x0e\xd7\x8f\x1e\x0e\xe7\xca\xdf\x31\xe6\xd9\x73\xee\x0a\xf5\x3b\x03\xf2\x7a\xcf\x0e\xb5\x92\x08\xac\x8d\x3f\x53\xec\x25\xbe\xb5\xd7\xe3\xaf\x58\x10\x1a\x5d\x40\xb5\x6e\x26\x78\x00\xd5\xba\xe8\xd1\x00\xaa\x75\xd5\x8d\xfc\x45\xd5\xf6\x76\xfc\x85\x59\x2f\xdd\x69\x5e\xf8\xb3\xea\xed\x3b\x73\x86\x7c\x61\x52\x7c\x36\x47\x98\x3b\x6e\xe5\x9c\xd0\x34\x96\x5d\x25\x8b\x77\xb9\xc7\x2c\xa0\x79\x0a\x4d\x59\xc4\x6a\x53\x4d\xbf\xc4\xf9\x98\x77\xf0\x5d\xb6\x40\xbf\x4d\x58\xe2\x8d\x0f\x50\xd6\x09\x50\x04\x78\x75\xd7\xdc\x03\x5e\xf5\x11\xa6\x50\x06\xa3\xba\x7b\x0b\x25\x44\x75\xf5\x02\xee\xc5\xc4\x9b\x54\xe6\x52\xa0\x85\x61\xbd\x98\x75\x35\xe5\xbd\xa6\x1c\xf1\x6e\xe3\x4d\x56\xed\xf1\x10\xd0\xc9\xc5\xc1\xb0\x9b\x84\xe9\x22\x19\x9b\x74\xe6\xf2\xa8\x2c\x5f\x6e\xa7\xd3\xd2\x52\x17\x16\xe9\x92\x27\xf2\x7c\x3b\x3e\x74\xc4\xf7\xce\x5e\xd1\xf7\xdb\x5e\xd1\x86\xbe\xbc\xe6\x91\x7e\xd1\x69\x35\x50\xbe\xa4\x1c\xd1\x3d\xe1\xbd\xa5\xa2\x88\x22\xaf\x2e\x39\x5e\x0a\x80\x7d\xdd\x95\xc8\xde\x64\xe1\xc5\xe2\xea\xdc\x4c\x8f\x2c\xdc\x9d\x93\xda\xee\xb2\x23\x0a\xbb\xc5\x2e\xca\x7c\xdc\x17\x26\xa7\xb4\x27\xe8\xb7\x79\xd2\xf0\xc1\x4d\x29\x1f\x54\xeb\x92\x1d\x01\x26\x42\xde\xf8\x6e\xde\x78\xa4\x6e\x0e\x30\xf5\x1e\xa0\xff\xd8\x13\xda\x53\x65\x74\xd6\x71\x9f\x91\xd5\x01\x46\x5d\x8f\x9f\xbf\xef\xd5\xd0\xb5\x02\x00\xea\xae\xc4\x2d\x00\x75\xe6\xea\x14\x74\x3a\xcc\x20\x2d\xd0\x74\x33\xa2\x14\xa0\xe9\xae\x80\x0b\x96\x74\xf7\x1a\x1f\xf8\xe8\xcc\xb9\x04\x7c\x74\xf5\x64\x7c\xc9\xc6\xe8\x93\x90\xd1\x25\x3f\xca\x39\x9f\xbc\x20\xb0\x77\x3f\x52\xf0\x0d\x5f\x54\x6e\xc2\xaf\x72\xa2\x6d\xf0\x43\xae\xe7\x2b\x2c\xbf\xc3\xc4\xfb\xe0\x41\x77\x4d\x34\xe0\x41\x77\x37\x15\x78\xd0\x87\xd7\xd9\xe0\x41\x17\xbd\x7b\x3e\x5d\x5b\xb5\xfc\x08\x02\x1d\x4a\x8c\xdf\x91\xab\x4f\x7f\x0f\xaf\x68\xac\x6b\x73\xb6\x2a\xb4\x87\x68\xcf\x60\x6a\x0e\xc0\x9e\x43\xd4\xc5\xcf\x44\x94\xe6\xa9\x4e\x7c\x67\xdd\x40\xc0\x71\xde\x2f\x16\xcf\x46\xfc\x07\x5b\x93\x83\x22\x8e\x57\xd7\xc2\xcf\x38\x5e\x69\x07\x08\xcf\xbb\x04\xc5\x49\xe3\xb1\xfa\xef\xcf\xc0\x34\xf0\x9f\xbb\xdc\xe4\xab\x6e\x0e\x66\x55\x63\xb5\x21\xf1\x9f\x79\xa4\xcd\x35\xff\x25\xf3\xe3\xac\x83\x00\x5d\x0c\x59\xfc\x6a\xce\x05\xf3\x97\xfa\xe7\xf4\xe5\x65\xc2\xfd\xca\xdd\xc8\x00\x9a\x8b\x42\x83\xf0\x35\x33\x95\x7f\x5a\x95\xf5\x84\xfd\x4c\x60\xc9\xa6\xfb\xf4\x6f\x31\x23\xf5\x67\x02\x4b\x6f\x29\x44\x64\xd6\xb6\xf4\x25\xfb\x9a\xbe\xec\xdd\xac\xa9\x07\x70\xe6\xbd\x23\xfc\x23\xa7\x98\x69\xe5\x16\xd4\xdb\x96\xcf\x84\xce\x87\x0d\xe6\x14\xfb\x92\xa7\x98\xfe\x76\xe7\x9b\x29\x49\x8d\x15\x42\x03\x86\xf3\x6e\xc4\x17\x85\x1a\x74\x29\x80\x9b\x8b\xf6\x08\xa0\x9a\xbb\x7a\xd5\x37\xdc\x5e\x50\xeb\xcf\x30\x5c\xaf\x38\x00\x62\xee\x3d\x4b\xe0\xb7\x6d\xb7\x36\xfb\xeb\xba\x2f\x80\xc9\x5c\x4d\xe1\xf6\xe1\xce\x2a\xf4\x1e\x70\xcb\x3d\xb7\x53\x9c\x3c\x33\x09\x84\xd1\x6a\xba\x16\x60\xb9\x99\x18\x40\x80\xe5\xa1\xea\x05\xa8\x72\xd7\x59\x02\x50\xe5\xae\x6f\x0d\xb8\xc9\x5d\x43\x30\xb8\xc9\xbb\xab\x74\x83\xf8\x5a\x83\x87\xbe\xc9\xe0\xdc\x97\xa4\xd9\x58\xff\x6a\x52\x0e\xf6\x23\xad\x15\x28\xbf\x22\x24\x0f\x35\xba\x6f\x66\xaf\x6c\x84\xbd\x83\x50\xf4\xad\x9c\x67\xbe\xc2\xed\x55\x7d\x19\x88\xe4\x5d\x82\x16\x57\x76\x8b\x56\x44\x5b\xf4\x12\xee\x5b\xb9\x75\xfd\xc7\xbb\x07\xff\x00\x31\x59\xee\xfc\x2d\x37\x86\x5b\x51\xec\xa4\x9c\x6a\x13\x6c\x9a\x40\x19\x98\xe4\xdd\x65\x2a\x23\x96\x56\x01\xff\x3b\x21\x2f\x70\x07\x60\x92\xbb\x2a\xc4\x27\xa6\x92\xf9\xf2\x3e\xf3\x80\x89\x28\x04\x34\x72\x57\x94\x02\xf4\x78\x37\x68\xb5\xd9\x20\xe3\xd2\x80\xec\x25\xcc\x07\x50\x83\xd9\x1a\x80\x43\xee\xea\xcf\x40\x20\x4f\x5d\x14\xbe\x8c\x7d\x41\x59\x03\x0e\xf9\x58\xde\x06\x01\x81\xdc\xd5\x2f\x3e\xc1\x93\xb4\x39\x7d\x62\x21\x9a\xba\xfb\xc3\xa3\x55\x33\xf3\x47\x08\x6d\x9e\xb5\xdb\x3d\xc0\x8a\xde\x38\x53\xbb\x9b\x74\x6e\xf5\xa2\xe6\x43\x19\x56\x14\x16\x28\x79\xa8\x00\x7f\xb7\x76\x00\x64\xef\xef\x71\x7e\x68\x02\xb5\x55\xb9\xf8\x23\x1c\x25\x87\xf1\xe4\x7a\xf8\x11\x07\xd5\x71\x3f\x9e\x47\xa9\x0f\x37\x9e\x6a\x00\x02\x22\xff\xda\x9f\xd7\x1a\xa0\x25\x57\xfd\xf3\x3e\x35\x50\x9b\x14\xcf\xd0\xbb\x9e\x2f\xad\xb4\x32\xab\x17\x8d\xdd\x5d\x03\x93\x55\x08\xf9\xd0\x2e\xbd\xc9\xfa\xd0\x2e\x93\x27\x7c\xee\x12\xa4\x56\xd0\x91\xbb\x9e\x1a\x00\x22\xf7\x5c\x8e\xcf\x45\xf3\xf7\xf1\xdf\xff\xc2\xf8\xc6\x0f\xee\x9b\x97\x25\xe0\x21\x77\x63\x38\x84\x40\x0e\xbd\x82\x85\x40\x3e\xbc\xd2\xf9\xe0\xc4\x18\xb0\xe2\x87\x51\x77\x72\x11\x16\xbf\x9f\x6d\x4f\x9e\x6d\xaf\xf0\x3c\xf0\xde\xf7\x1b\xb4\xa8\x3d\xb9\xf1\xfb\xb1\x45\xf6\x40\x03\xfc\xe4\x5d\xd1\xc1\x8b\x2b\xd0\x79\xf6\x74\x1c\xfe\xc1\x0a\xec\x65\x8a\xdf\x61\x6b\xc1\x73\xc7\xd5\xd5\xe7\xb0\xaf\x94\x26\xd3\x26\xe0\x95\x01\x00\x72\x27\x8e\x2c\xc0\x3f\xee\x60\x2c\x07\x98\xc7\x1d\x0c\xcd\xf8\x6d\x95\x32\x62\xf8\x3b\x8d\x6d\x22\x1b\x3f\x73\x40\x43\x94\xe2\x87\xaf\xd1\xc4\xcc\x17\xa0\x17\x47\x58\x13\xe1\xac\xc8\x63\x01\x7a\xf1\xcc\xc1\xa1\x16\x0e\x07\x6d\x68\x2a\xa8\x62\xf1\x23\x7e\xa4\x37\xfa\x0d\x6b\x04\xb8\x36\x7e\x5c\xdd\x1e\xdc\x4e\xc5\xaf\xe6\x80\x98\x57\x33\x65\x86\xa3\xa8\x39\x69\x34\x62\x70\x2a\x31\x94\xf1\x93\x1d\x36\x8a\xb4\xec\x2e\x93\xd0\xb2\x66\x9a\x21\x6f\xc5\xc4\xa8\x16\x89\x54\xcc\x8d\x4c\x24\x52\x31\x24\x3c\x40\x2a\x2e\xbf\x9a\x9f\x5d\x96\xa1\x6b\x4d\x19\xd0\x22\xd2\xf6\x4e\x67\x3a\x8b\xd3\xf9\xc3\xc4\xcf\xe1\x22\x74\x0f\x70\x61\xbe\x36\xe3\x34\xf7\x44\x80\x24\xdc\xc1\xca\x0b\x90\x84\x77\x09\xba\x8f\xe5\x75\x92\xbd\x3b\x84\x0c\x9e\x24\xbd\x0e\x70\x82\x8f\xea\xbe\x1a\x39\x7a\xbf\x7a\xfd\xca\xca\xd4\xe3\x98\x30\x91\x82\xfd\xdd\xec\x10\x68\xd8\xfb\x30\x58\xc2\xaf\xa6\xd1\x8e\x54\xbc\x79\x99\x59\xbd\xe3\x67\x72\xca\x83\x11\x86\x94\xc1\x21\x9a\xa8\x32\xec\xfd\x74\xeb\x53\xef\xcc\x7a\x99\x47\x80\x06\x7e\xce\x03\x4e\x38\xc3\x95\x33\xd2\x62\xd1\x36\xf7\x95\xe4\x3e\x0e\x60\x7c\x8b\xf9\x4b\x43\x1c\xdf\x46\x9c\x76\xfc\xcc\xe3\xc0\xad\x4e\xfc\x96\xab\x68\xb7\x60\x33\xab\xe7\x0b\x07\x2c\x8b\x28\x3a\x15\xff\xf8\x2c\xc2\xa8\x4e\x75\xff\xee\x0b\xee\xb2\xd5\x67\x88\x4f\xfe\x4e\x8a\xc8\xfc\x9d\xcd\xd5\xff\xb2\xf1\xc5\x0f\x5d\xae\xbb\x23\xae\x3c\x41\x8c\x1e\xc5\x6e\xfe\xdc\xdf\xf2\x96\xce\x62\x5f\x39\x64\xbf\x52\x55\x72\x32\x30\xb5\x92\x7e\x32\x7e\xc2\xeb\x57\xa6\x9e\x88\x0a\x6c\xc1\x01\x16\xef\xc4\x93\x27\xc0\xc9\x6d\x64\x6e\x8e\xdf\xed\x39\x71\x6b\xe3\x57\xd3\x3d\xe2\xb8\xcc\x60\x3c\x0e\xe0\x73\xf7\x47\xfc\x01\x9c\x4e\x0b\xc7\x8e\xa9\x12\x10\xac\xf8\xe9\x13\x1a\xf6\x83\xeb\x3b\x2c\x79\xf1\x93\x39\xb8\x19\xdf\x9c\x51\x3e\xc2\xad\x73\xfe\x3c\x71\x92\x67\xf7\xdc\x67\xde\x4b\x9f\x4f\xc7\x4d\x7b\x9f\xd5\xee\x3f\x00\x89\xdd\xbd\x2a\xbc\x70\x51\x06\x81\x3d\x7e\x79\x90\x82\x17\xb7\x19\xfb\xe1\x48\x3b\x5d\xf7\xb3\xe9\x3f\x8d\x17\x07\xe2\x73\xee\x07\xbf\xb2\x8f\xc5\x26\x51\x7c\x21\xac\x47\xea\x2e\xd4\x7b\x58\xda\xdf\x4f\x20\xb8\x06\xcf\x6c\x93\xe1\x73\x12\x81\x3d\x58\x30\x5f\x77\x47\x7c\xd1\x2f\x86\xd2\xe4\x1f\x44\xc7\x8f\x84\x73\x5d\xf6\x36\xd5\x8d\xe2\x3f\xd6\xc5\x94\x1e\xc5\x1d\xeb\x70\x37\xd9\x14\x53\x35\x40\x7a\x3d\x9a\xdc\x05\x40\xd7\x22\x31\x3e\xaa\xf4\xac\xfa\x87\x57\xd5\x34\x82\x6f\xca\xc1\x9d\x59\x1c\xda\xba\x90\x92\x03\x54\xd5\x00\xf3\x3c\x00\x55\xdd\xf5\xfa\x55\xa6\x33\x63\x15\x20\x7a\x98\x63\x03\x28\x55\x13\x1d\xc7\xd1\xe5\x85\xce\xa8\x79\x81\x97\xc5\xb5\x82\x71\x43\x15\x20\xae\xee\xcf\x18\x23\x9e\x2a\x60\xe4\xc4\x41\x62\x60\xb0\x4e\xe2\xe8\xd2\xfc\xea\x0b\xb7\x82\xcb\x67\x37\x0a\xd4\xe5\xd0\x3e\x56\x2d\x2d\xcd\x73\xb8\x23\x11\xd1\x69\x10\x9f\x14\x00\x63\x02\xbc\xd5\x0a\x18\x71\x00\xb7\xda\x49\x59\x15\x87\xba\x42\xf8\x3b\xa9\x34\xa7\x15\x79\x01\x37\x2c\x4c\x84\x87\x1d\x1f\x4e\x02\xdd\xc0\x4b\x12\x97\xfe\x38\x42\xfe\xe4\x1e\xdb\xf4\x52\x7b\x48\x1c\xd3\xd9\x71\x0e\xf0\x59\xec\x2e\xc7\x94\x0e\xdb\xd7\xa9\x18\x67\x71\x52\xe6\x01\x96\x1c\xc7\x4c\x27\x49\x9e\xd5\x5f\x20\x46\x07\x86\x2e\x9c\x16\xe2\x48\x19\xdd\x93\xb3\xa9\x67\x45\xcd\x8f\x83\xeb\xa6\xee\x86\x5b\x9e\x15\xd7\x92\xec\x77\x84\xa0\xc4\xb1\x72\x6a\xd9\x62\x4b\x36\xe7\x02\xe0\xbb\x51\x3d\x05\x67\x8e\xe3\xaf\xf8\x8d\x38\xce\xe2\x97\x74\xed\x64\x2c\x4e\xaa\x74\x15\x92\x75\xa4\xc4\xed\x99\x46\xe2\x26\xd4\x21\x84\x2b\x5d\x88\xdc\x71\x5c\xfa\xdf\x2e\xba\xa6\x64\x3d\xe9\xcd\xa5\xa4\xeb\x88\xf1\xbb\x00\x60\x21\x8e\x2d\x4c\x4f\xd4\xb4\x38\x14\xa0\xe1\xff\x87\xf9\xe9\x97\xa7\xf5\xe6\xb2\xc6\x9a\x6e\x6b\xf5\x77\xf5\x26\x8f\xba\xce\xf5\xcb\x43\x75\xdb\x04\xbd\x25\x99\xcc\xb2\x4f\xdc\x0d\x75\xe7\xf1\x51\xaf\x77\x63\x29\x7d\x4f\x3f\xea\xec\x63\x3f\x52\x71\x70\xe7\xe3\x43\x01\xa0\x47\x1c\x8f\x1c\x1e\xf1\xf2\x78\x5c\x92\xe6\x3f\x12\x29\x3b\xb2\xc9\x6d\x6b\xee\x76\xe2\xc4\xbb\x7b\xe3\xd5\xc0\xc2\x90\xcc\x13\x63\xb5\xc4\x8a\x91\x21\x37\x0e\x85\xea\x65\x59\xc3\x96\xe9\x2b\xe8\x65\xd5\x25\x37\x6d\x1d\x2a\x56\x00\x49\xda\x49\x98\x16\x20\x8f\xee\x2e\xd1\x02\x17\x2d\xdd\x93\x89\x2f\x7e\x97\xc0\x7d\xb6\xe0\x37\x84\x8d\x48\xac\x30\x5c\x11\xe3\x12\x40\x8f\x1e\x0d\x40\xed\x28\x9b\x80\x57\xdc\x11\x43\x0c\xd1\x09\x5a\x5e\x80\x15\xda\xc9\x5a\x1e\xe0\x83\x76\xb2\x72\x47\xd1\x85\x01\x13\x40\x08\xfe\x39\x30\x74\x47\x31\x48\x1a\x45\x31\x44\xff\x14\xb2\x3f\x8a\x42\x2f\x27\x02\xc4\xcf\xdd\xba\x5f\x7d\x16\xa1\x45\x83\xa9\xd0\x93\xa3\x10\xf8\x8c\x1f\x58\x80\xd3\x59\x49\x3f\x13\xc5\xf8\x29\xa2\xeb\xa3\x90\x20\x9e\xac\x46\x51\xb8\xf5\x20\x03\x73\x94\x14\x75\x91\xc9\x00\xed\xec\xe4\x06\x8e\x82\xa8\x8b\x67\x62\x80\xd9\xb9\x47\xdb\x78\x21\x49\x2d\x32\x02\x00\x9e\x55\x11\x5d\xfc\xce\x86\x57\x65\x08\xe0\x39\x95\xa3\x4a\x02\x8b\x2d\x8b\x13\x61\xe7\x2c\x92\xde\x8d\xb8\xc4\x00\xa7\x73\x17\xe7\x23\x53\xaf\xfc\x9c\x39\x53\xbd\xa2\xa6\x46\x31\x6e\x1a\x35\x35\x00\xea\xec\xa4\x26\x0d\x70\x3a\x2b\xb9\xc3\x02\x9c\xce\x8a\x2f\x45\x80\xcd\xd9\x01\xf6\x0c\xb0\x39\x23\xe7\xd3\x68\x6a\x94\xd1\x00\x75\xb3\x2a\xea\x00\xba\xb9\x3b\x42\xd7\x7b\xae\xb3\xff\xec\x89\x26\x91\x66\x94\x4d\xef\xc3\x33\x2d\xd0\xe6\x42\xe9\x0c\x80\x36\x05\x24\x08\x80\x36\x77\x55\x74\xca\xf4\x29\x4e\x42\xcf\xc6\x99\xe9\xfe\xc1\x75\xf9\xc8\x1c\xf1\x68\xbf\x21\x04\x67\x85\x08\x96\xcd\x20\xda\xaf\xfb\x91\xdc\xc9\xd5\xe7\xce\x84\xbb\xea\x00\x8d\x73\x97\x9e\x7f\xd1\xbd\x02\x9b\xe8\xd9\xa6\x8c\x13\x11\x0e\x78\xce\xfd\x42\x37\xc1\xdf\x1e\x4e\x11\x36\x25\x32\x68\x46\x89\xdc\xbe\x4c\x6a\x28\xbd\x38\x16\x80\x3b\x8b\xdd\xc7\xaa\xc4\x65\x57\x80\xc8\xd9\x87\xbd\x0c\xc5\x04\xdb\x23\x30\x8b\x54\xac\x51\x30\x30\x91\x6d\x31\x80\xe7\xec\x24\x7a\x0c\x20\x39\x77\xff\x98\xf8\xcd\x7d\xfa\x70\xfb\xe1\x31\x7f\x28\xc3\x95\x34\x17\xd9\xde\x94\xd3\x3a\x8c\x65\x5d\xb4\x91\x56\x21\x27\x72\xb1\x7f\x5c\x76\xf3\xa6\x71\xe9\x12\x45\xa3\x0e\x02\x59\x39\x2d\x4d\x81\xd3\xc6\xfd\x46\x22\xd3\x7d\x81\xee\xc1\x3a\x8a\x01\xcb\x91\x2f\xd9\x11\x1a\x27\xb7\x09\xfe\x4d\x51\x2e\x79\x94\x7d\xbf\xe4\x04\x0c\x8a\x3b\x94\x21\x69\xb8\x54\xb2\xa6\x2f\xf8\xf8\x17\x3f\x5a\x7c\x64\x4d\x12\x2f\x5a\xc0\x56\x53\xf1\xf7\x8f\x72\x2b\x2d\x3b\x56\x7d\x17\x5c\x01\x82\xb4\x86\xa4\x84\x3b\x90\x1c\x2a\xc6\x9a\xe1\x41\xcb\x3b\x90\xe9\x47\xaa\x9a\x88\x63\x20\x6b\x1e\x93\xa4\x06\x01\x9c\x66\x1f\x76\xca\x94\xea\xf9\xec\x28\xe8\x94\xc8\x26\x88\x59\xc5\xbc\xe9\x0a\x2b\x82\x60\x86\x8b\x04\xee\xe5\x0f\x09\xa3\x98\x18\x55\x71\x03\xb0\xcb\x0e\xd8\x62\x00\x76\xb9\xb5\x3e\x5f\x6c\x82\x09\x34\xe6\x58\x5b\x46\x21\x41\x7a\x75\x77\xbe\xb8\x9e\xe4\xef\x38\xc7\xb8\xa7\x04\xb5\xcc\xf6\x92\x91\x54\x5f\x58\x63\x87\x0a\x23\x51\xb9\x2b\xf0\x91\xe1\x26\xfc\x54\x56\x10\x81\xca\x97\xfe\x56\x96\x36\xe6\x9f\xb6\x3f\x72\xbd\x7a\x30\x3e\x4f\x3c\x25\xaa\x99\xd3\x35\x3c\xd4\x64\x25\x90\x12\x60\x2a\xfb\xc8\x3f\x2e\xbf\xf2\x0f\xa5\x6e\xbf\x3a\x24\x8f\x90\xf9\x44\xa3\x5c\xf9\xc2\x0a\x56\x9f\x1d\x48\xe5\xd9\xa0\x80\xc9\x33\xac\xc0\x6a\xb1\xab\xe0\x25\x11\xf5\xd0\xe4\x98\x85\xf7\x56\xe5\x7e\x22\x6a\xc9\xee\xf2\x15\xf9\xca\x35\x87\x54\x52\x71\x90\xbc\x31\x00\xb2\x3c\x06\x37\x7c\x21\x92\x65\x23\x49\x41\x00\x65\xd9\x41\xc9\x0b\x90\x2c\x0b\x9e\x2e\x01\x90\x65\x25\xe0\x35\x6a\x71\x4f\x65\x69\xce\xcc\xf4\xf9\xa3\x83\x7c\x94\x6a\x04\x82\x0a\x08\x97\x7b\xd8\xbe\xb8\x9a\xf1\xd7\x1d\x6f\x54\x72\x96\x13\xe6\x1a\xe0\x62\xee\x2a\x7c\x11\xf8\xcd\xea\xd8\xfb\x44\x1e\x45\x4d\x56\x86\x0c\x00\x2c\xe6\x7e\x61\x52\x31\xe0\x90\x19\x26\xc0\xc5\x3c\x8a\x03\x13\x59\x9a\x6c\x02\x01\x2e\x66\xf1\xfc\x57\x98\x17\x99\x76\x02\x18\xcb\x4d\x67\xa9\xb6\x6b\x1e\x84\x55\x83\x57\xb9\xdb\xe0\xb3\xae\x15\x01\xb2\x04\x2c\x65\x27\xcb\x48\x00\x4b\xb9\xcb\x33\x4b\xc4\x5c\x55\x67\x6c\xe8\x90\x6b\x17\x8d\xb9\xd5\xa0\x06\xe0\x64\x27\x29\x47\x00\x38\x59\x8e\x65\x23\x38\xbb\x0f\xd7\x74\x28\x54\xc3\xa0\x6b\x5a\x6c\x10\xdb\x2a\x79\x3e\x09\xec\x0a\x11\x27\xe7\xcf\xfd\x61\x5a\x0d\xd8\x04\x20\x93\x7d\xe4\x33\x76\xc4\x2c\x40\xdb\xdd\xef\xb3\x6d\x76\x20\x77\x12\x64\x77\x08\x30\x26\x3b\xc9\x21\x42\x8c\xc9\x46\x66\x83\xa8\x72\x89\x65\xa7\x66\xb6\x4d\x1b\xc6\xef\x12\xb1\x1f\x62\x49\x72\x5f\x14\x40\x49\x56\x39\x6c\xd5\x23\xbd\xfa\xec\xd1\x9d\xbe\x60\x9d\x82\xb6\x57\x13\x7a\x72\xb5\x18\x40\x46\xee\x17\xfe\x49\x9e\x01\x67\x11\x33\x72\x82\x53\x11\x35\x0d\x3e\x30\xf5\xea\xb5\x02\x94\xad\xea\x23\x97\xe7\x67\xc9\x21\xa7\x5f\xb9\xd3\x11\xc3\xc1\x7d\xdc\x6b\xc5\x3f\xa7\x46\x34\x0f\x8d\x89\x32\x88\x8f\x0e\x40\x1d\x0f\x7d\xf4\x42\x54\x47\x2d\x0f\xa2\x3a\x1e\xcb\xa9\x38\xa5\x43\x1e\x28\xb1\x1c\x97\xc3\xbc\x10\x1e\x60\x80\x15\x4b\x0e\x70\x6d\x01\x96\xe3\xd1\xc8\x82\x16\x55\x4b\x0e\x19\xce\xa2\x5e\x6e\x7a\x8f\x1a\x0a\x8c\xf0\x69\x01\xe6\x63\x27\xdd\x41\x54\xee\x0c\xda\xbf\x3f\x9e\xbd\xda\xae\xf0\x25\x8b\xf7\x04\x00\x00\x49\x2a\x83\xa8\x70\x21\x82\xc3\x02\x9c\xc7\xfd\x11\xfd\xbd\xdd\xe7\x4e\xeb\xed\x66\x61\x56\x6e\x7c\x69\xdc\x50\xb7\xee\xbe\x7e\xe3\x3e\x75\x7f\xa4\xfe\xe3\x0c\x13\x7b\xf5\x93\x5a\xc9\x9e\x3c\x7d\x18\x92\x1a\x69\x0a\x02\x00\xc8\xa9\xd9\x2b\x01\x20\x97\x4b\x62\xc0\x95\xfb\xc6\xa4\x99\xd3\x0d\xf5\xe4\x8c\x52\x17\x6e\x6e\xc3\x71\x70\xcd\x80\x4b\x50\x08\x00\x39\x7f\x6e\xc7\x97\x88\x75\xb7\xf6\x9b\x51\xf8\xf4\xea\xf5\x90\x30\xf0\x37\x07\xee\x1f\xf2\x02\xb4\x98\xfa\x66\xeb\x74\x8b\x14\x19\x04\x0e\x07\x50\x90\x15\xcf\xea\x00\x09\xb2\x93\x48\x21\x2a\x86\xab\x31\xff\x0a\x61\x0b\x81\x21\xdb\xc4\x58\x2c\x32\xa4\x16\x44\xd0\x20\x77\x67\x58\x2b\x1c\x00\x86\x7c\xe5\x73\x3f\xa0\x2d\xd5\xe4\x7e\xa8\x48\xf5\x53\x7a\x74\x15\xf5\x06\x20\xf8\x2c\x2a\xf9\x33\x96\xdd\xff\xe4\xe8\xac\x56\xd3\x95\x8d\xfb\xb3\x68\xbf\x9c\xb1\xc1\x8b\xae\xf3\x95\xe7\xec\xe4\xe4\x85\x19\xcb\x3f\x06\x39\xe5\x7c\x86\xc4\xb0\x9b\x41\xa9\xac\x9a\xa2\x9a\x5e\xe9\x5c\xb6\x47\x3b\x94\x69\x99\xd5\xa6\x97\x1b\xd8\x26\xd1\x4a\xba\xb8\xd3\x46\x31\xc8\x83\xaf\x0c\x4f\x76\xbe\x9b\x6c\x8e\x13\x07\x68\xe4\xd4\xc4\xd9\xe4\x72\xc4\x6c\x07\xa8\x91\x93\xbc\x64\x01\x68\xe4\xd4\x5a\xda\xd2\x76\x16\x96\xf6\xc0\x1c\x36\xee\x86\x5a\x16\x47\x88\xb3\xf3\xaa\x5e\xb0\xa2\x56\x09\xda\x81\x0c\x34\xdd\xc2\x1d\xf8\xe6\x5d\x15\x6f\xa3\x00\x4b\xb2\x12\x2c\x1a\xcd\xbb\x87\xe9\x88\xf0\x3d\x23\xb7\x41\x80\x1f\xd9\x49\x48\x10\xad\x29\x7b\x5a\x2b\xb7\xef\xc0\x12\x45\xcb\x6b\x08\x48\x48\x6b\x39\x07\xbe\x24\x57\x61\x99\xc4\xe9\x22\x3a\x39\xc0\x9f\xdc\x2f\xac\x66\x73\x03\x20\x31\x35\xbd\xcc\x88\xd9\x0d\x41\x27\x27\x98\x19\xd1\xd2\xbe\x86\x9a\xdc\xba\xd3\x4b\x33\x3d\x6b\x66\x82\x70\x26\x1f\x8e\x31\x75\x2c\x4b\x5f\x78\xe0\x5b\x2d\xc2\x4c\xf8\xfd\x63\x13\xf4\x04\x15\x4b\x65\x02\x24\xca\xae\x4e\x06\x10\x65\xf3\x3a\xa6\x8d\x24\xbf\x74\x83\xcb\x8d\x91\xcf\x8d\x94\x3c\x3e\x0f\xbb\xc4\x02\x0e\xbb\xe4\x33\xb3\x0b\x8b\x68\x23\x27\x81\xe9\x19\x3a\xc4\xe6\x3f\xb2\x15\xf7\x37\x17\xf6\x84\x8c\x44\x93\x9d\x3a\xa1\x91\x33\x45\x83\xa1\xb8\xe5\x3a\x13\xaa\x2c\x41\x10\xd1\x92\xc8\xf6\x68\x2a\x54\xf0\x97\x86\xd9\xae\x4d\x37\x80\xdc\xf1\x70\x1b\x1b\xf2\x85\xde\x0e\x3c\xe5\xfe\x83\x6a\x27\xbb\x75\xf8\x11\x14\x1d\x1e\x92\xb8\x95\x1a\x8c\xc4\xad\x6c\x84\x02\x07\xb8\x95\xfb\x1f\x1a\x59\xb9\x98\xcc\x83\x77\x1b\xe0\x8b\x44\x5b\x9e\x09\xa4\xce\x06\x5a\xf2\xc4\xb7\x28\x5a\x9a\xee\xdc\x5b\x86\x5d\x91\x65\x37\x00\xaf\xec\x44\x95\x07\xe0\x95\x53\x3b\x7e\x3b\xb3\x7d\x5a\x39\x73\x5c\xb4\xaf\x4e\x66\xf7\x49\x4a\xd9\xc8\xfc\x14\x4d\x1e\x7a\xfc\xfe\xbc\xf7\x00\xe6\x72\x2f\x12\xdd\x51\xaf\x9b\xb6\x9a\x23\xa0\xd3\x19\x00\xed\x3c\x9f\xd2\xe0\xc3\x17\x57\xbc\xda\x1f\x0c\x19\x5e\xb1\x36\xb3\x6c\x68\x4d\x02\xf6\xf2\x50\xa6\x6e\xc9\x6e\x11\x66\x45\xb3\x9c\x24\xa7\x8d\x76\x65\xcd\x74\x80\x98\xe6\x79\x48\x7b\x04\xd8\x92\xde\xe8\x97\x4e\x44\x6a\x34\x21\x2d\x88\x42\x0d\xc0\x2a\x77\x37\x7d\x61\x5f\xc2\x0b\x1b\x8c\x51\x4f\xd6\x68\x37\xbb\x0f\x36\x07\x58\x65\x29\x79\x0e\x60\x80\xc5\xdb\x47\x00\x2a\x3b\xb1\xbd\xd1\xb0\x00\x4e\x6f\xd3\xc0\xa4\xdc\x2f\x7e\x25\x81\x45\xb0\x6c\xe8\x6e\xc5\xfb\xc6\x86\x09\x90\x5c\x6a\xd1\xbc\x9a\x9f\x6e\xe5\x27\xe7\x85\x7f\xd4\xea\x60\x34\x80\x5a\xd6\xee\xb1\x25\x6f\x24\x31\xb0\x21\xa8\xe5\x52\xb3\x6d\x3a\xb9\xd9\x5f\x0c\x85\x43\x66\x22\x32\xd6\xcf\x7d\x41\x72\xe9\x21\x63\x21\xb9\x64\xf1\x4e\xb2\xbd\x39\xa7\x56\xc5\x7e\xf3\x4c\xbd\xcc\xe9\x21\xe1\xc5\x2d\x6e\x48\x90\x53\x27\x44\x28\x06\xc9\xb2\xaa\x7a\x37\xf5\x43\x4f\x88\x2c\xd2\xb3\xfd\xe5\x1a\xd2\x91\x4f\xdd\xad\xf9\xe2\x22\xb8\xd4\x19\x08\xcd\x6e\x07\xbe\x72\x7a\xd9\xd3\x81\xd0\x22\x60\x2d\x40\xb2\xec\x44\xb5\x85\x40\x96\x84\x9c\x45\xd7\x47\xce\x2b\xd0\x4e\x80\x15\x18\x62\xd1\x31\x41\x12\x1b\x16\xfd\xf7\xf2\xcc\x37\x87\x0a\x33\x9b\xa1\x13\xea\x5c\xbc\xe8\x04\x06\xb3\x13\x91\x15\x1d\x8f\xb7\x1f\x99\xd8\x42\x14\xcc\xa5\xd8\xde\x0f\xb5\xba\x69\x11\xc4\xd0\xea\x57\x7b\x76\x35\x26\x03\x82\x59\x01\x44\x09\x80\x2f\x3b\xe1\x5c\xd1\x45\xc6\x42\x94\xea\xe6\x04\x01\xfd\x25\xba\xa9\xa6\x95\x15\x01\xc4\x3c\xaa\x82\x7e\x17\x1a\xcb\xee\xc2\x83\x27\x40\x2d\xd1\x71\x98\x23\xe9\x4e\x08\x8f\xf9\x2b\x76\x8a\xfb\xfc\xe2\xcd\x6a\x17\x02\xc3\x39\x04\x1b\xab\x00\xad\x11\xe0\x66\xee\xba\xec\x0b\x60\x1c\xd5\x3f\x9c\x44\x66\xba\x90\x6c\x15\x9a\xd4\xeb\x8f\xeb\x4b\x9f\x49\x6f\x05\x83\x02\x36\x33\x4f\x4a\xdf\xbc\xb9\x48\xab\x40\xd0\xdc\xad\x31\x70\xbc\x01\x34\xa8\x01\xa1\xd9\x48\x44\x15\x40\x68\xee\x8f\x7c\xc1\x54\xcb\x76\x11\x42\xb3\x3a\xec\x6a\x8f\x6c\xcd\x23\x83\xf4\xdb\x5b\x4e\x21\xa5\x9b\x47\xd6\xe2\xe4\x97\x22\xee\x29\x3a\x36\xd1\xf8\x33\x75\x55\x00\xb6\xb9\x6b\xa0\xa1\xe6\xd9\x2e\x56\xb7\xa8\x82\xee\xb7\x93\x67\xe6\x0d\x53\xaa\x26\x93\x2e\x50\x46\xfe\xce\xe6\x3b\xec\x64\x9e\x78\x86\x22\x4e\x86\x5b\xbd\x67\xef\x69\xae\x73\x89\xe2\x92\xa7\x60\x50\x7d\x21\xf5\x81\xcb\xd4\xed\xa0\x5b\xa6\x2b\xdc\xd1\x46\xb7\x4f\x4c\x35\x1e\x7b\xe1\xea\xe3\xb1\x87\xef\x72\x80\xc8\x59\x34\xa4\x80\xc8\xb9\x67\xd1\x5a\x3f\x6b\xa5\x26\x72\x59\x12\x36\x1d\x1d\xd0\x8c\xe2\x2d\x2e\xf0\x9c\x15\xc7\xe9\xe8\xc3\xd9\x65\x6a\x44\xd0\x40\x58\x06\x8d\xd3\x34\x1b\x01\x1a\x67\x0f\xe7\x72\x38\x7d\xfe\x4e\xc2\x7f\xbb\x81\x13\x7b\x38\x1c\x14\x6b\xc3\xfd\xa2\xe3\xde\x17\xd9\x23\xf9\x1f\xfb\x0b\x4f\x08\xd5\x9d\xae\xc2\x4d\xde\x8a\x00\xc9\x73\xbf\x50\x02\x09\x41\xe3\x33\xb0\x9e\x3d\xf2\xb9\x4b\xd9\xfc\x88\x5d\x51\xac\x0a\x60\x24\xb7\x33\x6a\x79\x38\x66\xaf\x05\xc9\x52\x10\x02\x7e\x4e\x3c\xcb\xa2\x63\xb1\xf5\xc2\x20\xf1\x3e\x49\x33\x10\x1d\x2b\x6d\xb8\xa6\xe4\x35\x29\xde\x4f\x03\xeb\xd9\xc3\xed\x34\x59\x2e\xe7\x69\xcb\x1a\xd5\x5b\x65\x10\x3e\x77\x13\xd6\x24\x2c\x90\xcf\x1f\xcf\x54\x94\x32\x08\x64\x18\xbc\xcf\x43\x63\x63\x27\x0f\x76\xb8\x6b\x56\x36\x4d\xe9\xa5\xad\xd2\xd3\x47\xd8\x77\x38\x51\x4b\x32\x6c\x47\xc8\x83\xad\x49\xa0\x9f\x39\x9d\xf4\x16\xb7\xbd\x70\xc5\x84\xc0\x50\x4b\x04\xbe\xb3\x87\x13\x02\xf3\x27\x8d\x66\x74\x0d\xb9\xe0\x2e\x46\x27\xa0\x5b\xcf\x1f\x00\x38\x6b\x73\xd7\x5d\xd6\x4a\x07\x35\xea\x4e\xa9\xdf\x65\xad\x34\x7d\x29\x48\xc1\xd2\x81\xdf\xec\x91\xb5\x2e\x08\x0d\xdd\xb8\x64\x6b\x4e\x2d\xd1\xdd\x3f\xf2\xd2\x07\x58\x9c\x1d\xff\xb8\x00\x8b\xb3\x24\xd9\xbf\x93\xda\xf2\x11\x4e\x7b\x21\xed\xbb\xed\x14\xf3\x71\xe7\x50\xe9\x21\xbe\xf0\x5d\xa2\x78\x2b\x02\x78\xa0\x6f\xaf\x9d\xe9\x20\x62\x46\xe4\xef\x3a\xe8\x77\xab\xa2\x1f\xf0\x7c\xe1\x37\x87\xaa\x35\xf0\x9b\xbb\x2a\x5e\x30\x10\x47\x3e\x57\xff\xa0\x71\xe0\x2c\xc8\x99\x19\xfd\x81\x31\xb9\x5d\x1e\x4d\x59\xf9\x87\xb7\xa2\x96\x66\xaf\xfd\x89\xbe\x11\x40\x73\x56\xef\x72\xfa\x93\x3d\xb6\x6a\x15\x87\xfc\x07\x0e\x06\xe7\xee\xaf\x53\x87\x74\x00\x80\x67\x5d\xf6\x18\x31\x25\x2c\xf0\xe6\x7a\x32\x2b\x6a\xf0\x87\x8b\x2b\x52\xe7\xb2\x84\x04\x13\x99\xb5\x13\xcb\x3d\x8f\x2c\x22\x91\xf7\xa0\x02\xd7\xa5\x3b\x0d\xb8\x9d\xfb\x2b\x8a\x10\x6d\xa6\xdd\x5c\xdc\xce\x36\xf3\x0f\xd6\xc1\x3d\xca\x9d\xa6\x2e\x4e\xc3\xbb\x4b\x12\x0d\xc4\xc0\xed\x4f\xc7\x24\x71\x3b\x87\x86\x8c\xa1\xef\xca\x91\x5f\xb9\x09\x86\x9f\xe5\x48\x3a\x2f\xfa\x18\x40\x10\x41\xe4\xec\xba\x8c\x8c\x54\xb4\x69\x7e\xe0\x13\xa8\xdf\x0d\xf0\x9c\xbb\x2e\x2b\x66\x4b\xb0\x74\x40\x72\xee\x7a\x69\x3e\x45\x12\x28\x88\x00\x9d\xf3\xb0\xe2\x43\x8e\x64\xc5\x47\x0e\x98\x9a\x0f\x2d\xa7\xc3\x7f\xe4\x37\x56\x8d\x37\xa0\x6e\x26\x82\x6c\x16\x7d\x2d\x00\xd9\xec\xfa\x1c\x00\xb2\x79\xcc\xc3\x8e\xe1\x7a\x2f\x36\x5b\x80\xb2\xd9\xbd\xa7\x00\x65\x73\x7f\x45\x23\x29\x4a\x54\xff\x51\xc5\xb5\x97\xdc\x98\x7a\x09\x3f\xaa\x7a\x9b\xad\x68\x91\x06\xdb\x24\x04\xca\x8c\x7c\x56\x09\xb0\x93\x26\x94\xee\xf9\x0f\xb3\x87\xb6\x0e\x36\xe6\x2e\x4e\x5d\x4d\x59\x1d\x9a\x34\x44\xa8\x00\x02\x27\x40\xc4\xac\x8a\xfd\x22\x62\xb6\x69\xf7\xb1\x3a\x17\x10\xca\x62\xa4\xff\x8c\xbd\x54\x3e\x08\xbf\x52\x07\xc9\x17\x35\x6c\xdb\x4f\xa5\xde\x9d\x00\xaf\xcf\x4e\xca\xdf\x73\xf6\xb8\x36\x95\x90\x8d\xee\xb4\x42\x13\x47\x1f\x5c\xc6\xfa\x07\x84\x2c\x2c\x90\x13\x49\x55\xa8\xee\x91\x05\xf2\x0c\x30\xaa\x4c\x18\x8d\x72\x30\x46\xce\x17\xe5\x65\xb3\xe1\x57\x14\x47\x33\x1b\xc3\x35\x71\xb5\xf4\x2c\x04\x4a\x26\x44\xa9\x6c\xd3\x89\x44\xe5\xf6\x36\x6d\xa4\xca\xed\xa8\x88\x1d\xf3\xae\x0b\xcc\xca\xfd\x07\xb3\x25\xdf\x84\x05\x0f\x79\x25\x34\x15\x98\x4a\x83\x61\x03\x98\xca\x2a\xf1\x02\xa5\xb2\x93\xbe\x24\x46\x70\xfd\xe3\x7c\x06\xc9\x72\x30\x3a\x01\x51\xd9\xbd\x1b\x11\xa1\x72\x68\x3d\x1b\x13\x9b\xa4\x3d\x22\x7b\x98\x57\x1d\xc0\x55\x56\x35\xdf\x91\x5c\xb6\xfa\x87\x29\x6d\xe9\x1d\xe9\x58\x7e\x7f\x86\x7a\x84\x20\x97\x5e\x4e\x0c\x54\xff\xc8\xd6\xa1\x7b\xc8\x64\x43\xf3\xb7\x53\x40\x7c\x38\xe1\x30\x31\x56\x2e\x32\xe3\xe3\xf6\x54\xcb\xfb\x58\xb8\x24\xba\x7c\x0b\x8f\xa7\x2c\xac\x29\x24\x6b\xd5\xc6\x45\xcb\x4b\x31\x0c\xfe\x36\xf4\xd7\x01\x51\x20\x46\x2a\xfa\x18\x46\xc0\xab\x9c\xba\x17\x8d\x8c\x1c\xb7\xc1\x53\x22\x90\xff\x30\xbb\xd2\xb0\x53\xf2\xe2\xbe\xb8\x98\x6a\x97\x89\xe4\xcf\x24\x81\x8d\x71\xa9\xfc\x3b\xa8\x8b\xfc\xcb\xd2\xc6\x2b\xab\xa5\x8d\x2b\xf1\x19\xf7\xf3\xad\x74\x08\x57\x1b\x30\x51\xcd\xe6\x43\xc7\x1d\xc7\x71\xbb\x57\xed\xd4\x4d\x6a\x37\x84\x15\xf1\x27\x8b\xdb\xf3\xf6\xd0\xb9\xd9\xf0\x7a\x2c\x1e\x0e\x43\xc8\xf4\xb2\x18\x66\x13\x9b\x76\x04\x8e\xaa\x65\x7e\x24\x47\x95\x62\x3d\x76\xc4\x67\x4f\x8d\x7b\x0c\x8c\x4a\x0d\xf3\xe3\x01\xff\x1c\x6b\x14\x78\x95\x7b\x7c\xfe\x71\xa1\x9f\x59\x9a\xbc\x5f\x1e\x4c\x38\xa0\x56\x6f\x30\x2a\x6b\xee\x90\x57\x3a\xe4\x4e\x07\xec\x41\xe3\xf4\x78\x75\x7d\xa2\x85\x17\x09\x5e\xc2\x83\x9d\x5b\x33\x33\x98\x96\xbb\x7b\xfe\x11\xfc\xc1\x7a\xbf\x52\x5a\xcf\x15\x11\xdc\xda\x7c\x87\x80\x10\x3a\xf1\x25\xc0\xe5\xb4\xe3\x9b\x7d\x56\x32\x5f\xc6\x30\x6c\x5b\x97\xbc\xf1\x79\x9c\x5c\xe4\x0f\xea\x84\x22\x05\xc2\x65\x4d\x0a\xfa\xa9\xaa\xc1\xbc\x85\xb5\xcc\x5d\xf1\xe5\xe4\xd0\x45\x5c\x85\xf4\x33\x1c\x5f\x36\x4e\x4f\xb8\xc9\x55\xf3\x01\xb4\x72\x97\x18\xbc\x80\xff\x3a\xfd\xa3\x51\xba\xf2\x9c\xed\x4d\x5e\x18\x79\x96\x9e\x3c\x1f\x3c\xe3\xb7\x17\x16\xc8\x8d\x1e\xbc\x5c\xba\x95\xf1\xac\x97\x41\xe7\x59\xa5\x86\x33\x13\xc9\x46\xd1\xd9\x01\xa1\xdc\x13\x4a\xa7\x0e\x2d\x43\x98\x12\xe2\x50\xa8\x9f\x96\x71\x80\x16\x51\x34\xe6\x0c\x08\x43\xe9\xec\x02\x43\x59\x64\x69\xc0\x50\x56\x1d\x74\x22\xaf\x84\xd9\x54\x51\x1c\xac\x1f\xc9\xd1\x20\xd1\xc1\xcd\xaf\xd6\x6e\xd0\x26\x77\xdb\x96\xd0\x5e\xc6\xd6\x8b\x22\xed\xe7\xc4\x86\x09\x9d\xa7\xad\x54\xc9\x0d\xbb\x0f\x90\xc9\xfd\x0f\xcd\x54\x97\x0a\x52\x1e\xa9\x49\xff\x69\xf3\x8b\x2a\x23\x63\xf8\xf8\x21\x15\x3d\x44\xc0\x99\xdc\xd5\x31\x7e\xd8\xad\x86\xc1\x10\x72\x1a\x0c\xb5\x88\xe4\xa3\x70\x83\x30\x75\x73\x58\x82\x45\x2d\x3e\xcb\x46\xd9\xce\x02\x45\x2e\xcd\x24\xd1\xb3\x2e\x26\xb6\xbb\xeb\x39\xad\x81\x42\xab\x9d\x3c\x50\x68\x35\x24\x47\xcf\x7d\xe7\x4b\xf6\x91\x17\x94\xd5\xc1\xe9\x03\xe1\x31\xa6\x1b\x61\x00\x33\x86\x72\x10\x43\x69\xce\xd5\xc6\x91\x54\x65\x15\xe8\xc7\xaa\x7e\x1f\x79\x41\xec\xb2\x70\x41\xac\xf1\x1d\x4c\xc8\xcd\xe8\x6d\xc2\x4e\xf9\xac\x60\xe7\xa2\x84\x24\xa1\xfb\x52\xec\xae\x2f\xac\x3d\xe2\x57\x98\x3d\xd3\xc0\x11\xf0\x1b\xf7\xc8\x19\x87\x91\x67\x3a\xce\x80\xe6\xd8\x41\xc1\x08\xd0\x1c\xbb\x26\x6d\xd1\x1c\xc3\x58\x8e\x48\x67\x20\x38\x8a\xe0\x8c\x1a\xa8\x01\x64\xec\xa0\x41\x04\xb0\x8b\x5d\x23\x74\x98\x45\x4c\x13\x68\x78\x61\xab\x6f\x01\x48\x8b\xbb\x2a\xff\xf1\x6c\x60\x3b\x8a\x65\x5d\x8c\x57\x3f\x7c\x32\x28\x07\xc0\x89\x5d\xb3\x75\xa8\x36\x16\x47\x85\xaa\x38\x8b\x7d\x3c\x09\x75\xb1\x8b\xa2\x21\xe9\x7f\x08\x74\xe2\x9e\x54\xc6\x7e\x66\xc6\x71\x8b\x08\xe4\x6f\x91\x07\xa9\xce\xdf\x3d\x29\xc3\xe2\x6e\x27\x68\x28\x70\x8b\x5d\xb3\x37\x68\x8b\xc5\x44\xab\x01\xc0\x62\x2d\x1e\xc7\x4b\x71\xc1\x06\x2f\x98\x02\xa2\x43\x64\x1c\x98\xab\x70\xb9\x56\x4c\x36\xf7\xbb\xda\x75\x13\x49\x51\x6f\xc6\x00\xe4\x40\xe3\x35\x80\x89\xbb\x5a\xfe\x20\xc7\x89\x36\xde\x48\x47\x21\xc9\x8d\x6c\x0b\x7e\x26\x92\xe1\xd2\x4b\x11\x28\xc3\x5d\x9c\xaf\x9e\xec\xa2\xff\x58\x17\x7d\x97\x57\x69\x76\x00\xb2\xb0\x6b\x75\x00\xb2\xb0\x2a\x05\x82\x58\xd8\x35\x0f\xc4\x9b\xfb\x84\x06\xd1\xd6\x72\x7a\xd0\xd6\xa6\x04\xf8\xcd\x85\xa2\x89\xd7\x14\xa3\x7e\x24\x7d\xf1\x74\xbf\xa0\x8f\x22\xa4\x87\x81\x5f\xc3\xdf\x4f\x4b\x5b\xe2\xf6\xc5\xc6\x0d\xbe\xf0\x99\xed\x23\x35\x46\xbb\xd3\x40\x95\x58\x86\x53\xda\x20\x9e\x81\x2e\x99\xe0\x17\x16\x2f\x83\x22\x6f\x67\x25\x1a\x9f\xe6\x6d\x44\x0a\xe0\x08\x77\x83\x0c\x04\x5d\x4f\xe1\x1b\xa4\xc1\xf2\x5b\xf5\x2f\x0a\x08\xdc\xe0\x31\x41\xa0\x8a\xf9\xcb\x11\x0f\x5e\x96\xff\x1c\xbc\x58\xb7\xcf\x8f\x7f\x14\x5e\xdc\x8e\x88\x25\xf3\x70\xd7\x41\x03\x27\xb9\xbb\x54\x49\xc1\x2b\x34\xc1\x43\x4c\x6c\xcb\xe0\x98\x07\xa8\x84\xbb\xaa\xca\x8b\x04\x18\x96\x37\x0b\x9b\x19\x62\x0c\x10\xe1\x94\xa1\x27\x10\x21\xa0\xfd\x31\x53\xa5\xcb\x7f\xc8\xac\x66\x7b\x18\x84\xb5\xbc\x4f\xfd\x90\x90\xc7\x04\x1f\x9c\xa4\x01\x8b\x59\x9d\x7c\x4e\x25\x78\x83\xd5\xbb\x6d\x20\x06\x05\x9f\x88\x99\xda\x19\x32\xe6\xc4\x0d\x68\xe9\x0f\x3b\x61\x32\xea\xc9\xc2\x07\xaa\x5a\x82\x0c\xb8\x37\x1d\x55\xa5\xda\x05\x8f\x02\x1b\xb0\x93\xda\x2e\xa6\x51\x5c\x1e\x4a\xb0\x01\x8b\xe0\x85\x01\x04\x60\x11\xd8\x2c\x80\xfd\x9b\x3d\x8b\x9b\x2a\x96\x93\x28\xee\x9f\xa9\xd1\x62\x26\x23\x81\xf9\x82\xd0\xb7\x3b\x49\xc7\xb0\x7a\x92\x0a\x35\x66\xcf\xa5\x62\x5c\xc3\xa9\x73\x49\x06\x2e\x5c\x36\x3f\xbc\x46\x5a\xfe\xe1\xee\x3e\xfc\x87\x10\xc7\xe1\x1f\xd8\x99\xd8\xe8\x09\xd6\xf7\xef\x05\xe2\x68\x83\x41\x0e\xbc\x7c\x46\x24\x40\x2b\x07\x85\x6f\x2a\xa8\x80\xbb\xd7\x55\x7e\xa7\x20\xfe\xc6\x57\x81\xb5\x97\xde\xb8\x20\xe7\x75\x15\xec\x89\x1b\x8f\x5e\x1e\x73\x66\xf7\xa8\x75\x5a\x13\xdd\xd3\xf5\xd3\x15\x94\x0d\x60\x29\x00\x50\x6f\x8f\x9a\x2e\x6d\x9e\x50\x9b\x5b\x8c\x0c\x1b\xe0\x4c\xc5\xd4\xa1\x07\x78\xb2\x98\x4b\xbc\x50\x9a\x5b\x80\x79\xc3\x19\xa7\x21\x5b\x32\xdc\x89\x51\x51\x45\x1b\x3c\xbd\x63\x92\xfa\x3a\xe6\xd2\x18\xb1\x6c\x4f\xbe\x81\x54\x00\xa4\xde\x2e\xcf\xcc\x62\x62\x54\xa3\x9d\xc9\x37\x5c\xd8\x53\x1f\x66\xea\x3a\xdd\x24\xd0\x0a\xa1\xf3\xbc\xb9\x9b\xa7\xad\xfb\xec\xe6\xc9\x3f\x70\x6f\x34\xee\x0e\x18\xbd\xae\x76\x2b\x8c\x5e\x78\x45\x36\xaf\xec\x09\x13\x74\xb9\x93\xa4\x00\x22\xfa\x8f\xfc\x8c\xcd\x0b\xdb\x01\x24\xef\x50\x41\x12\x24\x6f\x92\x54\x37\x00\xc9\xeb\xca\xe4\xd3\x8b\x4a\x3d\x86\x26\x51\x0e\x2a\x2f\xf3\xca\x45\xa0\x5a\xd5\x28\x97\x96\x9c\x59\x0a\xd5\x82\xe7\x91\x90\x2c\xe6\xad\xdd\x7f\xfa\x51\xee\x4f\x3a\x72\x27\x47\xf0\x1f\xe6\x41\x62\x40\xbc\xd8\x1c\x7f\x4a\x80\x33\xd5\x2a\x38\xe8\xbc\x73\xb9\x18\x3d\x91\x12\x64\xea\x0a\xc0\xf5\xba\x16\x80\x99\xbc\xca\x1d\xf8\x38\x45\x4e\x31\x17\xa5\x2a\x7b\x80\xeb\xed\x69\xa1\x37\x8f\x02\xbf\x44\x44\xc6\xe5\xee\xcf\x7b\x52\x0f\xdb\xe3\xbc\xb8\x59\xd2\x86\x08\xa7\x9d\xaf\x17\x0b\x88\x5b\x82\xe7\x29\x02\x02\x9e\x57\xb5\xa4\xcf\xbc\xde\x74\x62\x5e\x17\xc2\x02\x5c\xba\xc0\x68\x01\xc5\x3b\x1a\xe9\x2b\x62\x7e\xd2\x00\xc7\xfe\xd9\x79\xbf\xca\xfe\xd2\x06\x29\x9c\x1b\x61\xcb\x21\x12\x5e\xd3\x27\x06\xf0\xbb\x3e\xa5\x3a\xf8\xf6\x4c\x05\xcd\xf9\xe5\x48\x76\xbf\x96\x29\x24\xbd\xec\x5c\xa9\x12\x35\x9e\xb3\x95\xc9\x0b\xa3\x42\xec\x5b\x5a\x0a\x47\x96\xf0\x1e\x80\xaa\xc8\xdc\x31\x81\x74\x0b\xa0\xe8\xba\x3c\x45\x24\x3a\x85\x38\x20\xe6\xba\x14\x08\x88\xb9\xdd\xc4\xe2\xc5\x9d\x5a\xfd\xea\xb6\x57\x16\x87\x32\xea\x8a\xb2\x8c\xab\xd0\x35\x7d\x81\x6a\x53\xf4\x20\x59\x1a\x0a\xf5\x1d\x16\x69\x4e\x63\xea\xd2\x1c\xa8\x8b\x85\x50\x73\x64\x9c\x88\x45\x9a\x29\x19\xf7\xe2\x62\x51\x56\xbf\xf0\xf4\x29\xba\x5e\xac\x22\xfd\x84\x09\x2e\xb1\x6c\x98\xd3\xa5\x7b\xeb\xf2\x2b\x7d\x7d\xbc\xd6\x04\x90\x6e\x97\xf7\x85\x41\x42\x42\x13\x77\x4e\x1f\xab\x55\x71\x3d\x86\xd3\x82\x41\xb7\xff\x18\xbc\x18\xfb\x45\x77\x6b\x0e\x97\x12\x20\xdf\xca\xff\x57\x3b\x00\xd5\xa0\x27\x84\x5f\x2c\x3d\xe6\x97\x3c\x4d\x5f\x8f\x25\x7a\x0d\x69\x29\x22\x61\xeb\x7e\x59\x57\xec\xf2\x9c\xec\xc5\x6d\xa2\x92\x0d\x70\x76\xc5\xbd\x0c\x9a\xdd\x9e\x51\x46\x48\xbc\x5e\xd1\x6d\x64\x91\xea\xa3\xe8\x29\xb2\xfa\x3e\x8a\x1e\xac\x05\xa4\x7e\xd1\xf8\x05\xe8\x5d\x97\x57\x2d\x93\x49\xeb\xbc\x0f\xea\x5d\x97\x6b\x2f\x3c\x66\xb5\x35\x83\x80\xd7\x01\x89\x88\xa5\xc6\x25\xd1\x5f\x6a\x5c\xcb\x26\x1e\x9c\x67\xe9\x39\x4c\x53\x13\xdc\xc2\x6b\x68\xfa\xfb\x70\xa6\x68\x8c\xbb\x41\x5d\x7d\x81\xb3\x2b\xcd\x15\x1f\xf2\xf8\xea\x1f\xe4\xe9\x75\xce\x47\xee\x17\x6b\xba\xec\x37\x7d\x1a\x06\x2b\xf3\x87\x97\x7a\x80\xcd\x05\xc0\x73\x55\x15\x1e\xb0\xb9\x3d\xcd\xbe\xd8\x71\x66\x50\x1c\x02\xfd\x51\x56\xe4\x29\xfa\x93\x06\x02\x3f\x57\x84\x45\x8e\xa5\x9e\x05\x15\x59\x18\x26\x8d\x7a\x5f\xe2\x1a\x34\x7f\x07\x22\x01\x72\xb8\xb0\x3f\x7a\xb9\x03\x2c\x5d\x97\x96\x2e\xd3\x78\x2c\xfb\x42\xf0\x9f\x00\x0b\x01\x60\xdd\x41\xaa\xff\x00\xaf\xae\x4a\x18\xd7\x66\xce\x55\x93\x21\xd8\x75\xc5\x5c\x75\xb1\x70\xb7\xcd\x10\x6e\xc0\xeb\xa6\x8a\xf9\x5a\x79\x20\x99\x3a\x94\xb7\xb6\x1c\x85\x5e\x47\xcb\x06\xb5\x45\x7a\xf2\x56\xf6\x84\x3e\x72\xe7\x27\xb9\x5f\x5a\x19\x81\xf3\x0b\x51\xe9\xf4\x98\x11\x94\x4e\x42\xbc\xe4\xc1\x7a\x8d\xac\x53\xe1\x15\xd9\x60\xc9\x84\x25\x34\xa2\xd5\x19\x8c\x21\x40\x9d\x04\x17\x80\xba\x92\xb2\x2f\x00\x75\x61\x2c\x1d\xf8\x74\x91\x5b\x94\x9b\x41\xc9\x2d\xf8\x74\xbb\x09\x5f\x72\x4c\xcc\xc9\x95\xd3\x4b\x17\x05\x37\x40\x49\x02\x86\xee\x00\x54\x21\x80\xa1\xab\xc0\xa1\x06\x30\x74\x85\x6c\xa1\xb1\x64\xba\x98\x14\xd6\xed\x2e\x43\xaa\x5c\x5e\xfa\x19\x6b\x02\x0c\xdd\xfe\x87\xaa\xcc\x55\x99\xc4\x84\xb0\x43\xdd\xaa\x97\x49\xaf\xcc\xdc\x00\x28\x5d\x31\xd8\x04\xc0\xb9\x92\x42\xb8\x20\x73\xd9\xfa\xa3\x77\x0f\xbd\x7a\x92\xaa\xf9\xd2\xa9\x96\xd2\x3a\x1a\x01\x9a\x19\x22\xd1\x35\xab\x7d\xb2\x3d\xff\x90\x8e\x66\x71\xe9\xa8\xd3\xfe\x78\x65\xcc\x1f\x9a\x29\x75\x35\x59\x98\x29\x97\xe4\x83\x4c\x93\x45\x87\x12\x20\xeb\xfa\xb2\x5b\x9b\xfb\x86\x57\x14\xa0\xd7\xed\x8f\x98\x20\x9c\x73\x35\x18\x89\x64\x97\x14\x95\x8b\x3d\x7d\x3a\x05\xaf\x5b\x23\x0b\x5c\x76\xca\x26\x6e\x4a\x58\x5a\xe1\xcc\xaf\xc8\xd8\xdc\x3c\xdd\x9f\x5b\x1f\x81\x6a\xa9\xed\x91\xfd\x31\xc0\xa5\x3b\xb4\x8b\x2e\x5d\x88\x0e\xc8\x28\xf8\x73\x87\x12\xff\x69\x28\x89\x31\x3b\x40\xce\xed\xc9\x0a\x5e\xf0\x98\x51\x28\x38\x49\xd9\x5c\xf4\xd1\x39\xb1\x3b\x7a\x54\x4f\xd4\xbe\x66\xe2\x8a\xd3\x04\x1f\x60\x7e\x06\xd0\x74\x55\x59\xe5\x4c\x16\x4d\xbf\x4e\x2e\xf3\x3c\x78\x27\xec\x5a\x57\x55\x61\xea\x9a\x69\x2b\x80\xa3\xab\x6e\x77\xe1\xe8\x26\x20\x97\x01\x1c\x5d\x78\xd5\x02\x04\x5d\x31\xcc\xe7\x4c\x76\xdd\x7d\x21\x9f\xdd\xf4\x19\x29\xcd\x9c\x17\x40\xd0\x75\x77\x1f\x10\x74\xdd\x23\x71\x96\x9c\xc5\x3f\x7d\x9f\xcf\x92\x33\xc1\x80\x8b\x14\x94\x23\x73\x7a\xb1\x67\xda\x0b\x00\xe7\x0a\x58\x49\x71\x16\xb7\x36\x72\xc8\x69\x4e\x2d\x9d\x10\x4e\xd2\x66\xe5\x7c\x73\xfd\x07\x82\x76\x80\x38\xd7\xb3\xcb\x55\xbe\xd3\x2d\xe0\x74\xb3\x0d\x84\x9c\x5b\x06\x49\x81\x39\xd7\x73\x1d\xb0\x53\x82\x88\x12\xa7\x11\x27\x76\x97\x80\x93\x9c\x60\x75\x50\x36\xf6\x89\xc5\x52\xeb\xed\xc9\x95\xa0\x01\x2e\x27\xd9\x23\x73\x40\x2d\xcf\x3a\x7d\x4d\x36\xee\xae\x69\x9a\x03\x69\x2d\xf5\x54\x94\xd6\x53\x3d\x55\x1f\x10\x60\xe8\xfa\xbf\x12\xb7\xc5\x2d\x82\xa7\x4d\x58\x2f\x59\x32\xd0\x4d\xce\xd4\x5f\xe9\x08\xce\x3f\x7a\x7a\x00\x41\xb7\x6b\xa5\x70\xf7\xdc\x23\xef\x9d\xdd\x59\x63\x18\x5d\x6a\xdb\x2d\xae\x1e\xcf\xf1\x3e\x7b\x2e\x13\x8d\x74\x95\x2c\xa4\xa1\x13\x90\x87\x5f\x75\x63\x0f\xdd\x62\xa8\x78\x64\x93\x14\x49\x36\x8d\xfa\x76\x0e\x47\x45\xc7\x52\xfb\x85\x53\x9d\x3a\xf4\xba\x1b\x47\xb6\x48\x5d\xdc\x21\x9a\x92\xe1\x0c\xb3\x8d\x51\x3a\xdc\xe4\x6e\x66\x52\x95\xe8\xe7\x0b\x56\xdd\x2e\x6d\x09\xdb\x63\x20\x5a\x45\xc3\x02\x9c\x29\x77\x58\xf2\x67\x67\x6b\xf3\x67\x53\xae\x05\x20\x76\x7b\x09\xa9\x69\x0a\xbf\x47\x9f\xa6\x44\xdd\xf6\x48\xc7\xa5\x77\x23\x80\x76\xe5\xc0\x10\x75\x12\xc3\x1f\xe6\x9f\x38\x05\xa7\x1f\x76\x84\x1b\x41\x73\x2d\x9c\xa9\x63\xbb\x84\xd3\xe3\x61\x23\x4b\x69\x1c\xd9\xe8\x4c\x86\xed\xea\x92\x4e\x5a\xd7\xf0\x13\xe6\x0d\xda\x79\x88\x7b\xb7\x0c\x99\x3b\x09\xef\x37\xbd\xc2\xc9\xcd\xa1\xf9\x11\xc4\xc3\x33\x6b\xc3\xb9\xec\x08\xc3\x58\x39\x0b\xf4\xd0\x8c\x5b\x90\xc2\x53\xaf\xe0\x9c\x43\x9d\x7f\x73\xe2\x4e\x26\xd7\x79\x3b\x13\x59\x8b\x67\xb7\x8f\x54\x8a\x80\x4c\x9d\xf9\xc1\xc3\xab\x32\xeb\x13\x73\xaa\x31\xfe\x40\xe3\xed\x5a\x99\x11\xbc\x76\xd7\xc8\x17\x7b\x4e\xdb\x7a\xf0\x9a\x82\xe6\x44\x47\x56\x57\x10\x28\x6f\x8d\x7c\x51\x53\x0a\x8b\x43\xbe\x60\xbe\x20\xe5\x1d\xcd\x75\x22\x08\xd3\xf0\xfd\x13\xb5\x98\x2c\xaf\x21\x82\x5e\xcb\x19\xc1\xce\xaa\x33\xf7\x79\x9b\xfe\x06\xc1\xf3\xbc\x95\x2f\xdb\xef\x4f\xe2\x87\xce\xac\x0b\xcb\x69\xd2\x69\x77\xb8\x21\x9d\xde\x43\x9e\x98\x6d\x8d\x5a\x3f\xef\x64\xb2\x96\xb0\xf7\x4c\xe3\x83\x91\xce\xf6\x37\x87\x6f\x3a\x8c\x02\xe0\xd7\x57\x3e\x3b\x12\xa6\x54\xd5\x57\xdf\x26\x40\xfb\xaa\xb1\x8c\x60\xf6\x75\xe3\xb4\x80\xe9\x0b\x6f\x7e\xcf\x57\x1e\x49\x63\xaf\x59\x97\x29\x0b\xa2\x82\x26\xaa\x93\xa4\xd0\x66\x07\x02\xbe\x6f\x7a\x3b\x72\x7a\xa5\x08\x24\x4c\x9c\x6f\xce\x0e\x2d\xa0\x35\x27\x95\x7d\x95\x13\x7d\x96\xbf\x22\xfc\x9c\xaf\x5d\xb2\x2a\x92\x78\xb9\x2d\xf0\xcd\x31\xda\xf8\x4c\xb6\xed\x6a\x7c\xca\x6d\xb2\xda\x2f\x01\x31\x78\xc6\xf9\x53\xd2\xfa\x29\x33\x30\x08\x52\xc9\xe4\x9e\xf8\x72\x66\x2c\x9c\x62\x02\x6d\x1b\x40\x63\x04\xe7\x89\xdf\xb0\xe1\x82\x80\x05\x76\x63\x98\x81\x07\xec\x56\x7b\xfd\x98\x8f\xe1\xb3\x7a\x3c\x87\xec\xfa\xb9\x5d\x20\x4e\x62\x05\x1a\x27\x03\x56\x60\x97\xbc\x5c\x24\xee\x32\x9e\xf9\x3a\x54\xdc\x69\x81\x68\xd3\xd0\x6f\xee\xc2\xb4\xdb\x3c\x64\xe0\x06\x56\xf5\x1a\xd0\x00\xbb\x6b\x0a\x18\xe0\x1e\x12\x1f\x95\x44\x5e\xe2\x59\xd1\x9e\x2d\x74\x6d\xfd\xba\x98\xb1\xe1\x2a\x26\x12\xf0\x39\x7b\xee\x47\x90\x84\xe1\x73\xae\xa4\x55\x49\xa8\x30\x21\x80\x13\xb8\x67\xaa\xf1\x42\x82\x67\xfb\x5e\x72\x3e\x79\xa9\x0a\x86\x6c\xce\x2b\xb5\xed\xea\x3f\xec\x5a\x28\xff\x55\xd5\x77\x31\xac\x83\x26\xd8\x8d\xad\x05\x4c\xb0\x1b\x2d\x0a\x66\x60\xd1\x37\x4a\x9c\xc0\xd0\x87\xe9\x4a\x76\x8d\x61\xe5\xd2\x57\x07\xfc\xe2\xb8\x30\x07\x2b\x33\x02\x0e\x58\x73\x7a\x5b\x0e\xd7\x12\xe2\x4e\x5a\x80\x0c\x4a\x9c\x80\x4b\xa8\x57\x27\x94\xdc\x36\xc6\x0c\x82\x13\xd8\x8d\x1b\x15\x26\xb0\x49\x39\xae\x46\xa8\x39\x47\x46\xc8\x40\x43\x48\x2f\xf4\xe9\x2c\x80\xfb\x8e\xb7\xab\xa2\x07\xb6\xc3\x9d\x80\x17\xae\x57\xb5\x97\x7e\x3d\x25\x5f\x30\xb4\x3b\x35\xe0\xc3\xeb\x87\x90\xc0\x80\x12\x30\x40\xff\x8e\x09\x9e\x4c\x80\xfa\xd7\x8d\xb0\xb9\xd2\x61\x76\xf9\x15\xd4\xcc\x79\x1a\x4a\x45\x2e\x3f\xc8\xb0\x45\x4b\x3b\x48\x7f\xdd\xab\xb0\x2b\xd9\x70\xf3\x0f\xb6\xdb\xfc\xf3\xc6\x03\x44\xc0\x23\x34\xd6\x8b\x02\xd8\xa4\xa1\xa0\x00\xee\xee\x50\x79\x78\x8c\x18\x65\xa4\x3b\x3c\xb3\x6d\xae\x03\xbd\xc5\xaf\x90\xe4\x3b\x65\xa8\xe2\xba\x1b\x5f\xe6\x34\x90\x1e\x83\xf6\xb7\x47\x40\x2b\x53\x57\x28\xff\x00\x52\xd0\x33\x32\xdd\xcc\x6e\x21\xee\x31\xf5\x92\x11\xe2\x4f\x4f\xbb\x6b\xca\x04\x21\x45\x17\x59\x74\xf4\x59\xb9\x92\x19\xa3\x7b\x5f\x82\xcd\x4a\xd6\x2f\x92\x1d\xe8\x24\x73\x91\x5e\xa7\xba\xf0\x8b\xfc\xc6\x52\x00\x52\x93\x95\x03\x4a\xf6\x0f\x2e\xd0\xc2\x9c\xb6\x7c\x86\x9b\x62\x19\xb8\xb0\x78\xeb\xa5\x24\x8a\xe0\xd4\xfe\x71\x2d\xd7\x87\x69\x5b\x76\xdc\x02\x5c\x64\x64\x01\xfa\xed\x9e\x3e\x15\x61\x24\x1f\x67\x46\xdf\xf1\xac\x88\x26\x4d\x23\xac\x35\x4f\x84\xa8\x4a\x86\xa8\x83\x3a\x18\xb9\xf5\x45\x85\x90\x4f\x25\xd0\xa0\x62\xef\x65\x8a\x1e\x37\x8d\x16\x6e\x7d\x0a\x41\x17\xec\x46\x20\x81\x2e\xb8\x87\x61\x09\x27\x44\x9a\x78\x91\xf1\xce\x83\x7a\xc9\x18\xb3\x88\xea\xa7\x73\x88\x82\x2d\x99\xbf\x00\xc3\xd5\xeb\xe4\xba\x6d\x10\x59\xec\xba\x75\x67\xa7\xef\x86\xbb\x9a\x39\x08\x10\xc1\xf1\xcb\xe7\x60\x50\x34\x71\x2b\x72\xbb\x45\xe0\xeb\x79\x6e\x4d\x8f\x66\x02\x27\x61\x07\x75\xa5\x01\x76\xb0\xeb\x2b\x72\xc9\xa0\x1d\x12\xaa\xf6\x04\xe8\x3a\x2e\xd5\x6b\xd3\x0b\x09\x23\xd8\xe4\xe3\xd7\x93\x47\xcf\x32\xd9\x08\x03\x49\x8e\xed\x29\x78\x98\x78\x5b\x51\xbf\x76\xcd\xf1\xf6\xd1\x42\x7b\x6d\xce\x3c\xbc\x08\xbb\x5e\xc7\x47\x7b\xaf\x77\x27\x2e\xe7\xe6\xc6\xc3\xab\xfc\xeb\xcd\xe6\xac\xf5\xc1\xc8\x44\x4d\xdc\x93\x4e\xf0\x8f\xe3\xfa\xd4\x70\x25\x6b\x5f\xdd\xc5\xd1\x3d\xaf\x8f\x36\x3c\x59\x5f\xf0\x4c\xb5\x9f\xed\xb9\xaf\x3e\xb7\x8f\xa4\x25\x19\x2a\x14\xe4\xde\x5a\xf4\x50\x81\xba\x09\x42\x0d\x1d\x3c\x41\x27\x2c\x45\xaf\xc8\x5b\xff\x58\x20\xf6\x02\xa8\xc2\x92\x1e\x61\xb7\xf6\x6c\x29\xe6\xfd\xa3\xfd\xfc\xca\x5b\x0a\x88\xcc\xfd\xd3\x70\xd3\xfc\x47\x29\x23\xfc\xe7\xa1\xcb\x3e\x23\x24\xaa\xb9\xdc\x62\xbf\x1b\xeb\x08\x54\xe1\xd0\x79\x01\xa8\xc2\x66\xa0\xf1\x7d\x38\x11\x7f\x8a\x7c\xf7\x66\xd8\xc3\x3b\x71\xe0\x0d\x87\x96\x67\xe1\x0d\x8b\xae\x7c\xc0\x1b\xee\x97\xc1\x0b\xf9\xd2\x58\x2e\xb0\x0e\x87\xf6\x9a\x5b\x46\xee\x1d\xdd\x9d\x91\xb3\xcc\x44\xb1\x2f\x14\x2e\x9e\x63\x08\xfe\x5d\x14\x5f\xbb\x5f\xd9\xb8\x7f\xe4\x12\xd1\xf8\xe6\xe4\xc3\x48\x96\x7b\x33\xf2\xa1\xf9\x04\x08\xc5\x5d\x95\x7f\x68\xb7\xe6\xb4\xdf\xc9\xbb\x61\x11\xe2\x29\x86\xb9\xc2\xee\x64\xde\x1c\x26\x31\x14\x9b\xb9\x6c\xc0\x50\x1c\x5a\x8b\xc0\x50\xac\x60\x32\xc4\x5d\x59\x86\x62\xe9\x57\xc2\x4f\xb7\xb6\x82\x5d\xb3\x8b\x8d\xbd\xc2\x39\xbe\xd3\x38\xde\x7c\x61\xe8\x28\xc2\x77\xf3\x80\xb3\x39\xef\xe6\xee\x80\x08\x89\xa8\x38\x01\xfd\x8e\x7b\xb3\xef\xa1\x1a\x76\xa7\xee\xcc\x08\x1b\x53\x8d\xe4\x07\x84\xe2\x50\x6a\xb9\x7b\x0e\x96\x8e\x74\x56\xb3\xf8\xec\x54\x63\x25\xb9\x3b\x87\xc1\x49\x30\x69\x51\x75\x9d\xfb\xa4\x04\x13\x22\xb6\xa2\x92\x2d\xd8\x8a\x25\x63\xad\xee\x9e\x1b\xd0\x17\x7a\xe2\x3e\x1b\x9e\x12\x06\x4b\x3e\xa2\x69\xea\xa7\xdb\x1b\x65\xf9\xc6\x3d\xe8\x96\xc7\x67\x40\x06\x10\x5a\x85\x57\x6c\x8a\xcc\xb7\x79\x41\xab\xfb\x64\x30\x0b\x08\x6c\x09\xa9\xf8\xef\x45\x29\x06\x46\x70\x7b\xbd\x5c\xdd\x34\x91\xfb\x8f\xa1\x18\x24\xab\xf3\x22\x10\x8b\xd5\xcb\xd5\x3b\x6c\x9e\x6e\xa5\xe5\x3c\x5f\x38\x89\x5e\x98\xdd\xe1\xde\x9a\x56\xac\xbe\xe6\x3e\x09\xf7\x00\x84\xfd\xd6\x0a\x6e\xc7\x66\x31\xf7\x0c\x53\x3c\x59\x77\xd8\x18\xa0\x88\xbb\x2e\x7a\x6c\x9e\x6b\xf3\x2b\x80\x84\x58\x7b\xfe\x81\xb3\xa5\x7d\x9c\xa4\x82\xca\x9a\x52\x3e\xe1\x8f\xc5\x6c\xc3\xeb\x40\x45\xac\x1a\xc7\x12\x09\xf1\xdf\x1f\x9d\x3c\x64\x2c\x0f\xcc\x5b\x8f\x77\xb0\x0f\xab\xc4\x1b\x88\xc3\x62\x60\xd3\xbd\xa4\x7a\xae\x3a\x9a\xb4\x02\xc5\x7d\x7a\x55\x07\xd3\x04\xee\x70\x98\xd0\x0c\xb8\xc3\xa1\x6f\xee\x7d\xba\xb4\x7e\x43\x72\x76\x78\xd0\x7d\xca\x52\x3c\xaa\xa7\x71\x21\xac\xcc\xc9\x86\x93\xc6\x9e\x1c\xe7\xe6\x37\x1c\x34\xc9\xca\x56\xc2\x87\x1e\x98\x02\x22\x16\xc5\x50\x00\x11\x87\x1e\xa6\x00\x22\x0e\x53\x88\x81\x87\x38\x74\x8d\x05\xf6\x70\xfc\xda\x9f\x49\xae\xc0\x44\xdc\x03\xb7\x19\x49\x1c\x32\xd6\x6d\xe2\x0a\x75\x20\x60\x11\x87\xbe\x93\xc0\x22\x96\xdc\x09\x86\xdb\xaa\x4e\xdd\x37\x2b\x23\x4d\xbe\xe9\x98\x54\xed\x96\xcd\x7a\x6c\x6f\xf6\x9e\x04\xf2\xce\x8d\xc0\xc4\xc1\xbd\x57\x7e\xf4\x58\xc2\x3f\xb8\xee\x74\xbc\x69\x41\x77\xd1\x1e\xdb\xa0\x23\x79\xeb\xec\xc6\x37\x3c\xe6\x40\x0c\x04\xf1\x70\xaf\xa0\xff\x6c\x49\x33\x07\x98\x3c\x7e\x58\x9e\x15\xf1\xa8\x24\xbf\x97\xc4\x3d\x4e\x90\xd3\xf0\x70\x22\xdd\xb8\x8f\xa2\xb6\x14\xf2\x01\x0c\xcd\xf5\xd1\xce\x8e\x84\x71\x9b\x5e\x5b\x9e\xf7\xda\x5d\xbe\xf7\xfa\x5a\xdb\x29\xa0\x87\x55\xa1\xf0\x4e\x4d\xdc\xa3\xf5\xca\x18\xd1\xec\x80\x33\x1c\x26\xaa\x02\xb6\x70\xe8\x51\x08\x52\xe1\x50\x28\xb8\x3f\xc9\xab\x84\x45\xde\xef\xd2\x68\x34\x97\x38\x7f\xf0\x12\x14\xb9\x3b\xbd\xa5\xac\x48\xab\xcf\x6e\xe0\x49\xf3\x79\xe3\x99\xc6\x86\xcf\xb2\xfa\xea\x0b\x99\x29\x99\xd8\x87\x34\xae\xfa\x55\x3c\x3f\x1b\xae\x3c\xdb\x58\xf0\x4c\x82\x25\x56\xf8\xf9\xe1\xf8\x7f\x58\x4f\x2e\x2a\x2f\x07\x3e\x06\x8c\xff\xd1\x79\xea\x40\x88\x7b\x4c\xe8\xa4\xfb\x35\xc8\x87\x47\x53\xa5\x7f\x0e\xc1\x02\x2c\xc2\xf6\x1a\x7e\x24\xd1\x59\xbe\x04\x17\xbc\x7e\x84\xaa\x7f\x58\xd8\xbb\x57\x46\x8d\xef\xaf\x96\x7a\x91\x12\x75\xa1\x7c\x0e\x96\x7d\xd8\x0d\x97\x1d\xc2\x04\x84\xe2\xee\x13\x25\xb8\x18\x37\x34\xe6\x21\x4b\xac\x41\xcf\x0f\x39\x33\x8c\x63\x7a\x4a\xf6\x9b\x6e\x94\xec\x9f\xa5\x65\x35\x6c\x9b\x47\x9b\x3b\xcb\xf2\x08\x63\x61\xe3\x79\x49\xbe\xfc\x03\x02\x01\x8d\x03\x3f\xb1\xc9\x82\x1e\x54\x78\x6f\x70\x84\x52\x0c\xc9\x14\x50\x8a\x43\xbf\xb4\x27\xe3\x72\x69\xad\x32\x67\xf6\x09\xa5\xdd\x4c\xd8\x8f\x39\x09\xa7\xcf\xca\x88\x8e\xae\xb2\x15\x9d\x02\x23\x6e\x75\xc1\x7a\x4c\x50\xa8\xf2\xf1\x34\x91\x1b\x99\x03\xf3\x13\xfe\x7c\x6e\xcc\x93\x05\x5c\x2e\xba\xd1\xd8\x36\x59\x56\xf6\x0c\x85\x7c\x1a\x29\xc8\x39\xf3\x4f\x83\x5a\x22\xef\x3f\x98\xd8\x75\x9f\x7d\x4c\x15\x35\xfe\x44\x30\x8a\xa7\x39\x6d\x4c\x95\xf2\x04\x4e\x12\x8f\xc1\xb7\x10\xc2\xc7\x1b\x75\xfd\x59\x9f\x9e\x6b\xc6\x0a\x74\x6f\x8c\x90\x59\x1e\x05\x0a\x24\xc2\xc7\x48\x5c\x3d\x5d\x9f\x14\x22\xf2\x1f\x25\x9b\x66\xcd\xf4\x7f\x5a\x97\x0e\x17\xcd\x22\xb9\xaf\xfc\x0a\x06\x8b\x2c\x04\xac\x63\xd5\xb0\xfe\x90\x8c\x43\x87\x3e\x10\x1e\x87\xde\x6a\x8f\xc6\x7b\x3d\x6b\x45\x75\x34\x57\x88\xa8\x8e\xa5\xb8\xed\x07\x34\x2e\xfc\x23\x3b\xc5\xcc\x0f\xa6\xc4\x85\x8e\x5c\x4f\xbe\x0a\xa0\x13\x9c\xf9\x70\xf7\x50\x20\x68\xdb\x19\xc9\x18\x5a\x96\x2d\x06\x0a\x1f\xc3\x0e\x49\x8e\x34\x44\xa3\xc0\xf4\xd9\xeb\xca\xac\xc9\x9d\xfe\xb3\x2a\xb8\x0c\x02\xc7\xa3\xb5\xc0\x14\xbf\xcf\xcc\xf5\xa0\xe2\xa9\x58\x23\x7d\x99\x4a\xb6\x6e\xbf\xa9\x19\x5a\x52\x65\xe0\x8f\x3a\xe3\x63\x62\x0f\x60\x44\x03\x98\xc8\xa1\xd7\x98\x60\x90\x4b\x5b\xf7\x33\xdd\x0e\xb4\xb2\xf4\x01\x93\x92\x2c\xe7\x9a\xd2\x1a\x06\xf4\x68\x7d\xcc\xeb\xe1\x2d\xee\xb3\x52\x78\xe3\x79\x9f\x1d\xbd\xa3\x81\x79\x1c\x3a\x77\x01\xf3\x58\x0c\x8b\x79\xf4\x8b\xcb\x13\x92\x12\x88\xc4\x67\x4b\x20\x43\x17\x9b\xe7\xc4\xfd\x45\xe2\xa8\xd0\x21\xc1\x38\xe9\x93\x6b\x73\xea\x65\xe2\x71\x39\xb3\x4f\x7e\xe5\x3a\xc3\x36\x1e\x45\x0d\xc9\x29\x6e\x71\x79\x6c\xf1\x8a\x53\x4c\x7d\x14\x3b\x24\x00\x27\xf3\x21\x49\xda\x22\xc8\xd0\x9f\xe7\xc1\x95\x5a\x1d\x09\xb0\xc9\x6a\x0c\xc8\x93\xde\x71\x1e\xe7\x8b\x70\x12\x1b\xbe\x38\xe6\xcb\xc2\xb2\x3e\x98\x17\x28\x94\x53\xef\x72\x40\x28\x87\x1e\x47\x09\x42\x99\x9b\xf8\x82\x87\x4c\x9f\x81\x55\x93\x9e\x29\x94\x38\x33\x5c\x21\x68\x10\x03\x9b\xb2\xca\x80\x1f\x81\x39\xf4\x52\x4e\x6c\x4a\x45\x24\x60\x27\x87\xae\x65\x22\x4d\x1a\xaa\x2a\xd0\x64\x73\x51\x74\x85\xd3\xb6\x06\xb8\x64\x31\x75\x98\xe0\x92\xcb\x54\x41\x80\x4b\x56\x8d\x4e\x80\x4b\x16\x00\x5d\x03\x70\xc9\xa1\x39\xff\x31\x65\x96\x53\xff\xb8\x40\xd2\xd2\xc7\x51\xd3\x0d\x73\x06\xeb\x07\x02\x98\x64\x31\xec\xfc\x51\xee\xc8\xa6\x1f\x0a\x30\x86\x2d\x76\x8c\xe3\xef\x80\x36\x90\x25\x6b\x0e\xf6\x3d\x28\x44\x65\x5e\xf7\xeb\x73\xfb\x10\xa2\x54\xab\x4d\xbe\x8d\xaf\xfc\xc3\x73\x25\xe7\x48\xd1\xc5\xe3\x87\xb7\x9d\x6e\x1d\xc2\x4c\x9a\x92\xe7\xd1\xf3\xce\x2b\x88\x27\xc5\x18\x8f\x0f\xc9\x26\x73\x16\xf1\x07\xdf\xaa\x28\x2f\x26\x42\xa0\xc4\x27\x1f\xf1\x88\x22\xec\xe8\xdd\x04\x9e\x64\x53\xc6\x7f\x8c\xf0\xd5\x12\xf7\x7c\xd9\xa0\x5f\x5d\x94\xd8\x5f\x89\x09\x59\xbc\x5f\x78\xb1\x61\x98\x68\x02\x7c\xc8\x5a\xd8\xab\xc0\x43\x0e\x9d\x84\x80\x84\xdc\xd5\x0e\x5e\x16\x7f\x58\xe0\xe4\xf9\xe0\x99\x16\x68\xed\x3d\x72\x8b\xf1\x51\x5e\xf0\x4f\x5f\xe8\xb9\x4d\x1f\x5e\x27\x4f\x8b\xe4\x0e\xf0\xe5\x42\x57\xb1\xc4\x6d\x6f\x17\x2f\xd2\x87\xe1\x0b\x66\xce\x65\x5d\x90\x07\x26\xf7\x4d\x8b\x03\xa7\x03\x90\xc8\xa1\x8b\x10\x20\x91\x43\x3f\x10\x30\x22\x87\xbe\x46\x60\x41\x16\x2d\x7f\x60\x41\x1e\x53\x3d\xe9\x2d\xfa\xb3\xa0\x4c\xbc\xe6\xff\x70\x4c\xba\x88\x57\x96\xff\x55\x04\xd1\x19\xf7\xd5\x03\x60\xf9\xac\xf5\x01\xfe\xfd\x56\x3b\x42\x55\x88\x1d\xa6\xe4\x78\x11\x3b\x8a\xae\xc0\x2f\x72\x87\x5e\x1d\xe2\x44\x2e\xb3\x46\xbd\xd8\x21\x74\xc4\x00\x27\x72\xe8\xed\x01\x4e\xe4\xd0\x2d\x01\x9c\xc8\xa1\x0b\xca\xab\x7d\x62\xf9\x3d\xda\x09\x54\xff\xe5\xfe\xbf\xe8\x5e\xfc\x02\xda\x6c\x7e\x40\x20\x23\x87\x9e\x22\x6f\x5e\xfa\xc3\xab\xdf\xb4\x4f\x84\x25\x06\x5f\x31\xba\xbc\x81\x70\xa8\xf8\xee\x35\xad\x0a\x00\x4b\x96\xc8\x7a\x2f\xf5\x16\x9e\x71\x99\x83\x0a\x03\x32\xb9\xfb\xc1\x47\xdd\x1d\xe9\x90\x3a\xf1\xac\x76\xbd\x03\x25\x8d\x3c\xfd\x76\x7d\xc8\xfc\x86\x7e\xc0\x57\x84\x98\x4c\x5f\x41\xb0\x24\x87\x3e\x17\x40\x49\x0e\x73\x5f\xbc\x3d\xc7\x4d\xad\x03\xa7\x45\xf7\xbc\x18\x5b\x5a\xbe\xdf\x14\x1a\x5c\x98\xe1\x58\xfd\xc3\xe9\xa7\x1f\x83\xe9\xaf\x7e\xc3\xf4\x57\x6b\x05\x3a\xd6\x2d\x31\x50\xd5\x91\x4a\xde\x34\x4d\x2c\x5f\x72\x4b\x50\xfa\x1f\x2e\x34\xcf\x8a\x54\xf9\x92\x73\xee\x8b\x56\x2f\x84\x83\x37\x6c\x9c\xb1\x06\xeb\xed\xe4\xc4\xcd\xf3\x9f\xda\x2d\x00\x95\xc3\x6b\x4d\xf0\x29\x77\x33\x4c\x69\x70\x82\x9c\x5e\xdd\xea\x73\xcb\xcc\x84\x7d\xe6\x99\x5d\x02\xaf\x79\xe7\xf9\xdf\xff\x92\x69\x01\x56\x39\xbc\xa0\x7b\x75\xab\xf7\x0a\xe0\x9d\xac\x01\x4c\x08\xe0\xca\x9a\x5b\x0c\x93\x85\x77\x6a\x6f\x5e\x44\x2c\xff\xe0\x68\x20\x84\xbd\x2b\x97\xc3\x17\x96\xc3\x29\x4d\xc7\x3d\xf7\x88\x21\x58\x95\xf9\x11\x5f\xce\x24\x5a\xc0\xcb\x0d\x8d\x16\x9f\xe7\x84\xad\x07\xd4\xdc\x31\xcd\x7b\x2a\xd4\xdc\x04\xcb\x36\xbe\xaa\xe8\x93\x2f\xce\x0e\x64\xe1\xcb\x73\xc3\x8e\xfb\xcc\x77\x67\xcc\xc2\x67\xbe\x3b\x8d\xdc\xe0\xd0\x0d\xaf\x23\xbe\x26\x23\xf7\x77\x8d\x02\x30\x60\xd0\xe6\x86\xc6\xfa\xaf\x53\x00\xf1\x0c\xb0\xb9\xa1\xe5\x1c\x48\xb9\xdd\x13\xda\xeb\x92\x40\x76\x32\xa0\x72\xfb\x1f\x5e\xb0\xad\x75\x43\xe4\xbe\x21\x4f\xb2\x5b\x43\x99\xac\xfa\xc2\xf6\x0d\xbf\x22\xa1\x1a\x5b\xf9\x33\x6b\x6b\x7e\x23\x69\x9d\xfe\xf1\x72\x87\x40\xb7\xc2\x6c\x37\xfc\x1e\x6e\x8c\xe9\x1f\x32\x76\xfa\x1b\x58\x97\x9c\x1e\xbc\x50\x9b\x73\x1d\x8c\x09\xe2\xf1\xed\xbd\x9b\x3e\x63\x20\xc1\x0d\xad\xe0\x9f\x9b\x0a\x3a\xf7\x4d\x32\xe5\x40\xa2\x01\x82\x1b\x9a\xbd\x01\x82\x1b\xda\x87\xc1\x81\x1b\x5a\x9d\xbf\xbd\x09\xab\x7e\x90\x62\xc2\xad\x31\xfd\x88\x1d\xe9\xa6\x98\x12\xe8\x6a\x0b\x44\x7d\x67\xad\xb9\xaa\x54\xe5\xe5\x58\xe5\x9c\x82\x0f\xb7\x27\xd6\x17\x16\x8c\xd3\x20\x0a\xdc\x34\x86\x5f\x14\xb8\xd0\xf0\x04\xf2\xdb\xd0\x74\xfb\x99\xae\x15\x6c\xcd\x00\x05\x6e\x88\x63\xf3\x2d\xce\x83\x1b\xec\xc4\x19\xc2\x3d\x71\x2a\xc1\x4f\x5f\x98\x10\xd7\xd1\x48\x8f\x9f\x05\x72\x4d\x19\x20\x5e\xa6\x60\x3c\xc6\x67\xbe\xb9\xe2\xef\xb2\xfd\x6a\x4d\x2e\xaa\x9b\xf0\xb4\x6d\x9f\x39\xed\xae\x23\x16\x33\x65\xdd\x0f\x94\x9e\xa2\x83\x2b\x10\x70\x43\x0b\xe5\xa7\x28\xea\xee\xc0\x94\x26\x45\x00\x00\x6e\x53\x6e\x3a\x88\x0b\x8b\xe4\xf3\xc3\x0e\xd6\xbd\x83\x00\x0c\x6e\x7f\xc5\x1c\x90\x59\xa6\xba\xc6\xb7\x47\xc9\xdd\xe5\x35\x96\x5e\xa6\x20\xbd\x0d\xad\x3e\xdf\x8d\xe7\x07\xdc\xfd\xc3\xb7\xa4\x7b\x35\xf1\x99\x1b\xa6\xfd\xfe\xbc\xd0\xf8\x1e\x55\x6f\xc6\xf2\xb0\x9e\x2e\xa1\x12\x29\xc4\x0a\x78\xb8\xbd\x9c\xf4\xff\xc9\xfe\xf3\x15\x46\x2b\xa3\x5f\x3e\x85\x45\x97\x16\xf9\x70\x7a\x61\xfe\xbd\xda\x39\x7f\xfe\xc3\xdc\x39\xf1\x6f\x8e\x8b\xb1\x70\x95\xa5\x51\xe3\x13\x6d\xdc\x93\x42\x58\x60\xd7\x60\x01\xf0\x5b\x68\x7b\xfd\xb8\xc9\x9a\xcd\xad\xc8\x4d\x96\xd6\x0e\x00\xde\x86\x1a\x39\xf8\x6e\x47\xd7\xda\xf4\x01\x06\x2e\xff\x05\xec\xad\xe2\x6b\x38\x81\x74\xab\x84\x65\x4c\x10\xdd\x1a\xa6\xb0\xf9\xc3\x1b\xb4\x21\x4c\xcf\xdf\x8f\xd4\x91\x5b\x4e\x99\xbf\x2d\x10\x0e\x54\xe5\x09\xec\x5b\xe1\x62\x70\x02\xfb\x36\x4a\x56\xa4\xc5\x72\xf9\x32\xed\xab\x5f\x9d\xbe\x58\xfc\xa2\x88\x7f\xb0\x67\xb2\x6d\xc9\xd9\xf2\x23\xd7\xf6\xf0\x1f\x0f\x67\xa3\xc8\x96\x28\x0b\xe1\x4b\x13\x78\xb8\xfd\x15\x2d\x22\x50\xa2\x2c\xcf\xdf\xa1\x28\xd5\x7c\x69\x7e\x45\xc5\xa6\xaa\x3b\xac\x6a\xd8\x2d\xbf\x02\x3b\xda\x06\xb1\x69\x11\x26\x39\x7f\x86\x19\xe2\x59\x3c\x7f\xa6\x38\x1f\x8b\xe2\x08\x94\xe5\xc7\x5c\x95\x6c\xc3\x3f\x4c\x35\xe8\xcc\x6d\xc9\x71\x10\x30\x39\x7f\x0a\x8b\xed\x47\x5d\xc6\xb0\x97\x46\xf9\x2a\x46\xe2\x8f\xd5\x51\x10\x1c\x8c\xca\x0b\xa9\xd2\x29\x2f\x80\x2a\x99\x00\xe6\xcf\x84\xe3\x95\x51\xd5\x24\x3f\xd6\xa5\x7e\xb8\x68\xbe\xe6\x76\xa0\x49\xe4\xc2\xe2\x74\x19\xcb\xfe\x73\x3f\x10\xcc\x8e\xfb\xc5\xfc\x09\xaa\x81\x13\xef\xfc\x61\xcd\x2a\xce\x8a\x69\x64\x70\xc3\x9d\x09\x38\xd7\x9c\xa3\x96\x9d\xa4\x2f\x48\x86\xc5\x99\xd8\xf2\xdf\x28\xce\x7c\x67\x7d\x9c\x14\xfc\x40\xb8\xe4\x98\x00\xc4\x8d\x62\x07\xbb\xdf\xd3\xa7\x8e\xd9\xd8\xed\xd0\xed\x06\x8d\xe1\x2b\xd2\x7f\xf9\x72\x60\x32\xa0\x7f\xc3\x06\x98\x83\x91\x3d\xa2\x17\x23\xd7\xd9\x7f\x68\xae\x30\x9f\xc3\xb5\xb5\x1f\x03\x33\x61\xa5\xda\xcd\xe9\x06\x22\xe9\xfc\x45\x6e\x32\x4a\x63\xe8\x41\x68\x9e\x3f\x0c\x3d\x88\xeb\xf3\x17\x28\xf4\xd6\x1a\x9e\xfe\x7c\x61\x36\x0a\xfd\xd8\xec\xb0\xe0\x82\x35\x7f\x88\x6f\x88\xaa\xf3\xc7\xcd\xd2\x6c\xee\x11\xc4\x32\xc4\xd3\xf9\x13\x36\xdc\x8d\x80\x54\x06\x45\x9d\xbf\x34\xf9\x74\x3e\x9a\x1c\xcd\x3f\x31\x3b\x26\x98\x75\x83\xbb\xf6\x09\x66\xdd\xc0\x88\x3a\x7f\x84\x48\xd6\x49\x57\xa6\x22\xe6\xb2\x66\xc0\x38\x26\x03\xdc\x2c\xb5\x61\x8c\x9c\x3f\x01\xc9\xa7\x85\xf3\x44\xd0\x2f\x4c\x41\x48\x27\x53\xf8\x3a\xa0\xa3\x27\x80\x75\x95\x30\xae\xf9\xd3\x10\xd4\xdc\x52\x70\xca\xe2\x1e\xc6\x12\x84\x5c\x35\x7f\x72\xcd\xe6\x4e\xc5\x14\xd4\x3d\x80\x4b\xba\xe0\xa4\x1b\x14\x59\xe8\xd3\x89\xb2\xee\xe0\xe4\x94\xcd\x6d\x77\x92\xe8\xb8\xfb\x91\x07\xd3\xe5\xd3\x14\xd4\xdc\xa8\x06\x67\x4c\xda\xd8\x7c\xb3\xe6\x88\x88\xcd\xe8\x3f\x77\xc2\x09\x59\xa8\x7e\xc4\x32\x55\x0b\xe3\x4a\xed\x0e\x4e\xf3\x0f\x85\x81\x77\x3a\xac\x48\xd0\x3b\xcb\x5e\xd2\x46\x8f\xc2\x95\xf1\x4d\x7e\x45\x5a\xa0\x46\x6b\x30\x44\x98\xf4\xfc\xdd\xac\xb1\xe7\x53\x3f\x90\x66\x13\xa4\x3d\xc7\xf1\x69\xfe\x92\x69\x3a\x54\xad\x36\x3f\xe9\x06\x5c\xb3\xe6\x57\xb9\xe7\x59\xbd\x5b\x14\x70\x3a\x72\xab\x90\x2c\x8a\x1b\xb5\x88\x5f\xf4\xfc\x3d\x6a\x81\x72\x85\x27\x9b\xf7\x33\xb6\x91\xfd\x7d\xd8\xd1\xd5\x8f\x58\x57\x1b\x7c\x5c\x57\xba\x8b\x7d\xa6\x78\x02\xb8\x16\x1a\xee\xa8\x8c\xbc\x97\xe6\x98\x34\xcd\xbd\x49\x5c\x63\x12\x84\xd7\xfd\x6b\x01\x8f\xb4\x87\x92\xd8\x88\x45\x8a\xd3\xf9\x7b\x25\x5f\xf2\x14\xee\x85\x92\x0d\x98\xe8\x25\xa4\x15\x1f\xb4\xdb\x3d\xf5\xe5\x58\xe9\xed\xa7\xcd\x54\x22\x47\xd6\x97\x6c\xdd\xeb\xa3\xe6\xce\x33\xe2\x11\x7f\xc8\xf9\x23\xe2\x71\x85\x4c\x10\xe7\x91\x70\x69\x3f\x97\x76\xb0\x49\xe0\xcb\x2b\xe4\x81\x5e\x2d\x35\x37\xe2\xc7\xb6\x72\x03\x08\xf9\x91\xc5\x5f\x4b\xec\xe2\x87\x4e\x25\x9c\x0e\xf1\x02\x17\xb9\x57\x27\x18\x81\x07\xc9\x2c\x27\x10\x81\xc5\x29\x05\x21\xb0\x61\x7f\x9f\x00\x04\x56\x50\xa8\x26\xf8\x80\x43\x5e\x7a\xfc\x00\xa8\x9c\xfe\xae\xb1\x79\x58\xe9\x63\xff\xf8\xe7\xc8\x53\x43\x55\x47\x0e\xd6\x97\xe9\x3f\xc1\x0b\x17\x44\xcc\xf5\x71\xb0\xe6\xcd\xdf\x95\x0b\x87\x25\x5e\x2b\xe6\x2b\xa3\x25\xf1\xab\x9e\x07\x66\x18\xb9\xe1\x61\xe6\xd6\x66\xbd\xda\x61\x1a\xc7\xfc\x28\xf6\xde\x67\x92\x9e\xae\xe3\x2f\x1f\xbe\x79\x24\xdf\x2d\x56\xce\x9e\xe0\x60\x1c\x35\xf7\x04\x0d\x55\x5c\x1b\x9d\xc9\x2a\x1e\xb1\xcf\xb9\xf2\x4c\xd9\x66\xae\x55\xfa\x73\x24\x6f\xb5\x67\x35\x87\xe9\x8b\xf3\xe7\x72\x6d\x86\x3a\x64\x45\x87\x97\x40\x48\x99\xf3\x48\x38\x8f\x41\xb7\x64\x9b\xb0\xd0\xc3\xd4\xaa\xc5\x05\x6b\xd9\x8a\x5f\x31\xb1\x9c\x93\xc3\xb4\x6a\xf8\x59\x4c\x40\x0a\x0b\xb9\x5a\x26\x20\x85\x15\x63\xe3\x04\xa3\x70\xc8\x29\x84\x28\xd4\x6d\x78\x02\x51\x38\x64\x7d\x07\xc6\x15\x39\x2a\x68\x85\x0d\x83\xf2\x04\xa1\x70\x4f\x8f\x7f\x30\x6f\x5b\x81\x9b\x62\x0f\xc6\xcf\xde\x9a\xf8\xf4\xdf\x3f\x92\xf7\xea\x3f\x78\x11\x54\xff\xd0\x49\xc3\x9e\x0c\xa7\x84\x46\x34\x84\x90\xb0\x76\x1e\x61\x24\x0a\x0d\x46\x82\xf5\xd0\xc5\x70\xcf\xc3\x23\x8f\x80\x1c\x72\x60\x8f\xc8\xb9\xa2\xc1\xad\x64\x56\xe9\x3b\x28\x85\xb5\x3b\x87\xa1\x1d\xca\x9a\xbe\xff\xfe\x17\xe1\xa2\x4d\xf8\xbc\x5b\x73\xca\xe7\x5d\x33\xb4\xd2\xdc\x99\x68\xa5\x9e\x75\x40\x0d\xf7\x47\xb4\x30\xdd\x18\xd5\xe2\x92\x84\x60\x65\x51\x4c\x3d\xf8\xa0\x1a\x8e\x3c\x57\x2a\xa6\xa4\xba\x9d\x87\xce\x99\x39\xbe\x29\x0f\x61\x12\x96\xbb\x12\xee\x77\xc8\x53\x1d\xde\x82\x02\xba\x5f\xf2\xaa\xc5\x03\x2e\x42\x48\x83\x36\x82\x71\x58\xbb\x27\x7c\x65\x83\x16\xc7\xbc\x9c\x1f\x81\x01\x31\x6d\x42\x42\x03\x27\x04\xfb\x70\xe4\x36\x3e\x73\xc3\x30\x0d\xa7\x1d\xa1\xeb\x38\x75\xe4\xfe\x3c\x31\x73\x2f\x0b\x70\x3c\x9d\x83\x33\x87\xc7\x1f\xdc\x90\xe4\x50\x2f\xd5\x18\x38\x05\xa8\x87\x25\xa4\x1a\x57\x4e\x2e\x9d\xe5\x5a\x24\x87\x87\xca\xf9\xaf\x26\xa6\xd3\x8e\x5f\xaa\x69\x90\xce\x83\x1b\x0f\x1c\xa7\x27\x28\x89\x23\xfb\xcd\x8d\x07\x2e\x40\xf3\xc0\x0b\xa3\x48\xf0\x44\xb7\x6a\xcd\x17\xd6\x1b\x51\xe7\x50\x13\x6d\xcd\x17\xcf\xa8\xd5\x12\x4e\x51\x3d\x70\x37\x7d\x9a\xf4\xe9\x66\xd8\x93\x7e\xff\x63\xbc\xfe\x91\xd3\xcf\xf0\x6e\x3a\x88\x14\x04\xc6\x62\x29\xff\x7a\xa2\x82\x89\x30\x71\x3c\x1c\x58\xa4\x31\x50\x16\xcb\xb4\xeb\xf0\xdd\x95\x84\x5e\x7f\xcc\xd6\xfe\xba\xd1\x9d\x87\xd8\x59\x3f\x8f\xda\x63\x9f\xad\xcf\x3e\x5b\x9d\x73\xea\x37\xb2\x26\xa9\x87\xac\x38\xdc\x96\xaf\xd7\xe2\x3e\x4b\xa1\x5d\xb7\xd7\x7b\x5f\x9f\x63\x57\x85\x0e\x78\x70\x01\x82\xbb\xec\x3c\xbc\xf4\xf0\x10\xbd\xb2\x1a\x67\xdb\x24\x38\x4d\x5e\xf1\x6a\x17\xb6\x84\x74\x41\x1e\x64\xee\x01\x8f\x5d\x66\x32\xa5\xb9\xcf\xe5\xb1\x6d\x22\x27\x56\x48\x9c\xd3\xab\xc3\x01\x8a\x80\x8e\x23\xd7\x04\xb8\xf1\x28\xf9\x2c\xa1\x96\xa1\x7c\xec\x9a\xe5\x1f\xda\x13\xe0\x47\xc2\x38\x2e\xee\x9b\x66\x81\xfb\x76\x1c\xae\x66\xf9\x39\x0f\x10\xe4\xc2\x4d\x09\x1e\xc1\x13\x80\xc7\x81\xdf\xef\x2c\x3f\x65\x82\xe0\x79\xfd\xf7\xbf\x8e\xc3\xcd\x2c\x5c\x9a\xe0\xd0\x3b\x8b\x60\x5d\xa8\xea\xb3\xa0\x16\x2b\x81\x02\x0e\x39\xf0\xdb\x9d\xc5\xec\x39\x74\xb0\xa4\x52\xcc\x06\x04\x35\x72\x10\xa1\x3f\x0b\x5e\x9e\x5c\x4e\xcd\xb2\x59\xf7\xc0\xb1\x63\x82\x19\x59\x09\xa6\x9a\x45\xc6\x3d\x7c\x96\x62\x77\x3f\x52\x4a\x81\xd7\x83\x25\x59\xfe\x3d\x9b\x5f\xca\x16\x14\x21\xd9\x2f\xe5\x40\x4d\xeb\x36\x07\x86\xaa\xd5\x96\x24\xa7\x0c\xa2\x78\xe4\xe1\x81\xe0\x4d\x96\x82\x7f\xff\x2c\x30\x74\x8d\x09\x80\x4f\x9a\xaf\x7b\x02\x3e\x39\xaa\xa3\xc0\xcb\x43\xfe\x5b\x70\xec\xc0\x64\x34\x81\x98\xdc\x4d\x30\x05\x9b\x63\x0f\x7c\x81\xa7\x78\x93\xff\x66\x99\xe4\x07\xf8\x2e\x4c\xf1\x26\xb9\xac\x99\xc5\xec\x3c\x59\x60\x52\x98\x91\xe2\xe5\x41\x92\x8c\x59\x6a\x4e\x87\x2f\xee\x54\x38\x58\x69\xce\x38\x4d\x9b\x4b\x9d\xb8\x84\x59\xbc\x32\x91\xbf\x14\xaf\x4c\xd4\x3e\x40\x9b\x3c\x3a\xfe\x26\x53\xb8\x49\xee\x67\x67\x69\xb9\x02\xb4\xd2\xd4\x38\x9a\x95\x49\x26\x38\x4e\xa5\x49\x26\x90\xaa\x4b\x7a\x61\xa0\x1e\x97\x2e\x2f\xb0\x36\xbd\x37\xdb\xf0\x33\x6f\x63\xd0\xe7\xc0\x9c\x1c\xb8\x22\x4f\x30\x27\x07\x1e\xa5\x53\x98\xc9\xd9\x86\xc5\xd9\x6f\x70\x28\x90\x25\x07\x7e\xa0\xb3\x24\xcb\x47\xae\x06\x4d\x72\x28\xa6\x26\x9a\x64\x1b\xbe\x34\xfe\xa0\xa6\xa1\x05\x9e\x51\xa5\xaf\x85\x5b\x17\x15\x5c\xe1\xaa\x0c\x65\x77\xa4\x9b\x82\xb1\x19\x97\x93\x59\x86\x00\x72\x14\xd8\x92\xc0\xa8\x6e\x0c\x6c\xcd\xbd\x1d\x7f\x51\x3e\x00\x27\x77\x87\x19\x22\x01\x95\x79\x34\xcd\x53\xae\x5e\x56\xd2\xc7\xc2\x09\x12\x71\x92\x58\xa3\x09\xe4\xe4\xa8\x1e\x48\x1d\x2e\x1a\xb4\xaf\x4c\x07\x0c\xf7\x4b\x6c\xc9\xf0\x58\xcd\x1c\xa5\x9f\x2d\xff\x61\x34\x86\x45\x36\x77\x1e\x52\x40\x71\xb7\x4d\xa6\xdb\xbd\x3d\x55\x6e\x21\xbd\x45\x1f\x0b\x32\x8c\x4f\x10\x28\xcb\x2f\xf7\xc1\xca\xf6\x7d\x69\xea\xbd\xb4\xaf\x4c\x90\xc4\x62\x4d\x5f\xfc\x0c\x61\x08\x72\x5d\x16\xc7\xd7\xdd\x8a\x33\x45\x75\x7f\x9f\x3f\x0b\xf0\xd1\xa9\x73\x94\x7b\xe2\xd4\x8d\xc5\x3f\x06\xc0\xa5\x94\x3e\xf5\x8f\x1d\x16\xf7\xac\xc0\xbd\x0b\xde\x14\x55\xd2\x81\xda\x5c\x5d\x61\x52\xd3\x29\x11\x0a\x6d\xd9\xf1\x38\x98\x40\x5b\x16\xa5\x35\xa1\x2d\x17\x6e\xb3\x13\x68\xcb\xa3\x22\xa2\x95\x94\x1c\x10\x23\x0a\x69\xea\x86\x4b\x62\xe2\x83\x16\x7e\x15\xd6\xeb\x57\x29\x19\xf1\x4c\x77\xa1\xf5\xe5\xca\x05\xa1\xeb\x97\xbd\xf5\x0f\x0f\x43\xf8\x42\xee\x89\x69\xb5\xd9\x5d\x5f\xf4\xba\x75\xa7\xdc\x1a\x7c\x68\xe3\xce\x43\x4e\xbd\x4f\x0e\x84\x9e\x3c\xde\xaf\xd3\x5f\xbc\x33\xab\x53\xb5\x99\x7c\x53\xf8\x2e\x38\x67\x4e\x3b\x95\xbe\x99\x0e\x90\x1c\xac\x1d\xe9\x17\xd4\xcb\x51\x1d\x1e\x8e\x10\x25\x29\x17\xac\xbb\xba\x1a\x78\x45\x68\x49\x28\x78\x42\x54\x29\xca\xc3\x82\xbb\x00\x6f\x2e\x38\x05\x30\x66\x2b\xdb\x80\x8c\xb9\xe7\x80\xa6\x5f\x08\xab\xdb\xf8\xcd\xdd\x46\x67\x5f\x81\x7c\xfd\x48\xec\x3a\x56\xec\x05\xbd\xc2\xe3\x65\x24\x25\x40\xe3\xb3\xbc\xb9\x43\xe8\xec\x0b\x7a\xa3\x9d\xd2\xd7\x21\x29\x53\xf2\x7d\x19\x07\xce\x0e\xca\xe1\x40\x6e\x8e\xea\x64\xe2\xd8\x59\xdd\x21\xc9\xf6\x65\x03\x9f\xd4\x4f\x1a\xf2\x39\x53\x34\x8e\x67\x67\xb5\x6d\x7c\x20\xaa\xec\x21\x23\x26\xdd\x79\x5f\xae\xf1\xae\xaa\x66\x26\x22\xce\x6c\x05\x69\x85\x5c\x82\x13\xf8\xcd\x4a\x7e\xdb\x59\x7f\x76\xca\x02\x8d\xf9\xf7\x59\x97\x86\xc5\x33\x5c\x18\xba\x5d\x7f\x76\xc9\xb2\x6e\xb5\xe9\x8b\x97\x8c\x3c\xcb\xb6\xed\x85\x79\x0d\x48\xf6\x30\x81\xde\x3c\x8e\x3f\x71\xc9\x67\xd5\x3d\x82\xf0\xd7\x59\x4d\x6e\x20\x55\x16\x8c\x33\x70\x50\x9c\x15\xa5\x9b\x80\xb2\x09\xe6\x66\x10\xc3\x38\xab\xdc\x17\x4e\x57\x0d\xa3\x90\xd8\xd7\x8c\x87\x44\x1d\xa9\x5a\xb0\x25\xe4\x00\x6d\x0e\x72\x79\xcc\x9a\xd6\x6c\x64\x13\x50\x37\x47\x45\xdf\x06\x74\x73\xe0\x3f\x37\xab\x56\x6e\x05\x73\x60\x35\x07\x6e\x80\x13\x58\xcd\x51\x39\x67\xa0\x6a\x16\x1c\xff\x26\xa8\x9a\xbb\x80\xb5\x82\xac\xfa\xf3\x0f\xe6\x14\x93\x4d\xad\x8a\xdf\xa8\x20\x35\x39\xf6\xb4\x3d\x37\x19\xfb\xb5\xca\xbe\x11\xdb\xaa\x39\x5a\x65\x2f\x62\x6f\x76\x2d\xe9\x60\x6f\x1e\x13\x8f\xcf\x09\xf8\xe6\xc0\x9b\x6d\xd6\xcd\xca\x63\x38\x87\x4d\x09\x1b\xa2\x54\xc9\x56\x44\xde\xe4\x59\x33\x6a\xc3\xdf\x81\xf7\xb4\xbd\x6e\xdb\x4c\xa1\x79\xf9\x34\xd3\x01\xdc\x29\xb2\xc8\xac\xdd\xd9\xe1\xa0\xd6\x6e\x3f\x60\x86\xb5\x4b\x6d\xb2\xae\xdc\xfb\x74\x37\x39\xff\xf2\x9f\x49\x4f\x6c\x05\xaf\x42\xaf\x69\xea\xe6\xdd\x93\xe4\x4a\x13\xdc\xcf\xc3\x58\xb5\x59\xcd\xc5\x2a\xc7\xab\x18\xb7\x95\x94\xc0\xe4\x1c\xd5\xd1\x86\x21\x88\xb4\xa7\x3f\x02\x18\x13\x13\xec\xcd\x43\x8a\x0f\xf6\xe6\xf8\xf7\x51\xee\x18\xff\xf8\x68\x9b\x9a\x66\x36\xc7\x84\xce\x5c\x03\x3a\x62\xfc\x63\xd6\x35\x9d\x76\xea\x9a\x12\x57\x57\x9a\x8b\x60\xa9\x1d\x00\x9d\xa3\xba\xe8\xe8\xdb\x79\x0a\xf1\x40\xe8\xda\x29\x00\xe8\x1c\x72\x92\xba\x14\x1d\x5d\xcd\xe5\x19\xa6\x26\x9c\x0b\x48\x9d\x31\xc5\xdd\xec\x3f\xf7\xf4\x5a\x76\xca\xaf\x6c\x83\x81\x1b\xcf\xd8\x96\x7f\x78\x58\x60\x25\x55\x1f\xc6\xb6\x7c\x81\xb4\x78\xa6\xe5\xba\x1e\x35\xf4\xed\xea\x81\xc2\x85\x11\xef\xb1\x59\xbd\xe2\x95\x6d\xd6\x33\xf7\x18\x6d\x10\x20\x51\x5d\x33\xc1\x3c\xb5\xaa\x80\xe6\x39\x70\x9d\x9b\x80\x79\x56\x5c\x21\x66\x35\xcb\x9f\xb4\x5d\x60\xcf\x22\x19\xad\x97\xfe\xb3\x34\x78\xb9\xca\x7c\x84\x2e\xcd\x05\xf8\xac\x42\x81\xc8\x00\xea\xcd\x61\x96\x62\xa1\x1a\x0f\x97\xec\x0e\x16\x96\x8a\x4c\x50\x9e\xb4\x0f\x75\x78\xb8\x8d\xf1\x18\x0c\x8f\xd6\xcd\x62\x84\xcf\x32\x53\x3b\xfb\xe8\x6a\x2c\xa5\x7d\x94\x42\xfc\x8c\x30\x86\xbd\x25\xff\x22\x7e\x86\x2e\x76\xb7\xf8\xe3\x3d\x04\x1d\x40\xff\xc5\x8f\x63\xd6\x07\xc8\xcf\xe2\xf3\x63\x01\x5f\x70\x4e\x91\x14\xbd\x2c\x8e\x54\xf4\xb5\x2f\xb0\x32\x10\x38\x77\x09\x06\xec\xad\xae\xec\x1c\xd4\xcd\x3a\xa4\x5e\xaf\xa6\x3b\x37\xef\x0b\x4d\x75\x90\xf0\xb8\x9c\x6b\xed\xd2\x2e\xce\x87\x1f\x16\x86\x84\x8a\x6b\x5f\x95\x86\xca\xee\x3c\x43\x9b\xdd\xcd\x21\xf7\x21\x6c\x51\xcd\xbb\x7e\x79\x1a\x19\xb5\x78\x9b\x3d\xbf\xa2\xe5\xe5\x57\xb7\x5f\x31\xd4\x8f\x65\x66\x44\x2d\x43\x18\x61\x9c\x4d\xae\x96\xcf\x1a\xc1\x27\xcf\xfa\xd2\x32\x83\x60\x67\x0e\x85\x23\xf0\x32\x83\x84\xec\xb3\x71\xc1\x8b\x4f\xcc\x6c\x9b\xc5\x55\x5c\x41\x67\x53\x93\x85\x18\x37\xb8\x1d\x0e\x05\xb3\xfd\xd4\x6b\x38\x4d\x2d\xaf\x74\xd9\xc4\x60\x6d\x0e\xbc\xff\x66\x3b\x72\xc6\x3b\x2f\xe1\x8b\xff\x78\x32\x61\x9d\xad\xb0\x62\x90\x40\x00\x39\x07\x1e\x78\x13\x78\xcd\xea\xd9\x00\x5e\x73\xe0\x0a\x31\x41\xd4\x1c\x5e\x63\x36\xf3\xf4\x28\x23\xb4\x9a\x7e\x1f\x3c\xef\xa3\xe1\x95\x55\x53\x55\x44\xef\x12\x2c\x73\x76\x4b\x57\x88\xde\xf2\x99\x0c\xcc\x50\x81\xa6\x95\x57\xf2\x02\x0c\xe6\xf0\x9a\xb7\x69\xe5\x55\x76\x68\xf8\xf1\x0f\x47\x47\xe0\x3e\x79\xfc\x66\x4b\xeb\x2f\xb4\x02\x74\xcc\x5d\x82\x29\xdc\xba\x61\x25\x38\x71\x36\xd8\xcb\x24\x49\xd6\x56\x50\xf9\x0a\xb2\x0c\x20\x66\x59\xf6\xaa\xe7\x0e\xa1\xe2\xae\xc7\x01\xf5\xaa\x00\x76\x04\x04\xc0\x2e\xf7\x1a\xf3\xd5\x90\x48\xb3\x5d\x1a\xde\xf6\x40\xfc\x4c\xa0\x2f\x87\x57\x6c\x20\x5f\xd6\xc3\x29\xf1\xe2\x55\xc1\xb3\x0d\xd7\xec\xb0\xc4\xde\x3b\x78\xfc\xce\xa6\x3a\xa8\x18\x04\x26\xe6\xf0\x52\xbc\x19\xbc\xaf\x70\x0b\x28\xe6\xd0\xe6\xd0\x86\xbe\xe1\x16\x90\x3a\x59\xe0\xe5\x1b\x7f\xff\x78\x66\x12\xf4\xa8\xc3\x91\x7d\x02\x8f\x59\xd5\xfe\x00\xc4\xdc\x7f\xd0\x42\x64\x6f\xa9\x8a\x7b\xdb\xc3\x6d\x14\x72\x1a\x48\x71\xdb\x3c\x6f\xe0\xda\xb1\xf5\x02\x87\xc4\x0a\x72\x89\xeb\xbd\x6d\x03\xd1\xa3\xbb\x4e\x91\xf3\x69\x83\x2e\x1a\x04\x25\xd1\x35\x3b\x42\x48\xc3\xc8\xac\xfb\x41\xe3\x16\xb7\xb9\xdd\x32\xd3\x8e\x27\x8b\xb8\xbf\xf6\x67\x6a\xe6\x09\xda\x66\xc9\x1d\xbe\x64\xa7\x70\x9b\xb6\x34\x9d\x3b\xd9\xea\x8b\xc3\x67\x77\x26\x04\x39\x51\x38\x7b\xb1\xfc\xc2\x19\x82\xc1\x60\x35\xee\xae\xf4\x32\x9d\x0b\x04\x11\xa8\xcd\xd1\x5c\x5c\xa2\xff\xbc\xd6\x11\x19\x73\x76\x48\xab\x68\x98\x5d\x3d\xb2\x71\x69\xaa\x1b\x88\x28\x97\x9d\xd8\x9d\xd9\x4c\x2a\xab\x19\xb8\x5d\x3a\x62\xf2\xd5\x56\xec\xe6\x70\x6f\x6c\x55\xae\x74\x0f\xd5\xe5\xcc\x53\xeb\xa5\xc8\x27\x31\x41\x95\xf3\x5e\xb0\x5d\xee\x19\x2b\xd5\xce\xe0\x4a\x9b\x53\xa7\x17\x9b\x70\x18\x7c\x75\xeb\x5b\x80\x8c\xd0\x6e\xc7\xc4\x30\x6e\xe5\x05\xa4\x8d\x76\x63\x80\x84\x65\x37\x02\xf1\x9b\x35\xdd\x9e\x5b\x3a\x85\xd3\x92\x17\xd8\x0d\x2b\x70\x83\xc2\x27\xa0\xa6\x62\x64\xc3\x22\xec\x55\x2a\x80\x9a\xc3\xeb\xc5\x86\xd3\x3c\x48\x3e\xb3\x89\x6d\x45\x22\xaa\x09\x9e\xe6\xd0\x12\xd6\x1e\xa7\xc0\xdf\x69\x0d\x09\x16\xfc\x4c\x5d\xd0\x67\x7b\x73\x51\x99\x0e\xc3\xe5\xbb\xfd\x78\x6f\x52\xcc\x53\xd3\x8b\x9b\x81\x54\xe5\x95\x92\xc0\xed\xdb\x97\xd3\x41\x47\x44\x93\xea\xb0\xf2\xe6\x9d\xa9\xe2\x3e\x50\x97\xc3\x0b\x3a\xd0\x2d\x8b\x91\x4d\x33\x21\x2d\x3b\x8c\x31\x21\x2d\xc3\x73\xc0\x9d\x27\x28\x1f\xb3\x7d\x0a\x69\x88\x8b\xc0\x5b\x0e\x6f\xfe\xba\xee\xe9\xd3\x67\xe4\x32\xfa\xdb\x7f\xd9\xc6\xe2\xc5\x5b\x30\x58\x4c\xd7\x40\xaa\x60\xd6\x0f\x69\x17\x27\xa2\xeb\x7b\xae\x13\x10\xd8\x95\x95\xfc\x89\x9b\xe8\xd1\x13\x2a\x26\x40\xce\xbb\x2b\x00\x2a\x0f\xaf\xaa\xbb\x3a\x58\xcf\x8f\x5c\x41\x4e\x3a\x70\x95\x47\x10\x69\x32\xc1\xab\x1c\x8d\x09\x02\xa2\x72\xe0\x12\x39\x41\xa8\xdc\x25\xa8\x77\xab\x5c\xe1\xfd\x29\x40\x94\xd5\xeb\x8b\xc4\xa1\x54\xf2\xec\x06\xbc\xa9\x98\x01\x37\xb9\x5b\xf7\x33\x27\x8e\xf6\x50\xc6\xe4\xcc\x60\x4f\xee\x8e\xd0\x78\x55\xc7\x83\xf3\xf5\xd4\xb3\xd8\xd3\x3d\x2d\xa3\xc8\xf5\x5d\xcb\xa8\xe5\xc5\x9f\x54\x9c\xee\x9b\x7d\x05\xa0\x2d\xb3\xd7\x77\x73\x76\x27\x51\xdf\x57\x65\x6b\xe0\x24\x87\x97\x5f\xbd\x31\x5a\x27\x6b\x6b\x50\xb5\xd9\xdb\xa6\x7a\xd2\x2c\x30\x29\x40\xad\xcd\x50\x3a\x06\x8b\x93\xb8\x96\x4c\x20\x22\x47\x83\xdd\x08\x05\x19\xc7\x9f\x8e\x2d\x3d\xb9\x1f\x8c\xb4\xf7\x5c\x75\x9a\xe9\xee\x59\x98\x4e\xf7\xfa\x53\xa9\xab\x6f\xfd\x6a\xe2\xc7\x37\x3b\xae\xb7\xde\x78\xf4\x54\xa8\x9a\xc5\xb1\xba\xb8\x6e\xdd\xde\xdb\xc6\xa2\xb0\xcf\x0a\x13\x7e\xef\xd6\x70\x76\x75\xcf\x8d\x6e\x73\x1a\x16\xd0\xa1\x3a\xd1\x69\x39\x43\x43\x2b\xa5\xa3\x1f\x93\xbb\x57\x56\x7d\x90\xbd\xc7\x19\x02\x05\xb2\xbb\x4f\x36\x53\x9c\xa4\xb0\x9e\x00\x3f\x8e\x66\x0b\x23\x27\x81\x3f\xe4\x58\x1c\x42\x60\x19\x77\xa7\xa8\x35\x91\x34\xac\x56\xbf\x23\xad\x82\x5d\xdb\xa7\x6e\x36\x1d\xdb\xa7\x06\x69\xc1\x1b\xa7\x76\xdc\xce\x85\x69\x83\x95\xf4\xe4\x65\x2e\x2e\x18\x53\xea\x88\xdd\x50\x33\x60\xe4\x66\x9f\x72\x03\x27\x74\xda\x2f\x8b\x33\xa1\xb6\x37\xb3\x8f\xbe\x40\xcc\xb2\xda\xcb\x3f\x6c\xdc\x98\x40\x04\x59\x40\x1e\xf7\x8c\x32\x71\x38\x91\x6b\x66\x07\xe4\x71\x78\x9f\xd4\x35\x95\x76\x67\x08\xe7\x5d\xaf\x6a\x3a\xdc\x4e\xab\x69\x37\x37\x3b\x3e\xfa\x13\xf4\xc7\xaa\xf7\x48\xc7\x23\xa9\xe5\xef\x9c\x3b\xe8\x5d\x57\xaf\xeb\x59\x93\xd3\xe3\x57\x69\x42\x45\xc8\x17\x16\x32\x08\xbd\x98\x40\x41\x0e\xef\xcb\xba\xb9\x6a\x54\x7e\x3a\x7a\x9e\xd7\x05\xfd\x94\x06\x20\x90\xf7\xd3\xf9\xf1\xa3\xb5\x85\xb5\xe9\x47\x20\xe7\xba\xc7\x70\x4f\x22\x9a\x6b\xf6\xad\xe5\xd5\xe9\x19\x3c\x25\xa9\xce\x27\xe8\x56\x33\x9b\xe6\xf2\x1b\x51\x06\xe0\xc9\x49\xda\xec\xd9\xf5\xf6\x55\xe2\xef\x66\xb3\x51\x4f\xea\x69\x4d\x45\xb7\x06\x54\x72\xff\xc3\xa4\xcb\x83\xa5\x83\xdc\xca\x36\xe9\xae\x16\x54\xe5\x44\xc0\x23\x9b\x62\x58\x37\xb5\x8d\xea\x54\x37\x5d\x6c\x6e\x6a\x2e\x50\x9b\x04\xdd\x4c\x35\xdd\xc5\xbc\xbd\xe1\x5d\x7e\x85\x54\x0d\xd3\xe8\xe9\xfc\xeb\xae\xbe\x21\xbc\x2e\x9a\x7c\xd4\x33\x8b\x4b\xaf\xf7\x1a\x3d\x2d\xa5\xce\x21\xd6\xd1\x26\xb1\xc3\x27\xc9\xeb\x8b\xfe\xb8\x98\xd6\x94\xe6\x51\xc9\xe0\xeb\x66\x77\xb4\x64\xad\x39\xdc\x87\xaf\x6d\x30\x58\xbd\x92\x92\x60\xa4\x56\x28\x11\x46\x2b\x54\x3e\xea\x2f\x73\xd5\xfd\x48\xeb\x88\x2b\x98\x97\x9c\x32\x13\x51\x3c\xca\xef\x6f\xf2\xf7\x65\xab\x0c\xf3\x23\x3d\x2a\x32\x33\x30\x8f\xc3\xdb\x0c\x50\x1e\x47\xf3\xb4\x90\x31\x6e\xca\x82\x4c\x0c\xab\xaa\xdf\xb9\x00\xf5\x62\xa1\x7f\xc9\x50\xf6\xe8\xc5\x82\x14\x56\x76\x82\xff\x38\xbc\x1e\x1f\xb0\x65\x7c\xe8\x27\x80\x8f\x85\x0c\x51\x13\x58\xc7\xe1\x7d\x09\xa8\x8e\xc3\xab\x8f\x41\x3c\x58\x10\x2a\xb9\xb7\x9e\xb5\x0e\x5e\x94\xb0\x38\xe9\x20\x39\x0e\x6f\x58\xc6\x31\xfe\xfb\x5f\xd7\xa2\x32\xb6\xde\xd7\xbd\x90\x12\xe0\x31\x08\xf6\x9b\x23\x75\x40\x96\x64\x1c\x8e\xd5\x6a\x25\x20\xcb\x17\xe5\x3e\xd6\x7d\x94\x6c\x9d\x8a\x51\x15\xbd\x58\x18\x25\xb3\x72\xd2\x79\xbd\x8f\xbc\x98\x00\xc7\x71\xf7\xd1\x22\xee\x46\x2a\x2e\x64\xc1\x86\x28\x03\xe9\x38\xbc\x58\x18\xc9\x55\x97\x2f\xd9\x61\x1a\x49\xd5\x91\xb9\x1e\xa6\x64\x57\x77\x4c\xe8\x46\x60\xcb\xe6\x48\xa3\xa5\xab\x80\x33\xae\x37\x13\xa3\x65\x44\x36\x95\xe1\x55\x34\x00\x5e\x9a\xc3\xfc\x32\x40\x80\xce\x91\x0c\xb8\xfb\x0f\x3b\x1d\xb2\x23\x0e\x23\x19\x2a\xe7\x20\xba\x5b\x93\x05\x90\x8c\x7b\x88\x7c\xd4\x25\x9f\xce\xa4\x4e\x42\x3a\x77\x80\xd6\xd8\xf4\x22\x1b\xe6\x60\xed\x8e\x18\x1b\x64\x90\x95\x7d\x0e\xec\x8e\x23\xeb\xc2\x3e\xa8\x72\x0d\x74\x63\x5d\x4e\x2a\xe9\xd3\xf3\x6a\x79\xc0\x27\xc3\xbd\xc2\xed\xa3\x2e\x2a\x83\xe0\xac\x20\x6c\x71\x8e\xa1\x8d\x16\x32\x39\x54\x38\xd5\xa2\xc0\x77\x1c\xda\x4f\x86\x59\xd3\xd5\x2b\x07\x9e\x48\x04\x18\xce\x21\x76\xb2\x96\x0e\xf1\x1d\xbb\x16\x0d\x30\x1d\x87\xf6\xf8\x11\xfa\xd5\xb9\xa6\xc4\x6e\x17\xf5\xf6\x11\xb9\x25\xa8\x2c\xf4\x91\xb5\xb8\xba\xba\xcd\xc3\x5c\x49\x75\x37\x87\x28\x55\xfa\x44\x03\xb4\xb8\x8b\x53\xf1\x84\x48\x48\x18\xc6\x74\x4f\x38\x2e\x6e\x0c\x6b\x7e\x25\x39\xb7\x63\x19\x90\x82\x94\x00\xb8\xe2\x68\xf9\x0c\xf6\x08\xd4\x75\xac\xec\x30\x7d\x4c\x3b\x26\xfa\xe4\x20\xf8\xba\xa8\x25\x83\x95\x58\x8a\x1a\xec\x38\xad\x8b\xaf\x4e\x31\x6d\xfc\xdd\xba\x60\x14\x83\x8b\x3d\x4d\x9a\x43\x53\xa2\x4a\x0e\xb8\x89\x43\x3b\x1b\xb0\x89\xa3\x79\x18\x2f\x8f\x99\x93\x72\xb9\xa1\x1c\x08\x41\x25\x5a\xab\xc1\x50\xdc\x55\x59\xc4\x83\x62\xaf\xf4\x8f\xdd\x6a\xe6\x1f\x74\x50\xb8\xc5\xa2\x46\x34\x6e\xaf\xde\x60\xd8\xe3\xce\x3e\xf8\x92\x7d\x60\x9c\x38\xd6\xaa\x6b\x0e\x5d\x7d\x54\xc7\x86\x7a\x1d\x72\xd2\xb8\x4d\x8f\xe1\xef\xd0\x54\xc9\xc9\x6d\xbc\xb5\x85\x33\x1e\x95\x67\xe2\xfc\xe0\xc4\xe3\xc9\xa6\xe9\x94\x5e\xb5\x6a\xa7\xe0\x2d\x0e\xad\xa4\x43\xa7\xda\xee\xfe\x34\x04\x9a\x84\x29\x53\xc0\x45\x65\xc5\x21\x0b\x53\xcd\x03\x7c\x71\x68\xe0\x03\x7c\x71\xff\xc1\x54\x72\xdb\xa7\xe1\x0a\xf4\xc5\xa1\x95\x32\xd1\x17\xd5\x67\x45\x5c\x9c\xa4\xf0\x98\x09\xb9\xe8\x41\x31\x7d\xb9\x0a\xed\x48\x7e\xe6\x12\xbd\x2e\x91\x44\x86\xd8\x15\x2d\xac\x40\x2b\x0e\x8d\xa7\x63\xf3\xb3\xaa\x21\x49\x94\x45\x25\xe6\xf1\xda\x11\x16\xe0\x23\x3f\x1e\x5a\x16\x90\x89\xa3\xbb\xec\x19\xb9\xe2\xb8\xb1\x59\x76\xf7\x1c\x36\xcb\x38\xf2\xc5\xb3\x60\xcf\xb9\xaf\x53\xa0\x00\x4b\x71\x68\x02\x0b\x6e\xe8\xbc\x9f\x09\xc3\x58\xbc\xe1\x0f\x33\xb0\xa9\x97\x85\x60\x56\x86\x18\x80\xb2\x38\xb4\x28\x86\xd0\xc5\xe4\x15\x98\xa0\x2c\x0e\x6d\x7c\xa0\x2c\x0e\x6d\x21\xa0\x2c\x0e\x6d\x5b\x09\xb2\xa8\x1a\x18\xd8\x39\x9d\x03\x51\x16\x8d\x6d\x9f\xa1\xcb\x8e\xca\x6d\x18\x19\xdd\xed\x16\x59\xda\x3a\x07\x09\x2c\xc6\xd1\x7f\xfe\x2e\xa5\x5b\xfe\xa1\xab\x41\xf7\x1f\xee\xbf\x86\xcf\xb2\x25\xc7\x01\xf3\xd3\xb4\x01\x2c\x63\x8d\xfc\x48\x81\xc9\x31\x1d\xca\x39\xf0\xa5\x48\x46\xc8\x99\x4e\x60\x46\x00\x54\x66\x94\xdc\x25\xcc\x69\xe9\x54\xcc\x10\x8b\x14\xc5\x61\xe1\xc2\xa3\xb9\x07\x60\xc6\x5d\xdc\xba\x72\xbc\xbc\x60\x4f\xcd\x1b\xd4\xa8\x1e\x04\xec\x12\x40\x36\x0e\x2d\x6a\x41\x74\xb3\xe6\xb1\xc4\x68\x24\x29\xff\x04\xa3\xf1\xc8\x6b\xab\x20\x8e\xa5\x17\xab\xca\x71\x31\x48\x38\xa4\x76\xb7\x90\x43\x7a\xd9\x14\x86\xab\x78\x41\x11\x5a\x64\x55\xd4\x03\x4d\x54\xf7\xc5\x68\x06\x39\xf8\x11\xbb\xda\xb5\xd2\xee\xaa\x61\x20\xc8\x91\xa2\x19\x2a\x7a\x0e\x8a\x49\xc5\xa3\x56\x23\x41\x74\x10\xfc\xdc\x8c\x9d\x31\x61\x76\x49\xd8\x46\xed\xbc\x81\x3f\x8e\xd6\x91\x48\x6d\x71\xf8\x15\xc3\x80\x29\x04\x09\xd4\x7a\x69\x7f\x91\x3f\x21\x1d\x8b\x96\x0c\x70\x1c\x47\xaf\xd6\x80\xd7\xa2\x87\x01\xd7\x1b\xad\x3b\x20\x34\x8e\x0e\xc9\x0a\xcc\xa8\xda\x76\x62\xb8\x6c\x16\xce\xe8\x17\x77\x8a\x10\x23\x2a\xbe\x81\x13\xae\xa6\xa5\x08\x0c\x19\x6e\x3a\x02\x3d\xbb\x27\x2c\xb4\xf9\x20\x4f\x27\x70\xa3\xaa\x2b\xf8\x8c\xb5\xba\x4f\xb0\x83\x1a\x17\x13\x53\xf9\xc1\xa3\x30\x73\x9b\xf9\x15\xdc\x71\x78\xf8\x70\xa1\x99\xc3\x43\x36\xbd\xd3\x18\x96\x79\x00\x7f\xa1\xbf\x06\xa7\x28\x92\xc6\x92\xfe\xd9\x8c\x8a\x21\x69\x55\x67\x68\x07\x55\xa2\x8d\x95\x87\x89\x5e\xa6\x67\xac\x27\x08\x7b\xa7\x0a\x76\x88\x38\x3c\x3c\xfd\x5c\xdb\x69\x7e\x88\x53\x63\x2b\x22\xa6\xd8\x8d\x73\x38\x18\x38\xa7\x6a\x34\xa8\x8c\xfb\x2b\x8b\x50\xaf\xad\x0b\xc4\xa8\x2d\x02\x20\xc6\xa1\xe6\x0c\x10\xe3\xd1\x15\x9c\x83\x30\x91\xe5\xfe\xc7\xe0\xa9\xfa\x19\x5c\xdb\xf5\x2c\xfc\xda\xb6\xa5\xf5\xa9\x40\xa4\x0d\x9c\x60\xf5\x0f\x0e\x39\xe3\xf0\x54\xc3\x0c\xd5\xe7\x03\xfe\xa7\x8a\x0b\x40\xe3\x50\x89\x0e\x83\x4c\x5a\x96\xf6\x84\x86\xff\xc8\x9d\xd0\x33\xe3\x76\xb0\xf4\xea\xb6\x27\x12\x88\xc7\xc6\xf9\x08\x2f\x18\x55\xaa\x44\x71\xd4\x1c\x10\xb8\xb7\xf6\xc3\xd3\xfa\x28\x00\x38\x71\x66\x1c\x53\x40\x8c\x64\x7b\x76\x58\xd5\x6d\xb8\x07\xb9\xb7\xd3\x29\x31\x4c\xe3\xa1\x22\x1d\xf2\x3d\x2f\x2d\x43\x6f\x16\xed\x27\x89\xcc\x38\x3c\xd7\x64\xe5\xe8\xea\x16\xa1\xa9\xd4\xad\x82\xbe\xd6\x95\xe1\x43\xa6\x86\xa0\x1d\xe6\xf3\xd6\xba\x10\x5c\xdd\x75\x84\x6e\x91\x19\x8b\x56\x84\x20\x88\xa4\xcb\xa8\x13\x9a\xb1\x65\xf9\x44\xf6\xe4\xd9\x99\xcc\xf2\x17\x11\xbd\x74\x0b\xfd\x4c\xcd\x38\x04\xcd\xd2\x22\x31\xb9\xbc\xeb\x4a\xdd\x53\x86\xa7\x6f\xdf\x34\xf7\x98\x8e\x77\x02\x36\x76\xd2\x85\xcc\xf9\xe3\xca\x96\x13\x04\x78\xe3\xae\xcc\xf2\xa7\x47\xd0\x7f\x72\x26\x16\x2f\xec\x2f\x78\x03\x48\x8e\x43\x4d\x79\xfe\x9c\x08\x4a\xa7\x86\xc7\x74\x4d\xf9\x1a\xe7\x6f\x8a\x31\xac\x91\x66\x1e\xb9\x0e\x54\x6b\x80\xa6\xf2\x1e\x78\x8f\x43\x4d\x73\xe2\x07\xa3\x62\x3b\x0f\xad\x34\xf1\xa7\xcb\xf3\x3c\x72\x30\x74\xf3\xc8\xb9\xb4\x21\xc9\x51\xd8\x9f\xdb\x56\x19\x81\x19\x44\x34\x60\xcc\xcd\x1d\x03\xf0\xe5\x09\x98\xe4\x50\x63\x04\x4c\x72\xa8\xae\x82\x25\x39\xbc\xf4\x07\x32\x72\x68\x91\x99\xe2\xfe\xeb\x66\x3b\x8b\x44\x1d\x95\x69\x16\x8f\x01\xb4\x77\x9a\x4a\x5c\x93\xc5\xac\xb6\xc1\xc4\x54\x49\x2c\x94\x78\x8a\xdb\xa5\x89\x65\x56\x27\x83\x81\xe0\xf1\xa2\x52\x3a\xd3\x47\x15\x4d\x70\xca\x19\xc3\x02\xd2\x5b\xf8\xcb\x4c\x7d\x91\x36\x9a\x7b\xd5\x65\x69\x0c\xca\x2e\xea\xc8\xaa\xc1\x04\x2c\xca\xa1\x1a\x3a\x45\x2e\x0e\x14\xc1\x49\x6a\x52\xed\xdf\x53\x1f\x17\xb2\x5b\xcf\xd9\x72\x7a\x99\x14\x70\x29\x0d\xc5\x98\x64\x19\x57\x4f\x98\x2a\x9e\x81\xf6\x34\x7b\xf6\xc4\x17\x7b\x42\x55\xb8\xbf\xa8\xce\xcf\x9e\x8d\x33\xf2\xee\x16\xb6\x2e\x94\x4d\x8d\xe1\x33\x39\x2b\xec\x6c\xca\x59\xed\x6e\x77\x7e\xd0\xaa\x26\x5a\x68\xc9\xf6\x24\x1f\xce\xa8\xc8\x97\xd9\x20\x5b\xdb\x61\x70\x1b\xda\x0f\x37\x83\xb7\xa1\xda\x25\xe6\x30\x3c\xc5\x3f\xec\x3a\xd5\x0e\xe3\xf6\xa8\x75\xe4\xce\x66\x42\x13\xd2\xcb\x02\x32\xb3\xea\x57\x2e\x9a\xcf\x4e\x0f\xca\x69\xa2\x63\x92\x89\x78\xce\x30\xf2\x9c\x36\xc2\x79\x73\xcb\x11\x93\xaa\x3e\x33\x71\xd5\x51\xd9\x9a\x44\xc6\x2c\x3b\xa2\x11\x58\xd3\xce\xd4\xe7\x55\x63\xd0\x24\xde\x54\x8d\x0c\x44\xcd\xd1\x6d\x1b\xb3\xaf\xd6\xeb\x39\x73\xdc\x7c\x34\xd9\xad\x4e\xa7\x9c\x1b\xf9\x7b\x9a\x46\xec\xe7\x37\x58\x98\x9c\x0f\x3c\x5c\x15\xb2\xe7\xf2\x7b\xba\x84\x8a\x0a\x9a\xf0\x04\x2a\x73\xa8\xfe\x08\x95\xd9\x93\x80\x2c\x16\x12\xb9\x1a\x74\xcc\x01\x94\xd7\x9c\xc2\xff\x6b\xb0\x99\xc9\x8c\xe1\x36\x53\x66\xbc\x7c\x66\x0b\x23\xf2\x26\x1e\xa6\x56\x21\x30\x30\x77\x1b\xbe\x98\xd4\x8a\x4e\x91\x19\x41\xb5\x08\xd8\xcb\xa1\xe8\x0e\xea\xe5\x50\x5e\x9e\x38\x9b\x92\x74\x6e\x02\x73\x39\x54\x2c\x27\x96\xd2\x43\xb2\x73\x49\x76\xdc\x43\x1a\x44\x49\x1b\x3d\x81\xb3\x1c\x8a\xfd\xf3\xce\x8e\xd3\x41\x50\xb6\x0e\xf7\xd3\x5d\xb8\x91\xa3\x1b\xa8\xa5\xf3\xf7\x17\x32\xd1\x9c\x82\x7d\x18\xae\x08\xba\xe5\x1e\x21\xa3\xba\xa5\x43\x76\x53\x48\x8e\x1c\xfb\x8d\x97\x35\x5c\x77\xaa\xaa\x8e\x7c\xc1\x0e\x44\x82\x9f\x29\x6c\xe5\x24\x65\xf1\x04\xb6\x72\x28\xc7\x03\x5b\x59\xa7\xdb\xf0\x91\x53\x14\x5f\xf0\xfb\xf0\x30\x62\x60\x55\xf4\x9e\x8f\x74\xd6\xdd\x43\x32\x50\x25\xf7\xf9\xaa\xaf\xbb\x8b\x5f\xdc\x92\x6c\x2e\xd5\x4e\x37\xe5\x3b\xa9\x8a\x7d\x92\x7e\xa2\x6e\x3e\x38\xae\xa2\xa5\x38\x95\xaa\xe8\xc0\x54\x0e\xaf\x79\xe6\x66\xbe\x29\xf2\xcd\x2f\x6b\x65\x9b\x7c\xc4\xa9\xd8\x71\x14\x52\x05\xfa\xc9\x25\xa5\x97\xcf\x80\x57\x96\xe1\xe2\x82\xe0\x2f\x4b\x06\xa1\x72\x4f\xcd\xe2\xc5\x5e\x74\x9e\x69\x19\x9e\xb6\x92\xef\xa2\x3a\x03\x5d\x59\xe5\x16\x0b\x1d\x52\xf9\x10\x18\xcb\xa1\x39\x7e\xfd\x54\x38\x38\xc7\xc2\x58\xda\x55\x90\x2b\xeb\x08\x7f\xaf\x14\xf0\xd9\x4b\x5f\x5a\x3b\x98\x6f\x44\x1c\xa0\x2a\x87\x63\x4e\x70\x4a\x0d\x3c\x80\x53\x0e\xe5\x57\xb0\x29\x8f\x05\xde\xf8\x5c\x18\x3c\xfb\xe1\xe8\x0c\xd5\xd0\x8d\x14\xac\xc9\xfd\x0f\x43\xad\x52\x20\x8e\xec\xf2\xbe\x91\x94\x5f\x13\xb0\xc9\x5d\x1b\x03\x81\x69\x29\xfa\xad\xaa\x34\xdc\xfd\x83\x95\x64\xb7\x2f\x14\xbd\x70\xaf\x26\x3c\xa5\x3e\x9b\xe0\x53\x0e\xa5\xd3\xa5\xa2\x47\x46\xa7\x09\xf2\xe4\x11\x6e\x4f\xa0\x27\x87\x92\xae\xd0\x93\x93\xbc\xce\x73\x35\x67\x88\x69\x87\x9d\x8d\x2c\xd0\xfd\xc8\x3f\x34\x6f\x39\x7a\x43\x31\xcc\x4c\xb0\x50\x01\x87\xab\xb6\x59\xd8\xff\xb7\x27\xf1\x71\x84\xde\x2a\x6a\xf8\x02\x3b\x32\x8c\x81\x5d\x26\xbd\xd4\xb6\xb4\x92\x09\xe5\x57\xd2\x5f\xe8\xd2\x12\x7f\x39\xf2\x33\x96\x0b\xd2\xb2\xf4\xc3\x71\xb6\x50\x02\x01\xfa\x9a\x2b\xf5\x3c\xe8\x12\x58\x92\xbb\xbf\x94\x30\xa5\xb6\x3b\x7f\x0d\xc7\xcb\xa4\x0c\x57\x81\xe5\x41\xeb\x53\x0a\x49\x2c\x49\xbd\x00\xc0\x92\x1c\x0a\x2e\x6b\x78\x4c\x97\xd5\x7e\xfc\x41\xd7\xc3\x63\x6a\xe3\x84\x62\x78\xad\xbd\x22\xdb\xa6\x0d\x54\x43\x05\x8f\x15\xca\x30\xe8\x53\xc0\x52\x0e\x60\x56\x26\x48\x94\xa5\x68\xa8\x02\x8a\x72\x2f\x2e\xdd\x8a\x9c\x12\xc6\xa1\xfb\x4c\xff\xfd\xe9\xf6\x07\x2e\xe5\x50\x14\x01\x96\xb2\x90\x3c\x79\x02\x4b\x79\x88\x07\x3a\xc1\xa5\xac\xcb\x23\x4a\x60\xa7\x44\x6a\x01\xb3\xa1\xe0\xb4\x4c\x88\xe0\xba\x73\x4b\x09\x7a\xc4\x5c\xa9\x81\x66\xad\xce\xa3\xcf\x68\xa3\x9e\x92\x99\xfd\xb5\xa6\x8f\x54\xc1\xb4\x60\x56\x21\xb2\x30\x4f\x30\x2a\x87\xec\x7f\x99\x9c\x5b\xc2\xb9\xd4\x45\x95\x12\x56\xc6\x73\xf8\x4c\xa7\xdc\xe4\x8b\x4e\xa1\xc9\xae\x25\xb8\x32\x9d\xf5\x2e\x72\x48\x06\xbc\x8b\xd4\x90\x04\x5c\xe5\x50\x90\x58\x67\x1e\x50\xba\x7b\xb2\x35\x60\x4d\x40\x57\xd6\xe5\x58\x89\xe4\x94\xa5\xae\xbc\x71\xf4\x99\x33\x01\xc7\x02\x9f\x72\xe4\x6e\xbf\x1c\x1d\x02\xed\x22\x8f\x90\x8c\x04\x7c\xca\x43\x25\x76\x79\xcb\xa8\x91\x6d\x5d\xd9\x0d\x66\xd0\x2b\x47\xad\x6c\xeb\x92\x50\x20\x61\x2e\x6e\x16\x65\x3d\xeb\xca\x8d\x61\x65\xec\x57\x94\x3f\x30\x22\x0f\x75\x21\x31\x22\xfb\xe1\x7e\x35\x6a\x72\xba\xc9\x52\xad\x74\x3e\x9f\xb0\x45\xea\x7a\x14\x1e\xdd\xca\x38\xd3\x24\x99\x32\xed\xa3\x07\xc4\xac\x3e\x3a\x88\x25\xb2\xa3\xf3\x43\xcc\x63\x52\x13\x73\x54\x1b\xa9\x21\x9a\xe3\x24\xe7\xea\x5c\x06\x39\x68\xd2\x04\xb5\x71\xd7\x45\x8f\x3f\xd9\x2b\x8a\xc5\x92\x63\x39\x14\x6e\xf6\x42\x27\x55\xb0\x1d\x07\x99\x80\xe6\xfa\xb2\x15\xff\x78\x2c\xce\x14\x7d\xb9\x05\xf6\xb4\x08\xf4\x08\x78\xe5\x3c\x61\x54\x55\xeb\x21\xa8\x8f\x55\xf3\x1d\xa0\x8f\x43\x0a\x02\xcc\xe3\xee\x96\x1f\x99\x17\xd6\x3f\x4e\x03\x61\x7e\xbc\xb0\x07\xf2\xf9\xe5\x2a\xd4\x02\xca\xca\x96\x20\x24\xd1\xdd\x2e\xb2\xe3\xd4\x0d\xf4\x3c\xf0\x3f\x87\xf3\x9c\xa8\x81\xae\xe7\x29\xe8\x3f\x69\xf3\xa6\x90\x8f\x1d\x7c\xb8\x79\xa2\x06\x7a\xec\x80\x7f\x2c\xfa\x46\x9e\x87\x30\xc1\x36\x07\xa7\x18\x16\x7e\x84\x61\xb0\xc0\xeb\x54\x31\x56\x02\x14\x25\x6b\xa7\xec\x50\x03\xee\x59\xb2\x87\xd4\x5b\x94\x7d\x38\x9d\xe7\x3f\x1b\x28\xcf\xee\xdf\xc3\xf2\x70\xd0\x61\x09\xb7\x2f\x0c\xf0\x2c\xe4\x0f\x41\x58\x06\x13\xb2\x0c\x38\x45\xc2\x40\x6a\x41\x05\xf9\xf1\x30\xf5\xc2\x49\xb2\x81\xd9\xfc\xdd\x04\xd0\x14\x36\xf1\xc0\xae\xe9\x0f\xd2\x77\xca\x66\xb3\x94\x7a\x3d\x7d\xac\x9e\x5c\xfa\xb8\x79\x69\xe8\xac\x0f\x40\x64\x12\xeb\xd3\x2b\x46\xed\xb7\xa7\xa9\xee\x48\x35\x39\x85\x85\x2c\xda\x92\x4f\x99\xec\xf0\x8f\xea\x1f\xb4\x97\xcc\x14\xc1\x1a\x2c\xc8\x91\xbb\xcf\xc0\x88\x23\x8b\xb3\x7b\xd1\xb5\x80\x82\xdc\x87\x92\x01\x37\x77\x2f\x92\xb2\xf8\x8f\xfd\xb0\x93\x78\xf2\x68\xb0\x3e\x51\x14\x67\xf7\x77\xa8\x0b\xdb\xfd\xec\xd9\x13\xba\xc5\x0d\xa5\x9c\x06\x94\xc8\xea\xf5\xc8\xa9\x43\xac\x26\xc9\xd3\x9c\x06\x86\x68\x9c\xa9\x34\xa2\xa8\x9c\xdd\x2d\xe4\x57\xb7\x45\x6c\xe4\x71\x20\x56\xa6\x8b\x19\xcf\xc4\x44\x1a\x8f\x7f\x92\x80\x2f\x0e\x7b\x82\x3e\x98\xbb\x69\x64\x8e\x40\x9e\xa5\xee\xc5\x97\x74\xb9\xe2\x39\x7b\x65\x09\x2f\xb3\xad\x09\x93\xf4\xf4\x77\xce\x1d\x74\xf8\x94\x5b\x7b\x58\x06\x80\x2b\xc8\x26\xc0\x4b\x1e\x32\x96\x33\xf0\xbd\xb0\x17\x22\x57\x41\x14\x4f\x78\xb5\x8c\xf7\xcc\x6b\x4e\xe7\x26\xf0\x6b\x72\x17\x87\x8d\xf9\xd1\x6b\xef\x18\x74\x78\xca\xdd\xae\x6a\x86\xda\xb0\x81\x91\x1c\xb9\x77\xa6\x0b\xe3\x3c\xe1\xdc\x9a\x3b\x84\x78\x8e\x3c\x1d\xa2\x48\xea\xa1\x79\x8a\x7c\x61\x0f\xc9\x3c\x44\x22\xf1\x99\x20\x92\xda\xb2\xcf\x99\x1e\x56\x3c\x3f\x78\xf5\xda\xb4\x67\xcb\xc9\x4c\x4e\xeb\xe1\xc2\x1d\xc8\x3b\x68\x81\x26\x8b\x9e\x74\x22\x4d\x26\x15\x83\xeb\x02\xeb\x35\x01\x97\xdc\x9d\xb2\x2a\xb9\x84\xab\x47\x1a\xa3\xe9\xfc\x1b\x0e\xa2\x35\xf8\x24\x1c\x64\xd8\x5d\x4d\xc6\xdd\x67\x7b\xe5\x76\x86\x1f\x27\x41\x94\x1d\xbb\xed\xb8\x76\x1d\xae\x30\x99\x8b\xc0\xa5\x99\xe7\xe9\x39\xf6\x7b\x4e\x8f\x67\xe4\xb4\x65\xe7\xff\x94\x2e\x3b\xd4\xd3\xb0\x71\x46\x41\xa0\xa5\xa2\x83\x90\x95\x33\xe7\xe0\xcc\x3e\xd1\x41\xb0\x33\x96\x7b\x16\xb7\x5b\x03\x51\x00\xb0\xdc\x1f\xf9\x92\x13\x42\xeb\xc9\x9b\x51\xc7\x44\xb0\xac\x8a\xa2\xa7\x00\x19\xda\x95\x4f\x38\xb5\xd2\x27\x08\x96\x53\xc9\x1b\x00\xcb\xfa\xf3\x24\x91\x73\x61\xa0\x8e\x00\x66\xb9\x0b\x53\x13\x76\xe8\x31\xff\x26\x7b\xb7\x07\xbb\x59\x05\x9c\xa1\x5b\xf5\xf4\x0f\xba\x7c\x27\xb9\x61\xb6\xb5\x52\x6b\xe4\x06\xc2\xb2\x24\xd3\x20\x38\x45\x23\x37\x08\x96\x63\x4c\x3b\x43\x60\xaa\xbb\xec\x49\xad\x83\x6a\x51\x97\x97\x4e\x1f\x40\x58\xd6\xe5\x58\xb6\x98\xd1\x74\x48\x3d\x9f\x9c\x2e\x66\x5b\xc1\x62\x5a\x1a\x62\x23\x05\x46\x59\xfe\xb9\x0a\x84\xa2\x2c\x72\x86\xcf\x93\xab\x5c\xf3\x00\x80\x6d\x99\x86\x7a\xb0\x2d\x47\x2e\x34\x71\x9b\x3a\xfc\x9c\xa0\x68\x98\xf8\xed\x24\x47\x75\x72\x9e\x97\xeb\x19\x99\xb4\xc2\x0a\xda\x0e\x08\x96\x43\xb7\x32\x10\x2c\x77\xc3\x16\xe0\x12\xa5\xfb\x2c\xc1\xe3\xa3\xcf\xe3\xee\xee\x26\x87\x92\xe9\xfe\xce\xcf\x4d\xcc\x5c\x7c\x0a\x60\xee\xb0\x4f\x01\xec\xf0\x85\xd0\x15\x19\xc2\x67\x3f\xe8\x13\x96\x70\x1d\xa4\x81\xb6\x8c\x3c\x1a\x9f\x86\x13\xcf\x06\x5a\xf7\xf2\x58\x6a\xfc\xd6\xf4\x7e\x91\xcc\xd0\xec\x54\x97\x49\xac\xa1\x34\xa0\x5c\x1e\xe0\x99\x4c\x50\x2e\xab\x21\xdf\x97\xd7\xbe\x6e\x3c\x20\x2f\x77\xff\xac\x29\x98\x4b\x4b\x68\xd9\x64\x13\x5c\x26\x47\xd2\xa2\x7f\x29\xfe\x64\x7b\x72\xaf\x69\xc5\xd0\xe1\x61\xbd\x9f\xf5\x52\x02\x59\xc8\x44\x4e\x20\x63\xee\x3f\xa8\xf7\x70\x91\x68\x1c\x29\xc7\xfc\x50\xd7\x61\x47\xfc\xc6\xd4\x64\x93\xe7\x93\xdf\x0f\x9e\x2f\xa4\x1c\x2b\xcd\x89\xf2\x23\x92\x68\x64\x61\xa5\x9f\xee\x4b\x52\x6e\x9a\x28\xf6\x89\xce\x16\x95\x22\x9f\xed\x06\xa3\x23\x77\xa1\x79\x68\x80\xc8\x1c\xe6\xdf\x01\x21\x33\x34\x27\x89\x90\x39\x5d\xfa\x44\xc8\xf4\x26\x00\x50\xcc\x61\x6e\xa5\xab\x2a\x58\x42\x1c\x2e\xf5\x7d\x36\xd1\x65\xda\x24\xef\x14\x2e\x32\x25\x99\x1d\x07\xec\xcb\x61\xe2\x9a\xcb\x08\x4d\x2f\x3e\xae\x96\x3b\x8a\x36\x5a\x4a\xc8\xfe\xe3\xa9\x87\xc4\x82\x7e\x39\x4c\xba\x01\xe2\xe5\x30\xbf\xcd\xe5\x5d\xae\xb9\x2f\x80\xbc\x1c\x91\x55\x7d\x3c\x33\xa8\xbc\xd7\xe5\xf4\x00\x73\xb9\x1b\xa4\x2a\xfd\x86\x9d\xf5\x9e\x1b\xdd\x3f\x98\x37\x78\xe7\x65\x22\x6a\xe4\x82\xab\x6b\xdc\x28\xbe\xb0\x7e\x90\xc2\xab\x3b\xa1\xfe\x4e\x8c\x45\xfb\xd3\xc7\xe5\x12\x67\xcb\x43\x77\x71\x4d\x6c\x56\x92\x4b\xdd\xdf\xfb\x98\x04\xca\x84\x37\x89\x8d\x19\x9a\x4d\x2e\x2c\xcd\x26\x48\x01\x1a\x73\x98\x70\x44\x68\xcc\xa5\x2b\x38\x88\x97\x23\x1c\x62\x8a\x13\x14\x0e\xd3\x9d\xfa\x4c\x16\x06\x07\x85\xb6\x6f\x72\xa5\x8b\xb8\x99\x99\x3b\x5a\xe8\x4b\x0f\x8d\xb1\xa2\xd3\xe1\x6a\x8d\xf6\xe6\xef\x52\xdb\x9f\x4e\x0a\xd6\x68\x53\x8e\x5c\x29\x75\xd8\x5b\x14\xfa\x43\x37\xd4\x0b\x2f\x64\xb3\x72\x5c\x33\x97\xca\x3f\x2a\x2e\x50\x0c\xc3\x28\x52\x2f\x9f\x2e\x5d\x92\xa7\x73\xb5\x55\xf7\x74\x1d\xbd\xf2\x22\x79\xf9\xe2\x94\x58\x3c\xf7\x89\xf5\xb2\x4f\x1c\x6e\x8a\x1a\x48\xc2\x57\x06\xdd\xf0\x11\xa1\xa3\x26\x6c\x00\xd7\x72\x6f\x0d\xaa\x5a\xca\x8f\x18\x37\xae\x95\x22\x2e\x75\x2d\xa9\x04\x8b\x00\xc2\x5c\xd1\x0c\x09\xc2\xdc\x6e\xe4\xff\x18\xfb\x93\x24\x7f\x76\x5f\xbf\x12\x9c\xbf\x55\xdc\x1d\x94\x3b\x7b\x9a\x5d\xfb\x4f\x6a\x5c\xb5\x07\xef\x98\xa6\x81\xa4\x67\x2f\xa5\xfd\xa7\xe1\x1c\x46\x5c\x49\xd9\xfc\x72\x10\xe6\xe1\xf8\x92\xce\x1e\x04\x41\x00\x9f\xc6\x8b\x7a\x07\x36\x8b\x87\xf8\xd5\x86\x14\x78\x0c\x33\x26\xc3\x12\x7c\x2e\x79\x55\x05\xf8\x5c\xd3\x87\xfe\x71\x25\x21\x1a\x6d\x8c\x39\xb9\x0c\x18\x73\xf9\xf4\xb3\xc5\x05\xca\xfe\xf7\x20\xac\xeb\x50\xff\x94\x3d\x7f\x12\x2f\x1e\x6d\x28\xdc\xdb\x1e\x8d\x0e\x05\xa5\xd3\x0d\xf9\x71\x51\x15\xbf\xb4\x2c\x8f\x44\x38\x3e\xeb\xa0\xf8\x78\xf3\xe3\xa5\xd7\x83\x9d\xe1\x1c\x4c\xa1\x67\xaf\xaa\x6a\xb2\x4a\x16\x0a\xd7\xbd\x59\xae\xf8\xd4\xdd\x41\x94\x58\x9d\x4f\xdd\x64\x51\x47\xe3\xbb\x3d\x6a\xda\xbc\x28\x7b\x34\x34\x54\xf3\x0a\x16\x5d\xd2\x80\xe9\x41\x5a\xd7\x2d\xee\x51\x28\xf7\x16\xea\x69\x1a\xa2\x65\x7f\x99\x16\x4f\x3f\xe2\xa7\x66\x88\x89\x07\x11\xdd\xcb\x6a\x61\xe9\x74\xb5\x12\x96\x6e\xc8\x00\x81\x98\x8b\x56\x51\x45\x4c\x24\xf4\x76\x02\x63\x2e\x1d\x86\x14\x7d\x3a\x83\x8b\x3c\x23\xde\xdc\x04\x12\x6a\x80\x37\xd7\x34\xe3\x14\x61\x2e\x79\xdb\x04\xaa\x5c\xd3\xa9\xe6\x19\x76\x16\x5d\x82\x47\xb4\x8e\x17\x0f\xaa\x2a\xaf\x72\x9e\x2d\x4d\x23\xbf\x3d\x04\xf2\xdc\xd3\x47\xf3\x08\xaf\x57\xc0\x8e\x3b\x87\xdc\xfe\xd1\x56\xc2\x2d\x01\x24\xb9\xa6\x71\x29\x80\x71\x4d\x13\xbb\xc7\xb0\x9e\xf2\xee\x47\x97\x68\x99\xf7\xa3\x4b\xb4\x37\x4c\x0f\x4b\x41\x03\x38\x70\xe5\xb2\xcb\x50\x58\xb9\xdc\xca\x1f\x65\x3e\x40\xe7\xb2\x92\x1d\x98\x73\x49\xd6\x06\xe6\x5c\x52\x88\x02\x73\x2e\x3a\x9b\xf2\xd1\x6a\x79\xea\x06\x5b\xee\xd4\x15\xe2\xb9\x34\xc9\xa6\x7b\x2f\x7b\x88\xde\x32\xe4\xa7\xd3\x4f\x89\xda\xce\xc2\x79\x4d\xc3\x28\xf1\xe7\x34\x38\x79\x10\xa8\x8d\x72\x05\x16\x5d\xde\xcb\x99\x6b\x22\xef\x2a\x1e\x4c\x1d\xb5\x43\x79\x6e\x14\x79\xd6\x0d\x7b\xfa\xd1\xcd\xeb\x24\x66\x57\xdd\xd0\x73\x03\x16\x07\xf4\x5c\xf6\xae\x18\xe4\xb9\x7c\x6e\xba\x35\x32\x37\xb8\x2e\xce\xe7\x47\x85\x27\x25\xe3\xc4\xd6\x61\x56\x8f\xb7\x4a\xce\xae\x10\xb8\xb3\xa1\x93\xc0\xa0\x2b\x7b\x20\x9e\xcd\x28\xfd\xc1\xc5\x30\xcc\xa1\x73\x02\xa5\x11\xfc\x4c\x2d\xc5\xb3\xc5\xeb\xe4\x0f\x42\xfb\xd0\xb8\x67\x4f\x35\xea\x8a\x48\xed\xb5\xe6\x06\xad\x73\xd8\x04\xad\xf3\xea\xef\xc1\xef\xcd\xa0\x68\x00\xd8\x9d\x73\x98\xea\xcd\x8c\x21\xfd\xad\xad\xa4\x1b\xf5\x63\x20\x34\xb7\x76\xb1\xe9\xea\xe9\x2a\x41\xd8\xd6\xc2\xe6\x01\x8a\xd6\x2b\xd9\x67\x1b\x8d\xf8\x59\x39\xc2\xfe\x81\x08\x8a\x08\xd2\x40\xd3\x65\xbd\xdb\x9e\x4f\x55\xdd\x7e\x61\x61\x98\x81\xc0\x28\x5a\xfa\x3c\x48\xdb\x8a\x7e\xe0\xd7\x65\x4f\x18\x8f\x4e\x00\x5e\x28\x3e\xc6\x40\x73\x80\xb7\xb8\xcd\x9e\xf0\x7c\xf8\x5b\x55\x73\xdb\x21\x88\x1e\xcf\xc2\x45\xc3\x39\xaa\xff\x9d\x12\xcd\xa3\xff\x9d\xd7\x9c\xa0\xdc\x0d\x6f\x0d\x9e\x2d\x6f\xcb\xae\x8d\x4c\xba\x87\x63\x79\xaf\x6a\x29\xcb\xdb\x79\xff\x67\x68\xe4\xa4\x06\x40\xf1\x12\xf3\xd9\x52\x36\x9b\xf9\x7b\x28\xb7\x72\xa0\x17\xea\x6e\x1a\xdb\xe2\x55\x6a\xee\xfe\xcf\x84\x66\x7d\xbf\xc7\x66\x09\xbe\x30\x1c\xdd\xdc\xac\x30\x98\x32\x58\x77\x4d\x93\x81\x57\x63\x49\xc5\x23\x80\xef\x9a\x16\x07\xaf\xf2\x33\x0c\xef\x55\x7d\x98\xfc\x9f\x11\x60\xbe\x00\x74\xd7\x3a\xec\xeb\x55\x94\xe6\xd8\xf0\x9e\xbb\x0f\xfc\x90\xd7\x0c\xd5\xdc\x7b\x08\x28\x1b\x33\x72\xcf\x69\x1b\x31\xcc\x7b\xe3\xd7\x0d\x81\xe5\x0d\x62\x58\xeb\x43\xfa\x9e\x6c\xfe\x80\x87\x27\x5d\xfb\x6a\x5e\x0e\x16\xf4\x78\x9b\xd3\x9e\xbe\xf1\x6a\x5f\x4d\x10\x50\x62\x69\xfc\xd9\xbb\x03\x98\xb1\xe6\xbd\xa8\xd0\x62\xde\x78\xbe\x44\x9c\x56\xaf\x0e\xb4\xd8\x36\xa6\x79\x11\xba\xbc\x09\x05\x27\x2c\x1a\x42\xf1\xc3\x0f\x51\xfa\xd8\xd3\x87\xaf\x1a\xd3\xf2\x84\xbf\x00\x13\x96\x9d\x18\xef\xd8\x93\x97\xf2\xb0\x47\x37\xa4\xa2\xc0\x60\xf5\x84\xff\xbd\x7b\xe3\x40\x8c\xd8\xc8\x60\x8a\x9e\xef\x54\x89\x0b\xdb\x03\x00\xac\xe9\x53\x08\x9e\x57\x64\xf1\x45\x19\x88\x15\xf9\x7a\x69\xe1\xed\x32\x28\x5e\x3b\xac\x82\x28\x5e\x15\x7c\x8c\xf1\x72\x97\xaf\x46\x01\xdc\xae\xc8\x4e\xed\x8d\x74\xa1\x95\x28\x08\x5d\xb1\x7b\x93\xe5\x96\x9d\x20\x49\x80\xc5\x95\xe4\x58\xc0\x6f\x45\x16\x7f\xe8\xbe\x50\xa4\x0c\xd9\xbb\x60\x71\xb6\xbc\xbf\x13\x67\x2b\x79\xcf\xfb\xde\x3b\x84\xbd\x59\xd8\x17\x58\xbb\xef\xb3\x9b\x42\x57\xa2\xeb\xf0\x86\xf5\x7d\x76\x89\x74\xe5\xb3\xdb\xc5\xb7\x9e\x5d\x3c\x5d\xf9\x0c\x57\x83\x1f\x33\x7c\xa2\xc3\x8a\x71\x9d\x17\x27\xa0\x70\x35\xaf\xca\x5e\x7d\xa2\xc0\x0d\x19\x20\x72\x35\xaf\x15\x5f\xc3\x68\x78\xdb\xf0\x0a\x00\xea\xcd\xf4\xbb\xef\x47\x8a\xc9\x58\x36\xce\x16\xe3\x46\x7a\x13\xb0\xb1\xb7\x3c\x69\xbc\x32\x56\x17\xc7\x6b\x4d\x68\x09\x9a\x0b\xf7\xca\x17\xbb\x73\x15\xbc\x40\x6a\x25\xcf\xf0\xa0\x68\x35\x75\xaf\x80\x68\x45\x6d\xc9\xac\xd9\xb9\xb7\xdf\xef\xe7\x92\x45\x8a\x7a\x45\xff\x76\x12\x7c\x7b\x69\xd1\xf2\x8f\x78\xed\x08\x02\xaf\x7a\x09\x2f\xd2\xdf\xc5\xd6\x96\xfc\xa1\xf8\x29\x5f\xc0\x0d\x82\xe5\xbe\xdc\xed\xab\x6f\x7d\xbd\x40\xf1\x04\xf3\x2e\xab\x1e\xed\xfe\x36\xcf\x83\x95\x7f\x87\x5b\x4d\xf2\x17\xd1\x46\x3a\xff\xef\x19\x38\x79\x79\x4c\x95\x79\x21\x94\x08\xd3\x1c\x24\xac\xa6\xb6\xe8\x13\xbb\xd3\x3b\x90\xcf\x7b\x0f\x4f\x1d\xdf\xb9\x0b\x31\x19\x55\x61\xa0\x84\xb2\xaa\x27\x5c\x1a\xc8\xaa\x18\x1c\x8a\xf7\xf6\x5e\xdd\xf8\x06\xad\xf2\x10\xf2\x11\xe7\x42\x01\xfd\xc3\x2b\x49\x35\x07\x00\x54\x91\xe3\xe4\x45\xb0\x01\xb6\x95\x0f\x53\x6c\x95\x16\x22\x50\xa9\xb8\x11\x81\x6a\x78\xea\xf8\x3c\x8e\x78\xa0\x00\x5e\x2a\xaa\x42\xed\xb1\x25\x53\x85\x04\x74\x54\xd6\x6e\x18\x80\xa8\xe6\x89\x1d\x7c\xa8\xe6\x69\xef\xe3\x8c\x1e\x07\xeb\x3f\x30\x41\x70\xa4\x9a\x3a\x13\x71\xa4\xea\xd9\xfd\x02\xc3\x78\x5a\xba\x87\x58\xb6\xff\x8d\x2a\xd5\x76\x39\xb2\x18\xb6\x70\x20\xa6\x9a\x5b\xd4\x67\x60\x25\xcf\x49\xc0\x4a\x35\xe5\xed\x0f\x03\x32\x8f\x9e\x9f\x87\x88\xb6\x5f\xdc\x34\xaa\xa9\xb8\x65\x66\x3f\xf8\xb8\xa2\x57\xf4\x03\x56\x2a\x12\xf1\x59\xaf\xe8\x3d\x4d\x7d\xd8\x65\x7b\xd0\xf9\xb8\xa1\xf7\x48\x0a\x94\x54\xe4\x30\x91\xd3\x9c\x83\xca\xb7\x4f\x11\x70\x54\x41\xa3\x86\x67\x2b\x41\xa3\x2a\x90\x3a\xe3\xeb\xbb\x48\x92\x61\x11\xa6\x0c\xf7\x11\xe2\x42\x4f\x72\xd1\xa4\xa6\xb7\x78\x1f\xc8\x04\x4a\x98\x9f\x27\x75\xbd\xbc\x3f\x4f\xe7\xea\x38\x3e\x7d\x9a\xc0\xe7\x19\xe0\x4c\xc5\x60\x5b\x08\x5d\xef\x4c\x65\x6f\x51\x56\xfb\x50\xf6\x2b\x73\x7c\x9c\x48\x14\x46\x3e\x7c\x7f\x15\x78\x3e\x63\x23\x8e\xe6\x0f\x0c\xae\x73\x2b\x8e\x27\x4d\x21\xe3\xd3\x92\x1b\x8e\xfd\x19\x12\x79\xb0\x95\x00\x13\xd5\xdc\xb7\x3f\x03\x39\x81\x0d\x34\x3e\x6e\xd5\xdd\xea\xbf\x69\x35\xe8\x83\xb9\xdb\x6d\x22\xf9\x2a\x1b\xc6\xc7\xae\xe4\x76\x25\x7c\xd4\x14\x5a\xe4\x9b\x7b\xd0\x2d\xe4\xf5\xc5\x8f\x29\xa5\x58\x2f\x14\xf9\x6e\x3e\x9f\xd1\x92\xdd\x86\xbf\x6b\xf7\x28\x75\xb9\x76\x73\xf9\x18\x67\x0d\xb7\xbb\x2f\x36\xaf\xa4\xf1\xe5\xc7\xcd\xfa\x6e\xee\xe5\x54\x86\xd1\x7d\xc6\x49\x04\x16\x69\x7c\x6e\x6a\xd6\x11\x03\x35\x79\xf7\x77\x5b\x11\xe9\x9e\x35\x91\x9d\xbe\x5b\x71\x79\xa7\xc2\x44\xcc\xeb\xa4\xef\xde\x21\x79\xa9\xc9\xed\x91\x0d\x9e\xfb\xb1\x8d\x0d\x0e\x0a\xdf\x03\x00\x8d\x1d\xff\xc8\xb7\x1c\x43\xc0\xaa\xe5\xac\x1f\xd6\xe2\x32\xec\x6f\x6f\x62\x8e\x21\x07\x85\xcd\x40\xd9\xc3\x0c\x55\xf8\xb1\x85\x6d\x96\x89\xe6\xdd\xfd\xe8\xd3\x8d\xea\xb0\x00\x34\xde\x16\xf6\x2a\x84\x23\x7e\x7c\x1c\x0d\x06\x9b\xe9\xb7\x6f\xfb\x91\x0d\x3f\xb6\xa3\xcd\x09\x95\xf3\x35\x07\xf9\x88\xe9\x64\x84\xf2\x2f\x44\xf8\xac\xc6\xf0\x73\x3f\x92\x11\xba\xd1\x0c\x39\xec\xe7\x97\x68\x83\x17\xf7\xde\xa9\x7d\x6a\xc3\x35\x1a\xf9\x0c\xdd\xa4\x65\xc9\xb7\x76\xe7\x50\xc5\xb5\x3b\x81\x52\x34\xf4\xb6\x74\x23\x11\x03\x21\x35\xbe\xa5\xa5\xf5\x9f\xc3\x38\x7f\xcb\xfa\x30\x0a\x6e\x5d\xd5\xcf\x19\x62\xcc\x0a\x30\x6a\x30\xb9\xa5\xc3\xae\xe7\xff\x25\x76\x80\xf6\x22\x0b\xd1\x5d\xe3\xe8\x45\xc0\xe2\xb1\xff\x77\xc2\xc2\x74\xd6\xb1\xd7\xc8\xe4\x65\x62\x98\x58\xf8\x9f\xc9\x0b\xf7\x5b\xe8\xc1\x5d\x2e\x0b\xa7\x25\xb9\xcf\x42\x2a\x97\x97\xac\xd8\xdc\xb2\x7d\xb2\x4e\x4b\xa3\x4a\xc2\x4f\x6b\x77\xb2\x4e\x75\x4f\xc8\xf1\x4b\x3b\x6f\x6f\xd9\xd6\xc9\xf2\x6c\xfe\x40\x17\xb0\x86\xd7\x69\xd1\xa6\x41\xee\x38\x2d\x4e\xdb\xc6\xfd\x59\xb6\x4f\x66\xee\x4a\xee\x72\x4c\xe9\x95\x64\x07\xdd\x5f\x98\xba\xcd\x1f\x76\x1f\x50\x86\xb6\x6f\x5a\x9e\x2c\xc3\x47\x15\x7f\xb8\xc0\x93\xa6\x52\xc6\xe6\x50\xb7\xb2\x92\x7b\x03\x0b\x75\x19\x29\xf1\xdc\x59\x9c\x35\x0e\x47\x32\x4a\x32\x25\x66\xfb\x8a\x32\xf2\x0e\xcd\x43\x27\xe6\x5d\x47\x53\x29\x24\x22\x5b\x2d\xc3\x20\x36\x8b\xcc\x5c\x49\x32\x17\x56\xb6\xb3\xcc\x2e\x2f\xeb\x7e\xd8\x9e\xa3\x70\x54\xec\xbb\x77\xf3\xe2\x96\x95\x6e\xd0\x3e\x5c\x73\xb3\xa5\x81\x78\xdb\x2f\x0c\xad\xf3\x42\xa8\x6a\x0d\x7b\x37\xde\xdd\xce\xce\xd8\xb2\x10\x16\x36\x00\xbb\x17\xca\xee\x51\x2a\xe5\x76\x6f\xef\x6a\x38\xee\x25\xc0\x72\x17\x77\x3c\x62\x17\xcf\x5a\xa7\xae\x62\x65\xfd\x7f\x59\x27\x32\x54\x77\x3b\x67\x4c\xd5\x7e\x0a\xde\xb7\x34\x16\x1f\x76\x15\x9e\x57\xbb\x13\xbc\xea\x57\x73\x05\x8e\x5e\xdb\xcd\x60\x13\x57\x2b\x22\x8a\x9e\x07\xac\xe5\x29\x50\xc3\x98\x35\x65\xd4\x14\x41\x28\x08\x2f\xa7\xd7\xde\x19\x9c\xd4\x1e\x6b\x5c\x10\x38\x0b\xed\xbe\xe5\x86\x17\x80\xe7\xb1\x51\xdc\x54\x9a\xad\x6b\x57\xd6\x97\x3d\xc8\x7c\x37\xb6\x8f\x62\xc4\x7b\xf0\xdd\x8a\x27\x2f\x60\xdc\xda\x4f\x06\x50\xdc\x9c\xeb\x97\xc5\xd1\x08\x2f\x75\x11\xe2\x16\xfe\x44\x5e\xab\x82\xee\x96\x0d\x9f\xb9\xee\x5d\x0d\x33\xd0\x4d\xb6\xda\x08\x0f\x5e\x53\x2f\xfc\x8c\x14\x7c\x56\x6c\x10\xc3\x48\xac\x42\xbd\x19\xd3\x69\x19\x1e\xd0\x7b\x74\xa0\xde\xba\x62\xe2\x46\x7a\xf3\x76\x55\xa4\xb7\xa1\x86\x6d\xc5\x61\xa8\xb7\x3f\x42\x54\x8e\xf5\x94\x7f\xfd\xd5\xa7\xa3\xcc\xa9\x49\x55\xcd\x7a\x14\x47\xad\x24\xe7\xa4\xe2\x55\xf7\x32\x78\x44\xdf\x85\xba\x87\xcb\x26\xdc\x59\xfa\x7e\x11\x86\x84\x06\xbc\xbb\x9e\xe4\xf7\xa4\xe4\x24\xd1\x5b\x57\xab\x9a\xa5\x09\x74\xdf\xa9\xe0\x6a\x48\x6e\x6b\xab\xa3\x76\x2a\xd8\x23\x67\x6c\x90\xe2\x62\x3c\xe9\x62\x6e\x66\xdd\xb2\x80\x8a\x8b\xef\xd2\x4b\xfb\x14\x64\xe7\x13\x4b\x42\xed\x12\xb0\x71\x7d\x73\x9f\x4f\x3d\xf4\x7e\xc1\xe3\xdc\xa9\x41\x28\x89\xc1\x79\x13\x08\xb9\xec\xfd\xfd\xfa\x5c\x44\xa6\xdf\x3c\xd1\x0c\xcc\x13\x8e\xb1\x40\xcb\xed\xc8\x08\x6b\x2b\x97\xac\x13\x26\x68\x83\x13\xde\x5a\xbb\x79\xa6\xda\x53\x94\x4f\xc5\x16\x97\x3d\xd2\x2e\x6c\xd3\x26\x87\x9b\x25\xb6\x8d\x7a\xb1\x05\x9e\x8d\x7a\xf2\xb5\xf6\x4c\x69\xff\xf6\xf7\x04\x81\x2e\xb1\x80\x27\x08\x74\x89\xa3\xd1\x14\x81\xae\xa2\xab\x9b\x20\xd0\x65\x70\xed\x26\x08\x74\xb1\x56\xcc\x4d\x47\xc5\x49\x75\x02\x41\x77\xd2\x51\xf3\xd8\x91\xf6\x8b\xb9\x6f\x2a\x55\xf8\xdf\x63\x59\xf0\xc0\x09\xd2\x5c\x03\x2a\x72\x02\x34\xd7\x58\x2c\x13\x9c\xb9\x9c\xa4\x13\x3c\x0a\xb0\xfe\x09\xcc\x5c\x1b\x93\xbc\x84\x8e\x3a\xf6\xff\x5c\x2a\x5b\x98\x9b\xdb\xf4\xff\xc6\xf7\x33\xff\x13\x8f\xe3\xf4\x9b\xae\xad\x46\x55\x63\x6b\xeb\x3d\x18\xf1\x3c\xce\x8b\x5e\xf2\xa3\x9e\x26\x87\x89\x30\x1f\x6b\x26\xa2\xa6\x87\xff\x2f\xd4\xac\x74\x0c\x76\x6c\x1c\xa8\xa6\x90\x74\xd3\x0e\x4b\x89\x05\x4b\x7f\x25\x62\x4c\x17\xe9\x9d\x34\xf4\x5d\xf2\xa4\x31\xfd\xc1\x1d\xab\xfa\x02\x32\xd4\xa0\xde\xa2\x17\x33\xad\xe7\x81\xe1\x77\xb6\x0d\xb8\xf1\xe2\x66\x33\xc1\xa6\x6b\x9c\x88\x27\xd0\x74\x8d\xfb\xe4\x29\x34\xdd\x40\xbd\x38\x0f\x42\x60\x24\x7b\x86\xed\x0a\xe3\xc4\x09\x18\x5d\x47\x61\x37\xc1\x9f\x6b\xc0\xf0\xcc\xc3\x80\x53\x18\x52\xcd\xa3\xe8\x70\x63\xcf\x70\x25\xdc\x9c\x33\x3a\xf7\xe2\x14\x38\xc1\xa2\x8b\x26\xf9\x82\x5d\x8f\x95\xd5\x1c\xcd\xca\xb2\x13\xcd\x93\x3e\xe0\x4e\x6b\xec\x22\x70\x0f\x72\x44\x8b\xbb\xb9\x33\x91\x5d\x09\xcb\x85\x79\x60\xa4\x46\x48\xa2\x79\x54\x66\xe8\x49\x1a\xcc\xcf\xe6\x49\x1a\xb6\xa1\x5d\x09\x6e\x86\xe7\x1f\x4f\xb9\x53\x24\x3c\x60\x51\xe7\x11\x07\xd0\x5e\xac\xad\x10\xb0\xc3\x51\xaa\x74\x55\xf2\x07\x79\x9a\x93\xa8\xda\x6f\x54\x05\xc3\xb4\xec\x4c\x06\xe3\x18\xdd\xcd\x04\x22\x2f\xfa\x93\x69\xad\x61\x9a\x75\x6c\xa0\xad\x3a\x18\x6a\x3c\xb9\xe5\x9b\x47\xc3\x0a\x29\x9b\x81\xfa\x39\xd3\x0c\x4f\x75\xfa\xbf\xa2\xb6\x95\x05\x53\x6f\xec\x1f\x80\xc0\x76\x4e\x70\xab\xcc\xed\xe6\x3c\xb4\x22\xdf\x45\x73\x58\x9d\x89\x12\xba\x8b\x7c\x52\x59\x2c\xc7\x8b\x83\xc4\x61\x75\xda\x08\xfc\x9a\x88\x1f\x30\x8f\x0e\xf6\x69\x96\xee\x29\x6b\xfa\xc3\xc5\x00\xf8\x03\xd1\x46\x9c\x37\x5c\x30\x4f\xbb\x0f\x1f\xe4\xe2\xea\xe2\x4a\x99\x88\x9d\x13\x78\xbd\x86\x83\xcf\x3c\x86\xb5\xa3\x12\x23\xff\xeb\xaf\x4a\xbc\x87\x79\xa8\x34\xad\xe6\x95\x47\xda\x61\x1e\x73\xad\x84\xfe\xcb\xbb\x16\xdc\xc8\x4d\xd7\x2c\x47\x5e\x20\xce\xe6\x31\xf6\xe8\xd2\x01\x43\x3e\x65\x57\x0a\x10\xd4\x9c\x69\x83\xfe\xcb\x74\x99\x06\x6e\xdd\x1f\xe2\x34\x9c\x87\x43\xba\x35\xae\x96\x2e\x26\x2d\x17\xa9\xf3\x30\xc8\xd5\x66\x99\xfa\x38\x9f\x16\x39\xd5\xa7\xf8\xcb\xb5\x47\x86\xf2\x2f\x37\x85\x4e\xa7\x5c\x32\xe6\xfd\x0b\xd3\xbe\x52\xbe\xd1\xac\xda\x4e\xd5\xb8\x20\x36\x11\xd3\xc5\xb1\xb9\x3c\xfb\xd1\xe0\xcb\x96\x50\x47\xcd\xc6\xbb\xfb\x00\x67\xd8\xe9\x5c\xdb\xfa\xda\x49\x11\xb7\xfa\x2e\x7b\xfb\xde\x0b\xdc\x5f\xe0\x3a\x99\xba\xdf\x4a\x05\xf2\xac\x1b\x24\x28\xf9\xb1\xb1\x1f\x37\x03\xbf\xdd\x0e\x2b\xc5\x23\x96\x9c\xfe\x60\x5c\x10\x6e\x10\xe6\xf1\xec\xbe\xa3\x21\x5b\x13\x2b\x7b\xda\xd7\x5d\x7e\xf9\x11\xb1\x84\xaa\x3c\x7b\x15\xf8\x83\xc8\x8d\x34\x65\xcb\x11\xc3\x17\x7b\xcb\x06\xbf\x1e\x7c\x2c\x9f\xc3\xeb\xcc\x64\x7f\x9d\x06\x83\x76\xbd\x6a\xdb\x2d\xf1\xc5\x98\xce\x06\xeb\xf2\xdc\xdd\x12\x0d\x50\xe5\xf6\x80\xb4\x41\x68\xa2\x09\x82\x5e\xc3\xa8\x7f\x1e\x5b\xcb\x6a\x43\x40\xe7\xc1\xa6\x66\x1e\x1a\xaa\x77\x17\x24\x3e\xce\x65\xff\xa0\x0e\xdd\x91\xf6\xb8\xbb\xb7\x17\xc1\x68\xbb\xec\x51\x93\xaf\xbd\x53\x2f\x9d\xc2\xa8\xe2\xda\x63\xf2\x27\x59\x6f\x8a\xa2\xd7\x65\x5f\x48\x0d\x6e\x44\xe7\x3e\xc9\x4e\x5f\x68\x58\xf1\x7f\x45\x58\x26\xb1\x28\x78\xd3\x3d\xfd\xdc\x9a\x5a\x66\x34\xd8\x77\xd1\x66\x5f\x14\xd7\xe9\xb1\xd3\xf8\x90\xd8\x6e\xcd\xf3\xf4\xcb\xe4\x3f\x3d\x50\xd0\x03\xe7\x89\xd7\x58\x36\x91\xd6\x46\x21\x77\x4e\x91\xf0\xaa\xe2\x82\x48\x78\x03\x3d\xfc\x3c\x39\xb5\x02\xca\x38\x4f\xfd\x8f\xb1\xcc\x9a\xa7\x2e\xc7\xc4\x61\x9f\x1b\x0a\x0f\xe5\xf9\xdc\x50\x78\x58\x51\xcd\x33\xed\xc6\x90\x2c\xc9\x80\xc9\x9f\xd4\xcc\xd9\x17\x89\x4b\xc3\xe2\x0f\x72\x0a\xc6\xef\x34\x14\x24\xb7\x33\x13\x84\xbb\x86\x65\xeb\x3c\x0d\x69\xec\xf6\x7b\x66\x1b\xec\xff\x36\xb8\xf9\x22\xfb\x9f\x66\x77\xf7\x66\x86\x9e\x5b\xf1\xcb\x44\xdc\xe0\x77\xe0\xf8\xce\x0d\x7e\x87\xd9\xcf\x14\xfc\xae\x82\xc4\x3b\x4f\x4d\xc5\x9b\xa3\x54\x86\xbf\xd0\x4b\x44\x39\x4e\x56\x00\xfd\xee\x2c\xe6\x20\x30\xb1\x25\xe2\x44\x0c\xc0\xc0\x3c\xd9\x82\xf3\x4e\x83\x2d\xa0\xcd\xdd\x07\x43\x47\x1b\x6f\x2c\x42\x41\xcf\xb3\xee\xa2\xc9\xcd\xe6\x8c\x92\x69\x9e\x6e\xc8\x45\x3a\x0d\x74\xdd\x9c\x6e\xc0\x88\x92\x67\xd5\xec\xce\xce\xd2\x7d\x6b\xee\x97\xdb\x56\x90\xac\xed\x3e\xa5\xba\x6c\xaf\xd5\x9a\xa0\xe9\x9d\x0e\x4f\xdb\xcb\x83\x8e\x6b\xb0\xac\xe2\xff\xdd\xef\x52\x5f\xe2\x20\x4f\x67\x7d\x33\xc2\x83\x89\xe8\x84\xe6\xff\x4e\x60\x27\x8d\x3b\x27\x5c\x11\x7c\xbc\x36\xe1\xf5\xc0\xe3\x45\xd5\xf9\x6a\x37\x00\x00\xf5\x60\xe7\x24\x1a\xfe\x04\x2a\x2f\x29\xf9\x01\x95\x17\x19\xa8\x78\xdf\x6d\xf5\xc5\x23\x94\xa3\x21\xec\x6c\x73\xfc\xdd\x18\x2b\xa9\x86\xfc\x19\x76\xb7\x51\xf1\x86\x83\x2c\x2a\x1e\x26\x26\xf3\x04\x1e\xa7\x38\x9a\xee\x86\xd5\x1c\xbb\x44\x7f\x80\x0d\x5a\x47\x6c\xb0\x94\xc0\x4e\xc1\x71\x92\x23\xa8\x3a\xd8\xc2\xbd\x72\x54\xf2\x3c\xb1\xf0\x6e\x4e\xe4\xb9\x97\x11\x75\xd7\x7d\xca\xb9\x20\x32\x4e\x77\x34\x31\x4f\x21\x64\xe7\x14\x08\xaf\x02\x77\x3c\x4f\x63\x63\x75\x7b\xf1\xb2\xb5\x64\x8f\x23\xbc\x1e\x5a\xf3\xbc\x76\xfb\xa8\x89\xb1\x8e\xc1\x57\x9e\x27\x6a\xde\x29\xab\xb8\x6c\xd3\x1f\x25\xc0\xf3\x42\xb8\xb3\x29\x6e\x93\x32\xa1\x7b\x73\x5e\xbe\x76\x23\xd0\xb1\xf9\x8b\xa5\x57\x41\x55\x9e\xa7\xd1\xb5\x86\xd9\x6f\xf8\x7e\xa3\x29\xee\x92\x8d\xae\x73\x97\x1c\xf6\x8a\x21\x95\xb3\x3f\x50\x61\xb9\x06\xda\xe0\x39\xed\xec\x5b\xae\xe5\xb8\xb9\x97\x4e\xbb\xc8\x88\x5b\xdd\x81\x23\x44\xf2\x9c\xb6\x5e\x33\x12\x85\x61\x60\xf3\x72\x71\x0a\xa2\x1d\x3e\xad\x2f\x56\xda\x00\x80\x4c\x21\xf4\x00\x75\x9b\xa0\xe6\x35\x62\x1b\xcd\x53\xc0\x77\x97\x11\xd0\xb5\x04\x9f\x9c\x00\xe8\xe5\xe1\x42\xd7\x89\x59\x16\x4b\x7c\x11\x25\xfe\x73\x1f\xe6\x49\xc3\xdd\xe6\x6c\xa6\x81\xa5\xba\x8b\xbc\xb1\x0b\x9e\x32\x71\x23\x8d\x74\x7b\x39\x8e\xf2\x3a\xe8\xcf\xd3\xad\xd9\x39\xf2\x6a\x39\xe1\xc2\xc1\x80\xa4\x3a\x14\xee\xcc\xee\x20\xdc\x7f\x4e\x97\x2c\x06\xda\xc4\xba\x9b\x40\xe8\xe5\xc3\x5a\x60\x26\xd2\xed\x09\x6e\x3c\x95\x82\x36\x20\xde\xb0\xeb\xb4\x06\xe9\x76\xaa\xe1\x98\x93\x1d\xb6\xbc\xd3\xb5\xc7\x96\x7b\x11\x47\x87\x53\xe7\xb0\xee\x07\x96\xcc\x8a\x7d\x15\xe4\xbb\x36\xbb\x1f\x7b\x4d\x45\xef\x70\xe9\x39\x11\xdb\x36\xd8\x9d\x47\xe2\xa4\x7b\xf3\xd8\x2f\x98\x19\x14\x53\x59\x22\x87\x01\x40\xed\x22\x4b\xe5\x85\x8e\x63\xc4\x04\xb2\x4b\xd8\xac\x4c\x90\xec\x32\x88\xa3\x13\x24\xbb\x93\x88\x3b\x13\xf0\x3a\x9d\xcb\x67\xe2\xa8\x8d\xc6\x67\x26\x2c\x3a\xc0\x7e\x99\x89\xe3\xf5\x44\xb6\x4a\xe7\x56\xa7\x9b\x88\x53\x0f\xc2\x46\xe2\x5a\x74\x7a\x74\x4c\x86\xa8\x02\x9e\x7b\x82\x32\x27\x18\xf2\x04\x4d\xae\x4d\xc4\x55\x40\xe3\x22\x51\xe2\x05\x33\x28\x7a\x6a\x83\xc3\x31\xbd\x00\x87\x8b\x44\x99\x17\x5c\x64\x6c\x44\xb6\xa5\x66\x78\xa0\x53\x9a\x96\x98\x5c\x34\xcf\x84\x25\xa6\x93\x13\xd0\xb8\xd1\xac\x86\x8e\xca\x5c\x5d\xce\x54\x76\x3d\x28\x8f\x9b\xd3\x73\xff\x40\xbb\x99\xf2\x49\x47\x65\x0f\x3b\xa9\xec\xfe\xa7\x22\xdc\xa9\xe2\x7d\x30\x93\x47\xdb\xe1\x97\x2e\xcb\xa0\x86\x84\x56\x26\x1c\xc4\x4c\x1a\x41\x7b\x86\x02\x64\x6e\xa0\x58\x9d\x1b\x63\x0e\xf8\xf1\x99\xb8\x29\x9d\xcc\x74\xf0\xe6\xf4\x98\x9e\xc9\x80\x8f\xaa\x1c\x80\x9b\x6b\x13\xa9\x39\x69\x94\xd9\xed\x36\x83\x24\xd7\x3f\x05\xae\x9f\x42\xd1\x4d\x76\xcd\x64\x94\xc8\xc3\xaf\x31\xb4\x88\xf3\xa2\xcf\x55\xe0\xcf\x67\x6a\x4e\x4a\x87\xb6\xa1\xd5\x44\xf2\x10\x7d\x0e\xcc\xb8\x99\xc4\x1e\x18\x0e\x2d\x47\x5a\xbc\xc1\x66\xf2\x44\x0b\x2b\x07\x89\x2e\x12\x99\xdb\x75\x83\xa8\x97\x36\xf8\x2c\xbd\xa5\x0b\x73\x77\xb6\x62\xe1\x3c\xa7\x53\xda\xab\x52\xee\x02\xe7\x86\x92\xe3\xa6\x6d\x82\x1e\x97\xbb\x0d\x31\x82\xf2\xb0\xf2\x78\x23\x77\x8b\xc7\x5c\x39\x3b\x56\x18\xde\xec\xf5\x14\xe7\xc6\x41\x84\x95\x29\x8c\xdc\xe0\x32\x77\x02\x23\x17\x45\x98\xe3\xf5\x17\xea\x68\xa8\x2b\x95\x07\x60\xc7\x25\xd4\xb0\x53\xe8\x38\x11\x56\x27\xd0\x71\x6d\xda\x59\xd3\xa9\x45\xa5\x30\x5d\x9e\x88\x7c\x49\x20\x00\x95\x4b\x80\xc8\x65\xcf\x05\x49\x13\xcf\xe1\xb4\x06\x64\x56\xb1\x22\x11\x27\x79\x22\xe2\x25\x94\xe3\x73\x67\xb0\xdd\x4e\x58\x2d\x7b\xba\xdc\x43\xdf\x26\x4e\x15\xc9\xc0\x1c\xdd\x65\x74\xe9\x49\xed\xc4\x24\xbe\xe4\x9e\x4d\xdc\x7b\x4e\xd5\x1b\x1b\x07\x8e\x8b\xde\x09\x0e\xdc\x99\xf7\xfc\xd5\x8f\xb8\xbb\xc4\xd0\x6b\x83\x7d\x31\x93\x7a\xed\xee\x02\x25\x72\x31\x08\x65\x33\x79\x0b\xda\x77\x76\xd7\x05\xd2\x47\x7a\x14\x2c\x9c\x41\x02\x00\x24\x1b\xfc\xc8\x68\x9c\x36\x7b\xab\x73\xed\xaa\x99\xe6\x42\x79\x26\x6f\x42\xdd\x80\x12\x87\xc8\xa9\x26\x21\x3d\xbb\x1c\x5f\x38\x08\x70\x89\x37\x13\x66\x3b\x13\x39\x05\xf8\x38\x9d\x92\x27\x88\x71\x59\x55\x00\x88\x71\xfa\xfb\x4e\x50\xe2\x06\xba\xe4\x99\xdc\xd7\xd8\xf2\xd3\xbb\xdb\xeb\x87\x58\x8a\xce\xa7\xd7\x15\xee\x28\x7e\x96\x40\xa2\x4f\x79\x07\x89\x25\xa9\xa3\x26\x1c\xdd\x14\xf5\xad\xb8\x2e\x04\xbe\x19\xae\x85\xcf\x02\x4d\x64\x81\x96\xfe\xd9\xc1\x7e\x8a\x4b\x84\x5d\x9e\xfb\x81\x35\xe1\x9c\x09\x88\xf0\x4c\x5e\xab\x76\xdb\xaa\x35\x0f\x2a\xf5\x99\xe2\x9c\x99\xf1\x74\x9e\x20\xc0\xa5\x3d\x4d\x05\x7a\x1b\xce\x6b\x6c\x1b\x9b\x4c\x28\xb6\xbf\x41\x8c\xfa\x09\xe8\x5b\x3f\xd8\xdd\x01\x7d\xd3\x07\x79\x26\xcd\x1f\xad\xd3\xe2\x9a\x19\xfd\x5f\x3e\x76\xc9\x95\x17\x2c\x0d\xbb\xff\x03\xed\x46\x90\xda\x09\x9e\x5b\xf7\x14\x96\x8f\xdd\xec\xc6\x8b\x27\x9f\x6c\xaa\x45\xd9\xc7\x9f\xf8\x5f\xe6\x1c\xca\x05\xe6\xcc\x7a\x4a\x63\x05\x30\xb3\x01\x1f\x55\x56\x65\x3d\xa2\xb9\xe6\x98\x99\x2d\x10\x73\xa7\x99\x51\x24\x1f\xf0\xb6\x7c\xda\x5e\x33\xec\xbe\xee\xbc\xbc\xb4\xc5\x44\xf0\xfb\x6e\xe6\x3d\x1b\xf8\x81\x43\x28\xc1\x01\x27\x98\x71\x03\x7f\xdd\x09\x64\x5c\x3f\x90\x71\x41\x8c\xeb\x07\x22\x66\xd6\x1d\x5a\xa5\x7a\x4e\x4e\x44\xff\xe7\x9c\x9c\xcd\xec\x46\x95\xcd\x8d\xce\xc1\xa6\x26\xd9\x09\x0c\x21\x0b\x78\xd0\x77\x79\xc0\x86\x9f\x7e\xea\x41\x73\x6d\x8e\x8f\xb2\xe9\x01\x2e\x51\xd5\x08\x81\x2a\x57\x0e\xf3\xe6\xbd\x34\xa9\xa0\x37\xaa\xc4\xa7\x9b\xc0\xca\xf5\xe3\x30\x95\x4c\x9c\xd5\xbc\x71\xe5\x54\x1f\x83\x1f\xd7\x8f\xc3\x1f\xe2\x24\x7a\x20\x04\x03\x05\xd7\x0f\xc7\x7f\xef\xbd\xb0\x9f\x5c\xe4\xd5\x64\xde\xbe\x12\x4e\x06\x36\xdf\x0c\xa4\xcb\xcc\x05\xb4\x43\xe7\x95\x37\x9c\x70\xa2\x2c\x5a\x81\x1a\x5c\xc1\xe0\x06\x56\x11\x33\x1b\x88\x19\x57\xd7\x09\x00\x5c\x06\x47\x6a\x82\xff\x16\x59\xe8\x06\x02\x8e\x1c\x08\x5e\xc0\xbf\xe9\x48\x3d\x73\xdd\xdc\xc6\x1c\x8a\x01\x30\xc5\x5c\x0d\x5a\x6b\x8e\x87\xdc\xd6\xc4\x15\xe8\x14\x89\xed\xb6\x1f\xce\xaf\xb6\xbb\x87\x1c\x7b\x8f\x44\x52\xcc\x4d\x15\x80\xe3\xdc\xe4\xdc\x36\x0b\x0b\x26\x15\x30\xb9\xb9\x28\x60\x6f\x19\x57\xe5\xe3\xb4\x10\x65\x5b\x2b\xdc\xe1\x44\x7e\xb7\xdb\x0f\x0e\x6e\xf7\x50\x03\x4b\xce\x7d\x0f\x28\xc3\xb3\x4f\xb6\x3b\x8f\x8c\x1f\x09\x31\x1b\x5a\x44\x79\x1a\x30\xba\x0e\xf0\xc7\xcc\x06\x13\x51\x45\x98\xbb\x06\xdf\x54\xb2\xbb\xbd\xb0\xe9\x01\x46\x17\x2f\xa4\x32\xac\x15\x46\x12\x33\xef\x93\xaa\x0b\x7c\x47\xfd\xe0\x84\x96\x51\xdc\x16\x5b\x3c\x76\x29\xb4\x72\xb8\x09\x3a\x76\x7b\x33\x46\x42\xc9\x93\x29\x75\xfa\x83\x83\x8a\x08\x07\x06\x5d\x3a\xfc\x16\x0e\xc8\xc3\x21\xda\xe7\x56\xb6\x6c\x20\xe8\xba\xdb\xba\x10\x74\x35\xb9\x4a\xb4\x4f\xc2\x68\x62\xe6\x6b\x77\x25\x55\xb9\xf6\x31\x9d\x12\x2f\x8c\xc6\xed\xc9\x7d\x8a\x1d\xfe\x60\x50\x35\xfa\x6b\xef\xcd\xb2\x3a\xb1\xe6\xd4\xd8\x80\x2f\x17\xbf\x50\x24\x08\x03\x87\xf3\xe0\x76\xea\xd0\x90\x1b\xd6\x94\xfe\xcc\x02\x6f\x67\x92\x6c\x6f\x1f\x3e\xad\xc1\xa3\x7e\x05\x89\x27\x3f\x30\x1f\xf9\xe1\xc3\x61\xc4\xf1\x16\x4b\x60\xb8\xbc\x62\xa3\xed\x4a\x6e\x40\xd1\x45\x2d\xe9\xb1\x67\x17\x62\xaa\x5d\x7f\xda\x8f\x05\xd2\x54\xdc\xcf\x7b\x6f\x66\xf3\x02\x8d\xae\x2b\xe6\x00\x46\x97\x4f\x87\x02\x64\xf6\x34\x5c\xdc\xaf\x25\xf2\x5d\xcf\x90\x58\x30\xcd\xac\x1a\x77\xc8\x0f\xe2\xac\xd8\xd5\x15\x67\xcf\x8a\xce\xcf\x57\x75\x9d\x4c\x4a\x90\xb9\xe4\xff\x72\x00\x19\xe4\xc7\x64\x71\x7e\x7e\x70\x32\x04\x8e\xfc\xc9\xc9\x64\xaf\xdf\xee\x07\xca\xf8\xac\x15\xbd\xe8\xf5\x2e\xc6\x33\x33\x7b\xa5\x3b\x64\x59\x1a\x2a\xa9\xff\x02\x42\x4e\xdf\xee\x29\x82\xdc\x54\x89\x9c\xd7\xee\x3a\x3e\xbc\x76\xb4\x1b\x93\xed\xd5\x1d\x3d\x04\x86\x5c\x12\x74\x72\x96\x63\xaf\xa2\xce\x0b\x23\x47\x07\x03\x28\x17\x0d\x3e\x79\xe9\xfc\x50\xf9\x7f\x98\xdd\x54\x6e\x0f\xcd\x0f\xbb\x4d\xc1\x19\xcb\xc9\x98\x50\x31\x10\xe2\xfa\xc1\x54\x29\xa7\x5d\x94\xf8\xbf\xfa\x29\xbe\xcb\x6e\x49\x20\x9c\x09\x58\x5c\x56\x03\x5b\xdc\x2d\x59\xe6\x85\x1b\x55\x41\x11\x66\x89\xcd\xaf\x7b\x5d\x5a\x12\x9b\x00\xfa\xd7\x62\x74\xe3\xb9\x7f\xd8\x39\x68\x5f\x66\xbb\x44\x00\x29\x86\x70\xc4\xc6\x66\x96\xec\x9a\xdb\x2f\xea\x01\x61\xc4\xc5\xfd\x88\x45\x53\x32\x6c\xdc\xae\xda\xc8\xa6\x74\x82\xbb\x11\xeb\xba\xe4\xdd\xed\xb4\xd5\xa0\x1d\x6a\x71\x4a\xb6\x77\x60\xbd\xa5\x58\x77\xca\x2b\x7b\x96\x52\x86\x3b\x18\x0b\x09\x4c\x3a\xfd\xaa\xe7\x46\x9e\x1b\xd2\x35\x48\xb3\x0c\x2f\x40\xd5\x89\x17\x81\x4a\xe1\xc2\xa5\x22\x0f\x14\xff\xcf\x00\xff\x99\x46\x11\x05\xbe\x5d\xf4\xc9\xf3\x22\xb0\x54\xda\x81\xb8\x2b\xf0\x1c\x26\x01\xb3\x18\x66\x43\xf6\x56\x2a\x7b\x83\x33\xa9\xda\xb9\xec\x40\xc5\xdd\x88\x75\x50\x8c\x7e\xa5\x76\x04\x10\xba\x8e\x09\xf8\x2c\x6d\x77\x34\xed\x68\xce\xa4\xd3\x17\x3b\x91\x4e\x68\x72\x4a\xdb\xa1\x69\x2d\xf6\x45\xb3\x18\xf2\x0a\x1b\xe3\x59\xb4\xb3\xc5\x72\x68\x02\x25\xd7\x0f\x7b\xb7\xab\x75\x61\x33\x2c\xdd\x05\x0a\x73\x05\x3d\xae\x1f\xb6\xbd\x33\xa9\x2d\xc4\xed\xa7\xfe\xc9\xb5\x77\x82\x13\xd7\x8f\xfd\x31\xba\xa2\x5a\x3c\x72\x24\xfb\x07\xf0\x71\xfd\x60\xc7\x29\x46\xd8\xc0\x2d\x79\x16\x9d\x5d\x31\xb1\x9e\xa0\xff\x64\x39\x60\xed\x2a\x2f\xe8\xfa\xba\xf5\xbc\x30\xfd\xda\x77\x83\x79\x19\x3a\xae\x75\xfe\xa7\x57\xd9\x3f\x2a\x85\x60\xea\x3d\xeb\x4f\x19\x7c\x57\x58\x1f\x0c\xbb\x26\xb0\x3e\x42\xc3\x4f\x60\x7d\x62\xd6\x24\x5e\x00\xc3\x64\x2e\x03\xeb\x23\x1c\xfb\x04\xd6\xe7\x24\x52\xff\xac\xc3\x0b\xb9\x6e\x19\xe0\xe4\x32\xd4\x55\xa0\x03\x6b\x3e\x91\xc5\x87\xff\xa3\x2c\xa1\xa3\xaa\x7b\x28\xc7\x86\x3a\x59\x44\x4d\xfa\x66\xaa\x94\x70\x31\x80\xcd\xff\x3d\xd4\x31\x79\x45\xe8\xc1\x5b\x7d\xd6\x4b\xbb\x48\xda\x83\x86\x57\x4e\x02\x58\xcf\x16\xfc\xab\x26\x5a\x69\x67\xb0\xd1\x66\x80\xd7\xc2\xab\xea\xde\x26\xab\xc5\xdd\x1e\x34\x2c\xce\x38\xf6\x76\xff\xc5\x70\xc3\xf5\xeb\xc6\x38\x67\xc2\x54\x0e\xb7\xc9\x44\xf7\x66\x18\x14\x72\x7b\xfb\x64\x97\xbb\xb5\x76\x73\xe8\x57\xc6\x41\xb5\xde\x2c\xaf\xee\xff\xcc\x3d\x18\x6d\xbd\x65\xd4\x0e\xeb\xcd\xfc\x62\xad\x54\x63\x43\x7b\x45\x54\xdd\x61\xed\xb6\xc7\xad\x85\x95\x2a\x5c\x8f\x37\x44\xd5\xfb\x50\x0c\xda\x66\xf5\x3e\xd4\xdb\x14\xb0\x7b\x84\x42\x9e\x1b\xba\x07\xab\xce\x59\x1f\x6b\x42\xd5\x1f\x5b\x4e\x03\x77\x44\x0d\xb6\x9c\xfa\xba\x84\xe1\xa2\xf5\x65\x64\xf7\x0f\xac\x2d\xbf\xf4\x32\xca\x3b\xcd\x80\x99\x53\xf4\xde\x78\xd9\xef\x00\xfb\x89\xc6\x9a\x9b\xb2\x87\x3f\xc8\x37\xd9\x3b\xeb\xbb\x01\xc6\x7c\x91\xe3\xb0\x8b\x57\xa3\x51\x7a\x49\x03\xf4\x8f\x48\x92\xb3\x7e\xac\x0d\xc4\x34\x50\x80\xce\xe9\x85\x4d\x75\x4f\x76\x82\xee\x3d\x19\x8e\x01\x0c\xd0\x59\x5c\x1c\x8d\x80\xfc\x04\x19\x99\xed\xdc\x03\x92\x78\x71\x31\x22\xda\x34\xb7\x1f\xc4\xbc\x26\x76\x9c\x2b\x53\x64\x9a\xe9\x8d\x4f\x03\xaf\x1b\xd4\xc3\xd9\x38\x3e\xe1\xa7\x3c\x5b\x52\xe8\x30\xbb\xae\x1e\x5e\xa7\xb4\xd8\x98\xb2\xd7\x1e\xcd\x43\x8f\x5a\x1e\x91\x69\xa6\xb7\x31\x2d\xf6\x99\x7d\x04\xde\x58\x34\x1a\x6a\x80\x45\x13\xa9\xfc\x25\x66\x0d\x56\xd4\x13\x2c\x9a\xa4\x84\x2b\x14\x4d\x4d\x4c\x14\xa0\x68\x00\xc7\xfb\x03\xef\x6b\xa8\x3c\xf1\xb9\x9d\x8d\xfb\x3f\xc2\x3e\xcd\x56\x18\x3a\x0e\xfc\xa0\xd7\x24\xb7\xfa\x56\xe0\x89\xe8\xb1\x44\xaf\xf1\xaa\xa2\x19\x8c\x51\xf5\x11\x80\x35\x51\x5f\xfa\xb4\xca\x07\xe1\x0e\x60\xd1\x64\xfc\xb7\x66\xf3\x0c\x34\x4d\xc4\xcc\x44\x26\x6c\xee\x46\x48\x8e\x20\xd1\x08\x85\x34\xdb\x56\x3e\x5a\x27\x7c\x3b\x54\xae\x83\x4a\xa3\xa7\xe7\x14\x94\x06\xe8\x8b\xd9\x50\x44\x12\xe0\x62\xb6\x16\x93\xf7\x3c\x4c\x73\xe1\x63\x4a\xc1\x71\x5e\x12\x15\x69\xb6\xbd\x11\xc1\x73\x1b\x96\x32\x6a\x05\x5b\x6c\x37\xdd\xab\x8a\xd6\xb9\x48\x28\xd2\x77\x3b\x29\xa1\x63\xc8\x83\x24\x0f\x6a\x4d\xf6\xba\xb7\xb9\x25\x71\xa6\x68\x9d\x78\xa7\xce\x42\x6e\xfb\x34\x57\x11\xb2\x66\x7a\xe5\xd4\xba\x5b\x73\xf6\xab\x60\x1d\x1d\x7e\x75\xd7\xcf\x54\x32\x0f\xc7\x7e\x38\xd9\x60\x31\x6d\x6c\x4f\x59\x3a\x7c\x78\x2a\x77\x11\x68\x3a\xe3\x61\xb8\x89\x75\x0a\xc3\x69\xc4\x60\x9c\x0e\x11\xdb\x88\x07\x0f\x71\x71\xa6\x57\x53\xe0\xe2\x24\xac\x6f\x67\xe3\xae\x50\x79\x03\x8c\x9c\x7e\xda\x58\xb6\x14\x80\x5c\x66\x23\x5c\x03\xee\x79\x13\xe8\x9c\xa8\x3a\xb5\x25\xec\x62\xb1\xb2\x71\xfc\x12\x99\x69\x36\xe3\x3f\x4d\x67\x70\x1c\xbf\x44\x33\x9a\xc0\xe8\x88\x37\x35\xdb\xd4\x6b\xbf\x9b\xc8\xf3\xb5\x73\x08\x4b\x61\xc2\x80\xcd\xc6\xdd\x22\xe1\x0e\x67\x9b\x68\x60\x5c\xae\xc6\x85\x52\xe3\xd7\x2e\x87\x98\xae\xb9\xb0\xd3\x73\x88\xaf\xdd\x4d\x7c\xf5\x32\x4c\x17\xfc\x65\x03\xf2\xa8\x83\x6b\x97\x35\xe4\xbb\x5a\xdc\xc0\x02\xdb\xde\x86\xd8\xf5\xda\x75\x91\xc8\xff\x15\x62\xed\xe6\x0b\xe5\x97\xd3\x85\x93\x9b\xe7\x9b\x0d\xd4\xa3\x95\x4b\x8b\x5d\x48\x48\x86\x09\x68\x4f\x3f\xed\xce\xbb\x47\x6d\x9d\x9c\xb7\xf3\xc8\xa9\x7d\x1b\x57\xc9\xcc\x0f\xfb\x27\x45\xb3\x07\x0d\xad\x34\x40\xe8\xd1\xc1\x66\x0a\xd0\x43\x64\x86\x09\x24\x4f\x56\x28\x03\x92\xe7\xcc\x56\x0f\x67\x74\xd0\x1b\x27\x88\x3c\xa7\x87\x1e\x10\x79\x8c\x3d\x3b\x9b\x6e\x92\xaa\xcf\x80\xe7\xe9\x18\xc1\xce\xa6\x71\x8e\x3d\xc6\xfe\x73\xba\x68\x9f\x8f\xff\x29\xec\x25\x9a\x80\xfd\x6d\xf8\x63\x42\x08\x4e\xd0\x79\x8c\x63\x37\x1b\xf7\x88\x44\x9c\x9a\xcd\xa8\x91\x8a\xea\x00\xf5\x94\x9c\xff\xcc\xeb\xde\xdd\x53\x54\x1e\xcf\xf4\xe6\xe0\xb3\x4f\x9d\xfb\xff\xdd\x53\x96\xe3\xb5\xb4\x4d\xdf\xfb\x14\xdb\x75\xc3\x97\xc5\x6d\x0a\x48\x9f\xbc\x67\x24\x9b\x4e\x4a\xd2\x9d\x08\x76\x2e\x2e\xe8\xda\x4a\xb4\x6f\xdf\x57\xf0\xbf\xf2\x12\x1b\x5b\x5b\x84\x58\x90\xe9\x1b\xa8\x12\xe7\x95\xd9\xb0\xf9\xf1\xf8\xd2\x16\x51\xae\xac\x2d\xa6\xc0\xaa\xb6\x41\xf4\x31\x56\xde\x6c\x6b\x0f\x87\x3f\x04\xd3\xc5\x07\x75\x82\xd5\x23\x48\xf4\xec\x5a\xfc\x5a\xf1\x7e\x6c\x46\x61\x2a\xe6\x5d\xf2\x7f\x0f\x74\x74\x3c\x58\x3d\xc6\xac\x9b\x60\xf5\x18\x0c\x63\x02\xd5\x63\x78\xae\x09\x54\x4f\x7c\xb6\xf0\x82\xcb\x06\x02\x12\xf0\x3c\xc6\xd4\x9c\xc0\xf3\x18\x9b\x67\x82\xce\x63\x90\x96\x09\x1e\x8f\x31\x73\x26\x18\x3c\x46\x18\x9a\x42\xf0\x0c\x4d\x0a\xfa\x49\x2d\x90\x12\x81\xe0\x31\x50\xc8\xec\xe7\x6e\x35\xd5\xd0\x9c\xd7\xcb\x6c\xf0\x78\xf6\xa1\xa6\x9f\x4a\x22\xc5\x4f\x69\x52\xca\xff\x06\x9c\x94\xd9\xf6\x44\x17\x70\x6e\xee\x09\x83\x6b\xa4\x20\x01\x78\xa6\x37\xcc\x3d\xb1\xba\xed\xd9\xcc\x22\x66\xf3\xe8\x7b\xf3\x67\xde\x74\x95\xa4\x16\x97\xb9\x40\x98\xd2\x9b\x56\xa0\xb4\x3b\x04\x01\xc3\x2f\x4e\xe0\x77\xf4\x31\x9d\x00\xee\x18\x0e\x69\x76\x76\xf8\xe1\x3d\x7f\x67\x87\x3f\x1d\xc8\xe2\x57\xa5\x53\x6f\x3f\x54\xe8\xa7\x62\xe6\x6e\x66\x33\x30\x5c\xc5\x0c\x94\xc6\xac\xee\x65\xc7\x49\x30\x37\x7c\x73\x9a\x61\x0b\x6c\xd4\xa9\xc0\xba\xd8\x5f\xba\xb7\x93\x4c\xeb\x5e\x35\x01\x91\x5e\x15\xbf\x7d\x69\xf8\x13\xf2\xa5\xba\xeb\xe1\x0f\x9e\x16\x11\x3f\x00\xe5\xd1\x38\x7f\xf6\xaa\x18\xd9\x7d\xb9\xcd\xe2\x0b\x6b\xb5\xf8\x3f\x38\x57\xec\x17\xa0\xf5\xf4\xd3\x59\x8a\xe1\x6d\x71\x12\x71\x4b\xa9\xba\xa8\x0b\x5f\xa7\xde\xb2\x37\x3b\x8a\x16\x29\x1d\x38\x44\xdb\x32\x88\x55\x0b\x6a\xcf\xb6\x6a\xef\x78\x8a\x12\x0c\x64\x82\xe0\x13\x55\xf2\x4b\xb0\x3b\x1b\x81\x99\x90\x2b\x18\x68\x9f\x28\x8e\x22\xba\x27\x0d\x96\x67\xef\xbb\x22\x14\x88\x14\xa1\x02\xb2\xef\x3b\x4e\x16\x7d\xef\x8c\x0c\x12\x64\xef\xcc\xb4\xea\xa7\x6e\x7b\xed\x4f\x21\x5b\x26\xc0\x3f\x9d\x00\x1a\xb3\x77\x85\x48\x57\xfb\x96\x1e\x5c\xa3\x86\x92\x1c\x26\xe3\xa0\xab\xf9\x65\x0f\x79\xa1\x7b\x38\xea\x03\x56\x5c\xcd\x40\x77\x21\xad\x74\x01\x64\xc7\xce\x60\x4f\xd0\x5d\x5c\x92\x6a\x99\x04\xce\x4f\x4c\x1f\x72\xcc\x3d\xef\x49\x65\x98\x47\x95\xbc\x9d\x7d\xbe\xbb\xc6\xa7\xa2\x87\x33\x60\xee\xe9\x60\x16\x1a\x85\x4c\x22\x4c\xd0\xd0\x32\xba\xcf\xdd\x28\xaa\x72\x19\x3f\x8b\xba\x7b\xda\x4c\x2e\xe0\x0b\xae\xe2\x34\xbb\x68\x88\x75\xe4\x24\xe9\x39\x4b\xc4\xa0\x5d\x91\x4b\x65\x8c\xa3\x78\x19\xe0\xd6\xf1\xbd\xf6\xa2\xa0\x56\xf7\x9e\xca\xe4\xb9\x77\xe5\x7d\x51\xb5\xe3\xa2\x37\x68\x81\x22\xfb\x46\x0a\x52\x6c\xe8\x9a\xf4\xa8\x3d\x16\x1d\xa8\x6b\xc6\xde\x1f\x6b\xcc\xc7\x1e\x6b\x4c\x76\x6f\x39\x87\x55\x46\xf9\xaa\x2e\x53\x74\xa0\xae\xf5\xf3\x46\x07\x52\x03\xd9\xdd\x99\x9d\xdb\xe8\x5e\x87\xd7\xa7\xfd\xd9\xb3\xc3\x0f\x2b\x68\xda\x47\x7a\xe9\xa8\x4a\xed\x22\x15\xb8\xe1\xf4\x57\x75\x00\xf5\x7a\xe5\xcf\xee\x0c\xef\xae\x18\x5d\xb6\xf7\x6a\xf7\x06\x03\xc5\x24\x8e\x84\xfd\xf5\x9c\x2a\x87\x71\x0f\x76\xe2\xef\xb3\xa2\x2d\xde\x7b\x30\xa7\xc0\xbe\x8f\x87\x8e\xe4\xb7\x2b\x43\x32\x21\x85\x86\x3d\x43\x58\x17\x95\x69\x1d\x30\xbc\xe4\x20\x89\x5c\xa0\x65\x43\x5f\x3b\x3b\xbf\x2c\xd8\xa9\xb3\x8d\xa8\xd0\x39\x4b\x57\x16\x1c\xfe\xc0\x1a\x70\x54\x17\x03\xe1\xac\xd8\xbb\xad\x95\x47\x49\xab\x61\x4b\x17\xca\x95\xad\x1a\xa4\xa0\x4c\xec\x89\x39\x8c\x02\x0d\x83\xda\xa0\x41\x74\xef\xd0\xb2\x76\xee\x1f\x64\xa1\x85\xff\x1b\x06\x7c\x66\x96\x41\x21\x88\x0f\x34\xb7\x04\x4c\x99\xc2\x07\xd5\x34\xfc\x14\xfd\x39\xfc\x92\x32\x4d\xb6\x1e\xbb\x3f\xfd\x16\x5b\x2f\xa3\x0e\x7e\x50\x56\xb7\x00\x7c\xd0\x49\x58\xaf\x09\x7c\x50\x96\x9b\x82\x1e\x94\x95\xfb\xc7\xde\x92\xb3\x2f\x2e\x6a\xd6\xdb\x20\x54\x34\xc1\x73\x26\xe8\x41\x59\x53\x96\x8d\x0f\xa4\x22\x15\x7c\xa0\x53\x51\x7a\x78\x63\xaa\x29\xfd\x38\x77\x05\xa3\x9b\x47\xda\x48\xf4\x95\x17\x78\x13\x93\x07\x18\xa0\x48\x35\xff\xc4\x04\x87\x3b\xb9\xdd\x85\x81\xef\x98\xd9\x6f\xcb\x6c\xf7\xf7\xd4\x4f\x5a\xd1\x64\x78\x2e\x0b\xc5\x78\x0a\x51\x73\x6c\x35\xb4\x7d\xb4\xd5\xd0\xb0\x1b\x60\x85\xba\xf7\x6e\x03\x65\xb3\xc7\x87\x0d\x24\xa4\x3e\x73\x64\x4e\x0c\xe6\xce\xac\x57\x66\x22\xa0\x42\x67\x51\xd9\x04\x90\x50\x26\xf4\xf3\x04\x48\x28\xbb\x42\x07\xd0\xf0\x9e\x43\x86\x88\x0c\xb2\x21\xe0\x82\x92\x98\x2f\x73\xb8\xe5\x3b\x05\xf6\x96\xcf\x44\x1e\x7b\x6b\x77\xa8\x39\xe9\xcb\x8e\x85\x0b\xd2\xc5\x65\x70\xba\x77\x97\xdf\x08\x41\x3a\x8a\x0d\x43\xc3\x39\x70\xd5\x3e\xa4\x52\x55\xcd\xd8\x7e\xe1\x1a\x74\x9a\x9b\x53\xbf\x03\x5a\x5d\xf4\x3b\x11\xb7\x67\xce\x20\xb4\x01\x0a\x81\x40\xff\x14\xaf\x7f\x47\x43\x49\x3e\xfd\xdf\x89\x85\x40\x33\xdc\x9b\x91\xb1\x46\xb3\x41\xf6\xa0\x5b\x30\x8b\x7c\x18\xc4\x21\x39\x16\x1d\xde\x69\xd1\x9d\x89\x00\xbb\x01\x94\x26\x13\xb4\x71\x0e\xcf\x68\xa6\xd7\x0c\x46\xd5\xfb\xb8\x5c\x37\xc8\x49\x00\xd4\xa4\x7d\xfe\x1d\xa0\x79\xeb\x92\x31\xf4\xa4\x50\xb1\x09\x5c\x4d\xd7\x45\x62\xc3\xd5\x68\xe8\x33\x3c\xbe\xd9\x26\x43\xf9\xaa\xdf\x1b\xb7\xfa\x91\xfd\x2d\x97\xf0\xce\xef\xed\x82\x79\x1e\x5d\xef\x8b\x2f\xd1\x2a\x8d\xfe\xc7\x63\xab\x68\xfa\xb6\x88\x71\x60\xd9\x2a\xb4\x92\x1f\xcf\x2e\xd1\x54\xbb\x44\x5f\x6c\x70\xf5\x5b\xae\x43\x57\xc4\x6b\xf0\x33\xba\x0e\xd8\xee\xfd\x2d\xce\x41\xd5\xe6\x7e\x06\x3c\xb3\x56\x9b\x1f\x23\x08\x0d\xee\xd0\x34\x94\x18\x62\xbf\xa9\x3d\x1b\x06\xf3\xcf\x56\xfe\xf3\x40\xed\x92\xf8\xb6\x23\x02\xdd\x12\x87\xa7\xee\x75\xd1\x10\x21\x4e\x5d\xda\x88\xc3\x53\x57\xb7\x32\x82\xcf\x17\x79\xfb\x08\x3e\x5f\xb3\x2b\xfb\xc3\xbf\x48\x7e\xe7\xd1\x09\xe1\x71\xac\x5d\x11\xfa\x7a\x21\xdd\xc8\x5f\xd7\xae\x87\xa9\x36\xa8\x2b\xff\xe3\x7e\xe6\xda\xc2\x8d\x92\xc0\xda\x73\xee\x3b\x36\x8a\x9e\x87\xc3\xe1\x0f\xe0\x4f\x4e\xe9\xee\x83\xac\xc6\xa9\x67\xbf\xca\xa2\x79\xd8\xba\xca\xff\x58\x9c\xa3\x46\x03\x8a\xe6\xcc\x1a\x2a\x02\x3f\xd3\x3d\x44\x4c\x83\xd7\xca\x47\xc1\xa2\xe9\xe9\xf8\xe3\xcd\x06\x40\x35\x67\xde\x99\x0a\x99\x28\xfe\x74\x9e\xc0\x3f\x66\x70\xe8\xae\x1d\xfd\xdc\x97\x71\x4c\x59\x60\x6b\x7a\xe2\xc4\x30\x61\xbd\xda\xd1\xcf\xad\x19\x65\x96\x4d\xb8\xab\x96\xd7\x33\xed\x5e\x34\x55\x70\x03\xe2\xe2\xcd\xa9\x49\x68\x95\xae\xf4\x6a\xa5\x88\x67\x0b\x3c\xf3\x9c\x18\x99\x38\x50\x53\xcc\x52\xad\x89\xa7\xc6\x24\xea\x42\x37\xc8\x8d\xa6\x48\xe0\xd7\xc4\x2f\xbc\xe0\x48\x5f\x33\x33\x63\xee\xb3\x12\x92\x0e\xd0\x34\x5d\x1b\x5d\x10\x68\xba\x7a\x3d\x00\x68\x22\x91\xd9\x1d\xac\x69\x76\x4f\x79\xfb\x85\xc1\x42\x5e\x9d\x70\x4e\x77\x77\x50\x6a\xba\x86\xa0\xa0\xd4\x44\xe1\xb4\xa4\x28\xd7\xc1\x2e\x67\xa5\x17\x91\x01\xe6\x56\x8c\xc2\x8e\x66\xb5\x26\x4c\x8e\x60\x9d\x5d\x23\xe9\x59\x75\xa5\x9d\xfe\xb0\x5b\x68\x8e\xdd\x75\x94\x48\x3c\x9c\x9a\x9d\x43\xd5\x8d\x69\xff\xb2\xfc\x85\x0f\x34\xb9\x13\x9c\x58\x58\x93\xcc\x79\x75\xaa\x48\xdb\xff\xef\x0f\x93\x43\xcf\x7a\x1d\xc0\x66\x08\xd8\x46\x2d\x9d\x73\x2b\xcf\xe0\x47\xf3\x72\x29\xb1\x31\x03\x6c\xd2\xd5\x7a\x80\x6b\x12\x3f\xf0\x2d\x0c\xf3\x4b\xf6\xff\xd8\xcc\x08\x2a\x36\x01\x2d\x89\x4f\x91\x83\x4b\x98\xaa\xb7\x22\x08\x26\x29\xa9\xce\x02\xc2\x24\xed\x6e\x09\x6e\x9a\xd5\xaa\x4d\x43\x87\xa9\xce\x02\x9b\xa4\x6b\xfa\x35\xb7\x9e\xab\x9b\x6a\xf9\x42\xf6\x67\xfb\xb0\xfa\xb2\x2b\x4f\xf1\xc1\x40\xb7\xdc\x3d\x61\xa0\xaa\x2e\x26\xb7\x30\xda\x97\x4d\x58\xa6\x16\x5d\x13\xe9\xba\x66\x17\x2c\xd2\xf1\x9e\x27\x2f\x6b\x84\x73\xbb\xb8\x28\x1a\x68\x4d\x4d\x16\xf4\x2a\x9a\x5b\x50\x1e\xe6\x46\xcb\xe6\xc4\xc6\x96\x41\xd3\xa6\x69\xd8\x2f\xe5\xd4\x29\xf8\xb4\x2e\x30\xf3\x65\xfe\xc9\x83\x0c\xb4\xa2\x16\x6c\x62\xe4\xa0\xb1\xd7\x7c\x9d\x7f\xc3\x02\x17\x3f\x90\xfb\xdb\x5c\x84\x42\xb8\x51\xd1\xb2\x60\x8a\xf5\xa5\x6a\x6c\x2e\xa7\x0c\x4c\x19\xf0\x93\xae\xe9\x09\xe0\x27\xf1\x83\xa9\xa8\x09\x5c\x72\x1a\x2e\x5c\x3b\x68\x80\x50\x52\xa1\xba\x60\x9f\x74\x6d\x48\x2e\xd5\x4d\x19\x7d\x07\xd8\x27\xe7\xde\x28\x2f\xb1\xa1\xd5\x4d\x5c\x30\x50\x2f\x22\x05\x42\x29\x8a\x52\x22\xa1\x0c\xb7\xd3\xcb\xb8\xe0\xf3\xfc\xe3\x19\x18\xcc\x94\x68\xb3\xd9\x3e\x76\x25\x0b\xa2\x63\xd8\x84\xc1\x4c\x89\x44\x83\x17\x79\xc7\xf0\x25\xa1\x39\x22\xc7\xb9\xb7\x0f\xfe\x6f\xb6\x26\xf1\x32\xff\xf5\xd7\xd0\x3e\xee\x3a\x77\x35\x27\x2f\x9f\xd5\x24\x4b\xb2\x5f\xe1\x7c\x97\x4c\x54\x0d\xc2\xb5\xed\xe7\x59\x0e\x60\x9d\xc4\x97\xf9\x9a\x46\x7c\xea\x51\x2e\x02\xa3\x68\x3e\x72\x25\xbb\x9f\x1c\x21\x7c\x66\x77\x93\x6b\x73\x4e\xe6\xd4\x65\x88\x31\x4d\xa6\x2f\x45\x51\x0d\x95\xaf\xbc\xab\xef\x2f\xc1\x7d\xd4\x2e\x5e\xda\xdc\xe7\x9d\x0a\x96\x8c\x62\x00\x4c\x92\xee\xfd\xfd\xa5\x43\x38\x91\x58\xe6\x25\x77\x65\x73\x07\x9f\xa4\x7b\x2f\x7f\x15\x67\xfa\xf4\x07\x46\x15\xd1\xe0\x92\xd3\xaa\x00\xb8\x8a\x53\x67\xfa\x5d\x26\x31\x5b\x24\x88\x24\xc6\x2f\x9e\x82\x90\x1c\xaa\xe7\x41\x21\xe9\xc4\xa0\x9e\x02\x8f\x24\x2d\x85\x2f\x19\x2a\x9b\xfb\x25\x5a\x25\x38\xfa\x13\xe4\x91\xae\x78\xbd\x81\x47\x64\xc1\x17\x6a\x26\x42\xc6\x4d\x40\x48\x7a\xe2\x34\x7b\x19\xb0\x78\xee\x1f\x98\x27\xf0\x07\xe0\x45\xba\xb7\x9b\x17\x0a\x24\xef\xdb\x80\x17\xe9\xde\x28\x02\x22\xd2\xbd\xef\xba\xb0\x80\xd8\xf3\x17\x19\xd5\xcb\x17\x60\x25\x92\x57\xf2\x20\x49\x44\x61\x64\x30\x8e\xa2\x07\x6c\xa0\x24\xba\x2c\xef\x52\xfc\xf4\x80\x0d\x94\x44\x34\x82\x17\x6e\x0f\x54\x98\x5f\x9b\x7b\xda\x39\xf7\xee\x1c\x7f\x51\x02\x74\x86\xdf\xb2\x65\x4a\x54\x57\xb1\xc7\xd2\x00\x8b\x9e\x89\x2f\x19\x6b\xf3\x7f\x78\xbf\x27\xd3\x8b\xc8\x54\x6a\xc5\xaf\x1f\x4d\x05\xdf\x7d\xf6\xaa\x26\xcb\xa3\xe3\x1f\x2d\xf1\x46\x5b\x2b\xce\x8d\x11\xe1\x71\xf4\x12\x14\x51\x59\x16\xc8\x87\xae\xc2\x5c\xc8\x87\xb9\x17\x95\xac\x95\x8d\xfa\x32\x3e\xad\x76\xb7\x97\x61\x14\x35\x91\x05\xff\xe1\xdc\x22\xef\xa5\x12\xc2\xe3\xe9\x85\x51\xb6\x96\x4b\x17\x36\xd9\x7d\xe7\xb0\xbd\xd9\x42\x1e\x7e\x20\xd1\xb7\x4b\xf7\xc5\x8e\xb4\xbf\xbe\x5d\x22\x5d\x4c\xac\x10\xf5\x52\xd7\xe6\xa1\xb0\xe0\xeb\xdb\xbd\x4a\xb7\x60\x88\x9d\xe5\x40\x8a\xaf\x70\xf6\x4b\xa3\x6c\xcf\x33\x22\x3f\x80\xcf\x38\x41\x7e\xe8\x09\xfe\x7d\x7d\xf4\x89\xf4\x45\x37\xc0\x98\x01\x7b\xe8\x69\xfc\xd1\xcb\x03\x20\x88\x28\x85\x4a\x2e\x96\x02\x1c\xfc\x32\x22\x56\x76\x96\xab\xc3\xf0\x9c\x75\xc9\xdb\x61\xe7\x97\xee\x4a\x9e\x88\x36\xfc\x83\x27\xa2\x5b\x9b\x6d\x0f\x3e\xe0\x3f\xc4\x12\x2d\xbc\x24\x07\xc2\x64\xd9\x62\xfc\x85\x0e\x83\x87\xdf\xc6\x0c\x51\x94\xbf\x89\x75\x75\x38\x90\xa2\x3e\x1c\xf6\xfe\x2d\x03\xd7\x7e\xf8\x96\x51\x6b\x1a\x7c\x9f\xce\x04\x76\x14\x50\x1c\xe2\x85\x32\x95\x69\xe1\xe0\xc0\x38\xc4\xc7\xcc\xcf\x82\x1c\xfe\xef\xe0\xb3\xd5\x08\xe4\x30\xb5\x56\xbd\x37\x8e\x15\x23\x06\x78\x43\x57\x31\x70\x1b\x0c\x32\xb3\x3c\xef\xc4\xa2\x87\x73\xdd\x8a\xbe\x7a\xb0\x82\xd8\x10\xdf\xa2\xc5\x69\xbb\xad\x51\x17\x23\x7d\xc8\xaa\xef\x60\xd5\x35\x33\x41\xef\x1c\x8c\xc5\x43\xd1\x0d\xa3\x3e\x76\x1b\x35\x17\xf0\xe4\x76\x13\x4f\x4a\xeb\x24\xf0\x1b\xce\x66\x19\x1a\x08\x68\x8d\x0c\x7e\xc3\xe9\xbd\x9f\xf8\x0d\xda\x6c\xdc\xf0\x66\x3d\x7c\x6e\x6e\x09\x0c\x53\x01\xac\x43\xd6\x7d\x40\x20\x87\x63\xf7\x68\xd9\xcd\xf0\x4b\xce\xd5\x6a\xf6\x45\x76\x5a\x1e\xbc\xb9\x2b\x6c\x82\xcb\x90\x09\xa8\x39\xef\xba\x5b\x41\x86\xe0\xba\x5d\x09\x0f\x28\x86\x53\x8b\xa2\x5b\x89\x56\xcb\x06\x21\x16\xba\x56\x25\xb7\xe6\x66\x1e\xd5\xc0\x58\x88\x9a\xf0\xe1\xe6\x02\x64\xfb\x10\x70\x61\x1f\x6b\xee\xb6\x6b\x4f\xbd\xd4\x0f\x78\xde\x02\x59\xa1\x68\x38\x07\x82\xc2\x50\xb9\x7b\xf7\x3d\x37\x7d\xb1\x53\xfc\xbf\x92\x88\xcc\x5d\x7e\xc5\x0e\x00\x82\x42\xe4\xa0\x74\xc3\xfc\x7a\xbb\x0e\x36\x42\x94\xce\x88\x0c\x3a\xdb\x21\xe4\xda\x7d\x9f\xb0\xc0\x43\x88\x2c\x74\x0b\x4e\xba\xc7\x1e\xb7\xe1\x48\xb3\xa1\xdc\xaa\xd5\xbd\x2b\x06\x36\xe1\xdc\xa7\xaf\xdb\x38\xf2\x5e\xd4\x6d\xac\x04\x2f\xb9\xc0\x4a\x38\x55\xd1\x83\x95\x60\xe4\xf8\x29\x54\xc2\xa1\x65\xf0\x3d\x19\x2e\x07\x78\xe2\xe1\xd1\x4d\xe4\xec\xf0\x7f\xf9\x1d\x1b\xcf\x3d\xed\x47\xf6\x17\x00\x15\xe2\x53\xfe\xe2\x78\xd9\xc8\xcb\xe5\xe7\x2a\xbf\x94\x5a\xb2\xbf\x30\xf6\x96\x7e\xed\x66\x51\x4c\x6c\x7c\x99\x90\x9a\xf3\xd6\x5c\x4b\x36\x77\xab\x72\xd7\xae\xf7\x46\xe5\xbe\x5b\x75\x19\xbf\x9c\xd2\xef\xdd\x2a\xea\x15\x47\x08\xa2\xe6\xff\x81\x19\xde\x46\xb7\xd0\x18\xf8\xe6\x7a\x5d\x19\xe8\x36\x00\xb1\xa7\xed\x9b\xfd\x71\x6a\x7d\x7c\x63\xf0\xa5\x24\x71\x13\x8b\xcb\xa0\x42\xb7\xaa\x7c\x8f\x98\x37\xaa\xfc\xa9\xe9\xdf\xcd\x66\x79\xec\x19\xca\x66\xa9\x3c\x75\x7b\xdb\x9e\xd9\xf9\x6e\xf4\x33\x39\xf9\xff\xee\x30\x66\xc5\xe3\x34\xb6\x44\xad\xbc\x9c\xc5\x18\x79\xe5\xfd\xd9\xdd\xf9\x66\x67\x3d\x22\x05\xdd\xea\xeb\x3d\xd4\xde\xd8\x72\xed\xe9\x8d\xfd\x96\x16\x07\xf7\xbb\xcb\x63\xae\xbd\xb6\xd6\x5a\xb1\x23\xaa\x90\xb9\x85\x44\xd2\x1c\xef\xc6\x5a\xba\xb8\x39\xdf\x58\x66\xed\x45\xc0\x39\x22\x23\x98\xdc\x1f\xb3\xc8\x81\xfb\x2c\x9b\x9a\xb3\x69\x6e\x35\xc1\xfd\xed\xc2\x29\x83\x0b\x73\x2f\xaa\x6f\xf4\x3c\x53\x4b\xa3\x9b\xc8\x18\xd5\xc3\xea\xfd\xd9\xbd\xfb\x65\xf9\x42\xfe\x45\xf7\x9a\x85\xed\x71\x77\x22\x0a\xfd\xdd\xd3\x4b\xf6\xe1\x74\xc4\x08\xdb\x8b\xd3\x7b\xed\x9a\x50\xf7\xe5\x76\x24\xf7\xd0\x95\xd7\x23\xfc\xad\x11\x76\x76\xde\x69\x77\xad\xa2\xe9\x5e\x8e\x34\x83\xf8\xc4\x7e\x38\xf4\x18\x7e\x88\xfc\x78\x78\xf1\xfd\x70\x9d\xee\xa5\xfb\xc3\x06\xe8\xe5\xc2\xc3\xad\x79\x66\x01\x3c\x68\x84\xac\xc9\x73\x30\xce\xc5\xbc\xbb\x1b\xcc\xf0\x90\x68\xf0\x3f\xc1\x42\xba\x89\xe4\x43\x9c\x5b\x9f\xd8\x22\x8b\x3c\xff\x31\xde\xb1\xa7\xf4\x07\xb5\x51\x66\x23\x7f\xb8\x5b\xb7\x45\x0f\x9a\x21\x3b\xfa\x39\x2b\xff\xfb\x21\x97\xb4\x45\xc7\x66\xd9\x0d\x02\xf1\xa0\xae\x3f\xb4\x70\x7f\x4e\x27\x89\xad\xdb\xe7\x1d\x0e\xff\x0f\x3a\xa3\x8c\x6e\xf0\x49\xae\x3b\x4e\x82\x8f\x51\x94\x55\xfb\x3c\xc9\xce\xa1\x26\xec\xa8\xb9\x98\xdb\x1d\xb5\xfb\x83\x03\x65\x57\x19\x1f\xd2\x73\xfd\x93\x14\xb4\xac\x58\x72\xa0\x6c\x22\x8a\x7b\xe0\x27\xe7\x83\x6e\x29\xef\xd2\x17\x7a\x3f\x0a\x41\x6d\x9f\xd9\x5c\x1f\x2f\xed\x35\x6a\x7e\xdc\x8f\x39\xaf\x3c\x7b\x3f\x86\xb5\x3d\xfb\xe0\xe4\xe0\xe8\xac\xec\xdd\xbe\x60\x31\x85\x7d\x0d\xac\x98\x2e\xff\x7b\xb2\xa1\xad\xfc\x94\xfc\xba\x5b\x20\x95\xe2\x44\xf5\x68\xbd\xb7\xe7\x88\xd6\xe3\xea\x08\x1e\xd4\xfb\x87\xcc\x50\x14\x99\xa9\x49\x35\x28\x32\x3d\xb3\x23\x83\x22\xd3\x73\xfd\x23\x03\x04\x61\x66\x9f\x6c\x1e\x43\x35\xab\x66\x78\x3c\x56\x71\xa4\x10\x16\xa6\xee\xfe\x52\x69\xa5\x0d\xf9\x53\xdd\xb1\x92\xc9\x30\x43\x42\xa2\x78\xf4\x7b\x3a\xaa\x3f\xd0\xfc\x6a\x76\xa5\x08\x38\xd8\x63\x10\x67\xfd\xc1\x81\x85\x89\x17\x7a\xaf\xee\xba\xf8\x31\x57\x38\x27\xb6\x87\x9b\xfd\x6c\xf1\x42\xff\xcb\xbe\x9f\xb6\x6b\xe9\x2f\x9b\xc3\xf8\x8b\xbd\x41\x5d\xb6\x50\x00\x0f\x7c\x8c\xdc\xbc\x67\x58\x77\x4e\xb2\x93\x3e\x46\x68\xf6\x1e\xee\xe9\xf6\x2c\xdf\xea\x7b\xea\xf9\xc2\x8a\xb5\xc6\x86\xeb\xd0\xba\xf9\xf1\x4e\xde\xbb\xa4\xe7\x23\x94\x3f\xbc\xe7\xd1\x24\x55\x0b\xe5\xe7\xb3\x5e\x34\x8b\x68\x82\xaa\x49\x1e\x0e\x05\x80\x19\x4d\xf0\x29\x3a\x80\xe2\xf3\x91\xb9\x21\x5e\x00\x3c\x11\x1f\x22\x33\x91\xd6\xf5\xc1\x01\x84\x22\x13\x20\x7f\x3e\x0b\xc3\x43\x97\x89\x0e\x26\xaa\x71\x9e\xcd\xcf\x98\x9d\xef\xd6\xc4\x30\x6d\x41\x94\xe8\x84\xa9\x9e\xaf\xcc\x89\x3e\x00\x5c\x22\xab\xe9\x7c\x65\x54\x48\x26\x82\x4b\x14\xcf\x62\x02\x4a\x4c\x8d\xa9\x45\x91\x70\x17\x7a\xd5\x57\x6b\x0d\xfd\xca\x78\xe0\x4e\xaf\x0c\x06\xbe\x2a\x28\x84\x62\xe4\xeb\x15\xa0\x2a\xa4\x17\x91\xdb\xd0\x20\x2f\x7e\x8f\x5a\x9f\xbd\xc9\xfa\x51\x6f\x74\xca\x20\xca\xce\x17\x3b\x1c\x43\xe3\xbd\xea\x97\x77\x7a\xd4\xe9\xc9\xef\xc8\x23\x39\x7a\xbc\x59\xe1\x81\x0d\xec\xcd\xf6\x2c\xfc\xe4\x15\x05\x5d\x25\xcd\x9b\x35\x22\x37\x8b\x15\x44\xb1\xf2\x66\xe5\xa0\x6c\x2a\xd6\x71\x37\x95\x35\xa7\x15\x38\x84\x80\x79\x33\xdf\xb2\xbb\x9c\x02\x8b\xfc\x8f\x0d\xfe\x55\x14\xb7\xa3\x8a\xc2\xe1\xf4\x85\xc6\x5a\x2b\x1d\x1f\x73\x35\x07\xa3\xd1\xfd\x94\x93\x10\x56\xf1\xa2\x6a\xd6\xab\xfd\x55\x2c\x67\x3e\xbe\xd5\xe3\x98\xfd\x40\x7c\xbb\xec\x44\x60\x39\xea\x91\xfc\xee\x35\x07\x33\x78\x59\x73\xba\xa9\xbc\xb1\xe6\x72\xdf\x74\xbb\x8a\x55\xfa\xee\xf5\x57\xfd\x85\x66\xec\x1f\x76\x33\x28\x43\xb8\x0e\xd9\xd4\x2b\x7a\x93\x4b\x03\xec\x0e\x11\x64\x26\xd8\x1d\x59\xbf\xac\xb7\xd1\x87\x8e\x40\x77\x4f\xa5\x22\x98\xe1\x66\x67\x48\x77\x4b\xb7\x19\x18\xc7\xe4\x3f\x5b\x3b\xbf\xdd\x73\x25\x12\xc2\xdb\x55\xa0\x57\xbf\xfd\xf9\x42\x65\x74\xf0\x50\xbd\x22\x48\xc7\xd4\xdc\xfb\x1d\x1b\x93\x84\xb1\xc6\xf9\x22\xef\x1f\xec\x55\xe9\x8a\xeb\x2e\x04\x11\x3b\x64\x5f\xaf\x71\xe5\x54\xc2\xbc\xfa\x27\xb2\x91\x00\xd8\x91\xb2\x0a\xae\x77\x7a\xa6\x81\x47\xbf\xda\xc1\x1c\x88\x6d\xef\xb4\xa1\x64\xd1\x9f\xe2\xb0\x9b\x2e\x7a\x9f\xa3\xe8\x7b\x51\x15\x14\x5c\xef\x8e\xfe\x76\xf8\x02\x97\xf1\x4b\x7a\x44\x78\x79\xf1\x5e\x46\x0b\x3c\x7c\xa1\xf7\x61\x33\xef\xd6\xcc\xc3\x48\x01\xf2\xe8\xd9\x41\x45\x19\x7f\xec\x44\x72\x4e\x6b\x75\x33\x37\xa7\x3f\x58\x75\x6b\x75\x47\xd5\xf5\xc9\x05\xc6\xa3\x67\x7b\xe1\xde\x15\xb1\x08\x77\x04\xeb\xae\x7b\xc4\xe1\x82\x03\x59\xa9\x1b\xa7\xe3\x7d\x98\xdb\x0e\x02\x21\x6d\x65\xa3\xef\xb3\x27\xa4\x3f\xd8\x25\x7c\x17\x51\xbb\xd8\xbb\x5b\xd4\x86\x87\xbf\xcf\xae\x22\x8d\xda\x61\xd2\x0f\xb3\x2f\xb2\xd0\xa8\x37\xf3\x3f\x89\x84\x32\x97\x87\x83\xd5\xd1\x8d\xcb\x02\x54\x47\x2f\xf6\xf4\xeb\xaa\xb4\xf0\xd7\xde\xe5\x98\xf4\x1a\x04\x40\xf6\xfe\x6e\x25\x93\x0d\xf9\x9c\xd1\xf6\xca\xa7\xc8\x81\x58\xfb\x7e\xd6\xde\x54\xdd\x7e\x30\x95\x9a\x0d\xa4\xb5\x77\xcb\xcb\x6c\x16\x2f\x06\x30\xe5\x30\xd5\x2e\xdf\x1f\x6c\x16\xb5\x37\x0c\xad\x27\xf4\x77\x61\xa5\x28\x53\xc1\xdb\xff\x50\xda\x16\xc8\xa3\x1a\x13\xe3\xe5\x36\xa0\x70\x42\x7f\xd9\x52\xbc\x95\x7b\xd1\x1e\x69\x69\x08\xa8\x47\x2f\x36\x77\xed\xb2\xa3\x1d\x9f\x77\xa6\xda\xd1\x7f\xc7\x6e\xc8\xe4\xe5\xf2\x97\x83\x97\xd7\x97\xc4\xcb\xfe\x40\x34\xf1\xd3\x13\xdf\x7d\x08\xc0\x8e\xf8\x65\xf0\x82\x4e\x8f\x33\xe6\xa7\x26\x47\x83\xf4\x4f\x5f\x0f\xb7\xd6\x2f\xa4\xd3\x5e\xac\x0c\x5e\x63\xc5\xef\x76\x75\xc2\xe4\xc6\xe8\xce\xd8\x97\x40\x30\x44\x3f\xf8\xc3\xed\x67\xcd\xf1\x80\x95\xda\xf9\xdf\xf6\x9a\x68\x87\x4d\x8d\xff\xc7\x76\x8f\xe0\x07\xcc\xea\x34\xe0\xf9\x84\x44\xd4\x28\x1c\x70\x86\x68\x06\xfd\x30\xe8\x5e\x9b\xc4\x41\xbd\xc0\x04\xc0\x5a\xe8\x05\xfe\x0d\xd4\x42\x51\x4e\x01\x5e\xa1\x17\x18\xcd\xe7\xdd\x5e\x9c\x38\xfe\xc0\x05\xbf\xa9\xf5\xb8\x5f\x1e\xe6\xf2\x65\x37\xd1\xf2\x69\x16\x0b\xee\xdb\x27\x7d\xb6\xbb\x6f\xa2\x4b\xb1\x7b\xaf\x3d\x39\xe8\xae\xcb\xda\xf8\x7f\x08\x22\x19\x7e\xfe\x19\x9d\x4b\xb1\x02\x44\x86\x0e\xf8\xdb\x04\x90\xa1\x1b\x9e\x0a\x10\x86\x48\x44\xa7\x5c\x96\x4d\x9f\x6c\xe6\x64\x45\x04\x61\x70\xc7\xfa\xb6\x06\x00\x69\x07\xe8\x85\x24\x96\xef\xfc\x38\xd8\xeb\x14\x0a\x0c\x43\xd7\x11\xf9\x83\x3b\x95\xe4\xff\x2c\x9e\xe2\xff\x44\xa2\x75\x62\x82\xf9\xd6\x2d\x3b\x98\x53\xe9\xbb\x00\xa7\xe5\xe9\x0b\xc6\x06\xdd\xc2\x00\x80\x63\x1b\xf9\x1e\x4d\xc7\xec\xce\x87\xd0\x15\xfb\xff\x3d\x3a\xb4\xfb\xd9\x9d\x4e\xd9\xf8\x43\xef\x80\x2e\x20\x32\x74\x0d\x17\x44\x64\x68\xec\x0f\xa0\x30\x88\x40\x36\x01\x61\x48\x8a\xe3\x80\x30\xf4\x92\xfd\xdf\x3d\xc4\x9a\xc7\x99\xbe\xb6\xe2\x0f\x60\x7a\x3b\xa5\xf7\xf1\x9e\x3a\xbd\x16\x46\x95\xb8\x3e\xd4\x6f\xe6\x7b\x59\x26\xd9\xc2\x96\xad\xa6\x16\xc1\xaf\x7a\xe1\x3c\xf8\x7d\x1e\x4b\x58\xf2\x1f\x3e\x58\xc5\x7e\xda\xa7\x7b\x84\x34\xa0\x1d\x7a\xd9\x89\xdc\x62\x9b\xd9\xe1\x43\x36\x6e\xed\x71\xf4\x85\x28\xc7\x6e\xd1\xdf\xf2\x14\xcd\xa9\xe8\x43\xe1\x5d\xf6\xff\xb6\x35\xfb\x62\x77\xc2\x06\x81\x79\xe8\x05\x96\xfc\xad\x5d\xf9\x48\xb5\x36\xf7\x61\xc5\x8b\xc5\x30\x75\x3f\x58\x5b\xf5\x5c\xfc\xe5\x23\x2c\x59\xe2\x7f\x4f\xf7\xf4\xe2\x3a\x3d\x3a\x20\x58\xae\x73\xd7\xd2\x5f\x94\xed\x10\x57\xc1\x60\x38\xf5\xbd\x06\x83\x21\xf2\x53\x0a\x82\x6f\x61\x9a\xac\xcd\xbb\xb2\x3f\xd8\x61\x48\x80\xe0\x2e\xc4\x8b\xc9\xdc\x90\xf6\xc7\x94\x5d\x8a\x2f\xcb\x5f\xa2\x93\x17\x36\x72\x5e\x4e\x2f\xce\xdc\x05\x31\x66\xa5\xdd\x7b\x26\xf2\xe0\x86\x00\x0a\x5e\x42\x2f\x4c\x21\x40\x11\xa2\x44\xb2\x64\x6b\x8c\xb0\xb6\xf2\xae\x18\xc9\xf2\xae\x18\x55\x16\xe4\x40\x0f\x0f\x40\x0e\x72\xd9\xa9\x88\xe9\xe7\xac\x58\x79\xaf\x18\xca\x47\x48\x06\xa8\x6d\x02\x7f\x10\xa9\x28\x65\x9f\x7c\xe1\xa5\xa0\x19\xc4\x0b\x59\x30\xcf\x98\xfa\x8b\x80\x67\x90\xf2\x1e\x8b\x02\xe3\xa8\x66\xb9\xff\xf5\x57\xd5\x28\x41\xd8\x82\xde\xff\x68\x13\xb8\x34\x74\xb3\xcd\x1c\x7c\x8d\xba\xba\xc4\x43\x3d\x91\xcc\x81\x37\xe8\x3a\xa6\x6e\x74\x03\x7d\x44\x56\x75\xf8\x1c\xd7\xba\x7b\xc9\x64\xc3\x64\xb4\xac\xba\x7d\x38\xe4\x1e\x76\x75\xcf\x58\x55\x9e\xe6\x58\x36\x76\x5e\x7f\x68\x48\x1a\x48\x07\xab\xc9\x36\x87\x2f\xd3\xec\x14\xc9\xad\x62\x71\xc0\x71\x60\x2b\x4d\xfa\x2e\xc3\x1f\x76\x19\xb4\xab\x39\x93\x9d\x17\x06\x81\xd6\xb1\x62\x75\xbb\x1f\xf1\x7e\x21\x61\x17\x56\xe8\xea\x32\x54\x27\x4c\x77\x5c\xe0\xa8\x8b\xd3\x71\x71\x21\xe0\xdd\x56\x9a\x9f\x72\xba\x56\x7f\xd8\x58\xd8\x7c\x17\x40\x21\xb5\xd4\x6b\x38\xf8\x4e\xb1\xe9\xa2\x82\x1f\xad\xe9\x66\xc2\xf9\x65\xb9\xb5\xb9\xa6\xf6\xd6\xe6\x7c\x35\xb8\xb2\xf6\x1e\x20\x42\x74\x95\x60\x20\x42\x54\xaf\x3e\x05\x84\x38\x76\x0e\xbc\x90\x8b\x4b\xea\x72\xe1\x3a\x0f\xb5\x0b\xf7\x2c\xb4\xc4\xbc\x53\x4f\x01\x3e\x44\xe4\x27\x19\x76\x7c\xdb\x83\x63\x19\x93\x51\x16\xbd\x74\xed\x75\xa3\x02\x8f\x21\x7e\xa1\xfa\x8f\x79\x10\xb6\x45\x4d\x28\x5a\x70\x2f\x6c\xec\x0e\x2c\xec\xaf\x8e\xec\x5c\x71\x39\xb9\x6e\xb5\x2e\x38\x84\xbc\x23\x3f\xef\x8b\x42\x11\x07\x56\xde\x15\xa0\x0e\x0e\xf1\x12\x58\xa1\x27\x73\xe7\x1d\xf9\x7d\xe9\x8f\x33\x61\x70\xf1\x8e\x72\xbc\xaa\x0f\x33\x8e\x77\x12\x70\xe9\xd3\x1e\x64\x13\x2e\x2a\x17\x9b\xbe\x84\xcb\xd3\x62\x70\xf3\x4d\xf0\xfe\xa2\xfc\x66\xc1\xe2\xb1\x70\x1f\x21\x61\xed\xee\xea\x9b\xf0\x56\x95\x2e\xbd\xfe\x10\xf8\x68\x1e\xbf\x29\xbe\xd3\x33\x70\xfd\xf9\x86\x80\x2e\x5e\x7a\x4a\xd0\xe3\x1f\x23\x57\x09\x43\xc2\xf8\xcd\xb2\x6c\xcb\xb4\x94\xf3\x7d\x8c\xa2\xc0\xbd\x1d\x04\x95\x15\x1d\x53\x47\x09\x78\xcf\x16\x4c\x5f\x25\xdc\x6a\x94\xc6\xf1\x43\xf0\x12\x39\x1f\x3f\x29\xc0\x8c\x3b\x0b\xe6\xab\x12\xd4\x3c\xe0\xb4\x28\xe1\x53\x1f\x3a\xf2\x26\xc0\x5e\xce\x8e\x71\x88\x04\x55\xfa\x2c\xb9\x77\x94\xf4\x3e\x8a\xbf\xe8\xf2\x25\xc0\x52\xbd\x0e\x90\xc0\xe9\x49\xfd\x39\x84\xad\x5e\xc1\x32\x58\x02\x07\x58\x75\xdc\x12\x38\xaa\x96\xf3\xf8\xf9\xe8\x2b\xfe\x35\x1a\x71\x08\x20\x9f\x9d\x99\xf0\x67\x12\xf4\xfc\x46\x11\x0c\x41\x50\x1f\x95\xd2\x12\x04\x08\x26\xb4\x88\x04\x2c\x09\x32\xf7\xe4\xef\x28\xf9\x45\x6b\x71\xaa\xd6\x92\xb0\x47\x7f\x1e\x3f\x04\x83\xab\xb0\xab\x41\xb0\x1e\x9e\x9d\x37\xc1\x62\xc7\x4f\x16\x91\xc3\xd4\x72\x40\x00\x2d\xe6\xfc\x7f\x71\xca\x7f\x47\x29\xaf\x00\x82\xca\xf7\x12\xd8\x8c\x32\x36\xa4\x12\xe0\xe8\x4a\xfa\x12\xf4\xc3\x29\x7b\x04\x82\x70\x9b\xa2\xff\x10\x84\x66\x64\xb9\x4b\xf8\x76\x96\xf1\x43\xe0\x72\x40\x81\x0c\x02\xbb\xf6\x29\x02\x9f\x04\xf4\xc7\x4a\x57\x12\x8a\xdf\xc8\x3f\xdf\x90\x75\xf4\x52\x2c\xa5\xbe\xc2\x59\x77\xc2\xe5\x6f\xc2\x67\xd0\xb5\x73\x13\x36\x66\x24\x7c\x10\xc2\x27\xe4\x42\xd9\xdd\x59\xdf\x4f\x4c\xe4\xb1\x4b\xa9\xef\x3a\xac\xc7\xfc\xc9\x02\xda\x50\x10\xec\xa0\xf6\x02\x72\x7c\x8a\x27\x07\xc1\xe3\x75\xaf\xa9\x6e\xc2\xc7\x65\xfa\xd8\xef\xfd\x7d\xb4\x06\xaf\x9b\xd9\xf4\xf7\xf5\xba\xbb\x6e\x76\xd4\x7f\xa6\x0a\xb0\x38\x12\x50\x28\x75\x50\xa5\x25\x70\x16\xeb\xf8\x79\x4a\x98\xa6\xa8\xff\x10\x1e\x09\xe9\x87\x70\x19\x6d\xb6\x9e\x3f\x04\x66\x68\xaf\xf5\xb7\x1e\xdf\x0e\xfd\xf8\x93\xe2\x33\x38\x4c\x6d\xe9\x97\x60\xff\xfc\x56\x6c\x03\x5a\xd5\xfe\x4b\xe8\x36\x6e\xfc\x64\x59\x62\x88\x55\xb9\x71\x19\xef\xeb\x7c\xa9\x9b\xd9\x8c\xf7\x13\x51\xeb\x87\x51\x8c\x9f\x8f\xb6\x7f\x08\x58\x98\xf7\xb6\x99\xcd\x7c\x3f\x9d\x27\xcb\xe6\xb5\x71\x5e\xa7\xa6\x6d\x2f\xe1\xeb\x55\x9f\x2e\x3e\x8d\x84\x4b\xc2\x9e\xd9\xd7\xab\x62\xa9\xb7\xfa\x93\x82\x63\xcf\xd9\x89\x5b\x08\x41\xc9\xaa\xb7\x3d\x3d\xae\x57\x08\x24\x15\x7e\xef\x28\xf7\xeb\xad\x8e\x47\x28\x09\x58\xa5\x75\x02\xb8\x43\xd8\x6b\x1a\xa4\x72\x08\x9f\xb6\x06\xa7\x9b\x51\xb9\x5f\x70\x71\xd2\x81\x33\xe7\x3b\xca\xf3\xbe\xc6\xd1\xe8\x7b\x3a\x3c\x3f\x33\x8a\x28\x9e\x9b\xe0\x30\x6c\xbe\xf0\xbc\x20\x87\x46\x8a\xbc\x09\x88\x28\x67\xef\x7b\x28\x9f\x97\xfd\xf4\x2c\x67\xf9\x29\x65\x19\xd9\x02\xdb\xcb\x4d\xd8\x59\xca\x2f\xc1\x62\xdb\xef\x47\xdf\xed\x0b\xff\xcf\x37\x2e\x09\xe9\x97\xb0\x24\xfc\x7e\xc3\xa5\x4f\xdc\x3c\x09\x02\x38\x73\x18\x7f\x47\x79\x7f\x36\xa3\x3e\xfe\x21\xdc\x12\xca\x0f\xa1\xda\x85\xbb\xd7\xdf\x77\x5f\x62\xf4\xdd\xfc\xf7\x7d\x2c\x65\x9c\x3f\x59\x5e\x2d\xd6\xc6\xe6\x5a\xef\xfb\x4e\x53\xec\x6d\xe2\xfd\xe9\xc2\x79\xfc\xa4\xf8\xb0\xe8\xeb\xa3\xe4\x5f\xc2\x94\x70\xfe\x12\xbc\x36\x9b\xbf\x29\x64\x1f\xa3\xfc\x54\x1d\xc4\xb9\xb3\x8f\xf6\x93\x02\x1c\xb8\xb3\x13\xde\x4c\x02\x1b\xab\x78\x3e\x12\xd0\x0e\x0b\x27\xb3\x09\xdb\xcf\xf1\xa7\xa6\x6b\xc7\x5e\xee\x3f\x35\x05\x0b\x29\x44\xa3\xdf\x62\xf5\x9f\x1a\xbb\xd7\xbf\x9f\x59\x38\xf6\xc4\xfd\xde\x47\x14\xd4\xb1\x17\xe1\xf7\x0a\x32\xd9\xc7\x16\x01\xd6\xfb\xe0\xea\xd8\xe7\x9e\xa7\xeb\x7d\x90\xd3\x4a\xda\xad\x5d\xaf\xd0\xdb\x19\x3b\x5a\x08\xc8\x5d\x67\x9f\x9b\xb1\xad\xbd\xf5\x8e\x3c\x7f\x53\x14\x53\xec\x0e\x5a\xef\xeb\x94\x9a\xe5\x37\x8b\xb2\xc9\x2c\xbf\x59\x64\x17\xb3\xfc\xc9\x60\x8b\xd4\x0b\x7d\x74\x9f\x4e\x8d\x7a\x38\x79\xd2\x71\x3a\xab\x83\xa0\x96\x18\x5d\x32\x04\xa1\xc1\xb5\x42\x95\x60\x48\xd4\xc3\xb9\x12\x04\x1a\x3a\x50\x99\x41\xf0\x48\x5e\xb6\xcc\x55\x8f\x57\xe9\x76\x1c\x72\xf0\x20\x10\x86\x6d\x6f\x1b\x35\x64\x1f\x4c\x80\x0f\x37\xa7\x20\x10\x1f\x61\x1c\x4a\x14\xf5\x74\x10\x4f\xc3\x6e\xbf\xa3\xa6\x5d\xd1\x41\x68\x1b\x08\xc2\xc5\x8e\xd3\xfe\xae\xe9\x5d\x86\x35\x3e\xcf\x9f\x14\xcb\x28\x50\xa7\xd2\x51\xcd\xaf\x57\xd1\x63\xf3\x96\x9a\x5f\x40\xc7\xcf\x3c\x15\xfd\x6a\x7e\xbf\x63\x9f\x5c\xc7\x2f\x81\xc6\x9e\xff\x10\x44\x54\x38\xe5\xf9\x41\xd0\x89\xf7\x74\x42\x06\xc1\xb8\x82\xe7\xae\x7a\x7e\xd7\xd6\x3f\xb8\x91\xd4\xb2\xd7\xf4\xc0\x6d\x4b\x82\xce\x50\xe7\x1e\xa7\xf2\xbe\x5c\x74\x8f\xd3\x09\x19\x04\xc2\x41\x8c\x53\x61\x28\x08\xe2\xa1\x9d\xf3\x37\x8b\x91\x5d\x4f\xb7\xe2\x5a\xde\x4f\x80\x8a\x73\xfe\x7c\xe3\xd3\x48\xf6\x74\x52\xd7\xfa\x72\x9f\x7d\x8e\x2d\x81\x07\xc1\x58\x4e\x87\xab\x3e\x08\x9a\x90\xa7\xf3\x27\x8b\x73\xd8\x30\x9c\x12\x30\xd2\x19\x29\xfd\x10\x50\x5e\x9e\x65\x0b\xed\xb5\xfe\x48\xe0\x3f\xf3\xa5\xbe\xcb\xb6\x10\x73\x4e\x82\x68\x76\x69\x4f\x87\xf6\x3e\xd8\x50\xb5\xdd\x83\x6d\x73\xa3\xbe\x4f\x28\x10\x3c\xfe\x28\x1a\x07\x41\x83\xf8\xb4\x27\x76\xdb\x52\x56\x9e\xe9\x27\xc5\xa7\xfb\x50\xda\x13\xa8\x6d\xb1\x6b\xe0\xc7\x2d\x41\x57\x4e\xfc\xa9\x21\x2c\xe3\x14\xef\x35\x5e\xfb\xe6\xbd\x03\xeb\x37\x09\x70\xa3\x91\x8f\x9f\x14\x5b\x8a\x38\xf2\x0f\xe1\xb3\x8f\xf3\x6e\x7d\x7f\x3f\xa7\xe9\x96\xd9\x83\x20\xc0\x70\x4e\xe9\x97\x50\x25\x1c\x3f\x84\x67\xa7\xe8\x3f\x04\xbd\x61\xb3\xac\x25\x08\xdf\x26\xfc\x7c\x74\x19\x85\x20\xe7\x9f\x6f\x00\x99\x18\x84\x9f\x52\x96\x3d\x96\xf3\x6f\x16\xc4\x9b\x91\xf3\x4f\x4d\x37\x12\x5c\x96\x1b\xd5\xf1\x3e\xa2\xb0\x65\xb9\x51\x10\x50\x3a\x8d\x2c\xab\x0d\x82\x7e\x22\xb9\xfe\x66\x21\x48\xf0\x40\xb5\x0b\xe1\x63\x66\xe7\xe6\x79\x2c\x08\xcd\x93\xa3\xe7\xb1\x20\x74\xbf\x31\x7e\xb3\x18\xab\x2c\x2b\x34\xd4\xf1\x82\x37\x99\x8e\xec\x11\xb7\xce\x17\x3b\x99\xe0\xac\x63\x13\xbe\x2e\x40\xa0\xdb\x46\x10\x3c\x6c\x72\x37\x00\xc1\x13\xca\x28\xbb\x83\xae\xf7\x31\x64\x47\xd9\x8d\xbb\xde\x47\x7f\xb1\xa2\x0c\x59\xaf\x97\xcb\xd0\x33\xb7\x7f\x08\x32\x98\x52\x7f\xbe\xe1\x35\x5b\x21\xde\x83\x84\xfd\xd1\xdd\x41\xd7\xcf\xa2\x2c\xbb\x83\xae\xf7\xab\xdb\x72\x69\xfe\x10\x84\x90\x2a\x6e\x92\x41\xd0\xe6\x1a\xe5\x8c\x04\xf7\xb3\x63\xa7\x08\xa9\x6a\x2a\xb8\x8f\x1f\x82\x41\x57\xab\x87\xab\x20\xa8\xc9\x48\xff\x10\xac\x58\xdd\x5c\x3d\xe4\x2e\xf6\xa2\x63\x0f\xc3\xfd\x33\x0b\x6b\xfa\xf9\xa8\x8a\x95\xb1\xc5\xf0\x20\x60\xea\x34\xaa\x22\x63\x7d\x5e\x6c\x08\x4e\x83\xf8\x40\x78\x75\x19\x26\x30\x8c\x04\x21\x68\x6a\xff\x93\xc3\x05\xa9\x95\x9f\x46\x3b\xcf\x5f\xc2\x2d\xe1\xf8\x21\xb8\x17\xb5\xcd\x9f\xde\x17\xb3\xa5\x73\xb4\xbd\x76\x82\x73\x4c\x09\x65\x13\x36\x5e\x7b\xdb\xd3\x3c\x08\x55\xc2\xcf\x37\xc4\x57\x17\x60\x42\x82\xa6\x97\xe7\x6f\x29\xdc\x9e\x44\x8a\xba\x09\xcb\x6d\xa2\xd5\x9f\x2c\x7b\xfd\xb5\x3d\xf0\x21\x81\x26\x09\x8e\xc0\xf7\xbe\xe2\xac\x34\x85\xc3\x20\x60\x68\x7f\x9c\x9b\x75\x7c\xbb\x58\x43\x3b\x42\x58\x46\xf5\x69\x1e\x0d\x20\x88\x41\x74\x9c\x3f\x04\x3d\x34\xfb\x66\x50\xeb\x7d\xb2\x76\xc3\xbb\x3f\x42\x6e\x11\xe9\xc8\xb3\x42\x5d\x2f\x77\xe0\xe9\x20\x5e\xa0\x84\x4b\xc4\xa6\xbd\x76\xd6\xfb\x9d\x9b\xf0\x93\x65\x9f\xdd\x87\xcb\xad\xfd\x68\x7f\x46\x97\x41\x05\x61\xc3\x51\xdb\x96\x76\xbc\x22\x94\xf7\x2d\x5f\x07\xc1\xf8\x52\xdd\x2e\x0c\x82\x5e\x95\xbd\xfc\x7c\x43\xc4\x4f\x83\x71\xbc\xa3\x9d\x3f\xec\xa7\x2b\x2d\x06\xc1\x6d\xb3\x7b\x44\x69\xe7\xfb\x1a\xc4\x78\x4b\xe0\xed\xdc\xbb\xc0\xd8\xc2\x72\x10\x96\x35\x1d\x66\x49\xef\xab\xf7\xde\x70\x27\x81\x60\x90\x45\x27\x5d\x10\x76\x64\xe4\xf3\x37\xcb\xe8\x3a\x5a\xe7\x5f\xc2\x86\x21\x28\x9b\xb0\x57\xf9\x16\x96\x83\xf0\x13\x2c\xfb\x37\x85\x98\x87\xc3\x3d\x30\x08\x3b\x68\x72\xf9\x29\xe5\xdb\xe1\xfa\xe5\x14\x41\x70\xc7\x1f\xce\xa0\x20\xb8\x86\xb7\x38\x1d\x04\x77\xb4\xd1\x7e\xda\xb2\x61\x5b\xb7\xe4\x1b\x84\x6f\x07\xc6\xf4\xa3\x59\x3e\xd0\x9b\x42\x7c\x0b\x89\x88\xb1\x1e\xca\x72\x41\xd8\xf5\x52\x34\x09\xc2\x0e\x1f\x3b\x7e\x3e\xf1\x9d\xbb\x3b\xda\x2f\xc1\x42\xc6\x2f\xc1\x18\x35\x43\xe1\x25\x08\x1b\x14\x61\xfe\x7c\xf4\x13\xc0\x6c\xcc\xdf\x8f\x12\x18\xa1\xf5\x9f\x04\x6b\x07\x65\x55\x76\x09\xc2\xda\xc1\x9b\x4c\x51\xde\xcf\x69\x3b\xf7\x30\x95\x17\x48\xf5\x20\xd8\xc5\xf5\x7d\x84\xdd\x9b\xaa\x55\x5a\x30\x07\x1d\x60\xf6\xa8\xfc\xc8\x2e\x79\x28\x88\x04\x61\x3b\xb1\xd5\x1f\x82\x37\x2b\x63\xee\x2e\xae\xef\xaa\xa6\x90\x3b\xb7\xf6\x3e\xca\xcb\x5b\xe6\x6e\xed\xfd\xb6\x81\x98\x8b\xb4\xf5\xf7\x45\x8a\xc8\x7d\xd7\xb4\xbf\xef\xab\xfd\x53\x6a\x9b\x20\x4b\x9a\xdc\xec\x48\xd0\x52\x28\xcb\xae\x83\x50\x34\x39\x90\x8b\x05\x61\x6c\xab\xd7\x9f\x8f\x7a\x6f\x38\x8f\xf2\xfb\x8d\x5d\xca\x5e\x3e\x21\x34\xf8\x8d\xfa\x53\x31\x61\x75\xe7\xd1\x7f\x09\x6f\xff\x1f\x09\xb1\xe1\x5b\x8a\x42\x54\x10\xc4\x16\xdd\xd2\x5e\x10\xc6\xb6\xed\x29\x3f\x84\xb5\x4d\x4f\xf2\x26\xbc\x73\x1b\x61\xfc\x7c\xe3\xbb\x95\x8f\xe5\x84\x6d\xbc\x6b\xec\xbb\x77\x7b\x7d\xbe\xdb\x42\xf2\xdc\x6b\x72\xc6\xc9\xd1\xcb\x87\xbc\x09\x3f\x56\x01\x4a\x44\x41\xe0\xd6\xeb\xc8\x72\xb1\x20\xdc\x3b\x85\x1f\xbd\x5e\x0c\x22\xe2\xc8\x6f\x96\x77\xeb\x33\x8c\xd0\x24\xc1\x0d\x7f\xec\xb1\x0d\x82\xbc\xf2\x8f\x70\x78\x3b\xb5\x37\x37\xf3\x9f\xec\x6a\x78\xf7\x24\x8e\xc3\xac\x21\xd0\xcb\x2f\x81\x30\xe8\xc7\xe9\xf9\x17\x82\x6a\xd2\xbd\x1e\x83\xa0\xe4\x9b\x7e\x6b\x3d\x54\x98\xec\x25\x1c\x84\x69\xc4\xca\xdf\x6f\x0c\x0f\x7d\x7b\x56\x07\xc1\x70\x55\xe9\x37\xc5\x74\xeb\xd9\x1c\x2d\x4e\x99\x96\xd2\x7f\xab\x7e\x71\xf5\x73\xfe\xd3\x37\xe8\xf5\xca\xd9\x7f\xbf\x41\xac\xee\xe3\x9c\xff\x10\x96\x32\xc7\x6f\xc5\xbc\x72\x4e\xc7\x6f\x0a\xc4\xd8\xdc\xea\x6f\x0a\xef\x70\xf7\xa5\x41\xfb\x5e\xcc\x93\xd3\xf1\xc3\x5b\x3e\x25\xce\x74\xa4\xf6\x9b\x82\x19\x59\xb6\xd0\xde\xeb\x8b\x25\xdc\x29\xb4\xd4\x3b\x7a\xc8\x93\x2a\xda\x65\xf9\x7d\xbe\xda\x92\xe5\xcd\x37\xfb\x7c\xbf\xcf\x6f\xb8\xfe\x7a\x14\xbb\xef\x90\xc6\x2f\x61\xc5\x01\xd6\x61\x89\xf7\xd3\xab\x0a\xf5\x47\x10\x06\x09\xfa\xef\xfb\xa5\xa2\xf8\x37\xc7\x96\x7b\xc7\x3f\x84\xa1\x46\xfc\x37\x4b\x7a\xfe\x07\xbd\x7b\x10\x50\x2f\xe6\x7e\xfe\x43\x90\x3d\xc9\x05\x82\x50\xbc\x8e\x95\x1b\x05\xa1\x7a\x41\x52\x7e\xeb\xc5\xe1\x22\xef\xf3\x3d\x04\xc7\x2d\xfd\xa6\x40\x56\xcc\x23\xff\x7e\x83\xcb\xb8\xfe\x4f\xcd\x89\xdf\xd4\xf3\xef\xbb\x2e\xdf\x5b\xfc\x84\x60\x5b\xd3\x6f\x19\xd7\xae\xd6\x6f\x16\xcc\x32\x72\x57\x3c\x0a\xc2\x6d\x3d\xdb\x6f\xe3\x6f\x17\x63\xfa\x6d\x2b\xd6\x52\x5b\xe3\xcd\xfb\xfd\x3f\x28\xe8\x20\x60\x3c\x33\x7f\xfb\xe2\xdb\x17\x2c\xbf\x0d\xdb\xd6\x4f\xed\x9f\x14\xd4\xb3\xf5\xdf\x32\xb0\x6f\x6a\xff\x24\x58\x3b\x6e\xc2\x4f\xa1\x2a\x43\xf2\x56\x02\x42\xf0\x22\xec\x38\x7f\x09\x0c\xc9\xfc\xed\xbd\x77\x0f\xfc\x6f\xc5\xdf\xa4\xee\x63\xfe\xbe\xcb\x54\x7e\x87\x59\x6d\x76\xce\xb5\xff\x12\x14\xaf\x7e\x47\x00\xb3\xc6\x98\xc1\x3f\x6d\xc7\xd0\x2f\x5a\xf2\x4b\x40\x5b\x59\x8e\x7f\x2a\xfa\x7a\x75\xd9\x7e\xab\xa1\xe3\xc5\xd1\x7e\x8b\xdd\x31\x89\x82\xb0\x06\x56\xc8\xb5\x04\x23\x5a\x83\x5d\xb0\x96\x90\x4d\x16\x31\x26\xce\x0c\x18\xc8\x9a\x1c\x9a\x32\xa6\x83\x8b\x28\x0f\x67\x81\xd3\x2f\x62\x33\xa4\x83\x83\xf0\x9a\xc9\xa0\x00\x47\x8d\x17\x36\xff\x8c\xd6\x6b\x19\x54\x20\xe3\xed\xb2\x26\x07\xbd\xcc\x71\x72\x4d\x42\x8c\x16\x0c\x24\x17\x51\x05\x3a\x22\xd8\x9a\xcc\xae\x02\xd3\x5c\x93\x0b\xc0\x82\xa5\xdd\xc2\xff\xbe\x13\x43\x7d\xe1\x41\x7f\x0a\x10\xb8\x70\x69\x3f\x05\x95\x5a\x13\x4b\x68\xa6\xde\xd2\x5f\x3c\xe3\x0e\xb6\xf0\xe2\x1e\x58\x98\x2d\xbc\xb8\x07\x97\x36\x0b\x2f\xee\x0e\xd0\xd1\xba\x7e\x6e\xed\x48\x74\xa6\x48\x34\x4c\x94\xe3\x7f\x2a\x75\xc5\x89\x62\x94\x90\xca\xd7\x25\x63\xc0\x47\x6d\xe1\xdd\x3d\x2a\xfd\x78\x05\xe3\xe2\x24\xf4\xff\xbc\x73\xac\xeb\xbc\x23\x61\x6c\x97\xeb\x3a\x1f\xfe\xf7\x63\x6f\xfc\xbf\x6b\xf2\xf1\xbf\x25\x12\x47\xcf\x66\x60\xc3\x71\x12\x56\x7a\x5d\x42\xc0\x9c\xfe\x4f\xfc\xed\x94\xf8\x9f\x38\x7f\xd9\x0c\x82\xb0\x36\x5f\x84\x4a\x35\x03\xf0\x0c\x99\x4e\x10\xc2\x34\x56\xf3\xc2\x79\x7c\x34\xc6\xef\x4a\xc0\x12\x59\xbb\xa4\xd7\xab\x05\xbc\x98\x19\xc5\x18\xe1\x54\x7e\x66\xae\xfc\x97\x5e\xe5\x39\x5b\x1a\x12\x5d\xc6\x90\x74\x5d\xb2\x3a\xce\xfc\xeb\xe2\x16\x25\xa3\x88\x58\xf8\x9b\x9f\x19\x5b\x8e\x85\xbf\x79\x67\xbf\x58\xb8\x9b\xc7\xc7\xa8\x22\xda\x69\xc3\x42\xac\x8b\x43\x66\xc6\x02\x60\x5d\x68\xa5\x73\xb6\x96\x38\x51\x64\xac\x1b\xd7\xa5\xeb\x23\x11\x72\xd7\xe5\xc5\x1e\xfe\x47\x0b\x87\xf5\x78\xb1\xcc\x65\x1e\x3e\x5d\x76\x07\xd3\x9c\x62\x73\x9c\x10\xc5\xe6\x64\x0a\x2d\x36\xa7\x9a\xcc\xe6\x74\xda\xb6\x17\x7b\xa2\x50\x6c\xb3\x01\xd7\x5c\x97\x8b\x1e\xfd\xcc\xba\x8a\xcd\x29\xa6\xd2\x66\x66\x52\x1b\x6c\x56\xfa\x4e\x65\x6b\x3a\x3d\x58\x9c\xf3\x4e\xb6\x62\x6b\x8a\x45\xda\x9a\xec\x8b\xad\x99\xd4\xb9\x3a\x38\x95\x0f\x28\xec\x64\x3b\xd7\x7d\x04\x05\xd3\xba\xaa\xad\x71\xd0\xab\xad\x29\x74\x47\xdd\x83\xe3\x8b\x0b\xbd\x52\x83\x6a\x73\x9c\xa2\xea\x38\xf6\x50\x55\x47\xa7\xfb\xe2\xe8\x54\x3f\xe0\xd6\xb4\xf3\x18\x03\xd8\x56\xd7\x3d\x06\xf4\x87\xe0\xe8\x5c\x58\xaf\xab\x59\x6b\x57\x6b\xdb\xb5\xf6\x17\x6b\x0d\xe3\xba\xbc\xb1\xe6\x62\x78\xe1\x66\x1f\x5f\x63\xa8\x70\xfd\xac\x98\xfe\xae\xab\x59\xeb\x64\x32\x07\xa1\x9b\xcc\x5a\x3b\x59\xb0\x9c\xe1\x7e\x65\xe1\x8f\x7f\xea\x7f\xb8\x2e\x19\x75\x72\x46\xb0\xd3\x66\x76\xa8\x85\x97\xf3\xb4\x6f\x38\x4f\xab\xaa\x5c\x98\x9c\x7a\xcf\xb0\x3e\xdc\x88\x38\x55\x2f\xae\x16\x3b\x27\xa6\xb5\x8e\xf3\x5f\x7f\x61\xc1\xb7\x30\x3f\x1b\xd8\x16\x2f\xac\xcf\x38\xa5\xaf\xb5\x23\xad\xf2\xaf\x11\x16\xf9\xd7\xe0\x72\xfc\xdb\xc9\x67\x62\x02\x55\x0d\xfe\x05\xf9\xcd\x7c\xcf\xbf\xfe\x72\xbd\xaf\x03\x8c\xf5\xcc\xbf\x5f\x50\xfd\xc4\xfa\xd7\x5f\x80\x99\x2d\xae\x6d\xd0\x42\x2c\xd4\x68\x04\xeb\x5a\x5c\x4b\x3a\x99\x31\x2c\xe3\x50\xb9\x30\x2b\x0b\x11\xe6\x7f\x62\x7b\xf5\x7f\xe5\x7a\x98\x7f\x11\x20\x69\x61\xfd\x25\xb7\xc1\xf6\x8b\xfd\x7a\x61\xf9\x05\x2a\xe5\xe2\x92\x08\x55\xcb\x5a\xb1\x1e\x51\xc8\xad\x55\xe3\x0b\x0c\x30\x72\x36\xf7\x94\x0b\x83\x29\x10\x51\x16\xe6\x52\x6c\xf6\x6b\xe1\x6c\xc8\x4c\x5f\x5f\x8e\x2f\x50\x44\x1c\x9f\x07\xca\xef\xb5\xb0\x45\x3c\x4d\x41\x94\xfa\xff\xfb\x0b\x97\xff\xb8\xfe\xcb\xff\xf6\xfd\xdb\xdf\xc7\x11\x4d\xfd\xfb\x10\xee\x3f\xde\xa3\xec\xbf\x8f\xa3\x13\xe5\x3a\x08\xd7\x09\x81\xa0\x37\x07\x49\x42\x0e\x8a\x07\x36\x3b\x1d\xca\x23\xc5\x10\x23\x41\x79\xfc\x2c\x41\x65\xa2\x5b\x0e\xd0\xcd\xff\x3e\x0e\x6d\x4c\x8e\xa0\xbc\x53\x8a\xfa\xa0\xa0\x7c\xe6\x32\xce\x40\x86\x62\xae\x65\xbc\xba\xa0\x2c\x73\xe1\x7e\x18\x13\xe9\x38\xe3\x54\x1d\x8f\x69\xa0\xb6\x28\x1f\x84\xc6\x78\x50\x47\x14\x01\x47\xf2\xeb\x60\xce\x9d\x9a\xcd\x1d\x40\xcb\xc5\x83\xbc\x44\x63\x3d\xf2\x41\x8b\x81\x62\xc3\xa0\xec\x00\x7c\x2d\x1e\x2c\xae\xa8\x3b\x60\x68\xf1\x30\x5f\x2c\xb7\x03\xbc\xb3\x78\x7c\xd2\x12\xb4\x05\x4d\xe7\x79\x94\x1c\x07\x70\x5f\xf1\xb8\x4d\x47\x09\x21\xaf\xc6\x63\xc7\x8e\x95\x66\x19\x04\x1f\x3f\xb0\xb4\x38\xf2\xb4\x6e\x68\xec\xb1\x6b\x3f\x40\x58\x8a\x47\x54\xe5\x30\xd5\xf5\x48\xe2\x30\x83\x99\xeb\x91\x6f\x73\xa2\x5d\xc1\x7a\xf3\x00\xda\x28\x1e\xe4\xac\xd4\xed\x31\x27\x78\x44\x07\x46\xaa\x07\xa0\x3a\xf1\x78\xa4\x75\x68\x9f\x34\x4b\x08\x16\x71\x80\x91\x13\x8f\xca\xe7\x26\x24\x3a\x0e\xd8\x99\x13\xb9\xee\x00\x76\xe6\xef\xa3\xc0\xd3\x09\x6f\x7f\x80\xed\x12\x0f\x0b\x88\x9d\xf6\x00\x98\x25\x1e\x16\x10\x6c\xfc\xfc\x62\x39\xc5\x63\x19\xa1\x71\xfe\xdb\xdf\xc9\xf9\x9b\x0e\x8c\x3f\x83\x3d\xa7\x23\xf6\xe8\x78\x80\x2a\x31\xa0\x4c\x29\x17\x26\x63\x41\x89\x8d\x2b\x1e\x40\xf8\x71\x0e\x4b\x47\x2f\xd0\xfa\x0c\xa6\x27\x69\xf8\xf1\x01\x29\xb6\xe6\x04\xc0\x77\x3c\x0a\xa9\x2a\xa4\x26\xe9\xfa\xd7\x5f\x13\x98\xad\x04\x5c\x77\x3c\x3e\x52\x9d\x41\x6a\x7c\x0b\xc0\x6d\x6d\x2b\x12\x80\xdb\xf1\x08\xe1\x09\x7f\x94\x74\x76\x53\x75\xa2\xea\x04\x93\x4b\x60\x63\xc7\x83\x54\x31\x6b\x13\x50\xd4\xf1\xd0\xcb\x0a\x8a\x75\xc0\x42\x30\x71\x5a\x4d\x40\x4e\xc7\x63\x4a\xe3\x63\x0f\x8d\x04\x2a\x79\xe0\xa3\x9f\x52\x48\x50\xf1\x70\x4f\x09\xd1\x26\xa5\xd4\xa5\x61\xc3\x2c\xe5\x96\xe2\x01\x26\x28\x8d\x4f\x25\xd5\x01\x79\xd3\x9a\x34\x02\xff\x9f\x50\x2e\x29\x00\xac\xe7\xa0\x74\xc6\x27\x71\x84\x4b\x9c\xe9\x12\x00\xa7\xf1\xc0\xa0\xb4\x1e\x7c\x6b\x98\x8e\x70\x02\x21\x14\xa4\x34\x2c\x11\x25\x74\xc5\xe4\x27\xa5\x61\x4e\x1c\x92\x0a\xdf\x1f\x96\xc8\x8d\x66\x2d\xb1\x34\x53\x7a\xa5\x71\x1e\xab\x9d\xae\xce\x07\xed\x66\x6d\x47\xba\xe8\x58\xf0\x01\xe3\x71\x05\x03\x8e\xef\xe7\xf9\x42\xc1\x0d\x20\x11\x2b\x3a\xb9\xe2\x12\x68\x66\xa7\x78\x80\x09\x04\xb3\x78\xc4\xc0\x9d\x7e\xec\xba\x25\xbd\x90\xc8\x79\x33\x70\xac\xc5\xb3\x61\x24\x97\x72\x70\xcd\xbf\x93\x78\x60\x0d\x05\x6d\x2a\x4e\x96\x42\x08\x47\xd0\x68\x52\x71\x7a\x96\xc1\xa6\xc8\x94\x2a\x30\x88\x54\xa6\xb6\x92\xf1\xb1\x02\x7f\x48\x65\x6a\x28\x1f\x5c\x35\x95\xf9\x40\xbb\x63\xcc\xb9\x7d\x4c\xe5\xa6\xd7\x0a\xba\xc4\x03\x71\x23\x95\xd7\x32\x61\x85\xa2\xc7\xa4\xf2\xd1\x84\xc2\xb1\xeb\xe0\xe2\x25\x95\x55\xa5\xc1\xec\x71\xd5\x4a\xf5\x20\x6f\x25\x44\x5c\x89\xbd\x2f\xd5\x46\xc7\xd5\x16\x52\x3f\xca\xa2\x54\x3b\x95\xab\xd1\xaa\x41\x24\xa1\x54\x87\x24\xc0\x67\x71\xb2\x48\xc0\xeb\xc4\xa3\x92\x31\x8a\xac\x56\x4d\xac\x96\x46\x8c\xb2\x04\x2a\x4a\x3c\xf8\x18\x5d\xd4\xac\x45\x3b\x20\x51\xd9\x06\x03\x4a\x0d\x75\x6f\xc3\xf4\x33\x01\x88\x12\x8f\x97\x65\x17\x65\xb6\x46\x4f\x36\x04\xa6\x84\x23\x52\x6a\xce\x53\x60\x28\x62\xac\xa2\xd0\xee\x3c\xed\x9d\x46\x8d\x60\x37\x84\xe8\x8b\x07\x3b\x1d\x8a\xa3\x34\x17\xd3\x8d\x38\x61\x41\x8b\xc6\xdf\x4e\xb7\x1b\xa1\x26\x48\xee\xcc\xee\xc3\xff\x57\x5b\x73\x22\xf4\x47\x3c\xaa\x58\x0d\x51\xf7\xdb\x45\x41\x8c\x8d\x58\xd3\x51\x51\x2e\xdf\xe2\xf1\xaa\x13\x89\x74\x1f\xbb\x76\xfa\x3c\x7a\x12\xf9\x20\x7d\x4e\xb4\xef\xf1\x56\x31\xe4\x9f\x84\x9d\x7e\x3c\xea\xbf\xfe\x2a\x04\x45\x49\xd8\xd1\xc7\x23\xfd\xeb\xaf\x52\xe3\x3c\x93\xd6\xbd\x20\x19\xfc\x28\x78\x76\x5a\xaf\xa9\xde\xf4\x63\x8e\x9e\xb8\x9c\x8d\x47\xfd\x31\x4c\xce\x07\x23\x92\x8f\xd8\x41\x38\xa3\xe5\x83\x6e\xc8\x47\x74\x03\x66\x5a\xf9\x88\x5d\xf5\xef\x7c\x80\xc2\x3d\xc8\x45\xa5\xf2\x01\xfe\x76\xf0\xf4\x7c\x30\x8c\xf9\x70\x18\xa9\x7a\x3e\xce\x9d\x6f\xca\x47\x66\xd0\x82\xe9\xc7\x83\x2e\xc3\xb0\x37\x1f\x71\xe2\xf9\x3b\x1f\x93\xc3\x2f\xdf\x9f\x7e\x1f\xec\x26\x90\x47\xf2\x11\x4c\x32\x1e\x04\x68\xe1\x44\x95\x8f\x79\x4b\x0b\xc1\xac\x50\x79\x98\x41\x3e\x82\x19\x60\x74\x96\x95\x8e\x32\xf2\x09\x46\x33\xf9\x58\x5d\xca\x05\x87\x25\xd1\x32\xdb\x22\xdb\xf9\x6f\x7f\x67\x19\x78\x3e\x31\x30\x6d\xc4\x84\xce\x20\xad\xc7\x63\x3a\x55\x1b\xb4\x4b\x9a\xe9\x62\x15\xe5\xc4\x8e\x97\x81\x17\x3f\x0f\xcc\xe2\x73\x4a\x97\xb4\x38\x56\x73\xfc\xc8\x29\x53\xb3\x84\x37\x7f\x3b\x21\xb1\xcf\x66\xf0\xae\x07\x7e\x1e\x39\xc5\x9e\x1b\x0f\x18\x01\xc6\xd3\x19\xb4\xe8\x78\x50\x00\x51\xdf\xb3\x4c\x35\x27\xec\xeb\x0e\x07\x17\x74\xe5\x78\x20\x51\x94\x41\x45\xae\x22\x6d\x50\x6a\xb4\x2b\xdd\x56\xe4\xde\x45\x50\x93\xd7\xac\xf0\x90\x03\xb7\xb4\xac\xd8\x95\x15\xbb\x4e\x44\xaa\x9c\x11\x33\x72\xc6\x62\xfa\x24\xba\x66\x06\x6f\x36\x1e\x04\x59\x27\x5a\x62\x56\xcc\xca\x00\xc8\x06\x8d\xbc\x69\x48\x9b\xd0\x82\xef\x65\xd0\x5c\xff\xce\x99\x03\xfe\xc9\x2d\x4b\x06\xb0\x35\x1e\x04\xc7\x20\x16\x59\xce\xd9\x74\xc5\x74\x8c\x45\x2e\x59\x5a\x93\x46\x5d\xca\x2d\xed\x81\x46\xf7\xe5\x62\x5d\xaa\x79\x0b\x79\x6b\x95\x66\xde\xe0\x56\x19\x59\x2f\x1e\x30\xf4\x90\x5a\xb3\x12\x5f\xce\x83\x4d\x64\x52\xe3\x61\x4d\x06\x91\x1b\x6c\x18\xfc\x3c\xb3\x25\xf5\x76\x90\xd1\x6e\xcf\x57\xf0\x4c\x22\x6f\xe4\xfc\x32\x0f\xc1\x89\x3c\x4f\x82\x83\xe7\x8a\x70\x9f\xab\xd1\x86\x88\x15\x91\x41\x0c\x88\x87\xb6\xa6\x21\x3f\x16\x2c\x8a\xe2\x51\x55\x24\xb5\xa0\xa5\x0c\x4d\x38\x28\x34\xf7\xe5\x8b\xf9\xf6\x77\xe1\x0c\x78\x16\x42\x38\x15\xee\xe4\xe3\x71\x4a\x4b\x41\xeb\x7e\x0f\xf0\xd4\x13\x4f\xcb\x82\x63\xdd\xdf\x85\x1b\x30\x4d\xf0\xcb\xc7\x86\x59\xf4\x87\x43\x45\x53\x70\x71\x89\xc7\x43\x4e\x6a\xc2\xf5\x42\x3c\x0c\x5a\x12\xe2\x62\xc1\xe7\x22\x1e\x1c\xc0\x39\x4c\x97\x75\x9b\x17\x7c\xed\x93\x8d\xaf\xc0\xc2\xe2\x71\x4a\xab\x41\xfb\xa8\x1d\xa7\xa7\xc2\x6e\x5e\xe5\x5b\xf5\x38\x6c\x44\x1c\x02\xaa\x72\x65\x85\xc5\xa4\x13\x7e\x53\x8f\x7a\x42\x03\xfe\xe1\xc4\x84\xa2\x1e\xc1\x9b\xe3\x51\xa0\x15\xbe\x37\xcd\x3b\xb5\xfc\x0f\xf1\xa0\x1e\xb1\xf8\xff\xae\x70\x90\x48\x07\xed\x92\x86\x7b\xdf\x09\xae\x42\x3d\xee\x4b\xda\x76\x12\xa0\x8c\x10\xd9\xe3\x71\x45\x95\x25\xbd\x0f\xa4\xd7\xd6\x06\x6b\xad\x27\x4b\xaa\x9e\xb1\xa4\x64\xf8\xf5\x3c\x1e\x49\xdc\x9a\x61\x00\x56\xcf\x53\xda\x69\xd6\x10\xd3\xeb\x89\x04\x58\x4f\x54\xa4\x27\x51\xf7\xeb\x99\x4c\x97\x4c\x17\x32\x48\x3d\x33\x35\x3e\x63\xd4\x0b\xfb\x51\x45\xc4\x8d\x47\x54\x8e\x6d\xb8\x9e\xb1\x99\xc7\xa3\x05\x29\x51\xc0\x65\xaa\x18\xf3\x82\x57\x63\x3d\x6f\xab\x1b\xe7\xcb\x42\x3c\xcf\x7a\xbe\x74\xe6\xf9\x3a\xeb\x62\xe6\xd4\x64\xab\x12\x8c\xa2\x60\xb6\x53\xe5\x76\x35\x19\xcf\x80\xd3\x64\x4d\xcc\x9d\x9a\x62\xee\x14\xc4\x8d\x9a\x62\xce\xc4\x43\x97\xa2\x19\x1d\x97\xac\x1b\x10\xf4\xe9\x84\x79\xd6\xc4\x01\xaa\x02\x06\x5f\x92\xa5\x22\x32\x55\x31\xdd\xcf\x74\xd4\x3f\x6e\xe0\x35\x39\x72\xc9\x91\xc3\x1b\xb2\x82\x1a\x1e\x8f\x19\x5f\x8e\x33\x6e\xcd\x07\xc9\x32\x6a\xfa\x82\x86\xa7\x66\xbb\x1f\xe6\x95\x4e\x7b\x0c\x88\xea\x78\x3c\xd2\xa2\x56\x70\x8f\x78\x58\xab\x38\x0b\xd4\x8c\x8c\x5f\xb3\x11\xb1\x31\x83\xab\xf9\x65\x02\x0a\x21\x7b\x22\x55\xd5\xe2\x70\x96\x18\xce\x42\x54\x97\x0a\x58\x68\x3c\xcc\x4a\x8d\x41\xac\x8c\xc7\x47\x56\xfa\xb1\x70\x6c\xae\xe5\x8b\xf1\xe4\xac\x54\x15\x01\x6b\xd5\xfb\xc0\x56\x54\x27\x5b\xe5\x42\xec\x04\x6d\xa7\x56\x4e\x4b\xb5\x12\x40\x05\x05\x7b\xad\xf5\x92\x24\x8a\xd5\x88\x12\x2a\xec\xab\x82\xb6\x17\xb4\x68\x6c\x63\x37\xa8\x8d\xeb\x8b\x82\x13\x7c\x6d\x27\x03\xdf\x8c\x87\x47\xfc\xcc\xda\xe0\xd4\x15\x80\xb7\x10\x0c\xc8\xdb\x4c\x07\x60\xda\x09\x5b\xaa\xad\x4b\xe3\xae\xbb\xe0\x65\x5e\x9b\x23\xdf\xb0\x4e\x2f\x25\x4e\xd8\xb5\xd9\xda\x46\x94\xc3\x13\x49\xb0\x02\x45\x14\x0f\xbd\x0d\x82\xb9\xd4\xee\xc4\x04\x5c\x28\xd2\xc5\xf7\x00\xe6\x89\x07\xf7\xd8\x18\xf2\x55\x00\x76\xe2\x01\x3b\xc4\x86\xae\x02\x8f\x13\x0f\xfc\x58\x50\xea\xd7\x9e\xbb\xb4\xf1\xaf\xbf\x0a\x5e\x86\xb5\xe7\x57\x12\xcb\x17\xeb\xd5\xda\x0b\xd5\xeb\x5a\xb6\xe3\x42\x5d\x81\x59\x89\x87\x9e\x1e\xb1\xa9\xd5\x3e\xcd\xab\x47\x33\x6e\x5c\xb5\x3b\x2f\xc0\xb3\x28\x25\xd8\x6b\x05\xea\x21\x1e\x5c\x6e\x61\x6b\x56\x87\xd3\x6c\x38\xcd\xb8\xf5\xa9\x03\x91\xa0\x8e\xa1\xab\x48\x88\x43\x75\x0c\xb8\xc1\xf0\xb6\x1c\x97\xc7\x3a\x10\x13\xea\xb8\xec\x15\xe6\x0f\xd1\xc8\xe3\xa1\xbf\x07\x1c\x67\xac\x5b\xda\x8b\xdc\x19\xad\x25\xda\x77\x3c\x1c\xb4\x90\x3a\xea\x74\xd6\x4e\x66\x2d\x76\x5d\x15\xd9\x3b\x1e\xcd\x64\x31\xde\xb3\x4b\xd3\x75\x81\xfb\x8f\x4a\x6c\xe1\x78\x04\x63\xc2\xbe\xab\xce\x8f\x8a\xcc\xcf\x6e\x87\xf9\x5f\x7e\x0e\xbd\x7d\xc1\xe9\xa1\xa2\x0e\x8f\x47\xd5\xd7\x3f\xfa\xe4\x92\x7f\x5f\x97\x0e\x16\x47\xb4\x9f\x50\x92\xf1\x08\xa6\x56\x99\xa0\xb7\x93\x9b\x70\x7f\x85\xa0\xf0\xf5\xee\xcc\xe3\x5b\xa3\x53\xbc\xf3\x2a\x91\xea\xe2\xc1\x6e\x50\x32\xe9\x2e\x78\x85\x91\xe3\x4e\x3c\x6b\xea\x2d\x8f\x24\x98\x5b\xd0\xa2\xad\xb7\xed\xba\x5f\x23\x11\x84\xc4\x51\xf1\xb2\x8a\x47\xcc\x1d\xb4\x9a\xf5\xc9\x7c\x8e\x60\x4d\x05\xad\x64\x25\x5a\x50\x3c\xb6\xe7\x09\xc9\xd8\xac\xeb\xe3\x66\x8d\x68\x5f\x9f\x45\xa9\x04\xe2\x49\x27\x3e\x8f\x95\xa8\x29\x7f\x57\xe2\xa5\xa4\xb3\x84\x9c\x5e\xdf\x4e\x4d\x88\x4a\x92\x4e\x7c\x70\x2a\x71\x31\xe2\x11\x42\x8d\x95\xc3\x9c\x2d\x1e\xc8\x17\x5c\x42\x55\xec\x6d\xe2\x11\x7c\x81\x13\x7a\xfd\x2a\x7d\xf2\x55\xfb\x84\xd9\xf9\x35\x66\xc9\xa7\xd2\xba\x86\x40\x54\x3f\x39\xd4\xd7\xf4\x5b\xa1\xdb\x3f\xc7\xff\x8b\xf1\x2f\xe8\x48\xaa\xe7\x9f\x8a\xd3\x7a\x64\x8d\x46\x7c\x0f\x0d\xc3\x58\xb5\xa0\x3f\xa8\x38\x96\xc7\x43\x25\x24\x53\xe2\x43\x7f\x50\xb1\x46\x29\xe8\x60\x2b\xd6\xab\xf1\x98\x90\xa2\xbe\xcb\x7d\x54\x2b\xcd\x52\xe1\x13\x4b\xa6\xbd\x64\xda\x35\x24\xdd\xba\x64\x81\xb8\xcf\x16\x2c\x37\xea\xb2\xd3\x97\x9d\x5e\x61\x09\x0b\x65\x41\x5d\xb8\xe9\x9d\x95\x85\x88\x51\x7a\x3c\x36\x8d\xcf\xb9\x86\xb5\x8d\x55\xd4\xaf\x58\x29\xc4\x03\x2c\xdc\x01\xe9\xa3\xf9\x5a\x53\x75\xae\xd5\xda\x41\x4d\xda\x51\xbb\x81\x06\x7b\xd0\xa6\x34\x42\x25\x60\xfc\xd5\x14\x37\x1a\xe2\x46\x3a\x6b\xcb\xd0\x3e\x69\x4b\x5a\x0d\xda\x32\xeb\x22\x6b\x8b\x12\xce\xe0\xfd\xf1\xf8\x82\x14\x6b\xae\x9d\xac\xea\x76\x62\xd3\x58\x2c\xf4\xac\x03\x5a\x2c\x96\x42\x0c\xfe\x76\x72\x0c\x69\xe7\xb0\xa9\x71\x46\x6a\x27\xb2\x55\x3b\x95\xad\xf0\x3f\x6a\xe7\xf4\x73\xca\x56\xcc\xeb\x76\x3e\xe6\x55\xcc\x03\x93\xaa\x9d\x56\xf8\xdc\x15\x9e\x7c\xef\x7b\xa0\x7d\x06\x5a\x9c\xf3\x8f\x9b\x7a\x4b\x1c\x57\x5b\x3a\x62\xdc\x09\x0a\xdc\x90\x3a\xe2\x11\x4c\x94\x68\xb1\x2d\x0d\x9a\xcd\x79\x29\x19\xaa\xb4\x25\x2b\x9a\x88\x62\x81\x91\x45\x53\xa8\x68\x89\x08\x8c\x27\x43\xd7\x12\xd3\xb4\x71\x5e\x4a\x27\x30\x7d\x0d\x5d\x71\x3c\x70\x3d\x69\xb1\x15\xb4\x5c\xf8\x1c\xc7\x92\x58\xa6\x51\x13\x40\xf1\xe3\x81\x81\x13\x21\x67\x5a\x66\x3e\xb7\xac\xa3\x0f\xaa\x80\x96\x3f\xbf\xf7\xf9\xbd\x38\x69\x34\x80\xd8\xe3\x31\xcd\x1b\xfd\x53\x50\x21\xb6\x62\x24\x1e\xdc\x01\x5b\xb1\x7e\x65\x2f\xa3\x98\x5b\xad\x3c\x7c\xaf\xa0\xc3\xea\xf8\x47\xb6\x82\xba\xbd\x95\xef\xfc\xd7\x5f\x95\x48\x15\x0d\xdd\x52\x3c\x2e\x41\x0f\x23\x6b\xb5\x3f\xeb\x21\x2d\x78\x7c\xab\x88\x21\xad\x06\x23\xae\xf8\x35\xb4\x9a\x1f\x49\xaf\xc9\xa2\x15\x80\x46\xc7\x23\x47\xb2\x60\xa3\xad\x5a\x68\xb5\x50\xea\x56\x97\x1f\xc3\x51\xf7\xe4\x66\xab\xd5\xf5\x49\xb3\x8f\x83\x63\x34\x25\x89\x86\x24\x91\x4e\xee\x84\x5a\x63\x2b\x68\x2d\x78\x53\xe5\xf4\xd1\xc0\x71\x8d\xc7\x23\x92\x67\x7c\xae\xc1\x46\x1b\x5a\xa4\x4a\x70\x93\x06\xba\x6a\x3c\x5e\x9d\xb8\xc8\xda\x4d\xc6\xc1\xa5\x71\x9a\x6d\xc0\x89\xc6\x03\xeb\x31\x7c\x23\x1b\xd8\x9e\xf1\x80\x67\x70\xeb\xd5\xda\x43\x5b\xdb\xc3\x56\x48\xdc\xee\xd6\x13\xb3\x07\x8c\xbe\x7a\xe6\x48\x06\xce\x5b\x3c\x4a\x90\x82\x51\x35\x70\xb7\xe2\x41\xcf\xe1\x70\xd6\xc0\xec\x89\x07\xe7\x1b\xf0\x30\xdb\x68\x0b\x5a\x67\xcd\xf4\x1a\xb5\x1b\x8e\xff\x98\xba\x5e\xd1\x58\x30\x63\xe2\x71\x4b\x23\x1d\x87\x8f\x36\x3c\x7c\x60\xca\xda\x06\xc7\xaa\x26\xe8\x49\x1f\x09\xda\xb2\xdc\x65\xb9\x4c\x0a\x2c\x2a\xe2\x61\xb9\xac\xf3\xd9\xa9\xcb\x24\x8e\x4c\xe1\xda\xac\xcd\x97\xd6\x4e\xcc\xfb\x4a\x0b\x8e\xdb\x26\x3c\xad\x4d\x79\x1a\x2e\x8c\xed\x72\x35\x7a\x3b\xdf\x31\x45\x6d\x5c\x1a\xc7\xc3\x72\x43\x38\x6d\x17\x9a\xe3\x76\x11\x85\xe6\x04\x26\xaf\x5d\x88\x48\x8d\xad\xfd\x2c\x58\x0c\xb4\xeb\xf2\x7b\x57\xcc\x32\x54\xe6\x8d\xb8\xe3\xf1\x38\xcd\x9a\xa1\x7d\xd2\x96\xb4\x18\x70\xc2\x7d\xc7\xc3\xe5\xe3\xe7\x5e\xa6\x14\x01\xbb\x23\x5d\x74\x1f\xc1\xad\xe3\x61\x95\x63\x2b\x6d\x84\x8b\x8e\x87\xd5\x83\x83\xdc\x07\xdd\x72\x63\xe0\xd1\xb1\x77\x6d\x84\xe8\x8d\xc7\x8c\xea\xc1\xfd\x6e\x0e\xc3\x0d\x31\x23\x8a\xe5\x73\xf6\x28\x91\x7a\x0d\xa6\xd6\xee\x29\xe9\x62\x03\x1f\x89\xac\x36\xf6\x26\x22\xc0\x09\x52\x73\xbb\x1d\x70\xe2\xd4\x1a\xfd\xa9\x11\x25\x36\x1e\xd3\x64\x54\x8e\xdb\xa4\x76\x13\xfb\xfc\x04\x4a\xb8\x11\xdc\x35\x1e\xba\xdd\x4d\xf2\x7e\x36\x4c\x17\x38\x6c\x61\x1b\x31\x39\xe3\x51\x88\x2d\x13\xd3\xf1\x71\x72\x1b\xf1\xd2\x58\x61\xed\x91\x6d\x11\x27\xf0\x2c\x5c\x30\xb4\xd7\x74\x6f\xf2\x73\xb4\xe2\x75\xeb\x78\xf5\x9a\x47\x7d\xd3\xbe\x42\x95\xb5\x41\xed\x18\xc7\xb6\x8f\x13\x62\xd3\xc7\xa8\x13\xcb\xb8\x7d\x5c\xf0\xb4\x0f\x93\x81\x4e\x14\xe2\x46\x50\x9e\x78\x70\x04\x72\x7b\x52\x4c\x68\x88\x09\xb5\x30\x14\x4a\x09\x6d\xdb\xac\xd6\x03\xda\x67\xd6\xcf\xac\x70\x9f\xc5\x5d\x41\x5b\x22\x84\x00\x74\xdf\x96\x53\x65\xd9\x53\x38\x77\x75\xef\x62\xfb\xa1\x55\x01\x3c\xa4\x1f\x1c\x88\xfb\xc1\x66\x5f\x30\x78\xeb\x07\x53\xaa\x7b\xb5\x3a\xeb\x19\xe9\xce\x38\x0d\xc4\x03\x0b\x9e\x58\x68\xfd\x64\x73\xe8\xa7\x11\xf4\x31\xba\xed\x27\x9a\xdd\xce\x7e\x99\x54\x6a\x75\x77\xb8\xce\x0e\x97\x54\x6a\xf5\xc4\x06\xd4\x53\x70\xe1\x8a\x1a\xaa\x27\x4e\xfe\x3d\xc5\xc9\xbf\xb6\x98\xef\x3d\x15\x49\xa2\x63\xd7\x44\x32\x54\x5f\x3d\xa1\xfa\x2a\x5c\xd1\xf5\xd4\xa8\x49\xd2\x15\x85\xa8\x19\x3d\x75\x4b\xc0\x54\x54\x15\x59\x4f\x36\x2c\xb9\x56\x88\x42\xdd\x33\xba\xa9\x9e\xd5\x4d\x61\x24\xdf\xbd\x8d\xed\xde\xc6\x0e\xc2\x52\x76\x6f\x59\xbb\xb7\xac\xb3\xe6\xf1\xc7\xad\xbd\xe7\x42\xb5\x50\xe0\x55\x34\xbe\x3d\x3b\x04\x59\x21\x17\xcf\xbe\x9e\xad\x7d\xde\xb5\x8f\xd3\x6f\x57\x99\xd7\xf3\xb0\x95\xb1\xa1\x76\x14\x74\x7f\xf7\xcc\x01\xa1\x00\x90\xd6\x0b\xc7\xc1\x5e\x38\x0e\x96\x11\xdc\xa4\x17\xb4\x68\x71\x20\x93\x46\x3a\x76\x94\x5e\x88\xe0\x79\x02\xd9\xd0\x8b\x65\x14\x2d\xf9\x47\x9c\xff\x7b\xe1\x38\xd0\x8b\xe0\x07\x98\x6b\xf7\x02\x93\xed\x25\x98\x4a\x05\xab\xb4\xb3\x6d\xc6\x43\xef\xba\x90\xae\x7b\xb5\xc3\xab\x98\xdb\x84\xc1\xea\xb5\x9b\x4e\x4f\x24\xf4\x59\xbd\xc2\x27\x7b\x8d\x62\x2b\xe6\xb7\xbd\x22\xc9\xf4\x8a\xc8\x55\xf0\x07\xe8\xd5\x99\x54\xb9\x5d\x18\xa8\xbd\x3a\xf8\xf6\x7f\x77\x91\xed\xc7\x69\xba\x65\xde\xe0\x75\x15\xb9\xb9\xbb\x1b\x77\x76\xe3\xca\x75\x63\x6f\x27\x6d\xe5\xfa\xe6\x2c\x30\xf1\xde\xce\x5b\x9a\x1e\x81\xcc\x86\x86\x32\xbc\x83\x58\x5f\x7b\x48\x9c\xbd\x71\xdb\xdb\x9b\xd1\x2c\x89\xa6\xd4\x1b\xf7\xbd\x21\x1c\x92\x8c\x12\x50\x08\x74\xd0\xd4\x2b\xce\xcd\xdd\x5b\xa0\x0e\x48\x7a\x75\xa6\xb2\x2f\xc7\xe3\xf5\x63\xd1\x02\x70\xb8\xe3\x41\xb2\x90\x23\x7b\x83\x6d\x76\xa0\xb4\x53\x22\x06\x50\x07\x4b\x3b\x1e\x4c\x54\x10\x1d\x3b\xc0\xd9\xf1\xc0\xb6\x88\x6b\xc2\xde\x6e\x4b\xbd\xfd\x5c\xcc\x5d\x20\x7f\xe3\x41\x30\x49\xd7\x07\xda\x82\x78\x84\x28\x82\xcd\x6e\x57\x3f\xd0\x05\xd0\x65\x83\xed\x20\xd7\xc6\x83\xcb\x39\x50\x55\x3a\x18\xb4\xf1\xe8\x7e\x8d\xac\x1c\xde\x3a\xd0\xb1\x67\xc1\x06\xa1\xab\x33\xe8\x80\xb2\xa6\x84\x6f\x4d\xef\xb6\x5f\x44\xd3\x89\x20\xdd\x15\x28\x3a\x02\x45\x05\x4f\xbc\x83\x54\x19\x8f\xa5\x6f\x66\xf4\x09\xe8\x81\xf1\x80\x7b\xe1\xd7\xde\x07\xf7\x9a\x7d\x18\xe1\x9e\xc8\x23\x1d\x20\xb5\x78\x38\xfd\x27\xe9\x30\xf2\xe8\x43\xc7\x17\xd4\x5f\x1d\x54\xad\x78\x10\x59\x80\xbb\x85\x0e\x2c\x54\x3c\xd8\x10\x80\x48\xee\xf3\x26\xef\xa4\x3f\x41\x1e\xea\x13\xab\x86\x3e\x75\x46\xe1\x96\xa3\x5f\xf2\x0c\xf0\x6b\x2a\xb7\x03\x1d\x1b\xbe\x78\xd0\xed\xa0\x32\xf7\xcb\x69\x82\x95\x56\xe5\x72\xa0\x83\x14\x12\x0f\x0b\x65\x82\x81\xac\x11\x0f\x0a\x65\xc0\xae\xcf\x9c\x1f\x39\x6b\x54\xf7\xb6\xcc\xdb\x32\x1b\x24\x6e\x24\xfa\x9d\xec\xb9\x11\x65\xde\x72\xd6\x1b\xbb\xbd\x84\x14\xd7\x6f\xa4\xa4\x7e\x87\x94\x54\x09\x8f\xdc\x6f\xd4\x8b\xfd\x16\xb8\x04\xbb\x9b\x7e\x23\xec\xf6\x5b\xe0\x0b\xd4\xbb\xfd\xb6\x33\x6f\x61\x2e\x50\xe5\xf6\xc7\x45\xf2\xb8\x48\x30\xd2\xed\xd8\x61\xc7\x83\x40\x50\x1c\xa4\xfa\x63\x07\xef\x78\xc5\x08\x62\x1d\xb3\xe7\x78\xe8\x47\x09\xe3\x78\xd8\xbe\xfa\xc3\xf6\x55\xf0\x34\xe9\x84\xd1\x8d\xc7\xa6\xc5\xf7\x5e\x19\xd1\x2b\x23\x22\xd4\x4a\x7f\x11\x81\xfb\x3b\xec\x4f\xea\x42\x78\x84\x78\x10\x74\x14\xbd\x72\xc7\x7b\x38\x1e\x44\x12\x25\xa0\x7a\x27\x48\x42\x3c\xd8\xfa\x38\x3d\xf4\xaf\xd2\xb6\x2f\xce\x92\x0d\xcf\xb4\xfe\xc9\xc3\x88\x38\x78\x0e\xcc\x36\x3a\x11\x07\xe3\x31\x23\x59\x81\x34\x29\xf5\x9b\x25\x48\x34\x96\xc0\x80\xf1\x78\x20\x15\x48\xaf\x24\xeb\x01\x1f\xe6\x82\x22\x1e\x1f\xc9\x20\x21\x73\x76\xfc\x31\x1a\xae\xd7\x7d\xd9\xc3\x86\xda\x2a\xae\xce\xe5\x4a\x5c\xb1\x32\x9a\x03\x46\xfc\x80\x78\xe8\xec\x3a\xa4\x0d\x69\xd4\x96\x31\xf4\xce\xa3\x7b\xe7\x31\x08\x1a\xdb\x57\xf7\x6b\x06\x60\x04\x69\xa2\xaf\x87\x3e\x22\x14\x53\x03\x57\xb7\xab\x0b\xe8\xea\x02\x2a\x50\x2d\x7d\x2d\x3f\x67\xe4\x38\xce\x89\xc3\x3b\xd6\xc1\x1d\x6b\xc3\x11\x73\x1c\x5c\xb5\x8d\x43\x74\x52\xae\x24\xc7\x81\xb2\x76\x1c\xdc\x35\x55\x3c\x9e\xc7\xd9\xa2\xd4\x71\xb6\x28\x95\x4b\x9a\x71\xb2\xa9\x8d\x53\x6d\x13\x3e\x3d\xe3\x8c\x23\x43\x3c\x90\x55\x31\xfc\x1b\x27\xdb\xc6\x38\x83\x31\x34\xcc\x98\x87\x97\xa3\xe3\x44\x01\x95\xd2\x48\x7f\xdc\xcd\x87\x77\xa7\xe3\x5c\x58\xb2\x05\x9b\x1e\xde\x1c\x0c\x6e\x0e\x1a\xd7\x5a\x23\x21\x79\x8e\x84\x32\x62\xb2\xbd\x0d\x6d\x56\x06\x36\x2b\x0d\x35\xee\xc0\x32\x25\x1e\x23\x48\x71\x26\x1f\x5e\x93\xc6\x92\xa5\x4a\x93\x64\xd3\x9c\x82\xca\x61\x58\x3e\xd2\x65\x09\x86\x92\xc2\xb2\x7f\xa4\xcb\xcf\xb9\x0f\xa0\x01\x1c\x99\xe5\x32\x34\x32\x1b\x48\x94\xc3\xab\x81\x91\x85\xfc\xe2\xf0\x31\xf2\x69\xba\x93\xaa\x04\x37\x1f\x98\x9c\xc5\x63\x99\x8c\xac\xec\x04\x23\x1b\xe8\xdc\x2a\x67\x2e\xbe\x47\xc6\x12\x7f\x94\x90\x48\x46\x66\xdf\x1e\x99\x7d\xbb\xb2\x3b\x8c\xc2\xb5\xd6\x28\xba\x7f\x56\x8a\x2d\xac\xaa\x51\x30\x7e\x1d\x95\x32\xca\x25\x4d\x18\x27\x4e\x15\xa3\x20\xf2\x8f\x22\xd2\x11\xea\xb3\x51\x50\xbd\x0c\xcd\x4d\x06\x51\x74\x46\xc5\xaa\x6c\x54\x30\x80\x93\xed\xa8\x36\xad\xd2\x34\x62\x0d\x8d\x8a\xae\x3c\xf2\x90\x35\x93\x95\x25\x33\x2a\x42\x59\xc2\x90\x77\x54\xf8\xf4\xa8\xfa\xa5\xd7\x10\x3f\x46\xbd\xe9\x82\x2a\x80\x13\xf6\x5b\x83\x0b\x85\x78\xe8\xd3\x1b\x2b\x75\x34\x44\xca\xd1\x0e\xa1\xba\xe3\x24\x38\x1a\x7a\xab\xc1\x95\x43\x4a\x58\xe5\x8f\x86\x92\x6a\x34\x81\x09\x8b\xe9\xd8\xd1\x46\x73\x47\x43\x6b\x32\x3c\xd3\x0f\x64\x87\x86\x41\xd5\xe0\x2c\x1f\x0f\x7d\x8b\x83\xcd\x0f\x85\x81\xa1\x30\x50\x8f\x58\xe6\xa3\xd9\xa3\x2d\x7a\xb4\x15\x49\xb7\xb5\x13\xf8\x8f\xbb\xf2\xd1\xd1\x86\x8c\x6e\x4c\x7d\x74\xf4\x83\x33\x7f\x3c\x74\xd1\x65\xb1\x76\xf4\x65\xa3\x1b\xbb\x19\x43\xc0\x01\xee\x78\x3c\xd8\x47\x09\x0d\x33\x40\xfa\x8e\x07\x41\xdd\xec\x81\xce\xad\xc7\xe8\x78\x9c\x0d\x20\x8d\x07\x97\x02\xf1\xc0\x7a\x83\xce\x1b\x9c\xab\xc6\x28\x76\x0a\xd3\x7b\xb8\x0c\x06\xe1\x8a\x26\x7e\x60\x63\x38\x18\xc3\x50\x71\xb8\x25\x0f\xc0\x5c\xe3\x11\xfc\xb6\xc6\xce\x3f\x00\x65\x8d\x87\x40\xa4\x1d\x9a\x63\x36\x62\xcc\x1a\x17\xde\x43\x45\xc2\x50\x91\x50\x09\x3a\x38\x26\xd7\x43\x63\x72\x3d\x34\xb1\x74\x1e\xc0\x7d\xc6\xc3\x0e\x60\x0a\x4c\x99\xda\xc4\xe9\xa5\x22\x0c\x8f\x89\x01\xc5\x00\xa1\xb3\xe1\x99\x3d\x40\x86\x8c\x07\x35\x41\xd3\x3c\xa6\x8b\x65\xc6\x62\x69\x18\xe0\x0e\xfc\x36\xe2\xf1\x62\xa8\x1b\x15\xb9\x9c\x4f\xc0\xf9\xa5\x84\xce\x77\x00\x5a\x17\x0f\xbf\x76\x46\xd6\x0b\x6b\xa2\x71\x75\x04\xb3\x9a\xa4\x5d\xd2\x58\xf1\x35\x64\x90\x71\x5d\x34\xe2\xba\x82\x95\x62\x2d\x3c\x2e\x8e\x81\x03\x65\x42\x4a\x95\x9a\x80\x72\x14\x0f\x7c\x64\xd8\xd1\x06\x38\x37\xf1\xc8\xff\xfa\xab\x75\xe6\xc9\x2d\x13\xb8\x65\x02\x0d\x2e\x78\x23\xd2\x0e\x00\x6f\x1a\x0e\xd0\x03\x88\x81\x78\x20\x0d\x82\x7f\x3c\xb8\x13\x88\x47\x93\x16\x59\x1f\xb6\xd6\xf1\x08\xe1\x03\xa2\xce\x78\xd0\x7e\x0e\x22\x73\x34\xd4\xe5\x03\xe7\xa9\x78\x50\x11\xb6\x83\x47\x06\xfd\xc0\xa0\xd1\x19\x8d\xd7\x9e\x7b\x0f\x2c\x7f\x62\x37\x1f\xef\x47\x2a\x62\x3c\x37\xc0\x65\x07\x8e\x94\xf1\xe0\xce\x0f\xad\xcf\xd0\x64\x61\x7c\xf6\x39\x0a\xd7\xf1\x71\x90\x1d\x04\x96\x6a\x83\x01\x24\x28\x72\x3c\x3e\x48\x31\xce\x1f\xf6\x4e\xc3\x18\x0f\xc3\x3e\xe2\x16\x22\x1e\xc3\xaf\xc5\x54\xd2\xb0\x61\x68\xd8\x30\x07\x23\xfd\x55\x3f\x27\x82\x03\x3a\xf5\x81\x93\x78\x3c\xb2\x34\x6a\xe7\x44\xc7\xbd\x35\x25\x22\x5a\x0d\x6c\xd3\xff\x1e\x04\x57\x4d\x89\x2b\x9a\x81\xe1\x79\x3c\x4e\x69\x51\x65\x85\x86\xa1\x1b\x67\xc2\xec\x68\x2c\xcb\x5d\xbb\xdc\x38\x1e\x0d\x82\x69\xc6\x23\x16\x13\x60\xd7\x83\xf0\x8f\xf1\xb0\xa3\x58\x87\xeb\x66\x0c\x17\xbe\x6b\x95\xe8\x2d\x83\x68\x82\xf1\xc0\xec\x91\x60\xd0\x07\xd6\x33\xf3\x48\xb0\x76\x54\xb5\x53\xeb\xaa\x79\x08\x4a\x8b\x76\x6c\x1e\x1c\xf9\x27\x16\x10\x4d\x24\xdf\x83\xfb\xe7\xa9\xed\x77\x17\xbe\x08\xd1\x20\x1e\x70\x09\x6c\xdb\x27\xf6\x50\xf1\x60\x57\x88\x33\xf3\x9f\xf6\xf4\x79\xc6\x20\xc5\x43\xb0\x3d\x82\x85\xaa\xe9\x98\xa7\x90\xdf\xe8\xf1\x26\x97\x01\xf1\x28\x02\x22\x44\x71\x27\x4a\x9c\x89\x16\xe4\xac\x62\xdd\x78\x4f\x30\xb9\x27\x68\xc2\x4f\x9d\x8f\x59\x1f\xdd\xd2\x09\x17\xae\x15\xc2\xc4\x0a\x21\x3e\xd7\x83\x86\x7a\x73\x9e\x1f\xfe\x47\x04\xd0\x3d\x51\x6f\xcf\x13\xf5\x76\x22\x3c\xd8\xe4\x6a\x21\x1e\x1f\xc9\x52\x90\x90\x59\xe7\x19\xbc\xb4\x09\xb3\x93\x98\xbd\x33\x39\x7b\xf1\x84\x98\x89\x6b\x92\x89\x80\x12\xb4\x01\xad\x49\xb3\xad\x3b\xdd\x23\x8d\xbd\x40\xc4\xfd\x94\xfc\x9e\x40\x32\xa2\x3c\x26\x4e\x1a\x33\x81\xff\x90\x3a\xe1\x54\x13\xfa\xed\x99\xf2\x4e\x17\x8d\xd5\x24\x6c\x26\x81\x20\x3b\x71\x7e\x55\xd8\xcc\xd4\xcd\x4b\xec\x5d\x45\xa2\x89\x48\x14\x5b\x23\x24\xb3\x76\x7d\xfc\x09\x48\xad\x45\xd8\x4c\x97\x4d\x23\xee\x2b\x16\x11\xf1\x10\x9f\x94\x90\xb3\xdc\x77\xfc\x3d\x93\xfa\x03\x1c\x9c\x66\x7a\x4c\xf7\x08\x6b\x6e\xf5\x5e\xcb\x78\xad\x1e\x31\x4b\x33\x5b\xdf\xcc\xc6\x10\x43\x88\x9e\x19\xf1\x6c\x66\xc5\x33\xf6\xa0\xa9\x5d\xfc\xc4\x22\xb7\x8b\xe4\x95\x6f\xb3\xde\xf6\x00\x91\xfc\x35\xa0\x98\x18\x50\x04\x2d\x9a\x91\xd1\x3e\x4f\xac\xaa\xba\xa0\x47\x05\x11\x61\x16\x4d\x69\x04\xd6\xd7\xe0\x7d\x96\x3d\x40\x84\x93\xad\x9c\xa1\x67\x1d\xf6\x0a\x41\x6d\x2b\x8a\xf5\x59\xf1\x19\x14\x86\xa5\x72\xac\x98\xd5\x63\x05\xc7\xf9\x59\xb1\xb2\x9c\x55\xdc\x47\x21\xf6\x1a\x8a\x80\xd9\x36\xe2\x34\xa1\x6c\x9b\x63\xdb\xc0\xf7\x31\xf2\x6a\x73\xb1\xb6\xec\x3c\x06\xaa\x41\xd5\xc8\xdc\xaa\x91\x41\x20\xd7\x86\x76\x60\x36\xb5\x03\xa8\x72\x67\x43\xab\x34\x1b\xb0\x07\xf8\xf6\x4e\xb5\x14\xb3\x81\x08\x66\x24\xe9\x0e\xe3\x9c\x5d\x7c\x23\x21\xd3\xb4\x4f\x98\xd8\x27\x74\xae\x24\x66\x77\x9e\x74\xa1\xe4\xe0\x9b\xb3\x63\x27\x30\xfb\xc4\xcf\x86\x65\xdc\x2d\xb3\x1b\xbe\x68\xd2\xc3\xfd\xce\xd2\xf0\x14\x22\x86\x2e\x61\x63\xe3\x01\xfb\x12\x4c\xb2\x3b\x5e\xdd\xf1\x12\x24\x16\x11\x25\x1e\x96\x4a\xc4\xde\xc1\xcd\xc0\x1c\x59\x2c\x5b\xb1\xf4\x11\x93\xe7\x40\x61\x82\xf4\x12\xac\x1d\x92\x31\x69\x13\x53\x62\x34\x69\xa2\xf1\x89\x25\xe3\x85\xc9\xe4\xc2\xa4\x13\xe4\x6a\x0e\x27\xf6\x30\x96\x98\xf0\x8a\x8a\x2a\x53\x51\x65\x70\xef\x37\xa7\xd3\x64\x3a\x4d\x84\xd7\x43\x1e\x89\x87\x79\x61\x46\xf8\xae\xc6\x43\x7c\x70\x92\xd9\x88\x99\x05\x7c\x10\x07\x3a\x9b\x35\xef\xac\x40\x2f\x3b\x12\x53\x1c\xdb\x53\x44\x6d\xba\x78\x12\xf5\x59\x8c\x8d\x89\x30\x38\xe7\x04\x34\x92\x00\xc2\x53\x3e\x39\x2f\x32\x66\xc1\xa8\x99\x37\x53\x88\x7e\x61\x02\xe7\x67\x99\x1b\xc8\x53\xc4\x6d\x99\xdd\x14\xc3\x93\xd1\x9f\xcb\x32\x97\x88\xcb\x7c\x0d\x1d\xc5\x9c\x1b\x9c\x53\x60\xf5\x65\xce\xb5\x41\x83\xc5\xf9\x85\x76\x25\x83\xa7\x8b\xa6\x5a\x28\x15\x2f\xc2\x94\xe4\x1c\x97\x53\xe2\xba\x37\xee\x2d\x79\x6f\xf3\xde\x7a\x14\x0b\xbe\x2a\x17\xbf\x08\x1c\x8f\x31\xd2\xbc\xd0\x5b\xcd\x4b\xa0\xe8\x2e\x7c\x29\xfd\x7b\x01\xe7\x86\xbd\xce\xbc\x96\xa4\x25\x36\x8a\x58\x68\x72\xec\x5b\x8e\x8d\x92\x7c\xde\x32\x84\xfb\xd8\x85\x0a\x88\x49\xde\x1b\x28\x1f\xfc\xbc\xe7\x8d\x22\x6b\xde\x20\xf7\x10\x5b\x77\xaa\x05\x9a\x68\x81\xfa\xc6\xcb\x74\xfd\xde\x59\xaf\x7e\x31\xe6\x5c\xbf\xf7\x06\xea\x21\xda\xf4\xed\x04\xbe\x0b\x48\x3c\x62\x90\xba\xa4\x6f\x97\x34\xaa\xa7\x79\x63\x37\x31\xef\xb6\xf1\x05\xc9\xda\xcc\xda\xec\xf4\x2a\xfa\xa3\x79\xbb\x41\x34\xc4\xd5\x9b\xd2\x26\xa0\x2f\x02\xd9\x71\x77\x34\xb9\x3b\xea\x42\x34\xdf\xf2\xaa\xfb\x15\x13\x2f\xff\xcf\xbb\x79\x6b\xff\xa7\xcd\x9c\xf0\x03\xf1\x30\x3c\x87\xc8\x4d\x85\x16\x3e\x1b\xdb\x67\x03\x7c\x51\xd6\x53\x0d\xc1\x21\xaa\x59\x33\x5d\x33\x3c\x88\x90\x51\x36\xc7\x10\xb1\xf3\x10\xb2\x89\x13\xe5\x7c\x0d\x47\x7a\x6c\xec\xa5\x57\xda\x86\x11\x14\xfb\x88\xde\x7e\x15\x6d\xc4\xbf\x7e\xab\xb4\x0d\xb4\x2c\x96\x4b\x35\x6f\xa5\xb7\xc5\xec\xb1\xc7\xde\xdd\x63\x62\xf4\x20\x76\xcf\x77\x6e\x34\x1d\x11\x6c\xac\xca\x86\x9d\xd8\xf0\x2a\xcc\xa2\x77\xe3\x17\x88\x3e\x81\x1b\xd5\xfc\xb8\x87\xce\x02\x64\x7e\xf2\x86\x0f\x24\x3a\x8c\xd2\xa6\x62\xe6\x24\xde\x52\x3a\x0c\x94\x4f\x14\xbf\x78\x10\x1a\x7c\xe3\x6a\x7c\x92\x0c\x3d\xce\xb8\x7f\x8f\xb4\x57\x4c\x03\xf1\x0d\xd8\xa3\xb8\xad\x4a\x59\x70\x27\xc2\xd9\xc4\x03\xd7\x9a\x22\xc4\x80\x05\x88\x73\x62\x0c\x77\xd4\x16\x73\x81\x93\x55\x0c\x80\xce\x61\x6a\x62\xfa\x92\x8e\x1d\x14\x1d\x03\xcd\x49\x48\x9c\x28\xc0\xc0\xf6\x74\x30\x61\x80\x53\x16\xea\x40\x75\xd8\x5c\x8d\x60\xfe\xb0\xf2\x85\x53\xd1\x5c\xcd\x78\xeb\x86\x48\xf7\x6b\xd3\xaf\x19\x66\x5e\x01\x62\x3d\x06\x66\x31\xaa\x40\x7e\x8c\x0e\xb4\xff\xd5\x66\xfe\x30\x98\x47\x10\xf2\x3f\xbf\x71\x31\x78\xcc\xe3\x37\x04\x79\xfd\xe7\x37\xfc\x42\x8e\x96\x7f\x7f\xeb\xff\xfc\x86\x99\xfc\x09\x4e\xd3\x8e\x30\xbb\xf8\x2d\xfe\x75\xca\xb6\x1d\x4a\xec\x7e\x17\x5d\xba\xff\xed\x6a\x20\x7e\xa2\x3c\xbd\xa8\x50\xf7\xbf\xd3\x90\x50\xbf\xc1\x9a\x50\xf5\xee\x7f\x8d\x3a\x84\xcf\xb6\xfa\xf4\xc5\xee\x74\xd6\x62\x50\x02\xe6\xde\x9a\xd3\x40\x03\xba\xdb\xc7\xa7\x17\xf8\xec\xa3\xea\x7a\xcd\x18\x2d\x8e\xa5\x06\xe7\x5a\xc0\x80\xc7\x63\x3b\x65\x4f\x5c\x80\xa3\xa3\x97\xa8\xc6\xf8\xea\x82\x69\x1c\x0f\x1c\xe0\xf0\xc2\x26\x4c\x78\x3c\x62\xe5\x73\x3b\xba\x88\xaf\x14\x8f\xa1\x3f\x05\xc9\xb2\xc9\xf0\x48\x18\x38\xf0\x7e\xc8\x9f\x0b\xdb\x2f\xaf\x87\x97\x47\xaf\xc5\xd1\xab\x13\xca\x75\x11\xb5\x35\x1e\x17\xa4\x13\xd2\x2d\x29\x66\x3a\x18\xf3\x8b\x70\x43\xf1\xf8\x48\xe5\xb7\x16\x24\xf0\xdb\x27\x0e\xc8\x1c\xdf\xe2\x51\xc8\xc8\xb7\x8a\x95\xc0\x7e\x32\x35\x7c\xaf\x09\x03\x1b\x0f\x6b\xa1\x5b\x31\x9d\x08\x64\x46\xc3\xbf\x9a\xa3\x5b\x3c\x70\x87\xd6\x87\xf8\x92\x82\xe6\x10\xff\x5c\x84\xa4\xb5\x76\xdd\x71\xff\x95\x52\x63\x30\xf4\x84\x66\xce\x2f\x54\xc0\xa7\xf7\x0e\x8b\x05\xf0\xf7\x22\x04\xb9\x8e\xf7\x84\x3a\x8c\x07\xe2\xc6\xff\xc2\x5e\xe3\xe5\x3f\x5f\xff\xfe\x6f\xff\xdf\xff\xdf\xf5\xef\xff\xff\xeb\x3f\x7f\x7f\x3d\xff\xfd\x3f\xfe\xe3\xfb\x2f\xff\xed\xfd\x4f\xcf\x7f\xfb\xeb\xff\x13\xd4\xbf\xde\x6f\xfd\xa7\xff\xf2\xfd\xc7\xf7\xbf\xff\xd7\xff\xfe\x1f\xcf\xf7\xd7\xbf\xff\xd7\x7f\x8f\x5c\xfc\xfd\x1f\x01\x00\x00\xff\xff\x39\x4b\x37\xd8\x86\xd6\x02\x00"); +var _badgc =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\x58\xd1\x6e\x1c\xbb\x0d\x7d\xdf\xaf\x98\xc7\xf4\x21\xb5\x24\x4a\x33\x12\x50\x18\x28\x12\x14\x75\x80\xb4\x45\x9d\xa4\x05\x8a\x3e\xcc\xee\x48\xee\x02\xf5\x7a\xb1\xb6\x1f\xf2\xf7\x17\x3a\x5c\x1d\x3a\xc6\xbd\xc0\x45\xe6\x90\x12\xc9\x43\x89\xa4\xbc\x37\x9f\xee\x3e\xdf\x9d\x8e\x2f\xd3\xcd\x3f\x2e\x4f\x87\xfb\xfa\x32\xb5\xe3\x69\xbb\xd4\xe7\xa7\xd7\xcb\xa1\x4e\xfb\xfa\x70\x3c\xed\x76\x3e\x4c\xdb\xf1\xf0\x32\x20\xfe\x39\x3c\xae\xe7\xdd\xee\xe6\xfb\xe9\xf8\xe5\xee\xfe\xe3\xf7\x6f\x7f\x91\xf0\xf1\xaf\xd3\xeb\x73\xbd\x2a\x3e\xdd\x7d\xbe\xff\xf9\xfc\x52\x1f\xef\x4e\xed\x69\x12\x35\xb0\xbd\x9e\xaf\x46\xa6\xe9\xe6\x9f\xf5\xe1\xf8\xfc\x72\xf9\x39\x7d\xf8\xf3\xf6\xb4\xaf\x7f\x98\xb6\xda\xba\xfc\xef\x97\xad\x5e\x8e\xa7\x87\xe9\xc3\x97\xf5\xbc\x9e\x3c\x15\xf7\xaf\xe7\xf3\xff\xeb\x63\x3d\xbd\x4c\x0b\x64\xf5\xb4\xe1\xdf\xdd\xcd\xa7\xaf\xeb\xf9\x6f\xeb\x63\x9d\x7e\x0d\xe8\x07\xd4\xd0\xfe\xa8\x97\xe7\xe3\xd3\x69\xf2\x7f\x74\x2e\x9b\xf8\xdb\xcf\x73\x9d\xfc\xd5\xca\xbf\xbf\xdf\x7d\x9e\xfe\xe3\x27\xef\xa6\x90\x66\xef\xfe\x7b\x95\xff\xeb\xeb\xd3\xc6\x55\xde\x39\xe5\x70\x38\x6e\x87\xff\xad\x97\xdd\x9f\x1c\xfe\xdb\xbb\xdb\x29\x87\xb9\x28\x0e\xce\xbb\xdb\x69\xc9\x45\x88\x13\x70\x20\x9e\x81\xd3\xc0\x41\xf5\x99\x58\xf5\xcb\xc0\x12\xba\xfd\x85\xf6\x44\x3a\xce\x03\xfb\xd2\xfd\x49\x26\xf4\x1d\xce\x84\xa1\xc3\x42\x28\x1d\x0e\xdb\xfe\x10\x6f\xa7\x2c\xde\x13\x27\x60\x47\x3c\x03\x8f\xd8\x7d\xed\xd8\xbd\xc1\x0b\x70\x24\xce\xc0\xb4\x57\x0b\xf0\x88\x55\xca\xfe\x76\xf2\xc1\xc7\x4c\xc1\x01\x82\xd9\x04\x9b\xae\x58\x28\xa8\x10\x24\x47\x41\x7b\xb7\x65\x75\xba\xa5\x50\xe0\x75\xcb\x4c\x41\x78\xbf\x45\x74\x45\xa2\x20\xaa\xc0\x56\xa4\xf7\x5b\x66\x5d\xc1\xc0\xd6\xce\xfd\xed\x82\x0c\x6c\xfa\x02\x6c\x41\xac\xef\x2d\xee\xfb\x82\x25\x10\x1f\x80\x3d\xf1\x06\x3c\x88\x27\x77\xb8\x9d\x96\xc8\x8b\x93\xdc\x06\xbc\x10\x57\xe0\x99\xb8\x01\x0f\x7f\x09\x17\x33\x39\x21\xf6\xc0\xb4\xe7\x03\x70\x24\x16\x60\xda\xf3\x11\xf6\x3c\x71\x02\x36\x7b\x33\x70\x20\x5e\x80\xcd\x5e\x06\x2e\xc4\x05\xf6\xcd\xde\x0a\x4c\xbe\x7e\x0f\x6c\xf6\x3a\xff\x14\xcc\xdf\x06\x4c\xfe\xbe\x02\x1b\x9f\x06\x4c\xff\x01\xfc\x03\xf9\x04\xf0\x0f\x8c\x27\x80\x7f\x60\xbe\x50\x98\x49\x68\x0f\x85\x99\x84\xfe\xc3\x02\xcc\xf8\x42\x06\x36\x7f\xe0\xc7\x62\x4b\x01\xfc\xc4\xfc\x83\x9f\x98\x3f\xf0\xf3\xf4\x27\x88\xd7\x73\xbd\x44\xe4\x83\xf6\x04\xfe\x1c\xf7\x47\xac\x8f\xcc\x67\x04\xbf\xc8\x7c\x46\xf0\x8b\x8c\x37\xe2\x7c\x59\x69\x29\xc2\x3e\xcb\x28\x45\xf0\x8f\xf4\x1f\xc1\x3f\x9a\x3f\xf0\x4f\xcc\x47\x44\x3c\x69\xd8\x9f\xfb\x79\xe5\x10\x3c\x71\xbf\xcf\xc1\x17\xe2\x0a\xbd\xad\x6f\xc0\x23\xde\xc5\x69\xd5\x2e\xc3\xe1\xd2\xeb\x3a\x07\x77\x35\x20\x0e\x17\x22\x8f\x0b\x26\x0e\x17\xa2\x8c\xb2\x17\x87\x0b\x50\x46\xc5\x8a\x43\x42\x8a\xcf\xc4\x02\x4c\x7b\x20\x5c\x46\x00\xe2\x40\xb0\x0c\x02\xe2\x62\x01\x0e\x03\xcf\xd8\x3f\x2e\xa4\xb8\xac\x98\xf1\x64\xb5\x97\x88\xd5\x1e\xe3\xcb\x15\x78\xe9\xf3\x6c\x0c\x95\x5d\x8e\xbf\x33\x65\xc4\xf5\xce\x99\xc3\x42\xdf\x05\xc9\x5d\x18\x1b\x9a\xe0\x2c\x62\x02\x90\x0d\x24\xbb\x6a\x70\x24\xbb\x22\x38\x21\xd9\x15\xc1\xbd\xd9\x0f\xb2\x42\x87\x07\xec\x17\x92\xad\x8a\x49\xb6\xaa\x3d\x92\xad\x6a\x8f\x64\x2b\xc8\x0a\x0f\xa3\xe9\xe1\x0d\x7f\xa1\xb5\xdb\x29\x88\x4b\x23\x40\x71\x7d\xae\xca\xe8\xfb\x22\xae\xcf\x3d\x19\xe5\x22\xe2\x7a\xcb\xf6\x65\xb6\x05\x18\x5e\x8c\x50\xdc\xac\x0b\x3c\x05\x8b\x0a\x12\x05\x59\x05\xb6\xa5\xa8\xc0\x9c\xac\x2a\x98\x29\xd8\x43\xb0\x98\xd7\x83\x0a\x02\x05\x7a\x0b\xb9\x00\x6d\xb3\x44\x46\xe1\x11\x66\x34\x3d\x66\xac\x18\xd6\x28\xb3\x09\x32\x16\x30\x31\x5e\x83\xcc\xf4\x88\x42\x92\x44\x16\xbd\x91\x65\xe1\x51\x4b\x40\xe6\x22\x49\x05\xcd\x1c\x73\x2f\xbd\xd3\x75\x81\x59\x98\xc1\xc1\x16\xe0\x30\x23\x13\xd7\x5b\x59\x16\x56\x9a\xa0\x95\x95\x37\x11\x6c\x6a\x90\x21\x88\xc7\x06\x86\x20\xa8\x6d\xe7\x68\x51\xf4\x74\x23\x31\x22\x18\xcd\x49\x44\x16\x6c\xf0\xb6\x20\xab\x80\x31\x48\x01\x4b\xc6\x20\xab\x2e\x30\x13\x7b\x2c\xb0\x98\x0e\xba\x80\x89\x96\x4d\x05\x8c\x32\x7a\x15\x70\x4b\x44\x66\x2d\xaa\xde\x21\xb2\x24\xc3\x1a\x54\x30\x01\xaa\xc8\x0e\x3b\xae\x48\x14\x59\x44\x5c\x16\x0b\x3a\xe2\x28\x59\x25\x92\x50\xc5\x76\x74\x49\xf3\x66\x79\x4a\xa2\x02\x5b\x11\x55\xc0\xcc\x26\xc4\x18\xb9\x63\xc1\x1b\xcc\xbd\x11\x68\x1e\x2c\x88\x45\xf3\x10\x79\xc1\x96\xaa\x02\xde\x87\xa5\xe1\x86\x5d\x4d\xb4\xe6\xd0\x8d\x46\xd9\xb4\xe6\xd0\xda\x17\xea\xbd\xbe\x7d\xc6\xac\x6f\x4d\x5b\xf5\x38\x9b\xd6\x04\x17\x68\xbc\x4d\x5a\x13\xe8\x1d\x0d\x48\x43\xb7\x70\x03\x27\x5d\x9f\x88\xb5\x9b\xcc\xc4\xba\xdf\x70\x7d\x3b\x2a\x5a\x43\xf7\xca\xb9\xfc\xd2\x7a\x65\x61\xeb\xbd\xac\xa7\x87\x7a\x9d\x3b\xd2\x5f\xf8\xe3\xd3\xa3\xcd\x26\x7b\x94\x51\x97\x5c\x3f\xab\x98\x39\x7f\xfb\xfc\x1a\x9f\xdd\x5d\x5c\x38\x5a\x7b\xef\x1a\x9f\x78\x45\x65\x7b\xd5\xcd\xa6\xc2\x03\x8a\x2f\xfd\xd4\xdb\xd5\xf8\x2c\x50\x99\xc1\xd5\x54\x7b\xa8\xec\xd9\x21\x54\x05\x4c\x78\x61\xf0\xbd\x4c\xc7\x27\x1e\x4b\xde\x1e\x17\x9e\x2a\xc1\x3b\x81\x73\x39\x49\x32\x15\x9e\x00\x8e\x61\xf4\x1a\x1c\x9f\x78\xdd\xf0\x4f\x85\x24\xe6\x0b\x87\x99\xa2\x3d\x1c\x6c\x17\xea\x23\xb1\x79\x3a\x37\xc2\x10\xd7\xd3\xb9\xe4\xcc\x01\xc2\x6c\x88\xc3\x4b\xb6\x38\xaa\x7c\x34\x15\xc6\x92\xe3\x58\xf3\xb3\xa9\x16\x9c\xa5\x8d\x44\xff\xc6\x62\xc1\x85\x65\xd3\x75\x25\x51\x57\x66\x5c\x76\x4e\xbe\x66\xaa\x86\xae\xc5\x62\xf4\x6d\xdc\x0e\xf1\xad\xe8\x80\x16\xea\x56\xd3\x35\xe8\xac\x24\x8d\xb6\xe0\x15\xe4\x8b\xb5\xce\x5e\x5b\xa3\xf1\x8b\xce\x1e\x56\xae\x5f\x4d\xa7\x2d\x38\xd3\x66\x7f\x0d\x8d\xf6\xec\x55\x67\x13\x21\x9b\x4e\xa7\x4b\xb1\xde\x6e\xfe\xc4\x69\xd7\x66\x63\x90\x68\xba\xa4\x3a\x6b\xf1\xb6\x2f\xea\xbe\x60\x6d\x50\x4c\x37\xab\xce\x5a\xe0\xde\x74\xda\x99\x82\x35\x64\xe3\x90\xd4\xa6\xcd\xcd\x94\x4c\xa7\x36\xc7\xe9\xb5\xc6\xbb\xd2\x1a\x2a\x27\x17\xaa\x52\xa3\x6a\xbe\xfe\x21\xe9\xaf\x5d\x41\x9b\x00\xc0\xe3\x7a\xde\xf1\xb7\x86\xc3\xeb\xe5\x52\x4f\x2f\xf8\x65\x03\x3f\x26\x4c\x5b\x6d\xc7\x53\xe5\xcf\x27\xe7\xa7\x73\xdf\x85\xff\x7f\x0b\x00\x00\xff\xff\xd3\x1e\xdc\xc0\x6a\x11\x00\x00"); +var _agf =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\x94\xc1\x8a\xdb\x3c\x14\x85\xf7\x7a\x0a\x2d\xe7\x5f\xcc\x1f\xdd\x6b\x59\x96\xc0\x0c\x94\x0c\x03\x61\x98\xb6\xcc\x94\x76\xed\xd8\x72\x30\x34\xb6\x71\x9c\xc5\xbc\x7d\xb9\xf7\x38\xa1\x74\x11\x1c\x7d\x91\x4e\xc4\x77\x2c\xed\xf6\x87\xe7\xc3\x38\xac\x76\xf7\x7d\x99\xda\x8f\xbc\xda\x7e\x18\xbb\x25\x5f\xa6\xeb\xd2\x66\x7b\xcc\xa7\x61\x34\x86\xd8\x76\x43\xbb\xde\x86\xfa\x68\xcf\xcd\x6c\x8c\xac\xff\xf8\xbc\xac\xf9\x7c\x18\xfb\xc9\x16\x98\xd7\x5d\xe7\x6d\xae\xb5\xbb\xf7\x7c\x1a\x2e\xeb\xf2\x69\x1f\xbe\x74\xd3\x31\xff\x67\xbb\xdc\x0b\xff\xb6\x74\x79\x19\xc6\x93\x7d\x78\x7d\xbf\xc3\x8f\xeb\x3c\xff\xce\xe7\x3c\xae\x96\x95\xe5\xb1\xd3\xa7\xd9\xed\xdf\x9a\xf9\x6b\x73\xce\x76\xa7\x39\x8f\xaf\xef\x8f\x98\xa2\xbf\xfc\xcc\xcb\x65\x98\x46\x4b\xff\x3b\xf7\x17\xfe\xf1\x39\x67\x4b\x5b\xc2\xaf\xb7\xa9\xcb\xd6\xdd\xf2\x0e\xcf\xfb\xe9\x3a\xae\x96\xc8\x97\xdb\x14\xc2\xb6\xdb\xa9\xcb\x97\xb9\x69\xf3\xd2\x8c\xa7\x6c\xac\xad\x9d\x73\xee\xc9\xd6\xbc\x7f\x79\x79\x92\x3d\xfd\x33\xc3\xf8\x72\x5b\x39\x74\x20\xb7\x15\xce\xf5\xfd\x93\x75\xa6\x76\x84\x31\xc9\x98\xcb\x60\x6a\xc7\x20\x2c\xa4\x24\x36\xb5\x2b\x40\x0a\x21\x55\x88\xa6\x76\x1e\xc4\x0b\x21\xc7\xde\xd4\xae\x04\x2a\x15\x71\x94\xec\x00\x14\x14\x95\x85\x84\x57\x40\x95\xa2\x2a\x49\x7a\x04\x8a\xba\x03\xe7\x25\x3e\x01\x25\x45\x85\x93\xf8\x06\xa8\xd9\xf6\x29\xf1\x47\xa0\xa3\xa2\x48\x12\xdf\x02\xb5\x82\x0a\x57\x49\x7c\x07\xd4\x29\x2a\x58\xe2\x33\x50\x56\x54\x46\x89\xef\x81\x7a\x45\xd1\x3b\x53\x13\x4c\x91\x9a\xf2\x2e\x05\x53\x13\x64\x91\xca\xf2\x45\xc9\xa6\x26\xd8\x22\xb5\xe5\x83\x8b\xa6\x26\xe8\x22\xd5\xe5\x63\xf0\xa6\x26\xf8\x22\xbf\x39\x95\x78\xf8\x22\xf5\x55\x16\x95\xc4\xc3\x17\xa9\xaf\x32\x14\x12\x0f\x5f\xa4\xbe\xca\x18\x25\x1e\xbe\x48\x7d\x05\xf2\x12\x0f\x5f\xa4\xbe\x82\x77\x12\x0f\x5f\xa4\xbe\x42\x90\x62\x09\xbe\x48\x7d\x85\x24\xcd\x12\x7c\x91\xfa\xaa\x48\xaa\x25\xf8\x22\xf5\x55\x79\xa9\x96\xe0\x8b\xf2\xd6\xbf\xc4\xc3\x17\xa9\xaf\x2a\x49\xb5\xbc\xbd\x8b\xea\x2b\x92\x54\xcb\xf0\xc5\xea\x2b\x7a\xa9\x96\xe1\x8b\xd5\x57\xac\xa4\x5a\x86\x2f\x56\x5f\x31\x49\xb5\x0c\x5f\xac\xbe\x12\x4b\xb5\x0c\x5f\xac\xbe\x92\x97\x6a\x19\xbe\x58\x7d\xa5\x4a\xaa\x65\xf8\x62\xf5\x95\x92\x54\xcb\xf0\xc5\xf1\xf6\xae\x4a\x3e\x84\x71\x02\xf3\x52\x2e\xc3\x18\x37\x60\x95\xb4\xcb\x50\xc6\xaa\x4c\xda\x97\xbf\x80\x33\x6e\x8f\x8d\x30\x0e\x5e\x4f\xde\xed\x84\xc9\x77\xb9\x83\xee\xf7\x42\x7b\x5d\x96\x3c\xae\x7a\x03\xe9\xe1\x97\x33\x3d\x8c\xf9\x7e\x9b\xcd\xd3\x2c\xab\xf4\xf3\x27\x00\x00\xff\xff\x40\xb3\x0e\x9a\xf9\x04\x00\x00"); +func _dfgc ()([]byte ,error ){return _c (_deeb ,"UniGB-UTF32-V")};var _bdbc =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\x97\x4d\x6b\x1c\x49\x12\x86\xef\xfd\x2b\xea\xe8\x3d\x78\x95\x9f\x95\x99\x60\x04\x8b\xcd\xb2\x32\x78\x77\x59\xd9\xde\x81\x61\x0e\x95\x95\x55\x9a\x86\x51\xab\x69\x49\x07\xff\xfb\x21\xde\x78\xa3\x8d\xe6\x20\x54\x4f\x44\x56\x7c\x64\x46\x46\x54\xdf\x7c\xbc\xfb\x74\x77\x3a\xbe\x4c\x37\xff\xbd\x3c\xad\xf7\xdb\xcb\xb4\x1f\x4f\xe3\xb2\x3d\x3f\xbd\x5e\xd6\x6d\xea\xdb\xc3\xf1\x74\x38\xf8\x30\x8d\xe3\xfa\x62\x88\x7f\xeb\xe3\x72\x3e\x1c\x6e\xbe\x9d\x8e\x9f\xef\xee\xdf\x7f\xfb\xfa\xcf\xfa\xfe\x5f\xd3\xeb\xf3\x46\xf9\xc7\xbb\x4f\xf7\x3f\x9e\x5f\xb6\xc7\xbb\xd3\xfe\x34\x45\x7d\x7f\xbc\x9e\x69\x63\x9a\x6e\xfe\xb7\x3d\x1c\x9f\x5f\x2e\x3f\xa6\x77\xff\x18\x4f\x7d\xfb\xdb\x34\xb6\x5d\xe4\xff\xb9\x8c\xed\x72\x3c\x3d\x4c\xef\x3e\x2f\xe7\xe5\xe4\xaf\x8a\xfb\xd7\xf3\xf9\x8f\xed\x71\x3b\xbd\x4c\x05\xb2\xed\x34\xf0\xff\x70\xf3\xf1\xcb\x72\xfe\xf7\xf2\xb8\x4d\x6f\xe2\xf9\x0e\x2d\x94\xdf\xb7\xcb\xf3\xf1\xe9\x34\xf9\xf8\x77\xe7\xea\x4f\xf9\xd7\x1f\xe7\x6d\xf2\xb4\xf2\xcb\xb7\xbb\x4f\xd3\xaf\x7e\xf2\x6e\x0a\x39\x25\xf7\x1b\xe5\xff\xff\xf2\x34\xae\xab\xbc\x73\x9a\xc3\x7a\x1c\xeb\xef\xcb\xe5\xf0\x61\x0d\xdd\xdd\x4e\x35\xcc\xed\xf0\x61\x0b\xd5\x35\x77\x3b\x95\xda\x22\x29\x83\x02\x69\x06\x65\xa5\x45\x75\x95\xa4\xba\xa2\xd4\x83\xd8\x2c\xb4\xd2\xa3\x50\x55\x9a\xe1\x21\x56\x82\x17\x98\x09\x41\xa0\x11\xa2\x80\xda\x2b\x35\xdd\x4e\x35\x7a\x4f\xca\x20\x47\x9a\x41\x1a\x63\x91\x38\xaa\xbb\x52\x01\x25\x52\x05\xd1\xca\xd2\x40\x1a\xd5\xd6\xfa\xed\xe4\x83\x4f\x95\xb8\x02\x67\xc3\xa1\xda\x42\xdc\x80\xd9\x11\xf7\x37\x8b\x17\xa7\x8b\x1b\xd1\xeb\xe2\x99\x18\xde\x2e\x8e\xaa\xcd\xc4\xa4\x68\xda\xfc\x76\xf1\xac\x5a\x86\x81\xec\x7e\x2a\x2b\xc8\x74\x0d\x64\x4e\x97\xb7\x76\xba\x28\x4b\x20\xad\x20\x4f\x1a\x20\xa4\xd6\x52\x5d\x6f\xa7\x92\xf4\xc8\x5b\xaa\x03\x54\x48\x1b\x68\x26\xed\xa0\xaa\x84\x43\xce\x2e\x92\x3c\x88\x56\x70\xcc\xd9\x25\x52\x04\xd1\x4a\x4b\xb0\xe2\x49\x19\x64\x56\x66\x50\x20\x15\x90\x59\xa9\xa0\x46\x6a\xb0\x69\x56\x16\x10\x33\x92\x83\x2e\xd9\x99\x15\xc9\x2f\x07\xf3\x30\x40\xcc\x4f\x4e\xb9\xe4\x60\x51\xef\x20\xfa\x5b\x90\x5f\x60\xd4\x0b\xf2\x0b\xf4\xbe\x20\xbf\xc0\x9d\xc0\x35\xc9\x91\x56\x70\x4d\x72\xa4\x3f\x39\xc0\x92\x23\x63\x91\x03\x2c\x39\x9a\x07\xe4\x10\x19\xcb\x82\x1c\xa2\xf9\x43\x0e\xd1\x3c\x20\x07\x4f\x0f\x1d\x91\x79\xae\xec\x09\xd9\xd2\x4a\x87\x07\xa7\xef\xe5\x8a\x95\xc9\x93\x90\x43\x72\x24\xe4\x90\x02\x09\x67\xa4\xd5\xdf\x72\x85\x4d\x2d\xef\x96\x2b\xf2\x4b\x33\x09\xf9\x25\xf3\x80\xfc\x72\x24\xc1\x7b\x56\x9b\x55\x76\xbe\x86\xe0\x49\x52\x75\xc1\x37\xd2\x06\x9d\xad\xdc\x41\x1a\xd9\x5a\xf5\xfe\x14\x75\x81\xdb\x55\x83\x93\x17\x63\x75\x38\xce\x8a\xa2\x10\x92\xe3\x6c\xb8\x78\x42\x3b\xa8\x80\x3c\xd2\x6d\xbe\x92\x22\xa8\x91\x24\xa5\x06\x87\x42\x05\xe4\x49\x0d\x14\x94\x16\xbc\x87\xf2\x89\xd2\xe1\x40\x89\xa4\x56\x32\x49\xad\xcc\xa4\x0d\x54\x64\x0a\x58\x2b\x3e\xd4\xfc\x97\xde\x2c\x2b\xa5\x5c\x6b\x28\x81\x84\x4d\x2b\x1a\x4b\x40\xa3\x99\x63\x34\x44\x4a\xa1\x92\x34\x98\x46\x42\x30\xd1\x91\x10\xcc\xf5\x3d\xa4\x14\xd5\x45\xd4\x24\xa2\xa6\x14\xd5\x4a\x4c\x24\xb5\x92\x49\x6a\x65\x26\x21\xa5\xa8\xdb\x1b\xbb\x1e\x84\x7a\xe8\x7d\xbf\x9d\x42\x74\x59\x83\x59\xa5\xf0\x6a\xcc\x8e\x24\xd3\x21\xc6\x4a\x92\x06\xe8\xdb\x6c\x4a\xb4\x7a\x46\xb3\x4a\x75\x89\xd2\x13\x8b\x62\x26\x56\x45\x5b\xdc\x14\xcd\xf0\xa2\x38\x13\x3b\xb0\x98\x9f\x55\x31\x10\xb5\x72\xa8\x44\x53\x6a\x89\x5e\x1b\x42\x4a\xa6\xc3\xf4\x89\x46\x1a\x51\x35\xac\x50\x32\xed\xa6\x01\x55\xfa\x40\x91\xc7\xcc\x68\xa5\x69\xd4\xc8\xe3\x5a\x17\xec\x49\x62\xe8\x8b\xee\x09\x77\x73\xc5\x50\xf0\xad\xd9\x9b\x33\x62\x35\x25\x0e\x25\x71\x4b\xa4\x6d\xd4\xc8\x1b\xb0\xa2\x6d\xb4\xab\xc7\xa1\x66\xe8\xb2\x7b\x2c\xa5\xcb\x8e\x5b\xe6\x1c\xed\x74\x3d\xa3\x44\x82\xc7\x54\x48\x05\x4b\xbd\x29\xab\x22\x7d\xf6\x86\x4c\xe8\xb3\x2f\xaa\xb4\x57\x3b\x94\x16\xc1\xaa\x4a\x6e\x5e\x1f\x8a\x1a\xd1\xa8\x98\xaa\x8e\x37\x6f\x54\xaf\xda\x46\xc4\xf6\x31\xa4\x21\x85\x51\x63\x36\xd2\x88\x82\x21\xca\x9d\xe7\x37\xa4\x2c\x4a\xcb\x89\x84\x73\x67\xb4\xa3\xe2\x84\x58\xd2\x03\x43\xac\xf1\x4c\x46\xd3\x0d\xe2\x96\x8c\x16\x15\x4d\x9b\x14\x33\x11\xf1\x24\xae\xed\xf8\xd4\x70\x57\xd4\xb4\xcd\x29\xd3\x4e\xcc\xb3\x6f\x8a\x9e\xb8\xa3\x4c\xe4\xd5\xbd\xa3\x6a\x6b\x40\x85\x0b\xa1\x6b\x16\xea\x9a\x8e\x7c\x0c\x41\x41\x64\x86\x8d\xdf\x3b\x36\xbe\x34\x8c\x67\x21\xe8\x1c\x5f\x14\x17\xa5\x36\x07\x1a\x4d\x57\x66\x92\x5e\xeb\x99\xa4\xef\x19\x6d\xd7\xde\xbb\xf7\x1d\x8d\xa3\xd6\xf6\xa6\xc3\xc5\x72\xed\x70\x97\xe5\xf4\xb0\xe9\x17\x87\x4c\x2c\x7d\xf0\xe8\x67\xd9\xbe\x3d\x54\xde\x12\x7a\x75\xaa\x1c\xe7\x72\xd4\xfa\x20\x2e\x52\xe1\xd4\x95\xc6\xa1\x0f\xf8\x68\xa8\xf6\xc9\x32\x9b\x18\xdf\x0b\x95\x93\x57\x6a\x42\x1f\x1a\xc4\x66\x64\x31\x71\x87\xd8\xa6\x6f\xa4\x78\xc1\xe8\x8b\x0c\x50\x6e\x90\x3e\xe0\xdb\xc0\xdb\x94\xf5\x14\x77\x8c\x4d\x0e\xae\xd4\xb3\x89\x31\x15\x1d\x5d\xca\x05\xd1\x07\x0c\x75\xcf\x8f\x81\x6e\xb6\x71\x1c\x39\xd9\x0c\xe5\xea\x8c\xba\xcd\xec\x50\xae\xc2\xa5\x3c\x04\x6c\x7b\xa1\xb8\x52\xac\xb5\xeb\x28\x6e\xc9\xc4\xe8\xe7\xce\x53\x3c\x9b\xb8\xe0\x1c\x82\x0d\xd5\xab\x95\x86\x92\x62\x3f\x0b\x2d\xab\x3c\xa0\x07\x86\x99\x43\xa2\x53\x1c\xb5\x4d\xf0\x4a\x14\x3d\x65\x79\x68\x3a\xb5\x22\xe5\x8b\xc9\x77\xc8\x79\x2d\x56\x4b\x49\x07\xbe\x6f\xd6\x99\xa4\xca\xb5\x7f\x46\x6d\xd9\x6c\x2d\x6d\x31\xb9\xf6\xb5\x4a\x3b\x32\xf6\xb5\xdf\x79\x95\x5b\x53\xad\x26\xd7\xb6\xdc\xac\x49\x9a\xfd\xae\x0d\xc7\xb1\x5d\xf7\x64\xf2\xac\x72\xeb\x94\xd7\xf5\xbb\xb6\x19\x6b\x2c\x51\xe5\x03\x43\x2b\xb8\x60\x4d\xa5\x9b\x5c\xef\x7d\xb0\xfe\xc6\x38\x47\x53\xbf\x1c\x29\xc3\x76\x79\x34\xb5\x83\xdd\x97\xdb\x8e\xf8\xe5\xa1\xe1\xde\x35\xde\xc2\x5d\xc5\xc3\x7e\x85\x78\xde\x40\xbd\x70\x00\xf9\x91\x7b\xfd\xd1\xb9\xbe\x5e\x2e\xdb\xe9\x05\x3f\x71\xf1\xab\x52\x7e\x29\x1e\x4f\xdb\xf5\x67\xf4\xf9\xe9\x2c\x6f\xe1\xef\xcf\x00\x00\x00\xff\xff\xe2\x5c\x6c\xc3\x72\x0f\x00\x00"); +func _egf ()(*asset ,error ){_egg ,_fcf :=_bbe ();if _fcf !=nil {return nil ,_fcf ;};_bea :=bindataFileInfo {_dae :"Add-RKSJ-V",_fb :1493,_ae :_be .FileMode (436),_g :_a .Unix (1580491099,0)};_dgg :=&asset {_dd :_egg ,_ef :_bea };return _dgg ,nil ;};func _ffaf ()(*asset ,error ){_dfg ,_ffgg :=_gdce (); +if _ffgg !=nil {return nil ,_ffgg ;};_bcce :=bindataFileInfo {_dae :"RKSJ-H",_fb :2884,_ae :_be .FileMode (436),_g :_a .Unix (1580492632,0)};_bgeg :=&asset {_dd :_dfg ,_ef :_bcce };return _bgeg ,nil ;};func _badcf ()(*asset ,error ){_cgac ,_fadd :=_fgbb (); +if _fadd !=nil {return nil ,_fadd ;};_cagdd :=bindataFileInfo {_dae :"GBT-V",_fb :777,_ae :_be .FileMode (436),_g :_a .Unix (1580492217,0)};_edbf :=&asset {_dd :_cgac ,_ef :_cagdd };return _edbf ,nil ;};func _cbcc ()(*asset ,error ){_ecdd ,_baab :=_bffg (); +if _baab !=nil {return nil ,_baab ;};_agge :=bindataFileInfo {_dae :"Adobe-KR-UCS2",_fb :201011,_ae :_be .FileMode (436),_g :_a .Unix (1580490603,0)};_age :=&asset {_dd :_ecdd ,_ef :_agge };return _age ,nil ;};func _dbgg ()(*asset ,error ){_fdde ,_ffge :=_egac (); +if _ffge !=nil {return nil ,_ffge ;};_cbbg :=bindataFileInfo {_dae :"KSC-Johab-H",_fb :82000,_ae :_be .FileMode (436),_g :_a .Unix (1580492512,0)};_bcg :=&asset {_dd :_fdde ,_ef :_cbbg };return _bcg ,nil ;};var _eac =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x4c\xd2\xc1\x8e\x9b\x30\x10\x06\xe0\x3b\x4f\x31\xc7\xed\x61\x8b\x0d\x85\x18\x69\x15\xa9\x22\x87\x45\xab\xed\x56\x4d\x93\x56\xaa\x7a\x30\x78\x1c\x59\x2a\x06\x19\x73\xc8\xdb\x57\x9e\xa1\x74\x0f\xd1\x84\xcf\x9e\x1f\x63\x3b\x6f\xbb\x53\xe7\x5d\x84\xfc\x6b\x98\x86\x33\x46\xb0\xce\x9b\x80\xcb\xb4\x86\x01\xa1\xc7\x9b\xf3\x59\x26\x0b\x30\x6e\x88\xff\x1e\xa9\x0c\xa3\x9e\xb3\x2c\x7f\x39\xb7\xe3\xf2\x78\x79\x6e\x1f\x9f\x61\x5d\x70\xd3\xb6\x3b\x9d\xef\x4b\xc4\xb1\xf3\x76\x82\x92\xbb\xcd\x3a\x6f\x09\x00\xf9\x37\xbc\xb9\x25\x86\x3b\x3c\x7c\x36\x53\x8f\x1f\xc0\xa0\x4d\xfe\x16\x0c\x06\xe7\x6f\xf0\xf0\x32\x05\xd4\x72\x1f\x38\xaf\xf3\xfc\x07\x47\xf4\x11\x24\x19\x7a\x43\x35\xcb\xdb\x57\x3d\x7f\xd1\x23\xc2\xbb\xd5\x5c\x69\x8c\x86\xae\x18\x16\x37\x79\x90\xe2\xa3\x10\xf5\x7f\xff\x7e\x9f\x71\xcb\xca\xf2\x4b\x77\x7a\xb3\x76\xc1\x08\xb5\x12\x3c\xe7\xe7\xa5\x3b\xc1\x2f\x09\x52\x40\x51\x7d\x92\xe2\xf7\x36\xf5\xc7\xeb\x64\xf6\x46\x59\xf3\x37\x0d\xce\x04\xed\x6f\x98\x3d\x69\xa9\x8b\x23\xa4\x52\x1e\x41\x89\xaa\x26\xaa\x98\x2a\x22\x45\x54\x33\xd5\x47\x50\x65\x21\x88\x1a\xa6\x9e\x66\x35\x44\x86\xc9\x24\xaa\x8b\x44\x3d\xc7\xf7\x4c\x65\x22\xec\x89\x90\x1a\x0f\x55\xf6\xa4\x4b\x2d\x13\x51\x51\xe2\x50\x13\x29\xa6\x86\xe8\x40\x34\x30\x0d\x44\x0d\x11\x32\x61\x22\x95\xd6\x55\xf6\x9a\xa8\xb7\x44\x32\x91\xa1\x37\x52\x51\x42\x51\x96\x31\x4c\xb4\x2e\xa5\x88\x2c\x13\x37\x52\xbc\xe5\x46\x4b\xf1\x8d\x48\xc7\xb8\xef\x5d\xfa\x9f\x2e\xd0\x7e\xa0\xc3\x1a\x02\xfa\x48\xd7\x87\xce\x2c\x6d\xba\xf3\xb8\x5f\xd0\x79\x9a\x53\x17\xfd\xfe\x06\x00\x00\xff\xff\x5d\xc8\xdb\xa1\xcc\x02\x00\x00"); +var _ddee =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\xbd\x4d\xcf\x37\x3b\x92\xa7\xb5\xaf\x4f\xf1\x2c\x87\xc5\xd0\xe9\xcc\x74\x3a\x42\x3a\x3a\x12\x33\xd3\x33\xb4\xd0\x00\xa2\x19\x40\x42\x2c\xd2\x76\x66\xab\x24\xfa\x54\xa9\xaa\x7a\xd1\xdf\x1e\xf9\xba\xb2\x00\x21\xa4\xa7\x56\x3f\xdd\x71\x3b\xff\x7e\x8f\x08\x87\x23\xc2\x7f\xf7\xef\xff\xe1\x3f\xfc\xc3\x6f\xbf\xff\xcb\x8f\xbf\xfb\x1f\xff\xf4\x87\xf1\x8f\xcf\x5f\x7e\xbc\xbf\xff\x6d\xfe\xe9\xf9\xf3\x1f\xfe\xe5\x4f\xe3\xf9\xd1\x9f\x7f\xfa\xfd\x6f\xbf\xfb\x5d\xd9\x7f\xcc\xdf\x8f\xbf\xfc\xf5\x4f\x60\xfc\xf3\xfd\xc7\xdf\xfd\x6e\x7d\xff\x8f\xff\xfa\xe7\xbf\x3c\xff\xfc\x0f\xbf\xbd\x7f\xf8\x71\x58\x6e\xfe\xcb\x1f\xbf\xb2\x3f\x7e\xfc\xdd\xff\xf4\xfc\xd3\xef\xff\xfc\x97\x3f\xfd\xeb\x8f\x7f\xf3\xdf\xcc\x3f\xf4\xe7\xbf\xfa\x31\x9f\x77\xd1\xff\x87\x3f\xcd\xe7\x4f\xbf\xff\xed\x9f\x7e\xfc\x9b\xff\xf4\xef\xca\xff\x4d\xfd\xc7\x7f\xf9\xe3\x1f\xff\xcf\xe7\x9f\x9f\xdf\xfe\xf2\x63\x87\xf6\xfc\x36\xc1\xdf\xfd\xdd\xbf\xff\xcf\xf7\x1f\xff\xfb\xfb\x9f\x9f\x1f\x7f\xf7\x9f\xfe\xdd\x7f\xf7\xc7\x7f\xfb\xf7\xff\xe5\xdf\xff\xdb\xff\x96\x7f\xf1\x9f\xff\xe5\xf9\xd3\x9f\x7f\xff\x87\xdf\x7e\x94\xff\x7a\xdb\xea\xff\x43\xfe\x9f\xff\xf5\x8f\xcf\x8f\xf2\xfd\xc2\xff\xf6\x5f\xfe\xe1\x3f\xfc\xf8\xdf\xcb\x8f\xb2\xfd\xd8\xeb\x59\xeb\xff\xf1\xd1\xff\xd7\xff\xfc\x87\xf9\xfc\xd8\xfc\x6b\xb7\xe9\xe3\x0f\xf3\xf9\xf3\x1f\xef\xf1\xfc\xe9\xfe\xed\x9f\x9e\xdf\xfd\xf8\xf1\xcb\xb6\xfd\xfa\xe3\xc7\x8f\x5f\x62\xfb\x75\xfd\x15\xe5\xdc\x7e\xfd\xf1\xcb\x7f\xfc\xfb\xff\xf8\xf7\xbf\xae\x46\xfe\x7f\xca\xff\xae\xf8\x33\xbf\xfd\xe1\x2f\xf3\x79\xa5\xf1\x0b\xbf\x94\xf7\xd7\x1f\x65\x7d\xf1\xff\xfe\xd7\xef\xca\xb6\x7d\xf5\xfe\x7e\x7e\xa5\xf7\x55\xba\x3d\xab\xf4\x5f\x6b\x8b\xd2\xe2\xd7\x1f\x65\xdb\xda\xbe\x68\x2d\xa5\xe5\xaf\x3f\x62\x0f\x8a\xb5\x5b\xd2\xfa\x6c\x2b\x7b\x2e\x5a\xf8\x69\x54\x68\xc7\x09\xed\x92\x76\xfd\xfa\x23\xae\xb0\x58\x83\xf4\x0c\x8a\x9d\xdb\xa2\x3d\x53\xda\xfc\xf5\xc7\xaa\x1b\xd2\x03\xe9\xe5\xd7\xf6\x93\x86\xbc\xfe\xda\x82\xd8\xa3\x42\xf2\xd7\x5e\x1a\xb2\xd7\xf5\x6b\xbb\x7d\xd8\xeb\x2e\x6d\xfd\xdc\x5e\x0f\x69\xc7\xaf\x3f\x32\xe2\x84\x74\x42\xba\x0a\xc5\x5a\x5b\xb4\x6b\x97\xb6\xaf\xf6\xd2\xad\xfd\xf2\xcb\x76\x50\x2c\x57\xf7\xf7\xe6\xa7\x0b\x22\x37\x2a\x68\x55\x52\xae\x62\xc7\x47\xbb\xa5\xdd\xab\xbd\x85\x4a\x5b\x97\x44\xef\x8f\x72\x40\x9b\xd2\xe6\xaf\x3f\x5a\x6b\x7e\xf9\x48\x7a\x2c\xb6\xba\xba\x3b\xbe\x40\xcb\x8b\x62\x51\x24\xed\x16\xbb\xa0\xd9\xde\x05\x71\x14\xba\x10\x36\x37\x5e\x8b\xf1\x69\xfa\x6b\x0b\x56\x01\x48\xfe\xda\x7d\x52\xec\x60\x2c\x6f\xbb\xb5\x20\x6a\x52\xc1\xcd\x2c\xec\xa3\x51\xcc\x21\x1f\x21\x2d\x56\x17\x58\x22\xfb\x48\x49\x6b\xd5\xc4\x41\x47\x87\xe3\xf1\x6c\x7c\x69\xa5\x8f\x95\x2e\x88\xdc\x68\xee\xe3\x24\x3c\xf4\xea\xdc\x98\x98\xc7\x5e\x2d\x88\xd3\x29\x7d\xec\xd5\x82\xd6\x58\x20\xfb\x63\x6b\x5d\x5b\xa7\x93\xe0\xda\x02\x32\x2a\x23\xe9\xda\xda\x5f\x66\xfe\x74\xd8\x5e\x2b\x5d\x10\xcd\x4e\xbd\xd6\xb9\x96\x5b\xd9\xce\x5d\x5a\x93\xd6\x7e\xfd\xd1\xc2\x21\x7a\xed\xfb\x82\x48\x5b\xfb\xda\xf7\x97\xbe\x17\x9a\xf6\xda\xf7\x05\xeb\xc7\xe8\xfb\xeb\x62\x58\x10\x67\x63\xd4\xde\x21\xe9\xb1\xd8\x6a\xee\xe1\x7a\x06\x16\x2d\xa0\x15\x69\x6b\xd8\xfc\xb5\xe3\xdc\x25\x9d\x16\x4b\x68\x55\xda\x9a\xbe\xa4\xa3\xc7\x79\x49\x62\xfa\xce\x63\x87\x16\xd2\x56\x17\xca\x5e\x20\xa5\xa4\x6e\x31\x6b\x18\xd2\xc6\xfa\x35\xc6\xe3\x38\x19\xdd\xc3\xbd\x76\x1e\xab\xf7\x87\x7b\x0d\x88\x93\xb5\x7b\xb8\xd7\x8e\xea\x50\x9e\x07\xb4\x26\xad\xad\x85\x1a\xb4\xad\xda\x8e\x3a\x2d\x26\xed\x91\xf6\xb0\x02\xad\xe0\x85\x74\xd9\xd3\x4a\x17\x2e\x7b\xba\x20\x0a\x33\x7f\x5c\xf6\x74\x41\xa4\xed\xb8\xac\xb3\x39\xf3\xac\xa3\xa3\x39\x6e\x0b\x62\xbb\x28\xd6\xec\x41\x73\x8c\x2e\x86\xb2\xd9\xb6\x05\xd1\xec\xbc\x8c\xf1\x70\xcf\x9f\x8d\x31\x72\xcf\x03\x91\x85\xa1\x74\xcf\x03\xab\x98\x35\x38\x94\x0b\xa2\xed\x8c\x87\x6c\x00\x58\xc5\xe8\xbc\x7c\x00\x88\x72\x51\x81\x6c\x00\x88\x2d\x68\x87\x6c\xe0\x90\xf3\x9e\x70\xb2\x43\xce\x0b\x44\xb2\xe5\x0f\x39\xef\x11\xf0\xf6\x33\x18\xb6\xb0\x0b\x0b\x22\x8b\x24\x7b\x10\xf6\xc0\x0a\xec\x41\xb8\xaf\xc2\x76\xd8\xdc\x70\x5f\x59\xa7\xad\xcd\xc3\x62\xf4\x20\x9d\xf9\x64\x97\x26\xed\x48\xa7\x2a\xed\x68\x52\x69\x7e\x9f\x3e\x6c\x3f\xc6\x23\x9d\xe5\x9b\x5e\xd5\x8d\xa1\x94\xf7\x00\x2d\x76\x2a\xbd\xed\xd5\x7d\x5b\x8c\x1a\x6e\xdb\xbb\x20\x12\xc6\x7b\xdc\x0e\xf8\x4d\xa5\xd5\x9e\xde\x56\xba\x20\x12\x56\x79\xdc\x5f\xa5\x2f\x24\x2a\xe8\x0e\xf8\x82\x48\x38\xf6\xd1\x1d\xf0\x9e\xfe\x18\x15\x74\x87\x6d\x41\x93\x91\x1d\xdd\x66\x0c\x06\xbc\x3a\xcb\xb2\x45\x20\x76\x37\xa9\x6c\xf1\x50\xd4\xd5\xa3\x21\xe7\xff\x2a\x9f\xff\xff\x44\x76\x1c\x4a\x42\xa0\x45\xd0\x4c\x39\xd3\x21\xe7\xa8\xf0\xe0\x53\xce\x71\x9e\xaf\xb4\x55\xdb\x59\xa5\x2d\x88\xc2\x48\x9f\x95\xee\x9c\x0d\x06\x73\x6d\x6b\x81\x9e\xed\xa3\xc9\x97\x4f\x48\xbb\x24\xa6\xf7\x62\xaf\x9f\x4a\x42\x20\x62\xe3\xd7\x94\x84\x67\xbb\x2c\x46\xa5\xad\x49\x6b\x2c\x16\x49\x21\x89\xf6\x5e\x27\xed\x75\x6d\x9f\x51\xa4\x05\x34\x6b\x5d\xd0\xd2\x4f\x15\x71\x67\x30\x97\x17\xcc\xfa\x74\xed\x01\x2d\x9b\xc5\x98\xcb\x33\xfd\xb5\x8b\x1a\xd2\x5f\x5b\x10\xb9\x5d\x90\xfc\xb5\x05\x4d\x41\x75\xba\x68\xcf\x1c\x7e\x49\xef\x73\x4a\x5b\x3a\xca\x06\x37\x39\x5d\xb4\xe7\xed\xb8\x35\x3e\xbd\x1d\xb7\x05\x51\x4e\x49\xd6\xb9\x20\x76\x98\xda\x79\x5b\xe7\x82\x96\xc9\xef\xdf\xd6\xa9\xf4\xbd\x9a\xc5\x1c\x4a\xa4\x6f\x3a\x2f\xee\x00\x20\x36\x67\xd4\x1d\x70\xde\xe1\x97\xcc\xcb\x9d\xd2\xd6\x32\xdb\x9c\xe5\x9b\x65\x76\x8e\xaf\x02\x3e\x1d\x56\x30\xe0\x9a\x3b\x75\x0e\x2b\x98\x70\xf4\xe6\x10\x4d\x9b\x3b\x19\x22\x14\xaf\x73\xda\xdc\xc9\xaf\x35\x36\xcf\x39\xfd\xb5\x05\x71\xb1\x79\xce\xf9\xfd\x1a\x8b\x41\xb6\x79\x4e\xdb\xbb\x20\x2e\xf4\x9d\x73\xba\x18\x66\x58\x8c\xa9\x9a\x76\x61\x41\x9c\xe1\xaf\xd9\x85\x05\x51\xd2\x76\x74\x49\xc3\x2f\x77\x68\x4e\xd5\x82\x38\xd3\x0a\x9c\xaa\x27\x2d\xc6\x88\x3f\xfe\xda\x03\xa3\xf3\xd7\x1e\x7f\xed\x61\x65\xb5\x83\xce\x3f\xdf\xa7\x8b\x4b\xec\x6c\xec\xf3\x71\x65\xbd\x9b\xc5\xa0\xbd\x4e\xfc\x8b\x44\x76\x73\xa8\x53\x9c\x6e\xc9\xc6\x12\xaf\x6e\xc9\x5a\xfd\xb4\xae\x86\x54\xf7\x1f\x10\x09\xa3\xab\x75\x97\x84\x50\x42\xcf\xa8\x8a\x55\xa0\x6c\xad\x59\xec\x94\xa6\x22\xba\x43\xaa\x92\xec\x42\x93\xf6\x48\x7b\x68\x9b\x5f\xd2\x85\x7a\xc1\x74\x54\xd9\xaa\x02\x13\x88\xab\x5e\x90\x98\xab\xea\x2e\x6d\xb1\xc6\xb2\xba\x4b\x6b\x30\xa7\xaa\x37\x55\xd9\x02\x44\x20\xa5\x6b\x84\xa4\xdb\x62\x09\xad\x4b\xeb\xe8\x89\x74\x2b\x60\xcc\xd5\x5d\x1a\x4c\x60\x75\x97\x02\x71\xf9\x6b\xee\xd2\x9a\xd5\x62\x34\x24\x6d\x6f\x72\x1e\xd8\x24\xd9\x8e\x44\x72\x87\x5d\x4d\x1b\xb2\x20\x22\x2d\xc6\xda\xaa\xb7\x95\xa2\x04\x55\xb7\x29\xd0\x5a\xa3\x6d\x6e\xd3\xda\x2d\xe6\x04\x76\x8b\x2d\x68\x81\xda\x59\xbb\xc5\x9c\xe7\x60\xe0\x2e\xe7\xf9\x3a\x59\x70\x49\x0d\xd7\x79\x4b\xbb\x7f\xfd\x91\x1b\x5a\xc5\x75\x32\x20\x97\x93\x9a\xfc\xdc\xe5\xa4\x02\xd1\x50\x17\x2e\x27\xf5\xba\xe8\x56\xd6\xd5\x90\xeb\x0a\x69\xc1\xaf\x05\x24\xba\x75\x39\x5b\x49\x1f\x2e\x67\xeb\x72\xe0\x12\x69\x7b\x39\x70\x40\x5c\x30\xf7\xcb\x81\xbb\xd6\x20\x95\x75\x2e\x83\xe6\xcf\x2d\x58\x52\x1d\x92\x5d\x80\xe5\x95\x0d\x8d\xf2\x92\xe5\x01\x71\xb1\x44\x2e\xc7\xf2\x5a\x52\xae\x94\x0d\xc9\x77\x29\xe6\x80\x38\x61\xe4\xd7\xb0\xf7\x0b\xca\x92\x15\xd0\x86\xb4\x81\xf6\x48\x3b\xc6\x94\x34\x2d\x26\xed\x91\xb6\xf8\x7d\x20\x02\xae\xc1\x92\xbe\xa6\x6d\x43\x93\xbb\xa6\x6d\x5b\x10\x0d\x81\x72\x4d\xdb\x36\xbf\x4a\x1b\x34\x2b\x9d\x54\xba\x59\xcc\x4a\x61\x22\xc1\xc9\xe7\x92\x89\x5c\x8f\x15\xc0\x68\x2f\xcf\x2f\x40\x1c\xdb\xf1\x73\xd9\x7d\x79\xbc\xb9\x9e\xc6\xaf\xb0\x09\xae\xc7\xb9\x5c\x10\x17\x3c\xe6\x7a\x1c\xfc\xc7\x4e\xa3\x4c\x5d\xcf\xd7\x80\x67\x4d\x39\x7b\xf6\x92\x15\x5d\xeb\xac\x52\xca\xc6\xf1\xf4\x7a\x5d\x40\x0b\x72\x43\x2d\xbd\x5e\x17\x10\x4b\xb4\x6c\x74\xa7\xb9\x44\x81\xc5\x42\x20\x15\x49\xfc\x5a\xd9\x2c\x76\x4a\xe3\xd7\xc2\x62\x55\x52\x58\x2c\xa1\xa5\x34\x16\x0b\xcb\xb1\xb9\xde\x81\x52\x0a\xaa\x53\x73\xc1\x03\xb9\xa1\x83\x36\x8f\x15\x40\x6b\x5f\xd3\xa6\xa4\xc7\x2f\xad\xf4\x95\xf6\xd2\x2b\xea\x54\x97\x69\x1c\x2b\x4a\x61\x35\x36\x8f\x15\x40\x6c\x30\xa7\xe6\xb1\xa2\x55\x56\x63\x61\x35\xb6\x6a\xdb\x2a\x7b\x91\x49\x68\xd5\xa6\x2d\x58\x3b\x0e\x92\x4d\x5b\x90\x2e\xbc\x56\x6d\x1a\xfc\xb5\x94\xdd\x62\x8f\x34\xe6\xa5\xf9\xfb\xb6\x76\xc1\x2a\x46\xd3\x2e\x9b\xbb\x20\x5d\x9f\xed\x72\xc0\x61\xc3\xa5\xa0\xd1\x36\xd9\x30\x90\x71\x52\xa9\x6c\xb8\x35\x7b\x00\x37\x69\x9e\x34\x80\xdc\x10\x07\xcd\x93\x46\xc3\xba\x50\x4a\x95\x66\x7b\x17\xa4\x06\x9d\xe6\xa9\x02\x58\xc5\x68\xaf\x6c\x02\x58\x34\x6a\xf5\x5c\x01\xe4\x86\xa0\x6e\x6a\x63\x40\x6e\xf0\xa6\xa6\x36\xd6\xc2\x2e\x38\x6e\x9e\x3e\x80\xdc\x90\xdd\x4d\x09\x01\xac\x62\xfe\x9a\x13\x13\xb0\x30\x54\x9e\xe6\x81\x04\x58\xc5\x98\x66\x4f\x24\xc0\x3a\x9b\x41\xb2\xa7\x61\x4f\x2f\xe6\xcf\x13\x09\xd0\x22\xfd\xd2\x9e\x2e\x48\x99\x75\x53\x2b\x6c\x4b\xb6\xac\x2f\xa1\x29\x5c\x80\xdc\x60\x9b\x4d\x15\xb0\xa5\xcd\xbd\x68\x9b\x82\x04\x88\x0b\xd9\xd2\x64\x91\x2d\x6d\xc7\xf7\xa9\xed\x48\x47\x9c\xce\xab\x29\xb6\xdb\x4a\xd9\x92\x4d\xe1\x02\xe4\x96\x7c\xa9\x0e\xd8\x6e\xd7\xb3\x6b\x5c\xed\x0e\x08\xad\x2d\xed\xb6\x1d\xdd\x5f\x73\x13\x29\x83\x80\x94\xa9\xb5\xee\xaf\x2d\x28\xa5\xc0\xbf\x5b\x77\xe7\x2e\x88\xfd\xa4\x82\xee\x5c\x75\x77\x29\xca\x68\xf3\xe4\x02\xa4\xe7\x8b\xd6\xdd\x0a\xdd\x45\xe3\xf0\x76\xc7\xb2\xb3\x25\xd1\x0b\xdb\x70\x1d\x2d\x88\xcb\x3a\x87\xcb\x68\x41\x29\x3b\x5a\x4a\x1b\xae\xa3\xc1\x3a\x42\x8d\x6d\xc3\x1e\x28\x33\xf6\xcd\x4f\x9d\xf9\xe1\x2e\x95\x64\xd3\x86\x0c\x84\x79\x51\x64\x00\x71\x55\x7f\xdf\x39\x18\xb4\x76\xe7\x14\xdb\x94\x0f\x40\xa4\x5c\x60\xda\xda\x69\xd3\xe4\x16\xca\x07\x20\x37\x27\x5e\xfd\x17\xc8\x70\xe3\xaa\xff\x02\xeb\x4b\x46\x4d\xfd\x17\xc8\x70\xf6\xd4\x7f\xdb\xb4\x53\xc5\x4f\xed\x14\x5a\xec\x5f\x7f\xcd\x4e\x61\x6a\x2a\x3b\xba\x52\xf3\x40\x07\xa4\x8c\xbd\x69\x6a\x02\x5a\xa2\x17\x35\x4d\x4d\x40\x29\xfb\x29\xcd\x0a\x16\x2c\xc5\x0a\xd2\x57\x81\xe3\x81\x20\x0c\xf9\x3f\x10\x8d\x35\x19\xf2\x7f\x20\x1a\x1b\x32\x34\x2b\x85\x22\x61\x67\x74\x43\x91\x00\x44\xfd\xbe\xac\x92\xaa\xc5\xa4\x5d\xd2\x2e\x8a\xf9\x6b\x74\x2a\x64\x3d\x3b\xcc\x22\x64\x3d\xc1\x69\xba\x1c\xd8\x4c\xc2\xd3\x34\x90\x1b\x4b\x26\x5c\x93\xa1\xb2\x70\xa0\x3e\x85\x33\x0f\xac\x26\x42\x62\xe6\x63\xd2\x5e\xed\x4a\xe1\x64\x01\xa1\xe2\x15\xce\x55\x70\x30\x29\x4b\xb9\xf9\xa9\xe0\x0e\xcf\x2d\x40\x38\xfa\xe1\xb9\x25\xe6\xe3\xaf\xd0\x9d\xf9\x4a\x63\x53\xa0\x5c\xc5\x63\x0f\x1f\x16\xcb\x69\x77\xb4\x55\x02\xb9\x21\x69\xe3\x71\xbc\xb0\x4b\x16\x0d\x9f\xe1\x19\x22\xb4\x4b\x22\x69\x43\xbb\x24\xd0\x3c\xa3\x84\x12\x3f\x30\x21\x94\xb3\x58\xec\xfb\xb5\x0b\xb1\x4a\xd3\x5c\x52\xe1\x2a\x38\x39\x66\xa5\xab\x20\x15\xd2\x9a\x0d\x53\x21\x0d\x44\x41\x2d\x4b\x85\x34\x90\x1b\x67\xbb\x54\x48\x03\xa5\x9c\x58\xf2\xf3\x7c\xa4\x21\x09\x37\xbf\x7c\x25\xbd\x16\xa3\x52\x05\x37\x90\x1b\x07\xdb\xf4\x10\x94\x68\xc2\xe5\x84\x57\xa7\x9a\x30\x10\xb5\x59\xac\x4a\x1a\x16\x93\x66\x43\x16\xc4\x55\x24\xd9\x8e\x6a\x4f\x11\x71\xa9\x48\x06\x72\x63\x74\x53\x89\x9c\x97\xbf\xc6\xaa\xcd\xcb\x5f\xbb\x10\x23\xb6\xed\xf2\xd7\x30\x90\x94\x13\xee\x9a\x1a\x48\x80\x38\x99\xbf\xd4\x40\x92\x18\xfa\xca\x89\x30\x48\x0d\x7d\x40\x0b\xb6\x4a\x2a\x91\xd3\x3d\x70\xa2\x7b\xa4\x7b\x20\xc3\x59\x80\xa5\xa7\x32\x0e\x88\xf8\x48\xfe\x9a\x5a\xfa\x09\x7b\x4d\x45\x10\xd0\xd2\x21\x57\x4b\x4f\x2c\x6c\xa5\xda\x38\x45\x10\xd0\xd2\x69\xd6\xc2\x96\x58\xd8\x4a\x85\x49\xa6\xf6\x05\x20\x4e\xd6\x5b\x2a\x81\x80\x55\x8c\xde\x2b\x82\x80\x28\x55\x92\xed\xb8\x1f\x8b\x05\xb4\xaf\x86\x17\x15\x93\xa9\xd7\x9c\x96\xee\xf6\xca\x49\x3c\xdd\xed\x40\x5c\xc8\x91\x74\xb7\x67\xb7\x0b\x87\xc5\xec\x42\xc7\x1a\x8a\x04\x4a\x25\x10\xb0\x86\x65\x91\x94\x40\x40\x6e\x9c\xa6\x53\x09\x94\xe3\xf0\xc7\x68\xee\x70\x6d\x0d\x78\x82\xad\xd5\x1a\x02\xc4\x6e\x6b\xb5\x86\x00\xb9\x6d\x8c\xd0\x70\x38\x86\xc3\xe1\xb2\xf7\xfe\x03\x58\x33\x01\xc9\xe1\xf0\xd0\x52\x5d\xf6\x1e\x5a\x80\xa6\xd5\x37\x15\x4a\xe9\xa1\xa5\x62\x1d\x4a\x0f\x2d\x40\x04\x7a\x57\x2a\x94\x72\x7e\x95\x4a\xb3\xd2\x05\xb1\x39\x55\xda\x4c\x72\xb2\x8c\xd4\xe9\x53\xd9\x02\x44\xdd\x24\xb9\x8c\x3c\x34\x54\x0e\xac\x29\x0b\x01\xe2\x90\x35\x78\x68\x48\xd9\x45\x65\xa1\xde\xb2\x0b\x60\xa9\x67\xd2\x8a\xb4\x02\x7b\x95\x44\x7b\xef\x1a\x16\x5b\x3f\x77\xd7\x94\x96\x6b\x2c\xab\xa4\x5b\x92\x46\xd3\x1d\x52\x97\xc4\x26\xba\x10\xac\xb7\x6a\x38\x10\x1b\xb3\x7c\xbb\xe7\x6f\xd5\x70\x37\xfd\xed\xa6\x07\x5a\x62\x34\xb9\xdd\xf3\x37\xf7\x99\xe5\xe2\x84\x70\x6b\xb6\x07\x22\xd0\xcf\x6e\x75\xe9\xdb\x2d\x79\xc1\x7c\x6e\xb7\xe4\xfd\x1c\xd2\x28\xe7\x9d\x13\x10\x4a\xaf\x5b\x3e\x7e\x3b\x48\x8d\x62\xdd\x41\xea\xca\xcc\x86\xc6\xda\x95\x99\x40\x4b\xf4\xb8\xae\xcc\xec\x1e\xa3\x5a\xf3\xd3\x94\xb6\x06\x49\x6b\x53\xf7\x18\xd5\x55\xfe\x35\xd5\xf4\xf6\xd1\x96\x7c\x54\x6f\xe9\x2a\xff\xdd\x3e\x04\x3b\xbc\xdb\x87\x1e\x0c\xa6\xc6\xcd\x2e\x0f\x01\x62\x47\x8c\x75\x35\xe7\x2e\xbf\x08\x98\x6a\x97\x5f\x00\xb9\xc3\x2d\xbb\xfc\xa2\xab\x77\x06\xaa\x73\x57\xef\x04\x72\x87\xd3\x74\xf5\xce\xde\xe9\x96\x8c\xab\x77\xbb\xd5\xe9\x16\x27\xc1\xee\xa6\xef\xee\x70\x95\xcc\xee\x0e\x07\x52\x8b\x4e\x77\x87\xf7\x01\x93\x0a\x56\x52\x77\x57\x02\xb9\x94\xbb\x9f\xca\xee\xee\xa6\xed\x6e\x5a\x8d\x40\xdd\x4d\x0b\xa4\x1a\x5c\x77\xd3\x02\x51\x36\x49\x36\x53\x7d\xc2\x63\x45\x57\x9f\x00\x72\x87\x21\x76\xf5\x89\xae\x55\x41\xfb\x7f\x77\x9b\x01\xa9\xee\xd7\xb5\x2a\x74\x35\x01\x6f\xe4\xba\x2b\x08\xc8\xfd\x23\xd9\xc1\x87\x7d\x9c\x30\xc9\xae\x6d\x12\x88\x06\x0f\xeb\x8f\x15\x3c\xaf\xc5\xa8\xf4\x75\xca\x17\x84\x82\xa4\x6b\x9a\xec\x2e\xd1\x64\x15\x0c\x97\xe8\x70\x89\x26\xcb\x76\xb8\x44\x81\xdc\xd1\xc3\x86\x4b\x74\x78\x10\xd7\xf0\x34\x14\xe8\x40\xd4\x63\x0d\xe5\x50\x9e\x0f\x0f\xe2\x89\xa9\x7d\x78\x10\x07\x42\xab\xf4\xf0\x20\x3e\xdc\xdb\xde\x61\x0f\xf7\x36\x10\x3b\x4a\xf3\x70\x6f\x0f\x57\x72\x72\x66\x1d\xae\xe4\x81\x80\xdc\xd5\x97\x86\x02\x12\x08\xb5\x99\xe1\xe2\x06\xca\xae\x9e\x32\x5c\xdd\x40\x9c\x28\x42\xc3\x73\x21\x10\x47\x95\x64\xaf\x16\xc4\xc9\x26\x1b\xde\x91\x03\xeb\xc7\x68\xae\x97\xe4\x40\x5c\xf0\xba\xa1\xb5\x12\x88\x82\x3e\x3f\x3c\x50\x0e\xe4\xf4\xbe\xa1\x8f\x0d\xe5\x34\xd0\xe2\xfb\xb1\x5b\xd2\x8d\x26\xe7\x97\xf6\x09\xcb\xe4\xbe\x61\x5e\x18\x5a\xd3\x80\xd8\x38\xa0\x0d\x0f\x8f\x40\x04\x9a\xc6\xf0\xf0\x08\xc4\x15\x92\x9c\x3d\x04\xfc\xbe\x61\x36\x18\x0a\xf8\xe1\x15\x1a\x1b\x61\x28\xe0\x81\xe6\x81\x64\x28\xdf\xc7\xda\x7c\xeb\x4b\x96\x8c\x82\x75\x28\x58\x39\x08\x0c\x05\xeb\x98\xb6\x16\x3d\x60\x28\xaa\x80\xd8\x9d\x3c\xcf\x4f\x40\x6b\x1c\xe3\x86\x5b\x08\x28\xbb\x46\xaa\xe1\x1e\x02\x72\xdf\x24\xd9\xda\xe9\x40\xa2\x02\x0e\x85\x1c\x10\x6a\x2d\xc3\x23\xd5\x78\xbf\x62\xf4\xca\x93\x11\xd0\xb2\x4a\xfa\x8a\xad\x85\xb5\x6b\xb7\x9a\x6e\x84\xb9\x74\xb7\xb2\x6b\x6a\x9a\xde\xff\x02\xb9\xc1\x22\xa7\x17\x5d\x40\xd9\x9d\xe5\xe9\x4d\x17\xd0\x02\x35\x79\xb6\x4b\xd2\x6d\xb1\x0b\x5a\x97\x86\x5d\x09\xcb\xf5\x54\x2b\x9c\xcd\x86\x60\xbc\x99\xae\xf0\x89\x81\x64\xd7\x46\x30\x35\x90\x00\x59\xd0\xed\xa6\x06\x92\x19\x7e\xca\x06\x9f\xae\x5d\xa0\x25\x7c\x79\xba\x76\x27\x2c\x7d\x2f\x58\x65\xa7\x2c\x1d\xc8\x0d\x4e\x36\x65\xe9\x13\x5e\xbd\x7b\x36\x9f\xf2\x6a\x20\x95\xb6\x53\x5e\x3d\x1f\xe6\x79\xb7\x0f\xda\x31\x81\x2c\xe8\xc9\x53\x2f\x0d\xa0\xec\xfb\x65\x31\x07\x0e\x91\x19\x6c\xc8\x29\xc3\x9b\x8b\xc9\xad\x62\x34\xe4\x69\xd2\x3c\xed\x32\x6e\x1a\x45\xe7\x6b\x31\x07\xc9\x13\x0c\x90\xc5\xe6\xbe\x5f\x31\x7a\xba\x73\xe0\x9b\xaf\x3d\x5d\x90\x05\x1d\xf0\x71\x9e\x1f\x0e\xa8\xfb\x8e\x1d\xfc\xf1\x80\x0a\x64\x41\xbb\x7b\x3c\xa0\x3e\xf5\x2b\xb6\xba\xf0\x54\x8b\x55\x8b\x9d\x90\xbe\x62\x4c\x96\x7e\x3c\x8f\xdc\x0d\x88\xfd\x94\x94\x92\xd2\x62\x7e\x7a\x4b\x5b\xca\x6e\xbb\x24\xb1\x42\x9e\xeb\xfb\xb5\x35\x96\x8f\xe6\x7d\x20\x0a\x63\xf4\x68\xde\x7f\x2e\x7a\x7a\x30\x0b\x8f\x47\x13\x20\x74\x62\x7a\xae\x57\x12\x7b\xf7\x60\xef\x3e\xcd\xde\x2f\x48\xed\xba\x8f\x07\x98\xc7\x35\x78\xa0\x61\x3f\xae\x41\x20\x92\x59\x78\x34\x02\x3e\xc9\x8a\x3e\xd0\x3c\x1f\x99\x14\x10\xd5\xe6\xe6\x90\xe4\xaf\xb1\x7a\x1f\x17\x17\x10\x27\x46\x9e\xe7\xb6\x82\xfb\xb0\xd8\xdf\x70\xd7\xfd\xc8\xd7\x80\x08\x94\xe6\x47\xbe\xf6\x60\x27\xdb\x0f\x98\xf5\x23\x13\x7b\x64\x62\xc8\xb3\x47\x26\xf6\xdc\xdd\x62\x7e\x6a\x3b\x6f\x2c\x06\x87\xc5\xa6\x24\x87\x35\xa4\x39\xac\xb7\x5b\x85\xc5\xe2\x59\xe6\xe9\xc3\x62\x0c\x44\xf7\xd3\x8e\xa9\x0f\xd1\xf2\xa8\xc2\x00\x29\xb3\x7e\x54\x61\x9e\x01\x8b\xf1\xf8\xff\x68\xed\x02\x22\x1c\x55\x4f\x24\xc0\x2a\xc6\xe8\x7b\x24\x01\x5a\xfb\x8a\xb9\x1a\xc7\xb0\x18\xcd\xd5\xe8\x01\xb4\x86\xe6\xfb\x78\xd6\x00\x72\xe3\xa4\xf8\x78\xd6\x78\x26\x6b\xdb\xbb\x95\x47\x06\x0b\xb4\x44\x12\x3e\xda\x39\x80\x50\x4f\x7f\x3c\x6a\x3c\x0f\x23\xa9\xa8\x7d\x54\x3e\x80\xd0\x02\xfb\xe8\x6b\xf5\xc8\x5f\x3d\xea\xbf\xee\xbb\xb7\xc2\x3a\xbc\xf7\x79\xbd\xdd\x04\xe2\xc0\xe8\xfd\x7a\xbb\x09\xb4\x60\x2b\xbe\x9e\xfe\x81\xd4\x9f\xf0\xf5\xf4\x0f\xb4\xc4\xa8\xfe\xba\x39\x81\x96\x9c\x1d\x5f\x37\xe7\x5b\x1d\xa1\xe6\xef\x4f\x69\x4b\x09\xd8\x51\x50\x5e\x8f\x0b\xef\xc5\x5a\x3c\x59\x1e\xef\x65\x9d\x17\x16\x07\x18\xd8\xab\x67\xd1\xeb\x3e\x71\x19\xbf\xee\x93\x17\x9b\xf7\xee\x0e\x78\xb5\x79\x03\xb9\x6f\x92\x6c\x88\x2c\xbd\x32\x6c\xaf\x2c\x1d\x88\xf8\x48\xec\xeb\x37\x4f\x8b\xad\xf5\xf1\xea\x24\x03\x64\xa0\x64\xbd\xde\xda\x01\x65\xf7\x48\xfc\x7a\x6d\x07\x34\x6f\x1e\x5f\xad\xd4\xaf\x1b\xb6\xa2\x55\xbc\x6e\x58\x20\x0e\xf6\xd0\xeb\x86\x05\x56\x31\x6b\x70\x90\xf0\x71\xa8\x61\x05\x0e\x12\x17\x7e\x7b\xe5\xaa\xfb\xf5\xc2\x0f\xc8\x40\x11\x78\x55\x51\x5e\x37\x47\xe5\x00\xf5\xba\x39\x80\x28\xb0\xa1\xd7\xcd\xf1\x72\x10\xdf\x2b\x5c\xed\x75\xd9\x03\xcd\x3b\xd6\xd7\x55\x0f\x94\x5d\xc3\xcf\xeb\xb2\x07\xb2\xb0\xea\x5f\x95\xfa\xd7\x9d\xa0\x81\xf1\x75\x27\x00\x4d\xb5\xf6\x75\x27\xbc\xd3\x59\x40\x62\xbe\x2e\x68\xa0\x05\x2c\xfd\x55\xad\x78\x5d\xbc\x75\xed\xf9\xdc\x58\xbc\xb9\x39\xf7\xd7\xda\x58\xb9\x85\x34\x07\x0e\x13\x77\x6e\x0c\x9c\x90\xf8\xb4\xe6\xc6\xc0\x09\x81\xcf\x65\x6e\xf0\xc3\xdc\x30\x7d\xec\xf8\x2a\xe4\x86\x64\x15\x1a\xde\x83\xb9\x61\xfa\xc8\x4d\xdd\xab\x9d\xb9\x68\xc3\x4a\x31\xab\x1f\x6b\x90\x72\x43\xf7\x12\xb2\x9c\x7c\x89\x55\x3d\x37\x39\x08\xce\x05\xb9\x31\x96\x42\x96\x75\xb4\xcb\x8d\xa1\xcc\x0d\x2b\xc1\xde\x2a\x9f\x4e\x2b\x9d\xdc\xcc\xef\xf4\x80\xe3\x8b\x90\xc5\x66\x4c\xfb\x89\x83\xe5\x8e\xaf\x6a\x6e\xcf\x47\xb3\xef\x34\xed\xb1\xef\x8f\x3d\x48\xda\xf1\xda\x83\x17\x09\x74\x5e\x90\xec\x81\x02\x9e\x9b\xbf\xdc\x10\xf0\x42\x96\x83\x4a\x11\xf0\xb9\x39\x31\xb1\xd8\x67\xea\xa7\xbc\xaa\x93\x96\xd0\x76\x69\x8b\xab\x60\x49\xc9\xb2\x8e\x37\x0b\xe8\x69\xac\x23\x4d\x16\x8c\x9b\x42\xc3\xec\x9d\x05\xe3\xa6\xb0\x8a\xf9\x6b\x53\x9a\x5e\xb9\x07\x24\xba\x55\xf0\xdd\xd8\x83\x41\x2a\x98\x2d\x85\xc4\xdf\x27\x4b\xb5\x1d\x58\x32\x77\x24\x56\x16\x78\x99\xd0\x32\x24\x55\x49\x6b\x62\x4e\x7a\x5a\xe0\x65\x59\xb0\x9a\xec\xb1\x94\xff\x2c\xa8\x10\x42\x96\xb5\x4d\xb3\xa0\x41\x08\x51\x77\x3a\x5a\xed\x94\x2c\x0f\xf7\x88\x2c\xd5\x1e\xc8\xf2\xec\x68\xb5\x07\x97\x3d\x60\x3d\x97\xcb\x1e\x5c\xf6\x80\x2f\x2f\x7b\x70\xed\x16\xa3\xb9\x97\x43\x79\xe1\xd5\xb9\xff\x5c\x70\x67\xb9\xec\xb3\xea\x4a\x1c\x34\xe0\xfa\x1a\xa0\x9f\x9f\x24\x76\x45\x69\x6c\x76\xee\x3b\xb3\x34\x07\xa2\x61\xbb\x76\x54\x71\x21\x4b\xbc\xd0\xcb\x1e\x95\xa9\x6c\x0e\xc4\xe7\x60\xcd\x10\x36\x07\x02\x65\xfb\x08\x3a\xd8\x9c\xdd\xc6\x3a\xae\x92\x1c\x1a\xf7\x75\xd8\x0e\xf7\x75\x09\xa7\xad\x32\xac\x61\x17\x02\xde\xf4\x15\x73\xda\x3c\x61\xc6\xc5\xcf\x85\x3f\xc7\xcd\x63\x1e\x34\x2d\xec\xa8\x67\xc7\xb8\x18\xd6\x74\xa4\x39\x3b\x1e\x3b\xcd\x4d\x47\x3a\x1d\xe9\xc6\xa7\xe9\x48\x73\x1b\x59\x96\x8a\x92\x25\x6d\x87\xac\x3f\x1a\x5b\x20\x1d\x90\xe4\x7c\xed\xb0\xc1\xfa\xb3\xc8\xfa\xa3\xb1\x7e\xd2\x01\x81\xf5\xe3\xf8\x94\x25\x1d\x90\xdb\x65\xc6\x2e\x2e\xb7\xcb\x0c\x87\x31\x6e\x67\xb3\xdc\x8e\xee\x8d\xa2\xea\x02\xbd\xfd\xb1\x05\x6b\xa3\x41\xf2\xc7\x64\x6a\xd8\x67\xb2\xc8\xd4\x80\xfc\xfa\x2e\x53\x03\xf2\x74\x19\xf7\xef\x4b\x26\x01\xf7\xb6\x2c\xdd\xc5\xc0\x8d\x22\x57\x0a\x59\x64\x7d\x45\xed\x09\x6f\xfb\x2c\xc3\x21\x1a\x0c\x91\x7d\x1f\x0e\x91\xc2\x20\xdd\xea\xc3\x79\x19\x9a\xf2\xe9\xc1\x70\x5e\x06\xac\x29\xdd\xc3\xd3\x1a\x26\x2e\x91\x29\xc9\xa9\xc2\x04\x8b\x19\x21\xcb\x74\xaa\x38\xd7\x5e\x32\x84\x69\x33\xb0\x0d\xed\x09\x43\x2f\xd3\x76\x4c\xb5\x16\x56\xd1\x74\xc9\xa8\x77\xa5\x0c\x61\xba\xc2\x17\xc4\x37\x92\xd3\x09\x55\x4e\xa5\x53\x35\x9d\x51\x6c\xbc\xa7\x33\x35\x9d\xa9\xa9\x07\x29\xa3\x36\x1d\xef\xe9\x48\x7e\x34\x47\x72\x3a\x92\x0c\xc7\x63\x3f\x3d\xc5\xa5\xbb\xff\xb1\x57\x9c\xe2\x8e\xc6\x10\x3d\xf6\x0a\x5f\xb9\x1d\xd7\xa5\x2c\x8f\x35\x2c\xc8\x6f\x5b\x3d\xce\xa8\x4c\x3e\x5d\x1f\x32\x79\x20\x3e\x3e\x2a\x93\x07\xca\x9e\xce\xd5\x6b\xa5\xaf\x61\x16\x92\xac\x54\x26\x9f\xc8\x29\x03\x39\xd2\x28\x88\x3d\x91\x53\x46\x41\xe4\xde\xd7\x58\x1e\x1b\xf3\xb7\x73\x83\x2d\xc4\x65\xb1\xce\x58\xee\x58\xdf\x0f\xcc\x0b\xb9\x3b\xf5\x40\xe0\x5f\x9d\x3b\x1a\xb1\x50\x0e\x4e\xfa\xb9\xbb\x1a\x80\xc4\x75\x32\x77\x57\xc3\xce\x3c\x1f\x1c\x89\x73\x77\x9e\x81\x8c\x2a\xa9\x4a\x5a\xed\x3d\x38\x76\xe6\xee\x34\x00\x71\x5e\x90\x9c\x06\x20\xf6\xa5\x8e\xa4\x51\x10\xb9\x73\x86\x3d\x0a\x8b\x97\x18\x80\x0f\x02\x37\x82\x34\x12\x20\x0f\xae\xd2\x0e\xf5\x8c\xa3\x4a\xc3\x9f\xb7\x6d\x07\xa4\x22\x69\x50\x0c\x4e\x76\x28\x0c\x80\xd8\x18\x72\x3d\xeb\xf3\xb8\xfc\x35\xb6\xe9\xd1\xfc\xb5\x86\x4f\x10\x73\x8a\xb3\xfc\x02\x46\xbc\x04\xbf\x26\x7f\x06\x1a\x86\xe0\x3c\xe4\xcf\xb8\xaa\x97\xa3\xc0\x07\xf4\x55\x4f\xdc\xc7\x17\x8d\x9f\xc3\x42\x27\xc4\x59\x2c\x66\xdb\xd0\xa8\x8e\x5d\x5a\x7e\x34\x4e\x56\x76\x41\x8d\xea\xc0\x43\xf6\xd8\x77\x46\x84\x93\xa0\x90\xd8\x9f\x52\x1f\x71\xa1\x1c\x3b\x62\x47\x27\x71\x21\x76\x7f\x8d\xc3\x61\x1e\xfd\xb0\xd8\x5a\x70\x07\x96\x6b\x21\x02\x0d\xe2\xe8\x56\xb0\xd6\x53\x39\xb8\x5f\xcf\xa3\x7f\x9f\x7a\xf9\x45\xaf\xb0\x99\x24\xde\xdf\xe5\x20\x0e\x29\x75\xff\x16\x72\x43\x78\x1c\xb2\x3c\x60\x15\x63\xe0\xba\x3d\xed\x28\x1a\x0e\x6f\xb7\xa7\xe8\xbf\xc7\xce\x1a\x3c\x54\xda\x80\xc0\x4b\x23\x8f\x61\xaf\x70\x72\x38\x38\xd4\xe4\xe1\x8a\x06\xe2\x70\x02\x5d\xd0\xc7\x74\x40\xae\xfc\xb9\xe8\x3e\x64\x45\x40\x6e\x95\xb1\x91\x13\x1d\xd3\x1e\xb2\x7d\x0e\x95\x46\xa0\x85\xbd\x51\x69\x04\x1a\xd6\x8d\x3c\x54\x1a\x0f\xdc\xe6\x0e\x4c\xbc\x79\xb8\xe0\x81\x26\x53\x38\xe4\x44\xc7\xe3\x84\xa0\x23\x1d\x8f\x13\x82\xf1\x88\x80\xa1\x3c\x1e\x27\xc4\x7b\x73\xf6\xdd\xf1\x38\x34\x4f\xf8\x25\xcd\x7d\x9c\x90\x07\x23\xe1\x57\xc1\x2d\xc9\x1e\x84\x9f\xda\x03\x8c\xea\x78\xbe\xe7\xf1\xd8\x03\xce\xb5\x98\x12\xf3\x78\xbe\x1e\x4c\xbc\x08\xed\x80\x53\xf4\x38\xf6\x21\xcd\xb1\x5f\x10\xfb\x45\x07\x64\x88\x40\x39\x76\x64\xcb\x21\x47\x04\x42\x75\xf6\x90\x21\x1e\xaf\x7d\x77\xf3\xbc\xf6\x9d\x0b\xb9\xcd\x99\x7c\xed\xfb\x8b\xc1\xd1\xbe\xbf\xf6\x1d\xff\x8f\x63\x4f\x2b\xb5\xa3\x0b\x5a\xd8\xdc\xd7\x7e\xca\x60\xb8\xf5\xc9\x43\x06\x03\x84\xcc\xc4\x80\x81\x3c\xb9\x15\x38\x8e\x4d\xda\x29\x8d\x76\x54\x49\x55\xd2\xb0\xd8\x09\x6d\x4a\x9b\x9c\x50\x24\x3d\x92\x60\x30\x47\x59\x3d\x35\xfc\x40\x68\xed\x92\x54\x24\xa1\x16\xb1\x39\x4f\x55\x68\xa0\x25\xab\xe8\xc4\x40\x20\x04\xf6\x9d\x3c\x55\xaa\x81\xf5\xfb\x16\xb3\x69\x15\x8f\x76\xa4\xf4\xa9\x56\x7d\x62\xab\x3b\xb0\xae\xe5\x89\xad\x4e\xc8\x8d\x9d\x73\xaa\x68\x9f\xf5\xb6\x98\x35\x74\x69\x9e\x8a\xfc\x72\x48\x1a\x70\x48\x86\x43\xde\x0a\xe4\xf6\xf5\xc9\xae\xe3\x7f\x70\x10\x86\x97\x27\x77\x91\x42\xe0\xe0\x90\xe7\xe5\x68\x5c\x8e\x37\xd2\xec\x54\x6d\x06\x72\x83\xbb\x9c\x97\x9d\xc2\x4b\xf0\x38\xe0\xde\xe7\x65\xaf\x70\xd6\x3e\xe0\x55\x27\x5e\x82\x79\xa2\x70\x1f\x87\xcd\x55\xe1\x3e\xb5\x0f\x56\x2b\xb5\x1d\x04\x41\x1d\x07\xf2\xdd\xd8\x0e\x21\x30\x2a\x27\x71\x1e\x1f\xac\x62\xfc\x5a\xb3\x6d\x8d\xb6\xa1\xfb\x1a\xee\x21\xac\x62\x34\x44\xf1\x70\xaa\xbe\x87\x5f\xda\xb6\xe6\x24\xa0\xd5\x1a\x02\x22\x24\xde\xbf\x79\x36\x27\x01\x2d\xff\x38\xd0\x13\x4f\xb5\x7c\x20\xb0\xe6\xe4\xa9\x96\x6f\xf0\xc8\x21\x9b\x33\x78\x44\x88\xc6\x46\x20\x90\xe4\x83\xd8\xd9\xca\x86\x93\x08\x51\x5d\x46\x61\x47\xf1\x67\x3f\x8e\xd3\x2f\x6d\x2e\xfe\xec\x18\xb7\xf3\x0c\x5b\x8b\xe1\x06\x83\x7a\x9e\x61\x6b\x31\x8e\x1c\x87\xbf\x76\x5b\xe7\x82\xd6\x38\x9c\x19\x00\x92\x27\xf7\xa6\xc7\x81\x92\x7f\x76\x2b\xed\xd8\xbb\x90\xbd\xa7\xd2\x07\x28\xc7\x61\x0d\x8a\x1f\x20\xaa\x2b\x5c\x6d\xe7\xec\xf6\x1d\xce\x73\xaa\x36\x03\xb1\xa3\x87\x9e\xaa\xcd\x40\x6b\x36\x4d\x8b\xc1\x89\x07\xd5\x71\xa0\xc6\x9c\xc3\xe5\xbc\x20\x89\x2d\xcc\x53\xad\x99\xf8\x8c\x72\xe0\x03\x92\x06\x68\x08\x11\x6e\x21\xf5\xd0\x73\xb2\xbb\x4f\xd7\xae\xaa\x0d\xd0\x22\x29\x26\xa7\x37\x08\xe2\x38\x91\xda\x06\x41\x64\x75\x05\x9e\x88\xed\xea\x0a\x04\x02\xcf\x96\xac\xae\x40\x83\x0f\x8e\x8a\x71\xc4\xe0\x83\xac\x84\xbc\x1e\x95\x8d\x55\x9d\x40\x20\x88\x2e\xca\xea\xc1\xad\x72\xfd\x71\x60\x52\xcb\xaa\xfe\x50\x8d\x31\x83\x15\x57\x2d\x32\x40\x2a\x5f\xea\x6d\x05\x4e\x16\x9e\x16\xa9\x83\xbf\xd0\x02\xbd\xae\x3a\x59\x95\x63\xcf\x51\x2f\xda\xe6\xb1\x07\x08\xad\x1e\x55\x1d\xa0\x2a\xa2\x2b\xfc\xa8\x2a\xa2\x81\xc4\x2a\x9d\x55\x11\x0d\x94\xa3\xda\x7b\x95\x4e\x20\x97\x8e\xf5\x53\xa9\x5d\x3d\xa1\x00\x79\xb0\x89\xab\x27\x94\xaa\xe6\x5a\x6d\x93\x9a\x2b\x10\x57\x95\xc4\x32\xab\xcf\x57\xff\x9a\xb8\xea\xc4\x01\x79\x84\x24\x2b\xe0\xe2\xe6\xb8\x9c\x10\x2e\x6e\x84\x28\x8e\x03\x17\x37\x59\x15\x7a\x17\x7c\xbf\x2a\xf4\xaa\xe1\x31\xd7\x05\xc9\x5f\x7b\x59\x67\xd7\xce\xb0\xbe\xdf\xa7\x81\xb3\x0a\x83\xcf\x3d\x5e\x56\x45\xd7\xe5\x02\x52\x74\x55\x75\x63\x56\xad\x01\x17\x49\xa4\x44\x39\x2e\xb8\xda\x25\xe7\x07\xf2\x2c\x92\x68\xee\x85\x8f\xd6\x61\xef\x2f\x0d\x04\x97\x3e\x5a\x21\x69\x4a\x62\xde\x2e\x04\xb2\x91\x14\xa9\x0f\xfd\xa1\xe1\x4f\x1f\xfa\xc4\x57\xbb\x1c\x9a\x84\x74\xd6\x16\xf2\x60\xe9\x35\x2e\x73\xb2\x5d\xd4\xea\x12\x6d\xd7\x90\x86\x20\xb9\x2a\xa4\x29\x89\xae\x72\xa3\x98\x4d\x06\x0e\xa4\x3c\xbd\xc9\xc0\xf5\xdf\x3e\x02\xf1\xa8\xff\x76\x36\xc2\x3c\x8e\xe0\x84\xd6\x30\x18\x0b\x89\xd5\x37\x9b\x46\x03\x20\x1a\x0a\xb9\x5e\xcd\xa9\x0b\xf3\x81\x13\x4e\xea\xc2\x2c\xb4\x40\x27\xd5\x85\x39\x75\x61\x3e\xb4\x54\xea\xc2\x2c\x04\x57\xda\xa9\x0b\x73\xea\x26\x7c\x10\x51\x9a\xba\x09\x0b\x79\x60\x1e\xd1\x4d\x38\x1b\xd1\x0d\x87\x87\xc7\xa6\x4a\x05\x44\xb3\x1d\x6a\x54\xfa\xc5\x1e\x58\xf7\x53\xbf\x58\xa1\x25\xea\xbd\x7e\xb1\xa9\x77\xeb\x91\xcc\x8c\xde\xad\x89\x8f\x6a\x39\x71\xdd\x4a\x9d\x54\x85\xe4\x62\x2c\xf5\x51\xcd\xc0\x07\xe7\xc4\x15\x31\x03\x1f\x1c\x21\x1a\x4c\x37\xf0\xc1\xc9\xc0\x0f\xe2\xdc\x58\x98\x81\x1f\x84\x10\x1b\x1c\x36\xd4\x6e\x02\x47\xc1\x73\x2b\xd4\xe0\xf9\x09\x48\x45\x7c\xc8\xeb\x80\x72\x6e\x08\xef\x90\xd9\x01\x71\xc2\x76\x42\x69\xab\xb3\xec\xf9\xd5\xe0\x3c\x03\xe5\x54\xff\x0d\xc5\x1c\x90\x5c\xe4\x65\x28\xe6\x02\x77\x89\x53\x2d\x22\x70\x97\x10\x5a\x62\x1c\x0a\x0f\x63\xe1\x61\x6c\xb3\x02\xa6\x3e\x16\x4b\x2c\x27\x71\x45\x19\xf2\x44\x60\x1d\x42\x21\x59\xe7\x9d\x14\x0b\x3e\xd5\x60\x04\x84\x87\xe9\xd0\x60\x14\x1c\xd7\x4f\xee\x75\x33\x14\x60\x40\xe0\x12\x99\xe1\x71\x1d\x88\xe2\x97\x1e\xb2\xf4\x0a\x3e\x8b\x6d\x93\xc1\xea\x15\xac\x1a\xa4\x57\x70\xc6\x3a\x16\xad\x62\x74\xd4\x73\x11\x10\xb8\x22\x67\x0c\x7f\x6d\x30\x1e\x84\xb8\x27\x9e\xc4\x1f\xb4\x86\xde\xa9\x3f\x71\x06\xf6\x80\xb3\x58\x83\xbc\x19\x08\x7c\x29\x33\x64\xcd\x41\x8c\xe4\x59\xe0\x3f\x21\xa7\x05\xa2\xb9\x40\x64\xb4\xf1\x58\x0c\x5d\x31\x34\xae\x00\x71\x38\x6c\xcf\x57\x8c\x3b\x27\x76\x8c\xce\xc1\x42\xaa\x7a\xe9\x1c\x9c\xc1\x81\xe3\xd4\x90\x1f\x6e\x0f\x20\x55\xe4\xc2\x03\x87\x3e\xc4\x67\xb1\xf3\x32\x5a\x7d\x88\x4f\x17\xa5\xe6\x16\x3d\x81\x4f\x4d\x04\x7a\x02\x67\x9e\x36\x97\x99\x4f\x0d\xe8\x40\x6c\xcc\x7c\x7a\x1e\x48\x37\x16\xbe\x0b\x99\x6e\x2c\x20\x88\x3d\xce\x74\x63\x25\x3a\xeb\x59\x30\x59\xe6\xf5\xd1\x60\x48\x8c\x47\xca\x2c\xf1\xb6\x2d\x27\x4e\x1f\xa9\xbb\xad\xd0\x02\xe5\x3c\x65\x79\x89\xfb\xc5\xa9\x89\x20\xd5\x3c\x81\x54\xf1\x4c\x15\xcf\x44\x7d\x3c\xf1\xcc\xca\x54\x7d\x04\x02\x0f\x92\x4c\xd5\x47\x20\xb9\xd2\x4e\xfd\x74\x53\xa7\xdc\x73\x67\x81\xe8\x94\x9b\x19\x56\xca\x6a\x48\xcd\xbf\xc0\xda\x71\x90\xac\x94\xb8\xfa\x93\x98\xee\x4c\x35\x43\x20\x97\x76\xfe\x53\xe1\x8d\xeb\xef\x02\x07\x82\xc9\x4c\x8d\xc8\xf9\xb9\x29\x1d\x90\x1c\x08\xec\xca\xe7\x6e\xaf\xb5\x2b\x03\x41\x4c\x55\xa6\x76\x65\x1d\x85\xcf\x1d\x3d\x5a\x47\xe1\xfc\x1c\x85\xd3\x62\x56\x7a\x5b\x8c\x45\xa5\x1f\xaf\x90\x07\xa7\xc7\xbc\xbf\x62\x6c\x8b\x1d\xbd\x5f\x3f\x5e\x21\x3d\xef\x65\xb7\x1d\x5d\x4e\x47\xd3\xba\xed\x40\x9b\x3a\xf7\x4b\x9a\x6b\x0a\x97\x41\x75\xf7\x54\x9b\x02\x92\x20\x97\x4c\x35\x5f\x20\x35\x96\xa7\x8c\x23\xb1\x9e\x9c\x3b\xba\x46\x6a\x3d\x01\x52\x0d\x5c\x37\x61\x21\xf1\x92\x48\xdd\x84\x85\x72\x7a\x17\xa2\x9f\xb0\x90\x87\x13\xae\x82\x0c\xac\x62\x0c\x87\x77\x6a\x40\x7a\x38\x48\xad\xcf\x78\xfb\xae\x62\x74\x6a\x38\x6a\x83\x51\x43\x49\xc9\xe1\xa8\x0d\x67\xd4\x79\xd1\x06\x09\xe4\xe1\x78\xab\x0e\xea\x01\x7c\xe2\xbf\x92\x7a\x00\x0b\xd1\x9c\x64\x95\x3b\x3c\x7c\x57\x31\xba\xa5\xdd\x37\x8d\x87\x76\x31\x6a\x92\xc9\x69\x4f\x61\xb8\xa9\x56\x0e\xc4\xe9\xaf\xa9\xdc\x25\x7e\x88\xe7\x81\x4a\x9b\x32\x9d\x94\xe9\x9c\x92\x1c\x71\x62\x15\xcf\x03\xe9\x98\x6a\x77\x40\x7a\x90\x4b\x8d\x2d\x89\x7b\xc0\x79\x6c\xd2\xdc\x50\x0b\xf2\xe0\xb4\x9b\x9a\x51\x74\x3b\x3e\x8f\xc2\x34\x6b\xe5\x00\xd2\xf3\x9e\x6e\xc7\xa9\xdb\xf1\xe9\x41\x5c\xb7\xe3\xbc\x09\xa7\x3d\x1d\xdf\x5b\x99\x0c\x04\x31\x0f\x79\x7b\xb7\x77\xe3\x87\x78\xda\xb8\x5b\x8d\xef\x36\xcf\x08\x7a\xd6\xed\xe9\xff\xbe\xec\x3d\x6b\xfc\xf6\x8c\x0d\xe4\xf7\x6b\xb2\x2b\xa0\x9c\x07\x07\xfb\x5b\x7e\x05\xc4\xf6\x15\xf3\xd7\x14\xfa\x07\x5a\xdb\xad\xd0\x07\xa2\xda\x0e\x85\xfe\xcd\x41\xf9\x3c\x60\x88\xb7\xfc\x0a\x08\xb9\xda\xed\x41\x19\x68\x19\x7e\xf9\x55\xe0\x80\xb0\xde\xf4\x4e\xce\x3b\x9c\x19\x4e\x11\xb7\x27\x54\xa0\x35\x2b\x90\x0f\xdd\xe1\xcc\xa0\xc7\xde\x0a\x7d\x20\x8f\x6a\x31\x66\xe6\x96\xab\x1c\x1c\x13\x6e\xb9\x0a\x90\x07\xf7\x6d\xb7\x5c\xe5\x4e\x07\x84\x03\xe4\xad\x46\x09\xe4\x51\xfd\xd2\x76\x24\x93\x75\x62\x93\xbe\xe5\x34\x40\xca\xca\x6e\x6f\xa6\x80\xc4\x09\x33\x6f\x6f\xa6\x6e\x8e\x6d\xe7\xb9\x49\x7b\xa4\xa1\xeb\xb3\xe9\x6f\x8f\x6d\x37\x4e\x92\xa7\x7a\xcb\xed\x21\x1b\x88\xd3\x49\x50\x3d\x05\xa2\x58\x81\xea\xe9\xad\xda\x72\xb2\x04\x6f\xb9\x1b\x10\x87\x15\xa8\xb6\xdc\xea\x01\x64\x08\xca\x5b\x3d\x00\x48\x62\x84\xf3\x76\x9b\xde\x5c\xec\x9c\xa7\xbd\xf2\x62\x07\x88\x28\x92\x1c\x22\xb7\x2e\x59\x67\xf2\x76\xeb\x02\xe9\x19\xfb\x76\xeb\xde\x8f\xbd\x42\xee\xdd\x9e\xb8\x80\xf8\xe6\x45\x0d\x42\xbf\xf4\xf3\x44\x4c\xeb\x97\x2e\xc4\x89\xa6\xaf\x5f\xba\x90\x5f\x47\xdd\xcd\xba\xaa\x9f\xa4\xb5\x49\x5d\xd5\x53\xaf\xf1\xf3\xa4\x06\xbd\xc6\xb3\xcb\x91\x2a\xc7\xf3\x6e\x57\x81\x2c\x1c\x2f\xba\x1c\x49\x97\xe7\xf3\x62\xef\xea\xf2\x2c\x24\x01\x8c\xa9\xcb\x73\xea\x7d\x7c\x92\xd4\x23\xf5\x3e\xce\x41\xda\xa0\xf3\x82\x35\x0e\x0d\x7c\x40\xc8\x06\x87\x06\x3e\xdc\x86\xcb\xd9\xe0\x52\x43\x33\x1d\x10\x2e\xf2\xe1\x7d\x38\x90\xe5\xfb\xb2\x4b\xea\x7e\x29\x6d\x48\x53\xd9\x3d\x21\xd1\xb6\xa1\x5a\xd1\x58\x48\x43\xb5\x02\x88\x75\xc6\xfd\xa9\xe8\x1e\xee\xe2\xd1\x6c\x26\x07\x9c\xa1\x21\x0b\x68\xcd\x0e\xaa\x88\xe8\xd6\x7c\x36\xf4\x74\xdd\x9a\x73\xe0\x48\x74\x7a\xc9\x3a\xd4\x27\x80\xd8\x50\xfe\x86\xe6\xa8\xc1\x19\xed\x6c\xc8\x8d\xe1\x19\x6d\xe8\x73\x02\xf3\x1f\x6e\x95\x41\x2e\x9c\xb3\xb1\x94\x87\x4b\x19\x88\xca\x26\x18\x5e\xd9\x0e\x22\x2d\x4f\xd2\x30\xe4\x50\x58\x01\x41\x8a\x8f\x1c\xea\xc7\x03\xdb\xc5\x19\xc5\x62\xaf\x34\x3c\x4d\x91\xa3\xc3\x7d\x31\x9e\x6a\x31\x68\xae\x34\xa0\x35\x96\xc1\xd0\x4e\x00\x84\x52\x79\x28\x49\x86\x62\x23\x10\x4c\x43\xb1\x01\xb4\xb8\xfc\xd2\x8e\x72\x56\x3c\x03\x25\x74\x78\x56\x1c\x46\xc2\x73\x2a\x1e\x2a\xc3\xf8\xf8\xae\x62\x0c\x88\x66\x6f\x20\xb6\x22\xc9\x0a\x5e\x7f\x8d\x3d\x3b\x34\x27\x00\x41\x32\x81\xd4\x2d\x38\x27\x0e\x26\x27\x79\xc3\x72\xea\x60\x02\x04\x59\x90\x72\xaa\x1f\xcf\xd3\xce\xb3\x55\xa6\x9a\x2f\x10\xfb\x65\xb1\x26\x09\xaf\x96\xef\xcb\x90\xc4\x94\xea\x47\x30\xb5\xa1\x4f\x6d\xe8\x34\x77\x6a\x43\x9f\x1e\x3c\x71\xce\xce\xe9\xc1\x13\x08\x6d\xe8\xd3\x83\xe7\xc4\xb1\xe3\x0c\xf4\xac\xa9\x63\x07\x10\xc4\x4b\xe6\xd4\xb1\x63\xe2\x68\x7a\x06\x52\x63\x2a\xbe\x80\x20\x5e\x2a\x27\x8e\xa6\x42\xec\x1c\x59\xe7\x75\x4b\x72\xd8\xc2\x5f\xb3\x6d\xd8\x96\x03\x8d\x64\xaa\xa7\x4f\x65\x61\x70\x12\x9f\xca\x42\x20\x48\xf0\x91\x53\x59\xa8\x37\xf5\xa9\xa1\x50\x6f\x6a\x21\x88\x77\x4d\xbd\xa9\x53\x6f\xea\x13\x67\xf5\xd4\x9b\x5a\x88\xed\xfb\x72\x48\x62\x28\x09\x81\xcb\xa9\x01\x07\xc8\x8b\x85\x8a\xb7\xf5\x07\xab\x18\x34\xf7\x1f\x4e\xd5\x8b\xc6\xcf\xa9\x89\x4f\xc3\xcd\xd9\xba\xd3\xa3\xf3\x0c\x6b\x28\x16\xb3\x06\xc2\x0a\xc8\x3d\x90\x53\x7d\x7d\x2a\x46\x49\x1f\x95\x53\x31\x0a\x64\x41\xa5\x9c\x8a\xd1\xa9\x72\xae\x0f\xc2\x54\x39\x07\x42\x49\x32\x15\x99\xf3\xf6\xd7\xd0\x79\xa6\xc7\x6e\x20\x0b\xdb\x74\x2a\xf8\x80\xf0\x9c\x35\x15\x7c\x93\x2b\xd0\x53\x1b\xc9\xf4\x0a\x14\x48\xef\x0f\xa7\x57\xa0\x13\xff\xd8\x33\x61\xe0\x53\xde\x00\x64\x09\xeb\xb4\xa3\x37\xf1\x13\x2e\xb7\xdb\x8e\x92\x18\xe5\x24\x6d\x49\x4e\x55\x7d\x20\x70\xcd\xce\xa9\xa6\x0f\x44\x41\x17\x9d\x6a\xfa\x93\xa8\x9f\x33\x4f\x69\xdf\xaf\x21\xe1\x5d\x33\x2a\xec\x93\x1b\xd0\x33\x39\x9f\x4e\x6f\x40\xa7\x1e\x80\xae\x40\x4f\xfa\x53\x4d\x3c\x91\xfa\x53\x4d\x7c\x9a\x78\xd0\x59\x96\xb9\xcd\xe1\xf4\xb9\x89\xb4\x72\x03\xe9\x6d\xcc\x54\x39\x9f\xd3\x5e\x21\x59\xa7\x42\x0e\x48\x2f\x46\xa6\x27\xfd\x49\xe8\xc2\x99\x8e\xb8\x06\x54\xa0\x05\x1a\xda\x54\x11\x98\x8f\xd3\xe7\x12\x54\xed\x06\x42\xbb\x9a\x6e\xf4\x42\x1c\x08\x7d\xdd\xe8\x73\xbe\x7e\xe9\x2c\x6b\x3f\x9d\xda\x4f\xdd\x1d\x1e\xeb\xa7\xea\x34\x51\x87\x39\x55\xa7\xa7\x51\x7c\xb2\x23\xd5\x69\xdd\xe8\xeb\xb7\xc1\xb5\xa1\xe9\x46\x1f\x97\xc5\x5c\x0c\x5c\x24\xd6\xcd\x4d\xe4\x45\x22\x10\xde\x60\x4f\x39\xea\x5c\x5c\x74\x15\xb3\x6d\x0e\xe5\x8b\xdb\xe8\x57\xa9\x43\x89\xd0\xaf\x04\xdb\xa6\x1e\xf8\xf9\x60\x38\xa8\xda\xd0\x1e\x0d\x07\x40\x90\xa2\x20\x75\xca\x4f\x1c\xf1\x4b\xd5\x86\xf6\xc8\x2c\x81\xa8\x5f\xb1\x94\x84\x80\x85\x7d\x3e\x1e\x08\x1e\x5c\x8d\xeb\x56\xea\xcf\x45\xf7\xe3\x45\xe3\x63\x9e\x25\xce\xc4\x8f\x7a\x08\x50\x2a\xb9\x6b\xf2\x51\x11\x79\x74\x45\xe6\x22\xe9\xf1\xa2\xd1\x40\x81\xaa\x47\x85\x81\x02\x42\x78\x7c\x34\x50\x20\x9f\xea\x78\xed\xd2\xa6\x34\x24\xb7\xbd\xf1\xbe\x10\x48\x2f\x97\x1e\xaf\x0b\x1f\x58\x7a\xdd\xd0\x2a\x1e\x59\x3a\x10\x64\x34\xcb\x47\x96\x0e\xac\x62\xfc\x9a\xbe\x7a\x40\xea\xd0\xf4\x78\xab\xf8\x5c\xae\x02\x58\xc2\xe3\x59\x06\xc8\x12\x7e\xe9\x40\x63\xa8\xae\x1b\x07\x97\x47\x43\x35\xd0\x1a\xa6\xc4\x47\x43\x35\x51\x07\xa5\x6e\xa7\x0d\xf9\xda\xfb\x32\x46\x7c\xa9\x37\x09\x91\x06\xab\x18\x35\xc8\xfa\x81\x20\x72\x31\x1f\x4d\x9f\xc0\x2a\xc6\x18\x69\xfb\x04\x52\xd6\xf1\x28\x20\x80\x24\xfb\x57\x3e\x0a\x88\x07\x01\x51\x35\xa4\x3e\x0a\x08\x20\x4b\x93\x64\x0f\xf4\x00\x44\x8c\x3c\xca\x07\xa3\x1f\x2a\x5e\xee\x69\xf4\x43\x3e\xe1\x02\x85\x09\x3f\xda\x7b\x1e\xed\x3d\x8d\xa1\x54\x3f\x03\x56\x31\x7e\x4e\x05\x0d\x48\x0d\x98\x8f\xa7\xb1\x27\x9d\x3f\xc7\x4d\x61\x00\x84\x9a\xea\xa3\x30\x78\xd2\x75\x04\xd3\x79\x34\xdc\x03\x49\x24\x50\x3e\x1e\xb3\x80\x2c\x2e\x54\x8f\x59\xcf\xed\xe8\xc2\x87\x1e\x85\xc1\xe3\x29\x88\x1d\xfb\x28\x0c\x88\x99\x28\x55\xf3\xd0\xa3\x8f\x0c\x10\xa4\xda\x48\xe3\x27\x92\x98\x89\x55\x8c\xe1\xd5\x14\x04\x44\x45\x2f\x7a\x3c\x2c\x19\x2c\x51\xb5\xfb\x1a\x2c\x21\xa4\x5e\x3e\x06\x4b\xe4\xd3\x5d\x95\xf0\xab\x47\x69\x00\x44\xb5\x02\xa5\x01\x10\x3b\x8a\xe8\xa3\xdd\xe7\xe9\x8e\xae\xd3\xac\x79\x18\xc8\xf2\xfd\x98\x9d\x7f\x9d\x2b\x47\x5c\x4e\x07\xc4\x85\xfa\xf4\xe8\x1e\x61\x44\x42\xd5\xaf\xd1\x88\x84\x7c\xc9\x5b\x50\xbd\xb2\x7a\x55\xb3\x80\xa8\x4c\xf3\xab\x96\xf5\xba\xc6\x55\xb0\xdf\xeb\xa3\xbd\xd4\xb0\xc6\xed\x75\x8d\x1b\x1e\x50\x77\x69\x2e\xa4\x97\x9c\x66\x95\x70\xa9\x7c\x9d\x67\x20\x76\x8c\x63\xaf\x8e\x9e\x38\xef\x97\x4a\x66\xc0\xd4\x7b\x5f\xc8\x13\x13\xe9\xab\x6a\xf0\x3a\x81\xc4\xa5\xe7\xeb\x04\x02\x49\x64\x62\xbe\x4e\xe0\xeb\x04\xaa\x77\xbe\xf7\xf7\x29\x26\xbf\xaf\xd8\x2d\xa9\x5b\x8c\x4a\x15\xfa\x40\x92\x02\x22\x5f\x85\xfe\x3b\xbe\x5f\xe3\x53\x25\x2b\x10\x0d\x93\xdf\xab\x64\xd5\x05\xbf\x6a\x6e\xd2\x05\x5f\x48\xb2\xcd\xa5\x2e\xf8\xf9\x22\x0b\xeb\xce\x12\x79\x95\x85\x40\x9c\xfe\x9a\xb2\xf0\xc5\x43\xa7\xea\x34\xff\xea\xa1\x03\x34\x6f\x9e\x5f\xcf\x08\x2f\x07\x82\xaa\x31\xe8\x7d\xbe\x1a\x1e\x2a\xdd\x21\x39\x59\xc8\xc7\xaa\x09\xf1\x55\x3e\x02\x4d\x35\xf9\x75\xd5\xbc\x4a\x34\xaf\x4f\x5e\x25\x1a\x10\x27\xb7\xb6\xaf\x12\xcd\xf0\x80\x8a\x41\xeb\x36\x3c\xe0\xde\xb0\x98\x57\x8c\x83\xf7\xc6\x89\x40\x08\x42\xeb\xef\x0d\x8b\xf9\xbd\x71\x48\xa8\xf8\x6a\xdc\x1b\x52\x4e\xc8\xf3\xf0\xcb\x26\x29\x2c\x16\xd0\x52\x9a\x43\x6e\xb1\x5b\x92\xbd\x5f\xbb\xf2\xde\x58\xbe\x42\x23\x65\xdc\xbd\xb1\x7c\xef\x4d\x31\x86\x61\xe6\xde\xaa\x0d\x21\x9f\x06\xd7\x8b\xf7\x86\x18\xbb\x37\x22\xd4\xea\xb1\xb8\xd4\xbd\x55\x6b\xc0\xbf\x7c\xdb\x25\x75\x48\x0a\xa3\xe3\xe2\xd7\x10\x46\x42\x70\x57\x72\x6f\x08\x23\xa1\xd4\xa3\xd1\xb6\xcb\x01\x41\x18\x91\x48\xf8\xde\x2e\xdb\xd1\xfc\xb5\x56\x16\xad\xf9\x6b\x5a\xcc\xf6\xf2\x53\xd9\x7d\x6f\xcd\xca\x14\x1b\xdc\xde\xdf\x5b\xfb\x7e\x19\x86\x72\x31\x49\xcd\x1e\xba\x41\x49\x08\x73\x1b\xc3\x21\x04\xdc\xf4\xde\xc2\xfa\x65\xd7\x47\x52\x2c\x3f\x1a\x6d\xb2\x58\x5a\x29\x39\x6e\x2b\x77\xca\xf7\x96\x56\x9a\x24\xec\xfb\x48\x56\x2a\x57\x27\xd4\xea\xde\xd2\x29\x4f\x22\x95\x0a\x63\x93\x4e\xb9\x7b\x96\x5c\xc9\xf7\x76\x3b\xe5\xd8\xdf\x71\x90\xbc\xb7\xdb\x09\xe1\x52\xb5\x7e\xab\xa5\x3b\xbf\xb8\x7c\x7c\xcd\x1d\xf6\x0a\x83\x73\x3d\x9d\xf2\xe1\xca\x30\x0c\xcc\x49\x1a\x7e\x39\xad\xf4\x62\x9d\x4d\x2b\x9d\x04\x27\x07\x53\x3e\xad\x74\xfa\x6b\xcd\x62\xfe\xda\x82\xb8\x76\xba\x30\xfd\x35\x37\x23\x01\xe7\xb7\xf1\x1f\x42\x90\x08\xe9\x26\x16\xe4\x97\xdb\x20\x8e\x7a\x2e\x7e\x7d\x17\x0e\x33\x37\x3e\xbf\x74\x60\x97\xb0\xdf\xf8\x8d\x53\x66\xef\x92\xb8\x43\x5b\x9a\xcc\x6d\x92\xef\x9b\x24\xde\xfb\x09\xe5\xb5\xcc\xda\xc1\xb8\x5e\xde\x87\x3f\x84\x6b\x9b\xab\x40\xb7\x9c\xfb\x5c\xcc\x00\x1f\xb3\xbb\x4a\xa9\x4b\x42\x10\x7e\x71\x9b\xc8\xf0\xbe\x96\x68\xa9\x4b\x53\xbb\xaf\x21\x65\xb1\x88\x7a\xae\x32\xcd\x32\x24\xb3\xba\xd6\x21\xe7\x26\x79\xd4\x2f\x77\x5b\x8d\xb8\x8e\xf5\x95\x57\xcf\x37\xf7\xb6\xc9\x4d\xf9\xed\xb5\xed\x1d\x84\x73\x91\x98\xf1\xf6\x06\xf5\x8e\x35\x69\x17\x93\x10\x84\xea\xdc\xb1\xd8\x5f\xdb\x56\x19\xaf\xe4\xee\x5c\x4a\x64\x72\x65\x73\x27\xf6\xaf\x3b\x71\x53\xdb\xc8\xc0\x78\x93\x0d\xe7\x83\x45\x5b\x3f\x66\x6a\x9b\xdb\x0b\xad\x0d\x4b\xf5\xed\x85\xd6\x9d\xe6\x82\xc4\x97\xef\x4e\x57\x25\xd0\xf0\x1f\xbe\x13\x23\xe9\x9d\x6b\xca\xda\x3a\x15\xde\x9a\xdf\xef\x1b\x63\x45\xad\x4b\xc8\xdd\x37\xc6\x0a\x21\x08\x8d\xba\x6f\xd9\xd0\x2d\x1b\x5a\x5a\xe1\x7d\xcb\x86\x34\x8e\x57\x82\x55\x6e\x8d\xe3\x42\x10\x7e\x74\x6b\x1c\x17\x4a\xad\x17\xbf\x86\x5a\x28\x24\x3e\xd1\xf7\xed\xf6\xc6\x5e\xbe\x8a\x49\x6b\xd2\x0c\x09\x4e\x48\x21\x29\x2d\x76\x42\xbb\xa5\x19\x76\x6b\xa5\x5d\x12\xf9\x03\xd2\x3a\x87\xa4\xc7\x2f\x69\xae\xa3\xa6\x39\xbb\x12\xb4\x76\x6b\xce\x16\x5a\xf8\x69\xfa\x6b\x89\x60\xc5\x87\xe6\xd6\x9e\x2d\x64\x29\x16\x73\xd8\x34\xdb\xc1\x2c\xb4\x70\x0b\xeb\x4b\x2a\x4d\xc7\x8d\xd8\x59\xb9\xf7\x7d\xdb\x8e\xdb\xa1\x64\x7b\xdc\x2e\xa2\xfb\xf3\xe1\xfc\xdd\x2f\xb7\x06\x5d\x21\xb6\xe3\x82\x54\x24\x39\xb8\x4b\xff\xbd\xbb\x62\x0a\x08\xbc\x9f\x6f\x33\x94\x08\xa5\x5e\x2c\x40\x53\x94\x08\x49\x5a\xf5\xbb\x2b\xb9\xba\x59\xbd\x36\xbf\x6c\x92\x9a\x5f\x16\x68\x21\x8d\x23\x1b\x92\xcb\xdc\x26\x42\x90\xf1\xf9\x36\xb7\x89\x90\xe5\xeb\x40\x97\x34\xfc\xb1\x1d\xda\x94\xe6\xa0\xf9\x63\x0c\x9a\x86\xeb\x4a\x12\xd3\x5b\xc3\xf5\xdd\x1d\xa1\xab\x52\xce\x11\xea\x66\x2d\x58\x1d\xd0\xf8\x7c\x0f\xc5\xf1\x85\x40\x18\x76\x0a\x88\x0b\xae\x32\xec\xd4\x70\xe5\x5e\x6c\xbe\xe1\xca\x1d\xfa\x72\x14\x49\xbb\x24\xa6\x1d\xab\xee\x3d\x5c\x45\x40\x1e\x56\xca\x79\xe3\xd6\xf8\x5b\x51\x9e\x6e\x8d\xbf\xb7\xc9\x2a\x6a\x43\x2f\x30\x59\x85\x10\x64\x0d\xba\x4d\x56\x71\x93\x5f\xa2\x54\x0e\x60\xb7\x09\x26\x84\x70\xa7\x0d\xa5\x10\x10\x04\xae\xdf\x43\x29\x34\x1c\x0f\xbc\xb1\x6f\x0d\x9b\xf7\x54\xcb\x20\xc7\xdb\x3d\x9d\x18\x20\x09\x66\xbf\xa7\x13\x33\xc9\xaf\x53\xf1\xe1\xbc\x27\x87\x54\x21\x8f\xbf\xc1\x32\x7e\x4f\xce\xb0\xb7\x66\xc9\x4a\x32\xad\x5b\xb3\xa4\x90\x38\xed\xde\x9a\x25\x6f\xcd\x92\x35\xe0\x98\x9a\x25\xef\xcf\x2c\x89\xa8\xd1\x2c\x79\x4f\x05\x7e\xd8\x4e\x39\x02\x90\x98\x4c\x6f\x0d\x89\xb7\x76\xbe\x1a\xc8\x3c\xed\x7c\xf7\x24\xb3\x78\x25\x16\xed\x9e\x61\xad\xb8\x82\xe2\xfa\x78\x4f\x3c\x09\xef\xe9\xd1\x0e\x8b\xf4\x4d\x42\x86\x0f\xf2\x80\xbf\x98\x96\xe1\xc6\x42\x58\x2a\x16\xe9\x5b\x13\xa1\x90\x38\x19\xdf\x98\x0b\x7f\xb9\x35\x07\x56\xd2\xd3\xdd\x9a\x03\x85\xe4\xc5\x8e\x5b\x73\xe0\xad\x9d\xaf\x12\x0b\x7e\x6b\x2b\xb9\x3f\x23\x84\xaa\x9a\x46\x08\x21\x09\x7a\xbf\x35\x42\xdc\xd8\x03\x4a\xc5\x9e\x7b\x6b\x10\x10\x5a\x63\xd9\x6a\x0f\xb8\xbf\xc3\x2e\xc9\x6c\x6f\x0f\xbb\x42\xe0\x62\x72\x1b\xea\x7f\x7f\xe7\x5f\x02\x90\x6e\xcf\xbf\x42\x73\x89\x7a\xfe\xbd\x1f\x7b\x9f\x0c\xdc\x63\xef\x81\x20\x7b\xf0\xfd\xd8\xfb\x47\x4d\x89\xac\x33\xf7\xe3\x1a\x05\x1a\xd6\xf2\xfb\x71\x8d\x92\x24\xa0\xd4\x64\x29\x9b\x25\x40\x68\x84\x11\xdd\x1e\xda\x6e\x83\xb5\x6b\xd6\xd5\x2d\x83\xb5\x85\x20\x40\xfc\x36\x58\xfb\x7e\x35\x08\x64\xac\xb6\xbd\xb2\x79\x20\x2f\xba\xf0\xba\x41\x3d\xb4\x5d\x1b\x8c\xd9\x43\xdb\xfd\xb2\x44\x2e\xec\x4e\xf7\xeb\x12\x79\x4d\x3e\x7f\x34\x48\x87\x24\xfd\x7c\xa8\x34\x6c\x07\xae\x1b\x17\xb9\xe1\xef\xd7\x4d\x0b\x24\x29\xea\xef\x17\xd7\x0d\xa1\x91\x9a\xfa\x7e\xd3\x3a\x59\x21\x17\xd6\xa1\xfb\x75\x85\xbc\x46\x09\x32\xf3\x9e\x1d\x6f\xc2\xb7\x57\x31\xba\xa0\x68\x01\xf2\xaa\xfe\xda\x94\x64\xaf\x0e\x8b\x59\x29\x72\x04\xaf\x92\xfb\x75\x74\x0d\xe9\xbe\xb6\x25\xe0\xbb\x27\x19\x61\xd1\x12\x5a\x91\xb6\x33\x6e\x0d\xd2\x21\xe9\xa0\xd8\x5a\xf8\xdd\xd3\x8d\x90\xd7\xe9\x97\x55\x92\x0d\x59\x73\xda\x3d\x8f\x08\x49\xb8\x62\xdf\xaa\x95\x56\x7f\xad\x52\xac\xfa\x6b\x04\xca\xb6\x4a\xdb\xaa\xbf\xc6\xa5\xfe\x45\x34\x4a\xdf\x30\xab\x09\xc1\xf5\x5e\xdf\xb8\xd4\x17\xf2\x5a\x9b\xad\x73\xaa\xf9\x20\xc2\x8e\x72\xb6\x11\xd6\x8f\xd1\x2b\x0e\x37\x42\x5e\xa7\xbf\x3f\x24\x0d\x8b\xf9\xe9\x94\xc6\x95\x42\xb5\x07\x8f\x24\x3b\x5a\xe9\x7c\xb5\xa3\xb8\xf9\x5f\x8d\x5f\xbb\xec\x28\x2c\x8f\x04\xa5\xdd\x93\x92\x10\xcd\xae\x5f\x0e\x2e\x11\xb6\xd5\x81\xbc\x1c\x0d\x62\x01\x2e\x7b\x7e\x39\x1a\x97\x6b\xe1\x62\x0a\x2e\x5b\x8b\x85\x8e\x27\x2a\xfa\x76\xd9\xd8\x66\x07\x2e\xfa\xd9\x3e\x1a\x91\x46\x45\x92\x1d\xf8\x36\x42\xf0\x69\xd8\xda\x74\xbc\x83\x8e\xa6\xe3\x8d\xf9\x89\x07\x11\xfa\x96\x8e\x37\xb7\x18\x17\x0e\x7a\x7d\x4b\x07\x9c\x5b\x8c\x70\xd4\xd2\x01\x77\xb5\xa1\x42\xf4\xed\x76\x65\xa1\xf8\xb3\x88\x8c\xe7\xee\x06\x6a\x5f\x65\x6d\xa1\x6e\xa0\xb6\x10\x28\x37\xdd\x40\x6d\xa1\x5c\x64\x55\xee\x06\x6a\x0b\x41\x3e\xe6\x6e\xa0\xb6\xb0\x8a\x35\x68\xaf\x34\xbc\x35\x97\xbe\xdd\x8b\xeb\x0f\x08\x0e\xab\xdd\x70\x6e\x61\x7d\x69\xb1\x5d\x1a\x96\x1b\xe6\x98\xd8\xee\x5f\xba\xf1\xc3\x17\xef\x5f\x75\xe3\x87\xbb\x31\xba\x17\xa1\x27\xdd\x18\x5d\x21\xb9\xe3\xeb\xc6\xe8\xf6\xf2\x8d\x47\xd2\x05\xc7\xe3\x7b\xc5\x6a\x31\xb2\x6e\xec\xa3\x50\x2e\xd2\x49\xf4\xdd\x0d\x09\xe4\x59\x25\xd1\xb6\x1d\xb3\xee\x45\xfe\xb5\xbe\x63\xd6\x15\x92\x53\x60\xdf\x11\xa6\x7d\x27\xcf\xe5\xb5\x9f\x3f\xcf\x76\xda\x77\x17\x10\x10\xe8\x30\x7d\xe7\xbe\xaf\xfb\x14\xd6\x45\x12\xd9\xee\x53\x58\x42\x22\xa7\xba\x4f\x61\x75\xc3\x36\xaf\xdd\x06\x38\x38\x40\x9e\x95\x66\x86\xbd\xc1\x6d\xee\xc2\x5e\xd5\x77\xdc\x55\x84\xe4\xf6\xb7\xef\xdc\xc6\xf5\x1d\xed\xfb\x22\x9f\x54\xdf\xf3\xa3\x99\x41\x97\x2f\xd1\xbe\xfb\xee\xb0\xe2\x1e\xd5\x3d\x4e\xf6\xfd\x4b\x7a\xbb\x48\x46\x50\x76\xde\x4a\x2a\xd7\x9e\x27\xb4\x43\x1a\xb7\x54\xac\xe3\x43\x9e\x66\x68\xe4\x45\xb8\x54\x37\x34\x52\x48\x64\x68\x37\x34\xb2\x1b\xf3\x78\xe1\x32\xd5\x8d\x79\xec\x3c\xb6\x53\x2e\xdc\x5a\x3a\x4f\xee\x7c\x90\x27\x3b\xdb\x87\x77\xba\xa1\x91\x17\x6c\xbe\x1b\x1a\x29\x24\xa9\x4d\xbb\xa1\x91\xc2\x2a\x46\xad\x88\x16\x21\xae\xa4\x5b\x88\x96\x7e\xd8\x7b\x7c\x58\xba\x67\xe0\xee\x83\x30\xc4\x84\x74\xc3\xbb\xfa\x29\xc3\xc5\xa7\xbf\x1b\x44\x25\x44\x5d\x7a\x56\x37\x86\xaa\x1b\x30\x75\xe1\x85\xd3\x0d\x98\x12\x12\x6b\x5d\x37\x60\xaa\x13\xf6\xb4\x8a\x05\xb4\x47\x1a\x3b\x7b\xc9\xda\x6e\xd8\x53\xff\xc2\x9e\x90\x2c\x86\x3d\x09\xe5\xc2\x23\xb5\x9f\xa8\x85\x42\x60\x21\xec\xa7\x3c\x92\x68\xa3\x55\x8c\x4a\x5d\x5c\x40\x10\x2f\xdf\x8d\x36\xea\x67\xb3\x1d\x07\xbf\x26\x5f\x03\x92\x17\xa2\xba\xf1\x41\x9d\xc8\x9f\x72\x11\x11\xdd\x0d\xfd\x11\xf2\xac\x92\x1c\x0f\x97\xe5\xd7\x53\x27\x0b\x48\x5e\xaf\xea\xa7\xcb\x92\x87\x64\x56\x31\xda\x9b\xfe\x5a\xfa\x6b\x0c\x65\xfa\x6b\x4e\x0c\xae\x3f\x5d\x53\x44\xff\x22\x62\x96\x0a\xd8\x0d\x88\x11\xca\xc5\x53\x60\xbd\xba\xdb\x81\x16\xbb\xc5\x76\x49\xb7\xc5\x76\x68\x5d\x1a\x5e\xcc\x4b\x57\xea\x55\x2e\xc9\x4b\x20\xe5\x22\x97\x5d\xaf\x5c\x4d\x09\x41\x5e\xb2\x5e\x95\xa1\x15\xd3\xdf\xc5\x9d\x62\xaf\x8a\x47\x20\x4f\x64\x7e\x55\x3a\x02\x41\x26\xed\x5e\xeb\x57\x81\xf2\xc6\x1f\x63\xa1\xd6\x6f\x4a\xd9\x58\xd5\x29\x05\x12\x97\xf6\x5e\x9d\x52\x43\x7a\x2e\xde\x66\xe9\x86\xf4\xf4\xaa\x76\x53\xe1\xd6\x35\xad\x21\x09\xc2\x44\x72\x13\xcb\xf3\x41\xe2\xc5\xd8\x8d\xe8\xe9\xd5\xd1\xc5\xb9\xa5\x6b\xd6\xe9\xf5\xf3\x6c\x5e\xcd\x35\x34\xa4\x5f\x32\xf5\xca\x24\x5c\x32\x75\x20\x39\xc0\xf7\x4b\xa6\xce\xbb\x1b\xe5\x22\x9d\x4c\xf7\xe1\x0d\x21\x79\xd5\xa5\x1b\x54\xd2\x2f\x9c\x92\xae\xda\xfc\xb5\x94\x86\xc3\xc4\xe6\x97\xb7\x24\xe6\x0a\x9f\xe8\x7e\x39\x94\x40\x9e\x4b\xe7\xee\x97\x43\x09\x34\x59\xd9\xe5\x50\x1a\x7b\x72\x91\xaf\xa6\x1b\x7b\xd2\x7d\x77\xe3\x22\x8f\x69\xd7\x5c\xd5\xaf\xef\x8e\x75\x7d\x6a\x38\x4a\xe7\xf9\x84\x72\xa9\x8c\x35\x85\x21\x10\xf8\xbb\x74\x9f\x52\xe8\x3c\x9f\x50\xae\x0b\xe6\xd3\x94\x7c\x40\x0b\x36\x73\x73\x8c\x9a\x3d\xbd\xae\x0a\x2d\xa5\xc1\xa1\x59\x20\x3e\xa5\xd0\x1b\xaa\xf9\x75\xb1\x2a\x9b\x8a\x0b\x90\x1c\x3c\x7b\x53\x71\x01\x42\x9d\xd0\x97\x0e\x84\x68\xfe\x98\xc2\xab\x61\xe1\xb9\xf0\x0c\xeb\xad\x7d\xb4\x25\xd0\x2a\xac\xa1\x61\xe1\x11\x62\x63\xc9\xf0\x38\xc2\x02\x86\x4d\xbe\x68\x54\x8c\x10\xd7\x46\x3f\x15\x3b\x4d\x35\xbf\x39\x6c\x61\x47\x79\xd5\xe0\x1b\x22\x39\x43\x73\xc0\x1b\x3c\x50\xdb\x5f\x37\xcc\x04\x33\x4a\xd7\xd4\xd7\x43\x79\x42\x0a\xc7\x1e\xca\x13\x20\xae\xcd\x62\xa7\x24\x98\x2c\x9d\x32\x16\x45\x58\x5f\x5a\xec\x92\x46\xf2\x65\xb4\x0a\x13\xa6\xf7\x50\xe3\x69\xc7\xcf\x83\xb7\x7b\xa8\x10\x01\x49\x3a\x84\x1e\xae\x81\x70\xc2\xf1\x1f\xeb\xe1\x84\x03\xc1\xcb\x05\x3d\x9c\xf0\x90\x23\x90\x6e\xac\x87\xb3\x0b\x34\xb2\xb3\xf4\x70\x19\x03\x71\xa2\x47\x86\xcb\x38\xd4\x97\x09\xa6\xe8\xe1\x3a\x8e\x4f\x5f\x96\xf4\xb5\x83\xb5\xb8\x59\xe7\x2b\xe9\xf5\x4b\x7e\x4d\xf9\x00\xc4\x59\x68\x86\xbc\x24\x5c\x17\x1e\x0c\xc2\x75\x01\x04\x46\xc9\x1e\xae\x0b\x43\x66\x2e\x5c\xdb\xba\xb6\xd7\x1e\xdf\x8c\x07\x35\x38\xe3\x40\x14\xa7\xcd\x19\x8f\x6f\xc6\x83\xd1\x77\xc6\x0d\x93\xc0\x04\xd4\x35\xc9\x76\xd3\x99\x5f\x1c\x4e\xbb\xe9\xcc\x85\xe6\xe8\x9a\xce\xbc\xa7\xfc\x30\xa8\x21\xaf\x8f\xb6\xf8\x21\x06\xde\x9e\xf2\x43\x82\x13\xca\x45\x56\x9b\x6e\x74\x82\x10\xbc\x46\xd1\x8d\x4e\xe8\x1a\x73\x2f\xfc\x4b\xba\xc6\xdc\x9e\xf8\x04\x5e\x58\xd9\x7b\xca\x23\x81\x50\x8b\x36\xef\x77\x27\xd7\x77\xb9\xb0\x80\xf5\xbc\xfd\x94\xf3\x75\xda\x05\x7b\xaa\xd3\x35\x59\x08\xba\x46\xdf\x4e\x5a\xe7\x72\x71\x61\xd1\xcd\xeb\x2c\x04\x61\xab\xfd\x76\xb9\xdf\x9e\x09\x89\xf8\xea\xb7\xeb\x1d\x48\xf7\xd8\xed\x7a\xbf\x15\x4a\x1e\x52\x6e\x59\x29\x90\x17\x1b\x5b\x6f\xed\x6e\xe2\xe8\x8b\x1c\x25\xdd\xc4\xd1\x42\x9c\xb0\x21\x13\x47\xf7\xdb\x55\x43\x8e\x92\x7e\xbb\x6a\x80\x24\x7e\xac\xdf\x8e\xf8\x7d\xa5\xc5\x68\xef\xe5\xa7\x0b\x12\x83\x77\xbf\x2f\x46\xfc\x56\xb1\x25\x6b\x58\xd7\xd4\x2c\xc4\x5e\x25\xd9\x05\x67\x01\xa7\xa4\xae\x71\xb8\xdf\xe1\xa7\x97\x34\x3f\x0d\x7b\x2f\xc9\x4f\xc3\xde\x33\xa9\x77\xd8\x7b\xfd\x3c\x99\x3f\xdc\xb9\x3f\x58\xc5\x0a\xb4\x90\x16\xfc\x1a\x5d\x50\x1f\xc1\x83\x7b\x15\xa3\xab\x6a\x8a\x40\xe2\xc9\xda\x6f\x15\x45\xbd\xa9\xaf\x64\xd5\x68\x6b\x16\xe2\x64\x0d\x6a\x6a\x16\x82\xc8\x97\xae\xa9\x59\x28\x17\x17\x0f\x5d\x53\x73\xd7\x7b\x98\x00\xc3\xae\xad\x59\x08\x1c\x48\xba\xb6\xe6\x6e\x4e\xeb\x8b\x50\xbc\xae\xdd\x57\x68\xa4\xbc\xeb\xda\x7d\x7b\x47\xc5\x6c\x38\x25\xf5\xae\x8a\x09\xa4\x1c\xb7\x3b\xf3\x1d\x21\xda\xb0\xac\xf4\x2e\xf7\x01\xb2\xb1\x2a\xbb\xdc\xa7\x9b\x43\xb8\x4a\x9a\x92\x5e\xbf\x5c\xe3\xd1\x5d\x20\x40\x92\x1d\xa9\x77\x17\x48\x27\x12\xa0\x61\x66\xec\x5d\x41\x05\x64\xb3\x69\x0a\x2a\x20\x79\x85\xa1\x77\x05\x15\xb0\xbe\x3c\xa1\xd9\x03\x6c\x96\xfb\xf7\xa5\x3d\x60\x05\x36\x2c\x3c\xbd\xbb\x02\x81\xd8\x1d\x22\x57\x60\xc7\xbd\xb2\x61\xe1\xe9\xdd\xe3\x16\x90\x24\x56\xea\x1d\xff\x83\xae\xd1\xbb\x71\x35\xdb\x35\x7a\x77\x8d\xde\x0d\xef\x99\xae\xd1\xbb\xeb\x73\x8d\xeb\x59\xd7\xea\xdd\x07\x4a\x50\x23\xaf\x45\x1f\xf2\x7b\x20\x35\x08\xe8\x85\x2d\x34\xf7\x95\x5e\xd8\x1d\x8f\xeb\xd2\x88\xe1\xeb\xba\x5c\x0b\x81\x83\x43\xd7\xe5\xba\x0f\x38\x5e\xc3\x01\xb0\x0f\x87\x17\x48\xcc\x93\x7d\xc8\xf1\x80\x55\x8c\x4f\xb5\x7c\x00\xd9\x98\xe5\xa1\x02\x31\x9c\x18\xae\x75\xfa\x70\x62\x80\x48\xd6\xd1\x70\x62\x80\xd2\xb8\x61\xe9\xc3\x99\x01\xb2\xa1\x2a\x0d\x27\x06\x58\xc5\xfc\x34\xa5\x91\x92\xfc\xb4\x6d\xf6\x8a\x63\x72\xe3\x72\xa6\x0f\xcf\xc1\x40\x90\xcf\xa9\x0f\x27\x06\x58\xc5\x6c\xef\x2b\x0d\xf3\x02\x46\x82\xe1\x81\xd1\x0b\x84\x56\xca\xcf\x83\xc0\xba\xf7\x0b\x42\x12\x8e\xd5\xbd\x5f\x10\xd6\xaf\x30\x49\xcd\xf1\x22\x56\x54\x21\x37\x64\x57\x40\x6c\x8e\xaa\xec\x0a\xc8\x1d\xc9\xad\xa7\x7a\x1f\x68\x52\x38\x9c\xf4\xa1\xc4\x04\x42\x8d\x5f\xdf\x75\x21\x2e\x27\xb2\x39\x32\xc8\xa9\x56\x8a\xbf\xef\x84\x9b\x6a\xed\xf0\xcb\x21\x69\x5a\xcc\x61\x70\xb4\x9a\x41\x6c\x90\x5c\xb2\x03\x89\xdc\x8a\x33\xa9\x44\x06\x12\x27\x97\x3e\x94\xc8\x40\x53\x84\x0e\x59\x2b\x90\xee\xf4\x21\x6b\xd5\x85\xbe\xf1\xba\x57\xd7\x85\x5e\x88\x13\xf5\x53\x17\x7a\x61\x15\x93\x66\xdf\xcd\xc5\xe9\x70\xcb\x5a\x81\xd8\x4e\x5b\x6b\xdf\x83\x14\x8d\xae\xf5\xb0\xeb\x18\xfb\xf7\xaf\x94\x5d\x0f\x17\xc5\xee\x8f\xb9\x28\xcc\xcb\x6c\xcb\xd2\xae\x63\xce\x68\x1a\x25\x4c\x03\x2e\xc4\xe5\x97\x9a\x33\x80\xd4\x84\x32\x3c\x12\x01\x49\x4e\xa0\x6e\x08\x80\x10\xa7\xeb\x40\xfe\xee\x95\x4f\x23\x5f\x60\x1f\x72\x03\xdc\xdb\x77\x4d\x5f\xde\x02\x75\xdd\xdb\x1b\x59\x1b\xbb\xee\xed\xfd\x73\x6f\x87\x69\xe8\xde\x2e\x24\xd9\x43\xfa\x54\xb4\x03\xeb\xcb\x03\x5a\x95\xc6\x4a\x43\x2e\xea\x04\xdf\xf1\x78\x5f\xc5\xfc\xb5\x90\x46\xc2\xfd\x6a\x3b\x52\x12\x9b\x10\x29\xeb\xcd\x93\xb0\xbe\xf4\xd7\xba\x34\x4c\x81\x5f\x3b\x86\x24\xf7\xea\xe9\xa7\x53\x9a\x6f\xf6\x59\xe7\x23\xc9\x69\x39\xad\xf4\x95\xf6\x92\xa2\x63\xcd\x9e\xfe\xf3\x7d\x56\xf9\xc8\x29\xad\x49\x63\xb3\x60\xbc\x9b\x8a\x28\xa0\xb4\x62\x4f\x95\x51\x40\xb8\x3f\xa7\xdc\x71\x5e\x2e\x49\xbb\x25\xa7\x02\x52\x2b\xe2\x94\x51\x01\x21\x53\xf2\xd6\xab\x4f\xc5\x05\x69\x9f\xbb\xae\xf7\x42\xe0\x62\xd5\xa7\xe2\x02\x08\xde\x8a\xed\x53\x1b\xf0\xfc\x98\x52\xf3\xd7\xec\xe8\x65\x5e\x70\x7e\x4c\xa6\x34\x3f\xa6\xe4\x2c\xcb\x75\x74\xd0\xd7\x94\xa1\x83\x7e\x9f\xcd\x8e\x22\x2b\xa7\x6c\x01\x88\x8a\xd2\x31\x65\x0b\x40\x90\x65\xa3\xeb\x9f\x2f\x24\x39\xa9\xba\xfe\xf9\x7d\x7e\x5c\x21\x2c\xe6\xbc\xf8\xb2\xb5\xd3\x22\x57\x00\x56\x31\x9a\xe6\x69\x0d\x08\x82\x9e\xbb\xd7\x76\x9d\x3b\xb8\x55\x4c\x9a\x4d\x0b\x9c\x81\x0f\x2a\x75\xd7\x7a\x47\xd7\xf0\xf1\xe9\xde\xd1\x09\x49\x82\xa6\xee\x1d\x5d\xc7\x8b\x7f\x15\x93\x66\xdb\xb8\xbb\xc1\x7d\xa4\x9b\x61\x5d\x58\xc5\xa8\xd4\xad\x0c\xa4\xf6\x4b\x6f\xf7\x84\xb8\x30\xc3\x79\xbb\xd7\x67\xba\xb2\x9c\x3e\xcd\xc2\x40\xd4\x43\x92\x13\x4f\xea\xc6\xa6\xee\x30\x65\x02\x40\x10\x3e\xde\xa7\x4c\xc0\xbb\xc2\x46\xb8\x74\x37\x26\xa0\xe3\x6b\xbd\xf3\xa0\x5d\xf7\xfa\xb0\x3f\x1c\x4b\x1b\xcf\x88\xf4\xc7\xbd\x0c\x04\x2e\x3e\xfd\x71\x2f\xeb\x91\xdd\x70\xc6\xed\x7a\x64\x0b\xb9\xa3\xa8\xea\x91\xdd\xf1\xbe\x5e\xc5\x0e\x68\x29\x4d\x9d\xce\x2f\x6f\x49\xbc\x49\xd2\x2c\x45\x0f\x9e\x6a\x73\x91\xc5\x8f\x27\x23\x20\xbc\x6d\xd1\x0b\x5b\x48\x12\xbd\x77\xbd\xb0\x85\x20\x6f\x49\xf7\xfe\x53\x28\x4d\x8b\xa6\x17\xa0\x42\x12\xd7\xdb\x75\xc2\x16\x1a\x4f\x51\x74\x9d\xb0\x85\xa8\xd8\x86\x4d\xd6\x2e\x34\xae\xe3\xbb\xc9\xda\x85\x58\xca\xca\x4f\xc5\xb5\xa9\xdc\xbb\xce\xdd\x6d\x87\xc1\xeb\xdc\x2d\xc4\xce\x61\x53\xe7\x6e\x21\xb5\x60\xeb\xdc\x2d\x24\x4e\x98\xfd\x51\x3b\x05\x82\x4c\x22\x5d\x77\x6f\x61\xfd\xbe\xc5\x1c\x2b\xae\x77\xb9\xa1\xee\x5e\xef\x0a\xb9\x73\x3e\xd2\xdd\x5b\x08\xb2\x86\xf4\x47\xed\xe9\x51\x07\x22\x7d\x5e\x37\xa3\xbc\x90\x24\xe2\xef\x8f\xdc\x46\x0f\xf0\xb6\xb3\x97\xf4\x00\x17\x12\xbf\xf6\xae\x07\x78\xd7\x03\xbc\xed\x18\x5d\xf5\x00\x17\x42\xe1\xaf\x07\xb8\x90\x44\x6c\x77\xf3\xce\x77\xdc\xb8\xd7\x97\xfc\x9a\x7a\xc9\x63\x1c\x2c\xfc\xec\xf1\x70\x0f\xc4\xe5\x3a\x54\x55\x79\x64\x4a\xf8\x7e\xf5\x47\xa6\x04\x24\x6e\xaa\xfd\x91\x29\xe1\x00\xbe\x8a\xd1\x03\x59\x90\x1e\xe0\xa4\xc9\xef\x7a\x80\x0b\xb1\xb9\x5c\x65\x4a\x40\x7e\xcd\x90\x29\x3d\xe1\x4e\x42\xdc\x3d\xea\x25\x40\xe0\x74\xde\x1f\xf5\x92\xc7\x44\xb1\x29\xc9\xf1\x56\x2f\xd9\xbf\x62\xf6\x33\xc8\x9b\xe8\x42\x57\x2f\xd1\x73\x9c\xdc\x75\x5d\xcf\x71\x61\x7d\x49\x6b\xe5\x70\x40\x34\x3b\x20\x87\xe3\xce\x7d\x15\xa3\xef\xb2\x33\x20\xf7\xb0\x02\xfb\x29\x87\x53\x67\x7a\xe4\x70\x40\xf3\xf6\xf1\x91\xc3\x01\xb1\xb9\xb9\x64\x70\x78\xab\xaf\x2f\x29\x26\x3b\x03\xe2\x70\x45\x6a\xf6\xe6\x52\x7f\x15\x63\x88\xd2\xce\x27\x09\x21\x30\x95\xe9\xd4\x2e\xac\x62\xf4\x54\x46\xa8\x57\x3b\x29\xff\xba\x5e\xed\x42\x92\x2c\xb0\x3f\xde\x2a\x3e\xea\x4c\xea\x17\x8f\x3a\x13\x10\xdf\x62\x96\x5d\x02\xab\x98\x34\xc7\x43\xa5\x29\xec\x95\xe3\x91\xae\xdc\x6a\xdb\xec\x3c\x79\xa0\x48\x14\xd6\xf5\x41\x10\x4a\x53\xfc\x3f\x72\x5a\xbc\xc9\x77\xdb\xa1\x5f\x82\x90\xaa\x1c\xaf\x47\xe0\x57\xcd\x44\x11\xf8\xaa\x99\x00\xa9\x3d\x5b\x97\x73\x21\x89\x77\xed\xba\x9c\x0b\x49\x16\xc0\xfe\xaa\x98\x00\xb9\x23\x13\x5f\x19\xe8\xfb\xf1\x41\x56\xae\x89\xf1\x85\x74\x6c\x4d\x8c\x2f\x24\xef\x5d\x74\x13\xe3\xf7\xd7\x43\xb1\xdb\xe0\x95\xed\x00\x8d\x07\x7e\xfa\x2b\xdb\x79\x3f\xb6\x63\xd3\x64\x3b\x40\xca\xd6\x5e\xd9\xce\x2b\xdb\x41\xa0\xe8\x91\x21\xa4\x97\x70\x7a\x64\xf4\xd7\x73\xf2\x5f\xbf\x0c\x69\x3c\xa4\x7a\xd2\x34\x39\xd1\xfb\xb1\x1d\x0c\xf2\xaf\x6c\xe7\x35\x43\x52\xf5\xd7\x1c\xc7\xcb\x1e\x20\xae\xf5\xc0\x17\x1a\xa9\x84\xfa\x2b\x8f\x01\x56\x31\x7a\xa0\x4a\x03\xe4\x57\x81\xe7\x28\x20\x78\xc9\xad\xbf\x9e\xa3\xde\x8f\x3b\x71\xf3\xf7\xca\x9d\x80\xf0\x20\xfe\xca\x9d\x5e\x0f\x52\xdf\xef\xdb\xa9\x8f\x3b\xa5\xed\xb0\x57\x70\x27\xcd\x76\xaf\xdc\xe9\xf5\xe5\x2e\x14\x09\x1d\x54\x84\x6c\x9c\xad\x74\x50\x11\xe2\x9b\x62\xf9\xd5\xab\x16\x45\x6e\xc6\xfe\xca\xb0\x5e\x19\x96\xab\x4f\x86\xa5\x1b\x4b\x23\xb3\x43\xd7\x8d\x45\x08\x2f\x3b\x74\x63\x11\x42\xa3\x81\x6e\x2c\xfd\x95\xed\x1c\x58\xc6\x7c\x9a\x40\x48\x9c\xca\xfa\x2b\xdb\x01\xf2\x1b\x20\xf5\x2a\x1f\x30\x68\x5e\x16\xfb\x80\x81\x90\x5f\x33\xe4\x00\x3e\x60\xd0\x0e\x3b\x2a\x07\x00\x82\xa0\xdd\x6e\x08\x84\x10\xbc\xa2\xd8\x0d\x81\xe8\x3e\x56\xd0\x48\xa7\xd8\xf5\x76\x11\x72\x0d\xc7\x4f\xc5\xb5\x6f\x19\x74\x1d\x5f\x1a\x09\xb1\xba\x6f\x19\x74\xdc\xfa\x77\x9c\xe9\x87\xbe\x30\x42\x70\xdb\x37\x74\x85\x19\xfa\xbd\x34\xd8\xde\xd0\xef\x45\x48\x62\x57\x86\x7e\x2f\x63\xf3\xe8\x42\xc4\xc1\xd8\x50\x81\x84\x38\xc3\x2f\x87\x24\x2f\xb7\xac\x60\x4a\x9a\x18\x4a\x2a\xa4\x47\x12\x7c\x0a\x0f\xad\xa1\x13\x8d\x10\x64\x35\x1e\x3a\xd1\x08\x79\xac\xc3\xfa\xd8\xaa\xad\x25\x27\x3d\x49\x3b\xc6\x86\x86\x25\x24\x09\x3b\x07\x6e\x37\x0b\x9c\xb4\x83\x96\x55\x3b\x60\xf6\xcc\x42\x9f\x60\x23\x43\x87\x99\x46\x86\x8e\xa1\xc3\x8c\x10\x3c\x37\x32\x74\x98\x19\x38\xc7\x94\x76\x38\x6a\xd5\x1e\x60\xed\xc7\x87\x66\xe8\x1c\x23\x24\xdb\x77\xe8\x1c\x23\x24\xab\x6e\x18\x59\x30\x36\x55\x15\xd2\xa4\x8c\x0d\x06\x21\x24\xbb\x6b\x6c\xa8\x2a\x42\x69\x24\x95\x18\xf8\xc5\x7c\x90\xc8\xc4\xa1\x77\x8c\xb0\x8a\xd1\xf9\xcb\xf1\xc6\xaa\x73\x2d\x41\x3c\xb6\xcb\xd6\x6a\x6e\xbb\x24\xd9\x5a\xb9\x0d\x77\xf9\x83\xa0\x85\x0f\x1a\x59\x04\x87\xa1\x0b\xc3\x40\x84\x86\x77\xf9\x30\x10\x41\x88\x76\x5a\xcc\xc1\xc5\x1e\x13\x1f\xc9\xc1\x6d\xee\x88\x4a\xaf\x60\x2d\x42\x5c\x07\xad\x85\xb5\x08\xa5\x1d\x97\x9f\x3a\x1e\xb0\x96\x63\xb3\x4e\xc7\x43\xc5\xe7\xb0\x0b\xcd\xce\xc3\x48\x08\x9d\x1a\xba\x01\x0d\x7d\x7e\x1a\xae\x07\x43\x9f\x9f\xb1\x79\xfc\x20\x4b\xca\xd8\xd2\xa1\xc4\x06\xc1\x7d\xda\xe0\xd1\x8b\x0f\x4a\x3b\x92\xd5\x96\xfe\x5c\xba\x74\x25\x39\x94\xdf\x46\x73\x9a\x6f\x07\x89\x8d\xc6\xb5\xfa\xd0\xe9\x67\xe0\x92\xb3\x8a\xad\x3e\xe8\x93\x23\xb4\x2c\x14\x73\x39\xfb\x9e\x42\x23\xe4\x62\xf8\x9e\x82\xd0\xc8\x6a\x3f\x7c\x4f\x61\xf0\xc4\xc1\x2a\x56\xa1\xbd\xd2\x30\x6d\x33\x59\xc5\xe5\x06\x24\xa9\x27\x87\x2f\x20\x08\xa5\x9d\x3b\x5f\x22\xef\x84\xe4\xde\x7e\xf8\x02\xc2\x28\xb8\x23\xb4\x13\x26\x50\x9c\x53\x20\x9b\xcd\x75\x4e\x79\xaf\xa0\xb4\xaf\xa7\x4e\x20\x10\xcd\x0a\x9c\x3f\x5d\x88\x1a\xae\x12\x43\x17\xa2\x51\xe4\xa3\xb8\x2d\x8c\x92\xd6\x80\x26\x75\xed\x92\xac\xc1\xe1\x25\x3c\x69\xe8\x42\x34\x70\x21\xf2\x35\x97\xa1\x0b\xd1\xd8\xb9\x0c\x6e\xe4\x2b\x18\xbb\x4c\x05\x08\xf2\x9a\x8c\x5d\x9e\xb2\x6b\x69\xe5\x4a\x7e\xec\x08\x6d\x21\xaf\x8b\x62\xd8\x2f\x84\xd2\x70\x14\x19\x7a\x1a\x09\xc9\xfd\xf0\xd0\xd3\x68\xec\xf8\x9d\x35\x9e\xbc\x19\xbb\x0b\x0e\x88\x33\xa8\xa0\xd9\x0e\x7b\xcf\x7b\x31\x43\x1f\xa1\xb1\x73\x95\xd2\x70\x19\x1f\x3b\x32\x49\x08\x1c\xcb\xc7\x1e\xb6\x0d\xcf\x8b\x46\x0a\xd7\xb1\xa3\x82\x0a\xc1\x4b\x8b\x63\x4f\xbf\xd4\xd5\x94\xdd\xb6\xe7\xf7\x65\xa5\x1d\x96\xb2\x57\x89\x33\xfb\x2e\xc9\x4e\x11\x95\xd7\x88\x31\x18\x7b\xda\x2b\x94\x52\x82\x35\x06\x0e\x49\x1f\x04\x29\x84\x86\x6e\x49\xe3\x73\x4b\xb2\x4f\xee\xa1\x5d\x9d\xb4\x5e\xd2\x86\x34\x3c\x37\x2f\xdb\xef\x08\x71\x49\xd7\x2a\x5b\x12\x57\xa6\x0f\x82\xa8\x83\xa1\x43\xd3\xd8\x0d\x6b\x39\xd6\x8f\xe9\xd0\x24\x84\xfc\xee\x50\x58\xe9\xe3\xd4\x88\x61\x18\xfa\x38\x09\x51\x11\x39\xfa\x38\x8d\x43\x93\x2e\x6f\x1d\x8d\x03\x4d\x44\x88\xab\x4a\x1a\x92\x98\xa9\x6b\xe7\x53\x67\xea\x70\xa6\x2e\x76\xc2\xe1\x4c\x01\xe9\xee\x3b\x9c\xa9\x43\xa6\x42\x88\xc8\x38\x1c\x10\x20\x62\xff\x79\x88\xf6\x38\x1c\x2e\x7d\x9b\x1a\xde\x93\x43\xdf\xa6\x61\x7c\x0f\x49\x76\x87\xbe\x4d\xe3\xd4\x48\xc1\xb5\xf7\x38\x31\x52\x08\xc1\x03\x4f\xe3\xc4\x48\x31\xce\x93\x09\x71\x69\x9f\xca\x63\x20\xf1\x46\x1a\x66\xb3\x1e\x7a\x4a\x35\x67\x5c\x4f\x29\x21\xb9\xf6\x1e\x7a\x4a\x0d\x3d\xa5\x1a\xce\x9e\x43\x4f\x29\x21\x48\x96\x38\xf4\x94\x1a\xa6\x96\x6e\x57\xf3\xd7\xba\x34\x4d\x9a\x27\x24\xdb\xe1\xd5\x08\x4f\x38\x8e\x53\xa6\x03\x34\x12\x76\x0e\x13\x44\x8f\x53\xa1\x71\x05\x0d\x51\x68\x9c\x66\x8d\x62\xe9\x99\x5d\x79\x98\x4a\xb9\x71\x0d\x39\x4c\xa5\x2c\x04\x0f\x14\x0c\x53\x29\x0f\x53\x29\x37\xee\x17\x87\xae\x52\x42\x69\x44\xb4\x0d\x73\x29\x0b\xa1\x48\x36\x97\xf2\x38\xf3\x2b\xc6\xc0\xa5\xc5\x12\x37\x92\x2a\xe9\x2b\x06\x2b\x85\xe7\xe8\x29\x25\x84\xf2\x4c\x4f\xa9\x71\xba\xed\xda\x4e\x3b\xdc\x76\x40\x60\x5e\x19\xa7\xdb\xee\xf4\x2c\xd8\xd8\x03\xa7\xfb\x0e\x08\x12\x22\x8f\xd3\x65\x76\xba\xef\xda\xe1\xa7\x0e\x6f\x3a\xcd\x56\xe0\x34\xbb\xb6\x08\xde\x18\xba\x67\x0d\xdc\xb3\x7c\xe4\x67\xe8\x9e\x35\xaa\xea\x1f\xbe\x1a\xa3\xba\x7d\x80\x20\xcc\x7c\x54\xd5\x3f\xa0\xb4\xc6\x2c\x54\x6c\x67\x42\xe2\xc2\x36\x2a\x2e\x1d\x43\x2f\x2e\x5f\xb7\x19\x7a\x71\x09\xd1\x96\x52\x3d\xf4\xe2\x12\x82\xb7\xce\x46\x75\x55\x56\xef\xf0\x70\x98\x19\x55\xcd\xae\xea\x9d\x8a\x16\x57\xd5\xec\xaa\x92\xb0\xb1\x63\xaa\x92\x10\x88\xca\xf4\x55\x25\x61\x75\xb9\xe1\xa4\x33\xaa\xcb\x0d\x88\x06\x1f\xaa\x2e\x37\x20\x64\xf2\x55\xf1\x00\x04\x8f\x34\x8d\xaa\x78\x00\x82\x47\x6b\x46\x55\x3a\xd4\x6f\x65\xc1\xe8\xf4\xf5\x1a\x55\xe6\xdd\xd0\x47\xaa\x8b\x01\x68\x98\x36\x46\x75\x31\xe8\x12\xd6\x48\x3d\x34\x74\x09\x13\xb2\x15\xbf\x74\x3c\xb8\xe0\xf6\x4d\xd5\xa1\x4f\x98\x10\x5b\x48\xb2\xef\xce\x32\x2e\x1b\x43\x37\xb1\x81\x9b\xd8\xae\x9e\xa1\x9b\x98\x50\xbc\xa7\x1e\x97\xbc\x14\x48\x37\xc2\xc5\x35\xc9\xb8\x5c\x0c\x98\x3e\xc7\xe5\x62\xb8\xcc\x91\xdf\x24\x55\x49\x97\xc5\xac\xa1\x49\x43\xb5\x43\xdf\xb9\xb8\x13\x19\x97\x93\x80\x9b\xdf\xb8\x9c\x04\x20\x32\xf9\xd2\x49\xb8\x3c\xd0\xba\xaf\xae\x66\x43\x38\xd0\x6e\x76\xa1\xf9\x65\xfb\xbc\x38\xd6\x58\xea\x3a\x36\xae\xaf\xf7\x6d\xf5\x5e\xd7\xb1\x81\xeb\xd8\xc1\x6d\xe1\xd0\x75\x6c\x34\xef\x2c\x70\xe3\x18\xfa\x67\x09\xc1\x85\xf9\xd0\x3f\x6b\x34\xed\x7e\xbc\x63\x3d\xcc\x47\x2c\x04\xde\xd6\xa3\xa9\x25\x37\x8f\xd1\xbc\xbe\x3a\x9a\x8a\x11\x10\xe4\xdc\x1f\x7a\x76\x8d\xa6\x0c\x22\xd1\xff\x68\x32\x24\x20\xc9\xd9\x34\x9a\x32\x48\xd7\xae\x46\x62\x96\xa1\x6b\xd7\xd0\x41\xab\xe1\x2a\x31\x74\xd0\x1a\x38\x68\x1d\xdc\x40\x0f\x1d\xb4\x84\x12\x1b\x27\x9f\x70\x52\xc3\xf7\xca\x61\x5b\xe1\xa4\x9a\xdf\x37\x48\x6b\x32\xcc\xef\x2b\xe4\xc6\x80\x98\xdf\x77\xe0\x33\x55\x7c\x35\x7e\xe8\x34\x25\x04\x79\x2f\x46\xb8\x01\x83\xb1\x34\x78\x69\x84\x63\x09\x44\x85\x69\x87\x63\x19\x5c\xfa\xfb\xc4\xc3\x08\x4f\x21\x40\x7a\x36\x0c\x87\x37\x9a\xc5\xd0\x14\x43\xfd\x09\x08\x6e\xcc\x87\x6e\x4e\x23\x88\x5d\xfa\xc6\x37\xc2\x1a\x30\x2e\x6e\x08\xe0\xc0\xb8\x38\x22\xed\x02\x63\x19\x72\x68\x20\xc9\x34\x32\xc2\x4d\x09\x14\x9f\xc1\x18\xe1\xae\x04\xa2\xe6\xdf\x20\xbb\x43\x8d\x2b\x88\x11\xd0\xc7\x65\x84\x1c\x1c\x48\xee\x21\x46\xc8\xc0\x83\x63\x45\x10\x85\x30\xc2\xbd\x0d\x04\x3e\xf1\x23\xdc\xda\x7a\x68\xc5\xc6\x59\x5a\x0f\xad\x11\x4e\x39\x5b\x4a\x0f\xad\x91\xdf\x5c\x52\x43\x3a\x97\xe9\x5c\xc2\x9e\x74\xda\x12\x92\xb7\x91\x87\x4e\x5b\xc3\x64\xb4\xbe\xff\x3d\x4c\x46\x2b\x34\xc2\xe5\x86\xc9\x68\x85\xe2\xcb\x86\x23\x5d\xf0\x40\xe2\x98\x31\xd2\x63\x21\x39\x69\x8b\xf1\x49\x23\x5d\xf0\xa9\x9c\xae\x92\x42\x12\xcd\xe5\x1d\x8e\xa1\x6f\xd7\x20\xf1\xeb\xa2\xd1\xde\xb0\x56\x0c\xb4\x5c\xa5\x0c\xb2\xc0\x7e\x90\x2e\x64\x73\xc1\x8e\x84\x73\x06\xb7\x41\x23\xe5\x9c\x40\xba\x1a\x75\x14\x1b\xe9\x50\x12\xac\x30\x74\x01\x1b\xb8\x80\xf9\x54\xc9\xd0\x05\x6c\x10\xe3\x5b\xbe\xc5\x6d\x90\xaf\x90\xc1\xa2\x35\xc8\x77\xe8\xdb\xf5\x9d\x32\xf5\xed\x12\x12\x77\xcf\xa1\x6f\xd7\xd0\xb7\x2b\xc8\xc3\x32\xf4\xed\x12\x02\xdf\x92\xa1\x6f\xd7\xb8\xc9\xdd\x17\xfb\x46\x43\x54\x8d\x80\x24\xe8\x79\xf0\xf4\xff\x2f\x03\x77\xaf\x55\x6c\xf5\x54\x7f\x2f\x21\xb8\x07\x1c\xb7\x07\xb9\xdb\x39\xc5\x37\x77\xdc\xce\xe9\xed\x26\xdb\x25\xd9\x05\x18\x6c\xec\xec\x6c\x83\x92\x85\x74\x7b\x1a\x93\x3c\x0c\x40\xd6\x59\x6a\x18\x80\x2c\xe4\xf6\x91\x42\xd2\x6d\xb1\x0a\xad\x4b\x83\xaf\xed\x56\x60\xaf\xb8\x95\xd8\x36\x2b\xb0\x57\x6e\xf6\xfd\x2b\x66\x73\x9b\x3c\x81\x1f\x73\x81\x00\xab\x18\x9f\xaa\xa1\x01\x49\xc0\xf7\xb8\xd5\xd0\xf0\x1d\x2b\xb1\xc3\x00\x74\x1e\x13\x92\x10\xae\x71\x87\x23\x1e\x56\xca\xf6\xd0\x79\x4c\x68\x84\xae\x8c\xdb\x15\x08\xc4\x85\xc0\xb9\x5d\x81\xb7\xdc\x64\x77\x9a\xe5\x26\x40\x10\x99\x36\x6e\xb9\x89\x21\xd4\xbe\x8d\x3c\x0c\xa1\x16\x12\x0b\xe4\x30\x84\x7a\xe8\x76\xa6\x23\xd7\xd0\xed\x6c\xe0\x76\x76\x90\xe4\x61\xe8\x76\x36\x8c\x67\xf6\x39\xa7\x61\x3c\xb3\x90\x5c\x5f\x0c\xe3\x99\x85\x62\xe0\xce\x30\x9e\x59\x08\xde\x30\x1f\xc6\x33\x0b\x25\x30\xf4\x0f\x03\x9a\x85\x54\x3e\x1a\xcf\x3c\x70\x5c\x2b\xbe\x20\x3b\x0c\x55\x16\x32\xbe\x76\x0c\x49\x0e\xe5\x65\x7b\x1f\x69\x1e\xba\xad\x80\xa1\xec\xf5\xab\x94\x4f\xdd\x1e\x40\xca\xf1\x74\x89\x1b\x38\xb6\x15\xdf\x70\x1c\x7a\xb6\x09\xb1\x05\xed\xd0\xd0\x06\x14\x1f\xd1\x1f\xbd\x7e\x35\x10\x76\x81\xe9\x4a\xff\xb7\xa1\x2f\x9a\xe9\x76\x86\xbe\x68\x42\x92\xec\x6a\xe8\x8b\x36\xfa\xb7\x78\x61\x04\xbd\x7d\x34\xae\xa2\xfd\xd2\xc5\xdb\x5d\xbc\x48\xfd\xee\xe2\xd5\x3d\x2d\x34\x4a\xe9\x9e\x36\xba\x62\xe9\x70\x2c\x15\x4b\x40\x34\x27\x4b\xb1\xd4\x5d\x82\xc4\xcf\x8e\xee\x12\x04\x42\x8d\xaf\xbb\x04\xbb\xeb\x8d\xac\xcd\xa3\xbb\xde\xba\xd2\x8b\x93\x78\x77\xbd\x75\xb9\x20\x99\xe2\x47\x97\x0b\x02\xd1\x50\x0c\xbb\x5c\x10\x28\xc1\x83\x00\xa3\x2b\x64\xba\x8f\xa4\x3b\x59\xea\x8f\x7a\xd8\xc5\xe1\xcc\xb8\x2c\xf1\xb0\x3b\x48\x8e\x31\xf4\xb0\x13\x1a\x66\xfc\x31\xd4\x34\x80\x24\x81\xff\x18\x6a\x1a\x83\x73\x6a\x68\x76\x1d\x9e\x53\x81\xdc\x4e\xbf\xbc\x25\x71\xbf\x55\x25\x75\x49\x64\xf2\x84\xb9\x0d\x57\xdb\x50\xd4\x69\x75\x1d\x2e\x2d\x20\x78\xd1\x6f\x0c\x45\x9d\xd9\x50\xe3\x6f\x49\x47\x3e\x4c\x96\x2a\x24\x99\x22\x86\xc9\x52\xc7\xe0\xf6\x28\x0e\xdb\xe4\x92\x02\x52\xd5\x44\x9f\xbf\x81\x33\x5f\x31\xa3\xdd\xd0\x9b\x4f\x48\xdc\x38\x87\xce\x7c\x43\x5f\xbb\x20\xa3\xcc\xd0\xd7\x6e\x7c\xbe\x76\x61\x31\xa6\xc3\xdc\xaa\x41\xd6\xe4\xa1\x7f\x9a\x90\x9b\x9d\xf6\x60\x8b\xff\x59\x09\xd2\x21\x0f\x43\xee\x85\xe0\x7e\x6a\xe8\x8b\x26\xac\x62\xb4\xd7\x05\x3a\xbe\x95\x87\x66\x66\xc8\xbd\xd0\x02\xee\xaa\x2f\xd7\x18\x2a\x44\x27\x67\x67\x43\xee\xc7\x17\x72\xcf\xd1\xc8\x90\x7b\x61\x15\xa3\x06\x8d\x4c\x40\x6c\x08\xaa\xa1\x91\xc9\x84\xae\xbe\xbc\x30\xf4\xe6\x12\x82\xf4\xfb\x43\x6f\xae\xa1\x37\x97\xa9\xfb\x87\xde\x5c\x03\x6f\xae\x03\x37\x9c\xa1\x37\xd7\x30\xe2\xfd\x33\xeb\xe9\x4d\x33\xf4\x58\x89\x93\x75\xa0\xc7\x8a\x90\x17\x1b\x5b\x8f\x95\x81\x2b\x4a\x89\x33\x2b\xb4\x90\x86\xb5\x8b\x01\x31\x3d\xe5\xd0\xef\x24\x2a\x7d\xd0\xef\x64\xe0\x77\x72\x68\x49\xd1\xef\x64\x98\x65\x2e\x2a\xbb\xc7\x2c\x73\x42\x10\x18\x34\xcc\x32\x37\xcc\x0b\x67\xa8\xeb\x30\x2f\x9c\x10\x9a\x94\xcc\x0b\x37\x0c\x5b\x8f\x0a\x03\xf7\x3e\x5e\x28\x51\x51\xfb\x8d\x5b\x17\xe2\x62\xc8\x1f\x05\x9f\x39\xda\x74\x56\x1a\xde\xb4\x0b\x89\x33\xff\xf0\xa6\x7d\xf8\xb8\x7d\x54\xf4\x1b\xaf\x91\x85\xe0\x9a\x6d\x78\x8b\x3c\x1e\xf9\x04\x09\x3a\xc6\xe3\xd4\x3c\xbe\x26\xc4\x59\xdf\x5b\xe4\xf1\x7c\x83\x84\x7e\xe3\x95\xf1\xe0\xca\xf8\x20\x4d\xe1\xf0\xca\x78\x98\x7f\x2c\xc8\xb3\x31\xbc\x0c\x16\xd2\x93\xa1\x97\xc1\xc3\x6b\xde\x4f\xdc\x7a\xcd\x2b\x44\xc0\x73\xbd\xe6\x1d\x5c\xed\x16\x73\xf2\x8c\x57\xb1\xf1\x1a\x0a\x9d\x7e\x99\x92\xba\xc5\x76\x68\x43\x1a\x86\xc8\xf4\xd7\x58\x83\x5e\xc3\xea\x8b\x38\xbc\x86\x15\xf2\x0a\x49\x16\xc3\x29\xd5\x7c\x19\xc3\xcb\x54\xa1\x11\x65\x31\xbc\x4c\x15\x56\x31\xba\xa5\xc5\x1c\x48\x1e\xd6\x19\xde\xaf\x0e\x2e\x53\x57\x31\x3f\xb5\x0b\x8d\x07\xba\x8b\x24\xbb\xd0\x6c\x1b\xab\xc6\x7b\x52\x21\xaf\x90\xf4\xb5\x8d\x55\xa3\xbd\xd0\x4b\x51\xa1\xf8\xe6\xd1\x78\x5d\x35\x40\x34\x24\x89\xf7\xa4\xc3\x1b\xd0\x20\xde\x7a\x78\x03\x2a\x04\xb1\x1d\xc3\x1b\x50\x21\xc9\x1f\x32\xbc\x01\x1d\x04\xea\x97\xb8\x50\xbb\x4d\xef\x26\x24\xcf\x05\x8d\x57\x86\x01\xe4\xc5\x66\xf3\x9e\x74\xbc\xae\x2d\x1c\x5d\x86\x17\x95\x42\xe0\x7c\x37\x8c\xe3\x17\x56\x31\x7a\xaa\x85\x18\xc8\x0b\x89\xe6\x75\xe6\xe0\x3a\xf3\xc0\xaa\x38\xbd\xce\x9c\xdc\x36\x96\xc0\xaa\x38\xbd\x6e\x14\x5a\xae\x65\x3f\xbd\x6e\x9c\xdc\x23\x96\xa0\xb9\xd3\x8b\x44\xa1\xb5\xb5\xd7\xa6\x17\x89\x73\xfb\x56\xe5\x5a\xa9\xd3\x5b\x43\x21\x48\xeb\x3f\xbd\x35\x9c\xdb\xb7\xdc\x32\xa1\x0d\x69\x03\x8b\x67\x85\x64\x3b\x14\x29\xf8\xfc\x4f\xef\x03\x85\xe4\xa9\xe3\xe9\x7d\xe0\xdc\x64\x2b\xd8\x28\xe7\x06\x5b\x11\xa2\x16\xda\x06\x5b\x99\x86\xc6\xfb\x70\xcf\xf4\xf2\x4f\x70\xaf\x4d\xef\xfe\x84\x55\xcc\x5f\xb3\xf7\x3e\x39\x52\xe8\x15\x27\x82\x69\x04\x7d\x10\x59\x39\xbd\x3a\x13\x82\x60\xa8\x69\x04\xbd\x50\x02\x4b\xe3\xf4\x36\x6d\x7a\xff\x15\x98\x15\xa7\xf7\x5f\x93\xfb\xaf\x23\x97\x8c\x9f\xde\x7f\xcd\xe2\x58\x62\x20\x9b\xde\x62\x09\x89\x49\x75\xfa\x2a\xf8\xf4\x55\x70\x34\x97\x9f\x49\xef\xe9\xa3\xe1\x42\xe0\x25\x38\x7d\x34\x7c\xfa\xf4\x77\x60\x79\x9b\x5e\x7c\x09\xad\x5d\xb4\x89\xe3\x92\x10\x78\x2c\x4c\xef\xbd\xa6\xf7\x5e\xd1\x92\x62\xcd\x66\x7a\x97\xb9\x16\xf2\xf4\xde\x6b\x16\xc7\xcb\x31\xf4\x9d\x6d\x21\x79\x50\x75\x16\xc7\xcb\x7b\xaf\xe0\x75\xf4\xe9\xbd\xd7\x2c\x4a\x43\x6c\x65\xb3\xa4\x9f\x7e\xd2\x90\xe6\xa6\x9f\xa6\x39\x35\x12\x12\x93\xe4\x55\x98\xd1\x8d\xd3\xab\xb0\xc9\x55\xd8\xb9\x2d\xce\x3c\xbd\x0a\x13\x92\xdd\x39\x0d\xa6\x9f\xbb\x87\x08\x97\xe3\xce\x21\x42\x08\x9e\x51\x9e\x3b\x87\x88\xb9\xbb\x7b\x48\x59\x32\x77\x77\xcf\x6e\x80\x1d\x4d\xf3\x5e\x6d\xee\xae\x77\x12\x0b\xce\xdd\xf5\x0e\x34\xb4\xdc\xb9\xbb\xde\xf7\xcb\x4a\xd9\x8b\xbb\xc3\x0b\xe4\x75\x49\xb2\xd2\x2f\xed\x43\x40\xaa\x92\x9a\x5f\x52\x81\xeb\x1d\x48\xa2\x38\xe7\xce\x2d\xf9\x34\xd0\x5f\x2f\xcf\x69\x24\xbf\x10\x35\x2c\x66\x73\x2f\x27\x21\xa5\xbd\xd2\x5e\xce\xf5\x74\xbe\x39\x6c\xca\x69\xbc\x9b\xe6\x8e\x9c\x16\x1a\xa9\x7a\x26\x09\x01\x16\x9c\x16\xa3\x6d\x2e\x90\xdd\x2c\xfa\x3b\x63\xe4\x02\xd9\xbf\x99\x67\x1d\x79\xe7\x37\x09\xf8\x2f\x91\xfe\x1c\xec\x55\xd0\xca\x33\x77\xd8\xeb\xdc\xd5\xd1\x48\xac\x3d\xf7\xb0\x0f\xe8\x68\xf9\x15\xb3\x0b\x9e\x0e\x48\xac\x3d\xb9\x27\xfc\xc0\x93\xc0\xf4\xb6\x70\x72\x35\xb8\x8a\xd1\xfb\xb4\xbd\x3a\xac\x6d\x4c\x56\xda\x5e\xdc\x55\xfe\xba\x1c\xd0\xdb\x84\x24\x7c\x6a\x7a\x37\x38\xbd\xbb\xd3\x50\x3f\xbd\xbb\x13\xf2\xf4\xd7\x5c\x95\xdc\xdd\x9d\xc4\x91\x4c\xef\xee\x26\x97\x72\x25\x48\xd3\x3d\xbd\x95\x13\x92\x47\x0a\xe6\xc1\x99\x75\x1e\xb8\xd2\x07\x41\x6c\xf3\xe0\x34\x2a\x04\x6f\x2f\xce\x83\x43\x84\x50\x82\x44\x3a\xf3\xe0\x14\x21\x24\x3a\xeb\x3c\x38\x45\xcc\xc3\x05\xcd\x55\xd1\x3c\x5c\xd0\x40\x12\xef\x3f\x0f\x17\xb4\x4f\x4d\x07\x2f\xf4\x4e\x9f\x9a\x16\x12\xd5\x76\xfa\xd4\xf4\x3c\x64\x61\xa4\xf3\x9e\x87\x2c\xec\x30\x66\x9a\x29\x3d\x64\x61\x87\x4a\x0a\x56\xe3\x79\x54\xbb\xc0\x3d\x59\xf9\xbe\xb4\x0b\xdc\x93\x05\x49\x7e\xe6\x51\x6d\x6f\xf5\xe4\x99\x90\x86\x24\xbb\x50\x6d\x9b\x5d\xa8\x76\xe1\x80\x64\x17\xaa\x0b\x84\xce\x73\x28\x9e\x47\xfb\xda\x41\x4f\x9b\xed\xe0\x15\xd2\x76\xd0\xdc\x66\x3b\x9a\x43\xc9\x36\xe5\x9e\xf4\x83\x6c\x4e\x42\xb3\x69\x2a\x24\x5f\x0d\xcd\xb6\xf9\x96\xe0\x6e\x31\x9b\xe6\xba\xcf\xa0\x57\xae\x7b\x6e\x4b\x17\x8d\x2e\x84\xe3\x16\x86\x37\xd1\x90\x70\xdc\xf4\x17\x65\xeb\x92\x58\xe2\x83\x96\x27\xe3\x11\xf6\x20\x1c\x36\xc7\xc8\x1d\x73\x98\x90\xc9\x8e\x86\x4d\x0b\x87\x2d\x6d\x87\x6d\x23\xdd\xd8\xf5\x55\xe0\xb0\x69\x7b\x24\x82\x6f\x9a\x5f\x42\x88\xdc\xa9\x20\xed\x01\x97\x7f\xde\x52\xcc\x23\x5d\x0d\xe6\xcb\xac\x16\xdb\x25\xed\x16\xa3\x21\xee\x3f\x20\xd2\x31\x4a\x97\xbd\xc7\xa6\x84\x85\x1c\xee\x3f\x20\x2e\x87\xcd\xed\x77\x78\x5a\xc9\xf4\x53\x7b\xcf\x25\x21\x01\xa3\xf3\x48\xe7\xcf\xbb\xf9\xaf\x4e\xa7\x4f\x4d\x9f\x64\xe9\xd3\xbb\x68\x21\x78\x63\x7c\x7a\xd9\x3c\x79\x76\xbc\x24\xaf\x06\x4e\xdf\x1d\x17\x5a\xba\xec\x15\x3b\xc0\x2a\x46\xdb\xdc\xf3\x40\x70\xb8\x9a\x5e\x53\x4f\xae\xa9\xcf\xfd\xf8\xb9\x8b\xda\xf4\x16\x5b\x58\x3f\x7c\x40\x2b\xd2\xcc\x8c\x1a\x90\x76\x49\xa7\xc5\x4e\x68\x55\x1a\x97\x72\x4b\x89\x9e\x27\xa6\x2d\x61\x15\x93\xd6\xa4\x35\x86\xcb\x0a\x42\x52\xb7\x98\x35\x0c\x69\xa4\x78\x40\x78\x79\x27\x3e\x79\xd5\xb9\x78\x21\x32\x79\xdb\xf9\x03\x0f\x99\xd3\x17\x9e\x27\x6f\x37\x17\xef\xa5\xa6\x8f\x37\x0b\x71\x5d\x16\x3b\x25\x55\x8b\xd1\x36\xd9\x04\x10\xf5\xa0\x82\x6a\x73\xe1\x1c\x5a\x35\xa7\x37\xec\x42\x24\x92\xca\x1b\xf6\xc9\x6d\x7a\xd1\xc6\x3d\xbd\x4e\x17\x82\x94\x6f\xd3\x97\x9a\x27\x49\x46\x8a\xe6\xae\x69\x96\x11\xe1\x63\xc2\x5e\xba\x4f\xde\x56\x2e\xda\x6a\xa7\x8f\x2b\x0b\x91\xf0\xef\x53\xf9\xeb\x7b\xcb\x5e\x21\x4c\xdf\x5b\x16\x22\x3f\x92\x63\x74\xb9\x58\x60\x1d\xa7\x92\x15\x08\xee\x37\x27\xef\x31\x7f\x50\x34\x37\x4f\x9f\x65\x16\x22\x3f\x92\x6d\xc3\xd9\x4c\xfb\xed\xf4\x59\x66\x21\x48\x53\x36\xcd\x93\x22\x04\xc9\xe2\xa6\x79\x52\xa6\x4f\x30\x6b\x92\x9f\x3a\x09\x08\x9f\x68\xf1\x09\xe6\x89\x8f\x40\xd1\xbc\x32\x75\x12\x10\x3e\x75\xe1\x94\xd1\x99\x75\x45\xfb\xed\x34\xeb\x8a\xd0\xc2\x5f\x93\xd1\xe1\x36\x50\x34\x81\x4d\xfd\x06\x84\x4f\x18\x98\x88\x45\xf0\x74\x33\x4d\xc4\x22\x04\x3e\x1e\xf3\x94\x43\xfa\x52\xb3\xa6\xbe\xe9\x4b\xcd\x42\x54\x37\x8c\xfc\x90\x74\x2d\x25\xc9\x2b\x36\xcd\xd7\x22\xc4\x09\xef\x3b\x65\x91\xc0\x2a\xe6\xa7\xf6\x2a\xd0\xd9\x60\xcb\xa7\x2c\x12\xf8\x24\xdc\x29\x8b\x3c\x55\x3d\xd2\xdf\x77\x92\xe5\x90\x76\x53\x0e\xa9\x7b\x44\xf2\x7c\xc2\xd4\x3d\x42\x88\x74\x6c\xe5\x90\x40\x70\xb5\x31\x75\x8f\x10\x9a\x62\x50\xf7\x08\x21\x78\x44\x69\x9e\xaa\x2c\x40\xf1\x95\xfe\x79\xca\x33\x81\x48\x27\x45\x9e\xa9\x2b\x44\xca\xe6\x74\x85\x10\x3e\xe1\xae\x2b\xc4\x3c\xd3\xdd\x8d\x56\x7b\xca\xe6\x80\x4f\x55\x38\xe5\x72\x7a\x4c\xf8\x68\xf7\xd4\x63\x62\xe2\x31\x71\xaa\x62\xe9\x31\x31\x49\x58\xb3\x8a\x49\x3b\xa4\xc1\xf6\x59\x7e\x3a\x51\x08\x11\xe8\xe5\x3a\x51\x08\x41\x72\xb0\xa9\x0f\x85\xe0\x95\xd6\xd4\x87\x62\xd6\xd3\x29\xe6\xe8\x54\x55\x76\xaa\xef\xc1\x31\x51\xba\x55\x4c\xfc\x26\x4a\x92\x4b\x61\x56\x35\x9b\x0a\xcb\x4a\x66\xbd\xca\xb2\x80\x55\x4c\x5a\x91\xa6\x23\x4b\x85\xb4\x4b\x72\xeb\x35\x3a\x25\x1b\x03\x82\xb4\x14\xb3\xaa\xff\xd4\x8f\xb3\x71\x86\x32\xfd\x8e\x10\x78\xd9\x4f\xd3\xef\x4c\xd3\xef\xe4\xc6\x21\xdc\xf4\x3b\x42\xb4\xcb\x4a\xed\xc2\xc7\xd9\xd0\x45\xcc\xbf\x23\xe8\x1d\x31\xcd\xbf\x23\x04\xf1\xb9\xb3\xaa\xff\xe8\x06\x92\xdc\x14\x4c\xdd\x40\x84\xe0\x65\xe6\xa9\x1b\x88\x10\x97\x5f\x7a\x2e\x04\x3e\x35\xcc\xc4\x3d\x42\x54\x34\x00\x7d\x45\x84\xf5\xfb\x16\x73\x38\x70\x16\x91\x23\xea\x2c\x32\xf1\x06\x59\xc5\x18\x5c\x39\x27\x10\x3c\xe2\x3d\xab\x27\x97\x7a\x7d\xfd\x64\xd4\x3c\xbc\x57\x03\x00\x10\x11\xd5\xc3\x4c\xfd\x78\x6e\xf8\xa9\x1d\x85\xe7\x12\x94\x39\xab\x3c\xb7\x7e\xcc\x14\x69\xec\x0b\xe3\x42\x10\x18\x36\x7d\x61\x7c\xd6\xa6\x1c\x85\xb1\x55\x39\x27\xd0\xf2\x6f\xf0\x50\x9b\x55\xc6\x5a\x3f\xc6\x8a\xbe\x51\x65\xac\xf5\xf3\xf8\x64\x54\x65\xac\xf5\x63\xac\x49\x77\x64\xac\x40\x8b\x66\x31\x3b\xfd\x31\x56\x34\x95\x2a\x63\x05\x22\x39\x23\xea\x49\x23\x94\xc4\x97\x6b\xd6\x70\xde\xc2\xe7\x65\x58\x9f\xf2\x5a\xde\x46\x5f\xc5\x98\x11\x39\x2b\x10\xd5\x1d\x20\x67\x05\x56\x31\x3f\xb5\x5b\xe1\x9a\xa5\xb9\x32\x5b\x60\x15\xa3\xa7\x72\x5b\x20\xf0\x8a\x9d\x35\xec\xa9\x0c\xb8\x6c\xd2\x5c\xda\x30\x60\xed\x1f\x55\x06\x5c\x65\xc0\x64\x5e\x9b\x55\x06\x0c\x7c\x0a\x7a\x95\x01\x03\xc5\x24\xc4\xb3\xca\x81\x81\x48\xa7\x5c\x0e\x5c\xbd\x1f\x3f\x18\x0f\x39\xb0\xde\x46\xe6\x86\x9e\x7a\x1b\x09\x41\x88\xca\xd4\xdb\x48\x88\xac\x96\x72\x3c\xd2\x8e\xba\x51\x54\x34\xab\x8a\xa6\x5b\x5d\x45\x13\xd0\xb5\x66\x56\x15\x4d\x60\x7d\x49\x0f\x54\x34\x81\x20\x5d\xc7\xd4\x9b\x69\x56\xd9\x2d\xcf\x47\x4d\xfd\x94\x84\x50\xb5\xf7\x35\x7a\x61\x15\x93\xe6\x2c\xc3\x6e\xf1\x63\x9b\xba\x2e\x09\x41\x12\x92\xa9\xe7\x92\x50\xb2\xa0\x11\xe9\xba\x24\x04\x49\x48\xe6\x25\x53\xbe\x4c\x56\x44\xdf\x75\x66\x9a\x7a\x2e\x25\xd1\xf9\x53\xcf\x25\x21\x78\x67\x69\xea\xb9\x24\xac\x62\x27\xb4\x94\x96\x14\x6b\x90\x6e\x49\xcc\x7b\xf3\xc7\xba\xa4\xe1\x97\x15\xda\x94\xa6\xbb\x87\xc5\x1e\x49\x0e\xd1\xee\xaf\xbd\xd2\x18\x22\x14\xc9\x4b\xe6\x6d\x76\xaf\x24\xa2\x7e\x9a\xdd\x4b\x88\x44\x62\x98\xdd\x4b\x68\xca\x95\x4b\xde\x7d\x7d\xcf\x21\x50\xa7\xbc\xdb\x57\xe4\x93\x98\xdb\x69\xc2\x2f\xe1\x33\x65\xfa\x8a\xbc\xb0\x8a\xf9\xa9\xe3\xa1\x56\x7a\xd9\x0c\x87\x43\x16\x5f\x0e\xdb\xe1\x78\x54\x5f\x9b\x64\xd4\x64\xf1\x97\x2c\x1e\x7f\x92\x69\x5e\x30\xc1\x2b\xc7\x69\x5e\x30\x21\x78\xc4\x6a\x5e\xb2\x78\x20\xea\xd7\x34\x47\x08\x93\x6a\x16\xbf\x94\xc5\x03\x51\xed\xa8\x2c\x1e\x08\xae\xae\xe7\x25\x8b\xc7\xd5\x6c\x7d\x49\x05\x32\xef\xcb\xa4\x5d\xe8\xcb\xd7\xe5\x70\x5c\xce\x3b\x5a\xde\x25\xf3\x06\x82\x27\xef\xe7\x75\xd9\xcf\xcb\x7d\x70\x5a\xa9\x1d\xbd\xdc\x07\x4c\xa8\x2c\xfe\xba\x9c\xe4\xd3\x4f\xed\xc2\xe5\x24\xd3\x03\xf5\x65\x60\x15\xa3\x6d\x2a\xcc\x40\xf0\x9e\xf9\xd4\x25\x4e\xd0\xeb\x73\xea\x12\x27\xac\x2f\xe9\xa9\xfa\x32\xe0\x55\xde\xbc\xe4\xfa\x40\x90\x2a\x67\x5e\xb2\xf5\x4b\x7f\x35\x07\xb7\x39\xef\x72\x7a\x0f\x59\x97\x9c\x1e\xd0\xf2\x3f\x2f\x39\xfd\xd5\x9c\x50\x98\xdd\x25\x5b\x07\x82\xb4\x35\xf3\xd2\x30\xa0\xb7\x5e\x16\xb4\x02\xbd\xf5\xe6\x15\xb2\x2c\x98\xf3\xa5\x72\x0c\x44\x36\x49\xf6\xe0\xe3\xd7\xce\x9f\xfc\xfa\x92\x5f\x23\x4b\x2e\xf9\x35\xe0\xfd\xf6\xbc\x64\xd7\x40\x24\x2c\xeb\x92\x5d\x5f\x1f\x83\xad\x7e\xe9\xca\x92\xc1\xba\xc0\x65\xb0\x57\x3a\x92\x32\x01\x59\x27\x10\xc5\x89\x97\x75\x5e\xe9\xfa\x70\x23\xc8\x27\x2f\x0f\xe4\xc5\x62\xae\x8f\x8f\xb3\xc1\x14\x75\x4b\x9c\xb8\x25\x9e\xbc\x84\x3e\x75\x4b\x9c\x4d\x45\x92\x17\x45\x67\x93\x67\x35\x23\xd9\xd9\xca\x4d\x9e\xd5\x4e\x27\x26\xf6\x9f\x4b\xed\x26\xff\x02\x3e\xab\x4c\x93\x7d\x01\xe1\xc9\xa7\xc9\xbe\xc8\x98\x57\x7c\x5c\x74\x36\x39\x0e\xf0\x59\x87\xcc\x9e\x27\x14\xdf\x67\x9a\xa6\xcf\x13\xe2\x4c\xbf\xb4\xe5\x9c\x83\x35\x18\x35\x99\x50\x33\xff\x66\xf5\xc3\x2a\xc9\xc9\x45\x2b\x69\x32\x21\x20\x0e\xc4\x56\x93\x09\x99\x77\xcf\x27\xfd\xa6\x79\xf7\x84\xcf\xac\x64\xde\xbd\xd9\x3c\xcc\xee\x48\x59\xbd\x38\x85\x20\x03\xc6\x6c\xaa\x64\x40\xb4\xdd\x52\x0e\x87\x2a\x19\x59\x04\x66\x73\xbf\x02\xa1\xa9\xb0\xa9\x92\xe9\x12\x9a\xbb\xd3\xe6\x16\xd6\x25\x14\x2f\x8a\xa9\x4b\xe8\x6c\xea\x5a\x3b\x76\x81\xe6\xae\x03\xc2\x0b\x08\xbd\x44\x67\x73\x8b\xed\x48\x3c\xb3\xfd\x09\x8d\x00\xcc\x69\xb6\xbf\xa9\x4b\x68\xe2\x88\x35\x75\x09\x9d\xcd\xbd\xb3\xdb\x07\xf7\x0e\xd0\x1a\xdb\xa9\xb9\x77\x9a\xa7\x48\x9c\xa2\x66\x73\xa3\x00\xd9\x50\x3b\x9a\x1b\xa5\x61\x55\x4b\x22\xdc\x67\x53\x63\x01\x1a\x29\xe2\x66\x53\x61\x01\xe2\x74\x31\xaa\xb0\x34\xf7\x13\x3e\xd9\xb3\xb9\x9f\x80\xe0\x5d\xc5\xd9\xdc\x4f\xcd\x23\x63\x50\xa7\x0a\x4b\x4b\xc7\x88\x93\x7c\x73\x3f\x01\x41\x2e\xa7\xd9\x3c\xe5\x01\x25\x77\x98\x66\xf3\x98\x07\x44\xa2\x65\x37\x15\x16\x5d\x64\x4d\x71\x34\x75\x91\x9d\xed\xcd\x5f\x7f\x9c\xdc\x95\x4f\x5d\x64\xa7\x29\x06\xcd\xf2\x32\xcd\x21\x28\x04\x71\x5e\xd3\x1c\x82\x33\xb4\xeb\xe0\xed\x30\x75\x74\x15\x9a\xc6\xa4\x70\x3d\xc7\x37\x31\x28\x19\xba\xa6\xce\xc0\x17\xc1\x07\x06\x66\xd8\x55\xa0\xf1\xf0\xed\x0c\x0f\xc7\x40\x90\x20\x7d\xea\x99\x2a\x14\x9f\x81\x9f\xba\xa6\x0a\x4d\x4d\x52\xcf\x54\xa1\xb5\xcb\x52\x55\x12\x6a\x3c\xec\x25\x1c\x36\x3c\x4f\x4b\x1e\x4c\xbc\xae\xa7\x42\x1c\xcd\x1f\xeb\x92\x30\x0b\x32\x07\xa1\xb6\x06\x34\xef\x15\xf4\x4f\x15\xa2\x7e\xad\x70\x84\x34\x14\xb2\xf9\x42\x95\x0e\x88\x40\xd2\x84\x2a\x9d\x5e\xac\xa9\x68\xd7\x8b\x75\xe2\xc5\x7a\x72\x2f\x3c\xf5\x62\x15\x56\x31\x69\x45\x1a\x03\x84\x9a\x97\xaa\x74\x40\xe2\xbc\x32\x53\xf6\x08\xac\x2f\x2d\x76\x4a\xe3\xed\x00\x76\x50\x7a\xd0\x06\xf4\xf7\x9e\xe9\x41\x1b\x68\x5a\x7e\x53\xc5\x2f\x65\xac\x64\x79\x9a\x29\xe7\x04\x0c\x2f\x98\x29\xe7\x04\x82\xf8\xd2\x99\x72\x4e\xa0\xf1\xaa\xc1\x4c\x15\xbf\xd4\xd0\x48\x2c\xe9\x4c\x0d\x8d\x40\xca\xd8\xd2\xc5\x97\xde\x4e\xef\x56\xf9\x48\x42\xd1\xf9\x7a\xfe\x4a\x7a\xf9\x70\xcd\xb9\x2e\xbd\xc2\xfa\x7d\x69\x8e\x19\xe9\x46\xf0\x2b\x9b\x29\x63\x4e\x1f\x7d\xdc\x24\x39\x66\x0b\x12\xbf\xa0\x99\x2e\x64\x20\x48\x5d\x31\x53\xc6\x0c\xc4\xfe\xfd\xbc\x43\x06\x5f\xc6\x95\x74\xa6\x7c\xd9\x47\x7b\xdc\x3b\xa9\x6e\x08\x94\x24\x28\x68\xfa\x90\x8f\x10\xe1\xcc\xa9\x1b\xa6\x0f\x6f\x21\x60\x53\xdd\x30\xd5\x0d\x49\x31\x3d\x7d\xee\x47\x88\xf8\xda\xef\x90\x5d\xee\x13\x38\x42\x7a\x3e\x07\x92\xb7\xc3\x67\x2a\x1e\x80\x38\x51\x99\x52\xf1\x00\xb4\x86\x6e\x98\x6a\x78\xa9\xc4\x38\x9c\x3a\x25\x06\x90\x84\x6a\xce\x54\x62\xe4\xf5\x35\x8d\xe1\x50\x3c\x00\xa9\xe5\x3d\xaf\xaf\x69\x70\x43\xa2\x74\xa7\x4e\xd5\x42\x8b\xbf\x21\xa9\xe9\xd4\xe7\x5a\x28\xbe\x33\x3f\xf5\xb9\x16\x82\x6c\xc8\x53\x9f\x6b\xa1\xf8\xa8\xfc\x4c\x95\x42\x40\x0f\xb2\x99\x2a\x85\xe9\xd3\x42\xee\x2d\x75\x42\x20\xae\x8f\xe4\xd0\x68\x43\x85\x57\xa6\xd2\x29\xd5\x09\xc3\x52\x8e\x8c\x02\x8b\xe8\xdf\xa9\x4f\xb7\xd0\xb4\x19\xa6\x02\x2b\x8d\xd7\xe5\xe6\x22\xbd\x52\x4a\xd5\x44\x5e\x6b\x9d\x66\xfa\x14\x22\x1c\x53\xd5\x44\x20\x8f\xb4\x94\xe3\x87\x3d\xc0\xfb\x72\x5d\xc6\x85\x16\xae\x3a\xcd\x01\xa9\xa0\x23\xba\x78\xa6\x82\x0e\x08\xd5\xa9\x54\xd0\x25\xf7\x42\x49\xec\xef\x4c\x45\x18\x10\x81\xca\x99\x4a\x30\x20\x8f\xf4\x4b\x27\xc5\xfc\x66\x28\xcd\xba\xa4\x0b\x71\xda\x25\xd9\x7a\x6a\xf3\xc4\x42\x9b\xb2\xf5\x54\x80\x91\x7a\x7f\xa6\x02\x0c\xc8\x23\x25\xd9\x32\x4e\xdc\x81\xba\x94\x6a\x92\xe9\xf1\xfa\x70\x09\xcb\xb0\xd3\x98\x42\xe7\x49\x86\x6d\x72\xd4\x3c\x9a\xed\xb0\x4f\x70\xec\xe6\xda\x94\x63\x03\x91\x9b\x75\xda\x27\xaf\x76\x94\x08\xe6\x4b\x15\x82\x77\xf3\xa7\xce\xf2\x13\x67\xf9\x53\x4d\x40\x67\x79\x61\x7d\x29\xad\x48\xc3\xc9\x88\x85\x60\x0a\x55\x21\x89\x8d\x9e\xa6\x50\x9d\xf7\xc7\x64\xd1\x28\x6f\x99\xec\xed\xfb\x49\x9b\x3f\x96\x92\xec\x14\xab\xcf\x57\xb8\x84\xa6\x91\x46\x07\x7d\x21\x5a\x5a\x27\x9d\xf2\x79\xad\x8f\x59\xea\xca\x2e\x34\x4d\x28\xe6\x3c\x9d\x7a\xb7\x27\x81\xd0\x53\xef\x76\x21\x88\x4f\x9a\x7a\xb7\x4f\xf3\xa0\x26\x2f\xe7\x4c\x1d\xd2\x27\x39\x4f\x8b\xb9\xad\xa7\x49\x4f\x85\xe0\x2d\xcb\x69\xce\xd3\xa9\xa7\x79\xaa\x2e\xe9\x69\x2e\x64\xdb\x25\xd9\x5e\x65\x24\xa9\xc3\xa7\x8e\xe0\x13\x47\x70\x9f\x2e\x9f\x3a\x82\x4f\x93\x7c\xe6\x89\x58\xd0\xc9\x59\x08\x1e\xaf\x98\x26\xf9\x9c\xdd\x1d\x4a\x84\xf3\xec\xf6\xa1\x6b\x9f\x43\x86\x75\x77\xa8\xde\xcb\x49\xe8\xf2\xd4\x7b\x79\x76\xcd\x67\xe4\x26\x9f\x5d\xfd\xb1\x9b\xde\x95\x41\xea\xf6\xb4\xab\x2b\xe2\x9b\x3b\xbb\xba\x22\x90\x5a\x00\xbb\xba\x62\xd7\xaa\x54\x11\xa6\xdd\x35\x0e\xa4\xae\x42\xdd\x35\xae\xbf\x71\xe2\x1e\x39\xf5\x37\x9e\xf8\x1b\x9f\x1e\x9d\xf5\x37\x9e\xc3\x4b\x40\xde\x5d\x9e\x43\xa1\x0e\xa4\x5a\xbc\x4f\x5b\x4d\x7d\x84\x93\x10\xe4\xa9\x8f\xb0\x90\x84\xcf\x4f\x7d\x84\x85\x46\xd8\xe3\x1c\x8a\x4e\x20\x49\xf3\x30\xcd\x18\x2a\x94\xc4\xfd\x72\x9a\x32\x54\x88\x16\x92\x4e\x49\x36\x0d\x9e\x3b\x14\x9e\x43\xcf\xa6\x43\x92\x4d\x23\x46\xc4\x2b\x9e\xa1\xf0\x04\x92\x08\x8e\x39\x14\x9e\xb8\x22\xaf\x1f\x3b\xa0\x4d\x69\x64\xbb\x45\x2d\x1c\xda\x42\x86\x77\x7b\xe4\x65\x9f\x26\x1b\x15\x52\x7b\x80\xb9\x46\x27\xee\xc7\x25\xc9\xc5\x3d\xcd\x22\x2a\x34\xde\x69\x9a\x26\x11\x9d\x5f\x12\x51\x74\x28\x93\x88\xce\xa1\x45\x83\x07\x6c\xe7\xd0\xa2\x01\x24\xe9\xbf\xe7\x50\x04\xfa\x20\x58\x92\x6d\x6c\x9a\x17\x53\x88\xd3\xbe\xcb\xd5\x75\x45\x4e\xde\x2f\x9b\xba\x22\xcf\x21\xc3\x56\x3b\x37\x6f\xa5\xd0\x02\xee\x69\xda\xca\xf9\xa5\xad\xe4\x40\x67\xda\x4a\xa1\x25\xcc\xd3\xb4\x95\x42\x94\x2a\xc9\xd6\xba\xfb\x78\xbf\x76\xea\xea\x2c\xc4\xe5\x4c\xb9\xfb\x86\xea\x3a\xc9\xe6\xa7\x79\x2b\x05\x84\xdc\x4f\x25\xf6\x90\xed\x0f\x79\xfc\x85\xf5\x5e\xb7\x67\xe1\x13\x78\xc3\xf5\x3f\x64\xe8\xc4\x97\x4f\xb3\x5f\x0a\x71\xda\x74\x19\xfa\x90\x2d\x5f\xae\x15\xd9\x32\x90\x9a\xd2\x74\x8e\x9e\x38\x47\xd7\x8d\xe5\xa9\x73\xf4\x24\x39\x65\x49\xa2\xd0\xa7\xd9\x29\x85\x24\x03\xc6\x9c\x2a\xba\xe6\x93\xcc\x8b\x19\x37\x9f\xa4\x90\x38\xbc\x4f\xf3\x49\xce\xe9\x06\x20\x77\xd1\x9c\x6e\x00\xe0\x73\x11\x9b\x6e\x80\xe9\x5b\x5d\x68\x55\xd3\xf5\x0f\x24\x2f\x79\xcc\xe9\xfa\x07\x3e\xf9\x6c\xd2\x49\x21\x8f\xcb\x9f\x0f\x49\x61\x95\xfe\x7e\x4a\x43\x9b\xb8\x24\xdd\x92\x9c\x5c\x78\xa6\x2f\xb6\x09\xc1\xbb\x79\xd3\x27\xd9\x84\xe2\x63\x44\x73\xca\x33\xa7\x29\x58\x90\xc6\xbe\xd2\x26\xac\x62\x7c\xea\x6e\x02\xf2\x40\x0c\x4e\x77\xd3\xd4\x06\x81\x63\xed\x9c\x2a\x99\x40\xf0\x00\xd9\x9c\x2a\x99\x40\x1e\x9c\xf3\xcd\x87\x39\x49\x5b\x59\x7c\xdb\x68\x4e\x55\x45\x20\x0f\x67\x4f\x4d\xd1\xb4\x96\x9f\xeb\x9e\x69\x2d\xe7\x97\xd6\x12\x5b\xa0\x69\x2d\x85\x38\xb1\x43\x99\xd5\x72\xf2\x1a\x5c\xf9\xdc\xe3\xa6\xea\xdb\x34\xcf\x9c\x4b\x41\xf9\x06\x7c\xfa\xc4\x54\x36\xcc\xef\x71\x01\x49\x8e\x37\xde\x3f\x47\xf3\xb7\xba\xa4\xaf\x65\x74\xca\x0d\x6c\x0a\xcb\x74\x37\x99\xc2\x52\x68\x3a\xc0\x98\xc2\x52\xc8\xe3\x2b\xe5\x40\x2a\x3f\x2f\x6b\x50\xaa\x4c\xdf\x5e\x3b\xac\xc0\x0e\x60\xe3\x23\x61\xda\xf4\x7d\xba\x69\xa2\xcb\xbc\xec\x81\x1b\x7d\xea\xfd\xe3\x52\x50\xf6\x90\xd4\x72\x15\x63\xf6\xdc\xe8\x40\x1e\xe8\x6f\x86\x08\xcc\xa9\x91\x4f\xaf\x9b\xe9\xe9\x7a\x1a\xf7\x09\xbf\x99\x9e\xae\xe7\xb7\xb9\xc3\x4f\x6d\x48\xea\x99\x44\xdb\xdc\xdc\xd3\x13\x37\x2e\xca\x73\x7a\xe2\x9e\x66\xc9\x28\x7e\x69\x73\xd9\xef\xcd\x7d\xe0\x7e\x9f\x3a\xe2\xe8\x4e\x33\xd5\xd6\x80\xf4\xa6\x69\xaa\xad\xcd\x8f\x2d\xb8\xd8\x64\x0b\x53\x47\x1c\x64\xa0\xa1\x0a\x93\x50\x85\x5a\xd0\x70\x0d\x55\x10\xa2\x31\xde\x8f\xca\x1a\xf0\xe9\x8c\x8f\xca\xda\xe3\x59\x5a\xaf\x68\xb3\x66\x0a\xa1\x83\xb2\x49\x33\xe7\xa3\x02\xe7\x01\xfe\x51\x81\x03\x42\x4f\x30\x93\x66\x0a\xe1\xa5\x92\x49\x33\xe7\xa3\x74\x26\xcb\xce\x7c\x94\xce\x8f\x27\x5b\x04\xd9\xa3\x74\x7e\xbc\x49\x20\x6b\xfd\x34\xfb\xa4\x10\x1b\xc2\xe2\xf1\xb4\xf8\x78\x5a\xd4\x7d\xf8\xf1\xb4\xf8\x18\xc9\x13\xfe\xda\x94\xc4\x3e\x73\x38\xe4\x14\x8f\x97\xc5\xfa\x4e\x9b\xa4\x52\x48\xb2\x34\x4c\x93\x54\xce\x47\x19\x48\xe0\xf1\x7c\x94\x81\x80\x89\x1b\xa6\x09\x23\xa7\xd9\x21\x3f\xc9\x6e\x76\x48\xa1\x05\xba\x8f\xd9\x21\x85\xa6\xd5\xcd\xec\x90\x42\x6b\xf0\x13\x23\x43\x84\x90\x25\x1a\x19\x32\x8d\x0c\xf9\xe4\xbf\x91\x21\xd3\x6c\x85\xc9\x9b\x98\xd3\x6c\x85\x42\xf2\xba\xc2\x34\x5b\xe1\x34\xfd\x5f\xba\xd8\x0c\xdc\x98\x5f\xfa\x3f\xee\x48\x4d\xff\x27\x94\xd4\xf7\xdd\x58\x8e\x49\x2c\x47\x25\x9e\x70\x1a\xcb\x21\x44\xc0\x50\x4c\xff\x27\xac\x2f\x77\x68\xbb\x34\x92\x34\x20\x0a\x5f\x75\x7e\xb3\x04\xa6\x0b\xd0\x2c\x81\x42\x90\xc9\x7a\x1a\x18\x32\xdf\x6f\x46\xd9\xf1\xc6\x6d\x08\x41\xa4\xc5\x34\x6e\x43\x28\x49\x02\x89\xf9\xd6\xef\x53\xbd\x54\xfe\x06\xb7\xf1\xd7\x09\x07\x9a\xee\xda\xa6\x07\x14\xa2\xb2\x0d\x4d\x0f\x38\x7d\x8a\x31\xf5\x07\x37\xf1\x9f\x10\x17\x5a\xb7\x89\xff\x84\x92\xda\xbe\x5e\x99\xfe\xab\xa2\xd5\xfc\xb5\x26\xa9\x59\x8c\xe1\x52\xd3\x32\x3f\x60\x6b\x56\x90\x92\x86\xc5\x18\x07\xc5\x05\x10\x27\x27\xd2\x57\x71\xf1\x7a\xdb\xa3\x6e\x64\x14\x8a\xd0\x82\x5d\x67\x10\xca\x7c\x3d\xe8\xf0\x92\xe8\x34\xa5\x9f\x10\x9e\x6f\x0d\x42\x11\xe2\xc2\xf4\x6a\x10\x8a\xb0\xbe\xac\xd0\x6e\x69\x78\x6d\x14\xbf\xec\x92\xba\xc5\x18\x4a\x95\xc0\x2f\xa7\xdf\x61\x9d\xf6\xc0\xbb\xfe\x70\x61\xb4\xaf\x0b\xe4\x4b\xb7\x07\x2e\x6d\x20\x88\x30\x9e\x46\xaf\xcc\x57\x5b\x37\xa9\x2f\xa6\x39\xfd\x84\xdc\x1d\x70\xcf\x2a\xaf\x62\x45\xb5\xfe\x55\xac\xbc\x8a\x95\x2a\xc9\x79\x21\xf0\x25\xe3\xab\xc1\x9e\x12\xf8\x42\x32\xca\x69\xe0\xcb\xfc\x52\xff\x39\x07\x4a\x1a\x73\xea\xa5\xa6\x08\x83\x50\x26\x41\x28\x15\x83\xcf\x63\x10\xca\xb3\x79\x8d\xc2\xd2\x7a\xcc\x5c\x27\x04\x3a\xeb\x63\xc0\xc9\xe3\xb3\x8b\x89\x43\xd0\x63\x8c\x88\x10\x30\x89\xc7\xc4\x72\x8f\xf9\xe1\x32\xd6\xc4\x3c\xe6\x87\x13\x74\x6e\x7d\xcc\x0f\xf7\x18\x0f\x62\x56\xbd\xc7\x78\x90\xe7\x8b\x07\x59\xba\xd4\x63\x3c\xc8\xb3\x79\x31\x81\x25\xee\x31\x57\x9b\x10\xe1\xaf\xa1\x3b\x08\xc5\x98\x87\xc7\x5c\x6d\x42\xf0\xda\xe8\x63\xae\x36\xa1\xf8\x4e\xdc\x63\xae\x36\x21\x9a\xed\x68\xb6\x4d\x0e\xc6\x5b\xe7\x8f\x61\x23\xcf\xa6\xfa\x9f\x1b\xb5\x86\x35\xa8\xfe\x5f\x16\xb3\x06\xed\x35\xb9\x25\x34\xfb\xa0\xbd\xe6\x90\xe4\x20\x29\xf0\x49\x71\xf2\x6c\x08\x7c\xc1\x38\xef\x87\x07\xef\x3f\x68\xb0\xc8\xc7\x67\xef\x85\xf5\x25\xed\x85\x93\x0a\xba\x18\x3f\xbc\x81\xff\xc1\x2a\x46\x4f\x51\x15\x84\xc0\x33\xee\xf1\x29\xfc\xc7\xe7\x24\x13\xdf\xfd\xc7\xe7\x24\x85\x48\x47\x3c\xed\x95\x0b\x89\x47\x69\x1e\x63\x66\x1e\x62\x66\x2a\x6f\x13\x3c\xc6\xcc\x3c\x45\xee\x8a\xf3\xf0\x53\xe0\xae\x82\x0e\xcb\x4f\x81\xbb\x3e\x45\x1e\x85\x57\xf0\x53\xe0\x51\x42\x60\xb2\x79\x0a\x3c\xea\x29\x32\x1f\xfc\x1a\x9e\x02\xf3\x11\x1a\xf1\x29\x4f\x71\x6d\x15\xb9\x0a\xfe\x15\x0f\xe1\x30\x1f\x04\xaf\x4c\x3c\x06\xc5\x08\x51\x36\xea\x74\xd1\x18\xed\x92\x9c\xdb\x1f\xa3\x5d\x9e\xa2\x4d\x81\xc8\x85\xa7\x84\xbf\x86\x4b\xce\x61\x4f\xc3\x5f\xc3\x7a\xc2\x93\x9b\x4f\x09\x7f\xed\x5b\x20\x6c\x99\xe2\x02\x29\xde\x5c\x2d\xcd\xf7\x29\x2e\x90\xe2\x6e\x76\x16\x4a\xd8\x05\xa2\xfe\x89\x76\x7b\x0a\xbb\xf9\x29\xba\xdf\xb8\x65\x0a\x5a\xa2\x10\xd5\x2e\xb8\xb4\x8a\x87\x46\x1c\xbd\x9f\xe2\xda\x2a\x69\x12\x3d\x86\xd2\x45\x03\xe4\x69\x73\x5d\x33\xc5\xcb\x1b\x54\xdf\xa7\xb8\x68\x8a\x6f\xe4\x39\xe0\xae\x99\x62\xa6\xb6\xa0\x4e\xd7\x0c\x90\x27\x6c\xc0\xa4\x77\x4f\xd1\x76\x82\x87\xf8\xe3\x5b\x9a\x42\xc4\x61\x31\xfb\x99\x5f\x6b\x59\x1f\xf9\xb5\x16\x6b\xb3\x73\x80\xc4\x17\xf2\x64\x5b\x11\x43\xf4\xc1\xbe\xe1\x7a\xfd\x18\x4a\xf4\x10\x4a\x54\x79\x8d\xfb\x31\x94\x48\x58\xc5\x4e\x68\x45\x9a\x7d\xbf\x20\xed\x92\x76\x8b\x55\x68\x87\x34\x2c\x6e\x6c\x04\xc3\x8b\x1e\xc2\x87\x56\x31\x3f\x7d\xa5\xd9\xb6\x9f\x1b\xc7\x9f\x5d\x4e\x0a\xec\xdb\xe6\x2f\xcb\x4a\x81\xe4\xd1\xa4\x67\xaf\xb6\xa9\xda\xa6\x25\x33\x9e\xbd\xda\x26\x2e\x3e\x48\xb6\xfa\xec\xd5\x36\x71\xf1\x81\xbd\xf9\xd9\x39\xbb\x3e\xfb\x52\x3f\xd7\x97\x09\xed\x96\x46\x6c\x49\xf8\x65\x97\xc4\xfb\x76\x8d\xce\xa0\xab\x3c\x04\x3e\xed\x1b\xcf\xe4\x3c\xbb\xec\x7b\xf7\x91\xc8\x66\x33\xec\xf3\x52\x2d\x56\x31\x3e\xbd\x6c\xae\x29\x18\x1b\x83\x7f\xd9\x5a\x32\x23\x71\xb3\xf5\x18\x2b\xf5\x90\x97\x70\x7d\x49\xd3\xd0\x29\x84\x96\x9b\x5f\x86\x24\x2c\xf2\x4b\xdb\x7a\x8c\x95\x12\xf6\x0d\x67\xc5\x67\x57\x64\x00\xc9\x05\xc9\xb3\x5f\x76\xea\xb2\x53\x74\x40\x21\x42\x44\xd5\xfa\xd2\x5f\xb3\x53\x5e\x69\x6c\xfe\xd8\xd7\x29\xdf\xf0\xa7\x9f\xcd\x99\x5a\x02\x63\x7d\x49\x05\x4a\x0c\x20\x78\x7a\xe2\xd9\x15\x18\x64\x51\xdc\x37\x3c\x11\x1e\xb3\x28\x0a\x0d\xbf\xd5\xc7\x2c\x8a\xc2\x2a\xc6\x54\xc9\x5d\xbe\x97\x56\x1b\xbf\x16\x2e\x05\x12\x83\x70\x4f\xf2\x7f\x31\x76\x3f\x39\x13\xeb\x3a\x76\xc0\xe7\x59\xc5\xdb\x41\xca\xae\xb2\x25\x01\x99\x65\x9c\xec\xa1\xfe\x90\x40\x0f\xba\xfb\xe1\xa6\x7b\xff\x81\xcf\xcf\x77\x90\xf4\xe0\xde\xc1\x87\xf3\x81\x90\xcb\x96\x2c\x51\x14\xcd\x43\xd6\x3e\x8d\xed\x34\xb6\x2e\x34\xb6\x97\xd6\xb8\x7e\x2c\x8f\x4b\x6b\xa8\xc7\xfa\x32\x15\x68\x8d\xc0\xfe\x48\x54\x73\xa1\x67\x81\xf5\x8a\x02\xde\x29\x92\x30\xb6\xae\x66\xe9\x28\xad\x11\x58\xc9\x47\x59\x18\x5b\x40\xfa\x90\xda\x6d\x48\x21\x71\x5d\x57\xe6\xa6\x34\xc9\x2e\x85\xdc\xcc\x0d\x28\x92\x9d\x22\x99\x5a\x99\x0a\x61\xd7\xc6\xcd\x5b\x68\x5d\x60\xa5\x12\x66\xa1\x75\x55\x28\x5c\xd7\xef\x67\x84\x28\x12\xf9\x1d\x93\xa4\xb7\xe4\x77\x04\x33\x05\xed\x4a\x7e\x47\xb0\x52\x2f\xb3\xe4\x77\x04\x33\x61\xce\x25\xbd\x63\x85\x0f\xb6\x3f\x12\x48\x5d\xf8\x60\x75\xf3\xc1\xcc\x3e\xaa\x25\x7c\xb0\x23\xdf\x9b\x0a\x1f\xac\x92\xbf\xf1\xba\x92\x6c\x27\x4b\xcf\x17\xd1\x93\x28\x3d\x8f\x3e\xc6\x1a\xab\xe7\xcb\x22\x88\x3e\x0b\x5f\xec\x86\x95\xf0\x93\xc2\x1a\xab\xd0\xc1\xf6\x47\xc2\xa1\x0b\x1f\x0c\x8c\x71\x6a\xf6\x25\x32\xad\xf2\xb8\x4f\x4a\xe9\x49\x29\xc5\x84\x41\x07\x03\x57\xb3\x5c\x4a\xeb\x04\x66\x68\x58\xf5\xa4\x75\x9e\x97\x86\xb9\x9a\xe5\xd9\xa8\x98\x27\x15\x13\xd3\x04\x6b\x0c\xcc\x7c\x1f\x2b\xac\xb1\x0a\x6b\xec\xba\x72\x45\xa6\x0b\xea\xd0\x4e\xcd\x16\xd1\x27\xcd\xf2\x92\x51\xc4\xc0\x18\x46\x92\x1d\x19\x0a\xd8\xd5\x2c\x37\x3d\x75\x41\x32\xd8\xb9\x47\xa4\x07\x97\x65\x70\x35\xcb\xe3\x9e\x1e\x44\x45\xe5\x58\x0e\x4f\xfa\x24\xd5\x80\xf7\xc7\x23\x9b\xa7\x72\xc0\x60\x26\xea\xb5\x9e\x43\xe7\x47\x54\x6e\xa2\x74\xeb\x39\xbc\xbf\x7c\x7c\x0c\xd5\xb0\x9e\x8c\x89\xc0\x58\x5e\x1f\x63\xe2\x49\x53\x6c\x77\xb3\xfb\xa6\x57\xe7\x13\x0f\x5d\xa8\x6a\x00\xfb\xb8\x30\xd5\x2a\xb4\xb4\xeb\xca\x74\x7e\x18\x8f\xf0\xe4\x53\xa8\xa5\xd0\xd2\xc0\xd5\xcc\xaf\x15\x59\x3e\xb3\x47\xe5\x62\xaa\x55\xea\x15\x5f\xcd\x32\xe2\x74\x40\x60\xc6\x65\x5b\xf8\x66\x60\x7f\x24\x00\xbd\x10\xce\xc0\x3a\x62\x22\xe1\x9b\x55\xc8\x65\x57\xb3\x0c\x25\x1d\x10\x58\x89\xfa\x2a\xe4\x32\xb0\x3f\x12\x82\x5a\xc8\x65\x60\x3e\x9f\x9a\x19\xdd\x65\x74\x75\x8b\x5e\x08\xac\xc3\x0d\xe8\x85\xc0\xd5\x2c\xcf\x4b\x31\x3c\xa5\xd5\xcd\x4e\x82\x6f\x56\x21\x92\x5d\xcd\x32\x41\x68\x81\xc0\x3a\xbc\x3e\x5a\x20\xac\xb1\xab\x59\xc6\xcd\x9a\x0f\xac\xe3\x6f\xc4\x8c\x57\x18\x66\x37\x5c\xbf\xe2\x39\x8d\xbe\x94\x12\x5e\x2f\x3b\x25\xb0\x92\x4f\xa3\xf0\xcc\xc0\xfe\x48\x88\x6a\x21\x9a\x55\x88\x66\x47\xdc\x21\x85\x49\x06\xd6\x91\xce\x20\x92\x81\x75\x6c\x44\x3b\xd1\x9e\xfe\x3d\x23\x7a\x12\x65\x00\x33\xf4\x2f\xea\x25\xb0\x58\x85\xd8\x66\x15\x1a\xd9\xf5\x14\x9a\x4d\xb2\x4c\xcf\x87\xa7\x58\x44\xba\xf9\x74\xcf\x22\xcb\x17\x87\xc3\x3d\x9b\xa8\x35\xcb\xa5\xd4\x4b\x60\x26\xbd\x48\xbd\x68\x97\xc0\xfe\x48\xaa\xb4\x7a\x51\x2f\x81\x99\xaf\x5b\x85\x6d\x06\xd6\xe1\x9e\x14\xce\x8b\x2a\x49\x34\x6a\xa1\x91\x81\x99\xaa\x33\x85\x46\x06\xae\x66\x47\x64\x6f\xb2\x77\x7e\xcd\xa3\x7d\x88\x4c\x81\x97\x67\xfb\x92\xe5\x60\x19\xc3\x16\xdb\x0c\x5c\xcd\x46\x64\x3a\x1f\xa7\xcc\xb8\x7b\xa0\xf3\xe7\xdd\xab\x6b\xe9\x20\xa5\x81\x95\xd2\xa6\x85\x94\x56\xc9\xfe\xba\x3f\x12\x2d\x5a\x2f\xe7\x97\xc0\x3a\xb2\xd2\x5f\x74\x55\x78\x6a\x57\x33\x97\xea\x29\xe3\xe7\xa9\x99\x9e\xde\x8a\x29\xfb\x33\x6a\x19\x58\x87\x66\x14\x53\x60\x7f\xc4\x73\x5a\xa8\x65\x60\x1d\xba\xe0\x98\x13\x1a\xd9\xd5\x2c\x03\x32\xee\x3b\x58\x3a\xe9\x3c\xcd\x14\x90\x12\xb3\x30\xcb\xc0\x3a\x9e\x7e\xcc\x48\xd2\x55\x5e\x15\x5d\xf5\xba\x75\xd5\x99\x97\x40\x57\x29\xf1\x9d\x94\xc6\x85\x6c\x06\xf6\x47\x6a\xda\x96\xbc\xb5\x75\xe7\xad\xcd\xc6\x85\x7f\x56\x21\x9b\x5d\xcd\x72\x07\x07\x30\x6c\xb3\x97\xc1\x75\x00\x0b\xac\xd4\x57\xae\x97\x03\x58\x60\x85\xa0\x58\xf8\x67\xc0\x97\xdf\xc2\x3f\x03\x2b\x84\xcd\x52\x41\xbc\xc2\x2b\xbb\x6e\xe9\x69\x75\x2a\x15\x3b\x53\x05\xaa\x10\xcb\xc0\xd5\x2c\x83\x46\x3d\x62\x96\xdd\x33\x97\x7a\x7c\xdd\x7a\x2f\x16\x34\xce\x58\xdd\x9c\xb1\x33\x5d\xa7\xf7\x5e\x2c\x9d\x6d\xba\xd4\xb3\xc5\xd2\x39\x4c\x49\x3a\x2e\x64\xb0\xab\x59\x86\x88\x7a\x0a\xac\xa4\xe2\xae\x17\xed\xf4\xa2\x8a\x8c\x10\x55\xf4\xba\x55\x51\x36\x46\x64\xb0\x0a\x19\xec\x70\x7c\x46\x06\xab\x50\xba\xf6\xc7\x96\x63\x2b\x4e\x17\x90\x08\xa1\x70\xba\xc0\xd5\xec\x8c\x6c\x92\x79\xdc\x3d\xa2\x45\xf4\xd6\x6c\x44\xf6\x21\xcb\x2c\xca\x0a\x92\x3e\xb7\x8e\x5b\xf3\xac\x15\x59\x91\x09\x3b\x7a\x45\xd4\x44\x7a\x15\x11\xc5\x13\x58\x49\x74\x5e\xc8\x60\x60\x25\x7b\x6e\x21\x83\x55\x88\x5f\xfb\x23\xde\xb6\xc2\xfc\x02\x2b\xc4\x9a\x42\xfc\x02\x23\xd9\xf1\x0b\xf1\x0b\x5c\x57\xba\xa7\x7e\x46\x17\x25\x61\x40\x1d\x74\xd1\x41\xc9\xec\x0f\x37\xd5\xa9\x28\x99\xed\x7e\xb4\x1f\xd1\x4f\xb3\xf4\x9d\x92\x09\xcc\x84\x5b\x16\xe2\x57\x85\xe5\x75\x35\xcb\x70\x30\x75\xd0\xbc\xce\x8d\x48\xaf\xce\x2c\x8d\x7d\x4b\xaf\x9c\xb0\x02\xa2\x11\x0a\xa7\x0b\x8c\x69\x3c\xe8\x9d\x83\xde\xd9\xdd\x94\xde\x41\xf3\x4a\x71\xa6\x42\xf3\x02\xf3\xa9\x07\xce\x5c\x61\x7e\x5d\x57\xfa\x35\x1d\x4d\x1c\x59\x3e\x16\x14\xe6\x17\xb8\x9a\x91\xe9\x68\x12\x39\x26\x3a\xa3\x30\xbf\xea\xa0\xb1\x92\xc8\xb1\x50\xba\xc0\x3a\xa2\xae\x71\xb6\xc0\x3c\x9f\x7f\x1d\x2f\x5e\x07\x5f\xdf\xc1\x20\xdb\xa3\xbd\xb0\xbc\xc0\x3a\x8e\xf4\x86\xda\x0b\xcb\xeb\x6a\x96\xde\x50\x72\x81\xf5\x32\x0e\x94\xdc\x41\xc9\x1d\x1e\x49\x07\x9d\xe6\x76\xbd\xa1\xd1\x0e\x1a\x2d\x79\x1e\x0b\xcb\x0b\x0c\x8e\x10\x2c\x2f\xb0\x3f\xf2\x61\xb3\x0e\xe7\xb9\x43\xf5\xcc\x1c\xca\x10\xbf\xea\x60\xcb\x85\x23\x55\x78\x59\x60\xa5\xc8\x4e\xe1\x65\xd5\xe1\xec\xc6\x4d\x88\x70\x05\xe6\x34\xcb\x28\xa6\x83\x91\x96\x72\x5c\x75\x30\xd2\x0e\xe9\xbf\x73\x36\x39\x18\x69\xe1\x48\x5d\xcd\x32\xb7\xd9\x50\x81\x95\x44\x01\x85\x23\x05\x56\x4a\xf9\x17\x8e\x54\x85\x23\xb5\x3f\x76\xc3\xbb\xee\x9b\x66\xbd\xbe\x72\x03\x5a\xe8\xa0\x85\x76\xcb\x8e\x16\x0a\x47\xea\xe0\x6a\xc1\x91\x02\x33\x55\x24\x0a\x47\xaa\x42\x7e\xba\xae\x7c\x45\xf6\x22\xcb\x6c\xcf\xe9\x4d\x2a\xe7\x0a\xd3\xe9\x6a\xe6\xd7\x16\x59\xa8\x02\x93\xe8\x4d\xa4\x53\x44\x1f\x22\x23\x79\xff\x5a\x91\x89\xdd\x5b\x11\xa5\x53\x27\xbb\x26\x49\x23\x0b\x85\x09\xac\xe4\x12\x2b\x14\xa6\x0a\x39\xe9\x6a\x96\x3b\xd0\x2f\xc8\x49\xcf\xd8\xd8\xc8\x49\x60\x7f\x24\x02\xbb\x90\x93\x80\x18\xa0\x42\x4e\xaa\x10\x91\xae\x66\x79\x36\x86\x4d\x60\x25\xcc\xb6\x10\x91\xea\xbc\xf5\x4b\x76\x2e\xb4\x23\x20\x07\x7b\xa1\x1d\x55\x58\x41\x57\xb3\xeb\xfd\x61\x05\x81\x49\x79\x63\x05\x81\xfd\x91\x72\x67\x85\x15\x04\x56\xea\x10\x14\x56\x50\x9d\xf7\x22\xce\x81\x1c\x43\x07\xcc\x33\xa6\x30\x86\x0e\x58\x8f\x4c\x06\x0c\x9d\x3a\x59\x22\xa9\xaf\x54\xe8\x38\x40\xcc\x52\x9d\x2c\x91\xc0\x4a\xf6\xa8\x3a\x2d\xd2\xd3\xb1\x29\x85\x8d\x0a\x69\x07\xac\x23\xba\x04\x69\x07\xac\xe3\xf4\x18\x86\xe3\x5e\xb8\xde\x95\x85\x1b\x18\x1c\xcb\xa7\x75\x1b\xb8\x9a\xe5\xcd\x5b\xb8\xa7\xca\x4c\x31\xb9\xb0\x7d\xc0\xfe\x48\x02\xba\x42\xf7\x01\xc2\xa9\xea\x64\x9d\x84\xed\x73\x35\x4b\x17\xd8\x22\x37\xdd\xe7\xd0\xcc\x8b\xe7\xd5\x49\x79\x9d\xc2\xf7\x01\xe2\xa9\xea\xa4\x05\x4e\xc7\xb7\x04\x70\xd7\xe9\xf8\x76\x3a\xbe\x9d\x1e\x57\xe7\x19\x1e\x09\x89\xad\x93\xe1\x71\x3a\x70\x99\x6d\x0c\x8f\x73\x79\x36\x6b\x8d\xcb\x3f\xb0\x8e\xa9\x99\x67\x5b\x6f\xcd\xd2\x7b\x6a\xe0\xa4\x06\x62\xb2\x9c\xd4\x40\x60\xd2\xbb\xe7\xba\x9f\xa3\x5c\x99\x11\xa7\x19\x4e\x9a\xc1\xe2\xa0\x19\x02\x22\xc2\x0a\xc5\xa8\x42\x31\x3a\x93\x5d\xbc\x50\x8c\x6a\x70\xd5\xda\x93\x50\x8c\x80\x20\xb1\x42\x31\xaa\xc1\x3c\x49\xf5\xa8\xc2\x21\x02\x2b\xac\xe8\xc2\x21\x02\xeb\xc8\x52\xc6\x21\xaa\xf1\xfa\xba\x72\x44\xf6\x23\xcb\xce\x15\xdf\xc9\xa0\x05\x06\x53\x24\xde\x0e\x4c\x23\x20\x5b\x7e\x61\x1a\x81\xfd\x11\x12\x43\x61\x1a\x81\x19\x9a\x61\x61\x1a\x81\x75\x64\x39\x62\x1a\x81\xeb\x4a\xbf\x76\x90\x65\x67\xcc\x34\xc5\x34\xaa\x71\x98\x31\xf7\xaf\xe9\x54\xc2\x8d\x46\x54\xdb\x70\x2c\x1a\xfc\x24\xe1\x27\x94\x7c\xf1\x60\x1d\x1b\xd1\x20\x32\x6a\x31\x38\x51\x8d\x80\x38\xba\x42\x35\x02\x57\xb3\x19\xd9\x7d\x87\xac\x51\x9d\xa7\x2a\xc6\xb0\x36\x5e\x7f\xc3\x37\x3e\x9c\x60\x02\xeb\xc8\x8c\xc5\x3a\xaa\x61\xa5\x73\xcc\x4a\x31\x0f\xd6\xe1\xe5\x5a\xe9\xc3\xb2\x4e\x98\x44\xa1\x18\xd5\xb0\x86\x13\x78\x55\xc3\x1a\x0e\xcc\x3d\x56\x25\xd6\x11\xb8\x9a\xe5\x5d\x5a\xc3\xc3\x1a\x8e\x87\x7b\x58\xc3\xc3\x09\x63\xfa\x31\x43\xe8\x84\x11\x4f\x27\x6e\x52\x0d\xbb\x76\xc2\xb3\x6a\x58\xaf\x81\xe9\xab\x1d\x6e\x12\x58\x47\x1c\x52\xb8\x49\x35\x1c\x27\x12\xb6\x54\x58\x47\x60\x1d\xf1\x82\x61\x1d\xd5\xe0\x71\x7d\x9a\x8c\x76\xed\xc0\x3a\x62\xd9\x0f\x0b\x7d\x38\x4e\x24\x2e\xa5\x50\x8c\x6a\xf0\x8f\xc4\x52\x18\xf6\xf6\x61\x6f\x37\x6a\x16\xf5\xe0\x12\x7d\xea\x95\xb5\x19\x90\x6f\xbb\x70\x93\x2a\xe9\xfb\x4f\x7e\x2b\xdc\xa4\x9a\xf7\xda\x8c\xbf\x6f\x5a\x9b\xd3\xda\x8c\x8d\x31\xad\xcd\xa9\x18\xc7\xd2\xea\x20\x32\x3f\x33\x7d\xa6\x43\x47\x60\x52\x11\xd3\xa1\x63\xda\xdb\xc3\xd6\xa8\x69\x09\x07\x56\xe2\x0a\x6a\x5a\xc2\xd3\xa1\xe3\x79\xdf\xf4\x43\x96\x01\x7f\xb8\xe9\x97\xc8\x80\x2f\x5d\x68\xb2\x0c\x38\x91\x65\x3d\xb9\x44\x39\x3b\xf1\xa6\xc0\xf4\xa1\x77\x5a\x9c\x93\x37\xc2\xa9\x60\x5a\x76\x93\x37\x22\x56\xdd\xb4\x69\x4f\x07\x85\x24\xdc\xaa\x69\xd7\x0e\xac\x23\x1f\x2d\xa6\x83\xc2\xe4\x66\x78\x79\x5e\xe6\x7e\x40\xde\xfd\x9a\xdc\x0c\xd3\x09\x20\x29\x67\x6b\x3a\x01\x4c\x27\x80\x58\x9c\xd3\x09\x20\xb5\x09\xae\x66\xb9\x83\x8f\x1b\x81\xf5\x32\x94\x5c\xa2\x93\x9b\x21\x11\xe5\x35\xb9\x19\x26\x37\x43\xf6\xd9\x69\x91\x4e\xfb\xfd\x6b\x27\x73\x07\x46\x7b\x4c\x80\x69\xbf\x9f\x16\x6e\x02\xcf\x6b\x5a\xb8\xd3\xc2\x35\x41\x2c\xdc\x69\xe1\xbe\xb2\x22\x51\xd0\xc0\x1c\x51\xe8\xd3\x7e\x3c\xad\xe5\x57\x0e\xe0\xd3\x5a\x0e\x48\x58\x5a\xd3\x5a\x9e\x36\xda\x57\xe6\xb8\xba\x0a\x60\x3e\xb3\xfc\xd4\x55\x00\xfb\xe3\xf5\x22\x33\x91\x6c\xb4\x39\xf7\x4e\x0b\x77\xda\x68\x5f\x2f\x0f\xa2\x0b\xf9\xe8\xba\x1b\x37\x1b\xed\xf4\x3d\xdf\xa4\x61\x81\x4f\x61\xf2\x87\x47\x33\xb5\xe2\x1a\x18\xa6\x91\xb5\x3c\x19\xc3\xa9\x3e\x56\xd8\x65\x35\xad\xab\xcc\x67\xec\xb2\x0a\x13\x6b\x7f\xbc\x62\x98\x62\x62\x81\x91\x10\xa2\xc2\xc4\xaa\x65\xa2\xfa\x70\x81\x17\x05\xe6\x33\xa6\x35\x5e\x14\xd8\x1f\xbe\x05\x22\x46\x01\xdc\xe6\x42\x8c\x02\xd3\x47\x57\xc4\xa8\x5a\xf7\x14\x9f\x9a\xbd\xc9\xde\xb9\x72\x8f\xe8\x43\xf4\xd5\xcc\x73\xdc\xcf\xf6\x8b\x27\x2d\xbd\x62\x97\x06\xae\x66\x47\x64\x4d\x16\xf7\x89\x5f\xe3\xf5\x0f\xe0\x4e\xd7\x72\x14\x5e\xf7\xe2\x98\x64\x3b\xd9\x9e\x66\xaf\x88\x9e\x44\xcf\x78\x89\xfc\x98\xe1\xe0\x96\xf3\x21\x0a\xa7\x0a\xcc\xf3\x49\x64\x38\x7c\xa6\xf4\xe1\x02\xa7\x0a\xcc\x04\x2b\x17\x4e\x15\x58\xbc\x72\xcb\xd6\xb8\x1c\x8f\x7d\x7d\x40\xb3\x02\x73\x3e\x88\x0c\xc7\xbd\x84\x32\x8b\x10\x98\xc0\xf4\x45\x1b\x81\x09\xec\x0f\xbe\x5c\x0c\xa6\xba\x8b\x52\xc4\xea\x47\x60\x02\x6b\x1a\x5c\x56\x74\x60\x08\x0a\x41\x60\xaa\x65\x3d\x72\x8f\x23\x30\x81\x21\x50\x04\x81\x09\xcc\xe7\xdf\x48\x83\x56\xf8\x4d\xe0\xfa\xe1\x3c\xb9\x15\x1c\x58\x5b\xce\x8c\x08\x4e\x60\x6d\x26\xb1\x05\x1c\x40\x65\xaf\x65\x01\xaf\x79\x77\x39\x2f\xd2\x02\x46\x83\x1a\xe6\x93\x05\xbc\x7c\xd8\xa4\xcf\x97\x3d\x35\x80\xf1\x5e\xcb\x62\x5d\x0e\xc7\x8e\x0e\xa8\x51\x60\x26\xa7\x71\xa1\x46\x81\xab\x59\x2e\xb5\x36\x71\xa3\x12\x24\x5a\xb8\x51\x60\x6d\x96\x84\x9d\x37\xb0\xb8\x52\x97\x9d\x37\xb0\x92\x00\xa9\x16\x13\x3b\xb0\xf8\x65\x97\x4f\x1a\xcb\xfe\xcc\xbf\x8f\x41\x05\x70\xf1\x0b\x83\xaa\x16\xab\xdb\x57\x24\x0c\x2a\xb0\x52\x54\xbc\x30\xa8\xc0\xd5\x2c\xe3\xcd\xec\x0e\xc8\x4d\x50\x18\x54\x60\x7f\xf0\x96\xa1\x50\x81\xb9\x65\xf3\xc1\xa0\x02\x8b\xff\x16\x83\xaa\xc2\xa0\x3a\x53\x0a\xb4\x30\xa8\xc0\xdc\x62\x9b\x20\x50\xd5\xdb\x11\xdd\xe7\x88\xb7\xdd\x3e\xb0\xb8\x6f\xdf\x76\xfb\x37\xe3\xdc\xe7\x0e\x0c\x2a\xb0\x38\x83\x31\xa8\x80\x9c\x03\xf5\xb6\xb3\xbf\xd1\x54\x9f\x44\x1f\x22\xef\x2e\xbb\xd1\xdb\x96\xfd\x56\x97\x32\x1a\xee\xcd\x12\x7f\xb3\xc4\x79\x83\xdf\x2c\xf1\xc0\xe2\xe6\x7d\xb3\xc4\xdf\xcc\x6e\x8e\xea\x37\x85\x19\x18\x43\xdf\xe9\x4b\xf5\x52\xe6\x7d\xe5\x20\x9a\xae\x3c\x22\xd3\x83\x58\xe2\xdb\xe1\xd1\xf4\xe0\x5e\x2c\x51\x37\xe8\x58\x60\x0a\x31\x52\x1e\xa4\xde\x6c\x52\x36\xc1\x9b\x4d\xfa\xe6\xf5\xce\xf4\x40\xda\xaa\xf7\xbd\x5a\x86\x5f\xf3\x20\x59\x2d\xa6\xc7\xdb\x6a\x79\xdf\xcb\x20\xa7\x15\x44\x2e\x30\xb9\x05\x10\xb9\xc0\xfe\x60\xeb\xab\x19\x02\x46\xe8\x7a\xf5\xb6\x0c\x02\x33\x75\xe8\x4b\x15\x91\x7a\xaf\xc3\x95\x9a\x19\xa3\x64\x37\x4b\xb6\xe8\x7a\x3b\x56\xbe\x99\x96\xf6\xd8\xb7\xc9\x16\x18\x42\xeb\x90\xc7\x2a\xe4\xb1\x33\x34\xe9\x42\x1e\x03\xd7\x95\x2b\xb2\x8d\x2c\x5f\x70\xb3\x82\x3e\xbe\x90\xa5\x8a\xc8\xfe\x48\x06\xe9\x52\x45\x04\xcc\x91\x47\x53\x45\xa4\x3e\x26\xe0\x19\x8d\xa5\x64\x08\x98\x02\x19\x3e\x26\xe0\x47\x08\xce\x99\x2e\x7c\x4c\x90\xc0\xf4\x96\x3f\xf6\xd8\x8f\x39\x73\x6e\x64\x6e\x7a\xd8\x54\xf2\xb8\xe6\xcc\x87\x0b\x27\x44\x9d\xfa\xd8\x2a\x3f\x77\x6d\x5e\x57\x7e\x89\xb2\x94\x93\x8c\xb7\x54\x11\x01\x93\xcf\x4c\x15\x91\xfa\xf8\x40\x9e\x14\xf1\x85\x4d\x07\x26\xa7\x2e\x36\x1d\xb8\x9a\x65\x90\x6c\x95\x81\xc5\xd7\xf8\xb1\x55\x7e\xce\xfb\xa6\x79\x10\x7b\xd4\x47\x26\xe2\xa7\x2b\xdd\x94\x1d\x29\x0e\xe2\xc3\x8e\x0c\x4c\xdf\x8d\x3f\xec\xc8\xc0\xd5\x2c\x63\xe9\xdb\xfa\x47\x26\x62\x37\x60\x5a\x06\xe4\xb8\xae\x0f\xd3\xf2\xc3\x6d\x7b\x3e\x67\x64\x5e\x4c\x22\x6e\x12\xef\x5d\xc8\x7f\x60\x3e\xef\x56\x6f\xa2\xac\xab\x50\x7d\x0a\x1f\xb0\xc2\xfd\xbb\x64\x79\x0e\x2b\x26\x30\x93\x33\xb0\x3e\x4e\x71\x1f\x47\xb6\x90\x6c\xea\xc3\xf2\x0b\x8c\x14\x53\x2b\x14\xc1\xfa\x30\xd6\xce\x58\x22\x88\x7e\x15\xa2\xdf\xc9\x20\x42\xf4\xab\xaf\xa3\x4c\xca\x47\x16\x56\x1f\x98\xde\xfc\xd7\x51\xe6\xcb\x0a\x4b\x10\x76\x61\xd8\xd5\xcd\xb0\x8b\x51\x8a\x61\x57\x5f\x26\x57\xf2\x19\xd5\x97\x0a\x09\x2c\x5f\x25\xbf\xe6\xd1\xd7\xa9\x62\x3c\xfe\x86\x87\x5c\xcd\x10\xb0\x52\x12\xa1\xf0\xf4\xea\x6b\x4e\x85\xb7\x50\x6a\x86\x80\xc9\x1f\xac\x66\x48\x7d\xf9\xf6\x53\xab\xb2\x54\xfe\x00\x2b\x09\x22\xea\xcb\xb7\xff\x1d\xe9\x61\x22\xad\xeb\xcb\xa0\xf9\xde\xc5\xd9\x89\xf4\xd0\x8b\x0b\xfb\xa0\x50\xeb\xea\x4b\x9d\x84\x67\x59\xea\x72\x00\x15\xe4\x0a\x41\xad\xbe\xde\x08\x2b\x1b\xa7\xac\xc2\x29\x3b\xb9\x52\x70\xca\xea\xe7\x8d\x88\x9a\xc1\x29\x03\x4b\x94\x21\x4e\x59\xfd\x78\x62\x43\x05\x28\x6c\x2e\xb0\x52\x3d\xb0\x90\xb9\xea\xc7\xc5\x2a\x32\x15\x73\x0b\x08\xc8\x2e\xcc\xad\xfa\xf9\x84\x33\x72\x06\x45\xd3\x02\x77\x20\x34\x96\x56\xfd\x1c\xe0\xc2\xff\x2d\x94\x2c\xb0\x7c\x94\x43\xc9\x02\x57\xb3\x19\x99\x2e\xdc\x35\xea\xf2\x1c\x6c\xd4\x9f\xea\x1d\xf9\xd2\xf3\x63\xa3\xfe\xee\x97\xb5\x34\xf3\xb8\x49\xc1\x97\xb4\xb9\x85\xa5\x55\x3f\xbe\x9a\xa4\x29\xa8\x9f\xc5\x18\x58\xce\x0e\x3f\x36\xea\x8f\x41\x9a\x64\x86\x85\x93\x55\x37\x27\x2b\xaf\x19\x27\x0b\x5c\xcd\x32\x6e\xd6\xec\x0f\xa5\x3e\x2e\x84\x9f\x35\xfb\xf3\xea\x13\xd8\x5f\x48\x59\xf5\xf3\x9d\x62\x6a\x67\xc3\x09\x28\x25\x51\x3f\x1b\xce\x8f\x6f\x93\x2f\xf6\xc7\xf0\x0a\xcc\xe1\xd7\x18\x5e\xbf\x3b\x5a\x35\x2f\x86\xe1\xf5\x53\x57\x78\x77\xa1\x91\xe4\x01\xb5\x65\xe2\x47\x81\x79\xe6\x6b\x06\x7e\x14\x98\xc7\xfd\x64\x3a\x15\x8f\x4a\x52\xe5\x16\xc6\x14\x98\x21\x9a\x15\xc6\x14\xb8\x7e\x3f\x23\xc9\x62\x0b\xac\xa7\x81\x64\xb0\xfd\x44\x99\x24\x23\x6b\x61\x51\x81\xc9\xb8\xc1\xa2\x02\x57\xb3\xdc\xd4\x26\xfa\x53\x5c\x22\xd6\x13\x16\x55\x85\x45\x75\x7a\x34\x2c\x2a\xb0\x52\x47\xbd\xb0\xa8\xc0\x1c\x77\xab\x9d\x28\x31\x1a\xd9\x2f\x8b\x13\x27\x30\x42\x54\x2e\xbc\x2a\x30\x42\xc6\x2f\xbc\xaa\x2a\xbb\x6a\x52\x3d\x15\x5e\x15\x50\xe9\xa7\xf0\xaa\xc0\xdc\x73\xe6\xc5\xab\xaa\xe2\x73\x0d\xa7\xb7\xca\x69\xb6\xe4\xed\x1f\x44\x19\x8c\x62\xc3\xe1\x25\x14\x1b\x2e\x80\xc3\x57\x65\x8b\x2e\xfb\xf1\xcc\xbb\x2b\xfb\x71\x40\x15\x89\x2a\xda\x36\x70\x35\x73\xe9\x20\x4b\xd5\x99\x68\x8f\xa2\x02\xca\x7a\x4f\xd1\x82\xc2\xbf\x02\x93\x4f\x1e\xfd\xaa\xca\x7a\x9f\x39\xf1\x94\xf5\x1e\x98\x8f\x9c\x04\xca\x7a\x2f\x1e\xd6\xa4\xb1\x2b\x05\x76\xc0\x3a\xe3\xd0\x2b\xc7\xc8\xc0\x14\xaf\x53\x1c\xac\xe5\x64\xc9\xe7\x84\xb9\x05\x66\x38\x70\x55\x76\xed\xb2\xde\xa7\x37\x6a\xbd\x07\xd4\xcd\x29\xfc\xae\xaa\x7b\x21\x67\xc6\x94\x85\x1c\x98\x8e\xd0\x65\x21\x97\xd0\xd6\xa4\xbc\xac\x72\x40\x0c\x4c\x5e\xe8\x72\x02\x0c\x8c\x15\xe5\x81\xe0\x05\xd6\xe9\x9e\x6c\xda\xb2\x1d\x4f\x93\xc1\x76\x1c\x58\x36\xcb\xb2\x1d\x07\x66\xea\xe1\x94\x62\x40\x55\x76\x68\xa4\x8f\xb2\x43\x07\xe6\x88\x49\x5b\x76\xe8\xc0\x3a\xb3\xda\xcb\x01\xb0\x84\x72\xcc\x58\x9c\xc5\x5d\x13\x18\xd3\x94\x61\x0c\x17\xcb\x37\x49\xab\xaa\x58\xbe\x01\x85\x0d\xab\x28\xa2\xb0\xd2\xae\x66\xe9\x01\x15\x53\xaa\xc4\x4c\xcd\x74\xea\xd6\x27\x51\xea\x45\x9f\x04\x30\x35\xab\xe8\x93\x12\xc2\x36\xff\x06\xe7\xab\x8a\xbe\x09\x8c\x65\xb8\xe8\x9b\x5a\x77\x0f\x33\x10\x34\x49\x60\xd8\x7b\x54\x40\x02\xeb\x34\xf6\x14\x49\xd9\x3e\x31\x58\xb0\xe6\x2a\xac\xb9\x33\x25\x85\x0b\x6b\x0e\x4c\x26\x19\xd6\x1c\x58\x6c\x17\xa4\xb9\xba\x49\x73\xf9\xd2\x86\x34\x07\xae\xdf\xd7\xec\x45\x96\xd1\xca\x5b\x6b\x6a\x23\x30\x93\x8b\xa2\xda\xee\xdc\x1c\x5e\x26\x54\x73\x78\xb5\x1c\xe7\xd1\xd1\x18\x78\xd5\xf4\xc1\xca\xe9\xbe\xe9\x83\x16\x22\x9f\x13\x6e\xb3\xcf\x9b\x3e\x40\x7d\x51\x9b\x09\x2c\x11\x2d\x6a\x33\x81\xab\xd9\x88\x6c\x90\x8d\x78\x56\xd2\x77\xfa\xa0\x59\x64\x6b\x23\x7b\x93\x25\xd6\x38\x66\x42\xb3\xc8\x9a\x2d\xb5\x3c\x08\x5b\xaa\x05\xb0\x66\x63\x47\xcf\xab\xa6\x0f\x52\xb6\xa2\x10\xea\xc0\xe4\xe0\x47\xa8\x03\xfb\x23\x99\xca\xab\x29\x84\x16\xfd\x1e\xcb\xbe\x7d\x71\x69\x3a\x22\x29\xbe\x4a\x41\x28\x20\x4b\x48\xa1\xe2\x55\x5b\xfc\xc9\xa2\x5e\x08\x75\x60\x2c\xbf\x66\xf1\x87\x3d\xb7\x3f\x92\x78\xba\xb0\xe7\x80\x7c\xa9\x85\x3d\x07\xae\x66\x79\x5e\x7e\x25\x95\x9e\x52\xd9\xa8\xb0\xe7\xaa\x6d\xf6\x49\xba\x5d\xa8\x72\xd5\x9c\xba\x49\xa2\x5a\xca\x3a\x81\xb5\x79\x0b\x7c\x42\xe1\xc5\x49\xab\x5a\x68\x71\x60\x7f\x24\x47\x73\xe1\xc5\x01\x99\x50\xab\x29\x8e\xc0\xd5\x2c\xe3\xe6\x30\x1c\x18\xeb\x6e\x66\x78\x79\x93\x84\xeb\xe3\xca\x01\x55\x81\xaa\x29\x93\xa6\x4c\x92\xef\xb6\x9a\x32\x09\x2c\x41\xad\x4d\x99\xb4\x08\xd6\x24\x6b\x29\x85\xa3\xc0\xf4\xc5\xaa\x59\x1d\x81\x71\xdf\x80\x92\x08\x4c\x1e\xba\xa6\x24\x9a\xed\xe0\xdb\x74\xb3\x1d\x02\x33\x89\x72\xab\xad\xf8\x66\x3b\x08\x4a\x56\x98\x0a\x8c\x7b\x2d\x5b\xf2\x7d\x2f\xf9\x58\x27\x08\x80\x15\x02\xe0\x99\x84\x08\x8d\x00\x08\xf6\x47\x72\xcf\xf6\x23\x6b\x1e\xac\x84\xe5\xf6\x23\x6b\x1e\xcc\xf1\x70\xe5\x93\xc8\x9a\xbf\x6c\x8c\x7e\x64\xcd\x83\x91\x55\xda\x8f\xac\xf9\x7e\x08\x81\x4f\xc2\xb7\x7e\xc4\xfe\x06\x32\xd4\xf6\x23\xd6\x03\x50\x30\xb1\x1f\xb1\x1e\xc0\x58\x8f\x19\xd1\x9b\x48\xdf\x87\x2b\x8b\x2c\xde\x8d\x53\x07\x3a\xa2\xe3\xee\x54\x2e\x3d\x74\xea\xd0\xa9\x23\x22\x9d\xe2\x45\x8f\xf3\xa8\x53\x40\xeb\x86\x99\xfc\xd4\xad\x8c\x56\x3f\x6e\x6d\x31\xd3\x83\x43\x0f\xe2\x32\x3f\x3d\xee\xa1\x07\xac\x87\xa4\x99\x6b\x84\x48\x30\xfe\xbc\xd2\xb3\xdd\x6a\xc0\x1d\x4e\x97\xf2\x2e\x5f\x5a\xab\xd1\x26\xfb\x71\xaf\xef\x4b\xd7\x37\x8e\x24\x58\xdb\xae\xd9\x2f\xa2\x84\xbb\x6f\x29\x78\xd1\x8f\xa1\xa7\x23\x3d\xdd\xd2\xf9\xa1\xa7\xf9\xdc\xb3\x85\xce\xd4\x8f\xe1\xfd\xe5\x4c\xbe\xbf\x32\x20\x43\xe7\x73\x0c\x48\x04\x75\x23\x5c\x76\x98\x94\xd7\x95\x64\x1e\x37\x4e\xe8\x24\xf6\x6d\x4c\x4a\xb0\x6f\x49\x2c\xd9\xa8\x94\x60\x3e\x1f\xe9\x41\x14\x48\xa7\x76\xd7\xd5\x2c\x13\x64\xdc\x5d\xa8\xfc\x5a\x9a\x4d\x93\x92\x4b\xf9\x99\x56\x53\xa7\x12\x2e\xba\x99\x6c\x53\xa7\xa8\x8f\x67\xba\x3e\xf5\x29\x4e\xb2\x2d\x95\x97\x1b\x53\x13\xcc\x94\x9d\x6a\x4c\x4d\x30\xf3\x49\xa8\x1f\x53\x07\xa2\x17\xb6\x50\xb5\xfa\x31\x3d\xed\xe4\x7d\xfd\x6b\xff\x78\x87\xfb\x79\x41\xfb\x95\x74\x66\xe9\x4c\x38\x79\x53\x67\x96\xce\xe4\xc3\xee\xf6\xb0\xc2\x96\xde\xac\xa4\xc8\x9d\x19\xd4\xa5\x37\x39\x1b\x6f\x0f\xeb\x24\xaa\x04\x48\x49\xdc\x48\x9b\x1d\x86\xe6\xd5\x2c\x8f\xfe\x76\x87\xac\xf4\xe8\xcc\xc6\xd0\xec\xed\x70\xd3\xeb\x68\xd2\x9b\x15\x10\x98\x89\x55\xe9\x2d\x26\x35\x98\x23\xfa\x60\xb3\x26\x02\x23\xc5\x28\x5a\x39\xb4\x4e\x09\xb4\x7d\x0b\x8d\xa8\x37\x6b\x22\x30\xe3\x79\xec\xcd\x9a\x08\x5c\xcd\xdc\x73\x91\x25\x37\x77\x5e\x91\x1a\x68\x60\xc6\x9a\xeb\x2d\x9b\x6a\x6f\xe7\x7d\x83\xdc\xf4\x74\x83\xd0\xc7\x52\x96\xad\x91\x42\x3b\xd4\xce\x7d\x7b\x78\xdc\x78\x1e\xc0\x8c\x59\xdc\xdb\x70\x65\x0e\xae\x7b\xc6\x7b\x1b\xf7\x95\x61\x77\xe9\x94\x49\xbc\xdd\x93\x38\x2b\x78\x33\x89\x03\x2b\x9f\xc3\x7b\x33\x89\x03\xf3\x71\x9e\x11\x7d\x89\x7e\xae\xcc\x70\xc4\x52\x06\x2b\xe1\x31\x8d\x61\x0a\xd6\xbe\xe7\x61\xcd\xeb\xc0\x75\x65\x3a\x65\x62\x07\x66\xd8\x5d\xbd\x99\xd8\x81\xab\x59\x9e\x63\x7a\x2d\xd2\xc5\x4f\xbf\xe6\xb5\x4c\xc3\x31\xd3\xf7\x69\x38\xb2\x57\x26\x6f\x6b\xe3\xa6\x82\x7d\xa3\xe5\x90\x53\xc1\x7c\x46\x91\xe0\xa6\x02\x69\x5b\x1b\x37\xb5\x43\x13\xbd\xae\xcc\xab\x5a\x9e\x23\x27\x6f\x9a\x0a\x4f\xb4\x43\x0a\xdd\xb7\xcd\xc4\x5a\x6e\x90\x33\x75\x02\xc0\x1a\x29\xb4\x51\x3b\xb7\x64\xb7\x6f\xd4\xce\x0e\xb5\x73\xa4\x7c\x49\xa3\x76\x76\x38\x99\xfb\x96\xfc\x1c\xbd\xdb\x56\x76\x55\x75\x32\xc1\xf7\x98\x92\xe0\x6a\x36\x22\x1b\x64\xa1\x69\x6f\x9a\x4d\xa2\xb7\x66\x33\xb2\x0f\xd9\xb5\xd2\x13\x7f\xd9\xa9\x2c\xf7\x3f\x1a\x29\x73\x8b\x8d\xd1\x48\x99\x40\x82\xda\x46\xca\xec\x3f\x49\x99\x5a\x79\xb4\x18\x9c\x09\x0d\xed\xfd\xf0\x68\x71\xda\x6d\x54\x26\x06\x26\x58\x09\x4f\x69\x65\xe8\x3a\x04\xcc\x7d\xdb\x6e\x59\x93\x29\x1b\x9c\xf1\x38\x8d\x07\xa5\x9f\x9a\x65\xbd\x53\xfa\x81\x95\x23\x4c\xab\x08\x07\xf6\x2d\x9f\x85\x5a\x49\x38\x20\x77\x6e\xef\x94\x7e\x40\x52\xdc\x56\x24\x0e\x5c\x57\xe6\x39\xac\xaa\xc0\x4c\x7c\x5d\xef\x56\xd5\x3e\xf4\x2a\x4a\x60\xb7\x12\x02\xd2\xff\x36\x82\x24\x98\xaf\xfb\xca\x22\xca\xda\x88\x2a\xc2\x8f\xec\x7d\x7a\xc9\x9a\x99\xce\x81\xb9\xaf\x3c\x86\xd9\xbc\xd3\xf0\xf9\xc0\xd6\xbb\xe9\x1c\x58\x34\xfc\x6e\x36\x07\xd6\xfe\xd4\x6a\x11\x65\x36\x3f\xb5\x7a\x13\x79\xed\x79\x2b\x34\xf8\x2e\x6d\xb0\x01\x9a\x9e\x7f\x19\xee\x2c\xf8\x9d\x06\x0f\xac\x7d\x27\x32\xdc\x96\x46\xbe\x6b\x35\xe6\x23\x58\x89\x39\x6e\xcc\x47\x70\x35\xcb\x73\x50\xea\x81\x95\x80\xdd\x56\xd0\xae\x43\x60\xbc\x9a\xe5\x41\x96\x67\xbb\x8d\x41\xa2\xfb\xd9\x7e\x9a\xa5\x0b\xcb\xe0\xa2\x2b\x99\x0a\xcb\x24\xba\x17\x5a\x74\x33\xa2\x63\x87\xe8\x38\x42\xed\x69\x44\x47\x30\x6d\xc5\x4f\xb6\x60\x60\xed\x97\xd1\xdb\xa8\x8f\xfd\xbc\x97\x63\xd4\xb5\x5a\x78\x60\xa6\x2a\x7d\x3f\x2d\xc7\xf0\x1c\xaf\x66\xaf\xc8\x26\x19\x6a\x8f\x66\x8b\x68\x69\x76\x46\xf6\x26\x8b\xd2\x7d\xb9\xe9\x87\x28\xaf\xea\xe5\x9e\x5f\xa2\x76\xe5\x35\x8b\x70\x1f\xc1\xda\xf7\xbf\x3e\x67\x37\x66\x64\x87\x6a\xb8\x6f\x5b\x56\x30\xae\x21\x18\x21\xe5\xf7\xf3\xd4\xe9\x78\x4d\xb7\x64\xeb\x6e\xec\x40\xb0\xf2\xa1\xa3\xb1\x03\xc1\xbe\xed\xb7\xcc\x40\x24\x1a\x36\x39\x2b\xfa\x69\xe5\x04\x66\x82\x11\x1b\x87\x10\xac\x94\x10\x6e\x1c\x42\xb0\x92\xe2\xb1\x71\x08\x3b\x44\xc0\xeb\xf7\x23\xb3\x72\x50\xfc\x36\xda\x0b\xc5\x0f\xac\x10\x01\x1a\xc5\xaf\x43\x59\xdb\xb7\x64\x9d\x6e\x9c\x35\x30\xf3\x75\xb6\x51\xd6\x3a\x94\xb5\x41\x43\xa0\xac\xf5\xcb\x0b\xdf\xcf\x3d\xb2\x83\x2c\xa7\xea\xe3\x11\xd1\x49\xe4\x06\xd9\x9f\x91\xc5\xc0\x9a\xd9\xb6\x90\xc5\xfa\xc5\x74\xd8\x87\x66\x83\x2c\x87\xef\xac\x4d\x2c\x30\xb0\x6f\x49\xa9\xd5\x68\x60\x60\xfc\xf9\x6b\x6f\xa2\xb7\x66\xaf\xc8\x3e\x64\xa9\x14\xfd\xf2\x6b\x5f\xa2\xaf\x66\x47\x64\x3f\xb2\x9c\xe7\x4e\x57\x66\xe9\xa0\x7c\x6d\x89\x6f\x6e\x94\x2f\xb0\xe8\x25\x94\x2f\xb0\x6f\xa9\xc4\xdf\xe1\x7f\xdd\x30\xf3\xe5\xa1\xb1\xc0\x1a\x49\x6b\x4b\xaa\x96\x46\xd2\x02\x2b\x51\xe6\x8d\xa4\xd5\x2f\x6a\x34\x99\x65\x1a\xd7\x0a\xac\x24\xa9\x6a\x5c\x2b\xb0\x6f\x61\x8f\x34\xae\x15\x98\x49\x12\xdc\xb8\x56\xfd\xa2\x86\xc2\xe1\x6d\x84\x23\x30\x77\xcf\x46\x0d\x85\x6f\xb4\x6f\xc9\x76\xdd\x08\x47\x40\x06\xa6\x7e\x2d\xc3\x4b\x0d\xe5\xfb\x5b\x2b\x52\x05\x56\x4a\x2b\x35\x5a\x52\x23\x1c\x6d\xc9\xa3\xdc\x08\x47\x1d\xc2\xd1\x48\x70\x6d\x23\x1c\xf5\x61\x22\x3d\x5f\xaf\xc8\x0e\xb2\xa4\x9f\xcc\xf0\xe2\x20\x81\xab\xd9\x8a\x6c\x90\x25\x9d\x46\x7a\x8a\x83\xd4\x07\x83\xf6\x99\x39\x88\xfd\x03\xd6\xc8\x4c\x3d\x6c\xda\x81\x7d\x7b\xba\x83\x5d\x3b\xb0\x58\x92\x38\x42\x60\xa4\xdc\x64\xe3\x08\x81\x15\xb2\x72\xe3\x08\x35\x56\xcf\xf6\xf4\x1c\x26\x4d\x60\xc5\xb1\xde\x58\x3d\x8d\xd5\xb3\x25\xb1\x5e\x63\xf5\x80\x35\x72\x74\xc5\xea\x01\x72\x59\xb5\xe2\x4d\x8d\x4d\xb3\x25\xa8\xb4\xb1\x69\xc0\x1a\xb7\xe8\xbe\x41\x12\x85\x66\x77\x38\x86\xc1\x65\x15\xa4\xb4\x5c\x1f\xac\x82\xc0\x1a\x1e\x83\x55\xa0\xda\xd2\xf9\x74\xa5\x7b\x52\x2a\xcf\x1c\x53\x11\x5c\xfa\xb0\x1d\x27\xb0\xb2\x15\x23\x02\x6b\xdc\xcd\x0c\x51\x8c\xcb\x31\xce\x88\x0c\x11\x75\x94\x84\x4d\xad\x7a\x10\x58\xf9\x14\xdb\xaa\x07\x81\x7d\x4b\x45\xd5\x46\x66\x01\x33\xcc\xaa\x46\x66\x01\xd2\x6c\xb5\xea\x41\x7d\x98\xba\x2f\xcd\x4c\xdd\xc3\xd4\x8d\xc9\x8c\xcb\x02\xf6\x2d\x91\x90\x8d\xcc\x02\x56\x02\x04\x1a\x99\xa5\x0f\x6a\xf1\xb5\xe5\xd7\xa8\xc5\xc0\x4a\x46\xe2\x46\x5c\xe9\x10\x57\xc6\x2b\x5b\x02\xe2\x0a\xb8\xae\x5c\x91\x6d\x64\x19\xf0\xe8\x7a\xc5\x7d\xfa\x34\xe9\xe3\xa7\x6c\xcc\x15\xb0\xf2\x61\xb1\x4f\x93\x3e\xb0\x12\x7a\xd2\x8a\xfb\x80\xeb\x4a\xb2\x49\x96\xb4\xb4\xcb\x8f\x2d\x22\x1d\x8d\x16\x47\x70\x01\x2b\x1f\xdc\xfb\xb4\x5d\x06\x26\x13\x54\x71\x1f\x70\x5d\x79\x46\x56\x64\x06\xfc\x1a\x49\x95\x7c\xfa\xb4\x82\x12\x05\xda\x6a\xf4\x80\x15\xbf\x73\xab\xd1\xd3\xf8\x2d\xdb\x2b\xfb\x10\x7e\x0b\x58\xf9\xe6\xd9\xf8\x2d\x7d\x5a\x1b\x89\x02\x6d\x55\x6f\xc0\x1a\xf3\xaf\x79\xda\xad\x28\x0e\xd8\xb7\xc4\x6b\xf6\x69\xed\x04\xd6\x7c\xf8\x61\x8f\x19\x37\xca\xf6\xca\xa6\x87\xc4\x02\x56\x3e\x93\xf6\xc9\x8d\x12\x90\xc4\xac\x4f\x8b\xee\xb4\x9c\xc2\x3c\x6d\x95\x6d\x80\xcc\x69\xad\xb2\x4d\x9f\xec\x82\x57\x4c\x65\x65\x6c\xc0\x9a\x31\xc0\x90\x64\xc0\xd5\x2c\x03\x41\xef\x63\xc9\x24\x33\x49\x63\xc9\x80\xf9\x67\x2b\x23\x68\x71\x26\x73\x77\x23\xb1\xf4\x69\x71\x26\xa9\x4f\xe3\x9d\x80\x95\xaf\xba\xad\xf0\x4c\x9f\x8e\x79\xc9\x8f\xdd\x78\x27\x60\x8d\x1c\x1a\xd1\x4e\xc0\xbe\x25\xa1\x4b\xe3\x9d\x80\x95\x40\xc6\x3e\x79\x43\x42\x3b\xb9\x9a\xe5\x79\x2d\xe2\xc0\x0a\xfb\xac\x15\xa8\x01\x2b\x9f\x8d\x5b\x81\x9a\x3e\xb9\x3b\x92\xaa\xa5\x4f\xd6\xf2\x29\x03\x60\xf6\x3c\x84\x95\x3e\x59\xc6\x49\x7e\xd2\x27\xcb\x38\xb0\x92\x71\xae\x11\x56\xc0\x4a\x98\x52\x23\xac\x80\xe5\x94\xa7\xb2\x0d\xd8\xb7\x97\x8e\xd2\x08\x01\x29\xe2\x1a\xad\x05\x5c\xcd\x5c\x6a\x7e\xd8\xdf\x6e\x91\x7e\x32\xb3\x93\x90\xa2\x4f\x66\x76\x60\xe5\xab\x54\xa3\xba\x80\xab\x59\xe6\x11\x5d\x82\xeb\x32\xa3\x85\x70\x5d\x3a\x5c\x97\x11\x3a\x46\xe3\xba\xf4\x78\x19\xa2\x68\xc8\x41\x71\x04\x56\xbe\xac\x37\xfa\x4b\x87\xd7\x72\x35\x3b\x23\x5b\x64\xb1\x12\x37\xa2\x37\x91\x5e\x2d\x97\x7e\xc9\x62\x51\xc4\x7a\xc0\x75\x01\x23\xec\x91\x1e\x56\x7f\x78\x27\xd7\x95\x79\x0e\xdb\xe0\x10\x01\x17\x35\xa7\xc4\x0d\xd8\xb7\xe4\xca\xe8\x61\xa9\x0f\x01\x14\x39\x56\xa3\xa7\x80\xab\x59\x6e\xca\x60\x0b\xc8\xac\xd7\x83\xbd\x16\x98\x8e\x61\x83\xbd\x36\x84\xac\xe4\xd4\x3b\x98\x6b\x83\xde\x48\xb8\x68\x0f\x7a\x63\xd0\x1b\x2b\x57\x52\x0c\x83\x62\x48\xb8\x68\x0f\x8a\x21\xb0\xd8\x66\x0a\xf2\x74\x48\x2c\x57\xb3\xf4\xea\xf4\x1c\x21\xbc\x25\x27\x5f\x2b\xab\xd3\x83\x16\x38\x8c\x2e\x2d\x30\x6c\xaa\x59\x07\x83\x16\xc0\x5c\xd9\x12\x0d\xd9\x98\x2b\x60\xc5\x27\xdf\x98\x2b\x60\xdf\x42\x4a\xef\xc1\x84\x0b\xac\x91\x49\x8f\xcc\xd2\x83\x35\x95\x00\xc6\xc6\xc1\xe8\x70\x30\xc6\x99\xc7\xc5\xc1\xe8\x69\xce\x84\xd1\xd1\xd3\x9c\x09\xcc\xd0\x75\x1a\x2d\xa3\x11\x2e\xb6\xb0\x2b\x1a\xe1\x02\xac\xc4\xce\x35\xc2\x45\x23\x5c\x6c\xe1\x8b\x35\xc2\x05\x98\xf9\x52\xd4\x08\x17\x3d\x19\xf9\xa1\xbc\x35\xda\x04\x18\x29\x20\xda\x93\x91\x3f\x55\xf7\x78\x12\x79\x34\x0e\x95\xb0\xbe\x5a\x9d\x1a\xb0\xce\x87\x66\x79\x31\xf3\x7e\x7f\x59\x57\xb8\x0f\x60\x25\x86\xaf\x51\x1f\xc0\x3a\x33\x01\x51\x1f\xc0\xbe\x85\x80\xd2\xf3\xd4\xd1\x53\xad\xea\x33\x22\x1d\x1d\x86\x2d\xbb\xfb\xf4\xfe\x02\xf3\x7e\x34\x46\xd1\xe4\xf8\x4e\xce\xef\x9e\x74\xf1\x94\x9c\x3e\x8a\x72\x3a\xa3\x4d\x3e\xc3\x73\x23\x33\x46\xf1\x19\x9e\xd1\x6d\x93\xcf\x10\x43\x62\x4b\x81\xcf\xc6\x90\x00\xeb\x7c\xb8\xe9\x8f\xa8\x34\x4b\x4f\xcd\x86\xc0\x25\xcb\xf3\xf2\x1a\x06\xe4\x28\x6f\x0c\x89\x9e\x3c\x84\x89\x3c\xeb\xc9\x43\x38\x95\xea\x35\xbc\xb6\x89\xc9\x43\x98\xb2\xa2\x3d\xed\x13\xd3\x67\xf8\x6c\xf9\x88\x14\x3d\x29\xfb\x70\xd0\x1b\xf7\x01\xac\x10\x3d\x1b\xf7\x01\xac\xab\x57\x7f\xb9\x6f\xa3\x46\xf4\x64\xbc\x25\xfc\xb0\x27\x5d\x1d\x98\x3e\x31\x28\xff\xd3\x29\xec\xb3\x6f\x09\x3f\x6c\x95\x7d\xc0\x58\xa6\x3b\x1d\x3c\x29\xdc\x7c\xb1\x6e\x75\x7c\x80\x5c\xea\x8d\x55\xd1\x8b\x9d\x73\xe6\x78\xa2\x72\x0d\x98\x5b\x8e\x22\x2a\xd7\x80\x65\x68\x54\xae\x01\xcb\xd8\x2b\x5c\xd3\xcb\xc1\x34\xa9\xb5\x5b\xcd\x18\xb0\xce\x68\x0e\x6c\x09\x30\xf2\x45\xbc\xb1\x25\x1a\x5b\x62\x4b\xce\xec\xc6\x96\x00\x92\xb1\x37\xb6\x04\x58\x89\x0a\x6d\x64\x89\xc6\x52\xd8\x92\x74\xb0\xb1\x14\x80\xfc\xec\x8d\xa5\x00\xf6\x2d\x21\x32\x8d\xa6\x00\xe6\x73\xb8\xd2\xa3\x31\x8a\x12\x70\xd3\x98\x0b\x60\x25\x78\xb4\x31\x17\x3a\xc5\x60\xae\x66\xe9\xfc\x79\x3f\x48\xea\x8a\x67\xbc\x55\x7b\xe9\x75\xcf\xd9\x68\x30\x9c\x80\x5e\x0c\x94\xa4\x7f\xee\x65\xe6\x2d\xf1\x1f\x31\x50\x96\x89\x87\x01\xb0\x9d\xcb\xa5\xba\x35\x75\x4b\x33\xdd\xe2\x80\x4b\x2e\xe6\x16\xa0\x0f\x56\x62\x62\x5b\x80\x7e\x2f\xf6\x83\x8f\x94\x8b\xfd\x10\x90\x9d\xbe\xd5\x33\x01\xfb\x36\xb2\x62\x85\xe3\x83\x95\xd4\xd4\x2d\x1c\xbf\x17\x25\x3c\xb2\x62\xc5\xc1\xf7\x9b\xc6\x4d\x49\x8c\x56\x36\x04\xac\x33\x07\x7a\x65\x43\xfa\x4d\xe3\x26\xf7\x63\xbf\x69\xdc\x37\x8d\xfb\x74\xe5\x20\xfa\x68\x76\x44\xf6\x25\x4b\x52\xe8\x38\x63\x55\x12\xe9\x44\xb8\xef\xdb\x70\xa9\x39\x18\x98\xc9\x75\xd8\x22\xdc\xfb\x6d\x4b\xce\x47\xe6\x7e\xdb\x92\xdf\x77\x4c\x23\xd1\x22\xca\x4c\xcd\xd6\x22\x4e\xbd\xdf\xa6\x65\xa2\x4c\xfb\x7d\xdc\x37\xcd\xb4\xcc\x61\xe1\x6d\x5a\xbe\x39\xa7\x47\x4c\xe9\xb7\x79\x19\x58\x67\xd4\xfc\x9b\x73\xfa\x6d\x9b\x1e\x59\x58\x6f\xdb\xf4\x5b\x74\xd4\x2d\xf2\xb8\x89\x2f\xde\x46\x3c\x54\x6f\x33\x29\xb0\x4e\x3d\xb0\xd7\xbe\x99\xd7\x7c\x12\xaa\xa1\x80\x99\x84\xfd\xfd\x66\x5e\xbf\x99\xd7\xce\xfd\x6f\xe6\x75\x60\x51\xcc\x6a\xa6\x80\x45\xa9\xa8\x99\xd2\x82\xf4\x37\xdb\xb4\x20\xfd\x7e\x27\x6b\xc3\xe6\xc0\xfd\xf6\x01\x26\xb0\xec\xbf\x82\xf4\xc1\x4a\xe8\x73\x0b\xd2\xef\x37\xb5\xe9\x5c\xfe\xa6\x36\xdf\xd4\xa6\x57\x4a\x6d\x8a\xbe\xdf\x98\x98\xa2\xef\xc1\xa2\xc9\x44\xdf\x83\x45\x07\x8b\xbe\xef\xf7\x3d\xc7\x63\x61\x8a\xbe\x07\x2b\x01\xe8\x2d\xfa\x1e\xcc\x71\xff\x98\x8e\x9a\xe2\x2f\xb7\x34\x17\xee\x29\x1e\xc5\x2f\xfa\xbe\x3f\xcc\x00\x67\x5f\xc1\xf1\x60\xd1\x9e\x1f\x66\xc0\x87\xef\xc5\x59\xeb\x63\x06\x7e\xc4\xe7\x65\xc3\x14\x42\xdf\x1f\xbe\x3e\x36\xec\x87\xed\xf8\x11\x78\x17\x07\xc4\xc7\x3c\x0d\xa8\xdd\xd0\x1f\xf3\xf4\xc3\x74\x64\xd6\x7e\x8e\xfb\xa6\xd9\x57\x6f\xd1\x87\x28\x71\x60\x9b\xc7\xc8\x12\xfa\xf0\xba\xb1\x30\x3f\xe6\xc7\x87\xd7\x2d\xea\xf3\x63\x7a\x24\xd6\x7c\xdf\xa6\x9b\xda\xcc\x3f\x1c\xae\xb1\x16\x04\x9b\x83\x35\xa2\x65\x3f\xf6\xf2\x8f\xbd\x9c\x73\xf5\x33\xee\x9b\x7e\x43\x19\x73\xe5\x8f\xe8\x97\xe0\x36\xbf\x5f\x44\xe5\xca\x34\x33\xd9\x3e\xe6\xc2\x7c\xe5\x71\xcd\x85\xcf\x1d\x8f\x46\xb4\x11\xb9\x69\xe6\xe9\xc7\x41\x25\x30\x9f\xd1\xa8\x1f\x7b\xe4\x67\xb9\x43\xd4\xfd\xc7\xa9\x24\xb0\x12\x9c\xdd\x1f\x7b\xa4\x00\xf7\x6d\x8e\xff\xaf\x6c\xc8\xf8\xaf\xfb\xb6\x58\xf7\xfe\x26\xda\x63\x4b\x18\x75\x7f\x45\x7b\x04\x56\x22\x06\x5b\x9d\x9b\xfe\x9a\x3e\x09\xc3\xed\xaf\xe9\xf3\x75\x40\x19\x44\x19\xd5\xef\xfd\x76\xe3\x8e\x15\xeb\x0e\xe6\x8a\xd2\x14\xeb\xde\x5f\xb6\x60\x12\x86\xb6\x3a\x31\x60\x84\x8f\xd3\x5f\xb6\x60\x6a\xc2\x5c\xcd\x56\x64\x93\x2c\xd9\x82\x0f\x22\xcf\x61\x3f\x5b\x9b\x4b\x9b\xac\xe3\x78\xbe\x86\xeb\x4b\x0b\x7d\x99\xfc\x49\x78\xdc\x5f\x6a\xe8\xeb\xe0\x1f\x95\xf3\x65\x32\x7e\x69\xa6\x44\x7d\xf5\x97\x66\xfa\x3a\xf8\x67\x6a\x7f\xcd\xbc\x84\xc1\x5f\xcd\xd2\x2d\x6a\xe8\x1b\x57\x7f\x6a\x1c\xf5\xd7\xcc\x13\x1a\xbf\x31\xb5\x85\xc6\xf7\x97\x1a\x4a\xae\xe4\xfe\x52\x43\x81\x95\x34\xfc\xfd\xa5\x86\xbe\x8e\xef\xcb\x5d\x1d\xdf\xbf\x8e\xef\x2f\x22\x63\xe9\x95\xaf\xa8\x09\xe1\xf2\xfd\xb3\x8a\x53\x7a\xbd\x7f\x56\xf1\x4f\x48\x40\x1c\x4c\xea\xa8\xf4\x5d\x47\x65\xd3\xea\x45\xa4\x5b\xb1\xd2\x95\x48\x01\x8b\x97\x48\x50\x3d\x18\x0e\xbf\x82\xea\xc1\xbe\x89\x89\x51\x22\x05\x2c\x3b\xcb\xcf\xab\xff\xd9\x6d\x52\x37\xb3\x05\xda\x83\x65\xcb\x50\x21\xa5\x7f\x1c\xf6\xc9\x58\xdd\x02\xed\xc1\x1a\x2f\x22\x3d\x08\x19\x74\x0b\xfb\xb1\x05\xda\x83\x65\x9f\x12\x67\x0f\x56\xaa\x82\xb5\x38\x7b\x30\x7d\x9a\x13\x67\x0f\xf6\x2d\x69\x9c\xfb\x67\x6e\x05\xd6\x7c\x11\xe9\x14\x2b\x2b\x69\x9c\xfb\xc7\xca\xfa\x71\x3d\xe5\x78\xa6\xb6\x4a\xff\x6c\x84\x49\xe3\xdc\xaa\xa6\x80\x95\x4c\xf0\xad\x6a\x0a\xb8\x9a\xa5\x57\xa6\x60\x60\x85\x69\xdb\x3f\xa7\x96\x9f\x53\x4b\xd2\x2c\xb7\x10\x7d\x30\xf9\xdb\x44\xe8\xf7\x2f\x71\x38\x7b\x18\xa8\xfd\xa3\xaf\x02\x6b\xc4\xdf\xf5\xa3\xaf\x44\xed\xef\x2c\x73\x51\xfb\x9d\xea\x26\x97\x2c\x77\x60\xa0\x05\xe6\x6e\xc4\x39\x95\x52\xfd\x64\xdf\x1f\x51\xd6\xaa\x9f\x80\x99\x32\x32\xad\xfa\x49\xa7\xfa\xc9\xd5\xcc\xaf\x79\xcd\x77\xf5\xba\xf4\x9e\x42\xfc\xdd\x79\xad\xf3\xb8\x14\x62\x28\x00\xfb\x9e\xe4\xfb\x8d\x03\x00\x46\xd2\xbe\x37\x0e\x40\x27\xf8\xfe\x6a\x96\xde\x53\x92\xa2\xef\x93\x74\xa7\x05\xdf\x83\xed\x74\x28\x14\x7d\x0f\x66\xd2\x81\xb5\xe0\x7b\xb0\x3f\x18\x15\x42\xed\xc1\x8b\x0d\x2b\xd4\xbe\xeb\x1e\xb7\x58\x59\xa2\xa4\x5b\x08\xee\xfe\x58\xaf\xff\x47\xe5\x5e\xff\xff\xeb\xfb\x9f\xff\xed\x7f\xfe\xaf\xf7\x3f\xff\xf7\xfb\x5f\xeb\x1f\xdf\xff\xfc\xe3\x8f\xfa\xb7\xff\xf8\xfd\xcb\xf7\x3f\xfe\xf1\xdf\x2f\xe9\x3f\x7e\xd5\xff\xf2\x6f\xf5\x47\xfd\x9f\x7f\xff\xcf\x3f\xbe\xf5\x8f\x7f\xfe\xfb\x3f\xaf\xab\xf2\xf7\x7f\x03\x00\x00\xff\xff\x9a\x2a\xf8\x63\xc7\x3b\x01\x00"); +func _aac ()([]byte ,error ){return _c (_fgge ,"ETen-B5-V")};func (_bg bindataFileInfo )Sys ()interface{}{return nil };func _ebadg ()([]byte ,error ){return _c (_fffa ,"UniJISPro-UCS2-V")};var _aabcg =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x54\x92\x41\x8f\x9b\x30\x10\x85\xef\xfc\x8a\x39\x6e\x0f\x5b\x6c\x63\x6f\x12\xa9\x42\xaa\x88\xaa\x72\xd8\xb4\x2a\x9b\xb4\x52\xd5\x03\xb1\xc7\xd4\x52\x31\x96\x81\x43\xfe\x7d\x65\x03\x46\x7b\x40\xe6\xbd\xcf\x8c\xe7\xe1\xc9\xab\xfa\x5c\x5b\x33\x41\xfe\xdd\x0f\xb2\xc1\x09\xb4\xb1\xca\xe3\x38\xcc\x5e\x22\xdc\xb1\x33\x36\xcb\x28\x03\x65\xe4\xb4\xc9\xb8\xc8\xbe\x75\x59\x96\x5f\xad\xa9\x2e\xcd\xf3\xf5\xed\x4b\xc1\x9e\xbf\xc2\x3c\xe2\x0a\xaa\xfa\xdc\x3c\xc6\x09\xfb\xda\xea\x01\x8a\xa5\x80\x9a\xdd\x5a\x04\x20\xff\x81\x9d\x19\x27\xff\x80\xa7\xcf\x6a\xb8\xe3\x07\x50\xa8\x83\xff\xcd\x2b\xf4\xc6\x76\xf0\x54\x5d\x1a\x9a\xec\x66\x76\xee\x1f\xf6\x68\x27\x38\x44\x0f\xad\x8a\x6b\x96\x57\xaf\xad\xbb\xb4\x3d\xc2\xfb\x76\x6e\x11\x47\x7a\x43\x3f\x9a\xc1\x02\xfd\x48\xc8\x69\xb7\xdf\x1e\x0e\x81\xae\x55\x7e\x5d\xeb\x33\xfc\xa6\x40\x09\x30\x21\x4e\xfc\xcf\xea\xff\x7c\x1d\x54\xda\xf5\xb2\xf4\x2f\x8d\x92\x7f\x5b\x9f\x7d\x22\x84\x10\x46\x68\x51\x02\x65\x24\x49\x1e\x24\xdb\x24\x13\x25\x50\x72\x5a\xa4\x46\xae\x4b\xa0\xc5\x81\x8b\xd5\xd0\xe2\x1e\x0c\x9e\xa4\x0a\x52\x84\x7c\xdb\x31\xd9\x21\x1d\xeb\x5b\xdb\xe1\xb2\xb5\x20\xe4\x58\xc2\xf6\x7a\x2a\x81\x0a\x92\x48\xbb\x93\x50\x9e\xbf\x24\x22\x77\x12\x4e\x12\x3c\x11\xdc\x49\xe8\x51\x1c\x37\x42\x49\x22\x94\x86\x6a\x2c\x11\xbe\x93\x10\xb3\x38\x6e\x31\x52\x6f\x5a\xc7\xde\x0a\xb2\x26\x5a\x12\x44\x11\x46\x25\x5d\x9e\x9c\xbd\x47\x3b\xc5\x41\x89\xb7\x13\xfe\xb8\xb1\x98\xa6\xd1\x0d\x2e\x7c\x15\x9f\xff\x01\x00\x00\xff\xff\xad\xc7\x92\x12\xb9\x02\x00\x00"); +func _eegd ()([]byte ,error ){return _c (_bgde ,"RKSJ-V")};var _cba =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\xd5\x4f\x6b\xe4\x46\x14\x04\xf0\xbb\x3e\x45\x1f\x37\x87\x8d\xfb\xfd\x51\xab\x05\x62\x61\xf1\xb2\xe0\xc3\x6e\x42\x1c\x92\xb3\x2c\xf5\x98\x81\x58\x33\xc8\xe3\x83\xbf\x7d\xa8\x57\x33\x0e\xe4\x60\xc6\x53\x96\x9e\xc4\xaf\xdc\xdd\x77\xf7\x0f\xdf\x1e\xb6\xe3\x25\xdd\xfd\xbe\x9f\x96\xc7\x76\x49\x87\xe3\xb6\xee\xed\xf5\xf4\xb6\x2f\x2d\x3d\xb5\xe7\xe3\xd6\x75\xa2\x69\x3d\x2e\x97\xdb\xd7\xf8\x58\x5e\xe6\x73\xd7\xe1\xfe\xc7\xf7\xd7\x4b\x7b\x79\xd8\x0e\xa7\x64\xbc\x6e\x7d\x3b\x5f\xaf\x4d\xe9\xee\x8f\xf6\x7c\x7c\xbd\xec\xef\xe9\xd3\xd7\xf5\xf4\xd4\x7e\x49\x6b\x3b\x20\xff\x6d\x5f\xdb\x7e\xdc\x9e\xd3\xa7\xfb\x9f\x8f\xf2\x11\x3f\xbe\x9d\xcf\xff\xb4\x97\xb6\x5d\xd2\x10\x59\xdb\xd6\xf8\xec\xee\xee\x7f\xcc\xe7\x9f\xf3\x4b\x4b\x77\x31\xe9\x33\xee\xfb\xcc\x8b\xe2\x6f\x7f\xb5\xfd\xf5\x78\xda\x92\xfc\x9a\xb3\xfc\x17\xff\xf9\x7e\x6e\x49\xae\x33\xfe\xfe\x71\x5a\x5b\xca\xb7\x89\x0f\xdf\xee\x4f\x6f\xdb\x25\xc9\x28\xc3\xc8\x50\xf8\xea\xcb\x69\x6d\xaf\xe7\x79\x69\xfb\xbc\x3d\xb7\x2e\xa5\x29\xe7\x9c\xbf\xa4\xc9\xbf\x7e\xff\xfe\x05\x6f\xf5\xbf\x2b\xba\xa1\xbf\xde\x79\x5c\x99\xdc\xee\xc8\xf9\x70\xf8\x92\x72\x37\x65\xe1\x77\xc1\x77\xed\x4b\x37\x65\x65\xa2\x48\x7a\xd1\x6e\xca\xc6\xc4\x90\x0c\xa5\x76\x53\x76\x26\x8e\x44\xb2\x7a\x37\xe5\x9e\x51\x1f\x91\x56\xcc\x2e\x8c\x4a\x44\xbd\x61\xf8\xc0\x68\x88\x68\x18\x31\xbd\x32\xaa\xf1\x06\xd9\x31\x7e\x64\x34\x46\x64\x19\xe3\x67\x46\xf3\xf5\x3d\x31\xfe\x89\xd1\x53\x44\x55\x30\x7e\x61\xb4\x20\xb2\x3c\x60\xfc\xca\x68\x8d\xc8\x14\xe3\x1b\xa3\x16\x51\x5f\x31\xfe\xc0\xe8\x10\x51\xf5\xdc\x4d\x42\x29\x09\x29\xcf\x63\xe9\x26\x21\x96\x04\x96\x5b\xaf\xdd\x24\xd4\x92\xd0\xf2\x92\x6b\x37\x09\xb9\x24\xb8\xbc\x16\xef\x26\xa1\x97\xf8\xd5\x14\xe3\xe9\x25\xe1\xd5\xdb\x80\xf1\xf4\x92\xf0\xea\x8b\x61\x3c\xbd\x24\xbc\xfa\x5a\x31\x9e\x5e\x12\x5e\x45\x1c\xe3\xe9\x25\xe1\x55\x3c\x63\x3c\xbd\x24\xbc\x4a\x41\xb1\x42\x2f\x09\xaf\x32\xa2\x59\xa1\x97\x84\xd7\x20\xa8\x56\xe8\x25\xe1\x35\x38\xaa\x15\x7a\x49\xbb\xf6\x8f\xf1\xf4\x92\xf0\x1a\x46\x54\xab\xf4\xd2\xf0\xaa\x82\x6a\x95\x5e\x1a\x5e\xd5\x51\xad\xd2\x4b\xc3\xab\x0e\xa8\x56\xe9\xa5\xe1\x55\x47\x54\xab\xf4\xd2\xf0\x1a\x15\xd5\x2a\xbd\x34\xbc\x46\x47\xb5\x4a\x2f\x0d\xaf\x71\x40\xb5\x4a\x2f\x0d\xaf\x71\x44\xb5\x4a\x2f\xad\xb7\xff\x55\xcc\x27\x98\x8e\xcc\x1c\xe5\x2a\xc5\x74\x66\x36\xa0\x5d\x25\x99\x06\x19\xda\xc7\x23\x68\xa6\x0b\x33\x45\xbf\x4a\x34\x5d\x99\xf5\x28\x58\xa9\xa6\x8d\xd9\x80\x86\x95\x6c\x7a\xe0\x22\xc9\xa8\xd8\xe8\x66\x99\x99\xa2\x63\x23\x9c\x09\xb3\x1e\x25\x1b\xe5\x4c\x6f\x0b\x2c\x77\x93\x91\xce\x82\x4e\x2c\xa3\x66\xa3\x9d\x71\x6d\x9a\xa1\x67\x23\x9e\x71\x71\x5a\x8f\xa2\x8d\x7a\xc6\xd5\x69\x15\x4d\x1b\xf9\x8c\xcb\xd3\x33\xaa\x36\xfa\x19\xfd\xdc\xd0\xb5\xd1\xcf\xe8\xe7\x3d\xca\x36\xfa\x19\xfd\xbc\xa2\x6d\xa3\x9f\xd1\xaf\x17\xd4\x6d\xf4\xb3\xe5\xb6\x2b\xe0\x19\xf4\x33\xfa\xf5\x05\x85\x1b\xfd\x8c\x7e\x7d\x45\xe3\x46\x3f\xa3\x5f\x11\x54\xee\xd7\x3d\x90\x7e\xc5\xd0\xb9\xd3\xcf\xe9\x57\x0a\x3a\x77\xfa\x39\xfd\x4a\x45\xe7\x4e\x3f\xa7\xdf\x20\xe8\xdc\xe9\xe7\xf4\x1b\x1c\x9d\x3b\xfd\x9c\x7e\x43\x41\xe7\x4e\x3f\x2f\xb7\xad\x0c\xcf\xa0\x9f\xd3\xaf\x0a\x3a\x77\xfa\x39\xfd\xaa\xa3\x73\xa7\x9f\xd3\xaf\x16\x74\xee\xf4\xf3\xb9\xcd\xc8\x46\xf7\xd8\xd1\x6f\x3b\x37\x7e\xc7\xf9\xf6\x71\xe2\x2c\x6f\xfb\xde\xb6\x4b\x9c\x6e\x71\xa8\xe0\xac\x38\x6e\xed\xe3\xa4\x3c\x9f\xce\xb8\x2b\x7e\xfe\x0d\x00\x00\xff\xff\xea\x94\xed\x0a\x55\x07\x00\x00"); +func _fdga ()([]byte ,error ){return _c (_egdfg ,"UniGB-UTF16-V")};func _fbe ()([]byte ,error ){return _c (_beba ,"EUC-V")};func _decf ()([]byte ,error ){return _c (_fbgg ,"EUC-H")};var _dgade =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\x98\x41\x8f\x23\xb7\x11\x85\xef\xf3\x2b\xfa\xe8\x1c\x9c\x21\xab\xc8\x26\x09\x18\x06\x82\xf5\x21\x63\xc0\x49\x90\xc9\x3a\x01\x82\x1c\x5a\x12\x7b\x21\x20\xab\x11\x34\x33\x87\xfd\xf7\x41\xbd\x4f\x99\xc0\x39\x2c\x6a\xf7\x13\x59\xfd\xde\x23\x9b\x94\xf6\xf1\xd3\xd3\x4f\x4f\x97\xf3\xdb\xf2\xf8\x97\xdb\xcb\xf1\x79\xbe\x2d\xfb\xf9\x72\xba\xcd\xd7\x97\xf7\xdb\x71\x2e\x87\xf9\xe5\x7c\x79\x78\xc8\xb6\x9c\xce\xc7\xb7\xff\xfe\x53\xe5\xf8\x75\xbb\x3e\x3c\x3c\x7e\xbe\x9c\x7f\x7e\x7a\xfe\xfe\xf3\xa7\x67\xfb\xfe\x8f\xcb\xfb\xeb\xbc\xf3\x4f\x4f\x3f\x3d\x7f\x7b\x7d\x9b\x5f\x9f\x2e\xfb\xcb\xe2\xcc\x3f\xbd\x5f\xef\x3d\x96\xe5\xf1\xaf\xf3\xcb\xf9\xf5\xed\xf6\x6d\xf9\xee\x0f\xa7\x97\xc3\xfc\xdd\x72\x9a\x7b\xf0\x3f\xdf\x4e\xf3\x76\xbe\x7c\x59\xbe\xfb\x79\xbb\x6e\x97\xfc\xf1\xc1\xf3\xfb\xf5\xfa\xef\xf9\x75\x5e\xde\x96\x22\x36\x2f\x27\xd5\x87\xc7\x4f\xbf\x6c\xd7\x3f\x6d\x5f\xe7\xf2\x1b\x3d\xbf\xea\x53\x7d\xf8\xeb\xbc\xbd\x9e\x5f\x2e\x4b\xb6\xdf\xa7\xb4\xfe\x8f\xff\xed\xdb\x75\x2e\xf9\xde\xe5\x1f\x9f\x9f\x7e\x5a\xfe\x99\x97\x9c\x16\xab\x5e\xdb\xbf\xee\xfc\xef\xbf\xbc\x9c\x3e\x46\xe5\x94\xf0\x70\x3c\x9f\x6e\xdb\xe5\xcb\x7c\xf8\x21\xa5\x43\xfa\x71\xb9\x97\x6e\xeb\x78\xf8\xc1\x52\x0e\x44\x69\x7d\xb8\x50\x05\x55\x21\x13\x5a\x41\xab\x50\x15\xea\xa0\x11\xbd\x7a\x16\x3a\x82\x4e\x81\x9a\xda\x1b\xbd\x8c\x5e\x5d\x88\x5e\x46\xaf\x16\xc8\x4d\x28\x4a\xb7\x26\x11\xee\x20\x57\xfb\x40\x79\x48\xaa\x4a\xf3\x2e\x92\x21\x39\xc8\x2a\x62\x10\x0b\x32\x44\x1c\xe2\x41\x9a\x48\x85\xd4\x1f\x97\x6c\x96\x4b\xb0\x63\x11\x8b\xd2\x3d\x67\x21\x86\x45\xe9\x9e\x93\xd0\x0a\x5a\x85\x22\x99\x3c\x41\x51\x7a\xba\xa3\x06\x6a\x42\x6a\x3f\x3b\xa8\x0b\xa9\xfd\x1c\xa0\x21\x14\x06\x8d\xb0\xec\x1e\x56\xa4\x6c\xae\x48\x55\x5a\x1f\xd1\xcb\xe6\x2e\x14\xe5\x9e\x5f\x4d\x4a\xa6\xa6\xc8\xa1\x68\x2d\x6a\x32\x50\xd8\x2e\x5a\x8b\x9a\x0a\xa8\x6a\x54\x15\x5a\x41\x4d\xc8\x85\x3a\x68\x08\x31\x71\x03\x1d\x84\x78\xe2\x11\x14\xba\xca\xa0\xd7\x09\x74\x12\x62\xd4\x04\x4d\xa1\x55\x68\x07\xed\x42\xb1\x8a\x95\x2d\xa8\xd2\x6a\x92\x88\x9c\x41\x59\x48\xed\x33\x86\xa2\xb4\x9a\x8a\x90\x83\x5c\x48\xed\x33\x1e\xa3\xb4\x32\x94\x04\xdb\x59\xa5\x95\x41\x7b\x6c\x6b\x3b\x17\xed\xf0\x9a\x1b\x48\x49\x0c\xda\x93\x44\x94\x56\x86\x92\xc8\x03\x34\xf4\x44\xda\x13\x4e\x94\x56\x53\x12\x3a\x80\x0e\x42\xb4\x27\xaf\x28\xad\x1a\x22\xc8\x2b\x4a\xab\xa6\xbc\x32\x79\x45\x69\xd5\xb0\x4d\x5e\x51\x5a\x35\xe9\x32\xf2\x32\xe5\x65\xb2\x6d\xe4\x65\xca\xcb\x24\xd5\xc8\xcb\x94\x97\x29\x68\x23\x2f\x8b\x70\xaa\x4b\x2a\x5b\x4e\xa5\x55\xd7\x13\x79\x3f\x55\x5a\x75\x49\x35\xc2\x89\xd2\xaa\xcb\x90\x11\x4e\x94\x56\x1d\x5d\x84\x63\x0a\x47\xaf\x5a\x35\xc2\x31\x85\xe3\x48\x25\x1c\x53\x38\x8e\x2e\xc2\x31\x85\x93\x11\x41\x38\x26\xdb\x59\xbd\x1c\xdb\x2e\xdb\x59\xbd\x1c\xdb\xae\x0d\x60\x32\xe4\x6c\x00\x97\xc7\xc4\x44\x3c\xba\xd4\x27\x85\xe3\xa8\x77\xa9\x4f\x12\xe1\xa8\x77\xe9\xd2\x8b\x5c\x1d\x11\x2e\x11\x45\x49\x14\x44\x14\x89\x28\xda\x00\x05\x11\x45\xd9\x17\x89\x28\x64\x5f\x94\x7d\x51\xaf\x42\xf6\x45\x52\x8b\x74\x15\xa4\x16\x49\x2d\xd2\x55\x90\x5a\xb4\x1c\x45\x1e\x0b\xcb\x51\xb4\x1c\x45\x52\x0b\xcb\x51\x64\xa8\xa2\x0b\x43\x45\x86\x2a\x4f\xc4\x50\x51\xf6\x35\x74\xad\xec\x42\x95\x6e\x96\x85\x4e\x20\x9d\xd9\x79\x08\x4d\xd0\xd4\x28\x13\xda\x41\xbb\x50\xf4\x6a\x1c\x30\x2a\xd9\x72\x0b\x61\x6d\x53\x14\x2a\xdd\x22\x69\x4f\x71\x26\x45\x89\x28\x7a\x9c\x1d\x9e\x74\xc2\x78\xd2\xcb\x3d\x92\x90\xde\x64\x4a\xb7\x96\x84\x0a\xa8\x6a\x54\x16\x3a\x82\x3e\x0e\x43\xd7\x5d\x73\x2f\x6d\xd4\x55\x68\x07\xed\x42\x6a\x5f\x10\xa1\x25\x1a\xb9\x0b\xf1\x44\xad\xc7\xc8\x92\xaa\xf0\x29\x6d\x98\x44\x28\x69\x4a\x1b\x26\x11\x8a\x95\xd2\x46\xa4\xe3\x69\xa5\xd7\xaa\x5e\xe6\x71\xe1\x7f\xdc\xba\x0f\xa3\xfe\xff\x3d\xec\xa9\x33\xa1\x33\x41\x46\x3a\x0f\xef\x3c\xbc\x0a\xf1\xf0\xce\xc3\xe5\xad\x4f\xd0\x14\x92\xb7\x71\x10\x8a\xd2\xad\x49\xcf\x20\xa7\xa1\x65\x6e\x52\xbd\x91\xc0\xa6\x04\x4c\x09\x6c\x88\xd8\x10\xa1\x04\x36\x44\x6c\x12\xe1\x4a\x60\x43\xc4\x26\x11\x4e\x2f\x12\xd8\x94\x80\xeb\x89\x47\x7a\x1d\xd5\x2b\xce\x0c\x4f\x13\x34\x41\xf2\x38\x69\x3f\x69\x2f\x8f\x93\xf6\x93\xf6\xf2\x38\xf1\x38\xe5\xd1\xe5\x71\x67\xe2\xbe\x0a\x49\xfd\x8e\xc7\x9d\xbd\x10\xba\x5c\xb7\x20\xa5\x7b\x6c\x78\x77\x76\x9f\x6b\x93\xe6\x51\xbb\x98\xc3\x62\xaf\xb9\x83\x0a\xa8\x68\xd8\xca\xd4\x0a\xd3\xf5\x2f\x4b\xae\xdb\x92\x12\xc3\x78\x68\x83\x35\x58\x15\xeb\xb0\x0e\x63\xee\x80\x0d\x18\x8f\xdd\x60\x1b\x6c\x15\x3b\xc0\x0e\x62\x0d\x29\x47\xd8\x11\x66\x62\x27\x18\x1b\x9f\x61\x0a\xce\xe3\x25\x8a\x61\x7a\x2c\x6f\x91\x4a\x1b\x45\x8a\x33\xc6\xb2\x8c\x15\xcd\xcc\x18\xcb\xfa\x5e\xe3\x20\x7c\x65\x7c\x75\x18\xbe\xa2\x74\x8f\x6f\x57\xee\x19\x5b\x19\x5b\x5d\xd2\x32\xb6\xe2\x9d\x0c\x56\xc4\xee\xda\xa6\xd6\x06\x69\x7a\x4f\x3d\xee\xac\x18\xa6\x44\x74\x69\x51\xba\x6b\x4f\xba\xb1\x5c\xa6\xe5\x2a\x8c\xc2\x94\xb1\x5c\x2c\xbe\xe1\x2a\x4a\x30\x3d\xc1\xb0\xa5\x9b\x6c\x54\x86\x61\x4b\x37\xd9\x28\x5a\x2d\xc3\x95\x61\x61\x68\x15\x0c\x0b\x51\xba\x57\x10\x0b\xa3\x7b\x6b\xe0\xc0\x58\x03\xc3\xe8\x40\x2e\x46\xe3\x96\xca\x96\x92\x02\x71\x76\x61\x94\xee\x6c\x42\xc7\xa8\x1b\xc3\x24\xc4\x71\xea\x6c\x4c\xc5\xe6\x38\xf5\xca\x30\xa6\xe2\xca\xe5\x2a\x6e\x12\x77\xc7\x55\x94\x6c\xfa\xca\xe9\xee\xd8\x8a\x12\x4c\x1e\x9c\xd5\x8a\xd2\xbd\xc8\x83\xe3\x34\x4a\x0c\xa3\x1d\x56\xa3\x74\x2f\xb2\xe5\x6c\xc1\x28\x31\x4c\xdb\xc1\xb1\x1f\x25\x18\xe2\xb0\x5f\xb0\xaf\x43\xd4\x39\x7d\x55\x62\x9c\xfa\x15\xfc\x17\x2d\x34\x26\x38\x91\x3d\x2e\xba\x98\x2a\x75\x9c\xbf\x2a\xdd\x2b\xc3\xf0\x55\xf0\x65\x30\x7c\x71\x26\xb3\xa5\x0b\xbe\x74\xfb\x8d\xaa\x44\x0a\xb6\x0a\x1e\x74\x08\x7a\xc1\x43\xd1\x6b\x44\x22\xe5\x6e\x41\x5b\xd5\xe9\xcf\x56\xad\xb8\xe2\x05\xa9\xb8\xaa\x3a\x51\xd9\x97\x15\x53\x95\x45\x65\x05\x2b\xae\xa2\x04\x63\x1c\xab\x1a\x25\x98\x16\xbf\xb2\x7f\x2b\xee\x79\xb9\x2a\xee\xab\xdc\x17\xb5\x6b\x28\x89\xd2\x3d\x6e\x8e\x7d\xd7\x69\xb3\xef\xfa\xc2\xde\x63\x13\xee\xbb\x0e\x0c\x4a\xb7\x38\x6b\xf6\x5d\x87\x03\xa5\x5b\xd3\x44\xdd\x9d\x94\x36\x62\xe5\xf7\x5d\x2b\x4f\x69\x23\xbe\x8a\xef\xbb\x33\xca\x35\x2a\x69\x62\x7c\x21\xba\x97\xd6\x47\x0a\x54\x99\x58\x99\x58\x85\x10\x51\x39\xa1\x57\x21\x7a\x55\x7a\x81\xd0\x15\x85\x3b\x7d\xdf\x75\x73\x50\x5a\xef\xe3\x37\xd7\x69\xfc\x3d\x7e\xb9\x7f\xfc\x92\x3e\xbe\xdf\x6e\xf3\xf2\xa6\xdf\xed\xfa\xa9\x1c\x3f\x7f\xcf\x97\xf9\xf1\x7f\x03\xd7\x97\x6b\xcc\xd2\x9f\xff\x04\x00\x00\xff\xff\x2f\x6a\xa0\x64\x47\x10\x00\x00"); +func _ccbc ()([]byte ,error ){return _c (_ceea ,"UniJIS-UTF16-V")};func _efg ()([]byte ,error ){return _c (_aef ,"78-EUC-H")};var _dbfa =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\x58\xcd\x8e\x1c\xc7\xd1\xbc\xcf\x53\xf4\x51\xdf\xe1\x33\xeb\xff\x07\x18\x0c\x20\x93\x26\xcc\x83\x24\xc3\xb4\x6c\x03\x86\x0f\x5d\x55\x59\xc4\x02\xe6\xee\x62\xb9\x3c\xe8\xed\x8d\x88\x18\xc9\x96\xe0\x83\xd0\xda\x60\x64\x55\x76\x56\x44\x66\xf5\xbc\x79\xfb\xe1\xdd\x87\xc7\x87\xd7\xe3\xcd\x9f\x5e\x9e\xe6\x47\x7b\x3d\xf6\xc3\xe3\x7a\xb1\x2f\x4f\x5f\x5f\xa6\x1d\xc3\x3e\x3d\x3c\x5e\x2e\x3e\x1c\xeb\x61\xbe\xfe\xfc\x27\x1f\xf3\xf3\xf9\x7c\xb9\x20\xfe\xe3\x4f\x5f\x5e\xed\xf3\x87\xc7\xfd\x74\x44\xf1\xd6\xd7\xe7\x3b\xf7\x38\xde\xfc\xd9\x3e\x3d\x7c\x79\x7d\xf9\xe9\xf8\xe6\xdb\xf5\x34\xec\xff\x8e\x65\x1b\xf8\x0f\x2f\xcb\x5e\x1e\x1e\x3f\x1d\xdf\xbc\xfd\xfe\xa3\xff\x05\xfe\xf8\xf5\xf9\xf9\x5f\xf6\xd9\x1e\x5f\x0f\x47\xcc\x1e\x17\x9f\x97\x37\x6f\xbf\x3b\x9f\xbf\x3f\x3f\xdb\xf1\xe6\xf7\xf9\x79\xfe\xff\x1f\x09\x13\xfd\xab\xbd\x7c\x79\x78\x7a\x3c\xbc\xfb\x9d\x73\xe5\x3f\xf8\x5f\x7e\x7a\xb6\xc3\xdf\xc3\x7f\xfc\xf0\xee\x87\xbd\xbf\xd8\xcf\x0b\xbf\xf9\xfb\x8f\x1f\xde\x1d\xff\xf0\x87\x77\x47\xc8\xb1\x85\x7f\xde\x89\x7f\xfb\xee\x69\xd9\x9d\x74\x89\x7a\x93\xf9\xb4\xec\xcb\xf3\x39\xed\xe5\x7c\xfc\x64\x97\xe3\xb8\x3a\x77\x3b\x8e\xe3\xda\xdc\x0d\x7f\x7d\xeb\x93\xbb\x1d\xd7\xf7\x6f\xdf\xff\x81\x7f\xbf\x7f\xc7\x7f\x7d\xff\xfe\x86\x17\xf8\x4d\xf4\xc5\x6b\xd1\xc7\xa7\xd7\x65\x5b\x18\xd7\xbb\xfa\x7d\x3b\x3c\x22\xfe\xfb\x9f\x2e\xde\xb9\x7b\x16\x0f\xeb\xce\x0e\x60\x57\x03\x1b\x29\x30\x8f\xa3\xf8\xcb\xf5\x54\x22\xa7\xcf\xed\x76\xf4\x0e\x20\x77\x01\xf3\x76\xf8\x58\x53\x24\xb6\x88\x71\x85\xd0\x80\x9c\x9e\xc8\xce\xb7\xc3\x97\x00\x64\x17\x21\xe5\x76\x84\x44\xce\xae\x42\x2a\x90\x4a\xa4\x09\x31\x20\xd8\x2d\x68\xfb\x80\x95\x43\x2e\x40\xb4\x72\x00\x27\x7a\x70\xa2\x38\x11\x9c\xe4\x91\x4f\x14\x27\x8e\x71\x3b\x52\x45\x54\x1c\x4b\xc8\xbe\x1d\xd9\x91\x33\x15\x65\xee\x76\x64\x66\x98\xb4\x4e\xc2\x3a\xb9\x67\x20\x5a\x27\x61\xaf\x92\x91\x73\x16\x27\x83\x53\x33\xa2\xb2\x38\x19\x9c\xe6\x11\x55\xc4\x29\xe0\x74\x87\x0c\x8b\x38\x05\x9c\x5e\x11\x55\xc5\xa9\xac\x98\x2b\x48\xb1\x8a\x54\x41\xf2\x3e\x20\xae\x89\xd5\x54\xd7\x80\xb4\x9b\x58\x6d\xab\xd4\x08\xec\x62\x75\xb2\x62\x73\x80\xc4\xea\x64\x25\x9e\xd1\x29\xd6\x49\x56\x8e\x28\xf7\x29\xd6\x49\x56\x71\x08\x1c\x62\x0d\xb2\x4a\x4f\x80\xc4\x1a\x64\xd5\x8c\xc0\x29\xd6\x24\xab\x65\xe8\x64\x8a\x35\xf7\xba\x1d\xbe\x7b\x04\x4e\x44\xdc\x1f\x21\x45\xb0\x96\x02\x17\x8f\xd3\x39\xac\xb5\x14\xb8\xc8\x72\x15\x49\x98\x58\x46\x96\x2f\x58\xcb\xc4\x32\xb2\x42\x40\xe0\x16\x6b\x93\x15\x03\x96\xdf\x62\xed\xb9\x01\x35\x04\xee\x25\xd6\x3d\x89\x70\xb9\x0e\xc7\xc0\xe1\x18\x98\x6a\x07\xc4\xc0\xe1\xc8\xca\x09\x2c\x09\x7f\x50\xd3\xa1\xc4\x02\x48\x2c\xc9\xb3\xc0\x0d\x43\xfa\x1c\xd2\x67\xed\x11\x90\x58\x14\x68\x68\xd0\xec\x90\x42\x07\x15\x1a\x7a\x76\x80\xc4\x8a\x94\xb1\x83\x6a\x87\xf4\x37\xa8\xbf\xe8\x51\x9c\x21\x01\x8e\x24\xb1\xa3\x38\x43\x0a\x1c\x54\x60\x0c\x28\xce\x90\x04\x07\x25\x18\x23\x8a\x33\xa4\xc1\x41\x0d\xc6\x84\xe2\x0c\x89\x70\x50\x84\x31\xa1\x38\x43\x2a\x1c\x54\x61\xcc\xb5\x01\x12\x8b\x2a\x8c\x25\x21\x50\x2a\x1c\x54\x61\xac\x31\x03\x12\x8b\x2a\x8c\xb5\x23\x50\x2a\x1c\x54\x61\x6c\x1d\x25\x94\x0a\x07\x55\x18\x7b\x46\xa0\x54\x38\xa8\xc2\xe4\x60\xf1\x21\x15\x0e\xaa\x30\x79\x8f\x40\xa9\x70\x50\x85\x29\x38\x94\x50\x2a\x1c\x63\x56\x40\x05\x81\x63\x36\x42\x0c\x8c\x30\xda\x90\x30\x07\x85\x99\x22\x8b\x23\x61\x0e\xaa\x30\x25\x16\x47\x2a\x1c\x54\x61\xca\x2c\x8e\x54\x38\xa8\xc2\x94\x59\x1c\xa9\x70\x58\xf6\xb7\x23\x15\x16\xc7\x72\x10\x14\xb8\xa3\xa0\x48\x88\x6b\x95\x8e\x54\xa5\xd5\x41\xad\xa6\x9a\x70\x68\xd2\xea\xa0\x56\x53\x8b\x58\x5e\x5a\x1d\x14\x66\x6a\xbd\x5e\xae\x53\xc2\x9c\x14\x66\xea\xdd\x03\x22\x6b\x52\x98\xd9\xe5\x74\xb9\x4e\x09\x73\x52\x98\xd9\xa3\x93\x4e\x09\x73\xfa\xf3\xbc\x1d\x39\x78\x4f\x68\x10\x62\x60\x08\xe1\x72\x9d\xd2\xea\xa4\x56\x73\x44\x55\xa7\xb4\x3a\xc3\x44\x60\x44\x55\x67\x98\x43\xd0\x60\xa0\x27\x34\x09\x71\xad\xc4\xe5\xa5\xe8\x19\x0b\xba\x67\x42\xfb\x9c\xb1\x70\x2d\x8a\x3c\x27\x54\x62\x4a\xe4\x33\x8e\x76\x3b\x72\x0e\x84\x46\x17\xd4\x01\x65\xae\x35\x4e\x41\x27\x21\x47\x88\x49\xd0\x1d\x39\xa3\xcf\x4e\xb9\x63\xa6\x9c\xd9\xaf\xc1\x4a\xb9\x08\x2a\xdc\x31\x13\xaa\x84\x98\x44\x49\x0c\x54\x12\xf4\x50\x2e\x0d\x90\x3c\x34\xe9\xa1\x5c\x31\x20\xa6\x3c\x34\xe9\xa1\xdc\x22\x2a\x21\x0f\xcd\xa2\x79\x10\xe3\xe5\x3a\x25\xf2\xd9\x13\xb2\xef\x7c\xc7\x9e\x4e\x41\xe7\xed\x28\xa1\x71\x3e\xff\x3c\x57\xff\xd7\xa8\x9d\x3d\xf1\xdd\x7a\x19\xb7\xa3\x38\x1e\x43\x2f\x2c\x30\xbd\x53\x1c\x14\x33\xe5\x9d\xd9\x31\xb7\x8a\xcb\xc8\xa7\x0f\x13\x44\x56\x14\xb4\x09\xd9\x04\xd4\xa0\x85\x6e\x8b\x10\x67\x96\x87\x5b\xa7\x4c\x37\x69\xba\xe2\x33\x5e\x44\xa6\x9b\x27\xa6\x71\x09\x1e\x49\x9c\x1c\xc7\x7a\x14\x0f\x8d\xce\x93\xf3\x78\xd2\x9a\x25\x3a\x94\x4e\xd6\x9c\xb4\x66\xa1\xe9\xa6\xac\x39\x87\x58\x18\x6f\x53\x3e\x9c\xf4\x61\x49\x18\x6f\x53\x3e\x9c\x53\xb3\x14\xe3\x6d\xca\x87\x93\x3e\x2c\x05\xe3\x6d\xca\x87\x93\x3e\x2c\x05\xe3\x6d\xca\x87\x93\x0e\x2b\x15\xe3\x6d\xca\x61\x93\x0e\x2b\x0d\xe3\x6d\xca\x61\x93\x0e\x2b\x1d\xe3\x6d\xca\x61\x93\x0e\xab\x0e\xe3\x6d\xc9\x61\x8b\x0e\xab\x0e\xe3\x6d\xc9\x61\x8b\x0e\xab\x1e\xe3\x6d\xc9\x61\x8b\x0e\xab\x01\x1a\x5d\x72\xd8\xa2\x9d\x6a\xc4\x78\x5b\xb2\xd3\xa2\x9d\x6a\x42\x33\x58\xb2\xd3\xa2\x51\x6a\xaa\x08\x94\x51\x56\xd4\x85\xa1\x64\x40\x62\x51\xdc\x15\x92\xb9\x2e\x89\x7b\x51\xb6\xb5\xc2\xad\x4b\xb2\x5d\x94\x6d\xad\x0d\x81\x92\xed\xd2\xe5\xa3\x61\x70\x2d\xc9\x76\x51\xb6\xb5\x43\xef\x4b\xb2\x5d\x94\x6d\x73\x18\x5c\x4b\xad\x7f\x15\x78\xba\x39\x0c\xae\x55\xe8\x69\x3d\x5a\x85\x72\x56\x99\x8b\x90\x6e\x32\xa8\xea\xd2\x80\x58\xb5\x76\x40\x9d\x50\x3d\x05\x9d\xb7\xa3\xb5\xd6\x09\x0d\x41\x08\x54\xbd\x34\x46\x16\xc7\x48\x0b\x68\xfd\x4b\x63\x64\x71\x8c\xb4\x88\xd6\xbf\x34\x46\x16\xc7\x48\x4b\x68\xfd\x4b\x0e\x5b\xb4\x42\xcb\x70\xc7\x92\x15\x16\x15\xdd\x32\x9a\xd4\x92\xa2\x17\x15\xdd\x4a\x41\x5e\x52\xf4\x3a\x17\xa0\x8a\x5e\xb3\xce\xb5\x05\x6d\xbe\x10\x96\x3f\x4d\x81\x5c\xab\x32\x7b\x29\x7a\x51\xd1\xad\xa1\xb1\x2c\x29\x7a\x8d\xb3\xf0\x1d\x23\xa1\x4a\x88\x81\xad\x83\x25\x91\x2f\x8a\xbc\x75\x0c\x88\x25\x91\x2f\x8a\xbc\x3b\x4c\xcf\x25\x91\x2f\x8a\xbc\xd3\x8f\x4b\x22\x5f\x6b\x0f\x40\x98\x9e\x6b\xed\x29\x68\x22\x90\x79\xad\xbd\x04\x21\x30\x10\x92\x15\x16\xad\xd0\x03\x06\xc4\x92\x15\x16\xad\xd0\x23\x06\xc4\x92\x15\x16\xad\xd0\x13\x06\xc4\x92\x15\x16\xad\xd0\x33\x3a\xb8\xc9\x0a\x46\x2b\xf4\xe2\x32\x20\xb2\x8c\x56\xe8\xa5\xb4\xcb\xd5\x64\x05\xa3\x15\x7a\x45\x9f\x37\x59\xc1\x68\x85\xde\x02\x02\x65\x05\xa3\x15\x7a\xc7\xa5\xdc\x64\x05\xa3\x15\x7a\x47\xd7\x35\x59\xc1\xa2\xee\xbc\x0e\x6d\xd7\xe4\x05\xa3\x17\xbc\xf3\x68\x6a\x26\x33\x58\x12\x2f\xa0\xf1\x9a\xdc\x60\x49\xbc\x80\xce\x6b\xb2\x83\x65\xf1\x22\xce\xc4\xe4\x07\xcb\xe2\x25\xf4\x3a\x93\x21\xac\x88\x97\xf1\xa5\x61\x72\x84\x15\xf1\x8a\x47\xac\xc4\x6e\xf7\x3b\x79\x75\x09\x98\x78\xba\x94\xbb\x5a\x10\x2b\x21\x9b\x6e\xe5\xae\xe1\x33\xc9\xa4\x64\x6b\x67\x00\xd6\x43\x22\x16\x89\x29\xb6\xe3\xea\x61\x92\xb7\xf5\x8a\xef\x22\xef\x58\xaa\x5e\x8b\x30\x5e\xfc\x5d\x45\xac\x34\x6f\xba\xc0\x7b\x07\x09\x9a\x44\x6f\xba\xc1\x7b\x5f\xb1\x9e\x54\x6f\xe7\xfd\xa3\x01\xa3\xc3\x24\x68\x1b\xf9\x04\x16\xd1\xc9\x6d\xe4\x41\x4c\xb1\x91\x07\x29\x95\xdb\xd8\x8e\x18\x74\x68\x63\xdf\x31\xaf\x9c\x0b\xb1\x20\x8c\xb1\x09\x42\x37\x69\xdf\xf4\x05\xe0\x13\xa4\x68\x12\xbf\xcd\x85\x4f\x00\x9f\xa1\x45\x9b\xb0\xe3\xfd\x81\x77\x8b\xc4\x36\x31\xad\x57\xf0\xcd\x64\x72\x89\x2d\xad\x57\x78\x46\xb2\x89\xad\xb3\x03\xab\x3c\xa3\x85\x2b\xce\xd5\x96\x62\x2b\xdc\x6a\x72\x85\x99\x62\x1b\xa5\x2c\x5b\x98\x19\x6b\xd0\xa8\x65\xb3\x21\x6c\xe0\xd3\x09\xd7\xb7\x5f\xcd\xea\x54\x7f\x3b\xaa\xcd\x30\x57\xaf\x66\xda\x8d\xed\xd5\xe4\x2e\xdb\xda\xad\xf3\xf4\x65\x2f\xdb\xfa\x28\x73\x38\xfd\x2d\x7f\x6d\x87\xfb\x8a\x0f\xde\x37\x60\xbc\xb0\xe8\x81\x37\xea\xc4\x2a\x31\x7d\xe3\x79\x9c\xe0\x96\x11\xb7\xc3\xb5\xcc\x07\xdf\x88\xf1\x5e\xa6\x07\x4e\xd0\x13\x9b\xc4\xb4\x2f\x6f\x79\x5b\x8e\xdd\xbe\x04\x62\xa8\xf8\xf6\x25\x0a\x3b\xf5\xe6\x9d\xd8\x10\xc6\x6a\x14\xee\xeb\x79\x0f\xd9\xf7\xef\xf8\xe8\x2b\x30\xe5\xe2\xb5\x47\xc4\x3c\xd9\xf2\xfb\x0e\xa5\x02\x4b\x11\xb1\xa1\x34\x61\x0d\x58\x85\x62\x77\x28\x9d\x98\xd6\x4b\x95\x3c\xad\x17\x26\xf3\x4b\xf8\x50\xd8\x61\x32\xbf\xa0\x3d\x32\x9c\xb2\xd5\x2d\x76\xac\x89\x58\x23\x06\xdb\xe0\x61\xca\x19\x35\x50\x07\xd9\xea\x20\xa1\x60\xfa\x6c\x75\x90\x9d\x0a\x6b\x5f\x53\x06\x56\x58\x7b\x75\x95\x50\x71\xc5\xdf\xea\x2a\x3b\x0d\xee\xd1\x58\x97\x34\xb2\xb0\xac\x5c\x0a\x31\xc5\xa2\x3b\xfb\xd0\x02\x79\x6c\xcf\x5b\x1d\x29\x74\x87\x7d\xd5\x91\xb6\x3a\x52\xe8\x0e\x35\x50\x47\xda\xf9\xce\xc3\x5d\x68\xab\x23\xed\xc2\x33\x8a\xae\xa0\x2e\x45\x67\xc4\x07\x62\x85\x25\x62\xfa\xb2\x77\xb8\xe1\x6e\x75\xae\xad\xce\x15\x3d\xcf\x5c\x9d\x6b\xab\x73\x45\x5e\xe7\xb6\x3a\xd7\x56\xe7\x8a\x01\xb7\x85\xad\xce\xb5\xd5\xb9\x62\xa4\x36\xd4\xb9\xb6\xba\x54\x4c\x3c\x5f\x75\xa9\xcd\xc6\xe4\x63\xe6\xf9\xf6\x5a\x85\x91\x97\x1b\x79\x8a\xed\x38\x3e\x1f\x33\xee\x53\xbb\xcf\x24\x2c\x89\x97\x89\x65\x61\xa8\x69\x2c\xac\x5f\x9f\x45\x18\xf7\xd0\x59\xf6\xa9\x3d\x96\x27\xa6\x7d\x57\x10\xa6\x58\x78\x50\x95\xdf\x18\x52\xbf\xb2\x30\xfe\xff\xf3\xf9\x7c\xf9\xe5\x97\xbd\xf9\xf5\xe5\xc5\x1e\x5f\xf9\x2b\x22\x7f\xc1\x3b\x96\xed\x87\x47\xfb\xe5\x17\xc9\xe7\xa7\x67\x44\xf1\xbf\x7f\x07\x00\x00\xff\xff\x9c\xfe\xe4\xde\xbd\x14\x00\x00"); +func _gcbgg ()(*asset ,error ){_edda ,_dcaa :=_gddb ();if _dcaa !=nil {return nil ,_dcaa ;};_eaba :=bindataFileInfo {_dae :"UniAKR-UTF16-H",_fb :184302,_ae :_be .FileMode (436),_g :_a .Unix (1580492659,0)};_eea :=&asset {_dd :_edda ,_ef :_eaba };return _eea ,nil ; +};func _edad ()(*asset ,error ){_bbea ,_afc :=_dbe ();if _afc !=nil {return nil ,_afc ;};_abfe :=bindataFileInfo {_dae :"Adobe-KR-1",_fb :773,_ae :_be .FileMode (436),_g :_a .Unix (1580491408,0)};_dgc :=&asset {_dd :_bbea ,_ef :_abfe };return _dgc ,nil ; +};var _dfb =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x84\x9b\x4f\xcb\x25\xc9\x71\xf5\xf7\xcf\xa7\xb8\x4b\xbd\x8b\xd7\x53\x95\xf1\x2f\x13\x1e\x1a\x84\x24\xf0\x18\x64\x19\xcb\xb2\x0d\xc6\x8b\x5b\xb7\xea\x0e\x0d\x9e\xee\xa6\xa7\x67\xa1\x6f\x6f\xe2\x77\xae\x64\x2c\x0c\xb3\x10\x47\x73\x3a\x2b\x2b\x32\x32\xf2\x44\x44\xd6\x7d\xbe\xfb\xcd\xf7\xbf\xfd\xfe\xd3\xc7\x6f\xb7\xef\xfe\xe9\xeb\xe7\xc7\x1f\xaf\x6f\xb7\xe7\xc7\x4f\xe7\xd7\xeb\xa7\xcf\x3f\x7f\x7d\x5c\xb7\xe3\xfa\xe1\xe3\xa7\xb7\xb7\x7d\xdc\xce\x8f\x8f\x6f\x7f\xf9\x4f\xe0\xf1\xe3\xfd\xcb\xdb\x5b\x3f\xff\xc7\x3f\xff\xf4\xed\xfa\xf1\xfb\x4f\xcf\xcf\x37\xd3\xb8\xf3\xe7\x2f\xaf\xb1\xb7\xdb\x77\xff\x7c\xfd\xf0\xf1\xa7\x6f\x5f\xff\x7c\xfb\xd5\xaf\xcf\xcf\xc7\xf5\xff\x6e\xe7\xf5\x6c\xfe\x0f\x5f\xcf\xeb\xeb\xc7\x4f\x3f\xdc\x7e\xf5\x0f\xf7\x2f\xf7\x4f\xfb\x5f\xff\xe1\x8f\x3f\x7f\xf9\xf2\x5f\xd7\x8f\xd7\xa7\x6f\xb7\x1d\xee\xfa\x74\x82\x6f\xdf\xfd\xe6\xf7\xf7\x2f\xff\x78\xff\xf1\xba\x7d\xf7\xeb\xf3\xfc\xff\x7f\x0f\x0b\xf9\xaf\xd7\xd7\x9f\x3e\x7e\xfe\x74\xdb\xb7\xbf\xdb\xb6\xfc\x1f\xfe\x5f\xfe\xfc\xe5\x7a\xcd\xf2\xf6\xdd\x9f\xbe\xff\xed\x1f\x9e\xcf\x9f\xae\x6f\xb7\x98\x9b\xc6\xfc\xfb\x9f\xbe\xff\xed\xed\x3f\xf6\xdb\xbe\xdd\x46\xd8\x88\xff\x7c\x0d\xfd\xb7\xdf\x7f\x3e\xaf\x9b\x06\xbd\xed\x5a\xcc\xe3\xf3\x79\xfd\xf4\xe5\xfe\xb8\xbe\xde\x3f\xfd\x70\xbd\xdd\x6e\xef\x63\x1f\xfb\x87\xdb\x7b\xfd\xae\x7e\xf7\xa1\xad\xfc\x9b\x11\x6f\xfb\xb6\xbd\x1e\xfd\x78\x8a\xfa\xcb\x23\x63\xaf\xeb\xc3\xed\x96\x66\x6f\xef\x63\x88\x1a\xa3\xa9\x1a\xd5\x94\xdd\xa1\x7c\x6f\xca\xf7\xa6\x5c\x54\x6c\x50\xab\xa9\x78\x40\xe5\xbd\xa9\xc8\xa6\x6a\x40\xd5\x6a\xaa\x78\xb0\x5f\xf5\x82\x5b\x55\x3f\x68\xb6\x35\x65\xc6\xa8\xb9\x35\xe5\x18\x61\xc1\x5c\x0b\x2a\x45\x55\x53\x73\xef\xe9\x5d\xa6\x7a\x59\x53\x3e\x9a\x2a\x17\x95\x1f\x6e\xb5\x62\xbe\xbd\x8f\xd0\xa8\x68\xea\xb6\x46\xbc\xbd\x8f\x14\x95\x36\x3f\xdc\xf6\x6d\x6f\xbb\x52\x6f\xcc\x80\xb2\x1e\x55\x1a\x55\xfd\x2f\xfb\x16\x6d\x6a\x85\xa8\x82\x5a\xfd\xc6\xa9\x51\x40\x39\x0b\x9a\x63\x88\x1a\x4d\xcd\x1d\xca\x44\x59\x53\x4b\x94\x8b\x72\xa8\x80\x0a\x51\xf1\xe1\x56\xb1\x19\x54\x8a\x4a\x46\x69\xfa\x12\x55\x8c\x2a\xa8\x29\x6a\x36\x35\xf4\xe0\x12\xb5\x9a\xda\x35\xfd\x5d\xd4\xbd\x29\x93\x11\x87\xa8\x03\x4a\xd3\x3f\x44\x3d\xb0\x7e\x83\x3a\x45\x9d\x50\x5a\xf6\x25\xea\xc2\x2e\x87\x7a\x8a\x7a\x42\xb5\xef\xa7\xb6\x16\xa8\xd8\x12\x4a\xfe\x6a\xa8\xd8\x98\xcb\xe4\xaf\x86\x8a\x9d\xb9\x4c\xfe\x6a\xa8\x30\x8c\x30\xf9\xab\xa1\x62\xe8\x41\xf9\xcb\xf0\x97\xe9\x8d\xf2\x57\x43\x45\x68\x2e\xf9\xcb\xf0\x17\xbb\x3d\x4d\xfe\x32\xf9\x4b\x76\xc9\x5f\x26\x7f\xe1\x09\xc5\x3d\x50\x61\x9a\x4b\xfe\x32\xfc\xe5\x32\x42\xfe\x6a\xa8\xd8\x64\x84\xfc\xd5\x50\xc1\x19\x9a\x26\x7f\x35\x54\xec\x7a\xa3\xfc\xd5\x50\x41\xc8\x4d\x97\xbf\x1c\x7f\x79\xbc\xbd\xdb\x46\x7c\x09\xf6\x7d\x88\x1a\xa2\xda\x5f\x9c\x5a\xdb\x88\x2f\xdb\x4c\xa3\xaa\x29\xd3\x28\xbc\xba\x72\x87\x7a\x8d\xba\xf7\x28\xe7\x41\x16\x24\xa8\xec\x35\xda\xc6\x82\x6c\xcb\xb3\x47\xc5\x68\x2a\x2f\x51\x17\xa3\x30\x22\x9f\x50\xb5\x7d\xb8\xed\x63\x63\xae\x92\xa9\x0d\xb5\x92\x07\x4b\x46\x34\xec\xa3\x03\xc0\xb6\x92\x11\x0d\x95\x26\xca\x45\x1d\x8c\x9a\x50\x32\xa2\xa1\xd2\x58\x50\x9d\xa2\xae\x1e\xb5\x37\x25\xfd\xb2\xbd\x83\x7c\x1f\xbd\x69\xb6\x13\xe4\x82\xca\x8e\x09\xdb\x09\x72\xdb\x0d\x23\x06\xa3\xe4\x09\xa0\x56\x1a\x94\x8b\xf2\x1e\xa5\x07\x89\x2f\x41\xa5\xe9\xc1\x14\xd5\x3a\x31\x7c\x83\x5a\xa2\x16\x73\x39\x94\x8c\x68\x4f\xee\xc3\x45\x9d\xa2\x3a\x26\xb2\x23\xc7\x76\x62\xc2\x76\x04\x66\x38\x6f\xf4\x21\x8a\xad\x65\x87\x76\x97\xa9\xad\xab\xfb\x08\xa8\xd4\x82\x92\x4d\xd3\xf4\x89\xbf\x76\x39\xa7\xcf\xa3\x49\xc9\x6d\xb4\x4e\xec\xb6\x1b\xd4\x14\x35\x79\x30\xa0\x96\xa8\x76\xa1\x8d\x1d\xea\x2e\x0a\x17\x7a\x42\xf1\xc6\x11\x4f\x46\x31\x57\x6e\x50\x0d\x95\x5e\x50\x7a\x63\x66\x8f\x2a\x51\x25\xaa\x70\x0e\x6f\x4c\x19\x51\xbc\x71\x62\x6a\xe9\x8d\xa5\x37\x4e\x28\xbd\x91\x05\x39\xf1\x65\x5a\x10\xb0\x7b\x0b\x9f\x99\x8e\x82\xe9\x28\xc4\x06\x85\xbf\x0c\x7f\xf9\xd6\x9b\x66\xf2\x97\xc9\x5f\x44\xb4\xc9\x5f\x46\x60\x22\x69\x66\x0a\x4c\x53\x60\xe2\x68\x53\x60\x1a\xa6\xfa\x62\x7a\x99\x6a\x32\xb5\x05\xc6\x4c\xa6\x9a\x4c\x5d\x6d\x97\x52\x93\x39\x5b\x1b\xdb\x4e\x42\xfe\x4b\xde\xfd\xbf\x52\xb1\xb9\x76\xde\xb5\xf3\x11\x50\x26\xaa\xa3\x08\x81\x30\xf7\x53\x14\x51\xd4\x49\xd6\xdc\x89\x22\xcf\x8e\xdb\x60\xb7\x3c\x43\x14\x71\x1b\x18\x94\xc4\xad\x63\x63\x54\xaf\x44\x89\xd1\xa2\xb7\x79\x8f\x4e\x40\x16\xda\x66\xa0\xb2\xd3\xa7\x05\xe9\xc0\xa2\x55\x6a\x4f\x4e\x70\xa0\x52\x82\xca\x4e\x8c\x16\xae\xb9\x3a\x00\xf6\x44\x7f\x22\x87\x28\xe9\x0f\x0f\xa6\x89\xea\x88\x4c\x24\x29\x14\x0c\x40\xad\xd4\x83\x44\x64\x60\x6a\x42\x29\x61\x0b\xf6\x9c\x0b\x6a\x88\xc2\x5f\xb9\x41\x99\xa8\xde\xad\xec\x24\x6b\xa9\x50\x4e\x85\x72\x8a\x62\x8d\x24\xfc\x3d\x17\x73\xc9\xf7\x40\xad\x9c\x50\x9a\xab\x9d\xbb\x17\x01\x9f\xfe\x14\xf5\x64\xae\x0e\x99\x0c\x3c\x91\x1d\x4c\x7b\xa1\x65\x99\xa7\x28\x76\x08\x65\x49\xa9\x67\x76\x60\xed\x85\x27\x52\x81\x05\x54\xa2\x19\x59\x21\xaa\xb7\xa3\x8a\x07\x15\x58\x40\x25\x87\x27\xa5\x8b\xc0\x4e\xb1\x64\x29\x5d\x04\x2a\x5f\xd3\xbf\xde\x88\xf5\x44\xb7\xaa\x19\xab\xd6\xaf\xbd\x66\x4f\x5f\x24\x46\x41\x25\xcb\x2e\x12\xa3\x51\xe7\xec\x93\xdd\xae\x18\xa2\x70\x74\x17\x71\x56\x81\x73\x0a\xed\x9f\x24\xa0\x92\xf6\x03\x95\xe5\x50\x7a\x10\x53\x67\x8a\x3a\x45\x9d\x38\x7a\x41\x5d\xa2\x48\x2d\xd5\x6f\x54\x49\x65\x24\xff\x7d\x22\x23\x4a\xfe\x82\xca\x17\x85\xbf\xc8\x95\xfb\xe4\xd4\x4d\x45\x21\x50\x59\x13\x0a\x23\x26\x9e\x58\x7b\xfb\x6b\x69\xfa\x45\xdc\x2f\x16\xb4\x14\x13\x4b\x71\xdf\x45\x9c\x2d\xc5\xfd\x62\x6b\x17\x2e\x5c\xda\xda\xa5\xad\x7d\x51\x58\xbf\x7a\x6b\xc7\x86\x70\x2d\x6d\xed\xd2\xd6\xe2\xe8\xa5\xad\x5d\x35\x7b\x14\x67\x7b\xd5\x12\xb5\x18\xe5\x50\x77\x51\x57\x8f\x22\xa2\xef\x32\xf5\xde\xbe\x1f\x1b\x01\x70\x97\xef\x81\xca\x29\x8a\x37\xde\xfb\x88\x8f\xbd\x6b\x0b\xbb\x4b\x76\x81\xca\x29\x8a\xad\xbd\x63\xea\x4e\xac\xde\x65\xea\xfd\x65\x6a\x41\x85\xa8\x36\x62\xef\xc2\xde\x0e\x19\x71\x0c\xa6\x0f\x51\x25\x4a\xd3\x4f\xa8\x29\x6a\xf5\x28\xa2\xf0\xd0\xe1\x3b\x74\xf8\xa6\x1e\x3c\x44\x1d\x8c\x12\xf5\x10\x45\xa6\x47\x63\x0f\xea\x4d\x3b\x3a\x18\xc7\xce\x0e\x1d\x4a\xb2\x40\xe9\x6c\x1f\x4a\xb2\x47\x07\xc0\xd8\x71\xe1\xa1\x00\x00\x6a\xa1\x72\x87\x02\xe0\xd0\x82\xba\x64\xb7\x87\x16\xf4\xf0\xfa\x70\x1b\xca\xa8\x0f\x9f\xa2\x48\x8c\x4b\x14\x6f\x7c\x74\x5b\x33\x86\xa8\x38\x45\x11\xab\x28\xe6\x23\x10\x85\x07\xd3\x5b\x97\xd9\x76\x6a\xfa\xb3\x97\x3d\x8c\xc4\x78\x6a\xd9\xa7\xe2\x6b\x89\x62\xd9\x67\x47\xf1\x30\xa4\xf6\x54\x6d\x01\x54\x2e\x51\x38\xfa\xec\xcc\x35\x0c\x7f\x9d\xca\x5c\x40\x49\xbf\x4e\x05\xe6\xd9\x87\x6f\x38\x62\x75\xea\xf0\x9d\x24\xb3\xda\x76\x28\x17\xd5\xa6\x7a\xd7\xd4\x76\xc9\xd4\xab\x7b\x90\xe1\xdd\xd9\xd9\x45\x0f\x22\xa8\x22\xef\x5e\xf4\x20\x76\x75\xfd\x34\x9c\x0c\x73\xa9\x7e\x02\xaa\x36\x87\x62\xfa\x2b\x98\x8b\xf0\xbd\x42\x73\x85\xe6\xe2\xc1\xd0\x5c\x81\x11\xd4\x29\x97\x5c\x08\x54\x91\xd6\x2f\xd5\x16\x57\xe7\x8b\x11\x9a\x3e\x35\x7d\x43\x15\x35\xe2\xa5\x34\x77\xb1\xa0\x20\xd3\x3f\xb5\xa0\x27\x51\xa8\x94\xf9\x54\x14\x02\x55\xdb\xfa\xe5\x54\xfc\xd4\x6e\x3d\xbb\x17\x1c\xaa\xc2\x9f\xb1\x44\x51\xe3\x11\x91\xcf\xd0\xbc\x6d\xf6\x08\x02\xeb\x29\xb3\x81\xaa\x9d\x51\x2a\x89\x9e\xb2\xb1\x77\xcb\x55\xd1\x0b\x46\x0e\x51\x43\xd4\xe0\x41\x83\x32\xa8\x5e\xe3\xc8\x6e\xd6\x7c\x23\x87\x0b\xaa\x3a\xd6\x7c\xe3\x9c\x3b\x55\xf8\x48\x4d\x5f\x9a\x1e\x25\xae\x56\x03\x57\x15\xee\x1b\xfa\x53\x2d\x82\xbe\xa1\x3f\x82\xaa\x7d\x42\xdd\x45\xdd\x59\xe3\x80\x3a\x44\x1d\x3c\xa8\xe9\x1f\xa2\x90\xf0\xc2\x54\x24\x5c\x30\xaa\x3b\x33\x57\x61\xee\x3b\x9a\x41\xfa\xf4\x1d\xcd\x10\x54\x8d\x0d\x6a\x42\x71\xce\xcb\xa0\x38\xe7\x82\xaa\x2e\x47\x5d\xc5\xb4\xef\x8e\x11\xad\xb1\xbe\xfb\x43\xd4\x83\x51\xbc\x91\xca\xc8\x77\xc7\x88\xae\x1a\x7c\x27\x61\x0b\xea\x65\x04\x09\xdb\x77\xc2\xaf\x8a\x37\x86\x46\x29\xfc\x86\x37\x95\x1a\x95\xd8\xd5\xea\xe9\x7b\xca\xae\x94\x5d\x01\x25\xbb\xb4\xec\xd5\xa3\x54\x72\xfb\xe8\x13\x3c\x66\xb7\x28\x3e\x38\xc1\x82\x5a\x15\x50\x53\x54\x2b\xcb\xec\x1e\xc2\x07\xdd\x81\xa0\x6a\x30\x17\xdd\x81\x0f\xd7\x28\x28\xad\x11\x28\xee\x66\x7c\xb8\x46\x45\x3b\x67\x76\x51\xe2\xba\x88\x11\x54\x8d\x09\xa5\x07\xbb\x16\x1b\x64\x54\x1f\xd4\x62\x82\x2a\xa2\x70\x70\xc4\x7c\x74\x4e\x1b\xb3\x05\xd5\x07\x5d\x9e\xa0\xb4\x43\xa3\x70\xce\x28\xec\xd2\xb2\x4b\xd3\x13\x13\xd5\xf5\x80\xeb\x9e\x47\x30\xc8\xbb\xae\xf2\xdd\x8d\x98\x58\x7d\x3a\xdc\x14\x13\xa6\x98\xe8\xee\xd3\x4d\x31\x01\x8c\x45\x60\x1a\x2d\x8a\xa0\xaa\x0f\xb5\x1b\x87\xda\xad\x45\x74\xac\xa1\xe9\x4f\x51\x17\xa3\x0a\x0a\xeb\xcd\x34\x8a\x07\xe5\x68\x93\xa3\xbb\xa5\x73\x93\xa3\xad\xd7\x38\x16\xdb\x61\x5a\x23\x50\xf5\xa2\x64\x7d\x8b\xe8\x58\x0b\xeb\xc9\x95\x82\xe2\x5e\xcc\xad\x52\xd4\xc1\xa8\x84\x7a\x88\x62\x3b\xba\xf1\x73\x93\xbf\x68\x18\x6c\x6b\x8d\x75\x35\x0c\xee\x6d\xaa\x6d\x5b\x9b\xea\x32\xd5\x65\xaa\x33\x4a\xa6\x7a\x67\x2e\xdb\xf0\x97\x93\xb9\x04\x55\x2e\x6a\x89\x5a\x3d\xca\x99\x8b\xfb\x3a\x41\xd5\x8b\x3a\x44\x61\x44\xa7\x29\x77\x1d\x18\xd7\x81\x11\xa5\x03\xe3\x32\xb5\x5b\x27\x57\xdf\x20\xb0\x0d\xcd\x09\xe9\x57\x48\xbf\x38\xa2\x21\xfd\x8a\xde\x6d\xdb\x3b\x01\x79\x68\xb7\x43\xbb\xed\x7a\x70\x8a\x3a\x19\x95\x50\x97\x28\xf6\xb1\x5b\x3a\x0f\xed\x63\x74\xae\xb4\x1d\x79\x0c\x72\xa5\xa0\x2a\x98\x5e\x27\x2d\xda\x47\xb6\x0f\x51\xaf\x07\x59\x90\xac\xa7\x79\xf1\xc0\x85\x3b\x11\x1d\x72\x61\xc8\x85\xc1\xf4\x72\x61\xb4\xbf\xba\xb3\x87\x3a\x44\x1d\x8c\x72\x28\xb6\x36\xda\x47\xdd\xb3\x37\x15\x72\x4e\xa8\x02\x61\x41\x21\xe7\x50\x40\x73\x31\xea\x11\x72\x4e\x1f\x3e\xdb\xe5\x09\x1d\xbe\x50\x7e\xeb\x9e\xcd\x83\xfc\xe6\x51\x98\x8a\xa4\x45\xc9\xd4\x92\xa9\x38\x5a\x4a\x4e\xbb\x64\x7b\x17\x71\xae\x76\xc9\x69\x71\x6c\xef\xd2\xc5\xd5\xe2\x08\xaa\x3a\x3b\xbb\x5a\x1c\xcf\xb6\xc5\x06\x6a\x92\x54\x92\x82\xaa\x6e\x97\x3c\xc9\xe1\x9e\x9d\xed\x6c\x10\x39\x19\x87\x28\x3c\x91\x4c\x2f\xcd\xc9\xb6\xd8\x06\x8e\x4e\x65\xab\xa4\x04\xa5\xeb\xf1\xa4\x04\xf5\x6c\x11\xb5\x91\xfe\x8b\xa9\xd8\x53\x1a\x0b\x54\x75\x8b\xe2\x99\x7a\x7b\xf1\x2a\xbc\x92\x3a\x75\x40\x4d\x32\x57\x56\x89\x6a\xaf\x8c\xae\xe8\x5d\x1d\x90\x57\x87\x9c\x0d\x1c\x55\x52\x96\x92\xb2\xa4\x46\xdd\x45\x29\x0b\x6a\x14\x6f\xa4\x37\xb2\xb1\xa0\x94\xa6\x4a\x69\x8a\x3c\x52\x4a\x53\xd5\x05\x8e\xd9\xde\x46\x54\x94\x28\x5c\xd0\x55\x83\x57\xe0\x82\x4a\x46\x11\x32\xa5\x1c\x5e\x72\x54\x89\x7a\x8d\xea\x37\x52\x1c\x7a\x29\x01\x95\x12\x10\x79\xb7\xe4\x9c\xea\x4a\xd0\x8c\x3d\x2d\x2a\x41\x41\x55\xb7\x61\x5e\xb4\x28\x4e\x83\x65\xd6\x6d\x98\xab\xc1\x72\x6e\xa3\xcd\xe6\x0e\xe5\xa2\xd8\x79\xd2\x94\x6e\xa3\x9d\x5b\x5f\xb3\x29\xea\x12\xc5\xd9\x24\xba\x75\xeb\x2b\x30\x5b\x8c\xe2\xd6\x57\x50\x85\x0b\x75\xeb\xeb\xdc\x75\x9a\xe1\x42\xdd\x75\x0a\x6a\x75\xb3\xe6\xea\xdf\x7c\x12\x91\xce\x39\x9f\x8a\xc8\xa9\x88\xd4\x28\x45\xe4\x6c\x25\x36\x27\xdb\xcc\x7a\x51\x28\x71\x77\xc5\x3e\x15\x13\x34\x7e\xe6\x84\x9f\x1a\x3f\x81\x39\x6b\x5c\x12\xae\xc5\xbd\x7c\xe1\x89\x25\x4f\xac\xc1\x83\xbc\x71\x69\x8d\x40\xd1\x3b\xfb\xd2\x1a\x97\x31\x57\x77\x2d\xbe\x4c\x73\x71\xe1\x5a\xa4\xcf\x45\x99\xec\xcb\x30\x75\xe9\xc1\x10\x25\x53\x31\x42\x5a\xb6\x70\x8e\x93\x34\x96\x9c\x03\x94\x2a\x90\x25\xe7\xac\x4e\xfe\xc6\xb5\xbf\x2f\x25\x7f\xa0\x6a\x8a\x92\xa9\x2c\x3b\x10\x41\x35\x91\x7e\xef\xa3\x6f\x41\x90\xdf\x75\xf4\x81\xaa\x29\xca\x45\x75\x30\x65\x97\xdc\x7e\x57\xb9\x71\x57\xb9\xc1\x1a\xef\x7a\x23\x0d\xa9\xe5\xce\x28\x69\x99\x1a\xd2\xc5\x49\x53\x43\xea\xf7\xae\x96\x2d\xc9\xce\x77\xaa\x65\x41\x15\xe9\xf3\x2e\x19\xb9\xb7\x96\x19\x77\x46\x7e\x97\x96\xdd\x55\x95\x76\x4d\xed\x77\x55\xa5\x34\xa4\xc6\x95\x94\xab\x21\x75\x3a\x4e\xe3\x8a\xc5\x0f\x1d\xe4\x43\x07\xb9\xdb\x0a\x57\xf7\xe9\x07\x12\x9e\x1c\xab\x43\x12\x7e\x48\xc2\x89\xd5\x43\x12\x7e\x74\xf2\x37\x5a\x14\x3f\x94\xfc\x0f\x25\xff\x25\x4a\x6f\x44\x89\x95\x8a\x0f\x29\x31\x50\x8b\x90\x3b\x64\x3d\xad\xa6\x29\x27\xa9\xd5\xf4\x07\x5e\x95\xaa\x3f\xe4\xd5\xc7\xcb\xab\xa2\xf0\xea\xa3\xb5\xc1\xe6\xd6\xa6\x3e\x68\x38\x04\x55\xdd\x0b\xfa\x43\x2e\xa4\xfb\xb4\x89\xef\xd5\x7d\x0a\xaa\x48\xc5\x0f\xd5\xae\x8f\xee\x3b\x6c\xe2\xfb\x07\x37\x71\x82\x9a\x9b\x28\x36\xed\xd1\x16\xdb\xa4\x34\x7e\xc8\xd1\x40\x4d\x12\xf6\x43\xe5\x3f\x60\x93\x7a\xe0\xa1\x6a\x06\xa8\x97\xa9\xaa\x66\x68\x81\x6d\x92\xcc\xd4\x02\xfb\xc9\xe9\x98\x78\xe2\xd4\xe9\x00\x6a\x12\x5f\xa7\x4e\xc7\xd9\x21\x6b\x93\xc0\x3c\x55\x6e\x00\x35\x29\x83\x4e\x65\xd4\x13\x51\x98\x4b\xa3\x5c\x94\x33\x2a\xa1\x38\x56\x27\x8a\xb9\x28\xa9\x4e\x29\x26\x50\x93\x03\x73\x4a\x31\x69\x81\x6d\x51\xeb\xab\x05\xf6\x0b\x4f\x2c\xf2\xdb\x25\x4f\x5c\x5c\xbb\xcd\xee\x2b\xfd\xd2\xb2\x81\x5a\xe8\xc4\xa5\x65\xd3\x7d\xfa\x46\xbd\xa9\xee\x53\x50\x93\x0a\xf7\x29\x81\x79\xb6\x5c\xf8\x46\x25\xf9\x94\x16\x02\x35\x49\x14\x4f\x7b\x8d\x9a\x3d\x8a\x12\xe1\xa9\x0c\x03\xd4\x44\x0b\x9f\xca\x30\xcf\xf6\x84\x6f\xad\xe4\xa1\x5e\x32\x36\x19\xd1\x47\x34\xd4\x7a\x09\x9c\x6b\x91\xd8\x31\x42\x50\xdc\x65\xc5\x4e\x79\x16\x7c\xa1\xf0\x7d\xe6\x2f\xa6\xe2\xd0\x07\x0c\x41\x11\x7e\xa1\x0f\x18\x41\x1b\xe6\xa3\x6d\x0c\xb5\x61\x82\xa2\x03\x0a\x5a\xb2\xf7\xa0\x4f\x72\x3e\xbf\x84\xfa\xa4\xa0\x29\xf2\xd1\x1a\x1b\x6a\x8a\x04\xb5\x5a\x63\x63\xe0\x82\xa0\x87\x70\xeb\x58\x0b\xf5\x10\x41\x61\xef\x56\x50\x28\xb1\xa0\x66\x37\x0c\x61\xa6\x51\xfd\xbc\xdb\x14\x75\x17\x45\x74\x77\x27\x1b\xc6\xa7\xaf\xb0\xae\x04\xdd\x16\xa3\xa8\x04\x05\xb5\xf0\x9d\x51\x09\x86\x75\x07\xe5\xbe\xf3\xc6\xb8\x44\xb5\xec\xce\xd6\xd8\x30\x0e\x62\xf0\xd1\xc1\xdd\x78\x30\x35\x3d\x1f\x1d\xe6\xe0\x41\xae\x6e\x04\xb5\x5a\xfb\xc3\x48\xd8\x41\x2b\xd0\x45\xfc\xdb\x7b\xa8\x15\x08\x6e\xff\x9d\xcc\x15\x8e\x38\x0b\x8a\xe3\x1a\xee\x21\x2a\x98\x4b\xa3\x12\xaa\xdf\xe8\x7c\x3e\x0e\xd7\x1b\xfd\xf5\xc6\x82\xe2\x8d\x54\xf4\xce\x27\xcc\x50\x45\x1f\x41\x30\x44\x17\x12\x11\xda\xed\xd0\x6e\xf7\x49\x89\xd0\x6e\x73\xa1\xef\xd1\x49\x23\x74\xa1\x2f\xa8\xd9\x0d\x56\xa8\x8e\x0d\x8a\x56\x47\xd5\x43\x45\xab\xa0\x16\xdb\xa1\xa2\x35\x28\x5a\x9d\x0f\x3e\xa1\xa2\x55\xe0\x7c\x58\x09\xdd\xf1\x0b\x6a\x76\x57\x1c\xba\xe3\x0f\xee\xbf\x9d\x0f\x20\xa1\xfb\xef\xa0\xd4\xab\x85\x5d\x2a\xf5\x82\x9a\xc7\xe9\x47\x42\x35\x4f\x50\xf3\x38\x3f\x16\x08\xd5\x3c\x82\x9a\x43\xa3\xf0\x2a\x55\x83\xd3\x74\x87\xaa\x86\x58\xdd\xb5\x74\xaa\x86\x9a\xa2\x58\x50\x27\xb3\x58\x24\xa0\x58\x1d\x07\xbe\xba\x0d\x8b\x85\x12\x0b\x6a\x12\xf7\x2b\x35\x57\xef\x50\x6c\xad\xc4\xb1\xb4\x43\x40\x4d\x13\xc5\x82\xc8\xe1\xb1\x11\x72\xca\xe1\x71\xef\xd3\x11\x1b\xa3\xee\x3a\x1d\x77\x09\x84\xed\x50\x04\x39\xe9\x33\xb8\x67\x0e\xa5\x4f\x41\xad\xc5\x5c\xa8\x7a\x90\x51\x63\xef\x0c\x11\xca\xa8\x71\x74\x7c\xc5\xce\x6e\x1f\x8a\x2f\xa0\xb8\xe3\x8f\x43\xf1\x75\x74\x90\xc7\xde\xdd\x41\x1c\x0a\xf2\x43\x41\xde\xad\x79\x1c\x5a\xd0\xa1\xe9\x5b\xaf\x43\x59\x30\xc8\x10\x31\x38\xa2\xca\x10\x71\xb6\x73\x82\x6a\x39\xce\x7c\x51\xb4\x4e\x5d\x2c\xc5\x49\xe6\x0a\xf4\x3a\xf8\xa0\x18\xd2\xeb\xb8\x3a\x69\x84\xb7\xf6\xc7\x45\xd2\x10\xd4\x34\x46\x85\x46\x75\x56\x08\x27\x98\x74\xf3\x28\xa8\xb5\x44\x15\x54\x31\x8a\xb8\xbf\x4a\xa3\xf4\x03\x92\x2e\x11\xe2\xaa\xd7\xa8\x36\xc2\x71\xa1\x84\x3e\x9e\x35\x3e\xdc\x22\xd8\xc7\x27\x5f\x0f\x05\x35\x6d\x42\xb9\xa8\x7e\x30\x5a\xd2\x52\x7a\x9d\x5b\x87\x59\x44\x1b\x91\x1b\xb7\xab\x82\x9a\xdd\x6a\xe6\x46\xa3\x9c\x5b\x0b\x4c\x64\x4f\x9f\x1b\x02\x23\x28\xee\x8c\x72\x23\xbe\x12\xed\x0f\xbe\xf2\xa5\xb4\x3f\xf9\xf8\x1d\xdc\xcb\xa7\x3e\x7e\x0b\x6a\xfa\x0e\xf5\x80\xd2\x83\xbd\x43\x29\x41\x4e\xae\x7e\x82\x0f\x46\xa9\xab\x1f\x41\xcd\x4e\x8c\xa9\xab\x9f\x44\x90\x63\x76\x00\xa4\x04\x39\x51\xc9\x98\xdd\x11\xa4\x71\xd7\x20\x28\xce\x50\x1a\x85\x57\x5a\x67\xae\xe0\x52\x27\x8d\x1c\x2e\x28\x6a\x8b\x34\x72\x78\x5a\x97\x41\x7d\xb8\xa0\x96\x28\xee\x5d\x17\x73\x85\xa6\xc7\x88\xd5\x81\x99\x52\xcc\x74\x4e\x07\xd7\xfe\xe9\x9c\x0e\x41\xcd\x56\x80\x74\x4e\x47\x7a\x97\xd9\xc1\xd6\xa6\x53\x66\x0b\x6a\x75\x2d\x96\x7c\xb2\x7d\x4f\x6f\x49\xcb\xad\x93\x4e\xf2\x69\xf5\x05\x45\x81\x93\xfa\xc2\x9a\x68\x69\x6e\xc6\xf4\xf4\x59\x82\x9a\x81\x11\x72\x21\x52\x9b\x7c\x1d\x4a\x49\x6d\x46\x9b\x9a\xe4\xf0\x0c\x99\x1a\x32\x35\x7e\xf9\x5b\x71\x86\x56\x02\xe4\xd6\x8a\x97\x41\x32\x13\xd4\xec\x06\x3c\x91\xf3\xf7\x8c\x3e\xc1\xb9\xb5\x4a\x65\x70\x82\x05\x35\xc3\xa0\x88\x35\x94\x38\x77\xd6\x2b\x25\xce\xec\x2c\x98\x7b\x97\xdc\x99\x64\x41\x41\xad\x25\x0a\x23\x52\x0f\x12\x45\x92\xdd\x2c\x7c\xc7\x2d\x40\x96\x7c\x57\xf2\x5d\x4b\x52\x96\x7c\x47\x73\x9b\xd6\xfa\x93\x6a\x6e\x05\x35\x5b\xd5\x53\xcd\x6d\xf2\x41\x31\x6d\xf0\x20\xd7\xd8\x82\x9a\x04\x7c\x71\xea\x12\xa1\x4f\xeb\xbc\x9b\x12\xfa\xe4\x57\x3b\x69\x84\x9f\x7e\xb5\x23\xa8\x19\x0b\x0a\xe7\xcc\x2e\x5d\xd2\xba\x9d\xce\x49\xe9\x22\xa8\xc5\x82\x26\xa5\x4b\x4e\x4d\x8f\x0b\x95\x0e\x72\x75\xd2\xe9\xc0\x69\x8a\xbb\x4e\xc1\x44\xd5\x53\x7a\x9d\xf7\x7e\x63\xf2\xd3\xa1\xbc\xeb\x8d\xf7\xce\xa8\x73\xeb\xfa\x3a\xef\x64\xd4\xbc\x77\xc8\x64\x74\x23\x93\x77\x85\xcc\x5d\xa7\x8e\xf8\xb8\xeb\xd4\xa1\xd7\x99\x5d\x65\xa5\xf4\x3a\x8f\xae\x73\x32\x39\x29\x07\x25\xa4\xa0\x66\x06\x14\xce\x39\xda\xdf\xc9\xef\x38\xf2\xe0\x52\x46\x50\x33\x45\x11\x00\x87\xa6\x67\x6b\xa5\xd7\xf9\x60\x87\xb8\x5e\xcf\x87\x76\xe8\xa1\x1d\x4a\x46\x69\x87\x50\xf5\xa4\x9b\x4a\xa9\x7a\x9e\xed\xc2\xe4\x47\x7a\x79\xca\x85\x40\x4d\xce\x26\x05\xff\x7b\xa2\xea\xc9\x9d\x75\x4a\xd5\xf3\xea\x8c\x9a\x5c\x17\xe7\x45\x46\x15\xd4\x64\x87\x2e\x5a\xba\xbc\xda\x93\xb9\xba\x88\xcb\x8b\x3a\x45\x50\xb3\x1c\x8a\x37\xa2\xd7\xb9\x10\x54\xe9\x75\xa2\xc4\xb5\x75\xf3\x51\x52\xe2\xda\x48\x1a\x5b\x2f\xbb\xb6\x78\x51\x14\xe6\xdd\xc9\xd6\xc6\xdd\x5d\xa1\xb1\xb5\xb7\x4a\xd5\xeb\x67\x96\x7b\xab\x54\xf1\x41\xb1\x76\x54\x4a\x30\xb9\xcf\xad\x1d\x95\x2a\x34\xb6\x46\x6b\x46\x49\x63\x6b\xf0\xa1\x73\x74\xc5\x56\x83\x3b\x6b\x41\xcd\x96\xdd\xe2\x87\x97\xef\x35\x88\xd5\xb1\x78\x90\xc8\x11\xd4\xec\x3c\x52\xfa\x5e\x50\xfa\x12\x60\x5d\x8c\x97\xbe\x04\x08\x8a\xdb\xfb\x1a\x38\xba\xd0\xeb\x32\xeb\xe9\xa5\xd7\x65\x2c\xdb\xba\x6d\x2d\x8b\x17\xc5\xb2\xbb\x2a\x2d\xd3\xb2\x81\x29\x7f\xa1\xdd\xef\xa5\x6b\x6c\xbe\x1e\x96\xae\xb1\x05\x35\x59\x10\xaa\xfc\x82\xf2\xde\xb4\x92\x38\x97\xeb\x77\x8e\xbd\x43\xe5\x54\x59\xe5\x9d\xf2\xe6\xc0\x54\x49\x47\x55\x97\x67\x93\xfb\xef\x2a\xb2\xa0\x60\x6e\xdb\x84\x9a\xa2\xe6\x87\xdb\x8d\xeb\xc0\xd2\x15\x9e\xe0\x56\x1d\x4c\xa5\x2b\x3c\xc1\x8d\x5b\xcc\x2a\x79\x95\x2b\xbc\xb9\x75\x4b\x57\x25\xaf\x16\xbf\xc8\xcb\x8d\x51\x5c\x17\x0b\xe6\xd6\xca\x54\x45\x86\x10\x54\x76\x13\x59\xfc\x20\xb4\x01\x53\x07\x0f\x52\x9f\x57\xa1\xab\x5c\x9e\x54\xb9\xac\x6f\x47\xcf\x6d\x40\xc9\xd1\x80\x7e\x0e\x5b\xfa\x71\x85\x60\x72\xa1\x5f\xfa\x71\x85\xe0\xc6\x75\x60\x55\x68\xfa\xce\x8f\x93\x1f\xa7\x96\xae\x16\x05\x93\xee\xb3\x4a\x51\x08\x54\x4c\x9c\xa3\x28\x04\x2a\xa6\x1e\x3c\x44\x1d\x3c\xa8\x51\xf2\x04\x1f\x8c\x82\x7d\x2c\x3e\x18\x55\x05\x9e\x30\xfc\x95\xf2\x04\xe5\x6c\x2c\x9c\x93\x5a\x50\xc3\xdc\x1c\x53\x53\x0b\xe2\xae\x81\xaf\xa2\x45\x3a\x78\x41\xc5\x62\xfa\xd4\x82\x1a\xe6\xe6\x06\x15\xa2\xf8\x2d\x27\xe7\x91\x4b\xd2\x17\x14\x3f\x50\x2a\xdd\x95\x16\xb9\x63\x6e\x8e\xbf\x52\xcb\x46\x99\xf8\xc2\x5a\xca\x1d\xc5\xef\x53\xe6\xe6\xbc\xb1\xf4\xc6\xe2\x88\x06\x6f\xac\xd7\x28\x7e\x9e\xb0\xb3\xa0\x92\x73\x0a\xe7\xc4\xdf\x7c\x2b\xb6\xfd\x6f\x33\x71\xe9\xd7\x2b\x82\xc9\x6f\x36\x4a\x3f\xbc\x2d\x7e\xcd\x3a\x37\xa2\x4f\xbf\x5e\xe9\x2a\xa7\x29\x36\x7e\xba\x46\xc9\xe7\x9d\x17\x6b\xca\xe7\xc0\x24\x5f\xd7\xa4\xd3\xac\xc9\xd5\x70\x14\xa3\xa8\xb8\x6b\xea\x8d\x38\x58\x29\xa9\x56\x67\xbc\xb9\xef\x50\x54\xef\x02\xfd\x0e\xba\x96\xde\xb8\x9c\x51\x26\xea\x10\xc5\xcf\x12\x88\xf7\xc5\x7d\x58\x71\xa5\x38\x77\x17\xf5\x14\xc5\xef\x9e\x5a\x75\x6b\x51\x71\xd7\xea\xb8\x9c\xfc\x90\xb4\x56\xe8\x8d\x7c\xeb\xcf\x9d\xe9\xa9\xb8\x6b\x21\x8b\xbb\x8b\x62\x8d\x2b\x31\x22\x30\x35\x35\x3d\x0b\xe2\x87\x23\xa5\x34\x52\xa7\xfa\xbe\xee\x5a\xeb\xa4\xef\x13\xcc\xc1\xc9\x3f\x69\xdf\x04\x73\x20\x2c\xa7\x84\xe5\x1c\xd2\xc0\x05\xf5\x14\xf5\x44\x6b\xfa\x8d\x27\x37\x06\x82\x39\xf0\x2a\x37\x55\x2f\x98\x03\x59\xd4\x85\x95\x60\x8e\xc2\x08\x93\x11\x6a\xc3\x09\xb5\x53\x8e\x3e\x39\x61\x54\xb6\x75\xea\x84\x9d\xbd\xb5\x73\x24\x76\xd1\xd1\xd5\x59\xfc\x5c\xde\x58\x63\xe9\x8d\x85\x0b\xe7\xf8\x5f\xa1\xd6\xff\xff\xc7\xfb\x97\xb7\xbf\xfe\x89\xc1\xe3\xe7\xaf\x5f\xaf\x4f\xdf\xf8\x83\x06\xfe\x96\xe0\x76\x5e\xcf\x8f\x9f\xae\xbf\xfe\x71\xc4\x97\xcf\x5f\xfa\x29\xfe\xf7\xdf\x01\x00\x00\xff\xff\x79\x60\xf9\x3b\x48\x31\x00\x00"); +var _cbga =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x44\x92\x31\xcf\x9b\x30\x10\x86\x77\x7e\xc5\x8d\x5f\x87\x16\x6c\x6c\x92\x4a\x55\xa5\x2a\x0c\x65\x48\x52\x95\x26\xad\x54\x75\x20\xf8\x40\x96\x8a\xb1\x8c\x19\xf2\xef\xab\x3b\x13\x3a\xa0\x17\x1e\xf9\x7d\xc0\x67\xf2\x53\x53\x37\xce\x46\xc8\xbf\x85\xb9\x6f\x31\xc2\x60\x9d\x09\xb8\xcc\x6b\xe8\x11\x1e\x38\x5a\x97\x65\x42\x82\xb1\x7d\x7c\x3d\x72\xf4\x53\xe7\xb3\x2c\x3f\x5d\x5a\xf1\xfe\x2b\xac\x0b\xbe\x40\x53\xb7\xcf\x25\xe2\xd4\xb8\x61\x86\x32\x15\xcd\xea\xb7\x32\x40\xfe\x1d\x47\xbb\xc4\xf0\x84\xb7\x2f\x66\x7e\xe0\x3b\x30\x38\x10\xbf\x06\x83\xc1\xba\x11\xde\x48\xba\xe3\x76\xf5\xfe\x2f\x4e\xe8\x22\x14\xcc\xd0\x19\xce\x2c\x3f\x9d\x3b\x7f\xe9\x26\x84\xf4\x19\x77\xc6\x4c\xef\x18\x16\x3b\x3b\x10\xc5\x87\xa2\xa8\xfe\xf3\x1f\x4f\x8f\x20\xb6\xfa\xad\xa9\xaf\xc3\xb0\x60\x84\x8f\x2a\xa9\xf3\x5f\xb7\xa6\x86\xdf\x02\x44\x01\x52\x97\x47\xfd\x67\x5b\xfa\xf3\x3c\x9b\xbd\x28\x64\xda\x4c\x6f\x4d\xe8\xdc\x88\xd9\x27\x29\x64\xff\x19\xb6\x10\x65\xa5\x2a\x62\xe5\x83\x19\x85\x90\x8a\x89\x49\xc4\x10\x49\x6b\x30\x91\x81\x7a\x05\x11\x25\x99\xa8\x92\x08\xb7\x54\x95\xc8\x81\xc8\x91\x49\x97\x08\x99\x95\x64\x92\x3c\x8a\x3c\xe9\xed\x3a\x79\x34\x79\x34\x9b\x75\xf2\x68\xf2\x68\x36\xeb\xe4\xd1\xe4\xd1\x64\x96\x4a\x11\xe1\xa0\x7d\x1c\x68\xda\xfb\x3e\xe9\x9e\x4e\x79\x9f\x7b\xbf\x86\x80\x2e\xf2\x19\xf3\x7c\x69\x40\xd6\xe1\xfe\x03\xf9\xd9\x53\x8b\xaf\x7f\x01\x00\x00\xff\xff\xdf\x7b\xca\x7c\x6c\x02\x00\x00"); +func _fced ()(*asset ,error ){_fedd ,_bgfbg :=_ccbc ();if _bgfbg !=nil {return nil ,_bgfbg ;};_agbfe :=bindataFileInfo {_dae :"UniJIS-UTF16-V",_fb :3426,_ae :_be .FileMode (436),_g :_a .Unix (1580492941,0)};_fae :=&asset {_dd :_fedd ,_ef :_agbfe };return _fae ,nil ; +};func _ggdd ()([]byte ,error ){return _c (_gbdb ,"GB-EUC-H")};func _cafed ()(*asset ,error ){_cbbc ,_ccge :=_aee ();if _ccge !=nil {return nil ,_ccge ;};_gdbc :=bindataFileInfo {_dae :"Adobe-Japan1-1",_fb :1098,_ae :_be .FileMode (436),_g :_a .Unix (1580491308,0)}; +_fcbeb :=&asset {_dd :_cbbc ,_ef :_gdbc };return _fcbeb ,nil ;};func _egbf ()([]byte ,error ){return _c (_cfc ,"GBK-EUC-V")};var _efbf =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x4c\xd3\xcf\x6e\xda\x40\x10\x06\xf0\xbb\x9f\x62\x8e\xe9\x21\x65\xff\x78\xbd\xb6\x84\x90\x1a\x90\x52\x0e\x69\xab\x52\xd2\x4a\x55\x0f\xe0\x1d\xa3\x95\xca\xda\x5a\xec\x03\x6f\x5f\xcd\x8c\xe3\xe6\x10\x7d\xe1\x67\x7f\xbb\x63\xbc\xac\xb6\xfb\xdd\x3e\xc5\x11\x56\xdf\x72\xdf\x1e\x70\x84\x2e\xa6\x90\xf1\xd6\x4f\xb9\x45\x38\xe3\x25\xa6\xa2\xd0\x06\x42\x6c\xc7\xb7\x8f\x1c\xed\xf5\x34\x14\xc5\xea\x98\xe2\xf3\xd3\xe3\x71\x7b\x30\x8f\x9f\x61\xba\xe1\xcc\xdb\xfd\xee\x70\xbf\x8d\x78\xdd\xa7\xae\x07\x2b\xf5\x30\x0d\xf3\x12\x00\xab\xef\x78\x89\xb7\x31\xdf\xe1\xe1\x53\xe8\xcf\xf8\x01\x02\x76\xe4\x5f\x73\xc0\x1c\xd3\x05\x1e\x9e\x9f\xf4\xa2\x87\x69\x18\xfe\xe2\x15\xd3\x08\x25\x1b\xa6\xc0\x59\xac\xb6\x2f\xa7\xe1\xcb\xe9\x8a\xf0\x7e\x96\x57\xbe\xc8\xd7\x5e\x31\xdf\x62\x9f\x40\x9b\x8f\x4a\xb9\xff\xfe\xe3\x3e\x20\xe8\x79\x91\x5f\xc7\xfd\x0e\x7e\x6b\xd0\x0a\x8c\xb3\x95\xff\x33\xfb\xcf\x97\x3e\x2c\x77\x99\x52\xc6\x6f\x63\xc8\xa7\x74\xc1\x62\x6d\x94\x2e\x37\x30\x87\x6b\x6a\x12\x53\xb1\x50\xb8\xa6\x29\xd6\xc6\x18\x47\xc2\xe1\xbd\xaa\x8b\xb5\x55\x4a\x6f\x60\x0e\xe7\x1d\x8b\x11\x31\x24\x25\x4b\x2d\xd2\x6d\xc0\xd5\x2c\x5a\xb1\x68\x6a\x35\x22\x56\xc4\xf2\xd2\x15\x53\x29\xe4\xa8\x66\x58\x2a\x11\x4f\x35\x53\xac\xbb\x8e\xb7\x97\x70\xbe\x66\xa9\x45\x1a\x6a\x29\x96\x56\xa4\xa5\x7b\x2c\x0b\x8a\x20\x6f\xe6\x89\xf4\x89\x49\x9f\xe9\xa6\x8a\x25\x88\x84\xb7\x87\xed\x3a\xdd\x09\xd1\x83\xf8\x86\xc4\x9e\x59\x28\xbc\x57\x42\xd2\xb3\xdc\xd3\x3c\x81\x95\x1e\x45\xa5\x58\x9c\xf4\x28\x5c\xc3\xdb\x39\xa9\x51\xb8\x86\x47\x72\x32\xa5\x93\x29\x4b\x22\xb4\x4c\xc8\xdf\x92\xd6\x74\x78\x96\x77\x48\xff\xd3\x99\x5d\x8e\x51\x3b\xe5\x8c\x69\xe4\x13\xcb\x07\x85\x5e\x7e\x4c\xb8\xfc\x28\x86\x7e\xa0\x16\xff\xfd\x0b\x00\x00\xff\xff\x66\xba\x5f\xa0\x40\x03\x00\x00"); +func _gabf ()([]byte ,error ){return _c (_efbd ,"KSCpc-EUC-H")};func AssetExists (name string )bool {_ ,_aedc :=_ecfgc [_fd .Replace (name ,"\\","/",-1)];return _aedc ;};func _gbeb ()(*asset ,error ){_dagg ,_eef :=_bbd ();if _eef !=nil {return nil ,_eef ; +};_cgaa :=bindataFileInfo {_dae :"Adobe-KR-4",_fb :1313,_ae :_be .FileMode (436),_g :_a .Unix (1580491427,0)};_afb :=&asset {_dd :_dagg ,_ef :_cgaa };return _afb ,nil ;};func _cbec ()([]byte ,error ){return _c (_gefde ,"UniKS-UTF16-V")};var _ffdg =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\x96\x4d\x6f\x1c\x37\x13\x84\xef\xf3\x2b\x78\xf4\x7b\x78\x23\x7e\x93\x0d\x2c\x16\x30\xa4\x08\x91\x03\xc7\x81\x15\x27\x01\x82\x1c\xe6\xa3\x47\x58\x20\x9a\x5d\xac\x56\x07\xff\xfb\xa0\xab\xd6\x4e\xe2\x83\x40\x6d\x4d\x75\x4f\xb3\xf9\x90\x9c\x9b\xdb\x87\xbb\x87\xed\x70\x71\x37\x3f\x9f\x8f\xf3\xa3\x5e\xdc\x7a\xd8\x96\xb3\xbe\x1c\x5f\xcf\xb3\xba\x49\x9f\x0e\xdb\x30\x84\xe8\x96\xc3\x7c\xf9\xf2\x13\xc3\xfc\x3c\x9e\x86\xc1\xe2\x1f\x3f\xbf\x5c\xf4\xf9\x61\x5b\x8f\x2e\xd1\xb7\xbc\x9e\xae\x5e\xe7\x6e\x3e\xea\xd3\xe1\xe5\x72\xfe\xec\xde\xbc\x5d\x8e\x93\xfe\xcf\x2d\xba\x9a\xfe\xe1\xbc\xe8\xf9\xb0\x3d\xb9\x37\xef\xc6\xd3\xb8\x85\xaf\x0f\x1e\x5f\x4f\xa7\xbf\xf4\x59\xb7\x8b\x0b\xd0\x74\x5b\x30\x0e\x37\xb7\xef\xc7\xd3\x4f\xe3\xb3\xba\x9b\x8f\x3f\x3e\xbe\xfb\xff\x0f\x90\xa1\xfe\xaa\xe7\x97\xc3\x71\x73\xc1\x7f\xe7\x7d\xfd\x47\xff\xe5\xf3\x49\xaf\x69\x86\x9b\x4f\x0f\x77\x1f\xd6\xf5\x45\x2f\x2e\x06\x4f\xcf\xef\x9f\x1e\xee\xdc\x1f\xc1\x05\xef\x62\x49\xa9\xff\x79\xb5\xfe\xf6\xfe\xb8\xa8\xa3\x69\xc8\x9c\xcd\x7c\x5c\xf4\xe5\x34\xce\x7a\x1e\xb7\x27\x1d\x9c\xdb\x79\xbf\x77\xce\xed\xba\xdf\xdb\xaf\x1e\xb2\xdf\xbb\x9d\xdc\xdf\xdf\xe2\xf7\x5b\x3e\xbd\xbb\xc7\xaf\xef\x3d\x9e\xde\xdf\xda\x53\xdd\x96\x6f\xb2\x0d\x81\x2f\xd9\x8e\x97\x45\x57\x6a\xc8\xbf\x0b\xeb\xde\xc5\x14\x2c\xe6\xdf\x0f\x87\xe0\xfd\xb5\xae\xc3\x72\xf5\x47\xf3\x37\xb5\xd7\x3a\x87\xa0\x2f\x45\xf5\x00\xb9\xa6\x64\x52\xa7\x34\xce\x26\x49\x35\x69\xea\x90\xa6\x75\xef\x5c\xcb\x08\x9c\x29\xcd\x0a\x49\x4c\x5a\x46\x48\xda\x4d\x2a\x08\x5c\x99\x6b\x6d\x26\x35\x04\xae\x33\xa5\x19\x92\x05\xc6\xbc\x9a\x14\x0b\x02\xbb\x37\xa9\x22\x30\x36\x31\x49\x20\xf5\x00\x49\xc6\xbd\x73\x3d\x58\xfa\x28\x0c\x5c\x83\x49\x39\x0e\xbb\x9e\x38\xa1\x84\x09\x49\x2c\x26\x71\x42\x49\xaa\x49\xbd\x9b\xc4\xc0\x34\xd5\xbd\x0b\x3e\x58\x5d\x69\xa2\xb4\x40\x4a\x16\x98\x99\x2b\x5b\x2d\xc1\x17\x2b\x35\x37\x4a\x96\x3e\x78\xb1\x37\x66\xa6\xcf\x12\xf6\x2e\x04\xdf\x4c\x62\x7a\x0c\x2d\x63\x8e\x79\xa4\xcb\x86\x96\x7b\x80\x14\x28\x05\x93\x84\x52\xa4\x14\x21\xa1\x88\x31\x51\x4a\x7b\xd7\x8a\x4f\x90\x32\xa5\x0c\x17\xd3\x17\x4a\x05\x2e\x14\x31\x56\x4a\xd5\xa4\xc8\xc0\x46\xa9\x99\x14\x98\xbe\x53\xea\x26\x25\x16\x21\x94\x04\x12\xd3\x8f\x94\x46\x54\xef\x21\x4d\x94\x26\x48\xe8\xc4\x38\x53\x9a\x51\x57\x86\xb4\x50\x5a\x20\x75\x48\x4a\x49\x51\x6a\x85\xc4\x7e\xd9\xd0\x8a\x47\xae\x89\xfd\xb2\xa1\x95\x80\x5c\x13\xfb\x65\x43\x2b\x09\x45\x4c\xec\x97\x0d\xad\x44\x06\xb2\x5f\x13\xfa\x95\xf0\xc6\x89\xfd\xb2\xa1\x95\xc2\x5c\xec\xd7\x84\x7e\x01\x80\x3c\xb1\x5f\x13\xfb\x85\xba\x26\xf6\x6b\x62\xbf\xd0\x09\x6e\x05\x0c\xad\x24\xe6\x62\xbf\x26\xf4\x2b\xb3\x08\xf6\xcb\x86\x56\x3c\x8b\x60\xbf\x6c\x68\x25\x62\x85\x26\xf6\xcb\x86\x56\x02\xdf\xc8\x7e\xd9\xd0\x0a\x29\x9c\xd8\xaf\x09\xfd\xca\x26\x75\xf2\xd5\x6d\x0f\x85\x00\xc8\x85\xac\x0a\xc0\x8c\x28\x55\x08\xa6\xc0\x15\xb1\x42\x23\x5d\x23\x5c\x19\x98\x8c\x74\x8d\x70\xe5\x66\x5d\x9d\xe8\x9a\xe0\x2a\xa0\x70\xa2\x6b\x82\xab\x16\x9b\xd0\x4c\xd7\x0c\x57\xeb\xc6\xd7\x4c\xd7\x0c\x57\xcf\x36\xa1\x85\xae\x05\x2e\xc1\x09\xb0\xd0\xb5\x98\x2b\x7a\xb4\x50\xe9\x52\x73\xc5\x80\x9d\xa6\x74\x29\x5c\x11\x4b\xbb\xd2\xb5\xc2\x95\xb2\x55\xbf\xd2\xb5\xc2\x95\x83\x1f\x76\xc2\x93\x54\x3c\x5c\x68\xa1\xf8\x4e\x09\xae\x62\x14\xca\xf5\x34\xc6\xc1\x17\x9b\xed\x0e\xe1\xc1\x27\x38\x99\x62\xeb\x75\xd8\x49\xa4\x2b\xc2\x25\x86\x89\x44\xba\x22\x5c\xd2\xf2\xb0\x13\x9e\x39\x82\x33\x27\x79\xdb\x8f\xc2\x33\x47\x92\xb9\x52\xa8\x71\xd8\x09\x4f\x13\xc1\xd1\x91\x62\x6f\x26\xd1\x95\xe1\x4a\xc5\xaa\x2f\x74\x15\xb8\x72\xb3\xea\x0b\x5d\x05\x2e\x10\x2d\x95\xae\x0a\x57\xad\x56\x7d\xa5\xab\xc2\xd5\x0c\x5f\x69\x74\x35\xb8\x7a\xb1\xea\x1b\x5d\x0d\x2e\xb1\x6d\x25\x9d\xae\xde\xe2\xde\x65\x6f\xdb\x5d\xc8\x97\x80\xaf\xec\xed\xf4\x15\xf2\x25\xe0\x2b\x87\x6e\x81\xe4\x4b\xc0\x57\x8e\xb6\x1c\x42\xbe\x04\x7c\xe5\xd4\x6c\xda\xe4\x4b\xc0\x57\xce\x58\x0e\xf2\x25\xe0\x2b\x97\x6a\xe9\xc9\x97\x80\xaf\x5c\xb1\x1c\xe4\x4b\xc0\x57\x6e\xd9\xa6\x4d\xbe\x04\x7c\xe5\x8e\xe5\x20\x5f\x02\xbe\xb2\x24\x9b\x36\xf9\x12\xf0\x95\x05\xcb\x41\xbe\x04\x7c\x95\x10\xad\x7a\xf2\x25\xe0\xab\x04\x2c\x07\xf9\x12\xf0\x55\x52\xb0\xea\xc9\x97\x80\xaf\x92\x6c\x39\x70\x8e\x2f\xeb\xf5\x16\x4d\xd6\x68\x25\x72\x0a\xe4\x4a\xf1\x1e\x37\xf8\x97\x7b\x77\x88\xf1\xdb\x9b\x58\x09\xa4\x02\xc8\x52\x6c\xfd\x94\x40\x2a\x80\x2c\xd5\x6e\x29\x25\x90\x0a\x20\x4b\xb3\xf5\x53\x02\xa9\x00\xb2\xf4\x66\x2f\x27\x90\x0a\x20\x8b\xd8\xfa\x29\x81\x54\x00\x59\x7d\xcd\x26\xd1\x05\x20\x6b\xb0\xe3\x47\x09\xa4\x02\xc8\x1a\x4b\x34\x89\x2e\x00\x59\x93\x5d\x10\x4a\x20\x15\x40\xd6\x9c\xbd\x49\x74\x01\xc8\x8a\x2b\x49\x09\xa4\x02\xc8\x5a\xa3\x55\x4f\x20\x15\x40\xd6\x6a\xd7\x9b\x12\x48\x05\x90\x15\x57\xb8\x12\x48\x05\x90\xb5\xdb\x55\xa9\x04\x52\xbb\xb9\x9a\xf7\x56\x7d\xa7\x0b\x40\x36\x5f\xad\x7a\x02\xa9\x00\xb2\x05\xbb\x89\x95\x40\x2a\x80\x6c\xb1\x58\xf5\x04\x52\x01\x64\x4b\x76\x71\x29\x81\xd4\x91\x77\x6c\xb6\xea\x47\xdc\xb1\x3a\xda\x85\xda\x63\xcf\xff\x59\x3f\xfb\xdf\x3e\x67\xbf\x7e\x5e\xce\xaf\xe7\xb3\x6e\x17\x7c\xcc\xe2\x33\xd2\xbe\x03\x0f\x9b\x7e\xfd\x30\x3e\x1d\x4f\x16\x85\xbf\xbf\x03\x00\x00\xff\xff\x88\xa2\x71\x91\x44\x0b\x00\x00"); +func _gcbbb ()(*asset ,error ){_cdfg ,_ddfb :=_agfbc ();if _ddfb !=nil {return nil ,_ddfb ;};_cedf :=bindataFileInfo {_dae :"UniJIS-UCS2-HW-H",_fb :472,_ae :_be .FileMode (436),_g :_a .Unix (1580492901,0)};_fcbbc :=&asset {_dd :_cdfg ,_ef :_cedf };return _fcbbc ,nil ; +};func _efbe ()(*asset ,error ){_eaa ,_fgd :=_bdfc ();if _fgd !=nil {return nil ,_fgd ;};_dcgcg :=bindataFileInfo {_dae :"KSC-V",_fb :703,_ae :_be .FileMode (436),_g :_a .Unix (1580492528,0)};_eaed :=&asset {_dd :_eaa ,_ef :_dcgcg };return _eaed ,nil ; +};var _feca =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\xbd\x4d\xcf\x35\xb9\x91\xa6\xb7\xaf\x5f\xf1\x2c\xc7\x8b\xb1\x4e\xf2\x9b\x40\xe1\x05\x7a\xa4\xd1\x58\x8b\x9e\x31\xdc\xd3\xb6\x01\xc3\x8b\x93\x0c\x52\x28\xc0\xaa\x2a\x94\x4a\x8b\xfe\xf7\x46\x5e\xd7\x91\x3d\x18\x1b\x28\x2d\x0a\x77\xbd\xf1\x64\xe6\x61\x32\x23\x82\x41\xc6\xcd\xe0\xef\x7e\xff\xa7\x3f\xfc\xe9\xc7\x1f\x7e\xfd\xfa\xdd\xff\xfc\xcb\x4f\xeb\x5f\xf6\xaf\x5f\xe7\x87\x1f\xe3\x97\xfd\xd7\x9f\xfe\xf6\xcb\xda\x5f\xf7\xfe\xf3\x0f\x3f\x7e\xf7\xdd\x95\xbe\xe2\x87\xf5\xeb\xdf\xff\x09\xac\xbf\xbc\x7f\xfe\xee\xbb\xe7\xfe\x7f\xf9\xb7\xbf\xfe\xba\xff\xf2\xa7\x1f\xcf\x4f\x5f\xd9\xeb\xe2\x6f\x3f\x7f\xae\xfd\xfa\xfa\xdd\xff\xb2\xff\xfc\xc3\x5f\x7f\xfd\xe5\xdf\xbe\xfe\xdd\x3f\xc5\x4f\xf7\xfe\x1f\xbe\x62\x9f\x47\xfe\x5f\x7e\x89\xfd\xcb\x0f\x3f\xfe\xf9\xeb\xdf\xfd\xa7\xff\x70\xfd\x3f\xd2\x7f\xf9\xdb\xcf\x3f\xff\x5f\xfb\x2f\xfb\xc7\x5f\xbf\x2e\x64\xfb\xc7\x00\xbf\xfb\xdd\xef\xff\xf9\xfd\xf3\x7f\x7e\xff\x65\x7f\xfd\xee\x3f\xfd\x87\xff\xfa\xf3\xfa\xf7\xff\xf1\x5f\x7f\xff\xef\xff\x27\xfe\xc6\x9f\xfe\xd7\xfd\xcb\x5f\x7f\xf8\xe9\xc7\xaf\xeb\xf5\x3f\xbe\x5e\xed\xff\x95\xff\xd7\x7f\xfb\x79\x7f\x9e\xf5\xdd\xef\xfe\xf5\x4f\x7f\xf8\x2f\xe7\xfc\x75\xff\xfa\x95\xc7\xcb\x6b\xfe\xf7\x7f\xfd\xd3\x1f\xbe\xfe\x8f\xeb\xeb\x7a\x7d\xa5\x9a\x7b\xf9\x3f\x3f\x97\xfe\x6f\xff\xfc\x53\xec\x2f\x2f\xfa\x2e\xfb\x3e\xeb\xa7\xd8\x7f\xfd\xf9\xbd\xf6\x2f\xef\x1f\xff\xbc\xbf\xfb\xfa\xfa\xfe\xf5\xfa\xf6\xf5\xf5\xf5\xfd\x78\x7d\x7b\xfe\xf5\x4f\xd7\x3f\x5d\xdf\xbe\xbe\xff\xe3\xef\xff\xf8\x1f\xf9\xf7\x1f\xff\xc0\x5f\xff\xf8\xc7\x6f\xcf\x7b\xfc\x77\x77\x7f\x77\xf9\xd0\x1f\x7f\xfa\x35\xf6\x51\xc6\xf3\xbe\xbf\xce\xb7\xaf\xeb\xb9\xe3\xbf\xfd\xd3\x77\xd7\xeb\xf5\x69\xc5\x0f\xf1\xb9\x3a\x3d\x57\xf7\xfd\x5c\xfd\x34\x81\x76\x7c\xf5\x7e\xa5\xef\xbe\x7f\x5f\xef\xa7\x29\xef\xeb\xec\x6f\x5f\xb3\x7d\xf7\xfd\x3b\xdd\x08\xd2\x4e\xdf\xbe\xae\xf9\x7a\x24\xbb\x2a\xd9\xdf\xbe\x52\x41\x72\xbc\xe6\xac\x6f\x5f\xa9\x3e\x92\xec\x63\xf2\xf3\x98\xd4\x9e\x07\x17\x25\xe5\xe4\x6f\x5f\xb9\x3e\x4f\xae\x4a\xea\x69\xdf\xbe\x4a\x9e\xdf\x7d\xff\x6e\x4a\xda\x3d\xbe\x7d\xd5\x54\x1f\xc9\x52\x72\xea\xb7\xaf\x5a\x9e\x6b\xba\xd7\xf4\xe7\x0f\xed\xf5\x3c\xb9\x87\x92\xa7\x11\x2d\x3f\x77\x0d\xaf\x19\xeb\xf5\xed\xab\xb5\xf1\x48\x16\x6d\x1e\xfb\xfd\xed\xab\xbf\x9e\x16\xce\x77\x79\x24\x73\x9f\x6f\x5f\x3d\x3f\xd7\xbc\xbd\xeb\xfd\xb4\x79\x5c\xe5\xbb\xef\xdf\xb7\x92\xfb\x79\xce\x7c\x8d\xef\xbe\xbf\x5f\x48\xee\xd7\xbb\x7f\xfb\x9a\xcf\xbb\xdf\xaf\xf7\x50\x32\xe8\xc3\x8e\x68\x2a\x9a\xcf\x45\xde\xf6\x56\xf2\xe6\x22\x45\xb7\xa2\xf5\xed\x6b\x56\x9f\x14\x4a\x36\x17\x4d\x44\x07\xd1\xd3\x21\xb3\x96\x47\x72\xfb\xec\x07\x7a\x4f\x17\x22\x1f\x7e\x9f\xe7\x93\xd5\x47\xf2\x34\xf8\x03\xbd\xa7\x84\xc8\x86\x47\xfa\xf6\x35\x3b\x92\xc8\x4a\x32\x17\x65\x44\x45\x51\xf9\xf6\x35\x27\xcf\x8e\xaa\xa4\x72\x11\x2d\x88\xa6\xe8\x79\xbb\xe9\x6d\x36\x20\x78\xbb\x44\x0b\xc2\xb7\x7b\x60\x4e\xde\x37\x96\x92\xc5\x45\x0d\x91\x2f\xbc\xf3\xb7\xaf\xeb\xf5\xa2\x0f\xb6\x2d\x78\xa0\xf7\x44\x6f\x6e\x9b\xb0\x6f\xae\xe2\x59\xdb\x67\xed\xe0\x2a\x45\x5b\xd1\xa3\xd6\x2f\x3f\xc3\xb6\xf3\xf8\xc2\x3d\xf3\xf8\x63\xc7\x9c\xc4\x55\x74\xf1\xb1\x1b\x0e\xdd\x90\x79\xe9\x63\x23\x1e\xc5\xbc\x5e\xf6\xcc\xe9\x8a\x3a\x57\xd1\x7f\xc7\x0f\xff\xc0\xf5\xb2\xa9\xc7\x8f\x73\xf8\x38\xd9\x1b\xed\x9b\x43\xbb\xd2\xf3\x8b\x9a\xd8\x7d\x3d\x0a\x78\xbd\x72\x41\x54\x15\x35\x6e\x54\xd4\x15\xf5\xe7\x2a\x54\xed\x52\xd5\x2e\x55\x2d\x37\x44\x53\xd1\x9b\xab\x12\xa2\x5b\xd1\xcd\x55\x1d\x11\xfd\x75\x3d\xa6\x7c\xbd\xca\xf3\x81\xae\x3b\x29\x4a\x5c\x35\x10\x65\x45\x7c\x8e\xca\xb3\xee\xa2\x88\xcf\x9f\x69\xfd\xdd\x14\xd1\x39\xd5\x67\xd9\x54\x75\xb2\x5c\x88\x78\xed\xeb\xd1\xc0\xeb\x55\xb9\x51\x0d\x04\x7a\x2f\xbc\xe3\xb2\x11\x6b\x3e\x57\x35\x9a\xba\x3e\x37\xa2\x4b\x36\x75\xf9\x42\x8b\x2e\xec\xbc\xf6\xe2\xd3\x5e\x81\x82\x17\x44\xe1\xe3\x83\x77\x1c\xb4\x3e\x7c\x7c\xf0\x8e\x18\xe2\xa5\xd2\x5f\x41\xdf\x0f\x1a\xa1\x8a\x5f\xaa\x78\xa1\xa9\xaa\xf8\x15\xfc\xe2\xa0\x5d\xe1\x2f\x6e\x5a\x8f\xbd\x5e\xdb\xc7\xab\xbe\x93\x1b\x55\xdf\x4b\xf5\xad\x19\x91\x8f\xdf\x4f\x7f\x5d\x2f\xda\xb5\xed\xaf\xcd\x77\xc4\xac\xaf\xed\x77\x7c\xe0\xba\x5e\xbc\xd0\xb6\x27\x70\x59\xbd\x2a\xb2\x27\x1e\xbd\xbf\x2e\x4c\xe1\x52\xef\x81\xde\x2b\x4d\x55\xef\xaf\x47\xd7\xaf\xeb\xe2\x17\x8f\x9d\x73\x6c\x3d\x37\x1e\x5b\xff\xe8\xfd\x75\x5d\x74\xb4\x7a\x7f\xa9\xe4\x7e\x34\x95\xfc\x7a\x3c\xfb\x75\xe1\x6e\xae\x13\x8a\x30\xbe\xc6\x3b\x1e\x1b\x81\x92\x5f\x98\x42\x52\xc9\xd3\xa3\xd8\xd7\x85\x89\xa6\x77\x53\xc4\xe3\x5b\x41\x34\x14\x3d\xb6\x7d\x3d\xbe\xfb\x4e\xea\x2a\xd0\x7b\x6b\x88\xf8\xc5\xf4\x28\xe3\x75\x61\x0a\xe9\xae\x8a\xf8\x68\x68\x4e\x52\x31\xd3\xe3\x2b\xaf\x8b\xef\x98\x74\x96\x49\xc5\x6c\x34\x42\xc5\x4c\x8b\x76\xf1\x85\xd2\xf2\xc6\x85\xf1\x35\x6e\x5c\x5d\x11\x1d\x6d\x23\x16\xef\x98\x82\xd6\xf7\x17\x43\xf3\xdf\x87\xd4\xff\xbf\x51\xf6\x4e\xe1\xcb\x05\x0f\x19\xfc\x54\x7c\x1e\xc2\xd7\x1a\xbc\x89\x8a\x05\x5c\x0c\xb0\x77\xda\x78\x29\xa0\xf7\x71\x21\xb2\x3b\x1f\xb8\xae\x99\x10\x25\x45\x38\xae\xa1\xa8\x28\xe2\x3b\x4c\xba\x53\x65\x48\x3a\x41\x14\x3e\xe9\x04\x13\x4e\x30\xbd\xe8\x3b\x9d\x20\x03\x78\xef\x83\x1b\xfd\xcc\x89\x6f\x9a\xd2\xd3\x2e\x07\xf5\x3b\xbf\xb1\x27\x1e\x9f\xdf\x59\x51\xe6\xaa\x82\xa8\x28\xa2\xa3\x66\x47\x34\x14\x0d\xae\x9a\x88\xa6\xa2\xe7\xd3\x8c\xd7\x85\xe8\xad\xe8\xe9\xaf\x94\x15\x6d\x45\x9b\xab\x12\x22\x5e\x28\xa3\x0c\x09\x27\x98\x55\x06\xa0\x8f\x57\x46\xd4\x14\xf1\x8b\x45\x91\xbf\x78\xfb\x8b\x34\x55\x65\xc8\x37\xbf\x58\x68\xea\xed\x2f\xde\xfe\x22\xef\x78\xfb\x8b\x8f\xe3\xba\x12\x7e\x31\xeb\xb8\x80\x3e\x30\xd7\xbc\xec\x89\x45\x4f\x54\x45\xf6\xc4\x03\x7d\xd0\xd1\x79\xd9\x54\xd4\x2f\x61\x88\x59\xf5\x03\xfa\x78\x29\xea\x8a\x1e\xab\x4b\x8d\xbe\x5f\xa1\x28\xb8\x8a\x2e\x54\x23\x81\x2b\x35\x1f\xff\x69\xea\xf3\xb5\xc7\xc5\x8d\xc1\xd7\xce\xf8\xc5\x84\x76\x67\xfd\x22\xd0\xc7\x45\x47\xeb\x17\x73\xd0\x5f\xc4\x07\x39\xec\xaf\xa0\xbf\x2e\x45\xf6\xd7\x03\x57\xea\x3e\xeb\x56\x74\x73\x15\x1d\xed\x48\x0f\x5c\x69\xf8\x78\x5b\x1f\xb4\xfe\xa2\xef\x35\x85\x4c\x5c\x99\xb0\x8e\xbc\x6d\x04\x1a\x3d\x70\x49\x59\x8d\x06\xae\x34\xf8\x45\x1d\x6a\xde\xf4\xd7\x45\x47\xeb\x50\x81\x2b\x61\x1d\x79\xab\x72\xf8\xd8\x41\xc4\x95\xf5\xb1\x79\xd3\xfa\x49\x23\x74\xa8\xf9\x89\x27\xfa\xb8\x7c\xbc\x4d\xc5\x86\xd2\xf4\x46\x7b\x15\x1b\x1a\x38\xc1\xac\x0d\x01\x57\x56\x7d\xf5\xb1\x40\x1f\x04\x5d\x59\x1f\x0b\x5c\x59\xc5\xd4\xd2\x80\x3e\x92\x22\xdf\xf1\x89\x1a\xae\xac\xca\x19\x35\xe4\x43\xaf\x6a\x56\xc7\x5e\xc5\x1e\x33\x1d\x6d\x48\x7d\x17\xec\x71\x10\x52\x15\xed\xb1\x10\x5b\x64\x5e\xbb\x18\x5b\x14\x62\x8b\x91\x14\x75\x45\x4f\x4f\x64\x9a\x5a\x8c\x1a\x80\x3e\x08\x96\x8a\x9e\xb8\xbc\xf9\x45\xbc\x7a\xd1\xf8\x80\x3e\x30\xd1\x72\xd3\x13\xe5\xe6\x1d\x3f\x22\x1b\x71\xa3\xf7\x04\x4b\x45\x13\x2d\x4f\xa4\x70\x65\xac\xb6\xdc\x43\x11\x5f\x88\x98\xa7\x68\xa2\xe5\xe6\x17\x71\xf4\x45\xe3\x03\xfa\x60\x84\x28\x46\xb7\x05\x7b\xcc\x58\x6d\xd1\x1e\x8b\xf6\xe8\xe3\xb5\xc7\xf2\x98\xd5\x95\x19\xb0\x8b\x66\x05\xf4\x91\xbd\xd1\x46\x10\x81\xe4\xea\xe3\xdf\x8a\xde\x5c\x45\x7f\x19\x81\x14\xec\x31\x57\x45\xa1\x08\x8d\x26\x32\x2a\xda\x23\x70\xe5\x46\x4f\x68\x8f\x45\x7b\xf4\x85\xb4\xc7\x12\xf4\x17\xc3\x67\xd1\xf8\x4a\xd0\x5f\xc4\x4f\xc5\xa0\xa4\x04\xed\x62\xe4\x2a\x1a\x1f\xd0\x47\xf1\x46\xdb\xf5\xc0\x95\x3b\x5d\xa8\xf1\x01\x7d\x14\x45\x36\x75\xd3\x7a\xe2\xa7\xb2\x3f\x22\x5a\x4f\x94\x55\x0c\x24\x80\x2b\x13\xd7\x17\xf5\xbe\xa8\xf7\x44\x59\x45\xbd\x2f\x87\xef\xc8\x10\x50\x0c\x11\x80\x3e\xfc\x1c\xc6\xc1\xe5\xd1\xe2\xab\xe0\x6a\xcb\xb1\xa9\x6a\x34\xb1\x58\x51\xa3\x0b\x1a\x5d\x70\x8f\x4e\x09\xef\xfa\x68\xf4\x55\xf0\x5f\x55\x8d\x06\xfa\x60\x58\xaf\x8e\x30\xc0\x55\xae\xfc\xdb\x43\x71\xd5\x06\x2a\x91\xf3\xa8\x3e\x77\x2a\xba\x79\xc8\x40\xb4\x14\xd1\x77\xc4\x65\xd5\xd0\x03\xb8\x0a\x96\x52\x1d\x93\xaa\x36\x80\xca\x54\x6d\x00\xb8\x4a\x52\xe4\x9b\x38\x26\x11\x97\x55\xc7\x24\xe0\x2a\x58\x4a\x35\x72\x06\xfa\x68\x3c\x5e\xb3\xa8\x8f\x29\x5c\x85\x39\x44\x75\x98\xaa\x37\xed\x6a\x8a\x6c\x17\xe3\x48\x41\x49\xab\xe3\x48\x75\x1c\x21\x66\xa9\x2a\x7c\x5d\x7c\x87\xe2\x55\xb7\x22\xbe\x03\x83\x46\x5d\xbe\xf6\xa3\xa4\x57\x21\x24\xaa\x2a\x29\xd0\x07\xea\x57\x8d\xaf\x2b\x7a\x5b\xaa\x22\x3f\x0d\x33\xc8\xc1\xd0\x52\x9d\x41\x56\x7c\x7f\xc1\x06\xaa\xea\x57\x83\xfe\xea\xf4\xbd\x01\x4e\xc5\xf7\x97\xce\x2f\xea\xfb\xab\xbe\xff\x23\xf2\x59\x9b\x77\xec\x34\x75\xfb\x8e\x9b\xfe\x42\xe1\xab\x8e\xbe\xa2\xdd\x85\xd1\xa6\xaa\xdd\x55\xed\x46\xe1\xab\xda\x5d\x0f\xcf\x22\xa2\x67\xdd\xe1\x01\x9f\xa5\xc8\x67\x11\xed\x96\xa9\xc8\x67\x1d\x9f\xc5\x3b\x9e\xcf\xb3\x1e\xbd\xad\x78\x75\x17\x2e\xee\x46\x18\x54\x51\xf8\xa6\x92\xb6\x37\x0a\x40\xa8\xd7\x0c\x80\x81\xab\x32\x86\x37\x3d\x31\xd0\x07\x41\x5c\x33\x58\x02\xae\xca\xe8\xdc\xd4\xd5\x66\xb0\x34\xfc\xc5\xb7\xa2\x37\x57\x29\xba\x15\xf1\x69\x87\x8d\x58\x8a\x68\x2a\x23\x6a\xd3\x85\xb7\x9b\x4f\x4b\xa8\xd7\xd4\xd5\x86\x0b\xaf\x84\x7a\x4d\x17\x0e\xf4\x41\x7f\x35\xe7\x82\x0d\xf5\xad\x8c\x5c\x4d\xf5\x6d\xaa\xef\x18\x88\x6c\x3d\x2e\xbc\x26\x6f\xf4\x17\x99\xf8\x0d\xc6\xf0\xa6\xbf\x6e\x04\x4b\x15\x4f\xdc\x0c\x96\x9a\xc1\x12\x63\x78\x33\x58\x02\xae\x8a\xf7\x6c\x2a\x79\x53\xc9\xf1\x52\x4d\x25\x6f\x38\xe7\x5a\xbc\x31\x14\xf1\xd1\x18\xe9\x9b\xce\x19\xb8\x58\x49\xba\x9b\xce\xb9\xa9\xe4\xf8\xb2\xa6\x92\x37\x94\xbc\x12\xea\x35\x95\xbc\xe9\x9c\xd1\x89\xa6\x73\x06\xae\x4a\xa8\xd7\x9c\x31\x02\x7d\x30\x17\x6c\x61\xbb\x08\xa9\x2a\x06\xd3\x0c\xa9\x80\x3e\x59\xf0\x68\x7a\x75\xe0\xaa\x18\x4c\xd3\xab\x03\x7d\xbe\x14\xf9\x1d\x1f\xbb\xb9\x2a\x1e\xa0\x39\x23\x00\xfa\x24\x34\x6e\xce\x08\xda\xe6\x17\xb1\xc7\x66\xcc\x03\xf4\xa9\xae\x3a\xaf\x6c\xac\xa7\x54\xf4\xbe\xed\xcf\xe3\x17\x57\xd1\x5f\xda\x10\x70\x55\xd5\x57\x1b\x6a\x0c\x07\x93\x38\xa5\x39\x1c\x00\x57\x55\x31\x0d\x83\x80\x3e\xf1\xea\xcd\x30\x88\x45\xbc\xab\xaa\x72\x1a\x1f\xd0\x5d\x5a\x6b\x2e\xb1\x34\xd6\x53\x2a\x13\xa1\xe6\x38\x02\xf4\xa9\xc1\x18\x19\x01\x57\x55\x01\x1c\x5a\x1a\x93\x97\x79\x79\xa3\xad\xd7\x44\xe7\xf3\x85\x5c\x37\xbc\x3b\xe3\xc8\x24\x9c\xed\x9a\x68\xc7\x1e\x1b\x1d\xdd\xb5\x47\xa0\x4f\x0c\xa6\x6b\x8f\x1d\x1b\x6a\x2f\x45\x68\x4e\xc7\x86\x26\x21\x68\xd7\x86\x3a\x36\xd4\x88\x70\xbb\x36\x04\xf4\xc9\x08\xd3\xb5\xa1\xfe\x8c\x0a\x57\x63\x95\xaa\x3b\x2a\xf4\xdb\x5f\x9c\x88\xfc\x45\x26\x2f\x8d\x78\xb3\x1b\x19\x01\x7d\x7e\x44\xf4\x44\x5f\xfc\x22\xf6\xd8\x8d\x79\x3a\x36\x34\x19\xad\xba\x36\xd4\x17\xcf\x22\xca\xea\xcb\x67\x2d\x9f\xa5\xe8\xf3\xac\x9b\xab\x68\x84\xa3\x02\xd0\x27\x63\x5a\xd7\xac\x3a\x36\xd4\x8a\x8f\xb7\x27\x08\x70\x66\x6a\xbf\x3d\x14\x77\x87\x16\xe0\x6a\x84\x1e\x2e\xe0\x0a\x7d\xe2\x33\xba\x53\x94\x1e\x7c\x9a\xa2\xc8\x4f\xf3\xd8\x53\x9f\xc4\xb1\x5d\x7b\xea\xc4\x3f\x8d\x01\xbb\x6b\x29\x40\x9f\xc4\xb1\xdd\x01\xa8\xb3\x9a\xd3\xaa\x37\xda\x6c\x8d\x87\xa1\xb8\x6b\x3c\xc0\xd5\x30\xb1\xee\x98\x04\xf4\x69\xdf\x39\x26\x75\xc6\xa4\xc6\x62\x6b\x77\x4c\xea\xcc\x34\x66\x56\x64\xbb\x98\x69\x34\x86\xbc\xee\x4c\xa3\x33\x26\x4d\x06\xec\xae\x3d\x01\x57\xeb\xde\xf8\x69\x17\xdd\x49\x24\xd8\x35\xb1\xce\x3a\x4d\xc3\x5c\xbb\x13\x06\xa0\x4f\xbf\xc3\xf1\x33\x13\x97\xb5\xa1\x48\x2d\x22\x2e\x9b\xc4\x8b\x5d\x7b\xea\x98\x45\x1b\x8f\xde\xba\x54\x7e\x0f\x6d\x00\xb7\x3b\xb4\x81\xf1\xf6\xc6\x82\x88\x1b\x07\xda\xcd\xfa\xf9\x3d\xd4\xee\x71\xdb\x08\x9e\x65\x90\x3f\x08\x5d\x48\x27\xdc\x43\x25\x05\xba\x6b\xe1\xe3\xbe\x15\xdd\x5c\xa5\x68\x29\xe2\xa3\xe1\x9c\x87\x01\x0e\x70\xf5\xe4\x2f\x6e\x45\x74\x0e\x41\xdc\x70\x2a\x30\xb0\x01\xd7\xb0\x87\x36\x00\xf4\x89\x0b\x1f\x0e\x2d\xe4\x00\x2e\x17\x95\x87\xe3\xc8\x60\x2a\x30\xab\x37\x0e\x45\x8f\xa5\xb8\x10\x3c\xb4\x94\xa1\xa5\x10\xea\x0d\x2d\x65\x60\x03\x2e\xf1\x0e\x6d\x60\x68\x03\x0c\x07\x43\x25\x1f\x8c\x23\xae\x9b\x0e\xc7\x91\xc1\x08\x31\x09\x08\x87\x1a\x3d\x18\x21\x5c\xc5\x1c\x6a\xf4\x20\xc8\x9f\x0c\x07\xc3\xe1\x60\xb0\xcc\xe8\xca\xe3\x50\x0b\x81\x3e\xd1\xd5\xe1\xac\x78\xe0\xfb\x7b\xf3\x2a\x9f\xa5\xef\x67\xbd\x6d\xe8\xfb\x81\xab\xa3\xbe\x63\x7f\x1e\xcf\x68\xf3\x11\xf9\x39\x98\xb6\xba\xb8\x36\x9c\xb6\x02\x7d\x12\x5c\x0e\xb5\x10\xb8\x3a\xea\x3b\xd4\xc2\xa1\x57\xff\xdc\xe8\x3b\xa2\x98\xbd\xf3\xb5\x55\xcc\xa1\x62\x32\x4c\x0d\x15\x73\xa0\x98\xae\x8b\x4d\x15\x73\xb2\xfe\xdd\xd1\xd5\xa9\x27\x9e\x2a\x66\xf7\xaa\xa9\x08\x35\x61\xa4\x9f\xc6\xe7\x40\x9f\xfd\x42\xc4\x17\x9a\xc4\xe7\x03\xf5\x9d\xfa\x6b\xa0\x9b\x10\x99\x2e\x89\x03\x97\xcb\x48\x53\x25\x9f\xba\xf0\xae\xa8\x28\x2a\x5c\x55\x11\x55\x45\x95\xab\x68\x84\x5e\x7d\xe2\xc2\x5d\xfa\x99\xba\xf0\xa9\x29\x74\x6f\xa4\xef\x27\x8a\xe9\x12\xcb\x54\x31\x81\x3e\x31\xf7\x69\x80\x33\x89\xe2\x5d\x0c\x98\xeb\x73\x23\x1f\x8d\x5e\x9d\xfa\xeb\x49\x14\x3f\x58\x63\x9b\x6a\x21\xd0\x67\x57\xe4\x6b\x3f\x9a\x77\x39\xe9\x9e\x2e\x53\x4e\xfd\xaa\x7d\xaf\x16\x4e\x82\x92\x81\x83\x99\x6a\xe1\x34\x28\x21\xcc\x9e\xba\x5a\xe0\x72\x12\x39\x75\xb5\x40\x9f\xc3\x1b\xfd\x1c\x78\x5f\xa7\x87\x53\xef\x0b\xf4\x49\xd4\x30\x9d\x11\x00\x97\xb3\xbc\x69\x80\x33\xf5\xd1\x84\xb3\x53\x1f\x0d\x5c\xa3\xd2\x08\x7d\xf4\xd4\x47\x13\x5b\x4c\xad\x63\xe2\xa3\x47\xf5\xf1\xf6\x2a\x6b\x46\x53\x65\x72\xcd\x68\x62\x30\xa3\x2a\xf2\xb5\x0d\x83\x08\x7a\xa7\x61\x10\x70\x39\x41\x9b\xba\x6d\xa0\x9b\x25\x9b\xba\xed\x49\x18\x34\xb0\xb4\x69\x18\x34\x0d\x83\xf0\xab\xd3\x30\x08\xb8\x9c\x7a\x4d\xcd\x6a\x1e\x34\x87\x68\x66\x1a\x19\x4d\x0c\x66\xa8\xbe\x1a\xcc\xd4\x60\x88\x66\xa6\x06\x03\x5c\x4e\x84\xa6\x91\x11\xd0\xe7\xec\xbf\x3d\x14\x4f\x03\xa7\xc9\x74\xc7\x79\xd2\x34\x70\x02\xba\x89\xbb\xe9\x74\x07\xb8\x9c\x01\x99\x29\xbd\xdf\x0c\x1a\xce\x6d\xde\x0e\x1a\x6f\x03\xa7\xe9\x55\x43\x11\x5a\x44\x77\xbe\x9d\xa2\x00\xc3\x8c\xdf\xdb\x29\xca\x9b\x41\x63\xd0\x9d\x6f\x07\x0d\x60\xbc\x5e\x8a\xbc\xf1\xf1\xe4\xd7\x64\xc1\xf5\x6d\x64\x03\x8c\x17\x01\xf0\x5b\xe3\x79\xb3\xd6\x39\x09\xaf\xde\x06\x12\xc0\x78\x61\xd4\x6f\x3d\xf1\x9b\xd8\xc2\x10\xe1\xad\x27\x7e\x3f\x36\x30\x5e\x04\xc0\x6f\x6d\xe0\x8d\xdb\x9d\x2c\x29\xbd\x55\x2c\x60\xbc\x6c\x84\x6e\xf7\xcd\xca\xa3\xe3\xdb\xdb\x09\x29\x30\x5e\x98\xfe\x7b\x7f\x9e\xf5\x0c\x79\x8e\x49\x6f\x7d\x2c\x30\xcc\x6a\xbe\xd5\xb5\x37\xfa\xe1\x38\xf2\x56\x3f\x80\x6a\xec\xf9\xd6\xed\xbe\xd1\x0f\x7d\xff\x5b\xfd\x00\xc6\x8b\x30\xf9\xad\x7e\x90\xcb\xbe\x26\x13\x78\x93\xd9\xf7\xcd\x1c\x55\x2f\x75\x1b\x00\x03\xe3\x45\xe4\x7c\xbb\x52\x02\x5c\x7a\x96\xdb\x69\x2b\x30\x5e\x4c\x48\x6f\xbf\xf6\xcd\x1c\x55\x9f\x71\xeb\x89\xef\x37\x1f\x0d\x5f\x76\xfb\xb5\xef\xe7\x0b\x5f\x5a\xf0\xed\x7a\xca\xfd\x38\xe7\xf1\xba\x14\x1d\x45\x87\xab\xf8\x45\xd7\x53\x80\xf1\x22\xbe\xbe\xf5\xd7\x37\xce\x79\x32\x3b\xb8\x75\xce\xc0\x30\xe5\x7b\xeb\x9c\x81\x4b\x7b\xba\x75\xce\xf7\x13\x5f\x8f\xd7\xe5\xe3\x87\x22\x5a\x3f\xbd\xd1\xd6\xab\x72\xc4\xd7\xb7\x2a\x77\x3f\xde\x33\xa9\xab\xb7\xde\x13\x18\x26\x86\x6f\xf5\x0b\x48\x7f\x17\xd9\xae\xa0\x57\xf1\xd7\xb7\x33\xc6\xfb\x71\x82\xe9\xc5\x4a\xed\xad\x13\xbc\x37\xed\x52\xa4\xe6\xdc\xcf\xe8\x9c\x4c\xd3\xde\x8e\xce\xc0\x78\x65\x45\x68\xce\x7d\x68\x17\xae\xf2\xd6\xd9\x00\xe3\x85\xae\xde\x3a\x9b\xfb\xd1\x96\x64\x9a\xf6\x76\x74\xbe\x0f\xbf\xc8\xa4\xfb\x56\x73\xee\x47\x5b\xd2\x8b\x70\xe3\xd6\x8d\x00\xc3\xbc\xf3\xad\x9f\xb8\xa1\x77\xbc\x70\x6f\xb7\x7e\x02\x18\xaf\xe2\x8d\x5b\x11\xef\x88\x7b\x5b\xaa\x1c\x90\x5e\x68\xe1\x7a\x27\x45\xd8\x23\x43\xcb\x72\x85\x6f\xbd\x69\x2a\xc3\xfa\x52\x0b\x97\x2a\x47\xec\xba\x54\x39\x20\xbd\x50\xdf\xa5\x83\x59\x8f\xe6\x0d\xfb\x6b\xb9\x2c\x02\xa4\x57\xb7\x11\xb7\x22\xba\xb0\x28\x5a\x8a\x78\x21\x5c\xda\x52\x31\x81\xf1\x2a\x36\x95\x17\x5a\x8f\x02\xa5\x17\x43\xde\x72\x58\x5f\x37\x96\x46\xdf\x2f\x35\x67\xdd\xfc\x22\x8e\x7e\xa9\x39\xc0\x30\x91\xbe\x8c\x70\xd7\xe2\xa3\xb1\xd6\xb0\xcc\x87\x03\xe3\xc5\x30\xb5\x5c\x16\x01\xd2\x85\xe3\x5b\x86\xb3\xc0\x78\x31\xc5\x59\x86\xb3\xeb\x71\x7c\xe9\x7a\x79\xa3\xed\x5a\x7c\xda\xea\xe3\xed\x9c\x27\x76\x4d\x17\x6e\x68\x19\xbb\x02\xe3\x55\x15\xd9\xd4\x07\xd2\x85\x07\x58\xeb\xd3\x54\x7a\x82\xe9\xd2\x72\xf1\x64\x3d\xb1\x45\xba\x58\x6c\x5a\xc6\x16\xc0\x78\x11\x6f\x2e\xad\x63\x3d\xea\x9f\x2e\xac\x76\xb9\x1c\xb8\x82\xef\x88\x7e\x2d\x5d\x2d\x90\x2e\xe6\xa8\xcb\x08\x64\xe9\x7d\xd1\xaf\xa5\xf7\x5d\x4f\x04\x92\xae\xa4\xc8\xa6\x06\xbd\x4a\xa0\xba\x8c\x40\x80\x64\xde\x79\x19\x81\x00\xe3\xd5\x6c\x84\xad\xc7\xf8\x2e\x22\xa3\xa5\xf1\xad\x4d\xdf\xab\xab\xc6\x16\x40\xba\x08\xec\x97\xb1\xc5\xd2\xdf\xab\x98\xfa\xfb\xb5\x69\x3d\x96\xb6\xb4\xda\xa5\xbf\x27\x92\x5c\xfa\x7b\x20\x5d\xe5\x1f\xc8\x15\x2f\x03\xf3\xe5\x70\xd0\xfd\x75\xdf\x04\x9a\xd5\xc5\x34\x6c\x19\x67\xac\x83\x32\x30\x60\x2f\x87\x83\x75\x50\x06\x42\xa2\x65\x04\xb1\x0e\xcf\x52\x6f\x35\xd7\x85\x6d\x5e\x7c\xad\xd0\x36\x81\x74\x11\xd9\x84\xb6\x19\x6f\xb4\x08\x4f\x1c\x9a\x58\x60\x4f\x17\xb1\x7a\x68\x4f\xf1\xe6\xf1\x84\xdc\xa1\xf1\xc4\x9b\xc7\x77\x45\x34\x35\x6e\xec\x9c\x98\x25\xf4\xd7\x40\xba\x18\x34\x42\x7f\x0d\x8c\xeb\xa5\xa8\x2a\xa2\xef\x08\x21\xc3\x78\x00\x18\x9a\x45\x68\x62\x71\xf3\xe5\x6d\xaa\x33\xc6\x78\xa6\x87\x43\xa2\x45\x38\x3d\x04\xd2\xc5\x70\x10\x5a\x5d\x2c\x7f\xb1\x22\xf2\x17\x17\xdf\x94\x98\x27\x34\x9e\x58\xfe\x22\xaf\xad\xa5\xc4\x63\x16\x29\x11\x22\x84\x66\x11\x8b\x5f\x64\xc8\x0b\xcd\x22\x1e\x85\x4f\xc9\x1b\x55\x78\x60\x5c\x0c\x79\xa1\xc2\xc7\xa3\xe4\x29\x31\x72\x85\xeb\x80\xc0\x90\x8e\x11\x2a\x7c\x3c\xba\x9a\xcc\xc0\x87\x61\x72\xa0\xb7\x9a\x58\xa8\xb7\xc1\xa0\x91\xb0\x81\x70\xd0\x00\xc6\xc5\x90\x17\x0e\x1a\xf1\x68\x4e\x4a\xf8\xfe\x50\x73\x82\xa8\xe1\x62\xe1\x29\x8c\x1a\x02\x47\x0f\x91\xef\x0e\x35\x07\x18\x1a\x62\xe8\xe8\x81\x94\x70\x36\x5b\x65\xda\x78\xf5\x2b\x29\xca\x8a\x0a\x57\x0d\x44\x55\x51\xe5\xaa\x8e\xa8\x29\x7a\xfa\x3e\xe1\x20\xb6\x2a\x07\x0c\x99\x23\xdb\xd8\x02\x48\x09\x07\xb1\x75\xf4\xc0\xd0\xa8\xb7\x8a\xb9\xf1\xea\x09\xd3\xdf\x2a\x26\x30\x2e\x42\xbd\xad\x57\xdf\x4f\x6c\x91\xcc\x87\x6f\x63\x0b\x60\x5c\xcc\xfc\xb7\x73\xc1\x7d\xd3\x7a\xec\x71\xab\x98\x9b\x40\xe2\x22\xab\xb9\x0d\x24\x36\xba\x6a\x3e\x7c\xab\xab\x5b\x5d\x65\xc0\xde\xea\xea\xbe\xf9\x8e\x68\xf4\x56\x31\x81\xa1\x1b\xd9\x2a\xe6\x7e\x34\x2f\x25\x34\x7a\xbb\xfc\x00\x8c\x8b\x8f\xb6\x75\xe1\x1b\x1f\x9b\x08\x5d\xb6\x3e\x16\x18\x17\x2b\x4b\xdb\x70\x63\x3f\x6a\x96\xf2\x4b\x91\xcf\x0a\x9f\x45\x53\xe3\xf3\xac\xa7\xbf\xcc\x28\x6f\xbd\x27\x30\x64\xda\x6c\xbd\xe7\x7e\x54\x2e\x65\x74\x75\xab\x72\xc0\xb8\x18\xfc\xb7\xae\x72\x3f\xae\x32\x99\x51\xde\xba\x4a\x60\x5c\x45\x91\x5f\xfb\x81\x94\x55\x13\xa7\x61\xc0\xb8\x18\xe9\xb7\x0e\x15\x48\xe6\x9d\xb7\x0e\x15\x18\xfa\xc2\xad\xc7\xdc\x8f\x97\x4c\x59\x05\xd8\x9f\xa6\x4a\xe0\xf4\xf1\xb8\xa1\x4d\x18\x94\x99\xef\x6e\xc3\x20\x60\x5c\xac\xba\x6c\x3d\x26\x90\xb2\x2f\xe4\xba\xc5\xd6\x3a\x88\x1a\xb6\xd6\xb1\x9f\xc8\x28\x65\x1b\x61\x64\xb4\x71\xb5\x72\x8e\xb6\x06\xb3\xb1\x8e\x4c\x20\x71\xb4\x8e\x83\x29\x98\x8a\x3e\x9a\xc2\xd1\x14\x70\xdb\x47\x53\x38\x28\xb9\xa9\xe8\xa3\x92\x1f\x95\x9c\x40\xe2\xa8\xe4\x07\x25\xcf\xcd\x67\x85\x22\x3e\x1a\x81\xc4\x51\xc9\xcf\xe2\x17\x99\x24\x1c\xbd\x1c\x30\x2e\x02\x89\x63\xd4\x00\xa4\xcc\x04\xed\xb8\xd6\x00\x8c\xcb\x46\xe8\x0b\x0f\x8e\x2f\x93\xbe\x39\xeb\xf3\x78\x3a\x9a\x99\xca\x71\x11\xec\x10\x2d\x67\xfc\xfd\x31\x1e\x38\x4c\xbd\x2e\xc2\x8d\x63\x68\x7c\x50\xcc\x82\xbf\x3f\x2a\xe6\x51\x31\x21\x9d\x1d\x15\xf3\xa0\x72\x26\x86\x8f\x2a\x77\x18\x8a\x1d\xc0\x8e\xfa\x75\x50\x13\x13\xb8\x47\x35\x39\xaa\x89\xaf\xbd\x3f\xcf\x7a\x3e\x5a\x49\xff\x40\xae\xf8\xe8\x3d\x8f\xde\x13\x67\x73\xf4\x9e\x40\x32\xbf\x7b\x1c\x9d\x81\x71\x35\x45\xf6\xca\x13\x79\xa7\x82\xde\x1e\xe7\x6f\xc0\x90\x47\x76\x74\xbb\x40\x32\xbf\x7b\xd4\xc8\xa3\x46\x36\x6f\xf4\xd3\xa0\x91\x05\x37\x72\xd4\x48\x60\x5c\x04\xd3\xc7\xf0\x1d\x48\x25\x7b\xa3\x5d\x40\xf8\xee\x80\x7d\x54\xd2\x83\x46\x96\xc7\xa8\x97\x34\x66\x61\x5c\xfd\x42\x94\x14\xd1\xfa\xc7\x78\xd6\x0b\x17\x2e\x8c\xeb\x89\x6c\xd6\x8b\x19\xe3\x82\xed\x9c\xca\x63\x16\x4b\xb6\xb3\x30\xae\xc7\x55\x2e\xe9\xce\x42\x22\xa3\xbc\xa4\x3b\x0b\x83\x10\x61\x41\x7d\x7e\x80\x76\x55\x7f\xf1\x20\x62\xe2\x77\x75\x44\xb7\x4d\xbd\x69\x57\xa3\xf5\xb7\xed\x7a\x82\xf1\x71\x75\x1a\x41\x26\x52\x48\xe5\xe9\xe8\x05\x69\xfa\xfb\xf5\x72\xa4\x1f\xbc\x23\x36\xb0\x5e\x44\xbb\x65\xf0\xac\x65\x23\x88\x76\xaf\x49\xbb\xd0\xee\x05\x31\x3a\x95\x47\xe1\x97\xc4\x68\x61\x5c\x93\xc7\x87\xcf\x7a\x20\x95\x8f\xa8\x29\xa2\x5d\x93\x76\x85\xed\x22\xda\x2d\x4f\x6c\xb1\x5e\x61\xbb\x88\x76\xaf\x8f\xc8\x2e\x0c\xf9\xf3\xb4\x0b\x4f\x2c\x8c\x6b\xda\x88\x4f\xbb\x0e\x57\xd1\x39\xc4\x03\xc2\x48\xde\xb8\xed\x2f\xcc\xa2\xbe\x78\xfc\xf6\xf1\x98\x45\x7a\xd1\x13\xdb\x2f\x84\x59\xd4\x8b\xa6\x6e\xbf\x10\x21\x68\x7a\xf1\xb5\xb7\x8d\x20\x04\x25\x31\xbc\x24\x55\xaf\x17\x53\x4d\xc2\xa0\x05\x9b\xfa\x81\xca\x55\xb4\xeb\xd8\x13\x68\x21\x14\xc3\xf5\x3a\x3e\x1e\x2d\xac\x8f\x27\x5e\x12\xa1\xd7\xf5\xe8\x57\xaa\xcf\xc8\xb5\x2e\xf5\x0b\x3e\xf4\x48\x4f\x48\xb5\x20\x45\x3f\xc0\x0b\x3d\x23\xc4\x92\xf5\xbc\x2e\x3c\x5e\xba\x7c\xd6\x56\xc4\xe3\x1f\x87\xba\x2e\x95\xe9\x62\xb2\x96\x9e\x00\x67\x41\x51\x7e\x80\x8e\x6e\x3c\x9e\xb0\x71\x5d\xf7\xe3\xcb\xe0\x26\xae\xeb\xf6\xc6\x67\x44\x4e\xb5\xd1\x2e\x66\x66\xc2\x80\x9b\xb8\x2e\x66\x66\xeb\x62\x1a\x56\xb1\x8e\x6b\xd9\xd4\x07\x46\xca\x8a\xba\x22\x5a\xff\x84\xec\x0b\xba\xf3\x07\x46\xca\xbc\x10\xc3\xfa\xba\x16\xed\xea\x34\x62\xd9\x2e\x14\x33\xd9\x5f\x2a\x26\x1c\xe6\x44\xb6\x75\x5d\x2a\x26\x30\xd2\xe3\x27\x96\x7c\xe6\x75\xe1\x63\xc9\xa3\xae\x4b\xfd\xba\x98\x3a\xc1\x99\x5c\x17\x53\xa7\x75\x3d\xfa\x95\x2a\xba\x7a\xc5\xe7\xf1\xf4\x44\xa6\x11\x61\x4f\x3c\xa3\x7b\x6a\xe8\x97\x14\xe7\x05\xad\x79\xb0\xfd\x63\xc1\x6d\x7e\x60\x70\x15\xcf\x52\xe5\x2e\x55\xae\xd0\x13\xaa\x1c\x90\xda\x45\x17\xaa\x72\x97\x2a\xe7\xa7\x55\xe5\x60\x27\xa7\xe6\xa7\x3d\x76\x34\x4e\x34\xe1\x99\x64\x2a\x0b\x89\x0c\xe9\xba\x8e\xaf\x7d\x6c\x17\xef\xa8\x16\x5e\xac\x6e\x90\x21\x5d\xd7\xb1\x11\x84\xb3\x30\x3e\x97\xe4\x65\x21\x35\x3e\xad\xe4\x65\x21\x35\xbe\x63\xd2\x3d\x42\x58\x1e\xa9\x7a\xd5\x54\xc4\x0b\xd1\x13\x49\x2f\x97\x58\x92\x22\xe8\x5d\xb0\x96\x1f\x78\x3c\x40\xf3\x46\x3d\x53\x52\x31\x1f\x7f\xbf\x64\x2a\xaf\xf4\x84\x8a\xa9\x3d\x23\xea\x4a\x2c\x19\xac\x74\xd3\xd4\xe6\xb3\xb6\x22\x9a\xda\x7c\xd6\x51\xf4\xcc\x41\x52\xa7\x11\x04\x97\x42\x22\x93\xb9\xd2\xf2\x85\x58\x6b\x48\xf8\xfb\xa4\x46\x27\x42\x04\x32\x99\x2b\xe9\x1e\x21\x3f\x0f\x48\xa0\x2b\x2d\x9b\xba\x78\xc7\xcf\x8d\xbe\x23\x33\xff\x84\x8f\x4e\xe1\xe3\x83\xfe\xc2\xaf\xa6\xf0\xf1\x0c\xfe\x90\x40\x57\x62\xf0\x5f\x29\xf8\xc5\x91\x7e\x73\x28\x5e\x49\x55\x4e\x81\x7e\x0c\x1a\xa4\x5f\x04\x12\xf9\xca\x25\xa9\x7a\xc1\x87\x1e\x09\x85\x87\x14\xfd\x40\xe5\x2a\xfa\x4e\x25\x4d\x4c\xd3\xd3\xa4\xd9\x2a\x29\x90\x3a\xbe\x2c\xa9\xa4\x30\xa8\x47\xfa\xdc\x68\x0f\x3f\x90\xfa\xc5\xe3\x8f\x3d\xfc\xc0\x80\xd7\xb9\xdc\x02\x25\x24\x72\x9f\x2b\xe9\x17\x13\x1a\x99\x7d\xbc\x1a\x09\x24\x36\x0b\xad\xc4\xb0\xbe\x12\xae\x92\x58\x7d\x25\x5d\x25\xd4\xeb\xc4\xf6\x9d\x25\xf5\x5a\x18\xf9\x52\x94\x14\xd1\xfa\x27\xdc\x58\x32\xa8\x85\x41\x44\xbf\xb2\x1a\x99\x89\x17\xd9\x33\xb2\x20\x58\x7f\x60\x64\x4c\x4c\x9e\xf5\xca\x0c\xb2\xe4\x2b\x57\x76\x90\x05\x46\x7e\x26\xa4\x2b\xab\xca\x40\x6f\x8c\xf4\x52\xaf\x17\x0c\xea\x44\x0a\x73\xc9\xa0\x16\x46\xbe\x14\xd1\x85\x10\xa1\x13\x5b\x19\x96\x44\xe8\x05\xd3\x79\x30\xad\x58\x59\x5d\xcb\x8c\xce\x24\x27\x57\x76\x74\x06\x46\x66\x00\x92\x08\x2d\xa4\xde\x15\xf9\x8b\x84\xa3\x19\x6f\x20\x11\x7a\x65\x74\xad\xa3\xca\x59\x65\xca\x8c\xce\xd9\x5e\x75\x74\x86\xf5\x9c\x48\x3b\x2e\x59\xcf\xc2\xc8\x89\xce\x09\x7b\x95\x71\xb7\xe3\x76\xb3\xe3\x2e\x30\x98\xc8\xac\xec\xb8\x0b\x53\x39\x75\xb4\x50\xa6\xb2\x30\x72\xe2\xb5\xd5\x42\x08\xc7\x09\x0a\xfd\x92\x70\x2c\x8c\xec\x77\xdc\xbe\x10\x2a\x47\x26\x72\x49\x38\x16\x46\x7e\x66\xc5\x4b\xc2\xf1\x82\x3e\x9c\x20\xa1\xaf\xac\x13\xcc\xc7\x77\xe4\x3b\xaa\x5f\x99\x18\x71\xa8\x39\xc7\x77\x54\xe5\xf0\x78\x59\x95\x83\x64\x9c\x86\x1f\xed\xd8\x2e\x5c\x65\xce\x36\xc2\x76\xa1\x98\xd0\xa5\x97\x1c\xe4\x05\x0b\x38\x0d\xbe\x50\xb9\x3f\x22\x74\x95\x91\x0b\x76\xf0\x03\x8f\x3d\xc2\xbc\x5d\x85\xa5\x54\x61\x64\x46\xae\x62\x10\x57\x18\x51\x49\x3b\xae\xe2\x88\x0a\x0c\x78\xc3\x4b\x16\xef\x82\xb9\x9b\x06\x3e\xb6\x38\xa2\x02\x23\xfb\x78\x47\x54\xd8\xb6\x69\xe0\x2a\x8b\x5e\x0a\x18\x99\x70\xa3\xe8\xa5\x80\x04\x83\x71\x49\xc6\x5d\x45\x35\xc9\x8a\xfc\x45\xd4\x84\x64\xdb\x2a\xaa\x49\x51\x4d\x18\xb9\xe4\xe7\xae\xc2\xac\x05\x3e\xe1\x2a\xdb\xc7\xe3\x99\x98\x31\xae\xa2\x67\x2a\xa8\xc9\x18\xbc\x90\x6a\x52\x54\x13\xc6\xb7\xa2\x9a\x94\x67\x7c\x4c\x50\xe6\x16\xf4\xdd\x0f\x8c\x5c\xbc\x31\x14\xa1\x26\x84\xa0\xf2\x73\x57\x21\x3c\x83\x1b\xbd\x8a\x6e\x88\x8d\x97\x09\x3a\xd9\x2a\x0e\x9f\xc0\xc8\x85\xc7\xab\x39\x40\x82\x02\xb6\x8a\xce\x0a\x62\xef\x60\xda\xba\x24\xf6\x2e\x88\xbd\x09\xda\xd6\x92\xd8\xbb\x20\xf3\x8e\x4c\xac\x5f\xd4\x1c\x20\x41\xb5\x5a\x45\xcd\x01\x06\x93\xdb\x25\xd7\x77\xc1\xf5\x1d\xec\x08\x5d\x72\x7d\x17\xc4\xde\x04\xaf\x6a\xc9\xdc\x5d\xb0\x75\x07\xd4\xeb\x55\xf5\x72\xb0\x6d\xd3\x64\x58\x97\x6d\x2b\x0c\xe6\xbb\xab\xaa\x72\x95\x15\x1c\x28\x3e\xab\xea\xac\x80\x91\x9f\x99\xdd\x92\x93\x2b\x24\xc8\x3b\x4b\x4e\xee\x82\x80\x3b\x72\x53\xf4\xf9\x45\x5e\x1b\x9d\xa8\x2c\xea\x08\x03\x82\xf6\xaa\x0e\xd8\x40\x82\xbc\xb3\xa4\xe9\x0a\x23\x37\x6f\xa4\x27\x20\xe0\x26\x68\x39\x4b\x02\xae\x30\x32\x2e\xad\xea\xe5\x60\xdb\xa6\xe9\x6b\xab\x98\xc0\xc8\x0c\xc5\xb2\x6d\x57\x45\xe5\xa6\x4d\x55\xe5\xaa\x2a\x87\xe3\x93\x5a\xbb\xe0\xce\x26\x92\x75\x0b\x02\xed\x07\x46\xee\xbf\x3d\x2b\x5e\xd2\x6c\x57\x55\x8b\x06\x3f\xa5\x16\x55\xb5\x08\xb3\xa8\x6a\x11\xd4\xd8\x44\xfa\x78\x49\x8d\x5d\x30\x51\x33\x89\xce\xd5\x1c\x80\x60\xa5\x8e\x4c\x04\x21\x2b\x75\xc1\x31\xcd\x2f\x9c\x73\xf3\x6b\x35\x1d\x04\xf6\x24\xdf\x74\xb5\xe7\x3b\xe4\x57\x7e\x21\xba\x15\xf1\x1d\x88\x9c\x9b\xdf\xa1\x3d\x9d\x9e\xc9\x99\xad\x66\xa7\x37\xc7\xa4\xe1\x8d\x9f\x5f\x3c\x5c\x45\xbb\x0c\x9c\x80\x91\x89\x59\xdc\x7f\xbc\xe0\xab\x66\xb2\x61\xab\x19\xf7\x43\x54\x1d\x99\xa0\x44\xa2\xea\x6a\x8b\x76\x61\xe7\xcd\x28\x09\x0a\xea\xc8\x43\x91\x8d\x08\x9e\x85\xa5\x48\x2e\x15\x06\x2b\x30\xab\xf9\x4d\x61\x92\x66\x76\x4e\x2e\x99\xa4\xc2\xc8\x83\xa6\x3a\x89\x84\xd7\x99\x5f\x28\xbc\xbc\xce\x05\xaf\x73\xb0\x4e\xb3\xe4\x75\x2e\x88\x9b\xf9\x35\xbc\xca\xd7\x7e\x60\xe4\xc9\x3b\xea\x33\x80\xfc\xb2\x11\x0e\x2d\x4d\x37\x42\x94\x25\x89\x73\x35\xf6\x6f\xbf\x7c\xbc\x0a\xd0\x54\x80\xc9\xe3\x55\x00\xb8\x9c\xf9\xf5\xb9\xd1\xa6\xea\x46\x98\x61\xcb\xeb\x5c\x30\x36\x33\xc9\x81\x25\x63\x53\x18\x6c\x2c\x58\x4d\x9f\x01\x64\x96\xfd\x97\x24\xce\xd5\x1f\x9f\x91\x59\xe3\x5f\x5d\x9f\x01\x0c\x16\x9e\x96\xbc\x4e\x21\xb3\xc6\xbf\xba\x6e\x04\xaa\xe7\xc8\x4c\x77\xa4\x7a\x0a\x99\xcd\x94\x4b\xaa\xe7\xea\x3a\x1b\x26\xdd\x5d\x67\x03\xe4\xeb\xb2\x11\xb7\xa2\xa7\xa3\xcb\xa7\x5d\x4b\x51\x70\x55\x46\xb4\x15\x1d\xae\xa2\xa9\xa4\xb5\x17\x1c\xd1\x7c\x11\xf3\xc8\x11\x5d\x10\x42\x07\x3b\x25\x96\x84\xd0\x05\xfb\x33\x5f\xb8\x37\xd9\x9f\x0b\xc6\xe7\x60\x41\x6c\x75\xf5\xbe\x3f\xba\x9e\x59\x25\x5f\x5d\x67\xd3\x51\xf2\xf2\xa2\xf5\x2a\x39\x90\x59\xb3\x5e\x5d\x25\x07\x46\xf1\x85\x54\x72\x20\x5f\x0c\xd8\xdd\xd9\x01\x30\xca\xe5\x8d\x36\x75\xd1\xab\x0c\xc5\x92\x4b\x85\x51\x7c\x6d\x07\x6c\x20\xb3\xce\xbc\xba\x03\x36\x14\xd4\x51\x2e\x1f\xef\x0b\x3d\x46\x92\x59\x1b\x5e\xf2\x4d\x85\x51\x2e\x1f\xef\x0b\x2d\x14\xa0\x28\xf2\x85\x48\xb9\x14\xbb\x30\x7c\xa1\xc7\x86\x32\x6b\xb0\xab\x6b\x43\x3d\x6c\x17\x9d\xe3\xda\x0c\x90\x59\xd8\x5c\x12\x4a\x85\x51\x08\x5d\xba\x66\x05\x63\x34\xb3\x64\xb9\xba\xb3\x0b\x60\x14\x82\x4b\xd9\xa3\xab\x3f\xd1\x5f\x66\x85\x70\x75\xa3\x3f\xa8\xa2\x83\x7d\x22\x4b\xaa\xe8\x82\x0b\x9a\x59\x89\x5b\x5d\x13\x85\xf1\x39\x58\x47\x5c\x32\x3e\x57\x3f\xb4\x0b\xcf\xd4\x8d\xd8\x20\x6e\x8e\x92\x15\xd9\x5f\x07\x2d\x9c\x8a\x54\x80\x83\x16\xfa\x69\x8f\x5d\x88\x59\x91\xee\x5a\x5d\xb3\x02\x06\xab\x8d\xab\x6b\x56\x5d\xb3\xc2\xd2\x24\x81\xae\xa1\x59\x61\x43\x43\xb3\x02\x46\x41\x27\x86\x66\x05\x55\x34\xbb\x24\x25\x55\x74\x41\x15\x1d\x2c\x53\x2e\xa9\xa2\x6b\x3c\x7a\x9f\x5d\x20\x1a\xea\x3d\x30\x58\xa6\x5c\xc3\x01\x1b\xf6\x68\x76\x9d\x47\xf6\xa8\x30\xd8\xd2\xb2\x86\xa6\x00\x64\xf2\x64\x6b\x38\x04\x00\x83\xaa\x11\x6b\x38\x9d\x86\x04\x9a\x5d\xe7\x91\x04\xba\x60\x79\x0e\x97\x3c\x87\x5a\x08\x64\xd7\x53\x64\x7c\x0a\xa3\x14\x45\xb6\xfe\xd1\xc2\xec\x4a\xc9\x50\x0b\x81\xe1\xc2\xe8\xd0\x93\x03\x39\x31\xd2\x4b\x02\x15\x46\x41\x57\x25\x81\xae\xf1\xc4\x9b\xd9\xd5\x8d\x61\xbc\x09\x0c\x97\x4f\xe5\x85\x2e\x48\xa0\x39\x95\xdf\x66\x50\x2f\x39\xa2\xc2\x60\x57\xcf\x1a\xc6\x9e\x03\xbd\x4d\xd5\x9f\xb2\x8d\xea\x2d\x66\x31\xd4\x5b\xe8\x9d\xd9\xd5\x89\x61\x08\x09\x8c\x42\x8c\x37\x9c\x7c\x0c\x86\x03\x52\x5f\x6b\x38\x1c\xc0\xfe\x1c\x85\x35\x0c\xd9\x9f\x0b\xaa\x67\x26\xf5\xb5\xa4\x7a\xae\xa1\xde\x56\xba\x53\xbd\x05\x72\x1a\x8a\x6c\x2a\x93\x8f\x42\xd8\x37\x54\x65\x20\xa7\xa1\x68\x29\xc2\x1b\x60\x88\x43\x55\x86\x23\x9a\x49\x90\x2d\x39\xa2\xc2\x60\x4f\xd2\x9a\xce\x8a\xa9\xee\x91\x13\xe3\xdb\xd4\xf7\x03\xa3\x30\xa2\x4e\xd7\x14\x81\xec\x62\xc0\x54\x95\xa7\xaa\xcc\x3a\xb3\xe4\xd2\x35\xdf\xb4\x6b\xfa\xf8\xa5\x88\x76\xb1\x80\x38\x8d\x66\x20\x97\xe6\x8c\xa3\x97\x5c\x2a\x8c\xc2\xe8\x2c\xb9\x74\xc1\x24\xcd\x19\x17\x2e\x93\x54\x18\x05\x37\x22\x93\x74\xcd\x47\xbb\x73\x66\xad\x61\xaa\xdd\xb0\x47\x47\x21\xc6\x9b\x86\xa3\x73\xf1\x8b\x4c\xcd\xa7\x2e\x7c\xea\xaf\x59\x52\x9a\xda\x00\x90\x9d\xc9\xce\xe5\x2f\x2e\x7f\x91\x9e\xd0\x85\xcf\xc7\x06\xb2\x73\xd4\xa9\x0d\x00\xa3\x10\x8e\xce\xf5\xf9\xc5\xc7\xff\x38\x63\x94\x82\x2a\x8c\xd2\x15\xd9\x39\x18\x8f\x33\xc6\xa9\xf1\x4c\x8d\x87\x70\x74\x6a\x3c\xf3\xf1\xd1\xd9\x89\xdf\x74\x6a\x3e\xf5\xd7\xa8\xdc\xd4\x5f\xc3\x37\xcd\x4e\xb0\xe4\x9b\x0a\xa3\x10\x6f\xca\x37\x15\xb2\x53\x14\xf9\xa6\xc2\x28\xdd\xc7\xa3\xf7\x90\x4b\x73\xae\x34\x42\x7f\x0d\x8c\xc2\xb2\xac\xe4\x52\x21\x3b\x45\x91\x5c\x2a\x0c\x76\xa0\x2d\xc9\xa5\x42\xce\x55\x91\xad\xdf\xb6\x1e\x35\x71\xfe\x06\xc7\x34\x67\x55\xce\x00\x1a\x18\xa5\x2b\xb2\xa3\x9f\x21\x20\x67\x95\xc9\x58\x0c\x18\x66\x28\x64\x92\x2e\x68\xa3\xd9\xd9\x81\xb4\xd1\x35\x09\xbc\xd8\xf3\xb6\xa6\x81\x17\x90\x0d\xc6\x65\x92\x0a\xa3\x10\xfd\x4d\x4d\x14\xc8\xd9\xd7\x36\x3c\x83\x49\x3a\xca\xf0\x46\xbf\xf6\xa1\x57\x6d\xaa\x83\x06\x30\x0a\x26\x2a\x09\x74\xbd\xdf\xe8\x17\x37\xbe\x1d\x21\xe0\x85\x0e\x76\xd9\x2d\x79\xa1\x42\xce\x8c\x5c\xf2\x42\x85\x51\x3e\xa2\xa9\x68\x72\x55\x42\xf4\x56\x84\x7e\x61\xc8\x52\x45\xd7\x5b\x4b\xc3\x6a\xdf\x5a\xda\x5b\x4b\x63\xc8\x7b\x6b\x69\x6f\x2c\xcd\xf0\xec\xad\xa5\xbd\x99\x4a\x14\x42\xd0\xb7\xe3\x08\x1c\xd3\x5c\x58\x3c\x91\x63\x2a\x0c\x76\xff\xad\xb7\x53\x09\x38\xa6\xd9\x60\x49\x8e\xa9\x30\xcc\xe8\xbc\x1d\x5a\xde\x8f\xc1\x64\x07\xff\xb7\x06\x03\x8c\xc2\x58\xf9\xd6\x60\xde\x58\x47\xc1\xd2\xde\x5a\xc7\x9b\x85\x2b\xf3\x3e\x6f\xc7\x11\xf8\xaa\xd9\xc1\x5f\xbe\xea\x7a\xb3\xc6\x5f\x71\x30\x6f\x0d\x06\xbe\x6a\x2e\x0c\x53\xf2\x55\x85\xc1\x16\xc4\xf5\x76\x54\x78\x63\x1d\x85\x61\xea\xad\x75\x00\xc3\x1c\xd2\x3b\x3e\xbf\x78\xb8\x8a\x67\xb9\xbc\x05\x8c\x6a\xe7\x68\x30\xd0\x61\xb3\x83\x8e\x74\x58\x61\x54\x5c\x9a\x74\xd8\x05\xf7\x35\x17\x2c\x4d\xee\xeb\x7a\x3f\xa1\xcf\x30\x1f\xf5\x76\xd9\x1f\x56\x6b\xd6\x6d\xcb\x6a\x5d\x6f\xd6\x4a\x2b\x8e\xef\xad\xfa\x02\x59\x67\xf5\x56\x7d\x81\x51\x89\x1a\xe4\xbe\x2e\xf8\xae\x59\x37\xf4\x56\x7d\x81\xc1\xd6\xc8\xf5\x3e\x9f\x5f\xa4\xef\xb1\x8e\xb7\xc3\x09\x30\xea\xa5\xc8\xce\x61\x84\x79\xcc\xfd\x37\x87\x62\x39\xb5\x0b\x6a\x6c\xd6\xf4\xa5\xc6\x0a\x83\x2d\x97\xeb\x56\xe1\xa1\xc6\xe6\x32\x14\xdd\x8a\x6e\xae\x6a\x88\x96\x22\xda\xc8\x04\x4b\xb6\xac\x30\xcc\xd2\xdd\x4e\x2b\xe0\xc1\x66\xcd\x42\x1e\xac\x30\x2a\xd1\xae\x3c\x58\x21\xab\xca\xf2\x60\xd7\x8d\x0d\x54\xa2\xa4\x5b\x1b\x00\xb2\xea\x27\x35\x56\x18\x35\xf9\xf8\xa9\x68\x73\x55\x42\x74\x14\x1d\xae\x42\xe4\xb4\xe2\x26\xee\x67\x6f\xeb\xba\x35\x0b\x60\xb0\x61\x74\xdd\x46\x5c\x40\xfe\xbc\x90\xa3\xcd\x4d\xdc\x5f\x19\xa6\x6e\xcd\xe2\x26\xbc\xfa\xfb\xe3\xfd\x45\x92\x0e\x95\xe9\x8e\x64\xdc\x05\xf3\x36\x57\xec\x49\xe6\xad\x30\x2a\xc6\x73\x3b\x15\x00\x72\x65\x45\x54\x32\xae\x30\x2a\x83\xd9\xed\x68\x03\x3f\x37\xff\x5d\xe4\x2f\x6a\x03\xc4\xd7\xb7\x36\x70\x63\x03\xec\x34\x5d\xb7\x36\x70\x6b\x03\x44\x95\xb7\x36\x00\xe4\x8a\x3d\xdd\x0e\x07\x72\x7d\x2b\x43\x9e\x5c\xdf\x75\x33\x3b\x60\x3f\xea\xba\x9d\x1d\xdc\x5a\x0a\x61\xb2\xf4\xdf\x75\x33\x81\x67\x3f\xea\xba\x9d\x30\x40\xff\x1d\x26\x4d\xa5\xff\x2e\xb8\xbe\x99\x9d\xa6\x4b\xae\xef\xba\xf1\xfd\x6c\x9d\x5d\xb7\xc6\x03\xe4\x4a\xb8\x21\xfd\x57\x18\x9f\x17\x32\x62\x83\xc5\x9b\x2b\x89\x74\x59\xbc\x4b\xca\xae\x09\x58\x29\xbb\x0b\x32\x6e\xae\xd8\x93\x64\x5c\x61\x54\xc2\xe4\xa5\x57\x87\x79\x9b\xd9\x43\xba\x64\xde\x0a\xc3\xce\x91\x79\xbb\x60\xdb\xe6\x3a\x7c\x16\xef\xb8\xd4\x68\xc2\xe4\xa5\x46\x43\xc0\xcd\x15\xbd\x5f\xaa\xaf\x64\x5c\x3b\x47\x32\xee\x5a\x2c\xfd\xb0\xef\x73\x2d\x97\x7e\x80\x51\x89\x4a\xd7\xfd\x79\xfc\xe3\xf1\xa8\x21\xb7\x96\xea\x0b\x8c\xca\xe0\x2f\x3f\x77\x41\x8d\xcd\x0d\x87\x2a\x35\x56\x18\x6c\xfc\x5d\x4b\x5d\x05\x72\xbb\x14\xf9\x8b\x7a\x75\x42\x84\xa5\xfa\x02\xb9\x61\xa2\x12\x68\x85\xe1\x47\x93\x40\xbb\xd6\xa3\x98\xb9\x31\x21\x5d\x2a\xa6\x04\xda\x4a\x20\x21\x81\x76\xc1\x90\xcd\x0d\xbd\x5f\x3a\x7a\x60\xd4\xe6\x8d\xb7\x22\x5a\x9f\x15\xd9\x7a\xe2\x27\xb6\x1a\x2f\xd9\xb2\x0b\x3a\x6c\x36\xd1\xb9\xf4\xfd\x4b\xbd\x6f\x8a\x6c\xd7\x03\xb9\x31\xda\xc8\x96\x15\x06\x1b\x92\x97\x6c\xd9\x05\x5b\x36\x37\x14\x53\xb6\xac\x30\x54\xb9\xa5\x29\x40\x5b\xcd\x8d\x31\x69\xa9\xab\x4b\xdf\x4f\x84\x2b\x85\x75\xad\x47\x31\x73\xb3\x0b\x55\xcc\xa5\x57\x57\x31\xf5\xea\x40\x6e\x36\xd5\x79\x03\x44\xd7\x61\xea\x5e\xa2\xeb\x82\xaf\x9a\x1b\x37\xca\x57\x15\x46\x65\xd0\x08\xfd\x2a\x7c\xd5\xdc\x88\x79\xe4\xab\x0a\xc3\x04\xbf\x7c\xd5\x15\x68\x61\xc3\x93\x87\x5a\x08\x8c\x4a\xec\x1a\x3a\x51\x38\xaa\xb9\x0d\x9f\xb5\x14\xd1\xf7\x18\x8c\x7c\xd5\x15\xf8\xd5\x36\x15\x1d\x45\xf8\x55\x62\x57\x29\xac\x0b\xbe\x6a\x6e\x78\x72\xf9\xaa\xc2\x90\x52\x10\x06\x25\x40\xee\x24\x8c\x42\xef\x1b\x7a\xdf\xee\x8d\xb6\x8b\x09\x69\x67\xf0\x0f\x27\xa4\xc0\xa8\x0c\x60\xa1\x13\x05\x72\x47\xa3\x43\x27\x1a\x6a\xa1\x9d\xa3\x16\xc6\xa3\x4c\x99\xfd\x99\x2b\x54\x26\x60\x54\x16\x46\xc3\x70\x03\x0a\x6b\x36\x47\x29\x85\x55\x18\x92\x18\x42\xfd\x0a\xfc\x2a\x85\xfa\x56\xe8\x57\x43\xcd\x19\xe5\xb7\x87\xe2\x50\xb1\x80\xdc\xf1\xb1\xe1\x2a\x77\xe8\x76\x09\x5a\x43\xb7\x1b\x87\x2e\xc0\xc7\x86\x0b\x9b\xc0\xa8\x43\x91\x5d\x80\xab\xa4\x70\xdc\x8a\xf3\xb9\x11\x67\x33\x14\x4d\x45\xcf\x07\xa4\x8c\xdb\x92\x07\xbb\xe0\xbe\x66\x76\x61\xae\x6d\x4c\x2c\xe9\xb5\xa2\x0c\x92\x5e\x85\x6c\xa2\x73\x1b\x35\x6c\xa3\x06\xdc\x9b\x3c\xd8\x05\xe9\x35\xb3\x0b\x73\x49\x7a\x5d\xd2\x59\x2b\x61\xb2\x74\xd6\xb5\x59\x6e\xe9\xa8\xdf\x76\xb9\x45\x3a\xab\x4e\x50\x3a\xab\x90\x3b\xca\xb0\xd5\xee\xad\x76\x13\xc7\x6e\xb5\x7b\xb3\xa6\xd8\xf9\xcc\x5b\x25\x05\x46\x9d\x8a\xfc\x45\xbc\x67\xf7\x85\x54\x52\xe9\xac\xd2\x44\xa4\xb3\xae\x8d\xde\x76\x9b\xaa\xde\x6e\x22\x67\xb6\xdb\xaf\xad\x92\x02\xb9\xdb\x08\x95\x14\x18\x0d\x55\x96\x07\x2b\xe4\xf1\x79\xbc\x3d\x41\x7c\xad\x73\xde\xc6\xd7\x1b\x4f\x4c\xad\xb0\xb5\xf5\xc4\x9b\x8c\x1f\xdb\xa7\xd6\x56\xe1\xf7\xa3\xbe\x99\x3a\x5a\x6b\xbb\xe8\x07\x1d\x76\xb4\x8f\xc8\x67\xe1\x3d\xa9\x1e\xb5\xb6\xde\x13\x18\x8d\xd8\x53\xb6\xac\x90\xcd\x7d\xca\x96\x5d\xfb\x51\xf8\xd1\x88\x3d\xb7\x0a\x0f\x5f\x35\x53\xf1\x69\x6d\x87\x75\x60\x34\x62\xc4\xed\x52\x3d\x90\xa9\x73\xb4\xb6\x6b\x33\xc0\x70\x68\x91\xe1\xba\x36\x6b\x33\xe6\x51\xb7\x83\x3f\x30\x28\x29\xb0\xb6\x1a\x0d\x64\xea\x09\xad\xad\x46\x03\xc3\x01\x68\x1b\x72\xc3\x5d\xcd\xd4\x13\x5a\x72\x57\x17\xdc\xd5\xd1\x88\x11\xe5\xae\x2e\xc8\xa5\x99\x9a\x38\x4b\x72\xa9\x30\x24\xdf\x1c\x07\x6c\x20\x53\x2f\x66\x1d\xb5\x10\x18\x8d\x20\xee\x38\x59\x3b\x68\x21\x95\x60\xd6\x51\x0b\x81\x21\x45\xe7\xa8\x85\x07\x1f\x4b\x25\x98\x75\xf4\xb1\x87\x91\xbe\x11\x23\x1e\x47\x7a\x20\x8f\xee\x2f\xbe\x15\xf1\x1d\x19\x18\x8f\x53\xba\x83\x46\xb3\x51\x71\x1d\x35\x1a\x18\x0d\x97\x74\xd4\x68\x20\x53\x5e\x65\x1d\x3d\xf1\x81\x30\xd3\x88\x37\x8f\x4b\xe2\x70\x6a\x33\xdb\x19\x97\x9c\x5a\x61\x48\x1d\x92\x53\x2b\x64\xb6\x33\x2e\x39\xb5\xc2\x70\x90\x95\x53\xbb\x8e\x1a\xcd\xb4\xf5\xa8\xd1\x87\xf5\x94\x96\x15\x2d\x45\xb4\x7e\xfa\x8b\xb6\x9e\xd8\x82\x62\xb7\x4b\xe6\xad\x90\x29\x2a\xb2\x8e\xb1\x05\x30\x1a\x6a\x22\x19\x77\x41\xc0\xcd\x94\x0b\x59\x47\xaf\x0e\x19\x77\x38\x60\x4b\xc6\x15\x32\xa5\x34\x96\x64\x5c\x61\x34\xd4\xe4\x68\x1d\x40\x36\xbf\x7b\xb4\x8e\xa3\x75\xb0\x94\x7a\xb4\x8e\x43\x4c\x3d\x2f\x45\x36\x55\xeb\x20\x46\x3c\x5a\x07\x5c\xdf\xcc\x96\xcd\x25\xd7\x57\x18\x8d\x18\xf1\x18\x5b\x1c\x9c\xfb\xc4\xd2\x8e\xce\x1d\x18\x54\x88\x58\x47\xe7\x0e\xfd\x37\x53\xb2\x62\x49\xff\x15\x46\xc3\x93\xcb\xef\x15\xf2\xf4\xd3\x6a\x7c\xc0\x68\x04\xe3\xf2\x7b\x85\xcc\x26\xd1\x25\xbf\x57\x18\xad\x2a\xf2\x85\x98\xc9\x4e\x3f\xad\x66\x05\x0c\xf9\x5e\xf2\x7b\x17\x34\xdd\x3c\xed\x68\xc7\x0e\x69\xba\xad\x7a\xa3\xed\x62\xd5\x65\xda\x85\x4e\x48\x8f\xf6\xf8\x18\x5f\xc8\xdc\x0d\x78\xb8\x99\x0d\xa7\xf1\x62\x7d\x53\x18\xed\x89\x5d\xe3\xc5\x08\x13\x30\x6c\x33\xe5\x0d\xc2\xea\xc2\xf1\xd2\x6a\x9f\xd8\x35\x64\xdb\x06\x0c\xdb\x3c\x9f\xf8\x29\xa0\xd9\x3e\x60\xeb\x79\xfc\xed\xe3\xb1\xb4\xd9\xc6\x6f\x0e\xc5\x61\x41\xe2\x78\xb1\x90\x02\x4d\x2d\x5e\xc4\x3f\xf1\xc2\xc4\xd8\xfc\x1e\xd4\x2b\xfe\xc0\x80\xa6\x16\xd6\x2d\x0e\x68\xba\x99\x0d\xeb\xf1\x5a\xbe\x89\x83\x46\xa3\x0b\xb0\xa7\x78\xb1\x18\xc9\x66\xee\x80\xd1\xfb\x81\x01\x99\x2d\x24\xf6\xc6\x4b\xc5\x9a\x34\x62\xfb\x72\x2a\x56\xe3\x46\x14\x2b\xa8\x37\x5c\xd8\x8f\x1a\xd6\x1b\x16\x46\x7b\xc6\xdd\x78\x6d\x1b\xf1\x68\x51\x61\xa7\x69\xc8\x96\x15\x06\x35\xa6\xc3\xaa\xc4\x42\x61\x2b\x68\x48\xa0\x15\x46\x6b\xbc\x10\x5a\x14\x30\x64\xcb\x2b\xd1\xd4\xe3\x0b\xb1\x04\x47\xb9\x90\xb0\x6c\x70\x40\x9a\x2d\xec\xd5\x8c\xd7\xf1\xf1\x2c\x89\xc3\xbe\x8a\xd7\xf1\xf1\x8f\x7e\x14\xb2\xd3\x21\xa7\x36\x2e\x26\x6b\xed\x09\x34\x03\x7e\xed\x07\x0a\xd9\xe9\x90\x66\x2b\x8c\xf6\x84\x90\x61\x09\xe2\x80\x6d\x5b\x5e\x45\x51\x57\x84\x89\x3d\x51\x43\x58\x82\x38\xa8\x37\x5c\xd8\x00\x19\xd6\x1b\x16\x46\x7b\x3c\x71\x58\x6f\x38\x20\xe3\x16\x32\xdd\x21\x19\x37\x28\x41\x3c\x88\xaf\xc3\x12\xc4\x41\x8d\xe1\x42\xa6\x3b\x2e\x75\x8d\x82\xc2\x83\x32\x26\x01\x7d\xf7\x03\x85\x6d\x7f\x21\x8b\x57\x18\x44\xe1\x61\xbd\x61\xa1\xb0\xa1\x2f\xae\xdb\x76\x11\x72\x53\xec\x24\xe4\xfa\x06\x94\xdd\xc2\x86\xbe\x90\xb2\x1b\x97\xe1\xc6\xa0\xf5\xcb\xc7\x2f\x9e\x65\x23\xd4\xaf\x4b\xfd\x42\x99\x2e\xf5\x0b\x7e\x6e\x79\xd9\x08\xc2\x8d\xa0\x38\xf1\x80\x9b\x18\x54\x28\x7e\x80\x77\x1c\xbc\x63\xf8\x8e\x04\xd3\xc4\xfd\x71\x85\x1d\x1d\x3c\x6b\xd2\xd4\xf0\x59\x2c\xd4\xb5\x8f\xc8\x2e\x7c\x3c\x66\xb9\x5e\xdc\xb8\xfd\xda\x6a\xf4\xe4\xb5\xd5\x68\x6a\x0c\x17\xd2\xda\x01\x31\xf7\x01\xfa\x6b\xd2\x88\x6d\x7f\x3d\xea\x5b\xd8\x6e\x16\x97\xea\x2b\x19\xb7\xbf\x78\x47\xd5\x17\x28\x6c\x24\x0b\xeb\x0d\x07\x35\x86\x47\x7f\xf1\x8e\xc7\x77\x3c\xb4\x2b\x71\xe3\xb1\x5d\x04\x25\xdd\xa6\x1e\xbf\xf6\xe3\x2a\x0b\x69\xed\x90\xc5\x2b\x0c\xe6\x23\x21\x8b\x37\x60\xee\x96\x2b\xf1\xda\x5a\x07\x2c\xde\xd1\x5f\x8a\x6c\x3d\x7a\xcf\x86\xad\x90\xb2\x2b\x14\xb2\xd3\x21\x65\x57\x18\xfd\x89\xeb\x22\x69\x0a\xe9\xd1\xfb\xc2\x5e\xa9\x48\xea\x3d\x30\xa0\x77\x86\x85\x8a\x03\xae\x6f\x61\x7f\x53\xc8\xf5\x15\x46\xbf\x14\xbd\x15\xd1\x88\x67\x30\x8b\xa4\x92\x03\x03\x12\x68\x24\xc2\xa0\x48\x8f\xae\x17\x36\xfa\x04\xec\xe0\x0f\x8c\xfe\xc4\x88\x21\x49\x58\x28\x64\xa7\xc3\x0a\xc7\x41\x55\xe3\xd1\xf1\x4c\x70\x88\x1f\x58\x5c\x45\xeb\xd5\x68\x49\xc2\x4c\xd6\x42\x92\xb0\x50\xd8\x99\x12\x92\x84\x85\x01\xed\x34\x24\x09\x07\x2c\xe0\xc2\x9e\x93\x48\xcb\x76\x2d\xdb\xc5\xe3\x97\xed\x5a\xb4\xab\xd3\xfa\x65\xbb\x96\xfd\x45\xaf\x6a\x43\x40\x61\x07\x48\x58\x40\x59\x18\x4c\x0f\x43\x2a\x71\x50\x47\xb9\xb0\xb7\x23\xd2\xb2\x5d\x18\x0c\xc5\xec\x23\x69\x30\x90\x84\x0b\x45\x93\x43\x16\xb0\x30\xa0\xc3\x46\x0a\x7f\xf1\x89\x53\xca\x85\x59\xa5\xf0\x73\x10\xa7\x50\x0a\x28\x12\x71\x4a\x40\x06\x2e\xec\xed\x08\x2b\x24\x07\xc4\xe0\x41\x3d\xfb\x90\x18\x1c\x09\x83\x49\x68\x61\xd2\x60\x12\xce\x9d\x5a\xf5\x91\xb4\x0e\x88\xc1\x25\xa9\x00\xdb\xd6\x6b\x0a\x99\x77\xd4\x14\x80\x92\x30\x2b\x89\xc1\xc2\xe8\xea\xaa\xa6\x90\x1e\xbd\x2f\xc9\xcf\xa1\xde\xcb\x15\xa6\xbe\x7c\xc8\x15\x0e\xf8\xc1\x25\xd9\x39\xc7\x76\x31\x09\xed\xf9\xb7\x69\x5b\x91\x8e\x7a\xfb\x18\x4c\x49\xbe\xef\xb1\x57\x20\x0e\x50\x6b\x3e\x92\x43\x0b\x25\x9f\x0b\x7b\x48\x03\xf2\xf1\x07\x06\xd3\xe9\x90\x83\x1c\xf0\x8e\x4b\xe2\x7d\x2d\xff\x1c\xb0\x8b\x07\xec\xe2\x90\x5d\x2c\x14\x98\xff\x21\xbb\x58\x18\x90\x84\xc3\x2a\xce\x91\x6f\x3a\x8a\x31\x29\xdf\x3e\x9e\x11\xa2\x3f\x01\x5d\x64\x47\x08\x38\xc8\x25\x7d\x44\x45\x11\x66\x41\xfc\x93\x35\x0b\xa0\x50\x9f\x39\xb2\x83\x06\x30\x3a\x56\x67\xf9\xe7\xa0\xe4\x73\x49\xd5\x5f\xbc\x15\xd1\x13\x9f\x1b\xe9\x09\x98\xca\x25\x55\x7e\x51\x85\xcf\x2a\x3c\x83\x99\x25\x9b\x85\x02\x81\x3f\x2c\xd9\x2c\x8c\xee\xe3\x55\xf8\xfc\x0c\x27\x85\x9d\xa6\x91\x09\xf2\x43\x3e\x73\xc7\xce\xe5\x33\x07\x4c\xe5\x92\x18\xb0\x65\x2a\x0b\x83\x6a\xed\x91\x55\x78\x8a\x26\x17\xaa\x25\x47\x76\x38\x90\x83\x4c\xb5\xf6\x90\x83\x1c\xd4\x54\x2e\x54\x38\x0e\x6b\x2a\x0b\xa3\x13\x8b\x59\x53\x39\xa0\x25\x17\xf6\x90\x86\xb4\x64\x61\x74\x22\x41\x6b\x2a\x07\xd5\x92\x4b\x7e\xf1\xb5\x8d\x79\xb2\x23\x04\x11\x9b\xe4\xe5\x80\xb0\x5c\x32\xce\xd9\x6a\xc9\xc2\x60\x75\x23\x24\x2f\x07\x45\x8f\x4b\xc6\x13\x5b\xf4\x58\x18\x94\x79\x0f\xc9\xcb\x01\x15\xb9\xc0\x4b\x0f\x8b\x1e\x0b\xa3\xdb\xd1\xc6\x3c\x40\x81\xc6\x1d\xd2\x92\x85\x41\x99\xf7\x90\x96\x1c\x94\x43\x2e\x24\xbf\xa3\x18\xf3\x00\x83\x32\xef\x61\x69\x64\xa1\x40\xaa\x8e\xa2\xef\x2f\x2c\x63\x43\x2f\x8f\xa2\xef\xa7\x0e\x72\xc9\xd8\xa6\x75\x90\x03\x5a\xf3\x60\xd5\x25\x2c\x7a\x1c\x14\x3d\x2e\x19\xbd\xb7\xe8\x71\x48\x71\x66\xd5\x25\xa4\x38\x0b\x05\x16\x6f\x58\x07\x59\x18\xac\xba\x84\x75\x90\xa3\xdc\xf4\x04\x4a\x5e\x54\x4c\x60\x40\x55\x8f\xa2\xef\x07\x0a\x69\xed\x28\xfa\xfe\xa2\xa3\x1f\xcf\xd7\xb6\x5a\x72\x50\x0e\xb9\x90\xd6\x8e\xa2\x57\x07\x06\x84\xf6\x28\x2a\x39\x50\xd8\x56\x1a\x52\xaf\xa3\xa8\xd1\x83\x2e\x54\xa3\x81\x02\xcd\x36\xa4\x5e\x0b\x83\x32\x5d\x21\xf5\x5a\x28\x10\x68\xc3\x02\xca\x41\x69\xe4\xd1\x07\x3d\xa1\xef\x87\x7a\x5d\xb2\x1d\x1d\x76\x21\xe9\x9b\x4e\x94\x45\x4d\xe4\x07\xe8\x2f\x06\x0d\x68\xd8\x1f\x18\xac\x2c\x85\x6c\xec\xa0\x0e\x72\xc9\x76\x4e\xd8\x5f\x5a\xc7\xa4\xa9\x5a\x07\x0c\xec\x02\x8d\x32\x8a\xa6\x00\x0c\xd6\x9f\x42\x36\xb6\x50\xb2\x8f\xd7\x3a\x8a\xd6\x41\xfc\x54\xb4\x0e\x18\xd8\x05\x52\x63\x58\x40\x59\x18\xac\x52\x85\x05\x94\x85\x02\x07\x30\x24\x68\x87\xd4\x6b\xea\xde\x87\xd4\xeb\x80\x67\x5d\x0a\x11\x9b\x3c\x6b\x61\x40\xed\x8f\x62\xcc\x03\xa9\xba\xc0\xb5\x0b\x49\xd5\xc2\xa0\xc8\x58\x48\xaa\x0e\x49\xd5\x14\x93\x0f\x49\xd5\x41\xed\xe3\x02\xcd\x2d\xac\x7d\x2c\x0c\xca\xc4\x87\xa4\x6a\xa1\xb0\x79\x35\xaa\x81\x3d\x30\x28\x13\x1f\x56\x48\x0e\xca\x21\x97\x92\x26\xa2\xad\x88\x46\x10\xf3\x54\xad\x03\x82\x76\x81\x9a\x16\x12\xb4\x85\x41\x99\xf8\x90\xa0\x1d\x10\xb4\x0b\xdc\xb1\x90\xa0\x1d\x94\x40\x1e\x94\x89\x8f\xaa\x29\x40\xbd\x2e\xa5\xf8\x2c\xdb\x75\xdb\x2e\xde\x51\xeb\x00\x0a\x1c\xad\x90\x7a\x2d\x0c\xf6\x2a\x84\xd4\xeb\xa8\x37\x9f\x83\xe1\xa4\x6a\x1d\xc0\x18\x76\xce\xb2\xa9\x0c\x01\x50\xa2\xa2\x6a\x1d\xc0\xa0\x00\x7c\x58\x6d\x59\x28\xa5\xd6\xdf\x1e\x8a\x2d\xc6\x2c\x0c\xea\xc3\x47\xd5\x9e\x2a\x23\x04\x2c\xa7\xa8\x1a\x0f\xf4\xf0\xc1\x6a\x61\x48\x0f\x17\x0a\x35\x95\x43\x7a\xb8\x30\x06\x93\xc8\xea\xe4\x03\x7a\x78\x81\x73\x14\xd2\xc3\x85\x41\x7d\xf8\xa8\x0e\x2d\xd4\x67\x2e\x70\x7b\xc2\xfa\xcc\x51\x99\x69\x0c\xbf\xbc\x43\x0b\x50\x60\xa1\x84\x25\x9b\x85\x31\xfc\xf2\xda\x13\x50\x0a\xf3\x24\xd9\xe7\xc2\xa0\x8a\x7c\xc8\x3e\x8f\xba\x79\x47\xdc\x48\x75\xf2\x41\xc9\xe6\x41\x15\xf9\xb0\x64\x73\x50\xa6\xb9\xc0\xd0\x88\xaa\xf1\x00\x83\x52\x75\x51\x35\x9e\x7a\xf8\x45\x46\xae\x6a\x2c\x05\x2f\x7d\x0c\xb5\xc8\xa1\xc5\x73\xa5\x2a\x26\x56\x9d\x43\x00\xb5\xa9\xca\xc6\x52\x50\xd5\x0b\x4c\x88\x90\xaa\x1e\x54\x6e\x1e\xac\xae\x46\x73\x84\x80\xaa\x5e\xc8\xd3\x87\x54\xf5\xa0\x80\xf2\x60\x75\x35\x2c\xa0\x1c\x54\x4b\x2e\x64\xa7\xc3\x6a\xc9\xc2\x60\x75\x35\x24\xb4\x07\xec\xf5\x42\x46\x39\x64\xaf\x0b\x83\x6a\xed\x21\x7b\x5d\x28\x35\x4f\x44\xa1\x88\xaf\x8d\x76\x4b\x68\x17\x4a\xfd\x34\xc2\x76\xa9\xca\x0c\x2d\xb2\xd7\x03\xc6\x7a\xa9\x3e\x5e\xdf\x2f\x7b\x9d\x3a\xec\x21\x7b\x3d\x1a\x5a\x58\x3f\xa2\xb7\xa2\x37\x57\xd1\x08\x5d\x38\x65\x96\x0b\x79\xd4\xb0\xcc\xb2\x30\xa8\xaa\x1e\x72\xdc\x03\x8e\x7b\x21\xf7\x19\x72\xdc\x85\x41\xd1\xbe\x90\xe3\x2e\x14\xb2\x87\x61\x4d\xe5\x90\xe3\x3e\x18\xcc\xe4\xb8\x07\xd5\x92\x4b\x6d\x3e\xcb\x76\x11\xe4\x53\x7b\x3d\xac\x96\x1c\x8d\xc8\xa8\xa2\xd1\x4d\xf5\x05\x06\xa5\xfd\xa2\xa9\xbe\x40\x21\xb3\x16\x16\x50\x16\xc6\xb0\xa9\xaa\x6f\x63\x35\x88\x9c\x59\x34\x87\x03\x60\xb0\xdb\x28\x9a\xc3\x01\x50\x2a\x83\x6c\x73\x38\xa0\xf2\xf2\x18\xc4\x62\x56\x5e\x0e\x0a\x28\x17\xd2\xda\x61\x01\xe5\x90\x7b\xcf\x9e\xa4\x90\x7b\x1f\x10\xed\x0b\x79\x9f\x90\x68\x2f\x8c\x61\xe7\x1c\xbb\x90\x09\x43\xc5\x3a\x24\xda\x07\x05\x94\x07\x25\x07\xc3\x02\xca\x41\x39\xe4\x42\x46\x27\x9a\xf1\x53\x73\x84\x20\xca\x92\x42\x1f\xf0\xe5\x4b\x7b\x29\x2a\x8a\xd0\x09\x22\x23\xf9\xf2\x01\x39\xbe\x34\x46\x08\xc9\xf1\x01\x13\x7e\xb0\x7a\x1f\x32\xe1\x85\x42\x86\x22\x64\xc2\x0b\x83\xd5\xfb\xe8\xce\x08\x80\x42\xee\x21\x24\xc7\x47\x77\x38\x20\xe8\xed\x0e\x07\x40\x21\x13\x10\x92\xe3\xa3\x6b\x43\xac\x2c\x75\x6d\x08\x28\xac\xf1\x87\x7c\x79\x61\xb0\xc6\x1f\xdd\x28\x0b\x28\xac\xde\x87\x35\x95\x03\xbe\xfc\x18\x7c\x34\xf9\xf2\x01\x55\xbd\x50\x1a\x39\xa4\xaa\x0b\x83\xdd\x59\xd1\xf5\xd1\x30\xd6\x0b\x6b\xd6\x61\xb5\x64\x61\x90\x09\x88\xae\x75\x40\x3c\x2f\xac\x33\x47\x57\xa3\x25\xa1\x53\x1c\x3d\x24\xa1\x47\x7f\xd4\xb7\x34\xd4\xa4\xc7\xe7\x46\xbe\xd0\x50\x84\xfa\x52\x57\xb8\xb8\xb4\xd8\xd5\x2f\x60\x90\x2f\x88\xee\x1c\x15\x28\x2e\xce\x59\x76\x38\x60\x99\x0f\xca\x9e\x87\x65\x87\x03\xfe\x78\x61\x67\x6e\x48\xf6\x0e\x28\xd2\xa5\xcd\xe7\x85\x2c\x90\x2b\x0c\x36\x92\x85\x07\xe6\x05\x0c\xea\xe2\xb4\x55\x06\xb5\x30\x48\x47\x84\x0c\x6a\xa1\x38\x97\x94\x41\x2d\x8c\x81\x16\x5a\x33\x37\xc6\xd3\x47\xc5\x59\xe2\x70\x4c\x93\x54\x4d\xbd\xf4\x90\x54\x1d\x30\xa8\x4b\x67\x31\x53\x06\x75\xc0\xa0\x1e\x6c\x5d\x0b\x19\xd4\x42\xe1\x14\xb1\x90\x41\x2d\x8c\xf9\xfa\x07\x66\xc5\x43\xff\x03\xe7\xba\x38\x21\x95\x54\x2d\x0c\xf6\xbf\x85\xa4\x6a\xa1\x38\x3d\xb4\x16\x6f\x0c\xd2\x1c\x94\x40\x8f\xe1\xf0\x09\x5d\xba\x38\xa5\x93\x2e\x2d\x0c\x4a\xa0\xc7\xd0\xa8\x29\x90\x5b\x3a\x0b\xae\xc3\xf9\x3d\xac\xe9\xc1\x5e\xba\xb0\x32\x6e\x40\x71\x2e\x1c\xe9\x14\x52\x9c\x03\xc2\x71\x21\xdb\x1a\x12\x8e\x85\x41\x92\x26\xac\x79\x2b\x14\x72\x9f\x61\xcd\x5b\x61\x4c\x86\xbc\xe9\x5a\x14\x50\x38\x01\x29\x64\x2a\x07\xb4\xe4\x41\x2a\x27\xa4\x25\x07\x15\x68\x8b\x21\xa4\x15\x68\x85\x41\x55\xf4\x98\x7e\x79\xb8\xbe\x85\x53\x65\x42\xae\x6f\x50\x6e\x76\xb0\x7b\x2f\x2c\x37\x1b\x50\x76\x8b\x23\xaa\x94\x5d\x61\x90\xca\x09\x29\xbb\x01\x3f\xb7\x38\x8e\xc8\xcf\x15\x06\xf5\xce\x43\x7e\x6e\x40\xc6\x2d\x64\x22\x43\x32\xae\x30\xa8\x77\x1e\x92\x71\x85\xa2\x57\x97\x8c\x2b\x0c\xf6\x0b\x86\xc5\x5f\x63\xb2\xfc\xa9\xbf\x9e\x2e\xf0\x00\x83\xaa\xe8\x61\xf1\xd7\x80\x6d\x5b\x06\x13\x99\x69\x6c\x01\xcd\x76\x90\x62\x0a\x69\xb6\x01\x35\xb6\xe8\xcb\xa4\xc6\x06\x74\xd8\x42\x42\x31\xde\x3a\x54\x58\x96\x83\x1a\xe7\x21\xcb\x32\x20\x48\x16\x2a\x68\xc7\xdb\xc8\x48\xb2\xa4\xa9\x0d\xc9\x92\x01\x0d\xb2\x50\x37\x3a\xa4\x41\x0a\x83\x3a\xb5\x21\x0d\x52\x28\x94\x46\x0e\x4b\x80\x0a\x83\xba\x9a\x21\x33\x32\xe0\x3c\x16\x8a\x1e\x87\x9c\x47\x61\x4c\xf4\x4b\x52\x63\xdc\xac\xf3\x50\x82\x38\x6e\xe7\x10\xc0\xa0\xfa\x66\x58\x3b\x34\x28\x14\x5a\xd8\x55\x18\x16\x0a\x15\x86\x29\x17\xd9\x90\x01\x03\xb2\x50\xea\x37\x2c\x14\x1a\x16\x0a\xa5\x32\x6e\xc8\x86\x0c\xaa\x6f\x16\x5f\xc8\xea\x9b\xc2\x98\xf8\xb2\xdb\xc8\x08\xa8\x14\x69\x8d\x5b\x17\x0e\x8c\x89\x2f\xbb\x8d\x8c\x20\x0f\x56\x8a\xb4\x86\xe4\x41\x61\x50\x3f\x37\x6e\x3d\x0b\x50\xa9\xd1\x19\xf2\x09\x85\x41\x55\xd0\xb0\xb8\x67\xdc\x8f\x07\xa8\xd4\xe8\x8c\x5b\x0f\x00\x0c\x76\x38\xc6\xed\x54\xf3\x7e\x34\xba\x52\x7d\x33\x6e\x35\x1a\x18\x54\xc3\x0d\xf9\x84\x01\x87\xb0\xbe\x88\xeb\x6e\x35\x1a\x98\x54\x18\x8d\xdb\x68\x19\xa8\x14\xbe\x0c\x29\x86\xc2\xa4\x1a\x6e\x48\x31\x0c\x98\x82\x95\xc2\x97\x21\x53\x50\x98\x54\xc3\x0d\x0b\x85\xc6\xbd\x69\x57\x55\x64\xbb\x1e\x98\x54\xc3\x0d\xf9\x84\x01\x9f\xb0\x52\x3a\x32\xe4\x13\x0a\xf3\xd3\xd1\xfa\x2f\x28\x86\x95\xa2\x90\x21\xc5\x30\xe0\x13\xce\xd7\xcb\x1b\x87\x22\xfa\x9e\xa0\x44\xf2\x60\x50\x0b\xb3\xbe\x58\x41\xb6\x16\xa6\x30\xd9\x11\x1a\xcb\xef\x08\x49\xaf\x72\x94\x62\x48\xd2\x13\x26\x45\x6d\x43\x92\x5e\x40\xcc\xab\xec\xfe\x0b\x2b\x66\x0a\x93\x0a\xb6\x61\xc5\xcc\xa0\x16\x66\x65\xf7\x5f\x58\x0b\x33\x28\x7c\x39\xa9\x60\x1b\x16\xbe\x0c\xe8\x77\x95\x1d\x7b\x21\xfd\x4e\x98\xe6\x02\x97\x0a\x00\xfd\xae\x5e\x38\x2b\xe9\x77\xc2\x7c\xe1\x0b\xad\x5f\x19\xb0\xe8\xaa\x49\x0b\x59\x74\xc2\xa4\x82\x6d\xc8\xa2\x0b\x28\x73\x95\xca\x70\x21\x65\x2e\x96\x9f\x96\x85\x60\x29\x73\x41\x35\xc9\xca\xfe\xb9\xb0\x9a\x64\x50\x22\x72\x72\x68\x69\x2c\xbf\xf6\xe2\xa3\x99\x7b\x58\x7e\xb4\xe5\x47\xc3\x63\x2e\x3f\x1a\xc4\xba\x4a\xf9\xb0\x90\x58\x27\x4c\xf6\xd9\xc6\xd2\x9b\xc0\xb5\xab\xec\x79\x0b\xb9\x76\xc2\x34\x93\xb9\x74\x1d\xf0\xeb\x2a\x05\xb8\xc2\xa2\x92\x01\xd7\x6e\x6a\x43\x72\xed\x84\xf9\xfa\x07\x8e\x83\x08\x6b\x4e\x0a\x95\x0a\x59\x11\x3a\x1b\xca\x50\x4e\x0e\x56\x0d\xcb\x50\x46\x3c\xae\xa3\x52\x89\x2a\xc2\x05\x0b\xaa\x51\xce\x57\x56\x84\x62\xc5\x8d\x7e\x30\xc8\x86\x51\x25\x30\x39\x6b\x35\xa4\xf5\x05\x54\xbe\x6a\x86\xc1\x9a\x93\xc2\x64\xc7\x70\x84\x51\x25\x65\x28\xeb\x35\x7c\x96\xbf\x78\xfb\x8b\x8a\xfc\xc5\xa0\xf5\xf8\x32\xe9\x73\xc2\x64\x5f\x71\x48\x9f\x0b\x6a\x3b\xd6\x84\x32\x58\xdb\x51\x98\x7a\x83\x88\xcf\xb3\x1e\x73\x75\xa9\x5e\xfa\x9c\x30\xcd\xef\x86\x6e\x04\xae\x5c\x75\xa9\x5e\xae\x9c\x30\xa9\xc5\x1b\xa1\x16\x51\x14\xb2\x52\x62\x28\x2c\x0a\x29\x4c\x0a\xef\x86\x45\x21\x23\xd0\xa2\xe4\xe3\xd5\xa2\x50\x8b\xf0\x3f\xf2\xe3\x22\xd0\x22\x0a\xeb\x44\xa8\x45\xa1\xe9\x13\x84\xc9\x8f\x8b\x78\x26\x1f\xd5\x45\xf8\x38\x9f\xc7\x63\xe7\x9f\x1b\x43\x11\xef\x88\xae\x59\x4d\x52\x98\x94\xe7\x0d\x59\x74\x41\x21\xc7\x9a\x18\x9d\x2d\xe4\x28\x4c\xca\xf3\x86\xcc\xb7\x80\xc0\x56\xa9\x56\x13\x12\xd8\x84\x69\x76\xda\xaa\x8d\x41\x89\xc6\xca\x3e\xb5\xb0\x44\xa3\x30\x5f\x84\x1b\x96\x68\x0c\x18\x6a\x35\x91\xcc\xdd\x2e\xf0\x00\xf3\xc5\xb4\x55\xb6\x5a\xc0\x2a\xab\x2e\x9c\x6f\x87\x16\x60\xea\x63\xb7\x43\x0b\x50\x5d\x12\xdf\x7a\x16\xb8\x67\xd3\x7c\xf8\x56\x4d\xe0\xa1\x55\x97\xc4\xe5\xa1\x09\x53\x4f\x6c\xd5\xc6\xa0\xf8\x62\x65\xa7\x57\x58\x7c\x51\x98\x2f\x26\xb7\x16\x5f\x0c\x6a\x28\x56\xaa\x91\x84\x35\x14\x85\x49\xa9\xdf\xb0\x86\x62\x40\x3a\xab\xec\xe1\x0a\x49\x67\xc2\xd4\xab\x4b\x3a\x0b\xb8\x63\x95\xdd\x59\x21\x77\x4c\x98\xe6\xe9\xe5\x8e\x05\xe5\x0f\xab\x8b\xdd\xdb\xaf\xbd\xfd\xda\x38\x08\xe9\x64\x01\x9d\xac\x66\xba\x50\x3a\x99\x50\xa9\x16\x11\x47\x0f\x70\xde\x3c\xbe\x79\x55\x51\x54\xb8\xaa\x21\xaa\x8a\x30\xd1\xe6\x8d\x7c\x21\xb8\x63\x95\xd2\x10\x21\x77\x4c\x98\x0e\x40\x47\x05\x80\x09\x56\x33\x13\xd2\xa3\xd5\x42\x01\x9b\x52\x0a\xa4\x80\x09\x95\x4d\xfd\x21\x05\x4c\x98\x52\x0a\x8e\x03\x10\xac\xb0\xca\x96\xa7\x90\x15\x16\x67\xd9\x7a\x1a\xe1\x6c\x0a\x26\x57\x75\x9d\x59\x26\x97\x30\x25\x1e\xc8\xe4\x0a\x68\x5b\x95\x1d\xe9\x21\x6d\x4b\x98\x8e\x95\xd2\xb6\x02\xaa\x56\x65\x33\x53\x1c\xe7\x95\xc0\xa4\xde\x70\x1c\xe7\x95\x07\x65\x62\x33\x53\x1c\x95\x09\x26\xd7\x7c\xf9\xda\xce\x67\xa0\x6d\x55\x0e\xd7\x0b\x69\x5b\xc2\x7c\xb1\x2c\x22\x6d\x2b\xe0\x68\x55\xd7\x99\xe5\x68\x09\x93\xb2\xc3\x71\x1c\xcc\x80\xca\x3e\xec\x90\xb6\x25\x4c\x4a\x6f\x87\xb4\xad\xa0\x52\x63\x2d\x8c\x5c\xc7\x60\x1c\x98\x2f\xe6\xf4\x32\xb9\x02\xf6\x56\x2d\xc9\x5f\x9c\x8a\x6c\xbd\x37\xda\x7a\x5c\x1a\xdb\xa7\x42\x26\x97\x30\x5f\x84\xa0\x32\xb9\x02\x8e\x56\x2d\xc9\xc7\xfb\x1d\x37\xdf\x91\x99\xff\x71\xd5\x05\x8e\x56\x75\x81\x5a\x8e\x96\x30\x25\x7d\x58\x83\x31\xa0\x6d\x55\x36\x24\x87\xb4\x2d\x61\x52\x50\x21\x8e\x03\x23\x1c\xad\xca\x02\xf5\x96\xa3\xb5\x21\x4e\x55\xd6\x99\x37\xb5\x0a\x1f\xc0\x63\x3e\x9a\xb3\xad\x4f\xb8\xa1\x44\x55\x96\x62\xb7\x94\x28\x61\xbe\x9e\x41\x67\x4b\x89\xda\x70\x9e\x2a\x3b\x8c\xf6\x6b\x79\xe3\xc2\xb6\x07\x8f\x67\xd2\xbd\xa9\x62\x58\xcb\x47\xb4\x15\xe1\x57\xc7\x6f\xd3\xb6\xf6\x6b\xf9\xeb\x0c\x66\xec\xa5\xdb\x9e\x11\x2f\x4c\xe8\x2b\xdb\x52\x88\xfb\xa5\x7e\x4c\x1a\xb4\x6d\xa3\xfa\x31\x79\x93\x6d\x17\x3c\x9d\x5e\x39\xc4\x6e\x7b\xf6\xba\x30\x5f\x53\x91\x57\xb1\x2c\xcb\x61\x71\xdb\x53\xd5\x85\x49\x01\x89\xed\xa9\xea\x1b\x2e\x54\x65\xf7\xcc\x96\x0b\xb5\x5f\x0e\x1a\x34\x55\xe2\xd3\x86\x99\x54\x59\x11\xdd\x32\x93\x84\x09\xad\x66\xcb\x4c\x12\x2a\x7b\x46\x36\x55\x04\x3f\x30\x5f\x8f\x21\x6e\x8b\x09\x6e\x38\x4b\x95\xb5\xce\x7d\x31\x77\x16\xe6\x8b\xd7\x86\xcb\xf4\x40\xe6\x2a\x6e\xc4\xff\x08\x93\x38\x76\x4b\x69\xda\x30\x93\x2a\xbb\x2e\xb6\xcc\x24\x61\x52\xf5\x7a\xc3\x52\xfa\x40\x65\xdf\xc2\x96\xac\x24\x4c\xca\x5f\x6c\x8a\x14\x3e\x40\xbb\x50\x99\x4b\xfd\xa0\x56\xe1\x24\x26\xde\xd6\x2a\xdc\x50\x9a\x2a\x7b\x0d\xb6\x94\x26\x61\x42\x1d\xda\x96\x1c\xdc\x90\x95\x2a\x6c\xfd\x2d\x59\x49\x98\x44\xce\xdb\x53\xd5\xf7\x45\xe8\x02\x7b\x7d\x53\x45\xf0\x03\x93\xa3\xca\xb7\xc5\x04\x37\xcc\xa4\xda\x7c\x21\x15\x00\xb8\xe0\x16\x6e\xcf\x4b\x17\x26\x15\xe9\xb7\x64\xa5\x4d\x01\xc1\xda\x3e\xa2\xae\xa8\xb3\x2e\x4f\x53\x19\xcc\x36\x34\xa4\x0a\xf5\x7a\x4b\x43\xda\xd0\x90\x26\x2c\xa7\x2d\x0d\x69\xc3\x20\xaa\xec\x9e\xd9\x16\x00\x14\x26\xd5\xed\xb7\x6c\x22\xa1\x42\xff\xdd\x9e\x71\x2e\x4c\x4a\x7c\xec\x4b\x95\xe3\xd8\xf3\xda\x12\xaf\x7d\xfc\x1c\x87\xcf\x61\x23\x8e\x8d\xc0\xf4\x59\x40\xdc\xd2\x90\x36\x3c\xa3\x0a\x3f\x77\x43\x36\xfa\xc0\x64\xa6\xb1\xe5\x1c\x6d\x4e\x42\xaf\x1c\xb7\xb6\x3d\x09\x5d\x98\x54\x09\xdf\x72\x8e\x36\x27\x96\x57\x98\xb7\x3b\xa9\x39\xf0\x71\x26\xb4\xad\x2d\x1f\x47\x28\x09\x53\x90\x8f\xb3\x61\xda\x4c\xaa\x71\x6f\x99\x36\x42\x6d\x8f\x13\xdc\x32\x6d\x84\x79\xd9\x7a\xbf\x36\x07\x97\xd7\x36\x78\x56\xd8\x08\xc6\x91\xcb\x17\x62\x1c\xd9\xd4\xdb\xab\xd0\xdc\xb6\xf5\xf6\x36\xec\x9a\x09\xfb\x6a\x43\xb1\xf9\x40\x65\x4b\xca\x96\x69\x23\x4c\xd8\x57\x3b\xf9\xb5\x21\xdc\x54\x28\x60\xdb\xaa\x7c\x1b\xf2\xcd\xbc\xec\x1c\xbc\xfa\x86\x0a\x53\xe1\x68\x6d\xa9\x30\xc2\xa4\x82\xc8\x96\xeb\x22\x54\x18\x40\x1b\xde\xcb\x03\x7c\x34\xbb\xd0\x8f\x06\xd4\xfe\x8c\x10\x5b\x62\x8b\x50\x3b\x5f\xdb\xe2\x7a\xc2\xa4\xfc\xf3\x96\xeb\xb2\x39\xde\xbc\xb2\x22\xba\xb3\xdf\x11\x98\x57\xf1\x59\x4d\xd1\x9b\xab\x0a\xa2\x5b\x11\x2f\x54\x7c\x3c\x2f\x04\xb1\xa5\xb2\xd6\xb9\x25\xb6\x08\xf3\xaa\x8a\x7c\xfc\xe2\x17\xbd\xd1\xaf\x9d\x35\xbe\x4a\x23\x34\x3e\x48\x1f\xb5\x0f\x1a\xe1\xe7\x00\x26\xc5\x76\xb7\xa4\x8f\x0d\x77\xa3\x76\x7c\xa1\xdc\x0d\x61\x42\xc8\xda\x16\x9e\xdb\xf0\x35\x2a\x79\xe7\x6d\x95\xb9\xcd\x19\xd6\x93\x49\xd5\xf6\x0c\xeb\x4d\x65\xb9\x4a\x62\x78\x67\x3f\x47\xf6\x73\x30\x4c\x59\x65\x6e\x43\xd4\xa8\xe3\xa2\x0b\xcf\xe7\xf1\x28\xe6\x33\xac\x6f\x89\x1a\x1b\xa2\x46\x25\xdf\xb9\x25\x6a\xec\x62\xaf\x3e\xc3\xfa\x96\x95\xb1\x39\xb0\xba\xb2\xda\xb8\x3d\xb0\x5a\x98\x9c\x13\xb0\x3d\xb0\x7a\x43\xd4\xa8\x64\x0c\xb7\x44\x8d\x4d\x2d\xba\xc9\x64\x6f\x5b\x8b\x6e\x43\xd4\xa8\x9c\xc9\xbc\x25\x6a\x6c\x88\x1a\x93\xc9\xde\x96\xa8\xb1\x39\x64\xba\x92\x73\xdb\x1e\x32\x2d\x4c\xce\x1c\xd8\x1e\x32\xbd\x61\x52\x54\x56\x1b\xb7\x4c\x0a\x61\x42\x4d\xdb\x32\x29\x36\xb4\x89\x3a\xda\x6f\x1f\x07\xb1\x65\x55\x08\x93\x7a\x2f\x5b\x56\xc5\x86\xf6\x50\x49\xf8\x6c\x69\x0f\xc2\xbc\x18\x51\x2d\x42\xb7\x61\x42\xd4\x61\xdf\xa9\x1f\xc0\x64\x8e\xba\x3d\x11\x5a\xa8\xc3\x5e\x61\xaa\x29\x4c\x6a\xc7\xec\x12\xf6\x1d\x53\x4d\x4e\x8a\xdd\xf2\x25\x84\x09\xa3\x6e\xcb\x97\xd8\x85\xb8\x6c\xd8\x88\xed\xa7\xd9\xfe\xa2\x37\xfa\x8b\x87\xee\x64\x60\xb4\x2e\x9d\x30\xa9\x96\xbc\x8b\x8a\x05\xc7\xa1\xb2\xbc\xbe\xe5\x38\x08\x93\x6a\xc9\x5b\x8e\xc3\x86\x65\x50\xd9\x32\xb0\x3d\x80\x59\x98\x94\xa6\xd9\x32\x0e\x36\x5c\x82\x3a\x9f\x29\xf0\x96\x4b\x20\x4c\xaa\x25\x6f\x2b\xbb\x6d\xd2\xf8\x95\xa3\x14\xb7\x79\x7a\x61\x52\x2d\x79\x9b\xa7\x17\x2a\x27\x33\xed\xea\x17\x02\x26\xd5\x92\xb7\xa9\xfb\x4d\x52\xbe\x52\xb3\x6d\x9b\x94\x17\x66\xc2\x09\x56\x3d\x31\x69\xed\xca\xf9\x4d\xdb\xb4\xb6\x30\x29\x99\xb3\xab\x56\x07\x54\x16\x23\xb7\x99\x6e\x61\xc2\x53\xdc\xd5\xfe\xaa\x44\x46\xd3\xd7\x36\x32\xe2\xbc\xe2\x99\xb0\x60\xcf\x2b\x16\x1a\x6b\x64\xdb\x4c\xf7\x6e\x8f\x7b\x6b\x2c\x88\xed\xa6\x7b\x03\x66\x62\x44\xf5\x08\xe3\xcd\x19\xc3\x8d\x05\xb1\xed\x19\xc3\x9b\x6a\x6e\x93\xf3\x2d\xb6\xd5\xdc\x84\xc6\x62\xd1\x6e\xc6\x4f\xc0\x4c\x9f\xc7\xf3\xda\xa4\xc8\x1b\xb4\xf7\x6d\x8a\x7c\x93\x16\x9f\xd4\x00\xda\xcd\x30\x99\xb4\x76\x63\x51\x67\x9b\xd6\x16\x66\xb2\x11\xc6\x3c\x1c\xfc\xdb\x58\xca\xd8\xcd\x2f\xd4\xfc\x1c\x0c\x8c\xe6\xb0\x37\x09\xeb\xc6\xd4\x7c\x9b\xb0\x16\x26\xc4\xcb\x6d\xc2\x7a\x93\x2b\x6e\x4c\xa7\xb7\xb9\xe2\x4d\xd2\x74\xa6\xeb\xe9\x09\x93\xa6\x9b\xc4\xdd\x4c\x78\x62\x13\x77\x9b\x22\x50\x8d\x5a\xf3\xdb\x22\x50\x9b\x23\x44\x27\x35\x5e\xb6\x47\x88\x6e\x72\x79\x0d\x02\xed\x36\x97\x27\x4c\x66\xfe\xdb\x5c\xde\xa6\x2e\x54\xd3\xc7\x5a\x17\x4a\x98\x54\x82\xd9\x9e\x04\xba\x39\x09\xb4\x5d\xcc\x21\x3c\x09\x74\x53\x3d\x6a\x66\x3a\xda\xea\x51\x9b\xf2\x4e\x4d\xa7\x60\xc6\x6f\x53\xac\xa9\x69\x1d\xc3\x70\x03\x98\x70\xed\xb6\x85\x9b\xf6\x78\xbe\x70\xa3\x66\xf7\x1e\x3a\x54\x60\xb2\xfc\xb0\x87\x5f\x9b\x2a\x4d\xcd\x4f\x6b\x95\x26\x61\x52\xf0\x75\x5b\xa5\x49\x68\x70\x57\xb7\x55\x9a\x36\x27\x81\x4e\x0a\xbe\x6e\x4f\x02\xdd\x9c\xeb\xd9\x12\x3a\x31\xfc\xda\x9c\xeb\x39\x29\xf8\xba\xc7\xb2\xf5\x8f\x8f\x6d\x94\xde\xde\x26\x27\x85\x09\x07\x70\x7b\xa0\xa7\xd0\x28\xdc\xb4\xcd\x57\x6e\x32\x91\x33\xa3\x98\x66\x22\x37\x69\xc7\xc6\x8a\xd7\x36\xed\x28\x4c\x0a\xe0\x6c\x6b\x39\x09\x8d\x82\xd3\xdb\x4c\xa4\x30\x29\xd2\xba\x87\xc1\x12\x99\xc8\x06\x39\x75\x9b\x89\x14\x26\x7c\xc2\x6d\xaa\x71\x93\x31\x6c\x1c\xa9\xb2\xcd\x18\x0a\x93\x22\xad\xdb\x62\x4d\x42\x4b\xcd\xab\x6c\x44\xa0\x00\x19\x91\x8a\x39\x1e\x35\x6b\x89\x98\x7a\x18\x53\x73\x38\xe8\xcc\x76\x8e\x3e\x1a\x68\x1c\x83\xb2\x3d\x1c\x54\x98\x14\xe6\xd9\xc3\x58\x0c\x68\x54\x97\xde\x43\xc5\x1c\x2a\x26\xc3\xe7\x50\x31\x39\x2f\xb4\x51\x5d\x7a\x7b\x5e\xa8\x30\x59\x20\xda\x9e\x17\x2a\x34\x28\xac\xdb\xba\x52\xc2\xcc\x7e\x0e\x63\x0b\xa0\xa5\xae\xc8\x77\x54\xc9\x33\x5d\xa8\x92\x93\x09\x6d\x89\x40\xc2\x22\x52\xc2\xa4\x6e\xeb\xb6\x88\xd4\xa6\x62\x54\xa3\x16\xd4\xb6\x62\xd4\xa6\x4a\xd4\xa4\x6e\xeb\x1e\x3a\x3e\xa0\x25\x46\x3e\xd3\xa9\xc2\xcc\xe5\xfa\xed\xa1\xd8\x82\x52\x9b\x04\x6c\x83\x53\xbb\x4d\xc0\x0a\x93\xd5\xaf\x6d\x02\x76\x93\x47\x6d\x2c\xfa\x6d\xf3\xa8\x9b\x92\x4e\x93\x0a\x46\xdb\x53\x41\x85\xa6\xd5\x4d\x2d\x05\x98\x14\x7f\xdd\x56\x7c\xda\x14\x6e\x6a\xda\x93\x85\x9b\x84\x09\x6d\x74\x5b\xb8\x49\x68\x6a\x91\x67\x87\x0a\x93\xe2\xaf\xdb\xcc\xed\x26\x5b\xdb\xd4\x0f\xcb\x3b\x09\x13\x72\xe9\xb6\xbc\xd3\xa6\xfe\x52\xf3\xcb\x5b\x7f\x49\x98\x94\x88\xdd\x1c\x1a\xfa\xc0\x7c\xae\xf2\xf1\xf1\xb9\x11\xa3\x46\xbb\x3d\x28\x74\x93\xa6\x6d\x2c\xfa\x6d\xd3\xb4\xc2\xfc\xbb\xc8\xd6\x6f\x7e\xb1\x29\xf2\x17\x55\x3f\xfc\xb5\x35\x93\x84\x46\xc1\xd6\x6d\xcd\x24\x61\xe6\xaa\xc8\x46\xa0\xa4\x19\x85\x9f\xfb\xd3\x08\x94\xb4\xd2\xab\x2a\x29\xd0\x28\xd8\xba\xcd\xef\x6e\x32\xb7\x93\x65\xc6\x6d\xe6\x76\x93\xad\x9d\x94\x51\xda\x6f\x63\x4f\xa0\x41\x08\xdd\x16\x35\xda\x6f\xbd\x27\x71\xac\x15\x8c\x36\xb5\x89\x1a\xb5\x89\xb6\xb5\x89\x84\x49\x39\xd1\x6d\x6d\xa2\x4d\x89\xa1\x46\xb9\xc7\x6d\x89\x21\x61\xb2\xf2\xb8\xdf\xce\xfc\xa9\x27\xd4\x0a\x6e\xd7\x7a\x42\xc2\xcc\x44\x6c\xd6\x13\xda\xd4\x13\x6a\x70\x31\xb7\xf5\x84\x84\xc9\xfa\xe4\x7e\xeb\xde\xa8\x27\xd4\x58\xea\xda\xd6\x13\x12\x66\x26\xae\x7b\xeb\xa5\x28\x1e\xd4\x58\xea\xda\x16\x0f\xda\x6f\x6d\x93\x98\xf8\xad\x6d\x92\x2b\x6e\x1c\xb2\xb1\xcd\x15\x6f\x52\xbe\x8d\x4a\x54\xdb\x94\xaf\x30\xa1\xb3\x6e\x0b\xe0\x6c\x32\xbf\xad\x0c\x45\x6f\x45\x6f\xae\x9a\x88\x78\x21\x4e\x7a\x6c\x94\xb6\xd9\xb7\xfd\x05\x4c\x96\x2c\xb7\xd5\x6e\x36\x15\x6a\x1a\x95\x95\xb6\x15\x6a\x84\x49\x95\xa6\x7d\x1b\xd7\x51\x5c\xa6\x51\xc1\x68\xdf\xeb\x23\xba\xb9\x2a\x21\x5a\x8a\x9e\x2e\xa4\xf6\xcc\xb6\xf6\x8c\x30\x29\x56\xb9\x6f\xbb\x90\x7a\x31\x8d\x42\x33\xdb\x7a\x31\xc2\xf4\x0b\xdd\x5a\xc7\x4d\x17\xba\x4a\x75\xdb\x85\xc0\xa4\xa4\xe5\x36\x7d\xbc\xa9\x2a\xd3\x60\xf7\x6d\xab\xca\x08\x93\xa5\xd4\x6d\x62\x78\x53\xbd\xa5\x51\x25\x65\x5b\xbd\x45\x98\x94\xb4\xdc\x66\x5b\x37\xd9\xd6\xe6\x9a\x91\xd9\xd6\x4d\xa9\x96\x06\xcd\x6d\x5b\xaa\x45\x98\xac\xc1\xee\x65\x5c\x47\xa9\x96\x46\xd1\x87\x6d\xa9\x96\x4d\x11\x96\x09\x49\x78\x5b\x84\x65\x2f\x34\xda\xa5\x9f\xa5\x46\x03\x93\x35\xd8\xbd\xfc\x42\x94\x6a\x69\x94\x24\xd8\x96\x6a\xd9\x9c\x9b\x38\xa1\x12\x6f\xcf\x4d\xdc\xa4\x79\x1b\x25\x09\xb6\x75\x59\xb6\xf9\x5d\xd5\xd7\xfc\xae\xd0\xa0\xa6\x6d\x8b\xb0\x08\xb3\xe0\xbf\x4c\xf9\x6e\x8e\x3c\x6c\x0d\xfd\x5a\x7a\x39\x60\xaa\xe4\xa6\x7c\x37\x29\xdf\xc6\x39\x12\xdb\x94\xaf\x30\xa9\x85\xb9\x2d\xe8\xb2\x49\xcd\x36\xa8\x69\xdb\xca\x26\xc2\xa4\xf0\xe5\x36\x4d\xbb\x49\xad\x36\x6a\x96\x6c\x53\xab\xc2\x84\xbc\xbc\xd7\xf9\x5c\xf5\x8c\xbb\xd4\x2c\xd9\x56\x36\x11\x26\x65\xba\xb6\x09\xd8\x4d\xd2\xb5\x35\x46\xfa\xe5\x77\x04\x26\xe5\x31\xb7\x09\xd8\x4d\x6a\xb5\xb1\x37\x76\x9b\x5a\x15\xa6\x26\x6a\xee\x74\x93\x28\x6d\xec\x1b\xdd\x26\x4a\x85\x49\x79\xcc\x1d\x7e\x5a\x0a\x9c\x34\x88\x62\xdb\xc3\xf9\x76\x30\x5d\xa2\x3c\xe6\x0e\x3f\x2d\xc9\xd1\xc6\x9e\xca\x6d\xb1\x13\x61\xba\xb2\x6d\xa2\x54\x68\x54\x36\xd9\x26\x4a\x85\x59\x18\xe6\x2c\x89\x22\x34\x76\x4b\x6e\x4b\xa2\x08\x93\x52\x9b\x3b\xb4\x5a\xa0\xb5\xf9\xdb\xb4\xad\x6d\x02\x56\x98\xb0\xbc\xb7\xe7\x00\x6e\x8a\xa8\x34\xc8\x6c\xdb\x22\x2a\xc2\xa4\x9e\xd9\xb6\x88\xca\xe6\xec\xbf\xc6\xf1\xf5\x3b\xd4\xa2\x20\x6f\xe3\x1a\x7d\x38\xc8\x72\xd0\x5f\x63\xd3\xe2\x0e\xf5\x23\xf4\x06\x8c\x82\x1e\xfa\xb7\x49\xf9\x36\xf6\xe5\x6d\x53\xbe\xc2\xa4\x3c\xe6\x36\xe5\xbb\xa9\x98\xd2\xd8\xff\xb6\xad\x98\x22\x4c\x6a\xa3\x6d\xcf\x01\xdc\x14\x28\x69\xec\x46\xdb\x16\x28\x11\x26\x47\x27\xed\x70\xc8\x8b\x67\xb4\x6a\x1d\xf5\x0b\x63\x29\x60\x52\x6a\x73\x87\xb1\x14\x79\xd8\xd6\x7d\x21\xb5\x28\x0e\xfd\xc5\x28\x48\x7e\xf6\x81\xa7\xbf\xd8\x34\xb4\xcd\xb6\x6e\x52\xa0\x8d\x5d\x3d\x7b\x3b\x26\x01\x13\x5e\xfa\xb6\x10\xc8\xa6\xf8\x47\x63\x6f\xc6\xde\x76\xf4\xb6\xa3\x99\xef\x5a\x08\x64\x6f\x42\x17\x8e\x63\xdf\xdb\x5e\x25\x09\x38\xa9\xbe\xb9\x4d\x02\xee\x43\x92\x99\x82\x65\xfb\x68\x4f\x64\x51\x1a\x5b\xe4\x8f\x59\x94\xc3\x81\x54\x6d\x3e\xbd\x7a\x3c\x90\x4a\x98\x54\x23\x39\x1e\x48\x75\xd8\xd6\xde\xe6\xd3\x13\xc7\x6d\xed\x87\x43\x95\x26\xab\xd1\xe7\x85\x27\x3e\x2f\x4e\x2f\x87\x72\x72\x38\x6c\xe9\x81\xe7\xd3\xb2\xba\x7a\x3c\x60\x49\xe8\x1c\x61\x7c\x48\x73\x7c\x60\xc2\xfe\x3c\x66\x3b\x0e\x07\x2c\x75\x66\xc5\xc7\x03\x96\x84\x49\xc5\x82\xe3\x01\x4b\x87\xfd\xe1\x1d\x72\xc4\x71\x7f\xb8\x30\xa9\x58\x70\xdc\x1f\x7e\xd8\x13\xde\xa1\x3a\x1c\x0f\x58\x12\x26\x4c\xd2\x63\xe6\xe4\xb0\x65\xbc\x53\xf6\xfc\xb8\x65\x5c\x98\x54\x2c\x38\x66\x4e\x84\xfe\xb2\x0b\x8f\xed\x22\x72\xa6\x62\xc1\x71\x63\xf9\x21\x99\xd2\xa1\x14\x1c\x93\x29\xc2\x6c\x76\xf4\xb1\x5d\x87\x76\xd1\x39\xe6\x57\x0e\x9b\xc1\x3b\x9c\xa3\xe3\x66\x70\x61\x52\xc4\xe0\x78\x32\xd3\x21\x0b\xd3\xc9\x74\x1f\xb3\x30\xc2\x6c\x1f\xd1\x52\x14\x5c\xd5\x10\x6d\x45\x9b\xab\x0a\x22\x7a\x82\x34\x4b\x27\xef\x7c\xdc\x32\x2e\x4c\x4a\x1d\x1c\xd2\x2f\x0f\xf0\x42\x8d\xc7\xdf\x3e\xfe\xf6\x85\x78\x3c\xea\x7b\xc8\x9c\x74\xd2\xa1\xc7\xcc\x89\x30\xf1\xd7\x87\x2c\xca\x03\x74\x61\x57\xe4\x0b\x2d\xbb\x70\x20\x7a\x2b\x5a\xcf\x55\x83\xc7\x2f\x1f\x8f\x9f\x68\x36\x75\xf9\x42\x8b\x2e\x9c\x2f\x44\xbe\x10\x93\x48\x7c\xff\x31\xbf\x72\x38\xa0\xa9\x93\xc8\x3a\x97\xba\x0a\x4c\xaa\x5a\x1d\x53\x2e\x42\xe7\xc4\xdf\x63\xca\x45\x98\xcd\xd7\x0e\x1b\xc1\x51\xf8\xa4\x6f\x8e\x87\x35\x09\x93\xea\x09\x87\x83\x9b\x1e\xe0\x59\x17\x37\xaa\x98\x97\x8a\xd9\xbc\xf1\xf3\xac\xa7\xf5\xec\xe9\x3e\x97\x8a\x69\xca\x85\xea\x09\xc7\x94\xcb\x21\xbf\xd2\x39\x1c\xf4\x98\x5f\x11\x26\xd5\x13\x8e\xf9\x15\xa1\x53\x84\xfc\x98\x5f\x11\x26\x14\xe7\xe3\x9e\xee\x73\xa1\x98\xa4\x23\xce\xa5\x62\x92\x5f\x99\x54\x4f\x38\xe6\x57\x4e\x62\xea\xd5\x7a\x42\x44\x47\xb3\xd1\xba\xc3\x72\x3a\xe9\xf6\x2a\xd5\xe4\x19\xcc\x8e\x9b\xae\x0f\x67\x2e\x75\x58\x4e\xc7\x33\x97\x84\xd9\x86\x22\x1a\xc1\xae\xe8\x4e\x65\xef\xe3\xae\x68\x61\x52\x20\xe0\xb8\x2b\xfa\xb0\xa1\xb9\xb3\xbc\x7e\x92\x6a\x92\x54\x93\x41\x53\xd7\xe7\x59\xbc\xd0\x78\x21\x5a\x8a\x68\xfd\x54\x64\xeb\x51\x13\x16\x75\x8e\xb9\x1a\x61\x92\x5f\x39\xe6\x6a\x0e\xa7\x29\x75\x16\xa8\x8f\xa7\x29\x09\xb3\xa1\x39\x6c\x9a\xfe\xfe\x90\x85\xe9\x97\x8f\xf7\x6b\x03\x93\x62\x03\xc7\x2c\xcc\x49\xcf\x17\xee\x2c\xf4\x1d\x76\x35\x7f\x60\x3e\xa3\xe8\x6f\x0d\xc5\xc7\xbd\xcf\x87\x3d\xca\x9d\x95\xb4\xe3\x41\x46\xc2\xa4\x62\xc1\x31\x49\x73\xd8\x5e\xdc\x53\x52\x14\x8a\xec\x02\x6f\xf4\xd7\x71\x36\x9c\x9a\x76\xcc\xc8\x1c\xce\x10\xea\xf0\x97\x8e\x67\x08\x09\x93\x23\x9d\x4e\xd6\x82\xc9\x89\x74\x8e\x85\x3d\xee\xcc\x15\x26\xa5\x0e\x8e\x3b\x73\x85\xce\xd9\x57\xc7\x9d\xb9\xc2\x24\x1e\x38\xd9\x0f\xc8\x9e\xdb\x4e\xd5\xeb\xe3\x9e\x5b\x61\x52\x10\xe1\x78\x60\xd0\xe1\xc0\xa0\x9e\x50\x19\x0f\x0c\x12\x26\x05\x11\x8e\x07\x06\x1d\x52\x2e\x9d\x03\xa9\x8e\x47\x01\x1d\x36\xd8\x4e\xb2\x61\xc7\x0d\xb6\x27\x3f\x83\x46\xcf\x1f\xd1\xe7\xc6\x37\x57\x55\x44\xb7\xa2\x9b\xab\xf8\x45\xcd\x15\x98\x14\x44\x38\xa6\x72\x0e\xe9\x9b\xce\x9a\xe2\x71\x1b\xae\x30\xbb\x37\x6a\xae\x40\xe7\x10\xa9\x63\x76\x47\x98\x1d\x65\x20\xd3\xf3\xc0\xe2\x2a\x7a\xd5\x8f\x06\xcc\xee\xe3\xfd\x68\x40\x67\xd9\xec\x98\xca\x39\xa4\x6f\x3a\x6b\x64\xc7\x0d\xb6\xc2\x24\x71\x77\x4c\xe5\x1c\x92\x34\x9d\xdd\xb4\xc7\x24\x8d\x30\x29\xae\x70\x38\x4f\xe8\x01\x9e\x55\xb8\xea\xf6\x59\xb7\xcf\x52\xe4\xb3\x16\x2f\xc4\x58\x59\x74\xe1\xc0\xa4\xb8\xc2\x31\x6f\x73\xc8\xc2\x74\xf6\xb6\x1e\xcf\x10\x12\x26\x41\xdc\x71\x6f\xeb\x61\x8b\x6a\x67\x15\xe1\xb8\x45\xf5\x70\x86\xd0\xec\xcf\x2c\xef\x78\x86\xd0\x29\xa8\x09\xfb\x51\x4f\x51\x4d\x8a\x6a\x82\x29\x78\x60\xd0\x29\x7e\xda\xc1\x0b\xf9\x69\x8b\x9f\xf6\xa2\xa9\x7e\x5a\x36\x8c\x76\xb8\x3d\xc7\x0d\xa3\xc2\xa4\xb8\xc2\x71\xc3\xe8\x61\xc3\x68\x87\xdb\x73\xdc\x30\x2a\x4c\x82\xcb\xe3\x59\x3d\x87\x34\x49\x67\x72\x7b\x4c\x93\x1c\x0e\xd0\xe9\x1c\x5c\x70\xaa\x7d\x5f\x99\x9a\xf7\x8f\x88\xd7\x26\x27\xd2\x21\xcc\x1c\x73\x22\x87\xfd\x95\x93\x3c\xea\x71\x7f\xe5\xa9\x8f\x13\xec\x54\xff\x3d\x55\x27\x08\xcc\x9e\x2a\xa2\xaa\xe8\xb1\x34\xc2\xc6\x63\xe6\x44\x98\x54\x52\x38\x66\x4e\x0e\x69\x92\xce\x76\xc6\x63\x9a\xe4\x90\x1a\x99\x94\x09\x3c\x55\x8f\x07\xf4\xc2\x08\x51\xed\x7b\xce\xc4\x99\xa4\x69\x8f\x67\xe2\x9c\x8a\x3d\x52\xfd\xf7\x54\xed\xb1\x6a\x8f\x59\x91\x2f\xc4\xf0\x09\x87\xe6\x54\x87\x4f\x60\x52\x6f\xe1\xb8\x0f\xf2\xd4\x4d\x7f\xf1\xd1\xaa\xae\x92\x63\x72\x66\xc7\x0d\x79\x0e\xce\xa9\x7e\x34\x9c\xb3\x1b\x15\x85\x49\xa9\x84\x63\x46\xe7\x90\xbe\xe9\x54\xd6\x3d\xa6\x6f\x84\xc9\x26\x98\x63\xfa\xe6\x90\xbe\xe9\x15\x0f\x60\xfa\x46\x98\xd4\x27\x3c\x55\xe3\x23\x7d\xd3\x29\x67\x7c\x4c\xdf\x1c\xd2\x37\x9d\x1a\xc3\xc7\xf4\x8d\x30\x3b\xd1\x9f\xe9\x9b\xc3\x16\xc6\x4e\x98\x7d\x9a\x0a\x00\x4c\xce\x79\x3b\x8d\xe5\x1a\xa1\x53\xf1\xf7\x34\x75\x02\x98\x64\xa7\x4f\x33\xae\x23\x15\xd4\xa9\xe5\x7b\x4c\x05\x09\x93\x69\xc9\x69\xc6\x75\xe4\x7a\x3a\x2b\x25\xa7\x69\xc8\xc0\xec\x18\xb2\xbb\x25\x4f\xbb\x69\x3d\x5f\xa8\x39\x3a\x93\xf7\x99\x9d\x78\xd3\xbc\xcf\x61\xa3\x62\xa7\x9e\xec\x71\xa3\xa2\x30\xd9\x6a\x73\x9a\xfe\x1e\xe8\xf0\x79\x4e\xd3\xb6\x9b\xb6\x4d\xf4\x67\x76\x48\xe8\xf0\x79\x4e\x53\x0b\x4d\x18\x75\x74\xd5\x84\xd1\x21\x23\xd4\xeb\xe7\x46\x1b\x41\x04\x42\x25\x86\x63\x2a\xe8\x70\xae\xcb\x24\x45\x7e\x3c\xd7\xe5\xb0\x9b\xad\x53\x9e\xee\xb8\x9b\xed\xb0\x83\x6d\xb2\x63\xf8\xb0\x8d\xed\x03\x9d\x4d\x69\xc7\xdd\x6c\xc2\x24\xf9\x7d\xdc\xcd\x76\xd8\xa7\xd6\x5b\xfe\xef\x72\xc5\xa3\xfc\x7f\x46\x62\x77\xb1\x09\x73\x7c\x7e\x1c\x73\xe2\xf0\x96\x4e\x61\xb7\xe3\xe1\x2d\xc2\x64\xc3\xf0\xe9\x1a\x30\xd0\x29\xd9\x76\x3c\xcf\xe5\xb0\x23\x6e\xb2\x61\xf8\xb8\x23\xee\xb0\xfd\xad\x3b\x69\x71\xfb\xdb\x61\xcb\xdb\x1c\xbe\x88\x81\x0d\x27\xb5\x74\x67\x02\x9e\xd4\x72\x38\x9d\x65\xb2\x15\xf8\x74\x0d\x98\xd3\x55\xba\x11\xb7\xa7\xab\x08\x73\x60\x87\x6e\x7f\x3b\x24\xd6\x3a\x47\x4e\x1e\x13\x6b\x42\xea\xe8\x02\x49\xb6\xef\x4f\xc7\xc2\xa8\x73\x75\xfa\xf9\x88\x12\xcf\xa2\x37\xb5\x30\xd2\x64\x9d\x95\x88\xd3\x75\x9e\xc0\x84\x24\x70\xba\xce\x93\x94\x59\x37\x48\x32\x65\x76\x38\xeb\x64\xb2\xad\xf8\x78\xd6\x89\x70\x25\x5e\xdb\x2c\x9a\x70\x39\xd0\x9b\x45\x13\x2e\x0e\x7d\x3c\x83\xa5\xce\x43\x62\x6d\xb2\x61\xf8\x98\x58\x13\xae\xf2\x79\x56\x28\x8a\x47\x44\x88\x37\x8c\x6c\x81\xc9\x1e\xe2\x33\x1c\x2a\x81\x4b\x0b\xf3\x74\x95\xc3\x89\x2a\x93\x3d\xc4\x67\xa8\x7d\xc0\x45\x1d\xc7\x33\xb4\x30\xe0\x72\x56\x31\x54\x48\x60\xb2\x61\xf8\x78\x06\x8b\x70\xe9\x16\xcd\xee\x1d\x52\x79\x73\xa0\x00\xa6\xf2\x84\x8b\xbd\xba\x67\x18\x4b\x9b\xdd\x63\xc3\xf0\x31\xbb\x27\x5c\x6c\xea\x39\xc3\x61\x84\x24\xdf\x64\x2b\xf0\x19\xc6\x70\x40\x82\x15\x78\x4c\xf8\x09\x93\x4d\xbe\x67\x38\x84\x03\xe9\xf2\xb5\xd5\x68\x20\x71\xea\xf9\x71\x1b\xe3\x31\x2d\xc8\xbe\xdf\x63\x5a\x50\x48\xe4\x52\x8e\x69\xc1\xc3\x9e\xc5\xc9\x8e\xde\xe3\x9e\x45\x21\xb1\x04\x7b\xcc\x14\x0a\x73\x10\x34\xb0\x7f\xf1\x01\x4e\x01\xff\xdc\xe8\x47\x23\xa0\x67\x47\xef\x31\x9f\x28\x24\x8a\x97\x1f\xf3\x89\xc2\x1c\xf6\xbd\xc3\x1b\x90\xf4\x48\xe6\x13\x0f\x5b\x0c\x27\xfb\x7e\xcf\x70\x94\x02\x32\xbb\x17\x8e\xc9\x43\x21\x53\x18\xee\x98\x3c\x14\x32\x7c\xf6\x63\xf2\x50\xc8\x2f\xbf\x90\xcb\x16\x40\x7e\xd9\x7a\xcd\xca\xb4\x20\x3b\xd7\x8e\x69\x41\x21\x93\xfb\x3e\xa6\x05\x85\x9c\x6d\xaa\x83\xe0\xb0\xcc\x7f\xf3\x2a\xbb\xd0\x7a\xe6\x9f\x1b\xed\x42\x42\x9e\xd1\xd1\x09\x43\x1e\x20\xd7\x8f\xc8\x77\x64\xee\x01\x63\xe5\x98\x16\x14\xb2\x33\x09\xd3\x82\xc2\x84\xb1\x72\xdc\x65\x29\xe4\xae\x62\xea\x01\xd8\x52\x39\x07\x93\x29\xb7\x54\x0a\xc5\x79\x9f\xf9\x44\xa1\x70\x4a\xea\x31\x9f\x78\xc8\x27\xce\xa1\x21\x3b\x12\x03\x25\x7f\x1e\x6f\xdf\x5b\x7a\xc6\xaf\x6d\x18\x0c\xcc\x41\x38\x60\x8a\x51\x28\x8e\xd7\xe6\x10\x85\xc9\xf6\xdd\x33\x1d\xaf\x81\x42\x19\xf7\x33\x1d\xaf\x39\xa7\x66\xb2\x7d\xf7\x78\x4e\x8d\x50\x28\x8d\x7d\x3c\xa7\x46\x98\xec\xd5\x3d\x53\x37\x04\x14\xca\xdc\x1e\x8f\xae\x11\x0a\xd5\x44\x6d\xfb\x33\x30\x3f\x51\xf1\x7f\x3b\xaa\x3c\xff\xff\x97\xf7\xcf\xdf\xfd\xfe\x9f\xdf\x3f\xff\xe7\xf7\x5f\xf6\xd7\xfa\xdb\x2f\xbf\xec\x1f\x7f\x8d\x1f\xd6\xaf\x5f\xbf\x7b\xa4\x5f\xb1\xcf\x0f\x3f\xee\x5f\xf6\x5f\x7f\xfa\xdb\x2f\x6b\x7f\xfd\xfc\xd3\xcf\xcf\x5d\xfc\xf7\x7f\x07\x00\x00\xff\xff\x22\x98\x3d\x9c\x0c\xae\x00\x00"); +func _aggf ()(*asset ,error ){_fgaf ,_bafd :=_eegd ();if _bafd !=nil {return nil ,_bafd ;};_cded :=bindataFileInfo {_dae :"RKSJ-V",_fb :915,_ae :_be .FileMode (436),_g :_a .Unix (1580492637,0)};_gagc :=&asset {_dd :_fgaf ,_ef :_cded };return _gagc ,nil ; +};func _ffad ()([]byte ,error ){return _c (_dfbdf ,"UniJIS-UTF16-H")};var _cfg =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\xd6\x4f\x6b\xe3\x56\x14\x05\xf0\xbd\x3e\x85\x96\xd3\xc5\x34\xef\xfe\x79\x7f\x04\x62\x60\xc8\x30\x90\xc2\xb4\xa5\x29\xed\xda\x91\x9e\x83\xa1\x91\x8d\xe3\x2c\xf2\xed\xcb\xb9\xc7\x4e\xa1\x8b\xc1\xe3\x63\xe9\x4a\xfc\x4e\x9e\x9e\xee\xee\x1f\xbe\x3d\x6c\x87\xcb\x78\xf7\xfb\xf9\xb8\x3c\xf6\xcb\xb8\x3f\x6c\xeb\xb9\xbf\x1e\xdf\xce\x4b\x1f\x9f\xfa\xf3\x61\x1b\x06\xd1\x71\x3d\x2c\x97\xdb\xd7\xf8\x58\x5e\x76\xa7\x61\xc0\xf9\x8f\xef\xaf\x97\xfe\xf2\xb0\xed\x8f\xa3\xf1\xb8\xf5\xed\x74\x3d\x76\x1c\xef\xfe\xe8\xcf\x87\xd7\xcb\xf9\x7d\xfc\xf4\x75\x3d\x3e\xf5\x9f\xc6\xb5\xef\x91\xff\x76\x5e\xfb\xf9\xb0\x3d\x8f\x9f\x7e\xd9\x9d\x76\x9b\x7c\xfc\xf0\xf8\x76\x3a\xfd\xd3\x5f\xfa\x76\x19\x6b\x64\x7d\x5b\xe3\x73\xb8\xbb\xff\xb1\x3b\xfd\xba\x7b\xe9\xe3\x5d\xcc\xfa\xcc\x33\x3f\xf3\xb0\xf8\xf5\xaf\x7e\x7e\x3d\x1c\xb7\x51\x7e\x4e\x49\xfe\x8b\xff\x7c\x3f\xf5\x51\xae\x53\xfe\xfe\x71\x5c\xfb\x98\x6e\x33\x1f\xbe\xdd\x1f\xdf\xb6\xcb\xa8\x96\xca\x35\x14\xde\xfe\x72\x5c\xfb\xeb\x69\xb7\xf4\xf3\x6e\x7b\xee\xc3\x38\xce\x29\xa5\xf4\x65\x9c\xf3\xd7\xef\xdf\xbf\xe0\xbe\xfe\x77\xc4\x30\xdd\xce\x3c\xac\x4c\x6e\x67\xa4\xb4\xdf\x7f\x19\xd3\x30\x27\xe1\x77\xc1\x77\xcd\x65\x98\x93\x32\x51\x24\x59\x74\x98\x93\x31\x31\x24\xb5\xb4\x61\x4e\xce\xc4\x91\x48\x52\x1f\xe6\x94\x19\xe5\x88\xb4\x61\x76\x61\x54\x22\xca\x86\xe1\x95\x51\x8d\xa8\x4e\x98\xde\x18\xb5\xb8\x83\xe4\x18\x3f\x31\x9a\x22\xb2\x84\xf1\x3b\x46\xbb\xeb\x7d\x62\xfc\x13\xa3\xa7\x88\x9a\x60\xfc\xc2\x68\x41\x64\xa9\x62\xfc\xca\x68\x8d\xc8\x14\xe3\x3b\xa3\x1e\x51\x6e\x18\xbf\x67\xb4\x8f\xa8\x79\x1a\x66\xa1\x94\x84\x94\xa7\xa9\x0c\xb3\x10\x4b\x02\xcb\x2d\xeb\x30\x0b\xb5\x24\xb4\xbc\xa4\x36\xcc\x42\x2e\x09\x2e\x6f\xc5\x87\x59\xe8\x25\x7e\x35\xc5\x78\x7a\x49\x78\x65\xab\x18\x4f\x2f\x09\xaf\x5c\x0c\xe3\xe9\x25\xe1\x95\x5b\xc3\x78\x7a\x49\x78\x15\x71\x8c\xa7\x97\x84\x57\xf1\x84\xf1\xf4\x92\xf0\x2a\x05\xc5\x0a\xbd\x24\xbc\xca\x84\x66\x85\x5e\x12\x5e\x55\x50\xad\xd0\x4b\xc2\xab\x3a\xaa\x15\x7a\x49\xbf\xf6\x8f\xf1\xf4\x92\xf0\xaa\x13\xaa\x55\x7a\x69\x78\x35\x41\xb5\x4a\x2f\x0d\xaf\xe6\xa8\x56\xe9\xa5\xe1\xd5\x2a\xaa\x55\x7a\x69\x78\xb5\x09\xd5\x2a\xbd\x34\xbc\x26\x45\xb5\x4a\x2f\x0d\xaf\xc9\x51\xad\xd2\x4b\xc3\x6b\xaa\xa8\x56\xe9\xa5\xe1\x35\x4d\xa8\x56\xe9\xa5\xed\xf6\xb7\x8a\xf9\x04\xd3\x89\x99\xa3\x5c\xa5\x98\xee\x98\x55\xb4\xab\x24\xd3\x20\x43\xfb\xb8\x04\xcd\x74\x61\xa6\xe8\x57\x89\xa6\x2b\xb3\x8c\x82\x95\x6a\xda\x99\x55\x34\xac\x64\xd3\x3d\x17\x49\x42\xc5\x46\x37\x4b\xcc\x14\x1d\x1b\xe1\x4c\x98\x65\x94\x6c\x94\x33\xbd\x2d\xb0\x34\xcc\x46\x3a\x0b\x3a\xb1\x84\x9a\x8d\x76\xc6\xb5\x69\x86\x9e\x8d\x78\xc6\xc5\x69\x19\x45\x1b\xf5\x8c\xab\xd3\x1a\x9a\x36\xf2\x19\x97\xa7\x27\x54\x6d\xf4\x33\xfa\xb9\xa1\x6b\xa3\x9f\xd1\xcf\x33\xca\x36\xfa\x19\xfd\xbc\xa1\x6d\xa3\x9f\xd1\x2f\x0b\xea\x36\xfa\xd9\x72\x7b\x2a\xe0\x1a\xf4\x33\xfa\xe5\x82\xc2\x8d\x7e\x46\xbf\xdc\xd0\xb8\xd1\xcf\xe8\x57\x04\x95\x3b\xfd\x9c\x7e\xc5\xd0\xb9\xd3\xcf\xe9\x57\x0a\x3a\x77\xfa\x39\xfd\x4a\x43\xe7\x4e\x3f\xa7\x5f\x15\x74\xee\xf4\x73\xfa\x55\x47\xe7\x4e\x3f\xa7\x5f\x2d\xe8\xdc\xe9\xe7\xe5\xf6\x28\xc3\x35\xe8\xe7\xf4\x6b\x82\xce\x9d\x7e\x4e\xbf\xe6\xe8\xdc\xe9\xe7\xf4\x6b\x05\x9d\x3b\xfd\x9c\x7e\x6d\x42\xe7\x4e\x3f\xa7\xdf\xa4\xe8\xdc\xe9\xe7\xf4\x9b\x1c\x9d\x3b\xfd\x9c\x7e\x53\x45\xe7\x4e\x3f\xa7\xdf\x34\xa1\x73\xa7\x9f\xef\xf9\xac\x55\x74\x9e\xaf\x7b\x48\xba\x3d\x7f\xd3\x30\x67\xfa\x65\xee\x0a\xa9\xa2\xf3\x4c\xbf\xac\xcc\x26\x74\x9e\xe9\x97\xc3\x4f\x45\xd1\x79\xa6\x5f\x76\x66\x19\x9d\x67\xfa\xe5\xcc\xac\xa2\xf3\x4c\xbf\x1c\x7e\xaa\x09\x9d\x67\xfa\xe5\xca\x4c\xd1\x79\xa6\x5f\xe6\xfe\xa0\x19\x9d\x67\xfa\x65\x6e\x10\x5a\xd1\x79\xa6\x5f\xde\x89\x71\xd3\x48\xb1\x23\xde\x76\x3e\xfc\x1f\xef\x08\x1f\x7b\xf6\xf2\x76\x3e\xf7\xed\x12\x6f\x08\xb1\x29\x63\xaf\x3d\x6c\xfd\xe3\x6d\xe3\x74\x3c\xe1\xac\xf8\xf7\x6f\x00\x00\x00\xff\xff\xfa\x9e\x80\x79\x99\x08\x00\x00"); +func _gga ()(*asset ,error ){_ffde ,_ace :=_efeb ();if _ace !=nil {return nil ,_ace ;};_cea :=bindataFileInfo {_dae :"Adobe-CNS1-4",_fb :1901,_ae :_be .FileMode (436),_g :_a .Unix (1580491191,0)};_gab :=&asset {_dd :_ffde ,_ef :_cea };return _gab ,nil ; +};func _aad ()(*asset ,error ){_bf ,_dca :=_ac ();if _dca !=nil {return nil ,_dca ;};_fed :=bindataFileInfo {_dae :"78-V",_fb :892,_ae :_be .FileMode (436),_g :_a .Unix (1580490959,0)};_ad :=&asset {_dd :_bf ,_ef :_fed };return _ad ,nil ;};var _daaa =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\xbd\x4f\xaf\x2d\x3b\x72\xe5\x37\x7f\x9f\xe2\x0c\xdb\x83\xb6\x32\x93\xcc\x24\x09\x3c\x5c\xc0\x92\xba\xe0\x6a\xa0\x6d\xc3\x6a\xd9\x06\x0c\x0f\x92\xfb\x8f\x5c\x80\xf5\xaa\xf0\xaa\x34\xd0\xb7\x37\xb8\xd6\x6f\xed\x57\x6d\x18\x38\x75\x27\x77\xc7\x21\x93\x0c\x92\xc1\x60\xfc\x63\xf0\xef\xfe\xe1\xf7\xff\xf8\xfb\x5f\xfe\xf0\x97\xaf\xbf\xfb\x5f\x7e\xfd\xe3\xe3\x9f\x5e\x7f\xf9\x7a\xff\xe1\x97\xe7\xaf\xaf\x3f\xff\xf1\xdf\x7e\x7d\xbc\xbe\xe6\xeb\x5f\xfe\xf0\xcb\x4f\x3f\xed\xc7\xd7\xf3\x0f\x8f\xbf\x04\xd4\x7f\x8f\x7f\xbd\xff\xf4\xd3\x4f\xeb\xfb\x7f\xfa\xf7\x3f\xff\xe5\xf5\xaf\xbf\xff\xe5\xfd\xc7\xaf\xe2\x7a\xcf\x7f\xfb\x13\x75\xbf\xbe\xfe\xee\x7f\x7d\xfd\xcb\x1f\xfe\xfc\x97\x5f\xff\xfd\xeb\x3f\xfc\x0f\xcf\x3f\xce\xd7\x7f\xf7\xf5\x7c\xbd\xd7\xdf\xff\xe7\x5f\x9f\xaf\x5f\xff\xf0\xcb\xbf\x7c\xfd\x87\xff\x7c\xff\xe9\xfe\x65\xff\x14\xfc\xd3\xbf\xfd\xe9\x4f\xff\xcf\xeb\x5f\x5f\xbf\xfc\xe5\xab\xe9\x6f\xaf\x5f\x9e\xfa\xff\xa7\xbf\xfb\x87\xff\x72\xff\xe9\x7f\xba\xff\xf5\xf5\xf5\x77\xff\xfc\xcb\x1f\xfe\xf3\xef\xff\xe9\x3f\xfe\xf3\x7f\xfd\x5d\xff\x8f\xff\xa3\x4a\x55\xf8\xbf\xbd\x7e\xfd\xf3\x1f\xfe\xf8\xcb\xd7\x5e\xfe\xfb\xed\xb8\x7e\xfb\xfb\x7f\xfd\xf7\x3f\xbd\xbe\x76\x5a\xf9\x3f\xfe\xf9\xf7\xff\xf8\xf5\x7f\xee\x5f\xfb\xf6\x75\x9c\xe5\x1c\xff\x17\x7f\xff\xdf\xff\xcb\x1f\x9f\xaf\xaf\xcd\x50\xf5\x08\x1e\x7f\x7c\xbe\xfe\xfc\xa7\xfb\xf1\xfa\xf5\xfe\xe5\x5f\x5e\x3f\x7d\x7d\xfd\xbc\x6d\x3f\xbe\xfc\xef\xe7\xf6\xbb\x1f\xeb\x2f\xff\xb0\x75\xfe\xf6\xf3\x3f\xfe\xee\xef\xfd\xb7\xff\xb4\x75\xfe\xfa\xf3\x7f\xfa\xdd\xdf\xe7\xaf\xbf\xd3\x5f\xd7\xdf\x7f\xfe\x5d\xfb\x7b\xfe\xfe\xfa\xe5\xf9\xff\xe9\xe5\xa7\xdd\x9d\xff\xf2\xc7\xbf\x3c\x5f\x6f\xff\x4d\xfd\xfe\xbc\xbf\x7f\x7c\xed\xeb\x8b\xbf\x2e\xfa\x69\xdf\x36\xb0\xfd\xc3\xf3\xf1\x7f\xdf\xbf\xfe\xf4\xf3\xf9\xf8\xf1\x35\xda\x4f\x3f\xb7\xf5\xff\xf8\xe9\xe7\xf6\xfc\xf1\x35\xea\x4f\x3f\xb7\xd7\x8f\xaf\x7d\xdb\x7e\xfa\xf9\x71\xdc\xdb\x6a\x6a\xfd\xa8\xeb\x6f\x4d\x3f\xcf\x1f\x5f\x97\xff\x78\xfd\xf8\x1a\x45\xbf\xda\x8f\xaf\x76\xf8\x93\xfe\xe3\xeb\xaa\xae\x39\x7e\x7c\xed\xe7\xa1\x9f\xf7\x8f\xaf\xbd\xba\xc2\x5c\x4d\x0d\xfd\x7c\xac\x0a\x6e\xe1\xb9\x7e\xba\xd9\xd5\xff\x59\xf5\x73\x0d\xe5\x50\xdd\xb9\xfd\xf8\x6a\xc6\x60\xee\x3f\xbe\xae\xa1\x0a\xb3\xae\xde\x4e\xfd\x3c\xd7\x67\xae\x7b\xfd\xf8\x6a\xad\xeb\x67\xfb\xf1\xb5\xef\xfe\xac\xff\xf8\xda\x8b\x3f\x5b\x98\x5d\x42\x67\x0a\x33\xff\x75\x61\x76\x08\x9d\xa9\x8e\xaf\x9f\x7e\x7e\x94\x7e\xad\xcf\x56\xbb\x65\xb4\xd5\xf1\xa9\x9f\xab\xb1\x7a\xe8\xe7\xaa\x7b\xae\xc6\xca\x9a\x91\x5d\xe8\x94\xa9\xba\x6a\x41\x1d\xd7\x85\x4e\x5d\xcb\x3a\xca\x75\xe9\xf7\xae\xdf\xbb\x7e\x1f\xab\x8d\x76\xba\xa0\x08\xb8\x86\x80\x2a\xa0\x34\x01\x1a\x63\x53\x0f\x55\x88\x9d\xed\x74\xc3\x4d\x40\x73\x6b\x5d\x40\x2f\x02\x86\x01\xb7\x76\xff\xf8\x3a\xb6\x52\x5c\x32\x05\x68\x85\x6a\x7f\xb8\x35\x57\x7b\xba\x35\x97\xbc\x8c\x8e\x9b\x7e\xbb\x64\x4d\x58\x1d\x9b\x1a\x38\x54\x6d\xec\x2e\x11\x6e\xe3\xd0\xd8\xd4\xd8\x28\xfa\xed\x2f\x2e\xf7\x6f\xa0\xb9\x7f\x21\x33\x8c\xb3\x16\xa5\x0e\xe3\xdc\x5c\x72\xaf\xef\x87\xdb\x9d\x8b\x46\x45\x06\x75\x18\xe3\xee\xb6\x8c\xf1\xf0\xe7\x2f\xf7\xe2\x4f\xde\xee\x45\xc0\x6d\x8c\x3d\x9b\xf7\xee\x12\x4d\xfa\x7d\xb8\xc4\x80\x27\xbd\xfb\x1b\x4f\xfa\xd0\xf8\x6f\x0f\x40\x54\x52\x6f\x4d\x7a\xdf\xfd\x4d\x17\x6a\x42\x60\x51\xfe\xa8\xbb\xe6\xe5\x16\xfa\x97\x7b\x9c\xfa\xed\xbf\x83\xa4\xe6\xe8\x06\x49\xd5\x9a\x20\xa9\x85\x5d\xc4\xbe\x57\xf5\x30\x8d\xe2\xa1\x01\xcf\x62\xc0\x95\xc0\xd7\xd5\xc0\x57\xbd\x4c\xe3\xab\xad\x57\x27\x13\xee\x6f\xba\x1b\x50\xff\xd3\x13\x4e\xff\xb7\x67\xdf\xdf\x98\x48\xaa\x5b\x7b\x08\xf0\x22\x4d\x4f\xb9\x07\x30\x4d\x24\xd5\x0d\x78\x34\xc7\x9a\xbe\xb3\x33\x9a\x4d\x80\x46\xb3\xeb\xe7\x22\x79\xd5\x3f\x43\xf0\x87\x00\x8f\xa5\x5d\x02\x4e\xf7\x5e\xc4\x01\xe1\x5c\xff\x3f\xbc\xec\x71\x76\x0f\xf4\x72\xdb\xde\x0d\x57\x11\x60\xca\x6a\xee\x6a\x18\x1b\x57\xf3\x6e\x38\xdc\x95\x48\xab\xf8\xf7\x62\x89\xa5\x19\xe5\xa7\xd6\x4c\x63\x59\x04\xbf\xda\xad\x02\x20\xf8\x2e\x40\xa3\x51\x7f\x8b\xde\xf7\x3a\xf4\xd3\x63\x39\xfd\xb1\xd7\xe5\x72\x7d\xd6\xc5\x2d\x79\x5d\x3c\xfe\x6c\x04\x7f\xc3\x46\x70\x6b\x5e\x17\xad\xe5\xb9\x76\xc2\x02\xdc\x1a\x5b\x41\x43\xcc\x56\x30\x32\xac\x8b\xc6\x6b\x4e\xd5\xc4\xab\x4e\x6d\x05\xd1\xf1\xa9\x8d\x70\xe8\xe3\xdb\x8c\xe8\x32\xe0\x75\xe9\xfa\x98\x3d\x21\x42\x38\xd9\x13\xa7\x4b\xd8\x13\xfe\xc6\x63\x29\xae\xe6\x3d\xa1\xa1\xb0\x27\x5c\xc9\x7b\x42\xb8\xb3\x27\x8c\x08\xe3\x70\x01\xe3\xd0\x14\xad\xdd\x32\xea\xe6\xdf\x6f\xb5\xa4\x95\x9a\xac\x88\x01\xaf\x48\xd7\xf8\xd8\x2d\xe2\x95\x27\xbb\xc5\xbd\xac\xdd\xb2\xb6\x81\xab\x99\xc2\xbc\xa4\xec\x16\x0f\x8b\xdd\xe2\x85\xd0\x6e\x39\x5c\xc9\x6b\xe2\xc5\x66\xaf\x88\x87\x9e\x93\x35\x71\x35\x18\xaa\x81\xe7\xfa\xdc\x2d\xad\x7d\xaf\x5d\x77\x89\x68\x34\x3b\x97\x88\xe6\xec\x22\xc5\xe6\xd3\xa0\x1f\xbb\x00\xd1\x9f\x66\xa1\x75\xcf\x82\x2b\xbd\xf5\xf7\x35\x55\x6d\xd1\xe5\xa8\xfb\xa6\xdf\xbb\xea\xe8\x5b\xb1\xe1\xba\x17\xfd\x2e\xfa\xbb\x7f\x57\xfd\xfd\xd4\x6f\xb6\xd8\x10\xe0\x33\xa5\xb8\x96\x27\x40\xcc\xa7\x41\x96\xe2\xdc\x6d\x78\x17\x55\x77\xee\x29\x28\x6e\x0d\x76\xd1\x04\x78\x0a\xb4\xa7\x1a\x13\xad\xf9\x68\x53\xb2\x86\x06\xd8\xd7\x3c\x8f\xaa\xcf\x87\x37\x58\x17\xf5\x0c\x8f\x64\xef\xfa\xed\x29\x51\x53\x23\x93\xe5\x5a\x1a\x8b\x08\x79\x78\x8b\x75\x51\xfb\xf0\x58\xfa\xe6\x5a\x66\xd5\x54\xeb\x06\x86\x00\xd1\xe5\xe1\x86\x6f\xfd\xf6\xdf\xcd\x0f\xfc\xf5\xc3\xbd\x6f\x02\x5e\x06\xdc\xc9\xdb\x9d\xe8\x93\xdb\xd8\x6b\x9d\xc7\xbd\xfb\x70\x50\x8f\xde\x3c\xdd\x83\xf4\xe6\xe9\xe2\xef\xe3\x36\x96\xbb\x1b\x30\x96\x22\xa0\x71\x83\x65\x13\xa0\x49\xee\xfd\xfc\x8e\x11\x0e\xf6\xd0\x70\xeb\x4f\xa3\x67\xc0\xbc\x60\xb8\x2b\x23\xae\x95\x1e\xde\x45\x7d\x57\xbf\xec\x22\x1d\xb8\x63\x7a\xde\x45\x5a\x63\x7a\xde\x37\x7f\xe3\x21\xe9\xcc\x19\x6b\x71\x47\xd5\xb1\x3a\xa6\x47\xd4\x0d\x78\x10\xda\xd1\xc3\x3b\xa7\x6f\x6e\xcc\x23\xaa\x6e\x6c\xba\xc4\xdf\x80\xb4\xb1\x01\xe9\x55\x72\x77\xe3\x29\x59\xe6\xee\x4c\xf0\x29\xc0\x78\x6e\x06\x44\xea\xe2\x54\xb7\x8f\x93\xae\xad\x7b\xfb\x28\xe8\xda\x1c\xb7\x05\xa3\xae\x13\xf4\xee\xc6\xa6\xb8\x9a\xf7\xb1\xa4\xb7\x5b\x67\x41\x2d\xae\x65\xcc\x8a\x91\x31\x1d\xec\xee\xc6\xd3\x29\xf9\xe3\x86\x8a\xb5\x4f\x6f\x1f\x13\xdd\xd8\x78\x43\x8a\x3e\x6f\x1f\x0e\x5d\xf4\x7d\x43\xb9\x62\x8f\x77\xe8\xd3\x8d\x19\xcd\xe1\x6f\x4c\x88\xc3\x8d\x19\x9b\xdd\x25\x20\xb0\xa6\xf3\x86\xf6\x74\x52\xdc\x37\x5b\x47\x93\xc6\x4a\x8b\x9d\xdc\x2c\xae\x56\xfa\x9e\xa6\x3d\x0f\x7a\xad\x87\x28\xe8\x5e\x6c\x4c\x7f\x9b\xcc\xb7\x56\x62\x4a\xf8\xd4\xd4\x4d\x0e\x5b\x31\x90\xc9\x0c\x57\x7f\x31\x22\xbe\x4f\xcd\xef\xe1\x4f\xe7\x8f\x2f\x31\xd5\x69\x99\xb3\x8b\x59\x4c\xf3\x30\x91\xc3\xcc\x9c\xa9\xfd\x70\x1e\x03\x48\xb3\x87\x80\xd5\x68\xf1\x17\xb0\x5e\xf5\xbb\x66\x49\x83\x9a\x9c\x85\xa7\xeb\x78\xc1\x74\xb6\x3d\x16\x29\x09\x8b\x87\xa8\xc5\xbf\x6a\xf0\x7d\x48\xf0\x10\x53\x78\xf4\x4f\x2f\x0f\x11\x46\x71\xdd\x85\x7b\x71\x53\xcf\xdf\xc6\xfc\x80\x10\x74\xb8\x3c\xcc\x1a\xbb\x8e\xef\x07\x6b\x27\x09\xe5\x01\x43\xd0\x11\xf8\x80\x21\x9c\x06\x5a\xd4\x94\x87\x38\x80\x58\xde\xc3\xba\x54\x37\xc6\x30\x83\xe6\x12\x37\x2b\xc1\xfd\xc1\xae\xd6\x71\xf8\x60\xad\x25\x85\x3f\xd6\x5a\xeb\x90\x7b\xb0\x71\xa5\x2a\x3c\xb4\x59\x35\xb5\x0f\x76\xa7\x84\xbb\x87\x4f\xaf\xde\x0c\x78\x80\xfa\xfc\x19\xda\x5a\x98\xbc\x2c\x75\x55\x2d\xec\xab\x4b\x3a\x34\xcb\x7c\xf5\x97\x81\x22\xe0\x6d\x40\xdf\x58\x6b\xf0\x26\x78\xdd\xb7\x4b\x0c\x4c\x03\xab\x9f\xd7\xa4\xda\xfa\xe6\xad\xed\x7d\x1d\xc7\xf1\x1d\xfb\x7b\x5b\xa6\xab\x22\xfd\xb7\x35\x9c\x2a\x7e\xfa\x06\x23\x2d\xd3\x5b\x5b\xf4\xd8\xb4\x5f\xdf\x22\xb7\x63\x1b\x2e\x39\x0d\xe8\x1b\x91\xd5\xb1\x2d\xf2\x78\x6e\xda\x00\xdb\x5a\x82\xe7\xae\x4f\xb6\xb5\x45\x5e\xdb\x7c\xeb\xa8\x39\xf6\x45\x95\xaf\x7d\x7a\xcf\x94\xb5\x51\x04\xe9\xac\x5b\x27\xc4\x6b\x9f\xcf\x29\x32\x5f\x5b\x5b\x90\x8f\xb8\x94\x89\x3b\xac\xe1\x0b\x12\x17\x5b\x13\xf8\x3a\xfa\xb6\x66\xe0\x58\xd3\x24\xa0\xfc\xf8\xba\x52\xb2\x86\x72\x2d\xd9\x51\x80\x04\x6c\x7e\xaf\x49\xfb\x00\xe5\xaf\x81\xca\xaa\x0b\x58\x0a\xfd\x45\xcb\x6b\x24\xd7\x22\x1f\x01\xdd\x5c\x40\xbf\x87\xf9\x80\x7e\x6b\x33\x6f\x00\x8b\x52\xb6\xd4\x5a\x94\x72\x04\x97\x97\x66\xc5\x80\xb8\x90\x06\xba\x00\x75\x19\x40\x5d\xd2\x80\xd4\xfc\x46\x03\x8b\x0b\x49\xe2\x10\xf0\x50\x6b\x3b\xed\x59\x8c\x02\xa1\x69\xb2\xaf\x6e\x71\x87\x5a\xfa\x01\x28\xe3\x45\x05\x18\x6e\x86\x32\xcd\xd7\x75\xf4\x1d\xf0\xfe\xf1\xd5\x3a\x63\xde\xd7\x68\x9a\x18\xde\x82\xb4\x72\xa5\x05\x52\x97\x83\x81\xcb\x94\x31\x24\xdc\xbc\x8e\x5e\x34\x0d\x97\x94\x33\x81\x6b\x22\xf6\x6d\x91\xff\xeb\xe8\x32\x02\xec\x7b\x3f\x03\x96\x1f\x5f\x6d\xdf\x00\x4e\x97\x0d\xc0\xf1\xe3\xab\x97\x2d\x35\x6f\x41\x15\xe8\x6d\xda\xf4\x48\xa4\x66\xf7\xed\xa0\xea\x5a\xc7\x76\xa5\xd5\xb5\x67\xfb\x96\x0e\xa5\xea\x82\x5b\xb5\x11\xe7\x53\x24\x5e\x7e\xee\x01\xd7\x02\xb4\x1d\xc0\x0a\x2b\xc4\x61\x35\xf3\xd8\x3a\x98\xae\xb5\xea\x65\xf3\xec\x48\x51\x1a\xd2\xc6\x05\x2d\x2a\xd7\xb1\x2f\xe8\x10\x74\x01\x59\x93\x38\xf8\x70\x4d\x6b\x2f\x9b\x49\xfb\x5a\xc3\x1f\x92\xe7\x17\xb4\x3e\x94\x30\x29\x60\xcd\x5a\x19\x00\x62\xdc\xc7\x66\x4c\xdb\xe2\x4a\xbd\x6c\x03\x68\xba\xb0\x01\x3e\x0c\xba\x9d\x66\x46\x70\x80\x9c\x24\x66\x49\xf3\x02\xea\x02\x8c\x4b\x5b\x13\xd5\xb7\x3d\x50\x13\x44\xc5\xc5\xa8\xfb\xc6\xee\x6a\x8b\x57\xf7\x0d\x42\x95\xdc\xdb\x0b\x35\xfb\x5a\xfb\x06\x99\xf4\xae\xce\x06\xc0\x1a\x10\xeb\xd0\x45\x06\xc7\xde\x53\x11\xe5\xb6\x01\xb6\xb5\xb8\x1b\x40\xff\xf1\x25\xfd\x4e\x80\x78\x78\x6d\x17\xa0\x37\xea\x48\xe9\x5a\xce\x1a\x4c\xac\xa4\xb3\xf1\xfa\x5a\xa3\x76\x41\x3e\x7d\x4d\xc3\x35\x0a\x40\xf1\x96\xe9\xdf\x30\x5f\xd5\x1d\xd8\xdb\x04\xac\xdd\x74\xa5\xc9\xb5\x99\x32\x82\xb5\x23\xda\x96\xf6\xdf\xea\x9a\x79\xb8\x35\x43\x0c\x60\x4d\xa5\x74\x5c\x01\xab\xb9\x4a\x0b\x4b\xb2\xed\xfb\xa0\xf1\x45\x9b\xed\x3a\x98\xae\x75\xc2\xb5\x2d\xc0\xb9\x8a\x68\x42\x4c\x84\xb5\xee\x53\x18\xb9\xa7\xd1\x3d\x48\xb8\xda\xb0\xa5\xed\x84\x68\x86\xc5\x9a\x93\xdd\x2e\x6d\xa4\xc1\x72\x25\xf5\x5f\xb0\x0c\x49\xfd\x0d\x66\x3a\x2c\x79\x9d\x6c\x5f\xcb\x78\xc7\xde\x3b\x20\x87\xc6\x05\xd8\x0c\x0e\xc0\x6e\xb0\x01\xbe\xcc\x6e\xa8\x2c\x4d\xe3\xd8\x3b\x2d\x2f\x7e\x2a\xe3\xcd\x02\xa6\xa6\xb3\x78\x20\xd3\x32\xcd\xc1\x1c\x3e\x24\xac\x1d\x07\x8c\xf8\x61\x72\xa7\x0c\x41\x0b\xce\xf0\xf2\xd9\x27\xa3\x86\x40\xf3\x5f\x56\xf0\x25\x79\xf3\x37\x10\x84\xea\x05\xa8\x13\x55\x06\x5d\x81\xc7\x7f\x5b\xf9\xfc\x6f\x41\x4f\x04\xbb\x42\x22\xc1\x6f\xa5\x3a\xb6\xf7\xeb\x68\x42\x63\x6c\xb2\x49\x5c\x87\x8f\x88\x51\x56\xe5\x7e\x78\xe1\x47\x11\x53\xde\x4e\x13\xd6\x10\x17\xea\x87\x91\x18\x32\x85\xf4\xc3\x7b\x7b\xc8\xe6\xd1\x0f\xf7\x39\x4e\x37\x73\xf2\xdd\x92\xa2\xfa\x71\x6e\x86\xa6\x5a\xf1\xd9\x32\xc4\x92\xfa\x51\x2b\x90\xbe\xf3\x14\x8d\x6b\xed\xaf\x7e\x78\x83\x8d\x6b\x31\x9a\x7e\x78\x67\x8e\x6b\x09\x89\xfd\xa8\x1b\x90\x70\x29\x69\x53\xfd\xf9\x3c\x1e\x97\x36\xc0\x41\x91\xe8\xe9\x48\xc9\x21\xc6\x72\x02\x69\x9e\x3e\x8d\xdc\x66\x73\xa5\x19\x9c\x3e\xd8\x0a\x95\xa7\x78\x27\xb8\x4c\xf1\x4e\x50\x99\x9e\xfd\x91\x8a\x66\x6c\x29\x7c\xac\x9a\x0c\x4f\xfb\xa5\x78\x74\xad\x7b\xc1\x47\x05\xd4\x09\x63\x96\x3b\xc4\x80\x61\xe9\xa3\x89\x5b\xf9\xa4\x1e\xcd\xd3\x47\xf3\x0d\x03\x9c\x4f\x98\x21\x4e\xdd\x8e\x02\xf0\xf0\x5a\xa6\xbf\xb5\xc3\xcd\x9e\x86\x6c\x1f\x8d\x45\x6f\x4b\x94\xee\x87\x89\x78\xb4\x45\x5b\xfd\x38\xe9\xdb\xa4\x95\x65\x6e\x6b\x61\x65\x4c\x5b\xc0\x64\xc2\xc0\xcc\xf2\x45\x56\x41\x1c\xb8\x59\x92\x19\xdd\xe3\xd9\x01\x5e\x3a\x4c\xfd\x59\x37\x55\x79\x3f\x0d\xb1\xb2\x7e\xf0\xd9\x10\xb3\xf7\x96\x1d\x43\xcc\xde\xac\x60\x88\x67\xf4\xc3\x47\xc4\x18\x3e\x9e\xcd\x35\xc7\x60\x95\x07\x50\x51\xcd\x02\x54\x55\xd6\x81\x34\xd6\xfd\x3b\xa1\x58\x55\x2f\x55\xad\x40\x5e\x64\x30\x13\x5f\x6d\xc1\x6c\x8a\x6e\xcc\x23\x87\xad\x09\xc7\xfe\x01\x17\x09\xb4\xb4\xa2\x9d\xb9\x8f\x60\xaa\xc9\x35\xa2\x61\x50\x16\x4e\xc6\x0d\xad\x9e\x29\xf5\xd4\xfb\xb4\x1b\x92\x90\x97\x90\xdd\x00\x5f\x3e\xb5\x0c\x4e\xce\x6f\xa8\xf0\xd1\xcd\x4b\x7c\xc4\x8d\xc7\x80\x1f\x6c\x80\xee\x88\x5d\xf7\xb0\x1f\xe7\x60\x37\x3d\x4d\xb4\xc8\x3e\xe3\x39\xa0\x0e\x4a\xe1\x1e\x4c\xd2\xcb\x1c\x82\xe5\x7b\xd9\xa6\x3d\x4c\x66\xf7\xa5\xba\xd7\x61\x4e\x73\x37\x9d\x0f\xc7\xe1\xcd\x71\x1b\x8b\x7d\x33\x69\xdd\xd6\xef\x0e\x58\xc8\xfd\x80\x28\x7d\x92\xdd\x56\xed\x0e\xd8\xcd\xfd\xf4\xcc\xb1\x45\x6e\xab\x5b\xc7\x61\xf9\xe1\x7e\x9a\x93\x42\x39\xf7\x6b\x9c\xbf\xe1\x78\xbf\x72\x84\xe8\xd3\x39\x6c\x2d\x39\xbd\xcc\x53\x56\x91\xbd\x22\x4c\xce\x5b\x27\x5c\xe9\x67\x4a\x9b\x2c\xf3\x9f\xd2\xa1\xca\x9f\xd2\xa9\x52\x23\x35\x65\xfa\xa8\x87\x77\xfb\xb4\xed\xa3\x22\x74\x4c\x59\x3f\xea\x55\x03\x1d\x3f\xbe\x0a\x67\xe5\xbc\xd7\x6a\x55\xc4\xb6\x29\x0b\x48\x65\x3f\x4e\x4c\x20\xc5\xc2\xca\xf4\xf1\x58\xcf\x42\x97\x1a\x5b\xe9\x67\x1a\x92\x4f\xed\xbc\x52\x79\xfc\xf8\x3a\xb7\x33\x2d\xcd\x05\xf5\x40\x8b\x9c\x5a\xb7\x34\x33\x65\x28\x29\x97\x19\xf8\x14\x9d\x16\xa8\x76\xde\x3a\x5c\x6a\xab\x7c\x69\x25\xbd\xf8\x6c\x9f\xb7\xbd\x7b\xbb\xc9\x74\xde\xd2\xce\x2b\xd2\xe9\xbc\xb5\x8c\x05\xc6\x3d\x4d\xf1\x65\x0c\xe6\x53\x14\x5f\xc7\x48\xe9\xda\x56\x63\xcf\xe0\x64\xa6\xab\x23\x93\xaf\x8d\x55\xc6\xc1\x58\x6d\x90\xdb\x36\x2a\xcb\x6a\xf3\x5b\x53\x32\xca\xd5\x3d\xa3\x95\x19\xa7\x6e\x0d\x9c\xa5\xd4\xd7\xed\x53\xd9\x56\x8b\xca\x10\xa4\xd8\x97\xac\xd5\x14\xc1\x54\x36\xf4\xb4\xc1\x67\xf8\xd0\x98\xd3\x16\x36\x54\xc8\x39\x45\x4d\xa5\x7b\xdf\x4d\x89\x19\xc7\xe5\xdd\x31\x6d\x1d\x2a\x97\x15\xb0\x69\xe3\x4f\x41\xad\x9a\x98\x7d\xaa\xf7\xce\x9c\x36\x9f\x20\xeb\xce\x69\x03\xca\x01\xc5\xc8\x14\x54\x36\x66\x75\xda\x0c\x0c\xe3\x98\xd3\x26\xde\xdf\xea\x36\x0f\x27\xa5\x7d\xe1\x74\xd1\xae\x74\xb2\xd2\x19\xba\x8d\x41\x05\x95\x71\x4e\x89\x33\xa5\x57\x50\xd4\xca\x5f\x19\xeb\x5a\xe9\x52\x58\xe8\xe9\x85\x3e\xc0\x5e\x36\x0b\x34\xe6\x39\x6f\xd9\xf9\x6b\xca\x16\xa9\x8d\x0b\x74\xb4\x6e\x97\x4f\xef\xf9\x30\x2b\x62\x4d\x1f\x3a\x3e\x39\x07\xa7\x58\x5c\xdd\xc6\x77\xb6\x5e\x55\x2d\xaa\xda\x80\xa4\xd7\x9b\x53\x4e\xd9\xb0\xea\xee\x03\x74\x3e\xd6\x9a\x94\xa3\xa5\xfb\xb6\xca\xf6\x74\xbf\x66\xea\x64\x23\x3e\xd6\xde\xaf\x87\x65\xdd\x29\xf3\x57\x39\x2c\xa5\x4e\x59\xc0\x4a\x19\x69\xf3\xb1\x6a\xee\xf9\xee\xb9\xa0\x23\xb8\x88\x47\x7c\x70\x79\x2f\x88\x89\x79\x88\x45\x20\x93\xce\x87\x96\x78\xbf\x52\xb6\x18\xc6\x80\x0b\x88\xbd\xd7\xc3\x52\xc6\x7c\xac\xf5\xae\x28\x99\xf3\x21\xff\x44\xc9\x88\xd6\x6a\x97\x16\xac\x17\x43\xa8\x05\xd6\x27\x7e\x5c\xcb\x91\x36\xa7\xa0\xd4\x7c\xac\xef\x6a\x6a\x2e\x2a\x19\x17\x23\x5a\x44\x52\xeb\x19\x68\x2d\xe7\x0e\x4b\x7c\xd8\x7f\xb6\x81\xd9\xe2\x1c\xa5\xb3\xeb\x64\xdd\x3b\x7a\x07\xcf\xc5\xfe\x8f\x9a\x99\x90\xb7\xec\x33\xbb\xeb\x24\xae\x17\x3b\x5d\x06\xbf\xe3\x62\xc7\xe9\x60\x38\xea\x99\x1e\xee\xbf\x62\xab\x8f\x45\x76\xf5\xca\x0c\x2e\x76\x52\xb3\xfb\x1e\x22\xc2\xbd\xa5\xf7\x35\x86\x96\x99\x90\x81\x70\x64\xa5\x65\x21\x1c\x3b\xdf\x89\xcf\xb4\x12\xc8\xfb\x3d\x35\xff\x9a\x71\xcb\x84\x58\x51\x3a\xe7\x63\x69\x58\x15\xa5\x67\xca\xa2\x58\x5b\x56\x73\xb1\xa3\x8a\xfa\x35\x1f\xf2\x06\x5c\xec\x5e\x1b\x1c\xeb\x99\x65\x99\x6b\x80\x0a\x5a\x10\x34\x05\xa5\xea\x63\x11\x68\xa6\x62\xb1\xad\x3a\x60\x9e\x0f\x89\x0b\xe3\xd3\xca\x3a\xa7\x8b\xc5\xcd\xa9\x03\xff\x38\xd8\x73\xcf\xb5\xcb\xce\x8d\x69\x7a\xae\x5d\x56\x4e\x48\xf9\xb9\x36\x52\x41\xd9\x99\x4f\x6d\xa4\x66\x69\x7d\x3e\xd7\x46\x2a\x98\xc8\xe6\x73\x6d\xa4\x73\xeb\x69\xa5\x69\x7b\x54\xa0\xfe\xe3\xeb\xdc\x4b\xda\x5c\x03\xec\x57\x5a\x59\x1b\xa9\xef\xa9\xb9\x0e\x84\x7e\xa6\xbf\x35\xbe\xe3\x48\x0f\xcf\x1f\x5f\x67\x81\x35\x3d\xd7\x46\x3a\xcb\x95\xef\xde\x82\xe8\x7d\x6d\xa4\x52\x4f\x7a\xd0\x46\xea\x6c\x8f\xe7\x90\x99\x07\x3e\xf5\x5c\x1b\xe9\x2c\x2d\xdf\x89\x5d\x6f\x29\x93\x28\x10\x3c\xd7\x26\x2b\x1b\x1c\xed\xb9\x36\x59\x39\x59\xea\xe7\xda\x64\xe7\x05\xd1\x3f\x75\xea\x5e\x5b\x6a\xae\xf1\x5d\x7b\x7a\x90\xa9\xbc\xa7\x87\xc5\xf2\xaf\x96\x56\xd6\x26\xeb\x3d\xfd\x69\xfd\x3e\x6d\xbe\x45\x84\xcc\xa0\x85\x21\x18\x3a\xa6\xe7\xd4\xb4\x76\x5d\x18\xed\xda\x80\xc7\x75\xe6\xbb\xba\x66\x82\x83\xec\xb9\x36\x60\xd9\x4b\xbe\x5b\xe3\xab\x2d\x65\x3a\x2f\xc3\xf8\x9f\x6b\x07\x9e\x21\xc2\xe7\xda\x81\xe5\x33\xd9\x6b\x07\x96\x7a\x7e\x17\x8b\xa0\xaa\x53\x5b\x30\xd8\x3c\xb4\xf2\xcc\xd3\xda\x9e\xa5\x7d\xfa\x7f\xad\xb2\x92\xb2\x45\xbd\x17\x92\x94\x6c\xc5\xc7\x91\x75\x71\x24\xc8\xd8\xc1\x4d\xfb\xb3\x5c\x81\x8a\xc8\x29\x1f\xae\xe1\x8f\x10\x97\x3c\xaf\x23\x93\xbf\xf6\x67\xf9\x2c\x9a\x9c\xdc\xe1\xd9\x4f\x7b\xeb\x90\x8d\x9e\x6b\x7f\x5e\xfb\xa7\x87\x35\xfa\xb1\xa5\x15\x0b\xe5\xf9\x6e\xf1\x9f\x2d\x1b\xc4\xce\xee\x0f\xf4\xfa\xf1\x75\x1d\x88\x36\x92\xb1\x8f\x1c\xd8\x2f\x39\x61\xd2\xca\x6b\x6d\xcf\x82\x29\x76\xbe\x64\xf0\x3e\xe1\xc4\xaf\xb5\x3d\x8f\x03\x5c\x5e\x92\x36\x90\xb6\xe7\xcb\xc6\x32\x6b\xba\xd3\x2e\x89\x6b\xa4\xcd\x35\x3e\xb4\xcf\xf9\xd2\x39\x17\x42\x7f\x39\x16\xe4\xd3\xdf\xd2\x45\x43\xe8\x2f\x39\xa9\xca\x91\x1e\x1e\x0a\x6a\x0b\x2e\x6b\x7c\x03\x06\x20\x47\xc7\xde\xcf\x40\x52\x13\xf2\xdd\xb0\xa5\x97\xef\xd6\xf6\xbc\xae\xe0\x29\x51\x26\x67\xc4\xcb\x41\x23\x67\xca\xaa\xb6\x04\x6d\xca\x43\x1f\x06\xf7\xd2\xf6\xdc\x47\xca\xda\x8f\xaf\x0b\x9b\xde\x7c\xad\xed\x79\xb5\x9a\x56\x86\xc5\x39\xa0\x35\xbe\x88\x64\x32\xee\x1c\xfd\xd3\xc3\x62\x3f\xfd\x48\xcd\xa7\xa4\x81\x0a\xf4\x5a\x73\x06\xbd\xc8\xec\x73\x9c\x9c\xb9\xb2\xfa\x1c\x03\x96\x66\xa3\xcf\xb9\xb3\x79\x64\xf4\x29\x3d\xcd\xe8\x80\x8c\x00\xf0\xd2\xfe\xac\x1c\xc1\xb2\x07\x95\x51\x03\x2d\xa1\x0e\x1b\xe9\x7c\xad\xfd\xf9\x91\xff\x5e\x92\xc4\x7a\x08\x46\xdb\xf3\x84\xfb\xc9\x6e\xd4\xf6\x3d\x3d\x4c\x41\x41\xd4\xca\x7d\x5a\x79\xfe\xf8\xea\xd7\x48\xd9\xda\x81\x35\xa4\x25\x99\x0d\x5b\xf5\x94\x13\x6a\xaf\x90\xf2\x6b\xed\xc0\xb6\xb7\x40\x87\x20\xbe\xd3\x06\x2c\x1c\x90\x2f\x6d\xc0\x0b\x4e\xfc\x5a\x1b\xb0\x9c\x9f\x56\xc4\x7f\xe0\xe7\x2f\x6d\xc0\x33\xf3\xa2\x30\x93\x12\x12\x99\x0e\xb3\x08\xb4\x36\x60\x84\xbb\x97\xe3\xb2\xb2\x91\x12\x98\x05\xf4\x94\xf9\x25\x90\x2c\x27\x23\xdf\xc9\x74\x02\x67\x7c\xcb\x42\x51\x18\xed\x5b\x02\x7f\xa4\x5e\x7c\x6e\x9c\xc0\x6f\x9d\x8f\x1b\xa2\xc9\x7b\x6d\xc0\x56\x3f\x35\xed\x2c\x6d\x40\x97\xac\xcc\xf9\x6e\xad\x5f\xb4\xa2\xb7\xf4\xe4\x12\xe1\xf9\xad\x03\xf2\x82\x7a\x71\xdd\x9d\xf9\x50\xc6\x6a\xe4\x9d\xf7\xda\x81\xad\xd6\x34\xb3\x58\x68\x24\x5b\x5b\x08\x47\x69\xdf\xf3\xe5\xb7\xb6\x67\x0b\xa6\x3e\x3d\x21\xe6\xf7\xda\x82\x65\xe8\xdc\x2b\xb8\xd8\x84\xcb\x02\xaa\x1c\x0a\xdd\x90\xfd\x10\x14\xc9\x0f\x21\x41\xa1\xd8\x17\x76\x5d\x29\x91\x79\xf9\xf3\x91\x9d\x61\x2d\x35\x65\xa4\x95\x06\x5d\xfa\x26\x73\x90\x05\x93\x62\x1f\xd8\xd2\xf1\x03\xca\xf1\x20\xad\xb3\xd8\x27\xb6\x1f\xfb\x06\x9a\x52\xe8\x2e\x9b\xe1\x16\xf8\x74\x2f\x6e\xf7\xc0\x48\x2b\x16\x57\xba\xc3\x79\xe1\xc5\xa5\x97\x29\x1e\xd7\x01\x84\xfa\x06\xf0\x76\xab\xae\xd8\x65\x01\xdd\x47\x03\x2a\x0b\x12\xc5\x16\xdb\xda\xbb\x42\xfa\x04\x9d\x82\x3a\xd0\x25\x28\xdf\x35\xd9\x2a\x2a\x50\x57\xd9\x01\x34\x64\x50\xdf\x80\xee\x55\x76\xa6\xcd\xa9\x9a\x03\xe8\x21\x28\xad\xc8\x0b\x50\x52\xf6\x52\xd9\x05\xf4\x16\xe4\x36\x65\x0c\xe9\x0a\xd3\x15\x64\xdb\xce\x09\x74\xa8\x66\x20\x8d\x8f\x79\x19\x38\x0f\x07\xe0\x90\xa9\x6e\x18\x35\x07\x7a\x6c\xb5\x05\x5c\x85\xfb\x15\x48\xad\x32\xa5\xb2\x7c\xf4\xfd\x3a\x80\x34\x6b\xe7\x05\x74\xba\x8f\x13\x50\xd3\x76\x05\x6a\x2e\xcc\x97\x9a\x37\x48\x45\x76\x8f\x6e\x19\x6f\x41\xb7\xaa\xf6\x01\x38\x0d\xa6\xee\xc3\x0d\x55\xc0\xa7\xfc\x52\xa9\xab\xa9\xfb\x8c\xeb\xed\x71\x51\x28\x49\x6b\xab\x29\x95\x95\x64\xab\x83\x91\xc9\xdd\x65\xeb\xfd\x82\xbc\x76\x0d\x48\x6b\x77\xa6\x1d\xad\xdd\x05\xb6\xf6\xe0\x9c\x81\x84\xc0\x95\x56\xb4\x76\x6c\xbf\xdb\xf4\x77\x7a\x06\xa6\x25\xfc\xec\x16\x29\xd2\x7d\xab\x81\xe4\x05\x85\xac\xac\x0f\xef\x0a\x94\x10\x28\xea\xec\x05\xe8\x72\x61\x03\x54\xa4\x78\x67\xaf\x48\x25\x5e\xa5\x03\x70\xb8\xb4\x02\xde\x06\xd3\xcf\x34\x98\x7e\x1e\x06\x83\xd3\x53\x6e\x3e\x0f\xe6\x61\xa7\x62\xaa\xca\x80\xb7\xb1\x7d\xa4\xdf\xf6\x0d\x72\x96\x7e\xbb\xa4\x87\x54\x95\x93\x11\x7a\x7e\xd8\xd1\xd6\xa1\x4b\x69\xaa\x7d\x63\xcb\x3c\x6c\x42\x86\x84\xa5\x9b\xf6\x8d\x0d\xeb\xc8\x93\x7d\x6c\x0c\x5b\xb6\xc9\x7d\xc0\x89\xa4\x9d\xb6\x33\x5d\x2a\xae\xff\x64\xa1\xa5\x81\xf6\x8d\x65\x90\x06\xda\xce\xf4\x2f\x0b\xd6\x3e\x76\x06\x39\xb5\x4d\xd8\xb3\x56\x25\x51\xd1\x16\xb8\xf0\x29\xc7\xb7\xfc\x7a\x55\x35\x3a\x74\xe9\x60\x7e\x2b\x7e\x0b\xec\x06\x53\x2a\xb7\x2b\xbb\x5f\xda\xe4\x2a\x64\xd4\x62\x22\x1b\xac\xc8\xd1\x2d\xfb\x38\x52\xd7\xc8\x17\x2f\xae\xad\xc4\xfb\x60\xfa\xa4\x35\x2e\xf0\x04\xd4\xdc\xd6\x40\xb2\xa4\xc3\x56\x9e\x26\x9a\xc1\x54\x4b\xff\x6b\x67\x4f\xd5\x5b\x63\x19\x40\x22\x8a\x9e\x3e\x5e\x9a\x12\x20\xf9\x62\xcf\x41\x2b\x0e\xe3\x18\xe9\xc3\x81\x1c\x83\xfd\x26\x4d\x6e\x81\x3b\xa0\xf0\x81\x3d\x5a\x65\xd8\x3b\x1c\xe9\x69\x1f\x3d\xdc\x42\x42\x7b\xbb\x3e\x90\x4e\xab\xe3\x00\xb2\x3f\x35\xdf\xbd\x35\x48\x37\x2a\xf1\x77\x35\x0a\x28\x27\xdb\xc6\xec\xbc\xa0\xe0\x06\x24\x6c\x8e\xd4\x14\x01\x33\xe9\x76\x2f\xee\xfd\xca\x87\xda\xf1\x6c\x8b\x97\x0f\x44\xce\x83\x97\x9d\xaa\x50\xec\xcb\xc4\x0d\x6e\x92\x2b\xbb\xdd\xa4\xc5\xae\xc4\xbe\x33\xab\x92\xde\xfa\x06\xb9\xbc\x4c\x93\xc7\x00\x72\x2b\xa9\xe9\xe0\x09\xb7\x62\xc9\x07\x6d\x6a\x81\x55\xdd\x07\x12\x03\x86\x8b\x4a\x4a\xe9\x5b\x09\x24\x06\x07\x57\x90\x94\xd2\xae\xdd\x88\xbe\xc5\xf2\x2d\xa2\x2d\xc8\x0c\xc4\xcb\x36\x14\xdd\xb3\x17\x7b\x91\x17\x68\x53\xb8\x47\x35\x36\x71\xaa\x66\xc7\x62\x19\x9b\x23\xc4\x86\x8c\x77\x0b\x7c\xb8\xf4\x02\x7c\xe9\x66\xca\x6e\x70\xb7\x95\x1a\xca\x1f\xbb\xcc\xd2\xed\x90\x5a\x55\xc6\xd1\x51\xf8\xdc\xf2\x21\x52\x6b\x36\xb7\x95\xe1\x2b\x35\x57\x33\x21\x8e\x43\xbb\xa6\x39\x38\xa3\x8c\xa2\x7d\xd1\x8b\x59\xe2\x28\xe2\x9f\xcd\xc6\xb9\x32\x8a\x03\xf2\x2c\x06\x96\x51\xb1\xaf\x5e\x80\xb2\xd9\x60\x7f\x2c\xc3\x81\xe6\xad\x98\x6c\x87\x82\xbd\x17\xe8\xd9\xb8\xac\x10\x14\x70\xbe\x34\xa2\x66\x63\x69\x19\x4d\x73\xd5\x1c\x97\x53\x86\xa3\x91\x5b\x31\x21\x8d\xe6\xab\x20\xdb\x45\xa9\x62\xdf\x5a\x31\x2f\xb6\x93\x6f\x6f\x75\xf3\xf0\xbb\xd5\xae\xbd\xb8\xe5\x21\x26\xdf\xaa\x99\xf3\x70\x20\x67\xab\xad\x00\x5e\x06\x1b\xe0\x30\xe8\x96\x6d\xc5\x6e\x1c\xb6\x43\xf6\x80\xbd\x9d\xe6\x46\xe3\xe9\x25\x3b\xcd\xb9\x86\x14\xf4\x05\x1a\x67\x6f\xb0\xd2\xbd\xe1\x87\xa5\xf2\x76\x06\xd4\x61\x5c\x77\xef\xdb\xf1\xf6\x6c\x9c\x8d\x52\x0f\xf0\x04\xc9\xb7\x38\x5b\x3b\x7d\x00\xde\xba\x55\xb6\xc0\x6e\x50\xc6\xc0\x30\xa1\x5b\x82\xe6\x02\x35\xcf\xf7\x4e\x65\x73\xff\x7b\x1f\xc6\xd9\x23\xba\xf7\xdb\x58\xf9\xa4\xb8\x0f\xdf\xa5\x59\xba\xd1\x77\x4c\xfd\xf6\x5d\xaf\x61\x2b\x59\xb9\xcb\xbc\x7f\xf3\xec\x94\x5b\xb7\x82\x76\x22\x51\x16\x78\x1b\x34\x8e\xa7\x51\xbe\xcc\x61\xef\x4b\x86\xd6\xcd\x11\x67\xe5\xbe\x7c\xa7\x85\xb9\xb9\x15\xb6\xbd\xc0\x66\xd0\x64\xd5\x76\x4a\xa5\xb1\x35\x5b\x46\xcb\x7d\xfb\xaa\x09\x12\xe9\x6d\x87\xc6\xb6\x9b\xaf\xdd\xd3\x91\x84\xbb\x97\xe8\xb6\xe3\xa1\xd9\xa1\xbe\x40\xe1\xec\x40\x8a\x72\x4f\x6f\x32\xdb\x47\xcb\x3d\x1d\x36\x5d\xcd\x06\x6f\x19\xc6\x57\x65\x77\x64\x5f\x61\x73\xc4\xcb\x02\x1f\x06\x8d\xf3\xc3\x46\x2e\x1b\x8f\xcb\x2d\xdb\xd1\xde\xba\x85\xe8\x5b\xd6\x9b\xbd\x35\x4b\xe6\xf7\xcb\x5b\xb0\x9b\xc3\xde\x2f\x2b\x5b\xf6\x3f\x2c\xd0\xdf\x32\x93\x52\xc1\xf7\xd6\xcd\xba\x6e\x69\xa5\xfb\x05\x53\xb9\xa5\xee\x2d\x70\x07\xf4\xb7\xde\x91\xf7\x5b\x1a\x4a\x63\x37\xdf\x6f\xdf\xae\x40\x60\x9f\x9b\x68\xff\x1a\x16\x2d\xe7\xe6\xed\x6b\x4b\x47\x99\x45\x2d\xb7\xe1\x69\x9f\xc5\x2c\x07\xd9\x60\xfa\x16\x59\xb3\x2b\x78\x81\x9a\xab\x21\x0b\x5c\x99\xba\x0c\xb5\x3a\x32\x78\x2a\x26\x00\x25\x6d\xfa\x82\x4a\x1b\x26\xd0\x79\x69\x5e\xfb\x66\xfd\x6b\x3a\x5e\x21\xa7\xcf\x74\x74\xc1\xd8\x3d\xaf\x53\x91\x5e\x7b\xb7\x7a\x5b\xa6\xf9\x42\x44\xa6\xd9\xad\x0e\x05\x8b\xe1\x1b\x4d\xa8\x72\xd3\x51\xff\xdd\xce\xc7\x05\x5e\x02\x7d\xe6\x4e\x47\xf1\x77\x2b\xea\x05\x27\x6c\xdf\xcc\xcb\x26\x61\xe7\xd5\x14\x6a\x87\xe8\xde\x37\x33\x91\xe9\xf8\xe6\xb3\x7a\xa3\xd8\x14\xbb\x77\xa8\x1b\x03\xe0\x35\xcc\x7f\x6d\xe5\xdb\xfb\xee\xa3\xd7\x86\xbd\x3d\xaa\x91\x8d\x1c\x7b\xe4\x72\x5b\x32\xf6\x8a\xb8\x8d\x1e\xde\x77\x06\xf8\xa6\x23\x33\x91\xf9\x1e\xcc\xd5\xaa\x5c\xfb\x36\x5d\x59\xda\x40\xed\xbb\x3c\xb1\xdd\x06\xa9\xda\x0f\xdf\xcd\xd0\x3d\xaa\x57\xed\xdc\x65\xac\x42\xa3\x12\xde\xd8\x6d\xab\xab\xdd\x57\xb3\xba\x3d\xe1\x0b\x7c\x0b\x14\xa7\xab\xdd\xa7\x02\x31\x3a\xb5\x5f\x62\x6d\xdd\x47\xd7\x02\x5d\x59\x36\xd6\xea\xf0\xbc\xbd\x1f\x12\xee\x17\xf8\x32\xe8\x96\x9b\xcd\xa3\x36\xd3\x57\x07\xd0\xed\xdd\xe7\xdc\x02\x5d\x79\xb8\xb2\x2f\x6b\x54\x47\x18\x54\x6b\x6e\xeb\x8c\x34\x56\xf6\x6d\xf6\xc2\x10\xcc\x09\xba\x2e\xc9\x08\x94\x69\xbb\x30\x04\x07\x2b\x74\x1b\xef\xab\x65\xe6\xbd\xfb\xac\xaa\xfd\x69\x62\x28\xcd\x23\x7a\x1b\x67\x5d\x65\x59\xa0\x36\x59\xd7\xcd\x94\x57\x1d\x9b\xe7\xca\xc4\xb0\x40\x3b\x51\x53\xea\x25\x73\xec\xf0\x02\x1f\x06\x4f\x83\xe2\x22\x5d\xf7\x33\x5e\x75\xec\x36\x36\x5a\xbd\x5f\xa0\x0e\xa7\x4d\x9a\x6a\x1d\xbb\x38\x41\xaf\x1f\xf0\x36\xa8\xe5\x1e\x87\x36\x68\xaf\x97\x9b\x3a\x3c\xb1\xeb\x9c\xfb\x86\xef\xaf\xba\x1e\xdf\xf0\x08\x8a\x89\xbd\x4a\xba\xa8\xc3\x97\x56\xfb\x79\x54\xc0\xa7\x41\x63\xe1\x4b\x98\xd5\x91\x0e\x75\xf8\xc6\x60\x3f\xbd\x26\x83\x5b\x58\x19\xee\xa5\x45\x68\x0e\x4a\xae\x43\xa7\xc2\xde\x4f\xfa\xbd\xec\x2f\xda\xa9\xac\x80\xa1\x25\x22\x77\x40\xb1\x63\x9b\x11\xeb\xe8\x26\xc9\x8b\x79\xed\xc3\x0e\x33\x53\xf7\x18\x16\x81\xec\x86\xab\x83\x8b\x3d\xba\x2b\xf2\xaa\xc3\xb7\x30\xba\xed\x41\x0b\xf4\xbd\xe6\xba\x03\xba\x65\x93\xf3\xb0\xce\xd8\xaf\xe1\x11\x3d\x7c\x6b\xd5\xae\xd5\x3a\xe4\xcf\xd8\x7b\xdb\x3d\x84\xb7\x23\x11\x0e\xe6\xca\xa7\x7c\x77\x40\x54\xbd\x37\x93\xa4\x03\xa7\x17\xf8\xb2\x49\x5a\x68\xdc\x8e\x86\x6e\xb6\xd8\x2c\x50\x8b\x62\xff\x67\xbd\x2d\xf2\x75\x7b\x27\xea\x7d\x99\xd1\x5b\x65\xae\xb7\xa2\x5e\xf7\x6e\xa5\xb3\xde\xcd\xa4\x31\x24\x3e\xd5\xbb\xab\xe5\x6e\xcd\xb2\xde\x8a\xdd\xdc\xbb\x4f\x94\x7a\x3b\xf4\xa0\x0f\xb0\xb2\xf2\x56\x9a\xb9\xc8\x2d\xfd\x6c\xef\x0e\xaf\xa9\xf7\x33\x6b\xe4\xa6\x2c\x90\x77\x07\x53\x2c\xd0\xfd\x0e\x4a\x07\xa5\xc6\xd9\x12\xd1\x59\x25\xf6\xd7\xe9\x9d\xd1\x6c\x77\xaa\x53\xa6\xb6\x7d\x38\xf6\xa9\xce\x4d\x68\x0c\x5b\x7b\xea\x2c\xdd\x86\x77\x6f\xfd\x59\x44\xec\x63\xf3\x6c\xcc\xa2\x05\x1d\xe6\xa9\x75\xfa\xce\xf5\x70\x6c\x45\x9d\xba\x2f\xb8\x0f\x9b\x9c\xeb\xec\x7f\xe5\xe0\x5f\x90\xc2\x18\x3e\x90\xe5\x6c\xcf\xc5\xec\x76\x6e\xb4\x7c\x28\x8b\xe9\x99\x32\xb9\xe6\xf7\x7c\x38\xe4\x57\x4a\x99\x5c\x16\xdb\x00\x92\xc7\xad\xa6\xa6\x99\xf6\x07\x7c\xfe\xf8\x2a\xa7\xb9\xc5\x14\xc3\x2b\x36\x75\x2c\xe8\x6d\x6c\xe8\x5f\xce\x79\x9b\xb8\x16\xa4\xf8\x23\x9d\x93\x0b\x02\x71\xda\xd1\x16\xae\x1d\x74\xc6\xa9\x0f\x0f\x20\xf9\x61\x4a\xa0\x26\x7f\x7c\x1a\x95\x1f\xd8\xdb\x66\x2a\x66\xb8\x58\xb0\x5c\xd0\x4b\x03\x4e\x4d\xc5\x16\x1d\x83\xaa\x6b\x05\xca\xc8\xf8\x6f\xbb\xb2\xe8\x42\x41\xd8\x56\x0b\x16\x34\x8c\x69\x03\xbc\x85\x1b\xc3\x70\x34\xce\xc1\xca\x75\x89\xe3\x04\xf6\x2c\xd0\xfe\x1d\x66\xce\x52\xe3\x01\x85\xf4\x75\x72\xd6\x2d\xc8\xea\x0c\xd6\x15\x60\x41\x4b\x84\xdc\xb7\x2c\xa4\x3c\xe1\xdb\x08\x64\xad\x2d\x93\x6e\x57\xdb\x15\x68\xc8\xc5\xc3\xb4\xca\xb6\x6f\x3d\x7d\x41\x72\xae\x8d\x94\xbd\x3f\x01\x1f\x75\x0e\x22\x45\x3a\x50\xf9\xf1\x55\xac\x81\x2d\xa8\x3a\xde\xab\x02\x4a\x99\xab\x03\xc8\xbb\xa2\x04\xec\x56\x2a\x2e\x40\x45\x79\x6c\xe3\x5b\xa6\x3e\x87\x08\xcb\x21\x74\x0b\xf2\xbe\xdd\x81\x14\x6a\xc5\x88\x87\x45\x3b\x87\xe6\x2d\xf0\xfc\xf1\x75\x55\x66\x59\x97\x35\x6b\xb6\x92\x6e\x6b\x1e\xa7\xb9\xdd\xd4\x75\xcd\xba\x6f\xa9\x39\x3e\x31\x2e\x0b\xba\x7f\x0b\x6a\x5b\xe0\xc3\x2b\xc0\x38\x06\xea\x0f\x90\x90\x3b\x53\x26\x47\xcf\x41\x8f\xeb\x84\xac\x57\x86\x21\x67\xf2\xbe\x35\x3e\x54\x58\xc6\xbe\xb1\xcc\x03\xd2\xaa\x4c\xec\x14\x4d\xc2\x6e\xa4\x55\x94\xa3\x83\x8f\x64\xa5\x61\x63\xf9\x02\x75\x04\x04\x59\x49\x30\xd5\xae\xb5\x3a\x7d\xb9\xf1\x82\x7d\xe8\x42\x63\xdd\xb7\x1d\xe8\xb7\x50\x9e\x05\x5d\xda\x05\x29\x93\x4f\x0c\x1e\xa5\xc0\xbd\xa3\x41\x9f\x92\x2f\xeb\xbe\x05\x9a\x8a\x4e\x0a\xf4\xf8\x04\x04\x2d\xe8\x69\x64\x1a\xe0\x4b\x1f\x02\x99\x09\xb0\x5f\x65\xd8\xde\x07\xa4\x63\x99\x75\x94\x94\xd9\x9c\x48\x17\x8e\xe1\xb3\xe3\xa4\x3a\x86\xef\xd8\x37\x08\x42\xa6\xec\xfa\x1b\x34\x04\x6d\x40\xd2\xb7\x7c\xee\x4c\x9b\xae\xf7\x03\x54\xbd\xaa\x8e\x0a\xa8\x53\xc7\x2c\xb1\x66\x0b\xd2\xbc\x41\x81\x8e\xe0\xe3\x54\x99\x37\xb6\xce\x7c\x77\x29\xf0\x07\x54\x75\x6a\x5c\x9d\xb5\x90\x8f\x7e\x6b\x20\x23\x0f\xe1\x68\xe9\xe1\xed\x51\x00\xae\x23\xb2\xee\x7b\xa0\x22\x08\xbc\xc5\x01\x1c\x32\x57\x13\x8b\x57\xe0\xd7\xf7\xbc\x3f\x41\x57\x0b\x9a\xbf\x85\x63\x56\x02\xf5\x1a\x92\xb1\x23\xf3\x8e\x02\x06\x0a\xcc\x3b\x4e\xa6\x6a\x9a\x52\x2c\x29\x10\x97\xd7\xb2\x56\x52\x63\xab\x2f\x64\x54\xc7\xe5\xd5\x7d\x4f\x59\x53\x34\x4e\x9a\xe9\xfe\x30\xed\xc8\x19\x77\xe5\xc3\xe9\x88\x44\xa0\xa7\x9a\xb9\x80\x44\x2a\xd0\xad\x0c\x1f\xe5\x64\xe7\xe8\x52\xe7\x5e\x0b\xc7\xd7\x54\xd8\xc9\x0e\x2b\x9b\xf2\x6b\x67\x39\x24\x48\x1f\xbd\xa6\x4c\xf1\x69\x47\xbe\xeb\x3a\xbd\xd2\xe8\x90\x87\x1f\x44\xad\x3f\x3b\xca\x7f\x81\xd3\xab\x53\x00\x9f\x3f\xbe\xae\x33\x8d\x0a\xd3\x23\x35\xdf\x82\xa8\x78\x83\x29\x85\xb7\x03\xf2\x18\xb0\x6e\x4c\xed\x1b\x07\xdd\x14\x7b\xe8\xec\x71\xc5\x0a\xd6\x8d\x55\x9d\xa6\xb1\x8b\x1e\xe1\x1c\x9f\xaa\xd3\xb8\x32\xac\x5b\xf3\x78\xa4\x13\x45\x24\xd6\x40\x50\x19\x0d\x59\x10\x3b\x40\xc0\x91\x5a\xbe\xcb\x50\x1d\x59\x78\xac\x93\xe5\x5b\x76\x6d\x5b\xc4\xd8\x6b\x1a\x3a\xdd\x10\x93\x60\xd1\x9f\x43\x69\x4e\xaf\x41\xaa\xae\x33\xe1\x18\xa0\x2e\x37\x5c\x69\xf9\xce\xcc\x63\x0f\x3e\x2f\xe3\xce\x7a\xc1\xe7\xd8\x14\x76\xd8\x14\xce\xf0\x87\x6f\x15\xc3\x85\xa4\x2f\xad\x2f\x3b\xa0\x3c\x05\x9f\x42\x26\x73\x00\x0e\xa1\x97\x42\x19\x54\xa1\x57\x3b\x64\x6a\xd9\xd3\x09\xc2\x50\xea\xca\x00\x85\x68\xf4\x48\x7e\x1b\x20\xd1\xef\xc5\x87\xf2\x10\x17\xce\xd7\x87\x2f\x0b\x42\x69\x0a\x54\x3c\xf6\x8d\x19\x91\x27\x67\x75\x49\x1f\xb6\x10\xa1\xbc\x12\xab\xb8\x47\xaa\xb2\xf7\x66\xec\x50\xbb\x6d\x40\x05\xe9\x44\x26\xa0\x6a\xc7\x61\x75\x44\x62\xb1\x4d\xb2\x3a\xee\x6f\x7d\xc8\x38\x6f\x9f\xb7\xec\x76\x45\xf7\x15\xe5\x11\x59\x90\x39\x13\xbb\xc6\xd1\x7d\x63\x67\x7f\xcb\x09\xb3\x10\x4a\x5d\x05\x64\xc0\xa8\x1f\x08\x32\x41\xc8\x82\x0c\x9b\xd8\x5e\x98\x76\xb0\xa9\x24\xc8\x1f\x67\x10\x92\x13\xa6\x64\x32\xc5\xe2\xf6\x91\x32\x16\x25\xa0\x62\xde\xb2\x26\x0e\x45\x86\x2e\x1d\xd3\xd7\x0e\x4e\x6e\x87\xf1\xed\x91\xba\x9e\x50\x09\x9c\xc3\xa1\x7b\x1b\x34\xac\xf0\xbc\x63\x40\x8a\x4f\xc7\xb9\x32\x7b\xf6\xcf\x5c\x68\x37\xc4\xe7\xd5\x02\x3f\x7c\xda\xb1\x71\x05\x7a\xe9\x08\xc8\x97\x72\x3a\x42\xef\x4f\x5f\x61\x86\x1d\x10\x76\x77\x06\x02\x39\x9a\x19\xe2\x15\x2c\x89\xbd\x35\xb5\xc0\xac\x09\xbc\xab\x69\x55\xd7\x16\x61\x9d\x4f\x73\x40\xc4\x0a\x05\xde\xad\x09\x49\xab\x43\x02\x7c\x0a\x75\xca\x23\xbc\x29\xf2\xae\xea\x6e\xbe\x20\x49\x44\x35\xfd\x9b\xe3\xa4\xfb\xc5\x0f\xcf\x2b\xdd\xcb\xca\xd5\xd2\x68\x18\x22\xad\x22\x12\xc1\x75\xad\x90\x36\x07\x62\x57\x07\xca\x55\xd4\x35\x07\xca\xad\x96\x98\xbb\xdb\xc1\x7f\x1c\x98\x8a\x78\x3b\xf6\xc8\x73\x0a\x79\xab\xd1\x53\x9e\xa6\x59\xa4\x09\xf9\xaf\x56\x55\x1a\x72\x8c\x0d\x9b\xe6\xe9\xa8\x9a\x10\x81\x8f\x5a\xd4\x0d\x85\xae\xad\x0f\x03\x5a\x4a\x3c\xd2\x89\x66\xa8\xa4\x1d\x31\x07\x44\x3f\x07\xa8\x61\xcd\x72\x48\xda\x6a\xa7\x00\x5a\xfd\x61\x35\x5f\x36\x6e\x21\xbf\xbd\xac\x3b\xee\x30\x77\x47\xa5\xb5\xe3\xca\xa7\xc2\x0f\xe1\x57\xa6\xd9\xba\x97\x94\x81\xed\xf7\x46\x14\x87\xa9\xc5\x64\xe4\x30\xb5\xba\xed\x69\xf5\xe1\x76\x4e\x40\x07\xa3\x07\x3d\xa6\x3d\xa0\xa6\x1d\x0d\xd4\x77\xf2\xf7\xc8\x7b\x8a\x54\xab\xd1\x73\x15\xa9\xd6\x0b\xd2\xaf\x22\xd5\x56\xd5\x80\x0a\x8d\x61\xa9\xe5\xfe\xab\xa1\x36\xdf\x47\xa9\x51\x64\x5e\x96\xe3\x51\x33\x15\x9d\xb6\xda\x49\x27\x1a\x17\xc4\x67\xe7\xe0\xd5\x53\xe6\x8d\x19\xc8\x3c\xef\x4c\x97\x5a\xb0\x1d\xee\xe4\x8b\x88\x98\x51\x08\x49\x2b\xf0\x18\xc5\x84\xd5\xf0\xf6\x97\xe3\x30\xd3\x8c\x64\xbc\x93\x13\xf5\xe5\x30\x69\x58\xf0\x6b\xb2\xec\x34\x23\xee\x78\xc2\x48\x1d\xce\x35\x38\x78\x5e\x18\x01\xd2\x0e\x74\x98\x05\xb2\xdb\xab\x70\xa4\x2a\x16\xab\x5c\x40\x18\x39\x58\x1f\x19\xe0\x8f\x8e\xac\xf2\x76\x60\x3f\xb3\xf3\x0e\x69\xa5\xea\xe5\x4e\x1a\x60\x37\xd8\x01\xc5\x91\xaf\x74\xb2\x38\x72\x19\xa9\x6a\x79\xe4\x0a\x68\xfa\x81\x3b\xc9\xe8\xdf\x0b\xdb\xf6\x6d\x31\xaf\xa6\x4f\x9f\xe9\x9c\xbe\x8a\xa4\xaa\x59\x92\xb7\xc9\x87\x09\x7a\x63\x33\x80\xaf\xbe\x31\xa7\x42\x6a\x72\x8b\xd6\xc8\x23\xb2\x3c\x1f\xbd\xa4\x1d\x11\x4c\x4d\x4d\x71\x39\xb6\xd7\xdb\x5c\xae\xa6\x51\x63\x7e\xa4\xf0\xa9\x89\x0d\x02\xe6\x30\xa0\xaa\xeb\x95\x17\x4b\xfb\x96\xdf\xea\x4c\x33\x96\xf3\x22\x21\xbe\x15\xb3\xd8\x3e\x1f\xfa\x44\xcf\x4c\x8a\x8d\x95\xa0\x63\x2e\x96\x15\x99\xde\x4e\x48\x76\x6f\x1d\xbd\xa5\x65\x58\x90\x13\xda\x85\xbc\x27\xa5\xb0\x13\xdf\xe2\x6a\x75\xa4\x21\xed\xa7\x2b\x1f\x76\x5d\x5d\x02\x59\xfb\xcd\x3e\xdf\x31\x03\x05\xd0\x12\xd9\x91\x76\xb4\x78\x10\xf0\xdb\x97\xec\x25\x94\x9e\x64\x96\xd8\x6c\x0c\x39\x1d\xeb\xb6\x28\xb8\x00\x4a\xf3\x3c\x53\x68\x7c\x3a\x50\x73\x9f\x15\x50\xaa\xa7\x64\xe6\x05\xdd\x2e\x4c\x2f\x16\x5c\x52\x68\x81\xec\xcc\x97\x6b\xbd\xcc\xd8\x17\xf4\xf2\x79\x11\x0c\xde\x3f\xbe\x4e\x1b\x92\x4e\x67\xbb\x58\x03\x03\x21\x93\x9a\x08\xf8\x74\x64\x5e\xf9\x20\x3b\xac\x0a\xe9\x08\x3f\x9d\xf4\xa2\x3a\xe6\xea\x74\xa2\x8b\x7d\x5c\x69\x95\x91\xa4\xd0\x72\x42\x07\x3d\x4b\x6b\x57\xda\x31\x1d\xa6\xcc\x42\x4d\xd9\xbe\xe3\xdd\x27\xa9\x32\xda\x91\x19\x52\x9c\xed\x6e\x01\xed\x74\x84\x60\xb7\xe3\xfa\x74\x80\xe0\x61\xc5\xe9\xec\xdb\xed\x61\xf2\xa1\x22\x20\x4a\xb0\x13\x95\x2a\xe5\xa6\xa0\xa5\x62\x8d\x93\x59\xbf\xbd\x7a\xac\x97\x7d\x24\x17\xf3\xea\xc8\x77\xa5\xc2\x13\xa8\xcd\xf6\xf9\x50\x07\xfa\xa7\xaa\x87\x9c\x2e\xa6\x6e\xe8\xa4\xcc\xd2\x6a\x90\x59\x02\xc6\x96\x29\x77\x2c\x42\xc9\xda\x65\x5b\x80\x8e\xa5\xcc\x3d\x08\xc4\xfd\x0c\xe4\xbb\x13\xf9\x92\x59\xf6\xe4\xec\x56\x21\x20\x90\xdd\x61\xab\x0d\x7a\x56\xf6\x8f\x5e\xfa\x00\x92\x42\x7e\x05\xa2\xcb\x03\x50\x12\x57\x6f\x40\x92\xb8\xda\x06\xa4\xf9\x68\x15\xc8\x79\x0d\x52\x66\xda\x2e\x41\x00\x6a\x0e\x02\x16\x5e\x5b\x4a\xc5\xe5\x77\x50\x37\xa7\x4c\x59\x48\x94\x5e\x64\x41\xdd\xa1\x8f\xdd\x87\x69\xcb\x87\x2c\x57\xbe\xf4\xc9\x92\x19\x31\x51\x36\x30\xd0\x9d\xa6\xed\xd3\xce\xdb\xe8\x51\xf5\xf6\x2a\x14\x46\x2d\xdf\xd0\xc8\xe2\xee\x37\x18\xd1\x12\xde\x11\xf0\xb3\xdf\xc1\x3c\x67\x81\xde\x35\xa5\x03\x5a\xca\x2a\xf9\x54\x84\xd1\xd2\xae\x89\xbd\xb0\x10\xd3\x2b\xc8\x97\xc8\x79\x95\xe9\x9d\x4e\x50\x92\xaa\xba\x4c\x75\x30\x18\xf1\xc7\x2d\xf3\x67\x9a\xc9\xf4\xe5\xf0\x4d\xab\x5e\xc1\x40\xca\xc9\xc2\x32\x1c\xdd\xcb\x30\x80\xe8\x7f\x07\xd4\x32\xf4\x40\x3e\x5e\x6b\x05\xb4\x24\xce\xb8\x0e\x48\xa1\x9e\x80\x3a\x79\xa0\xcc\x03\x73\xe8\x99\x6e\x7c\x68\x32\xf3\x07\x42\x17\x6c\x0f\xcf\xda\x79\x00\x49\xae\x1a\x1b\x90\x4f\xfc\x1e\x90\x75\xe8\x80\x3a\xf1\x59\xb2\x43\xba\x41\xbd\xd2\x89\x08\xe3\xf3\xe1\x74\x97\x29\x7c\xb8\x1d\xf0\x43\xb2\xba\xa8\x0c\x65\xc0\xf7\x8e\x50\x06\xe8\x12\x49\x94\x59\xba\x6d\x79\x0d\xf4\x94\x7e\x02\x46\x98\x2b\x32\x2b\x53\x06\xab\x0f\xa4\x0d\x0a\xdb\x53\x42\xdf\xea\x08\xaa\x05\x59\x0f\x05\x1f\x85\xca\xd7\x20\x8b\x68\x75\xa6\x19\xd3\x17\x6c\x19\x5f\xe3\xe6\x71\x16\xeb\x8f\xd9\xa0\xc5\x16\xb3\x9e\x42\x9b\x44\xae\x6f\xaf\xd1\xaf\xba\x56\x7b\xc0\xb6\x10\x7b\x94\x66\xad\x18\x7f\xda\xf5\xe4\x42\xd4\xc5\x86\xf2\x0f\x46\xe6\x11\x23\x85\x8b\xdb\xfb\x6e\xd8\xb9\x56\xdd\x0c\x8d\xba\x36\x3b\x8c\x1d\xc8\xf2\x37\xbb\xd9\x5e\xd4\x76\x8c\x03\xf0\xd4\x2d\xc8\x7c\x29\x0e\xc2\x2e\x53\xce\xe2\x5e\x3e\x35\x9d\x2a\x66\x4b\xa1\xae\xf7\xb0\xaf\x8a\x2d\x65\xec\xc0\x82\x88\x0d\x19\xdb\x0d\xc6\x8d\x82\x05\x5a\x68\x82\x6a\xca\xad\xf5\x4c\x2f\x3a\x8e\xf6\xd0\x50\xf1\x79\x94\x51\xc3\x4e\x6a\x0a\x75\x57\x07\xe1\xa2\xdc\xf6\xcc\x5d\xe9\xc5\xba\x7a\x4d\xbb\x52\x64\x33\x27\xba\xe3\xb8\x7f\x10\xf2\x36\xab\x80\x4e\x83\xe6\x04\x5c\x0b\xb4\x1d\x04\x96\x56\x1c\x45\xd1\xb2\xa2\x0e\x0a\x3a\x32\x65\xd3\xbb\x90\x6e\xa6\xb1\x67\xb9\xa7\xf9\x02\x47\x54\x99\x3a\x31\x47\x9a\x35\x5b\x08\xf6\x32\x9e\x5d\x99\x6b\xbc\x9b\x97\x1b\xaa\x18\xfe\x1b\x50\x31\x42\x03\x50\x92\xff\x91\xc2\xcb\x85\x1d\xd0\x0c\xef\xba\x00\xbb\x07\x5e\x01\x8d\x51\x0a\x7d\x84\xc2\xa8\x2a\x72\x14\xcc\x47\x09\x9b\x8f\x9c\xaf\x55\xa2\xd2\xc1\x66\xae\x3a\x95\x0e\x76\x61\x35\x4d\x21\x2d\x12\xad\x75\xa4\x13\x24\xf6\x02\xe4\x2d\x9a\x71\x8a\x15\x1d\xdb\x01\x04\x3e\x8c\x6c\x58\x54\xa8\x8c\x4c\x24\x57\xd9\x3b\xca\x5f\x55\x9d\x6c\x61\x41\xde\x01\x10\x8a\x12\x2c\x97\xce\xde\x76\x26\xe5\x3d\x07\x6c\xe5\x64\xe1\x84\x50\x0a\xe5\xa2\x9c\x9c\x82\xbc\xf3\x39\xd5\x95\x45\x79\xd5\xa5\xa5\x44\x3f\xa6\xb4\x09\x87\x14\x9a\x3a\x11\x74\x2a\xcc\x08\xde\xa8\x0c\xca\xd5\x2e\xe7\xd3\xa9\xb1\x6a\x76\xbe\x72\x28\x13\xc8\xb0\xa0\xf7\xe7\xae\xf5\xd9\x95\x2b\x99\xbc\x0a\x0b\x72\x5a\xba\x94\x79\x9b\x71\xee\x10\x01\x31\x02\x39\x70\x28\x1f\x9e\x32\x56\x55\x20\xdd\xe7\x64\x31\x9d\x1a\xf9\x62\x7b\x2a\x00\xe7\x68\x2c\xad\x92\x23\xef\x03\x9a\x3d\x6d\x69\x18\x81\x9c\x4a\x2f\xc8\xf8\xe2\x77\xda\x94\x26\x0d\x0d\x28\x2a\xab\x44\x30\x51\x4c\xcf\x42\x9b\x0f\x75\xe6\x1d\x2c\xba\x52\x81\xd5\x03\x21\xf7\x84\xb3\x71\x28\x9f\x26\x42\x34\x06\xe7\x09\xbb\x1a\x5b\x51\x29\x93\x17\x98\x52\xeb\xbc\xfd\x6f\x90\xc2\x95\x46\xb9\x84\x5d\x39\x75\x72\xfd\x34\x0b\xeb\x00\x85\xdb\x56\xf7\x01\xf2\xb7\xd1\x65\x46\x6e\xf3\x06\x66\x59\x77\xd8\x72\x30\x38\x25\xf2\x1e\x11\xe2\x24\x62\xf7\x4a\xa9\x66\x1d\x56\xa6\x04\xc8\x25\x6c\xd9\x29\x90\xc7\x95\x56\x25\x4e\xb3\x81\x14\x17\x5b\x0f\x18\x85\xb3\x1d\x5f\xe9\xdf\x8c\xab\x64\x29\xa7\xb5\x38\x44\xc0\x13\x5b\x19\xfd\x8b\x73\x75\xa4\x07\xc7\x2d\x34\x24\x64\x25\x3a\x2e\x36\x01\x2c\x68\x38\xec\x86\x71\x38\x4a\xe3\x43\x13\x0e\xe9\x08\x76\xb6\xfa\xe7\xec\xbe\x4c\xcb\x7b\x07\x3a\x3e\x99\x02\x16\x04\xb2\x3b\x20\xc8\x16\x40\x4d\xe5\x99\x2f\x9d\x69\x34\x55\x95\x9b\xe0\x48\x1f\xe2\xb2\x88\xae\x97\xad\x19\x65\x4b\xa1\x68\xf4\xc8\x87\x92\x0f\x3e\x65\xe0\x9a\x1e\xb5\x0b\x0f\x20\x25\x54\x3c\x38\xd5\x2f\x69\x98\x07\x3a\xae\x72\xd0\x95\x6b\xa4\x4c\xd9\x09\x8e\x40\xf6\x5a\xa7\x15\x87\x29\x6f\xf9\x70\x28\xed\xf3\x05\x24\xd3\x4a\x9a\x71\xde\x60\x18\x84\x52\x3e\xed\xd5\x96\x85\x05\x6a\xe6\x4a\x20\x66\x2e\x5f\x6a\x8f\xa0\x50\x5d\xa2\xc1\xe8\x41\x0a\x9b\xae\x07\x8a\xb2\xa2\xa6\xcb\x89\xe2\x73\xe9\x46\x72\x4e\xe5\xcb\x51\xa5\x05\x9e\xa4\xa0\x9f\x7a\x20\xa5\x2a\x59\x54\x3d\x10\xf9\x2f\xf3\x48\x54\xb6\x4b\x07\xe2\x01\x21\x29\x93\x54\xe9\xc1\x54\xfc\x72\x63\xfb\x5e\xe1\x97\x69\xe6\x36\x08\xaa\xd3\xa2\xd2\x99\x66\x95\x48\x02\x41\x4f\xf1\x5a\x4b\x94\x01\x32\x3f\x41\xf9\x6d\x70\x45\xc6\xdc\x08\x37\x84\xa3\x34\x67\x25\x81\x15\x29\x52\xbc\x1e\x35\x65\x6b\x13\xd4\x2d\xed\x80\x5f\xaa\x8a\xcc\x10\x4c\x94\xa6\x6a\x31\x9b\xd4\x9d\x62\xa8\x07\xd0\x43\x82\x53\x10\x90\xb7\xe6\x4a\x99\x35\x2f\x78\x76\x73\x38\x51\x78\x61\x1b\xe0\x4e\x9f\x76\x87\x46\x2c\x6d\xce\x75\x81\x48\xe8\xf4\xdb\x23\x0c\x45\x69\xb6\xeb\x01\x07\x51\x9e\x6d\x82\x1b\x17\x64\xf7\x38\x08\xf1\x16\x02\x7c\xa1\xa1\x0b\xb2\x49\xdb\xbd\x7d\xd2\x72\x2c\x68\xd7\x5d\x4d\xda\xb9\x2d\x19\x41\xa4\x8a\x93\x5b\xe8\x81\xbc\x38\x5c\xdd\x03\x2d\xd2\x1f\x5b\x20\xcf\x5e\x3e\x54\x02\x11\xf8\x6d\xd3\x1d\xb0\xc2\xb9\xd5\xc4\xdf\x8e\x7a\x7d\xcf\xb6\x1b\xb6\x04\xe4\xfd\x66\x22\xe5\x20\x69\x8e\x67\x3d\xe8\x63\x32\xb1\x03\x90\x3d\x13\xd0\x3e\x18\x34\x85\x66\x1a\xe6\x60\x6b\x84\x41\x83\xfa\xb4\x82\x3b\xd2\xee\xda\x43\x47\xc8\x49\xbc\xb1\x64\xcc\xd3\x86\xd5\x34\x2a\x83\x56\x56\x4b\xd6\xb7\x83\x43\x45\x81\x61\x25\x92\xa1\x63\xbf\x4e\x6a\x2a\x84\xae\x1e\x6c\x7d\x87\x21\x8f\x70\x29\x65\x21\x2b\x67\x4f\x61\xd3\x7d\xee\x0b\x48\xe1\x44\xd0\xa4\xf3\x3e\x9e\x5b\x3a\x14\xb1\x9c\xe9\x42\xc8\x30\x8d\x0e\xef\xea\x0c\x82\xf0\xae\x58\x9d\x9c\xf8\xb1\x16\xf8\x6b\xf7\x81\x8c\x82\xaa\x68\xaf\x5e\x46\xbe\xf4\x1d\x0d\x24\x02\x87\x7b\x6d\x47\x3e\xf4\xe9\x3c\x52\xf8\x14\xe9\x80\x1d\xea\x03\xe7\x5f\xf7\xcd\xf0\xa0\x2e\x8e\x76\xed\x29\xbb\x3c\x1f\x15\x50\x12\xd9\x19\x88\x1d\x72\x02\x0e\x45\xe5\x80\x9e\x0c\x58\xc7\x99\x32\xdb\x22\x33\x77\x3e\x56\x51\xa8\x74\xd9\xb5\x7c\xd0\x31\xf7\xcb\x0c\x4c\x16\x04\xec\xa6\x43\xdc\x52\x28\x62\xe1\xd8\x72\x7c\x57\xbf\xd2\xa8\x76\xc4\xa7\xcc\x6e\xd1\xb4\x62\xc9\x2a\x90\x6d\x49\x90\x9c\x43\xba\x36\xd8\xe6\x30\x79\x5c\x29\xf3\x8e\xe4\x34\x56\x48\xd7\xd1\x8f\x40\x24\xf0\xea\x80\xea\xb2\xa6\x70\xad\x40\x2b\x29\xd3\xe9\x87\x76\x37\xbc\xca\x08\x20\xce\xa8\xdf\x0a\x87\x9a\xc2\xb4\xca\xd5\x53\x88\x10\x76\x01\xb2\xcc\x29\x35\x8f\x67\xd5\x07\x2f\x03\xd0\xa7\x4d\xa1\x61\x6f\x0a\xd4\x6a\xb1\xe3\x28\x50\xab\x1e\x57\xfa\x34\xc7\x67\x4f\x3a\xdc\x7e\x64\x81\x46\x4e\x4b\xb0\x77\xcc\x38\xc6\x8f\x61\xed\x13\xab\xae\xc2\x73\x4b\x49\xb3\x28\x9f\x99\x4c\xf3\xac\xcf\x87\xa2\x97\x2b\x5d\x82\x6c\x40\xab\x6f\x99\xf7\xdb\x11\x03\x14\xca\xc6\x79\x66\x5c\x8a\x16\x8c\x79\xcf\xc9\xf4\xeb\x07\x12\x69\xa1\xc5\x28\x9d\x7e\x3d\xa0\x17\xe5\xd3\x3f\x22\x93\x0d\x4b\x68\x65\x4f\xa1\x98\x26\x5a\xcb\xb0\x06\x41\xd5\x1b\x4b\x07\x4b\xe2\xb4\xf8\xad\xc0\xa6\x49\x01\xc7\xb1\xe1\xd4\xf8\xad\x20\x4f\xde\x21\xa7\x80\x8e\x28\x4f\x43\x5d\x7d\x9e\x40\xda\x5c\xe7\xb7\x37\x38\x57\x55\xa8\x20\xed\x40\xde\xe9\xc4\x43\x31\x89\xdc\x16\xb5\x38\x83\x6f\x2b\x07\x08\x85\x37\xbc\xe8\x4a\x55\x4d\x17\xe2\xed\x8d\xac\x05\xff\xd7\x3d\xe8\x63\x8f\xd4\xaa\x58\x32\x32\x4a\x9d\xbe\x06\xdd\x0b\x9b\xcf\x37\x9d\x07\x8b\xe7\xac\x85\x51\x49\x75\xcf\xb9\x6e\x08\x57\x0e\x25\x6b\x05\xd1\xf3\xf6\x71\x18\x6d\x56\xc1\x64\xbd\x72\xca\xde\x36\x8c\x46\x61\xbd\x9d\xc8\x09\xa1\x49\x37\xa4\x4b\x0c\x55\xb7\x73\x9e\x23\xeb\xf8\xde\xf3\x99\x31\xdb\x5e\x1e\x3d\xf2\x76\xe8\xe9\x9e\x42\x85\x1d\xc1\x36\x6e\x9f\x62\x1c\xeb\x8e\x34\x8b\xba\x71\x5b\xe3\xe4\x88\x71\xb2\xc5\x8f\x5a\xe9\x64\x8b\x15\x29\x59\x71\x66\xbd\x6e\x81\xb4\x1e\x1c\x3f\x8a\x2c\x2b\x0d\x22\xf4\xfd\xa8\x3d\xba\xea\x94\xcc\xbe\x21\x5e\x4e\x9b\x4c\xa3\xd8\x29\xd0\x8c\xd0\xb6\x05\xd9\x4a\x71\xa5\xee\x90\xaf\xee\x04\xf2\xf5\xbd\x0f\xe8\xd0\x01\xc8\xc5\x81\x67\x11\x74\xa6\x55\xcb\x68\xa1\xc4\x9a\x6d\xe9\xc6\xe1\xa6\xe5\x08\xa8\x6c\x1d\x9c\xac\x04\xa2\x45\xb9\x54\x24\x5a\xc9\x94\xf8\x4a\xc7\xd5\x46\x40\x1d\x33\x9c\x2b\xbc\x46\x90\x91\xc9\xd6\xda\x5a\xca\xa6\x66\x2f\x8d\x3e\xdc\x07\xd3\xe7\x53\xaf\x06\x59\xb1\xb8\x1e\xe4\xe4\x22\x80\x08\xa6\x85\x32\x4e\x80\x49\xd0\x79\xb0\xd1\x71\x79\x95\x40\xe2\x21\x88\x8c\x13\x12\xa5\x51\x28\x14\x56\x34\xad\x0e\xf4\x7c\xd8\x9c\xcd\x0f\xa8\xbb\x2a\xe3\xb8\x1d\x9d\x34\x82\x8f\xb7\x53\x56\xfe\x66\x5c\x74\xea\x14\x29\x61\xab\x0e\x4d\x1b\xb1\x16\x39\xe9\x5d\x4e\x88\x69\x96\xc7\x4e\x9c\x93\x45\x00\x25\x93\x30\x7c\x7d\x4e\x48\x08\x1c\x60\x81\x47\xea\x4a\xda\x0a\xfa\x52\x4b\xaf\x16\x7c\x6d\x5e\xbb\x82\x9f\xe2\x7c\xe9\xe4\x01\x81\x17\x20\x45\xee\x1c\x29\x3b\x14\x10\x3b\x80\x8a\x07\xb2\x03\x4a\x12\xa9\x29\xd4\x64\x72\x24\x29\x75\xc0\x92\xb1\x53\x55\xbc\x92\x31\x3f\xec\x54\x3f\xe0\x4d\x24\xc9\x1b\xe9\xf2\xad\x84\x76\x94\x39\x2d\x1e\xc3\x70\xb4\xd9\x08\x87\x79\xd8\x3a\x12\x7d\x56\xe1\x66\xf5\xd3\xa5\x48\x36\x86\x54\x05\x9b\x95\x86\x3a\xf7\xf0\xb1\x1c\x9d\xf9\x61\xa3\xdc\xf9\x37\x88\xdc\xa4\xcd\xfb\x20\x30\xdd\x0e\x73\xe7\x94\x5e\xfd\x83\xbb\x44\x8a\x4c\x9e\xb4\x8e\x3d\x5a\xf3\xc3\x5c\x36\xfc\xd0\xa9\xf3\x72\x0c\x3d\x6e\xdb\x31\x1a\x50\x51\x9f\xa9\x59\xb5\x5c\xcc\x33\x14\x7d\x04\x54\x3e\x2e\x76\x8d\x33\x10\x8c\x30\x4b\x85\xc2\xd5\x68\xdf\x0f\x38\x29\x2c\x58\xb1\x70\x35\x4a\xb4\xd3\x13\x8c\xe3\x03\x1a\x03\x66\xcf\x11\x92\xf1\x37\x2b\xda\x8d\x28\xe9\xd3\x29\x07\x4a\x45\x9f\x73\xca\x81\x86\x40\xe1\x68\xb7\x08\x09\x0e\x76\xdb\x0f\x18\xa4\xa3\xdd\xc6\xf1\xe9\xc4\xba\xcd\x15\x70\x91\x6c\x26\x5a\xc1\x6f\x35\x7a\x86\xb2\x11\x90\xf4\xf0\x74\x32\x82\xbd\x15\x74\x6e\x45\xc2\x1d\x0d\xa2\x50\xda\xba\x1a\x61\x5e\x71\x71\x35\x4a\x90\xe2\xe2\x8e\x5a\xd3\x85\x64\xe7\x9a\xef\x9c\x3b\xf1\x00\xd2\x2c\x7f\x5a\xb1\xd5\xf6\x0a\x36\x56\xdc\xd9\x6b\x8a\xa0\xab\x11\x16\x1d\x17\x17\x1b\xae\xe3\xe2\x3a\xcc\x89\xb0\x38\x44\x45\x87\xc5\x5d\x23\x65\x4a\xa9\xd7\xf2\x5d\xd7\xd5\x08\x7a\x30\xf5\x1e\x25\x5d\x28\x27\xd2\x95\x66\x4c\xa1\x25\xe0\xe3\x93\x11\x72\x41\x2f\xe1\xc6\xc4\x89\x04\x1b\xa4\xfd\x44\x88\x44\x88\x7a\x3a\xc7\x78\xcf\x3c\xca\x07\x3a\x62\xc0\x7d\x72\xc1\x13\x0c\x6e\x33\xa6\x20\x74\xff\x96\x77\x72\x41\x9e\x9e\x0c\x25\x24\x0a\x46\xb7\x31\x4a\xb3\xca\xd5\x93\x95\x9c\xbc\x4f\x02\xc4\x53\x73\x40\x87\x36\x05\x7d\x4c\x07\x0a\x31\x66\x29\xb7\x57\xd6\x55\x66\xbf\x01\xd5\xeb\x4a\x68\x8d\x90\xe4\x5c\x6f\x71\xd6\x3e\x2d\x31\xfc\xd6\xa1\x8f\xe1\xcc\xa4\x2c\xd8\x65\x4f\xa1\x42\x35\xcb\x95\x4f\xc9\xbf\x98\x76\x7d\x59\xd6\x63\x54\xc4\x1c\x99\x37\x17\x64\x1e\x06\x11\x28\x62\xae\x74\xf4\xa7\x97\x35\x96\x9c\x50\xc4\xab\xc5\x0a\xa4\xb0\xb3\x5e\x59\x03\x12\xa4\xe5\xe8\x77\xd8\x59\x44\x33\xc5\x99\x95\x01\x6d\x39\x0b\xda\xc8\x51\xff\xb2\x56\x02\xfd\x3a\xb2\xec\xea\x5b\x0a\x75\x27\x2f\xb8\xeb\x1c\x2e\x6c\x43\x85\x92\x1d\x7b\xcc\x47\x5c\x9f\xce\xfc\x29\x85\x59\x8d\xd8\xa2\x34\x14\x84\x79\x2d\x48\x11\xb2\x30\xb8\x97\xd3\x3d\xd7\xb4\x7a\x1b\xbb\x80\xde\x5e\x08\xc4\x0a\x51\xdb\xe3\xf5\x7d\x99\x5e\x8e\xbf\x81\x73\x13\xbf\x96\xb3\x5f\x89\x30\x6a\x9c\x48\x2f\xe8\x87\x51\xfa\x06\x27\x87\xce\x8b\x04\x09\x59\x21\x3b\x60\x63\x08\x53\xac\x5b\xcd\x21\xfc\xe2\x4c\x2e\x01\x7d\xce\xc0\xd6\x5f\x93\x91\x31\x25\x9c\xd1\x29\xb4\x10\xca\x2c\xbc\x9d\x6a\x20\x7e\x68\x67\x3c\x18\x11\x38\xde\xb6\xf1\xb5\x40\x62\xcf\x47\xaa\xf6\x4f\xf6\xd6\x05\x39\xa3\xdf\x09\x24\xb3\x1d\xf6\x0a\xc5\xba\x95\x8e\x26\xef\x50\xb7\xc6\xc6\x74\x3e\xb1\x0a\x35\xf9\xa1\xa0\x38\xca\xde\x48\x99\x38\xd5\x14\xaf\x76\x24\x76\xea\x8d\x7a\x9c\x71\xe8\x0e\x43\xd6\xdd\xc1\x6c\xf1\xf6\xbf\x87\x95\x00\xb0\xe1\xde\x52\x0b\x38\x85\x40\xa0\xa7\x16\x88\x21\x72\x96\xd6\xb4\xa3\x83\x2d\xed\x58\x1b\x8e\x98\xf4\x76\xb6\x70\x8c\x3b\x0e\x67\x6b\x10\x93\xa2\xd9\x48\x6d\xbb\x20\x72\x5d\x00\x39\x03\x45\xca\xac\x1a\xb7\x14\x5a\x9b\xa9\x29\xd5\x11\x08\x85\xbc\xa5\xdb\x8c\x4c\x9d\x44\xc5\x01\x2b\x78\x3b\x97\xfc\xc8\x77\x0f\x1d\x39\x4c\x8e\x2c\x7f\x9f\xc9\x31\x69\xb3\x99\x14\x4c\xb7\xc7\x15\xe8\x60\xba\x8e\xa8\xac\x58\xba\x23\x3a\xe2\xdb\x91\x22\x30\x6a\x45\xd2\x7d\x84\x0e\x52\x61\x7c\xd6\x71\x3a\x3e\xbf\xa5\x54\x63\xfc\xb4\x2a\x09\x8e\xbd\xfd\xf6\x63\x8f\x5b\x20\x49\x41\xa6\xf2\xa1\x47\xa0\x12\x31\xe1\xbc\x2d\xc7\x8e\xc1\x6e\x6c\xf6\xdd\x7a\x18\xc3\x91\x74\x0c\xd8\xf7\xb7\x0f\x67\x7a\x5a\x90\x32\xdf\x95\x94\xdd\x4a\xb9\xda\x80\x48\x78\x0f\xa4\x6b\x5a\x5b\x3a\x94\xab\xcd\x68\x0f\x47\xca\xf9\x22\xd8\x82\x94\x6e\x3a\xa8\xe9\xea\x02\x51\x3e\xc3\xef\x42\x8d\x06\x9e\xc3\xa9\xfd\x36\xba\x18\x16\x75\x8f\x94\x5a\xde\x3f\x69\xd6\xd7\xc3\x47\x1a\xd2\xba\x55\x66\xc3\x59\xb4\x71\x57\x8d\xcd\xc9\x5b\x4f\xc6\xef\xdc\xea\x1b\x65\xf0\x4f\x6f\xc7\xb1\xc1\x3f\x2b\x23\x71\x52\xd6\xcc\x0e\xa1\x69\x2d\x0d\x59\xbd\xaf\xa0\xe0\x33\xf6\x03\x99\xcf\x1c\xf9\x54\x79\x67\xae\xf4\x22\xba\xaa\x69\xc7\x5b\xf9\x64\xd8\xa8\x2a\x07\x75\x1d\x5d\x8e\xfc\x36\x36\xf3\xba\xe0\x47\xe6\xe2\x7c\x39\xc4\xd1\x99\x69\x39\xf7\x31\xe1\x0e\x65\xe4\x8b\x0f\x7e\x28\x21\x9f\x62\x40\xbe\xe3\xd9\x63\xf3\x39\x5a\xd3\x85\xf6\x00\xaa\xe5\xd8\x2d\x04\x32\x3f\xbb\xaf\x7d\x9a\xd3\x8e\x1d\x6f\x9a\xf7\xe7\xd8\xd1\xcc\x6d\x60\x18\x8a\x71\x2b\x17\x14\xba\x3b\x64\x13\x4b\xe8\x50\x90\x5b\xf1\x75\xc9\x05\xe9\xa8\xfc\x34\xeb\x74\x8c\xf9\xf0\xe1\xc9\xca\x87\x8e\x2f\xfd\x7c\xe9\x79\x0e\x06\xcc\x33\x85\x92\x03\x33\xeb\xbb\xef\xc9\xf8\xbe\xd8\x02\xcd\xdd\xcc\x97\xc7\x6e\xee\x96\xba\xb7\xc5\xdb\xe0\x80\x39\xcf\x36\xcd\x91\x68\xb4\xc6\xa7\xb0\xa9\x13\x24\x74\xea\x66\xfd\xf6\xdb\x72\xe3\x95\x96\xa4\x3f\x96\x34\xc4\xa9\x1b\xd0\xe6\x3e\xe8\x7f\xf7\xe1\x99\xc1\x58\x75\xc8\xe4\x2a\x76\xb7\xa5\x4b\x3c\x0b\x2d\xa0\x64\x82\x4f\x33\xa2\xa7\x20\x60\x59\x2c\xcb\x60\xf9\x2a\xe3\xc2\x04\x9c\x2e\xbc\xe3\x19\xa4\xa5\xab\xce\xa6\x72\x18\x1b\xc6\xcf\x41\x18\x1b\x86\xd3\x71\x20\x6d\x5d\xa9\x5b\x85\xc0\x0e\xe4\x93\xdd\x42\xdc\x38\xac\x1d\x7c\xbe\xf4\x65\xc8\x2d\x85\x4c\xde\x05\x78\xaf\xe3\xc9\x87\xd5\x38\x14\x18\x40\x74\xdc\x38\xe4\x74\x25\xf2\x70\x1c\x50\x89\x05\x98\x71\x98\x4a\xce\x14\x7a\xa9\x29\x93\xee\x8b\x51\xc8\x59\x26\x56\x8f\x0d\x50\x52\xe4\x19\x88\xa8\xab\xd4\x35\x19\xb0\xff\x14\xd3\xd6\x39\xcb\xc7\x61\xe3\x31\x56\xd6\xe1\x0c\x98\x2d\xf4\x75\x20\xf7\x77\x5a\x92\xab\xb5\x64\x4a\xe4\x5b\xe5\xbc\x18\x87\x05\xbc\x20\x44\x4a\xaa\x33\x85\xcd\x9b\x83\x09\xf2\x09\x09\x5b\xd6\x33\xf8\xbd\xee\xe9\x12\x76\x95\x86\xb4\xf2\x99\x2f\x85\x4c\x96\x0f\xb2\xcc\x5e\xbe\x74\x56\xac\x33\xe8\xad\xe9\xc3\x54\x37\x8e\xf0\x32\x3e\xb5\x07\x0c\xe6\xef\x24\x1d\x95\x03\xe5\x40\x6c\x83\xa0\x0f\x6b\xb4\x59\x5b\xee\xa8\x76\x06\x86\x1e\x90\x99\x97\x10\x37\xf0\x29\x3b\x21\xd8\x87\x07\x1c\xe4\x1e\x65\x3d\xe5\xf3\x0a\x07\x3f\xb8\x02\x68\xb1\x69\x14\x67\xd8\xa3\x19\x25\x12\x2b\x7e\xa6\x64\x41\x5a\x04\xcb\x1e\x83\x6c\x41\xd9\x1a\x05\x1a\xce\x87\xac\x7c\xbe\xd4\x9e\x82\xdc\x4b\xf7\x22\x6c\x40\x22\xe1\x2d\x65\x3e\xe1\x3e\xed\x30\xd1\x0d\xd0\x0a\x4d\xe1\xd3\xe1\x86\xbe\x37\x76\x8f\xe2\xd0\xda\x23\x9d\xf2\x0a\xd6\x0e\xa4\x81\x05\x59\xb1\xa7\xca\xc9\xa4\xe8\xb6\x42\x20\xa1\x1f\xb5\x5a\x08\xe4\x43\xf3\xa3\x2b\xad\xea\x48\x61\x85\x1c\xfa\x16\x1a\x71\xe8\x5b\xcb\x26\x2f\x64\xf4\x67\x57\x29\xd6\xad\xec\x50\x22\xa1\x6e\xd9\xf3\x84\xb3\x61\x8b\x1f\xc5\x52\x4f\x16\xcc\x2c\x09\xf3\xc5\x28\x3e\xd5\x7a\x20\xb3\xf0\x16\xf0\x2d\x7a\x37\x7e\x8e\x5f\x23\x44\x60\x38\xff\xcf\x40\x7d\x1f\xd5\xef\xda\x31\x25\x8a\x66\x3b\x4e\x18\x82\x83\xd9\x06\xca\xfc\x50\x30\xdb\xc2\x36\x75\x6d\x31\xe9\x69\x57\xbc\x04\x3e\x53\x2d\xfa\x40\x08\x0e\x66\x0b\x7b\x50\x30\xdb\x6a\xf6\x04\x54\x12\x50\x36\x6e\x65\x1f\x97\x80\xac\x43\x03\xf4\x31\x61\xef\xdf\xa8\x9e\xf9\x41\xbb\xce\x1b\x0d\x63\x71\xd8\x59\x45\x44\xf1\xc3\xfd\x3b\xde\x93\x51\x6d\x60\x1a\x29\xb4\x5c\x3a\xc0\x5d\x72\xe9\xf8\x4c\x98\x77\xe7\x00\x21\xb9\x11\x43\xa7\x7e\x9a\x7f\x47\x16\x1e\x95\xf4\x7c\x57\x4a\xad\x62\xb5\x80\x6b\x91\x3a\x87\x91\x03\xcd\x32\x7b\x0e\x34\x6b\xe1\x3b\x0a\x26\x3b\xba\x8d\x9b\xe3\xb4\x15\xc9\x76\xac\xe1\x67\xf6\x2b\xa7\xea\x49\xce\x3f\xe8\xfd\xe4\x9c\x68\x69\xc7\x3a\xce\x48\x9f\xe2\x16\x23\x75\x41\x6f\x00\x3a\x1b\x83\x97\xcc\xef\xec\x5f\xbe\x0b\xb5\x40\x33\x37\x24\x5b\x3f\xb0\xdf\x61\x34\x84\x7e\xa1\x24\x0f\xc5\x73\x55\xa2\xa9\xc6\x69\x69\x75\x80\x90\x5e\x1d\xbc\x20\xbe\x93\x0b\x8e\xa9\xea\x0c\x76\xd8\xd9\x9c\x92\xf0\xb3\xd6\xe4\x16\x0b\x9f\x3e\xed\x88\xc6\x16\x30\x14\x16\x55\x09\x25\x19\x8a\x8a\xaa\x68\x6f\xe3\x74\x06\xbe\x1c\x23\x0a\x92\xaa\x18\x34\xc7\xe9\x60\x16\x3c\x2c\xc3\x21\x53\x38\x91\xc6\xe5\x6b\x0d\xc4\x30\x8f\x0b\x53\x1f\x44\xa4\x10\xaa\x8a\x59\x6e\x28\x82\xea\x68\x4c\x90\x42\xa6\x7a\xdd\x53\xb3\xa9\xe6\x01\x64\xef\x8b\xad\x23\x7e\xce\x6e\x1f\x2d\x85\xb7\x10\x08\xe4\x38\x97\x20\xe7\x1d\x37\xd2\xaa\x2d\x0c\x48\xa4\x17\xde\x16\x68\xd1\x2f\xdb\x0f\x6c\x01\xe3\xc2\x76\x0d\xcf\xba\xb0\xde\x20\xea\x3a\x6e\x6a\xc7\xc3\x32\x14\x38\x55\x31\x6f\x8d\xcb\x0f\xb9\x20\x6a\x3b\xa9\x1b\x21\x56\xe3\xe2\x7d\xf9\x0e\x24\x2e\x9e\xf9\xf1\xd3\x2d\x99\xbc\xe1\xc3\xf2\xdb\xa7\x1b\xce\x71\xdd\xe0\x4a\xff\x37\xb8\x82\xba\x33\x20\xb1\x53\x14\x54\x55\x73\xb4\x5f\xd2\x4b\x22\x79\xe8\x79\xbe\xa3\xb5\x94\x49\x15\x2e\x69\x54\x5b\x35\x0b\x7d\x63\x84\x4a\xa3\xc6\x1c\xc8\x17\xff\xb3\x40\x98\xaa\x39\x36\x78\xbb\x0f\x29\xc4\x19\xd1\x5a\x38\x5d\x43\x1a\x84\x5b\x34\xfc\x19\x6c\x5d\x85\x46\xd5\xba\xa7\xf0\x14\x74\x02\x41\xde\x29\x14\x01\x81\x42\x83\x11\xf7\x80\x66\x42\xb0\x12\xe7\xd5\x6b\x39\x8f\x9a\xaf\x72\x11\x98\x3a\x1a\x54\x02\x1d\x34\xc2\x4d\x58\xc0\x86\x1a\x5a\x03\x0a\x43\x94\x52\xe5\xf5\xac\x39\x55\x14\xff\xb4\xaa\xa6\x5d\x6d\xb9\x3d\x1f\x7a\xcb\x41\x4f\x0d\x0d\x03\x36\xd4\x4c\x0a\x48\x1b\x0d\x0d\x23\x93\xa4\xc5\xc7\xe5\xe2\x97\x05\x2b\x81\x2a\xa3\xdd\x0c\x3c\xa0\x8f\x44\x8e\x2b\x87\x27\x8d\x28\xcd\x0d\x79\x0c\x19\xb5\xc1\xd5\x39\x1e\x14\x57\x54\xeb\x91\x42\x9f\x74\x2c\xa3\xe2\x8a\x6a\x45\x40\x54\x24\x51\xad\xa8\x5d\x8e\x24\xaa\x47\x6a\x9a\x7d\xc0\xc1\x08\x17\x8a\x6e\xe7\x47\x63\x07\x12\x61\x87\x55\x7f\xea\xc2\x06\x2e\x40\xc5\x32\x31\x9d\x1d\xf1\x08\x1e\xd1\x9d\x2e\x21\xea\x9c\x73\xa0\xb5\x9c\x08\x9d\x65\xda\x81\x2e\x41\x29\xb3\x97\x01\x14\xfc\xa4\x29\xa7\x69\xc7\x92\x0f\x3f\xe9\x8a\x68\xab\x1c\xc4\xdd\x11\x91\x99\xeb\x8e\x01\x80\xb3\xa3\xf3\xd4\x1a\xe8\x65\x21\x52\x57\xeb\x9b\x5e\x26\xc8\x52\x57\xe7\x32\x51\x90\x43\xd9\x9b\x6a\xe5\x3c\xe8\xce\x88\x70\x64\x4a\xe4\x5f\xc7\x69\x3f\x88\xfc\x89\xfe\xe8\xd4\x4e\xf5\xd3\x8e\xcd\x15\x30\x29\x85\xfe\xd4\x5a\xd2\xa5\xed\xcf\x57\x1a\xf2\xcd\xe6\x3d\x0d\xd9\x2f\x34\x82\xae\x49\xf7\x83\x83\x5f\xd6\x83\x51\x0c\xcc\xa4\x54\x1e\x6c\x70\x4e\xb7\xe1\x87\x11\x6b\x0a\x25\xce\xe1\x20\x1c\x23\xcb\x9f\xba\xc3\x0d\xa7\x74\x1a\x3c\x00\x65\x1c\xfd\xb4\xe4\xe5\xbf\x52\x68\x12\x4c\x43\x60\xe8\x39\x1c\xd2\xe2\x2a\x82\xfd\xd0\xdb\x08\xc4\x93\x8f\x01\xd7\xff\x80\x7e\x11\xef\x02\xb2\x72\xc3\x14\x3a\xc8\xa7\x7d\x06\xee\x8d\x08\xf7\x24\x72\xa7\x7e\x7f\x5d\x7e\xd5\xf5\x9b\xb6\x69\x96\x61\x9f\x80\xe2\x29\x25\x85\xa2\xc0\x92\x32\xb1\x14\xc4\xb0\xe1\x08\xd9\xcf\x7c\xdd\x8c\x1a\x84\x94\x3c\xe3\x84\x23\x3a\x76\x67\x2f\xe9\x44\x5b\xff\xcc\xb1\x30\x1c\x43\x58\x53\x28\xe7\x1a\x92\xc3\xed\xf3\x9f\x23\xf5\xb6\x1d\x07\x47\xe4\xb8\xd9\xdd\x57\xea\x8a\x02\x91\x40\x78\xbd\x91\x03\xf5\xf6\x15\xb5\x2c\x8a\x93\x40\xe1\x6e\x1d\x4e\x02\xb5\xe3\xc2\x1c\x0e\xc8\x69\xbf\xa1\xa0\xdd\x03\x7a\x8e\xb2\x89\x05\xd3\xb9\x9d\x3e\x92\x8d\x12\x36\xb5\xeb\x4c\xa1\x84\xbd\x08\x24\xe4\x68\xca\x4c\xfb\x0d\xc6\xab\x33\x09\x44\xdd\xc4\xf8\xa0\xb0\x9b\xfa\xc1\x5e\xef\xc6\x94\x54\x95\xde\x1d\x81\xf3\x46\xf0\xba\x02\x36\x8f\xa5\x03\x32\xee\x94\x0e\x77\xca\xc0\x6f\x06\x0e\xfa\x3e\x66\x21\x72\xbf\xb1\xf8\x39\xca\xfd\xc6\x62\x8b\xf8\xe0\x37\x16\xaf\xfe\x29\xf5\xb4\xd0\x90\x79\x01\x4c\xce\xef\x2f\x8e\x58\x2e\x1c\x7b\x53\x39\x15\x6e\x6b\x4a\xb8\x64\xc7\xf4\x7a\x33\x83\x8e\xb6\xa9\x9c\x18\xce\xea\x54\xcf\xd4\x94\xb4\xc7\xf1\x31\x93\xb6\xba\x03\x8a\xdf\xc0\xf6\x27\x5b\x7b\x4f\xab\x7a\xdc\xb5\xa5\x1d\xcf\x01\x93\x3b\x31\xea\x5d\x69\x88\x45\x1b\x80\x7e\xfd\xee\x02\x62\xcd\x28\xf4\xe5\x45\xbc\xc4\x43\xd1\x36\xb5\x62\x27\x98\xc3\xe8\xd2\xac\x02\x68\xea\x99\x0f\x15\x1d\xc1\xb1\x3e\xf1\xce\x05\x3f\x99\x9e\x63\x3c\x75\x2e\x27\xa2\x06\x06\xf1\x34\x78\x97\x87\x33\xad\x7e\x64\x16\xde\x73\x1c\x81\x9c\x7e\x3b\x13\xcd\x6b\xb4\xe0\xea\x88\x9a\x68\xba\xce\xe6\x34\xa0\x30\xc7\xd0\x7c\xe4\x83\x09\x49\x65\xc2\x1c\x39\x1a\x55\x77\xe2\xd0\x45\xc8\x9b\x26\x29\xce\x08\x05\xc6\x1c\x5b\xe6\x16\x81\x80\x43\xcb\x71\x31\x7b\x50\xd0\xd1\xc3\xf5\x8c\x31\x2d\x00\x5c\x29\x73\x00\x1d\x03\xf3\x53\xb9\x67\xca\xb4\x5b\xe1\xa8\x0f\x93\x13\x7c\x5a\xf1\x2b\x85\x6b\xf3\xe3\x61\x71\x0f\xe6\xe1\xb7\x2e\x46\x14\x52\x07\xac\x54\x36\x95\xf3\x2a\xd5\x2b\x65\xec\xeb\x06\x28\x26\x79\x05\x32\xfd\xb4\x7c\x29\x59\x85\x11\x3f\x48\x9d\xea\x65\x7f\xd8\xa2\x87\x0f\x79\x28\x79\xd2\x7e\xf4\xef\xef\x5c\xfa\x85\xdf\x5a\x3f\xed\x98\x09\x21\xeb\xf9\x45\xc8\xca\x3c\x3e\xac\x3a\x40\x4c\xce\xa3\x54\x59\x1c\x5e\x76\x8c\xc2\xf9\xd7\x8f\x39\x9e\xc3\x11\x29\x3b\xbe\xf1\xe1\x90\x94\x32\xd8\x8b\x0f\x87\x28\xe3\xc5\x1e\x0f\xbf\x12\x1b\xb9\x50\x4f\x66\x54\xa2\x3a\x87\x9e\xcc\xc8\x75\xe0\xf1\x20\xb0\x8a\xe9\xb2\x04\x19\xda\x7a\x38\xae\x0a\x77\xe1\x78\x20\xc7\xf4\xe0\xa0\xa4\xae\x7b\xfa\xb4\x78\xd9\x03\xfa\x00\x0a\xbe\x22\xb5\xc1\xee\xf3\xd3\x89\x44\xa5\xf8\x09\xe4\xd5\x8b\x31\x72\x34\x49\x65\x16\xc8\xa4\x04\x91\x3c\xa3\xce\x03\xe9\x3d\xbf\x9e\xef\x1e\xee\xb1\x00\x9a\x55\x80\xc0\xd3\xac\xa2\xe5\x4b\x91\x25\x03\x21\x59\x12\x42\xcb\x13\x47\x14\xcd\x0c\xfa\xbf\x00\x6d\x2a\x0d\x64\x8e\x83\xb6\xa0\x20\x8d\x5a\x3f\x10\x5f\xd2\xac\x13\xc1\x43\x24\x8a\xd8\xe8\xa1\x59\x05\x6c\x1c\xe3\x48\x99\xcf\x0c\x04\x98\x27\x1b\x1c\x59\xdc\xf1\x1b\x95\x69\xf6\x8b\x7f\xdb\x95\x32\x6f\xfe\xcc\x08\x9b\x1f\x45\x91\xb4\x46\xe5\xd3\x8d\x39\x50\xe6\xcb\x51\x72\x91\xdc\x49\x6c\x44\xdc\xce\x70\xb2\xee\x8b\xfb\xbf\x83\xec\x45\x64\x66\x18\x4f\x3c\xe9\xe8\x28\x7e\x7a\xaf\x45\x41\x70\xfa\xa2\xab\xc3\x20\x9e\x1c\x31\x59\x52\x73\x08\x50\x26\x9d\x11\xc1\x2a\xc3\x4f\xec\x5d\x08\x59\x2f\x14\x44\x34\x39\xa7\x28\xaa\x3d\x55\x3d\x2f\x17\xd0\x74\x72\x71\x20\x48\x83\x4e\xbc\x5f\xc1\xf6\xe5\x48\x4b\x22\x49\x86\xdf\xb2\xdb\xe3\x79\x71\x86\xa0\xc1\x55\xff\x41\x4e\x20\xfc\xc0\xc3\xb1\x1a\xad\x32\x4b\xaf\x41\x3f\x20\x61\xd3\x3e\x8e\xe8\xe1\x68\x8d\x1a\xec\x6f\x46\x0a\x16\xbe\xca\xce\x1e\x7d\x79\x03\x07\x07\x0b\x97\xe8\x16\x2f\xc8\x03\xa1\xf0\x05\x79\x64\xc6\xec\x46\xe2\x4e\xf7\x78\x59\x80\x44\xb3\xd4\x23\x73\x3d\x9c\xe9\xc5\x8e\x4d\xbb\xf2\x22\x55\xd4\x2f\x05\x5d\xd4\x9a\x61\x4b\x01\xfc\xa8\x7c\x04\x47\xc4\xd9\xf7\xf6\x8e\x45\xba\x74\xf8\x43\x45\xf9\x7a\x5b\x0a\x44\xbb\xd1\x5b\x6b\x3d\x7b\xd2\x0f\x95\x84\x4b\x39\xfc\xa1\x95\x94\x59\xea\x63\xee\x1c\xf1\x70\x42\x42\xce\xed\x73\x75\xb6\x8f\x33\xf4\x54\x4e\xd6\x37\xf6\x53\xc6\xfc\x36\xff\x1d\xdf\x66\x8a\x5d\x55\x9b\xfb\x04\x59\x45\x67\x45\x14\x7a\x0f\xc6\xcc\x28\xad\x0e\x44\x34\x57\xcc\x43\x82\xda\x87\x62\x1e\xca\xc9\x06\x7e\xb3\xd2\x08\x72\x8a\x72\xa8\x27\x34\xed\x28\x87\x8b\xe8\xcf\xe4\xcd\xae\x9f\x4f\x4d\x7d\x2c\xca\x3b\x8b\xcb\xdc\xda\xfd\x12\x65\x86\x37\x0f\x22\x71\x2b\xba\xe0\x38\xa1\x0b\xc7\x0f\xc4\xd6\xaa\xf8\x81\x55\x95\x76\x15\x25\xf8\x41\xd0\xb9\xca\x7b\x9a\xf1\x66\x4e\x9f\x56\x07\x33\x6c\x6b\x83\x91\xbf\xdf\x6c\xed\x0f\xe8\x33\xc0\x3b\xdd\x6f\x7b\x94\xe6\xe5\xbe\x37\xc7\xb2\x7a\x76\xef\xcd\x9e\x40\xfc\xe0\xf7\xc6\xeb\xb6\x1f\xd0\x39\xbf\x53\x57\x97\x43\x2d\x53\xdc\x8e\x5a\x20\xe7\xda\x02\x2d\x5c\x96\x94\x9a\xfe\x3b\x90\xd2\x6b\x59\x47\xba\x37\xc7\xbd\x12\x29\x70\x6f\x68\x91\x83\x2f\xc5\x07\x48\x76\x71\x2b\xc1\x4e\xe5\xf6\xd2\xbd\x39\x8c\x0f\x6b\xc4\xed\x88\x83\x73\xcb\x87\xa6\x8c\x20\x04\x13\x38\x41\xde\x36\x5d\x68\xec\x76\xda\x1c\xe7\xdb\x5d\x50\x95\xb3\xbb\x01\x59\x95\x18\xa9\x6a\xea\xac\x29\xb5\xa1\x31\x85\xa6\xce\x93\xa1\x2d\xde\xde\x38\xf1\x6f\x9e\xeb\xeb\xe0\xa7\x6c\xc0\x57\x6a\xfa\xc6\x07\x4a\xe5\xbd\x99\x68\x76\x70\x9f\x7e\x96\x96\x09\x9a\x16\x0e\x32\x5f\xbe\x23\x94\x81\xc8\x0a\x44\xb8\xf6\xbd\x71\xa4\x33\x7b\x8a\x0d\x28\xc4\x97\xdd\xca\x86\x53\x37\xc6\x6c\x97\x7e\x43\x8f\xb8\x77\xbf\xc4\xee\x8d\x74\xef\x2c\x58\x3e\x34\x4f\x00\xf5\x3d\x0b\x96\x86\x7c\x18\xe7\x53\xc4\x7f\x6b\x24\xb7\x5c\xfc\x47\x03\xf7\x5d\xee\x5a\x62\xe4\xef\x7d\xf1\x8f\x42\x12\x80\x7b\xe7\x00\xb0\xd2\x73\x2b\xab\x4d\x81\xe0\x6f\xbd\x25\x51\x48\x67\x70\xef\x4e\x64\x92\x91\x28\xd4\x93\xfb\x0e\x37\x61\x03\x9f\x32\x90\x63\x24\x7a\x2f\xaa\x65\x20\xf2\xbb\x39\x4b\xdf\x82\xe0\x08\xb4\xc3\xb2\x67\x2a\x2d\xaf\xe1\x63\xbd\x77\x1b\x9a\x36\x70\xd5\x45\x6d\xe7\x18\x5b\x10\xf3\xc3\x98\xc5\xdf\xcf\x2d\x90\xfb\xe4\x43\x27\x8c\xeb\xf4\x31\xe9\x03\x84\x24\xed\x3b\xd7\xf5\x82\x7c\xc6\x95\x14\x2a\x14\x6d\xa4\x90\x61\x1a\xf7\xa3\x43\xec\x0d\xd0\xcf\xf5\x9b\xf5\xdd\x87\x3d\xa7\xec\x46\xa7\xb4\xc1\x70\x7e\x1f\x8e\x3e\xea\x47\xaa\x7a\xab\x9e\xdf\x73\xf1\xfb\x40\xf0\x63\x86\xf4\xdc\x47\xb9\x2a\x0d\x39\x19\x09\x8a\xdf\x2d\xcf\xfc\xc1\xc3\xd2\x0b\xd4\x05\xb5\x3d\x5f\x76\xa3\x0b\x82\x4e\x59\x64\x96\x79\x1f\x98\x0f\x4e\x46\xaa\xd4\x58\xc8\x52\xb7\x7c\xfa\xf5\x4c\x3b\x37\x9d\x54\x40\x3f\x03\xcf\x87\x18\x7c\xd8\x63\xe4\xac\xa9\x41\xc8\xf9\x00\xd9\x8e\xf2\xaf\xf3\x1a\xf9\x79\x93\xb3\x06\x2d\xec\x3e\x1c\x33\x79\xd0\x89\xc2\x3e\x4e\xb6\xbc\x3d\xe8\x67\x26\x93\xf5\x4c\xcd\x5b\x10\x4b\x34\xdd\x21\xc8\xd9\xa9\x4a\x7c\xfd\x2d\x8f\xf9\xb1\xc1\x86\xed\x14\xbf\x18\x47\x41\x4e\x67\x67\xe0\x15\x47\xf1\xbb\x0b\x96\x22\xb6\x58\xf1\x5a\x5b\xa2\xbd\xe5\x15\x3f\x06\x7c\xad\xc0\xcf\xaf\x80\xe6\x07\x81\xf4\xca\xfa\x1e\xc8\x6b\xc0\xc4\xda\x2b\x1e\x6b\xd9\xed\x1c\x35\x31\x40\xdd\xca\x51\x53\x4f\xe6\xa7\x10\x5f\x16\x14\x24\x11\x9e\x2c\x9f\x33\xd6\xc4\xcc\x75\x2b\x63\xcd\x91\x85\x2f\x21\x99\x0e\xd8\xf4\x25\x03\x1b\x9e\x68\xf0\xf3\xa1\x71\x30\x25\xd8\x9f\x3e\xed\x3c\x54\x18\x64\xcd\xbf\xaf\x80\x5a\xe9\x3d\x7d\x88\x9c\x0a\xe8\x38\x7f\x64\x0f\xb2\x48\x17\x59\x15\xbb\x0b\x6a\x66\x5a\xa2\xe3\x59\x52\xe8\x79\xa7\x59\x48\xaf\xa6\x21\xdb\x32\x98\x20\xc5\x42\x86\x80\xe4\xc3\x3f\xb8\xfd\x78\xcb\x87\x5f\xb1\x51\xdf\xca\x5e\x73\x5c\x30\x0b\x3b\xf4\x89\x77\xbc\xed\xcf\x0f\x2b\x2d\x53\x2f\x25\x87\x26\x4c\x86\x25\x65\x22\x43\x8e\xed\x2a\xdb\xd2\xc9\xa6\xa8\xbe\x80\xc5\xaa\xd7\xee\x9a\x03\x48\x37\x9a\x98\xff\x8a\xa0\x6f\x01\xe4\xae\x10\x08\x73\x23\x1f\xfc\xe7\x24\x96\x0f\xbe\x9e\x35\x90\x19\x83\xf5\xf4\x5b\x4e\xf8\xd2\x1b\x08\x0c\x5e\x33\x01\x92\xc7\x7b\x4f\xd9\x50\xb8\xed\x05\x74\x2b\x47\x38\xa8\xca\x65\x70\xd6\xb4\xa9\x47\xd6\x4b\x20\xaf\x38\x73\xea\xe7\xe7\x06\xd7\x4a\xee\x9a\x55\x65\x5c\xb2\x38\xb6\x46\x27\x8e\x93\x0d\xd7\xaf\x18\x84\x6a\xea\x6a\x91\x6b\x1a\x12\x4b\xeb\x20\xc4\xe9\xf1\x69\x68\xe8\xbc\x00\xa3\xdb\xb8\x33\x2e\x9d\x25\xa1\xcf\xea\xd4\xdf\x5b\x20\x0b\x76\x88\x38\xd5\x77\x57\x08\x73\xbb\x2b\x01\xb0\xb4\xe3\x83\xe6\x6f\xb8\x40\x7f\x57\xfb\x37\xca\xe7\x4b\x19\x2a\x1a\xb3\x6e\x1e\x96\x99\x75\x14\xd0\x1e\x9a\x40\x0e\xcd\x64\xca\x09\x75\x66\x24\x08\x23\x56\x99\xef\x13\x51\x93\xc3\xce\x89\x69\x50\xe1\xef\xb3\xf3\x66\xde\x05\xa8\x4b\x68\x9f\x2f\x65\x19\x3f\x53\x26\xaa\x3c\xd3\x8c\xba\xfc\x40\x7a\xc5\x99\xd5\x3b\x4d\x69\x9c\xf6\x8e\x15\x40\x93\xbe\x4f\xec\x0b\x6c\xb4\xd3\x97\x08\x60\x19\x4a\x30\x53\xda\x91\x0f\xb5\xb0\x90\xef\x69\xb9\x04\x36\x79\x9a\xf1\x9c\x69\x74\x98\x40\xd2\xbf\x76\xcc\x99\x2e\xbc\x63\xf2\xa1\x22\xb9\x61\x09\xa7\x85\x96\x92\xd9\xc0\x48\x69\x5b\xcc\xad\x78\x84\x7a\x66\xfc\x0e\x4d\x8b\x3c\xea\xd4\x33\x27\xa7\xae\x82\x13\x3a\x9a\xc9\xad\xd4\x33\x31\x2a\xdf\xca\x35\x53\xcf\x33\xdf\x39\xcc\x28\x35\xc5\x14\xce\x40\x0e\xd6\x4e\x9b\x96\xba\x7b\x40\x31\x50\x4e\xf2\x13\x5d\xa8\x06\x54\xb2\xdc\x9e\x3e\xa0\x00\x30\x27\xf6\x2c\xa5\x22\xbb\x68\x0c\xca\x4b\x53\xf6\x60\x67\xaa\xe3\x38\x76\xb2\x99\x81\xc3\xe3\x3e\x27\x08\xd1\xa7\xc3\x5b\x6a\x96\xd2\x37\xa8\xa0\x01\xc5\x4a\xd4\x93\xc3\xfa\xb2\xf2\x03\x02\x8a\x94\x28\x39\x18\x2e\xdf\x39\xd9\xf2\x9d\x72\x53\x8c\x7c\x67\xdf\xdc\x91\x42\x8b\x45\xd6\xd2\x6f\x65\x90\xa9\x27\xdc\x8e\x0c\x32\xb8\x24\xef\x2b\x27\xde\x05\x28\x87\x01\x4c\xec\x42\xe6\x4d\x37\xba\x44\x1f\xa6\x71\xd9\x04\x82\x3f\xe6\xbe\xb8\x51\x9a\xaa\x8b\xc5\x5d\x1c\x37\x97\x35\xa1\x8b\x91\x40\x3e\x50\xd3\x65\xc5\x37\x55\x7d\x71\x8e\x93\x49\x89\x61\x0e\x82\x93\xee\x0b\x13\x07\x52\xa5\x33\xc3\x90\x48\xe2\x26\x33\x4c\xcd\x87\x66\xa3\x23\x5f\x5a\xf9\xea\xe9\x04\xae\xca\x30\x61\x54\x68\x54\x97\x59\x13\x22\xcb\x35\xe1\xaa\x4c\xe6\x04\x07\x5a\x9a\x8e\x7f\x63\xd4\x7a\xff\xbb\x7e\x20\xbf\xe8\x90\x76\x20\x83\x80\x6b\x19\xa2\xde\x10\xf2\x10\xfd\xc6\x21\x0f\x57\x67\x33\x36\xc4\xa4\x11\xf0\x12\x7e\x81\xac\xb3\xf7\x80\x4a\xd7\xb3\xa5\x21\x84\x8b\x01\xe8\xb3\xfc\x04\x32\x77\x84\x4e\x9b\x04\xa3\x3d\x55\x49\xf9\x42\x3b\xc3\xea\x60\xd0\x55\x58\xcc\x55\xfe\x06\xb1\xdb\x0f\x14\x92\x21\xe9\x76\xbc\xc3\x79\xa5\x0f\x6f\x4e\x38\x60\x43\x43\xee\x29\xf5\x22\xc1\x1e\xfc\xdc\x19\x81\x39\xb7\x5f\xcd\x8b\x28\xdd\x50\x86\x46\xaa\x7a\x77\x32\x2e\xd9\x42\x1b\x94\xd0\x74\x7e\x61\xf9\xba\x1d\x0b\x51\x46\x66\x16\x32\xf9\x94\x9a\x3f\xa0\x29\x11\x1a\x81\x0f\xea\x26\x59\x0b\x9e\xdf\xbb\xf9\x52\x30\x9e\xdf\xdb\x81\x13\x18\xa8\x6f\xf2\xb1\xe0\x86\xbd\x09\x9c\xc0\x07\x75\x37\x9e\xc6\x07\x43\x9d\x4b\x5c\xda\xbb\xbb\xf3\x22\xe0\xe1\xbe\xbb\xdf\x74\xe6\x40\x53\x0e\x96\xe4\xe1\xe5\x19\xb3\xb8\xe5\x6e\x85\x46\x54\xee\xde\xdd\x1d\x11\x08\x46\xdc\x59\xfb\x11\xf0\xe5\x5e\x8c\x42\xb7\x50\x0c\x8f\xea\x3e\x8b\xf0\xb4\xde\x4e\xae\x72\x71\xf9\xf8\xee\x58\xc7\x20\x5d\xc5\x4a\x14\x12\x10\xdf\xdd\x47\x4c\x4b\xd5\xe9\x8b\x0a\x3b\xa0\x88\xa1\xe5\x43\x50\x48\xa7\x12\x26\x33\x50\xb9\x39\x72\x54\x76\xfc\x18\x9c\x38\xfd\x66\xe6\x03\xea\x3c\x84\xe2\x7a\x48\x83\x69\xb0\xa4\x53\x33\xbb\xb7\xef\xf0\xe7\x4b\xe7\x1a\x81\x2d\x74\x7c\xe7\x23\xa0\xe8\x11\x19\xb2\x4f\xd6\x65\x00\xea\x8e\x10\x08\x2a\xde\xa1\xe2\xbc\xbf\x87\x0d\x1b\xec\x1d\xc5\x37\x14\x0c\xe8\xf7\xc0\xff\xcd\xb9\x32\xac\xe5\x10\xf3\x76\x0f\x2f\x61\x4f\xab\x7e\x11\x01\x3a\x19\xb6\x64\xe0\x2f\xbd\x07\xfe\x25\x0e\x3e\x25\x31\x39\xc8\x67\x7c\x0f\x26\x97\xfd\xe2\x47\xa3\x4e\x16\x69\x64\x3a\x41\xd7\x57\xaa\xea\x08\xa8\xe4\x3d\xc1\xf7\xb6\xc1\xff\x48\xa1\xd6\xb7\xa7\x59\x2d\x68\x4f\x55\xef\x6e\x0e\xc9\x81\xab\x20\x0d\x39\x40\x1b\x7b\xe7\x3d\xcc\x2b\xf1\xa0\xdc\x7e\x6f\x2a\xae\xc4\x5b\xa9\x42\x0a\x79\xb5\x6f\xa7\xff\xb8\x22\x31\xdf\xce\x9e\x16\xf3\xdd\x9d\x69\x69\x80\x52\x35\x38\xff\x6f\xc7\xf3\x61\xea\xbe\x6f\x2b\x6d\x98\x9a\xef\xdb\x56\x7c\xec\xd0\xf7\x6d\xe2\x85\x61\x3b\x19\x07\x76\xf0\xfb\xe6\x51\xe1\x2d\x20\xf8\x02\x5a\xdb\x8a\xfd\xee\xf6\xad\xa0\x68\xbd\xb7\x2f\xd7\x46\x3f\xb5\x07\xbf\xc5\xce\x63\x0f\xfe\xc0\x5b\x7c\xdb\x83\x1f\xaf\xe6\x7d\xf3\xe2\x32\xf4\x7b\x87\x91\xa4\x29\x26\x95\xe1\x31\xa9\x08\x8a\x76\xe9\x47\xf8\xb9\x6d\x99\x1b\x29\x93\x9c\xda\xfb\xf7\x1c\xfd\x76\xb4\x1e\x49\x9a\x6e\x79\xff\x3f\x16\x46\x7b\xff\x4f\x18\xf1\xcc\x4a\x1d\x80\x9e\xee\x23\xa0\x89\x1d\x8d\x75\xfa\xe4\x6a\x69\x56\x3a\x52\x0f\xf4\xf0\x33\x92\x40\x6f\x7f\xe8\x51\xcb\xa3\x5f\x2f\x78\x97\x92\x60\x54\x5c\xd2\x7e\xe0\xb8\x9e\x23\x65\x9e\x1f\x8e\x94\xc9\x22\xc2\xd0\x79\x49\x09\x77\xf2\x2d\x6f\xfb\x31\xe0\x5d\x4e\x58\x71\xb2\xfc\x93\x6b\x87\x7b\x40\xf7\x09\x3e\x16\x56\x61\xad\x7e\x53\x79\x70\x7f\xfb\xf6\x63\x49\x2d\x66\x16\x9e\x47\x8a\x7d\x8b\x67\x8d\x72\xae\xf9\x59\xa3\xc1\xad\xec\xdb\x3e\xf4\x3d\x5a\xed\x03\x33\x1a\x82\xc0\xc3\x32\x44\x94\x84\x87\xe5\x82\x18\x89\xe4\x1c\xdf\x63\xca\xb3\x37\x1c\x07\xda\x2d\x6f\x78\xe5\x56\xd8\x6d\xcf\xf4\xc5\x76\x7a\x98\xbd\xc7\xb6\xe2\xf7\x7f\xe2\x2a\xbf\x1f\x0e\x67\x2c\x9f\xd2\xa7\x41\x4a\x6f\x0e\x4c\x1a\x96\xe7\xf3\xfc\x14\x9a\x5f\x5d\x29\xbc\xd5\x6b\x05\x92\x51\xed\x0a\x64\x4e\x82\x04\xfb\xb0\xdd\x9a\x93\x4c\x49\x10\xea\xc5\x46\x7c\xf0\x8c\x78\x3a\x99\x1e\x4b\xaa\x7a\xb7\x1c\x69\xe7\xa5\x42\x4f\x90\xfd\xcb\xb1\x5b\x29\x5b\xc1\x1e\xff\xfc\xad\xfc\x04\xf5\x62\xd7\x39\x3f\x01\x49\x71\xef\x27\xf7\x88\x8e\x14\x42\x54\x34\xe4\xbc\xa1\xa9\xab\x83\xf5\x82\xfe\x9e\x0e\x23\x8d\x01\xce\xc9\x04\x06\xe7\xa1\x9e\xd8\xa9\x17\xb4\xe9\x27\x76\xe2\x32\x51\xa2\x81\x83\x78\xd3\xdb\x89\x06\x7a\x4d\x2b\x7a\x9d\x68\x4f\x2b\xd6\x36\xc0\x8d\x63\xe0\xc8\x87\x8a\x5d\xcf\x04\x38\x79\x00\x13\xf9\xe4\x9a\x2d\x1f\xde\x46\xa6\x02\xc9\xee\x71\xa5\xa6\x09\x0d\x2e\x63\x47\xf4\x05\x05\xcb\xf5\x7c\xf4\x9a\x32\xfa\x67\x6e\x78\xc6\x1d\x7e\xe0\x27\x74\xae\x60\xae\xfb\x6a\xb1\x1f\x29\x59\x40\x8d\xad\x47\xe9\x01\x6a\xb4\x94\xa7\x6f\xc4\xc6\xbe\xad\xfc\x00\xf5\xca\xfc\xcb\x80\x74\x05\x39\xac\xd4\x2d\x3d\x3a\x80\x19\x63\xd3\xcb\x24\x00\x3a\x2f\x9e\xaf\x87\x3d\xf9\x09\x9d\x92\x69\x7e\x99\x22\x3e\x85\x26\xbb\x23\x0d\x49\x6d\x81\x07\xbd\x60\x7b\x25\x5f\x36\xdd\x92\x3d\x81\x74\xdb\xef\x03\x29\x5b\x3f\x67\xf8\x0b\xe9\xbd\xa5\x70\xca\x7a\xd0\x80\x14\x43\xbe\xa7\x0f\x3d\x99\xd3\xbe\x8f\x13\xbf\xc9\x4f\x10\x2d\xe5\x65\xff\x08\x6c\xee\x85\x70\x87\xdf\x07\x27\x78\xdc\x52\x72\x82\x17\xf2\x17\xdf\x2f\xa7\xce\x8b\x21\xf3\xe5\x5b\xe3\xe8\xfd\x2f\xd2\x0d\x05\xd2\x65\x6b\xb8\xcf\xcb\x1e\x91\x4f\x97\xca\x37\x52\x03\x29\x2a\x80\xd5\x7b\xf9\x3d\x14\xf4\x3f\x3b\xce\x89\x5b\xb8\xed\x1a\xbf\x90\xc7\xe4\x1a\x3f\x1a\x87\x80\x5c\xe3\x07\x11\x29\xb7\x72\x1c\x94\x9e\x59\x15\xb3\xbe\xb2\x54\x8e\x68\x8f\x6d\xf6\x65\xbd\x31\xae\x09\xfb\xc2\x09\x15\xbc\x5f\xd6\x07\x62\x94\x7f\x59\x04\x84\x29\xbc\xb8\xab\x46\xd5\x69\xf3\x11\xd3\x28\x3f\x4a\x7c\x35\x7e\xb1\xbe\x7c\x20\xab\xd1\x50\xe8\xcb\xd4\x1b\x7a\x98\x7e\x2e\x2b\x1d\x5a\x3e\xad\xa9\x6a\x79\xb0\xa6\x21\x3d\xbc\xc1\xf1\xfe\x76\xbe\x20\xac\x17\x6f\xce\x86\x1a\x50\x49\xb3\xd9\x30\x6f\x48\xf9\x02\xaa\x3a\x28\x52\x53\x09\xa6\xe8\x42\x5e\xfb\xd2\x90\x45\xe4\xb5\xaf\xd7\x91\x0e\xb5\xef\x61\x2d\xf2\xd3\x97\xd8\xa6\xdf\xbe\x33\x13\xfb\xeb\xdb\x39\xe4\x23\x53\x92\xa8\x20\x86\x4a\x3f\xc9\x73\xa5\x50\x3c\x32\x12\x8d\xdf\xe0\x89\x01\xcd\x0e\xfe\x0b\x6e\xf2\x86\x1c\xd3\x27\xe6\x09\x76\xb3\x9e\xe4\xe9\xf1\x67\x2a\x6d\xc1\x9e\x53\xc2\x3e\xfc\x18\xe9\xe4\xc2\xaf\xdc\x70\xbf\xdf\xf6\xd3\x22\x1b\x93\xb5\x80\xd4\x1a\xb7\xb3\x16\xc4\x97\xf8\xf6\x53\xac\x99\x72\x99\xd8\xaf\x60\x63\x06\x9a\xee\x4d\x82\x70\x73\x79\xf3\x4b\x7c\x80\xca\x52\x70\x12\xb4\x7c\xdb\xb5\x7f\x7e\x7a\xd0\xb1\x8d\x8f\xcd\x79\x09\xb6\xb8\x61\xde\x3c\xf6\x99\x42\x26\x95\x21\x9a\xb7\x42\xd6\x6f\x44\xce\x8c\xd1\xcc\x15\xd3\xf9\x1b\x45\xb6\x06\x54\x82\xb4\x2d\x55\x8d\x79\x5a\xed\xb2\x03\x30\x46\x91\xe7\xf1\xf9\xce\x4f\xd8\x66\xc8\xbe\xc6\x75\xa5\x19\xd1\xaa\x7b\x9c\x9b\xef\x51\x9e\x81\x94\xfc\xc1\x1d\x4e\x67\x26\x68\xa7\x31\x9f\x8a\x00\x38\x98\xab\xe9\x37\x7e\x70\xe2\x4d\x07\x00\x10\x6b\x3a\x37\x1e\x3e\x39\x81\x6c\xc4\x3e\x80\xa6\xbc\x18\xe9\xc2\xfb\xe8\x4c\x33\x4f\x35\x9a\x66\x5e\x8a\x47\xd8\x81\x94\xdd\xfd\xe4\x43\x39\x8f\x51\xa9\x67\x72\x13\x78\x75\xa6\x72\x13\x54\xd8\xd3\xdc\xec\x3b\xf2\xc3\x4a\x0b\xbc\x34\xc6\xf3\x5b\x76\x3d\x79\xe1\x07\xd5\x72\xfa\x49\x9f\x02\x83\x9e\x4e\x79\x80\x26\x3c\xfd\x12\x4f\xcd\x5c\x61\x40\x39\x40\x41\x66\xda\xab\xf2\xa1\x89\xb5\xf2\x21\x2a\x60\x0b\x28\x5b\xe3\xc1\x84\xd8\x51\x09\xfb\x9a\x7e\x6f\x87\x67\x7b\xe6\xe6\xd0\x40\x7c\x32\x93\xa4\x06\x9c\x67\xd3\x49\x0d\x12\x5f\x37\x37\x47\x0a\x12\x35\x37\x37\x2b\xd8\x1f\xc8\xe7\x52\xd6\x8f\xc0\xb3\x46\xc3\xf2\x1e\xa0\xc7\xcd\xcd\xb6\x97\xcf\x42\x38\x72\xfd\xb3\x12\x88\xcd\x07\xbd\x92\x73\x0d\xf4\xa5\x14\x9d\x19\xf8\xf4\x5b\xc2\x81\xc4\x08\x7a\xa0\x97\xde\x23\x49\x97\xca\x6d\x65\x56\x3c\xf7\x4e\x82\x75\x20\xcb\x2a\x1b\x90\x33\xbe\x17\x20\xed\x18\x96\x6f\xb7\x54\xee\x83\x70\xee\xb6\xe2\x96\xb4\x22\xf3\xc8\x91\x1e\x74\xa2\x6f\x29\x13\x53\x3a\xf3\xdd\x5b\x90\x87\xeb\x97\x79\x38\xa4\xe6\xee\xab\x4a\x9d\xfe\x4c\x85\xcc\xe9\xee\xf3\x1b\x22\xdc\x71\x07\xa4\x43\x67\xcf\x08\x2d\xed\x8b\x45\x36\xec\xc2\x53\x0f\xf3\xac\xba\xa0\x23\x41\x12\xbd\x6e\xee\x64\xcf\x60\x1f\xea\x9d\x9e\xc2\x9b\x34\x53\x31\x0d\x07\xa1\x4a\x53\x31\x0d\xed\x1a\xe0\x13\xb2\xa3\x55\x9d\xda\x8d\x15\xd7\x0b\x3e\x65\x7c\x1a\xb5\xe2\xd1\x03\x3e\x34\xae\x06\x64\xbd\xa3\xa4\xd0\x93\x95\x76\xb4\x70\x2c\xf8\x8e\xc2\xc5\xf6\xe6\x01\x1f\xe8\xd3\xa9\x0e\xfc\xc4\xda\x82\x74\xa2\x5d\x8c\x43\xba\xf5\xd5\xb3\x58\xe8\xd6\x67\x40\x0b\x96\x99\x76\x34\x35\x5a\x3a\x9c\xbc\x02\x73\xc6\xe4\x25\x1e\x1c\x51\xf3\x70\xea\x48\xbf\xcb\xb7\x40\x0d\xcd\x07\xc0\x3c\x88\x69\x63\x1a\x94\x6d\x60\x0f\xe7\x3a\xac\x4e\xd8\xae\x30\x0f\xec\x74\xf9\xd2\xa7\xe3\x95\xaa\x60\x94\xba\x34\x0b\x46\xbe\xb6\xc2\x39\x33\x9d\x5e\x20\x8c\xe3\xc0\x9a\x71\x06\xb4\x88\x08\x2f\x3d\x9c\x40\x94\xfd\xef\x84\x02\x0d\x7f\xcf\x3c\x78\x30\x80\x91\x69\x0d\xb1\xcb\x4e\xc7\x34\x5c\xbd\xa6\x4f\x7b\x0c\x2e\x20\xa5\x40\x0b\xf2\x66\x14\xf8\x86\xa6\x42\x1c\x8e\x9e\xaa\xf0\x82\xd4\xb5\x1c\x96\x71\x72\x98\x5d\xe0\x83\x7e\x0d\x69\x1c\xac\x77\x20\xc9\x33\x8d\x99\xe6\x9d\xfb\xb4\x63\xcb\x3e\x03\x99\xc6\xf5\xfb\x9b\xf5\xd3\xa9\x06\xae\x2b\x1f\x8a\x32\xad\x7e\x4c\xc7\x3b\x5c\xd6\x31\xa7\xb3\x00\x84\x6d\x14\xc7\x3f\xe1\x62\x9a\x85\x8b\x4e\x30\x0e\x1e\xda\xe9\x9c\x2e\x05\xf3\x7c\xe7\x5b\x8e\x0c\x26\xc8\xf1\x06\x57\x4b\x5d\xf6\x0a\xbd\x6a\xb3\x92\x84\x66\xf2\x42\xce\x46\x2f\x37\x8a\x15\x5f\x4a\xd1\xc3\x5f\x3a\x8b\xf5\x3c\xce\xd7\x62\xf5\x9d\xdd\xe9\x9b\xfe\x17\x1b\xb9\xc0\xd8\x6d\xa7\x98\x0a\x13\x28\x61\x5e\x0a\x13\x28\x61\x5e\xc5\x89\x48\x70\x0d\x4d\xbd\x5b\xd3\x09\xd5\x98\xba\xe8\x5f\x78\x11\x6d\x3a\x32\xe0\x62\xe7\xea\x9d\x9a\x03\x4b\xfd\xf4\x35\xff\x0b\xae\x5e\x89\x2f\x82\x5b\xf9\x29\x9a\x96\x95\xf5\xe5\x7d\xb4\xce\x59\x6d\x18\x61\x8c\x0e\x14\xb8\xc8\x25\x3c\x2b\xae\x33\x77\xe2\x87\x68\xda\x09\xdd\x55\xef\x45\x8b\xdf\xb3\xb2\x17\x21\x26\x5f\xe5\xbf\x7a\xbe\xd4\xba\xb3\x96\x89\x22\x38\x81\x44\x05\xac\xa4\x63\x0a\x78\xf4\x64\x56\x2f\xe4\x00\x39\x99\x27\xfd\x60\xe8\x82\x8c\x38\x98\x3a\x0c\x09\x1f\xd6\x54\x14\x41\x25\x22\x7e\x56\x36\x3b\xeb\x51\x2d\x09\xd8\xd2\x36\x79\xa3\x06\xc3\xc7\x4c\x10\xc1\xe7\x53\xc7\xa1\xa6\x9b\x5b\x71\xbb\x35\x75\xed\xf9\x4e\x99\xcd\xb2\xec\xbc\x8a\xc8\xc9\x5e\xab\x7e\xe6\x83\x80\xee\x69\xbf\x7d\xc3\x31\x34\xed\xb7\x1f\xc4\x5e\x4f\x3c\xf5\x68\xed\x53\x0f\xca\x74\x94\x89\x79\x92\x1a\x9a\x89\xb7\xa7\x3e\xe1\xd4\x93\x57\x63\x88\xbc\x98\x27\x26\x47\x36\x19\x17\xfd\xf1\x38\xcd\xd3\x8b\x6f\xb5\x7d\xfa\xda\x7f\x8e\x2a\x3b\xf2\xc9\xaf\x3f\xe5\xba\x2f\x03\x8a\x3a\x7d\x45\x04\x3d\x7d\xfa\x71\x18\xde\x37\x99\xb8\xee\x6b\xaa\x5a\x52\x69\x29\xf4\x11\x5c\xf2\xa5\xba\x84\xfa\xed\x49\x6f\x27\x4b\x71\xde\x90\x14\x23\xc3\xeb\xc1\xd9\x29\x0f\xf9\x81\x81\x64\x9e\x8e\x17\x3b\x33\x63\x3e\x2d\x47\x0a\xe5\xdb\x47\x10\xb4\x13\x7c\xcb\xf4\x71\x3c\x06\x3f\x6b\x06\x6c\xab\xd3\xec\x72\xd0\xa3\xd3\x3e\x11\xc6\x3e\x49\x09\x10\x0e\x95\x24\x00\x9c\x71\x7e\x46\x25\x8c\xc5\xcf\xa8\x0c\x82\xdc\xa7\x5c\xdb\x95\x88\xbf\xe9\x6b\xff\xdc\x31\x9f\x17\x67\x65\x4b\x55\x0b\x29\xec\x0f\xdf\xf4\xe7\x1d\xa4\xe9\x87\x53\x2e\x66\x44\xaf\xa1\x54\xb2\x68\xce\x0b\x16\xc9\x76\xe1\x62\xff\x62\x34\xdf\xb2\xf0\x8b\xb8\x2f\xf6\x1d\x4e\xf1\x6c\x89\x0b\x03\xe9\xa7\x57\xcb\x29\x6c\xd9\xcb\x21\xc1\xd9\x30\x76\x84\x47\xb7\xb9\x06\x53\xc6\xd8\xb0\x3f\x43\x71\x7e\x3f\x05\x8b\xc6\xbc\x08\xff\xe4\x28\xbd\xf0\xc3\x20\x72\x5e\x37\xdd\x30\x58\xad\x77\xdb\xc0\x50\xe2\x10\x59\x75\x27\xf7\xf2\xf1\xd2\x4c\x5f\xcc\x3f\x6b\xea\x62\x3f\x85\x01\xfa\x2d\x14\x82\x12\xa7\xdc\xdb\x75\xdb\xc1\x5e\x27\x5b\xdb\xd3\x8e\x47\xe6\xa1\xb4\xce\xf4\x0e\x40\xeb\xe2\x70\x4e\x3f\x52\xd2\xd0\xa9\x1a\xc1\x0b\x67\x40\xd9\xb5\xe0\xaa\xf2\x51\xd7\x86\xec\xde\x30\x5d\xb1\x88\xf2\x58\x77\x54\xdc\xc9\x1d\x7d\x2c\x17\x53\x2e\xeb\xda\x40\x56\x1e\xeb\xda\xf6\x94\x5d\x82\x4e\x20\xaf\x60\x4f\x55\x5f\x6a\x18\x01\xed\x14\x62\xf5\xfd\x80\x09\xc9\xc4\x67\x73\xf2\xe0\x2d\x90\xf3\x2f\x32\xe8\x2c\x27\xbd\x48\x0e\xae\xc1\x47\x32\x15\x2f\xde\x2f\x50\xd6\xab\x4c\xd7\xcd\x22\xd0\xac\xd3\xb8\xb6\x14\x3a\xf5\x0c\x83\xf6\x4d\x00\x16\x53\x8e\xef\x3d\x27\x3d\xf7\xfe\x71\xf8\x4c\x79\xbe\x6b\xdb\x03\x29\x68\x33\x3d\xf2\xb6\x1c\x8d\x4e\x4f\x5d\x20\xa5\x0a\x0b\xa6\x8a\x83\xc1\x5a\x35\xfd\x06\x09\xb1\xfb\xb3\xd9\x94\xd5\x53\xc6\x3c\x32\x0a\x82\x64\x4a\xea\xda\x02\x93\x56\x9f\x8a\xe8\x01\x37\x3f\xa2\x1f\x6a\x21\xa1\x1c\xeb\xd1\xf1\x7a\xc0\xcc\xba\xac\x05\xdc\x17\x98\x72\x88\x17\xc2\x05\xa7\xdf\x1d\xc1\x5f\x3a\x3b\x42\x38\x3b\xd3\x8f\x8b\xb4\x23\x1f\x8a\xea\xd8\xd3\x1d\x7b\x15\x3b\xd1\xee\xf0\x76\x04\x82\x93\x74\x40\xbf\x52\xc6\x97\x26\x1e\x9c\x91\x53\xb9\x02\x6a\x43\xe1\xb2\x37\x9c\xb8\xad\xe9\xc4\x01\x3c\x5a\x33\xf5\xb6\x48\xd9\x58\xe4\x8e\x46\x05\xd1\xd9\xfd\xbd\x87\x24\xe5\xe1\x3e\xae\xf4\xe1\xf7\x43\xb8\xda\x33\xbb\xe3\x35\xf7\x14\xae\x91\x44\xa6\xed\x7e\x8a\x06\xaf\xe5\x94\x47\xfb\xe0\xcd\x89\xe9\x8c\x03\x38\xce\x66\xc7\x0d\xc9\xd9\xae\x1c\x03\x65\xdb\x52\x78\xba\x90\x76\x64\x06\xc2\xe3\x31\x95\x0a\xa0\x44\x10\xea\x5e\x4b\x1c\x67\xd3\x9e\xf1\xe8\xcd\x7a\x24\xa4\x36\x14\x50\x3f\x12\xd2\xd0\xda\xf5\x48\x48\x89\x90\x32\x7c\x28\x70\xd6\x0c\x84\xe3\xf1\xbd\xb9\x7b\x0e\xdc\x33\x6c\x43\x39\xd1\x4b\x96\xdd\x39\x01\xb8\x5c\x34\xfd\x82\x48\xe3\x54\x1f\x7e\x91\x92\x33\x6a\x60\x5d\x4c\x33\xc3\xf8\xec\x40\xac\x7a\x01\xb4\x57\xac\x06\xb4\x7d\x09\x82\x19\x5c\x29\x3f\xd3\xcd\x5b\x2d\x51\x57\x2f\x19\x11\x3a\x36\xed\xa7\x6f\x88\x41\xf2\xd3\x97\x33\xcd\xdc\x46\x16\x7c\x42\x04\xa9\x6a\x33\x0c\x67\xfc\x20\x58\x81\x93\xdb\xcf\x79\x64\xbd\x86\x63\xc2\x3f\x65\xda\xdf\xd0\xd6\xc0\x38\x8d\x00\x3c\xec\x40\xe3\x88\x1f\xda\xd1\x67\xa6\x52\x87\x03\x99\x7c\xe6\x70\xc2\xb5\x2d\x65\x0a\x71\xed\x69\x45\x6f\xac\x9e\xa9\xf9\xd2\xce\x4b\x99\x66\x03\xaa\x53\x5e\x81\xd5\x7d\x03\xdc\x45\x84\x81\x24\x44\xc0\xee\x9d\x74\x80\x38\x8a\xa9\xb4\x02\x05\x73\xf7\x54\x1e\x81\x83\xc8\x88\xe9\x78\x81\x11\x53\xd2\xed\x33\x85\x40\x84\x79\xdb\xc2\xc7\x94\x2b\x73\x40\xd9\x60\xaf\xb7\x1f\x91\x49\x1f\x8e\xb4\x84\x2b\xdc\x3e\xf7\xb7\x34\xe3\x6c\xcd\x3d\xcd\xd8\x1a\x0e\x24\x43\x1c\xaf\xe8\xcd\xdb\x62\x5d\x38\xc6\x6d\xb1\x2e\x5b\xf4\xb6\xa3\xf9\x4a\xb3\x0a\xc6\xe0\x39\xd8\xe9\x2c\x02\x1b\x04\xe1\x24\x02\xb9\x2f\x32\x6f\x3f\x6a\x7c\x66\xb6\x78\x3a\x68\x00\x3d\xdc\x6c\x3a\x15\xf3\x81\x71\xdf\xb6\x89\x84\x9a\x6f\x02\xe0\x38\xd6\x1c\x81\x80\x41\x7c\x2a\x87\xc0\x81\xd7\x63\x92\x43\x00\x2e\xaa\xe0\x84\xd2\x7b\x6a\x0e\x77\xc9\xc0\x10\xf1\x11\x60\xfc\x46\x47\xe4\xe0\x69\x15\x0d\x97\xfe\x74\x9e\x80\x56\x53\xb8\x78\xea\xc6\xd6\x53\x9a\x80\xca\xbd\xf2\xa9\xa8\x81\xfd\x24\xb8\x71\x4e\x5b\x76\xb9\xce\x32\x67\x96\x3a\x0d\x99\xd6\x3c\x41\x8e\x22\x20\x21\xf3\xf4\x23\x1c\xa3\xa4\x5d\xf3\x7c\x22\x05\xe6\x1c\x44\xcc\x00\x49\x9a\x80\x9e\x9c\x18\xa0\x5d\xe9\x73\x80\x42\xda\x95\x3c\x93\x51\x0f\x10\x0a\x0a\x7a\x90\x27\x55\xfd\xd8\x00\x13\xad\x68\x84\xda\xd0\x93\xa7\x19\x03\xe6\x1a\xc7\x26\xc4\xca\xc2\xf3\x19\xb8\x4c\xe6\xb4\x68\x48\xb8\xc6\x9c\x16\x0d\xa1\x61\x85\x1f\x54\x32\xc7\x4e\x5d\xf5\xaf\x3c\x64\x3e\xfd\xe6\x45\x4b\xff\x4a\x1d\x41\xe8\xd6\x74\x60\x02\x9e\xb8\x39\x1d\xc0\x0f\x5b\x98\xf2\x60\x45\x5e\x50\x4e\x80\xc5\xed\x40\x55\x56\xb4\xde\xbe\xbf\x3e\x3f\xfd\x38\x46\x54\xfa\x29\x16\x52\x32\x28\x3b\x17\xae\x4c\x95\xcc\x2a\xed\x4a\x1f\xb6\xd4\x1a\x72\x94\xc4\xd5\x99\x39\xbf\x9c\x81\xd3\x6a\xea\xe5\x8c\x55\x78\x02\x6a\xc8\x57\xaa\xea\xa1\x1a\xf8\xf4\xc3\x5e\x5c\x62\x47\xa6\x33\x11\xe4\xfa\xd3\x24\xda\x82\x08\x81\xe9\x54\x04\x38\xca\xe6\xc3\x17\xd2\xb7\x7c\xa9\x73\x1f\x45\xd8\xb1\x17\xdb\x48\x99\x5e\x07\x66\x58\x0f\xdf\x5c\x21\x38\x64\x2a\x2f\xc1\x71\xe4\x43\xa9\xa0\xdc\xdc\x9c\x0f\x8b\x28\xe8\xcf\x0f\x7b\x71\x33\x2a\x85\x8b\x6f\x5b\xbe\x53\x1c\x25\x72\xa8\x83\x3d\xc8\xb2\x31\xfd\xfe\x46\x94\xbf\x87\x2f\x3a\xb1\xc8\x79\x7e\x83\x2d\xe0\x47\x35\xc6\x99\x46\x5f\x1e\x7e\xfa\x7f\x8b\x20\xc0\x7b\x91\x6e\xc7\x9f\x34\x15\x05\xb2\xe7\xf2\xd2\x7c\x60\x4d\x3c\x03\x9a\xfd\x65\x5a\xed\xb9\x85\x2d\x3c\x7c\xf3\x11\xa6\xf5\xe0\x12\x2c\xa8\xc3\xfd\x10\x21\x95\xb1\xa0\x12\x8d\x3c\x15\x40\x52\xc9\x45\x36\x1f\xb6\x47\x11\x64\x33\xfd\xe0\x46\xac\xce\x3c\xb8\xf1\x41\xcf\x6e\x07\x44\x36\x45\x97\xf4\x38\x8a\x1e\x78\xc6\x18\x97\xa3\x10\xf0\x29\xce\x87\x93\x95\xc2\xc1\xfc\xfa\x06\x39\xd5\xa6\xdf\xdb\xf8\x08\x21\x7e\x70\x23\xb7\xab\xa6\x5e\xdc\x28\x51\x2f\x1f\x84\x28\xb0\x61\x15\xb3\x72\x8c\x9a\x4e\xec\x9c\x64\xd0\x4f\x8b\xc6\x39\x91\x15\xc3\x52\xb9\x9d\x33\x9f\x9d\x99\xed\x80\x7a\x05\xaf\xa5\xaa\x9f\x52\xdd\x03\x1a\xdd\x13\x48\xc6\x84\x2d\xed\x88\x81\x60\x5b\x73\x3a\x85\xc1\x55\x9e\xe9\x74\x0a\x84\x28\xcc\xe7\x00\x9f\x1d\xd0\xf8\x0c\xa0\xc5\xf1\x79\x12\x6f\xf2\x90\x06\x3e\xfa\xf9\x44\xa0\x42\x70\x7e\x5a\x8c\xee\x81\xcc\xd1\xf6\x34\x24\x84\xae\xf4\xa9\xa5\xc6\xf0\xe5\xd7\x32\x3e\x32\x8a\x33\x31\x10\x47\x38\x95\x89\x61\xe7\x5a\xdf\x74\xf8\x4b\x23\xe0\x66\x3a\xfe\x25\x77\xbf\xa6\x9f\xd2\x28\x63\xa4\x5d\x69\x16\x3d\x75\x65\x06\x3b\x03\x39\x63\x2b\x23\xf1\x5b\x2f\x68\x2b\x0a\x87\x29\x5b\xa6\x59\x46\xee\xcf\xea\x99\x48\x33\x21\xf6\xdf\x7e\xe6\x4e\x64\x19\x7f\x82\x9f\xd5\xe0\xc6\xc9\x7c\x3a\xe7\x0f\x8f\x0d\x4e\x87\xca\xf0\x98\xea\xf4\xdb\x19\xe4\x5d\x9f\x4f\x5f\xe1\x24\x4e\x65\x3e\x1d\x5e\x80\xa2\xf5\x74\x78\x01\x97\xd6\xe6\xd3\x74\x58\x53\x15\x3a\xfc\x3e\xe6\x7b\xfa\x61\x8d\x76\xc1\xb7\x9c\xca\x21\xca\xad\x82\x6c\x92\xc8\x67\x3a\xb1\x43\x3c\xb8\x7e\x74\x83\x47\xc2\xa7\x43\x6c\x48\x20\x3d\x1d\x62\xd3\xd9\x97\x44\xd8\x5c\xa9\xa9\x41\xa2\xae\x39\x01\x04\x0f\x2e\x4f\x5e\xe7\xc8\x90\x15\x53\x53\x79\x1b\x7b\x2a\xa4\xa6\x8c\x33\x55\xe5\xe4\xe2\x58\x77\x48\xcd\x4e\x78\xcb\x74\x9c\x4c\x23\x06\x6a\xbe\x14\xd7\x45\x3c\xc1\x7c\x99\xb4\x51\x72\x5e\x8a\x39\xdd\x6b\xa0\xa2\x87\x6f\x68\xc6\x21\xa7\xc4\x9b\xcc\x97\x9f\x8c\x09\x72\xc3\x98\xa7\xaa\xa8\x7e\xa4\x8b\x87\xc7\x11\x10\xec\x98\x01\x05\x2d\x44\x47\x76\x4a\x09\x32\xdf\xcf\x97\xc3\xf0\x90\x6c\x1c\x36\xd3\x08\xd0\x9a\xaf\xd0\x79\xea\xfa\x58\xcb\xa0\x6f\x23\x44\x27\x32\xf0\xc6\xa8\xac\x1c\x12\x47\x0c\x47\x2f\xc4\x0c\x34\xbb\x17\x9e\xde\x33\xa5\xa2\xed\x91\x42\x3b\x56\x03\xbd\xdd\x25\x9d\x48\x1d\x39\x32\x4c\xa9\x23\x5b\xa8\x45\xb2\x67\x29\x59\xf6\xe9\x7d\xc7\x3c\x4f\x78\x06\xcd\x8a\xb6\xf7\x2c\x97\x8c\x55\xbc\xf9\x34\x5f\x26\x66\x50\x7f\xfb\x25\x53\x58\x98\xe3\x5f\x72\x37\x72\x3a\x00\x26\xf6\xbb\x77\xf8\x64\x40\x6f\x27\x34\xc6\x37\xa4\x86\x68\xfa\x76\x60\x72\x6c\xb2\x6f\x4c\x0c\x81\x9e\x0a\xfa\xe0\x4b\x1d\xc3\xbc\xdb\x33\xfd\xfe\x06\x59\x9f\xa6\xf2\x4d\x24\x5f\xd5\x54\xac\x4a\x25\x66\x6f\xbe\xed\xf0\x47\xb8\x52\x74\xca\x11\x8d\xc8\xc1\x29\xf5\x83\x1c\xeb\x0e\x43\x71\x78\x0a\x0f\x29\xcc\xf7\xcd\x40\x98\x91\x9b\x81\xa4\xd4\xda\x24\xfc\xc6\xaf\x63\x70\xef\x61\x3a\x0a\x65\x3f\x4b\x0a\x9f\xfe\x94\xd9\x94\x80\x19\xe1\x4b\x71\x27\xb5\x67\xde\xed\xb8\x4b\x68\x87\x1f\xc1\x68\x04\x66\x4d\xc7\x9d\x10\xdc\x32\xdf\x4e\xf2\x9c\x30\x03\x05\x9e\x54\x92\xc9\xcf\x37\x8c\x0b\xdd\x53\xa9\x29\x6a\xff\x7c\xe9\x7d\x93\xa1\x39\x0f\x15\x8c\x54\x71\x28\xd5\x09\x4c\xaf\xbe\x61\xa6\xd4\x59\xbb\x40\x37\x2b\xe6\xb4\x40\x73\xc0\x2b\xe0\xda\x71\xbe\xaf\xb7\x20\x35\x74\x50\x26\x5d\xc2\xf9\xdb\x16\x24\x76\x70\xd2\x89\x2d\xcf\xbe\xfd\xb9\x40\x1f\x7c\x57\xc0\x53\x5f\x82\xc1\x70\xec\xfd\x09\xe4\xbd\xa9\x99\x5e\xa0\x73\xdd\x5f\xe9\x65\xe8\xcb\xb4\x63\xed\xaf\xa4\x21\x4d\xc9\xfe\xed\x6d\xcb\x55\x55\x02\xe9\x9e\x3e\x15\x85\x20\x4e\xbe\x20\x1f\x4a\x95\x2e\x45\x6f\x4e\x94\xb5\x20\x2f\x6e\x20\xc8\x0d\x64\x6d\xd2\xb4\xdc\xbd\x40\x85\x48\x9c\x29\x14\xf5\xef\xf9\x52\x0e\xb9\xcc\x8f\xe4\x3a\x5f\x89\x5b\x90\x07\x09\x3a\x56\x71\x37\x26\xfd\xf6\x18\x99\x66\x07\xf2\xd9\xcf\xbf\x40\x71\xef\x8d\x51\x99\x0e\x33\x46\x7b\x8c\x4d\x5b\x0b\x3c\x3d\xaf\x7c\x29\xbb\x46\x3f\x8c\xce\xee\xeb\x38\x67\xad\x80\x6a\xe8\x28\x40\xeb\xf8\xea\x25\x50\x11\x94\x0f\x35\xc6\xa3\x03\xd9\x7c\x7f\xa5\x19\x6f\xbf\x7a\x02\xda\x54\x7a\xa6\xb2\x31\x68\x40\x53\xea\xef\x01\x64\x45\xfe\x18\x80\xe2\x0e\x81\xec\xa1\xdc\x2e\x20\xab\xf5\x35\xa0\x0c\x7c\x4c\xec\xee\xd8\x63\x3f\xc8\xb0\x40\x05\x2c\x96\x54\xd5\xac\x7f\x20\xa3\x03\x02\xbe\x28\x7a\x32\x90\xe1\x6d\x40\xcd\xdb\xdb\x60\x03\x82\x1f\xd1\x85\xf5\x80\x8d\x66\x6e\x4f\x56\xaa\x8a\x39\x65\x8c\x52\x68\x47\x50\xb3\xd8\x5f\xae\x54\xd5\xeb\x34\x2d\x55\x87\x0f\x08\x20\x63\x0a\x6e\xa6\x0f\x36\x93\x03\x48\x1c\xf9\xbb\x20\xe9\x93\x1b\x93\x61\xbb\xe8\x41\x4d\x07\x22\x35\xda\xc4\x38\x52\xc1\x46\xc4\x92\xfd\xea\xc7\x31\x7e\xfb\xd0\x7a\xc6\x09\xa6\x4e\x7b\x13\x76\x72\x98\x74\xd8\xa0\x87\xf3\x24\xf8\x86\xd3\x02\x35\x1d\x9f\xaa\x9a\x0e\x76\x9d\x32\x62\x74\xc7\x3a\x2d\xc8\x8c\xf1\x4c\xa1\x29\xe9\x2c\x80\xba\x53\xd1\xd3\xaa\x82\x18\xd8\x75\x7a\xff\xa2\xda\x41\xb7\x20\x45\xdc\xf7\x0a\x24\x3a\x2a\x29\x63\x20\x14\x42\x48\xc1\x40\x8e\x96\x0e\x59\x1d\xb0\xb7\x74\x62\xdf\xd9\x06\x02\x7e\x00\xe3\x62\x99\x8f\x01\xb2\xcc\x81\x09\xab\xa6\xae\xd1\x63\x20\xbc\x77\x76\xa5\x4f\x6b\xc6\x9f\xba\xbe\x9a\x45\x3b\x0a\x69\x08\x9f\x3e\xb0\xaf\x41\x3e\x8e\x5e\x39\xd9\xce\x07\xd2\x4f\xa6\x16\xd3\xc9\xe7\x53\x59\x39\x1a\x7d\xea\x7e\x72\xff\x74\x62\x85\xbf\xa4\x21\xa5\x4a\xda\xd3\xce\xad\xcb\x7f\x54\x35\x01\x85\x15\x91\xa0\xe3\x2a\x01\x0f\x89\xd9\x74\x22\xe1\xbd\x6f\xf9\x52\x0b\x7f\x7e\x6b\xe6\x5e\x55\x75\x70\x64\x2a\x15\x2a\x11\x42\x3c\x78\xe0\x9b\x33\xc6\x69\x3f\x3a\x64\xc9\xd3\x18\xe5\x53\xa8\x6b\xb4\x2d\x90\xe8\x20\x2b\x8d\x5c\xcf\xa6\x21\xb7\xc7\xc9\x01\xa4\x64\x1e\xab\xa1\x80\xca\x1d\xc3\x89\x58\xcc\xfe\xa0\x0a\x85\xba\x94\x83\xa9\x2c\xd8\x4e\xd8\x99\x84\xba\x84\xc5\x3a\x41\x87\x93\x1f\x2d\x48\xf3\x03\xb5\x97\x1c\x9e\x34\x3b\xbc\x33\x3a\x90\x87\x19\xc8\x66\xb9\x92\xaa\xba\x1e\xc7\xa0\xcb\xa0\x4b\x30\x90\xcd\xee\x6a\x29\x84\xf4\x82\x81\x45\xae\x40\x4a\xf0\x05\x73\x28\x66\x78\x6c\xe2\xe2\x03\x11\x4e\x51\xa0\xc3\x34\x83\xc7\x8f\xe9\x09\xe1\x81\xac\x49\xad\xe4\x4b\x6d\x93\x96\x32\x16\x81\x76\xfc\xc8\x18\x5b\xb3\xf8\x60\x6b\xb4\xea\xdc\x2f\x57\x20\xf7\x08\x72\x26\x2d\xf6\x53\x99\x6c\x4c\xfa\x40\x94\x66\x4f\x2b\x25\xc7\x51\xe0\xf8\x0e\xbc\xf9\xcc\xb9\x85\x2d\x64\x80\xe2\x90\xf4\xf3\x03\xda\x3a\xc0\x51\x5a\xe5\xfc\xc9\xa1\x57\xfd\x20\x28\x93\x55\x21\x26\x50\xaf\x66\x80\x4c\x56\x35\xf5\x5c\xa9\x6a\x72\x6e\x01\x65\x66\x86\x8f\x39\x29\x48\x76\x69\xf5\x23\xde\xe5\xd3\xa5\xd1\xe3\xb4\x70\xe2\x8f\x1d\xd2\x22\x9e\xe7\x62\xd6\x15\xcf\xd3\x6b\xfa\xb4\x5c\xc6\x54\x3a\x64\x67\x14\x66\xaf\x0e\x10\x62\x98\x90\x5a\x4d\x65\x99\x4f\x32\x30\xdf\x76\x28\x81\x2c\x9c\x9e\x01\xbd\xb6\x35\x9d\xbe\xc5\xab\xc0\xf6\x96\xb7\x1b\x3e\x56\x4d\x5c\x10\x4c\x85\xb8\x1a\xe3\x34\xfd\x40\x95\xca\xee\x51\x3b\x6c\x8c\xb7\x41\xca\x95\x42\x7b\xdf\x3f\x0d\xe9\x58\x84\x2c\x95\xc1\xa3\xd7\x2c\x1f\x47\x5f\x1a\x32\x05\x41\x4f\xd5\x21\xb8\x67\xfa\x24\x04\x37\x0b\x68\x4d\x0d\xd6\x50\x9d\x26\xf2\xcc\xc4\xf3\xfc\x6c\x4d\xa9\x50\x68\x8c\xd3\x1c\xa8\xa7\x4c\x42\x77\x86\x69\xe9\x9d\x8d\xc1\x63\x20\x17\x7c\xe3\xb4\x30\xd6\x0b\x90\x91\x4d\x19\xc8\xe6\x4b\xbb\x1b\xd8\xfe\x8a\x19\xaa\xbd\xe5\x4b\xbd\xa9\xc7\x0a\xf1\x52\xc8\x09\x76\xa7\x45\x33\x06\xa2\xf8\xa1\x23\xbb\xef\xb4\x35\xe1\xfb\x2b\x95\xab\xaa\xd9\x6c\x1a\x55\x52\x43\x98\xee\x69\x8e\x37\xe8\x62\xf8\x35\xe7\x1d\x48\xdf\x8d\x0b\xc8\x01\x39\x2c\xe5\x69\x59\x6c\xd0\x8c\x83\xbe\x2e\xb6\xf4\xe9\xcc\x31\xe9\x83\x43\x91\x11\xdf\x30\x72\xd0\xd1\xd5\x85\x3e\x52\xa8\x77\x24\xf6\x94\x89\x51\x1c\x69\x54\xbc\x60\x30\x7e\x14\xc3\x1e\x50\xd7\x13\x82\xdc\x6d\xe4\xbc\xac\x8e\x3a\x0a\x87\x3b\xcd\xc4\x06\x6b\x85\x96\x08\x9d\x39\x22\xa9\x77\x10\x37\x0d\x8e\x94\x19\xd3\x34\xa3\xe7\x6e\xf7\x40\x5a\xd4\x0e\xa6\xd8\xc1\x7a\xfa\xf7\x19\x98\x95\x43\x65\x3c\xd3\xac\xb9\x58\x0b\xa8\x81\xec\x81\x1c\x64\x0f\x4b\x71\x06\x8f\x70\x2a\x87\x32\x8d\x2d\xd0\x2d\xe8\x04\xb2\xc1\x04\x01\xfc\xf2\x53\x4e\x91\xe3\x9c\xa5\xc3\xd6\xae\xab\x3b\x94\x69\x43\x62\xd0\x93\x25\x75\x6c\x29\xab\x82\x52\x76\x09\xda\x80\x6c\xae\x38\x03\xea\x0e\x0c\xcc\xd0\x0f\x94\xf8\xfd\xd4\x05\x19\xb9\x94\xb1\x76\x1d\x90\x19\x48\x27\x96\x64\x11\x32\x2f\x8c\xac\x9d\x96\x6e\x27\x95\xa7\x25\x1c\x98\xcc\xe5\xe5\xbb\x2e\xc8\x49\x17\x46\xfb\x33\x75\x17\xe3\x8c\x12\xed\x77\x48\xf6\x73\x04\x9c\x42\x90\xe9\x12\x9f\x1a\x5b\xda\xb1\x3b\x28\x93\xa7\x80\xa7\x81\x56\xef\x08\xa7\x6c\x67\xbf\x3c\x52\xd0\x90\x2e\x6e\x84\xc2\x50\x2e\x9c\x55\xd0\x81\xe3\x9d\x46\x16\x81\x7c\xb5\x57\x3e\x95\xdf\x1a\xe5\xa2\x75\x7b\x35\xd8\x50\x8a\x7f\xaa\x63\x4f\xa1\x16\x65\x4f\x99\xbc\xb6\xe0\xa3\xf4\x1d\x75\xec\x81\x86\xa0\x1d\xc8\xfd\x6f\x40\x9a\x00\x54\x0d\x85\x49\xd5\x81\xb6\xed\x30\xa9\xc1\xae\x74\x26\x8f\x0a\x49\x34\x84\x6e\x26\xb9\x11\xc9\x0f\x17\xe7\xcd\x91\x2b\x88\xe3\x91\x1c\x01\x59\x69\x4f\x81\x63\x98\x88\x11\x59\xa0\x63\x44\x5a\x40\x0d\x1a\xd1\x9a\xa8\xa5\x02\x6f\x54\xd8\x52\x1d\xac\x6d\x73\x26\x97\x73\xa4\x90\x65\xe8\x80\x66\xb2\x23\xa0\xac\x0e\x17\xdb\x48\xd1\x49\x65\x83\x84\x14\x8f\x54\x47\x96\x01\x39\x26\xf8\x4e\x77\x9a\xaa\xda\x8d\x9f\x0f\xbb\xc8\x22\x1f\x6a\xaa\xe1\x80\x4d\x47\xd0\x38\xbe\x8d\xef\x5e\x55\x35\xf3\x47\x3a\x14\xe5\xa1\xe5\x2b\x72\xa9\x0e\xa4\x70\x05\x2e\xd5\x01\xe5\x75\xdf\xc8\xbb\xa0\xe0\xee\x80\xb9\x8b\x35\xeb\xc8\xd2\x2d\x95\xad\xf3\xc2\x4a\xbb\xfd\x89\x35\x9f\x0a\xd9\x92\x2f\x85\x4f\x49\x99\x22\xd2\x58\x03\x3d\x80\x72\x7c\xbe\x93\x8b\xbb\xf4\x40\x56\xc7\x2b\x90\x82\x56\x91\x6f\xfc\x52\xca\x28\x29\x3b\x4d\x13\x69\x54\x89\x4e\xce\x54\xbd\x25\x3a\xa7\x51\x91\x6c\x49\xd9\xc3\x63\x4c\x3b\xcf\x1f\x5f\x57\x63\xa9\x94\xfe\xa3\x8e\x12\x48\x29\xd8\x91\xe2\x08\x7f\xba\xe0\x9c\x5d\xa2\xcf\x28\x29\xb4\x0b\x17\xee\xdc\x71\xe3\x20\xf6\xf7\xdb\x17\xad\x52\xb7\xb9\x21\x7a\xc1\xcc\xf9\xa9\x2b\x1a\x28\x81\xa6\xeb\xe6\x53\xe3\xc7\x82\xc8\x9c\x74\x41\xcd\x8a\x9c\xaa\xa3\x06\x72\xe8\x00\x07\x96\x9e\x63\x39\x3e\xe8\x99\xfd\xb4\x4c\x1e\x2f\xe8\xa4\xd0\x76\x9f\x2c\x89\x9e\x67\xed\x9f\x42\xf3\x60\x04\x1a\xc7\x55\x95\x32\xd2\xa9\x82\xea\x81\x14\x65\x75\xd4\x23\x90\xe6\x0b\xf5\x73\x58\xd0\xbe\xe0\x8e\xc3\xe1\xd3\x51\x8f\x87\xbd\x84\xd7\x16\xd0\x4e\xcd\x2b\x2d\x35\xcd\x66\x3e\xed\x3f\xbe\xae\xcc\x97\x62\xb2\x4a\x45\xbe\x70\xd4\x55\x39\x02\xf9\x40\xe5\x58\x1c\xf6\xac\x7c\xfa\xd0\xcc\x22\xb6\x91\xd5\xe4\x82\xe9\x8d\x61\xa3\x11\x92\xe3\xf0\x8d\xf9\x2b\xd8\xfa\x31\x7e\x68\x6f\xf8\xb2\xf2\x05\xf7\x74\xfc\x56\xa4\x55\xc7\x6f\xd5\x13\x59\x76\xf8\xce\x3c\xfc\x47\xc9\x52\x16\x0d\xa5\x17\x91\x6d\x4d\xa1\xc9\x76\x4f\xa1\xd1\xa5\xd9\xdb\x4b\xcf\x1c\x38\x62\xfb\xca\x74\x99\x21\x66\x4a\x30\x81\x66\x12\x24\x95\x0f\xb4\x43\xde\x69\xb9\x82\x1e\x79\xca\xd2\x89\x2f\xeb\x70\x64\x0c\x11\xd8\x1e\xf4\x30\x9b\x73\xaa\xeb\xd5\x96\x12\x1b\xb1\x42\xb4\x4a\xfd\x54\xb5\xe8\xdf\x53\xd5\xfe\x89\xcc\xad\x99\x1e\xb2\xc2\xf0\x0d\xa6\x6b\x4f\x9f\x1a\xf5\x19\x48\x41\x52\x8c\xc4\x51\x5a\xd7\x11\xe8\x50\xcd\x40\x9a\x02\x76\x18\x41\x5a\x74\xe8\x87\x61\xb8\x4e\xbc\x40\x9d\x7d\x67\x0a\x6f\xc5\x99\x02\x0d\x07\x82\x31\x21\xb7\x1e\xe6\x0d\x27\xf7\x63\x2f\xb1\x0f\x3a\x64\x6b\xff\x3e\xc2\x64\x55\xd5\xf1\x00\x07\xba\x7d\x61\xb8\xa7\x19\x5d\x6d\x65\x43\xdd\xa8\x74\x41\xd5\x04\xc2\x7a\x38\xba\x2b\x66\xe8\xdb\x57\xe3\x38\xbb\x6e\xdf\x8e\x42\xd9\xba\x39\xe7\x7a\x40\xa5\x94\xa9\xa9\xfa\xf8\xf1\x75\x6e\x70\xe7\x9b\x74\xcc\x94\x39\x05\xe2\xc5\xe1\x7f\x3b\xf2\x20\xb3\xe1\x1c\x64\x35\x65\x12\x9b\xc2\x9b\x94\x03\xa6\x8e\x4c\xf9\xb4\x2f\x09\xc4\x1d\x75\x0b\x39\x38\x75\xcb\x80\x51\x4d\xdc\x60\x57\x0a\x65\x83\x45\x6d\x9d\x16\x68\x98\x8d\x69\x29\x97\xcd\xe3\x60\xad\x81\xe2\xe7\x60\xad\xd1\xd2\x8a\x38\x6c\x4b\x2b\x22\x38\xe4\x29\xbd\xe1\x52\xca\xa7\xcd\x97\x47\x51\x00\x75\x92\xb2\x3b\x26\xf2\x0d\x55\x2d\x0e\x43\x8c\x8e\xd4\xba\x5a\xca\xc4\x20\x90\x71\x27\x84\x02\x6a\xc8\x45\xac\x8d\xa2\xb8\xd6\x26\x03\x55\x05\x78\x0e\x76\xf2\x74\x28\xcc\x08\xa4\xbb\x16\x3d\xed\xb0\xab\x02\x4e\xd1\x78\x50\xf5\x18\x3b\x90\xc6\xc8\xe6\x74\xbe\x99\xab\x05\x72\xc6\x91\x40\xac\x22\xd8\x38\x65\x10\xe7\xb8\x5e\x6f\x39\xe2\x16\xf2\xe3\x2d\xe3\xd3\x8c\x66\x8a\xc3\xc7\x11\x5d\x23\xdf\x59\x95\xba\x10\x48\x14\xe0\xb5\xc7\x2e\x30\xb9\x91\x83\xc8\xaf\x4c\x34\x75\x70\x14\x4d\xbb\xdf\x32\x1b\x3c\x3a\xcf\x10\xd1\x96\xb2\x72\x84\x66\x65\xc8\x4e\x04\x7d\xa6\x1d\xaf\xa3\x47\xe5\x8c\x35\x07\xac\xe2\x01\xfd\x0d\x20\xd8\x5a\x40\xf3\x76\x0e\x14\x45\x5f\x1d\xc7\x9e\x76\x44\x72\x48\x47\xce\x74\x13\x5c\x79\x06\xe6\xbc\xf2\xa1\x4f\x75\x9c\x29\x8e\xbe\x1a\x4c\xc1\x03\x1d\x0c\xda\x7d\x60\x10\x82\x5c\x15\x62\x55\x36\xf6\xce\xc3\x76\xee\x0b\x51\xef\x81\x45\x08\xee\xf1\x20\x7e\xe5\x4a\xa9\xf4\x8a\x96\x76\x65\x6d\xdc\x59\xbf\x87\x63\xbd\x39\x54\x15\xd5\x54\x47\x0b\xd4\x65\x2d\x62\x86\x2c\x17\xc7\xd9\xf3\xc0\x92\x03\x55\x3e\x24\xb0\x6c\x23\x85\xe6\xdf\x25\x85\x6f\xd9\x14\x98\x05\x22\x46\x60\x60\x0f\xa4\x66\x48\xff\x81\xed\x06\xad\xfa\xe1\x9c\xaa\xb1\xe9\x29\x78\xa9\x6c\x3d\x2d\x2d\x8a\xae\x88\x9b\xce\xa8\x13\x86\xe2\xe8\xa4\x06\xf4\xc4\x3c\xc3\x24\x3c\x9d\x31\xe5\x62\xa0\xcf\x4e\x9f\x7f\x03\xdb\x7e\xca\x06\x13\x27\xd3\xd3\x5e\xda\x18\xe2\x9f\x44\xf7\x62\xae\x78\xda\xe2\x07\xee\x4f\x0b\xc7\xf0\xcd\xa7\xd3\x50\x5c\x2d\x85\xde\x39\xe0\x27\x95\x7b\x20\x6d\xf1\xdc\xcb\xc5\x38\x9f\x7e\xf0\xb1\x60\xa2\x78\x22\x78\x94\x54\x96\x8d\xe6\x03\x29\x38\xf2\x03\x75\x57\xcd\x97\x3e\x57\xd8\xae\x44\x36\xc5\x12\xee\x54\x3e\x8d\x3d\xe8\x10\xa4\x1a\xe3\xa5\x1f\x87\xd9\x63\xd0\x56\x0c\x52\x89\x60\xa4\x9c\x3c\xc7\xc1\x21\xe4\x94\x3c\x63\xa4\x4c\x27\xc2\xa7\xcc\x0e\xc4\xac\x52\xc8\x86\x59\x50\xa8\xdc\xc5\x29\xfc\x44\xb2\x45\x39\x7c\xa2\x58\x83\x80\xaf\x6e\xc6\x08\xfa\xe4\x8a\xc0\x48\xa9\x4e\x8c\x91\x86\xf4\xbc\xe2\x95\x76\x98\x13\x30\x12\x81\x1d\xf0\x08\x3d\x1a\x53\xca\x96\x56\xad\x83\xb7\x7c\xe9\x0d\xdb\x52\xd7\xb6\x18\xa4\x3a\xa7\xf3\x09\xd3\x76\xfe\x9e\x51\x18\xb7\x82\x8b\x8e\xc6\xfa\xbe\x38\xed\x68\xf7\x45\x70\x27\x43\x23\x47\x4f\x4d\x43\x9e\xcd\x54\x65\x13\x0e\x40\xe5\x01\x04\xf9\x97\x45\xdb\x9e\x32\x11\x18\x44\xf3\x22\x38\x8e\xfd\xe0\x98\xa1\x52\x02\x79\x77\xf4\x80\xa7\x67\x88\x86\x2c\xb7\xc0\xa9\x9d\x69\xe7\x33\x92\x50\x14\xe8\xf9\x52\x7f\x6c\xd1\xce\xb5\x53\xaf\x34\x6b\x2f\x5a\x4b\x43\xc6\x8f\x41\xcb\x8b\x36\x90\xad\x79\x96\x06\xa9\x5c\x31\x44\xc7\x60\xcb\xbd\x2c\xe6\xb2\xe3\x9c\x7a\x67\x8f\x89\xf2\xe5\xbb\x2a\xc1\x15\xa2\x45\xc8\x71\xb4\xd1\x18\xa9\x2a\x91\x6b\x4b\xd9\x90\xe3\x3f\x1f\xea\x51\xda\x33\xfd\x9b\x84\xf3\x9d\x88\xe2\x83\x8d\x29\x98\xd3\xe9\x65\x22\x45\x38\x25\x9c\xe8\x0c\xa4\x33\x2e\xe4\xa2\x2b\xc4\x2d\x13\xc7\x31\x96\xfe\x17\x67\x3b\x37\x64\x3c\x25\xd7\x39\x37\x30\x25\xb9\x4e\x0c\xcf\x0e\x27\x8a\xf3\x46\xe1\x44\xe7\x06\x77\x7f\xdb\xf0\x1c\x4b\xb3\xf2\xe9\x9c\x1b\xc4\x4d\x34\x51\x4c\xb4\x8a\x26\x3a\xb7\x2d\x55\x2d\x10\x21\xe5\x29\x67\x4e\x39\x51\x4e\x95\x32\xa7\x6c\x3d\x90\x75\x26\xf8\x9a\x32\xe8\x9c\x1b\x3a\xef\x9b\x73\x0b\xa1\xf3\xed\x94\xbe\x88\x87\x6f\x25\x66\x8a\x01\x97\x24\x39\x48\x0b\x6f\x5c\x15\x9c\xb2\x6f\xec\xc9\xac\x81\x83\x8d\xf6\xf2\x37\x18\xbb\xf5\xd0\xcd\xb9\x61\x05\x78\x3b\x12\x24\x5c\x44\x91\x47\xe7\xb6\xa5\x55\x6d\xae\x04\x09\x38\xb6\xa8\x64\x23\x2a\xe1\xcd\xc7\x46\xf9\xe6\x4c\x63\x7b\xbd\x91\x98\xd1\xaf\xde\xe4\x63\x0a\x24\x47\x21\xdb\x40\xb1\x45\xe7\x96\xb9\x54\xe0\x6e\x89\x69\x5a\xb1\x45\x05\x0b\xf3\xd8\xbc\x60\x7b\x20\x9f\x8c\x3d\xa0\xf7\x9a\x89\x74\x28\x5e\xe8\xc0\x81\x3d\x14\x20\x74\x6e\xb6\x46\x8f\x8d\xcd\x6f\xd6\x3e\x9c\x3a\x66\x20\xd1\x0e\x85\x08\x9d\x58\xb8\x86\x22\x84\x9a\xef\x89\x2d\xc8\xc8\x0e\xa0\xa6\x9a\x17\x50\x77\x33\x01\x25\xdc\xf4\x40\x3e\xed\x06\x7d\x38\x93\x91\x13\xa1\x2e\xd0\xf6\xcb\x0e\xb6\x76\x01\x38\x13\xea\x02\x2d\x20\x0c\x9a\xba\x3d\x0b\xa9\xdb\x05\xa5\x21\xf3\x9f\x11\x90\x15\x04\x5f\x45\xbc\xfa\x12\xe4\x82\x9e\x52\xd5\xd2\x8e\x03\x2c\x07\x7d\x3a\x10\x1b\xc3\xf1\xd0\x0b\x34\xa7\x23\x67\x17\xa4\xd3\xa5\x7e\x40\x23\x44\xb3\xbe\x63\x70\x30\x7d\xb6\x9b\xd4\xac\xd9\x24\xcb\x0c\x90\x03\x07\x98\xea\xdd\xef\x8a\x99\x4a\xc6\x8e\xac\x78\xa6\x50\x2c\xe0\x08\x64\xa3\xa4\x35\xe2\xa1\xe0\x9a\x86\x0e\x36\x88\xad\xa9\x7b\x0a\x4d\x8b\xb6\xc0\x0e\xc7\xda\x90\x7e\x75\x81\x7a\x3b\x66\x0b\x64\x67\xd8\x00\x07\x3c\xd3\xe6\x4a\x63\xc7\x16\x71\x06\x7c\xda\xb5\xb8\x01\x32\x1a\x9a\xb2\xc3\xd0\x32\xe8\x70\x1e\x96\xc4\x5c\x8d\xfd\x06\x27\x30\xbe\x4d\x48\xf4\xaa\x68\x06\x27\xe6\x59\x90\x4f\xd9\x1e\x50\x94\x7c\xd0\xa7\xcd\x0f\xbe\xbc\xbd\x40\x13\xce\x0e\x82\x5e\x98\x23\x85\xf2\xd4\x6e\xcc\x60\x8c\xed\x60\x20\xbd\x15\x79\x75\xec\xc4\xc4\xf7\x14\x32\x50\x7f\xea\x27\x62\x70\xf9\x8e\x03\xa6\x7a\x06\x6c\xae\x5b\x00\x45\x9e\x47\x0a\x59\x36\x0f\xd4\xe9\x54\x46\x65\x03\x1d\xbe\x42\xdc\x58\x0b\x12\xaa\xb4\xd4\xd5\xae\x34\x3b\x1c\x0a\x65\x39\xb7\x23\x35\x65\xad\xf8\x7c\x67\xc2\xb1\x0a\x32\x0e\x87\x48\x5d\x69\xc6\x09\xa5\xc0\xce\xc2\x3f\x81\x69\xe3\x60\x91\xac\xcc\x8e\x83\x45\xba\x18\xb6\x3c\x2b\xfb\x9e\xba\xc6\x00\xd4\x39\x59\x2f\xda\x75\xcc\x00\x56\xa1\x71\x98\xad\x5a\xeb\x19\x87\xdf\x70\x38\x53\xd5\x51\xcf\xac\xbd\x72\xad\x94\x72\x7c\x1f\x73\x32\x0e\x5f\xa4\x08\xb2\xda\xb0\x8d\x9d\xee\xb0\x96\xc6\x06\x75\x52\x96\x81\x45\x72\x1c\x56\x29\xd8\x2d\x8a\x40\x39\xb7\x02\xaa\x53\x66\x90\x23\xcd\xf8\x34\xb7\xa8\x38\xfc\xb8\x0c\xbc\x79\x28\x00\xe5\xdc\x2c\x01\x8f\x42\xb2\x59\x4b\x33\x43\xf1\x27\x27\x71\x72\x43\x11\x27\x27\x52\xf8\x28\xf6\xe2\xa2\xfa\x0f\x1e\x93\xf1\x5d\xd7\x05\xea\x52\x77\x4f\xa1\xe2\x3d\xac\x04\x8e\x24\x5e\x81\x26\xca\x60\xbd\x1a\xa0\x11\xa2\x1d\x9b\x1b\xd2\x89\xcd\x0d\xe8\x79\xa3\x0c\xa8\x34\x0d\x89\x4a\x0b\xc3\x5c\xe4\x74\x6e\xec\x05\x45\x8e\x94\x1d\x12\x29\x3e\x3e\x39\x56\x8a\x8d\x8a\x0d\xee\x56\xd0\x11\x46\xbe\x34\x51\x30\x07\xde\xe3\x05\x04\x2c\x35\x1d\x29\x33\x97\x3c\xd2\x8e\xf6\xb8\x25\x9a\xa1\x18\x93\x55\x48\xdd\xa5\x06\x9c\x5b\x61\xcc\x53\x63\x66\x2f\x16\xb3\xe9\x9a\x32\xef\xcc\x4c\x9e\xb9\x41\x65\x42\xfc\xf8\xf8\xc9\xd1\xaa\xb0\x92\xd3\xcf\x64\x2d\xc8\xfb\x3f\x2b\xbd\xc8\xe0\x44\x6e\x1b\x45\x3c\xfc\x0c\xae\xce\x47\xdc\xe0\xe1\xd5\xb2\x19\x87\x70\x45\x36\xb3\x55\x6b\x54\xe4\x7c\xcb\xaa\xa3\x9a\x46\xe0\xcb\x0e\x07\x69\x0d\xf6\x59\xe1\xda\xd6\x09\x06\x2f\xc1\xb4\x3d\xa0\xed\xc9\x23\x95\xb5\x7e\x1c\x15\x8e\x00\x21\x05\xf0\x02\xa7\xe7\x8f\x5e\x87\x28\xfc\x0c\xa4\xa1\x7d\x9a\x7d\xb9\x97\x06\x68\x8e\x0e\x9b\x51\x98\x47\x23\xa4\x74\x54\x53\x02\x0c\x5d\x99\x5a\xce\x8d\x93\xa1\xb2\xf2\x2d\x85\xe6\xb5\x9d\x59\xb9\x35\xd7\xc1\xe7\xd6\xfe\xe3\x24\xa8\x98\x21\xd3\xce\xcb\x08\x04\xd4\x15\xb4\x20\x3b\x99\x5c\xbe\xb4\x04\xd6\x90\x71\xaa\x57\x1b\xee\xa0\x08\x90\x73\x83\x25\xea\xd5\x96\x73\x83\x30\x79\xb5\x05\xb1\xa5\x62\xc0\x6c\x69\x46\x93\x37\x52\x75\x71\xcf\xeb\xd3\xcc\x5b\x0e\x2d\x8f\x83\x17\x5c\x50\xa6\x87\x5f\x70\x69\x0d\xbe\x76\xf2\x0c\xf9\x01\x04\xf1\x5d\x80\xc6\xa7\x02\x0d\x0f\x3a\x85\x5a\x21\xf6\xf8\x09\x3f\x48\x27\x92\xc3\x59\x9f\x13\xe7\x05\x62\x9d\x9f\x74\xc9\x11\xcb\x93\x2e\x17\x22\xd6\x09\x3d\xc1\x12\x4f\x9f\x27\x30\x8b\xd3\x52\x1e\x5c\xcf\x6f\xba\x14\x36\xee\x69\x52\xbb\x02\x49\xde\x82\x8d\x9c\x26\xa6\xb6\x7d\xcf\xbc\x15\x2d\x72\x6e\x57\x3e\xf4\xb9\x88\x4c\x72\x22\x1d\x72\x60\x28\x5a\x84\x9b\x30\x0b\xd2\x3c\x43\x4b\xa7\xae\x42\x1d\xec\xff\x93\xfb\x23\x23\x1f\x4e\x0f\x92\xd9\x12\xcf\x21\x5c\x7a\x9c\x7e\x21\x0a\x72\x39\xcd\x47\x32\xaf\xf2\x9a\xa1\x52\x8d\xd3\x0f\x0e\x42\x20\x0a\xe5\x28\x84\xb6\x8f\xd3\xa4\xd4\x98\x72\xc7\x12\xb5\x2c\x33\xc7\x07\xe2\x93\x93\xd2\x54\x1c\xcb\xe3\x82\x42\xc0\xe7\xea\x30\xcf\x01\xa8\x6e\x20\x3c\xe5\xa1\xa9\x58\xd5\xc7\xa5\x03\x24\xe7\xc7\xd5\xe9\xb4\x02\xfa\x5a\x57\x3a\xd1\x21\x99\x0f\xa5\xa9\x55\xb8\x9c\x22\x39\x4a\x84\xa5\x0b\xa9\x11\x51\xe5\xf2\x83\xa5\xf5\x48\x5d\x5d\x37\x87\xd6\x2f\xec\x48\x1c\x52\x7e\x7c\x05\x3b\xef\x50\xd2\x99\x73\x6b\x29\x5b\x32\x63\xd9\x82\x80\xa3\x19\xd9\x24\x0a\xe5\x38\xb7\x7c\x88\xa3\xb5\x07\xb4\xa3\x89\x76\x10\x46\x3a\xe8\xf9\xe4\xa9\x34\x6b\x35\x1f\x51\xfe\x82\xfb\x20\x48\x3b\xe8\x83\xf8\xfa\x71\x99\xdd\xb4\x40\x92\x68\x33\xcb\x52\xde\x47\xa6\x07\xf9\x62\xa4\x0f\x33\x1f\x90\x9b\x7e\x12\x22\x90\x79\x0f\x7c\xea\x42\xfb\xe3\x6c\xb9\x90\x4a\x39\x50\x2f\xdb\x3b\x23\xdf\x5e\x66\x4d\x1c\xe9\x0e\x09\x69\xed\x48\xc3\x4a\x6a\x75\xa5\x21\xf9\x4f\xb6\xf4\xe2\xcb\x11\x8c\xc4\xf9\x90\x6a\x49\x55\x9f\x26\xac\xa6\x5e\x78\x39\x37\x38\x03\xe1\x22\x17\x8b\xa2\x70\x91\x73\xeb\x81\xc4\xc9\xe1\x13\x4d\x17\x90\xf0\x92\x8c\x66\x05\x94\xd5\xf3\xdb\x2f\x03\xf3\xeb\x68\x4e\x8b\xd1\x8e\xd4\x95\x41\x63\x0f\x24\xbe\xce\x06\x57\x26\x9d\xf5\x65\x3a\x51\xc4\x3b\x22\x58\x43\x2a\xfe\x80\xda\x99\xec\xa1\x06\xdf\x62\x2e\x9b\xef\xb3\x5d\x2c\xa0\x73\xe9\x44\xfe\x68\x50\x29\xc7\xad\x52\xe9\x9c\x98\x29\x46\x33\x95\x42\xc1\xbc\xf6\x52\x91\x80\x1c\x5a\x12\xd9\x40\x91\x25\x7b\x89\x92\xa1\xd0\x92\x72\x64\x28\x7e\x25\x3b\x73\xe0\xc4\x48\x48\x1c\xcd\x76\xd0\x4c\x81\xec\xe7\x2d\xfd\x8b\xf2\x72\xea\x34\x09\x40\x3b\xe4\xdc\x1c\xb2\x7d\xa5\x43\x4b\x3c\x19\xd5\x64\xf1\xe8\xd1\x89\x0d\x5a\x10\xf0\xe5\x5e\x84\x88\x66\xd9\x76\x04\x7a\xb8\xaa\xe7\xa3\x3b\x47\x33\xac\xab\xdb\x40\xf9\x7d\x4e\x93\x55\x55\xf4\x32\xd2\x0c\x2b\x52\x01\x95\x20\x08\xb1\xc5\x59\x6f\x70\x40\x8e\xee\x50\xeb\x56\x52\xa8\x67\xcb\x5b\x3e\x94\x54\x30\x82\x8e\x2d\x99\x0d\xc8\x8c\x14\xde\xa8\xb8\x92\xd2\x60\x05\x5d\xd4\xb3\xa5\x19\x19\xc7\xa3\x35\x29\x76\xe4\xb8\x3e\x65\x32\xbc\xc0\x26\xba\x69\x27\x5a\x5d\xb7\x5c\x94\x2e\x7c\xc1\x31\x6a\x9c\x9f\x87\xd9\xa2\x62\x29\x40\xe4\xc0\x8e\x36\x14\x20\xb2\x1f\xf0\x82\x6e\x2f\x7c\x43\x2f\x48\x80\x08\xfb\xa9\x9b\x8d\x45\xc7\xeb\x7e\x6f\xaa\xe5\xd3\x53\x69\x04\x41\xe1\x06\xbf\xf4\xd2\x94\x10\x06\x6c\x79\x49\x26\x9d\x0c\x57\x0d\xe8\x13\xa1\xa4\x59\x07\xd9\xf6\xf4\xf9\x30\x01\x05\xa3\xa7\x66\x9a\xc9\xbc\x2d\x5f\xa4\x4f\x8d\x33\xeb\x35\xad\x7d\xf4\x80\xfb\x8f\xaf\x5e\xb2\xb6\xd3\x37\xe9\x7b\x40\x71\x11\x8e\xba\xee\x2b\x00\xd1\x3e\xfa\x04\x5d\xf0\x23\xb7\x29\xdc\x49\x81\x27\xed\x82\x1d\xf9\x69\x9b\xf1\xe9\x73\x1d\x18\x3b\x2c\xc6\x81\x26\x1f\xf1\x43\x91\x26\xe7\xce\xb8\x1c\x69\x72\x20\x13\x3b\xd0\x04\xeb\xf7\x50\x9c\xc9\xb9\xb3\xbf\x94\xeb\x67\x4d\x57\x07\xf4\xbc\xa3\x3c\x2a\xce\x64\x61\xd7\x00\x87\x3e\x4d\xb3\xb7\xeb\xa6\x25\x65\xf7\x3d\xd3\x10\x13\x9d\x4e\x2d\x5c\xd7\xb4\xab\xa1\xc0\x83\x07\xba\x7f\x61\x28\xe8\xfe\x0c\x65\x28\x7e\xb9\xa5\xcc\x01\xf9\x68\x1c\xc3\x8f\xff\xf7\xb4\x63\x65\x12\x8a\x1a\x92\xc8\xa2\xbc\x29\x78\xe4\x8c\xad\x47\xa9\x7f\xce\x3d\x93\xe7\xc3\xb7\x61\x19\x70\x2c\x09\x6f\x4e\x2c\x70\x31\xe1\x3d\x53\xe2\xc4\xb9\x7b\x26\xec\xf6\x6c\x5e\x40\xde\x64\x29\x93\xa2\xb2\x05\x52\x40\x48\x49\x1f\x26\x53\xb6\xd1\x70\xb6\xe6\xeb\x53\x57\x41\x28\x99\x10\x99\xe7\xb8\x4c\x35\x94\x51\xe8\xdc\x33\xeb\x53\xe1\x62\x90\xcf\x40\x76\x03\x1b\xeb\x80\xd1\xaa\x86\x13\xc6\x70\x9c\x0d\xe8\x70\x4f\x5d\x3d\xec\x87\x74\x4f\x7c\x4a\x43\xb4\x1c\xbe\x5b\x10\xd5\x68\xe4\xb8\xcd\xa7\x6f\x97\x7a\x28\x8e\x49\x69\x0d\x49\xe2\xb6\xf3\x91\x33\x5d\x41\x29\xe7\xce\xf2\xdd\x26\x45\x50\x50\xe6\x20\xde\x51\x5e\x50\x57\x59\x01\x12\xe5\x7d\xba\xb0\x24\xc5\x19\xa5\x3c\x42\xe7\xbe\x7f\x9b\x50\xf0\x1a\x8e\x66\x69\x78\x33\xc6\xed\x34\xe2\xc8\xc8\xb7\x43\x9c\xda\x19\x50\xa7\xdb\xa7\xaa\xde\xbe\xbc\x52\x66\xec\x18\x15\x64\x08\xae\xa6\x3b\x64\x93\xdb\xe2\x7d\xe4\xf0\xdb\x96\x41\xd8\x91\x32\x10\x95\x58\x4f\x6f\x5f\x89\x22\x00\x6b\x28\x80\xa5\xc6\xea\x75\x3b\x28\x8e\x83\xe7\x76\xd0\x52\x3b\x03\x4a\x37\x43\x42\xe5\x59\xa3\x86\x72\x7d\xfb\x2e\x0a\x5c\x84\x9c\x42\x15\xda\xba\xe5\x96\x89\xb4\xc6\x1b\x47\x2d\x6b\x20\x01\x7f\x0f\x06\x53\x6b\x80\x38\xad\xe8\x96\xb5\x06\x2c\xa5\x6c\x47\xfb\x11\x0c\xb4\x22\x47\xca\xde\x42\xc0\xcb\x3c\x9d\x59\xaa\xc2\x0a\xa6\x19\x17\x72\xc2\x34\x45\x40\xea\x4e\x46\x54\xf0\x2a\x8e\xe9\xbb\x4b\x67\x0a\xbb\x67\x6b\x07\x34\x76\x81\x4c\xb1\xa0\x4e\x4c\x4b\xc4\xce\xd9\x79\x4f\x8c\xca\x76\x22\x87\x46\xff\x5f\xc6\xce\xe4\xfa\x62\x94\x57\xe2\xa9\x7c\x21\x5c\x1b\x33\x6d\x3a\x17\xb8\x43\xfe\x21\xbc\xe3\xaa\x5f\xb9\xdf\xee\xdf\x4b\x1d\x6c\x46\x21\x09\x51\x48\x82\xa3\xd4\x23\xdf\x0a\x71\x12\x07\x8c\x10\x27\xf5\x78\xbe\x64\x0e\x0a\xa4\x62\x6d\x3d\x94\xbc\x79\xa8\xdf\x1d\x36\x30\x57\x08\x80\x52\x8f\x87\x52\x8b\xd8\x75\xdb\xa1\x04\x41\xe1\x4f\xe5\x34\xaa\x00\x11\x26\x31\x85\x62\x68\x82\x4e\x01\x21\x37\xb7\xcd\xf6\x58\x88\xdb\xa2\x02\xb5\xb9\x6d\xa8\x3f\x65\x45\x8a\x9b\x1e\xd8\x4c\xc7\x6b\x22\x04\x4a\x3d\x10\x55\xc2\x9c\xd4\x03\x1b\x47\x31\x86\xce\x1c\x4f\x15\x63\xe8\x8c\x35\xb2\x1d\xaa\x79\xa4\x6c\x4b\x47\xd2\x53\x61\xdc\xca\x53\xa7\x1c\x7d\x35\x3d\x53\x32\x63\xf6\x9d\x90\x2a\x27\x88\xc0\xf9\xb6\x9e\x43\xb1\xbd\x07\xac\x3d\x21\xcb\x3f\xff\xbb\x78\x32\x37\xdf\x3e\x45\x02\x9c\x9b\x46\xaa\x1c\xbd\xa4\x54\xa8\x63\x24\xdc\xdb\x8f\x95\x5a\x3e\xdd\x3a\x6a\xa4\xc9\x8f\x82\x2d\x0c\x28\x59\x05\x23\x94\x14\x07\x56\xc1\x1b\x89\x91\x4a\x1d\x9c\xaa\xb1\x9f\xdf\xa4\x70\xe9\x50\x42\x8e\x3d\x7f\x7a\xc9\x1b\x54\x57\xbc\x23\x7a\x63\xc7\x42\x4f\x77\x94\xfe\x2c\x66\xfe\xdb\xf7\x10\xb1\x85\xde\x0e\x5e\x78\xa4\x56\xed\xbb\x92\x16\xf5\x88\x29\x3f\xa2\xe4\x58\x01\xa7\x84\x3a\x62\xba\x3a\x27\xd4\x74\xb0\xdc\x9b\xd4\x7d\x41\x06\xe2\x3c\x8e\x19\xa5\x7c\xd8\xd1\x0d\xce\x17\x95\x53\xff\x83\x7d\x81\x52\x77\xd8\x66\x09\xe8\x43\xe7\x08\x16\x7e\xfc\x99\x88\xe1\xfe\x56\x59\x77\x8f\xd4\x43\x57\x69\x44\xce\xae\xe3\xa1\xc4\xac\x68\xc0\xb7\x05\x18\x4a\xd6\xc1\x7f\x78\x2c\x31\x09\xef\xc3\x06\x70\x74\x9f\x23\xe6\xf9\xdb\xb6\x16\xb3\xf1\xb1\x8c\xc2\x25\xa2\x8c\x54\x47\x09\xbb\x7e\x7c\x07\x12\x9b\x57\x70\x9a\x9a\x45\xff\xf0\xda\x9c\x8d\xf5\x89\xcc\xca\xb7\xf2\x65\x20\x34\x3f\x98\x4c\x47\x7e\xb5\x88\x6f\xf9\x55\x6f\x5f\xae\x34\xaa\xf7\x73\x29\xb3\xf3\x0b\x69\xa2\x60\x3f\xe7\x48\x6f\x1d\x03\x85\x3d\xf1\xe1\x08\x89\xe1\xfa\xc1\xd1\xf1\x7c\xdb\xe4\xdd\xcd\xb7\x12\x3c\xe8\x3f\x21\x62\xca\x33\x07\x5c\x7f\x71\x46\xf9\x98\xef\xae\x74\xc0\x8f\xb8\x29\xb3\xa8\xc3\x1c\x50\x1c\xa0\x93\x87\x75\x53\x71\x80\xca\xc8\x88\x9d\x76\xe0\x29\x13\x7e\x93\x93\x9f\x82\xf9\xd4\xa3\xe6\x4b\x36\x41\x48\xb9\xd0\xf1\x28\x7e\x9c\x19\x3b\xce\x48\x85\xf3\x29\x05\x7d\xf7\xb1\x48\x44\x87\x08\x56\x53\x8e\x1e\x4a\xa7\x6d\x74\xa1\x82\xf9\xd4\x57\x56\xce\xd1\x79\x7b\x4f\xa1\xee\xce\xb3\x1a\x0e\x40\x15\x7f\x9a\x30\x36\xa5\x9c\xf9\xd3\xa6\xdd\x91\x0e\x48\x51\xe2\x3a\xfe\x38\x17\x2d\x67\x66\xa1\x68\x4a\xae\xc4\xbe\x51\x94\x15\xd2\x61\x9d\x67\x4a\xad\xb4\xb0\x43\x15\x95\xa7\xe6\xbe\xe1\xeb\x20\x8c\x54\xfb\xb5\x6a\x44\xba\x28\xf0\x4e\x3d\x90\xa0\x42\xcd\x54\x22\x64\x4c\x12\x54\xc5\x12\xff\x46\x4f\xd2\xa4\x1f\x31\x70\x3e\xfa\x3a\x4e\x5f\xae\x92\xbe\x88\x42\xcc\xf6\x64\xb3\x9a\x29\x75\x44\x4f\xea\xe5\xf4\x89\x09\xe0\x48\x3c\x51\x3e\x5f\x82\x6b\x70\x7c\x72\xfe\xaa\xa3\x33\xd5\x4e\x60\x15\x21\xf6\x8d\x02\x4e\xbd\xf2\x11\xd5\x74\x57\x3e\x22\xec\x15\x07\xe6\x89\xef\x4b\xa0\x9a\x1a\x6b\xce\xa0\x9a\xac\xd0\x97\x1b\xf8\x2b\x9f\x6a\x43\xb7\x54\xe3\xb9\xa4\xaf\x4e\x4c\xca\x86\xf9\xe2\xba\x48\x8b\x9b\x09\xa2\x5a\x7c\x17\x58\x28\x0a\xb6\x53\x0f\x36\x90\xd0\x31\x35\xfb\xf9\x8b\x84\xab\xa9\xc8\x59\xab\xf2\xa9\x24\x5c\x4b\x9b\x92\x70\x2d\x6d\xa8\x77\x59\x21\x29\xe0\x6b\xa6\x41\x5b\xed\x88\x2d\xb2\x54\x61\xac\x18\x48\xc3\x23\xf1\xe9\x24\x55\x47\x67\xb3\xff\x0c\x08\xed\x9c\xab\x84\xab\x29\xed\x75\xfc\x2d\xb8\x01\xdd\xe4\x94\x63\xd0\xcd\xf1\xd4\x63\x8f\x08\x4b\xf2\x1b\x2c\x74\xfa\xa0\xe8\x5d\x3d\x94\x04\xcc\x43\x69\x4b\x23\xc4\x0c\xc1\x89\xa7\xcb\x10\x9c\x8a\xf0\xf9\x85\x2b\x27\xa4\xa0\x67\x68\x4b\x25\xb1\x3a\x4b\xda\x77\x8c\x97\x48\x63\x65\xad\x2a\xb9\xd4\xf9\xf9\x5a\x09\x50\xf0\x04\xad\xd3\x42\xf9\xb4\xc4\x31\xf4\x87\x86\xbe\xd2\x05\x1d\x07\x30\x67\x7e\x96\x94\x88\x91\x9f\x2f\x9d\xa3\x4b\x7f\x3e\x69\xb2\x85\x7e\x3e\x5a\xb2\x89\x7f\x78\x44\xe0\x26\x65\xae\xaa\x47\xfa\x6e\xae\x6c\xa1\xb4\xa7\x33\x3d\x56\xc2\xc8\x38\x25\xa7\xaa\x47\x7a\x1e\x8e\x65\x94\xd2\xd0\x81\xad\x10\x24\x28\x67\x25\xc1\x7a\x4a\xd4\x8a\x53\x55\x9d\x33\x65\x04\x66\x87\x72\x57\xc3\x69\x8e\xc7\xc7\xf3\xf7\xf9\xdb\x4c\x25\x13\x72\x2b\xe5\x1e\xff\xa7\x02\x08\x9d\xaf\xa7\x5a\x5d\x94\xf2\xa6\x72\x2a\x91\x55\x89\x24\xf8\x39\xa8\x87\x45\xca\x7a\xf9\x7e\x81\x5b\x9c\xa5\x4c\x56\x85\xab\xc8\xa5\x4c\x56\xe5\x74\x1b\x4b\x89\xac\x8e\xb3\xe6\xc7\x2a\x8f\x4b\x37\xc5\xf9\xb0\x53\x0d\xfc\x42\x35\x9c\x13\x6c\xb5\x2e\x67\x92\x02\xce\xb5\x1c\x22\xc8\x71\xc8\x6e\xca\xbc\xed\x43\xd7\x7a\x21\xc4\x2c\x82\xd7\xcb\x37\x01\xbc\x4e\x5d\x2f\xf3\xc4\x48\x2b\xf6\x5e\x0f\xba\xe0\x10\x62\x93\xfe\x19\x2c\x34\x69\xd3\x8f\xaa\x38\xe8\x2d\x07\xec\x99\x57\xfa\x67\xa6\x18\xa1\x84\xc6\x9e\x34\xa2\x9b\x80\x63\xa4\x1e\x5b\x1e\x67\x9a\xb4\x72\xcf\x9c\xf8\x11\x20\x87\xc2\xa5\x04\x50\xf5\xc8\xc8\x00\xa1\x0c\x66\x53\x6c\x81\xa5\xb6\x5e\x89\x43\x0e\x35\xe5\xab\xa4\x11\x5c\x0c\xe9\x50\xb2\xf8\x40\xc9\x8c\x7c\xaa\xb1\xf3\x68\x86\xa4\x3f\xae\x48\x71\x81\xea\xe1\xc3\xf7\x52\x58\xa0\x83\x38\x10\x4b\xa8\xa2\x83\x60\x1c\x4b\x61\x81\x0a\xd2\x71\x1d\x43\xee\xc7\x19\xca\x27\x5f\xd6\xef\xb0\xa4\x1a\xa9\x46\x58\xf0\x96\x32\x9b\xe7\x33\x2d\xda\x0d\x66\xf1\xbc\x08\x0b\xe4\x78\x70\x37\xa9\xdd\x3f\x42\x79\xa5\xe9\xb9\x99\xad\x50\x8f\xbd\x60\xf9\x6f\xea\xd0\x9e\xee\x4c\xbf\x12\x1f\x50\x82\x5b\x14\x1a\x04\xdd\x90\x81\x80\x6e\x98\x69\xc3\x0e\xb3\x9a\x5f\xcd\x13\x7f\x86\x12\xbc\x3f\xb5\xdd\xe2\x93\xe6\x02\xff\x54\xd3\xd9\x8f\xb6\x62\x28\xad\x48\x66\x4b\x97\xe3\x07\x0b\x2b\x78\x53\xb9\x1e\x8a\x55\xa7\x3b\x8b\x95\xa5\x0d\x54\x64\xe1\x63\x29\xc5\xf3\xc5\x1c\x6c\x9f\xee\x0a\xad\x58\x29\x3e\x94\xc4\xe1\x0c\xe5\xed\x96\x05\x93\xdd\x4f\xd2\xbf\x9b\xf4\x11\xba\xd1\x79\xdf\x0c\x38\x40\xdd\x4d\x7e\xd5\x28\x1d\xf4\x39\x80\x65\x50\xe0\xa0\xc2\x0b\x81\xa5\xc0\x41\xf7\x8f\x07\xa4\x87\x3d\xa1\xec\xcb\x61\x71\x05\x94\x2a\xe5\x4a\x61\xf3\x46\x4d\xa1\xd7\xc8\x42\x79\x29\x02\x50\x75\x16\xfa\x9b\xfa\x4a\x3e\x36\x28\xf7\x87\x2f\xcd\x40\xc0\xba\xd6\x69\xf7\xff\x95\x42\xa9\x0f\xf8\xe0\x74\x10\x75\x47\x9d\xbb\x49\xc3\x7f\x19\x89\xee\x83\x8e\x87\x62\x42\x42\x8a\x83\x11\x40\xa7\x1d\xa7\xf0\xbe\xe2\xfd\xd4\xf3\x45\x8b\x68\x33\x5b\x31\xcb\xe1\x7f\xb8\xae\x5f\xe4\xae\x9a\xe9\xeb\x62\x35\xf3\xab\xd2\x38\x5f\x29\x54\xef\x10\x06\x02\x54\x95\xf9\x94\xb1\xb6\x8c\x6b\xb9\x77\x69\xd2\xf6\x6b\xa3\xb3\xcb\xc1\x70\xa9\xc7\xca\xee\xc5\x1a\x48\xd7\x71\xfd\xba\xce\x70\x1e\xf5\xd8\x38\x1b\x29\x94\xed\x4f\x80\xb7\xa5\x78\x3f\xf5\xcc\x4c\xda\xf6\xcf\x28\x65\x80\x9d\x61\x09\x01\x6b\xce\x57\x2a\xdd\xae\x86\x81\x10\xee\xc7\xe3\x28\xb6\xb1\x08\x3b\xb0\x8c\xa8\x02\xe2\xb2\x8a\x85\x13\xe7\xa4\xa5\x88\x3e\xf5\xa4\xaf\x8a\xe1\x33\x08\xf7\xb1\x84\xaf\x2a\x7d\x86\x52\x07\xd0\x5f\x0e\xef\x03\x02\x67\x15\x0b\x2a\xa2\x34\xac\x62\xae\x7b\x9a\x90\xcb\x0e\xe6\x31\xf4\x8a\xec\x97\x37\xc9\x3a\xf3\xa7\xf0\xf3\x2d\x7d\x35\x76\xc7\xf1\x90\x6f\x52\x7b\x38\x8d\x08\x6a\x81\x49\xbe\x8a\x81\x3c\x11\x64\xc2\x65\x55\x07\xe4\xbc\x29\x25\xe3\x64\xb2\x88\x21\x44\xf0\x8b\xe5\x18\x42\xf3\xa9\xe7\xa7\x99\xa4\x1a\xf3\x24\xb2\x52\x91\x80\x2a\xb0\x99\x65\x04\xd7\x79\x86\x52\x83\xa9\xd3\x11\x11\x78\x0b\xb1\x8a\x9f\x81\x39\x72\xf1\x4d\x1a\x48\x84\xaa\x35\x84\xab\x83\x74\x5d\xc6\x70\x91\xc7\xf3\x26\x1d\x46\x24\xd4\x4f\x8d\x42\xc9\xaa\x02\x4c\xbe\x4a\x2c\x7d\x7a\x84\xe5\xd4\x59\x22\x5b\x4e\xa0\x36\x56\x31\x73\xfd\x87\xb7\xf1\xab\xd8\xd5\xf1\xb4\x09\xe7\xa5\x1e\xab\x7b\x76\x54\xb1\xb2\x75\xb4\xe2\xb6\x1c\x2a\x88\xcb\xe1\x25\x14\x57\x3d\xd9\x34\x17\x5c\x7a\xe6\x53\x2d\x2e\xdd\x13\xa4\xeb\x88\x19\x73\x71\x93\x84\xb6\xbd\x06\x43\x09\xe9\xd5\x3d\xa0\xbc\xa7\x7b\xda\x5c\x16\x15\xa9\x57\xfe\x26\xec\x18\x05\x12\xaa\xe7\x91\x4f\xfd\x1e\x2f\xd4\x6d\x20\x02\xd0\x5b\x02\x95\xd5\xf3\x45\x99\x7d\x24\x1c\x62\xd6\x65\xa4\x7e\xcb\xb7\xba\x68\x3f\x59\xce\x0b\x3f\x1e\x92\xf4\xe2\xb8\x8a\xdc\xbf\x2c\x3b\x09\xe6\xb6\x2e\x3f\x49\xcc\x94\xc8\x41\x7c\x96\x54\x24\x1d\x3a\xd2\xa6\x53\xe9\x43\x99\x33\x11\x80\xc2\x97\x55\xb0\xa9\xcb\xf8\xb2\xb3\x84\xf2\xae\xa1\x3d\x9d\x47\x79\x80\xb7\x2e\xe7\xac\x45\x63\x1a\x5d\x76\xa2\x14\x15\x43\xa8\x82\x0f\x5a\x57\xf2\x2d\xb2\x94\xdc\x03\x60\xb6\x28\xa4\x50\x39\x4b\xbe\xb5\x74\xbe\x58\x2d\xb9\xd8\x9c\xa9\xee\xa6\x30\x33\xf3\xad\xb8\x32\x73\x85\xb7\xe3\xa2\xb3\x42\x0f\x9e\x0f\x25\x79\xec\xa3\xf4\xaa\x8e\x00\x4f\x34\x95\x45\x64\x20\x4e\x51\x8b\xc8\x40\x04\x54\x5c\x06\x86\x35\xa2\xa4\x2c\x45\xff\x29\xb8\xc8\x57\xc5\x6d\x81\x01\xa2\xb8\x3d\xa5\xa6\x19\x4b\xa0\x2b\x65\x8a\x5e\x4c\xdf\x2b\x67\x3e\x76\xa3\x10\x5d\xf5\x7c\x28\x3f\x7c\x29\x50\x08\x00\xfa\xa3\x1b\xf3\xcc\x97\xc1\x5f\x3c\xa7\x5c\xc6\x77\x11\xb7\x68\x55\xa7\xf9\x43\x41\x54\xaf\x3a\x86\x80\x63\x01\x9d\xe8\x32\xc7\x02\xba\x72\xa2\x70\x30\xa0\x46\xdc\x95\x55\xf1\xd0\x66\x58\x9c\x07\xd9\x16\x0a\x07\x34\x72\x30\xa8\x7e\x0a\x40\x50\xc7\x55\xcd\x16\x19\x89\x6c\xff\xf3\x4a\x99\x25\x59\x49\xff\x9c\x18\x36\xf5\x68\x24\x57\x7e\xd4\xdb\xf3\xf4\x07\x95\x99\xa1\xe8\x78\x58\x32\x68\x9b\x6e\xf0\x4f\xf5\xb5\x52\x9a\x90\xad\x76\x96\x54\x63\x06\x4e\x2d\x5a\x01\xf6\x33\x90\x32\xa2\x51\xae\x8a\xe1\x36\x52\xab\xc2\xa5\x22\x91\x1d\x2a\x88\xe7\x5f\xab\xda\x8a\xbb\xf2\xa3\x8e\x8a\x3c\x0f\x59\xcd\xc1\xda\x79\xdf\xb0\x9a\x45\x1c\xa7\xa6\x66\x7c\x90\xfd\x07\xab\x39\x0a\x43\x6c\x2a\x72\xa0\xa1\x79\x9b\x91\x19\x39\xa9\x09\x6e\x76\x9c\xec\x2f\x01\xcc\xea\xd9\x42\xd9\x56\x2c\x7f\x43\x4c\x96\xc3\x0a\xe1\x79\x58\xcd\x2a\x13\x35\xd4\x30\xe3\xd2\x03\x85\x15\xaa\x98\xae\xce\x78\x16\xbe\x6f\xe6\x50\xf8\xae\x59\x2b\x76\xca\xb0\xd4\x10\x4c\x8e\x14\xd4\x08\xdb\xb3\x9a\xef\xad\x5b\x66\xc4\x6a\xb2\xe5\x5b\xef\xfe\x96\x7a\xbd\x2d\x5a\xbe\xf5\x2a\xc0\x6a\xcd\xfc\x93\xa1\xd8\x5b\xc6\x03\xed\x45\x3a\xb4\x98\xb6\x4d\x48\x1f\xa0\x45\x4b\xa8\xb2\xca\x5d\xdf\x6a\x66\xa7\x9e\x1f\xbd\x6b\x9f\x42\x82\xf4\xd1\xfb\x30\x0d\xfd\x15\x0c\xe8\xc4\x26\x6d\x18\xfb\x25\xdf\xaa\x7f\x99\x31\x19\xfb\x60\x59\x56\x1f\x74\x6f\x42\x9a\x4b\x06\x94\x04\x34\x1b\xb7\x47\x74\xe5\xd3\xfe\xcf\xff\x3a\x38\x92\xd5\xb1\xee\x39\x01\x75\x9b\x64\xcc\x81\x33\xb0\xf1\x3e\x74\x75\x47\x02\x85\xd9\xba\xc1\xf0\xcf\x7f\xee\xea\x01\xf5\xf3\x8a\xf1\xe3\xd4\xea\xa2\x91\x48\xc7\x46\x0c\xd3\xa5\x04\x6c\x35\xfe\x0e\x01\xc3\x0a\x17\x12\x4b\xb8\xb0\xc2\xdd\xc5\xea\x16\x63\xec\xa1\x6e\x31\x86\x59\x20\x58\xd8\xa8\x58\xb6\x86\x85\xf5\x91\xae\x46\x36\x85\x14\xc7\x20\x9a\xba\x55\x54\xa6\xc3\x78\x68\x22\x48\xac\xbe\x8c\xd9\x40\xcc\x77\xcb\x26\x96\x52\xc8\xb0\x7a\xb2\xbf\xc8\x94\xc6\xdb\xd5\xd5\xcd\x21\xc8\xfc\xbe\xe9\x10\x8b\x87\xc9\x8e\x70\x72\x70\xa2\x46\xac\xa7\xd5\x37\xbb\x3a\xa4\x84\x0e\x8a\x47\xb8\xb1\x02\x9e\x7c\x39\x3d\x5a\x5c\x0f\xa4\x47\x23\x80\xe7\xea\x66\x18\xec\x82\x01\x22\x87\xc3\xe2\xb0\x47\x0a\x0c\xf2\x12\xc6\xac\x9e\x98\x38\x04\x1d\x8a\x0f\x61\xc8\x7b\x7f\x8e\x50\x62\x11\xb8\x49\xd9\xd2\x4a\x46\x3d\x6c\xfe\xcc\x50\x08\x36\x7a\xc0\xc2\x23\xd8\x86\x8d\x1a\x18\x68\x98\x0d\xd2\xa2\xb5\x22\x02\x80\xc0\x42\xbc\xcd\x59\x43\x51\x15\x01\x0c\x2d\x65\x52\x2b\x51\x2d\xc3\xaf\xa4\x88\x03\xba\x14\x67\xa8\x9e\x3d\xf5\x7c\x5c\x98\x46\xc4\x41\xc8\x6b\x03\xc7\xc0\xdc\x2d\x22\x0b\xc5\xdf\x21\xe4\x58\xc9\xf1\x54\xc0\xb1\x0a\xd8\x73\x0d\x5b\x43\x99\x57\xbf\x72\x8d\xbf\x63\x60\xb6\xb3\x87\x1d\x58\x68\x64\x49\xcc\x5d\x47\x3e\xb5\x6d\xc2\x20\x2d\x9b\x38\xc4\x08\xdf\x35\x2a\xa7\xd3\xe1\x17\xd5\x60\x4f\x97\x92\xae\x9d\x57\xff\x0f\xc2\x7b\xd8\x54\xe2\xfc\x15\xec\x17\xe7\x28\xc5\x1c\xaa\x00\xe9\x96\x91\x60\x3c\x7d\x59\x06\x82\x71\xcd\xbc\x86\xd1\x15\x33\x3d\x77\xb8\x90\x33\x3f\x7e\xdd\xbb\x74\xf6\xe7\x49\x77\x9b\xc6\x77\x9d\xcc\xeb\xe4\x4e\x1c\x79\x23\x7c\xd7\xa8\xaf\x14\x6a\x9f\x22\x7d\x04\xf6\xaa\xbc\xf7\x5e\x24\x7a\x8b\xa5\x34\xfd\xd8\x1a\x34\xe3\x9a\x0e\xb0\xcf\xc1\x12\x74\x17\x77\xeb\x8b\x50\x41\x84\xe2\x5b\x0a\x0e\x74\x54\x5e\xfa\xad\xc9\x9d\x23\xfa\x84\xe8\x40\x2d\x15\xfb\xf6\x07\xf9\x2c\x7c\x57\x2d\xaf\x54\xe4\xf5\x7b\xfe\xf4\xf5\xb6\xa7\xc8\xe9\xdb\x72\x28\x9e\x30\x10\x1d\x32\x60\x9a\xb7\xb6\x4b\xb8\xac\x5a\x5e\xa1\x6c\xce\xc3\x08\x93\x73\xdf\x0c\xb9\x35\x61\x4c\x4a\x44\x10\x33\x66\x11\xc4\xea\x1a\x8a\x55\x61\xda\x69\xbb\x26\xd5\xa0\x94\x6a\x7e\xfc\xea\xd3\xfc\xa8\x5d\x8c\x6e\x16\x7e\xea\x24\x8a\xcf\x5a\x7e\x45\x13\x0f\x99\x33\xaf\x91\x37\xfb\x26\x2f\x8d\x24\x85\xf6\xac\xb7\x90\x3e\xf5\x21\x94\x05\x9a\xaa\x05\xeb\x6d\x81\x42\xe6\x53\xe9\x8f\x42\x7f\x16\x67\xa3\x74\xc8\xee\x46\xc2\xdf\x2d\x01\xa1\x2a\xf1\x96\xd7\xf2\x83\xbb\xb8\xa0\x14\x90\xa7\x82\x40\x5d\x02\x3b\xd5\x82\x59\xb1\x0c\x0e\x25\x7c\xed\x5a\x18\x1d\x47\x4a\x6f\xa1\x57\x38\x4b\x3a\x67\x5a\x1f\x19\xa7\x6e\x34\xca\x91\x6a\xed\xa2\xa3\x7b\x58\x15\xe9\xad\x5c\x37\x25\xb5\x3a\x09\xf9\x60\x51\x0c\x68\x2a\x19\x89\x4c\x03\xf0\xc2\xcb\x69\xd1\x3a\x41\x06\x97\x71\x49\x27\x82\x5f\x11\x7a\x6a\xe1\xd4\xa9\x94\x69\x35\x62\x85\x94\x69\x84\x2e\x5c\x40\x8f\xe2\x3e\xdb\xf8\xe8\x10\x7b\x0a\x99\x53\x0b\x47\x29\x05\xc9\xb9\xa2\xf0\xb7\x2f\xe7\x09\x58\xb6\x8c\x35\x2a\x67\x0a\xf1\x9c\x42\xf9\x08\xdf\x53\xe8\xbe\x63\x20\x29\xb9\x59\x2d\xb8\x47\x04\x3d\xaa\xc4\x73\x5a\x1b\x3d\xde\xa1\x2e\x51\xf4\xd5\x4f\x48\xb8\xe1\x5d\x02\x22\x15\xa2\xeb\xac\xcd\x02\xa5\x8c\x0e\x30\x23\x7e\x32\x1c\x17\x99\x41\x42\xaf\x03\x25\x21\x5c\x50\x8d\x8e\xdf\x9e\xf6\x33\x7f\x7a\xba\x8e\x7c\xca\x48\xfc\xed\xdb\x37\x91\xf1\x5c\x38\x34\xcd\x04\xc5\xbc\x14\x9a\xa6\x10\x7f\x6f\x09\xfe\x53\xc1\x97\xac\xb7\x7d\x0a\x71\xa8\xbd\xad\x53\xfb\x7f\x70\x7c\xbf\xd9\x37\x58\x16\xc2\xf8\xd4\xc2\x51\xca\xb8\x9d\xb8\x9d\xdf\x76\xb6\x03\xfc\x5d\x0e\x2f\xd3\xe2\x97\x12\x36\xe7\xc8\xd1\xc6\x89\xba\x48\x9b\x7e\x93\x5a\x95\xf4\x5d\x30\xea\xe8\x4d\xa5\xed\x3a\xcf\x87\x92\x69\x83\x9e\x78\x03\x12\x44\xc3\x39\x15\x57\x18\xf3\x6d\x64\x74\x1c\x85\x8e\x4b\x93\x40\xac\xeb\xed\x77\x87\xc4\xbc\x5b\x6f\xbf\xfa\x1e\xa8\x1c\x45\xa6\x29\x31\x91\xde\x78\x00\xb2\x0e\x76\x4c\xc5\xff\x66\x94\x4d\x41\xd8\x1a\x65\x53\xf0\x64\x28\x68\x4d\x25\x9c\xc6\x32\xe6\x86\x4b\xd5\xe5\x7c\x5b\x13\xd8\xfb\x32\x04\xa7\x73\x4a\x7b\x3b\xac\x67\x26\x9a\xf7\xe1\xf0\xe2\xc7\x5b\x0e\x93\xd6\x31\x6b\x48\x7a\x7f\x93\xee\xce\x84\x52\x07\x98\x2f\x52\x68\x8d\x91\x42\x43\x04\x06\x94\x4e\x70\xc4\x3d\x5d\xc2\xd8\x9c\xe1\xa7\x8f\x85\x22\xbd\x23\x0e\x0d\xe1\x2c\x96\xe3\xd0\xd4\x12\x4a\x72\x98\x7d\xfc\x41\xa5\x8d\x14\x3a\x4a\x08\x76\x98\x61\x35\xe5\x4a\x23\xda\x0c\x1c\x94\x3f\x93\xfe\xa4\x4d\xf1\x08\xde\x93\x8f\xb3\x1a\xf3\xc4\x6d\x09\x49\x53\x0b\x06\xaf\x90\x34\x67\x5c\x34\xca\xa8\x75\xe6\x68\xae\x84\x5a\x27\x4f\xda\x16\xf9\xb4\x88\x84\xb6\x9c\x4f\x8b\x38\xb0\xeb\xe3\x37\x1c\x33\x1d\x70\x5e\xf9\x92\x42\x25\x7c\xec\xa1\xcc\x5c\x2c\x2d\xd1\x6c\xc0\xe4\x2e\x87\xaf\x09\x68\x79\x39\xa7\x56\x1c\x09\x1f\xa4\x05\xb2\xc4\xd1\x6c\x4a\xce\xf5\x1f\xbf\x20\x42\x20\x08\x78\x73\xf1\xd6\x7a\x19\x77\xd3\x41\x9d\xae\x8f\x23\x46\x10\x59\x66\x7d\xd0\xb2\x33\xcd\x28\x1f\x6f\xc6\x22\x63\x3d\x0e\x0a\x81\x6b\x2a\x21\xd0\x97\xb1\x35\x3d\xfe\xa4\x2f\x6f\x84\xb0\xc7\xbf\xe6\xbd\x1a\x4a\x6b\x8d\x68\x73\x36\xac\x83\x90\x48\xeb\xab\xbc\xc7\xbc\xc3\x5c\x02\xde\x9c\x00\xc0\x97\xe2\xd5\x9c\xe5\x0c\x65\x3c\x6f\x5a\x94\x72\x66\x15\x84\x96\xa9\xe0\x58\x96\xd1\x32\x3c\xba\x5b\x5f\x47\x3c\x07\x5d\xb5\x84\x96\xa9\x80\xa6\x97\xf1\x30\x3d\xa7\xbb\xaf\xf5\x00\x86\xa1\x70\x2d\x35\xac\xff\x45\x54\xe0\x5b\xf9\x72\x2c\x63\x35\xbf\x06\x58\x91\x50\x65\x29\xb2\xcb\x5d\x4a\xff\x7c\x6d\x07\x14\x69\x09\x05\x53\x49\x63\xb0\xbe\x3c\x59\x46\x40\x09\x05\x53\x89\x43\xbf\x04\x82\xa9\x24\x2a\x58\xc6\xc0\x10\x22\x7e\x09\x03\x73\x44\x39\x0b\x03\x73\xce\x4c\xb3\x05\x4e\xfb\x1b\x2c\xb8\xbe\x3c\x62\x4d\xa5\x7e\xcd\xcc\xaa\x0b\x7c\x05\x70\x64\x11\x68\x06\xa4\xd1\xfa\x62\x56\x8f\xfc\xa9\x5b\x05\xe6\x47\x70\x99\xab\x62\x69\x09\xd7\x92\x18\xba\xcb\xb0\x96\xdc\xc0\x28\xf7\x54\x25\x14\xf8\x72\xea\xa9\x0b\x68\xc4\x72\xee\xa9\x38\x96\x7f\x7e\xcb\x53\x42\xfd\xbc\x31\xf9\x54\xd7\x2a\xf1\xe5\x0a\xb9\x52\x01\xd3\x2e\x21\x57\x4a\x46\xa5\x48\x32\xe3\xe9\xdb\x64\x0b\x57\xc8\x21\x1c\x4d\xaa\xd1\x0e\xc9\x2d\x9c\x90\x2b\x85\x9c\x17\xeb\x67\x71\x83\x1d\x43\x12\x2b\x1e\x70\xae\x1f\x4f\x4f\xb1\xcc\x95\x89\xaa\x12\x7b\x7b\x19\x71\x52\xd2\x88\xd9\x83\x70\xdb\xcb\x90\x13\x80\xd0\x4b\x18\x93\xbb\xda\x06\xa9\x71\xa1\xd0\x0d\x15\x99\xbc\xf6\x58\x86\x8a\x4c\xde\x77\x2c\x23\x3e\x1a\x11\x7f\xf7\xcb\xf7\xaf\xf8\x8f\xb7\x61\x1d\xd3\x99\x01\x6f\xd2\xe6\xa5\xf7\xc9\x7e\xf9\x70\xd3\xf3\x2d\x15\x9f\x90\xcc\x4a\xbe\xf5\x8b\x7c\x6f\xff\xfd\x1a\x0c\x67\x40\x4a\x94\x9d\x14\x72\x35\x36\xf8\x55\xcf\x4a\xb9\xbf\xd9\x2f\x74\x86\x15\xd3\x7e\xf1\x42\x8f\x7a\x8c\x09\xc1\x4b\xb3\x5f\x56\x04\x3d\x9f\xfa\x46\xfd\x62\x30\x3a\x01\x97\x0c\xcd\x1b\x79\xf0\x23\x41\x24\xcc\xb6\xfb\x85\xe0\xb5\x46\xd9\x64\x58\xe2\xe9\xe8\x36\x3e\x83\xe7\x4f\xfb\x85\x92\x1f\x34\x2a\xb7\x48\xc7\xa9\xb4\x5f\xdb\x37\xf7\xa1\x94\x0d\xaa\xd1\xa8\x36\xd9\xab\x3c\x9f\x5a\x17\x5c\x4c\xaf\x80\x3a\xd7\xc1\x9c\x08\xfe\xef\xec\xad\x6d\x0b\xae\x51\x5e\x34\x79\x38\x13\x45\x0f\xa5\x1b\x81\x1a\xca\x47\x4e\x33\xe0\x26\x26\x0c\x1e\x9e\x7d\x18\x1e\x4b\xc0\xee\x2d\x64\x45\xb9\x2c\x78\x37\x21\x62\x08\x53\xb2\x05\xb4\x38\xf1\xd6\xed\x84\x88\x19\x21\xe1\x1b\xea\xb5\xec\x65\xed\x8d\xa6\x70\x22\xb7\x9b\xf2\x01\x6b\xd2\xa6\xdf\x1b\xbd\x52\xcf\x76\x87\xf2\xed\x5b\xa3\xce\xa7\xca\x39\xe7\x3d\xb0\x0f\xcb\xe5\x91\x2f\xf5\x86\xef\xc5\xfc\x38\x93\x5c\xe3\x3f\x9f\x63\x59\x5b\x27\x60\xea\xc4\x02\xdd\x4a\xc0\x54\xcb\xa4\x1a\xdb\xe7\x99\x2d\xb4\xf3\xc5\x5c\x2e\x66\x8b\x61\x2d\x2f\x09\x94\x13\x99\xe4\x53\x69\x63\xfc\x29\xfb\xf0\xfe\x9c\xf9\xd2\x47\xc1\x93\x79\x05\xf7\x9a\x1e\xd8\x11\x8b\x77\x6c\x1f\xd9\xbd\xf9\x58\xb1\x81\xea\xdf\xaf\x74\x36\x21\x68\xda\xd3\xea\x47\xfb\x26\xfd\xd3\xe4\xb1\x06\x82\x64\x54\x82\x3f\xee\xd3\xc7\x34\x56\x56\x88\x8c\x42\x28\xf8\x6d\x44\x46\xff\x97\x34\xef\xcf\x90\x92\xa1\x2c\xde\xe9\xa7\x03\x38\xd2\xb6\x00\x1a\x85\x68\x27\xfb\xb4\x67\x04\xdf\xcc\x76\xfa\x26\x6e\x74\xb6\xc1\x1b\x9c\x99\xf6\x69\x13\x72\xf2\xa5\x4f\x12\x69\x71\xda\x63\x99\x32\x7a\x97\x1f\xe9\x5d\x4a\x1d\x3a\x3f\x94\xd9\x00\x66\x3f\xed\x32\x21\xbc\xf9\x3e\x25\x57\x5e\x99\x1f\x1f\x22\x47\x3e\x95\x90\xb1\x25\xba\x4f\x0e\x91\x93\x71\x21\x73\x2a\x73\x20\x87\x4a\x4f\x87\x1c\x77\x0e\x26\x75\x96\xa5\x0b\x34\xd0\x3e\x79\x11\x40\x07\x22\x90\x42\xc2\x7a\x21\xef\xe5\x23\x42\xfe\x3e\xb1\x04\x53\x91\x8c\x05\x42\xa1\xef\xd3\x00\x44\x32\xec\x6c\x47\xb2\x21\x4f\xda\x3e\x79\x58\x9e\xb1\x28\xc0\x11\x61\x03\xf7\xe9\xec\xaa\xe9\x90\x8e\x9f\x3c\x37\xde\xa7\xad\xc2\xca\x5c\xea\xf8\xc9\x81\x64\x2b\xe6\x4d\xe5\x11\xea\x56\xd2\xa5\x4a\x68\xb0\x7d\x4a\xfb\xe0\x4d\xdd\xc5\x16\x23\xdb\xbb\xa0\x8a\xce\x14\x4a\x40\x33\xaf\x0e\x87\x43\x22\xae\x2d\xf0\xc6\xd1\x88\xe0\xb7\x1d\x0f\x87\xf7\x8c\xbb\x38\xf4\xb2\x2d\x89\x2d\x84\x46\x01\xb0\xbb\x0b\x67\x15\x3a\x5e\x10\x71\x95\x46\xd0\x43\x93\x5f\x0d\xd1\xc0\x27\xb8\x0b\x22\x0f\xa6\x28\x36\x26\x50\x44\x4e\xe5\x74\xb5\x87\x54\x0c\x4d\x1b\x6c\x3b\x18\x0d\xa6\xc4\x18\x0d\x02\x2e\x6f\xa1\x32\x2a\x88\x9a\x2d\x50\xc6\xa8\xec\x2f\x25\x76\xaa\x5c\x16\xee\x62\x4c\x11\xe7\x8a\xad\xc4\x4e\x95\xe0\x72\xbb\xf8\x60\xd3\x53\xab\x18\x8f\xf8\x49\xdb\x21\x78\xf0\x16\xec\x62\x14\x11\xd2\x51\x31\x77\x0a\x6f\x83\x76\x59\x6c\x5a\xc6\x21\x03\x97\xa0\xa2\xbb\xf8\x46\x14\xfb\x76\x0b\xdd\x51\x09\x62\xb6\x0b\x2c\x7a\xa6\xc9\xaf\xfb\x93\x6f\x7f\xea\x2c\xd5\x5a\x58\xa2\xe1\x1d\x90\xa7\x64\xd6\xc3\xb0\x4c\x88\x9f\x58\xa5\xb3\xb8\xa2\x10\xac\x05\x0f\x2f\xb2\xfc\xf2\x6d\x53\x6c\x1b\xc1\x2e\x8e\x4a\x18\xb3\x2d\xa0\xc5\xa8\x48\x1c\xb2\x30\xe1\x5f\xdd\x86\x4b\x5c\x3c\xab\xde\x86\x4b\x60\x9b\x6f\xc3\x25\x78\xe1\xb8\xaf\xc1\xc8\x52\x91\x79\xc8\xe6\xf8\x06\x13\xc1\x4b\xea\x6d\x4c\x04\x81\xa3\x36\x31\x79\x46\xfb\xdb\x09\xbe\x9d\x95\x89\x77\xa7\xfb\x32\x97\x20\x48\x2e\x87\xc5\xc4\x2b\xb9\x85\x90\x28\xcf\xb0\x89\xd0\x95\x32\x4d\x3c\x7b\xec\xb2\x13\x37\x06\x9d\x40\x11\xe5\x75\xa5\xd0\xaa\xa7\x31\x30\x47\xb0\xcc\xb8\xe4\xd2\x25\xb2\xe1\x76\xcc\x9d\x2b\x6d\x64\xad\x53\xeb\xcf\x1a\x96\x6f\x65\xac\x36\x22\x1c\x6c\x85\xd9\x39\x39\x08\x6e\x21\x28\x2a\xc1\xbb\xf6\xe5\x1b\x27\x9e\x8b\x6e\x21\x28\x6a\xec\x11\x03\x28\x9e\xd5\x94\xbf\x84\x67\x1e\xdb\x21\x78\x1a\x5e\x87\x0d\x80\xa2\xe7\x47\xef\x9b\xa7\x03\xda\x37\xe1\x03\x99\x59\x25\x13\x82\x75\xec\xd3\xc4\xae\xc6\x2a\xb2\x19\x14\x91\xe7\x24\x58\xce\x36\xd4\x82\xe7\xce\x1b\x10\x04\x0f\xd4\x77\x45\x9d\xd8\xb9\xb3\x8d\x89\xe0\x3e\x7c\x0b\x13\x51\x89\x49\xb4\x2b\x26\x4f\x49\x45\x8e\xbe\x32\xa1\x98\xd9\x90\xf0\x9a\x47\x4d\x52\xa4\xa7\xb7\x24\x4a\xc6\x92\x10\x12\xa2\xf2\xe8\x72\x0b\x08\x51\xaf\x74\xde\xc8\x41\xee\x1e\x76\x75\xa6\xc0\x2b\x85\x6c\x0d\xba\x2b\xb0\x20\xd1\x42\x77\xb5\xff\xa2\xa6\x07\xd2\x7e\x19\xa6\x5f\x5c\x5f\xa9\xd4\xf6\x11\xb5\x6c\xfa\xca\xa7\x82\xca\x44\xfd\x57\x5f\x46\xa7\x37\x32\x81\xc8\xb6\xb0\x8d\x66\x20\x98\xd1\x76\x6e\xa3\xc9\x93\x8b\x0d\xd0\x20\x2a\xa4\x59\x4b\x94\x50\x5d\x1d\x68\x50\x7a\x73\x69\x57\xd8\x56\x04\x9c\xa3\xe0\x2c\xd8\x84\xc0\x21\x19\xc4\x76\x08\x9c\x4c\x73\xc3\x4a\xe6\x04\x22\x88\x42\x25\xcc\xcd\x6e\x41\x1c\xbf\x20\x2d\xbd\x5a\x4a\xbd\x06\xf4\x96\x4b\x00\x6c\x20\xa3\x12\x08\x90\xb3\x9b\x0f\xa0\x47\x7e\x64\x0d\x52\x38\xdc\x0a\x23\x53\xee\x23\x62\xa2\x6e\x41\x16\x0a\xc8\xe1\x2d\xc8\x42\x01\xe8\xb4\x95\x85\xe8\x6e\xb2\x43\x9a\xd9\xae\x94\xda\xbe\xa6\x11\x8e\x9c\x57\xbe\xd5\x8d\x4a\xc6\x29\x8b\x16\x24\xc4\x6e\x6c\xd4\x2b\x85\x9e\x77\xe6\xd6\x17\x76\xf8\xf2\x77\xf3\x4e\xcd\xd4\x62\xd0\x62\xc0\x09\x4b\x50\x88\x9a\xbe\x1d\x91\xe6\x18\x4f\x2b\xbe\xd3\x41\xb1\x0b\x4c\x50\x62\xb1\x75\xcc\x05\xec\x93\x6e\xac\x70\xf6\x63\x37\x27\x70\x80\x73\xd8\x19\x9e\x39\x6c\x41\x0b\x2a\x2f\xef\xb7\x83\xd0\x74\xee\x8a\x76\x47\x11\x20\xda\xba\x33\xac\xcf\x7c\x2b\x45\x70\xfd\x1d\xe5\x7b\x77\x0e\xbc\x35\x7d\xd7\x66\x40\x0f\x38\x42\xcd\x23\x3f\x85\x35\x38\x63\x5f\x3a\x5e\x0d\xcf\x09\x77\x37\x93\x64\x94\x13\xa0\x2c\xe3\x72\xec\xcd\x9e\x42\xed\x14\x96\xaf\x13\xc8\x61\xe6\x53\x54\x65\x1a\xb1\x33\x2a\x53\xa2\xc3\x14\x6f\xb9\xb7\x83\xd9\x74\xd2\x65\xec\xee\x5b\x66\x6e\x5f\xb6\xb3\x28\x45\xe8\x74\x3f\x81\x8d\x2e\xef\x16\x33\xf0\x45\x77\x5e\x48\x92\x12\x6c\x85\xba\xa9\x17\xbc\x68\x48\x03\x2f\x50\xb7\x21\x0d\x17\xa1\x14\x76\xb7\x6d\x81\x22\x10\xa2\xe1\x38\x9f\x32\xaf\x42\xca\xd4\xf5\x2c\x9f\xdf\x59\x10\x61\x7b\x77\xfc\x68\x99\x04\xc1\xf7\xc8\xc6\xb2\x05\x7e\x18\x3c\xa3\xdc\x02\x3f\x9c\xb1\xc3\x3a\x86\x06\xb6\xb0\xb0\x0f\xa5\x66\x90\x9c\xf1\x11\x1e\xdd\xf9\x04\xd0\x36\x4a\xcc\x34\x88\xee\xb7\x0d\x8b\x20\xc2\xd1\xee\x36\xa2\xaf\x54\xaa\x7d\x7b\xa6\x16\xed\x45\x44\x05\x38\x08\x70\x8e\x7b\x0c\xba\x33\x20\x15\xae\x8a\xd9\x71\x7a\x25\xfc\x3d\x7b\x18\x2a\x73\xa4\x1e\x79\x4f\x19\x86\x41\x11\x04\x46\xda\xc3\x49\x6e\x70\x81\x38\xee\x0d\x3e\xd8\x3d\xcc\x76\x28\xa5\x61\xed\x76\xa4\x41\x33\x1a\x46\xb4\x73\x26\x45\xc6\x0d\x43\xfc\xd0\x16\xc3\x36\x6a\xcf\x7f\xec\x89\xb4\x21\xd3\x04\x23\x66\x90\x4e\x82\x11\xca\x7e\xe5\xd1\xf1\x76\x0c\x9c\x2b\xe7\x28\x63\x19\x40\x11\xee\x61\x96\x6b\xf9\x51\x00\xda\x92\x32\x29\x36\xb6\xba\x22\xe0\x8c\x9a\x21\x92\x6c\x39\x75\xca\xa2\x41\xe9\x28\xc4\xcd\x49\xba\xeb\xad\x08\x37\x95\x27\x41\x7b\xc0\x70\xe9\xb6\x1d\x0f\x8c\xde\xe1\x01\x62\x31\x18\x02\x51\xb8\xf7\xda\x23\x7c\xc3\xa8\x2c\x18\x11\x76\x42\x32\x8c\x58\x17\xc3\x9c\x82\x06\x1a\xb8\x86\xb2\xc4\xb0\x0a\x3d\xf7\x09\x8b\x26\x15\xb5\xe6\x78\xcc\x1b\x85\xad\xa9\x00\x5f\xf6\x74\x8c\xd1\x28\x2b\xe3\x1a\x26\x08\xf5\x2d\x78\x42\x01\xf7\xbf\x95\xe5\xa8\x82\x33\xdb\xd3\x4a\xef\x29\xb3\x80\x48\x21\x36\x2f\x92\x99\xd8\x33\x44\x6b\xdc\x06\x27\xe4\x5c\x30\x39\x77\x33\x32\xc7\xa2\x21\x7e\xd1\x16\x38\xe1\x8c\x8d\x30\xed\xfd\x39\x43\x59\x37\xa0\xe6\x14\x8a\xe6\x1e\x4a\x48\xf1\x12\x47\xb5\x89\x50\xc2\x39\xe4\x70\x33\x7d\xb6\xbf\x41\xdf\x5b\x48\x86\x12\x1b\x78\x62\x12\xe3\xc9\x9a\x30\x09\x03\x83\x11\x52\x26\x57\x77\x06\x2d\x1f\x3d\xf0\xe6\x3d\xc1\x09\x73\xc4\x99\xb6\x64\x11\x43\x93\xfb\x3c\x8e\x8e\x93\x80\xcf\x1c\x16\x9d\xb9\x88\xa0\x63\xdb\x61\x62\x00\x85\x6d\xa1\x1c\x0a\x6f\xb8\xb6\x32\x17\x55\xa0\x41\xdb\x38\x86\x09\xac\x71\x2f\x59\x34\x71\x9b\x2c\x8e\xc1\x23\xa4\x26\x2f\x94\xc3\xa7\xc1\xd1\x6b\x32\x77\x13\x52\xf1\x6f\xb0\xd4\x1c\xc1\x25\x07\xff\x85\x33\x16\x6f\x8c\xf3\x0a\x91\xd7\x68\x2b\xa0\xcb\x49\xd8\xf4\xbd\xbc\x5c\x8c\x6a\xa1\x60\x70\x39\x29\xa0\xcb\xc1\x93\xa5\x2d\x88\x43\x8d\x03\x73\xe1\xbd\x43\xa2\x18\xf0\xc0\x55\xf6\x36\xe0\xa1\x70\xdb\xbf\x97\xcf\x9c\x6c\x9a\xc5\x31\xe4\xa2\x5a\x2f\x10\xdc\x44\x82\x22\x2e\x38\xf7\xc2\xbc\xe9\x29\x55\x94\x79\x56\x6f\xe9\x1a\x25\x22\x55\xf9\x8a\x0a\x17\x6d\x7b\xb1\x51\x71\x70\x38\x5f\xd1\x04\xf0\xb7\x97\x4f\x1e\x88\x38\x47\x74\xe1\x3d\xda\xde\x08\x7c\xbc\x0b\x7b\xd0\xdb\x02\xe9\xde\x36\x28\xaf\x09\x4b\xed\x78\x2f\x38\xf8\xb7\x52\x1d\x15\x90\x5d\x7b\xa3\x1b\x30\xf1\xb6\x95\x03\x57\x7f\xdb\xf1\x5e\x62\x13\x6f\x4c\x9f\x33\x15\xd9\xc7\x73\x41\x49\xe9\xce\xd4\x63\x06\x9a\xe9\x9e\x8f\x29\x67\x3a\x6f\x25\x0c\xb7\x6d\x8b\x87\xf4\xcf\x26\x31\x3b\x5e\x91\x61\x8e\xe7\x1c\x27\x0c\xc6\xf9\x74\xcf\xb9\xa8\x60\x2f\x05\x78\x39\x1e\x8f\xd0\xc6\x94\x7d\x4a\xdd\x3f\x7a\xe0\xa5\x67\xc5\xb6\xd7\x3a\x53\xa2\xa3\xc7\xf1\x4a\xd9\xbd\x9a\x60\xd6\xf6\xb6\x48\x4e\xfb\x0e\x8d\x37\x33\x3f\x9b\x16\xe9\x80\xc1\xd2\x44\xed\xd8\xdb\x62\x38\x33\xb2\xad\xdb\x3c\x5d\x6f\xc2\x0e\x14\xa8\x53\xc9\x0f\x5e\x50\x56\xed\xf4\xf5\xad\x27\x1f\xe7\xf3\x29\xeb\x35\x20\x75\x14\xab\xf9\xd4\x87\x96\x1e\xd2\xc7\xdc\x9e\x6f\x59\xa2\x74\xe1\xa7\x73\x1b\xdf\x3a\x0e\x34\x59\xeb\xb6\x72\x03\xd5\x38\x1b\x15\x81\xa5\x86\x69\x15\x80\xe5\x00\xc3\xb3\x15\x80\xe5\x04\x9e\xb9\xdf\x7e\xd4\x11\x8f\xe6\x9b\x53\x4a\x4f\x3d\xf0\x13\x63\x31\xca\x69\xa6\x5e\x41\xfa\xc9\xe3\xb9\xdf\x0e\x98\x88\xbd\x21\xb4\xc6\x45\x48\xed\xed\xb0\x2a\x7d\x8e\xbf\xc3\xc2\xee\xb7\x98\x64\x02\xce\xdb\x4a\x39\x74\x93\x69\x85\x1e\xa5\x54\x2e\xd7\xcc\x89\x82\xb0\x00\x85\xdf\x04\x61\x89\x18\x34\xce\xe3\x22\x16\xd2\x7e\xdb\xae\x04\x7c\xb6\xdf\x76\xb9\xce\x50\x66\x37\xd6\xc1\x97\x47\x84\x4d\xda\x24\x2b\x22\xf9\xda\x7e\x63\x12\x20\x87\x84\x02\x39\x89\xe9\xb0\xdf\x9b\x19\x63\xb6\xf1\x63\x8c\x90\x5f\x2d\x53\xbe\x35\xc7\xbb\xf7\x0e\xb6\x92\x5b\x83\x8f\x6f\x5a\x51\xab\x1f\xef\x4e\x5e\x81\xec\x8f\x43\xff\xc3\xd4\x1f\xc3\x0e\xc9\x81\xb4\x1d\xf8\xe4\xe0\x16\x72\x3b\xf2\x49\xbc\xa7\x1f\x54\xf9\x08\x79\xef\x9d\xb8\x2e\x9d\x1a\xa8\x91\x68\x70\x7f\xc2\x0b\x1d\x72\xab\xef\x13\x4a\x89\x82\x8e\x74\x81\x99\x0f\x89\x6c\x61\x2c\x4e\xe9\xca\xf4\x7d\xf0\x80\x20\x18\x05\xe7\xb8\x1b\x0d\x69\xb3\x91\x13\xb6\x21\x1c\x71\x85\x09\xb3\x51\x73\xde\x56\xc6\xa1\xbb\x22\xfa\x47\x58\xd7\x57\xc8\x8f\xbe\xcd\x9f\x7a\x21\x95\xee\x4a\xd4\x80\xfe\xda\x42\x65\x14\xa2\x46\x6f\xe1\x2e\x6a\x45\x88\x2b\x51\x50\x0d\x2f\x0a\x67\x51\xc3\xa8\x8e\x68\x92\xcb\x24\x12\x03\x11\x66\x6a\x2b\xc0\xc9\x3d\x2c\xf7\xc6\xb0\x0b\xd0\x67\x5b\xb0\x8b\x1a\x4e\x14\xea\xa2\xe6\x0a\xc6\x59\x82\x8e\xdc\xba\x3a\xdc\x09\x8f\x91\xb7\x60\x16\x15\x54\xe6\x76\xce\xa0\xf9\x6f\xad\x3e\xc5\xe4\x53\xfb\xd3\x70\xac\x28\xde\xc9\xdd\x9f\x54\x4b\x6f\xd3\xa8\xf8\x12\x03\xd4\x79\x82\x3a\xd9\x7e\xb6\x02\x9e\xd4\xf8\x64\x1c\xef\xe4\xe2\xf5\xf6\xfe\x86\xdb\x68\xd5\x3e\x75\xae\xf6\xf7\x77\xb2\x55\x52\xea\x5b\xc5\x14\x0e\xa5\x3d\x19\x21\xcd\x6e\x25\x9d\xf8\x78\x70\xe9\x84\xcd\x57\x64\xda\x77\x21\x0c\xa9\x58\x98\xa0\x1c\xe0\x94\x1d\xa8\xe6\xe0\x6e\xf8\x47\x8e\x8c\x5f\x04\xd3\x0c\x69\x69\x78\xe4\x5b\x2d\x30\x12\xc3\x70\x8f\x19\x96\xff\xe2\x23\x45\x5d\x7c\x7d\x85\x93\x8b\xd8\xaf\x43\xea\x64\x5a\xe4\x23\x8d\x97\x46\x98\x8e\x01\xc2\x6b\x7f\x79\x39\xcb\xb1\xfe\xeb\xbb\xff\xdc\x13\x3b\x94\x49\xce\x94\x5f\x22\x41\xd4\x14\xfa\x34\x86\xad\x22\x70\xc6\x73\xd7\xe9\x58\x26\xd9\xf7\x3f\xb8\xaa\x43\xe9\x95\x12\xbc\x4a\x78\x92\x5c\xd9\x1a\xc7\x91\x63\xcc\xcf\xa1\x9b\xe2\x5c\xf9\xf1\x28\xb1\xfe\x07\x07\x8a\xe0\x19\x35\x1c\xf8\xd3\x79\x34\x47\x9e\x9f\x45\x0d\x73\xf0\xcb\x62\xe7\x53\xc9\x16\x26\xef\x87\xf8\xb8\xf2\xad\x76\x2b\xc2\x58\x59\x80\x4e\xa0\xa3\xfb\x67\xf4\xf3\x0c\x25\xab\x2a\x6d\xf8\x20\x90\xbb\xdf\x1f\x37\x21\x28\x6d\x01\x39\x4a\x5c\x22\x06\x72\xc4\xb0\x73\xe8\x90\xdc\x7e\x0b\xc7\x71\x46\x07\x3a\x74\x48\x8b\xa3\x45\xb0\x8e\x0a\x1e\x6e\xff\x58\x76\x3a\xc0\xb2\xa7\xac\xfd\xf3\xbf\x4e\x18\x88\x6d\x88\xc7\x73\x45\xfa\xb3\x64\x29\x29\xb4\xd6\xc0\x0e\xf8\xd9\xc5\x96\x1b\xdc\x9f\x95\x88\x66\xa7\x8f\x97\x79\xc0\xd7\xe8\x37\xe9\xfe\x0c\x28\xf7\xe0\x84\xba\x7b\xe0\x70\x66\x37\xa5\x93\xb5\xe6\xfc\xa6\xc4\x76\x9a\x8e\x9b\x5a\xae\xf4\x80\xf4\xf2\x54\x28\xef\xcc\x23\x85\x5a\x1e\xad\x64\x1f\x2f\x0b\x0b\x9d\xd0\x6f\x4a\x3e\x98\x93\x16\xed\x20\xb5\x07\xf9\x26\xc5\x11\x57\x28\xcd\xc0\x45\x57\xcd\x10\x17\x4d\xc8\x25\x51\x2f\x3a\xe7\xcb\x92\x87\x52\xf3\x52\x1f\x7d\x90\x63\xc8\xc2\xf4\x26\x8b\xc7\x11\x52\x91\x2d\x27\x2d\xca\x67\x6e\x7b\xf8\xa6\x24\x3d\x33\x01\x52\x26\x2d\x93\x63\x0f\x95\xd3\xb2\xf7\xa1\x3c\x41\xb5\x5e\x8c\x51\xa6\x43\xbd\x18\xbf\x9d\x50\xbe\xcf\xbe\x49\x86\xcc\x7a\x38\x06\x4c\xcf\x28\x37\xd3\x4c\xa3\x7e\x9f\xec\xe8\x12\x37\xe9\x75\xf6\xaf\xc7\x60\x28\x15\x92\x76\x26\x64\x77\x69\x83\x34\xeb\x33\xf1\x07\x07\xcb\xa3\x40\x02\x62\xc9\xc7\xdb\xff\x76\x48\x5b\xe5\xf9\xd5\x7a\xac\xba\x8b\x87\x97\xb7\x52\x88\xb4\x67\x09\x0f\xe7\x8c\x33\xce\xf6\x26\x87\x1e\x79\xd2\xa8\x85\x72\xa5\x6c\xf1\x27\x83\x93\x54\x1e\xce\x31\x75\x93\x7a\xcc\xe2\xd4\x4b\x37\xa9\x33\x62\x0b\xc5\x2c\xe5\xdb\xaf\xbf\x4d\xc5\x3e\xd2\x7b\x82\x0f\x87\x3e\x48\x19\xaf\xa1\x2a\xdd\x95\x1c\x1e\xaf\x23\xdf\xea\xfe\xa7\x85\x52\x08\xfb\x83\x61\x13\x97\x25\x94\xe5\x13\xb3\x70\xfa\xc1\x53\x67\x68\x27\x7b\xae\x42\xd1\x48\x81\xd4\x2d\xc0\x95\x42\x25\x20\x62\xf9\x4f\xbf\xa3\x9c\xee\x80\x41\x13\xce\x98\x73\x53\x5e\xee\x33\x85\xbe\x0b\xaa\x21\xad\xc5\xce\x7c\x6c\x66\xa0\xbb\xc6\x49\xcc\xfa\x77\x9c\xd8\xfb\x5b\x89\x81\xa7\x5e\x1b\xb3\x67\x2a\xfa\xb9\x5e\xf3\xcd\xc9\x3b\xdd\x1a\x52\x2f\x46\x4a\x28\x09\xd4\xa7\x4c\xef\x78\x9e\x32\x31\x76\x9d\x50\xda\xc0\x30\xd8\x89\x95\x8e\x8c\x10\x30\xe2\x6e\xb2\x43\x9a\x89\x06\x14\x93\x92\x6f\x7d\x6e\xce\x94\xd9\x74\xab\xf9\x73\x4a\x3d\xb3\x64\xda\x78\xbe\x7e\xb9\x29\x07\xec\x74\x35\x8a\x2b\x71\x39\x1b\xd0\x4d\x79\x8b\xb2\x93\x8a\x25\x61\x3b\xa0\x04\x8d\x38\x3d\x2c\x61\x0f\xee\x4f\x29\x74\x42\xd6\x5e\x53\xaa\x99\x65\x37\x18\x17\x70\x75\x7a\x67\x5c\x40\x85\xf7\x8a\x45\x1a\xfc\x5e\x32\xcd\x7c\xea\x84\x16\x2f\x36\xbe\x2f\xe2\x2b\x2c\x5d\x48\x1d\x10\x6a\x79\x7e\xe8\xc1\x76\x23\x2e\xbc\x90\x27\x70\x14\x37\xed\xe8\x8d\x0b\x03\xe1\xec\x90\x66\x62\xf8\xeb\xc2\x41\x51\xf3\xf1\x70\xe9\x05\xe9\x81\x86\x82\x85\xf2\xad\x7b\x7f\xa6\x13\xf2\xa7\xa0\x2d\x2e\x8e\xad\xb4\xc2\x84\xa5\x6c\x29\x3d\x79\x83\x12\x77\xb5\x50\xc8\x28\x4f\xc9\x05\xac\xe2\x21\x0d\x4d\xa4\x1e\xa9\x00\x3b\x98\x6e\xca\x37\x2c\x19\x09\x07\xc8\x33\xa5\xae\x97\x85\xf0\x1d\xf9\x78\x65\x52\x6e\x4e\xed\x0d\x35\xe4\x1b\xf3\x2b\xca\x55\x17\xdf\x67\x47\x7f\x5d\x06\x88\xcd\x92\x42\x63\x6f\xdc\x68\xf5\x4b\x27\x5f\xbd\xdf\x64\xf5\x06\x48\xa9\x04\x06\xd2\xa4\xe2\xee\x69\xf9\x96\xd8\xc8\x27\xa4\x66\xa5\x17\x28\x05\x97\x65\xe7\x28\x4f\xcc\xdd\x79\xaa\x75\x9e\x98\x99\x8a\x30\xea\x61\xc0\x3a\xe1\x8d\x09\x29\x43\xae\x85\x92\xb5\xd8\x2f\x28\x2b\xb8\x12\x52\x00\x84\x19\xca\x0c\x98\xde\xdb\x39\x5c\x52\x8f\x05\x37\x93\x52\x59\x35\x36\x88\x22\x04\x54\x67\x9e\xbd\xa9\x4b\x8f\xec\xe9\xed\x72\x7f\x18\x8a\x0f\x85\x3d\x65\x4a\x3e\x30\x52\xa9\xef\xf4\x33\x2e\x87\x22\xcf\xb0\x2c\xa2\x3a\x9d\x13\x7e\xb4\x60\xf1\x54\x14\x35\x5c\xec\xa4\x2e\x9d\x35\x69\x98\x5c\x58\x07\xca\xe9\x52\x6b\x4f\xa1\x95\x4c\x4b\xa1\xad\x69\x2a\xd2\x8d\x76\xad\xfd\x05\x05\x6e\x1f\xca\x07\x58\xa4\x64\xb3\x5d\xd5\xa1\xb2\x42\x7f\x22\xc1\xef\x6f\x2f\xf9\x3e\xe9\x90\x57\x0f\x8e\xf7\x43\xfa\xf1\x82\x65\x74\x2b\x3d\xfc\x52\xf5\xa6\x58\xaf\x0e\x69\xc3\x80\xb5\x55\xe2\x96\xb3\xb0\x3d\xdb\x62\x12\xf8\x55\xe7\xf6\xf1\x4a\xe7\x75\x51\x58\x59\x86\xe6\x99\x46\xdc\x36\x0e\x4e\xc8\x1a\xbd\x7f\x2f\x05\xfb\xd5\x77\xd6\xb3\x22\xde\x94\x55\xe5\x00\x68\x74\x93\x92\x09\x83\x2e\xf8\x8d\xcd\x44\xa2\xf9\x51\xbb\x73\x1c\xde\x94\x6d\x36\xb8\xad\xdb\x57\x3b\xb1\x9a\xf5\xaa\x7d\x54\x2c\xad\xee\xd3\x11\xa6\x55\xe7\xc6\x05\xe9\xa2\xcb\xe6\x72\x8c\x7c\xea\x1e\xa4\xcc\x87\x6c\x84\x54\x67\x05\xd9\xf6\x7e\xba\xee\x6c\xa1\x7d\xe8\x02\xb9\x4c\x46\xe2\x1b\xe3\xca\xc4\x77\x07\x5e\xe9\x2d\x9f\x8a\xa3\x46\x3e\xad\xda\x53\xf9\xd4\xa7\x47\x76\xa3\xb2\x9f\xd4\x8a\xbd\xa3\xeb\xe4\x63\xbc\x32\x4a\xd6\xf3\x4a\xa9\x85\x6f\xba\xa7\xe4\xbb\x17\xfb\x4f\x37\xc6\xb5\xc2\x8b\xbe\x05\xee\xac\xb5\xf3\x9d\xc4\xa8\xf2\x2b\x77\x27\x4a\xb9\x29\xad\xed\x4c\x2d\x8e\x4b\xc3\x38\x94\x27\xbe\xc0\x3f\x7e\x9b\x3e\x73\x1a\xd0\xfd\x6c\xad\x98\x3b\x1d\x11\x99\x15\xf1\x42\xcf\xfc\x29\xad\x8b\x08\xef\xf6\xbb\xa4\x6f\x7e\x52\x7a\xe5\x4b\x6d\x1a\xe6\x6a\x38\xe0\x45\x67\xbb\x29\x4d\x49\x29\xec\xa8\x81\xc9\xcc\xe4\x28\xdd\x48\x75\x76\xae\x3e\x86\x00\xac\x95\xc5\x1a\x38\x39\xae\x14\xb2\xc5\x53\xea\x03\x3c\x7a\x7f\x64\xd2\x53\xaa\xbe\xb3\x19\xfd\x50\xfc\xea\x3d\xdf\xfe\xfc\x2b\x7d\xf0\x13\xef\x89\x55\x3c\xbc\x89\xe6\x84\x52\x16\x74\xb8\x92\x37\xdd\xbd\xe7\xcf\x7b\x4e\x1a\xd2\xcb\x97\x9f\x8d\x2d\x35\x38\xbd\x60\x30\xeb\xc5\x77\x6d\x1c\x89\x74\xfb\x59\x0d\x8c\xbf\xa9\xcb\x73\x72\x41\x2a\x37\x09\xb6\x98\xae\x42\x4b\xce\x64\xc3\x31\x0e\x7b\xcf\x9f\x70\x5e\xbe\x55\x9c\x9a\x92\x46\x24\x3e\x33\xf1\x8a\xfd\x7b\xd6\x50\x3f\x75\xc0\x94\xb2\x7b\xd4\xc6\x51\x64\x62\x59\xa3\x6b\x7c\x4f\x3a\x5e\x57\xbe\x2d\x9e\xbc\x02\x69\x9b\x05\xab\x5c\x2f\xbe\xab\x13\x4b\xdc\x94\x72\x95\x1f\xa1\xf4\x36\x04\x19\xa3\x37\xdd\xb5\xbd\x42\xe9\xd6\x8d\x51\x4e\x47\xd8\x99\x68\x1e\x5d\x93\x96\x58\xa3\x93\x5d\x8b\x06\x99\x98\xdd\x57\x4a\xef\xd5\x6b\x9c\x61\xf4\xa2\xfb\x28\xe3\x4f\x14\xe1\xfd\xe9\xf2\xb8\x18\xa6\x51\x20\x3d\x3d\xb0\xe1\x88\xb6\x99\x8e\x47\xc8\x3e\xd1\x05\xeb\xdd\xdb\x13\xf2\x27\xcb\x87\x4f\x39\x1a\x63\xbe\x38\xd9\x47\x61\x85\x74\xfb\x7a\xbd\x6a\x3e\xb5\xfe\xbf\x42\x2a\x0b\xcd\x91\x4f\x7d\x9c\x38\x53\x38\x05\xb3\x08\x65\x8b\x04\x1b\x7c\x3a\xf6\x52\x4e\x8f\xd3\x31\xc0\x32\x99\xf2\xb4\xb6\x23\x14\xbb\x88\x65\xd8\x36\x2a\x33\x14\x19\xb6\x67\xfa\x2e\x5f\xeb\xe8\xf9\xf4\xab\x7a\xf2\xa5\xad\x34\x7a\xe0\x57\xe5\x07\x47\x16\xbd\x2a\xaf\x8d\x83\x91\x6f\x5f\xdb\x91\x2f\x2d\x9e\x90\x87\xca\xca\x51\x1b\xbc\xbf\xfc\xaa\x36\x46\xf8\xc2\x7d\x4a\x0f\xfc\xa8\x7c\xbc\x18\xa6\xf2\x69\xd4\x96\x36\x11\x1e\xcc\xad\x6e\x63\x6b\x83\x85\x16\x10\x1f\xa4\xf9\xb2\x5b\x13\x4b\x5a\x97\xaa\x35\x4c\xab\x6b\xd4\xda\x8e\x7c\x69\x79\x59\x43\x4a\xb4\xa3\x6f\x9d\x25\xe3\xea\x0f\x49\xf7\xe8\x90\x8e\xc8\x17\x62\x78\x6d\xeb\xf1\x8c\x6c\x5b\x31\x32\x6c\x4b\x07\x24\x9b\xaf\x58\xaf\x3e\x42\x3a\x6a\x7a\x3e\x9d\xfa\x34\xb5\x5a\x2a\xbb\x45\xa7\xbe\x28\x85\x53\x8a\x2f\x4a\x47\xb8\x6d\x1b\x15\xc6\xfa\xf9\x8d\x79\x3b\x43\x89\x47\x98\x90\xed\x3d\xcd\x86\xcf\x3d\xe9\xc8\xa7\x76\x72\x60\x47\x6f\x4e\x1a\x18\xe4\xba\xee\xac\x8d\xce\xfa\x71\xfa\x7c\x28\x8f\x92\xce\xfa\x8a\x04\xcb\x78\x3b\x8e\x68\x2c\x48\x67\xc5\xe8\x2c\xb4\xde\xa6\x9f\x2f\x4c\x3d\x52\x5d\xc4\xf2\xdb\x5e\x3d\x58\x76\x3b\x52\x4c\x5c\x71\x4a\x6e\x71\x16\x98\x5d\x17\xa1\xe5\x7c\xca\x84\x5d\x84\x2d\x9d\xaf\x62\x3c\x8d\xa0\x44\x4b\x48\x31\x45\xc6\x2c\x25\x1a\x27\xc1\xf6\x8a\xc0\xcf\x1b\x5f\x13\x86\xe8\x0e\xdc\x36\xf5\x38\xa6\x14\xfd\xd9\x4a\xe1\x51\x53\x8f\xa5\x0a\x7f\xbe\x9d\x34\x2c\x9e\xb2\x37\x6a\x14\x23\xcc\xef\xcd\xdb\x53\xb8\xfd\x6d\x0a\x7d\xbe\xca\xb7\xd3\xf2\x1c\x95\xf6\x66\xa3\x3c\xa4\x16\xbb\x84\xf2\x40\x0b\x94\xdf\xef\x0d\x28\x29\xbf\x34\xa2\xb3\x74\xc3\x86\xf5\xeb\xf3\x59\x9f\x6a\x6e\xde\x9f\x6c\x0c\xdf\x60\xce\x9c\x3f\xdf\x0e\x0a\x70\x85\xba\xed\x93\x86\x22\x78\xf3\x40\xb8\xff\x19\xfd\xfb\xfe\xd6\xaa\x11\x23\x51\x17\x9a\xb5\x5d\x69\x53\x21\x1c\x67\xca\xb6\xfc\xd7\x13\xca\x3c\xdb\xd3\xa6\xf6\xed\x08\x25\x45\x89\x3d\xfb\xe6\xbc\x89\x8d\xf8\x36\x02\x3f\x26\xc9\x1b\xa6\xc1\x3a\x78\x5b\xd2\x62\x95\xbd\x1d\xb4\x7a\xb6\x90\xd6\xdc\x18\x49\x7e\x9b\x3e\x5e\xe8\x75\xdf\x58\xb6\x2b\x15\xf9\x2d\x88\x3b\xef\x84\x10\x57\xc7\xc0\xfd\xc8\x25\x19\x29\xe3\xf4\x10\x27\x3b\xf7\x83\xcf\x98\x49\xf8\x70\x97\x4d\xff\x3e\x30\x02\x7a\xfe\x83\x3b\x0b\xa1\xf8\xf1\xd2\x23\x4b\x3e\x78\xb3\x58\x17\xbf\xf8\x2e\x23\x94\x1f\x99\xd0\x79\xbf\xea\x9e\x71\x2a\xeb\xc2\xb0\x36\xb4\xda\xc7\x01\x55\x67\x1a\xd5\xd5\x4f\x63\xf1\xf5\xc8\xfb\xee\x11\x8d\xe2\x73\xc4\x3a\x76\x32\x85\x76\x85\xb2\x38\x83\xa9\xfc\xaa\xfb\x42\xc9\xe9\xe1\x76\x6d\x0f\x25\x9f\xfb\xf3\xa3\xfa\x53\xf3\x1f\xfd\xa9\x90\xea\x0f\x6a\x4c\x4f\xba\x6b\x63\x47\x7e\x70\x14\x63\x74\x7f\x39\xdb\xd0\xd9\x2f\xe2\x95\x39\xf9\xb2\x4a\x33\xa4\x04\x08\x3e\x47\x27\x4c\x88\xc1\xf0\xf5\x0b\xaf\x12\xca\x12\x63\x84\x94\x17\x16\x6d\x44\xc6\x84\x89\x4d\xee\x14\x09\xc7\xc4\x0c\xc8\xad\x20\xfa\xd1\xb7\x82\xe3\x85\xb0\xf9\xe2\xbd\xc4\x6a\xe1\x92\x10\x09\xcb\x3b\xef\x6c\x51\x5f\x12\x8e\xd7\xc8\xb7\xde\x21\x9c\x9b\xbe\x4e\xb4\x97\x35\xfc\xe2\x46\x66\xe3\x7d\x1d\xcf\xad\x63\x7b\xeb\xe5\xf7\x01\xb2\xfb\x26\x75\x03\xd3\x52\x93\xad\xf6\x4c\x1a\xe6\x35\x1b\xf3\x8b\x63\x28\x53\xb1\x65\x2d\xa1\xe0\x7d\xd7\xd7\x50\x6e\xce\x61\x70\x0d\x8c\x6f\xdf\xee\x5d\x03\xcb\xfc\xcb\x66\x63\xdb\x7e\x9d\xb9\x71\xbc\x52\xaf\x57\x39\x85\x6f\xff\x9a\xc2\xcf\xcd\x3b\x35\xf5\xda\xcc\x61\xef\xfd\x6c\x37\xd7\x50\x0a\x2c\x80\x0a\xf3\xa3\xed\xf1\x82\x79\x7f\x0e\x50\x3a\x59\x0c\x65\x23\xa8\x0d\x8d\xa6\x64\x04\x23\x5e\xfa\x9f\xc3\xfe\x3d\x5f\x7a\x4f\xc0\x75\x3f\x0e\xbb\x23\x7f\x2a\x21\x0f\xa2\xd4\x79\x0b\x1a\xb2\xc0\x2f\xbc\xaf\xc1\x29\x43\x2f\xbc\x47\x3c\xbe\x3f\x78\x85\x25\xe5\x51\x37\x1c\x49\xfe\x81\xf1\xca\xb7\xac\x03\xf5\x0a\x02\xdd\x32\x4e\xdd\x0c\x16\xf4\x9d\x9f\x71\x8f\xd7\x4c\xa1\x82\x14\xb1\x9d\x74\x51\x78\xe8\x6d\xce\x9f\xd2\xfc\x67\x3d\x80\x6a\x24\x1d\xc1\x64\x01\x95\x8e\xe0\x6e\x85\xee\x2e\xba\xcb\x58\x84\x5d\x19\x47\x0a\x3f\xb2\xbb\xd2\x21\xf7\x9d\xde\xca\x8d\xdb\x52\xab\x0d\xad\xc1\xa1\x88\x7b\xc4\x4c\x26\x57\x4a\x59\x79\x0b\x91\x96\x42\xf3\x17\x87\xe3\x1f\x4a\x9f\xf3\xf0\x0f\x70\x4a\x38\xc1\x90\x85\xf1\x4a\xab\x52\x95\xe9\x3b\xfe\x13\xaf\xf6\x7c\x21\x63\x3c\x9d\xf3\x85\x8c\xb1\x26\x98\x4a\x34\x70\xf8\xed\xdc\x4d\xd1\xfd\x01\xa9\x09\x7c\x0a\x9b\xa2\x5a\x87\x92\x40\xf4\xde\x99\xba\x84\x2c\xf8\x5b\xa7\x2f\x21\xaf\xe1\x83\xd9\x7c\xf9\x69\x9f\x6f\xee\x6f\xd2\x2a\xce\x42\x64\x3a\x5d\x00\x0f\x8f\x6e\xd2\xcf\x36\xf9\xd6\xb7\x4d\x2c\xc4\x7c\x79\x45\x1b\x8d\x2e\x33\x5c\x87\x1a\xfe\x94\xfe\x2d\xef\x07\xba\xb0\xf4\xd2\xaf\xa6\x0d\xdb\xee\x3d\xf5\x78\xbb\x1e\xe9\x90\x59\x75\xa6\x22\x19\xc4\x19\x9a\xed\xea\x46\x9b\x0a\x21\xea\xa0\xe4\x37\xe5\x2c\xc7\xfc\x27\x14\xbb\x11\xa2\x37\x25\x0f\xc6\x99\x2f\xcd\x6d\x19\xb3\x35\x46\x0b\x25\x73\xc1\x5a\x7d\x1e\xb8\x2c\x69\xe3\xf0\x39\xc8\x6a\x72\xe6\x6a\xd1\xc2\x6e\x1e\x2c\xdf\x11\x12\x9d\xda\x20\x2d\xd0\xce\x54\xec\x48\xbf\xe6\xea\xe9\xd7\xe9\x97\x03\xb9\xf4\x79\x00\x23\x3c\x69\xc8\x7a\xde\xf9\x2f\x6f\x92\x76\x3b\xa4\x97\x85\x66\x27\xed\x5c\x90\x32\xa2\x7a\xea\xf5\x11\x39\xf5\xe8\xa9\x41\x4b\x23\xb2\x06\x7b\xfe\xfb\xb8\x49\xfa\xa7\x13\x32\x07\xc0\xa9\x17\xe8\x95\xa3\xf5\x3c\x9c\x29\xe7\x45\x59\x54\x0b\x9d\xd3\xf5\x65\x7b\xa8\x4b\x91\x2e\x43\x35\x77\xb5\x42\xba\xab\xa1\xb4\x2a\x9d\x89\x5f\x4c\x17\x93\x49\x7c\x91\xa7\xd4\x4a\x75\xa6\x54\xdd\x6b\x74\xc8\x46\x47\x96\x61\x33\xb3\x74\x01\xb7\x29\x5c\xa3\xd7\xeb\x27\x52\x69\xea\xa2\xb3\x3a\xa4\xd1\x4d\x49\xf0\x58\xbf\xce\xd3\x2e\xb2\x01\x4b\xf9\x2e\x73\x1c\x6c\x1c\x5e\x92\xdb\x1d\x34\x4f\x5f\xf4\xf8\xdd\xe9\x4d\x6a\x6f\xb4\x7c\x2a\xdd\x65\xfd\x39\x4f\x00\x6b\x2c\xad\x03\xf6\x5f\xf8\x83\xe6\x99\xad\x4c\xa3\x61\x8b\x0a\xd9\x4d\x36\x48\xef\xc8\x42\xab\x76\x71\x1a\x0b\x7a\x93\xd6\xdb\xf3\xcf\x00\x57\xf7\xb7\xde\xa1\x85\xe1\x58\x7b\x8c\xf4\x49\x57\x51\x30\xd1\xb9\xe8\x30\x5d\x5a\x4c\x0b\x1d\xf6\xd1\x2e\x23\x77\xf8\x62\xc7\x73\xbd\xc9\xea\x6f\x27\x24\xdb\x27\xa4\x8c\xd9\x91\x66\x18\x1b\x83\x21\x18\x4d\xd6\x06\xf5\x71\x84\x34\xef\x94\x74\x42\x6e\x34\x80\x1f\xf3\x74\x38\xb8\x9a\xb5\xd2\xb1\xbe\xa6\x4f\x18\x25\x85\x4e\x58\x4b\x38\xcf\xc8\x4d\xd2\x0e\x9d\xd2\xd1\x70\x1c\x48\xcb\xd3\x29\xc7\x91\x8f\x7e\x0d\x7e\x39\x7a\x47\x9f\xc5\x89\xdd\x1c\xaf\xe3\x26\x19\x40\x48\xf1\xbe\x2d\x84\xa9\x67\xdd\x27\xef\x2e\x6e\x52\xdc\x6d\xb5\x3f\x8b\x43\x55\x64\xf7\x39\x9a\xfe\x09\xda\x61\x3a\x9a\xbe\x63\xa7\xdc\x54\x73\x07\xf3\xad\xd9\xf2\xc8\xb7\x56\x1b\x36\xfa\xa7\xde\x63\xdf\x35\x75\xc8\xb7\x9e\x4d\xe6\xdb\xaf\xbf\xa5\x4b\xb8\x63\x53\x2a\x97\xb8\x43\x88\xdc\x94\x21\xc0\x0c\xcd\xf2\xc0\x9a\x74\xfa\x8e\x76\xe2\xef\x98\xc5\xb0\xe7\x8c\xc5\x4b\x8e\x22\xf5\xf3\xec\xf3\xf5\x4a\xad\x12\x16\x33\xb5\x2e\x17\xa6\x5a\x56\x22\xd5\x8a\x61\xd9\xd5\xc5\xf0\xd6\x03\x95\x52\xac\x52\x50\x37\x05\x37\xc1\xc5\xa8\xed\xba\x45\x40\x15\x3b\x0d\x66\xca\x64\x40\x20\x73\x4a\x78\x81\xee\xf9\xa1\x03\x20\x94\xa9\x08\xfa\xe7\x09\xd8\x62\x16\x9e\xde\xb2\x85\x2e\x5f\xaa\x20\xaf\x2e\x3b\x72\x50\x2a\x0e\x99\xdf\xd8\xf1\xba\x5f\xae\x1d\xd6\x75\xc8\xfc\x13\x20\xc6\xf4\xd3\xed\xce\x44\x2b\xd2\x7d\xed\x30\x8d\x1e\x72\xd7\x8e\x78\xd2\xc3\xed\x13\xaf\xc5\xd4\xbb\xed\xbb\x1a\x3e\x15\x24\xba\xc3\x41\xd7\x74\x8b\xf4\xcd\xef\x5b\x38\x88\xcd\x8b\xd0\x41\x23\x7f\xea\xa0\xc0\xa6\xf4\xc3\x6d\x6e\x6a\xe6\xe5\x74\x80\xc8\x6f\xdd\x3c\xd7\xfe\x0a\xa5\xcc\xd9\x95\xce\xf9\x82\xec\x40\x51\x5e\x7e\xe9\x8b\xfd\x3e\x15\xf7\xfe\x28\x1c\xe1\xe6\x45\x94\x21\xba\x27\x76\x1a\x07\x4a\xf5\x72\xe4\x32\x38\xd8\x71\xf0\xfb\x43\x75\x0f\x3a\x7f\x3a\xca\x31\xe3\xd2\x11\xf7\x7c\xb1\x33\xae\x98\xa3\xe9\xa0\xf2\x6b\x96\x14\x7a\xd6\x59\x20\x3d\x04\xbe\x90\x94\xba\xea\x2e\xc7\x43\x29\x64\x2d\x7a\xda\x6f\xc3\xb3\x51\xf5\x36\xfc\x8c\x14\xf5\x2d\xf8\xc9\x41\x69\x5e\xb2\x5c\xf1\x0d\x4f\x5d\x8a\x5f\x27\x5c\xa8\xd7\xe0\xf7\xa7\x7f\x5b\xe4\xf3\xd2\xe5\xc2\x0b\x16\xf5\xc3\xf1\x92\xa9\xdb\x1e\x46\x3a\xe7\x0d\xed\xf3\xcc\xac\x83\x25\xe9\x90\x16\x32\x54\xa4\xb7\xe2\xb5\x23\x6d\x15\x87\xbf\x76\xa6\xae\x0e\xa6\x79\x42\x5a\xe4\x9c\xf9\x73\xea\xdb\x02\xb5\x44\x9d\x50\x4a\xc7\xdf\x52\xe6\xb0\x58\x29\x13\x6f\x1f\xe9\x1d\xc2\xe8\x82\x54\xaa\x4b\xf6\x16\xf7\xf7\xce\x82\x7e\x93\xba\x34\x85\x7b\x2a\x0a\xb4\x84\x54\x94\xac\x33\x7f\xba\xeb\x67\x0a\x6d\x63\xd3\xe6\x74\x5f\x1b\xd4\x16\x45\x07\x04\xf1\x9e\x3d\xff\x7d\x84\x88\x4b\x99\xdd\x6a\x35\x6d\xfc\xdc\x06\xb5\xfa\x9d\xc0\x0c\x75\xb8\x90\x6f\x25\x47\xfd\x8e\xe8\xa6\x3c\xe9\x4c\xa4\x33\x61\x56\xba\x23\x31\x1a\x13\x47\x37\xfb\xb5\x67\x05\x96\xa7\x3c\x65\x4a\x9a\x97\xce\xe9\xc9\x57\xcf\x80\x65\x97\x13\xaf\xe0\x26\x35\xe7\x4f\x4f\xad\xf5\x59\x65\x29\x4d\xce\xbb\xb3\xda\xaf\x73\x60\xb4\x38\xee\xff\x70\x42\xe2\x9b\x14\xa7\x23\x08\x1c\xf7\xbf\x3f\x54\xb5\x68\xce\xa7\x62\xa5\x33\xd5\x2a\x9b\x33\xdb\xc7\x69\x00\x7a\xe6\x06\x8b\xfe\x4a\x7f\xbc\x61\x4b\xfe\x94\xb8\x45\x6a\x36\x5f\x8e\x0d\x74\x8e\x9e\xd5\xd7\x0e\x7f\x34\x7b\xdf\xc0\xd9\xcc\x66\x06\x85\x5d\x9b\x19\x94\x79\x6d\x8e\xb3\xdd\xf3\xe3\xdb\x4d\xa6\x56\x67\x28\x0e\xf5\x13\x45\xa5\x18\x75\xe8\x18\xbf\xaa\x6f\x69\x51\x1a\xbb\xc3\x91\xc2\x20\xdc\xdd\xa1\x9e\x69\x57\x3d\x92\xa0\x99\x09\x99\x58\x3d\x86\xbf\xbf\x4d\xb5\x5a\x2f\x16\x01\x98\xc1\x81\x0d\xd4\xa4\x85\x3b\xeb\xde\xd0\xc2\x35\xa4\x44\x3e\x93\xe7\x67\xf4\x27\x07\x08\xc7\xe0\x1f\x07\x66\x8c\x63\xf0\x03\xcb\x9c\xc2\x20\x94\xab\x86\x72\x1b\x74\x9d\xa3\x79\xcd\x8f\x6e\x83\xee\x6c\x5b\xae\x58\x43\x7e\x45\xdf\x9f\x36\xa6\x44\x23\x9d\xdb\xd6\xf4\x59\x12\x8b\xad\xe7\x47\x8f\x99\x25\xf1\x7d\xe9\xc8\x8f\x3f\xb7\xe1\xde\x75\x44\x1a\x16\x8c\x70\x0d\xf7\x14\x54\x48\x31\x45\x09\xe5\x91\x74\x28\x66\xab\x41\x0a\xaa\x8b\xfc\xef\x46\x7c\x1d\xc8\x22\x3d\xbf\x3f\x2f\xcc\x3a\x87\xf2\xef\x4f\x99\x1f\xcc\xd5\xff\x20\xb9\xbb\x05\xde\xd3\x59\xe3\xab\x46\xba\xc7\xc8\x20\x75\x2b\xd3\x1f\xaa\xb8\x90\xde\x0a\x0f\x79\x72\x12\x17\x42\xe2\x7c\xc1\xc2\x9d\xfb\xf8\xa7\xd0\xf8\x8d\xd4\xa3\x9d\xf0\x54\xa3\x98\xf7\x70\xb0\xf1\x11\x33\xa7\xfd\xce\xd1\xf1\x29\x95\xae\xc7\x12\xea\xa8\x73\xac\x2f\x3d\xa9\x2f\x33\x9d\x35\x5b\xe6\x47\xbc\x0f\x28\xa1\x6e\x97\xd1\x51\xf3\xa7\x6e\x94\x66\xfe\xb4\x7e\xe0\x68\xd1\x7d\x03\x70\x3c\xbf\x5a\x9d\x21\x57\xf4\x52\xbe\x82\x77\x9c\x1d\x71\x05\xdb\xfa\x35\xfc\x4c\x45\x08\x96\xa7\x50\x2b\xc8\x46\x31\xa0\x02\xfc\xea\x04\x34\x31\xa8\x56\xe1\xfc\x2b\x48\xd3\x39\xc8\x5d\x83\x25\x3e\xec\x39\x38\x9e\x6f\xcd\x52\x2d\x1f\x33\xd2\x0a\x69\x30\x16\x92\x7f\x58\x26\x31\xd9\x03\x67\x0f\x5d\xd2\x3b\xf7\x0a\x3c\x72\x0e\x58\xac\xa5\x19\x71\x11\xeb\x3b\x60\x1b\xf8\x78\x60\x05\x22\x08\x79\x22\x7f\xa4\x19\xce\x0a\x69\x06\xf7\x62\xda\xe1\xcd\x49\x4b\xa9\x15\x72\x1a\x92\xb7\x00\x84\xdf\xd4\x83\xf6\xf3\x04\xbe\x36\xfd\xa2\xbd\xa3\x48\x06\x67\xc0\x74\x58\x8a\x8c\x0c\xf9\x37\x29\x4d\xc6\x2a\x3a\x90\xff\x38\xd2\x28\x36\x5b\x49\xa9\x1d\x2a\xe9\xbf\x97\x1c\xc7\xd1\xe0\xd4\x9f\x56\x7d\xeb\xe3\x04\xa8\x37\xe9\x2e\x85\xf2\x11\x30\xdd\x77\x32\xa3\xfa\x94\x6a\xbe\xf1\x1d\xe9\xb1\xfa\x5d\x91\xeb\x15\x28\xe3\xee\xd2\x05\x69\x46\x43\x83\x09\x95\x51\x72\xe4\x33\x28\xe3\x1a\x2d\xe4\xe5\x5f\x53\x93\x6f\x41\xe9\xbf\x31\x1a\x80\x61\xa6\x23\xef\x8f\xe3\x21\xed\xe3\xa1\x4f\x13\x47\x13\xbc\x25\x98\xc6\x91\xee\x3b\x10\xff\x95\xf9\x36\x4c\x23\x32\xda\x81\xf7\xc7\x81\xe8\xd7\xdb\xf6\x02\x2e\x63\x1a\xa5\x01\x8a\x65\x0a\xa5\x71\x77\x97\x6a\xe5\x4a\xea\xcf\x8f\xec\x3e\xc6\x0d\x2e\x97\xe3\xe1\x5c\xcc\x2f\x35\x79\x8d\x7b\xbe\x55\x45\x9c\xeb\x27\x6b\xca\x8a\x4f\x36\x79\x0f\xe9\x13\x76\x26\xdf\x2b\x9e\xe9\xc5\xed\x93\x71\xeb\xd0\xc7\x0d\xf8\x9c\xe8\xa6\xcc\xae\xcd\x0e\xac\x19\xc7\xe5\xef\x68\x11\xc5\xe5\x27\xd0\xc8\x4d\x29\xaa\xc5\x95\x4a\xdd\xd9\xbf\x91\x86\x73\xfa\xa2\x38\x4b\xe4\xf0\x97\x78\x64\x85\xbc\xa8\x5c\x82\xce\xc5\xe3\x68\x0e\xcc\x82\x5e\x8c\x2c\xdf\xb2\x62\x42\x30\x08\x88\x51\xe2\x6b\x59\x58\x32\x25\x85\x4e\x61\x52\xa0\x14\xc6\xe3\x95\x6a\x3c\xc4\xfc\x28\x96\x7e\x1a\x94\xf4\xc6\x60\x5e\xbe\xae\x62\xa2\x96\x4f\x8a\x9c\xab\x57\xd8\xa5\x42\x6a\x16\xb1\x65\x85\xd7\x18\x61\x81\x65\x40\xeb\x53\x8d\x9d\x79\x4f\x1b\xf6\xf8\xd2\x1b\x2c\x64\x8c\x81\xc5\xe1\x10\x0f\xe2\xc2\xbf\x84\x73\x6f\xd9\x25\xdd\xf3\xad\x61\x8e\xe9\x82\x93\xbe\xff\x5b\xaa\x49\x47\x02\x3b\x29\xc0\x38\xe0\xb4\x65\xe6\x61\x99\x97\x05\x02\x27\x7d\xc1\x37\xee\x6a\x19\xf6\x56\xf2\x9e\x1a\x8a\x46\x68\x93\xd4\xb3\x2e\x14\x7e\xe3\x1e\x4b\x81\xbc\x99\x90\x0b\xaf\xb9\x8d\xa5\xbc\x42\x79\x57\xf4\x90\x0a\x13\x8d\x8d\xa8\x97\xed\xc7\xc9\x36\xd8\x6c\xff\x91\x46\x96\xec\xb5\xb4\x61\x2f\xce\x95\x6f\xed\xc9\xa3\x7b\x7a\xda\x5e\xb9\x63\x9b\x1b\xb3\x02\x69\x6b\x74\x07\x77\x4f\x73\x13\xcf\x09\x26\xdd\x5a\x5d\xae\xd8\xa6\xa0\x1f\xe5\xc0\x1b\xbb\xb1\x52\x33\x6a\x39\x92\xb8\x90\x9d\x4a\x44\x50\x0b\x82\xc2\x89\x07\xb8\xa5\x9a\xdb\xb8\x2b\x38\x6f\x2f\x4b\x4f\x76\xd7\xd6\x53\x45\x6e\x88\xe6\x5e\xc6\xb7\xd2\xa2\x60\xce\x57\x49\x59\xd5\x97\xf9\x8f\xe5\x4a\x61\x57\x61\x87\xb2\x0e\x61\x77\x3b\x65\x41\xee\x5f\xfc\xea\x7e\xd6\x4c\x25\xf7\x14\x19\x96\xf8\x67\x70\x02\xdc\x3c\xbf\x40\x16\x6d\x02\x30\xcc\x94\x4a\xae\x72\xb8\xf6\xa3\xfc\x68\x85\xcd\x59\x1f\xa3\xc7\x50\x94\xfe\xfc\xc8\x54\xd2\x79\x69\x9b\x81\x08\xde\xdc\x73\xa6\x7f\x32\x77\x73\x44\x7e\x0f\x3a\xd4\x20\x0f\x19\xa2\x29\xbc\x54\x4f\x81\xa2\x07\x03\x52\x33\xf4\xd4\x33\x44\x1d\x50\x02\x82\xf7\xfc\xc8\x06\xeb\x90\xdb\x98\x63\x28\x23\xab\x2a\x94\xcf\xbd\xec\xdb\x37\xc6\x06\x7e\xa4\x37\x9e\x6b\x64\xde\x9b\xf7\xd4\x38\xbd\xfc\xb6\x7e\x1c\x23\xff\x7a\x12\xf2\xab\x4f\x3d\xec\xbf\xb7\x19\xea\x48\x45\x3f\x1d\x1d\xe8\x83\x4e\xd7\x80\x22\x67\x30\x2c\x30\xad\x30\x2c\x75\x1c\xff\x41\x78\xbf\x01\xf2\xa1\xa3\x0c\x53\xc9\xf5\x95\xde\xd2\xdf\x9d\x4d\xb5\x76\x36\xc3\xfd\x6f\x0c\x51\xc4\xcc\x1b\xc5\x93\x2e\x6d\x4b\x50\x36\x80\xdf\xcb\x5f\x83\xc5\x7f\xc3\x0b\x68\xb4\x37\xce\x9c\x7c\x6b\xb5\xce\x14\xd9\xf5\x0c\xae\x6e\x3a\x51\xc2\x04\xec\x3c\x3f\x4e\x18\x43\xf7\x3f\xc3\x4b\x81\xb1\xf9\xc1\xd2\x40\xfb\x7d\x1c\xe6\xb6\xe7\x4f\xb1\xc6\x19\xca\x86\x06\x9b\x47\x6f\xed\x6f\x92\x8a\x58\x62\xcc\xcb\x0f\x06\x24\xf2\x43\x6f\xe4\x6b\xee\xb7\xfc\x44\x3e\x97\x3b\x1f\xae\x1b\x7a\x48\x7a\x0f\x29\xaf\x48\x43\x0e\xe8\xd9\x7b\x1f\xb0\x95\x40\x2d\xe5\xe4\x6c\xf8\xe1\x58\x3b\x52\x28\xb1\x70\x86\x72\xe0\x7d\x3a\x00\xe0\x65\xe4\x4f\x31\x3d\x57\x68\x1f\x82\xd7\xb6\x34\xe9\xce\x86\xb2\x89\xcd\x9a\x39\x53\xc1\xe3\x5a\x05\xd3\x32\x32\xd7\x42\x96\x0d\x4c\x5f\xb2\x0f\xf0\x58\x74\x7e\x30\x1e\xd9\xfa\xbc\x8b\x07\x9a\x38\xf5\x2e\xbe\x8e\x33\x15\xfd\x44\xb9\xbb\x5f\xc7\x02\xe5\xb5\xe6\x04\xa9\x02\xb4\x7c\x0a\x7f\x52\x73\x85\xe4\x17\xeb\x03\x2b\xd9\x4f\xd4\x73\x45\x64\xb8\x49\xcf\x45\x03\x70\x13\x70\x54\xf3\x8b\xef\x77\xa6\xd4\xbb\x12\x97\xa9\x53\x07\xe4\xde\xc7\xaf\xce\xc7\x89\x6e\xd3\xab\xf3\x9a\xfb\x23\x83\x4f\xc6\xc9\xb8\xbf\x76\xda\x9e\xe9\xbd\x5c\x59\x80\x4b\xe7\x97\x85\x99\xf9\x75\x7a\x29\x1a\x24\x39\xb0\xf2\xab\xde\x07\x3d\x8d\x7e\x64\x5f\xa7\xcc\x1b\xb1\xa5\x22\x33\x2b\x5a\x41\x6f\xd2\x6b\x6e\xa2\xf4\x24\xfd\x24\x01\xc6\x4d\x8a\xab\x8e\x50\xb6\xab\xd2\x05\x19\x8b\xb9\x88\xca\x9b\xf4\x99\x42\xaf\x37\xcb\x64\xe9\x8d\x03\xe2\xcb\xa6\x9c\xf9\x53\x2b\x8a\xf0\xfc\xe1\x61\x65\x3f\xff\xbc\xef\xb0\x1b\x7e\x00\x36\x11\x8f\x3f\x2b\x71\x34\xfc\x6f\xfa\x7c\xcd\xb2\xfc\xd8\x85\x58\x53\x3f\xfc\x49\x2d\xa5\xae\xb7\x42\xa9\xde\xf8\xc9\x7e\xde\xa2\xa8\x5f\x47\xfe\x8f\x5d\xfe\x93\x16\x8f\x07\xeb\xb7\xe0\x3f\xba\xa0\x33\x7d\x26\x53\x00\x92\x3a\x50\x2e\xbf\x2c\x36\x4d\x2e\x27\x6d\xc8\xa7\x16\x78\xc8\x1e\x61\x44\x0a\xcf\x57\x27\xcf\xd0\x5b\xca\x96\xeb\xc9\x9f\x6f\x93\xe9\x90\x9f\x4d\xfe\x07\xcf\x8a\xe1\x24\x03\x45\xf4\x73\xa8\x02\x64\xb9\x9f\xac\x5f\x63\x84\x3c\x3c\x3f\x07\xa4\x72\xa6\x20\xa5\x02\x3d\x41\xfa\x09\x5d\x72\x9e\x80\x03\xe7\xcf\x57\x83\x27\x96\x85\xde\xa9\x57\xce\x59\x4b\x79\x09\x4e\xa0\x27\xcb\x79\x08\x86\x73\x70\xdf\x24\x73\xd2\x20\xa7\x4b\x0f\x48\x57\x14\xea\xe3\xc2\x13\xd2\x2c\xdf\x29\x9d\xe6\xea\x4e\xa9\xcd\xbb\x1a\x4a\xeb\x32\x42\x09\xe9\x68\x27\xf1\x7a\x4d\xda\xa4\x83\xd3\xca\xa5\x43\x7a\x6f\x5b\xd5\x2c\xc1\x49\x06\x66\xd0\x7a\x39\x28\xc9\x18\x54\xc4\xd1\xff\x29\x55\x34\xe6\xf4\xc0\x00\x21\x3b\xb4\xd7\xcb\xb0\xd1\x8b\x49\x60\x79\x0f\x7e\x64\x5d\x26\xa5\xb2\xae\x40\xf2\x2c\xc1\x40\xc8\x0f\x79\x53\x96\x61\x93\x39\xf0\xfe\xe4\x11\xc7\x7a\x39\xa0\x55\x65\x24\x32\xd6\x71\x4c\x2c\x83\x3b\x3a\x67\xa4\x75\x70\x20\xb7\x32\x5e\x87\x2e\xe2\x1c\x4c\xfb\xa6\xba\xfb\x97\x42\x16\x3f\xa5\x36\x51\xac\xa4\x96\x5e\x86\x8f\xfa\x54\xe4\x24\x1e\x96\x0a\xcb\xc0\x0f\x82\x28\xdf\xa4\xb7\xaf\x8d\x94\x75\xd8\xd1\xc6\xab\x93\x25\x8c\xc6\xe9\xb4\x13\x37\xc5\x72\x7b\xe4\x07\x93\xcd\x92\x1e\xc6\xe8\xa6\x4b\xdc\x9f\xcf\x14\x7a\x37\x1d\x29\x55\x88\x87\x96\xc2\xb7\xce\x8a\xf4\xde\x81\x53\xff\x25\x25\xe8\xd3\x05\xad\x44\x79\x28\x99\x54\x95\xbe\x6f\x61\x80\x32\x09\xde\x01\x8d\x61\x5a\x16\xf2\xa0\x7b\x9d\x38\x63\x0f\x28\x49\x58\x6b\xd4\xa5\x48\xfb\x05\x2c\xdd\x3a\x07\x1d\x1f\x90\xae\xf5\x84\x92\x06\x3d\xf3\xa3\x36\xba\x3d\x56\xcb\x38\x8b\x13\x64\xe5\x12\xb0\xa2\x5c\x30\xb1\x23\xed\x3b\xd3\xf6\x4d\x59\x64\x1d\xd4\xe3\xbd\x01\x67\x0a\x73\x71\x81\x26\x5c\xbc\x18\xc7\x38\x59\x8e\xa5\x8f\x4b\x67\x9d\x76\x8b\x3a\xe5\xd2\x4d\xda\x49\x36\xd3\x03\x6b\xcc\x93\xbe\x2f\x64\x4d\x83\x94\x10\x6d\x7c\x8b\x10\x85\x49\x04\x8d\x28\xbc\x07\x59\x27\xf7\xe4\x83\xde\xcb\x2d\x06\x5a\x60\x9d\x3e\xe0\xb4\x50\x66\xcc\xa7\x50\xf8\x79\xa2\x07\x2c\xbf\x2f\xc7\x63\xb2\x8c\x8b\xe8\x5c\xbf\xaf\x33\xb2\x90\xe9\xdc\xe6\xd3\x91\x8f\x8b\x4b\xf3\xb1\x36\x4b\xa3\x47\x4e\x5c\xc9\xb6\x07\x34\xe1\xf4\x28\x37\xa9\x15\xec\x29\xb4\xa8\x19\x7f\x0b\xf2\xe5\xe0\xfb\x9c\x6c\xd7\xb9\x59\x5f\xf7\xa0\xf8\xe4\x0d\x0f\x39\xc0\x3e\xe7\xa6\x55\xcc\x5f\x2d\x5f\xfa\xd6\x6f\xe4\x53\x36\xca\x05\x89\x8a\x4c\xa9\xa6\xb3\xa7\x50\xfa\xbd\xa5\xcc\x56\xac\x2d\x8c\x55\xb8\xa4\xb4\x65\xb0\x04\xdb\x28\x8e\xcb\x7b\x53\x32\xc3\xac\xed\x57\x61\xd3\xc3\xe3\x82\x74\x1c\x13\xc7\xdb\x32\xa4\x03\xc7\xc0\x2a\x76\xba\x00\x17\x5f\x42\x78\x9c\x24\x73\xb8\x49\xf7\x2f\xf5\xda\x17\xc0\xa6\x2f\x78\x56\x60\xc0\x82\xb7\x7d\xf2\x31\x77\x88\x27\xdd\xf7\xb1\x19\xf1\x21\x2c\x46\xe1\x22\x6c\x05\x7c\x91\x39\x5a\x5e\xc2\xfc\xa8\xdb\xd8\xc9\xa4\xd8\x1e\x76\x10\xb5\x9b\xb4\x8c\xca\x1c\x59\x60\xf4\x7c\xcb\x58\x68\xd3\x80\x60\x87\x93\xb9\xc9\x6d\x92\xc1\xe8\xe6\x67\x20\x27\x8b\xe4\xc9\xe0\x20\xb0\x0a\xcc\xc0\xd0\x08\x9d\x0f\x18\x63\x5d\x1c\x8d\x2f\x28\x5a\x1d\x90\x1a\xb7\x8d\xf0\xe5\x57\xf8\xb3\x3d\x7f\xfa\x92\x8f\x6a\x7d\xd3\x7c\xa2\x3f\x2e\xaf\x29\xe2\xd7\xb1\xf1\x31\xa5\x97\x9f\xe8\x47\x6a\x1a\x28\x71\x02\x23\x5c\x97\x5f\x0f\x3b\x91\xd3\x4d\xbe\xdd\xdb\x54\x24\x29\x0f\x14\x70\x5d\xf6\xad\xb6\x94\xda\x67\x02\x6a\x6f\x19\x00\x31\x78\x20\xb3\x8c\x80\xe0\x82\x62\x01\x72\x00\xb2\xb6\x2e\x8b\x06\x1f\x03\x97\x83\xde\x63\xcd\x2c\x63\x1c\x46\xa6\x48\xd6\xd5\x09\x9c\x6d\x5d\x68\x04\xcc\x83\xcb\x89\x71\x59\x09\x9e\xf7\xcf\x7c\x6b\x8c\x26\xa8\x8b\x75\xd9\x96\x3e\x5e\x21\x35\x11\x28\x85\x2b\x2b\x4c\x1f\xfc\xd2\x06\x9b\xe4\xf2\xe9\x68\x22\x1f\x15\xd9\xfe\x2c\x19\xca\x66\x52\xfc\xa7\xd0\x0b\x35\x16\x54\xcd\x23\x2a\xa8\xd3\x9f\xa6\xf0\x72\x87\x52\x5a\xdd\x4a\x87\x6c\xee\x7d\x4a\x65\xa3\x9c\xf9\x55\xb7\x34\xcc\xbc\x90\x0d\x67\x76\x4f\x45\x4d\xf9\x9c\xb5\x1c\x7e\xe0\x04\xa8\xb7\xaa\x75\xd1\x91\x56\x24\x1a\xb2\xc1\xab\xad\x36\xbc\xba\x4b\x11\x06\x6a\xf4\x76\x75\x2a\x22\x1e\xc5\x2d\xc7\x1b\x88\xad\xa3\x78\x03\x27\xb7\x3d\xab\xda\xd4\x1f\xa1\x86\x3b\x74\x41\x6a\xed\x67\x9a\xfc\xe8\x69\xc8\x84\xfa\xca\x87\x42\x5f\x75\x97\x33\x52\x66\xdb\x0f\xf3\xce\x00\x05\x1e\xb9\x2c\x41\x12\xce\x0b\x0e\xaa\xbe\xbc\x3b\x4b\xfb\x5b\x92\x2b\xf8\x40\xa9\x2c\x66\x0d\x9b\xa6\xc9\xed\x21\x33\x10\xa3\x85\xd1\xcd\x40\x0d\xce\x42\x87\x84\x18\x38\xb2\xf0\x8e\x70\xf9\xca\x52\x6f\x8f\x99\x25\x71\x92\x17\x20\x83\x8b\xd0\xfb\xed\xa9\xd7\x9b\x8e\x7d\x5f\x7d\x56\x43\xde\x29\xaa\x41\x25\xc6\xd1\x32\xba\x80\x3b\xde\xa5\x10\x07\x17\xc7\xb8\x65\x70\x01\xb7\xb8\xcb\x68\x82\xe8\x87\xe6\x6b\x9a\x49\x07\x1c\xd3\x80\xa4\x86\x37\xf9\xd1\xc3\x84\x50\x0a\xca\xc7\x3a\x0b\x5c\x50\x70\xad\xaf\x06\xbf\xb0\x1b\x9b\xf1\x80\x40\xfe\x96\xd0\x05\x03\x47\xd0\x6a\x28\x0f\x9f\x4f\x97\x43\x1c\x5c\x93\x51\x3a\x0e\xff\x35\xd3\x05\x7b\xf0\x47\x2a\xa2\x7f\xf4\x5e\x60\x83\x28\xb7\x66\xaf\xbc\x13\x99\xde\xa4\x3c\xb0\xf9\xd3\x9a\x04\x59\xdc\x6c\xad\x1c\x99\x3d\x07\x30\x3a\xb1\xae\x9a\x65\xd2\x4c\x3d\x5e\xfa\x33\x85\xb7\xc2\x8f\x2a\x69\x4e\x18\x99\x33\x8b\x70\x0a\xe5\xcc\xe4\x6e\xc5\x7d\x64\x2b\x18\x98\x10\x45\x62\x60\xc2\x38\xaf\x90\x8c\x9a\xf9\x43\x08\x65\xfe\x48\x40\x9a\x6a\xbf\x5a\x95\x7c\xfa\x93\xf3\xc9\x9d\x75\xdc\x84\x82\x45\xd9\x6d\x7f\x20\x2a\x1c\xce\x7f\x9c\xd8\xfc\x00\x0a\x78\x2d\xba\x3a\x87\x09\xd8\x84\x98\xfd\x11\x7c\x8e\xa3\xc0\x33\xa4\x45\x04\x7f\x22\x83\xad\xee\x28\xe7\x35\x14\x53\xe2\x61\x3b\xcb\xff\xd3\xa3\x69\x54\x26\xbd\xc5\xf3\x73\x84\xac\x6a\x84\x7a\x0c\x1b\x3d\x2f\x7a\xef\x04\x81\x69\x64\xd2\x83\x14\x5a\x37\x3c\x15\x59\x37\xb0\x64\x8a\x9c\x70\x72\x75\xbd\x3a\xca\x2a\x85\x72\xf0\x4f\x04\x9d\x63\xed\x9f\x47\x26\x65\x79\xcd\xf2\xa7\xc3\x9a\x84\xb2\x16\xc1\x74\x76\xd0\x05\x5c\xa1\xcb\x41\x17\xa2\x27\x0c\x1a\xe0\xe5\xc1\x52\xe0\xfd\x7b\xe2\xf3\xe3\x76\x67\xd3\xe4\x5b\x7f\xa6\x1e\x1b\xc7\xf9\x56\x7e\xbe\x0b\xd1\xe2\x58\xfb\xe7\x81\x11\xeb\x98\x0c\xe7\x81\x51\xa6\x28\x0c\x07\x77\x0c\xab\x1b\x0a\x7a\xa0\x1a\x8c\x1a\xc8\x89\x6e\xa0\x8e\xce\x90\xc5\x93\xdb\x21\x85\x67\x8c\x69\x35\x6c\xaa\x82\xa9\x5c\x82\x09\xd4\x08\x90\xe1\xdc\xde\x04\x50\x5b\x03\x0d\xc4\x99\x4a\x30\x81\x12\x4b\x10\x98\x00\xaf\x85\x97\x61\x02\x11\x03\x43\x46\x0e\x4f\x2e\xd6\xf0\xc3\x84\x79\xfc\x0d\x1b\x5f\x43\x70\x3a\x02\x6e\xac\x81\xb0\xc1\xee\x57\xf0\x87\xc2\x4b\x80\xe5\xd8\x0f\xbc\x00\x5e\x03\x0b\xa8\x86\x54\x70\xed\x11\x4a\x86\x34\x21\xda\x96\xc1\x05\xd9\x00\x0a\xac\x5f\xb3\x5b\xc7\x62\x59\x68\x64\x31\x5f\x4c\xc9\xb2\xc8\x67\xc3\x02\x18\x20\x08\x9b\xb3\xfd\x9f\xa5\x84\xf2\x56\xc2\xb6\x1b\xbe\xed\x69\x59\x43\xa1\xa0\x9e\x55\x72\xf6\x10\x76\xa8\x32\xfa\xd7\xa7\xb7\x7e\x9d\x7f\xd6\xfc\xe8\x45\x82\xa9\x9c\xd2\x7f\xc6\xa2\x30\xb6\xe0\x59\x41\xa9\xa4\xd2\x52\xad\x0f\x93\x29\x93\x28\x64\xd3\x0d\xfb\x31\xd8\x48\x06\x21\x70\x3f\xb2\x0c\x3a\xe0\x45\xeb\x72\xc4\xfc\x0c\x79\x46\x0e\x75\x48\x1b\x3f\xf0\xe2\x24\x53\xed\x05\x65\x21\x85\x03\x64\xda\xe3\x01\xe0\x6e\x4d\x0b\xa9\xe7\xcf\xb7\x2b\xca\xaf\x02\x44\xf6\xb4\xa2\xe0\x6d\x9c\x48\x67\x52\x9a\x9a\x92\x45\x0d\xa4\x6e\x4d\xfb\x2e\x41\xd3\xae\x89\x54\xc2\xfa\x56\x10\x89\x9a\x99\x9c\xb8\xac\x6a\x2a\xb2\xff\x08\x81\x31\x27\x4b\x4d\xa3\x1c\xbd\xb1\x3b\xa7\x03\x65\x96\x23\xa4\xf1\x8a\x34\x83\xac\x29\xfc\x8a\x59\xc3\x11\x5f\x31\x1d\x2a\x71\xc3\xd6\xc4\xab\x82\xd6\x9e\x7e\x86\x00\x53\xcf\xb0\x1b\xf5\xca\x01\x4d\xb4\xaf\x65\x40\x42\xbc\x4b\xd3\xd7\x42\xbc\xd3\x59\xd3\xf7\xcf\x30\xc2\x44\x5f\x3d\x7f\xba\x07\x0c\xd4\x37\x0c\x3d\x3f\x6a\x5f\xc3\xc3\x13\x9b\x26\xb3\x2b\xa6\x01\xfb\xb9\xd6\x80\xc1\x07\xa4\xa2\x85\x62\x56\x2d\xd4\x17\x3d\x10\x08\xe1\x04\x5d\xbf\x96\xe3\x2b\xda\x9f\xba\x04\x42\xb8\xa5\x66\x81\x6c\xae\x36\xa5\x92\x58\xec\xb1\x85\x88\x82\x15\x16\x46\x72\x1a\xe5\x74\x85\x1d\xba\x30\x73\xe0\x14\x45\x8e\x38\x79\x6a\xb5\x1c\x39\xa2\xcf\xfc\x69\xb6\x66\xdc\xcb\xba\x0d\x4e\x35\x4a\x81\x40\x5b\x6b\x99\x89\x38\x2e\x39\xe2\x3f\x11\xba\xd6\xe2\xe0\x85\x51\xb3\x1c\x57\x17\xa1\x6e\x58\xc2\x95\x79\x5f\x7e\xd9\x92\xa9\x5e\x66\x0b\x66\xda\xb0\x04\xd0\x16\x8b\x00\x14\x27\xf2\xd5\x21\x27\x5a\xe6\x40\x11\x27\x62\xe2\x18\x94\x30\x33\xe4\x4d\x1b\xcc\x9e\x98\x64\xb6\x87\xf4\xb8\xe8\x8f\xdf\xad\x9c\x3d\x15\x09\x22\x50\xfe\x8c\x4c\x7b\x7f\xfa\x71\xb5\x4c\x09\x07\xeb\x9e\x56\x24\x7c\xb1\x63\x36\xda\x2a\xd4\xa5\xb2\x03\x4a\xb3\x8e\x5d\xb7\xed\xd4\xce\xd4\x2a\x20\x45\xe5\xb5\xd4\xda\x70\x45\x87\xb2\xf9\xff\xfc\xb9\xf4\x69\x85\x92\xa3\x92\x2d\x45\xe4\x0a\xa0\x0f\xcb\xe0\x06\x62\x0f\x2d\x83\x1b\x3a\xc0\xde\xa5\xb0\xfd\x95\x58\x43\x4b\x51\xfb\x07\x37\x97\x4b\xc0\x87\x8b\x37\x0e\xcb\x31\xfc\xe7\x43\x79\x1c\x03\xca\x3c\x9a\x41\x5a\x51\xb5\x54\xa3\xf6\x11\xbc\xc2\x36\x74\x80\x2a\xcb\xd8\x06\xb0\xdc\x4b\x60\x86\xf3\xc2\x20\x15\x7c\xa1\xc4\x17\x2b\xf8\x42\x25\xf4\xe6\xda\xce\xea\x32\x52\x66\x6d\x82\xff\x69\x73\x52\xca\x72\x38\x60\x02\xea\x63\x3b\xca\xe4\x08\x65\x23\x04\x1b\x53\x91\x33\x2a\xd7\x30\x6b\x3b\x6e\x2f\x7c\xb6\xcd\x75\x88\xd9\x8d\xa5\x93\xb5\xc2\x78\xc6\x22\xd9\x40\x63\xa8\xd5\x0f\x15\x8e\x7c\x6a\xd3\x8b\x41\xfa\xa8\xff\x50\xcc\x63\xaa\xc1\xd6\xa2\x3f\x78\x87\x4b\xaa\xfd\xc9\x45\x6e\x86\x50\x54\x8d\x4a\x90\x98\x65\x60\x43\x1a\x11\xb0\xa1\x02\xd9\x5f\x0e\xb8\x71\x65\xaf\xbf\x7d\x5e\x47\x9e\x38\xfc\x06\x2f\x68\x97\x90\x0c\x95\x68\x08\xeb\x6d\x5e\x41\x79\x28\x7f\xc0\x79\x31\x91\x0e\xc5\xd1\x01\x5d\x2f\x27\x10\xb8\xb2\xd5\x1d\x6e\x23\x47\x57\x63\x13\xc2\x1e\xc6\x26\x9c\x80\xc7\xd6\x3b\xc9\xfa\xa1\x7c\x6c\x83\x3f\x15\x52\xe3\x24\xe4\xd7\x7a\x3b\x03\xff\x15\x8a\x61\xe5\x53\xed\x9e\x16\x0a\x96\x48\xb5\x16\xb1\xb8\xb3\xde\x1c\xa8\xd8\x86\x6f\x27\x02\xca\xc8\x62\xf0\x42\xfa\x62\x3b\x82\x9d\x30\x1a\x61\x92\xb7\x8f\x54\x68\x3a\xc1\x1a\xce\x13\xa4\xee\x12\xac\xa1\xce\xcc\xb4\x25\x53\x06\xea\xe0\x0d\xb0\xf7\x7b\x63\x81\xa7\x11\x1b\x39\x3d\xa4\x67\x0c\x1b\xd6\x30\x86\x33\xf7\x47\x1f\xfb\x75\x4e\xf6\xc6\xc7\x02\x07\xc6\x14\x8c\xa1\x64\xd1\x3e\xe1\x84\x09\x39\x74\x6b\x91\x1f\x15\xf0\x94\xad\xf9\xd1\xb1\x1c\xd8\xf3\xfa\xe8\x7e\x81\xa8\x09\xeb\x63\x01\xd3\xd3\xbe\xed\x52\xf8\x52\x68\x88\x92\x3d\xad\xb8\x1d\x95\xc0\x1c\x4b\x69\x08\xce\xe7\x47\x9d\xc4\x00\x7d\xac\x8f\x63\x63\x1d\xf0\x9e\xb2\x10\x94\x23\x1d\xc7\x86\x1e\xe3\x6f\xc9\x4d\x30\x10\xd6\xe0\x63\x61\xc4\xce\xfc\xa0\xae\x90\x5b\x1f\xee\x13\xf0\xff\x18\x28\xc1\x03\xde\xf5\xc1\x11\x3c\xf3\xad\x64\x35\x4b\xf2\xf1\x7d\x7c\x34\xc0\xc7\x9e\xe0\x5c\xa8\x7d\x7c\x82\x1a\x29\xb4\xc5\x73\xa5\x50\xbb\x61\x84\x92\x3a\xcd\xe5\x1b\xb8\x89\xa8\x84\x8f\x01\xba\x84\xf8\x5d\x4e\x35\xc0\xe3\xdf\xe5\x48\x21\xd1\xfd\x1f\x6e\xf8\xd8\xe5\x1f\x34\x5f\x66\x57\x4e\x1f\x9e\xe6\xac\x8f\x9f\x04\x10\xc5\x71\x7d\x71\xfe\x71\x42\x56\xce\x80\x12\x27\xa2\x73\x06\x10\xeb\x76\x7d\xd1\x4a\x35\xa4\xe4\x05\xf3\xf7\x35\x5f\xc0\x41\x0e\xf8\x71\x02\xb3\x5e\x5f\x0b\x13\x46\xf2\xc5\xaa\xc1\x4f\xf1\xe5\x74\x75\x85\x94\x6c\x63\xe6\x85\xce\x28\x05\x1e\x12\x38\xa3\x70\x1d\xbe\xbe\xf6\xfb\x1f\x48\x69\x62\x81\x64\x5c\xb6\x63\x1e\x4a\xc6\x08\xce\x2b\xa1\x38\x2a\xe8\xd2\xf5\xe5\xe0\x85\x1f\x47\x41\x43\x2a\x40\xdd\xf5\x35\x0b\x8d\xfc\xa8\x5b\xcc\xe7\x47\x8d\x8a\x2d\xe4\x24\x03\x93\x10\x44\xeb\x9b\x10\x03\x50\xb6\xa0\x91\xd8\x8e\x1f\x92\xad\xf8\x35\x9a\x86\x20\x44\xcb\xe1\x43\x78\x73\xb4\x8c\xd9\xb8\xa2\xd1\xbf\x1c\xc2\x10\x41\xce\x23\x50\x60\xb6\xaf\x2f\xa4\x80\xaf\xaf\xaf\x39\x66\x86\xf2\x36\x9a\xf9\xd3\x93\x87\xf0\xff\x6e\x8b\x03\xc6\x69\x54\xce\xf9\xfc\x6a\xff\x06\xf3\xae\xf0\x21\x67\x14\x9e\x12\x09\x54\x40\x7f\xeb\x67\x60\x15\xf8\xf4\xf5\x1b\x7e\x5c\xd6\xa1\xd4\x05\xa2\x77\x2e\xc5\x16\x69\xaf\x87\xf2\x85\xde\x84\xf2\xd9\x0a\xd6\x13\xfa\xe3\x8c\x28\x71\x96\x81\x41\xf8\xd5\xf5\x83\x11\xf3\xa9\xd6\x6f\xa6\x49\x73\x9e\x07\xfd\xf3\xad\x66\xe1\x98\xfa\xf3\x69\x8a\x50\x9e\xeb\xe7\x20\x02\xb1\x8f\x88\x26\x12\xb3\xc7\x49\x08\x06\x71\xd0\xd7\x0f\x2b\xa8\x85\xfc\x68\x2c\xf4\xc8\x4e\x1e\x78\x48\xf0\x8f\x92\x2b\x12\xa1\x3f\x5a\x6e\xd8\x85\xfe\x68\xaf\xf4\xc0\x20\x3b\xc2\x36\x2d\xa1\x3f\x1a\x08\xa7\x05\xfa\x83\x97\x9d\x4b\x70\x8f\x8b\x88\x65\xcb\xa8\x8d\x51\x38\xff\xfe\x8c\xf5\x0f\x94\x40\xa8\x8d\x96\xbb\x1f\xe5\x16\x68\x71\xe8\x2b\x42\x48\xcb\x4d\xcb\xcf\x48\x7f\x02\x59\xad\x1f\x2e\xe1\x2b\xa5\x36\x4a\x2c\xcd\xb6\xc2\x7c\x34\xce\xdc\xdb\x51\x3e\x3a\x6f\x11\xf6\x0b\x4e\xe8\x21\x8b\x3b\xf8\xb7\x0f\x65\xbf\x90\x49\xd6\x15\xfb\xe5\xdb\x29\xb4\xc3\x56\x14\x90\xc6\xab\xe7\xfd\xe2\x72\xd2\x42\x73\xbf\xf0\x28\x5f\x29\xb5\xc9\xd7\x53\xaa\x55\x3a\x42\xc9\xae\xe7\xcc\xbb\x5f\x8e\x3b\x43\x9c\x88\x2d\xe4\x48\x03\x16\xb6\x05\x1c\xb9\x08\x17\xb3\x15\x4e\xa4\xbd\xf2\xe3\xcd\x55\x0d\x20\xd0\x56\xde\x82\xc6\xc5\xd0\x7e\xf9\x8d\x00\xf8\xf0\xfd\x82\x6b\x2c\xb7\xb7\x92\x13\x74\x9e\x6e\x6d\x25\x27\x68\xb8\x23\xf7\x0b\x75\x55\x99\x3f\xe4\x09\x53\xb2\xdc\x01\xaa\x41\xba\x58\x79\xed\x97\x11\x45\x18\xe1\x5b\xa8\x92\x86\x2b\x75\xbf\x60\xb1\x8b\x0e\xdd\x4c\xd5\x78\xd4\xba\x15\xa4\xa4\xe1\x0b\xdc\x2f\xec\xe5\x9e\x42\x5f\x30\x5d\x34\x8a\x31\x54\x19\xe8\x36\x72\xa4\xd0\x28\xd6\x50\x67\x30\x9b\x2e\x31\x47\xe6\xb9\x93\xf9\x93\xec\x71\x2a\xc4\x9b\xd2\x1a\x9d\xa9\x47\xd9\xf1\x4a\xca\x6e\xfb\x22\x7d\x3f\xcc\x7e\x16\x2e\xfb\xc0\x8b\x78\x85\xd4\x0c\xd9\xfd\xb2\x0f\x24\x8f\x77\xc0\x3e\xe0\x28\xcb\xcd\x7d\x20\x4f\x8e\x90\x6f\xfd\x5a\xa0\xec\xb9\x19\x50\x5a\x23\x1b\xe9\xfb\x98\xee\x01\x65\x28\xb2\x4a\xf7\xcc\x16\x67\x28\xaf\xd1\xa0\xd6\xa9\x3d\xc8\x6c\x39\x7c\xc9\x28\x47\x0a\x87\xfe\x9c\x50\x96\x43\x35\x6d\xda\xdc\x18\x8c\x6c\xc2\xc4\x21\xd5\x3f\xf8\x54\x41\x4a\x1a\xb0\x95\x7d\xf8\x86\x82\x08\xad\x1b\xac\x0c\x0a\x73\x0b\x2b\xd3\xb2\x7b\x0f\x4b\xa9\x42\x87\x30\xb7\x6b\x2a\x9a\xae\x88\x1e\x2d\xcd\x57\xa1\x07\x98\xd0\x0f\x69\x0b\xb1\x32\x47\x86\xce\x14\xb8\x91\x94\x0b\x1c\x33\x36\x81\x49\x80\xcd\x6f\x05\x26\x29\xc0\x41\xb6\x12\x32\x34\x1e\x07\xed\x83\x8b\xad\x87\xd4\xbe\xe7\x3a\x7e\x1f\xf8\x9b\x47\x9a\xf1\x81\xbe\xa6\x54\x28\x76\x58\xcc\xc0\x1b\x9e\x85\xee\x93\xac\xc3\x07\x94\xb8\x08\xf6\x3b\xc3\x36\x03\xd2\x56\x17\xeb\xad\x08\x27\xa5\x3e\x85\x7a\x00\xf0\xca\x9f\x8a\xbc\xda\xd3\x22\x76\x1f\x85\xe6\x22\xab\xff\xad\xf8\x26\x05\xaf\xf0\x3e\xb9\xa3\x78\x0a\xab\x82\x12\xbf\xa0\x94\x41\xbe\x85\x92\x0a\x4f\x8b\x92\x34\x25\xe3\x30\x9c\x98\x10\x5b\xdb\xb8\x9b\x23\x14\x48\xc6\x42\xcf\x97\x04\x1f\x92\x46\xd1\x4b\x1a\x2f\x51\xf6\x09\x93\xfc\x6d\x8a\x6f\x47\x36\x21\x02\xc6\x76\x60\x93\x51\xce\x90\x7e\x22\x3a\xa1\xc4\xef\x68\x95\xd3\x42\xe8\xca\x97\x12\x07\x25\x5f\x7e\x55\xc6\x6c\x70\x3c\x4b\x35\xdb\x1d\x67\x54\xdb\x1d\x67\x71\xac\x01\xd1\x12\x0a\x69\xd2\xc0\xfe\xef\x13\x0f\x74\x4d\xad\x96\xd1\x93\x21\xfb\xc1\xc1\xcc\x2c\x5b\x3c\x5d\x69\x52\xf7\x04\x35\xd5\x5a\x83\xf8\xec\xbd\x8b\xe5\x13\xfa\xa4\x0c\xf5\x07\xa1\x5c\x86\x2d\x11\x04\x89\xc0\x39\xed\x55\xf3\x23\x8c\x35\x20\xd5\xbf\xe7\xd3\x8f\xff\x4c\xa1\xe0\x18\x57\x0a\x7d\x5a\x64\xd9\x05\xaa\x69\x20\xe2\x77\x30\x35\x6c\xb6\xe2\x57\xb1\xc7\xa4\x47\xd3\x5e\xcb\x92\xd2\xfb\x20\x90\x49\x28\x98\x46\x2d\x35\x69\xc1\xd8\xa6\x05\x01\x65\x5b\x6d\x3b\xa4\xca\x24\x58\xd9\x56\x0c\x95\x06\xd2\x7e\x17\xbc\xd0\x08\x7b\x85\x54\x29\x18\xd4\xdb\xe0\x1c\x22\xf0\xed\x62\x97\x34\x7a\xbe\x98\x0f\x61\x59\x80\x3a\xdc\x54\x6c\x01\x75\x0a\x56\xfa\x2e\x9c\xff\x27\xdd\xb3\x0b\x1a\xef\xc0\x16\x36\xa7\xbd\x32\xb7\xe6\x92\x4c\xc9\x16\x7b\xa7\xe7\xb6\x98\x0b\x42\xb0\xd8\x6c\xca\xe2\xfa\xba\x0b\xe5\xa3\x40\x28\xed\xd5\x98\x4a\xe0\x5d\xa9\xd4\xde\x4d\x37\x78\x71\xf5\x75\x41\xa9\xf9\x16\xca\x36\x52\x09\xa9\xc8\xfc\x2c\x88\xb3\x6c\xc4\xe6\xb8\x6c\x3b\x23\x25\xae\xe1\xe6\x3b\x94\xe2\x9d\xc2\x2f\x0a\x89\x52\xa2\x1f\xae\x30\x08\xa4\x11\x59\xcc\xd4\x85\x7f\xd9\x96\xf4\xbe\x1c\x28\x82\x67\x4b\xfb\xf2\x21\x1d\x3f\xd3\x56\xfe\x8d\x93\xb7\x75\x5b\x11\x53\x1a\xf8\xf0\x7d\x71\x32\x9b\x21\xbb\x80\x2a\xf9\x74\x68\x20\xa9\xc6\x98\x11\x66\x47\xbc\xd3\x32\x10\x79\x92\x80\xf4\xef\xcb\x8c\xd4\xd2\x39\x33\x12\x22\xf5\x42\x0d\x22\x27\x0d\x09\xe2\xd1\xec\x76\x52\x8f\x96\xde\x38\x77\x70\x4d\x19\xa3\xa2\x73\x8b\x9e\xa7\x1e\x2b\x5b\x58\xf2\xf2\xed\x19\x0b\x7b\x39\x9f\x64\x3a\x04\x40\x68\xa6\x50\x92\x0a\x49\xad\x08\x29\x57\x14\xf1\xe5\x9c\x06\xc8\x42\xa3\x85\x7a\x44\xec\x65\x8e\xcc\x2c\x13\x22\x85\xf6\xad\x02\xd3\x57\xb9\x91\xae\x4c\x8f\x9c\x8b\xc4\x15\xdd\x17\x86\x7b\x66\x60\x8b\xe9\xfb\xdf\xce\xef\x4d\xd8\x13\xb0\xb9\xdb\xc8\xa1\x0b\xf7\xcf\x16\x74\xe8\x2c\x6c\xc3\xea\xa0\xea\xaf\x50\x97\x26\x3d\x3f\x9a\x23\x06\x94\xf8\xf5\xa9\xc5\xf6\x0e\x12\xbf\x3a\x17\x21\x42\x4b\x40\xa1\x06\x5a\x7f\x3b\x06\x0a\xaf\x47\x76\x75\x64\xd8\xf6\xb4\xe1\x49\xee\x50\x1a\xe4\xa0\x1a\x7b\x19\x10\xea\x20\x8a\x78\x9b\xb1\x6b\x78\xb9\x42\xfa\x8e\x19\x7b\xb0\xda\x38\xc3\x48\x27\x24\x0a\x2f\x37\x76\x45\xda\x3d\xa5\xb6\x1d\xaf\xb4\xa3\xce\x8f\xd4\x6b\x18\xdb\x95\x5f\xe1\xd9\x7c\xfb\xd5\x46\xa0\x51\x31\x29\x57\x63\x5b\xb0\xa2\x03\x37\xdf\xae\x36\xf7\xd3\x3d\x9b\xfb\xbc\x1d\xd9\x0e\x7c\xd2\x32\x5f\x8b\xde\x32\xb5\x56\xad\x3d\x85\x74\x96\x45\x31\x8f\xc2\x32\x95\x23\x24\xaa\xad\x3a\x45\x61\x16\x05\xae\xe4\x47\x6b\xd3\xcc\x1e\x01\x4c\x58\x5b\x39\x16\xb2\xd9\x2a\x62\xf2\x95\x42\x59\x8e\x23\x94\x61\x14\x4f\xad\xde\x5d\xaf\x54\x2b\x4d\x8b\x09\xe7\x70\x26\x83\xac\x2e\xbb\x81\x2d\x81\xf5\x1a\xc6\x3f\xf2\xb0\x01\x63\x87\x87\x9d\x65\x65\x72\x7b\xb8\x1b\x17\x31\x4c\x4a\x73\x78\x9e\x52\xf3\xaf\x6c\x83\x91\x6f\x61\xb8\x0a\x69\x16\xa3\x55\x3f\x3b\xc1\x9d\xbe\x9b\x4f\x85\x58\xf8\xcd\x32\x90\xd7\x19\xbb\x61\xe2\xa3\x8b\x1d\xd4\x84\x17\x49\xdb\xa9\x54\x78\x47\xb4\x1b\x3c\x34\xa0\xe4\xa0\x86\x71\x9b\xf1\xd4\xd9\x80\x0d\xbb\xae\xa5\x91\xbb\x7b\x00\x21\xb7\x92\xae\x0c\x5e\x11\xed\x66\x05\x8a\x60\x6b\xe6\xa8\x99\x2f\x8d\xf1\x63\x3f\xb6\x45\x5f\xf3\xad\xb9\x06\x95\xd9\x6c\x9f\xa1\x24\x94\xad\xe5\x8c\xb4\x68\x32\xfe\x73\xa4\x68\xe6\x2f\x04\x54\xb3\xe2\x45\x94\x0a\xab\xd4\xc0\x61\x6e\x61\x95\x12\x8c\x6b\x3b\xa4\x0a\x2f\x3e\x77\x03\x57\xdd\xf2\xa3\x1e\x92\xa6\x33\x96\x88\x33\xd5\xd8\x2c\x40\x9d\x37\x07\x50\x9e\xa9\x75\xa8\xc5\xd4\x6a\xbf\x41\xcb\xa7\xd2\xa0\x23\x94\xd2\xd4\x5f\xf9\x54\x8c\x98\x79\x94\x3a\x3f\xc2\x2d\x3a\x91\xc6\x64\x21\xbe\x0a\xaf\x77\xb6\x21\x4f\x3d\x56\x67\xb7\xe3\x82\xee\x18\xc5\x44\xd8\x8f\xdd\x1d\x57\x87\x65\xed\x80\x07\xd8\xf0\xc6\x34\xf5\xff\x10\xb5\x70\x77\xc7\xaa\x27\x92\xe7\x16\xfc\xa9\xe0\x78\xdd\x82\x3f\x9d\x17\x27\x52\xe1\x9d\x1a\xd7\x78\xbb\x3b\x92\xee\x4c\x99\x39\xa0\xa5\xd0\x53\x47\xcf\xe1\xdd\x96\x5a\x97\xfc\x95\xa1\xa4\xa5\xd1\x82\x42\x46\x35\xa0\xae\x5b\xc0\xa8\x06\x02\x74\x0b\x09\x55\x9e\xe9\xd0\xa9\x83\x5b\xa3\x0d\x10\x8a\xb7\x25\x5b\x40\xa8\xa3\x94\xb4\xa1\x53\x08\x78\xd5\xdd\x1d\x2c\x9f\xc0\x9c\xbb\x63\x1a\xb6\xd4\x7b\x9f\x8a\x80\xcf\xed\xee\x30\xce\x57\xca\x96\x5b\x49\x87\x6c\x28\x8e\x94\xbe\xb5\xb4\xe9\xd1\xc7\xdf\xb2\x5e\x46\x78\x23\x08\x3a\xbe\x10\x84\x46\x97\xb0\x04\xbd\xba\x15\x5b\xe5\xca\x09\x8e\xd8\x2a\x38\xa6\x77\xdf\x74\x21\xdf\x6e\xfd\xe9\x6f\x87\x2f\x7b\xb8\x4c\xdc\x0a\xae\x72\x10\x03\x6d\x2b\x7c\x4a\x39\xd9\x15\x42\x49\x35\x90\x9c\xdb\xc1\x53\x2e\x5c\xd3\x5b\xb0\xa8\x06\x4a\x70\x0b\x15\xd5\x80\x75\x6e\x81\xa2\x1a\x70\xb9\x3d\x26\x0c\xcc\xa7\x78\x34\x46\x48\x8d\x2b\xdd\xf1\x4b\x49\x3c\xe5\x7b\x84\x65\x42\x6e\x9d\x54\xf3\xe7\xdb\x23\x99\x90\x96\x62\x2d\xa4\x6e\x0b\x66\xea\x95\x10\x63\x51\x06\x6e\x30\x76\xe6\x30\x9b\x20\x28\xc6\x72\x87\x52\x56\x44\x9d\x50\x4d\x80\xde\x50\xee\x1d\xfb\xc2\x61\x54\x7a\x4e\x87\xc3\xc1\xed\x32\x6a\xa3\x13\x0a\x0c\x35\x58\xf9\x33\xbf\x0a\x23\x35\x43\xd9\x29\x86\x61\x23\x50\x54\x03\x20\xba\x87\xf9\x00\x95\x3e\x8c\xfb\xe7\x29\xcc\x56\x88\x95\x06\x7a\x6e\x2b\x5d\xce\x5d\x4f\xfe\xec\x2a\x64\x0e\x74\x5c\x05\x59\xb7\x05\x98\x6a\x00\xba\xf6\x30\xc7\xb0\x33\x06\xa2\x2a\xff\xe9\x74\x8a\x9e\x33\x42\xea\xe4\xb1\xcd\x56\x60\x96\x42\x7c\xf3\x2d\x50\x54\x03\x9f\xb7\x03\x8a\xc2\xc6\x99\x78\xcf\x7a\xfe\x6c\xfa\xf6\x05\xe5\xa3\xe1\x0c\x29\xd6\x8b\x9f\x4b\x71\x59\xce\xfe\xb4\xb2\x7d\x76\x85\x12\xe4\x1a\x2d\xe3\xe4\x39\xe7\x99\x4f\x1d\xe2\x93\x37\x1e\x7b\x3a\x0a\x38\x03\x9b\x3a\x7b\xf0\xe8\x7e\x1b\x23\x05\xfa\x78\x0b\x22\xd5\x08\xbc\xb6\x15\xb1\xe5\x0c\x26\x7d\x4f\xcb\x23\xac\xc9\x69\x79\x94\xee\x4c\xe6\x87\x36\x6e\x4e\xeb\xc4\xbd\xdc\xd3\x8f\xfa\xb8\x96\xda\x20\xa2\x72\xfc\x9b\xcb\x33\x92\x42\x2f\x1e\xbd\x93\x13\xff\xf8\x0f\xcf\x32\xb7\xb0\x53\x0d\x70\xd2\x16\x74\xaa\x47\xac\x09\x3a\x55\x88\xac\xb4\x27\x5e\xb5\x19\x12\x2e\xa4\x3b\x7e\xb6\x84\x64\x9d\x60\x66\x1e\x92\xc5\x0c\x69\x7f\x30\x36\xd8\x34\xab\x61\x89\x4c\x33\x57\xe6\xf9\x3e\x53\x34\xd0\x47\x5b\xc0\xaa\x06\xee\x62\x4f\x63\x64\x0a\xfb\x40\xc0\xaa\x06\x60\x62\x3b\x9c\xcb\x0c\x23\x0a\x4a\x75\x46\x76\x2e\x73\x1e\xba\x56\x78\xa8\x47\x81\x2f\x79\x62\x01\x04\x6c\xf2\xe8\x70\x8b\xb7\x15\xa4\xa5\x45\x11\x2f\x5d\x3d\x87\x81\x05\x9c\x6a\xdc\xdb\xef\x85\x18\x9b\x29\xd4\xb6\xc4\x08\x5e\x93\xa5\x0c\xa9\xa5\x64\x9e\x17\x70\x70\xf8\x6e\x61\xec\x33\x59\x8e\x55\x40\x10\x5d\xa7\xf6\x6f\x71\xaa\xbd\xbd\x4b\x61\x6e\xdf\xf1\x0f\x32\x4f\x90\xe8\x7f\x14\x2c\xef\x37\xee\xc9\x87\xf4\x5c\x22\xba\x40\x00\xf0\x34\x66\x7f\x70\x12\xb0\xc1\x3e\x8e\xbf\xcd\x7d\xd7\xfe\x58\x0f\x60\x1d\x7d\x1c\x30\xfd\x29\xb3\x7b\x0a\x63\x45\xb7\xec\x8d\x1b\xb6\xfd\xb1\x35\x80\x89\xfc\xb1\xc2\xc7\xb0\x55\xa4\x82\xbb\x7f\xf4\x00\x61\xce\xbe\xf9\x4c\x7a\x0f\xe9\x8b\x0a\xae\xc2\xf6\x07\xed\x9c\xee\xfa\x7c\xcd\xa3\x90\xfd\xf1\x56\xe9\xf9\x56\xe1\x99\xd9\x38\x64\xd5\x78\xbe\xb4\xca\x18\x29\xfc\xea\x42\x90\xee\x6e\x87\x90\xa4\x8c\x67\x7a\x23\x85\xb6\x7a\x18\x8b\x42\xa4\xc7\x71\xa4\x8b\xf3\x72\xb1\x4a\x1f\xaf\x20\x62\x4e\xb7\xe8\xc1\x12\xef\x0f\xcf\x6b\xd0\xdb\x5f\xb0\x82\x30\xb1\xb2\xf2\xb7\xdc\x50\x7d\xcd\xd2\x3d\x9f\x2a\x4c\x25\x4a\xea\x6b\xe1\xc9\x3e\xd1\x05\x7b\xcb\xc5\x8d\x72\xf2\xb7\x5c\x0e\x29\xa3\x46\x01\xb1\x4f\x86\xfe\x49\xd0\x7f\x67\xe8\x6f\xb9\x9a\xd1\xe5\xfb\x3d\xab\x69\x51\x51\x7e\x9e\x36\xe0\x1f\xaa\x45\xc5\x23\x3a\x7c\xfb\x5e\xb9\x64\x74\x4a\xfe\x96\x6b\x9b\x2f\x17\xa4\x6c\x1c\x67\xe4\xef\xf1\xb0\xea\x1a\xbd\xe5\x12\x85\x64\x1b\x65\xa6\x50\xe2\x01\x96\xf9\x5a\xd2\xc2\xe0\x5f\xbf\x97\x86\x0f\x1d\x19\x61\x12\x39\xd9\xf9\xf8\x5b\xf4\x07\x71\x12\x5e\xf9\x11\xee\x61\x12\xf4\x8e\xa2\xa3\x22\x1c\x26\x01\x20\xaf\x93\xf3\xdf\x9f\xa6\x56\xb3\xcf\x4c\xa9\xfb\x13\x4a\xd2\x0a\x7e\xf9\x5a\x6b\x67\xa1\x7d\x91\x75\x96\xff\x60\x7c\xeb\x4e\xbd\xe5\x7a\xe0\x6b\x6e\x82\x61\xbf\x16\xac\xe1\x17\xdf\x4f\xf0\xe4\x63\xeb\x82\xfd\x88\x36\x71\xb6\x8e\x9a\xab\xc7\x1f\x56\x20\x86\xba\xee\xdb\x8f\x02\x3b\xfd\x90\x06\x33\xa4\xd5\x1d\x52\xf9\x67\x53\x6f\xa6\x22\x21\xf5\x30\xac\x94\x74\xe3\x6e\xe5\x82\xd4\xf9\x9a\x38\x12\xdb\x21\x14\x72\xe4\xfb\x99\x2b\x60\x83\x9f\x45\x05\x62\x58\x17\xe1\x37\x53\x74\x48\x3a\xcf\xb7\x72\xc4\xf1\x62\xd6\x09\xf8\x5b\xdc\x82\x3f\x27\x8e\x03\x2e\xb4\x7f\x5c\x18\xbc\x52\xaa\xc9\x9c\xf9\x93\x81\x31\x14\x2b\x55\x38\x48\xd9\xf9\x0f\x1e\x03\x39\x3b\xff\x5d\x0f\x7f\x3a\xb6\x39\x96\x9e\x2f\xc6\xc7\x05\xbb\xfb\x62\x3c\x3e\x3b\xe5\xc3\x68\xf1\x11\x39\x1d\x46\x8d\xc7\x55\xd1\x0c\x4a\x2c\x19\x5d\x8c\x17\xa3\xdf\x87\xd3\xea\x17\x3f\xcb\x1c\xce\xaa\x7f\xd9\x51\x7c\x53\xa7\x6f\xa6\x26\xa4\x82\xed\xcb\x42\xbc\xa9\x4b\x2d\x16\x28\x65\x50\xd4\x8a\x0c\x27\xe0\x6f\xe7\x53\xa9\xef\x04\x66\xc8\xe1\x71\xe4\xdb\x65\x32\x15\x6d\xfd\x9a\x42\x31\xdb\xd3\x1f\x8b\xeb\x99\x4f\xcd\x06\x47\x4a\x2d\x2c\x2e\x7e\x95\x15\xe6\xa7\xd3\xc3\xe9\xfa\xef\x6f\xe9\x83\xf4\xa8\xdd\x35\x37\x65\xf3\xf6\x0a\x79\xf9\x5b\x9a\x71\xd0\xcd\x23\xd5\x36\x77\x37\xdf\x76\x9d\xf7\xe9\x82\x4e\x90\x8e\x1a\x31\x06\x81\x17\xfc\x0e\x67\x38\x9d\xff\xdd\x7b\x2a\x12\x43\x9d\x2f\xe6\x76\xd1\x66\x0a\x1d\x58\x3d\x73\x2d\x57\x98\x43\x4c\x8c\x41\x74\x85\xeb\x45\xbd\x8e\x94\x72\x5e\xd4\x64\x5f\xd8\xf5\x62\x7d\x6d\xba\x37\xc6\x8d\x48\xa8\xd4\xb4\x7d\x71\x72\xd1\x61\x45\x4f\xb7\xda\x1a\x4e\xe9\x7f\x17\xa6\x5e\x7b\x1d\x26\x5d\x0a\x8b\xd1\x09\x99\x5b\x67\xa6\xd7\xd1\x8d\x5e\xe1\x31\x81\x70\x8c\x5e\x1b\x4e\xf7\x7f\xf7\x21\xe4\x4f\x7f\x9a\x3a\x90\x18\xf5\x84\x64\x9f\x0d\x48\xba\x5f\x20\xc5\x66\xcc\x99\xae\xc2\xdb\xc9\xaa\x1d\x5e\x61\x26\x50\x77\xd6\xa7\xaf\x3b\x87\x13\xf6\xb7\x93\xae\xeb\x56\xba\x9d\xf4\xf5\xf0\xb5\xce\x4c\x2d\xee\x1c\xcd\xeb\x40\x57\x5f\x0f\x79\xc8\xbd\x45\xcf\x97\x1b\x9c\x50\xf4\x94\xbe\x2d\xb8\x26\xa5\xea\xc0\xf9\x82\x32\x9f\xa4\x77\x76\xb8\x17\x1a\x91\xb3\xe9\x3e\x5a\xfc\x21\xc3\xef\x4f\xe1\x71\x1a\x91\x32\xf0\x99\xe9\xa6\x8a\x28\x3a\x6b\x4f\x54\x3a\xb0\x2d\xbe\x1e\x52\xd3\x7a\xd2\x75\x05\x33\x37\x7c\xf7\xa6\x24\x67\x4e\xba\x6a\xdb\xf0\x3a\x52\xf8\x51\x21\xf3\x6a\xfc\x43\x4b\xfb\x9a\xc9\xd3\xb3\x7c\xe2\x03\xad\x0d\x52\xb2\xe4\x1c\x50\xb7\x90\x36\xe8\xe8\xa6\xdc\x9b\x09\xa5\x18\x33\xa3\x42\xf9\x04\x30\x53\x8d\x92\x67\x8e\x03\x6a\xab\xfd\x54\xaa\x74\xa7\x23\xd5\xb0\x17\xe9\x8e\xdc\x9f\xb6\x0a\x6f\x4a\xa9\xd3\x27\xd5\xf8\xf9\xdc\xb8\xa0\xa6\x47\x9c\x42\xf1\x0e\x3b\x46\x17\xd7\xcd\xd6\xee\x4d\x79\x9b\x1e\xa9\xf5\x23\x61\x4e\x57\xa7\x65\x17\xeb\x41\xf8\x88\x4c\x80\x5d\x48\x99\x00\xdb\x11\x17\x8c\xad\xcb\xe9\x72\xd5\x7c\x6a\x41\xc1\x2a\x9f\xf6\x15\x5c\x6c\x09\xe7\xd9\xf0\x4b\xea\x9b\x5a\xba\x4b\x62\xcc\xd6\x3c\xc6\x8a\xdc\xa4\x44\x57\xc9\xa7\x5a\xc9\x92\x6a\xf4\x40\x89\xfd\x72\xe2\xf0\xa4\x1a\x69\xa5\x23\x95\x4a\xbe\x1c\xa9\xc5\xaf\xa7\x2e\x36\xe1\xb9\x79\x63\x9d\x6f\x15\x9a\xf3\x72\xfb\x45\x3b\xdd\x66\xcd\x4d\x89\x21\x90\x18\xc5\x87\xf8\xeb\x48\x61\x93\x38\x39\xa1\xac\x5e\x99\x10\xdf\x38\xf7\x17\x12\xae\x90\xe5\x36\xdf\xb2\xd3\x26\xe4\x2d\x89\xfc\x3c\xef\xa6\x6c\x26\x4f\x2a\x72\x54\x07\xbf\x32\xba\x49\xfb\x15\xd0\x85\xc4\x71\xb8\x8e\x7c\x2c\x26\xcd\x58\xa6\x36\x49\xc9\xa7\xe2\x91\x74\x01\x1e\x61\x28\x32\x35\xcf\x2b\x6d\x7c\xe5\xcb\xa1\x4e\xb0\x0d\xc8\xc9\x02\x8b\x50\xa9\x98\x22\x42\xab\x2c\xef\x98\xfc\x68\x61\x73\xe4\x53\x69\x4d\x27\xa1\xb8\x49\x8b\xdf\x96\x6a\xb5\x2f\x51\x7d\xc5\x18\xcd\x8e\x4c\x2b\xf2\x09\x45\x81\x95\xcd\x8c\x30\x12\x60\x53\x35\xa4\x9c\x7a\xe9\x91\x8f\xea\xd7\x99\x8a\x6c\xfd\x36\x26\xc8\xa0\xdf\xfe\xca\xaf\x72\x69\x1d\xe9\x83\xd9\xa4\x5d\x90\xcb\xdf\xe6\x57\x8b\x9c\x33\xbf\x8a\x6d\x6b\x5a\xf5\x85\x71\x2a\xfa\xfa\x4f\x57\x74\x19\xd5\xc7\xee\xf4\x85\xf5\xec\xe8\xf1\xcb\x0f\x9f\x60\x71\x07\x95\xc8\x42\x28\xa6\xc4\xe5\x3b\xb5\x9b\x52\x2c\x8d\xfe\x82\xd2\x52\x5f\x69\x62\x29\x78\x4b\xca\x7c\x29\xf4\x77\x2a\xfb\xfb\xdb\x8f\x87\xc5\xaf\x93\x6d\x4d\x9b\x93\xf9\x0a\x39\x5c\xda\x21\x75\xf3\xcc\x12\x5e\x66\xb0\x2b\x65\xb6\xd6\x5b\xfe\xfc\xba\x19\xbe\x35\xd8\xd3\x8f\x99\x6e\x52\x62\x10\x85\x4f\x72\x8e\x2b\xad\x20\x5a\x90\x51\x8a\x46\xd1\xce\x2b\x94\x72\x53\x4c\x64\xd4\x85\x85\x72\xa6\x26\xf1\x18\x5b\xf2\x0a\x8f\x51\xaf\xc4\xc9\xcc\xcc\x0b\x37\x55\x1e\x0a\x2e\x62\x7a\x95\x1c\x39\x32\xf3\xc2\x02\x49\x87\x38\x97\x64\xd1\xfc\x16\xe1\xca\x72\xdf\xbc\xd0\xa2\x8e\xb9\x19\x3e\x66\x48\xfb\x51\xda\x84\xd4\x66\xc6\xc8\x20\x23\xc6\xc9\x82\x3b\x34\x44\x7d\x9d\xf9\x56\xb3\xcd\x1e\xf5\x8d\x6f\x7d\x95\x7c\xab\x50\x0c\xc8\x34\xc7\x89\xa8\xc8\x08\xdd\xea\xb6\x28\xc0\x8a\xb0\xe9\xd4\x63\x7d\x84\x41\xa0\xa8\x11\x67\xac\x0e\x5d\xf8\x5e\x2f\x14\x59\x0d\x67\xa4\x50\x33\xdd\xbd\x39\x6a\x24\x08\x4d\xfa\x79\xed\xbf\xa5\x56\x65\x25\xa5\x42\x5d\x95\x14\x1a\x0a\x97\xfe\x2d\x4f\x1f\x8d\xda\x67\xd7\xb1\x66\x74\xfb\x7a\xbe\x10\xc0\xd5\x32\xe3\xa1\xbc\xcd\xb0\x10\x94\x3e\xa2\x45\x82\x28\xde\xc3\xdd\x21\x7a\x20\x30\x65\x54\x99\xee\x5b\x4b\xcd\xb4\x6f\x3b\x63\x99\x11\xf9\x95\x06\x3b\x52\x01\x1d\x5a\x58\xdc\x01\x1d\xea\x8b\x85\xd7\xf5\x6a\x0b\x87\xeb\x76\xb5\x45\x0c\x29\xda\xc3\xfd\xe9\x09\x69\x6e\x2b\xa9\xc8\x32\xab\x5f\x90\xb2\xd9\x5a\x28\x09\x75\x4e\x17\x0e\x06\x31\xfb\x91\x36\x2d\x62\x7b\x4a\xad\x3e\x3d\x5b\xce\x26\x31\x3b\x66\x81\x6f\x5e\x33\x05\x8a\xf0\xd0\xc2\x88\xb9\x87\xcd\x38\x1d\x04\xe4\x42\xcc\xeb\xe6\xb5\x54\x44\x4f\x9b\x74\x21\x15\xe9\x06\xe8\xf9\x54\x19\x19\x47\x9a\xb4\x5c\xc4\x48\xd0\x5d\x6b\xcb\xbe\x69\x5c\x5f\x75\x26\xcc\x22\x01\xbe\x54\xe2\x89\x96\xad\xd0\x7c\x3f\x35\xf3\xa3\x04\x42\x66\x0b\x2d\xd3\x29\xb4\x15\x9b\x09\xe1\x24\x8b\x82\xd4\x2d\xe9\xd9\xaf\x14\xb2\x28\x0c\x44\x77\x0d\xcf\x14\xc8\x31\xf1\x6f\xad\x5a\x84\x0c\x8b\xc7\x48\xe8\x02\x5f\x7d\xfa\x2d\xd2\x4d\x89\x81\x33\x2a\x5d\x7d\x16\x74\x55\x37\xff\x20\xb5\x9d\x59\x62\x5c\x57\x48\xf1\xcf\xf8\x33\x1d\xf2\xfd\xa9\x0f\x2b\x58\x2d\x1d\xa9\x42\x0f\x9c\x69\xa2\x94\x54\xab\x81\x8c\x01\xa5\xb9\x1b\x05\x0a\x13\x26\x85\xac\x6c\x85\xd4\xb8\xb0\x47\x3b\xac\xf6\x74\xde\x2e\x0c\x0c\xb7\x6e\x21\x83\xb5\xac\xd4\x12\xe7\xc8\xa8\x65\xc1\xcc\xa8\x3c\x82\x46\x5c\x98\x29\x1d\x7f\x19\x3b\xde\xb7\xa8\xe7\xc8\xaf\xee\x6e\xfe\xf4\x2a\xe4\x4b\xeb\x67\xc4\x1c\xe9\x23\x3a\xcc\xdf\xfd\x38\xbb\x85\xb2\x86\x61\xe5\x7d\x1b\x1a\xdb\x5e\x81\x20\xda\x89\xd3\xc0\x77\xa1\x73\xe6\x47\x07\x1e\x4a\x1b\xd6\xb3\xd8\xfd\x1d\xe5\x83\x06\xf4\xed\x67\xc9\x40\x10\x5d\xe8\xd9\xee\xd3\x31\x02\x20\xa9\x24\xe8\x80\x83\x1d\x3d\xb3\xe7\x6b\xae\x8e\xf6\x21\x66\xc4\x33\x09\x3a\x1d\x57\x63\x7a\x6f\x52\xd9\xd7\x1e\xca\xba\x08\x65\xd9\xcd\x8b\x33\x85\xf6\x5e\xa1\x75\x1d\x5f\x62\x76\xa4\xa0\x23\x4a\xd4\x17\x32\xc9\x89\x27\xc6\x85\xbe\xf1\xd5\xe9\xc9\x0e\x54\x7c\x89\x76\xce\x54\x64\xa3\xaa\x43\xcd\x7f\xfe\x57\x5f\x25\x65\xf7\x92\x15\x2c\xc2\x01\x83\x71\x12\x50\x74\x89\x33\xc7\x04\x05\x97\x68\xe5\x95\x06\x7d\xdd\x59\xa1\xec\x71\x81\x8b\x75\x03\xdb\x0a\x46\x9d\x6e\x5c\xaf\x03\xfb\x6a\xc8\x40\x2e\x18\x71\x0e\x26\xd1\xd8\x0b\xce\x55\x51\x5b\x28\xab\xa5\x9a\x4f\x6d\xfe\x61\x09\xe9\x6e\xf6\xfc\x97\x72\x00\xd9\xb4\x68\xeb\x1e\x4e\x1c\x3e\xc9\xd7\x74\xe0\xee\x6b\x49\x23\x78\xfa\x31\xc3\x87\x23\xdc\x5e\x98\x07\x03\x8f\xdd\xcc\xc7\x53\x7d\x4f\xa1\xc0\x6a\x67\xca\xb6\xca\x68\x44\xf7\xee\x31\x57\x74\xdd\xda\x0a\xac\xef\x30\x13\x35\xe7\x7a\x5d\xa9\xb6\x82\x11\x34\x22\xf4\xf2\xed\xcd\x7a\xa3\xa6\x50\xc9\x50\x91\xc1\xc3\xb6\xf3\xf3\xe3\x50\x35\xcc\x87\x4c\xe7\x7e\xa6\x8c\xa9\x0b\xe9\x7d\x81\x4a\x57\x9c\x89\x56\x30\x1c\xa6\x03\xd8\x9e\x1c\x7a\xb9\x45\xed\x67\x4a\xad\x19\x6b\x48\xd2\xfe\xbd\x20\x1d\xe2\xf1\x82\x62\xfd\x3a\xa4\x8f\x99\x57\x2a\xb6\xbc\x62\x5b\x4f\xe4\x15\x52\x67\x02\x75\xc3\xfb\x32\xd1\x7f\xa9\xd9\xd7\xf4\x57\xcb\xc7\x1a\x3a\x96\x85\x22\x48\xb4\x82\x49\x32\x25\x93\xca\x91\x2f\x3d\xf2\x76\xfd\x2d\xc4\x7d\xcd\x5a\xd0\xe4\xba\x58\x6d\x05\xa5\x3a\xb1\xa7\x38\x3a\xe9\x62\xb5\xe5\xb4\x31\x71\x09\xb7\x90\x97\x0a\xe9\xba\x8f\xe9\x88\xa4\x09\xd0\x6d\xe6\x53\x0f\x84\x75\xe1\xb8\x86\x81\xa9\xeb\xd2\xf3\x35\xd2\xa4\x02\x0c\x20\x92\x94\x24\xa3\x15\x58\x51\x39\x32\xce\x9a\x89\x26\x72\x5b\x26\x4b\xd2\x2b\x92\x62\x1a\xc9\x91\x53\xfb\x04\xbd\x86\x1b\x65\x22\xae\x5a\x3e\x16\x1b\x23\x1d\x26\xe2\x0a\x11\xbe\xd0\x79\x98\x04\x0b\xbe\x29\x21\x19\x68\x3e\x9e\x2e\x3d\x20\xed\xf9\xed\x21\x95\xb8\x0a\x56\x5e\x96\x3b\x6c\xa5\x85\xab\x17\xad\xe2\x5b\xd1\xd9\x91\xdb\xbe\x15\x2d\x18\x87\x6b\xd2\xa5\x14\x5e\x76\xa6\xd0\x25\xf3\x54\x04\xda\xf2\x25\x7b\x84\xd6\x52\xd2\xb8\x7a\xa5\x26\x09\x94\x99\x4f\xc5\x0b\xec\xa6\xe5\xa3\x53\x76\xbe\x13\x5b\xf4\x17\xe6\xe1\x72\x92\x94\x23\x85\xf7\xe4\x1f\x30\xf9\x72\x60\xe4\x57\x4b\x45\xde\xa5\xd8\x3b\xcb\x02\x05\x01\xa7\x68\x13\xad\xc0\x0b\xca\x88\x51\x62\xa2\x3b\xf4\x44\x7d\x5d\x69\x52\xb1\xf3\xb3\x10\x1c\xb2\x30\x04\x96\x5c\x83\x05\x13\x79\x61\x7f\x61\x8e\x2d\xbf\x55\xc9\x8a\x3a\x44\xc0\xd5\xf3\x6d\x77\x2b\xf9\x16\x1b\x14\x4a\x43\x41\xaf\x39\x4c\xc5\xb8\x30\xb2\xd6\xf6\x48\x52\xe8\x3d\xd8\x43\x2a\x40\xda\x48\x23\x0c\x25\xa4\x1f\x99\xc0\x80\xce\xad\x51\xd1\x1d\x3b\xc2\xc7\xad\x6c\xcc\x69\x54\xad\x22\x43\x1c\x61\xb8\x6d\xc6\x60\x6a\x15\x19\xe2\xca\x39\x4a\x09\x32\xce\xd1\x53\x8d\x3d\xe1\x2d\x3f\xde\x22\xad\x22\x5b\xb6\x65\xcb\x95\x26\x96\x57\xbe\x41\xea\xe8\xdb\x52\x8f\x16\xec\x4a\x8b\xda\x3a\x6c\xc9\x6d\x06\x62\xf9\x76\x18\x88\x1f\x75\x1d\x10\xf3\x70\xa3\x90\xb0\x1d\x15\x70\xa2\x15\xf6\xcd\x5e\x70\x34\x03\x11\xa0\x23\x6a\xc6\xe9\x33\x3a\x7c\xa8\xf8\x13\xe7\x9c\x69\xc3\x8b\x37\xd2\x08\x9c\xc7\x40\x84\x24\x8a\xcf\x6d\xdb\x29\x1d\x81\xba\xb1\x9b\x50\x98\xce\x97\x91\x53\xd5\xb6\x2e\xcb\x12\xe8\x8c\x57\xe0\xbc\x8d\xd9\x84\xda\xdb\xce\x1c\x77\x21\xcf\x14\x64\xa2\x15\x14\x89\x82\x4c\xb4\x92\xfe\x98\x7f\x50\x89\x89\x31\xd1\x5f\x7f\xcb\xf0\x1d\x76\x72\x9b\x6f\xe2\x87\x22\x67\x94\x5a\x63\x34\xe4\x81\xe2\x51\x94\x81\x72\x7f\x0f\x8f\x24\x3f\x5e\x5a\xda\x50\x06\x8d\x4d\x28\x19\x34\xec\x69\xe5\xd9\x68\xe5\x4a\x2d\xe6\xf5\x11\xd2\xa0\x08\x28\x5b\x42\xe9\x1b\xe6\x32\x1b\x41\xd9\x31\x8e\x83\x99\x7c\x1b\x6b\x76\x61\x76\xbf\x7d\x7e\x8f\x4e\x71\x42\x8c\xfe\x42\xce\xbd\xcd\x23\xa8\x1f\xe7\xbc\xc8\x05\xd7\xdb\x42\x05\xcd\xef\xb8\x11\x67\x14\x57\x02\x47\x70\x04\x25\x03\x46\xd4\x91\x32\x60\xb4\x82\x15\xf5\xe6\x72\x09\x8b\xef\x6d\x05\x84\x63\xe7\xad\x0b\x87\x82\x21\xfb\xc6\xb4\xc6\x00\x7d\x9b\x2b\xae\x50\x55\x14\x6d\xc8\x3b\x38\x7b\xca\xba\x7f\x4c\x1b\x43\x19\xee\x53\xa8\x89\xc6\xe7\xf8\x26\x23\x03\x87\x4e\xb0\x29\xd7\x48\x0f\xcc\xc2\xec\x8c\x8f\x0d\x1e\x4c\x67\xd2\x68\x44\x79\x7e\xb0\xb3\xaf\x7c\x6b\x21\x38\x53\xaa\xee\x62\x1e\x2a\x38\x45\x6f\xcc\xbb\x83\x53\xf4\x17\xc2\x54\xe1\x28\xce\xf1\x4a\x21\xf8\x63\xa8\x7b\x13\xc5\x59\xf4\xb1\xb9\x8c\x9d\xfb\xe1\x82\x92\xb9\x74\x36\x8e\xb8\xba\x3e\xbe\xa0\x8c\xe8\xf8\xf8\x2d\xf8\x85\x19\xe0\x28\x13\xf5\xf5\xd4\xcb\x8e\x63\x28\x58\x4d\x33\xa5\x43\xfd\x4b\xab\x82\xb1\xe7\xa6\x56\xd9\x39\x46\x43\x37\x2a\x3b\xc7\xd1\x7b\x46\xe6\x27\x6b\x31\x04\x3e\xde\xf4\x6c\xaa\x8f\x17\x34\x73\xb2\x1d\x7c\x81\x1e\x18\xa7\xd5\xd9\xe5\x1f\xe7\xb1\x45\xc3\x29\x8b\x46\xfb\xf7\x53\x78\x31\x85\x3f\xf5\xc7\xb5\x7e\x07\x1d\xb8\x20\x59\xc1\x0a\x69\xa9\x48\xbd\x5f\x96\x6c\x42\x59\x69\xd4\xd4\xd4\xd5\x68\x87\x12\x4f\xf5\x54\x2b\x21\xc4\xa6\x17\x3c\xe5\xfe\xb1\x40\x4a\xa0\xa3\x47\x15\xef\xe1\x2e\xe4\xcf\x69\xe1\x41\xad\xde\xe7\x2d\x65\x76\xd9\xb2\x8f\xbe\x7e\x3a\x14\x63\xc2\x70\x94\x1c\x4e\x88\xea\x70\xcd\x14\x7a\xbb\xa2\x48\xbf\x08\x85\x19\x52\xb2\xee\x0a\xa5\xdd\x8a\xd1\xa7\xb8\x0e\xad\xb0\xb1\xbf\x36\x57\x5b\x28\xdb\x41\x98\x16\xce\xdb\xd1\x5f\xec\xc1\xaf\x4d\x52\x56\xde\xf0\x94\x1a\x67\xa0\xf0\x29\xad\x60\x05\x7f\x97\xd1\xb2\x74\x00\xd9\x82\x1e\xfb\xa2\x45\xd8\x00\x8e\xf9\x30\xff\xcb\x65\xe6\x17\x86\xa2\x1e\x39\x73\x0a\xa7\x86\xaf\x6f\x90\xa3\x0f\x03\x3a\xe1\xc4\x21\xd0\xc9\x4d\x0e\x48\xc9\x28\x64\xb1\xe2\x38\x9c\x0d\x9e\x51\xe0\x86\xd1\xd8\x0c\x3f\x4e\x2e\x48\x78\x87\x6a\x68\xec\x39\x21\x50\x8e\x7e\xa5\x4c\x7c\xd0\x43\xd9\x5e\x61\x0e\x7e\x3c\xdf\x41\xc3\x38\xc3\x47\x7f\xe5\x63\x99\xa7\xd9\x37\x84\x75\xa8\xaf\x90\xbe\x7a\xa4\x4d\x9f\x70\x46\xa8\xb7\x20\x66\xa1\x3e\xfe\x31\xa4\x30\x84\x88\xd7\x9f\x17\x7e\x84\x72\x07\x50\xfb\x06\xab\x8c\xd8\x53\xc0\x53\x62\x24\x09\x9e\x52\x1a\x92\xd9\x81\x1b\x6a\xdc\x40\x3f\xeb\x91\x8c\x53\x36\x41\x96\xc8\x60\x95\x59\x42\x09\xa2\x8b\x47\xeb\x67\xcd\x80\xd6\xf8\x59\x15\xb0\xc7\x15\xd2\x61\x34\x14\xb0\x43\x3a\xc4\x07\xf4\x8b\xe4\x60\x76\xfc\x04\xa7\x3e\xdf\xaa\x37\x33\xdf\xbe\xfd\x2d\x13\x62\x8e\xf1\x98\x67\x02\x3c\xd8\xec\x98\x2f\xab\xf9\x87\xf2\xcd\xd5\x80\xf2\x83\x12\xcf\xfa\x74\xc8\x06\x0c\xd5\x29\xb0\x4a\x77\x36\xb2\x9b\x52\x07\x3c\xc8\x29\xac\x4a\xf1\xf3\x85\x9b\x72\xfb\x13\x4a\x2f\x2f\x46\x9a\x30\xc3\x36\x3e\x45\xf4\x37\xba\x63\x31\xd2\x69\x63\xb2\x5a\x15\xb2\x9b\x4c\xa9\xe5\x88\x6d\x8b\xf9\xf2\xba\x4f\x2a\xf2\x86\x9f\xb4\xa2\x85\x2d\x69\xc4\x7b\x78\x52\x8d\x8e\x19\xa0\x2c\xe6\xcb\xc1\x33\xb1\xc3\xe6\x0b\x58\x01\xd5\x68\x5f\x72\xff\x3d\x5f\x76\x3f\x4c\x66\x20\xeb\x43\x3d\x16\xed\x33\x94\xd2\xfb\x58\x8a\xcd\xc3\xce\x51\x84\xe5\x34\x92\x03\xcc\xca\x3c\x7c\x6c\xc4\x0c\x9b\x4a\xcf\x31\x1a\x33\x70\xe8\x92\xdf\x01\xca\x6f\xca\x0c\x6a\x89\x37\x1d\xf1\xe0\xc4\x68\x9c\x4a\xdd\x51\x1c\xba\xe1\xa6\x7e\xee\x1e\x85\x9c\x04\xad\x96\xa6\x02\x19\x9c\x93\xde\x1e\x13\xce\xa3\x99\xe9\xa4\x9c\x07\x94\xec\x8c\x7a\x50\xaf\x43\x0b\xbe\xe0\x83\x03\xc3\xfe\xa2\x4b\x7a\x1c\xe7\xec\xc3\x37\x75\x6a\xfa\xf2\x69\xd1\x43\xb5\x50\xd6\x60\x69\x93\x7d\x7a\xe4\x4f\x1f\x22\xe9\x82\x5d\x08\x58\x9c\x53\x61\x0d\x1a\x88\xa0\x79\xd8\x3d\xca\x81\x65\x2a\x3d\x48\xc3\x4b\x36\x9d\x1e\x04\x83\x77\x0a\x7b\xd2\x8c\x7c\xbc\xa9\xaf\xbe\x4c\xd9\x4f\x14\xd3\x45\x42\x89\xf1\xb7\x13\x65\x0a\x89\x52\xce\xcc\x25\x17\xc5\x83\xee\x6c\x86\x49\x9b\xba\xe3\x3b\xe0\xe0\xc3\xb8\x64\xbf\x0e\xbe\xc9\xae\x2e\x30\x68\x1f\x3e\xeb\x01\x9b\xc8\x16\x04\x7c\x32\x95\xaf\xa4\xd4\x30\xc2\x66\x89\xd2\x05\xf3\x85\xe5\xe3\x74\xdc\x84\x51\x6d\x19\x4e\x05\x4e\x68\x40\xba\xa6\xc1\x28\x17\xfc\x7e\x12\x11\x13\x01\xe0\xd8\x08\x17\x2b\xa6\xf0\x07\x67\xf6\xd4\xe9\x4b\x3c\x4c\xfb\xe9\xac\x24\xb3\xb3\x44\xa7\xfd\x10\x2d\x94\xf9\xff\xa2\x07\x6c\xeb\x33\x35\x4d\xa1\xca\x4e\xa8\xb7\x0e\xa3\x69\xd3\x81\x11\x07\x43\x91\xc6\xbf\x60\x12\x07\x40\xe0\x7a\x77\x12\xb9\xa0\x9e\xd4\xb3\x6c\x83\xa4\x0b\x5a\x7a\x70\x77\x53\x18\x8f\xbb\x90\x5f\x0d\x44\xe6\x52\x66\x9e\xc4\xf7\xe2\xdb\x7b\x05\x47\x83\xdb\x84\xf2\x38\x2b\x1b\xfb\x64\x51\x68\x03\x03\x7d\xa4\x50\x9c\x98\x69\xdf\xe6\xc4\x34\x61\xbf\xd7\x95\x5a\xbf\xee\x7b\x9a\xf4\x30\xfd\x6d\x41\xc5\xdb\x0e\x9b\xca\x16\xd2\x80\x04\x4c\x45\x2b\xb8\x0b\x3b\xa4\x9c\xfa\x36\x82\x66\xb1\xa0\x39\x43\x59\x96\x5c\x50\x4b\x6d\xa4\x1a\x6d\x79\xeb\xb3\x59\x0c\x44\xe4\x08\x30\x05\x24\x69\xa0\x3f\xa6\x92\x83\x34\xb0\x0e\x53\xc9\x41\x8a\x53\x0c\xdf\x54\xf1\x38\xe8\xcd\x74\xfb\x54\x33\x3d\x59\x29\x53\xfb\x27\x2d\x2a\xe7\x2a\xe6\xda\x2c\x0b\x06\x99\x90\x3a\x57\xd4\xf4\x6e\x59\xf5\xd0\x81\xe5\xc0\x33\xf9\xd4\x52\xaf\x50\xb8\x99\x3a\xba\xe7\x64\xda\xb5\x30\x68\x43\x3c\x38\xee\x4d\x07\x15\xe0\xca\x7f\x16\x0e\x66\x88\x32\x03\x33\x46\x2d\xf4\x70\xfb\x16\x81\x2d\x66\x60\x86\x53\x7c\xde\x94\xcd\xe8\x46\x9f\xbc\x9a\xcc\xc9\x65\xbb\x7e\x84\x92\xdd\x6c\x9f\xef\xbc\x50\x05\x36\x40\xe6\xc5\x05\x3b\x4a\xd6\x09\x3d\xe2\xd5\x9f\x97\x1f\xde\x64\x3f\x2a\x26\x40\x69\xb0\xa2\x62\x00\x14\xc7\x94\xbf\x29\x8d\xac\xa4\x4c\x4a\x8d\x91\x18\x4f\x01\x28\x67\x92\xde\xa3\x3e\x9f\x9a\x11\x90\x33\x17\xbb\x71\xa6\x49\x0d\x8c\xd9\xbc\xd8\x8d\x0d\xca\x73\xcb\x8a\x0a\x6c\xd1\x81\x74\x4c\x3d\xde\x2f\x98\xb0\xf3\x42\xba\xb3\x53\x79\xca\xcf\xd9\x7e\x1a\x6c\x31\x6a\xc9\xc7\x9e\x69\x7a\xa0\xd3\x7c\x8c\x99\x8b\x30\x7d\x93\x0e\x6d\xbb\x0c\xe6\xdf\x4e\x94\x79\x71\x7e\x67\x8f\x5d\xdc\x50\xc0\x63\xce\x04\x32\xd2\x8c\xe1\x3d\x1c\xa8\xa6\xb0\x17\x05\xb3\x7a\x0a\x7a\xd1\x47\x16\xc5\x4f\x42\x38\x5f\x4d\x3d\xd9\x6f\x5c\xb9\xcf\xea\x8d\xcc\xcc\xeb\x89\x7e\xb9\x18\xa6\x93\x79\x4c\x9c\x8d\x53\x0f\xef\x1b\x57\xc8\xd3\xe9\x3b\x2e\x98\x46\x18\x8d\xdc\x22\x4c\x43\x34\xb8\xd8\x9c\xd5\x71\x65\x8f\xd4\xc2\xe6\x80\x0c\x03\x51\xeb\xf4\xe6\x40\xe7\x02\xd2\xc0\xe0\x9d\x02\x69\x8c\x86\xcd\x52\xcd\x42\xe8\xee\xca\x19\xfc\x4a\x45\x72\x27\xb6\x14\xba\xeb\x69\x73\xaa\x9a\x50\xb6\xcb\xf2\x9f\x99\xad\xa7\x03\x16\x91\x35\x1d\xb0\x9b\xab\x33\x32\x39\x80\x9e\xe9\x5a\xf6\xff\x67\x12\x6e\xd9\x7f\x45\x05\x0b\xfa\x51\x8e\x4c\x97\x70\x81\xb5\xe6\xc7\xad\xfe\xd0\x03\x2b\x89\xb4\x18\x59\x42\xa1\xb5\x33\xf2\xa0\x1a\xb7\xc5\xa1\x71\x56\x44\x7f\x1a\x31\x6e\x0b\xd7\xfa\xac\xbe\x63\x00\x0e\x39\x95\xb0\xa3\x5d\xe9\x82\xef\x18\xb8\x2e\x99\xc6\x77\x5c\xe8\xd1\x86\xee\x86\x0f\x84\xe1\x28\x38\x1e\x26\xcf\xe5\x9d\xe2\xff\x26\xad\x00\x59\x86\x36\xdc\xdf\x54\xa4\x65\xa0\x07\x6d\xd0\xfb\x90\x92\xc5\x4f\x23\xdb\x85\xe9\x90\x63\x23\xf8\xe4\x31\x1b\xe6\x3c\x2a\xa6\x59\x1b\x20\x68\xf4\xd0\xbe\x5d\x19\x0a\xda\x80\xf9\x6c\x96\x42\xe9\xad\x8c\x00\x2e\x2a\x66\xc3\x02\xad\x8c\x4c\x26\x01\xa8\xbd\xe9\x77\xf6\xd7\x53\x26\x09\x80\xd0\xe6\x9d\x7d\x7d\x6a\xf5\x64\xe6\x5b\xac\xd3\x4e\xf7\x70\x22\x62\x00\x1a\xe0\xc1\x85\xfc\x6c\x7e\x2a\xc8\x31\x77\xea\xa9\xfd\xc9\x9d\xe0\x6c\xc8\x28\x4e\x58\x02\x83\xb4\x2b\x33\xad\x38\x36\x47\x4b\x3d\x4b\x57\x13\x74\xc8\x69\x1b\x66\xaa\xb9\x55\xd7\xb8\x52\x8b\xf5\x44\x56\xc1\x39\x9b\x9f\xee\xfc\xf4\x1a\x8a\x1f\x95\xb7\xa8\x71\x10\x69\x18\x95\x23\xa4\x05\x12\x87\xb8\xc6\x25\x46\x67\xe5\x7d\x77\x9f\x83\x5b\xb3\xc9\xd2\xf2\xad\x56\x1e\x95\xd2\xb0\x23\xe1\xf1\xee\xf7\x11\x76\x26\xcc\x8e\x07\x0a\xcd\x45\x22\x90\x6c\x24\x83\x3a\x2e\x34\x97\x41\x1d\xa3\xc2\x16\x06\x75\xf4\xd7\xcc\xb7\x3a\x1c\xa1\x2d\x3b\xb7\x5d\x3d\xa4\x94\x0a\x4b\xdf\xcd\x5e\xed\x6f\x1f\xca\xf4\x33\xf9\x0b\x2d\xd2\xb9\xb7\xc0\x16\xf3\x6b\xf7\x0b\x91\xed\xd7\xee\x5c\x5e\xce\x0e\xcf\xa4\x49\x78\x86\xc3\xac\x31\x1d\x23\xa6\xb6\x93\x7b\x1c\x6c\x06\x81\x38\xda\x85\xd6\xe0\x45\x7b\x24\x5f\xc7\xd7\xc0\x91\x54\x4f\xda\x4b\xac\x55\x81\x3a\x1a\xf7\xfe\x33\xf9\x3b\x60\x93\x00\x35\xd0\xb3\xdd\xd9\x3b\x79\x69\x31\x8d\xcd\x18\x35\x23\x95\xa1\x02\xfa\x70\x76\x96\x37\x9f\xaa\x15\xf6\xaa\x1e\xad\x9f\x03\x25\x4c\xaa\x0f\xdc\x4c\xd3\x38\x0d\xee\x11\x67\xe7\x52\x0a\xd1\x6c\x9c\xc6\xa8\xcc\xd8\xf0\x11\x02\x4d\x31\x6c\x65\xc2\x6e\xce\xfb\xd1\x99\x03\x63\x2f\xb8\x3f\x9d\x7e\xc3\xce\x15\xe8\xf4\x1b\xf6\x7e\x70\x54\x1b\xe8\x1f\x26\x73\xe0\x6e\x44\x0a\x0d\xf9\x09\xb8\x79\x9d\x02\x58\x54\x9c\x84\x53\x00\x8b\xca\xbd\xf5\x34\xc0\xa2\x1f\xd8\xb9\x03\xa7\x01\x2b\x36\x6c\x76\xf6\x34\x62\x51\x37\x43\xda\x0c\x87\x4d\x46\x96\x9e\x66\x7c\x9a\x85\x4f\xc7\x22\x0b\x02\x43\xc3\x64\x4d\x07\x71\x22\xf6\xfc\x6a\x8e\xa7\x19\xe7\x2e\x44\xe9\x28\x5d\x47\xbb\x32\x4e\xf6\xf2\x0c\xc9\x60\x68\x14\x9f\x03\xab\x34\x1c\x94\x20\x4e\x07\x30\x0f\x95\xe5\x1e\x1c\x03\xb3\x86\x36\x43\xe9\xd1\x64\x45\x19\x8d\x1e\x99\x1f\x6d\x60\xaa\x4f\x87\x69\xe9\xb0\xe7\xc4\x1a\xa9\x29\xd5\xf6\x41\x50\x3a\x47\xc6\xc4\x22\x73\x56\x0c\x3c\x6a\x73\x66\x11\xf9\x14\x85\xd0\x53\x2a\xf9\x3b\xf2\x67\xfd\xe7\x7f\x17\xe0\xe2\x49\x02\x8d\xca\xb4\x18\x0d\xd1\x8f\x57\xfe\x94\xb7\xf2\xa9\x56\x3e\xf6\xb8\x70\xa6\x03\xdd\xb3\x12\xd3\xd7\xda\x71\x08\x4c\x9b\xb0\x3d\x6d\x6a\x4e\x10\x9c\x7e\x3b\xde\x0f\x8c\x1c\x63\x1c\x2a\x9e\xc4\x39\xed\xb0\xc8\xc1\xd9\x8f\xc7\xf1\xf9\xcd\xe9\x50\x66\xf1\x49\xe8\x49\xf8\x39\x11\x3e\x93\x87\x6e\x19\x28\x87\xcf\xb4\xaa\x6b\x25\xae\xcf\xa6\x5f\x7d\xf7\x03\xe6\x98\x66\x87\xf8\x8a\xe6\x86\xcb\xa8\x78\xfb\x09\x48\x2a\xb2\x77\x28\x5d\x72\x62\x1f\x94\xaf\x61\x0e\xc4\xbb\x1f\x73\x21\xbd\x99\xc1\xe5\x67\x05\x11\x4e\x86\x2e\x8c\xca\xc8\x0d\x5d\x28\xcf\xb7\xd6\x5a\x74\x78\xe1\xcf\xc3\xd8\x5a\xde\xa7\x0f\xa5\x74\xa4\xa8\x0c\xd0\x08\xd7\xeb\xcf\xa8\x84\xf7\xb7\x3e\xbe\xe3\x89\x58\x16\xe7\x71\xcf\x2c\x5f\x0e\xc6\x1b\xb2\x6c\x0c\xe6\x5b\xe7\x5f\x3a\x53\xe6\x46\x51\x9d\x46\x1c\x70\x9f\x30\x97\x3d\xf6\x39\x05\x2f\xfb\x80\x90\x88\xcb\x1b\x13\xc1\xb1\x38\x3b\x32\xbb\x4e\x70\x41\xc6\xb1\x9b\x94\x0c\x44\x60\x2f\x9f\x1d\x73\x80\x5f\x6c\xe2\xf4\xd6\xa6\x63\xbc\x18\xcb\x67\x84\x9c\x8b\x37\x90\x38\xec\x9b\x8d\x01\x38\x42\xd2\x6c\x83\xd4\x0e\xc2\xec\xdd\x76\x33\xe6\xa0\xbe\x2d\x97\x31\x49\x95\xc6\x22\xd7\xe8\x73\x5b\x5d\xcf\x54\xe3\x30\x3a\xa9\x86\xa0\x1f\x50\x8a\x60\x80\xc9\xb2\x11\xd2\xac\xe8\xf6\x21\x21\x3e\x8e\xed\x0d\x3d\x43\xd9\xa5\xc7\x2e\xd8\x78\x7d\x46\x4a\x85\xca\x29\xa9\xc8\xeb\x7b\xa6\x99\x7b\x95\x70\x7d\xcf\xed\x83\x41\x5c\x0e\xc6\x19\xc4\x45\x6b\x9c\x01\xfe\xfd\x09\xce\x20\xde\x91\x6d\x98\x52\x45\x05\x0b\x4b\x50\xb2\x49\x0d\x25\x38\xe3\x1e\xd9\x68\x6f\xd6\xd0\x60\x82\x33\xce\x0b\xa5\xaf\x68\xdc\x5c\x4c\x65\xa8\x68\x5c\x47\x4c\xa1\x07\x4a\x1c\xa4\x5b\x66\x5c\x0e\x3c\x82\x12\xb4\x38\xb4\x37\xd7\xbb\x4c\x81\x74\x75\x3d\x52\xc6\xf6\x4d\xa1\xa6\x00\xb6\xdd\x12\xed\xfd\x78\x48\xef\xc1\x8c\xcb\xa9\xde\x58\x14\x21\x00\x5a\x1c\xbf\xbe\xf2\xe7\xfe\x76\xfa\xca\x1f\xa8\xc7\x7c\xfb\x16\x31\x67\x76\xdf\xf9\x13\x87\xe9\x26\x9b\xea\x49\xad\x5e\x3e\xd8\x49\x09\x2a\x5a\x9c\xdf\x46\x04\xc4\x69\xa7\x74\x15\x2d\xae\xdc\x37\x98\x38\xe6\xf5\x2d\xe5\x91\xc9\x02\x2d\x50\xd9\x64\x6f\x63\x2c\xe3\x2b\x79\x73\xb7\x04\x9b\x2a\xb9\x45\xab\x6c\x56\x25\xb7\x68\xf5\x95\x32\x0b\xeb\x99\x42\x43\xb3\x6a\x4a\x35\xef\x2d\x94\x95\x73\xc6\x29\x93\x20\xbe\xb7\xb7\xb1\xe4\xcf\xa7\x36\x4e\x33\x6a\x4c\x45\xb4\xf3\x1b\x03\x01\x69\x62\x8c\xc2\xec\x35\xa5\x30\x1f\x0b\x21\x5b\x31\x4e\xcf\x37\xee\xc9\x0c\xdc\xec\x05\xdb\x0a\x95\x70\x57\x94\x7a\x99\x15\x48\x4b\x22\x30\x1d\xf3\x6d\x2f\x56\x0c\x40\x43\x0f\xe2\x35\x16\xbc\xa0\xc5\xf5\xfb\xf6\xab\xd6\x5e\x43\x2e\x57\x44\x97\xcc\x71\x67\xaa\x65\xe4\x4c\x84\xac\x87\x78\x98\x3f\xb6\x1e\xda\xeb\xcf\x38\x85\xf7\xb7\xc5\xdf\x16\x48\xef\x3a\xbc\x46\x46\x10\x00\xab\x9f\x1f\x5e\x31\xe6\x53\xed\x32\x98\xe1\xe3\xdb\x8e\xf8\xad\x94\xd1\xa2\xc5\x11\x6b\x40\x41\x2e\xd6\xa6\x20\x04\x2d\x5e\x2c\x41\x06\x4e\xde\x0e\x4c\x41\x04\x5a\x9c\x89\x1f\x3f\x33\xc8\x7d\xcb\x47\x3e\xca\x78\xf9\x88\x98\xd1\x5b\xbe\xd5\x1c\xa0\x24\x95\xa6\xa2\x55\xe4\xc3\x07\x8d\x94\x26\x97\x3b\x90\x4f\x85\x86\x67\x0f\x7e\x74\x78\x8c\x8b\x52\xb1\x34\x5a\x45\xda\x2a\x5c\x46\x8b\x83\xf2\xc3\xc2\xa7\x1a\xee\xa6\xe0\x3e\xa7\xa1\x78\x9c\x29\x1f\x2f\x3c\x6c\xf0\x11\x8c\x96\xf7\x8e\xd3\x01\x33\x2a\xfb\xfc\x83\xf3\x92\x03\xcf\xc7\x66\x63\x9c\x20\x1f\x3f\x17\x80\xf7\x1c\x30\x83\x07\xb1\xd3\x79\x26\xfa\xc1\x16\x54\x1c\x8c\xbb\x43\xf9\x56\x66\x43\x43\x0c\x38\x12\xc6\x88\x4b\xf2\xeb\x3c\x7e\xbd\xe5\xdf\x8f\x12\xc9\x76\x28\x73\x3c\x2b\xff\xb5\x6b\x2a\x5a\xe7\x6b\xbb\xb1\x21\x29\xbf\xbe\x4e\xc8\xf9\xe3\x9b\xed\x3c\x21\xa9\xaa\x41\x6a\xd1\x70\xe2\x38\xf9\xc3\x68\xc8\x26\xa3\x04\xe2\x10\x53\x44\x8b\xfb\x4f\xfa\x64\x93\xbe\x65\xb0\xb2\x1c\xe2\xa6\xf9\xb2\x45\x5b\x7e\x55\x2b\xe9\x91\xf3\x10\xc5\x3f\xf6\x15\x78\x24\x7e\x19\xe7\x77\xa8\x39\xf6\x7c\x75\x93\x33\xd9\x75\x5f\xef\xc1\x9a\x32\xc9\xca\xa7\x9a\xaf\xfb\x93\x7a\x0c\x52\xe3\x00\xf2\xb3\xd4\x87\xc9\x1d\x7c\x62\x34\xa4\x8d\xd2\x3b\xb4\x78\x91\x9c\xcf\x21\x2e\x13\xc1\x02\x5a\x9c\x34\x04\xa6\xb8\x9e\x7a\x2c\x31\x7a\x4a\xad\xa6\xf1\x51\x28\xa1\x43\xab\x38\x1b\x1d\xa8\x62\x34\x84\x98\x80\x01\x2d\x2e\xb0\x9f\xa5\x75\x4b\x19\x2b\xd8\x20\x9b\xa7\xa4\x40\xda\x40\x62\xaa\x7f\x80\xe2\xb1\xd9\x7f\x58\x03\x19\x8c\x45\x72\x83\xd3\x0d\x06\x00\x07\x3f\x7f\xf6\x42\xc7\x51\x43\x20\x0b\x00\x11\xf3\x87\x45\x9f\xa1\xfb\x9a\xa1\x21\x52\x08\x56\x91\x73\xa4\xa2\x55\x74\xde\xa5\xcc\x9f\x5d\x37\x39\x97\xfd\xbc\xfc\x1c\x97\x7e\x2c\x7f\x26\x58\x78\x80\xca\xe1\xe9\xe7\xb3\x7d\xbc\x59\x3f\x73\x43\x6c\x9b\x9f\x9d\x35\xd7\x53\x93\xa1\xcb\x4c\x93\x8f\x7b\xd7\x53\xd3\x56\x1c\x15\xba\xab\xf3\x7b\x3c\x2e\x3f\x8c\x4a\xcf\xc3\x32\x22\xa0\x72\x7c\x5a\xc4\xb6\x00\x31\xbe\x14\xce\xa2\xd5\xbf\x23\x5f\xdd\x9f\xb2\x52\x03\x52\x90\x12\xef\xf0\xf5\xb2\x57\x11\x17\xe9\x72\xac\x8b\x7e\x3c\xa5\xcc\xe7\x84\x14\x6f\x5b\x57\xae\x97\xa5\xb9\x25\xd2\x12\x64\xa0\xd5\xd4\x83\x9f\xe0\x60\x2c\xb6\x02\x2c\x29\xd6\x0b\x0b\xb4\xd2\x21\x24\xc5\x49\x23\x0e\x6e\x81\xe5\xbd\x04\x2f\x68\x78\x31\x96\x82\x5b\x34\xdc\x28\xeb\x85\x07\xb2\x33\x27\xf0\x60\xfa\x87\x7d\x5a\x53\xaf\x25\x68\x4f\x27\xde\x6e\x86\xee\x3b\x4c\x1e\x5e\xb5\xa5\x74\x11\x7d\x1c\x7c\xbb\xdc\x7d\xea\xb5\x00\x6a\x8c\xd4\xe7\x98\x99\x32\x6d\xcc\x4e\xa5\x86\xb3\xf2\x8c\x64\xbd\x00\xce\x77\x7a\xbf\xbc\xf7\x0a\x1f\x1b\xbd\x76\x65\x3e\xb7\xdb\x64\x8e\xd0\x1b\x85\x91\xfa\xe5\x0f\x1e\xc1\xa5\xb0\x18\x0d\xb7\xc6\x7a\xd9\x44\xed\x34\xca\x1b\x8b\xce\x04\x5a\x58\x65\xc6\x50\x23\xd6\x9d\xeb\xc0\xc1\x30\xa0\xbc\x25\x5a\x0a\x35\x6c\x3a\x7f\xf8\x39\x06\xae\xbb\x75\x58\x58\xf5\x7c\x6a\x27\xb7\x7d\x06\xcb\x19\x21\xb8\x90\x5a\x24\x84\x70\x3e\xa5\x9b\x64\x59\x3a\xe4\x5b\xb0\xc2\x7c\xfb\xf9\xe7\x7f\x95\xa3\xde\x3a\x50\x38\x9d\xfe\x4d\xfa\x17\xd2\xfd\xa3\x5a\x01\x12\xf1\x20\xad\x83\xa7\x64\x3e\x0e\xaf\x03\xd9\x95\x7a\x1d\x80\x9d\x75\x38\xb0\x2e\x0a\x9d\xb7\x75\x91\xa1\x20\xd7\x7c\xca\x5e\x46\x5d\x9c\x4f\x0f\x2c\xe5\x5a\x5a\xf9\xe8\xca\x27\x5d\xd0\x6e\xc9\x30\x1d\xc9\xe7\x80\xc1\x40\x64\xe0\x2a\x5b\x8e\xdb\x81\x21\xb0\x8c\xc8\xa8\x19\xf5\x72\x18\x02\xda\x58\x6c\x16\x96\x81\x44\xe7\xf9\xd1\xba\xbd\xe4\x5b\x2f\x7d\x28\x4f\xe6\x60\xd4\xbe\x38\x71\x6e\x9a\xb1\x84\xa5\x38\x31\x53\xd6\x81\x70\xec\x29\x54\x87\x06\x53\x22\xbc\x0d\x67\xec\xe5\x60\x1c\x33\xdd\xe3\xd8\x0c\xbb\x1d\x7e\xc6\x71\x85\x4d\xac\x2a\x07\x7d\xb7\x30\x4c\x7f\xec\xcc\xb4\x98\x5f\xe7\x60\x7e\x2e\x48\xed\x8d\x91\x42\x77\xa7\x43\x69\xf9\x5e\xf9\x52\xee\x53\xe6\xee\xb4\xfc\xf2\x19\x62\x9d\x66\x18\xba\xea\x98\x1a\xa3\x50\x8b\x0d\xce\xc1\x7f\x76\x6c\x44\x9a\x9d\x66\x09\x1f\x8e\xd6\xe9\x85\xb5\x43\x67\x9d\x0e\x74\x88\xc7\x71\x9d\xd8\x2e\x17\xa5\x5e\xca\x19\x4a\x9b\x66\xfe\x8d\x57\x59\xa7\xfd\xd2\xf8\x40\xd7\x69\xd4\x9b\xe3\x78\xde\xa4\x03\xdc\x32\x12\xdb\xa3\x93\xd9\x91\x47\x84\xc3\xda\x72\x1a\x07\xce\x42\x4b\x30\x89\xc3\x61\xb1\x6f\xca\x0b\x99\x2f\xbb\x5c\x51\x29\xb3\x2c\xed\x21\x2d\x37\x2e\x66\xd2\x07\x0d\x1f\x3b\x56\xe1\xa0\x61\x73\x64\x09\xfb\x40\x26\xeb\x9b\x3a\x75\xf5\xff\x82\xd2\x25\xad\x8f\xab\xab\x38\x76\x34\x11\x1a\x96\x03\x65\x54\x47\x20\xbd\x49\x4b\x4f\xfa\x57\xb8\x26\x3d\xd2\xa8\xde\x1d\x5d\x50\x1c\x2d\x1e\x52\x2e\x4d\x47\xd5\xbc\x49\x2b\x9c\x8b\x76\xe4\x01\xe1\x68\xb6\x14\x37\xa3\x0c\x58\x5d\xc1\x30\xee\x3f\x43\x0a\xc6\x50\x52\xed\x47\x3f\x32\x32\x34\xc8\x48\x3d\x7a\x53\x9d\x39\x71\x02\xb3\x3e\x42\x0a\x66\x9a\x0e\xe0\xb6\x80\xf5\x8b\xce\x1a\xd9\x7b\x85\x77\x0d\xb0\xb7\x73\x2a\x60\xf7\x2f\x45\xb8\x38\xaf\x34\xb2\x3d\x90\x7c\x59\xa5\xe7\x99\x2e\xdc\x5b\xb0\xa9\x02\x5a\x94\x99\x61\x49\x63\x70\x10\x5b\x06\x46\x00\x9e\x59\x02\x46\x9c\xad\xa6\x52\x45\x3d\xb5\xfd\xb2\x2e\x2c\x56\x9b\x6a\xcb\x09\x17\x38\x96\x2d\x65\x58\x68\x0d\x35\x7e\x61\x84\xf8\xe8\xb5\x84\x9a\x28\xd1\x93\x4e\xb1\x80\xd1\xbe\x04\xa1\x68\xdc\x9b\xad\x8b\x23\x24\xf2\x45\x08\x8a\x23\xc3\x50\x16\x85\xd2\x7a\xca\x8a\x7e\x0c\x65\x78\x0a\xed\x7b\xad\x4e\xfa\xa6\x3d\x9b\xb9\x21\xc8\x04\xbe\xc8\x75\xe9\xd0\xcf\x71\x63\x09\xf7\x70\xcc\xce\x76\x72\x90\x89\x7a\x64\x06\xd8\x97\xac\x8e\x23\x47\xd4\x03\x53\xe6\x42\x6e\x22\x46\x00\x37\x38\x1e\xf0\x4d\x5a\x29\x21\x47\x04\x51\x68\x58\xe2\xeb\xb2\xd7\xb8\xd5\x14\x8a\x27\xd8\x44\x97\x5f\x35\x65\x67\x5c\x6c\xce\x11\x72\xeb\xdb\xfc\x29\x9f\xc0\xc1\x8e\x73\x06\x82\x9e\xad\x60\x3c\x03\xc7\x93\x55\x9d\x87\xd9\x29\x82\x6e\xd2\xf3\x79\x41\x69\x3d\x9f\x1f\xab\x3f\x4d\xa1\x3d\xb6\x33\xa5\xd6\x3c\x98\xb2\xd5\x2b\x7a\xe6\xdb\xcf\x3f\xff\xfb\x7f\x3d\xb0\xc0\x64\x16\x80\x30\xe0\xcf\x5d\x86\x29\x94\x7c\xeb\x6c\x01\xf8\x4e\x57\x45\x19\x3f\xdf\x5a\xbb\x4c\x9a\x99\x3e\xbb\x3e\x1f\x6b\xc9\x91\x75\xd5\x88\x48\x66\x57\x61\x28\x9a\xb3\xa4\xdf\x94\x57\x0d\x91\xe9\x6c\x01\x23\x3b\xa0\x3a\xb3\x53\xf6\x9c\x50\x0c\xed\xb6\x5d\xff\x94\xe1\xca\x25\xd0\xb2\x77\x84\x69\x68\x31\xfe\xaa\x13\xa7\xf6\xf4\x5d\xa0\x86\xd8\x8d\xd5\x0f\x5e\x62\x63\x0a\xe3\xd0\x62\x0a\x56\xde\xd1\xa5\xb7\xf2\x2c\x01\xe1\x59\x95\x83\xcb\xa4\x4d\x0b\x88\x92\x42\x1b\x91\x93\xc5\x97\xdb\xc9\xa9\x5b\x6f\x4a\x3c\x85\xc7\x76\x19\x1c\x51\x8f\x74\x17\x28\x73\x26\xc1\xb7\x56\x78\x5a\x97\xb1\x12\x31\xf0\x1c\x0a\xa3\x61\x54\x0a\x2a\x71\x94\x81\xa5\x23\xac\x44\x99\x88\x0c\x07\xbf\x88\x78\x15\x36\xa2\xc4\x54\x6d\x8e\xab\x05\x0f\x19\x1a\xd1\xd0\xd6\x2d\xec\x96\x36\x3c\xb5\xa1\xe4\xd2\x18\xf9\x94\xae\xa6\xd6\x9f\x32\xc6\xd0\xa2\x7d\x97\x0d\x45\xea\xc8\x17\x31\x9f\x9a\xb3\x45\x45\x15\x34\x1f\x87\x63\x6b\x11\x09\xa3\x84\x52\x67\x8f\xfc\xa9\xce\x5e\x0c\xd9\x2f\x5a\xd8\x38\x80\x1f\x1a\x62\x0a\xf0\x43\x4d\x87\x74\xf0\x88\x51\xd6\x16\x02\x83\xa1\x98\x9f\xd0\xc1\xcd\x69\x7a\x32\x23\xf2\x4d\xc6\xec\x08\xbc\x21\x94\x76\x23\xea\xd9\x99\x03\x88\xcd\xb3\x9a\x9f\x4f\x35\x0e\x21\xcd\xda\x06\x35\xea\x64\x01\xf8\x44\x16\x80\x06\x7c\xcd\xab\x45\x9a\x31\xeb\xbe\x04\xc3\xd9\xbc\x1a\xe2\x8c\x33\x80\x21\x0c\x51\xc0\x2d\xdc\x94\x8a\xc5\xfc\x57\xfe\x74\xff\x5c\xe6\x48\x18\x0d\xb3\x50\x31\xf7\x8f\x1c\x98\x3b\x07\x47\x36\x06\xe1\x23\xc6\x2b\xdf\x5a\x01\xb1\x42\xdd\xa2\x04\x8f\xfb\xea\x18\xfd\x2d\xa5\xea\x1f\xe2\x81\x08\xf9\xec\x4d\x07\x81\xa8\xe0\x81\x97\x00\x04\x27\xfe\x94\xe5\x98\x10\x91\x8a\xdd\x37\x8c\xb8\xee\x97\x63\xe0\x8f\xd6\x52\x6a\x56\x44\xd1\x39\xce\x7d\xe5\x69\xdd\xea\xbe\xac\x6a\x1c\x33\xbb\xb7\x6e\x86\x2a\x38\x41\xe7\xa9\xc5\xea\xd6\x0e\x35\x9f\xd2\x6a\x0a\x3f\xae\xa8\x43\xc2\x70\x9e\x5e\xa2\x39\xbc\x42\xe9\x15\x2e\x2e\xf8\x25\xcc\x40\xc1\xdf\xbd\x86\x77\x27\x72\x50\x98\x81\xbb\xbb\xf9\xd4\x89\x3e\x52\x28\x86\x1b\xa9\x55\x0c\x07\x8b\x2b\x42\x43\x39\x66\xfe\xf3\x41\x28\x3f\x4e\xaf\xef\x84\xb2\x7d\x81\xb0\x10\xbc\x20\x7e\xc0\x25\x74\xc1\x11\xa6\x19\x7e\xa6\x02\xc2\x74\x39\x7e\x7e\x3d\x90\x01\x0e\xee\x10\xf9\x30\x0c\xa4\x67\xe7\x1a\x7b\x70\x5b\x4d\x7f\x4a\x70\x41\x0f\x5a\x36\xc7\xb0\x49\x01\x4b\x13\x67\x9f\x9b\xa1\xe5\x68\x0e\x11\xd9\x83\x6d\x9d\xae\x2f\xc6\x45\x0f\x96\xcd\x53\x04\xcd\xc8\x1d\x04\x94\xb7\xd9\x91\x9a\x64\x9c\xb4\xfc\xe9\x5d\x86\x45\x31\x1c\x3f\x8f\x53\x92\x63\xeb\x37\x14\xeb\xb0\x5f\x9a\xbb\x8c\xa5\x60\xfa\x07\x81\xc0\x96\x62\x3d\x94\x71\xa5\xcc\xb9\x86\xa8\xc6\x21\xae\x9e\x5a\x6d\xa6\x3c\x85\x76\x26\xd1\xb9\x6d\x39\x43\xe7\x9c\xe8\x63\xa6\x09\x45\xc2\x40\x3c\x80\x73\xe0\xf2\x64\x0d\xdc\xa4\x9c\x9a\xa6\x8f\x7b\x5c\xef\xac\x69\x23\xa5\xa5\xb0\xb8\xf0\x82\xa4\x7b\x0d\xd2\xdd\x1b\x50\xf6\x7d\x3f\x15\x69\x9f\x70\x3e\x77\x1c\x88\x49\x78\xcc\x35\x7d\x85\xda\x38\xe2\x18\x22\x51\x0f\xa4\xb6\x43\xe6\x73\xa7\xb4\x1c\x06\x62\xd4\x94\x49\x4a\xb2\xc1\xe6\xa4\x7f\x74\xd7\xa9\xbc\x60\x53\x01\x26\x0a\x97\xa4\x8b\xf0\x11\xf8\xf8\x97\x01\x13\x93\xa7\x99\x6b\x22\x93\x38\xbc\x4e\x98\x2f\xdf\xbe\xfd\x6b\x1a\xfd\x78\xa0\xa9\xd8\xb0\x63\x28\x1d\x3e\xce\x0c\xdb\x8f\xad\x8e\xf4\x4f\x47\xd2\xb0\x22\x31\x22\xd8\x36\x44\xe2\xe7\xc2\x66\x4d\x5e\xe4\xd1\x83\x45\x6f\xf3\xa7\x31\x3b\xa9\x55\x97\x42\x23\x65\x12\x00\xe8\x9f\x69\xe3\x86\x9d\xea\xf0\x11\x04\x93\x58\x8e\xae\x1f\x95\x2b\x98\xc5\xf5\x4a\xdf\x0c\xf1\x47\xbc\x4f\x27\xef\x42\xba\x07\x82\x91\x99\xdc\x82\xac\xb2\x2d\x1c\x5b\x3f\x52\xc4\xd1\xf4\x67\x3c\x04\x0e\x17\x51\x79\xb6\xb2\x16\xac\x87\x9a\x58\x3e\xd2\xc0\x97\x0b\xd6\x63\x5e\x97\x2d\x62\x38\x6f\xc9\x23\x9b\x6d\xb2\x0c\xbf\xe1\xed\xc0\x32\x76\x63\xd2\x77\x61\x35\xc8\x88\x75\x53\xdb\xb5\xe6\x53\x20\xb5\x50\x1f\x3d\x54\x49\x77\xbc\x89\x59\x82\x85\xbd\xc2\x2e\x16\xac\xa3\x81\xb0\x59\xcb\x96\x74\x4d\x45\x62\xcb\x08\x61\x83\x3c\x26\x36\xc0\x9a\x74\x36\xd5\x5a\x37\xc2\x05\x82\x75\x94\xc1\xea\x2d\x3b\x59\xb9\x9c\x59\xcb\x9a\x32\x43\xf1\x3d\x4e\x0d\xe5\xde\xb2\x85\x1c\x90\x22\xb2\x7d\xd9\xb4\x81\xb9\x8d\x06\x69\xf0\x8b\xd0\x20\xc7\xac\xa1\x2c\x63\xf2\x9f\xf6\x30\xbb\x74\xa1\x61\xaf\xbf\xa3\x5f\x2d\xc7\xb1\x28\x23\xb3\xb5\x1c\x45\x88\x29\x10\x1e\x20\xf6\xdb\xc2\x35\x9b\xa9\x44\x76\xa2\xe4\x05\x32\x39\x27\x1b\xc8\xb1\x2a\x78\xc3\xba\x96\x2d\x6e\xee\x7f\xd6\xda\xcc\x2c\xdd\xc5\x0c\xe2\xa4\x2f\x54\x49\x89\xcf\x79\xd9\x3b\x56\xb3\x28\xb2\x8a\xe2\x15\x57\x00\x8a\x91\xd3\x97\xf0\x27\xe5\xc5\x6e\xdf\x66\x52\x8e\xaf\x1b\x26\xc5\xa2\x33\xdc\xa4\x8d\x7c\x6a\x89\x73\xe5\x5b\x69\xc2\x9a\xc2\xe1\xc2\x0e\x89\x7c\x1c\x90\x3e\x11\x5c\x21\x95\x83\x15\x5d\xb8\xfd\xec\x01\x81\x28\x34\x4a\x6b\x23\x3d\x50\xdc\x0f\x58\x78\x73\x33\x80\xe0\x32\x38\x65\x02\xac\x5b\xdb\x09\x5a\x33\x94\x9b\x2f\x2f\xde\x52\x2c\xc0\x28\xe1\xb5\x0d\xe7\xa5\x1e\x49\x47\xd4\x8b\xd0\x27\xe5\xc5\x0a\x6d\x5f\x09\x8f\x23\xf5\xe8\x78\x32\xf3\xa3\x5e\x70\xa3\x16\xb7\x4f\x82\x30\x85\x43\x5e\x10\x04\x74\x6d\x4b\x4a\xac\xa1\xed\x83\xdf\xcc\x7f\xba\xba\xc5\xa8\xd9\xb6\x02\xd1\x7c\x0a\x5b\xd1\x1a\xc6\xd0\x76\x42\x7a\x02\x72\x2f\xe3\x50\x46\x0d\x65\xb9\xcd\xa7\xbe\x11\xe0\x66\x71\x29\xa4\x45\x23\x48\xf9\x72\x48\x8b\xc6\x99\x7f\xfb\xf1\x03\x11\x5c\xd6\xb6\x31\xce\xfb\xac\xb5\xfd\x82\x15\x2d\xb8\x7d\xd0\x4b\x5f\x75\x7b\xc5\x2b\xa2\x65\x40\xcb\xcc\x6a\xe0\xe6\x1b\xf9\x51\x79\x21\x5e\xf9\xd1\x9b\x82\x5d\x2a\x04\x4b\x21\xfa\xec\x7a\x3b\x9d\x12\xa2\x51\x78\x96\xe3\x60\x3e\x84\x60\x29\x84\xf6\x59\x00\x58\xc2\xbd\x6f\xe4\xe6\x91\x5a\xbb\x56\x20\x7f\xfa\xea\x00\xc6\x7a\x23\x38\x61\xdf\xb7\xcd\xcc\xa7\x07\x56\xe7\x23\xcd\x7c\x85\x4e\x3f\xa1\x7e\x6e\x85\x3f\x65\x75\x12\x86\x75\xbd\x61\x49\x2c\xb9\xb7\xdd\x83\xb0\xaf\x83\x63\x10\xeb\x75\xbd\xa7\xbb\x97\x2f\x1d\xcc\x78\x40\x2d\x95\x1d\x50\x5b\x2e\xfd\x34\xc1\xc4\xe6\x53\x45\x80\x7b\xaa\xb1\x25\x59\x43\xa2\xa0\x68\x72\xb9\xaf\x4c\x97\x1d\x89\x0f\xe5\xce\x31\x03\x92\x94\x84\x71\x5c\x8e\xb0\x41\x98\xcb\xf5\x76\x1c\x30\x78\xd9\x01\x36\x46\x98\xe9\x1d\xbe\xa3\x56\x71\x1a\xd1\x50\xd7\xdb\x48\xf5\x03\x29\x65\x78\x0a\x6f\x00\xd6\xdb\xf8\xe4\xdc\x10\x0a\x8f\xd2\x08\x3a\xb9\x3e\x32\xe3\x88\xff\xb8\x08\x6f\x51\xeb\xdf\xc0\xc2\xf5\x19\xb0\x73\x83\xe4\xf4\x33\x20\x2d\xb6\x50\x2c\x42\xa7\x34\xc2\xca\x2d\xe3\x51\x88\x24\xb9\xc0\xa3\x10\xc9\x6d\x19\x8f\xd2\x9f\x6a\x7f\xa2\x3c\x27\x41\xa7\xb0\xc1\x15\xee\xe2\xee\x02\xd5\xfa\x69\x0d\xcb\xf9\xe1\xe4\x79\xa5\x50\xcb\x80\xf5\xe1\x78\x16\xb1\xbe\x04\x56\xb9\xfb\x1e\x52\x4c\x82\x58\x57\x2e\x98\xff\x63\xec\x4d\x72\x65\xd9\x95\x74\xbd\xfe\x1d\xc5\x9a\x81\xdc\x59\x13\x38\xd8\x1d\xb5\xa5\x39\x90\x11\xe1\xc2\x6b\xbc\xcc\x8b\xab\xcc\xf9\x0b\xb4\xef\xff\x63\x2b\x95\xc2\xdb\xa7\xb1\xb0\x48\x73\x06\x6b\x1a\x8d\x56\x36\xb9\x22\x5c\x6f\xac\x2a\x85\xaa\xdf\xe8\x39\xfb\xf8\xa3\xd7\x22\x27\x7c\xeb\x0d\x53\xca\xb2\xd8\xb7\xc2\xb4\xa9\x1e\xdc\x39\x99\x03\xf8\x66\x23\x24\x17\x8d\xf9\x11\x6a\x20\x10\xcc\x1c\xee\xfa\xa2\x11\x8d\x52\xb4\x99\xaa\x21\x1a\xd7\x74\x2e\x5c\x7b\x79\x54\xf1\x58\x95\x2f\xd4\xf5\x46\xf7\xdd\x27\x08\xd7\x1b\xbe\x73\xe4\x7a\x63\x78\xcc\x7a\xbb\xea\x9c\xa2\xe6\x32\x87\xe7\x27\x38\x03\xf2\xad\xb7\xde\x22\xe4\x3c\x12\x5c\x71\xa8\xd1\x70\xc5\xd1\xe4\x59\x6e\x7d\xc4\xa8\x16\x5e\x8f\x18\x32\x0a\x35\x7e\x72\xbc\xb0\xf4\xa6\xfa\x68\xb3\x69\x6a\xc3\xdb\x86\x2d\x1d\x96\xf5\x63\xa6\xb3\xcc\x9e\x2b\xd2\xee\x72\x2b\xb1\xbb\x34\x27\x8a\x14\x63\x41\xf6\x47\x86\xb9\x2a\xca\x8e\x11\x79\xf8\x91\x68\x5a\x37\xed\x47\xb4\xbd\x78\x6f\xf2\xa7\x71\x8b\x23\x12\xba\x32\xa7\xbb\xd1\x7b\xa2\xff\x27\x31\xf6\x89\xfe\x7f\x1a\x6d\xca\xc2\x27\xe3\x96\xdc\x21\x1a\x6e\x72\x4c\xb5\x2f\xf8\x04\xc2\xb5\x5b\x41\x10\x24\xf4\xde\x04\x41\x90\x77\xa5\x7d\x73\x94\x21\x43\x37\xe2\xde\x21\xa4\xb8\x43\xdc\x9b\x6f\x35\x72\x8b\x4f\x00\x69\xb0\xc3\x54\xbe\xc9\xd9\xd2\x0e\x53\xf9\x33\xb4\xa4\x2c\xef\xd7\xaa\xdc\x66\x64\x45\xd9\x98\x6b\x36\xf5\xbe\x99\xdc\xe2\x5a\x1f\x7a\xa0\xa2\xe0\x73\x48\xfa\x2d\x39\xb1\x44\xe9\xfb\xc6\xea\x79\x24\xb5\xa2\xb3\x5b\x5d\xb8\xc6\x4f\xd5\x21\x48\x0e\x21\xf8\x7d\x4f\x4d\xa7\xfa\x20\x52\xb8\xbb\xf0\xe9\x7d\xf2\x40\xe1\x46\x4b\x0c\xbf\x11\x06\xdb\xc4\x68\x23\xe1\x15\xc3\x74\x23\xe1\x95\x29\xff\xbe\xf5\xa8\xf7\x34\x10\x4e\x4f\x8c\xab\x2d\xa1\xae\x2e\x80\x8d\x25\xbd\x9c\x9f\xed\x10\xf1\x96\xdb\x0b\xc1\xd9\x2e\x9a\x94\xa5\xf5\xd5\x12\xc2\xcc\x23\x18\xd7\xc9\xc6\xba\xb8\x1e\x5c\x1b\x7b\xd8\xec\x93\xa2\x16\xb7\x96\xc5\xd9\x68\xa4\xfe\x59\x88\xb9\x6f\x6d\x29\x68\xfe\x8d\xdc\x56\xe6\xb8\x9b\x98\x0a\xb2\x47\x24\xde\x7f\x93\x29\xe5\x4e\xc1\xd0\x95\x30\x58\xd1\xff\x93\x24\xc5\x9b\xb8\x09\xde\xb6\x18\xbc\x27\x89\x63\x09\xf8\x7f\x0f\x5d\x7b\x1b\x8b\xf7\xa1\x1b\x72\x87\xc5\x7b\x93\xc5\x04\x31\xfe\x9b\x94\xb8\xb7\xe2\x28\xe8\xf2\x22\xe4\xff\xc9\xba\x2c\x17\x1d\x64\xf5\x26\x74\x82\x54\xaa\x77\x48\x84\xb3\x50\xc6\x0e\x89\xf0\x9d\xc5\x6f\xdd\x21\x11\xce\xd5\xa3\x8e\x7d\x20\xd4\xbc\x09\xab\x20\xb2\x75\x27\xc9\xf6\xdd\xbd\x60\xf0\x8a\x7f\x43\x58\xff\x3b\xbb\x0d\xd9\x29\x35\xe5\x98\x2e\x4d\x1e\x3a\x51\xd5\xbf\x8b\x57\x8f\xe7\x2e\x9e\xe2\x52\x7e\xdd\x08\x8e\xa5\xec\xb7\x89\xa9\x20\x87\xb6\x3b\xc4\xc8\xd9\x58\x06\xc1\xb1\x44\x94\x3b\x05\x4b\x48\x7a\x80\x3b\x04\xc7\x39\xbb\xd7\x81\x81\x46\x77\x2d\x9c\x98\xa1\x6e\x43\x6d\x8e\xa4\xf6\x23\x0a\x90\x14\x60\x76\xc8\x98\xf3\xfd\xfd\x46\x4f\x5d\x4f\x44\x86\xd5\xf1\xc9\x92\x29\x0c\xe5\x02\x37\x81\x67\xb7\xe4\xcd\xda\xbb\x11\xc3\x21\xcb\xc3\xe9\x0e\xc3\xfb\xe2\x75\xca\xc6\xfb\xfe\xc8\x29\x1c\xfe\x25\xc6\x84\x53\xb9\xd8\x2a\x60\xef\x9d\xf5\x50\x4a\xfe\x48\xc0\xe1\xac\x9c\x76\x6b\x57\x36\xc6\x31\xdc\xf3\x60\x7e\x68\xf9\xb3\xae\x08\x0f\x24\xac\xc3\xe5\x38\x79\x67\x11\x20\x2e\x1b\xc6\xe2\xe2\x9f\x6d\x05\x7b\x10\xed\xb2\x33\x86\x38\xa2\x7a\x76\x46\xd9\xf2\xae\xce\xc6\xf6\x68\x6e\x65\xc7\x5d\xa8\xbe\x4b\x85\xc5\x8d\x80\xb4\xbe\x1f\xc3\x5b\xfc\xa5\x36\x63\x23\xcb\x10\x7f\x13\xfc\xa1\xde\xdf\x6c\x9c\x3b\xff\x30\x5e\xf7\xd2\xd1\xdc\x11\x19\xa2\x49\xd7\x73\x47\x2c\x88\xac\x57\xe5\xce\xc8\x53\xa5\xbc\xb0\x33\x76\xe5\xc3\x95\x42\x0d\x64\x4d\x5e\x3c\x9d\xee\xef\x2f\x99\xbc\xa9\x8f\x18\x5f\xea\x44\xc8\x89\x80\x88\xc2\x2d\x27\x02\xd2\xc3\xd8\x19\x6f\x11\xc9\x1f\xd9\x07\xd9\x1f\x61\x73\x79\x39\x37\xaa\x20\xd5\x15\xa3\xae\xe4\x5c\x2c\xae\xae\x87\x2c\xc9\x6b\x75\xbd\xea\x20\x15\x21\x3b\x9f\x72\xba\xb7\x15\xed\x41\x8e\xd8\x76\xe1\xdd\xd3\x9d\x8b\x43\x24\xf4\x52\x86\x30\x93\xb3\xb1\x9c\xdd\xf5\xc4\x69\xd7\xad\x53\xd8\x6d\x30\x4b\x76\x41\xd9\x53\xd4\xe6\x2e\xd0\xbb\xbd\xfd\x19\x73\x17\x2e\x54\x21\xee\x02\x1f\x3e\x39\x17\x8b\xab\x6d\x8a\xdb\x82\x2e\xf4\x5b\xa0\x6b\x86\x86\x2c\xfe\xa6\xc8\x86\x22\xdd\x8a\xea\x7a\xb4\xba\x74\x36\x04\xab\x49\x8f\x7d\x87\x65\x97\x25\x03\x61\xd9\xed\xb5\x95\xb0\xec\xad\x0f\x7f\xd3\x6e\xf7\xc7\xf0\x92\xa1\xf5\xaa\x98\x75\xdd\x3c\x00\x36\x72\x56\xa9\x94\x10\xb2\xfd\xf4\x80\x0e\x11\x35\x40\xec\x0f\x42\xb6\x37\x29\x70\x28\x48\xbb\x94\x32\x76\xc8\x55\xb3\x04\x63\x04\x69\xb7\x3a\xe3\x0e\xb1\xea\x2d\x85\x0d\x22\xad\x9f\x71\xd0\x62\x03\x57\xe9\xc0\x37\x3d\x89\x78\x99\x6f\x39\xff\xbf\x85\x0f\xc3\x72\x3c\x7b\xab\x35\x3d\x7a\x78\x45\xef\x10\x79\xde\xf2\x1e\xaf\xc0\xea\xf5\x16\x26\x6f\xba\x13\x45\x91\x29\xb2\xba\x9e\x07\xbb\x49\x54\x22\xf4\x1d\x66\xdc\xad\x0f\x7f\xe4\xca\x9e\xce\x42\x6c\x0a\x3f\x48\x5a\x29\xd5\x19\xe2\x9e\xdb\x4f\x97\xe2\x9e\xd7\x5b\x48\x32\xcc\xaf\x93\x18\x58\xc4\x39\x3f\x15\x69\x6c\x38\x65\x93\x55\x03\xd1\xcc\x0f\xc9\xa3\x9f\x6e\x50\x9f\x88\x32\xbc\xf1\x1b\xdb\x36\xa4\xd8\x72\xc1\x47\x58\xf2\x93\x55\x27\xb8\x70\xa4\xda\xa2\x48\xe4\x52\x18\x50\x24\xf2\x24\x85\x95\xdd\xb6\x42\xb9\xf9\xa7\x71\x1b\x0a\x9f\xf4\xa1\xa1\x36\x65\x83\x76\x11\x9a\x92\x23\x7d\x69\xde\xec\x2e\x5d\x17\x5d\x41\x7d\xa8\x4b\x43\xd9\xc1\x29\x74\xc5\x78\x8a\xd7\x06\x09\xb3\xeb\x26\x29\x2a\xb1\xca\x9b\xc4\xec\x5b\x56\xd7\x77\x73\x36\xce\xaf\xf0\x49\xc7\x89\x9b\xc4\x87\xbb\xcb\x99\x8f\x08\x1f\x0b\x43\x8b\x0b\xc7\xb9\x9c\x2e\x8b\x94\x44\xe7\x52\x21\xc8\xf5\xb6\x24\x04\x79\x93\x66\xc2\xee\x3c\x51\xb5\xed\xc2\x28\xfb\x36\x35\x11\x46\xd9\x4d\xf2\x14\x82\x8e\x27\xf1\x8e\x88\x32\xde\x24\xda\x20\xc8\xf8\x19\x89\xaa\xe1\x74\x4b\xe5\x67\x77\x49\x16\x44\x31\x85\x4d\xf6\x3d\xb3\x2b\xd2\x09\xd6\x0c\x11\x8b\x4c\xe4\x54\x87\x73\x21\x4d\xa2\x1d\x32\xd4\xac\x28\x34\xc4\x0a\x3f\xd5\x3a\x1b\x91\x8d\x75\x99\x84\x65\x75\x93\x30\x63\x4b\x66\xaa\x17\xec\x0e\x99\x69\x13\x7b\x5c\xa1\xc2\xe7\xd0\xc5\x33\x70\xe1\xa0\x57\x29\x11\xc0\xb3\xbc\x81\x6e\x79\xae\x1f\x42\x0d\x03\xbf\xab\x7a\x6e\xef\x41\x5c\x5d\x1d\x2e\x64\x9f\xe2\x84\x12\x1e\xfc\x0c\x45\xd5\x22\xdf\xd4\x53\x73\x0f\xdd\xf0\xc9\x85\xa3\x83\xf7\x9f\xbd\xa6\x28\xe6\x77\xbd\x75\x49\x21\x6c\xec\x92\xbf\x12\xd8\xfb\x9e\x92\x6c\x39\xb2\xb7\x1e\xa6\x3b\xe4\x8b\x36\x38\xde\x18\x41\x8b\x53\x47\x74\xee\xf3\xcb\x5b\x59\xa2\xfa\xe9\xc6\x0d\x91\x62\x13\xbf\x4d\xe1\xb9\xc5\x9d\x54\x78\xee\xe1\x77\xa8\xec\xa5\xfd\xb8\x1c\x5b\xaf\x5f\x06\x1e\x56\xce\x4d\xdc\x53\x62\x69\x67\x19\xd7\x10\x2d\xbb\x89\x4b\x44\xb0\xec\x26\xd6\xc1\x0e\x61\x5f\x13\xfb\x86\xc8\xd9\x4d\x1c\x3e\x45\xce\xae\x77\x77\xd1\xd8\x0a\xb7\x1b\x84\x25\x22\xe2\x49\xee\xe1\xdb\xb7\x5a\x10\xa2\xc8\x9e\xc9\x12\xea\x66\x9e\x5a\x33\xcd\x6d\xc8\xfe\x9a\xdf\x4d\xb8\x83\x17\xf3\x62\x4f\x5e\x8b\xed\x9b\xe5\x2e\xac\x2e\x1b\x2a\x34\xba\xe0\x42\x9c\xd7\x4c\x8a\x23\xce\x9b\x72\xc5\xaf\x58\xda\xc3\x0f\xec\xc9\xb1\xd3\x3e\xc6\xe5\xbb\x38\x1b\x04\xcf\x3e\xbf\x74\x51\x0e\x96\x5e\xa8\x53\xcf\x45\xdd\x12\x18\x40\x0f\x3f\xb8\xa7\x14\xdd\xf4\xf4\x9d\x5e\x7c\x15\x0e\xb5\x11\x53\xd2\xe1\xe8\xdd\xbe\x81\x14\x22\x7b\x8e\xe6\x8a\x5a\x14\x55\xef\x45\x6c\xe9\xca\x9b\xc2\xde\xda\x70\x32\x96\x26\x12\xf0\x20\x80\xf6\xd9\x19\x6e\x34\x96\x4d\x27\x22\xc2\x62\x37\x53\xcb\x48\xea\x4c\xc3\x21\xa9\x33\x81\xb7\xd8\x35\xc2\x03\xf2\x00\x3f\x9a\x3f\xc6\x46\xd1\xd6\x0c\x49\x5d\x33\xc9\x86\x68\xce\xb7\x12\xb2\xb8\x39\x74\x8d\x22\x8b\x33\x31\xb3\xa4\x80\x2a\x22\x0d\x83\x6b\xd3\x41\xe1\xff\xbd\x99\xea\x58\xc2\xd4\xcd\x45\xb9\x2d\x74\x51\x2e\x76\x8d\x86\x4c\xc8\xec\xa9\x10\xa2\x7b\x79\x13\xb9\xd1\x37\x59\x57\x0c\xf5\xe7\xfe\x86\x6c\xc3\x17\xf0\xc2\xe8\xc6\x44\xcb\x12\x06\xd6\x4d\xb3\xb4\x53\x84\xae\x17\x68\x40\x5b\x21\xac\xb3\x53\xf5\xd0\x82\xe7\xf0\x9d\x14\xf1\x13\x85\xac\xe5\x10\xfe\x16\x59\xbb\xb8\xe6\xdd\x7b\xd0\x89\x6e\xa8\x30\xdd\x6e\x72\xac\xb2\x97\x98\x15\x5d\xfd\x41\x25\xa1\x7f\xcb\x86\xde\xb0\xa4\xcd\x7b\x6d\xc5\x5e\x51\xff\xf0\xeb\x63\x36\x48\x08\xd2\xda\xd0\x83\x30\x2c\xb7\xbb\xd4\x29\xf6\xc6\xe2\x41\x4a\x79\x7b\xb3\x4f\x74\x5f\x60\x9a\xed\x4b\x69\xeb\x52\xcf\xce\x06\xb2\xd1\x95\x80\xa8\x4c\xfe\xd7\xf7\x66\xd7\xe8\x0a\x40\x52\xe6\x7b\x59\x76\xdb\x97\x1b\x0c\x16\x66\xfe\xb3\x30\x73\x23\x37\xab\xb7\x28\xbe\x0d\x9f\x43\xf4\xc8\x16\x4f\x4b\xf4\x3a\xb2\x31\xe3\x74\x59\x66\x4b\x3d\x6f\x87\xfc\x2b\x2b\xe4\xd6\x0e\x19\x57\x16\x67\x7d\xe3\xd5\xdd\x28\x1d\xe7\xec\x73\xe8\xe6\x40\xac\x65\xbc\x28\x6f\xec\x92\xdc\x6f\x09\xb2\xa4\xca\xb7\x37\x4a\x8a\xd2\xfa\xdb\x7b\x6b\x9e\xd5\x79\xd1\x6c\x3a\x01\x48\xa4\xbe\x3d\x22\x6e\xcd\x2d\x0e\x02\x02\xaa\x2e\x41\xd7\xc6\xe2\x7a\x88\xd9\xb0\x41\x01\xd5\xdf\xf0\x43\xec\x36\x63\xdd\x85\xa8\xf1\xb8\x3e\xcc\x60\x7a\x41\x79\x4b\x45\x6f\x87\xc5\xf5\x2d\x3b\xa2\xfd\x62\x1b\x7c\x73\x1c\x0d\xa1\xc9\x97\xa8\x39\xad\x6e\x18\x55\x27\xa9\x61\x6c\x8c\xaa\x8d\xc5\x91\x4f\xf9\xb0\x62\x0a\x6d\x8c\xf9\x02\x23\x08\xef\x85\xc8\x29\x7b\x7a\x5e\xdc\x1b\x42\xd3\x2f\x74\x46\xa4\xf6\xb7\x43\x02\x75\xd7\x5b\xcf\xaf\x17\x16\x51\x12\xd6\xef\x17\xe8\xa2\xf9\x63\x4c\x96\x30\x4b\xc8\xa0\x9a\x11\x1d\x9e\xdc\x4d\x81\x61\x42\xdd\xef\x6f\x23\x41\x5e\xe8\x94\xbc\x10\x36\x48\x2b\x70\xbf\xd0\x4a\x1c\xdd\x5f\xe3\x98\x34\x7f\xd4\x6c\xa9\x4d\x9e\xf7\x52\xfc\xdb\x2f\x3c\xbe\x16\x7f\x5c\x87\x94\xd3\x63\xe2\x85\xb2\x9c\x99\x7e\x2f\xbd\xfd\x85\x3a\xe4\x12\xfe\xfe\xfe\x94\xed\xe6\xe5\x5c\x84\xd2\x51\x1f\x36\x73\xab\x36\xb7\xbc\x5c\x6a\xe2\x75\x1d\x75\x97\x85\x74\x17\x45\x2b\x4f\xef\xcd\x9d\x08\xad\x79\xef\x2f\x3c\xbd\xfb\x38\xbc\xc4\xcb\xea\x6e\x86\xb9\x56\x87\xd8\x7c\x5e\x95\xe0\x5e\x0d\xa1\x2b\xd9\x65\x4b\x17\x79\xbf\x85\x83\xbe\xd9\xd8\x26\xdd\x39\xb8\x04\x3a\xd8\x38\x81\x2f\xdf\x8a\x62\x9f\xe8\x8c\xbd\x41\x57\x9a\xaf\xb7\x77\xed\x54\x36\xba\xae\x55\x91\x0f\x78\x09\xf1\x36\x22\x33\xaf\x67\x88\xcc\xb2\xcc\x2c\x36\x12\x33\xcf\xd6\x1b\x86\x55\xf3\x0f\xf5\xb0\xd4\x5e\x7c\x4b\x61\x56\x38\xfc\xad\x8b\x4d\x53\x8b\x49\xb7\xa7\x4b\x26\xdd\x66\xc5\xbe\xd9\x9b\x1e\x26\xa6\x14\xda\x6f\x6f\xf4\x97\xf4\xf4\x7e\xeb\xe9\xa0\xd3\x19\x9e\xc9\xbf\xac\xf3\x0f\xd5\x88\x87\xf0\xd1\x7d\xa8\x83\xf4\xe1\x69\xdb\x5c\x34\xb6\xb8\xa6\x92\x38\xf9\x43\x04\x97\xe2\xe4\x9b\x33\xfc\xd1\x86\x1f\xce\x6a\xcb\xa8\x95\xb3\xe3\x4b\xea\x7f\x16\x6b\x12\x62\xbf\xf8\xd1\x1e\x9e\xc8\xdb\xef\x5a\x23\x88\x7e\x71\x7f\xe8\x1d\x33\xf0\x41\xff\x44\xc4\x34\x86\xcb\x52\xf7\x20\xc0\x7e\x56\x68\x02\x02\xec\x9f\x9e\xfb\x87\x31\xe7\x9a\xba\x0f\x78\x56\x0a\x39\x1b\xa3\x66\x53\xa0\x61\xd4\x9c\xaf\xef\x0f\x83\xcd\xd5\xdc\x22\x33\x27\xb4\x12\x46\xcd\x69\x8a\xe8\x55\x44\x7d\x29\x86\x28\xa2\xfe\x30\x33\xfa\x09\x4d\x00\xc5\x51\xde\x61\xe2\x9c\x7d\xc4\xf1\x7c\x6e\x66\xe3\xa3\x67\x55\x75\x76\x84\x6d\x90\x48\xb8\x47\x5b\xf6\xdb\x0a\x94\x8f\x90\xd9\xc3\xad\xda\xbf\x59\x62\x8a\xd2\xfb\x67\xaa\x83\xaa\x89\x77\x73\x75\x8e\x8b\xa0\xb9\x2c\xf2\x82\x6f\xd9\xc0\xcb\xa2\x9f\x1f\x31\x5d\xbf\x65\x03\xd9\x8b\x97\xf3\xe8\x99\xa5\x25\x0b\xa3\xe6\xe6\xfb\xf9\x11\x06\xd5\xde\x7b\xf4\x1a\xd6\xba\x84\xfb\xf3\x66\xde\xe9\x23\x3f\x04\xae\x07\x61\x50\x71\xd1\x70\x26\xd4\xdd\x66\xf4\x40\x1c\x8b\x47\x6e\xef\xd5\x75\x98\xa5\xb7\x7f\x27\xfc\xee\x1f\xc6\xf6\x12\x5b\x24\xfc\xa4\xdb\xbf\xd6\x7e\xc4\x3a\x75\x5f\x79\xc8\x89\x1b\xf0\x88\x10\x6b\x2e\xab\xa3\xa0\x6a\x43\x12\x60\x26\x49\x98\x49\x37\xa9\x96\x10\xf1\xff\xfc\x52\x1d\x0a\x87\x9c\x16\x63\x3d\xde\x60\xa7\xda\x39\xae\xd8\x52\xa0\x95\x93\x23\xa8\xf9\x54\x0e\xca\x7a\x38\x7b\x5e\xfc\xe9\x72\x51\x5e\xfc\xc3\xf5\xc4\xc4\x06\xd7\xe3\xe4\x5a\x78\xbd\xea\xca\x69\x62\x5d\xcf\x8e\xce\x16\xe5\x78\xb6\x07\x36\x9f\x44\xf9\x6f\x33\x88\xb6\x49\x90\xff\xc6\x69\x9c\xc4\xf8\xcf\xc9\xdf\x62\xaf\xcd\xae\x6f\xbc\x09\xa6\x6a\x09\x0e\xfe\xf5\xcd\x85\x52\x8c\x9b\xe7\xca\x9f\xce\xb5\x68\x2f\x2b\x17\xe1\xce\xbf\xbf\xe3\x10\x37\x0d\x23\x9c\x30\xe6\xea\xdc\x8a\x59\x75\x51\x78\x11\xc3\x1f\x43\x3d\x38\xce\xc8\x24\xf6\x7f\x9b\x97\x73\x11\xbe\x34\x6b\x1a\x83\xcd\xc7\x4b\xfa\xe4\xee\x28\xe9\x5c\xa8\xf6\x64\xf5\x6d\x45\x00\xa3\xe2\x6f\x3d\x4a\x6a\xbe\xf5\xbe\x9c\xfe\xc8\x0d\x5e\x9d\x8d\x48\xd7\x43\xf3\x86\xd1\x1b\x87\x69\x8e\xb0\x85\x96\xf3\xd6\x93\x0b\x5d\x83\xae\x45\x0d\x5e\x02\xfc\x96\x93\x63\xaa\xfc\x0d\xf6\x45\xd3\x3c\x6e\x42\xce\xa8\xaf\x71\x7d\xa3\xf9\x7e\x72\xa1\x10\x33\xfe\x68\xc7\x73\x8a\xb2\xe0\x6e\x83\x3b\xb0\x53\x6b\x48\xc6\x33\x11\x54\x4e\x2e\x85\x19\xed\x54\x0e\x6c\xd2\xfd\x91\x63\x3f\x9d\x0d\x95\x4c\x0d\x12\xb1\x79\xd7\x20\x43\x4e\xde\xe6\x5d\x95\x5b\xa1\x90\xe9\x16\xc3\x06\xb9\xb8\x0d\xe8\xa4\xe1\x6c\x38\xba\x4d\x2e\x1a\x3e\x87\xba\x9a\x88\x0d\x98\x6e\x95\x0c\x86\x21\xf1\x91\x4f\x2e\x7c\x9e\xbb\x6b\x6c\xc0\xdb\xbf\x8b\x83\x7c\x0f\xe5\xe6\xaf\x9f\x5e\xdc\x51\xed\x31\x2d\x32\x16\xd1\xbc\xe2\x4e\x0e\xb4\xdc\x93\xb2\xcc\xa3\xda\x0f\x84\x99\x75\x70\x90\x8f\x77\x21\x80\x5b\xaf\x53\x9d\x23\x4c\xa0\x87\x3b\x17\xe1\xe6\xbd\x8e\x12\x9e\xa3\x43\x70\xb2\xa1\x3b\x9a\xfd\xc3\xe8\xb9\x36\xf2\x8d\x8f\xd9\xdb\x39\x9e\x45\x1e\x48\xbc\x67\xc6\xf7\xe3\x27\x1e\x74\x9a\x80\x40\x97\xe8\x58\xcc\x71\xeb\x6d\xe3\xee\x04\xef\x63\x26\xb5\x28\x9e\xe3\xd4\x90\x83\xe7\x58\xbc\x8e\x6c\xd6\xe4\x6f\xe1\x84\x51\x27\x29\xe4\xf1\x09\xc6\xdb\xc9\xf1\x00\x9f\xfe\xb8\x62\x75\xfc\x31\x7c\xe7\xe9\x58\x63\x54\x3d\x93\x86\x11\xa4\x66\xd1\x21\x0f\x33\xea\x46\x84\x83\x93\x8b\x83\x9c\xba\x72\xf4\xbb\x2a\x97\x7f\xfd\x54\xbc\x8b\x9d\x5c\xec\xd4\xea\x5a\x40\xfa\xdd\x45\x83\xa8\x98\x2e\x8a\x7c\x6c\xba\x6c\x6c\x5c\x21\x12\xe4\xf8\x44\x88\x3f\x39\xed\x95\xa2\x2c\x48\x56\x0b\x90\xc4\x68\xeb\xee\x5e\xcc\x79\x66\x92\x13\x8a\xcf\xdd\x1f\x43\x52\x3a\xb4\x3d\x92\x04\x1a\xee\x91\xb8\xdb\xd5\x3f\xe5\x85\xa4\x5b\x20\x49\x36\xea\x4e\x48\x26\xe5\xaf\x4b\x6b\xab\x3e\x61\xb7\x81\x1c\xec\x64\xb9\x7b\xbe\x5f\xe3\x3c\x09\xf7\x26\x11\xa6\xdf\xb2\x2d\x54\x5b\x5c\x34\x36\xa2\x56\x37\xe4\xf5\x0a\x64\x76\x72\x8c\x54\xbd\xc7\x20\xab\xeb\xf2\xc3\x7e\x7b\x6a\x3f\x27\x09\x46\xa6\x9a\x24\x8c\xc1\xed\x75\x92\x4e\xe8\xf7\x6b\x20\xca\xac\x91\x89\xe9\x2a\x84\x9b\x88\x6c\xad\x0b\x47\x9e\xee\x7d\x53\xe1\xe9\xbe\xa3\x88\x30\x47\x08\xd8\xef\x5b\x1f\xb3\x90\xda\x48\xca\x6a\xb6\x9b\xb2\xd0\xf5\xc3\x3f\xd5\x3e\x9e\xca\x12\xa9\xb4\x2b\xa7\x13\xe8\x8f\xe1\x24\xbe\x31\xd4\x2c\xc2\x6c\x38\xcb\xec\x6a\x5a\xb2\x5e\xc1\xf3\x8f\x54\xf7\x29\x1b\x57\x7b\x56\x2b\x68\x62\x22\x02\x3c\x59\x24\x67\xee\xe0\x0c\xad\xeb\xec\x8f\xf0\x40\x45\x4e\x20\xf2\x1e\xba\x32\x43\xe2\xdd\x70\x17\x7a\x72\x25\x72\x1a\x99\xf6\x82\x67\x01\x2f\x0d\x55\x13\xa8\x87\xae\xf0\x47\x48\xb5\xef\xf2\xfd\x88\x24\x4c\x9b\x0a\xdf\xf8\xd3\x97\x6f\xc6\x2b\x48\x17\xb2\xcf\x2c\x78\xfa\x7e\xc5\x92\x5d\x9d\xf7\x82\xab\xe2\xcd\x3a\xf9\x97\x41\x1d\xea\x2e\x2e\x7a\x91\x4e\x67\x63\x64\xc5\x39\x9e\x14\x3a\x30\x05\xad\x09\x13\x43\x45\x54\xbb\xce\x0f\x82\xeb\xd4\x86\xb3\xbc\xc0\x34\x81\xf2\x86\xdf\x84\xb9\x42\xac\xdc\x66\x51\x4d\x7a\x3d\x6a\x22\xc2\x01\xfe\x68\xd9\x45\xd1\x00\xad\x53\xd9\xce\xc0\xfd\x53\x36\xdd\x74\x33\x81\x83\x4a\x52\x0e\xee\xe0\x70\xbd\x2f\x7e\xea\xaf\x30\x49\x75\x66\x64\x19\xde\x34\xc1\x65\x69\xb0\x2a\xac\xcb\x45\x35\x61\x8a\xd0\x3c\x6b\x10\xdc\x97\x73\x60\x33\x2d\xb2\xbc\xde\xdf\xc2\xcb\x61\x36\xde\xb0\xc6\x38\xb9\x9b\x2e\x65\x65\x99\x16\xe7\x98\x96\xe6\x2c\xd7\xdd\x74\x45\x10\x3c\x3a\x9b\x45\xa2\x14\xed\xe6\x02\xff\x3c\x5d\x6e\x87\xf3\x36\x5d\xd5\x9b\xaf\xac\x55\xc5\x8c\xa0\x69\x9d\x2b\x78\x3d\x89\xb2\x0a\x03\xef\x9c\xd4\xa9\x0a\x5e\x2f\xfe\x65\xc4\xe9\x17\xb1\x1c\xb6\xdf\x0a\xd6\x77\x72\x11\x20\xf4\x5b\x32\x14\xca\x35\x29\xb2\x04\x6f\xda\x3b\x58\x82\x67\xa1\xba\x3a\xd5\x1d\xd5\x13\xd4\x4a\xd3\xf5\x5c\xa1\x4f\x8a\xbf\xc5\x24\xf8\x60\xe2\xcc\x7e\x8a\xce\xaf\xd2\xd1\xd6\xe4\xca\x84\x7c\x7e\xb3\x9b\x51\xaa\xf0\xd2\x4a\x68\x28\x41\x86\x54\xf7\x2f\x78\x04\xb3\xf8\x9b\xce\xde\x54\x36\x90\x6d\x71\xae\xd3\x8a\xc6\x12\xc6\xb9\x53\xa7\x0d\xe7\xf6\xbe\x14\x43\x41\x41\xfe\xfd\x4f\x8e\x03\xa3\xed\x58\xd9\x0a\xc2\xef\xe8\x20\x4c\xdd\x6b\x95\xa7\xfe\x70\x1b\x41\x69\x5c\xba\xea\x43\x09\x21\x5d\x42\xe0\x35\x68\x0b\x13\xe2\x75\x6b\x46\x34\xac\xad\x19\x71\x96\x97\xb5\x76\x54\x13\x77\x4a\x3b\xaa\x81\x1a\x6a\x55\x8e\xfb\x47\x28\x1b\x57\xf7\x63\x68\xcb\x34\x14\xaa\xba\x4e\x44\xd8\x73\xcb\xa1\xea\xc9\x31\x25\xfe\xa5\xfa\xf0\x47\xd5\x94\x53\x36\xd0\xb9\x86\x86\x79\xb7\xa9\xdf\x86\xc0\x3c\x69\x9b\x60\xde\xfd\xed\x2d\xdc\x2a\xbf\x1c\x5a\x6c\xb7\xa6\x73\x85\x52\xc4\x34\x55\x29\x7b\x6e\x6d\xbe\xc6\x9b\xab\x5f\x2e\x1b\x4b\x26\xaa\xbe\x4d\xb5\xa9\x2c\xce\x04\xba\x96\xa5\x71\x4b\xe8\x76\x0c\x67\xf6\x32\x21\x3f\x39\x4d\x90\xfa\x87\xb7\xc9\x74\x27\x65\xe3\x8c\x09\xe3\x85\xfe\x44\x9b\xba\x16\x1a\x7e\xce\x3c\x12\x08\x08\x21\xce\xe6\x2b\x43\x3f\x3c\xc8\xa5\x9b\x70\x42\xb3\xa2\x26\x11\xa4\x18\x78\x8f\xe1\x8a\xe2\xad\x3f\x9b\x46\x02\xfd\xd0\x34\x97\x5c\x27\xc3\x13\x44\x88\x9d\xec\x8f\xd1\x57\x61\xb7\x86\xc2\xe8\xf4\x2a\x6c\x30\xae\x57\x1e\x5a\x63\x7a\xbe\x78\x4e\x75\x6d\x9a\x8e\x53\xeb\xa9\x49\xe8\xba\x6d\xf4\x4a\x09\x45\x8b\x5c\xb4\xc9\xd1\xb3\xb8\x35\x96\x50\xb3\x50\x70\xcf\x93\x8b\xfd\xd5\xfc\x2d\x66\xaf\xb9\x8d\xa0\x9f\x8b\x6b\x09\x5b\x8c\xe1\x16\xc2\xbf\xbf\x90\x50\xc7\xc9\x8c\xae\x0e\xfc\xdc\xfb\xc1\x26\xfd\x0b\xed\x60\x14\x2c\x66\x73\xc9\xb8\x28\x74\x83\x86\xad\x79\xbe\x75\x59\x75\x94\x88\xbb\xd6\x27\xb4\x2d\xe4\xb2\xe9\xe4\xa2\xa3\xdd\x45\x5f\x11\xe3\xc8\x4d\xbc\xe3\x19\xec\xe6\x83\x52\x29\x2e\x19\x5b\x40\x58\xa4\xf3\x62\xef\x6a\x3e\xc8\xd4\xcb\x5d\x0b\xba\xb4\x7b\xd2\x08\xb2\x38\x5c\x32\x68\xa3\xe1\xd9\x46\xc3\xae\x7b\x2d\x10\x01\x27\xcf\xf0\x46\xff\xc4\x53\x8c\x99\x48\xd2\x2b\x51\x36\xe9\xdd\x55\xe1\x4e\xc2\x6f\x4f\x94\x2f\x66\x77\xc5\x6f\xca\x6a\x9c\xa1\x7c\x31\x45\x39\xcb\x5e\xdd\xec\x16\x74\x31\xc6\xf8\x66\x43\xf5\xaa\xb8\x2c\x7d\xd0\x7b\x6f\x40\x7c\xfa\x15\x1d\x8a\x1a\xa3\x69\xd9\x07\xc4\x67\xd7\x68\x06\x66\x97\xd5\x45\xf1\xa7\xcc\xe4\x86\x9e\xc6\x30\xe3\x28\xf4\x34\xda\xd4\x94\x85\x9a\x46\x9b\xdd\xdf\xe2\xc8\x88\xa0\x1d\x42\x1b\xee\x0e\xcf\x5f\x91\x67\xe8\x61\x4c\x73\x15\x86\x0e\xbf\xde\x98\xe1\x9a\xbe\x5f\xba\x31\x22\x88\x7f\x9b\x7a\x59\x0c\x64\xa3\x49\xcf\xc8\xd0\xb4\x28\x97\x66\x56\xb1\xf8\xb5\x7f\xf1\x4c\x5f\x93\xd8\x01\x03\x2b\x59\x0f\x72\x33\x1f\xfe\xe1\x2b\xbe\xa9\x7d\x18\x72\x3d\x3b\x1b\x4b\xa2\x73\x10\xd6\xda\xa3\xa9\x73\xb8\xa1\x1f\xe3\xfe\x1b\xa4\xf8\x1c\xea\x7a\x51\x36\x78\x60\xb7\xab\x8d\xc9\xd3\x41\x9c\xba\x3d\xf4\x64\x9a\x5e\xda\xaa\x6c\xdc\xf1\xa2\x2b\xd1\xf5\x98\xc3\xb5\x2e\x3a\x34\x95\x8d\x23\x35\x9c\x63\xaf\x65\xb7\x12\xa7\xa8\xba\x91\x87\x46\x54\x2d\xe7\x5d\xd7\x66\x98\x80\xcb\xff\xcd\xc9\x81\x0e\x93\x3f\x06\xe7\x4b\x6f\xa2\xa9\x85\xcf\x2e\xcb\xb4\xab\xc9\x60\x1b\x4f\x11\x15\x72\x8b\x7f\xf9\x87\xb1\x45\xf4\x46\xc3\x8c\xbb\x26\x3d\x97\x50\xfc\x18\x23\xf9\x6b\x30\xfe\x45\xcc\xa1\xe9\x31\x45\x77\x4f\x02\xf5\x0d\x6d\x11\xec\xb8\xab\xae\xa4\x09\x15\xab\x2b\x69\xe2\xb2\x70\x24\xd7\xc3\xb9\x15\xdd\x1d\x7a\x1e\xe9\x12\xad\x32\x51\xbd\xeb\x3a\x17\x13\x5b\x57\xb3\x89\xa4\xbc\xd1\x45\x77\x4f\x08\x89\x2e\x92\x31\xac\xb0\x73\xf7\x40\x71\x4a\x31\x34\xb4\x85\x93\x22\x75\x09\xab\xeb\xac\xe5\x0c\xe5\x8d\xec\x33\x1d\x4e\xf0\x47\xd6\x4d\x23\x1f\xf8\x43\x17\xc2\x42\xb5\xae\x17\xff\xf2\xcd\xd7\xa9\xec\x87\xee\xaa\x70\xe8\x5b\x75\x3d\xf5\x64\x3c\xdd\x8b\xb3\x41\x6a\x69\x72\x17\xc7\x5a\xcf\x96\x05\xaa\x17\x05\xbe\x44\x7c\xea\x26\xc4\x76\xda\x6f\xbb\x25\xe2\x33\x3b\x1b\xec\x59\xf7\x16\x5c\x2f\xec\xbe\x42\x74\x35\xbf\x3f\x64\x7e\xb4\xfb\x15\xda\xbf\x0b\xcf\xc9\x40\x5a\xc4\xc0\x42\xc6\xda\x75\x90\x17\xcf\xcb\xa1\x1d\x8e\xf7\x7c\x6f\x45\x34\x30\xa6\x79\x70\x0a\xbb\x3f\xf4\x88\x45\xeb\x22\xfb\x38\x2c\xde\x1a\x5d\x07\x3d\x6c\x99\xdb\x14\x61\xb8\x24\xb4\x17\xc2\x58\x30\x57\x45\xb7\x4a\x23\xa3\x7f\x2b\xe2\xd0\xe9\x04\x2c\x2d\xbe\xf6\x18\xce\xf4\xc7\xd0\xb3\x0a\x67\xfa\xd3\x5c\xb2\x0d\xbf\x3f\x25\x7f\x05\x6d\x6a\xbb\x6e\xd1\x07\x42\x28\x44\xe2\x1f\x43\xb7\xa9\x74\x36\x7c\x47\x87\xce\xc6\x29\x5c\x95\x55\xaf\x9c\x8d\x97\xe0\xd0\xa5\xbd\xe1\x3f\x89\x02\xdc\x5c\x01\x22\x16\xb7\xbc\x90\xa9\xff\x98\x06\x36\xe7\xe2\xdd\xaa\x5b\x71\x43\x08\x88\xa2\xda\xc2\x0b\xd5\x95\x06\x5e\xd0\x5e\xde\x98\x7d\x26\xed\x95\x30\x4c\x1e\x96\x88\x6c\x51\x95\xa2\x06\x37\xf2\xa4\x2e\xda\x8c\xf0\xfb\xc5\xf3\xa9\xc3\x5f\x5c\x11\x5d\x70\x51\xba\xe0\x1e\xf1\x32\x99\xae\x36\x24\x82\x7f\x56\x47\x39\x45\xb9\x3e\xdd\x79\x62\xbc\x75\x37\xc2\xed\xe1\xe9\x42\x49\xb3\xeb\x99\xb0\x43\x62\x59\x45\x55\x84\x59\x73\xf2\x69\x52\x30\x7e\x33\x90\x43\x33\xe4\x6e\xc3\x1f\x67\x9c\x7d\xed\x84\xb3\xc7\xfa\x25\xaa\x2a\xf4\x42\xe4\x38\xe6\xe4\x5e\xf8\xce\x55\x2e\xb4\x6c\xc4\x3e\x7f\x0d\xf5\xa6\x2a\x1b\xba\xed\xdd\xb9\x88\xaf\x5f\x84\xa6\xc2\x38\x39\xdd\xaa\xf5\x35\x34\x77\x4d\x59\xde\xcf\xd9\x65\x9f\xe8\x8f\xca\x06\xab\xa3\x89\xc8\xc5\xc2\x78\x0c\xa1\x46\x39\xbe\x37\xcf\xf6\x05\xff\x32\xe9\xc4\xe2\x07\xbf\xdd\x2e\x1b\x94\x80\x70\x77\xd8\x18\xf7\xeb\xf2\x0f\xb5\x08\x5d\xd9\x77\x0c\xc5\x45\xe3\x6a\xeb\xae\x46\xbb\x4b\x1f\x03\xa1\x54\x4d\x50\x18\x15\x8f\x26\xea\x31\x3c\xe4\xf7\x4b\xaf\x92\x50\xfe\xe8\x97\x5e\x08\x2f\x9c\xd3\x58\x30\x16\xaa\x20\x72\x2d\x74\x72\xc1\xa4\xc9\xae\x86\x1b\x3b\xbb\x9e\xe0\x81\x79\x42\x30\x6a\x1b\x42\x68\x2f\xcc\x3e\xfa\xb7\x07\xc1\x50\xb8\x5d\xed\x2b\x64\x4c\xfe\xe5\x27\xfa\xa3\xb9\x0a\x12\xd5\x0c\xd0\xf0\xb2\x5f\x2e\xd7\xb2\x85\x2a\xd4\x75\xf4\x40\xba\x17\xf3\xdc\x65\xfd\xba\x5c\x96\xab\x4c\x58\x46\x6a\x20\x16\xdc\xbc\xb4\xd5\xfc\x71\x9f\x9c\x5e\x37\xa1\x92\xd1\x2f\x6d\x98\xb7\xc8\x14\x21\xd4\xb7\x6e\xab\x5b\x39\x8c\x1f\x9b\x3f\x2e\xf6\x9a\x2b\xda\x61\xb0\x5e\x95\x83\x41\xa7\x5f\xc2\x38\xb3\x20\xe5\xed\xed\x34\x95\x05\x45\xea\xfc\x87\x1a\x46\xbe\xaa\x3f\x72\x67\x6b\xf7\x87\xa9\x72\xbf\x44\x12\xbf\x41\x4f\xdd\x3f\x14\x7e\xf4\x2f\xa1\xa3\x84\xfe\xc3\x56\x39\x99\xe7\x13\x0a\x1b\xfd\xba\xdd\x3f\x0e\xbc\xb6\x5e\x78\xdd\xef\x97\x76\xf0\x7b\x69\x32\xf5\x4b\x51\x18\xa2\xef\xdf\x78\x36\x4d\xda\x35\x6f\xdd\x5e\x1e\x78\xbc\x48\xcc\x5d\xc4\x5a\xb9\x26\xa1\xe8\x37\x5b\xe1\x76\xa3\xbc\x56\x3c\x18\xec\x81\xdc\x0a\x42\xed\xa1\x8d\xf2\xd6\xbb\x57\x17\xd2\xdb\x5b\x63\x28\x1b\x08\x74\xba\x2c\xb7\xa0\x88\xfa\xb7\xae\x36\xd1\xff\x61\xb0\xdc\xaf\xdb\x15\x71\xa5\x88\x80\x0b\x83\xe5\x54\x75\x92\xde\xf8\x82\xb7\x6c\xe4\xa3\x97\xae\xce\x20\x6e\xfa\xc7\xd0\xa5\xfe\x11\x47\x44\xc8\x45\x66\xc8\x43\x6f\x7c\xdc\xf4\x17\x4d\x8b\xcc\x90\xbb\x08\xa6\x0f\xb6\xb1\xa3\xfe\x0d\xd1\xe6\x47\x64\x8f\xe8\xc6\xcf\x8c\xcd\x2c\xea\x40\x2e\xfc\xcd\xfe\x0e\x9b\xe5\x74\xb9\xd1\x90\x4a\x0f\x6d\x80\x8f\x6e\x36\x91\x48\x1f\xc9\xa1\xfd\x43\x1e\x7f\xc5\x65\xb9\x68\x75\x23\x7d\x44\xd6\xea\x92\xfe\x48\x3f\x5d\x87\x38\x54\x71\x86\x85\x2a\x1f\x71\x4c\x86\x3f\xe2\xc7\x39\x2b\x47\x1f\xa6\xeb\x9d\xb4\xea\xaf\x90\xa3\x22\xb0\x42\xdd\x26\x5f\xda\x75\xa1\x60\xd3\x2f\xbd\xc5\x3e\x3b\x50\xae\x28\xce\x8f\x98\xa8\xc2\xdd\x1f\x31\x37\xd4\x28\xea\x2e\x35\x89\xe4\x7c\x46\x60\x4b\x21\xf6\x87\xd7\xa9\x76\xce\x43\x70\x96\xa1\x13\x1e\x0a\x2e\xdd\xa4\xf5\x83\x5b\x76\xf3\xa1\x51\x77\xa9\xa9\xb8\xac\x3a\x3f\x94\x7d\xd1\x07\x37\xca\xfa\xeb\x16\x0f\x7d\x97\x6e\x2a\x33\xd4\x5d\xf2\xad\x75\x7a\xe0\xaa\x0e\xe1\x9c\x08\xe7\xdf\x2f\x11\x44\x72\xe9\x3f\x2e\x97\x85\x1b\x20\x74\x15\xe1\xfd\xbb\x65\x37\x0f\xb7\xcb\x70\x3d\xb0\xb7\x85\x5b\x15\xde\x3f\x39\x07\x7a\xd2\x6e\x08\xe5\x97\x7e\x65\x7f\x0c\x34\x2c\xfa\x0d\xdd\x97\x69\x99\xd5\xb3\x34\x63\x6a\x73\xd1\x5b\xcd\xbc\x8e\xb4\xa8\x0a\x69\xa6\x0c\xe1\xda\x07\x0c\x6e\x9e\x70\xe8\xa2\xc8\x0d\xcf\x54\xd4\xfe\x69\xd9\xcd\xe3\x15\x56\x33\x5b\xfe\x23\x5d\x58\x48\x27\xe6\x93\xb8\xfd\xa7\xe2\xac\xac\x4e\x71\x57\x36\xd6\x9f\x85\x21\x8c\xff\x99\x96\x5b\xd9\x1e\x1f\xab\x72\x83\x8a\x5c\x96\x1b\xb1\xb9\x19\xee\x6b\x50\xfc\xbc\x58\x53\x3a\x4c\x3c\xfe\x7e\x65\x75\x81\x43\x0b\xa6\x20\x3a\x7f\x52\x0c\xeb\x93\x0d\x3e\xdd\xe5\x1f\x06\x17\xff\x72\xd1\xb8\xd6\xb2\x7a\x87\xf3\xa6\xe1\xa2\x67\x0d\xbb\x34\x3b\xe6\xb5\xe2\xce\xcb\xea\x1c\x76\x73\xf3\xfb\x51\xbf\xd4\x1c\xec\xa0\x26\x86\x1a\xd1\x13\xa3\x3b\xcb\xf1\xfe\x66\xe1\xa2\x57\xd5\xc4\xa5\x9c\x35\xe8\x1d\x77\x95\xa7\x56\x61\x99\x34\x5d\x5c\xc9\x45\x7d\xf7\x92\x69\x46\x40\xc3\xe2\x55\xce\x0b\x8f\x5f\xd2\xd1\x98\xa1\xb1\xd1\x2f\xce\xf3\x94\x5f\x7b\xa9\x17\xcd\x9b\xeb\x9c\xe3\x3c\x43\x45\x43\xee\x70\xa6\xa3\xfe\x0f\x7f\x43\x31\xb9\xfb\x23\x67\x52\x3d\xba\x51\xd7\xae\xfa\x38\x83\xa4\x2a\xce\xe1\x7c\xaf\x29\x07\xf5\x57\xd5\x1f\x1d\x42\xc8\x8b\x79\xb3\x46\xb5\xfe\x11\x97\xcf\x50\xc5\xe8\xa8\x54\x9d\xdc\x8b\x7a\xdc\x9f\xb8\x2b\xb5\x89\x6f\xad\xf5\xad\x36\xb9\xaf\xdd\x21\xde\x1a\xe2\x02\xce\x1b\x72\x90\xc3\x31\x6f\xa1\xe7\xae\x49\x00\xe7\x8a\x1d\x47\x98\xff\x7e\x69\xd3\xde\x18\xa2\x27\x4f\x02\x06\x26\xe8\x92\x4e\x22\xfb\x9f\x9f\xaa\xbf\xd8\x9b\xa0\x1f\x3a\x89\xed\xdf\x2f\x2f\x99\x78\x8d\x5d\x65\xc5\xc5\xae\x6a\x95\x5d\xe3\x09\xdc\x71\xca\xdc\x28\xf7\x73\x55\x9b\x3b\x70\xd8\xf7\x77\x31\x27\xd5\x2d\x06\xfd\x0e\xd9\x44\x3c\xfe\x7e\x71\xdf\xce\xa4\x4d\x02\xa7\x83\x78\xfc\x27\x4b\xad\x21\x6c\xc9\xc2\xe4\xb3\x8a\xe7\xc6\xb3\x72\x5a\xda\xc2\x0d\x46\x58\xe1\xa4\x30\xd5\x93\x40\xc2\x59\x6c\x90\x19\xd2\x95\x7e\x71\x31\xce\x90\xae\xa4\xae\x33\xdf\xdc\xe6\x54\x96\x97\x6e\x77\x36\x06\x0d\xf2\x23\x8e\xf0\xd9\x8b\x49\xd9\x19\xc1\xaf\x8b\x72\xb1\x46\xcd\xdf\xc2\x5a\xf6\x76\x07\x10\xfc\x77\xb7\xf9\x84\xa6\x91\x72\xda\xd2\x55\xb9\x78\x37\x0d\xe7\x82\xb1\xa7\x89\x6d\x60\x24\x9e\x7f\xb3\x41\x72\x36\x7f\xd3\x55\xa1\x16\xd9\x7a\xcd\x39\xde\xfe\x3a\x28\x84\x02\xae\x5a\xbc\xb0\x36\xbd\x8b\x16\x08\x51\x8a\xb1\x5e\x78\xca\xf5\xb3\x6d\xca\x12\x35\x7d\x7f\xc8\xe4\xf8\x87\x71\x8b\x08\xcf\x36\x51\x09\xd5\x1d\xd8\x3c\x1c\xdd\x01\x22\xba\x75\x17\x8e\xed\xd3\xb5\x3e\xb1\x29\xb3\xf8\x7a\x13\xd1\x4a\x72\x51\x23\x36\x35\x2a\xff\xad\x5e\x2e\x28\x8c\xee\x5f\x62\xf4\x9e\xd4\x7b\xde\x17\xdd\xb9\xd8\xc0\xba\x42\x9a\x2e\x23\x6f\x11\x76\xb0\x0e\x63\x13\x81\x29\xe4\xd5\xb9\x8b\x34\xd1\xd8\xa8\x4e\xd1\xef\x8a\x0c\x2c\xa9\xf2\x94\x89\xea\x18\xfe\x25\xf7\xa3\x16\xbe\xb3\x63\xba\x7f\x89\x15\x16\x57\xff\x0c\x61\x4a\xbf\x34\xb0\x10\xa6\xf4\x4b\x93\xd0\xe5\xfa\x8d\x6b\x77\x76\x1c\xb8\xde\xba\x19\x3a\xbb\xe4\xfb\x31\x0e\xb1\x6b\x65\xcf\x7c\x4b\x8e\xb8\xb6\xd4\x1d\x61\xc8\xa4\xbe\x4f\x6e\xef\xe6\x7a\xa2\x3f\xc3\x1f\xb9\x09\x92\x06\x26\x33\x07\x8f\x53\x68\x30\x69\x64\x28\xff\x48\x88\x4b\x50\xe1\x7e\xb9\x2c\x68\x70\xa8\x0f\x38\x2c\x94\x48\x97\x10\xc3\xfd\x1a\xae\x87\xa9\x16\xf2\xc2\x9c\xb5\x9c\xc3\xf9\x47\x1c\x3e\x70\x01\xa5\x6a\xc7\xd4\x6a\x27\x65\xc1\x1d\x50\x97\x44\xbe\xed\x17\x24\x37\x81\x6f\xcf\x47\x67\xd5\x41\xfd\x94\x4d\x0f\x03\x7f\x86\x59\x67\x92\x0e\xe7\x1c\x92\xfa\xb8\x22\x4c\xfb\x24\x60\x9d\x23\xb8\x35\x12\x7d\xce\x21\xb2\x2a\xab\x83\x38\x73\x92\x18\x77\xe2\x00\x56\x9c\x15\x47\xba\x95\x9e\x1c\x91\x6e\x4f\x59\x7f\x3d\x9b\x15\xc3\xa3\x49\xa4\xdb\x34\x74\x5a\xa6\x88\x6a\xed\xce\x09\x5a\x54\x3d\x08\x0d\x6a\x75\x2e\x0e\x0b\x4c\xd4\x39\xd9\x8c\xbc\xdc\x08\x81\x9b\x4c\x26\x4d\xf8\x33\x53\x39\x44\xc3\xba\x65\x27\xcf\xa0\xe1\xa2\xe2\xcf\x08\x7f\xe0\x97\xb5\x26\x61\xb0\x60\xd9\xe7\x26\x02\x6b\xb2\xdf\xa6\x8b\xc6\xfe\x9f\x1a\x15\x97\x2e\x34\x3d\x71\x6c\x15\xad\x79\x4e\x73\xf3\xdd\xd7\x40\x75\x92\x8f\x11\xd5\x56\x4e\x31\xa6\x82\xda\x16\x11\x5f\xf0\xf6\xab\x10\x56\xb0\xf6\xbb\xb4\x4e\xe6\x0c\x06\x5e\x76\xbf\x43\x4a\x7c\x5f\x6e\x81\xdd\xa3\xfb\x04\x83\x4e\xb1\xd5\x67\x18\x70\x76\x89\x28\xe7\xc4\x8c\xba\xf8\x9b\x66\x43\x2d\x86\x96\x91\xe4\x29\xc4\xbe\xcd\x52\x5d\x21\xf4\xad\xa2\xd0\x9f\x5c\xc4\x9c\xa8\xae\x26\xd8\x09\x9e\x7f\x3d\xa3\x74\xc1\x4e\x54\x53\xc4\x12\x26\x10\x6e\x96\x08\x7b\x4e\xdd\x99\x9e\x00\xa1\x39\x6d\x96\x25\x7e\xb1\x50\xe2\x92\x38\x4a\x3b\x62\x89\x5f\x2c\xec\xb0\x50\x6c\x14\x97\x65\x86\x6c\xe1\x16\xcb\x60\x86\x0b\xd7\x3c\x9b\x7f\x19\x0a\xe2\xd3\xd5\x82\x12\x75\x14\x91\x34\x8c\xe1\xdc\xfe\xf5\xd3\x4c\xc1\x2d\xc2\x1d\x68\x4a\x90\x3a\x14\xdd\xf7\xf8\x73\x6d\xba\x5e\x10\x41\x24\xb1\xab\x67\xd8\x85\xde\xc5\x03\x09\x84\x78\x6b\x9b\xc9\x63\xeb\x6c\xfe\x65\x8f\x8f\x4d\xb9\x11\x39\x75\x1c\xa1\x43\x75\x35\x70\x71\xa6\x8b\x86\xf7\x97\xe4\x5a\x5f\xf1\x3a\xd0\xf8\xe1\x1f\x0a\x49\xc8\x99\xab\xf8\xe1\x73\xe1\x53\x38\x69\x1e\xd1\xfb\xbe\x9c\xd3\xac\xaa\x8d\x85\x6f\x5e\xa1\x43\x05\xf7\x15\x3f\x7a\x86\xf0\xa2\xdf\xa2\xcd\x97\x34\x74\x35\x2c\xdd\xc6\x22\x07\xc2\xee\x54\xa1\x9e\x4f\x8e\x57\x87\xd7\x67\x05\x57\x57\xfb\x30\x8c\x49\x15\x7a\x75\x3a\xf0\xaf\xd4\x0e\xe7\x3a\x3b\x58\x01\x11\x27\x61\x80\xfb\xed\x35\x38\x5b\xb6\xe8\xb1\x3f\x97\x36\xe9\xe5\x2c\x3e\x4f\xff\xcc\x49\x99\x0b\x7d\x72\xf7\x15\x53\x44\x69\xc9\x11\x2f\x58\x76\xba\x53\xe1\x82\x6b\xf7\xb7\x12\x5a\x7b\x4d\xb9\x1a\xae\x8d\xa6\x72\x11\x48\x4b\x04\xc7\x96\x4f\xe1\xaa\xdc\x8c\x61\x0c\xe5\xa0\x21\x44\xf2\x85\x09\x6a\xbf\x6f\x37\x88\x93\x1f\x37\x18\xfb\xf3\x76\x13\x9f\xc8\xa9\xf9\xd8\x91\xe2\x50\x12\x39\xf8\x2c\x87\xda\x60\x47\x6a\xad\x36\x91\xd9\x8a\x8b\x0e\x06\x5c\x94\x9d\xbf\x7e\x4a\xd6\xd3\x72\x4f\xcd\xaa\x7a\x1e\x7b\xb0\x25\x7f\x0c\x2c\xf5\xcd\x69\xe2\x5c\x2d\xca\x35\x9e\x01\xef\x49\xb5\x12\x22\x50\xdf\xd7\x1b\x75\x5c\x11\x55\x18\xaf\xa6\xe4\x6f\x6c\x2c\xcf\x79\x5c\x80\x52\x3c\x9b\x5b\xac\x21\x57\x0a\x81\xaa\x9b\x3e\x84\x17\xb9\xea\xf2\xd9\x52\xd5\x13\x71\xb6\xa1\xf9\x74\xd4\xc2\xeb\x6a\xb9\x3c\x92\x78\x15\x48\xd8\x44\x18\x61\xb9\xeb\x9e\x84\x11\x4e\xd6\x93\x27\x8c\x70\xbe\xb5\xb0\x08\x28\xb2\x68\xe0\x97\xe4\x5f\xdd\x59\xe1\x33\x97\x8d\x9d\x9d\x9c\xe3\xed\xaf\x35\x09\xe9\x85\x5c\x64\x4f\x62\x03\xcb\x17\xdb\x24\x34\xb0\x9c\xf2\x4e\x42\x03\x9f\x46\x8a\xb2\x61\x98\x29\x7a\xf4\xa5\xf0\x2d\xce\xc5\x7e\xd1\xbc\x22\xf4\xb8\xb5\xce\x21\xe6\x90\xdf\xc9\x49\xb4\xdf\xee\x1b\x1e\x99\xc7\x90\x82\xd5\x0c\xab\x56\xf9\x01\x9c\x04\xfb\xed\x26\x48\x5e\x53\xb3\xa3\xce\x61\x62\x20\xed\x1d\x62\xff\x7e\x9f\xae\x2f\x11\x78\xc5\xd5\x62\xf0\xa0\x9c\xec\x06\x74\x8f\x84\xf0\x42\x4e\x66\x4e\x2e\x8c\x95\x44\x70\x12\xea\x77\x4a\x83\x66\xbe\xc0\x3c\x5e\x11\x90\x8b\x6e\xce\x97\x08\x24\xed\x49\x09\x1d\xdc\x81\x1d\xc2\xc0\xe9\x6f\x0d\xc3\x05\xcd\xcf\xb9\x10\xe5\x61\x7e\x12\xe8\x57\x8e\x38\x26\x81\x7d\xe5\x7d\x74\xce\x37\x6a\x2e\x52\x83\x9a\x61\x14\x2a\xeb\xdc\x49\xb0\x5e\x39\x06\x3d\xb9\x18\x95\x2a\x7d\xb3\xe6\xc5\xd5\x74\xaa\xf1\x0f\x63\xd1\x8b\x7f\x18\xed\xeb\x2c\xbd\x85\x40\xaa\xeb\x89\xbb\x60\xfa\x87\xa2\x9b\xbb\xb2\x81\x7a\x75\xc5\xbe\x51\x8c\xd0\x61\x7a\x4b\xad\xce\xdf\x2a\xef\x29\x67\x5b\x70\x3e\x54\xeb\x54\xef\xfc\x11\x5e\x82\x28\xbb\x70\x9c\x2a\x93\xb9\x93\x83\xca\xef\xce\x6e\x7e\xea\x6c\xe0\x90\xe2\x5c\x04\xf7\x6e\xf9\xcf\x58\x1b\x49\xc5\xad\x03\x13\x96\xa6\xbd\x68\xff\xbe\x03\xbb\x88\x55\x4a\xb0\xe0\xd3\x01\x17\x65\xd6\x35\x21\x50\x61\xda\x03\x6f\x69\x7f\x0a\xd9\x44\x28\x61\x1b\x9a\x4d\x9c\xb3\x96\xe6\x6f\x60\xc6\xdb\xb5\x06\xda\xf6\x0c\x84\xe8\xde\xa8\xe7\xbd\x84\x0a\xd5\x64\xe8\xf5\x49\xf2\x35\xdf\xd2\x09\xd2\xc6\x7f\xa3\x34\x2c\x14\xf6\x96\x70\xab\xbb\x6c\xac\xbb\xe8\xfb\x90\x67\x58\xdf\x9c\xa8\xc3\x67\x0d\xb4\x24\xf1\xf8\xbc\x45\xb2\xbf\x45\xc1\x77\xff\x12\x3a\x4c\x48\xe3\x83\x5c\x75\xa8\x70\x78\x60\xb5\x59\xc0\xfc\xc8\x70\x79\x2a\x17\x17\x49\xf5\x0f\x63\xf2\x44\x09\x7e\x60\x84\x8f\xef\x0f\x99\x11\xff\xf0\x1d\xaf\x56\xfd\x70\x8a\xce\xd0\x2f\xa7\x0e\x9b\xca\xe2\xd4\x5e\x02\x95\xf9\x11\x23\xd4\x65\x21\xe7\xb4\x9d\x3e\xde\x5d\xfe\x69\x0c\x5b\xb4\x9e\xe4\x15\xb2\x22\x9a\xf2\xbf\x2a\xfd\x34\x05\x2b\x6e\x42\x5d\x1f\xf1\xba\x85\x55\x42\x98\x61\x15\xb9\xf9\x61\x97\xb8\xf7\x6c\x8b\xe6\x1f\x86\x9b\x25\x77\x0f\xe3\x77\xa9\x95\xcd\xb0\x14\xce\x2d\xf9\xa3\x0e\xa3\x3a\xbb\x75\x6c\xf4\x55\xbc\xed\xee\x2c\x5c\x4a\x21\xa4\x8f\xe8\x6c\xcf\xe7\xd6\xd0\xd4\x09\x74\x31\x25\x99\x51\x7c\xe2\x2e\xa3\xb0\x89\x6c\xe3\x16\x31\xf0\xb0\x6a\xc2\x97\x0f\x9a\x16\x43\xa3\x41\xb6\x21\x71\x80\xe2\x13\x77\x99\x08\x39\x3e\xb1\x18\xf7\xc4\x27\xfe\xf2\xc8\x11\x6d\x0c\x29\x74\x4c\x0c\x7b\xa7\x34\xea\x88\x5e\x7c\x7e\xca\x84\xca\xb2\x57\x12\x8a\x89\x65\xef\xf0\x95\xfb\x88\x27\xa5\xfe\xea\xfe\x49\x2e\xab\x0e\x77\x65\x21\x5f\x92\xb3\xdc\x87\xe2\x22\x3c\x13\x96\xc7\x74\x36\xb6\x87\x8e\xd3\xa3\x1b\xc8\xf3\x22\x8a\x45\x6c\x83\x47\x3c\x05\x6d\x08\x24\x23\x43\x72\x66\x07\x37\x1e\x9e\xc5\xe0\x2f\x99\xa3\x1c\x36\xbb\x39\x0d\x7f\x63\xdb\x89\x5d\x22\xe9\x87\x64\xb5\x84\x2f\xfe\xf2\x47\x1f\xf4\x78\xb2\xbf\x41\x9d\x0f\x7f\x8c\xc3\xa7\xfd\xf1\x40\x0c\x6b\xa3\x29\x78\xb1\x99\xf5\x48\x42\xa4\x68\x48\xb8\xe2\x1b\x37\x66\x93\x68\xc5\x19\x0f\x68\x27\x17\x81\x83\xc0\x9c\x0e\x5d\xcc\xb2\x2c\xa4\x20\x63\x7e\x3f\x72\x25\x14\xe5\x5a\x68\x85\xbb\x1a\x30\x27\xef\xaa\x85\x88\xe4\x6f\xc4\xcb\x9c\x8a\x63\x5c\xd3\x70\x9b\xb1\x44\xc3\x4d\x42\x54\x66\x77\x5d\x4b\xe4\x46\x83\x86\x61\x8b\x11\xc8\x38\x8b\x13\x46\x1c\xe3\x1b\x87\xbf\x93\x38\xc6\xb9\x78\x20\x98\x53\x56\x7f\xd3\x28\x9d\x05\x19\x81\x17\x16\x36\xbc\x78\xa7\x9c\x84\x31\xce\x52\x2c\x74\x14\x63\x09\x2f\x88\x62\x7c\xeb\xb5\x44\xd4\xe2\xf3\xd1\xfd\x51\xd7\x07\x59\xf4\xc2\x64\xf2\x43\xd8\xe2\x7e\x0f\x55\xa4\x1b\x6b\x68\x60\xdc\x58\x9e\x5a\x94\x84\x66\x76\x45\x5c\x11\xdf\x9f\xc2\xb9\x77\x0f\x17\x1e\x77\xdd\x4a\xa8\xca\x5e\xea\x91\x5e\x65\x9e\x30\xc9\x82\xba\x46\x1a\x94\x93\xe4\xf7\x0b\x69\x4f\xf2\xbe\x40\x9b\x50\x1c\xff\x15\xb6\xbb\x66\xcd\xad\x90\xf6\x98\x73\x48\x84\xe3\xbb\x88\x9b\x4a\x4c\xe3\x4c\xb4\xa0\x49\x4c\xe3\x2c\x8c\xb1\x42\xf6\xe3\xb7\xe7\xba\x70\xc9\x99\x40\x61\x44\x2d\x4e\x0a\x0f\x3b\x89\x53\x6c\x4a\x7f\xdd\x22\x96\x38\x36\x84\x2d\x4e\xf2\x64\x3b\x09\x5b\xec\xbb\x46\x51\x8b\x65\xf5\xba\x6e\x76\x90\xf6\x93\xdc\x4f\xcb\x7c\x7d\xc9\xdf\xb4\x56\x17\x69\x8f\xb8\x13\x8a\x4b\xdc\xef\x6f\x36\xd4\x31\xa6\xeb\x09\xb6\x53\xf7\x37\x50\xd2\xb7\xe8\xb9\xb6\xa5\x60\x47\x58\xe2\x2c\xa2\x9c\xc8\xc3\x45\xea\x2a\xeb\x46\x47\x67\x3a\xc7\xbe\x2c\xea\x1c\xa4\x4a\xd6\x0c\xc8\xfb\xaa\x66\xfd\x86\x1a\xd1\xfe\xb9\x31\xe7\x4e\x5a\xcb\x70\x27\xfd\xbb\xe7\xbc\xb0\x41\x90\x04\xaf\xcd\x38\xa7\x9f\xc4\xae\xed\xb2\xb0\x24\x74\xed\xe9\x80\x3f\x72\x34\xa1\x49\x09\x65\x9b\xcc\x58\x59\x61\x1a\xd9\x65\x6f\xb9\x64\x1a\x29\xe9\x00\xa1\x6d\xbb\xac\x1d\x1d\xda\x56\x4a\x9a\x2b\x81\xd7\x34\x6a\x62\xdb\x0e\x31\xbf\x57\x92\x88\xe6\x5b\x2f\xb8\xe3\x5b\x13\xe2\x42\xfd\x36\xc3\x50\x92\xb9\xc0\x0a\xf3\xc7\x2e\x93\xbb\x95\x21\xbe\xe1\x33\x2c\x79\x14\x96\x9e\x34\xe1\x6d\xbb\x8c\xd4\x56\xd6\xf6\x2a\x2e\xab\x3e\x38\xcb\xb4\x54\xd7\xcb\xb1\xd7\x79\x0c\x13\xc6\x4c\xec\xed\x49\x50\xda\xf6\xad\x37\xde\xc4\x55\x93\x42\xdc\xd9\x3c\xdc\x5b\xdd\x37\x55\x65\x83\x3c\x91\x6a\xd9\xca\x7a\x1e\x55\x67\x83\xb1\x98\x3d\x34\xb1\x6d\x74\x20\xf3\x92\xfd\x60\x55\x76\xc6\xd8\xfc\x53\xc8\xd8\xea\x4e\xec\xf8\xe8\xdc\xfb\xd7\x4f\x49\x7f\xc3\xd2\x7e\xe5\xb3\xfc\x35\x67\x77\x3e\x6c\x99\x85\xb5\xb1\x7d\x94\xe5\x0a\x81\x70\x4f\x8b\x4d\xd9\x12\xc1\x8b\x5d\x54\x5d\x77\x59\xd8\x1f\xea\x6b\xf0\x16\xa5\x51\xa2\xf8\xb6\x55\xb7\x51\x91\x34\x5f\x5b\xbe\x68\xad\xfd\x31\xcc\x2b\x6f\x7f\x83\x80\x10\xf2\x28\x48\x50\xc4\x24\x5d\xe1\xb2\xb7\xcb\xb4\x8e\x70\xb7\x59\xcc\x66\xc2\xdd\xde\xbe\x37\xb0\x89\x14\x8d\xb5\x8a\x6c\x94\x84\x58\xc2\x42\xb2\x4b\xf0\x41\xb8\xdb\x3b\x7f\xbf\x95\xf8\xa6\x06\x65\xbf\xf4\xad\x67\xc4\xc7\xa1\x1c\x48\x59\x67\x23\x8c\x1c\x7b\xe2\x51\xb8\x4a\x5c\x1a\xb2\x63\x5b\x45\x62\x04\x6d\xe1\x12\x97\x86\x4c\x92\x08\x8d\x9b\x6c\x6d\x45\x68\xdc\xd1\xb5\x0f\x0b\x16\x0c\xd5\xdf\x78\x48\xb8\xb3\xc1\x8a\x4e\xb7\x66\x32\x14\xb7\xbc\x94\x45\xa4\x4c\x53\xef\x50\xc6\x1a\x1e\xc9\xd6\xc0\xd4\x05\x94\xcc\xc5\x36\x57\x74\xdb\x9a\xb5\xd5\xaa\x9e\xcd\x10\x93\x84\xb7\xed\x32\x49\x21\x82\x6d\x17\xc7\x9b\x00\xb6\xa7\xa8\x2b\x62\x39\xa7\x2b\x82\x1d\xf0\xcd\xc6\x72\x6a\xe9\xc3\xde\xb1\x8b\x2c\x22\xd6\x6d\x97\x61\x02\xb1\x6e\x4f\x87\x8a\xb2\x10\xd8\xc2\xfe\x35\xd4\x38\xc4\x44\x5d\x55\x62\x06\xe1\xd0\x3a\xe9\x5f\x53\x2e\xce\x9b\x1b\x99\x78\x2b\x99\xfe\xa8\x59\xf0\x2f\x35\xd9\xea\x03\x26\xae\xf9\x72\x96\x1b\xfa\xfb\xf5\xe1\xab\xaa\x22\x60\xb9\x5e\x71\x0a\x6b\x9a\x61\x7c\xac\xf0\x0d\x9c\xae\x6f\x4e\xcd\x34\x65\x21\x7c\x85\x36\xc3\x0e\x4e\x31\x21\x26\x61\x4e\xcf\x47\xe6\xbe\x09\xd5\x88\x50\x09\x71\x6d\x17\x73\x8e\xb8\xa6\xe7\xa3\xea\x45\x5e\x96\x9d\x3b\xb7\x7b\x16\x1d\xd5\x50\x25\x16\x63\x77\x21\x82\xad\xf2\xd3\x40\xf4\xd2\x94\xc4\xbd\x25\x7c\x69\x92\x4d\x16\xe1\x4b\xb3\x58\xcb\x4b\x5e\x84\xc5\xa0\x25\x22\x69\x97\x2a\x2f\x01\x49\x4f\x87\x5c\xf6\x21\x4b\x45\x3d\x28\xdf\x2c\xba\xa0\x0f\x8d\xcc\xd9\xb3\x7b\xf5\x82\x5a\x98\xaf\x89\xad\xb6\x10\xc1\x4a\x7d\x78\x21\x73\x95\xee\xee\x42\xe4\x5a\xb3\x70\x44\xc7\x8f\x8c\xb6\x5f\x98\x9a\x75\xe9\x77\x2a\x08\xaa\x54\x70\x57\x47\xa3\x4b\x26\xca\x8a\x89\x3a\xf4\xde\x50\x4c\xd4\xac\xb3\xd4\xc1\x0a\x9a\x59\xb9\xfd\xd5\x8b\x82\x10\xa8\x49\x51\x32\x4f\x36\x36\xb9\x10\x63\x87\x0c\x9d\xd7\xdf\x20\xc5\x43\xe6\xda\xa5\xf7\xbb\xba\x5e\xcf\xc3\xfd\x7b\xe2\xa3\x1a\x91\xbc\x5f\x3b\x0a\x19\xab\xf4\xb0\x08\xad\x7a\xda\x54\x45\xba\xfd\x75\x1f\x45\x08\xd4\x2e\xed\x3e\x42\xa0\x9e\x8f\x2e\x1b\x9d\x17\xc6\xef\x08\x22\x65\x2d\x44\x40\xd4\x54\x34\xce\x30\x28\xeb\xd2\xdf\x23\x00\xea\x59\x86\x5b\x59\x24\xd6\xda\xe2\x03\xf2\x51\xec\xb4\x35\x40\x28\x30\x8f\x14\x10\xb5\x98\xba\x1d\x58\x21\x99\x1e\x19\x68\xf0\x89\xd7\x45\x84\xd4\x33\x70\x7f\xfd\xc4\xbd\xec\x7a\x63\x8e\x44\xac\x0c\x24\x95\xb2\xbb\x70\x88\x54\xd3\x18\x11\x22\xd5\xba\x3a\x0a\x91\x6a\x3c\x80\xcf\xe0\x9a\x85\xbd\x47\x30\x59\xa5\xc7\xb6\x86\x78\xf2\xc2\xe5\x92\x2d\x8b\xa1\x46\xfc\xd2\x7b\xf8\x1e\x92\x70\x59\x6c\xaa\x65\xdb\x35\x9d\x42\x64\xcd\x35\xbb\x13\x28\x7e\x67\x0f\x35\x54\x84\xa4\x97\xb7\x06\xa4\x81\x88\xa0\xf0\x28\x9c\x7d\x4d\x0e\x5d\x04\xda\xad\xf2\x28\x2c\xf3\x22\xc2\x92\x9e\xac\xfa\xbf\x35\x38\x7f\x3d\xaf\x07\x71\xe2\x97\xec\xde\xf2\xb7\x6c\xdc\x37\x70\xa6\x08\x36\xda\xa5\x95\x44\xac\xd1\x74\x49\x6f\x7f\x21\x6b\xf6\xe5\x3c\x21\x00\x60\x54\xad\xa9\x87\xec\xf4\xc7\x58\x7e\xd1\x1c\x93\x0b\x44\xdc\xa7\x85\x11\x5a\xcd\xdf\x2c\xcb\x9f\x5c\x98\x1d\x39\xdd\x87\x38\x31\xa2\x1d\xb0\x49\x93\x01\xb1\x22\x8f\x5e\x12\xb5\x11\x7a\xb4\x13\xe6\x68\x2a\xd6\x68\x92\xad\x0c\xc1\x46\xbb\xd4\x5e\x08\x36\x7a\xd7\xac\x0b\x2f\x4c\xd4\xba\x9f\x50\x8a\x35\xea\xbb\x27\x8c\xd2\xee\xae\x17\xd5\xe4\xec\xc3\x39\x21\xd4\xe8\x69\xc4\x1f\x63\x77\x0a\xc3\x4d\x8e\xac\x56\x77\x42\x2e\x34\x95\x04\xcb\x37\x75\x0e\x8a\x51\x34\x6c\x48\xaa\xbb\x0f\xcb\x64\x57\xc0\xd6\x21\xe2\x63\x92\x86\x12\x51\x1c\x4f\xf3\x45\x59\x30\x51\x72\xd9\x98\x3a\x61\xd1\xc5\xf3\x41\x4c\x1e\xc2\x38\x9e\x41\x2a\x1b\x8f\x51\x49\xb3\x08\xe3\x78\xca\xea\xa7\x5b\x53\xe9\xaf\x50\xeb\xd3\x59\xee\x24\xf5\x01\x1e\x9b\xf7\x8c\xe2\x38\x8a\x17\x43\x1c\xc7\x4e\xfc\xaf\x49\xe4\xc6\x94\xcc\xfd\xc0\xff\xac\xe4\x59\x6b\x9b\xc3\x36\x94\x15\xba\x99\xca\xe2\xf3\xa0\x2a\xd7\x68\x34\x29\x3b\xa8\xf7\x56\xf6\x83\xca\xad\x2b\x8e\x45\x12\x1d\x44\x08\xc6\x29\xa3\x09\x42\x30\xf6\xd4\xd3\x9f\x71\x39\x12\xc0\x29\xf3\x93\xb5\xa1\x32\x65\x1b\x42\xb8\xc6\xfb\xfb\xc2\xd9\xf0\xd4\xcc\x02\xc1\xda\x49\x3a\xab\x0b\x63\xa7\xfe\xfd\x25\x53\x96\xdd\xa3\x57\x7c\x54\xd1\xa5\xee\x3a\xcb\xca\x68\xf2\x31\x6f\x9a\xb2\x48\x21\x10\x63\x17\xe7\x96\x40\x8c\xa7\xac\x9a\x59\x5a\x28\xcd\x2f\xea\x11\xd3\xbf\x8c\x4d\xa7\xeb\x4f\x06\x4d\x7e\x0a\x13\xa6\xb1\xe8\x1a\xdd\x10\xac\xba\xc3\x42\x42\xd8\x93\xbf\xc5\x33\x54\xfc\x3e\xe2\x32\x76\x31\x0e\x09\xcb\x78\x2a\x55\xef\x40\x52\xba\xa4\xe4\xe8\x36\x27\x97\x65\x9f\x17\x57\x4b\xef\xd4\x1d\x34\x5a\xfd\x6a\x56\x28\x46\xbf\x9a\x65\xd2\xe4\x87\xf1\xcb\x28\xad\x28\x9b\x58\x25\x17\xce\x34\xeb\xaf\x31\x7f\xba\xa6\xf0\x6e\xfb\x7d\xba\xe1\xdd\xf6\xf2\x7a\x13\x7f\xf1\xf2\xc2\xbc\xb8\xc4\x64\x43\x43\x50\xc5\x7b\xca\x30\x66\xbd\xb4\x75\x74\x95\xbe\x50\x60\x90\x51\xc8\x7a\x41\x8a\xe8\x16\x7b\x4d\xb5\xe3\x9a\x02\x39\x0c\xe7\xd8\x2b\xba\x67\x09\xa5\x38\x65\x72\xa1\x50\x8a\x97\x1f\xef\x2f\xb0\x93\xee\xad\x17\x16\xb4\x59\xc8\xe2\x05\x42\x12\xd6\x7d\x29\xa6\x88\xc8\x0d\xfc\xcf\x4e\x99\x93\x10\x30\xf1\xd4\xab\x1e\xe2\xbd\xce\x57\x55\xc8\x00\x6b\xd6\x4e\x0f\x11\x60\xf7\xc3\xf9\x85\x27\x8e\xef\x3c\xa0\x32\xe5\x77\x3f\x7e\x62\xa5\x74\x4a\xfc\xc4\xbb\xb9\x4d\x04\x2c\xb2\xce\x21\x7e\xe2\x2d\x95\x02\xc5\x4f\x94\x4a\xdc\x0a\x19\x60\x97\xdd\xf0\x42\x06\x28\x5f\x6a\x44\x4f\xcc\x32\xf1\x53\xb4\xc4\xcb\xeb\xf0\x1e\x1a\xa6\x6b\x65\xdb\x57\x57\xf4\x44\x45\xcc\x50\x48\xf6\xba\x5f\x0a\xd8\x15\x75\x21\x48\x49\xf6\xbc\x9e\x21\xbc\xeb\x26\xc4\x91\xd6\x49\x39\x94\x28\x87\xa7\x0d\x67\x85\xaa\x54\x2d\xea\xc6\x7e\xc9\x23\x67\x9b\x97\xae\xee\xb7\x4e\xbb\xee\x51\x02\x1d\x7e\x5f\xbd\xef\xa5\xb1\xa9\xbf\xba\x2a\xaa\xbf\x12\x2a\x42\x1f\xcf\x22\x0d\x49\x58\x96\x04\x66\xd9\xa3\xd9\x4c\xa0\x73\x35\x8a\xaa\x1a\x04\x2c\x52\x30\x22\x62\xe1\xf9\xa5\x7a\xa4\xa3\xa8\xd9\x46\x0a\x76\x79\x17\x7d\x58\x26\x6d\x05\xa4\x60\xdf\x67\xf9\x07\x71\xbd\x74\x8a\x56\xc8\xc1\xce\x4f\xab\xb2\xec\x1b\x5d\xa6\x92\x8b\x49\xfb\x85\x28\x85\xf7\xf7\xd9\xfe\x11\x7d\xd1\xfe\xac\x27\xee\xa8\x85\x92\xa7\x13\xb5\xf0\x96\x30\x8e\xa8\x85\x8a\x97\x36\x15\xb4\xf0\x92\x61\xcc\xfa\xb0\x1f\xb4\x93\xc2\x76\x28\xd7\xee\xa2\x6c\x48\xe7\xc0\xd9\xba\x97\x3f\x7a\x5b\xe8\xea\xc5\x31\xef\xe5\x3d\xf8\xd1\x86\xf0\x2c\xc1\x8b\x96\x4d\xc8\xfa\x88\x9c\xcc\xfe\x1a\x1b\xcd\x3d\x5a\x9a\x15\x35\x1b\x08\xbe\x17\x17\x0d\x5d\x27\x5d\x82\x92\xa9\xc9\xd8\x65\x85\x4c\x2d\x7d\x87\x4d\x50\x72\xbd\xb0\xf0\xb7\x7b\x79\x0f\x86\xc3\x5d\x85\x94\x3b\x39\xf0\x5a\x72\xd9\xd8\x39\x1e\x8a\x0e\x7b\x77\xd9\x41\x59\x57\x74\x48\x20\x13\x64\x61\x49\xa4\x78\x73\x27\xc7\x41\x74\x6f\x89\x75\x29\xa5\xf2\x85\x64\xee\xf2\x31\x08\x9f\xbb\xdd\xe4\xad\x6c\x90\xa4\x6d\xb3\x90\xcc\xe5\xe4\x9c\xa6\x2f\x29\xcb\x89\x51\x1f\x10\xcd\xf9\xc0\x84\x64\xae\xe7\x6f\x23\x5a\x16\x57\x14\xa8\x41\xa4\xa6\x44\x6f\x66\x9f\x84\x74\xad\xfb\x34\x3d\xc1\x44\x90\xa4\x70\x3d\x53\x3d\xc8\xca\x32\x27\xee\x6d\x20\x07\x73\x19\x1f\x22\x37\x5f\xee\x6d\xf0\x2a\x8a\xe9\x98\x90\x9e\x75\x9f\xbc\xb0\x2b\xea\x59\xb4\x5e\xb8\xd8\xed\xc6\xf4\x18\x19\x65\xad\xd1\x83\x42\x9a\xd9\x58\x8f\x77\x94\xda\xc4\x03\x42\xf1\x2f\x09\x88\xec\xde\x22\x09\x31\x43\x04\x3f\xba\xf3\xfa\x66\x1f\xb2\xaa\x29\x08\xcc\xef\x40\x83\x30\xf8\x4e\x3c\x77\x84\x47\x8d\x6d\xaa\x05\x66\x18\x2f\x49\xbf\x63\x3d\x5b\xfd\xd3\xc8\x36\x77\xf2\xed\xaf\x6c\xf9\xee\x2c\x0f\x0d\x6d\x5d\x59\x2b\x99\x85\xfa\x68\xdf\xb0\x19\x76\x38\xd6\x1d\x72\xe8\xb2\x2f\x6e\x14\xe9\xf9\xec\x8b\x4b\x84\x4e\xec\x8b\x5d\x04\xe5\xb2\x43\x12\xd7\x33\x07\x6b\x87\xad\x52\x57\xff\xf6\xc5\xae\x29\xae\x45\x13\xe6\x1f\xbe\xa2\xe8\x50\x2e\x7c\xdd\x75\x17\x05\x75\xc2\x1e\xd9\x21\x79\x2b\xba\xe0\xf6\x85\x14\x45\x1c\xa3\x1d\xa2\xb7\x9e\x8b\xc6\x01\xb2\x61\xcc\x1b\x03\x28\x2d\xd1\x0e\x03\xa8\xae\xc5\xdd\x97\xc8\x0e\x77\x27\x5e\x36\x72\x47\xb6\x11\xae\x5d\xb2\x28\xdb\x97\x36\x9f\x67\x40\x4f\xe2\xae\x61\xb2\xf9\x8a\x46\xb2\xc0\x02\x45\xcd\x60\x16\x23\x06\xe7\x46\xd6\x96\x8b\xfa\x17\x64\x47\x2e\xae\x07\xb2\xa3\xfb\x23\x8b\xed\xa9\xc5\xa0\x66\xfe\xd9\x9d\xf8\x29\x0b\x75\xeb\xd1\x60\x49\xfb\x9d\xa3\xa0\x60\xeb\xed\x8f\x9f\xe8\x83\xfb\x17\x86\x1d\x97\xba\xc0\xb6\x2d\x9a\x22\xd4\x9b\x2e\x77\x9e\x7d\x5b\x55\xa9\x68\x9b\xa4\x7a\xf4\x08\xf7\xda\xe3\x7c\xe6\xf2\x1c\x21\xb5\x1b\xea\x41\x28\x9a\x08\x8d\x6f\x2c\xb6\x92\xfb\x2a\xf2\xb6\xbb\x0b\xd1\x59\x5e\xe8\xc4\x9e\x3d\x8d\x38\x0b\x5b\x00\xf2\x7b\x23\xd2\xbb\x84\xd6\x15\x9a\x76\xca\x04\x89\xd0\xb4\x3d\x43\xdd\x10\x9a\xb6\xe7\xea\x5f\x86\x41\x59\x72\xb5\xac\x36\xcf\x81\x1d\x16\x5b\x59\xbe\x4c\x14\x42\xb6\x7a\xfa\x10\xe9\xcd\xab\xaa\x4d\x0c\x63\x65\xf5\x49\x0c\xd9\xa2\x77\x1a\x21\x64\x4f\x59\x7f\x8c\x59\xa8\xae\x08\x62\x0c\xfc\xbb\x6f\x91\xb6\xee\xa0\xf6\x23\xef\xf0\x7d\x6b\x3f\x0e\x57\x0c\xee\xa9\x1a\x69\x30\xf5\xb3\xbb\xb4\x78\x02\x24\x55\xbc\xd4\x7f\x7f\x15\x3e\xf4\x57\xa6\x45\x3d\x14\x4d\x95\xd4\x2a\x5e\x9f\xbc\x7b\x6f\xdd\x7e\x4d\x35\xc1\x9d\x97\xa8\x7f\x87\x83\xdb\x9e\x3d\x1c\xe1\xb1\xe2\x6c\xe0\x10\x8f\x46\x81\xe7\x9b\x3f\x42\xc0\xf0\x70\xda\x21\x8b\xca\xba\x23\x08\x19\x79\xca\x0e\x65\xe9\xef\x54\x2e\x42\xa1\x5e\xfe\x61\x1c\x70\xa8\x24\x02\x48\xf6\x0c\xe5\x46\x88\xc8\x2e\x6b\x7c\x62\x42\x9e\x4a\x55\x4d\xe8\xbc\xcb\x56\x97\x08\x91\x99\xb8\x71\x27\x17\x4a\xee\xc5\xd5\x70\xc7\x0f\xb5\x21\x7c\xac\x6d\x5e\xc4\x41\xd4\x19\x40\x84\x94\x9b\x3f\xc6\xfc\x68\xb6\x42\x84\x94\x25\x47\x20\xe6\x63\xcf\x90\x7b\xc4\x7c\xec\xf2\x73\xa3\x20\x8f\x53\x96\x47\x8a\xeb\x98\xfd\x43\x64\x46\x32\x18\x22\x58\x63\xcf\x42\xaa\x05\x6c\xd8\x55\xab\xbc\x0d\x39\x07\xc9\x31\xd4\x9d\x78\x3a\xc9\xad\xdd\x2e\xdc\xa7\x6e\x71\xd1\x71\x0d\x0a\x0e\x3d\x4f\xae\x5d\x82\x95\x23\x67\xdd\x5b\x82\x9f\xef\xef\x5e\xd1\x53\xd7\x09\xc2\x1f\x2a\x2a\x32\x8b\xfb\x7c\x17\x2d\x48\x57\x23\x7a\x0f\x4f\xd5\xb4\xb1\xcc\xf2\x4f\xe9\xfa\x54\xc5\x1b\x82\x32\xbb\x6c\xe0\x8f\xee\xb2\x8c\x8b\x51\x86\x88\xa8\x67\x5d\x2b\xd5\xab\x35\x95\x05\x8d\x43\x1d\xed\xca\x8d\xa8\x89\xad\x22\xd7\xa7\xb3\x31\x25\xea\x6d\x15\x99\x55\xfd\xcb\x58\xcc\xfe\x67\x99\xe7\xae\x58\xfa\xcb\xf2\x69\x23\x22\x92\xf3\xa3\x5d\xa1\xb8\x75\x2a\x2a\x9c\x7f\xc9\x8f\x76\x48\x81\x7a\xd6\xc6\x43\xea\x23\xf7\x31\xbb\x0a\x3b\x08\x9d\x85\x94\x27\xc9\xf0\x71\x87\x9b\xcb\xdc\xbf\xdf\x98\x77\xe1\x95\x2a\x5c\x51\xfd\x35\xe6\xe0\xfb\x51\x73\xa0\x36\x51\xab\x36\x7e\xad\xc4\xa6\xf6\xb1\x8d\x48\x9c\x0a\x4a\x3b\x89\xc4\x99\x9b\x87\x19\x3c\x14\xc9\x32\x89\xbc\xa9\x58\xcb\x27\x17\x3b\x58\xdb\xb2\x8a\x54\xf2\x30\xb9\x46\xb4\xf0\x78\xab\xbc\x44\x2f\xee\x8a\xab\x41\xdf\x1c\x15\xed\x0f\x63\xdb\xa6\x9b\x03\x76\xa0\xc2\x6d\x4e\x19\x45\x6d\xb9\xab\x14\x4b\x7e\x63\x51\x99\xbf\x1f\x99\x6a\x7f\xe3\xf1\xa5\x03\xa8\xe8\x9b\xc6\xbd\x4d\x37\xc9\xf4\x4f\x83\x09\xa9\x9b\x24\xfc\x4c\xa6\x2c\x76\xee\x6e\xe2\xa0\xe9\x12\x6a\xa8\x25\x5e\x70\x3e\x76\xe3\xb2\xd0\x86\x93\x71\xe4\xa5\x39\x6b\x2c\xcc\xd4\x2f\x83\xbb\x9a\xa7\x46\x2a\x07\xd3\x97\xb3\x81\x14\x5d\x2b\x46\x8d\x92\x58\xee\x26\x57\xe7\x97\xb3\xb1\x30\xc2\x8a\x16\xb0\xe9\x6e\x68\xac\x8c\x56\x1f\x89\xda\xf5\x2d\xca\x55\xe0\xde\x82\xed\xa7\x3f\x32\x30\xf7\x36\x16\x51\x9e\x4f\x08\xcb\xd9\xb3\xe7\x6b\xab\x7b\x6e\x92\x4b\xd0\x23\x43\xe9\x54\xc6\x60\x44\xe9\x3c\x85\x8b\xb2\x71\x5c\xb4\x84\xe1\x4b\xb2\xfb\x66\xe8\xe2\x7b\x55\x7f\x64\xfa\x9a\x72\x2d\x8a\xba\x56\x1d\xe6\xa1\xac\x3a\x5f\x95\xd5\xe4\xba\xa2\x27\x7e\xca\xb0\x43\x1c\xd7\x8b\x26\xb3\x8b\x05\xaf\xab\x2a\xdc\x42\x76\x79\x2b\x24\xec\x66\x2f\x5a\x23\xcc\x18\xe7\xe5\x0e\x4d\x56\x85\x47\x27\x91\x36\xef\xea\x9b\x4c\x96\x8a\x97\x07\x2a\x9e\x89\x66\x90\xe8\x9a\x97\x9e\x30\x3b\xcc\x11\x7b\x71\x77\x97\xe4\xca\x2e\x0b\xe7\x4d\xe4\x72\xd7\x73\x47\x77\x64\x0f\xee\x7a\xb9\x5c\x56\x7d\xf2\x47\x06\xae\xb1\x11\x44\x44\xfc\xa0\xdd\xd1\x8a\xef\xfe\x98\x69\x45\xd3\x82\x46\xa2\x6f\x37\x44\x79\xe5\xd2\xc8\xe3\x3e\x1d\x5e\xe0\xb8\x05\xa4\xcf\x4e\x98\xce\x5e\x3c\x29\x5b\xfd\x61\x9c\xc8\xee\xa6\x8c\xd8\x36\xce\x20\x2d\x64\x26\x4c\xe7\xf9\x7a\x29\xfb\x26\x9b\x94\x55\x55\x4c\xc3\xc0\x26\xdf\x97\xf1\x40\x28\x7e\xfd\x0d\x17\x87\x7b\xc0\xe7\x86\x3f\xb1\x07\x14\x9d\x8c\xc1\xb6\x0c\x3a\x4d\x9e\x84\xd0\xad\x17\xf5\x3f\x0c\xeb\x7a\x51\x17\xc2\x78\xee\x96\xac\x9d\xc0\x88\x5d\x71\x04\x88\x8b\x78\xa6\xd3\x1f\x37\x8d\xf8\x97\x87\xe8\x91\x53\x9f\x3d\x35\x65\x2e\xaa\xe0\x15\x91\xc3\xed\xde\x94\x19\x19\x21\x14\xbb\x74\x31\x09\x9a\x78\x3e\x3a\xdb\x99\x83\xa9\x6c\xac\x19\x1c\x08\x82\x1f\xf6\x22\x2c\x16\xbe\xf4\x7a\xd1\x2d\x15\xae\xf4\x8a\x29\x44\xac\xda\x8a\x30\xe7\xd2\xc4\x7e\xb3\xd8\x62\xb9\x9a\xc1\x47\x67\x35\x4a\x37\x19\xe3\xd2\xc1\x5f\x62\x21\x89\x00\x08\xdb\xb5\x22\x79\xc7\x96\x79\x9a\x89\xb0\x30\x4f\xeb\x25\x39\x77\x68\xbb\xac\x6b\x69\xa1\xc4\x62\x0a\x2d\xec\xd1\x7a\x49\xce\x05\xd6\xd2\xc9\x59\xe8\xc3\x99\xee\x41\x10\x55\xb4\xdb\x96\x8e\x8a\xbb\x87\x4d\x91\x2f\xe7\x25\xc2\x47\x04\x65\x58\xab\x9d\xc2\xea\x51\x70\x94\xe4\x3f\x83\xd0\x87\x5d\x7e\x61\xf6\xe2\xa8\x24\xe7\xe2\xf0\x16\xe7\x22\x4a\xc8\xe5\x36\x76\x70\x6b\xd5\x9f\xb3\x27\x4a\xff\x36\xc8\xe6\xbf\x9d\x0d\xad\xab\xee\xe6\x23\xd4\xbe\xae\x50\x44\x52\x59\x42\x8a\xbd\xf1\x8f\xf6\xcd\x69\xf9\x9a\xb2\x5a\xb0\xae\xec\x26\x3b\x94\x7d\x85\x71\xc5\xad\x5c\x84\x9f\xd3\xad\x18\x12\x29\x45\x6b\x9f\xc4\x36\x4c\x7e\x5d\x45\x6c\xc3\x5e\xb2\x73\xdc\x9f\x1a\x57\xc8\x98\x6a\x2b\xfe\x38\x43\x43\xcb\x39\x38\x4b\xea\xeb\xa4\x79\x75\x95\xdd\x23\xb6\xc4\xe6\x1c\x66\x37\xff\x30\x3b\xea\x5b\x3c\xac\x8a\x18\x08\x08\xa3\x2e\x39\x1e\xd9\x9b\xbd\xa4\x79\xdd\x7a\xcb\x8b\x4c\x0e\x13\xb4\x5e\xbe\x45\x21\x46\x9a\x2b\x0a\xec\xe9\x09\xf0\x8e\x70\x36\xe2\xdf\x98\xac\x09\x33\xb3\xf3\x55\x43\x89\x0d\x52\xbe\x39\x66\x24\x3b\xcb\x22\x08\xa1\x63\x77\x56\x74\xe5\xec\xad\xa1\x51\xf6\x25\x8c\x29\x94\x23\xdb\x32\xd9\x02\x6e\x0b\x7f\x8a\xbf\x7e\xc2\x8b\x71\x52\x0e\xc6\x92\x66\x1e\xd9\x4f\xf5\x73\x21\x0c\xc1\x4e\x27\xfc\x15\x2a\x5b\x4f\x8b\x30\x0c\xbb\xe5\x32\x87\xd8\x87\xa7\x26\xb5\x0a\x82\xd0\xf6\x7b\x09\x41\x64\x7f\x64\x82\x45\x91\xbf\xd0\x89\xf5\xeb\x06\xbb\xb1\x7c\x7d\x2b\x86\x36\x2c\xce\x3e\x7c\xfd\x1b\x48\x1c\xf7\x78\xd2\xcd\xd9\x2f\xcc\x82\x44\x45\x86\x7b\xbc\x53\xed\x50\x96\xc7\xbf\x5e\x10\x21\x36\xea\x45\x7b\x37\xdc\xd3\x9d\x0e\xea\xa7\x9b\xa1\x8a\x5c\x7e\xe9\x7d\xac\x83\xf7\x92\x60\x41\x0f\x15\xc5\x17\x94\x0d\x27\xf1\x05\x73\xf9\x96\x0d\x17\xe4\xde\x86\x2f\x1f\x68\xf5\x29\xde\x3f\xa5\xba\x22\x06\xae\xbd\xf5\x16\x3b\x45\xf7\x43\x08\x8b\x4e\x76\x28\xdb\xa8\x69\x2a\x0b\xd6\xd7\x32\x87\x91\x58\x2f\xd5\x3f\xdd\xbf\x7e\xaa\x54\xbc\x14\x29\x50\x6e\xd2\x88\x14\x68\x37\x31\xfb\xcd\x8d\x20\x7a\xea\xcd\xfa\xdf\x7a\x65\xbd\x39\xe0\xa2\x91\x14\x35\x50\xf6\xa0\xfb\xad\x0d\xa0\xdd\xf1\xf6\x06\x70\xe1\x41\x61\x0d\x6d\x72\x2f\x6a\xf3\xbc\xe1\x9f\xc8\xe8\x72\xbf\x45\x52\x69\x3f\x84\x79\x57\x31\x86\x0e\xb1\x53\x97\xed\xf5\x7e\xeb\x1a\x18\xce\x4e\x2a\x52\x27\xb8\x07\x9a\xeb\x89\x15\x6f\xfe\xa6\x36\xfd\x51\x6d\x6a\xe4\x8b\x53\xa3\xad\xf4\xc6\x55\xbb\x4c\x24\xf7\x5b\xc4\xb6\xde\x65\x21\xb0\xea\x45\xf8\xe2\xad\x4b\xa2\x38\xcb\xb2\xe9\x96\x08\x13\xaf\x5e\x74\xfc\xde\x21\x67\x2e\xcd\xd5\x72\x2c\xaa\x3f\xbe\xc9\xd2\x4a\x48\x83\xb2\x84\x41\x3b\xc4\x3f\xe7\x23\xd5\x7e\x74\xac\x85\x43\x3f\xa8\xb2\xfb\x71\xfa\xe1\xa8\xea\x54\x7f\xb4\x52\xda\xfa\x1f\xe9\x2f\x66\xd7\x14\xb3\xd4\x9d\x7b\xff\xfa\xa9\x52\xbd\x50\x60\xc6\xeb\xfb\x4b\x10\xae\x0e\x75\xb8\x87\x4b\xd9\xfc\x33\x19\x58\xf9\xd1\x1b\x06\x56\xe7\xab\x6a\x12\xe5\xeb\xc2\x41\x67\xda\x36\x93\xa0\x86\x77\xf5\x15\xf4\x81\x55\xee\x2b\x1b\x89\x4b\x95\x8e\xc7\xb6\xc4\x45\x93\xf8\x60\xc0\xe6\x97\x19\xc1\x0a\xcb\xfd\xfd\x1a\x8c\x64\xac\xdd\xd6\xfc\xb0\x38\xd8\x9d\xae\xc5\x7e\xaf\x58\x81\x3e\x0b\xce\x57\x2d\xb1\x0f\x4f\xf6\x21\x3b\x22\x1b\x8c\x9f\x3b\xe3\x45\xf3\x59\x25\xf6\x70\xe6\x0d\xf8\xa0\xc9\x7b\xba\x51\xc8\xc2\xab\x83\xa1\x73\xb2\xa8\x6b\xc6\xeb\xe3\x59\x11\x2b\xe4\xfc\x96\xc2\xb0\x04\x32\x12\xa6\x67\xc5\x9b\xfb\x56\x30\xd6\x67\x11\xcb\xa1\xf0\x1a\x7e\xd0\xfc\xec\x43\x5d\x8e\x87\xe8\x5d\x78\x6f\x3c\x0b\xbf\x3c\x85\x07\xd1\x83\x0a\x64\xc7\xdb\xd6\x83\xea\xe2\xad\xd8\x09\x0f\x9a\x83\xb7\xfc\x54\x3f\xab\x13\xb9\x20\xf6\xe2\x23\xfd\xba\x8c\xec\xf7\x41\x0d\x6e\x40\xde\x3f\xa8\xc1\x0d\xc8\xc8\x07\x35\xb8\x8e\x07\xe4\x47\x5a\x70\x05\x39\xff\x83\x16\xdc\x28\xe3\x8f\x1e\x56\x1e\x54\xe4\x46\xd1\x48\xc2\x7d\xfb\x28\x73\x2a\x87\x69\xd2\xe5\x8f\xed\xd7\xcf\xa8\x5a\x98\x11\xc6\x19\xb5\xbb\x3b\xfb\xe4\x46\x56\xee\x15\x39\xff\xee\x7d\x72\xdf\xbe\x7d\x22\xe7\x26\xc2\x74\xd6\x43\x5c\xe1\x44\x29\x25\xe5\xc2\xae\x37\xfb\x1b\x71\x77\x9a\xb3\xc4\xc3\x51\x83\x2b\x3c\x0b\x66\xcd\x86\x5c\xfc\x16\xe5\xc2\x4d\x99\x3b\xba\xc2\xc9\xb0\xbb\xb6\x50\xb4\x71\x83\xef\x20\xbb\x58\xc6\xa1\x0d\x31\xf4\x11\xf7\x46\xd9\xed\x07\x77\x2e\xc3\x44\x78\x50\xce\x3b\x59\xff\x36\xe8\x42\xe4\x3c\x0f\xba\x7a\x77\xe6\x52\x79\xd0\xd5\xeb\xf8\x96\x7f\x50\xd5\x3b\x15\xab\xf3\xf1\xd0\x91\x86\xef\xc9\x4e\x2a\xd6\x60\xe2\xb0\xe4\xec\xfe\xc7\x53\x27\xf3\x3e\x3d\xd9\x50\x9f\xc0\x6d\xc8\xc9\x72\x58\x92\x6b\xfe\x90\x75\x2f\x1e\x7e\x4b\x43\xa1\x06\x78\xb2\x53\x59\x86\x3b\x6e\x65\x19\x6e\x2e\xca\x32\xdc\x9a\x94\x65\xb8\xbd\x2a\xcb\x70\x53\x57\xb6\x45\x74\x8e\x4b\x39\x86\x9b\xfd\x53\x86\x5b\x5c\x96\x4b\x7f\x0e\x65\xc3\xac\xe7\x5b\x96\xd1\x76\x77\x91\xa3\x54\x5c\x96\xd1\x16\x77\x82\xd1\x66\x67\x19\xed\xd4\x78\x74\x2a\xab\xaa\x9a\x8c\xb6\xfa\x2b\xa3\x4d\xfa\x2d\x86\x06\xb9\xfb\x2b\xa3\x2d\x9a\xb8\xa9\xc5\x75\x16\x2c\x53\xd5\xab\xc9\x70\xa7\x1b\x8a\x67\xac\x17\x3b\x5c\xe1\x9f\xdf\x3a\xcb\xea\x56\x57\x15\xe2\xc1\xfb\xfb\x5b\x5c\xa7\x78\x6e\xa6\xd6\x4f\x33\x87\xa5\x0b\x12\xd5\x93\x65\x44\x42\x10\xf8\xd3\xc9\x39\xf9\x2b\x23\x12\x56\x0d\x3d\xc5\x5b\xaf\xbe\x07\x45\xc5\x53\xb3\x16\x1b\xf7\x61\x45\x58\x35\xfc\xe5\x9f\xaa\x5c\x98\x05\xec\x2e\xcc\x88\xb2\x7b\x15\x0b\x28\x2c\x1a\x7a\x8d\xb7\x14\x12\x4e\x36\xdc\xb6\x26\xef\xb1\xa0\x15\x72\x13\x1a\x0d\x2d\xae\xa9\x79\xdc\x04\x9d\x40\x59\xf1\x81\xab\xd0\x51\xb5\x7f\x76\x9c\xd4\x0e\xe1\x75\x72\x81\x7e\x41\x37\x3b\x76\x79\x27\xc8\xcd\xb3\xd1\x75\xc5\xe9\xc2\xb3\x43\x31\x8c\x37\xd7\x03\xf1\x3f\x2e\x15\x7c\xc9\xb8\x57\x19\xbc\x4a\x28\x83\xb1\xb6\x32\x98\x8b\x2a\xd3\xa3\x06\xff\x28\xcc\xbc\xdc\x52\xf8\xb6\x77\x0d\xaf\x5f\x3f\xc2\x55\xfb\x45\x2c\xd5\xac\xcc\xa1\x19\xb3\xab\x7b\x7e\xfd\xb4\x3f\x5b\xed\x3f\x8a\x64\xce\x2e\x21\x90\x79\xd3\xcc\xbc\xf0\xb8\x74\x29\x73\x2a\x0c\x12\xf9\x81\xa4\x27\xfc\xd9\xa3\x60\xdd\x5d\x7d\x8d\x60\x24\xac\x3d\x94\x34\x52\xa0\x47\x51\xbc\x8b\x8b\x9d\xda\xb8\xb8\x88\xe1\x0d\x23\xef\xd9\x6f\xc2\xac\xeb\x4b\xf4\x8d\x3d\x0a\x05\x8a\xd7\xd1\x07\xfa\x13\x7f\x06\x0f\xf1\x81\x71\x9e\xff\x10\x1e\x98\x40\x1c\x0f\xc1\x81\x07\xec\xd8\x87\xd8\xc0\xe8\x88\x3c\x04\x03\x8e\xc7\xf7\x73\xcd\x87\xb0\x6d\x23\x9c\xfe\x45\x1e\x06\xd8\x15\x92\x28\x00\x81\x69\xef\xa0\x71\x0f\x00\xc3\xf6\x3b\x85\xb6\xfb\x73\xad\x8b\xb0\xb7\x77\x0e\x0f\x44\x01\x48\xd8\x6a\x87\x82\xbe\x00\x71\xf5\x07\xdb\x05\xc0\x42\x08\x71\xf6\xb4\x00\x68\x35\x95\xef\x4f\xe2\x22\x29\xa1\x9b\x14\x80\x2c\xa9\xf1\xa1\xd2\x02\x50\x51\x0d\x0d\x97\x72\x01\x80\xa2\xc8\xe3\x5b\x02\x4d\x76\xd4\x95\x03\x80\x7a\x1e\x3a\x98\x01\x80\x5a\xee\x61\xda\x19\x80\x0f\xca\xb4\xa1\x36\x18\x00\xdc\xbc\xf6\xb0\x58\x3c\x00\xbb\xec\x0c\x5d\xc1\x00\x14\x8d\x76\x4e\x03\xe2\x8e\x28\x61\xe6\x19\x80\x46\x00\x8c\x90\xce\x04\x00\x96\x2e\xaa\x62\x01\xf8\x92\x22\xc5\x00\xa4\x63\xe1\xb9\x29\x00\xa8\x96\x5e\xe1\x93\x2e\x00\xf1\x38\xba\x7b\x28\xe6\x07\x40\x5a\x39\xf1\x10\x38\x00\x19\x42\xa3\x8a\x03\x00\x3b\xfe\xc0\x67\x01\x48\x0c\x2e\xee\x9c\x00\x48\x28\x58\x93\x5a\x59\x08\x43\x50\x39\x09\x00\x02\x8f\x72\x7b\x5d\xb0\xe0\xb9\x51\x51\x09\x80\xf0\x62\x84\x44\x08\xc0\x66\x19\x02\xbb\x05\xe0\xa5\x9f\x78\xf5\x17\xee\x10\x72\xf8\xc3\x05\xc0\xf5\x1e\xca\xbc\x07\x80\xdc\xec\x46\x5e\x0b\x40\xab\x3f\x55\xc7\xc6\x0c\x04\x29\x65\x00\xe8\x07\xd2\x17\x01\x68\xd6\xcb\x00\x1f\xf1\x0e\x09\x1b\x80\x37\x7e\x25\xb3\xb6\xc3\xad\x48\x41\xf0\x53\x01\x40\x1d\x84\x91\x62\x00\xb8\xc8\xe0\xaa\x02\xc0\x6d\x46\x49\xf7\x17\xb0\x29\xd1\x05\xd8\xbc\x6a\xe2\xcd\x00\x60\xe9\x27\xc3\x80\x68\x05\x7e\x55\x00\x70\x5f\xd3\xc2\x59\x28\x00\x7c\x41\x96\xec\x4a\x89\xea\x0f\x37\x2a\x00\x8f\x00\x45\xad\xc8\x75\x6a\x8f\xb0\xae\x02\x7c\x08\x8c\xa0\x9e\xce\xae\x8e\x75\x97\x80\xec\xe8\x45\x33\x76\xe3\x04\xeb\xd0\x4a\x6a\x05\xf7\x40\x77\x2f\xd3\x3f\x79\xa3\x28\x5c\xa6\x26\x68\x11\x16\xb4\x8d\x6c\x00\x32\x94\x5e\x93\x06\x87\x15\x49\x1f\xce\x6f\x19\x34\x57\xe1\x93\x7b\x17\x7a\x5e\x85\x71\x6e\xef\x86\x08\x5f\x0f\x00\x7c\x52\x4b\x37\x00\x7d\xa7\xf0\x2c\x15\x80\x86\xd8\x33\xfc\x80\x0a\xf0\x02\x90\x0c\x60\x03\x85\x53\x40\x00\x44\xbb\xac\xd5\xfd\x40\x62\xd2\x6b\x73\x09\x08\xd8\x5e\xdb\x9f\xb4\xe0\x55\x9a\xc9\xfb\xf6\x1a\x47\x43\xbd\x76\x03\x70\xb2\xd2\xeb\x70\x9f\x50\xcc\xea\x15\x6c\xbc\x12\x91\xf5\xee\x5e\x85\x6c\x12\xf1\xa1\xee\x69\x44\x91\x86\x2a\x6d\x5f\xc0\x87\xd9\x6b\x42\x36\x69\x12\xd2\xaa\x16\xe1\xda\x34\x37\xc3\x68\x3a\xc2\x09\x53\xf0\xbb\x37\x4d\x67\x92\xc1\x75\x6f\xda\xf6\x69\x21\x90\xec\xad\xba\x04\xc6\x0d\x3d\x2e\xad\x00\xbc\x65\xa8\xa6\xbd\x93\xa4\x92\xd9\x9b\x30\x58\x92\xaa\x14\x4c\x6a\x00\x9c\x83\x88\xf4\x19\x00\x9d\xe9\xd0\x9a\x0c\xc0\x44\xdb\xec\xe6\x32\x5a\x89\x78\xf5\xe9\x0a\x77\x51\xcf\xb5\xb2\x42\xcc\xf5\xae\xbd\x92\x87\xb6\x5b\x68\xe1\x08\xc0\x32\x08\x2f\xe4\xd1\x37\x0e\xfc\x34\x1f\x79\x04\xd3\xe4\xee\x5d\xeb\x9c\xe5\x2b\xbd\xdc\xc5\xad\x3c\x38\x25\x0d\xfb\x39\x01\xf4\x93\xf2\x05\xd0\x6c\xcb\x5f\x80\xdc\x04\xfe\xae\x63\x01\x48\x5f\xc0\x03\xe0\x5b\x07\xf3\x11\x11\x2d\x00\x88\xbd\x90\xf4\x13\x5f\x46\x7d\xfc\x06\x6c\x00\xc5\x00\x22\xcc\x75\xcd\x7a\x9e\xd2\xdb\xe9\x1e\xfe\xcc\xb4\x32\x6e\xff\x84\xf0\x96\x7d\x08\xa5\x65\x5c\xf1\xde\x7d\xe8\x9a\xc8\x53\x53\x38\x2f\x97\xe0\xfd\xd5\x87\xa7\x70\xf2\x02\xeb\xe1\x81\x42\x00\x14\xcb\xa6\x4b\x08\xb7\x0c\xaf\xcb\xc4\x12\xa0\x0f\xcf\x18\x4e\xba\xee\x1e\x7e\x84\x00\xc4\xc5\x4a\xd4\xfc\x00\xa0\xe7\x4d\x54\x75\x01\xe4\xb3\xc8\x3d\x7d\x14\x9b\xae\xbb\xa7\x0f\x77\xf1\x5d\xd3\x17\xf0\x50\x42\x95\x2e\xed\xc2\xa1\x8d\x9b\xf1\x06\x71\x00\xaa\x63\x2d\x0c\x69\x87\x48\x80\xbc\x61\xbf\xf4\xa9\x7d\x9a\x37\xc1\x8f\x4b\xf2\x68\x77\xe6\x19\x19\xae\xed\x02\x40\xb8\xdc\x3e\x85\xf5\xb2\xf4\x71\x46\x9e\x2e\x51\x55\xc2\x13\xb4\xe5\xfa\x76\x16\xff\x04\x83\xc5\x3e\xbd\xd7\x11\x74\x1e\x80\x9b\x7d\x13\x84\x79\x6a\xf5\x0b\x71\xdf\xd3\x75\x6b\xe3\x96\x91\x40\xb6\xa1\x68\x10\x80\x82\x2d\xea\x75\xf9\x27\x58\x9c\x8e\x4b\xdb\xa1\x8c\x8e\xc3\x9f\xd0\x6c\x0e\x00\x52\x89\x62\xb2\xaa\x0c\x98\x64\xe3\x12\x06\x2f\x0a\x27\xe0\x6b\xa3\xcc\x41\xe8\x96\x4b\x97\x53\x91\xbb\xc7\x71\x89\x68\x28\xf2\x4d\x43\xfc\xc1\x03\x58\x74\x74\x84\x2b\xe2\x00\xf0\x74\x1d\xb7\xa6\xb4\xac\x37\x25\xee\xdb\x25\xde\x98\x6e\xdd\x22\x80\x8a\x14\x39\x87\xd1\x47\xd9\xc4\x0b\xce\x53\xd4\x5d\xd9\x43\x9a\x80\x75\x7c\x01\x31\xd8\xfb\x37\x00\xa3\xae\x5b\xd7\x68\xd9\x13\xbf\x05\xb7\xf6\x5c\xd9\x0b\x37\x0c\xb7\xbb\xbe\x1f\x89\x5e\x74\x91\x54\x62\xf1\xdf\x23\x3c\x93\x00\xc0\xa3\xc7\xad\x75\xaa\x23\x4c\xe8\x0f\xa0\x0a\x80\x8f\xe9\x71\x8b\xde\xa9\x84\x9c\x3c\x00\xff\xa4\x33\x85\xb7\xae\xe2\x4a\xac\xc0\x03\x70\x1d\xb2\x18\xbc\xb5\x6f\xab\x7c\xf0\x8f\x43\x64\xff\xf1\xfe\xaa\x33\xa1\xcb\x7d\xe9\xd4\xd7\x99\x31\xfe\x4d\xb7\xeb\x2b\x2e\xa1\x81\xe2\x35\xfb\x1e\x29\x19\x80\xdf\xd5\x62\xa2\xbd\x4e\x51\xe0\xde\x4c\x75\x12\x72\x63\x84\x89\x29\x00\x62\xd4\x26\xed\x95\x2a\x3f\x21\x4d\xd3\x5b\x31\x97\xbe\xbb\x5e\x28\x01\x80\x93\x2a\xd2\xb8\xda\xa0\x39\x69\xd7\x57\xac\xcc\xee\x3c\x93\x4b\x6c\x6c\xcb\x93\x76\x57\xc5\x60\xec\x00\x9a\x01\x18\x96\x86\x77\xb4\x00\xa0\xc3\x3f\x7c\xc6\xeb\x06\xf7\x8e\xb0\xa7\x01\x40\x1d\xf9\x72\x09\x91\x18\x57\x36\x60\xb0\x00\xd9\xa3\xdf\x0a\x09\x68\x9a\xbd\x6e\x78\x10\x23\xbb\xa7\x5b\x61\xf9\x82\x93\x10\x00\x82\x9b\x0d\x13\xf1\x75\xcb\x8d\x66\x16\x6a\xa9\xc8\x10\x0f\xc0\x95\xca\xa7\x61\xce\xae\xe3\x4d\x98\x0e\x13\xf1\x75\xcb\xd3\x55\xce\xfe\x09\x3e\xa8\x46\xce\xee\xa9\x22\x5c\x64\x61\xa3\x36\x2e\x76\x57\x16\x36\x6a\xe3\xc2\x35\x5f\x16\xaa\x6d\xe3\x56\x1d\xd5\x3f\x21\x6c\xf9\x08\xa1\x7a\x00\x06\x4f\xb8\x26\x02\xbc\x0d\x0e\x57\xb9\xf5\x1e\x6b\x03\x97\xc3\x23\x0f\xff\x64\x81\x9e\xb2\x88\x86\x36\xb0\x46\xba\xc2\xc2\xe4\x00\x14\x5e\x63\x64\xa1\xb8\x86\x2f\xe0\x7b\x14\x5d\x1b\x0d\xc7\xaf\xe7\x51\x73\x09\xc0\x0b\x65\x14\x4d\x50\x5b\x59\x00\x0f\xce\xde\x4a\x8a\x08\xcc\xb6\x2a\xdc\xb0\xf6\x1b\x00\xf6\x29\xd5\x75\xa0\x98\x55\xc2\x77\x64\x00\xba\x2a\xf5\x04\x2d\x9d\xd8\xe2\x09\x32\xe7\xab\x08\x73\xb4\xb5\x98\xe4\xa2\x4b\xb2\xd9\xc6\x34\x44\x47\x01\x40\x3c\x8b\xe3\xfc\x03\x90\x86\x77\x2f\xda\xb8\x6d\xdf\xb8\x3d\xa9\x7a\x5c\xb5\x9d\x90\x9d\xa4\x2f\x40\xa3\xad\x42\xf9\x0d\x16\xd0\xdd\x2f\x2f\x83\x77\x61\x4d\xae\x14\xb1\xce\x30\x8d\xde\x36\x16\x07\xa3\x8a\x64\xec\x0a\x34\x8f\x4f\xe3\x00\x14\x30\x58\x70\xc3\x01\x60\x80\x5f\x75\x15\x77\x91\x48\xa3\xdd\xf7\x17\xb0\x01\x5c\x06\xb0\x94\x4d\x28\xa8\x13\xe4\xe4\x1e\x4d\xc7\xa3\xcf\x9b\x98\x28\x4d\xd8\xa1\xcf\x41\x4f\x9b\x76\xf2\x01\x54\x00\xae\x43\x36\xe4\xad\xb8\x8e\xa5\x18\x2c\xdf\x56\x16\x36\xf2\x4d\x9b\xbf\xe3\xd1\xf4\x26\x9e\x29\x00\x8e\x58\xd3\xda\x76\x7c\x5a\xde\x84\xcc\x3c\x80\xa5\x48\xd7\x4d\xf4\x5f\xc7\xb9\xc4\xa1\x65\x35\x41\x8b\x66\x09\x16\x12\x80\x0f\x2b\xd7\x44\xfd\x77\x59\xf8\xe0\x3e\x25\x00\x8a\x0f\xd4\x85\x83\xfa\xbe\x88\x62\x97\x3c\x1f\x1b\xbf\x45\xd8\xb0\x05\xa0\x4a\xaf\xaa\xb9\x44\xe3\x98\x76\x1d\x8f\x0e\x1b\xf1\x00\xfc\x13\x3d\xcf\x87\x4e\xd4\x10\x83\x67\x74\xe1\xa0\x31\x12\xd8\xa1\x6b\x2c\x63\x4c\x1e\x53\x26\xa1\xc7\x90\x8f\xed\xae\x29\x1c\x04\xf1\x3b\x00\xd7\x81\xdf\x3e\x1c\x6b\x1e\xc0\x14\x86\xe9\x22\x08\x87\xc2\x9e\x8c\x5e\xfb\x9f\xef\xaf\x31\x2b\x5e\xa3\x4c\x81\x8f\xc9\x2d\x30\x4c\x2c\x0f\x5c\xea\x1e\x80\xba\x60\x07\x2f\x43\x37\xc9\xc0\x89\xcb\x01\xdc\x06\x28\xd6\xd8\xed\x9f\x84\xce\xe7\x5d\x92\xf6\xfd\x01\x28\x38\xaa\x5a\xf1\x29\x37\xb1\x3c\xd6\x70\x20\x3b\x97\x40\x52\x30\x86\xee\xc0\xb1\xa6\xe2\x14\x79\x6e\x96\x83\x82\x0a\x53\x8c\xb5\x15\xa7\x54\xdb\x6b\x2c\x39\x41\x36\x39\x3d\x7c\xa3\x8d\xe6\xb1\x3c\x0a\x83\xdc\xdd\xec\xe3\xf0\x29\xaa\x14\x3c\xd0\x9b\x88\xf8\xb1\x0b\x1b\x61\x88\xd0\x1b\xbb\xaa\x5f\xa2\x5b\xc6\xee\x0a\xa2\x33\x5c\x45\x48\xbc\xce\x74\xb4\x2f\x80\x46\xc6\x17\xa0\xa0\xe0\xa2\x6c\xc6\x76\x40\xd6\xe9\x4a\xb7\xe6\x78\xba\xd2\x8d\x2c\xa8\xbb\xc0\x4b\xf1\x81\x44\xd8\x0c\x23\x9f\x29\x5c\xa3\xe0\xa7\xf7\x98\x5a\xa6\x39\x96\xfc\x44\x68\x4f\xcf\x99\x18\xdb\x14\xcf\x65\xce\x8e\xce\xad\xa9\x6b\xfb\x8c\xcf\x43\x84\x88\xdc\x3a\xdf\x63\x56\x03\x5e\xf2\x86\xa2\x29\x9e\xf3\xad\x4a\x85\x9d\xe5\xce\xeb\x1e\x26\xc8\xe7\x9a\x52\x58\xd7\x09\x9e\xbb\xc2\x4d\xed\xee\xe9\xee\xb2\xef\x48\xaa\x43\x8a\x85\x33\xf4\x59\x00\xa0\xb9\x9e\x85\xae\xe7\x9e\x52\x36\x15\x8a\x9b\x7b\x49\x3f\x3c\xbb\xd2\x2d\xbd\xe5\xe2\x3a\xb6\xad\x48\x8a\x01\x32\x0c\xaa\xee\x18\xa6\x7c\xf3\xea\x5f\xc0\xec\xff\x6f\xc0\x1a\x97\xd4\x4f\x45\x44\xad\x71\xc9\xb4\x4d\x1b\x6a\x8d\x34\xa4\x26\x5e\x04\xc8\xd2\xe9\xd5\x7c\x2c\x85\xdb\xef\x29\xb9\x8e\x25\xe2\x59\x68\x72\x29\x6e\xdd\x34\x07\x72\x4d\x59\x0c\xdd\x3a\x93\x6b\x12\x55\x7c\xde\xe2\x62\xae\x69\xad\x4e\x51\x44\x6b\x0e\x94\x3c\xb2\x50\xdc\x9a\x04\xb1\x9d\xb7\x48\xa4\xb5\x88\xbf\x51\x6e\xa1\xa7\x8d\x53\xe4\x1b\x5f\xcf\x00\xb8\xf0\x87\xd6\xf6\x00\x40\xa4\x7a\x59\xef\x69\x55\x92\xf9\xbb\x04\x4c\x5c\xed\xd3\x3d\xdf\xe8\x1a\xa4\xf2\x05\x84\xd7\xb1\xeb\xd6\x13\xf7\x00\xe0\x84\xea\xc8\x6d\xdc\xe9\xa6\xcb\x63\xd9\xf3\x23\x9e\x88\x4e\xe9\xc6\xfb\xed\x5d\xae\x56\xbe\x00\x1e\x7d\xda\xb8\x07\x80\x87\xeb\xf4\x2d\x81\xfe\xd4\x2d\xa4\xb5\x71\x1e\x9b\xae\xbb\xb7\x2f\x20\x54\x19\xee\xef\xf0\xd1\x7c\x28\x77\x77\x1d\x44\x9f\xbb\xee\xf9\x1b\xf0\x40\x56\xb8\x63\x0f\x3a\x79\xe9\xfa\x96\x08\xf2\x26\xb7\xfa\x2d\x81\x0a\x9b\xe5\x02\x1b\xaf\x9b\xe9\x32\xfa\xd8\x72\x82\x79\xa5\xf6\x2d\x81\x5a\x81\xe9\xf2\xf7\xac\xc8\x55\x87\xc8\xac\xcf\x40\x0b\xb6\xdc\xc2\xea\x9f\x89\xc5\x41\x36\x6a\xfc\xe0\xca\xfd\x2e\x49\x47\xec\x91\xbb\xd1\x6a\xde\xf1\x23\xff\x9e\xe6\x91\x3c\xeb\x92\xe5\xba\x58\x44\x0f\xee\x38\xbb\xaf\x81\x47\xdd\xca\xb3\x7e\x7f\x21\xd2\x76\xfc\x06\x0c\x98\xde\xff\xf5\xf2\xca\xe3\xbf\xdf\x5d\x0f\xde\x33\x7f\xb3\xdd\x9f\x45\x0c\xb4\xdc\xef\xdf\x00\xb0\x93\x90\xc0\x83\x63\xca\xd3\xc5\x64\x00\x02\x5a\xf3\x64\x9e\x75\xd3\x25\xbf\xfd\x0f\x80\x35\x4d\xdf\x12\xb4\x32\xf2\xb7\x8e\xd0\x0a\xea\xdf\x51\x45\x14\xab\xde\xf3\x37\x2f\x27\x0c\x9a\xda\x03\x60\x1e\x92\xdb\x48\xd2\x75\x6b\xdf\x9f\x60\xde\xd3\x45\x3a\x3d\x2b\xa1\x25\x60\x26\xce\x83\x1f\xc6\xd3\x2d\x8f\x35\x87\x82\xbc\xb9\xe1\x0f\xae\x0d\x7f\xf3\xe7\x1e\xbc\x1b\xf6\x36\x3d\x17\xb8\x30\x2c\x96\xf3\x3c\xf8\x29\x3c\xbd\xf8\x5d\x22\xfa\xd9\xfa\xb7\x8d\xd0\xc5\x6d\xbf\x0b\x04\x4f\x23\x9b\x7e\x7b\x70\xec\x77\x67\xf3\x00\x0f\x00\x39\xd8\x75\x7f\x01\x28\xcb\x7c\x67\xaf\x68\x32\xbe\x1d\xc7\x8b\x9e\x25\x67\x0f\x7e\xf4\x4e\x15\x06\x54\x69\x05\xd4\xfe\x05\x40\x7a\x7d\x57\xa0\x6a\x67\x0c\x8f\xbd\x21\x5a\xf7\xfb\xd8\xca\x34\xe5\xfa\x76\xb4\x4b\x57\xaa\xb5\x2f\x80\x57\x79\x73\xb3\x52\xae\x4f\xff\x8b\xa0\x15\xff\x5a\xff\xf6\x7f\x7d\xfe\xf1\x57\xba\x7e\xfd\xfc\x55\xcf\xc0\xff\xf1\x57\x7d\xff\xfa\xf9\xab\x47\x18\x93\x7f\xfc\xf5\x4a\x67\x2c\xe7\xdf\x99\xa6\x33\x27\xaf\x58\xd8\xf3\x2f\x54\x99\x7a\x40\x5e\x40\x70\x5d\xf5\x8f\xbf\x5e\xf9\xbc\x34\xce\xbf\x1a\xaa\xbd\x01\xe9\x01\x81\x51\x75\x1d\xc8\xd9\x64\xe7\x1f\xc4\xef\x81\x2c\x7e\x85\xa3\x87\x1c\x10\x7e\x25\xb7\xe5\x07\xb2\xf9\x55\xe8\x64\x9d\x15\x78\x85\xcd\xc0\xf9\x37\x71\xae\x7a\xda\x8f\xf7\xf6\xf9\x17\x7d\x0c\xc2\xe6\xb5\xa9\x3d\xe2\x67\xdf\xe8\x2a\xbe\x42\x69\xf7\xfc\x8b\xdf\x86\xbf\xf9\x57\x88\xc6\xcf\x3f\x82\x78\x05\xa4\x01\x89\xa3\x7e\xfa\x1e\x3e\x4b\xce\x3f\x7e\x77\xb0\xe7\x2b\x5e\x9b\xe7\xdf\x07\x58\x0a\xd8\x13\x30\x9c\x8f\x04\xd1\xf6\x0a\x6d\xce\xf3\x6f\x53\xee\xb4\x10\xee\x20\xce\x3f\xf9\xc8\x07\x36\x80\xc5\xf5\x13\x62\xa5\x57\xb8\x5d\xf8\xeb\x45\xa0\xd4\xb0\xbe\x78\x85\xde\xdb\xf9\x77\xba\x72\x51\x6a\xbd\x00\x05\xe6\x0e\x45\xe7\x57\x78\x2e\x38\xff\xce\x1e\x09\x6d\xdc\xd7\xc3\x22\x41\x40\x86\x4e\xe0\x2b\x1c\x7b\x9f\x7f\x51\xd9\x79\xf5\xbc\x82\x6b\x7e\xfe\x05\x0a\x0f\x2d\xe5\x77\xbc\xc5\xcf\xbf\x17\xb0\x1e\xb0\x0f\x30\x1a\xad\xe3\xc0\xce\x9e\x3d\xff\x6a\x54\x37\x03\xd4\x02\x14\xdc\xfa\xd8\xbb\xef\x30\x1d\x3e\xff\xa2\x6b\x67\x95\xdf\x77\x74\xed\x1d\xde\x74\xef\x40\x97\xef\xc0\x7b\xe7\x1f\x6d\x9e\x9b\xe3\x1d\x76\xb0\xe7\x1f\x6d\x86\x92\xca\xbd\x43\xd9\x87\xc4\x83\xcb\xe6\xf9\x8f\xbf\x3e\x69\x84\x8b\x64\x12\xf7\x41\x77\x0d\x68\x6c\xe7\x48\x44\x90\xb4\x21\xe8\x34\x74\x45\x17\x02\x1a\x56\xc3\x24\x22\x1a\x39\x4e\xf6\xd3\x08\x5e\x16\x89\xf9\xeb\x67\x66\x81\xd3\x50\x83\x21\x4a\x9f\x28\x32\xa5\x51\x0f\xde\x23\x51\xa2\x74\x15\xb8\x19\xbc\x7e\xfd\x4c\x02\xf1\x9e\xdc\x36\xf8\x13\xa5\x6f\xc0\x1e\x4c\x5c\x83\x48\x9f\x22\xb7\x0c\xde\xbf\x7e\x06\x96\x5d\x69\x84\x86\x1f\x89\xf9\xeb\x67\x60\x99\x75\x72\x2e\x1d\x0e\x28\xf0\x70\x93\xa0\xde\x48\x60\x21\x29\x68\x33\xb4\x13\x2f\xaa\x08\x3e\x0c\x9f\xc0\xa9\x3c\x18\x7a\x24\xea\xaf\x9f\x91\x35\x87\xa1\xbd\x46\x02\xdd\x9a\x31\x05\xef\x86\x87\xae\xbc\xa1\xdb\x50\xee\x82\x80\x86\x50\x98\x04\x07\xe6\x0b\x6f\x86\x47\xf4\xa9\x5b\xd0\x65\xe8\x3e\x75\x64\xa0\x5e\xf7\x08\x71\x75\x27\xd4\x8c\x4f\xd6\x75\xa0\x93\x5d\x2f\xea\x8e\x97\x2e\x89\xd0\x0f\xae\x82\x16\x43\x43\xd1\x13\xb5\xd6\x04\x3f\x8b\x44\x28\xe0\x66\x41\x97\xa1\x9b\xd2\x4c\x61\x44\xc5\x21\xb1\xd9\xb1\xd4\x1e\x0a\x37\x24\x98\x2b\x6d\xac\x88\x99\x4e\x62\xfd\xfa\xc1\x3e\x24\x8d\x50\xa5\x25\xf1\x89\x11\x15\x6a\x07\x43\x44\xa2\xe0\x37\x57\xe5\x3d\xe3\x81\x3b\xc6\xad\xca\x3f\x9e\xf2\x10\x39\x8e\x5b\x7d\xfc\x78\x0b\x7d\xe0\xe9\xe3\x4b\xf0\x64\x3f\x86\x87\x5c\x07\x6f\x7a\x69\x3c\xde\xfc\x88\xdd\x1a\x3e\xf7\x12\x11\x46\x23\x11\xe7\xad\x1a\xac\x23\x44\xf0\xcd\x41\x94\xc3\x34\x7d\x84\x66\x42\xc3\x28\xb4\x2c\x4f\x6e\x08\x3c\x51\x7c\x49\x80\x03\x3d\x46\x02\xbb\x91\xd0\x15\x3c\xd9\x97\xe0\xe1\xce\x07\x7b\x8e\x93\x6b\x06\x83\x15\x43\x27\x2c\xcd\xec\x46\xf3\x00\x5e\x04\x9f\x86\x83\x6c\x71\x73\x78\xb2\x5b\xf0\xb8\x70\x2f\x3c\x2d\x9c\x6c\x35\x3c\x6e\x46\x6c\x3b\xd3\x2c\xae\x1f\x7b\xe4\xd2\xa9\xbe\x1a\x8c\x57\x59\xfc\x38\xa7\x59\xd7\x5b\xe0\xf5\x39\x87\xb4\x30\xa6\x78\xb4\x93\xc8\xa1\x1e\xc6\x84\xb5\x21\x70\x30\x2c\x06\x66\x50\x09\xe1\x1f\x89\x1a\x95\xd0\xc3\xee\x11\x21\x95\x6a\xf8\x27\x4d\x84\x38\x24\x11\x95\x6b\x91\x86\x7b\x18\xda\xba\x23\x69\x9c\x43\x98\x61\xc2\x26\x68\xf8\xf4\x4c\x84\x30\x24\xf1\x0e\x64\x74\x89\x0e\x81\xea\xf8\xff\x23\x44\x3e\x69\x86\x56\x1d\x89\xc0\x27\xd8\x32\xa6\xe9\x03\x4b\x48\xb8\xb3\x01\xe9\xeb\xdb\xab\x18\x62\xb2\x81\x9f\xb4\x84\xf3\x60\x12\x41\x84\xe0\x9a\x2e\xad\x2e\x9c\x87\x67\xd0\x03\x8f\xf9\x5c\x3e\x6b\x0b\x5d\x36\x83\xdf\x3a\x3c\x72\x3f\x95\xf0\xbd\x92\xd6\x47\xe8\x00\xbf\x4e\x07\xeb\x45\x2f\x77\xb0\x76\x49\xbc\x21\xba\x33\xf0\x75\x0b\x8e\xc6\x34\xd1\xca\x12\x16\x57\x24\xd0\x37\x0a\xf5\xb5\x84\x2d\x0c\x89\xfa\xeb\xa7\xe0\xd0\x2b\x61\x80\x42\x22\xfd\xfa\x29\x35\xd3\xea\xa3\x8d\xbf\x1f\x99\x57\x74\x81\x8b\xc1\xf5\xab\x73\x9f\xc7\xc5\x32\x9e\x44\xfa\xf5\x83\x22\xf1\xc9\x54\x43\xfb\xaf\x9f\xd0\x09\x88\xcc\x10\xf4\x34\x01\xaa\x39\x99\x62\x68\xfd\xf5\x43\x68\xfd\x93\x69\x86\xc6\x3e\x60\x2c\x27\xfb\xad\x63\x82\x6a\x27\xf0\x9d\x05\x8f\x25\x4a\x18\xf4\xe5\x71\xb3\x87\xf3\x00\x17\x14\xda\x4c\xee\x75\x3a\x7b\x15\x5f\xb0\x27\x53\x0c\x6d\xbf\x7e\x3a\x51\x04\x4f\x6e\x1a\x1c\xfe\xc7\x50\x04\x3e\xd9\x6d\xf8\xeb\xd7\x4f\x2b\x59\xd0\xb7\xa1\x9f\x33\x74\x41\x97\xba\x11\xe8\x01\x37\x93\x79\x64\x77\x23\x88\x52\xf4\xd5\x4f\xa6\x1b\xba\xe2\xb2\xcb\x02\xbf\x0d\x8e\x8a\xef\x80\xea\x7e\x3d\x09\x50\xe6\xa0\x74\xdf\x82\x43\xcb\x36\xdc\xf3\x9e\xec\x32\x9c\xf2\x85\x79\x1d\x4b\xe5\x61\x3d\x5e\xb7\x06\x39\xd6\x32\xfc\xcc\x1f\x5a\xb3\x79\x8c\xad\xf1\x84\x02\x77\x6f\x37\xe0\xd0\xf8\x25\x71\x88\x00\xcc\xba\x4e\xee\x65\x70\x20\x41\xfc\xe2\xe6\xb1\x3c\x7e\x18\x7c\x17\xf1\x8b\xb2\xef\xb6\x93\x88\xf2\xde\x6c\xcb\x9d\x5c\x10\xad\x65\x34\xc1\x8b\xe1\x23\x7a\xc3\x1c\x2c\x77\x92\xf3\x70\xe1\xa4\x36\x8f\xed\x39\xdb\x81\x4b\xaf\xa2\xf2\x2f\xef\x15\xe8\xf5\x9b\xf0\x18\x27\xfb\x11\x3c\x30\xdb\x8d\xa7\xf2\x93\x5d\x86\x47\x00\x21\x3c\x44\x9f\xec\x23\x78\x74\xf3\x26\x7c\xdd\xc9\x0e\xc3\x67\xc0\xef\x24\xb8\xeb\x0f\xf6\xe1\x3d\x35\x9b\xaf\x5d\x0c\x0f\x47\x4e\x38\x2b\x3d\xd9\x6f\xf9\xa0\x69\xa7\xd6\x36\xbc\xf7\x91\x68\xc0\xa7\xe0\xdb\xf0\x57\xc0\x35\xfd\xa1\x30\x18\x89\x49\xbb\x45\xf5\xcc\x6a\x38\xf5\x54\xb6\xeb\xc7\xa7\xfa\xc3\x05\x9a\x6f\x81\x87\xc1\x71\xf7\xcf\x24\xf0\xc7\xe0\x73\x33\x35\x4d\xc2\xc7\x7b\x21\x28\x8b\xde\x2e\x55\xe2\x25\x0c\x63\x9b\x81\xed\x6e\x1e\xc1\x51\x24\x31\x62\xea\x83\x3a\xcb\xb3\xea\x94\x4d\xdc\x90\xcb\x85\x53\x26\xd6\x16\x09\xb4\xbb\x42\x4b\x5f\x52\x7c\x12\x95\x77\x7f\x03\x0e\x4a\x3e\x89\x60\x7f\x62\x12\x7e\xb2\x8f\xe0\x08\x02\xf1\xc2\x58\x10\x7b\x91\xb8\x81\x27\xe0\x5b\xf5\x87\xb9\x75\xba\x31\x51\x2f\x58\x10\x47\xe2\x6c\x5d\xf4\x5d\x23\xb7\x0d\xc6\xd4\xa0\x07\x58\x0b\x75\x12\xaf\xa8\x45\xbd\x7c\x83\x11\x4e\x02\xa7\x5d\xed\x12\xfc\x6d\x78\xe8\x5b\xa0\x97\x5e\x76\xf8\x80\x23\x11\xee\xe8\x20\x52\xca\x7e\xdc\xfb\x78\xa7\x1d\x78\x05\xbe\xd4\xfb\xd0\x0b\x2e\x10\x75\xd5\xb8\xfd\x24\x18\x6c\x58\x22\x54\x3f\x73\x2a\x48\x37\xdd\xe0\xe0\x3a\x6e\x6e\x8e\x93\x48\x01\x0f\x33\x87\x3a\x12\xfb\xf2\x24\x4a\xc0\x0b\xf5\xa7\xa9\x7a\x92\xd4\x72\x83\x6a\x3c\xd9\x47\xf0\x45\x37\x8b\xe0\xcb\xf0\x60\x0a\x2a\x30\xc3\xc9\x2e\xc3\xa5\xcd\x4b\xbb\x79\x4c\xe0\x39\x22\x0f\xde\x06\xb3\x03\x4f\x82\xd9\xa9\x0c\xab\x0c\x75\x3f\x9c\xed\xe8\xf6\x3c\xb9\x97\xc1\xc1\xee\x0e\xb5\x8e\x93\x75\x35\x45\xd5\x84\x31\x42\x1d\x05\x52\xf8\x24\x06\xf0\x29\xb8\xcb\xe3\x23\x10\x0f\x82\x95\x47\x17\x89\xd3\x4b\x08\xa1\x3a\x1a\x87\xb0\xf2\x56\x82\x13\xf9\x91\xd6\x07\x89\x7d\xc0\x99\x4a\xda\x56\xdf\xc3\x97\x46\xc1\x4d\x7a\x1d\x7d\x6a\xe6\xd1\x77\x98\x84\x23\xaa\x68\xb1\x92\x08\x0a\x22\xd7\xfa\x67\x72\xaa\x1a\xeb\x57\xb0\xfe\xc1\x53\x4c\xc5\x64\xdf\x4a\x9f\xa4\x40\x3f\x56\xd8\xac\x24\xb0\x74\x9c\x2c\xc0\xf2\xd0\xc2\x32\x3f\xdd\x5c\x2a\x75\x2c\xcf\xd0\x22\xb6\x87\x3a\xbb\x20\xca\x4e\x22\x26\x14\x6f\xa9\x27\xbb\x0c\xdf\x28\x2d\xe7\x80\x6f\x37\x1b\x56\xca\xa8\x5c\x7d\xea\x78\x0d\x15\x7f\x11\x9c\x1e\xbb\x8c\x3a\x5e\x5e\xaf\xc0\xca\xe9\xf6\x4c\xbf\xd6\x36\xfc\x05\x9c\xee\x7c\x86\xca\x07\xde\x4b\x37\x0e\xf4\x2b\xea\xb5\x24\x82\xe7\x84\x1f\xac\x8a\x22\x20\x89\x38\x2d\xd0\xcb\x75\x5e\x1a\xed\x0c\x97\x6a\x05\x6f\x67\x75\x5e\x60\x92\x93\xa0\x1a\x46\x85\xb2\x2e\x89\x4f\x54\xc3\x24\xcf\xcc\x1b\xf8\x24\xce\x3e\x81\x5f\x50\xfd\x2e\x38\x09\xb4\xa0\x19\xed\xf4\x6e\x9e\x21\x6b\x4f\x37\x11\x40\xeb\x14\xc7\xe0\x24\xfa\xa9\x86\xa5\x42\xf3\x8f\x04\x11\x7e\x07\xad\x76\xf0\x72\x25\x88\xfa\x81\xc7\xe4\xcc\x01\xd2\x3f\x89\x20\x41\x71\x9a\x52\x51\x67\x27\x11\x3b\x07\xaf\xe4\x75\x4e\xa1\x06\xe2\x6f\x1f\x6a\x8e\x7a\xe6\x52\x79\x62\x56\xdf\xe0\xd9\x3a\xe7\x36\x3c\x76\x60\xc1\xff\x48\x9d\xde\x3a\x73\xc1\xb0\x2e\x37\xfd\xdc\x9e\x1d\x5c\x38\xdf\x10\xfa\x95\xa0\xaa\x24\x50\x68\xbe\xa9\x5f\x24\x40\x25\x40\xea\x29\x4f\xfd\x2f\xcf\x83\xc2\x86\x12\x2f\xb1\x12\xfc\x93\x44\xe0\x7d\xbc\x67\x55\x02\x76\x92\x08\xed\x78\xec\x0d\x4f\xb6\x1b\x3e\x7e\xfd\x14\x0c\xaf\x4f\xee\x6d\x70\xe0\x18\x7c\x42\xd7\xf9\x1e\xea\xbe\x74\x67\xf1\x8c\x51\x09\xcc\x48\x02\x65\xf3\xc4\xb0\xf4\x6c\xaf\x8a\x2e\x28\xbf\x08\x75\x7a\x0f\x12\xbd\xae\x94\xb8\x57\x2a\x41\xdb\x48\x04\x3f\x9d\x18\x64\x75\x25\x6d\xf1\x95\xd8\xe2\x78\xb7\x39\xd9\x65\x38\x1a\xec\x41\xdd\x9e\xec\x23\x38\xb2\x3a\x6c\xc4\xeb\x4a\xd0\x6b\x27\xc1\x6c\xb2\x67\x09\xb3\x43\x02\x95\x74\x50\xe7\xca\xdc\x5b\x95\x68\x3a\xa5\x82\xc5\x08\x91\x43\x82\x59\x08\xf3\xa5\x4a\x1c\x1b\x12\x6c\x92\x20\x13\xeb\x32\xa6\x5d\x81\x69\x4b\x68\xa0\x9c\xdc\x76\x35\x21\x52\xbb\x31\x80\xab\xab\x1a\x5e\xa5\x42\xcf\x1e\x27\x92\x05\x89\x83\x98\xb1\xd1\xac\xab\x2f\x75\x9e\x68\xfd\xa5\x70\x5b\x62\x9d\x48\xe2\x1c\xc4\xca\x12\x62\xd4\x47\xa2\xe2\x73\x86\x39\x5e\xba\xe4\xd6\x92\x0e\xf9\xc5\x5c\x6e\x61\x35\x5c\x75\x97\xca\x01\xc2\xf7\x31\x89\x03\x26\xd8\x52\x5d\x6f\x48\xc1\x8a\xc3\xe0\xbb\x60\xdf\x5c\x71\xb1\x4b\x22\xae\xd0\x92\x29\xff\x81\x04\xad\x72\x71\x7b\x17\x4d\xf1\x47\xe7\x0a\x1d\xb6\x03\x67\x6e\x1e\xcf\x41\x28\xde\xa4\x1b\x97\x0f\x75\x5f\xda\x21\xb8\xf0\x2c\x98\x43\xd5\x7d\x09\xf5\xe2\xa4\xb1\x60\xe4\x54\x71\x05\x48\x42\x4a\xf8\x14\x17\xa3\xa6\xe2\xf0\x2f\xdd\xbc\x35\xeb\xce\xea\x0d\xde\xf4\xd2\xad\x05\xc7\xfd\x58\x24\xc2\x93\xc2\x5d\x3a\xbd\xa9\x70\x58\x2b\x6e\xbc\xd2\x8d\x83\xf5\x8a\xb7\x28\x12\x87\x32\x75\xe7\xc7\x54\xb3\xc8\xcd\x0b\x86\xba\x15\xbd\x03\x12\x07\x07\xc2\x39\xab\x7b\x6a\x2e\xf7\xd4\x5c\x72\x7a\xf6\xd4\x05\xb1\x65\x80\x57\x83\xc2\xad\x58\x95\x90\x40\x9b\x9f\x25\x84\x34\x24\x71\x36\x08\xbc\xd0\xea\x57\x7b\xf5\xab\x9d\x60\xa2\x75\x6f\xa1\x22\xd4\xf9\x0a\x7c\xbf\x8a\xe3\x12\x12\x88\x36\xd8\x7e\x5b\x7c\xbf\x8a\xdc\xbe\x60\x04\x26\x4d\x3f\x12\x33\xc0\x8c\xe9\x25\xe2\x05\x3b\xb7\xbb\x54\xf0\xe2\xf6\xa5\xb7\x75\xe9\xd5\x9b\x56\xdf\xba\x1e\x70\x95\x50\xba\x26\xf8\xed\x05\x7c\xb3\x80\x15\xf4\xb7\xc5\xe0\x3b\x89\x98\xb2\x0a\x62\xd9\x8f\xa7\xf2\x99\x82\x67\xc1\x93\xe1\x28\xfc\x83\xe7\xf6\x33\x87\xe1\x33\xdc\xbc\x09\xbc\x34\x65\xe8\xa7\x74\x4c\x9d\xdb\xb8\xe9\xe5\x49\x74\xdc\x30\xf7\x80\x27\xc3\x53\xf4\x9e\x40\xdf\xcd\xf4\x61\x83\x3e\x4c\x77\x0d\x76\xee\xc9\x7e\x0c\x7f\x80\x57\xe0\x5b\xd5\xc4\x0b\xbd\x84\x08\xe6\xd3\xd0\x5a\x23\xf1\x39\xe0\xc0\x13\x6d\x08\x3b\x9d\x44\xe0\x89\xd3\x99\x3f\xd2\x58\x0d\x23\x36\x12\x07\xeb\x10\x5d\xab\x8d\xc6\x7d\x7e\x12\xcc\xdc\xc8\x82\x67\xc3\x0b\x70\xfa\xda\xdc\x7a\x83\xb6\xe6\x28\xb6\xd1\x5d\x4f\x57\x3d\xf3\x16\xfc\x63\x38\x63\x9e\xd4\xdf\xc1\xa5\x27\x81\x67\xeb\x38\x2b\x6d\x8c\xa1\x6e\x86\xed\x48\x21\x10\x45\x83\x30\x24\x71\x2e\x1a\x22\x0b\xb4\xb1\x3c\x45\x8b\xda\x71\x4d\xdf\xc6\x72\x2f\x71\xe7\x14\xb2\xf1\x93\xf3\x44\x87\x2e\xe3\x29\x3e\x04\xff\x18\x4e\x35\x89\xea\x5f\xdc\x1b\x27\x11\x06\x02\xad\x33\x09\xef\xa1\xea\xdf\xb8\x21\xa8\x9d\x5e\x7e\x96\xea\xf9\xa0\x8e\x82\xcb\xb8\x36\xc4\xe3\x6a\x36\xcd\x80\xb1\xd6\xc6\xb3\x54\xff\x83\x93\x3b\x4c\x50\xdb\x78\xb6\x26\x01\x9b\xc0\x89\x6d\x6f\x9b\x49\x6b\x38\x13\x9e\xf7\x70\x7e\xd5\x66\x52\xff\xc5\x24\x2e\x35\xf6\x73\x9b\x19\xfa\xf9\x24\xa2\x7e\x42\x56\xb4\x89\x10\x33\x12\xf7\xaf\x9f\x8a\x67\xa7\x06\xcb\x98\xc4\x22\xae\x3e\xd5\x14\xad\xc9\x2c\xec\xe7\x50\x24\x3c\x59\x4e\xe9\x49\xd4\x53\x4d\x55\xf1\xfd\x32\xf8\x4d\xf1\x18\xed\x6c\x9a\xb5\x19\x7b\xab\x5e\x9d\x41\x75\x77\xa6\xd3\x19\xf5\xbd\xbb\xf2\x0e\x0a\xc0\xee\xf8\x64\x3f\x86\xb3\x56\x93\x39\x10\x25\xd8\xa0\x04\xd3\x8d\x59\x6d\x9b\xba\x3e\x4f\xa2\x9d\xea\x27\x53\x30\xa7\xa6\x26\x78\x48\x77\x09\x2b\xa6\x93\xe5\x4a\x69\xb0\x78\x2b\xfe\xc4\x4e\xee\x65\xf0\x1b\x13\x1e\x55\xb3\x5d\x3c\x5e\xd0\x0d\x16\x4e\x9b\xcb\x33\x8f\x1a\xed\xc4\x5b\x53\x9b\x0b\x6c\x7a\x12\x2f\xbc\xbd\x33\xda\xed\xb9\x09\x0f\x56\x49\xb1\x6d\xda\x7c\x21\x2d\x6a\xc4\x7f\xaf\x77\xa6\xb8\x38\xbe\x0d\x33\x94\xca\x83\xb5\x11\x2f\x99\x44\xcc\x3c\x0e\x81\x1b\x71\x4d\x49\xc4\x83\xbb\xc5\x83\xbb\xad\x9b\x87\x6f\x5b\x37\xe8\xb4\x87\xbd\x7d\x5b\xde\x67\xd2\xa9\xe8\x83\xc9\x21\x36\x26\x89\x0d\x9c\xf2\x7a\xf9\x4a\x79\x39\xdd\x9d\xf3\xb0\x32\x54\x6c\x53\xb0\xc6\x3e\x92\xe0\xee\x4f\x56\x7f\xd8\x80\xab\x1a\x5e\xd5\x1f\x90\xd1\xea\xc2\xb3\x0b\xbb\xc1\xd2\x2a\xfd\xe9\x3a\x6f\xab\x83\xaf\xf1\x8a\xde\x96\xb1\x85\xfc\x3e\xf4\xa1\xf2\xba\x71\x9b\x1c\x0a\x14\xcc\xa8\xdb\x92\x24\xec\x24\x02\x2f\x10\x45\xbd\xad\x05\xd9\xdb\x20\xaa\xee\x82\x97\x8a\xb6\xd6\x52\xfd\xeb\xac\x83\xc2\xa0\x35\x22\xf6\x90\xb8\xa9\x26\x0b\xfe\x31\xfc\x01\x1e\x9b\x87\xa0\x38\x24\x38\xce\xaa\x7e\xf3\x8e\x6d\x44\xac\x39\xe5\x99\xe6\x0d\xf9\x72\x12\x0c\xab\x53\xcf\xcb\xdd\x7f\xa9\xfb\x60\xc1\xf5\x1a\x5a\xde\x17\xa6\x59\xc4\x29\x6d\x84\x88\x20\x31\x4f\xf7\x41\xe1\x4b\x5c\x9f\x06\xf1\x77\xba\x43\xf5\x9f\xa9\x6a\x3e\x50\x47\x23\x51\xfe\xe3\x59\xc0\xad\xcd\x3d\xc0\xd5\x84\x35\x20\xb1\x4f\xf5\xda\x54\x1f\xb7\x1a\x71\x05\x4e\x71\x7a\xf9\xe8\xa6\x59\x0f\x37\xcd\xc8\x4d\xf0\x6e\x38\x16\x5e\xdc\x10\xeb\xd1\x91\x90\x63\xfc\x4e\x08\xb8\x86\x97\x75\x12\x25\x1c\xc4\x75\xc0\x2a\x2e\x5f\xe5\x72\x6d\xda\xb6\x04\x62\x0d\xaf\xcb\x77\x41\x12\xdb\xf0\x1d\x4c\x82\xea\x19\xed\xf6\x45\xb9\x1b\x0f\x5f\x98\xa3\x6d\x4f\x2d\xa2\x54\x21\xfb\x64\xb8\x5b\xbc\x8b\x93\x08\xdc\x4b\xc8\x8d\xb6\xa7\xbb\x89\x9f\x8a\x4e\x88\x8c\x86\x47\x3e\x12\xf1\x0e\xd7\x05\x6d\xba\xac\x41\x97\xd5\xc2\x1a\x9a\x2c\x6b\x56\xa7\xac\x97\xe0\xae\x66\xab\x1a\xd0\xe6\x96\x20\xf5\x24\x42\x47\xad\xab\xfb\x8f\xbb\xaf\x59\xc6\x57\x6e\x1f\x37\x5b\xff\x24\x82\x05\x08\xc2\xeb\x23\xd3\xfd\x93\x08\xea\x23\x14\xb4\x22\x5b\x0d\x0f\x3d\x98\x7a\x53\xbe\xb2\x37\x4f\x22\x1c\xd2\xc4\x49\xef\xa3\x71\x72\x4f\x22\x74\x5f\xf1\x82\xd6\x7d\xfd\x77\xae\xff\x24\x96\x72\x1f\x83\x9b\xf8\x24\x5e\xbf\x7e\x2a\x4c\xdf\x3e\x26\x3b\xfc\xec\x8d\xf0\x4d\x55\x93\xe0\xee\x0d\x56\x2e\x05\x45\x8a\x3e\xa6\x9b\x9d\x6a\xb6\xd2\x9d\xe9\xea\xc3\x1b\x65\x12\x67\xba\x8f\xed\x7a\x74\x12\x67\xfb\x1b\xe2\xc1\x3e\x50\xe3\x89\xc4\xb9\xd2\x08\x85\xdf\xc7\x8b\x27\x5b\x47\x66\x7e\x97\x50\x07\x3f\xd9\xa9\x41\x4b\xab\x17\x2f\xe3\x1d\xd3\x6b\x12\xfd\xd7\x0f\x6a\x6a\x91\x5b\x06\xb3\xf4\x99\xea\xdf\x43\x83\x0b\xfe\x7b\x45\x70\xd4\xc7\xdb\x2b\xf9\xe6\xf8\x12\xed\xe3\x64\x5d\x5c\x73\xd1\xa9\x46\xdc\xf8\x93\x60\xee\x82\x28\xe9\xf0\xd5\x23\x11\x0f\xcb\x42\x98\xec\x3e\x2f\x76\xe2\x49\x04\xff\x6b\x04\x36\xec\xf3\xe2\x72\xe9\x53\x97\x0e\x8e\x0e\xfb\xd4\xa3\xed\x24\xe2\x40\x12\xd4\xed\x9c\x33\xda\x45\x8c\x7e\x97\x11\x7c\xb1\x3e\x13\x58\xef\x24\x22\x04\x1a\xce\x88\xfb\xd4\x25\x72\x12\x31\xc9\xaa\xa6\x80\xc5\x4e\x02\xa3\xb4\x44\xb3\x55\x4b\x3c\x2b\xce\xb8\x71\xd4\x79\xb2\x6f\xc3\x29\x9f\xa9\xa7\x69\xe3\xce\x50\xb3\xaf\x3d\x09\x0c\x65\x79\x12\x41\xfa\x11\xba\xb8\xcf\x3e\x35\x5a\x4c\xb7\xc7\x6d\xf8\x56\xf9\x70\x2a\x5b\x79\x27\x75\x53\x31\x1d\x2a\xa6\xa2\x4a\x22\x03\x11\x12\x8d\x60\x04\x55\xf0\x6d\x38\x86\x75\x8d\x39\x96\x74\xed\x24\xd2\xa9\x26\x5e\x0e\x1d\x9b\x58\x12\xe1\x95\x1c\xcf\x8c\x1d\x4b\x58\x12\x23\x8a\xd3\xaa\x98\x62\x27\x11\xb5\xf4\x22\xf0\x30\x78\x05\x38\xce\xd0\x94\xf4\xf8\x24\xde\x54\xce\x48\xd7\x54\xa3\x41\xe3\xd4\x3e\x99\x5f\xdd\x95\x27\x11\xfe\xac\x71\x02\x78\xb2\xc5\xf0\x38\x0c\xa3\xa9\x1a\x6f\x0f\x9c\x9b\x4a\xe5\xa3\xcf\xb5\xd5\x9b\x60\xcf\x56\x5c\x8c\xf6\x29\x19\xf4\x49\x84\xaf\x6f\x9d\x68\xf8\x66\x24\x0e\xd9\x17\xea\xb2\x27\xb7\x55\x7b\xf0\xc9\x2a\x04\x49\x9f\xef\xa1\x4d\xf0\x26\xb4\x25\xb1\x22\xfb\xd4\xf3\xf4\x24\x3a\xb5\x77\xc1\xb5\xda\x6f\xce\x02\x51\xe1\xbb\xf9\x67\x27\x11\x11\x85\x2e\xad\xd3\xc7\x73\xf6\xc1\x91\x2f\xaf\xa3\x6e\x82\xad\x43\xb0\xd5\x01\x76\x9c\x8f\x8e\xda\xc4\x50\x7b\x10\xe0\xac\x13\xcb\x9e\x44\x20\x65\xe2\x1e\xf7\x25\x7d\x95\x93\x88\x30\x24\x78\x67\xef\x2b\x1b\x2e\xad\x54\x7c\xf0\xf4\x95\xb5\x3f\x56\xc6\x0c\x05\xd6\x74\x5f\x12\x31\x74\x45\x47\x9e\x08\x3c\xfb\x92\x7e\x57\x57\xac\xde\x82\x87\x9e\xbe\x9a\xeb\x09\x0f\xd9\x95\xa8\xae\x1d\xab\x48\x12\x6f\x0c\x2a\x63\x43\xad\x21\x3c\x47\x6c\xcf\x8a\x98\xb2\xe3\x8d\x8b\x44\x2c\xe1\x1d\xcc\xc5\xbe\xbc\x2d\xf1\x8e\x54\x91\x52\x76\xe2\x17\x92\xa0\x33\x6c\x6e\x42\xf6\x91\x88\xce\xb0\x11\xd6\x76\x2d\x9b\x5a\x2a\x43\x32\xce\x25\x98\x5b\x25\x6e\x55\x5f\x12\x99\x9e\x04\x33\x3f\xe8\xcb\x5b\xc8\x66\x85\x15\x69\x9d\x9a\xe0\x8f\x50\x31\xd1\x91\x52\x0a\xcd\xd2\x4f\x5f\x8f\x87\xf4\x68\x48\xa0\x6e\xa2\xe1\x90\x58\xc0\x63\x9f\x6d\xa9\xf2\x75\xc2\x8e\xa4\x74\x53\x3f\x71\x3d\x48\x84\x13\x4a\x5e\xdb\x9d\x48\x1c\x24\x62\x3f\xe1\xe8\xa7\x6f\x69\x0b\x9d\x04\x16\x91\x20\xb9\x9d\x75\xad\xee\x8c\xc6\x3e\x41\xbc\x3a\x31\x1d\x48\x08\x4e\xfd\x46\xa2\x5b\x48\x94\x78\x2f\x7d\xb7\xa1\x76\x1b\x7e\x0a\x34\x0f\x78\x2b\x27\x11\x6e\xe9\xd1\x34\x39\xd9\xb7\xe1\xe1\x65\x9e\x98\x46\x7d\x77\x1e\x65\x27\x11\xd4\x02\x2f\xca\xbe\xa7\xd6\x70\x87\xab\xad\x16\x06\x6a\x9f\xbe\x45\x9f\x77\xdc\x3a\xdf\x03\x75\xc4\x8e\x5b\x67\x12\xf3\x14\x2f\x02\x8b\x46\xd9\xeb\x20\x87\x76\x6b\x72\x96\x27\x2d\xde\x5e\x8d\x60\x5a\x7d\x8b\xc8\xef\xc8\x54\x53\x42\x1e\xd3\x91\x95\x92\xf8\x44\x71\x81\x79\x43\x9c\xc4\x7d\xc0\x9a\xc9\xb7\x57\x0a\xf7\x89\x45\x18\x64\x1b\x53\xec\xc0\x14\x4d\x1b\x61\xeb\x01\x77\x12\x98\xbf\x0e\xc3\x87\xe1\x31\x22\xed\x8f\xb7\xd7\xe3\xad\xf5\x98\x0c\xe9\xd1\x9d\x89\x87\xc7\x46\x5c\xf6\x6e\x3e\x56\x17\x1f\xab\x5e\x5a\x8e\xc7\xd5\xe0\x8a\x60\xc2\x87\x18\x56\x7e\x19\x28\xbf\x34\x62\xdd\x9d\xdc\x23\x70\x50\x0e\x09\x9d\x8e\x31\x32\x42\x9a\x93\x08\xc7\xa3\x78\x25\x1d\xa3\x82\x73\x4f\xe2\xf4\x06\x69\xf2\xc9\x75\x83\x83\x4b\x8b\x3f\xd1\x31\x3a\x13\x7f\x12\xf1\xde\xe8\xf7\xdf\x60\x64\x9d\xd2\xea\x55\xdc\xb4\x0d\xa7\x8a\xc3\x8a\x29\x27\x11\x64\x02\xa2\x8e\x61\xc5\x94\x93\x08\x7d\xf1\xb8\x96\x86\x25\x95\x03\x49\x65\x43\x6e\x3f\x70\xe4\x44\x22\x04\x9b\x5d\x43\x93\x7e\xe6\x40\x3f\xb3\x21\xbe\x91\xad\x21\x89\x71\xc0\xc1\x37\x1a\xd6\x3f\x39\x89\xc0\xc7\x84\x7b\x1c\x43\xaf\xff\x93\x08\x74\x81\x27\xcc\x31\xd6\x52\xab\xf8\xfe\xee\xc4\xab\x39\xd9\x6e\x38\xd6\xb9\x9d\xf2\xaf\x21\x38\xea\xde\xa3\x68\xac\x12\x45\x0e\x44\x91\x29\xf1\x30\x1d\xe3\xe5\x05\x0b\xac\xd7\x10\xbb\x0c\x1c\xb8\x90\x78\x28\x4e\x35\xba\x0d\x07\x14\x65\x4a\x1e\xd6\x87\xbb\xf6\x24\xc2\x1a\xb2\x04\x05\x38\xa6\xe4\xf3\x27\x91\xb0\xe6\xbd\x04\x9f\x86\x2f\xe0\x51\xff\x4c\x4b\xf0\x44\x04\x44\xc2\x90\x8c\x99\x35\xac\x99\x89\x16\x0b\x0b\xfa\x64\x3f\x86\x3f\xd8\x02\xd3\x6e\x81\x69\x72\x12\x99\xf2\x1d\xb8\x86\x3b\x4b\x0c\x17\x97\xa9\x63\x16\x28\x8e\x93\xc0\xa4\x38\x53\x8d\xb8\xff\x63\xc2\xfd\x4f\xb8\x0a\x3c\xd9\xdb\x70\x86\x55\xe8\x4e\xe3\x14\x9d\x04\xd3\x16\x64\xfc\x40\x64\x49\x02\xeb\xe2\x4a\xbb\xd2\x11\x39\x89\x8a\x5d\xf2\x25\xf8\xdb\x70\xa6\x99\xad\x39\xa7\xeb\x99\xc4\xcd\x2f\x2a\x3f\xb9\xcd\x07\xf4\x5a\x52\x4c\xf0\x61\x5e\xd3\x80\x32\x6b\x28\x2b\x0f\x38\x4c\x24\xb0\x7e\x8e\xab\x6c\x98\xc0\x1a\x22\xb0\xea\x35\xba\xe0\xd3\xf0\x15\xd5\x08\xbc\xd5\xfb\xc5\x55\x86\x52\xd3\x98\xaf\xad\xea\x5f\x44\xc3\x42\xc6\x37\xe0\x48\x91\xc0\xea\x18\x64\x32\x3f\x5c\x11\x27\xd1\x28\x2f\xb8\x17\xeb\x83\x7f\xa1\x70\x6c\x73\xb2\x4b\xf5\xe3\x55\xa8\x7a\xd6\x1e\x21\x99\xf9\x10\x87\xbf\x25\xea\x79\xb8\xfa\x4e\x22\x54\x03\x99\xfc\x75\x73\x45\x9c\x04\x93\xc9\xd1\x82\xb3\x45\x22\x18\x74\x9d\x23\x84\x13\x29\x12\x61\x23\x81\x43\xeb\xb1\xb2\xba\xbf\xf2\x59\xcd\x56\x83\x92\x3a\xb9\x6d\x70\xbc\x2a\xd0\x7e\x1e\x2b\x6b\x0d\x57\x58\x90\x34\xb4\x91\x86\x19\x5f\x43\x8c\xaf\x8a\x2b\xe8\x81\x37\x34\x12\x0f\xbd\xa1\x9a\xc2\x7b\xe0\x24\x98\x34\xb6\xda\x2a\xae\x1e\x3b\x9f\xca\x23\x67\xac\x22\x34\xb5\x22\xae\x51\x6b\xea\x7c\x9b\xea\x65\x23\x86\x12\x12\xa5\x81\xb7\x5b\x12\xef\x70\xf6\x47\x6f\xbc\x61\x09\x19\x9f\x12\xc2\x9a\xb1\xa4\xe8\x3e\xf0\xcb\x7a\xe0\xcc\xb1\xd4\xd1\x4f\x22\xa8\xe4\x9a\x0c\x5f\x86\x07\x3a\xaa\x99\x59\x58\x5a\xc2\x15\xd1\x0c\x1a\xbe\x08\x07\xde\xdb\x48\xd0\x6c\xa1\x9a\xb7\xa7\x1e\xcf\x63\x95\x6b\x7e\x10\xd1\x93\x44\xfe\xf5\xd3\x3a\x1b\x70\x19\x4b\x2d\x61\xa9\x06\x6a\x5f\x1f\x61\x23\xc2\x7b\xb6\x30\x18\xff\x0c\x82\x8d\x91\x08\x92\xbd\x76\xc1\x21\x51\x06\x51\xc2\x0e\x3c\xaa\xd9\x09\x5a\xe4\x24\x18\x6c\x70\xb7\x4f\xf6\x6d\x78\x78\x16\x0f\x96\xec\xd8\x58\x22\x45\x22\x3a\xc9\x9d\xb8\xb3\xa6\x66\x67\x7c\x3b\x76\xc0\x45\x33\xbf\x43\x34\xdd\xc2\x63\xd3\x67\xec\xae\x65\x25\xe0\x49\xeb\x93\x26\x3b\x2f\xe3\x41\xf8\x92\x7b\xc2\xfe\x1c\x56\x4a\x1b\x5b\xeb\x87\x54\xe4\x64\x87\xe1\x33\x5c\x40\x0a\xac\x7b\x98\x00\x1f\x6d\x04\xcb\x7b\xec\x21\xf4\xb7\x71\x95\x31\x34\xbf\x08\x31\x49\x0c\x6a\x8f\xbd\x6a\x15\xb6\x21\x15\xb6\x39\xd8\x4d\x7b\xba\xfa\x09\x7d\x85\x50\x6d\x6c\x19\x2b\x9c\x44\x06\x4e\xef\xb7\x96\x1b\xcb\xe1\x94\xc2\x59\xd8\x67\x6c\x71\x33\x07\xde\xfb\x53\x42\x36\x3c\x70\x95\x49\xe2\x06\xce\xb0\x44\x91\x0d\x28\xb2\x94\x50\x99\x1d\xfb\xed\xfe\xbc\xd5\x9f\x4a\xbb\xef\xe5\xf2\x67\x23\xb4\xa1\x75\xfd\xb8\x7a\x7c\x79\x4f\x98\xa8\x63\x7f\xbc\x3f\x3e\x44\x15\x0c\x8f\x3a\x9f\xb1\x45\xe2\x0f\x3c\xaa\x35\x85\x44\x19\x17\x84\xdd\x49\xc4\x9d\x87\x6c\x65\x5a\xbf\xf8\x24\x18\x2d\xfe\xc9\xc7\xcd\x68\x27\x3a\x6f\x6d\x12\xfc\x62\x64\x96\xf6\x24\xb8\x4b\xf0\xcd\x3e\x84\x6f\x4e\x22\xd0\x1c\x5e\x3c\x27\x3a\xbd\x24\xe2\xea\xec\x33\xfd\x99\xc6\x9a\x38\x05\x22\x41\x8c\x77\x3c\xcd\x9b\x9b\x37\xe1\xe6\xdd\x03\x46\xf9\x44\x18\x48\xa2\x10\x4f\x8d\xe6\x1b\x0f\xd6\x09\xbf\xef\xae\x8a\x0a\x6a\x69\xe1\x44\x5a\xd8\x14\x35\x78\xe8\x19\x31\xe5\x39\x6d\xc0\xf8\x9e\x56\x37\x9b\xa8\x9b\x9d\xea\x3b\xf0\xa5\xd9\xe8\xb8\x9b\x26\xf6\xc3\xe8\xdc\x64\x27\x11\x73\xad\x58\xb8\x88\x1a\x49\x7c\xa2\x78\x02\xcc\x4a\x9e\x44\x0b\xdf\xac\x74\x66\x78\xaa\x75\x8a\x70\x2a\x3b\xc7\x98\x9a\x9b\xc1\xbe\x42\x84\x73\xb2\xcd\x70\xe6\xe6\x5b\xfe\x65\x78\x5c\x94\x9d\x58\x01\x63\xb8\xf3\x83\x10\x9b\x88\x7c\x4e\x56\x4b\x16\x2a\xa2\x07\xce\x0e\x1a\xee\xe6\xd8\x2a\xcf\xe4\x4c\xd7\x3f\x55\x3f\x61\x2c\xcc\xeb\x9c\x38\xb2\x39\x70\xfa\x29\x9a\x75\x42\xb3\x8e\x56\x0d\x76\x35\x1b\x77\x0e\xc4\x77\xb1\x0e\xf4\x49\x30\x0d\x04\x24\x18\x7a\x86\x9f\x44\x5c\xa0\x93\xf8\x08\x63\x0f\xc1\x23\x82\xca\x5d\x15\xd1\x68\x6c\x77\x73\xab\x9b\x38\xc1\x1f\x6f\xd7\x0f\xbd\xd0\x79\x21\xcd\xf1\xf1\x16\xf9\x40\x43\x73\x41\xcf\x21\xba\x60\x62\xfa\xd3\x15\x95\x79\x7c\xb6\xaa\xf9\x68\x76\x08\xec\x65\xed\xb9\x89\xf6\xdc\x81\x33\xac\xc7\xab\x15\x9a\xc0\x5d\x21\x67\xe7\x05\x16\x3f\x89\x78\x93\x4c\x26\x6d\xca\x6c\xe0\x24\x58\x5c\xe2\x1c\xcc\xc6\x23\xf1\x24\x98\x35\x62\x30\x4c\x19\x9c\x9d\xc4\x3c\xd5\x13\xcc\x67\xb6\xf9\x36\x38\x70\x0f\xfc\xa7\x39\x3b\x14\xf4\x49\x04\x92\x51\x94\xf7\x29\x43\xb4\x93\x68\x94\x1f\x82\x7f\x0c\x7f\xc2\x20\x90\xde\x0c\x21\x93\x89\x03\xc8\x01\x7f\x68\x9a\x1f\x38\xcd\x0f\x1c\xc4\x14\x98\xd3\xa3\x9a\xb0\xb7\x10\xc9\xcc\x29\x05\xf7\x89\xb3\x82\x7e\x73\x0c\xcd\x82\x3b\x89\x19\x6e\x7e\x29\x2d\x7b\x8f\x93\xa0\xf3\xac\xa0\x95\xcf\x26\xca\x67\xfd\xd6\x54\x4a\xe9\xf8\x24\xe2\xfe\xe0\x9e\x98\xf3\x23\x8c\x37\x43\xc7\xc8\x28\x67\x7e\xdc\x17\x79\xc1\x9a\x5a\xa9\x8f\xc7\x4a\x48\x6b\xb4\x64\xe7\x14\x5a\x3e\x89\x40\xcb\x30\x70\xe6\xf4\x3e\x98\xda\x07\xa3\x09\xee\xde\x3c\xea\x8d\x62\x61\x4b\x17\x79\xca\xfc\x7d\x4c\x85\x37\xbe\xb5\x41\x56\x44\x60\xbd\x21\x27\xe7\x12\xa3\xe6\x24\xc2\x9c\x37\xb1\xfd\x30\x7c\x27\x11\x0c\x1c\xc5\xdd\xb4\xe4\x75\x22\x79\xed\x37\x51\xf2\x56\xd2\xa1\x5a\x09\xbf\x76\x68\xce\x4f\xd3\x8d\x53\x74\xe3\x98\x0a\x04\x5e\xb4\x80\xab\xb0\x2d\x1d\xf5\xbd\x40\xdd\x9e\x04\xf5\x28\x2c\x7b\xd1\xfe\x5b\x25\x94\xe4\x1d\xc3\xbc\x78\xb0\x45\x71\xe6\x15\x9a\xbf\x6c\x57\xa3\xee\x28\x46\xb6\xd8\x43\x27\x41\x35\xf4\xb2\x6a\x17\xaf\x88\xfc\xe8\x30\x81\xab\x41\xe1\x9f\xc4\x08\x70\x07\x2c\x6c\xbc\xe2\x6e\x70\x30\x2c\xf3\x14\x27\x3c\xc5\xd3\x17\xda\x14\x0d\x34\x89\xc9\x90\xd2\x54\x40\x7e\x23\x75\x84\xc1\x3d\x29\x94\xb4\x68\xa3\x93\x88\xbe\x28\xc8\xba\xb4\x0a\x4e\x82\xd0\x90\x8a\x00\xdf\x3d\x22\xa2\xb4\xa5\xa9\x30\xe2\xc3\xb5\x0f\xc5\x43\x52\xb8\xfb\xa5\x6d\xb6\x96\x62\x0a\x2b\x7e\xf9\x72\x3d\x21\xf3\x4d\x97\xe2\xea\x9a\xb6\x3d\x89\xb3\x5b\x93\xc2\x61\x6f\x5e\xe0\x27\xf1\x04\x98\xda\xb7\x77\x4d\x38\x8b\xeb\x28\x85\xce\xb5\xbd\x4c\x21\xff\x4d\x49\x31\x89\x96\xe4\x4a\x13\xfb\xb0\x94\x10\x9a\x9d\xec\xdb\x70\x75\x46\xe5\x5d\xfd\x8b\xea\x09\x5e\xb7\xa4\xb0\x7c\x12\x2b\xc0\xaa\x45\xb8\x06\x96\x68\xc7\x00\x77\x2e\x69\xa2\x9e\x04\x1e\x2c\x14\xd9\xfc\xe5\xf5\x7b\x29\x22\x2a\x81\x5c\xd6\xdb\x9d\x09\xa6\x42\xcf\x84\x7f\x5b\x6f\xef\x60\x71\xd8\xe1\xcf\xce\xf5\x5e\x3a\x09\x6f\x07\xc2\x57\x35\x5e\x10\x62\xd5\x24\x8c\xa9\xe6\x92\x85\xdd\x49\xe0\x2b\x46\x91\xdf\x3f\xae\x3f\xde\x99\x38\xb1\x8e\x9c\xce\x1f\xe1\x5b\x50\xdf\x9d\xeb\xf1\x0e\xc6\x46\x2d\x7f\x43\x6d\x83\xf8\xb6\xfd\xce\x14\xc7\x64\x66\xac\xfb\x96\xd7\x9b\xfa\xff\xa1\xae\x5a\xff\xef\xc4\xd5\x36\x69\xb7\x6f\x79\xa0\xb9\x1d\xe7\xd8\xb5\x2d\x3c\xe4\x28\xbc\x8f\x34\xb4\x4f\x02\xbf\x38\x0e\xba\xab\x73\xb5\x8b\x82\x36\x7f\xc3\xe6\xbe\x0d\x57\x48\x7c\x87\xa8\xcd\x82\x43\x6a\x4e\x45\x0b\x95\xad\xf7\x49\x00\x9f\x8e\xdf\xfa\x36\x3c\x56\xcc\xb1\x50\x35\xd3\xbb\x6a\xa6\x15\xf9\x54\x92\xb1\x93\x50\xe0\x52\x87\x05\xed\x86\x13\xeb\xeb\x1b\x7b\x92\x5d\xbb\xbb\x83\x8c\xd2\x9d\x01\x83\xf5\x24\x12\x31\xfc\xaa\xe0\xcb\xf0\x1d\xc1\xfc\x14\x39\x6e\xa8\xd9\x25\x87\x9a\xd9\x11\x00\xb7\xe1\x11\xcb\xe7\x1b\x09\xf0\x63\x30\xb1\x83\x14\xd6\x69\x1b\x1e\x46\x5c\xbd\x38\x96\x99\xa8\x0d\xe4\xea\x29\x3b\x66\xef\xf6\x24\x6c\x82\x17\x15\xc7\x2f\xdb\x06\x47\xc4\x36\x07\xf3\x1a\x9a\x82\x17\x71\x08\x15\xdb\xe8\x25\x94\x86\x76\x64\xba\x1c\xf3\xe8\x25\xdc\x85\xb7\xa9\xd3\xa8\xa3\x54\x69\xa1\xe2\x21\x9c\xb2\x23\xac\x89\xc7\x3c\xf7\x9b\xd0\x5f\x0a\x87\xf9\x5e\xcd\x60\x02\x2c\x39\x0e\x92\x6a\xff\x68\x7e\x15\x7f\x4a\x46\x3c\x27\x81\x1f\x24\x85\x1a\x91\x70\xc9\x4e\x5c\x6a\x71\x08\x1e\xd6\xfb\x24\x08\xa8\xe3\x90\x31\x03\x70\xac\xd7\xa8\x8a\x06\x32\x5c\x4b\x3c\x2b\x07\x7a\xc6\x27\xb7\x0c\xde\x07\xfc\x8d\xa5\xb1\x01\x4f\xc5\xe3\x21\xda\xc0\x92\x1a\xfd\x49\x84\x25\x5d\x12\x34\x1b\x1a\xce\x0a\x88\x1a\xb2\xa5\x11\xf6\xb0\x91\x3a\x0a\x15\x0f\x7e\xc2\x48\x0c\xcc\x2e\x55\x7c\xbb\x78\xdc\x18\x43\xe1\x20\x44\x76\x3f\x68\xf1\x4a\x0b\xe5\xf1\x2b\xf8\xe1\x15\xdc\xa7\x02\x20\x88\xd2\x3a\x89\x15\xe0\x5b\xe0\x6d\xf0\xd9\x8c\xf3\x76\xe9\xb7\xc1\x9f\x28\x3d\x15\x06\x43\x3d\x09\x1d\xef\xae\x48\x4c\x7b\x8e\x6a\xf0\xb9\x73\x52\xcb\x2e\xde\x0d\xa7\x2b\x8e\x56\xc1\x42\x10\x19\xaf\x75\x45\x8c\xe0\x74\x3d\x44\xa3\xeb\xc3\xb1\x27\x96\xa1\xc1\xde\x56\x40\x89\xa5\x7e\xbc\x34\x18\x05\x93\x10\x34\x54\xc7\xc7\xed\xa8\x12\x8f\xa0\x21\x11\x95\x10\xef\xd9\x6f\xd7\x11\x8a\xe4\x8a\x39\xb3\x45\xdc\x3f\x3b\xf0\xb0\x83\x88\x3c\xda\x23\xfb\x89\x7d\x7c\x7f\x23\x47\x44\x9f\x49\x62\x45\x7a\x5d\xc5\xdf\xf6\xef\x6f\x72\xce\x71\x39\xc2\x04\xc6\xea\x4a\xc6\xef\xe4\x95\xed\x00\x7e\xd7\x89\x93\xa6\xab\xe5\xef\xef\x7e\xd7\x59\xb1\x84\xfc\xdd\x97\xf6\xbb\xce\x88\xb2\x7c\xdf\x5d\xce\x82\xd2\xc2\xee\x91\x24\xa8\xbd\xc9\x63\x59\xdb\xb0\x27\x95\xec\xb0\x87\xed\x0c\xb0\xc7\x4a\x29\x39\xf1\x1c\xf8\xf5\xe9\x17\x24\x98\x92\x38\xa7\xcb\xe5\xbf\x5e\x32\x27\xf3\x3f\xd7\x3f\xff\xf1\xbf\xff\x1f\xeb\x9f\xff\xe7\xfa\x9f\x9f\x9f\xd7\x7f\xfe\xeb\x5f\x9f\x7f\xfb\x8f\xf7\xff\x78\xfd\xc7\xcf\xff\x76\xa0\x3f\xef\xcf\xf3\x3f\xfe\xed\xf3\xaf\xcf\xff\xfd\xef\xff\xf9\xaf\xd7\xe7\xe7\x9f\xff\xfe\xcf\xf3\xab\xf8\xfb\x7f\x02\x00\x00\xff\xff\xbb\x47\xae\x74\x89\x44\x03\x00"); +func _ebea ()(*asset ,error ){_befa ,_acae :=_ffad ();if _acae !=nil {return nil ,_acae ;};_bbag :=bindataFileInfo {_dae :"UniJIS-UTF16-H",_fb :185917,_ae :_be .FileMode (436),_g :_a .Unix (1580492927,0)};_aceb :=&asset {_dd :_befa ,_ef :_bbag };return _aceb ,nil ; +};var _decc =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\xbd\x4b\xaf\x6d\x39\x72\x26\x36\xcf\x5f\x71\x86\xed\x41\x5b\x8b\x6f\x06\x90\xb8\x80\x55\xea\x82\x35\x68\xd9\x70\xb5\x6c\x03\x86\x07\xe4\xde\x6b\xcb\x05\x58\x59\x85\xaa\xd2\x40\xff\xde\xe0\xf7\x58\x29\x18\x0d\x9c\xbc\x93\x7b\x62\x93\x8b\xcf\x60\x30\x18\xf1\x31\xf8\x77\xbf\xfb\xc7\x7f\xf8\xc7\x5f\xfe\xf8\xb7\xaf\xbf\xfb\x5f\xff\xf2\xa7\xd7\x1f\xee\xbf\x7d\x7d\xfe\xf8\xcb\xfb\x2f\xf7\x5f\xff\xf4\x6f\x7f\x79\xdd\x5f\xfb\xfe\x97\x3f\xfe\xf2\xd3\x4f\x29\x7f\xbd\xff\xf8\xfa\x9b\x49\xfc\xf7\xfa\xd7\xf5\xe7\x9f\x7e\x3a\xdf\xff\xe1\xdf\xff\xfa\xb7\xfb\x5f\xff\xf1\x97\xcf\x9f\xbe\x0a\xf3\xbd\xff\xed\xcf\xca\xfb\xf5\xf5\x77\xff\xdb\xfd\x2f\x7f\xfc\xeb\xdf\xfe\xf2\xef\x5f\xff\xe9\x7f\x7a\xff\x69\xdf\xff\xc3\xd7\xfb\xfe\x9c\xdf\xff\x97\xbf\xbc\xef\xbf\xfc\xf1\x97\x7f\xf9\xfa\x4f\xbf\xfb\xa7\x3f\xa4\xe7\xe7\x3f\xfc\xdb\x9f\xff\xfc\xff\xde\xff\x7a\xff\xf2\xb7\xaf\x81\xdf\xee\x5f\xde\xf8\xff\xa7\xbf\xfb\xdd\x7f\x5d\x7f\xfe\xa7\xf5\xaf\xf7\xd7\xdf\xfd\xf3\x2f\x7f\xfc\xdd\x3f\xfd\xe1\x3f\xff\xf3\x7f\xfb\xfd\xfc\xcf\xff\x33\x52\x91\xf8\xbf\xdf\x7f\xf9\xeb\x1f\xff\xf4\xcb\x57\x2a\xff\xe3\x95\xe2\xd7\xdf\xff\xdb\xbf\xff\xf9\xfe\x4a\x2a\xe5\xff\xfc\xe7\x7f\xfc\x87\xaf\xff\x2b\x7d\xa5\xeb\x2b\xb7\x12\xe3\xff\xd6\xef\xff\xc7\x7f\xfd\xd3\xfb\xfe\xba\x48\x55\xb6\xff\xf5\xa7\xf7\xfd\xd7\x3f\xaf\xd7\xfd\x97\xf5\xcb\xbf\xdc\x3f\x7d\x7d\xfd\x7c\x5d\x3f\xbe\xf8\xef\xe7\xf1\xfb\x1f\xe7\x97\xdf\x5d\x53\xbf\xfd\xfc\x0f\xbf\xff\x7b\xfe\xf6\x5f\xae\xa9\x5f\x7f\xfe\x2f\xbf\xff\x7b\xff\xfa\x7b\xfc\x7a\x7e\xff\xf9\xf7\xe3\xef\xf5\xfb\xfd\xcb\xfb\xff\x57\xcb\x4f\x89\x95\xff\xf2\xa7\xbf\xbd\xef\x0f\x7f\x43\xbd\x3f\xa7\xcf\x8f\xaf\x74\xbe\xf8\x8f\x49\x3f\xa5\xeb\x52\x6b\xff\xf8\x7e\xfd\x3f\xeb\x2f\x3f\xfd\xfc\xca\xeb\x3a\x39\xcf\x1f\xed\xc7\x57\xee\x17\xfe\x1c\x3f\xbe\xd2\x98\xf8\x73\xfe\xf8\x4a\x65\xd4\x01\x22\x7e\x7c\x45\xc7\x5f\xaf\x1f\x5f\xa9\x5e\x35\x40\x9c\xca\xa2\x9d\x3f\xf7\xf5\xe3\x2b\x4f\x14\xb2\xd3\x8f\xaf\x9c\x32\xfe\x3c\xe5\xa5\x93\xa1\x9c\x3e\xa5\x39\xe6\x04\x91\x48\x74\x10\x13\x44\x64\x10\x41\xe2\x02\xb1\x0e\x31\xaf\xd3\xcc\x12\x99\x29\xf8\x26\x0a\x89\x0a\x62\x9c\x0a\xf1\x05\x3a\x35\xe7\x85\x2a\x57\x22\x51\x40\xa0\x96\xa9\x6c\xc1\x14\x34\x66\xb1\x96\x82\xfa\xd1\xbf\x39\x13\x0a\x5e\x6f\x12\x48\xd9\x99\x04\xbe\xd9\x85\x04\x1a\xb3\x51\x3f\x1a\xb9\x59\x4b\x45\x2d\x9b\xb5\x64\x7e\xce\x5a\x32\x53\x58\x4b\x3e\x83\x5b\x3d\x32\x0d\x84\xda\x7c\xbe\xa9\xea\xf2\x0c\x10\xac\xf2\xc2\x37\xb1\xd8\xff\x04\x62\x33\x05\xd9\x16\x09\x34\xa7\x4d\x12\x95\xc4\x8b\xdf\x14\x10\xea\xda\xa9\xb4\xa9\xe8\x72\x0a\x68\x2e\xe0\x10\x83\xd9\xc6\x1c\x20\x6e\xd6\x73\xc6\x66\x04\x47\x3a\x15\x10\x9c\x4f\xb0\xc2\x08\x0d\x14\xbe\x89\xca\x9e\x26\x10\x9d\x04\xbf\xe1\x50\x65\x96\xa6\xd1\x61\x01\x1a\x9d\x33\xb8\xa1\x7a\x4a\x03\xa1\xd1\x61\x0a\x8b\x2e\x03\x04\x5b\x5d\x90\xa2\x89\x2f\x05\x04\x8b\xae\x20\x76\x63\xca\x99\xc4\x35\xd5\xed\x0a\x42\xd9\xce\xc0\xef\xd9\xc9\xfc\x13\xc4\xf8\xf1\xd5\xd0\xe9\x7d\x32\x35\xf0\xd3\x3e\x43\xdb\xc0\x67\x1b\x83\x14\xc8\x1b\x71\x7e\x3d\x65\xbc\x66\xf5\xe2\x78\xcd\xff\xb0\x96\x5e\x67\x1a\x50\xdc\xfb\xc2\x64\x97\x38\x8d\x7e\xa7\x20\xd1\xe3\xa7\x9f\xef\xb4\xd7\xbe\x39\xa4\x53\xe4\x87\x63\xc2\xd4\x3d\xc5\xe7\x97\x48\x75\x38\xfd\xf4\xf3\x9d\xe7\x35\xcf\x0c\x94\x7e\x9a\x7f\x48\x4c\x6f\x56\x1a\x46\xed\xcc\xc0\x21\xd6\xc9\x78\xda\x02\xe2\x8c\x4d\x52\xb6\x75\x46\xe0\x2c\x16\x10\xe3\x3f\x64\xc3\x3a\x18\x2a\x00\xe3\x39\xb2\x88\x33\x07\x63\x88\xb8\xd5\xfd\x3b\x4f\x4a\x8d\xd1\x2f\x16\x5e\xcf\xc0\xe7\xde\x45\x9c\x22\xa2\x8a\x88\x93\xc2\x22\x2a\xd8\xa5\x5e\x4d\x69\x98\xd5\x7a\xb5\x26\x32\xff\xf8\x0a\xe6\xec\x87\x49\xb2\xba\xdb\xcf\x40\xe6\xda\x44\xe4\x43\x38\xdb\xa9\xb7\x76\x08\x54\x09\xc2\xff\x8e\x68\x44\xce\xf9\xe3\x2b\xb7\x2c\xe2\x34\xaa\xb1\xed\x03\x63\x51\x22\xd8\xfa\x19\x47\x78\xb6\x21\x62\x1d\x41\x50\x44\xdc\x3f\xbe\x72\xbe\x44\x7c\x7e\x7c\xe5\xa2\x94\x23\xa4\x72\xc9\x22\x4e\x9b\xd4\xc5\x09\x51\xdc\x9c\x6d\x9f\x6c\x2a\x7a\x9d\xd2\x0a\x7b\x38\x77\x3d\xfd\x50\xd1\x67\x0a\xf2\x59\xba\x20\x5e\xa7\x52\x66\x0b\xf4\x5d\xf3\x1e\xa8\x34\x85\x88\x33\x44\x99\x2d\x58\xe8\x42\x2d\x22\x4e\x5f\x2b\x9b\xb3\xd0\x1c\x31\x15\x38\x30\x17\xa6\x6c\x48\x7e\xb2\x47\x5c\xa7\xb4\xc6\x19\x0c\x48\xb3\x42\x2e\x8a\x7a\x18\xb1\xa4\x2c\xe2\x75\x08\x65\x0b\x64\x6b\x22\xea\x21\xba\x88\x79\x88\x21\xe2\x7c\x73\x05\x89\x75\xb2\x5d\x53\x04\x52\x94\x6d\x23\x45\x05\x6c\xa4\xb0\xe8\x06\xf1\x51\xaf\x48\x22\xc9\x43\x71\x89\xcc\x20\xc9\xc0\x41\x39\x58\xaf\xe9\xcc\x15\x64\x2f\x22\x1b\x33\x57\x91\xe4\xce\xe9\xd4\xc1\xcc\xae\x77\x32\xf3\x14\x19\xcc\x3c\x44\x2e\x66\x0e\x91\x9b\xa9\x6e\x15\xf7\xd8\xe9\xd4\x37\x8b\x72\xab\x6e\x92\xae\xe8\xc3\xcc\x6a\xd5\x62\x7f\xb9\xb8\xa2\x69\xcd\x0c\xd5\xbb\xd8\xdf\xe9\x54\xf6\xb7\xab\x91\x8b\xfd\x1d\xea\xd1\x62\x7f\xa7\x06\x67\xb1\xbf\xdd\x15\xb1\xbf\x43\x8d\x5c\xec\xef\x74\x51\xec\xef\x50\x8f\x16\xfb\x3b\x5c\xaf\xfa\xab\x2e\x48\xa7\xe8\x6e\xe4\xe7\xc7\x57\xc9\xea\xed\xd1\x2b\x4a\x56\x31\x67\x9a\x8f\x1c\x65\x13\xfa\x11\x16\xe5\x32\xb1\x0e\x51\x44\xec\x43\x64\x11\xe0\x87\x24\xe2\x7d\x88\x4b\xc4\x59\x54\x11\x22\x0e\x7f\x07\xdb\xdf\xc5\x09\x5c\xe5\xd1\xc9\xa0\xfa\xea\xf0\x41\x49\xaa\x09\xe3\x2d\x76\xea\xdc\x77\x54\x1e\xf5\x05\x65\xa3\xbe\xa0\x06\x61\xf7\x0f\x13\xd8\x3c\xd8\xba\x31\xb9\x41\x8a\x18\xd8\x01\x44\x60\x7f\xbb\x44\x60\x6f\xa8\x22\xb0\x33\xa8\x00\x2c\x91\x1c\x22\x4e\x43\x29\x0c\x62\x42\xcc\x6a\xe2\x27\xeb\x69\x22\x7e\x5d\xf2\x11\x13\x92\x34\x89\x48\x8f\x64\x88\x98\x90\xa4\x6c\xf5\x0b\xad\x2e\xa3\xa3\x41\x7b\x61\x3b\x1a\x9d\x6b\x73\x2f\x6c\x7d\xa3\xb3\x8b\x9b\x5b\xeb\xe8\xf1\xbd\xe0\xdd\x10\x46\x27\x6f\x88\xc4\xc6\x31\x2e\xd5\x13\xd4\x5a\x6a\x27\x09\x0e\x1d\x83\x73\xbb\x17\xb5\xd7\x71\xa9\x5a\x30\xdd\x18\xe4\x89\xbd\x96\x8a\xaa\x22\x6f\x92\x8d\xe4\xee\x24\x55\xf2\x56\xe6\x21\x52\x99\xd9\xbf\xad\x69\xe2\xb6\xb2\xf7\x54\x45\x21\xf2\x03\x92\x62\x6f\xef\xe0\xb7\x94\x75\x7b\x2f\x2a\x1d\xdc\xac\xf6\xeb\x8c\x5c\xe3\x36\xb9\xa1\x32\x34\xf2\xdc\x7e\x9d\x09\x6b\x94\xeb\xfb\x75\x6a\xec\xea\xd8\x0b\x0a\x09\xc5\xff\x7e\x9d\xda\xba\xda\xf9\x0a\x94\x16\x2a\xfb\x08\x3b\xcf\xc9\xeb\x88\xba\x9e\xf4\xd1\x61\xef\xc6\x29\xdf\xaf\xc3\xdc\x9d\x12\x7b\xbf\xce\xf8\xb7\xd0\xf0\xbf\x8e\x8c\x6b\x55\xad\x83\x6e\xa3\xa1\x7f\x1d\x09\xd6\xaf\xcb\xe5\x1d\x65\xa8\xba\x11\xaf\x53\x9e\x0b\x7f\xff\xf8\xea\xdc\xf8\xf6\xeb\x0c\x45\xbf\x34\xe4\x2f\xac\x96\xd1\x8b\x7a\x75\x64\x53\xf3\xb0\x2c\x74\x51\xad\x38\x33\xd7\x2f\x4d\xcd\xeb\x28\xe5\xdd\xcd\x38\xb3\xd8\x9a\x5a\x71\xf4\x8f\x7e\x69\x2c\xde\x67\x64\x47\x6e\x22\xce\x16\xd5\xba\x88\xd3\xab\xe6\x6c\x68\x53\x56\xd2\x19\x98\x7e\x71\xcd\xec\xf7\xe9\x71\xbf\xb8\x9c\xf6\xfb\x70\xdb\xec\x59\x44\x3f\x84\xbe\xda\x18\xe8\x87\x3a\x5f\x25\x65\xbc\xcf\xc2\xed\x89\x7b\xc8\xbe\x27\xc6\x86\x02\x77\xdf\x98\xa0\xc4\x5d\x60\xdf\x67\xcb\xe8\x85\x72\x7d\xdf\xd8\x54\xb5\xbe\x6e\xc8\x6d\xed\x76\xfb\x3e\x8c\xdd\x7a\x12\xf1\xe6\x28\xfa\xb3\xc3\x6d\x5d\x1c\x70\x9f\x65\x3a\x46\x51\xd6\xc3\xc5\xb9\x35\x35\xec\xec\xe7\x63\x68\xf4\x3f\xa7\x99\x71\x69\x84\x3e\xa7\x99\x31\x34\xc8\x9f\xc3\x3a\x75\x88\x0d\x3e\x58\xa1\xf9\x02\x59\x78\x56\x05\xbb\x9c\xbf\x0f\x6f\x0f\x11\xd0\x3e\xd0\xca\x32\x79\xe0\x29\x03\x83\x5e\xce\x59\x07\x8d\x4e\x4d\xe4\x04\x09\x85\xe4\x90\x1f\xaa\x58\x2c\x68\x6e\xe9\x7d\x05\xe4\xc2\x02\x0a\x12\x18\xa5\x8c\x6d\xa5\xcc\xcf\x59\x3e\x59\xd5\x7f\x20\xdb\x07\x2b\xf8\x40\x25\x2c\xca\x86\x86\x15\xa7\x1c\x15\x07\x5b\x6b\x09\x6a\xb3\x75\x4c\x92\x09\x52\xad\x55\xcc\xdd\x21\x17\x44\x3d\x46\xe5\x90\x10\x11\x38\x68\x1d\x92\x9b\x67\xf8\x5b\x08\xfc\x86\xe3\x11\xc8\xf3\x6d\xaf\xac\x35\x12\xc4\xe7\x98\xc9\x24\xe4\x39\x55\x89\x12\x19\x9b\xcf\xe0\x7e\x73\x48\x6c\xbc\xdc\xb4\x4a\x64\x0a\x3d\x1c\x3d\x41\x7e\xd0\x48\xec\x13\x25\x32\x05\x17\x4e\xe2\x77\x09\x1e\xb4\x47\x6f\x21\xf2\x0c\x74\xeb\xfa\xb6\x40\x77\xe8\x57\xf9\x56\x30\x97\x28\xe8\x5f\x8b\xa6\x4f\xa1\x0d\x44\xe2\x94\x45\x81\xea\xdf\x70\x38\xbe\x4b\x54\x08\xc8\x91\x2f\x66\xae\x14\x9f\xbd\xb0\x15\x54\xc2\x06\x0e\x7b\x20\xd5\xdd\x21\x92\xa7\xe6\xce\x1e\x50\x83\xe9\xfd\x32\xc9\x91\xcb\xac\x08\xea\x41\x6a\xa9\x25\x91\x99\xa9\xaa\x08\xe6\x87\x4e\x55\xe9\x90\x60\xb3\x3c\x38\xcc\x1d\xbb\x54\xc5\xc1\xf0\x90\x50\xe0\x5a\xaa\x21\x12\x99\x71\x92\x3f\xa4\x9a\x91\x4c\x72\x12\x6a\x12\x79\x5a\xd5\xd3\x39\xcb\x1e\x12\x87\xb5\x81\xb3\xe4\x5d\x62\x70\x12\x60\xe0\x00\xa9\x6f\xab\x48\xda\x5c\x72\x11\xb9\x30\xce\x1a\x2b\x6e\xf5\xfd\xba\x58\x11\xcf\xd6\xbd\xa8\x83\x3c\x50\x77\x2a\xc8\x87\x84\x92\x40\x0d\xe4\x90\x18\xab\xa2\x56\x0d\xac\xa3\x49\x9d\xec\x90\x18\xab\x10\x6b\x0c\x30\x6c\xd7\x22\x89\xc1\xb3\xdc\xec\xfe\xf6\x66\x2a\x49\xa8\x0c\x69\x84\xea\x9d\x3c\xca\x73\xa3\x38\x24\xf6\xc3\xd0\x42\x99\xd2\x5f\x2f\xce\x2f\x0e\x3c\xa9\xb7\x99\x45\xe2\xf8\x77\x25\x93\x6f\xf6\x57\xdf\xf2\xbc\x3e\x5c\x2f\x2c\x2a\x7d\x68\xd8\x27\x5a\x55\xa7\x78\x32\xa8\x30\xd5\x32\x45\x42\x25\x2d\x9a\x85\x40\x9b\x7b\xbd\x8a\x48\xae\xb9\xa1\x54\x2c\x85\x36\x35\x1a\xb4\x20\x04\xb5\xea\x12\xc1\xe5\x7b\x51\x22\xc5\xe2\x84\xce\xc2\x91\x5c\xe8\x6f\xab\xe2\x2b\x6a\x25\xe7\x4c\x2a\x72\x91\x45\xb3\x48\x18\x37\xfa\x64\x23\x17\x19\xb8\x69\xe9\x2f\xcc\x51\x6f\x9a\xc1\x85\xee\x37\x6a\xa5\x87\xc4\xd2\x68\x7d\x88\x7c\x71\x35\x73\xd8\x69\x04\xa8\x79\x0c\x91\x85\x1c\x5b\x44\x82\xdb\x5b\x38\x15\x4c\x68\x61\x06\x1b\x47\x6a\x7d\x54\x91\x98\xd0\xaa\xd9\xdf\xd4\x86\xe3\x32\x09\x51\x90\xd5\xe6\x0d\x26\x6c\x5d\x4b\x72\x73\xba\xe3\x62\x7f\x37\x4f\x20\x43\x22\x67\x63\x27\x6b\x4d\x62\x72\x63\xac\x7a\x48\x6e\x6c\x48\x95\xde\xc5\x84\x9b\xf2\x78\x6a\x8e\x5e\xec\x60\x48\x14\xbc\xb4\xdb\x48\xa6\xd2\xc8\xd2\x2d\x64\x5e\x5c\x47\x4d\x93\xf2\x82\x8d\xa6\x87\x66\x01\x3a\x4a\x6a\x53\x6b\xe1\xc5\x73\xd1\xd0\x58\xbd\x78\x2e\x1a\xd9\xa9\x68\x46\x15\xb7\x43\x1d\x49\xad\xb9\x19\xe0\xd8\xd6\xb5\x87\xbc\xb6\xac\x79\x4a\xc5\x2a\xeb\x5d\xe3\xfc\xda\x2c\x59\x32\xe7\xb5\xb9\xd8\x1b\xbb\x0f\x95\x25\xf5\x19\x26\x0b\x37\x0d\x91\x1c\xba\xe1\x54\x08\xfe\x59\xb8\xdf\xc5\x0d\xf1\x35\x42\x82\xe2\xe6\x39\x70\x8a\xcd\x6e\x70\xce\x28\x1a\xab\x9b\x0b\xa7\xb7\xfa\xbd\xe0\xff\x60\x7a\xe3\x12\xd3\x7d\xd0\xa1\x96\x7b\x13\x09\x31\x99\xb4\x5e\x3f\x10\x1b\x3d\x51\x96\xaf\x8b\xaa\x70\x90\x8f\xd6\xc5\x53\xf0\xe8\x4a\x45\x1b\x47\x3c\x24\xa6\xa8\xe3\x8c\x52\xd6\xb5\xc9\x0b\x38\x1a\x1d\x72\xb2\x07\xe8\xee\x4a\x54\xa3\x13\x79\x7f\xa5\x4d\x29\xc2\xee\x2e\xda\xb6\x3b\x35\xf2\xb2\x0a\x06\xb2\x4a\x78\xaf\x82\x9d\xbb\x37\x72\xe8\x2a\xb4\x09\x04\x57\xc6\x2a\xe0\xee\xe0\x31\xbf\x2c\xda\x6d\x47\xe7\x8c\xad\x4a\x55\x25\xc8\x38\x0b\x96\x8b\x34\x24\x63\x56\xc5\x09\xa4\x89\x53\x56\xe5\xe4\x0f\x67\xe6\xb6\x10\xe4\x94\x45\x13\xec\x08\x72\xf7\xe2\x61\xbc\x0f\x75\x90\x9b\x55\x48\xcd\x5a\x1d\xac\x51\x2b\xf9\x77\x75\x09\x60\x6a\x3e\xab\x8b\xd9\x43\xa9\xd8\x25\x46\x56\xbd\x5d\xc3\x3e\xa6\xc8\x4d\x3e\x52\xc9\x58\xa0\x6d\xaa\xfb\x9d\xfb\xfc\x9c\x22\xb7\xfa\xcb\x56\xd1\x34\xdb\x2f\x15\x35\xc0\x92\x33\x71\xa1\xac\xc1\x85\xd2\xb9\x1b\xaf\xc1\x13\x17\xb5\xdd\xb2\x86\x8a\xa2\xe0\x5f\xda\x61\x68\x9f\x3a\x24\x74\x84\x4c\x59\xbe\x26\xd6\x7a\xd7\xfe\xb3\xa6\xd6\xfa\x34\x49\xfd\x42\x23\x39\xc1\xfb\x7d\x38\x95\x5b\x77\x56\x07\x27\x6d\x11\xa1\x39\x9a\x4b\xb2\x5c\xa9\xb0\x29\x0c\x9a\x2d\xcb\x0a\x9c\xb3\x47\x88\x91\x82\xfb\xad\x34\xb3\x15\xaa\x28\x9c\xfa\xe2\x6e\x5c\x45\xde\x90\xf4\xd4\x08\x57\x50\x98\xc1\x61\x01\x72\x50\x27\x62\x51\x4b\xeb\x55\xec\xbd\x60\x12\xe9\x8d\x1b\xfb\x5a\x54\x10\x83\x6a\xee\xe2\x19\xb2\x4b\x88\xae\xcd\xc5\x6d\x26\xdc\x14\x39\x97\x5a\xb5\xb5\xb1\xab\xde\xad\xa5\x11\x55\x24\x66\x9f\x16\xb0\xb2\x5e\xd8\x06\x6b\xd3\x1c\xbd\xa8\x7c\x79\xfd\x52\x2e\x8e\x50\xc9\x2f\xba\x06\x86\x96\xc6\x8b\xdb\x51\xd6\x74\xbf\x61\x75\x9e\x3c\x13\x96\xf5\xa6\x52\x70\x69\x95\xbd\xd9\xe6\xde\x94\x2a\x65\x84\x72\x63\xbd\xb7\xbe\x6d\x22\x69\xed\xa0\xca\xb0\xde\xd8\xe8\x6a\xcd\xcc\x7c\x4b\x4c\x76\x91\x38\x90\x4c\xaf\x85\x9b\xdb\xd1\xc5\xcd\x6a\xdd\xe8\x51\x73\xab\x6e\xea\x71\x93\xdb\xc2\xba\xa9\x2e\x17\x2d\x2b\xca\xc5\x36\x34\xec\x9f\x49\xe1\xad\x65\x85\xf3\xc5\x29\x8a\xa3\xf1\xa1\xc2\x78\x89\xf9\x3f\xb4\x4d\x5c\x92\x48\x1f\xee\xf3\x4f\xaa\x3a\x98\x55\x14\xb5\xad\x29\xbe\xfa\x6c\x1e\x1e\xb8\x0f\xec\x8b\x9b\x95\xd6\xe0\xbe\x20\xa0\x5a\x70\x57\xdc\x17\xed\x90\xb4\x82\x1d\x92\xee\xb3\xc2\xcc\x89\x9b\xb3\xf6\xcc\x9d\xe5\x01\xe2\x4a\xd9\x45\x66\xa4\x92\xbf\x15\xfc\xbb\xa0\x15\x4d\xba\xc8\xa6\x98\xec\x45\x8d\x2a\xda\xf5\x2f\x93\x58\x0a\xb5\xb3\xda\x42\x76\x8e\xa4\x6f\xb9\x57\x5d\x6a\x23\xfd\x5a\x71\xa9\x43\xf4\x6c\x55\x3a\x0b\x0e\xf9\x26\xa7\xb0\x28\x0a\xd1\x39\x86\x52\xb9\xc3\x04\xf7\x9f\xdd\x68\x8a\xd1\xe1\x70\xd3\xc7\xd5\x5a\x38\x95\xa7\x61\xb5\x4a\xd6\xdf\xc6\x75\xb3\x69\x3a\xed\x83\x6b\x6e\xd3\x38\xda\x6a\xab\x22\x83\x45\x99\x5c\xac\x68\x88\xfc\x50\xf7\x52\xc9\xd4\x53\x2f\x4d\x60\xc3\xf2\x6d\x55\x83\xd3\x69\x7b\x1b\x3c\x48\xee\x3e\x29\xda\xc9\xce\x9b\xc2\x7b\x5e\x3c\x2a\x6f\xd8\x21\x53\xf3\x58\x75\xba\xbc\x2e\x7f\x0b\x11\xdb\x68\xe3\x3a\x24\x99\x6e\x28\x15\x7c\xd4\x69\x10\x39\x24\x6c\xc3\x99\xc2\x6c\xcb\xba\xd8\xd5\x41\x1e\x3c\xfa\xe0\x09\x67\x0f\x7a\x5e\xa7\x46\x72\x70\x24\x47\x1e\x22\xdf\x14\x1b\x6c\xe4\xe0\x94\xd1\xca\x7e\xc8\x4d\xde\xd0\xb7\xb4\x0d\xd3\x62\x70\xc8\x49\x9b\x44\x88\x84\x04\xf2\xa4\xf0\xe0\x31\x53\x31\xc9\xed\x97\x82\x61\x0f\x1c\xe1\x66\xbf\x54\x32\xd7\x6b\x74\x93\x68\x55\xa1\xb2\xb5\x65\xd6\x1c\x94\x5e\x3b\x28\x27\xdc\x8c\xe0\x1e\x22\x93\xc4\xe6\xf1\x60\xe8\x84\xbe\x83\x86\xc7\x2b\x8b\xe4\x48\x4a\xa6\xee\xb5\xa8\xe6\x70\x77\xda\x8b\xfe\xe3\x24\x66\xa0\x8a\xdf\x1b\x75\xaf\xbd\xa8\x11\xba\x22\xea\xf4\x8d\x86\xf3\x43\xe2\x58\x12\xaa\x88\x8e\xbd\x26\x45\x66\x6f\x88\x9c\x46\x8b\xf7\x21\x39\x92\x54\x28\x64\x69\x9c\x49\x25\x6f\xce\x51\x29\xca\x4c\x5f\x47\xf5\xb7\xe4\x9c\xa4\x71\x96\x9a\xde\x4a\x11\x89\xfd\x87\xde\xb4\x43\x2e\xf2\xf3\x14\x09\x39\xe1\xf5\xcb\xfd\xa7\x4e\x1e\xc3\x36\x75\xfa\xd6\xb2\x32\x4b\x0b\xa0\x3c\xde\x9b\x4a\x90\x76\xc5\xbd\xb5\x8e\x1e\x12\xb6\xff\x1e\xfe\xf6\xc5\xdd\x49\x8d\xe4\x56\x96\xa8\x12\xee\x4d\x2b\x0a\xfd\x24\x87\xac\x4c\xd5\xb7\x5b\xa3\xe1\x54\x8d\x86\x9a\xc1\x81\xbd\x28\xcb\x69\x68\x4d\xad\x0c\x93\xd8\xf6\xcd\xcf\xb0\xaf\x9e\x8a\x9c\x3a\xa8\xf3\x9a\xc4\x59\x31\x49\x88\xbe\xe9\x2e\x4f\x12\xb1\xdc\xe8\x1a\xbd\x46\x85\x46\xc3\xb3\x93\x8b\x5c\xec\x02\x35\xa6\xcd\xad\x6c\x26\x6e\x56\xfb\xa6\xed\x63\xaa\x0b\x1f\xda\xd1\x4b\x33\x49\x41\x41\x8d\x69\x73\xc3\x19\x45\xb3\xff\xa1\x9b\x3c\x89\xf9\x3f\x3c\x76\x26\x2a\xaa\xfb\x43\x43\x49\xd6\x0a\xfd\xf0\x00\x30\x47\x7c\x2f\xf8\x3f\x54\x79\x69\x0a\xa8\xf3\xc2\x50\x75\x8a\x8d\x43\x52\x4e\xa0\x43\x75\x5e\xdc\xf6\xe8\x4c\xa8\xf3\xa2\x4e\x40\xb7\x45\x3d\x3f\x93\x64\xe6\xa4\xee\xd6\x2e\x52\x72\x22\x48\x52\x00\xd3\xcc\x79\x48\x9c\x0d\xa9\xf1\x1f\x92\xb3\x8d\x19\x3b\x24\xdd\x1e\x60\x9c\x3a\x13\xf5\x89\xa8\x6c\x24\xd1\x2b\xa3\x74\xb6\x2a\x53\xa8\x24\x55\x94\x65\xdc\x68\x5d\x24\xf6\x81\x74\xb1\x91\x32\x92\xa5\x24\x12\xd3\xdb\x69\xe7\x3b\x24\x0d\x05\xc1\x92\x8b\xd4\xf4\xde\x45\x52\xb9\xec\x6c\x15\xfc\x9f\x27\xf5\x12\x49\x4b\x57\x1f\x22\x2b\xe5\xe2\x14\x49\x75\xea\xaa\x22\xa9\x4d\x16\xd6\x5b\xd1\xc1\x48\x45\x45\xf1\x18\x96\x2a\x53\xe9\x8d\x9b\x59\x43\x27\x8f\x5a\x4b\x97\x48\x15\xc5\xee\x37\xfa\x9f\x68\x08\x3a\x24\x7a\x44\xdb\x4e\x9d\x7d\xaa\x22\xb6\xaa\x13\x7f\x91\x12\x7b\x24\xaf\x56\xd6\x58\x0d\x74\x61\x66\x0d\x0e\x8d\x57\x95\x3c\x58\x65\xc8\x9d\x39\xb1\x64\xee\x12\x95\x5a\x7b\x9d\x03\x1c\x1a\x97\x58\x65\x60\x42\x6b\xaa\x22\xc1\x48\x2d\x69\x60\x27\x75\x20\xae\xf5\x4a\xaf\x79\x9a\x73\xb2\x28\x4a\xfa\x4a\xa7\x61\xa5\xaf\xfb\xd4\x1b\x22\x69\x81\x99\x22\x71\xb0\x9c\x51\x4d\x82\xaf\xe8\xa9\xaf\x73\x11\x25\x93\x33\xbb\xb0\x08\x32\xc9\x99\xd3\xbd\x28\xea\xa2\x8a\xc4\xb6\xdf\xeb\xa5\x6f\xd1\xe6\xca\x83\xe5\x21\x21\x90\x6a\x70\xac\x28\xbd\x5a\x56\x33\xa4\x88\xb7\x27\xf5\x45\xc5\x94\x45\xd1\x7c\x11\x49\x45\x51\xf3\xae\x5c\xcd\x75\xbe\x17\x05\x52\x66\x2a\xcf\xfe\x93\x36\xed\x43\xd2\x50\x2d\x56\xb9\xb5\x9c\x35\xb0\x9f\x29\x85\x82\xcd\xf8\x40\x5c\x0d\xcf\xd1\x87\xec\xed\x0e\x52\x8a\xcc\x6c\x92\xe2\x39\xba\xc9\xcc\xcc\xf8\x36\x08\x67\x99\x19\xda\xc7\x21\x69\x29\xe0\x2c\x04\x51\x28\x33\x63\xc3\xa9\x41\xb4\xc9\x24\x74\xe2\x90\xac\x08\x0a\x54\x95\xbd\xbc\x3a\x73\x16\x23\x75\x56\x94\xe5\xc5\xbf\x4c\x52\xd2\x0f\x91\x3c\x69\xd0\x9e\x7c\xc8\xcc\xcd\x59\x45\xb1\x0b\xb9\x4f\x91\x50\x82\x34\x29\x91\xb7\x78\x12\x5c\x17\x45\x9b\x06\x17\x6c\xd0\x8e\x10\x57\x36\x29\xe3\x55\x16\x89\x55\xc6\xd3\x6f\x8d\x42\x35\x96\xfa\xc5\x21\x6f\x96\xdc\x44\x52\x7f\xd4\x58\x11\xaa\x16\xc9\xdf\xd2\x99\x40\x44\xc3\x21\xb1\xa5\xd0\xdf\x78\xc8\xc5\x81\x35\xb9\xa9\x89\xab\x19\x8b\x47\xf4\x26\x92\x47\x8b\x51\xe6\x77\x82\xbf\x06\xe5\xd3\xa4\x4f\xff\x90\xe4\xfd\xd1\x44\x06\x8d\x55\x59\x24\x59\x32\x44\xca\x4b\x91\xf5\x2d\xd6\x7a\x10\x78\x70\x48\x0c\x06\xdd\xe1\x35\x2a\x0d\x6c\x25\x77\x91\x83\xa4\x32\x53\x5c\x35\xca\x89\xa8\x54\x02\x6a\x35\x49\x7b\x54\x31\x09\x4d\x25\x4f\x35\x03\x13\x58\x5b\x31\x29\x69\xcd\x61\x6e\x53\xf5\xb2\x19\x3c\x0f\x34\xc2\x12\xaa\xd0\x20\xbd\x75\xa7\x72\x7a\xc5\x92\x44\x74\xc4\xa5\x66\x08\xa4\x61\xee\x6e\x32\x18\xbb\x28\xca\x89\xa1\xb1\x12\xfe\xa1\x54\x35\x43\x92\x6f\xa8\x22\xea\xb8\x59\x4c\x47\xcb\xcf\x24\x10\xac\x06\x0f\x0f\x95\x7a\x5b\x8d\xbe\x28\xbd\xc4\xbf\x9d\x36\x96\xa2\x71\x16\xce\x80\x36\xa5\x1a\x82\xd5\x85\xb8\x7b\x90\x8f\x12\xc5\x55\x8c\x45\x39\x41\x21\x1a\xb4\xb1\xcc\x10\xb3\x4b\x99\xce\xe1\x54\x88\xe7\xa2\xf5\x3a\x43\x36\xd1\x22\x92\x5d\x10\x33\x10\x8d\x57\xb5\xfd\xca\x7c\x5e\xe9\xf0\xa9\x41\xb4\x40\xeb\xe2\xdf\x25\xd4\x44\x54\x91\x37\xf7\x1f\x8e\xc6\xda\x64\xa4\xce\x66\xd0\xb9\xde\x2c\x09\xa8\xf2\x36\x9a\x02\xaa\x0c\xc6\x2d\x6b\x06\xf7\x96\x1a\xc7\xb1\x7a\xe9\xd0\xc2\x0d\x27\x5e\xd4\xdb\xe8\x84\xab\xf1\xd2\xb6\xa0\x91\x7c\x93\xf9\x83\x6a\x4e\xbc\xe5\x87\xe1\x4e\x1e\x6f\x0a\x24\x6d\xdd\x41\xad\xae\x4d\xee\x3f\x71\xf3\x48\x5e\x24\x72\x6e\x1a\x82\x9a\x96\xef\x4d\xc3\x66\xd2\xe2\xa6\x3f\x75\x24\x55\x24\x89\x2b\x25\x28\x3e\x32\x4f\xc1\xf3\x50\xd7\x45\x05\x31\x28\x36\xd6\x45\x6b\x95\xb6\xee\x75\x91\x91\x88\xbe\xaa\x2b\x05\x0d\xaa\x14\xa2\x8b\x2a\x52\xeb\xe4\xd8\x95\x69\x06\xcc\xd0\x8f\xeb\xca\xaa\x97\x5d\x58\x99\x3b\xcc\xe0\x0c\x2e\x2a\x50\x8d\x28\x9a\xba\x0a\x87\x7d\x70\x39\xaf\xa2\x8a\xc8\x75\x8b\xb0\xd9\x71\x15\x91\xb4\x75\x5c\x2a\xaa\xc8\xe6\xcd\xb5\xb0\xe8\x2a\x6c\x44\xee\xd4\x55\x43\xbe\xb2\x2e\xf2\x66\xab\xd8\xc1\xca\xd3\x2f\x7d\xe4\x87\xe4\xc9\x39\x9c\x4a\x55\x34\x3b\xf5\x43\x17\xe5\x24\x09\xc1\x1f\x1a\xf6\x55\xc9\x2a\x4d\x83\x53\x75\x78\xe0\x82\x5d\xf4\x58\x36\x7a\xa4\xeb\x6a\x54\x63\xa5\x8a\x2e\xca\x8d\xa9\xe5\xbc\xe4\xc0\xd4\x8e\xba\x84\x9b\xaa\xd3\xe4\x62\x66\x56\x44\x17\x65\x9d\x93\x6d\xa6\x21\xb7\x6a\xeb\x96\x31\xb6\x36\xcd\x51\xa7\x5a\x57\x34\xdd\x83\x58\xaf\xa6\x2e\xd0\xdc\x3a\x4b\x2b\x22\x69\x51\x14\xa9\x05\xdb\x4a\xfa\x56\xf0\x2f\xba\xe8\x9a\x3b\x34\xb1\xfd\xcc\x42\x8d\x7f\xc9\x09\x57\xa8\x2e\xaf\xa5\x83\x24\x05\xc3\x5a\xcc\x1c\xe2\xa3\x45\x86\xcd\xd4\xae\x16\x4f\xbb\x6d\xa8\xbb\x5b\x16\x18\x2e\xd0\xb5\x5d\x11\x33\xf3\xc8\x56\x1b\x97\xc2\x7a\x09\xfa\x4b\x31\x69\xdb\x24\x8f\x3f\x75\xbd\x04\xf5\x6e\xca\x4c\x41\x18\x4d\xa9\xdc\xd7\x81\x89\xbe\xeb\xa2\xb3\xa4\x15\xee\x12\xeb\x4d\x25\xa0\x50\x30\xc8\xfa\x58\xdb\x34\x49\xcd\x4c\xcc\xfe\xa6\xef\xb3\x88\xcb\xee\xa9\xb3\x30\x4b\xbe\xb9\x14\x0a\x25\xdf\xba\xe5\x2a\x53\x51\x34\x46\xd6\xde\x4c\xf2\x68\x2c\xee\xbe\x79\x76\x2a\xd4\xf9\xd6\x2d\x6b\x06\x8f\x16\xcb\x4e\x1a\x6e\x29\x8b\x67\xc3\x36\x29\x17\xb7\x4e\x65\x84\x50\x1e\x72\x90\x4c\x22\xf9\x2d\x35\xa4\x4d\xcc\xee\x8c\xae\x6f\xe5\xa5\x61\x23\xf7\x25\x74\x13\xe5\xe2\x26\xec\xe1\xe8\xd4\x22\x07\x05\x61\x90\xa4\xa4\x0f\x6e\x56\x3b\xd1\xf2\x43\xac\x62\xdd\x49\x52\x64\xa8\x28\x09\x60\x2a\x88\x3b\x49\x96\xbb\x28\xf6\x37\xa8\xb7\xed\x4c\xf5\x31\xb8\x22\x77\xe6\x9a\x0b\x6e\xdd\x3b\x93\x55\xb4\x22\x37\xe5\x53\xa3\x49\xb8\x6e\x6a\x75\xad\x52\xfb\xd8\xd4\xea\x5a\x50\x00\xcb\x92\x39\xc4\x84\x9b\xca\x56\x4f\x1a\xba\x22\x9d\x7e\x38\xf5\x4d\x1b\x1a\x53\xab\xba\xcf\xf9\xdd\x54\x82\xba\x14\xc4\x0d\x18\x6b\xea\x9d\xfc\xbc\x2b\x95\xad\xce\xb5\xbe\x9b\x54\x15\x8d\xa4\xf6\x79\xfa\x7f\xea\xe6\xd2\x0f\x5a\x06\xaa\x0c\x7d\xa3\xc4\x10\x49\x3f\x31\xa5\xd7\x9e\xbf\xe2\xc4\x0e\x01\xc0\xed\x10\x51\x0e\xe1\x6c\x1c\x25\x35\x6f\x9e\xc6\x0b\x3c\x70\xa8\xf9\xe3\x4b\xbb\xee\x86\x0b\xbf\x27\x17\xb8\x0e\xe1\x32\x88\x58\x12\x41\xec\x55\x16\xf5\xfe\xf1\xd5\xb9\x07\xee\x49\xe4\x54\x32\x05\x1c\xda\xa5\x32\xce\xb8\x10\x75\x72\x88\x74\x08\xa7\xd4\x1f\x5f\x83\x92\x65\x43\x8b\x18\x14\x58\x7b\x9e\xb5\x22\x8d\x69\xc3\x87\x33\x34\x07\xf3\xac\xfc\xd1\xd4\x0b\xea\x34\x7d\x3a\x8d\xe3\xd4\xd4\x5e\x9a\xa6\x88\xfb\x3a\x24\xa4\xd1\xbc\x4c\x02\xd7\x9f\xd5\xe4\x35\x7f\x7c\xb5\xe2\x0f\x71\x72\xcf\x1e\x91\x85\x41\x50\x07\x04\x5f\x77\x0b\x80\x40\xeb\x26\x38\x0a\xa6\x08\xd3\xf7\x74\x1c\xb6\xec\x5d\x5d\x22\x4a\xac\xa8\xf2\x4d\xe8\xbd\xaa\x3b\x7b\x64\x2f\xd3\x9f\xf5\xd3\x30\x4d\x14\xb8\x66\xf4\x39\xbe\x95\xe3\x7b\x1e\x69\xdb\xdd\x3d\xe0\xd0\xc4\x99\xf3\x2c\xbd\xe1\x41\xda\x98\xd4\xa2\x36\xd3\xd7\x34\xdc\xd9\x23\x84\x1b\x4f\xff\x3b\x74\x43\x81\xea\xc7\x06\x06\xb4\xd1\xb3\x54\x69\x50\x6d\x4f\x52\x3b\x55\x67\x11\xe4\xbb\x22\x0a\xad\x32\x21\xf3\x98\xcb\x38\xe3\x4c\x6d\x6e\xc7\x61\x2f\x62\xc4\x0e\x71\x1f\xc2\xa5\x7f\x0e\xa1\x46\x05\x67\x31\x89\x9a\x3f\xbe\xf2\xa5\xd5\x10\x00\x29\xba\x81\x82\x59\x5f\xce\xb9\x09\x43\x72\xd6\x17\x9a\x6f\xea\x8d\x26\x8b\x38\x93\x2a\x1e\x02\x34\xa4\x67\x35\xf1\xa8\xd0\x73\xaa\x9b\x3c\x88\x4d\x4d\x62\x40\xd1\x29\x1e\x03\xed\x7c\x6e\xb4\xc0\x77\xce\x4a\xf0\x1d\xc7\x44\xf0\xd9\xc9\x7d\x7d\x0b\x5e\xa2\xdd\x78\x2f\x80\xe8\x9b\x56\xe7\xfa\x15\x16\x7a\x08\xc0\x42\x93\x08\x02\x89\xa8\x39\xee\x85\x51\xef\x2e\x92\xe6\xbf\xec\x22\x37\x5a\xea\xea\x5f\x06\x97\x1e\x82\xe3\x50\x45\x61\x20\x54\x08\xd6\x71\x57\xf1\xc0\x93\x76\xb5\x83\xb0\xc9\xa4\x22\x00\x28\x1d\xaa\xea\x2c\xf1\xde\xd5\x78\xa2\xe2\xc7\x34\x89\xc1\x54\x2b\xb4\xae\x35\x98\x2b\xd8\x44\xb5\x03\x7a\x60\xc9\x4e\x83\xc1\x4e\x9c\xb7\x8e\x22\xd0\x3c\x58\x67\xfd\xf7\xac\x36\x1e\xc9\xde\x25\x6e\x97\x4c\x46\x92\xa1\x50\x5b\xa4\x85\x11\x48\x3c\x25\x34\x17\xa0\x9d\xd3\xd9\x26\x96\xa9\x92\xce\x0c\xe7\x4b\xab\x1b\x98\xe1\xb8\xc4\xa2\x8b\x1a\xc7\x10\x0b\xd1\x16\x54\xd2\x50\x39\x1b\x78\x59\x75\x75\x8b\x11\x5d\xce\x8b\xb0\x08\x17\x44\xf4\x98\x44\x29\xae\xfa\x74\xea\x40\xbc\xe8\x23\x3d\x9b\xbe\x82\x7e\x25\x27\x9d\x39\xd0\x26\x06\xb4\x4f\xd7\xbe\x03\x34\x4f\xbf\x24\xd9\x36\x04\xff\x95\x9c\xf1\x4c\xb7\xb6\xeb\xcd\x43\x4e\xd6\x7c\x6f\xc8\x60\xc9\x39\xdc\x6c\x1a\x9a\xc7\x4d\xf4\xaf\x16\xd2\x0e\x8a\x13\xb5\x83\x0b\xa9\xb8\x8c\xb3\x8a\xd5\xb3\x7d\xe6\x6d\x68\x64\xe1\x44\xe8\x57\x31\x75\x76\x02\xed\x2c\x7b\xa1\xc1\x45\xdd\x5c\x68\x70\x51\x83\xa9\x4e\xf7\xe7\x3b\x9a\x72\x2f\xd5\x40\xb5\x60\x38\xf3\x91\xbf\x53\x7c\xb2\x29\x7f\x3d\x42\x47\xfe\x4e\x09\x0a\xf8\x19\x42\x33\x07\x3b\x5d\xbf\xa6\xf3\x35\x7c\xf5\xad\xc3\xf4\x64\x3d\x8c\x23\x79\x82\xb3\x67\x97\x3d\x60\x6f\x3a\x7d\x74\x9c\xda\xb0\xfd\x79\x93\xd8\x47\xfe\x86\x16\xf1\xa6\x2e\xa6\xe3\x1f\x9d\x18\x53\x8a\x19\x5c\x18\x42\x33\x1e\x2a\x9d\xcf\xb2\x08\xb0\x82\x14\x2b\x22\xa3\xea\x08\x27\xb2\x43\x45\x14\x3a\x24\xde\x78\x91\x37\x86\x6b\xc0\x82\x9c\x22\xd6\x69\xa4\xf3\x01\x1f\xec\x22\xde\x27\xc5\xa5\x63\x03\xec\xae\xfa\x34\x58\x6b\x8c\x98\x73\x99\xbc\x08\x3a\xef\x97\x64\x27\x51\xe7\x32\x81\x10\x76\x3e\x79\xa2\xd8\x2f\xaa\x98\x9e\x37\x9c\xd3\xbb\xac\xd5\x44\xa1\xcf\xe9\x24\x22\xef\x25\x25\x08\x36\xb7\x42\x05\xf0\x42\x97\x75\x63\xbf\xe8\x11\xb0\x62\xf0\x22\x28\x64\xb8\x35\x84\x98\x0f\xe7\x7d\x63\xf3\x37\x75\xd6\xa3\x8c\x08\x9b\xf8\xae\x4b\x72\x9c\xf0\xae\xda\xa5\xc2\x00\xde\xd5\x93\x47\x06\xda\xa0\x0c\x71\x9b\xf6\x85\xa7\x1b\xdc\xd5\x67\x32\x09\x31\xd3\x4d\x05\xd7\xa1\x7a\x89\x13\xb3\xe5\x0c\x51\xee\xc9\xf3\x07\xd9\x71\x75\xd7\xff\x46\x4e\x37\xf5\x46\x4e\x37\xf5\x83\xb6\x31\x27\x00\xf1\x5d\x26\xf1\x4d\xe8\x46\x1d\x9a\x37\x02\xcf\x64\x72\xd9\xef\x49\xa3\x0a\xcd\x17\x44\xcf\xa7\x4b\x5b\xf6\x7b\xf2\x6a\xa0\xcb\x41\x37\x86\xeb\x80\x8a\xa9\x21\x7e\xd3\x5e\x38\x86\xc9\x33\xe2\xb2\x9c\xef\x37\x34\xf4\xeb\xa9\xe2\x46\x15\x2e\x14\xe3\x5f\xd9\xa9\x37\xef\x31\x68\x49\x10\xaf\x2f\xb3\xe2\x7e\xc3\x58\x2f\xe7\xcb\x7e\xc3\xb0\x72\x49\xd5\x7c\x1f\xa5\xa1\x27\xad\x90\x37\x58\xec\x6a\xaa\x1d\x1c\x96\xc2\x54\xa0\x13\xea\x3d\x58\xcc\x52\xe3\x8d\x5d\xe9\x6a\xae\x8f\x83\xdf\x45\xa1\x0f\xee\x1f\x76\xac\xab\xb9\x14\x0c\xbe\x56\x16\xb1\x30\x97\x76\xd2\x37\x04\x21\x6f\x40\x1e\x8a\xfd\xd3\x77\x8b\x33\xa1\x79\x59\xb8\xa9\x31\x9d\x73\x80\x52\xed\x60\xe8\x52\xfd\xdd\xc2\xe8\xaa\x2d\x50\x66\x6b\xf2\x77\xc0\xe2\x4b\x5c\xc3\x95\xd0\x6b\x72\x0d\x80\xde\xeb\xd0\xc1\x63\x72\x29\xa6\x88\x8f\xf0\x50\x50\xdb\x91\x12\xf9\x86\xd0\xd4\xc1\x76\xbf\x61\x31\x90\xb9\x64\xbf\x0f\xe7\xf7\x62\xe6\x82\x60\x2c\xe1\xb4\x89\x86\xfa\xbb\x00\xe5\x1a\x16\xba\xa4\x61\xc2\xa6\x49\xa4\x5d\xa5\x1f\xb5\x97\xb8\xbe\x17\xcb\xef\x8d\x2b\x28\xe1\x0f\xa1\x49\x54\x57\x81\xfe\x6a\xa7\x01\xb0\xa8\x17\x2d\x91\x1b\x4b\xa4\xea\xe8\x70\x43\xc2\xd6\xe4\x9c\xec\xfc\x10\xc5\xce\x4f\x51\x0d\x54\x12\x05\x65\x55\xdb\xe1\x3d\xd9\xf9\x2a\x0a\xf7\x82\xa5\xba\xdc\x58\x2e\x3e\xff\xdd\x74\xa5\x8d\xe1\xc6\xa0\xf7\xc5\x8d\xc1\xf5\xab\xe2\x0f\xd1\x09\x29\x4e\x30\x48\xf4\xaa\x0d\xe4\xe6\xad\x62\xe9\x2f\x77\xb0\x13\x6a\x1a\x44\x70\xd5\xd6\x09\x18\x55\xaf\xd2\x26\x68\xb8\x28\xd5\xd4\x40\x4e\x7f\x87\x8b\x2a\xd3\xdf\x91\xd5\x9c\x93\xed\x54\x07\x83\x8b\x5c\x03\x83\x05\x22\x0f\xc1\xbe\x83\x8c\xa7\x3e\x08\x81\xeb\x51\xb3\xb4\x56\xbb\x09\x27\xaa\xd2\x81\x79\xc9\x65\x24\x27\x7e\x08\x65\x26\x45\x4b\x40\xd7\x62\xbe\x37\x54\x40\xc9\xa7\x1b\xf2\xd9\x27\x8c\x5b\x50\x93\xe6\xac\x44\x80\xa8\x23\xbc\x10\xe6\xa1\xa2\xb8\xce\x4e\x3b\x33\x35\xba\xa9\x05\xca\x39\x37\xaa\x50\xdb\x7c\xd1\x43\x6c\x43\xd5\x4e\x2c\xf5\xa1\x66\x27\x71\xf5\xa1\x6a\xd7\x4c\x65\xda\x7d\x45\x15\xa2\x6c\x45\xd1\x26\x3c\x45\x35\xf4\x70\x88\x1a\x28\xc5\xdf\x4d\xe2\x54\x5c\x28\xda\xdd\x5c\x0c\x36\x4f\x49\x05\x5c\x00\xea\x3e\x64\xe3\x02\xd0\x99\x0e\x97\x03\x2d\x51\x5c\x84\xab\x35\x69\x64\x67\x65\x9f\xd4\x1a\x18\x44\x86\x8c\x0c\x1f\xda\x34\x2e\x53\xd4\x50\x9d\x13\xa7\x04\x89\x52\xa0\x8c\xbb\x15\x40\x21\x1d\x24\x94\x3e\xc4\x73\x6a\x0c\xe1\xb0\xec\x36\x0d\x7c\xa8\x01\x64\x7f\xc7\x4e\xb8\x86\x17\x28\x75\x90\xb7\x21\xc4\xed\x1f\xde\xca\xcb\x2e\x13\x7d\x10\xef\x7f\x88\x4b\x96\x4c\xfa\xf0\x9a\x9a\x44\xe9\x87\xf0\xd8\xea\x49\xa3\xad\x77\x6a\x1b\x03\xe8\xaf\x0f\xed\x8d\x1f\xdc\xd9\x4e\xd9\xd4\x07\x51\x2a\xf4\x21\x2d\x90\x56\x40\x3f\x8c\x99\xe1\x29\x25\x6e\x38\x75\x93\x05\xe5\xa8\x75\x87\x6b\x87\x50\x02\xfb\x73\x98\x56\xa0\xd2\x43\x4d\xd4\xa1\xb1\xa1\x3b\x3a\x9b\x19\x36\x6e\xa7\x7b\xbe\x37\xaf\xac\x74\x37\x80\x6d\x3d\x33\xd5\x78\xa9\x2b\xd3\x40\xd6\x7c\xad\x0b\x31\x31\x40\x9e\x2a\x53\x38\x6b\x47\x95\x53\xd4\x40\x9a\x29\x40\x27\x6a\xfe\x56\x4a\x37\xc2\x4a\x72\x82\x70\x38\xd4\x06\x75\x89\x3a\x87\x08\xfa\x3b\x0f\xf5\xc1\x95\xfb\x4c\x2a\x38\x72\x45\x54\x06\xe5\xb4\x82\xd6\xa8\xcc\xc3\x70\x39\x41\x6a\x1c\xea\xf4\x82\x82\xe1\x50\xec\x85\x6a\x38\xec\x37\x10\x51\x04\x14\x06\x35\xbb\x4c\xb6\x33\x89\xe2\x98\x9a\xda\x98\x0c\xe7\x7c\xa1\x14\xa7\xdd\x68\x8b\x6b\x07\x33\xb8\x86\x85\xab\x8a\x6e\xf5\x62\x8f\xd4\xb2\x23\x18\x47\xbe\x9c\x13\xac\x70\xa9\x4c\xdc\xcf\x67\x60\x86\xc6\x90\x0d\x39\x5d\x1a\x89\xc5\x3e\x98\x42\x1f\x3c\x82\x0b\x7d\xb8\xd4\x96\x85\x3e\x64\x53\x1c\x79\xcd\xe0\x42\x1f\x3c\x2e\x47\x2f\xce\xf4\xaf\x1c\xea\xa6\x8c\xf0\x87\x1f\x54\xa8\xc4\x8d\x2e\xb9\xa1\x87\xbd\x47\xf6\xd0\x1f\x7e\x16\x32\xe9\x50\xb4\x99\x9a\x83\xc8\xd0\xe6\xb5\x8d\x5e\xb8\xa5\x5b\xe1\x4c\x34\x34\x08\x76\x90\x2e\x52\x30\x5b\x0f\xca\xf6\x43\x25\x4c\x6f\x13\x85\x20\x0b\xfd\x12\x85\xa9\x6f\xa6\x3a\xa8\x2e\x6a\xc0\x4c\xe3\x32\x27\x4a\x29\xa2\x10\x07\xa2\x9b\x5a\x48\x73\x7d\x1b\x94\xcb\x7c\x21\x67\x12\x85\x5b\x98\xb5\x8a\x82\x21\xa8\xbb\x3e\x32\xb3\x72\x06\x5a\xed\xef\xc0\xbe\xbc\x10\x70\x28\xc4\x86\xe8\xaa\x8f\x37\xbf\x92\x56\x01\xac\xf2\x63\xb8\x83\x34\xb3\xcc\xcb\xe5\x2c\x7c\xe9\xac\x6c\xa9\xea\x0f\xb4\xb4\x4d\x51\x6c\xa9\xbf\xbb\x51\xbf\x6b\x84\xc9\xaa\x29\x0d\x2c\x3b\x8a\xbe\x5b\x68\x77\x51\x99\x60\x59\xca\xf9\x46\x18\x57\x6e\x5d\xbd\x87\x05\xb6\x4d\x71\x62\x3a\x7c\x39\xcb\xf0\x87\x81\x2a\xd4\xd0\x85\x01\x2e\x9a\xc2\x85\x66\x37\x0d\xfe\xd2\xfe\xe4\x62\xde\x18\x45\xd7\x81\x76\xbb\x4f\x8b\x23\xac\x0f\x37\xdb\xad\x9c\x9b\x2d\x55\x85\xe0\xcb\xe1\xb9\x47\x90\x8d\xd6\x4d\xb1\x17\x2a\xf3\x28\x07\xb9\x75\x35\x0d\xf1\x7f\x88\x2a\x3e\x14\x46\xdb\xfc\xb4\xd1\x32\x71\x65\x46\x70\x8c\x4b\x1d\xa4\xc3\xa3\x0e\x49\xcb\x7c\xb6\x7c\xdd\xe7\x39\x54\x01\xe5\xac\x0d\xa1\x0e\x9c\x36\x4e\xda\xbc\x44\x11\xeb\x76\xb9\x98\x8d\x0f\x9d\xf8\x02\x55\x44\x21\xfa\x41\x75\xce\x1b\x69\xdf\x5e\x02\x6a\x33\xd3\xcf\x31\x35\x51\x00\xe0\x94\x4b\xbc\x90\x83\x0d\x57\xa9\x47\xcc\xca\xb5\x76\xa8\x06\x4a\xfd\x3f\x5c\x5b\x2e\x4d\x62\x46\xa4\x0f\x1e\xd0\x0e\x85\x68\x0e\x5a\x95\x39\x10\xce\xa1\x35\x51\xe8\x53\x77\xed\xec\x93\xcb\x7c\x83\x72\x4e\xf4\x49\xb3\x06\xec\x4f\xb9\xb4\x46\xf3\xe2\x90\xaa\xd5\xf4\xca\xf3\x94\xdf\x18\xa2\xa6\x34\xc9\x36\x78\xc3\x4b\x4b\x2e\xe6\xfe\xf1\x25\x34\xe8\xa1\x3e\xc8\xa9\x0e\x1e\x86\x8a\xcb\x15\x6e\x18\x65\x3c\x6b\x87\x85\x84\x0d\x3c\x54\xc3\x77\xea\x20\x8d\x87\x6e\xf6\x61\xa1\xd2\xb2\x73\x4e\xa4\x99\x5a\xa0\xd4\xce\x23\x03\x4b\xd3\x46\x9d\x15\x48\x2a\x4c\xc2\x94\xd4\x5d\xc5\x8d\xac\x1a\xdf\xa3\x7b\x0a\x47\xd1\x66\xa1\xf5\x48\x5c\x52\x0e\xeb\x09\x27\x71\x28\x36\xbb\x8a\x62\xb3\x8b\x28\x34\x5b\xb2\xa4\x4c\x36\x3b\x44\xa1\xd9\x9a\x6b\x44\xf2\xd2\x35\xaa\x43\xa1\x13\x5a\x31\x85\xd6\xa4\xe1\x32\xdf\xb4\xc5\xb8\x98\xd3\xec\x50\xef\xcb\x11\x90\x25\x9c\x95\x10\xe7\x26\xb9\x8e\x3b\x09\x25\x5c\xc7\x91\x97\x61\x49\x8e\x7b\x5c\x61\x29\x54\x10\xb4\x23\x34\x31\xb8\xbc\xa0\x50\x4b\x87\x1a\xc8\x69\x2a\x08\x3b\x75\xa1\x0b\x1f\x6a\xd8\x0e\x23\x86\x25\x14\x70\x0f\x31\x9a\x73\xde\xbc\xae\xe7\xa6\x12\xd8\x2d\x21\x8c\xc8\x64\x61\xd1\x2e\x17\xa4\xc5\x59\x59\x68\xb9\xe6\x0d\xe8\xaf\x18\xe2\xfd\x82\x28\x1e\xe1\xb9\x39\x5c\x1b\xde\x75\xca\xd9\xe4\x4b\x88\xc1\x10\xe2\x2c\xbc\xaf\x01\x34\x56\x62\x38\xe7\x42\x9a\xeb\xc3\xfd\xfe\xe6\xb4\x37\x72\xfa\x3b\x0c\xbf\x67\xf1\x30\x7b\x58\x26\x16\x30\xbb\x25\x6b\xd9\x1c\x7d\xb5\x73\x73\xf4\xd5\x41\x02\x46\x5a\xa8\xc2\xc3\xfb\x02\x0f\x1d\x0a\x26\x24\xaf\x44\x62\x68\x2f\x8b\x0c\x84\x4d\xab\xe5\xa9\x64\x83\x52\x17\x69\x2a\x9f\x52\xb1\x0a\xed\x5d\xe5\x69\xc2\x4d\xd2\xa9\x1f\x96\xcb\x54\x44\x26\xaa\xa5\x99\x4a\x9c\xad\x2a\x32\x23\x31\x44\x15\x7e\xd9\x45\x56\x24\x3a\x2b\xfa\xa2\x25\x50\x71\x8a\xba\xbc\x85\x55\xf1\x72\x5c\x22\xc5\x13\x4a\x3d\xec\x5b\xcd\x69\xc4\xba\xa4\x4b\x7a\x5f\x55\x98\x05\x67\x2d\x48\xbc\x9c\xb7\x22\xf1\x5b\x14\xdf\xc9\x7a\xda\x67\x36\xa8\x38\x4a\xa5\x2b\x99\x9c\x28\x67\x88\x5a\x4c\x4c\x22\x5f\xac\x73\x8a\xfc\x20\x52\x99\x06\x0c\xa7\xa2\xc4\x7b\xdb\x8d\xd1\xb8\xda\xe5\xd6\xe2\xf8\x9e\x9a\xb6\x24\x44\x6a\x3a\xa4\xca\x65\x64\xb1\xa6\xad\xad\x32\xb6\x58\xd3\x86\x51\x61\xb9\x4a\xbc\x02\x7d\x48\xc4\x58\x93\xb6\xc4\x70\x76\x75\x78\x26\x68\x7d\xf5\x7e\x42\x50\x74\x7e\x5a\x71\xb6\xf3\x66\x71\x0f\xdc\x60\xab\xe2\xc0\x8a\xc3\x50\x0e\x6d\xb6\x15\xb6\xa5\x1c\xe1\xbc\xfb\xc7\x57\x9b\x92\xcd\x00\x03\xb5\x29\xe9\x4f\x48\x61\x29\xd9\x95\xc0\xd1\xcd\xe6\x35\x1c\xe1\xb5\x15\x34\x9c\xe0\x35\x3e\x80\x1a\x76\x0d\x40\x3b\x0c\x34\x86\x09\xa8\x9f\x97\x08\xca\x53\x11\x03\x0e\x25\x11\xdc\x04\x44\x40\x98\xba\x52\x18\x21\x87\x3f\x82\x11\x72\xf8\x2b\x1a\x21\xf5\x59\x08\x56\xaa\xac\x00\x38\x16\xb1\x1f\xc3\x5b\x15\x09\x48\xa2\x1d\x8b\xb8\x86\xc1\xad\x46\x71\xc3\x78\x1e\xd7\x4e\x82\x08\x0d\xd9\x5d\x3b\x2c\x34\x72\x72\x29\xe7\xf4\xe0\x21\xa0\x6e\xe9\x96\x1d\x61\x99\xa7\x8b\x38\x4a\xb0\x66\x1c\xf7\xb0\xce\x8e\x44\x8a\x77\x77\xab\x94\x32\x00\x2b\xf3\x54\x19\xd8\xcf\x43\x8c\x83\x1b\xb3\x44\x4d\x1e\x02\x6e\x0d\xe7\x1b\x67\xf0\x55\x3c\xc4\xe2\xe5\x6f\x60\x26\x6d\xae\x8b\x61\x39\xc4\x6c\x88\x4b\xd5\xdd\x67\x9c\xe5\x5d\x3a\xf7\x75\x0d\x1c\x21\x4e\x43\x7b\x30\xef\x7e\x5d\x6e\x14\x64\x5b\x91\xa0\x25\xe4\xa3\x68\xbf\x20\xb2\xd3\x72\xa4\x11\xe1\x7e\x3d\x24\x4e\x33\x85\x13\x80\xfb\xbe\xd5\xd2\xb4\xc3\xef\x5e\x4d\x70\x6e\x92\x49\xfa\xda\x43\x14\xe3\x70\xa9\x13\x08\x77\x15\xc9\x65\xd2\x03\xc0\x31\x12\xde\x44\x5c\xed\x2b\xc3\x4e\xc3\x09\x4d\xcb\x01\xd1\xaf\x46\xd6\x72\xe8\x8a\x78\xe7\xef\x10\x21\x28\x8b\xc0\xb0\x0f\x11\xf4\x3a\x3a\x1f\x2f\x46\x14\x57\xc0\xf8\x4a\x5a\x39\x5d\xb6\x40\xe5\xa5\xfd\x45\xc3\xdb\x17\x8e\xf4\xda\x55\x89\x88\xeb\x97\x0e\x1e\x9d\x61\xc7\xa6\x7b\x78\xe6\xb3\x7a\x7b\xee\x0b\x51\x89\xfc\xe1\x0b\xaa\xbe\x08\x46\xb2\x74\x27\xb0\xad\x79\x3c\xe9\x26\x9c\x4e\x82\x29\xa6\x36\x93\xbc\x92\xaf\x2d\x85\xf7\xed\xda\x39\xf6\x7d\x2b\x96\xbb\xef\x0a\xa8\x71\x9b\xb6\x11\x6d\x89\x9d\x41\x83\xc2\xd5\xc0\x6e\x9a\x9c\x06\x01\xd4\x5c\x27\xc7\x8a\x03\x30\xe8\xea\x9b\x6a\xfc\xa0\x35\x46\xdb\x8d\x6e\xf8\x45\x71\xde\x89\x59\xad\xa2\x18\x0f\x43\x5b\x1e\xae\x6e\xe8\x36\xf6\xa1\x60\x05\xd0\xd1\x0f\x77\x01\x73\xd2\xdc\xe1\x2a\x60\x4e\xc5\xc5\xc0\x36\x93\x9d\xf6\xe1\xf8\x70\x3e\x10\x24\x74\x0c\x6d\x95\x8c\x12\xda\xab\x74\x20\xc6\x32\x69\x56\xfb\x78\xa5\xb0\x57\x69\xd9\x83\xc7\x88\xe9\x4f\x21\x19\x25\xd6\x10\x3a\x34\x7e\x2d\x96\x2e\x60\x8f\xc8\x61\xad\x5a\x9e\x62\xde\xe0\x08\x53\x37\xf7\x3b\x93\xc4\x11\x48\x42\x8d\x75\x39\x94\xd6\x21\x00\x24\x50\x53\x0d\xe7\x56\x15\x4b\x02\x40\x2d\x27\x62\xac\x4a\x7f\x19\x08\x85\xdb\xdc\xd6\xcd\xa3\x92\xa9\x02\x01\xa6\x0f\x79\xc9\xd0\x7a\xdf\xd8\xed\x89\xde\x75\xa8\x7e\x16\x93\x09\x18\x22\x5c\x88\x22\x0f\xb9\x14\xb2\x87\xe6\x9c\x68\xc5\xa4\x39\x9f\xf4\xec\x5d\xb2\x0a\x01\x2c\xd6\xd5\x6e\x86\x84\x1b\x25\x39\x8d\x7e\x76\x27\xe2\xf4\xed\x52\x68\x7f\x1f\xce\x49\x87\xbf\x13\xcf\xe9\x48\x76\x1f\x02\xbf\x2e\x35\x7b\xca\xe5\x3b\x44\x9d\xbd\x4e\x8b\x1c\x88\xf1\x90\xea\x33\x19\x32\x2c\x9c\xef\x4d\xe5\x58\x14\xbc\x98\xe1\x12\x3f\x74\x8d\x92\xfb\x26\x41\xa0\xb6\x3c\x4c\xb9\xd2\xd4\x05\x4c\xd3\x25\x16\x62\xa0\x99\x4b\xbb\x0c\x91\x60\xbd\x0e\x97\xc3\xab\x75\xc9\x24\x34\x52\xed\x3a\x80\x78\x25\x2b\x7c\x93\x4e\x31\x31\x31\x41\x5d\x55\xa7\x23\x06\x13\xe8\xe9\x21\xe9\x52\x51\x73\xb8\x33\x74\xa7\x71\x67\x70\x1a\x77\x06\x75\x92\x8e\x2f\xb1\xc5\xa4\xe3\x4b\x1c\x34\x79\x4f\xa8\x6a\x74\x04\xd0\xd2\x59\xcd\x57\x5c\x43\x14\x2c\xec\xdd\x39\x3b\x5a\x9a\x45\xb1\xc3\xfe\x8e\x0e\x8d\x2e\x6a\x71\xf3\x17\xb5\x19\x78\x43\x14\xef\x1b\xb8\x14\x46\x18\x4a\xa2\x68\x53\x9f\xa2\x04\xbf\x56\x31\x01\x3b\xa6\x13\x69\x8b\xad\x4e\x83\xcd\xcf\xc5\xd0\x16\x5b\x9c\x73\xb0\xbf\x43\x64\xf0\x2a\x81\xbf\xa4\xd4\x72\x22\xa4\x56\x75\x39\x94\x5a\x1a\x0c\xa8\x1f\xa9\x7e\x8b\xe3\x68\xba\x3e\xa6\xb8\x6c\x8d\xc1\x52\x47\xd6\x46\x19\xb4\xc7\x7a\x00\xe8\xa7\x0a\xe9\xc8\x40\x87\x15\x9f\xb1\x01\x0f\xcb\x56\x73\x83\x06\x2c\x4d\x7f\x70\x3b\xf2\xdc\x2c\xd8\xdd\x3c\x8b\xb4\x5f\x79\x36\x64\xbf\x52\x63\x36\x2c\x1a\x62\x14\x22\xce\x9e\x2d\x3d\x68\x45\xf0\x38\xca\x8a\xe0\x0f\x19\x01\x26\x39\x2b\x8d\x0a\x2e\x07\xe6\x0e\x77\x6a\xc3\xc0\xa1\xf9\x27\xfc\x2c\xb4\x6e\x10\x33\xb9\xc4\x74\x1a\x56\x58\xd2\x9e\x86\x40\x8f\xd5\xe7\x38\x20\xc9\xaa\x55\xf5\xc5\x8b\x1b\x53\xe2\x75\xd1\x4f\x34\x25\x60\x01\x2d\xab\x3e\x49\x03\x4e\x56\x7d\x00\xe6\x15\xbc\x5e\xd5\x56\xc2\xcf\x73\x95\xe8\x60\x1c\x8d\x72\xc9\x40\x4e\x84\x59\x0e\x89\x00\x20\xcc\x8e\xee\xee\x5a\x09\xf2\x2c\xfe\x76\x3b\x26\xe2\x21\x00\x4e\x12\x41\xf3\xa6\x0a\xa1\x07\xc8\x0b\x02\x40\xb2\xd0\xde\x4c\xf4\x7b\x7d\xfa\xb1\x00\xc8\x9b\xfe\x90\x5e\xcc\xe2\x44\xe8\xed\xd2\x2c\x18\x08\xea\xc9\x2a\xed\x40\x1a\x09\xd1\x63\xbd\xba\x05\x14\x01\xdd\x89\xd0\x0e\x24\x02\x19\x9b\xd2\x87\x5c\xa1\xc5\x34\xe8\x5b\x48\xc2\x29\x0a\xbe\xd0\x6e\x8a\x97\x51\x9d\x93\xf5\xab\xff\x5b\xe2\xc1\x85\x92\x77\xba\x28\x5e\x30\x0b\x7f\xf9\xc6\x82\x20\x5f\x6f\x01\xa2\x75\xc6\x20\xde\xbf\x27\x9d\x76\x36\xdc\x33\x3e\x25\x6e\xda\xb7\xdd\x1e\xea\x95\xd3\xe5\xc0\x2a\xef\x7e\x20\xc2\xfb\xaf\x14\x82\x33\x4b\xae\x6f\x46\x67\x16\x7f\xe2\xe2\x7a\xb1\xed\x0a\x58\xb4\x62\xc3\x1d\xb0\x68\xc5\xb6\x2b\x80\xd1\x4a\x73\xbb\x75\xea\x70\xf5\xbc\x87\x31\xb3\xc9\x8a\xbc\x1a\x8e\x33\xc9\xa5\x49\x76\x02\x9e\x16\x5e\xc9\xc0\xa3\x85\xd7\x2e\xc3\x24\x5f\xb6\xd4\x02\x8e\x56\x6d\x9c\x04\x1e\x2d\x5d\x36\xf8\x02\x83\x56\x6d\xbd\xe2\x65\xd1\xd4\x74\x5e\x02\x0a\xad\xd9\x70\xcb\x7b\x4d\xb9\x6a\xe3\x06\xb8\xac\x75\x89\xbd\xbd\xc3\xb1\x3d\x0f\xb1\x7e\x7c\xf5\xe2\xea\x0f\xbb\x87\xba\x4f\x0c\xb0\xd8\x98\xa1\xb5\x9a\xb9\x01\xa8\xb0\x90\x42\x05\x50\x58\xb7\x57\xeb\x25\x91\x1f\xa2\xa0\xfd\x69\x28\x5e\x74\x66\x68\xdb\xc4\xf5\x8d\xec\x1e\x20\x18\xe9\x2c\x0f\x05\x93\xb1\x46\x1b\xe8\xaf\x2e\x15\x16\x31\x47\x7b\xb4\xef\xe5\x34\x70\x62\xe3\x29\x83\x6c\xd0\x45\xad\x27\x8c\xe9\xa1\xd0\x57\xed\x36\x40\x89\x8d\xa7\x21\x38\xcd\xcb\x08\x8c\x3b\x25\xa1\xbd\x05\xf1\x49\x43\x9b\xb7\xc0\x64\xe1\x24\xd8\x87\x1e\x8a\x81\xe8\xa5\xf4\xbc\xf4\x88\x82\x76\xda\x17\xdd\x6b\x3a\x86\xf0\x9a\x8a\x40\x51\x87\xa4\xe0\x77\x25\x64\x49\x95\x43\x63\x9b\x98\xfe\x45\x63\x9b\xbf\xe3\xb1\xa4\x68\x49\xbe\x74\x2c\x91\xad\x83\xc0\xb3\x74\x49\x9b\x21\xd6\x2c\xdb\x8d\x05\xac\x99\x2d\xa8\x80\x9a\xf5\x70\x31\x0c\xe0\x5e\x5c\x09\xe5\x8c\x1b\x00\x0c\x80\x9b\x4a\x38\xf3\x34\xc5\x89\x67\x4e\x84\x31\xcb\x4d\xc3\x21\xa4\x59\x16\x21\x45\x3a\x44\x02\xf6\x9e\x44\x9c\x45\xa6\xb5\x0a\xd0\x59\x0f\x67\x3b\xe7\xca\x70\x79\xe7\x5c\x19\xae\x2a\xce\x5c\x9a\x38\xca\x80\x38\x80\xf8\xb2\xab\xba\x6c\x20\x03\xc3\xad\xe0\x85\x17\xad\xfd\x37\x31\x32\x92\x51\x6f\x1a\x49\x34\xec\x8c\xf5\xe0\x25\x4b\x80\x99\x37\x38\x82\xc8\xec\xf3\x7b\xd3\x63\x21\x39\xf0\xa6\x46\xeb\x0a\x18\xa3\xf5\x49\x3b\x8b\xe6\xf2\x67\x1f\xee\xcb\xaa\x01\x1b\xcf\x34\x71\x34\x0f\x8f\xe3\x82\xea\x2e\x45\xfe\x4d\x9e\xb3\x95\xe4\xcd\x8b\x0d\xb2\x30\xbd\x75\x48\x96\xce\x04\x68\x58\x93\x8d\xec\x4d\xa4\x63\x72\xa1\xbc\xec\x72\x39\xf1\xb4\x2c\x5c\xca\xd9\x10\xc5\xe3\x00\x7f\xf5\x2c\x0b\x14\xb1\x5f\x5e\x35\x6f\x45\x9d\xd1\xd6\x4e\xf0\xd7\x33\xd6\xe4\x29\xcf\x03\x58\xca\xc6\x2f\x20\xb3\xd2\xec\xee\x2e\x8f\x2e\xed\x32\x09\x1f\xb9\x24\x19\xf1\x57\xde\xe6\x81\xb8\x1a\x32\xad\x03\x2a\xd5\x2f\x31\xbf\x30\x4e\x52\x34\x79\x1f\xab\x37\x2d\x05\x41\x9e\xa4\x20\xdf\x04\x9d\xc8\x5c\x4c\x90\x93\xad\x74\x04\x39\xd9\x60\x70\x13\x74\x32\x5c\x05\x14\xe4\xea\xef\xa0\xca\xa9\x4f\xb7\xf4\xcc\x2e\x8a\xf2\xb1\x89\x62\x8f\x44\x71\xcb\x69\x3a\x10\x11\x01\xd5\x7c\x90\xba\x17\xcf\xbf\xa6\xe0\xff\xeb\xce\xaa\xd0\x78\xea\xc6\xa2\x3b\xd0\x89\x93\x38\x74\xb5\x6e\x09\xf9\xaf\x8e\xd0\xe2\x65\x63\xa6\x80\x55\x4d\xdb\xc0\x4d\xbf\x80\xf8\xfb\xa6\x5f\x40\x02\x56\x91\x85\x5b\xfa\x0d\x26\x68\x82\xb0\xc6\x74\x2d\x1b\xc6\x75\x8f\x10\xd8\x25\x57\x4f\x09\x2e\xbb\xc8\x66\x4b\x64\xd5\xa5\xc5\x00\x2c\xd5\x10\x23\x31\x6e\x41\xb7\x23\x4a\x00\xa9\x22\x46\xfe\xd0\xc3\x2f\x6e\xfd\x50\x9b\xb1\xeb\xeb\xc3\x8b\x4f\x26\x00\xb3\x73\xa1\x47\x64\x5c\x2e\xf2\x54\x77\x39\x45\x21\x34\x5c\xfe\x11\xd4\x62\x7f\x82\x9c\xea\x14\x03\x08\xe5\xe4\xc3\xd4\x87\x76\x8d\x90\x74\xf9\x50\x66\x48\xb1\x63\x34\x45\x3b\x2c\x88\x73\xb2\x27\x53\x38\x27\x6b\x5d\x1f\x07\x92\x51\x0b\xa8\xbb\xa6\xe9\x54\xae\x2b\x57\x42\xce\x52\x41\xe2\x2c\x09\x56\x22\x98\xd2\x25\xce\xfa\x20\xd0\x76\xc9\x4e\x2c\x0e\xd0\x7d\x88\xb3\xac\x42\xfd\xc0\xa5\x08\x2d\xc6\x0f\x2e\x45\xb8\xff\x87\xc5\x46\x38\xe5\x88\x60\x09\xe7\xcf\x61\xaf\x79\xb9\xa2\x7d\x08\x17\x7d\x56\x89\x36\x1a\x5c\x72\xb6\xd1\xee\x43\xa1\xe3\xa6\x43\xe8\xe8\x1b\xc0\xf7\x65\xb9\x05\x44\xca\xc7\x07\x20\xa4\xa6\xa4\x16\xf0\x51\x43\x67\x20\x00\xa2\xec\x1f\xfa\xf0\xaa\xb5\x55\xb5\xcf\x66\x9c\x81\x6a\x72\x9e\xac\x1a\x07\x40\xf2\x93\x89\xd7\x49\x51\xfb\x24\x96\x38\x4b\x8c\x72\x11\x9c\x94\x00\x34\x2a\x58\x7c\xe0\x4a\x66\x50\xd9\x0a\xe0\xa2\x18\xb2\xed\x10\xb0\xd1\x86\xf3\x1d\xed\x8a\x43\x1e\xc0\x3d\x31\x18\xd4\x21\xce\xa9\x2c\xfb\xa3\xa3\x4a\x52\x54\xc5\x85\x88\xdc\xb4\xb2\x05\xe2\xc3\x05\x59\x38\x00\x8e\x62\x10\xd4\x43\x7c\x4e\x36\xd5\x13\xd0\x66\xd4\xec\xc3\xa4\x41\x8e\x08\xc0\xa4\xa2\x38\x85\x22\xd2\x6d\x65\x00\x39\x1d\x3d\xe2\xe2\x6d\x5f\xa9\x52\x01\x30\x94\x6e\xc9\x1d\x0a\xaa\x61\x52\x4b\x18\x43\x4a\x4e\xd6\x00\x1a\x2a\x11\x8c\x76\xa8\x17\xb2\xaa\xa3\xc4\x4a\x87\x29\xf8\xed\xc2\x39\xf1\xb6\x48\x52\x85\x74\x3b\x25\x75\x49\xe1\xfb\xdc\x9a\x45\x64\x9a\xfb\x08\x7c\xb4\xcc\xd6\x8c\x30\xd2\xf3\xf3\x25\x7c\x8e\xe1\x9c\xc0\x7f\x3f\xc5\xb0\x53\xa6\xe0\x8f\xba\x34\x1c\x40\x52\xe7\xcb\x69\xe8\x53\xd2\xec\x43\x99\x4b\x4f\x7d\xec\x93\xeb\x83\xa9\x31\x69\xc0\x71\x10\xe8\x42\x85\x04\xd0\x51\x5d\xb0\xaa\x00\x3a\x2a\x09\x9c\x15\x97\x82\xaa\x4c\xd5\xb8\xe9\x07\xd4\x98\x32\x02\x56\x5c\xdf\x5e\xea\x3e\x79\x07\x2a\x51\x5b\x61\x61\x12\xe2\x2c\x18\xa6\x29\x3d\x69\x9c\x29\xd7\x88\x5e\x79\x8a\xa1\xf6\x09\xba\x15\xbc\x2a\xcc\x67\x31\x0e\x45\x13\x0f\x4d\x53\x8a\x97\x2e\x80\x5d\x00\x81\xd5\xe5\x18\x8a\x04\x71\x2d\xa8\x5a\x00\x8f\x95\xe4\x1a\x8f\xc4\xab\x83\xc9\x14\x5f\x1e\xba\x44\xa1\x13\xd9\x69\xe8\x04\x45\x8a\x02\xb2\x0b\xb4\x17\x69\xea\x26\xb2\xb3\xbe\x68\x7e\x0a\x91\x8c\x2b\x5d\x4c\xb2\x1f\x6e\x1c\x6e\xf8\x69\x02\x10\x41\xb1\x0b\xfd\x17\x00\x3a\xf5\x5a\xd5\x29\x18\x18\x2b\x77\xf0\x60\xc0\xaa\x12\xa6\x0a\xd2\x54\x26\x78\xb1\x36\x97\x02\x4b\xa0\x6b\x87\x95\x40\xba\x5b\x24\x38\xab\x6a\x75\xda\xe4\x33\x50\xa2\x18\xb1\x63\xb8\xd0\x45\x7f\x83\x5a\x4a\x5c\x7f\x71\x5e\xa8\xeb\xd5\x35\x52\xb3\xab\x1a\x8e\xc3\x80\x76\x74\x05\x50\x50\x5d\x6a\x66\x30\x30\x04\x01\xeb\x87\x82\x95\x40\x4b\x93\x71\xec\x8b\xeb\x07\xca\xbf\xba\x4c\xa2\xfc\x87\x4b\xc1\xce\x16\xea\x14\xcd\x9b\x53\x43\x43\xf3\xa6\xa7\x06\x87\xd2\x2a\xf1\xc3\x4b\xe1\x3a\x18\x46\xe2\x43\x01\x4f\xcb\x60\xda\xf6\x34\xd1\xf3\x51\x4c\xa1\x47\x92\x68\x40\x56\x25\x1d\x28\x23\x13\xba\x2f\x09\x99\x09\xdd\x97\x94\xce\xb0\x59\x49\x5b\x0a\xdd\x32\x97\xa7\x23\x32\xd1\xfa\x54\xb9\x03\x38\xab\x5e\x25\xd1\x81\xb3\x52\x08\xff\x43\xa1\xd9\xe1\xef\x5e\x7c\xc9\x4b\x14\x9e\xa8\xa8\xa6\x6e\xde\xa1\x15\x45\x49\x20\x16\x22\xb0\xaa\x84\xaa\x08\xb6\x5b\x1f\xf2\x24\x32\x55\x85\x62\xa7\xb9\xc3\xb4\x8a\x5d\x92\xf5\x99\xee\xdb\xa9\x1e\x53\xcb\x98\x2e\x95\xc7\x81\x64\x12\xfd\xa8\x2e\x16\xb6\xe6\x70\x31\x2f\x1a\xc8\x9c\x95\x0f\xcd\x48\x6a\x23\xb2\x52\x1f\x1e\x1d\xac\x85\x31\x34\x90\xbc\x6b\x29\x26\xca\x12\xcc\x9e\x81\xc5\x13\x42\x75\x5e\x40\xd6\x87\xcb\x81\x3f\x53\x2b\x45\x4f\x10\x76\xb5\x87\x16\xb4\xe7\xbb\xe0\xbd\x49\x51\xd0\xc2\x9b\x06\x92\x17\x01\xbb\x4b\x81\x99\xba\xba\x14\x5e\x72\x54\x8f\x71\xe3\x65\x98\x55\x78\x7b\xa0\x69\x76\xb8\x30\xb4\xa2\x81\xe6\x4a\xc2\xec\x44\xe6\x5d\xaf\xa4\x05\x9e\xb1\x32\xe4\xa1\x0d\x06\x48\x19\xd3\x53\x07\xe7\xcd\x98\xdf\x5b\x31\x18\x81\xaa\x0f\xcf\x1c\x83\x24\x57\x37\x87\xca\xbb\x59\x97\x37\x0d\x86\x5b\xc7\x1e\xfb\x43\x9c\xac\xcc\x48\xbc\x77\xd0\xfc\x1d\x7a\x1c\xce\xf9\xe1\x6d\x76\x50\x0c\x71\x25\xa0\xac\xdf\x8b\xd0\x36\x55\xa8\x63\xd3\x79\xc6\xe8\x57\x5d\x16\xd2\x28\xbc\x84\x20\xd1\x5f\x68\x2f\xa4\xe3\x55\xcf\x4c\xc8\x5b\x16\x7c\xd2\x51\x40\xac\x28\xba\x06\xd6\x5c\x21\x7d\x59\xe1\x52\x19\x34\xeb\xc9\x8c\x83\x7a\x75\x25\x1f\x74\x9f\x63\x53\x64\x41\xd6\x7a\x2c\x3c\xcb\x49\x8c\x14\xbd\x8f\x28\xbd\x0a\xd0\xac\x2e\xc5\x36\x0a\xe1\xd6\x6e\x01\xe1\xd6\x62\x9c\x22\xf3\xbe\x6a\x24\x1b\x7b\x67\x00\x30\x6b\x64\xc9\xed\x42\xf4\xb5\x47\x87\xe8\xeb\xee\x2a\x80\x5b\xae\x2e\x14\xe8\x6b\x77\x8a\xe8\x6b\x8f\x0e\xcd\x43\xdd\xa5\x00\x41\xee\x0e\x13\x6f\x2d\xde\x2c\xbc\x4e\xd0\x5d\x3b\x6f\x09\x4b\xf8\x17\x22\xac\xb5\x88\xf0\x56\x65\x4e\x9a\xfe\x42\xbc\xb5\xa4\x76\xe1\x35\x00\x4f\x31\x8e\x58\xd9\x13\x47\x0c\xc2\x43\xa1\xfa\xae\xc6\xe0\xca\x7a\xd6\x92\x02\x7c\x2a\x27\xd5\xc7\x38\x87\x4d\x20\x5f\xc6\x11\x1b\x59\xbc\x01\xf4\xd4\xc8\xe2\x30\xa0\xa7\x14\x1e\xa6\xf1\xa1\x90\x9c\x9a\xd3\xf0\x90\x26\x4f\xb9\x51\xe9\xae\xae\xa6\x30\x6a\x5a\x8b\x95\xde\xea\x66\x8a\x9d\x98\xa2\x70\x1e\x9f\x2e\x93\xcf\x11\x68\x80\x2b\x0d\x96\xcd\x85\xe2\xd8\xd4\xf5\x21\x0c\x96\xc9\x4d\x03\x16\x3b\x57\xa7\x91\x2f\x9c\xc6\x90\x46\x1a\xd2\x4a\x6f\x96\xfb\xcb\xdb\x03\xc5\x1f\x32\xcc\x6c\x71\x22\x1a\xae\xad\x81\xe1\x8d\x6c\x99\x54\x58\xb4\x31\xfd\x29\x1f\x19\x79\xfa\x7c\x38\x4c\x51\x39\x1b\x63\xa6\xe5\xa4\x55\x5c\x97\x6a\x51\xfb\x08\x9d\x96\xc0\xab\x3a\xe4\x3f\xc5\xbe\xf0\xde\xab\xb3\xc2\x02\x19\xae\xe3\x46\x9a\x3f\xfc\x80\xd2\xac\x12\x3a\x2d\x41\x05\xe8\x55\xee\x52\xd3\x2a\x81\xd4\xda\x54\x81\xbc\xca\x32\xe8\xf2\x71\xbe\xe1\x7d\x02\x71\x97\xc6\x98\x4e\x83\x99\x7f\xba\x14\xf4\xc9\xb3\x8a\xcb\x2c\x82\xe3\x04\xf0\x5b\xc3\x2a\x0b\xf0\x5a\xc3\x12\x0d\x78\xad\x21\xeb\x0c\x5f\x9b\x29\xd7\x74\xab\x69\x5f\x93\x06\xd9\x78\x4b\x40\x1b\x35\x10\x5b\xb9\xa7\xef\x9d\x82\x0c\x1d\x97\x9b\x54\x11\x00\xba\x72\xd3\x3e\x21\x44\x97\x6a\x04\xa4\x2b\x37\xb5\xad\x11\x83\xd1\x9a\x13\xe1\xc8\x97\xb8\x6b\xc2\x60\x4c\x97\x0a\x87\xa1\x34\x85\xc6\x2b\x05\xe1\x0f\x31\x4f\xc3\x14\x5c\x84\xcf\x77\x9c\x27\xd5\x48\xd0\x85\x76\x89\xc6\x2b\x05\xda\x6b\x81\x00\x1b\xde\xfb\xf4\xee\xab\xb7\x10\x40\xc0\x72\xbf\x9c\xd8\x41\x69\xdc\xe0\x81\x91\x41\x93\xc1\xef\xb2\xae\x6c\xe8\x81\xc2\x2e\x9f\x03\x1f\x28\xcc\x4d\x1a\x2c\xc0\x5d\xd9\xd2\x9f\x68\xae\x26\xad\xa9\xf1\xa2\x80\x04\x3a\xe1\x5c\x72\xc7\xf1\x31\xc2\x2c\x40\x17\xdf\x22\x54\x84\xa2\xc6\xa7\x08\x73\xf3\xc8\x50\x47\xbe\xa4\x18\x35\x7a\x5d\x3d\xc3\x0c\x8e\x68\x41\xd5\x18\x03\xad\x78\xa8\x68\x46\x17\xfe\x31\x9a\xdc\xa9\x12\x63\x00\x6f\x4d\xeb\xc5\x84\x6b\x3d\x72\xac\x6d\x3a\x9a\xd4\x22\xbe\x39\x39\x5c\xcb\xfb\xc7\xd7\xac\x4f\x25\xe0\x47\x4f\x39\x6e\xf4\x57\xf5\xab\xf3\x42\x80\x04\x10\x42\xaf\x4e\xab\xbb\x00\x7d\x15\x01\xa8\xa3\xc3\xf1\x7a\x69\xa5\xe0\xed\xa2\x22\x48\x50\x10\x11\xd6\x75\x8b\x23\x80\x08\x2b\xf2\xed\x06\x10\x61\xd3\x87\x14\xbd\x99\xa8\x3e\xe9\xd1\xc4\x61\x0a\x5d\xd2\x74\xe0\xd9\xc4\x59\xc5\x0d\x04\x92\x5d\x4f\x29\x37\xd2\x5c\x03\xf0\x7b\x9a\xf0\xae\x1b\x80\xdd\x24\xfd\x3e\x43\x54\xc6\x87\xea\x45\x00\x90\xaf\x79\xe4\x23\x8b\x32\x5a\xf3\x95\xc5\x59\x2f\x97\x82\xab\x02\x5a\xe1\x9d\x57\x05\xc2\x14\x3a\x31\x9d\x93\x33\xa1\x86\xd2\x01\x28\x8b\x44\x87\xcb\xef\x12\xf7\x23\xd6\xda\xac\x92\x75\x80\x99\x4d\x6b\xf0\x9d\x57\x05\xb4\x12\xf1\x26\xc6\xac\x5a\x0a\x08\xc1\x3e\x7d\x44\x41\x3c\xc6\x59\x25\x23\x01\x4f\x2b\xba\x0d\x10\x9d\xb7\x5b\xb4\x4a\x3b\xf9\x54\x77\x8b\x02\x58\xb5\x22\x14\x67\x00\xab\x56\x64\x34\x67\x54\xc7\x72\x3d\x1f\xe2\x86\x83\x18\x08\xd8\xb5\x22\x54\x4b\x00\xba\x96\xaa\xdc\x9f\xd1\x89\x36\x72\xdb\x08\x16\xd0\x4e\x08\xec\x5a\xb9\x9e\x9c\x7a\xfd\x4a\xf5\xc3\x6c\xe6\xe3\x4c\x97\xde\xe9\xe6\x28\xaa\xf1\xe5\x62\xd1\x56\x4f\xa9\x62\x1f\x26\x97\x8b\x6b\x06\x1a\xc7\x81\xd7\xe1\xdc\x1e\x3e\x84\xd5\x42\x02\x7e\xe0\xd6\x81\x6d\x02\x40\xb2\x85\xfb\x35\x78\x07\x21\x9c\x13\xc0\x86\xfa\x1b\xd4\xe9\x41\xd7\xa5\x38\x0c\x20\xb7\xd2\xb4\x4e\x06\x2f\x21\xa8\xe1\x83\x97\x10\xc4\x37\xc0\xb8\x85\x77\x8d\x21\xdc\xa4\x1b\x83\x8b\x14\xd5\x7d\x62\x0f\xf5\x5d\xb0\x87\xaa\x01\x17\x12\x7c\xce\x01\xc2\x2d\x6c\x11\x02\xc0\xad\xf8\x40\x0e\x7c\x5b\x58\x2a\x8c\xc3\xed\x61\xeb\x14\x9e\xf5\x0a\x5b\xa7\x06\xdd\x4c\xd3\xd5\x53\xa1\x28\xd9\x64\xa0\xa5\xa6\x16\xfa\xeb\x52\xd9\x43\xa7\xe1\x86\x4b\x75\x6b\xb0\xa0\xc5\x62\x04\xc6\xcd\xde\xdd\x38\x3a\x22\xd5\x80\x85\x4e\x79\xd6\x16\x3b\xa5\x0f\xe1\x98\xf0\xee\x36\xe8\x19\x97\x82\x8c\x80\x84\xd9\xa3\x7d\xd6\x42\x69\xd2\x74\x10\x89\x34\xcc\xee\x0c\x44\xaa\xb8\x52\x87\x64\x68\x55\x8f\x0d\xbd\xa2\x52\xcb\x80\xae\x4b\x0a\x34\xd6\xf4\xa8\x99\x42\x4d\x35\x3e\x6a\x16\x36\x2c\x0d\x05\x2e\xd4\x96\x02\x44\x5d\xb1\x25\x13\x2f\x0b\x94\xf0\xe4\x6c\x78\xf1\x3d\x54\x40\xc7\x78\x63\xd2\x4b\x35\xd1\x5c\x25\x9c\x24\xc3\x59\xe9\x24\x71\x1a\x2e\x4f\x98\x8b\xb0\x16\xac\x31\x21\x84\x5b\x09\x71\x0a\x62\xb8\x85\xb5\x22\xc0\xf4\xc2\xbb\x34\xa2\xb8\x85\x75\x24\xc2\xf4\x14\x83\xad\x31\x2e\x6b\x09\x0d\x0e\x62\xba\x15\xc1\xd8\xf9\x2e\x5b\x89\xf0\x87\x6c\xa8\x29\x34\x46\xdb\x09\x70\x7a\x45\x58\xc3\x60\x74\xed\xae\x2b\x99\x31\x83\xad\x51\x85\xbc\x56\x23\xb9\x8c\xf8\x6d\xc5\xd6\x49\x04\x70\x0b\xf9\xbe\x62\xf2\x5a\x4d\xb8\x14\x0c\xf0\xf4\x77\x1b\x94\xfa\x1b\x6c\x9a\x73\xe2\x1e\xcd\x74\x29\x37\xcd\xc8\xce\x8a\x0b\x40\xe2\x0d\x02\xfe\x7a\xd6\xa9\x8b\xe1\xde\x46\x91\x61\x7c\xca\x87\xe6\x72\xf5\x48\xd4\x74\xe6\x46\x36\x53\xbf\x16\xae\xfd\x48\x56\xe3\x95\xa0\x5a\xdc\xcb\xc5\x5b\x1d\x1e\x57\x62\x75\xbc\x53\xf1\x91\xba\x16\x1e\xd9\x23\x91\x6b\x31\x25\x67\x97\xb2\xd2\x53\x6a\xb3\x18\x00\x82\xb5\xb8\x6b\xf4\x94\xda\xf6\x05\x80\x60\xb5\x0d\x87\x00\xc1\xae\x0b\x9f\x31\x75\x49\xc6\xe3\xc0\x4b\x32\x62\x42\x02\x06\x2f\x6b\x0e\x93\x77\x66\x3c\x7f\xba\x24\x13\xce\xcb\x4b\x32\x9e\xa5\xc3\xa3\x55\x0e\x29\x3e\xff\x7b\x12\x93\x48\x42\x54\xa6\x53\x33\xc9\x2c\xb2\x70\x3c\xa7\x48\x6e\x21\x4e\xe4\x1d\x9f\xf9\xbd\xbb\x50\x2f\xf5\x5d\xb6\x0f\x32\x44\xdc\x65\x9d\x21\x74\xc3\x46\xac\x43\x04\xe2\x65\x53\x1f\x21\x88\x5d\xd7\xc1\xf9\xac\x5f\xb5\x4d\x32\x64\x6c\xd3\x30\x05\x03\x8a\x3e\x9f\x12\xf3\x3e\xb5\xae\x03\xa8\x33\x9b\x3a\x43\x2f\x7b\xc9\xb5\x00\x18\x62\xb5\x45\x0d\x31\xe7\x4e\x1b\x54\xcd\x91\xc1\xd5\xb6\x10\x46\x9d\xbb\xbc\x5f\x47\xe8\x6d\x48\x75\x4e\x10\x64\xd9\xed\x88\x35\x4c\xc2\xe1\xe8\xdd\x41\x5f\x35\x0a\x80\x0d\xab\x59\x34\x96\x5c\x01\x2a\x69\xe1\x4a\x50\x37\x85\x5b\x3f\x3a\x0f\x86\x9e\xef\x97\x6b\x02\x30\xc5\x6a\xa3\x1a\x50\x8a\xd5\xa6\xb2\x20\x66\x5e\xe7\x63\xa0\x14\xab\x4d\x37\x40\x29\x56\xf9\x83\x03\x28\xc5\x53\xa8\x86\x7a\x09\x4c\xed\xd4\x0f\xf2\xaa\x23\x5b\xfd\xd2\xa4\x6d\xe0\xfb\xba\x29\x3a\x03\xb4\x85\x85\x5c\x1c\xf2\xbf\x04\xd7\x88\x99\x01\x8b\xc2\x12\x06\x08\xc7\xf3\xa5\xba\xb9\xd9\x2f\x35\x68\x73\x1a\x5c\x8c\x6c\xe5\x26\xe9\x1e\x68\xfe\x92\x38\x9c\xcb\xa9\xe8\x4b\x33\xdf\xe3\xd0\x98\x7c\x88\x40\x7c\xbe\xa6\xab\xa9\x7a\xfd\x31\xf9\xf8\xb1\xe8\xd9\xf0\x79\x6f\xd1\xb5\x21\x4f\x74\x10\x21\x99\x04\x94\x09\x46\xef\xd3\x05\xe0\x58\x74\x75\x08\x29\x13\x08\xe0\xd7\x74\x3b\x36\x14\xb2\x2f\xba\x0b\x42\x3c\x18\x61\x48\x82\x11\xfc\x5a\x54\x7f\x7a\x03\x1f\xe6\x5a\x70\x71\x4b\x4c\x04\xa8\x65\xd3\x65\xdd\x58\x7c\xf2\xde\x33\xbc\x78\xcd\x4c\x98\xad\x40\xb4\xbe\x56\x34\xc3\xc4\x56\xe6\x5f\x3f\x9d\xbc\x6d\xa5\x5a\xe0\x9f\xce\xbf\x56\xb3\x48\xfa\xdb\x17\x49\x35\x1f\xab\x20\x3f\x9d\xe3\x83\x32\x36\x34\x32\xa0\x5f\xed\x62\x50\x01\x2e\xb3\x66\x92\x18\xcb\xd6\x3c\x12\x87\xd3\x5b\xf5\xf0\x23\x88\x67\x95\x34\xe3\x4b\x3c\x59\x90\xeb\x20\xe2\x32\xd7\xe4\x54\xb4\xa9\x66\x17\xf4\x66\xaa\x1a\x81\xb7\xa4\xad\x57\x2d\xda\xd7\x74\x2b\x44\x0f\x73\x0e\x81\x21\x62\x81\x83\xb3\x0d\xcc\x88\x0b\x78\x48\x95\x74\x38\xb8\xf5\x27\xb1\x31\x51\x8d\x00\xde\xa1\x57\x17\x34\x40\x69\xd0\xf4\xc0\xe7\x93\xf8\x42\xa2\x3f\xe4\xd3\x0c\xe2\x00\x20\x3d\x9b\x80\x78\x7c\xfc\xb3\x09\xe9\x19\x40\x7a\x36\x21\x93\xf4\x12\x68\xb9\xa4\x15\x11\xea\x59\x92\xb6\x3a\x3e\x66\x5e\x92\xf6\x24\x04\x0b\x54\x24\xf3\x43\x05\xa8\x22\x6a\x81\xfa\x0d\xe6\x92\x4d\xf7\x88\x1d\x57\xc0\x8c\xb6\xf9\x50\x6f\xc6\x60\x52\x25\x81\x70\xb6\x9a\x33\x3e\x36\x5a\xec\xc7\xe2\x63\xa3\xa5\xc9\xf2\xc0\x57\x8c\xa6\x2e\xdb\x07\x80\xa1\x7a\x51\xfc\x50\xeb\xc7\xd7\x7c\x72\xc2\xa1\x9f\x45\x1c\x0d\xe3\x29\x12\x1e\x73\x57\x47\x00\xa0\x7a\x0f\x00\xa0\x47\x91\x11\x0a\xc5\x5a\x7c\xe5\xc8\x41\x0e\x82\xa1\xab\x93\x47\x86\xbe\x66\x09\x75\xbc\x80\xd4\xf3\x93\x06\x37\xa5\x47\x94\x1e\xe4\x27\x27\x77\x2f\xed\x2b\x08\x5f\xd8\xb3\x96\xdf\x96\xd3\x58\x9b\x19\xdf\x46\x4a\x4e\xd4\x4b\xb1\xda\xb8\x19\x6e\xb0\x6a\xa5\x6e\xc6\xd1\x6a\xce\xaa\x30\xa8\xa2\x18\x84\xf9\x72\x22\x74\x99\xa1\x45\xb0\xe5\x1c\x20\xc5\x47\x93\xba\x20\xec\x81\x67\x91\x14\x9b\xbd\xf1\xc1\xd5\x2c\x58\x4d\x00\x25\x9a\x7b\x72\x1a\x0c\x90\x1a\x3a\x04\x0f\xcc\x3d\x99\xa2\x61\x21\x44\xe1\x84\xae\xd5\x8c\xa8\x80\x61\xcc\x00\x70\xa1\x47\xb2\xaa\xd0\x33\xf7\xd5\x6c\x8c\xb0\x80\x55\x80\xb0\x78\x79\xd3\x55\xa9\xc2\x1e\x68\xf7\x7e\xe9\x62\xeb\x53\x10\xbd\x0c\xcd\xdf\xde\xbc\x60\x51\x44\x1e\x8e\x90\xcb\xe5\xc5\x3b\x41\x92\x18\x08\x22\x18\x5a\x9d\x08\x21\x18\x32\xd5\x03\xe5\xd9\x7d\x2a\x02\xca\x53\x97\x02\xf8\x40\x6c\x54\x97\x87\x68\x89\xe1\xaf\x8e\x4e\x2e\xa9\x41\xbc\xa7\x24\x01\x01\x9e\xed\xc9\x88\xcb\xd5\x5a\x2f\x2f\x06\xa8\x74\x57\xe9\xbc\x77\x7b\x09\xa9\x0b\x77\x8d\xfb\x5a\xf1\x87\x88\x4e\x2c\xb4\x97\x9e\x9b\x55\xcc\x9f\x20\x4e\x53\x17\xb9\x82\x40\xcd\xee\xad\x49\x4f\xd1\xda\x18\xfb\x56\xb0\x5f\x53\x34\x3f\x49\x8d\x65\x48\x40\x3b\xde\x19\x04\x50\xf7\x3e\xe2\x4d\x97\xfd\x53\xc9\x46\x9a\x73\x02\x21\xf2\x34\x07\xca\xc6\xf3\x1d\xfb\x71\x89\xc2\xf6\x2c\x5f\xdb\x1b\x5a\x5d\x92\xab\x91\x60\xce\xe4\xa6\x01\x0c\x68\x77\x26\xe1\x9b\xb3\x88\xf5\x88\xdf\x7c\x6c\x4c\x8c\xed\x57\x47\x76\x41\x1f\x46\x54\x57\xe6\xa5\x57\xe8\x45\xc1\xa5\xdc\x4d\xc1\x96\x22\x4b\x12\xb1\x98\x4f\xa9\xc4\x62\x26\x9d\x0e\xde\x80\x9a\xd4\xee\x44\xdc\x66\x91\x05\xe4\xcd\x57\x42\x74\x94\x55\xd0\xbe\xe6\x9c\x70\x29\x37\x57\x08\xdf\xb7\x36\x53\x84\xe9\xeb\x55\x3b\xfa\x9b\x37\x92\xda\xb7\xe1\xa2\x4f\x56\xf4\x42\x1b\xf8\x9b\xb7\x95\xa4\x4f\x32\x68\x9f\x6e\x07\xc6\x9b\xc8\x29\xc9\x0c\x06\xe6\x9b\xcf\x48\x01\x57\x5e\xbb\x29\x9c\xde\x2f\xb7\x06\xed\x96\x56\x48\x84\xe7\xd4\xbd\x9f\x60\xf4\xbd\x3a\xd5\x2b\x86\xdf\xd3\xdd\xc1\xb8\xe9\x7c\xd4\x97\x0c\xb8\x67\x13\x1c\x03\xe7\x4d\x21\x4e\x83\xb1\xf2\x9a\xc0\xfb\xc1\x58\x79\xd6\x5a\x6f\xb0\x95\xc0\x5c\x71\xcb\xc1\xa8\x3e\x23\x74\x5e\x17\x90\x2c\x18\xcb\xbf\x0b\xd8\x19\x7a\x9c\x4d\x27\x39\x42\x47\x05\x81\x0b\x46\xcb\x13\x84\x8d\x8f\x2f\xf7\xe9\xd6\xc1\xc1\x2e\x14\x5c\x10\x3a\x3a\xdd\x54\x44\xcb\x13\xaa\x2e\x10\x2d\xaf\x0b\x22\x17\x37\x2f\xc5\x1a\x5b\x06\x24\x69\x17\x94\x4d\x0f\x3a\xfb\x28\xc0\x67\x4c\xa7\x6e\xec\xc4\xad\xbd\x49\xf5\xd3\x8d\xa4\x2d\x12\x40\xd2\x2e\xb4\x5e\x00\x48\xda\x85\xa9\x8b\x9b\xef\x4b\x8c\x87\x64\x6c\x5d\xa9\xbd\x0a\xb3\x27\xb1\x88\xd8\x79\x29\x2c\x2e\x88\xe2\x9c\xf6\x2a\x22\x78\x5e\xf7\xd6\x00\x4c\xa7\xde\x1f\x3e\x14\x1c\x79\x6e\x3a\x1c\x39\xd9\xa3\xba\xe1\x0f\xd3\x42\xba\xf9\xf2\x42\x9d\x2e\x14\xd1\xa7\x3c\x91\x1b\x17\x4d\xcc\x10\x7c\x1d\xc1\x1b\xe9\x4d\xef\xa4\x46\x00\x58\xd1\x91\xb5\x37\x02\x2a\x9a\xd3\x93\x86\x10\x5a\xaa\x5f\x6f\xba\xea\x06\x55\x7c\x10\x0c\x2a\x6b\x79\x22\x98\xde\xc8\x3a\x5a\x32\x98\x5e\xeb\x1a\x80\x0f\xaf\xc8\x6a\x74\x00\x17\xd5\xdb\x92\x87\xe2\xc8\xf9\x43\xdc\x2c\x12\xaf\x00\x3c\x3a\xb2\xbf\xa3\x5f\x51\x8a\xef\x87\x8e\x44\x7f\xc7\x6b\x71\xdd\x39\xf9\xb6\xb4\x34\x75\x04\xb7\x1b\x66\xb9\x8f\x77\x34\xe7\xe5\x25\x50\x49\x56\xa2\x43\xbb\xc4\x3e\xd0\xa1\x59\x57\x5b\xe3\x43\x8c\xf9\x93\x06\x8f\x8c\x98\x05\xd8\xd0\x61\x85\xea\x43\x8f\x8c\x16\x3d\xd0\xa1\x63\x6a\x4f\xff\xe8\x89\x9b\x70\xa1\xb8\x99\xf1\x54\x01\x90\x7e\x76\x56\x34\x5c\x8a\x02\x90\xa0\xc3\xab\x8a\x50\x50\x2b\x6d\x9f\xa5\x57\xbf\x34\x70\xf0\x3f\x0a\x53\x1c\x80\x83\x1a\xd6\xcc\x57\xc9\x1d\xa1\x2e\x08\x08\xf5\x22\x63\xc0\x3c\xaf\x23\xe2\x43\xab\xfb\x0b\x46\xb5\x70\x00\x3e\x34\xf7\xa7\x86\x89\x34\xe7\x84\x7e\xe3\xc9\x87\x13\xbd\x4b\xc3\xfb\xc8\x1b\xe9\x34\x76\xd0\xb5\xb3\x83\xea\xbc\xb0\xa4\x2c\x86\xcf\xf9\x8c\xb3\xfe\xbf\x93\xd5\x0b\xb0\x53\x5f\x2a\x59\x78\x5b\x2d\x33\x28\xfd\xa1\x88\xe0\xe4\xba\x5d\xc0\xa1\x8e\x49\x31\xb2\x10\xae\x2f\xf3\x71\x87\x43\xc1\xab\x47\x7d\x66\x31\x5c\x9f\x4c\xf7\x0b\xb8\x54\x45\xa1\x3f\x14\x1c\xee\x5c\x43\x0b\xc8\xd4\xcc\x07\x11\x1a\xdf\x1d\x52\x84\xf2\x43\xa1\xc3\xd9\xb5\xa3\xc3\x4f\x0f\x39\xa3\xca\x19\x9c\x42\xd5\x4e\xa0\xb4\xc6\x7b\x01\x78\x3a\x84\x24\x5e\x7c\xd6\x38\xb4\xad\xf3\xe9\xf8\xa9\x4b\x7f\x0b\xd0\xd2\x59\xb3\xda\x8d\x78\x50\xf5\x29\xf5\x28\x94\x32\xdd\x2f\x40\x4b\x0d\x60\x5a\x84\x96\xf6\xe6\x3a\xce\x4a\x28\xb2\x9d\x2f\x60\x4b\x8b\x6c\xc7\xeb\xd2\x6b\xc0\x97\x4a\x85\x43\x48\x07\xc9\x05\xa0\x69\xb9\x9e\x62\xc8\x52\x1a\x1b\x2f\x05\xf5\x0a\xe0\x7c\x81\xdd\x17\x90\xa6\x53\x27\xce\x05\xa4\xe9\x64\x08\xd4\x43\xc1\x21\xf4\x7c\xc7\x4e\xb9\x50\x78\x14\x3d\xa5\x0b\x9d\xca\x6e\x0c\xbc\x5a\x21\x6a\x53\xa0\xa8\xfb\x1b\xcd\x36\xd7\x6c\x36\x5b\x53\x83\x90\x66\xdd\xa5\x20\x78\x79\x35\x47\x6d\xb6\x5a\x63\x01\xa0\x74\xf5\x94\x6e\xb4\xda\xb3\x26\x33\x4b\x51\x27\x00\xa3\xae\x0f\x05\x37\x8a\x47\x86\xae\x4f\xf1\x09\xd1\xa2\x4d\x67\xe6\x95\xf8\x72\x89\xee\xff\x2c\xbe\x3a\xd3\x2e\x6e\xc5\x0b\xc0\xcf\xa9\xa0\x07\x0b\x81\xf8\x42\xd8\xda\x05\x18\x68\x91\x9d\x74\x01\x06\x5a\x74\x3e\x5c\x40\x81\x16\x05\x6a\x5b\x89\x5e\x9d\xe4\x34\xdc\x5b\xd7\xcc\x00\x03\x1a\xb2\x07\xad\x44\x3f\x4e\x33\x85\x17\x18\xba\x29\xdc\xff\xd4\x32\x01\x5a\xb4\x34\x37\x1b\xf6\x70\x45\xa3\x5c\x88\xca\x57\x14\x06\x70\x21\x2a\x5f\x91\x15\x63\x25\xfa\x6d\x92\x4b\x61\x1f\xd4\x5b\xf8\x6d\x92\x7b\xcb\x17\x4e\xc6\x53\x0c\x3b\xa1\x2e\xe1\x4e\xa3\x3c\xbf\x2b\xe9\x32\x91\x16\x2d\xf0\xa9\x45\x41\xeb\x56\xe2\xbd\x55\x2d\x13\xe0\x53\x43\x08\xe0\x05\x7c\x6a\x08\x82\xbc\x80\x41\x0d\x01\x6b\x17\x31\xa8\x6d\x3c\x89\x18\xe0\xae\x61\x53\x20\x3e\xcf\x22\xe3\xa6\x75\x53\x18\x53\x2d\x5a\xc0\x4c\x43\xe7\xe0\x95\x78\xc0\x91\xc9\x7a\x11\x67\x6a\xe0\xd5\x02\xd0\x34\x84\x4a\x59\x00\x9a\x56\x9d\x58\x17\x80\xa6\x21\x69\xbb\x12\x8c\x7e\x97\xdb\x4a\xc7\x8d\x04\x21\xa0\xa5\x21\xe9\xbe\x12\xfd\x36\x53\x63\x73\x58\xb3\x5e\x9e\xef\x23\x97\x1d\x25\x61\x25\xfa\x6d\x68\xc2\x5b\x99\x71\xa3\x7e\x03\x96\x6f\x65\x3a\x75\x68\xec\x5b\x99\x4e\x1d\xf5\x10\x01\xfd\xf4\x66\xe5\xa1\xd8\x25\xa7\xa1\x4b\xd3\x14\x1c\x13\xe1\x9c\x08\x76\x11\x2e\x93\x7e\x2a\xa7\x2d\x94\xd2\x45\xe1\xee\x29\x0d\x91\x0b\xb0\xd3\x90\x46\xb6\x00\x3b\x0d\x6d\x82\x0b\xa8\xd3\x10\x5c\x67\x01\x75\x1a\x3a\xac\x2f\xa2\x4e\x67\x68\x2c\x00\x3b\xad\xb2\xb0\x2c\xa0\x4e\x43\x5a\xc7\x22\xcc\xf4\x61\xa2\xcc\xb0\x1c\x34\xdb\xaf\xcc\x87\x45\x75\xf0\x5d\x59\xcf\x7b\x84\x3f\x45\x94\x0e\x8f\x14\xaf\x03\xd4\xa7\x5c\x18\xf1\x9f\x82\xe0\xa1\x70\x63\x19\x3b\xbd\xba\x79\x50\x84\xaf\xea\x26\xf0\x62\x66\xf5\x28\x33\xe6\x83\x4e\x66\x0b\x48\xd3\x5a\x3c\x40\x3a\x99\x3d\x89\x8c\x8c\xe5\x2f\xe1\x5f\x71\x6b\xf5\xc0\xb7\x27\x81\x17\xb9\xbd\x37\x10\x6c\x7a\x55\x4f\x03\xdd\x41\xe6\x1e\x5e\x01\xae\x1e\x40\xfa\xeb\xb3\xab\xd9\x6a\xbe\x9a\x84\x3b\xc0\xc5\x7c\x40\xf7\x65\xf5\x14\x6e\x86\xce\x94\x18\x02\x18\x34\xa5\xab\xf8\xd3\xcd\xf3\xa9\x53\x69\xf1\x28\xae\x47\xa6\x7b\xa7\xde\x30\xaa\xfb\xd3\x0f\xf3\xb2\xb3\xc0\x80\x56\x1d\x26\x56\x11\x70\x9f\x87\xed\x85\x68\x80\x55\x67\xa2\x55\x84\xd5\x27\x06\x73\x01\x05\xaa\x90\xe5\x87\x22\x58\x5f\x9b\x16\x61\xa0\xe9\xd2\xd6\x20\x1c\xe8\xa4\xd3\x64\x15\x1a\xb0\x9b\xf3\xca\xfe\xae\x44\xfa\x6d\x14\xff\x6a\x21\xea\x5f\xbb\xfc\x65\xc8\xfe\xae\x4f\x0f\xbf\xb6\x8b\xc7\xe6\x85\x20\x80\x27\xd1\x24\xcd\xef\x6a\x6e\xd0\xfc\x1e\x26\xf1\x1c\x54\x36\x15\xa0\x5c\x25\xed\xca\x12\x5e\x08\x03\x78\x48\xf5\x94\xa8\x69\x01\xb0\xf4\x1c\x62\xf6\xae\x5b\xe8\xb2\x14\x92\x6a\x01\x61\xaa\x47\x81\x0f\x25\xcb\xb1\x3a\xb3\x68\x39\x56\x73\xc1\xa1\xa5\x68\xd6\x0a\xaf\x06\x14\x0f\x28\xae\x75\xea\xb6\xf2\x02\x72\xb4\x7b\x22\xa0\x63\x5f\x26\x68\x2d\x11\xc5\xab\x79\xba\xe9\xbd\x0a\xc5\xf0\x70\x29\x7a\x6b\x75\xaa\xe9\xb0\x34\x59\x3f\x2c\x74\xa1\x74\x4f\x03\xe4\x69\x72\x2f\x29\x4f\x93\xcb\xb9\x21\x27\x34\x3e\x5b\x6b\x80\xfd\xa8\x3a\xd9\x8b\x73\x81\x16\xed\xf2\x6a\x2d\x3e\x3a\xeb\xc8\xb2\xab\x32\x46\x8d\xce\x27\x7c\x2d\xb2\x2b\x52\xc8\xe2\xdb\x6c\x8e\x90\xbb\x00\x0a\x6d\xd5\x1f\xe2\x36\x44\x37\x85\xb3\xf4\x6f\x00\xfa\x2d\x21\x44\x69\x0e\x5f\x42\x88\x9a\x52\x3c\x73\xed\x68\x00\x85\x9e\x89\xae\x22\x2b\xac\xee\x6a\x1c\x2c\x04\xc5\x1f\x1e\xed\x2a\x39\x1f\x8c\xd6\xd5\x14\xed\x25\xea\x43\xf0\x69\xd8\xcb\x89\x50\x58\x05\xa5\x5c\x55\x47\x37\x75\x0a\xde\xc1\xa7\x31\x70\x07\x2a\xb4\x11\x5f\xca\xac\xd7\xf3\x1d\x9e\x1d\xd0\x18\xe2\x38\x26\x61\x45\xa4\xe8\xe5\x02\x71\x01\xd2\xd9\xf8\x2a\x94\x4b\xc7\xfd\x47\x35\x12\xfa\xa7\x34\x10\x80\x44\xbb\xa2\x04\x2e\xc0\x42\x75\xb8\x5b\x7c\xa4\xdc\x51\x91\x57\x55\xdc\x34\x0f\x10\x10\xeb\x42\xea\xe8\xc5\x4d\x45\xae\x5a\x8a\xab\x27\x0e\x01\xda\x32\x59\x89\x07\xda\xb2\x57\x89\x41\x42\x28\xad\x43\x37\xe2\x82\xe9\xda\x58\x4d\xc7\xf0\x29\x0a\xca\x91\xd3\x08\x53\x1b\x2a\x45\x57\x38\x55\x7b\x30\x76\x9f\xea\x0b\xd6\x5e\x45\x81\x21\xa5\x61\x35\xc6\xff\x7e\x4a\xe1\x41\x48\x94\x4e\x17\x2a\x93\x68\x33\x71\x2e\x90\x8f\xb9\x3f\x39\x1b\xed\xb2\xaa\x02\x20\x32\xc5\x84\x5e\x80\x37\x56\x5d\xde\xe4\x6b\xa2\xf5\x7a\x72\x52\xc1\x31\x85\x80\x2b\x52\x7e\xf0\xe8\x7b\x7d\x1a\x8a\x65\x9f\x2d\xfa\x88\x83\x2c\x4f\xc3\x31\x51\xa5\x48\x36\x37\xbd\x46\x27\xa2\x9e\x19\xd5\xa8\xf1\xd5\xd4\xf0\x90\xe2\xd0\x90\x4c\xe0\x3d\x12\xf7\x17\xd1\x67\x9a\xda\x02\x74\x4d\x73\x0a\xa3\xae\xa8\xd1\xe2\x02\xcd\x34\x0e\x0c\x4f\x23\x11\xf9\xe9\x32\x85\xe8\x75\xe2\x4e\x00\x27\xbb\x0f\x6b\x00\x4e\x0a\x9f\xb3\x80\x9b\x8c\xe6\x7c\x47\xe9\xa5\xb5\x6f\x01\x35\xc9\xf7\xab\x0f\x81\xa0\x13\x12\x51\x7c\x8c\xb1\xc9\x03\xb9\x3a\xed\xd4\xd5\x85\x60\xf7\xac\x4e\x83\x93\xa6\x38\x8d\xaf\xc3\x71\xe4\x00\x7e\xec\x82\x89\x2f\x06\xd5\x53\x24\xa3\xd5\xe9\x6a\x95\x6c\xef\xbc\x66\x29\xbf\xd6\xea\xdc\x8b\xaa\x29\x38\x90\x8a\xb3\xf2\xfd\x3c\x55\x0f\xbd\x2a\xe9\x60\xc4\xb8\x7a\x2d\x4f\xd7\x8f\x96\xba\x6d\xc4\x1a\x3c\x6d\x83\xff\xd0\x4a\x35\xa2\xec\x75\x5d\x4d\xe7\xc3\xb3\x3d\xbb\xd4\x45\xb3\xb9\x1a\x4e\xdc\x41\xf5\x77\xd8\x52\xab\xbf\x43\x68\xcf\xea\x9c\x14\xcf\xea\x05\xdd\x60\xcf\x77\x50\x07\x3c\x34\xd0\x99\xda\xf8\x0d\x90\xbe\xc5\x68\x7d\x3e\x5f\x77\x6c\x67\x3e\x8c\x12\xff\xd8\x14\x8e\x70\x31\x78\x9f\xec\x87\xab\xd3\xbe\x2d\x65\x85\xb1\xfb\x7c\x86\xee\xbc\xca\xa6\xd3\x40\xa7\xed\x5b\xa7\xc6\x4e\xdb\xf7\x70\x15\xb2\xe0\xab\x57\x7c\xca\x6b\x9a\x53\xf8\xc8\x42\x72\xa9\xb8\xda\x36\x5c\x3f\x74\x9c\xe4\xb6\x61\x47\x1a\xce\x09\xc3\xb8\x36\xda\x2e\x6b\xa6\x5b\xf3\xe1\xc3\x24\x4c\x1c\xb4\x8b\xd3\xba\xbd\x06\xef\xb6\xa9\xc3\x40\x4d\x3a\x4e\xd0\x1a\xb4\x66\xda\xbc\x33\xf8\x74\x78\x31\xd5\xf9\x62\xb9\x28\x38\x0c\xa7\x8b\x81\x5b\x42\xc7\x0a\x85\x06\xfc\xb5\x18\x3e\xc6\xef\xac\x7c\xf7\xdd\x59\xd9\xa9\x26\xea\xcd\xd7\x8c\x45\xe1\xbe\xde\x30\x05\x9f\x85\x74\xce\xc1\x2b\xf4\xd9\x14\x9c\x2b\xae\x8f\x10\x05\x09\x47\xc6\x05\xb4\xb1\x63\x48\x18\x0f\x51\x98\xa8\xe9\xef\x78\x09\x42\x1d\x0c\x75\xc2\x1f\xe2\xb6\x98\x54\xeb\x41\xc3\x7b\x76\x31\xbc\x84\xe4\x62\xa8\x2b\xb8\xfa\x1b\x94\x4a\xc1\xa2\xd1\x1d\xbc\xc5\x18\x81\xde\xd6\x87\x6f\x6f\x88\x82\xea\xe4\x61\xe2\x55\x0e\x8f\x36\x6f\xbc\xe9\xf0\x33\x74\x77\xc3\x39\xe1\x2e\x10\x97\x12\x19\xe9\x23\xd5\x20\x98\xdd\x8a\x1d\x70\x92\x39\x3d\x85\xa2\xd9\xc5\xc5\xb0\xd9\x4e\xc3\xd2\xef\x1e\x7c\x2e\x1a\xc5\x69\x5d\xc0\x50\x76\x8b\x71\x40\x28\xfb\xf4\xb0\x61\x2b\xf0\x96\x36\xa8\x0f\x6a\x7d\x03\x5e\xd9\xa7\xd9\x8b\xf1\x0a\x3d\xf7\xd8\x0c\xa6\x79\x86\x6f\x61\xca\xd3\xb9\x06\xa3\x5b\x59\x01\x04\xda\xb2\xdb\x2a\x68\xb4\xa5\x86\x18\x8b\xc6\x66\x4f\x80\x2d\xfb\x34\x0b\x63\x7f\x98\x4f\x29\xbc\x10\x45\x0a\x60\xcb\xee\x6d\x6b\xf2\x5a\x9b\x8e\x64\x8c\x89\xd8\x84\xe4\x5f\x53\xcf\x9b\x98\x82\xd9\x33\x5c\x0c\xf4\x89\x27\x8d\xee\x89\x70\xa9\x18\x7f\xb5\x14\x6f\xe3\xa6\xa6\x8b\x64\x7c\x7e\x7b\x28\xc4\xed\x9a\x7c\xa5\x44\x1c\x36\xc9\xe0\x53\x26\x2b\x00\x2c\x73\x72\x25\xb4\xfa\xbb\x1f\x41\x4f\x4a\x88\x82\x43\x42\xac\x32\xf9\x30\x89\xf8\x9d\x8f\xe4\x66\x89\x17\xbd\x92\xeb\x11\x9f\x8c\x8c\xf7\x7c\x48\xc6\x71\x15\x50\x78\xa7\x73\x42\xe1\x75\xbb\xa1\x70\xa6\xef\xdf\x9e\x3d\x59\x19\x32\x4b\xa2\x60\xf2\xa5\x12\xad\x37\x86\x62\xec\x82\x07\xac\xc9\xab\x73\x9e\x0f\x1c\x73\xda\xd4\x46\x31\x79\x3f\x4e\xab\x83\x48\xcc\xa6\x0b\x72\x6b\x72\x09\x74\x8f\x24\xcd\x4f\xd3\xa9\xbc\xe9\xa6\xe5\x02\x78\xa5\x6f\xc8\x2d\xa0\x2b\xb3\x62\x61\xad\x49\x03\xa7\x59\x80\xa6\xfe\x62\x0a\xfe\x0a\x29\x0d\x08\xb8\x98\xfb\x53\xca\x9b\x76\x49\x17\x03\xf3\xb6\x04\x35\xd0\x93\xd9\x87\xb0\xe0\xe5\x22\xc9\x0a\x60\x27\xc7\xec\xa6\xe0\xa1\xa8\xce\x09\x83\xbd\x36\xd1\xa0\xd4\x16\x5c\x62\x05\x2d\xf6\xda\x37\x83\x16\xfb\xe6\xac\x68\x37\x9d\xfd\x2b\x08\xc1\x28\x6e\x0c\x2c\xf6\xd5\x69\x50\x4d\x9b\xcb\x84\x8d\x5e\xda\x59\xd0\x2a\xaf\xdd\x3e\x70\x61\x68\xca\x8e\xc0\xb0\x8d\x53\x8a\x10\x20\x92\x43\x71\x4f\x96\x20\x92\x0a\x5e\xb1\x18\xc5\xd1\xcb\x11\x51\x1c\xc7\xd4\x6a\x08\x86\xea\x92\x06\x05\xf8\xa4\x6f\x32\x2f\x86\x74\x6c\xba\x91\xb8\x00\x9f\xcc\xfd\x69\x0d\x3c\x0d\xd5\xad\x41\x2f\xba\xab\x60\x20\x2f\x7f\x87\xa9\x28\xae\x02\x3e\x37\x8f\x1a\xa3\x2a\x69\xee\x09\xb2\x6c\x5d\xcb\x2f\xa8\x8b\x17\x53\x44\x3a\x78\x12\x17\xa7\x46\x5d\xa4\xd3\xcb\x63\xba\x38\x33\x4e\x63\x34\x32\x53\x7c\xf0\x73\xb8\x18\xb2\x94\xeb\x60\x17\xd5\x54\x86\x38\x8f\x64\x12\x7d\xd4\x62\x60\x64\xc8\xf9\x34\xee\xa6\x1c\x57\xb7\xe8\x11\xf3\xc0\x6d\x75\x4b\x23\x07\x7c\xbb\xf5\xe5\xa0\x09\xdf\xa3\xca\xd0\xd3\x42\xfd\x2d\x40\x25\x67\x75\x97\x69\xc2\x37\x4f\x23\x14\x4a\x75\x97\x79\xb3\xc9\x8c\x43\xad\x65\x76\x7f\xf8\x41\x8d\x6c\x1c\x61\x92\x75\x4a\x8b\x22\x4c\xb2\x09\xbf\xb8\x00\x93\x9c\x0a\x7a\xb0\x80\x92\x9c\x0a\xb2\xb0\x08\x8b\x6c\x56\x23\x17\x5f\x91\x12\xac\x7c\x01\x08\x39\x75\x7d\x7d\x01\x07\x39\x15\x66\x61\x2d\x42\x8b\xb4\x72\x17\x7d\x4f\xc4\x44\x2d\x80\x22\xa7\xf0\x14\x0b\xa0\xc8\xb0\x16\xbd\x88\x7f\x0f\x37\x07\xf6\x7e\xfb\x09\x00\x91\x9c\x0a\xd4\xbc\x10\x8d\x72\x56\xb7\x8d\xb7\x94\xaa\x29\xc6\x65\xaa\xfe\x90\x32\x66\x8a\x62\xe4\xd2\x66\x72\x61\xb0\x4c\x6d\xd4\xa8\xa6\xd2\xa1\xa5\xc5\x0a\xe8\xe4\xac\xcf\x77\xf0\xfd\x14\xb7\x06\x9d\x12\x27\x2d\x5a\x9a\x46\xfb\xfe\x45\x97\x45\x8c\x65\x13\xf2\x6c\xe1\xa9\xe4\xa9\x50\x12\x8b\x88\xcb\xb0\xf9\x80\xcf\x23\x0b\xae\xb7\xf8\x3e\xb2\x62\x59\xac\x85\xc3\xaa\x6d\xfc\x8b\x1e\x2d\x0f\x39\x64\x77\x24\x37\x9d\xf7\x50\xfb\xd3\x5a\x72\x96\xbf\x44\xbf\xaa\xd3\xd8\x2f\xa5\x31\x3e\xb7\x96\xef\x92\x1f\x41\x85\xe2\x8e\xd3\xd3\x0d\xdc\x71\x12\x5e\x6d\x01\x87\x19\x3e\x7f\x01\x87\xe9\x80\x20\x8b\x8f\x37\xfb\x38\x02\x18\x66\xd8\x46\xb6\x70\x76\x15\xd2\x61\x01\x94\x19\x3e\xfe\xe0\x21\xe7\x10\xbe\x68\x21\x30\x67\x24\x73\x03\x6e\x01\x36\x73\x3c\x83\xaa\x0e\xe7\x84\xa3\x66\xb8\x06\x78\x46\x24\x01\x01\xe5\x0c\xdb\x3e\x00\xe5\x2c\x02\xb4\xaf\xcd\xd7\xbf\xb5\xe2\x09\xe5\xac\x56\xdb\xf1\xcc\x73\x08\x03\xb1\x80\xe4\x0c\x21\xc1\x16\x42\x78\x86\x00\x8a\x6b\xf3\x5a\x54\x71\xa1\xb8\x16\x35\x9c\x86\x2e\x89\xa5\x80\xdc\x0c\x41\xb4\xd6\xa6\x03\x6d\xb8\x4c\xf8\x9e\xc4\xdf\x7c\x2e\xba\xd9\x3e\xbd\x27\xd1\x3c\x72\xfe\x30\xf4\x67\xd8\x54\x41\x58\x67\x17\xd2\x75\x21\xda\x67\xd8\x83\xbc\x89\xec\x93\x06\x08\x50\x67\x15\x1c\x7c\x6d\xe2\xfc\xa4\xf3\x21\xda\x67\xcc\x27\xe7\x69\xb9\x90\x15\x0b\x88\xcf\xb0\xce\x8b\x57\xa9\x43\x8e\xf7\x45\x00\xe8\x7c\xca\x84\x79\x32\xb9\x76\xf8\x46\xa4\x63\x12\x02\x6a\x85\x1f\x18\xd0\x7a\xb9\x4c\xdc\x7d\xb2\xc2\xbf\x17\x5c\x23\xcf\x77\x95\x52\x4b\x85\x2e\x76\x50\x83\x0a\xcf\x83\x50\xfe\x0b\xef\x5b\x87\xd5\xd8\x2d\x03\x8f\xbf\x43\x97\x24\x44\x19\x4e\x54\x80\x88\xb5\x01\x2b\x9c\x4f\x29\xec\x92\x4b\xa1\xc5\x55\x0d\xe5\x2d\x29\x5b\x37\x36\x43\x57\xd8\xb6\xcd\xe7\xae\x6d\xdf\x62\xa8\xd1\xcb\xce\xde\xcd\xa7\x5a\xa4\xe3\x6e\x3e\xd5\x62\xeb\x17\x23\x8f\x5e\xf5\xf9\x94\xaf\xa3\x7b\x78\xb0\xad\x5c\x3e\x0c\x1b\x77\xaa\xed\x7a\xf3\x56\x4a\xb8\x0d\x74\xf9\xb8\x6b\xd8\x4a\x9a\x1d\x42\x5b\x16\x63\xcd\x2c\xc3\x93\x5e\x36\x01\xbc\x78\x0f\xc5\xa7\x40\x3e\x77\x7d\xf9\xf4\x8c\x07\xae\xd3\xe5\x83\xee\x4b\x2f\x14\x67\x17\x35\xd1\x0a\x97\x44\x37\x4f\x15\xc5\x16\x76\x51\x70\x51\xc9\x50\xcf\xb8\xa7\x53\xaf\x1b\xac\x97\x1e\x25\xd6\xe4\xbf\x88\x41\xb4\xbb\x1a\xc1\x4e\x53\xd3\x6b\x1a\xeb\xa5\xb7\x5c\x24\x42\x5e\x74\x4a\x58\x87\x24\xca\x75\x46\xfe\x3e\xa6\xd3\x7a\xd1\x4c\x74\x69\xc3\x79\xe9\x71\x17\x49\x8e\x57\xc8\xc5\xa2\x36\xea\x75\x17\x69\x99\xc6\xc4\x8a\x41\x5f\x8c\x8c\x3f\xfc\x29\x2f\x73\x54\x7f\xfa\x61\x9c\x4e\xd5\xa3\x5b\x2a\xda\xa0\x5f\x0a\x28\x27\xe1\xc9\x68\xa8\xc9\xee\x0f\x84\x43\x6d\x0a\x82\xbd\x5e\x34\x10\x29\x50\xc0\x7a\xf1\x62\x8a\xee\x75\x2f\xc6\x4a\x4d\x76\x29\xf0\x91\xee\x64\xd3\xf8\x8b\x4f\xc1\x74\x7f\xba\xb9\xc0\xdc\x88\x17\x3f\x75\x13\xdf\x74\xe6\xb8\x4d\x37\x53\xd5\x1f\xfa\x40\x84\x5f\x5d\x80\xda\x36\xfb\xca\x88\xb5\x4d\x76\xd0\x00\x5e\x5b\x6d\x27\x66\xb4\x54\xc5\x4b\x5c\x7c\x6e\x3b\xdb\xbd\x04\x04\x6d\xeb\x1a\xb4\x37\x35\x1e\x05\x52\x5b\xc0\xcc\xb6\xae\xed\xff\x4d\x1b\xb6\xc2\xdf\x2f\x3e\xaa\xed\x7b\xf1\x8b\x10\xda\xa1\xcb\xde\x8b\x10\xda\x62\xaf\x2b\x9f\xd5\x2e\x76\x0a\x10\x44\x5b\x75\x93\x74\xbd\xf5\x18\x70\x31\xa9\x07\x8e\xb3\x48\x4a\x65\xad\x67\x3e\x98\xed\x2f\x81\xb8\xd1\x1a\xc3\x73\xd9\x16\x90\x7a\x2d\x5b\xe2\x99\xef\x5c\xeb\x0e\xfd\x62\x34\x53\x85\xc9\x58\x84\xc9\xda\xae\x2d\x5c\xac\x16\x09\x5f\xaf\xb6\xae\x24\x94\xac\xb6\xa0\x37\x23\x62\xe9\x7c\x48\xcc\xac\x5f\xe2\x5b\x6f\x87\x55\x57\x1d\x8c\xfb\x13\x4e\xc4\x59\x36\x5c\x2a\x80\x77\x4f\x39\xbc\x99\xd7\xdd\x00\x68\x80\x32\xd5\x01\x27\x9b\x9f\xce\xe3\xaa\xb4\xe1\x1f\x6f\x02\xc8\x74\x8e\x44\x7c\xd3\x62\x18\x07\xe3\x9b\x56\xeb\x1f\x6f\xa2\x11\xb2\x13\xa9\xf3\x79\x70\xa0\x48\xcc\x27\x11\x3e\x65\xa9\x23\x80\xcd\x36\x8b\x43\x06\x46\x4d\xdd\x63\xcc\x0b\x49\xbd\x39\xf5\x0d\xe6\xd1\x00\x1c\x71\xd8\x6c\x4c\x02\x4e\x56\xf7\x61\x17\x5f\xa9\xf6\xca\x24\x68\xd6\xc8\xff\x05\xd4\xac\x37\x4b\xbe\x52\xed\x15\x8e\x57\xaa\x15\x15\x65\xe1\xe9\xe9\xe8\x2e\x1e\x0d\x6b\xa6\x38\xf7\xce\x08\xdb\x77\x35\x45\x37\x2d\xb9\x94\xe8\xd9\x69\x0d\x9f\x71\x58\xed\xe8\xbe\xc9\x77\x12\xef\x7a\x6b\x5a\xe7\x7f\xbe\x35\x3d\x43\x03\x03\x30\x6d\xb2\x4e\x7b\xf3\x2d\x4b\xad\xa9\x9b\x4a\xb4\x44\x18\xe3\xb0\xfa\xdc\xc2\xa7\xa7\xad\x97\x12\x4c\x6b\x3d\x99\x4f\x4f\xf7\xee\x2a\x88\x97\x95\xa0\x17\x5e\x56\x0c\x75\xf3\x71\x0f\x6d\x53\x37\x0d\x77\x5a\x3d\x0c\xbc\x6a\x64\xc6\xcd\x20\x3f\x33\xbe\x97\xdb\x08\xca\xda\x6d\x60\x50\x10\xd6\xe1\xd1\x27\x0b\xcb\x8e\x84\xa8\xab\x23\x7b\x6c\x18\xf4\x47\x52\x0d\x71\x55\x73\x72\xdb\xf8\x2e\xb0\x7b\x81\xf7\x2a\xf5\x4e\xc6\x02\x1e\x37\xeb\xd9\xd8\x05\x3c\x6e\x4e\xee\x05\x36\xf1\xb0\x4b\x09\xf0\xdc\xac\xf8\xde\x0b\xf0\xdc\xac\x87\x5b\x17\x60\xb5\xd9\xfe\xe8\x0f\xe1\x8a\xdd\x14\x0c\x05\x9a\x6e\x82\x6c\x75\x57\x69\xf1\xc1\xea\x9e\x9e\x44\x40\x47\xc5\x0b\x1f\x22\x12\xc5\x44\x1f\xda\x37\xc4\x96\x80\xdc\x66\x6b\x89\x1f\x9e\xf5\xba\xbf\xc3\x59\x4f\x1b\x0b\x10\xb7\xc5\x00\x2a\xc4\x67\x9d\xc2\x8e\xaf\x0f\xe3\x53\xb8\x76\xdc\x75\x36\x9c\x0a\xd1\x5a\xa7\x9e\x99\x59\x1f\x1d\xf5\x9c\x93\xeb\x5e\x6d\xe1\x51\x4f\x3c\x03\x34\xee\x59\xa0\x4e\x84\xb2\xed\x4e\xf0\x8e\xbe\xae\xda\x2f\x06\x67\x0d\xa3\x8b\x00\xc7\xad\xba\xf2\xb9\x80\xc6\xad\xc6\x6d\x7c\xa8\x6e\x3a\x8d\xea\xa6\x76\x9b\x0f\x1d\xbc\x92\x3b\x40\xe3\x86\x0d\xb3\x1f\xba\x7b\x25\x77\x01\xb8\xad\xd7\x93\x46\x95\x59\xb5\x43\xbf\x34\xc4\x84\x11\x5a\x85\xeb\x5f\x08\xd1\x5a\x0d\xa6\x01\x34\xb7\x1a\x85\x03\x30\x6e\x35\xc8\x85\x60\xdc\xa4\x10\xf4\x0b\x60\xdc\x6a\xf7\xe9\x87\x81\x53\xba\xa7\x66\xf3\x86\x9e\x13\x71\xe1\x4d\x02\xf2\xc3\x07\xff\xd5\x18\x1c\xa6\x3c\x4d\x9b\xbe\x6e\x6e\x7a\xfb\x92\xcd\x76\x8a\x82\x65\x8f\x5b\xc0\x06\xc2\x35\x2b\x16\xf6\xbe\x78\x41\x5e\xbe\xbb\x7d\x91\x85\x58\xdf\xbe\x78\x4b\x89\xd2\x72\x13\xd4\xaa\x3d\x79\x5f\x34\x17\x90\x9f\x37\x80\xab\x55\x40\x97\x0d\xe0\x6a\x95\x4f\x60\x5f\x74\x5e\x28\x89\x6f\xdc\x64\x53\x67\x19\x50\x79\xde\x80\xb4\xf6\xcb\xe5\xeb\xcc\xe3\x0a\x18\xb2\x4f\x06\x9a\x7d\x31\xea\xfd\xa5\x96\x81\x9f\x9e\x9c\x10\x6c\x55\x95\xcb\x3d\xe1\xa1\xe0\xdd\xc9\x39\xfd\x21\x8e\x92\x55\x5f\x2e\xa2\x2a\x9b\x1a\xc7\xfd\x58\x03\x43\x39\xd7\x5d\x2c\x4c\x5b\x49\x23\xba\x18\x82\xdf\x49\xf0\x38\x56\xcd\x04\x43\xa0\x3e\x35\x70\x43\x10\x85\x10\xbd\xba\xdf\xb1\x2f\xee\xa9\x59\x83\x81\x63\x86\x9c\xa8\x1b\x90\xd2\xa6\xb7\x18\xf6\x45\x36\x50\x05\xb8\xae\xd6\x4d\xac\xd3\x2c\x67\xc3\x8b\x6c\x9e\x3d\xd8\xa2\x9e\xd2\xa5\xe1\x89\x12\x62\x08\x14\xc0\xa4\xbd\xc6\xf7\x1a\xf5\x66\x80\xd1\x2a\xc6\x62\x80\x51\x59\x3a\x76\x92\x1f\x6c\x98\xe4\xeb\x21\xdc\x4f\x37\x03\x8e\x0a\x52\xb7\x13\xaf\x99\x70\x9f\xda\x0c\x37\x2a\x9c\xdc\x4e\x08\x2c\xa6\x57\xac\x37\xb0\xa5\x59\xa1\xd4\x77\x22\x8f\x48\xb9\xd8\x89\x6f\xad\x85\x13\x29\xc5\x9b\x28\xf8\x02\xb8\x4f\xed\x44\xeb\xff\x93\x13\x06\x46\xcd\x43\x62\x08\x85\x91\x34\x1c\x84\x8d\x34\xb5\x46\x52\x45\x1f\x4a\xaa\xa8\x6d\x4b\x87\x25\xd5\x81\xcb\xb5\x7a\x4d\x63\x03\xeb\xd9\xa4\xa3\x6d\x06\x18\x2d\xb2\x7d\xed\xc4\x8b\x6d\xee\x23\xc2\x38\x27\x7d\x47\xa7\xac\x52\xe0\x50\xba\xdc\x16\x5e\x65\xd3\x5a\x65\x98\xd0\x10\x9c\x6c\x03\xda\x19\xee\x12\x71\x02\xc9\xdf\x01\x1a\xa0\x0a\xb2\x04\x00\xed\x19\x3b\x13\x24\xd4\x9c\x48\x5e\x0e\x51\xb8\x8e\xa6\xea\x81\x9f\x74\x30\x89\x9d\x79\x1d\x4d\x8d\x61\x48\x4f\xc5\x82\xda\x0c\xe9\xa9\xc0\x7c\x3b\xcb\xe9\xcf\x05\x99\xa9\xe9\x50\xe7\xda\x00\x4c\x76\x45\x17\xdc\x0c\xd3\x29\xef\xc5\x46\x94\xce\xae\xe8\x73\x9b\x08\xc9\xa9\xf3\xcd\x26\x42\xd2\x6f\x96\xef\x2c\xd8\xef\x70\x25\xa7\x01\x0a\xd4\xbf\xb3\x64\x40\xf8\xd3\x0f\x12\x45\x31\x64\x6d\xa8\x1c\xfa\x65\x5c\x2a\x04\x42\x93\xe4\x04\x5c\xb2\x37\xb1\x69\x66\xc8\x5a\x71\x14\x83\x74\xea\x8a\xd5\x06\x74\xb2\xb7\xe4\x1a\x06\xd2\x5c\x26\xd6\xb2\xc4\x13\x83\x74\x56\x8f\x14\x64\x47\xbb\x5c\xe6\xa6\xf9\x4a\x14\x7c\xc7\xa1\x99\x59\xec\xa0\x46\x11\xec\xa4\x07\x2d\x76\xe6\x7d\xb7\x50\x99\xb8\xef\xa6\x67\x02\x36\x21\x94\xd5\xf3\x4b\x27\xbf\xe7\x90\x6e\xfd\xd0\xa0\xc1\x43\xd9\x2e\xd5\xce\x2b\x6d\x92\x8d\x8c\xbb\x29\x0b\xf4\x26\xb6\xb2\xeb\x05\xc9\xad\xa8\x98\x7a\x6d\x63\x17\x99\xb2\x25\x33\x00\x82\xec\x72\xa6\x6c\x60\x20\xbb\x9c\x12\x1b\x18\xc8\x2e\xff\xd0\x06\x04\xb2\xcb\xeb\xb3\xf1\x24\x72\x97\x6b\x65\x03\x0f\xd9\x65\xf6\xdf\x45\xd2\x24\x44\xc1\xd1\x29\x86\x66\x18\x4c\x99\xb5\x37\xb0\x91\x5d\x0e\x82\x5d\xf4\xde\x8e\x0b\x25\x96\x57\xa3\x0f\xf4\xe3\x59\x5e\x6a\x0d\xce\x78\xf2\x3a\xed\xc2\x2b\x6c\xda\x1b\x0a\xaf\xb0\x15\xa7\x91\x51\xd5\x43\x5e\x61\xab\x2e\x94\xed\x76\x99\x68\x69\x75\x4e\xb6\x54\xfd\xb5\x2a\x6d\x12\x6a\x67\xfa\x0d\x32\xba\x2c\xc9\x61\x55\x09\xf7\x89\x02\x34\xef\x22\xed\xd9\xa5\xbe\x21\x31\xd5\x7f\x9c\xff\x72\x98\xa2\x82\xe1\x06\x40\x99\x56\xf0\xf2\xad\x00\x9a\x62\x62\x00\x1f\xb3\xc2\x9c\xef\x42\x20\xae\xdc\x37\x1b\xcf\x17\x67\x85\x32\xdf\x65\xe3\x14\x20\x2e\xc6\x5b\xc6\x5d\x2e\x99\x8d\xa7\x8c\x47\xd1\xfa\x02\x7e\x32\x2b\x94\xf8\xe6\x53\xc6\x21\xd3\xe2\x66\xb0\x4d\x45\xeb\xde\x0a\xb6\x29\xc6\xc5\xcb\xc5\xa3\x68\x79\x33\xf4\xa6\xe2\x9a\x6f\x46\xd0\xec\x1a\xe3\x2a\xdd\xc7\x69\x70\x9e\x11\x29\xb7\x19\x17\x73\x4a\x48\x56\xba\x00\x87\xbf\x43\xdc\xc7\xe6\xfa\xe0\x3c\x93\xe4\xa9\x7a\xd2\x69\xa8\x18\x6c\x5f\x5d\x42\x8b\x71\x31\xe7\x34\x05\x3d\x9f\x1a\xf3\xae\x84\xca\x15\xf1\x66\x65\x40\xc1\xe6\x52\xd1\x52\x29\x3c\x8c\x92\xd9\xfb\x53\x0e\xd4\x34\x49\x4d\xc6\xcc\x9c\xda\x85\x2b\x5c\xd9\x52\xc3\x77\xa5\x0f\x70\xf8\x3b\x9e\xf7\x5d\x05\xba\x31\xd5\x1a\xfa\x00\x87\x29\x1c\x57\xa4\x2f\x54\x5e\x74\x9b\xaa\x81\x17\xdd\x24\xf9\x2b\x7d\x7e\x43\xf5\x21\x08\xa7\x1e\x0e\xdd\x0c\xc2\x69\xcd\x05\x41\x38\xc7\x1c\xfe\x8e\x7d\x70\x99\x8c\x92\xe6\x2e\xd1\x30\x31\x4d\x7d\x18\x84\x5a\x79\xe9\xd6\xf3\x78\x03\x51\x59\xdd\x0b\x3c\x7c\xa0\x73\xf4\xae\xbc\xde\xe3\x89\xc2\xf5\x1e\x79\x03\x76\xe5\x45\x37\xb7\x86\xd7\x7b\xb4\x5f\x54\x7a\xbf\x3d\x4e\xf4\x0d\x4e\xf5\x90\xd7\x7b\xa6\xfa\x44\xd7\xe0\xd3\x16\x28\xcc\xd3\xdf\xe1\xcc\xe5\x51\x83\x3e\x36\xc2\x1d\xe6\x65\x1f\x71\x1b\xf0\x9c\xb3\xf2\x88\xbb\x11\x76\x73\x0a\x25\xb5\xdb\x64\x97\xaa\x28\x74\x49\x3c\x0b\xac\xe7\xb4\x76\xd6\x78\xd1\x5c\xaf\x2a\x6f\x84\xd6\x2c\xf2\x54\xec\xc6\xa0\xc3\xb2\x22\x6c\xe0\x42\xa7\x1c\x25\xbb\xd1\xc5\xa1\x6d\xa1\xf1\x20\x39\x9c\x13\x07\xc9\x6c\x0a\x47\x47\x4d\x70\xe3\xd1\x51\xea\x50\xe3\xd1\x51\x6b\xa6\x31\x96\xa1\x58\xb6\xd1\x13\x28\x36\xf1\xfb\xc9\x12\xa0\x7c\x3f\xb9\x0b\x5f\xb9\x1b\x2f\xb3\x4d\x97\x0a\xbb\xa6\x30\x36\x1b\xe1\x33\x43\xe6\x97\x0d\xa0\xa8\x23\xec\xef\xc6\x2b\x3c\xda\xeb\x1a\x2f\xed\x68\x23\x00\x6a\xd4\x4f\x3d\x6f\x3e\x7a\x2c\xd3\xcc\x06\x86\xb4\x34\x8f\xdb\x62\xf7\xd5\x18\x38\x15\x64\xe0\xd9\x8d\xc1\xd6\xc4\x6d\x44\x8d\xce\xf4\x1b\x9e\x1d\xdf\x7c\x22\x59\x48\xc0\xdd\x18\x88\xad\xb9\x1c\xbe\x8b\x29\xed\xad\xd1\x48\xa6\x93\x56\xb3\xd6\xe7\x2f\xe1\xe1\xd1\x46\xd4\x70\x42\x14\x54\x60\x03\x3a\x9a\x66\x78\x38\x80\x40\x9f\xcf\x87\xf0\x87\x78\x18\x89\x40\x2f\xce\x09\x17\x8f\x76\x57\x80\x47\x43\x18\xab\x4d\xf0\xa8\x70\x0b\x9b\xe8\x51\x21\xc3\x36\x10\xa3\xd5\x0a\x29\x20\xa3\xa9\xe9\x7d\x8d\x8d\xb0\x9b\x21\x54\xc1\x46\xd4\xcd\x2a\x53\xfc\x46\xd4\xcd\x98\x0f\x85\x3e\x3d\xc5\xb0\x4f\x2e\x85\x5e\xd1\xe1\xac\xe8\x85\x76\xfe\xce\xf7\xe3\xe5\x71\xdb\x04\x94\x5e\xd5\xad\x0b\x3a\x3e\xd4\x65\x40\x4a\xab\x2e\xbb\x6c\x04\xd0\x4c\x57\x75\xf3\x42\x9a\xbd\xda\x10\x74\xd5\xb8\x2b\x0c\x9f\x51\xdd\xa6\xe0\x8d\x16\x8f\x09\x5c\x05\xba\xdf\xb2\x89\x2a\xbd\xaa\x7b\x13\xf2\x84\x28\x55\xf7\x73\x34\x63\x5d\xf7\x73\x34\xd7\x00\x96\x9e\xcc\x1a\x7a\xd9\xda\x24\x40\xf9\xb8\x73\x12\xee\x71\x0b\x31\xaa\x8b\x1e\xbb\xeb\x5d\x8e\xe6\x92\xe9\xdd\x68\xae\x97\x01\x91\x3c\x16\x3c\xa5\xfa\xe4\xd8\x15\xba\xaa\x99\xa4\xb7\xa3\xb9\x5e\xda\x36\xb4\xa7\x75\xc5\xae\xd2\x12\xec\x7c\x9e\xc3\x87\x94\xae\xe0\x55\xda\xc7\xba\xde\x5a\x93\xd8\xe3\x2b\xcf\x49\x71\x8e\x76\xa7\x75\x78\xb8\xbf\x0c\x5f\x25\x38\xff\x06\x94\xb4\x29\xfa\xeb\x56\xd0\x4d\xdb\x00\xba\xac\xc5\xa6\x5e\xa0\xd4\x60\x58\x87\x15\x7c\x76\x03\x1f\x9a\xb2\x3b\xa7\x28\x9b\xe5\x21\x71\x49\x41\x71\x8d\x36\x1f\x8c\xce\x9e\x01\x40\x3d\x9b\x8f\x86\xc4\x76\x16\x9f\xe2\x00\xe7\x6c\x7a\x63\x68\xf3\x6d\xe7\xa2\xab\x76\x9b\x98\xcd\x22\xa4\xd8\x06\x68\xb3\xf9\x1c\x09\x98\x66\x93\xad\x6a\x0f\x3e\x4e\x20\xc0\xd9\x06\x6a\xb3\x79\x7f\x63\x78\xcb\xde\x25\xff\x09\xe2\x2c\xa5\x38\xef\xfe\xf1\xa5\x78\x96\x9b\xc8\xcc\xea\xfa\xcf\x02\xd7\xd8\x21\x60\x65\x97\x19\x6f\x13\xa5\xa9\xf8\xe3\x1b\x28\xcd\x54\xdc\x27\x6e\xfc\x1e\x3a\x79\x21\x44\x9c\x3d\x52\x2b\x02\xc1\x2b\xa7\x07\x0d\xd7\x76\xb5\x43\x10\x85\x29\xd3\xe6\x06\xd0\x32\xeb\x7d\x94\x3d\x88\x54\x10\x6f\x00\x2e\x39\xdc\x28\xbe\xf0\x99\x3d\x26\x60\x05\xb9\xa7\x37\x10\x91\xdd\x0a\x26\x63\x4a\x26\x8f\x25\xce\xba\x5a\x13\x40\x39\xfa\xd5\x87\x3d\x69\xd2\x57\x1a\x22\x43\x86\x76\xce\x49\xdb\xc5\xb8\xbe\xc7\x82\xec\xa9\x63\xf0\x14\x45\x94\x69\x73\x1d\x3c\x07\x77\x51\x70\x00\x88\xb7\x18\x37\x52\x98\x9a\x4d\x58\x63\x57\x68\x85\x8d\x48\x91\xbd\x49\xbf\x06\xac\x31\x55\x17\x8a\xfd\x51\x38\xa2\x0d\x58\x63\x6f\x5a\x15\x93\x16\xff\x66\x2a\x90\xe6\x9c\x74\x7d\xb9\x4c\x1c\x27\xb5\x8a\xf9\x6c\xb4\x3c\xe0\x9b\x0f\x45\x0b\x60\xb0\x27\x71\xbb\x5a\xa4\x93\xd8\x5c\x69\x0a\x0c\x0b\x29\x4f\xfd\xc6\xd3\xcf\xa3\xe8\xac\x03\x2c\xe2\x50\xb8\xe8\x0d\xf0\x61\xd6\x93\x36\x7b\xf2\xa8\x91\xfc\xdd\xcd\x37\xd9\xf4\x21\x43\xa0\x6b\x8f\x9d\x0c\x41\x20\x9d\x4a\x48\x44\x4f\x14\x83\x0e\x48\x19\x9a\x0c\x7a\x2e\xb6\x9e\x62\x04\x53\x54\x1a\x39\x84\x00\x1b\x16\xc1\x59\x76\x50\xa5\x0a\xa7\xe9\x71\xb4\x2c\x12\x66\x6d\xed\x04\x41\xb0\x95\x1a\x0a\xb4\x61\x11\xd6\x65\x33\x12\x63\x55\xe0\xdf\x1d\x54\x9b\x34\x6c\x41\x64\x48\xf7\x87\x40\x86\x4c\x53\x40\x86\x74\x7f\x07\x1d\xa6\xbb\x42\x58\x28\xc5\x33\xc0\x10\x86\x8f\x8f\xc0\x10\x56\x79\xc6\x37\x20\x84\x55\x7e\xe5\xcd\x98\x8b\x72\x93\x6f\x20\x01\xab\x7c\xdb\x3b\xbc\x43\x39\x2b\xd1\x04\x4f\xaa\xcc\x23\x2e\xf6\x83\xfd\x4b\x79\xbd\x43\x4d\x91\xe9\x24\xea\x34\xc9\x88\x8b\xba\x4e\xba\x83\x08\x8f\x27\x27\x9d\xef\x3a\x18\x00\xd3\x77\xca\xe9\x22\x17\x65\xbb\x06\xe4\xf0\x4a\x53\x24\xe8\x1d\x72\x56\x7b\x42\xbc\xe1\x90\x21\x18\x2c\x31\x7b\x1f\x47\x78\xc4\xae\xb5\x81\xe0\x88\x56\x47\x82\xd7\xa2\xd5\xab\x4d\x93\xad\xaa\xe7\xad\x68\xf5\x82\xd6\x8c\xe6\xaf\xa8\xfd\xa9\xd9\xd8\x57\x9a\xcb\x38\x27\xc4\xa7\x08\x98\x57\xd5\x59\x06\x92\xf2\x98\x01\xbd\xe4\x03\x0a\x80\x7e\x4d\x8b\x10\xc1\x11\xbb\x37\xbc\xc5\x67\x1a\xb5\xcc\x97\xc2\x46\x49\xc0\x02\xe6\xd7\xe5\x5e\xd9\x84\xf9\x0d\x5d\x1d\xdf\x8b\x61\xa3\xba\xb3\xc2\x6a\xd7\x5d\x2a\xac\x76\xe2\x43\x86\x42\xd4\xf3\xdc\x7b\xd1\x6a\x27\x5e\x5b\x0c\x22\xd5\xdd\x36\x58\xed\xba\x5b\x43\x10\x80\xaa\xf7\x3d\x67\x55\x4f\xaf\xa3\x98\x94\x60\xbd\x19\x97\xf3\x52\xec\xa8\x6d\x34\x79\x74\x7f\x08\x47\xa3\xeb\xe7\x83\xf4\xc9\x14\xb0\xf4\x9a\x66\x3c\x1c\xdd\x6d\xa3\x5d\x12\x42\xbf\x41\x3e\x2f\x06\xed\xf1\xd0\x80\x0d\x85\xfb\xd9\xc0\xdf\x65\x3d\x90\xb5\x97\xa4\x97\x3a\x8c\xcb\x7d\xde\xf9\x96\xa4\x97\x7a\x08\xb3\x49\x71\x07\x29\xcb\xb2\x9b\x7d\x23\x4d\xcd\xde\x94\x9d\x9a\x0a\xc6\x5d\xd1\xb9\x6a\x49\xb0\xa9\x14\x46\x94\x18\xfe\x0e\x62\x4e\xbb\xc1\x22\xa8\x5a\x47\xc7\xc5\xf7\x69\x8a\xd6\x3d\xc0\x71\xd9\x2a\x30\x50\x6d\x45\x60\xbc\x8d\x70\x85\x61\x3b\xac\x30\x6e\xdd\x39\x71\xe6\xd1\xc0\x00\xe3\x56\xf4\x04\xf0\x16\xc6\x6d\xba\x14\xc0\x2d\xa5\x55\x08\xe3\xa6\x99\x00\xc6\x2d\xbc\xa1\x6f\x45\x88\x0a\x17\x83\x73\x84\x38\x58\xcf\x5b\x0b\xd4\xb6\x81\x71\x0b\x1b\xfb\xf0\xba\x75\xd8\xd8\xb7\x79\x71\xbe\x9a\xc2\xc5\x79\xad\x12\xa1\xdf\xa4\xd6\x08\xfd\x56\x9d\x86\xc3\x91\xb4\x1c\xa0\xdf\xc2\x26\x43\xa1\xdf\xb4\x78\x81\x7e\xab\x42\x50\x6d\xa0\xdf\xd2\x65\xdf\x85\xe0\x6f\xd2\x7f\x37\x35\xf8\xa7\xd9\xd4\xe0\x9f\xb6\x41\x3c\x4a\x70\x01\xff\x56\x05\xe9\xda\x5b\xfa\xbb\x1b\x47\xf1\x28\xde\x23\x00\x4e\xb8\xab\xbd\x89\xf4\xd1\x23\x08\x7b\x5b\x5a\x6a\xe4\xa4\xdb\x7b\xcc\xa5\xdb\x6b\x11\x6f\xbf\xb9\xe7\x5a\x5f\xd0\xfa\x54\x0d\x2f\x2b\x2a\x58\xc2\x26\x98\xad\xe8\x32\xc3\x06\x98\xad\xe9\x8a\xdf\x06\x98\xad\x79\x98\xa1\x7d\xcb\xd5\xbb\x89\x5d\x4b\x6e\x9e\x0c\xbe\x1e\xe7\x2d\x75\xc9\x24\xae\x4f\x78\x68\x79\xf1\x79\x3c\x0d\x00\x54\x43\xc0\x99\xbd\xa9\x9f\xb9\x7e\x38\x3e\x58\x0a\x60\x6b\x3e\x90\x02\xb4\xd6\xe5\x85\xde\x2f\xc6\x85\x95\x28\x7f\x31\x9e\x9e\x38\xf0\x45\x13\x72\xf7\x77\x93\xc6\x21\x51\xb8\xff\xa9\xdd\x13\x80\x35\xdb\xfe\x5e\x7c\xb1\x34\xd4\x2c\x02\xd6\xfa\x78\x3e\xbc\x99\xea\x1a\x11\xe2\x82\xfd\x7b\x31\xbe\x89\x56\x31\xd0\x6a\x36\x05\x02\x61\xe6\xe3\x37\x42\x2e\xfa\xbc\x0b\x74\x59\x57\x6c\x97\x0d\x70\x59\xc8\xda\x03\x68\x59\x57\x14\xad\x4d\x2c\x59\x72\x5d\xb2\x02\x8b\x2d\x80\xf8\xf2\xf3\xbc\xfb\x45\xdf\x81\x3f\xc4\xa1\x6d\x3e\x69\x30\x2d\x6b\xfa\x80\xe0\x1a\x8a\xe4\xb7\xf1\x38\x76\x56\xdc\xcc\x8d\x60\x89\xa3\x68\xb6\x5e\x12\x4a\xea\x1c\x03\x3e\x49\x31\x78\x49\xf7\x72\x4e\xd8\xef\xc2\xa5\x10\xa4\xf1\x1b\xde\xbb\xdd\x2f\xc5\xd4\xf4\xa0\x01\x07\x2c\x3c\xef\x7e\x13\xdd\xab\xe9\x04\x2a\x2c\x6c\x13\x07\x2a\x2c\x6c\xd9\x07\x0a\xac\x0a\xaf\xb7\x81\xfa\xaa\x02\x39\xee\x37\x83\x62\xdb\x5f\x01\x0c\x58\xd5\x5d\xb7\xfd\x26\x64\x47\x0f\x79\x6c\x44\x52\x6c\x5e\x88\xc4\x87\xb5\xfc\x34\xe0\xc6\xd1\xcc\xc5\x7e\x78\xdc\x52\xb1\x88\x15\xec\xe6\xf0\x52\xb4\x00\x53\xfb\x2d\x7d\x7e\x8a\x82\xf7\xc0\x35\xd2\x9a\xab\x23\xdd\x1b\x7c\x62\x07\xd4\x3b\x28\x88\xfd\x1d\x2f\x7e\x6a\x53\x02\x98\xac\x15\xb7\xe6\x48\x9b\xe6\xb1\x81\xad\xc0\xa7\x09\x62\xc9\xba\x62\x0e\x6e\x82\xc9\x74\x27\x73\xbf\xa9\xc2\x27\x7f\x38\xce\xfc\x6b\x1d\xbc\x69\x87\xf5\x48\xc1\x77\xa0\x7b\xc9\x9b\x50\xb2\x3e\x5d\x26\x6e\xfa\x4c\x7f\x07\xdd\xbb\xb8\x65\x30\x20\x69\x82\x81\x24\xab\x02\x5d\x6d\x20\xc9\x6a\xf5\xc0\xf0\x4d\x99\xa1\x23\xda\x9b\xfe\x4e\xc9\x15\x40\xc9\xba\x62\xf0\x6c\xc6\x58\x54\x7c\xbb\xfd\x96\x7c\x52\x27\x36\x15\x20\x7f\x07\xf9\x38\x5c\x21\xe4\x91\x0d\x98\x8a\xb8\xe8\xe9\xc6\x1d\xb9\x26\x85\xe0\xad\xc3\xa3\xd3\x18\x67\x99\xd3\xc4\x27\xb5\x5b\x32\x45\x14\xd4\x93\xc8\x21\x1d\xa2\x38\xdb\x59\x14\xce\xae\x2a\x54\xc1\x18\xb5\x61\x00\x4a\x96\x7c\x56\x26\x7a\xcc\x2e\xfb\x9b\x7e\x70\x9d\x80\x6f\xfa\xc1\x35\x4e\x80\x8b\x65\xc5\xcc\xdd\x37\x6f\x0f\x85\xd3\xc0\x5d\xd3\x69\x38\x22\x69\x9b\xbf\xe9\x2a\x98\xce\x09\x8f\x47\x38\x27\x27\x54\x3d\xc2\xbb\x44\x7d\xba\x76\x38\x07\xc4\xa3\x37\x3d\xe4\xe2\x51\x44\x57\xcc\x82\xfa\x6e\x02\xc2\xfc\xa2\xf8\xbe\x79\x19\x22\x9c\x48\xbb\xba\x1a\xc3\x90\x32\x23\x3b\xf1\x28\x24\x36\xde\xdd\x34\xbb\x86\x8b\xe1\xf1\x49\x6d\x03\x96\xdb\xdb\x01\x40\x5f\x45\x21\xc4\xf7\xcd\x28\x4a\x9a\xde\x9b\xb7\x7c\x14\xdd\x72\xe3\x69\xed\x23\x16\xd4\x0f\x60\x13\xab\x67\x06\x67\x02\x5b\x15\x00\xfb\xaa\xd5\xd3\xcd\xb8\x49\xd5\x69\x84\x36\xb8\xcb\x7a\x10\x56\xcb\xeb\x56\x30\x19\x4f\x3f\xad\x4f\x6e\xac\x70\x18\x12\xd3\x40\x8c\xa5\x6c\xb3\x23\x9f\xe9\x9e\x21\x61\xfc\x21\x8c\xc7\x69\x95\xf2\x25\x8b\xc4\xfb\x01\x26\xf0\x10\xb8\x44\x01\x1f\xe3\x56\x30\xe9\xfd\xe1\x75\xfc\xe9\x52\x60\xfa\xc9\xdf\xc7\xd0\xdb\x1f\xde\xce\x57\xc3\x01\x04\xeb\x0a\x52\xb9\x3f\x74\xe2\x8b\xfb\x01\xfd\xea\xf6\x09\x7c\x88\xd4\xc9\xfe\x0e\x27\x2d\xb5\x8c\x08\xec\xe1\xcf\xa0\xd5\x68\xaf\xc1\x03\xde\x21\xf9\x45\x48\x58\x8d\xa7\x48\x68\x99\x4f\x53\xb8\x4a\x9d\x06\x3f\xa5\xc5\x19\x5f\xf3\xf6\x62\xff\xf0\xa2\xbe\x24\x01\x5f\xef\xce\x1e\x18\xbe\x7f\xec\xea\xe9\xc0\xd7\x8a\xfa\x10\xd2\x33\x4c\xe1\x08\xa5\x55\xf3\xa1\x45\x6b\xba\x06\xec\xde\x4f\x7d\x30\xf8\xb8\x17\x70\xc4\x67\x0f\x3d\x2d\xa3\x12\xad\x00\x81\xf5\xec\x81\x81\xa4\xcb\xae\x01\xc6\x2f\x3b\xa3\x3e\x7c\x99\xf8\xf9\x0e\x83\xa6\xd5\x0d\x48\x58\xcf\x1e\x50\xe0\x7f\xb2\x5b\xb6\x39\x68\xce\xf9\x61\x0c\xf9\x9f\x7e\xbe\xfb\xbc\x18\x31\x04\xa5\x1c\x0a\x56\xa3\x6a\x0a\x20\x04\xb0\xe4\xa1\xa0\x34\x61\x39\x1f\xea\x85\x9c\x59\x14\x84\x27\x84\xfe\xa1\x10\xae\x36\x9b\x62\x7d\x9d\x14\x78\x89\x6f\xea\x1d\x2a\xa1\x94\x24\x0a\x4c\x9f\x55\x3b\xf5\xa9\xaa\xda\x79\x81\x7d\xa8\x4c\x5a\xc5\xa6\x6a\xa7\x55\x6c\x3a\x27\xac\x62\xc5\x65\xa2\x47\xd9\xb5\xb3\x47\xae\x81\xb1\x94\x5c\x26\x7b\x54\x45\xbd\x19\xa7\x55\x14\x18\xad\x88\xe2\x61\x35\x6b\x04\x75\x81\x57\x65\x12\x28\x52\x54\x9f\x76\xdf\xe1\x44\x9c\x5d\x5d\x21\x77\x5f\x37\x8d\x48\x91\xa7\xd0\xc1\x67\xa6\x44\x61\xab\xf0\xd0\x2f\xdd\x88\x13\x85\x33\xf6\x54\x77\x89\x14\x99\x2e\x13\x5d\x2a\xce\xc9\x1d\xce\x65\xb2\x4b\x21\x8a\x93\xa4\x1a\x18\x24\x7d\x78\x3e\x69\x58\xf1\x7c\x82\x5f\x19\x42\xf7\x50\xd0\x6e\xb2\x8a\x11\xbf\x9a\x82\x42\xee\xce\xd3\x56\x3b\x54\x3d\xaf\xab\x33\x80\x53\x9f\x89\xf7\xce\xd5\x5f\xbc\x81\x3d\x4a\x32\x05\x6b\x80\xfa\xcb\x37\xb0\x67\x71\x1a\x47\x74\x8a\xc2\x81\x7f\x98\xc2\x81\x5f\x93\x4d\xc0\xda\x14\x93\x24\x42\x4a\x34\x6a\x42\xa8\x11\x08\x74\x48\xa0\x48\xa6\x3f\x24\x27\xb0\x4f\xc2\xa4\x3d\x54\xe6\x55\x1d\x7d\xc8\x00\x38\xc3\x89\x68\x9b\x16\x9a\x30\x69\xc5\x39\x81\x77\x98\xce\x09\xf0\xb0\x38\x01\x41\x0d\x61\x84\xfc\x46\x32\x9f\xac\x30\xa9\x68\x1d\x20\xc4\xe1\x28\x49\x9d\x22\xa6\x44\x2b\x26\x11\x53\x22\xc6\xe0\x0b\xdc\x53\x73\x08\x2c\x5b\xce\x9a\x5f\x44\x38\x4c\x53\x2b\x14\x11\x0e\x73\xce\xa6\xa0\xcf\x84\x3a\x21\x85\x51\xe3\x44\x26\xd5\xba\x43\xf4\xc3\x9c\x9f\x1a\x70\x2e\x2c\xae\x61\x33\x66\xa5\x28\xe8\x3a\x62\xd2\x44\x8b\xca\x53\x0a\xfa\x10\xa6\x3e\x48\x53\x7d\x74\xb2\x7a\x40\x19\x7e\x41\x52\x86\x4f\x6c\xd7\x30\x97\x30\x14\x49\xf1\x70\x6f\x9d\xe9\x4c\x02\xac\xad\x4e\x65\x82\x46\xd2\x10\x45\x4e\x0c\x51\x38\x21\xe5\x24\x0a\x60\x17\xd5\x01\x30\x5d\xce\xd5\xa5\x50\x11\x9b\xa2\x30\x50\x5a\xdb\x40\xd6\x8d\x92\xba\x28\x28\x62\x91\x45\x01\xb3\x11\x4e\x7b\xa1\x06\xd7\xce\xa1\x71\xcb\x60\x6c\xd2\xa4\x65\xde\x45\x0f\x53\x19\x35\xa8\xf6\x60\x3b\x4d\x35\x7c\xa7\xfa\x00\x2e\xc9\x12\xc0\x78\xf1\x7a\x14\x49\x08\x00\xeb\x72\xd6\x34\x65\xa8\x88\x45\xc2\x19\x28\xbb\x51\xb2\xd3\xc0\x78\x59\x7d\x67\x14\x65\x1a\x28\x0f\xc9\x59\x53\xe7\xa9\x31\x86\x8a\x59\x6c\xa8\xd3\x60\xfc\xd7\x6c\xeb\xf1\xeb\x32\x9d\xc8\xa0\x89\x4d\x83\xc1\xe0\x07\x34\x93\x1c\x12\xca\x6d\xa8\xe5\x38\xe5\x86\x96\x33\x90\x6e\x23\x2e\x7d\x88\x8b\xaf\x49\x5b\x1c\x71\x6f\x73\xb8\x18\xe0\x97\xba\x87\x1f\x47\xe0\x71\xa9\x3d\x78\x06\x2d\x55\x57\x71\x86\x2a\x92\xd3\x26\x72\xba\x94\xf8\xf1\x35\xdb\x53\xfd\x42\xf5\xce\xb9\x91\xd3\x69\x2f\x50\x6e\xcc\x1b\xb5\xbb\x14\xb8\x2d\xc2\xcd\xfe\xa0\x3e\xe6\xc4\xeb\xd3\x23\xc4\x42\xc0\xd9\xcd\xa6\x51\xc4\x7b\xd3\x23\x24\x3c\xf1\xde\xf4\x24\x90\xf0\x50\x38\xd4\xab\x4c\x20\xf0\x32\x8f\x94\x87\x3a\xa7\x05\x5a\x67\x0e\x35\xd1\xea\x29\x0a\xc8\x8b\xe7\x3b\xf4\x28\x65\x51\x38\x0c\x86\x6b\x7f\xa1\xbe\x24\xea\x8d\x9c\x4e\xbb\x91\xe6\x3e\xa0\x47\x6e\x19\x22\xc7\x26\x31\x22\x20\x77\x99\x01\x5b\x0e\x35\x88\x80\xd3\x87\xc1\xc1\xf6\x87\x81\x62\xd4\x09\xf0\xec\xd0\x5c\x03\x64\x37\xc2\x5d\x0a\x0e\xb6\x9a\x0d\x9e\xa5\xa5\xfa\x50\xe0\x59\x4b\xb6\xc2\xd7\x57\x9d\xc8\x88\x64\x55\xad\x61\xbc\xe3\xfa\x1b\xc4\x33\x62\x16\xce\xe6\x1a\xa1\x0c\xb4\x21\xf9\xc5\x57\xb1\xc3\x7d\x64\x50\x84\x70\x8d\x83\x61\x9e\x34\xfc\x10\xad\x7a\xb4\xe6\x90\x30\xba\x95\x70\x41\xb4\xb8\x38\xf3\x46\x6b\x9b\x7a\x42\x68\x79\xd3\x60\x6d\x36\x48\x83\xc5\x5b\xdf\x9e\x39\xc2\xa0\x9a\x1a\x0b\x18\x54\xf3\xd0\x91\xf7\x9b\xbf\x83\xf9\x78\x38\xe7\x44\x4e\x53\xb0\x5a\xb8\x1f\x1b\xe6\xe3\xa7\x65\xb8\xad\xdf\x34\xc7\x70\x9b\x34\x73\x34\x74\xd4\x9e\xc3\x55\x80\x55\xcc\xc4\x00\x45\x35\xc9\x97\x4a\x0f\x5e\x9b\xa2\x70\xed\x3b\x4c\x15\x7c\xd7\x45\x81\xf9\x25\xaf\x11\x13\x71\x36\xf1\x06\x00\x80\xa5\x5f\xfe\x8e\x51\xe2\xd5\x9a\x4a\x93\x78\x38\x6b\xa0\xc2\x21\x6a\xa1\x18\x53\x1b\x55\x64\x51\x2f\x5e\xed\x6e\x22\xdf\xa8\xc3\x59\xe1\x0c\x6a\x4e\x03\x62\x48\x72\x1f\x60\xc1\xd9\xb4\xcf\x54\xde\xae\x69\xa6\xd8\x27\xf5\x22\xb8\xa0\x55\x4a\xc0\x0d\x59\x9d\xb3\x23\x4d\x7d\x0a\x4e\x8c\x6a\x67\x5c\xa7\x94\x9c\x88\xc8\xc9\xe1\x42\x11\x9c\x58\x83\x8f\xd0\x8a\x25\x55\x53\x6f\x14\xe3\xef\xd8\x6c\x4e\x0c\xc0\x81\x49\x1e\xcb\x43\x42\xad\xa0\x87\xf8\x90\xf0\x9f\x4a\xc5\x03\xe8\xaf\x74\xf1\x5e\xe5\x5d\x6e\x77\x11\x6f\xc2\x24\x69\x5c\x88\xa7\x18\x49\x8a\x53\xe5\xed\x6d\x4f\x37\xee\x6b\xa7\xe1\xef\x70\xc6\x97\x1a\x57\x75\x7b\xdb\xc5\x10\x4b\x25\x6d\x90\x28\xbf\xee\x71\x63\x18\x03\x29\x47\xc0\xf5\x95\x6e\xce\x60\xf8\x63\x29\xaa\x95\x2e\x97\x78\xc8\x1b\x59\x4d\xe1\x4e\x92\x86\xbf\xd1\x62\x29\x25\xb6\x11\x1f\xa5\xa1\x69\xbc\x61\x38\xb4\x84\x10\x9a\xb1\x74\x49\x86\x46\x5f\xcd\x70\x1a\xda\x36\xfd\x21\xbd\xb9\x53\x14\x19\xb3\x88\x82\x6f\xb7\x39\xe7\x0b\x65\x26\x51\xe4\x3d\xe7\x64\xb3\x9d\x93\xc3\xa6\xda\xe1\x9c\x69\x55\x6b\xbd\xd1\xe5\x32\x4c\xd1\x32\xd2\x44\xc1\x32\xa2\x61\x6b\x0c\x31\xe0\x2e\x91\xc1\xac\xb5\x23\xc4\x63\xbd\x9a\x3f\xe4\x98\xba\x46\x7a\x02\x86\xb3\xc2\xcb\x92\x4d\xc1\x73\xd4\xd5\x0d\xde\xfa\x92\xfc\x6a\x3c\x79\xf1\x45\xbe\x43\x62\x88\x3d\x6e\x54\x18\x86\xab\x64\x24\x81\xf1\xad\x81\xe3\x64\xe5\x6d\x7d\xf1\x2d\x20\x81\xb5\x66\x53\xb0\x46\x35\x0d\x24\xe3\x0c\x0c\xd7\x81\x7b\x60\x3a\x0d\x10\x12\x48\x47\xe5\xa1\x70\x0f\x2c\xfb\x3b\x3e\x8b\x23\x19\x06\x84\x60\xad\x52\xab\x89\x01\xf4\xb2\x21\x06\x90\x7e\xd2\x43\xc1\xf0\xdd\x55\x0c\x3c\xd9\xf4\x71\x1c\x0a\x7e\x7f\x09\x26\x44\x95\xac\x55\xd2\x0e\x60\xc1\x7a\x35\x53\x32\x83\xbb\x42\xf6\xc2\x89\xb8\xbf\x96\x5d\xcc\x9b\xf3\x68\x12\xdd\x90\x9a\x2d\x08\xa0\xd4\x25\x40\x00\xcf\x88\x87\x48\x78\xb9\xa4\x14\x76\x85\x17\xd0\xf2\xef\x7c\xd0\x7d\xa8\x93\x5d\x76\xf9\x66\x92\x76\xf9\x26\x4a\x3e\x39\x97\x44\x3b\xda\x93\x4a\xd0\x82\x38\x04\x58\xbf\x5a\xa5\x86\x23\x92\x64\xad\x3a\x77\xe0\x15\xed\x3a\x24\x10\x0c\x03\x94\x28\x31\x0c\xb0\xf9\x4b\xc0\x00\x8b\x13\x1b\x83\x6b\xa9\xdf\x0a\x20\x20\x56\xeb\xc4\xda\x44\x71\xc1\x41\xd2\xb5\xc2\xc1\x58\x9c\x97\x9d\x69\xce\xfb\xa2\x5a\xeb\x54\x22\xec\x86\x1b\x41\x54\xa0\xa6\xd4\x30\x40\x09\x11\xc3\x00\x35\xa9\x80\x01\xd6\x5a\x9c\x17\x5c\x5b\x9c\x46\x47\xa1\x18\xb5\xf3\xed\x4a\x89\x26\x62\x00\xaf\xea\x79\x23\x17\xbb\x33\xbc\xcd\x58\xfc\x21\x07\x5b\x8b\xbc\x93\xa9\x8b\x3f\x54\x6b\x95\x77\x13\x21\x22\x79\xd4\x15\xa4\x5b\xd2\x11\x00\xc0\x3a\x24\x74\x18\x55\xf2\xaa\xe2\x6b\xc3\x01\x25\xac\x05\x07\xec\xda\xc7\x3b\x1f\xb3\x94\xdd\x84\x68\xc0\x11\xc3\x24\x7b\xea\xbe\x11\x0e\x58\xaa\x0b\x26\xdc\xf1\xa9\x56\x80\x12\x7f\xcb\xdb\x8a\xae\x95\xf0\x12\xb1\x0b\xf1\x81\x35\xb4\x48\x89\x0f\x4c\x97\xe4\x32\xf0\x81\xed\x1a\xce\xcb\x58\x0e\xd2\x74\x19\x41\x32\x5d\x6a\xe2\x50\xbc\x6f\xed\x5a\x83\x0f\x56\x6a\xca\x11\x43\xb2\x8e\x70\xb1\x81\xb4\x2c\x8a\xcb\xc2\xdf\x01\x1b\x23\x1e\x1c\x5e\x15\x49\x24\xe2\x52\x4c\x27\xf2\x19\x46\x8d\xe7\xd0\x0b\x4d\x92\x1b\x8c\x0d\xd9\x87\x44\x0c\x80\x85\x29\x5f\x12\xf9\x43\xef\x55\x6a\xa5\x0e\x81\x38\xa4\x1a\xf1\xc9\xeb\xd4\xb3\xc9\x0f\x33\x8b\x64\xc4\x8b\x2e\x45\x06\xa8\xc1\x23\xf5\x34\x2c\x47\x21\x68\xc5\x03\x4a\x5f\x54\x97\xc0\x1a\x8a\x78\x21\x09\x09\x54\x61\x33\xff\x0e\x05\xbc\xf8\xde\xab\x78\xf2\x4e\x16\xa4\xf6\x2f\xbe\xb7\x39\x5c\x0d\xdf\xdb\x94\x94\x26\x2a\x31\x5f\x1e\x19\xc5\xfb\x95\x80\xe3\x33\xd9\xf9\xf2\x40\x1d\x16\x6e\xd6\xe7\x81\x4c\x6c\xd6\xc4\x10\xc7\xb1\xf9\xa0\x05\x98\x62\xf3\x51\x07\x71\x1c\x5b\x6f\xfe\x0e\x0d\xf2\x3e\x85\x30\x8e\xad\x37\x67\x65\x88\x74\x2d\x63\xc4\x71\x6c\xa3\xba\xd4\x37\x3d\xfa\x6e\xec\x8d\x44\x97\xc3\x60\x07\x6c\x39\x02\x39\x36\x9b\xbb\x18\xc8\xb1\x14\x2d\xea\xc9\x38\x19\x9e\x25\x3c\x86\x3d\x34\x0d\x53\x1e\x84\x2e\xea\x28\xbb\x92\x0c\x93\x4f\x23\x28\x85\x6f\x21\xa8\x04\xbe\x1e\x37\x9d\x04\x0f\xa4\xc4\xb5\xf0\x8c\xd5\x14\x2d\xb7\xfe\x8e\x96\x5b\xb5\x19\x47\x39\xb3\x07\x1f\xb0\xb6\x6a\x09\x24\x62\x3c\x65\x12\xd0\x2f\x81\x30\xf9\x26\x87\xcb\x24\xbc\xdf\x65\x02\xde\x6f\x93\x1c\x70\x89\x61\x03\xe1\x64\x50\xe8\x66\x0a\x2a\x8a\x47\x6c\xf1\x51\xb1\x87\xd4\x9e\x53\x45\x42\x0c\x6a\x73\x98\xbc\xd4\x2d\x5d\x1a\x0f\x59\x37\x2f\x7d\x00\x1a\x5b\x91\x86\x00\x40\x63\xb3\x94\x9b\x7c\xee\x2b\x8b\x18\x7c\xa8\xcc\x65\x52\x9b\x7a\x52\x61\xde\x77\xf7\xe9\xab\xd4\xf6\x38\x6d\xce\x12\x05\x4b\xae\x8a\x09\xcb\x30\x51\x78\xfe\x4c\xd2\x1b\x11\x12\x87\x9b\x86\x08\x89\x39\x57\xe7\xc4\x19\x5b\x6b\x3e\x78\x00\xd2\x86\x1b\x3c\x00\x65\xa7\x9d\x33\xf6\x43\xbc\xe8\x9a\xaa\x22\xd1\xce\x21\x02\x97\xca\x94\xc2\xbb\xe0\x4e\xc2\x05\x91\x62\xe2\x9c\x51\xb5\x79\x06\x71\x3c\x6a\x14\x6c\xf9\x49\xaa\x48\x10\x48\x51\x9c\xc6\x88\x4f\x22\x70\xe9\xf5\xa9\x0b\x97\x5e\x25\x83\x00\x63\xec\x49\xeb\x0b\x28\xc6\x9e\xa4\xfa\x00\xc5\xa8\xe7\xbf\x0e\x05\xcd\x4b\xb5\x2d\x7a\xb6\xd4\x2c\x5e\xfb\xd6\xba\x00\xc0\xb1\x27\xf1\x2d\x43\x18\x76\x9f\xc9\xf4\xfa\x73\x38\xeb\x0d\x81\xa2\x46\x2f\x0a\x4f\x55\x01\xc0\x58\xd6\xd9\x11\x61\x09\x7b\xf6\xcc\xc1\xbc\x59\x9e\x9c\xd8\x6d\x74\xe6\x05\xba\xb1\x17\xe9\xfd\x00\x34\xa6\x14\xa6\xe0\x32\x7a\x72\xc2\x1d\xae\xc3\x79\x90\xa7\x74\x94\x0b\xba\x8c\xdc\x4e\xee\x93\x4f\x5b\xe0\xda\xd2\x71\x58\x8f\x3e\xeb\xb0\x18\xe2\xb7\xdf\xa0\x66\x2f\x3e\x9c\x29\xd6\x5c\x7c\x38\x53\xc5\x30\xce\xa1\x10\x88\x87\x84\x53\x6c\x3a\x11\x3b\x85\x96\xfb\xe2\xb5\xe5\xac\x63\x2e\xf1\x90\xf9\x72\x56\x76\x38\x89\x82\xf7\x2e\xfc\x21\xbb\xef\x2a\xa0\x19\xa8\xfb\x02\x40\xba\x0a\x46\xb9\x2f\xe2\x63\xc6\x39\xcc\x92\xf4\x44\x40\x26\x8d\x06\x5f\x82\xce\x97\x73\xc2\x7d\xe7\x2e\x42\xd8\x65\xed\x02\x0c\x73\x68\x31\x45\xe0\xa4\xc5\x94\xdf\x88\x56\xb3\x19\x76\xe5\xd2\xe2\x67\x58\xc1\x1a\xda\x22\x08\x64\xec\x36\x43\x2f\x1a\x87\x64\x64\x40\x24\xc1\xde\x24\xd3\x16\xaf\x11\x37\xe7\x04\x42\xfd\x72\xa9\xb0\x55\x3c\xa5\x50\xa4\xb8\x14\x38\x87\xa4\x19\x23\xaa\x60\x6f\xda\x12\x88\x6b\x6c\xd2\x1d\xf9\xc0\xb3\x0d\x2e\x8b\xbe\x21\xed\x6c\x8b\xbe\x21\x9d\x39\xf8\x9e\xb3\x4d\x3a\x8b\x97\x8a\xb5\x25\x22\x72\x60\x6f\x92\xf5\x7c\xce\xd9\xd6\x46\xc4\x0a\xec\x4d\xa2\x02\xb1\x02\x93\x8d\x38\x4b\x61\x65\x5d\x03\x5b\xed\x52\xc8\x98\xfc\x0e\xd1\x01\x53\xf8\x18\x87\xf0\x80\xa9\x6a\x5d\x30\x3c\x60\xf3\x39\x66\x2b\xe6\x54\x17\xd5\x78\x58\x75\x5e\x46\xd9\xbc\x44\xc1\x6e\x24\xe3\xd7\xe6\x53\x87\x97\x3f\x64\x37\xaa\x28\x4e\x85\xeb\xe7\x54\x34\x51\x84\xa0\x99\x62\x44\x64\xe7\x44\x4c\x82\xec\x1a\xe0\xc6\x71\x99\x3c\xb9\xeb\xe0\xbe\xe5\x4c\x55\x27\xf8\x4a\xdc\xe5\x34\x76\x62\x9a\x44\x43\xa5\x05\x6f\x45\x92\x4d\xa2\x18\x39\x58\x8d\xe1\x2d\xbb\xcb\x69\x2f\x3e\xfd\x2a\x0a\x67\xda\xea\xde\x0b\xa2\x26\x21\x8c\x18\x7c\xdd\x46\xf8\x4d\x2f\x4f\x73\x56\xf8\xd4\xb4\xbc\x10\x83\x2f\x4d\x6d\x67\x7c\xbe\x79\x8a\x67\x11\x91\xaf\xdb\xd6\x4c\x48\xe3\x74\x17\x11\x7c\xaa\x68\x3f\x00\xa0\x31\x67\xe9\xfd\x8c\xce\x37\xc5\xc1\x9b\x21\xb7\xcd\x0b\xe0\x3d\x5b\x5e\x89\x6f\x9c\xcd\xa5\x4c\xa4\xf9\xbb\x00\xe5\xb6\x2c\x50\xae\x1d\xfd\xf3\xa8\x6d\x8e\x8c\x6b\x67\xff\x5c\xdf\xcd\x57\x47\x45\xc1\x1f\x22\x7d\x08\x4f\x45\x77\x9b\xaf\x19\xb0\x6f\x3e\x69\x30\xa7\x35\xa7\xc1\xb9\xa8\x55\xc1\xf0\x7c\x53\x6b\x8b\x6f\x4a\x67\x8d\xe7\x8b\x58\x22\x6d\xe5\x04\x3b\xce\xe8\xdf\x0b\x68\x40\x21\x7b\x48\x5e\xbd\xf8\xf8\x4b\xb8\x31\x74\xc5\xb9\xc2\x0f\x72\xaa\x0a\x78\x9f\x8a\xf6\x54\x46\xf1\x9b\x12\x02\x08\xd3\xd7\x6d\x83\x67\x20\xbe\x59\x9d\x73\x52\xcc\x2a\x2b\xaf\xb6\x6b\x15\xbe\x78\x87\x44\x23\xfa\x22\xee\xba\x98\x82\xc3\xa9\x3a\x27\x8c\xf7\x57\x38\x91\x03\xac\x96\x32\xce\x41\x38\x2f\x78\x26\xc4\xf9\x82\x3c\x8a\xd7\x10\xc1\xee\xd7\xd6\xf0\xe2\x91\x0d\xe9\x44\x40\x16\xe9\x25\x2f\x46\x41\x88\xea\x72\xe0\xd2\x13\xb7\xbd\x78\x7d\xbd\xb8\x46\xb8\xd1\x9e\x34\xb8\x24\xaa\x0b\x45\xaf\x3c\x53\xbc\xcb\xee\xf9\x06\xb8\x3b\xab\x86\x37\xdd\x92\x4a\x7b\xd3\x2d\xa9\xf9\xc6\xa3\xd3\x39\xab\xa1\x6f\x3a\x29\x8b\xbf\x83\x83\x4f\x3d\x7c\xd3\x11\xf9\xe4\x64\xab\x9d\x13\x1e\x5b\x71\x29\x80\x92\x02\x9a\x1f\x0a\xce\xbf\xea\xef\xe0\x96\xec\x4e\x43\xab\xbb\xd3\xd8\x6a\xb7\x13\x53\xa1\x55\xff\xa6\xef\x5c\x8c\x01\x98\xe4\x28\xae\x2f\x38\xf6\x6a\x0b\x9d\xe5\x9a\x33\x60\x26\x47\x29\x2e\x85\x7d\x70\x29\xe8\x83\xeb\xe3\x09\x42\x53\xff\xa6\x23\xfd\xa9\xfd\x4d\x5b\xb5\x9a\x2d\xf7\xa2\x54\x3f\x40\x21\x47\xc8\xca\x0d\x28\x64\xf6\x91\x08\x61\xf5\xf2\xf0\x58\xc0\xb3\x3d\x3c\x16\x80\x42\x0e\xa9\x8c\x80\x42\x1e\x31\xab\x2a\xc1\xa6\x21\x9e\x61\x54\x3d\x1b\x89\x80\x8c\x1c\xe1\x0f\xe9\xb1\x74\xf7\x81\xcb\xb5\xae\x0c\x64\x64\x1e\xda\x62\x11\x46\x6f\xd8\xb3\xfd\xa6\x63\x66\xf8\x3b\x36\x5b\x4d\x03\x53\x86\x98\x8b\x50\xc8\xf1\x8c\x3e\xb8\x72\x3c\x89\xe8\x45\x71\x63\x5e\xa8\x42\x63\x81\x97\x58\xc3\x63\xc1\x68\x53\xd6\x69\x10\x53\x2f\x0f\x65\x45\x50\x3d\x3d\x5d\x77\x28\x2c\x35\xb5\x06\x38\xc9\x3c\x34\xdc\x08\xaa\x97\x87\x24\x06\x40\x93\x23\xaa\xcb\x84\x6b\xb5\xf8\x3b\x0c\xbe\x46\x0d\x30\xc9\x3c\xa4\x86\xdf\x72\x44\x86\x28\xc2\xcd\x87\x13\xe1\xc5\xe8\x2e\x14\xbd\xa8\x4e\xc3\x54\x64\x37\x1b\xde\x3e\xad\x18\xa0\x2d\x47\xb8\x69\xc1\x2e\x35\x51\x98\x0a\x4d\xe8\x4d\x57\x8c\xa6\x09\xd8\xcb\x3c\x92\x4b\x41\x27\xdc\x50\xba\x2c\xb5\x89\x13\x7b\x69\x3f\x20\xb0\x97\x79\xe4\xdf\x60\xd9\x00\x30\x73\x44\x71\x63\x38\x31\xa6\xd8\x25\x17\x0a\xee\x12\xcb\x12\xa6\x39\xa4\x7a\x11\xa6\x39\x8a\x29\x72\x97\x86\x82\x2e\x1b\x69\xe1\x37\x5d\x94\x62\x0b\x20\x38\xf3\xf0\x68\x73\x89\x48\x4d\xb8\xb9\x44\x3c\x67\x5c\x22\x6e\x19\xb0\xc3\x3e\x22\x02\xce\x39\xc2\x7c\x00\xec\xf0\x70\x8f\xb8\x5e\x3c\xa0\x5a\x2f\xce\x89\x1e\x79\xd0\x10\x3f\xcb\xb0\x2e\x80\x3b\xa7\xb1\x53\x37\x8f\xce\x97\x96\xd6\x2d\xfe\x55\x97\xe8\x58\x14\xdf\x7f\xe8\x4a\xec\x4d\x54\xe2\xdd\xc7\x29\x12\xce\xd2\x6a\x0a\x5e\x38\xb1\xc5\x87\x9e\xc5\xea\x0f\x61\x72\x90\xd6\x8f\xc8\x7c\x25\x75\x7f\x37\x90\x33\x44\xc1\x27\xd7\x5c\x3d\xcf\xd5\x43\x14\xce\xd5\x9a\x17\x46\xed\xb3\xea\xfe\xa1\x5b\xbd\xb9\x06\x60\xac\xbb\xcb\x44\x97\xb2\x4b\xa1\xd9\x44\xa5\x30\x10\x83\xcc\x89\x1f\xde\x3b\x0d\x17\x43\x37\xe3\x30\x85\x0e\x4a\x04\x01\xbb\x39\x8d\xe8\x03\x76\xb3\xa4\xe1\x42\xd1\xa5\x66\x0a\x5d\xd2\xca\x02\x78\x73\xfa\x04\xf0\x61\xb4\xf6\xe9\xea\xe1\xff\x9d\xae\x0f\x5d\xaa\x2e\x05\x5e\x46\x89\x00\x3e\xc4\xdd\xc2\x63\x88\x70\xed\x86\x09\x02\xd8\x39\x8d\x6a\xfb\xd0\x1d\x2f\x3b\xec\x47\x11\x2a\xa7\x13\xc1\xce\xc3\x1f\x62\x8f\x91\xb0\x02\xce\x73\x1a\xcf\xc8\x97\xb8\xa7\x1d\xa2\x08\x0c\x18\x59\xb2\x0b\x20\xd0\x69\x90\x1b\x02\x03\x96\x24\x9b\x20\x20\xa1\xc5\x0e\xc9\x0f\x5d\x97\x3a\x62\x02\xf6\x39\x0d\xa0\xfc\x90\x67\xb5\xe1\x7d\x18\xf7\xc1\xf5\xd1\x31\xef\xa6\x6d\xf2\x9a\x73\xc2\x31\x3f\x9c\xc6\x89\x51\x7d\x88\x4f\x62\xb8\x21\x21\xa1\xdd\x46\x60\xbc\xbd\x5d\xec\x0e\xfd\xe8\x81\x98\x27\xf1\xc5\x55\xe2\x62\xa9\x43\xb1\xad\x71\xd1\x3b\xce\xf5\x15\x17\x1f\x0c\x0c\x9e\x8e\xe3\xe2\x3b\xc2\x54\x0c\x03\x28\xd1\x60\x5c\x9d\x43\x6d\x50\x21\xea\x75\xa8\xcb\xdf\xc1\x25\xc9\x95\x18\x40\x89\x06\x71\xec\x87\x3a\x6c\xdb\xfd\x1d\x9f\x19\xa0\x42\x17\xc0\x85\x86\x4e\xea\x01\x5c\x68\xe1\x95\xd0\x43\xc1\x91\xca\xdd\x29\x80\x0b\x0d\x1d\xa3\x03\x6f\x61\x87\x8c\x2d\x01\xec\x67\x30\x36\xd1\xa1\xd0\xce\xe7\x3b\xb8\x4e\xb3\x3a\x8f\xc7\x81\xbb\x7b\x84\x40\x81\xf9\xba\xbe\x95\xcf\x71\xd1\x48\x19\x1a\x35\x78\x27\x09\xcd\x3f\x14\x8c\x94\xa1\xa1\x80\x91\x92\x97\xa0\x0f\xd5\x51\xc5\x14\x05\xde\x4b\xa6\xd0\x89\xa4\xa6\x81\xdb\xba\x3b\x21\x93\xa5\x3a\x01\x68\x7c\x7f\xbe\xc3\x60\x27\xb7\x85\x83\xad\xa1\x80\xdb\x9c\x91\x98\x7a\x20\x16\x61\x30\xbe\xd2\xa1\x32\x1f\x7c\x52\xa1\x0c\x46\x18\x2a\x14\x31\x9e\x65\x1d\x0f\xa0\x3d\x23\x7b\x26\x36\x59\xc6\x85\xa2\x13\x97\xc6\xd0\x8c\xa9\x76\x23\x56\x89\x74\x88\xb8\x74\x63\xc8\x43\xc3\xd7\xbf\xf8\x9a\xdd\x21\xd9\x0f\x27\x72\x6a\xfc\xe5\xe9\x87\x4e\x21\x01\x0c\x69\x64\xf5\x18\x18\xd2\xc8\x3c\x9e\x05\x50\xa3\x21\x9b\x4d\x20\x04\x61\xe8\x38\x18\x7c\xde\x5a\x20\xca\xe0\xf3\xd6\x53\xac\x07\xb8\x67\xe8\x10\x1b\x08\x41\x58\xe5\x0d\x08\x3e\x6f\x2d\xf0\x41\xf0\x79\x6b\x9d\x8f\x22\xf1\x7e\x76\x77\x1a\x1c\xe5\xdd\xa5\x04\xca\x6c\xa2\x16\xcf\x40\x2e\x94\x53\xea\xea\xe1\x51\x0e\xa7\xb1\xa1\x55\x14\x1b\xea\x62\xe0\x27\xef\x4a\x63\x74\x54\x77\x17\x6f\x28\x0a\x49\x1d\x7c\xb3\x5a\x27\xce\x00\xa2\x33\x84\xb0\x8c\xc4\x78\xa8\x5d\x03\xb3\x18\xa6\x7e\xa8\x4f\x0c\x88\x5a\x9d\x75\xa3\x18\x57\xf8\x02\xa5\x66\xe3\x45\x45\xf9\x54\x02\x20\xce\x74\x31\xac\xec\x21\x71\x6d\xb2\x6a\xb8\xe5\x33\xf4\x98\xea\xb4\x56\xf4\x29\xdd\xdd\x62\x1b\xa0\x3a\x43\x18\xad\xe0\x7b\xd6\x42\xb4\x06\x20\x9e\x21\x38\x57\x20\x22\x62\x95\x53\x2a\xf8\xd6\x35\xef\x62\x1e\x0a\x56\x7f\xb7\x06\xd1\xf5\xe5\xfa\x0a\x44\x4b\x4c\x23\x7b\xa6\x18\x1a\x67\xba\x31\xe4\x36\xf6\x9f\xaf\x54\xcb\x12\x13\x59\xc1\xf3\xd5\xe5\x4c\xd0\x46\x33\x85\x1b\x69\x9a\xe1\xac\x07\x7d\xb9\x47\x04\x10\x9f\x67\x90\x5d\x10\xbd\xc5\xdc\xcf\x82\xd1\x14\x2f\xa1\xf5\x03\x10\xd0\x34\x64\x09\x8d\xac\x68\xfa\x43\x45\xd1\xf7\x5d\x95\xc8\x6b\x68\xe5\x21\xe1\x9c\x6f\x2a\x17\xb7\x6c\xe5\xa9\x8d\x4c\x90\x47\x53\xcf\x42\x68\x08\x7f\xc8\x08\x38\xc3\x79\xc9\x14\xd3\x24\xc6\xd6\x3d\xa5\xe7\xbb\xf9\x4b\x35\xde\xe5\x62\x8b\x2f\x6e\x2c\x5d\x28\xea\xb6\xfc\xde\x43\x5f\x2a\xd6\x80\x04\x4d\xe6\xf5\x59\xcd\x8a\x1f\xab\x1e\x1a\x4f\x46\xf4\xed\x2a\x16\x0f\xb8\xd6\xfa\x6d\x70\xe9\x93\x95\xac\xef\x0f\xd9\x11\x53\x70\x89\x37\x57\x01\x97\x78\x73\x6b\x00\x57\x91\x7c\xe2\xb3\xd5\x02\x11\x04\x9f\xad\x1e\x49\xfb\x4a\x26\xcc\xa3\xea\x43\x39\xc4\x87\x06\x0b\x0e\x71\x5e\x41\x3a\x14\x66\xa4\xfb\x43\xdc\xf1\xf9\xff\x18\x3b\x97\xab\xe7\x79\x9e\x57\xb7\xb2\x4b\xb0\x25\xeb\x34\xf9\x7b\x91\xee\x24\xfd\x97\xb0\x57\x80\x0b\xf9\x86\xcf\x3b\xe4\xb2\xad\x93\x75\xa0\x48\x10\xcc\x66\xe6\x1c\xd6\xcf\xfa\x15\x64\xd0\xc0\xca\xcb\xdf\x26\xcc\x2b\x05\x7d\x24\xb9\x23\x42\x8a\x7e\x8f\xee\x85\x28\x40\x04\xbb\x9b\x18\x19\x9f\xc9\xee\x56\xed\xc3\xbe\x7e\x0f\xc5\xe7\xcf\x86\x46\x02\xeb\x95\x52\x95\xb1\x7a\xa5\x50\x66\x74\xca\x11\x03\xcf\x8c\x74\xf4\xea\x83\xf4\x52\x8d\x37\x92\xb2\x57\x8f\x14\x83\xfb\x1d\x91\xdc\x10\x93\x06\x2c\xb7\x95\xc6\x85\xfe\x95\x82\xb4\xdd\x4e\x36\x23\x12\x54\x5f\xac\x92\x4a\xb6\x07\x76\x0a\xe7\xab\xc6\x6d\xbe\x2a\xb9\x1f\x56\x1e\xca\xe1\xbe\xf2\xa5\xe3\xb9\xd2\xf8\xc5\xea\x63\x10\xb6\xb2\x21\xfc\x24\x63\x61\x32\x7a\x4a\x57\xfd\x6b\x02\xa9\x1e\xd0\xa7\x6a\x3c\xdf\x74\x6d\xdb\x38\x9b\x6a\xec\xf9\x9e\x91\x86\xf3\x46\xe6\x5d\x9c\xdb\x0c\x92\x03\xc0\x9d\xad\xf1\x2b\xea\x30\x29\xbf\x7a\x4c\xb9\x53\xd2\x0a\xc5\xb7\xce\xbc\xab\x70\xb4\x0c\x2f\x99\x1e\x50\xc7\xaa\x33\x3d\x70\x0c\x09\x44\xda\x7e\x03\x28\x07\x67\xcd\xd0\x1f\x66\x0d\xa5\xca\xc3\x89\x4d\x76\x09\x29\xda\x30\x9a\x2d\x21\x45\xef\x82\x4f\x7f\x55\x92\x42\x70\xbc\x18\x01\x5a\x80\x45\x2c\x21\x40\x1b\x46\x9f\xe5\x54\xd8\x05\x5c\xc4\x12\x04\xb4\x61\x68\x5f\x82\x80\x7e\x1f\x46\xb4\x47\x86\xbd\xc4\x99\xb1\x0b\x48\x8d\x25\xdc\x67\xc3\x90\xb8\x8c\xfb\x2c\xe0\x85\x96\x90\x9e\x5f\xb1\x21\x9a\x5a\x16\x95\xca\xe8\xce\x02\xb0\x67\x09\xdd\xf9\x15\x1f\xc4\xb7\xc5\x54\x2b\xb2\x0f\x0e\x24\x93\x41\x96\x27\xd5\x3a\xd1\xc9\x75\xe7\xa9\xb3\x99\xb3\x8b\x3a\x21\x76\x67\x83\x31\x1d\x64\x19\xec\x3e\x8f\xc1\x1a\xa3\xe5\xd3\x61\x91\x36\x2d\x23\x0d\x68\xd2\x32\x4b\x55\x9e\x99\xa5\x0a\x55\x52\x28\xcf\x46\x00\xce\x12\xca\xb3\x81\xd9\x5f\x0f\x10\xfe\x91\x26\xc8\xe8\x13\xed\xc2\xa8\xcf\x8a\xbb\x7f\x3d\x1b\x46\x2b\x5e\xde\xf0\x0c\xd0\x5e\x61\x3e\xa2\x4e\x8a\x23\x12\xce\xbe\xaf\xd4\x0c\x4b\x88\xd8\xfd\x25\x4d\xd2\xdc\xae\xdf\xfb\xda\x3f\xf7\x72\xe5\xe3\x6e\x51\x9b\x04\x20\x6d\xd1\xe8\x04\x20\x6d\x18\xb0\xd6\x13\xfe\xe5\xf4\x45\x69\x3f\x70\x4b\x2d\x01\x4a\x31\x5c\x2c\xe3\x49\xdb\xe2\xe4\x33\x87\x64\xcb\x68\x66\xde\xd3\x58\x13\x28\xe4\x59\xb3\x1b\x3c\xe5\x98\xf0\x0e\x41\xe9\x9e\x33\x69\x58\x12\x0c\xc0\x01\xaa\x82\x64\x68\x0a\xe3\x68\x9f\x3f\xe7\x83\x59\x23\xf1\xc1\x2f\xc1\x50\xef\xc9\x94\x10\xf0\xb4\x13\x2a\xb0\x44\x0c\xd9\x09\x07\x58\xcd\xe1\xc9\xcc\xa5\x66\x04\x00\xd3\xce\x49\xc0\xeb\xef\x99\x79\x10\x56\x1e\xca\x46\xf6\x20\x29\x06\x19\xe4\xc9\x52\xde\xef\x91\xc3\x49\xf8\xd1\x32\x38\x48\x9b\x91\xfc\xa8\x16\xcd\x36\x32\xc6\x5e\xf4\x8e\x25\x33\xb0\xd9\x46\x86\x4a\xd2\x6c\x23\x63\x3e\x0a\x4c\x7a\xc3\x93\xf4\x15\x65\x3a\xe8\x79\xf5\xa5\x57\xe9\xaf\x2e\x6f\x80\x70\x57\x23\x26\x94\xb3\x51\x10\xd1\xd9\xd2\x61\x5b\x00\x52\xe8\x96\x8d\x63\xe6\x4d\xdb\x38\x68\x9b\x0d\x00\x0c\xbe\x30\xa0\xb3\x65\xa0\xc8\x43\xc8\xbf\x6f\xbe\x85\x95\x7c\xf8\x72\xfd\x34\xc7\x17\x2f\xe6\x97\x80\x9e\x0f\xc0\xa4\x65\xa0\x27\x11\x17\x4b\x40\xcf\x67\xb2\xc3\x19\xe8\xf9\xa4\xa5\x24\x97\x9a\xf9\xd0\x50\x4a\x26\x98\xb0\x9d\x5f\x31\x2f\x5b\xa1\xcc\x80\x10\x93\x9c\xdf\x0a\xe4\x8d\x53\xbe\xdb\x43\xdf\xd9\xdb\x8d\xef\xbc\x3b\xbb\x79\xf7\x4e\x0a\x44\x72\x99\xd6\xb1\xe7\x48\xee\xe6\x25\x5a\xa8\x08\xc2\x7b\x62\xa8\x5d\xdd\xb9\x08\x7b\x4b\xb9\xcb\xc1\x7f\x29\xc8\xf4\x94\x77\xaa\xf1\xdf\xa5\x58\x5b\xb0\x50\x0a\xba\xc3\x44\xd8\x5b\x04\xe8\x5c\x39\xed\x9c\x1a\xbc\x44\x9d\x10\x82\xb3\xfd\xea\xd0\xb6\x59\x71\x61\xac\xee\x8c\xb0\x03\x41\x9e\x0f\x76\xb7\x6e\x7b\x6c\x8b\x24\x03\x65\x4b\x63\x64\xa5\xe0\xdc\x16\x67\xe3\xc2\x1f\xb8\xba\x73\x50\x70\x42\x19\xaa\x79\xdf\xe8\x56\x82\x6a\x8e\xdf\x77\x8a\xd8\x8e\x30\x9c\x55\x17\xc9\x8e\xf0\x14\x22\x87\x23\xb7\x7d\x53\x35\x02\x99\x5f\xdd\x96\xd3\x96\x67\xb2\x01\x72\x8b\x12\x2e\xb3\x62\x8f\x5c\x82\x65\xd6\x68\x0c\x86\x56\xf6\xc9\x26\x63\xa6\xc5\xbb\x73\x00\x76\x0e\xec\x3c\x9c\xde\x1c\xa9\x44\x7e\xad\x5f\x39\x72\xcb\xe7\x2f\xd9\x2d\x5f\xfe\x99\x96\xfc\xfb\xaa\x33\x82\xa5\x71\xb6\xf4\x65\xc6\x89\xa7\x8f\xc0\xa6\x35\x4c\xd9\xcc\x55\x4d\x88\xcb\x51\xa9\x71\x38\xde\xae\xe7\x4d\xed\x64\x14\x3a\x30\xf6\x2f\xa4\xb7\x46\x2a\x92\x36\x32\x56\xeb\x70\xdc\x05\x57\x1d\x73\x33\xf6\xc9\x44\x14\x37\xe3\x6c\x5c\x42\x04\x9a\x5c\x44\x49\x2e\x27\xd4\x6e\x85\xdf\x3d\xcc\x45\x84\xee\x32\xcc\xc0\x86\xc6\x61\x00\xe5\xdd\x6b\x44\xb6\xf5\x54\x62\x2d\xe2\x89\x88\x16\x41\x6b\x0d\xaf\x1c\xe9\x98\x54\x4e\x36\x25\xa7\xd1\xbe\xd8\x4c\x0c\xb5\x04\x36\xbf\x9c\x54\x9b\x1c\xdb\x5f\x51\x41\x7f\x29\xa4\x7f\xa7\x1f\x15\x10\x87\x81\x60\x0e\x59\x04\xc1\xa6\x50\x76\x94\x0a\xbb\xdf\x28\x46\x82\x49\xf6\xca\x1d\x03\x94\x64\x46\x0d\xa8\x52\xde\xac\x92\x28\x13\xa8\x12\x23\x21\xaf\x7c\x65\x8f\x13\x0e\xf2\xc6\xa4\xbf\x06\xd3\x8b\x56\x2a\x8b\x41\xcb\x44\xf0\x51\x98\xc1\x76\x02\xeb\x85\xf6\x2c\xe0\xe3\x8d\xed\x74\x91\xb3\x9a\xd9\xa5\x94\xd5\xbd\x71\x9e\x9b\x05\x32\x6b\x66\x2a\x76\xb8\x8d\x7c\x27\x94\x47\xcd\x9b\x5a\xa3\xac\x0a\xc1\x25\x7b\xa6\x85\xf1\x92\xad\xa7\x76\x75\xa2\xa6\x4c\x75\x62\xa4\x76\xaf\x91\x85\xe4\x4e\x14\x24\xe7\xf1\x8b\xa4\xbc\xe3\xe8\x08\xd3\x21\xf3\x68\xb7\xd3\x28\x0f\x34\x33\x41\x2d\x7b\xe6\xaf\x32\x62\xdf\x98\xb4\xd7\xcc\x14\x45\x6a\xa6\x37\x45\x9a\x9e\x1f\x79\x28\xc7\x3f\x2a\x92\x18\x21\xfb\xfa\x7d\x68\x78\xe1\xca\x97\xd2\x35\x52\xa3\x03\x32\xd2\xfb\x6d\xcd\x83\xfa\x85\xa6\xc3\x23\xb5\xa6\xb3\xa8\x5c\xe8\x0c\xce\x6c\x3d\xf3\x2b\x1c\x0a\xcf\xb6\x37\x85\xa7\xc3\x63\xb3\x9c\xe6\x7a\xf6\x7c\x37\x9d\x4f\x10\x49\x18\x8c\x92\x67\xde\x59\x52\xe1\x77\xfe\xae\xfc\x42\xa3\x4a\xf2\xb3\x8f\x61\x91\x9c\x2a\xd3\xb0\x92\x1e\x49\xed\xbe\x23\x49\x7f\x62\x7f\x16\x80\xb3\xaf\x8c\xb0\x26\x30\x1e\xce\x35\x0d\x2b\xc9\x90\x1a\x3a\x92\xbf\x6d\xe8\x08\x93\xdb\x29\xae\x0b\x13\x78\xd9\x7d\xcf\x88\x8a\x74\xb2\x14\x06\x46\xa4\x93\x37\x49\xde\xbf\xa2\x36\x3d\x26\xa9\x93\x5a\xd7\x9e\x42\x1d\x24\x48\x2f\x9c\xd5\xba\x30\x50\xcb\xba\xdd\xbf\x59\xf3\xbe\xaf\x1e\x57\x99\x4a\xe4\xec\x67\x9e\x0a\xd1\x79\xaf\x8b\x0b\xfc\xb2\x7f\x3f\x55\xda\xa3\x9f\x8e\x98\x99\x86\xc9\x2f\xfa\xca\xef\x2a\x6d\x88\x8a\x06\xc1\x8d\xb1\x96\x83\x38\x39\x65\x9d\xca\x7a\xf4\x7c\x29\x87\x21\xfa\xa4\x53\x59\x2f\x4e\xe7\x65\xd5\x8f\xdd\x51\x40\xcf\x32\x7a\xaa\xf8\xa8\x35\x48\x44\xaa\xa1\x15\x0b\xf7\x39\x16\xfa\x88\x70\x9f\x23\x16\x67\xa7\xb2\x7e\xa2\xc8\x08\xf9\x59\x88\x5b\x59\x4e\x65\x8d\x07\x6d\x39\x95\x35\xe1\x48\x6b\x99\xc6\x06\x62\x88\xb5\xec\x13\xed\xa9\x51\x4a\xe3\xc8\x33\x2b\x8d\x5c\x75\xc4\x73\x39\xb3\x31\x09\x24\x5a\x71\x0d\xad\xc5\x61\xce\x87\x8e\xee\x4c\xdb\xec\xf8\xcc\x7c\xf0\x05\x85\x8d\xc2\x20\xd1\x0e\x0d\xc7\x5a\xf6\x22\xad\xbc\x2a\x65\x97\x3d\x93\x9c\xd7\xe8\x84\x62\xc1\x5c\xc4\x7d\xaf\xe5\x60\xe6\xcc\x55\x07\x74\xae\x94\x29\x1f\x65\x7e\xb1\x03\x3a\x33\x19\x20\xc2\x4c\x87\xcd\x84\x89\x9e\x29\x24\xe8\xcc\xe6\xb7\x1d\x0c\xc7\xd6\x04\xbc\x13\x4c\xc1\x12\xbc\x73\x41\x40\xb0\x04\xe1\xac\xd1\x4f\xb7\x5d\x4f\xec\xf5\xdb\xae\xa7\x9a\x42\xe5\x7a\x62\xfd\x6d\xbb\x9e\xd8\xc1\x37\xa4\x6e\x1c\x7b\x4e\x6a\x5d\x52\xa8\x55\x4c\x0c\x42\x06\x7b\x8e\x45\x8f\x85\xef\x5c\x25\x4d\xb5\xbb\x89\x2d\x46\xf8\xce\xda\xd9\xb5\x85\xef\xac\xfd\xf7\x6c\x4a\x4a\xa1\xf2\x7f\xfc\xde\xdc\xce\x4e\x9e\x2a\x64\x3c\xff\x49\x32\x3a\xe3\x63\xd9\xd6\x38\x71\x6a\x28\x17\xf5\x8a\xda\xbc\x9d\x9f\x88\xf1\x36\x66\xf4\x77\xd6\x6d\xa7\x36\x63\x6a\x6c\x28\x58\xd9\xfe\x36\xe1\x40\x2b\x95\xc8\xf6\xd9\xf3\xee\xcb\x21\x77\x29\x48\xe6\xce\x9e\x5a\x6c\xb6\x65\x56\x6d\x8c\xf9\xa8\xe7\xdb\x04\x5f\x3d\x92\x83\x97\xd0\x4a\xb7\xa7\x67\xce\x74\x61\x45\x9f\xd8\x9c\x8d\x15\xbd\xa0\x66\x59\x02\x8b\xde\x2d\x5e\x8a\x4d\x36\xdd\x9f\xf8\xed\xdb\xcc\x10\xc9\xd8\x3f\x51\xca\xb7\xc3\x7f\xee\x9f\x78\x2c\xa6\x49\x2f\x8b\xa9\xe6\x6d\x31\x25\xe9\x14\x1e\x0c\xe1\xf1\xdd\xe8\x46\x79\x11\x48\xf4\x89\xaa\x28\x54\xe8\x13\xa5\x5a\xa8\xd0\x67\xf2\x9b\x8c\x0a\xbd\xef\x2b\xa2\x1b\x38\x91\x74\x1f\xbb\x7f\xe5\xbc\x3c\x2a\x79\xea\x89\xda\xc7\xbf\xf7\x6d\xe7\x91\xbe\x6f\xd4\x29\xe3\x3f\xef\x4c\x47\x91\x65\xb6\x38\x1d\x0e\x70\x63\xae\x8c\x02\x80\xb6\x98\x93\x05\xf2\x6c\xb8\xc9\x97\x28\x30\x1b\x80\xdb\x75\x50\x4f\x71\x02\x1d\xeb\xa3\xe9\xcb\x76\xc6\x3a\x06\x61\x3b\x5d\x22\xe7\x88\x99\x2b\x7f\xbb\xba\x98\x2b\x5b\xec\x09\xc2\x8a\x7e\x6f\x67\x79\xf8\x27\xfb\x0d\x4d\x37\x67\x21\x8f\x4c\x4d\x73\x5d\x79\xa6\x3b\x5f\x46\xda\xa0\x62\x96\x0e\xc0\xce\x91\x67\x02\x17\xb2\x3c\x04\xec\x2c\x04\x40\x2d\x81\x37\x0b\xbe\xff\x25\x48\x66\x25\x02\x66\x99\x8c\x32\x65\x1a\x92\x49\xbe\xb2\xaf\x28\x5f\x34\x43\x25\x72\xca\x15\x53\x8b\xc8\x29\x57\xcc\x30\x7f\xc6\xda\x15\x04\x7b\x00\x11\x04\x0c\x1e\x29\x43\x78\x5b\xce\x45\x73\x53\x76\x80\x85\xcb\xdc\x94\xed\x57\x9d\xb3\x95\xa5\x69\x8b\xfb\x37\x9f\xca\xb8\x52\x52\xac\x60\x72\xb1\x51\x38\xe1\xf1\x8c\x12\xf7\xe7\x1b\x6f\xcf\xab\xdf\xad\x32\xce\xd9\x3f\x52\xa2\x71\x36\x8a\x94\xb2\xc6\xa5\xae\xfc\xc6\x0b\x46\x92\xa5\xf4\xc6\x2b\x46\xd9\x3f\x65\xe0\xc8\xdd\x95\x5c\xc7\x37\x3f\xca\x6c\x96\x4f\x49\x37\xb7\x6d\xb2\x91\x86\xa6\x11\xcd\x31\x35\x2f\xad\x71\xee\xfb\x14\xa2\x3c\x2a\x0c\x8d\xf3\xe0\x33\xa4\xc2\x56\xb0\x29\x09\xe3\xd9\xef\xbc\x27\x8f\x22\xcb\x40\x10\xcf\x5c\x1c\xfe\xbc\xc9\xac\xf4\x46\x40\xe0\x3b\x6d\x3a\x0e\x3d\xa1\x4d\xd2\xe6\xee\xb4\x43\x57\x95\xfb\x57\xb7\x62\x4f\x9e\x54\xfe\xd2\x28\x20\xf8\x46\x95\x0a\x74\xa3\xc2\x0f\xea\x3c\xc7\xfd\x61\x80\x94\xe7\xb8\x57\xf6\x13\xa7\x39\x0e\x58\x41\x20\xce\x5e\x59\x74\x02\x71\xf6\x7a\xa7\x18\x59\x10\x51\x17\x05\xdb\xec\x30\xcd\x2c\xc1\x36\x7b\xfd\xd5\xf0\x92\xe4\xce\xbf\x6c\x81\x66\xad\x0a\x7e\xd9\x2b\x7b\xd2\xcb\x16\x67\xb4\xfa\x97\x0d\xce\x25\xdf\x2d\xb5\x65\x21\x6d\x7d\xd7\x90\x64\x2e\x47\x1f\x16\xfc\xb2\x43\x16\xb4\x5e\xde\x47\xee\x7c\xa7\x5b\x6e\xfa\x20\x55\x2d\x58\x05\x71\x5b\xde\x2d\x36\x78\xb3\x5b\x92\x2a\xeb\x2b\x5a\xe5\xca\x28\x6e\x1f\xa5\x34\xdc\x06\x93\x18\x26\x5f\x66\xc3\x9a\x79\xa8\xb5\xf4\x44\x7a\x3b\xab\x14\x8d\x75\x54\x43\x2a\x39\x4e\x5c\xc6\xc0\xe9\xe0\x02\xfa\xb5\xcc\x4c\xd9\xe6\x7f\xb0\x51\xbf\x1c\x00\xc1\x1a\x34\x89\x65\x9b\xa9\xc2\xfc\x13\x79\xa6\x2d\x61\xa5\x42\xdd\x22\xd9\x0d\xcd\x5a\x19\x13\x26\xac\x95\x2b\xdf\x69\xb1\xb6\xbc\xa9\xf3\x0b\xc5\xd9\x09\x8f\x21\xe6\x58\x4e\x78\xbc\x60\x83\x58\x6f\x5f\x8c\xd1\x31\x9d\xf1\xb8\xcd\xbc\xea\x8b\xf1\x42\x72\xb3\x3b\x92\x9b\x9d\x37\x15\x47\x80\x16\x6f\x38\x26\xa0\xad\xf5\x36\x5f\x1c\x7b\xde\xdb\x97\xdf\x99\x32\x15\xb7\x31\xf3\xa6\xb3\x3a\x31\x53\x9c\x1e\x19\x40\xd9\x7a\xfb\xf6\xbb\xf2\x4c\xb7\x5f\x2c\x9d\x6f\xdf\x7e\xd9\x37\x04\xce\xec\x30\x1e\xac\xb7\x6f\xbf\x4f\xde\x74\xb3\xa9\x5e\x5c\x5c\x6d\xa6\x06\xdd\xe7\xd9\x14\x9c\x2a\x39\x16\x17\x27\x47\x06\xb2\xb6\x9c\x1c\x19\x7c\xe0\x7a\x3b\x97\x20\x3b\xcb\x9b\x7c\xa2\x6c\x18\xe6\xc2\x9c\xb9\x36\xbd\x0d\x13\xce\xfe\xfb\xf6\x4d\x95\x5b\xc4\xdb\x37\xd5\x8c\xb7\x59\xae\x52\xac\x4f\xbf\x9c\x8c\x6f\xdf\x54\x5b\x5e\xd5\x4d\x35\xbd\x72\x00\x44\x7a\xe5\x9b\x6a\x7e\x94\xb6\x3a\xc2\x20\x97\x08\x2e\xfb\xca\xd8\xc8\xe6\x07\xa3\xda\x7a\xfb\x16\x9b\xd1\xf7\x2d\x96\xc3\xef\xed\x00\x88\x74\xd1\xe1\x36\xf1\xfc\x7d\x1c\xd7\xc0\xdf\xff\xd8\x25\xc1\x2e\x2e\x60\x65\xcf\x1d\xee\x63\x07\xc5\xc8\x77\x6e\x76\xde\x74\xb3\x23\xe9\x82\xdd\x53\xa6\x22\x35\x50\xc5\x05\x97\xec\x8b\x1b\xc5\xc7\x81\x0c\x3d\xdf\xc9\x9e\xc1\x8f\x12\x5c\xb2\xe7\x28\xfc\x78\xb6\x31\x13\x3f\x0b\x7e\x09\x24\x99\x05\x18\xec\x0f\xc4\xf7\x79\x66\xe2\x28\x6a\x58\xb6\x66\xd0\x16\x6d\x98\x2d\x97\x34\x73\x5d\x92\xdb\xf0\x2b\xaa\xdd\x6c\x3c\x1f\x18\xf3\x53\xce\xf6\xc1\x8c\xa4\x3e\xf5\x48\xea\x13\xa7\x87\x89\x30\x83\xfe\x31\x5e\x32\xc8\x18\xc1\x25\xfb\x4a\x7d\x36\x0c\x32\xa1\xcd\x7c\x99\x9b\xb6\x99\x2f\x41\x37\xaf\x8f\xad\x30\xac\xfb\x8f\xad\x30\x3d\xcf\x34\x49\x5a\x9e\x59\x81\xe0\x4f\xd8\x4c\x3d\x22\xa9\xd5\x4f\xea\x23\x1d\x27\x92\xfe\x04\x77\x69\x73\x64\xe6\x66\xef\x4c\xc9\x71\xda\x7d\x1c\xf7\xc3\x62\x36\x63\x26\x94\x2c\xeb\xe3\x69\x5f\x23\x55\x7b\x0f\x90\x44\x76\x96\xf1\x24\x03\xe1\x7f\xc0\xee\x7d\x6c\xbd\x69\x29\xc6\xdd\x65\x40\x1d\x14\x84\x2e\xf0\x71\x78\x1a\xd8\xf9\x65\xe6\xcd\xc5\x5a\x16\xac\xb2\xaf\x9e\x0f\xdf\x76\x74\xe4\x4b\x2f\x6d\x7d\xb8\x2f\x43\x33\x88\x3e\xd9\x4e\xdc\x4c\x82\xca\xaf\x48\xe8\xfc\x44\x74\x88\x5a\xc9\xb7\xc2\x87\xe0\x2d\xdb\x97\x71\x41\xd8\x82\xb7\xe0\x93\xdf\x16\xf2\xad\xe9\xe0\x3c\xc7\xb7\xf0\x93\x85\x50\xd2\x7d\x39\xee\x62\x45\x92\x19\x7d\xe4\x3b\xa9\x90\xbf\xef\xa6\xbe\xa3\x79\x8e\xad\x18\x91\xcc\xac\xbc\xf2\xa1\xc2\x5a\x66\x0a\x55\xb0\xce\xcc\xb3\xb7\xb7\xf7\x07\x51\x56\x9a\xc1\xab\x4a\x36\x58\x7d\x48\x6d\x01\x28\x8b\x39\x4d\xbf\x12\x27\x3f\xe5\xd8\xa4\xed\xe5\xb8\x85\xa0\x1c\x75\xd1\x1c\xeb\x8c\x8b\xb1\x32\x15\xe1\x4c\xa1\x0a\xc7\x49\x4b\x85\x46\xaf\x33\x6f\xba\xa5\x15\x49\x0c\x7b\x2b\x92\x1a\x3a\x69\xb6\x38\xe5\x6a\x9a\xe6\xc0\xa1\xd4\xa0\x08\x8d\x3a\x69\x0b\x6a\xe5\x4d\x85\xa6\x22\x5c\xf9\x53\xbe\x95\x64\xa4\x9c\x44\xfe\x57\x87\x86\x78\xe5\x4d\xb5\x74\x44\x92\x55\x2e\xbd\x77\xe0\x50\xfa\x6b\x28\xaf\x73\x6b\xf7\x2d\x58\x64\x21\xac\x78\x0b\x16\x59\xb0\xdc\xef\xdb\xa6\xc7\x99\x67\x32\x3d\x32\xfa\xa2\xd6\x1c\xf0\x94\xec\xdb\x96\x47\x5f\x2e\xf6\xed\xa8\xa2\x99\x52\x6c\x1e\xaf\x79\xe8\x3e\xa5\x7a\x85\xe4\x8c\xbc\xba\x7d\x10\x56\x44\x77\x2a\x75\xb8\x53\x17\x92\x7e\x86\xf7\xad\x7d\x9b\xee\xf0\xd7\x52\xcf\x1a\x5a\xea\xb8\xa2\xbc\x69\x7e\x6c\xa6\x82\x60\x99\x05\x7e\xdb\x7d\x9b\x0a\x31\x7d\xb2\x52\x80\x69\x63\xdf\x26\x23\x20\xc6\x6a\xdf\x0e\xc2\x25\x84\x70\xdf\x8e\x6e\xc4\x93\xbd\x6f\x87\x31\xa4\x05\x0e\x4e\xe8\x7c\x69\xc2\xc1\x0c\x80\x23\xce\x58\x53\x42\x34\x0e\xf6\xca\x7d\x3b\x98\x87\xd9\x2f\x44\x63\x01\x74\xb1\x6f\x33\x0c\x0e\xaa\x77\x30\x0f\x6b\x51\x88\xc6\xc1\x6e\xbc\x6f\xc7\x94\x65\xdc\x1c\xbd\x93\x31\x75\xf4\x43\xc6\x46\x9c\x82\x2b\xff\x4d\x91\x88\xb0\x30\x6d\x13\x5f\x12\xef\xbe\x45\x7c\x59\x30\x26\x6f\x81\x1d\x0b\x1c\x25\xbb\x38\x94\xe7\xf7\x26\xba\x4d\x8a\x91\xc3\x7f\x46\x52\x97\x18\x7e\xf3\x60\xb2\xa9\xef\x02\x01\xfa\x95\x87\xea\xd3\xfc\xb7\xa9\x63\x9b\x25\x93\x0b\xde\x16\x64\x32\x90\xff\x2d\xc4\x64\xbc\xd0\xbb\x98\x64\x70\xf0\xa6\x43\x7b\x1a\x9d\x72\x68\x0f\x13\xc5\x9c\x99\x8b\xc1\x17\x3e\xb2\x0c\x66\xad\x19\x34\x47\x6a\xd0\x26\xb9\xd2\x43\x83\x18\xf8\xbd\x46\x47\xb6\xeb\x8e\xe8\xa6\xa5\x7a\x35\x8d\xe9\x56\x6c\xbb\x66\x2e\x9a\x25\x13\x26\x9a\x2d\xfc\x63\xa0\xfa\xbb\x38\x60\x87\x7f\x5f\x1c\xb0\xc3\x0c\x12\x18\x72\x70\xfa\xec\xe2\x80\x9d\x5f\x29\xce\xfb\x79\xd3\x0b\x47\xec\x8c\xbc\x2a\xeb\xf4\x8c\xa4\xc1\xcf\xef\x56\x02\x1c\xc8\x3d\x76\xf1\x54\xef\xf4\x77\xbb\x13\xa9\xc2\x9d\x48\x0d\x9a\x5e\x9d\xee\x6e\x4f\x2f\xba\xab\xb4\xc1\x23\x65\x3a\xc2\x8d\x49\x5a\x58\x22\x94\xe2\x40\xde\x74\xe2\xbb\x60\x26\x7a\xfc\x86\x92\x33\xff\xd3\x7b\xab\xf3\xee\x7d\x45\xdd\x3f\xb0\xb2\x6e\xa3\x24\xc7\xe5\xcb\xf0\xae\x44\x80\xd3\x3a\xa3\x1d\x3b\x7e\xe8\x5d\x1d\x90\xc6\x9a\xad\xce\x58\xf9\x50\xb0\x88\x32\x27\x5c\x6a\x5b\xe0\xc7\x09\xe4\x6e\x8b\x28\x73\x12\x2c\xb0\x05\x85\xac\xdc\xa3\x77\x35\x7e\x0c\x94\xe2\x16\x14\xb2\x72\x91\xde\x30\x65\xb2\xdb\x0a\x18\x59\xb9\x10\x6f\x33\x65\x02\x73\xdf\x42\x42\xce\x9e\xc6\x88\x2c\xa3\xe7\x4d\x81\xd0\x89\x6a\xd8\xd5\x31\x3c\x23\xcf\x34\x74\x85\xda\x45\x15\x08\x89\xc1\xae\xa6\x0a\xe4\xf7\x0b\x22\x59\x81\x1a\x6d\x21\x24\x2b\x30\xa4\x2d\x48\x64\xe5\xc2\xbf\xab\xa1\x37\x19\x27\x9b\x83\x6e\xc6\x50\x3c\x99\x25\xed\x34\xea\x9c\x73\x47\x08\xc8\x8a\x31\x60\x57\xe3\x70\x56\xbe\xd3\xf0\xfe\x9e\xa9\x2d\xe9\xbb\x90\x37\x50\xf3\x6d\xc1\x1d\x27\x11\x24\xbb\xda\xa5\xc2\x42\x14\xd8\x71\x72\xa7\xdc\xd5\x1e\x95\x99\x52\xde\x2a\x33\xdf\x7d\x54\x26\x92\xc3\x1f\xd8\x14\xaa\x3d\x2a\x2c\x75\x41\x1d\x2b\x28\xdc\x5d\x1d\x96\xc3\x5e\x5a\x3d\x31\xf3\x37\x8f\x46\x97\x33\xb7\x3a\x2c\x67\x45\x12\x96\x68\xe6\x4d\xf7\x28\x35\x68\xc2\x64\xfa\xc8\xbd\x42\xd4\xc4\x36\x5f\x26\xf0\x96\x6d\xbe\xcc\x9e\x7f\xa4\x24\xc2\x50\x4b\x6e\xe1\x21\x6f\x92\x4d\x7d\x45\xab\x92\xd6\xb3\xf7\xe3\xb4\x76\x10\x31\x6e\xe3\x23\x87\xd3\x1f\x7e\x45\xfd\x0b\x76\x73\x91\x64\x56\x00\x69\xfb\xf1\xc4\x2f\x79\xa6\x7e\xfc\x87\x48\xf2\xfd\x38\xce\x0d\x2d\xcb\xb0\xca\x79\x5d\x11\xb7\x46\xee\x46\x3a\x92\x52\x87\x3d\x61\x79\x53\xab\xe2\x57\xbf\xfe\x62\x49\xbb\x15\x5c\xc5\x1e\x09\x81\x26\x47\xc2\xe3\x35\x82\xae\x6a\x3a\x4d\xcc\x67\x1b\x3a\x4d\x0e\x08\xd3\x69\xc2\xe7\xb8\x85\xb5\x9c\xc4\xb0\x6c\x61\x2b\x67\xb6\x4f\xe7\xda\x6e\xd9\xe9\x1f\x2e\x6e\xbf\xa7\xdb\x8c\xad\x29\x48\xfe\x3d\x3c\xa3\x5b\x40\xc7\x09\xb8\x76\x3f\xcc\x5b\xbe\xb4\x31\x00\xc4\xda\x36\xa5\x65\x94\xde\xc7\xd8\x9d\x87\x4e\x8a\x19\xb0\xb0\x83\x0b\x81\xb8\x08\x17\xdf\x02\x20\x2e\x82\xb2\xf7\xe3\xd0\x1c\x74\x97\xc7\xe9\x54\x31\x85\xef\xc7\xb1\x39\x6c\xa2\x8f\xdd\x7d\x0f\x63\xec\xd0\x9c\x4c\x15\x51\x61\x96\xdf\x77\x72\xa9\xcd\x48\x2f\x55\x91\x37\xdf\xce\xad\x92\x62\xd4\x0b\x46\xc3\xc4\x98\x85\xd9\x69\x62\x4c\x3c\xd3\x5b\xc4\x98\x0b\x78\xf3\x6e\x66\x77\x87\xe1\x6a\x8b\x26\x73\x01\x00\xda\xa6\xc9\x84\x39\x61\x37\xf2\xe0\x8d\x88\x8a\x8c\xfa\x95\xe3\x86\x17\x24\x35\x9c\xb6\x35\x07\x9e\xd9\x34\xb1\xcd\x85\x59\x52\x8a\x32\x93\x15\xce\xa5\x66\x7c\x19\x7f\xbc\x39\xf0\x8c\x65\xd3\x1c\x78\x96\x1e\xa2\x4a\x72\x1f\x6b\x56\x11\xd2\x6e\xa5\x26\x23\x9a\x7d\x37\x47\xa5\x71\x62\x37\xbb\x02\x7f\xdf\xb9\x13\x34\x4d\xf1\x92\xf8\x53\xb6\x40\x8f\x0b\xd0\xc0\x16\xe8\xb1\x82\x11\xde\x06\x3d\x02\xaf\xdb\xcd\x11\x6b\xa8\xe3\xe2\xcc\xac\xfd\x61\xf0\x37\x5b\x03\x7d\xda\x1e\x7d\xfa\xb4\xdd\x43\x7a\x8f\xd1\x8a\x75\x6a\x3e\xcd\xd2\xf2\xa1\xdc\xb2\x35\xd2\xf0\xc9\x4b\x53\x45\x99\xd9\xd3\x61\xa1\x8a\x60\xf6\xd9\x26\xd0\x84\x20\x60\x0b\x3c\x59\x7b\xba\xaf\x28\xa2\x92\x4e\x39\x82\xed\xc9\x33\x2f\xfe\x3c\x53\x17\xd1\x49\x9a\x23\x2b\xb9\x9c\x98\x4d\xb3\xa4\xc3\xc7\x4c\x2f\x19\x45\xbc\xe2\x2d\xef\x7a\x82\x45\x6a\xaa\x91\x3a\x04\xdb\x05\x61\xb6\x9b\x39\x62\x33\x52\x5e\x34\x28\x0f\x42\x60\x56\x28\xdc\xb6\xc9\x35\x4b\x7e\x86\x97\x10\xdb\xab\x01\x96\x1d\x68\xde\x16\x63\x66\xed\xac\x36\x31\x66\xae\x5c\x62\x0d\xaf\x9c\x17\x07\x61\x77\x44\x26\x2b\xba\x1b\x67\x84\x43\x69\x3b\xfb\x35\x60\x93\x2d\x46\xcc\xb5\xca\x7f\xd0\xa4\xbb\xe3\xdb\xf8\x53\x42\x57\xae\xdc\x4d\xc5\x8f\xb9\x30\xbe\xed\xee\xf9\x5e\xf3\xa6\x98\x47\xd3\x2b\xd1\xc2\x02\x1f\xda\xc2\x56\x2e\xcc\x6d\xbb\x83\x34\x62\x29\x76\x07\xbf\x71\xa6\x89\x29\x73\x61\x0b\xdb\xdd\xa9\x4a\x67\xaa\xff\x93\xcb\x3a\xc5\xa8\x4f\x4f\xbe\x73\x96\x5a\x36\x5f\x80\x98\xa8\x44\xdd\x6e\x71\xfe\xa2\x81\x98\x0f\xec\x5c\xbb\x3b\x35\x29\x17\x67\xc1\x32\x17\x06\xcd\xdd\x1d\x19\xd7\x52\xa8\x20\x7d\x9c\xf6\x82\x69\xae\xf5\x2b\xc5\xee\xf4\x54\xa8\x3e\x55\x7a\xb1\xdd\xa7\x7c\xe7\x3e\xe5\x3b\x85\xc9\x71\xbe\x74\x87\xc9\xad\xd4\xf7\xd6\x9b\x91\xe4\xf7\xcf\xff\x95\x8e\x02\x22\x6a\x77\xbb\xb7\xd0\x4a\x9c\x58\xbb\x57\x36\x86\x6e\x18\xf1\x93\x57\x15\x1c\x85\x52\xd4\xed\xef\x62\x66\x0a\xfa\xb9\xc0\x2b\xed\x6e\xbe\xd8\x99\x42\xdd\x25\x9a\xed\x20\xb9\x99\x37\xdd\x89\xd4\xa7\xa9\x57\x19\x6d\xa5\x8f\x07\xcd\xb9\xbb\x23\xe6\x6c\xf6\xdd\xe6\xd3\xec\x39\x87\x05\xee\x7c\x88\xc3\xd9\x02\x77\x2e\x0c\x6e\x5b\x74\x9a\x0f\x31\x25\x7b\xd8\xaf\x6a\x7b\xdf\x16\xd4\x73\x61\xc1\xdc\xc3\xae\x54\xb4\x30\xf1\x65\x2e\x0c\x75\x7b\x98\x1e\x79\xe6\x3b\xcd\xa7\x95\xef\x3c\xf6\xa9\xdd\x2b\x26\xb5\xab\xd9\xec\xc2\x82\x88\x3e\x04\x37\x6d\x43\x44\x1f\xd2\x5c\xec\xe1\x6c\x95\xa8\x99\x02\x85\x2e\x4c\xb4\xdb\xe9\xbb\x5b\xfe\xa1\x59\x36\xe7\x85\xaa\x37\xbc\x10\x58\xfa\x83\x6d\x99\xad\xd7\x60\xce\x0b\x7e\xa8\x6d\xa6\xcc\x0b\x16\xa6\x6d\xa6\xcc\x0b\x6a\xab\x3d\xcc\x5e\x0c\x9b\xd3\x36\x55\xe6\xd5\x52\x8f\xa6\x2a\x31\x78\xdb\x64\x98\x13\xda\xd5\x6d\xf6\xcb\xab\xe5\x97\x48\x15\xb9\x20\xb1\xdc\xc3\x81\x6e\xcc\xc8\xe1\x30\x4e\x68\xa2\xb6\x41\x9f\x17\x04\x53\x7b\x18\xdd\x01\x17\xd5\x1e\x8e\x66\x63\x81\x08\xf6\x79\x5f\xc0\x29\xf7\x30\x7e\x1d\x64\xe2\x76\x4a\xef\x0b\xc2\xab\x2d\xb2\xcc\x6f\xef\xf8\xa5\x66\x73\xc0\x82\xbc\x8d\x12\xed\x33\xbf\xd8\xe8\xf6\x96\xff\x7f\xdc\x81\xfc\xc8\xa3\x0e\x70\xb6\x8b\x2e\xf3\xdb\xe2\xbc\xfb\xb1\xe8\x6a\x8d\x1b\xbd\xa0\xeb\xda\x62\xcc\x7c\x88\xac\xdc\xd3\xcc\xc6\x6c\x77\xd3\xb6\x58\x5c\xfb\x5b\x38\xd2\x6f\xa5\x11\x85\xd5\x67\x5e\x1b\x48\x7a\xc1\xed\xb5\x8d\x24\xbd\x00\x81\x6e\x41\x49\xbf\xcd\xef\x88\xcb\x4f\xff\x9d\x5b\x60\x0b\x69\xfa\x10\x9b\xbb\x27\xa0\x3d\x4e\x39\xa0\xa6\x24\xb2\xd8\xd3\x8c\xc9\xd0\xcb\x6f\xc3\x4b\x2f\xa0\xb6\x5b\x88\xd2\x87\xf0\x81\x3d\x1d\x19\xca\x70\x1b\x43\x7a\x41\x70\xb6\x0d\x22\xbd\xa0\x66\xdb\xa6\xef\xbc\x80\xd7\xee\x49\xa4\x68\x6a\x75\xa4\x28\xd0\xf6\x3d\x1d\x29\x3a\x22\xd9\x53\xfb\xe4\x5d\xff\xc7\x2b\xa2\xa1\xb2\xfc\x2a\xa7\x28\xbf\x08\xa6\xda\xd3\xa1\xa3\x23\x0d\x56\x3c\x31\xca\x9d\x01\xa9\x17\x24\x77\x7b\x3a\x4b\x35\xfa\xdc\x74\xe2\x55\x4e\x7b\x83\x4e\x2f\x68\x43\xf6\x64\x19\xb1\xc5\x4f\x96\xd1\x95\x97\x0d\xe2\x49\x67\xb4\x8e\x56\xac\xd8\xd3\xcc\x7a\x7d\xa6\x56\x85\x11\x13\x47\xbd\x8d\x4b\x6d\x80\xa7\xb7\xf0\xa5\xf7\x7d\xe7\xa7\xdb\x9f\x9c\xb3\x6c\x9a\x09\xf9\xfe\x89\xdf\xd9\x34\xd3\x46\xa0\x4e\xd4\x6a\xa8\x53\xfe\xaa\xe2\x9a\xe7\x9d\x37\x8d\x74\xca\x3f\x76\xd8\x07\xd8\x83\x2d\x02\xd1\x67\x66\x02\x83\x7b\x62\x11\x99\x41\xf4\x86\x14\x73\x9b\x42\xf4\x22\x08\x60\x9b\x43\xf4\xce\x79\xba\x26\xde\x97\x8a\x28\x54\x14\xeb\x6f\x11\x21\x32\x23\x2a\xd6\x00\x6c\xc4\x5e\x46\x49\x31\xa2\x82\xaf\x3e\xf3\x57\xe9\x72\x93\xf2\xf0\xe8\x61\x3e\x34\x07\x20\x1d\x5f\x00\x9f\xd8\x67\x97\xe3\x46\x63\x74\x59\x8b\xf6\xf2\x2d\xb4\x78\x69\xaf\xdc\x78\x0f\x0c\x55\x5b\x69\xd5\xbf\xdf\xe6\x69\x73\x83\x69\xbf\xe3\x4a\xc1\x84\x6c\x63\x58\x9f\xb8\x12\x44\x55\xfa\xcc\x3b\x92\xff\x4d\x47\x32\x0c\x8d\xdf\xb8\x16\x3f\x27\xb5\x1a\x86\x96\xfe\x98\x61\x19\xb0\xc9\x76\x16\x76\xd2\x84\x6d\xe3\x58\x6f\x60\xf9\xdb\x59\xd8\x67\x0a\x12\x04\x70\xb2\x9b\x1b\xc7\x3a\xf1\x24\xef\xb5\xe9\x1b\x9d\x21\x7d\x7f\x5a\xe8\xb4\xc3\x77\xc6\xc5\x7c\xcb\x77\x7e\x3a\xb3\x9f\x23\xc6\x29\xdc\xef\x4c\x68\x52\xb8\xc3\x9b\xba\x85\x6d\x7d\xe6\xef\x5d\x77\x2e\x53\x62\xf3\xb3\xf8\xb1\x76\xec\xc5\x5e\xba\x0e\x57\x0e\xbe\x75\x70\xca\x9d\x0e\x39\x42\xe0\xfa\x89\xef\xff\xfb\x7f\x8d\x08\x9b\x6d\x1e\xd2\x3b\xd7\x33\x21\x4c\x5b\x4e\xfb\x9d\x40\xa6\x81\x58\x5c\xcd\x42\x74\x74\x2e\x1a\xab\xe0\xa8\x2d\xca\x87\xe1\xa8\x77\x6e\x5a\x49\xb7\x8e\x7a\x07\xa5\x68\xd4\x62\x73\x8a\x76\xf2\x10\xed\x6d\x70\x5f\x2e\x54\xdb\x09\x18\x7b\xfd\x77\x94\xcc\x36\x44\xf5\xce\xfe\xb8\x89\x08\x40\x05\x13\x62\xb5\x01\x54\xdc\xa6\x27\xbd\x73\xfd\x83\x9f\x34\xf7\x46\x13\x94\xde\xb9\xd5\x08\xc1\xda\xa2\xd6\x9a\xa1\xf4\xce\x0d\x04\x8a\xd2\x58\x50\x85\x61\x6d\x00\x17\x37\xc9\xdd\x33\xfc\x9b\xb0\x96\x96\x92\x1c\x6b\xfc\xe4\xa9\x62\x8d\x57\xca\xb5\x2f\x65\xa6\xc1\x74\x8e\xbf\xe3\x4c\xc7\xb9\xe9\x09\xe4\xda\xe2\x16\x10\xc8\xf5\xfb\x90\x4f\x1d\x57\xcd\x11\xa3\xd4\xf0\x8d\x60\xb6\xbd\x09\xab\x6e\x29\xc7\x7d\x63\x1d\x99\x36\xf5\xce\x2d\x6d\x3b\xae\x1a\x88\xd5\xde\xc4\x55\x3f\x29\xea\xb8\xaf\x79\x59\x90\xc8\xf4\x6d\x3b\x52\x39\x63\x68\xb0\xd0\xca\x0c\x31\x5a\x08\x46\xa0\xbd\x4d\x00\x9d\xbe\x19\xaf\xf8\x9b\x97\xf6\x4f\x5f\x25\x25\x4d\xbd\x1b\xc9\xd1\xa0\x33\xe5\x9a\xb8\x7c\xa6\xdc\xa3\x77\x53\x90\x9b\x84\xfa\x6e\x24\x6b\x8b\x19\x45\x6c\xa7\x0d\x62\xc3\x2d\xb6\xd3\x06\xe9\xe0\x36\xbd\x69\x89\x96\x7c\x60\xd3\xe5\xc2\x62\x7e\xd3\x92\x3b\x8a\xa1\xac\xc9\xc5\xb7\xcd\x70\xda\xa2\xd2\x1e\xcf\xfe\x98\x2f\xcd\x71\x5a\xe0\xa3\xd8\x87\xe8\xe9\x27\x4f\x1d\xf7\xc4\xef\x30\x7a\xb5\xc0\xbf\xb0\x0f\xf1\xd2\xfc\xca\x63\x02\xde\x27\x3d\xf8\x4e\xe9\x16\x85\xf1\x18\x7c\x11\xe7\x37\xdc\xa6\x51\x36\x4d\x6e\x5a\x60\xdf\xd8\x62\x37\x6d\xd1\x67\xc4\x6e\xda\x88\x7e\xdc\x66\x37\x2d\x24\x2c\xd8\x20\x5f\xd1\x77\x83\x7c\x65\xba\x9b\xfb\xb4\x40\xed\xb0\x8f\x31\x6b\x70\x8c\x6c\xa7\x7f\x2f\xb9\x31\x89\x19\xb5\x45\x37\x36\x30\xb6\x3c\xf9\x01\x01\xc6\xe6\xdd\x6d\x91\xf6\x9a\x9f\x1e\x6e\x8e\x6d\x64\x6c\xc7\x7a\x71\xcc\x56\x4f\xc4\xc3\x36\x36\xf6\xe7\xb4\x13\x21\xea\x9d\xe8\x84\xed\xac\xee\xf3\xe2\x20\x71\x22\xf7\xfa\xfb\x77\x90\xd2\x63\x17\x12\xd5\x69\x1b\xf9\x1b\x9a\x6b\x31\x6e\x99\xea\xb4\x46\x61\x11\x5c\xf6\x2b\x36\xc4\x62\xf1\x46\xac\x16\x2b\xe2\xa3\x92\xf2\xb0\x79\xfe\xe4\x53\x05\x71\xf3\xe3\x8c\x84\x4d\xe4\xe7\xfe\x23\xe3\x36\xd3\x47\x94\xa3\x2d\x13\x51\xb9\xd7\xef\x9a\xa9\x26\x28\xec\x6f\x41\x0a\x09\x7b\xd7\xdc\x11\x94\x80\xfd\x2b\x52\x6e\xb6\xa6\x3c\x55\x3c\x78\x4c\xde\x7f\x06\x24\x50\xa7\x0d\x0b\x94\xea\x6c\x5e\x58\xb5\x04\x68\xed\xfd\xba\xff\xbd\xb3\x3b\x75\x7b\x5c\x92\xf0\x9a\x32\x03\xcd\x6b\xfa\x5c\xa9\x5c\x5e\x6e\x76\x37\x81\x5a\xc7\xc3\x66\xfc\x67\x52\xc8\x15\x49\x5e\x40\x76\x45\xf3\x98\x3e\x9c\x0e\xf0\x98\xce\xdf\xab\x32\x4d\xa6\x17\xc7\x0e\x95\x7c\x68\x57\x0f\x8d\x51\x74\x07\x91\xcc\xfb\xcf\xee\x87\x92\xc6\xd8\x30\x1f\xc9\xb6\xb9\xbc\x29\xf7\x0a\xa5\xbc\x6c\xed\x65\x25\xbc\x6c\xed\xe5\xb7\x39\xa9\x7b\xf0\x0e\x2f\x9b\x77\xb9\x87\xbc\x1c\xf7\xc1\x89\x21\xcc\x6b\x05\x13\xbc\x85\x79\x5d\x71\xe3\x0b\xf3\xfa\xe4\xa8\x79\xd9\x04\xd0\x52\xa6\x58\x8a\x5a\xde\xb4\x09\x20\xa5\xc8\x72\xd1\xd2\x16\x5d\x2a\xd2\x32\x53\xe9\xa4\x65\xcb\x77\x5d\x34\xcc\xd7\x32\x57\x39\x07\xcb\x0b\xa5\xf1\xc9\xa7\x28\x8d\xf9\x16\xa5\x97\x26\x18\x7a\x08\xb5\xf7\x7e\x59\x4d\xcc\x58\x71\x86\xa6\x9b\x3a\x43\xef\x2b\x05\x99\x3a\x7e\xa5\x9a\x8f\x76\x71\x5e\x65\xff\x49\x67\x94\x10\x3e\x46\x8a\x97\xb3\x2c\xe6\x51\xfd\xbf\xff\x37\xd3\x56\xdb\xbf\x68\x9a\xce\xcb\x58\x58\x0d\xa5\x9d\x19\x55\x26\x26\xff\xc6\x2c\x37\x3d\x83\x25\x2f\x59\x36\x25\x21\x62\xbf\xf3\x8d\x1e\xfa\xb2\xff\xeb\xd3\xb1\xd2\x9f\x77\x7d\xe0\x45\x12\x54\x84\xd6\xe8\xb8\x1b\x51\x80\x04\x82\x5d\x69\x8d\x80\xd4\xf1\xc7\x82\x73\x65\x13\x14\x23\x69\x8f\x73\xef\x0d\xa5\x23\x53\xd3\xa9\xdb\x83\xa9\x78\x73\x77\x99\x48\xc2\xc2\x8d\x14\xa3\xdd\x92\xb5\x27\x12\xd2\xf1\x5c\x79\xb6\x84\xa1\x49\x29\x5b\x52\x45\xfa\x2e\x93\xeb\x27\x7d\x24\x79\x3d\xc3\x25\x9a\x32\xed\x79\xaa\x79\x26\x0f\x11\x17\x0f\x71\x89\x56\x22\x92\xf6\xdb\x7e\xa8\x9f\x24\xef\xec\xef\x3b\x2d\x60\x66\xe6\xdb\xac\x76\xec\x65\x6f\xac\x48\xfc\xf9\xb7\x79\x93\x08\x2b\xdd\x6f\x67\x0f\x62\x11\xbd\xb9\x0c\xa7\x01\x5c\x86\x6b\x9e\xfa\x3a\xc0\xfe\xfa\xb6\x4e\x9f\x3f\x2e\xfc\x6a\xbb\x33\x3a\x5b\x13\x93\xc3\xc2\xf8\xd5\x02\x93\xd2\x16\x62\xb5\x11\x4e\xbf\x8d\x58\xcd\x89\x24\x8c\xea\xbd\x32\x58\xc6\xe3\x8d\x3c\x1b\x1a\x64\xaa\x30\x79\x2d\x33\x4c\x69\xd6\x6b\xc9\x10\xd8\x31\x9a\x4e\x1e\x05\xec\xe3\x15\x33\xdd\x67\xef\xff\x86\x03\xee\x70\x81\xb2\x32\x3f\x56\xfb\xc9\x5d\xb8\x3f\x84\xf4\xd0\xc9\x8f\x51\xf7\xd1\x4a\x45\xe4\xf9\x3d\xaa\x1a\xa2\x41\x4e\x08\x7f\xea\x72\x24\x85\x30\xe4\x33\xa9\x14\x8c\x86\x93\xae\x93\x85\x6b\x1b\x7c\x0a\xf7\xd8\xfe\xd8\x13\xc5\xd9\xf3\x31\x84\x8f\x86\x2e\x0f\x5b\x3e\x23\x06\x07\xc9\x27\x4f\xde\xdc\xfa\x6b\xa9\x4e\x8d\x5c\x08\x72\x49\x42\xe7\xb6\x9d\x66\x3d\x3e\x52\xd1\x6f\xf6\x80\x43\x3e\x36\x5c\xfe\x5a\xa6\xad\x86\x54\x72\x5b\x60\xd3\xf1\x5c\x79\xd5\xc7\x12\x4d\x13\x62\x2f\x08\x0b\xc1\x4b\x07\xd1\x0f\x5b\x7c\x9b\xe3\xc1\xfa\xe3\xa4\xeb\x13\x3e\xd7\x2d\x9c\x68\x25\xe8\x6f\x9b\x54\x93\xd8\xc1\xfd\xb1\xf7\x92\xa3\xee\x43\x76\x7e\xb6\x97\x8f\x99\x04\x7b\x3e\x94\xc9\x37\x63\x88\x31\xd0\x03\x70\x2e\x6c\x1e\x1e\xd4\x63\x68\xe6\x45\x00\xf8\x31\x34\xf3\x22\x76\xe0\x18\x9a\x79\x93\x5a\xe0\x18\x9a\x79\x93\x48\xf3\x5c\x32\x07\xa2\xd4\x9c\x0b\x13\x88\x8f\xa7\x73\x7d\xe7\x51\x23\xfe\xec\x5c\x5c\x26\x7b\xde\x35\x51\xc0\xca\x53\x6b\xa7\x2d\xa2\x78\x6c\x00\x19\x1f\xf1\x67\x8e\xb4\x48\xce\xf0\x87\xc6\xcb\x17\xfe\xf0\x95\x31\xf2\x56\x2e\x8f\xc0\x9f\xa1\x00\x3d\x22\xcf\xec\xa4\xc3\x39\x97\x7d\x3a\x11\x14\x0c\xe3\x09\x7d\x8c\xf6\x24\xe8\xfc\x08\xec\x79\x3f\x2d\x9d\x50\x9c\x07\xf0\x86\x23\x78\xe7\xcd\x44\x3a\x4a\x87\x5e\x08\xf8\x3f\x62\xc4\x2c\x44\x99\x1c\xe3\x39\xc9\x25\x70\x84\xe7\x2c\xc4\x95\x1c\x61\x36\x83\x30\x3b\x97\x29\xb7\x17\x35\x6c\xaf\x7e\xca\x64\x3a\xd0\x6c\xc3\xe5\x51\x4c\x8e\xa9\x2d\x17\xdc\xb8\x47\xd4\x96\x0f\x97\xc7\x63\x0c\xa7\x6f\x78\xe7\x0a\x81\x4f\x3e\xec\x1a\x99\xbc\x69\x08\x67\x9a\x23\x3c\xc7\x93\x67\xba\x11\x61\xad\x3e\x57\x0e\xb1\xb4\xe7\x7c\xcb\xe9\xf4\xd1\xf8\x24\xfc\xe9\xe7\x32\x33\x71\x9e\x7d\xf4\xa6\x1f\xdd\x0e\x97\x8d\x20\x84\xca\x85\x50\xb4\x67\x0c\x24\xed\xa7\x3d\xcf\x94\x96\xc6\xbb\xcb\x11\x0e\xf3\x4e\x82\xf9\x23\x20\x66\xc8\xed\x8f\xf0\x94\x49\x59\x73\x84\xa7\xbc\x33\xdc\xa2\xb9\xec\x6c\xfd\xc7\x49\xcd\xef\xb4\xc5\xf6\x60\x7e\xf6\x6d\xfb\xef\x45\x99\xbe\x87\x01\xe7\x3c\x62\xbd\xbc\x89\x80\x38\x66\xbd\xec\xb0\xdd\x9c\xdb\xe6\xdf\x2b\x75\x38\x84\xea\xdf\x31\x35\xc7\x94\x98\x2b\xed\x96\x86\xc4\x74\xbe\x9d\x3b\x8f\xc9\x26\xf8\x66\x87\x89\xec\x38\x8f\x79\xad\xf4\x50\xd8\x76\xf2\xa9\x1c\xb3\x5e\x82\x87\x38\x22\xbd\x0c\x0a\xfb\x38\x8f\x39\xe1\xbf\x47\x18\xd0\xa4\x68\x3a\x22\xbd\xec\xc4\x3f\x1c\x93\x5e\x26\x50\xe6\x08\x20\x1a\xb2\xf9\x63\xd2\x4b\xf4\xc7\x23\xb8\x68\x27\x97\xf6\x11\x5c\xf4\x06\xe4\x70\x6e\xd3\x67\xa4\x42\x5b\x0f\xf2\x2b\x30\x1e\xa4\x46\x29\x5a\x25\xff\x50\x90\x75\xd2\x4d\x9e\xdb\x4e\x14\x42\x85\xcf\x6d\x53\x42\x06\x43\xb3\x12\xce\x97\x73\x1f\x58\xcd\x90\x7c\xeb\xcd\x9b\x1f\x73\xd1\x59\x2c\x56\xb5\x18\x9b\x62\x16\x36\x5a\x53\x3c\x31\xd9\x13\x8b\x29\xd9\xac\x12\x1f\x21\x46\x3b\xa9\xc4\x8f\xa9\x33\xd9\xcf\x4f\xb1\xfd\xe1\x49\x99\xfa\x33\xd6\x7c\x8e\x60\x9f\x9d\xcb\xca\x29\x0e\x6e\x2b\x29\x53\xbb\x23\xfb\xb7\x79\x32\x41\x55\x1c\xa5\x4a\xef\x04\xb4\x1e\x41\x42\x93\x92\xee\x14\x1b\x1a\xe8\xbc\x40\xa0\x37\x70\x88\x23\x10\x68\x07\x77\x77\x8a\xe9\x85\x98\xf9\xc5\x21\x72\x35\x6f\xba\xd5\x79\xa6\x19\xd4\xf2\xcc\x21\x79\xb4\xcc\x21\x72\x3f\x49\x5b\x3c\xf3\x50\xf8\xd0\x5e\x33\x12\xde\x48\x4b\x5a\xa6\xa1\xc7\xe9\x71\x04\x02\xbd\x1b\xf4\xeb\xa7\x70\x44\x66\xa0\xec\x8e\x18\x54\xe2\x44\x3f\x2b\xaf\xaa\xd8\x3b\xe5\xc8\x50\xc4\x2c\x35\x7b\x65\xfb\xf5\x58\x31\x18\x3d\xad\x3b\x04\xe2\x21\xe9\x0e\x44\x44\xf9\x71\x1e\x75\x58\x02\x8e\x30\x9b\xbd\x67\x88\xb5\x7b\x02\xf7\x3a\x4a\x9c\xde\x7b\x1a\x2e\x2b\x04\x50\xa8\x03\x80\x73\xa6\x14\xfd\xee\x9b\xdf\x26\x87\x06\x90\xba\x53\x1c\x05\xc7\x36\x5b\x7c\x03\x60\xa7\xa9\x9e\x96\x35\x92\x9a\xed\xab\xca\x11\xe3\x65\x07\x6a\x78\x84\x01\xed\x40\x29\x8f\x20\xa0\x37\x90\xc1\x03\x04\xd4\xaa\xf4\x11\x02\xb4\x63\x15\x38\x42\x80\x76\x94\xf5\x63\xfa\xcb\x1c\x07\xc6\x7c\x02\x12\x3c\x75\x12\x18\xd1\x11\xdd\xec\x82\xa4\x5f\x51\x23\x69\xc7\x00\x96\x75\xc4\x86\xd9\xb1\xc4\x1e\x41\x40\x3b\x6c\xce\x47\x10\xd0\x9e\x53\x4e\x10\xd0\x0e\x68\xed\x98\x19\x13\x80\xe6\xa9\x8e\x82\xe3\x54\xad\x24\x35\xa5\x17\x0e\x53\x5a\x29\x65\xf8\xe4\x42\x5a\xfa\x2e\x6f\x2a\xc4\x25\xe3\xeb\xe3\xff\x3f\x64\xfc\x3a\xd5\x7e\xbc\x95\x42\x3d\xa3\x19\x1a\x6b\x95\xac\x04\x21\x49\xef\x46\x2a\xfc\x53\x1d\x3f\xc7\xc6\x6e\x6e\x4d\x20\x7b\xa7\x32\xf7\x69\x37\x76\x98\x48\xc6\x61\xa5\x14\xcf\x35\x2a\x74\xa2\xac\x9e\x32\xd5\x43\x16\x3e\x39\xd4\xcb\xef\xe1\xd1\xca\x4f\xa1\x7f\x92\xf2\xaa\x7b\xc1\x00\x6f\xeb\xc6\xf9\xce\x13\x91\xdf\x24\xc8\x33\x01\xb7\xa7\x7a\xfd\x4c\xde\x3c\xfe\x69\x74\x89\xe5\xc3\x00\xfb\x22\x94\x69\x79\xdc\x50\x26\xb0\x43\x88\x88\xab\x3e\x8f\xc3\xec\x18\x60\xe1\x3e\x47\x0e\xe0\x07\x2f\x07\xd3\x54\xb0\xcf\xc1\xcd\xf4\x3c\xbe\xed\x32\xa4\x42\x7d\xde\x0f\xe1\x6c\xe7\xf1\xe5\xf7\x62\xe5\x0b\xf7\x39\x72\x92\x0a\xda\x39\x30\x2d\x1f\x41\x3b\x07\xd6\xbe\x23\x64\x67\x27\x4a\xe1\x08\xd9\x79\x43\x74\x7d\xcc\x9e\x99\x23\x48\xc8\xce\xf1\xdc\x69\xb8\xc2\x6f\x4b\x6a\xf8\xa8\x06\x6a\x17\x68\x1f\x6b\xe3\x11\xb2\xb3\x63\xb2\x38\x42\x76\x76\xf0\xee\x47\xd4\x98\x03\x03\xf3\x31\x33\x26\x8e\xc9\x23\xf4\xe6\x88\xfa\x21\xf0\x66\x27\x80\xe0\x3c\x4c\x6f\xda\xa9\xe9\x0d\xa2\xe4\x3c\xe6\x42\x5a\x91\xd4\xce\x5f\x5b\x14\x67\xc7\xd6\x22\x56\xcc\x11\x1d\x46\x2c\x98\xe3\x4a\x6f\xe5\x99\x68\x17\xa7\xaa\x79\x2f\x57\x86\x70\x33\xda\x29\x47\xed\x66\x7e\x3d\xb6\x16\xb2\x41\x9a\x12\x13\xfc\xd0\x11\x8e\xf4\x5e\xbf\x1a\xd5\xee\x12\xe9\x4f\xad\xa1\xdd\x8e\xbb\x63\x63\x35\xe7\x25\x00\x9e\x63\xca\x4b\x48\xfd\xce\xc3\x9e\x4f\xed\xc7\x98\xf9\x48\xbe\x84\x32\xf6\x0e\x37\x5d\x79\xa6\xf9\xc4\xe6\x69\x02\x4c\x80\x64\xc7\xf0\xd3\x95\x7f\x7d\x3c\x9b\xe8\x91\x0e\x00\x90\x4d\xc7\x04\x98\xe0\x70\xce\xe3\xc8\x3a\xb6\x52\xd3\x61\xc2\xae\x70\x1e\xc7\xd9\xcd\xb4\xc5\x7f\xc2\x35\x08\x6e\x3a\xa2\x95\x36\xe3\xfe\x19\x89\x66\x0b\x10\x1b\x8b\xa0\xa0\xf7\xc0\xce\x7d\x9a\xf7\x40\x0c\x4b\x47\x48\xcd\xf1\xd0\x1a\x33\x52\x56\x56\xa5\x90\x9a\x25\xda\x47\x73\xfc\x5b\x6e\x84\xe4\x37\x07\x11\x76\x84\xce\x1c\x64\x09\x3f\x42\x67\x0e\x28\x66\x8f\xd0\x99\x83\x74\xaf\x47\xe8\xcc\xf1\x30\xf7\x9a\x2f\xd3\x25\xcf\xda\xb7\xc6\xdf\x9b\xba\x20\x71\x20\x34\x5f\x9f\x53\x9f\xaf\xcf\xf5\xdf\x1c\xd8\x47\xd8\xcc\x12\xdd\x53\xd8\xcc\x02\x97\xc0\x11\x1a\xb3\xd4\x5f\xf5\x5a\xb0\x25\xcf\xde\x7a\xc6\x40\x79\x0a\x45\x3a\xee\x52\x24\xdd\xc1\xb2\xcf\x03\xc7\x84\x29\xe5\x08\x7f\x59\xa2\x8c\x09\x7f\x39\xf0\xa9\x1c\xe1\x2f\xc7\x93\x2e\xda\x02\x94\xa1\x51\xdc\x1c\xd6\x91\x23\xfc\x65\xa9\xbf\x2a\xb6\xbe\x4b\xfd\x47\x65\xa6\x94\x3f\xb5\x8d\xdf\xa6\xe0\x28\xbc\x06\x47\x99\xce\x07\xd4\x26\x47\xcc\x98\x83\xa4\xe8\x47\xb8\xcd\x81\xcb\xe6\x74\x8c\x43\x1c\xce\x42\x71\x8e\xe7\x27\xc9\xe8\x81\x02\x2f\xce\xcc\x81\x5f\xe8\x08\xd3\x59\x72\x47\x10\xa4\x73\x90\x04\xfe\x88\x30\xb3\x40\x9e\x70\xc4\x98\x59\xa0\x67\x38\xdd\x16\xc7\x92\xea\x3d\xf7\xf2\x9d\x3b\x98\x32\xfd\xd3\xd2\x6c\xff\xb4\x94\x29\x7e\xac\x95\x76\x7e\xac\x6c\x51\xcc\x72\x0f\x17\x92\x26\x22\xd3\x5b\x3c\x9b\xe3\xb9\xf3\x4c\xb7\x78\x96\x85\x70\xa1\x25\x8a\xb0\x70\xa1\x05\x96\x87\x63\xd2\xcd\x90\xa0\x1d\x93\x6e\x3e\xbf\x57\x3d\x4b\x69\x69\x18\x5e\x69\x2a\xd8\x63\x76\xa5\xee\x63\x3d\x47\x99\x20\x96\x25\x36\x15\x41\x2c\x67\x8e\x27\x41\x2c\x67\x36\x5e\x81\x2a\x0b\x4c\x3c\x47\xa0\xca\x02\x37\xd0\xe9\x60\x0f\x6a\xc4\xa2\x87\x7c\xa8\x58\x8f\xec\x9f\x82\x51\xce\xec\xed\x82\x51\x96\x99\x01\x50\x74\xc7\x95\x2e\x6b\x62\xce\xfc\x37\xb2\xf8\x8e\x54\x21\x3b\x06\x4b\x58\xa8\xca\x99\x33\x41\xa8\xca\x02\xf3\xf8\x11\xaa\x32\xd6\xc7\x23\x54\x65\x1c\xef\x47\xa8\xca\x32\x19\x46\xa1\x2a\x67\x36\x3b\xc1\x28\x7f\x47\xbe\x80\x93\x05\x63\xfb\x31\x63\x26\xb8\x8c\x23\x18\x65\xc1\xf3\x70\x94\x92\xbc\x64\x55\x2a\x25\x79\x50\x18\x47\x10\xcb\xdf\xf1\x24\x88\x65\x0c\xea\x47\x10\xcb\x02\x99\xd1\x11\xc4\xb2\x40\x3d\x7f\x04\xb1\x9c\x17\xeb\x69\xd8\x14\xce\xca\x33\xef\x66\x16\x90\x40\x95\x05\x2e\xa5\x23\xda\xcd\x02\x90\xe6\x08\x61\xf9\x9b\x08\x42\x58\x4e\x1c\x86\x47\x08\xcb\x79\x65\x24\x14\xd2\x44\xb8\xd7\x11\x07\xe7\xbc\x9e\x48\xfa\x2d\xec\x50\xc3\xe4\xc2\x1c\x02\xe2\xe7\x2c\xa0\x66\x8e\xe8\x39\xe3\x4c\x3e\xa2\xe3\x2c\x70\x4b\x1d\xb1\x71\x06\x36\x72\x44\xc6\x19\xe8\xca\x11\x82\xb3\xc0\x6c\x7f\x04\xe0\x0c\x3e\xf9\x88\x8d\x73\x5e\x4f\x24\xfd\x95\xeb\x3f\xe8\xcf\x42\x7a\x4e\x9c\x45\x47\x40\xcf\x32\xf3\x73\xb7\xbb\xc4\x8f\x50\x64\x54\xf4\xb0\xe1\x05\xc2\xf2\x15\xca\xb3\xcc\x5f\x29\xfa\x49\x35\x6f\x7a\xa2\xa5\x4b\xea\x2e\xc7\xc1\x60\x5b\x47\x3a\xfe\x65\x0c\xa8\x02\xf8\x66\x86\xe9\x78\xda\xd1\x16\x05\xf0\x91\x39\xe0\x0c\xaf\x9d\x5f\x29\x9e\x84\x91\xf4\xcb\x58\x2d\x02\x82\x96\x99\x9f\xab\x4d\x1d\x8c\xda\x11\xee\xb3\xcc\x4c\xf3\xe3\x69\x97\xef\xe4\x9a\x64\x1d\x0f\x2f\x9d\x9f\xf4\x36\x0d\x86\x9b\x3d\xbd\x5a\xa8\x1e\x76\xd0\x5c\x73\x84\xeb\x9c\x31\xbf\x1a\xd6\xd9\x32\xf3\xa6\x57\xcf\x95\x2f\x0d\x45\x62\x72\x43\xd8\x49\x94\xe2\x31\x4c\xf2\x37\xf9\x0c\x84\xfc\xad\x04\x01\x21\x2b\x41\x2d\x67\x7a\xf6\x31\xa7\x84\x83\xac\xb1\xf0\x08\x06\x39\x41\xd8\x9c\x69\x62\xa6\x9e\x52\xe4\x65\x65\x4e\x4d\x87\xde\xa1\xfa\x0a\xf5\x58\x63\xc2\x12\x0f\xe7\xec\x23\x6f\x2a\x10\x8f\xf3\x50\x34\x9c\x35\x86\x12\x21\x22\x6b\x6c\x4f\x02\x44\xd6\x92\xda\x45\x88\xdd\x47\xbe\x53\x10\x1b\x26\x60\xa3\x21\x7f\x13\x7c\x3a\x0b\xc1\xfd\xfb\x52\x7e\x64\x4e\x96\x69\x7b\x6d\x8b\xa4\x3e\x61\x26\x12\x65\xe7\xec\xe9\x21\x86\x7e\xea\xb0\x65\x97\x1b\x8a\x18\x3b\x67\xc7\x8e\x3d\x1d\xa6\x97\xf1\xd5\xd6\x0d\x60\xeb\x08\x4f\x59\x89\x92\x3a\x02\x50\xd6\x58\xde\xa6\xbd\xdf\x23\xdf\xc9\xfb\xdd\xf2\x4c\xad\x4e\x3b\xed\xe1\xc6\x72\x3b\xed\xe1\x66\xd4\x04\x90\x9c\xc0\xad\x8e\xf0\x91\x13\x2c\xd6\x11\x3c\xb2\x12\x27\x72\x84\x8e\xac\x44\x3e\x1d\xa1\x23\x67\x6c\xcc\x42\x3c\x4e\x20\x51\x47\x7c\x9d\xb5\xfc\x24\xb7\xa5\x23\x79\xcc\xf2\x9d\x5b\x96\x67\xe2\x3b\x27\xf8\xe2\x18\x0b\xd9\x63\x9d\x76\x9e\x75\x5c\xb1\xc7\x89\xd6\xc1\xac\x1e\x21\x21\x67\xc7\x82\x23\x20\x64\x8d\x39\x6d\xd9\x39\x89\xdd\x60\xd9\x39\x99\x1e\xc6\xc5\x94\x0f\x35\xc0\xbf\x0a\x97\x23\x90\xf3\x50\x81\x7f\x28\xed\x8b\xb9\x9e\xd6\x68\xae\xf7\xbc\x29\x2f\x5e\x4b\xdb\x3c\x2f\x22\x69\x5e\xf0\xd7\x04\x88\x9c\x3d\x63\xba\x3d\x2f\x1a\x92\x7a\x98\x1a\x3c\xf3\x99\xb3\x82\x43\xce\x3e\xf2\x4c\x3d\x1c\xf9\x4e\x61\x8f\xf3\x3f\xec\xd0\xcb\xd1\xaa\xcc\xfc\xc5\xb2\xe0\xb7\x29\x51\x1c\x61\x67\x67\x79\x19\xfc\x24\xfd\xb6\x74\xd0\x53\x9d\x29\xbb\x98\xdc\x8c\xa1\x27\xf7\x4f\xf2\xe4\xa6\x06\xf4\x92\x3c\xeb\xd6\xad\xf3\xd0\x2b\x36\x0f\xd5\x34\x2c\x66\x66\xf5\xec\x58\x89\x9c\xed\xbd\x13\xb6\x71\x36\xd7\x7f\x66\xdf\x76\x84\x33\x7b\x8b\x19\x38\x89\xbc\x3a\xdb\x24\x4f\xb0\x4b\x1c\x21\x1c\x57\x6e\x45\xc2\x30\xae\x5c\x12\xb6\x03\xed\x50\x70\x84\x60\xac\xe9\xa3\x20\x8b\x2b\xfa\x2d\x44\x9a\x23\xcf\xc6\xf7\x59\xda\x66\x22\x4d\xa6\xa9\x89\x34\x73\x45\x31\x22\x71\x90\x82\xe5\x6c\x3b\xc3\x57\x5e\x15\x2f\x3f\x73\x78\x3b\x7c\x6e\x44\x52\x43\xaf\x54\xe8\x86\x22\x29\xb6\x08\xc2\x8c\x63\xca\xcd\xdc\x97\x04\x46\xac\x99\xb3\x02\x23\xae\x98\x6f\x05\x46\x5c\xb9\xd9\x08\x8b\x58\xb3\x7b\x09\x8a\xb8\xa2\xdc\x0b\x89\x58\xfb\x8c\xa4\x10\xc0\x99\x37\x15\x1f\xc7\x5f\x13\xf9\xe6\x8a\xae\x2d\xf2\xcd\x9a\xb9\x2e\xee\xcd\x95\xbb\x9b\x30\x89\x0b\x50\xc2\x11\x24\x71\xe5\xb2\x28\x44\xe2\xca\xf5\x41\x88\xc4\x0a\x94\xe3\xec\x80\x85\x68\x8c\x73\xba\xb1\x64\xc4\xbb\xb9\x62\xcf\xda\x98\x6e\xd3\x6e\xb9\x5e\x01\x45\x1c\x81\x15\x6b\x4e\x0b\xd3\x6e\x4e\xb8\x9f\x8f\x72\xb8\xd7\x2c\x36\x41\x17\x17\x38\xcc\x23\xe4\xe2\xca\xc5\x4e\x14\x9c\x2b\xb7\x99\xe3\x30\x52\xf4\x0a\x65\x74\x5f\xd0\xe0\x9d\xe3\x48\xba\x1e\x49\x5d\xbc\x23\xb9\x8b\x37\x92\x7f\x45\x41\xd2\xaf\x40\xaf\x38\x86\x19\x8d\xbc\x29\x98\x11\xf7\x25\x81\x1d\x57\xdc\x95\xc2\x3a\xae\xdc\xe4\x8e\x23\xfb\x59\xf7\x42\x3a\x3e\xf7\xaf\xd5\xea\xdf\x9d\x67\x76\x3b\x47\x52\xff\xd0\x78\x04\x7a\x5c\xb9\xc6\x0a\xf3\x58\xb3\x41\x1d\xaf\x10\xd4\x8f\x03\x00\x20\x92\xfb\x47\x8f\x14\x9a\xd7\x7e\x6f\x0a\x46\xb5\x52\xc3\x54\x0d\xb4\xda\xbb\x33\x34\xb0\xc7\x89\xdf\xe7\xc5\x81\x74\xe0\xf4\x61\xe1\x09\x1c\xb9\x62\xfe\x38\x4e\x85\x34\x52\x92\x39\xa6\x2e\xb4\x8a\xe3\xdc\x70\x98\x86\x84\x59\x7c\x88\x9c\x38\x4a\xfd\xbe\xa0\x19\x39\x4a\xfd\xbe\x62\x42\x53\xea\xf7\xe7\xce\x50\x39\xcc\x8d\xf9\xad\x64\xef\x0f\xf1\x0c\x47\xbc\x9f\xcf\x7d\xfd\x9b\xcf\xfa\x1c\x07\xbd\xb1\x48\x8f\x83\xde\xd8\x85\x44\x11\x9a\xd8\xc0\x23\x48\xe4\x5a\x99\x43\x0e\x81\x9b\xf9\xce\x0e\xcb\x96\xd6\x18\x8e\x44\x2f\x1c\x76\x14\xc3\xeb\x71\x48\x5c\xe6\x8d\xb2\x73\x81\xd5\x3e\xca\xfe\xfe\x10\xdd\x71\xfe\xc0\x19\xf0\x23\xc5\x35\xfa\x10\x25\x70\x84\xa4\x7c\x60\x86\x3d\x02\x52\xae\xf5\x7b\xf3\xf1\x8e\x9d\x72\xd4\xc7\x95\x0f\xbb\x3e\x7c\x90\x14\xb9\xb8\xf2\xe6\x74\x53\xf3\xaa\x3a\x39\xf2\x50\xd8\x39\x16\x0a\x54\xa4\xb9\xb2\xfd\x11\x53\x74\xe7\xe9\xcb\x05\x55\x44\xfd\xc8\x15\x49\xbd\x64\x43\xfd\xd3\xdc\x05\x31\x72\x84\xd5\x7c\xee\x7c\xb7\xfc\x23\x29\x54\x73\x97\x40\x88\x63\x46\xd3\x9e\x2b\xb9\x71\x9c\x33\x53\x40\x94\xa6\x0b\xa4\xcb\xf9\xd3\xf4\x8c\x5d\xcf\x28\xce\x2b\x26\xe4\x3f\x67\x97\x8b\xcd\x51\xa0\xce\x27\xa8\x8b\x3f\xfc\xc4\x2c\x18\xf1\x96\x3e\x77\x7a\xa9\x88\x21\x22\x63\xce\x1f\x56\x89\x96\x87\x9e\x59\x29\xc7\x90\xa9\x27\x95\x68\xd8\x47\x4a\x5d\xaa\x92\x51\xff\xee\xf1\x0f\x21\x29\xe7\x4f\xf1\x12\x04\x48\x9c\x3f\xaf\x96\x2b\x35\x7a\xb5\xa4\x14\x0d\xf2\x48\xf5\x1a\x64\x0e\xbf\x3f\x87\x88\x62\x0a\x17\x58\xf4\x21\x7c\xe3\xfc\x79\xed\xb0\xa9\x0a\x2c\xfa\xdc\x19\x55\x42\x2e\xd0\x44\xa0\x44\x5d\x79\x68\x10\x48\x9e\xa9\x4b\x9c\xd9\x22\x48\x7d\x88\x62\x3a\x7f\x5e\x2d\x2b\xd5\x6f\x8f\x69\xda\xe6\xd5\x92\x87\xfa\x55\x33\xc5\xc0\xd2\x92\x72\xbc\x5a\x22\x29\xb6\x8b\x57\x95\x03\x7f\xc5\xca\xfb\x02\x94\x83\xd6\x6f\x2c\x69\x8c\xc5\xd0\xa9\xc2\xb5\x73\x5e\x9e\x9d\x1c\xbf\x2f\xe2\xdf\xf8\x8d\xaf\xc5\x22\x8c\xa8\x90\x31\xd6\x8b\xb1\x9e\x57\x4b\x41\xcb\x18\xba\x91\xa7\xc2\xd0\xa5\x52\xa3\x21\x60\xa0\x3c\x2f\xfc\x6b\x2d\x4f\x1d\x50\xd6\xf3\xe9\xd4\x36\xdd\x90\xb6\x3f\xa5\x85\x8a\x84\x26\xc0\xf3\xbc\x30\x27\xff\x1a\xe8\x68\xb8\x9e\x4f\x1d\x2e\xf4\x2b\xf7\xa3\x72\x19\x32\x4d\x75\x42\x1e\x8f\xb9\x54\xaf\x20\x77\x5e\xe0\x03\xb9\xc7\xbc\xc0\x07\x8e\x3c\x7d\xf4\x29\x2d\x52\x34\x34\x44\xdf\xe7\x45\x70\xdc\xc8\x97\x8e\x5b\x44\x2b\x33\x74\xf4\x8a\xff\xf9\x45\x90\x69\x4f\x23\x1c\xa3\xd9\xfe\x4d\x23\x72\x5e\x8e\x40\x65\x27\x7d\x99\x7b\x7c\xa5\x58\x77\x94\xd6\x1e\x77\x94\x41\x20\x1a\x95\xdb\xdb\xcb\x31\xd1\xe8\x54\x00\x54\x73\x06\x03\x50\x85\x61\xf4\xbc\x88\x46\x65\xb2\x0a\xa1\xfa\x10\x8c\x7a\x9c\x44\xbf\x45\xa7\x14\x46\xf5\x21\x2c\xf7\xbc\x88\x45\xe5\x68\x13\x51\xeb\x03\xdd\xf9\x11\x51\xeb\x77\x10\xd2\x22\xc7\xa2\x3e\x69\x83\x67\x24\x2a\x91\x30\xac\x2d\x4b\x2b\x18\xd6\x96\x87\xf4\x6d\x20\x7a\x0a\xde\x48\x4c\xc1\x82\xe8\xbf\x96\x2f\xdd\x35\x34\x79\x81\x5a\x1f\x82\xd0\xce\x9b\xd8\x53\x2e\x4b\x6f\xc7\x72\x40\x3a\x75\x4c\xe6\x7a\xc5\xb1\xfa\x76\x5a\x52\x18\x54\xcf\x9b\xf8\xd2\x27\x4d\x7a\x6b\x58\xdc\xf3\x37\xcb\x8b\x5d\xeb\xcd\x82\x42\x55\x78\xb3\xa0\x38\x9e\xdf\xc4\x9b\xf2\x6f\xde\xac\xa8\x91\x97\xf9\x55\x79\x79\xa8\x9e\x48\x2f\x9f\xd0\xf9\x94\x65\x41\xdf\x9d\x08\x2c\xe7\xa7\xf8\x59\x1f\x58\x84\xcf\xdb\x51\x74\x35\x92\xe3\x33\x59\x07\x6f\xa8\xab\x33\xde\x5a\x16\x13\x6b\xa8\x61\xb3\x37\xa9\xd8\x8f\x60\xb3\x0f\x6c\xc4\x47\xa8\xd9\x67\xd6\x7c\x68\xcc\x68\x8f\x08\xd8\x2f\xef\x3a\x86\x2e\x03\xec\xcc\x8d\x04\x11\x1d\x13\xc6\xde\xe4\x71\x3f\xe0\x6f\xef\xcc\x88\xed\xae\xb2\x1a\xdf\x84\xd8\x71\x8c\x1b\x81\x7b\x93\x06\xfc\x88\x42\xf6\x89\xf5\xf8\x4d\x2c\xea\x8c\x58\xf5\x90\x39\xe0\x1c\x64\x99\x2e\xa6\x2f\x8e\x33\x50\xf8\xdc\x07\x2e\xee\x63\xd6\xd8\xfb\xce\x8f\x72\x64\x2a\x06\xa8\x37\x24\xfc\x99\x01\x87\x3b\x63\x44\xf7\x8d\xb5\xfa\x86\x93\x3f\x13\xc2\xf6\x3b\xd8\xd8\xcf\x9b\xd8\x54\x16\x8a\x00\xbd\x0f\xc1\xe0\x47\x98\xdd\x07\x6e\xf6\xf3\x71\x72\x53\xd4\x57\xb1\xcc\x3e\x13\x5d\xe6\x03\x46\x93\x69\xf6\x99\x1c\xdd\x29\x15\xb0\xef\x44\xe4\xc7\xa5\x24\x07\x3f\x8e\x3c\x75\xe7\x7a\x6a\xf5\x8f\x6b\x11\x1d\x01\xf8\xfb\xd6\x9d\x63\x8b\xf8\x4c\xe6\x68\x44\x3a\x47\x23\x9d\xe3\x34\xfa\xa8\x39\x66\xef\xdc\x36\x95\xa0\xbf\x45\x6b\x10\xb4\xb7\x45\x6b\x30\xa9\x6c\x23\xec\xf9\x98\x55\xb6\x3d\x19\x34\x05\x3d\x45\x05\x35\xd6\xf7\xce\x5d\xc2\xbc\xb2\x77\xae\x47\x1f\x22\xf5\x98\x5a\x42\xfb\xb6\xa8\x43\x66\x96\xbd\x73\xab\xfd\x90\xe4\xb4\xff\x3b\xbc\xf1\x08\x0b\xdc\xa2\xe9\x7f\x08\xcd\x63\x15\x7d\x8c\x36\xcf\x65\xee\x43\x68\x5e\x86\x45\x99\x03\xa2\x23\x8a\x6d\xb6\x45\xd7\x15\xdb\x6c\x8b\xa2\xf3\x01\xa6\xde\x23\x0a\xa6\x8e\xbe\x24\x18\x71\x8b\x86\x24\x18\x71\xcb\x5e\x28\xba\xd9\x16\xf5\xf5\x73\xe8\x26\x1f\x1e\xfe\x03\x6d\xb7\xd1\x25\x87\x80\x88\x63\xef\x12\xad\x9d\x8c\xfc\x50\x6e\x1c\x21\x92\x5b\x6d\xa9\xf4\x38\x6f\x16\xed\x73\x3e\xd4\xff\x55\xab\x04\xa8\x2d\xd5\x98\x22\x5d\xfa\xc2\x98\x06\x28\x17\xeb\x49\x5f\x91\x0c\x5c\x37\xa2\x02\x1b\x0c\xfd\xfc\x8a\xcc\xf6\x89\xd8\xfc\x72\x41\x14\xf9\xbe\xf6\xd4\xaf\x44\xc0\x5f\xde\x5d\x7a\x98\x72\xb7\x3b\x17\x51\x21\x88\x2d\xe5\x98\xd2\xfd\x4a\x41\x0e\x03\x18\x96\xbe\x4a\x55\x33\xb5\xe6\x57\x72\xd6\x06\xe9\x16\x5f\xd1\xe1\x71\x0b\xc9\x58\xba\x4e\x25\xe6\x9b\x77\x66\x90\xaf\xf8\x9d\xe8\x26\x78\xf8\x4a\x0e\xee\x6b\xb4\x96\xe0\xbe\xbc\x7a\x24\xd1\x1e\x82\xfb\x7a\x6a\x71\x70\x5f\x3e\x7c\x7b\x85\x44\x54\xee\xd6\x9b\xb1\x26\xb6\xa6\x53\xe7\x36\x08\x33\xa3\xb9\xcd\x8e\x7f\x45\x74\x73\x1b\xd5\x6c\x35\xf7\xa6\xdf\xdb\xcd\xed\x11\x1d\xea\x37\x19\x06\x42\xfd\x3a\xe3\x69\xe6\xe4\xeb\x27\x3a\x13\xdc\xa0\x3b\x9a\xb0\x3d\x83\x44\xe4\xdf\xa0\xe7\x8a\xb2\xe8\xf9\x92\x38\xc0\x49\xad\x06\x91\x9a\x7b\xf1\x2b\x3a\xbd\xec\xa0\x11\x9e\xbf\x66\xd5\xfa\x8a\x0e\x4e\x1c\x74\x87\x28\xc1\x99\x92\xe9\x40\x5a\x71\x2c\xe6\xdb\x3f\x7f\x9b\x97\xdf\x6a\x14\xa3\xe8\xf9\x6c\x12\xd1\x31\x6f\xcf\x67\xd3\x86\x7e\x45\xf7\x67\x0e\xc4\xe2\x92\x26\xe2\x76\x4c\x61\x44\x19\x2a\xd6\xaf\x28\xe5\xb5\x6d\x29\xe9\x65\x3a\x73\x4a\x32\xc1\xb7\x33\xd9\x7e\x45\xc7\x49\x15\x24\x67\xae\x5d\x1d\xd1\x37\xa3\xde\x10\xa7\xde\xad\x48\xc4\x78\xa4\x5c\x12\x98\xe4\x53\x61\xe2\x9f\xb4\x70\x39\xe7\x6c\xa3\x85\xdf\xd9\xd6\x8c\x79\xf9\x4a\x1f\xc7\x2e\xf2\xae\x93\xeb\x3e\x2c\x39\xa3\x98\xab\xfd\xf2\x5f\x51\x4d\xcc\xfc\xbf\x15\xff\xbc\x58\x56\xb7\x36\x55\x1b\x25\xbe\x92\x92\xeb\xb6\xf4\xc6\xc9\x75\x1b\xf3\xe7\x86\xb1\x8b\xfd\xc4\xa0\xe7\x6a\x90\xe8\x57\x14\xa6\x80\x06\x9a\xcd\xa2\xff\x3b\xa7\xfa\xf7\x5d\x03\xa4\x32\xfa\xe6\xf4\xbe\x98\xf0\x24\xfb\xbf\x69\xa0\x70\xcf\xbf\x57\x9d\x1a\xb0\xd2\x4f\xcd\xca\xc7\xa1\x4b\x5f\x51\x8b\xec\xf7\xea\xb0\x4f\x2f\xa5\x1a\x6e\xcb\x9f\xb0\xcb\xdd\xb1\x1a\x5f\x51\x78\xdb\x27\x55\xbe\x3d\x55\x18\xdc\x43\xf3\xfc\xae\x11\xcc\x33\xab\xa8\x18\x2b\xfa\x44\x12\x56\x94\xff\x60\x08\xb3\x6d\xe2\x5f\x49\xd1\x9f\xcf\x8d\x24\xac\xe8\x53\x91\x94\xeb\xf4\xb9\xf2\x50\x7a\xf5\x95\x87\xc6\x0d\xcd\xd4\xa1\xe6\xfd\x5e\x75\xeb\x16\x55\x1a\xf4\xf9\x34\x24\xe3\x6f\x0b\x92\x1b\x17\x49\x8d\xab\xf9\xae\x39\x63\x0e\x92\x1b\xd7\x91\xa6\xa4\x3c\xd3\xd0\xb1\x81\x1b\xa9\xdc\x99\x96\xc2\x1f\x8f\x8b\xcd\xd4\xf9\xf9\x67\x49\x85\x82\x2d\x65\x3d\x3a\x3f\xff\x33\x38\x9b\xc4\x49\x7b\x9b\x63\xeb\x2b\x39\x09\x46\x46\xc7\xd8\x37\x5b\xe0\xbe\xa2\x43\x2b\x66\xca\x15\xb8\xb0\x30\x1e\x00\xdc\xf2\xaa\xe0\x84\x35\xcf\x94\x97\xae\xa6\x54\xcd\x42\x26\x8f\x51\xcd\x8b\x45\x2e\x50\xf3\xb8\x38\x23\x04\x6a\x1e\x17\xfb\xb3\x51\xcc\x86\x6d\x7d\x25\x01\xd5\x6e\xca\x34\x50\xad\x32\x00\xbe\x08\x8e\x34\x4d\x1b\xa1\x71\x2e\x5f\x49\xe6\xee\x2c\x77\x63\x95\x87\x83\xde\xbe\xa2\x0d\x1e\x1c\x18\x4a\xde\x3f\x2e\xce\x1a\xa7\xeb\x9f\x0e\xe8\xf8\x8a\xa4\x70\x7c\x10\x05\x0a\xaa\x79\x28\x18\x10\x7d\xae\x86\x01\xb5\xbc\x69\x93\xc1\x8c\x28\x1c\x10\x07\x82\x90\xc6\x23\x27\xaa\x80\xc6\xc5\xe8\xf8\x31\x2b\xd4\xf1\xcc\xc1\x6a\x1c\x10\x47\x7c\x35\x0e\xa8\xe5\x55\x01\x9d\x5a\xde\x14\xd0\xa9\x47\x12\xd4\x87\x35\x59\x4d\x1d\xcf\xd8\x55\x03\xe9\x98\x10\xc2\x16\x8f\x1c\x89\x02\x0c\x8f\x8c\x9c\x00\xc3\xe3\x61\xe0\xaa\x61\x74\x9c\xac\x95\x0b\x1d\x4b\xa7\x1a\x47\xc7\xe9\x52\x8d\xa3\xe3\x88\xae\xc6\xd1\xb1\x5d\x54\x87\x1d\x31\x39\xaa\x21\x41\xe9\xbd\x31\x0e\xa9\xde\x88\xdd\xeb\xc9\x43\xa1\x38\x32\x16\x76\xbd\xfd\x9e\xc9\xe3\x5f\x46\x1e\x0a\xd7\x90\xd6\x18\x21\xc4\x9a\x33\xff\xeb\x95\x6e\x18\xe5\x90\xa1\x31\x40\xe8\x89\x24\x8f\xe1\x4a\x29\x02\x36\xe5\x07\x8b\xf2\x7d\x66\x2a\x98\xef\xa1\xd7\xbc\x2a\x9c\x4a\xfb\xa7\x22\x3e\xe6\x63\x40\x04\xbf\xf4\x31\x7c\x88\x79\x62\x66\xd8\x8b\x1f\x1c\x8c\x30\xda\x8a\xa9\x61\x2f\x06\xd5\x24\xae\x57\xcf\xab\x6a\x2a\x7b\xe5\x03\x0e\xa8\x21\x09\xcb\xd4\x29\xc5\x38\xa0\x16\xc9\x23\x3c\x90\x3c\x6c\x91\xbe\x35\x0c\xb6\x31\x25\xaf\xaf\x05\xb5\xe4\x71\x26\x96\x3e\xf3\xaa\xdc\xc5\x93\x3e\x19\x28\xb1\x78\x66\x77\x71\xde\x34\x50\x02\x55\xe8\xb1\xbb\x98\x33\x50\x89\xeb\x67\x5f\x34\xcd\x0e\xe2\xf5\x20\xc9\x05\x3e\x22\xc9\x41\x8a\xca\x6c\x8c\x6e\x2b\x23\x1f\x5a\x3b\xf9\x95\x63\x6a\x28\x36\xee\xc7\x88\x87\xc5\xb8\x99\x98\x78\xd2\x2b\x71\xbf\x16\x34\xb1\xc7\x4e\xe1\xc5\x77\xc7\x4d\xa5\xe1\x81\x8f\x33\x38\xd2\xf0\xda\x33\xf3\x54\x3f\xee\xfe\x15\xeb\xb6\x33\x02\x9a\x71\x7d\xe5\x99\x4d\xfe\xf9\x57\x9a\x56\x38\x5d\xc6\x6c\x24\xac\xe0\x80\x30\x8f\x6b\x4e\x6c\xf3\xb8\x46\x01\x6a\x76\xc0\xb1\x3a\x4c\xe3\x9a\x2b\x86\x73\xd0\x83\xeb\xfd\x8a\xf2\x31\xae\xbc\x6a\x6f\x6f\x9e\x89\x58\x93\x15\xd0\x7c\x76\xae\x95\x3a\x8e\xea\x48\xfd\x72\x2a\xf2\xf3\x9a\x9d\x6e\x2d\x92\xe8\x51\x67\xbe\xf3\xce\x41\x9f\x9b\xbd\x6e\x2c\xeb\xe6\x9c\x2f\x8d\x5d\xd5\x0c\xb0\xd9\xab\xc4\x00\xbb\x6a\xcb\x33\xf5\x8a\x8d\x44\x94\xaf\x35\xbf\xa0\x81\x8a\x78\x22\xca\xef\xc6\x54\x16\x92\xb8\x66\x0e\x0a\x49\xbc\x72\x35\x6a\x76\x53\xaf\xb4\x46\xdd\xf8\x95\xa2\x6e\xac\x7c\x27\xdf\x21\xab\xb3\xd9\x4d\xcd\x3e\xd6\xec\xa6\xe6\x37\x9a\xe4\xb5\x3e\x79\xd3\x6e\x6a\x4a\xd9\xf6\x1d\x32\x16\x76\x53\x67\x80\xb7\xff\x0c\xff\xc2\x6e\xea\x95\x52\xe4\x87\xcf\x18\x6e\xf7\x28\xb5\xab\x47\x4f\xbe\x3b\x4e\xe0\x94\x0a\xdd\x41\xc6\xd0\x30\x08\x14\xfb\x66\x1f\x36\xdb\x6f\x23\x60\xe2\xca\x43\xf7\x82\x91\x71\xd6\x17\x47\x13\x7f\xc5\xc7\xf0\x51\x5a\x4e\xaa\xad\x0c\x95\xf9\x8f\x2b\xa7\xa1\xa0\xc4\xf7\xd3\xd9\x3d\xcc\xe5\x5a\xd1\x48\x9c\x3e\x7f\x8e\x92\x77\x1d\x99\x78\x47\x94\x62\x5f\x33\x5e\xe2\x51\xbb\x51\x42\x9a\x97\xcb\x60\x7d\x98\xeb\xf5\x8a\xba\x6b\xd0\xf0\x15\x5d\xa3\xdb\x8c\x6b\x88\xe0\x57\x94\x1f\xac\xfe\x13\x72\xf2\x7d\xd5\x41\x97\xdc\xc2\x9d\x77\xff\x8a\x06\xd1\x27\x41\x98\x03\xd1\x49\x16\x66\xaa\x71\x14\xe6\xb5\x10\xe5\x88\xaa\x79\xa8\xce\xcd\x92\x16\xfa\x50\x19\x29\xd8\x4e\x34\xf4\xa1\x4e\x90\x28\x7f\xa7\x93\x2b\x89\x1f\x20\xc4\xf0\x73\xb3\x8c\xbb\x9d\x7c\xa8\x47\x41\x05\x33\x93\x3a\x51\xa3\x68\x64\xe6\x8b\x9d\x51\x24\xc4\x17\xfb\xdc\x1c\x6c\x1d\x37\xc9\x4c\x2d\x58\xdc\xd3\x24\x5b\xa5\xd9\x03\x3a\x7e\x92\x99\x6a\x6d\x72\xff\x55\x2b\xf7\x41\x7e\x0e\xb4\x81\x5c\x5d\x3b\x8e\x12\x66\x69\x27\xb7\x7a\xc9\xd3\xea\xd8\x37\x86\x0d\x76\xce\x15\xd1\x36\xeb\x95\x92\x6d\x74\x67\x4d\x99\x39\xb6\x65\x10\x71\x9c\xb0\x15\x74\x1c\x27\xac\x38\x41\x99\x9f\x96\xff\x6c\x16\xc1\x75\x45\xb4\xcb\x20\x3f\xf6\xd0\x01\x3e\x95\x95\xb7\x65\x72\xe1\x0e\xe1\xda\x23\x6c\xf3\xb7\x1a\x6a\xc5\x1f\x92\x06\x3b\xf7\x6a\x63\x31\x77\x5f\xb6\xa2\xaf\x74\x0c\xbd\x69\xb1\x0d\xbd\x2d\x05\x6f\x1f\x6e\xf4\x15\xcb\xee\x4a\x49\x36\x7e\x66\x24\xe4\xe9\x9b\xec\x51\x1d\xc3\x2e\x7f\x56\x38\xe6\xaf\xd8\x10\x6d\x66\xa7\x77\x83\x28\x7a\x76\x9f\x81\xbd\x76\xe5\xa9\x88\xf8\x9e\x3c\xb4\x29\x3a\xe5\xda\x5a\xcb\x8f\x1d\x58\x6b\x99\x13\xa2\x81\x7d\x26\x47\xc1\xc0\x1c\xcb\x74\x32\x0f\xec\x64\x0f\x87\x07\xf6\x66\x53\x15\x66\xf9\x99\x9c\x77\x03\x46\x18\x66\x84\x60\xca\xcf\x64\x5b\x1b\x10\xc2\xcc\xbc\xeb\x01\x5d\x29\xd7\x03\x4a\xfb\xc4\x81\x3c\x39\x38\x87\x3d\x1c\xed\x8a\x28\x0b\x26\x1b\xd5\x30\x6b\x1a\x5b\xd1\x80\x35\x8d\xb5\x3b\xb0\xd4\xce\x3c\xb5\x09\x93\x0d\x50\x28\xe3\x76\x73\xe7\x10\xca\xb8\xe5\xcc\x17\x9b\x6c\xb3\xab\xfa\x2b\x61\x8a\xcd\xab\x4e\xf1\x37\x53\x8e\xac\xaf\x25\xd2\x4b\x12\xdd\xc4\xf8\x4a\x7b\xec\x93\xe8\x98\x6c\xcc\x25\x7b\x77\xf4\xb0\x11\x83\x2b\x9f\x1e\xd9\x8a\x6b\xde\x95\xa6\x7d\xb7\x3c\xec\xbe\x07\xe7\x53\x11\xca\xb0\x79\x98\x3b\xb6\xdc\x6c\xde\xc3\xa1\xcd\xf7\x9d\x77\x65\x60\xed\x29\xd7\x06\x56\x56\xa6\xe9\x60\xe7\xe2\xdd\x89\x81\x95\x05\x65\xe0\x70\x79\x46\x5e\xae\x7e\xda\x10\x9b\x9f\x3e\x88\x5d\x26\xcb\x7f\x72\x43\x7d\x5f\xb5\xf5\x70\xa4\x1a\xc7\xc3\x5e\xa9\x66\xfb\xe9\x8d\x68\x8b\x26\xf6\x1e\x91\xbc\xb6\x56\xf2\xe9\xdb\x4b\x71\x21\x2a\x7c\x78\x72\x26\xcf\x65\xeb\x21\xe5\xca\x42\x30\x72\xa0\x98\xd5\xf5\xc9\xdc\x31\xab\xeb\x13\xb5\x43\xe8\xe5\xbb\x5e\x25\x4f\x6d\x8b\x2b\x29\xd8\x4c\x61\x79\xf8\xf2\x43\xea\xb1\xf1\x2a\x5a\xa1\x90\xc8\x77\xcd\xe5\x52\x50\xe4\xfb\x67\x62\x30\x3b\xeb\x8c\xb2\x37\x31\x5f\x71\xe1\x36\x3b\x6b\xed\x3f\xf1\xfb\xdb\xb3\x83\x19\x8e\x5c\x63\x8f\x11\x1c\x79\x3c\x69\xc3\x91\x31\xab\xe5\x55\x0f\x13\x87\x8f\x40\xc6\xf7\xaa\x91\xb4\x2e\x38\x1d\xa7\xc3\x91\x68\x9d\xed\xfa\x57\x5e\xf4\x8d\x96\xb1\x16\xf6\x2d\x37\xe8\xe9\xf8\x23\x06\x84\x5b\x5b\x5e\x14\xd6\xa1\xe6\x99\x28\x1f\x58\x3d\x66\x5d\xfd\xd9\x54\x96\x23\x3b\xf9\xb9\xcb\x01\x47\x3d\xaf\x3e\x3e\x40\xf3\xaa\xd6\x2f\x0a\xac\x48\x56\x07\xbb\xdf\x32\x7d\xdf\x95\x17\x7d\xa3\xba\x91\x74\xa3\x62\x45\x2e\x03\xd3\xd0\xd9\x0c\x23\x6e\xb9\xd0\x09\x38\x5c\x07\x57\x18\x53\xa8\x5e\xd7\x9d\x87\x9e\x4c\xfc\x19\x81\x85\x9f\x18\xe1\x0d\x16\xfe\x5f\x3f\x30\xe6\xd3\xd4\xef\xcc\x1a\x4f\xaa\xdc\x6a\x5c\x5e\xd4\x20\xd2\xee\x65\xc3\x38\x47\xb7\xd9\x53\xa3\x47\x09\x2a\xdc\x6f\x26\xe0\x32\xf0\x87\x89\x6d\xee\xd4\xc2\x82\x5f\xe6\xe8\xe3\x5c\x13\x54\xf8\x2e\xec\x2a\x82\x0a\xf7\x68\xcc\xe6\x46\xed\xd7\xef\x55\x19\xa9\xae\x48\x32\x9a\xa5\x31\x4a\x85\x98\xd9\xb5\x1c\x84\xc9\x52\x11\xe4\x77\x5c\x25\x55\xd8\x2a\x45\x29\xb6\x4a\xb1\x8b\x2d\x07\x5a\xa2\xcc\x0b\xf2\x3b\x2e\xb6\x67\x53\xa4\x2e\xae\x04\xcb\x93\x92\xfd\x42\x88\xdf\x91\xfd\x41\x88\xdf\x91\xed\x61\x79\x8e\xfe\xbe\xd3\x44\xfc\x49\xbe\x93\xf3\x93\x6c\x3d\xc0\x3c\x24\x22\xd5\x5a\x50\x33\x44\xa4\x5a\x26\x03\x63\x1e\xd5\x5f\xd3\x9c\xc7\xbf\xcc\x3c\x6c\xfa\x83\x1d\xa9\x4b\x6a\x48\x66\x41\x63\x9c\x36\x33\x31\xc5\x08\x69\xc8\x68\x03\x29\xe6\xc7\x00\x29\xee\x69\xcd\xc7\x19\x14\x3d\x81\x9c\xc7\x3f\x9b\xbf\x58\x51\x57\xb6\xf7\x8d\x42\x4a\x6b\x98\xb3\xcc\x43\x71\xa2\x7e\x9b\x93\x2f\xad\x60\xff\x97\x1d\x5b\x58\xe5\xe7\x66\xc7\xd8\xe8\xb2\x25\x95\x9a\x01\x1b\x05\x68\xa3\xbd\xa2\xb6\x08\x9f\xfc\xc4\xcb\x64\x12\xd4\x59\x50\x99\x4d\x7b\x5a\x1e\x8e\x68\xd3\x9e\xb6\x92\x87\xa6\xd3\xe0\x80\xdc\x78\xa4\x38\x95\x85\x27\x6e\x83\x0b\xe5\x86\x5e\x92\xbd\xd1\xa9\xff\x6b\x54\x27\xa7\xfe\xaf\x39\x35\xc4\x73\x3a\x9e\x3c\x7b\x79\xab\xcc\xb3\xb7\xc8\x65\x18\x6b\x99\x2a\x32\xf0\x0a\x1a\xce\xfc\xd9\x24\x24\x60\x49\x6c\x2c\xf0\x34\x4e\x09\x8b\x73\xd9\x12\xbe\xb7\xe7\x4e\x77\x48\x8e\x71\x23\x89\x16\x85\xad\xeb\xf8\xc4\xed\x79\xd3\xeb\xf3\x41\x52\xff\x7b\xbe\x13\x33\x07\x9b\x85\xf0\xbd\x3d\x37\x61\x61\x78\x7b\x6f\xf9\x6e\x6b\x61\x2d\x24\xc5\xfc\xb7\xd4\xa0\x98\xff\x96\x67\x2f\x4f\xb4\x7c\x28\x3b\x3d\x5b\x8e\xb9\x4a\x3b\xff\xf1\xd8\x4c\xcf\xb4\x3b\xe6\x66\xe0\x5f\x1c\x1b\xe6\xd9\x55\x8f\x4d\xf1\x4c\xba\xe3\x2c\xb1\x6c\x94\xc7\x86\x79\xc6\x17\xa0\xee\x1d\xc9\x7b\x0c\x1d\x5c\x6e\x68\x6a\x97\x99\x9e\xcd\xdf\xb0\xdc\x1e\x33\xd9\x11\x1d\xd7\xc5\x1a\x38\xa2\xe3\xba\x50\xab\x94\xbb\x7f\x5c\x9c\x45\xe2\x24\x1d\x17\xca\xe4\x71\xd4\xf9\x13\x49\xa3\xc6\x3c\x15\xd4\x77\x5c\x9c\x91\xa2\x1c\x1d\x99\x97\xc7\x94\x4a\xe8\x11\x87\xad\x8a\xce\x3b\x9c\x37\xff\xc5\xe1\xbc\xf9\x9f\x6c\x55\x29\x53\xc7\xf7\xc8\x33\x9d\x04\xe9\x91\x82\x26\xb3\x4f\x0b\x77\x5b\x32\xb7\x8e\xc3\x79\xd1\x29\x8f\x37\x35\xda\xf2\xe7\x70\x5e\xd4\x37\xc1\x6e\xc7\xc3\xd1\x47\x8a\xff\xec\x78\x20\x6d\x63\xa2\x14\x9a\x76\x5e\x23\xef\xca\x96\x4b\xdb\xfe\x1c\x1a\xf9\x2b\xd5\x9b\xda\x42\xfa\xfb\x4a\x25\xdf\xb9\x35\x6e\xdb\x9f\x9d\x92\xf1\x84\xfd\x29\x4a\xe7\x62\x17\x17\x78\x76\x0e\xce\x6c\x81\x67\x4b\x2e\x4d\x02\xc8\x96\x28\x75\x7f\xb6\x97\xa2\x15\x08\x1e\x3b\x73\x47\x55\xc6\xff\x92\x5b\x90\x13\xfe\x4f\x06\x4a\xd0\xd9\x32\x9f\xbc\x29\x6b\x6d\x4f\x7d\x3a\x19\xf8\x69\xc2\xc6\xce\xc1\x02\x15\x36\x76\x0e\xd4\x8e\x3f\xc7\x8e\x71\x43\x13\x18\x76\x8e\x3b\xdf\x0d\x49\x79\x36\x75\x6a\xd4\x88\x0a\x28\xe1\xe2\xf7\xe7\x0c\xee\xa3\xa4\xd4\xe3\x13\x86\x4e\x39\x57\x56\xbd\xf2\xf2\x4b\xe5\xfe\x13\x49\xf8\x7d\xd5\x8a\x1e\x13\x5c\x68\xd9\x39\xd8\xa2\x84\x96\x9d\x83\xf5\x2c\xb4\xec\x1c\x77\xde\x74\x2f\x19\x2b\x47\x93\xcd\x3c\xd3\x11\x87\xe6\xf3\x67\xc3\xea\xcc\x9b\x43\x4a\x52\x24\x9b\x61\x5a\x3e\x5c\xde\x4f\xe8\x87\x32\x06\xd5\x1e\x49\x76\xcd\x9e\x57\x75\x1a\xf6\x94\xf3\x56\xa9\x79\xf3\x23\xc9\x6f\x1a\x1e\x5b\x39\xb7\x0d\x8f\x9d\x37\x55\x98\x78\xb5\xb2\x45\x0b\x2c\xfb\x3d\xa7\x2a\xa2\x8d\x4f\x13\xa9\xa9\xd4\xbc\x3a\xed\xbf\x2c\x88\x8a\x82\x60\x92\x99\x6c\xb5\xf6\x7c\x68\x18\x7c\x49\x95\x46\x88\x97\x14\x24\x54\xe0\x9d\x87\x1f\x73\x45\x53\x90\x2e\xd7\x77\x8d\x64\x53\x19\x8a\x13\x18\xdc\xf8\x45\x5f\x86\xfd\x31\xb7\x5e\x3e\x63\xe3\xdf\x7c\x99\x66\xac\xff\xca\xdd\x16\x69\xa1\x0d\x46\x9d\xf1\x03\x49\x1b\x27\x38\xf0\xd8\x68\xf5\xc0\x63\xa3\xda\x99\x1e\xf5\x2e\x29\x4a\x86\x9c\xd9\xf2\xee\xf2\x43\xfa\x6a\x34\x5f\xf9\x7d\x7a\xfc\x94\x46\x19\xcd\x57\x52\x8f\xb1\x47\x2c\x87\x17\x9c\x75\xec\x46\x42\xb2\xb6\xdc\x11\x04\x64\xfd\xde\x9b\xf9\x19\xb6\xdc\x5c\x33\x9f\x36\x5d\x68\xf9\xa9\xf6\x99\xdf\x19\xa7\xef\x7c\x6c\xd1\x9c\x4c\xbc\xda\x32\xc0\x82\x25\xb5\xfc\x37\xb1\x3d\xf7\x4c\x15\x50\x1c\x2b\x1f\xbe\x2c\xf2\x2f\x64\xf2\xac\xbf\x5f\xae\x4b\x74\x2d\xfc\x0c\xe3\x58\xe3\xdc\x32\x8e\xb5\xc6\xbc\x6b\x1c\x6b\x8d\xfd\xde\x64\xac\x35\xf6\xec\xb7\xb3\x12\xe6\xcb\xa6\x43\x66\x20\x89\xfa\x82\xbd\xec\xed\xc8\xf5\x27\xcf\xbc\xeb\x4d\xa4\xf5\x2d\xa4\x21\x6c\x29\x29\x91\xbe\xe7\xc8\xaf\x29\x7f\xbe\xec\xe7\x33\xdf\x21\x22\x7d\x0c\xa6\xa2\x9d\x3a\xd1\xa3\x72\xbe\x4d\x03\xf6\x7b\xa6\x21\xef\x79\x26\xf2\xb2\xd4\xa1\x79\xfa\xc4\xd3\xf8\x36\xa6\x3b\x8a\xd7\xdb\xd4\x48\x3d\x0f\x65\x48\xee\x33\x05\x7d\x9c\x21\xd0\x92\xf8\x37\x3b\x9b\x85\xa0\xab\x3d\x50\x1f\x41\x57\x7b\x4f\x1f\x95\xdd\x3d\x18\x21\x43\x55\x3b\x27\x90\x90\xaa\x3d\x3f\xd9\xfc\xae\x3d\x10\x2c\x43\x55\x3b\x33\xe7\xcd\x0d\x27\x15\xda\xc6\x97\x9f\x61\xf7\xd6\xef\x43\x29\x23\x3d\xcf\xdc\x29\x7a\xe1\x4b\x4d\x7e\x94\x5d\xed\xed\x9f\x54\xac\xdf\x57\xa5\xa8\x70\xe6\x09\x86\x3a\xe2\x22\x15\x0a\x75\x5c\x4f\xaa\x90\xd7\xe5\xf7\x4c\x4a\x0c\x0a\x9d\x20\xa9\xe3\x7a\x22\x91\x68\x9f\x31\x35\xb7\x4c\xa6\x94\x49\x42\x66\x2a\xd4\xb5\x2d\xbf\x58\xb4\x20\x71\x4a\x0a\x7f\x7a\x2f\x9e\x09\x71\x3a\xae\x1a\x49\xda\x16\xbf\xdf\x88\xd3\x15\x43\xda\xc7\x33\x1a\xc5\x45\xf8\xd3\x91\xeb\xc7\xc7\x74\x4b\x28\xb0\x1f\xd3\x2d\x3d\x29\x46\x07\xc7\xff\x44\xe1\x0e\x18\x1a\x13\xcd\x46\x53\x11\xf4\x74\x5c\x35\xc5\x08\x20\xf1\x2b\x54\x0a\x6c\x7e\x94\x81\xa7\x3f\xcd\xf0\xe3\xeb\x7e\x0c\x82\x1f\x7b\xfd\xb9\x40\x7c\xec\xf5\xe7\x92\x67\xee\xd9\x87\xcd\xe1\x63\xa8\xc9\xc3\xe5\xe2\x63\x3e\x26\x76\xa7\x8f\xaf\xf7\x33\xaf\x4a\xab\x5b\x79\x26\xad\x6e\xa5\x50\x8f\x7f\x4a\x11\x08\x00\x8b\xad\x00\xa9\x25\xde\x3a\x71\xd1\x96\x2c\x31\x73\xd1\xce\xbb\x47\x54\x74\x7f\xcc\x0b\x90\xd1\x62\xb8\xfe\x60\x6d\x62\x71\x7c\xcc\x3e\x3a\xf3\x6a\x37\x48\x85\xf1\x30\xbb\xce\x8c\xa4\x6b\xf5\x4a\x39\xee\x15\xe3\x6a\x02\x9d\xfc\x48\xeb\xc6\xbf\x52\xac\x9d\xe6\x3b\xf5\x23\x33\x47\xc6\x80\x1e\x90\xd0\xc7\xfe\xdc\x56\x23\xca\x0f\x9f\x41\x96\xd2\x71\xe5\x07\x18\x69\x80\x3e\x6c\xf4\xe9\xff\x26\x9d\xa1\x06\x33\x92\xac\x89\xd9\xba\x3e\xc6\x1a\x64\x3c\xec\xf9\x6d\x35\x95\xc8\x83\x9f\x6e\x99\x52\x21\x3f\xf2\x88\x24\x22\xbf\xc0\x8a\xb5\x7f\xd6\xba\x0c\x27\xf0\x50\x2d\xc1\x52\xa7\xb3\xa3\x7d\xa5\xe2\x7c\x34\x0d\x51\xaa\xac\x9b\xba\x2e\x63\x0d\x3c\x3b\xd6\x65\xb2\x05\xcf\xd6\x75\x99\xaa\xc4\xa3\xba\x2e\x6b\xe0\x33\xa5\xa8\x8b\x2b\x55\xf8\xe6\x90\xef\x44\xad\xf0\xa4\x69\x82\x28\xac\x94\xa2\x0e\xae\xd4\x2e\x73\x48\xa3\x14\xa9\x1f\x03\xe0\xe2\xba\x9c\x32\x08\x9f\xf4\x32\x78\x15\x98\xf9\x57\xb4\xbd\x2b\xad\x13\x09\xc9\x28\xb4\xce\x97\x3a\x7c\x9f\xcb\x70\xd5\x69\xd8\xf9\x57\x94\x8d\xab\xa4\x20\xc5\x90\xae\x48\x66\xd5\xfd\x7d\x29\x4d\xb7\xd2\x22\x81\x18\x46\x1a\xa4\x98\xf7\x51\x78\x53\x31\xc9\x25\x1d\xb3\x8e\x5e\x69\x9c\x62\xde\x47\xcd\x33\x69\xec\x19\x10\x43\x1a\x56\x4a\x51\x18\xff\x62\x20\x45\x2e\x32\xfe\x83\x73\x72\x09\xd3\x5a\xcd\x40\xfe\x95\x74\x07\x2a\x69\xa8\xef\x40\xe9\x84\xba\x54\xf2\xe6\x5b\x52\x1a\xa3\x78\xf8\xc5\x28\x5a\x59\x2f\x8c\x9a\x95\xf5\xc2\x5f\xb5\xb2\x5e\xf3\xa6\x42\xfc\x33\x19\xad\xac\x2f\x6a\x3f\xb6\x39\x8d\x14\xa3\xf0\x65\xec\xfd\xcb\xc8\xd6\x01\xbc\x66\x5d\xe6\x82\x98\x8c\x86\xd9\x26\xb9\x92\xad\xcb\x6a\x37\x5f\xde\x56\xbb\x7d\x97\x5b\x42\xae\x56\xae\x12\xeb\xb6\xd6\xed\x05\xb8\x44\xcf\x7b\x3f\xd3\xd7\xc5\x75\x1b\x15\x31\xf2\x50\x2e\x6b\x07\xd8\x7e\x45\xc5\x25\x7b\x95\xaf\x7b\x7a\x5d\xf7\xbc\xeb\x14\x27\x4f\x9e\x72\x28\x44\x34\xd1\xde\x9d\x16\xc9\x80\x36\xd3\x22\x19\xd0\x06\xb5\xd8\x46\x96\x06\x19\xec\xc0\x00\xdd\x84\x1f\xf8\x70\x59\xb7\xd1\x0e\x33\x0f\x7d\x47\x48\x31\x26\x1e\xb0\x4e\xb0\x6e\x47\xec\x8f\x7c\xb8\x34\x22\xa9\xc3\xc6\xf1\x89\x64\x2c\xdc\xca\x43\xdd\x6e\x6e\xfa\xb1\x3c\xcc\xf4\x79\xdb\x20\xde\xf8\x72\x9b\xd5\xad\xe4\xa9\xbd\xe9\x2c\x82\xdb\x61\x9b\x19\x10\x85\xec\x38\x8b\xd7\x57\xd2\x21\xd5\x7f\x0f\x6d\xb2\x63\x69\x19\x08\xdb\xb2\x83\x89\xfe\xf7\x01\x26\xbe\x6e\xc7\x6d\x3e\x79\xf5\x78\x5f\xa0\x9f\x49\xfa\x46\x5f\x14\xba\xe6\x2c\x10\x5f\xc9\x01\xa9\x95\xe1\xdb\xbe\xb8\xd1\x5a\xc5\xae\x39\x2d\xda\x57\xe2\xf2\xc3\xd8\xda\x77\x8b\x2d\x66\xdd\x87\x9b\x1b\x2d\x3a\x1c\x63\xb4\xc1\xbe\x5b\x8c\x3a\xcb\xb0\xd9\x01\x9e\x6b\x19\x1a\x7b\xf5\x8c\x19\xe9\xb4\x5a\x5a\xf1\xe7\xeb\x4e\xea\xf5\xdd\x28\xb3\x48\xbe\x0a\xdc\x2f\xcb\xc0\xd9\xbb\xf0\xa7\x44\x04\xfc\xa0\xcb\x2e\xc3\x68\x2f\x0c\x62\xab\x60\x24\xb6\xaa\xb5\x84\xa3\x7d\x00\x30\x2f\x93\xff\x5e\xa8\x9a\xcb\xec\xbf\x17\x56\xb0\x55\x8c\x65\xe8\xbf\x6a\x7c\xd5\xbb\x53\x92\xed\xa7\x0b\xc9\xe0\x85\x99\x77\x85\xfb\xc6\x72\xb1\x4c\xf3\x7b\x83\x50\x59\x46\xcf\xde\x25\x4d\xb4\xbf\xb6\xa4\x5a\x67\xf0\x28\x74\xbd\x2c\x87\xa3\xcc\xbc\xac\x8b\x1f\x4b\xd1\x98\x59\xe2\xc1\xbe\x22\x17\x3f\x86\xc2\x54\xa9\xf7\xaf\x60\xbb\x73\xd3\x88\x97\xa7\x30\x2d\x56\x56\xc3\xd9\xf3\xa5\xb2\xbe\x75\x9e\x39\xeb\x5b\x61\xcb\x29\xf6\xee\x96\x8c\x9a\x66\xbb\x53\x1a\x7f\x25\x5d\x0a\xcd\x69\xf8\x15\x9d\x05\x6b\x45\xb4\x77\xe8\x9f\xdc\xda\xdf\x57\x7d\x63\xa4\xed\x72\xb1\x71\x43\x5f\xc5\x41\x38\x9c\x81\xa6\x1f\xbe\x41\x11\x2d\x03\x75\x6f\x00\x4e\xab\x10\x86\xc3\x91\x64\x38\xee\x0d\x02\x68\x15\x6e\xbf\xbc\x8b\x27\x98\x43\xa9\xe0\x09\x66\x35\x16\x03\xdb\xb8\xb6\xae\xe2\xd0\x85\x3b\x73\x89\x0b\x6f\x49\xc1\xf6\xa5\xb2\xf1\x19\xbf\x5b\xee\x4c\x9e\xe3\xf4\xed\x99\xb3\x44\x32\xfc\x1a\xe5\xc8\x1c\x0e\x2e\x41\x76\x5b\x2b\x69\xa3\x03\x5d\x7e\x9f\x2a\xd0\x85\x15\x58\x09\xcc\x61\x56\x56\xfc\xc6\xfc\xe3\x6a\x2b\x36\x6e\xf0\x55\xa1\xc5\x66\x53\xad\xf8\x8d\x67\x5e\x36\x6d\xe6\xef\x65\x9b\xcd\x98\xd1\x42\xff\xb6\xc6\x3e\x50\xc9\xb5\xc5\x49\x03\xcf\x30\x66\xca\x25\x88\x6f\xeb\x69\x22\xde\xbc\x8b\x5a\x97\x83\x85\xf2\xee\x72\x86\x26\xca\xd5\x52\xa8\xc5\xd6\x9f\x25\xca\xe0\x36\xd8\x31\x4c\x19\x5c\x31\x7a\x2c\xa1\x7c\xbf\x22\xcd\xb7\xa3\xb8\xfc\xaa\x51\x72\x27\xfe\xa4\x39\x84\x2b\xd0\xde\x25\xd8\x2f\x78\xfe\x05\x4d\x70\x67\x04\xa5\xe2\x63\x09\x58\xd5\xc0\xb6\x19\x49\xa8\x0b\xd4\x29\x31\x01\xb7\x56\xf2\xdd\x23\xdb\x03\x7d\x76\x30\xc4\xf3\x2b\xe6\xab\xa5\xa5\x1b\xbe\xfc\xe6\x84\x14\x4d\x70\xef\x19\x0e\x11\x64\xb2\x6d\x54\xfb\xf3\x7e\x85\xe8\x62\xd8\xa8\x41\xae\xe3\x5e\x33\x70\x31\xe3\xd0\x36\x7c\x22\x68\x89\xd5\xee\xe3\x8a\x86\x69\xa0\xef\x60\x35\x55\x13\xa2\xb0\x7a\xaa\x09\x51\x32\x6e\x26\x44\x61\x2b\x7a\x40\x98\xa1\x08\x3e\x36\xe3\x3d\x79\xd8\x5c\xe5\x85\xe8\xbd\x94\x59\xfb\xb0\x97\x32\x31\x4d\xd5\x7b\x17\x56\xc7\x03\x7a\x00\x35\xe1\x99\x2c\x59\x37\x49\x30\xdd\xef\x2c\x8e\xe8\x68\x2e\xf4\xd8\x67\xd9\x0a\x15\x09\x3e\x77\x9a\xe8\x29\x73\xfd\x3e\xfd\x6a\xef\x0c\x99\x48\x79\xef\x31\xd0\xfa\x1e\x33\x42\x32\x62\x8f\x8d\xd4\x2d\xdf\x79\x88\xf2\xa1\x5b\xcb\xe4\x37\xe0\x97\xdd\x50\x08\xdf\xd1\x98\xbf\x42\xf8\x96\x5f\x85\xdb\x39\x10\xf2\xa6\x96\x10\x8b\xc4\x38\xdd\xc2\xe6\xf7\x38\xbc\xa0\xa5\x14\xff\x78\x7a\x28\x4f\xd8\x60\x03\x7b\x30\xc9\x5d\x11\x9b\xb1\xff\x94\x23\x2e\x67\x60\xa9\xcb\xfc\xb6\xf5\xf7\xec\x98\x8a\x3d\x5f\x0a\xec\x93\xff\xe3\x8c\x47\xa8\x66\xa6\xbb\xed\xe3\xdf\xfe\xc9\xd5\x4c\x86\xce\x44\x6b\x3e\x8b\xf1\xeb\x2f\x41\x6f\xef\x0e\x4e\x69\x19\x5f\x3b\xb8\x12\xae\x66\xfa\x66\xba\xd9\xac\x55\xd2\xd8\x66\x87\x58\xd4\x24\xf3\xe8\x2e\xfa\x65\x80\xed\x62\x6d\x1b\x51\xdb\x72\xa6\x37\xab\x95\x58\x29\x57\x33\x7d\xe8\xef\x5d\xf3\x7c\xb2\x14\xa1\xdc\x4d\x6b\x4d\xb9\x9b\xf6\x2c\x1b\xf0\xf2\xa1\x1c\x41\x69\xc0\xd2\x55\x3b\x6d\x95\x4f\x0c\xd4\xd4\x6a\x66\x16\xcf\xfd\xa1\x79\x46\x70\xce\x36\x13\x35\x32\x03\x85\x8d\x9d\x51\x4e\x85\x7f\xfd\x76\x79\x22\x7e\x15\xd9\xca\xc4\x12\xc8\xb5\xd6\x2b\xc5\xe8\xa2\x53\x53\xc5\xcb\x1b\x2c\x4d\xc5\x13\x31\xf3\xd4\xd3\x87\x52\x45\x19\x1e\x25\xc0\x64\xb9\xf3\x46\x3f\x17\x8c\xb5\xe2\x54\x59\xcd\x6c\x4c\x9c\xaa\x02\xb1\x56\x9c\x31\xab\x99\x8c\x29\x55\x90\x07\xe7\xca\x87\xb6\xcb\xd7\x88\x6f\xef\x04\x34\x4f\x94\x1b\x18\x4d\x96\x31\xac\x77\xe1\x38\xeb\xce\x7c\x9d\x33\xa8\x3b\xb0\x14\xec\xf6\xea\x06\x3a\xa1\xa9\x0a\x88\x4a\x1a\xc6\xaf\xe4\xdc\x7e\x1d\x49\x91\x0d\x11\x64\x34\xa4\x93\x7d\x32\x5a\x0d\xd1\xa3\xb5\xd2\x1e\x85\x6b\x30\x79\x82\x41\x65\xf0\x84\x41\x7d\x88\x7a\x5d\x82\xa0\xb6\x96\x47\xde\xd4\x29\xd4\x40\x3a\xb6\xc2\xce\xf6\xc1\x5f\x17\x60\x73\x00\xf6\x58\xdd\xde\x4e\xb4\xbd\xee\x10\x24\x26\xa4\x30\x97\xc3\x14\x1e\x5f\xe9\x76\xf4\x54\x44\x6b\xe6\xdc\xe7\xe1\x8c\x4d\x97\x65\xb6\x04\xd9\xb9\xcc\x19\x8b\xe3\x66\x75\x7b\x3f\x7b\x8a\xd9\x7a\x93\xa6\x1e\x4f\xfa\xbc\xa9\x49\xcf\x1e\xd5\xed\xfd\xcc\xd0\x1c\xdb\xc9\xe8\xbe\xac\x96\x80\x5d\x97\x28\x63\x47\xe3\xf2\xa6\x3c\xfc\xc3\x7c\x51\x5f\xa9\xa8\x94\x48\xd5\x0e\xe4\x86\xf8\xe8\xd5\x89\x24\xae\xdf\x96\x62\xe4\xd0\xed\xa9\xc2\xfe\x2e\x26\xca\xb0\x25\xa6\x47\x92\xb5\xa5\xa7\x18\xb9\x18\x57\x6a\x94\x39\x89\x19\x65\x9a\x58\x22\x95\x97\x30\x97\x93\x20\xe7\x25\xc8\xe5\xbc\x38\x93\x4c\xf7\x0a\x7a\x68\x09\x54\x59\xeb\x15\x69\x49\xa2\x06\x5b\x5d\x9e\x94\xe2\x85\xfb\x20\xfd\x79\x7f\x4c\xf5\x32\x51\x3c\x79\xf8\xd6\xab\x79\xa6\x75\xcb\xdf\x16\xfa\xb2\xd6\x0c\xa9\x2d\x32\xdc\x13\x05\xbe\xac\xf5\xdf\x7c\xaf\xdf\x57\xab\x5e\x4d\xa1\x32\xd7\x30\x9f\x87\x5d\xaa\xdc\x12\x87\x5d\xaa\xdc\x69\x85\xb5\x5c\xcf\x95\x67\x52\x12\xd8\xd5\x85\xb5\xac\x78\x9e\x97\xa0\x96\x35\xb6\x14\x21\x2d\x6b\x2c\x32\xe2\x6d\xad\x31\x24\x09\x76\x59\x63\x9d\x12\xec\x72\x3d\x19\x27\xf1\x02\x3d\xf9\x2f\xec\x44\xb4\xda\x70\xfa\xc5\x50\x78\x27\xca\xff\x34\x34\xae\xa4\x94\xa3\x52\xf8\x13\x76\x74\xe6\x7f\x1e\xf7\x28\x65\x4a\x09\xca\x1c\xb1\xfd\x05\xbd\x58\x48\xcd\x8a\x13\x76\x4d\xdb\x5f\x38\x36\x27\x77\x4f\x0a\x9d\x8e\x4a\x61\x43\x37\xd8\xb2\x97\x91\x77\xcd\x8c\xc5\x90\x0a\x7b\xf9\xdc\x2d\x92\x09\x8d\x9e\x7c\x2a\xca\xa6\x27\x75\xda\xef\xf9\xa4\x20\xdf\xfc\x27\x92\x7f\x86\x07\x5c\xc0\xcb\xe5\x04\x9f\x5f\xc9\x57\xfd\x27\x0f\x65\xb5\x40\xe3\x21\xf5\x7e\xf6\x13\x52\xef\xe3\xc0\x58\xa4\xde\xc7\xd9\xb0\x26\x6e\x4f\xfe\xd6\xc4\xed\x59\x53\x8f\xdd\x9e\x35\xdf\xfa\xa6\xcf\xdd\x81\xec\xfa\x9d\xff\x3e\x17\xe7\x41\xea\xf5\x79\x40\xc1\xe6\x13\xe2\x07\x1a\xc1\x79\x75\xce\xd2\x69\xc6\xa0\x94\x63\x1c\x7c\xff\xbd\x2b\x20\x60\xea\x14\x35\xca\xfd\xe4\x55\x2b\xa3\x9c\x1c\xd3\x46\x97\x34\x00\xbb\xca\xca\x97\xba\x4d\x96\xfc\x61\xdf\x26\x0b\xd3\xdb\x00\x4e\x72\x40\x7d\x45\x5f\x94\x99\xe0\x64\xde\x2f\x69\xa1\xbd\xa9\x25\x2d\x34\xdd\x09\x5b\x9f\xc0\x9f\x37\xe9\xf8\xbe\xa2\x6f\xfd\xf9\x52\xb9\xf6\x7b\x6a\x71\x42\x94\x99\x72\xec\xde\x4d\xfb\x0f\x0d\xf6\x4f\x5e\x80\x9c\x58\x3b\x82\x72\xb6\x58\xaa\x16\x99\xc8\x59\x3c\x40\x39\x99\x91\xcb\x30\xf7\xf1\xfb\x52\x68\xeb\x27\x12\xc7\xe6\x44\x7c\xbb\x49\x1d\x51\x0e\x9e\x9b\x79\x67\x3c\x67\x01\x2c\xbe\x9c\x22\x7f\x5c\xa9\x55\x07\x27\x2e\xfe\xb5\x50\xf6\x99\x3b\xce\x90\xdf\x01\x42\x2f\xc1\x3b\x5b\x8e\x2e\xc3\x3b\x0b\xd8\xd3\x65\x78\x27\xe8\x80\x65\x2e\xd8\x02\x8e\x7b\x39\x25\x7e\xc1\xed\xbd\x0c\xea\x2c\xc0\xc5\xd7\x32\x03\x43\x2a\x85\x81\x81\x6b\x8f\x90\x9b\xad\xa5\x96\x6d\xb2\x03\x7a\xba\xb9\x8c\xd0\x7a\x41\xdb\x7b\xda\x07\x90\x33\x63\xe6\x8b\x5f\x6c\xde\x42\x72\xb6\xd1\xf2\x25\xc0\x66\x1a\x24\x6c\xfb\xfc\x2f\x76\x13\x67\xbc\xaf\xe5\x4a\x6b\xdf\xfa\x32\x95\xf0\x27\x18\x7a\xcd\xd7\x8a\x3f\x6b\x2d\x3b\x7e\xe2\x31\x21\x1d\xfe\xcd\x35\x6c\x69\x4a\xd6\xce\x9d\x56\xd8\xcf\x96\xe6\x3a\x3c\xb9\xa7\x1c\x39\x3b\x7b\x2a\xd9\x8e\x01\x8a\x28\x6e\x5d\xda\x63\xed\xef\x4e\x85\xca\x03\xc7\x21\xbe\x89\xf7\x43\xa5\xd8\x06\xe4\x71\x36\x6e\x00\x79\x91\x34\x2d\x98\xf2\xe2\x88\x9d\x30\x81\x2c\x25\xc5\x1f\x84\xbc\x2c\x61\x3d\x4b\xfd\x7d\xe7\x03\xb7\xe7\x55\xb9\x96\x98\x7a\x82\x77\x4e\x58\x42\x96\xd0\x9d\xdf\x91\xe3\x55\xe3\xa2\xd8\x82\x05\xe8\xac\x35\x75\x88\xaf\x18\xbc\xf0\x32\x9d\x6c\x65\xc6\x9a\x32\xf6\x41\x19\x10\x24\xf3\x89\xca\xba\xb3\x4f\xf2\x50\x66\xb6\x71\x73\xaa\x93\x5e\x7e\xa4\x3d\xda\xdf\xc6\x8d\x52\xb5\xe1\x01\xe1\xe7\x6c\xb8\x3d\x56\x44\x53\x63\x70\xf4\xec\x4c\x91\x54\xe4\x80\x55\x04\x5f\xee\x78\xe4\x1c\x42\x19\x11\x9d\xc9\x95\xab\xd4\xe6\x4c\x1e\x48\xc3\xed\xa1\x2f\x87\xe3\x2c\xe5\xb8\xa3\x0c\xc2\xf1\x75\xbf\xa4\x58\x07\x46\xa4\xdf\x36\x70\x8d\x15\xd1\x01\xb4\x12\x0e\xe8\xb8\x8e\x24\x2f\x3e\x2d\x17\x0e\xf3\x67\x6d\x76\x62\xf9\xf5\xfb\x4e\xc6\x2c\x66\x9d\xf3\xc8\xaf\x9e\x52\x96\x26\xc8\x83\xa4\x6b\x1e\xf6\x17\x67\x8d\x1f\xd9\x6f\x8e\x73\x03\x70\x64\x8b\x06\x75\xc2\x89\xb3\x84\xae\x2c\x33\x1f\x3a\xca\x2c\x26\x53\x43\x28\xe7\x5c\xf9\x52\x4a\x60\xcb\xbb\xc2\xc3\x8d\xd4\xf1\xa7\x41\x4e\xa9\x56\x44\xe8\xa2\x98\xc2\x6e\x96\xeb\xb1\x9b\x81\xcb\xeb\xf1\xf1\x57\x23\x29\xe8\x27\xad\x31\xc3\x51\xa9\x11\xc5\x0c\x96\xb1\x31\x78\x08\xc4\xd5\x12\xc0\xb2\xc5\x1d\x70\x6c\x88\x88\x81\x54\xf4\xa9\x37\x79\x22\xbe\xa2\xdc\x66\x29\x55\x21\x2c\x29\xd5\x99\x7c\x46\x24\xe1\x44\x38\x1e\xce\x01\x18\x8a\x24\xf6\x88\x11\xc9\x4b\x39\x6f\x8a\xda\x02\xd3\xca\x31\x25\x42\xfe\xb7\xf7\x9c\x0c\x9b\x73\xf7\xe4\xd7\xe8\xde\x12\x03\xa4\x51\x9b\xd7\xaf\x65\x32\x25\x30\xc3\x85\xd3\xbc\x17\x57\x8c\x3f\x67\xeb\xe1\x3b\xa1\x2d\xef\x45\xcb\xfe\x0c\x85\x60\x3b\xfa\x73\xda\xb5\x11\xc9\xf7\xb4\xbc\xa9\x7b\xda\xf8\x27\x3d\xec\xf7\x55\xa7\x64\x63\xf6\x09\x8b\x39\x00\x97\x2d\x41\x31\x47\xbc\x1e\x82\x62\x8e\x38\x1c\x04\xc5\x1c\x71\x0d\x89\xb9\x74\xc4\x05\xf2\x67\xe3\x04\x0e\x04\x41\x2a\x07\x40\xef\x65\x6e\xd2\x11\x43\xb4\x30\x95\x23\xca\x8e\x30\x95\x23\xde\x11\xf3\x8d\xf6\x5c\xaa\x04\xb1\x9c\x71\x26\x98\x6f\x74\xc4\xd2\x2c\x8c\xe5\x88\x9e\x26\x8c\x65\x89\x53\xf2\xcf\x59\x7e\x32\x54\x86\xec\x54\xfe\x94\x41\x94\xf0\x17\x2d\x91\x8a\xce\x9b\x3d\xc5\xe0\xc7\x2c\x3e\x81\x1f\x67\x36\x18\x83\x1f\xe3\x65\x14\xf8\xb1\xcc\x54\xe8\x4c\x0e\xa9\xd0\x39\x51\xf2\x17\x8f\x0f\x87\xbc\xa9\x9b\x21\xf3\xd2\x29\xe7\xef\x8c\x94\xee\xb7\xc1\x0b\x88\x28\x74\xc6\x5f\xfb\x67\x10\x02\x46\x83\x97\x4f\xaa\x78\x02\x5e\xf0\x5f\xa1\xfd\x08\xde\x38\xe1\xdf\x58\x2f\xc7\x25\x60\x2a\x12\x82\x71\x02\x96\x5f\x82\x2c\xce\x58\xeb\x84\x58\x9c\xb1\x76\x0b\xb1\x58\x2b\xfd\x15\x26\x71\x3d\x8c\x8c\x78\x40\xd7\xc3\xac\x11\x0f\xe8\x7a\x38\x36\x44\x03\xba\x1e\xda\x6d\xb8\xe2\x88\x93\xe2\xe5\xd3\x88\xb9\x20\xb4\xe2\x7a\xf8\xc1\x02\x2b\xd6\x78\xeb\x45\x02\x5a\x63\x27\x7a\xd9\x53\xca\x5e\xf3\x62\x57\xa2\x7a\xdd\x37\x73\xc1\x15\xab\x67\x0d\x56\x40\x20\xc6\x1a\xcb\x94\x48\x3d\x6b\x50\x05\x22\xf5\x5c\x4f\x3a\x28\x04\x40\x2e\x98\xc2\x37\xae\x87\x1f\x23\x78\x63\x8d\xbd\x5a\xe8\xc6\x1a\x8c\x81\xc0\x8d\x35\xe6\xd0\x97\x2f\xa6\x77\xea\xb3\x17\xb4\xe5\x55\x47\x14\xe7\xc7\x38\x35\x54\x94\xdf\x17\x81\xa7\x33\xa2\xfd\xf5\x6c\x92\x62\xe2\xac\xf1\xfb\x93\x2c\x3e\x46\x23\x33\x71\xb6\xcc\xe9\x17\xf4\xcc\x4f\x44\xdd\xcf\x32\x01\x0e\x6d\x4a\xb9\x22\xd5\x65\x3e\xbc\x31\xb0\xb3\xdf\xbf\x09\xe1\xe6\xda\x02\x13\x27\x68\x9b\xf5\x06\x54\x4b\xc1\x26\xe6\x04\xd4\xbd\x20\xe6\x04\x46\xb6\x84\x5a\x0c\xbd\xd1\x7a\x63\x8c\x7f\x52\x90\x2f\x73\x35\xef\xca\xcf\xc9\x9f\x17\x56\xf1\x69\x35\x0d\xf4\xdd\xad\xa6\x45\xf2\xd2\xd6\xd4\xf9\xf1\x43\xbe\x94\x79\xac\xe5\x55\xe9\xf5\x4f\x10\x06\x6f\x7c\x9e\xbf\x77\x75\xd7\x28\x69\x91\x83\xb2\xef\x15\xd1\x68\xd7\x34\x10\xa7\x67\x4d\x51\x56\x2e\xd2\x39\x13\x0c\x96\x34\xca\x04\x83\x85\x49\x07\x11\x27\x7b\xd1\x1b\xc7\xe6\x7f\x41\x9a\xbc\x39\x60\x29\xd6\x71\xaa\xfc\x62\xb8\x36\x03\xc3\x78\x73\xa2\xd2\x20\xbb\x27\x01\x51\xaf\xb7\xa3\x56\xf3\x4f\x1d\xb5\x9a\xdf\x84\xb6\xce\xee\xfc\xb6\xaf\x12\x95\xea\xed\xcb\x65\xe0\x0a\x50\x69\xc6\xa9\x2f\x80\x63\x8b\xff\xff\x6d\xd2\xc0\x80\x19\xcc\xa5\x79\x83\xdc\x5e\x42\x31\x7e\x45\x6a\x3d\x5c\xf4\xe8\x8c\x71\x5b\x30\xdd\x2c\x43\x17\x4b\x3c\xb1\xe2\xcb\x6c\x51\x97\xa0\xcb\x24\xbe\x79\xbd\xed\x9b\x64\x74\x3f\x78\x1f\xf9\xc7\x1f\x1b\x73\x89\xd7\x5a\x46\x28\x16\xa0\x6c\xeb\x63\xf7\x11\x7c\x67\xeb\x83\x35\xf7\x41\x3a\xae\x26\x22\x18\xe1\x7c\x2a\x1d\x65\x72\xc7\x31\x9c\xb0\x06\xd0\x20\x00\x61\x1b\x9c\x69\x66\xb5\xac\x71\x00\x18\x41\x58\x1f\xd6\x90\xf2\xd7\xb7\x55\x22\x6d\xf1\x9b\xa5\x58\x39\xcd\x22\x58\xa5\xa0\x01\xcb\xa4\x6f\x69\x9e\x82\x18\x7e\x35\x8a\x29\xe3\x29\x91\x74\x8d\x28\x08\x66\xca\xcb\x23\x03\x66\x69\xb6\xef\x8e\xb9\xc6\x7c\x38\x52\x07\x92\x0c\xfe\xdc\xb7\x84\xf4\xab\xf5\xce\x33\x6d\xd5\x4f\xaa\x50\xd0\x36\x5b\xc6\xc7\xe6\x8a\x40\x89\x3e\xa6\xf1\x03\xf9\xb8\x4c\x3c\x49\x3e\xad\xaf\x68\x2c\x17\xc2\xe3\x99\x99\x57\x95\xe9\x94\x03\x4f\xb8\xbf\xde\xf3\x63\x9d\x40\x74\xe6\x43\x45\x0f\x71\x95\x16\xec\xaf\x77\x2c\x17\x42\xfd\x75\xd0\xe5\xeb\x63\x0f\x54\x4d\x53\x05\x19\x25\xd6\x66\x1b\xcc\x67\x4e\xf7\xaf\x24\xac\xeb\xcc\x33\x81\x5b\xad\x0b\xec\xcb\xe0\x56\xb7\x7b\x5f\x86\x2e\x2d\x0f\xc7\xbe\x9c\x3e\xd4\xea\xe5\x16\x85\x64\xbc\x8e\xdb\x29\xed\xc1\x72\xef\xcb\x69\x40\x3d\xe0\x5b\x79\xec\x07\x7e\xa2\x6d\x48\xde\x4a\x29\xd9\xac\x1a\xe2\x9f\x45\x9a\x63\xdf\x50\x9a\x6a\xe2\x47\x8e\xe3\x2d\xe2\xc7\x82\xeb\x75\x5f\x46\x97\x4e\x3e\xb4\x27\xb1\x52\x2a\x6a\x1b\x4d\x45\x6d\xcb\x77\x32\x8c\x7b\x50\xb7\x80\x75\xf3\x57\xc3\x96\x99\x3c\x5d\x14\x96\x94\x5b\xd9\x16\xcc\x6e\xb0\xb5\x6f\x21\xe9\x06\xdb\xfe\x16\x92\x6e\xb0\xfe\xb6\x90\x74\x03\x63\xda\xbe\x8c\x2c\x9d\x69\xd9\x5b\x6f\xa6\x3e\x59\xfe\x2b\xdd\xf5\x6d\x32\x43\x7a\xdc\x23\xda\xa2\xfc\x77\xf8\x54\xb7\x90\x74\x83\xc3\x62\x5f\x4e\xd3\x98\xe1\x16\x04\x1b\xcf\xce\xbe\x1c\xc9\xf5\xef\x64\x39\xdf\x57\xa5\x95\xe6\x3f\x11\x04\xd3\xe9\xaf\x93\xd0\x3c\x77\x9e\x8a\xee\x02\x62\xb0\x6d\x0a\xc8\x86\x01\x76\xdf\x06\x8f\x52\xd2\x6d\x9a\x34\xec\xdf\x5b\x50\xba\x09\x78\x63\x1b\x3b\x37\x21\x58\xd8\xc2\xce\x4d\xa2\x22\xf6\x6d\x4b\x85\xf5\x93\x2d\x62\xc9\x09\x58\x63\x9b\x57\xb2\x11\x66\xbd\x05\xab\x9b\xa0\x3e\xb6\x50\x75\x13\x85\x73\xdf\xb6\x5b\x30\xa9\x6e\x7b\x2d\xbc\x6b\xed\xdb\xcc\x28\xb0\x60\x6c\x81\xec\x26\xda\xff\x06\x64\x07\x1b\xd3\x36\xe5\x64\x83\x9a\x6d\x8b\x46\x72\x8e\x9e\x82\xbc\xad\xe4\x4b\x6d\x6a\x2c\xab\xdb\x88\xd0\x4e\xe3\xbc\xa9\x0d\x06\x00\x8e\xbd\x45\x3f\xc4\x56\x05\xb8\x75\xdf\x86\x76\x0e\x5a\xbe\xa5\x0d\x77\xaa\x70\xde\xb8\x91\xef\x7c\x2d\x8e\x24\x4d\x39\x7f\xc7\xd7\xd0\x8c\x94\xd0\x6d\x35\x63\x63\xf4\xe6\x88\x24\xd7\x48\x3a\x28\xef\xc0\xc3\xec\x34\x20\xad\x73\x9f\xdf\xb7\xdd\x03\x35\x92\xf4\xca\x87\x2a\xd0\xda\x7a\xbe\x94\x47\xc0\x6a\xda\x16\x1c\x6d\x3d\xac\x00\xc3\xd1\x1e\xdc\xf5\x5b\xf8\xb3\xf5\x30\x79\xc5\xe3\xb8\x1e\x7e\x95\xf0\x66\xeb\xe1\xff\x1b\x6e\x16\xce\x8a\x2d\x22\xc7\x8a\x51\x69\x0b\x6e\x56\xf1\x37\x6d\xa3\xcd\xc2\xc5\xb1\xc5\xe3\x58\x71\xd5\x6c\xf1\x38\xae\x27\xcf\x94\xd6\x05\xcb\xc3\x16\x71\x63\x1d\x8d\x1a\x7d\x8d\x60\xab\x28\xbe\x46\x14\xda\xed\x6b\x44\x4d\x29\x1e\x38\x3a\xec\x7b\x43\x89\xc4\xd8\xa4\x18\x6b\xb4\x1e\x38\x23\xc9\x2e\x00\x83\x5b\x48\xb2\xf5\x94\x3c\xb4\x42\xcb\xdf\x31\xae\xec\x4e\x39\xa6\xb9\xe1\xf2\xbf\x8d\x2b\xbb\x80\x3b\xee\x62\x83\x7e\xa7\x5b\x36\xe8\x5f\x3f\x51\xbe\x14\x66\xa7\xd1\x62\x17\xb8\xc3\x6d\xb4\xd8\x75\xfd\x9e\x5a\x59\x67\x66\x19\x3c\x76\x5d\xbf\xe6\x5b\x21\x4b\xc7\xed\xdb\x62\x53\x30\x78\x6c\x60\x2f\xdf\x05\xe4\x64\x7e\xbc\xd3\x5e\x30\x63\x0c\x25\xbb\x80\x93\x6e\x63\xc7\xda\x93\xce\xe9\xb2\x31\x60\x02\xdd\xb0\x3d\x3e\x69\x84\x6d\x69\x4f\x4a\xb2\xd1\xf0\x49\x93\xa4\x9f\x3f\x8c\xaf\x61\x93\xcc\x84\xea\xfc\x2e\xd4\x29\xb8\xd7\xd3\x68\x6d\x35\xc4\x17\xdb\xf9\xae\xb9\x12\xe4\x5d\x5f\x09\x98\x28\x02\x7f\x3d\x8d\x2a\x2b\x17\x84\x85\x64\xef\x0e\x83\x52\xb9\x21\x3c\xf9\xd2\xde\x1d\xeb\xb0\xbb\x72\x45\x78\xfe\xc3\xee\x2d\xdc\xd8\xd3\xf2\xa5\x7d\x57\xf0\x91\xee\x6a\x90\x3c\x20\xa0\x6d\x50\xd9\xc0\xba\xbf\xab\x7d\x59\x70\xa9\xee\xea\x14\x45\x69\xe1\xa2\xe7\x74\x55\xc7\x77\xc7\xb2\xbc\x85\x1b\x7b\x30\x2c\xec\xca\xdd\xe2\x57\x90\x2f\x13\xe9\x9c\xd9\xca\x4b\xda\x64\x42\xf2\x92\x16\x3b\x7b\x0b\x37\x86\x5d\x89\xe7\xcb\xbf\xb1\x49\x8e\xa3\xb1\x3a\xba\x6f\xa4\x20\xdf\x77\x32\xde\x44\xf7\xa5\xfd\xa2\x69\xc2\xbc\xb1\x2b\xfe\x29\x16\xb8\x40\x62\xf7\xb3\x7e\x4f\xad\xfe\xf1\xe5\x71\xa0\x0d\x53\x1f\xcc\x58\x4b\x03\xb9\x50\xb0\x8f\x3a\x47\xfc\x8d\xa1\x6a\x57\xb3\xe2\x34\x5a\x0f\x5f\xee\x4d\x83\x15\xec\x77\x67\xb6\x1c\xdb\x17\x4b\xaa\xd1\x6d\xa8\x45\x7a\xb9\xd8\x7c\xf9\xf6\xbb\x29\xf7\xe3\xa7\x9e\x5b\x4a\x30\xdf\xb8\x3a\x6f\x27\x98\xbf\x87\x2d\x06\xfb\x31\x1a\x04\xef\xee\x36\xfe\xec\xc6\x15\xbb\x9d\x53\xbe\x83\x96\xde\xca\x1b\x7f\x17\xac\x9c\xdb\xc9\xe1\x4b\x96\xae\xf0\x67\x0d\x5c\xfa\x7e\x70\x57\x3d\x11\x8d\xa9\xe4\xb7\x2a\x07\xfc\x57\xa4\x60\xf8\xc2\x57\x5e\x5e\xba\xb7\xe4\xa1\x61\x92\x8b\x36\xc1\x09\xbe\x68\x84\x66\x53\x21\xd2\x69\x1b\x56\x56\x1e\xf4\xc8\x07\x46\x06\xbb\xd5\xf7\xe3\xbb\x82\x73\x90\x7e\xc5\xc7\xe2\x40\x6c\x16\x29\x59\xa8\x5b\xc2\xfb\xb6\x19\x22\xc9\x9a\xfb\x15\xb7\x1e\x32\xc4\x22\xb4\xef\x1c\xc8\x82\xa1\x35\xc0\x88\xdb\x30\xb4\x0a\xbc\x7b\x3b\x8f\xfb\xc0\x6c\xbf\x05\x44\xfb\x3e\xa5\x81\x9a\x4d\x15\xe0\xf8\x76\xf2\xf6\x59\xd2\x22\xf3\xe7\x01\xec\xdc\x0f\xd7\x09\xf6\x10\xc3\xd6\x6a\x49\x6f\xcc\x71\x0f\xdc\x7b\x3b\x67\x7b\x85\x50\x75\x3b\x69\x7b\xc5\x84\xb9\xcd\x28\x99\x5f\x77\xa0\xdb\xc9\x33\x5b\xf3\x5b\x6a\x15\x19\x44\x4b\xa5\xbe\x61\xa4\x12\xb9\x41\x50\x47\x9d\xb6\x1d\x44\xf1\x6e\x76\x34\xfc\x24\x5d\x37\x50\xd3\x8d\x69\x73\xae\x97\xaf\x24\x03\xf2\xef\x99\x0c\xd6\x28\xca\xcd\x06\x64\xd4\xf4\x66\x03\xf2\xef\x3b\x19\xac\x7f\x6f\x0a\xf7\xf9\x7b\x53\x2a\x35\x9b\x81\xe8\x23\x0b\x30\xac\xdd\x6c\x30\x66\x6a\x36\x1b\x8c\x99\x99\xcd\x06\x63\x66\xb1\x80\x6f\x23\xbb\x7f\x73\xde\x6c\x5f\xfc\xb6\xb8\x24\x0b\x98\x81\x2d\x2e\xc9\x02\xf8\x61\x37\xc7\x91\x02\x35\xd9\xcd\xa9\x1e\xf0\x9b\x6e\x30\x72\x6b\xfc\x7b\x3b\x07\x40\xc7\xd6\x29\x00\xdd\xc8\x41\x05\x80\x6e\xa5\xe1\xc2\x12\xad\x34\x5c\x77\x24\x96\x41\xf3\x1d\x89\x05\x25\xde\xc9\x99\xd3\xb9\x39\x00\x6f\xa1\x79\x1b\x5c\x87\xff\x77\x1b\x5c\x97\xf3\xc2\xc9\xed\xe7\xcc\x87\x43\xcf\xf2\x9d\xcc\xc7\xf9\x33\x0a\x29\xc2\x75\xbd\x85\xad\x2b\x33\x7f\x06\x55\x93\xb1\xf0\x76\x1a\xed\xa0\x39\x52\x88\x8d\xb8\xf9\x32\xcd\xb1\x22\xfa\xc8\x09\xe9\xfd\x6e\x68\xa5\x8c\xb0\x31\x2b\x6c\xb4\x22\x80\x5c\x4f\xcd\x77\x32\x6f\xd6\x54\x68\xa7\x3b\x37\x98\x86\x52\xea\xea\x3b\x26\x6a\x0e\xf4\x6e\x9c\x0a\xeb\x42\x64\x90\xeb\xe1\xb6\x05\xca\x0e\x14\xe0\x36\xc1\xe3\xc8\x06\x67\x82\xc7\xe1\xac\x68\x5f\xd1\xaa\xd6\xc8\xb7\x32\x6e\xa2\x3d\x05\x20\x87\x0a\x0f\x49\x23\x9e\xe9\xdd\x1d\x57\x9f\x1b\x76\x87\x14\x67\xe4\xa9\x35\x24\x56\x72\x07\x7f\xc2\x85\xa3\x83\x3f\xe1\x1a\x11\x12\xc7\x91\x7a\xd1\xff\x52\x2f\x1c\xe8\x29\xca\xe8\x94\x96\x6f\xad\x40\xa1\x0f\xc2\xe2\x98\x2d\xc3\x58\xbd\x81\xc5\x64\x8b\xb6\xf1\x7e\xb0\x74\x6c\x78\x1b\x7b\x06\x99\x08\x7e\x7e\x56\x27\x82\xbf\xe5\x65\x87\x79\xfc\x9e\x0a\x6c\x1a\x1d\xa5\x3b\x77\x4f\x86\xca\xf6\xc4\xdf\x97\xb6\x27\x96\x88\xcb\x6d\x4a\x41\x3e\x50\x69\x3f\xe6\x45\xb6\xc3\x8e\xff\x2e\xff\xdd\xfe\x3b\xcc\x8d\x5b\xf9\xe9\x5b\xcd\x90\x1f\xe3\x1c\x58\xea\x42\x14\xb6\xd8\x03\x7a\xac\x41\x34\x50\xf6\x45\xa8\xc4\xb6\xd1\x86\x15\x72\x82\x2d\x7c\xe1\x77\x87\x8e\x38\x2c\x52\xa9\xcc\x43\xd1\xb0\x9d\x86\x3e\x7a\xa7\x50\x84\x75\xfc\xde\xb4\x07\x04\xc1\x29\x1b\xfc\xe2\x20\x63\x43\x41\x72\xc2\x86\x1b\xc9\x71\x1a\x5c\x32\x86\xe9\xf1\xd9\xdc\x06\xd3\x99\x2a\x8c\x14\x04\xd3\xb0\xc5\xd6\x78\x77\x7e\x89\xd9\x1a\x17\x3c\x10\xdb\x6c\x8d\xf0\x86\xee\x01\xc5\xf9\x93\x72\x5e\xda\xa3\x53\x89\x2c\x49\x2b\xad\x93\x25\x89\x3d\x5a\xa0\xc2\x7b\xe1\xc7\xda\x26\x6b\x1c\xb9\x20\x89\xac\x31\x28\xdf\x2d\xb2\xc6\x71\xa5\x4a\xf1\x98\x67\x1a\x0f\x6f\x99\x4c\x82\x61\x27\x1f\xb3\x56\x58\xc1\xd1\x5a\xde\xfc\xe8\x3b\x4a\x11\x55\x79\xe3\x26\x6b\x6a\xc6\x06\xe5\xf9\x16\x02\xb0\xd4\xf5\xef\x5c\x0b\xdb\x79\xe4\x81\xd6\x6d\x27\x87\x07\x92\xb7\x05\x0f\x2c\xe0\xcc\xb6\x92\xc3\x97\x98\x47\x86\x0d\x4b\x2d\x6f\xba\xdd\x69\x9b\xdb\xcd\x77\x66\xe0\x8d\x92\x36\x1c\x7e\x13\x45\x5d\x40\xbf\x79\xe7\xcf\xe9\xd8\xcf\x62\x22\x41\x3b\xe7\xa7\x21\x7a\xb5\x44\xf2\x46\xbc\x90\xb4\x11\x63\x3a\x99\x76\xd5\xb1\xd7\x8b\x48\xb1\x56\x14\xca\xe9\xb4\xc4\x80\x26\xb6\xf0\x7a\xb5\xa2\xd4\x4e\xfb\xf1\x30\x08\x09\x9f\x57\x6b\x49\x31\x32\xa3\xcc\xbc\x29\x33\x4a\x49\x85\x4e\x58\xc1\x95\x17\x7c\x1e\xff\x46\xf8\xbc\xf5\x70\x46\x4f\xbb\xfc\x18\x0c\x81\xf5\xd6\xf3\xe4\x3b\x81\x25\xb9\x5c\x4e\xdf\xdc\xd9\xb0\x45\xa0\xb8\x1e\x8e\xa1\xe9\x00\xc8\x96\x1a\x64\xe3\x60\x73\x98\xf6\xf1\xb5\x48\xb2\x22\xf4\xd4\xa7\xd3\x84\x33\xc1\xf9\xde\x31\x69\x6f\x11\x2b\xae\x07\xad\xc3\x54\x89\x57\x94\x17\xc0\x75\xd1\x5e\x9c\x9c\x7d\xe6\x38\x9d\xdc\xbe\x33\x70\x9b\xd8\x51\x9a\xb7\x6d\x02\xfe\x95\x2c\xc2\xc2\x8c\x15\xee\xbb\x94\x64\x06\xda\xd8\x64\xa7\x33\x50\xa2\xf2\x1a\x79\xb7\xf0\x24\xef\xa9\xbc\xab\x99\x74\x93\xb8\xc4\x8c\x89\xe3\x12\x41\x3c\x6c\xa1\xeb\x9e\x4c\xd7\xc9\xf5\x3a\xc5\xbe\xf4\x8c\xc6\x5b\x81\x2c\x69\x9f\x91\xec\xfc\xa1\xe5\x18\x45\xfe\xac\x81\x76\x0f\x74\xdd\xdb\x14\x8a\x49\x30\xb2\x97\x63\x71\x89\x36\xd9\x82\xe1\x3d\x51\x4e\x80\xe1\x15\x8e\x06\x73\x2a\xde\x85\x85\xaf\x34\xee\x77\x28\xa1\xf7\x02\x37\x3a\x23\x1e\x95\x94\x6a\x74\x71\x64\xfc\x8c\xac\xbb\x47\xbe\x34\x4d\x2c\x71\x0a\x5b\xd0\xba\x16\xd3\xc1\x32\x69\x2c\xbe\xe1\x6d\x2c\xdd\x8d\x23\x77\xaf\xc5\x09\x94\x97\xff\x2c\xd2\x9b\x65\xa2\xd3\x8c\x84\x78\x63\x63\x12\x16\x5e\xee\x0e\x71\xf3\x36\x24\x2e\x36\x68\x65\x30\x6f\xb1\x09\x0b\xd7\x76\x97\x89\xb6\x03\x67\x61\xce\x11\x67\x26\x47\x1d\x10\x70\xad\xc7\xf4\xe2\x34\xe5\x90\xe7\xef\x65\x5f\xc5\x4a\x29\xde\xff\xa9\xc2\x06\xc1\x9a\x52\xe4\xab\x58\x29\xe5\xe5\x96\x32\xee\x66\xe9\x58\x29\x54\x11\x28\x6c\xff\xc2\xb1\x25\x84\x60\x6f\x23\x4c\x7e\x92\xa9\xf3\x51\x83\x85\x63\x2b\xc0\x8e\xb7\x28\x0c\x07\x31\x04\x5b\x14\x86\xa3\xf1\xdf\x45\x61\x38\x5a\x4f\x15\x3e\x19\xfe\xcd\x44\xb5\xb7\xd1\x4e\xcc\x2d\xc0\x71\x3d\xd5\x0b\x7d\xc1\x78\x6f\xdb\x91\xd9\x7e\xb6\x51\x9a\x20\xe7\xf6\x36\x12\x0a\x3d\xc8\x84\x86\x73\x95\x88\x52\xae\x51\x0e\x04\x87\x2b\xa4\x40\xda\xc0\xe1\x4a\x8a\x19\x92\xf2\xcc\x7b\x6a\x4a\x91\x6d\x98\xd9\xea\x24\xe9\xb0\xb5\xee\xed\x2d\x87\x15\xec\xd4\xe7\x39\xc3\x76\x76\x1c\x8a\xb1\xf5\x6f\xe4\xa1\x62\xa8\xd1\x0c\x85\x7c\x7b\x72\x4e\x6e\xa7\xf4\xe4\x44\x15\xf4\xed\x7e\x7e\xa3\x01\x96\x97\x3d\xcf\x2c\x83\x57\xff\x89\x86\x22\xe7\x7f\xd8\xbc\xd7\x33\xae\x80\x79\xd9\x61\xb6\xfd\xad\x25\xff\xc0\xfe\xd6\xf2\x7b\x99\x15\x9d\x7a\x65\x80\x62\x37\x35\x72\x2e\x84\x8f\x5b\xa9\xcc\xbf\x67\x52\x0a\xb6\xf5\xa4\xa6\x07\xb6\xf6\xf8\xa1\x92\x8b\x37\x42\xb1\xb6\x21\x70\x2d\x46\xe2\xe3\x18\xfe\x5c\x48\x8e\xc3\x65\xf8\x65\xc7\x54\x72\x11\x4c\x14\xc9\x56\x2a\xbe\xc1\x04\xaf\xec\x83\x3f\x01\xdd\x4e\x34\x82\xa3\x71\x84\x08\x03\x57\xc0\x0b\x6e\xa7\xfb\x4e\x84\xfa\x76\xba\xef\x09\x5e\x6e\x1f\xf3\x4f\x10\x71\xb6\x9d\xef\x3b\xb1\x85\x5b\x34\x83\x95\xb8\x9b\x7d\x74\x18\x11\x4f\xb4\x4d\x3a\xf8\x33\x12\x1d\x87\x34\xb0\x53\x1d\x87\x34\x30\x33\x84\x91\xab\x95\x2d\xee\x38\xc0\x61\xe6\x3b\xd1\x0e\x3f\xbf\x87\xcb\x70\x85\x3c\xa5\xf1\x29\x48\xc7\x28\x13\xe7\x38\xf4\x1e\x65\xf4\x00\x3a\x99\x29\x48\xe6\xf0\xfc\x05\x61\x68\x7f\xbd\x74\xc8\xf0\xcc\x18\xf8\x5c\xc2\xe0\x46\x06\xf0\xf4\x99\xcd\x28\xc5\xe8\xd8\xfc\xfd\x05\xed\x4d\xeb\x27\xd9\xc7\xd8\x23\x7a\x6f\x72\xa9\x7f\x0e\xa9\xe1\xd9\x9f\x37\x1c\x0e\x30\xe5\xf1\x2e\x40\x0f\xb7\xd1\x6f\x8d\x85\xf3\xe7\x5d\x84\x6e\x18\xfd\xd6\x58\x62\x46\xbf\x25\x76\x61\x83\x70\x8b\xe5\x47\x99\xba\x47\x63\x74\xfe\x6c\xcc\x60\x53\x01\xfd\x86\x4d\x5f\xe8\xb7\x02\x8e\x69\x83\x7e\x63\xa8\x40\xbf\x31\xcf\xfe\x8c\x0a\x8f\x59\xd6\xdc\x83\x39\x61\xe0\x1e\x5c\xf9\x50\x7a\x62\x4b\x85\xd2\x13\xd9\xfd\xcd\x3d\x18\xb3\xa5\x80\x72\x65\x66\xa0\x20\xc1\x62\x06\xfe\x39\x2c\x18\x35\xdd\xc4\x84\x99\x0d\x26\x26\xcc\xb2\xfb\xb3\xa1\x21\x4d\x33\x86\x8e\x49\x2f\x0c\x5d\x99\xab\xfc\x7b\xdb\xfe\x73\xc2\xb4\x78\xd1\xfe\x30\x4a\x44\xf2\xa9\xcf\xe6\x28\x12\xc3\xf9\x1b\x7f\x5b\x2c\x98\x9c\xa2\x30\x2c\xe0\x50\x37\xe0\xbb\x96\xe6\xb8\xc7\xe9\xa2\x0e\x03\xd6\x91\x19\x0b\x7f\xdd\x97\x1b\xed\x57\x9f\x4c\x1b\xb9\xac\x02\xda\x43\x45\x02\xb4\xc7\x36\x03\x68\x8f\xd3\xee\xcf\x1a\x3c\xdb\xe0\x5f\x72\x5a\xa5\x18\x35\x1b\x33\x97\x10\x76\x93\xf8\xf8\xfd\xb2\x37\x16\xc2\x9c\x6d\xbc\x5d\x5b\xcc\x14\xf0\x76\x33\x92\xf0\x76\x74\xea\xa5\x6c\x2f\x24\xad\xda\x2f\x71\xf9\x0c\xfe\xa2\xa8\x06\x27\x4c\xb5\x5b\x4c\x83\xb5\xa2\x0e\x81\xd3\x63\x43\x7c\x59\xbf\xaf\xf9\x4e\xfa\xfd\xca\x9b\xd2\xef\x6b\xde\xd4\x0d\x76\xa5\x17\xf2\x4c\x72\x2e\x8a\x74\xb0\xc2\xeb\xb3\x45\x3a\x58\x21\x48\xde\xc2\xf7\xd5\x58\xab\x85\xef\xab\xa4\x81\xd9\xce\xf3\x9d\x40\x9d\xfd\xf2\x81\x8a\xf2\x25\x80\xdf\x04\xe8\xbd\x5f\xe8\xe9\x34\xd4\xde\xb6\x9e\x67\xb6\xc8\x62\x79\x7f\xf9\x0c\x65\xed\x2b\xfb\xf6\x02\x07\xb3\x05\xdb\x5b\x64\xb7\xda\x82\xed\x2d\x62\xd9\xb7\x60\x7b\x35\xfe\x55\x80\x7a\x2d\x15\xfa\x78\xc2\x42\x0f\x1a\xaf\x45\xf2\xfd\x82\xc1\x90\x36\x1f\xe4\xdb\x16\x29\xe1\x7a\x38\x39\x44\x4a\xb8\xc8\x1f\xb6\x05\xd4\x5b\xf1\x86\x39\xb9\x36\xf9\x3a\xb6\x28\x09\x57\x2c\x0d\x62\x24\x7c\xee\x91\x32\xd5\xee\x1e\x49\xed\xfe\x49\x53\xcf\xe8\xef\xe1\x30\x72\x31\x00\xed\xe2\x18\x06\x59\x87\xde\x0c\xb2\x8e\xd8\x96\x6d\x64\x1d\xf9\x4e\x36\xc8\xba\x5c\xfd\xdf\xa8\xe3\x2b\x4f\x15\xc6\x35\x52\xac\x3d\x8f\x2b\x95\xda\xf3\x88\x31\xe6\x6d\xc7\x19\x41\x32\x5b\xd8\xba\xe7\xe6\xda\x44\x8e\xeb\xa8\x9f\x6f\xe2\xba\x58\x2d\x4e\x79\xfd\xf3\x7f\xbe\x9d\x0d\x85\xfb\xaf\x80\x77\x0f\x21\xbe\x9b\x0c\xd7\x39\x48\x9c\xe1\x9a\x28\xca\x6d\x14\xde\x45\xec\xc8\x36\x0a\xef\x22\x3e\x62\x1b\x76\x77\x11\x27\xb5\x0d\xbb\xbb\x62\xba\x10\xec\xee\x21\x3c\x68\x1b\x75\x17\xe5\xd5\xe9\xaf\x89\x4f\xde\x4e\x7f\x1d\x7c\xe4\x76\xfa\xeb\x9e\xed\xe4\x6d\x2f\x30\x30\xcc\xed\xc4\xd4\x17\xd1\x37\x5b\xe8\xb9\xa7\xfd\x3e\xf5\xdd\x9a\x25\x65\x30\xdd\x15\x2f\x88\x13\x51\x47\x9d\x36\x7a\x6e\xac\x54\xa3\x58\xac\x68\xde\x86\xcb\x5d\x71\x8a\x18\x1f\x77\xf5\xfe\x1f\x9c\x96\x22\x01\x7c\x08\x7d\xd9\x6f\x6e\x9a\xcc\xf9\x37\xa1\xcf\xcc\xba\x8f\x23\x09\x59\x81\xce\x26\x1d\xcd\x5c\xe8\xb8\xd0\x71\x6d\x83\xe3\x56\x50\x24\x1f\xe7\x18\x61\x1b\x33\x29\xdf\x15\xa7\x8d\xb1\x72\x17\x54\x8b\xfb\x63\xfc\x26\x0b\xeb\x83\x3b\xf6\x57\xa7\x0f\x39\xf6\x75\x23\xe7\x7e\x5e\x75\x32\x40\xc7\xca\xf6\x01\xb2\xc9\xd8\x7f\x7c\x27\x24\x99\xd9\xfe\x38\x91\xc8\x8c\x64\x97\x25\x63\x2f\xec\xdc\x93\x63\x97\x14\xd0\xb9\x91\x91\x02\xba\x64\x54\x70\xaa\xf6\xb4\xc9\x01\x77\xcc\xc9\x8f\xd3\x8e\xe4\x5d\x27\x52\x67\xce\x91\x1f\x3a\x16\x43\xf2\x43\x97\x74\xdd\x89\xd4\x39\x25\x3e\x78\x63\x33\x10\x36\xc6\xae\xbc\x8a\x82\x4e\x03\x6d\x8d\x25\xd0\x61\x0b\x8a\xf7\x4c\xd6\xf4\x07\xe7\xec\x88\x68\x87\xf1\x48\x03\xcd\xf4\xc9\x7d\x87\xd4\xce\xa0\xaa\xf7\x07\x17\x2b\x87\x2c\x99\x9e\xa3\xa2\x7f\xec\x54\x4d\xf3\x7d\x4b\x08\x90\xc3\xe4\x7a\xc1\x0e\x6e\xa1\xec\xee\x9f\xa9\xc4\xec\x7a\x77\x6e\x99\xce\xf4\x1c\xe6\x89\xfd\xc1\x05\xdb\xf2\x54\xa9\x52\x32\xde\x78\x60\xbd\x88\x8e\x13\x3f\xdf\x20\xb8\x8f\x13\x3f\xdf\xc0\x62\xce\x85\x47\xd6\x8a\xd0\x71\x1e\xe8\x1b\xcc\xca\xb9\xf0\xc8\xd6\x3c\xb5\x85\xc1\x93\xed\x88\x57\xaf\x31\xd7\xce\xe5\x2c\xe7\x00\x5c\x8e\x33\x3f\xdf\xe0\xe4\xcf\x35\xe9\xcf\x83\x28\x08\x6d\x8f\x24\x08\xad\x17\xce\x71\x5a\xe8\x1b\xfc\xe3\xb9\x4c\x25\x02\x3e\xfc\x5c\xe6\x65\xc2\x0f\x72\xc4\xbc\xf7\x70\xed\x39\x26\xde\x9b\x90\x92\x9c\x0b\x76\xc9\x49\xc1\xc4\x13\xa6\xf9\xda\xfe\x06\x91\x52\x87\x74\xcf\xe8\x60\xe7\xb2\x6b\xf7\x4e\xfb\x95\x81\x17\x84\xde\xb9\xb0\x88\x34\x44\x47\x1b\xa2\xb0\x1d\xe1\xfe\x1a\x28\xc0\x73\x39\x4f\x04\xbf\xee\x08\xf8\xd7\xb8\x95\x9c\xcb\x5e\xdf\xdf\x18\x12\x12\xd6\xe8\x8e\xf9\x94\x26\xed\x35\x2f\x3f\x8a\xf0\x21\x35\x34\x3a\xc5\x11\xf8\xaf\xc1\xb6\x76\x04\xfe\x6b\x35\x1d\xb7\x47\x01\x4e\x93\x73\xe1\x51\xc8\x10\xda\x87\xf0\x1b\x7e\x27\x7f\x86\x92\xf3\x5c\xe4\x02\xcc\x28\x69\x4a\xe3\xf5\x3b\x97\x49\x81\x9f\x7c\xb9\x5c\x4d\xc4\x63\x31\xef\xd2\x08\xba\x6a\x86\x24\x7e\xb2\x28\xf1\x1a\x9e\xce\x63\xe8\x5e\xcf\xd8\x0b\xba\x97\xac\x62\xc7\xd0\xbd\x5c\xd6\x8e\x59\xf0\xca\xbc\xff\x1d\x67\x79\x0c\xec\x2b\xd3\x9b\xf0\x31\x29\x5e\x99\x77\x0a\xb6\x93\xfd\x4e\x23\xb6\xc5\x34\xc2\x7e\xf5\x3c\x7c\x49\xe2\x99\x92\xe3\x60\xcb\x3d\x86\xef\x75\xc2\x07\x8f\x01\x7b\x15\xca\x9d\x63\xc0\x5e\x85\xd7\xed\x98\x08\xaf\xe3\xb9\x3c\x37\x04\x49\x77\x8a\x32\x23\xd2\x9d\x97\xb7\x45\x1a\x6c\x4a\xa4\x92\x06\x6b\x02\xd7\xf2\xab\xd7\x08\xb3\x9e\x92\x3f\xff\xf7\xff\x1a\x79\x38\x8e\xd0\x7f\x8d\x6c\x1e\xc7\x49\xa1\xd9\x58\x8f\x93\x42\x73\x36\x1d\x91\xdf\x35\x36\xfe\x43\x4e\x68\x68\x53\x8e\xa9\xf0\x2a\xbc\x29\xe7\xde\xf8\xf5\x19\x16\x07\xc4\xa2\xf6\x1d\xb3\xdf\xd5\x96\xae\x0a\xa8\x00\x33\xc6\xb9\x37\xad\x4d\xad\x4a\x78\xdd\x22\x7d\x9c\x89\x9a\x5a\x4d\x9c\x04\x57\xf6\x11\xdf\x5d\xe3\xee\x7c\xa0\xbb\xcb\x10\x39\x1e\xf6\xca\x8f\x72\x6c\xda\x62\x38\x1d\x71\xb6\xa8\x04\x0d\xb2\x30\x42\x66\x70\x44\x93\x3a\x37\x17\xf4\x94\xe3\x74\x0e\xe9\xb7\xc8\x32\xd0\xb2\x4e\xb1\xa5\x18\x83\xc1\x29\xbe\xaf\x33\x71\x8a\xef\xeb\xd6\x02\x4f\x81\x4e\x87\x41\x28\xbe\xb0\x5b\xe5\x3a\x82\x0f\x16\xd0\xad\xa7\x70\x61\xef\x48\xf2\x24\x8d\x7c\x27\x8f\x8c\xf5\xc3\xe3\x9c\xd0\xed\xce\xab\x06\x18\x30\x76\xc5\x46\xc0\x95\x67\xba\xea\xb1\xfb\x14\x5b\xfd\x18\x0f\xc1\x07\x27\x87\xca\x11\xa5\x5d\x99\x8b\x0a\x7d\x5d\x67\xc2\x17\xe3\xa5\x89\x99\x3f\xc5\x38\xd3\xdf\xab\xba\x40\x31\xef\x8a\x79\x2e\xd8\x5b\x8a\x51\xa7\x69\x8c\x2f\xe1\x3e\x2d\x4f\xb1\xa5\x87\xfd\xc1\x59\x9f\xa3\xf4\x1e\x67\x7d\x7e\xae\x34\xc0\x00\xd5\x34\x7c\x3b\x95\x7a\x4f\x25\x0c\x47\x9e\x0a\x5b\x39\xe8\xb2\xc9\x2d\xd8\x4b\x8a\xaf\x29\xcc\xc1\x62\x72\x8b\xfc\x46\x5f\x53\x52\xe8\x51\x54\xd4\xa0\xad\xe6\xea\x87\x16\xe0\x08\xfc\xf7\x90\x7a\xee\x98\x28\xee\x22\x26\xf8\x00\xfe\x23\x9a\xed\x38\xd5\xf3\x45\xe0\xd1\x11\x35\xdc\x57\xf4\xe0\x99\xfd\x2d\xc9\x4f\x8e\xd9\xdf\x26\x09\xad\x4f\x85\x0a\x91\x16\x1a\x0f\x18\xdd\xff\x04\x0f\x38\xf2\xad\x0d\x0e\xcc\x0a\xf0\x80\x1c\xc0\x15\x8d\x93\x49\x12\x40\xe0\xc8\x53\xaf\xcd\x5f\x49\xb6\x39\x58\x80\x17\x91\xd1\x35\x8a\xaf\x11\x88\x72\x6a\xf4\xcf\xbc\x6c\xad\x8c\xd9\x2f\xbe\xb7\x96\x8d\x5c\xb0\xbd\x5b\x89\x57\xfe\xb9\x91\x8b\xfd\xed\xb7\xb5\x09\xd3\xd7\xb2\xde\x04\xe9\xfb\x6d\x24\xd5\x29\xef\xf8\xdd\x15\xdd\x93\x31\x10\x0f\x40\x4e\xb6\x9a\x29\xc6\x87\x9c\xbd\x54\x81\x3b\xbf\x45\xdc\x3e\xcb\x18\xaf\x9c\xaf\x8c\x97\xd3\xe0\xd4\x5f\xa5\xb8\x3d\xa8\xc7\x28\x2b\x6e\xaa\xc7\x98\xbd\x4a\x9a\x89\x63\xcc\x5e\xae\x89\xa7\xe2\xa5\xe7\x10\xaa\x49\xcc\xcb\x90\x1d\x52\x9c\xd1\x64\x3b\xed\xc9\xd2\x78\x4c\x19\x77\xfd\x3e\x5d\xc6\x55\x45\x74\x78\x79\x6a\x75\xc2\xf1\xfc\x61\xa1\xac\x48\xe3\x7a\x2a\x28\x2b\x37\xdf\x0c\x72\xa4\xc2\x3d\x82\xf7\x8d\x4c\x66\xc3\xfb\x40\xef\x9c\x47\x21\x1e\xdc\xfb\x8e\xb0\x7e\x85\x2c\xc6\xc7\x50\xbf\xc5\x8a\x15\xd2\xaf\x40\x2f\x78\xc4\x3b\x57\x2e\x76\x53\xd1\xce\x0d\x2e\xf2\x47\x20\xc0\x72\xa1\x43\x3c\x0a\xfc\x26\xfa\xf1\x88\x91\xae\x10\x36\x79\x1e\xef\x90\x2b\xa5\xbc\xbe\xcf\x4a\x6a\x97\x41\x73\xe6\x3b\x19\x34\x39\xe1\x04\x1d\x2c\xc4\x57\x9e\xc7\x9b\x27\x5a\xd5\x63\x83\x26\x53\xff\xb1\x41\x93\x19\x22\x4e\xbb\x42\x40\xe7\x11\xa5\x5d\x21\x8a\xf1\x88\xd2\x6e\x90\x83\xf4\x08\x6f\x58\x08\x04\x3d\x8f\x0d\xee\xe8\x83\x8f\x0d\xee\x25\xf5\xa9\x7f\x25\x2d\x53\xff\xd8\x64\x4c\x6f\x07\xf2\xfc\x3c\xc6\x12\xcc\x94\xe9\xfe\xe5\x99\xfa\xc7\x79\xae\x74\xd6\x85\xb8\xcc\x23\x88\x62\x79\x50\x37\x4c\x76\x47\x3c\xe7\x31\x22\xb1\x63\xa2\x38\xce\x59\x9d\xe5\x21\x44\xe2\xcc\xda\x7d\x4c\x66\x86\xea\x2f\x08\x62\xe8\x21\x8f\x30\x87\x65\xe5\xc7\x2b\x7b\x3a\x76\xbf\xa3\x84\xd5\x65\x65\xfa\x7c\x57\x46\x59\x19\x18\x45\x97\xac\x34\xed\xbb\x2e\xca\x62\x5f\x7c\x6c\x94\x64\xf7\x12\xd8\x70\x66\x37\x78\x6c\xa2\xec\x29\x73\xe9\x3b\x06\xd4\x90\x03\xf6\x86\xc7\xf6\xca\x91\xef\xfe\xf4\x66\xca\x94\x99\xd5\xb7\xd4\x23\x4e\xbc\xb2\xae\x48\x32\xa5\xb2\xdf\x08\x68\x58\x80\x70\x1d\xa5\xb1\x2e\xeb\x8a\xf4\x48\x9a\x48\x6e\xf5\x42\xb2\x25\x39\x92\x00\x6c\x2c\xc0\xe6\xb0\x12\xf6\x6a\x53\xe7\x25\x67\xc4\x11\x75\xde\x8c\x5e\x2a\x6c\xe1\x04\x45\x7a\x9a\x0d\x94\xe8\xd1\xc2\x16\xce\x28\xb4\xc2\x16\xce\xc9\x80\x0a\x5b\x38\x81\x9b\x1e\x61\x0b\xe7\x64\xe8\x85\x2d\xac\xf8\xf0\x8f\xb0\x85\x13\xd8\xea\x11\x9a\x70\xce\xeb\xdf\x69\x18\x4e\xf3\x8e\x4e\x9e\xbf\xd3\x1c\x9d\x3c\x22\xfd\xa9\x9c\x48\xf6\x16\xb1\x0c\x9c\xb7\x3a\xc7\x9e\xf0\x83\x33\x6a\xba\x10\x83\xc9\x09\x72\x9a\xa9\xb2\xb8\xd2\x19\x30\x48\xf8\xdb\x71\x36\x6a\x18\x34\x8f\x21\x82\x33\xff\x50\xc1\xca\x64\x93\x3a\xca\x46\x3d\xf1\xe2\x1c\x11\xf5\xcd\xc9\xac\x34\x7c\x70\xe6\xff\xca\xfc\x3e\xf3\x47\xb7\xdb\x19\xc9\xbf\x82\xfa\x14\x69\x40\x98\xe2\x69\x9e\xdb\xbf\x67\x6a\x75\x7e\xa8\x14\x8d\x28\xd1\xcd\x71\xca\xec\xcc\xc2\x12\x2e\x72\x60\x9d\xe6\x00\x97\x0c\xa1\x91\x85\x33\x65\xca\x54\x9b\x11\x3c\x56\x73\x2c\x75\xc7\xb7\x30\xbb\x40\x12\x52\x66\x77\x78\x0b\x07\x4e\x77\x78\x0b\x5b\xa3\x12\x47\x2f\x32\x62\x1d\xc1\x0a\x17\xa9\x03\x8f\x60\x84\x8b\xd4\x81\xa7\xa3\x5e\xcc\x14\x2a\x65\x3a\xab\x5e\x84\x7d\x0b\x62\xdd\x23\xc4\xe1\x22\x3f\xd7\x11\x5f\xdf\x22\x03\xd8\x11\x5d\x5f\x1d\x91\x1c\xfa\x92\xfa\x0d\xa7\x99\x91\xac\x9e\x51\x8a\x03\x61\xd8\xa8\x0d\x3d\x5c\x39\x51\x80\x1e\x02\x1d\x3d\x86\x1e\xb6\x5f\x5b\xc5\xb1\x4c\xb2\xfb\x43\x0e\x68\xc2\xad\x8e\xa8\xfe\x9e\x28\xda\x9d\xec\x90\x1c\xb8\xc2\x12\x3e\x90\x61\x1e\xa0\x84\x60\x59\x8f\xa0\x84\x0f\x41\x5c\xc7\x19\xa0\x2f\xc8\x08\x8e\x81\x85\x81\x42\x9d\xbe\x69\x20\x6d\x30\xc3\x38\x44\x31\xc7\x58\xc2\x06\x39\xc4\x21\x05\x34\x80\x91\x43\x0a\x68\x48\x1e\x8e\xc1\x84\x0f\xc9\x82\x8f\x33\x42\x83\xdf\x3c\xc2\x12\x3e\x25\x7f\x65\xc3\xe4\x93\x6a\xe8\x1c\x05\x99\x63\x3c\xe5\x18\x9c\x83\xaa\x2e\x64\xe1\x43\xbc\xe4\xe9\xe8\x2c\x9c\xa0\x42\x16\x3e\x44\xfa\x1e\xd1\x18\x3e\xe4\xf7\x39\xc6\x15\x5e\x20\xe9\x8e\x70\x85\x0f\xfc\xbf\xa7\xe3\x3d\x2d\x29\x56\x7e\x7f\xb4\x09\x81\x0e\xff\x37\xbf\x50\x9b\x4b\x44\xd9\xd6\xd9\x4b\x0d\x34\xbc\x20\x9a\x38\x46\x1a\x5e\x70\x44\x9c\x81\x6b\x80\xbd\xce\xc8\xc3\x8b\xb8\xbc\x33\xf0\x0d\x70\x8e\x1b\x7a\x78\x11\xe0\x77\x44\x59\xf8\x40\x5f\x7c\x0c\x3d\xbc\x00\xb0\x9c\xe1\xd4\xe8\x2b\xd2\xcb\x2a\x55\xde\xf5\x58\xdf\x69\xa2\x5d\xf2\xfc\x70\x03\x0c\x27\xf1\xf0\xc7\xb9\xa1\x71\xbf\x9e\x61\x9d\x1a\x07\xc5\x31\xfa\x70\x42\x0c\x73\x9c\x1c\xfa\x21\x21\xf5\x19\x86\xd5\x42\xbf\x72\x84\x3f\x7c\x70\x01\x1f\xa7\x8a\xfe\xde\x2f\xff\xb9\x77\x0f\xd3\x1c\xa5\xf5\x00\x6e\x59\x06\x26\x3d\x6c\xf7\xaf\x12\xd9\xf0\x47\x5a\xe0\x15\xc3\x68\x7b\xc5\x00\xe5\x3c\x03\x37\x02\x0f\x01\xdf\xb2\x83\x09\xc9\xf8\xe0\x2f\x3e\x4e\x39\xfd\x9b\x47\x03\x9c\x11\xeb\x69\x78\xc5\x10\x87\x7c\x86\x57\x0c\xdc\x35\x67\x38\x67\x3a\x3b\xd5\x30\x3b\x1c\xbb\xc8\xd8\x18\xdb\x53\x90\xac\xeb\x28\x2b\xc3\x4b\x82\x20\x82\x33\x0c\x2f\x41\xb3\x70\x0e\xea\x8b\x98\x82\x63\xac\xe3\x05\xb0\xf8\x88\x19\xf1\xc9\x25\x7c\xd8\x0c\x01\x12\xf0\x0c\x7b\x27\x7a\x5e\xa5\x2f\x11\xe9\x0b\xa3\x82\xb3\x22\xed\xd5\x6d\x32\x16\x83\xe1\xdb\x24\xb1\xd9\x67\x18\xea\x86\x42\x33\x0c\x2a\xb8\x7f\xe2\xcb\x33\x85\x61\x30\xaa\x20\xbd\x71\x0a\xea\x8b\xd8\xed\x63\x6e\xc3\x96\xab\xc5\x74\x4a\x74\x46\xdb\xd4\x86\xd1\xa2\x84\x9c\x7c\x62\x43\x98\x10\x41\xb3\x19\x98\xda\xf0\x26\x3b\xdf\x11\x76\xf2\xfb\x34\x05\xd9\x35\xc0\x56\xe1\x24\xd3\x77\x49\x51\x8a\x17\x8b\x0a\x36\x6d\xda\x65\xfd\x4f\x2e\x9a\x74\x5c\x60\xca\xaf\xb8\x10\x7d\xd1\x5c\x11\xed\x1b\x60\x67\x36\xf5\xe1\x5d\x7e\x45\x71\x0d\xa5\xc5\x78\x3a\x56\x4a\xb6\xa7\x23\x25\xb9\x3b\x2c\x2f\x31\x1f\x3e\x39\xd6\x84\xb7\x7c\x72\xa8\x4f\xa8\x28\x98\x92\x13\x5f\xc6\x8a\x58\xf5\x2e\x1d\x37\xb0\xbc\xfe\x3e\x6d\x16\xf3\x54\x37\x79\x82\x69\xce\x84\xed\x89\xdf\x6a\x3c\xe6\x3d\x7a\x0a\x3e\xba\xe1\xd2\xde\x8d\x67\x20\xef\xea\x32\xcc\x92\x9a\x8e\x25\xcb\x98\x41\x25\xc0\xd4\x17\xfc\xf2\x7f\xff\xdf\x59\xe4\x58\xf0\xf0\x1e\xc6\xc2\x39\x1d\x49\x96\x8e\x3a\xe9\xf5\xcc\xab\xf6\x11\xb0\xf6\xa6\x5d\x20\xcc\xe5\x89\x0b\x04\x1b\x8f\x60\x9c\x2d\x4a\x9f\x51\x9c\x77\x76\xcc\x89\x07\x64\xa4\x4e\x63\x12\x5b\x1a\xaf\x3b\xff\x4c\xdb\xdd\xcd\x7c\xe9\x6e\x7a\x08\x16\xfe\x0f\xd6\xde\x72\x40\x1a\xd3\x68\xe1\xfe\xc0\x02\x26\x90\xe7\xcf\x54\x04\xc6\x33\xb7\x62\x61\x3c\x7f\xdb\x30\x4c\x8b\x6c\x73\x61\x5a\x64\x6d\x09\xe2\xd9\x60\x13\x3a\x0b\xcf\x48\xcf\xbb\xee\x09\x9b\x72\xa8\x15\x19\x93\x45\xac\xda\xef\xa9\xa8\x15\x57\x1e\x9a\x5a\x91\xc1\x35\xe2\xb3\x7c\xef\x41\xff\xdc\xd0\xc3\xb4\xc8\x70\x1a\x0f\x5a\x72\x4d\x12\xd5\x62\x23\x60\xe7\x08\x1d\xda\x08\xd1\x39\x06\x87\xce\xd5\xf3\xd0\x7e\x92\x9e\x36\xc8\x31\xc2\x82\x0e\x54\x94\xa9\x0a\x0d\x63\xae\x82\xa6\x61\x24\x10\xe8\x90\x40\x3b\xf7\xb6\xe5\xf0\xb8\x5c\xb9\x8c\x2b\x4d\xf0\xcf\x31\xf3\xe2\xf3\x1b\x7d\xfb\x42\x88\x5e\x3c\xe0\x4c\x9f\x48\xb8\xec\x18\xc2\x6d\x4f\x03\x3d\x75\x78\x65\x0e\x57\xb3\x2b\x16\x88\x95\x8f\xd9\x15\x0b\x4c\xc7\xc7\x10\xd5\x02\x85\xc7\x11\xd9\x62\x03\x3c\x7c\xcc\xb5\x58\x60\xa1\x3b\xe6\x5a\x2c\x50\x2d\x1f\x30\xab\xb0\x24\x9f\x65\xa0\x18\x84\xca\xc7\xe4\x8b\x05\x62\xe4\x23\x10\x6b\x03\x78\x7c\x0c\x62\x2d\x50\x38\x9f\x65\x53\xcd\x2c\xf9\x54\x8e\x88\x99\x06\xcb\x11\x31\xf3\xcc\xa6\xa6\x92\x87\x1f\xa1\x6c\xb8\x83\x98\x9d\xb1\xcc\x12\xf1\xb6\x58\x10\xc5\x8a\x39\x23\xc9\xb4\x04\xb7\xed\x11\xe8\xf4\xae\xe4\x7b\x3b\xa2\x64\xfc\x8a\x0b\xf1\x4f\xfe\x8f\x94\xeb\x98\x43\x4c\xbe\xdb\x99\xe3\x08\x03\x3a\x02\xac\x36\x50\xe9\xc7\x10\xd5\x1a\x87\xdd\xb6\xff\x8e\xf8\xa2\x23\x8c\x6a\xc3\x39\x7c\x04\x51\x6d\x78\x78\x8f\x53\x6e\x57\xc8\xdd\x8f\x30\xaa\x0d\x97\xee\x71\x56\xed\x0a\xfc\xe5\x38\xab\x76\x85\x7f\xe2\x6c\x7b\x55\x20\xd1\x38\x4e\xb2\x5d\x61\xe6\x38\xa6\x74\xac\x10\x60\x9c\x2d\x53\x23\xd1\xb8\x87\x9c\xdb\xa4\xbc\x39\x26\x78\x1c\x71\x46\x6e\x13\xcf\xc6\xe7\xb9\xcd\x31\x15\xa3\xe1\x71\x18\x56\xb6\x66\xa3\x32\x47\x36\x34\x01\x24\xef\x91\x9d\xe8\xcf\x31\x2f\xd9\x71\xff\xac\x22\xa0\x95\xfe\x99\xb8\x31\x83\x68\xb6\xb4\x8b\x63\x53\xa0\xac\x01\x0e\xe8\x98\x2d\x0d\xba\x82\x23\x46\xb4\xb2\x98\xce\x06\x61\xdd\x30\xd2\x1f\x81\xb0\x5a\xb4\xf8\x17\xae\x5f\x36\xb8\x97\x8d\xcb\xf1\xb9\x08\x78\xd5\x08\xf7\x3b\x02\x5e\xdd\xbf\x41\x7a\x4d\xe6\x6f\x44\xfb\x01\x51\xc7\x5f\x76\xa4\xcd\xb4\x81\xc9\x92\x36\xd8\x58\xff\x7b\xea\xec\xa0\x0c\xb7\xe0\x57\x0d\xc8\xf2\x11\xfc\xaa\x67\x1f\x72\xca\xd7\x41\x5c\xd7\x79\x39\x9c\x9c\x10\xb1\xf3\x32\xdc\x90\xd9\x6c\x38\x16\xb8\x87\x23\xfc\xd5\x88\xc9\xfd\xe5\x20\xc7\x15\xc9\x56\xc4\xd4\x21\x2b\xdb\xca\x77\xb2\xb2\xad\x54\xa8\x88\x9d\xb4\xcd\x11\x3b\x19\x1f\x13\xc1\x30\x73\x5f\xf6\x73\x70\x60\xbf\x0c\x44\xe5\xb0\x12\xfc\x6a\x3d\xeb\xdf\x79\x1a\x0e\xd0\x2c\x8e\x5d\xa0\x59\xec\x03\xc2\x62\x3d\xc4\xbd\x1c\x12\xc4\x66\x3f\x7f\x99\xc2\x3b\x43\x8c\xbf\x0c\xf7\xa4\xf1\x57\x31\x1d\xbe\xd0\x4c\x33\x27\x1c\x84\xc1\x16\x61\x7e\xb5\x5e\x5a\xde\xb5\x8e\x48\x97\x7d\x98\xd7\x9f\x68\xb5\x84\x85\xfd\x02\xf5\x9c\x09\x03\x62\x81\x1f\x62\x5a\xb4\x02\x51\xe2\x11\x5c\xab\x11\xfa\x71\x94\xcb\xf5\xfb\x70\x21\xda\x61\xca\xe6\x28\xf4\x56\x03\xac\x71\x4c\x8b\x56\x41\x9a\x1d\xb0\x5c\xbf\x62\x45\x6a\xc8\xc4\x33\x94\x0b\xce\x83\x23\x24\x57\x68\x5c\x8f\x80\x5c\xe5\xa2\x2b\xe6\x48\xeb\x8b\x6b\xb2\x90\x5b\x23\xfe\x9b\xb7\x2d\xc4\x28\x8f\x66\x4c\x1b\xb0\x69\x9d\xb7\x4d\xc4\x69\x9c\x28\x67\xa3\xc1\xbc\x6d\x22\x5e\x29\x86\xd5\x96\x3a\xb6\x96\x2d\x0d\x10\x8d\x55\x96\x88\x32\xbf\x96\x95\x37\xe5\x51\xcb\xfe\x6f\x24\xd6\x13\xef\x81\x90\x58\x15\x28\xf5\x79\x1b\x21\xc8\xa4\x7c\x1b\x21\xc8\x44\x7f\x9b\xd8\x6f\xa5\x50\x11\xfb\xa1\xa6\x29\xb9\x6b\x05\xe3\x7f\x02\xe7\x5a\xa9\xd1\xdc\x11\xbf\x52\xdf\x1e\x80\x14\xab\xeb\x54\x5a\xce\x75\x2a\x75\x1a\xad\x0f\xe9\xfe\x11\xbc\xeb\x59\x3f\x09\xc5\x87\x5a\x0f\x77\xe0\x94\x64\x14\xc5\x88\x28\x9a\xe3\x96\x72\x7d\xf2\x66\x86\x18\xb2\xd0\x52\x90\x0e\xde\x96\x0f\xed\xf2\xcf\xaf\x3d\x3e\xe5\x9e\x3c\xf5\x29\x97\x87\xb6\x13\xf1\xa7\x15\x4c\x12\x83\x8d\x48\xd4\xca\x45\xdb\x05\x12\x1b\x9d\x5d\x56\x20\xb1\x02\x48\xfd\x38\x01\x2c\x79\xaa\x8f\x13\xc0\x92\x98\xfa\x08\x32\x56\x1e\x6c\x4d\x1f\x1b\x88\x67\xbe\x93\xf9\x7d\xe5\x3b\x99\xae\xef\xd4\x27\xd3\xf5\x8c\xe4\xf9\x31\x90\x84\x10\x66\x3d\x2b\x4f\x6b\x21\x89\xf1\x11\x75\xda\x4c\xe7\x3f\xc0\x07\x56\x1e\x62\x2b\x8a\xf8\xd1\x06\x43\x6b\xcc\xec\x42\x88\xc3\xf9\x70\x37\xcf\xa7\xdb\x74\x4a\x0c\xf2\x07\xea\xf6\x95\x6f\x7d\xbd\xa5\x56\x2e\xe7\x6c\xb1\xc6\x62\x5d\x9d\x7d\xf4\x93\xc9\x96\x7a\x98\x6c\xf9\xd6\xb7\xb1\x94\xfb\xf1\x74\xe2\x5d\x70\x5b\x2c\xb7\x8f\xb9\xf6\x32\x7e\xc0\xb6\xd8\x92\x3f\x9e\x4e\xf0\x20\x1c\x01\xb5\x5a\x4d\x93\x8c\xd3\x8a\xb3\x5b\x38\xad\x56\xd3\x22\x4d\x91\xfb\x3f\xa0\xc3\x8f\x51\x5a\x65\xea\x64\x9e\x53\x28\xad\x66\x73\xc6\x57\x92\x69\x41\x53\xf6\x2b\xf9\x68\xd3\x36\xf6\x15\xb5\x63\x97\x48\xda\x54\x6a\x24\x23\x9e\x2a\x92\xc2\x01\x6a\x8a\x19\x9a\xa3\x79\x73\xba\x1f\xa9\x5f\x1e\x1c\xe9\x26\x5f\x49\x03\xad\x3e\x7e\xa5\x97\xa6\x33\xcf\xe4\x20\x73\xba\xa2\xaf\x74\x4b\x5a\x48\xb2\xad\x15\xaa\x17\x61\x81\x0d\x93\x5f\x49\xd3\xb9\xe6\x59\xd7\x54\x8f\x24\x97\x58\xa5\x2d\x0e\x9a\xad\xd4\x6e\x97\x58\x4d\x29\xda\xfc\x56\x24\x4f\xfc\xd4\xfe\x72\x97\x3a\xe2\x5b\xaf\xa6\x0a\xcf\x7c\x0a\xdd\x18\xdc\x78\xd5\x30\xeb\x45\x9f\x40\xac\x56\x8a\xf5\x4d\xa4\xd4\x3c\x55\x5a\x82\x49\x5b\x65\x69\xb2\xf7\xe7\x2b\x2d\x4f\xba\x7c\xc9\x21\xc8\xc8\x39\x8b\xbb\x23\x57\xbf\xe2\xdb\xe5\xe6\xe9\xc7\xad\x47\x34\xcf\xbb\xe9\xcb\xbe\xa2\x03\xf1\xd3\x26\x9f\xda\x25\x0f\x9f\xff\xfb\x7f\x90\xfe\x7e\x25\x83\x5c\x68\xa0\x68\x76\xaf\x34\xf0\x78\x0e\xe4\xd9\xd2\x4f\x88\x24\x1f\x69\x86\x44\x3b\x5a\xbf\x52\x83\xb4\x1b\x86\x40\x80\x2c\xf8\xf1\xbe\xd2\xb7\x86\xc5\x7c\xbc\xbd\x4f\x51\x3b\xdc\x69\x2b\xdf\xe9\x1c\x63\x5a\xdf\xf6\x4e\x31\x01\x6f\xc3\xe7\xdb\x42\xf2\x06\xff\xe4\x55\xd1\xce\x4e\x8a\x59\x3e\x8f\x26\xd2\xfe\x6e\x45\x4c\x6b\x63\xa2\xba\x33\x40\x7d\x45\xdb\x89\x9f\x3c\xf5\xa6\xfd\x2b\xf6\xad\x4f\x91\x64\xbf\x79\x0a\x33\xd4\x09\x42\x49\xbd\xf5\x15\x9d\x85\xea\xa1\x56\xcf\x11\x87\x83\x7e\x45\x73\xd5\x3c\x54\x6b\x73\xe4\xb8\xa8\xd6\x3f\xbe\xfe\x2a\x92\x7d\x22\xc3\x67\x8a\xd0\x0c\x18\x1b\x13\xe5\xe4\x60\x8b\xa8\xdc\x09\x8b\x31\x72\x7e\xfe\x45\x83\xb8\x51\xb2\xf6\x9c\xb9\xb3\xcc\x92\x4a\x5e\xc2\x7b\xe5\xa1\x12\x0c\x3c\x05\x49\x26\x5a\xfe\x43\x31\xeb\x84\xc3\xe2\xbe\xa2\x52\x79\x33\x0d\x84\x65\xaa\x8e\xb7\xf8\x4a\x72\x13\xf6\x48\xfe\x47\x0b\x49\x96\xf2\x3b\xa5\xc8\x52\x4e\x63\x0a\x79\xf5\x07\x92\x68\x5b\x18\x0d\xa5\xdd\x24\xd7\xd7\x57\x52\xea\xfc\x4e\xed\xb6\x7e\x8c\x89\xa4\x44\xfa\x6c\x8a\xc5\xa6\x10\x06\xaa\xd8\xba\x31\x69\xd9\x52\x0e\xb5\xf4\x68\x71\xc8\x23\xf9\x72\xfd\x4f\x85\xfb\xfb\xea\x9f\x8a\x61\x9c\x16\xb4\xea\x48\xbe\xbd\xa5\x54\x4d\xa5\xce\x5c\x31\x49\x9a\x09\xb4\xbe\x92\xb8\xd3\x57\x9e\x79\xc3\xa6\x50\x0c\x7f\xcc\xcf\xe2\x3c\xfa\x2d\x92\xdc\xa9\x2d\x55\x58\x7d\xa5\x7e\x25\xce\xcf\x7c\x13\xe4\xa9\x77\x26\x91\x19\xd0\xcc\x70\x31\xa7\x29\xcf\x3a\x13\xb5\x40\x11\x91\x67\x8f\x19\x4b\x91\x9a\xca\xa4\xf6\x43\x26\x0c\x7a\x61\xae\xe5\xf2\xe4\x4b\xc7\xe4\xd2\x1a\x07\xbe\xb1\x75\x95\x80\x4b\xe8\xb1\x69\x1a\x17\x13\x5e\x10\xa7\x71\xb3\x7b\x08\xd2\x04\xd7\xf5\x57\x12\xc7\x5a\x61\xc3\xa8\x1c\x60\x03\x49\xd7\xb6\xdf\xb3\x25\x69\x21\x6d\x49\x79\xf3\x4f\x5b\x60\x47\x92\x6e\x5f\x53\x85\x74\xfb\x3b\xdf\x09\xc8\xc7\x81\x29\xfa\xb2\x71\x73\x0a\x56\x2b\xfa\x79\xd3\x0e\xf3\xd4\xb7\xdc\xec\x89\xe4\x2d\x97\x2e\x2d\xb5\xba\x46\x52\xab\xd3\x96\xe5\x56\x33\x14\x52\xf3\x9d\x59\xe3\x2b\x1d\x49\x29\xf3\x4f\x6f\xe6\x3b\x9d\xc8\xbf\x96\xa9\x0f\x19\x09\x5d\x3d\xef\x7c\x27\x80\xc7\x95\x31\x13\xeb\xe8\xcd\xb1\x21\x7a\xb3\x12\x45\x42\xec\x66\xe5\x62\xc5\x0a\x0d\x05\x6b\xde\x57\x5a\xfe\xdb\xf9\x50\x7f\x74\xae\x94\xaa\x83\xe3\xc9\xbb\x3a\x2a\x98\x44\x22\x2c\x2b\x0f\x13\x5a\xd8\xa7\xf2\x70\xe2\x09\xfa\x34\x3a\x9a\x84\x90\x4f\xe5\x61\x7e\x09\xf8\x54\x1e\xa6\x97\x70\x4f\xa3\x73\xac\x1a\xf6\x34\xc6\x4c\xa1\x52\x17\x58\x42\x95\x33\x2d\x55\x6c\x49\x29\xf4\x7b\xb7\xef\xf9\x31\x02\x7c\x3c\x2d\xa5\xb8\x13\xf9\x4e\x18\x0b\x7e\xe8\x63\x0d\x9e\xa1\x31\xe6\xa9\xb3\x99\x0b\xf3\x54\x1e\xce\xe5\xc7\xe9\xcf\x72\x8c\x3d\x56\xe1\x39\x7d\x0c\x73\x7a\x18\xc4\x07\x8b\xca\x93\x52\xdd\x8b\x81\xb4\x3c\xf3\xf3\xa5\xac\x38\x4f\x4a\x35\xde\x92\xa1\x72\xea\xcd\x59\xf2\x29\x18\x78\x7a\xf2\xe4\x24\xe5\x5b\xdd\x3a\xcb\x95\x77\x7d\x74\x57\xa4\x61\xda\x68\x2a\x35\xc8\x73\xa5\x9c\xa5\x0f\xe9\xb5\x43\x81\xb3\xfc\x05\x4d\x9a\xe5\xca\x87\x2f\x49\xa9\xf1\x2d\xa9\x21\x7d\x24\xf1\x9d\xe0\xa0\x85\xdf\x23\xf8\xd1\xcc\x71\x2c\xba\xb4\xb2\x98\xab\x62\x4b\x2b\xab\xfc\xd3\x75\xf9\x7d\x55\x17\x6b\xf6\xa2\x47\xb0\x8f\xc2\x7c\x10\x6c\xa9\xac\x92\x0a\xd5\x8b\x95\xb6\x89\xbd\x74\x95\x48\x7f\xfa\x30\xf5\xbb\x4f\xfc\x2c\xa3\x98\x58\x7f\xa0\x98\xd8\x6d\xcc\xa2\xb6\x6c\xc0\xff\x8a\x50\x5a\xd1\x63\xd3\xa6\xad\x8c\xa3\x53\xcc\x17\x56\xab\xd0\x4a\xd5\xfc\xb6\x5f\x49\x38\x94\x9a\x72\x85\x3c\x41\x47\x16\xf5\x59\x75\x68\xff\x9c\xce\xd2\xd9\x0a\x0d\x12\x08\x69\x4e\xb6\x31\x81\x90\x56\x63\xd6\x37\x87\x53\x72\xf8\x1a\x76\x34\x51\xae\x1b\x54\xcb\x2b\x1f\xba\xfe\x7c\xa8\x1b\x02\x27\xb3\x08\xce\x6a\xa5\x93\x42\x28\xcd\x89\xea\x28\x80\x52\xcd\x41\x09\x40\x89\xfd\x56\x00\xa5\xa7\xdc\x91\x84\xe5\xe1\x7c\x07\xa0\xc4\x9e\xd3\x9c\xa0\x67\xd0\x16\xc7\x53\xf6\x3c\xb3\xe6\x41\xcb\x96\x69\x5e\x5a\x1e\x9e\x6f\x7f\xaf\x54\xf1\x27\x29\xaf\xbe\x25\xd1\x7b\x13\x7b\x33\x53\x04\x2c\x5a\x8d\x55\x2e\x60\xd1\x6a\xfc\xfe\xe6\xe0\x4a\xd6\x42\x73\x4e\x84\x95\x67\xdf\x11\x9d\xfc\x51\xc1\x8c\x56\xbb\x52\xe6\x92\x94\x32\x85\x80\x5a\xa9\xdd\x21\xe0\x1c\xcc\x0d\xd4\xe8\x93\x3a\x64\xd0\xe3\x94\x14\xb4\x68\x35\x96\x86\xa1\x45\x83\xbb\x4c\x33\x86\x79\xd1\xc3\xe3\x76\xf3\x9d\x31\xcc\x28\x57\xcd\xc9\x80\x46\xde\xec\x7a\x93\xfa\x8e\xdb\x9d\x1a\xa4\x62\x33\x69\x1b\x9c\x05\x2d\xc5\x08\x0b\x7f\xe7\xd7\x08\x7c\x91\x29\x2c\xa8\x11\x96\xab\xaf\x24\x24\x03\x87\xa6\x69\xca\xae\xfb\xc9\xc3\xc7\x3d\xce\x53\xdb\xb8\xd9\x53\xcc\x5a\x76\xdd\xec\xeb\x82\x1b\x61\xca\xfa\x4a\x04\xda\x17\x44\xdf\x01\x06\x92\x21\xd6\x4f\x5a\xc4\x1d\x20\x4f\xb9\x03\xa4\x24\xb7\x9e\x5a\xb0\xd8\x71\x28\x40\x61\x36\xae\x3c\x45\xad\xa7\x60\x83\x2b\x18\x78\x53\x96\x5d\x83\xb9\xd5\x0d\xa0\x58\x29\xe8\xed\x87\xf4\xdc\xa8\x88\xc1\x1c\x35\x8e\xa8\xa1\x3a\xc3\x41\x36\xd8\x15\x41\x0e\x0d\xe6\x50\xe7\x36\xda\xf2\x72\xf7\xd5\x22\x4f\xe5\x87\xac\x25\xa2\x6f\xa7\xa9\x46\x16\xda\xdf\xab\xf2\x4e\x64\xd5\x40\x42\x56\x33\xc0\xb9\xb2\xd0\x55\xdd\x55\xef\x9a\x92\xec\x3a\xae\x19\x70\x4c\x77\x6c\x31\xe6\x1d\xbb\x2b\x0a\x89\xe0\x41\xcf\xba\xff\x83\x8a\x6d\x52\xb2\xbb\x66\xbe\x98\x84\xa3\xe6\xe7\xa0\x82\xe6\xe7\x1c\xfa\x9a\x5a\x7d\xf7\xce\xcc\x13\x67\x69\xce\xab\x8e\x33\x19\xfd\xbc\xe3\x4c\xe6\x0a\x29\x0a\xb3\x96\xad\x5e\x14\x66\x2d\x87\x92\xa0\x45\x2d\x07\x96\xa0\x45\x2d\xc7\x80\x91\x45\xb3\xb0\x0f\x09\x59\xd4\x72\x0a\x0e\xfb\x92\xd9\x5c\x06\xbe\xe4\x99\x72\xec\x5d\x99\x1d\x51\xce\x64\xb6\x97\x81\x33\x99\xeb\x6e\xf8\xce\x7a\xde\x5d\xaa\xa5\x21\xd9\x69\x3e\x23\xd2\xb1\x07\xf1\xdb\xb1\x87\x41\x10\xe8\xa8\x3d\x69\x1f\x7e\x67\xb4\xa8\x61\x9f\x48\xe3\xf4\x33\x8e\xa8\x34\x8e\x5f\xe1\x88\x5a\x6b\x79\xc8\xe5\x92\xf6\xca\x5d\xdc\xd3\x04\x6e\x54\x1c\x87\x02\x07\xdd\xf5\x7a\xf2\xf4\x6d\x7b\x7d\x1a\xe1\xa8\x24\x6a\x11\x20\x7f\xae\x48\xb6\x71\x30\x80\x46\xcc\x15\x4e\x00\xc3\x81\xec\xed\xf9\x4a\x82\xa8\xa2\x57\x0a\x0c\xf4\xe4\xd6\x20\x2c\x50\x8b\xc6\x33\xc0\x52\xcc\x94\x2a\x7b\x63\xcd\xab\xd6\x08\xf9\x47\x56\x6b\x5b\x2a\x94\x46\x58\xf3\x1d\x49\xf9\xe8\x55\x66\x3c\x5f\xda\x3a\xc3\xc1\x29\xec\x4f\xb9\x7e\xcf\xba\xb3\x47\x45\xd4\xce\x95\xe1\x10\x9c\x67\x31\x85\x0d\xe7\xb9\x38\x0f\x0d\xdf\xe9\xf9\x05\x0e\x39\xe2\xe0\x16\x5d\x5a\x79\x5a\x24\x2b\xa8\x15\x49\x46\x5e\x86\xd1\x74\x69\x31\x04\x98\x2e\x6d\x32\x23\xa6\xef\xec\xec\x1d\x46\x00\x2d\xd6\xde\x64\xd6\x4d\xa4\xad\x99\x94\x37\xed\xe0\x43\xab\x22\xb9\x69\x4d\x15\x02\x2f\x73\x74\x4c\xa3\xeb\xe9\x84\x10\x3e\x33\xa6\x9b\x69\x0b\xd0\xa0\x50\xc5\xbc\x17\x46\x8d\x5c\xa6\x37\x47\x05\xb9\x4c\xc7\x15\xd1\xb6\x4c\x36\x86\x49\x24\x49\xcb\xb7\x3a\x0e\x32\x54\xce\xd5\x36\xf2\xec\xa5\x73\x35\x92\xec\x41\x25\x6f\x6a\x93\x46\xe1\x12\x7f\x5a\xcf\x2e\x2c\xac\xcf\xb8\x7f\xcf\x8a\xfe\x30\xdf\x6d\x5d\x56\x32\x70\xb6\x0c\xad\x34\x55\x2c\x20\x0f\x76\x56\x23\x7b\x9e\x1c\xac\x93\xf9\x97\x57\x35\x72\x17\x0b\x54\xe0\x9d\xd1\x99\x1b\xc2\xe7\xcc\x1c\x87\xc2\xe7\xcc\x68\x55\x82\xe7\xcc\x1c\x69\x82\xe7\x94\xc5\x14\x17\x3c\xa7\x2c\xe6\x94\xd0\x39\x65\x31\x51\x85\xce\x99\xb1\xd9\x4c\x23\xe7\xff\x9d\x58\xe7\xfb\xea\xd6\x87\x69\xda\xdb\x59\xf9\x23\x4a\xff\xe3\xb8\x15\x1a\x67\xb5\x3b\x92\x94\x15\x8e\x91\x85\xa2\xda\x90\x9a\xa4\xff\xcf\xd8\xdb\x5c\x4d\xcf\xf2\x4c\xbb\xa9\x7c\x21\xd8\x06\x0c\x4c\xde\x5c\xa0\xbb\xcf\xfc\x43\xd8\xcb\x55\x47\xf9\xd9\xb3\xeb\x1e\x6a\xd9\xc6\xfc\x23\xa4\x52\x69\x20\x75\xcd\xd4\x0b\x49\x6a\x15\x3f\x34\x47\x5a\x2c\xd9\x4e\x64\x7a\xf4\xf7\xa1\x8f\x5a\x54\x27\xa3\x6d\x8e\x2c\x3f\xa3\x6d\x8e\x9e\x7f\xda\x7e\xdd\xe9\x02\xc3\x6d\x8e\xce\x04\x9d\x5c\xa5\xee\x7c\xeb\xad\x77\xe6\xa9\x8f\x98\x99\x1f\x79\x27\x9e\x29\xea\xe7\xdd\x36\xa2\x71\x32\x5c\xb5\xa6\x99\xa2\x1b\x1b\xaa\x91\x31\x2d\x86\x6c\x90\x31\x8d\x25\x4c\xc2\xd2\xc6\x06\x6b\xa0\x4c\xbb\x5e\x51\xfc\x44\x23\x9f\x3a\x44\x94\x35\x6d\x64\x4c\x89\x75\x94\xbc\xa3\xf5\xce\x53\xf5\x5c\xc9\xa7\x76\x50\xd0\x8d\x42\x87\xe5\x4e\x67\x5c\xcc\xc1\xcd\x64\x32\xdf\x22\x35\x8d\x77\x24\xeb\xe6\x5c\x06\x04\x83\x69\xb3\xa4\xd0\x21\x0f\x3e\xfd\xb9\x6d\x64\xc8\x48\x81\x9e\x78\x9f\x0a\xd7\x1c\x9b\x9e\x50\x30\xf7\x79\xa7\xa0\xaf\x24\x6a\x6e\x92\x06\x4e\x83\x64\x28\x75\x7d\x84\x81\xb9\x4f\xaa\x23\xba\xb6\x3b\xb7\xa8\xe5\xf4\xce\x37\x23\x28\xcc\xcb\x9d\xfd\xc8\x90\x97\x8b\x7e\x5d\x24\x2c\x4a\xa1\x3f\x15\x33\x91\xfe\x24\xf1\x0c\x83\x26\xdf\x09\xb3\x90\x4b\x8d\xe1\x2e\x17\x07\xa7\xd0\x2e\x77\xb4\xf3\x65\xe7\x49\xc9\x77\x43\xbb\x4f\xca\xb4\x5d\x90\xff\x3d\xf3\xf0\x8e\xba\x28\xf8\xca\x1d\x15\x75\x39\x6f\x7d\x8b\xf4\xd4\x33\x73\xdf\x58\x96\x18\x7a\x17\xfb\x1b\xcf\x9e\x09\x79\x77\x86\x54\xd4\x6d\x77\xbf\xf2\xac\xb8\x9b\x90\xaa\x9e\xd1\x22\x1f\xcb\x69\xed\xf2\x59\xc7\xfe\xb2\x9e\x73\xf9\xce\x4a\x14\xe7\xdb\xdd\xcf\xbc\x3a\x25\x51\x51\x5f\xcc\xaf\x0c\xcc\x72\x9b\xe8\x27\x4d\xe2\x3b\x43\xe8\x5d\xf2\x4e\xa1\x6e\x61\x7e\xe8\x16\xd2\x0a\x87\x0d\xa7\xef\x6d\x07\x65\x02\x99\x0c\xee\x6e\x79\x53\x6d\x62\x53\x58\xd8\x41\x69\xef\x33\xa1\xef\xce\x82\x32\x11\xdc\x9d\x39\x62\x44\x44\x6a\x6d\x66\x42\xe6\xaf\xc0\x40\x77\x76\x25\x91\xc2\x5d\x35\xb5\xd6\x64\xce\xae\xe3\xdc\xaa\xf1\xf6\x99\x20\xee\xce\xac\x90\xad\x7e\x4c\x8e\xb6\x3d\x3c\x68\x15\x49\xc3\x74\xfe\x93\x09\xf6\x79\xb5\xa8\x15\x27\x52\xb5\x3d\x2f\xe2\xf2\x9a\xbd\x11\x41\x26\xf1\x17\x53\x8c\x5c\x9c\xa0\xdb\x0e\x40\x4c\x5c\xce\xb6\x9a\x33\x53\xdc\x72\xd7\x51\xf3\xa6\xf4\x20\x4c\x81\xdb\x26\xd3\xf7\x99\xcc\x8d\x1c\x12\x5b\xee\xc0\x6c\x44\xdb\xd9\x99\x2e\x86\x71\xdb\x66\x5a\x22\xc9\x4a\xca\xd6\x28\x0e\xba\xeb\x28\x91\x64\x17\xe5\x8e\x28\x80\xd5\x15\x7f\xda\xb6\x95\x94\x85\xb1\x7d\x9c\xa3\x5d\x98\x8f\xae\x5e\x6c\xce\xe2\xa3\xbb\x8e\x2b\xaf\x6a\x5d\x32\x53\xb6\x8d\xa6\x1c\xa7\xe2\xa3\xbb\xa2\x4d\x8a\x8f\xee\x8a\x5f\x65\x2b\x71\x53\x1c\x51\x62\xa3\xeb\x27\xe7\xbe\xc8\xe8\x7a\x6e\xba\xca\xdf\xda\x73\x7b\x15\x35\x5d\x3f\xef\x7c\xf7\x33\x8e\x29\x0f\xdd\x26\x3e\xdc\x6e\x53\x24\x0d\x4c\xfa\x49\xb6\xd6\x13\x0d\x49\xf9\x5b\xfb\x79\x47\x52\x93\x6a\xde\xd4\xc0\x60\xbf\x15\xdd\x5d\x3f\xd1\x2c\x4d\x77\xd7\x66\x26\x8a\xe3\x9e\xa3\x5b\x88\xfd\xae\xc7\x6d\xea\x7c\xae\x67\x8b\xa4\x26\x66\xde\x9a\xce\x24\x57\x06\xb3\xdf\x01\x0a\x7c\x44\x81\x29\xd8\xbf\xcd\x7e\xd7\x9d\xda\x61\x8c\x8f\x6c\xb1\xb9\xf8\x2b\xf9\xeb\x95\xad\xfe\x33\x3c\xfb\x0a\x92\xc7\xed\x46\xd2\xec\x63\x2b\x12\x6d\xde\x75\x70\x66\x9a\x36\x2f\xae\x8d\x8f\xdd\x0c\xcc\x53\x93\xe8\xdd\x25\xff\x53\xfc\x69\x49\x5d\xb6\x2f\xa4\x11\x35\x70\x2d\xaf\xca\x25\xc3\x24\xfa\xd8\xdf\xcd\xc2\xf8\xd8\xdf\x9d\x26\xa1\xbe\xa2\x1b\x88\xfd\xae\xdf\xdc\x81\x3f\x58\x5a\xdf\x77\x65\xc2\xa6\xc7\x3f\xf2\x0a\xdc\x69\x22\xfe\xef\x91\x2f\xe5\xc1\x65\x72\x88\xfe\xae\xdf\x4c\x07\xe7\x90\xbd\xd3\x7e\xcd\xe9\x9b\xf5\xf6\xb1\xfe\xca\xde\x20\xc2\xbb\x7e\x5f\x29\xa5\xab\x4c\xfa\xdb\xca\x6c\x4f\x29\xaa\x77\xfa\x4d\x33\xfc\x4e\x7f\x2f\xef\x77\x91\x54\xed\xf4\xb7\x66\xf8\x7d\xa6\x14\xa9\xb9\x4c\xa2\x8f\x1d\x06\x9d\x37\x15\x12\x5a\xd9\x0b\xc5\x5a\xd7\xef\x33\xcf\xe4\x30\xb8\xf3\x9d\x0c\xef\xec\xc4\x4e\x35\x5b\xd9\xb1\x84\x9e\xec\x77\xe6\x8c\xbd\x07\x9c\x26\x02\x4f\x5e\x95\xfd\xfc\xe3\x29\xcc\x96\x61\x7a\xbb\x91\xb6\x6f\xb5\x21\x73\xcd\x33\x38\x07\xed\x47\xb7\xb3\x9b\x03\xf3\xeb\xdb\x59\x6f\x48\xba\x9d\x5d\xff\xc4\x6c\x3f\xaf\x7a\x94\x06\x92\x1c\x24\x3d\x92\xc6\xec\x8c\xa4\x31\x63\x55\x08\xac\xd9\x6f\xf6\x9a\xaf\x67\x30\x9b\xdb\xd7\xac\x12\x6c\xa6\x5f\x3b\x16\xd8\xda\x85\xd4\xec\xf1\x0d\x0a\xa8\xd9\x83\x25\x11\x50\xb3\xdf\x25\x6f\x6a\x6e\x5d\x29\x53\x2e\x1f\x4e\xd6\xaf\xef\x78\x9c\x1e\x42\x69\xf6\xfb\xca\x33\x8d\x20\x0b\x5d\x20\xcd\x1e\x3f\xe1\xd7\xf0\x38\xce\xcb\xaf\x17\xcc\x95\x37\xed\x6e\x64\x78\xbf\xec\xd0\x29\xc7\x1a\xc9\x48\x0f\x5b\xed\x98\x47\x9e\x72\x7e\xf1\xd4\x77\xa5\x8c\x8d\x75\xd7\x2b\xcf\xe4\x1d\x61\x75\x09\xfd\x38\x72\xab\xfc\xfa\xae\x94\xce\xd1\xb4\x99\x25\x92\x2e\x40\xa9\xac\x2c\xf5\xc1\x11\x08\xeb\xf8\x22\x19\x04\x75\x7c\x5d\x37\x4a\x0f\x3b\xa2\xba\x0b\xf7\x38\x2e\xba\xd8\x2c\x75\xf5\x62\xaf\xfd\x19\x65\x41\x65\x04\x7b\x7c\x7d\x3c\x42\x3d\xbe\xbe\x58\xa1\x1e\xaf\xc9\xba\xff\x19\x73\xf1\x3e\x93\xa3\x86\xd5\x25\xd0\xe3\xb8\x4a\xde\x54\xb5\xaf\xfc\x4f\xb8\xb1\xb7\x32\xaa\x36\x1b\x8d\xc8\xeb\x46\x2c\xbe\xe6\xae\xab\xb1\x1c\xfe\x0c\x2a\x63\x2a\x0a\x02\x79\x4d\x86\x58\x08\x48\xc2\xdc\x1e\x49\xbd\x7d\xa5\x18\xdf\x4c\xa9\xda\x74\x03\xf3\x9d\x7b\x3b\x7f\x90\x2b\xea\xca\x9b\xf2\x52\x8c\x48\x6e\x20\x3d\x6a\x4e\xda\x9c\xd6\x3f\x3b\xa6\xde\x62\xdc\x42\x5a\xaf\xb8\xf8\x99\x81\xd1\x8d\x7e\xb2\x47\x08\x47\x39\x62\xc5\x16\x8c\x72\xc4\x4a\x20\x18\xe5\xb8\x58\x6b\x82\x51\xbe\xae\x38\xc1\x28\xaf\xd9\xf2\x4c\xa3\xc4\x4a\x10\x8c\x92\xd8\xac\x47\xd2\x04\x7a\xff\x27\x47\xd4\x5b\xe6\xc7\x13\x21\x3f\xf4\x7c\x4a\x65\x3c\x9f\x28\x46\x94\x9f\x57\x86\xde\x94\x0f\x07\x2b\xea\x67\xf0\x37\x13\xf1\x07\xf5\x39\xdb\xee\xcf\xb7\x74\x36\x02\x41\x16\xc7\xe0\x24\x13\x64\xb1\x14\x4e\x32\x41\x16\xc7\x78\x25\xb9\x9a\xb8\x32\xfd\xd9\xba\x84\xdb\xe0\xcf\xf8\x10\x20\x12\x7f\x43\x36\xba\x3b\x6f\xca\xf1\x84\x02\xf0\xa7\x09\x3c\xee\x94\xa9\x68\xec\x9e\x67\xeb\x29\x65\xa6\x2e\xda\x84\x7b\xde\x94\x31\x67\xe4\x0f\x5f\xe3\x2c\x22\xca\x62\xd7\xf3\xa1\xcd\x10\x3c\x33\xf6\x88\xdb\xdc\x9f\x33\x1b\x5f\x33\xa2\xdc\x24\xf3\x3f\xf8\x1a\xc5\xa8\x07\x35\xfe\x23\xa9\x89\x3d\x92\x9a\x88\x07\xe7\xcf\x71\xf3\x9c\x48\xe2\xda\x9b\x8d\xd5\xec\xc4\xb4\x63\xe6\x99\x1a\xf5\x56\x46\xae\xb5\x3b\x92\xdb\x94\x37\xc5\xad\x83\x89\x59\xc4\x7a\xa5\xe4\x99\x5c\xab\x83\x3d\xd9\x49\x6b\x47\xca\x74\x98\x3c\xf3\x42\xb4\x7a\x63\xb4\x3c\x53\x8b\x38\x1f\xfe\x1c\x34\x8f\x4a\x29\xe8\xe6\x18\x2d\xdf\xc9\x59\x89\x62\xf2\xe7\xa0\xf9\x91\xef\xd4\x22\xf6\x67\x27\xbb\xcd\xf5\xc2\xb0\xcd\x96\x2b\xdb\x9f\x0d\xab\x19\x5f\x67\x82\x44\x15\xfa\x73\x0c\x7d\x0a\xdd\x9e\x87\xfc\xde\x31\xf4\x29\x54\xbb\xfa\x78\xbf\xd3\x08\x62\xbb\xf8\xb3\x45\x22\x15\xd5\xae\x3e\x38\xa9\x45\xca\x57\x0a\x0a\x86\xa0\x9e\x63\x64\x58\xec\x7f\x7d\x4b\xf1\x20\x45\x52\x93\x5a\x6a\x26\x06\xd9\xac\x02\x83\x07\x32\x2c\xac\x2c\x49\x53\xc8\xce\x31\x7c\x16\x4d\x41\x39\x8b\x93\xb9\x3c\x92\xe7\x5d\x24\x3b\x7a\x3c\xd5\xe7\xe1\xe5\x63\xf3\xc7\x14\x96\xb3\x18\x76\xfa\x48\x5e\x30\x37\x92\x16\xcc\x88\x24\xb7\xed\xfb\x9d\x17\xcc\x40\x52\xb5\x7b\x4a\x91\xdb\xd6\x0d\x9c\x87\xd7\x4b\x9e\x4d\x6f\x08\x34\xc2\xab\xa7\x47\xd2\xdc\x6a\x7c\x67\x5e\x89\xfc\xc1\xe9\x49\x4b\xaa\x66\xb6\x33\xd0\x12\xd3\x79\x77\xdb\xcc\x2f\x59\x06\xf9\xe5\xc7\xca\x35\xed\x17\x62\xb3\x01\xf3\x98\x87\xc1\x7a\xdc\x8b\xe6\xe1\x19\xfd\xbe\x2b\x43\x5d\x4f\x9f\x93\xce\xb4\x50\x09\xfb\x64\x6b\x1e\xca\x5b\x9c\x5e\x76\x2e\xfa\x96\x37\x65\x1d\x4e\xcb\x7c\xf7\x62\x5b\x9e\x87\x5d\xb2\xde\x23\xa7\xe0\x9a\xd3\x41\x43\x8f\x74\xca\x5a\x49\x31\x76\xc9\x56\xda\x25\xf6\x5b\x47\xe1\x3e\x92\x6c\x9e\x3e\x9e\xa7\xa0\x9b\xc5\x84\x1d\x8f\x24\x07\xed\x9d\x52\xe4\xa0\xcd\xdf\x3d\x6f\x67\xbe\xf3\x76\x92\x32\x97\xde\x4c\xcd\xd4\xc0\x3b\x65\x7e\xf4\x87\x7c\xf7\x55\x3d\xe9\x53\x07\x08\xdf\xe9\x19\x51\x48\x18\x37\x3f\xe6\x69\xc3\xad\x0f\xeb\x79\xda\x70\xeb\x9d\x60\x0a\x0f\x3a\x1b\x43\x73\xda\x8c\xdb\xf3\x9d\xcc\xb8\x35\xdf\xc9\x57\xee\x93\x74\x0a\x2b\x3a\xdb\x9d\xef\x7c\xcf\x3f\xf2\xe1\xd4\xab\x91\x96\x93\x98\xa5\x1c\x35\xaa\xfd\xdb\xa7\x38\x45\xdc\x37\x5b\xcb\x2f\x35\xa4\x3e\x76\xa7\xb2\xf0\x4e\x93\xc6\x8e\x29\x1a\xbf\xd9\x58\x8d\x82\xa7\x4e\xac\xac\x53\xf0\xd4\xd9\x6e\x6a\xe3\x90\x7c\x54\x90\x29\xb4\xea\x74\xe0\xfa\x23\x49\x71\xc3\xea\x35\x85\x5d\x9d\xed\x8a\xa4\x85\x3b\xf2\x0f\x52\xb3\x51\x1d\x9f\x0a\x25\x0f\x35\x8c\xd6\xc0\xa6\x80\xad\xc5\x0c\x2d\x8f\xe4\xc5\x31\x53\xaa\x5b\x95\x76\xa8\x55\x35\x75\xf5\x3c\xa5\xd0\xe5\x36\x52\x8c\xb8\x54\xcc\xac\xf2\x48\xc2\x99\x03\xd8\x9e\x42\xbc\x16\xf3\xcc\x3c\x92\x8d\xdf\x69\xa4\xa2\x47\x70\xf9\xcc\x13\x08\x04\xff\x37\x04\xa2\xf0\xff\xe7\xd0\x98\x0e\x51\x7f\x24\x8f\x2a\xbd\x2a\x40\x84\x49\x60\x1e\xc9\x73\x93\x36\x29\x27\xfa\x38\xf3\x9d\xda\xd4\x53\x35\xb5\x89\xc5\x7f\x7a\xed\xb1\x68\x95\x2f\xf8\xe9\x53\x5e\x35\xfe\x06\xc8\xc7\x3c\xbd\xfa\x4a\x24\x0d\x5c\xc9\x97\xf6\x86\xe5\x99\xc7\x8d\x9e\xda\xf6\x3f\xa4\x50\xb5\xa9\xe6\x3b\x0d\xdb\x45\xcf\xb0\xfa\xf2\xa6\x47\x26\xcf\xd4\x0a\xf6\x25\x03\x6f\x2b\x16\xc9\x69\xe4\x2d\xc9\xa4\x1f\xf1\xd2\x1f\x0b\x92\x12\x96\x9f\xaf\xe8\xca\x4d\x24\xaf\x1c\x7a\xe7\xf2\x1c\xf7\x9d\x66\x5e\x9e\xe3\x77\x3e\xf4\xa2\xe6\x4d\xa3\x71\x98\x37\x97\x9d\x21\x8e\x31\x79\x44\x48\xa8\x6f\xc4\x62\x35\x3f\x2f\x1b\x24\xcf\x4c\x12\x1a\xf7\x6c\xf8\x80\xa6\xe1\xb8\x24\xad\x7e\x44\x63\x39\x1a\x2d\x85\x96\x7a\x44\x9c\xaa\x45\x24\x47\x69\xb1\x2b\x18\xa0\x7b\x9c\x3d\xa2\xf8\x4c\xe8\xcf\x0b\x3c\xf7\x9d\xdf\xc8\x7f\xc7\xc2\xbb\x20\x6b\x61\x93\x22\x8f\xb1\xe3\xa6\x1e\xd1\x8d\x65\xff\x26\x91\xf1\xc9\x39\x20\x90\xee\xd9\xb8\x60\x4e\x32\x19\x63\x14\x9b\x17\xfc\x2c\x8c\x23\xb9\x8b\x1d\x36\xfe\x88\xc6\xa6\x70\xe6\x91\xbc\x18\x57\xc5\x24\x79\x31\x76\xb1\x49\xf2\x62\x6e\x28\xd3\xc9\x8b\x5b\x0e\xa0\x0b\x86\x96\x96\x92\xdd\x22\x0e\xe5\x6b\xd3\x22\x9e\x9a\x8f\xe2\x1d\x2f\x05\x50\x71\xc1\x98\x64\x2f\xce\x79\x79\x11\x4f\x3a\x22\x0a\x5c\xc3\xc6\x73\xc1\xc3\xc2\x66\x17\x02\x43\x8e\xc1\x10\x18\x66\xd6\x6e\x0f\x08\xcd\x21\x07\x7b\x49\x1d\x0c\x4d\x4c\x57\x18\x29\xc4\x96\x5a\x8c\x14\x2a\xff\xcc\x80\xf3\xbc\x4a\xd3\x2e\x44\x0f\x16\xbd\x54\x86\x5d\xc5\x13\x49\x3b\xd3\xfb\xea\xad\x67\x03\xc9\x03\xc7\x26\x26\xd0\x70\xe2\x45\xa6\x29\x11\xb9\xc9\x4d\xa7\x48\xe6\x32\x3e\x61\x44\x3c\x7b\x44\xe6\x5d\xca\x61\x98\x1a\xa2\x87\x69\x50\x05\xbb\x1c\xf1\x40\x4d\xe1\x88\x03\xf1\x9e\xe6\x4f\x3c\x4e\xb4\x35\xf1\x27\x56\xae\xaf\x93\x24\xc8\x27\xa7\x45\x81\xc6\x08\xbd\xab\xb0\xa8\x06\x75\xc2\xeb\x9d\xb6\xb1\x6e\x46\x8a\xfa\x79\xf5\xf2\xf2\x32\x72\x85\x99\x54\x62\x4f\xa1\xed\xa6\x5e\x01\x86\x33\x9d\xf7\xb8\x81\x31\x9a\x06\x03\x1f\x1d\x9d\xc5\x5c\x88\x47\xaf\x79\xaa\xff\x76\xf6\x14\xa7\x3a\x26\xce\x67\x16\x27\xef\x41\xc3\x2d\x9e\xce\x9d\xd9\xed\xdc\xc6\x47\x67\x29\x08\x2b\x3c\x5b\xea\x60\x8f\x63\x67\x8a\x9a\x26\xf1\xe8\x25\x4f\x1d\x8d\xc1\xb6\x60\x80\xf0\xd1\x59\xdb\xe6\x45\x3c\x7a\x7a\x15\xb6\xce\x9e\xdf\xba\x39\x2d\x45\xb9\x39\xec\x46\xe6\x49\x3c\x7a\x26\x90\x21\x19\x3d\xa3\xe7\x20\xc0\xde\x22\xda\xf5\x5c\x53\xc9\x3f\xb5\xdd\x92\x89\x13\x8f\x4e\x83\xcc\x95\x78\xf4\x1a\xd1\xe9\xc5\xf8\x4f\x65\xbb\x47\x67\x34\x5d\xe2\x7d\xbf\xdf\xde\x2a\xf8\x46\xf2\x71\x9b\x67\xc3\xf5\x3f\x11\xdd\x3a\x8e\xb1\xea\x10\xd8\x7e\xa5\x4e\x6e\x1d\xf3\xd8\xc0\xe2\xa3\x97\xbc\xec\xd6\x5d\x79\xea\xd6\x5d\x29\x19\xc7\x3a\x35\x86\xc2\x88\xc9\x29\xe2\xc4\xea\x40\xd8\x47\xa2\xb1\x7c\xaa\x59\xee\x60\xd7\x47\xaa\x6a\x0d\x3f\x05\x72\xc7\x0e\x52\x41\x7a\x70\x9c\x0a\xa2\x5c\x1d\x8f\xfd\x48\x6e\x2b\x1b\x55\x05\x81\x77\xe7\x5d\x23\xf0\x22\xb9\x6d\x6c\x3e\xce\xdc\x7c\xf4\x74\x30\xf8\xbc\x96\x0a\xba\x6d\x1c\x93\xd5\x47\x47\x67\x79\x08\xb5\x5c\x1d\xb4\xf9\x48\x45\x12\x75\x20\x2e\x08\xad\x49\x58\xe4\x4a\x14\xd5\xac\x8b\x79\x19\xd1\xf3\xf2\xca\xbb\x6e\x4d\x8d\xc8\xc8\xa5\x60\xe6\x65\xbe\x65\x5e\xd2\xc1\x8b\x99\x47\x97\xb2\xb2\x38\x43\x2b\x2b\x8b\x3d\xd1\x08\xe5\xa3\x73\x30\x3a\xb1\xf3\x3d\xd3\xe3\xdb\x8b\x3f\x6d\x67\xb5\x70\x56\x57\xd6\x03\x0a\x5c\x75\x3a\xbd\x99\x92\x8c\x12\x64\x67\x68\x66\x5e\x29\xe5\xdf\xa6\xee\xd9\x4c\x4b\x5f\x58\xa3\x06\x34\xdf\x95\x2d\x54\x80\xe6\x0a\x4e\x7d\x36\x63\xe9\x0a\x33\xbe\x19\x4b\x57\x58\x3a\x4e\xe7\x7c\x16\x76\x0a\xe7\x73\x3e\x0b\x53\xaf\x19\xd5\x44\xa7\x36\xf3\x1a\xd1\x54\xe1\x9d\xeb\x3c\x53\x8e\x01\x07\x3d\x55\xf8\x38\x88\x3e\x3f\xfd\xfa\x2f\x29\x88\x96\xbb\x0f\x85\x6b\x7e\x44\x9e\x02\xc9\xe7\xb4\x6d\xe6\x2e\x2a\x25\xa2\x9b\xc3\xe9\xd1\xcc\x5d\x04\x2a\x76\x1a\xdc\x7c\x16\xe6\x6d\x33\x77\x51\x94\x64\xe7\x76\x3e\x0b\x1b\x9f\x72\x3b\x57\xe2\x21\x67\xc3\x75\x94\x2a\x1b\xa0\x52\x58\x4a\xa6\x5c\x3c\x4b\x8b\xa8\xe8\xd9\xf7\x37\xf6\x33\xb3\x8b\x0b\x28\xfd\xbc\xcb\x5f\x17\x83\x45\xd7\x98\xe9\xa8\xbc\x2f\xbb\x79\x35\x4f\x19\x2d\xba\x06\xaa\xa3\x16\xd1\xcd\x63\x2e\x36\xf0\xab\x6c\xa8\x62\x62\xac\xc0\xf5\x67\x03\xa2\xca\x9c\x6f\x40\x54\x39\x2f\x84\x9f\xae\xa0\xf7\x67\x03\xb0\xca\xfa\x6e\x20\x54\xd9\x99\x9b\x19\xeb\xde\x29\x03\xce\xb4\x46\x54\x9d\x46\xa6\x85\x71\xa6\xb9\x25\x37\x73\x18\xe5\x62\xda\x0c\x3b\x1d\x99\x9b\xe6\x3d\xc8\x95\xa6\x19\x77\x0a\xc2\x6e\x1a\x48\x7d\xc6\x30\xd0\x8c\x34\xe5\x5c\xbd\x21\x2a\x62\xc3\xba\xbd\x22\x72\x01\xba\xcd\x54\x34\x98\xb9\x37\x89\x1a\x58\x79\x82\x52\x37\x90\x74\xf3\xf6\x8a\x18\x57\x0a\x76\x7b\xce\x14\xdc\xf5\x6e\xca\x75\x73\xae\x7c\xea\xe6\x70\x09\x12\xb0\x3a\x01\x58\xf3\x26\x89\x03\x13\xca\xc0\xea\xb3\xb4\xfc\xe6\xeb\xdf\x34\xc4\x9f\xc5\x3c\x35\xc7\x03\x67\xbf\xf3\x4c\x9f\xc4\x27\x4e\x11\x3d\xbe\xb7\x07\xa3\xb0\xe7\x91\x2a\x4e\x37\x2e\x5f\x1a\x3a\x8b\x99\xc8\xdc\x8e\x67\x2c\x1a\x86\x68\x0f\x20\x6d\xd3\x69\xa5\x4f\x82\x4c\xa7\x31\xda\x67\xee\xb4\x4e\x2b\x7d\xe6\x8e\xa5\xb4\xd2\x0d\x8b\xf8\x14\x2d\x64\xbb\xde\x72\x69\x5c\x1e\xba\x71\x47\x2a\xfc\xe7\xdf\xf0\x74\x31\x92\xd4\xdf\xcb\x25\xd7\x63\xe3\xbb\xcf\x18\x41\x8c\xef\x3e\x89\x1f\x98\xa4\x9c\x06\xe9\x36\x85\xef\x4e\x1c\xd0\x04\xde\x0d\x9e\x7f\xde\x86\xb6\xbe\x05\x4d\x81\x32\xa9\x92\xf2\x41\x00\xa6\x9a\xe2\x76\x6c\x57\xda\xad\x90\xd3\x9a\xfa\x6c\x33\x4e\xa5\xb6\x50\x2d\x8c\x88\xd5\x22\xfd\x40\x44\x2a\x77\x44\x43\xb2\xaf\xf3\xdf\xd9\x87\x9f\x77\x05\x29\xbe\xd2\xdb\x0e\x58\xbd\xd2\x50\x45\xd9\xd7\xd4\x77\x1b\x60\x9a\xbf\x38\x61\xc5\xcc\xc3\x9f\xbf\xa4\xa5\x8e\xa4\x27\xd0\x7b\x92\x66\x3a\x4a\xb3\x31\xda\xb5\x70\x6e\x9a\xfd\xf1\x8a\x5a\xdc\x07\x8d\xbd\x11\xdd\x58\xf4\x0b\xa3\xb4\x2f\xa2\x71\xa7\xc9\x20\xaf\x28\xdc\x86\x69\x5f\x27\x36\x18\xc3\xb4\x2f\xc2\x7a\xa7\x61\xda\xf5\xc8\xa7\xdb\x0f\xf3\xa9\x71\xd9\xa9\xa2\xb1\x81\x33\xa2\x61\xda\x34\x67\x7a\xac\x28\xd5\xec\x60\x31\xb5\x75\x03\xc8\x62\x32\x13\x86\xbb\xc5\xd4\x65\x66\xc8\x81\xfb\x69\x06\xd1\xcd\x09\xdb\x1d\x22\x1b\x7b\x22\x90\xee\x18\x2a\xba\x83\x64\x63\x19\x31\xe1\xe3\x15\xa3\x86\x30\xdd\x2d\xe6\x46\x43\xba\xaf\x18\x54\xcd\xf8\x78\xc5\xfc\xd8\x89\xb4\xcf\x70\x80\x74\xcc\x70\x98\x03\x0c\x47\xc8\xec\x20\x1d\x51\x20\x4c\xf2\x78\xc5\x72\xda\x21\xfd\x2a\x29\xca\xdc\x1d\x54\x51\xf3\x3d\xa6\xbc\xbe\x0c\x49\x2e\x29\xd7\xf5\x2f\x79\xfa\xb5\x98\x2a\xfe\x6c\x5a\x4e\x49\x34\x80\x97\xa1\x04\xcb\xd3\x4d\x03\xe8\x37\x18\xc2\xd0\x45\x9c\xf0\x7a\xc6\x8c\x60\xb0\xf7\x35\xd2\xe7\x4e\x9e\x82\x1a\xd6\x89\xd8\x46\x49\x10\xcf\x63\xbb\x47\xfe\x2a\x4c\xfd\xcc\xb3\xad\x67\x29\xe6\xe3\xfa\xe6\xa1\xb1\x88\xe9\x70\x38\xc0\xd2\xc3\xf0\x4c\xd0\xd6\x01\x07\x18\x03\x3b\xe0\x00\x63\xd8\x85\x15\x7f\x16\x4b\x9e\x56\x3f\x1d\x88\x4e\xb5\xc2\x7f\x95\x5d\xbb\xdd\x4c\xff\xe1\x5c\xa5\x33\x05\x39\x42\x80\x6e\x31\x5e\xfc\x66\xf6\x0b\x2f\xde\xee\x99\x1a\x7d\x5c\x6a\xca\xb1\x13\x6f\xe4\xdd\x3f\x27\x9f\xe6\x65\x1d\x1b\x2d\x26\x1e\x01\xc8\xdb\xcd\x66\x64\x4e\xc8\x79\xb2\xe6\xcc\x09\x39\x4e\xb6\x14\x63\xc6\x6b\x79\x3f\xed\x62\x73\x69\x48\xc3\x51\x0a\x34\xdc\x0c\x61\x47\xcb\x5f\x97\xde\x4d\xb9\x46\x82\x96\x7c\xfa\xf1\xbb\x29\xf7\x67\x91\x3e\xd3\x6a\x28\x07\x8b\x43\x28\xf2\xe7\x29\xff\xd1\x6a\x28\x07\xaa\x9f\x29\x23\xaf\x91\x2a\x2e\x67\x8e\x61\x71\x98\x33\xf2\x22\xbe\x64\x9a\x33\xb2\x1c\x2d\x25\x43\xd8\xc6\x7f\x9d\x99\x85\xe0\xb2\xe9\x94\xde\x35\x5a\xb0\x71\xe7\xe5\x60\x05\x9b\x51\xb2\x1c\x35\xa2\x13\xc9\x5c\xa9\xe4\x57\xad\xff\x0f\x76\x1a\xd1\x4d\x3e\xe5\x32\x78\xc6\x5f\x02\x9a\x9d\xc3\x99\x0f\x08\xe2\x9b\xce\xf0\x5d\x62\x0e\x32\xc7\x64\x01\x8a\x31\xcd\x23\x59\x62\xb9\x11\x36\xbd\xe1\x4c\x9d\xce\xff\x1d\xea\x81\x69\xe6\xc8\xb0\x97\x4c\x33\x47\x26\x54\x71\x9a\x39\x32\xd1\x82\xd3\xf0\xf4\x04\x1d\x4e\x93\x45\xe2\x19\x9d\x26\x8b\x0c\x0d\xc5\x34\x3d\x64\x8d\x9d\xd5\x39\xc0\x0b\x10\x95\x49\xd2\x6f\x22\x85\xe6\x34\x29\x1e\xd8\xac\x69\x9a\xc7\x02\x82\x65\xce\x61\x88\xf2\x40\x32\xaa\x93\x82\x4c\xa9\x42\xf7\x0b\x84\xde\x89\xc2\x9f\xd3\x18\x19\xe6\xc0\x34\x46\x86\x4b\xf6\x14\xa5\xca\x64\x96\x8a\x0d\x32\x51\x90\x73\x1a\x24\xf1\x96\xb2\xff\xef\xff\x15\x02\x81\xa6\xb0\xe9\x25\x2a\x9f\xa0\xe9\x25\x8a\xa5\x90\xe9\x25\xaa\xe3\xc4\x4a\xca\x3e\x34\x09\x4d\xc3\xc4\x38\xd1\xf4\xe9\xf7\x89\xa6\x7f\xe7\x65\x34\x7d\x2a\xab\x84\x1a\xd7\x5b\x30\x8a\x59\x3e\x9d\x9e\xdb\x0d\xd1\x94\x7c\x33\x4f\x1d\xc1\x91\x82\x84\x87\xc8\x7d\x49\x38\xf5\x3b\x16\x0d\x11\x38\xde\xb9\xb8\x4f\x83\x7c\x7b\x24\xae\x61\xf4\x33\x20\xc8\x7c\x28\x10\x64\x86\xd6\x3c\x29\xcc\x54\x21\xd3\xaf\x2c\x2d\x01\xd3\xaf\xac\x4a\xe1\xd2\xaf\xac\x6f\xc1\xd2\x7b\x6c\xbd\x06\xa2\xd7\xdc\x0a\x9d\x1c\x1c\x40\xf0\x74\x72\x70\xbc\xe0\xd3\xc9\xc1\xc1\x8f\xcd\x65\x58\xd6\xc8\x33\xc1\xb2\x98\xbf\x22\x5b\xbc\x2a\xe7\xe9\x32\x2c\xab\x45\x12\x2c\x0b\xd3\xac\xa0\xe7\x1d\x70\xf2\x5c\x06\x62\xb1\xf3\xac\x5c\x49\xf9\xa1\x60\x3a\xb9\x6e\x1b\x7b\x9e\xd9\x29\xa6\xc5\x0e\xaa\x79\x2e\xe3\xb2\x58\xe1\x22\x5a\xec\x20\xd1\xa7\x50\xea\x1d\x64\xf8\x5c\xc6\x31\xd2\xbf\x42\xa9\x87\x56\x64\x2e\x67\xaf\x60\x24\x84\x52\xef\x60\x9c\xe7\x32\x6e\x91\xbd\x69\xd9\xef\x1b\x7b\xa9\x80\xe9\x1d\x80\xf9\x5c\x86\x31\x32\xe5\x05\x4c\xbf\xea\xc8\x33\x2d\x15\xf4\xd6\x65\x50\x23\x03\xb3\x0c\x63\xbc\xf3\x0b\x55\xbb\xe5\x4d\x01\xe4\x46\xde\xf4\x48\x50\x35\x83\xcd\x09\xbb\x9a\xcb\x61\xe0\x69\x93\xc1\x37\xe9\x0b\x13\xfe\x67\xd0\x9c\xac\x32\x7e\xf0\x65\x0c\xda\xfb\xa1\x00\x45\xe9\x28\xc7\xeb\x64\x26\x38\x5e\x27\xa3\xb6\x85\x8a\x4a\xe7\x3b\x5e\x27\xf3\x49\xd8\x85\xeb\xfd\xa1\x00\x45\xed\xdf\x18\x96\xb9\x0c\x49\xa3\xf9\xdb\xa9\x2e\x98\x50\xdb\x00\x35\x7e\x2f\x80\xf9\xb8\xde\x67\x6e\xc4\x40\x52\x80\x3e\xa3\xb6\x95\xea\xe2\x7a\x25\x37\x62\x22\x19\x15\x55\x91\xdc\x88\x03\x49\xd8\xb5\x3b\x75\x11\x0e\xea\x7d\x26\xb4\x1a\x43\x28\x18\x7a\x89\x7e\x2d\x14\xfa\x20\x70\x6e\x0a\x77\x3e\x26\x1a\xb4\x70\xe7\x25\xf7\xa2\x6d\x77\x2c\x03\x2a\xa4\xf9\x20\x24\x76\x0a\x69\x3e\x88\xcd\x9f\x02\x9a\x17\x82\xdc\xa6\x92\x9f\x0f\xa8\x02\xe6\x66\x3f\x8d\xf4\xd1\x33\xda\x27\xc4\xce\x7c\x6b\xf6\xd3\x9b\xf4\x92\x76\x57\x42\x30\xa7\x80\xe6\x63\xbe\x92\x6b\x4d\x3d\x97\x6b\x4d\xcf\x0b\x57\x36\x53\x17\xe1\x70\x08\xeb\x9d\x4a\x74\x3e\xe6\x99\x52\x5c\xcf\x7c\xb7\x25\xf1\x77\xe1\x70\x20\xab\x9a\x42\x96\x97\xdc\x33\x04\x25\x7f\x36\x04\x1a\xb1\xe5\x45\x61\x43\xd8\xf6\x85\xb2\x59\x6c\x23\x11\x7a\x24\xf9\x42\x59\x2f\xc2\x80\x97\x58\x43\xb6\x7d\xa1\xec\x63\xc2\x80\x17\x38\x53\xa6\x50\xde\x25\x07\x80\x60\xdd\x25\x17\x68\xc1\xba\x67\x1b\x91\xec\x5e\x8f\xa4\x9a\x71\x22\x7d\x0c\x28\x40\xbb\xfd\x38\x4a\x0c\xc5\x45\xd0\xed\x92\xbb\xff\xc7\x31\x63\x23\xcf\x96\xbe\x2b\x48\x06\x81\xe4\x99\x10\x03\x1c\xb2\x1f\x7b\x53\x47\x24\x79\x53\xd9\x7d\x3f\xf6\x98\xe6\x50\xfb\x40\x7f\xc6\x50\x28\xe3\x79\x89\x19\xe9\xe3\x9c\x14\x71\x98\x0a\xf4\x5d\x41\x70\xce\x0f\x99\x79\xb1\xac\x18\xf4\x7d\xc4\xee\xf2\xb1\x2f\x27\xd7\xbc\x8f\x7d\xa0\x5c\x92\x3e\x30\xf3\x71\x49\xfd\xd8\x56\x1d\xa5\xe4\x93\x03\x9c\xff\x28\x29\x05\x00\xc1\xf9\x21\x29\x05\x9a\xf8\xc7\xb6\xeb\xd8\x13\x84\x03\xaf\x40\x55\xe7\x07\x27\x27\x0a\xbe\xc0\xde\x35\xea\xc5\xc7\xc6\x69\xc2\x43\xe7\xc7\x4e\xcd\x5c\xed\x3f\xe6\xe9\x23\x78\x6c\x7e\x70\x6a\xa2\x72\x7d\x6c\x9c\x8e\x89\xe3\x63\xe3\x74\xec\x2e\x1f\xfb\x7d\x08\xdf\x9d\x1f\xd8\x4a\x67\x5e\x96\xe7\xaf\xe6\x61\xf3\xa7\x74\xb8\xd8\x4a\x81\xef\xce\x8f\xb3\x61\xc5\xec\xf5\xb1\x9b\x27\xb6\x37\x61\xbb\x2b\x70\xd3\xf9\xb1\x97\x27\xc6\x93\x8f\xdd\x3a\xb1\x37\x7c\xec\xc5\xe4\xba\xf5\x25\xd9\x04\x9a\xe9\x37\xcc\x7d\x05\x91\x19\x91\xa7\x0e\x69\x66\xc5\x7f\xcd\x78\x10\xad\x47\x80\xeb\x7a\x9f\xff\x41\xd1\xfe\x32\x29\xf3\x17\x5b\xff\x59\x83\x5f\x3c\x33\x0c\xd5\x97\x90\xc7\xbc\x4c\xc8\x23\xd3\xfb\x8b\x6b\x86\xb9\x2f\x48\x76\x05\x8c\x3f\x4d\x9b\x7b\x74\x14\x28\xf1\xe6\x56\xa0\xa7\xf3\x8b\x6b\xe6\xce\xbb\x5d\x5f\xd2\x16\x5c\x33\x3d\x3f\x9d\x7a\x98\x72\xec\xcb\x60\x07\xf9\x7a\x7a\xf7\x9e\x4f\xed\xa9\x61\x8c\xbf\x78\x6a\x46\x2a\x48\x5b\x0f\x44\xb7\x95\x05\x29\xde\xdd\x0a\x37\xcf\xfc\x2e\x9a\x4a\x0d\xd1\x5e\x99\x78\x5f\xb3\x56\x12\xa1\x39\x85\x1a\xaf\x90\x03\xcd\x2f\xbe\x99\x99\x4f\x87\x1e\xd2\x1a\x5c\x33\x2c\xaa\x2f\xae\x99\x91\x82\xec\x79\xe5\xb6\xeb\x8c\xea\x07\x5c\x03\xf3\xbb\x68\x4e\xfe\xe3\xe6\xcc\xd4\x98\xe6\xf0\x5b\xad\x8d\x36\xd3\x58\x93\x00\x1e\xef\x53\x3b\x41\xd9\x51\x04\x65\xaf\x30\x1f\xcd\xef\xa6\x75\x74\xcc\xb6\xcb\x90\xa1\xc3\x23\xda\x53\xae\x5b\x97\x72\x4c\xa4\x80\x3a\xf6\xc5\x21\x3a\xf2\xa9\x07\x2b\xad\x73\xb0\x1a\x31\xf3\xf3\x87\x1b\x07\xa5\x40\x69\xd8\x2b\x0c\x4f\xf3\x87\x17\x27\xcf\x7c\x5b\xe8\x11\x7d\x5b\x60\xaa\x99\xe6\x77\x44\x5f\xfc\xe1\xc5\xe9\x11\xed\xf6\xb8\x53\xb0\x6b\x3c\xf2\xd4\x89\x7d\xdf\x92\xed\xb9\x79\x5f\x96\x9f\xa0\xe4\x5d\xd3\x84\xa2\x71\x38\xf1\xfa\x49\xb8\xe6\xfc\xe1\xa9\x41\x35\xfb\xe1\xa9\x61\xe9\xfc\x70\xcd\xdc\x11\x5d\x47\x14\x94\x1f\xae\x19\xfa\xf8\x67\x5b\x33\x28\xea\xf9\xc3\x19\x93\xf6\x39\x5a\x38\x30\xcd\x1f\xbe\x19\x26\xee\xcf\xbe\x99\x92\x87\x7f\xea\x46\xfe\xaa\x1d\x3d\xf6\xee\x1f\x37\x32\x96\xdd\x2f\x37\xb2\x3c\x6d\x46\x97\xf0\x53\xd3\xcb\xbd\x15\x36\x5b\xe5\xc8\x6f\xc4\xa9\x9f\xfb\xb7\x41\xe8\x67\xac\x4a\xe6\xf9\x3d\xc7\xfb\x5b\x9b\xc3\x4b\x5e\xb6\x39\x9c\xed\xd4\x44\xbf\x67\x0e\xdb\x1f\x00\x2d\xce\x0e\xe7\x71\x3f\x47\x66\x90\x08\x10\x63\x05\x30\xd1\xef\x49\x34\xf1\x34\xd1\xef\x19\xeb\xd5\x0f\x47\x0d\x87\xe8\x0f\x47\x4d\x4d\x49\xbe\x62\x72\x00\xfc\x70\xd4\x94\x94\x2c\xfb\x78\x1a\xbb\xdd\x58\xfa\x14\x37\x4d\xc9\x5f\xdd\xd8\xb7\xc2\x6e\xec\xfb\x32\x8d\xb5\xf8\x67\x86\x10\x14\x20\x41\xe7\xcf\x3b\xe3\xfa\x87\x13\xa7\xfe\x07\xdc\xe2\x9f\x3d\x3c\xb1\xb6\xfd\x0d\x7a\xa2\x21\xd2\x13\x17\xa2\xdd\x04\x1d\x49\x7e\x01\x06\xe7\x0f\x97\x4e\x49\x05\x3d\xcc\x9c\xeb\x02\xd4\xb7\xeb\x2d\xc7\x2d\xaf\x11\x9d\xfa\x91\xf9\xff\x67\x2f\x0d\x0a\x8d\xd8\x83\x13\xa4\x3e\x8d\xa1\xbf\x72\xbe\x3a\xf3\xfc\x15\x8f\xc3\x9f\x81\xbf\x41\xa8\xfd\xd9\x16\x1d\xbd\xc9\x89\xe8\xaf\xa8\x3b\x7f\xb6\x45\xbf\x7d\x68\x37\x66\xdc\x4c\x7f\x36\xbf\x45\x9b\x70\x2a\xfa\x2b\x5e\x1b\xd3\x16\x5f\x6f\x4f\xe0\xa7\x79\xbf\xfd\xf3\xcb\x94\xac\x74\xa0\x95\x53\xe9\x2f\xa7\x05\xdd\xb6\xb0\xad\xd3\x20\x9b\xa6\xa3\xa6\xfc\x61\x8c\xe3\xb8\x33\x03\xf2\x15\x75\xc2\x0c\xc8\x57\xb4\x16\x33\x20\x5f\xd1\xc9\xcc\x80\x7c\xbd\x3d\xe7\x64\xa2\xd1\x1a\xcd\x79\x7c\x45\xf9\x10\x76\xbe\xd5\xb7\x60\x37\x0f\x15\xed\x6f\x61\x60\x88\x28\xcf\x41\x0a\x52\x0a\x97\x9a\xb6\x6e\xc6\x87\xc6\xda\xad\x93\x75\x66\xca\xe3\x3b\x40\x54\x53\x1e\x07\x79\xfc\x47\x3e\x8a\x74\xa2\xd6\x4a\x00\x85\x7f\xa4\xf5\xe6\x92\xe6\x54\xf4\x41\x37\x43\x72\x8c\xc5\x7b\x39\x15\xfd\x65\x2a\xf7\x47\x3c\x5d\x87\x8a\x68\x53\xfa\x1d\xd1\xbe\x00\xef\x0b\x4b\xe0\xf8\xf3\xc6\x48\xb6\x0e\x93\xc2\xbf\xef\xda\x51\xe0\x1b\xe6\x32\xb7\xf1\x05\x3e\x74\x39\x33\xfd\x85\xa7\x60\x1d\xa4\x27\xb8\x53\xb0\x5d\x05\xbe\x70\x2f\x53\x1f\x5f\x38\x37\x96\x53\xd3\x03\x51\x5e\xce\x45\x5f\x4b\xea\xe4\x39\x3f\x52\x27\x73\x90\xb2\x1d\xad\xc3\x93\x9c\x85\xb6\x0c\x76\xbf\xd1\x47\x17\xc9\xe8\xd9\xac\x96\x93\xd1\x97\x23\x3d\x85\x51\x39\xff\x85\x44\x27\x0d\x12\x6b\x0e\x13\x75\x1d\xd8\x94\xd3\x1e\x25\x59\xe1\x68\x5f\xca\x3e\xdf\x40\xc2\x2f\x27\x9f\x77\x22\xa1\x47\x72\x2a\xf2\x74\xa2\x0d\xca\x60\x2b\x97\x51\xf3\x85\x5d\x64\x29\x17\xfd\xd9\x00\xfd\x2f\x27\xa3\x2f\xec\x9f\xeb\xc0\xa0\x7c\x47\x74\xa2\xf2\x42\x6b\x16\x8d\xa3\x27\x62\x5f\x4e\x51\x5f\x5b\x78\xf2\x5f\xec\xb3\x74\xaa\x73\x7f\x97\xd4\xca\xb4\xc8\x25\x1d\x23\x5a\x0a\x42\x06\xd6\x61\x8b\x72\xc9\x7f\x6c\x51\x2e\x69\xae\xe6\x78\xa9\xef\xd3\x5b\xa9\x02\xf2\x90\x8c\x21\x29\x77\x58\xa4\x6b\xb4\x1e\x66\x2a\xac\x05\x30\x33\xd9\x6c\x5e\xe6\xf2\xb8\x04\xa9\x3f\xcb\xfd\xef\x04\x99\xcf\xbb\x3f\x9b\x39\x53\xd2\x9f\x3f\x75\x8f\x9f\xbe\x59\x78\xff\x5f\xa7\x33\xed\x52\x79\x32\xe4\xb3\xdb\x2e\xd3\x2c\xc3\xd5\xb3\x4e\x92\xb5\xd0\x83\xa7\xed\xd2\xf5\x15\xa5\x8f\xd6\xfc\x44\x4c\xa2\x2d\x92\x22\xaf\xdf\x37\x35\xdb\xb1\x9c\x2c\x41\xe0\x13\x8f\xb2\x4e\x07\xf6\xdd\x79\xd6\x54\x01\x3e\x94\x25\xda\x7c\xf4\x8f\xd4\x65\x67\x98\x48\x32\x10\x94\x7c\x67\xe5\x72\xe6\xe1\x96\x22\x4a\xab\x94\x6c\x0b\xd0\xdb\x3a\x41\x30\x32\xcd\x05\x64\x3f\x83\xd6\x59\x42\xb2\xd7\x59\xf2\x50\x29\xe1\x99\x9c\xa6\x6e\x86\x07\x60\x19\xc8\x1e\x13\xe2\x3a\xad\x13\x11\x98\xb5\x84\x5d\xef\xe7\x2b\x69\xcd\xf6\xbc\xaa\xf8\xf6\x9e\x52\x15\x1c\xcc\xca\x12\x92\xfd\xc2\x61\xb4\x4e\x87\x34\xbf\xdf\xfd\x3c\xc1\x23\x2a\x38\x78\x50\x55\x13\xa4\x0e\x7e\xb8\x65\xde\x1c\xf4\xb1\x09\x52\x59\x72\x02\xab\x77\x98\x5d\x96\x00\xe9\x57\x1d\x79\x26\xa3\xe5\x4c\x99\x8a\xdc\x1d\x8c\x86\x99\x4d\x27\x55\x33\xaf\xf7\x60\xaa\x38\x50\xd9\x8a\xf3\xba\xcc\x73\x6a\x65\x65\x5d\xce\x46\xe0\x4b\xe5\x32\x00\x3d\x84\x0d\xeb\x72\xba\x38\xec\x17\x4b\x08\xf4\x6b\xd2\xa7\xa2\x7b\x1e\x20\xa7\xd6\x65\x2b\x1e\xf3\xe6\xb2\x15\x6f\xe4\x3b\xc5\x24\xf6\xfc\x51\xa1\x8d\x33\x92\x5d\x7f\x8d\x0a\x18\x60\x98\x21\xbe\xcc\x1d\xd5\x29\xc7\x41\xa7\x77\x24\x59\x26\xe9\x9b\xcb\x61\xa6\x3d\xdf\xc9\x16\x79\xe7\x99\x0c\xaa\xf4\x86\xd3\xda\x03\xd3\x5a\x97\x3d\x28\x23\xdf\xc9\xa0\x6a\x8d\x7c\x5d\x0e\x33\x4d\xdf\x38\xcc\x14\x45\x7a\x19\x95\x3e\x61\x59\x5f\x97\xe3\x4c\xef\x48\xb2\xb6\xa6\x8f\x35\x8b\xef\xb7\x3b\xcc\x87\xca\x80\x3b\x3d\xbe\x73\x74\x3f\x92\xac\xc4\x0c\xff\x65\x5a\xd3\x0c\x9c\x43\x4b\x3b\xff\x77\x30\x69\xcf\x9b\x36\xa2\x52\x71\xb3\x9a\x8e\x48\xc6\x67\x33\x6f\x9c\x0d\x1f\x5d\x63\x09\x40\x3e\xb2\x41\x0a\x31\x3e\x80\xca\x2d\xd1\x3f\x0f\x80\x59\x4b\xf0\xf1\x01\x03\xfc\x12\x7c\x7c\x00\xb1\x5b\x42\x8f\x8f\x2c\x53\xa1\xc5\x07\x20\xad\x25\xb4\xf8\x00\x73\xb6\x04\x16\x1f\x80\xfc\x96\x33\xe1\x37\x8c\x0d\x4b\x60\xf1\x01\xe3\xea\x72\xe6\xfb\x9a\x9d\xdd\xb0\xee\xfb\x78\xdf\x55\x05\x58\xfd\xc5\x96\xbe\x9a\x2f\x65\xe9\x9b\x91\x64\xe9\xfb\x0f\x91\x9e\xcb\xa0\xee\x8a\x5f\x77\x15\xc7\x0a\xb1\x6f\x09\xc5\x5d\xb8\xef\x2c\xc1\xb6\x0b\x97\x94\x25\x6e\xe8\x92\x73\xbe\xd8\xfc\x6c\xdb\xc6\x2a\x98\x9f\x53\x8a\xec\x95\x25\x92\x37\xca\x8e\x24\x4b\xea\x8c\xe4\x56\xe4\x0f\x72\xe7\x95\xd4\x4c\x71\x33\x1c\x1b\xc5\xb1\x40\xb6\x02\xac\x62\xe7\x5e\x41\x72\xf4\x0f\x27\x81\xf3\xdf\xb7\xe8\x27\xc5\x06\x90\x28\x67\x4a\x80\x5f\xaf\xb4\xde\x26\x8e\xeb\x2d\xc8\xf6\xb2\x92\x77\x6d\x2f\xe3\xb8\x14\xcc\xbb\x62\xe1\x5f\xa0\xbc\xa3\x65\x08\xc8\x5d\x71\x5a\xae\x62\x7b\x1e\x2b\xde\xd9\xee\x1b\x31\x8f\x0b\x54\x77\x14\x12\x50\xdd\xdc\x12\x56\x71\x08\x03\x3a\x9e\x40\xdd\x15\x4f\xc5\x02\xd3\xcd\xa5\x60\x81\xe9\x8e\x76\x02\xa6\x3b\xaa\x8c\x30\xdd\x15\xd7\xc5\x02\xd2\xcd\x35\x78\x15\xf3\xef\x10\x8b\xbd\x8c\xe9\x0e\x6f\xcd\x12\x33\xf4\x88\x9a\x50\xcd\x7d\x8a\xae\x68\x08\xf7\x01\xcc\x6b\x55\x9b\xfe\xc0\xd9\x2d\x61\xb8\x2b\x9c\x1b\x0b\xd0\x36\x20\xcf\x25\xd0\x76\x85\x82\x63\x81\xd9\x06\xb4\xb6\xc0\x6c\x83\x30\x5c\x80\xb4\x41\x27\x2e\xa1\xb2\x2b\xec\x0b\xab\xda\xf4\x07\x38\x71\x99\x1a\xfa\x00\x6a\xb6\x84\xbc\xae\x37\x03\x0e\xf0\x1a\xd0\xda\x32\x98\x1a\xe7\xd6\x32\x5c\xfa\x24\x14\x77\x19\x2e\x7d\x12\xb9\xba\x2a\x67\x31\x5f\x82\x0e\x65\x57\xaf\x58\x28\x58\x81\x95\xb0\xb2\xf7\xd3\xa6\x4f\xe9\x4f\xc0\xa1\x6c\xb3\x15\x70\xe8\x48\xc1\xb6\xfa\xb0\x96\xaa\xb1\xa2\x25\xef\x8a\x49\x91\xd5\x53\x81\x8a\x66\xd8\xc8\x0d\xc3\xb6\x57\x61\x33\xe5\x14\xa8\x60\x45\x39\x3e\xaa\x13\x11\x95\x3c\xf4\xad\xbc\x45\xf4\x35\x9c\x19\xab\x4c\xf4\x2d\xeb\xa0\x62\x8f\x60\xe6\x0b\x49\xdd\xae\xb4\xcd\x16\x87\x92\x2a\xf8\xde\xdd\xf2\x50\x84\xa4\xa9\x3d\x06\x07\xa6\x24\x50\x69\x22\x98\x57\xc3\xa6\xc0\xdd\x40\x50\xe9\x33\x24\x9a\xab\x19\x18\x4a\xed\x8d\x8d\xbe\x32\xf3\x8d\x8d\xee\xd8\xb3\x56\xf3\x3d\xe9\x7f\x2f\xfb\x22\x7a\xe5\xa9\x2f\xda\x25\xff\xb1\xd6\xde\x52\x94\x6f\xd6\x2c\x22\x23\x9e\x4f\x02\x86\x57\xc3\x38\xc0\x2a\x32\xe2\xb9\x65\x9d\x0b\xe2\xdc\x08\x18\x5d\x0d\x9c\xda\x9d\x77\x7d\x97\x43\x7d\x68\xe0\xd4\x38\xcd\x1b\xc0\xb4\xf7\x5b\x03\xbb\xfa\x3f\x13\xf0\x3c\xef\xea\xa6\xfa\x96\xfb\xa7\x7b\x1e\xf5\x95\x61\xe0\xad\x02\x98\xb5\xf7\x21\xf7\x54\xba\x69\x71\x09\xcc\xd3\x2a\x70\x13\x63\x05\x39\x1f\xfa\xb5\xd1\xce\x17\x26\xa9\xd5\x72\x6b\xca\xa7\x82\x19\xa1\x36\x35\x2e\x4d\xa9\xa0\xec\x00\x3d\xed\x5e\x5c\x08\x53\x43\xe3\x6e\xd2\x0d\xcb\xac\xaa\x9e\x4c\xc6\x3e\x97\xcc\x4a\x11\x44\x37\xec\x48\xab\x71\x47\xca\x5f\x64\x16\x08\xeb\xf6\x32\x12\x3a\x34\xdf\xcb\x48\xe8\xf6\x56\xdf\x38\x1b\x20\x84\xab\x71\x11\xaa\x79\xfa\x13\xe0\x25\x9f\xca\xb0\xcd\x29\x78\x13\xea\xc8\xc2\xbe\xcd\xe2\xd4\xf2\x50\x6a\x0f\xcb\x5a\x40\xe7\x82\x15\x63\x39\x21\x3d\xc1\x16\x4b\xc0\xe6\x56\xd1\xb3\x4c\x18\x5d\x53\xf7\x1b\x23\x40\xcf\x3f\x30\x76\xa6\x58\x71\x9c\x1d\x33\x2f\x1b\xd3\x35\x90\xe4\xd7\xa7\xaf\x85\x4d\x7e\xb6\xa8\x1b\x51\x17\x1f\x46\xe9\x76\x62\x41\x8c\x53\xeb\xf6\x3d\x88\x35\x22\x6c\x72\xc1\xbe\xb4\x6e\x1f\xf6\x25\xa5\x4a\x67\x2a\xf9\x6e\xab\x5d\xf9\x4e\x07\x3a\x43\x44\x46\xfa\x6c\x1c\x50\x49\x13\x71\xb7\xa0\x92\x26\x86\x73\x91\x84\x3e\x5b\x07\x5c\xd2\x80\xb0\x17\x5c\xd2\x23\x35\xb2\xc3\x6f\xa4\x73\x31\x0f\xdf\x11\xef\x67\xe3\x63\x38\x0d\x3d\xae\x25\xdd\x89\xed\xb8\xe7\x3f\xde\x7c\xa9\x93\xe6\xea\xff\xaa\x64\xf3\xe9\x9d\x3a\x78\x37\xbb\x53\x90\xcd\xa7\xf9\x29\x46\x2b\xda\x4a\x12\xd5\x1e\xd1\x5b\x03\x1a\xf1\x4d\x8e\x1b\x16\xd7\x0d\x64\x92\xbf\x6e\xeb\xe4\xef\xbb\x02\xb1\xa5\xf6\xbe\x78\xbf\x5d\xea\x8b\x77\x36\x3e\x93\x3c\x03\x3b\x58\x06\x10\x07\x2c\xb2\x7a\x12\x73\xfa\x53\x10\xb8\x9c\x15\x4a\xd5\xde\x41\x7f\xae\x6e\xc2\x3b\x76\xb9\xee\x6b\xc8\x8c\x24\xb0\x16\xa7\x60\xf7\x55\x83\xf3\x48\x68\xdb\x89\x23\x67\x75\xc3\x09\x4a\xbe\xfb\xd3\x33\xbe\x53\x34\x37\x81\x60\x4b\xd8\xda\x49\xbc\xd9\x12\xb4\x76\xe2\x7b\x59\xdd\xc1\xdc\x35\x6f\x56\x3d\xa3\xcc\xe5\x45\xc5\xdf\x95\x09\x10\x4f\xd1\xea\x19\xf6\x14\x63\x2f\x6a\xcd\xff\x9d\xd7\x87\x39\xd2\x51\x0b\xd9\x10\x8c\xba\x3d\xc0\xcc\x2f\xa3\x6e\x0f\xe2\x03\x16\xd9\xd4\xc1\xe2\xaf\xce\xa9\x3b\x23\x56\xcd\x83\xfe\xef\x8d\xbc\x67\x92\xf0\x1b\x4f\x12\x4c\xbe\x4b\x28\xdb\x46\x66\x9a\xe5\xf4\xe9\xe5\xe8\x79\x68\x7a\xd4\x92\x4f\x3f\xda\x1a\x23\xd9\x10\xf5\xbe\xfb\xe7\xed\xcd\x22\x40\x5a\xf6\x0f\x21\x65\x3b\xbe\xfd\x35\xcc\x20\xc7\xfe\x21\x22\xe5\x0b\x8c\xe7\x1a\x86\x76\x51\x9f\x61\x30\x17\xa7\x85\xb2\xa3\x5f\x95\x2e\x10\xf4\xf5\x22\x8f\xc1\x82\x39\x19\x3d\x49\xc0\xd7\x8b\xec\x04\x6b\x18\x31\xc8\xee\x25\x18\xec\x45\xc6\x83\x35\x9c\x76\x6d\xe6\xd9\xad\x67\xd4\x53\x34\x74\x70\xfe\xaf\xe1\xb4\x6b\x33\x65\xea\xda\x38\x52\xca\xc7\xf1\xd0\x54\x74\xfa\xda\x9e\xca\xf8\xda\x9e\x5f\x68\xf3\x44\x69\x37\x35\xf2\xe4\x9e\x3a\x9c\xd3\x83\xe5\x2c\x04\xeb\x35\x19\xb7\xe1\x1b\x6d\x1a\xaf\x99\xd5\x4b\xfe\x2f\x18\xd6\x64\xf9\x2a\xe5\xf9\xd9\x60\xa3\x5f\xc3\x77\xda\x74\xe2\x72\xdd\xe8\x60\x83\xb2\xd2\x6d\x06\x65\x61\x34\x10\x4f\x72\xa9\x57\x9e\x69\xb3\xe6\x8e\x30\x08\x7b\x4b\xa3\x7c\xa7\x2d\x29\x74\xe9\x55\xaa\x2a\x58\x4b\x4e\x21\xa1\x4d\x4b\x3d\xf3\xa6\xb5\xa4\x3b\xaf\x0a\xf3\x72\xe7\x55\xad\x65\x36\xe3\xe9\x1b\x2e\x6b\x47\x69\xca\x4b\x45\x71\x57\xb2\xf1\x52\xaf\xbc\xa9\xa3\x83\x69\x3a\x73\xb0\x0d\x44\xdd\xb7\xd1\x46\x04\x42\x1d\xb0\x86\x2d\x61\x50\x13\xd4\xb5\x84\x41\x1d\x51\x91\xc5\x93\x9c\x60\x81\x35\x8d\xae\xe2\x6e\x35\x8d\xae\xc2\xd6\x23\x7c\xea\x80\x29\x6b\x4d\xa3\xab\xae\x7c\xd7\xd4\x7a\xca\xf4\xf9\x77\xe5\x3b\xf5\x21\x7b\x05\x88\x54\x2e\xf4\xc6\xa0\x56\xac\x04\x4a\x1b\x5e\x72\x08\x4c\x6f\x6b\x0c\xb6\x20\xa8\x25\x3a\xf5\xf4\xb6\xc6\xda\x9a\xa6\xa1\x48\x6b\xb5\x75\xdd\x57\x8f\xa8\xdb\xf5\x9d\x42\x75\xbb\x4e\x73\xcd\x43\x91\x1e\x35\x0f\x05\xe7\xd5\x34\x0f\x05\x9a\xac\x38\x92\x4b\x94\x6d\xa1\x4d\x4b\xb6\x9a\x69\xd6\x17\xd4\x74\x01\x4a\x67\xae\x74\x62\x45\x9e\xb1\x6c\x8a\x15\x79\x02\x53\x58\x02\x9b\x4e\x90\x13\x6b\x1a\x41\xc5\x79\x28\xb0\xe9\xbc\xd3\x4d\x46\x50\x71\x74\x4e\x73\xb9\xb4\x48\x26\xf4\x9a\xf9\xd0\x93\xcb\x1f\x2a\xd7\xf7\xcc\x3d\x50\xa9\xbe\x27\xcc\x89\x6b\x89\xbd\x25\x66\xd6\x25\xb0\x15\x00\x90\xb5\x4c\x10\xcf\x55\x43\x90\xd5\x09\x44\x62\x2d\x83\xad\xda\xbf\x09\xc2\x97\xc9\x93\x0f\x70\x47\x4b\x10\xd6\xb0\xf7\x2d\x41\x58\x2b\xf0\xc7\xb5\x0c\x5e\x01\xd3\xb3\x96\xd9\x66\x73\xd3\x5c\x0e\x9e\xef\x91\x8c\xae\x61\x2a\x2e\x07\xcf\xdf\xf9\x92\x9b\x25\xed\xf2\xed\x96\xfb\xc9\xf2\xed\x36\xe6\xcb\x65\x30\x16\xdb\xb7\xe9\x95\x0f\xd0\x40\x6b\xf9\xea\xdb\x23\x59\xaf\x18\x29\x48\x94\x13\x8c\x96\xc0\xaa\x25\xb7\x38\x61\x55\x6b\xd6\xbe\xd0\xa9\x15\xf8\xe2\x12\x3a\x35\x04\xc7\x6b\x19\x6a\xc5\x4c\x15\x6d\x72\x82\xf1\xd7\x72\x36\x03\xf6\xda\x65\x3b\x4c\xcf\x33\xf1\xc7\xc3\x03\xb5\x04\x56\xad\x90\x24\xae\x95\xd3\x38\x75\xfb\x18\x7f\x16\x11\xe3\x3e\x25\x29\x63\x34\xf4\xa0\x4b\x70\xd5\x0a\xb9\xe5\x5a\xce\xb6\x5b\x38\x27\x96\xa1\x24\x35\x92\x34\x82\x91\xa9\x25\xc3\x0b\xd4\x93\xcb\x19\xd0\x0f\xbc\xd4\x6b\xd9\xf0\x02\x22\x6f\x89\xf6\xb8\xc2\x5e\xba\x4c\x7b\x7c\x8c\xf7\xa7\x36\x64\x5c\xa9\x91\x62\xe9\x51\xd8\xb6\x5d\x23\x80\x07\xd7\x36\xcc\x04\xf5\x6d\x1b\x64\x05\x36\x61\x09\x98\x5a\xa1\xaa\x5c\x1b\x33\xcc\x2b\xda\xca\x71\x46\xb4\x19\x26\xc5\x0a\x40\x00\xc6\x74\x09\x9b\x5a\x61\xc0\x5c\xc2\xa6\xd6\xfb\xfd\x89\x73\xf9\xd4\x94\x23\xcf\x45\x89\xf4\xe7\x9f\x50\x2c\x56\x18\xd6\xb4\x28\x93\x2b\x54\xac\x6b\x9b\x72\x1e\x6c\xfe\x12\x5a\xb5\xc2\x55\xba\xb6\x19\x1f\xc0\x37\x2e\x13\x23\x1f\x00\x36\xd6\xf6\xb4\x8d\x6b\x65\xdb\x6d\x0e\x6e\x6a\x6d\xbb\x56\x6a\x7e\xfa\x91\x6e\x9f\x67\x5f\x37\x34\x0f\x7f\x16\xf3\xd7\x3f\x8b\x74\x2f\xb1\xc0\xcc\xb9\xed\xe0\xc6\xb8\x77\x76\xac\x3d\x7c\x6b\x00\x4a\x5c\x48\x9b\x2b\x05\x8d\xd3\xcc\xce\x39\xb6\x1d\x11\x40\x04\xe0\x12\x8e\xf5\x6c\x99\x0e\xdb\xf6\x9c\x1a\x49\x18\x9e\x16\x49\xf0\x98\x9a\x5f\xba\xba\xec\x7c\xdb\xc6\x1d\x80\xb4\x4b\xac\xc8\x15\x3e\xca\xb5\xc9\xdb\xc1\x1e\xb1\x9d\xa9\xa6\xe5\xa1\x2a\xcb\xd9\x22\xd0\x6b\x25\xd6\x62\x6d\x23\xa6\x4a\xa4\xa9\xd1\x4f\xcf\x2b\xa7\xc7\x4c\x57\x3b\x04\x38\x37\x58\x51\x1f\x57\x00\xdd\x4b\x20\xd8\x9a\xd3\xda\x54\xc7\x27\x0e\xfc\x25\x4c\x6c\x85\xc8\x73\x7d\x6c\xc9\x61\xc8\x3e\xe0\x3f\x7a\x5e\x35\x12\x86\x5d\xe9\x63\xb8\x14\xec\x6d\xeb\x43\x8c\x2f\x3a\xd1\xc7\x41\xbd\xf4\xa5\x49\x8c\xcf\xf1\x5f\x6c\x26\x42\xc6\x3e\xfb\x4d\x7e\xe3\x9b\x1d\xfa\x94\xb0\xb1\x2d\x17\xd3\x8f\x91\x55\xd0\xee\xad\x8f\xe2\x18\xb3\xad\x1b\x38\x7b\x42\x4f\xb8\x3e\x98\x8b\xd8\xe4\x3e\x86\x5d\x11\xf4\xb5\x3e\x93\x49\x44\x85\x27\x4d\xa7\x27\x08\x00\x66\xd7\x13\xb5\x72\xc2\x05\xd6\x87\xf8\x5f\xf6\x59\xc1\x6c\x5b\xee\x27\x1f\xc2\x7f\x47\xca\x95\x45\xae\xe6\xa7\xb6\xc8\x8d\xbc\x2b\x8b\x5c\xc6\x02\x58\xc9\x9d\xd6\x18\x16\x80\xc9\x42\x10\xdc\x96\xe3\xe3\x43\xb8\x2f\xfb\xee\x07\x1c\x09\x4b\xfa\x03\x8e\x84\x79\xf5\x01\x47\x92\x6e\x02\x47\xc2\xfc\xf8\x80\x23\x29\x79\x3a\x74\x47\x4a\x49\x86\x91\xb0\x45\x8a\x71\xb9\x45\x2f\xfb\x18\x45\xc2\x26\x6d\x40\xee\x1d\x47\x97\x01\xb9\x57\x8c\x54\x1f\xc7\x3f\xbe\xf3\xc3\xf1\x8f\x6f\x8f\x3a\xfe\xf1\x9d\x87\xc0\x4a\x32\xe8\x9b\xfa\x53\x94\xaf\x66\xf1\x29\x7c\x88\x00\x66\xa5\x7e\x08\xf9\xcd\xa7\xae\x3f\xeb\x4d\x88\xdc\x47\x4c\x2d\x6c\x7d\x4c\xa7\x3a\xe6\x31\x16\xc4\x0f\x11\xc1\x19\x9e\xcd\x78\xf8\xe9\x17\xd8\x09\xcd\x15\x44\xb7\x41\x81\xb6\xbe\xa0\x4e\xb8\x3c\x7d\x49\xe0\xc8\xc4\x14\xaf\xf2\x73\x5f\x6c\x88\xb6\x54\x4e\x24\x9a\x93\x92\x30\x38\xe5\xa9\x30\x34\xef\x97\x06\x9d\x8c\x94\x6b\xd0\xc9\xc8\xd3\x8f\xad\x51\x29\xe9\xeb\xfa\xbb\x8f\x0d\xe0\xbd\x00\xdc\xaf\x2f\x31\xc0\xf8\xf0\x0c\xe0\xbd\x00\xa8\xaf\xaf\x4d\xad\x20\xf7\x97\x11\xbc\x17\xf0\xfc\xf5\x25\xcb\xd3\x48\xc9\xbe\x3a\xb3\x02\xbe\x98\x5e\x59\xde\x5f\x27\x7d\xea\xf9\x54\xed\x49\x03\x14\x12\x19\xc3\x8c\x20\xbb\x2d\x46\x59\x23\x76\xaf\x68\xe5\x46\xec\xb6\x78\x3e\xbe\x06\xaf\x70\x22\x08\xb0\xfb\xbc\xcb\xa7\xce\x7c\x92\x83\xfd\x8b\x6d\x15\x95\xda\x88\xdd\x2b\xea\xa8\x10\xbb\x8d\x94\x3c\xcb\x88\xdd\x2b\x8a\xfa\xd7\x20\xab\xe8\x62\x86\xec\x36\x40\x87\xcb\x90\xdd\x2b\xba\xb3\x20\xbb\x8d\x04\x13\xeb\x6b\x53\xeb\x91\x57\xdd\x1a\x6e\x1c\x42\xe8\x36\xf2\x64\x2c\x01\x74\x5b\x4f\xd3\x64\xb4\xe8\x19\x72\x45\xfb\xf6\x74\x91\x11\x25\x47\x7a\xd3\x11\x8c\x47\xba\x0c\xf3\x14\xed\x8c\x79\x8a\x76\x62\x9e\x62\x41\xfe\x64\x9e\x0a\xca\xc8\x88\xdb\x06\x6b\xd2\x12\xe2\xf6\x79\xf7\x40\x2c\x72\x9a\x5f\xff\x41\x49\x37\x20\xb7\x64\x29\x1b\x90\x5b\x32\xbb\x0d\xc8\x2d\x59\xd9\x46\xe0\x86\x38\x75\x89\x65\xba\xc1\x60\xbb\x0c\xc0\x0d\xaf\xe9\x32\x00\x37\x39\x97\x96\x98\xa5\xcf\x10\xc7\x2e\x23\x70\x27\xb9\x94\xd6\x0f\x85\x9f\x23\x59\x80\xdc\x16\x33\xa9\xf0\xb8\x2d\xe6\x55\xe1\x6f\x5b\x0c\xaa\x02\xd8\xb6\xd8\x65\x8d\xaf\xad\x44\x3c\x2e\xe1\x6b\x5b\x2e\xfe\x3f\xc7\xe8\xc6\x8a\xf6\x73\x8c\x6e\x74\x39\x31\x41\x9f\x09\x63\x5b\x3f\xd2\x19\xb1\xd7\x1b\x16\xd8\xc1\x50\x6d\xe3\x86\x30\x56\xef\xc3\x31\x58\xae\xfb\x16\x4e\x28\x6a\xf3\x16\x4e\x68\xc2\x09\xbf\x0d\x13\x3a\xd8\xd9\xf7\x81\xb6\xeb\x4e\xd8\x87\x93\xce\xf1\x50\xd0\x9f\x40\x2d\xb6\xa1\x3f\x17\x9e\xce\x7d\x02\x93\xa3\x06\xa7\x47\x0d\x7b\xdd\x3e\xed\xf0\xf1\xbe\xb2\x4f\x07\x19\x8e\x14\x3b\x64\xfd\x69\x48\x8a\xbc\xf2\x4e\xb0\x05\x21\x9a\xb8\x1c\xb7\xd9\x36\xf1\x0c\xee\xd3\x61\x0a\x35\x6f\xa2\xb6\xa7\x3a\x3f\x3d\xcc\xab\xd6\x01\x06\xa2\xb9\x0c\x2e\x6a\x63\xbb\x7a\x39\xa8\xb9\x58\x3e\xe6\xa0\xe2\xde\xa8\x26\x3f\x99\x4e\xba\x42\x0f\x38\xe8\xd0\xbb\xd4\x16\x84\xe8\x9a\xef\x2f\x6c\xc6\xe0\x17\xcb\x56\x14\x1a\x8c\xe9\x80\x3f\xd8\x06\x7a\x45\xd2\xfd\xfc\xa2\x15\xb6\x81\xe6\x7f\xbe\x56\xf5\x3c\x93\x26\xda\xf2\x9d\x3b\x83\x8e\x42\x2f\xcd\x77\xb4\x1e\x11\x18\xf4\xe0\x5d\x1b\x3c\x47\x1a\x0c\x0c\x7a\xf0\x17\xc3\xa0\x1b\x6d\xe4\x58\xcd\x4f\xb1\x78\xa6\x77\x30\x8b\x67\x94\x95\x55\x89\xc5\xb7\x8d\x0c\x82\xfe\x72\x8b\x9c\xf2\x6a\x47\x7e\xa2\xc0\xd2\x4c\x1d\xa1\x31\x8a\x77\xb6\x7d\xd9\x1c\xe5\x0d\x72\x5f\xf6\x6c\xb7\x3c\x7b\x3a\xb2\xfa\xde\xb1\xcd\x45\xc9\x05\x6b\x5f\xa6\x6d\xbd\x23\x09\x7c\xc1\x62\xb9\x7c\xef\xef\x91\x74\xef\x67\xa6\x5e\x5c\x92\x0a\xa2\xf9\x61\xb0\x01\x6d\x21\x7a\x2a\x90\xbb\x6d\xee\xc9\x13\xd6\xf1\x7d\xa1\x10\x8e\x3c\xf5\xb1\x7c\xe7\xa9\xd1\xb6\xef\xb7\x76\x72\x32\x46\x64\x83\x87\x25\x6c\x5f\xd9\x36\x1a\xa2\x63\xb8\xd3\x27\x3e\xd8\xde\x77\x95\x5e\xe6\x2d\xc8\x78\x95\x34\x47\x74\xf2\x47\x7e\xaa\xbc\xdb\x90\x23\xec\xcb\xe9\x36\x18\x2e\x65\x80\x1f\xd0\x95\xee\xcb\x94\xf1\x69\x99\x12\x6c\xcc\xf1\x6f\x7c\xca\xbe\x9c\xd9\x98\xc9\x75\xd9\x5e\x9a\x1e\x31\x04\x68\xa4\x6a\x1f\x49\xf4\xac\x75\xc1\x92\x01\x13\xff\x76\xf5\x56\xb8\xc5\x30\x39\x32\xd7\x05\x08\x2a\x28\xf4\xfb\x52\x6a\xd9\x5a\x68\x93\x6d\xa9\x85\xce\x10\xe3\xf6\x3b\x5c\xb6\xac\x56\xda\x24\x26\x55\x28\xa0\xb7\xa0\x43\x85\xdc\xe1\x1b\xe8\x50\xba\xd4\xd0\xa1\x46\x93\x6c\x66\x65\x9f\xb9\x6c\x66\x2d\xf9\x4e\xa1\x8c\x25\x35\x93\x61\xb3\xe5\x4d\xb5\xc8\xe7\xd6\x16\x8e\xa8\x54\x66\x59\xb1\x95\x95\x5d\xb7\x98\x71\x95\x75\x5e\xe4\x78\xe4\x4a\xb2\xc5\x31\x59\x50\xe2\x77\xb1\x59\xac\xa7\x14\x4d\x72\xab\x8c\xdb\x98\x22\xae\x86\xdb\x4c\x91\x37\x59\x80\x36\xd4\x90\x68\xb5\x1b\xba\x47\x6b\x8c\xdb\x74\x8f\x03\x10\xf6\x2e\x66\xc2\xe3\x6a\xb0\xcd\xfe\x58\xb9\x1c\x6e\xd8\x1f\xd1\x80\x77\xe1\xf2\x4f\x27\x9b\x0c\xf2\x00\xf5\xb4\x0b\xd3\xfa\xa4\xc2\xba\xfd\xdf\xef\xa7\xde\xc1\x6b\xea\xe4\x1d\x3c\xaf\xb2\x2c\xa9\xa2\xe3\xab\x2a\x5d\x64\x22\xbc\x16\x49\x86\x96\x9a\x37\x6d\x68\x61\x46\x14\x47\x57\xd5\x48\x36\x64\x70\x4c\x14\x7b\x95\x46\xc6\xc8\xba\x5a\xf6\x09\x11\x4c\x56\x42\xdc\xb7\xa1\x47\x37\xd0\xbb\x6d\xac\xd1\xc9\x25\x68\x17\x6e\xfb\x17\xdd\xe0\x3d\x96\x2b\xc6\x36\x89\xe4\xbb\xc5\x99\x44\xf2\xe4\x8e\xb4\x0d\x3e\xc2\xed\xb7\x0d\x3e\x3a\xdf\x2e\x73\xa2\xaf\xc2\xc6\x50\x8c\xe5\x48\x0f\x12\x5a\x32\x53\x90\xee\xd7\x2d\x92\xae\x95\xa9\xbe\x5c\x4c\xef\xf8\x1b\xe7\x91\x11\xe6\x16\x63\xc3\xdf\x36\xb8\xe8\xc2\x62\xb8\x2b\xe7\xbe\x4d\x8d\x1b\xc2\x48\xdc\x0e\xdb\x84\x91\x17\x36\xd5\x2d\xb4\x51\xc3\x7e\xbf\xc5\x09\xd9\xb8\xff\xec\x0a\x1c\xde\x06\x9c\x2d\x74\x51\xe3\xbe\xb0\x8d\x2e\xea\x44\x07\x6e\xa3\x8b\xee\x0c\x85\x18\x21\x1b\x69\xe8\xb6\x18\x20\x1b\x89\xe7\xb6\x09\x20\xcb\x91\x57\x9d\x15\x24\x5d\x6f\x06\xc8\x8a\x2f\x7c\x8b\x01\xb2\xf5\xf7\x5d\x03\xd1\xf3\xd3\x89\xe6\x99\x77\xcd\x12\x8f\x6a\x62\x96\xc7\xe4\x39\xd8\x4a\x3d\xdf\x80\xe7\x6c\xb3\x3c\xbe\xbb\xa9\x59\x1e\x43\x88\xb0\x4d\x45\x87\x33\x68\x0b\x8c\x71\x4d\xb6\xe1\xc6\xc6\x7b\x22\x29\x1e\x74\xe4\xd9\xc7\x13\x25\xa2\xac\x7b\xec\x8a\x30\xcd\xa5\xaf\x1b\x87\x7e\x8a\xf5\xed\x79\xfe\x3b\xa6\x73\x37\xa7\xe8\x62\x7b\x15\x30\xe3\x02\xf1\xbf\x9b\x73\xc8\x32\x37\x05\xcb\xe8\xd0\xe9\x6c\xa1\x32\x2e\x72\x83\x6f\xd1\xd3\xf5\x3b\x6d\xd4\x86\x5a\x18\x30\x93\xd3\x55\x1c\xb2\xbb\xa1\x9f\xde\x48\x3e\xfe\xfd\xe1\xed\xe3\x9f\xdf\xdf\xde\x27\x6b\x9e\x19\x7c\xce\xd6\x2f\xee\xb9\x91\x75\x23\x84\x46\xa9\x8c\xdd\x6d\x28\x26\xb3\x52\xa0\x8b\x52\x6b\xbe\xf3\x46\x79\x23\x7d\x25\x79\x0a\x88\x1e\x6e\x62\xad\xdc\x42\x60\x4c\xec\xbb\xfb\x16\x15\x7b\xf4\xcf\xdb\x31\xa9\x6c\x07\x37\x76\xfd\x96\x57\x05\x03\x1c\x79\xd5\xe6\x67\x36\xa1\xdb\x71\xa6\xf8\xc4\xb7\x80\x14\x15\x06\x8e\x6d\x0a\xb7\x63\xa4\xc9\x86\x55\xe0\x21\xda\xb7\x39\x3f\x39\xdf\x8c\x9b\x38\x71\xcf\x6d\xa7\xe4\x7e\x15\x30\x38\xdb\x70\x33\x6e\x38\xdb\xd8\x33\x0d\xa3\xa8\x99\x59\xce\xc9\x7d\x01\x2b\xdd\xce\xc9\x7d\x01\x0b\xd9\x37\x2c\x56\x33\x55\xfc\xfa\x29\x1d\x6f\x2b\xce\xc8\x90\x39\x6e\x82\xec\xb1\xdb\x39\xb9\x0b\x4e\xf2\x0d\xc9\xdb\x8c\xe4\xd9\x45\x25\x94\x00\xee\x9e\xd4\x90\xb9\xc6\x3f\x9d\x3b\xeb\xfd\x4e\xb3\xeb\xcc\x2f\xa4\x73\x30\x2b\x85\xbf\x18\xf0\xf5\x6f\x01\x2e\xae\x89\x02\x24\xbc\xc5\x20\x5d\xf8\x36\x61\x5b\x8f\x46\x26\xbc\xc5\x80\x6c\x78\x8b\xaf\x6d\x14\x5b\x97\xb7\xe9\xda\xde\x29\x2b\x7e\xb6\x81\x57\x78\x77\x3b\x49\xd9\x5a\xc5\xce\x36\x40\xa4\xef\x6e\x97\x69\x4f\xa1\x52\x25\x6a\x7e\x28\x55\xa2\xa5\x36\xf2\x91\xda\x1b\xb5\x45\xcd\x56\x60\x06\xdb\xdd\x3e\x52\x54\xa5\xce\x1c\x8d\xa4\x25\x82\xc2\xde\xcd\x40\xc1\xd6\xdd\x0d\x12\x7a\x5b\x68\x90\x50\xcf\xab\x02\x56\x73\x2b\xe9\x06\x09\xa1\x67\x74\x83\x84\xee\x48\x5a\x4c\x9d\x8a\x4e\x2f\xa6\xfc\x5e\x4d\xe2\x24\xe9\x26\xa4\xb8\xf3\x3f\x69\x47\x35\x7f\x10\x06\x98\xbd\x16\x04\x09\xd3\xbc\x1b\x11\xcc\xd6\x0a\x82\x24\x65\x2e\xb9\x09\xd3\x4d\xa2\xa7\xc8\x5d\xa6\xdb\xf1\x8a\x4a\x29\xcc\xc8\xbc\x33\x10\xf6\xbb\x32\x0f\x85\x18\x99\x77\xba\x69\x49\x73\x62\xf1\x0a\x3e\x32\x73\xd0\x0b\x3d\x32\xa3\x6a\x88\xa3\x6d\x46\x7f\x10\x45\x5b\xc1\x36\xbb\x85\x24\x99\xb9\x73\x0a\x48\x32\xa3\xbf\x88\x9f\x6d\x46\xd5\x51\x62\xee\x82\x5d\x79\x77\x7b\x68\x59\x8a\x82\x86\x94\x31\xfe\x6d\x29\xd9\xdd\x9c\xe7\x69\x3c\x57\x79\x36\xc0\x0e\x62\x38\x33\x6f\xa3\xf1\xb9\xe6\x86\x8d\x1c\x38\x29\xb7\xf9\xd7\xee\x1c\xf9\x03\xba\x80\x96\xa7\xa6\x0b\x60\x61\x9a\x8e\xed\xc0\x69\xb8\x4d\xc7\x76\xe0\x38\xdd\x03\x32\x01\xe6\xdc\x30\xd5\x79\xd4\x05\x13\xb2\x1d\xd9\x77\x86\x79\xa0\xff\xf7\x5f\x37\x81\x0d\x4d\x38\x94\xb3\x65\xf1\x08\x88\x52\xef\x14\x6c\x48\x71\xbe\xc4\x99\x95\x1a\xdb\x23\x3b\x52\x63\xbc\x59\xef\xa7\xc6\x9b\xbd\xdf\x5a\x45\x6c\x79\x6a\x5f\x5c\xaa\x88\xb3\x2b\x95\xc0\xd9\x95\xf6\xa0\xef\xa6\x5b\xd1\x77\xd3\xad\xec\xf4\x4c\xa5\xc1\x4e\x9f\x9e\x72\x5c\xd1\x5b\x47\xe9\xbb\xe9\x54\x9f\x02\xf9\x69\x4e\x01\xfa\xc5\xfa\x6e\x7e\xa2\xc8\xeb\x3b\x15\x02\x5a\xc7\xcc\x1e\x40\xeb\x58\x3c\x03\x6d\x98\xd5\x63\x3a\xb6\xfb\x1d\x2b\x91\x69\xdc\xa9\x9e\x3d\x5f\x39\xd2\x04\x76\xa9\xf0\x44\xed\x24\x05\xaf\xf9\xab\xed\x46\xac\xb5\x81\xfa\xcb\x49\x39\xec\xec\x4a\x43\xa3\xee\xd2\x36\xd4\xdd\x7c\x29\xe0\x75\xda\xed\xc0\xea\x5c\x03\x0d\x86\x39\x01\x72\x6c\x81\x61\x6a\xb6\x48\x93\xaf\xbd\x3b\xbd\xe9\xd5\x4e\x70\x34\x7b\xe0\xd2\xe2\x94\x37\xbf\xda\x19\x8b\xcc\x34\x94\x39\x17\x37\xd1\xad\xd5\xec\x9a\x4a\x07\x5e\xa3\x82\x98\x6c\xed\x8c\xd1\x61\x1a\x86\x47\x30\xd6\x9e\x38\xbc\x38\xa6\xa6\x03\xa0\x5b\xfe\x22\xaf\x0f\x53\x74\xda\xfb\x75\xe7\x43\x6b\xe7\xf9\xce\x4e\x9f\x99\x57\xed\xdf\x9a\xa9\x90\xbd\x3e\x9c\x62\xce\x2c\x7e\xbf\x7f\x81\xd1\x96\x73\x73\xe2\xc3\x42\x11\x9b\xc4\x43\xb3\xb5\x0a\x27\xd3\xde\x6e\xb0\x19\x1e\xc7\xfd\x9e\x31\x60\xe4\x5d\xb9\x49\xd0\x2e\x9c\x75\xfc\x02\x8e\xb0\x27\xd1\xd0\x1c\x18\x93\x68\xe8\x3b\x7f\xb5\x9b\xa4\xa7\x4e\xbe\x60\xa4\xd3\x64\x89\xcf\xa8\xce\xc5\x75\x83\xb6\x1b\xf4\x0c\xee\x60\x4f\xa2\xa1\x99\x20\xc2\xdd\xb4\xe8\x34\x22\x7e\x6b\x19\xf2\x89\x0f\x8b\x73\xca\x09\xc9\x33\xeb\x26\x2e\x2c\x4e\x62\xd3\xc0\xf5\x2b\x1d\x01\x0d\x5c\x4f\x49\xcb\x1a\x4e\x7e\x23\x2f\xc3\xc8\x43\xd4\x9f\x94\xf4\x67\x91\xff\xe8\xe6\xd7\xc1\x8d\x6c\x51\xbf\xb5\x36\xfe\xcd\x44\xbe\xa7\x55\x23\xc0\x91\x5b\x30\x9e\x86\x77\x65\x4f\xc7\x49\xbf\xfd\x2b\xbc\x3f\xde\x94\x3d\x7d\x47\x8c\xf2\x39\xcd\xef\x19\xe3\x91\x90\x3c\x0d\x3f\xd3\x76\x3a\xf3\x0b\x78\xe6\x16\x94\xa7\xb5\xb7\xb6\x32\x39\x43\xc1\xbb\x97\xd1\xd2\x80\x33\xb6\xb0\x3c\x8d\x7c\xd4\x5b\x58\x9e\x46\xc6\xeb\xbd\x60\xec\x64\x09\x09\xbe\xd3\xc8\xb8\xbd\x97\x8d\xc1\xd9\x9c\x85\xdf\x69\xb8\xa0\xf6\xb2\xf7\x2a\xfb\xeb\xd2\x9a\x21\x8d\xf8\x16\x1f\x5d\xcb\xa5\x50\x68\x9e\x06\x83\xc9\x5e\xb6\xee\x1f\x23\xa5\xea\x8a\x38\xf2\x4b\x03\xd3\xf3\xae\xef\x88\x31\x6c\x0b\xcd\xd3\xb2\x29\x1a\xcd\x53\x62\xe7\x16\x9a\xa7\x65\x03\x35\x9a\xa7\xe0\x76\xdc\x2b\x57\x44\x2a\x3f\xf1\x46\xa4\x5c\x87\x1f\xa3\x03\x38\x09\x7a\x21\xff\xeb\x16\x2c\xa7\x65\x5f\x71\x36\xf3\xd2\xf2\xae\x63\xa2\x5b\xfe\xe3\x98\xe8\x96\xff\x38\x26\x1a\x4f\xdc\x5e\x8e\x89\x8e\x22\xb0\x1c\x13\x1d\x13\xbf\xc1\x39\x25\x13\x49\xe0\x9c\x36\x53\x45\xab\xf6\x33\x05\x7d\x74\x85\x4b\x95\xe4\xfe\xcb\x56\xe7\xbc\xe5\xbd\xe4\x2f\xb6\xc2\xb1\x0a\x04\xc6\x79\xde\xe5\x53\xe7\xd0\xcf\x75\x58\xf8\x9b\x8a\x27\x63\x2f\x43\xa2\xc1\x97\x6e\x03\x6e\xce\xd8\xc2\x84\xa9\x69\xf9\xe9\xb6\xb5\x01\x10\xf2\xde\x58\x1b\xb0\x6a\x09\x0a\xf3\x34\xad\x21\x6a\x9d\x72\x6b\xd9\xce\x8a\xdc\x53\xac\x52\x72\x33\x21\xb7\xc3\x8d\x99\x64\x5b\xb3\xe3\xd5\xf5\xb7\x01\xaf\x98\x08\xb6\xf9\x0a\x53\xa8\x02\x3c\x5b\xde\x14\xce\x1a\xb7\xdb\x76\x62\xf1\x76\x52\xa8\x34\xe8\xc2\x1d\xd7\x94\x6e\xe5\x7d\x66\x50\x09\x9b\x84\x93\x87\x4f\xb6\x68\xb3\xb8\x91\xc6\x74\x9b\xc5\xad\x9c\x79\xf6\x93\x94\xaa\x09\xe2\x4a\x3f\x1a\xf2\xf2\xbf\x7f\x38\xa2\xe9\x7d\x57\xe6\x5d\x70\xb4\x1b\x1e\x37\x26\x01\xcc\x6d\x18\x7b\xe1\x6a\x1b\x29\x55\x2a\x3c\x5b\x80\x00\x2f\xe7\xff\xaa\xa3\x9c\x89\x60\x6c\xb7\x10\x2f\x03\x34\xee\x16\xc2\x65\xc4\xd8\xbb\x31\x79\xa5\x55\xa2\x1a\x8c\x5d\x78\xdb\x4c\xcb\xca\xdd\x8e\xf0\x1c\x29\xc6\x17\x91\x7c\x27\x33\x6d\xcb\x33\x5f\x44\xa8\x9b\xcd\xb4\x19\x6f\x9b\x69\xd1\xe9\xb6\xcd\xb4\x2d\xa5\x08\x3c\x99\xf6\x1a\xa1\xc8\xd1\x2b\xb0\xcb\x8c\x9a\x63\x02\xb8\x5c\xb0\x3f\xc6\x2b\xde\xff\x61\xf7\xfe\xd8\x6a\x3b\x52\xa8\xbc\x3a\x2c\xf5\x8f\x1d\x15\xe8\x01\x1f\x3b\x2a\x46\x7e\x21\xed\x7f\xe6\x4d\xdd\x44\xd8\xe5\x3f\x68\xc7\x9c\x59\x1f\x87\xd8\xe5\x7c\x13\x76\xa5\x12\x51\xbb\x3f\xb6\xe8\xa6\x54\xa5\x36\x21\x66\x77\x7f\x30\x55\x50\x37\x14\x5a\x0e\x63\x33\xc0\xd5\xa8\x42\x30\xc0\x8d\xf7\x27\x52\x02\x5f\x49\xf6\xdb\x9e\x62\xa5\xce\xbe\xe5\x48\x9d\xed\xa9\x8e\xd4\xd9\xd4\x1c\x75\xf6\x15\xad\xb2\xb2\x2f\x42\xff\x16\xd7\x8d\xe9\xdf\x6e\x06\xf9\x63\xfb\x2d\x5a\x87\xd9\xdf\xee\xf7\x43\xed\x32\xcc\x3f\xc8\xdf\xe2\xf3\xf9\x64\x33\xcb\x53\xab\x87\x25\x3f\x11\x97\x51\xde\x35\xdd\xd5\xdb\x97\x76\x89\xc5\x74\xff\x31\x3a\x2b\xed\x34\x33\x50\x0c\x4d\x1f\xcc\xb5\x35\x4f\x51\x60\x53\xb0\x6d\x30\x68\xcd\xe2\x82\xab\xb9\xc7\x7f\x6c\xbd\x8d\x0f\xc2\x54\x70\xb9\x8f\x1b\x77\x32\x63\x95\xfb\x38\x63\xc3\x9d\x57\xe5\xa6\x65\x9a\x18\x66\x72\x42\x1f\xb9\xcd\x04\xd7\x72\x1a\x08\x67\xd2\x72\x1d\xfb\x42\xee\xc3\xee\xf6\x35\xb6\x8b\x79\x2a\xd0\x49\xcb\xe5\xc0\x38\x92\x6c\xf0\xc6\x91\xb4\x4c\x22\x70\x24\x31\x54\x7e\xcd\x2b\x5f\x22\x29\xc2\x8d\x39\x0d\x6c\x04\xd0\xf1\x06\x36\x42\x9c\xc7\x06\x36\x02\xca\x7a\x0b\x36\xd2\x00\x82\x6c\x50\x23\x19\x52\x73\xbb\x5d\x99\x28\x5f\x98\x4c\xd2\x0d\x56\x50\x33\xaf\xbf\x10\x9b\x70\x9b\x31\xb9\xdb\x4d\x0a\xb3\xfd\x85\xd8\x64\xe4\x5b\xd4\x85\xd4\x42\x06\xe6\x34\xce\x3c\x27\xb1\x96\x8b\xdc\xad\xe5\xe6\x63\xe0\x48\xb9\x5e\xd1\x61\x6d\x6c\xbb\x5f\x9f\xea\x80\x76\xb7\x49\xd7\x3a\x04\x2a\xdb\x2c\x5f\xc9\x6e\xbd\x7f\xd4\xf8\x40\xf2\x0e\xd6\x91\x64\x78\xc0\xb8\x6b\xa4\x40\x23\xe1\xd0\xfe\x19\xe1\x4b\xa7\x99\x6c\xab\x66\x0a\xfe\x0c\x7d\xec\xf9\x52\x69\x2a\xc6\xfb\xa5\x26\x64\xea\x23\xc2\xed\xf6\xfe\xe4\x19\x45\x48\x20\xf6\xcf\xf0\x13\x3a\xc8\xcc\x5a\xf1\xa0\x8b\x58\xeb\x6a\x9c\x11\x3f\xeb\x09\x33\x6f\xfa\x00\x67\x92\x9b\x57\xeb\x22\xf6\x60\x8b\x57\x0b\x0a\x9f\x6d\x56\xad\x41\xd6\xdd\x6d\x56\xad\x1e\x97\xa8\x59\xb5\xfa\xf9\x16\x34\xad\x9b\xe6\x37\xcb\x62\x6a\xf4\xb3\x98\x92\xff\xe4\x99\xfe\x77\x50\xcf\x36\x71\xd6\x7b\x8c\x9b\x38\x2b\x9e\x31\x73\x61\xc5\x54\xfd\x07\x46\xab\x22\x99\x07\xbd\x20\x4d\xfd\xf1\x46\xf2\x55\x15\x67\x91\xa8\xaf\x6e\x32\x7d\x6d\x53\x5f\x0d\x92\x9e\x6d\x25\x93\xbe\x49\x85\xb5\x21\xc2\xea\xf9\x90\xec\x38\x54\xce\xcc\x14\xb9\x7a\x88\x25\xeb\x84\x45\x63\x8b\x25\xeb\x26\x4f\xd3\x16\x4b\xd6\x4d\x72\xae\x6d\x92\xac\x0c\xad\x72\x49\xdf\x24\x78\xda\x7f\x86\x3c\xd0\xaf\x22\xcc\xba\xc9\x7e\xb6\xff\x48\xf5\x96\x62\x9e\x69\xd8\xcf\x54\x4e\x0c\xc9\x67\x9a\xac\xf8\x1b\xa8\x60\xb6\x48\xac\x3a\xb9\x14\xb7\x38\xac\x2e\x62\xa1\xb6\x28\xac\x2e\x62\x51\xb7\x18\xac\x2e\x18\x7b\xb6\x18\xab\x2e\xc0\x4a\x5b\x84\x55\x17\xb1\xa7\xfb\xcf\xcc\x27\x3d\x75\x91\x82\xc7\xe2\x17\x3f\x55\xcf\x62\x57\x36\xe7\x0b\x4e\xa3\x2d\x06\xaa\x8b\xbc\xa8\x5b\x04\x54\xbd\x67\x80\x65\x74\xce\xed\xe3\x0f\x07\x47\x24\xc1\x56\xae\x94\xe2\x63\x93\x1b\xc5\x9f\xf1\x0d\xb8\xff\xc4\x54\xd5\x7b\xe6\x89\x58\x51\xe2\xbc\x52\xca\xe6\x8b\xa4\x9d\x5b\xb4\x55\x1d\xc8\xd7\x16\x6d\x55\x37\x44\x6d\x0e\xb1\x56\x5d\x4e\x44\xf7\x48\x5e\x64\x37\xd2\xa5\x37\x0b\x92\x22\xaf\x64\xcc\x7f\xa4\xaa\x67\x79\xb3\xe9\x59\xca\x54\x1c\x96\x66\xf7\x23\x0d\x67\x73\xcd\xab\xf2\xcb\xa8\x67\x1e\x49\x6a\xe9\xfb\xa1\xa2\x9b\x74\x6f\x78\xa4\x67\x3b\x3a\x0e\x24\x05\xed\x1c\xa9\xb6\x82\x76\x4a\x2a\xa3\xed\xbe\x39\x12\xe8\x11\xeb\xf3\xea\x99\x87\x4d\x1f\x36\xa4\x5b\xcf\xf2\x66\xd7\xb3\x48\x42\x19\x4c\xea\x6d\xe8\xcd\xa4\x67\x64\x82\x3e\x4e\xaa\x6d\x6d\xfa\xa2\x67\x64\x82\x3e\xd2\x4f\x8a\xf6\x39\xd2\x33\xd3\x8d\xa0\x2e\xcb\x8d\xe0\x0f\xcb\x8d\xa0\x66\x02\xf0\x1c\x07\xff\x53\xec\xcf\x71\xf0\x3f\xd1\xa3\x94\x8b\x7a\x2e\x59\xf1\x67\x9e\xc9\x8a\xdf\xe8\x26\xab\xcb\x93\xba\x98\xf3\xe4\xe6\x3b\x6d\x9a\xf5\xa6\x2e\xdb\xee\x86\x14\x6a\xe5\x79\xe6\xa1\x1c\x5d\x8d\xca\x18\xe3\x70\xa7\x50\x45\x4d\x5a\x0b\x7e\x44\x69\xcf\x37\xb5\x71\xd8\x4e\x7a\x4d\x09\x62\xad\xbd\x3d\xd2\x53\xd3\x99\xd6\x5b\x43\xbe\x2d\x09\x06\x56\x26\x83\x7d\x1a\xac\x30\xf3\x4c\xa6\xec\x3b\xcf\x6e\x29\x2d\xcc\x20\xc1\xbe\xca\xa4\x83\x05\xf4\x9a\xbe\x13\x3e\x92\xf5\xde\x86\xa4\xf8\xa2\xf9\x4f\x45\xfb\x79\xd5\x07\x79\xad\x88\x5f\xfd\x23\xe5\xb8\x19\x79\xf6\x27\xc9\x7d\x23\x10\x58\x99\x0c\x9b\x40\x60\x65\x32\x15\x9c\x65\xd9\xd6\xd7\x47\x92\x2e\x3f\x23\xc9\xe3\xc0\xcc\x17\x3e\xac\x4c\xa6\xa5\xf0\x61\x67\x73\x60\xc4\x23\x2a\x48\x86\x81\x3a\xed\x04\x4c\x13\xa5\x49\x5f\xf4\xfe\x69\x2a\xe5\x99\xaa\x09\x91\xf4\xfe\x42\xa1\x3d\xf9\xbd\x90\x0f\x17\x33\xea\x74\xfa\x71\xab\x05\x8f\xa8\x3b\x40\x06\x03\x3d\x80\xd6\x4b\xf7\x68\xa6\x12\x7b\x44\x9b\xb5\x3b\x15\x30\xb1\xec\x48\xb1\xd6\xab\xf3\xcc\x56\xec\x41\x23\xa5\x58\xb7\xce\xa2\x35\xd6\xcc\xd4\x4d\x8f\x24\xb5\xff\x7d\xd5\xa8\x8d\x4e\x4b\x08\xb5\xed\xd4\xcf\x8c\x16\x9d\x86\x6d\x6e\x01\x11\x65\x75\xed\xd4\xd6\x66\xe1\x4e\xff\xa0\x55\x57\xba\x52\x21\x11\x26\xb2\x7a\x24\xeb\x30\x79\x86\x52\x9d\x52\x15\x12\xf1\xd6\xc7\x21\x11\x35\xf5\x51\x48\xc4\x5b\x3b\x61\x22\x32\xe9\x6d\x4e\x7e\x27\x2f\x1a\xb7\x4b\xbd\xcc\xb5\xd9\x4f\x24\xd9\x24\x4b\x45\xb2\x4a\x3d\x90\x9a\x8b\xc9\xab\x34\x24\x4f\xbb\xbe\x2c\x48\x82\xd5\x97\x86\x64\xf8\xef\xfb\x93\xa7\x02\x99\x77\x42\xa9\xb5\x2c\x65\xe7\x4f\x2e\x2c\x5e\x81\xd4\xee\x93\x8e\x14\x46\xed\x6a\x4c\x50\x81\xd0\xee\xb3\xa7\x94\x2d\x89\xdf\x3f\xd3\xee\x2e\xcc\x08\xc1\xca\xee\x42\xc7\x09\x55\x76\x17\x7a\x5c\x6c\x51\x77\x61\xb6\x38\x83\x71\x39\xf2\xa6\x14\x60\x36\x63\x61\xcc\x60\x21\x7d\x24\xa9\x48\x67\xa4\xae\x67\x17\x92\x12\xc5\x64\x3f\xbc\xc8\x0c\x93\x5f\xfc\xfc\x90\x36\x39\xf3\x46\xe1\x8f\xce\xbc\x51\xf9\xd0\x99\x37\x52\xd3\x2d\x25\xa8\xd0\xfa\x6d\x25\x88\x42\x9f\x09\x77\x3b\x39\xeb\x23\xc9\xc0\x9a\xd6\x6b\xc2\x99\x82\xec\x91\x74\x4c\xa6\xa6\xdb\x41\xc0\x19\x8a\x67\xda\xf4\x33\x4d\xd4\x79\x7e\xbe\x1f\xfe\x49\x72\xa1\xc5\x6c\x13\xcc\x77\xc1\xbc\xae\x83\xc9\x27\x98\xd7\xd3\xc2\x0b\xb1\xe9\xc3\x82\xa4\xb0\xee\xd1\x90\x86\xa4\x7c\x28\x9d\x88\xd1\x16\xcb\x54\x77\x56\xb1\x47\x12\x50\x90\x95\x21\x94\xd7\x70\xee\xc4\x47\xf2\x1f\x22\x59\xef\x99\x48\xcf\xff\x9c\x60\xf5\x91\x86\x24\xca\x9c\x52\x6d\xfe\x1d\x1f\xff\xbc\x2a\xbd\xe7\x4c\xa1\xd6\x7b\x52\xa8\x34\x9d\x93\x6a\x4b\x91\xec\x4c\x0c\xa1\xbb\x2e\x27\xc0\x7f\x24\x19\xe0\x2e\x4a\x91\x22\xd9\x4f\x3a\x46\x80\xc6\x7e\xe5\x3b\xa9\x72\x27\xcd\x95\xfb\xf7\x78\xdf\x14\x62\xa0\xe4\xd9\xd2\x99\x9d\x3f\x48\x47\x78\xeb\x22\x8c\x00\x0b\x46\xb8\xae\x51\x52\xeb\x6d\x15\x97\xba\x6c\x9f\xfc\x91\x74\x2c\xdf\xfc\x41\xa9\xd9\xa3\xbd\x98\x07\xea\xb4\xb2\xf8\x88\x5b\x0f\x99\x16\xa6\x26\x9b\xf9\x85\x2b\x93\x62\xa4\x40\xb0\x27\x89\x04\x6a\x44\x09\x12\x4c\x6b\x46\xb5\x11\x05\xd4\x8c\x32\x53\x0d\x94\x65\xbd\x08\xb2\x35\xa3\xf6\x54\xc3\x66\x66\xa4\xa6\x67\x0d\x49\xa6\xb8\x99\xef\xba\x9e\x45\x12\x26\x80\x3d\x47\x60\x2e\x38\x2d\x1f\x49\x76\xab\x9e\x9a\x59\xb5\x48\x5d\xe4\x41\x67\x27\x11\x76\x6b\xde\xec\x39\xd5\x50\x06\xf6\xb8\x6a\xb8\x0d\x73\x59\xc8\xad\x32\x99\x93\x82\x6a\xcd\x9b\xc5\x23\x92\xa8\x79\x33\xb3\x95\x9c\xb7\x4c\xa6\x8f\x60\x5b\xb5\x1c\x29\x73\x4a\xca\x33\xbb\x9f\x7b\x0a\x75\xa4\x2a\xab\x80\x54\xbd\xd7\x5b\x01\xcc\x6f\xd4\x5c\xc7\x72\x49\x0f\x43\x7f\x92\x26\x93\xfd\x20\x35\x82\x0d\x85\x95\x6f\x2a\xaa\xe3\x4a\xed\x6d\xff\xba\xd2\x09\xa4\x3f\x60\x0b\x21\x59\xef\x18\x79\xd9\x87\x5d\x24\x83\x8a\x47\x3e\xe5\xa4\xa6\x52\xb6\xdd\xce\x54\xc2\x07\x75\x24\x7b\x6c\x47\x2a\xec\x93\x3a\x35\x74\x18\x2e\xfb\x96\x98\xa8\xea\x9d\x57\x9d\x0a\x61\xa4\x20\xdc\xb9\x68\xf4\x95\x73\x9b\x1e\xb5\xc7\x36\x3a\x57\x55\xa4\xd5\x95\x99\x00\xce\x30\x6d\x31\x49\xef\xcd\xce\xe2\xac\xbd\xd7\xcd\xd4\x6f\x64\x88\xa3\x93\x4c\x2f\x75\x0d\x8a\x6a\xdc\xb6\x47\xbe\xed\xb6\xc2\x54\x44\x25\xed\x7a\x25\x39\x0d\xce\x7c\xe9\x0d\x73\x22\xf9\x12\x39\x90\xe4\x0e\x29\x79\x53\x3b\x56\x71\x0f\x35\x25\x35\xea\x57\x24\xe3\x27\x8e\x88\xda\xa4\xca\x81\x54\xb4\xd9\xf0\x0b\xa1\x6e\x4a\xcd\xb3\x5b\xcf\xa8\xb7\x2f\x39\xe9\x01\xfb\x0c\x38\x91\xcc\x38\x75\x9f\x33\xa2\xf6\x2c\x0e\xbd\x86\x39\x6b\xe6\x1f\x3f\xbb\x6a\xf2\xee\x9f\x16\x2e\x0f\x05\xb5\x79\xee\x47\xff\xdc\xb2\xc5\x38\x35\x73\x09\x12\xe1\xd4\xcc\x85\x4c\x7c\x53\xa5\xa2\xd8\x08\xd2\x38\x73\x03\x14\xdd\x54\xa9\x77\x7e\xe8\x5b\x08\x9b\x43\x7b\xe6\xec\xcc\xa1\x24\xee\xa9\x32\xd9\x97\x45\x3d\x55\x66\xc6\x46\x04\x08\x13\xe5\xc1\x10\xc6\xdb\x39\xeb\x1e\xd1\x8b\x88\x39\x6a\x02\xa9\x23\x93\x49\x40\xc5\x5a\x8e\x48\x4d\x12\x3f\xf1\x69\x7e\xb0\xdf\x0b\xb7\x58\x0b\x5b\x9e\x70\x8b\xb5\x1c\x29\xd5\x70\x95\x91\x87\xde\x2f\x46\x0a\x32\x2a\x95\x91\xbd\x89\x06\x67\xbb\x14\x63\x54\xbd\xd1\xd4\x6f\x83\x66\x06\x2a\xfe\xed\x08\xef\x31\x90\xa4\x6f\x8f\x94\x63\x9b\xfb\x3c\x10\x65\x73\x7f\xa5\x8f\x87\x36\x5f\xda\x79\x46\xa7\x38\xd9\xed\x7d\x1d\x11\x8d\x7a\xe0\x7a\x20\xc4\x62\x9d\x6c\x2c\xce\x6e\x7b\x1a\xa8\xf6\x88\xbe\xac\xb1\x65\x91\xa2\x36\x57\x40\x52\xd4\xe6\x2a\x65\x08\xe3\x99\xfb\x12\x39\x6a\xdf\x4f\x55\xa7\x6c\xc0\x22\x8a\x6a\xd9\x45\x49\x51\x9b\xeb\x23\x29\x6a\x33\xc6\xa4\xa8\xcd\x2e\x4f\x8a\xda\x5c\xe7\x04\x77\x6c\xd9\x27\x6f\xfc\xfb\xe9\x09\x3c\xfa\xe9\xc4\xec\x8c\xd4\x1f\x80\xe3\x1d\xd1\xe8\x85\x0c\x0e\x3e\xfc\x33\x45\xd9\x60\x4d\xe3\x88\x43\xcd\x00\x6c\xf6\x25\x4a\x12\xf3\x73\x63\x8f\xbd\x1d\x79\xc7\xfc\x25\x49\xed\x48\xbf\x68\xde\xf5\x6c\x86\xb0\x48\x8d\x74\x0c\x91\x78\xa9\xbf\xdc\xf4\x7d\xe4\x21\x4a\x66\x44\x47\xb2\x8d\xfc\x07\xc7\x72\xfe\xf3\xb3\xe8\x97\xa1\x91\x62\x8b\x11\xac\xb1\x4d\x14\x4b\xa7\xa1\x2d\xb5\xe7\xa1\x9d\xd0\xec\x86\x3d\x5a\xe8\x40\x6c\x8a\x8c\x3a\x90\xac\xbd\x17\x24\x61\x0e\x58\x27\x4a\x3a\x5b\xe6\x99\x0a\xc8\x4f\xff\xbe\xa9\xba\xbf\xcf\x64\xa7\x7b\xcb\x94\x41\x86\xae\x15\xcc\xb1\x54\x6e\x27\x24\xa0\x65\xc3\xeb\x18\x37\xa9\xb7\xf9\xae\xe8\x3a\xc1\x1c\x41\x2d\x3c\x92\xd4\x40\xec\x56\x4e\x46\x8b\x75\xf3\x11\x65\xd2\x43\x0f\x14\xcc\x91\xdc\xb3\x8f\xa4\x88\x25\xb6\x5f\xc1\x1c\x7b\xbf\xf2\x43\x9f\x0c\x91\x7c\x32\xa4\xcc\x3f\x59\xf5\xb1\x78\x09\xbd\xd8\x3b\xa6\x23\xf3\x5f\x1d\xa8\xa8\xdd\xc6\x22\x2e\xa7\xdd\xbc\x67\xe5\x8e\x68\xfb\x17\x8d\x5a\x3a\x1a\x38\x6f\x04\x66\x1c\xa5\xfd\x87\x3d\x5c\x48\xc7\x72\x60\x00\x13\x9a\x71\x38\xff\xe6\x23\x49\xbb\x7c\x6b\x2a\xe7\x72\x43\x92\xff\xd6\x39\xf4\x1f\x49\x67\x18\x56\x96\x6e\x55\xb7\xe6\x4d\x99\xed\x58\x3c\xa6\xc1\x1a\x03\xcd\x57\x34\x58\xa3\xa0\x1d\x88\x05\x6b\x94\x9a\x67\xd2\xc2\xb9\x7e\x9b\x13\xab\xc5\xfa\x28\x38\xe3\x7c\xeb\x4d\x0a\xc3\x91\x5f\xea\x44\xa3\xe2\xc3\xaa\x2f\x9d\x3a\xac\xfa\x9e\x79\xa6\x43\x8b\xbd\x7e\x58\xf5\x45\xa7\x10\x90\x71\x1e\x57\x24\xa9\xbe\x25\xdf\xdd\x7a\x56\x91\x14\x2c\x84\x5e\x30\xb0\x93\xb6\x14\x2a\xdd\xb7\xe7\xd5\xa5\x5f\x14\xa4\x8f\xa4\x89\x24\x04\x2c\xab\xcd\xf0\xc6\x5a\x7b\xfe\xa8\x36\xd1\x8d\xc3\xcc\x47\xe8\x93\xc3\xa8\x5e\xd6\xa5\xd0\x8d\x33\x73\xc1\xe0\xc6\xd7\xc4\x29\xf8\xe2\x3c\x4a\x24\xe9\xec\x25\xaf\x0e\x33\x42\xd3\x53\x53\xb7\x92\x12\xc9\x15\xa7\x72\x22\x7f\x3b\xae\xd4\x46\x17\x0f\x36\x18\xa7\x8b\x85\x42\xe9\x11\xa5\x09\xb0\x2d\x0f\x6b\x02\x5c\x83\x04\x38\x9c\xb9\x4c\x29\x39\xec\xcc\xfa\x16\xd3\xd6\x3c\x58\x52\xc6\x22\xbe\x36\x56\xd0\x87\x25\xbd\x6a\xaa\xad\xab\xe7\x97\xd2\xc5\x63\x9b\x1e\x46\xe5\xb2\x43\x0f\xe3\x70\x39\xa4\x05\x3e\x9c\x1d\x3d\x5d\xc9\x5e\x67\xe7\xb8\x11\x14\x71\x66\x17\x31\x0f\xd7\x4c\x05\xcc\xfa\x7b\xd6\x7c\xa8\x2b\x06\x0a\xd6\xd8\xbe\x62\xe4\xd5\x21\x89\x66\x89\x38\x69\xa6\x03\x4c\x9c\xc4\x3e\xee\x1c\xb0\xf7\x68\xa9\xa9\xac\x95\x19\x72\x1b\x5d\x33\x8d\x15\x2f\x36\x19\x1c\x01\x16\xcb\x64\x1e\x19\xaf\x58\x33\xe5\x26\xfb\xf4\xcc\xbb\xb2\x49\x32\x74\xd3\x68\x03\x8c\x90\x42\x24\xce\xd8\x35\xa6\xf7\x69\x46\x60\x3a\xd8\x76\xe6\xd9\xd6\xb3\x7c\xf7\x51\x2f\xe6\xff\xaa\x37\x8b\x4a\x78\xc4\xd9\x8f\x48\xba\xd1\x71\x20\x0a\x8d\x38\xfb\x11\x49\x56\x56\x16\xd5\xb4\x95\x95\x25\x2d\xa0\xe2\xec\xe8\x05\xc2\x29\xce\x38\x34\x04\x53\x3c\xdb\xac\x11\x6f\x0d\x22\xcd\xe5\xba\x47\x23\x26\xd3\x28\xa2\x14\x4a\xe6\xbf\xc9\xbe\xe6\x15\x49\x90\x00\xe3\xbe\x1e\x51\x93\x68\xa4\x02\x8a\xa3\x6c\x0c\xdc\x34\x3e\x9d\xbd\xc9\x54\x60\x9d\x5b\xa4\x31\x89\x35\xab\x43\x98\xc4\x19\xaf\x8d\x30\x89\xe5\x3f\x04\xbe\x3f\xaf\x0a\x25\x82\xc6\x32\x1d\xfb\x3b\x52\xa8\xb0\xec\x33\xcf\xb6\x1b\x19\x51\x10\xf5\x99\x3f\xea\xba\x8d\xa2\x39\x4d\xfa\x7f\xa7\xcd\xcb\xa3\x43\x23\xb7\x47\x87\x67\x5e\x1b\xe8\x74\x13\x9a\x6b\x0e\x55\x83\x0a\x5b\x0c\x72\x13\x35\x99\x0a\xa0\x26\xcf\xbc\x6b\x35\x39\x33\x49\x48\x86\x68\x0a\x82\x18\xd6\x72\xe6\x4b\x2f\xe4\x0c\xbb\x41\xeb\x25\x83\x69\xd0\x7a\x2e\xef\x02\x20\xd6\x58\x01\x97\x81\x0d\xb9\x11\x2e\x63\xd6\xa3\xc7\xc3\x26\x36\xf2\xae\x8c\xdf\xad\xe6\xa1\xee\x03\x4c\x20\xe3\x11\x8f\xdc\x08\x97\x11\xeb\xa9\xa1\x01\x89\xc7\xff\xfe\xaa\xa0\xc0\xec\x6f\xcb\xba\x7a\x0c\x9c\x10\x8c\xc5\x53\x63\x4c\xe2\x91\xa6\x2f\x00\x3c\x33\xb5\x70\x63\x99\x29\x66\x1c\x1b\x67\x7e\x24\x8a\xb1\xc2\xde\x60\x4e\xb1\x68\x4d\x46\x21\x1e\xf1\x17\x18\x85\x78\xe4\xb6\x23\x52\xb1\xfa\x36\xc7\xf8\xf5\x98\x3c\x4c\x31\xf6\xd6\xd7\xf0\xf5\xff\x95\xcb\xc0\xd1\x74\xec\x21\x33\x9f\x7a\xe4\xa8\xbd\xcd\x21\x85\x2d\x69\x61\xf1\x60\x9f\x59\xb6\x78\xbc\x5d\xbc\x18\x1c\x0a\xb6\xc5\x23\xc6\x93\x15\x8b\x07\x6d\x35\x48\x3d\xaa\xbb\xc1\x8e\x47\x1c\x20\x06\x3b\x1e\x6f\x35\x96\xdb\x93\x87\xb4\x27\x25\xd1\x1e\x9a\x07\x13\xd9\xcc\x53\xb5\xe7\x88\x64\x10\x60\x06\xd6\x39\xee\x62\xea\x33\x13\x59\xf6\x23\xe5\xcd\xad\x59\x45\xe6\x25\x3b\xe6\xfb\x6a\xb3\xc8\x4f\xbd\x8e\x62\xaa\x5f\x76\x56\xa4\x46\x76\x1b\x47\x93\x30\x4f\x59\x2b\x35\x75\xf0\xcd\x2f\x3f\x15\xda\x6a\xe6\x99\xd6\x75\x2e\x7e\xcb\x84\xf0\x85\xe3\x22\xc4\x64\xd4\x50\xe9\x73\x6b\x76\x0f\x63\x2a\x8f\xdc\xcf\x44\x45\x56\x73\x40\xc0\x44\x96\xbd\xdd\x4c\x64\xd9\x21\xcc\x44\x76\xe4\xb6\x6e\xf8\xe5\x91\xf3\xcb\xf0\xcb\x23\xb7\x77\xe3\x2f\xcf\x6c\x8b\xa6\x26\x3b\x72\xf1\xdb\x5e\x0b\xd9\xb6\x0d\xc1\x3c\x72\x65\x80\xaa\x2c\x7e\x92\x3d\x69\x0e\x45\x39\xd8\x23\x67\x93\x99\xcb\xb2\x1b\xc3\x5c\x36\x51\x87\x04\xca\x3c\x6b\x9c\x2a\xdb\x4b\x25\x67\x35\x4c\x66\xb9\xc7\xc2\x64\x96\x5b\x6e\x98\xcc\xe8\x72\xc1\x34\xcf\xbb\xcc\xbc\xec\x16\x1c\xff\xc1\xf6\x6d\x2a\xb3\x23\x67\xbb\xa9\xcc\x8e\xdc\x04\x4d\x65\x76\xe4\x74\x37\x95\xd9\x11\x45\x44\xf9\x78\x9f\xa1\xa5\x2f\x1c\xde\x9c\x4a\xf8\xce\x10\x5f\xff\xf6\x5a\x89\x62\xb2\xbd\x56\x72\xe0\x99\xda\xec\xc8\x65\x7b\x7b\xb1\xe4\x76\xbd\x0d\x9f\x4b\x1f\x73\xc4\x94\x14\x2c\xcc\xee\x3b\x4b\x96\x53\x8b\xf4\xd4\x82\x9d\x2c\xed\xa1\x79\xb4\x47\xc6\xc4\x68\x60\xdb\x89\x55\xe7\x2b\x5e\xde\x4f\x29\x49\xab\xa5\x15\x4c\xd5\x1b\xc0\x1c\xf7\x43\xd3\x9d\x4d\x34\xbb\x8d\x6f\xaf\xe7\x37\xb6\xaa\xa3\x32\x87\xef\x2c\xed\xb1\x73\x6f\xe4\xa1\x71\xac\x25\x0f\x8d\x06\x4c\xeb\x08\x16\xe1\xec\xff\x10\x2c\x32\x23\x3a\x58\x04\x55\xf4\x63\xde\xfb\x8a\x1a\xf3\x09\x42\x79\x22\xca\x1c\x3a\x22\xd9\xdf\x77\xe7\x5d\x9d\xa9\xf1\x8f\x43\x8f\x96\x23\xf6\xe3\x7c\x79\x95\xe5\x0f\x3f\x5a\x9d\x79\xd9\xb1\xc0\x33\x2f\xdb\x0e\xd4\x53\x47\x37\xa8\xe7\x5b\x37\x08\x58\x80\x38\xd0\x6a\x50\x09\x90\x9e\xc5\x5a\x07\xe9\x59\xee\x3a\x21\x3d\x4b\x0b\x84\x1d\x8d\x47\x00\xce\xb3\xca\x64\x14\x94\xb4\xc5\x3a\x26\x24\x69\x9d\xef\x33\x79\x5e\x53\x5d\xdb\x8f\x62\x8e\xf9\x40\xfc\xd7\xf3\xae\x6b\xdf\xf2\x4f\x6a\x4f\x7d\xe5\x01\x9f\x23\x92\x62\x8b\xd2\x49\xce\x42\x89\x42\x6f\x60\xe9\x19\xfb\xc5\x07\x12\xc0\xd4\x6f\xb1\x4f\xe7\x65\x01\xe3\x98\x02\x1f\xa2\x65\x5b\x3e\x55\xcb\xd2\x27\xce\xf8\x50\xd1\xcd\xcc\x78\x76\xd6\x91\xa7\x02\x6e\xbe\x92\xc1\xee\x99\x1e\x8b\x96\x46\x14\xef\xde\x4c\x41\x42\xa1\xa6\x58\xa3\x50\x63\x3d\x32\xe1\x59\x6b\x9c\x0d\xa0\x50\x33\x45\x41\xa1\xa6\x53\x40\xa1\x32\xdb\x3f\x66\x10\x4c\x15\x88\xa2\xba\x53\x2e\x8d\xa1\x1b\x9c\x01\x22\xc6\x5a\x83\x49\xef\x98\x2f\x0c\x26\xed\xb9\x40\x9b\xb4\xac\x1d\x1c\x33\x5f\xc2\x62\x4b\xbe\x15\xac\xac\x1e\x11\xad\xc4\x8f\xbc\xec\xb9\x83\xb3\xc7\x24\x66\x67\x36\x66\x93\x98\xb5\x58\x2e\xbf\x5e\x0b\xd9\xf1\xbf\x8e\x9d\x62\x57\xf8\x3a\x76\x6a\xe4\xd9\xc7\xaf\xe6\x37\x72\xe3\xf7\xd4\xc1\x6e\xfc\x9a\x77\x6d\x8c\xc4\x72\x63\x2c\xea\x39\x39\x2b\x0c\x3e\x7d\x14\xe0\x7f\xee\xef\x46\xa6\x9e\x93\xdd\xd2\x7c\x66\x67\x0e\x37\xf3\x99\x9d\xb9\x85\x18\xb7\x7a\x66\xbb\xff\x62\x69\xad\xf9\xab\xdb\x46\xf5\x4d\x06\x38\x52\x10\x6d\xa3\xe1\x5e\x27\xb3\xa4\x20\x5f\x59\xb0\xa7\x7c\x31\xad\x66\xe8\x30\xad\x62\x40\x33\x50\xb5\xc7\x25\x69\xa0\xea\x99\x2b\xbd\x81\xaa\x67\xce\x11\x11\x9e\xb5\xb8\xaf\xc4\x77\xf6\x28\xaa\x29\xc9\xad\xab\x79\x3a\xac\xc3\xd0\xa7\x36\xbc\x46\x11\x37\xe1\xd9\x99\xdb\xb1\x73\x14\xd7\x2c\x49\x33\x9e\xc5\xda\x6e\xc6\xb3\x33\x0b\xd4\x68\xd9\x3b\x8a\xac\x29\xcf\xa2\x24\x3a\x25\xf1\x39\xd9\xd0\xbf\xc0\x4c\xd9\xa7\x44\x88\x76\x12\xf4\xf4\x88\x6a\x0e\xe7\xc6\xd7\x68\x92\x1c\x92\xce\x49\x7c\xc6\x5e\x6a\xbe\xb4\xda\x52\x27\xaf\x96\x5c\xcb\xbf\x9c\x39\x77\xfe\x63\xb3\x78\x49\xa5\x3c\x5c\x67\x7e\x2b\x12\xee\x32\xf3\x54\x76\x71\x56\xf0\xcf\xee\xae\x68\xa3\xa6\x53\x7b\x75\xbf\x9f\x51\xdb\x1c\x6d\x66\x53\x3b\xa3\x86\x99\x30\xed\x75\x14\x99\x30\xad\x1f\xd4\xd8\x84\x69\xad\x61\xd6\x73\x06\xe3\x76\xf4\x88\xc3\xbf\xcd\xcb\x0e\x7c\x9b\xa9\xc5\x33\x17\x2b\x93\xe2\x47\xe6\x95\xb7\x4e\x5f\x7f\x3a\x11\x7f\x16\xf3\xb2\x97\x16\x7a\xa4\xe9\xd4\x5a\x1c\xb6\x3f\x83\xc0\x73\x0d\x71\xba\xe3\x2b\x7a\xba\xf2\x1b\xb7\x1c\xa1\x3f\xa3\xbe\x73\x4d\x32\xdb\x5a\xad\xf9\x52\x90\x99\x9a\x57\x05\x99\xa9\xf9\xe7\xf4\x87\xf9\xa7\x1b\x43\xd3\x08\x58\x9c\x79\xa8\x6d\xba\xdf\xf9\x89\x03\x16\x67\x4a\xa2\x6d\x74\x9a\xd3\xb7\xe6\x36\x03\xfc\x3a\x76\xc4\x1f\x0b\x0d\x35\x58\x89\x91\x5b\xad\x91\x8a\x1b\xce\x6f\xcd\x04\x92\x0b\xa2\xb1\xda\xd7\x9d\x0e\x37\xed\x66\xd4\xaa\x1f\x1e\x0e\xd4\xd1\x9f\x3d\x1c\xb9\xbb\x39\x8b\xf2\x75\x5f\x79\xba\xfc\x2d\xfd\x64\xe2\xcd\x9a\x2a\xa2\xfe\xd0\x17\xf2\x77\xd4\x9a\x82\x3c\x72\x29\x57\xeb\x2c\x00\x2a\x27\x4d\xbe\x72\xaf\x73\xd2\xe4\x2b\x77\x4d\x27\x4d\xae\xec\x64\x80\xbb\x73\x53\xfb\x41\x1e\x36\xf3\x2e\xad\xc9\x53\x6d\x1b\x2d\xa3\xac\x85\xd5\x4b\xda\x6a\xff\x47\x4b\x4f\x6c\x5b\x6e\x58\xfc\x4e\x7d\xdc\x72\x76\xfc\xe1\x39\xa6\x75\x7f\x84\x90\x71\x76\x28\x9f\x71\xbb\x99\xa6\x86\x70\x5f\x77\xf9\x27\x31\xca\xf3\x2e\xfb\xde\x8d\xd8\x5d\x6e\x4a\x52\x82\x07\xfa\xdb\x10\xef\xeb\x2e\x11\xb7\x97\x73\x45\xfc\xf8\xd3\x54\xf8\xab\x4f\x53\xee\xcf\x9f\xe6\xa1\xdd\xe2\x6c\x4f\x06\x79\x5f\x37\xb7\x4b\xa7\x42\x6e\xac\xd7\x3f\x82\x29\x58\x39\xce\x85\x7c\xdf\x47\x44\xda\x4a\x47\x78\x5d\xdd\x6c\x99\x02\x7a\xb7\xfb\x48\xb9\x5d\x52\xbe\x74\xdb\xa8\xd1\x64\xa6\xe5\xa7\x6e\x2a\x17\x2e\xe7\x45\x6e\x8e\xd1\x7a\x44\xb7\xe6\x4c\x49\xca\x6f\xc4\xb0\xfe\x39\x79\x66\x90\x85\x82\x8c\xb7\xc6\xa2\x13\x64\xbc\xdd\xec\x4c\xe4\x3d\xbe\x39\xaa\xff\x9c\xde\x88\xdd\x92\x3c\xc7\x77\x49\x39\x1e\x19\xf6\x08\xa1\xc6\xdb\x7d\xe6\x21\x7d\x4f\x6f\x2f\x7a\x9b\xda\xdb\xc9\x3c\x51\x3d\xff\x1c\xbe\x7b\xa0\x0d\x39\x79\xf1\xeb\x8b\x75\xf2\xe2\x31\x5e\xd1\xee\xbe\x57\x34\xe7\x61\x1a\x80\xbb\x8f\xe9\xff\xe7\xa8\xdc\xdc\x2d\x8d\x1f\xbf\xee\x2b\x2f\x3b\x78\x25\x5d\xb1\x49\x0b\x94\x92\x3f\x2e\x39\x75\x56\xa8\xeb\x99\x3a\x9a\x7f\x85\x73\x85\xd4\xc7\x5c\xb7\x26\xa9\x8f\x1d\x60\xf6\x88\x56\x2a\x7b\x9e\x8a\x0e\xc9\x0b\x76\x3a\xd5\x71\xe3\x6c\x98\x24\x37\xc6\x23\x3c\x8f\x41\x7b\x0a\xe2\xf0\x50\xe6\x65\x07\xe3\x78\x62\x4e\x72\x1d\x73\x9f\x9f\xe4\x3a\x06\x17\x3a\xc9\x75\xcc\xb5\x7b\x1e\x40\x1d\xad\x32\xcc\xc3\xeb\x01\xb7\xfa\x74\xee\xe3\x0b\x8c\xcb\x3c\xbc\x1e\x80\xc7\xcc\xc3\x07\x0b\x17\xfa\x79\x24\x2d\x4e\x44\x50\x23\x94\xec\x05\x61\xe2\xe5\x47\xf4\xf8\xa5\x09\xa4\x51\x9e\x11\x15\x2a\x83\xeb\x6c\x2a\x8d\x72\x03\xb1\x36\x93\x45\x79\xd0\x20\x5b\x0a\xf0\x03\x4f\xa7\x4d\x8e\xbf\x6c\x1e\x70\xcd\x0e\x4a\xd2\x19\x00\x8b\xcf\x23\x2a\x5e\xa7\x55\x4a\x5e\x0e\xac\x9d\x79\xda\x3d\x26\x11\x3d\x8b\x06\x63\x42\x22\xaf\x8c\x49\x50\x93\x79\x2a\x3f\x6c\x86\xde\xd9\x8f\x8f\xb7\x60\xea\x98\x4f\x7f\x72\x3f\xd3\xf6\x65\x6e\xd4\xcc\x04\xc2\x7d\xd2\x33\x4e\xec\x75\x66\x70\x15\xe3\xde\xbd\x0a\xa6\xb0\xeb\xad\x67\x78\xa4\x79\xf5\x54\xd7\x69\xbd\x4c\x37\xfc\x88\xdd\x22\x9d\x28\x6e\xb3\x9e\x59\x80\x7b\x3c\x23\x89\x7b\x3c\xaf\x3a\x54\x2a\x4d\xcb\xfa\x48\x15\x1c\xdc\xf5\x1f\xe0\xe4\xd3\x04\xa8\x71\x74\x4e\x52\x21\x1f\x34\xc6\xa9\x90\xcb\x79\x44\xb4\x0e\x7d\x46\x2c\x16\x0b\x62\x15\xea\xa8\x21\x39\x52\xdc\x97\xd8\x79\x42\x63\x6b\x7d\x63\x9e\x00\x96\xee\x94\xe4\xcc\xd4\xef\xb7\x5f\xdb\xde\xf3\xad\x79\x78\x99\x30\x27\xc1\xec\xb6\x04\xce\x13\xf6\xbe\x1a\xd1\x44\xac\x83\x1f\x69\x16\x97\x32\xf2\xd4\xd7\x2c\xef\xa3\xf3\x84\x9f\x8f\x81\x3d\x1d\x15\x57\x46\x44\x13\xe6\x32\x7a\x42\xa2\xb7\x6c\x2c\xa7\x61\xbf\x60\x82\xa7\xb0\xe7\x2d\xeb\x5d\xd8\xf3\xc6\x7e\x35\x93\xea\xb8\xf0\x53\x4f\x69\x1c\xaf\xf3\x74\x7c\x7a\xc9\x4f\x9c\x34\xba\x47\x94\x9a\x06\xbe\x65\x9e\x4e\x3f\xc7\x9d\x78\x3a\xc1\x71\x69\x35\x05\x3b\x53\x52\xa3\x53\xb7\xd3\x69\xd1\x11\x9e\xb4\xce\x01\xff\x88\xe2\xf7\xbd\xa9\xa1\xb3\xd1\xa1\x33\xcf\xd3\xd9\xe8\xcc\x39\xfd\x88\x0e\xc6\x4f\x53\x3d\x8b\xdb\xc8\xcb\x5d\xf1\xf5\x79\x38\xfc\x30\xbf\x99\x1e\x1c\x9a\xb3\xbd\x4f\xa4\xbf\xc5\xbe\x30\xdf\x72\x05\xf1\x66\x8a\x5f\x46\x6a\x70\xee\xcf\xcb\x48\x0d\xce\xf2\x69\x5c\x79\x07\x39\x39\x4d\x02\x3a\x9c\x1a\x70\x4e\x43\xb2\x21\x58\x9d\xb3\x38\xa6\xad\x1e\x11\x7d\x6b\x67\x23\x28\x50\xd7\xe5\xe5\x44\xe1\xb9\xc7\x6b\xb6\x09\xd7\xca\x40\xbb\xc1\xd9\x3f\x9d\x98\x0f\x0f\xd6\x6c\x0e\xd1\x03\xf8\x39\x05\x9e\x1a\xce\x59\xff\x48\x02\xbd\xfa\x38\x9f\x46\x52\x1d\x5c\x0b\x67\x33\xad\xfa\x5d\xf3\xe5\x9f\x0b\xf2\xa7\xc6\x59\xe1\xa8\x9b\x62\x81\xbb\x0e\x3a\xf8\x76\xe8\x53\xc9\x33\xc7\x3e\xb2\x01\x2a\x4f\xdf\x28\xc6\x01\x4e\x25\xe6\x1b\x85\x35\x26\x08\x56\xc1\xdf\x3f\x6f\x33\x73\x31\xa4\x66\x88\x3b\x7c\x23\x9c\x66\x88\x3b\x4a\xbe\x93\x67\x7c\xe4\x99\x20\x2b\xa9\x8c\x9c\x9f\x07\x53\xf9\xb6\x0f\x9f\xd1\x15\x16\xab\x60\x42\x9a\xc2\x62\x15\x0c\x8e\xf3\x76\x2e\x23\xa6\x9b\x81\x59\x0d\x7f\xd4\x54\xfa\xbe\x47\xe4\x8f\x4a\xd6\x8b\xe1\x61\x1a\xb5\xd5\xb8\x13\x4c\xa7\xf3\xcb\x79\x2e\x94\xd6\x04\x87\x33\x05\xcb\x9a\xfd\x7d\xf3\x4f\x12\xc5\x58\x2f\x6b\xec\x73\x42\x65\x55\x3c\x3d\xf3\x86\x67\xa0\x46\x94\x67\xea\xca\x97\xc2\xdd\xa5\x1b\x15\xbb\x0d\x32\x61\xde\x39\xca\x18\x1c\x8e\xb2\xd4\x6e\x59\xe3\x67\x56\x9a\x73\xee\xc0\x66\x32\xcd\x39\x77\x70\xef\x9e\x02\x6c\xd5\x7e\xfc\x87\x1d\xdd\x7c\x74\xc7\xdb\x43\x8e\x41\xc1\xc6\x33\x05\xdf\xaa\xf8\xa7\xa7\xd9\xe9\xe6\xc9\x6e\x63\xfc\xd6\xc9\x9d\x64\x1a\xbf\x75\xb6\x23\x25\x61\xf7\xa0\x1f\x1c\xaf\x9d\xa9\x86\x19\xed\x15\xbf\xfe\x34\xff\xc1\xde\x9c\x4f\xff\xfc\xd4\x75\xea\x04\x70\xfb\xb2\x36\x3b\xb7\x7d\xf6\x8c\x4e\x08\x09\x2b\x50\x30\xac\xc6\xcd\x79\x76\xac\x68\x35\xa2\xcc\x96\x33\xe5\x62\x68\xba\x11\x6d\x8a\x64\x38\xc0\x57\xb1\xe5\xf5\x5c\xd0\x27\xa2\x6e\xe4\xec\xa4\xdd\xac\x41\xac\xe4\xee\x0b\x39\x1b\xa9\x90\x51\xcd\xb9\x99\x1e\xe9\xe7\x93\x38\xff\xb0\x32\xca\x81\xd9\x17\xb9\xeb\xf8\x89\xd4\xff\xce\x3c\x17\x6e\xaa\x75\x74\x83\x4e\x1c\x09\x43\xd1\x1d\x48\x7d\xa6\xc7\x4c\x8f\x72\x1e\x79\x99\x8d\x87\x97\xc9\x1b\x44\x0d\xcd\xc2\x85\x41\x6a\x0e\xa8\x39\x5f\xf1\xf7\x7f\xff\xef\x76\x4c\xe9\x9c\xe2\xdd\xba\x33\x1d\x0c\x7b\x39\xe8\x5b\xd1\x6e\xdd\xc0\x25\xa7\x30\x30\xf7\xd9\xf3\x9d\x63\x6e\x6e\x24\x11\x61\x8f\xbc\x29\xa5\xec\xcc\x9b\x46\xc3\xf1\xf7\x67\x5a\xdf\x39\x60\x4d\xaa\x95\x85\x3e\x14\xe5\x92\x7d\x58\x18\x97\x3b\xa7\xfa\x40\x03\xe3\x3b\x73\x2c\xb2\xae\x06\xc1\x83\x0c\xac\x39\xb4\x6e\x8c\x45\x53\x60\x95\xbb\xa3\xd4\x0a\xac\x72\xf7\xb4\xd0\xa7\xd3\xcc\x87\x1f\x3d\x2b\x48\x0a\x4b\xae\x79\x26\x0a\x2a\x8e\x0c\x93\x6b\x71\x49\x9a\xc6\xaa\xdc\x80\xf3\xe6\x34\x69\x27\xf3\x75\x0e\x85\xe0\x30\xd3\x8d\x63\xc1\xe6\x35\xcd\xb4\x45\x1a\xfe\x47\x5c\xff\xf7\xff\xfa\xf9\x7e\xa8\xc0\x9a\x99\x0f\x15\x58\x93\xff\x2b\x45\xe1\xc1\xe6\x2d\xcc\x49\x3f\x67\x24\x21\x05\xf3\x0b\x23\x05\xf3\x07\xa2\xf7\x58\x68\xd3\x68\xc0\xd4\x4d\x1c\x2d\xad\xa6\x18\xc5\xb2\x5c\x79\x53\xf8\xbf\x9a\x42\x7f\x92\x6e\x24\x45\xb6\xf8\xae\x3c\xa7\x63\x59\xe8\x6e\x61\x43\xae\x68\xfa\x26\x9d\x1a\x40\x9c\xa6\x48\xa7\x0a\x46\xa5\x29\xc4\xc7\x28\x2d\xc5\x7c\x9e\x67\xec\x61\x02\x7c\x8c\xd2\xa8\x8c\x03\x56\xd0\x24\x9d\x19\x0e\xb4\xc2\x9c\xc6\xf4\xb5\x48\x3a\x82\xd2\xa3\xdb\xc8\x44\x4a\x11\x16\x0a\x68\xd8\x9c\x46\xf8\x5d\x34\x49\x70\xa7\x23\x4d\xd2\x2c\xa9\xed\x88\x28\x80\x61\xcb\xab\x02\xbc\xa5\x83\x9f\x6d\x6f\x1e\xe5\xdf\x06\xf5\xb9\x0c\xe9\xa3\x4b\x17\x73\x88\xad\xca\xd8\x8e\x83\xb1\x10\xb6\xa3\x44\x67\x5d\x0e\x52\x29\x79\x53\xe4\x94\x2c\xa8\xc5\xa9\x3e\x91\x5c\xb7\xfc\xc2\xe7\x78\xbe\x93\x45\x09\x14\xd1\x14\x16\x63\x12\x01\x35\x9d\xb4\xad\x36\xb6\x2d\x01\x2c\x26\x71\x4d\x73\x71\x1e\x53\xaa\xc3\x4d\x18\x44\xe1\x29\x2a\xa8\x9d\x09\x9c\xe2\xfd\x85\x5d\xa8\x9c\xa3\xc1\x4f\x70\x74\x82\x9f\xc0\xbc\x3d\x8d\x9f\xa8\x8d\x5d\x16\xfc\x04\x6e\x8c\x69\xfc\x44\x3f\xdf\x97\xa7\x4f\x17\x7e\x24\xfd\x1a\xbb\xff\x74\x36\xb6\x73\xb6\xfc\xd6\x1e\x05\x36\x7a\x53\x3e\x9d\x93\x9d\x53\x98\x88\x76\xa5\xa7\x4d\x50\x06\xd6\x65\x0a\x05\xd1\x6e\x34\x08\xa1\x1e\xda\x9d\xef\x7c\x0c\x51\x01\xe9\xc0\xf7\x5b\x8a\xd7\x15\x7d\xe2\xd8\x78\xa6\xab\x99\xa1\x2a\xe1\xe9\x73\x99\xae\x95\x42\x05\x71\x28\x51\x20\xb7\x99\x81\xf9\xc5\x36\xe8\xb3\xe6\x99\xa7\x4b\x9e\x79\xba\x0c\x24\x45\x2a\x70\x4c\x0b\xdf\x30\x0f\x96\xfc\x36\x02\xae\xe4\x99\x87\x2b\xdf\x09\x01\x57\x52\xa6\x74\x29\x7a\xc2\x78\x04\x80\x24\x33\x78\x84\xbc\x6a\x7f\x6a\xc3\x8a\x22\x3c\x42\x23\xf6\x6b\x2a\xcd\x5a\xbb\x52\x1b\xf3\xef\x01\x72\x9c\x06\x27\x5c\x99\x4c\xdb\x74\x7c\x2d\xc5\xda\xdc\xcb\xf4\x11\x54\x21\xde\xb3\x29\x46\xa9\x58\xe4\xa6\x71\x0b\x57\x26\x9e\xa0\x09\x0d\x47\xe7\xdc\x98\xb6\x51\xe0\x0c\x45\xb8\xee\xf4\x88\x6d\xd9\x2d\x0f\x65\x49\x45\x9f\x34\x12\xe1\xd5\x5a\x8d\x35\xb8\x33\x20\x06\x21\xa7\x0f\xbc\xb5\x95\x14\xfa\xe8\xcc\x2d\x5d\xb0\xbd\xf0\xa9\x8e\xc0\x9b\x07\xb3\x43\x58\x81\x12\xfd\x4b\x1c\x52\x67\x1d\x2d\x62\xd3\x18\x50\x37\xc5\xc1\xe3\x53\x9b\xdb\x70\xcd\x4a\xd5\x9e\xe9\x38\xfb\x95\x67\xc2\x40\xd6\x94\xb2\xf4\x2c\x95\xd1\x0c\xa8\x91\xbe\x7a\x96\x37\x8d\x4d\xe3\x87\x4e\x92\x06\xfe\x66\x7e\x80\xd8\xd8\x10\x3b\x0d\x0a\xb8\x4f\x0a\x32\x28\x00\xa0\xdd\x74\x0a\xb5\x23\xf3\xec\x03\xc6\x86\x1d\x4c\x28\x80\x0a\xf0\x72\x02\x02\xc8\x66\x2b\xaf\x7f\x23\x5a\x6f\x3a\xef\x19\x31\x7f\x53\x3e\xff\x46\xec\xce\xfc\x98\x15\xb2\xa1\x79\x29\xef\x59\x23\x58\x70\x82\x00\xc8\x86\x26\x04\x40\x3b\x52\x3d\xcd\xc9\xe3\xbf\xa8\xda\x64\x39\x9b\x4c\xb4\x0f\x8e\xcd\x96\x2a\xf8\xa0\x48\x3b\x1d\x33\xc2\x3a\x04\x01\x30\x5b\x7e\x2a\xdf\xd8\x4c\x85\xec\x91\x60\xde\x7d\x70\x6c\xa2\x7f\x0a\x01\x70\xde\x25\x2d\x35\x43\x64\x16\x2a\x79\xce\xb2\xe9\x7e\x4c\x11\xc9\x09\x48\x9a\xb3\x2c\x55\xd2\x9c\xdd\xec\x7e\xc2\x00\x34\x02\xd0\xe6\xc7\xa6\xb6\xbb\xe6\x5d\x1b\x6c\xd9\x55\x84\x01\x68\x37\xb7\xa9\x8f\xd3\x31\x71\x5e\xd8\x73\x5f\x5b\x6a\x84\x7d\x8c\x62\x35\x8b\xe7\x3b\x4e\x1b\x4d\x36\x4f\x7d\xd4\x64\x5a\x39\x6d\xf4\x99\xa1\x21\x21\x13\xd7\x7c\xfb\xea\xdf\x1b\x2d\xc4\x4f\xd1\xf4\x4c\xfc\x94\x69\x65\x57\xfd\x7b\xc3\x35\xf1\x53\x16\x88\x5d\xf3\xef\x35\xd6\xae\xf9\xf7\xe6\x2a\xd7\x7c\xcb\xd4\xb6\x67\xbe\xb4\x96\x87\xcb\x96\xc2\x3c\xdd\x26\xe8\x73\x85\xcd\xfd\xd4\x71\x39\x4c\xfb\xdb\x81\xa5\x4d\xfb\xd0\x47\x2c\xb9\xf2\xa1\x97\xdc\x64\xec\x42\xaf\x2d\x35\x34\x50\x2b\x7b\xa1\xb9\x9e\x8e\xb7\xfe\x9a\x4c\x0d\x07\xfb\xb4\x9b\x1c\xb4\xde\xb4\x97\xbc\x46\x5b\x93\x97\xbc\x82\x25\x9e\x26\x73\x22\x04\x71\x7e\x4d\x5a\x93\x0a\x89\x40\xf4\x78\xdf\x54\x2f\x70\x1f\x91\x97\xfb\x3a\xd0\x33\xbe\x8e\x27\xbe\xe9\x5b\xa1\x73\x0f\xe6\xcd\x17\xe2\xdc\x2b\xbf\x97\x4a\xc4\x01\xfb\xf5\xe6\xc7\xfc\xb3\x4f\x7b\x9c\x79\xd5\xf0\x5c\x66\x91\x3c\xdc\xb3\xa7\x03\x0c\x5d\xaf\x91\xdc\x75\xd4\xdb\x68\xdc\xac\x00\xfb\xa8\x0f\x80\x5d\xf3\x6b\x38\x6e\x49\x05\xc0\xd5\xe7\x53\x94\x92\xfc\xd3\x5b\x1e\xc3\x67\x97\xf5\x91\x3d\xcf\x2e\xeb\xa3\x70\x22\xff\xc0\xe3\x52\xb2\x7d\xd6\x47\x96\x9a\x7d\xd6\x47\x41\x4f\xfa\x19\x90\x4b\x9d\xec\xa3\xbe\x1b\xf7\xa7\x1f\x3b\x62\xcd\xbb\xd3\x03\x38\x10\x19\xfb\xfc\x67\x6b\x3c\x53\x92\xec\x04\x67\x9e\xd9\x14\x50\xf3\xf0\x4f\x0f\x29\x96\x83\xf9\x15\xbb\x45\xde\x95\xb9\xff\x48\x41\xde\xd9\xda\x2b\x1a\xd4\xc0\x19\x6a\xd7\x72\xcb\x3a\xfc\x01\xda\x40\x23\xff\xb1\xd3\xdd\x29\xd8\x1a\xd7\x9d\xa2\x98\x9d\x74\x93\x6c\xac\xf8\xd4\x67\x3c\xcb\x2d\x0f\xbd\xd3\x71\xaa\xfe\xcc\x85\x9b\xdf\xe0\x59\xce\x68\xb0\xd3\xb1\x19\xfc\x4c\x86\x7b\xff\x3b\x7e\x68\xc6\xcd\x9c\xb1\xc1\xaf\x9c\x39\x60\xfe\xd0\x77\x1c\xed\x5c\x7b\xa7\x84\x18\xc4\x6a\x9a\x6a\x57\xdb\x3b\x23\xd8\x16\x99\xed\x3f\x18\x22\x39\x2d\x7e\xd0\xdf\xb6\xbc\x5c\xcd\xd7\x46\xd3\x37\x3b\x35\xbf\xb5\x6f\xed\x46\x15\xc0\x97\xdc\xd9\x17\xcd\x0d\x76\xcd\x8c\xac\xd6\xc3\x0d\x0d\xc3\xb4\x6b\xf9\xc2\xdd\x3d\xed\x5a\x1e\xfd\xa6\x53\x1d\x77\xd4\xde\x6a\xfc\x79\x03\x76\x25\xed\x69\xae\xb1\x13\x8b\x2c\xac\x0d\x86\xd2\x7e\xe7\xf7\xce\x66\xbf\xf3\x60\x78\xe4\x4b\x6e\x99\xb4\x7f\xd9\x61\x2b\xe2\x70\x63\x1b\xe2\x94\x45\x39\x0f\x15\xa2\x3c\x52\xea\x47\x2a\x51\x41\xf2\xf2\x2d\xa9\x9e\x97\x2f\x13\xe4\x0f\x50\x2d\xbb\x84\x3d\xc9\x47\x76\x58\xfb\x8e\x6b\x36\x72\xf9\x8e\x5b\xac\x71\x76\x1d\x9f\x31\x9e\xff\x01\x77\xba\xf3\xae\x71\x0a\x6c\xbf\x7f\xe8\xad\x1c\x35\x7f\xe8\xad\x69\x2b\xa8\x0c\xce\x8f\x3f\xec\x45\xd4\x18\xc3\x23\x27\xbd\x1c\xc2\x4f\x77\x53\x92\x8d\x40\xd0\xae\xcc\xbf\x68\x9c\xb4\x47\xa7\x77\x07\x62\x32\x61\x00\xe3\xb2\x67\x37\x6f\x6d\xe8\x17\x76\xf3\x9e\x8d\x41\xff\x03\x3d\xc4\x84\xf9\xd3\x54\x84\xaf\xf6\x11\x45\xcd\xc1\x25\xd6\x5e\xde\xda\x32\x90\xc2\xd6\x65\xfe\xdb\xab\x7b\xb6\x33\x05\x49\x47\x4f\x37\xd9\xa9\x1b\x37\xa0\x9c\xba\x8d\x98\xd3\x29\x3f\x6d\xeb\xd6\x97\x97\xdd\xb4\xc5\x09\x6e\x1f\x51\x54\x21\xb6\x6f\x2c\xf9\x65\x47\x71\xa9\xeb\xf0\x85\xd7\x53\x70\xc9\x0d\x5b\xb8\xeb\x2d\xb9\x5d\x0b\xb7\xb9\x25\x37\x6b\x99\xef\x9b\xb2\xf8\x7a\x3f\x5e\x87\xd9\x15\x1a\x7f\x90\x39\x1a\xcb\xe6\xb2\x9b\x74\xf4\x4e\x31\x1a\xfc\x7e\x9d\x94\x63\xba\x7c\x46\x7b\xd9\xf5\x79\xbc\x7f\xd1\x25\x17\xdf\xf4\x3a\x80\x4c\x5b\x9f\x5f\x07\xa8\xe8\x9a\xa7\xbe\x74\xdf\x7c\x0a\x2a\x3a\x75\x92\x11\x1a\x7b\xf5\x12\xe9\xd6\xd9\x80\x17\x2d\xf9\x50\x1b\xb1\x73\xeb\x00\x05\x5d\x23\x1a\x05\xdd\xe8\x30\x50\xd0\xe9\x15\x50\xd0\x69\xec\xf2\xf9\xd1\x90\xa4\x60\xa7\xfa\x46\xa0\x39\x15\xe5\x23\xda\x6c\x7b\x52\x07\x29\x7d\x47\xba\xc5\xa4\xa1\x2d\x55\x32\x72\x00\x8f\xcc\x3a\x7c\x77\x69\x37\xad\xc1\xd0\x9c\xff\xc8\x85\x74\xa4\x0e\xdb\x47\x0f\xb5\xd7\x94\x3a\xde\x7f\x6e\x49\x2e\xe6\x1c\x4c\xe3\x7f\x83\x59\xd6\x89\x55\xd9\x1e\xa3\x25\x67\xe5\xf3\x69\x47\xf4\x02\x67\xc8\xe5\xad\x6c\xc0\x9f\x96\x9d\x95\x8d\x2d\x72\x9d\x86\x2d\xf7\x3b\x4f\xad\xf5\x7b\xf1\x2c\x11\x7b\x3d\xe2\x40\xf4\x25\xe0\xfd\x56\x37\xd3\x57\xf2\x71\x91\xd6\xe8\x62\xfa\xd6\x48\x24\xf1\xf4\x9f\x28\xb9\x5a\x4d\xa1\x0e\x5d\x3f\x1a\x1f\x7a\xff\x31\x87\xef\x23\x0a\xfe\x71\x45\xb2\xde\xde\xf2\xa9\x16\xe1\x45\x2f\x98\xb6\xde\xd4\xbc\x8f\x68\x37\x54\xa3\x29\xba\x94\x80\x64\x59\x27\xb6\xec\x94\x8b\x2d\x9b\x81\x39\x63\xa0\xe6\x65\x01\x28\xfb\xe4\xa7\x76\x84\xb4\x34\x4d\xf7\x8c\x3e\x23\x0d\x07\x57\x46\x9c\xde\xf3\xf2\xa9\x29\xc5\xdf\x4f\xb7\x0e\x15\xba\x5e\xa7\xef\x6d\x26\xed\x47\x34\x47\x14\x5d\x66\xf7\x27\x73\x57\xee\xcf\x36\xd3\x9d\x64\xe5\x49\x07\x6e\xbc\x89\x2e\xc7\xd9\xff\xf0\xd2\x2f\x25\xf8\x9b\x07\x8b\x49\x49\xfc\xa6\xe9\x29\x1f\xe9\x4f\x9b\xa1\x87\x53\xdc\x4b\x95\xc3\x68\x5d\xe6\x6b\xe0\x12\xb7\x44\xbe\x54\x31\xf6\xaf\xcb\xc7\xbb\x53\xcb\x3e\xa2\xe7\x5b\x24\xeb\xfe\x3e\x0e\x97\xe9\x97\x2e\x1c\xdc\xeb\xc2\xa5\xca\x68\x2b\x59\x5f\x03\xcc\xbe\x2e\xe8\xed\xef\x94\xa4\xc3\xe6\xa2\xb6\x78\x19\xef\x88\x46\x02\xdd\xa9\xa0\x71\x57\x3e\xcd\x57\xc1\xf5\xcf\xf2\xb6\xd3\xb4\x5d\xbe\xfd\x2f\xf1\x35\x35\x6c\x80\xab\x10\x1a\x7f\xe6\x53\xea\xdf\x11\x8d\x28\xf5\x39\xb5\x0a\x74\x24\xbe\x57\x2c\x11\x38\x3d\x4f\x53\xf0\xf6\x78\xa7\x64\x12\x41\x46\xfc\x79\xa0\x3c\x39\x44\xc6\x74\x81\xfe\x58\x76\xe4\xb6\xc2\x0a\x2f\x93\x77\xf9\x54\xdc\xe1\xc7\xe4\x37\xcb\x57\x47\x7a\xa6\x98\x56\x0e\x97\xf6\x82\x73\x89\xed\x14\xce\xa5\x42\x7d\x9d\x36\xf2\x4e\x39\x9e\xd9\x83\x2a\x28\x68\x1d\x5b\xd7\x12\xe9\x52\x69\x69\xa8\x8c\x40\x58\x32\x96\xd2\xe9\xbd\x2b\xb8\xd8\xcd\x4f\xf0\xe5\x32\x23\x53\x4b\xd7\x63\x2f\xa2\x1d\xc4\x69\x31\x88\xc5\x26\xa2\xf4\xbc\xaf\x45\x29\xd5\xd3\xfa\x62\xea\xca\xb3\x3d\xcd\x6c\xfa\x48\x53\x52\x5e\xf5\xa5\xa2\x31\x46\xdb\x27\xa7\x5f\xad\xdc\x7b\x58\x4a\x95\x8b\x8e\xf5\x9b\x25\x76\xa5\x9a\xe3\xb0\x72\xb1\x99\x48\x8e\x5d\xab\x29\x88\x93\xa8\x21\xca\x58\xfc\x96\xb3\xb4\x40\xfe\x99\x73\xf3\x79\x55\x77\x38\xab\x5f\xab\x0e\xc8\x5f\xf8\xe7\xf4\xb1\x14\xc9\xd1\x37\xec\x70\xd5\xa1\x53\xec\x61\xca\x86\x57\xfb\xfb\xaa\xad\xca\xec\x94\x95\xc8\x29\xd6\x83\x69\x95\x30\x94\x2d\x27\xc3\x7b\xa7\x81\x78\x95\x1a\xce\xf4\xe5\xd4\x78\x04\xeb\x2f\xb3\x2a\xf5\xa8\x36\xa2\x51\x6a\xc7\x5b\x8e\x8f\xd4\x54\x48\xd7\x71\xee\xca\xcb\xc4\x48\x67\x4b\xfd\x16\x67\x14\xe5\x1a\x86\xde\x52\x92\xee\xe7\xc7\x5b\x90\x2f\x6c\xa9\x03\x28\x74\x76\x94\x0a\xd0\xbc\xa7\x60\x1d\x3c\x3d\x7f\xb5\xf1\x89\x35\x56\x31\x89\x0f\x7e\x83\xe6\x38\xf8\x8f\x4f\x7d\x38\x04\x17\xdc\x48\x50\x1c\xae\x2a\xf4\x13\x40\xe6\x55\xb7\x01\x65\xec\xc1\xa6\x4a\x6a\x25\x23\xe3\xc8\x40\xe7\xf4\x78\x44\x74\x47\xaa\x08\x1f\xc8\xfb\x1f\x5f\xbb\x6a\xea\xa8\x73\x94\x8e\x31\x91\xd2\x0d\x25\xdd\x82\x48\x09\x08\xca\x6a\xc6\x30\xd5\x23\xa2\xaf\x5d\x77\x44\x11\x32\x33\x00\x0d\xc4\x2b\xc7\x75\x33\x76\xfc\xa6\x01\xe2\x55\x6a\x00\x54\x96\x78\x95\xce\x1b\x64\xf3\x6a\x46\xfc\x45\x5f\x6b\x20\xfe\xae\x94\x64\x64\x3c\x7d\xdc\x8c\xf8\x9b\x29\xca\x10\xbf\x99\x5a\xc8\x76\x99\x99\x27\xaa\xa5\x96\x19\xdc\x0c\xf0\x23\xf8\x63\x35\xb2\x75\xf4\x3c\x6d\x3a\x2d\x53\x0e\xbb\x74\xfe\xe2\x53\x78\x22\x0d\x3f\xcc\xbb\xbe\x42\x5e\x34\xd5\xd4\xdc\x30\x3e\xae\xe6\xac\xde\x28\xdd\x0d\xb4\x5f\x7a\x49\x13\x7c\xbe\x12\x98\x24\x0a\xf2\x05\x07\x6c\xea\x6a\x40\x2b\xd2\xfb\x52\x72\x3b\x6c\x9a\x4b\x40\x90\x0b\xd4\xdd\xba\x9d\x5f\xe2\x8e\x64\xd3\x2b\x3b\xb6\x70\x20\x17\x60\xb9\x65\xb6\x9e\x71\xd2\x9f\x24\x1c\x84\x85\x63\xdd\x04\xf2\xd6\x3c\xfd\x79\xa9\xb8\xe5\x61\xe4\x61\x2b\xbe\x89\x13\x19\x79\x5a\x4d\xaf\x48\x51\x52\x73\x08\x42\x5b\x4e\x31\x88\xbd\x7c\xdd\x10\x3a\xbc\x5f\xda\x32\xc8\x4e\x7d\x3b\xf3\x08\xd3\xfb\x66\xc3\x4f\x39\x3f\x49\xf9\x50\xf7\x96\xfc\xd1\x11\xec\xe8\x18\x42\x73\x94\xec\x58\xb7\x0d\x66\x68\x23\x4a\x35\x58\xb2\xf1\xdd\x9c\x0c\xfc\xcf\xbe\x83\x92\xef\x86\xaf\x7f\x79\xd5\x31\xc5\x35\xa2\xcd\x69\xa9\x2a\xe6\xb4\x9a\x6f\x7d\xe8\x72\xae\xde\xd8\xd3\xb8\xc3\x88\x7c\xa7\x3e\x07\xc7\x3f\xf7\xf4\xce\xa9\xc2\x2d\xa5\x63\x3e\x43\xe9\x31\x33\x4f\x4b\x2f\x18\x13\x32\x0a\x5a\x42\xe7\x98\xe1\x0e\xd6\x09\xd3\x45\x85\xec\x8e\x51\x8f\xe6\xdf\x89\xcb\x65\xbb\xeb\xc4\xe5\xde\x11\x7d\x45\xa3\x2f\x3a\x26\x04\xf6\x79\x61\x46\x2a\x9e\x94\x25\xcc\x48\x85\x22\x67\x75\x8e\x16\x7e\xaa\xb8\x41\x1c\xe6\xcb\x2c\x3c\x47\xee\x08\x9d\x28\x5c\x36\xac\x4e\x14\x2e\xab\x56\x3c\x3c\x35\x17\xd5\x6e\xce\x71\x70\x00\x4b\xf9\x06\x2b\x66\xd0\xd5\x3d\xb3\xb1\xad\x2d\xf1\xf2\xd4\x4c\x40\x81\x4f\x2a\x0e\xa2\x65\xec\xc9\xc0\x8c\xbd\xba\x35\x9e\x8b\x49\x66\xf0\xc9\x91\xa6\x78\xd2\xb7\x54\x81\x73\x28\x8d\xf1\x39\xd4\xde\x97\x85\x22\xb8\x50\xbb\x3b\xc7\x12\x1a\x72\xe7\x20\x2a\x74\xbe\x0f\x22\xec\xfb\xab\xdb\x1b\xdb\xd2\x1c\xdf\x3e\x5f\x89\x85\x49\x03\x30\x61\xa4\x83\xb7\x8f\x4a\xea\xe4\x78\x40\xc2\x5d\x57\xc7\x66\x81\x01\xa1\x13\xf1\xf4\x8a\x06\x0d\x8d\x94\xe4\xad\x84\x03\xba\x13\xf1\x84\x3a\x61\x96\x9e\x93\x10\xcb\xd5\x89\x78\xe2\x72\xd0\x89\x78\x62\x8f\x12\x4d\x4f\x23\x00\x67\x89\x98\x27\x70\xf2\xe5\x1c\x83\x27\xd1\x8e\x6b\x70\x1f\x9d\x79\xd7\xe6\x4b\x54\x37\xe7\x18\xbc\x72\x38\x3a\xc7\xe0\x05\x90\x61\x39\xc7\xe0\x85\xa5\x6d\x39\xc7\xe0\x95\xe9\xef\x1c\x83\x17\x90\x84\x35\x7c\x12\x65\x49\x8a\xa0\xe7\xe9\x9a\xbc\x6c\xe7\x28\xaa\xde\xf0\x1d\xb4\xa7\x8e\x76\x8e\xb2\x26\x45\xd1\xf3\x7c\x4a\x1d\x81\x4c\xb1\xb5\x0f\xa2\x2d\xd8\x91\x07\xd1\x16\xac\xba\xe1\x68\x8b\x2b\xef\xfa\xe8\xa4\x86\x04\x54\xf4\xfc\xc6\x77\x98\x54\x82\x3b\xea\x48\x41\xbe\xc4\xb0\x7c\x07\xe1\x16\x23\xdf\x3a\x1b\x3c\xaa\xb3\xf3\x08\x5e\xb9\xd8\x19\xd0\xd4\xe0\x92\x5b\xc3\xf6\x64\x0c\x68\x6b\x10\x71\x81\x56\xe4\x4c\x82\x17\xa0\xaa\x35\x08\x55\xea\x29\xd9\xd8\x99\x0c\x01\x11\x18\x3d\xa2\x8f\x4f\xb6\x2b\x43\xa0\x2e\x40\x12\x6b\x18\x97\x7e\x45\xb2\x6a\x50\x52\xb0\x73\xdd\x97\x94\x64\xd5\xa0\xa4\x8e\x36\x19\x31\x57\x87\xfd\x6e\xac\x10\xa3\xa2\x2e\x20\x84\xcb\xb0\xa8\x0b\x8c\xe9\x1a\x8e\x4e\x02\x51\xb8\x86\x91\xe9\x19\x02\x62\x37\x4a\x4a\x92\x6e\x90\xd1\xf2\x05\x14\x87\xed\x1a\x9b\x0b\x5c\x9e\xda\x47\x77\xfd\xdb\xb6\xbe\x06\xd8\x19\x6e\x6c\x66\x07\x1a\xb9\xb1\x0d\xe3\xd6\xcf\x33\x75\x7a\xe6\xe2\x38\xf2\xae\x2d\xd1\x6c\x6e\xc2\x5c\xb5\x71\x44\xb2\xdd\x14\xad\xc8\x98\xab\x72\xa2\x38\x4f\x5b\xa2\x6d\xda\x5d\x06\x5d\x95\x13\x43\x95\x50\x57\x6d\x1c\xf9\x12\x1d\xa9\x23\x0e\xeb\x3d\x11\x6d\x9b\xe8\x29\xd7\xb6\x89\x9e\x92\x0c\x62\x67\xde\x8a\x33\xa8\x41\x0b\xb6\x9c\xc3\xb0\x40\x05\xba\x26\x90\x76\xa6\xde\x04\xd2\xce\x1c\x9f\x64\x64\x63\x52\x4f\xd4\xb8\x8a\x74\xdb\x54\x9a\x77\x05\xbf\xe6\x76\x68\x36\xa0\x0a\x3d\xdf\x9a\xe4\xec\x66\xb1\x4f\x6e\xc8\x23\x25\x99\x37\x6f\xa4\x12\x32\x9f\x70\x57\x73\x5a\xc2\x92\x2b\xa9\x38\x7f\x5a\x2e\x10\xd3\xd6\xc8\x0b\x25\x7a\xda\xf8\x03\x16\x66\x89\xd7\xa7\xe5\x12\x30\x93\x9d\x8d\x5e\x22\x3b\xdb\x95\x4f\x85\x7e\x4f\x63\x50\x92\x4a\x3e\xd5\xd5\x29\x96\x22\x83\x94\x7a\xac\x4a\x62\x42\xb9\x70\xa7\x2c\x71\x9d\x4c\x68\xb0\x97\x52\xb9\x4d\xa8\xae\x97\xb9\x4d\x8e\x6c\x72\xe2\x36\x39\xfb\xc5\xe4\x31\xae\xe7\xc0\xdf\xb0\xcc\x6e\x72\xc2\x91\xb7\x4c\x67\xd2\x89\x8a\x59\xa6\x33\x89\x31\xc0\x40\x1f\x90\x61\xcb\x40\x9f\x13\x3e\xbd\x65\x72\x93\xfb\xaa\x29\xd7\x50\x06\xda\x26\xe4\x4f\x68\x75\x96\x91\x3f\xad\xa3\x76\x2c\xd8\xd7\xd3\x70\xf0\xb2\xac\xce\x4d\xe8\x2c\x16\x20\x41\x81\x1a\x5c\x02\x2b\x09\xe4\x50\x3b\x37\x41\x4c\x5c\xb2\xb7\x4f\x8e\x68\x01\x49\x20\x57\x53\x92\x17\xe0\x95\x6f\xff\xb4\x34\xf8\x6b\xe6\xe8\x85\x28\x83\xda\x19\xe9\xd2\x14\xa5\x0e\x13\x47\x45\x47\x94\xef\xe7\x8e\xe4\x6c\x8d\x8c\xe2\x36\xea\x90\xd3\x69\x7b\xb3\x07\xf3\xb4\xb6\xc1\x84\x6c\x68\xa6\x0d\xa9\x84\x32\x2e\x61\x75\xca\x4c\x2f\x98\x94\x8a\x78\xc4\xb5\x61\xdc\xe1\x3c\x15\x4f\x48\xcd\x0d\x00\x9a\x90\x9c\x5c\x1b\xe8\x75\x7a\x10\xe8\x75\xcf\x53\x29\x25\xa9\x03\x6c\x1e\x6c\x01\x1b\x23\x1f\x5b\xc0\xce\x54\xa2\xa9\xb6\x7a\xdf\x6c\x61\x1b\x3c\x75\xc9\x53\x6b\x4a\xe9\xfc\xcc\x9e\x94\x8c\xa6\x94\x92\x65\x53\x28\x79\x57\xdd\x74\xa4\xb1\x46\x5b\xc3\x4d\xbd\x76\x66\x4f\x3e\x15\x58\xf5\xa4\x8b\x4d\xe7\x71\x01\x88\x5b\x46\xee\xdc\x27\x8a\xf6\xc7\x64\xfe\x34\x40\xfc\x1d\xad\xf6\xff\x60\x93\xf9\x10\x58\x8d\x2a\x6a\x32\x8f\xfb\xbc\xf3\x17\x1f\xf1\x28\x3f\x86\xf5\x5c\xb0\xc4\xad\x0f\xe1\xa1\x23\x7f\x55\x78\xe8\x15\x89\x13\x3e\x15\x34\xf1\x0f\x1b\xe9\x87\xbb\x72\x8d\xe8\x23\x90\x35\x67\xa0\xcf\x95\x3d\xcd\xdc\x1e\x95\x10\xcb\xf5\xf1\x34\xcd\x35\xf1\xc3\xfd\x38\xff\xf5\xde\x09\xbb\xc7\x12\x9f\x47\x1b\x4c\xe2\x8f\xb7\xc3\xfc\xc6\xc1\x3f\xdc\x37\x3e\xd9\x0d\xf9\x8b\xf2\xfb\xe0\x32\x5d\xc2\xd8\xd4\x18\xe1\x4c\xb3\x41\x24\xd0\x02\x62\x93\x2b\xae\x69\x36\xee\xb3\xe5\x5d\xdf\xc1\xd3\x67\xce\xef\x06\xd2\x64\x7d\x08\x05\x4a\x07\x2f\x2f\x1c\x0a\xb6\xf1\x7b\x46\x92\x75\x33\xc5\xda\x64\x03\x44\x77\x7d\x32\x65\x27\xa2\xf5\x50\x16\xf6\x07\xbf\x33\x0a\x94\xa9\x34\xee\xf3\x8a\x88\x26\x10\x91\x0a\x53\xa5\xad\x1b\x2f\x0b\xd2\xd8\x9d\x0a\x98\x6e\x19\x9e\x73\xc4\xca\xf4\x35\x60\x8c\x2d\x58\x44\x1a\x35\xa6\xca\x2f\x84\x4d\x1c\x8e\x26\xce\xb8\x40\x81\xad\x2f\xca\x2f\xe3\x44\x9e\xb6\x5c\x14\xcd\x95\x71\x15\x46\x8a\xb4\x6d\xef\x4f\xa5\xfb\xbe\xe5\xca\xff\xc2\x3a\xff\x4e\xaa\xcb\x5f\x9c\x40\x95\xbe\x37\xac\xa7\x9c\x57\xde\x55\x1c\x1c\x93\xec\x4b\xc6\x54\xe6\xb6\x99\x32\x0a\x04\x17\x4b\xb8\x9e\x86\x87\x7a\x99\x19\x23\xa0\xdc\x25\x94\x4f\x39\x18\x99\xaf\x63\x5b\x5e\xc9\xd0\x14\xd6\xd7\x17\x44\xec\x8c\x48\x1f\x51\x2e\x0e\x41\xb6\xee\x2f\x0e\x41\x6e\x38\x66\xac\x18\x05\x8d\xfa\xcb\xf6\xc7\x91\xfc\x95\x8b\x23\x06\x87\x2f\xd1\x24\xa9\x21\xbb\x21\x73\xf2\x0b\x31\x18\x4b\xe6\x0b\x31\x58\x9a\x0e\x31\x58\x9a\xce\x49\x1a\xc9\xdb\x1d\xcb\x04\x62\x09\x60\xb2\x0b\x62\x89\x96\x7e\x22\xba\x24\x73\xc9\xfb\x1d\x08\xf4\x65\xd4\x4e\xab\x68\x7f\x46\xed\x9c\x20\xd9\x97\x51\x3b\xbd\xa0\x82\x1a\xb5\x73\xc6\xd6\x6f\xd4\xce\x0d\x37\xc6\x32\xb5\xc4\x09\x76\x6a\x99\x5a\xe2\x02\x15\xb3\x0c\xdb\x39\xc1\xb3\x2f\xc3\x76\xce\x98\xba\x7e\x4e\xc7\x1a\x3f\x87\xd9\x23\xfa\x7c\x9f\xfe\x3c\xa1\x3a\xe2\x9f\x31\x7d\x94\x0c\x7a\xb1\x45\xd4\x5d\x97\x4d\xe3\x07\x7a\x11\xc5\xc7\x59\xf4\xce\x98\x92\xcc\x1e\x71\x66\x79\xff\x38\x6d\x6b\x4a\x5a\x5e\x2d\x79\xba\x2d\xfe\x07\x07\xaa\x71\x3c\xf7\x85\x91\x0a\x8a\x08\xb0\x98\xcb\x38\x9e\x56\x51\xcf\x4d\x11\x71\xc5\x89\x6b\x20\xcf\x05\x5d\xfa\x02\xc8\x13\xd7\x31\xd0\x9d\x23\x3d\xe5\x9b\x16\xf4\xed\x0b\x52\x08\x00\x83\x0b\x78\x0e\x59\x19\x96\xe0\x39\x09\x0f\x5e\x42\xe7\xb4\xf2\xfe\xe6\x59\xde\xe5\x2d\xf6\xa7\x67\x29\xe6\xcf\xff\xa4\x18\x87\xc1\xbf\x5f\xb2\xed\xa1\x02\x80\xbe\x89\xb9\xf6\x87\x43\x0e\x7d\x01\xb8\x0d\x59\x5e\x96\x01\x35\x17\x89\x64\x96\x11\x34\x57\x56\xd7\x9f\xb3\xfd\xb2\x06\xfe\xb0\x4d\xa3\x7a\xfe\xd9\x18\x9d\xb3\x0d\xae\x06\x12\xcd\xac\x3f\x8c\x00\xdc\x96\xa0\x63\x28\xdc\x9a\x4d\xc7\x00\x36\x64\x19\x42\x03\x82\x71\xfd\x99\xd6\x64\xa4\x58\x86\x8a\x0f\x27\x3f\xed\x88\xbe\xf6\xce\x88\xea\x09\x88\x00\x17\xa4\x09\x25\x9f\xfa\x38\x40\xd1\x00\xe9\x02\x79\xde\x82\x27\x81\x58\xb3\xf5\x67\xcf\x73\xc9\xc3\x8f\x1f\xa6\x24\xdb\x90\xd3\x11\xdc\xea\x39\xb1\xfe\xb8\xc6\xb3\x25\x19\x25\x73\xc1\x38\xba\xfe\xb8\xc6\xa3\xa1\xff\x71\x6f\x67\x81\x1b\x34\x73\xc1\xc6\xb6\xc2\x9c\x30\xf3\xad\x20\xaf\xec\xdc\x10\x27\x70\x7e\xfd\x69\x5f\x0c\x3a\x7d\x85\x47\x61\xe6\x5d\xe3\x1a\xd9\xdc\xfe\x60\x49\xc7\x9c\xf3\x87\x97\x8e\x09\x04\x71\x42\x66\x0c\xd4\x08\x71\x79\x43\x8d\x10\x80\x86\xe9\x0d\xc0\x46\x2d\xf3\x19\x54\xbc\xf0\x5b\x89\xef\x1e\x71\x20\x36\x97\x14\xd1\xda\xbe\x37\xc6\x0d\x65\x01\xd8\x94\x6d\xca\x82\x0b\xf8\xc9\x86\xb2\x00\x0b\xf1\x36\x65\xc1\x4d\x9e\x82\x0d\x65\x01\x47\xd3\x36\x65\x41\x05\x55\xb0\x0f\x67\x1b\xbf\xf2\x5b\x1b\x29\xbc\xe7\x6c\x53\x14\xb4\x9a\x3a\x46\x09\xa3\x05\x82\x32\x60\x19\xdd\x50\x12\xe0\x78\xdc\xc6\xda\xdc\x67\xcb\xa7\x34\x80\x4a\xd8\xae\x0f\x58\x65\x0b\x6b\x73\x96\xb3\xd0\x3c\x47\x6f\x9f\x9e\x61\xdb\xe8\x9a\xfe\xf6\x05\x1e\xdf\x4e\xc9\x20\xad\x4a\x44\x87\xdb\x95\xbc\x6c\x1b\x41\xa1\x92\xcb\x36\x82\xbc\xcb\x8d\x30\xef\x6e\xbf\x4b\xcf\x10\xe0\x56\xe8\x0b\xed\x41\xe3\x48\x41\x3f\x6b\xc5\xd4\xd8\xd6\x9c\xde\xa8\xf1\x36\x9c\x8e\x7e\x32\x46\x81\x7b\xd2\x36\xa0\xa6\x10\xdb\xb8\x0d\xa8\x29\x4c\xce\x6d\x40\x4d\xab\x67\x44\xdb\x08\x0e\xea\x64\xa2\x81\x6b\xfe\x7b\x9b\xdf\xf0\x0e\xc0\x5a\xb3\x0f\x33\x74\x12\xf8\xb6\x8d\xbf\x21\x29\xd7\x36\xef\x40\x21\x40\x66\xc3\x3b\x00\x8a\x7d\x1f\xb6\xdf\xf4\xd4\xc1\x16\x0f\x6b\x28\xdb\xcc\x02\x17\x60\xa7\x6d\x24\x4f\x21\xac\x73\x1b\x9d\x53\x20\xd4\xdd\x67\x98\xd4\x1a\x22\x3a\xd4\x40\xec\x0e\x62\x8d\x68\x9b\x8d\xb5\x9b\x2d\x78\x4e\x73\x0a\xdd\x47\x5a\x36\x88\xe4\xa1\xa3\xed\x8f\xfc\xe7\x63\x31\xb5\x70\x9a\x81\x23\x55\xb6\xb9\xe4\x48\x2d\x50\x33\x78\x79\x82\x60\xe3\x47\xd6\x09\xe1\xce\xdc\xc2\xef\x3c\x2f\xf3\xad\x54\x44\x00\x9a\x1b\xca\x82\xea\x2d\x6a\x9f\xbe\x2e\xbf\xaf\xca\xbe\xf3\xfe\xc5\x09\xf7\x19\xf6\x13\x85\xf1\x48\x41\xde\x93\xee\x88\xae\xf0\x8c\x68\xfb\x0e\x35\xb2\x7d\xa7\xa6\xc7\x4d\x67\x00\x23\xe4\x3e\x17\x70\x79\xfa\xc9\x99\xcb\x6a\xc6\x63\x19\xbe\x99\xb1\xb4\x85\x07\xac\xe1\x0e\x49\x01\x6b\x38\x24\x05\x6c\x33\xe1\x21\xc8\xe0\x69\x96\xdf\xe8\x36\x3b\x44\x04\x23\x2f\x43\x44\x40\xc9\x21\x22\xa0\x56\x9e\xaa\xf7\xfb\xed\xb2\x98\x6f\xcd\xcb\x73\xe6\xdb\x8f\x7d\x8b\x6e\xa0\x60\x1c\x85\x90\xba\x5d\xcc\xd3\xce\x36\x23\x14\xc7\x24\x2a\x74\x1b\xc5\x01\x0c\x60\x0b\xc5\x31\xfb\xfb\x9d\xcc\x4c\x56\x0f\x77\x11\xc4\x07\x6b\xf9\x2e\xce\xc8\xc2\xce\x6c\x2c\xc6\x01\x88\x71\x17\xa3\x28\xd9\x12\xcb\xb6\x7e\xce\x64\x29\x76\xc0\x71\x9d\xdf\xc1\x66\xcc\x7c\x2a\xd5\x98\xfb\xfb\x2e\x30\x09\x30\x70\xc5\x0e\x38\x08\x2b\x77\x31\x82\x1d\xff\xc4\x06\xc9\x81\x65\x60\x57\xee\xfe\xf4\xb6\x91\x1c\x98\xd0\x76\x35\x42\x0e\x55\x71\x57\xab\xc2\xdc\xb3\xb6\x32\x65\x55\x3c\x88\x1b\x9c\x07\xf6\xaa\x6d\x9c\xc7\x89\x79\x62\x1b\xe7\x81\x31\x6e\x0b\xbc\xf1\xa8\xd4\xfc\x06\x55\xf7\xa6\x86\x32\x24\x1d\x29\x17\x8c\xfa\x9d\x77\x15\x3c\xc6\x26\x5d\x1d\xbe\xca\x41\xb9\x2b\x00\x76\xe6\x59\xb5\x83\xb8\xd1\xe1\x15\x04\xbb\x2f\xb2\x1b\x88\x46\xaa\x64\x88\x7a\x63\x5b\xae\x78\x84\x5b\x9e\xda\xfa\x76\x53\xf0\x42\x37\xa7\x8a\xf6\x29\xd4\x8b\xfa\x3b\x83\x0b\x40\xc7\xad\x54\x57\x8d\xc8\xaf\x0d\x82\x23\x0b\xa5\x3a\xc0\xa2\x44\xb2\x2d\x20\x7f\xa1\xbe\x74\xa1\xbd\x02\x58\x0a\xb6\x41\x19\x17\x40\x91\x6d\x50\xc6\x75\xfc\x07\x13\xfc\x36\x44\xe3\x02\x6c\xb9\xab\x81\x68\x35\xad\xd9\xdc\x70\x22\x76\x17\x1c\xd1\xba\xf7\x95\x5a\x98\xea\x30\x83\xa5\xb3\x01\x8a\xbb\x5d\x37\x35\x66\xe8\x0c\x36\xc3\x5f\xb7\xab\x1d\x65\xbe\x00\x6c\x52\x5f\x61\x0c\xdd\x20\x36\x40\xa1\xee\xe6\x28\xe9\x1c\x2b\xcd\x2a\x0f\x60\x9b\xed\xec\x56\x03\x75\x7b\x37\xee\xff\x1c\x15\xc0\x30\x88\x30\xdf\xc0\x30\x70\x9f\x6c\xe3\x2e\x92\xd4\x6a\x37\xdc\x5d\x4c\x28\xc3\x30\x6e\x72\x0b\x6e\xc3\x30\x6a\x4a\xb2\x52\x83\x65\x7d\x83\xc3\xc0\xd9\xbf\x8d\xc3\xb8\xb8\x64\xee\x06\x5e\x9c\x7d\xab\x81\x17\x67\x37\x6d\xe0\xc5\x59\xa3\x40\x2f\x70\x52\xed\x46\xa0\x23\x7b\x83\x91\x18\x17\x61\xf1\xbb\x61\x2f\x1d\xa9\x86\x55\xc7\x7c\xfa\xf3\xb1\x99\x87\x6e\x1e\x5b\x83\xd2\x62\xb5\xec\xf0\xcd\x81\x40\x6c\xa5\xce\x60\x75\x81\xba\xdd\xcd\x77\x2e\xec\xb0\xbb\xd9\x4e\x85\x9f\x79\x37\x87\x82\x31\xc7\x9b\x03\x24\x88\x05\xdb\x4a\x69\xd5\x30\xe8\xef\xa6\x69\x1c\x76\xd2\xdd\x9c\x0f\xfe\x3a\x53\xee\x9f\xcb\xe5\xaf\x9e\xe4\xef\xe8\x78\x92\xf7\xbc\xac\xa8\x32\xe8\xd1\xb6\xb3\x61\x5d\x3d\x93\xc2\xf3\x96\x88\xc3\x6d\x62\x96\x8b\xc8\x97\xed\x24\x57\x57\xb4\xd7\x66\xcc\x24\xde\xae\x4d\x92\xab\xf3\xca\xb7\x5f\x7f\x9b\x4a\xf9\xde\x9e\xa9\xba\xa9\xb2\x45\x33\xb5\x5c\x44\xe3\xec\x7b\x70\x51\xe9\x88\x97\x5f\xbe\x11\x4d\xae\xc6\x0a\x71\xc2\xac\x8b\xc8\xc7\x6d\x2a\x97\x0b\x2f\xe1\xbe\xad\xd9\x03\x07\xdf\xb7\x35\xfb\xfe\x7e\x4b\x03\x23\xca\xbd\x5a\x52\x0b\xee\x61\x6e\xee\x8d\xc5\x94\x1d\xea\x46\x3b\x67\xef\x73\x92\xac\x9e\xc9\x78\xa3\x9e\xb3\xf7\x99\x9a\xe5\xc2\xfa\xbd\x6f\xd4\x73\x54\x3c\x63\x72\x2e\xa0\x14\xfb\x06\x43\xd4\xf2\xb2\x7d\x0d\x3d\x3f\xf2\xfd\xe2\xce\x8f\xec\x05\xbd\x53\x49\x7b\x41\xd9\xfe\x6e\x68\x35\x7a\x5e\x36\x14\x99\x4d\xeb\x06\x8a\xcc\xde\x6e\x04\xcf\x05\xde\x63\x9b\xbe\xe5\x02\xef\xb1\x0d\xe8\xb9\x30\xf6\x6f\x03\x7a\x2e\xbc\x08\xdb\x39\xb6\x92\x84\x76\x93\x54\x0b\xd7\xd0\xbe\x71\xeb\xf6\xfc\xd7\x2d\x42\x61\x37\xc2\x27\x2c\x18\xfb\xe6\x22\xd0\xf2\xad\x6f\x27\x1c\x4f\x42\xf5\xb4\x91\xc1\x86\xcf\x82\x83\xe1\x86\xd0\x22\xad\xb7\x52\x74\xa6\x23\x15\x78\x3e\xce\xe3\xdf\x9b\xfd\x4d\x74\x25\x2a\x89\x09\x5d\xca\x59\x23\x76\x5f\x55\x52\xae\xb2\x06\x66\xee\xda\x7a\x7b\xd6\x3c\x24\x8b\x55\xaa\xe4\xfb\x3a\x5b\x25\x19\xb8\x70\x22\xec\x1b\x0e\x3e\x9b\x14\xb6\xf9\x5d\x7a\x36\x9e\x8e\xb3\x16\x1d\x4a\xc0\x9f\x36\x58\xd6\x64\xe4\x3a\x51\x9b\xc8\xc8\x95\x7d\xc9\xb8\x9f\x72\xd6\x14\xec\x06\xd4\x3c\x35\x86\x0d\x35\xce\x30\xa0\x0e\xa7\xdb\xee\x56\xfd\x49\x9c\xbd\x8d\x0a\x2a\xa0\x33\x76\xb2\x74\xb5\xfc\xd7\xa3\xc5\xb4\x30\x2a\xa8\xe0\x42\xd9\x46\x05\x95\x93\xbb\x71\x47\xf5\x67\xb7\x31\x95\x4c\xc1\x96\xb4\x3b\x37\x01\x14\x27\xa5\xee\x6a\xe4\x71\xdc\x1d\x8f\xc4\x15\xd1\xe4\x65\x67\x0a\xf6\x35\x8e\x7d\x4b\xb0\xa1\xe4\xff\xd8\x9d\xab\xc0\x99\x4f\xed\xea\x4d\x3f\x4e\x5f\x74\xb8\xca\xf4\x49\x6b\xf3\xd4\xf9\xd4\xd8\x98\x3a\xbc\x67\x67\x1a\x60\xde\xb3\x23\x3f\xfa\xb3\xe8\x99\x60\xe4\x50\xc9\xbd\xa7\x73\x71\x38\xf3\xd4\x17\x87\xf7\xe5\xea\xa7\x54\xd2\x9e\xe1\xfc\x87\x5b\xc5\x2b\xaa\x41\x95\x1d\xcf\xc8\xa1\x82\xf9\x6e\x77\x88\xd1\x5e\xd1\x57\xb5\x2b\xa2\xaf\x6a\x57\x2a\xe5\x9b\x4f\xfa\xd1\xc4\x68\x35\x23\x62\x3a\xbf\xd8\x27\xfa\xa6\x05\x74\x86\x57\x5b\xcd\x90\xf8\x0a\x52\x39\x85\x8c\x2c\x2a\x25\xad\xdf\x34\x81\x3a\x7b\x45\xd5\xf4\xab\xc9\xd0\x6a\xc6\x64\x73\xdb\xa4\xbd\xa0\x1f\x32\x3f\x7d\x7b\x6e\x99\x90\x24\xb5\x9b\x79\xd9\x38\x4a\xc6\x73\x90\xc7\x8e\x6d\x7a\x10\xdd\x8c\x5e\x6f\x30\x51\xa2\xa2\xb6\xc1\x44\x05\x76\xab\x3d\x88\x76\x46\x9f\x1a\xc4\xe2\xa1\xbb\x0f\xe2\x9b\x19\x7c\x83\x89\x3a\xec\x86\xdb\x60\xa2\x12\xd5\xd8\x60\xa2\x0e\xdb\xe1\x36\x98\xa8\x44\x5d\x27\xdf\x57\xce\x21\xa3\x89\x4a\xb4\x6c\xa3\x89\x4a\x34\x5c\xa3\x89\x4a\x14\xe7\xe1\x55\x13\xf5\xdd\x39\xbf\x0a\x80\xae\x6d\xac\x51\x69\xa9\x95\x97\x0d\x61\xcc\x7b\x98\xf3\x0f\xdb\xfa\x1e\x70\xfe\x71\xdc\x8f\x09\x00\x81\x26\xc8\xaf\x87\x2f\x64\x0b\x7b\xd4\x72\xd5\x82\x39\xe9\x4a\x7b\xbc\x4c\xa2\xef\x0e\x03\x5d\x67\x2a\x6c\xce\x36\x34\x40\x18\x64\x6a\xa4\x29\x9b\xd7\x44\xf2\x4e\x44\x47\x98\x50\xa6\xc7\xcc\xa0\x1c\x40\x05\x2e\x8f\x6d\x5e\x98\x5e\xdb\xbf\x37\xfb\x90\xc6\xf0\x4f\xe5\x07\x2a\x39\xd7\x97\xe1\x66\x98\xcd\xf7\x42\xa7\x66\xc3\x56\x7e\xa0\xf3\x06\x1a\xbc\x17\x9e\x0c\x0e\x63\xa7\x00\xba\x72\xef\x72\x0a\xa0\x2b\x57\x76\x91\xcc\xb4\xec\x51\x2b\x1a\x76\x3e\xe5\x16\xd0\x10\x1d\x11\xcb\x5c\x5b\x78\xd5\x38\x54\x96\x9d\xb7\x3d\x05\x4f\x6b\x78\x79\x57\xe4\x1b\x9c\x55\x4e\x08\x74\xe1\xe0\xdc\x4e\x08\x54\xe1\xcf\xdb\x26\xac\xb9\xb3\x9f\x2d\x73\xfb\x32\x6c\x22\xac\x39\xef\xf3\x4e\xb9\x3e\xd3\x47\x3e\xf5\x99\xce\xc1\xb6\xd0\x52\x46\xaa\xe4\x53\xe2\x8e\x28\xe3\x5e\x9a\x3e\x3d\xdd\xd3\xff\x36\xb7\x30\x09\x17\x70\x9a\x23\x22\xb3\x9d\x7e\x01\xbc\x90\x41\xc7\x83\x9c\xe6\x60\xab\xc8\xbb\x22\x28\xec\xe8\x0a\x49\x0f\x74\xe7\xd3\xe1\x81\xcd\xcb\xba\x7a\xa7\x83\xa5\xb0\xd4\x3b\xa3\x6e\x85\x25\x97\x3d\x53\xe3\xf4\xdc\x34\x96\x83\x04\xa0\xca\xdd\x30\xe5\xb4\x9e\xa2\x6c\x96\xe6\x24\x5e\x5c\x48\xd1\xf3\x93\x4c\x88\x8b\x08\x54\x39\xa8\x1d\xcb\xc8\xb3\x12\x89\x33\x2e\x05\x79\xed\x66\xae\x89\x90\xe4\x48\x85\x1d\xbb\xcf\x29\xbc\xa2\x83\x30\x25\x9e\x0d\xb3\xc6\x32\x63\xc8\x4c\xc3\xbd\xb8\x81\xcc\xe0\x43\xde\x1b\xb6\x79\x94\x9b\xcd\x6e\xca\x0d\x40\xfc\x39\x85\x98\xd6\x2d\xfe\x9c\x67\x61\xe7\x53\xf3\x43\xb2\xf5\x18\x50\xd3\x3b\x13\x64\xe3\x8d\x66\xd2\x8a\x43\xa7\x45\x41\x34\x87\x0e\x41\x8f\x5b\x1c\x3a\x35\xb6\x23\x63\x6d\x72\xac\x80\xb5\xa9\xdc\x14\x84\xb5\x29\xc4\x5d\x6e\x13\xec\x9c\x78\xde\xb6\x08\x76\x1a\x5e\xe2\xbd\x1d\xb7\x4f\x57\xc3\x92\x13\x73\x8a\x59\x72\xa0\x62\xdb\x26\xc2\x89\xae\x11\x22\x1c\x4e\x85\xed\xdb\x61\x5a\x09\x4e\x9f\xdb\xee\x46\x69\x66\xdb\x37\x13\xce\x15\xf3\xac\x73\xf2\x5c\xf8\x88\xb7\xc1\x36\x17\x5e\xe0\xbd\x0d\x92\xe7\x2a\xb9\x31\x9e\x33\x7b\x37\x4a\xf2\x9d\x82\x21\x84\x4b\xc1\xd2\x99\xd3\x47\x3e\xc5\xdf\xd6\x30\xe5\xd8\xba\x05\xbd\x69\xf3\x7d\xe8\x13\x30\xe5\xc2\x60\x9a\xe6\x98\xc1\x34\xad\xd9\x4e\xa8\x37\xf3\x1b\x87\xff\xe5\xa1\xdd\xd4\x5c\x44\x9c\x73\xe7\x8a\x1d\x09\x58\x0e\xb8\x85\x0d\x7f\x4e\xcd\xa7\x66\xda\x1d\xf9\xa9\x1d\x90\xf5\x3f\xa8\xf1\x4e\xc8\x73\xc5\x4c\x0d\x82\x27\x07\xc6\x07\x97\x10\x55\xfc\x70\xbc\x73\xd8\x28\xe7\x4e\x8b\x9d\xdd\x28\x9d\x4a\xc0\xe7\xfe\x70\xd8\xdf\x11\x97\xfb\xa5\x20\x2a\x3f\x23\x9b\x5d\x48\x73\xb8\xde\x7c\x1c\x32\xcd\xc0\x7d\xcc\x90\xc8\xf1\x6c\x24\xcd\x15\x83\xf6\xc7\x5c\x26\x44\x16\xee\x0f\xa1\x26\x9c\x2e\xc2\xd9\xb4\xc1\x34\xfc\x4c\xce\x46\x6a\x3f\x99\x1f\x54\xd0\xfb\x6f\x6c\x87\xce\x9b\x93\x98\xba\x2d\x9e\x9c\x92\x1b\x25\xbc\x38\x39\x82\xe1\xc5\x89\xc5\xf7\x83\xcf\x99\x65\x03\x31\x4e\x0c\xe9\x26\xc6\xb9\x41\x6b\x6e\x27\xc7\xe9\xf1\xa3\xc1\x8c\x13\x2d\x0f\xd8\x4e\xd4\x3a\xc3\x76\xae\xb8\x09\x0c\xdb\xb9\xe2\x53\xf8\x38\x2f\xc1\x4c\x49\x36\x2e\x94\x7c\xea\x6b\x2e\xab\x4e\x20\x9e\x96\x33\xce\xe9\x71\xae\x68\x2a\x9f\x50\x20\xf2\xae\x95\x58\xb8\xb3\xb6\x51\x3d\x05\xae\xb2\xfd\xf1\x95\x91\x6b\xec\x27\x3a\x6c\x4a\xf2\x84\xe1\xd8\xfd\xa0\xc3\xbe\xbf\xb5\x0e\x5b\x52\xb0\x6d\x7e\x99\x14\x4e\x75\x98\x8e\x01\x97\xc1\xbd\xef\xb3\xbd\xc1\xf8\x37\xce\x9d\x53\x08\xb9\xdc\x21\xe4\x61\x47\xfe\x92\xd3\x03\x85\xd6\xb9\x73\x2a\x91\x57\x1b\x82\x1e\x62\x20\x37\x04\x3d\xd1\x4f\x0c\x01\x2a\xf1\x89\xc2\xd0\x93\xc3\x54\x88\xa0\x0a\xf6\x73\x3b\x77\x4e\xfa\x05\x3c\x50\x2e\x06\xdf\xc1\x70\xe4\x37\xde\x7e\x38\xf2\x9c\x3c\xa7\xc4\x36\x60\x48\xd0\xe8\x2d\xa2\xc2\x3f\x6a\x24\xe1\x48\xe0\xa8\xde\xdf\xc9\x6c\xa3\x4a\x93\xd9\xc6\x7f\x50\x41\xd2\x76\x22\x3e\xe8\xe2\x2f\x2a\x08\x6b\x4b\x29\x71\xda\x38\x53\xb0\xed\x24\x33\x05\x33\x81\xf2\xa9\x27\x10\x12\x66\x12\xe6\x9e\xa9\x7f\xb2\x57\x39\x3d\xce\x80\x87\x69\x2b\x3d\x4e\xcb\x71\xf9\xc5\x1d\xda\x53\x90\x6f\xe1\x3d\x05\x79\x4a\xbc\xa2\x80\x72\x6c\x13\x4e\x78\x53\xe0\xf5\xdb\x4e\x78\x43\x8a\xa7\xfd\xe5\x22\xc6\x69\x69\x34\x51\xa9\xac\x86\xaf\x29\xaa\x33\x70\xde\xa4\x99\x69\x5f\x68\xa6\xd9\x26\x9c\xa5\xa6\x44\x57\x31\x98\xa8\x44\x57\x31\x98\xa8\x34\x96\x8a\xe1\x42\x25\x7a\x9a\xe1\x42\x03\x06\xb6\xfd\x33\xc5\x18\xdb\x44\x60\x3a\xac\x1c\xe1\x72\x5a\x2e\x52\x24\x75\x89\xdb\xe6\x07\x0c\xec\x7d\xd7\x6b\xee\xdf\xd9\xf2\xf6\x8f\x6b\xff\x95\x2f\x9d\x99\xfe\x88\x28\xff\xe6\xf1\xfe\xc6\xb3\x9d\x99\x66\x6a\x9e\x4e\x1c\xdf\x16\xf9\x4e\xcb\xa6\xf7\xc3\x07\xce\x86\x12\x54\x4e\x3e\x85\xc2\xfc\x8a\xc8\xa5\x8a\xdf\x6a\x94\xef\xab\xe6\x5b\xa7\xb9\x66\x00\x9c\x9b\x65\x90\x0d\x61\xff\x08\xe2\x4f\xcf\x18\x52\x46\x4c\xc3\x36\x87\xce\x20\xba\x60\x9b\x43\x67\x10\xd3\xb0\xcd\xa1\x33\x80\x28\x6f\x23\x73\x46\x8e\x1d\x23\x73\x6a\xb4\x1d\x48\x74\x40\x03\x6d\x93\xe8\xcc\x1c\xc0\x26\xd1\x99\x07\xa7\xd2\x1f\x9e\x61\xd4\x28\xd3\xcc\xcc\x18\x9e\x84\x91\x79\xc4\x3c\x35\x93\x17\xb6\x32\x67\x30\x99\x31\x26\x99\x3c\x66\xd8\x50\xf3\x1b\x02\x17\x5c\xe6\x25\xfb\x0d\x21\x02\x2e\x7b\x9e\x7e\x43\x14\x0b\x5d\xfe\x88\xdf\x90\x23\xd5\x5e\xbf\xdf\x90\x77\xf3\xb2\x05\xea\x37\x2e\x77\xb0\x3d\x6a\xbf\x71\x6d\xef\x27\xba\x6c\xfe\x86\x03\xe1\x47\xbf\x5d\x8e\xa3\xd9\x87\x49\x27\x7e\x43\xae\x46\x68\x79\x1e\x69\xf9\xa1\x7f\x63\xf7\xdb\x70\x6e\x9f\xdf\x50\x78\xef\xed\xa8\x8a\xdf\xc0\xe1\x63\xe0\xd3\x6f\xd8\xb9\x32\x4c\x1d\xf4\x88\xf3\xff\xfe\xdf\xb0\x59\xe1\x91\x3e\xff\xe3\x06\xfa\x0d\x02\x3d\x0d\x52\xff\x8d\xe6\x43\xd2\xf6\x8b\x47\xec\x7e\x3a\x10\xff\x2c\x4e\x89\x22\x03\xaf\xce\x54\xf4\x1b\xb6\xba\x8e\xde\xdd\x1a\x85\x18\x16\x93\xd4\xfe\xc8\xfd\x3f\x7a\xb7\xe8\xbc\xfb\xa3\xf7\x8a\xa8\xcd\xf2\x74\xb1\x44\xb5\xf5\xee\x3a\x0c\x98\xd2\x67\xc4\xd3\x4f\x5d\x7f\x45\xda\xdc\xa6\xae\xf9\x39\xa5\x36\xf9\x09\x7e\xce\xa1\x5d\xae\xe2\xfa\x91\x54\xb9\x77\x44\x65\xa6\x77\x9c\xc7\xcf\xa9\x89\x9f\x87\x16\x9d\x4d\x17\x2c\xcc\x8f\x44\xb0\xa3\xf7\x89\xe8\x94\x09\xad\x21\x3e\xe3\xd6\x19\x0b\xdf\xb8\x46\x1f\x1e\x72\x5d\x6f\x8c\x6a\xf8\x39\xa7\x64\x3f\x78\x64\x6d\x71\xf8\x9a\xf1\x23\x43\xe3\xe8\xc3\x7d\x62\x7d\x6b\x1c\x74\xa7\x70\xb8\xf5\x64\x06\x1a\x86\x5b\x4f\x66\x83\x81\xb7\x67\x6f\x17\x62\xf7\xa7\x0d\xf1\x63\xf1\x46\x7c\xa6\xf9\x70\x53\xe0\xab\x3b\xe8\x14\x1d\x53\xf5\x3a\x5c\x23\x1d\x18\x75\x32\x97\x0d\x38\x1d\x07\x5d\xe4\xdd\x7a\x1c\xf4\x89\xd1\x9c\xde\x7f\x1f\x49\x49\x00\x4f\x37\xd4\xac\x64\x23\xed\x36\xca\x70\x1c\xb4\xc5\x7b\xd2\x30\xd5\xf1\x6f\xfc\x89\xcc\xb4\xf0\xd0\xf8\xb8\x6a\xda\xd5\x1f\xe9\x8a\xc6\x41\x97\x99\x2a\x6a\x1c\x74\xd9\x1f\x8d\x61\xf2\x9a\xd1\x89\x54\xcb\x3f\x67\x03\x3a\x8f\x93\xfa\x0b\xac\x36\x06\x0d\xff\xa3\x71\xe3\x9f\x68\x9a\x1f\x99\x6b\x86\x51\x62\x3f\xb2\xb5\x0c\x93\x59\xfd\xc8\xd6\x52\x0d\x47\xfe\x91\xad\x65\x98\xc2\xe9\x47\x3e\x96\x61\x1e\xa6\x9f\xf3\xb1\x54\x87\x6a\xfc\x9c\x8e\xe5\xbc\x8d\xda\xfb\x91\x35\x65\x98\x31\xe9\x47\xfe\x92\x61\x0a\x93\xdf\x34\x24\x66\x98\x28\xe3\x11\x75\x60\xdb\x76\xfa\x88\xeb\xd9\xbd\x4e\x24\xaf\x28\x13\x65\xfc\x9c\xcf\xa1\xd8\x5b\xfc\x23\x9d\x43\x35\x7f\xcd\x23\x2e\xbf\xeb\xfa\x3b\x29\x03\xc9\x7d\x1f\x91\x4a\xb8\x39\x97\x17\x86\x73\x89\xfc\x66\x19\x26\x82\xf5\xc3\x22\x2b\x9c\xd9\xa0\x7e\xb3\x7a\xac\x9c\x60\xe5\x37\xed\xe8\x1f\x66\x3b\xff\xcd\x9a\x74\x7c\x05\xb1\xff\xcf\x45\xf0\x88\xc3\x4f\x5d\x7f\xbc\xc5\x95\x6f\xed\xf1\x45\xcd\xf9\x39\x09\xc2\x49\xd0\xee\x6f\xda\xbf\x43\xc2\xab\x1f\xec\xf8\x83\x5d\xd6\x9c\xf0\x86\xdf\xff\x4c\x09\xef\xd8\x80\xdf\xb4\x6d\x9a\x4c\x7d\x3f\xf8\xd7\x8f\x9b\xfe\x1d\x63\xfc\x2f\x7d\xe0\x6f\xda\x58\x49\xda\xeb\x9f\x69\xbe\xcf\x71\xd2\xfd\x73\x21\xba\xe9\x4e\xf2\x3d\xcc\xc2\xf2\x83\xe9\x78\x38\x4a\x5f\x11\x51\x16\x2b\xa2\xc3\xde\x19\xac\x3d\x78\xf9\x46\xbc\xff\xef\xff\x75\x5f\x9d\x7e\x93\x5b\xae\x03\xdd\x7e\xa6\xfe\x3c\x8f\xbb\x45\xe4\xa9\xab\x0c\x42\xdc\xf1\x74\x3f\xd3\x2d\x9e\xe3\xa4\x7d\x56\xaf\x86\xb3\xba\xfe\xe0\x88\x1b\x0e\xd4\xfb\x99\x57\xed\xb6\x0e\xfd\x9b\x7f\xfb\xff\xc7\x54\xf9\x33\x5f\x57\x18\x1f\x7f\x90\x5c\x11\xb7\xff\x33\xd9\xcf\x23\xaa\x3d\xeb\x72\x0c\xb8\x13\xb5\xfe\xd6\x85\x19\xc4\xa7\x69\xa8\x04\x1c\x7c\xf0\x88\xc6\xad\x79\xa0\x17\x8e\x67\x3b\x84\x7f\xab\x39\x3f\xa2\x1d\xb3\xbf\x65\xb7\x6d\xb3\x87\xf4\x11\xc5\x9b\xe2\xd8\xa1\x47\x74\x73\x5f\xd1\x6c\x50\x1e\xbf\x75\x33\xba\xde\xe0\x97\x67\x54\x77\xf0\xed\x23\xba\x1a\x1e\xdd\x75\xfb\x50\x3f\xdf\xa7\x1f\x5b\x7e\x2f\x44\x4f\xfb\x46\xad\x8c\x19\xb3\xd7\xfa\x11\xb5\x33\xda\x29\xf8\x88\xcd\x4f\xa9\x15\x6b\xe4\xa6\x28\x33\x29\x94\x14\x45\x4f\xd2\x75\x37\x96\xbe\x14\xb5\xed\x9f\xbb\x29\x8a\xce\x39\xf9\x16\x72\xc1\x93\x6f\x9d\x87\xbb\x33\x82\x76\xf5\x0d\xce\xee\xd5\x19\x7c\xef\x1e\x8e\xff\x3f\x61\xab\xf8\x11\xe3\x3f\xcc\x62\xff\x23\xc6\x1f\x66\x8b\x1f\x31\xfe\xe3\xf4\x26\x40\x60\x3e\x74\x0a\x3f\x02\xf3\x07\xe7\x0d\x81\xf9\xdd\x71\x1e\x3f\x07\xdf\x3f\x3d\xc9\x7f\xe9\x3a\xe6\x95\xbd\x6c\xe3\x62\xf4\x3b\x5d\x77\xe5\xe5\xdb\x4f\x53\x54\x77\xc9\x03\xd1\x86\xc4\xeb\x9f\x16\xf8\x1f\x81\xf2\xdd\xd1\x26\x3f\xa2\xdb\xbb\x11\xda\x3f\x62\xd4\xbb\xd1\xdd\x3f\x02\xcb\x89\xc0\x7d\x44\xf7\xeb\x45\x2d\xdc\xaf\xc6\xed\xff\x88\x07\x8f\x92\xb1\xbc\xa5\xe0\x50\xf8\x11\x98\x8d\x49\xf5\x47\x60\xf6\xb8\x98\x65\x76\xa5\x74\x83\xcd\x1e\xb1\xf8\x69\x47\x74\xad\x5a\xbe\xfd\xb8\x28\xfe\xbb\x3c\x35\xac\x7c\x11\x13\x8d\x49\xe2\x11\x5d\x0d\x6f\xbd\xc4\x09\x77\xa3\x9c\x7f\x04\xfb\xf6\xc2\xa4\x73\x96\x84\x71\x31\xf8\x93\x38\x0c\xeb\x04\x44\xe5\x76\xce\x72\x07\xcf\x3e\x4f\x79\x39\x0d\xac\x88\xb6\xf5\xb1\x5e\x27\x0d\x64\xb4\xa7\x1b\xc8\x59\xbe\x26\x0d\x1c\x79\x6a\xea\x08\x56\xa4\xa3\x69\x3b\x4a\xec\x9a\xce\x8e\x51\xd9\x36\x14\xf5\x1a\xda\x89\xdf\x9a\xbb\xff\xcf\xa8\xfc\x88\xb6\x14\x32\x46\x72\xf2\x3c\x4f\xdd\xb1\xd1\x0b\xcb\x40\xf4\x64\xb8\xf2\xd4\xc6\xeb\x36\x11\x3d\xfa\x05\x11\x14\xc6\x88\x68\xe3\x08\x0b\x74\x31\x7f\xad\x0a\xac\x45\x13\x66\xc4\xff\x1f\xcd\xce\x23\x8e\xff\xf1\xdd\xfc\x96\xfd\x10\xad\x53\x67\xb4\x55\x47\x27\x3c\xe2\xf5\xbf\xe0\x98\x9f\x63\x6a\x03\xfe\x7d\xc4\xdf\xff\xb0\x21\x8f\xf8\xf7\x3f\x0c\xc0\x6f\xad\xfd\xff\xf3\xf2\xff\x08\xa3\xc5\xab\xf5\x88\xed\x7f\xce\x85\xdf\x1b\xef\x6a\x1d\x90\xa0\xd5\xd6\xd9\xcb\xf7\xff\x3f\x43\xd3\x23\x7a\xd6\xd5\x86\xa8\x11\x4c\xc9\x9b\x7e\xae\x37\x62\xff\xbf\x37\xd9\xd3\x23\x7a\x4e\x32\x82\x8a\x53\x7d\x5e\xee\x88\x34\x70\x20\x4a\x5b\xab\xec\x6d\x26\x8e\x6f\x9d\x85\xb3\x39\x43\x1a\x75\x56\x6f\x8c\xca\x5a\xd8\xc1\x72\xd3\x84\xed\x1d\x88\x63\x61\xb3\xf6\x59\xbf\x8e\xf5\xec\x85\x05\xbb\xe9\x0d\x16\x2c\xda\x7d\xa5\xbd\x1f\x36\x51\x16\xec\x87\xf6\x36\x17\xf5\x61\x69\x30\x91\x1c\xe2\xd8\xb8\x45\x2e\x5b\x48\x1b\xd7\x46\x87\x2d\x3e\x62\x41\x54\x3f\x57\x56\xf7\x87\xd5\x7d\x47\x74\x3f\xb3\x06\x6d\x13\x85\x64\xf6\xe7\x40\xc6\xe7\x29\x75\xb6\xde\xe2\xc0\xd1\x1f\xe1\x7d\x17\x7a\xcb\x82\x9a\x9b\x2b\xdd\x82\x9a\x9b\x73\xdd\xb6\xbe\x72\x94\x7c\xea\xff\x50\x30\x17\x94\x3a\x23\xfa\x3f\x93\x97\xbd\xd6\x1b\x73\xe1\x4b\xeb\x59\xcd\x26\xd1\x26\x19\xdf\x8f\xa8\x38\x98\xc8\x7f\x44\xc5\x8d\xc6\x3e\xf1\x25\x6f\x12\x9b\xf7\xd7\x79\xfa\xc7\x51\xfe\xbd\xef\x3b\xfb\xf2\x68\x9c\xd4\x64\x5f\x1e\x1c\x46\x0e\x83\x1b\xed\x8c\xe8\xe5\xca\x08\x39\xfd\xf2\xb0\xb7\xe9\x47\x1c\xdc\xb0\x93\xe8\x47\x1c\x1c\xf1\x03\x3f\xe2\xe0\x46\x3b\x23\x7e\xfd\xd4\x53\xc1\xd1\x6a\x20\x78\x7e\x8e\x56\xeb\xe7\xc8\xc3\xee\x87\x05\x51\x7b\x57\xbb\xf2\xee\xf4\xd3\x8a\xe8\x5a\x5c\x79\xd9\xb5\xa0\x8e\x0e\x56\xc3\x06\xf9\x23\x58\x6d\x34\x76\x36\xdf\xe0\xee\xc1\x76\x64\xdb\xd6\x68\xcc\x7c\xb8\xa2\x47\x4a\x7e\xe6\x67\x1d\xec\x46\x3f\xd2\xb8\xb1\xcd\xdb\x3e\x35\x1a\x6b\xf7\x47\x16\x7a\x36\x54\x8c\x4a\xed\x15\x7f\x16\x27\xa2\xeb\x98\x6f\x6d\x5c\x69\x6c\x99\xb6\x22\xb5\xc1\x46\xfe\x73\x1a\xa0\x16\xe9\xff\x63\xec\x5d\x72\xad\xc9\x95\xeb\xe0\xbe\x46\x71\x66\xf0\x67\xf2\x19\x01\x5c\x9c\xce\xdf\xb6\xe7\x40\xee\xcd\x34\xd4\x90\x74\x71\x2d\xcd\xdf\x60\xac\xb5\x98\x25\xcb\x76\x15\x0a\x85\x8f\x5c\x27\x37\x93\xc9\x47\x30\x18\xcf\x89\x67\xd9\x45\x44\x38\x32\xd2\x26\xc6\x4b\xae\xac\xc2\x65\xcb\x2a\xf7\x2a\x5c\xb6\xaa\xf1\x34\x7d\x38\xe8\xf5\x66\x15\x83\x4e\x72\x03\x27\x2d\x71\xbb\x0f\xc7\x9c\xd4\x06\xb1\x8c\xad\x9e\x96\x9e\xdf\x1f\x73\xee\x02\x4a\xa3\xaa\xda\x75\x7c\x0e\x29\x04\x22\x1b\xd3\xbe\x65\xd1\xc1\xcb\xe0\x5a\xb9\xe8\xe0\xc5\xc8\x25\x8b\x0e\x5e\x56\x49\xd5\xc2\xf3\xca\x4c\x9d\xe0\x84\x70\x64\xe0\x87\x45\x37\xff\x45\x3f\x2c\xab\x7a\x2d\x84\x3a\x55\x0d\x83\x03\x37\xb2\x3b\xcf\x60\x8a\x3e\xbe\xe7\x8f\xc9\xfe\x97\xfc\xa5\x60\xfd\xb1\x26\xc2\x01\x1b\xf4\x52\xbb\x7a\xff\xfe\x30\x84\xfc\x82\x0b\x14\x15\x95\x6b\xf2\xd2\x0c\x59\xef\xa2\x3f\x11\x53\x2f\x2e\xf8\x13\x75\xcb\xac\xe1\x6e\x0b\x15\xd6\xa2\xe7\x8e\x41\x5d\xb1\xe8\x8d\x63\x15\xfc\x0a\xfd\x6f\xac\x76\xbe\x07\x0c\x19\x72\x22\xae\x89\x54\x98\x4c\x2f\xb0\xab\xe8\x05\x98\x0c\xfa\xaf\x74\x1e\x8d\xf4\x3a\x61\x0a\x81\x45\xbf\x12\x66\x1f\x58\x74\x15\x31\x68\xdd\x96\x5c\x45\xe0\x5b\xbe\x26\xd3\x5b\x42\x2a\xbb\xe8\x2b\x42\x8f\xe1\x45\x07\x10\x3a\x75\xec\x2a\xd6\x90\xb3\x57\xe1\x32\x8c\x78\x75\x0b\xee\x20\x39\xeb\xad\x83\x97\x1c\xbe\x15\xb4\x11\x8e\x64\x8b\x1e\x1e\x86\x0c\xc8\x8b\x1e\x1e\x15\x2e\x5c\x4b\xbe\x14\x30\xe3\xd8\x55\x7c\x0f\x96\xea\x4c\x1c\x1a\x2c\xce\x99\x70\xe7\x81\x7d\xf0\xae\x7e\xf0\xd7\xc6\xea\x17\x7f\x65\x15\xe7\x33\xcc\x31\x77\x15\x5f\xdb\xd8\x14\x38\x75\xd8\x8b\xec\x6a\xc7\x5f\x13\xab\x86\xbf\xaa\x8a\xa1\xc1\x82\x9b\x09\x73\x0f\x83\x85\x5d\x65\xcb\xc6\x6a\x7c\xfe\x9f\xdb\x54\xee\x47\xf1\x3d\x95\xaf\x19\xf8\x9e\xce\x2a\x3c\xfd\x1a\xce\xfd\x49\xb1\x6d\xe3\xf7\x64\x6c\x91\xc6\xef\x81\x3b\x86\x35\x7e\x00\x3c\x2e\xac\xb1\xc7\x05\x21\x14\x10\x23\x74\x57\x07\xfe\xda\x58\x85\xf1\x06\x5f\x54\x90\x5a\xe2\xe2\xb0\x16\xec\x0a\x44\x49\x5a\xf4\xa3\x68\x94\xcc\xcc\x82\x65\xd2\xba\xaa\x68\x8a\x9d\x44\xc0\x4a\x6b\xdc\x07\x45\x4e\x45\xec\x33\xbf\x88\xdb\x02\xfe\x0e\xd6\xb8\x2d\x28\x7d\xc9\xfc\xa0\x81\x2f\x68\x7a\x16\xaf\xe5\x26\x61\x6a\xcd\xc6\x4d\x02\xc7\x84\x46\x49\x24\x1d\x13\x0c\x31\x21\x16\x3d\x11\x0c\x91\x07\x16\x3d\x11\xda\xa5\x3e\x22\x73\x1b\x05\x8c\x74\x11\x30\x38\x63\x2e\x5a\xfd\x37\xca\xd5\x60\xc8\x7f\x1b\xdc\x54\x17\x2d\xf9\x1b\x65\x65\xb0\x49\xf7\xcc\x1d\x04\xa3\x73\xa3\xdc\x60\x56\x0a\xda\x71\x79\xa0\xe5\x78\x23\x05\x87\xe5\x78\xbb\xb9\x0d\x98\xb5\x13\x51\x01\x16\x6d\xc1\x0d\xe6\xeb\x8b\xf6\xdc\x06\x4b\xf1\x45\x03\x67\x86\x6f\x58\xb4\x4a\x2e\x5a\x27\x48\xe9\x68\xbc\x91\xd3\xc0\xd4\x78\x23\x87\x59\xe8\xae\x3a\xab\x10\x9f\xe3\xce\x4d\x53\xcf\x96\xf8\xa2\x4e\x19\x3e\xee\xdc\x33\xa2\xb5\x65\x18\x70\x2f\x5a\x60\x1a\xaf\xdc\xb4\x93\x34\xde\xa2\x69\x09\x29\x49\xed\x34\xca\xa0\xf9\xf1\x14\x6b\xc1\x8a\x7e\xc1\x90\x6e\x57\x31\x70\x08\xb5\x65\xbc\xdd\x4e\x53\xcb\xc6\x6a\x68\xd9\x44\x8b\x98\x5d\x0f\xa6\xb9\x6b\x3a\xd5\x19\x1c\x48\xdc\xf6\xc8\xb8\x4c\xdc\xdf\x8c\x57\xdf\xe9\x7c\x2d\xae\xaf\xd3\xa9\x1e\xe0\x7a\x74\x98\x60\xf0\xbe\x0a\x4b\xbb\xbb\xf1\x5a\x45\x33\x37\xe3\x25\x93\xb6\x6a\x15\xd9\x50\x16\xcc\xc6\x9c\x77\x3d\x1a\x82\x19\x2f\x86\x30\x04\xbb\xeb\x45\xfa\x08\x9b\xac\x9e\xf9\x5a\x5c\xa3\x3a\xc2\x44\x3f\xb6\x20\x9b\xc1\xf4\xed\x2a\x6c\x28\x63\x94\x77\x15\x37\xdf\xa0\x53\x8f\x81\x53\xe9\xb0\x2d\x7e\x90\x06\xfe\xee\xb0\x13\xda\x55\xdc\x23\xcc\x58\x85\xb1\x66\xef\xac\xe2\xbd\xa6\x2a\x5e\xd4\xf9\xf0\x64\x34\xa5\x78\x2f\x93\x90\x77\x1c\x0f\x0f\xb3\x7f\x77\x5c\xb1\x1f\x8a\x9b\x3b\x38\xc0\x87\xe9\xbf\x3b\x2e\xd1\xbb\x3a\xf0\xd7\xc6\x2a\xde\x1b\x4b\x7d\x57\x21\xaa\xb9\xf9\x22\x88\x14\x2c\xf1\xb7\x03\x1f\xa8\x96\x29\x43\x48\xfc\x6d\xcc\x58\x87\xd0\xeb\x81\xa8\xfa\xee\x56\xf0\x22\x04\x3e\xef\x48\x60\xf8\x30\x9b\x73\xb7\x82\x3e\xc3\xf1\xb0\x83\x97\x79\x98\xe3\xb8\x23\x7e\xc1\xc3\x1c\xc7\x7d\x73\x6a\x7f\x42\xf2\x1f\xa4\x38\xde\xcf\xb2\x17\xe8\x23\x74\x50\x0f\x85\xe2\x1d\x9a\xd1\x87\x42\xf1\x9e\x92\x1e\x46\xa7\x2a\xbe\x1e\x79\x8c\xbb\x55\xf4\x22\x21\x41\x10\x92\x66\xef\x2a\x22\x53\x15\x55\xf9\x70\x63\xb5\xe0\xaf\xf8\xdc\x34\xd8\x2b\x54\x11\xb0\xbb\xc3\x67\xf6\x61\xd2\xe3\x8e\xfc\x1b\xbb\x8a\x9b\x7d\xe7\x5f\x31\x27\xf0\xb7\x7d\x3c\x73\x4e\xac\xb1\x7a\xe3\xaf\x95\xd5\x84\xbf\xf2\x45\x58\xbf\xd0\xb3\xec\x2a\x06\x12\x6b\xd0\x33\xf8\x0a\x38\x26\xef\x2a\x9c\xa5\x0d\x63\x95\x11\x7a\x0b\xa6\xe5\xbb\x8a\x0f\x54\x53\xbc\x25\x5f\xec\x15\x65\x06\x9c\xcf\x4c\x79\x12\x87\xbd\xf0\x8b\x12\x1e\x86\x9f\x8e\x69\x24\x21\xc3\x35\xc4\xbe\x7d\x98\xe0\xd7\xd4\x0d\xca\x43\xa1\xae\x7e\x98\x23\xd7\x10\x39\x7e\x57\x0b\xaa\x7c\x18\xe2\x6e\xe7\x72\x46\x78\x54\x73\xae\x23\x7a\x42\xc0\xce\xf3\x61\x6a\x5b\x73\x76\x92\xf2\x50\xe7\x62\x87\x97\x01\xf5\xe2\xbb\xba\x7e\x8f\x5e\xfc\x41\x46\x5a\xe9\xc5\x1f\x57\xc4\x4e\xae\x5f\x08\x17\xcd\xb9\xcc\xfa\x1f\xd5\xe4\x8f\x1b\x6f\x95\xd9\x58\x05\x87\x96\x9d\x55\x6c\xee\x3b\xb1\x0a\x41\x4e\xb9\x59\x85\x95\x40\xc3\x6f\x9d\x03\x5b\x12\xab\xc8\x53\x5c\x32\xab\xfc\x6d\x61\x15\xbf\x35\x34\x05\x41\x5d\xcf\x5c\xc0\x4e\x2a\xc2\xfd\xea\xa0\x13\x88\x90\xff\x20\xc5\xe8\x9e\x41\x3e\x8c\x2c\xb6\x99\xbb\xcc\x39\xfb\xfc\x5e\x5a\xa7\x42\xae\xf3\x78\x98\x20\xe2\xaa\xb1\x2b\x11\x95\x22\xc6\x78\x5c\xe0\x32\x48\x23\x98\x88\xc2\x48\x23\x90\x40\x62\x57\x8d\xd5\x18\x45\xc3\x0c\x30\x5e\x79\x47\xac\xa9\x07\xb1\x32\x11\x0e\xe2\x41\xa4\x4c\x07\x13\xf1\x50\xa8\xda\x4c\x7f\x64\xaa\xe7\x60\xb5\x1f\xc6\x0d\x6c\xf0\x87\x7d\x06\x3e\xb4\x20\x78\xfe\x43\x63\xf6\x02\x15\xd5\x43\x63\xf6\x02\x7d\xd6\xc3\x83\xb4\x40\x09\xb5\xab\x0d\xd5\xca\x2a\x8d\x9b\xf8\x57\xc6\xe3\x61\x25\xec\x51\x12\x2b\x61\x5f\x05\x09\xdb\xae\x16\x54\xd9\x0c\xcc\x63\x63\xc4\x26\x24\xb3\x18\xf6\xc9\xc8\x84\x9d\x2f\x70\x04\xd9\x8b\xaf\xa4\xe1\xe1\xa5\x4a\x82\xb6\x2f\xb1\x1a\x5b\xb9\xb0\x12\x89\x5e\x9d\x95\xfa\xfb\x83\xc4\xff\x0f\xad\x13\x7b\x65\xa5\xa3\x89\x9b\xd5\x58\x1e\x8d\x15\xa4\xfd\x61\x25\x9c\x9c\x2f\x56\x22\xd1\x8d\x1a\x47\xca\x1f\x56\x9e\xfd\xda\x3f\xb5\xb8\x79\x68\x66\xc8\x21\x86\x91\x21\x07\x38\x4c\x0c\x79\x48\xcc\xc8\xd2\x97\x6e\x3d\xb6\x76\x45\x8f\x85\x63\x75\x47\x65\xef\x54\x64\xa5\x7b\x26\xc3\x5e\x75\x8d\x19\xc2\x5e\xa9\xf2\xc5\xdf\xd8\x79\x58\x22\x41\xfc\xb8\xab\xbb\x4d\xac\x19\x9a\x7d\x81\x50\xc0\xe8\x0b\xfa\xb6\x87\x36\x5f\x39\xb3\xb2\x3b\x85\x55\x48\x3b\x2d\x9c\xb3\x13\x61\x51\x0a\x78\x92\x5d\x0d\xd3\x98\xc6\x4a\xc1\xc0\x5f\xac\xc6\x0c\xa9\x12\x81\xc5\xc2\xdc\xe8\xb9\xc6\x65\x38\xa1\x91\xe6\x09\x00\xd8\xb5\x08\x2c\x1a\x00\x02\x32\x94\x08\x2d\x4a\x20\x78\xa7\xd0\x0a\x01\x88\xbd\x5d\xd2\xe6\x79\x02\x48\x58\x07\x71\xef\x23\xc0\xad\xf7\x3e\x31\x60\xe9\x93\x04\x50\x0a\x7e\x3a\x96\xb9\x5e\x52\x3e\xc0\x04\x70\x1d\xe0\x83\x36\x5e\x00\xd9\xaf\x37\xb5\x06\xc0\x0c\x7d\xf7\x69\x94\xbc\x76\xd1\xc7\xc1\x5f\xbd\x47\xaa\x43\x02\x48\x2c\x91\xd4\x53\xb8\x9a\xb7\x60\xbb\x02\x00\xfb\x8e\x34\x9e\x04\x82\x45\x48\x9b\x5d\x24\x10\x14\x21\x84\x9c\x01\x40\x53\xd6\xfa\x79\x0b\x74\x56\x35\xa2\xbf\x01\x40\xa4\x84\x74\x5e\x0b\x2f\x9f\x16\x76\xbf\x04\xe2\x6b\xbb\xe9\xb5\x46\x95\x61\xd6\xb7\x20\x74\x2b\xd2\xef\x05\x00\xca\x54\xef\x33\xb7\xce\x44\x3d\xe9\x05\x2a\x1a\x55\xd7\xe1\x30\x51\xc3\x6c\x8a\x40\x04\x35\xe9\xe7\xe3\xa0\x63\x68\xe1\x7d\x05\x80\x91\xff\xbd\x1f\x00\xb1\x33\xaa\xbe\x05\xf6\xf9\x25\xec\x5b\x00\xc0\x38\xaa\x9c\x21\x04\x71\x28\x61\x57\x03\x80\xb6\x20\x4d\x6d\x40\xc8\xdc\xc3\x74\x98\x40\x74\xdd\x4e\x1b\x7f\x14\x2d\x13\xe8\xb0\x44\xd1\xfa\x80\x6d\x60\x2b\xe9\xfc\x84\xfa\xcd\x4b\x00\xc2\x89\xb5\x72\x16\xff\x62\x60\x19\xb7\x03\x84\x58\x22\x04\x93\x00\x20\x00\x7e\x5f\x0b\xcb\xb3\x16\xf6\xb8\x04\xb8\x1c\xf4\x16\x24\xdd\x42\xae\x59\x02\x9f\x73\xc9\xdb\x00\x8d\x45\x8a\xf5\x17\x28\x18\xc2\xeb\x00\x0f\x3e\x8e\x1b\xc8\x21\xf2\x29\x91\xd7\x2a\x80\xc4\xcf\x2f\xf7\x01\x10\x9f\xe6\x3a\x40\x6c\x8f\x62\xda\x1e\xe4\x50\x8b\x69\x6e\x3d\x21\x35\xb3\x69\xe1\x7a\x76\x2a\x60\xf4\x16\x44\xa8\xe8\xe9\xbc\x25\x43\xd5\x19\x62\xd0\x00\x90\x67\xa1\x85\x62\x29\x80\x86\x7e\x14\x6d\x42\x87\x5f\x6e\x0b\x39\x0a\x00\x48\x0b\x22\x35\x6f\x00\x50\x26\xdb\x59\x1f\xde\xa9\x7a\x17\x41\x21\x7b\xd5\x23\xa0\x30\x01\x2a\x92\xd2\x01\x70\x21\xd4\x3a\x25\x0b\x56\x42\xa2\x4e\x20\xf6\xcb\xa5\x3d\xe7\xd0\xb5\xd6\xee\x7f\x76\x8d\xe0\xd3\x7c\x63\x3e\x00\x2c\x2b\x4a\x3a\x40\xf4\xba\x6a\x43\x22\xf1\xfd\x5d\x42\xbe\x19\x00\x6e\xbc\xad\x9f\x27\x1c\xfc\x69\xe8\xbe\x03\xc0\x99\x58\xec\xac\x15\xd8\x8a\xf7\x74\x56\x02\xec\x65\x11\xa3\x70\x03\x03\x51\x8b\x6a\xd2\xa4\x0d\xdc\x96\x8a\x25\xfe\x64\x64\x9a\xad\x68\x16\x07\xc3\x6f\x44\x12\x7a\x00\xb1\x12\x5a\xf0\xd8\x01\x20\x0a\x42\x2b\xe7\x09\x38\xde\x5b\xd3\x3c\x33\x58\x7c\x0f\x63\xc9\x00\x4c\x92\x6c\x3d\x01\x86\xb2\x9c\x25\x3a\x22\xdd\xfb\xed\xd7\xe9\xd8\x50\x06\x56\x75\x1d\x9a\xc7\x1a\xce\x81\x01\x40\xbb\x68\x61\xe5\x4d\xe0\x0b\x40\x3d\xfd\xc8\x38\x4c\x6f\x61\x3c\xbe\x2a\xc2\x40\xd5\x84\x87\x04\x0d\x00\x4e\xb4\xde\xce\x13\xa0\xf1\x21\xd1\x06\x00\xd2\x11\x1e\xab\x01\xd0\x40\xcd\xb4\xaa\x07\xb6\xbd\x15\x2d\x2f\x86\x32\x6b\xe5\x0c\x10\xae\xf0\x35\x7c\x26\x01\x4c\xfe\xa4\x1c\x00\xbb\xbc\xf0\x27\x0c\xdc\x85\x5b\x30\x81\x2f\x4e\x92\x22\x80\xab\x3a\x9d\x27\x70\xef\x4a\x9a\x28\x46\x7d\xea\x57\x7e\x9f\xe0\x6b\xf5\x16\x04\x6c\x6a\x97\xba\x4e\x81\x78\x0f\xab\x75\x02\xb8\x26\x9e\xb7\x40\xb0\x6d\x45\xb4\x84\x22\x68\x2b\x3a\x8c\x27\xee\xd9\xad\xe6\xf3\x16\xd8\x9e\x98\x96\x36\x25\xcf\x56\xc4\x47\x48\x7e\x5c\xb4\xd6\x29\x23\x6e\x97\x28\xe7\x4c\x14\x67\xa6\xf3\x04\xc8\x71\x11\x97\x30\x91\x60\xab\xd6\xd3\xf5\x0c\xcb\xb5\xb7\xeb\x19\xe6\xfc\xcd\x5f\x00\xfe\x93\xe7\x5b\xb0\x3d\xfa\xad\x63\x72\x66\x68\xe5\x5d\xb3\x3f\x33\x24\x6f\x45\x27\x2b\x82\x07\x6d\x40\x43\x88\x60\x3d\x35\x9c\x6b\x03\x28\x6c\xb4\xe9\xf3\x21\x5e\x6d\xf7\x19\x20\x44\x7e\x29\x45\x0b\x77\x22\x21\x4f\xf3\xf3\x71\x15\x8c\xd6\x2d\xae\x69\x82\xd8\x76\x13\x41\x99\x48\x6b\xd3\xad\xbf\x4f\x60\x9b\xea\x74\xa6\x00\xb5\x86\xe1\x32\x81\x90\x09\xd7\xfa\xb6\x11\x04\xbb\x9d\x8f\xa3\xf9\x6f\x11\x6f\x46\x49\x6a\xbb\xf3\x79\x0b\x0c\x91\x43\xcd\x46\xe0\x83\x21\x14\x00\x9b\xa6\x7e\x88\x01\x83\x44\xf4\x74\x56\x72\x0b\xfa\xd1\x42\x75\x0c\x00\x4a\x9b\xf0\x03\x0f\x00\x31\x01\x2c\x5c\xfb\x02\x00\xd7\x64\xe1\x5a\x47\x00\xbc\xd9\x19\x64\xa3\xa0\xdd\xd2\x01\xbe\xd8\xea\xf7\x01\xa0\xfa\x17\x97\x40\xd7\xe6\xee\xd7\x79\x0b\xce\x1a\xbf\x4f\xa3\xe0\x33\x0f\xcf\xac\x7b\x5d\xea\xef\x4f\xe2\x2d\x26\x22\x3d\x11\x4f\xbe\x87\xbf\x3f\x00\x0a\xcc\xc5\xcf\x4c\xc7\xdd\x36\x7c\x73\x08\x54\xdc\x4a\xcb\x01\xb8\x1b\xea\x01\xe0\xca\x74\xb5\x03\x18\x7a\xfa\x67\xf6\x4d\x7c\xda\xf1\x19\xd7\x01\x20\xed\xf2\x17\x08\xf2\x13\xb9\x0e\x02\xa0\xe1\x4b\x28\x0d\x01\x60\x5a\x6f\x9d\x13\xf4\xc8\x85\x7c\x89\x00\x54\x0e\x22\xe9\xf4\x8f\x6d\xd7\xa1\x14\xf0\x64\xed\x26\xe6\x4f\x32\xd6\xc3\x52\xd1\x9b\xd5\xda\x59\xd5\x70\x34\x6d\xf7\xa1\x25\x93\x8c\xca\xd9\xe5\xd3\x69\xa6\x7c\x1f\x00\xcb\x5c\x04\x9b\xbe\x81\xd5\xfa\xf9\xc9\xa4\x8e\xe6\x05\x06\xc6\xf7\xbc\x85\xe3\x21\x06\x12\x77\xca\xbb\xd6\x33\x03\x34\xac\xc8\xa7\x8d\x0f\x09\x83\x0e\x1f\xfa\x85\x41\xc4\x06\x00\xb6\x36\xd6\xcf\x13\x93\x72\x44\x3f\x00\x4c\x52\x0f\x05\x87\x65\x77\x4f\x67\xbb\xe1\xb2\xd8\xcf\xf9\x3d\x19\xa1\x36\x42\x5c\x03\x80\x3c\xea\xb0\xba\x93\xb2\x69\x3b\x3b\x03\x59\x8a\xfb\x6d\xe5\x00\x15\xb3\xff\x3e\x01\x32\x78\xb6\xfd\x22\x05\x3f\x4f\x40\xc7\x5c\xfa\xe9\xfa\x43\x35\x91\x8e\xda\xf9\x50\xe3\xd6\xdf\x27\x30\xb7\x87\xea\x3d\x52\x25\xe1\xe3\xc2\x7c\x19\x26\xce\x85\x00\xa2\xf5\x59\xb8\x9b\x01\xa0\xad\x4f\xd6\x4f\x22\x7b\x24\x05\xb5\x00\xb0\x99\x2e\xd2\xb4\x0d\x80\xd1\x22\xf5\xdd\x40\x3f\x92\x5f\x02\xdc\x4c\xed\x00\x14\x71\x19\x81\x44\x7a\x94\xf5\x04\x75\x9a\x85\x24\x6c\x03\x5f\x10\x39\xbd\x96\xb9\x22\x6b\x3b\x3f\x21\x63\xc1\x6b\xdd\x6d\x14\xfd\x5a\xef\x07\xb8\x8f\x26\x91\x40\x3f\x32\x5b\x02\x90\x61\x37\x3b\x00\x76\xf6\xfd\xfe\x04\xe3\xd1\xd4\x8f\x4c\xa3\x34\x2e\xcb\xdb\x20\xf9\x2d\xf6\x02\x94\xa9\x17\xf5\xa3\xf0\x14\x28\x7a\xa2\x90\x8f\x28\xf7\x01\xb0\xa4\xba\xfa\x01\xdd\x5d\xef\x77\x3f\x00\xc7\xf4\x05\xd0\xb1\xae\x51\x87\xa6\xad\xfb\x19\x42\x98\xe8\x42\xb3\x18\x00\x82\xa3\x40\x1d\x1a\x00\xe4\xa3\xad\x5d\x02\x9c\x0c\xdf\x59\x41\x3e\x91\x27\xe7\x52\x1b\x83\x0c\x5f\xaa\x07\x80\xbe\xe8\xd2\x6b\x61\x01\x87\x98\x54\x01\x4c\xda\x57\x15\x35\x3a\x29\x78\xcd\xea\x3a\x84\x68\x35\x8c\x19\x08\x80\xef\xb6\xf7\x89\xe0\x66\xc5\x7a\x6c\x00\x37\xe3\x33\x1e\x1f\x2e\xcb\x52\x0f\x30\x20\x4b\xd0\x13\xb4\x40\x2a\xa5\x1c\x00\x5a\x33\xd3\x34\xc0\xcf\xad\x49\x74\x70\x1b\xbc\xcc\x10\x34\x81\xc0\x07\x5c\xb5\x56\xd0\xc3\xa0\x9c\xd7\x75\x80\x86\x01\x3a\x4f\xc0\x60\xce\x93\xbe\xe5\x81\xe0\xa8\x6b\x57\xf2\x12\x5b\x2b\x19\xf1\x9b\x3e\x0f\x2d\x3c\xb3\x01\xc0\x26\xad\xe6\xf3\x04\x05\xec\x1a\x53\x87\xf9\x44\xc4\xf0\xfd\xd3\x03\x6c\x3f\x8d\xcd\xe4\xe5\x00\xa0\x58\xb7\x5e\x40\xb9\x53\x2a\x07\x40\x08\x6d\xe7\x9d\xef\xf6\xc8\xd6\x7a\x23\xb9\x57\x00\x19\xe6\x11\xba\x48\xde\x8e\x28\x8c\x25\xf1\x72\x70\x3b\x02\x92\x59\x29\x6a\x03\xb1\xc0\x90\x2c\x16\x00\xbf\xfc\xe6\x94\x38\xd8\x90\x6a\x1a\x70\x87\xd8\xb8\xd5\x3b\x1d\xc0\xd1\xa8\xda\x80\x5c\xbf\x35\x9e\xf6\xb7\xbb\xb2\x7c\xe9\x89\x01\xb1\x75\x23\xff\x7c\xfb\x80\x22\xbd\x9d\x36\x90\xb5\xc4\xca\xa5\x36\x24\x9a\x11\x19\xf4\x49\x39\x8b\x68\x9a\xd3\x7a\xb3\xb6\x03\x40\x36\x51\xed\x3a\x00\xae\xef\xf9\xb4\x01\xa2\xff\x8e\xd8\xa4\x01\x46\x39\x3f\xc1\xd5\xf0\x3a\xf3\x3c\xc1\xfb\xd6\xeb\x00\xd1\xd3\x62\x67\x90\x71\xd4\x16\xc9\xd0\x36\x10\x7b\xd8\xfb\x0b\x40\x72\x79\xda\xf8\x90\x91\x2d\xea\x3a\xcc\x29\x8b\x35\x75\x8c\xae\xe0\xc5\x35\x40\xd8\x5d\xb5\x55\x3f\xc0\x84\x5e\xbc\x1e\x20\xb6\xca\xa1\x36\x4e\x3b\xc4\xd2\xd5\xd3\x2f\x1d\xbf\xce\x64\x7f\x11\x4d\x5a\x02\xd3\x0d\x40\x82\x7a\x3a\xf6\x45\xc0\x8d\x43\x8e\x1d\xce\xb3\x4d\x02\x8f\x0d\x40\x84\x78\x3e\x0e\x66\x89\x25\xe9\xe0\x70\x18\x26\x96\x43\x18\x1c\x9e\x98\xe5\x10\x7d\x87\x9d\x5c\xbd\x7b\x3d\x00\x2e\xe4\xf6\x3e\x81\x15\x74\x16\x3f\x7c\x2e\x6b\x3b\x6f\x01\x53\x50\x52\x7f\x01\x04\x55\x3b\x1f\x47\xa3\xb9\x72\x3e\x8e\xbe\x5a\xe5\xec\x39\x84\x12\xaf\x55\xc7\xa4\x23\x98\x78\x3d\x07\x98\x3f\x90\x5c\x9e\x23\x0e\x89\xf5\x77\xc7\xca\x01\x20\xba\xcb\x07\xc0\x10\xf6\xb3\xb4\x21\x65\xb3\x43\xe4\x90\xdc\x7e\xb3\x1e\xd7\x01\x40\xf4\xcf\x9e\x7b\xe0\x01\x75\x9f\xe5\x80\x24\xf7\xf5\x9c\xce\x48\x73\xbf\xfb\xf1\x02\x1f\xd0\x56\xbe\x85\x89\xde\x6b\x68\x5b\x09\x60\x13\xea\x20\x65\x8e\xf6\x26\xb9\xd3\x4d\xa5\x56\x71\x4d\x36\x12\xb5\xdf\x56\xc4\x25\x20\x4f\xfa\x8d\x44\xee\x04\xc0\x89\x96\xf7\x89\x79\x8c\x2e\x02\x40\x0c\xe6\x2a\xa9\xf4\xcd\x2c\xe8\x55\x77\x92\x7b\x90\xb6\x56\x2d\x5c\xa4\x04\xbf\xcb\x61\x4e\xf6\x7f\x10\x43\x9e\x27\x60\x62\x5c\x75\x92\x0c\x84\x12\x2e\x92\xb0\xdf\x4c\x15\x5e\x25\xb0\xb9\x07\xd8\x28\xf8\x95\x12\xa0\x89\x95\xde\x02\xad\x79\xad\xe2\x12\xe8\x0b\x54\xec\x7a\x01\xc8\x36\x6f\x35\x9a\x90\xfe\xf9\xd2\x2a\x1c\x09\x8e\x1c\x55\x0b\x77\xc0\x22\xac\xf8\x75\xde\x02\x45\x47\xca\xef\x13\x20\xd2\xa2\x41\x4c\x99\x5d\xce\x91\xcf\xa4\xd9\xb5\x8a\xf3\x1a\xd0\x27\x44\x1a\x63\x01\x0d\x47\x5c\x3d\x00\x84\x1c\xda\xc8\x23\xe3\xa8\x4d\xf9\xaf\x1c\x60\x23\xc7\xce\x28\x11\xe5\x02\x00\xc8\x60\x33\x01\x88\xd4\x5b\x5b\xd3\x5a\x29\x94\xa1\x9d\x19\x40\x52\xe4\xd6\xca\xf9\x09\xe6\xf9\xfa\xc3\x13\x48\xa0\x98\x5e\x00\x56\xb0\xe2\x5c\x06\x0c\xbf\x4a\xd7\xc1\xc1\x7c\xc4\xc5\xcf\x9a\x05\xaf\x57\xa4\xe2\xb9\x87\x7c\x8d\x8b\x9e\x40\xe4\xd3\x66\xda\x4c\xf4\xda\xb2\x52\xcf\x13\xa0\xe0\xa6\xe3\x9a\xae\x5a\x76\x98\xbf\x81\x28\x9a\xed\xdd\x08\x70\xc8\xea\xd7\x59\x2b\x38\x59\x8b\x89\xfc\x20\x87\xe6\xdd\xca\x99\xc5\x4e\x61\xe7\x19\x31\xd3\xee\xd2\x4f\xa0\x3e\x6d\x12\x89\xdc\x48\x1b\xb7\x9f\x28\x07\x08\x4e\xff\x12\xe3\xc6\x1c\x69\xe6\x62\xdc\x90\xd4\xe6\x6e\xed\xcc\x1c\xb2\x3f\xf4\xa6\x2b\xc8\x78\x20\xa8\xcc\x3a\x37\xe7\xa5\xf1\xe0\x4f\xe6\x0d\x4b\x85\x22\x5e\x64\x26\xda\xdf\x69\x01\xd2\xb0\xb1\x9d\xd9\xa7\x81\xa2\x95\xaa\x27\x2a\x4d\xcf\x34\x95\x0c\x5e\x0b\xd5\x36\x81\x15\x80\x36\x13\x63\x86\xc2\x6a\x1b\x00\x6d\x22\xb4\xaa\x27\xb2\xc4\x16\x5d\x73\x6f\x86\x5b\xec\xa6\x13\x9e\x56\x6b\x4d\xa2\xee\x9b\x11\xfd\x8a\xf3\x02\x7a\x4f\x64\xde\x6c\xef\xb7\xc0\x19\xa9\xdf\xf7\x01\xa0\xc4\x3c\x4c\xc1\x34\x48\x0c\x9b\x26\x7b\xc2\xd2\x01\xce\xe3\x01\x0c\x3a\xbb\x76\xbd\x05\xc1\xb5\x9a\xc4\x3b\x37\x43\x66\xd5\x2e\x9e\x93\x41\x9c\x4c\xda\xa9\x7b\x4e\x8a\xed\x75\xe4\x43\xd1\x7c\x37\x29\xd6\x6e\xc4\xbf\xb9\xad\x88\x17\x41\x14\x8c\xbb\x75\x71\x3c\x93\x9e\xcc\x92\xa1\xdd\x13\x39\x51\x60\x41\x1c\xc0\x03\xfb\x07\xc9\xd0\x92\xdd\x5c\x63\xe4\x45\x36\x80\x01\xe2\x49\x92\xec\x86\x41\x9b\x44\xee\xc9\x92\x53\xe9\xa1\x9f\xe8\xe2\x47\x92\x9e\x2c\xd3\xf9\x9a\x9c\x68\x32\x58\x65\x36\x29\x92\x92\x55\x66\x4f\xe6\xcd\x27\x19\x82\xeb\xb6\x76\xde\x02\x33\xc8\x2a\x61\x4b\x32\x84\x5c\x85\x55\x53\x00\x50\x67\xba\xe4\x22\x1b\x80\x3f\x8c\xab\x0d\xe3\x05\x94\xe7\x44\xe2\x85\xcb\x4a\x53\x4f\x3f\x24\xc7\x9e\x0e\x10\x44\x49\x5b\x3d\x19\x6c\xf1\x11\x7a\x38\x00\xd8\xc5\xb7\x4e\xf1\x54\xa2\x23\xb7\x95\xa6\xaf\x7d\xc8\xde\xf2\xac\x49\x54\x8a\xc1\x56\x14\x00\xd9\x28\x4d\x83\xc3\x80\xb9\x69\xad\x27\x2a\xc5\x9a\x73\x37\x24\x67\xe8\x86\xc6\x1d\xb5\x81\x0f\x42\x4b\xa8\x0d\x5c\xc8\xfd\x2e\xf9\x00\x0c\x3e\x51\x0e\xc0\x9f\xe8\x2d\x10\x0f\x37\x49\xb6\x93\xc3\xa6\xb7\x49\x94\xb9\x81\xe8\x58\x72\xb5\x81\xb0\xe0\x4d\x7c\x55\x72\x6a\x60\xda\x79\x0b\x5c\x4c\xab\x84\xbf\xc9\x1b\x78\x22\x4f\xe7\x09\x29\xf7\xf5\x16\x58\x72\x16\xcf\xf7\x01\xb0\x2b\x4f\xa3\xc6\x8d\xfc\xa7\xe1\xc7\xe3\x69\x98\xf9\xb4\x9e\x35\x14\x10\x21\x9a\xf8\x81\xe4\x14\x10\x9a\xbd\x00\x58\xff\xaa\x9f\x4c\x1a\x07\x9f\x59\x44\x80\xaf\x7a\xd7\x17\x80\x78\xf5\x0c\x27\xc2\x57\xc1\xa8\x8b\x00\xd8\xd4\x5c\x0e\x00\xd7\x94\xdc\x0f\x00\x2d\xf5\x75\x9e\x20\x39\x6e\x1a\x5f\x5c\xac\x7b\x3a\xaf\x45\x76\xa9\x5a\x6e\x0d\x16\x63\xb9\x5c\x49\xaf\x05\x77\xdc\xfa\x59\x09\x12\x99\xdd\x5a\x3c\x88\x54\xd0\x74\x5e\xa5\x71\xd1\x66\x50\x74\x60\xdc\xd0\x53\x76\x6d\x95\x71\x93\x95\xd1\xba\x1f\x58\xc4\x56\x78\x0a\xa4\x91\x20\xba\x93\xfe\x2a\x8d\x4c\x83\x83\xae\x46\x91\x84\xa0\x99\xc6\x63\x14\xa6\xb8\xa5\x90\x20\x31\x45\x7f\xb7\xa6\x8e\x55\x0a\xd5\xba\x5e\x5b\xe5\x14\x76\x1f\x80\x49\x18\xf4\x16\x5a\x45\xf7\xf3\x44\xa3\x56\xe8\xf4\xc3\x61\x31\x98\xaa\x1a\x9d\x90\xf7\xa4\xf3\xb5\x22\xc7\x5d\xfd\x98\x34\x32\xd4\x44\x0d\xdc\x15\xe1\xd8\x16\xc0\x87\x12\x7b\x91\x41\x7a\xc2\x15\x89\x11\xd2\xf8\x50\xa8\x46\x7e\x31\x31\x25\x5d\xbb\xb4\xa9\xc7\x97\x3c\xb8\x36\x35\x3d\x76\x60\x07\x4a\x00\xf1\xcc\x35\x73\x4c\x15\x53\x75\xa9\xdf\x40\x87\xa5\xf3\x25\x00\x12\xc3\x5b\xaf\x65\x0e\x12\x38\xd2\x01\x70\x1a\x63\x96\x03\xd4\x5f\x19\x6b\x02\x90\x74\x5c\x80\x84\x8c\x3c\x15\xd3\x4c\xda\xc3\x55\x00\xd8\x76\x17\xc1\x9e\x09\xda\xcb\x5b\xc4\x76\x26\x26\x49\x7d\xdb\xa0\x08\x43\xe7\xc4\xa4\x49\x69\xba\xee\x03\x40\xb0\xaf\x5d\x39\x29\x53\x34\x2d\x3a\xe6\x89\x28\x92\x06\x27\x66\x8a\x30\xe9\xaf\x12\xfd\x18\xac\xe8\x00\x63\xf4\xff\x9e\xee\xeb\x00\xd0\x27\xe8\x14\x60\xb0\xfa\xe2\x55\x3f\x01\x91\xeb\x29\xab\xeb\x8d\x0b\xc6\xf4\xb5\x34\x07\x6d\xa2\x30\x8c\x0a\xde\xaa\x88\x12\x2d\xf0\xbb\x64\x57\x89\xc1\xb2\xad\x98\x9e\xe8\x14\xca\xeb\xe0\xa0\x9a\xa8\xf5\xf3\x2d\xb0\xc9\x6c\xdd\xf5\x16\xa7\x22\xda\x34\x0d\x50\xbe\x14\xd7\x61\x8c\x60\xaa\xfb\x54\x3c\x00\xbd\x22\xb4\x2b\x11\x04\x91\x71\x4c\x02\xc0\xa5\xde\xca\xf9\xc9\xc3\x15\xa4\x93\x95\xa6\x5f\x55\x7c\x66\x36\xda\x44\x16\xf2\x11\xd9\xe8\xaf\x74\xf1\x14\xd8\x00\xce\x3c\xae\xd3\x6c\xf0\x0f\xb2\x42\x1e\x20\x1b\x9c\x7e\x4a\xe3\xd2\xce\xe2\x45\x44\x50\xb2\xc1\x98\xa4\x78\xd5\x4f\xb0\x82\x4a\xe5\xd7\x6e\x00\x32\x56\xde\x21\xb2\x65\x38\xa6\xf4\x4b\x4f\x14\x88\x43\xbd\xab\xa7\x94\x17\x7b\xd5\x4f\x2a\x45\x6d\xe7\x09\x4a\xd6\xdc\xf4\xb5\x30\x15\x29\xde\xd4\x0f\xe8\x04\x9b\xe5\xfb\x00\x0e\xf9\xcc\x5f\x38\xc0\xb2\x21\x87\xbd\x5f\x7e\xda\x03\xdf\xaa\xb5\x92\x0d\xea\xc0\xe2\x76\x00\x78\x1b\x65\x1e\xaa\x1b\x78\x20\x1a\x55\x27\x61\xbb\xd9\x2c\xf9\x01\x12\x6e\xc9\xe7\x27\xb2\x78\xb9\x0e\x00\x7f\x0c\x13\xe0\x3a\x6b\xec\x00\x0b\xa6\x11\xfa\x50\xf8\xb3\x17\x31\x08\xd9\x10\x33\xd8\xec\x8c\x0d\xd9\x65\x6f\xef\x13\x03\xd7\xd5\xf3\x04\x4f\xfb\x96\x0e\x00\x7e\xe0\x2c\x1e\x44\x8e\x2d\xde\xd4\x31\x78\x5d\x17\x77\x7d\x2d\x33\xf9\x7a\x2b\x07\x00\x3d\x72\x01\x1f\x85\xe4\xe8\x07\x18\xb8\x91\x1e\x00\xe2\x9d\xe2\x7a\x0b\x4f\x56\x49\xdb\xb3\x61\x23\x54\xd9\xc1\x64\x43\x5a\x39\x93\x41\x4a\x36\x64\x83\x6b\x52\xe0\x64\x7b\xa8\xc1\x38\x8b\x87\x22\xa2\x9e\xaf\x03\xd0\xfc\xfb\xb4\x41\x79\x60\x29\x07\x80\xe3\x08\x6f\x3e\xd9\x2f\x46\xa5\x22\x7d\xce\x94\x61\xd7\x44\x5e\x24\x3b\x92\x47\x15\x57\x1b\x0e\x65\x54\x93\xea\x3b\x3b\xf2\x24\x15\xa7\xc0\x23\xd3\xce\x1e\x01\x91\x03\x40\x86\x1b\xa4\x09\x07\x00\xcb\x21\x9d\x9b\xd9\xe1\xf8\xe4\xd2\x96\x6f\x00\xa2\xee\xae\x36\x74\x7e\xbb\xba\x0e\xca\x59\x74\xb2\x6e\x00\x62\xa6\xd3\x0f\xe8\xe4\xab\x98\xf2\xec\x08\xdf\xe5\x92\x5c\x66\xef\xe4\x67\xda\x7d\x00\x08\x91\xac\x1f\xe0\x81\x29\x91\xde\xd2\x49\xa0\xb4\x60\xdc\x64\x75\x77\x00\x30\xf6\x67\x8b\xd1\x70\xca\xca\x69\x83\x2a\x1e\x3b\x9f\x4f\x33\x67\x09\x17\xb2\x23\x3b\x7a\x93\xee\x69\x03\xb0\x8a\x16\xc5\x72\xa7\x64\xea\x7c\x0b\x9c\x82\xfc\x16\xe9\xf0\xc1\xab\xb2\x56\xa1\x23\x3c\x73\xe9\xda\xc8\x8e\xdd\x50\x25\x61\xcf\x92\xb0\xb7\xf3\x16\x08\xc3\x6b\x2b\x6a\x14\xa1\x05\x90\x31\x29\x00\x68\x85\x9a\x58\xb1\xec\x8c\xf8\x25\x43\xa1\xec\x1f\x7a\x3a\x5d\xf9\x00\xb8\x3e\xf4\xf3\x13\x7a\x44\xbb\xbe\x05\x1c\x4f\xe9\x22\x28\x0e\xff\xf8\x92\x92\x00\x72\xb3\xf7\x7d\x00\x08\xf7\x2e\x11\x14\x5f\x94\xb0\x8b\x16\x3a\x44\x18\xcd\x8a\x7e\x02\xff\xe2\x7a\xdd\x2f\xd0\xf0\xb5\xf9\x00\x90\x8e\x6b\x90\x29\xb9\x2c\x92\x9c\x64\xc6\x8d\xe9\x49\x34\x68\x0c\xad\x53\x8e\x29\x03\x39\x20\xf0\x1b\x00\x0c\xe1\x1f\x00\xde\x32\xb2\x1a\x85\x09\xb8\x5f\x3a\x15\x07\xe3\x6e\x4a\xa1\x95\x99\x04\xcd\x64\xc4\x91\xe9\x52\xda\x24\x8e\xd9\x40\xec\xfd\x73\x6e\x8a\xd1\x12\xe7\x95\x65\x6c\x74\xd9\xf9\xc9\xec\xc7\x2d\x35\x00\xdc\xd0\xad\xab\x63\x13\xaa\xd9\x26\xeb\xb4\x4c\x36\xaa\x49\x03\x9a\x99\xf3\xcb\x5a\x2f\x07\xa0\x57\xdf\x5f\xb0\x42\xdc\x4f\xc3\x85\xd3\xdf\xf6\x10\xbb\x42\x7b\x87\x09\x99\xaa\xc4\xcd\x99\x69\x87\x6a\xd5\x76\x53\x1e\x9c\x54\xd5\xeb\x86\x3d\x9c\x8a\x9e\xa0\x88\xa8\x6b\xad\x90\x83\xaa\xf5\x0c\x27\x23\x0b\x49\xd5\xb4\x81\x20\x2e\xb9\xbd\x3f\x19\xd0\x82\xf4\x03\x60\x7c\xc5\x42\x30\x2f\x49\x3b\xe4\x98\x99\x49\x9a\x54\x1a\x99\x19\x29\x8a\xa4\xba\x99\x59\x19\x4a\x6a\x02\x90\x10\xc1\xce\x22\xa6\xb1\x8e\x15\x2d\xc0\x69\xd4\xd7\x9c\x9e\x1a\x37\xf5\x99\x23\xc3\x7a\xab\x7f\x78\x22\x28\xf8\x21\xe9\x74\xd5\x68\x62\xb9\x33\xdd\x35\x90\xd7\x9a\x80\x83\xd8\xaa\x0d\xc4\xe1\xb7\xa6\x9d\x21\x61\x96\x9d\xd7\x0e\x5a\x45\x9f\x99\x03\x03\x59\x92\x0e\xb0\x39\x70\x5e\x95\xf3\x71\xb0\xbd\x2e\x26\x1e\x8b\x76\x30\xe5\x16\x6d\x45\x3c\xec\xfd\xb5\xe5\x00\x06\xba\x68\x07\x88\xb3\xa6\xd9\xfb\x13\x4c\x54\x3e\x8d\x52\x17\xf7\x07\x00\x13\xa5\x53\x91\x51\x88\xeb\x75\xa6\x01\xf6\xdb\x76\x9d\x01\xfa\x52\x03\x7a\xbe\x36\x42\xd6\xde\x7e\x9d\x1d\xca\x54\xcf\xd7\x79\x8b\xac\xb3\x45\x8e\x27\x49\x98\x6e\x3e\x1b\x80\x81\x5c\x79\x7f\xc2\x30\x75\x5a\x41\xe4\x23\xbc\xe7\x03\x74\x5c\xb7\xd5\x31\x84\x38\xab\xd7\x19\x31\xe8\xc2\x5b\x3e\x0b\x06\x26\x2b\xad\xe6\x74\x00\x88\xdd\xfc\x05\xb8\x82\xde\x9f\x04\xdb\x90\xf3\x69\xf4\x0f\x21\x2c\x00\x70\x05\x91\xc3\xde\xcb\x20\x98\xc6\xcc\x63\xa1\xd8\x45\x4e\xb4\xbf\x00\xb9\xb7\xf3\x13\x04\x14\xe9\xbc\x2d\x6c\xe0\x83\x21\xf4\x03\x60\x03\x91\xc3\x2e\x76\x73\x7d\xb8\xda\x80\xae\xa5\x39\x17\xee\x06\x30\xd9\xf5\x7d\x02\xfb\xe5\xf4\x03\x66\x9a\x08\xf4\x01\x80\x32\xb4\xa6\xd7\x66\x2e\x6d\x0a\x6c\x8a\xc1\x09\xb1\xf4\x7a\x1f\xe0\x03\xe1\xaf\xde\x52\x18\x10\x2e\xf5\x03\xf0\x44\xcb\x02\xa0\x21\xaf\x5c\x30\xc5\x0a\xac\x65\xa5\x11\x2e\x06\x4a\xd7\x74\xc1\x28\x0c\x88\xda\xbc\xf5\x03\x40\xc6\x5a\xd5\xb1\x0a\x65\xb6\xf7\xeb\x00\xb8\xc6\x9c\x79\x41\xa6\xb5\x7e\x9d\xcf\xaf\x5c\xb8\x7e\x1a\xa5\x19\xde\xf9\x16\x8a\x54\xc5\xdf\x15\xc3\x8d\xd4\xda\x19\x20\xdc\x48\x9b\x4e\xa3\x0d\x54\x98\xac\xd4\x03\x80\x15\xb3\xd3\x06\x15\xaf\xa6\x9e\x8a\x15\x2b\x6a\xa3\x33\x3c\xe9\xe9\x47\x97\xee\x5a\x3f\x81\xf8\xaf\xe6\xaa\x9f\x38\x63\xd8\x5d\xfa\x89\xf3\x40\x3f\x1f\x07\xbe\xaa\xb6\xd3\x0f\x58\x21\x56\xf9\xc3\x6c\x00\x26\x15\x67\x49\x39\xcd\x10\x2e\xfb\xf3\x03\xac\x18\xb2\x97\xd4\x74\xc6\x17\xf1\xb2\x6a\xb3\x17\x00\xdf\xfa\x3e\x41\x76\xf9\xcc\xf3\xa0\x1d\xc9\xf9\x09\xcd\x1a\xc4\xdb\x6c\x00\x57\x21\x2b\x07\x00\xa7\x7f\xf6\x0e\x43\x40\xd5\xf7\x27\x54\x06\xdf\x1a\x3d\x1a\x96\xd7\x33\x58\x1f\x72\x0c\x45\x6d\x7c\x70\x7d\x97\x59\x43\xb1\x2f\x43\xf4\x9f\x8e\x21\x34\x77\x95\xf1\x44\x41\xac\xd5\xbb\x55\xaf\x07\x40\xb8\x80\x62\x07\xc0\x12\x75\x01\x0b\xae\x41\x76\xb6\x0a\xe4\x92\x26\xf3\xa6\x42\xfb\x9e\x26\xe9\x67\x39\xc2\xf5\xf3\x16\xa8\xab\xaa\xec\x4f\x0a\xbd\xcf\x6b\x3f\x9f\xcf\x90\x2f\x39\xe9\x5b\x1e\x18\x0b\xdc\xb7\x1f\x00\xfa\x74\x7d\xad\x5f\xc6\xcf\xaf\x02\x60\x75\x57\x49\x6c\x37\x00\x86\x9a\x37\xd2\xe2\x08\x72\xd2\xaf\xd3\xc6\x4d\x53\x00\x6d\x04\xba\x7a\x97\xae\x51\xa7\xa3\x4b\xbd\xc8\x25\x6c\x00\xac\x07\x4f\xc5\xe2\x89\x71\xed\x29\xcd\x29\x14\xe1\xb7\xb3\xaa\x3d\xc3\xa7\xad\xb9\x5e\x4b\x7b\x38\xdd\x5a\x36\xc0\x31\x55\x1b\xd0\xc4\x9a\x18\xb7\xe2\x4c\x16\x7a\xf6\x9f\x23\x33\x61\x91\xbd\x45\xf1\x4e\xb5\x08\xf9\xe7\xe2\xc8\x5e\x84\xd0\x16\x00\x30\xc8\xd7\x19\x31\x87\x5a\xc4\xcf\x4f\x5c\x4b\x4a\x23\x86\x90\x70\xf5\xbe\xd4\xc6\x84\xec\x5b\x16\x73\xc5\xe1\x96\x69\xed\x8c\x3a\x74\x2d\xf5\x12\x29\xe5\xf5\xc1\xea\x69\x83\x51\xa0\x2e\x11\x7d\x47\x74\xa0\x76\xb5\x76\x00\x38\xfe\x8b\x72\x8e\x8b\x91\x6e\xb4\x3d\x18\xf0\xb3\x5f\x59\x00\x62\xc7\x94\x9b\x67\x6f\x19\x19\x72\xc9\x56\x0f\x40\x0b\x15\xad\xc2\xcd\xa7\x83\xb1\x68\x07\x40\x94\x49\xde\xaf\x36\x10\xd4\xe1\xd2\x4a\x1e\x99\x11\x9e\xb4\x1c\x06\x19\xe0\x9c\x04\x14\x1e\x0b\x77\x3b\x00\x54\xe6\xbc\xb3\x6e\x80\x8c\xa7\x1a\xa5\x3f\x4c\x15\x29\x1d\x48\x48\x5b\xaf\x76\x1a\xc5\x69\xd4\xdf\xb7\xe0\x84\x4f\x5a\x85\x83\x31\x50\xca\x9d\x0f\x80\x60\x4d\xe5\xf4\x83\x52\xb6\xb7\x63\xf3\x0d\xc6\x15\x00\x4f\x34\x99\x46\x6c\x00\x3a\x09\x1d\x4f\xa3\x82\x05\x92\x5e\x63\x03\x30\xaf\xa8\xe7\x27\x0c\xa6\xaa\x7d\x3b\x2a\x4e\xa3\x7e\x1d\x00\x82\x92\xeb\x7d\x02\x7e\x82\x52\xde\x6e\x80\xe3\x71\xde\x82\x51\x97\x9c\x76\x03\x38\x8c\xb3\xbe\x16\xa2\xbb\x26\xdf\xcb\x42\x5d\x7e\xf5\xb3\x3e\x9a\xc4\x53\xf7\x01\x82\x01\x96\x52\xac\x30\xc4\x6a\xad\xe9\xfd\x09\x9d\x17\xde\x27\xa0\x0a\x11\xb5\x1c\x4d\x91\x3e\xde\xd7\x42\xbf\x52\x4f\x1b\xf4\xad\xcb\xea\x3a\x0f\x63\x19\xb6\x6e\xa0\xe3\x52\x51\xfe\xc2\x01\x36\xe0\x0f\xda\x9a\xf6\x1f\x03\xb4\xd6\xcb\x4e\x9f\x06\x09\xf6\xe9\x13\xf8\xc5\xda\xcf\x67\x4c\x1a\xc8\x9d\x36\x74\x9d\x3a\x63\x03\x2e\xbd\x9e\x39\xe2\x75\xaa\x9f\xdd\xc5\xeb\xd4\x39\x15\x07\x12\x2c\xd6\x4b\x34\x6d\x74\x6a\xfe\x7b\x3b\x00\xcd\x8a\xae\x03\x2c\x88\x55\xf2\x01\x30\x7a\x76\x00\xdc\xc0\x5c\x9c\xdc\xe8\x20\x2e\xf5\x6d\x03\xf7\xab\xfb\x2c\x62\xe4\xf3\xab\x39\x9f\x9f\x60\x35\x49\x3b\xb5\x81\xd8\x5d\xe9\xd0\x12\x5e\xeb\x24\xd3\xdf\x00\x1c\x55\xfb\xfb\x13\x98\x68\x9c\xe5\xc5\x04\x75\x5d\x24\x9d\x5e\xfd\x26\xf5\x79\x51\xb0\x54\x3f\xab\x89\x1e\x7c\xe7\x10\x1c\x36\x20\xb8\xcd\x76\x00\xb0\x54\xa2\xcf\xc3\xe8\x17\x77\xbd\x3f\xc1\xde\x39\x3b\xc3\xe8\x98\x99\x4e\x3f\xa0\xd0\x3a\xd4\x77\x18\xad\x21\xaf\xf7\x27\x90\x61\x9f\xc9\x36\x64\xe1\xa8\x87\x40\xf1\x9c\x30\x3b\xfd\xa0\xdb\xe5\x19\x42\xa7\xf1\x71\x4a\x07\x40\x60\xd1\xd3\x06\x62\x3f\xd4\xab\x5d\x07\xc0\x56\xf1\xf7\x27\x30\xb2\x3b\xeb\x94\xa1\x5a\x25\x2f\x2e\x0c\xd6\x5a\xda\x19\x53\xc4\x58\xb5\xfb\x6c\x7b\x1e\x60\xa9\xbe\x00\x48\xc7\xd9\x1e\x08\xb9\x5f\xf3\xdb\x28\xcc\x12\xdb\xd9\x90\x92\xd4\x1d\x3a\x00\x8e\xb2\xe6\x3f\x3c\xe1\x60\xca\x5f\x20\x48\x87\x2e\x6d\x45\x21\x5a\x2f\xf1\xbe\x0c\xc3\x6a\xed\x8c\x18\x02\xb1\x56\x39\xa8\x15\x86\x62\x2d\xf2\x48\x2a\x0c\xc6\x5a\x5f\xca\x09\x73\x93\x7a\x9d\x43\x90\x9c\xa8\xbf\x8d\xd2\xc2\xb4\xbd\x00\x43\x35\x9e\x7e\xe0\x88\x93\x37\xc3\x06\x30\x73\x87\x0c\x42\x4d\x54\xeb\x99\x86\xc1\x0b\xf9\xd9\x51\x03\x66\x89\xe9\x2c\x87\x41\xd3\xaa\xb3\x09\x27\x83\xee\x9d\xc3\x07\xa1\x54\xab\xcc\x6f\x36\x00\xc9\xe5\x59\xda\x13\x73\x5b\xd3\x0b\x80\x29\x68\x07\x60\xe0\x27\xdd\x5a\xc6\xe4\x3a\x3d\x9f\x0f\x5b\x1a\xbf\x0e\xb9\x80\xe9\xab\xb5\xb3\xc6\x1e\xb2\x84\x62\xc5\xe6\x05\x7d\x8d\xb4\x64\x65\x26\x06\x25\xd3\xce\x9e\x49\x22\x55\xf6\x83\x32\x34\x84\xc0\x07\x80\x4b\xca\xe1\xab\x90\xd1\x7e\x93\xe0\x4b\x00\xf8\xbb\xb3\xd6\x29\xaf\xea\xb7\x2e\x15\x13\x9a\xa0\x7e\xdb\x0b\xd0\xd9\x87\x4b\x6a\x32\x06\x72\xd2\xe2\x9f\x0c\x90\xe2\xe2\x01\x90\xdc\x8f\xe1\x40\x09\xc0\x62\x47\x77\x56\x86\xb8\xb0\x73\x11\x66\x34\x08\xc4\xeb\x0e\x00\x32\x8d\x2e\x21\xf4\x06\xc0\x89\x8a\x39\x61\x0e\x99\x2a\xcd\xc7\x06\x40\x1d\x74\x21\x50\xca\x96\xe6\x7f\xc1\x0a\xb1\xcc\xc5\x8c\x0e\x67\xb0\x68\xba\xa6\x93\xa4\x1a\x3c\x8a\x11\xc8\x34\x80\x9b\xb1\x8d\xf8\xc6\x2a\x47\x97\x9b\x9d\xac\x56\x30\x7a\x77\x13\x50\x29\xff\xe2\xd8\x54\x2a\xfb\xfa\x7d\x1a\x85\x18\xb2\x6b\x33\x55\xde\x70\x4d\x8e\x50\xd5\x70\xf8\x74\x3b\x8d\x76\xea\x7c\x52\x3b\x00\xb9\xe3\x4c\x80\x41\xaf\x6f\xd2\xc5\x0d\x40\x0e\x7e\x09\x70\xda\x19\x65\x75\x6c\x50\xd0\x70\xeb\xf3\x99\x17\x30\x5d\xfa\x5a\x38\x97\x75\x99\x7b\x55\xa3\x97\xb6\x02\x3c\x54\xfb\x40\xea\xd8\xfe\x00\xe0\xe0\x20\x09\xab\x0c\xbb\x65\x3a\xd0\xab\x5f\x64\xfd\x79\x3a\x57\x26\x7e\x28\x32\x2c\xaf\x7e\x41\x09\x94\x5d\x6d\xdc\x5c\x1a\x3c\xd1\xaa\xdf\xe0\x34\x2a\x09\x54\x65\xdc\x2c\x53\x08\x88\xea\x89\x92\xf2\xae\x27\x0a\xa3\xe2\x95\xfb\x00\x71\x2a\xca\x14\x60\x03\xb8\x2d\x68\x08\xbd\xd2\x02\xe1\xb4\x41\xa1\x89\xa2\x46\x6c\x20\x8e\x7c\xd9\x7f\x6d\x80\xfd\xc8\x02\x18\x0f\x96\x64\x70\x03\x15\x1f\xf7\x3e\xc1\x8f\x53\x1b\x8d\x1a\x8c\xd3\x0f\x64\x59\x2f\x92\x90\x6d\x00\xba\xda\xae\x36\x28\x84\x2e\x67\x4c\x19\x2e\xbe\xd6\x72\x00\x08\xa1\x4d\x43\xd8\xb9\x60\x78\x5e\x55\x47\xb8\xf6\x2e\x8b\x8c\xea\x46\x4b\xf3\xa2\xb7\xf0\x54\xec\x5d\x8d\x22\x41\x6b\xd5\x21\x58\x1d\x47\x8b\xf9\xf9\x16\x78\x13\xd5\x5b\x8b\x8e\x36\x4e\x55\x36\xcf\x95\xb7\xb8\x52\xcf\xb7\xc0\xd7\xb0\xf5\x33\xfb\x34\xa1\x93\x17\x4f\xf5\x0f\xf5\xe9\x45\x5d\x47\xdc\xe3\xf6\xae\x0f\xda\xe6\xcb\x14\xb8\xd2\xae\xbe\xe6\xa2\x46\x71\xf1\x2b\xb7\x76\xb6\x3f\xbc\xe6\x52\xa6\x58\x07\x03\xb5\xdd\xe5\x05\x20\x17\xd1\x4f\x86\xf4\x9b\xea\xd8\x80\x16\xa4\x66\x3b\x80\x34\x6d\x59\x00\x04\x84\xb7\xb6\xc7\x28\x0c\xc2\x4a\xfd\x77\x1d\x95\x0e\xf7\xed\x00\x0a\x20\xca\x51\x17\x9b\x2d\xb9\x75\x1d\x88\xd0\xd5\xa4\x9c\xab\x0c\x1f\x6f\xee\xea\x29\xe7\xa5\x79\x39\x00\x2e\x18\xe7\x27\x43\x1b\xe8\x05\xa0\xdf\xac\xea\x07\x0e\xc1\x7a\xf6\x0b\x43\x46\x77\xf9\x18\x55\x06\x64\x36\x05\x20\xa8\x83\x6e\x16\x77\x7f\x01\x84\x8d\x3a\x8d\xc2\xff\xaa\xca\x5b\xbc\x32\x20\x6f\xc9\x22\x6c\xe3\xa1\x59\x94\x16\x2e\x02\xeb\xde\xe5\xcc\xcb\xbc\x48\x1d\xc8\x77\xd7\x89\xe0\x3f\x2d\x89\xa0\x30\x96\x2d\xc2\x9f\x02\x60\x1c\x16\xad\xe4\xc9\x98\x21\x59\x2b\x68\x26\x46\x2e\xd3\xbe\x9d\xf0\x57\x2c\x62\x3c\x37\x80\x7e\xe8\xe3\xa8\xa2\x2a\x8a\x59\x50\x67\xe1\x1a\x6b\x07\x80\xcd\xa5\xb4\xca\x75\xf2\x12\x9b\xae\xf4\xe7\x07\x58\x9d\xd0\x63\xbb\x2c\x78\x2b\x75\x4f\x7e\x9f\x4e\xe2\x72\x50\xd3\x25\xc0\xe9\x28\x7e\x3e\x94\xc6\x13\x8d\x97\xf3\x8a\x94\xcb\x77\xbd\x79\x8b\xab\xcc\xba\x5c\x74\x7b\xaa\x4c\xde\x5b\xef\xae\x2f\x07\x17\x56\xc5\x53\x54\x79\x25\xf7\xd3\x31\x7a\x25\x37\xd1\x67\xc6\xae\x6a\x59\x8b\x18\x39\x0d\x37\xd1\xd7\x4f\xb8\xff\xae\x96\x0e\x80\xb8\xef\x9c\xf8\xc6\x98\x4e\x2e\xa5\xc7\x06\xe8\xd7\x92\x09\x20\x67\x50\x93\x0c\xbb\x19\xdd\x36\xe4\xa3\xd3\x2c\x31\xe2\x0a\xe5\xa3\xcd\xe0\x28\xd7\xa5\x02\x6c\x96\xe8\xbc\xc7\x53\xb1\x31\xe5\x59\x04\x5d\x04\x80\x20\x7e\x26\x6e\xb0\x59\xa1\xc7\xda\xa5\xd7\x56\x09\x4d\xfc\x00\x30\x5a\xb8\xd2\x01\x70\xe3\x27\x9b\xda\x28\x8f\xaf\x8a\xc5\xd0\x0c\x77\x67\xeb\x9c\xa8\x0d\xc0\xbb\x2a\xa9\x1f\x8c\x1b\x20\xc6\xbe\x19\xe2\xa4\x36\x69\x40\x1b\x53\x82\x55\x99\xac\x34\x73\x32\x05\xf6\x02\x08\x47\x55\xed\x00\x70\xb8\xa9\xea\x18\xd2\xfa\x96\x74\xab\xeb\xd0\x81\x35\x5d\x85\x9a\x7d\x19\xc1\xaa\x5d\x07\x80\x26\xa5\xea\x2d\x5f\xa7\x4b\x9f\x7a\xba\x70\xad\xcb\x45\xaf\x05\xbb\xdc\xc5\xcf\x34\x0a\x5d\xab\x7c\x96\x9a\x5f\x1a\xf5\x26\x00\x1d\xd3\x71\xdd\x98\xa8\xaa\xca\xc8\xae\x31\x55\x55\x55\x18\x89\xc6\x50\x9c\xa6\x3b\x5a\xf3\x7b\xd0\xfe\x84\x5d\xf7\x44\xd1\x2e\x39\x9e\x46\xa1\xab\xc9\x97\x73\x03\x0e\x83\x83\x7c\x80\x2f\xe8\x91\xfa\x81\x98\xce\x25\x15\xbd\x85\xf6\x81\x12\x1d\x34\xaf\xb0\x53\x34\x57\xa3\xb0\xed\xab\xe9\xce\x07\xf8\x02\xd0\xb7\x30\x46\x63\x2d\x02\x98\x21\x45\xbe\x64\xcd\x19\xce\x2f\x9d\x01\x62\xae\x8b\x76\x7e\x32\xa8\xbc\xd5\xdc\xfa\x60\x94\xff\xd3\x75\xe4\x5e\xee\xef\xc7\x4d\xc6\x40\x3b\xe3\x31\x19\xcd\x9f\x1b\xb9\xd1\xaa\xa3\xa7\x24\xe0\x2b\x91\x3b\x27\xdb\x17\x39\x40\xad\x64\x7a\xdf\x99\x44\xdd\x8d\xf6\xc5\xf5\x7d\x2d\xac\xa0\x5a\x26\x31\x68\xe3\x72\x06\x64\xe0\x10\x0e\xb2\x84\x12\x77\x35\x7a\x79\x99\xbc\x22\xdb\x10\x4b\xa8\x69\x18\x98\xca\x26\x92\xb3\x81\x20\x4a\x92\x69\x34\xa6\x67\x32\xb9\x05\xb6\x41\x3b\x07\x05\x53\x68\x83\x71\xd4\xee\x4b\x6f\x81\x5b\x52\x57\xac\xad\x46\x0b\x64\xc4\xc0\x07\x00\x65\xb6\xe2\x8e\xb4\x51\x19\xbe\x4d\xbb\x72\x34\xa5\xff\xd2\x13\xd4\x81\xe9\xc2\xd5\x06\xe2\xa8\xf5\x5b\xb4\x90\x89\x78\x10\x1f\x3f\x00\x7a\xff\xc8\xdc\x7c\x03\xf0\x25\xd3\xc2\xa5\x3b\x90\x89\x25\x6c\x12\xa5\x24\x32\x6b\x8d\x52\x8f\xaa\x10\x32\x8d\x49\x6a\x8a\x4c\xc5\xdb\x80\x1f\x77\xd1\x85\x7c\x03\xc8\xa6\x66\x7f\xe1\x00\x6b\x83\x97\x83\xf2\xfe\x9c\xfc\xa2\xc8\x8f\xb2\x7b\xb8\x9f\x27\xe8\x66\xd8\xf5\xe5\x5f\x46\xc4\x32\x3f\x00\x65\xe9\xfd\x00\xc8\x82\x21\x8a\xc5\x84\x1b\xed\x2c\xf3\x81\x38\x85\xa6\xeb\x43\x63\xba\x8b\x7a\xbb\xde\x82\xdb\x69\x2d\x67\xf4\x16\x93\xed\x69\x43\x0e\xdc\x4e\x8b\xee\xf3\x1b\xe0\x0c\x1c\x40\x82\x71\x01\x54\xc1\xb7\x33\xe0\x0f\xe4\x81\x0a\x46\xd0\xc8\xb9\x94\x43\x39\x27\xdd\x1d\x65\x1b\xd0\x18\xc3\xc8\x25\x08\xde\x00\x0c\x28\x29\x66\x6a\x13\x36\xad\xad\xbe\x3f\x81\xf1\x84\x78\xbd\x36\x13\xfb\x41\x36\x64\x03\x50\x14\x88\x94\x2a\x1c\x7e\x3b\xfd\x48\xca\x93\xd0\x05\xa0\xeb\xed\xf4\x03\x01\x89\x8a\x78\xf0\x0d\xc0\x6d\x43\x7b\x87\x1c\x54\x95\x8a\x67\x03\xb4\x72\xd1\x4f\x32\x17\xa0\x46\x4c\x91\xda\xbb\xe8\xe2\x2c\x94\xe9\xeb\x74\x9e\x65\xd0\xa0\xf4\xfd\x09\xd4\x88\xe9\x05\xa0\xea\xd5\x56\x99\x74\xfa\xab\x3a\x26\x19\xa1\xa8\x36\x31\x16\x8a\x01\xaf\xb0\x47\x8d\x51\xe0\x9b\xa2\x36\x36\xc6\x63\xaf\xba\xf7\x36\x46\x06\x32\x31\xc3\x8d\xe6\xda\xcd\xce\x13\xf0\x37\x6a\x9e\xfa\x01\x90\x03\x5d\x34\x8d\x06\xdd\x25\xe9\x74\xa6\x41\x77\x2d\x5a\xb8\xb3\x51\xea\xe8\x6f\xa3\x0d\x1d\xb3\x03\x40\xc4\x9c\xdf\x46\x99\x93\x43\x4f\x74\x86\x01\x17\xd5\xa3\x44\xa8\xea\xaa\xdc\x28\x11\xda\x27\x9b\x00\xe8\xaf\xca\xf9\x89\x71\x59\x8a\xb6\x4e\x5c\x1e\x5b\x3a\x43\x68\x90\xc3\xf9\x99\x4a\x9c\x57\x55\x31\x43\x1a\x0d\xcb\x4b\x16\xd5\x9b\x8e\xe5\x90\xcf\x64\x23\xbf\x56\x39\xdc\xca\x84\xac\xb7\xc9\x28\xbc\x4d\x1f\x08\x01\x71\xe6\xc5\x19\x4a\x4a\x3c\x11\x63\x07\x95\x2c\x62\x30\xa9\x87\x97\xc5\x6d\xa3\xc1\x92\xdf\xa7\x63\x30\x47\x32\x3f\xaf\xa5\xa0\xe4\x3a\x6b\x6c\x32\xb1\xae\xf8\xcc\x39\x19\xdd\xfe\x74\x0c\xd6\xc3\xad\x9f\x51\x67\x78\x81\x5b\x7b\x7f\x52\x9d\x99\xc4\xe0\xd0\x61\xaf\xd4\xd3\xd3\xc9\x28\xba\x7f\x78\x6d\x7c\x4b\x39\x4b\xea\x43\xbb\x4d\x9d\xf0\x93\xde\xf3\xef\x1a\xfb\xd2\x2e\xe8\x7c\x1c\xb3\x2b\xdf\x67\x90\xe1\xd2\xd7\xda\x19\x0f\xf0\x66\xe6\x87\x5c\xc0\x02\xb9\x8a\x99\x6f\x8c\x7e\x53\x0b\x99\x82\x6e\x17\x4e\xc5\x4e\x9a\xdc\x69\x8a\x6f\x8a\x0a\xd6\x29\x48\x2b\x9d\xfd\xd8\x00\x3d\xf0\x13\x01\x9c\xce\x25\x73\xe6\xba\x25\x31\xc0\x2f\x40\x35\xe2\x75\x00\x18\xa4\x53\x8b\xda\x19\x29\xb5\xe4\xd3\xb1\x4c\x07\x2a\x53\x1b\x99\xa2\xa5\xec\x07\xa0\x67\xd7\x5f\x38\xc0\xba\x21\xbd\x85\x49\x6a\xd0\x19\x68\xb5\x28\x1e\xd3\x06\x10\x5a\x9b\x94\xb3\x1b\xc8\x4f\xbf\x6b\x3d\x00\x95\x40\x02\x2a\x13\x0b\xdf\xe9\x00\x50\xad\x70\x35\x75\xa3\x9e\x52\xfa\x89\x2e\x89\x61\x6d\x1a\x0a\x5a\xbc\x28\x5a\x62\x57\xc2\x5f\x19\xfc\x74\x1b\x4a\x4f\x73\x1f\x00\xcc\xdf\x99\x01\xae\x7b\x85\x94\xeb\x06\x89\x7d\x93\x30\x79\x03\x10\x45\x74\x01\x93\xcc\x4e\xd3\xd7\x7e\x35\xe0\x6a\x03\x32\xdb\x92\xcf\x2c\x22\xf6\x9f\x4b\xa5\xd1\xfd\xc2\x3d\x2f\x91\xb8\x74\x1a\x96\x9b\xa2\x13\x74\x32\xe5\x55\x04\x7b\x03\xc8\xe2\x5c\xf5\x04\x35\xbb\xe2\x4b\xba\xd3\x37\x46\xa7\x62\x57\x54\x4c\x89\xac\x3b\x43\x93\x17\xb1\x98\xdd\x3b\x9c\x32\x64\xf8\xb0\x01\xe4\x21\xa3\xa4\xbc\xbb\x31\xf4\x33\x0f\xb0\x0d\xd0\xab\xf0\x3c\xc1\x04\x5c\x77\x39\x00\xee\xdf\x1a\x42\x67\x2a\xbf\x56\x5e\x00\x8c\x6c\xb9\x0e\x80\x04\x60\xe7\x6b\xa1\xc0\xe9\x52\x28\x77\x87\xf6\xa1\xe4\xf3\x71\xb8\x92\x75\x91\xc1\x0d\xe0\xcc\x33\xf5\xe3\x2b\x99\xa2\x7e\x82\xac\xfb\x5d\x72\x96\xee\x8b\xf6\x49\x67\x4c\x99\x99\x2b\x69\xe1\x92\x29\x37\x85\x4c\xe9\xe3\xc6\x2d\xff\x2c\xcb\x01\x4f\xef\xe2\x64\x3d\xfa\x80\xb8\xbc\xca\x2e\xaf\x0f\x7a\x68\xb5\xd3\x06\x63\x3a\x89\x4b\xe8\x83\x07\x7a\xee\x7a\x82\xf6\xfd\x22\x94\x7d\xc0\xec\xac\x9c\x85\x3b\x70\xd4\x76\x31\xb2\x7d\x30\x61\x88\xe2\x8f\xf6\xd1\x99\x00\x4b\x8b\x6e\x30\x5e\x9e\xa4\x8e\x9d\x6a\xd5\xa6\x03\xbd\x4b\xf3\x28\xad\x7d\x67\x8a\xc6\x26\x95\xc6\x06\x60\xf9\xab\x41\x3e\xc9\x14\xcf\x6b\x71\xd6\x34\x45\x4b\xec\x4c\x21\x58\xb2\xe6\x76\x0c\xc8\x8c\xe4\x1b\xdf\x99\x74\xaf\xca\x68\xa1\x2b\x75\xde\xfb\x93\x0f\xb7\x69\xd7\x6b\x3f\xce\x64\xa7\x7a\xed\x07\xac\x58\x36\x3b\x00\x1c\xe5\xea\xfb\x04\x76\xa5\xe9\xb5\x30\xe0\xaa\xf7\x0b\x04\x0d\x72\x05\x22\xe9\xcc\x85\xe5\x67\xf1\x0f\xb8\x9d\xd4\xa6\x85\x3b\x79\xdd\x36\x4d\xc3\xbc\x99\x24\x9f\x4c\x41\x9f\x09\x32\x78\xc9\xad\xfb\xcc\x34\x36\xea\xfa\x09\x83\x6f\x9d\xf5\x41\x3f\xff\xa2\x80\xa4\x1b\x40\x94\x34\x11\xfd\x29\xf9\xf9\x69\x03\xae\xdf\xa6\x2b\x43\x9f\x90\x9f\x77\x99\x69\x76\xda\x7d\x17\x05\x53\xe8\xb3\xe1\xca\x2e\x97\xcf\x4e\x8b\xec\x22\xa3\x96\x4e\xae\xa9\xca\xed\xa4\x4f\x64\xfb\xac\x12\xa9\x76\x06\xa1\xaf\xed\x12\x80\x08\x78\xed\x3e\x3d\x7d\x18\x78\x8f\x4b\xca\x0c\x32\x8d\x22\x0f\x91\x0d\xe0\xae\x48\xd9\x9b\xd9\x85\xb3\x57\xc6\x46\x66\x4c\x37\xac\xe0\x1d\x1b\x40\xf2\xb0\xf6\x17\xcc\xe8\x8d\x12\x32\x53\x50\x12\x93\x40\x4c\xb4\xd5\x2c\x91\xfa\x9a\xde\x98\x28\x6d\xe7\x6d\x7d\x03\xb8\x03\x73\x01\x9a\x31\x94\x94\xc4\x19\x1b\xa0\x63\xa6\xde\x92\x79\xf7\x34\x7d\x79\x21\x57\x6a\x6a\x94\x6e\xb9\x8a\x65\x66\x4c\xdc\xdf\xef\xd3\xb1\x2a\xf7\x33\x75\x4c\x69\x8b\x4d\xfd\x68\x34\xf7\x7a\x81\xc9\xd3\x59\x83\x05\x0a\xde\xfd\x56\xc7\x60\xa9\x56\xeb\xe9\x3a\x5d\x72\x64\xa0\x6a\xb4\x14\xed\x12\x32\x1a\x7d\xfe\xbb\xbc\x70\xcd\x06\x52\x42\xa4\xae\x6f\x41\xa8\xde\x2e\xef\x73\xb3\x49\x67\xd7\x4b\x8d\xd2\x74\xad\x9a\xe6\x99\x7b\x58\x86\xb2\x66\x32\x5d\x33\x75\x9d\x5b\x36\x25\x35\xfa\x65\x64\x81\xdc\x0e\x00\x41\xd4\xf9\x16\xa4\x5a\x6c\xa9\xa9\xa7\x4a\x91\x48\xc2\x60\x4a\xe6\x2e\xa6\xdc\x1c\x31\xef\xad\x92\x93\x33\x6a\xda\xba\x6c\x36\x8c\x76\x8a\x55\xc1\xde\xcc\x13\x0d\xa0\xb8\xcc\xcd\x0b\x6d\xe2\x5d\x8d\x16\x4e\x03\x4f\x92\x0d\x60\x77\x15\x01\x75\xf0\x09\x75\xac\x2b\xbe\x85\x1a\x45\x22\xa7\xa6\xab\xb2\xd1\xbb\xaa\xb4\xab\x1f\x00\x1a\xae\xaa\xae\xd3\x42\x45\xd6\x14\xe6\x50\x6c\x17\x59\xab\x9b\x0f\xa6\x63\xf4\xeb\x00\x30\x81\xbf\xd4\x0f\xb0\x40\x2e\x89\xf2\x06\x90\x1c\xff\x74\x0c\xa2\xee\x22\x5b\x58\x63\x54\xb0\x52\x34\xea\x3c\xae\x4d\x91\x0e\xcd\x3f\xa4\x69\xa2\x03\xe3\xa2\x2b\xab\x3a\x36\x90\xe5\xaf\x5f\x5a\x41\x03\x6c\xa5\x5f\xda\x51\xb4\xba\x2b\x72\x63\xb7\x01\xbd\x73\x55\xf0\xeb\x0d\x20\x97\x5c\xd2\x4f\xa8\x48\x52\x9c\x3a\x1b\x95\xd1\x34\x79\x55\xde\x00\x8c\x05\xb4\x5f\x06\xe7\x45\xf6\xb4\xc6\x9c\xe4\x2e\x6f\x33\x1b\xf4\xa9\x91\x8d\xa1\xd1\xda\xad\x8a\xe1\x33\x4a\xb7\x8a\x82\x18\x6c\x60\x40\x2e\x52\x0e\x30\xc1\xc7\x9f\x36\xa0\xa9\xaf\xda\x73\x83\x1e\x33\x12\x77\x99\x72\x76\x4b\x74\x67\x83\xf4\xf9\x1d\x31\x98\x78\x95\xf2\x3e\x01\xd9\xb7\x22\x82\x18\x4d\xbc\xcc\xce\x78\x74\x1a\xc8\x69\x9b\xca\x1a\x4b\x21\xf1\x4c\xf9\xaf\xa5\x66\x36\x9a\x67\x15\xf9\xb5\x6f\x00\x21\x07\x45\x2d\x07\xfc\x6a\x4d\x31\x87\x6c\x18\x6d\x2e\xab\xda\xd0\x3a\x15\xd1\xa7\x59\x54\x93\x1f\xca\x66\xcc\xd3\xaf\x12\x03\x11\x80\x97\xf6\x99\x39\x5e\x95\x25\xc2\x30\x99\x45\x65\x11\xa5\xe1\xd4\x2b\x9e\x99\x73\xfa\xb5\x5f\x6f\x1b\x94\x5b\xbf\x6d\xc0\xc5\xd8\xcb\x01\x10\x76\xa5\xbd\x6d\xc0\xd0\xfe\x6d\x83\xb1\xe1\xeb\x75\x00\x78\x47\x9f\x9e\x0e\x8a\x87\xed\x05\x10\x7c\xab\xb6\xbf\x70\x80\x0d\xaa\x9c\xc5\x3f\xdb\x18\x8a\x1e\x53\x0f\x80\x3d\x7c\xbf\x00\x8c\x86\x44\xf4\x69\x34\x54\xc5\x41\x19\xd3\x31\x17\xc5\x2f\xd8\x00\x4c\x1b\xd3\xfb\x13\x2c\x2f\x7b\x9f\x80\x61\xda\xf9\xd0\x89\x8c\x12\xe5\x7d\xc2\xe9\x0e\x7b\xda\xc0\x15\x44\xd6\x25\x1b\x60\x20\xec\xd3\x0f\xba\x3a\xbf\x6d\x0c\x5a\x01\xfb\x01\x40\xf4\xed\x6d\x14\x99\x83\xce\xe7\x43\x40\x5f\xb3\x48\xd8\xf8\xf0\x8a\xaa\x83\x94\x52\xd8\xd2\xcf\x6a\xfa\x50\x32\x75\xc6\x54\x81\x26\xfa\x0b\x40\x2b\x64\xef\x4f\xe0\xcd\x77\x96\x28\xe3\xff\xca\x34\x62\x03\xd4\xb8\xeb\x5b\xbe\x3c\xf3\x44\x39\x87\xa2\xfb\x9e\x2d\xfb\xc5\x98\x9e\xb3\x86\xb2\xde\x9a\x9b\xbe\x05\x5e\x04\xb5\x9e\xd5\x04\x2f\x82\x9a\x0f\x19\xfc\xd2\x6b\xfd\x8c\x07\x1c\x44\xdb\x61\x3d\xc6\x57\x5d\xd7\x78\xc0\x28\xbc\x5f\x5d\x1f\x47\x85\x85\x38\xdb\x0d\x80\xf9\x3b\x7b\x67\xd1\x46\xa1\xe9\xe3\x16\x93\x94\x1c\xd2\x41\xdb\xa2\x7e\x3e\x8e\xa1\x47\xf3\xa1\x25\x8f\x92\xa4\xf6\x03\x74\x28\x5e\xed\x00\x20\x3f\xf5\x05\x18\x36\x4d\x0b\xe6\x61\xda\x8e\x9a\x0f\x80\x40\x62\x87\x94\x3e\xd4\x91\x26\x3f\x00\xdd\x3f\xdf\x27\x68\x19\x72\xba\xce\xc3\xf8\xd0\x12\x26\xf6\x90\x1a\xc0\x18\xbf\xbf\xc8\xd5\xd9\x26\xa3\xbd\x48\x84\x68\x53\x8c\xac\xce\xab\x09\x05\x4e\x55\xa4\xc3\x0d\xc0\x5a\x96\x8c\xbd\xcd\x8b\x6b\x9d\xd7\x7e\x53\x20\x92\x5c\x5e\x00\x96\xbf\xf5\xbc\x05\x72\x49\x99\x9b\x6c\x00\x76\x30\x22\xe9\xcc\x01\x50\x25\xb6\xb7\xc9\xfc\x3b\xf9\xba\x0e\x80\xc0\x1b\x3a\x16\x66\xa6\xcd\xd7\xe9\x3a\xed\xd9\xb3\xe8\x07\xf5\xf0\x5d\x26\xf0\x36\x95\x5e\x4d\x1b\x48\xb1\xd5\xdb\x19\x0f\x10\xec\x22\xf7\x22\xa3\xdf\x64\x3b\xcc\xc9\x74\x85\x5b\xf0\x03\xe0\xf3\x45\x83\x26\x3c\x22\x9a\x94\xc8\xc6\x70\xe1\x5d\x61\x35\x6c\x82\x5b\xe9\xe7\x74\x66\x24\x8e\xd2\xcf\x13\x13\x5d\x57\xd2\x08\x9b\x93\x56\xaa\x5a\x0e\x74\x0b\x34\x71\xc4\x6e\x37\x97\x36\xaf\xdb\x2e\x49\x9d\x24\xec\x2e\x57\x3a\x5d\xda\xdc\xa0\x47\xab\x99\x27\x89\x53\x52\x57\x64\x16\xe5\x86\xe8\x53\x55\x92\xba\x0d\xc0\x2a\xd3\x05\x50\x5b\xa0\xf0\x5c\xce\xc8\xcd\xb5\x5d\xf7\x01\x18\xef\xef\x7d\x02\x3b\x9b\x73\xbb\x01\xba\x8e\x55\x02\x60\xa3\xba\xec\x4f\xdc\x0a\x25\xb9\xa7\xd1\x42\x37\xe5\x4b\x5f\x8b\xb4\x01\xc5\x4f\x4f\x15\x6a\x8c\x84\x6d\x03\x30\xe4\xbc\xfe\x82\x19\xbd\x5b\xa5\x43\x64\x53\xaf\x1b\x9d\x98\x4c\xc3\xd9\x98\xb8\xf8\xd2\x60\x75\x4a\x86\xb3\xa6\x84\x51\xe8\xa4\xd0\x72\xc7\x66\x2a\x12\xee\x39\x13\x56\x9a\x6e\xfc\xee\x08\x9f\x52\xa4\x06\x70\xc6\x73\x28\xce\xed\xe6\x8e\xab\x61\x55\x74\x6d\xf7\x0c\x83\x41\xd9\x2a\x6d\x00\xb4\x84\x6c\xea\x06\xe0\x3b\xd5\x0e\x00\x5b\x09\x99\x8a\x6c\xe0\xcd\xc9\x1c\x00\x92\xc6\x5a\xd7\x1c\x29\x8f\xa1\x7c\x4a\x37\x00\xdb\x11\xf2\x8b\xee\xc8\x15\x5b\x33\x8d\xec\xdc\xfb\x60\x02\xe9\xf3\x04\xc5\x7f\xbc\x7a\x3b\x23\x0b\x74\xdd\xd6\xdd\x3f\xe0\xa0\xda\xad\xd7\x3e\xcc\x4b\xa9\xd7\x0e\x98\x13\x74\xb9\xb0\x39\xed\xbf\x8a\xae\x42\x3e\x68\x19\xa2\x18\x57\xce\xb8\x99\xa6\x70\x32\x3e\xb2\xa2\x2d\x55\x01\x30\xf9\xce\x7e\x9e\x98\x30\x4b\xac\x7a\x82\xf6\x5f\x0a\xad\xe5\x8c\x84\x59\x74\x27\x71\x39\xdc\x28\x0a\xbc\x0f\x44\x1b\x77\xb9\xb1\x6c\xa0\x83\x07\x78\x9f\x80\x1d\xda\xe9\xa9\xb2\x63\x50\xbe\xe1\xa3\xea\x00\xd3\xe7\x33\x8a\xa5\x92\x37\xf9\x68\x58\x52\x92\x4b\xfa\x60\xb2\x22\xe5\x14\xdb\x00\xc4\x5d\x3c\xc0\x9c\xf6\xfd\xa6\x50\xce\x3e\x9c\xdb\xed\x3c\x41\xfd\xf1\xd9\x5d\x8a\x71\xa5\x40\xab\xce\xd4\xee\xe5\x90\x9f\x79\x33\x17\xa2\x56\xf2\x84\x5e\xa0\x8a\x6d\xf7\x59\x78\x05\x51\xc7\x66\x65\xaa\x68\x4a\x72\x9d\x59\x3a\x9a\xdc\xb6\x9d\xf2\x9e\x2a\x41\xd4\x06\x10\xbd\x95\x34\xde\x27\x7c\x37\xba\x02\xe0\x3a\x1d\xee\x9b\xac\x32\x5d\xee\xf4\x52\x12\x3a\xd2\x0e\xde\xa5\x1d\x00\xf4\xb9\x29\x8e\x82\x4f\x04\x5b\x77\xe5\x79\xf1\x39\x19\x25\xcd\x0f\xc0\xc5\x4f\x21\x87\x4f\x2a\xc4\xdf\x46\x3f\xdc\x2f\x22\x94\xf4\xf4\x2e\xd2\x4d\x3a\xf5\x35\x4d\x96\xd5\x83\x89\x05\x4c\xbe\x64\x83\x79\xeb\x4a\xe2\x59\x33\x4c\x9e\x84\x59\x00\xed\x14\x15\x10\x78\x90\x94\x56\xa5\x40\x18\x46\x07\x35\xe5\x22\x18\xd4\xa4\x14\xd9\xf4\x6c\x00\x4e\x36\xa4\xcf\xc3\x0a\xd7\x69\x57\xc7\x0a\xc3\xec\xf2\xf0\x19\x86\x5b\x6d\xef\xdc\x2f\x1b\xc0\xbd\x26\x0b\xa8\x20\x4a\x22\x28\xc3\x1a\x44\x18\xed\xbc\x05\xc1\xd9\x8a\x1c\x20\x86\xf2\xd6\x49\xed\x3e\x0c\xb9\x52\x6b\x39\x8d\xc2\xde\xc2\xe5\x01\x30\x0c\xee\x40\x45\x6a\xd5\x61\x9d\x5e\xc9\x49\x5f\x0b\x7b\xeb\xa2\x30\x8e\x83\xa1\x8e\x8a\xdc\xa3\x86\xc9\x11\xe3\x74\x6c\x30\x7e\x78\xd1\xe7\x53\xbf\xa2\xa0\xd3\x1b\xa0\x4f\xec\xfb\x44\xc3\x59\x53\x0f\x40\x76\xff\x7d\x82\xb2\x26\xcd\x1c\xbd\x19\x14\x9a\x6f\x1f\xf1\x10\xa9\x9e\xa9\x84\xc1\x84\xb9\xa9\xa7\xcc\x02\xd5\xef\xff\x7c\x03\x2b\xe9\xbf\x9e\x5f\x83\x01\xf2\x8b\xd4\xe9\xc3\x91\x88\xa9\x49\xa3\x38\xe8\xda\x6a\x37\xc9\xe2\xf0\x2e\x2f\x85\x72\x00\xec\x36\xcd\xbb\x1b\xfc\x98\x25\xa9\x1a\x54\xa4\x74\x09\xfd\x07\x33\xba\x36\x39\xad\x0c\x25\x62\x4d\xdc\xa0\xc3\x99\xda\x40\x3c\xd7\x98\x1d\x9a\xa6\x5b\x3d\x9d\xd0\x89\x35\x29\x63\xa6\xc3\xde\xbf\x4b\x0c\x3e\x29\xdc\x6a\xf2\x63\x98\x83\x3e\xef\x89\xbb\x7e\xd2\x69\xa5\x4b\x50\x3e\x67\xa6\x01\x21\x3f\xff\xe3\x9d\x99\x96\x79\xb0\x7e\x8e\x7a\x82\x97\xa7\x2f\xd2\x6b\xde\x4d\xba\x97\x67\xc0\x82\xb5\x5a\x39\x00\x98\x41\x45\xb3\x78\x18\x6d\xbb\x67\xd2\xc9\x47\xd1\xb6\x15\x41\xed\x19\x17\x6d\xa0\x79\xc2\x9d\xac\xb1\x0a\xeb\xf8\x30\x74\xb6\x29\x05\xc0\x33\x98\xf9\x43\x3b\xe5\x19\xc8\x56\xd9\x14\x8f\xfb\x19\x09\x97\x27\x59\x8c\x3d\x23\x33\x16\x27\x39\x8f\x67\x64\x06\xb1\x29\x7a\x4b\x61\x1a\xd9\xf3\x2d\xb0\xe1\x68\xb2\xe6\x7f\x78\xa0\x75\xe5\xa3\x7b\xe8\xba\x58\x34\xfb\x8f\x5c\x17\x53\xd7\xb7\xc0\xd4\xf1\xa8\x6d\x1f\x0a\x84\x6a\x3a\xaf\xed\x52\x0b\xd8\x01\xa0\x2c\x4f\x7a\x82\x31\x41\x5b\xfb\xbf\x6b\x7a\xff\x31\xfe\xf5\x7f\xac\x7f\xfa\x5b\xba\x7e\x7f\xfe\xd6\x37\xf1\xfa\xa7\xbf\x7d\x22\x58\xf1\xfe\x27\xff\xfe\xa4\xcd\x03\x7f\xd6\xde\x3f\x7f\xfb\x84\xe2\x3c\x32\x5a\x7c\x22\x3b\xfa\xfe\xc7\x7f\x7f\xe2\x9c\xfe\x44\x08\xfa\xfd\xcf\xf3\xfb\x13\x89\x43\x3e\x61\xfc\xb3\xff\xd9\xbf\xda\x9f\xfe\x89\x88\xf2\xfb\x9f\xfd\xab\xcd\x97\x7d\x83\x07\xd9\xff\xec\xd9\xcf\xa1\xf0\xfb\x46\x76\x89\xbf\x7d\xe1\x62\x9e\x43\x91\xff\x0d\xf7\xf2\xfd\x4f\xa4\xbd\x0d\x1d\xef\x37\x66\x77\xff\x03\x6c\x13\x88\x95\x2c\x72\xa0\xa3\x00\xef\x4d\xa2\x1f\xa1\x60\x90\x03\xad\x7b\x9d\xa2\xe0\xbf\x3f\xc8\x9d\x9c\xc0\xaf\xa2\xe0\xbf\x3f\x71\xf3\x5e\xc9\x22\x3e\x35\x0a\xfd\xf7\x27\xf2\x4e\xec\xca\xe4\xdb\x70\x21\xca\xc8\x25\x9c\x2c\x04\x5a\x28\x8c\xdf\x9f\x38\x76\x56\xb2\xb8\xe0\xa0\xb0\xdb\xb8\xf1\xec\x47\xcf\x22\x70\x69\x41\xdf\xe2\xe6\x8b\x02\x73\x21\x97\x8d\x23\x4c\x59\x14\x36\xd9\x0b\x95\xe0\x4a\x7e\xf3\x4b\x60\xdf\x19\xbe\xed\xbb\xb2\x09\x15\x0a\xdf\xdf\x9f\x10\xc3\xac\xe4\x21\xd1\x44\x61\xfd\xfe\xc4\x25\x6f\x57\x62\xfe\xa2\x90\x7f\x7f\x22\x7d\xcc\x4a\xf0\xcc\x40\xc1\x7e\x7f\x22\x7f\xd4\x4a\x1e\xf1\x28\x50\xd8\xcf\x62\x84\xe6\x30\x7c\x1d\xed\x4b\x7a\xf8\xe0\x47\xf5\x23\x1c\x69\x5d\x31\x46\x73\x0a\xa7\xf6\x20\xcc\x1c\x76\x95\x23\x4d\xeb\x8f\x1e\xb6\x50\x2b\x21\xaf\x31\x0a\xf9\xf7\x27\xcc\x62\xa3\x62\x42\xe7\xef\x4f\xa4\x8a\x89\xca\x47\xe8\xfa\xfd\x09\x1b\xd2\x5d\xd9\x0d\xa2\x60\xbf\x3f\xc1\x1b\x46\xe5\x21\xba\x07\x31\x68\x43\x54\xb2\xd0\xb6\x51\xbe\x6d\xe8\x6d\xfb\x88\x0d\x99\x5c\x54\xd4\xc2\x5e\x3a\x0d\x33\x88\x6c\x4f\x28\xa4\xdf\x9f\x38\x3e\xa2\xa2\x76\xf7\xfa\x0e\x99\x68\x54\x9a\xd0\xdd\xb3\xca\x3e\x4c\x17\x3a\xf6\xb3\x42\xf5\x6d\x7b\x37\x44\x14\xe5\x95\xe6\xd7\x30\x27\x33\xf2\xa9\x76\xce\x49\xa4\x4e\x45\xe1\xfb\xfb\xd3\xb3\x9e\x65\x7f\xc3\x78\x21\x4c\x54\xa2\x52\x84\xda\xef\x4f\xe7\x98\x7d\xb9\x0e\x91\xd0\x18\x09\xa7\x13\x12\x1a\x47\x61\x5f\x11\x8c\x3d\xfb\x0e\xbd\x6d\x0f\x13\xf2\x7e\xef\x0a\xbf\x22\x72\x61\x44\xe2\xaa\xa8\xa8\xbf\x7b\x91\x46\x3e\xc6\xa8\x54\xa1\x7b\x0d\x5d\x37\x1b\x9e\xea\x44\x50\xc1\xeb\x66\xcb\xf3\x2b\x38\xf2\x3c\x27\x0c\xf1\xe2\x16\x61\x58\xa1\x2b\x55\xc2\x49\x70\xa4\x95\xc6\xa6\x44\x42\xad\x28\x04\xa3\x15\xe6\xa3\x51\xd3\xd3\xb1\x0a\xe3\xd4\x8d\x1a\x3f\x06\x09\x65\x91\x9a\x7f\xd7\xb2\xe0\xa0\x5a\x5c\x5a\x8b\x1b\x9e\x7e\x7b\xc8\x58\xbe\x6b\x53\x30\xc2\x13\xb0\x83\x5a\x46\x21\x5b\x4b\x97\x9e\xd6\xc7\x2f\x24\xa9\x06\xe9\x41\x78\x23\x14\xee\x0d\xd7\x4c\x38\x09\xee\xbf\x3f\xf9\xe2\x34\x3e\xda\x26\x11\x0e\x37\x87\xac\x38\x6a\x5f\xc1\xcf\xef\x4f\x46\x9e\xfa\x34\x23\x42\x37\x0a\x9b\x78\x67\xae\xdd\xc7\xb3\xe0\xb2\xa9\x4c\x2c\xff\x6c\x17\x36\x66\xa6\x76\x37\x72\xbf\xef\x4a\x15\xda\x91\x4e\xbb\x10\x37\xe1\x2e\x72\xb7\x2b\x43\x28\x84\x73\x44\x3f\x42\x61\x1d\x4e\x74\x09\x85\x02\x1a\x28\xfa\x9c\x19\x6f\x69\x73\x94\x51\x29\x42\x63\x62\xf4\xec\x57\x28\x6c\x86\x81\x0e\x7d\x47\x1c\x07\x31\xa0\xd9\xae\xa9\xfe\xee\x79\x08\xeb\x99\x95\xed\xd6\x37\xc3\xd6\x34\x47\xda\xc1\x95\x2d\x19\x7b\x01\x89\x50\x8e\x24\x7f\x51\x9d\xc2\x91\xa8\xfa\x6a\xc4\xbf\xc2\x91\x65\xbc\xb2\x1d\xf5\x05\xb9\x2b\xb2\x71\x44\xb2\xda\xcf\xc1\x28\x67\x6c\x9c\x5d\xfd\x0a\x67\xb6\x72\x0f\xbc\x68\x16\xc2\xc2\x13\x99\xef\xb3\x75\xb5\xd2\xa1\x87\x0b\xd1\x43\x54\x9b\x70\xe4\xf9\xbe\x8d\xb8\x0b\x47\xef\xf9\x55\xdd\xbe\xc2\x99\x6d\x1b\xed\x2c\xcd\x50\x48\x9a\x53\xef\x40\x9d\xb3\x19\x51\xf6\x43\x7b\xbc\xca\x34\x90\x92\x5d\x78\x36\x21\xb0\x40\x1d\xdb\x6f\x17\xf2\xef\xcf\xe6\xfe\xc1\xc2\x80\x61\xf9\x3f\xf1\x30\xab\xc0\x91\x07\x85\xf2\xfb\x83\x34\xb0\xbb\x86\xed\x56\x78\x3d\xc5\x79\xb5\x6b\x5f\xc1\x58\x04\x57\xc0\x13\x63\xb0\x0b\xfd\xf7\x27\x98\xeb\xa8\x0c\xa1\x9b\xf0\xb3\x97\x13\xab\xab\xe0\xa8\xea\x0d\x5f\x34\x07\xbb\x31\x37\x71\xec\x0d\xaf\xfb\x60\x7d\xee\xc2\xfd\xfb\x13\x17\xe0\x55\xe6\x57\x28\xee\x28\xc1\x22\xae\x32\x9f\xc9\x4e\x84\xc1\x34\x84\x36\xab\x6a\x3f\x54\xec\x87\x14\x5a\x92\x55\xed\xc6\x0b\x2b\xbc\x7f\x3a\x76\x5a\xb5\x04\x12\xbb\x0b\xfb\x98\x0e\x1d\xde\xaa\x56\xf0\x81\x95\xb7\xd3\x2b\xac\xaa\xa2\x6a\xc2\x83\xab\x8b\x4c\xf3\xbb\x36\x05\x07\xed\xcd\x3d\x03\xc7\xf0\x55\x5a\x36\xa4\x08\x71\xb1\xab\x60\x3a\x76\x61\xef\xb8\x14\x86\x2c\x51\xed\xc2\xf7\xe1\x10\xba\xbe\x55\xad\xaa\x99\xe0\x46\x42\xd0\xbf\x2a\x2c\x1d\x50\x18\xfb\x8b\x12\xd0\xc1\xa6\xc3\x2a\x38\x45\x7c\xcf\x5d\x9b\xfc\x20\x04\xdb\x08\x67\xf1\x55\xb1\xb6\x51\x88\x13\x31\xa1\x91\x3e\xd9\x74\xa8\x36\x7b\xcc\x6f\x35\xc3\x8e\xd8\x85\x7b\xb3\x11\x46\xb4\x09\xdd\xc7\xb2\xa1\xe1\x08\x3c\x88\x42\xfa\xfd\x89\x18\x86\xbb\x32\xd8\x2e\x42\x3a\x84\xa7\xfc\xae\x69\x12\xe2\xba\xdc\x22\x9f\xed\xaa\x08\xfa\x8b\x42\x1c\xe2\x09\x4d\xbb\x06\x2f\x72\x84\xe6\x90\x6b\x47\x6d\x0a\xfe\xec\x85\x6d\x68\x64\xa8\xd3\xa1\x62\xf4\xd0\x6f\x45\xad\x0b\xc6\x44\x16\xc2\x53\x30\x27\x12\x13\x36\xd4\xf1\xc1\x8e\x0b\xfe\x0a\xde\x13\x13\x37\xc4\x55\x61\xd9\x81\x42\x2c\x2a\x4e\x63\xe4\xec\x42\xe1\xf9\xfd\x01\xeb\x57\x91\x05\x0f\x85\xf6\xfb\x13\x76\x85\x51\x19\x42\xc1\x44\x61\x0a\xbe\x93\x5f\x13\x29\xb2\x9c\xab\xf5\xab\x65\x83\x6c\xd8\x99\x4b\x81\x14\xa6\x82\xc2\xb4\x74\x45\x1b\x88\x4b\x85\xc2\x26\x8f\x11\x7f\x68\x55\xcf\xec\x87\x47\xf0\xf3\x16\x71\xf5\x76\x8d\x6d\x7b\x48\x72\x7a\x78\xf5\xae\xea\x55\x8d\x44\x70\x9c\x1e\xd6\x6d\xab\x7a\x57\x23\x41\x25\x73\xa8\xe6\x77\x8d\x9b\x0f\xf6\x95\xb9\x62\x1b\xb8\x81\x34\xee\xc2\xe6\xb2\x23\x88\xda\xae\xe1\x8c\xaf\xc8\x18\x5e\x32\x56\x89\x93\x47\xde\x85\x7d\xd0\xdd\x95\x3d\x1c\x60\x20\x76\xa1\x63\x33\xa1\xf5\x31\xd9\x3a\xcc\xe9\x72\x84\x31\x5e\xd5\xc9\x23\xef\x42\x8a\x2f\x72\xc2\x59\x70\xd9\x1b\xa7\x11\x06\x91\xad\xb0\xcf\xc8\xe1\xc8\xb1\x6b\x43\xf0\xfe\xb4\x86\x63\xbe\x22\x51\x19\x0a\x65\x4f\x1b\x56\x9b\x2f\xae\x64\x0f\x43\xeb\x16\xc2\xd1\x55\xc7\xc5\xd9\x1c\xd7\x9e\xcd\x4c\x52\x05\xff\x60\x14\xf6\xf5\xa5\x78\x03\xcc\x4d\x09\x71\x71\x8e\xac\x26\xab\x22\x16\x13\x0a\xe3\xf7\xc7\x83\x57\xa8\x43\x94\x64\x04\x25\x89\xe8\xe7\xab\x42\x26\x8c\x02\xa2\x75\xdd\x80\x5d\xf0\xe6\x6a\xd3\x8d\x45\x0f\xef\x21\x14\xd6\x1e\x28\xec\xa8\xf1\xe1\xb8\x32\xd1\x40\xe2\xda\x1c\x5f\xee\x1d\xaa\x70\xf3\xcd\xe7\x49\xbe\x2b\x7c\x72\x42\x9a\x18\x95\x2e\x34\x3a\x28\x74\x08\x9d\x31\xc7\xe8\xe0\x52\xbf\xd7\xee\x77\x58\x5f\xee\x8a\xc6\x89\xe6\xeb\x21\x2e\x5f\x75\x3c\xb8\xde\x56\xa8\x4a\x91\x99\x64\xd7\x46\x25\xbc\x17\x4c\x09\x5d\xe7\xae\xe1\x0a\xb2\x0b\x9b\x33\xbb\x71\xce\xd7\x49\x6e\xab\x22\x0d\x79\x8e\x38\x28\xab\xc2\xf7\x06\x85\x3b\x7a\xd8\x09\x57\xc1\xb0\x1a\x48\x84\x97\x60\xe4\x55\x66\x23\x38\xe5\x77\x61\x9f\x51\xb8\xf7\xd4\x79\x93\x76\xc3\x13\xb9\x14\xcc\xf0\xbc\x49\x7c\xe6\x1d\xc4\x27\x5d\x7a\xe7\x64\x0f\x23\xcb\x58\xe3\x46\x9e\x89\xe3\x4d\xf7\xe5\x1b\xa3\x85\xcc\xdf\x28\x94\x38\x44\xd0\x15\xb2\x33\xbb\x10\xbb\xa7\x0b\xe7\xb0\xcc\x0e\x9a\x0c\xd4\xc0\x39\xef\xc2\x66\x39\x30\xf3\xd3\x06\x9f\x8d\x00\x41\x30\x6e\x58\x75\x3a\xe7\x61\x86\xfd\x87\x1b\xc7\xc4\x71\x03\xaa\x14\x8d\xdf\xa1\x43\x8c\xea\x57\x38\x0e\x4b\x1c\xae\x33\xdc\xd4\x51\x80\xba\x14\xdf\x33\x78\x68\x40\x9d\x09\xd7\xaf\xa8\x75\xc1\x7b\x2d\xb7\x9e\xfe\x9c\x2b\xaa\x73\x92\x26\xcc\xc8\x00\x99\x43\x99\xb5\x6b\x83\xd3\x87\x5c\x05\x09\x9c\x67\x9d\x1f\xe7\x44\x85\xab\x5a\xf8\x1d\xed\x0a\x69\xc2\xfc\xec\x79\x84\xad\x49\xd4\x9a\x60\xc8\xe4\x31\xab\x4b\x0b\x09\x37\xb0\xc8\xe3\x13\xb5\x21\x18\x02\x53\xb4\xbd\xb4\x06\xd6\x88\xcd\x9f\x01\x3f\x6a\x04\x21\x0d\x53\x04\x0c\x5d\xcd\x38\xd9\xbb\xb0\xb9\x9d\x30\xd3\x5c\x7b\x62\x1c\x70\xdd\x6f\xf1\x08\x4e\xb7\x6b\xa0\x71\xbb\x90\xf7\x44\x45\x0f\x9b\xd5\x21\x78\x4f\x6b\x89\xf8\x78\xab\x59\xc7\x3c\xed\x02\xe7\x09\x8f\x9b\xf1\x9d\x48\x4c\x9e\x73\x1c\x7b\xbb\xfa\x11\xfe\xdd\x27\x70\x07\x8a\x9d\xde\xe0\xa4\x90\xc2\x4e\x79\xd7\xb0\x94\x76\x61\x4f\x44\xa8\xe6\x56\x33\x37\x76\x25\xdc\x81\x5a\xa8\x79\x76\x4d\x9f\x19\xb1\x0d\x22\xa4\xd6\x6a\x36\xb0\xe9\x76\x21\xce\xbd\xb8\x96\x36\x9b\x7a\x18\x4e\x36\x61\x9b\x17\xb5\x26\x18\xd1\x53\xf0\xf4\x47\x4f\xc7\x5c\xc3\x91\x70\xd7\x06\xbb\x1d\xc2\x8d\x14\xd6\x0f\xab\xd9\x17\x7c\xd4\x2e\xec\x05\x91\xd9\x93\x47\x43\xf5\x40\x8c\x14\x8c\x54\x43\x6e\x58\x14\x7a\x5c\x97\x0a\x60\x8e\xb7\x87\xd1\x83\xe3\xbc\x6e\x08\x98\x8f\x42\xcc\x4e\xf0\x1e\xcd\x13\xf8\x9d\x86\xf8\x8e\xa5\x3b\x9e\xce\x20\x0a\xbb\x30\x7f\x7f\x2a\x7b\xe2\x15\x8c\xeb\x2e\xec\x7b\x73\xc8\x2c\x77\x4d\xaf\x8c\x29\xce\x21\xc0\xde\x35\x6c\xa2\x86\xa8\x8e\xb0\x5a\x5c\x0d\xa9\x5e\x51\xc8\xfb\x6e\x1b\x5b\xae\x79\xc3\xfd\xac\x41\x8d\x0b\xbf\x8f\x5d\x53\xbf\x91\xb6\xe2\x0a\x5b\x92\xd5\xbc\x73\x9d\x78\x30\x9f\x3d\x42\x3f\x45\x6d\x0a\xde\x57\xf8\x8e\x91\xf5\x08\xa8\x86\xc2\x37\xd6\x66\xa0\x64\xdf\x76\xc1\xf6\x08\x66\x7c\x0e\x6f\x20\xbb\x10\xc7\x07\xce\x48\x7a\x30\xa3\x30\x63\xc9\x1a\xde\xc9\x5b\xc8\x2e\x94\xd8\x3e\x1c\x96\xc9\x79\x63\xfc\xfa\x1c\x36\xa9\xbb\xaa\x4f\x9a\x9c\x0a\xa2\x4b\xe8\xf3\xfb\x93\xc1\x05\x36\x58\x78\x46\x61\x13\xe4\x16\x86\xbf\x51\x4b\x82\x73\x7c\xbe\x11\x2e\x82\x37\xdf\x1e\xea\x9f\x5d\xe3\x7a\xf3\x58\x6f\x20\xa1\xcd\xbf\x5c\xe1\x8e\x1b\x51\xa8\x19\x76\x6d\xf0\x8d\xc8\xa8\x1a\x66\x68\x51\x33\xc1\xbe\xe9\x92\xe3\x8d\x0f\x89\x81\x87\xb8\xa3\x39\x3a\x02\x95\x01\x0a\xd1\x3f\xd0\x88\x71\x73\x48\xe0\x41\xdd\x71\x06\xb7\x91\x39\xf7\x60\x5a\xa0\xe5\x5d\x6d\x68\xb9\x41\xc7\xec\x09\xa4\x03\xaa\x5f\x14\x56\xcc\x4f\x41\x2b\x03\x74\xb6\x21\xbe\x08\x8c\x7b\x76\x0d\x97\x96\x5d\x88\xb3\x29\x94\x97\xab\x8d\xa9\xc7\x45\x96\x3b\xf0\x8f\xde\xfa\x09\xb1\x49\xbe\xf9\xfc\x07\x97\x91\x5d\x48\x41\x99\x30\x8c\xf0\x91\x40\x21\x9e\x87\xf4\xb7\x8d\x0f\x97\x3f\x7c\x26\x3a\x04\xd6\x0d\x46\x63\x28\xc0\xcd\x15\x23\xb3\xf4\x51\xc1\x6f\x5b\x84\xdd\xdd\x35\x67\x27\x43\x0a\xe6\x8e\xf5\x3c\x16\x27\x74\x20\x63\xed\x0d\xe1\x4e\x1b\x0f\x77\xc5\x78\xe2\x5e\x1e\x29\x47\xa2\x56\x05\x6f\xa6\xa5\x60\xf3\xc3\x3c\x0b\x85\xd8\x2c\x8e\xae\x3c\x9a\xbb\x67\xcf\x1d\x0c\xf1\x16\x3d\x8a\x51\xd8\xec\x53\x02\xf5\x1c\xcf\x54\x23\x71\x63\x4a\xd8\xce\xf3\x02\x43\xb9\x0b\x7b\x5d\x40\xf8\xdd\xe6\x05\xf1\x39\xdd\x91\x1b\x74\x09\x0d\x79\xa0\x50\xd8\xe7\x6d\x06\x9d\x9c\x17\xa7\x68\x46\x1c\xa7\x9c\x40\x86\xe6\xcd\x4d\x8e\xe4\x50\x0d\xd2\xaa\x5d\xfb\x0a\xde\xeb\x22\xdc\x49\x76\x0d\x52\xe7\x36\x91\x15\x0c\x0c\x7c\x43\x52\x28\x14\xf6\xb4\x25\x6c\x2c\xb8\x16\xa3\x00\x17\xad\x58\x8a\xb3\x08\x86\x45\x80\x63\x85\xce\xca\xad\x3f\xc3\xde\xb9\x87\xdd\xf1\xa2\x1f\x2c\x0a\xdf\x3d\x99\x29\x06\x76\x1a\xae\x3b\x0d\x26\x5b\xc8\xc7\x1e\xb5\x8f\xe0\xfd\x74\x03\x99\x98\x0e\x9e\x6a\x17\x7a\xc0\x18\xaa\xc1\x23\x65\x86\xef\x96\x67\xd0\x89\x39\x07\x3f\x07\xb1\x74\x2c\xa2\x3a\xae\x36\x3f\x9a\x87\x08\x93\xe2\x11\xe9\x7b\xd1\xcf\x32\x0a\x7b\x50\x90\xd2\x62\x75\x89\x3d\x3a\xc5\x80\x94\x7b\x74\x09\xec\x3a\x7d\x44\x12\x68\x79\xb7\x1b\xeb\xad\x33\x63\x52\xbe\x8e\x9e\xf7\xff\xc1\x28\x75\x23\x9f\xbb\x0b\x21\x5b\xbb\xe2\x0a\xda\xe1\x42\x82\x82\xa3\x39\xbc\xfe\x76\x3d\x1f\xa7\x6b\x0e\x8f\x89\x5d\x05\x3f\xb3\x0b\x23\x64\x8e\x99\xcf\x4f\x7e\x06\xb2\x32\x85\x9f\xd9\xea\x96\x70\xe7\xdf\x85\x7d\xbe\xaa\xf5\xac\xde\x44\x48\x86\xae\x6f\xcb\x7a\x29\xe2\x18\xb7\xf0\xf4\x5c\x74\xd4\x44\x61\xfc\xfe\xa4\x88\x47\xbf\x6b\x2e\x78\x0f\x74\x86\xd0\xad\x4b\x00\xd8\x99\x02\xf2\xbe\xcd\x89\x67\xe1\xe5\xf7\xa7\x18\xbb\xd8\x71\xc6\xec\x42\x6c\x6c\x1c\x03\xdd\x3a\x76\x59\x47\x40\xf2\x9a\x83\x39\xde\xec\x2a\x5b\x31\xc7\xd1\x63\xc2\x97\xf0\x07\x03\xd6\x81\x0f\x0e\x0c\x2c\x4c\x22\x72\xe1\xea\xe6\xfa\xa4\x50\x85\x77\xac\xd7\x2e\x61\x48\x87\x30\xc4\xc2\x86\x61\x75\x1b\x9a\xa5\x90\x7a\x20\xc7\xca\xae\x81\x88\xef\xc2\x42\xd7\x31\x02\x63\x70\x1c\x11\xec\x27\x45\xd2\xb9\x5d\xd5\x6c\x44\xa8\x90\x06\xe9\x72\x47\x2e\x24\x14\x22\x1c\x41\x41\x2b\x5f\x7d\xd1\x17\xbb\xb8\xb1\x75\x92\xd3\x5d\xe8\x78\x6b\x25\x7e\x9e\x7f\xe2\xfe\x62\xe8\xe5\xd2\x88\xad\xe0\xc8\x72\xc5\xca\x7b\x70\x91\xdc\x85\x50\xc9\x04\x1f\xd4\xfd\xe2\x5b\xa1\x03\xbc\x2d\xe2\x2d\xed\x2a\x76\x72\x87\xf4\x23\x83\x16\x76\x04\x81\x41\x61\xee\xbd\x19\xf2\x8c\x5d\x7b\x08\xef\x33\xdc\x21\x0e\xea\x30\x66\x40\xe1\xf3\xfb\x93\x43\x35\xbe\x3a\xa2\xc0\xa0\x10\x52\x22\x68\xcf\xba\x67\xf5\x25\x2e\xf4\x3d\xb2\x71\xec\x1a\x87\xd1\x73\x2c\xea\x8a\x05\xe3\x19\xa7\x5e\x87\xe8\x25\x71\x7d\x79\x01\xf3\xb5\x0b\xc1\x4e\x5d\x59\xf8\x47\xf8\x77\x2f\x47\x7e\x67\xc1\x2d\xb0\x33\xce\xcc\x1d\x2e\x69\xbb\xca\x39\xf5\x70\x41\xce\x09\x64\xc2\x0b\x88\xd0\x2e\xec\x95\xd1\xd0\x95\x32\xd5\x08\xce\x93\x44\xb4\x0b\xdd\x17\xb8\xb0\x69\x58\xdd\x29\x5c\xe8\xe0\x35\x91\xa0\x71\xd7\xf4\xc2\x70\xc9\x4b\xe1\x6a\xb0\xba\x37\xe7\xc7\x47\x62\x26\x78\xed\x46\xcd\x05\xc3\xb4\x23\x03\x1e\xfc\x78\xb8\xf0\x3a\xfb\x47\x61\xe7\x2e\x84\xad\x0e\xf6\x96\x38\xcf\x0e\xce\x33\x81\xc3\xec\xe2\x30\x3b\x38\x4c\x23\x85\xf4\xae\x9e\x84\x45\x65\xd2\x00\xf2\x26\xb2\x0b\xe9\xf7\xa7\x44\x0c\xb4\xd5\xdd\xb9\x85\x1c\x7e\x10\x14\x89\x77\xf7\xc9\xc7\x23\xd8\x00\xf2\xa1\x45\x6d\x0a\xde\x2b\x25\x83\x5a\x3b\xf5\xc0\xdd\x19\x67\x00\x84\xcb\x87\x73\x2e\xb1\x11\xaf\x88\x69\xb0\xba\x4f\x9c\x8f\xbb\xb0\xf6\x07\x71\x75\x4e\xad\xab\x30\xef\xc9\x91\x0f\x7d\x75\x49\xb2\x76\x21\x88\x25\x3f\xe8\x63\x4b\x30\x82\xb8\x5d\x18\xf2\x8f\x86\x3c\xce\x99\x5e\xd9\x73\xaa\x7c\x3b\xcc\x26\x53\xee\x6c\x45\xdf\x19\x1a\x5b\x8b\x48\xec\xab\xfb\x57\x1f\x14\xda\x54\x84\xf8\x8c\xda\x14\xfc\x09\x18\x3d\xfc\xaa\xed\x20\x09\x5e\x38\x2a\x4b\xdf\x13\x02\x9d\x62\x20\xc4\xc8\xd5\x84\x42\x0e\x42\x91\xd1\xf1\xa5\xb1\x5d\xa0\xac\x7c\xfc\xd1\x2e\x44\x56\xcb\x14\xd6\x30\x51\x5d\xc2\xc1\x35\x72\xfe\x29\x2e\xea\x4c\xd5\x9f\x35\x00\xcf\xe0\x7a\x0e\xf3\x79\xe4\xc0\x58\x7d\xe8\xa0\x1d\x38\x68\x23\xed\xc2\xae\x81\xc7\xec\x08\x0d\xdf\x2f\x0c\xd7\xa0\x48\x67\x17\xea\x1e\x00\x4c\x34\x92\xbc\xa3\xd0\xf6\x00\x84\x2c\xaa\x8f\x44\x5a\x36\x22\x5a\x54\x8e\x28\x07\xab\x8f\xcc\x09\x1d\x39\xce\xea\x0b\xd2\x98\x0e\xf9\x60\x14\x82\xb2\xde\x09\xa3\x8e\x78\x82\x28\xc4\xde\x4f\xc1\x63\x76\x44\x8b\x47\xe1\x13\x6b\xf7\xc6\x6b\x0b\x29\xeb\x28\x38\x8b\xc0\x96\x77\x24\x42\x47\x21\x36\xba\x81\x42\x23\x30\x3b\x0a\x48\xdb\x92\x00\xf3\x4c\x87\xd9\xa8\xdd\x58\x8e\x08\x6c\x8e\xc2\x0c\xc2\x15\xdc\x7a\x47\xb0\x72\x14\xf6\x6c\x93\x40\x23\xd6\x37\x0a\x61\x15\x6b\xe8\x63\xd7\xf8\xf6\xa0\x67\x8e\xc3\x78\xf4\xc1\x4f\x8a\x7b\x62\x87\x64\xb9\x23\xc8\x36\x0a\x7b\x39\x42\xa7\xd9\x87\x71\xaa\x87\x85\x44\xaa\xf0\x3b\x79\x2d\xe9\xb8\x96\x94\xb0\xa3\xdb\x35\x0d\x63\x24\x1b\xac\xe1\x8a\x15\xb5\x2e\x38\x46\xa5\x78\xff\x0b\x9c\xd3\x70\x1e\xe0\x23\xe4\x5c\x77\xb2\x9b\x2f\x27\x8d\x65\x24\xe8\x9c\xb0\xa3\x06\x55\x11\x1d\xc1\x9c\x7b\xad\x84\x35\xe7\x63\xcf\x79\xee\x1c\xb5\xa1\x71\x80\xfe\xee\xba\x38\x6c\x53\x53\x85\xa4\x20\x77\xe4\x68\x8a\x6a\x12\x8e\x10\x24\xe0\xbf\xc6\xb4\x22\xbc\xc6\x37\x03\xfe\xa8\x99\x10\x9e\xf7\x70\x74\x5c\x1d\x97\x12\x14\xfa\xa6\x91\xec\xe3\xa3\x4f\x0a\xd9\xea\x7d\x43\x2a\xd5\xe7\x85\x8b\xf2\x2e\xec\x6b\x5e\xc5\x3b\xe7\x8d\xfb\xe9\x2e\x78\x34\x0e\x98\x6a\xe2\x8e\x40\x44\xfd\x06\xdb\x20\x36\xbf\x83\xcd\x2f\x37\x78\xbb\x99\x79\xde\x31\x5c\xd0\x1e\x5f\xe2\x55\xf8\xbe\x40\x19\x8e\xc1\x99\x71\x55\xee\x33\x62\x7f\xd4\x86\x83\x1d\x77\x04\x14\x9e\xbd\x6e\xb0\x8b\xe1\xf8\x8d\x42\xbc\x33\xee\x95\x7d\xea\x40\x99\x50\xf9\x5e\x61\x06\xbc\x3a\xb4\xb4\x51\xe0\xbe\xc4\x64\x4c\xe7\x49\x33\x23\xde\x43\xcd\x60\xf9\xa6\x73\xdf\xcc\x88\xbb\x57\x2b\x76\xeb\xa4\x8c\xa3\xd3\x56\x28\x47\xb6\xc3\xd5\xe7\x47\x7d\x0c\xf9\xbb\x19\x36\xf1\xfc\x6a\xb8\x10\xd5\xa1\x40\x1f\xda\xe7\x97\xe7\xef\x0c\x7e\xcb\x0c\xac\xb3\xec\x50\x3a\xec\x50\xbc\x98\x60\x17\xbc\x79\xe1\xce\x51\xfc\x92\x72\xd0\xb8\xe4\xce\xe0\x1c\x27\xd5\xd5\xbb\xb0\x2f\x40\x37\x1f\x5f\xe4\x04\x11\x47\xc6\x8c\xe3\xf2\x90\x12\xcc\x67\x0f\x9c\x45\x08\x9f\x5d\xd3\xd4\x85\x25\x85\xdd\x1c\xad\x47\xa3\x15\xd6\xdf\x99\x1c\xc2\x7c\xc8\x7b\xcd\x67\xbf\xdb\xc9\xef\xe1\x36\x84\xc2\xfd\xfb\x53\x22\x5c\x71\xd4\x92\xe0\xe0\x9a\xee\xcc\xc7\xa7\x1e\xdf\x4b\x14\xd9\xfe\xa3\xd6\x05\xc7\xde\x86\xc4\x6e\x57\xbf\xc2\x43\xe6\x09\x3d\xb1\xc9\xcc\xc2\x60\x66\xd1\x21\x82\x37\xe4\xa6\x42\x21\xbc\xa6\x70\x45\x35\x23\x3b\xb9\x27\xe1\x8a\x71\x69\x80\x71\xa6\xee\xc2\x26\x34\xb8\x23\x19\x3c\x68\x50\x88\xe5\x15\x87\x84\x19\x4f\x83\x5d\x28\xbf\x3f\x09\xf6\x3f\x86\xf0\x92\x28\x84\x35\x30\x34\x75\x06\x0b\x3d\x14\x62\x46\x83\xf9\x34\x6b\xce\xc6\x43\x7a\x57\xa0\x4c\x33\x23\x99\xdd\x85\x84\x01\xc0\xe3\x1d\xc3\xbb\x0b\x41\xa5\x22\xbf\xf0\xae\x62\xc0\x0c\x2a\x63\x8b\x18\xec\xcb\xa0\xdf\x45\x61\xfe\xfe\xa4\x30\x6d\xdc\x35\xdc\xee\x76\xe1\x1b\x4f\xa3\xeb\x8e\x3d\xba\x0b\x71\x13\xc8\x49\xb8\x09\xf7\x3d\x49\x37\x5a\xf1\x21\x38\x2e\xcc\x29\x52\x4b\x2c\xb3\xa1\x81\x09\xd3\x86\x06\xc9\x95\xd9\x57\x93\x11\x6b\x37\x41\x43\x66\x70\x42\x41\x21\xcc\xa8\x7a\xf0\xd9\xe6\x05\x74\x7a\x17\x62\x60\x82\xd4\x99\x57\xbe\xd4\xe3\x94\x2b\x50\xbd\xee\xda\x43\x18\x16\xf8\x61\xcf\xbb\x0c\x8a\x4e\x14\xc2\x84\x2d\x18\x56\x73\x9b\x84\x11\x46\x39\x47\x70\xc3\xb5\x3f\xb4\x01\x87\xbb\x6d\x8e\xf0\x9d\xbb\x0a\xa9\xdb\x2e\xac\xdf\x1f\xb8\xf6\x2e\xf3\xc1\x4f\x82\xe3\xb9\x81\x03\x37\x69\x3c\x0d\x1a\x4f\x8b\x2c\x93\xcb\xa0\xe7\x44\x21\xff\xfe\xe4\xf0\x96\xdf\xb5\xc1\x77\x42\x2f\x71\x25\x0c\xaf\x7f\x21\x19\xd9\x85\xe0\x36\xc2\x1d\x64\x99\x2f\x6c\xd3\x5d\x08\x0a\x9b\x3b\xfa\x48\x3b\x8c\x5d\xe8\xb8\xb2\xc7\xec\x0d\x1a\x1b\x19\x58\xa3\x3b\x71\xb6\x07\xcd\x8d\x76\x61\x0f\x0d\x2c\xbb\x6c\x50\x20\xb1\x0b\x61\x11\xd2\x0b\xe1\x2a\x18\xb1\xf6\x82\x85\xb4\x71\x4f\xe1\xa1\x80\x06\x01\xb7\x91\xa0\xc8\x31\xe4\xdf\x49\x11\x22\x6f\xd7\x38\xee\x03\x59\x2c\x4b\xc6\x88\x21\x77\x3c\x0a\xe9\xf7\x27\x83\x11\x35\x18\x34\xa3\xb0\x42\x39\x99\x01\x4f\x3d\x1d\xaa\xc2\x2b\x62\xcb\x2c\x1b\x05\x22\x5d\x03\x23\x55\x22\x62\x5e\xd4\xba\x60\x0f\xa3\x81\x0b\x9f\x44\xab\x90\x5d\x88\xeb\x76\xc6\xde\x1b\x55\x03\x86\x38\x72\x29\x61\x8f\x8d\x0a\xc9\xc2\x2e\x84\xf4\xba\xb2\xf3\xda\xd9\x8c\x7d\x93\x23\x3e\xe9\xb2\xd1\xf5\x7c\x48\x22\xcc\xb1\x96\x10\x2e\x12\x85\x60\xa3\x23\x90\xfc\xb2\x41\x9d\xde\x2e\xec\xdb\x12\xcc\x6b\xe8\x3c\x8e\xc2\xe6\x5c\x9d\xb3\xe7\xfa\xa8\xd8\x9c\xf0\x6e\xdc\x35\x35\xee\x61\x47\x63\xd8\x64\x63\x6a\xae\x11\xc7\xec\x32\xac\x77\x04\xb4\x41\x61\xe3\x77\xb9\xfe\x82\xf1\x92\x8d\x8f\xa6\x2b\x96\x74\x81\x5a\x9b\x2e\xc2\x28\x04\x5f\xc1\xb5\x40\x8b\xc8\x5d\x98\x71\x80\x76\x7c\xd9\x52\xa7\x16\xec\xdd\x0a\x16\xf8\x58\x24\x37\x74\xf5\xcd\x35\xf4\xc9\x26\x6d\xad\x41\x5b\x6b\x11\x9b\x6e\xd7\x48\x11\xa0\x9f\xbd\xaf\x84\xde\xcc\xc4\x81\x9b\xc1\xe4\x7b\xcb\x84\x49\x59\x67\xc2\x85\x1c\x12\x47\x9b\xb4\x62\xdb\x85\xbd\x62\x23\xca\xc4\x32\x24\x53\x45\x61\x5f\x05\x22\xff\xdb\xae\xa9\x95\x70\x48\x2d\xd0\xc9\xdb\xcc\x38\xe6\x76\x21\x56\x60\xc8\x55\x77\xed\x23\xf8\x1b\x30\x9e\xa6\x75\x93\x31\x8b\x7d\xaa\xd8\x82\xb3\xb8\xf0\x3d\xc9\x08\xd2\xb8\x6c\x8a\xf4\xcd\x20\x7d\x8e\x4b\xa9\x4d\xf2\xef\x86\xc0\x39\x1e\x3e\x2e\xbb\x86\xcb\xc4\x2e\x94\x0d\xe3\x44\x98\x46\x6a\x33\x91\x00\xe6\x82\x1c\xc0\x24\x42\x35\x88\x50\xef\x3b\x7c\x89\x96\x41\xd9\x8b\x42\x08\x0e\x35\xba\xc3\xf9\xd6\xe0\x7f\xef\x1c\xb1\x2e\x96\x4d\x0a\x9f\x76\x61\x33\x11\x90\x5a\xd3\x93\x15\x85\x58\xae\x20\xcf\xf3\xa3\xd1\xfd\xc0\xa0\xa0\xe1\xa5\xb4\x3f\x33\xd8\x9f\xdd\x17\x29\xe8\xfc\xa8\x33\x61\x1d\x7d\x5f\x06\xe2\x34\xbf\x1a\x48\x44\x4a\x4a\xe1\x5a\x18\xd5\x87\x78\xd8\xcb\xa6\x70\x06\x8c\xaa\x9e\xa7\xc1\x2c\x76\xf2\xfc\x6a\x70\x20\x0a\xeb\x9d\xef\xe5\x0d\xd7\x60\xd6\x7a\xd7\x88\xe5\xb5\xdc\x48\xe5\x76\x21\x85\xf9\xbd\x13\x1e\x82\xe7\xde\x07\xce\xa7\xb1\x65\x77\x21\x4c\xba\x63\x29\xb9\x65\x30\x0c\x8e\x5c\xf5\x1d\x1a\x58\xb7\x8c\x9b\x04\x1d\x67\x2d\xe2\xa2\xec\x1a\x36\xb8\xc3\xc5\xcb\x60\xfc\xee\x30\x99\x44\x01\x86\x51\x86\xc7\x0b\xc8\xf3\x2e\x84\x91\x51\x64\xd5\x8e\xea\x10\x1e\xb4\x2c\xc2\x5a\x2e\x47\xb2\x4a\x14\x62\x4f\xe2\xfe\xe2\xc8\x59\x89\xc2\x13\x46\x6e\x09\xf0\x10\x3c\x62\xed\x75\x0c\x40\xd3\xb8\x20\xff\xd6\x65\x7e\x13\xaf\xc2\x1b\x7a\x69\xc0\x31\xdf\xbb\x70\xa3\x97\xe8\x4d\xd3\x18\x44\x54\xfd\x1a\xd1\x74\x76\x4d\x63\x00\x8d\x66\x8a\x68\xe8\xcb\x91\x47\x1f\x85\x19\x6a\x68\xb4\x6e\xce\x6f\x8a\x54\x4b\xb9\x70\xdc\x27\x0e\xba\x5d\x28\xe8\x24\x5a\x99\x53\x38\xe2\x22\x69\xe4\xbf\xea\x24\x94\x7d\xb7\x73\x11\x3c\x20\x4b\xbb\xf0\xdd\xe7\x68\xdc\x8f\xe8\xb1\x8b\x82\xc3\x92\x53\xf8\x10\x3e\xb1\xa1\x3a\x70\x50\x94\x5d\xd8\x6b\xc9\x82\xfc\xbb\x93\xba\x39\xa3\x61\xe7\x48\x04\xbd\xab\xe0\x31\x76\x61\xfd\xfe\x54\x88\x3f\xdc\x79\x59\xdb\x85\xe0\x0f\xc3\xaf\x6e\xb9\x37\x35\xd3\xe0\x06\x13\xa6\x7d\xee\xbc\xe4\xef\xc2\x08\x2b\x9a\x0b\x78\x57\x27\xe3\x46\x55\xe1\x4c\xe1\xde\x71\xc0\xee\x42\x86\xc6\xa7\x13\xd7\xe3\x38\x19\x23\x5e\xe5\x72\x77\x70\xce\xbb\x10\x36\xa0\x46\x78\xb0\x19\x0f\xbf\x1d\xdc\x3f\xdd\x1d\x0c\x8c\x23\x49\x7a\x8e\x68\x31\xcb\x7d\x70\xd1\x40\x58\x97\x8b\x0b\x36\xc1\x9b\x1a\x5e\x05\x5d\x1c\xea\x62\x68\x79\x3c\xd2\xda\x45\xad\x08\xde\x6b\x20\xd2\xbb\xec\x1a\xc8\xd2\x2e\xd8\x3e\xc8\x1c\x83\x4b\xbb\xda\x5d\xe8\xf1\x4a\x27\xec\x82\x47\x34\x82\xa7\x3f\x7a\x3a\xa8\x59\xe9\x17\x06\xe5\xc3\xc5\xeb\x08\xc7\x91\x22\x5f\x7b\x54\x97\xf0\x90\x7f\x39\x36\xbc\x7f\x26\x3f\x28\x5c\x29\x2a\x74\x89\xee\x1f\x4d\x74\xdc\x37\x2b\x8c\x7a\xdc\xbf\xce\xd6\x23\x77\x4f\x85\xaa\xce\x9d\x26\x88\x0e\x65\xb3\x83\x51\x75\x7f\xb8\xad\x1d\x01\x04\x32\xae\xbc\xee\x8f\xb3\x71\x44\x0d\x4d\xf0\xe6\x70\x7f\xf4\x52\xde\xb3\xa0\xad\xf3\x71\x81\x47\xd9\x85\x1c\x53\xe4\x84\xab\xe0\x30\x37\x0c\x06\xcb\x21\x99\x43\x61\xb3\x6f\x70\xe9\x70\x31\xa4\x0e\x86\x34\x3b\xc6\x65\x5c\x24\x8f\x23\xdc\xa2\x0a\x2c\x26\x7c\xdc\x7a\x1a\x51\x4a\x13\x5c\x9f\x7c\xdc\x5c\x44\x03\x49\xd5\x53\x84\x0d\xdb\x55\x6e\xdf\x11\x1e\x45\x77\x6e\x98\x8e\x91\x06\x3b\x83\x48\xa5\x57\x66\xdf\xc9\x7a\x3a\x58\xcf\x3b\xe1\x46\xe1\x83\x56\xea\xbb\x10\x46\x91\x15\x23\xc0\xb3\xd9\x99\x8c\xf1\x82\xc5\x9c\x8f\xc2\xd9\x1e\x71\x6f\xb9\x6f\xef\xf9\xcf\x39\x29\x1f\x14\x74\x38\xb2\x2e\x56\x9c\xa2\x3e\xda\xe0\x5b\x10\x31\x38\x45\xf4\x86\xe5\xa3\x3b\x3f\x0e\x1e\x75\x97\x37\xf4\xaa\xab\xb3\x08\x8b\x79\x3b\x16\xcf\x70\x3d\x8f\xa4\x23\x39\x75\xe1\x43\xf8\x3e\xa1\x9c\x63\xe4\x7a\x2d\x9c\x31\x73\x38\x9c\x2f\x87\x39\x40\x14\x60\x09\xca\x29\x98\x6a\x3d\xd8\xcb\xea\x37\x3a\x4f\xb3\x00\x87\x59\x40\xe9\xd8\xc7\xe3\xc3\x35\x48\x3f\xf3\x14\x81\x09\x76\x55\xf3\x8e\x30\x6b\xf9\x06\xc9\x1a\x1f\x67\x33\x88\x17\x90\x33\xbf\xe9\xa3\x21\x83\xdd\xe3\x05\x81\x84\x8f\xaf\x26\x32\xdc\x8b\x0a\x8c\x17\x7c\x7c\x07\xd7\x0f\x72\x7d\x5f\xb8\xb8\x38\x42\xad\xa0\x00\x9a\x15\x92\x17\x87\xfe\x1c\x05\x18\x2f\x04\xdb\xee\xf3\xe6\xce\x82\x98\xac\x3a\x0e\xcc\xc9\xbb\xc8\x2e\x24\x58\xa8\xc7\xd7\xce\xc2\x41\x60\xd0\xc4\x04\x55\xa9\xcf\xca\x1d\xc4\xec\x22\x09\x1e\x3f\x8e\x10\xd5\x28\xc4\xe8\x74\x3e\xdf\x48\x42\x27\xb2\x4e\x26\xe8\xb8\x7c\x6a\x85\x30\xa6\x74\x82\x1d\x80\x4f\x51\x74\x66\xba\xcf\x50\xed\xfb\xec\xc2\xc3\x94\xbc\x72\xd3\x4d\xda\x92\xef\x02\xe4\x09\x17\xba\xef\x60\x07\x77\xe1\x1b\x8f\xa3\x37\xd4\x97\x38\x84\x62\xf7\x5d\xc1\xf1\x20\x3c\x32\x0a\x0d\xd6\x98\x99\xf8\x47\xf8\x6e\x26\x83\x1a\x4f\xda\xef\xec\x42\x78\x9e\x40\xee\xee\x93\xa6\x3a\x0e\x06\xf0\xbe\xaf\x0b\xcf\x7f\xd5\xcb\x2f\xcd\xeb\x32\x9e\x27\x1f\xe7\x70\x03\xbb\x53\xc7\x21\x20\x3e\xce\xc1\xc7\x55\x88\xe6\x76\x6d\x09\x0e\x9d\x6e\x01\x01\x87\x5b\x17\x0a\x0d\xf6\x27\x68\x66\x91\x64\xcc\x85\x80\x88\x50\x77\x2d\xa3\x5f\xe3\xa2\x4b\x4e\xcb\xc1\xb7\x2f\xa3\x69\xc6\x2e\x54\x84\x16\xed\xc4\x3b\x71\xe4\x27\x0d\x2f\xd4\xb5\xec\x56\x3b\xb8\x53\xb7\x88\x8e\x17\xd5\x2e\x3c\x02\x0e\x40\x5d\xb3\xa0\xd3\x8f\x02\x94\x72\xb8\x30\xed\xea\x87\x38\xbc\x79\x61\x9d\xb2\x8c\x4a\x8f\x05\x79\xd6\xdd\x0a\xfb\x49\x5f\xcb\x45\x87\xa0\x16\x69\x6b\xd7\x92\x43\xd0\x62\x9a\x95\x06\x0d\xcc\xae\x36\xe1\x78\xbe\xf1\x79\xac\xfd\x45\xc7\x9f\x16\x11\x5c\xd7\x92\xe3\xcf\x2e\x20\x59\x3c\xfb\x93\x8d\xfd\xcc\xf0\x6c\x8d\x38\x12\x51\x7d\x88\xa3\x9f\x70\xe5\x59\x96\xd5\xcf\x3c\x99\xdd\x94\xcf\x83\x1d\xdf\x85\x07\xe1\xb1\xf1\x5d\x45\xef\xc5\x7d\xaa\xe1\x9e\xb5\x64\x6f\xb0\xe0\x07\xb2\x71\xb4\x5f\x06\xdf\xcb\x2c\xb9\x91\xab\x39\xaa\x55\x38\x12\x8f\x5e\xf8\xae\xaa\xf6\xb1\x77\x1b\xbc\x3d\x17\x78\x65\x14\x98\xc4\xa2\x13\x1f\xc2\x27\x22\xc2\xdd\xc4\xbf\xc4\x11\x5d\xa6\x73\x9c\x2b\x28\xde\x62\x8c\xe9\xd6\xf9\xbd\xbc\xf8\x2d\xb0\xdb\x4c\x67\xbb\xab\x53\xfd\x61\x3f\x2b\xfa\xdf\xd4\xcf\xc6\xac\x72\x9c\x97\x06\xde\x68\x31\x0a\x43\x8b\x90\xe0\x51\x2d\xc2\x23\xbc\x10\xec\xb8\x96\xfc\x88\x17\x53\xc7\x23\xeb\x57\x54\xf9\xbd\xf0\x24\x6e\x76\xe1\x7b\xdb\xfc\x08\x47\x74\xb5\x84\xf6\xbb\xfa\x83\x64\xb0\xcd\x72\x26\xde\x85\x23\xf7\x68\xd6\xf3\x1c\x37\x26\x7e\x85\xb9\xdd\x82\xcc\x33\x0a\x6c\xbf\x61\x1f\x51\x72\xb2\x20\xe5\xbc\x9b\x39\xfa\x63\x63\x09\x47\x5e\xe0\x82\xf1\x37\xad\x5b\x63\xbe\xe0\x82\x76\x5c\xfd\x84\xfc\xb3\x39\xf7\xa3\x3b\xd7\x8f\x33\x7d\x81\xf1\x79\xcd\x8b\xb3\x1d\xc7\xba\x1a\x6a\x67\x30\x6b\x5b\x4a\xc4\xf9\xbd\xb8\x33\xf7\x8b\xe3\x33\xb4\x4f\x07\x23\x4b\xd6\x4e\x9c\xeb\x64\x30\xcf\x6c\xc3\x3a\xa7\x7c\x71\x31\xe5\x7c\x87\x8f\xcd\xbe\xbb\xf3\xbd\x93\x5e\x62\x86\x71\x9e\x5a\x27\x93\x69\xf6\xec\x26\x9e\x84\x23\x68\x6c\x06\x4e\xf1\xce\x32\x90\xe1\x7e\x73\x7c\x68\xbf\xb7\x0b\x15\x71\xcb\x32\x71\x7e\x17\x42\x19\x17\x68\x1c\x77\xf5\x23\x3c\xe2\xcf\x45\x10\xb7\xa8\x2e\xe1\x48\x7e\xd1\xb0\x6e\xbf\x7a\x2f\xa2\xd1\x15\xf8\x7e\x2c\x24\xb0\x47\x21\x1c\x2e\xa1\x0d\xd8\xd5\xaf\x70\x24\xf7\xfa\x2b\xae\x77\x4b\x17\xb9\x5d\x60\x0a\x83\x44\xbc\x09\xc7\x67\x90\x6c\x91\xd5\x5e\xcc\x9b\x5f\x6e\x6e\x83\xaf\xa6\xed\xcb\xe4\x3e\xd7\x4d\x5c\xdd\x45\xf0\x17\x18\xd4\x2c\x78\x05\xa1\x30\x4f\xb4\xd8\xa8\xea\x33\x10\x2b\x07\xe2\xcc\x65\x4b\xd3\xb9\x10\x34\x25\x71\x58\x97\x57\xe1\x5f\xc4\x84\x14\x4e\x72\xb6\x10\xa5\x3b\x71\x19\x2d\x91\xef\x35\x19\xca\x01\xd3\xf9\xa8\xfd\xc7\x98\xed\xe0\x22\x6e\xc2\xa1\x35\xe1\x76\xa2\xe2\x7e\x19\xc2\x33\x95\x4c\xb2\x48\xc5\xfd\xa2\xfb\x3f\xd2\xb0\x44\x95\xdf\xf5\x0c\xa6\x67\xc1\x34\x3f\x1a\x9f\x87\x21\x5f\x79\x4c\x3e\x1a\x07\x46\xb0\xc3\xfd\x7d\x29\x8c\xc0\x52\x52\x29\x58\x1c\xed\x6a\x11\x4e\x61\xb2\x13\x77\xe2\x8a\xdd\x59\x80\xf3\x18\xf6\x30\x8a\xbc\x4b\xc6\xfc\x3a\xdd\x7f\x96\xa2\x6e\x65\x1c\x03\xae\xe3\xd9\x6f\x44\xe4\x89\x00\xd4\x51\x9d\xc4\x19\x33\x26\x11\x27\x79\xf2\x9b\x41\x66\xb1\x6d\xfc\xd6\x7b\x6f\x1a\x16\xe2\x18\xf6\x1b\x1c\xe8\xf2\x7b\x32\x75\x04\xbe\xeb\x9e\x6a\x9f\x91\xfc\x1a\xfa\xa9\xe3\x99\x21\xf7\x4b\x01\x59\x47\xc0\x7d\x14\xd6\x89\x94\xb9\xab\xae\xe7\x11\x0e\x07\x06\x18\xbb\x9a\x88\xa3\x7d\x58\xe0\x2f\xd7\xb1\xed\x30\x6f\x28\xd0\x2d\x2d\x38\xa2\x45\xc1\xfd\x84\x3a\x8b\x2a\xfb\x99\xd9\x0e\xd8\x23\xd7\x31\xec\xcc\xbf\x50\xb1\x7e\xbc\x70\xfd\x78\xc1\x7c\xc1\xa9\x60\x57\x39\x3e\xc8\x0e\x53\x78\xfc\x3b\x65\x5a\x8b\xb9\x3f\x11\x34\x68\x2d\xd7\x31\xec\x95\x71\x55\xb1\xce\xbd\xaa\x9f\x8c\x0a\x17\xd9\xb7\xa2\xfa\x10\x67\x3b\x1c\x37\x1d\x93\x08\x18\x71\x17\x1e\xcf\x4e\x43\x89\xe5\x0c\x8e\x8b\x0b\xcc\xae\x0a\x67\xaa\x2e\xb6\xdf\x70\xe3\x5c\x4c\x03\x56\x78\xdc\xba\x8e\x3d\xef\x4c\xcd\x69\x98\x77\x4a\x51\x16\xa4\x28\x50\x90\xef\x0a\x7b\xdf\x19\x5a\x83\xb3\x42\xc3\xfb\xe5\x50\x17\x14\x38\xfb\xec\x6a\x15\x1e\x6f\x35\x8e\x8e\xe9\xad\x4c\x88\x60\x60\x8e\xdc\xc8\x04\x39\x0c\x1d\x4b\xe4\xbe\x89\x2a\xdf\x6b\x6c\x07\x87\x8c\xeb\x30\xa4\x81\x15\x55\xb3\x4b\x32\x9d\x10\xa5\xfc\x2a\x25\x43\x54\x85\x33\x76\x1d\x77\xaf\x0e\x43\x47\x6c\xd9\xe2\xdc\xa5\xd4\x12\xee\x4b\xe5\x9b\x40\x35\xaa\x4d\x78\x58\x77\x5f\xa0\x9e\x3e\xb4\x1a\x06\x63\x64\x5e\x6c\x5f\xe3\x83\xc3\xb0\x5e\x5c\x55\x3a\x0c\x1d\xe2\x3d\x44\x69\x8f\x2a\x57\xdb\x44\x92\xa4\x2b\x63\x57\x4c\x52\x67\x78\x0f\xdc\xf5\xe2\x6e\xf9\xa8\x1d\xe4\x73\xa9\x91\x2e\x34\xaa\x7c\x1e\x87\x58\xbd\x39\xfe\x5f\x3d\xff\x45\xa4\xc0\x9b\xab\xf3\xab\xd5\x73\xd2\x59\xa1\xff\x94\xd8\xec\xc2\xf8\x55\xfe\xf9\xa8\x7e\x84\x3f\x27\x25\xc9\x5a\xae\x53\xc1\x97\x70\x8c\xe7\xc3\xc3\xd3\x1f\x44\xfa\x87\x06\x74\xf9\x23\x2a\xf9\x28\xf6\x2c\x56\xe7\xc3\x43\xd8\x41\x6d\x6b\x06\xb5\x1a\xa2\xb6\xe3\x52\xac\xe8\x46\x7c\x12\x47\x4a\x90\x8c\xef\x1a\x17\x4f\xc1\x71\xb1\x1d\x9c\xa6\x43\xd4\x73\xc0\xb2\xb8\x42\xa7\xb7\xab\x1f\xe2\x78\xbe\x60\x1d\x0e\x51\xb7\x81\xa0\xf7\xb5\x74\xe1\x95\x38\x73\x14\x85\x00\x74\x21\x1c\x52\x14\xd8\x0e\xe6\x65\x88\x8a\x0d\x50\x25\xe4\x7c\x5f\x6b\x88\x2a\x8d\xc2\xf4\x1b\x38\xad\xe5\xa1\xb9\xe0\xa1\x79\x5b\x04\xdc\x8e\xaa\x0b\x47\xe4\x06\x5c\x1a\x64\x74\xb5\x46\x65\xc8\x6a\xec\x97\x41\x43\xf6\xc5\x94\x18\x15\x06\x89\x6b\x88\x79\x87\x59\x16\x13\xdb\x47\x75\x0a\x8f\xa0\x96\x64\xbe\x06\x45\xea\x6b\x30\x53\x02\x7c\xe0\x76\xb5\x0a\x87\x21\x2d\xa8\xf0\xa0\xac\x7d\x17\xca\x89\xee\x1c\xd5\x25\xfc\x39\x19\x28\x76\x95\xa7\xc2\x40\x6c\x36\xbb\xf9\x5d\x8d\x54\x78\x34\x65\xac\xa8\xc4\x39\x0e\xc8\x88\x65\x37\xa8\xde\x68\x9a\x77\x25\xc8\xfb\x2b\x02\xaf\xfd\xf4\x69\x0e\xb1\x5e\xf5\x7a\xf2\xba\x83\x79\x02\x22\xb5\xc0\xae\x4e\x7d\x1e\x87\x83\xcb\xab\x69\x38\xe0\x48\x6f\xb0\x3f\x5a\x32\x5b\xdb\x85\x2f\x70\xb4\xdf\xb5\x8c\x10\xef\xac\x67\x4e\x9b\xee\x20\xcc\xd3\x6b\xb0\xf3\x5e\xa3\x6b\x98\x40\xbc\x2d\xc2\x57\x46\xd5\x84\x2f\xe0\x6c\x7f\xe8\x79\xc4\x04\xe4\x76\x1d\x7d\xe8\xbd\x88\xd2\xcc\xed\x3a\xba\xbe\x17\x64\xdd\x12\x97\x9d\xc8\x3a\xc3\x9b\x5b\xe2\xf4\xd3\x7c\x7d\x29\x5b\x4a\x24\x7d\x5c\x6b\x88\xdc\x0f\x78\xfb\x59\xc2\x5d\x69\x30\x1c\xc0\x2e\x20\x43\x4b\xe9\xc4\x5d\xf8\x03\x1c\xfd\x31\x32\x95\x8c\xc4\x65\x89\xf3\x62\x64\xe2\x06\xec\xe0\x2d\x71\xdc\x68\x96\xbb\x0b\xe8\x7f\xe3\xf3\xfa\x5e\x63\x66\x18\x90\xf5\x61\x9a\x77\x9b\xc4\x31\x9e\x36\x0f\x0e\x73\x19\x63\x7f\x48\xfe\x06\x8e\x25\x8b\xe4\x65\x6b\x0d\x7a\x20\xee\x02\xde\x0b\x66\x0d\xda\x71\x14\x3e\xc0\x8d\xf8\x12\x1e\xed\x44\x34\xf4\x5d\xd5\x72\x77\x64\x5c\x23\xd3\x3a\x18\xec\x60\xc1\xea\x70\xe3\x18\x37\xd7\xf6\x76\x44\xfd\xcb\x89\xcf\x43\x91\xb6\x0b\x68\x9f\xe3\xaf\x63\x6f\x30\x93\x13\x99\xd9\xa1\x3b\xe0\x60\x42\xa7\x5c\x0b\xf1\x87\x38\xb6\x25\x42\x5a\xec\xaa\x0b\x47\xfb\xb8\x2b\x8d\xa1\xfe\x30\x4d\x02\x99\xdc\xa1\xe3\x70\x0c\xc4\xfc\x16\x39\x1e\xda\x47\x88\x91\x67\x99\xfb\x85\xbe\x5d\xbb\x80\x71\xe0\x7e\x19\x3c\x1e\xc6\xe0\x77\x81\x69\x95\x21\xe3\xa2\x21\xa3\x65\xee\x97\xa9\x75\xc5\x6c\x6b\x05\xc7\x8c\x64\xc4\xbb\x30\x4e\xc4\xbb\xa8\xb2\x7d\x44\x51\x37\x04\x9b\xd8\xd5\x22\x1c\xb9\xc8\xab\xf0\x2e\xfc\x83\xe7\x31\x0e\xba\xdb\x8e\x89\x20\xb2\x85\xfb\x65\x6a\x1f\x31\x68\x27\x74\x87\xbb\x3a\x84\xa3\x9d\xc2\xf6\xf5\xbd\x8c\xc8\x18\x29\xe8\xd6\x1a\x1f\xad\x37\x48\xad\xad\xf0\x38\xfc\x68\x1e\x99\x40\xa2\xb0\x9f\xba\x23\x33\x90\xbb\x51\xa6\x87\x64\x9a\x28\xc4\xbc\x94\x96\x88\x73\xde\x11\xe7\xdd\x0a\xf7\xcb\x47\xc7\xc6\x07\xf1\x74\x3b\xe7\xfd\xa3\xf9\xc5\x5d\xdb\x74\x1c\x7e\xf4\x5d\xb8\x6b\xd7\xde\x84\x2f\xe1\xe8\x27\x2e\xaf\xe3\x4b\xf6\x6b\x7c\x41\x37\x22\x8f\x40\x54\x4d\x38\xf3\x25\x75\xe2\x53\x38\x54\xe0\xa4\xcf\xba\x83\x33\x3e\xbc\x15\xee\xbb\xaf\xd6\x33\x13\x7e\x52\xe6\x30\xbe\x1a\x87\x2f\x13\x5e\x5c\xc2\xf5\x5e\x26\xa4\x05\xfb\xab\x48\x04\x8b\xe2\xfb\xda\x8d\xfd\xe1\x25\x86\x31\xe5\xad\x82\x4d\x1c\xba\x7c\x0f\x24\x5c\x41\x92\x92\xa8\xaa\x3f\x90\x81\x54\xb2\x23\x74\xca\xdc\x05\x64\x1b\x56\x3b\x1a\xb7\x2f\x73\xfb\xe2\x52\x32\xc4\x7e\x29\x09\xa9\x5d\x4e\x3c\x0b\x47\xe4\x78\xae\xe7\x45\x99\x27\xbc\x12\x37\x8e\x71\x5e\x5a\x27\xb8\xdc\x53\x46\xbd\x90\xca\x14\x05\xa4\x1f\x25\x9d\x59\x1a\x9f\xc5\x1c\x38\x64\x23\x68\xf9\xb9\x4e\x86\xd3\x8c\xf9\x5d\x3a\x8f\x16\x53\xe7\xe3\xda\x30\x96\xe8\xc6\x62\xc0\xe4\xc4\xf7\x8a\x6e\x2f\x66\x6c\xe2\x7e\x59\xda\x77\x8b\x79\x84\xf4\x5e\xb1\x2f\x8b\x11\x7f\xf5\x5e\xca\x94\x98\x60\x15\x39\x91\xa3\x5a\x84\x63\x9c\xc9\x96\x2d\x8d\x33\xd9\x59\x5e\x57\x86\x84\x13\x8c\xd5\x5f\x8d\xe7\xd7\x23\x3a\xff\x30\x63\x01\xf7\xe3\xa3\xf5\xf9\x30\x08\x26\xd9\xca\x47\xe3\xc9\x78\xfd\xc6\xfd\xf8\x68\x5d\x3d\x4a\x37\x5b\x88\x7f\x84\xa3\x1d\xb2\x3b\x8f\xd6\x1b\x0c\x58\x2b\x62\xc3\x2d\x45\xb3\x58\x8a\xf6\x6f\x8d\xed\x6b\x1d\x22\xc6\x3f\xb2\x2d\x46\x55\xfd\x1c\x4c\xd8\x76\x13\xff\x0a\x47\x9e\x05\xb2\xbf\x8f\xc6\xf3\x61\x6a\x9f\xce\xef\xd5\x78\x3e\x4c\x13\xdd\xea\x5f\x61\xbf\x1e\x91\x7b\x72\xfd\x88\x61\xb5\x90\x23\x00\x05\x7c\x06\x64\x41\x93\x11\xd0\x16\xc2\x70\x30\xbf\x5c\x54\x27\x71\xe6\x15\xc3\xf1\x30\xe9\x52\xbf\x0b\x8c\x93\x2e\xdc\x85\xe3\xb3\x71\x47\x9e\x8c\x6e\xb6\x0b\x4c\x17\xc9\xf6\xc9\x5e\xcc\x0b\xb7\x07\x28\xc9\x77\xf5\x23\x1c\x19\xe0\x12\x71\x1e\x03\xf3\x42\x50\x6f\xc7\x36\x9b\xd7\xd4\x77\x31\x63\x1c\x8e\x0d\x85\x0f\x59\x0c\x1f\x82\xe4\x57\x51\xad\xc2\x31\x6d\x10\xf5\xca\x61\x76\xc1\x61\x96\x39\x98\xa2\xba\x84\x83\x4c\x38\xdb\x71\xb5\x8f\x5c\xb4\xb0\xcf\xdb\xd5\x26\x9c\x59\x74\x2a\xf1\x8f\x70\x6c\x63\x67\xfb\x3c\x1e\x10\x93\x84\xb1\xf0\xa3\xca\xf1\xbc\x11\x48\xb6\x71\xdc\xee\xa9\xfe\x28\xb0\x70\x2c\x53\x19\xf1\x2f\x66\x13\x36\x44\x3f\xdb\xd5\x2c\x1c\xd9\x23\x71\x0b\x99\x89\xc7\xdb\x84\x0b\x5d\xf5\x9a\x88\x2f\xe1\x98\xaf\xca\xf6\xf5\xbd\x89\x61\xd7\xb3\x70\xb5\x8f\x30\xd7\x54\xe1\xcc\xc4\xed\x37\x91\x84\xd0\x60\x31\xb2\xab\x6a\x9f\xeb\x01\xb2\x4a\x59\xe7\x2d\x58\xe7\x6d\xbc\x11\x57\xfb\x1c\x1f\xb0\x59\x33\x0d\xf5\x9f\x61\xcf\x71\x3c\xcf\xa4\x71\x4b\x5c\x57\x5d\xf8\x57\x38\x62\x9e\x57\xf6\x87\xc7\xc6\x4c\xd8\x7e\xde\x89\x93\xbd\x50\xaa\x65\xe7\x3e\x4a\x3c\x4e\x66\xe2\xbc\x54\xf6\x93\xec\xec\xe4\x6d\xd5\xb9\xde\x74\x5b\x9d\x99\xc9\x18\xc1\x96\x4d\xa9\xc4\x60\x48\x78\xb7\xeb\x26\x4e\x72\x33\xa9\xfa\xba\xb8\xfe\x0b\x6f\x81\x13\x5e\x89\x0d\xce\xcb\xbb\x5a\x85\x37\xb8\xab\x26\xe2\x5d\x38\xc6\x87\xe3\x4c\x2f\xc6\x35\x0b\xe7\x11\x64\x6e\x16\x57\x3b\x8e\x9c\x01\x9d\xcf\xf3\x58\x9a\xb0\xad\x6d\x17\xae\x0d\xb3\xa8\xff\x05\xe9\x6b\x10\x5c\x66\x21\x45\x34\x0a\x15\x78\x25\xde\x84\xa3\x7d\x8e\x0f\xcd\x2a\x76\x01\xe1\xda\x39\x5f\x54\xaf\xaf\x59\x90\xb1\xe1\x22\x3d\x29\x53\xe3\xc0\x9c\x02\x1c\x4f\xa9\xf4\x26\x6e\xff\x0d\x36\xa8\xbb\xea\xc2\x11\x96\x9e\xfb\xba\x68\xbe\x90\x0d\xcd\x1a\xf7\x75\x99\xe7\xbd\x18\x7f\xa8\x5e\xa6\xa4\x02\xd0\xef\xef\xe7\x33\xf1\x2c\xbc\xe0\xf9\x44\xbc\x09\xc7\xb8\x91\xce\x48\x65\x38\x2b\xa3\x70\x83\xbd\x9e\x52\x19\xce\xca\x98\xfc\xa4\x0f\x92\x6d\x4e\x86\x5e\xbf\x48\xb7\xab\xf6\x1d\x32\x32\x1a\x55\x98\xb3\x6a\x1e\x91\x6f\xac\x5d\xea\x27\xaf\x43\xb3\x82\x2e\xf5\x8b\xfd\x11\xdd\xae\x74\x77\x26\xbd\xaa\xda\x17\xcc\x98\x71\xdf\xec\x27\x8f\x2b\xa6\xdc\x6e\x08\xd7\xb4\xa6\xa4\x17\x13\x31\xbb\x0d\x46\x52\xbb\x6a\xc2\xfd\x44\xf0\x8f\xaa\xbe\x17\xe3\x4c\xa9\xcc\x64\xe8\x93\x5d\xa8\xc8\x7f\x71\x11\xef\xc2\x0d\x78\x21\xee\xc2\x91\xea\x0a\x2a\x5b\x99\x55\xac\x89\x4c\x0a\x0d\x9e\x69\xbb\xca\xef\xa2\xca\xf3\xe6\xfe\x95\xca\x93\x39\xbd\x8d\xd2\x11\x58\x5f\xa0\x80\x76\x1a\xdb\xd7\xf8\x50\x15\x7a\x73\xdd\x4a\x26\x3c\x3b\xf3\x77\x80\x9d\x9d\x92\x09\xcf\x8e\x79\xa1\xb8\x61\x4a\xdc\x30\x3b\xfd\x70\xc1\x6e\xce\x2e\x3a\xd9\x11\x04\x3c\xf1\xbb\xba\xe8\x5b\x87\xca\x33\xf1\x1c\xec\xda\x17\x9d\x41\xd4\xc1\xae\x4d\x89\x1b\x18\x8f\xbd\x25\x8e\x83\x89\x9e\x40\x5a\xdc\x28\x3e\x98\x92\x16\x4f\x63\x7f\x9a\x70\xee\x17\xc3\x7e\x4f\xdc\x8f\xa6\xfd\x4e\x15\x6c\x22\x9d\x94\x0a\x96\xe6\xc6\x8d\xd7\xfb\x29\xa9\x33\x42\x36\xdc\x8d\xd7\xf5\xe9\x9a\x47\x77\xb8\x3a\xde\xf8\x2e\xd7\x3a\x47\xea\xde\x96\x93\xf0\x2e\x7c\x00\xef\xc4\x3f\xc2\x1f\xa4\xf8\xe1\x7b\x75\xbe\x38\xfa\x13\x99\xae\xd7\x9a\xba\xc6\xd3\xf9\xab\x51\x6c\x34\x87\xf6\x29\x82\xe0\xb5\x7d\xfd\xfe\x73\xf6\x6b\xea\x96\xaf\x74\x41\xf0\xeb\x5b\x53\xb7\xfc\xc9\xfc\x68\xd9\x84\x2f\xe1\xe8\x2e\xb7\xeb\x18\xea\x16\x97\x23\xa7\x6d\x90\xeb\x9c\x94\x0a\xf4\xa2\xe7\xf9\xd9\x83\xdb\x2f\xb8\xe6\xc7\xe8\xa2\xfc\x30\xc5\x25\x83\xab\xee\xaa\x13\x07\x1b\x01\xd5\xc5\x63\x14\x6e\xef\x42\xb0\x47\x08\x19\xbb\xab\x43\xf8\x1f\x22\x80\x3f\xc6\x5b\xc8\x2e\xdc\xca\x62\x80\x6a\x13\xce\xec\x06\x4e\x7c\x11\x0f\xb2\xd2\x3b\xdb\xe7\xad\xe2\xa1\x0a\xb3\x47\x98\xfc\xf5\x48\x85\xf9\x18\xb8\xf2\x8e\x48\xd0\x0f\xe2\x3c\x45\x81\xed\x74\xb4\xff\xcc\x2c\x1c\x71\xbc\x83\x1c\x3f\x52\x31\xee\x02\xfa\x19\xb7\xe1\x5d\xcd\xc2\x3f\xc0\x1b\xf1\x45\x1c\x09\x48\xed\x22\x8e\xe5\xf5\x38\x83\xf5\xe2\x56\xf7\x28\xa4\xd4\x03\x1d\xe4\xdd\x71\xab\xdb\x55\x13\x8e\x74\xa9\xe7\xf9\x41\x7c\xf2\x79\xe2\x38\xae\x76\xe1\x8b\xac\xb9\x68\xe7\x56\xff\xc1\xb6\x76\x90\xa1\x47\xaa\xca\xc7\x6f\x26\x4a\xed\xf8\xae\xdb\x4d\xf8\x40\xc6\x84\x4e\xfc\x23\x1c\x99\xe8\x9d\xed\x63\x7b\xec\x02\x93\xc6\x34\xe2\x0f\xf1\x89\x1c\x11\x71\xab\xde\xd5\x2a\xbc\x01\xe7\xf3\x53\xed\x63\x1e\xe1\x77\xf5\x48\xb5\xf9\x30\x5f\x69\x4f\xfc\x5e\xfa\x70\xec\x42\x3d\xe9\xe8\xa2\xda\x85\x23\xd1\x44\x2e\xc4\xbf\xc4\x61\xb9\x90\x0a\xfa\x93\x40\xb6\x1e\xe8\x3e\x37\xee\xc0\x87\xda\x47\x22\xf8\xc4\x71\x23\x9b\xf8\x38\x52\x61\x75\x48\x37\x77\xf5\x16\x1e\xed\xc0\x1a\x77\x57\xb3\x70\x24\x9c\xe8\xc2\x87\xf0\xe7\xe4\x40\x5f\x8f\x67\xad\xab\x8c\x78\x84\xd6\xf0\x5d\x74\x2b\x79\x98\xbc\xa9\x1b\xe7\x8b\xaa\xd6\x5d\xf8\x9c\x94\xe5\x51\xfd\x0a\xc7\x7a\x33\x3e\x3f\x38\x3e\x48\x7a\x84\x7c\x69\x51\x55\x3b\x98\x47\x5c\xf3\x76\x95\xf3\x88\x9c\x48\xc8\x79\x13\xd5\x26\x1c\xfd\xf1\x4e\xfc\x23\xfc\x39\xf9\x87\xd7\x23\xd5\xef\xc3\x34\xb3\xdd\xb9\x2f\x8a\xbe\xb7\x60\x7c\x70\xcd\x7b\x10\xb9\x02\x05\xe4\x64\xe3\xfc\x56\xb5\x03\xf6\xa5\xe3\xda\xb0\xab\xec\x0f\xac\x24\x7b\x6b\xe8\x7f\xd5\xbe\xa8\x60\xbb\x23\x21\xd1\x7a\xa4\xe2\x7d\x10\x29\x6d\xe3\x46\x7c\x0a\x47\xfa\xd7\x86\xf6\xe9\x34\xf3\x20\x2c\x06\xd3\xc2\x46\xb5\x09\x67\x36\xa7\x8b\xb8\xda\xc1\xb5\x56\xe3\xdf\x86\xda\xc1\xb5\xc4\x38\x5f\x5d\xeb\xb9\x33\xb7\x36\xe8\x1b\x42\x5e\xa0\xc0\x64\x75\xe8\x7f\x27\x9d\x64\xca\x5d\xf3\xca\xe7\x45\x1f\x3a\xa4\xbc\xce\xef\xa2\x5f\xe3\x43\xbf\x46\x86\x07\xdb\xd5\x2e\x7c\x02\xc7\xfc\xba\xc6\xc7\x39\x5f\x1c\x07\xd7\x7c\x41\xf9\xdb\xa1\x9c\x7d\xa4\xfc\x7d\x9c\xc9\xa3\x9c\xeb\xdc\xb5\x6e\x99\x90\xd9\x49\x57\x5d\x74\x06\xa9\x47\x3b\x42\xb5\xed\x2a\xd7\x0f\x0c\x8d\xbb\x73\x1d\xba\xf6\x9d\xc3\xf7\xe2\xe2\xba\x72\xad\x43\x4a\xd9\xe1\x6c\xfb\x48\xb9\xfc\x30\x37\xb0\x5d\x1c\x4f\x5a\x4e\x3d\x8e\xa4\x4e\x76\x71\xff\x0e\xed\xdf\x90\x6a\x57\xae\xce\xa9\x56\x22\xac\x47\x25\x6d\x9e\xc6\x3d\x11\xa2\x6a\xa8\x11\x1f\xa7\x7f\xd3\x2e\x24\xe5\x39\xd8\x15\x13\xfa\x45\x48\x73\x3e\x3d\xf5\x34\x43\xaf\xf3\xf9\x8f\xde\xf8\x21\xde\xf1\xfd\x3a\x5f\xa9\xf4\xcd\x46\xba\xb6\x84\x2f\xe2\xdc\xcf\x3a\xff\x1c\x52\xa3\xec\x71\xcd\x7a\x64\x4b\xbf\x0b\x61\x0a\x81\xeb\xe0\xae\x2e\xe2\xb0\x40\x43\x68\xf7\x5d\xbd\x85\x3b\xf2\x5e\xb0\x1d\xd2\x0b\x26\xb0\xe9\x3d\xc4\x0f\xbb\x5a\x84\x0f\xe0\x68\x5f\xe7\xd0\xa0\xe5\x2a\x42\x3b\x3d\xd3\x20\x1e\xd8\x85\x30\xa1\x42\x6c\x81\x47\xf1\xbc\x1e\xa6\x60\x0c\x66\x7e\x57\xba\xd0\xb0\x08\x2f\x44\x5d\x68\x58\x36\xdb\x7f\x66\xb8\x52\xfb\x2f\xfc\xd6\x7e\x74\xea\x37\x30\x65\x22\xfa\x15\x8a\xe4\x64\x81\x3a\x58\xde\x5d\x80\xa2\x99\x68\x16\x0a\x79\x29\x51\x17\x1a\xc1\x31\x9c\xe8\x14\xfa\xf9\xfd\x49\x21\xc1\x7e\x26\xa3\x5a\xec\xc2\x0a\x3f\x71\xa0\x1a\x11\x87\x1b\x62\x22\x5a\x84\x86\x7d\x35\x7b\xe6\x7a\x1b\x93\x87\x11\x7d\x88\xee\xc9\x83\x91\xd9\xae\x24\xa1\xed\xf7\x87\xe7\xab\x42\x1b\xec\xc2\xfc\xfd\xe1\x69\xa6\x7c\x24\xbb\x00\x07\x6e\xa0\xea\x59\x30\x81\xf0\x7e\x7a\xe6\x87\x2b\x04\xf9\x3d\xc0\x06\x3f\xf3\xab\x31\x0b\x31\x7d\x06\xb7\xa0\x18\x00\x0f\x62\x00\x24\xe6\xa6\xbc\x66\xa4\xa3\x56\xf1\x39\xe7\xd5\x73\xed\x75\x13\x27\x19\x8b\x71\x96\x79\xd2\xdf\x22\x2e\x93\x8a\xa0\x2f\xcc\x97\x75\x23\x45\x9f\x8a\x30\x6c\x61\xf2\xb5\xcc\x18\xec\x2c\xc2\xf2\x94\x09\x87\x32\x1d\xe6\x59\x84\xf5\x29\xd3\xcb\x15\xc3\x29\xc3\x22\x2c\x41\x4f\xfa\xe7\x3e\xf8\xbb\x5d\xa4\x08\xef\x7f\x63\xfd\x77\xe5\x5f\xc6\xdf\xff\xe9\xff\xff\x6f\xe3\xef\xff\x7d\xfc\xcb\xfa\xf9\xfc\xc7\x3f\xfe\xb1\xfe\xf5\xdf\xbf\xff\xfc\xf9\xf7\x9f\xff\x6f\xa3\x3f\xdf\xf5\xfc\xf3\xbf\xae\x7f\xac\xff\xf9\x6f\xff\xf1\x8f\xcf\xfa\xf9\xfb\xbf\xfd\x7d\xff\x2a\xfe\xff\x5f\x01\x00\x00\xff\xff\xf1\xfc\x13\xf3\x3c\x64\x04\x00"); +var _bccdf =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x44\x92\x41\x6f\xdb\x3e\x0c\xc5\xef\xfe\x14\x3c\xf6\x7f\xe8\xdf\x92\x35\x47\x31\x50\x14\x58\x93\xa1\xf3\xa1\xeb\xb0\x2c\xdd\x80\x61\x07\x59\xa2\x02\x01\x8b\x2c\xc8\xf6\x21\xdf\x7e\x10\xe9\xb9\x87\xe0\x25\x3f\xf1\x3d\x91\x11\xeb\x43\x7f\xec\x63\x98\xa1\xfe\x9a\x47\x7b\xc2\x19\x7c\x88\x2e\xe3\x34\x2e\xd9\x22\x0c\x78\x09\xb1\xaa\x64\x03\x2e\xd8\xf9\xdf\x4f\x12\x7b\x35\xa9\xaa\xea\xe7\xa7\x64\xef\x3f\x9d\x0f\xf7\x9f\x61\x99\x70\x85\x87\xfe\x78\xba\x4d\x33\x5e\xfb\xe8\x47\x50\x6c\x76\x4b\x5a\x03\x00\xea\x6f\x78\x09\xd3\x9c\x6f\x70\xf7\xd1\x8d\x03\xfe\x07\x0e\x7d\xe1\xaf\xd9\x61\x0e\xf1\x02\x77\xcf\x4f\x72\xa3\xa7\x25\xa5\x3f\x78\xc5\x38\x83\x20\x86\xd1\x91\x56\xf5\xe1\xc5\xa4\x2f\xe6\x8a\xf0\xde\xc9\x1b\x1d\xd1\xc9\x1b\xe6\x29\x8c\x11\xba\xff\x85\xd8\xbd\xe3\xef\xb7\x84\x20\xd7\x84\x73\x7f\x7c\xf5\x7e\xc2\x19\x94\xe0\xf4\xfa\xe7\xb9\x3f\xc2\x2f\x09\x52\x40\xd3\xaa\x5d\xfb\x7b\x2d\xfd\xf1\x32\xba\xcd\xd8\x08\x1e\xc7\x06\x97\x4d\xbc\x60\xf5\x60\xa4\x69\x1e\x61\x15\x68\x75\x4b\x48\x31\x52\x84\x3e\x10\x32\x8c\x4c\x41\xdd\x9e\xd0\xc0\xc8\x3e\x82\xd6\x82\xab\x1c\x23\x47\x55\x5d\x41\x03\xc7\x0f\xbe\xa0\x7d\x53\x90\x47\x42\x45\xb4\x16\xbb\xea\xc1\x28\x23\x0b\x22\x81\x56\xef\x09\xed\x19\x75\x64\x14\x84\x2c\x23\x4b\x55\x8a\x10\x32\xe2\x2c\x5d\xd0\x40\xad\xaa\x61\xa0\x2a\x8a\x1f\x1c\x23\x47\x55\x14\x5f\x1a\x5a\x05\x5a\x5d\x5a\x55\x8e\x06\x22\xd1\x5a\x30\x62\xa3\x23\xa3\xa4\x26\x1c\x1b\x8b\xc0\x4e\x10\xf2\x6c\xf4\x74\x63\x47\x37\x7a\x36\x7a\xfe\x27\xa8\x2f\x1e\x5b\xf1\xd8\x52\x96\x85\xd8\xde\xa1\x7c\x2f\x7b\xb8\xad\x86\x5d\x72\xc6\x38\xd3\x16\xd2\xfb\x97\x07\x0c\x11\xb7\x35\x4f\x63\x2a\x2e\xfa\xfc\x0d\x00\x00\xff\xff\x92\xaf\x31\x14\x12\x03\x00\x00"); +func _adcd ()(*asset ,error ){_ffbf ,_degb :=_cceb ();if _degb !=nil {return nil ,_degb ;};_fbgb :=bindataFileInfo {_dae :"UniCNS-UTF32-V",_fb :697,_ae :_be .FileMode (436),_g :_a .Unix (1580492713,0)};_gbda :=&asset {_dd :_ffbf ,_ef :_fbgb };return _gbda ,nil ; +};func _ddbe ()(*asset ,error ){_acef ,_bfe :=_bbdc ();if _bfe !=nil {return nil ,_bfe ;};_dgaa :=bindataFileInfo {_dae :"HKm471-B5-H",_fb :14260,_ae :_be .FileMode (436),_g :_a .Unix (1580492427,0)};_dbbd :=&asset {_dd :_acef ,_ef :_dgaa };return _dbbd ,nil ; +};func _adbb ()(*asset ,error ){_dbgb ,_ggce :=_baca ();if _ggce !=nil {return nil ,_ggce ;};_affd :=bindataFileInfo {_dae :"KSC-H",_fb :9400,_ae :_be .FileMode (436),_g :_a .Unix (1580492507,0)};_abfa :=&asset {_dd :_dbgb ,_ef :_affd };return _abfa ,nil ; +};var _daca =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\x94\x4d\x6b\xdb\x40\x10\x86\xef\xfb\x2b\xe6\x98\x1e\x52\xef\x8c\xf6\x4b\x20\x0c\x4d\x4c\x82\x0f\x69\x4a\xd3\xb4\x85\xd2\x83\x2c\xad\x8c\xa0\x96\x84\x2c\x1f\xf2\xef\xcb\xcc\xc8\x29\xf4\x60\x64\x3f\x9e\x7d\x6d\x3d\xaf\x76\x37\xf7\xfb\xdd\x7e\xe8\x17\xd8\x7c\x99\xc7\xe6\x25\x2f\xd0\xf5\x43\x3b\xe7\xf3\x78\x99\x9b\x0c\x87\x7c\xec\x07\x63\x90\xa0\xed\x9b\xe5\xfa\x51\x2e\xcd\xa9\x9e\x8c\xe1\xf5\x2f\x6f\xe7\x25\x9f\xf6\x43\x37\x42\xa1\x73\xed\x65\x5a\x67\x01\x36\x5f\xf3\xb1\x3f\x2f\xf3\x1b\xdc\x7c\x6a\xc7\x43\xfe\x00\x6d\xee\x98\x3f\xcf\x6d\x9e\xfb\xe1\x08\x37\x8f\x77\xf8\x4e\x5f\x2e\xd3\xf4\x27\x9f\xf2\xb0\x00\x0a\xcb\x43\x2b\x57\xb3\xb9\x7f\xaa\xa7\xcf\xf5\x29\xc3\x46\x82\x6e\x1f\xef\xf0\x56\x67\xe4\xab\xef\x79\x3e\xf7\xe3\x00\x68\x3f\x5a\x1b\xfe\xf1\x6f\x6f\x53\x5e\xb3\xcc\xe6\x75\xbf\x7b\xee\xba\x73\x5e\x20\xa2\xd5\x99\x9f\xaf\xfb\x1d\xfc\x42\x40\x0b\xe4\x9d\x2f\x7e\xaf\xa3\x3f\x9e\xc6\x36\x83\xbd\xfe\xf8\x7e\x77\x3f\x5e\x86\x05\xca\x54\x46\x65\xa8\xf7\xd8\x8c\x6d\x3e\x4f\x75\x93\xe7\x7a\x38\x66\x03\x50\x59\x6b\xed\x16\x2a\x0a\x0f\x0f\x5b\xfe\xff\xff\x4d\x98\xa2\x5c\x57\xf6\xad\x92\xeb\x0a\x6b\xbb\x6e\x0b\x00\x60\x4d\x65\x51\x11\x0a\x22\x1f\x4c\x65\x49\x11\x09\xf2\x48\xa6\xb2\x85\xa2\x42\x50\x0c\xc9\x54\xd6\x29\x72\x8c\xd0\x92\x33\x95\xf5\x8a\xbc\x20\x4a\x1c\x1f\x14\x05\x41\xbe\xe0\xf8\xa8\x28\x0a\x8a\x25\xc7\x27\x45\x89\x11\x59\xc7\xf1\xa5\xa2\x52\x50\x61\x39\xbe\x56\x54\x0b\xf2\x81\xe3\x0f\x8a\x0e\x82\x12\x72\x7c\xa3\xa8\x61\x54\xd8\xc8\xf1\xad\xa2\x56\x50\x41\x1c\x9f\x15\x65\x41\x3e\x71\x7c\xa7\xa8\x13\x94\x9c\x35\x15\xaa\x2f\x14\x5f\xce\x96\xc1\x54\xa8\xbe\x50\x7c\xb9\xc2\x93\xa9\x50\x7d\xa1\xf8\x72\xc1\x26\x53\xa1\xfa\x42\xf1\xe5\x52\x70\xa6\x42\xf5\x85\xe2\xcb\x23\x71\xbc\xfa\x42\xf1\xe5\x8b\xc8\xf1\xea\x0b\xc5\x97\x0f\x05\xc7\xab\x2f\x14\x5f\x3e\x25\x8e\x57\x5f\x28\xbe\x02\x3a\x8e\x57\x5f\x28\xbe\x82\xb3\x1c\xaf\xbe\x50\x7c\x85\xc0\xd5\xa2\xfa\x42\xf1\x15\x4a\xae\x16\xd5\x17\x8a\xaf\x88\x5c\x2d\xaa\x2f\x14\x5f\xd1\x71\xb5\xa8\xbe\x50\x7c\xc5\xc0\xd5\xa2\xfa\x42\xf1\x15\x4b\xae\x96\xd6\x27\x52\x7c\x25\xe4\x6a\x49\x7d\x91\xf8\x4a\x8e\xab\x25\xf5\x45\xe2\x2b\x45\xae\x96\xd4\x17\x89\xaf\x54\x72\xb5\xa4\xbe\x48\x7c\x95\xc4\xd5\x92\xfa\x22\xf1\x55\x3a\xae\x96\xc2\xba\x07\xea\xb4\x85\x32\x52\x92\x8d\x70\x7d\xe0\xf9\x3d\x9f\x1f\xef\x5b\xba\xb9\xcc\x73\x1e\x16\x39\x3d\x64\xd7\xf2\x16\xeb\x87\xfc\x7e\x12\x4d\xe3\xc4\xab\xe4\xf5\x37\x00\x00\xff\xff\x39\xbe\x00\xdd\xb5\x04\x00\x00"); +func _ggbf ()(*asset ,error ){_eefc ,_cadd :=_ddbg ();if _cadd !=nil {return nil ,_cadd ;};_bcbca :=bindataFileInfo {_dae :"UniAKR-UTF8-H",_fb :217759,_ae :_be .FileMode (436),_g :_a .Unix (1580492671,0)};_ffga :=&asset {_dd :_eefc ,_ef :_bcbca };return _ffga ,nil ; +};func _bbe ()([]byte ,error ){return _c (_gbd ,"Add-RKSJ-V")};func _bdb ()(*asset ,error ){_gcd ,_cfbg :=_fccc ();if _cfbg !=nil {return nil ,_cfbg ;};_aead :=bindataFileInfo {_dae :"UniGB-UTF32-H",_fb :265659,_ae :_be .FileMode (436),_g :_a .Unix (1580492773,0)}; +_gcbfa :=&asset {_dd :_gcd ,_ef :_aead };return _gcbfa ,nil ;};func _bdea ()(*asset ,error ){_fgfc ,_gaca :=_bbce ();if _gaca !=nil {return nil ,_gaca ;};_cbeef :=bindataFileInfo {_dae :"UniKS-UTF8-H",_fb :143593,_ae :_be .FileMode (436),_g :_a .Unix (1580493060,0)}; +_dcba :=&asset {_dd :_fgfc ,_ef :_cbeef };return _dcba ,nil ;};func _efdeg ()(*asset ,error ){_fafba ,_bcfe :=_edd ();if _bcfe !=nil {return nil ,_bcfe ;};_deca :=bindataFileInfo {_dae :"HKm314-B5-V",_fb :615,_ae :_be .FileMode (436),_g :_a .Unix (1580492389,0)}; +_dcgc :=&asset {_dd :_fafba ,_ef :_deca };return _dcgc ,nil ;};func _aaaad ()(*asset ,error ){_bffad ,_bcdef :=_ecfa ();if _bcdef !=nil {return nil ,_bcdef ;};_edag :=bindataFileInfo {_dae :"Katakana",_fb :467,_ae :_be .FileMode (436),_g :_a .Unix (1580492475,0)}; +_gacf :=&asset {_dd :_bffad ,_ef :_edag };return _gacf ,nil ;};var _ccdd =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\x9a\x4b\xab\x65\xc9\x71\x85\xe7\xf7\x57\x9c\xa1\x3c\x90\x6b\x47\xbe\x13\x8a\x0b\x72\x4b\x42\x8d\x91\x6c\xdc\x7e\x81\xf1\xe0\xe4\xab\x29\x70\xdd\x2a\xaa\xab\x07\xfd\xef\x4d\xac\x6f\x77\xdb\x12\x06\x79\xd0\x44\xdf\xa8\xc8\x9d\x79\xd6\x5e\x11\xb9\x22\x73\xbf\xfb\xe6\xdb\xdf\x7e\xfb\xf6\xe1\xeb\xe3\xdd\x3f\x7e\xf9\x34\xbf\xdb\x5f\x1f\xe7\xc3\xdb\xfa\xb2\x7f\xf8\xf4\xe3\x97\xb9\x1f\x63\x7f\xff\xe1\xed\xe5\xc5\xc2\x63\x7d\x98\x5f\x7f\xfe\x53\x66\x7e\x7c\x7e\x7e\x79\xf1\xf1\xdf\xfd\xf4\xc3\xd7\xfd\xf1\xdb\xb7\xf3\xe9\x11\x89\x5b\x3f\x7e\xbe\x63\x1f\x8f\x77\xff\xb4\xbf\xff\xf0\xc3\xd7\x2f\x3f\x3d\x7e\xf5\x9b\xf5\x69\xec\xbf\x79\xac\x7d\xdc\xff\x0f\x5f\xd6\xfe\xf2\xe1\xed\xfb\xc7\xaf\xbe\xf9\xd3\x77\xf6\x8b\xfb\xbb\x1f\x3f\x7f\xfe\xaf\xfd\x71\xbf\x7d\x7d\x98\x7c\xfb\x6d\xc9\xbe\xbc\xfb\xe6\x8f\xcf\xcf\x7f\x7a\x7e\xdc\x8f\x77\x7f\xf8\xfb\x8f\xd1\xd2\xaf\xff\x2e\xff\xfa\x0f\xfa\x37\xfd\xd3\xbf\xee\x2f\x3f\x7c\xf8\xf4\xf6\xb0\xbf\xbd\xae\xf2\x3f\xee\x7f\xfe\xe9\xf3\xbe\x1f\xf5\xf2\xee\xdf\xff\xe5\xdb\xdf\x3e\xfe\xc3\x1e\x76\x3d\x42\xce\xa1\xfe\xe7\xed\xff\xb7\x3f\x7e\x5a\xfb\x71\xf1\x57\x60\xf1\xf3\xd3\xda\x3f\x7c\x7e\xce\xfd\xe5\xf9\xf6\xfd\x7e\x79\x3c\xde\x5f\xd7\xeb\xe3\xf1\x78\xdf\xae\x57\xff\xeb\x37\x96\xae\xd7\xc7\xfb\xdf\xff\xee\xf7\xbf\x7b\xf5\x55\xfe\x45\xfc\x8b\xf1\x98\xb7\x4f\x5f\xd7\x3e\xf8\xf4\x84\xf7\x76\x5e\x1f\xe6\x23\xfe\xf7\x3f\xbd\xd8\x75\xdd\xf3\x7e\x58\x77\x74\xf0\xe8\xba\x3d\xfa\xfd\x93\xd9\x9e\x96\xdb\xeb\xa3\x77\x77\xe4\x8e\x63\xbe\x3e\x2c\xd6\x14\xe5\x5b\xf2\x69\x50\x68\xee\x79\x9a\x3c\x27\xbf\x3e\xac\x04\xf7\x9c\x82\xa7\xbc\x3e\x42\x52\xcc\xa9\x78\xaa\x7b\xaa\x3c\x0d\xcf\x76\x8f\xcf\x16\x98\x3e\xf8\x93\x43\x2e\xee\xe1\xc9\xc1\x63\xa2\x79\x4c\x24\x26\x7a\x4c\x32\x5f\x4f\x24\x26\x8e\xf1\xfa\x48\xd5\x47\xc5\xb1\xf0\x9c\xd7\x47\xbe\x3c\x26\x31\x2a\xf9\xa8\xdc\xb3\x7b\x18\x95\xfc\xc9\x25\xfb\x0a\x33\x31\xd9\x63\x6a\xf6\x5f\x91\x89\xc9\x1e\xd3\xcc\x47\x15\x62\x8a\xc7\xf4\xcb\xd7\x53\x88\x29\x1e\xd3\xab\x8f\xaa\xc4\x54\xe1\x73\x15\x5f\x50\x25\xa8\x7a\x90\x59\xf0\x71\x8d\xa8\x06\x8a\xc1\x17\xd9\x88\x6a\x07\x60\x7d\x60\x27\xaa\x2b\x2a\xb6\xcb\x5d\x44\x75\x45\x25\xbd\x91\x27\x51\x4f\x45\xe5\xe8\xe0\x3e\x89\x7a\x2a\xaa\x5c\x3e\x70\x10\x35\x14\x55\x7a\x72\x17\x51\x43\x51\x35\xfb\xc0\x49\xd4\x54\x54\xcb\xce\x8a\x49\xd4\x3c\xeb\xf5\x61\xdd\x7c\xe0\xf4\x11\xb7\x09\x29\x7a\xd4\x62\xe0\xd2\xcb\xbb\x2e\x7f\xd6\x62\xe0\x52\xd4\x55\x7d\x11\x9b\xa8\xad\x28\x2b\xfe\xac\x4d\xd4\x56\x54\x08\x3e\xf0\x10\x75\x14\x15\x83\x3f\xfe\x10\x75\xe6\x71\x57\xf3\x81\x67\x11\x75\x2f\x22\xbc\xbc\x1f\x97\x06\x8e\x4b\x03\x53\xed\xee\xd2\xc0\x71\x29\x2a\x27\x8f\x82\xe6\x43\x0c\x0e\x25\x16\x77\x11\x05\x19\x8b\x73\x7f\xc0\xc6\x01\x1b\x6b\x8f\xee\x22\x4a\x74\x0c\xcd\x19\x3a\xe0\xe3\x10\x1f\x43\xcf\x97\xbb\x88\x8a\x22\xed\xe5\x1c\x1d\xf0\x6f\x88\x7f\xd1\x1c\x9c\x01\x01\x47\x82\xda\x0e\xce\x80\x81\x43\x0c\x8c\xc1\xc1\x19\x50\x70\x88\x82\x31\x3a\x38\x03\x0e\x0e\x71\x30\x26\x07\x67\x40\xc2\x21\x12\xc6\xe4\xe0\x0c\x58\x38\xc4\xc2\x98\x6b\x73\x17\x51\x62\x61\x2c\xc9\x07\xc2\xc2\x21\x16\xc6\x1a\xb3\xbb\x88\x12\x0b\x63\xed\x3e\x10\x16\x0e\xb1\x30\xb6\xee\x10\xc2\xc2\x21\x16\xc6\x9e\x7d\x20\x2c\x1c\x62\x61\xba\x3c\xa1\x07\x2c\x1c\x62\x61\x32\xf3\x81\xb0\x70\x88\x85\x29\x5c\x0e\x21\x2c\x1c\x63\x56\x77\x15\x1f\x38\x66\x93\x4b\x03\xa3\x27\xda\x80\x98\x43\xc4\x4c\x51\xe0\x40\xcc\x21\x16\xa6\x24\x70\x60\xe1\x10\x0b\x53\x16\x38\xb0\x70\x88\x85\x29\x0b\x1c\x58\x38\x76\xb6\xd7\x47\x2a\x02\x67\xe7\x80\x2b\x68\x46\x5c\x51\x2e\x3d\xab\x74\x5f\x2a\x5c\x1d\xe2\x6a\xaa\xc9\x5f\x1a\x5c\x1d\xe2\x6a\x6a\xd1\x1f\x0f\x57\x87\x88\x99\x5a\xaf\x2f\xef\x27\xc4\x9c\x22\x66\xea\xdd\xdc\xa5\xa8\x29\x62\xe6\x2b\xa7\x97\xf7\x13\x62\x4e\x11\x33\x9b\xd7\xcd\x09\x31\xa7\x3d\x9f\xaf\x8f\x1c\xcc\xe4\x1a\x72\x69\x60\x08\xe1\xe5\xfd\x84\xab\x53\x5c\xcd\xd1\x51\x9d\x70\x75\x86\xe9\x03\xa3\xa3\x3a\xc3\x1c\xb8\x86\x06\x9a\x5c\x53\x2e\x3d\x2b\xe9\xf1\x30\x7a\xc6\x72\xb9\xcb\xcb\xf9\x8c\x45\xcf\x12\xc9\x73\x72\x24\x26\x24\x9f\x71\xb4\xd7\x47\xce\x41\xae\xd1\x71\x75\x77\x65\x3d\x6b\x3c\x71\x3d\xe5\xba\xe4\xd2\x22\x94\x1d\x39\x7b\x9d\x9d\x64\xc7\x4c\x39\xbf\x3e\x72\x09\x1e\x95\x72\xc1\x55\x34\x63\x96\xab\xca\xa5\x45\x94\xa4\x81\x2c\x42\x39\x94\x4b\x73\x17\x39\x34\x95\x43\xb9\xfa\x76\x30\xc9\xa1\xa9\x1c\xca\x2d\x3a\x12\xe4\xd0\x2c\xec\x07\x31\xbe\xbc\x9f\x24\x0c\xc6\x72\x0d\x59\x3e\xc3\x67\x5e\x6b\x6b\x6b\xf2\x05\x7c\xc1\x6b\x66\xbc\x88\x8b\xf8\xa2\x8f\x6d\xb5\x6a\xaf\xfe\x79\x8f\xfd\xbf\xb6\xdd\x59\x53\x62\x48\xf2\x47\x5f\x99\x47\x67\x7c\x59\xd3\x79\xa2\xcd\x9a\x0a\xbe\xe2\xbe\x92\x59\x6a\xc5\x57\x59\x42\x95\xaf\xe1\x6b\x5e\xdd\x93\xf1\xbc\x8e\xaf\x13\xd7\xe5\x7b\xe2\x7b\x2a\xce\x8b\xdf\xac\x69\xe0\x1b\x8a\x13\x0b\x6a\x9a\xf8\xa6\x36\x90\xc8\xcf\x5c\xf8\x16\x3e\xe6\xd8\xf8\xb4\xab\xa4\x42\xdc\x91\x2f\x5f\xf2\x65\xcd\x91\x81\xd2\x8d\xfb\xb4\x96\x0c\x94\x6e\x7c\xac\x7e\x5b\x06\x4a\x37\xbe\x96\x24\x1f\x58\xb9\xb1\x92\x2a\x3e\xb0\xca\x99\xb5\x30\x07\x58\xb9\xb1\xdc\x78\x35\xb0\x46\xc6\x7d\xc2\x2a\x83\x55\x06\xab\xca\x58\xb0\x72\xe3\x3e\xd6\x07\x56\x6e\x7c\x2d\xc4\x81\x95\x1b\x2b\xf9\x7e\x1e\x58\x49\x25\x95\x7c\xaf\x19\xac\xb2\xb0\x0a\x91\x38\xb0\xca\xc2\x2a\x07\x7e\xef\x8d\xd5\x61\x0e\x61\x5a\xa0\x62\x11\x7e\x39\xea\x7d\x90\x82\x32\xee\xd3\x1c\x05\xfc\x0a\x54\x34\xad\xb9\x80\x9f\x1b\x8f\xd3\x9a\x0b\xf8\xb9\xb1\xdc\x3b\x71\xe0\xe7\xc6\xf2\xfd\x7b\x0b\xf8\xb9\x71\x4c\xf1\x81\x9f\x1b\x2b\x97\x5d\xf2\x81\x5f\x11\x7e\x57\x60\x2d\xe0\x57\x3a\x71\xe2\x6e\x01\xbf\x22\xae\xe5\xa4\xf7\x51\xc0\xcf\x8d\xa5\x96\xf8\xbd\xe0\xe7\xc6\x52\xcd\xc4\x81\x5f\x81\x6b\x26\xac\x0a\xf8\x15\xc9\x95\x18\x58\x0b\xf8\xb9\xb1\x12\x78\x47\x15\xfc\xea\xc5\x3b\xd7\xfa\x2a\xf8\xb9\xb1\x9c\x0b\x3e\xf0\xab\xc2\xea\x4a\x7a\x5e\x05\xab\x2a\xac\x2c\xe3\x03\xab\x2a\xac\xe2\xa5\xdf\x56\xc1\xaa\x82\x15\x39\x53\xc1\xaa\x82\x15\xef\xad\x82\x95\x1b\xab\xd6\x59\x1f\x58\x55\xf2\x32\x10\x07\x56\x55\x58\x19\xef\xad\x82\x55\x1d\x3c\x4f\x1c\xaa\x60\x55\xc9\x4b\x72\xba\x82\x95\x1b\xcb\xed\x5e\x0b\x58\xd5\x5b\x00\x6a\xcd\x14\x42\x19\xf7\x29\xee\x09\x06\xcf\xc0\xbb\xd4\xef\x7d\xc2\xa1\x27\xb8\x5c\xc2\xfe\x09\x2e\xcf\x84\x4f\xef\xed\x09\x2e\x6e\xfc\x77\x10\x07\x2e\xcf\x1b\x17\xad\xf9\x09\x2e\x4f\xea\x15\x7c\x79\x82\x8b\x1b\xe7\xa4\x7e\xef\x13\x5c\x9e\x70\xe8\x62\x2d\xe0\xf2\x7c\xf2\x3c\x71\x83\x0d\x50\xc6\x72\xaf\xf8\xc0\xc5\x8d\x3f\x8f\xdf\x0b\x2e\xcf\x45\x1c\x73\x80\xcb\xf3\xe6\x10\x63\xe1\x90\x1b\x4b\xa1\x6b\xde\x01\x87\x86\x72\x30\x50\x4b\x06\xf8\xb9\xf1\xb1\x7a\xde\x00\x3f\x37\x3e\xaf\x70\x19\xe0\x37\xc8\xc1\xaa\xb5\x0c\xf0\x1b\xe4\x60\x15\xf6\x03\xfc\x46\x26\x4e\xf8\x0d\xf0\x73\xe3\x73\x08\xbf\x01\x7e\x43\xbc\xca\x05\x1f\xf8\x0d\x72\x90\x9c\x61\x03\x96\xb1\x62\x70\x83\x1d\x58\xc6\xeb\x90\xb0\x67\x0b\x96\xf1\x77\xce\x5a\xc0\x6f\x28\x07\x0b\xf9\x31\xc0\x6f\x2c\x72\x06\x5c\xc0\x6f\x50\xaf\x82\xe6\x98\x60\x35\xa9\x57\x6c\x93\x13\xac\xe6\xcd\x35\x61\x35\xc1\x6a\x0a\xab\xa4\xfd\xba\x4e\xb0\x9a\x11\x9f\x7e\xc7\x04\x2b\x37\x56\x63\x24\x0e\xac\x26\x58\x75\x61\x35\xc1\x6a\xaa\xde\xd7\xa8\xf5\x4d\xb0\x9a\xaa\xf7\x91\xf7\x31\xc1\xca\x8d\xef\xb5\xac\x19\xac\x66\x07\x7b\xe6\x05\xab\x29\xac\x0a\xf5\x00\xcd\x24\x63\x39\xdd\xf3\x82\x95\x1b\x5f\x5f\xfc\x7f\x6c\xf7\x13\x28\xdd\x58\x72\x85\xe0\x7f\x00\xe5\x54\x27\x77\x53\x71\x42\xc5\x29\x2a\x5e\x52\x5f\x75\x01\xef\x52\x39\xeb\xbc\xfe\x05\xbc\x4b\xf0\x96\x3b\x0e\x78\x97\x52\xb9\x40\xb1\x05\xbc\x2b\x12\xa7\xd7\xba\x80\x77\x25\xe2\x34\xef\x02\xde\x95\xf1\x09\xa2\x05\xbc\x4b\xa9\x5c\x1a\xcf\x03\xde\xa5\x72\x16\x81\x68\x01\xe5\xba\x4b\x3f\x73\x00\xa5\x1b\x4b\x29\xb1\x66\xa0\x5c\xa2\x5d\x65\xeb\x5c\x40\xb9\x54\xce\x2a\xdb\xcb\x02\xab\xb5\x88\xd3\x2b\x5c\x60\xb5\x36\x71\x7a\x0d\x0b\xac\xdc\x58\x56\xe3\x30\xeb\x06\xab\x2d\x2a\x56\xd2\x67\x83\xd5\x16\x56\x95\x32\xba\xc1\xca\x8d\xe3\xac\x79\x37\x58\x6d\x61\x55\x93\x28\xbb\xc1\x6a\x0b\xab\xd8\xf0\x81\xd5\x16\x56\x15\x39\xb2\xc1\x6a\x0b\xab\x5b\xb6\x6c\xb0\xda\x95\x12\xa2\xdf\xb1\xa1\xe2\xbe\xb7\x4e\xbd\xb7\x0d\x7e\xbb\xf3\x3c\xe2\xc0\x6f\x8b\x8a\xf7\x16\xb1\xc1\x6f\x8b\x8a\x15\x1a\x6f\xf0\xdb\x50\x91\x2d\x76\x83\xdf\xbe\x65\x1a\x73\x80\xdf\x16\x7e\xf7\xb6\xb6\xc1\x6f\x1f\xd6\xa2\xe7\x1d\xf0\x3b\xe0\xc7\xef\x3d\xe0\x77\xa4\x82\x3b\x63\x0f\xf8\x9d\x7b\xdb\xd0\x9a\x0f\xf8\x1d\xb6\x0d\xb6\xe2\x03\x7e\x47\xf8\x55\xf5\x42\xf5\x80\xdf\xa1\xc4\x81\xf3\x01\x2b\x37\x96\x02\xb2\xe0\x80\xd5\x69\x8c\xc5\x07\x56\xe7\xc6\x4a\xbf\xf7\x80\xd5\x61\x8b\xa0\xc4\x1d\xb0\x3a\x94\x38\xb8\x76\xc0\xea\xdc\x5b\x27\x71\x60\x75\xc0\xea\x5e\x0b\x58\xe9\x54\x24\x07\x6d\x89\x34\xca\x18\xbb\x7b\xa7\x46\x77\x20\x63\x39\x48\xba\x35\xba\x03\x19\x2f\xcb\x8c\x8d\xf8\x6e\x99\x91\xe4\x4b\xf8\x84\x4b\x53\x37\xd3\x90\xff\x32\x56\x5a\x23\xae\xe0\x2b\xc4\x31\x47\xc5\xa7\x12\x77\xdd\xf3\x36\x7c\x8d\xb1\x59\xbe\x8e\xaf\xe3\x23\xee\x89\x4f\x58\xb5\xce\xef\x18\xf8\x84\x55\xbf\xf0\x4d\x7c\x13\xae\x31\x76\xe1\x13\x56\xdd\xf8\x6d\x1b\x9f\xb0\xaa\xc6\xbc\x07\x9f\x78\xd5\x55\x96\x5b\x06\x3f\x5a\x82\x2e\xae\x35\x5a\x82\x46\x4b\xd0\x25\x97\x1a\x2d\x41\xbb\x5b\x82\x46\x1c\xf8\xa9\x25\x28\xe9\x8e\x03\x3f\xb5\x04\x29\xb3\x66\x5a\x02\x19\xcb\x45\x5b\x76\xa3\x25\x68\xb4\x04\x95\xf7\x46\x4b\x20\x63\xa5\xb7\x2a\x1f\xf8\xa9\x25\xc8\x17\x38\xd3\x12\xc8\xb8\x8c\xc4\x07\x7e\x6a\x09\x52\x93\x04\x68\xb4\x04\x8d\x96\x20\xf2\xde\x68\x09\x1a\x2d\x01\xf2\xa6\xd1\x12\x34\x5a\x82\xde\x89\x03\x3f\x5a\x82\xd8\xa2\x7c\xe0\x97\xef\xbc\xd4\x58\x5a\x02\x19\xab\xc8\xcd\x46\x4b\x20\x63\xa9\x28\xb7\x1a\x2d\x41\xa3\x25\xb8\xb9\x41\x4b\x20\x63\x35\xea\xa4\xa1\xd1\x12\xc8\x58\x09\xda\x8a\x1b\x2d\x81\x8c\x73\x57\x6b\xa1\x25\x68\x05\xe9\x26\x99\xd1\x90\xff\x0d\xf9\xcf\x69\x43\x43\xfe\x37\xc9\xfa\x4a\x0e\x36\x64\xbd\x8c\xe5\xab\xb2\x66\x30\x90\xac\xaf\x17\xb8\x20\xeb\x65\x3c\x3f\x98\x03\x0c\x0a\x32\x03\xfe\x21\xeb\x65\xac\x04\x9e\x87\xac\x97\xf1\x38\xf1\x05\x59\x2f\x63\xb9\xab\x86\xb5\x0a\x06\x3f\x4b\x7d\xfd\x5e\xa4\xbe\x8c\xd5\xa8\xf6\xb3\x21\xf5\x65\xac\x1a\xb9\x8f\xd4\x97\xb1\x14\x9b\xfd\xf5\xed\xbe\xd1\x09\x34\x3a\x81\x98\x58\x2a\xb0\xa9\x13\xc8\x26\x15\xdc\xe8\x04\x64\x5c\x99\xb0\x54\x28\xa6\x4e\xa0\xd2\x09\x34\x3a\x01\x19\x57\x99\x7a\xd5\x74\x02\x32\x56\x29\xe9\x8d\x4e\x40\xc6\x7d\xc4\x01\xaf\x3a\x81\x64\xea\xda\x39\xe4\xc3\x58\xba\xc7\xd2\x09\xc8\x58\xd2\x39\xfe\x6c\x74\x02\x32\xbe\x4d\xea\x77\xd0\x09\xc8\x58\xb6\xca\xf3\x80\x4d\x9d\x40\x36\x29\xd9\x46\x27\x20\x63\x35\x56\xe6\x00\x97\x27\x1d\x12\x29\x40\x27\x20\x63\xc9\x28\x53\x74\x02\x32\xee\xd3\xef\xa0\x13\x90\xb1\x14\x28\x3f\x74\x02\xed\xe7\x4e\x80\x38\x70\xa1\x13\x30\x52\x8a\x4e\x40\xc6\xc7\x32\x2f\xb8\xdc\x9d\x00\x74\xa2\x13\x68\x77\x27\xa0\x2d\xac\xd1\x09\xc8\x78\x9c\x70\xa1\x13\x90\xb1\x72\x31\x2f\x9d\x80\x8c\xa5\x40\x99\xa2\x13\x68\x74\x02\xba\x31\x98\x8d\x4e\x40\xc6\xbb\x0d\xe6\x00\x3f\x75\x02\x39\x18\xcf\x03\x3f\x75\x02\x29\xc3\x0d\x3a\x01\x19\x4b\x51\x5b\x58\xa3\x13\x90\x71\x19\x89\x0f\xfc\xd4\x09\xa4\x3b\x6d\xe9\x04\x1a\x9d\xc0\x5d\xe2\xe8\x04\x64\x2c\xc5\xc4\xfa\xc0\x6f\xb0\x4d\x26\xd6\x02\x7e\x03\xa9\x4a\xaa\x0c\xb0\x92\xea\x4f\xb1\x68\x7d\xa8\xfe\x76\xab\x7e\x9e\x87\xea\x97\xb1\x12\xe1\x10\xaa\x5f\xc6\xaa\x2e\x36\x66\x43\xf5\xcb\x58\x89\x60\x8a\xea\x97\x71\xe9\xcb\x58\x70\x99\x74\x98\x92\xcd\x0d\xd5\xdf\x50\xfd\xfd\x5e\x0b\xb8\x48\xf5\xe7\x40\x59\x46\xf5\x37\x54\xff\x95\xf4\x3b\x50\xfd\x6d\x72\xfa\x05\x5f\x50\xf8\x32\x96\x12\x5b\x18\x12\x5e\xc6\xe3\x98\x17\x0e\x49\xc2\xe7\x46\x29\x9c\x37\x2e\x94\x6f\xb6\x21\x24\x7c\x93\x5c\x4f\x29\xe2\x03\x17\xc9\xf5\x5c\x79\x6f\xc8\x75\x19\x97\xcd\xc2\x0f\xb9\x2e\x63\x29\x49\xaa\x36\xe4\xba\x8c\xfb\x34\x2f\x72\xbd\xad\x1b\x17\xe1\x87\x5c\x97\xb1\x94\xe0\xee\x02\x17\x49\xf8\x1c\x2b\xf3\x82\xcb\x82\x2f\x6c\x07\x48\xf8\x76\x4b\xf8\xce\xbc\xf0\x45\x12\x3e\xa5\xca\xef\x00\x2b\x49\xf8\xac\x93\xf9\xd9\x90\xf0\x32\x5e\xd7\x58\x0b\x58\x49\xc2\xd7\x0b\xfc\x90\xf0\x0d\x09\xcf\x09\x65\x43\xc2\xcb\xf8\xbc\x8a\x43\xc2\xcb\x78\x6e\xe1\x03\x3f\x24\x7c\x66\x4b\x44\xc2\x37\x24\xfc\xa5\x13\x89\x86\x84\x97\xb1\x94\x75\x0a\xd0\x90\xf0\x32\x96\x23\xeb\x43\xc2\xb7\x4d\xe7\x08\xff\x90\xeb\x32\x56\x23\x72\x09\xb9\x2e\xe3\x35\x82\x39\xc0\x4a\x72\x3d\x65\xea\x1a\x72\x5d\xc6\x4a\x90\x7c\x6d\xc8\x75\x19\x97\xe1\x8c\x05\x2b\xc9\xf5\x54\xc8\x7d\xe4\xba\x8c\xcf\x4b\x1c\x58\x49\x9a\xa7\xc2\xd6\x8e\x34\x97\xf1\xfa\xa7\x79\x91\xe6\x0d\x69\x7e\xd7\x71\xa4\xb9\x8c\xe5\xca\xf6\x87\x34\x97\xb1\x9c\x98\x17\x69\xde\xce\x7d\xaa\xaa\x79\x0f\xb8\x1c\x24\x00\xbf\x0d\x69\xde\x90\xe6\x06\xa6\x48\x73\x19\x4b\xe5\x1e\x0b\x2e\x48\x73\x4e\x50\x1b\xd2\xbc\x1d\x4e\x1a\x12\x3e\x30\x40\x86\x07\x78\x8a\x0c\x97\x09\x74\x63\x5c\x44\xcd\xee\x8a\xf6\x3e\x33\xea\x08\x5a\x99\xa2\x36\xa4\x23\x67\xbb\x4b\x91\xfb\xe0\xa1\xa3\x44\x74\x81\x75\x9f\xf3\x71\x81\x35\xbb\x17\xb6\xc2\x91\x40\xe7\x68\x43\x46\xa7\x9f\x7f\x75\x9b\xef\x94\xc0\xee\xaf\xb3\x5c\xda\xb9\x3a\x6f\x53\x17\x63\xc5\x44\x54\x2e\xc6\xa6\x2e\xc6\xee\x77\xce\xc5\xd8\x7c\x3a\xb4\xf7\xa1\xe5\x93\x0e\x48\xa6\x98\x04\xd4\x13\x94\x75\x7d\x56\x38\x76\xe4\xfa\x6c\xea\xfa\xac\x90\x2f\x5c\x9f\xcd\x41\x94\xa0\xe3\xae\x6c\xea\xae\xac\x50\x1d\xb8\x2b\x9b\x93\xfb\x6e\xe9\x6f\xee\xca\xa6\xee\xca\x4a\x51\xae\x70\x57\x36\x75\x57\x56\x8a\x94\x13\x77\x65\x53\xb7\x60\xa5\xaa\x52\x73\x0b\x36\x75\x0b\x56\x9a\x8a\x28\xb7\x60\x53\xb7\x60\xa5\xab\xc5\xe6\x16\x6c\xea\x16\xac\xea\x30\x6f\x71\x0b\xb6\x74\x0b\x56\xb5\xfb\x2f\x6e\xc1\x96\x6e\xc1\x10\x2c\x8b\x5b\xb0\xa5\x5b\xb0\x1a\xb2\xb9\x8b\x28\x5d\x79\x71\x29\xb0\xb8\xf2\x5a\xba\xf2\xaa\xc9\xc5\xf9\xe2\xca\x6b\xe9\x32\xab\x26\xdf\xd0\x17\x97\x59\x2b\x72\xa9\x5f\xb2\xbb\x88\xd2\x05\x54\x15\x65\x16\x17\x50\x4b\x57\x4b\xb5\x7a\x53\xbe\xb8\x5a\x5a\xba\x5a\xaa\xd5\x8b\xd5\xe2\x6a\x69\xf1\x81\x40\xab\xdd\x5d\x44\xe9\x6a\xa9\x76\x4f\xab\xc5\xd5\xd2\xd2\xd5\x52\xd3\xbd\xc4\xe2\x7a\x76\x15\xdf\x61\xda\xd5\x7d\x60\xd1\x06\x83\x69\xba\x58\x5a\x45\xfb\xcb\x2a\x7c\x6d\xe0\xa8\x2e\xee\xa4\x96\x0e\x8a\x9b\x75\xb9\xa4\x0e\x31\xad\x79\x7f\xb4\x38\x26\x5e\x3a\xea\x6d\xe0\xc5\x49\xef\x52\x0b\xdb\x82\x6f\xff\x8b\x0e\x76\x49\x06\x36\xed\xf4\x0b\x15\xb8\x94\x61\x2d\x99\xaf\x9e\x0c\x5b\xca\x94\x96\x3d\x79\x16\x99\xb2\xc4\xe8\x96\x8b\x0f\x84\xd1\x4b\x8c\x6e\xc5\xd5\xc0\x82\xd1\xeb\xe9\xd5\xbd\x55\xef\x59\xd6\x53\xc5\x1d\xd3\x4c\xe0\x3c\x37\x03\xf5\xac\xaa\xd5\xc3\xe8\x25\x46\xb7\xe6\x82\x7b\xc1\xe8\x35\x5c\x39\xb6\xe6\x1b\xf2\x1a\x12\x8e\x4b\x24\x6f\xcd\xf7\xa2\x05\xc9\x97\x48\xde\xba\xcb\xd0\x05\xc9\x97\x48\xde\x2f\x57\xdd\x0b\x92\x2f\x91\xbc\x2b\x1f\x17\x24\x5f\xcb\xeb\x50\x37\xaf\xcb\x6b\xe9\x68\x00\xd3\x2f\xad\x6b\xa9\x24\x2d\xa5\x42\x0f\x72\x91\x0a\x4b\xa9\xd0\x83\x6f\x06\x8b\x54\x58\x4a\x85\xae\xd6\x6a\x91\x0a\x4b\xa9\xd0\x93\xcb\xac\x45\x2a\x2c\xa5\x42\xd7\x4e\xb5\x49\x85\xad\x54\xe8\xea\x55\x37\xa9\xb0\x95\x0a\xbd\x94\xf6\xf2\x7e\x93\x0a\x5b\xa9\xd0\xab\x97\xf2\x4d\x2a\x6c\xa5\x42\x6f\xae\x7e\x36\xa9\xb0\x95\x0a\xbd\x5b\x77\x17\x51\x4a\x85\xde\x7d\x3f\xdf\xa4\xc2\x8e\x7c\x97\x72\x79\xcd\xde\xe4\xc2\x56\x2e\xd8\x65\xd1\x87\x92\x0c\x3b\x11\x17\xbc\x8e\x6f\xb2\x61\x27\xe2\xa4\x59\x37\xe9\xb0\x33\x71\xd1\xdf\xc9\x26\x1f\x76\x26\x2e\x79\xad\xdb\x24\xc4\x2e\xc4\x65\xd7\x93\x9b\x8c\xd8\x85\xb8\xe2\x5a\x7e\x43\xf6\x7d\x7f\x37\x53\x5d\xdb\x6e\x78\xbc\x39\x8a\xb9\x6a\xf1\xb1\x10\x79\xd3\xcf\x5c\xcd\x35\xe1\x86\xc9\x9b\xde\xe5\xea\xae\xa5\x36\xbd\xcb\xe6\x73\x9a\xab\xbb\x1e\xda\xd0\x7b\x77\xb5\x77\x76\x09\xaa\xae\xf6\x6e\xf3\x8d\x8d\x5d\xbe\x87\x6e\x38\xbf\xf9\xc8\xc6\x2e\xa7\xe0\x86\xf4\x9b\xaf\x6c\xcc\x5c\x1f\x6c\x58\xbf\x9f\xf7\x87\x3d\xbe\xb3\x6c\x08\xbd\x87\x8e\x08\x2c\x7a\x25\xdf\x43\x47\x04\x9b\x6f\x6f\x2c\xea\x45\xc2\xf2\x3d\xb4\x9f\x9b\x4e\xaa\xf7\x38\xb7\xcf\x58\x73\x91\x2f\xe0\xd3\xd8\xe4\x44\xdf\x70\x7f\xf3\x95\x8e\x25\xa7\xe2\x86\xfc\x7b\x4a\x73\x59\x76\x2e\xee\x29\xcd\x85\xf1\xdf\x16\xe5\x3b\xf2\xf1\xbc\x62\xce\x20\xb2\x64\x2f\x9e\x57\xf4\x8e\x48\x93\xbd\xd4\x83\x99\x8e\x66\xf7\x52\x0f\xb6\x17\x63\xab\x67\xeb\x26\x2b\xf6\x66\xac\x6e\x5d\x37\x69\xb1\xb7\xf4\x90\x35\x71\x79\x4b\x0f\x61\x2c\xe8\x13\x8b\xbd\xa5\x87\xf6\xe6\x79\x2a\xa0\x9b\xfc\xd9\x87\xe7\x49\xf3\x6f\x12\x68\x1f\x3e\x8d\xd2\x8d\xe3\x21\x83\xce\xa5\xe3\x9e\x60\xd6\xfe\x7c\xbf\x4e\xe1\x2f\xb7\xeb\x73\xe9\x30\x08\xe3\xbf\xa8\xcb\x57\xe5\xe3\x3b\x2c\xf3\x37\x78\x48\xc4\x73\xe9\x1e\x20\x58\x93\x4f\xf7\x00\x18\x7f\x83\x26\xdf\x94\x8f\x55\xe9\x4b\x8c\x43\xc6\x1e\xd3\x01\x4c\x08\x8e\xf8\x31\x1d\xc0\x1c\xd3\x3d\x68\xd0\xae\x7d\x4c\xf7\xa0\x18\x0b\xba\x6b\x38\x26\x99\x72\xee\x2f\xeb\xa2\x2b\xb2\x43\xba\x1f\x63\x8e\xe8\xfb\xc9\x21\xdf\x4f\xd0\xa1\x4c\x50\x77\x72\x82\x0e\x65\x30\x16\xaa\x33\xf6\x04\x1d\xca\x9c\xc0\xf3\x52\x55\x1c\xcf\x0b\xea\xc6\x42\xea\xbe\xe6\xa0\x6e\xec\x04\xe6\xc8\x9e\x29\x87\x6a\x71\xa2\x0e\x47\x42\x6e\xf2\xe9\x70\xe4\x50\x41\x82\xbe\x20\x3a\x54\x90\x43\x05\x09\xc5\x77\x9f\x43\x05\x39\x49\x07\x49\xa1\xa6\xec\x3e\x1d\x24\x1d\xaa\x4a\xa8\xde\x8d\x1d\xaa\xca\x49\xea\x84\x43\x13\x2e\x49\x9d\x30\xc6\xd7\x52\xe4\x63\xac\x14\x63\x68\x41\x71\x2a\xcf\x87\x8a\x14\x74\x68\x79\xa8\x48\x87\x8a\x14\xfa\xe5\x18\x50\x91\x4e\xbe\xe3\x5c\x0b\x1d\x2a\xd2\x29\x7a\x47\x51\x87\xff\xa7\xf0\x8e\x64\x7c\x2c\xbe\x24\x1f\x5f\xdf\x5d\xde\x89\x1c\x2a\xd7\xa1\x72\x45\xd3\x3b\xa7\x72\x1d\x2a\x57\x94\x9c\x3b\x54\xae\x43\xe5\x8a\xc1\xd5\xc2\xa1\x72\x1d\x2a\x57\x8c\xe2\x06\x95\xeb\x50\xa5\xa2\xbe\xc7\x38\x54\xa9\xa3\xc2\x64\x31\xeb\xfd\x76\x9d\x28\x9d\xfb\x4b\xc0\xdc\x14\xc7\xd8\xae\x2e\x3a\xaa\xeb\x38\x5d\x5d\x34\xc6\xe3\xb2\x7c\x19\x9f\x63\x1a\x8b\xf0\xeb\xea\xa2\x31\xc6\xd7\x60\xa7\x4f\xe6\x50\x97\x1a\x0b\xf3\xaa\x4b\x3d\x7d\x31\x36\x85\x3f\xcb\x32\xff\xff\x8f\xcf\xcf\x2f\xbf\x7c\x36\x3b\x7f\xfc\xf2\x65\xbf\x7d\xd5\x27\xba\xfa\x34\xf6\xb1\xf6\xf9\xf0\xb6\x7f\xf9\xdc\xf7\xf3\xa7\xcf\x3e\x4a\xff\xfd\x77\x00\x00\x00\xff\xff\x99\x68\x60\x83\x1a\x2c\x00\x00"); +var _gebf =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\xbd\x4f\xef\x2f\x3b\x92\xa7\xb5\xaf\x57\x71\x96\xc3\x62\xa8\x74\x66\xda\x8e\x90\xae\xae\xc4\xf4\xf4\x0c\x2d\x34\x80\x68\x1a\x90\x10\x8b\xb4\x9d\xd9\x2a\x89\xbe\x55\xaa\xaa\x5e\xf4\xbb\x47\xf9\x3c\x59\x80\x10\xd2\xbd\x9b\xf3\xd1\x89\x9f\xf3\xeb\xff\x11\xe1\x70\x44\xf8\xf7\x7f\xf7\x0f\xff\xf1\x1f\x7e\xf9\xc3\x5f\x7f\xfc\xfe\x7f\xfc\xf3\x1f\xe7\x3f\xde\x7f\xfd\xf1\xfc\xe1\x97\xf5\xe7\xfb\x2f\x7f\xfc\xd7\x3f\xcf\xfb\xc7\xb8\xff\xf9\x0f\xbf\xfc\xee\x77\x65\xff\xb1\xfe\x30\xff\xfa\xb7\xff\x02\xf3\x5f\xae\x3f\xfd\xee\x77\xef\xf7\xff\xf8\x6f\x7f\xf9\xeb\xfd\x2f\xff\xf0\xcb\xf3\xc7\x1f\x87\xe5\xd6\xbf\xfe\xe9\x2b\xfb\xe3\xc7\xef\xff\xa7\xfb\x9f\xff\xf0\x97\xbf\xfe\xf9\xdf\x7e\xfc\xbb\xff\x66\xfd\x71\xdc\xff\xd5\x8f\x75\x3f\x2f\xfd\x7f\xf8\xf3\xba\xff\xfc\x87\x5f\xfe\xf9\xc7\xbf\xfb\xcf\xff\xa1\xfc\xdf\xd4\x7f\xfc\xd7\x3f\xfd\xe9\xff\xbc\xff\xe5\xfe\xe5\xaf\x3f\x76\x68\xf7\x2f\x0b\xfc\xdd\xef\xff\xee\xbf\x5c\x7f\xfa\xef\xaf\x7f\xb9\x7f\xfc\xfe\x3f\xff\x87\xff\xee\xdf\xff\xfd\x3f\xfd\xdd\xbf\xff\x6f\xf9\x0b\x7f\xf8\x5f\xee\x3f\xff\xe5\x0f\x7f\xfc\xe5\x47\x29\xff\xf5\xb6\xb5\xff\x87\xfe\x3f\xff\xdb\x9f\xee\x1f\xe5\xfb\x85\xff\xed\x9f\xfe\xe1\x3f\xfe\xf8\xdf\xcb\x8f\xb2\xfd\xd8\xeb\xd1\xfb\xff\xf1\xd1\xff\xd7\xff\xf2\xc7\x75\xff\xd8\xfc\xdf\x6e\xd3\xe7\x1f\xd7\xfd\x97\x3f\x5d\xf3\xfe\xf3\xf5\xcb\x3f\xdf\xbf\xfb\xf1\xe3\xa7\x6d\xfb\xf9\xc7\x8f\x1f\x3f\xc5\xf6\xf3\xfb\xbf\x28\xe7\xf6\xf3\x8f\x9f\xfe\xd3\xdf\xff\xa7\xbf\xff\xf9\x6d\xe4\xff\xa7\xfc\xef\x8a\x3f\xf3\xcb\x1f\xff\xba\xee\x47\x1a\xbf\xf0\x53\x79\x7e\xfe\xd1\x7b\x69\xef\x47\xff\xef\xbf\xfe\xae\x6c\xdb\x57\xf5\x1f\xd6\xf7\xc1\xfe\x7e\xf0\xfe\xc3\x07\x3f\xed\xe5\xe7\x1f\x3f\xf5\xfb\xe7\x1f\x51\xce\xdf\xfd\xad\x05\x51\x7a\xfc\xfc\xa3\x6c\x5b\xdf\x5f\x5a\x4f\x69\xf9\xf3\x8f\xd8\xa3\x40\xba\x24\xdd\x6f\xb1\xb2\xe7\x4b\x0b\x3f\x8d\x0a\xed\xe0\xe7\xa2\x49\x6b\x3f\xff\x88\x16\x16\xeb\x90\xee\x49\xb1\x73\x7b\x69\xf7\x92\xb6\xde\x76\xf4\x80\x74\x43\x7a\xf8\xb5\xfd\xa4\x21\x8f\xbf\xf6\x42\xec\x51\x21\xf9\x6b\x0f\x0d\xd9\xeb\xfb\x6b\xbb\x7d\xd8\xeb\x2e\xed\xfd\xb9\xbd\x1e\xd2\x8e\x9f\x7f\x64\xc4\x09\xe9\x84\xd4\x0a\xc5\x7a\x7f\x69\x6d\x97\xb6\xbf\xed\xa5\x5b\x7b\xf3\xcb\x7e\x50\x2c\xdf\xee\xef\xdd\x4f\x5f\x88\xdc\xa8\xa0\x57\x49\xf9\x16\x3b\x3e\xda\x25\xed\x7a\xdb\xcb\xf8\xee\x7d\x48\xa2\xf7\x47\x39\xa0\x2d\x69\xeb\x9d\x94\xee\x97\xb7\xa4\xdb\x62\x6f\x57\x77\xc7\x17\xe8\xd9\x28\x16\x45\xd2\x6e\xb1\x06\xcd\xf6\xbe\x10\x47\xa1\x0b\x61\x73\xe3\xb1\x18\x9f\xa6\xbf\xf6\xc2\x5b\x00\x92\xbf\x76\x9d\x14\x3b\x18\xcb\xcb\x6e\xbd\x10\x35\xa9\xe0\x62\x16\xf6\xd9\x29\xe6\x90\xcf\x90\x16\x6f\x17\x58\x22\xfb\x4c\x49\xef\xaa\x89\x83\x8e\x4e\xc7\xe3\xde\xf8\xd2\x4a\x6f\x2b\x7d\x21\x72\xa3\xb9\xb7\x93\x70\xd3\xab\x73\x63\x62\x6e\x7b\xf5\x42\x9c\x4e\xe9\x6d\xaf\x5e\xe8\x9d\x05\xb2\xdf\xb6\xd6\xb5\x75\x3a\x09\xae\x2d\x20\xa3\x32\x92\xae\xad\xfd\x61\xe6\x4f\x87\xed\xb1\xd2\x17\xa2\xdb\xa9\xc7\x3a\xdf\xe5\x56\xb6\x73\x97\xd6\xa5\xf5\x9f\x7f\xf4\x70\x88\x1e\xfb\xfe\x42\xa4\xad\x7d\xec\xfb\x43\xdf\x0b\x4d\x7b\xec\xfb\x0b\xef\x8f\xd1\xf7\xc7\xc5\xf0\x42\x9c\x9d\x51\x7b\xa6\xa4\xdb\x62\x6f\x73\x0f\xd7\x33\xf0\xd2\x02\x5a\x91\xf6\x0e\x9b\xbf\x76\x9c\xbb\xa4\xd3\x62\x09\xad\x4a\x7b\xa7\x2f\xe9\xe8\x71\x36\x49\x4c\xdf\x79\xec\xd0\x42\xda\xdb\x85\xb2\x17\x48\x29\x69\x58\xcc\x1a\xa6\xb4\xf9\xfe\x1a\xe3\x71\x9c\x8c\xee\xe1\x5e\x3b\x8f\xb7\xf7\x87\x7b\x0d\x88\x93\xb5\x7b\xb8\xd7\x8e\xea\x50\x9e\x07\xb4\x2e\xad\xbf\x0b\x35\x68\x5b\xb5\x1d\x75\x59\x4c\xda\x2d\xed\x66\x05\x5a\xc1\x03\xa9\xd9\xd3\x4a\x17\x9a\x3d\x7d\x21\x0a\x33\x7f\x34\x7b\xfa\x42\xa4\xed\x68\xd6\xd9\x9d\x79\xd6\xd1\xd1\x1d\xb7\x17\x62\x6b\x14\xeb\xf6\xa0\x3b\x46\x8d\xa1\xec\xb6\xed\x85\xe8\x76\x5e\xc6\x78\xb8\xe7\xcf\xce\x18\xb9\xe7\x81\xc8\xc2\x50\xba\xe7\x81\xb7\x98\x35\x38\x94\x2f\x44\xdf\x19\x0f\xd9\x00\xf0\x16\xa3\xf3\xf2\x81\x43\x06\xdd\xa8\x40\x36\x00\xc4\x16\xb4\x43\x36\x70\xc8\x79\x4f\x38\xd9\x21\xe7\x05\x22\xd9\xf2\x87\x9c\xf7\x08\x78\xfb\x19\x0c\x5b\xd8\x85\x17\x22\x8b\x24\x7b\x10\xf6\xc0\x0a\xec\x41\xb8\xaf\xc2\x76\xd8\xdc\x70\x5f\x59\xa7\xad\xcd\xc3\x62\xf4\x20\x9d\xf9\x64\x97\x26\xed\x48\xa7\x2a\xed\x68\x52\x69\x7e\x9f\xde\x6c\x3f\xc6\x23\x9d\xe5\x8b\x5e\xd5\x8d\xa1\x94\xf7\x00\x3d\x76\x2a\xbd\xec\xd5\x75\x59\x8c\x1a\x2e\xdb\xfb\x42\x24\x8c\xf7\xb8\x1c\xf0\x8b\x4a\xab\x3d\xbd\xac\xf4\x85\x48\x58\xe5\x71\x7d\x95\x3e\x90\xa8\x60\x38\xe0\x2f\x44\xc2\xb1\x8f\xe1\x80\x8f\xf4\xc7\xa8\x60\x38\x6c\x2f\x74\x19\xd9\x31\x6c\xc6\x64\xc0\xab\xb3\x2c\x5b\x04\x62\xdf\x13\x39\xff\x37\xe1\xfc\xff\x27\xaf\xe3\x90\x6b\x1e\x4a\xc2\xea\x16\x53\x12\x02\x3d\x42\x92\xe3\x20\xe7\xa8\xf0\xe0\x53\xce\x71\x9e\x8f\xb4\xb7\x51\x67\x95\xf6\x42\x14\x46\xfa\xac\x74\xe7\xec\x30\x98\xb6\xbd\x0b\xf4\xec\x1f\x4d\xbe\x7c\x42\xda\x25\x31\xbd\x8d\x86\x9c\x4a\x42\x20\x62\xe3\xd7\x94\x84\x67\x6f\x16\xa3\xd2\xde\xa5\x75\x16\x8b\xa4\x90\x44\x7b\xdb\x49\x7b\x5d\xdb\x67\x14\x69\x01\xcd\x5a\x5f\xe8\xe9\xa7\x8a\xb8\x33\x98\xcb\x06\xb3\x3e\x5d\x7b\x40\xcf\x6e\x31\xe6\xf2\x4c\x7f\xad\x51\x43\xfa\x6b\x2f\x44\x6e\x0d\x92\xbf\xf6\x42\x57\x50\x9d\x2e\xda\x33\xa7\x5f\xd2\xfb\x5c\xd2\x5e\x1d\x65\x83\x9b\x9c\x2e\xda\xf3\x72\xdc\x3a\x9f\x5e\x8e\xdb\x0b\x51\x4e\x49\xd6\xf9\x42\xec\x30\xb5\xf3\xb2\xce\x17\x7a\x26\xbf\x7f\x59\xa7\xd2\xb7\x75\x8b\x39\x94\x48\xdf\x74\x5e\xdc\x01\x40\x6c\xce\xa8\x3b\xe0\xbc\xc2\x2f\x99\x97\x2b\xa5\xbd\xcb\x6c\x73\x96\x2f\xd6\xd1\x39\xbf\x0a\xf8\x74\x5a\xc1\x84\x6b\xee\xd4\x39\xad\x60\xc1\xd1\xbb\x43\xb4\x6c\xee\x62\x88\x50\xbc\xce\x65\x73\x17\xbf\xd6\xd9\x3c\xe7\xf2\xd7\x5e\x88\xc6\xe6\x39\xd7\xf7\x6b\x2c\x06\xd9\xe6\xb9\x6c\xef\x0b\xd1\xd0\x77\xce\xe5\x62\x58\x61\x31\xa6\x6a\xd9\x85\x17\xe2\x0c\x7f\xcd\x2e\xbc\x10\x25\x6d\xc7\x90\x34\xfd\x72\x87\xe6\x54\xbd\x10\x67\x5a\x81\x53\x75\xa7\xc5\x18\xf1\xdb\x5f\xbb\x61\x74\xfe\xda\xed\xaf\xdd\xac\xac\x7e\xd0\xf9\xfb\xfb\xf4\xe5\x12\x3b\x1b\xfb\xbc\x5d\x59\xcf\x66\x31\x68\x8f\x13\xff\x20\x91\xdd\x1c\xea\x14\xa7\x5b\xb2\xb3\xc4\xab\x5b\xb2\x56\x3f\xad\x6f\x43\xaa\xfb\x0f\x88\x84\xd1\xd5\xba\x4b\x42\x28\xa1\x67\x54\xc5\x2a\x50\xb6\xde\x2d\x76\x4a\x53\x11\xdd\x21\x55\x49\x76\xa1\x4b\xbb\xa5\xdd\xb4\xcd\x2f\xe9\x42\x6d\x70\x15\x55\xb6\xaa\xc0\x04\xa2\xd5\x06\x89\xb9\xaa\xee\xd2\x1e\xef\x58\x56\x77\x69\x0d\xe6\x54\xf5\xa6\x2a\x5b\x80\x08\xa4\x74\x8d\x90\x74\x59\x2c\xa1\x0d\x69\x03\x3d\x91\x6e\x05\x8c\xb9\xba\x4b\x83\x09\xac\xee\x52\x20\x9a\xbf\xe6\x2e\xad\x59\x2d\x46\x43\xd2\xf6\x26\xe7\x81\x4d\x92\xed\x48\x24\x77\xd8\xd5\xb4\x21\x2f\x44\xa4\xc5\x58\x5b\xf5\xb2\x52\x94\xa0\xea\x36\x05\x7a\xef\xb4\xcd\x6d\x5a\x87\xc5\x9c\xc0\x61\xb1\x17\x7a\xa0\x76\xd6\x61\x31\xe7\x39\x18\xb8\xe6\x3c\xb7\x93\x05\x97\xd4\xd0\xce\x4b\xda\xf5\xf3\x8f\xdc\xd0\x2a\xda\xc9\x80\x34\x27\x35\xf9\xb9\xe6\xa4\x02\xd1\x51\x17\x9a\x93\xda\x1a\xdd\xca\xfa\x36\xa4\xb5\x90\x16\xfc\x5a\x40\xa2\x5b\xcd\xd9\x4a\xfa\xd0\x9c\xad\xe6\xc0\x25\xd2\xb6\x39\x70\x40\x34\x98\x7b\x73\xe0\xda\x3b\x48\xe5\x3d\x97\x41\xf3\xe7\x5e\x78\xa5\x3a\x24\xbb\x00\xcb\x2b\x1b\x1a\x65\x93\xe5\x01\xd1\x58\x22\xcd\xb1\x6c\xaf\x94\x2b\x65\x43\xf2\x35\xe5\x18\x10\x27\x8c\xbc\x4d\x7b\xff\x42\x79\x65\x05\xb4\x29\x6d\xa2\x3d\xd2\x8e\xb9\x24\x2d\x8b\x49\xbb\xa5\xbd\xfc\x3e\x10\x01\x6d\xb2\xa4\xdb\xb2\x6d\x68\x72\x6d\xd9\xb6\x17\xa2\x23\x50\xda\xb2\x6d\xeb\xab\xb4\x43\xb3\xd2\x45\xa5\x9b\xc5\xac\x14\x26\x12\x9c\x7c\x9a\x4c\xa4\xdd\x56\xd0\xfb\xaf\x0b\xef\xe6\xf1\x06\x88\x03\xf9\xd8\x3c\xde\xb4\xbb\xf3\x2b\x6c\x82\x76\x3b\x97\x2f\x44\x83\xc7\xb4\xdb\xc1\xbf\xed\x34\xca\x54\xbb\xbf\x06\xdc\xef\x94\xb3\x67\x9b\xac\xa8\xbd\x67\x95\x52\x36\x8e\xa7\xed\x71\x01\xbd\x90\x1b\x6a\x69\x7b\x5c\x40\x2c\xd1\xb2\xd1\x9d\xee\x12\x05\x5e\x16\x02\xa9\x48\xe2\xd7\xca\x66\xb1\x53\x1a\xbf\x16\x16\xab\x92\xc2\x62\x09\x2d\xa5\xb1\x58\x58\x8e\xdd\xf5\x0e\x94\x52\x50\x9d\xba\x0b\x1e\xc8\x0d\x1d\xb4\x7b\xac\x00\x7a\xff\x9a\xb6\x24\xdd\x7e\x69\xa5\x8f\xb4\x87\x5e\x51\xa7\xba\x4c\xe7\x58\x51\x0a\xab\xb1\x7b\xac\x00\x62\x83\x39\x75\x8f\x15\xbd\xb2\x1a\x0b\xab\xb1\x57\xdb\x56\xd9\x8b\x4c\x42\xaf\x36\xed\x85\x77\xc7\x41\xb2\x69\x2f\xa4\x0b\xaf\x57\x9b\x06\x7f\x2d\x65\xb7\xd8\x2d\x8d\x79\xe9\xfe\xbe\xad\x7d\xe1\x2d\x46\xd3\x9a\xcd\x7d\x21\x5d\x9f\xbd\x39\xe0\xb0\xe1\x52\xd0\x68\xbb\x6c\x18\xc8\x38\xa9\x54\x36\xdc\xbb\x3d\x80\x9b\x74\x4f\x1a\x40\x6e\x88\x83\xee\x49\xa3\x63\x5d\x28\xa5\x4a\xb3\xbd\x2f\xa4\x06\x9d\xee\xa9\x02\x78\x8b\xd1\x5e\xd9\x04\xf0\xd2\xa8\xd5\x73\x05\x90\x1b\x82\xba\xab\x8d\x01\xb9\xc1\x9b\xba\xda\x58\x0f\xbb\xe0\xb8\x79\xfa\x00\x72\x43\x76\x77\x25\x04\xf0\x16\xf3\xd7\x9c\x98\x80\x85\xa1\xf2\x74\x0f\x24\xc0\x5b\x8c\x69\xf6\x44\x02\xbc\x67\x33\x48\xf6\x34\xec\x69\x63\xfe\x3c\x91\x00\x3d\xd2\x2f\xed\xe9\x0b\x29\xb3\xee\x6a\x85\xfd\x95\x2d\xef\x97\xd0\x14\x2e\x40\x6e\xb0\xcd\xae\x0a\xd8\xd3\xe6\x36\xda\xa6\x20\x01\xa2\x21\x5b\xba\x2c\xb2\xa7\xed\xf8\x3e\xb5\x1d\xe9\x88\xd3\x79\x35\xc5\x7e\x59\x29\x5b\xb2\x2b\x5c\x80\xdc\x92\x2f\xd5\x01\xfb\xe5\x7a\x76\x8d\xab\xdd\x01\xa1\xb5\xa5\x5f\xb6\x63\xf8\x6b\x6e\x22\x65\x10\x90\x32\xb5\x3e\xfc\xb5\x17\x4a\x29\xf0\xef\x3e\xdc\xb9\x2f\xc4\x7e\x52\xc1\x70\xae\x86\xbb\x14\x65\xb4\x7b\x72\x01\xd2\xf3\x45\x1f\x6e\x85\xe1\xa2\x71\x78\x87\x63\x39\xd8\x92\xe8\x85\x7d\xba\x8e\x5e\x88\x66\x9d\xd3\x65\xf4\x42\x29\x3b\x5a\x4a\x9f\xae\xa3\xc9\x3a\x42\x8d\xed\xd3\x1e\x28\x33\xf6\xcd\x4f\x9d\xf9\xe9\x2e\x95\x64\xd3\xa6\x0c\x84\x79\x51\x64\x00\xd1\xaa\xbf\xef\x1c\x4c\x5a\xbb\x73\x8a\xed\xca\x07\x20\x52\x2e\xb0\x6c\xed\xb2\x69\x72\x0b\xe5\x03\x90\x9b\x13\xaf\xfe\x0b\x64\xb8\x71\xd5\x7f\x81\xf7\x4b\x46\x4d\xfd\x17\xc8\x70\xf6\xd4\x7f\xfb\xb2\x53\xc5\x4f\xed\x14\x5a\xec\xdf\x7e\xcd\x4e\x61\x6a\x2a\x3b\xba\x52\xf7\x40\x07\xa4\x8c\xbd\x6b\x6a\x02\x7a\xa2\x17\x75\x4d\x4d\x40\x29\xfb\x29\xcd\x0a\x5e\x78\x15\x2b\x48\x5f\x05\x8e\x07\x82\x30\xe4\xff\x40\x74\xd6\x64\xc8\xff\x81\xe8\x6c\xc8\xd0\xac\x14\x8a\x84\x9d\xd1\x0d\x45\x02\x10\xf5\xfb\xb2\x4a\xaa\x16\x93\xd6\xa4\x35\x8a\xf9\x6b\x74\x2a\x64\x3d\x3b\xcc\x22\x64\x3d\xc1\x69\xba\x1c\xd8\x4c\xc2\xd3\x34\x90\x1b\x4b\x26\x5c\x93\xa1\xb2\x70\xa0\x3e\x85\x33\x0f\xbc\x4d\x84\xc4\xcc\xc7\xa2\xbd\xda\x95\xc2\xc9\x02\xe2\x55\xbc\x7e\x55\x6e\x87\x53\x19\x9c\x5b\x8a\xba\x4f\x78\x6e\x01\xc2\xd1\x0f\xcf\x2d\xb1\x6e\x8b\xd1\x9d\xf5\x48\x63\x53\xa0\x5c\xc5\x6d\x0f\x6f\x16\xcb\x69\x77\xb4\x55\x02\xb9\x21\x69\xe3\x76\xbc\xb0\x4b\x16\x0d\x9f\xe1\x19\x22\xb4\x4b\x22\x69\x43\xbb\x24\xd0\x3d\xa3\x84\x12\x3f\xb0\x11\x94\xb3\x58\xec\xfb\xb5\x86\x58\xa5\x69\x2e\xa9\x70\x15\x9c\x1c\xb3\xd2\x55\x90\x0a\x69\xcd\x86\xa9\x90\x06\xa2\xa0\x96\xa5\x42\x1a\xc8\x8d\xb3\x5d\x2a\xa4\x81\x52\x4e\x2c\xf9\x79\xde\xd2\x90\x84\x9b\x5f\x3e\x92\x1e\x8b\x51\xa9\x82\x1b\xc8\x8d\x83\x6d\x7a\x08\x4a\x34\xe1\x72\xc2\xab\x53\x4d\x18\x88\xda\x2d\x56\x25\x4d\x8b\x49\xb3\x21\x2f\x44\x2b\x92\x6c\x47\xb5\xa7\x88\xb8\x54\x24\x03\xb9\x31\xba\xa9\x44\xce\xe6\xaf\xb1\x6a\xb3\xf9\x6b\x0d\x31\x62\xdb\x9a\xbf\x86\x81\xa4\x9c\x70\xd7\xd4\x40\x02\xc4\xc9\xfc\xa5\x06\x92\xc4\xd0\x57\x4e\x84\x41\x6a\xe8\x03\x7a\xb0\x55\x52\x89\x9c\xee\x81\x13\xdd\x23\xdd\x03\x19\xce\x02\x2c\x3d\x95\x71\x40\xc4\x47\xf2\xd7\xd4\xd2\x4f\x96\x65\x2a\x82\x80\x9e\x0e\xb9\x5a\x7a\x62\x61\x2b\xd5\xc6\x29\x82\x80\x9e\x4e\xb3\x16\xb6\xc4\xc2\x56\x2a\x4c\x32\xb5\x2f\x00\x71\xb2\xde\x52\x09\x04\xbc\xc5\xe8\xbd\x22\x08\x88\x52\x25\xd9\x8e\xeb\xb6\x58\x40\xfb\x6a\x78\x50\x31\x99\x7a\xcd\x69\xe9\x6e\xaf\x9c\xc4\xd3\xdd\x0e\x44\x43\x8e\xa4\xbb\x3d\x87\x5d\x38\x2c\x66\x17\x06\xd6\x50\x24\x50\x2a\x81\x80\x77\x58\x5e\x92\x12\x08\xc8\x8d\xd3\x74\x2a\x81\x72\x1e\xfe\x18\xcd\x9d\xae\xad\x09\x4f\xb0\xb5\x5a\x43\x80\xd8\x6d\xad\xd6\x10\x20\xb7\x8d\x11\x9a\x0e\xc7\x74\x38\x5c\xf6\xde\x7f\x00\xef\x4c\x40\x72\x38\x3c\xb4\x54\x97\xbd\x87\x16\xa0\x6b\xf5\x4d\x85\x52\x7a\x68\xa9\x58\x87\xd2\x43\x0b\x10\x81\xde\x95\x0a\xa5\x5c\x5f\xa5\xd2\xac\xf4\x85\xd8\x9c\x2a\x6d\x26\xb9\x58\x46\xea\xf4\xa9\x6c\x01\xa2\x6e\x92\x5c\x46\x1e\x1a\x2a\x07\xd6\x94\x85\x00\x71\xc8\x1a\x3c\x34\xa4\xec\xa2\xb2\x50\x2f\xd9\x05\xf0\xaa\x67\xd2\x8a\xb4\x02\x7b\x95\x44\x7b\xaf\x1a\x16\x7b\x7f\xee\xaa\x29\x2d\xdf\xb1\xac\x92\x2e\x49\x1a\x4d\x77\x48\x43\x12\x9b\xa8\x21\x58\x2f\xd5\x70\x20\x36\x66\xf9\x72\xcf\x5f\xaa\xe1\x6e\xfa\xcb\x4d\x0f\xf4\xc4\x68\x72\xb9\xe7\x2f\xee\x33\x4b\xe3\x84\x70\x69\xb6\x07\x22\xd0\xcf\x2e\x75\xe9\xcb\x2d\xd9\x60\x3e\x97\x5b\xf2\xba\x0f\x69\x94\xf3\xce\x09\x08\xa5\xd7\x25\x1f\xbf\x1c\xa4\x4e\xb1\xe1\x20\x0d\x65\x66\x47\x63\x1d\xca\x4c\xa0\x27\x7a\xdc\x50\x66\x0e\x8f\x51\xbd\xfb\x69\x4a\x7b\x07\x49\x6b\xd3\xf0\x18\x35\x54\xfe\x35\xd5\x8c\xfe\xd1\x5e\xf9\xa8\xde\x32\x54\xfe\x87\x7d\x08\x76\xf8\xb0\x0f\x23\x18\x4c\x8d\x9b\x43\x1e\x02\xc4\x8e\x18\x1b\x6a\xce\x43\x7e\x11\x30\xd5\x21\xbf\x00\x72\x87\x5b\x0e\xf9\xc5\x50\xef\x0c\x54\xe7\xa1\xde\x09\xe4\x0e\xa7\x19\xea\x9d\x63\xd0\x2d\x19\xd7\x18\x76\x6b\xd0\x2d\x4e\x82\xc3\x4d\x3f\xdc\xe1\x2a\x99\xc3\x1d\x0e\xa4\x16\x9d\xe1\x0e\x1f\x13\x26\x15\x59\x7e\x5d\x78\x0f\x37\x2d\x90\xea\x7e\xc3\x4d\x3b\xdc\xb4\x1a\x81\x86\x9b\x16\x48\x35\xb8\xe1\xa6\x05\xa2\x6c\x92\x6c\xa6\xfa\x84\xc7\x8a\xa1\x3e\x01\xe4\x0e\x43\x1c\x2a\x0c\x43\xab\x82\xf6\xff\xe1\x36\x03\x52\xdd\x6f\x68\x55\x18\x6a\x02\xde\xc8\x0d\x57\x10\x90\xfb\x47\xb2\x07\x37\xfb\x38\x61\x92\x43\xdb\x24\x10\x1d\x1e\x36\x6e\x2b\xb8\x1f\x8b\x51\xe9\xe3\x94\xbf\x10\x0a\x92\xa1\x69\x72\xb8\x44\x93\x55\x30\x5d\xa2\xd3\x25\x9a\x2c\xdb\xe9\x12\x05\x72\x47\x0f\x9b\x2e\xd1\xe9\x41\x5c\xc3\xd3\x54\xa0\x03\x51\x8f\x77\x28\xa7\xf2\x7c\x7a\x10\x4f\x4c\xed\xd3\x83\x38\x10\x5a\xa5\xa7\x07\xf1\xe9\xde\xf6\x0e\x7b\xba\xb7\x81\xd8\x51\x9a\xa7\x7b\x7b\xba\x92\x93\x33\xeb\x74\x25\x4f\x04\xe4\xae\xbe\x34\x15\x90\x40\xa8\xcd\x4c\x17\x37\x50\x76\xf5\x94\xe9\xea\x06\xe2\x44\x11\x9a\x9e\x0b\x81\x38\xaa\x24\x7b\xf5\x42\x9c\x6c\xb2\xe9\x1d\x39\xf0\xfe\x18\xcd\xf5\x92\x1c\x88\x06\xaf\x9b\x5a\x2b\x81\x28\xe8\xf3\xd3\x03\xe5\x44\x4e\xef\x1b\xfa\xd8\x54\x4e\x03\x3d\xbe\x1f\xbb\x24\x5d\x68\x72\x7e\x69\x9f\xb0\x4c\xee\x1b\xe6\x85\xa9\x35\x0d\x88\x8d\x03\xda\xf4\xf0\x08\x44\xa0\x69\x4c\x0f\x8f\x40\xb4\x90\xe4\xec\x21\xe0\xf7\x0d\xb3\xc1\x54\xc0\x4f\xaf\xd0\xd8\x08\x53\x01\x0f\x74\x0f\x24\x53\xf9\x3e\xdf\xcd\xf7\x7e\xc9\x92\x51\xb0\x4e\x05\x2b\x07\x81\xa9\x60\x9d\xcb\xd6\xa2\x07\x4c\x45\x15\x10\xbb\x93\xe7\xf9\x09\xe8\x9d\x63\xdc\x74\x0b\x01\x65\xd7\x48\x35\xdd\x43\x40\xee\x9b\x24\x5b\xbb\x1c\x48\x54\xc0\xa9\x90\x03\x42\xad\x65\x7a\xa4\x9a\xcf\x57\x8c\x5e\x79\x32\x02\x7a\x56\x49\x5f\xb1\x77\x61\xed\xda\xad\x96\x1b\x61\xbd\xba\x5b\xd9\x35\x35\x2d\xef\x7f\x81\xdc\x60\x91\xcb\x8b\x2e\xa0\xec\xce\xf2\xf2\xa6\x0b\xe8\x81\x9a\xbc\x7a\x93\x74\x59\xac\x41\x1b\xd2\xb0\x2b\x61\xb9\x5e\x6a\x85\xab\xdb\x10\x8c\x37\xcb\x15\xbe\x30\x90\xec\xda\x08\x96\x06\x12\x20\x0b\xba\xdd\xd2\x40\xb2\xc2\x4f\xd9\xe0\xcb\xb5\x0b\xf4\x84\x2f\x2f\xd7\xee\x82\xa5\xef\x05\xab\xec\x92\xa5\x03\xb9\xc1\xc9\x96\x2c\x7d\xc1\xab\x77\xcf\xe6\x4b\x5e\x0d\xa4\xd2\x76\xc9\xab\xd7\xcd\x3c\xef\xf6\x41\x3b\x26\x90\x05\x3d\x79\xe9\xa5\x01\x94\x7d\x6f\x16\x73\xe0\x10\x99\xc1\x86\x5c\x32\xbc\xf5\x32\xb9\xb7\x18\x0d\xb9\xbb\x34\x4f\xbb\x8c\x9b\x46\xd1\xf5\x58\xcc\x41\xf2\x04\x03\x64\xb1\xb9\xcf\x57\x8c\x9e\xee\x1c\xf8\xd6\x63\x4f\x5f\xc8\x82\x0e\x78\x3b\xcf\x37\x07\xd4\x7d\xc7\x0e\x7e\x7b\x40\x05\xb2\xa0\xdd\xdd\x1e\x50\xef\xfa\x15\x7b\xbb\x70\x57\x8b\x55\x8b\x9d\x90\xbe\x62\x4c\x96\x7e\x3c\xb7\xdc\x0d\x88\xfd\x94\x94\x92\xd2\x62\x7e\x7a\x49\x7b\x95\xdd\xde\x24\xb1\x42\xee\xf6\xfd\xda\x3b\x96\xb7\xe6\x7d\x20\x0a\x63\x74\x6b\xde\xbf\x1b\x3d\x3d\x98\x85\xdb\xa3\x09\x10\x3a\x31\xdd\xed\x91\xc4\xde\x3d\xd8\xbb\x77\xb7\xf7\x2f\xa4\x76\xdd\xdb\x03\xcc\xed\x1a\x3c\xd0\xb0\x6f\xd7\x20\x10\xc9\x2c\xdc\x1a\x01\xef\x64\x45\x1f\x68\x9e\xb7\x4c\x0a\x88\x6a\x73\x73\x4a\xf2\xd7\x58\xbd\xb7\x8b\x0b\x88\x33\x7e\xc3\xb1\xfb\xbe\xac\xff\x3a\xfc\x15\xba\x23\x5f\x03\x22\x50\x9a\x6f\xf9\xda\x8d\x9d\x6c\x3f\x60\xd6\xb7\x4c\xec\x96\x89\x9d\x7e\xe9\x10\x5e\xc3\x62\x7e\x6a\x3b\x2f\x2c\x06\x87\xc5\x96\x24\x87\x35\xa4\x39\xac\x97\x5b\x85\xc5\xe2\x59\xe6\x1e\xd3\x62\x0c\xc4\xf0\xd3\x81\xa9\x0f\xd1\x72\xab\xc2\x00\x29\xb3\xbe\x55\x61\xee\x09\x8b\xf1\xf8\x7f\x6b\xed\x02\x22\x1c\x55\x4f\x24\xc0\x5b\x8c\xd1\xf7\x48\x02\xf4\xfe\x15\x73\x35\xce\x69\x31\x9a\xab\xd1\x03\xe8\x1d\xcd\xf7\xf6\xac\x01\xe4\xc6\x49\xf1\xf6\xac\x71\x2f\xd6\xb6\x77\x2b\xb7\x0c\x16\xe8\x89\x24\xbc\xb5\x73\x00\xa1\x9e\x7e\x7b\xd4\xb8\x6f\x46\x52\x51\x7b\xab\x7c\x00\xa1\x05\xf6\xd6\xd7\xea\x96\xbf\x7a\xd4\x7f\xdc\x77\x4f\x85\x75\x78\xef\xf3\x78\xbb\x09\xc4\x81\xd1\xfb\xf1\x76\x13\xe8\xc1\x56\x7c\x3c\xfd\x03\xa9\x3f\xe1\xe3\xe9\x1f\xe8\x89\x51\xfd\x71\x73\x02\x3d\x39\x3b\x3e\x6e\xce\xa7\x3a\x42\xdd\xdf\x5f\xd2\x5e\x25\x60\x47\x41\x79\x3c\x2e\x3c\x8d\xc5\x76\xb2\x3c\x9e\x66\x9d\x0d\x8b\x03\x0c\xec\xd1\xb3\xe8\x71\x9f\x9c\xd8\x2a\x1f\xf7\xc9\x83\xcd\x7b\x77\x07\x3c\xda\xbc\x81\xdc\x37\x49\x36\x44\x96\x5e\x19\xb6\x47\x96\x0e\x44\x7c\x24\xf6\xf5\x93\xa7\xc5\xde\xf5\xf1\xe8\x24\x03\x64\xa0\x64\x3d\xde\xda\x01\x65\xf7\x48\xfc\x78\x6d\x07\x74\x6f\x1e\x1f\xad\xd4\x8f\x1b\xb6\xa2\x55\x3c\x6e\x58\x20\x0e\xf6\xd0\xe3\x86\x05\xde\x62\xd6\xe0\x20\xe1\xe3\x50\xc3\x0a\x1c\x24\x2e\xfc\xf6\xca\x55\xf7\xe3\x85\x1f\x90\x81\x22\xf0\xa8\xa2\x3c\x6e\x8e\xca\x01\xea\x71\x73\x00\x51\x60\x43\x8f\x9b\xe3\xe1\x20\xbe\x57\xb8\xda\xe3\xb2\x07\xba\x77\xac\x8f\xab\x1e\x28\xbb\x86\x9f\xc7\x65\x0f\x64\x61\xd5\x3f\x2a\xf5\x8f\x3b\x41\x03\xe3\xe3\x4e\x00\xba\x6a\xed\xe3\x4e\x78\x96\xb3\x80\xc4\x7c\x5c\xd0\x40\x0f\x58\xfa\xa3\x5a\xf1\xb8\x78\xeb\xbb\xe7\x73\x63\xf1\xe6\xe6\xdc\xb7\x77\x63\xe5\x16\xd2\x1c\x38\x4c\xdc\xb9\x31\x70\x42\xe2\xd3\x9a\x1b\x03\x27\x04\x3e\x97\xb9\xc1\x0f\x73\xc3\xf4\xb1\xe3\xab\x90\x1b\x92\x55\xe8\x78\x0f\xe6\x86\xe9\x23\x37\x75\xaf\x7e\xe6\x4b\x9b\x56\x8a\x59\xfd\x78\x07\x29\x37\x74\x2f\x21\xcb\xc9\x97\x58\xd5\x73\x93\x83\xe0\x5c\x90\x1b\x63\x29\x64\x79\x8f\x76\xb9\x31\x94\xb9\x61\x25\xd8\x7b\xe5\xd3\x65\xa5\x8b\x9b\xf9\x9d\x1e\x70\x7c\x11\xb2\xd8\x8c\x65\x3f\x71\xb0\xdc\xf1\x55\xcd\xed\xfe\x68\xf6\x9d\xa6\xdd\xf6\xfd\xb6\x07\x49\x3b\x1e\x7b\xf0\x20\x81\xce\x06\xc9\x1e\x28\xe0\xb9\xf9\xcb\x0d\x01\x2f\x64\x39\xa8\x14\x01\x9f\x9b\x13\x13\x2f\xfb\x4c\xfd\x94\xdf\xea\xa4\x25\xb4\x5d\xda\xcb\x55\xb0\xa4\x64\x79\x8f\x37\x2f\xd0\xd3\x78\x8f\x34\x59\x30\x6e\x0a\x1d\xb3\x77\x16\x8c\x9b\xc2\x5b\xcc\x5f\x5b\xd2\xf4\xca\x3d\x20\xd1\xad\x82\xef\xc6\x1e\x0c\x52\xc1\x6c\x29\x24\xfe\x3e\x59\xaa\xed\xc0\x92\xb9\x23\xb1\xb2\xc0\xcb\x84\x9e\x21\xa9\x4a\x7a\x27\xe6\xa4\xa7\x05\x5e\x96\x05\xab\xc9\x1e\xaf\xf2\x9f\x05\x15\x42\xc8\xf2\x6e\xd3\x2c\x68\x10\x42\xd4\x9d\x8e\x56\x3b\x25\xcb\xc3\x3d\x22\x4b\xb5\x07\xb2\x3c\x3b\x5a\xed\x41\xb3\x07\xac\xe7\xd2\xec\x41\xb3\x07\x7c\xd9\xec\x41\xdb\x2d\x76\xfc\xaa\xe4\xce\xd2\x1c\xe9\x86\xd3\xe7\xcb\xd2\xb3\x34\xfb\xac\xba\x12\x07\x0d\x68\x5f\x03\xf4\xf3\x93\xc4\xae\x28\x9d\xcd\xce\x7d\x67\x96\xee\x40\x74\x6c\xd7\x8e\x2a\x2e\x64\x89\x17\x7a\xd9\xa3\x32\x95\xdd\x81\xf8\x1c\xac\x19\xc2\xee\x40\xa0\x6c\x1f\x41\x07\xbb\xb3\xdb\x59\xc7\x55\x92\x43\xe3\xbe\x0e\xdb\xe1\xbe\x2e\xe1\xb4\x55\x86\x35\xec\x42\xc0\x9b\xbe\x62\x4e\x9b\x27\xcc\x68\xfc\x5c\xf8\x73\xdc\x3c\xe6\x41\xd3\xc2\x8e\x7a\x76\x8c\xc6\xb0\xa6\x23\xcd\xd9\xf1\xd8\x69\x6e\x3a\xd2\xe9\x48\x77\x3e\x4d\x87\x92\xdb\xc8\x72\x30\x94\x69\x3b\x64\xfd\xd1\xd9\x02\xe9\x80\x24\xe7\x6b\x87\x0d\xd6\x9f\x45\xd6\x1f\x9d\xf5\x93\x0e\x08\xac\x1f\xc7\xa7\x2c\xe9\x80\x5c\x2e\x33\x76\x71\xb9\x5c\x66\x38\x8c\x71\x3b\x9b\xe5\x72\x74\x2f\x14\x55\x17\xe8\xe5\x8f\xbd\xf0\x6e\x34\x48\xfe\x98\x4c\x2d\x92\x1e\xc8\xd4\x80\xfc\xfa\x2e\x53\x03\xf2\x74\x19\x8f\xef\x4b\x26\x01\xf7\xb6\x2c\xc3\xc5\xc0\x8d\x22\x57\x0a\x59\x64\x7d\x45\xed\x09\x6f\xfb\x2c\xd3\x21\x9a\x0c\x91\x7d\x9f\x0e\x91\xc2\x20\xdd\xea\xd3\x79\x99\x9a\xf2\xe9\xc1\x74\x5e\x26\xac\x29\xdd\xc3\xcb\x1a\x16\x2e\x91\x29\xc9\xa9\xc2\x04\x8b\x19\x21\xcb\x72\xaa\x38\xd7\x36\x19\xc2\xb2\x19\xd8\x86\xf6\x84\xa1\x97\x65\x3b\x96\x5a\x0b\xab\x68\xb9\x64\xd4\xbb\x52\x86\xb0\x5c\xe1\x2f\xc4\x37\x92\xcb\x09\x55\x4e\xa5\x53\xb5\x9c\x51\x6c\xbc\xa7\x33\xb5\x9c\xa9\xa5\x07\x29\xa3\xb6\x1c\xef\xe5\x48\x7e\x34\x47\x72\x39\x92\x0c\xc7\x6d\x3f\x3d\xc5\xa5\xbb\xff\xb6\x57\x9c\xe2\x8e\xce\x10\xdd\xf6\x0a\x5f\xb9\x1d\xd7\xa5\x2c\xb7\x35\xbc\x90\xdf\xb6\xba\x9d\x51\x99\x7c\xba\x3e\x64\xf2\x40\x7c\x7c\x54\x26\x0f\x94\x3d\x9d\xab\xc7\x4a\x1f\xc3\x2c\x24\x59\xa9\x4c\x3e\x91\x53\x06\x72\xa4\x51\x10\x7b\x22\xa7\x8c\x82\xc8\x7d\xbc\x63\x79\x6c\xcc\xdf\xce\x0d\xb6\x10\xcd\x62\x83\xb1\xdc\xb1\xbe\x1f\x98\x17\x72\x77\xea\x81\xc0\xbf\x3a\x77\x34\x62\xa1\x1c\x9c\xf4\x73\x77\x35\x00\x89\xeb\x64\xee\xae\x86\x9d\x79\x3e\x38\x12\xe7\xee\x3c\x03\x19\x55\x52\x95\xf4\xb6\xf7\xe0\xd8\x99\xbb\xd3\x00\xc4\xd9\x20\x39\x0d\x40\xec\xaf\x3a\x92\x46\x41\xe4\xce\x19\xf6\x28\x2c\x5e\x62\x00\x3e\x08\xdc\x08\xd2\x48\x80\x3c\xb8\x4a\x3b\xd4\x33\x8e\x2a\x0d\x7f\xde\xbe\x1d\x90\x8a\xa4\x49\x31\x38\xd9\xa1\x30\x00\x62\x63\xc8\xf5\xac\xcf\xa3\xf9\x6b\x6c\xd3\xa3\xfb\x6b\x1d\x9f\x20\xe6\x14\x67\xf9\x17\x18\xf1\x12\xfc\x9a\xfc\x19\xe8\x18\x82\xf3\x90\x3f\xe3\xaa\x5e\x8e\x02\x1f\xd0\x57\x3d\x71\x1f\x7f\x69\xfc\x1c\x16\x3a\x21\xce\x62\x31\xdb\x86\x46\x75\xec\xd2\xf2\xa3\x71\xb2\xb2\x0b\x6a\x54\x07\x1e\xb2\xc7\x8e\x8c\xc1\x3b\xfc\x83\xc4\xfe\x94\xfa\x88\x0b\xe5\xd8\x11\x3b\x3a\x89\x0b\xb1\xfb\x6b\x1c\x0e\xf3\x18\x87\xc5\xde\x05\x77\x60\xb9\x16\x22\xd0\x20\x8e\x61\x05\xef\x7a\x2a\x07\xf7\xeb\x79\x8c\xef\x53\x2f\xbf\xe8\x15\x36\x93\xc4\xfb\xbb\x1c\xc4\x21\xa5\xee\xdf\x42\x6e\x08\x8f\x43\x96\x07\xbc\xc5\x18\xb8\x61\x4f\x07\x8a\x86\xc3\x3b\xec\x29\xfa\xef\xb1\xb3\x06\x0f\x95\x36\x20\xf0\xd2\xc8\x63\xda\x2b\x9c\x1c\x0e\x0e\x35\x79\xb8\xa2\x81\x38\x8e\x5f\x3f\x73\xe7\xe1\x7a\x3f\x96\xe3\xd5\xe8\x8e\xac\x08\xc8\xad\x32\x36\x72\xa2\x63\xd9\x43\xb6\xcf\xa1\xd2\x08\xf4\xb0\x37\x2a\x8d\x40\xc7\xba\x91\x87\x4a\xe3\x81\xdb\xdc\x81\x89\x37\x0f\x17\x3c\xd0\x65\x0a\x87\x9c\xe8\xb8\x9d\x10\x74\xa4\xe3\x76\x42\x30\x1e\x11\x30\x94\xc7\xed\x84\x78\x6f\xce\xbe\x3b\x6e\x87\xe6\x0e\xbf\xa4\xb9\xb7\x13\x72\x63\x24\xfc\x2a\xb8\x24\xd9\x83\xf0\x53\x7b\x80\x51\x1d\xcf\xf7\x3c\x6e\x7b\xc0\xb9\x16\x53\x62\x1e\xf7\xd7\x83\x85\x17\xa1\x1d\x70\x8a\x6e\xc7\x3e\xa4\x39\xf6\x2f\xc4\xde\xe8\x80\x0c\x11\x28\xc7\x8e\x6c\x39\xe4\x88\x40\xa8\xce\x1e\x32\xc4\xe3\xb1\xef\x6e\x9e\xc7\xbe\x73\x21\xb7\xb9\x15\x1f\xfb\xfe\x60\x70\xb4\xef\x8f\x7d\xc7\xff\xe3\xd8\xd3\x4a\xed\xe8\x0b\x3d\x6c\xee\x63\x3f\x65\x30\xdc\xfa\xe4\x21\x83\x01\x42\x66\x62\xc0\x40\x9e\xdc\x0a\x1c\xc7\x26\xed\x94\x46\x3b\xaa\xa4\x2a\x69\x5a\xec\x84\xb6\xa4\x2d\x4e\x28\x92\x6e\x49\x30\x98\xa3\xbc\x3d\x35\xfc\x40\xe8\xbd\x49\x2a\x92\x50\x8b\xd8\x9c\xa7\x2a\x34\xd0\x93\x55\x74\x62\x20\x10\x02\xfb\x4e\x9e\x2a\xd5\xc0\xfb\xfb\x16\xb3\x69\x15\x8f\x76\xa4\xf4\xa9\x56\x7d\x62\xab\x3b\xb0\xae\xe5\x89\xad\x4e\xc8\x8d\x9d\x73\xaa\x68\x9f\xf5\xb2\x98\x35\x0c\x69\x9e\x8a\xfc\x72\x4a\x9a\x70\x48\x86\x43\xde\x0a\xe4\xf6\xf5\xc9\xae\xe3\x7f\x70\x10\x86\x97\x27\x77\x91\x42\xe0\xe0\x90\x67\x73\x34\x9a\xe3\x8d\x34\x3b\x55\x9b\x81\xdc\xe0\x2e\x67\xb3\x53\x78\x09\x1e\x07\xdc\xfb\x6c\xf6\x0a\x67\xed\x03\x5e\x75\xe2\x25\x98\x27\x0a\xf7\x71\xd8\x5c\x15\xee\x53\xfb\x60\xb5\x52\xdb\x41\x10\xd4\x71\x20\xdf\x8d\xed\x10\x02\xa3\x72\x12\xe7\xf1\xc1\x5b\x8c\x5f\xeb\xb6\xad\xd3\x36\x74\x5f\xc3\x3d\x84\xb7\x18\x0d\x51\x3c\x9c\xaa\xef\xe1\x97\xb6\xad\x3b\x09\x68\xb5\x86\x80\x08\x89\xf7\x6f\x9e\xdd\x49\x40\xcb\x3f\x0e\xf4\xc4\x53\x2d\x1f\x08\xac\x39\x79\xaa\xe5\x1b\x3c\x72\x1c\x6c\x0e\x83\x47\x84\xe8\x6c\x04\x02\x49\x3e\x88\x9d\xad\x6c\x38\x89\x10\xd5\x65\x14\x76\x14\x7f\xf6\xe3\x38\xfd\xd2\xe6\xe2\xcf\x8e\x71\x3b\xcf\xb0\xb5\x18\x6e\x30\xa8\xe7\x19\xb6\x16\xe3\xc8\x71\xf8\x6b\x97\x75\xbe\xd0\x3b\x87\x33\x03\x40\xf2\xe4\xde\xf4\x38\x50\xf2\xcf\x61\xa5\x03\x7b\x17\xb2\xf7\x54\xfa\x00\xe5\x38\xac\x41\xf1\x03\x44\x75\x85\xab\xed\x9c\xc3\xbe\xc3\x79\x4e\xd5\x66\x20\x76\xf4\xd0\x53\xb5\x19\xe8\xdd\xa6\x69\x31\x38\xf1\xa0\x3a\x0e\xd4\x98\x73\xba\x9c\x5f\x48\x62\x0b\xf3\x54\x6b\x26\x3e\xa3\x1c\xf8\x80\xa4\x01\x1a\x42\x84\x5b\x48\x3d\xf4\x5c\xec\xee\xd3\xb5\xab\x6a\x03\xf4\x48\x8a\xc9\xe9\x0d\x82\x38\x3c\x19\x1a\x04\x91\xd5\x15\x78\x22\xb6\xab\x2b\x10\x08\x3c\x5b\xb2\xba\x02\x0d\x3e\x38\x2a\xc6\x11\x83\x0f\xb2\x12\xf2\x7a\x54\x36\x56\x75\x02\x81\x20\xba\x28\xab\x07\xb7\xca\xf5\xc7\x81\x49\x2d\xab\xfa\x43\x35\xc6\x0c\x56\x5c\xb5\xc8\x00\xa9\x7c\xa9\x97\x15\x38\x59\x78\x5a\xa4\x0e\xfe\x42\x0f\xf4\xba\xea\x64\x55\x8e\x3d\x47\x6d\xb4\xcd\x63\x0f\x10\x5a\x3d\xaa\x3a\x40\x55\x44\x57\xf8\x51\x55\x44\x03\x89\x55\x3a\xab\x32\x18\x28\x47\xcd\xdf\x70\xe0\xae\xea\xa4\x40\xaa\x82\x55\x4f\x28\x40\x1e\x21\xc9\x96\xab\xb9\x56\xdb\xa4\xe6\x0a\x44\xab\x92\x58\x66\xf5\xfe\xea\x7f\x27\xae\x3a\x71\x40\x1e\x21\xc9\x0a\xb8\xb8\x39\x9a\x13\xc2\xc5\x8d\x10\xc5\x71\xe0\xe2\x26\xab\x42\xaf\xc1\xf7\xab\x42\xaf\x1a\x1e\xd3\x1a\x24\x7f\xed\x61\x9d\xb5\x9d\x61\x7d\xbe\x4f\x03\x67\x15\x06\x9f\x7b\xbc\xac\x8a\xae\xe6\x02\x52\x74\x55\x75\x63\x56\xad\x01\x17\x49\xa4\x44\x39\x1a\x5c\xad\xc9\xf9\x81\x3c\x8b\x24\x9a\xdb\xf0\xd1\x3a\xec\x7d\xd3\x40\xd0\xf4\xd1\x0a\x49\x4b\x12\xf3\xd6\x10\xc8\x46\x52\xa4\x3e\xf4\x87\x86\x3f\x7d\xe8\x13\x5f\xed\x72\x68\x12\xd2\x59\x5b\xc8\x83\xa5\xd7\xb9\xcc\xc9\xde\xa8\xd5\x25\xda\xdb\x94\x86\x20\x69\x15\xd2\x92\x44\x57\xb9\x51\xcc\x2e\x03\x07\x52\x9e\xde\x65\xe0\xfa\x6f\x1f\x81\x78\xd4\x7f\x3b\x3b\x61\x1e\x47\x70\x42\xeb\x18\x8c\x85\xc4\xea\x9b\x5d\xa3\x01\x10\x1d\x85\x5c\xaf\xe6\xd4\x85\xf9\xc0\x09\x27\x75\x61\x16\x7a\xa0\x93\xea\xc2\x9c\xba\x30\x1f\x5a\x2a\x75\x61\x16\x82\x2b\xed\xd4\x85\x39\x75\x13\x3e\x88\x28\x4d\xdd\x84\x85\x3c\x30\x8f\xe8\x26\x9c\x9d\xe8\x86\xc3\xc3\x63\x57\xa5\x02\xa2\xdb\x0e\x35\x2a\xfd\x62\x0f\xac\xfb\xa9\x5f\xac\xd0\x13\xf5\x5e\xbf\xd8\xd4\xbb\xf5\x48\x66\x46\xef\xd6\xc4\x47\xb5\x9c\xb8\x6e\xa5\x4e\xaa\x42\x72\x31\x96\xfa\xa8\x66\xe0\x83\x73\xe2\x8a\x98\x81\x0f\x8e\x10\x1d\xa6\x1b\xf8\xe0\x64\xe0\x07\x71\x6e\x2c\xcc\xc0\x0f\x42\x88\x0d\x0e\x1b\x6a\x37\x81\xa3\xe0\xb9\x15\x6a\xf0\xfc\x04\xa4\x22\x3e\xe4\x75\x40\x39\x37\x84\x77\xc8\xec\x80\x38\x61\x3b\xa1\xb4\xd5\x59\xf6\xfc\x6a\x70\x9e\x81\x72\xaa\xff\x86\x62\x0e\x48\x2e\xf2\x32\x14\x73\x81\xbb\xc4\xa9\x16\x11\xb8\x4b\x08\x3d\x31\x0e\x85\x87\xb1\xf0\x30\xb6\x59\x01\x53\x1f\x2f\x4b\x2c\x27\x71\x45\x19\xf2\x44\xe0\x3d\x84\x42\xb2\xce\x2b\x29\x16\x7c\xaa\xc1\x08\x08\x0f\xd3\xa1\xc1\x28\x38\xae\x9f\xdc\xeb\x66\x28\xc0\x80\xc0\x25\x32\xc3\xe3\x3a\x10\xc5\x2f\x3d\x64\xe9\x15\x7c\x16\xdb\x26\x83\xd5\x2b\x58\x35\x48\xaf\xe0\x8c\xf7\x58\xf4\x16\xa3\xa3\x9e\x8b\x80\xc0\x15\x39\x63\xfa\x6b\x93\xf1\x20\xc4\x3d\xf1\x24\xfe\xa0\x77\xf4\x4e\xfd\x89\x33\xb0\x07\x9c\xc5\x1a\xe4\xcd\x40\xe0\x4b\x99\x21\xef\x0d\x62\x24\xcf\x02\xff\x09\x39\x2d\x10\xdd\x05\x22\xa3\x8d\xdb\x62\xe8\x8a\xa1\x71\x05\x88\xc3\x61\xbb\xbf\x62\xdc\x39\xb1\x63\x74\x0e\x16\x52\xd5\x4b\xe7\xe0\x0c\x0e\x1c\xa7\x86\xfc\x70\x7b\x00\xa9\x22\x17\x1e\x38\xf4\x21\x3e\x8b\x9d\x97\xd1\xea\x43\x7c\xba\x28\x35\xb7\xe8\x09\x7c\x6a\x22\xd0\x13\x38\xf3\xb4\xb9\xcc\x7c\x6a\x40\x07\x62\x63\xe6\xd3\xf3\x40\xba\xb1\xf0\x5d\xc8\x74\x63\x01\x41\xec\x71\xa6\x1b\x2b\xd1\x59\xcf\x82\xc9\x32\xdb\x47\x83\x21\x31\x1e\x29\xb3\xc4\xdb\xb6\x9c\x38\x7d\xa4\xee\xb6\x42\x0f\x94\xf3\x94\xe5\x25\xee\x17\xa7\x26\x82\x54\xf3\x04\x52\xc5\x33\x55\x3c\x13\xf5\xf1\xc4\x33\x2b\x53\xf5\x11\x08\x3c\x48\x32\x55\x1f\x81\xe4\x4a\x3b\xf5\xd3\x4d\x9d\x72\xcf\x9d\x05\xa2\x53\x6e\x66\x58\x29\xab\x21\x35\xff\x02\xef\x8e\x83\x64\xa5\xc4\xd5\x9f\xbf\x25\xa6\x3b\x53\xc5\x11\x48\x95\x77\x5c\x7f\x5f\x70\x20\x98\xcc\xd4\x88\x9c\x9f\x9b\xd2\x01\xc9\x81\xc0\xae\x7c\xee\xf6\x5a\xbb\x32\x10\xc4\x54\x65\x6a\x57\xd6\x51\xf8\xdc\xd1\xa3\x75\x14\xce\xcf\x51\x38\x2d\x66\xa5\x97\xc5\x58\x54\xfa\xf1\x0a\x79\x70\x7a\xcc\xeb\x2b\xc6\xb6\xd8\xd1\xfb\xf5\xe3\x15\xd2\xf3\x5e\x0e\xdb\x31\xe4\x74\x34\x6d\xd8\x0e\xb4\xa9\x73\x6f\xd2\x5c\x53\xb8\x0c\xaa\xbb\xa7\xda\x14\x90\x04\xb9\x64\xaa\xf9\x02\xa9\xb1\x3c\x65\x1c\x89\xf5\xe4\xdc\xd1\x35\x52\xeb\x09\x90\x6a\xe0\xba\x09\x0b\x89\x97\x44\xea\x26\x2c\x94\xd3\xbb\x10\xfd\x84\x85\x3c\x9c\x70\x15\x64\xe0\x2d\xc6\x70\x78\xa7\x06\xa4\x87\x83\xd4\xfa\x8c\xb7\xef\x5b\x8c\x4e\x4d\x47\x6d\x32\x6a\x28\x29\x39\x1d\xb5\xe9\x8c\x3a\x2f\xda\x20\x81\x3c\x1c\x6f\xd5\x41\x3d\x80\x4f\xfc\x57\x52\x0f\x60\x21\xba\x93\xac\x72\x87\x87\xef\x5b\x8c\x6e\x69\xf7\x4d\xe3\xa1\x5d\x8c\x9a\x64\x72\xd9\x53\x18\x6e\xaa\x95\x03\x71\xfa\x6b\x2a\x77\x89\x1f\xe2\x79\xa0\xd2\xa6\x4c\x27\x65\x3a\xa7\x24\x47\x9c\x58\xc5\xf3\x40\x3a\xa6\xda\x1d\x90\x1e\xe4\x52\x63\x4b\xe2\x1e\x70\x1e\x9b\x34\x37\xd4\x0b\x79\x70\xda\x4d\xcd\x28\xba\x1d\x9f\x47\x61\x9a\xb5\x72\x00\xe9\x79\x4f\xb7\xe3\xd4\xed\xf8\xf4\x20\xae\xdb\x71\x5e\x84\xd3\x9e\x8e\xef\xa5\x4c\x06\x82\x98\x87\xbc\xbc\xdb\xbb\xf0\x43\x3c\x6d\xdc\xa5\xc6\x77\x99\x67\x04\x3d\xeb\xf2\xf4\x7f\x35\x7b\xcf\x1a\xbf\x3c\x63\x03\xf9\xfd\x9a\xec\x0a\x28\xe7\x81\x8e\x7d\xc9\xaf\x80\xd8\xbe\x62\xfe\x9a\x42\xff\x40\x6b\xbb\x14\xfa\x40\x54\xdb\xa1\xd0\xbf\x38\x28\x9f\x07\x0c\xf1\x92\x5f\x01\x21\x57\xbb\x3c\x28\x03\x3d\xc3\x2f\xbf\x0a\x1c\x10\xd6\x9b\xde\xc9\x79\x85\x33\xc3\x29\xe2\xf2\x84\x0a\xf4\x6e\x05\x32\x9a\x2b\x9c\x19\xf4\xd8\x4b\xa1\x0f\xe4\x51\x2d\xc6\xcc\x5c\x72\x95\x83\x63\xc2\x25\x57\x01\xf2\xe0\xbe\xed\x92\xab\x5c\xe9\x80\x70\x80\xbc\xd4\x28\x81\x3c\xaa\x5f\xda\x8e\x64\xb2\x4e\x6c\xd2\x97\x9c\x06\x48\x59\xd9\xe5\xcd\x14\x90\x38\x61\xe6\xe5\xcd\xd4\xc5\xb1\xed\x3c\x37\x69\xb7\x34\x74\x7d\x36\xfd\xe5\xb1\xed\xc2\x49\xf2\x54\x6f\xb9\x3c\x64\x03\x71\x3a\x09\xaa\xa7\x40\x14\x2b\x50\x3d\xbd\x54\x5b\x4e\x96\xe0\x25\x77\x03\xe2\xb0\x02\xd5\x96\x4b\x3d\x80\x0c\x41\x79\xa9\x07\x00\x49\x8c\x70\x5e\x6e\xd3\x8b\x8b\x9d\xf3\xb4\x57\x5e\xec\x00\x11\x45\x92\x43\xe4\xd6\x25\xeb\x4c\x5e\x6e\x5d\x20\x3d\x63\x5f\x6e\xdd\xeb\xb6\x57\xc8\xbd\xcb\x13\x17\x10\xdf\xbc\xa8\x41\xe8\x97\x7e\x9e\x88\x69\xfd\xd2\x85\x38\xd1\xf4\xf5\x4b\x17\xf2\xeb\xa8\xbb\x59\x57\xf5\x93\xb4\x36\xa9\xab\x7a\xea\x35\x7e\x9e\xd4\xa0\xd7\x78\x0e\x39\x52\xe5\x78\x3e\xec\x2a\x90\x85\xe3\xc5\x90\x23\xe9\xf2\x7c\x36\xf6\xae\x2e\xcf\x42\x12\xc0\x98\xba\x3c\xa7\xde\xc7\x27\x49\x3d\x52\xef\xe3\x9c\xa4\x0d\x3a\x1b\xac\x71\x6a\xe0\x03\x42\x36\x38\x35\xf0\xe1\x36\x5c\xce\x0e\x97\x9a\x9a\xe9\x80\x70\x91\x4f\xef\xc3\x81\x2c\xdf\x97\x43\xd2\xf0\x4b\x69\x53\x9a\xca\xee\x09\x89\xb6\x4d\xd5\x8a\xbe\xfd\x7a\x44\x77\x4e\xb5\x0e\x20\x3c\x02\x4f\x77\xf1\xec\x36\x93\x03\xce\xd4\x90\x05\xf4\x6e\x07\x55\x44\x74\x6b\x3e\x3b\x7a\xba\x6e\xcd\x39\x71\x24\x3a\xbd\x64\x9d\xea\x13\x40\x6c\x28\x7f\x53\x73\xd4\xe4\x8c\x76\x76\xe4\xc6\xf4\x8c\x36\xf5\x39\x81\xf9\x4f\xb7\xca\x24\x17\xce\xd9\x59\xca\xd3\xa5\x0c\x44\x65\x13\x4c\xaf\x6c\x27\x91\x96\x27\x69\x18\x72\x2a\xac\x80\x20\xc5\x47\x4e\xf5\xe3\x89\xed\xe2\x8c\x62\xb1\x47\x1a\x9e\xa6\xc8\xd1\xe9\xbe\x98\x77\xb5\x18\x34\x57\x1a\xd0\x3b\xcb\x60\x6a\x27\x00\x42\xa9\x3c\x95\x24\x53\xb1\x11\x08\xa6\xa9\xd8\x00\x7a\x34\xbf\xb4\xa3\x9c\x15\xcf\x40\x09\x9d\x9e\x15\xa7\x91\xf0\x9c\x8a\xa7\xca\x30\x3e\xbe\x6f\x31\x06\x44\xb3\x37\x10\x5b\x91\x64\x05\x8f\xbf\xc6\x9e\x9d\x9a\x13\x80\x20\x99\x40\xea\x16\x9c\x0b\x07\x93\x93\xbc\x61\xb9\x74\x30\x01\x82\x2c\x48\xb9\xd4\x8f\xd7\x69\xe7\xd9\x2a\x4b\xcd\x17\x88\xbd\x59\xac\x4b\xc2\xab\xe5\xfb\x32\x24\x31\xa5\xfa\x11\x2c\x6d\xe8\x4b\x1b\x3a\xcd\x5d\xda\xd0\x97\x07\x4f\x9c\xb3\x73\x79\xf0\x04\x42\x1b\xfa\xf2\xe0\xb9\x70\xec\x38\x03\x3d\x6b\xe9\xd8\x01\x04\xf1\x92\xb9\x74\xec\x58\x38\x9a\x9e\x81\xd4\x58\x8a\x2f\x20\x88\x97\xca\x85\xa3\xa9\x10\x3b\x47\xd6\xd5\x2e\x49\x0e\x5b\xf8\x6b\xb6\x0d\xdb\x72\xa0\x91\x2c\xf5\xf4\xa5\x2c\x0c\x4e\xe2\x4b\x59\x08\x04\x09\x3e\x72\x29\x0b\xf5\xa6\x3e\x35\x14\xea\x4d\x2d\x04\xf1\xae\xa9\x37\x75\xea\x4d\x7d\xe2\xac\x9e\x7a\x53\x0b\xb1\x7d\x5f\x4e\x49\x0c\x25\x21\x70\xb9\x34\xe0\x00\xd9\x58\xa8\x78\x5b\x7f\xf0\x16\x83\xe6\xfe\xc3\xa9\xfa\xa5\xf1\x73\x6a\xe2\xcb\x70\x73\xb6\xee\xf2\xe8\xbc\xc2\x1a\x8a\xc5\xac\x81\xb0\x02\x72\x0f\xe4\x52\x5f\x5f\x8a\x51\xd2\x47\xe5\x52\x8c\x02\x59\x50\x29\x97\x62\x74\xa9\x9c\xeb\x83\xb0\x54\xce\x81\x50\x92\x2c\x45\xe6\xba\xfc\x35\x74\x9e\xe5\xb1\x1b\xc8\xc2\x36\x5d\x0a\x3e\x20\x3c\x67\x2d\x05\xdf\xe2\x0a\xf4\xd4\x46\xb2\xbc\x02\x05\xd2\xfb\xc3\xe5\x15\xe8\xc2\x3f\xf6\x4c\x18\xf8\x92\x37\x00\x59\xc2\x3a\xed\xe8\x45\xfc\x84\xcb\xed\xb2\xa3\x24\x46\x39\x49\x5b\x92\x4b\x55\x1f\x08\x5c\xb3\x73\xa9\xe9\x03\x51\xd0\x45\x97\x9a\xfe\x22\xea\xe7\xcc\x53\xda\xf7\x6b\x48\x78\xd7\x8c\x0a\xfb\xe2\x06\xf4\x4c\xce\xa7\xcb\x1b\xd0\xa5\x07\xa0\x2b\xd0\x93\xfe\x52\x13\x4f\xa4\xfe\x52\x13\x5f\x26\x1e\x74\x96\x65\x6e\x6b\x3a\x7d\x6e\x22\xad\xdc\x40\x7a\x1b\xb3\x54\xce\xd7\xb2\x57\x48\xd6\xa5\x90\x03\xd2\x8b\x91\xe5\x49\x7f\x11\xba\x70\xa6\x23\xae\x01\x15\xe8\x81\x86\xb6\x54\x04\xd6\xed\xf4\xb9\x04\x55\xbb\x81\xd0\xae\xa6\x1b\xbd\x10\x07\x42\x5f\x37\xfa\x5c\x8f\x5f\x3a\xcb\xda\x4f\x97\xf6\x53\x77\x87\xc7\xfa\xa5\x3a\x4d\xd4\x61\x2e\xd5\xe9\x65\x14\x9f\xec\x48\x75\x5a\x37\xfa\xfa\x6d\x70\x6d\x68\xba\xd1\x47\xb3\x98\x8b\x81\x8b\xc4\xba\xb9\x89\xbc\x48\x04\xc2\x1b\xec\x25\x47\x5d\x2f\x17\x7d\x8b\xd9\x36\x87\xf2\xc1\x6d\xf4\xab\xd4\xa1\x44\xe8\x57\x82\x6d\x53\x0f\xfc\xbc\x31\x1c\x54\x6d\x68\xb7\x86\x03\x20\x48\x51\x90\x3a\xe5\x27\x8e\xf8\xa5\x6a\x43\xbb\x65\x96\x40\xd4\xaf\x58\x4a\x42\xc0\xb6\xed\xd7\x25\xf7\xed\x79\xe1\xc6\x13\xb9\x92\xc2\x2b\x6f\x2f\x1a\x6f\xf3\x2c\x71\x26\xbe\xd5\x43\x80\x52\xc9\x5d\x93\xb7\x8a\xc8\xad\x2b\x32\x17\x49\xb7\x17\x8d\x06\x0a\x54\x3d\x2a\x0c\x14\x10\xc2\xe3\xa3\x81\x02\x79\x57\xc7\x6b\x97\xb6\xa4\x21\xb9\xed\x8d\xf7\x85\x40\x7a\xb9\x74\x7b\x5d\x78\xc3\xd2\xeb\x86\x56\x71\xcb\xd2\x81\x20\xa3\x59\xde\xb2\x74\xe0\x2d\xc6\xaf\xe9\x8c\x07\xa4\x0e\x4d\xb7\xb7\x8a\x77\x73\x15\xc0\x12\x6e\xcf\x32\x40\x96\xf0\x4b\x07\x1a\x43\x75\xdd\x38\xb8\xdc\x1a\xaa\x81\xde\x31\x25\xde\x1a\xaa\x89\x3a\x28\x75\x3b\x6d\xc8\xd7\xde\x87\x31\xe2\x4b\xbd\x49\x88\x34\x78\x8b\x51\x83\xac\x1f\x08\x22\x17\xf3\xd6\xf4\x09\xbc\xc5\x18\x23\x6d\x9f\x40\xca\x3a\x6e\x05\x04\x90\x64\xff\xca\x5b\x01\x71\x23\x20\xaa\x86\xd4\x5b\x01\x01\x64\xe9\x92\xec\x81\x1e\x80\x88\x91\x5b\xf9\x60\xf4\x43\xc5\xcb\x3d\x8d\x7e\xc8\x3b\x5c\xa0\x30\xe1\x5b\x7b\xcf\xad\xbd\xa7\x33\x94\xea\x67\xc0\x5b\x8c\x9f\x53\x41\x03\x52\x03\xe6\xed\x69\xec\x4e\xe7\xcf\x71\x53\x18\x00\xa1\xa6\x7a\x2b\x0c\xee\x74\x1d\xc1\x74\x6e\x0d\xf7\x40\x12\x09\x94\xb7\xc7\x2c\x20\x8b\x0b\xd5\x63\xd6\x7d\x39\xba\xf0\xa1\x5b\x61\x70\x7b\x0a\x62\xc7\xde\x0a\x03\x62\x26\x4a\xd5\x3c\x74\xeb\x23\x03\x04\xa9\x36\xd2\xf8\x89\x24\x66\xe2\x2d\xc6\xf0\x6a\x0a\x02\xa2\xa2\x17\xdd\x1e\x96\x0c\x96\xa8\xda\x7d\x0d\x96\x10\x52\x2f\x1f\x83\x25\xf2\x1e\xae\x4a\xf8\xd5\xad\x34\x00\xa2\x5a\x81\xd2\x00\x88\x1d\x45\xf4\xd6\xee\x73\x0f\x47\xd7\x69\xd6\x3c\x0c\x64\xf9\x7e\xcc\xce\x3f\xce\x95\x23\x2e\xa7\x03\xa2\xa1\x3e\xdd\xba\x47\x18\x91\x50\xf5\x6b\x34\x22\x21\x1f\xf2\x16\x54\xaf\xac\x1e\xd5\x2c\x20\x2a\xd3\xfc\xa8\x65\x3d\xae\x71\x15\xec\xa7\x7d\xb4\x87\x1a\xde\x71\x7b\x5c\xe3\x86\x07\xd4\x5d\x9a\x0b\xe9\x21\xa7\x59\x25\x5c\x2a\x1f\xe7\x19\x88\x1d\xe3\xd8\xa3\xa3\x27\xce\xfb\xa5\x92\x19\x30\xf5\xde\x17\xf2\xc4\x44\xfa\xa8\x1a\x3c\x4e\x20\x71\xe9\xf9\x38\x81\x40\x12\x99\x98\x8f\x13\xf8\x38\x81\xea\x9d\xcf\xf5\x7d\x8a\xc9\xef\x2b\x76\x49\x1a\x16\xa3\x52\x85\x3e\x90\xa4\x80\xc8\x47\xa1\xff\xcc\xef\xd7\xf8\x54\xc9\x0a\x44\xc7\xe4\xf7\x28\x59\x75\xc1\xaf\x9a\x9b\x74\xc1\x17\x92\x6c\x73\xa9\x0b\x7e\x3e\xc8\xc2\xba\xb3\x44\x1e\x65\x21\x10\xa7\xbf\xa6\x2c\x7c\xf0\xd0\xa9\x3a\xcd\x3f\x7a\xe8\x00\xdd\x9b\xe7\xc7\x33\xc2\xc3\x81\xa0\x6a\x0c\x7a\xee\xaf\x86\x9b\x4a\x77\x48\x4e\x16\xf2\xb1\x6a\x42\x7c\x94\x8f\x40\x57\x4d\x7e\x5c\x35\x8f\x12\xcd\xeb\x93\x47\x89\x06\xc4\xc9\xad\xed\xa3\x44\x33\x3c\xa0\x62\xd0\xba\x0c\x0f\xb8\x36\x2c\xe6\x15\xe3\xe0\xb5\x71\x22\x10\x82\xd0\xfa\x6b\xc3\x62\x7e\x6d\x1c\x12\x2a\xe6\xde\x6b\x43\xca\x09\x79\x1e\x7e\xd9\x25\x85\xc5\x02\x5a\x4a\x73\xc8\x2d\x76\x49\xb2\xf7\xef\xae\xbc\x36\x96\xaf\xd0\x49\x19\x77\x6d\x2c\xdf\x6b\x53\x8c\x61\x98\xb9\xb6\x6a\x43\xc8\xa7\xc1\xf5\xe2\xb5\x21\xc6\xae\x8d\x08\xb5\x7a\xbc\x5c\xea\xda\xaa\x35\xe0\x5f\xbe\xed\x92\x06\x24\x85\xd1\xd1\xf8\x35\x84\x91\x10\xdc\x95\x5c\x1b\xc2\x48\x28\xf5\xe8\xb4\xad\x39\x20\x08\x23\x12\x09\x5f\x5b\xb3\x1d\xdd\x5f\xeb\xbf\x1e\xd3\x7d\x6d\xdd\xca\x34\xa8\xed\x05\x92\x95\x29\x36\xb8\xbd\xbf\xb6\xfe\xfd\x32\x0c\xa5\x31\x49\xdd\x1e\xba\x41\x49\x08\x73\x19\xc3\x21\x04\xdc\xf4\xda\xc2\x0a\x64\xd7\x47\x52\x2c\x3f\x1a\x95\x5a\x2c\xad\x94\x1c\xb7\x95\x3b\xe5\x6b\x4b\x2b\x4d\x12\xf6\x7d\x24\x2b\x95\xab\x13\x6a\x75\x6d\xe9\x94\x27\x91\x4a\x85\xb1\x49\xa7\xdc\x3d\x4b\xae\xe4\x6b\xbb\x9c\x72\xec\xef\x38\x48\x5e\xdb\xe5\x84\x70\xa9\x5a\xbf\xd5\x32\x9c\x5f\x5c\x3e\xbe\xe6\x4e\x7b\x85\xc1\xb9\x9e\x4e\xf9\x74\x65\x18\x06\xe6\x24\x4d\xbf\x5c\x56\xda\x58\x67\xcb\x4a\x17\xc1\xc9\xc1\x94\x2f\x2b\x5d\xfe\x5a\xb7\x98\xbf\xf6\x42\xb4\x9d\x2e\x2c\x7f\xcd\xcd\x48\xc0\xf9\x65\xfc\x87\x10\x24\x42\xba\x88\x05\xf9\xe9\x32\x88\xa3\x9e\x2f\xbf\xbe\x0a\x87\x99\x0b\x9f\x5f\x3a\xb0\x4b\xd8\x2f\xfc\xc6\x29\xb3\x0f\x49\xdc\xa1\xbd\x9a\xcc\x65\x92\xef\x8b\x24\xde\xfb\x09\xe5\xb1\xcc\xbb\x83\x71\xbd\xbc\x0e\x7f\x08\xd7\x36\x57\x81\x6e\x39\xd7\xf9\x32\x03\x7c\xcc\xae\x2a\xa5\xbe\x12\x82\xf0\x8b\xcb\x44\x86\x57\x7b\x45\x4b\x7d\x35\xb5\xab\x4d\x29\x2f\x8b\xa8\xe7\x5b\xa6\x5b\x86\x64\x56\xed\x3d\xe4\x5c\x24\x8f\xfa\xe9\xea\x6f\x23\xda\xf1\x7e\xe5\xd5\xf3\xc5\xbd\x6d\x72\x53\x7e\x79\x6d\x7b\x05\xe1\x5c\x24\x66\xbc\xbc\x41\xbd\xe2\x9d\xb4\xc6\x24\x04\xa1\x3a\x57\xbc\xec\xaf\x6f\x6f\x19\xaf\xe4\xae\x7c\x95\xc8\xe4\xca\xe6\x4a\xec\x5f\x57\xe2\xa6\xb6\x91\x81\xf1\x22\x1b\xce\x07\x2f\xed\xfd\x31\x53\xdb\x5c\x5e\x68\x6d\x58\xaa\x2f\x2f\xb4\xae\x34\x17\x24\xbe\x7c\x57\xba\x2a\x81\x8e\xff\xf0\x95\x18\x49\xaf\x7c\xa7\xac\xbf\xa7\xc2\x4b\xf3\xfb\x75\x61\xac\xa8\xf5\x15\x72\xd7\x85\xb1\x42\x08\x42\xa3\xae\x4b\x36\x74\xc9\x86\x5e\xad\xf0\xba\x64\x43\x1a\xc7\x2b\xc1\x2a\x97\xc6\x71\x21\x08\x3f\xba\x34\x8e\x0b\xa5\xd6\xc6\xaf\xa1\x16\x0a\x89\x4f\xf4\x75\xb9\xbd\xb1\x97\xbf\xc5\xa4\x75\x69\x86\x04\x27\xa4\x90\x94\x16\x3b\xa1\x5d\xd2\x0c\xbb\xb5\xd2\x21\x89\xfc\x01\x69\x9d\x53\xd2\xed\x97\x34\xd7\x51\xd3\x9c\x5d\x09\x5a\xbb\x34\x67\x0b\x3d\xfc\x34\xfd\xb5\x44\xb0\xe2\x43\x73\x69\xcf\x16\xb2\x14\x8b\x39\x6c\x9a\xed\x60\x16\x5a\xb8\x85\xf7\x4b\x2a\x4d\xc7\x8d\xd8\x59\xb9\xf7\x75\xd9\x8e\xcb\xa1\x64\x7b\x5c\x2e\xa2\xeb\xf9\xdb\x0b\x0e\x97\x06\x5d\x21\xb6\xa3\x41\x2a\x92\x1c\xdc\x57\xff\xbd\x86\x62\x0a\x08\xbc\x9f\x2f\x33\x94\x08\xa5\x36\x16\xa0\x29\x4a\x84\x24\xad\xfa\x35\x94\x5c\xc3\xac\x5e\x9b\x5f\x76\x49\xdd\x2f\x0b\xb4\x90\xc6\x91\x0d\xc9\x65\x6e\x13\x21\xc8\xf8\x7c\x99\xdb\x44\xc8\xf2\x75\x60\x48\x9a\xfe\xd8\x0e\x6d\x49\x73\xd0\xfc\x31\x06\x4d\xc3\x75\x25\x89\xe9\xa5\xe1\xfa\x1a\x8e\x50\xab\x94\x73\x84\x86\x59\x0b\xde\x0e\x68\x7c\xbe\xa6\xe2\xb8\x21\x10\xa6\x9d\x02\xa2\xc1\x55\xa6\x9d\x9a\xae\xdc\xc6\xe6\x9b\xae\xdc\xa9\x2f\x47\x91\xb4\x4b\x62\xda\xb1\xea\x5e\xd3\x55\x04\xe4\x61\xa5\x9c\x37\x2e\x8d\xbf\x15\xe5\xe9\xd2\xf8\x7b\x99\xac\xa2\x76\xf4\x02\x93\x55\x08\x41\xd6\xa0\xcb\x64\x15\x17\xf9\x25\x4a\xe5\x00\x76\x99\x60\x42\x08\x77\xda\x54\x0a\x01\x41\xe0\xfa\x35\x95\x42\xd3\xf1\xc0\x1b\xfb\xd2\xb0\x79\x2d\xb5\x0c\x72\xbc\x5d\xcb\x89\x01\x92\x60\xf6\x6b\x39\x31\x8b\xfc\x3a\xb5\x47\xfd\x75\x11\xbd\x38\xc3\x0a\xc9\x25\xe0\xb5\x38\xc3\x5e\x9a\x25\x2b\xc9\xb4\x2e\xcd\x92\x42\xe2\xb4\x7b\x69\x96\xbc\x34\x4b\xd6\xf0\x53\x4e\xa2\xd7\x67\x96\x44\xd4\x68\x96\xbc\x96\x02\x3f\x6c\xa7\x1c\x01\x48\x4c\xa6\x97\x86\xc4\x4b\x3b\x5f\x0d\x64\x9e\x76\xbe\x6b\x91\x59\xbc\x12\x8b\x76\xad\xb0\x56\x5c\x41\x71\x7d\xbc\x16\x9e\x84\xd7\xf2\x68\x87\x45\xfa\x22\x21\xc3\x07\x79\xc0\x5f\x4c\xcb\x70\x61\x21\x2c\x15\x8b\xf4\xa5\x89\x50\x48\x9c\x8c\x2f\xcc\x85\x3f\x5d\x9a\x03\x2b\xe9\xe9\x2e\xcd\x81\x42\xf2\x62\xc7\xa5\x39\xf0\xd2\xce\x57\x89\x05\xbf\xb4\x95\x5c\x9f\x11\x42\x55\x4d\x23\x84\x90\x04\xbd\x5f\x1a\x21\x2e\xec\x01\xa5\x62\xcf\xbd\x34\x08\x08\xbd\xb3\x6c\xb5\x07\x5c\xdf\x61\x97\x64\xb6\x97\x87\x5d\x21\x70\x31\xb9\x0c\xf5\xbf\xbe\xf3\x2f\x01\x48\x97\xe7\x5f\xa1\xbb\x44\x3d\xff\x5e\xb7\xbd\x4f\x06\xee\xb6\xf7\x40\x90\x3d\xf8\xba\xed\xfd\xad\xa6\x44\xd6\x99\xeb\x76\x8d\x02\x1d\x6b\xf9\x75\xbb\x46\x49\x12\x50\x6a\xb2\x94\x4d\x03\x20\x74\xc2\x88\x2e\x0f\x6d\x97\xc1\xda\x35\xeb\xdb\x2d\x83\xb5\x85\x20\x40\xfc\x32\x58\xfb\x7a\x34\x08\x64\xbc\x6d\x7b\x64\xf3\x40\x36\xba\xf0\xb8\x41\x3d\xb4\xb5\x0d\xc6\xec\xa1\xed\x7a\x58\x22\x0d\xbb\xd3\xf5\xb8\x44\x1e\x93\xcf\x1f\x1d\xd2\x21\x49\x3f\x1f\x2a\x0d\xdb\x81\xeb\x46\xc3\xb0\x74\x3d\x6e\x5a\x20\x49\x51\x7f\x3d\xb8\x6e\x08\x9d\xd4\xd4\xd7\x93\xd6\xc9\x0a\x69\x58\x87\xae\xc7\x15\xf2\x18\x25\xc8\xcc\x7b\x76\xbc\x08\xdf\x7e\x8b\xd1\x05\x45\x0b\x90\xad\xfa\x6b\x4b\x92\xbd\x3a\x2c\x66\xa5\xc8\x11\xbc\x4a\xae\xc7\xd1\x35\xa4\xbb\x6d\xaf\x80\x1f\x9e\x64\x84\x97\x96\xd0\x8a\xb4\x9d\x71\xeb\x90\x0e\x49\x07\xc5\xde\x85\x3f\x3c\xdd\x08\xd9\x4e\xbf\xac\x92\x6c\xc8\x3b\xa7\xc3\xf3\x88\x90\x84\x2b\x8e\xad\x5a\x69\xf5\xd7\x2a\xc5\xaa\xbf\x46\xa0\x6c\xaf\xb4\xad\xfa\x6b\x5c\xea\x37\xa2\x51\xc6\x86\x59\x4d\x08\xae\xf7\xc6\xc6\xa5\xbe\x90\xed\xdd\x6c\x83\x53\xcd\x07\x11\x76\x94\xb3\x8d\xf0\xfe\x18\xbd\xe2\x70\x23\x64\x3b\xfd\xfd\x29\x69\x5a\xcc\x4f\x97\x34\xae\x14\xaa\x3d\xb8\x25\xd9\xd1\x4a\xe7\xab\x1d\xc5\xcd\xbf\x75\x7e\xad\xd9\x51\x58\x1e\x09\x4a\x87\x27\x25\x21\xba\x5d\x6f\x0e\x2e\x21\xb4\xd5\x81\x6c\x8e\x06\xb1\x00\xcd\x9e\x37\x47\xa3\xb9\x16\x1a\x53\xd0\x6c\x2d\x16\x3a\x9e\xa8\x18\x5b\xb3\xb1\xdd\x0e\x34\xfa\xd9\x3f\x1a\x91\x46\x45\x92\x1d\xf8\x36\x42\xf0\x69\xd8\xda\x74\xbc\x83\x8e\xa6\xe3\x8d\xf9\x89\x07\x11\xc6\x96\x8e\x37\xb7\x18\x0d\x07\xbd\xb1\xa5\x03\xce\x2d\x46\x38\x6a\xe9\x80\xbb\xda\x50\x21\xc6\x76\xb9\xb2\x50\xfc\x59\x44\xc6\x73\x0f\x03\xb5\x5b\x79\xb7\xd0\x30\x50\x5b\x08\x94\x9b\x61\xa0\xb6\x50\x1a\x59\x95\x87\x81\xda\x42\x90\x8f\x79\x18\xa8\x2d\xbc\xc5\x3a\xb4\x47\x1a\xde\x9a\xaf\xbe\x3d\x8a\xeb\x0f\x08\x0e\xab\xc3\x70\x6e\xe1\xfd\xd2\x62\xbb\x34\x2c\x37\xcc\x31\xb1\xdd\x3f\x0d\xe3\x87\x1b\xef\x5f\x0d\xe3\x87\x87\x31\xba\x8d\xd0\x93\x61\x8c\xae\x90\xdc\xf1\x0d\x63\x74\x47\xf9\xc6\x23\xe9\x82\xe3\xf1\xbd\x62\xf5\x32\xb2\x61\xec\xa3\x50\x1a\xe9\x24\xc6\xee\x86\x04\xf2\xac\x92\x68\xdb\x8e\x59\xb7\x91\x7f\x6d\xec\x98\x75\x85\x7c\x4f\x81\xbf\x26\xb9\xc7\x8e\xac\x1d\x3b\x69\x30\x1b\xa9\x6b\xc6\xee\x02\x02\x02\x1d\x66\xec\xdc\xf7\x0d\x9f\xc2\x6a\x24\x91\x1d\x3e\x85\x25\x24\x72\x6a\xf8\x14\xd6\x30\x6c\xb3\xe1\x7f\x39\x0c\xdb\x14\xf2\xac\x34\x33\xec\x0d\x6e\x73\x0d\x7b\xd5\xd8\x71\x57\x11\x92\xdb\xdf\xb1\x73\x1b\x37\x76\xb4\xef\x46\x3e\xa9\xb1\xe7\x47\x33\x83\x2e\x5f\xa2\x7d\x8f\xdd\x61\xc5\x3d\x6a\x78\x9c\x1c\xfb\x97\xf4\xf6\x25\x19\x41\x39\x78\x2b\xa9\xb4\x3d\x4f\x68\x87\x34\x6e\xa9\x58\xc7\x87\x3c\xcd\xd0\xc8\x46\xb8\xd4\x30\x34\x52\x48\x64\xe8\x30\x34\x72\x18\xf3\xd8\x70\x99\x1a\xc6\x3c\x0e\x1e\xdb\x29\x0d\xb7\x96\xc1\x93\x3b\x1f\xe4\xc9\xce\xf6\xe1\x9d\x61\x68\x64\x83\xcd\x0f\x43\x23\x85\x24\xb5\xe9\x30\x34\x52\x78\x8b\x51\x2b\xa2\x45\x88\x96\x74\x0b\xd1\x32\x0e\x7b\x8f\x0f\xcb\xf0\x0c\x3c\x7c\x10\x86\x98\x90\x61\x78\xd7\x38\x65\xb8\xf8\xf4\x0f\x83\xa8\x84\xa8\xaf\x9e\x35\x8c\xa1\x1a\x06\x4c\x35\xbc\x70\x86\x01\x53\x42\x62\xad\x1b\x06\x4c\x0d\xc2\x9e\xde\x62\x01\xed\x96\xc6\xce\x7e\x65\xed\x30\xec\x69\x7c\x61\x4f\x48\x16\xc3\x9e\x84\xd2\xf0\x48\x1d\x27\x6a\xa1\x10\x58\x08\xc7\x29\x8f\x24\xda\xe8\x2d\x46\xa5\x2e\x2e\x20\x88\x97\x1f\x46\x1b\x8d\xb3\xdb\x8e\x83\x5f\x93\xaf\x01\xc9\x0b\x51\xc3\xf8\xa0\x41\xe4\x4f\x69\x44\x44\x0f\x43\x7f\x84\x3c\xab\x24\xc7\xc3\x65\xf9\xf5\xd4\xc9\x02\x92\xd7\xab\xc6\xe9\xb2\xe4\x21\x99\xb7\x18\xed\x4d\x7f\x2d\xfd\x35\x86\x32\xfd\x35\x27\x06\xd7\x9f\xa1\x29\x62\x7c\x11\x31\xaf\x0a\x38\x0c\x88\x11\x4a\xe3\x29\xb0\x51\xdd\xed\x40\x8f\xdd\x62\xbb\xa4\xcb\x62\x3b\xb4\x21\x0d\x2f\xe6\x57\x57\x1a\x55\x2e\xc9\x4b\x20\xa5\x91\xcb\x6e\x54\xae\xa6\x84\x20\x2f\xd9\xa8\xca\xd0\x8a\xe9\xaf\x71\xa7\x38\xaa\xe2\x11\xc8\x13\x99\x5f\x95\x8e\x40\x90\x4d\x71\xd4\xfa\x55\xa0\xbc\xf1\xc7\x58\xa8\xf5\x9b\x52\x36\x56\x75\x4a\x81\xc4\xa5\x7d\x54\xa7\xd4\x90\x9e\xc6\xdb\x2c\xc3\x90\x9e\x51\xd5\x6e\x2a\xdc\xba\xa6\x35\x24\x41\x98\x48\x6e\x62\x79\x3e\x48\xbc\x18\x87\x11\x3d\xa3\x3a\xba\x38\xb7\x0c\xcd\x3a\xa3\x7e\x9e\xcd\x6f\x73\x0d\x0d\x19\x4d\xa6\x5e\x99\x84\x26\x53\x07\x92\x03\xfc\x68\x32\x75\xde\xdd\x28\x8d\x74\x32\xc3\x87\x37\x84\xe4\x55\x97\x61\x50\xc9\x68\x38\x25\xb5\xda\xfd\xb5\x94\x86\xc3\xc4\xe6\x97\x97\x24\xe6\x0a\x9f\xe8\xd1\x1c\x4a\x20\xcf\x57\xe7\x1e\xcd\xa1\x04\xba\xac\xac\x39\x94\xc6\x9e\x34\xf2\xd5\x0c\x63\x4f\x86\xef\x6e\x34\xf2\x98\x0e\xcd\x55\xa3\x7d\x77\xac\xef\xa7\x86\xa3\x0c\x9e\x4f\x28\x4d\x65\xac\x2b\x0c\x81\xc0\xdf\x65\xf8\x94\xc2\xe0\xf9\x84\xd2\x1a\xcc\xa7\x2b\xf9\x80\x1e\x6c\xe6\xee\x18\x75\x7b\xda\x5a\x85\x96\xd2\xe0\xd0\x2c\x10\x9f\x52\x18\x1d\xd5\xbc\x35\x56\x65\x57\x71\x01\x92\x83\xe7\xe8\x2a\x2e\x40\xa8\x13\xfa\xd2\x81\x10\xdd\x1f\x53\x78\x75\x2c\x3c\x0d\xcf\xb0\xd1\xfb\x47\x7b\x05\x5a\x85\x35\x74\x2c\x3c\x42\x6c\x2c\x19\x1e\x47\x78\x81\x61\x93\x2f\x1a\x15\x23\x44\xdb\xe8\xa7\x62\xa7\xab\xe6\x77\x87\x2d\xec\x28\xaf\x1a\x7c\x43\x24\x67\xe8\x0e\x78\x87\x07\x6a\xfb\x1b\x86\x99\x60\x46\x19\x9a\xfa\x46\x28\x4f\x48\xe1\x38\x42\x79\x02\x44\xdb\x2c\x76\x4a\x82\xc9\xd2\x29\x63\x51\x84\xf7\x4b\x8b\x35\x69\x24\x5f\xfe\x0d\x8e\xe4\xc3\x7c\xea\x23\x54\x88\xf0\x1f\x1b\xa1\x42\x04\x24\xe9\x10\x46\xb8\x06\xc2\x09\xc7\x7f\x6c\x84\x13\x0e\x04\x2f\x17\x8c\x70\xc2\x43\x8e\x40\xba\xb1\x11\xce\x2e\xd0\xc9\xce\x32\xc2\x65\x0c\xc4\x89\x1e\x19\x2e\xe3\x50\x5f\x26\x98\x62\x84\xeb\x38\x3e\x7d\x59\xd2\xd7\x0e\xd6\xe2\x66\x9d\x8f\xa4\xc7\x2f\xf9\x35\xe5\x03\x10\x67\xa1\x19\xf2\x92\x70\x5d\x78\x30\x08\xd7\x05\x10\x18\x25\x47\xb8\x2e\x0c\x99\x69\xb8\xb6\x0d\x6d\xaf\x23\xbe\x19\x0f\x6a\x70\xc6\x81\x28\x4e\x9b\x33\x1e\xdf\x8c\x07\x43\xe9\x8c\x1b\x26\x81\x09\x68\x68\x92\x1d\xa6\x33\x6f\x1c\x4e\x87\xe9\xcc\x85\xee\xe8\x9a\xce\x7c\xa4\xfc\x30\xa8\x21\xdb\x47\x7b\xf9\x21\x06\xde\x91\xf2\x43\x82\x13\x4a\x23\xab\xcd\x30\x3a\x41\x08\x5e\xa3\x18\x46\x27\x0c\x8d\xb9\x0d\xff\x92\xa1\x31\x77\x24\x3e\x81\x0d\x2b\xfb\x48\x79\x24\x10\x6a\xd1\xe6\xfd\x1e\xe4\xfa\x2e\x0d\x0b\xd8\xc8\xcb\x4f\x39\x5f\xa7\x5d\xb0\xa7\x3a\x5d\x93\x85\x60\x68\xf4\x1d\xa4\x75\x2e\x8d\x0b\x8b\x61\x5e\x67\x21\x08\x5b\x1d\x97\xcb\xfd\xf2\x4c\x48\xc4\xd7\xb8\x5c\xef\x40\xba\xc7\x2e\xd7\xfb\xa5\x50\xf2\x90\x72\xc9\x4a\x81\x6c\x6c\x6c\xbd\xb5\x87\x89\xa3\x1b\x39\x4a\x86\x89\xa3\x85\x38\x61\x43\x26\x8e\x1e\x97\xab\x86\x1c\x25\xe3\x72\xd5\x00\x49\xfc\xd8\xb8\x1c\xf1\xab\xa5\xc5\x68\x6f\xf3\xd3\x17\x12\x83\xf7\xb8\x1a\x23\x7e\xa9\xd8\x92\x35\x6c\x68\x6a\x16\x62\xaf\x92\xec\x82\xb3\x80\x53\xd2\xd0\x38\x3c\xae\xf0\xd3\x26\xcd\x4f\xc3\xde\x4b\xf2\xd3\xb0\xf7\x4c\xea\x15\xf6\x5e\x3f\x4f\xe6\x0f\x77\xee\x0f\xde\x62\x05\x5a\x48\x0b\x7e\x8d\x2e\xa8\x8f\xe0\xc1\xfd\x16\xa3\xab\x6a\x8a\x40\x76\xb4\xd8\x4b\x45\x51\x6f\xea\x96\xac\x1a\x6d\xcd\x42\x9c\xac\x41\x4d\xcd\x42\x10\xf9\x32\x34\x35\x0b\xa5\x71\xf1\x30\x34\x35\x0f\xbd\x87\x09\x30\x1c\xda\x9a\x85\xc0\x81\x64\x68\x6b\x1e\xe6\xb4\x6e\x84\xe2\x0d\xed\xbe\x42\x27\xe5\xdd\xd0\xee\x3b\x06\x2a\x66\xc7\x29\x69\x0c\x55\x4c\x20\xe5\xb8\xc3\x99\x1f\x08\xd1\x8e\x65\x65\x0c\xb9\x0f\x90\x9d\x55\x39\xe4\x3e\xc3\x1c\xc2\x55\xd2\x92\xf4\xf8\xe5\x3b\x1e\xc3\x05\x02\x24\xd9\x91\xc6\x70\x81\x0c\x22\x01\x3a\x66\xc6\x31\x14\x54\x40\x76\x9b\xa6\xa0\x02\x92\x57\x18\xc6\x50\x50\x01\xef\x97\x27\x34\x7b\x80\xcd\x72\xff\xbe\xb4\x07\xac\xc0\x8e\x85\x67\x0c\x57\x20\x10\xbb\x43\xe4\x0a\x1c\xb8\x57\x76\x2c\x3c\x63\x78\xdc\x02\x92\xc4\x4a\x63\xe0\x7f\x30\x34\x7a\x77\xae\x66\x87\x46\xef\xa1\xd1\xbb\xe3\x3d\x33\x34\x7a\x0f\x7d\xae\x71\x3d\x1b\x5a\xbd\xc7\x44\x09\xea\xe4\xb5\x18\x53\x7e\x0f\xa4\x06\x01\xbd\xb0\x85\xee\xbe\xd2\x0b\x7b\xe0\x71\x5d\x3a\x31\x7c\x43\x97\x6b\x21\x70\x70\x18\xba\x5c\x8f\x09\xc7\xeb\x38\x00\x8e\xe9\xf0\x02\x89\x79\x72\x4c\x39\x1e\xf0\x16\xe3\x53\x2d\x1f\x40\x76\x66\x79\xaa\x40\x4c\x27\x86\x6b\x9d\x31\x9d\x18\x20\x92\x75\x34\x9d\x18\xa0\x74\x6e\x58\xc6\x74\x66\x80\xe4\x91\xeb\x31\x9d\x18\xe0\x2d\xe6\xa7\x29\x8d\x94\xe4\xa7\x6d\xb3\x57\x9c\x83\x3b\x97\x33\x63\x7a\x0e\x06\x82\x7c\x4e\x63\x3a\x31\xc0\x5b\xcc\xf6\x3e\xd2\x30\x2f\xd4\xdf\x20\xba\xa7\xe7\x49\xef\x17\x7a\xb1\x9d\x1e\x28\xbd\x5f\x20\x1c\x6b\x78\xbf\x20\xbc\xc5\x98\xa4\xee\x78\x11\x2b\xaa\x90\x9b\xb2\x2b\x20\x36\x47\x55\x76\x05\xe4\x8e\xe4\xd6\x53\x7d\x4c\x34\x29\x1c\x4e\xc6\x54\x62\x02\xa1\xc6\xaf\xef\xba\x10\xcd\x89\xec\x8e\x0c\x72\xaa\x97\xe2\xef\x3b\xe1\xa6\x5a\x3b\xfc\x72\x4a\x5a\x16\x63\xd6\x3c\x8a\x01\x81\x83\xc1\xf0\xe2\x63\x4c\x24\x72\x2f\xce\xa4\x12\x19\x48\x9c\x5c\xc6\x54\x22\x03\x5d\x11\x3a\x65\xad\x40\xba\xd3\xa7\xac\x55\x17\xfa\xce\xeb\x5e\x43\x17\x7a\x21\x4e\xd4\x4f\x5d\xe8\x85\xb7\x98\x34\xfb\x6e\x2e\x4e\x87\x5b\xd6\x0a\xc4\x76\xda\x5a\xfb\x1e\xa4\x68\x74\xad\x87\x5d\xc7\xd8\xbf\x7f\xa5\xec\x7a\xb8\x28\x76\x7f\xcc\x45\x61\x5e\x66\x5b\x96\x76\x1d\x73\x46\xd7\x28\x61\x1a\x70\x21\x9a\x5f\x6a\xce\x00\x52\x13\xca\xf4\x48\x04\x24\x39\x81\x86\x21\x00\x42\x9c\xae\x03\xf9\xbb\x57\x3e\x9d\x7c\x81\x63\xca\x0d\x70\x6f\xdf\x35\x7d\x79\x0b\x34\x74\x6f\xef\x64\x6d\x1c\xba\xb7\x8f\xcf\xbd\x1d\xa6\xa1\x7b\xbb\x90\x64\x0f\x19\x4b\xd1\x0e\xbc\x5f\x1e\xd0\xaa\x34\x56\x1a\x72\x51\x27\xf8\x81\xc7\xfb\x5b\xcc\x5f\x0b\x69\x24\xdc\xaf\xb6\x23\x25\xb1\x09\x91\xb2\xde\x3c\x09\xef\x97\xfe\xda\x90\x86\x29\xf0\x6b\xc7\x94\xe4\x5e\x3d\xfd\x74\x49\xf3\xcd\x3e\xeb\xbc\x25\x39\x2d\xa7\x95\x3e\xd2\x78\x36\x1f\x26\xaa\xff\xfc\x58\x55\x3e\x72\x4a\xeb\xd2\xd8\x2c\x18\xef\x96\x22\x0a\x28\xbd\xd8\x53\x65\x14\x10\xee\xcf\x25\x77\x5c\xcd\x25\x69\xb7\xe4\x54\x40\x6a\x45\x5c\x32\x2a\x20\x64\x4a\xde\x7a\x8d\xa5\xb8\x20\xed\xf3\xd0\xf5\x5e\x08\x5c\xac\xc6\x52\x5c\x00\xc1\x5b\xb1\x63\x69\x03\x5e\x1f\x53\xea\xfe\x9a\x1d\x6d\xe6\x05\xe7\xc7\xe4\x3a\xeb\xe3\x3a\xce\xb2\x5c\x47\x07\x7d\x4d\x19\x3a\xe8\x8f\xd5\xed\x28\xb2\x72\xc9\x16\x80\xa8\x28\x1d\x4b\xb6\x00\x04\x59\x36\x86\xfe\xf9\x42\x92\x93\x6a\xe8\x9f\x3f\xd6\xc7\x15\xc2\x62\xce\x8b\x2f\x5b\x3b\x2d\x72\x05\xe0\x2d\x46\xd3\x3c\xad\x01\x41\xd0\xf3\xf0\xda\x6e\x70\x07\xf7\x16\x93\x66\xd3\x02\x67\xe0\x83\x4a\xdd\xb5\xde\xd1\x75\x7c\x7c\x86\x77\x74\x42\x92\xa0\x69\x78\x47\x37\xf0\xe2\x7f\x8b\x49\xb3\x6d\xdc\xdd\xe0\x3e\x32\xcc\xb0\x2e\xbc\xc5\xa8\xd4\xad\x0c\xa4\xf6\x4b\x6f\xf7\x84\x68\x98\xe1\xbc\xdd\x1b\x2b\x5d\x59\x4e\x9f\x66\x61\x20\xea\x21\xc9\x89\x27\x75\x63\x57\x77\x58\x32\x01\x20\x08\x1f\x1f\x4b\x26\xe0\x5d\x61\x27\x5c\x7a\x18\x13\x30\xf0\xb5\xde\x79\xd0\x6e\x78\x7d\x38\x6e\x8e\xa5\x9d\x67\x44\xc6\xed\x5e\x06\x02\x17\x9f\x71\xbb\x97\xf5\xc8\xee\x38\xe3\x0e\x3d\xb2\x85\xdc\x51\x54\xf5\xc8\x1e\x78\x5f\xbf\xc5\x0e\x68\x29\x4d\x9d\xce\x2f\x2f\x49\xbc\x49\xd2\x2d\x45\x0f\xee\x6a\x73\x91\x71\xb7\x27\x23\x20\xbc\x6d\xd1\x0b\x5b\x48\x12\xbd\x0f\xbd\xb0\x85\x20\x6f\xc9\xf0\xfe\x53\x28\x5d\x8b\xa6\x17\xa0\x42\x12\xd7\x3b\x74\xc2\x16\x3a\x4f\x51\x0c\x9d\xb0\x85\xa8\xd8\x86\x4d\xd6\x2e\xf4\x7e\xfe\x06\x23\xb9\xb9\xdc\x85\x50\x97\x31\x95\xfb\xd0\xb9\xbb\xef\xbb\xb4\x25\x8d\xac\xab\x1c\x36\x75\xee\x16\x52\x0b\xb6\xce\xdd\x42\xe2\x84\x39\x6e\xb5\x53\x20\xc8\x24\x32\x74\xf7\x16\xde\xdf\xb7\x98\x63\xc5\xf5\x2e\x37\xd4\xc3\xeb\x5d\x21\x77\xce\x47\xba\x7b\x0b\x41\xd6\x90\x71\xab\x3d\xdd\xea\x40\xa4\xcf\x1b\x66\x94\x17\x92\xd4\x6f\xe3\x96\xdb\xe8\x01\xde\x77\xf6\x92\x1e\xe0\x42\xe2\xd7\x3e\xf4\x00\x1f\x7a\x80\xf7\x1d\xa3\xab\x1e\xe0\x42\x28\xfc\xf5\x00\x17\x92\x88\xed\x61\xde\xf9\x81\x1b\xf7\xfb\x25\xbf\xa6\x5e\x72\x1b\x07\x0b\x3f\xbb\x3d\xdc\x03\xd1\x5c\x87\xaa\x2a\xb7\x4c\x09\xdf\xaf\x71\xcb\x94\x80\xc4\x4d\x75\xdc\x32\x25\x1c\xc0\xdf\x62\xf4\x40\x16\xa4\x07\x38\x69\xf2\x87\x1e\xe0\x42\x6c\x2e\x57\x99\x12\x90\x5f\x33\x64\x4a\x77\xb8\x93\x10\x77\xb7\x7a\x09\x10\x38\x9d\x8f\x5b\xbd\xe4\x36\x51\x6c\x4a\x72\xbc\xd5\x4b\xf6\xaf\x98\xfd\x0c\xf2\x26\xba\xd0\xd5\x4b\xf4\x1c\x27\x77\xdd\xd0\x73\x5c\x78\xbf\xa4\xb5\x72\x38\x20\xba\x1d\x90\xc3\x71\xe7\xfe\x16\xa3\xef\xb2\x33\x20\xf7\xb0\x02\xfb\x29\x87\x53\x67\xba\xe5\x70\x40\xf7\xf6\xf1\x96\xc3\x01\xb1\xb9\xb9\x64\x70\x78\xab\xbf\x5f\x52\x4c\x76\x06\xc4\xe1\x8a\xd4\xec\xcd\xa5\xfe\x5b\x8c\x21\x4a\x3b\x9f\x24\x84\xc0\x54\xa6\x53\xbb\xf0\x16\xa3\xa7\x32\x42\xbd\xda\x77\xf7\x94\x8c\x10\x48\x92\x05\x8e\xdb\x5b\xc5\x5b\x9d\x49\xfd\xe2\x56\x67\x02\xe2\x5b\xcc\xb2\x4b\xe0\x2d\x26\xcd\xf1\x50\x69\x0a\x7b\xe5\x78\xa4\x2b\xb7\xda\x36\x3b\x4f\x1e\x28\x12\x85\x0d\x7d\x10\x84\xd2\x15\xff\xb7\x9c\x16\x6f\xf2\xdd\x76\xe8\x97\x20\xa4\x2a\xc7\xe3\x11\xf8\x51\x33\x51\x04\x3e\x6a\x26\x40\x6a\xcf\xd6\xe5\x5c\x48\xe2\x5d\x87\x2e\xe7\x42\x92\x05\x70\x3c\x2a\x26\x40\xee\xc8\xc4\x47\x06\xfa\x7c\x7c\x90\x95\x6b\x62\x7c\x21\x1d\x5b\x13\xe3\x0b\xc9\x7b\x17\xc3\xc4\xf8\xe3\xf1\x50\xec\x36\x78\x64\x3b\x40\xe7\x81\x9f\xf1\xc8\x76\x9e\x8f\xed\xd8\x34\xd9\x0e\x90\xb2\xb5\x47\xb6\xf3\xc8\x76\x10\x28\x7a\x64\x08\xe9\x25\x9c\x1e\x19\xe3\xf1\x9c\xfc\xb7\x2f\x43\x1a\x0f\xa9\x9e\x34\x4d\x4e\xf4\x7c\x6c\x07\x83\xfc\x23\xdb\x79\xcc\x90\x54\xfd\x35\xc7\xb1\xd9\x03\xc4\xb5\x1e\xf8\x42\x27\x95\xd0\x78\xe4\x31\xc0\x5b\x8c\x1e\xa8\xd2\x00\xf9\x55\xe0\x39\x0a\x08\x5e\x72\x1b\x8f\xe7\xa8\xe7\xe3\x4e\xdc\xfc\x3d\x72\x27\x20\x3c\x88\x3f\x72\xa7\xc7\x83\xd4\xf7\xfb\x76\xea\xe3\x4e\x69\x3b\xec\x15\xdc\x49\xb3\xdd\x23\x77\x7a\x7c\xb9\x0b\x45\x42\x07\x15\x21\x3b\x67\x2b\x1d\x54\x84\xf8\xa6\x58\x7e\xf5\xa8\x45\x91\x9b\x71\x3c\x32\xac\x47\x86\xe5\xea\x93\x61\xe9\xc6\xd2\xc9\xec\x30\x74\x63\x11\xc2\xcb\x0e\xdd\x58\x84\xd0\x68\xa0\x1b\xcb\x78\x64\x3b\x3c\x56\x3d\x7c\x9a\x40\x48\x9c\xca\xc6\x23\xdb\x01\xf2\x1b\x20\xf5\x2a\x1f\x30\xe8\x5e\x16\xfb\x80\x81\x90\x5f\x33\xe4\x00\x3e\x60\xd0\x0f\x3b\x2a\x07\x00\x82\xa0\xdd\x61\x08\x84\x10\xbc\xa2\x38\x0c\x81\x18\x3e\x56\xd0\x8f\xf2\x1b\x8e\xd7\x3a\xc3\x08\xf9\x8d\x96\x67\x23\x1d\x5f\x3a\x09\xb1\x86\x6f\x19\x0c\xdc\xfa\x77\x9c\xe9\xa7\xbe\x30\x42\x70\xdb\x37\x75\x85\x99\xfa\xbd\x74\xd8\xde\xd4\xef\x45\x48\x62\x57\xa6\x7e\x2f\x73\xf3\xe8\x42\xc4\xc1\xdc\x50\x81\x84\x38\xc3\x2f\xa7\x24\x2f\xb7\xac\x60\x49\x5a\x18\x4a\x2a\xa4\x5b\x12\x7c\x0a\x0f\xad\xa9\x13\x8d\x10\x64\x35\x9e\x3a\xd1\x08\x79\xbc\x87\xf5\xb9\x55\x5b\x4b\x4e\x7a\x92\x76\xcc\x0d\x0d\x4b\x48\x12\x76\x4e\xdc\x6e\x5e\x70\xd2\x0e\x5a\x56\xed\x80\xd9\x33\x0b\x7d\x82\x8d\x4c\x1d\x66\x3a\x19\x3a\xa6\x0e\x33\x42\xf0\xdc\xc8\xd4\x61\x66\xe2\x1c\x53\xfa\xe1\xa8\x55\x7b\x80\xb5\x1f\x1f\x9a\xa9\x73\x8c\x90\x6c\xdf\xa9\x73\x8c\x90\xac\xba\x69\x64\xc1\xdc\x54\x55\x48\x93\x32\x37\x18\x84\x90\xec\xae\xb9\xa1\xaa\x08\xa5\x93\x54\x62\xe2\x17\xf3\x41\x22\x13\xa7\xde\x31\xc2\x5b\x8c\xce\x37\xc7\x1b\xab\x4e\x7b\x05\xf1\xdc\x9a\xad\xd5\xdc\xd6\x24\xd9\x5a\xb9\x0d\x77\xf9\x93\xa0\x85\x0f\x3a\x59\x04\xa7\xb1\x09\xd3\x40\x84\x8e\x77\xf9\x34\x10\x41\x88\x7e\x5a\xcc\xc1\xc5\x1e\x13\x1f\xc9\xc1\xed\xee\x88\x4a\xaf\x60\x2d\x42\xb4\x83\xd6\xc2\x5a\x84\xd2\x8f\xe6\xa7\x8e\x07\xac\xe5\xd8\xac\xd3\xf1\x50\xf1\x39\xec\x42\xb7\xf3\x30\x12\x42\xa7\xa6\x6e\x40\x53\x9f\x9f\x8e\xeb\xc1\xd4\xe7\x67\x6e\x1e\x3f\xc8\x92\x32\xb7\x74\x28\xb1\x41\x70\x9f\x36\x79\xf4\xe2\x83\xd2\x8f\x64\xb5\xa5\x3f\x97\x2e\x5d\x49\x0e\xe5\xb7\xd1\x9c\xe6\xcb\x41\x62\xa3\x71\xad\x3e\x75\xfa\x99\xb8\xe4\xbc\xc5\xde\x3e\xe8\x93\x23\xf4\x2c\x14\x73\x39\xfb\x9e\x42\x27\xe4\x62\xfa\x9e\x82\xd0\xc9\x6a\x3f\x7d\x4f\x61\xf2\xc4\xc1\x5b\xac\x42\x7b\xa4\x61\xda\x66\xb2\x8a\xcb\x0d\x48\x52\x4f\x4e\x5f\x40\x10\x4a\x3f\x77\xbe\x44\xde\x09\xc9\xbd\xfd\xf4\x89\x83\x59\x70\x47\xe8\x27\x4c\xa0\x38\xa7\x40\x76\x9b\xeb\x9c\xf2\x5e\x41\xe9\x5f\x4f\x9d\x40\x20\xba\x15\x38\x7f\xba\x10\x75\x5c\x25\xa6\x2e\x44\xb3\xc8\x47\x71\x5b\x98\x25\xad\x01\x4d\xaa\xed\x92\xac\xc1\xe1\x25\x3c\x69\xea\x42\x34\x71\x21\xf2\x35\x97\xa9\x0b\xd1\xdc\xb9\x0c\xee\xe4\x2b\x98\xbb\x4c\x05\x08\xf2\x9a\xcc\x5d\x9e\xb2\x6b\x69\xe5\x4a\x7e\xee\x08\x6d\x21\x5b\xa3\x18\xf6\x0b\xa1\x74\x1c\x45\xa6\x9e\x46\x42\x72\x3f\x3c\x75\x25\x9a\x3b\x7e\x67\x9d\x40\x9d\xb9\xbb\xe0\x80\x38\x83\x0a\xba\xed\xb0\xf7\xbc\x17\x33\xf5\x11\x9a\x3b\x57\x29\x1d\x97\xf1\xb9\x23\x93\x84\xc0\xb1\x7c\xee\x61\xdb\xf0\xbc\xe8\xa4\x70\x9d\x3b\x2a\xa8\x10\xbc\xb4\x38\xf7\xf4\x4b\x5d\x4d\xd9\x6d\x7b\x7e\x5f\x56\xda\x61\x29\x7b\x95\x38\xb3\xef\x92\xec\x14\x51\x79\x9d\x18\x83\xb9\xa7\xbd\x42\x29\x25\x58\x63\xe2\x90\xf4\x41\x90\x42\x68\xea\x96\x34\x3f\xb7\x24\xfb\xe4\x1e\xda\xd5\x49\x6b\x93\x36\xa5\xe1\xb9\xd9\x6c\xbf\x23\xc4\x25\x5d\xaf\x6c\x49\x5c\x99\x3e\x08\xa2\x0e\xa6\x0e\x4d\x73\x37\xac\xe5\x78\x7f\x4c\x87\x26\x21\xe4\x77\x87\xc2\x4a\x1f\xa7\x4e\x0c\xc3\xd4\xc7\x49\x88\x8a\xc8\xd1\xc7\x69\x1e\x9a\x74\x79\xeb\x68\x1e\x68\x22\x42\xb4\x2a\x69\x4a\x62\xa6\xda\xce\xa7\xce\xd4\xe1\x4c\x35\x76\xc2\xe1\x4c\x01\xe9\xee\x3b\x9c\xa9\x43\xa6\xd2\x8e\x5f\x8f\xd1\x9e\x87\xe3\x05\x04\x0f\xa0\xcc\xc3\xe1\xd2\xb7\xa9\xe3\x3d\x39\xf5\x6d\x9a\xc6\xf7\x90\x64\x77\xea\xdb\x34\x4f\x8d\x14\x5c\x7b\xcf\x13\x23\x85\x10\x3c\xf0\x34\x4f\x8c\x14\xf3\x3c\x99\x10\x97\xf6\xa9\x3c\x06\x12\x6f\xa4\x69\x36\xeb\xa9\xa7\x54\x77\xc6\xf5\x94\x12\x92\x6b\xef\xa9\xa7\xd4\xd4\x53\xaa\xe3\xec\x39\xf5\x94\x12\x82\x64\x89\x53\x4f\xa9\x69\x6a\xe9\xde\xba\xbf\x36\xa4\x69\xd2\x3c\x21\xd9\x0e\xaf\x46\x78\xc2\x71\x9e\x32\x1d\xa0\x93\xb0\x73\x9a\x20\x7a\x9e\x0a\x8d\x16\x34\x44\xa1\x71\x9a\x35\x8a\xa5\x67\x76\xe5\x69\x2a\xe5\xce\x35\xe4\x34\x95\xb2\x10\x3c\x50\x30\x4d\xa5\x3c\x4d\xa5\xdc\xb9\x5f\x9c\xba\x4a\x09\xa5\x13\xd1\x36\xcd\xa5\x2c\x84\x22\xd9\x5c\xca\xf3\xcc\xaf\x18\x03\x97\x16\x4b\xdc\x48\xaa\xa4\xaf\x18\xac\x14\x9e\xa3\xa7\x94\x10\xca\x33\x3d\xa5\xe6\xe9\xb6\xeb\x3b\xed\x70\xdb\x01\x81\x79\x65\x9e\x6e\xbb\xd3\xb3\x60\x67\x0f\x9c\xee\x3b\x20\x48\x88\x3c\x4f\xd7\xd1\xe9\xbe\xeb\x87\x9f\x3a\xbc\xe9\x34\x5b\x81\xd3\xec\xda\x22\x78\x63\xea\x9e\x35\x71\xcf\xf2\x91\x9f\xa9\x7b\xd6\xac\xaa\x7f\xf8\x6a\xcc\xea\xf6\x01\x82\x30\xf3\x59\x55\xff\x80\xd2\x3b\xb3\x50\xb1\x9d\x09\x89\x0b\xdb\xac\xf8\x6c\x4c\xbd\xb8\x7c\xdd\x66\xea\xc5\x25\x44\x7f\x95\xea\xa9\x17\x97\x10\xbc\x75\x36\xab\xab\xb2\x7a\x87\x87\xc3\xcc\xac\x6a\x76\x55\xef\x54\xb4\xb8\xaa\x66\x57\x95\x84\x9d\x1d\x53\x95\x84\x40\x54\xa6\xaf\x2a\x09\xab\xcb\x0d\x27\x9d\x59\x5d\x6e\x40\x74\xf8\x50\x75\xb9\x01\x21\x93\xaf\x8a\x07\x20\x78\xa4\x69\x56\xc5\x03\x10\x3c\x5a\x33\xab\xd2\xa1\x7e\x2b\x0b\x46\xa7\xaf\xd7\xac\x32\xef\x8e\x3e\x52\x5d\x0c\x40\xc7\xb4\x31\xab\x8b\x41\x97\xb0\x4e\xea\xa1\xa9\x4b\x98\x90\xbd\xf8\xa5\xe3\xc1\x05\xb7\x6f\xaa\x4e\x7d\xc2\x84\xd8\x42\x92\x7d\x77\x96\x71\xd9\x98\xba\x89\x4d\xdc\xc4\x76\xf5\x0c\xdd\xc4\x84\xe2\x3d\xf5\x6c\xf2\x52\x20\xdd\x08\x8d\x6b\x92\xd9\x5c\x0c\x98\x3e\x67\x73\x31\x34\x73\xe4\x77\x49\x55\x52\xb3\x98\x35\x74\x69\xa8\x76\xe8\x3b\x8d\x3b\x91\xd9\x9c\x04\xdc\xfc\x66\x73\x12\x80\xc8\xe4\x4b\x27\xa1\x79\xa0\x75\x5f\xb5\x6e\x43\x38\xd0\x6e\x76\xa1\xfb\x65\xff\xbc\x38\xde\xb1\xd4\x75\x6c\xb6\xaf\xf7\xfd\xed\xbd\xae\x63\x13\xd7\xb1\x83\xdb\xc2\xa9\xeb\xd8\xec\xde\x59\xe0\xc6\x31\xf5\xcf\x12\x82\x0b\xf3\xa9\x7f\xd6\xec\xda\xfd\x78\xc7\x7a\x9a\x8f\x58\x08\xbc\xad\x67\x57\x4b\xee\x1e\xa3\x79\x7d\x75\x76\x15\x23\x20\xc8\xb9\x3f\xf5\xec\x9a\x5d\x19\x44\xa2\xff\xd9\x65\x48\x40\x92\xb3\x69\x76\x65\x90\xae\x5d\x9d\xc4\x2c\x53\xd7\xae\xa9\x83\x56\xc7\x55\x62\xea\xa0\x35\x71\xd0\x3a\xb8\x81\x9e\x3a\x68\x09\x25\x36\x4e\x3e\xe1\xa4\x86\xef\x95\xc3\xb6\xc2\x49\x35\xbf\x6f\x90\xd6\x64\x9a\xdf\x57\xc8\x8d\x01\x31\xbf\xef\xc4\x67\xaa\xf8\x6a\xfc\xd4\x69\x4a\x08\xf2\x5e\xcc\x70\x03\x06\x63\x69\xf0\xd2\x0c\xc7\x12\x88\x0a\xd3\x0e\xc7\x32\xb8\xf4\xf7\x89\x87\x19\x9e\x42\x80\xf4\x6c\x18\x0e\x6f\x74\x8b\xa1\x29\x86\xfa\x13\x10\xdc\x98\x4f\xdd\x9c\x66\x10\xbb\xf4\x8d\x6f\x84\x35\x60\x5c\xdc\x38\xa8\x05\xc6\xc5\x19\x69\x17\x18\xcb\x90\x43\x03\x49\xa6\x91\x19\x6e\x4a\xa0\xf0\x0c\xc6\xaf\xca\xee\x70\xd3\x02\x41\xfc\xe3\x0c\x35\xae\x20\x46\x40\x1f\x97\x19\x72\x70\x20\xb9\x87\x98\x21\x03\x0f\x8e\x15\x41\x14\xc2\x0c\xf7\x36\x10\xf8\xc4\xcf\x70\x6b\xeb\xa1\x15\x1b\x67\x69\x3d\xb4\x66\x38\xe5\x6c\x29\x3d\xb4\x66\x7e\x73\x49\x0d\xe9\x5c\xa6\x73\x09\x7b\xd2\x69\x4b\x48\xde\x46\x9e\x3a\x6d\x4d\x93\xd1\xfa\xfe\xf7\x34\x19\xad\xd0\x09\x97\x9b\x26\xa3\x15\x8a\x2f\x1b\xce\x74\xc1\x03\x89\x63\xc6\x4c\x8f\x85\xe4\xa4\x2d\xc6\x27\xcd\x74\xc1\xa7\x72\xba\x4a\x0a\x49\x34\x97\x77\x38\xa6\xbe\x5d\x93\xc4\xaf\x2f\x8d\xf6\x86\xb5\x62\xa0\xe5\x2a\x65\x92\x05\xf6\x83\x74\x21\x9b\x0b\x76\x26\x9c\x33\xb8\x0d\x9a\x29\xe7\x04\xd2\xd5\xa8\xa3\xd8\x4c\x87\x92\x60\x85\xa9\x0b\xd8\xc4\x05\xcc\xa7\x4a\xa6\x2e\x60\x93\x18\xdf\xf2\x2d\x6e\x83\x7c\x85\x0c\x16\xad\x41\xbe\x53\xdf\xae\xef\x94\xa9\x6f\x97\x90\xb8\x7b\x4e\x7d\xbb\xa6\xbe\x5d\x41\x1e\x96\xa9\x6f\x97\x10\xf8\x96\x4c\x7d\xbb\xe6\x45\xee\xbe\xd8\x37\x1a\xa2\x6a\x04\x24\x41\xcf\x93\xa7\xff\x7f\x9a\xb8\x7b\xbd\xc5\xde\x9e\xea\xef\x25\x04\xf7\x80\xf3\xf2\x20\x77\x39\xa7\xf8\xe6\xce\xcb\x39\xbd\xdc\x64\xbb\x24\xbb\x00\x83\x8d\x9d\x9d\x6d\x50\xb2\x90\x6e\x4f\x63\x92\xa7\x01\xc8\x3a\x4b\x4d\x03\x90\x85\xdc\x3e\x52\x48\xba\x2c\x56\xa1\x0d\x69\xf0\xb5\xdd\x0a\xec\x15\xb7\x12\xdb\x66\x05\xf6\xca\xcd\xbe\x7f\xc5\x6c\x6e\x97\x27\xf0\x63\x2e\x10\xe0\x2d\xc6\xa7\x6a\x68\x40\x12\xf0\x3d\x2f\x35\x34\x7c\xc7\x4a\xec\x30\x00\x9d\xc7\x84\x24\x84\x6b\x5e\xe1\x88\x87\x95\xb2\x3d\x74\x1e\x13\x3a\xa1\x2b\xf3\x72\x05\x02\xd1\x10\x38\x97\x2b\xf0\x92\x9b\xec\x4e\xb3\xdc\x04\x08\x22\xd3\xe6\x25\x37\x31\x84\xda\xb7\x91\xa7\x21\xd4\x42\x62\x81\x9c\x86\x50\x4f\xdd\xce\x74\xe4\x9a\xba\x9d\x4d\xdc\xce\x0e\x92\x3c\x4c\xdd\xce\xa6\xf1\xcc\x3e\xe7\x34\x8d\x67\x16\x92\xeb\x8b\x69\x3c\xb3\x50\x0c\xdc\x99\xc6\x33\x0b\xc1\x1b\xe6\xd3\x78\x66\xa1\x04\x86\xfe\x69\x40\xb3\x90\xca\x47\xe3\x99\x27\x8e\x6b\xc5\x17\x64\xa7\xa1\xca\x42\xc6\xd7\x8e\x29\xc9\xa1\x6c\xb6\xf7\x96\xe6\xa1\xdb\x0a\x18\xca\x51\xbf\x4a\xf9\xd4\xed\x01\xa4\x1c\x4f\x97\xb8\x89\x63\x5b\xf1\x0d\xc7\xa9\x67\x9b\x10\x5b\xd0\x0e\x0d\x6d\x40\xf1\x11\xfd\x39\xea\x57\x03\x61\x17\x98\xae\xf4\x7f\x9b\xfa\xa2\x99\x6e\x67\xea\x8b\x26\x24\xc9\xae\xa6\xbe\x68\x73\x7c\x8b\x17\x46\x30\xfa\x47\xe3\x2a\xda\x2f\x5d\xbc\xc3\xc5\x8b\xd4\x1f\x2e\x5e\xdd\xd3\x42\xa3\x94\xee\x69\x73\x28\x96\x0e\xc7\x52\xb1\x04\x44\x77\xb2\x14\x4b\xc3\x25\x48\xfc\xec\x1c\x2e\x41\x20\xd4\xf8\x86\x4b\x70\xb8\xde\xc8\xda\x3c\x87\xeb\x6d\x28\xbd\x38\x89\x0f\xd7\xdb\x90\x0b\x92\x29\x7e\x0e\xb9\x20\x10\x1d\xc5\x70\xc8\x05\x81\x12\x3c\x08\x30\x87\x42\x66\xf8\x48\xba\x93\xa5\xfe\xa8\x87\x5d\x1c\xce\x8c\xcb\x12\x0f\xbb\x83\xe4\x18\x53\x0f\x3b\xa1\x63\xc6\x9f\x53\x4d\x03\x48\x12\xf8\xcf\xa9\xa6\x31\x39\xa7\x86\x66\xd7\xe9\x39\x15\xc8\xed\xf4\xcb\x4b\x12\xf7\x5b\x55\xd2\x90\x44\x26\x4f\x98\xdb\x74\xb5\x4d\x45\x9d\x56\xd7\xe9\xd2\x02\xe2\xe8\xbf\x6e\x2a\x9f\x53\x49\x68\xb2\x54\xdf\x12\x9a\x26\x4b\x15\x92\x4c\x11\xd3\x64\xa9\x73\x72\x7b\x14\x87\x6d\x72\x49\x01\xa9\x6a\xa2\xcf\xdf\xc4\x99\xaf\x98\xd1\x6e\xea\xcd\x27\x24\x6e\x9c\x53\x67\xbe\xa9\xaf\x5d\x90\x51\x66\xea\x6b\x37\x3f\x5f\xbb\xb0\x18\xd3\x61\x6e\xd5\x20\x6b\xf2\xd4\x3f\x4d\xc8\xcd\x4e\x7b\xb0\xc5\xff\xac\x04\xe9\x90\xa7\x21\xf7\x42\x70\x3f\x35\xf5\x45\x13\xde\x62\xb4\xd7\x05\x3a\xbf\x95\x87\x66\x66\xc8\xbd\xd0\x03\xee\xaa\x2f\xd7\x9c\x2a\x44\x27\x67\x67\x43\xee\xe7\x17\x72\xcf\xd1\xc8\x90\x7b\xe1\x2d\x46\x0d\x1a\x99\x80\xd8\x10\x54\x53\x23\x93\x09\x5d\x7d\x79\x61\xea\xcd\x25\x04\xe9\xf7\xa7\xde\x5c\x53\x6f\x2e\x53\xf7\x4f\xbd\xb9\x26\xde\x5c\x07\x6e\x38\x53\x6f\xae\x69\xc4\xfb\x67\xd6\xd3\x9b\x66\xea\xb1\x12\x27\x3c\x41\x8f\x15\x21\x1b\x1b\x5b\x8f\x95\x89\x2b\x4a\x89\x13\xad\x4d\x5f\x14\x21\xb5\x2f\x98\x9e\x72\xea\x77\x12\x95\x3e\xe8\x77\x32\xf1\x3b\x39\xb4\xa4\xe8\x77\x32\xcd\x32\x17\x95\xdd\x63\x96\x39\x21\x08\x0c\x9a\x66\x99\x9b\xe6\x85\x33\xd4\x75\x9a\x17\x4e\x08\x4d\x4a\xe6\x85\x9b\x86\xad\x47\x85\x81\x7b\x1f\x2f\x94\xa8\xa8\xfd\xc6\xad\x0b\xd1\x18\xf2\x5b\xc1\x67\x8e\x36\x9d\x95\xa6\x37\xed\x42\xe2\xcc\x3f\xbd\x69\x9f\x3e\x6e\x1f\x15\xfd\xc6\x6b\x64\x21\xb8\x38\x9a\xde\x22\xcf\x5b\x3e\x41\x82\x8e\x79\x3b\x35\xb7\xaf\x09\x71\xd6\xf7\x16\x79\xde\xdf\x20\xa1\xdf\x78\x65\x3c\xb9\x32\x3e\x3a\xc2\xc5\x2b\xe3\x69\xfe\xb1\x20\xcf\xc6\xf4\x32\x58\x48\x4f\x86\x5e\x06\x4f\xaf\x79\x3f\x71\xeb\x35\xaf\x10\x01\xcf\xf5\x9a\x77\x72\xb5\x5b\xcc\xc9\x33\x1f\xc5\xc6\x63\x28\x74\xfa\x65\x4a\x1a\x16\xdb\xa1\x4d\x69\x18\x22\xd3\x5f\x63\x0d\x7a\x0d\xab\x2f\xe2\xf4\x1a\x56\xc8\x16\x92\x2c\x86\x53\xaa\xf9\x32\xa6\x97\xa9\x42\x27\xca\x62\x7a\x99\x2a\xbc\xc5\xe8\x96\x16\x73\x20\x79\x58\x67\x7a\xbf\x3a\xb9\x4c\x7d\x8b\xf9\xa9\x5d\xe8\x3c\xd0\x5d\x24\xd9\x85\x6e\xdb\x58\x35\xde\x93\x0a\xd9\x42\xd2\xd7\x36\x56\x8d\xf6\x42\x2f\x45\x85\xe2\x9b\x47\xf3\x71\xd5\x00\xd1\x91\x24\xde\x93\x4e\x6f\x40\x83\x78\xeb\xe9\x0d\xa8\x10\xc4\x76\x4c\x6f\x40\x85\x24\x7f\xc8\xf4\x06\x74\x12\xa8\x5f\xa2\xa1\x76\x9b\xde\x4d\x48\x9e\x0b\x9a\x8f\x0c\x03\xc8\xc6\x66\xf3\x9e\x74\x3e\xae\x2d\x1c\x5d\xa6\x17\x95\x42\xe0\x7c\x37\x8d\xe3\x17\xde\x62\xf4\x54\x0b\x31\x90\x0d\x89\xe6\x75\xe6\xe4\x3a\xf3\xc0\xaa\xb8\xbc\xce\x5c\xdc\x36\x96\xc0\xaa\xb8\xbc\x6e\x14\x7a\xbe\xcb\x7e\x79\xdd\xb8\xb8\x47\x2c\x41\x73\x97\x17\x89\x42\xef\xef\x5e\x5b\x5e\x24\xae\xed\x5b\x95\xef\x4a\x5d\xde\x1a\x0a\x41\x5a\xff\xe5\xad\xe1\xda\xbe\xe5\x96\x09\x6d\x4a\x9b\x58\x3c\x2b\x24\xdb\xa1\x48\xc1\xe7\x7f\x79\x1f\x28\x24\x4f\x1d\x2f\xef\x03\xd7\x26\x5b\xc1\x46\xb9\x36\xd8\x8a\x10\xb5\xd0\x36\xd8\xca\x32\x34\xde\x87\x7b\x96\x97\x7f\x82\x7b\x6d\x79\xf7\x27\xbc\xc5\xfc\x35\x7b\xef\x93\x23\x85\x5e\x71\x22\x58\x46\xd0\x07\x91\x95\xcb\xab\x33\x21\x08\x86\x5a\x46\xd0\x0b\x25\xb0\x34\x2e\x6f\xd3\x96\xf7\x5f\x81\x59\x71\x79\xff\xb5\xb8\xff\x3a\xf2\x95\xf1\xcb\xfb\xaf\x55\x1c\x4b\x0c\x64\xcb\x5b\x2c\x21\x7b\xf9\xf5\x87\xc0\x96\x8f\x86\x2f\x1f\x0d\x57\xb1\x59\x3e\x1a\x2e\x04\x5e\x82\xcb\x47\xc3\x97\x4f\x7f\x07\x96\xb7\xe5\xc5\x97\xd0\x7b\xe3\x4b\x8e\x4b\x42\xe0\xb1\xb0\xbc\xf7\x5a\xde\x7b\x45\x4f\x8a\x75\x9b\xe9\x5d\xe6\xbb\x90\x97\xf7\x5e\xab\x38\x5e\x8e\xa1\xef\x6c\x0b\xc9\x83\xaa\xab\x38\x5e\xde\x7b\x05\xaf\xa3\x2f\xef\xbd\x56\x51\x1a\x62\x2b\x5b\x25\xfd\xf4\x93\x86\x34\x37\xfd\x34\xcd\xa9\x91\x90\x98\x24\xaf\xc2\x8c\x6e\x5c\x5e\x85\x2d\xae\xc2\xce\xed\xe5\xcc\xcb\xab\x30\x21\xd9\x9d\xcb\x60\xfa\xb5\x7b\x88\x70\x39\xee\x1c\x22\x84\xe0\x19\xe5\xb5\x73\x88\x58\xbb\xbb\x87\x94\x25\x6b\x77\xf7\xec\x06\xd8\xd1\x34\xef\xd5\xd6\xee\x7a\x27\xb1\xe0\xda\x5d\xef\x40\x47\xcb\x5d\xbb\xeb\x7d\x6f\x56\xca\x5e\xdc\x1d\x5e\x20\x5b\x93\x64\xa5\x5f\xda\x87\x80\x54\x25\x75\xbf\xa4\x02\xd7\x3b\x90\x44\x71\xae\x9d\x5b\xf2\x65\x24\xbf\x5e\x9e\xcb\x48\x7e\x21\x6a\x58\xcc\xe6\x36\x27\x21\xa5\x3d\xd2\x1e\xce\xf5\x74\xbe\x3b\x6c\xca\x69\xbc\x9b\xd6\x8e\x9c\x16\x3a\xa9\x7a\x16\x09\x01\x5e\x38\x2d\x46\xdb\x5c\x20\xbb\x69\xf2\x77\xc6\xc8\x05\xb2\x7f\x33\xcf\x3a\xf2\xce\x6f\x11\xf0\x5f\x22\xfd\x39\xd8\xab\xa0\x95\x67\xed\xb0\xd7\xb5\xab\xa3\x91\x58\x7b\xed\x61\x1f\xd0\xd1\xf2\x2b\x66\x17\x3c\x1d\x90\x58\x7b\x71\x4f\xf8\x81\x27\x81\xe5\x6d\xe1\xe2\x6a\xf0\x2d\x46\xef\xd3\xf6\xea\xb0\xb6\x31\x59\x69\x7b\x71\x57\xf9\xdb\x72\x40\x6f\x13\x92\xf0\xa9\xe5\xdd\xe0\xf2\xee\x4e\x43\xfd\xf2\xee\x4e\xc8\xd3\x5f\x73\x55\x72\x77\x77\x12\x47\xb2\xbc\xbb\x5b\x5c\xca\x95\x20\x4d\xf7\xf2\x56\x4e\x48\x1e\x29\x58\x07\x67\xd6\x75\xe0\x4a\x1f\x04\xb1\xad\x83\xd3\xa8\x10\xbc\xbd\xb8\x0e\x0e\x11\x42\x09\x12\xe9\xac\x83\x53\x84\x90\xe8\xac\xeb\xe0\x14\xb1\x0e\x17\x34\x57\x45\xeb\x70\x41\x03\x49\xbc\xff\x3a\x5c\xd0\x3e\x35\x1d\xbc\xd0\xbb\x7c\x6a\x5a\x48\x54\xdb\xe5\x53\xd3\xeb\x90\x85\x91\xce\x7b\x1d\xb2\xb0\xc3\x98\x69\xa6\xf4\x90\x47\x1d\x2a\x29\x58\x8d\xd7\x51\xed\x02\xf7\x64\xe5\xfb\xd2\x2e\x70\x4f\x16\x24\xf9\x59\x47\xb5\xbd\xd5\x93\x67\x42\x9a\x92\xec\x42\xb5\x6d\x76\xa1\xda\x85\x03\x92\x5d\xa8\x2e\x10\x3a\xcf\xa1\x78\x1d\xfd\x6b\x07\x3d\xed\xb6\x83\x57\x48\xfb\x41\x73\xbb\xed\xe8\x0e\x25\xdb\x94\x7b\xd2\x0f\xb2\x3b\x09\xdd\xa6\xa9\x90\x7c\x35\x74\xdb\xe6\x5b\x82\xbb\xc5\x6c\x9a\xeb\x3e\x83\x5e\xb9\xee\xb9\x2d\x7d\x69\x74\x21\x1c\xb7\x30\xbc\x89\x86\x84\xe3\xa6\xbf\x28\x5b\x97\xc4\x12\x1f\xf4\x3c\x19\x8f\xb0\x07\xe1\xb0\x39\x46\xee\x98\xc3\x84\x4c\x76\x34\x6c\x5a\x38\x6c\x69\x3b\x6c\x1b\xe9\xc6\xda\x57\x81\xc3\xa6\xed\x91\x08\xbe\x65\x7e\x09\x21\x72\xa7\x82\xb4\x07\x5c\xfe\x79\x4b\xb1\x8e\x74\x35\x98\x2f\xb3\x5a\x6c\x97\xb4\x5b\x8c\x86\xb8\xff\x80\x48\xc7\x28\x5d\xf6\x1e\x9b\x12\x16\x72\xb8\xff\x80\x68\x0e\x9b\xdb\xef\xf0\xb4\x92\xe9\xa7\xf6\x9e\x4b\x42\x02\x46\xd7\x91\xce\x9f\x77\xf3\x5f\x9d\x4e\x9f\x9a\x3e\xc9\xd2\x97\x97\xcd\x42\xf0\xc6\xf8\xf2\xb2\x79\xf1\xec\x78\x49\x5e\x0d\x5c\xbe\x3b\x2e\xf4\x74\xd9\x2b\x76\x80\xb7\x18\x6d\x73\xcf\x03\xf1\x1e\xae\x7e\x55\x72\x7b\x8b\xbd\xb8\xc5\x3e\x31\xce\x2d\x6f\xb1\x85\xf7\x87\x0f\x68\x45\x9a\xa9\x4f\x03\xd2\x2e\xe9\xb4\xd8\x09\xad\x4a\xe3\x52\xee\x55\xa2\xd7\x89\x69\x4b\x78\x8b\x49\xeb\xd2\x3a\xc3\x65\x05\x21\x69\x58\xcc\x1a\xa6\x34\x52\x3c\x20\xbc\xbc\x13\x5f\xbc\xea\x5c\xbc\x10\x59\xbc\xed\xfc\x81\x87\xcc\xe5\x0b\xcf\x8b\xb7\x9b\x8b\xf7\x52\xcb\xc7\x9b\x85\x68\xcd\x62\xa7\xa4\x6a\x31\xda\x26\x9b\x00\xa2\x1e\x54\x50\x6d\x2e\x9c\x43\xab\xe6\xf2\x86\x5d\x88\x44\x52\x79\xc3\xbe\xb8\x4d\x2f\xda\xb8\x97\xd7\xe9\x42\x90\xf2\x6d\xf9\x52\xf3\x22\xc9\x48\xd1\xdc\xb5\xcc\x32\x22\x7c\x4c\xd8\x4b\xf7\xc5\xdb\xca\x45\x5b\xed\xf2\x71\x65\x21\x12\xfe\x7d\x2a\x7f\x7d\x6f\xd9\x2b\x84\xe5\x7b\xcb\x42\xe4\x47\x72\x8c\x9a\x8b\x05\xd6\x71\x2a\x59\x81\xe0\x7e\x73\xf1\x1e\xf3\x07\x45\x73\xf3\xf2\x59\x66\x21\xf2\x23\xd9\x36\x9c\xcd\xb4\xdf\x2e\x9f\x65\x16\x82\x34\x65\xcb\x3c\x29\x42\x90\x2c\x6e\x99\x27\x65\xf9\x04\xb3\x26\xf9\xa5\x93\x80\xf0\x89\x16\x9f\x60\x5e\xf8\x08\x14\xcd\x2b\x4b\x27\x01\xe1\x53\x17\x4e\x19\x9d\x59\x57\xb4\xdf\x2e\xb3\xae\x08\x3d\xfc\x35\x19\x1d\x6e\x03\x45\x13\xd8\xd2\x6f\x40\xf8\x84\x81\x89\x58\x04\x4f\x37\xcb\x44\x2c\x42\xe0\xe3\xb1\x4e\x39\xa4\x2f\x35\x6b\xea\x5b\xbe\xd4\x2c\x44\x75\xc3\xc8\x0f\x49\xd7\x52\x92\xbc\x62\xcb\x7c\x2d\x42\x9c\xf0\xbe\x53\x16\x09\xbc\xc5\xfc\xd4\x5e\x05\x3a\x1b\x6c\xf9\x94\x45\x02\x9f\x84\x3b\x65\x91\xa7\xaa\x47\xfa\xfb\x4e\xb2\x1c\xd2\x6e\xca\x21\x75\x8f\x48\x9e\x4f\x58\xba\x47\x08\x91\x8e\xad\x1c\x12\x08\xae\x36\x96\xee\x11\x42\x57\x0c\xea\x1e\x21\x04\x8f\x28\xad\x53\x95\x05\x28\xbe\xd2\xbf\x4e\x79\x26\x10\xe9\xa4\xc8\x33\x75\x85\x48\xd9\x9c\xae\x10\xc2\x27\xdc\x75\x85\x58\x67\xba\xbb\xd1\x6a\x4f\xd9\x1c\xf0\xa9\x0a\xa7\x5c\x4e\x8f\x09\x1f\xed\x5e\x7a\x4c\x2c\x3c\x26\x4e\x55\x2c\x3d\x26\x16\x09\x6b\xde\x62\xd2\x0e\x69\xb0\x7d\x96\x9f\x4e\x14\x42\xf0\x88\xf1\xd2\x89\x42\x08\x92\x83\x2d\x7d\x28\x04\xaf\xb4\x96\x3e\x14\xab\x9e\x4e\x31\x47\xa7\xaa\xb2\x53\x7d\x0f\x8e\x89\xd2\xad\x62\xe1\x37\x51\x92\x5c\x0a\xab\xaa\xd9\x54\x58\x56\x32\xeb\x55\x96\x05\xbc\xc5\xa4\x15\x69\x3a\xb2\x54\x48\xbb\x24\xb7\x5e\xa7\x53\xb2\x31\x20\x48\x4b\xb1\xaa\xfa\x4f\xfd\x38\x1b\x67\x28\xd3\xef\x08\x81\x97\xfd\x32\xfd\xce\x32\xfd\x4e\x6e\x1c\xc2\x4d\xbf\x23\x44\x6f\x56\x6a\x17\x3e\xce\x86\x2e\x62\xfe\x1d\x41\xef\x88\x65\xfe\x1d\x21\x88\xcf\x5d\x55\xfd\x47\x37\x90\xe4\xa6\x60\xe9\x06\x22\x04\x2f\x33\x2f\xdd\x40\x84\x68\x7e\xe9\xb9\x10\xf8\xd4\x30\x13\xf7\x08\x51\xd1\x00\xf4\x15\x11\xde\xdf\xb7\x98\xc3\x81\xb3\x88\x1c\x51\x67\x91\x85\x37\xc8\x5b\x8c\xc1\x95\x73\x02\xc1\x23\xde\xab\x7a\x72\xa9\xed\xeb\x27\xa3\xe6\xe1\xbd\x1a\x00\x80\x88\xa8\x1e\x66\xea\xc7\x73\xc3\x4f\xed\x28\x3c\x97\xa0\xcc\x55\xe5\xb9\xf5\x63\xa6\xc9\x10\xc9\x4c\x7d\x61\x9c\xc0\xb0\xe5\x0b\xe3\xab\x76\xe5\xe8\x6f\x78\x77\x7b\x55\x19\x2b\xd0\x3d\x14\x54\x19\x6b\xfd\x18\x6b\x4a\xb3\x87\x9f\xc7\x27\xa3\x2a\x63\xad\x1f\x63\x4d\xba\x23\x63\x05\x7a\x74\x8b\xd9\xe9\x8f\xb1\xa2\xa9\x54\x19\x2b\x10\xc9\x19\x51\x4f\x1a\xa1\x24\xbe\x5c\xab\x86\xf3\x16\x3e\x2f\xc3\xfa\x94\xd7\xf2\x36\xfa\x5b\x8c\x19\x91\xb3\x02\x51\xdd\x01\x72\x56\xe0\x2d\xe6\xa7\x76\x2b\x5c\xb3\x34\x57\x66\x0b\xbc\xc5\xe8\xa9\xdc\x16\x08\xbc\x62\x57\x0d\x7b\x2a\x03\x2e\x9b\x34\x97\x36\x0c\x58\xfb\x47\x95\x01\x57\x19\x30\x99\xd7\x56\x95\x01\x03\x9f\x82\x5e\x65\xc0\x40\x31\x09\xf1\xaa\x72\x60\x20\xd2\x29\x97\x03\x57\xef\xc7\x0f\xc6\x43\x0e\xac\xb7\x91\xb9\xa1\x97\xde\x46\x42\x10\xa2\xb2\xf4\x36\x12\x22\xab\xa5\x1c\x8f\xb4\xa3\x6e\x14\x15\xcd\xaa\xa2\xe9\x56\x57\xd1\x04\x74\xad\x59\x55\x45\x13\x78\xbf\xa4\x07\x2a\x9a\x40\x90\xae\x63\xe9\xcd\xb4\xaa\xec\x96\xe8\xff\xa5\x9f\x92\x10\xaa\xf6\xbe\x46\x2f\xbc\xc5\xa4\x39\xcb\xb0\x5b\xfc\xd8\x96\xae\x4b\x42\x90\x84\x64\xe9\xb9\x24\x94\x2c\x68\x44\xba\x2e\x09\x41\x12\x92\xd5\x64\xca\xcd\x64\x45\xf4\x5d\x67\xa6\xa5\xe7\x52\x12\x9d\xbf\xf4\x5c\x12\x82\x77\x96\x96\x9e\x4b\xc2\x5b\xec\x84\x96\xd2\x92\x62\x1d\xd2\x25\x89\x79\xef\xfe\xd8\x90\x34\xfd\xb2\x42\x5b\xd2\x74\xf7\xb0\xd8\x2d\xc9\x21\xda\xfd\xb5\x47\x1a\x43\x84\x22\xd9\x64\xde\x66\xf7\x4a\x22\xea\x97\xd9\xbd\x84\x48\x24\x86\xd9\xbd\x84\xae\x5c\x69\xf2\xee\xf6\x3d\x87\x40\x9d\xf2\x6e\x5f\x91\x4f\x62\x6e\x97\x09\xbf\x84\xcf\x94\xe9\x2b\xf2\xc2\x5b\xcc\x4f\x1d\x0f\xb5\xd2\x66\x33\x1c\x0e\x59\x7c\x39\x6c\x87\xe3\x51\x7d\x6d\x92\x51\x93\xc5\x37\x59\x3c\xfe\x24\xcb\xbc\x60\x82\x57\x8e\xcb\xbc\x60\x42\xf0\x88\xd5\x6a\xb2\x78\x20\xea\xd7\x34\x47\x08\x93\x6a\x16\xbf\x94\xc5\x03\x51\xed\xa8\x2c\x1e\x08\xae\xae\x57\x93\xc5\xe3\x6a\xf6\x7e\x49\x05\x32\xef\x66\xd2\x2e\xf4\xe5\xd6\x1c\x8e\xe6\xbc\xa3\xe5\x35\x99\x37\x10\x3c\x79\xbf\x5a\xb3\x9f\xcd\x7d\x70\x5a\xa9\x1d\x6d\xee\x03\x26\x54\x16\xdf\x9a\x93\x7c\xfa\xa9\x5d\x68\x4e\x32\x3d\x50\x5f\x06\xde\x62\xb4\x4d\x85\x19\x08\xde\x33\x5f\xba\xc4\x09\x7a\x7d\x2e\x5d\xe2\x84\xf7\x4b\x7a\xaa\xbe\x0c\x78\x95\xb7\x9a\x6c\x1d\x08\x52\xe5\xac\x26\x5b\x6f\xfa\xab\x39\xb8\xdd\x79\x97\xd3\x7b\xc8\x6a\x72\x7a\x40\xcb\xff\x6a\x72\xfa\xd6\x9d\x50\x98\x5d\x93\xad\x03\x41\xda\x9a\xd5\x34\x0c\xe8\xad\x97\x05\xad\x40\x6f\xbd\xd5\x42\x96\x05\x73\x6e\x2a\xc7\x40\x64\x97\x64\x0f\x3e\x7e\xed\xfc\xc9\xaf\x9b\xfc\x1a\x59\xd2\xe4\xd7\x80\xf7\xdb\xab\xc9\xae\x81\x48\x58\x56\x93\x5d\xb7\x8f\xc1\x56\xbf\x74\x65\xc9\x60\x5d\xe0\x32\xd8\x96\x8e\xa4\x4c\x40\xd6\x09\x44\x71\xe2\x65\x9d\x2d\x5d\x1f\x6e\x04\xf9\x64\xf3\x40\x5e\x2c\xe6\xfa\xf8\x38\x1b\x4c\x51\xb7\xc4\x85\x5b\xe2\xc9\x4b\xe8\x4b\xb7\xc4\xd5\x55\x24\x79\x51\x74\x75\x79\x56\x37\x92\xfd\xfc\x0d\x27\xed\x2e\x4b\xeb\xa7\xf3\x16\xfe\x72\x48\x63\x20\x3e\x52\x4a\x32\xf9\xc7\x01\xe9\x92\xe4\x76\x42\x2d\xe9\x72\x1c\xe0\xb3\x0e\x99\x3d\x4f\x28\xbe\xcf\xb4\x4c\x9f\x27\xc4\x99\x7e\x69\xcb\x39\x07\x6b\x30\xea\x32\xa1\x6e\xfe\xcd\xea\x87\x55\x92\x93\xcb\x71\xab\xcb\x84\x80\x38\x10\x5b\x5d\x26\x64\xde\x3d\x9f\xf4\x5b\xe6\xdd\x13\x3e\xb3\x92\x79\xf7\x56\xf7\x30\xbb\x23\x65\xf5\xe2\x14\x82\x0c\x18\xab\xab\x92\x01\xd1\x77\x4b\x39\x1c\xaa\x64\x64\x11\x58\xdd\xfd\x0a\x84\xa6\xc2\xae\x4a\xa6\x4b\x68\xee\x4e\x9b\x5b\x58\x97\x50\xbc\x28\x96\x2e\xa1\xab\xab\x6b\xed\xd8\x05\xba\xbb\x0e\x08\x2f\x20\xf4\x12\x5d\xdd\x2d\xb6\x23\xf1\xcc\xf6\x27\x74\x02\x30\x97\xd9\xfe\x96\x2e\xa1\x89\x23\xd6\xd2\x25\x74\x75\xf7\xce\x6e\x1f\xdc\x3b\x40\xef\x6c\xa7\xee\xde\xe9\x9e\x22\xb5\xbb\x74\x37\x0a\x90\x1d\xb5\xa3\xbb\x51\x3a\x56\xb5\x24\xc2\x7d\x75\x35\x16\xa0\x93\x22\x6e\x75\x15\x16\x20\xce\xd3\x1f\x73\x40\xdc\x4f\xf8\x64\xaf\xee\x7e\x02\x82\x77\x15\x57\x77\x3f\x75\x8f\x8c\x41\x9d\x2a\x2c\x3d\x1d\x23\x4e\xf2\xdd\xfd\x04\x04\xb9\x9c\x56\xf7\x94\x07\x94\xdc\x61\x9a\xdd\x63\x1e\x10\x89\x96\xdd\x55\x58\x74\x91\x35\xc5\xd1\xd2\x45\x76\xf5\x27\x7f\xfe\x71\x72\x57\xbe\x74\x91\x5d\xe6\x10\x34\xcb\xcb\x32\x87\xa0\x10\xc4\x79\x2d\x73\x08\xae\xd0\xae\x83\xb7\xc3\xd2\xd1\x55\xe8\x1a\x93\xc2\xf5\x1c\xdf\xc4\xa0\x64\xe8\x9a\xba\x02\x5f\x04\x1f\x18\x58\x61\x57\x81\x4e\xe2\xc2\x15\x1e\x8e\x81\x20\x41\xfa\xd2\x33\x55\x28\x3e\x03\xbf\x74\x4d\x15\xba\x9a\xa4\xae\xa7\x42\xef\xcd\x52\x55\x12\x7a\x3a\xec\x25\x1c\x36\x3c\x4f\x4b\x1e\x4c\xbc\xae\xa7\x42\x1c\xdd\x1f\x1b\x92\x30\x0b\x32\x07\xa1\xb6\x06\x74\xef\x15\xf4\x4f\x15\xa2\x7e\xad\x70\x84\x34\x14\xb2\xf9\x42\x95\x0e\x88\x40\xd2\x84\x2a\x9d\x5e\xac\xa9\x68\xd7\x8b\x75\xe1\xc5\x7a\x72\x2f\xbc\xf4\x62\x15\xde\x62\xd2\x8a\x34\x06\x08\x35\x2f\x55\xe9\x80\xc4\x79\x65\xa5\xec\x11\x78\xbf\xb4\xd8\x29\x8d\xb7\x03\xd8\x41\xe9\x41\x1b\xd0\xdf\x7b\xa5\x07\x6d\xa0\x6b\xf9\x4d\x15\xbf\x94\x73\x92\xe5\x69\xa5\x9c\x13\x30\xbc\x60\xa5\x9c\x13\x08\xe2\x4b\x57\xca\x39\x81\xce\xab\x06\x2b\x55\xfc\x52\x43\x23\xb1\xa4\x2b\x35\x34\x02\x29\x63\x4b\x17\x5f\x7a\x3b\xbd\x5b\xe5\x2d\x09\x45\xe7\xeb\xf9\x23\xe9\xe1\xc3\x77\xce\x75\xe9\x15\xde\xdf\x97\xe6\x98\x91\x6e\x04\xbf\xb2\x95\x32\xe6\xf4\xd1\xc7\x4d\x92\x63\xf6\x42\xe2\x17\xb4\xd2\x85\x0c\x04\xa9\x2b\x56\xca\x98\x81\xd8\xbf\x9f\x77\xc8\xe0\xcb\xb8\x92\xae\x94\x2f\xfb\x68\x8f\x7b\x27\xd5\x0d\x81\x92\x04\x05\x2d\x1f\xf2\x11\x22\x9c\x39\x75\xc3\xf4\xe1\x2d\x04\x6c\xaa\x1b\xa6\xba\x21\x29\xa6\x97\xcf\xfd\x08\x11\x5f\xfb\x1d\xb2\xe6\x3e\x81\x23\xa4\xe7\x73\x20\x79\x3b\x7c\xa5\xe2\x01\x88\x13\x95\x29\x15\x0f\x40\xef\xe8\x86\xa9\x86\x97\x4a\x8c\xc3\xa9\x53\x62\x00\x49\xa8\xe6\x4a\x25\x46\xb6\xaf\x69\x0c\x87\xe2\x01\x48\x2d\xef\xd9\xbe\xa6\xc1\x0d\x8f\xfa\x1b\xce\xd8\xfa\x5c\x0b\x3d\x1c\x67\x05\x8a\x3e\xd7\xbe\x33\xbf\xf4\xb9\x16\x82\x6c\xc8\x4b\x9f\x6b\xa1\xf8\xa8\xfc\x4a\x95\x42\x40\x0f\xb2\x95\x2a\x85\xe9\xd3\x42\xee\x2d\x75\x42\x20\xda\x47\x72\x68\xb4\xa1\xc2\x2b\x53\xe9\x94\xea\x84\x61\x29\x47\x46\x81\x45\xf4\xef\xd2\xa7\x5b\xe8\xda\x0c\x53\x81\x95\xc6\xeb\x72\x73\x91\x5e\x29\xa5\x6a\x22\xaf\xb5\x2e\x33\x7d\x0a\x11\x8e\xa9\x6a\x22\x90\x47\x5a\xca\x01\xc2\x1e\xe0\x7d\xb9\x2e\xe3\x42\x0f\x57\x9d\xe6\x80\x54\xd0\x11\x5d\xbc\x52\x41\x07\x84\xea\x54\x2a\xe8\x92\x7b\xa1\x24\xf6\x77\xa5\x22\x0c\x88\x40\xe5\x4c\x25\x18\x90\x47\xfa\xa5\x93\x62\x7e\x33\x94\x66\x5d\xd2\x85\x38\xed\x92\x6c\x3d\xb5\x79\x62\xa1\x4d\xd9\x7a\x2a\xc0\x48\xbd\xbf\x52\x01\x06\xe4\x91\x92\x6c\x19\x27\xee\x40\x5d\x4a\x35\xc9\xf4\x78\x7d\xb8\x84\x65\xd8\x69\xd0\xa0\xf3\x24\xc3\x36\x39\x6a\x1e\xdd\x76\xd8\x27\x38\x76\x77\x6d\xca\xb1\x81\xc8\xcd\x3a\xed\x93\x57\x3b\x4a\x04\xf3\xa5\x0a\xc1\xbb\xf9\x4b\x67\xf9\x85\xb3\xfc\xa9\x26\xa0\xb3\xbc\xf0\x7e\x29\xad\x48\xc3\xc9\x88\x85\x60\x0a\x55\x21\x89\x8d\x5e\xa6\x50\x5d\xd7\xc7\x64\xd1\x28\x2f\x99\xec\xe5\xfb\x49\x9b\x3f\x96\x92\xec\x14\xab\xcf\x57\xb8\x84\xae\x91\x46\x07\x7d\x21\x7a\x5a\x27\x9d\xf2\x79\xad\x8f\x59\xea\xca\x2e\x74\x4d\x28\xe6\x3c\x5d\x7a\xb7\x27\x81\xd0\x4b\xef\x76\x21\x88\x4f\x5a\x7a\xb7\x2f\xf3\xa0\x26\x2f\xe7\x2c\x1d\xd2\x17\x39\x4f\x8b\xb9\xad\x97\x49\x4f\x85\xe0\x2d\xcb\x65\xce\xd3\xa5\xa7\x79\xaa\x2e\xe9\x69\x2e\x64\xdf\x25\xd9\x5e\x65\x24\xa9\xc3\x97\x8e\xe0\x0b\x47\x70\x9f\x2e\x5f\x3a\x82\x2f\x93\x7c\xe6\x89\x58\xd0\xc9\x59\x08\x1e\xaf\x58\x26\xf9\x5c\xc3\x1d\x4a\x84\xf3\x1a\xf6\x61\x68\x9f\x43\x86\x0d\x77\xa8\xde\xcb\x49\xe8\xf2\xd2\x7b\x79\x0d\xcd\x67\xe4\x26\x5f\x43\xfd\x71\x98\xde\x95\x41\x1a\xf6\x74\xa8\x2b\xe2\x9b\xbb\x86\xba\x22\x90\x5a\x00\x87\xba\xe2\xd0\xaa\x54\x11\xa6\xc3\x35\x0e\xa4\xae\x42\xc3\x35\xae\xbf\x71\xe2\x1e\xb9\xf4\x37\x5e\xf8\x1b\x9f\x1e\x9d\xf5\x37\x5e\xd3\x4b\x40\xde\x5d\x5e\x53\xa1\x0e\xa4\x5a\xbc\x4f\x5b\x2d\x7d\x84\x93\x10\xe4\xa5\x8f\xb0\x90\x84\xcf\x2f\x9d\x80\x85\x4e\xd8\xe3\x9a\x8a\x4e\x20\x49\xf3\xb0\xcc\x18\x2a\x94\xc4\xfd\x72\x99\x32\x54\x88\x1e\x92\x4e\x49\x36\x0d\x9e\x3b\x15\x9e\x53\xcf\xa6\x43\x92\x4d\x23\x46\xc4\x2b\x9e\xa9\xf0\x04\x92\x08\x8e\x35\x15\x9e\xb8\x22\xbf\x3f\x76\x40\x5b\xd2\xc8\x76\x8b\x5a\x38\xb5\x85\x4c\xef\xf6\xc8\xcb\xbe\x4c\x36\x2a\xa4\xf6\x00\x73\x8d\x2e\xdc\x8f\x4b\x92\x8b\x7b\x99\x45\x54\xe8\xbc\xd3\xb4\x4c\x22\xba\xbe\x24\xa2\xe8\x50\x26\x11\x5d\x53\x8b\x06\x0f\xd8\xae\xa9\x45\x03\x48\xd2\x7f\xaf\xa9\x08\xf4\x41\xb0\x24\xdb\xd8\x32\x2f\xa6\x10\xa7\x7d\x97\xab\xeb\x8a\x9c\xbc\x5f\xb6\x74\x45\x5e\x53\x86\xad\x76\x6e\xde\x4a\xa1\x07\xdc\xd3\xb4\x95\xeb\x4b\x5b\xc9\x81\xce\xb4\x95\x42\x4f\x98\xa7\x69\x2b\x85\x28\x55\x92\xad\x75\xf7\xf1\x7e\xed\xd2\xd5\x59\x88\xe6\x4c\xb9\xfb\xa6\xea\x7a\x2b\xed\xd7\x25\xb6\x69\x2d\x85\x4f\x06\x4e\xd9\xfe\x94\xc7\x37\xac\xf7\xba\x3d\x0b\x9f\xc0\x9b\xae\xff\x29\x43\x27\xbe\x7c\x99\xfd\x52\x88\xd3\xa6\xcb\xd0\xa7\x6c\xb9\xb9\x56\x64\xcb\x40\x6a\x4a\xd3\x39\x7a\xe1\x1c\x5d\x37\x96\xa7\xce\xd1\x8b\xe4\x94\x25\x79\xa8\x70\x99\x9d\x52\x48\x32\x60\xac\xa5\xa2\x6b\x3e\xc9\x6c\xcc\xb8\xf9\x24\x85\xc4\xe1\x7d\x99\x4f\x72\x2d\x37\x00\xb9\x8b\xd6\x72\x03\x00\x9f\x8b\xd8\x72\x03\x2c\xdf\xea\x42\xab\x5a\xae\x7f\x20\x79\xc9\x63\x2d\xd7\x3f\xf0\xc9\x67\x93\x4e\x0a\x79\x34\x7f\x3e\x24\x85\x55\xfa\xfb\x29\x0d\x6d\xa2\x49\xba\x24\x39\xb9\xf0\x4c\x9f\x64\x13\x82\x77\xf3\x96\x4f\xb2\x09\xc5\xc7\x88\xd6\x92\x67\x2e\x53\xb0\x20\x8d\x7d\xa5\x4d\x78\x8b\xf1\xa9\xbb\x09\xc8\x03\x31\xb8\xdc\x4d\x4b\x1b\x04\x8e\xb5\x6b\xa9\x64\x02\xc1\x03\x64\x6b\xa9\x64\x02\x79\x70\xce\x37\x1f\xe6\x22\x6d\x65\xf1\x6d\xa3\xb5\x54\x15\x81\x3c\x9c\x3d\x55\x41\xd3\x5a\x7e\xae\x7b\xa6\xb5\x5c\x5f\x5a\x4b\x6c\x81\xa6\xb5\x14\xe2\xc4\x0e\x65\x56\xcb\xc5\x6b\x70\xe5\x73\x8f\x5b\xaa\x6f\xcb\x3c\x73\x2e\x05\xe5\x1b\xf0\xe9\x13\x4b\xd9\xb0\xbe\xc7\x05\x24\x39\xde\x78\xff\x1c\xdd\xdf\x1a\x92\xbe\x96\xd1\x29\x37\xb0\x29\x2c\xd3\xdd\x64\x0a\x4b\xa1\xeb\x00\x63\x0a\x4b\x21\x8f\xaf\x94\x03\xa9\xfc\x6c\xd6\xa0\x54\x59\xbe\xbd\x76\x58\x81\x1d\xc0\xc6\x47\xc2\xb4\xe5\xfb\x74\xcb\x44\x97\xd9\xec\x81\x1b\x7d\xe9\xfd\xe3\x52\x50\xf6\x90\xd4\xf2\x2d\xc6\xec\xb9\xd1\x81\x3c\xd0\xdf\x0c\x11\x58\x4b\x23\x9f\x5e\x37\xcb\xd3\xf5\x32\xb0\x13\x7e\xb3\x3c\x5d\xaf\x6f\x73\x87\x9f\xda\x90\xd4\x33\x89\xb6\xb9\xb9\x97\x27\x6e\x5c\x94\xd7\xf2\xc4\xbd\xcc\x92\x51\xfc\xd2\xe6\xb2\xdf\xbb\xfb\xc0\xfd\xbe\x74\xc4\x21\x56\x61\x2d\xb5\x35\x20\xbd\x69\x5a\x6a\x6b\xeb\x63\x0b\x2e\x36\xd9\xc2\xd2\x11\x07\x19\x68\xa8\xc2\x22\x54\xa1\x16\x34\x5c\x43\x15\x84\xe8\x8c\xf7\xad\xb2\x06\x7c\x3a\xe3\xad\xb2\x76\x7b\x96\xd6\x2b\xda\xac\x99\x42\xe8\xa0\x6c\xd2\xcc\x75\xab\xc0\x79\x80\xbf\x55\xe0\x80\xd0\x13\xcc\xa4\x99\x42\x78\xa9\x64\xd2\xcc\x75\x2b\x9d\xc9\xb2\xb3\x6e\xa5\xf3\xed\xc9\x16\x41\x76\x2b\x9d\x6f\x6f\x12\xc8\x5a\xbf\xcc\x3e\x29\xc4\x86\xb0\xb8\x3d\x2d\xde\x9e\x16\xc9\xc8\xb0\x6e\x4f\x8b\xb7\x91\x3c\xe1\xaf\x2d\x49\xec\x33\x87\x43\x4e\x71\x7b\x59\xac\xef\xb4\x49\x2a\x85\x24\x4b\xc3\x32\x49\xe5\xba\x95\x81\x04\x1e\xaf\x5b\x19\x08\x98\xb8\x61\x99\x30\x72\x99\x1d\xf2\x93\xec\x66\x87\x14\x7a\xa0\xfb\x98\x1d\x52\xe8\x5a\xdd\xcc\x0e\x29\xf4\x0e\x3f\x31\x32\x44\x08\x59\xa2\x91\x21\xcb\xc8\x90\x4f\xfe\x1b\x19\xb2\xcc\x56\x98\xbc\x89\xb9\xcc\x56\x28\x24\xaf\x2b\x2c\xb3\x15\x2e\xd3\xff\xa5\x8b\xcd\xc0\x8d\xf5\xa5\xff\xe3\x8e\xd4\xf4\x7f\x42\x49\x7d\xdf\x8d\xe5\x58\xc4\x72\x54\xe2\x09\x97\xb1\x1c\x42\x04\x0c\xc5\xf4\x7f\xc2\xfb\xe5\x0e\x6d\x97\x46\x92\x06\x44\xe1\xa3\xce\x6f\x96\xc0\x74\x01\x9a\x25\x50\x08\x32\x59\x2f\x03\x43\xd6\xf3\xcd\x28\x3b\xde\xb8\x0d\x21\x88\xb4\x58\xc6\x6d\x08\x25\x7b\xf6\x5f\x17\xd9\x4f\xfd\x7e\x59\x27\x96\x80\xf4\x48\x62\x8a\x38\xad\x98\x1e\x50\x88\xca\x36\x34\x3d\xe0\xf2\x29\xc6\xd4\x1f\xdc\xc4\x7f\x42\x34\xb4\x6e\x13\xff\x09\x25\xb5\x7d\x3d\x32\xfd\x47\x45\xab\xfb\x6b\x5d\x52\xb7\x18\xc3\xa5\xa6\x65\x7e\xc0\xde\xad\x20\x25\x4d\x8b\x31\x0e\x8a\x0b\x20\x4e\x4e\xa4\x8f\xe2\xe2\xf1\xb6\x47\xdd\xc8\x28\x14\xa1\x07\xbb\xce\x20\x94\xf5\x78\xd0\xe1\x25\xd1\x65\x4a\x3f\x21\x3c\xdf\x1a\x84\x22\x44\xc3\xf4\x6a\x10\x8a\xf0\x7e\x59\xa1\x5d\xd2\xf0\xda\x28\x7e\x39\x24\x0d\x8b\x31\x94\x2a\x81\x5f\x4e\xbf\xc3\x3a\xed\x81\x77\xfd\xe1\xc2\xe8\x5f\x17\xc8\x97\x6e\x0f\x5c\xda\x40\x10\x61\xbc\x8c\x5e\x59\x8f\xb6\x6e\x52\x5f\x2c\x73\xfa\x09\xb9\x3b\xe0\x9e\x55\x1e\xc5\x8a\x6a\xfd\xa3\x58\x79\x14\x2b\x55\x92\xf3\x42\xe0\x4b\xc6\x57\x83\x3d\x25\xf0\x85\x64\x94\xcb\xc0\x97\xf5\xa5\xfe\x73\x0e\x94\x34\xe6\xd4\x4b\x4d\x11\x06\xa1\x2c\x82\x50\x2a\x69\xd9\x6e\x83\x50\xee\xcd\x6b\x14\x96\xd6\x6d\xe6\x3a\x21\xd0\x59\x6f\x03\x4e\x6e\x9f\x5d\x4c\x1c\x82\x6e\x63\x44\x84\x80\x49\xdc\x26\x96\xbb\xcd\x0f\x97\xf1\x4e\xcc\x6d\x7e\x38\x41\xe7\xd6\xdb\xfc\x70\xb7\xf1\x20\x66\xd5\xbb\x8d\x07\xb9\xbf\x78\x90\x57\x97\xba\x8d\x07\xb9\x37\x2f\x26\xb0\xc4\xdd\xe6\x6a\x13\x22\xfc\x35\x74\x07\xa1\x18\xf3\x70\x9b\xab\x4d\x08\x5e\x1b\xbd\xcd\xd5\x26\x14\xdf\x89\xbb\xcd\xd5\x26\x44\xb7\x1d\xdd\xb6\xc9\xc1\x78\xeb\xfc\x36\x6c\xe4\xde\x54\xff\x73\xa3\xd6\xb0\x06\xd5\xff\x66\x31\x6b\xd0\x5e\x93\x5b\x42\xb3\x0f\xda\x6b\x0e\x49\x0e\x92\x02\x9f\x14\x27\xf7\x86\xc0\x17\x8c\xf3\xbe\x79\xf0\xfe\x83\x0e\x8b\xbc\x7d\xf6\x5e\x78\xbf\xa4\xbd\x70\x52\x41\x17\xe3\x9b\x37\xf0\x3f\x78\x8b\xd1\x53\x54\x05\x21\xf0\x8c\xbb\x7d\x0a\xff\xf6\x39\xc9\xc4\x77\xff\xf6\x39\x49\x21\xd2\x11\x4f\x7b\xe5\x42\xe2\x51\x9a\xdb\x98\x99\x9b\x98\x99\xca\xdb\x04\xb7\x31\x33\x77\x91\xbb\xe2\x3c\x7c\x17\xb8\xab\xa0\xc3\xf2\x5d\xe0\xae\x77\x91\x47\xe1\x15\x7c\x17\x78\x94\x10\x98\x6c\xee\x02\x8f\xba\x8b\xcc\x07\xbf\x86\xbb\xc0\x7c\x84\x4e\x7c\xca\x5d\x5c\x5b\x45\xae\x82\x7f\xc5\x4d\x38\xcc\x07\xc1\x2b\x13\xb7\x41\x31\x42\x94\x8d\x3a\x5d\x34\x46\xbb\x24\xe7\xf6\xdb\x68\x97\xbb\x68\x53\x20\x72\xe1\x2e\xe1\xaf\xe1\x92\x73\xd8\xd3\xf0\xd7\xb0\x9e\xf0\xe4\xe6\x5d\xc2\x5f\xfb\x16\x08\x5b\xa6\xb8\x40\x8a\x37\x57\xaf\xe6\x7b\x17\x17\x48\x71\x37\x3b\x0b\x25\xec\x02\x51\xff\x44\xbb\xdd\x85\xdd\x7c\x17\xdd\x6f\xdc\x32\x05\x2d\x51\x88\x6a\x17\x5c\x5a\xc5\x43\x23\x8e\xde\x77\x71\x6d\x95\x34\x89\x1e\x43\xe9\xa2\x01\xf2\xb4\xb9\xae\x99\xe2\xe5\x0d\xaa\xef\x5d\x5c\x34\xc5\x37\xf2\x1c\x70\xd7\x4c\x31\x53\x5b\x50\xa7\x6b\x06\xc8\x13\x36\x60\xd2\xbb\xbb\x68\x3b\xc1\x43\xfc\xf6\x2d\x4d\x21\xe2\xb0\x98\xfd\xcc\xaf\xb5\xac\x8f\xfc\x5a\x8b\x39\xd9\x39\x40\xe2\x0b\x79\xb2\xad\x88\x21\xfa\x60\xdf\x70\xbd\xbe\x0d\x25\xba\x09\x25\xaa\xbc\xc6\x7d\x1b\x4a\x24\xbc\xc5\x4e\x68\x45\x9a\x7d\x6f\x90\x76\x49\xbb\xc5\x2a\xb4\x43\x1a\x16\x37\x36\x82\xe1\x45\x37\xe1\x43\x6f\xb1\x5f\x3f\x6a\xdf\xe6\xeb\x13\x12\x63\xe4\xbd\xcb\x49\x81\x7d\xdb\xfc\x65\x59\x29\x90\x3c\x9a\x74\xef\xd5\x36\x55\xdb\xf4\xca\x8c\x7b\xaf\xb6\x89\x8b\x0f\x92\xad\xde\x7b\xb5\x4d\x5c\x7c\x60\x6f\xbe\x77\xce\xae\xf7\xfe\xaa\x9f\xef\x97\x56\x7a\x49\x23\xb6\x24\xfc\x72\x48\xe2\x7d\xbb\xce\x38\xa0\xab\xdc\x04\x3e\xed\x1b\xcf\xe4\xdc\xbb\xec\x7b\xf7\x91\xc8\x6e\x33\xec\xd4\xab\x5a\xbc\xc5\xf8\xb4\xd9\x5c\x53\x30\x76\x06\xbf\xd9\x5a\x32\x23\x71\xb3\x75\x1b\x2b\x75\x93\x97\xf0\xfd\x92\xa6\xa1\x53\x08\x3d\x37\xbf\x0c\x49\x58\xe4\x5f\x6d\xeb\x36\x56\x4a\xd8\x37\x9c\x15\xef\x5d\x91\x01\x24\x17\x24\xf7\xde\xec\x54\xb3\x53\x74\x40\x21\x42\x44\xd5\xfb\xa5\xbf\x66\xa7\xbc\xb3\xd8\xfc\xb1\xaf\x53\xbe\xe1\x4f\x3f\xbb\x33\xf5\x0a\x8c\xf7\x4b\x2a\x50\x62\x00\xc1\xd3\x13\xf7\xae\xc0\x20\x8b\xe2\xbe\xe1\x89\x70\x9b\x45\x51\xe8\xf8\xad\xde\x66\x51\x14\xde\x62\x4c\x95\xdc\xe5\x7b\x69\xb5\xf3\x6b\xf1\x7f\x31\x76\x3f\x39\x13\xeb\x3a\x76\xc0\xe7\x59\xc5\xdb\x41\xca\xae\xb2\x25\x01\x99\x65\x9c\xec\xa1\xfe\x90\x40\x0f\xba\xfb\xe2\xa6\x7b\xff\x81\xcf\xcf\x77\x90\xf4\xe0\xbe\xc1\x87\xf3\x81\x90\xcb\x96\x2c\x51\x14\xcd\x43\x9a\x0a\x49\x0c\x92\xef\x24\xb5\x4f\x63\x3b\x8d\xad\x0b\x8d\xed\xa5\x35\xae\x1f\xcb\xe3\xd2\x1a\xea\xb1\xbe\x4c\x05\x5a\x23\xb0\x3f\x12\xd5\x5c\xe8\x59\x60\xbd\xa2\x80\x77\x8a\x24\x8c\xad\xab\x59\x3a\x4a\x6b\x04\x56\xf2\x51\x16\xc6\x16\x90\x3e\xa4\x76\x1b\x52\x48\x5c\xd7\x95\xb9\x29\x4d\xb2\x4b\x21\x37\x73\x03\x8a\x64\xa7\x48\xa6\x56\xa6\x42\xd8\xb5\x71\xf3\x16\x5a\x17\x58\xa9\x84\x59\x68\x5d\x15\x0a\xd7\xf5\xfb\x19\x21\x8a\x44\x7e\xc7\x24\xe9\x2d\xf9\x1d\xc1\x4c\x41\xbb\x92\xdf\x11\xac\xd4\xcb\x2c\xf9\x1d\xc1\x4c\x98\x73\x49\xef\x58\xe1\x83\xed\x8f\x04\x52\x17\x3e\x58\xdd\x7c\x30\xb3\x8f\x6a\x09\x1f\xec\xc8\xf7\xa6\xc2\x07\xab\xe4\x6f\xbc\xae\x24\xdb\xc9\xd2\xf3\x45\xf4\x24\x4a\xcf\xa3\x8f\xb1\xc6\xea\xf9\xb2\x08\xa2\xcf\xc2\x17\xbb\x61\x25\xfc\xa4\xb0\xc6\x2a\x74\xb0\xfd\x91\x70\xe8\xc2\x07\x03\x63\x9c\x9a\x7d\x89\x4c\xab\x3c\xee\x93\xd6\x79\xd2\x3a\x31\x61\xd0\xc1\xc0\xd5\x2c\x97\xd2\x3a\x81\x19\x1a\x56\x3d\x69\x9d\xe7\xa5\x61\xae\x66\x79\x36\x2a\xe6\x49\xc5\xc4\x34\xc1\x1a\x03\x33\xdf\xc7\x0a\x6b\xac\xc2\x1a\xbb\xae\x5c\x91\xe9\x82\x3a\xb4\x53\xb3\x45\xf4\x49\xb3\xbc\x64\x14\x31\x30\x86\x91\x64\x47\x86\x02\x76\x35\xcb\x4d\x4f\x5d\x90\x0c\x76\xee\x11\xe9\xc1\x65\x19\x5c\xcd\xf2\xb8\xa7\x07\x51\x51\x39\x96\xc3\x93\x3e\x49\x35\xe0\xfd\xf1\xc8\xe6\xa9\x1c\x30\x98\x89\x7a\xad\xe7\xd0\xf9\x11\x95\x9b\x28\xdd\x7a\x0e\xef\x2f\x1f\x1f\x43\x35\xac\x27\x63\x22\x30\x96\xd7\xc7\x98\x78\xd2\x14\xdb\xdd\xec\xbe\xe9\xd5\xf9\xc4\x43\x17\xaa\x1a\xc0\x3e\x2e\x4c\xb5\x0a\x2d\xed\xba\x32\x9d\x1f\xc6\x23\x3c\xf9\x14\x6a\x29\xb4\x34\x70\x35\xf3\x6b\x45\x96\xcf\xec\x51\xb9\x98\x6a\x95\x7a\xc5\x57\xb3\x8c\x38\x1d\x10\x98\x71\xd9\x16\xbe\x19\xd8\x1f\x09\x40\x2f\x84\x33\xb0\x8e\x98\x48\xf8\x66\x15\x72\xd9\xd5\x2c\x43\x49\x07\x04\x56\xa2\xbe\x0a\xb9\x0c\xec\x8f\x84\xa0\x16\x72\x19\x98\xcf\xa7\x66\x46\x77\x19\x5d\xdd\xa2\x17\x02\xeb\x70\x03\x7a\x21\x70\x35\xcb\xf3\x52\x0c\x4f\x69\x75\xb3\x93\xe0\x9b\x55\x88\x64\x57\xb3\x4c\x10\x5a\x20\xb0\x0e\xaf\x8f\x16\x08\x6b\xec\x6a\xf6\xf7\x47\xed\xc2\x2a\x03\x2b\x59\x66\x2b\x0c\xb3\x1b\xae\x5f\xf1\x9c\x46\x5f\x4a\x09\xaf\x97\x9d\x12\x58\xc9\xa7\x51\x78\x66\x60\x7f\x24\x44\xb5\x30\xc9\x2a\x4c\xb2\x23\xee\x90\xc2\x24\x03\xeb\x48\x67\x10\xc9\xc0\x3a\x36\xa2\x9d\x68\x4f\xff\x9e\x11\x3d\x89\x32\x80\x19\xfa\x17\xf5\x12\x58\xac\x42\x6c\xb3\x0a\x8d\xec\x7a\x0a\xcd\x26\x59\xa6\xe7\xc3\x53\x2c\x22\xdd\x7c\xba\x67\x91\xe5\x8b\xc3\xe1\x9e\x4d\xd4\x9a\xe5\x52\xea\x25\x30\x93\x5e\xa4\x5e\xb4\x4b\x60\x7f\x24\x55\x5a\xbd\xa8\x97\xc0\xcc\xd7\xad\xc2\x36\x03\xeb\x70\x4f\x0a\xe7\x45\x95\x24\x1a\xb5\xd0\xc8\xc0\x4c\xd5\x99\x42\x23\x03\x57\xb3\x23\xb2\x37\xd9\x3b\xbf\xe6\xd1\x3e\x44\xa6\xc0\xcb\xb3\x7d\xc9\x72\xb0\x8c\x61\x8b\x6d\x06\xae\x66\x23\x32\x9d\x8f\xd7\x65\xdc\x3d\xd0\xf9\xf3\xee\xd5\xb5\x74\x90\xd2\xc0\x4a\x69\xd3\x42\x4a\xab\x64\x7f\xdd\x1f\x89\x16\xad\x97\xf3\x4b\x60\x1d\x59\xe9\x2f\xba\x2a\x3c\xb5\xab\x99\x4b\xf5\x94\xf1\xf3\xd4\x4c\x4f\x6f\xc5\x94\xfd\x19\xb5\x0c\xac\x43\x33\x8a\x29\xb0\x3f\xe2\x39\x2d\xd4\x32\xb0\x0e\x5d\x70\xcc\x09\x8d\xec\x6a\x96\x01\x19\xf7\x1d\x2c\x9d\x74\x9e\x66\x0a\x48\x89\x59\x98\x65\x60\x1d\x4f\x3f\x66\x24\xe9\x2a\xaf\x8a\xae\x7a\xdd\xba\x2a\x46\x2f\xb2\x19\x58\x49\x69\x5c\xc8\x66\x60\x7f\xa4\xa6\x6d\xc9\x5b\x5b\x77\xde\xda\x6c\x5c\xf8\x67\x15\xb2\xd9\xd5\x2c\x77\x70\x00\xc3\x36\x7b\x19\x5c\x07\xb0\xc0\x4a\x7d\xe5\x7a\x39\x80\x05\x56\x08\x8a\x85\x7f\x06\x7c\xf9\x2d\xfc\x33\xb0\x42\xd8\x2c\x15\xc4\x2b\xbc\xb2\xeb\x96\x9e\x56\xa7\x52\xb1\x33\x55\xa0\x0a\xb1\x0c\x5c\xcd\x32\x68\xd4\x23\x66\xd9\x3d\x73\xa9\xc7\xd7\xad\xf7\x62\x41\xe3\x8c\xd5\xcd\x19\x3b\xd3\x75\x7a\xef\xc5\xd2\xd9\xa6\x4b\x3d\x5b\x2c\x9d\xc3\x94\xa4\xe3\x42\x06\xbb\x9a\x65\x88\xa8\xa7\xc0\x4a\x2a\xee\x7a\xd1\x4e\x2f\xaa\xc8\x08\x51\x45\xaf\x5b\x15\x65\x63\x44\x06\xab\x90\xc1\x0e\xc7\x67\x64\xb0\x0a\xa5\x6b\x7f\x6c\x39\xb6\xe2\x74\x01\x89\x10\x0a\xa7\x0b\x5c\xcd\xce\xc8\x26\x99\xc7\xdd\x23\x5a\x44\x6f\xcd\x46\x64\x1f\xb2\xcc\xa2\xac\x20\xe9\x73\xeb\xb8\x35\xcf\x5a\x91\x15\x99\xb8\xa2\x57\x44\x4d\xa4\x57\x11\x51\x3c\x81\x95\x44\xe7\x85\x0c\x06\x56\xb2\xe7\x16\x32\x58\x85\xf8\xb5\x3f\xe2\x6d\x2b\xcc\x2f\xb0\x42\xac\x29\xc4\x2f\x30\x92\x1d\xbf\x10\xbf\xc0\x75\xa5\x7b\xea\x67\x74\x51\x12\x06\xd4\x41\x17\x1d\x94\xcc\xfe\x70\x53\x9d\x8a\x92\xd9\xee\x47\xfb\x11\xfd\x34\x4b\xdf\x29\x99\xc0\x4c\xb8\x65\x21\x7e\x55\x58\x5e\x57\xb3\x0c\x07\x53\x07\xcd\xeb\xdc\x88\xf4\xea\xcc\xd2\xd8\xb7\xf4\xca\x09\x2b\x20\x1a\xa1\x70\xba\xc0\x98\xc6\x83\xde\x39\xe8\x9d\xdd\x4d\xe9\x1d\x34\xaf\x14\x67\x2a\x34\x2f\x30\x9f\x7a\xe0\xcc\x15\xe6\xd7\x75\xa5\x5f\xd3\xd1\xc4\x91\xe5\x63\x41\x61\x7e\x81\xab\x19\x99\x8e\x26\x91\x63\xa2\x33\x0a\xf3\xab\x0e\x1a\x2b\x89\x1c\x0b\x67\x0b\xac\xe3\xf5\x4f\x1c\xb2\x51\xba\xc0\x4c\xa6\xf5\x3a\xf8\xfa\x0e\x06\xd9\x1e\xed\x85\xe5\x05\xd6\x71\xa4\x37\xd4\x5e\x58\x5e\x57\xb3\xf4\x86\x92\x0b\xac\x97\x71\xa0\xe4\x0e\x4a\x2e\xc7\x8b\x83\x92\x3b\x9c\xe6\x76\xbd\xa1\xd1\x0e\x1a\x2d\x79\x1e\x0b\xcb\x0b\x0c\x8e\x10\x2c\x2f\xb0\x3f\xf2\x61\xb3\x0e\xe7\xb9\x43\xf5\xcc\x1c\xca\x10\xbf\xea\x60\xcb\x85\x23\x55\x78\x59\x60\xa5\xc8\x4e\xe1\x65\xd5\xe1\xec\xc6\x4d\x88\x70\x05\xe6\x34\xcb\x28\xa6\x83\x91\x96\x72\x5c\x75\x30\xd2\x0e\xe9\xbf\x73\x36\x39\x18\x69\xe1\x48\x5d\xcd\x32\x96\x6c\xa8\xc0\x4a\xa2\x80\xc2\x91\x02\x2b\xa5\xfc\x0b\x47\xaa\xc2\x91\xda\x1f\xbb\xe1\x5d\xf7\x4d\xb3\x5e\x5f\xb9\x01\x2d\x74\xd0\x42\xbb\x65\x47\x0b\x85\x23\x75\x70\xb5\xe0\x48\x81\x99\x2a\x12\x85\x23\x55\x21\x3f\x5d\x57\xbe\x22\x7b\x91\x65\xb6\xe7\xf4\x26\x95\x73\x85\xe9\x74\x35\xf3\x6b\x8b\x2c\x54\x81\x49\xf4\x26\xd2\x29\xa2\x0f\x91\x91\xbc\x7f\xad\xc8\xc4\xee\xad\x88\xd2\xa9\x93\x5d\x93\xa4\x91\x85\xc2\x04\x56\x72\x89\x15\x0a\x53\x85\x9c\x74\x35\xcb\x1d\xe8\x17\xe4\xa4\x67\x6c\x6c\xe4\x24\xb0\x3f\x12\x81\x5d\xc8\x49\x40\x0c\x50\x21\x27\x55\x88\x48\x57\xb3\x3c\x1b\xc3\x26\xb0\x12\x66\x5b\x88\x48\x75\xde\xfa\x25\x3b\x17\xda\x11\x90\x83\xbd\xd0\x8e\x2a\xac\xa0\xab\xd9\xf5\xfe\xb0\x82\xc0\xa4\xbc\xb1\x82\xc0\xfe\x48\xb9\xb3\xc2\x0a\x02\x2b\x75\x08\x0a\x2b\xa8\xce\x7b\x11\xe7\x40\x8e\xa1\x03\xe6\x19\x53\x18\x43\x07\xac\x47\x26\x03\x86\x4e\x9d\x2c\x91\xd4\x57\x2a\x74\x1c\x20\x66\xa9\x4e\x96\x48\x60\x25\x7b\x54\x9d\x16\xe9\xe9\xd8\x94\xc2\x46\x85\xb4\x03\xd6\x11\x5d\x82\xb4\x03\xd6\x71\x7a\x0c\xc3\x71\x2f\x5c\xef\xca\xc2\x0d\x0c\x8e\xe5\xd3\xba\x0d\x5c\xcd\xf2\xe6\x2d\xdc\x53\x65\xa6\x98\x5c\xd8\x3e\x60\x7f\x24\x01\x5d\xa1\xfb\x00\xe1\x54\x75\xb2\x4e\xc2\xf6\xb9\x9a\xa5\x0b\x6c\x91\x9b\xee\x73\x68\xe6\xc5\xf3\xea\xa4\xbc\x4e\xe1\xfb\x00\xf1\x54\x75\xd2\x02\xa7\xe3\x5b\x02\xb8\xeb\x74\x7c\x3b\x1d\xdf\x4e\x8f\xab\xf3\x0c\x8f\x84\xc4\xd6\xc9\xf0\x38\x1d\xb8\xcc\x36\x86\xc7\xb9\x3c\x9b\xb5\xc6\xe5\x1f\x58\xc7\xd4\xcc\xb3\xad\xb7\x66\xe9\x3d\x35\x70\x52\x03\x31\x59\x4e\x6a\x20\x30\xe9\xdd\x73\xdd\xcf\x51\xae\xcc\x88\xd3\x0c\x27\xcd\x60\x71\xd0\x0c\x01\x11\x61\x85\x62\x54\xa1\x18\x9d\xc9\x2e\x5e\x28\x46\x35\xb8\x6a\xed\x49\x28\x46\x40\x90\x58\xe1\x10\xd5\x60\x9e\xa4\x7a\x54\xe1\x10\x81\x15\x56\x74\xe1\x10\x81\x75\x64\x29\xe3\x10\xd5\x78\x7d\x5d\x39\x22\xfb\x91\x65\xe7\x8a\xef\x64\xd0\x02\x83\x29\x12\x6f\x07\xa6\x11\x90\x2d\xbf\x30\x8d\xc0\xfe\x08\x89\xa1\x30\x8d\xc0\x0c\xcd\xb0\x30\x8d\xc0\x3a\xb2\x1c\x31\x8d\xc0\x75\xa5\x5f\x3b\xc8\xb2\x33\x66\x9a\x62\x1a\xd5\x38\xcc\x98\xfb\xd7\x74\x2a\xe1\x46\x23\xaa\x6d\x38\x16\x0d\x7e\x92\xf0\x13\x4a\xbe\x78\xb0\x8e\x8d\x68\x10\x19\xb5\x18\x9c\xa8\x46\x40\x1c\x5d\xa1\x1a\x81\xab\xd9\x8c\xec\xbe\x43\xd6\xe8\xda\xfe\x7e\xd7\x1e\x34\xc9\x18\x96\x4e\x4c\x95\xe1\x04\x13\x58\x47\x66\x2c\xd6\x51\x0d\x2b\x9d\x63\x56\x8a\x79\xb0\x0e\x2f\xd7\x4a\x1f\x96\x75\xc2\x24\x0a\xc5\xa8\x86\x35\x9c\xc0\xab\x1a\xd6\x70\x60\xee\xb1\x2a\xb1\x8e\xc0\xd5\x2c\x0f\x62\x0d\x0f\x6b\x38\x1e\xee\x61\x0d\x0f\x27\x8c\xe9\xc7\x0c\xa1\x13\x46\x3c\x9d\xb8\x49\x35\xec\xda\x09\xcf\xaa\x61\xbd\x06\xa6\xaf\x76\xb8\x49\x60\x1d\x71\x48\xe1\x26\xd5\x70\x9c\x48\xd8\x52\x61\x1d\x81\x75\xc4\x0b\x86\x75\x54\x83\xc7\xf5\x69\x32\xda\xb5\x03\xeb\x88\x65\x3f\x2c\xf4\xe1\x38\x91\xb8\x94\x42\x31\xaa\xc1\x3f\x12\x4b\x61\xd8\xdb\x87\xbd\xdd\xa8\x59\xd4\x83\x4b\xf4\xa9\x57\xd6\x66\x40\xbe\xed\xc2\x4d\xaa\xa4\xef\x3f\xf9\xad\x70\x93\x6a\xde\x6b\x33\xfe\xbe\x69\x6d\x4e\x6b\x33\x36\xc6\xb4\x36\xa7\x62\x1c\x4b\xab\x83\xc8\xfc\xcc\xda\x99\x0e\x1d\x81\x49\x45\x4c\x87\x8e\x69\x6f\x0f\x5b\xa3\xa6\x25\x1c\x58\x89\x2b\xa8\x69\x09\x4f\x87\x8e\xe7\x7d\xd3\x0f\x59\x06\xfc\xe1\xa6\x5f\x22\x03\xbe\x74\xa1\xc9\x32\xe0\x44\x96\xf5\xe4\x12\xe5\xec\xc4\x9b\x02\xd3\x87\xde\x69\x71\x4e\xde\x08\xa7\x82\x69\xd9\x4d\xde\x88\x58\x75\xd3\xa6\x3d\x1d\x14\x92\x70\xab\xa6\x5d\x3b\xb0\x8e\x7c\xb4\x98\x0e\x0a\x93\x9b\xe1\xe5\x79\x99\xfb\x01\x79\xf7\x6b\x72\x33\x4c\x27\x80\xa4\x9c\xad\xe9\x04\x30\x9d\x00\x62\x71\x4e\x27\x80\xd4\x26\xb8\x9a\xe5\x0e\x3e\x6e\x04\xd6\xcb\x50\x72\x89\x4e\x6e\x86\x44\x94\xd7\xe4\x66\x98\xdc\x0c\xd9\x67\xa7\x45\x3a\xed\xf7\xaf\x9d\xcc\x1d\x18\xed\x31\x01\xa6\xfd\x7e\x5a\xb8\x09\x3c\xaf\x69\xe1\x4e\x0b\xd7\x04\xb1\x70\xa7\x85\xfb\xca\x8a\x44\x41\x03\x73\x44\xa1\x4f\xfb\xf1\xb4\x96\x5f\x39\x80\x4f\x6b\x39\x20\x61\x69\x4d\x6b\x79\xda\x68\x5f\x99\xe3\xea\x2a\x80\xf9\xcc\xf2\x53\x57\x01\xec\x8f\xd7\x8b\xcc\x44\xb2\xd1\xe6\xdc\x3b\x2d\xdc\x69\xa3\x7d\xbd\x3c\x88\x2e\xe4\xa3\xeb\x6e\xdc\x6c\xb4\xd3\xf7\x7c\x93\x86\x05\x3e\x85\xc9\x1f\x1e\xcd\xd4\x8a\x6b\x60\x98\x46\xd6\xf2\x64\x0c\xa7\xfa\x58\x61\x97\xd5\xb4\xae\x32\x9f\xb1\xcb\x2a\x4c\xac\xfd\xf1\x8a\x61\x8a\x89\x05\x46\x6a\xd0\x14\x26\x56\x2d\x13\xd5\x87\x0b\xbc\x28\x30\x9f\x31\xad\xf1\xa2\xc0\xfe\xf0\x2d\x10\x31\x0a\xe0\x36\x17\x62\x14\x98\x3e\xba\x22\x46\xd5\xba\xa7\xf8\xd4\xec\x4d\xf6\xce\x95\x7b\x44\x1f\xa2\xaf\x66\x9e\xe3\x7e\xb6\x5f\x3c\x69\xe9\x15\xbb\x34\x70\x35\x3b\x22\x6b\xb2\xb8\x4f\xfc\x1a\xaf\x7f\x00\x77\xba\x96\xa3\xf0\xba\x17\xc7\x24\xdb\xc9\xf6\x34\x7b\x45\xf4\x24\x7a\xc6\x4b\xe4\xc7\x0c\x07\xb7\x9c\x0f\x51\x38\x55\x60\x9e\x4f\x22\xc3\xe1\x33\xa5\x0f\x17\x38\x55\x60\x26\x58\xb9\x70\xaa\xc0\xe2\x95\x5b\xb6\xc6\xe5\x78\xec\xeb\x03\x9a\x15\x98\xf3\x41\x64\x38\xee\x25\x94\x59\x84\xc0\x04\xa6\x2f\xda\x08\x4c\x60\x7f\xf0\xe5\x62\x30\xd5\x5d\x94\x22\x56\x3f\x02\x13\x58\xd3\xe0\xb2\xa2\x03\x43\x50\x08\x02\x53\x2d\xeb\x91\x7b\x1c\x81\x09\x8c\x35\xff\x3e\xfd\x78\xe1\x37\x81\xc9\xa0\xc1\x6f\x02\xd7\x0f\xe7\xc9\xad\xe0\xc0\xda\x72\x66\x44\x70\x02\x6b\x33\x89\x2d\xe0\x00\x2a\x7b\x2d\x0b\x78\xcd\xbb\xcb\x79\x91\x16\x30\x1a\xd4\x30\x9f\x2c\xe0\xe5\xc3\x26\x7d\xbe\xec\xa9\x01\x8c\xf7\x5a\x16\xeb\x72\x38\x76\x74\x40\x8d\x02\x33\x39\x8d\x0b\x35\x0a\x5c\xcd\x72\xa9\xb5\x89\x1b\x95\x20\xd1\xc2\x8d\x02\x6b\xb3\x24\xec\xbc\x81\xc5\x95\xba\xec\xbc\x81\x95\x04\x48\xb5\x98\xd8\x81\xc5\x2f\xbb\x7c\xd2\x58\xf6\x67\xfe\x7d\x0c\x2a\x80\x8b\x5f\x18\x54\xb5\x58\xdd\xbe\x22\x61\x50\x81\x95\xa2\xe2\x85\x41\x05\xae\x66\x19\x6f\x66\x77\x40\x6e\x82\xc2\xa0\x02\xfb\x83\xb7\x0c\x85\x0a\xcc\x2d\x9b\x0f\x06\x15\x58\xfc\xb7\x18\x54\x15\x06\xd5\x99\x52\xa0\x85\x41\x05\xe6\x16\xdb\x04\x81\xaa\xde\x8e\xe8\x3e\x47\xbc\xed\xf6\x81\xc5\x7d\xfb\xb6\xdb\xbf\x19\xe7\x3e\x77\x60\x50\x81\xc5\x19\x8c\x41\x05\xe4\x1c\xa8\xb7\x9d\xfd\x8d\xa6\xfa\x24\xfa\x10\x79\x77\xd9\x8d\xde\xb6\xec\xb7\xba\x94\xd1\x70\x6f\x96\xf8\x9b\x25\xce\x1b\xfc\x66\x89\x07\x16\x37\xef\x9b\x25\xfe\x66\x76\x73\x54\xbf\x29\xcc\xc0\x18\xfa\x4e\x5f\xaa\x97\x32\xef\x2b\x07\xd1\x74\xe5\x11\x99\x1e\xc4\x12\xdf\x0e\x8f\xa6\x07\xf7\x62\x89\xba\x41\xc7\x02\x53\x88\x91\xf2\x20\xf5\x66\x93\xb2\x09\xde\x6c\xd2\x37\xaf\x77\xa6\x07\xd2\x56\xbd\xef\xd5\x32\xfc\x9a\x07\xc9\x6a\x31\x3d\xde\x56\xcb\xfb\x5e\x06\x39\xad\x20\x72\x81\xc9\x2d\x80\xc8\x05\xf6\x07\x5b\x5f\xcd\x10\x30\x42\xd7\xab\xb7\x65\x10\x98\xa9\x43\x5f\xaa\x88\xd4\x7b\x1d\xae\xd4\xcc\x18\x25\xbb\x59\xb2\x45\xd7\xdb\xb1\xf2\xcd\xb4\xb4\xc7\xbe\x4d\xb6\xc0\x10\x5a\x87\x3c\x56\x21\x8f\x9d\xa1\x49\x17\xf2\x18\xb8\xae\x5c\x91\x6d\x64\xf9\x82\x9b\x15\xf4\xf1\x85\x2c\x55\x44\xf6\x47\x32\x48\x97\x2a\x22\x60\x8e\x3c\x9a\x2a\x22\xf5\x31\x01\xcf\x68\x2c\x25\x43\xc0\x14\xc8\xf0\x31\x01\x3f\x42\x70\xce\x74\xe1\x63\x82\x04\xa6\xb7\xfc\xb1\xc7\x7e\xcc\x99\x73\x23\x73\xd3\xc3\xa6\x92\xc7\x35\x67\x3e\x5c\x38\x67\xbc\x3f\x1f\x5b\xe5\xe7\xae\xcd\xeb\xca\x2f\x51\x96\x72\x92\xf1\x96\x2a\x22\x60\xf2\x99\xa9\x22\x52\x1f\x1f\xc8\x93\x22\xbe\xb0\xe9\xc0\xe4\xd4\xc5\xa6\x03\x57\xb3\x0c\x92\xad\x32\xb0\xf8\x1a\x3f\xb6\xca\xcf\x79\xdf\x34\x0f\x62\x8f\xfa\xc8\x44\xfc\x74\xa5\x9b\xb2\x23\xc5\x41\x7c\xd8\x91\x81\xe9\xbb\xf1\x87\x1d\x19\xb8\x9a\x65\x2c\x7d\x5b\xff\xc8\x44\xec\x06\x4c\xcb\x80\x1c\xd7\xf5\x61\x5a\x7e\xb8\x6d\xcf\xe7\x8c\xcc\x8b\x49\xc4\x4d\xe2\xbd\x0b\xf9\x0f\xcc\xe7\xdd\xea\x4d\x94\x75\x15\xaa\x4f\xe1\x03\x56\xb8\x7f\x97\x2c\xcf\x61\xc5\x04\x66\x72\x06\xd6\xc7\x29\xee\xe3\xc8\x16\x92\x4d\x7d\x58\x7e\x81\x91\x62\x6a\x85\x22\x58\x1f\xc6\xda\x19\x4b\x04\xd1\xaf\x42\xf4\x3b\x19\x44\x88\x7e\xf5\x75\x94\x49\xf9\xc8\xc2\xea\x03\xd3\x9b\xff\x3a\xca\x7c\x59\x61\x09\xc2\x2e\x0c\xbb\xba\x19\x76\x31\x4a\x31\xec\xea\xcb\xe4\x4a\x3e\xa3\xfa\x52\x21\x81\x35\xfe\x89\x8c\x2a\xf5\x35\xcd\xbe\x0e\x1d\x23\x63\xa8\x66\x08\x58\x29\x89\x50\x78\x7a\xf5\x35\xa7\xc2\x5b\x28\x35\x43\xc0\xe4\x0f\x56\x33\xa4\xbe\x7c\xfb\xa9\x55\x59\x2a\x7f\x80\x95\x04\x11\xf5\xe5\xdb\xff\x8e\xf4\x30\x91\xd6\xf5\x65\xd0\x7c\xef\xe2\xec\x44\x7a\xe8\xc5\x85\x7d\x50\xa8\x75\xf5\xa5\x4e\xc2\xb3\x2c\x75\x39\x80\x0a\x72\x85\xa0\x56\x5f\x6f\x84\x95\x8d\x53\x56\xe1\x94\x9d\x5c\x29\x38\x65\xf5\xf3\x46\x44\xcd\xe0\x94\x81\x25\xca\x10\xa7\xac\x7e\x3c\xb1\xa1\x02\x14\x36\x17\x58\xa9\x1e\x58\xc8\x5c\xf5\xe3\x62\x15\x99\x8a\xb9\x05\x04\x64\x17\xe6\x56\xfd\x7c\xc2\x19\x39\x83\xa2\x69\x81\x3b\x10\x1a\x4b\xab\x7e\x0e\x70\xe1\xff\x16\x4a\x16\x58\x3e\xca\xa1\x64\x81\xab\xd9\x8c\x4c\x17\xee\x1a\x75\x79\x0e\x36\xea\x4f\xf5\x8e\x7c\xe9\xf9\xb1\x51\x7f\xf7\xcb\x5a\x9a\x79\xdc\xa4\xe0\x4b\xda\xdc\xc2\xd2\xaa\x1f\x67\x4c\xd2\x14\xd4\xcf\x62\x0c\x2c\x67\x87\x1f\x1b\xf5\xc7\x20\x4d\x32\xc3\xc2\xc9\xaa\x9b\x93\x95\xd7\x8c\x93\x05\xae\x66\x19\x37\x6b\xf6\x87\x52\x1f\x17\xc2\xcf\x9a\xfd\x79\xf5\x09\xec\x2f\xa4\xac\xfa\xf9\x4e\x31\xb5\xb3\xe1\x04\x94\x92\xa8\x9f\x0d\xe7\xc7\xb7\xc9\x17\xfb\x63\x78\x05\xe6\xf0\x6b\x0c\xaf\xdf\x1d\xad\x9a\x17\xc3\xf0\xfa\xa9\x2b\xbc\xbb\xd0\x48\xf2\x80\xda\x32\xf1\xa3\xc0\x3c\xf3\x35\x03\x3f\x0a\xcc\xe3\x7e\x32\x9d\x8a\x47\x25\xa9\x72\x0b\x63\x0a\xcc\x10\xcd\x0a\x63\x0a\x5c\xbf\x9f\x91\x64\xb1\x05\xd6\xd3\x40\x32\xd8\x7e\xa2\x4c\x92\x91\xb5\xb0\xa8\xc0\x64\xdc\x60\x51\x81\xab\x59\x6e\x6a\x13\xfd\x29\x2e\x11\xeb\x09\x8b\xaa\xc2\xa2\x3a\x3d\x1a\x16\x15\x58\xa9\xa3\x5e\x58\x54\x60\x8e\xbb\xd5\x4e\x94\x18\x8d\xec\x97\xc5\x89\x13\x18\x21\x2a\x17\x5e\x15\x18\x21\xe3\x17\x5e\x55\x95\x5d\x35\x55\x9c\x0b\xaf\x0a\xa8\xf4\x53\x78\x55\x60\xee\x39\xf3\xe2\x55\x55\xf1\xb9\x86\xd3\x5b\xe5\x34\x5b\xf2\xf6\x0f\xa2\x0c\x46\xb1\xe1\xf0\x12\x8a\x0d\x17\xc0\xe1\xab\xb2\x45\x97\xfd\x78\xe6\xdd\x95\xfd\x38\xa0\x8a\x44\x15\x6d\x1b\xb8\x9a\xb9\x74\x90\xa5\xea\x4c\xb4\x47\x51\x01\x65\xbd\xa7\x68\x41\xe1\x5f\x81\xc9\x27\x8f\x7e\x55\x65\xbd\xcf\x9c\x78\xca\x7a\x0f\xcc\x47\x4e\x02\x65\xbd\x17\x0f\x6b\xd2\xd8\x95\x02\x3b\x60\x9d\x71\xe8\x95\x63\x64\x60\x8a\xd7\x29\x0e\xd6\x72\xb2\xe4\x73\xc2\xdc\x02\x33\x1c\xb8\x2a\xbb\x76\x59\xef\xd3\x1b\xb5\xde\x03\xea\xe6\x14\x7e\x57\xd5\xbd\x90\x33\x63\xca\x42\x0e\x4c\x47\xe8\xb2\x90\x4b\x68\x6b\x52\x5e\x56\x39\x01\x06\x26\x2f\x74\x39\x01\x06\xc6\x8a\xf2\x40\xf0\x02\xeb\x74\x4f\x36\x6d\xd9\x8e\xa7\xc9\x60\x3b\x0e\x2c\x9b\x65\xd9\x8e\x03\x33\xf5\x70\x4a\x31\xa0\x2a\x3b\x34\xd2\x47\xd9\xa1\x03\x73\xc4\xa4\x2d\x3b\x74\x60\x9d\x59\xed\xe5\x00\x58\x42\x39\x66\x2c\xce\xe2\xae\x09\x8c\x69\xca\x30\x86\x8b\xe5\x9b\xa4\x55\x55\x2c\xdf\x80\xc2\x86\x55\x14\x51\x58\x69\x57\xb3\xf4\x80\x8a\x29\x55\x62\xa6\x66\x3a\x75\xeb\x93\x28\xf5\xa2\x4f\x02\x61\x6a\xfe\xed\xa6\x5d\xd4\x4d\x89\x70\x4b\x05\x86\x2a\xfa\x26\x30\x96\xe1\xa2\x6f\x6a\xdd\x3d\xcc\x40\xd0\x24\x81\x61\xef\x51\x01\x09\xac\xd3\xd8\x53\x24\x65\xfb\xc4\x60\xc1\x9a\xab\xb0\xe6\xce\x94\x14\x2e\xac\x39\x30\x99\x64\x58\x73\x60\xb1\x5d\x90\xe6\xea\x26\xcd\xe5\x4b\x1b\xd2\x1c\xb8\x7e\x5f\xb3\x17\x59\x46\x2b\x6f\xad\xa9\x8d\xc0\x4c\x2e\x8a\x6a\xbb\x73\x73\x78\x99\x50\xcd\xe1\xd5\x72\x9c\x47\x47\x63\xe0\x55\xd3\x07\x2b\xa7\xfb\xa6\x0f\x5a\x88\x7c\x4e\xb8\xcd\x3e\x6f\xfa\x00\xf5\x45\x6d\x26\xb0\x44\xb4\xa8\xcd\x04\xae\x66\x23\xb2\x41\x36\xe2\x59\x49\xdf\xe9\x83\x66\x91\xad\x8d\xec\x4d\x96\x58\xe3\x98\x09\xcd\xe4\x6a\xb6\xd4\xf2\x20\x6c\xa9\x16\xc0\x9a\x8d\x1d\x3d\xaf\x9a\x3e\x48\x86\xda\x42\xa8\x03\x93\x83\x1f\xa1\x0e\xec\x8f\x64\x2a\xaf\xa6\x10\x5a\xf4\x7b\x2c\xfb\xf6\x49\xa5\xe9\x88\xa4\xf8\x2a\x05\xa1\x80\x2c\x21\x85\x8a\x57\x6d\xf1\x27\x8b\x7a\x21\xd4\x81\xb1\xfc\x9a\xc5\x1f\xf6\xdc\xfe\x48\xe2\xe9\xc2\x9e\x03\xf2\xa5\x16\xf6\x1c\xb8\x9a\xe5\x79\xf9\x95\x54\x7a\x4a\x65\xa3\xc2\x9e\xab\xb6\xd9\x27\xe9\x76\xa1\xca\x55\x73\xea\x26\x89\x6a\x29\xeb\x04\xd6\xe6\x2d\xf0\x09\x85\x17\x27\xad\x6a\xa1\xc5\x81\xfd\x91\x1c\xcd\x85\x17\x07\x64\x42\xad\xa6\x38\x02\x57\xb3\x8c\x9b\xc3\x70\x60\xac\xbb\x99\xe1\xe5\x4d\x12\xae\x8f\x2b\x07\x54\x05\xaa\xa6\x4c\x9a\x32\x49\xbe\xdb\x6a\xca\x24\xb0\x04\xb5\x36\x65\xd2\x22\x58\x93\xac\xa5\x14\x8e\x02\xd3\x17\xab\x66\x75\x04\xc6\x7d\x03\x4a\x22\x30\x79\xe8\x9a\x16\x68\xb6\x83\x6f\xd3\xcd\x76\x08\xcc\x24\xca\xad\xb6\xe2\x9b\xed\x20\x28\x59\x61\x2a\x30\xee\xb5\x6c\xc9\xf7\xbd\xe4\x63\x9d\x20\x00\x56\x08\x80\x67\x12\x22\x34\x02\x20\xd8\x1f\xc9\x3d\xdb\x8f\xac\x79\xb0\x12\x96\xdb\x8f\xac\x79\x30\xc7\xc3\x95\x4f\x22\x6b\xfe\xb2\x31\xfa\x91\x35\x0f\x46\x56\x69\x3f\xb2\xe6\xfb\x21\x04\x3e\x09\xdf\xfa\x11\xfb\x1b\xc8\x50\xdb\x8f\x58\x0f\x40\xc1\xc4\x7e\xc4\x7a\x00\x63\x3d\x66\x44\x6f\x22\x7d\x1f\xae\x2c\xb2\x78\x37\x4e\x1d\xe8\x88\x8e\xbb\x53\xb9\xf4\xd0\xa9\x43\xa7\x8e\x88\x74\x8a\x17\x3d\xce\xa3\x4e\x01\xad\x1b\x66\xf2\x53\xb7\x32\x5a\xfd\xb8\xb5\xc5\x4c\x0f\x0e\x3d\x88\xcb\xfc\xf4\xb8\x87\x1e\xb0\x1e\x92\x66\xae\x11\x22\xc1\xf8\xeb\x4a\xcf\x76\xab\x01\x77\x38\x5d\xca\xbb\x7c\x69\xad\x46\x9b\xec\xc7\xbd\xbe\x2f\x5d\xdf\x38\x92\x60\x6d\xbb\x66\xbf\x88\x12\xee\xbe\xa5\xe0\x45\x3f\x86\x9e\x8e\xf4\x74\x4b\xe7\x87\x9e\xe6\x73\xcf\x16\x4e\x7a\x3f\x86\xf7\x97\x33\xf9\xfe\xca\x80\x0c\x9d\xcf\x31\x20\x89\x7d\x1b\xe1\xb2\xc3\xa4\xbc\xae\x24\xf3\xb8\x71\x42\x27\xb1\x6f\x63\x52\x82\x7d\x4b\x62\xc9\x46\xa5\x04\xf3\xf9\x48\x0f\xa2\x40\x3a\xb5\xbb\xae\x66\x99\x20\xe3\xee\x42\xe5\xd7\xd2\x6c\x9a\x94\x5c\xca\xcf\xb4\x9a\x3a\x95\x70\xd1\xcd\x64\x9b\x3a\x45\x7d\x3c\xd3\xf5\xa9\x4f\x71\x92\x6d\xa9\xbc\xdc\x98\x9a\x60\xa6\xec\x54\x63\x6a\x82\x99\x4f\x42\xfd\x98\x3a\x10\xbd\xb0\x3d\xb6\xbf\x8f\x1e\xef\xc7\xd4\x99\xc9\x39\x9b\x2e\x4f\x6f\x28\xc6\xc5\x16\x3e\x56\x23\x72\x82\x35\x75\x66\xe9\x4c\x3e\xec\x6e\x0f\x2b\x6c\xe9\xcd\x4a\x8a\xdc\x99\x41\x5d\x7a\x93\xb3\xf1\xf6\xb0\x4e\xa2\x4a\x80\x94\xc4\x8d\xb4\xd9\x61\x68\x5e\xcd\xf2\x8a\xde\xee\x90\x95\x1e\x9d\xd9\x18\x9a\xbd\x1d\x6e\x7a\x1d\x4d\x7a\xb3\x02\x02\x33\xb1\x2a\xbd\xc5\xa4\x06\x73\x44\x1f\x6c\xd6\x44\x60\xa4\x18\x45\x2b\x87\xd6\xa9\x71\xb6\x6f\xa1\x11\xf5\x66\x4d\x04\x66\x3c\x8f\xbd\x59\x13\x81\xab\x99\x7b\x2e\xb2\xe4\xe6\xce\x2b\x52\x03\x0d\xcc\x58\x73\xbd\x65\x53\xed\xed\xbc\x6f\x90\x9b\x9e\x6e\x10\xfa\x58\xca\xb2\x35\x52\x68\x87\xda\xb9\x6f\x0f\x8f\x1b\xcf\x03\x98\x31\x8b\x7b\x1b\xae\xcc\xc1\x75\xcf\x78\x6f\xe3\xbe\x32\xec\x2e\x9d\x32\x89\xb7\x7b\x12\x67\x05\x6f\x26\x71\x60\xe5\x73\x78\x6f\x26\x71\x60\x3e\xce\x33\xa2\x2f\xd1\xcf\x95\x19\x8e\x58\xca\x60\x25\x3c\xa6\x31\x4c\xc1\xda\xf7\x3c\xac\x79\x1d\xb8\xae\x4c\xa7\x4c\xec\xc0\x0c\xbb\xab\x37\x13\x3b\x70\x35\xcb\x73\x4c\xaf\x45\xba\xf8\xe9\xd7\xbc\x96\x69\x38\x66\xfa\x3e\x0d\x47\xf6\xca\xe4\x6d\x6d\xdc\x54\xb0\x6f\xb4\x1c\x72\x2a\x98\xcf\x28\x12\xdc\x54\x20\x6d\x6b\xe3\xa6\x76\x68\xa2\xd7\x95\x79\x55\xcb\x73\xe4\xe4\x4d\x53\xe1\x89\x76\x48\xa1\xfb\xb6\x99\x58\xcb\x0d\x72\xa6\x4e\x00\x58\x23\x85\x36\x6a\xe7\x96\xec\xf6\x8d\xda\xd9\xa1\x76\x8e\x94\x2f\x69\xd4\xce\x0e\x27\x73\xdf\x92\x9f\xa3\x77\xdb\xca\xae\xaa\x4e\x26\xf8\x1e\x53\x12\x5c\xcd\x46\x64\x83\x2c\x34\xed\x4d\xb3\x49\xf4\xd6\x6c\x46\xf6\x21\xbb\x96\x72\xe2\x2f\x3b\x95\xe5\xfe\x47\x23\x65\x6e\xb1\x31\x1a\x29\x13\x48\x50\xdb\x48\x99\xfd\x17\x29\x53\x2b\x8f\x16\x83\x33\xa1\xa1\xbd\x1f\x1e\x2d\x5e\xb9\x8d\xca\xc4\xc0\x04\x2b\xe1\x29\xad\x0c\x5d\x87\x80\xb9\x6f\xdb\x2d\x6b\x32\x65\x83\x33\x1e\xa7\xf1\xa0\xf4\x53\xb3\xac\x77\x4a\x3f\xb0\x72\x84\x69\x15\xe1\xc0\xbe\xe5\xb3\x50\x2b\x09\x07\xe4\xce\xed\x9d\xd2\x0f\x48\x8a\xdb\x8a\xc4\x81\xeb\xca\x3c\x87\x55\x15\x98\x89\xaf\xeb\xdd\xaa\xda\x87\x5e\x45\x09\xec\x56\x42\x40\xfa\xdf\x46\x90\x04\xf3\x75\x5f\x59\x44\x59\x1b\x51\x45\xf8\x91\xbd\x4f\x2f\x59\x33\xd3\x39\x30\xf7\x95\xc7\x30\x9b\x77\x1a\x3e\x1f\xd8\x7a\x37\x9d\x03\x8b\x86\xdf\xcd\xe6\xc0\xda\x9f\x5a\x2d\xa2\xcc\xe6\xa7\x56\x6f\x22\xaf\x3d\x6f\x85\x06\xdf\xa5\x0d\x36\x40\xd3\xf3\x2f\xc3\x9d\x05\xbf\xd3\xe0\x81\xb5\xef\x44\x86\xdb\xd2\xc8\x77\xad\xc6\x7c\x04\x2b\x31\xc7\x8d\xf9\x08\xae\x66\x79\x0e\x4a\x3d\xb0\x12\xb0\xdb\x0a\xda\x75\x08\x8c\x57\xb3\x3c\xc8\xf2\x6c\xb7\x31\x48\x74\x3f\xdb\x4f\xb3\x74\x61\x19\x5c\x74\x25\x53\x61\x99\x44\xf7\x42\x8b\x6e\x46\x74\xec\x10\x1d\x47\xa8\x3d\x8d\xe8\x08\xa6\xad\xf8\xc9\x16\x0c\xac\xfd\x32\x7a\x1b\xf5\xb1\x9f\xf7\x72\x8c\xba\x56\x0b\x0f\xcc\x54\xa5\xef\xa7\xe5\x18\x9e\xe3\xd5\xec\x15\xd9\x24\x43\xed\xd1\x6c\x11\x2d\xcd\xce\xc8\xde\x64\x51\xba\x2f\x37\xfd\x10\xe5\x55\xbd\xdc\xf3\x4b\xd4\xae\xfc\x27\xb6\x6c\xd4\x48\xb0\x52\xc4\xbf\x31\x23\x3b\x54\xc3\x7d\xdb\xb2\x82\x71\x0d\xc1\x08\x29\xbf\x9f\xa7\x4e\xc7\x6b\xba\x25\x5b\x77\x63\x07\x82\x95\x0f\x1d\x8d\x1d\x08\xf6\x6d\xbf\x65\x06\x22\xd1\xb0\xc9\x59\xd1\x4f\x2b\x27\x30\x13\x8c\xd8\x38\x84\x60\xa5\x84\x70\xe3\x10\x82\x95\x14\x8f\x8d\x43\xd8\x21\x02\x5e\xbf\x1f\x99\x95\x83\xe2\xb7\xd1\x5e\x28\x7e\x60\x85\x08\xd0\x28\x7e\x1d\xca\xda\xbe\x25\xeb\x74\xe3\xac\x81\x99\xaf\xb3\x8d\xb2\xd6\xa1\xac\x0d\x1a\x02\x65\xad\x5f\x5e\xf8\x7e\xee\x91\x1d\x64\x39\x55\x1f\x8f\x88\x4e\x22\x37\xc8\xfe\x8c\x2c\x06\xd6\xcc\xb6\x85\x2c\xd6\x2f\xa6\xc3\x3e\x34\x1b\x64\x39\x7c\x67\x6d\x62\x81\x81\x7d\x4b\x4a\xad\x46\x03\x03\xe3\xaf\x5f\x7b\x13\xbd\x35\x7b\x45\xf6\x21\x4b\xa5\xe8\x97\x5f\xfb\x12\x7d\x35\x3b\x22\xfb\x91\xe5\x3c\x77\xba\x32\x4b\x07\xe5\x6b\x4b\x7c\x73\xa3\x7c\x81\x45\x2f\xa1\x7c\x81\x7d\x4b\x25\xfe\x0e\xff\xeb\x86\x99\x2f\x0f\x8d\x05\xd6\x48\x5a\x5b\x52\xb5\x34\x92\x16\x58\x89\x32\x6f\x24\xad\x7e\x51\xa3\xc9\x2c\xd3\xb8\x56\x60\x25\x49\x55\xe3\x5a\x81\x7d\x0b\x7b\xa4\x71\xad\xc0\x4c\x92\xe0\xc6\xb5\xea\x17\x35\x14\x0e\x6f\x23\x1c\x81\xb9\x7b\x36\x6a\x28\x7c\xa3\x7d\x4b\xb6\xeb\x46\x38\x02\x32\x30\xf5\x6b\x19\x5e\x6a\x28\xdf\xdf\x5a\x91\x2a\xb0\x52\x5a\xa9\xd1\x92\x1a\xe1\x68\x4b\x1e\xe5\x46\x38\xea\x10\x8e\x46\x82\x6b\x1b\xe1\xa8\x0f\x13\xe9\xf9\x7a\x45\x76\x90\x25\xfd\x64\x86\x17\x07\x09\x5c\xcd\x56\x64\x83\x2c\xe9\x34\xd2\x53\x1c\xa4\x3e\x18\xb4\xcf\xcc\x41\xec\x1f\xb0\x46\x66\xea\x61\xd3\x0e\xec\xdb\xd3\x1d\xec\xda\x81\xc5\x92\xc4\x11\x02\x23\xe5\x26\x1b\x47\x08\xac\x90\x95\x1b\x47\xa8\xb1\x7a\xb6\xa7\xe7\x30\x69\x02\x2b\x8e\xf5\xc6\xea\x69\xac\x9e\x2d\x89\xf5\x1a\xab\x07\xac\x91\xa3\x2b\x56\x0f\x90\xcb\xaa\x15\x6f\x6a\x6c\x9a\x2d\x41\xa5\x8d\x4d\x03\xd6\xb8\x45\xf7\x0d\x92\x28\x34\xbb\xc3\x31\x0c\x2e\xab\x20\xa5\xe5\xfa\x60\x15\x04\xd6\xf0\x18\xac\x02\xd5\x96\xce\xa7\x2b\xdd\x93\x52\x79\xe6\x98\x8a\xe0\xd2\x87\xed\x38\x81\x95\xad\x18\x11\x58\xe3\x6e\x66\x88\x62\x5c\x8e\x71\x46\x64\x88\xa8\xa3\x24\x6c\x6a\xd5\x83\xc0\xca\xa7\xd8\x56\x3d\x08\xec\x5b\x2a\xaa\x36\x32\x0b\x98\x61\x56\x35\x32\x0b\x90\x66\xab\x55\x0f\xea\xc3\xd4\x7d\x69\x66\xea\x1e\xa6\x6e\x4c\x66\x5c\x16\xb0\x6f\x89\x84\x6c\x64\x16\xb0\x12\x20\xd0\xc8\x2c\x7d\x50\x8b\xaf\x2d\xbf\x46\x2d\x06\x56\x32\x12\x37\xe2\x4a\x87\xb8\x32\x5e\xd9\x12\x10\x57\xc0\x75\xe5\x8a\x6c\x23\xcb\x80\x47\xd7\x2b\xee\xd3\xa7\x49\x1f\x3f\x65\x63\xae\x80\x95\x0f\x8b\x7d\x9a\xf4\x81\x95\xd0\x93\x56\xdc\x07\x5c\x57\x92\x4d\xb2\xa4\xa5\x5d\x7e\x6c\x11\xe9\x68\xb4\x38\x82\x0b\x58\xf9\xe0\xde\xa7\xed\x32\x30\x99\xa0\x8a\xfb\x80\xeb\xca\x33\xb2\x22\x33\xe0\xd7\x48\xaa\xe4\xd3\xa7\x15\x94\x28\xd0\x56\xa3\x07\xac\xf8\x9d\x5b\x8d\x9e\xc6\x6f\xd9\x5e\xd9\x87\xf0\x5b\xc0\xca\x37\xcf\xc6\x6f\xe9\xd3\xda\x78\x3d\x5f\x7f\xbf\x6d\x2b\x8a\x03\x56\xf2\x34\xb5\xa2\x38\x60\xdf\x12\xaf\xd9\xa7\xb5\x13\x58\x33\x33\xea\xa4\x95\xc3\x61\xb9\x9a\x65\x08\xb9\x51\x02\x2b\x9f\x49\xfb\xe4\x46\x09\x48\x62\xd6\xa7\x45\x77\x5a\x4e\x61\x9e\xb6\xca\x36\x40\xe6\xb4\x56\xd9\xa6\x4f\x76\xc1\x2b\xa6\xb2\x32\x36\x60\xcd\x18\x60\x48\x32\xe0\x6a\x96\x81\xa0\xf7\xb1\x64\x92\x99\xa4\xb1\x64\xc0\xfc\xab\x95\x11\xb4\x38\x93\xb9\xbb\x91\x58\xfa\xb4\x38\x93\xd4\xa7\xf1\x4e\xc0\xca\x57\xdd\x56\x78\xa6\x4f\xc7\xbc\xa4\xa4\x69\xbc\x13\xb0\x46\x0e\x8d\x68\x27\x60\xdf\x92\xd0\xa5\xf1\x4e\xc0\x4a\x20\x63\x9f\xdc\x1d\xa1\x9d\x5c\xcd\xf2\xbc\x16\x71\x60\x85\x7d\xd6\x0a\xd4\x80\x95\xcf\xc6\xad\x40\x4d\x9f\xdc\x1d\x49\xd5\xd2\x27\x6b\xf9\x94\x01\x30\x7b\x1e\xc2\x4a\x9f\x2c\xe3\x24\x3f\xe9\x93\x65\x1c\x58\xc9\x38\xd7\x08\x2b\x60\x25\x4c\xa9\x11\x56\xc0\x72\xca\x53\xd9\x06\xec\xdb\x4b\x47\x69\x84\x80\x14\x71\x8d\xd6\x02\xae\x66\x2e\x35\x3f\xec\x6f\xb7\x48\x3f\x99\xd9\x49\x48\xd1\x27\x33\x3b\xb0\xf2\x55\xaa\x51\x5d\xc0\xd5\x2c\xf3\x88\x2e\xc1\x75\x99\xd1\x42\xb8\x2e\x1d\xae\xcb\x08\x1d\xa3\x71\x5d\x7a\xbc\x0c\x51\x34\xe4\xa0\x38\x02\x2b\x5f\xd6\x1b\xfd\xa5\xc3\x6b\xb9\x9a\x9d\x91\x2d\xb2\x58\x89\x1b\xd1\x9b\x48\xaf\x96\x4b\xbf\x64\xb1\x28\x62\x3d\xe0\xba\x80\x11\xf6\x48\x0f\xab\x3f\xbc\x93\xeb\xca\x3c\x87\x6d\x70\x88\x80\x8b\x9a\x53\xe2\x06\xec\x5b\x72\x65\xf4\xb0\xd4\x87\x00\x8a\x1c\xab\xd1\x53\xc0\xd5\x2c\x37\x65\xb0\x05\x64\xd6\xeb\xc1\x5e\x0b\x4c\xc7\xb0\xc1\x5e\x1b\x42\x56\x72\xea\x1d\xcc\xb5\x41\x6f\x24\x5c\xb4\x07\xc5\x30\x28\x86\x95\x2b\x29\x86\x41\x31\x24\x5c\xb4\x07\xc5\x10\x58\x6c\x33\x05\x79\x3a\x24\x96\xab\x59\x7a\x75\x7a\x8e\x10\xde\x92\x93\xaf\x95\xd5\xe9\x41\x0b\x1c\x46\x97\x16\x18\x36\xd5\xac\x83\x41\x0b\x60\xae\x6c\x89\x86\x6c\xcc\x15\xb0\xe2\x93\x6f\xcc\x15\xb0\x6f\x21\xa5\xf7\x60\xc2\x05\xd6\xc8\xa4\x47\x66\xe9\xc1\x9a\x4a\x00\x63\xe3\x60\x74\x38\x18\xe3\xcc\xe3\xe2\x60\xf4\x34\x67\xc2\xe8\xe8\x69\xce\x04\x66\xe8\x3a\x8d\x96\xd1\x08\x17\x5b\xd8\x15\x8d\x70\x01\x56\x62\xe7\x1a\xe1\xa2\x11\x2e\xb6\xf0\xc5\x1a\xe1\x02\xcc\x7c\x29\x6a\x84\x8b\x9e\x8c\xfc\x50\xde\x1a\x6d\x02\x8c\x14\x10\xed\xc9\xc8\x9f\xaa\x7b\x3c\x89\x3c\x1a\x87\x4a\x58\x5f\xad\x4e\x0d\x58\xe7\x43\xb3\xbc\x98\x79\xbf\xbf\xac\x2b\xdc\x07\xb0\x12\xc3\xd7\xa8\x0f\x60\x9d\x99\x80\xa8\x0f\x60\xdf\x42\x40\xe9\x79\xea\xe8\xa9\x56\xf5\x19\x91\x8e\x0e\xc3\x96\xdd\x7d\x7a\x7f\x81\x79\x3f\x1a\xa3\x68\x72\x7c\x27\xe7\x77\x4f\xba\x78\x4a\x4e\x1f\x45\x39\x9d\xd1\x26\x9f\xe1\xb9\x91\x19\xa3\xf8\x0c\xcf\xe8\xb6\xc9\x67\x88\x21\xb1\xa5\xc0\x67\x63\x48\x80\x75\x3e\xdc\xf4\x47\x54\x9a\xa5\xa7\x66\x43\xe0\x92\xe5\x79\x79\x0d\x03\x72\x94\x37\x86\x44\x4f\x1e\xc2\x44\x9e\xf5\xe4\x21\x9c\x4a\xf5\x1a\x5e\xdb\xc4\xe4\x21\x4c\x59\xd1\x9e\xf6\x89\xe9\x33\x7c\xb6\x7c\x44\x8a\x9e\x94\x7d\x38\xe8\x8d\xfb\x00\xd6\xb9\xfd\x7d\x30\x5a\xa3\x46\x80\x75\x77\xda\x5e\x30\x19\x6f\x09\x3f\xec\x49\x57\x07\xa6\x4f\x0c\xca\xff\x74\x0a\xfb\xec\x5b\xc2\x0f\x5b\x65\x1f\x30\x96\xe9\x4e\x07\x4f\x0a\x37\x5f\xac\x5b\x1d\x1f\x20\x97\x7a\x63\x55\xf4\x62\xe7\x9c\x39\x9e\xa8\x5c\x03\xe6\x96\xa3\x88\xca\x35\x60\x19\x1a\x95\x6b\xc0\x32\xf6\x0a\xd7\xf4\x72\x30\x4d\x6a\xed\x56\x33\x06\xac\x33\x9a\x03\x5b\x02\x8c\x7c\x11\x6f\x6c\x89\xc6\x96\xd8\x92\x33\xbb\xb1\x25\x80\x64\xec\x8d\x2d\x01\x56\xa2\x42\x1b\x59\xa2\xb1\x14\xb6\x24\x1d\x6c\x2c\x05\x20\x3f\x7b\x63\x29\x80\x7d\x4b\x88\x4c\xa3\x29\x80\xf9\x1c\xae\xf4\x68\x8c\xa2\x04\xdc\x34\xe6\x02\x58\x09\x1e\x6d\xcc\x85\x4e\xb5\x97\xab\x59\x3a\x7f\xde\x0f\x92\xba\xe2\x19\x6f\xd5\x5e\x7a\xdd\x73\x36\x1a\x0c\x27\xa0\x17\x03\x25\xe9\x9f\x7b\x99\x79\x4b\xfc\x47\x0c\x94\x65\xe2\x61\x00\x6c\xe7\x72\xa9\x6e\x4d\xdd\xd2\x4c\xb7\x38\xe0\x92\x8b\xb9\x05\xe8\x83\x95\x98\xd8\x16\xa0\xdf\x8b\xfd\xe0\x23\xe5\x62\x3f\x04\x64\xa7\x6f\xf5\x4c\xc0\xbe\x8d\xac\x58\xe1\xf8\x60\x25\x35\x75\x0b\xc7\xef\x45\x09\x8f\x4c\x5e\x71\xf0\xfd\xa6\x71\x53\x12\xa3\x95\x0d\x01\xeb\xcc\x81\x5e\xd9\x90\x7e\xd3\xb8\xc9\xfd\xd8\x6f\x1a\xf7\x4d\xe3\x3e\x5d\x39\x88\x3e\x9a\x1d\x91\x7d\xc9\x92\x14\x3a\xce\x58\x95\x44\x3a\x11\xee\xfb\x36\x5c\x6a\x0e\x06\x66\x72\x1d\xb6\x08\xf7\x7e\xdb\x92\xf3\x91\xb9\xdf\xb6\xe4\xf7\x1d\xd3\x48\xb4\x88\x32\x53\xb3\xb5\x88\x53\xef\xb7\x69\x99\xdc\x37\xfd\x3e\xee\x9b\x66\x5a\xe6\xb0\xf0\x36\x2d\xdf\x9c\xd3\x23\xa6\xf4\xdb\xbc\x0c\xac\x33\x6a\xfe\xcd\x39\xfd\xb6\x4d\x8f\x2c\xac\xb7\x6d\xfa\x2d\x3a\xea\x16\x79\xdc\xc4\x17\x6f\x23\x1e\xaa\xb7\x99\x14\x58\xa7\x1e\xd8\x6b\xdf\xcc\x6b\x3e\x09\xd5\x50\xc0\x4c\xc2\xfe\x7e\x33\xaf\xdf\xcc\x6b\xe7\xfe\x37\xf3\x3a\xb0\x28\x66\x35\x53\xc0\xa2\x54\xd4\x4c\x69\x41\xfa\x9b\x6d\x5a\x90\x7e\xbf\x93\xb5\x61\x73\xe0\x7e\xfb\x00\x13\x58\xf6\x5f\x41\xfa\x60\x25\xf4\xb9\x05\xe9\xf7\x9b\xda\x74\x2e\x7f\x53\x9b\x6f\x6a\xd3\x2b\xa5\x17\x45\xdf\x6f\x4c\x4c\xd1\xf7\x60\xd1\x64\xa2\xef\xc1\xa2\x83\x45\xdf\xf7\xfb\x9e\xe3\xb1\x30\x45\xdf\x83\x95\x00\xf4\x16\x7d\x0f\xe6\xb8\x7f\x4c\x47\x4d\xf1\x97\x5b\x9a\x0b\xf7\x14\x8f\xe2\x17\x7d\xdf\x1f\x66\x80\xb3\xaf\xe0\x78\xb0\x68\xcf\x0f\x33\xe0\xc3\xf7\xe2\xac\xf5\x31\x03\x3f\xe2\xf3\xb2\x61\x0a\xa1\xef\x0f\x5f\x1f\x1b\xf6\xc3\x76\xfc\x08\xbc\x8b\x03\xe2\x63\x9e\x06\xd4\x6e\xe8\x8f\x79\xfa\x61\x3a\x32\x6b\x3f\xc7\x7d\xd3\xec\xab\xb7\xe8\x43\x94\x38\xb0\xcd\x63\x64\x09\x7d\x78\xdd\x58\x98\x1f\xf3\xe3\xc3\xeb\x16\xf5\xf9\x31\x3d\x12\x6b\xbe\x6f\xd3\x4d\x6d\xe6\x1f\x0e\xd7\x58\x0b\x82\xcd\xc1\x1a\xd1\xb2\x1f\x7b\xf9\xc7\x5e\xce\xb9\xfa\x19\xf7\x4d\xbf\xa1\x8c\xb9\xf2\x47\xf4\x4b\x70\x9b\xdf\x2f\xa2\x72\x65\x9a\x99\x6c\x1f\x73\x61\xbe\xf2\xb8\xe6\xc2\xe7\x8e\x47\x23\xda\x88\xdc\x34\xf3\xf4\xe3\xa0\x12\x98\xcf\x68\xd4\x8f\x3d\xf2\xb3\xdc\x21\xea\xfe\xe3\x54\x12\x58\x63\xfb\xff\x98\x5f\x63\xfb\x2f\xdb\xf6\xc7\x0e\x2a\xfc\x7d\x9b\xe9\x8d\x58\xf7\xfe\x26\xda\x63\x4b\x18\x75\x7f\x45\x7b\x04\x56\x22\x06\x5b\x9d\x9b\xfe\x9a\x3e\x09\xc3\xed\xaf\xe9\xf3\x75\x40\x19\x44\x19\xd5\xef\xfd\x76\x73\xa2\x17\xeb\x0e\xe6\x8a\xd2\x14\xcc\xde\x5f\xb6\x60\x12\x86\xb6\x3a\x31\x60\x84\x8f\xd3\x5f\xb6\x60\x6a\xc2\x5c\xcd\x56\x64\x93\x2c\xd9\x82\x0f\x22\xcf\x61\x3f\x5b\x9b\x4b\x9b\xac\xe3\x78\xbe\x86\xeb\x4b\x0b\x7d\x99\xfc\x49\x78\xdc\x5f\x6a\xe8\xeb\xe0\x1f\x95\xf3\x65\x32\x7e\x69\xa6\x44\x7d\xf5\x97\x66\xfa\x3a\xf8\x67\x6a\x7f\xcd\xbc\x84\xc1\x5f\xcd\xd2\x2d\x6a\xe8\x1b\x57\x7f\x6a\x1c\xf5\xd7\xcc\x13\x1a\xbf\x31\xb5\x85\xc6\xf7\x97\x1a\x4a\xae\xe4\xfe\x52\x43\x81\x95\x34\xfc\xfd\xa5\x86\xbe\x8e\xef\xcb\x5d\x1d\xdf\xbf\x8e\xef\x2f\x22\x63\xe9\xa5\xae\xa8\x09\xe1\xf2\xfd\xb3\x8a\x53\x7a\xbd\x7f\x56\xf1\x4f\x48\x40\x1c\x4c\xea\xa8\xf4\x5d\x47\x65\xd3\xea\x45\xa4\x5b\xb1\xd2\x95\x48\x01\x8b\x97\x48\x50\x3d\x18\x0e\xbf\x82\xea\xc1\xbe\x89\x89\x51\x22\x05\x2c\x3b\xcb\xcf\xab\xff\xd9\x6d\x52\x37\xb3\x05\xda\x83\x65\xcb\x50\x21\xa5\x7f\x1c\xf6\xc9\x58\xdd\x02\xed\xc1\x1a\x2f\x22\x3d\x08\x19\x74\x4b\x9a\xec\x16\x68\x0f\x96\x7d\x4a\x9c\x3d\x58\xa9\x0a\xd6\xe2\xec\xc1\xf4\x69\x4e\x9c\x3d\xd8\xb7\xa4\x71\xee\x9f\xb9\x15\x58\xf3\x45\xa4\x53\xac\xac\xa4\x71\xee\x1f\x2b\xeb\xc7\xf5\x94\xe3\x99\xda\x2a\xfd\xb3\x11\x26\x8d\x73\xab\x9a\x02\x56\x32\xc1\xb7\xaa\x29\xe0\x6a\x96\x5e\x99\x82\x81\x15\xa6\x6d\xff\x9c\x5a\x7e\x4e\x2d\x49\xb3\xdc\x42\xf4\xc1\x0c\xeb\xba\x45\xe8\xf7\x2f\x71\x38\x7b\x18\xa8\xfd\xa3\xaf\x02\x6b\xc4\xdf\xf5\xa3\xaf\x44\xed\xef\x2c\x73\x51\xfb\x9d\xea\x26\x97\x2c\x77\x60\xa0\x05\xe6\x6e\xc4\x39\x95\x52\xfd\x64\xdf\x1f\x51\xd6\xaa\x9f\x80\x99\x32\x32\xad\xfa\x49\xa7\xfa\xc9\xd5\xcc\xaf\x79\xcd\x77\xf5\xba\xf4\x9e\x42\xfc\xdd\x79\xad\xf3\xb8\x14\x62\x28\x00\xfb\x9e\xe4\xfb\x8d\x03\x00\x46\xd2\xbe\x37\x0e\x40\x27\xf8\xfe\x6a\x96\xde\x53\x92\xa2\xef\x93\x74\xa7\x05\xdf\x83\xed\x74\x28\x14\x7d\x0f\x66\xd2\x81\xb5\xe0\x7b\xb0\x3f\x18\x15\x42\xed\xc1\x8b\x0d\x2b\xd4\xbe\xeb\x1e\xb7\x58\x59\xa2\xa4\x5b\x08\xee\xfe\x58\xff\xaf\xdb\xf3\xfa\xff\x5f\xdf\x7f\xfc\xb7\xff\xf9\xbf\xde\x7f\xfc\xef\xf7\xbf\xd6\x3f\xbe\xff\xf9\xe7\x9f\xf5\x6f\xff\xf1\xfb\x97\xef\x7f\xfc\xe3\xbf\x5f\xd2\x7f\xfc\xaa\xff\xe5\xdf\xea\xcf\xfa\x3f\xff\xfe\x9f\x7f\x7e\xeb\x1f\x7f\xfc\xfb\x1f\xd7\x55\xf9\xfb\xbf\x01\x00\x00\xff\xff\xb4\x3e\x0b\x15\xdb\x3b\x01\x00"); +func _gcce ()([]byte ,error ){return _c (_ddee ,"GBKp-EUC-H")};var _gefde =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x54\x92\xc1\x8e\x9b\x30\x10\x86\xef\x7e\x8a\x39\x6e\x0f\x5b\x3c\x10\x13\x90\xa2\x95\xaa\x44\x55\xd1\x6a\xdb\xaa\xd9\x6c\x2b\x55\x3d\x10\x3c\xa4\x96\x1a\x83\x0c\x1c\xf2\xf6\x95\x7f\x08\x55\x0f\x68\x3e\x7e\x0f\xd6\x37\xd8\xc9\xbe\x3a\x54\xde\x8d\x94\x7c\x0d\x5d\x73\x94\x91\x5a\xe7\x6d\x90\xa1\x9b\x42\x23\x74\x96\x8b\xf3\x4a\x71\x4a\xd6\x35\xe3\xfd\x15\xa5\xb9\xd6\xbd\x52\xc9\xc9\xbb\xe7\xe3\xe3\xe9\xf5\x23\xe7\x8f\x9f\x68\x1a\x64\xc9\xf7\xd5\xe1\x78\x1b\x46\xb9\x56\xbe\xed\x28\x9b\xbf\xb7\x53\xbf\xec\x41\x94\x7c\x93\x8b\x1b\xc6\x70\xa3\x87\x0f\xb6\x3b\xcb\x3b\xb2\xd2\xc6\xfc\x4b\xb0\x12\x9c\xbf\xd0\xc3\x73\x17\xa4\xe6\x75\xe1\x38\xf5\xfd\x1f\xb9\x8a\x1f\x89\x91\x89\xb7\xa8\x2a\xd9\xbf\xd4\xfd\xe7\xfa\x2a\xf4\x9f\xcf\x1b\x56\xb1\xf8\x26\x61\x70\x9d\x27\x7e\xaf\xb5\xf9\x17\xbf\xde\x7a\x59\x36\x53\xc9\x8f\x53\x75\xa0\x9f\x4c\xac\x29\x35\x66\x63\x7e\x2d\xf9\xf7\x97\xce\xae\x5d\xcc\xf3\x04\x8d\xb3\xcd\xef\x3a\xa8\x5d\xaa\x39\x7f\xa2\x42\xe7\x1c\x39\x35\x91\x4d\xa1\x76\x99\xe6\x2c\xf2\xd6\xa8\x5d\xdb\x6a\x06\xe7\xe0\x06\x5c\x82\x25\x72\xa1\x23\x67\x67\xf0\x16\x6c\xc1\x05\xb8\x05\xa3\xdf\xa0\x3f\x4f\x23\x0b\xf6\x2f\xb3\xf8\x1f\xee\x3a\x6a\xbb\xea\x85\xda\x5f\x04\x7e\xd9\x13\xc5\xb2\x81\x5a\x19\xd5\xa2\x4e\x2c\x29\xa2\x1c\x51\x81\x88\x21\x9a\x1b\x0c\xb0\x99\x23\xcc\x94\x67\xf0\x8d\x5d\x6d\xab\x4b\x8c\x00\x55\xae\x11\xf1\x6c\xc9\xb0\x3c\x23\x32\x18\xa2\xd4\x8b\xe0\x2c\x84\x97\x78\x47\xd6\x33\x6b\xa6\x10\xc4\x8f\xb8\x21\x38\x95\xf8\xa7\x9d\x97\xf5\x16\xf6\x5d\x1f\xbf\xc2\xf3\x37\x00\x00\xff\xff\xf1\x10\xe4\x07\xb1\x02\x00\x00"); +var _fdb =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x84\xfd\xcd\xae\x3f\xcb\x92\xa6\x09\xcd\xcf\x55\xec\x21\x0c\x9a\x0c\x0f\xff\x96\x4a\x25\xd1\xd5\xaa\x56\x0d\x1a\x10\x45\x03\x12\x42\xad\x08\x0f\xf7\x22\x25\xf2\x64\xea\x64\xd6\xa0\xee\x1e\xed\xf5\x3c\xb6\x61\xa3\xd6\xf9\x8f\x96\x7c\xc5\x2f\x3c\xfc\xd3\xdc\x5e\xb3\xd7\xcc\xff\xe1\x3f\xfc\xa7\xff\xe1\x3f\xfd\xf5\x1f\xff\xed\xb7\x7f\xf8\x3f\xfd\xed\x9f\xd7\x7f\xde\xff\xf6\xdb\xf9\xc7\xbf\x7e\x7f\xdb\xff\xfa\xcf\xff\xf5\x6f\x6b\xff\xf6\xee\xff\xf2\x8f\x7f\xfd\xcb\x5f\xd2\xfd\xdb\xf7\x8f\xeb\xdf\xa2\xf8\xf3\x67\xfd\xd3\xf3\x2f\x7f\xf9\xcb\xef\xef\xff\xe7\xff\xf6\xaf\xff\xb6\xff\xe9\x3f\xfd\xf5\xfc\xf3\x6f\x99\xdf\x7d\xff\xf5\x5f\xfc\xed\x6f\xbf\xfd\xc3\xff\x79\xff\x97\x7f\xfc\xd7\x7f\xfb\xdb\x7f\xfb\xed\x7f\xf3\xbf\xff\xfe\xf9\xdd\xff\xdb\xdf\xbe\x7d\x7e\xff\xff\xff\xf1\x6f\xdf\xfe\xdb\x3f\xfe\xf5\xbf\xf8\xff\xff\xe5\x7f\xfc\xef\xd3\xff\xf2\x3f\xff\x87\xff\x7c\xff\xf1\x83\xff\xfc\x5f\xff\xe5\x5f\xfe\xdf\xfb\x9f\xf6\x5f\xff\xed\xb7\xfa\xf3\xbf\xfd\xd7\xef\xe7\xef\x5f\xfe\xe1\x3f\xfc\x4f\xcf\xbf\xfc\x1f\x9e\x7f\xda\xbf\xfd\xc3\xcf\xbb\xff\xdd\xff\xf8\xdf\xa7\xff\xee\xf7\x77\x7f\x1e\xff\x3c\xfd\xbf\xee\xbf\xfd\xeb\x3f\xfe\xf3\x5f\x7f\x1b\xff\xbb\xeb\x2a\xff\xdf\x7f\xff\x5f\xfe\xdb\xbf\xec\xdf\x6e\x6b\xf9\xbf\xff\xcf\xff\xe9\x7f\xf8\xed\xff\x91\x7e\x4b\xd7\x6f\x77\xcd\xb9\xfe\x96\xee\x74\xff\x3f\x7d\xf8\x7f\xfb\x9f\xfe\xf9\xdb\xbf\x5d\x94\x12\xdd\x59\xff\xfc\xed\x7f\xfd\x97\x67\xed\xbf\x3d\x7f\xfd\x2f\xfb\x2f\xbf\xfd\xf6\xef\xae\xeb\xba\xfe\xfd\x6f\xff\xee\x3f\xfe\xc7\xff\xf8\x1f\xff\xfd\xef\xed\xfb\xff\xfb\xc5\x5f\xd2\x75\xf1\xea\x7b\xd6\xff\xeb\xf9\xdb\x5f\x7c\xe1\xb7\x7f\x77\xce\xf9\xfe\xfd\xef\xc5\x96\xff\xfd\x4f\x3d\x6f\xa7\x58\x7e\x8a\xf7\x9a\x14\xab\x45\x9f\x36\x7e\xfc\x0c\x8a\xfd\xf7\x62\xbe\xae\x4c\x71\x58\xac\x14\xe7\xef\xc5\xfb\x4a\x85\xe2\xc3\x77\xeb\xa6\xf8\xfa\xb4\x51\x5c\x3f\xc5\x7b\x9f\x9f\x62\x3f\xb6\x2a\xfd\x14\xc7\x45\xf1\xa3\x19\x23\x51\x3c\x16\x6f\xde\xcd\x54\x35\x2a\xc5\xe4\xbb\x8d\xe2\x45\xcd\xa3\x53\xbc\x1f\x8a\xc3\x22\xfd\x1d\xd3\x1f\xd3\xc1\xf1\x58\xb3\x1f\x7a\xad\xd9\x77\x6d\xf3\x43\x7f\xc7\x67\x55\x16\xb7\xc5\x8b\xe2\x4f\x8f\xee\x9c\xee\x9f\xe2\xbc\x78\x3a\xf9\xee\x4c\xfe\xf8\xa5\x68\x8f\x6e\xc6\x6a\x66\x8a\x8d\x1e\xcd\x42\xb1\x2c\x8a\xf6\xb7\xd0\xe6\x69\x7f\x33\xf3\x3b\xed\x6f\xb2\x68\x7f\x1b\xad\x9a\xb6\x39\xf9\x21\xdb\x9c\xe9\xc2\x3c\x16\x99\xc1\x87\x36\xb7\x42\x17\x9e\x64\x91\xaa\x9e\xdb\x29\xb3\x48\xab\x92\x6b\xe3\x69\xcc\xfe\x65\x55\xdd\x85\x64\x91\x71\xbe\xb2\xef\xbe\x3e\x65\xd8\x1f\xc6\x39\xb9\x54\x1e\xda\xdc\x2e\x8b\xdb\x22\x6d\x7e\x68\x73\x5d\x8c\xe4\x7b\x59\x64\xf6\xdf\x64\x91\xfe\xbe\xb7\x45\x3e\xf4\x66\x8b\xd4\xfc\x32\xce\xf5\x61\xd8\xdf\x6a\x91\x46\xbe\x8c\x73\x7d\xe9\xe0\xdb\x2d\x32\x38\xef\xb0\x47\x36\x83\x75\x95\xa6\x4f\xed\xd1\xf4\xdd\x8f\x8d\x93\x7e\x8a\xe9\x9a\x8c\xd5\xfe\xe9\x51\x62\x87\x9e\xb3\x7f\x9e\xfe\x3e\xaf\x8c\xe4\xa2\xb8\xdd\x74\x37\xc5\x63\xf1\xa7\xcd\x77\xb9\xfd\xb1\x45\xab\x4a\x3f\xa3\x71\x57\x26\x65\x67\x9e\x56\xba\x70\xdd\x3f\xdd\xff\x7d\x89\xfc\x3e\x0b\xc5\x77\xdd\x74\xa5\x52\x9c\x3f\x5d\xb8\x92\x4f\x59\x48\xd7\xb5\x2d\x6e\x9e\x32\xce\xf7\x74\x3b\xef\x9f\xa1\xbb\x59\x48\x57\xa2\xbf\xf7\xe3\x76\xde\x93\xe2\xed\xd3\x97\xa2\x02\x6a\x0f\x8a\x08\xa8\x74\xfb\xb4\xfa\xf4\xa3\x88\x80\x4a\x9f\x1f\x72\x99\x6d\xc6\xea\x19\x3c\x2d\xfe\x78\x2a\x46\x6c\xc6\xe3\xbb\x8c\x64\x2c\xc2\x63\xd1\xfe\x36\xbf\x6b\x7f\xcf\x43\xd1\xfe\x7e\x85\xa2\xfd\x3d\xf4\xe8\xb5\xbf\x1f\x03\xcb\x22\xbc\xd2\x47\x8f\x5e\xfb\xfb\x51\x15\x8b\xf0\x4a\x1f\x6d\x66\x11\x5e\xd7\xb1\x18\xfd\xf5\xc7\xf4\xf7\xfe\x7d\x52\xf6\x5f\x3f\xa5\xfc\xff\x8a\xd8\xbf\x59\x9f\x69\x67\xa6\xfe\x8d\xa1\xa0\xc1\xac\xcf\x2b\x15\x9b\xe4\x50\x44\xfb\x19\x0a\xe5\xcf\xbd\x7f\xda\xbf\xfb\xfa\x19\xc6\x3c\xfe\xb4\x12\xf2\xf8\xd3\x4a\xc8\xe3\x4f\x2b\x21\x8f\x3f\xad\x84\x3c\xff\xb4\x12\xf2\xfc\xd3\x4a\xc8\xf3\x4f\x2b\x21\xcf\x3f\xad\x84\x3c\xff\xb4\x12\xf2\xfc\xd3\x4a\xc8\xf3\x4f\x2b\x21\xcf\x3f\xad\x84\x3c\xff\xb4\x12\xf2\xfc\xd3\x4a\xc8\xf3\x4f\x2b\x21\xcf\x3f\xad\x84\x3c\xff\xb4\x12\xf2\xfc\xd3\x4a\xc8\xf3\x4f\x2b\x21\xcf\x3f\xad\x84\xfc\xfc\x69\x25\xe4\xe7\x4f\x2b\x21\x3f\x7f\x5a\x09\xf9\xf9\xd3\x4a\xc8\xcf\x9f\x56\x42\x7e\xfe\xb4\x12\xf2\xf3\xff\xb3\x12\x7e\x2f\xfe\x69\xba\xf3\xf3\xa7\xe9\xce\xcf\x9f\xa6\x3b\x3f\x7f\x9a\xee\xfc\xfc\x69\xba\x33\x2b\xbf\xd6\xe2\x87\x7e\xfa\x3b\x5b\xd4\xfc\xd3\xdf\xda\x17\x43\xc7\xca\x6f\xf9\xa6\x66\x56\x7e\x2d\xce\x3e\x2b\xbf\xd6\x8b\x0f\xb1\xf2\x6b\x59\xcc\x11\x2b\xbf\xb7\xc9\x77\x59\xf9\xbd\x71\xcc\x65\x56\xfe\xa8\xd9\xe2\x4f\x7f\x7b\xdf\xd6\xfc\xd3\xdf\x71\x77\x8b\x3f\xfd\xed\x63\x30\xbf\x2c\xef\x7e\x67\x6b\x7e\xe8\xc2\xb4\x91\x3f\xfd\x9d\x3d\x7e\xfc\xd3\xdf\xb6\xa2\x0b\x3f\xfd\xad\xef\xb0\xcd\x3f\xfd\x2d\xc7\xe9\x7e\xed\xaf\x3d\x5a\x3f\xfd\x6d\x6d\x76\x8a\xf4\x77\xbd\x54\xb5\x7e\xfa\x3b\x62\xa9\xac\x9f\xfe\xb6\xe1\x2c\xac\xc2\xd3\x87\x2e\xac\x4a\x55\x08\xf6\xbc\xe8\x6f\x73\x24\xd7\x4f\x7f\x6b\x4c\xd9\xfa\xe9\x6f\xab\x95\x75\xb5\xe8\x6f\x7a\x18\xab\xf5\xd3\xdf\x7e\x0e\xdd\x5f\x3f\xfd\x1d\x63\xb0\x18\x16\xf3\x7b\xbd\x7e\x88\xfe\xce\x56\x29\xfe\xf4\xb7\xa5\x65\x9b\xe9\xef\xe1\xd4\xcb\xdf\xc5\xb0\x3f\x0c\xdd\x97\x18\x0d\xa7\xec\xfb\xe9\x6f\xbb\x2b\x35\x7f\x3f\xfd\xad\xd9\x1d\xfa\x15\x66\xff\x66\xac\xbe\x9f\xfe\xf6\x97\x63\x3d\x7f\x8d\x0e\xba\xcb\xbe\x9f\xfe\xf6\x8a\xc2\x90\xbf\x9f\xfe\xd6\xef\x58\x9c\x7c\xc8\x4d\xf7\xfd\xf4\x77\x7c\xcb\x77\x9d\xdf\x6e\xcd\xcc\xef\x3d\xe8\xd1\xf7\x31\xec\x89\x91\xfc\x5c\xcf\xd5\x46\x1e\xde\xcd\xcc\xd1\xbe\x18\xc9\x46\x8f\x90\x84\xfd\x8e\xa7\x37\x73\xd4\x79\x77\x33\xbf\x1d\xdd\x23\x6f\xd7\xb3\x4b\x74\x33\xbf\xa5\xd0\xaa\xdd\x58\x57\x9d\xbd\xb0\x59\xcf\x1f\xca\x64\xde\xc3\x0e\x32\xb0\x9b\xf9\x7d\x52\xff\x85\xd8\xcf\xfb\x61\x61\xb8\xa7\xf6\xcf\x50\xf4\x98\x82\xcd\x50\x94\xdb\x6a\x3f\xbe\xd2\x99\xdc\xbd\x99\xdc\x78\xca\x50\x8c\x41\x55\x87\xa5\xde\x3b\xbd\x3b\x0e\x85\x8b\xf9\x38\xf5\x8d\xce\x1e\x86\xe2\x5e\x54\x75\x0a\x9d\x45\xb1\xcc\x87\xa9\x2f\x68\x38\xf9\x30\xf5\x59\x81\x73\x58\xea\xbf\xeb\x14\x3f\x45\xb6\xf6\x76\x41\x9e\x9f\xa1\x98\xbf\x2b\x98\x3f\xc5\x9f\xfe\xd6\x7d\xfb\xe3\x97\x2d\x36\x7c\x4a\x7f\xe7\xb4\x19\x4c\x7d\x1a\x8c\xf9\xd9\xd4\xfc\xd9\x41\x96\xfa\xe0\x14\x28\xe0\xa6\x3e\x56\xa5\xf8\xd3\xdf\xd1\xc6\xa2\xf8\xd3\xdf\x59\x11\xbf\xe5\x62\xa9\x5f\x88\x94\x72\xb1\xb5\xd7\x5d\x28\x22\xca\xee\x6f\x53\x6c\xac\xc0\x28\xd2\xdf\x7c\xf9\xa1\x9f\xfe\x8e\x99\x6c\xc6\x64\x34\x9a\x4f\x59\xea\x75\x58\x33\x4b\xbd\x21\x16\xca\xb5\x18\xe7\xcf\x66\xb0\xb5\xc7\x6d\x23\x7f\xfa\x3b\x67\xb7\x78\x10\x74\x93\x1f\x27\xe6\xf7\x06\x82\x95\xc4\xd6\x16\xec\x94\xc4\xfc\xb6\x97\xef\xa6\x4c\x07\x3b\xdf\x4d\x3f\xfd\x9d\xcb\xee\x27\xe6\xf7\x66\x6b\x97\xd4\x58\x39\xed\x50\x64\x6b\x8f\xe9\x87\x58\xea\x8a\xa3\x92\xe8\x6f\x76\x60\x13\xf3\x9b\x53\xa7\x88\x28\x3b\x63\x50\x5c\x8c\x24\xcb\xac\x24\xe6\xf7\x4b\x36\x83\xfe\x96\xc7\xaa\xe8\xef\x75\xf1\xf4\x66\x7e\xef\x45\x55\x37\xa2\x7b\x5e\x7c\xe8\xa6\xbf\xd7\x7e\x29\x72\x54\x25\x84\x46\xb9\x99\xdf\xf1\xf8\xb4\xf2\x6e\x65\x70\x6e\xe6\x57\x6c\xfb\xbb\xbc\xfb\xe9\x3e\xdb\xaa\xdc\xac\xe7\xf7\xf6\xbb\xf4\xf7\xbb\xad\x19\xd1\xbd\x8f\xcd\x60\xff\xd6\xdb\x36\x7b\x54\x1d\x26\xe5\xa6\xbf\xbb\x31\xce\x37\xfb\xf7\x1c\x6b\x66\xff\x5e\x1c\xa0\x25\xff\xf4\x77\x1e\x10\x4a\xc9\xcc\xef\x8b\x08\x2d\x99\xf5\x1c\x1d\xcc\xf4\xf7\x4d\x3e\x45\x74\x9f\x6e\x55\xcc\xef\x00\xaf\x95\x4c\x7f\x0b\x4a\x4e\xc9\x88\xb2\x0a\x20\x2d\x79\xf8\x21\xda\x9c\xa7\x45\x3f\xf4\x58\xf4\xdd\x97\xed\x8c\x6e\x59\x32\x47\xd5\x1e\x7e\xe8\x63\x34\x5c\xed\x40\xa1\x59\xb7\x1f\x3a\x9e\x89\x14\x0b\xaa\xc8\xb9\x1e\x8a\xcc\xef\x71\x3b\x03\x94\xc6\x99\xcc\x11\x40\xa9\x8e\xc5\x77\x0b\xf3\x9b\x16\x6b\xb2\x54\x46\xb2\xfb\xe3\xc6\xa6\xab\x8c\x64\xe9\x1c\x19\x8f\xdf\x65\xff\x9e\x97\x46\x16\x44\xf7\x01\xcc\x96\xe2\x51\xe5\x62\x28\xc8\xab\xbb\xf8\x5d\xf7\xef\xeb\x87\xd8\xbf\xbf\x9f\x7e\x7f\x5f\xec\x97\xb2\xdd\x35\x88\x94\x8a\xb0\x3a\xae\xcf\xca\xe4\x5e\x68\xbf\xa5\xaa\x87\xb8\xd4\xab\x93\xdb\x18\xa8\x8a\xb0\x4a\x28\x4b\x05\xcc\x38\x46\xb3\x48\x67\x97\xf3\x55\x99\xdc\x34\xfc\x90\xc2\xea\xb6\xc8\x62\x6e\xb7\x35\xbf\x7e\x88\xbe\x57\x16\x73\x55\xa2\x56\x0e\xa3\xa3\xf8\xad\xe8\x21\x7b\xfb\x5d\x85\xd5\x4b\x07\xc1\xaa\xad\x70\xfa\x94\xc6\xe4\xa6\xce\xe4\x36\xf4\xcc\x84\x69\xa2\xb4\x38\x97\x59\xcc\x98\xbc\xca\x76\xa9\x63\xf2\xea\x73\x59\x6c\x0a\x49\x5a\x85\xc9\xab\x5f\xe8\x3f\x05\x93\x57\xaf\xae\x22\x4c\x5e\x75\xa3\x69\x14\x4c\x5e\xfd\x77\x05\xf3\xa7\x88\xb0\xca\xdb\x66\x78\xf8\xba\x4e\x9a\x87\xaf\x1d\x6c\x0a\xab\xd7\x9a\x59\xcc\x6b\x33\x1a\xfd\x72\x7e\x19\xc9\x4e\x7f\x6f\x94\xf0\xd2\x11\x56\x05\x93\x57\xe9\x99\xaa\x5c\xbd\x1d\x3d\xe4\x9d\x74\xbf\x57\xd6\xd8\xed\x8f\x39\x7c\x37\x98\xab\x74\xf5\x6a\x6c\x6b\xa5\xb3\x98\x35\xc5\x94\x3e\x3d\x40\x6d\x06\x9b\x77\x7b\xcc\x75\x16\xf3\x5a\x3e\xfd\xe9\xef\x7c\xba\x8d\xa4\xbf\xb9\xd2\xc1\x1e\x2b\x96\x71\xc6\x00\x58\x0b\xaa\x72\xc1\x00\x38\x86\xa7\x1e\xb6\x88\xda\x1d\x49\x0c\x80\x65\x2b\xc9\x47\x56\x68\xf0\xa1\x51\x10\x29\xf1\x2e\xf3\xbb\xc0\x2f\x05\xf3\xe0\x14\x54\x16\xcc\x83\x4d\xb3\x64\xc1\x3c\xd8\xca\xb6\xc8\xe6\xcd\x89\x46\x62\x1e\x1c\x21\x25\x30\x0f\xb6\x5e\x6d\x95\x7a\xa6\xbb\x6c\x78\x18\xdd\xcc\x02\xb8\xb8\x77\x17\x3f\xb8\x78\x6c\xc5\x3e\xb8\x78\x26\x0c\x53\x65\x2a\xac\x9a\x4f\x11\x56\x19\x6d\xb0\x80\x8b\x47\xf5\x58\x07\x17\xcf\x99\x68\x06\xb8\xb8\x66\x67\x1f\x5c\x3c\xda\x64\x34\xc0\xc5\xed\x75\xc3\x4e\x0f\x5f\x45\x28\xb8\xb8\xc5\xe0\x80\x8b\x7b\xc8\x3d\x70\xf1\xb8\x97\x3f\x5e\x2e\x15\x9b\xf1\x31\x29\x1f\xb3\x00\x2e\x6e\xcb\x33\x02\x5c\x3c\xb4\xcb\x95\xc7\xfd\x6b\x55\xe0\xe2\xbe\x3c\x14\xc0\xc5\x6d\x1e\x9f\xb2\x7f\x43\xc9\x01\x17\x8f\x5c\x2c\xda\x5f\x3b\x08\x2e\xee\x2f\xc8\xa8\x80\x8b\xcb\xb1\x19\xe0\xe2\x9a\x94\x39\xe0\xe2\xf6\x15\x46\x03\x5c\x5c\x17\x06\xcf\x02\x2e\x1e\xbb\xd9\x0c\xe6\x37\x2b\xa0\x1e\x85\xb3\x72\x03\x5c\x3c\xb2\x82\x1d\x5c\x3c\xb2\xfb\xe8\x55\x79\xc6\xc4\x57\xc0\xc5\x7d\xa8\x4d\xbd\xee\x5f\x4f\x4c\x70\x71\x7d\xbf\xf3\x2b\xb1\x0f\x64\xae\xcb\xad\x0d\x64\xae\x1f\x18\xb9\x00\x99\xc7\xbb\xe9\x3b\x90\xb9\xdd\xcb\x26\x31\xf5\xfd\xf8\x2e\x5b\x7b\x75\x36\x20\x90\xb9\xfd\xae\x05\xff\x14\x59\xea\xbf\x23\xe9\x9f\x22\x53\xdf\x9d\x02\x20\xf3\x9c\x2e\x2a\x20\xf3\x58\xea\x6c\x40\xe6\x7e\x30\x8c\x17\x20\xf3\x2c\x58\x57\x0a\x90\xb9\x6c\x27\x08\xc8\x3c\x9b\x8b\x19\xc8\x3c\x07\x30\xb0\x00\x99\x5b\xc3\x16\x5a\x80\xcc\x3d\xbb\x79\x81\xcc\xb5\x67\x1a\x29\x64\x5e\x6a\x83\x40\xe6\xba\xc1\x6e\x05\xc8\x3c\xab\x6b\x1b\xc8\x5c\x63\xa9\x0b\x99\xaf\xc7\x66\xa0\x87\xe4\x61\x9b\x11\x65\xd5\xd3\x16\xc8\xdc\x6b\x61\x72\x81\xcc\xb5\xba\x2f\x80\xcc\xf5\x72\xb7\x02\x99\xc7\x37\xf8\x71\x40\x66\xf5\xf9\x4f\xd1\x0d\xf6\x29\x40\xe6\xd6\xed\x02\x90\xb9\xb6\x4c\x33\x80\xcc\xed\x34\x7f\xdc\x9d\x7d\x9f\xd2\xdf\x92\xfd\x10\xa2\xec\x9a\x3e\x45\x94\x1d\x55\xc7\x4f\x3d\x44\x15\xfd\x8b\xa3\xca\x56\x29\xba\x1f\xb6\xb6\x90\xf9\x74\xa6\xfb\xd3\x44\xa0\x4e\x0e\x64\x9e\x97\xeb\x0a\xc8\x3c\x12\x58\xaf\x6c\xf5\x2e\x8f\x66\x20\x73\x5d\xc9\x77\x9d\x5f\x95\x0d\x20\x73\xd5\x8e\x51\x80\xcc\x6d\x61\x99\x29\x40\xe6\xd9\xd4\x01\x80\xcc\xe3\x1b\xfe\x78\x7a\x82\xb0\x54\xc4\xc5\x45\xd0\x21\x2e\x9e\xc7\x66\x30\xbf\x1d\x63\x4b\x11\x17\x3f\xd5\x0f\x21\xca\x6e\xd7\xe4\xf6\xa8\xf2\xbb\xe0\xe2\xb2\xab\x45\xb6\xf6\x73\x31\x38\x27\x70\x04\x55\x89\x8b\x8f\xd3\x0d\x2e\x1e\x2f\x06\xc0\x02\x2e\x6e\xb7\x8b\xf0\x78\x54\xe1\xac\x29\xe0\xe2\xf9\xb8\xcb\xc4\xc5\x73\x5b\x15\xaa\x48\xf1\x10\x04\x17\xf7\xea\x2c\x88\x8b\xb3\x7a\xf5\x71\x3d\xab\x02\x81\x8b\xdb\xc2\x49\x54\x8e\x38\xe2\xb3\x19\xf4\xf7\xa0\x21\x54\x70\xf1\x7c\x30\x5c\x54\x71\xb1\x8e\x8f\x2a\x2e\x3e\x74\xa1\x82\x8b\x8b\x6b\xa3\x5e\xca\x2b\x76\x68\x15\x17\x7f\xad\x50\x44\x74\xab\xa2\x57\x70\x71\xab\x8f\x45\xfa\x7b\xbd\x1f\x45\xfa\x9b\x8a\x4f\xd9\xbf\x09\x14\x59\xc1\xc5\xa3\x35\x5b\x45\x7f\x3f\x34\xde\x2a\x2e\x7e\x1f\xbb\xe0\xfc\x46\xcd\xe0\xa6\xc4\xca\xa9\xe0\xe2\x5e\x3b\x8d\x04\x17\x8f\x7d\xf9\x14\x13\xd0\x83\x70\xab\xe0\xe2\xa6\x6d\xbc\x26\x55\x2f\x60\x72\x05\x17\x97\xcd\x29\x5f\xc1\xc5\x7d\x83\xd7\xaa\xb8\xb8\xff\x2e\x19\xfe\xae\xd8\xaf\x40\xe6\xb2\x93\x5f\x51\x2b\xe3\x10\xaf\x42\x66\x3d\x80\x15\xc8\x5c\x13\x9a\x55\x05\x32\xb7\xa7\xfb\xae\xa7\xd8\x63\x1b\x98\x7a\x01\x57\x05\x32\xcf\x8a\x17\xaf\x02\x99\x67\xe3\x10\xaf\x40\xe6\xb6\x51\x87\xea\xad\xe8\x76\x36\x81\xcc\x6d\xa2\xb2\x56\x20\x73\x1f\x78\x0f\xab\x90\x59\xcf\x72\xbd\xb5\xee\xe2\xf0\xad\x42\xe6\x92\xfc\xb1\x26\x11\xb4\xb2\x2a\x64\x9e\xd1\x2a\xb6\x76\x46\xc2\x54\x20\x73\xfd\xb0\x81\x54\x20\x73\x7f\x5c\x90\x40\xe6\x36\xb3\x4f\xb5\xee\x3a\x7d\x40\xe6\x71\x67\xe6\x0b\xc8\x5c\x2b\x50\xa8\x66\x8f\x2a\xc4\x6f\x05\x32\xf7\x8a\xfd\xb6\x0a\x99\x1f\x4c\xc1\x55\xc8\xbc\x9b\x3f\xa6\xbf\x1b\xcd\xb9\x02\x99\x67\xc5\x44\x50\xb3\x26\x2f\xb7\x58\x0e\xd1\x6d\x33\x14\xdd\xf1\xae\xfd\x05\x74\x54\x20\xf3\xac\x28\xe1\x55\xc8\xdc\x87\xdf\xa5\xbf\x0d\xbb\x62\x05\x32\xb7\x99\xfd\xae\x4b\xdd\xe9\x16\x32\x57\xb7\x09\x90\xb9\x7d\x78\x49\x2a\x90\xb9\xef\x87\x77\x81\xcc\x63\xa0\xdf\x56\x20\x73\xbb\xb3\x3f\xae\xae\x6d\x06\x16\xc8\xdc\x2b\xe8\xa6\x02\x99\x87\x5e\x83\x5a\xb4\xde\xbb\x90\x80\xcc\xb3\x61\xd5\xa9\x42\xe6\xc3\x99\x58\x85\xcc\xfa\x32\x2a\x90\xb9\x97\x63\x9b\xd1\xba\x5f\x14\xcb\x0a\x2e\x6e\xaf\x6b\xb2\x20\xca\x6e\xe5\x4f\x05\x65\x7c\x28\xf0\xb5\x6a\x12\xe1\xa4\xae\x55\xeb\x7d\xf3\xc7\xf4\xb7\xb8\x71\x44\xcd\xed\x58\x54\x0b\xc5\xe4\x55\x41\xcd\x65\x73\xa0\x54\x50\x73\x11\x64\xd5\xaa\x16\xfa\xf9\x2e\xf3\xbb\x5c\x39\xa0\xe6\x29\xa6\xae\xa0\xe6\xbe\x9c\x94\xaa\x89\x00\xe8\x57\xab\x26\x20\x97\x37\xa8\xb9\xbf\xdb\x9a\x8f\x6b\x92\x91\x0c\xd4\xdc\xa8\x4a\xd4\xfc\x61\xe4\xa9\xa2\xe6\xeb\xf1\xc7\xf4\x37\xd9\xa3\xa6\x35\x5b\xc9\x26\x6a\x5e\x58\x39\x2a\xa8\xb9\x7d\xdb\x77\x11\x65\x07\xbc\x56\x9b\xaa\x66\xf5\x5d\xf6\xef\xcb\x89\x59\x41\xcd\xf5\x55\x0c\x82\x9a\xfb\xc0\x98\x5f\xff\x40\xcd\x8c\xa4\xa8\xb9\xe0\x40\xac\xa0\xe6\x96\x1f\xe6\xa8\x85\x37\x8a\x77\x41\xcd\xb3\x72\xcc\x55\x50\x73\x2b\x18\xd3\x6a\x0f\x55\x84\x9a\xbb\x26\x2f\x8c\x78\x55\xd4\xdc\x6e\xdf\xf5\x68\xae\x7c\x57\xd4\x3c\xf1\x65\x54\x50\x73\xd5\xb6\x5f\xbb\x26\x2f\xc5\x3e\xa8\xb9\x5e\x8f\xef\x3e\xee\x14\x3f\xa4\xc9\xeb\x6e\xbf\x12\xfb\x00\xea\xf6\x0e\xbf\x22\xe0\x52\xee\x01\xa8\xc7\x97\x6d\x12\xa2\x6c\xb8\x8a\x86\xd6\x30\xd4\xce\x0a\xa0\x9e\x17\x66\xf3\x3a\xd4\x52\x14\x83\x00\xea\x71\x29\x24\x05\xd4\xb7\xe7\xf2\xf0\x14\x53\x3a\x0d\xad\xf7\xd5\xa7\x68\x29\x97\xb3\x29\xa0\xce\xaf\x45\x8e\xaa\x0b\x0c\x52\x87\xde\x0a\x05\xbb\x80\x7a\x45\xab\x5c\xea\x8e\x2a\x80\xba\x5d\xdb\xa7\xdb\x25\xc7\xa2\x12\x50\xbf\x18\xd5\xeb\xb4\xbf\x36\x72\x6a\xbd\x77\x51\x01\xa8\xeb\x71\x36\x01\xd4\x2d\xbb\xf1\x01\xd4\x35\x79\x72\x01\xa8\x47\x6e\x3e\x65\xa9\x8f\xe6\xbb\x8a\x6e\x80\x52\x15\x50\xe7\x78\x4a\x7f\xb7\xc2\x6a\x8a\x32\xb0\xed\x57\x00\x75\x5d\xd3\x56\x21\xca\x66\x67\x06\xa7\x5a\x0a\xfe\xdf\x0a\xa0\xae\x77\xf6\x43\x6e\x6d\xf5\x2e\x01\xf5\xf5\xf2\xe3\xc7\xf9\xb5\x83\x8f\x8e\x2a\x8f\x57\x00\x75\x3d\xaf\x45\x0d\x80\xca\x1f\x00\x75\x6f\xe8\xa8\x15\x40\x3d\xb6\xea\xd0\xa3\x41\x0c\xa4\x50\x01\xd4\xbd\x75\x9b\x81\x28\x7b\x01\x86\x15\x40\xdd\xbb\xdb\xf3\x09\x55\xc4\x56\x61\x20\xba\xa6\xc5\xf0\x56\xf8\x5d\x8f\xe6\xc2\x84\xea\x68\xde\x28\xb4\x15\x40\x3d\x0e\xde\xf0\x0a\xa0\x6e\x15\x47\x64\x05\x50\xf7\x57\x79\xab\xa3\xf9\x5e\xbe\xcb\x7a\xfe\x1e\x8b\xf4\x57\x75\xb7\x82\x9a\xeb\xe3\xba\x0a\xd4\xec\xc9\xf5\x8a\x22\xa7\x45\xb6\x76\x77\x52\x40\xcd\xa3\x78\xf8\x82\x9a\xfb\x7b\xdb\x2a\xad\xd9\x2a\x66\x3a\x9a\x25\xe7\x54\x50\xf3\x8c\xb5\x11\xa8\x59\xe1\x2c\x6a\x1e\xaa\xac\x4b\xc7\xab\x1f\x02\x35\xb7\x50\x2c\x41\xcd\x7d\xa8\xb7\x80\x9a\xfb\xa5\xac\x06\x35\xd7\xd4\x7d\x8a\x2a\xd2\xb1\x66\x57\x51\x73\x7f\x2c\x6a\xf0\x04\x45\x56\x50\x73\x39\x85\x29\xd3\xd1\x5c\xb3\x55\x29\xca\x5c\x48\xa0\xe6\x76\xb9\xbb\xff\x70\x34\xdb\x05\xf7\xef\xb2\xc8\xfc\xbe\x98\xbe\xeb\xa7\xf7\x0d\xac\x57\x41\xcd\x35\xbb\x17\x3e\x55\x4d\x7c\x0a\x55\x47\x73\x72\x77\xeb\x68\xbe\x3d\xaa\x40\xcd\x2d\x47\x55\xcc\x6f\xc1\x2f\x50\x41\xcd\xb3\xb8\x08\x41\xcd\x63\x5d\x16\xd9\xbf\x9f\xaa\x08\xa8\xb9\x87\x7e\xf8\x79\x54\x4d\xdb\xac\x55\x44\xc5\x4c\x47\xf3\x51\x2d\xff\xb4\x8a\x5c\x16\x51\x45\x7e\x8c\xc3\x7f\x5f\xec\x6f\x01\xa6\xdd\xd1\x07\xdd\x54\x1d\x01\xd4\x35\x2b\x15\xb7\x06\x04\x3b\x0b\xa0\x9e\xc3\x26\x01\xa8\xe7\xb9\xfc\xb1\x5a\xa8\x07\x22\x80\xba\xbe\x93\x91\x11\x50\xbf\x0f\x6b\x0c\x40\x5d\xb6\xfa\x1e\x80\xba\x6c\x4c\xa3\x75\xbb\xb5\x55\x1e\x00\xd4\xa3\x28\x06\x05\xd4\xfa\x53\xea\x56\x94\xa9\xfc\x6f\x1d\xaf\x40\xe6\x2a\xa0\x0e\x71\x04\xa0\x6e\x97\x50\xee\x84\x6d\xdf\x22\xa2\xfb\x03\x23\xd7\x13\xa2\x9b\x66\x04\xa0\x9e\x74\x1f\x40\xdd\x6a\xd4\xac\x01\x41\xc1\x7e\x9c\x7a\x8f\x9b\x70\x34\x27\x7f\xec\x52\x87\xba\x53\x01\xd4\xf3\xc2\x44\x59\x01\xd4\xbd\xdb\x5f\x01\xf5\x8b\xa9\xb0\xea\x68\x96\x81\x50\x01\xd4\xfd\x46\x59\x6a\x00\xea\xf1\x9e\x97\x22\x4b\x7d\xb0\xe3\x1a\x80\xba\x77\x74\x89\x06\xa0\x1e\x5f\xf1\x5d\x0d\x44\xd5\x22\xf3\x5b\x01\x59\x2d\x1c\xcd\x4c\x68\xd3\xd1\xbc\x71\x9d\x37\x00\x75\xdb\x9c\x7a\x4d\x40\x3d\x31\x10\x35\x00\x75\x7f\x58\x66\x0d\x40\xdd\x3b\x8b\xb9\x01\xa8\x67\xcd\xb6\xd9\xfe\xbe\xb6\x99\xad\x5d\x1f\x7f\xac\x28\x63\xd5\x35\x00\x75\x1d\x28\x96\x2d\xe9\xbb\x41\x39\x6c\x29\x0c\x80\x7c\x37\x69\x0b\xc5\xf6\xdb\x00\xd4\x75\x3c\x16\x11\x65\x05\x1c\xd1\x92\x47\x55\xa7\x0b\x49\x03\x42\xf3\x43\xc3\xbd\x60\xcd\xf4\xb7\x61\x3f\x69\xa0\xe6\x59\xf0\x86\x37\x50\x73\x6f\xc7\x36\x7b\x54\x15\x1b\xa9\x41\x0c\xdc\xd4\x40\xcd\xb5\x2c\x3f\xc4\xd6\x9e\xd0\x86\x1b\xa8\xb9\xce\x6c\x51\x5f\x06\x87\x7e\x03\x35\x8f\x8d\xe1\xa2\x89\x9a\xbb\xb3\xaf\xa3\xf9\x3b\xbe\x2b\x91\x20\x9e\x22\xca\xf4\x1e\x36\x51\xf3\x05\xe6\x6a\xa0\xe6\x3a\x92\x3f\x46\x94\x45\x8f\x6e\x6d\xdd\x98\xfa\x1b\xa8\x79\xee\xe2\x8f\x03\x65\x30\x38\xa0\xe6\x39\x1c\x1c\x1d\xcd\x2f\x07\x4a\x03\x35\xd7\x07\x8c\xd9\xb2\xaa\x08\x32\xa7\x65\x45\x37\xea\x44\xcb\x1a\x3c\xf1\xaf\x35\x50\xf3\xbc\x0a\x93\x02\x6a\x9e\x09\x12\x54\x03\x35\xcf\xe9\x94\x81\x9a\xdb\x85\x5b\xa4\xe9\x68\xbe\x2e\xab\x12\x55\x65\x7f\xac\xaa\x09\x20\x6d\xd9\xfe\x26\x9b\xf1\x5a\xb3\x6d\xe6\xa8\xfa\xb0\xd9\xb6\xac\x6a\x3d\xac\x39\x54\x6b\x06\x36\x2b\xba\x81\x6f\xad\xc8\x11\x42\x5d\x6c\xa0\xe6\xfe\xda\x23\x50\x73\x39\x98\x32\x1a\xa8\xb9\xec\xf2\x2b\xdb\x7e\x03\x50\xcf\x76\xf9\x22\xa2\x6c\x71\xe4\x35\x01\x75\xfe\x7c\xaa\xcf\x1d\x33\x63\x2b\x6a\x29\x6e\x31\x7d\xd0\xb5\xd9\xc2\xa0\x87\xb1\x02\x05\xd4\xcf\xe5\x53\x45\x99\xeb\x04\x40\x3d\x8b\x62\xa1\xc8\x99\x71\xc9\x09\xa8\x13\xca\x52\x03\x50\x77\x4f\xfc\x56\x9d\x7a\xc0\x78\x13\x50\x1f\x28\x07\x4d\x40\x9d\x39\x6a\x5b\x75\xa9\x03\xb8\x5a\x95\x43\x82\xb5\xa1\x55\xdd\xb2\xcd\xaa\xba\xa3\x41\x17\x04\xd4\x1d\x06\x51\x03\x50\x8f\xfb\xb5\x66\x51\x86\xcb\xb5\x86\x6d\xdf\x1f\xeb\xb6\x73\xd9\xd4\xa0\x3b\xd2\x5f\x00\x75\x9d\x1c\x55\x0d\x40\x5d\xf6\xe1\xc7\x4d\xd1\xfd\x5a\x64\xea\x37\x5e\x92\x06\xa0\x6e\x35\x33\x92\x02\xea\x8c\xe3\xa3\x01\xa8\x67\xaf\x3e\x45\x94\x55\x0e\xa3\xa6\x1b\x7a\x7c\x3e\x75\xa9\x63\x0b\x6d\x00\xea\x9a\x6f\x3f\x34\x3d\x41\x18\x1c\x01\x75\x01\xcd\x35\xdd\xd0\x57\xb4\x4a\x2d\x74\xda\x66\x6d\xbf\x00\xb4\xd6\x62\xa9\x33\x56\x4d\x83\x18\xc7\x7a\x13\x50\x8b\x8c\x9a\x6e\xe8\xe2\x94\xe9\x86\x5e\x68\xdd\x0d\x40\x5d\x65\x01\x35\x01\xf5\x06\x74\x34\x00\x75\xed\x95\x66\x00\xa8\x7b\x52\x66\x76\xe7\x17\xee\x5c\x03\x50\x77\x2d\xff\x4d\x40\x3d\x8b\x1f\x52\x15\xb1\xfb\x02\xea\xe3\x1c\x89\x9a\x13\xb0\xa2\x81\x9a\xfb\x72\xf6\x41\xcd\x65\xbb\xb5\x75\x43\x2f\x74\xad\x36\x74\xdb\xa1\x0c\x37\x50\xf3\xe8\x4a\x27\x50\x73\x5d\xca\x5b\x50\xf3\xac\x97\x3f\x56\xf5\xc2\x04\xd4\x74\x43\x57\xd7\x33\xa8\xb9\xab\x3f\xb4\x40\xcd\xb7\x35\x2b\xca\xe2\xc7\xc1\x21\xf1\xc7\x8f\xab\xce\xe2\xeb\x68\x30\x38\xa0\xe6\x9a\x3c\xd7\x40\xcd\xe5\x54\x5b\xe5\x51\x05\xe7\xbf\x0d\x8f\x2a\x0c\x26\x0d\xd4\xdc\x2a\x08\xb4\x89\x9a\x8d\xda\x68\xa2\xe6\x57\x99\x29\x6a\xbe\x95\xf3\x33\xac\x04\x74\x41\xd4\x7c\x26\x83\x33\xa5\x19\x78\xbe\xe8\x86\x5e\x9e\xf2\x33\x38\x51\x56\x25\xca\xb8\x7c\xca\xfc\x1e\x54\xaf\x36\x75\xbb\xa3\x48\xb7\xa9\xe8\xc6\x0b\xd6\x40\xcd\xed\x73\x7e\x41\xcd\x7d\x0e\xab\xd2\x2a\x02\xc9\xad\x3d\x5a\x09\xd0\xf1\x9a\x6e\xe8\xea\x68\xe8\x86\xbe\x55\x9f\x40\xcd\x43\x13\x4a\x7b\xe4\x34\xaa\x20\x81\x9a\xa7\xe4\xed\xf6\xa8\x6a\x3e\xd6\xcc\xfe\x4d\xf7\x2f\xc5\xfe\x23\xe3\x42\x75\xe8\x91\x61\x32\xad\xf6\xf1\x29\xa3\xaa\x87\xfa\xc3\x37\xd1\x64\x6e\xeb\xc5\x6b\x00\xea\x31\xb1\x17\x35\x3d\xd4\x3a\xbb\xdb\xe3\xd4\x3b\x8c\x32\xb7\x2f\x7b\xf7\x6a\xeb\x76\xcc\xdf\xd0\xca\x68\x46\x00\x6a\xbc\xdb\xed\x95\x2e\xa5\x8e\x2a\x73\xfb\x73\x72\x05\xd4\xef\xf2\x5d\x86\xe2\xc5\x1a\xd6\x00\xd4\xb3\xc1\x54\x6f\x02\xea\xa9\x66\xf5\x7a\x54\x29\x16\x00\xd4\xb5\xb8\xa8\x04\xd4\xcd\x15\x28\xa0\x6e\xea\x99\xba\xa1\xdf\x6d\x8f\xa4\x87\x29\xd9\x64\x6e\x4f\x10\x74\x03\x50\xcf\x32\x7d\x1a\x06\x13\x6a\x96\xb9\xbd\x95\x3f\x4b\xdb\xbe\x7a\xa6\x6e\xe8\x8a\x13\xb3\x2d\xe9\x8e\xc5\x77\xa5\xff\xa9\x2d\x08\xa8\x1f\xa5\xd3\x52\x4b\x51\xb3\x5a\xd2\xc3\xec\xd1\xd2\xd6\xed\x48\x2e\x0d\x44\xea\x99\xe1\x86\x6e\x36\xc3\xf9\x05\x83\x34\xdd\xd0\x09\xd7\x5b\xd3\x0d\x6d\x2c\x5b\xfb\xec\x2f\xe0\xae\x01\xa8\xfb\xc9\xfe\x58\x03\xa0\x3a\xea\x17\xa2\xdb\x1f\x23\xba\xb5\x57\x37\xdd\xd0\x1b\x42\x51\xfb\xec\x2f\x30\xbf\x7d\x6e\x6d\xa8\x1d\x4d\x37\x74\x1b\xd6\x8c\xd6\xfd\xb8\xcc\x00\xd4\x23\xb9\x5b\x01\xd4\xfd\x40\x6f\x68\x9f\xa2\x5b\x15\x08\x40\xdd\x0a\xd0\xaf\xc9\xdc\xae\x6e\x0d\x99\xdb\x8f\xc7\xfa\xf6\xa8\x52\x43\x10\x35\x17\xd7\x86\xcc\xed\x57\x54\xa5\x1b\xda\x48\xa8\x26\x73\xdb\x20\xc1\x26\x6a\xde\x58\x47\x9b\xcc\x6d\x63\x49\xda\xd6\x60\xe2\x42\xda\x32\xe2\x5c\x2a\xa0\xe6\xd9\xd5\x60\x41\xcd\xa3\x28\x9c\xa5\x67\x8f\x6c\x33\xd8\xbf\x81\x50\x40\xcd\xb3\x45\xab\xe8\x6f\x73\x70\x8e\xb4\x0a\x41\xe5\x71\xff\xaa\x21\x88\x9a\xcb\xe5\x8f\xd9\xbf\xdb\x49\x01\x35\xb7\xe1\xd6\x38\xee\x5f\x0c\x62\xed\x88\x22\xc5\x11\xa0\xe6\xd6\x8e\x55\x85\x41\xcc\x0f\x79\x54\xa9\x6b\x49\xcf\xee\x1e\x0a\x47\x55\xc4\x49\x91\x9e\x3d\x5c\x48\xa0\xe6\xfa\x39\x29\x47\x14\x29\xc6\xd4\x0d\x7d\xa3\xb7\xf4\x4b\x94\x81\x42\xd8\x41\xcd\xf3\xd0\x8c\x7e\xa9\x75\xb3\x80\xbb\xa8\x79\xa3\xc6\x74\xdd\xd0\x7a\x78\x3b\xa8\xb9\xbe\x8f\x3f\x6e\x1e\x0a\x99\x62\xd0\x2a\x26\x45\x50\xf3\x42\x6d\xeb\x97\x91\x08\xb8\x81\xfa\x15\xf4\x4e\x8b\x5a\x45\xfa\xaf\xc2\xb5\xba\x80\xba\x3c\x7e\x85\xa1\xb8\x8f\x5f\x91\x4c\x15\x7d\x57\x2b\x63\x82\xba\x1e\xea\x1b\xeb\x6e\x17\x50\x77\xb6\x76\x97\xb9\xdd\xc1\x5f\x5d\xe6\xf6\x87\xcd\xa7\x0b\xa8\x67\xb2\xaa\x38\xb5\x19\x19\x01\x75\x5e\xd6\xac\x9b\x03\xe3\x67\x4f\x6e\xed\x61\x55\x9e\xda\xa8\x52\x1d\x40\xdd\xd6\xeb\x53\x86\x42\x4f\x5c\x07\x50\xd7\x89\x54\xec\x00\xea\x19\x63\x2e\xa0\xce\xdb\x1f\xd3\xdf\x06\xb1\xb0\xeb\x86\x7e\xd0\xc9\x3b\x80\x7a\x2c\x1c\x1f\x5d\x40\x7d\xc1\xfa\xee\x02\x6a\xc9\x39\xfd\x0e\x83\x18\x03\xab\x1b\xba\x1d\x6b\x96\xd9\x6b\x7f\x6f\x6d\xfb\xb7\x3f\xa6\xbf\x85\x23\xbe\xeb\x86\xbe\x11\x38\x5d\x40\xad\xeb\xad\xdf\xc1\xb8\x60\x16\x00\xd4\x63\x46\x51\x80\x09\x4b\xad\xdf\x32\x10\x3e\xab\xe2\xa8\xba\xd8\xbc\x5d\x40\x3d\x6c\x64\x0e\xb2\x2b\x63\x95\xd5\xca\x30\xf6\xf6\xac\x2d\x14\x43\x71\x07\x50\x8f\xc9\x06\xec\x32\xb7\x5f\x07\x47\x37\xb4\x1a\x42\xcf\xba\xed\xec\x51\x0e\x72\x20\x6b\x23\xdc\xd0\x08\xc9\x9e\x63\xa9\xfb\xd4\xa5\x8e\x16\xda\x83\xb9\xdd\x7d\xca\xfc\x5e\x40\x83\x0e\xa0\xee\xa5\xfb\xa1\x63\x23\x99\x6e\xdd\xd0\xdd\x25\x2a\xa0\x1e\xce\x60\x09\xdf\x0d\x3d\x02\x50\x4f\x89\xdc\x5d\xd4\x5c\x1d\xab\xe2\x7a\x86\x50\xd4\x65\x6e\xbf\x08\xd8\x2e\x6a\x8e\x29\x2b\xe1\xcb\xf0\xc7\x6c\xed\x51\xfc\x10\xeb\xb9\x3b\xfb\x45\xd5\x6b\xfb\x21\xe6\xf7\xcb\x36\xd2\xfd\x9b\xed\x82\x8c\x9a\xe1\x8f\xf5\x65\x40\xfb\xe9\xd5\xf9\x05\x26\x77\x50\xf3\xac\xc4\x83\xf4\x20\x6f\x6f\x9f\x66\x57\xac\x45\x0d\x80\x6e\x58\xc9\xdb\x03\x73\x59\x97\xbc\x7d\x5c\xcf\xd5\xfd\x4b\xc8\x43\x07\x35\xcf\xe7\xb5\xa8\x5b\xb6\xf9\x2e\xfd\xfd\xba\xef\x86\x6f\x8e\xa5\xa2\x1b\x7a\x3f\x36\x52\x5f\x15\x88\xbb\x83\x9a\xe7\x33\x7c\x37\x18\x35\x3c\xd5\x0d\x9d\xdc\xbf\x4d\x5f\x15\x60\xa7\x83\x9a\x67\x57\xde\x82\x9a\x6b\x41\x27\xef\x4d\xdf\x0d\x96\xc6\x2e\x6a\xd6\xd0\xda\x9b\x41\x64\x0e\x0e\xa8\xb9\x56\x87\x5d\xf2\xf6\xa9\xbe\xeb\x51\x05\x7c\xeb\x4d\x86\x18\x1e\xb4\xde\xdc\xbf\xc5\xaa\x24\xab\x2b\xe7\x45\xcd\x09\xdf\x71\xd7\x0d\x6d\xf8\x4f\x07\x35\xf7\x74\x3d\xbf\x12\xfb\x00\xea\xb6\x2a\x03\xa5\x87\x7a\xb9\x89\x00\xd4\x75\xba\xc5\xba\xb6\x41\x8f\x3c\x00\xf5\x30\xb3\x41\x17\x50\x0f\xb4\xa3\xae\x87\xfa\x77\xc0\xf7\x53\x64\xa9\xaf\xe6\x8f\xf5\x50\x13\xde\xd2\xbb\xb6\xee\xcf\x9a\x11\x65\xb3\x5b\xf4\xd4\x4e\x36\x52\xf2\xd8\xb1\x28\xe0\x72\xd9\xc8\xeb\x2e\xdd\x66\x48\x86\x44\xbf\xed\xf2\xba\xb3\x8b\x4a\x40\x9d\x21\x14\x75\xdd\xd0\x03\x2d\xb4\x03\xa8\xfb\x74\x90\x87\xf1\x83\x18\xe5\xba\x6e\xe8\x98\xcd\x11\x6e\x1d\xdf\x45\x94\x35\x17\xc6\xd0\xb6\x8f\x02\xdf\x87\x0c\x13\xa5\xf1\x88\xa3\x8a\xf5\xa9\x1b\xfa\x73\x5f\x0c\xb7\x36\x0e\x88\x2e\xaf\x5b\xba\x75\x07\x50\xcf\xed\xb9\xa6\x1b\xfa\xc3\xd8\xdb\x75\x43\x1b\x3c\xdb\x01\xd4\xd3\x88\xb3\x3e\x65\x10\x39\x65\x53\xb7\x2c\x1a\x7b\x07\x50\xf7\x1b\x12\x45\x07\x50\xb7\x4b\x51\x26\xa0\x2e\x78\xc4\xfa\x94\x61\xe2\x9e\xd2\x0d\xfd\xb8\x36\x66\x90\x21\xfd\x2e\xfd\xbd\x14\xa1\xf2\xba\x0d\x45\xec\x00\xea\x5a\x94\xc6\x00\xea\x7e\x7d\xd6\x8c\x28\x6b\x60\xbd\x0e\xa0\x9e\xc6\x1d\x77\xdd\xd0\x9f\xdf\x05\x50\xd7\x77\xf8\x54\xd1\x0d\x50\xea\x8f\x5a\xa8\x8a\x8a\x6e\xe8\xea\x1c\x3d\xce\xaf\x62\x41\x5e\x77\x86\x35\xd1\x1f\x45\x99\x92\x5c\x5e\x77\x56\xfd\x13\x35\x1b\xe3\xd9\xe5\x75\x17\x80\x61\xd7\x0d\x5d\xba\xef\x2a\xca\x8a\x4f\x75\xcb\x2a\x43\x1e\x8f\xaa\x6a\xcd\xac\xe7\x71\x10\x83\xba\xa1\x8b\x6b\xe3\xd5\x60\xe2\x81\x02\x6a\x1e\x1d\x78\xde\x03\x35\x7b\xca\x1b\xef\x6c\xb8\x44\x07\x35\xb7\x50\x09\x44\xcd\x07\x86\x49\x17\x35\x37\x1b\xa9\x1b\xba\xe2\x59\xee\xaf\x5a\xe8\xe3\x87\x34\x88\x61\xb3\xed\x92\xb7\x35\x79\xf5\x37\x0c\x9e\xd6\xcc\x7a\x36\xee\xaf\xbf\xee\x5f\x95\xc9\x57\x5b\xb7\xdf\x05\x35\xf7\x9c\x2d\xca\x00\x74\x3d\x8b\x9a\xd5\xd8\xfb\xd2\x00\x88\x47\xbb\x8b\x9a\x65\x6b\x77\x50\xf3\x78\x95\x39\xa2\xe6\xe9\xe0\xe8\x86\x8e\x13\xd3\x78\xe7\xeb\xf2\xa9\xbc\xfd\x6d\x33\x44\x19\x98\xdc\xbb\xa8\xf9\xbd\xfd\x2e\x28\x32\xbb\x90\x44\xcd\x03\x6a\x44\x5f\x41\x76\x65\x4d\xae\x70\xbb\xf3\x14\xd4\xdc\x32\x10\xbb\x1b\xef\x2c\x93\xa7\x83\x9a\xab\xd4\xbb\x0e\x6a\xee\x75\xff\x52\xec\x7f\xc6\x87\x46\xb5\x68\x65\x09\x84\xd5\x05\xd4\x5f\x7c\x45\xb7\x2c\x6e\xbb\x2e\xaf\x7b\xc3\xb8\xe8\x7a\xa8\xb3\x7b\x19\x40\xdd\x92\x4a\x9a\xa1\xd0\xdb\xbd\x2c\xa0\x0e\x4d\x52\x0f\x75\xf7\xf4\x01\x50\xf7\xe5\x92\x03\x50\xf7\xe6\x21\x0e\xa0\xae\xc9\xe3\x72\x3b\x14\x6e\x04\x43\xa1\xe3\xbb\x02\xea\x06\x4f\xa0\x6f\x0d\x26\xf1\x54\x51\xe6\xd9\x0a\xa0\x1e\xcb\xed\xb9\x65\x98\x28\x8e\x0c\x85\xce\x78\x97\xba\xbc\xee\xa3\x94\x00\x50\xd7\x23\xca\x00\x50\xb7\xcb\x81\xd5\x0d\xdd\xf0\x38\xf4\xad\x81\xe8\xf3\x43\x92\x03\xa1\x1d\x76\xdd\xd0\x17\x80\xba\x1b\xef\x9c\x20\xcb\xf5\xa3\x2f\xc3\xa3\xf9\x0f\x5e\x37\x8d\xd4\x0d\xdd\x70\x35\x76\x79\xdd\x9f\x52\xd1\x78\x67\xe3\x59\xfa\x31\xf4\x1b\x53\x4c\x3f\xf6\x57\x85\xe7\x08\x30\x8b\xdf\xd5\xb6\xef\xd9\x74\xb4\xfd\xe2\x44\xe8\x00\xea\xae\x99\xae\x03\xa8\x47\xf6\x30\xd2\x0d\xdd\x2e\x9b\xc1\xd6\x7e\x14\x65\x00\xea\xf9\xa2\xdf\x0e\x01\xf5\x87\xe1\x71\x5c\x41\xfe\xec\x14\x11\x65\xab\xf8\x54\xb7\x3b\x3b\x7d\x5c\xda\x42\x91\xb7\x03\x40\xdd\x75\xd9\x0f\xdd\xd0\xf9\xb5\x2a\x19\x35\xc8\x81\x21\xa0\xbe\x3e\x6b\xe6\x68\xd6\xba\x3b\xfe\x00\xd4\xbe\x2b\x6f\x1f\x15\x7d\xc8\xeb\x4e\xc7\x0f\x31\xbf\x1d\xe9\x34\x2e\x43\xfb\x59\xed\x03\xd4\xdc\x0c\x0f\x19\x7f\xf0\xba\xa9\x2a\xc9\xdb\x47\x63\x1f\xf2\xba\x27\xd8\x67\x24\xc9\x81\x20\xdf\x91\x4c\xdd\x80\x2a\x32\x92\x6e\xca\xe6\x53\xb5\x6e\x94\xf0\xa1\x1b\xfa\x40\x74\x19\x29\x68\x15\xfe\x98\xfe\xea\x85\x1f\x92\xb7\xe7\xb6\x66\xe7\x77\x5b\x95\x06\xb1\xcb\xe2\xe7\xb9\x66\x91\xf5\xdc\x87\x55\x45\x3c\x3b\x1d\xbc\x65\x4c\x11\x01\x31\x6e\x43\xae\xd8\x83\x23\xc8\xdb\x98\x16\xc7\x6d\xea\x06\xce\xa6\x01\x6a\x6e\x17\x7b\x70\xdc\x1a\x3c\x51\xcc\xc6\x6d\x5c\x06\x36\xae\x21\x6a\xce\xe0\xd3\xa1\x1b\xfa\x21\x4e\x6a\x80\x9a\xbb\xf1\x3e\x23\xc8\xdb\x88\xd0\x21\x79\x3b\xb1\xad\x86\xa8\x39\x5d\x36\x43\x03\xd1\xb1\x0b\x88\xee\x82\x19\x64\x88\x9a\x6f\xa2\xfb\x87\xe4\xed\x14\x45\x55\x11\x30\xc8\xc8\x1a\x88\x90\x39\x43\xf2\xb6\xee\xc5\x21\x79\xfb\x76\x6b\x64\xe5\x15\x0a\xe1\xd0\x0d\xfd\x15\xdf\x55\x3e\xff\x2e\x63\xff\xae\xd8\x1f\x7a\xa8\xdf\x65\xb5\x6e\x6d\xc0\xf8\xc8\xe1\xd6\xb1\xc1\x88\xb2\xba\xfd\x31\x4b\xfd\x60\x45\x1f\x02\xea\x06\x28\x1e\x59\x37\xe5\xb4\x77\xc7\x65\xc3\x20\xeb\xa1\xde\x28\x00\xc3\x50\xe8\xe6\xb2\x29\x1a\x88\xdc\x9e\x86\x42\xcf\xec\x53\xb7\xb6\xb3\x59\x04\x5c\x2f\xeb\xa4\xc8\x40\xc0\xda\x30\x82\xd7\x5d\xfd\x90\x8c\x8b\x61\x51\x32\x95\xdb\xb3\x04\x79\x8c\x0e\x02\xa8\x67\x71\x51\x15\xb3\x94\x14\x5b\xf5\xb9\x3d\xe9\x7e\xd1\x6d\xa7\x74\x12\x50\x77\x5b\x55\x23\x44\x85\xaa\x74\x43\x3f\xc8\xf9\x01\xa0\x6e\x2f\xea\xdf\xa8\x66\xa1\x51\xfe\xc8\xeb\xee\x76\x41\x5e\xf7\x52\x58\x55\xa3\x0b\x95\x21\x46\x43\x1b\x65\x33\x00\xd4\x3d\xb9\x30\x04\xd4\x29\x3e\xc4\xfc\x5e\x98\xf8\x86\x6e\xe8\x9b\x63\x6e\x54\x0d\x62\x8a\x23\x00\x75\x37\x7f\xda\xa8\x11\x5d\x48\x7f\xab\x5b\x5b\x91\xd2\x22\xba\x90\x0f\xb5\x88\x2e\xa4\x47\x00\xea\x3e\xc0\x5c\xc3\x68\xe8\x1b\xda\xf0\x10\x50\xcb\x6e\x1d\xf2\xba\x5f\x77\x4d\xf3\xa8\xc2\xf8\x30\x04\xd4\x37\x28\x72\xe8\x86\x4e\xc0\xb7\xd1\x42\x15\xf1\x5d\xb6\xf6\xc4\x47\x3f\x00\xd4\xf3\x46\x19\x1e\x4d\x54\x45\x2a\x83\xd1\x8c\x96\xcd\x36\x83\xfe\x4e\xa7\xac\x69\xdb\xc7\x10\x37\x40\xcd\xfd\x85\x5f\x34\xba\xb6\x6e\x54\x91\x21\x6a\xbe\x94\xc6\xa0\xe6\x21\x6f\x76\x74\xb7\xb6\xc7\x5c\x0f\xd1\x4d\x17\xba\xbe\x8c\xe4\x8f\x11\xdd\x7b\x58\x15\x47\xd5\xa7\xec\xd2\x0d\xbd\x3d\x5f\x44\xcd\x97\x3d\xd2\x0d\x3d\xb1\x17\x0d\x51\xf3\xba\x6c\xa4\xa8\xb9\x58\xd4\xc0\x5b\x6d\x06\xfb\xb7\x62\x97\x1b\xa2\xe6\x82\xd3\x64\x80\x9a\x9b\x21\xf9\x43\x37\xf4\xac\xfe\x38\x2b\x46\xd8\x56\xa2\xe6\x0c\x19\x60\x0c\xdd\x94\x44\x31\x0c\xa3\xa1\x9b\xa7\xc0\x90\x46\x82\x92\x33\x24\x6f\x9b\x8a\x64\xe8\x86\x9e\x97\xef\xb2\x7f\xd3\xed\x77\xb5\x12\x38\x0b\x23\x0c\x44\x4c\xf7\xd0\x00\xe8\x81\x12\xe4\x6d\x77\x37\xa8\x79\x3e\xd8\xa8\x87\xa8\xf9\x21\xe4\x61\x18\x0d\xdd\xb0\xcc\x8c\x19\xd1\xee\x8c\xf3\x94\xf1\x88\x5e\x3a\x44\xcd\x1d\xcb\xc6\x98\x81\x22\xfd\x31\x47\xb3\x34\x83\x01\x6a\xee\x37\x78\x6d\x4c\xe3\x8c\x30\x1a\x0c\x50\xf3\x9c\xdd\x1f\xeb\x8b\xcc\x36\x32\x54\xaf\xfd\x2b\xb1\x2f\xa0\x36\xac\x6f\xcc\x88\x1e\x65\x90\x01\xd4\xd3\xdc\x05\x43\x0f\xb5\x01\x74\xe3\xf1\xd4\x1e\xec\x56\x01\x75\xb6\x77\xf2\xba\x1f\xf8\x8d\xc3\x40\x69\xb3\xfd\x8c\xc7\xad\x6d\xdf\xff\xe0\x75\xfb\x63\x44\xd9\x84\xa8\x3f\xf4\x50\x0f\xb0\xc0\x78\x74\xcb\x66\x7f\x2c\xc0\x04\xd7\x0f\x01\xf5\xfd\xd8\x0c\x45\x19\xbe\xd4\x61\xa0\xf4\x20\x92\x62\x00\xa8\x5b\x57\xd0\x3d\x86\x6c\x28\x8e\x00\xd4\xbd\xab\x2b\xbe\xba\xed\xec\x82\xbc\xee\xcf\x25\x27\xaf\xdb\x18\xf3\x01\xa0\x1e\x53\x51\x66\x34\xb4\x10\x72\x08\xa8\x85\x9f\xc3\x68\xe8\xaa\x1e\x12\x09\xc4\x1c\x1c\x13\x88\x49\x20\x1f\x6f\x18\x10\x98\x85\x00\xd4\xcb\x46\x9a\x95\x25\xde\x45\x94\x69\x4c\x1b\xba\xa1\x17\xae\xc6\x21\xa0\xfe\x70\xe5\x0c\x79\xdd\x2f\x5e\xf8\xa1\x1b\xda\x3c\x57\x43\x37\xb4\x91\x41\x63\x99\xe8\xc0\x5d\xa3\x1b\xda\x24\x51\xc3\x04\x62\x53\xa1\xa1\x1b\x3a\x54\xe5\x15\xe4\x5e\x66\x70\x69\x20\x5a\xbe\xab\x41\x0c\xe6\xe4\xd0\x0d\x7d\x94\xd5\x4b\x37\xa5\x87\xbe\x80\xba\x45\x9b\x75\x43\xab\x67\x2e\x79\xce\xd1\x66\x50\xa4\x99\xf7\x86\xbc\xee\xcf\x73\x4d\x37\xf4\x52\xcd\x96\xd7\x7d\x2b\xac\x3e\x13\x1d\x28\x15\x83\xd7\xdd\x7c\x6a\xe0\xbf\x3a\x9b\xa8\x59\xe2\xfa\x10\x35\x4b\x06\x18\xf2\xba\xe5\x35\x8d\xcf\x90\x49\x3c\x80\xc3\x04\x62\x21\x8e\xe4\x75\x2f\x75\x0f\x79\xdd\xda\x03\x87\xa8\x79\x7b\xcc\x7d\xfa\x6e\xc4\x02\xf2\xba\xdf\xe6\x77\xe9\x6f\xf3\x40\x31\x1a\x7a\x60\xd3\x1b\xa0\xe6\xd9\xdd\xfb\xba\xa1\x87\xbb\x5b\xd4\x5c\xf1\x4b\x0e\xc9\xdb\xb5\x5a\x34\x1a\x5a\x21\xb9\x0d\xa9\x73\x3d\x1b\x0d\xdd\x3d\x05\x74\x43\x3f\xea\xc6\x91\x40\x0c\xe4\x3b\x44\xcd\x49\xfd\xc1\x68\x68\x2d\xf0\x63\x1b\x32\x39\x6d\xb3\x64\x57\x3c\x1d\x03\xd4\xdc\x1f\xc7\x79\xab\x6a\xaa\x01\x1e\x0d\x44\x4a\xa4\x63\x7f\xdd\xce\xc7\xf5\xac\xd6\xaa\x1b\xfa\x72\x6d\x98\x25\x6c\x57\x7f\xec\x51\x85\x65\x63\x44\x96\x30\xd5\x27\xdd\xd0\x26\xe0\x1a\xa2\xe6\xaa\xc6\x2b\x6a\x4e\x58\x47\x87\xa8\xf9\xf6\xc8\x38\x1a\x00\xb1\x8d\x0f\xa3\xa1\x97\xba\xc7\x31\xcb\x10\xb6\xc4\x01\x6a\x9e\x3d\x3a\x28\xca\xf8\x65\x4e\x9e\x79\x85\x5b\xf6\xa7\xc1\xf3\x92\x5c\x84\xa5\x62\x5e\x92\xc7\x18\x8a\x09\xa0\x9e\x4f\xf7\xc7\x2e\x75\xd6\xe7\xd4\x43\xbd\xe0\x75\x4f\x3d\xd4\x65\x58\x34\x70\x78\xfb\xae\x4b\x1d\x35\x7b\xea\xa1\x5e\x8f\x45\xb5\xd0\x6a\xcd\x06\xfe\x73\xe4\xcd\xcb\x1c\x17\xcd\x1f\x87\x47\x7e\x50\x44\x94\x25\x44\xf7\xd4\x0d\x6d\xa4\xed\x04\x50\x8f\x0d\x1f\x63\x26\xdd\x58\x38\x2f\x66\x12\x70\x81\xdd\x66\x8a\xdc\x80\x74\x3f\x09\x30\x99\xbe\x69\x02\x31\x43\x11\x67\x12\x65\x34\x9f\x32\xf5\xea\x99\x53\x5e\xf7\xc6\xd6\x34\xe5\x75\x3f\xc9\xef\xaa\x95\x21\x06\xa7\x80\xba\x67\xab\xd2\x97\x61\x8f\x00\xd4\x7d\x83\xb9\xa6\x80\xba\x0c\x1b\x29\x83\x08\x57\xd4\xbc\x4d\x98\x86\x25\x6a\x1a\x0d\x9d\xd9\x35\xf3\x56\x0b\x85\x6f\x3c\xef\x60\x4c\x51\xd5\x1d\x6e\x59\xdf\x35\x24\x07\x81\x33\x4d\x20\xf6\xb2\x3d\x27\x80\xba\x6f\xc7\xf9\x0e\xb2\x2b\x6d\x96\xd7\x9d\x01\x86\xf3\x96\xc7\xfe\xf8\x54\x40\x3d\x6d\xb3\xb6\xfd\x64\xd1\xa3\xea\x58\x34\xe4\xca\x55\x77\x1b\x62\xc6\xf1\x3a\x73\x18\x88\x78\x9a\x75\xdb\xa1\x3b\x4d\x13\x88\x3d\x98\xfa\xa7\x6e\xe8\xea\x12\x15\x50\x17\xc4\xc2\x34\x1a\x5a\xd0\x31\xb3\xeb\xf9\xf1\x5d\x6d\xbf\x97\xef\x6a\x00\x74\x79\x9b\x40\xcc\x28\xb9\x29\xaf\x3b\x6d\xdf\x95\x31\x85\x6e\x3c\x45\xcd\xf7\x65\x9b\x23\xc4\xcc\xa2\x71\x28\x9f\x3f\x3e\x0e\x2c\x0b\x58\xd4\x3c\xb0\x44\x4d\xdd\xd0\x1d\x7a\xe7\xd4\x0d\x2d\x9d\x75\x16\x03\xff\x6d\x55\xd1\xb6\x8f\x1d\x63\x96\x88\x1e\xf5\x5d\x8e\xaa\x7b\xfa\xe3\xf0\xdd\xb0\xea\x74\x43\x5f\x9c\x2f\x53\xd4\x6c\xd2\xf5\xa9\x1b\xfa\x3e\xbe\xab\xe8\x86\x29\x31\x41\xcd\x53\xf2\xd5\xd4\x0d\xdd\xa3\x55\x26\x78\xfc\x6c\x86\xa8\xd9\xa1\x0b\x37\x34\xf8\x65\x56\x51\xe4\x67\x91\xf9\x95\xab\x33\x45\xcd\xf2\x37\xa6\xa8\x79\x40\x82\x9a\xa2\xe6\xe2\x7a\xae\x8a\xee\xf8\x90\xa8\x0a\x45\x7a\x46\x34\x34\xda\xc5\x8c\x1c\x62\xd9\xa2\xb4\x0a\x07\x47\xd4\xfc\xa2\x4d\xcd\x6a\x02\x40\x57\x8e\x6e\xe8\xaa\x28\x90\xbc\xdd\xb1\x9c\x4f\x51\xf3\x85\x56\x33\x9b\x34\x03\x4e\x90\xd9\x82\xcc\xcc\x74\x8b\x9a\x1f\x94\xff\x29\x6a\xbe\xea\xaf\xc2\xb5\x26\x80\xba\x1a\x47\x3c\x9b\xd1\x67\xee\x47\x03\xa5\x35\x98\x4c\x01\xb5\xb9\x0b\xa6\x81\xd2\x77\xb3\xa8\x47\x7e\xf9\xae\x0c\x04\x3b\xdb\x3c\xc5\xb6\x0d\x8e\x53\xdb\xa7\xba\x75\xa0\xe2\xcf\x16\x28\xc3\xaa\x58\xea\x1b\x7b\xd1\xec\xa6\xdb\x72\x15\xc9\xeb\x9e\xf8\x61\xa7\x80\xba\x7b\x82\xe8\x86\x56\x0d\x9b\xba\xa1\xe3\x8c\x00\x50\x0f\x49\x23\x53\x37\xb4\x2e\x86\x09\xa0\xee\xaf\xcd\x00\x50\x97\xc3\x99\x3e\x05\xd4\x07\x45\x7a\x0a\xa8\xe5\x39\x4f\xd3\x8b\xbd\x9e\x6b\xe1\x86\xc6\x70\x3a\xe5\x75\xbf\x1e\x0a\xdd\x90\x2b\x4c\x6d\xb3\x6b\x30\x41\xb1\x9c\x00\xea\xde\x21\x61\xce\xe1\xd6\xce\x3e\x95\xb7\xef\x16\x33\xbd\x58\x82\x72\x30\x87\x5a\x8a\x82\x4e\x5e\xb7\x2e\x86\xa9\x1b\x7a\xbd\x3e\xa5\xbf\xcf\xe3\xbb\x68\xdd\x3a\xc7\xe7\x08\x1e\x3b\x3d\x02\x50\xcf\x17\x1b\xfb\x94\xd7\x7d\x29\x42\x01\xd4\x73\xa2\x49\x4e\xa3\xa1\xd3\x6d\x23\x4d\x97\x87\x26\x39\xe5\x75\x77\x1c\x01\x53\x5e\xb7\x29\xf4\xe7\x8c\xb4\xbd\x16\x99\xdf\x06\x82\x9e\xc1\xeb\x46\x81\x9f\xc1\xeb\xc6\xbf\x3f\x4d\x2f\x26\x04\x9b\x53\x03\x82\xc7\x9c\xd1\xd0\xdd\x66\xe8\x86\xf6\x76\x89\x09\xa0\xae\x15\x8f\xd2\x04\x50\x8f\xee\x0c\xea\x86\x4e\xe0\xa6\x69\x7a\xb1\xf3\x58\x95\x5b\xbb\xd9\x66\x0d\x62\xaf\xef\x2a\xca\xb0\xf9\xcc\x27\x12\x3b\xf0\x63\x50\xf3\x28\x1e\xa0\xba\xa1\x1f\xac\x58\xf3\x89\x74\x88\x4c\x99\xa8\x39\x36\x8e\xa8\xf9\xc5\xd5\x38\x9f\xe8\x2f\xdf\xd5\x0d\x9d\xc0\xb6\x13\xd4\xdc\xa4\xcf\xcd\xc7\x9c\x5a\xd9\xa7\xda\xba\x8f\xcd\xa0\xbf\x13\x36\xce\x14\x35\x9b\x84\x7c\x3e\x61\x00\xb4\x19\xa2\x2a\xd7\x73\x44\x43\xab\x3e\x89\x9a\x35\x89\x4c\x51\xf3\xc4\x93\x35\x45\xcd\x37\xca\xf0\x34\xbd\x98\xa0\x72\x82\x9a\xe7\x45\x9c\xc2\x14\x35\x77\xc8\x1e\xf3\xd5\xd6\xed\x58\xbd\xa1\x7a\xf9\x63\x44\xb7\x81\x36\x33\xd2\x6e\x83\xd7\xa6\xd1\xd0\xde\x4d\x30\x41\xcd\xc5\xf4\x8f\x53\xf2\xf6\x8c\x2e\x60\x20\x4a\xf1\x21\xfb\xab\xf2\x2c\x79\xfb\x83\x46\x32\x97\x64\x66\xc7\x2a\x72\x88\xb9\xf7\x23\x87\x98\xfb\xd7\x1c\x62\xb5\xf9\x2e\xf2\xaa\x62\x1c\x9e\xa2\xe6\xe1\x68\x98\x76\x5b\x56\xdb\x8c\xb4\xdb\xf7\xaf\x08\x9c\xd3\xf4\x62\x7d\xda\x24\xb4\x14\x73\x30\x4e\x79\xdd\x17\x16\xbc\xb9\x04\x98\xdd\xa2\x69\x5d\xb7\x6d\xd0\x43\xad\xaa\x6c\xa0\xf4\x74\xcc\x83\xd7\xad\xe2\x21\xa0\x0e\xb5\x53\x0f\xf5\x78\x2c\x3a\xf5\x40\xf5\x69\x7a\x31\xd3\x92\x4c\x79\xdd\xaf\x1f\x12\x50\xdf\xc7\x77\x35\x10\x11\x69\x3b\xe5\x75\xeb\x19\x9f\xf2\xba\x8b\xeb\x53\x40\x1d\xba\x93\xbc\xee\xa4\x52\xaa\x1b\x7a\x61\xe5\x98\x02\xea\x99\x7d\xca\x51\x65\x80\xf6\x14\x50\x67\x0f\x50\x03\xa5\x4d\x6e\x39\xb7\x5a\x8a\xeb\x73\x47\x4e\x1e\x26\x37\xa2\xa1\xad\xca\xf4\x62\x72\x1b\xa6\x19\xb9\x87\x27\x88\x80\x3a\x63\x10\x9b\x5b\x94\x71\xfb\x6e\x57\xfc\x32\x1a\xdb\xa3\xca\x19\x34\x1a\xfa\x60\x6b\x9a\x5b\x5f\x86\xc0\x41\x40\xfd\x2c\x7f\x4c\x7f\x97\x6b\x43\x40\xbd\x3c\x14\x82\xd7\xfd\xda\x8c\xe0\x39\xf3\xae\x80\xba\x28\x51\x75\x43\x17\x95\x61\x01\xf5\x89\xa2\xbc\x7d\x87\x4e\x37\x74\xc6\xba\x32\xe5\x75\x1f\x8c\x00\xd3\xf4\x62\x55\xd9\x65\xda\xed\xad\xac\x16\x50\x5f\x44\x7c\xcc\x23\xe3\x42\xed\x22\xd2\x6e\xc3\xe4\x99\xa6\x17\xab\xea\xb7\xba\xa1\x93\xfa\xc3\x31\x84\x50\x9d\x4d\x5e\xf7\xa5\xbe\x67\x34\xb4\x99\x2b\x1e\x51\xf3\x26\xbf\xcd\x23\x6a\x16\xbd\x3e\xa2\xe6\x44\x23\x1f\xdd\xd0\xa6\x28\x7f\x2e\xb5\xee\xd7\xa2\xd1\xb2\x98\x62\x9e\xcb\x9c\x3c\xb8\x1a\x1f\x50\xf3\x38\xcc\xfe\x03\x6a\x9e\xfa\x32\x1e\x51\xb3\xc9\xdb\x9f\x4b\x03\x60\x34\x03\xd1\xbd\x90\xb7\xcf\x15\x39\x6a\x6c\x95\x19\xe6\x39\xc8\x1e\x51\xf3\xf5\x59\xd4\xb6\x8f\x22\xfd\xe8\x86\xf6\xbe\x8c\x47\xf2\xb6\x41\x2b\x4f\x8a\x1c\x35\x1f\x45\xd3\xc7\x71\x08\x3e\x29\x54\x11\x8b\x66\x98\xc7\x0c\xfb\x24\xe7\x17\x65\xf2\x91\xbc\xbd\x3f\x7f\xac\xc1\x84\x38\x85\x47\xd4\x7c\x27\x5b\x15\x99\x4e\xad\x4a\x94\xc1\x51\xf5\x88\x9a\xef\xc7\x9a\x39\xaa\x54\x08\x9f\x24\x63\x2a\xfb\xd4\xa3\xd9\xfe\x9a\x76\x7b\x1c\x8b\x1a\x88\xf0\xaf\x3d\xb7\x06\x22\xa0\xc1\x73\x1b\x1d\x8c\x08\x7a\x24\x6f\x2f\x16\xf0\x03\x6a\x6e\xa6\xfd\x7f\x8c\x86\x4e\x9f\x45\x33\xea\xa3\x4d\x3d\xa2\xe6\x42\x0c\xdd\x73\x6b\xd0\x76\xd8\xef\xc8\xdc\x4b\x7f\x6f\x33\xf7\x9e\x5f\x89\xfd\x07\x40\x3d\xdb\xb1\xfd\xf2\xd8\x87\xed\x37\xa9\xaf\x8b\x19\x40\x5d\x0e\x7a\xe6\x93\x0d\x1c\xc6\xd0\xf4\x04\xaf\x1b\x99\xf9\x98\x5e\xec\x42\x57\x7c\x0c\x94\x6e\x51\x34\x93\x1e\x2e\xb0\xc7\x40\x69\xf3\xde\x3f\x39\x00\x97\x45\x01\x26\xea\xfd\x23\xa0\x36\xa6\xec\x91\xd7\x2d\x8b\xe0\x31\xbd\xd8\x7c\xfd\xb1\x39\x2e\xb0\xcf\x3f\x39\xb4\x50\xb6\x49\x64\xe4\xae\xbe\x2b\xa0\x46\x2c\x3c\xba\xa1\x9b\x3b\xae\x68\x40\x70\x46\x4c\x2f\xd6\xc1\x8c\x8f\x80\x3a\x71\x4c\x3f\x7f\xf0\xba\xa9\xd9\x8c\xdc\x0a\x8d\x47\x37\x74\x89\xa7\xe1\x96\xa5\x47\x45\xad\x1b\x25\xfc\xd1\x0d\xad\xe3\xe3\x29\xe6\x6c\x71\x8e\x02\x50\x23\xba\x1f\xdd\xd0\x0d\xeb\xca\x53\xbc\x41\xa0\x5b\x33\x5a\xe8\x73\xf9\xae\x06\xa2\xcb\x77\xb5\xed\xa3\x1b\x3f\x02\x6a\xc3\x18\x1f\x79\xdd\x5a\xd1\x1f\xa3\xa1\x6f\xc0\xe9\x23\xaf\x5b\xa6\xd9\x53\x8d\x53\xc0\xf4\xf4\x08\xa8\x37\x81\x6f\x8f\x6e\xe8\x8b\x63\xee\x11\x50\xe7\xd7\xef\x4a\x86\x44\xf9\x7f\x8c\x86\x6e\xc5\x66\x70\x34\x2f\x65\x66\x95\x21\x36\x7d\x57\x86\x18\xcc\x96\xc7\x68\xe8\x9e\x6d\x95\x21\x66\xdb\xaa\x34\x00\x42\x93\x78\x00\xd4\x53\xce\xff\x03\xa0\x6e\x5e\x00\xf7\x08\xa8\xa7\xc3\x2e\xaf\x5b\xfa\xee\x63\x34\x74\x03\x92\x3c\xa2\x66\x23\x2f\x1e\xa3\xa1\x9f\xee\xbb\x92\x3f\x93\xef\x32\xbf\xaa\xf7\x4f\xf3\x68\x56\x3a\x89\x9a\x4d\xd9\xfd\x88\x9a\x57\xb3\xa8\xed\x17\x4b\xd4\xd3\xd4\xba\xa3\x66\xc9\xae\xd5\xa7\x26\xe5\x46\x39\x7c\x7a\xe4\xd4\x62\x42\x41\xcd\xdd\xa4\x10\x8f\xd1\xd0\xb1\xe9\x4c\x2f\x66\xe4\xf8\xa3\x1b\x7a\xb9\x43\x4d\x2f\x96\x93\x55\x19\x32\x89\x32\xfc\x84\x1b\x3a\x7e\xec\xfc\x2a\x0a\xba\x89\x59\x70\xe9\x3e\xa6\x17\xcb\x58\x18\x9e\xae\xaf\xca\xfe\x1a\x0d\x7d\x3f\xfe\x58\xdf\x0d\xf6\xde\xa7\x47\x3a\x44\x3f\x64\xb4\x3b\x46\x9e\xc7\x68\xe8\xe5\x8a\x1d\x11\xed\x6e\x91\xf5\xfc\x12\x66\xfe\xe8\x86\x0e\x79\x0b\x6a\x1e\x3d\x9e\x9a\x73\x09\xb3\xc0\x13\x49\xb9\xb1\xf9\x3c\x46\x43\xd7\x9b\x19\x1c\xc6\x19\x79\xbc\x4a\xde\x7e\xec\x42\x24\xe5\x46\x6b\x7d\x74\x43\x9b\x4b\xf9\x31\x29\xf7\xe7\xc0\xea\x86\x7e\x14\x05\x23\x6e\x00\x61\xb5\x47\x34\xf4\xf8\x95\x6d\xff\x31\x5f\xf7\xf6\x60\x9a\x4e\xfd\xb4\x28\xe3\x02\xe0\xf3\x98\xaf\xbb\x79\x2e\x9b\xaf\xfb\x01\x07\x3d\x00\xea\xf9\xc4\x53\x79\xfb\x36\x78\xc6\x52\x67\xa0\xa6\x28\xc3\x23\x6f\xc6\xd4\x33\xd7\x00\xea\x69\x82\x97\xc7\xf4\x62\xb9\x5a\x14\x50\x7b\x88\x4f\x2f\x43\x51\xec\x1b\x28\x2d\x7e\x79\xe4\x75\x9b\x0d\xe6\x11\x50\x37\x50\xf0\xf3\xc8\xfb\xc5\xf6\xfb\x00\xa8\x47\x05\x1a\x3c\x7f\xe4\xeb\xa6\x83\x02\x6a\xbd\x78\x0f\x80\xba\x1d\xac\xe8\x8f\xe9\xc5\x16\x5a\xf7\xa3\x1b\xfa\x8e\xef\x62\x30\xc9\xf1\x63\xa3\x47\x8f\x4f\xe5\xed\xc7\x77\x0d\xfc\xff\xac\x4a\x32\xa4\xba\x93\x80\xfa\x8f\xaa\x44\x19\xaa\x70\x8f\x0c\x13\x88\x01\x8f\xf9\xba\x5f\x75\x09\xf3\x75\xf7\x28\x02\x30\xcd\xf7\xf2\xbc\x21\xba\xd9\xda\x6f\xb8\x29\x69\xa4\x49\xb9\xbd\x0a\xf0\x91\xd7\x2d\x60\x79\x74\x43\x2f\xe5\xed\x6b\x12\x63\x34\xe7\xe7\x75\x7e\x8b\x45\xb5\x94\xc7\x66\x18\x08\xaf\xfe\x20\xaf\x3b\x8e\x8c\x00\xd4\xdd\x46\xea\xc6\x72\xba\x75\x43\x27\xcf\x88\x15\x5b\x9b\x09\x5d\x61\xeb\xe6\xc7\x4b\x83\x89\x5d\x08\x40\xed\x39\x6e\x52\xee\x57\xcd\x59\x40\x7d\x70\xae\x3d\xf2\xba\x1b\x76\xaa\x47\x40\xfd\x82\x9b\x1e\x51\xf3\x7c\xfd\x90\xbe\x1b\x7b\xa4\x1b\xba\x62\x5a\x7c\x96\x99\x4e\x55\x1d\x97\x0c\x13\xec\x54\x8f\x6e\xe8\x72\x59\x94\x1c\xa8\x86\xa0\x1b\xfa\xc1\xa3\xf4\x98\x5e\xac\xe1\x1e\x7d\x8c\x86\xae\x18\x6a\x1e\x51\x73\x48\xe3\x4f\x94\xe1\xb6\xfa\xc2\xc0\xeb\xbb\xba\xa1\x3d\x14\x40\xcd\x33\xd9\x05\xdd\xd0\xdd\xf3\x45\xd4\xbc\x14\x38\x92\xb7\x8f\x3d\x32\x29\xf7\x4a\x3e\x75\x3d\xe3\xee\x7f\x44\xcd\x0b\xf3\xf5\x63\x34\xf4\xc4\x79\xf1\x7c\xc1\x98\xf2\xc7\x1e\x55\x2a\x93\xa0\xe6\xd1\xad\xd9\x68\xe8\xd7\x05\x2c\x6a\xde\x9e\xe3\xba\xa1\x87\x20\x4b\xd4\xdc\x61\x10\x3d\x3b\x32\xbb\xf2\x21\x51\x73\x9a\x16\x35\x98\x40\x28\x7a\xb6\x06\xa2\xa8\xca\xf9\x75\xb3\x8b\x9a\x8f\x7b\x70\x7b\x6f\x97\x82\x42\xf2\xb6\x61\xad\x4f\xb8\xa1\x5d\x66\xba\xa1\x43\x8b\xdb\xde\x2f\xe0\xba\x12\x35\xcb\xe4\x79\xcc\x21\xb6\xa1\xed\x3d\x46\x43\x6f\xd7\xc6\x91\xf1\xf8\x7b\xf1\xef\x8b\x7d\x01\x75\xc5\xfa\xf7\x9c\xe0\x39\xd3\x59\xd3\x8b\xad\x78\x1a\x99\x03\x69\xb0\xf9\xba\x5b\x14\x01\x20\x55\xad\xec\x18\x92\xf3\x58\x8c\xa5\x6e\xcd\x6c\x6d\x33\x1b\x3c\xde\x63\xd5\xa7\x3f\x36\x04\xc9\xe3\x52\x5e\xb7\x7e\x81\xf7\xf2\x4a\xbe\xcb\xa2\x06\x84\x6e\x51\x5e\x37\x81\x24\xaf\x90\x59\xf3\xe6\x0b\x64\x6e\xcf\x6d\xd1\x2c\x16\xd3\x1f\x9b\xb6\x97\xed\xf9\x0a\x99\x0b\x86\xe2\xf7\xd2\x9a\x8d\x2d\xe2\x0d\x47\xf3\xeb\x53\x7a\xd4\x91\xc6\xaf\x90\x59\xc9\xf6\x0a\x99\xb5\x62\xbd\x66\xe4\x96\xe5\xfe\xa6\x10\x56\xfc\xd8\x9b\xaa\xcc\xe1\xfc\x26\xe3\x61\x01\x89\x6f\x12\x37\x41\xec\x79\x65\x6e\xaf\xcb\x77\x35\x79\xb1\x97\xdf\xb8\xa9\xea\xb3\xaa\xb8\x31\xa1\x53\xa4\xbf\xde\x93\xf8\x1a\xef\xbc\x51\x4b\xde\x60\x6e\xb3\xa7\xde\xa4\xb7\x82\xa0\xce\x57\xc8\x3c\x50\xb3\x5f\x13\x88\xb5\xc7\x46\xd2\xdf\x8d\x32\xfc\x9a\x40\xcc\xf8\xee\x57\x47\x73\xf2\xa9\x8e\xe6\x0e\x75\xe7\xbd\x4d\x55\xc1\xd1\xfc\xea\x68\xee\x98\x08\x5e\xd3\x6e\xeb\x3a\x7f\x65\x6e\x3f\xc5\xa7\x7a\xa3\x8e\x1f\x52\xd9\xc0\x0e\xf9\x06\x64\xc6\xac\xfa\x02\x99\x67\x79\x2c\x32\xbf\xc6\xc2\xbc\x3a\x9a\x1f\x24\xcc\x6b\xda\xed\xfd\xfa\x54\x93\x57\xf2\xbb\xd2\x77\x8b\x4f\xd5\xbb\x38\xaa\x5e\x70\xf1\xb8\x20\x61\xbe\xe2\xe2\xc9\x21\xf8\x1a\xef\x9c\x51\x1d\x5f\x99\xdb\x35\x5b\x14\x47\xc0\xe4\x79\x75\x34\x1b\x39\xfe\xca\xdc\x96\x0c\xf9\x9a\x40\x2c\xb9\xda\x23\xde\x19\xac\xf7\x66\x6f\x88\x80\xc6\xff\x8a\x8b\xbf\xcf\x46\xea\x7d\x43\x58\xbd\x7f\xe0\x62\xab\x02\x27\x26\xce\xe2\x57\x5c\xfc\x6c\xab\x42\x58\x99\xfc\xe7\x35\xde\x79\xba\x18\x4a\x98\x44\x18\x1c\x71\xb1\xc1\xe0\xaf\x8e\xe6\x85\x81\xe8\x2d\x91\x51\x9f\x36\x87\xa3\xd9\x95\x53\xa4\xef\xe2\x0e\x7e\x8b\xde\xc6\xec\x53\x53\xcd\x60\x85\x7e\x4d\xbb\x7d\x61\xd1\x7d\xc5\xc5\x26\xb3\x7a\x8d\x77\x96\xfc\xf0\x8a\x8b\xbd\x3d\xed\x15\x17\x6f\x00\xda\x6b\x96\xb0\xe1\x2c\xe8\x68\xf6\x6e\xa3\x57\x5c\x9c\xfd\xae\xf4\xec\x73\x7c\xaa\xb2\x81\x0d\xe1\x05\x17\xcf\x04\xa8\x7c\xc5\xc5\x3b\x59\x94\x18\x63\x8f\xaa\xf3\x5b\x2c\x9a\x9a\x83\x73\xed\x15\x17\xbf\x8a\x3e\x1d\xcd\xb5\xfd\x8a\xc0\xf9\x0a\x99\xbd\x11\xf5\x15\x32\xd7\x62\x3d\x42\x0c\xe7\xda\x7b\xac\xcc\x6c\xff\x7a\x8f\x95\x57\x17\xbd\x66\xe4\xf6\x2a\xc0\x57\x1f\x74\x02\xba\xbe\x2d\xe2\x25\x59\x45\x26\x10\xbb\x61\xc5\xbc\xfa\xa0\x57\xbc\xeb\xd6\xc6\xe8\xfa\x06\x64\x6e\x56\xd5\xdc\xad\xfe\x58\x0e\xc9\xeb\xd3\xb8\xd7\x89\x35\xd6\xb4\xee\x56\x8b\x72\x2a\x94\xf3\x42\x66\xb9\xe8\x6f\x0b\xa6\xba\x45\x43\xdd\x09\x2e\x78\x23\x14\x1a\xd6\xe5\xdb\x62\x6b\x53\x73\x8f\xfb\x52\x59\x63\xdd\xb4\xcc\x4a\x98\x6e\xfc\x20\xe7\xda\x1b\x8e\x66\x57\x7e\x17\x47\x6c\xdf\x35\x03\xf9\xf6\xc7\x72\x66\x8e\x3f\x0e\x51\xe6\x8f\x8d\x77\x46\x0b\x7d\x7b\x04\xdd\x30\x65\x42\xe6\x17\x93\xd7\x6b\xbc\xb3\x61\xb9\xaf\x8e\xe6\xa2\xf8\x05\x32\x57\xd3\x1b\xbe\xc1\xdc\x7e\x7c\xd7\x78\x67\x90\xfb\x2b\x73\xfb\xb3\x66\x21\xb3\x37\x6c\xbe\x32\xb7\x37\xd6\x86\x77\xc8\x31\x88\x22\xf3\x5b\xb0\x16\xbe\xc3\xf9\xf5\x40\x19\x2e\x75\x74\xf2\x57\x47\xb3\x77\xc4\xbf\x26\x10\x3b\x78\x85\x5e\x20\x73\x0b\x79\x6b\xbc\xb3\x81\x18\xaf\xf1\xce\x15\xbe\xcd\x2b\x64\x3e\xd5\x77\xd1\x33\x9b\x87\xaf\x90\x79\x78\x44\x0e\x4d\x7c\x60\xbd\x77\x1a\x54\xe5\xa1\x2f\x73\xfb\xbe\x2d\x2a\xba\x81\x51\xef\x34\x17\xa2\xab\xce\xb4\xdb\x9b\x3c\xff\xaf\xf1\xce\x95\x10\x80\x57\xe6\x76\x88\xc1\xe9\xd6\x56\x1a\x87\xa3\x79\x5a\xb3\x97\xa1\x0c\x9f\x4a\x57\xf6\xc4\x9c\x41\x77\xf4\x43\xe8\x99\xde\x1d\xfc\x8a\x8b\xbf\xcf\xef\x3a\xbf\xdb\xa2\xde\x28\x28\x8b\xaf\xb8\x58\xdb\xfe\x2b\x3d\xbb\x7b\x64\x88\x8b\x07\xe1\x21\xaf\x09\xc4\x3e\x07\xe7\xf1\xa8\x72\xa9\x44\x02\x31\xa5\xca\x13\xa2\xdb\xaa\x4c\x98\x66\x07\x8d\x77\xae\x38\x01\xdf\xc0\xc5\xea\x1e\xa6\xdd\x1e\xc0\x99\xf7\x51\xf5\x52\x22\x81\x8b\xfb\x15\x8d\xf4\xde\x3d\xf0\xda\xeb\xfd\xce\x47\x31\xe2\x3d\x56\xa6\x15\x7a\xc5\xc5\xc3\xfe\xc6\x3d\x56\x9e\x98\x91\x76\x1b\x38\xf3\x4a\xcf\x36\xcf\xc3\x6b\xda\x6d\x09\x54\x2f\xb8\x78\x6e\x65\xb5\x8e\xe6\xac\xa2\xf2\x7a\x49\x28\xc1\x50\xaf\x8e\x66\xaf\x10\x7d\x75\x34\x0f\x85\x8c\xf7\x3b\x77\x42\x96\x5e\x71\xf1\xdd\x2d\x86\xc9\xcb\xef\x2a\xaf\x7e\x69\xe4\x79\xdf\x70\x64\xb0\x1f\xf5\x41\xbf\xe0\x91\x57\x1f\x74\x05\x41\xbf\xcb\x7b\x8e\xdc\x53\x11\x0a\x8d\x43\xe1\x35\x23\x77\xe8\x7b\x11\x0a\x6d\x83\x23\x81\x98\x82\xdd\x7b\xac\x2e\x58\x79\x6f\xdc\x63\x05\xdc\x7e\x65\x6e\xbf\x98\x8f\x5e\xaf\x7e\x96\x23\xf4\xc6\x3d\x56\x8e\xaa\x8e\xe6\xbb\xf8\xd4\x2b\xf9\xa6\x45\xd3\xba\xba\xb5\x75\x34\x9f\xcb\x36\xb3\xb5\x0b\x86\xf1\x57\xc8\x3c\x61\xd6\xbd\x3a\x9a\x0b\xd6\xce\x57\xc8\xdc\xf1\x69\xbe\x42\x66\x29\x07\xef\xa7\x35\x9b\xd8\xc3\xf7\x33\xc1\x94\xba\x44\x64\xe4\x76\xa7\x7f\x6e\x6d\xe5\x4f\x30\xb7\xab\xcd\xd0\x7a\xef\xae\x11\x32\xdf\x2e\x66\x13\x88\x05\xd8\xf9\x22\x0b\x0d\x12\xe6\x53\x2b\x13\x19\x19\xef\x5c\xf0\xdd\xbc\x9f\x37\x08\x10\x2b\xfd\x1a\xef\xbc\x1c\x49\x21\xb3\x40\xfe\xdd\xe6\xba\xb4\x83\xa6\xdd\x1e\x8e\x86\xf1\xce\xa1\x66\x0b\x99\x47\xb6\x66\xb3\xd0\x14\x8b\x3a\x22\x61\x3d\xbd\x32\xb7\x17\x80\xfa\x8d\x04\x62\xd5\xaa\xf4\x56\x54\x9b\x61\xd0\x9c\xa7\xde\xd6\x24\xa2\x1c\xd8\xe1\x58\xb7\xa8\x49\x24\xba\xe0\x15\x75\x2a\xa5\xc7\x20\x23\x57\xac\x8e\xe6\x0e\xaf\xe9\x35\xde\xb9\xdb\x05\x21\x73\x87\x94\xf8\x9e\xb8\xb7\x8b\x05\x6c\xda\xed\x4f\x0c\x62\x02\x31\xf9\xd5\x6f\x24\x10\x53\xe7\x11\x17\x5f\x2a\xe1\xe2\xe2\xae\x82\x27\x2e\x36\xe0\xee\x8d\xfb\x9d\xc5\x11\xe2\x62\x93\xda\xbd\x26\x10\x93\xb1\xf0\x1e\x51\x46\x34\x52\xe2\x04\xf3\xbb\xae\xf0\xce\x34\x8a\xa2\x2a\x2c\x06\xeb\x72\x7e\xf1\x73\x2d\xef\x77\xd6\x98\xb6\x4c\xbb\xed\x1d\x25\x4b\x7a\xf6\x64\x97\x2d\x51\xf3\xdb\x2c\x22\xca\x64\x2e\x2d\x50\x73\xfd\xc0\xf2\xeb\x92\xa9\x0e\xd8\x59\xa2\x66\x53\x30\x2d\x51\x73\xfd\xac\x4a\xe2\x04\x50\x68\x5d\x9a\x80\x90\x0c\xcb\xfb\x9d\x9f\x69\x51\xef\x0c\x5c\xbb\x65\xda\xed\x85\x9d\x79\xa5\xe0\xcc\xd0\x8c\xa0\x67\x63\xb2\x5e\x29\xb2\xee\xd0\xfd\xc8\x12\x56\x7d\xea\x7a\xc6\xd4\xb6\xa4\x67\x7b\x6b\xdb\x4a\x91\xdb\x93\x71\x36\xde\xd9\x54\xd2\x4b\x47\xf3\x61\x52\x56\x64\x09\x43\x27\x5f\xa2\xe6\xb5\x7d\x6a\x64\x0d\xa2\x7b\x45\xda\x6d\xbc\x60\x4b\x7a\xb6\x89\x02\x96\x8e\xe6\x0f\xcb\xea\x8a\xfb\x9d\xf1\x92\x2c\x51\xf3\xdd\x7e\x75\xcd\xca\x32\x14\xda\xe8\x80\x75\xc7\x6d\xaa\xd6\xa3\xe8\x46\x95\x5a\x66\xe4\x3e\xc8\xae\xe5\x3d\x56\x6f\xf7\x5d\x1d\xaf\xc0\xb1\x75\x47\xd0\x0d\x2b\xe1\x0e\xeb\xbd\x3f\xd6\x7a\xcf\x8e\x5b\x77\xc4\xc3\x5a\xb3\x09\xe2\x5e\xbf\xeb\x29\x56\xec\xac\xa2\x9b\x50\x91\x15\x57\x3f\xe3\xfa\x5f\xc1\xdc\x26\xd6\x60\xe5\x48\x98\xc6\x87\x04\xd4\x83\x0d\xb8\x64\x6e\x9b\x61\x7e\x65\xad\xbb\x40\xe6\x65\x28\xb4\x17\x7c\x2c\x01\xb5\x17\x7c\x2c\x99\xdb\xe6\x33\x5c\x39\x72\x99\xfa\x21\x13\x2e\x0d\x6b\xe6\xa8\x1a\xd3\xaa\xd4\xba\x01\xf2\x2b\xe2\x9d\xb3\x35\x7b\x5b\x2e\x34\xe0\xe5\x3d\x56\x8f\x3b\xce\x7b\xac\xcc\xed\xb9\x4a\xa4\xb1\xe5\xc7\x3a\x9a\x2f\x4c\x85\xcb\x78\x67\xef\x96\x5d\x45\x83\x09\x04\xdd\x55\x22\x08\xc5\x1f\x47\xfc\x20\x6b\xdb\x78\xe7\x6f\xfb\x63\xad\xbb\xd3\xa7\xde\x1e\x8b\x91\x79\xc5\xd5\xcf\x9f\x4f\x23\xe3\x3a\x53\x56\xa4\xc3\x61\xcf\x5c\xa6\xdd\x7e\x86\x4f\x9d\xdf\xcb\x0f\x85\xb7\xc2\x56\xe9\x98\x73\x8b\x09\xa8\x2f\x77\xab\xcc\xed\x07\xca\xd0\x92\xb9\x5d\x30\x5f\xaf\xea\x95\x7c\x80\xf1\x55\xed\x2f\x62\x7f\x99\x76\xdb\xab\xd6\x96\x8e\xe6\xe2\x52\x31\x81\xd8\xbd\x2d\x32\xbf\xda\xf4\x56\xd5\x00\xa8\x08\xf5\xf6\xe7\x09\xe4\x5c\xde\xfe\x6c\xbe\x97\x25\x6a\xd6\x0d\xbd\xc2\xd1\x5c\x7d\xd7\xac\x2c\x98\x08\x56\x0d\xc7\x2b\x4f\x45\xcd\x17\xba\xd6\x12\x35\x67\x4c\x04\x4b\xd4\xbc\xb1\x2a\x2f\x51\x73\x59\xfe\xd8\xa3\x0a\xf4\xba\x44\xcd\x52\x34\x97\xf4\xec\xcb\xcd\x0e\x6a\x9e\x86\x4e\x2f\x51\xb3\xfa\xed\x8a\xdb\x9f\x39\x5e\x97\xb7\x3f\x9b\x92\x68\x79\x8f\xd5\x13\xef\x46\xee\x56\x7a\xd4\x0c\x22\xc3\xca\xb1\xa4\x67\x5f\x6e\x76\x13\x88\x79\x99\xe3\x8a\x2c\x61\xd8\x31\x96\xf4\xec\x86\x12\xbe\x40\xcd\x53\xfe\xfc\x12\x35\x2f\xbb\x10\xf4\xec\xe1\x53\x39\x6f\x6e\x2b\x51\xb3\xc0\x61\xf5\xc8\xed\xe9\x87\xe8\xaf\x37\xbe\x2d\xe9\xd9\xcb\xd3\xa7\x9b\xbb\x15\xbf\xf3\x92\x9e\xbd\x15\x14\x41\xcf\xfe\xac\x59\xe2\x44\xb6\x48\x7f\x4f\xb4\xca\xa3\x0a\x5b\xe2\xf2\xb2\x2a\xef\xd1\x5e\x71\xfb\x33\xa9\xbd\xd6\x30\x12\xc1\x0d\x2b\x6a\xee\x0a\x64\xd3\x6e\x1b\xf0\xb2\x44\xcd\x6b\xfd\xca\xb6\xbf\x64\x6e\x1b\x39\xb2\x04\xd4\x15\xcb\xe1\x32\x14\xfa\x3e\x7e\x45\xa6\xab\x3b\x7d\x08\x30\xb3\xef\xb2\xd4\x6f\xd8\xaa\x6b\x98\xb5\xc3\x31\x17\x50\x9b\x67\x66\x09\xa8\x5b\xbc\x6b\xc2\x25\xd7\x67\x38\x9a\x31\x3d\x2d\x99\xdb\x13\xdc\xb7\xc2\xd1\x8c\xde\xb5\x0c\x85\x6e\xc4\x0d\x2d\x00\xf5\x18\xf8\x43\xd7\xd4\x31\xf7\x58\xb3\x19\xd7\x9d\x11\x43\xa1\x13\x54\xa5\x35\xe3\xa2\x64\xdf\x55\x2b\xfb\x7c\xea\x52\x57\x0e\xe8\x68\x1e\x51\x34\x57\x9e\x6b\x5b\xe6\x76\x8b\x36\x1b\x2f\xf9\x58\xb3\x8e\x66\x35\x2b\x13\x88\x99\x15\x61\x99\x91\x7b\x63\x8a\x59\x66\xe4\x16\xba\x2e\x13\x88\x99\x1a\x71\x99\x40\x6c\x80\x55\xd7\x13\xb7\x6d\xb2\x3e\x05\xd4\xda\x33\x97\xcc\xed\xb3\x7c\x17\x0e\x49\x57\xb0\x3f\x1e\xcd\x40\xb0\x65\xda\xed\xd7\xa1\xd3\xd1\x7c\xbb\x3d\x4d\xbb\x3d\x87\x35\x1b\x44\xa6\xd2\x62\xbc\xf3\xed\x81\xf2\x28\xba\xfd\xae\x80\xba\x62\xce\x5d\x32\xb7\x6f\x95\x43\x13\x88\x65\xd7\x86\x80\xba\xe0\x4d\x5b\xe1\x68\xf6\x94\x37\xed\x76\xf7\x04\x79\x9d\x5f\x97\x99\xcc\x6d\xd9\x1a\x4b\x40\xed\x15\x1e\x4b\x40\xbd\x15\xdd\x6f\x18\x00\x19\x8d\xb8\xfd\x39\xbe\xab\xef\x46\x45\xc5\x04\x62\x92\x91\x96\x69\xb7\xc5\xb6\xeb\x35\xe3\x3a\x46\xad\x25\x6a\x4e\x20\xf7\xb5\x34\x78\x12\x65\xb3\x74\x34\x9b\x94\x7b\x2d\x33\xae\x2b\x15\x97\x47\x15\x68\x6e\x2d\xb7\x36\xe1\xa2\x6b\xc5\xfe\xf5\x43\xa0\xaa\x79\x5b\x54\x0b\xc5\x80\xb0\xbc\xfd\xb9\xc1\x2f\x5a\xd2\xb3\x35\xf0\x2e\x51\x73\x51\x37\x16\x35\x57\x55\x74\x51\x73\x3d\x16\x4d\x65\xe0\xf1\xba\xcc\xcd\xeb\x84\x7e\x71\x0f\x1d\x5d\x08\xd4\x8c\xd5\x6e\x79\xfb\xf3\xe7\x68\x98\x76\xdb\xeb\x6c\x96\xf1\xce\xc9\xdd\x0d\x6a\x9e\xcb\x1d\x2a\x6a\x1e\x36\x52\xd4\xfc\xa9\x7a\x05\x6a\xc6\x83\xbf\x44\xcd\xd9\xbd\xf0\x99\x51\x3f\xf9\xae\x28\xc3\x85\xf4\x45\xfc\xbe\x3f\x36\xf2\xc2\xbd\xff\x89\xaa\x30\xa5\x2e\x1d\xcd\x45\x55\xc4\x78\x67\x3d\xf8\x6b\x87\xd6\x4d\xab\x74\x34\x3f\xd0\x4a\x17\xa8\xb9\x17\xbc\x6f\x6b\x9b\xd0\x52\xb5\xcd\x2c\x61\x9f\x82\xc2\xdb\x9f\x07\x7e\xae\x15\xf4\x6c\x37\xac\x97\x55\x65\x95\x76\xe3\x9d\xc7\x75\xff\x4a\xec\x0b\xa8\x3b\xa1\xb5\xcb\x7b\xac\xbc\xe1\x6b\x99\x91\x7b\xa9\xa3\x6e\xb7\xb6\x0b\xd2\x7b\xac\xa4\xa7\xae\x1d\xb6\x5f\xa6\x5e\x1f\x74\x72\x82\xbc\x18\xfa\x75\x82\x04\xd4\x4d\x85\xc7\x50\x68\x03\x7e\x97\x8e\xe6\x7b\xfb\x63\x83\x32\xd4\xba\x0d\x85\x5e\x9e\xbc\x27\xd2\x14\xd3\x05\x01\x75\x12\x52\x9d\xc8\xfd\x68\x55\xc1\xa9\xf0\x43\xd2\x1d\xab\x6d\x96\xc9\xac\xf2\xa0\xa3\xf9\x6b\x7e\x88\xad\x6d\x98\xea\x12\x50\x57\xf4\xea\xef\x8a\x5c\xa6\x95\xa2\x53\x8f\x8a\xfe\x79\x8f\xd5\x61\xc7\x7d\x02\xea\xc1\x46\xf8\x22\x81\xd8\x6d\x55\x5e\x86\x82\xfd\xe4\x33\x81\xd8\x87\x29\xe6\x33\x81\x98\x2e\xdd\x2f\xe2\x9d\x89\xf1\xfc\xbc\xc7\x6a\x25\x8b\x41\x0f\xcb\x14\x35\x20\x3c\x7e\xd7\x78\xe7\x62\xab\xcc\x32\x84\xf9\xe8\xbb\x22\x95\x81\x5d\x70\x6b\x23\x60\x3f\x01\xf5\x8d\xed\xe5\x33\xde\xb9\x63\x4d\xfa\x74\x43\x4b\x06\xf8\x02\x50\xe3\x2b\xff\x92\x41\x37\x28\xe1\x9f\x80\xda\x43\xe1\x13\x50\x4f\x7c\x8b\x5f\x0a\x26\xb3\x1f\x62\xa9\x9b\xa4\xfa\x4b\x26\x22\x6e\x7e\xd7\x19\xc4\xb8\xf4\x99\x22\x6c\x5d\x16\x11\x56\xde\x2e\xf1\x05\x64\x46\x74\x7f\x42\xe6\x89\x5e\xfd\x99\x58\xfb\x7d\x2d\xaa\x6c\x00\xd0\xbe\x3b\x1c\xaf\x0c\xac\xb8\xb8\xa0\xb1\x7f\xb7\xb8\x89\x93\xeb\x33\xa2\xd9\x33\xf1\xf3\xa6\x2a\x13\x79\x7d\x91\x22\x8c\x05\xfc\x45\x8a\x30\x16\xe1\x27\x37\xdb\xf8\x97\xcf\xc4\xda\x6b\x58\x33\x87\xaf\x49\xb4\x3e\x71\xb1\xd9\x09\x3e\x70\x71\x97\xd6\xf5\x79\xbf\xf3\x65\x8f\xc4\xc5\xe6\x6b\xfa\xb2\x2c\x11\xb8\x76\x5f\xe0\x62\xe4\xfc\x17\x8e\x66\x0c\x53\x1f\xb8\xb8\x57\xce\x97\xcf\xc4\xda\xca\xae\x2f\x08\xd8\x2e\x7e\x13\x6b\x6f\x17\x21\xb8\xb8\x77\x8c\x2d\x9f\xb8\xb8\xe1\x16\xf9\xc4\xc5\x06\xdc\x7d\xe2\xe2\x0b\xca\xd0\x17\xf7\x3b\xdf\x56\xa5\xe3\x15\xdd\xf8\x8b\x3c\x60\xd9\x9a\xe3\xa6\x39\x3a\x18\xb8\x18\x44\xf6\x89\x8b\xe5\xeb\x7e\x45\x02\x27\xb6\xa6\xcf\x3c\x60\xcb\x19\x94\x80\xdd\x90\x39\x9f\x04\xec\x5c\x2c\xa2\x6c\xc8\xe5\xfe\x8a\xc4\x89\xe3\x77\x8d\x35\x70\x6b\x14\x95\x2b\xd4\xd4\x0f\x5c\x3c\xc7\x67\x33\xe8\x6f\x1b\x3e\x75\x7e\xa7\x55\xc5\xfd\xce\x56\x65\xa2\x78\x00\xcb\x27\x01\xbb\xef\x5f\x89\xfd\xaf\x7a\xc9\xa0\x7d\xd7\x07\xbd\x5c\x09\x42\xe6\x58\x45\x72\xb3\xc5\x6e\x9f\xc1\xce\xf2\xba\xbf\x80\xcc\xa8\xf7\x9f\xc1\xce\x63\xfb\xe3\xb8\xfa\xd9\xaa\xbc\x0a\xf9\xf8\xae\x43\x31\xfc\x71\x70\xd1\x99\x20\x83\x9d\x1f\x48\x23\x5f\xf5\x12\xba\xe4\x53\x4d\x04\xaf\x55\xb1\xb5\xdb\x6d\x51\xe1\xec\xb2\x11\x32\xb7\x66\xd1\xe0\x7d\x4c\xfd\x5f\x33\xec\x02\x35\xfb\x6b\x9a\x08\x14\x74\x72\xb3\x13\x67\xd3\xd7\xe2\x52\x36\x26\x48\xc8\xbc\x1c\x0d\xb9\xd9\x3b\x6a\x96\x53\x01\x3a\xfb\x22\xa2\x19\x45\xfa\x03\x32\x0f\x39\x33\x9f\x37\x55\xbd\xd1\x0c\x71\x44\xf6\xa9\x26\x20\x70\xee\x27\x64\x9e\xd3\xa7\xf4\xf7\x55\x2c\xc8\xcd\x7e\x1d\xe7\x1e\xf7\xa5\xfa\x34\x12\xb7\x32\xdd\xde\x54\x95\x5d\xf9\x7f\x5c\xfd\x4c\xcd\x3d\xee\x4b\x65\x34\x84\xcc\xa6\xde\xfd\x84\xcc\xde\xb6\xf0\xe9\x68\x1e\x1c\x91\x1f\x90\xb9\xbd\x40\x83\x2f\xae\x7e\xf6\xd4\xd3\xd1\x7c\x9c\xdf\x3f\x20\x33\x83\x23\x37\xdb\xfc\x45\x9f\x8e\x66\xfd\x92\xdf\x1f\x29\xc2\xe8\xe0\xf0\x92\x50\x4f\x01\x13\x6b\x9b\xa2\xf0\x1b\x71\x73\x13\x53\x66\x62\xed\x34\x7d\x57\x56\xdb\x63\x11\x65\xa3\x61\x46\xfe\x74\x34\x37\x50\xe4\x27\x2e\x3e\x0a\x3a\x23\x9a\xfb\x65\xcd\x3a\xd6\x3d\xc8\x8c\x68\x96\x9a\xf5\x89\x8b\xbd\x3b\xe3\x1b\xc1\x01\xf3\xbb\x72\xd1\x95\xb7\x46\x34\x6b\x96\xfc\x86\x61\x44\xe8\x8a\x9f\x11\xcd\xb7\x27\xb5\x04\xec\x07\x6b\xc3\x37\x23\xaf\x0e\x0b\xc9\xc4\xda\x62\x9f\xcf\x88\x66\x03\xdf\x3e\x1d\xcd\xaa\xe8\x9f\xf7\x3b\x5f\xaa\x31\x71\xbf\xb3\xa7\x9e\x29\xc2\xae\xf8\xae\x26\x2f\xc0\xdd\x67\x44\xf3\x88\x9a\xe5\xde\x43\x77\xfc\xcc\x03\xa6\x61\xea\x33\x0f\xd8\x80\x83\xf1\xe9\x68\xbe\x8f\x55\x81\x8b\x65\x6c\x7e\xde\x54\x65\x96\x8f\x4f\x5c\xec\xfd\x02\x9f\x8e\x66\xaf\x2d\xfb\x24\x60\x6b\xe0\xfd\x1e\x09\x9c\xcd\xa7\x72\xc0\xc0\x98\xdf\xa3\xf7\xcd\xbd\xe0\xfd\xce\xfd\xf1\x43\x71\x69\x26\x0b\xd8\x88\xe6\x3b\x5a\x15\xd9\x68\xfd\x90\xb1\x42\x0e\x9d\x11\xcd\x3d\xf9\x54\xbb\xc7\xb2\x19\x71\x49\x28\x13\x6a\x44\xb3\x77\x8b\x7c\x6f\x24\x4e\x67\xca\xc4\xc5\x21\xfa\x74\x34\x9b\x1e\xf0\x0b\x02\xf6\xf9\x95\x4b\xf7\x7b\x85\x90\x51\x8f\xd6\x6c\x95\x16\x53\x84\x5d\xc3\x8f\xca\x55\x56\xc1\x8b\x9c\xdb\xf8\x26\x3e\x53\x84\xc5\xa9\x6d\x8a\x30\x8d\x3c\x5f\x04\x3b\x63\x0c\xfc\x5e\xe9\x61\xee\x9a\x37\x12\x99\x5a\x95\x1c\x21\x1c\x01\x9f\x90\xf9\xf2\xe4\x95\x9b\x1d\xb2\xda\x14\x61\x63\x58\xf4\x7a\x08\xa7\xde\x9c\xdb\xaf\x07\x8a\xc1\xce\x2f\xc1\x95\x5f\xe4\xdc\x86\x6a\xf5\xc9\xcd\x2e\xce\xa6\x90\xf9\xae\x7e\x57\x6b\x36\x5e\xe9\x4f\x6e\xb6\x94\xd4\x4f\xc8\x7c\x63\xbe\xfe\xe4\x66\x8b\xbe\x3f\xb9\xd9\x47\x89\x0a\x64\xee\x9f\x72\x60\x69\xed\x54\x95\xd2\xd1\xec\xed\x36\x9f\x90\xd9\x0b\x95\x3e\x53\x84\x89\x46\x3f\x21\xb3\x36\xc9\xcf\x14\x61\xde\xc0\xf8\x09\x99\x5f\x2c\x15\x9f\x8e\xe6\x6b\x58\x95\xdc\x6c\xc8\x1b\x9f\x90\xb9\x40\x73\xfa\xe2\xa6\x2a\x8c\x1e\x9f\xdc\xec\xa6\xd8\x37\xa2\xd9\x8b\xab\x3e\x23\x9a\x9b\xe2\x37\x52\x84\x81\xfa\xbf\xcf\x30\x93\xcf\xef\xca\x99\x01\x9c\x7e\x46\x34\x6b\xfa\xfe\xe2\xa6\x2a\x08\x8d\x9f\x29\xc2\x24\xad\x7d\xdb\x60\xf6\xc7\xa7\xe6\x5d\x51\x0c\xee\xe0\xa2\xd3\x5f\x21\x73\x8e\xa7\x7a\xa3\x60\x5c\x7c\x3a\x9a\x8b\x27\x88\x89\xb5\x07\x21\x84\x9f\x8e\xe6\x8a\x3f\xf4\x0b\x6e\xb6\xb2\xcb\x88\xe6\x82\x0d\xe4\x33\xa2\xf9\xbb\x6d\xa4\x26\x11\x17\xa1\x89\xb5\xef\xe2\x8f\xcd\x99\x2f\x5e\xf3\x7e\x67\x03\x51\xbf\x13\x9c\x37\xc6\x4a\x6e\xf6\x84\xbc\xf1\xe9\x68\x36\x97\xe0\x07\x2e\xee\x19\x76\xca\x77\x22\x6c\x8a\x81\xd5\xd1\xbc\xd5\x10\xc0\xc5\x63\xab\x99\x78\xbf\xb3\x89\x0e\x3e\x71\xf1\xed\x69\xab\xa3\x59\x8b\xee\x67\x8a\xb0\xec\x61\x24\x2e\x5e\x51\x34\xb6\xc2\x83\xcc\xc4\xda\x13\x6e\xd2\x67\x8a\x30\xb7\xe4\x0e\x5c\xcc\xa1\xb0\x25\x60\x77\x3c\x77\x5b\x47\xb3\x17\x93\xed\xb8\xdf\xf9\xb6\x18\xaa\xc8\x4b\xd1\x3b\x02\x70\xd9\xef\x2b\x92\xab\xf8\x14\x55\xe4\x19\x7e\xc8\x94\x86\xc7\x22\x47\x95\xc4\x9e\x2d\x2e\x5e\xb7\xc5\x88\x68\x1e\x14\x45\x19\xa8\x13\x3b\xee\x77\x86\x6b\xb7\xc1\xc5\x43\xf0\xbe\x8d\x68\x56\xe7\xd9\xd2\xb3\x33\x1a\xd1\x36\xa2\x39\x63\xb3\xdd\x26\xd6\xbe\x58\x75\xdb\x88\xe6\x05\x8b\x66\xc7\xfd\xce\x88\xa0\x1d\x11\xcd\x8e\x86\xb8\x78\x5c\xd6\x4c\x7f\xc7\x2f\xaf\x50\xdf\x42\x66\x9d\x02\x5b\x1f\xb4\x06\xbd\x9d\xcc\xfe\xc7\x82\xdc\xde\x54\x75\x25\xdb\x80\x0f\x5a\xbb\xf1\xd6\x07\xed\x8d\xf0\x3b\x19\x11\x89\xec\xda\xc9\x60\x76\x94\xff\x2d\x73\x3b\x23\x25\xb6\x3e\xe8\xcf\x66\xdc\x8a\x32\x56\xe0\x16\x50\x1b\xe5\xb7\x4d\x11\xe6\x95\x6d\xdb\x60\xe7\x81\x22\xbd\xbd\xa9\xca\xac\x50\x3b\x00\x35\xae\xc6\x7d\x1b\xf1\xda\xad\x2a\x12\x4d\xfb\x54\xa6\x3a\x02\x67\xdf\x72\x84\xd8\x71\xdb\x9c\xdb\x75\xfb\x5d\xc3\xc4\x38\x9b\x76\x00\x6a\x0e\x94\x2d\xa0\x7e\xd0\x6f\x77\xdc\x54\x85\x70\xde\x32\xb7\x35\x7d\x6f\x00\xf5\xf0\x06\xf9\x6d\x44\xb3\xc1\x14\x5b\x47\xb3\x37\x1a\xef\x88\x68\xc6\xb5\xba\x73\x6c\x6d\xab\xf2\x66\x1f\x88\x67\x3b\x9b\x9c\x01\x26\xe1\x36\x45\x58\x3b\x36\x83\xfe\x2a\xab\xb7\x29\xc2\x2e\x50\xc6\x8e\xab\x9f\xa7\xc5\x70\xac\x5b\x15\x5b\xdb\x1b\x79\x76\x8e\xfb\x52\x29\x46\x44\x33\x6e\x82\x6d\x62\x6d\x4d\x6d\xbb\xc4\x75\x18\xf4\xa8\x84\x01\x81\x36\x17\x53\xde\x35\x8b\x26\x2b\x40\x59\xda\xc5\x44\xb5\x58\xc0\xb6\x80\x3a\x3b\x56\x02\x6a\x35\xba\x6d\x8a\xb0\x03\x53\x6b\x9b\x58\xdb\x44\xf7\x3b\x6e\xaa\xe2\x3c\xdd\x7f\xdc\x54\xe5\x87\x4c\xce\xb0\xac\xca\x48\x84\xe4\x77\xf5\x46\xa1\x48\xef\x6a\x2c\x09\xd8\x67\xeb\x68\xbe\xb0\x48\x6f\x13\x6b\x9b\xa5\x70\x8b\x9a\xcd\xd1\xbd\x45\xcd\x57\xf5\x5d\xbd\x33\xca\x01\x51\xf3\x1f\x45\xfb\x6b\x17\xc2\xd1\x5c\xac\x4a\xa6\x7a\xf2\x29\xa2\x7b\x54\xbf\x1b\xaa\x08\x2b\xd6\x88\xe6\xae\x74\xaa\x91\x33\xdf\x66\x18\xa1\xff\x59\xa4\xbf\x47\x71\xd4\x22\x1b\x2d\xdd\x37\xa2\x79\xb8\xad\x74\x34\xe7\xe2\x53\xef\x08\xc0\xa2\xbb\xa5\x67\xcb\xfd\xd8\x2d\x38\x7e\xac\x0d\x6f\xaa\xba\xf0\x0e\xef\xa6\xc1\xc4\x45\x68\x62\xed\xe9\x1c\xb5\x60\xe6\x5b\x95\xde\x19\x22\x5e\xb7\x8e\xe6\xe9\x2c\x44\x1e\x30\xb4\x8b\x2d\x3d\xdb\x6b\xdf\x77\x93\xde\xa9\xe8\x36\xb1\xb6\x59\x0a\xb7\x8e\xe6\x0f\xdd\x72\xeb\x68\x5e\x84\x0f\xec\xc8\x03\x86\xda\xb6\x45\xcd\xaa\x04\xdb\x88\x66\xc9\x1e\xdb\x88\xe6\xed\x31\x17\xd7\x51\xb9\x44\x45\xcd\x59\x89\xd4\x45\x19\x00\xe1\xdd\xe5\x44\x75\x3f\x64\x9e\x28\x5c\x48\x5b\xd4\xfc\x73\xda\xfe\x7d\xb1\xdf\x35\x98\x5c\xb6\xd0\xa9\x47\x5b\xd8\xde\x54\xb5\x9a\x5f\x41\x94\x99\x13\x75\x1b\xec\x7c\x7b\x28\x98\x73\x5b\xdd\x78\x1b\xec\x9c\xc0\x8c\xdb\xab\x9f\x37\x4c\xd1\x3d\x22\x98\xdd\xaa\x8c\xf0\x75\x41\x8e\x08\x66\x67\xc9\x01\xa8\xdb\xf4\x20\x96\xb9\x3d\x1f\xab\x32\x4f\x05\x9a\xe4\xd6\xd1\xec\x95\xe2\x5b\xe6\xb6\x57\xea\xec\x11\x37\x37\xb1\xa8\x04\xd4\x22\xf7\x1d\x39\xb7\xb3\xdf\x65\xa9\x3f\x9e\x20\x32\xb7\x25\xcc\x6f\xaf\x7e\x1e\xe8\xc6\xdb\x9c\xdb\x06\xa4\x6f\x01\xf5\xf4\xbb\x3a\x9a\x57\xf1\xc7\x26\xaa\x05\xd7\x6f\x01\xb5\x34\xa7\xad\xa3\xd9\x3c\xae\x7b\x06\xc0\xa4\xfb\x11\xd1\x0c\xf6\xd9\x3a\x9a\x2f\x65\x88\x8e\xe6\x77\xf8\x21\x93\x15\x4c\x9f\x4a\x0f\xcb\x56\xa5\x41\xac\xda\x66\x99\xea\xd8\x8b\xb6\x8e\xe6\x0b\x9b\xde\x8e\x9b\xaa\x3c\x9a\x23\x45\x98\x62\xff\x91\xa9\x0e\x1b\x67\x3f\x3a\xe6\xc0\xb9\xdb\x88\x66\xef\x56\xdb\x71\x53\xd5\xb0\xaa\xc8\xee\xc8\x52\x31\x45\x58\x1f\xd6\x2c\x47\xa8\xfa\xd4\xeb\x6c\x54\xe1\x64\x6e\x7b\x9b\xe1\xfe\x03\x50\x5b\xb3\x37\x55\x79\xe8\xcb\xdc\x36\xc1\xc2\x7e\x62\x7e\xa9\x59\x40\xfd\x61\x99\xd9\xaf\x41\x37\x10\x92\xf7\x2b\x33\xbf\xfb\x63\xd6\x73\x77\x31\xe8\x68\x3e\x9f\xef\x86\x2a\x42\xf7\x8d\x68\xf6\x42\xd8\x2d\x6a\x36\xef\xeb\x7e\xe3\x7a\x17\x8b\x31\xbf\xf4\x08\xd4\xdc\x8e\x52\xc2\xc4\xda\x3b\xaa\x32\x02\xd4\xf5\xfc\x46\x84\xaf\x6d\xb6\xbf\xaa\x4f\xaf\xc9\x55\x94\x4e\x4b\x03\xaf\xaa\xa3\x8e\xe6\xe5\xc6\x91\x9e\x6d\x3a\xe8\x6d\x62\xed\x1e\x3f\x8e\x30\x4f\x8b\x26\x1b\xc1\xef\xbc\x4d\x11\x66\xe4\xe6\x16\x35\xc7\x21\x68\x44\x73\x55\x84\xea\x68\x7e\xe3\xc7\x5a\x09\xec\xef\x0a\xce\x8c\x45\xfa\x6b\x3c\xfb\x5e\xe1\xbb\x61\xa9\xe8\x68\x36\xd7\xdc\x36\x0f\x58\x56\xd9\x88\x88\x66\xbb\xaf\xa3\x79\xab\xa8\x98\x58\xbb\xa9\xa7\x49\xcf\x36\x11\xdf\xfe\xe2\xd2\x4c\xab\xd2\x1b\xf5\xfa\xae\x06\xa2\xec\x53\x93\xab\xe0\xf7\xd9\xa2\xe6\xef\xb2\x66\x83\xe6\xf0\x38\xec\x4f\x79\x45\xf4\xc4\x36\xb1\xb6\x6c\xc9\x2d\x6a\x2e\xf1\x63\xf7\x2f\xc6\x99\x6d\x44\xb3\x99\xe8\xb6\x8e\xe6\xef\xf9\x55\x4e\x9e\x1d\x80\x1a\xfa\xcd\x0e\x1f\xb4\xba\x93\xcc\xed\xea\x7e\xdc\x11\xbc\xcf\x57\xbc\xfa\x39\xdb\x60\x01\xf5\x02\x9c\xee\x1d\xf4\x3f\x86\x62\x07\xdd\x91\x55\xb4\xcd\x43\xe2\xa1\xb6\x23\x78\xdf\xa7\x32\x5d\xd5\xd9\xbc\xfa\xf9\xdd\x3e\x35\x0f\x49\xb1\x66\xef\x08\x20\x6a\x6c\xcb\xdc\xbe\x95\xc6\xde\x54\x25\x03\x6a\x1f\xb5\x32\xd7\x76\xa4\x08\x53\x79\xd0\xd1\xfc\x2a\xe8\xbc\xa9\xca\x74\xe5\x3b\x72\x6e\x4f\x7f\x2c\xa0\xc6\xf8\xb0\x23\xe7\x36\x8c\xaf\x2d\xa0\xbe\x3d\x40\x8f\x5a\x37\xb6\xd0\x7d\x22\xef\x8a\x4f\xbd\x94\xad\x5a\x34\x28\xc3\x75\x72\x22\x6f\x92\x4f\x8d\x87\x55\xef\x3a\x66\xef\xc4\x05\xb6\xe3\xea\x67\xf4\xf9\x63\x44\xb3\x39\x4c\x8e\x8e\xe6\x6b\xfa\x54\x37\xd6\xb6\x68\x32\x0a\x34\x9c\x23\xa0\x4e\x38\xf4\x8f\x80\xba\xc3\x28\x3e\x3a\x9a\x67\xf7\x5d\x83\x50\xd0\xe8\x8e\x80\xba\x63\x01\x3b\x7f\xa4\x08\xf3\x5d\x51\x06\xdb\xe4\x78\xf5\x73\xe1\x20\x3b\xde\xef\x5c\x6f\xdb\x8c\x41\xec\xc6\xac\x7a\x74\x34\x3f\x97\x55\x69\x40\x40\x33\x39\x3a\x9a\x37\x2a\xeb\x49\x41\x67\xa5\x0b\xa6\x08\x4b\xac\xf6\x93\xe2\x68\xae\x14\x45\x19\x9f\xef\x7a\xd3\x1c\x67\xc4\x49\xe6\x11\x72\xac\x04\xd4\xde\x13\x74\x4c\x11\xb6\xd0\xab\x4f\x92\xf3\x36\x2c\xb2\x9e\x9f\xa8\x8a\xf5\xac\x35\xe9\x18\xef\xac\x64\x3b\x49\xba\x63\xf3\x5d\xe3\x61\xd1\xc9\x4f\x8a\x4b\x42\x69\xa4\xf7\x3b\x17\x0c\xad\x27\x50\x33\x72\xe0\xe8\x86\x36\x67\xf5\x91\x9e\xdd\x9c\x50\x6f\xaa\xba\x51\x95\xcf\x1d\x8e\xf5\x46\x51\x37\x25\x86\xb8\x63\x8a\x30\x93\xbc\x1d\xdd\xd0\xf9\xf6\xbb\xde\x44\x96\x7c\x8a\x16\x7a\xa6\x55\x79\x27\xc2\xb0\x55\xee\x5f\xe4\xc6\xf1\x7e\xe7\x43\xac\xf4\x11\x35\xeb\xd7\x3b\xe6\x01\xdb\xd8\xe5\x8e\x37\x55\x65\x18\x44\x27\xe2\x9d\xed\x82\x6e\xe8\xc2\xa1\x70\xb2\x41\x91\xce\x82\xf1\xce\x15\xca\xd0\x31\xde\x39\x15\x8b\x72\xde\xd0\x00\x4f\xf6\x4e\x04\xc7\x59\x37\xb4\x57\xb4\x9c\x6c\xd0\xdc\xeb\xbb\x71\xf3\x9a\x4f\x9d\xdf\x6a\xd1\xa3\x19\xb7\xc8\xc9\xc1\x89\x62\xa7\x48\xcf\xfe\x1c\x67\x51\xb3\x69\x85\x8e\xf1\xce\x0f\x26\x94\xa3\x1b\xba\x21\xbe\x4e\xd1\xe0\xc9\xde\x3f\xa2\xe6\xfc\xfe\xca\xc8\x73\xcc\xb9\x9d\x6f\xeb\xd1\x43\x8d\x65\xf8\x04\xa0\x76\xc7\xc9\xdc\x9e\x00\xdb\x63\xce\xed\xa3\x48\x29\xe1\xa6\xf4\xc7\xda\x7e\x01\x6b\x27\x52\x84\xb9\x2f\x4a\x84\xba\xfb\x21\xe3\x25\x41\x67\x27\x3c\xd4\x58\xc3\x4e\x91\xa9\x0e\x84\x3c\xde\x54\x35\x5d\xbd\x02\xea\x17\x7e\xd1\x31\x45\xd8\xc4\xe8\x71\x00\xd4\x6d\x83\x41\x4e\x30\xb7\x9b\x3f\x96\xde\xf9\xf9\x63\xb3\x77\x62\x90\x3f\x86\x42\xbf\xdb\xef\xaa\x95\x61\x13\x38\x86\x42\x17\x94\xc3\x53\x23\xdb\x21\xeb\x53\x40\x3d\xba\x8d\x64\xa9\x7b\x33\xe0\x31\xde\xf9\x89\x66\xc8\x89\xc2\x2f\x70\x04\xd4\x85\xc3\xf7\x00\xa8\x87\x87\xe0\x69\x26\xe6\x85\x4b\x76\xe2\xa6\x2a\x18\x7d\xa7\xa9\x85\x62\x01\x3b\x2d\x2e\x65\x63\x52\xbc\xfa\x59\xe5\xe1\x08\xa8\x1b\x14\xe2\x23\x73\xdb\x98\xd6\xa3\x1b\xfa\xc3\xff\x7b\xc2\x0d\x0d\xfd\xe6\x98\x22\xec\x53\x4a\x78\xf5\x73\xab\x56\x15\x37\x37\xd1\x23\x01\xf5\x1b\x8d\xd4\x4d\xa9\x60\x6f\xfa\x6e\x94\x12\xba\xa1\xbd\x64\xf0\x98\x22\xec\x75\x34\x4c\x11\x56\xdd\xad\x32\xb7\xa7\x5b\xac\xc7\xd1\xcc\x2c\xf4\x88\xbc\x60\xac\x74\x43\x9b\x70\xf5\x74\x23\x11\x86\x3f\x56\x94\xa1\x76\x1e\xdd\xd0\x39\x59\xf4\xaa\x6b\x94\xf0\x03\xa0\x9e\x97\xab\xdd\x14\x61\x21\x8d\x75\x43\xeb\xb6\x3b\xa0\xe6\xb1\x40\xfd\xc7\x78\xe7\x38\x4f\x45\xcd\x86\x6d\x9e\x11\xcc\x7c\x3a\x28\x6a\x36\x3c\xf6\xc8\xdc\x4e\xcb\xa7\x88\xee\x45\xa0\xd0\x09\xe6\xb6\x72\x7e\x44\x9e\x28\xf6\xd1\x30\x28\x12\xdc\x74\x74\x43\x57\xbb\x30\xb4\xed\x63\x87\x3c\xba\xa1\xab\x07\xe8\x88\xfb\x61\x99\x5f\xef\x77\x3e\x8e\xb3\x89\xb5\x6b\x74\x41\x83\x49\x34\x43\x51\x86\xb6\x7f\xa6\x28\x43\xb1\x1f\xa8\x19\x64\x74\x44\xcd\xea\xe4\xc7\x3c\x60\xfa\xc8\xce\x0c\x79\xc5\x68\xc4\xfd\xce\x60\xbd\x63\x1e\xb0\x04\x0f\xfc\x84\x1b\xda\x95\x13\x79\xc0\x9c\x6e\xe3\x9d\x0f\x84\xb1\x33\x23\x35\x87\x45\x45\x37\x8a\xe8\x01\x35\x4f\x13\x52\x9d\x19\xa9\x1b\x98\x05\x51\xb3\x77\xe9\x1e\x13\x6b\x5f\xee\x50\xdd\xd0\x13\x73\xc4\x11\x35\x27\x05\x94\xa8\x39\xc1\xf3\x39\xc6\x3b\x5f\x4a\x42\xe9\xd9\xf9\xb2\xe8\xfc\x2a\x55\x22\xb1\xb6\xb3\xaf\x1b\x3a\x8d\x5f\x19\x79\xce\xa3\x16\xea\xc8\xc8\xdc\x3e\x8a\x05\x43\xa1\xcf\xb4\x68\xca\x2c\x4c\x04\x47\xe6\xb6\xb9\x01\xcf\x13\x6e\x2c\x5b\xc8\xa9\x3d\xb1\x08\x1d\x43\xa1\x87\x5b\xdb\x9c\xdb\x5b\x2d\x45\x40\x3d\xd4\x42\x5f\x53\x37\xb8\xe4\x02\x50\x2b\x8e\x04\xd4\x9a\x26\x8e\x29\xc2\x1a\x1e\x87\x03\xa0\x9e\x03\xaf\xf4\x11\x50\x1f\x75\x54\x53\x84\xbd\x1e\xd3\x00\xea\xe1\x6d\xdd\xc7\x50\xe8\x84\x6d\xff\xbc\xba\xb1\x54\x00\x64\x6e\x57\xf5\x10\xdd\xd0\xa6\xb2\x3f\xc6\x3b\x7b\xdf\xd0\x79\x43\x0b\xa5\x66\xaf\x7e\xfe\xb0\x62\x1d\x01\xf5\xa3\xaa\x1c\x80\x1a\x5a\xe9\x59\xe1\xcb\xe0\x43\x02\x6a\x83\xd9\x8f\x80\xba\x82\x5f\x8e\xcc\xed\x57\xd1\x0d\xa0\x6e\x5e\xfe\x72\x74\x43\x57\xf0\xcb\x31\xde\x39\xab\x76\x9a\x22\xec\xba\xac\x19\x80\xd9\x9a\x55\x69\xfb\x75\x8b\xe9\x86\xde\x9f\x8d\x34\x25\x9a\x5b\x4c\xe6\x76\x55\x0e\xe8\x86\x16\x28\x9d\x4f\x86\x89\x3f\xfe\xd4\x52\xec\xaf\xcc\xed\x81\xc5\xef\x98\x22\xec\xb6\xcd\x71\xbf\xb3\xe3\x2c\xa0\x3e\x0a\x2b\x13\x6b\x57\x90\xe0\xf9\x9c\x5f\x2c\xa5\x47\xe6\xf6\xab\xfc\xd1\x0d\xfd\x08\x0d\x4c\x11\xf6\x29\x7f\x64\x6e\xbf\x42\x03\x01\xf5\xaa\xbe\x1b\x91\x17\x4c\x4a\xc4\x3b\x2b\x24\x65\x6e\x5f\x00\xb4\x03\x6a\x1e\xc7\xad\xf1\x47\x62\x6d\xaa\x32\x45\xd8\x8d\x1b\xe8\x78\x53\xd5\x56\xc1\xdb\x86\xf6\xab\xfc\x8b\x9a\x8b\x83\xb3\x35\x88\xdd\x56\x15\x41\x64\xfe\x58\x94\x81\x47\xfb\x80\x9a\x47\xf3\x30\x92\x9e\xfd\x25\x3f\x64\xea\x86\xf8\xb1\xbe\xb9\xe8\x91\x89\xb5\xa3\x0b\xaa\x22\xb8\xbf\x4f\xb8\xa1\x61\xaa\x9f\x13\x64\x57\x6a\x06\x35\x77\xb3\x23\x1e\xdd\xd0\xc5\x46\x1e\x0d\xbc\xf1\xd4\x3c\x60\xd8\xb8\x8e\x79\xc0\x3e\x8f\x39\xef\x77\x6e\x38\xb6\x8e\xa8\xd9\xdc\x23\xe7\x44\x2a\x03\xd6\xd5\x09\x5b\x37\xb3\xaf\x1b\x7a\x3d\x56\x25\xaa\x52\xc0\x4a\xcf\x0e\xd8\x68\x1e\x30\x6d\xb6\xc7\x3c\x60\x24\x0d\x4b\x97\x89\xb5\xaf\x61\x11\xad\x9b\x8b\x2a\xd2\x65\x62\x6d\x54\xcd\x74\x89\x9a\x31\xd2\xa6\x4b\xd4\xdc\x7f\x4c\xc7\xe9\x32\x4b\xd8\xf8\xb1\x62\xa5\xcb\x78\xe7\x93\x7c\x57\x2b\xc1\x8f\xb9\x2c\x5d\xc6\x3b\x93\x8c\x22\x5d\xa0\xe6\x9e\x7e\xbc\x6f\xe9\x12\x35\xe7\x61\xcd\x32\x88\xd2\x2f\xc4\x7e\xba\x04\xd4\xed\x47\x2d\x49\x97\x37\x55\xc1\x40\x48\xd7\x15\x59\x2c\x1a\x45\xb3\x1d\xda\x06\x01\x35\xf9\x5e\xd2\x95\x8c\x87\xfd\x31\xf7\xa5\x2b\xc5\x4d\x46\x34\x49\x0f\x35\xfc\x84\x74\x45\x28\xf4\xcd\x30\xa6\x58\xea\x0c\xa3\x80\x7a\xfe\x30\xc6\xd3\x25\xa0\xee\x3f\x31\x65\xe9\x4a\x71\xbd\x8b\x35\x7b\x54\x35\xdf\x35\x87\xfc\x43\x17\xcc\xb9\xcd\x0d\xf8\xe9\x92\xd7\xfd\xfd\x60\xc6\x74\x25\xef\xff\xcd\xb6\xca\x2c\x25\xb7\xdf\x15\x60\x1e\xfa\x2b\xaf\xbb\xfe\x44\xf7\xa4\xeb\xf6\xd4\xee\x54\xa5\x1b\x1a\x5e\x77\xba\x6e\x73\x8c\x67\x3a\x68\xce\x6d\x6e\x21\x49\x97\xf1\xce\x18\x21\xd3\x65\xce\x6d\x48\x98\xe9\xf2\xa6\xaa\xd2\x2d\xca\x20\x2a\xd6\x2c\x33\xdf\x46\x46\x02\xb1\xc6\x4a\xd0\x0d\x4d\xf4\x7a\xba\x74\x43\xaf\x9b\x0e\xca\xeb\x9e\x1f\xa3\x01\xa0\xae\x44\xda\xa6\x4b\x37\xf4\x7d\xd1\x2a\x13\x88\x65\x07\xd6\x78\x67\x72\x73\xa5\x4b\x37\xf4\x15\x3f\x56\xeb\x76\x6d\x98\x58\xbb\x15\xba\x9f\x65\x10\x65\x7a\x04\xa0\xee\xb7\x63\x25\xa0\x26\x79\x7b\xba\xbc\xdf\x39\xbd\xfe\x58\x03\x60\xb5\x19\xf2\x9c\x3b\xfd\xd5\x0d\x9d\x1d\xba\x6c\xea\x06\x17\xa1\x6e\xe8\x7c\x7c\xaa\x2f\xe3\x30\x1a\x26\x10\x23\xe4\x33\x5d\x91\x40\x2c\x31\x1a\x02\xea\xef\x65\xba\x8b\xe4\x5e\xfb\x2b\xaf\x7b\x1c\xb6\x76\x89\x54\x24\x56\xa5\x01\xf0\xe3\xbb\xc5\x2c\x52\x87\xa1\xf3\xa6\xaa\x33\xd9\xf8\x25\x0c\x80\xb4\xb9\x44\xa4\x09\x8d\x0c\x5e\xf7\xf4\xbb\xde\x87\xeb\xd0\x79\x53\xd5\x55\x2d\x9a\xca\xe0\xd8\x0c\x83\x8c\xb6\x35\x47\xc2\x34\xaa\xaa\xae\x67\x97\x4a\x55\x94\x0d\xfa\x6b\x02\xb1\x77\x32\x1a\x41\xde\xde\xec\xc1\x20\x6f\x57\xba\x00\x6a\x6e\xf3\x62\x52\xaa\xf1\xb0\x2e\x15\xe3\x9d\x2f\x27\xc5\x04\x62\xdf\xf1\x43\x31\xbf\x8c\xa4\xf1\xce\x7d\xd3\x7d\x50\x73\x81\x12\x96\x2e\x6f\xaa\xc2\xe2\x97\x2e\x51\xf3\x1d\x5d\x70\x7e\x93\xef\xea\x96\xf5\xa9\xe4\x6d\x54\xe5\x74\x35\x53\x37\x28\xba\x41\xcd\xf5\xc4\x53\x51\xc6\x62\x06\x25\x6f\x43\x26\x4c\x57\x0b\x46\x1c\xa2\xaf\xe9\xcb\x78\x18\xf6\x16\xbe\x2a\xdf\xe5\x68\x1e\x9f\x3f\x06\x45\xa6\xcb\xef\x9a\x9a\x63\xd1\xc1\xc8\x12\x16\xdf\x75\x3d\x17\x5b\xa5\x55\x64\xd1\x7d\x51\x33\x57\x9e\xa5\x4b\xd4\xfc\xfe\x3e\x74\x7f\x5f\xec\x7b\x53\xd5\xfb\xb0\xe3\x4c\x20\xb6\x5c\x81\x3d\x42\x18\x18\x37\x3d\xd4\x24\xb4\x49\x97\xbc\xee\x73\x58\x18\x26\x10\xe3\x46\xf5\x74\x01\xa8\xfb\x76\x2f\x03\xa8\x47\xce\xf4\xce\x50\x68\xbc\x2d\xe9\x32\x14\xba\x6d\x16\xe4\x1f\x09\xc4\x58\xcc\x02\xea\xee\x6e\xd5\x0d\xdd\x32\xc3\xa8\x1b\x3a\x96\xba\x6e\xe8\x92\x18\xd5\x6e\xf6\x4e\x37\xbe\x80\x1a\x8f\x43\xba\x46\x24\x6e\xa5\x55\x86\x42\xcf\x46\x9b\x47\x84\x6c\x30\xe6\x5e\xfd\x4c\x32\xf3\x74\xe9\x86\x6e\xee\x47\xe3\x9d\xb3\x92\xdc\xab\x9f\x6f\x77\xba\xf1\xce\x4f\xb6\x68\xe2\xd6\x4e\x17\x04\xd4\x3b\xde\x65\xea\x71\x22\xa4\x2b\xe2\x9d\x6f\x96\x9c\x6e\xe8\xfc\xd2\xaa\x19\xc2\x99\xb1\x12\x32\x77\xcf\x88\xe9\x85\x17\xce\x82\x90\xf9\x6b\xcc\xa0\x90\xb9\x2d\x6a\x0e\x47\x73\xa7\x91\xde\x45\x35\x94\xa8\x3a\x9a\x87\xa7\xad\x29\xc2\xda\x4d\x9b\x23\x45\xd8\xc7\xb0\xcf\x88\xbc\x60\xac\x66\xdc\x55\xc4\x0c\x9a\x22\x8c\xe0\xe8\x74\x4d\x6f\x3d\x88\x66\xc8\x99\x79\x2d\xaa\x77\x2d\x24\x8c\x29\xc2\xb6\x4b\xd4\xbb\xa8\x9a\xe2\x57\xc8\x5c\x06\xcd\x08\xe6\xb6\x2b\xc7\xd4\xd9\x9f\xaa\x48\x40\x66\xf7\xf2\x23\x53\xbd\xfb\xae\x26\x82\xc5\x48\x3e\xd2\xff\x9c\x85\xc7\x64\x05\xdd\x56\x45\x04\xa8\x4f\xe5\x44\x3d\x0c\x8e\xb8\xf8\xa8\xc6\xe8\x68\x5e\x37\xf3\x2b\x2e\xae\xae\x0d\x53\x67\x5f\x6e\xc9\x57\xeb\xfd\xa2\x2a\x53\x84\xdd\xce\xbe\xb8\x78\x45\x51\x93\xa6\x3d\xf2\x2e\xaa\xa4\xd0\x88\xbb\xa8\x2e\x8b\xae\xd8\xc5\x5e\x10\x17\x67\xc7\xea\x0d\x0e\x18\xad\x02\x17\x4f\x6e\x8a\x49\xd7\x1b\x4c\x75\x9f\x8a\x8b\x9d\xc1\x37\xf2\x44\x31\xce\x3a\x9a\xcf\x62\xd5\x49\xcf\xfe\x36\xdd\xd7\xd1\xbc\x55\xa4\xc5\xc5\xcd\x1f\x2f\x23\xf4\x07\x8b\x70\xe9\x78\xad\xfe\x58\x93\x97\x07\x8a\xb8\xf8\xbe\xfc\xb1\x41\x73\x1e\x28\xcb\x14\x70\x9f\xef\x76\x25\xb9\x45\xbc\x8d\xcb\x36\xaf\x10\xce\xbe\x6b\xf6\xce\xc4\x74\x87\xa3\x59\x15\xdd\x88\xe6\x36\x58\xed\x4b\xef\xcc\x60\x34\x96\xde\x19\xe7\x77\xb9\x9e\x3d\x40\x3f\x71\x93\xb0\x42\x7a\xf6\x72\x11\x9a\x07\x6c\x3a\xbf\x41\xcf\x1e\x2c\xa4\xa0\x67\x6f\x5a\x25\x2e\xfe\xb9\xdd\xe6\xef\x8b\xfd\x2f\x38\x15\x56\xeb\x35\x73\x6e\x5e\x21\xf3\x3d\x58\x18\xfa\xa0\x2f\xa1\x81\x3e\xe8\x22\x34\x90\xb9\x7d\x29\x70\x4c\x11\x56\x5f\xdf\x75\xa9\xab\x78\x7c\xe2\x08\x75\x72\x7d\xd0\xe9\x62\x28\xbc\x8b\xea\xcd\x4c\xfd\x76\xa9\xbb\xc6\xb6\x7a\xa6\x6a\x18\x90\x79\x3c\x76\x41\x47\xf3\xa7\x44\xf5\x2e\x2a\xae\x0e\x49\x17\x90\x79\x0c\x51\x92\x97\x3b\x0f\x4f\x6d\x21\xf3\xf2\x30\xda\x5e\x88\xd0\x18\xd5\xad\x70\x16\x1a\x6c\xa7\x5e\xf9\xa3\xa3\x39\x3d\x56\x65\x4a\xb4\xe2\x8f\xe3\xc6\x4c\x8b\x9a\xbc\x54\x87\x4e\xdc\x35\xc6\xb0\x9b\x55\x3b\x1f\xaa\x3a\x8a\xee\x49\x9b\x85\xcc\xcd\xb9\x3e\xc6\x87\x56\x86\x0e\xc8\x5c\xbb\x2b\xff\x38\xbf\xd9\x9a\x75\x44\x7a\x54\x19\xd1\x1c\xc2\x4a\xe6\xf6\xf9\x58\xf9\x71\xb9\xb3\x87\xbe\x8e\xe6\x14\x55\x81\x9b\x2e\xc5\xa0\xcc\xed\xe6\x81\x72\x42\xaf\xf6\x43\x71\x99\xf5\x4f\xab\xd2\x65\xf6\x4e\x20\x58\xba\x0c\xaa\xe2\x14\x48\x57\xe4\xd5\xa9\x14\x3d\x7c\x5f\x9f\x7a\x17\x15\xe3\x9c\xc2\xd1\xcc\xca\x49\x42\xe6\x2b\x3e\xc4\xfc\xb6\xcb\xaa\x64\xaa\x27\x7f\xac\x9e\x89\x36\x98\x4c\x11\x46\x54\x72\x4a\x3a\x9a\x33\xea\x7d\x0a\x5c\xdc\x7c\x37\xe6\xd7\x77\xcd\xab\xf3\xf9\x63\x4d\x5e\x2c\xc2\x04\x2e\x9e\x09\xdd\x38\xe9\x68\x26\x36\x3c\x25\x71\x71\x3f\x16\xdd\xda\xf1\x54\x1c\x91\x7c\x37\x52\xde\xd1\x8c\x48\xac\xfd\xc3\x2b\x48\x29\x98\xdb\xd9\x1f\x9b\x68\x1a\x59\x9d\x74\x34\x5f\x3f\x6e\xd9\x94\x52\x5c\x03\x4a\x9b\x75\x34\x9f\xee\xbb\xae\xe7\x61\xd1\x1b\x6f\x6f\xbf\xab\x72\xf5\xd2\xfd\xb8\xc1\x39\xd1\x0c\xe9\xd9\x5c\xcc\x91\x92\xf1\xce\x1f\xb2\x3a\x81\x8b\xc7\xc7\xd6\x48\xb7\x7a\x35\xda\x6f\x0a\x7a\x36\xda\x45\x02\x17\x4f\x52\xc1\xa7\xa4\xa3\x79\x7d\xfe\xd8\xac\xf8\xc7\xa2\xde\x0a\x34\xc0\xe4\x5d\x54\x6e\xba\x74\x7b\x61\xcd\x66\x34\x74\x34\x2b\x82\x92\xb8\xb8\xb9\xae\xa4\x67\xef\xe1\x53\xfa\x4b\x4e\xd1\x94\x22\x0f\x18\x3a\x4f\xf2\xc2\xa9\xe8\x6f\x96\xbe\x0b\x5a\x4f\x5e\x38\x95\x50\x81\x52\x8e\x48\x04\x5a\x95\xe3\x5a\x4c\x5a\xa5\xa3\xf9\x4e\x16\x0d\x02\x3d\x74\xdf\xc4\xda\x50\x0d\x53\x8a\xc4\xda\x1c\x19\x49\x47\xf3\x98\xbf\x48\xbc\x9c\x92\x39\xb7\xd3\xf0\x45\x1d\x73\xc7\xa2\x4c\xe6\x66\xef\x22\x3e\xd4\xa7\x5b\xc1\x6e\xfb\xbd\x31\xd3\xee\xc8\xdc\xee\x37\x0d\x2e\x5a\x3b\x51\x4a\x93\x3e\xe8\xb2\x19\x55\xef\xa2\xaa\x87\x45\x55\xe2\x42\x04\x8b\xd2\xe1\xdc\xbc\x5e\xee\x3c\x1f\x9f\xca\x11\xe2\x6c\x4a\x42\x66\x68\xb1\x29\x99\x22\xec\x7a\xfd\xb1\x5a\xca\xb2\x48\x7f\x95\x99\xc9\x9c\xdb\x35\xaa\xd2\x11\x39\xfc\xae\x1c\x12\xce\x88\x24\x73\xfb\xca\xac\x04\x99\xdb\x2f\x87\x78\xd2\xd1\xdc\x39\xf5\x92\xcc\xed\xd7\xfe\x56\x8f\x2a\x10\x65\xaa\x8a\xb2\xe9\xbb\x6a\xa1\x2f\xe3\xac\xa3\xb9\x2d\xd6\xb6\xcc\xed\xfa\xf8\xae\x79\x57\x26\x03\xab\xa3\xf9\x73\xd8\xbd\xdc\x79\x29\x43\x8c\x77\x6e\x0a\x0d\x53\x84\x0d\x65\xa6\xcc\xed\xec\x74\x0b\x99\x6f\x85\xa4\x89\xb5\x9f\x8f\xef\x02\x99\xdb\xae\x74\xb0\x99\x47\xc8\xf5\x29\x73\x9b\x3b\xe2\x53\x92\xb9\xfd\x80\xe6\x92\x8e\xe6\xd3\x2d\x46\x7c\x28\x2b\x47\x47\xf3\x71\x4f\xc9\xdc\xd6\x80\x99\xc2\xd1\xec\xec\x0b\x99\x7b\x65\x8b\x35\x1d\xeb\xf6\x48\xc8\xbc\x93\x55\xb9\x9e\x6f\x7f\xac\x56\xf6\x31\x74\xde\x45\x75\x2d\x7f\x2c\x9d\x15\x50\x99\xc0\xc5\x13\x3b\x79\x4a\xc6\x3b\x73\xd3\x77\x4a\x3a\x9a\x9b\xc3\xae\xa3\xf9\x56\xc0\x9a\x58\x7b\xbd\xbe\x6b\x76\x56\xec\x54\x49\x5c\x9c\xdc\x1a\xde\xe0\x8c\x2b\x27\x25\x1d\xcd\xc4\x29\xa4\x24\x73\xfb\x1a\xfe\x58\xeb\xee\xb6\x66\x55\xaf\xe6\x77\xcd\xde\xe9\xba\x0a\x7a\x36\xd6\x95\xa4\xa3\xd9\xa3\x39\x49\xcf\xe6\x3e\xb8\x94\x4c\xac\x7d\xb9\xe9\x86\x17\xb8\x24\xbe\x3b\xe2\x42\x22\x8b\xe6\x11\x72\x6d\xe8\x68\xfe\xaa\x45\x8e\xaa\x0c\x5e\x4b\xc6\x3b\x93\x84\x3c\x25\xe3\x9d\xbb\x4b\xc5\xbb\xa8\xea\xc5\xb0\x9b\x07\x6c\xdc\x7e\x88\xfd\x9b\x14\xec\xde\x45\xf5\x25\xfa\xeb\x0d\xce\x05\x35\x3b\x8d\xe0\x08\x31\x74\xd2\xb3\xfb\xb4\x47\xc6\x77\xa3\x48\x27\x51\xf3\x8b\xfd\x24\x4d\x93\x8d\x5c\x7c\x57\x47\x73\xc6\x0a\x9d\x66\x5c\xd0\xe3\x53\xbd\x15\x98\x32\x12\xa8\x79\x14\x65\xce\x8c\x3b\x11\x58\xde\xa2\xe6\xae\xc2\xa0\xa3\xf9\x78\xbe\x4c\xbd\x33\x4e\xca\x74\x3d\x0f\x1b\x29\x8a\x04\x65\xa4\xc8\x03\xa6\x76\x21\x3d\xfb\xde\xe7\x57\x62\x5f\x1f\xf4\xdb\x6c\x92\xa7\x36\x1a\x5d\xd2\x07\xbd\x1d\x73\x43\xa1\xeb\xb2\x68\x3c\x2c\xda\x60\xd2\x07\xfd\x2e\x8b\x02\x2e\x0c\x98\xe9\x09\xfa\x9f\x45\xa7\xde\x61\x14\x50\x97\xec\xbb\x86\xba\x2b\x70\x64\x6e\x77\x8f\x4b\x43\xa1\xf1\xb9\xa7\xe4\xe5\xce\xe9\xb2\x68\xfc\xa0\xa3\xfa\xb8\xb5\xb1\xdf\x26\x01\xf5\x8e\x2e\x68\xed\x2c\xec\x1a\x1d\xcd\xf0\xab\x53\x8a\xcb\x9d\x2f\xda\x2c\xa0\x7e\x31\x7a\x24\x01\xf5\xed\x6e\x7d\x0d\xba\xf1\x20\x7e\x05\x98\x9e\x11\x02\x6a\x72\x1f\xa5\x14\x97\x3b\xbb\xa8\x64\x6e\xbf\xa8\xca\x49\x47\xf3\xa7\xd8\x7f\x63\x6b\xb3\x20\x4d\x11\x56\x3d\x5f\xde\xe0\x44\x59\x0c\xa6\xba\x35\x33\xbf\x39\xf9\x2e\xf3\x9b\xb1\x9e\x25\x5d\xc9\x47\x29\x61\x44\xf3\xc6\xb8\x9d\x4c\x9d\xbd\xdc\xcb\xba\x92\x6f\xec\xf3\x29\x6e\x9b\xc2\xca\x9a\x80\xcc\x7d\xaa\xb4\x00\x99\xfb\xe3\x77\x97\x3d\xf2\x1c\x5f\xc6\x1a\x28\x61\x74\x25\x57\x8c\x9f\xc9\x3b\x9a\xf7\x67\xab\x74\xad\x7a\x80\x2e\x0f\xdf\xc9\x58\x2d\x4d\x04\xca\xdb\xe0\x66\x63\xb5\x4b\x42\xe6\xe3\x71\xa3\x2b\xb9\x28\x70\xc2\x95\xdc\x19\x0d\xef\x68\xde\xaa\x04\x42\xe6\xa9\xb0\xfa\x8c\x58\x7f\x7d\x37\xfc\x11\x3e\x55\xd9\x50\xa2\x7e\xfa\x9b\x94\x8a\x91\x3a\x5b\xc9\xf6\xc5\x85\x26\x7e\x48\x96\x97\xfd\xd5\x95\xfc\x65\xab\xd2\x95\x8c\xed\x34\x7d\x46\x70\x0b\x85\xbc\x6d\xea\xb8\xf1\x75\x25\x5f\xca\xf9\xb8\x6d\xca\x59\x90\x80\x5d\x1c\x3a\x6f\x9b\x6a\x6a\xec\x81\x8b\x9d\x14\x93\x80\x35\xd7\xb3\xb8\xf8\x51\x19\x36\x75\x76\x76\x60\xc1\xc5\x6d\xdc\x7e\x48\x57\xb2\x67\xe2\x0e\x2a\x88\x1f\x62\xc5\xe6\xf8\xb1\x79\x66\x54\xf9\x24\x60\xbf\xf1\x6e\x84\x4d\xf1\x21\x33\x7d\x3d\xd8\xf4\x92\x99\xbe\x2e\x7f\x1c\xae\x64\xd7\xb3\x04\xec\x7b\xd1\x66\x23\x9a\xbb\xfa\x92\xb8\xb8\xd9\xaa\x23\x81\x33\x5b\x95\x11\xdc\x38\x4d\xd2\x89\x64\x32\xfe\xd8\x54\xe1\x51\x95\xfd\x55\x61\x38\x1e\x46\xb7\xcd\xf0\x30\xb2\x83\xe0\xe2\xfe\x56\xab\xf2\x22\xc8\xc2\xda\x30\xa2\x79\xb1\xbb\x6f\x5d\xc9\x13\x9c\x78\x83\x8b\xe7\x83\x3f\xf1\x36\xa2\xf9\xfe\x09\xe6\x4a\x37\xb8\xb8\xdf\xbf\x0a\xd7\x4a\xb7\x59\xb5\xef\x63\xb5\x46\x08\x26\xeb\x41\x0f\x21\xf5\x77\xba\xe3\xfa\x66\xf0\xd7\x7d\xe9\x6a\x04\x24\xde\x66\xd5\xfe\x7e\x08\x36\xe9\x06\x32\x77\xb2\x06\xa5\x3b\x92\x80\xa1\xc3\xdc\x06\x3b\x6f\xa4\xe2\xed\x5d\x54\x83\xdd\x7a\x5f\x11\x56\xe3\xbb\x91\xa7\xe2\x67\x18\x6f\x5d\xc9\x64\xa5\x4b\x77\x0a\x6b\x27\x3f\x06\x32\xb7\x79\xf9\xd4\x73\xf9\xa6\x66\xef\xa2\x3a\xf6\x37\xa9\x77\xa1\xed\xdf\x06\x3b\x77\xd4\xdd\x3b\xa9\x77\x5d\x16\x35\x01\x5d\x7e\x88\xa9\xd7\xe9\x73\xcb\xcd\xce\xd8\x51\x6f\xb3\x6a\xdf\x9f\x45\xf3\xcc\x54\x06\xd6\x88\x66\xe8\x61\xe9\x8e\xeb\x9b\x7f\x88\x76\xe9\x4e\x66\x89\xc7\x7a\x76\xcb\xcd\x4e\xfe\x58\x57\x72\x85\x36\x70\xcb\xcd\xf6\x40\xb9\x8d\x68\xe6\x42\xa5\x74\xcb\xcd\x26\x8f\x59\xba\xef\xc8\xab\x43\xab\x74\x25\x13\x3d\x91\xee\x3f\xae\x6f\xb6\x66\xc3\xe2\x40\xd0\xb7\x90\x79\x63\x0a\xbe\xef\x20\x70\xfa\x63\xc3\xc4\xaa\xdf\x8d\x64\x05\xfe\x38\xf4\x6a\x7f\x4c\x7f\xc9\x40\x9e\xee\x5b\x9c\x88\x21\xee\x96\x9b\xfd\x56\x7a\xa4\x2b\x39\x71\xea\xdd\x39\x52\x0d\xf3\x6e\x0e\x93\x48\xa7\x88\xde\xf5\x5e\x56\x25\x4e\xc4\xa6\x77\x47\x44\xf3\x6d\x55\x26\x1b\x99\xbe\x2b\x37\x1b\x5f\xd5\x6d\x44\x33\x17\xa4\xa6\x1b\x5c\xdc\xf7\x6b\x55\xea\xd5\xe8\x8a\x77\xe0\xe2\x6e\x9b\xf5\x37\xb1\x97\x6f\x5d\xc9\xaa\xbb\xb7\x29\xc2\x26\x96\x8a\xbb\xc4\x85\x35\xb4\xd9\x88\xe6\x5c\x59\x0c\xa6\xce\xae\xcb\x1f\x47\x32\x0a\x56\x5d\x89\xe4\x1b\xb4\xaa\xe8\x6f\xb2\xcd\x25\xfc\x6b\x0c\xbb\x04\xec\xf2\xfa\xd4\xfe\x0e\x3f\xa4\x7f\x2d\xfb\x63\x59\x6d\xe8\x99\xb7\xb8\xb8\xbb\x17\x24\x60\x1f\x8c\x1e\x77\x89\xb0\x29\x8b\x26\x1b\xe9\xb6\x8a\xf9\x6d\x1c\xfa\xb7\xb8\xf8\xdb\x74\x01\x5c\x5c\x8e\xd3\x2d\x2e\xee\x1c\x82\xb7\xae\xe4\x4b\xa9\x22\x01\xfb\xb8\xcc\xbc\x8b\xaa\xc7\xbb\x11\xd1\xcc\x84\x46\x1e\x30\xec\x54\x77\x8d\xa4\x85\xbe\xeb\xfe\x75\xe3\x04\x01\x3b\x59\x14\x27\xba\xf8\x25\x60\x13\x77\x9c\xee\x1a\xa9\xa4\x2d\xea\x3a\x9f\x76\x30\x52\x85\xd3\x05\xef\x68\xd6\x64\x7d\xc7\x85\x53\x4a\x51\x5d\xc9\x4d\xc1\x68\x1e\xb0\xed\x58\x19\xd1\x3c\x5f\xba\xdf\x94\xcf\xa8\xe5\xb7\xb8\x38\xdb\x8c\x70\x25\xff\x8e\x41\xfe\xbe\xd8\x8f\x60\x67\x94\xa5\xbb\x09\x31\x5c\x36\x06\x3b\xe7\x66\xfb\xcd\xfe\xe7\xc8\xc8\xcd\x6e\xae\xde\x26\x57\x19\x4f\xcd\xfd\x47\x8a\x30\xa6\xa0\xc5\x05\x2e\xac\x6d\x20\x73\x27\xeb\x4e\xba\x81\xcc\x53\xed\xe8\xee\xb2\x26\x50\x2c\xef\xee\x50\xa0\xa4\xdd\x40\xe6\x79\x6c\x46\x77\x28\x5c\x09\xdd\x53\xdb\x61\xec\x0e\x85\x07\x62\x0f\x6f\x05\xa3\xaa\x2b\x99\xbc\xa0\xe9\x16\x32\x57\x67\x04\xc8\x5c\xdb\xe5\x77\xe3\x82\x0f\x3a\x28\x64\xce\x2e\x2a\x5d\xc9\x79\x5a\x34\x42\x10\xbb\xe2\x1d\x59\xb5\x51\xd2\xee\xe0\x66\xe3\xb6\xbb\x75\x25\xf7\xe6\xd3\xb8\xab\x88\xaa\x46\x58\x77\x99\xfa\x61\x6c\xc5\xf1\xc7\x4e\x3d\x86\x8b\x5b\x6e\x36\x81\x18\xe9\x36\xa2\x39\x67\x8b\x71\x34\xd3\xc1\x11\xf3\xeb\xbb\x5a\xb3\x9b\x6d\x66\x7e\x6f\x60\xd4\x3d\x22\x2b\x3e\x43\x27\x37\xfb\xf6\x78\x95\x9b\x7d\xbb\x90\xa6\x61\x62\xd8\x6d\x6e\x63\x96\x6f\x4f\x2e\x6f\x9b\xba\x31\xf6\xde\xba\x92\xb9\xdb\x31\xdd\xb2\xaf\x6f\x1b\xe9\x6d\x53\xe5\x61\x16\x04\xc5\xb7\x47\x86\xae\xe4\x5b\xd9\x15\xb7\x4d\x0d\xab\x8a\x64\xe0\x2c\x15\x93\x80\x85\x76\x34\xe3\xa2\x40\xdf\xe5\x30\x3a\x95\xf9\x9d\x6e\x5e\x85\xe4\xa3\xeb\x0d\x07\xc4\xfd\xc8\x03\xc1\x6c\x7e\x3f\xae\x58\x1c\x91\x77\xc4\x2c\xab\xb3\x3d\x46\x13\x60\xe2\xbb\x23\x39\xf6\xb6\xe6\x08\x14\x62\x34\x8c\x59\x3e\xc9\xa7\x81\x23\xfc\xae\x38\x42\x0d\x21\x5c\xc9\x8d\x36\x3f\xf2\x5e\x5c\x1b\x8f\x99\xa0\xd4\x79\x44\xbe\x07\xf0\x7e\x3f\xea\x99\x97\x5d\x30\x86\xd7\x93\xfa\x95\x5d\xef\x1c\xbd\x0a\x67\xb0\xed\x2d\xf2\xad\x58\x0b\xef\xd7\xa4\x85\x0a\xe7\x37\x84\x33\x73\x14\xc8\x17\x2e\xd6\xfd\xea\x5a\xf5\xa4\x7e\xed\xaf\x52\x31\x5c\xc9\xd9\x77\xed\x2f\x76\xf2\x3b\x32\x7d\x81\x6e\xee\xc8\xf4\x85\x77\xe6\x7e\xed\xaf\x47\xd5\x6b\x7f\x61\x0f\xde\xaf\xfd\x1d\x36\xc3\xfe\x2a\x82\x22\x66\x59\x45\x7a\xd9\xdf\x87\x1e\x2d\xaf\x68\x51\x9b\x5a\xf6\xf7\xb1\x68\x7f\xe1\x60\xdc\xe1\x4a\xf6\x5c\x0b\x57\xb2\x8b\x61\xd9\x5f\xd5\x98\x65\x7f\x3d\xb8\x97\xfd\xfd\x7c\x6a\x7f\xe1\x35\xdd\xcb\xfe\x7e\x7e\x37\x32\x7d\xd1\x7d\x5d\xc9\xe7\xfb\x95\x91\xe7\x5e\x0e\xc5\xb1\x49\xda\xab\x6f\xc6\x2d\x92\x80\xb9\x5b\x3f\x87\xc2\x15\xf8\xc5\x9d\x98\x3e\xf5\x5c\x56\x48\xca\xbe\xbe\x94\x3f\x40\xe6\x7a\x29\x16\x3e\x87\xe2\xf8\x34\x28\x5e\x56\x35\xac\xca\xe2\xf4\x5d\x46\x46\x57\xb2\xce\xc4\x5b\xc8\xac\xa3\xea\x16\x32\x93\xeb\x32\xdd\xba\x92\x49\x24\x98\x6e\x5d\xc9\x57\xf1\x5d\xfb\x8b\xb7\xe2\xf6\xb6\xa9\x4b\xb1\xef\x6d\x53\x97\x2b\x41\xc8\x7c\x29\xba\x85\xcc\x97\xaa\x85\x49\xc0\x2e\x70\xdf\x2d\x64\xbe\x3c\xa6\x65\x5f\x73\x53\x5e\xba\xe3\x82\x66\x81\x83\x17\x34\x93\x42\x3f\xdd\x26\x01\xbb\xb6\xcd\xb0\xbf\xae\x22\xd9\xd7\x97\x60\x27\x5c\xc9\x97\xcd\x50\x94\x5d\xb6\x59\x3d\xe4\xb3\x66\x21\xa4\x7b\xea\xc4\xd6\x66\x34\x4e\x6c\x6d\x3a\x78\x5c\xea\xb0\x80\x6e\x20\xf3\x24\x9a\x32\xdd\xde\x36\xb5\xb0\x39\xdf\xb2\xaf\x97\xfb\xf1\x44\x1e\x78\xdf\xa5\xbf\x9f\x20\x0b\xc8\x3c\x43\x66\x02\x99\xe7\x54\x59\x32\x66\x39\x29\xba\x65\x5f\xcf\x64\xcd\x8a\xee\xe3\xbb\x1e\xbe\x2a\xff\x26\xc7\x7e\x1c\x0d\x63\x96\x33\x1a\x42\x36\x66\x39\x21\x6f\xb3\x49\xc0\x26\xee\xb3\x2c\xfb\x9a\x84\x12\x29\x5f\x8a\xee\xc7\x77\x23\xb3\x4a\xa3\xa8\xe8\x46\x45\xcf\xc6\x2c\x73\x07\x44\xca\xe2\xe2\x81\x49\x24\x47\x72\xec\xd7\x9a\xe3\xb6\x29\x9f\x9a\xaf\x12\x62\x70\x96\x7d\x3d\x87\xdf\x35\xf5\x6e\xf6\xc7\xe2\xe2\xcb\xef\x7a\x54\x61\xe2\xcb\x97\x81\x60\x30\x09\xb3\xb8\x38\x61\xc6\xc9\x26\x01\x4b\x3f\xfc\xf9\x94\x4d\x8e\x9d\xf0\x38\x64\x5d\xc9\x09\xfb\x67\xd6\x95\x9c\x30\x69\xe6\x24\x4e\xc4\xb2\x9a\xc5\xc5\x89\xbd\x90\x4d\x8e\xfd\x3a\x56\x29\x6e\x6a\x78\x28\x6a\xc6\xc1\xb4\x98\xef\xb0\xa2\xd3\xc8\x48\x70\x0d\x9c\xc9\x3a\x7c\x5f\x56\x5d\x36\x67\xf5\xcb\xc6\xc9\x91\x44\x0b\xb9\x97\xf5\xc3\xbe\xa8\x9a\xf9\x0e\x06\x23\xef\xca\x40\x7e\xb1\x93\x67\x61\xe3\x8b\xf8\xca\x32\x90\x5f\x38\x7e\x59\x4f\xeb\xcb\xba\xca\x59\x18\x05\xf4\xcb\xfa\x52\x17\x2a\x50\xce\x01\xfc\xf9\x2e\xc0\x70\x2c\x56\x5d\x36\x68\x77\x5d\xbe\x1b\x59\xdd\xe8\x60\x09\xa2\x3b\x1f\x32\xe1\xf3\xe2\x94\xcf\xa0\xb9\xb1\xb0\x6f\x67\xd1\xdc\xc2\xa1\x9f\x4b\xdc\x5d\xc5\xb0\xcb\xf5\x95\xcb\x9d\xe5\xdc\xe6\xf6\x8b\x6b\x56\x52\x16\x43\x65\x2c\xb4\xd9\xfb\x7c\x9b\x5f\xa9\x62\x46\x54\x8b\x5c\x0d\x0a\xbb\x59\x45\x55\x9a\x44\xb6\x68\x96\xb3\xdb\xaa\xbc\xd3\x21\x5b\x95\x41\xbb\x98\x0a\xb3\x41\xac\xad\x58\xb3\x34\x09\x2c\x24\xd9\xeb\x87\x1a\x7a\x57\x36\x2b\x54\x43\x5b\xc8\xd2\x71\x1b\x8a\x47\x16\x43\x91\x4b\x39\x65\x73\x29\xb7\x4e\xcd\xcd\xc8\x20\xc4\x51\x36\x88\xb5\xa1\xed\x67\xe9\xb8\x0d\x8d\x3d\xb7\xe0\x64\x5a\xb3\xfd\xc5\x8a\x95\x0d\x62\xbd\xe2\xe9\xb0\xc8\x7c\x45\x56\xa8\x69\x55\xd2\x42\xb0\x94\xe6\x16\x41\x9d\x36\x52\xba\x35\x2c\x82\x0c\x50\x9a\xd7\x6b\x23\xe3\xfa\x21\xd6\x67\x64\x85\xc2\x8a\x95\xf5\x2d\x7a\xa0\x64\x81\x92\x3e\xeb\xec\xf5\x43\x97\x6d\x06\x28\xcd\xcb\x3d\x25\x50\xe2\x42\xa5\x94\xbb\x34\x09\x9c\x08\xb9\x9b\xc5\xee\xf3\x5d\xfb\x0b\xba\xc9\x66\x85\xba\x14\x0b\x5e\xda\x7b\x01\xdf\x72\x0f\x1a\x8c\x8d\xb4\xbf\x9b\x59\x88\xd4\x4f\xee\xd6\x6e\x7f\x3f\xab\xb2\xbf\x58\x68\xb3\x9c\xdb\x4b\xe1\x3c\xec\xef\xa6\x0b\xfa\x16\x2f\x14\x86\x2c\x50\x4a\x6e\x40\x53\x3f\x25\x57\x6c\x5c\x3f\x94\xfc\xb1\x97\xba\xe2\x5c\xcb\xa6\x7e\x4a\x2e\xe0\xa1\xb9\xfe\xf6\x43\xc3\xa7\xcc\xa0\xb9\x94\xa5\x66\x65\x39\xb7\x7a\x5a\x73\xdc\x31\xc4\xe9\x93\x05\x4a\xd3\xe5\x1d\x40\x49\x99\x19\x50\xc8\x61\xf7\x5a\xde\x82\x3d\x21\x9b\x2d\xf9\x76\x16\x02\x28\x29\xf7\x02\x28\x29\xca\x04\x4a\xf9\xf3\x5d\xbd\xc3\xca\xbd\xf0\x1e\x62\x5c\xca\x02\x25\xf2\xf9\xa4\x2c\x50\x4a\x40\x83\x3c\x23\x8f\x19\x73\x04\x50\x9a\xaf\xa3\x21\x50\xca\x2e\x42\x81\x12\x17\x14\xa6\x3c\x23\x56\x91\x35\xe9\xb5\xbc\x9f\x53\xa6\x8b\xb0\xa3\x3d\xe6\xb8\x96\x17\x05\x29\xcb\xb9\xed\xee\x85\xc7\x80\x08\xb4\xb8\x1c\xb7\x08\x79\x36\x01\x94\xaa\xd6\xe0\x6c\xb6\xe4\xf1\xf9\xae\x44\xc4\xdb\x9a\x0d\xcb\xbd\x7d\xd7\xbb\x4a\x15\x50\x26\x77\xea\x00\xd2\xec\x2d\x42\xdd\xe9\x36\x7d\x53\xaf\xbe\x7b\x7c\xca\x9a\x7c\xa3\x47\x4c\xe8\x1b\xb7\x91\xf2\xae\xe9\x9b\x3a\x54\x90\x6c\x3e\xe4\xde\x7c\xb7\xf8\x94\x91\x34\xda\xb4\x83\x23\x72\x38\x01\xbb\x3f\xb6\x47\xb8\x81\xf2\x1f\x17\xef\x32\xa1\x26\x3d\xee\xdd\xaa\xec\x51\xff\x15\x6f\x3f\x4b\xb8\xed\x8f\xf5\x98\x5f\x54\x2d\x45\xff\x60\x1f\x36\xc9\xa1\x78\xed\xac\x43\xa1\x48\xf1\x0a\x21\x2e\xec\x4b\xd9\x40\xd4\xae\x28\xf3\x0a\xa1\x0e\xbe\xce\x7a\x0f\xbb\xea\x81\xde\xc3\x8e\x0d\x36\xeb\x3d\xec\x1f\x9d\x35\x10\xb5\x03\x7c\xf2\x0a\x96\x29\x83\x6c\x66\xa7\xae\xb2\x64\x3e\xe4\xae\x18\xf4\xe2\xdd\xee\x52\x5f\xf6\xd7\x05\xb9\xec\xef\xf1\xc7\xf6\x57\xe5\x41\xc2\x6d\x47\x55\xce\x42\xa1\x81\x22\x9d\x85\x42\xc3\x9d\xfe\xc5\x1d\xd3\x16\xed\xef\xb6\xe8\x62\xc6\x34\x9a\x85\x42\x43\x71\x24\x14\x1a\x2a\x00\x71\x85\x10\x36\xf6\x2c\x14\x1a\xb7\xef\x1a\xb8\x87\x4e\x9e\x85\x42\xd2\xe9\xb3\x50\x48\x6a\x68\x16\x0a\x8d\x61\xcd\xf4\x77\x4c\x46\x52\x28\x34\x54\x2c\x3f\xed\x72\x98\xfa\x33\x50\x68\x1e\x5b\x25\xab\x56\xb2\x5c\xd6\x7b\x48\x7a\xd2\x94\x65\xd5\x6a\x7b\xc9\xb2\x6a\xef\xee\x8f\xf5\xef\x0f\x8b\x26\xd5\x84\xc0\x99\x65\xd5\xde\x7e\xd7\x7c\xc8\x37\x7e\x9f\x1c\x81\xa8\x90\xcd\xf2\x36\x87\x00\xb8\x3e\xeb\x3d\xbc\x3d\x8b\x4d\xdf\x74\x7b\xda\x1a\x88\x7a\xab\xfd\xea\x3d\xbc\x5d\x1b\x91\xbe\x49\xf1\x2b\xab\xf6\xf6\xc4\xf4\xe2\xdd\x1b\x0f\x6f\x36\x10\xf5\x86\xe9\x91\x65\xd5\xde\xa0\xef\x7c\xec\xef\xf4\xc7\xf6\x57\xfd\xf6\xd8\x5f\x6c\x7a\xd9\x8c\xc7\x37\xe4\x87\x1c\x19\x8f\x15\x83\xc1\x9b\x75\xe3\xe8\x1f\xbc\x95\x8a\x27\x7a\x64\x33\xec\x11\xf6\xcf\x2c\xd8\xd1\x89\x99\x8f\x3d\x42\x73\x2e\xf2\x66\x6f\x76\x77\x91\x37\x7b\x63\x7a\x2a\x26\x68\xca\xd8\x7c\x8a\x19\x8f\xef\x9f\x74\x22\xa9\x5c\x71\xf3\x91\xef\x56\x7f\x7c\x28\x36\x8b\xfe\xd8\x19\xe4\x94\x2f\xf2\x66\x49\xa1\x9f\xca\x15\x19\x9e\x6f\x8a\xc1\x13\x1e\x14\x5f\xab\xf2\x5d\xfb\x0b\x75\xa7\x08\x76\xc8\xbb\x98\x8a\xbc\x59\xf2\xaf\xa6\x22\x6f\x56\x73\x68\x49\x86\xb4\x80\xa9\x4b\xb2\x47\xb8\xa1\x8b\x6e\xbe\x1b\x99\x53\x74\xf3\x65\x0c\x0e\x25\xd9\x23\x1c\xaf\x05\x47\xde\x20\x49\x42\x2a\xc2\x19\x6e\xf9\x4f\x45\xee\x6b\xce\xbe\xbb\x2c\xd2\x5f\xc1\x4e\xce\x56\x65\x9b\x51\x17\x4b\x38\xf2\x30\xa6\x15\xa1\x90\x94\xa1\x22\x14\x22\x61\x48\x2a\x42\x21\xee\xaf\x49\x45\xee\x2b\x97\xde\xa6\x22\xf7\xf5\x27\xcd\xf8\xdf\x15\xfb\xc5\x70\xd1\x8c\x5f\xa3\x08\xa9\x72\xb2\x5a\x63\xac\x9a\x4f\x8d\xb1\xc2\x50\x53\x04\x5c\xe4\x80\x4d\xc5\xfc\x4b\x39\xdb\x06\x87\x02\xbb\x71\x11\x8e\x65\x84\x55\x91\x16\x9b\x39\xc5\xca\x1d\xd3\xc7\x50\x08\xd6\x32\xa7\x67\xf9\x23\x5c\x94\x51\x15\xac\x65\xdc\x49\x45\x38\x96\xd9\xad\xc5\x80\x50\x52\x9a\xa4\x22\x1c\xcb\x8f\x4f\x6d\xf3\xe3\xbb\x31\x7d\xb4\x59\x38\x96\xa7\x1f\xb2\xcd\x9c\xda\x25\xdb\xe6\xee\x53\xdb\x8c\xfe\x53\x0c\xf9\x34\x22\xbb\xe8\xa7\xcb\x88\xc1\x22\xb2\xcb\x08\x9c\x22\xb2\xcb\x9c\xe9\x45\x64\x97\xa7\x4f\xed\x11\x2e\xec\x62\xe6\x61\x72\xb1\xa6\x62\xa2\xa4\x8c\xb6\x5f\x8a\x73\x84\x3a\x54\x84\x81\x5c\x24\x97\x8a\x30\xd0\xd8\x8a\x22\x7f\x35\xc3\x89\x2a\x66\x1e\xce\xee\x38\xaf\xf2\x19\x6e\x5e\xaf\xf2\x29\xc9\xa7\xde\x4e\x7e\xd9\x66\xfb\xcb\x99\x58\xaa\xfd\x3d\x16\xed\x2f\x3a\x6a\x31\x51\x52\x71\x4f\xc9\x5f\x25\xf7\x5a\x2a\x55\xaa\xb6\x9b\xb7\xca\x7f\x73\xb7\x1a\xf2\xc9\xad\x2b\xa9\x98\x28\x49\xfd\xb6\xc8\x5f\x2d\xca\x9f\x1a\xfd\x65\x42\x0d\xea\x94\x04\x55\xaa\x33\x88\xae\x58\xbc\xc4\x36\x43\xc0\x28\xa0\xc8\x51\xf0\x92\x94\x16\x3d\xe2\xa9\xa9\x90\xb2\x42\xb2\xd9\x23\xb4\xc1\x62\x50\x67\x51\x4a\x34\x7b\x84\xf6\x5b\x0c\xea\x2c\x10\x1a\x0b\x28\x72\x90\xaf\x32\x95\x66\x9b\xbb\x3f\x66\x8e\xca\xf0\xc7\xaf\x4f\x19\x2b\x39\xa8\x45\x09\xa3\x43\xad\x14\xdb\xec\x1c\xb9\x71\x0c\xdb\x34\xdc\xbb\x18\x9b\x59\xd0\xe2\x8a\xb1\x99\xdc\xa3\x9d\x8a\xb1\x99\xb2\xe9\x4a\xb7\x47\x28\x96\xc5\x6b\x6a\x8b\xeb\x4a\x0e\x2a\x09\xa9\x52\x31\xd9\x51\x01\xa1\x14\x63\x33\xc9\x55\x9b\x8a\x0e\x35\x92\x33\xa4\x22\x07\xb5\x28\xba\xcd\x1e\x5c\x38\x4f\x8b\xd9\x83\x0b\x8c\xa9\xd2\xed\xaf\xab\xdd\x64\x47\x45\xd1\x2d\x07\xb5\x3c\xb6\xca\xfe\xe2\x67\x2f\x72\x50\x0b\x07\x68\xf1\xce\x9d\x82\x86\x50\xe4\xa0\x16\xf7\x82\x0e\x35\x92\xda\xa5\x12\x77\xee\x78\xfa\xc8\x41\xad\xe8\x78\xc5\x64\x47\xba\x36\x8a\xb1\x99\xc5\xa5\x12\xc9\x8e\xb2\xcd\xa0\xbf\x5c\x4c\x96\x8a\x1c\xd4\xaa\xd8\x94\x83\x5a\x31\x1e\x16\x93\x1d\x55\x60\x45\x31\x36\x53\x24\x58\x86\xfd\x3d\xb6\xca\xf0\x10\xd7\x95\x1c\xd4\x9f\x74\x55\x7f\x5f\xec\x1b\xd4\x59\x15\xbf\x06\x75\x56\x3c\x44\xc5\xa0\xce\xea\x49\x64\xf6\xe0\xea\xfa\xf4\x9a\x5a\x2e\x54\x4a\x65\x3a\x14\x1e\x3d\x7a\xe2\xb8\xda\x3b\x15\xaf\xe3\xa9\x0a\xba\xe9\x50\xa8\x78\x78\x1d\x4f\x55\xb2\x99\x07\x89\xac\xa7\xa9\x18\xd4\xc9\x0d\x4a\xa9\x00\x30\x47\xed\x76\x76\xfb\xae\x8d\x8c\xe4\x30\x8c\x8c\x41\x9d\x55\xd1\x6d\x50\xa7\x64\xdd\xe2\x75\x3c\x15\xad\xac\xc8\x41\xad\x9e\x20\x72\x50\xab\xeb\x13\x80\x39\xaa\x2b\xff\xb1\xbf\xaa\x34\x8f\xfd\x75\x82\xe4\xa0\xb6\xdb\x9a\xbd\xa3\xe4\xb2\x19\x32\xbe\x6e\x9b\x21\x9d\x1e\xc6\x54\x79\x8c\x1c\x71\x6b\x1b\xd4\xb9\x31\x6b\x14\xe1\xe7\x51\xf1\x10\x7e\x4e\x7f\x2c\xfc\x9c\xf0\x57\xcb\x2b\xa3\x8f\x58\xfe\x22\xfc\x9c\x98\xaf\x8b\xf0\x73\x2a\x9d\x84\x9f\x13\x53\x7f\x11\x7e\x86\x46\x27\xfc\x24\xaf\x57\x2a\xc2\x4f\xcd\x8c\x45\xf8\xb9\x6e\x9b\x61\x06\x09\x15\x1e\xb3\x07\xeb\xd2\x2d\x72\x50\x6f\x0f\xee\x37\xe8\xe5\x7e\x48\xfa\x31\xbe\xd4\x22\x07\x55\x35\xbb\xc8\x41\xbd\x81\x7e\x65\x45\xf6\x6f\x3a\x68\x50\x27\xf7\xe8\xa5\xb2\x82\x6e\x4d\x9b\x0d\xea\xbc\x31\xe7\x96\x65\x0a\x59\xb7\xe7\x8a\x94\xaa\x7c\x57\x86\x6a\xa8\x52\x2b\x12\xa1\xb3\xf1\x4d\x76\x94\xa3\x2a\xf3\xb6\x11\xe0\x5c\x0c\xea\xd4\x76\x5a\x0c\xea\xcc\x0a\x58\x19\xaa\x59\x71\x24\x43\x35\x2b\x60\xcd\x1e\x9c\xb1\x07\x96\x25\xe7\x16\x64\x54\x3e\x2f\xaa\x50\xb0\x9b\x3d\x58\x6e\x40\xf1\xce\x9d\xd0\x01\xcc\x1e\xcc\xa5\x7b\xa9\x7c\xf6\x17\x6c\x5b\x3e\xfb\xab\x08\xfd\xec\xaf\x0b\xd8\x64\x47\x19\xe0\x50\x3e\xfb\xfb\xf9\x21\xfb\x2b\x8e\xf8\xcc\x53\x57\xfd\x50\x5c\x43\xcc\xe0\x7c\xd1\x5f\x7f\x4c\x7f\x0b\xac\x98\x02\xc6\x6c\xc5\x15\x1b\xd7\xd4\xaa\x5d\x88\x31\x8b\x0a\xa1\x29\x82\x0b\xc8\xb7\x98\x22\xb8\x28\x9c\x4d\x76\x14\x07\xb7\x91\x9b\x05\xa3\x74\x31\x45\x70\x51\x9a\xc9\x50\x2d\x80\xca\x02\xc6\x6c\x71\xcc\x79\xe7\x4e\x99\x56\xe5\xf5\x61\x4e\xa8\xb7\xcd\x16\x40\x65\x31\x9d\x51\x9c\x4d\xde\xaa\x63\x60\x75\xd1\xa1\x16\x67\xe2\xb1\x47\xae\x58\x63\x33\x8b\x30\xca\x24\xc0\x05\xeb\x68\x91\x83\x5a\x85\x60\x3a\xd4\xe4\x25\x16\x93\x00\x73\x3b\x5e\x2a\x3a\xd4\xce\xef\x43\xf7\xf7\xc5\xbe\xbe\xb6\x23\xe0\x32\x6c\xb3\x26\xbf\x62\x92\x3a\xd5\x30\x7d\x6d\xdc\x55\x94\xca\x1f\x17\xee\xf8\x54\xeb\x9f\xfa\x5e\xf8\xda\xb6\x55\x49\x74\xc1\x9d\x5d\xc2\xd7\x06\x76\xab\xfa\xda\x0a\x51\x7e\x55\x5f\x5b\x41\x0c\x56\x7d\x6d\xaa\x7f\xd5\xb0\xcd\x52\x7c\x37\x52\x3a\xfb\xd4\xc8\x44\x76\x6b\xf5\x6e\x59\xa7\xbe\x9a\xbc\x48\x3a\x6e\x8d\x94\xbf\x1c\x97\x55\xf7\x59\xb9\x7d\xd7\xf0\x96\x6c\xab\x8c\x4c\x1c\x16\x4d\x4e\x85\xfb\xbe\xea\x3e\x2b\x90\xc0\xab\xee\xb3\x82\x1c\xa8\xba\xcf\x4a\xf3\xc7\x66\xc2\x1c\x16\x25\x52\xa2\x95\xd5\x64\x8f\x9a\x45\x7b\x84\xd7\xa0\xa6\x48\x83\x70\x51\xb4\x47\x8f\x4f\xed\x11\x94\x92\x2a\x71\x54\x85\xa7\x1a\x6b\x59\x3e\x9f\x46\x4e\x1e\xdb\x6c\x8f\x08\x6f\xa9\xb7\x6d\xe6\xe0\xae\xb7\xc3\x0e\x37\xa9\xc6\xed\xb1\x60\xe4\x2a\x35\x54\x72\x60\x0d\x6a\x28\x3a\x5b\x35\x9a\xb2\x40\x3e\xaf\x5e\x67\xc3\x15\x1e\xa9\x9a\x29\xa8\xa0\x03\xd4\xc8\x14\x04\x8e\xa8\xb7\xad\xc2\x96\x58\xa5\x77\x72\xc7\x59\xaa\xa6\xde\xad\x88\x85\x1a\xa9\x77\x89\xb4\xad\xd2\x3b\x2b\x52\xa2\x9a\x29\xa8\xb0\x44\xab\x11\x91\x15\xd7\x6a\xf5\x06\xd8\x82\xcb\xaf\xe6\xb8\x5d\xcb\xef\xca\xf2\x62\x2f\x54\x80\x61\xad\xb7\x1f\x32\x26\x1d\xbb\x71\x95\xc0\x59\x9b\x4f\x0d\x6c\x1c\x56\x65\xf2\x64\x3c\xbc\xd5\x5c\x40\x15\xc7\x56\x95\xc0\x59\x91\x3f\xb5\x78\xf1\x25\x52\xb1\x9a\x0b\xa8\x56\xdf\xa5\x47\x06\xda\x54\x33\xe8\x56\x08\x8d\x15\x60\x58\x2b\x2a\x41\x35\xb0\xb1\xa2\x03\xd4\x62\xde\x7b\x37\x8e\x58\x8f\xdb\x81\x53\x95\x93\xc9\x55\x38\xa9\x9a\x14\x97\x4c\x83\xa9\x96\xb8\x48\x9a\x61\x97\x93\x69\xba\xaa\xea\xdd\xac\x15\x0a\x4d\xd5\xd5\x58\xf1\x2c\x57\xfd\x89\xaa\x5e\xd5\xf4\x3e\x15\x77\x5b\x95\x93\x59\x87\x3f\xb6\x0b\xa8\x04\xb5\xc6\x2d\x42\xcc\xbe\xe9\x7d\x2a\xa0\xb2\xca\xc9\x34\xcb\x50\x35\x56\x51\x55\xb3\xca\xc9\xac\x9f\x55\xd9\x23\xf7\x6f\xdc\xbe\x8a\x24\xaf\x26\xf0\xe1\xd2\xed\x54\x65\x5d\x56\x4c\x5e\x55\xd6\x65\x5d\xfe\xd8\xc0\x79\xf4\xf9\x6a\x34\x62\xc5\xe3\x50\xbd\x5f\xd5\xb0\x94\xda\xe2\x52\x42\xda\x6c\x62\xdb\xea\x6a\x97\x3c\x59\x97\x3f\xb6\xcd\xdb\x9a\x9d\x23\x10\x4a\xf5\xb6\x17\x43\x78\x6a\xdc\x91\x7a\xea\x2f\xc4\x7e\x35\xcd\x0e\x37\x46\xa5\x2a\x94\x93\x89\x54\x7b\x24\xb7\x64\x90\xe3\x22\x98\xcb\xaf\x74\x8b\xac\x04\xc3\x09\x1b\xf6\x84\x1a\x69\x76\x6e\xab\x32\xc5\xba\x12\x55\x6e\x64\x3d\xd6\x2c\x17\x14\xd3\x77\x95\x1b\xa9\xaa\x5c\xe5\x46\x1a\x02\x59\xe5\x46\x36\x94\xd2\x3a\xe2\xba\x49\xa6\x40\x6e\x64\x53\xb0\x7b\x7d\x6a\x43\x0b\xad\xa6\xd9\x69\xc4\xf0\x56\xb9\x91\xa6\x14\xa8\x72\x23\x9b\xa7\x80\xdc\xc8\xe6\x52\x97\x1b\xc9\xdd\xe5\xa9\xca\x8d\xd4\xef\x5c\x4d\xb3\xd3\xf0\xd4\x54\xb9\x91\x4d\x39\xaf\xcb\xaf\x79\x0a\xe8\xf2\x6b\x78\x79\xaa\xec\x47\x73\x7a\x54\x5d\x7e\x0d\xd3\x53\xd5\xe5\xd7\x60\x30\x56\x5d\x7e\xcd\x55\xa4\xcb\xaf\xa1\x3c\x54\x5d\x7e\xcd\x55\xa4\xcb\xaf\x61\x9a\xa8\x33\xee\xfb\xf0\x43\xf6\x08\xe7\x69\xd5\xe5\x67\x7e\x9b\xaa\xcb\x8f\xab\xb8\x52\xd5\xe5\x47\x4a\xe7\x54\xe5\x46\x76\xa8\xda\x55\x97\x9f\xf9\x5e\xaa\x2e\x3f\xae\x40\x4d\x35\xd2\xec\x28\x42\x75\xf9\x6d\xb4\x8b\x1a\x51\x81\x8a\x5f\x5d\x7e\x5b\x01\xab\xcb\x6f\x67\x8b\xd5\x22\xfd\xd5\xa9\xc7\xe5\x62\xa9\xea\xd4\xdb\x4e\x8a\x4e\x3d\x43\x89\x6b\x24\xd2\x41\xdf\xab\x3a\xf5\xc8\xc2\x9d\xaa\x4e\xbd\x85\x0d\xa4\x9a\x48\x67\xa1\xe0\xd5\x48\xa4\x83\xf7\xbf\x8a\xb9\x16\xd4\xd0\x2a\xe6\x5a\x28\x87\x55\xcc\xb5\x14\x65\xa2\xaa\xa5\x38\x12\x55\x2d\x3c\x2c\x55\x54\x45\x6a\xf7\x54\x03\x55\x79\x28\x04\xaa\x02\x53\xd7\x40\x55\x18\x4c\x6a\xa0\xaa\xc7\x77\x0d\xca\xc6\x97\x51\xf5\xdc\x2d\xe5\xad\x9e\xbb\xe5\xc1\xad\xe7\x6e\x2d\x9f\xda\x23\x90\x6f\xd5\x73\xb7\x94\x3f\x7a\xee\x96\x82\x3d\xee\x64\xf9\xff\x10\x76\x1e\x57\xdb\xb3\x3a\x14\x6d\xc9\x06\x93\xca\x21\xf6\x5f\xc2\x5d\xf7\xd9\x9b\x7f\xf8\xbd\x43\x96\x13\x18\x10\x3a\x0a\x47\xca\x0d\x3d\x77\x93\xe0\x9c\xa4\xe7\x6e\x2a\x9d\xf4\xcd\x2d\xb7\xb3\xbe\x39\x73\xa5\x93\xbe\x39\x93\x9b\xd2\xbc\x69\xe6\xbe\x99\x11\x99\x87\x9b\xf4\xcd\x2d\x35\x40\x7d\x73\xcb\x43\x5f\xdf\x9c\x69\x38\x49\xdf\xdc\x8a\x3e\xab\xa3\x19\x04\x9a\xf4\xcd\x2d\x62\x4e\x92\xbe\xb9\x85\x25\x39\xe9\x9b\x5b\xae\x1c\x7d\x73\x0b\x5a\xc2\xa4\x6f\xce\x10\xeb\xa4\x6f\x6e\xb9\x9d\xf5\xcd\x2d\xf5\x52\x7d\x73\xe6\xce\x24\x7d\x73\x0b\xbc\x96\xf4\xcd\x49\x26\x93\xf4\xcd\x2d\x75\xcb\x4b\x12\xeb\x61\x74\x33\xfb\xd4\x00\xc1\x4d\x75\x62\x2d\x4c\x86\x29\xae\xf1\x57\xdc\x7e\x32\x82\x71\x61\xed\x4c\x46\x30\x1e\xdf\x63\x04\xe3\x51\x83\x35\x82\xf1\xd8\x25\x23\x18\x4f\xf5\xaa\x19\xf7\xd8\x24\x93\x11\x8c\xc7\x4d\x64\x04\xa3\xc4\x32\x69\x5f\x3e\x64\x6f\x36\x43\xd9\x95\x6f\x04\xe3\xc1\xe6\x93\x8c\x60\x3c\x2a\xb4\x46\x30\x1e\xf7\x85\x11\x8c\x67\xf8\xac\x11\x6e\x4a\xf2\x7d\x49\x44\x59\xdb\x00\xae\x12\x7c\x95\x49\x7f\x7a\xf1\xd2\xb9\x99\x5f\x4c\x81\x69\x7d\x81\x50\xed\x64\x8c\xa2\x9e\xb8\x24\xdd\x8d\xfe\xb2\x24\x43\x6c\x98\xbe\x19\xdc\xa4\xdf\x2a\xc9\x10\x1b\x3c\x97\xc1\x4d\x25\x78\x88\x1f\xab\x37\x82\x8c\x12\xb8\xa9\x84\xe3\xb3\xd6\x19\x39\xf6\xca\x3a\x14\x2a\x1e\xd2\xdd\x98\xdb\x95\x4d\xeb\x0b\xa8\xac\x19\xdc\x54\xe2\x63\x53\xba\x72\x7c\x37\xf9\x31\x6b\xfe\xf5\xaa\x04\x3e\xc1\x57\x59\xe4\x0b\xc1\x9e\xad\x9c\x42\x9d\xd6\x37\xcb\x01\x2b\x57\x4c\x36\x3b\xcf\xcc\x91\x6c\x14\xa2\xd6\x95\xfc\x98\x98\xc9\xd1\x9c\xad\x9c\x12\x83\x37\x6f\x9b\x93\xa6\x23\xc2\x70\x9a\x81\x51\x45\x8f\x58\x36\x3b\x2f\xa2\xd0\x66\x4b\x91\x46\xce\xf1\xfc\x5a\x69\x82\x43\x3f\xbf\xb7\xd4\xac\x37\x3b\x5e\xb6\x76\x96\xe8\x55\x8a\xd1\x6c\x76\x5e\x44\x93\xcc\x66\xe7\x05\x44\x4a\x16\x64\x35\xfb\xfc\x4a\x8c\xb9\xfd\x90\x51\xa6\x08\xab\x2c\xc8\x6a\xc4\xfb\x65\x89\x5e\x1b\x09\x11\x59\x3a\xd6\xc6\x4e\xcf\xd2\xce\x34\x76\x59\xb6\x2a\x68\xc3\x2b\x94\xc3\x2d\x72\xc1\x10\xac\x0a\x4a\x81\xb0\x37\x5b\xdf\xa4\x55\x9f\xed\x36\x99\x32\xfc\x6b\xad\x71\x54\x65\x91\xd1\xf6\x55\x22\x23\x29\x89\xb2\xc8\x68\xa3\xc0\x67\x91\xd1\xe6\x20\xcb\x22\xa3\x4d\xc4\x66\x8e\x37\x31\xca\x57\x79\xda\xa2\xc0\x67\x39\x54\x0d\x58\xcd\xe2\xa6\x8d\x91\x27\x8b\x9b\x8c\x7d\xcd\x3a\xd4\x56\xb2\x69\x22\x27\x1b\x27\x8b\x9b\xf6\xb2\x93\xea\x0f\xcb\x4e\xaa\x3f\xb0\xad\xb2\xb8\x49\xc6\xd1\xac\x43\xed\x1d\x36\x15\x5f\x1c\x64\x59\xdc\x74\xd0\xd8\xb3\xb8\xe9\x00\x1c\xb2\xb8\xe9\x80\x31\xb3\x84\x30\x8f\xfb\x48\xdc\x04\x41\xfd\x9b\xbf\xcb\x8d\xe3\x9b\x15\x5f\xe8\x5a\xf9\x53\x7c\x6d\xaf\x2a\xbe\x8e\xcf\x2a\xa0\x6e\x9f\xad\x4d\x40\x28\x48\x16\x46\x19\x60\x9f\x65\x49\x7d\xd0\x97\xb2\xa9\x6d\x0f\xa4\x10\xd9\xda\x22\xcf\xff\xcf\xd3\x7f\x8a\xfd\x9c\xac\x28\xe4\xda\x96\x0d\xc6\xd8\xfb\x9c\xee\x60\xed\x83\x5c\xee\xc1\x8f\x3a\xd8\xe0\xb3\x66\x35\x2a\x25\xac\xe3\xf9\x44\x5f\x25\x9b\x84\x22\x45\xbe\x17\x43\xe2\x73\x92\x9d\x1e\xcd\x2a\xcb\xf7\x42\xd5\xec\x37\x5b\xa9\xf3\xc9\x5e\x75\xb0\xee\x8b\xec\x60\x5d\x9f\xd9\x11\x35\x6f\x76\x44\xdd\x9b\x1d\x51\xb3\xe9\x88\x40\xa3\x59\xbe\x97\xa7\xf9\x5d\x47\xc4\xc9\x95\xa5\x48\x35\x62\x33\x9b\xbc\x66\x74\x7d\xce\x52\x93\x0d\xaf\x2e\x9b\x8c\x57\x8a\xd4\x67\xf9\x5d\xc7\x8b\x2f\x35\x97\x5b\xbe\x90\x21\xc8\xf7\xf2\x60\xbe\xce\xf2\xbd\x18\xde\x99\xe5\x7b\x79\x31\x5c\x64\xf9\x5e\xde\xe0\xb3\x8c\xf7\x55\xfc\x02\xd0\xb2\x21\x8b\xd9\x4a\x9d\xcf\xf1\x55\x8c\xf7\x7d\x7c\xd5\x65\x1d\x64\x41\xca\x83\xfa\x3a\xbf\x45\x2a\xb6\xcf\x5e\x31\xde\xb7\xf8\x21\xc6\xfb\xa2\x76\xe6\x62\x79\xbb\xe6\x87\xa4\xda\xc3\x9a\x94\xe5\x41\x7d\x87\x4d\xc6\xfb\x82\x5f\x32\x00\x2d\x1b\x58\x98\x05\x68\xc7\x5f\x77\xcb\x71\x2a\x34\x8c\xc9\x94\x5f\x2b\x1b\x93\x99\xc0\x2f\xd9\x98\xcc\x84\x1d\x32\x1b\x93\x99\x3c\x13\x81\x60\x2d\xe1\x20\xcb\x32\xba\x88\x40\x73\xbd\x8c\xeb\xfc\xd8\x66\x9c\x30\x50\x37\x37\x63\x7d\xdd\x29\xb2\x95\x66\xac\x94\xb9\x99\xd9\xe7\x41\x26\xc5\x68\x70\x2f\xb4\x4b\x76\xc4\x00\xdb\x4d\xa6\xa0\x69\x2d\xcb\x09\x60\xc9\x5d\x3e\x64\x20\x67\xee\xb7\x2c\x2f\xb3\x70\x29\x46\x51\xe0\xb3\x14\xa3\xb3\xfa\x2a\xc9\x9d\x80\x24\x59\x46\x94\xe9\xa4\x80\x8c\xb2\xe8\x26\x77\x4b\xda\x79\x18\x49\x22\x3a\x31\x3c\xe6\xcb\x79\x52\x6d\xca\x98\x41\x00\x43\xee\x32\x96\x2f\x3f\xe4\x88\x9c\xd0\xe1\x88\xdc\x83\xe3\xd2\xa2\x32\x29\xc3\x3e\x03\x57\xf3\xb8\x84\x54\xfc\xc9\x61\x9f\x71\x40\x64\x59\x4d\xa6\xc2\x59\x56\x93\x79\xf8\x1b\x60\x9f\x3c\x9d\x7d\x3d\x4a\x53\xe1\xac\x47\x49\xec\x93\xf5\x28\x4d\x3c\x77\x59\x8f\xd2\x44\x13\xcb\x7a\x94\xa6\x8b\x41\x8f\xd2\x52\x6f\xd1\xa3\x24\x7e\xc9\x7a\x94\x16\x76\x8f\xac\x47\x49\xae\xb9\xac\x47\x69\x91\x2b\x94\xf5\x28\xad\xc7\x67\x93\x4d\xfe\x95\x1e\xa5\xa5\x60\xd7\xa3\xb4\xdc\x92\x7a\x94\x4c\x7e\xcf\x7a\x94\x96\x3a\x8f\x1e\xa5\x1f\x6e\xfa\xb7\xd8\xd7\xd9\xb4\x5c\x72\x3a\x9b\x16\x11\x50\x59\x67\xd3\x22\x7c\x28\xeb\x6c\x5a\x38\x6e\xb2\xce\xa6\xe5\xfa\xd4\xd9\xb4\xb0\x0d\x66\x9d\x4d\x4b\x5d\x42\x67\x93\x28\x29\xeb\x6c\x5a\x04\xab\x64\x9d\x4d\x4b\xe5\x41\x67\x93\x94\x7d\x59\x77\x92\xb9\xa5\x59\x77\x92\x04\x71\x59\x77\xd2\x2a\x5e\x75\x44\x6a\x56\xba\x93\xa4\x25\xc9\x97\xf0\x84\xe0\xf3\xac\x3b\x49\xb0\x93\x6f\x31\x4a\xec\xc6\x59\x77\x92\x9c\xa8\x79\x5f\x02\x76\x86\xa0\x3b\x69\xb9\x20\x75\x27\x69\x9a\xc8\x97\x08\x14\x0b\x5e\xd6\x9d\xb4\x94\x5d\xba\x93\x16\x31\xa8\x59\x77\x12\xe5\xb9\xdf\xbc\x2f\xdb\x18\x93\xab\x3b\xc9\xa4\xf2\x6c\xc5\xc9\xd5\xed\xd5\x2d\x36\xea\xcd\x8e\x37\x7b\x95\xf1\xee\xcf\xa6\x04\xdd\xd9\x9b\x65\x45\x70\x8b\x9d\xcb\xae\xc6\x00\x75\x36\x6d\x77\xba\xee\xa4\x1d\xbd\x39\xf9\x5d\x7e\x9d\xd5\x31\x34\xb6\xe4\x4b\xf5\xb9\x7c\x55\xf5\x43\xfc\x9c\xe3\x88\x88\x5c\xca\x47\x56\x5b\xff\xa4\x54\x9f\x07\x9b\x5e\x96\xea\x73\x6f\xbf\xeb\x88\x54\x3b\xcf\xa5\x1c\x67\x42\xcf\x1d\xd1\xef\xd9\xf2\x38\x22\xce\xe2\x62\x75\x8c\xcd\x71\x53\xa4\x34\x91\x8a\xad\x58\x1d\x63\x73\xbc\x16\x79\x4b\x36\xfa\x5e\x91\xea\x93\xaa\x3a\x6f\x91\xea\xd3\xb4\xdc\xf2\x5c\x6a\x53\xaf\x32\x5e\x2a\x37\xbd\xe5\xb9\x23\xf2\xcd\x8c\x48\x06\xef\xf2\x38\x22\x6c\x6b\x05\xec\x93\xa9\xb3\xfc\x16\x99\x49\x0e\x19\xeb\x05\xec\x93\x0f\x06\x84\x22\x99\xa7\x59\xab\x45\x66\x12\xca\xe3\xbe\xc5\x22\x17\xe6\xe1\x16\xab\x46\x9e\x60\x53\x06\xbc\x6a\xd3\x7a\x1f\x40\x83\x22\x99\xa7\x68\xbd\x58\xe4\xe2\x10\x50\x54\xc0\x3e\xf9\xe0\xf7\x29\x32\x93\x98\xc4\x5a\x64\x26\x39\xc5\x6e\x38\x5e\x34\xf6\x22\x33\x89\x6a\x76\xb1\xc8\xc5\x61\x06\x8b\x64\x9e\x07\xe0\x50\x24\xf3\x3c\xc4\xcb\x15\xab\x46\xca\xe1\x5c\x2c\x72\xa1\x5e\x5d\x6e\x91\x0b\xe4\x7c\x91\x99\x44\xa6\xe5\x12\x1c\x2f\xcb\xac\x04\xc7\x8b\x9c\x2f\x16\xb9\xb0\x28\x40\x01\x55\x95\x07\x7d\xa9\x04\x19\x1d\x51\x8f\x4b\x90\x54\x2a\xda\xc9\x61\x93\x09\x95\x99\xe4\xf9\x7c\x33\x87\xfe\x93\xec\x06\xea\xfd\xa8\x76\xe3\xd8\x64\x06\x2f\x33\x09\x56\x91\x12\x6f\x01\x6b\xba\x21\x40\x1b\xdd\xab\x32\x93\x10\x1f\x58\x00\x68\xe5\x47\x74\xf6\x4f\xb1\x5f\xc0\x6e\xad\x23\x7e\x8b\x3c\x9f\xd4\x96\x7d\xcb\x25\x2d\xd9\x36\xab\x4d\x6f\x26\x3a\xc5\xca\x1a\x45\xec\x66\x4e\x5c\x11\xbb\x6d\x42\x4c\x8b\xc1\x90\xe3\xb1\x29\x05\xb7\xb3\x19\x2f\x6f\xad\xa3\x93\x0c\x10\x77\x61\x31\x18\xf2\x6c\x9b\x92\x79\xda\x0d\x83\x21\xc5\x50\xc5\x60\xc8\x83\xfa\x57\x0c\x86\x34\x51\xba\x18\x0c\x69\xa2\x71\x31\x18\xd2\xbc\xe9\x22\x69\x89\xac\x83\xe5\x33\x41\xe9\xf1\xcd\x26\x28\x11\x63\x50\x24\x2d\x79\x82\x6f\x36\x41\x09\xb1\x5f\x6e\xfd\x0b\x80\x52\xf9\x4c\x50\x7a\xbd\xd9\x04\x25\xb0\x4f\x49\xa6\x20\x21\xe8\x4a\x32\xe5\xca\x8d\x9f\x4c\xb9\x42\xa2\x16\x93\xe6\x1e\xac\x1c\xc5\xa4\xb9\x87\x58\xac\x62\xd2\xdc\x93\x6c\xda\x67\xe5\x8f\x49\x73\x0f\x16\xcb\x22\x04\xcb\x6e\x31\x93\xe6\x1e\x65\x88\x49\x73\xa2\xaa\x62\xd2\xdc\x53\x7d\x95\x49\x55\x98\xaf\x8b\x49\x73\xe2\xa6\x62\xd2\xdc\x83\xc5\xa0\xdc\x1a\x16\xf6\x59\x17\x98\xe9\xf9\xe5\x12\x72\xe2\x5b\x2c\x56\x7e\x34\x77\xb8\x48\x3c\x32\xa3\xaf\xd2\x3b\xdc\x6d\x6a\xeb\xbe\x6f\xd6\xd6\x8d\x77\xa6\xe8\x20\x1b\xb8\x54\x8a\x0e\xb2\x99\xed\xa4\xb6\xee\xec\x77\xd9\x9e\x5a\x0b\x4b\x16\x7d\x2b\x42\xf3\x2d\x72\xca\x9b\xad\xfc\xe8\xd9\x54\xca\xcd\x62\xe0\xd7\xe9\x5c\x3b\xf8\x52\x8b\x49\x73\xc3\x21\x14\x6d\xfb\x1c\xcd\x45\x0f\x9a\xf5\x6b\x8a\x1e\xb4\xe6\x9f\xd4\x83\xa6\xa1\xa6\xe8\x23\x6b\xdd\xab\x1a\x97\x08\x4a\x2c\xfa\xc8\x1a\x51\x4f\xe5\x96\xa2\xf0\x5f\xe9\x23\x6b\x6e\x76\x7d\x64\x0d\x4f\x7a\xa9\xb7\xf6\x1f\xf3\xab\x8f\xac\x0d\x9b\xc6\x80\xe1\x60\x2a\x42\xb0\xe6\x89\xa9\x8f\xac\x61\xc6\x29\x7a\xc1\x1a\x4a\x4e\xd1\x0b\xd6\x01\x4a\x45\x2f\x58\x23\x54\xb2\xe8\x05\x6b\xcb\xab\x8e\xc8\x43\x50\x2f\x58\x47\xe7\x29\x26\xbe\x75\x0f\xb2\x7a\xa9\xec\xed\xe4\xb1\xc9\x88\xf4\x91\x75\xb7\xa4\x3e\xb2\xae\x24\xd7\x47\xd6\x5f\x9b\x8c\xa8\x13\xca\x5e\xf4\x91\x75\x9c\xf2\x45\x1f\x59\x07\x64\x15\x7d\x64\x1d\xc7\x7a\xd1\x47\xd6\x9d\x6e\x7d\x64\xdd\x4d\xd7\x6e\x71\x0d\x6f\x96\x49\x72\x7b\x33\xe3\xed\xdd\x37\x3b\x5e\x4c\x0a\x45\x1f\x59\x2f\x76\xc3\xf1\x7a\x9e\xea\x23\xeb\xfe\x76\x7d\x64\x7d\xff\x15\xc9\x53\x74\x9f\x75\x27\x57\xf7\x59\x77\xea\xcd\x98\xeb\x80\xb5\x62\xc6\x5c\xf7\x70\xd1\xb9\x26\x9b\x6e\xd1\xb9\xd6\x9d\x4d\x9d\x6b\x1d\x28\x57\x74\xae\x75\xd0\x59\xd1\xb9\xd6\x95\xc6\x3a\xd7\xba\x53\xaf\x73\xad\x13\xe9\x51\x74\xae\x0d\xe7\x5a\xe7\xda\xc0\x40\x5d\x74\xae\x0d\x25\xaa\xce\x35\x89\x8f\x8a\xce\xb5\x81\x07\xb0\x98\x4f\x37\x9c\x5c\x03\x1a\xa7\x7a\xd7\x75\xbd\xe1\x88\x2c\xba\xde\x06\xf1\x8d\x45\xd7\xdb\xc8\xde\x6c\x35\x43\xfc\x20\x45\xd7\x9b\xc4\x7a\x45\xd7\xdb\x48\x5e\x95\xfc\xc7\x95\x60\xf5\xc6\xbb\x12\x00\x98\xed\xce\x26\x00\xb3\x51\x72\xf1\x2d\x00\xcc\xd6\x15\xbf\xf3\x96\x2d\xe3\x59\x20\x64\xeb\x8a\x5f\x20\x64\xeb\x58\x77\xcb\xbc\xc7\x3a\xe3\xb5\x96\x44\xc7\x20\x56\xa6\x05\x05\xd0\xba\xcb\x92\xdf\x4f\x5d\x42\xbe\xca\xae\x1a\xb6\x2c\xf5\xa8\x42\x7b\xf9\x2a\x09\x99\x2e\xf2\x55\x6e\xc5\x91\x75\x1c\xf6\x7d\x55\xb3\xc9\x10\xd6\xa5\x35\xa3\x57\x00\xb4\xa2\xed\xb7\x48\x32\x29\x75\x43\xd9\x56\x9c\xc4\x80\x50\xb6\xdd\x70\x4d\x4a\x23\x79\x35\xf6\x6d\x37\xb0\xfd\x16\x89\x22\xb5\xfd\x16\x6b\x0e\x4a\x86\x53\xb6\xcc\x06\x1e\xcd\xfa\x7d\x28\xba\xf7\x16\xe9\x1c\x8d\x9b\x2d\xba\x63\x0e\x56\x9d\xa2\xc3\x45\x16\xa9\xa2\xc3\xc5\xd4\xb6\xa2\xc3\xe5\xb0\x90\xaa\x0e\x17\x69\x76\xaa\x0e\x97\x43\xe0\x47\xd5\x3d\x71\xd0\x15\xab\x24\x09\x9b\xc5\x50\x75\x4f\xa4\xe2\xcd\x7a\x0f\x19\x60\xd5\x3d\x91\xf0\x5a\xd6\xf7\x26\x92\xfb\x2a\xdd\x31\xd5\xab\xba\x63\x00\xe0\xd5\x3a\x74\x06\x7f\x56\xeb\xd0\x51\xc0\xfa\xad\xaf\xee\x98\xe6\x77\x75\xc7\x4c\x9b\xba\x63\xa6\x37\xeb\x8e\x41\x9f\xaf\xd6\xa1\x93\xe8\xb5\x06\xdd\x31\xd8\xe5\xaa\xe4\x81\xa6\x4b\x54\xc9\x03\x23\xd3\x5d\x83\xee\x18\xb2\xe4\xaa\x85\xdd\xcd\x34\xa9\xf2\xed\x53\xe7\xf4\xad\x3a\x3e\x2a\x28\xa3\xaa\xa2\x7f\xd8\x99\xab\x2a\xba\xc1\x84\x55\x15\x3d\x6e\x7b\xe5\x78\xc1\x02\x55\x15\xdd\x74\x98\xaa\x8a\x6e\xec\x6b\x95\x3c\xd0\xf4\x90\x8a\x8a\x5e\x3e\x54\x82\x2a\xdf\xfe\x87\x36\x55\xe5\xdb\x37\x8e\xb4\xca\xb7\xff\x81\x8b\x2b\x2a\x7a\xf9\xe0\x96\xa9\xaa\xe8\x1f\xca\x73\x45\x0f\x2f\x1f\x0e\xee\x6a\x1d\xba\x0f\x6b\x61\x8d\xd6\xdd\x73\x21\x49\x1e\xf8\xbd\x76\x83\xf1\xfe\x42\x61\xff\x29\xf6\xab\xbc\x82\x66\x9d\x54\x54\xf4\x62\x7c\x63\x45\x45\x2f\x5f\xb2\xc3\xcb\x26\xbf\x31\xfa\x2b\x8a\x37\xfb\x2b\x08\x3c\xab\x9f\xbf\x02\x07\x59\xfd\xfc\x15\x38\x6d\xeb\xe7\xaf\x70\x41\x7e\x0e\x16\xcf\x54\x95\x39\x50\x0a\xfd\xfa\x39\xd8\xe6\xcd\xf6\x19\x51\x56\x3f\xfb\xdc\x7d\xd6\x3e\x73\x72\x55\xcb\xcc\x19\x52\x5b\xf5\x89\x98\x27\x5e\x2f\xdd\x1f\xc2\xb9\xea\x13\x29\xc0\xb1\xaa\xe3\xa3\x60\x94\xab\x3a\x3e\x4c\xc1\xae\x3a\x3e\x0a\x92\xad\xea\xf8\x28\x0e\x41\xc7\x47\xc9\x7e\x57\x5a\xf8\xe2\x87\x00\xc5\xa5\xf9\x66\xe9\x0d\x1d\x82\x34\xf8\xa5\xf8\xe6\xe5\x55\x6f\xbe\xb4\xe1\x76\xf2\x78\x95\xdf\xae\x5b\xa4\xf8\xeb\x74\x8b\x14\xe7\x48\xb7\x88\x99\xe0\x55\xb7\x48\x01\xa0\x55\xdd\x22\x95\xe3\xb5\xea\x16\x31\x57\xba\xea\x16\xa9\xee\x29\xdd\x22\xc5\x3d\xa5\x5b\xa4\x0c\x5f\x25\x13\xef\xe3\x87\x1c\xaf\xbb\x55\xb7\x48\xc1\xe5\x57\x75\x8b\x98\x85\x5d\x75\x8b\x14\xa5\x84\x6e\x11\x73\xa5\xab\x6e\x11\xf3\x9d\xab\x6e\x91\x82\xdb\xbd\xea\x16\x31\x47\xbb\xea\x16\x29\x18\x88\xaa\x6e\x91\x8a\xd5\xae\xea\x16\x29\xf8\xe8\xab\x6e\x11\xf3\xac\xab\xae\x8d\xfa\x79\xf3\xa5\x90\xf5\x55\x96\x2a\x00\x82\x55\x5d\x1b\x35\xdb\xa4\xcf\xb5\xda\x2b\xfb\x8c\xfb\xbb\xde\x9a\xe9\x6e\x2b\x5d\x1b\x15\xd0\x51\x75\x6d\x54\x22\x36\xab\x35\xd3\x2b\x6a\x67\x95\xca\x9e\xba\xc3\x6f\xb5\x66\x7a\x55\xec\x4b\x65\x5f\x51\x4a\x6b\xb5\xea\x0a\xa1\xa1\xd5\x12\x6f\x35\xd8\x74\x8e\x9c\x85\xea\x78\xb1\x62\x55\x6b\xa6\x57\xf0\x4b\xad\x8e\xd7\x85\x64\xcd\xf4\x8a\xf1\xa1\x4a\x65\x5f\x31\x1e\xd6\xea\x78\x3d\x14\xd0\xba\xb3\x45\xeb\x6a\x73\xbc\xb8\x54\x6a\x73\x44\xa8\xf7\xd5\xaa\xe8\x3a\xc7\xab\x64\xf5\xd5\x25\x8a\x5e\x9d\x1b\x88\xbb\x5a\xe2\xad\x11\xcf\x50\xd1\xab\x73\x53\x7c\x59\xe2\xad\xa2\x88\x56\xc9\xea\xdb\xeb\xab\x18\x51\x2b\x3e\xcb\x88\x5a\xb4\x1b\xdb\x3e\x7b\x33\x23\x92\x6d\xa3\xea\x7f\x91\x0f\xb9\xf6\x5b\x02\x8c\x3e\xeb\x7f\x69\xfe\x0d\xfd\x2f\x3a\xe5\xab\xfe\x17\x19\xa8\xaa\xfe\x97\x56\x6c\x5a\x4c\x24\xfa\x2a\xc7\x4b\xe4\x73\xd5\xff\xd2\x08\x23\xa9\xfa\x5f\x1a\x66\xba\xaa\xff\xa5\xe5\xbf\x5c\xba\x55\xd7\x8c\x31\x06\x55\xd7\x4c\x2b\xbe\xc7\xc1\x82\x38\xaa\xae\x99\xa6\x74\xba\x74\xf4\xc3\xab\x0e\xb6\xdb\x74\xb0\x8a\x23\x1d\x37\x0d\x25\xad\xea\xb8\x69\x18\x7b\xab\x8e\x9b\xe6\x06\x1c\x77\xb0\xac\x5e\x1d\x37\x12\xd5\x56\x1d\x37\x4d\x95\x46\xc7\x4d\x03\x74\xd4\x71\x7f\x85\xdf\xf5\x57\x1c\x9f\x65\xbc\x3d\xd8\x74\xbc\xf8\xcd\xab\xae\x99\x8e\x3e\x5f\x75\xcd\x34\x4f\x7c\x5d\x33\xdd\x9d\xae\x6b\xa6\xbb\xe3\x74\xcd\x74\xdc\x13\x55\xd7\x4c\x4f\x36\x8b\x4d\x7e\xce\xbc\x35\x16\xfd\x10\x23\xea\x1e\x82\xba\x66\x2c\xc2\x52\xf5\xbf\xf4\x68\x27\xa7\x43\x60\x9d\xe8\x7f\xe9\xc9\xe6\xf6\x59\xd6\x89\xfe\x17\x4b\xeb\x56\xfd\x2f\x2a\xff\x55\xff\x4b\xc7\x31\x57\xf5\xbf\x74\x2c\x06\x55\xff\x4b\x77\x42\x55\xef\x63\xf4\xaa\x6a\x18\x8e\x9e\xaa\xff\xc5\x72\x6f\x55\xff\x8b\x16\xcb\xfa\x5f\x75\x72\x86\xa0\x0f\x65\x80\x14\xea\x2d\xa6\x06\xce\xad\xb7\xfe\xb8\xbb\x46\xda\x87\xa3\x3a\x21\x57\x83\x46\xe6\x2a\x57\x83\xc1\x66\x55\x36\x06\x8d\xcc\xd5\xb0\x2e\x59\x16\xab\x7c\x0b\x16\x41\xa8\xf2\x2d\x18\x8a\x56\x6f\x15\x33\x4f\xcc\xa3\x01\xd0\xed\x29\x01\xfb\x21\x54\xa0\x4a\xb0\x60\xcd\xd0\xaa\xb7\x22\x28\x8e\xf4\x56\x84\xd7\x37\x9b\x9e\xa6\x92\xa6\xb7\x42\xfa\xfd\xaa\xb7\x22\x10\xf5\x54\xf5\x56\x04\x0c\x80\x55\x6f\x45\x40\x57\x6c\x7a\x2b\x02\x52\xb1\xe9\xad\x08\x68\x83\x4d\x82\x85\x17\x85\xb6\x49\xc0\xfe\x61\xbe\x6e\xc6\x71\x7d\xc7\x67\xd5\xb5\x8e\x57\x05\x0e\x8f\x4d\x74\x2d\xf3\x14\xda\x73\x33\x7a\x22\x4d\xc6\x9b\xa2\xaf\x62\x08\x19\x95\xa0\x3d\xb7\xa6\x6d\xa3\xa9\x66\x82\x23\xa0\xe9\x9e\xc8\x44\xc5\xb4\x5b\x6b\x0c\xc4\xdd\x74\x4f\x18\xcb\xdd\x0c\xcd\x7a\xaa\x57\xd9\x74\x99\x30\xb6\xa6\x7b\x42\x0e\xb1\xf6\xde\x1a\x01\xf4\x4a\xf7\x84\xa4\x61\x4d\xf7\x44\xc6\x4b\xd2\x74\x4f\x58\x1b\xa5\xc9\xb7\xf0\x3c\x5e\xd5\xfe\x89\x9f\xab\xe9\x9e\x30\x5a\xbb\xe9\x9e\xc8\x9f\x6f\x76\xbc\x9f\x37\x4b\x34\x8d\xd1\xb2\xdd\x5a\x63\x04\x13\xb6\x70\x6b\xab\x31\x04\xdd\x13\xb9\xd8\x64\xd3\x65\x96\x68\xd3\x3d\x91\xf1\xb0\x34\xdd\x13\xb9\x7b\xb3\xe3\x25\x40\xa5\x05\xc7\x3b\xfe\x72\xe9\x36\x59\xd3\xf3\xb6\x87\x0e\x16\x15\xae\xc9\x99\xb0\xfc\x51\x72\x26\x2c\x4c\x94\x4d\xce\x04\x03\x5f\x9b\x9c\x09\x0b\x3d\xa4\xc9\x6d\xbe\xb0\xed\xb7\x5b\x0e\xec\xf3\x66\x76\xcd\x42\xe1\x69\xf1\x12\x02\xf3\x5d\x39\x13\x1a\x8e\xd7\x26\x34\x08\x68\x0b\x4d\xca\x71\x93\x3a\x9b\xa5\xb8\x02\x27\x6f\x13\x38\x04\x74\xa7\x26\x70\x08\xd9\x9b\x0d\xa4\xf4\xaf\x0a\x1c\xac\x1a\xd9\x04\x0e\xa1\xfa\x2a\x03\x29\xab\xcf\x1a\x8f\x41\x9c\x4f\xfb\xcc\xa6\xc4\x62\xd9\x24\x15\x8f\x18\x97\x5a\x32\x9b\x12\xed\xb7\x89\x32\x3e\x62\x39\x9a\x28\xe3\x43\x91\x6e\x92\x15\xe8\x44\x68\xa2\x8c\x41\x4c\x57\x13\x65\xc8\x1c\xd8\x44\x19\x03\xa5\xb4\x89\x32\x06\x71\x2f\x4d\x94\x21\x91\x60\x13\x65\xcc\xc7\xab\xc6\x36\xe0\x61\x69\xa2\x0c\x2b\x08\x34\x51\xc6\x7c\x7c\xb3\xb1\x0d\xee\x47\x81\xc3\x44\x1c\x35\x81\xc3\x44\x75\x6c\x02\x07\xeb\xc3\x36\x81\xc3\x04\x05\xb7\x7c\xab\xd6\xf2\x73\x04\x0e\xc9\x1d\x27\x70\x30\x05\xa9\x09\x1c\x12\x62\xbf\x5d\x32\x70\x57\x4e\x76\xca\x92\xaf\x72\xca\xdc\x62\xd9\x29\x03\x32\x37\xb9\x0b\xcc\xcb\x68\x9a\xeb\xc3\xeb\xcd\x16\xd9\x71\x21\xc9\x5d\xf0\x00\x48\x5b\xb9\x25\x4b\xf8\xed\xe5\x96\xf2\xf4\xaa\x40\x49\x41\x67\xc2\xcb\x83\x2b\xb9\xc9\x5d\x60\x1c\x57\x93\xbb\xe0\xe1\x00\x6d\x72\x17\x18\x5d\xd6\xe4\x2e\x30\x52\xab\xdd\xfa\x59\x58\x48\x9a\xfc\x03\xf2\xd4\x35\xf9\x07\x1e\x14\xe9\x76\x6b\x60\x11\x94\xd8\xe4\x1f\x78\x40\x55\x4d\xfe\x81\x87\xa0\xe2\x26\xff\x80\x0c\x78\x4d\xe0\x50\xd0\x7e\x5b\xb5\xcf\xcb\x9b\xed\x33\x06\xb1\x26\xff\xc0\x83\xcd\xb6\xc9\x3f\x60\x48\x58\x93\x7f\x40\x0a\xd9\x26\xc3\xc0\x73\xec\xa4\x94\xec\xa8\xf7\xed\x56\xb9\x72\x5d\xc9\x30\xf0\x12\x04\xd5\x64\x18\x98\x58\x56\x9b\x34\x02\xaf\x22\x48\x1a\x01\xb9\xf5\x9a\x34\x02\xaf\xa7\x9e\x34\x02\x2f\x74\x22\xcd\x2a\x57\xaf\xab\x4e\x1a\x81\xf7\xf3\x6a\xb1\xe9\xb3\x8c\xe8\x05\xf8\x37\x69\x04\x5e\xc0\x4e\xbb\xd5\x9f\x81\x06\x4d\xa2\x80\x17\x2c\xd0\x24\x0a\x78\xb1\x03\x34\xa9\x00\x5e\x14\x95\x26\x15\x80\xd5\xd3\xda\xe5\x9a\x73\x3d\xff\x67\x39\xe7\x6f\x48\x05\xf0\x62\xb3\x6d\x52\x01\xc8\x0d\xde\xa4\x02\x78\xd1\xe2\x5a\x37\x52\x62\xf9\xac\x7d\xee\x7f\x51\xb1\x35\x59\x02\x5e\x14\xad\x76\x2b\x55\x81\x29\x9a\xa8\xa1\x60\xa4\x6a\xdd\xc1\x4e\x6f\x76\xb0\x68\xfb\xcd\x4a\x55\x2f\x1a\x7b\x03\x1a\xd4\x97\x94\xcf\x26\x34\x18\x8a\x85\x5b\xa9\x0a\xd5\xb1\x09\x0d\x06\x08\xab\x09\x0d\x06\x11\x50\x4d\x68\x30\x3e\x5f\xa5\xdc\xf3\x8c\xd0\x4e\x6e\x29\x8d\xa6\x3e\x3f\x86\xcf\xea\x98\xf3\x30\x32\x10\x6b\xb8\x6b\x08\xc4\xaa\x4d\x89\xaa\xb6\x9f\x50\x86\x9b\x56\x74\xab\x48\x37\xb5\xfd\xa4\x1c\x50\xdb\x4f\xca\x01\xb5\xfd\x44\x10\x66\x53\xdb\x37\xdb\xae\xa9\xed\xa7\xe9\xb3\x4a\x36\xff\xb3\xda\x7e\x42\x75\x6c\x6a\xfb\xe6\x3c\x36\xb5\x7d\x53\x11\xdb\x34\x4e\xa0\xda\x49\xe3\x04\x14\x56\x16\x9f\x32\x9c\xb5\xa1\xed\x17\x03\x56\x9b\xc5\xa7\x8c\x32\x6d\xcb\xe2\x44\x58\x59\x9b\xf5\x9a\xaf\xc0\xd1\x98\x7f\x85\x95\xda\xfe\x15\x65\x6a\xfb\x0f\x66\xf3\xa6\x31\xff\x71\x6d\x90\xa2\x52\x5e\x45\x0a\x58\xa0\xbc\xea\x8a\x9a\xfa\x5f\xc5\xaf\xa6\x7e\xa9\x2f\x9b\xa6\x7e\x89\x31\x1b\x48\xa1\xbc\xc5\x67\x19\xef\x8b\x59\xb2\x11\x8b\x55\xde\x6c\x37\x18\xef\x4b\xe2\x7f\x03\x47\x94\x57\x3d\xd3\xa2\xcc\xc6\xa0\x36\xbd\x06\x2f\xc0\xa1\xe9\x35\x78\x8b\x57\x19\xef\xdb\xbc\xca\x78\x5f\xd7\xd5\x96\xeb\xd2\xdd\xba\x1d\x6f\xf7\x66\xc7\x0b\xf4\x6b\xfa\x14\xde\x6d\xd3\xf1\x82\x7c\xdb\x76\xbc\xaa\xe8\x16\x9f\x7a\x3d\xb8\xb7\xca\x86\x0a\xad\xfe\x88\x10\xfc\x90\xf3\x4b\x26\x42\x33\x0f\xe5\xca\x3d\xf3\x50\x5e\x55\xa0\x5b\x7c\x0a\x0f\x7e\xbb\xc5\xa7\x80\xab\xcd\x48\xad\xa0\x16\x67\xa4\x56\x70\x0f\x9a\x87\xd2\x54\xf9\xcc\x43\x69\x6e\x2b\x1d\x1f\xcd\x1d\x6a\x1e\x4a\xfb\xfc\x10\x7d\x6e\x4a\x54\x1d\x1f\x52\x82\xf4\x5b\x40\x8a\xa3\xb9\xeb\xf8\xd0\x50\xd3\xc1\x2f\x45\x63\x4b\x17\xbf\x34\xb4\xb8\x2e\x7e\x69\xd9\x9b\x2d\x88\x56\x7c\x33\x73\xd4\x40\x0a\x5d\xfc\x62\x52\x43\x17\xbf\xb4\x66\xd3\x11\x75\x5f\xe5\x88\x98\xee\x6e\x3a\xbf\xc1\x48\xdd\x74\x7e\x4b\x27\x77\xc1\x8e\x95\xf5\xba\x60\xe7\x41\x11\xed\x82\x1d\x2b\xc5\x74\xc1\xce\x63\x9f\x05\x3b\x0f\xc0\xa1\x0b\x76\x1e\x84\x5b\x37\x16\xeb\xc1\x1a\xd3\x05\x3b\x6e\xc9\x2e\xd8\x91\xbf\xbd\x0b\x76\xde\xe7\xaf\x12\xea\x5d\x1c\x64\x71\xe7\x2e\x0e\x7a\xbb\x1f\x35\x90\xbb\x79\xd5\x40\xee\xe9\x47\x0d\xe4\xf6\x57\x88\x83\xc2\xed\x83\x47\x3c\xd2\xa9\xcb\x3b\xf7\xe0\x99\xea\xe2\xa0\x89\x08\xed\xe2\xa0\x89\x37\xad\x8b\x83\x16\xea\x41\xbf\x05\xa4\xee\xd5\x68\xb3\xd2\x64\xea\x35\xf6\x76\x7d\x40\x1a\xa8\xbb\x5e\x9e\x0a\x56\xed\x96\x88\x4a\xfe\x37\xbd\x3c\x95\x78\x8c\xae\x6b\xa6\x82\xbe\xbb\xae\x99\xea\x6c\xea\x9a\xa9\xc0\xed\xae\x6b\xa6\x06\xaf\xda\x0d\xe2\x04\xba\xae\x19\xed\xa8\x5d\xd7\x8c\x86\xe2\xae\x6b\xa6\x66\xbf\x7b\xbb\xc1\x00\xf5\xb0\x54\x0c\x44\x5d\x0f\x4b\x05\x37\x75\x3d\x2c\x56\xe6\xea\x7a\x58\x2a\x4e\x84\xae\x87\xa5\x62\x97\xeb\x7a\x58\xb4\xc1\x76\x3d\x2c\x32\x70\x76\x61\x54\xc5\xca\xd1\x85\x51\x95\x13\xa4\x0b\xa3\x2a\xa6\x98\x2e\x8c\xaa\xdd\x57\x39\x22\x82\x01\xba\xfe\x97\x8a\x48\xe9\x56\x6e\xaa\x38\x3e\xba\x20\xab\x22\xe8\xba\x20\xab\x2e\x6f\x76\xbc\xd3\xa6\xe3\xdd\x76\xc3\xf1\x1e\x3f\xa4\x0c\x79\x7c\xb3\xe3\x45\xed\xec\x49\x19\xc2\xf9\xd2\xad\x68\xac\xa1\xb8\x27\x65\x08\xba\x62\x4f\xca\x90\xe8\x55\xcb\xf7\xf8\xeb\x64\x1d\x37\xae\xb2\x03\xa3\x4a\x46\xdd\xed\xc9\x42\x9f\x8f\xcf\x76\x9b\x4c\x28\x30\xaa\xe4\xfb\x2c\x7d\x2e\xb8\xde\xba\x55\x89\x0b\x56\x9d\x9e\x2d\x39\x84\x49\xa4\x5b\x95\xd8\x22\xd4\x3d\xbb\xf8\x5d\x1b\x56\x25\x2e\x00\xa5\x6e\xf5\xa5\x42\x6a\x5b\xcf\xb7\x4e\x2b\x13\x0a\x6e\x2a\x05\xd1\xdd\xc5\x4d\x45\xf9\x23\x6e\x92\xd4\xb7\x8b\x9b\x8a\xe2\x57\xdc\x64\xe9\x9f\x6e\x98\x53\x71\xff\x66\x47\x54\xed\xa4\x23\x22\xea\xa0\xdf\x22\x4a\xee\xfd\xe2\x88\xb0\x54\xf4\xe2\x88\x50\x59\x7b\x91\xda\x6b\x78\x73\xb6\xc9\x77\xad\x2c\x5c\x86\x6f\xd6\xd6\x04\x8f\x59\x07\x19\x95\xf4\xf9\x6c\xb7\xc9\xfc\x16\x8b\x75\x12\xec\xda\x71\xc7\x94\x84\xb6\xdf\x71\xc7\x94\x94\xbc\x2a\x77\x34\x1a\x42\x2f\x56\xda\xc5\xd0\xda\x41\x55\x45\xba\x89\x5e\x75\xca\x63\x59\xed\xf5\x16\x27\x65\x44\xa0\xaa\x62\x59\x99\x2e\xab\x5b\xf7\xbb\xb2\xba\x1d\x7f\x3b\xa8\xaa\x18\x82\xdb\xad\x2c\x7c\x8a\xaf\xaa\x36\xed\x06\xe3\xb5\xf0\x6e\xaf\x86\x19\x60\xc3\xec\xd5\x55\x37\xff\x14\xfb\xc0\xb1\x92\x71\x94\x77\xe1\x58\x05\x16\x75\xeb\x08\xeb\x5a\xed\xcd\x52\xa4\x1e\x97\xcd\x1a\x6d\x64\x7f\x74\x50\x52\x93\xe0\xae\x83\x92\xda\x87\x05\xbe\xe3\x13\x69\xc6\xdd\x75\x7c\x22\xed\x03\x65\xf4\xee\x87\x80\xbd\xdd\x2a\xbd\x1f\xb9\x3f\x1d\xe0\xd3\x3e\x25\x0c\xc0\xa7\xc9\x33\xd3\x01\x1d\x4d\xfa\x97\xde\xfd\x10\x6a\x76\x37\x48\xe6\x53\xc2\x18\x24\xa3\x75\xa5\x1b\x24\xf3\x81\xa0\xbb\x51\x31\xf2\x20\x75\xe3\x5e\x3e\x8c\x2d\xdd\xb8\x97\x0f\x0b\x58\x47\x27\x6f\x1f\x28\xb8\x2f\x47\x84\xd5\xb1\x1b\x15\xf3\xb9\xf1\x51\x95\x9b\x76\xd4\xbe\x4c\x32\xc2\xbc\xd9\x97\x49\x46\x24\x75\xf6\x6d\x21\x48\x74\xb6\x8e\xda\xd9\xa4\x9d\xe9\xdb\x9c\x23\x85\xc6\x36\xe7\xc8\xf3\x65\x9b\x73\xe4\x61\x64\x29\x52\x6d\xb0\xdd\x52\x29\x92\xb4\xf4\xe3\x77\x71\x54\xf5\x63\x72\x93\x22\xe5\xf8\x66\x74\xb6\x6e\x49\xd0\xe4\x71\x73\x7c\x33\xc6\x96\xf1\xf8\x2a\x36\xd1\x40\x77\x6a\x09\x75\x62\xbc\x8e\x17\x25\x6d\xbc\x5e\x65\xf3\x0e\x43\x4a\x0a\xea\xee\x30\xa4\xa4\x20\xf6\xc7\x6b\x2d\x06\x0e\x85\x61\x48\x49\x03\xdc\x0d\x43\x4a\xf4\xce\x0c\x43\x4a\x0c\x0e\x1c\x86\x94\x34\xe6\x68\x18\x52\xd2\xd1\x4c\x86\xa4\x43\xda\x21\x87\xea\x44\x7f\x7c\xf6\xb3\xc9\x00\x55\x27\x3a\x47\xc6\x30\xa4\xa4\x43\x28\x31\x8c\xfa\xee\xc0\xd5\xa1\xb2\xd1\xa3\x6f\x66\xb7\x76\x60\xe3\x30\x97\xd6\x8c\x80\x71\x73\x69\x39\x22\x87\x21\x25\x9d\xfa\x8c\xc3\x90\x12\x2b\x44\x0c\x43\x4a\x72\xb5\x1b\x8c\x57\x1e\x8f\xa1\xde\x92\x49\x7e\x1f\xea\x2d\x99\x10\xcd\x71\x43\x4a\x88\x5d\x19\x37\xa4\x04\x0c\x32\xfe\x8b\xfa\xe6\xb7\x1b\xda\xbd\x83\x57\xb3\x4d\xfe\x06\xaa\x48\x33\x89\x63\xa0\x8a\x34\x09\x34\x06\xaa\x48\xb3\x3a\xde\x40\x15\x69\x9b\xb3\x69\xa0\x8a\x34\xe9\x35\x06\xca\x46\xdb\x80\x8e\xf1\xf9\x21\x3c\x68\xc3\xc8\x67\x13\x4f\x86\x91\xcf\xdb\x3f\xf9\xf9\x66\xcc\x83\x23\xf9\x66\x90\xc2\xf0\x1c\x97\x8b\x63\xdc\x73\x1c\xcd\x79\x18\x9f\xbc\x11\xb0\xc3\xf8\xe4\x8d\x26\x36\x8c\x4f\xde\x60\xcc\xe1\xd1\x9c\x30\xf0\x0e\x8f\x66\xf9\x7c\x86\x47\x73\x02\x62\x0f\x8f\xe6\x04\xd6\x1b\x1e\xcd\x09\xe5\x79\x64\xc9\x3c\x11\x6e\x23\xeb\x52\xe9\x7e\xc8\x83\x8c\x98\x84\xe1\xd1\xac\xd1\x60\x78\x34\xcb\x6e\x34\x3c\x9a\xa5\x8e\x1c\x1e\xcd\x3f\x93\xc2\x3f\xc5\xfe\xf0\xd4\x4e\xd3\xe1\x78\xc6\x61\x4f\x18\x9e\xda\x09\xdb\xe0\xf0\xd4\x4e\xee\x29\x4f\x6d\x89\x80\x46\x71\xb0\xdb\x67\x1d\x2c\xe1\xf4\xc3\x33\xdd\xf4\xc9\xe1\x99\x9e\xdc\xe9\x9e\xe9\x7a\x79\xc6\x3d\xd3\xd1\xac\xc6\x3d\xd3\x51\xfe\xc7\x3d\xd3\x11\xa1\xc3\x33\x3d\x63\x4f\x18\x9e\xe9\xba\x84\x86\x67\xba\xd4\x97\xc3\x33\x5d\x1e\xa1\xe1\x99\x9e\x71\xbd\x0d\xcf\x74\x3d\x53\xc3\x33\x3d\xa3\xde\x0f\xcf\xf4\x8c\x34\x1e\x9e\xe9\xba\xa2\x06\x67\x7a\xd1\x8d\x35\x3c\xd3\x33\xb2\x7a\x78\xa6\x4b\xaa\x39\x3c\xd3\xad\x5f\x33\x3c\xd3\xb3\x5b\xcc\x33\x3d\x7f\x36\xbb\x57\x99\x85\x7b\xa6\x47\xaf\x3a\x5e\xbc\x06\xa3\x3a\xde\x68\xaf\x1c\x2f\xfa\xde\xa8\x8e\xd7\x2d\xd6\x1c\x2f\x19\x76\xa3\x39\x5e\xac\x8e\xa3\x39\x5e\x77\x4d\x73\xbc\x78\xb5\x46\x73\xbc\x18\x5b\x86\x74\xac\xba\xb1\x86\xf5\x3e\x24\x1d\x1a\xd6\xfb\xc8\x8a\xfd\xa6\x0e\x83\x45\x68\x34\xa5\xa2\x2b\xa7\x29\xf7\xd0\x15\x87\x29\xae\xbd\x7a\x75\xdb\x64\x16\x50\x27\x4a\x47\xbb\x18\xa8\x13\xa5\x63\x5a\x1c\x16\xfd\xd7\xcf\x3e\x50\x27\x4a\x77\xc7\x75\xe5\x3c\x96\x99\xd1\x95\xf3\xe8\x1e\xa3\x2b\xe7\x81\xf9\xa3\xdf\xfa\x59\x0c\x5f\x2b\xab\xb5\xa1\x87\x84\xab\x15\x5d\x71\x68\x65\xad\xc5\x57\x59\x3f\x0b\x55\x79\x68\x4a\xad\xd5\x9b\xb1\x1b\xd7\x6e\xf3\xd6\x95\x76\x08\xc0\xe4\x8a\xe5\x6d\x68\x4a\xb5\xec\xc8\xd0\x94\x2a\x50\x1a\x12\xae\x56\xf4\x96\x81\x29\xb5\x56\x8c\x87\x03\x53\x6a\x35\xb2\x65\x60\x4a\xad\x15\x95\x6f\x60\x4a\xad\xd5\x4d\x87\x29\xb5\x36\x10\xca\x18\x8e\xd7\x3d\x38\x1c\xaf\x7b\xdf\xa2\xff\xf5\xf8\x21\xc7\x4b\xf8\xcd\x20\xca\xa2\xb6\xe0\x9b\xa7\x6f\xb6\xcf\xcb\xa6\xbd\xda\x36\x59\x39\x28\x66\xb5\xb9\x25\xaf\x55\x16\x35\x66\x60\x95\xad\x8d\x5c\xc5\x81\x55\xb6\x36\x8f\x1b\xb4\xb8\x2a\x1b\xed\xc0\x2a\x5b\x5b\xf6\x2a\xe3\x6d\xc5\x67\x95\x48\xd5\xa6\xbe\x0c\x7f\xce\x74\x87\xa2\x79\x8e\xe9\x0e\x1d\x76\x43\xbd\x85\x80\xf3\x81\x55\xb6\x3e\xaf\x37\xeb\xe9\x50\x43\x98\x9a\x41\x5e\xbb\xa1\x19\xe4\xf5\x59\x7d\x37\x8a\x82\xa5\xef\x46\x41\xb1\x74\x21\xa1\xe3\x8d\xa5\x3b\x06\x8b\xdf\xb8\x55\xfe\xe3\x5f\x01\x9c\x63\x39\x3a\x22\x10\xc6\xd2\x53\xa3\xd0\x58\x7a\x6a\x14\x1a\x4b\x67\x37\x16\xbc\xb1\x1c\x9d\x52\x62\x39\x3a\xd5\x3f\x69\x82\x1e\xf7\xc5\xba\x46\x1e\xa6\x60\x39\x9b\x80\xa6\x81\x0d\xb6\x55\xac\xac\x03\x1b\x6c\xb3\xfc\xc7\xc0\x06\xdb\xea\xbd\x39\xda\xe4\xcd\x58\x59\x9b\x81\x67\xc3\x12\xff\xd5\x83\xd8\xe0\x8d\x2b\xca\x0c\xde\xb8\xb2\xcb\xe0\x0d\x2b\x73\x0d\x8b\x65\x64\x7c\xc7\xc3\x62\x19\xd9\xdd\x6a\xb1\x8c\x8c\xe5\x70\x18\xe9\x91\x8b\xcf\x16\x9b\xfc\x49\x23\x3d\xb2\x22\xc5\x52\x1a\x96\xf1\x1a\xb7\xd4\xbe\x6b\xcc\x52\x1a\x59\x71\x64\x29\x0d\x1d\xf4\xc3\x52\x1a\xba\xef\x87\xa5\x34\xb2\xea\x81\xa5\x34\x32\xb8\x69\x5a\x4a\x43\xf5\x6f\x5a\x4a\x23\x63\xb5\x9b\x46\x7a\x64\xb2\xe4\xa6\xa5\x34\x32\xba\xc4\xb4\x94\x46\x06\x5f\x4f\x4b\x69\x64\x84\xc6\xb4\x94\x86\xb5\xc6\xa6\xa5\x34\xf2\xf0\xbb\x8e\x17\x3d\x64\x5a\x4a\x43\xfa\xb8\x69\x29\x0d\x35\xf6\x69\x29\x8d\x3c\xbd\xea\x78\x87\xdd\x70\xbc\xa0\xaa\x69\xb1\x8c\x8c\x3e\x3f\x5f\x47\x84\x3b\x66\xbe\x8e\x08\x2b\xeb\xb4\x94\x46\x79\xbd\xea\x88\xd0\x6f\xa7\xa5\x34\x32\x16\xa1\x69\x29\x0d\x8b\x41\x4f\x2b\x03\x66\x90\xe0\x94\x93\x27\x63\xc3\x9c\x16\xda\x28\x8f\x6f\xee\x36\x0b\x4d\x47\x74\x7c\x76\x7a\xd5\xe6\xb2\xc9\xbf\xd2\xe0\xa9\x45\x68\x5a\x68\x43\x16\xbb\x69\xa1\x8d\x82\xb5\x70\x5a\x68\xc3\xba\x4e\xd3\x42\x1b\x05\xd0\x31\x2d\xb4\x51\xd0\x4c\xa6\x85\x36\x4a\xf0\x6a\xf2\x66\xbe\x6b\x35\x8d\x12\xbd\xca\x78\x8d\x4f\x9e\x56\xd3\x28\x48\xd4\x69\x35\x8d\x82\x02\x3f\xad\xa6\x61\xe1\xaa\x69\x35\x8d\x82\xc6\x3e\xad\xa6\x51\xd0\x3d\xa6\xd5\x34\x0a\xe7\xda\x34\x32\x44\xa3\xd6\x34\xf6\xc3\x02\x52\xd3\xe2\x86\x05\xeb\xfd\xb4\xb8\x61\x29\x36\x1d\x11\x18\x73\x5a\x4d\xa3\xb0\x43\xa7\x71\x23\x86\x2b\x4f\xe3\x46\x8c\xc7\x9e\xc6\x8d\x94\x6c\xd3\x11\x15\x5f\xe5\x88\x38\xc7\xa7\xe9\xa5\x05\xa3\xfa\x34\xbd\x54\x1b\xd7\x34\xbd\xd4\x2a\x51\xd3\xf4\xd2\xe2\xf2\x36\xbd\xd4\x10\xeb\x69\x7a\xa9\x85\x9f\xa6\xe9\xa5\x85\x73\x7c\x9a\x5e\x5a\xaa\x37\x3b\x5e\x1c\x10\xd3\xf4\x52\xe3\xb1\xa7\xe9\xa5\x05\x13\xca\xfc\xee\x78\xe9\x86\xb5\x36\x0a\x26\x94\x69\xad\x8d\xb2\xff\x62\xe0\x9c\x96\xe1\x28\x08\x9c\x69\x19\x0e\x0d\x6b\xd3\x32\x1c\x46\x50\xcf\xcf\x5f\x31\xfd\x8a\xbf\x62\x79\xd5\x5f\x31\xec\xb0\xbf\xc2\x5d\x63\x19\x8e\x82\xf7\x70\xa6\xfb\x2b\x58\x90\x96\xe1\x28\x18\x5b\xa6\x91\x2d\x65\x7b\xd5\x5f\xb1\x7d\xd6\x5f\x41\x96\xee\xb4\x0c\x47\xe5\xf4\x9c\x96\xe1\xa8\x6e\x7c\xcb\x70\x94\xe3\xcd\xaa\x25\x6e\xc0\xa4\x5a\xf2\xfa\x5d\xd5\xb0\x60\x9f\x55\xc3\x40\xee\x33\x5d\x0b\x18\xff\x4a\x83\xad\x59\xf3\x53\x83\xed\xc1\x60\x32\x2d\xc3\x11\xc0\x20\x53\xdc\xd7\x21\x0f\x99\xe2\xbe\x4e\x34\xce\x14\xf7\x0d\xa5\x84\x26\xd9\x01\x8e\x98\xe2\xbe\x61\x9f\xc5\x7d\x03\x0d\x67\x8a\xfb\x06\x71\x77\x53\xdc\x37\x30\x5c\x4c\x71\xdf\x88\xbe\x79\xfb\xac\xaf\x3a\x7e\x88\x01\x0a\xee\x86\x42\x43\x70\x37\xdc\xf8\x82\xbb\x81\x1e\x32\x05\x77\x43\x81\x23\xb8\xd3\x65\x3f\x05\x77\x03\x1c\x31\x05\x77\x43\x81\x23\xb8\x1b\xca\x2e\xc1\xdd\xc0\x52\x3a\x05\x77\x66\xc9\x4d\xc1\xdd\xf8\xfc\x90\xe3\x2d\x36\xef\x78\x99\x14\xc1\xdd\xc0\xb8\x34\x05\x77\x43\x91\x22\xb8\x1b\x0a\x0d\xc1\xdd\x50\xfe\x08\xee\x4c\xa9\x9b\x82\xbb\x51\x6c\x3a\x5e\xf4\x96\x29\xb8\x1b\x78\xff\xa7\xf0\xcd\x34\xf9\x29\x7c\x1b\x6e\x2b\xe1\xdb\xe0\x1c\x9f\xc2\xb7\xa1\x94\x10\xbe\x0d\x37\xbe\xf0\xcd\x70\xd6\x29\x7c\x1b\xcd\x57\x39\xa2\x6e\xaf\x1c\x91\x1b\x5f\xf8\x36\x3c\x40\x85\x6f\xc3\x3d\x28\x7c\x1b\xd3\xa6\x23\x22\xae\x60\x0a\xdf\x06\x91\x3c\x53\xf8\x36\x48\xa6\x98\x02\x34\xa3\xcb\xa6\x00\xcd\x72\xb1\xb3\x39\x22\x77\x59\x73\x44\xc7\xab\xd3\x9b\x59\xa2\xc2\xb7\xe9\x86\x15\xbe\xcd\xc7\x21\x1c\xaf\x72\xb3\xf0\xcd\x90\xb0\x29\x7c\x9b\x78\x3a\xa6\xf0\x6d\xba\xbc\x85\x6f\x13\xf5\x7e\x0a\xdf\x26\xa8\x79\xde\x20\x19\x3b\x29\x40\x0b\x78\x67\xe6\x0d\x83\xc1\xb4\x38\x2f\x40\xfb\xbc\x6a\xd9\x32\x10\xf7\x14\x73\x05\x82\x10\xa6\x98\x4b\x3f\xfb\x14\x73\x05\x77\xa8\x98\x2b\xd8\x49\x31\x57\xf0\x1c\x17\x55\xe9\x58\x9f\xa2\xaa\xe0\x77\x45\x55\x01\x43\xeb\x14\x55\x85\xcf\x67\x2d\x4c\xf6\xd9\x0d\x0b\xb1\xfd\x7f\xe3\xfc\x5b\xec\x0b\xb8\x42\xf2\x41\x6b\x96\x65\x7b\x28\xc0\x2c\x76\x49\x80\xe9\xfa\x14\x70\x55\x8f\x2d\x01\x57\x55\x59\x12\x70\x55\x55\xa9\x0b\xb8\xb0\x18\x4c\x00\x57\x39\x6e\x84\xa9\x9b\xa3\x79\xb3\x6e\x0e\xf4\xdb\x29\xa4\x3a\x20\xac\x29\xa4\x9a\x9e\xda\x37\xd0\xc5\x3f\x63\xa0\x8b\x24\xb7\xd3\x40\x97\x79\x3f\xe4\x1a\x73\x13\x19\xe8\x32\x49\x7d\x9a\x06\xba\x48\x72\x3b\x0d\x74\x91\x15\x6a\x1a\xca\x22\x51\xed\x34\x94\x65\x12\x65\x3a\x0d\x56\x99\x64\x17\x4e\x83\x55\x26\x6c\x3f\xd3\x60\x15\xf9\xa6\xa6\xc1\x2a\x73\x7b\xb3\xb3\xa0\x38\x92\x38\x48\xa4\x30\x0d\x56\x39\x38\x2f\xa6\xc1\x2a\x56\x36\x9f\x06\xab\x48\x64\x31\x0d\x56\x91\xc8\x62\x1a\xac\x22\x69\xc9\x34\x58\x45\xaa\x8a\x69\xb0\x8a\x44\x16\xd3\x60\x15\x59\x2f\xa6\xc1\x2a\x12\x59\x4c\x83\x55\xa6\x0a\xad\xc1\x2a\x8b\x78\xe3\x69\xb0\xca\xea\xbe\xb9\xdb\xf4\x55\xe6\xe1\x7a\x18\x19\xac\xb2\x71\x9e\xce\xad\x95\x55\x99\xb9\xb5\xb2\x2a\xbb\xac\x75\xb8\xb0\xb2\x4e\xe1\xdb\x22\x04\x77\x0a\xdf\x56\xb3\x19\x6c\x32\x5e\xe1\xdb\x12\x83\x08\xdf\x16\x41\x14\x53\xf8\xb6\x30\xe7\x4e\xe1\xdb\xb4\x93\xc2\xb7\xe9\xba\xb2\xec\xbb\x51\x40\xd3\xb2\xef\x2f\x6e\xf7\xa9\xe3\xe3\x55\x75\x04\xa0\xb5\xd7\x13\x04\x80\xd6\xde\x6c\x37\xb0\x1b\xbf\x28\xb4\x0b\x80\xd6\x0c\xff\x5b\x00\xb4\xf6\x62\x10\x5b\x40\xb0\x66\x30\xd2\x02\x82\x35\x03\x0b\x97\x2e\x95\xb7\xf8\xac\xe5\x80\x71\x9e\xae\xc7\x3e\xb3\x61\x97\x0e\x97\xb7\xf9\x5d\xcb\x01\x83\x40\x17\x10\xac\x19\x1c\xb8\x1e\xfb\xcc\xe9\xb3\x40\x55\xcd\xc8\xa5\xf5\x5a\xb3\x98\x39\x5a\xaf\x9d\x1c\xde\xcc\x8f\x9d\xc9\x9b\x35\xd7\x23\x46\x96\xa8\x6a\x31\xdd\x4b\x54\xb5\x30\xff\x2e\x51\xd5\x7e\x7c\x16\xc9\xb6\x51\xc2\x97\xa8\x6a\xfb\xaf\x44\x55\xeb\xf6\x6a\xd9\xe4\xd7\x89\xaa\x16\x06\xb1\x25\xaa\x5a\x76\x52\x54\xb5\x80\xba\x4b\xdc\xb4\x96\x57\x5d\x2a\xe0\xc4\x25\x32\x32\x39\x7a\x89\x8c\x16\x0a\xfc\x12\x19\x2d\x8e\x8c\x25\xf6\x59\x18\xd3\x96\xd8\x67\xe1\xe6\x5b\x37\x2a\xfe\xf8\x2a\x7b\x85\x31\x7c\x19\x15\xbf\x81\x7e\xeb\x46\xc5\xa3\x1f\x2e\x91\x91\x14\xe5\x4b\x64\xb4\x5f\xaf\x7e\x36\xff\xe2\xe4\x59\x82\x26\xa9\x02\x97\xa0\x69\xa3\xef\x2d\x41\xd3\x06\x6f\x2e\x41\xd3\xe6\x8c\x5b\x82\xa6\x8d\x63\x6e\x09\x9a\x36\x67\xeb\xba\x9c\x3c\xd1\xfe\x4f\x9b\x4c\x90\xa0\x69\x47\x3b\xbc\x6d\xb2\xe4\x04\x4d\x9b\x1d\xb7\x04\x3e\x9b\x1d\xb7\x04\x3e\xdb\x5d\x23\xf0\xd9\x50\x05\x2e\x81\xcf\xe6\x50\x58\x02\x9f\xed\x26\x12\xdd\x6c\x77\x8d\xe8\x66\xbb\x2f\x44\x37\xd2\x6d\x2d\xd1\xcd\x6e\xde\x6c\x9f\xdd\x35\xa2\x9b\xdd\xfc\x90\x7d\xe6\x04\x59\xa2\x9b\x89\xd9\x6a\x89\x6e\x26\xb0\x77\x89\x6e\x26\xce\xf1\x25\xba\x91\x38\x71\x89\x6e\x66\xf3\x59\x37\x91\xdd\x30\x6e\x3f\x21\x33\x97\xe8\xa6\xe1\x8e\x59\xa2\x9b\xe6\x72\x15\xdd\x34\x17\xb3\xe8\xa6\x61\x84\x5c\xa2\x9b\xb6\xfd\xae\x46\x57\x37\xa0\xe8\xa6\x91\xec\xb3\x2c\x41\x68\x7a\xda\xb2\x04\xe1\x40\xef\x5a\x72\xf2\x88\xaf\xd7\x2d\x64\xcf\x81\xb2\x6e\x21\xfb\xe3\xd5\xe8\x55\xde\x6c\x21\xfb\xf2\xf8\xaa\x64\x93\xc5\x60\x21\x7b\x0d\x26\xcb\x42\xf6\xe5\xf1\xd9\x6a\x93\x5e\x59\xc8\xde\x32\xd9\xcb\x42\xf6\x46\xc5\x2c\x0b\xd9\x17\xdc\x22\xcb\x42\xf6\x1a\x3d\x96\x85\xec\x4f\xf5\xea\xb6\x49\x9f\x2d\x37\x2f\x35\xd9\xb2\xdc\xbc\xd4\x0d\xcb\x72\xf3\x07\x95\x75\x59\x6e\x5e\xda\x87\x65\xb9\x79\xb9\x8f\x56\xb9\x4e\x6a\x9f\xe5\xbb\x19\x9b\xc0\x12\xa1\x14\x65\x97\x05\xe5\x33\x50\x77\x59\x50\xde\xca\xc2\xcb\x82\xf2\x56\xe9\x5d\x16\x94\xb7\xfe\xef\xb2\xa0\x7c\x74\x80\x92\x97\x5a\x8d\x74\x49\x5e\x1a\xa7\x4d\x46\x14\x5d\xfc\x92\x97\x7e\xf7\x59\xc3\x1b\x70\xd6\x2c\x0b\xca\xcf\xe2\xcd\xfc\xe7\xbb\xbc\xc5\x20\xb2\xdf\x2c\xc9\x4b\x27\xa6\x98\x65\xa0\xc8\x74\x08\xe8\xe4\xcd\x1a\x01\x0b\x95\xaf\x4d\xd4\xc5\x85\x8d\xbd\x4d\xbc\x15\xcb\x28\x0b\x0d\x35\xcb\x28\x0b\x2d\x24\x6b\x3a\xa1\xee\x14\x54\xbe\xa6\x29\x66\xa1\xf2\xb5\x72\x3f\x74\x6c\xd2\x49\x43\x32\x2c\x14\xbe\x0c\xc9\xb0\x14\xf8\xba\x44\x25\xe8\x0f\x6b\xc9\x88\x82\xc1\x73\x19\xb0\xd1\xf1\xbf\x2c\x03\x36\x36\xe8\x75\x19\xb0\xd1\xb1\xac\x2e\xec\xea\xad\x7b\xfa\x2c\xf9\x52\x3c\x9b\x96\x7c\x29\xd3\x0f\xc9\xe2\x32\xfd\xd0\xb0\xc9\x78\x51\x17\x5b\x9f\xf6\x59\x16\x97\xf5\x97\x6d\x7f\x69\x54\x17\x41\x2f\x8d\xea\x06\xcc\x2f\x8d\xea\x5a\x0c\x96\x46\xf5\xa1\x34\x36\xc2\x64\x60\x1b\x5c\xe8\x8a\x6d\x60\x45\x5f\x9a\xdc\xe5\xa8\x59\xd7\xe4\xbe\xbd\x59\xda\x70\xf7\xc5\x96\x36\xdc\xe3\x66\x4b\x1b\xae\xb6\x60\xb0\x4a\xc3\x20\xbf\x0c\x56\xe9\x2e\x0c\x75\xc5\xbe\xfd\x90\x84\x36\x28\xb4\xcb\x50\x96\xae\x84\x41\x57\x6c\x5d\xc9\x76\x64\xa1\xf1\xe4\x3d\x4e\x2e\x66\xe4\x65\xdc\x4b\xf7\x98\x3e\x8e\x57\xf9\x73\x1c\xaf\xf2\xc7\xa8\x98\x81\x71\x69\x19\x15\x33\x5e\xaf\x32\xde\xe1\x46\x30\xb0\x79\x47\xbf\x6b\x5c\x84\xbb\x46\x6d\x50\xe6\xf3\xad\x36\xb8\x89\x22\xd8\x6a\x83\x96\xa9\xdd\x98\xeb\xdb\x06\xce\xec\xc7\xb8\x08\x70\xd3\x56\xfd\x93\xdc\x72\xab\xfe\x49\x8c\xb9\x55\xff\x24\xb7\xdc\xaa\x7f\x1b\x59\xbd\x55\xff\x36\x6e\xf7\xfd\xd8\x49\xce\x88\xfd\xa8\xa2\x83\xfa\xb7\xca\xe1\xde\xbe\x99\x21\x1c\xcc\xb9\x1b\xfb\x7c\x3b\x68\x17\x1b\xfb\x7c\x93\x64\x72\xab\x49\x1e\x34\x84\xad\x26\x79\xb0\x1b\x6f\x75\xc5\x03\xec\xdd\xe8\x8a\xf1\x79\xbc\xfa\x1b\xd1\x39\xa0\xc8\x8d\xae\x18\xf4\x97\x6d\x74\xc5\xf8\x30\x29\x1b\x5d\xf1\x9c\xc7\x9b\x27\x4d\x94\xa5\x8d\xae\x78\x0e\x93\xb2\xd1\x15\xcf\x89\x5e\x3d\x34\x51\xe1\x36\xba\xe2\x63\x0a\xd2\xc6\x02\xff\x3c\xf8\x50\x36\x16\xf8\xf0\x3a\x7c\x34\xc9\x20\x6b\xdf\x46\x93\x7c\x74\xdb\x6d\x63\x84\x32\x51\xb5\x5b\x0b\x7c\x3a\xbe\xca\x68\xf3\xd7\xa6\x21\xd6\x98\x25\xb7\x7c\xfb\x1d\xc9\xb6\xb5\xc0\xb7\xe4\x87\x2c\xa0\xef\x84\x1a\x23\x64\x46\xf3\x0e\x96\x02\x3c\x7e\x97\x68\xf3\x94\xbc\xca\x0c\x56\xfc\x92\x5b\x2d\xf4\x80\xe6\xb6\x31\x42\xeb\xb3\x29\x75\x3f\x87\xc2\x36\x46\x68\x11\x67\xb8\xa3\xc7\x0d\x4a\xce\x56\xd5\x94\x53\x6b\x1b\x23\x54\x51\x68\xf7\xa5\x7f\x3c\xbe\x19\x6e\xab\x1a\x7d\x15\xe3\x1d\xcd\x26\xe3\x95\x1f\x6f\xab\x6a\x0a\xed\xb7\xe1\x46\x61\xfa\xa1\x5b\xb7\xc2\xab\x64\xf4\x3c\xcd\x67\xe5\x06\xb7\x93\x46\x3e\x2f\xec\xdb\xdb\xc8\x67\x53\x87\xb6\x91\xcf\x09\x34\xb7\x3f\x33\x7a\xaa\x37\x5b\xaa\x20\xdb\x34\x8c\x0d\x5f\xe4\x36\x54\xe9\xb9\x1f\x62\x7e\x17\x82\x71\xab\xa6\xce\xe1\x87\x50\xdb\xc6\xbd\xd9\xf1\x3a\xdd\xaa\xa9\x87\x43\x7f\x7f\xe6\xef\xff\x7f\xa9\xfc\x53\xec\x6f\xe3\xa3\x44\xb2\xdb\xa0\x68\x53\x92\xb7\x41\xd1\x0f\x46\xe6\x6d\xe6\xe9\xc1\xd7\xbf\xaf\x06\x8b\x6d\x7f\xdf\xcc\x53\x37\xbe\xbc\x91\xc6\x57\x6f\x33\x4f\xbf\x6e\x93\x5f\x11\xfc\x6f\xb2\x4a\x86\xe4\x9b\x2d\x2d\x31\x6d\x1a\x36\x80\x8e\xba\xd5\x60\x67\xf7\xaa\xa5\x1e\xa7\xdd\xd0\x3e\x8f\xc9\x7d\x9b\x79\x3a\xd0\x9c\xb7\x99\xa7\x2f\x76\xe3\x2d\xbf\xcd\x9b\xbc\x6a\xb2\x0f\x47\xc6\xce\xb7\x04\x33\xdf\xb5\x88\x76\x00\x6f\x6e\x59\x25\x9f\xc7\xa6\xb4\xbd\x60\xc6\x2d\xab\xa4\xa5\xdb\xb7\xac\x92\x92\x5b\x6e\xd3\x54\x05\x59\x5b\x56\xc9\x99\xbd\xca\x78\xbb\x9b\x48\x7e\x1b\x2b\x5d\x6e\xf9\x6d\xbe\xe2\x55\xfd\x2f\xdb\x57\x4d\x8f\x48\x56\x82\x69\xaa\xc3\x23\x43\xdb\xbe\x70\x66\x63\xdb\x6f\x96\x23\xdf\x37\x70\x8b\xb3\x69\x63\xdb\x6f\x89\xf3\x74\x17\x1d\xeb\xf6\xca\xba\x6c\x15\x0f\xe0\x96\x55\xd2\x98\xa8\xad\x6e\x9c\x94\x30\xb2\x4a\xbe\xaf\x1f\x32\xd9\x10\x28\xb4\xad\xcb\x76\xcf\x26\x69\xff\x33\xa6\xb6\x8d\x6d\xbf\x85\xd7\x0f\x89\xc8\xd0\x51\x77\xb9\x45\x76\xf8\x39\x72\x4e\x56\x2c\xff\x1b\xcd\xb9\xe5\xe2\x88\x0c\x24\x00\xfa\x6d\x6d\xfb\x5d\x91\x72\x69\xff\x49\x10\xd8\xa6\xb8\x1a\x05\xb4\xd5\x9c\xfb\xe3\xcd\x88\xb2\xa7\x78\xb3\xa5\x52\x94\x12\x6a\xce\x27\x79\xd5\x64\x2e\xb8\xe6\xb6\x29\xae\x15\x07\xc4\x36\xc5\xb5\xdc\xef\x5e\x26\x5b\x86\xa0\xe5\xdf\xba\xd2\xdb\x04\xd8\xad\x1c\xd0\xf2\x3f\x71\x6d\x6c\x2d\xff\xcb\x5f\x67\xc9\x80\x17\x40\xba\xd5\xba\x03\xf6\x84\xad\xd6\x9d\x31\x5c\x6c\x2d\xff\xcd\x33\x51\x46\x4a\x53\x5c\xb7\x09\xb0\x0d\x13\xdf\x36\x01\x36\xa3\x98\x6d\x19\x29\x1f\x87\x7f\x03\xb7\xf0\x91\x6d\x43\xbb\x8d\x0f\xdc\x32\x52\x06\xe7\x08\xbf\x40\x8b\xaf\x6f\x66\xbc\xcb\xe9\xd6\x2f\xb0\xf0\x18\x6e\xd3\x63\xad\xb8\xb4\x4d\x8f\xed\xae\x76\xeb\x68\x4f\x05\x85\x75\xb4\x1f\xcc\x02\x5b\xda\xc9\x03\x1e\xdf\xd2\x4e\x46\x75\x1e\xeb\x68\x4b\x1e\xb8\x6f\x58\x97\xdb\xd9\x18\xf2\xa8\xa2\xd2\x2f\x0b\xae\x57\xad\x32\xa3\xcc\xe9\x57\x74\x33\xa2\x6e\x1d\xde\xe5\xcd\x96\x4d\x54\x56\x77\x6d\x6b\xfe\x67\x33\x64\x2d\x5d\xba\x6f\x86\xac\xc3\xef\xb7\x8c\x05\xb3\xaf\x8b\xc1\x30\xb6\x2d\xed\xe4\xf9\xb3\x84\xfa\x1e\xc6\x64\x62\x21\xd9\x26\xcf\x7e\x38\x6d\xf7\x50\x75\xf4\x24\x32\xe2\x2b\x61\x58\xdb\x26\xcf\x76\x20\xd5\x36\x79\xf6\x73\xe3\xdf\x62\x70\x9e\xda\xc3\x9c\x38\x50\xd2\xbe\xc5\xe0\x5c\x63\xc3\xbc\xc5\xe9\x87\xfc\x15\xc1\x57\xf1\x2b\x92\xeb\xc4\x3c\xdc\x8d\x2b\x6a\x1b\x8a\x2f\x9d\xf5\xc6\x01\x51\xa4\xc1\xdf\xd3\x18\x21\xe2\xc9\x37\x0e\x88\xb6\xb1\x81\x6c\x8b\xc1\x55\x37\x91\x71\xfb\xf9\x78\xb3\x7c\xdd\xf6\x59\x36\xcb\x57\x7d\x0f\x34\x5a\x3b\x60\x7c\x1b\xf1\x25\x6b\xe8\x16\x8d\xbe\x78\x3a\xb6\x68\xb4\x12\x04\xbe\x8d\xf9\x8f\xea\x7b\x46\x7c\xf5\x7b\xf5\x52\xb1\xf9\x5d\x44\x59\xc0\x7a\xbf\x65\xdd\xd1\x69\xb2\x2d\x15\xf7\x12\x64\xbb\xc5\xaa\x7a\x5a\xb7\xee\x89\xa0\x1c\x30\x0f\x37\xe2\xbb\xd9\x60\xd5\x2a\xf5\xf7\x36\x3c\x6c\x6e\x5f\xe5\x52\xff\x6c\x6a\x04\xf0\x4f\x5a\x62\xdb\xea\xf3\x5b\xd7\x86\xb6\xd0\x2d\x56\xcd\xfe\x58\x4b\xc5\x49\xfb\xb0\xd7\x2d\x31\x69\x37\x38\xaa\xf4\xc2\x6f\x5c\x1b\x2d\xdc\x9b\xa5\x0b\xce\xbe\x8a\xf1\x56\x77\x8d\x70\xd5\xf2\x76\xfb\xc6\x80\xd9\x67\xf9\x7c\xba\xba\xb1\x35\x11\x1e\x0f\x32\xe1\xaa\xa1\x83\xdb\x7a\x70\xaf\xb2\x5a\xd7\x86\xbe\xb6\x2d\x5c\x6d\x38\x31\xf7\xbe\x5b\xdb\x67\x8d\xe8\x2b\x5e\xbd\x79\x34\xfc\xd8\x9b\x5b\xa1\x48\xd1\xb5\xd1\x3c\xf4\x85\xab\xaf\x3a\xf9\xbe\x79\xc7\x36\x75\xda\x2a\x7f\x74\x6d\x58\xdf\x64\x0b\x57\xab\xba\x96\xae\x8d\x8e\x8d\x6b\x1f\xb5\x6e\xc5\xaf\x70\xb5\x2a\xe7\x75\x6d\x74\x4f\x4c\x0b\x70\x5f\xe8\x77\x5d\x1b\xc3\x9b\x9d\x5f\xff\xa4\x55\xb6\xab\xc3\xb7\xca\xb6\x64\x6b\x5b\x0e\xa2\xb7\xdb\x67\xdd\x6d\xae\x0d\x23\xd3\xe4\xca\xde\x72\x10\x99\xc3\xbb\x85\xba\x96\xa5\x3b\x42\xdd\x8a\x9f\xeb\x98\xc3\x9b\x31\xa6\x1d\xa1\x6e\x63\x31\x1c\x73\x78\xad\x3d\x71\x8c\x4c\xeb\xa4\xd2\x1c\xdd\x22\x13\x4b\xe3\x31\x32\x4d\x11\x7a\x8c\x4c\x13\xeb\x1d\x2b\x26\x98\x67\x74\x8c\x4c\x3b\x1c\x46\xc7\xc8\xb4\x89\x7e\x78\x6e\x0e\x2f\x93\x72\x8c\x4c\x9b\x28\x0c\xc7\xc8\x34\xf3\x41\x8e\x25\xb9\x7b\xf6\x59\x79\x5f\xf9\xb1\xc7\xb8\xb5\x8e\x3a\x71\xc4\xc5\x01\x4d\xec\x18\xb7\xa6\x7c\x3e\xff\x91\xb5\xf2\x5d\xe3\xd6\x56\xfb\x2b\x92\xe7\xe8\x7c\x59\xf7\xa3\x72\x9b\xa3\x48\x1f\x6b\x79\x87\xe4\x55\x44\x59\x00\xd8\x1e\x79\x5c\xf5\x97\x9d\xf7\x56\xbd\xe4\x27\x03\xa8\x5b\xec\xde\xec\x29\x76\xbc\x99\xa5\xbe\x88\xf8\x3a\x00\xea\x66\xce\xc2\x79\x9d\x7a\x14\xda\x03\xa0\x4e\x46\x99\x1e\x93\x6e\x96\xff\x2d\x68\x22\xe0\xf4\x39\x00\xea\x56\x50\x68\x8f\xae\x19\xbd\xb4\xc7\x02\x76\x81\xe3\xe6\xc8\x65\xa4\x85\xe4\x84\x4b\x01\xe7\x87\xdc\xda\x8e\x57\xc7\x8d\x78\xf3\x98\x74\x23\x35\xe2\x11\x50\xeb\x96\x3d\xc1\xe4\xa6\xe5\xb3\xda\xc9\xb1\xd1\x1d\x00\x75\x6b\xb8\xfe\x4f\x10\x60\x82\x0a\x4f\xbc\x5b\x9b\x6e\xdc\x5a\x78\xdb\xab\x06\x27\x3b\xc0\x28\xaf\x05\x22\xf4\xc4\x9b\x6a\xca\x77\x4d\xba\x49\xee\x9a\xeb\xbb\x99\x5e\xf5\xa8\xc2\xa7\x79\xa2\x04\x71\xd3\x0f\x89\xaa\x30\x6f\x1e\xeb\x29\x04\x24\xf9\x11\x50\x1f\xce\x97\x23\xa0\x8e\x9f\x7d\xb6\x96\xae\x53\x66\xfe\xce\x43\xd2\xcd\x31\x7f\xc7\x1c\xab\x63\xfe\x8e\x21\x61\xe7\xb3\x94\x06\x16\x92\x63\xc0\x9b\x08\xf4\x98\xdd\x93\x5c\xa2\x00\xea\xb6\xec\xa4\x7e\x9f\xe9\x7f\xbe\xf5\x14\xee\xb3\xc5\x55\x47\xaf\x4c\x25\x5e\x00\xd2\x63\x2d\xbc\x8a\xd1\xe3\x08\xa8\x07\x80\xe5\x7c\x96\xb3\x01\x55\x1d\x0b\x8e\x67\xcc\x0b\x47\xbf\x4f\xdc\x7e\xc8\x74\x98\xec\x87\x8e\xbf\x8e\x01\xa6\xbb\xb5\x19\x42\xba\x28\x83\x0f\x59\x70\xbc\x22\x24\x8f\xac\xb0\x23\x7b\xb3\x74\x6a\x58\x95\x8f\xa8\xf9\xc1\xc1\x7d\x40\xcd\x65\x71\x82\x1c\xfd\x3e\xc6\x80\x1d\xf9\x9a\xe2\xf6\xcd\x57\x94\x31\x0b\xfa\x7d\x2c\x9e\x7b\x4c\x34\x96\x34\xfe\x5c\x56\x58\x65\x57\x92\x22\xe3\x78\x33\xa2\x4c\x65\xf8\xe8\xf7\x91\x74\xfd\x88\x9a\xcd\x8f\x38\xe6\x3a\x6d\xce\xf1\x63\xcc\x9b\x44\xbe\xe7\xa2\x66\x4e\xdb\x63\xcc\x5b\x54\x0c\x66\xe7\xf7\xbe\xea\xd2\x2f\x30\x04\xc9\x9d\xbe\xe9\x9b\x5d\xcf\xce\xbe\x11\x71\xfd\xf3\xe6\x6b\x49\xb6\x93\xac\xe7\xf1\x79\x33\xeb\x59\x87\xef\x31\x22\xee\xbf\x5e\x89\xaa\x96\xaf\x92\xb2\x12\xbd\xf4\x48\xee\xa4\x0d\xf3\x18\x11\x67\xed\xaa\x53\xae\x55\x84\x19\x2c\x57\x74\xf3\x66\xc9\x9d\x92\xbb\xcc\x5a\x0c\x01\xa3\xd6\xb1\x58\xde\x59\xbe\xd9\xfd\x8b\xd9\xf9\x48\xee\xd4\xdf\xbf\xb4\xfd\x73\x9d\x4d\xf8\x07\x8f\xc1\x72\xfa\x43\x8f\xc1\x72\xeb\xb1\x87\x16\x71\x70\xec\xc5\xa5\xae\x44\x15\x50\xd7\xe8\xcd\x02\x2e\x14\xf8\x73\x5d\x51\x38\x7c\x8f\x45\x1c\x1e\x0c\x98\x47\x57\x94\xa9\x97\x47\xb2\xd9\x81\x7b\xe5\xdc\x4c\x28\xe5\x9e\x85\xce\xab\xbb\xd5\x4c\xa8\x81\x25\xfc\xdc\x3a\x7a\xcd\x9b\x8d\x80\x72\x8b\x19\x4a\xb7\x96\xbd\x72\xbc\xca\x3d\xc9\x66\xbb\x23\xb2\xca\xde\xfd\x1b\x92\xcd\xca\x13\x7e\x64\x94\x32\x3b\xf8\xe8\xc6\x92\xa9\xec\x58\xe2\xe1\xc5\x04\x74\x64\x94\x4a\x98\x46\x4f\x93\xeb\x12\x55\xea\x34\xb3\x83\xd1\x33\x4f\xbb\x1e\x79\x3e\x24\xa0\xb6\x5c\xf5\x91\x51\xaa\x39\x5e\x73\xa5\xa3\x4b\x4e\x46\x29\x99\xe8\xce\x05\xd4\xee\x0b\x01\xb5\xec\x04\x47\x2a\xda\x43\x68\xd9\x91\x8a\xf6\x28\xf7\xa4\xa2\x3d\xc4\x0c\x1f\x4b\x3c\x48\xe3\x76\xda\xad\xfa\xc4\xf0\x05\xd4\x1a\x88\xce\xa5\xa2\x55\xb3\x12\x50\x37\xf2\x23\x8e\x80\x7a\xa8\x6c\xe8\xd4\xb3\x20\xe3\xb9\x81\x76\x2a\x4b\xfd\x56\x7d\x62\x44\x5d\x8f\x18\xe6\x85\x63\x1d\x87\xf1\xf8\xac\x06\x31\xd4\xdd\xd3\x35\x10\x79\x26\xf6\x9b\xff\x6b\x9f\x59\xcf\xa6\xe4\x9c\x6e\xc5\x5b\x25\x5b\xd7\x20\x56\x6c\x8a\x22\x01\x95\xc7\x98\xbd\xe3\x41\x66\xcc\xde\xf1\xd9\xa1\x0b\xbb\x7a\xf5\x86\x4a\x32\x22\x29\xa7\x0e\x26\x82\x03\x6a\x2e\x2b\x79\x55\x14\xe9\xb9\x36\xb4\xfd\x2a\xca\x40\xcd\x2d\xe2\x26\x38\xa2\xe6\x07\x1f\xdf\x31\xa2\x4f\x6e\xab\x23\x6a\x7e\x30\x20\x9c\x71\xd9\x7e\xf8\x57\xc3\xcc\xbe\xed\x87\xe4\xa9\x9b\x36\xd9\xbf\x91\xcc\xd3\x23\x6a\x1e\x00\xff\x23\x6a\xee\x18\x4b\x0f\xa8\xb9\x2c\x37\x9d\xa8\xb9\xba\xae\xac\x01\x11\xfd\xd0\xb4\x8c\x8e\xa2\xec\xe6\x49\x91\x47\x7f\xa6\xf9\xce\xc7\xef\x1a\x20\x87\xeb\xfc\x4c\x23\x18\x3d\xc8\x44\xcd\x96\x86\x39\xa2\xe6\xe0\xa6\x13\x35\x7f\xcb\x9b\x45\x91\xc7\x5e\x69\x30\xf1\x6f\xcc\x7b\x34\xb3\xbc\xd7\x45\x91\x74\x52\xd4\xbc\xd4\xab\x97\xaa\x17\x6e\xd9\x23\x6a\xd6\x85\x7d\x0c\xf9\x5b\x98\x50\x8e\xa8\x39\xb8\xe9\xd6\x55\xbd\xd8\x92\x7a\x78\xa5\x08\x3e\x7a\x78\xcd\x1a\x3b\x16\x58\x7f\x3d\x40\xf5\xf0\xd6\xcf\x37\x0f\xe5\xa4\x37\x83\x32\x7e\xc5\x53\xfe\x2d\xf6\x97\xb6\xd0\x61\x97\xfc\x15\xd3\xb1\xb3\xb5\x3f\x57\xbe\x05\xd6\xb7\x5a\xa8\x04\xb9\xcd\x45\x75\x01\xb5\xff\x6d\x5f\xa2\x39\xfe\x8c\x05\xd6\x5f\x0f\x26\x01\xf5\x50\x77\x12\x50\x37\x17\xb3\x45\x06\x8d\x5e\x38\x02\xea\xac\x5e\x6d\x81\xf5\xa5\x4e\x2e\xa0\xd6\x33\x7e\xae\xff\x57\xb5\xd3\x22\x83\xc2\xed\xb3\xaf\x1b\x8b\x1d\xa7\xff\x37\xb9\xa7\x8c\x15\x94\x93\xe7\x08\xa8\x35\xd4\x1c\x63\x05\x2d\xe2\x70\x00\xd4\xdf\x15\x47\xc6\x0a\x4e\xdf\x6c\xac\xa0\x09\xce\x47\x62\xab\xf1\x78\xd5\x68\x1c\x31\xa3\xe5\xd7\x27\x9e\xf4\xa3\xff\x57\xa2\xb6\x73\x53\xbd\x82\xaf\xba\x05\xdd\x98\x32\x53\xbd\xac\xc2\x76\x24\xf5\x35\xc5\xfe\x08\xa8\xdb\xf0\xd9\xbb\xd4\xed\xb3\x00\xf3\x07\x0d\xc2\x73\xcb\xaf\xff\xa4\x71\x78\x24\xf5\x3d\xdb\xa6\x5a\xca\x2f\x5e\x37\x3c\x00\xea\x14\x7e\x4a\x69\x78\x2c\x41\x08\x89\x71\x78\x2c\x41\x88\xd9\x2a\x3c\xc6\x19\x7e\xbf\x30\xfe\xf0\x00\xa8\x13\xb1\xbe\xe1\xd1\xd1\x5c\x93\xaf\x32\xf6\x35\xdb\x2b\x96\x7a\xde\xbe\xca\x02\x76\x3f\xb1\x1f\x1e\x01\x75\xfd\x65\x7e\x85\x47\x47\xf3\xf8\xe5\x85\x85\xc7\xe2\xec\x18\x01\xc2\xa3\xa3\x79\x37\x3a\x09\xa0\x4e\x71\xf0\x66\x00\x75\x0a\x87\x37\x5b\xfd\x84\x0c\xd0\xf0\xbc\x17\x55\xf9\xac\xc4\x74\x3f\x55\x39\x3c\xb2\x4f\xe4\xc1\x88\x44\xcd\xb0\xf8\x86\xc7\x90\xc5\x27\xd3\x49\x43\x16\xbf\x4d\xaf\xa4\xaa\xa0\x7e\x5f\x78\x2c\xce\x4e\xa1\x8d\xf0\x5c\xe6\xab\x5f\xfc\x58\x78\x6e\x81\xc2\x7b\xb3\xb6\xfd\xe8\xcd\xba\x65\xab\x23\xba\xec\x88\xfc\x0d\x50\x73\xa3\x82\x49\x78\x64\xbe\x0a\x0f\x6f\x96\xf9\xea\xfd\xbc\x59\x03\xd1\x6f\x3d\x87\x47\xaa\x8a\xb9\x19\x7e\xd0\x20\x96\xbd\x59\x54\xe5\xca\x09\xd7\xe0\x49\x37\xa4\xaa\xc8\x9f\x4d\xc7\x5b\x98\x5f\x51\xf3\xf7\xda\x0d\xab\x9f\x14\x66\xc1\x60\xc8\x77\xdb\x67\x0d\x62\xd1\x9b\xd9\xbf\x33\xd9\xab\xab\x6a\xf2\x73\xa2\x81\x04\x3f\xa0\x14\x9e\xa8\xc1\x24\x32\x22\x50\x73\x23\x5b\x2d\x3c\x16\x28\x24\xbc\x33\x3c\xa2\xe6\xfa\x7a\x55\xdf\x8d\xff\xd9\x0a\xf2\xa1\x32\xfc\x68\x1c\x57\x65\x31\x18\xf1\xf8\x14\x6f\x46\x5e\x11\x8f\x1d\x1e\x09\xb8\x66\x66\x08\x51\xb7\xfb\x62\x6d\x44\xf7\xef\x63\xd3\x28\xaf\x61\x9f\xa5\x55\x7f\x1d\xa0\xd5\xb5\x3e\x06\x08\x6a\xce\x5f\xfa\x23\x80\x33\x3c\x7a\xa8\x31\xba\x86\xe7\x02\x6a\x97\xab\xdc\x5c\xd9\xb9\x16\x50\xd7\xe2\x57\x98\x7a\x60\x6f\x78\x2e\xc5\xb1\xd3\xf7\x5d\xc0\x45\x87\x2d\x2e\xbf\x8f\xaf\x52\x94\x25\x9f\x65\xea\x87\xfb\x42\x0f\xf5\x9c\xac\x13\x0b\x14\xc2\x69\x1c\x1e\xdd\xd0\x58\x86\xc3\x23\x4d\x07\x68\x34\x3c\xd2\x74\xa0\xb4\x84\xc7\xd2\xf3\xd3\xab\x72\x73\xc1\x07\x12\x1e\xdd\xd0\x6f\x66\x82\x04\xd4\x14\xb5\x0f\x8f\x80\x7a\x2d\x5f\x75\x0b\x1b\xf9\x2a\x45\xb7\x1b\x30\x19\x81\x50\x18\x82\xcc\x5d\x4f\x66\xf8\x00\xea\x6f\xbb\x1f\x25\x40\x8e\xd5\xab\xd7\x60\xc2\x92\x4b\x6a\xa1\x0a\x1c\x00\xf5\x77\x1a\x93\xa2\x1b\x7a\x6d\x6f\x56\x0b\x55\xe0\x5c\x40\xbd\xb8\x59\x37\x34\xd4\x0d\xe1\x91\x3c\xe4\x54\xf6\x94\x81\x94\x4f\xf5\xaa\xc4\x41\xee\x47\x93\xc8\xa6\x3f\xc7\x40\xca\xee\xca\xcf\x57\x4b\xe1\xe7\x98\x62\xb6\xdc\x62\x16\x37\xec\x83\x75\x65\x8a\xd9\x97\xe9\xb3\x29\x66\x30\x0c\x84\x27\x9b\x06\xd8\x7c\xb3\x5a\x77\xf7\xaa\x06\xb1\xed\x9b\x59\xea\xb0\x95\x86\x47\x40\x3d\x07\x13\xaa\x1b\x1a\xc7\x5c\x78\x64\x4b\x9e\x9b\x39\x2a\x77\xbc\xbc\xca\x14\xb3\xfb\x5d\xdd\xd0\xed\xf3\x59\xd3\x00\x23\xb3\x60\xf5\xf9\x7d\xf8\x57\x02\xea\xe1\xdf\x10\x35\xc7\xc0\x2c\x5c\x37\x74\x62\xbc\xba\xa1\xe7\xf0\x59\xd7\xb3\x8b\xc1\x00\xce\x54\xd9\x38\x96\x68\x79\x06\x33\x68\xe9\x43\x8a\x75\x86\x47\xd4\x1c\x3d\x40\x6f\xe9\xc3\xc0\xab\x74\x43\x8f\x87\x5e\xdd\xea\xf3\x1f\x7f\x52\x4e\xb0\xd6\x7c\x56\x94\x61\xaf\xea\x35\x10\x79\xb3\x6e\x4a\xc5\x91\x25\x5a\xf6\xe4\xe7\x58\xa2\xe5\xed\xfc\x1c\x03\x38\x53\x47\x0c\x5a\x9b\x7e\x7a\x64\x88\x9a\x43\xe3\xe7\x48\xfc\x35\x82\x1f\xda\xf6\x99\xe1\x8b\x9a\x61\x73\x0a\xcf\x75\x43\x3f\xbc\xd9\x04\xb4\xa5\xbc\x92\x25\x2c\x3b\xbf\xa0\xe6\xfc\x39\xc0\xcb\xc3\x9c\xf9\x93\x16\x70\x79\x5c\xb1\x56\xbd\x1f\x81\x95\x23\x6a\x6e\x2f\x7f\xd2\x02\x2e\x9f\x7f\xe3\xf2\x30\x3b\x40\x0b\xb8\x24\xe5\x64\xd3\x17\x39\x19\x02\xa8\xb9\xcd\xcd\xbf\xd2\x0d\xfd\x14\x6f\x06\x55\xc1\x9b\x14\x9e\x4b\x56\xa6\x3a\x21\x59\x19\x95\xc8\xc2\x23\x6a\xee\xee\x6e\xd3\xd3\x62\xe1\x43\x72\x38\x0f\xe5\xb3\x05\x5c\xbe\xf3\xfc\x25\xf6\xad\xed\x72\xd4\xbb\xf4\x50\x53\xd3\x3f\x3c\x5d\x80\xa9\x24\xd7\x43\xfd\xba\x4e\x04\xd4\xc7\xb3\xd5\xbc\xb6\xa3\xee\x24\xa0\xce\xfe\x55\x89\x47\xba\x12\xd5\xf2\x2e\x23\xf9\x66\xb6\xf6\x5a\xde\x7c\xe9\x91\xf9\x51\x7a\xa8\xf3\xcb\x2a\x92\xc3\xf9\xbc\xec\xa9\x21\x75\xcc\xf6\xaa\xe1\x7f\x6a\x47\xe3\xba\x29\x6d\x22\xba\x73\xf1\x66\xc6\xbb\x54\x2c\x87\x06\x84\x97\x19\x11\x50\x57\x4f\xae\xa1\x5b\x56\x39\x20\xa0\x9e\x9d\x3e\x9b\x22\x87\xb3\x29\x3c\xba\xa1\x49\x7e\x09\x8f\x79\x70\x5d\x1d\xd5\xf2\x2e\x50\x3a\x87\x67\xdc\x60\x39\x5e\x65\x5d\xfe\xcf\x3f\x29\xa0\x0e\xca\x79\xdd\xd0\xcf\xe2\x55\xb7\xf8\x4b\x64\x06\x25\x1e\x19\x9e\xa7\x12\x8f\xe0\xf0\x0d\xcf\xbc\xc1\x90\xbe\xca\xf1\x2a\x25\xa6\xbe\x0c\xf5\x1f\x00\x75\x4a\x89\xf9\x95\x0e\x7a\x7a\xcc\x5d\x37\xf4\xcb\x1c\x99\x25\x17\x8a\x1f\x52\x2b\x3b\x7e\x68\x2b\x06\xf9\x39\x86\x4c\x3f\x2e\xf5\x9b\x25\x17\x79\x16\x40\x5d\x87\xb3\x60\xc8\x74\x54\xb2\x19\x32\x1d\x54\xf0\x6e\xf1\x7d\x3f\x24\x4b\xc9\x70\x7e\x01\xd4\xa9\x16\x5f\x75\x7d\x37\x7e\xa8\x7a\x82\x30\x84\x75\xdd\x94\x74\x52\x2a\x12\xe8\xb6\xc2\x23\xa0\xfe\xa2\x37\x2b\xba\x5d\x39\x66\xd8\xf5\xcf\x67\xd9\xda\xc9\x93\x4b\x37\xf4\xa3\xfe\x70\x33\xec\x0e\xbd\x32\xc3\xae\x2b\x51\xcd\xb0\xeb\x93\x11\xed\xcb\x49\x4e\x9f\xb7\xa2\xbb\x7b\xf5\xa2\x66\x7e\xce\xbe\x5a\xb7\xaf\x2a\x4e\x19\xbd\x02\x35\xa7\x67\x30\xdd\xfb\x86\x19\x30\xa1\xa0\xe6\xda\xa7\x37\x8b\x32\x14\x56\xba\xa1\xbf\xdb\x2b\x89\x92\x84\x51\xdb\x14\x24\x15\x5a\x50\x73\x8a\x1f\x9b\x4e\xd4\xbc\x95\x8a\x37\x6a\xda\xe3\xd5\xa8\x69\xaa\xb1\x87\xc7\xa8\xe9\xea\x0c\x4a\x07\x8d\x7b\x22\x3c\x47\x5b\xf7\xe1\x43\x46\x4d\xaf\xfb\xec\xa5\x81\xf5\x66\x8f\x66\x4f\x01\x33\xec\x5a\xf2\x66\x23\xe2\x94\x48\x37\xa6\x5a\xc8\xa9\x1b\xfa\x1d\x4c\x99\xf9\x77\x65\x32\xa1\x12\xa4\x74\xd5\x7b\x51\xf3\xe2\x6c\x7a\x9f\x5b\x8e\x6a\xd3\xbc\xbe\xc8\x4a\xd3\x94\x2b\xce\xd3\xd7\x88\xeb\xf0\xf3\x73\x85\xd7\xec\xbc\x54\xbd\xaa\x7c\x46\x7b\x7c\xa5\x92\x7e\x90\x1b\xaf\x6e\x68\x4f\xdb\x57\xd4\x3c\xdf\x3f\xa8\xd8\xc2\xab\x87\x7a\x1e\x3f\x8a\xdb\xee\x69\xf6\x70\xb8\x7a\x3b\x4d\x03\xe6\x51\x95\x5f\x59\xa6\xe3\xcf\x51\x15\xde\x5b\xf1\x1f\xa5\xe5\x95\x65\x7a\x30\x05\xef\x6b\x1c\x2c\x92\xed\x7d\x8d\x83\xdd\x74\xf8\x96\xd4\xe1\x6c\x7d\x8d\xdc\x4e\xbe\xd9\x1c\xc0\x8c\x02\xf0\x5e\x37\xf4\x63\xd3\xb2\xad\x48\xd4\x57\x37\x34\xa4\xf1\xe1\x15\x50\x13\x45\x10\x5e\xdd\xd0\x2f\x1a\xfb\x2b\xf7\xe3\x8a\x76\x43\xad\xec\x5e\x45\x74\x47\xe7\xcb\x92\x3a\xe9\xf5\xbb\xd7\x60\xe2\x9b\x75\x63\x05\xae\xca\xfd\xb8\xd0\xca\x5e\x00\x75\xba\xe3\x95\xfb\x11\xce\x84\xf0\x9a\x21\xf8\x7e\xbc\xca\x92\x3a\xfb\xd0\x0d\x99\x55\x88\x15\x0c\xaf\xdc\x8f\x24\x2a\x86\x37\xe8\x76\x5f\x7e\x57\x80\xf9\x8b\xdc\x0e\x2f\x80\x3a\x11\xdb\x10\xde\x5b\x4e\x94\x1d\xf7\x5a\x55\x87\x0c\xdf\xf0\x0a\xa8\xfb\x7d\xf3\x2d\x21\xe4\x77\x25\xdf\xf0\x3f\xdf\x8a\xff\x9b\x0f\xe9\x86\x86\x60\x21\xbc\x02\xea\xb6\xf8\xae\x71\xdd\x01\xe9\xf4\x46\xb5\x6e\x3f\x24\xa0\x86\xd0\x3b\xbc\x02\xea\xea\x8f\xd5\x0d\xdd\x9a\x1f\xba\x6e\x68\x9b\xc6\x75\xbb\x80\x2d\x27\x1a\x8b\xdd\xb0\x4e\xd9\xeb\xab\x44\x55\xfe\x76\x01\x35\x44\x3a\xe1\x35\x85\x70\xbd\xbe\x59\x5f\x06\x82\xfd\x35\x85\xb0\x72\x08\xbe\x02\xea\xee\xca\x11\x35\x77\x8e\xe6\x17\xd4\x9c\x93\xdd\xf8\x74\xdb\x05\x7e\x9d\xa8\x39\x2f\x9f\xbd\x11\x35\x6c\x1c\xe3\xba\x2b\x9a\xe4\x6b\xfa\x21\xf4\x71\xe1\xfd\x8f\xd1\xda\x67\xad\x41\xe3\x5e\x90\xd1\x5a\x31\xf8\x5a\xd6\x1f\xfe\xb4\xf0\x8a\x9a\xc7\x7d\xf3\xd5\x42\x1d\x91\xeb\x39\x33\x0b\xa2\x66\xca\x62\x86\xf7\xba\xa1\x5f\xc4\x91\xc1\xdb\x50\xde\x85\xf7\x06\x6f\x1f\x9e\x35\xfd\x30\x3f\xec\x41\xd3\x0f\xa9\x6c\x1e\x5e\xd3\x0f\x29\x98\x15\x5e\x83\xb7\xf3\xf2\x55\xa8\x22\x9a\x44\x5e\x51\xf3\x52\x0c\x5a\x36\x68\x38\x40\x83\xb7\x87\x7d\xb6\x6c\xd0\xe7\xdf\x48\x26\x83\x63\x2e\x7b\x75\x43\x7f\x99\xf1\x4a\xb9\x19\x5d\x57\xa2\xe6\x58\x98\xc1\x7c\x55\x2f\xde\x2c\x6a\x56\x8d\x79\xad\x31\xf4\x7e\x5e\x35\x6e\x3f\x30\xc0\x7c\xc3\x48\xbc\xd9\xbc\x0c\x8c\x24\x6f\xbe\xa2\x9b\x01\x1a\xbc\x5d\x27\xff\xca\xe0\x6d\x98\x49\xc2\x0b\x6a\xae\xfd\x5e\x65\xbc\x5a\x63\x5e\x8b\x93\x92\x8b\x1a\x5e\x89\x59\xde\xf5\x47\xdc\x7e\x78\xad\x5b\x7a\xb6\x1d\xd6\x8d\x15\xfc\x8a\xa2\x0c\x6d\xf0\x2d\xe6\x3a\x61\x58\x7b\x2d\x3f\x84\xbd\x3a\xbc\xc6\x75\x07\x7f\x94\x80\x1a\x5a\xf8\xf0\x16\x13\xd9\x96\x37\x5b\x03\xb4\x31\x41\x02\xea\x39\xbc\xf9\x66\x08\xb2\x30\x6e\x5c\xf7\x61\xbe\x6e\xf9\xa1\xe2\xb3\xda\xba\x8f\x6f\x66\xa9\x07\x17\x95\x9c\x2d\xcb\x7f\x2e\xa0\xae\x0a\x67\x00\x75\x2a\xee\x74\x01\x75\x45\x93\x7c\x01\xd4\xa9\x60\xdf\x7b\xcd\x88\xac\xe8\x5d\xaf\x6e\xe8\x85\x66\xf5\x1a\xd7\x4d\x84\x6a\x78\x8d\xeb\x6e\x4a\x63\x6b\x9e\x6a\x89\x7a\x05\xd4\xdd\x85\x61\xe9\x22\x62\x14\xc3\x0b\xa0\x4e\xc7\x53\x40\x37\xf4\xe3\x72\x15\x50\x53\x41\x20\xbc\x00\xea\x4a\x91\xe5\xf0\xd6\x1b\xe7\xec\x87\xae\x96\xc2\xa4\xd4\x1b\xec\x6a\x9f\x19\x6f\x71\x9b\xc8\xe8\x12\x30\xa6\xbd\xd6\x3c\x3d\x87\xe9\x36\xae\x7b\x75\x6f\x66\x6b\x7f\x8a\x5f\x00\x75\x7a\xb0\x0c\xbf\xcd\x3c\x05\x4f\xdb\x76\x0d\x08\xac\xcf\x76\x23\x4c\xfc\xd0\x8d\x63\xa7\x93\x02\x6a\x22\x72\xc3\x2b\xdf\xcb\x7a\xbc\x7a\x23\x4c\xfc\x10\x06\xb1\xf4\xf9\x66\x7d\x37\xc3\x67\x3d\xaa\x14\xbf\xba\xa1\x77\xa0\xcf\xff\xd1\x75\xf2\x2a\xe3\xba\xd3\x62\x16\x64\xff\x26\x62\x21\xbc\xf2\xbd\x3c\x38\x11\xde\xae\x28\xeb\x4c\x8a\x74\x9d\x6f\x60\x52\xa4\xeb\x4c\x4e\xa8\x71\xdd\xd5\xd9\xef\xa6\x9a\xba\xcb\xba\x6e\x77\x4f\x01\x51\x73\xef\xac\x67\xe3\xba\xa3\x07\x77\x17\x55\x75\x9f\xd5\x77\xa3\x18\xd4\x0d\x7d\xd4\x5b\x24\x21\x27\x0e\x24\xbc\x16\x45\xbd\xf3\x6b\xf0\xf6\x72\x3b\x8f\x4b\x89\xc6\xcf\x91\x3a\x86\x2c\xb9\xf0\x82\x9a\xd3\xd5\x0f\x41\xcd\xdf\xd9\x3e\xab\x81\x17\xfc\xf2\x1a\xbc\x9d\x71\xf4\xbc\xd7\x0d\xfd\xd9\x0d\x53\xae\x54\x86\x0d\xde\xde\x8a\x5f\x51\xf3\x54\x43\x18\xd7\x40\xc4\xf2\x96\x47\x3d\xdd\x11\x19\x46\xa2\xdc\x13\x35\x67\xb7\x15\xa8\xb9\x44\xf5\x07\x50\x73\x89\x85\x3f\xa9\x1b\x1a\x0a\x82\xf0\xea\x86\x6e\xce\xa0\xc1\xdb\xaf\xfb\x48\xf6\x98\xd5\x7d\x56\x5f\x95\xbf\x5d\xd4\xfc\xaa\xed\x8b\x9a\xbb\xe7\xe9\x4d\x25\xc6\x3c\xf8\xea\x86\x26\x22\x25\xbc\xa2\xe6\x94\xf9\xb1\xd3\x08\xb1\xe9\x9b\x75\x43\xab\xc4\xea\x86\x86\xd2\x30\xbc\xba\xa1\x73\xe0\xcd\x4b\x5f\x55\xfa\xfe\x12\xfb\x56\x53\x25\x7d\x3b\xbc\x7a\xa8\x5f\xbb\x74\x3d\xd4\xd8\x8e\x5e\x00\x75\x1a\xf8\xf8\xde\x5b\x5f\xc9\xc1\xea\xa1\x1e\x2a\xc3\x7a\xa8\xc3\xf4\x55\xc6\xb1\x63\x72\x7f\xd7\xf5\xc8\xb3\x1f\xf5\x50\x87\xe1\xab\x8c\x20\xaa\x36\x8d\xeb\xbe\x37\x6b\x30\x89\xbe\xea\x06\x53\xf1\xa3\xa4\xac\xd9\x95\x75\xb2\x05\x98\x5e\xdd\x37\x58\x8e\x57\x99\x86\xfc\x28\x16\xa4\xac\xc9\x2a\x78\x52\xd6\x2c\x77\xeb\x05\xd4\xf7\x66\xdd\x3a\x2a\xb4\xfb\x6a\xa1\xde\x8c\xe8\x9e\x0a\xab\x9b\x86\x8c\x6b\xe6\xbd\x80\x1a\xd7\xcc\xbb\x6f\xdc\x3e\xcb\xd5\x34\xe4\x27\xd9\x0d\xdd\xee\xcb\x9b\x35\x88\xf9\xdb\x4d\x43\x5e\x58\x95\x5f\x00\x75\x4a\xca\x4c\x00\xf5\x07\x65\x44\x78\x6f\x5c\xb7\x73\x74\xe9\xf7\xfd\xed\xc6\x75\x6f\xcf\x53\x01\xb5\xee\xa4\x57\x40\x5d\x93\x4d\x23\xa6\x3c\xe5\xcf\x8d\x98\x62\xa9\x18\xd7\x1d\x3d\x23\x74\x43\xdf\xed\xa9\x1b\xba\xab\x3b\x99\xa4\xdc\x3d\x6d\x05\xd4\x4b\xe1\x7c\xe3\xba\x3f\x6f\xb6\x78\x25\xc2\x39\x3c\x97\x2b\x7b\xd1\x34\x05\xa9\xd8\xd4\x00\xc8\xa4\x84\xe7\xa6\x10\xfa\xac\xd5\x90\xd9\xf8\xe1\x31\x42\x8c\x4d\x14\x8c\xeb\x1e\xc8\x81\x70\x01\x35\x06\xdb\x60\x6d\xa6\x10\x7d\xd5\x35\x98\x78\xb3\xf5\x9d\xb3\xdd\xf0\x68\xe6\x4c\x0c\xa2\x66\x0d\xe3\x41\x37\x74\xe8\xbe\x59\x51\x86\xea\x18\x9e\x6b\x10\xe3\x43\xef\x8d\x10\x7b\x68\x4a\x69\x88\x9a\x1d\x8c\xeb\x4e\x28\x1b\xc1\xb8\xee\x17\xc5\x2c\xbc\x57\x94\x65\x9a\x52\x30\x71\xea\x05\xf9\x48\x3b\xda\x45\xd0\x0d\x3d\x8a\x1f\x52\x94\xa1\x98\x05\x99\x73\x74\xc6\x85\xf7\x46\x00\xfa\x2a\x45\x59\xb0\x1b\x92\x51\xdc\x57\x39\xde\x6a\xd3\xf1\x82\x6d\x83\xc1\xdb\x50\xb9\x86\x60\x01\xa6\xee\x00\x2f\x6a\xe6\xa8\x0a\x06\x6f\x43\x77\x13\x82\x85\x68\x75\x61\x07\xdd\xd0\x1b\x23\x4f\x30\x1b\xfa\xcb\x5e\x95\xcd\x92\x63\x3d\x98\x0d\xfd\x62\x7b\x09\xba\xa1\xdf\xe6\xd5\x4b\xe1\xc8\x1c\x99\x0d\xbd\x1e\x6f\x56\x15\x41\x4f\x0b\x41\x55\x64\xf8\xac\xaa\xc8\x74\x44\x66\x07\xb3\x35\xc2\xad\x98\xe0\xcf\xb9\x9c\x3c\x20\xa3\x60\xf0\xf6\x8b\xd7\x2f\x44\x51\x06\x5e\xa1\x70\x51\x33\x41\x08\x41\xd4\xfc\xcb\x34\xf9\xa7\xd8\x0f\x16\x81\x8a\x58\x2c\x83\x80\xba\x63\xe4\x09\xf1\xa6\x30\x30\xba\x28\xa3\xc2\xeb\x55\x4f\xed\x64\x97\x58\xea\xc7\x95\x1f\x6f\x30\x55\xa1\xc9\xaf\x58\x2e\x1b\x01\x75\x47\x1c\x05\xe3\xba\x21\x7b\x0c\xc1\x12\x51\x11\x4d\x23\x48\x64\x3a\xdc\xcb\x9f\x5a\x37\x1e\x87\xf0\xdd\x94\x0d\xaf\xf2\x2b\xc8\x44\x08\xe1\xbb\xb6\x5f\xfe\x8c\x80\xfa\x7c\x36\x11\xdd\x05\x3f\x4e\x00\x50\xa7\x0f\xef\x61\x00\x50\x27\x58\x7c\x43\x10\x50\xc3\xb0\x14\x82\x6e\xe8\x27\xdb\x0d\x01\x35\xd8\x2d\x58\x22\x6a\xb9\xe3\x2e\x9f\x4f\xb5\x93\x56\x7b\x71\xae\x05\xd4\x77\x9d\x58\x2d\x22\xbb\x11\x92\xdc\x5c\x40\x92\x90\x74\x63\x35\x86\x60\x36\xf4\x03\xde\x0c\x02\xea\x04\xf6\x09\xc6\x75\xbf\xcd\x67\xad\xb9\x4c\x34\x4e\xb8\x80\x7a\x31\x29\x66\x43\x1f\x0e\x94\x90\x6e\x30\xa4\xdd\xb0\xec\xb2\xc2\x4a\x37\xf4\x52\x84\xca\xe7\xb3\x5e\x5f\x65\x76\xa1\x9b\x28\xdd\xf1\xda\x44\x74\x57\x5c\x39\xc1\x1a\x16\x9d\x08\x93\x20\xa0\x9e\x98\x35\x42\xbe\x29\x84\xde\x6c\x04\xd1\x67\xd3\x08\x22\x74\xe3\x70\xe3\xba\x31\x41\x87\x6c\x41\xe7\xc7\x37\xcb\xd7\x04\xf6\x09\xf2\xf9\x44\xa7\x4c\x3e\x9f\xe4\xe2\xcf\x1e\xcd\xb8\x9f\x82\x7c\x3e\xc7\xff\x9c\x75\xbb\x0f\x66\x41\xd4\x3c\xef\x87\xcc\x76\x07\xec\x04\xe3\xba\x35\xf5\x87\x1b\xd7\x8d\xae\x15\x40\xcd\x09\x72\xb9\x10\x8c\xeb\xae\xe8\x5a\xa1\xdc\xd2\x87\x74\x43\x37\xf4\xe2\xb4\x0d\xc6\x75\x1f\x70\x71\xb8\x71\xdd\xe8\xf3\xa1\xdc\xec\x51\x56\xac\x6e\xe8\xb9\xed\x86\x6e\x4a\xec\x54\xa1\x28\xca\x9a\x4d\xb3\xbf\xa7\xbd\x9a\x6e\x1c\x16\xb0\xa8\x59\x93\x48\x30\x78\xfb\x79\x7d\xd6\x88\x1a\x77\xb7\x6e\xe8\xd7\xc3\xe8\x06\x6f\x13\xab\x13\x6e\x36\xb4\x07\xe8\xe5\x11\xea\x3e\xab\x41\xcc\xc3\xc8\xe0\x6d\x88\xbf\x42\xb8\x65\x2c\xb2\xaf\x52\xeb\xf6\xb8\x31\x78\x7b\x78\xda\x8a\x9a\x37\x7a\x4b\xa8\xd2\xc8\xa3\xa8\x04\x50\x73\x2a\xc7\xa6\x11\x62\x1e\x64\x66\x43\x2f\x07\x78\x83\xb7\x3d\xf5\xaa\x11\x8f\x6e\x58\x83\xb7\x77\xe2\xaa\xc1\xdb\x13\x03\x60\x30\x78\x1b\x1a\x93\x10\x6e\xf0\xb6\x42\x55\x1e\xd4\xf5\xf9\x2a\x8b\x3e\x60\xa7\x0a\xb7\x1c\x30\x46\xad\x20\x6a\x26\x9e\x33\x04\x51\xf3\x78\xfe\x48\xd7\x0a\x41\x40\xbd\x8f\x1f\xb5\xa2\xc7\xb0\x87\xb7\x7c\x3c\xbf\xb1\x5d\xad\xcc\x0e\x2b\xba\xef\xb3\xd7\xcd\xc1\x14\xb4\x4b\x74\xc0\xb3\x02\xea\xa2\x92\x26\xa0\x86\xcc\x3c\x04\xab\x0c\xcf\xce\x9b\xbb\xbf\x42\xb1\x6f\xa2\xb4\x51\x79\xc1\x44\xe9\xb6\x98\xfa\x6e\x8a\x99\x3b\x4e\x37\x74\xbd\x1f\x52\x94\x39\xf5\xfd\xfa\x32\xbc\xaa\xed\xd7\xa3\xca\xfa\x17\x90\x87\x84\x70\xeb\x5f\xb8\x5c\x01\xd4\xa9\x35\x9b\x9c\xda\xd5\xe9\x33\xae\x3b\xe0\xb7\x0a\x43\x8f\xbc\x67\x93\x71\xdd\x4b\x6d\x61\x98\x92\x03\x74\x0d\xc6\x75\x93\x73\x14\x82\x6e\xe8\xee\x8e\x33\x1b\x5a\x14\x1c\xcc\x86\x3e\x2a\x0f\x32\xb5\x4e\xa5\x22\x80\x3a\xc3\x7e\x13\xc2\xf0\xa8\xba\x1f\x52\x2b\xc3\x4e\x15\xc6\xa5\x06\xf2\x55\x6a\xa1\x1e\x82\xff\xb9\xa1\x59\x63\x43\x54\xe5\xa4\xdc\xc2\x64\x9e\xc5\x53\x94\x61\x37\x00\xd4\x29\x2a\x43\x74\x43\x47\x07\x28\xa0\xa6\x9c\x5f\x08\xba\xa1\x35\xe3\x04\xe3\xba\xa3\x9b\x17\x40\x9d\xa2\x9d\x34\x1b\x9a\x40\xee\x10\x00\xd4\x29\xd8\xab\x79\xf3\x14\x18\xef\x34\xc5\xac\x78\x75\x28\xab\x6d\x2a\xba\xd5\x9c\xcd\x86\x7e\xfc\xcf\x00\xea\xf4\x62\xc4\x0b\x37\x1b\x1a\xc3\x54\x10\x50\xbf\x84\x19\x84\xa5\x56\x16\xf9\x2e\xa8\x39\xbd\x78\xc1\x02\xa8\x39\x51\x77\x38\x04\x51\x33\x65\xd0\x43\x58\x06\x43\x12\x2a\x10\xd6\x25\xb2\xa0\x57\xa0\xe6\xf4\x2a\x15\x75\x43\x3f\xee\x85\x4b\xf4\xea\x29\xbf\x6e\xdd\x2e\xbb\x61\x36\x34\x88\x3b\xac\x1b\x61\xe2\x55\x0d\x44\xf7\xbb\xec\x5f\x0a\xfe\x86\xb0\xae\x81\x97\xdf\xbe\xaf\x6d\x9f\xab\x06\x6f\x77\x2c\xff\xe1\xbf\x6c\x68\x3e\xb4\xcd\xcb\xf0\xb8\xd9\xb7\xaa\x20\x53\xb6\xf5\x65\x04\x6f\x56\xd5\xfc\xfc\x90\xa8\x59\x45\xd4\xe0\xed\xae\x64\xdb\xda\xba\x15\xdd\x17\x35\x7b\x70\x5f\xd4\x8c\xd3\x36\x6c\x7d\x55\xd5\x67\x5d\xcf\x1e\xaf\xba\xa1\xbb\xaa\x88\xc1\xdb\x5d\x4d\xec\xdc\x94\x3a\x06\x68\xf0\x76\xf7\xa8\xba\xa8\x39\x7b\x55\xab\x08\x31\x6f\xe1\xdc\xfd\xcb\x02\xbe\xd9\xd0\x98\xad\xc2\xb9\xa8\x8a\xf1\x9a\x0d\xdd\x1b\xf3\x2b\x6a\xee\x42\xbf\x8b\x8b\x31\x2d\x06\x2b\x71\x74\xc5\xa6\xe1\xd9\xdd\xc5\x70\x1d\xcd\x6b\xfc\x25\xf6\x2d\xd2\xd1\xd1\xbb\xa2\x45\x3a\xa0\x74\x0b\xd1\x22\x1d\x70\xc7\x85\xa8\x0f\x9a\x4c\x8a\x10\x9f\x6b\x02\x1a\x34\x8d\x21\x61\x23\x44\x8b\x74\x0c\x96\x4d\x14\x32\xf7\xed\x55\x07\xcb\xa1\x10\x2d\xd2\xd1\xf1\x3d\x45\x1d\xcd\x1d\x63\x7e\x34\x15\x1a\x76\xb5\x10\x85\xcc\x9d\xb0\xe7\xf8\xdc\x5f\x61\xf3\x86\x87\x55\x9a\x86\x87\x35\xdf\x2c\x6f\x24\x9a\x73\x34\x15\x7a\x10\x14\x14\xdf\x1b\x43\xf2\xd0\x34\x1c\x0e\xb3\x6a\xb4\x84\xc7\x40\x1c\xc5\xf7\xc6\xcc\xf8\x2a\xc7\xfb\x63\xec\x09\x51\xc8\x3c\x58\xea\xf1\x42\xe6\x66\xd3\x73\x39\xfb\x66\x21\x73\xf3\x55\x46\xaa\xb3\x98\xe3\x7b\x59\x3b\xec\xe4\x15\xce\xfc\xc9\xf7\x46\x32\xdb\x54\xef\x42\xcd\x8e\x42\xe6\x97\x4d\x14\x8d\xdc\xa6\xe6\x72\x88\x41\x1c\x41\xe8\x4e\xb4\x84\x87\xde\x99\x18\xd4\xab\x09\x78\x8b\x40\xe6\xb4\x30\xf5\xc7\x70\x93\xe6\xe8\x55\x30\x66\x06\x03\x75\xd4\xd1\x4c\x99\xa7\x10\x83\x8e\xd7\xed\xb3\xc6\xcc\x2c\x9f\x45\x38\x97\xed\x87\x8c\x64\xc6\x5c\x1f\x85\xcc\xd5\x29\x0b\x9a\xbc\x92\x6f\xf6\xf0\xc5\x6c\x15\x75\x34\x53\x03\x2b\x44\x21\x73\xe2\x14\x88\xd2\xd8\x1a\x9b\x14\xcd\x77\x4e\xae\x67\x69\x6c\x23\x66\xf3\x28\x8d\xed\xf7\xd8\x64\x7e\xa1\x9c\x0a\x51\x5c\x1c\xb6\x57\x2d\xd1\x02\x32\x8a\x46\x6e\xa7\xe0\x9b\x1d\x2f\x48\x21\x1a\xb9\x0d\x2d\x73\x88\xe2\xe2\xe4\x74\xcb\x55\xfb\x61\x45\x8f\xe2\xe2\xe4\x42\x92\xab\x36\x55\x6f\x66\x3d\x27\xf4\xb4\x28\x81\x58\x70\x21\x99\xef\xbc\x09\x76\x8d\x86\x67\x27\x04\x6c\xb4\xc0\x47\xba\x57\xc5\x89\xfe\x58\x71\xf1\x87\x1a\x13\xcd\x77\xfe\xee\x55\xc6\xfb\xf9\x9f\x25\x10\xa3\xbe\x6a\x88\x86\x67\xeb\x9b\x8b\xdf\x8d\x89\xe2\xd7\x7d\x77\xbc\x5e\x35\x1f\xb6\x7b\x75\xf9\x2a\xe6\xc8\x7c\xe7\x8d\x52\x17\xe5\xb9\x4d\x9c\x02\x51\x47\x73\xf2\x4f\xea\x68\x4e\x78\xf0\xa3\xb8\xb8\x03\x0d\xe2\x75\x34\xbb\x8f\x2c\xb9\x18\xf1\xce\x44\x1d\xcd\xb0\x48\x85\x68\x15\x8f\x7c\x5f\xa5\x89\xef\xf8\xac\x99\x44\x60\xf9\x68\xbe\x73\xda\x5e\xb5\xa8\x90\x52\x05\x5c\x9c\x1a\xc6\xa5\x68\x78\xf6\x8c\x7e\xc8\xc0\x18\x45\x81\xe1\xd9\x5f\x71\x80\xe2\x08\x7f\xdd\x75\x34\x13\xc9\x13\xc1\xc5\xf9\xc3\x1a\x1c\x2f\x2e\x1e\x7f\x45\xf2\xc4\xeb\x83\xb6\xff\x42\xe6\xe4\x16\x03\x32\x67\xea\xc3\x86\x28\x81\xd8\xa7\x70\x36\x15\x9a\x1a\xaf\x21\x02\x99\x13\xc5\xfe\x42\x34\x72\x3b\x13\x35\x11\xaf\x0f\x7a\xda\x54\x0f\xe9\x7e\x48\x6b\xd8\xed\x06\x5b\x1b\x0e\xb4\x10\xb3\x91\xae\xd5\x37\xeb\xc8\x00\x83\xc4\x62\x78\x27\xc6\x96\x28\x64\xce\x2e\x39\x20\x73\xba\x5b\xdb\x54\xe8\x9c\x6d\x4a\x20\x86\x6b\x26\x0a\x99\xb3\x52\x42\x02\x31\x21\x64\x14\x32\xe7\xd7\xab\x8e\x17\xfc\x15\x8b\xe1\x8e\xc4\xea\xc4\xe2\x78\xfd\x93\xe5\xea\x5d\x76\x52\xc7\xcd\xe3\x10\x18\x6f\x26\x58\x37\xea\x68\xce\xe8\xf3\x51\x47\x33\x15\x09\x43\xac\x9a\x08\xd0\x16\xa2\x90\x39\x7b\x34\x03\x99\x93\x26\xa0\x68\xe4\x76\x51\x76\x55\xb9\x01\x3f\x3e\x74\x21\x33\x4a\x4b\xac\xb2\xb2\x28\x7f\x6e\xe4\x76\xf2\x59\xc6\xbb\xaa\x4d\x59\x95\xd0\x33\xa3\x04\x62\xa4\x9a\x86\x28\x64\x5e\xc1\x37\x6b\xe2\x53\xa2\x02\x99\xd3\xea\xde\xcc\x78\x57\xf3\x2a\xe3\x35\x52\x2b\x0a\x99\x4d\x4c\x88\xed\x9a\x44\x18\x7e\xb3\x1e\x2e\xa1\x02\x51\x02\xb1\xe3\x9b\xdb\x4d\xed\xe7\xcd\x42\x66\x7d\x8b\x51\x47\x33\x44\xc4\x21\x4a\x20\x16\xd1\x7e\xa3\x85\x45\xee\x7e\xb4\xb0\x48\x74\x11\x8a\x8b\x23\xda\x60\x34\x72\xfb\x9e\x6b\xe2\xe2\x86\xba\x1b\x9b\x81\x04\xae\x8d\x66\x26\x02\xd0\x20\xf6\xcb\xab\xc3\x78\x75\x25\x57\x7f\x6c\xbf\xfe\x08\x9e\xed\x97\x47\x88\x21\x5c\xe4\xeb\x1e\x34\x00\xbb\x29\x52\xcc\x68\x6e\x18\x69\xa3\xae\xe4\xe6\xec\x77\x3b\xf9\xd9\x0d\xd3\x25\x14\xa1\x82\xd9\xed\x59\x2c\xeb\xd7\xb4\xa9\x77\xd8\xc8\x96\x68\x4c\xf5\x8b\x65\x26\x8e\x9b\x0e\xe3\x55\x4d\xee\xd1\xab\x08\x19\xed\x63\x51\x30\x7b\xf5\x16\xc1\xec\x0b\x60\x89\x80\xd9\xfc\x62\x61\x88\x82\x59\xb3\xb7\x22\x60\x36\x3f\x58\xfe\x23\x60\x36\x0b\xb2\x22\x60\x36\x3f\xd8\x5e\xe2\x8d\xa9\xc6\xd3\x1a\xa5\xf6\x7a\xdd\xce\xe3\xb2\x9c\x79\xb3\x76\x57\xac\xe8\xd1\x24\xe5\x04\x70\x88\xc6\x54\x27\xa5\x19\x60\xb6\xa5\xca\x00\x05\xb3\x86\xfe\xc6\x79\x63\x32\xf9\x90\xd4\x5e\x3a\x89\xa2\xde\xe1\x84\x8d\x3a\xea\x1d\x4e\x98\x52\xe3\xbc\xcc\xbd\xbe\x59\x3b\x64\xf7\x55\xa6\x4b\x0c\xaf\x4a\xfd\xf4\x7f\x51\xf0\x6f\xb1\x2f\x43\xf5\x08\x2c\x2a\x1d\xc7\x89\xc8\xfc\x68\xb8\x75\x1a\x76\xe9\x9a\xa0\xf9\xa8\xf9\xcb\x89\xb8\xfd\xb8\xee\xaf\xa0\xc3\x86\x5b\x27\xf7\xa3\xe1\xd6\x09\xcb\x4c\x94\xa1\x3a\x11\x3a\x18\x6f\x49\x71\x35\xf6\x65\x8c\x93\xeb\xd3\x70\xeb\xa3\x22\x2d\xeb\xd7\x43\x20\x44\x14\xe7\x3e\x18\xc7\xe2\xd2\xc5\xe0\xd9\x64\xb8\xf5\x15\x56\xe0\xdc\x4c\x92\x75\x88\x86\x5b\x1b\xac\x1b\x4d\x52\x3e\xae\x5e\xbd\xc3\x0f\x8e\x9b\x08\xce\xcd\x1a\xc4\xa2\xde\xe1\xa3\x34\x06\xe7\xe6\xe5\xf9\x62\xb8\xf5\x29\x5e\x35\xa9\x53\x35\x7b\x1b\x8e\xab\x74\x32\x49\x19\xd2\xa1\x10\x2d\x68\xf2\x64\xfa\x6c\x41\x93\x07\x3b\x46\x94\xf5\xeb\xc1\x5e\x14\xb7\xe3\x55\xb2\x59\xd0\x04\x52\xdf\x10\x0d\xb7\x7e\x5e\xbb\x81\x89\x92\x6c\xfd\x10\x65\xfd\x7a\x44\x46\xb2\x7e\x3d\x9e\xa7\x97\xa4\x5a\xb0\x63\xb8\xf5\xe3\x9f\x34\xdc\x1a\x76\xd6\x10\xf5\x0e\x3f\xa4\x4b\xc4\x63\xe0\x07\x66\x9c\x78\xae\x09\x9a\x09\x95\xf5\xab\x1f\x9f\xe5\x7c\xb9\x90\xf3\x5c\xbe\x05\x5f\x65\xe6\x57\xb6\x57\xc6\xec\xa9\xfe\x81\x82\xd3\x50\x76\x81\x82\x53\xf7\x7c\x01\x05\x27\x1d\x82\x11\x14\x9c\x86\xff\xf9\x18\x83\x8a\xd3\xf6\x03\xea\x26\x4a\x8f\x85\xef\xd1\x7b\x88\x39\xf7\xbb\xac\x5f\xac\xe7\xef\x7a\x87\x41\x55\xdf\x73\x03\xb7\xbc\x99\xf5\xac\xa5\xe2\x33\x49\x59\x73\xd9\x27\x1b\x76\x5b\x7e\x57\x69\x4c\xee\xcc\xa7\x77\x18\xea\x98\xf0\x99\xa4\xdc\x3f\x7b\x65\x12\x3a\x30\xea\xbb\x31\xd5\xd9\xab\x92\x90\x3f\xf6\xca\x4c\xc6\xc7\x57\x49\x42\xce\xca\xf9\x64\xc3\xee\x98\x91\x3f\x59\xbf\x8c\x40\xfe\x64\xc3\x36\x2f\xe3\x33\xa6\x5a\x53\xcc\x67\x4c\xb5\x36\xe7\xef\xbd\xe3\x65\x08\x92\x77\x75\xf0\xda\x67\x1a\x72\xcf\x7e\xd7\x11\x81\x14\x3e\x2b\xe6\x4f\xdc\xb2\xdf\x7b\x9d\x62\x7e\x57\xa3\x3a\xb6\xb5\xcf\xb8\x68\x08\x48\xc3\x77\xe9\xb9\x10\xdd\x9f\x89\xc6\x06\xd7\x7d\x37\xd1\x18\xdf\xdc\xa7\x87\x77\x45\x9f\x35\x38\x27\xfa\x66\x83\xcd\xb0\x25\x7e\x7a\x78\x21\x48\x09\x9f\x1e\xde\x15\xfd\x90\xb6\xd3\xcf\xab\x37\x0e\x9c\xf1\xea\xe1\x85\x1e\x30\x7c\xf2\x5d\x2f\xf0\xda\x67\x4d\x7c\xca\x06\x85\xcf\x9a\xf8\x8b\x03\xe5\xd3\xc3\xbb\x88\x5d\xff\xac\x89\xbf\x00\x77\xdf\xe5\xbb\x46\xce\x7f\xd6\xc4\x37\xb3\xf8\xbb\x7c\xd7\xf3\x2f\x23\xcf\x17\x6f\x22\x2a\x53\xa0\x87\x17\x02\xa2\xf0\x45\x7f\x45\xf3\x2b\x66\x6f\x71\xd6\x7c\xd1\x5f\x41\x1c\xc8\x17\x6f\x7d\x25\x3b\xec\xaf\x20\x1a\xf9\x8b\xfe\x0a\x6c\xbf\x5f\xf4\x57\xb8\x4d\xa4\xc2\x36\x5d\xeb\x8b\xfe\x0a\x57\x82\x1e\xde\xc5\xa9\xfd\x89\x64\x77\xb6\xe9\xaf\xc0\x04\xf4\x49\x85\xad\xf8\xfd\xbe\x9b\x63\xce\x6c\x7e\x3a\xf7\xd9\xf8\xdf\xe7\x78\xb7\x57\x0d\x89\x47\xb3\xfa\xbe\x3b\xf5\x4c\x9f\x21\xd3\x1b\x11\xfa\xe9\xe1\xdd\xc0\xc0\xcf\x90\xe9\xed\xae\xf9\x34\x9b\x63\x03\xf9\xf4\xf0\xee\xd7\x0f\xc9\xec\x54\xbc\x59\x24\x1b\xfd\xae\xc1\x48\x00\x96\x2f\x39\x5e\xd7\xe7\x4d\x34\x06\xe7\x7e\xc9\x38\xb4\xcf\x9b\x25\x21\x74\x9d\x98\x68\xbc\x71\xbb\x7f\x20\xd9\xb2\x93\xaf\xba\x29\x00\x0c\x21\x39\xde\x62\xd3\xf1\x62\xed\xfc\x92\xe3\xe5\x98\xfb\xd2\x8d\xbb\xf3\x43\x8c\xf7\x73\xf6\x0d\x99\xfe\x30\x6b\x7c\x37\x64\x7a\xfa\xac\xc1\x1b\xfe\x1c\x43\xa6\x3f\xb4\x8b\x4f\x0f\xef\xe7\x26\x92\xb9\xeb\x23\xac\xeb\x33\xd1\xf8\x03\x27\x7e\x56\xab\xfc\x5c\xc0\x32\x77\x41\xc3\x12\xbe\x5b\xb1\xc5\x65\x76\x2b\xb6\xa0\x5d\x7c\xb7\x62\x0b\x1e\xed\x4f\xe6\x2e\x33\xa1\x3e\xf9\xae\x0d\xc5\xff\xe4\xbb\xae\x8e\xd7\x90\xe9\xba\xec\x86\x54\xe7\x4a\x54\x3d\xbc\xb5\x39\x04\x73\xea\x09\xfa\xfa\xf4\xf0\x6a\xc3\xfc\x8a\xc1\x2a\x68\xb0\x5f\x31\x31\xd3\x03\x45\x0f\x6f\x77\xf8\x7a\x78\x9b\x82\xbd\x18\x8c\xf4\xf9\x2c\xea\x44\xcb\x36\xd1\x9c\xdb\xf0\x66\xd4\x27\x9d\xa7\x5f\x91\xa9\x0c\xfb\xe7\x27\xdf\xf5\xc0\xb3\xf3\x01\x57\xf3\x70\x79\x17\xe9\xaa\xf0\x73\x7d\xc0\xd5\xdc\xb0\x71\x7d\xc5\xec\xcb\xdb\xab\xed\xb3\xfc\x9c\xe2\x78\xf1\x29\x7c\xd5\xf1\x3a\x47\xf2\x5d\xeb\x22\xfc\xea\xa5\xab\xe2\xe7\x48\xcf\x65\x30\xe1\x57\x1d\xaf\xcb\xec\xc6\x45\x2f\x9b\xd9\x26\x7d\x06\xae\xe6\x81\xbb\xff\x33\xd1\x58\x43\xeb\x67\xa2\xb1\x71\xa4\x5f\x75\xbc\xa8\xd9\x9f\xf4\x5c\x03\xd3\xd3\x77\xf9\xae\x5d\x66\x26\x1a\x6f\x27\xd4\x44\x63\x13\x6d\xbe\x6a\xc5\x25\x94\x8d\xaf\x5d\x78\xce\xb3\x7a\x78\xb7\xc2\xad\x99\xbd\x85\x9a\xfa\x19\x17\xbd\xb7\xcf\x4a\xcf\xb5\x7d\xd6\x88\x14\x45\x9f\x1e\xde\x0d\xe6\xfa\xf4\xf0\xfe\x4a\xff\xfc\x5b\xec\xb7\x1b\xbc\xe1\x83\x92\xf2\x61\x13\xf8\x9a\x89\xb7\x2e\xe6\x66\xb6\x8b\x0b\xa3\xe9\xdc\xc7\x80\xf9\x49\x76\x7d\x3c\x79\xfb\x0d\x57\x60\x46\xba\x5c\x55\x0a\x2b\x7d\xb8\xb0\x51\x85\xaf\x1b\xae\xf0\xda\x64\x72\x03\xfa\xfc\x67\x50\x74\x7a\x7c\xb3\xe1\x28\x9e\x20\x5d\x02\x1f\x8f\x2a\x90\x6c\xce\x6e\x13\x53\x89\x4d\x06\xf9\xfa\xa5\x19\x44\xfc\xf6\x9b\x35\x8f\x64\xd3\x87\x3b\x3d\x3d\x0d\x8a\x9e\x8a\x23\xeb\x69\x1a\x9c\xf3\x5d\xd8\x4b\xf8\xcd\x27\x37\x17\x55\x14\xc3\x77\x7d\xb8\x6a\x0b\x06\x45\x4f\x15\x3c\x83\xa2\xa7\x2b\xff\xa6\x12\x2f\x9f\xbd\xdc\x6b\x4c\xbd\xdc\x5c\xd2\xa1\x7c\xd7\x87\xeb\xa2\xb2\xda\x66\x53\x1c\x59\x6d\x53\x66\x83\xcf\x54\xe2\xd6\xfd\xae\xe5\xb4\x94\x03\x96\xd4\x6c\x8a\x50\x7d\xb8\xcd\xa5\x6e\x49\xcd\x76\x07\x28\x59\x3d\x21\xc4\x9f\xa9\xc4\x83\x68\xe4\x0f\xd8\x9b\xa7\x73\x04\xec\xcd\x33\xd8\x44\x38\x07\xcc\x47\x9f\x41\xd1\x06\xae\x7f\x37\x95\x18\x2f\xc9\x27\xa3\xf5\xeb\xcf\xd1\x87\x4b\x61\x91\xf0\xcd\x9b\x2a\xce\x6e\x95\x9b\x8b\x7a\x85\xe1\x03\xf6\xd6\xd7\xf3\xc5\x82\x9b\x23\xd9\xf4\xb8\x19\x7e\xc8\x8c\x24\xd0\xeb\x27\x7a\xad\x24\xed\x7e\xa2\xd7\x0a\x90\xff\x8c\x6d\x3e\xea\xc6\xa2\xd7\xa3\x42\x6b\xb2\x70\xc2\xb6\xf6\x19\xdb\xfc\x66\xdf\xcc\xf1\xfa\x7a\xda\x2e\x63\x05\x31\x6a\x7d\xa2\x57\x63\x9b\xbf\x75\x33\x0a\x7d\x56\x47\x00\x2e\xec\xcf\xd8\xe6\xe6\x8a\x5d\x72\x38\x57\xaf\x72\xbc\xde\x93\xeb\x52\x6c\x79\x82\xac\x4b\xf4\xca\x02\x16\xbd\x42\x24\x1e\xbe\x7d\x29\x7a\xe8\x95\xe8\xd5\xf0\xce\xcf\xd8\x66\x03\x18\x3e\xd1\x6b\xc5\x34\xf1\x59\x8e\xb3\x7a\xdc\x88\x5e\xeb\xb0\x69\xa5\x18\x61\x94\xe8\xb5\xa9\x57\x8b\x5e\xeb\xed\x95\xb1\xbe\xc7\x37\xcb\xe3\xe1\xe2\x17\xbd\xd6\xdb\x67\x0b\xa2\xf9\xdb\x45\xaf\xc5\xbd\x20\x7a\x2d\x60\xf9\xef\x18\x55\xe2\x74\x1f\xcb\x8f\xaa\x66\x9f\xcb\x5b\xc2\xb3\x86\x2b\xbf\x2a\x0c\x86\x2b\xbf\xea\xa5\xb7\xc2\xa6\x1b\xf6\x56\xd8\x3c\x5e\xb5\x5a\xa5\x7d\x3e\xfa\xe6\x14\xdd\xe7\x72\xd5\xfa\xdd\x9b\xcf\xee\xab\xac\x65\xe9\xa1\x70\x69\xa8\xc1\xb6\x49\x1a\xea\x80\xc8\x4d\x86\x2b\x07\x54\xbe\x24\x20\x0d\xef\x1f\xd5\xb5\x42\xba\xa9\xc1\x48\xa7\x24\x56\x0d\xf8\x61\x93\x58\x55\xf1\x9b\xc4\xaa\x14\x1d\x0e\x49\xac\x1a\x82\x1f\x95\x96\xf9\xf1\x55\xfc\x0a\x03\x9b\x93\x58\x15\x66\xc8\x90\xc4\xaa\x21\xfa\x66\x93\x32\x38\x23\xd2\x8d\x64\x4e\xbe\xd9\xd4\x7e\xe2\x4f\x92\x58\x95\x92\xc4\x21\x89\x55\x03\x93\x9b\x44\xa3\x01\x5d\x31\x89\x46\x3f\x2c\xff\x49\x34\x6a\x38\x5c\xb2\x72\x13\x15\x8a\x43\x7a\x1d\xd1\xe7\x9b\x1d\x11\x70\x3b\x89\x55\x43\xf0\x43\x8e\x28\xfa\x2c\x23\xfa\x6e\xaf\x1c\x11\xe2\x37\xdd\x58\xe5\xee\x77\x1d\x11\xf1\x6f\xe9\x12\x4d\xb3\x5b\x53\xb8\xe5\x30\xf8\x90\x8e\xd7\x80\x28\x4b\xc6\x2a\x7f\xe4\xd4\xa7\x70\x93\xbb\x6d\x3a\x5e\x7f\xfb\x25\x9a\x26\x0a\x3a\x05\xc7\x8b\x9c\x4f\x41\xf6\x4e\x4c\x22\x29\x38\xde\xe6\x55\xc7\x8b\x95\x35\x49\x99\x15\x90\x03\x29\x98\x46\xc4\x72\x4d\xe1\xa6\xd5\xd8\x0d\xc7\x5b\xec\xb3\x19\x91\xf7\xd9\x9b\x46\x44\x27\xe3\x8d\x7a\xb2\x79\x0b\x05\x0e\x9a\x2e\x66\x60\x6f\x32\x56\xf9\x7b\xbc\xea\x8a\x25\xa9\x33\x99\xe1\x1b\xba\x37\x9b\x56\x83\xa2\x92\xa4\xcc\x8a\xce\x51\xbc\x44\xe2\xfc\x1c\x03\x92\x23\x5b\x3b\x45\xc7\x8b\x0d\x36\x45\x57\x2c\x1e\xed\x74\x2b\x37\x21\x06\x93\x94\x59\x61\xfb\x66\xe7\x17\x09\x93\xe2\xe5\x90\x67\x21\x49\x34\x1d\x00\xa4\xc9\x90\xe3\x80\xb1\x34\x99\xc3\x1b\x90\xd5\xc9\xda\x4c\x61\x7b\xb3\x55\x0f\x1c\x91\x54\xd2\xf1\xf1\xaa\x21\xa9\x78\x0f\xd3\xe7\x88\x38\x31\x93\x21\xc7\x72\x26\x24\x43\x8e\xa3\x9b\xfd\x32\x5f\x61\x21\x49\x32\x5f\x45\x57\xbb\x21\xc7\x11\xbb\x6b\x32\xa8\x38\x82\x7c\x93\xce\xd3\x88\x41\x2c\x19\x54\x1c\xb1\xea\xa4\xeb\x3c\x25\xe6\x36\x19\x54\x1c\xf1\x5a\xa6\x74\xeb\x38\x20\x55\x0c\x2a\x8e\xd9\xa6\x23\x72\x6b\x24\x47\x04\x02\x4d\xc9\x11\x55\x6f\x76\x44\xdb\xa6\x23\xc2\x7a\x96\x80\x9c\xed\x0b\x36\x1d\x51\xb5\x57\x96\x1c\x72\xb5\x5b\x24\x34\x72\x82\x24\x8b\x84\xc6\x61\xd3\xf1\xa2\x3e\xa5\x7c\x83\x4e\x19\x91\xdc\x56\x91\xa3\x39\x09\x39\x23\xbe\x8c\x24\xe4\xfc\x3e\x3f\xe4\x78\xb1\xda\x25\xe9\xa0\x23\x51\x40\xc9\xb0\xe1\x08\x7e\x49\xd2\x41\x47\x97\x8a\xec\x55\x11\x05\x38\xc9\x5e\x15\xff\x2a\xaa\x18\x92\xf5\x95\x3e\xd4\xec\x64\x1e\xee\x87\x59\x23\x49\x6c\x15\x39\xc5\x92\x79\xb8\x9f\xb3\x59\x6e\xc4\x29\x7d\x28\x57\xc0\xfa\x6c\xf2\x27\x33\xf6\x72\xf3\xda\x58\x18\xe6\xe1\xc6\x63\xd3\x4a\x9d\x2e\x1b\x89\xad\x3e\xec\x99\x49\x62\xab\x0f\x2b\x47\x2a\x57\xc0\xf2\xcf\x25\xb6\xfa\x5c\x36\x46\x14\x9b\x82\x9d\x8c\x28\x8e\x18\x2e\x52\xb1\xca\x27\xca\x61\x32\xa2\x78\xe2\x6b\x4b\xe6\xe1\x4e\xf7\xe3\xcd\xc3\x45\xff\x49\x46\x14\x6b\x75\x4c\x46\x14\x2f\x92\x7d\x92\xf5\x95\x74\x22\x24\xeb\x2b\x6d\x37\x91\x11\xc5\xcb\x1f\x6b\x65\xd2\xe5\xae\xb1\x32\xe9\x52\xc2\x98\x87\xbb\x82\x57\x19\xaf\x06\xb1\x24\xb1\x95\xc9\x95\xc9\x3c\x5c\x03\x7d\x93\x79\xb8\x9a\x9e\x92\xf5\x95\x16\xb1\x2b\x49\x62\x2b\xcd\x56\xc9\xfa\x4a\xcb\x33\x51\x62\xab\x85\x52\x9a\x8c\x28\x5e\xc7\x67\x1d\x2f\x61\x03\xa9\x39\x5e\xff\xa4\xc4\x56\x4b\xb1\x2f\xb1\xd5\xc2\xe6\x9c\xac\xaf\xb4\x30\x10\xa5\xe6\x78\x41\x64\x49\x3a\xe8\xe5\x16\xd3\x3d\xba\x3c\x14\xda\x65\x3e\xb7\x93\x8e\x97\x08\xb7\xa4\x7b\x74\x79\xa0\x48\x6c\xb5\x08\x45\x4b\x12\x5b\x99\x2d\x92\x74\x9e\x6e\xcf\x17\x9d\xa7\x0b\x13\x41\xd2\x79\x4a\x11\xed\x90\x74\x9e\x9a\x59\x9c\x74\x9e\x6a\x4b\x4c\x3a\x4f\x35\x3c\x26\x9d\xa7\x0b\x4b\x45\xd2\x79\xba\x1f\xbf\xeb\x78\x8f\x6f\x36\xcc\x52\x69\x7c\xd9\xab\x14\x74\xe6\xe1\x1a\xc7\x95\xba\xf4\xc8\x38\x7a\x92\x79\xb8\x19\x5b\x77\x32\xd3\x36\xab\xb7\x5c\x7e\x2a\x67\xdf\xc0\xe0\x8c\x93\x3a\x8d\x1b\xe5\xee\xcd\xd6\xc0\x2a\xbe\x0a\x25\x5c\x1e\x80\x64\xe8\xaf\x51\x7c\xe9\xc2\x46\x97\xca\x85\x8d\xea\x69\x17\x36\x62\xcd\x4e\x17\x36\x2a\xe7\x2f\x6c\xf4\xb4\xbd\xb0\xd1\xf1\x9a\x4b\x2b\x79\x69\x02\x36\xd6\xc7\xe3\x06\xd8\x58\x1f\x60\x63\x02\x36\xd6\x47\x31\x62\xe8\xaf\x29\x00\x49\x6f\x69\x75\xc3\xea\x0f\xad\xf8\x6e\xd2\x2d\x75\xf4\xfa\x2a\x9d\x62\x9f\x57\x75\xca\xab\x48\xeb\xf4\xac\xea\xa5\x3a\x3d\xeb\x67\xaf\x84\x8d\x6e\xab\x0b\x1b\x31\xd7\xa7\x0b\x1b\x31\xc5\xa4\x0b\x1b\x71\x4d\xa6\x75\xab\xd4\xd1\x67\x61\x63\x05\x18\xa6\x75\xe9\x2e\xf9\xcf\x72\x4c\x15\x95\x3a\x53\x62\x25\xee\x48\xc0\xc6\x5a\x6e\xd3\x6c\xf7\xf0\x57\x24\x4f\x5a\xb7\xa0\x9b\x0f\x1a\x7a\xe4\xfa\x5c\xb7\x60\x1f\x2b\x5f\x3e\xe7\xe2\xd9\x6a\xdc\xaf\x69\x53\xc9\xb8\xdf\x02\x28\x4e\xeb\x92\x18\xf3\x57\x8d\xfb\x2d\x04\x07\x26\xe3\x7e\x0b\xc1\x63\x49\xfa\x29\xa9\x02\x93\x88\x72\x78\x6a\x8b\x28\x87\x2b\x7f\x5f\x66\x48\x7e\xa3\x88\x72\x28\x9d\x44\x94\x53\xd0\x21\xa2\x1c\xd3\xef\x1a\xe7\xac\xec\x12\x51\x4e\xb7\x89\x88\x52\xea\xaa\x24\xa2\x94\x7c\x2c\xe9\x0f\x9d\x8a\x32\x11\xe5\xc4\x80\x90\x8c\xfb\x0d\x2e\x66\xe3\x7e\x03\x71\x20\xc9\xb8\xdf\x4a\x1a\x51\xba\x88\x52\xd9\x65\x15\xa4\xa9\x0c\x39\x92\xdc\x3a\x29\xc7\xf1\xaa\x2b\x1e\x0d\xf2\xd1\xab\x56\xcb\x55\xee\x19\xf7\x2b\x39\x43\xba\xf0\x73\xfa\x21\xe1\xa7\xda\x82\xf0\x73\x0b\x3a\xce\x2d\xd8\xe7\xab\x34\x60\x3a\x29\x46\x05\x53\xd2\x37\x24\x43\x7f\x7d\x36\x1b\xfa\x2b\x33\x52\x36\xf4\x77\x37\xaf\x6a\xc0\xfc\xb1\x88\x87\x6c\xe8\xaf\xe9\x93\xd9\xd0\xdf\x4d\xc6\x7d\x36\xf4\x77\x77\x9b\x1a\x30\xb3\x37\x6b\xc0\xec\xbe\xb9\xda\xcc\x34\xb5\x71\x11\x06\x93\x0d\xfd\x6d\xc7\xab\x8c\xb7\x24\x9f\x65\x6b\x17\x4e\xcc\x2c\xc6\x2c\x80\xca\x2c\xc6\x2c\x9f\xaf\xb2\x3a\x30\xda\x45\xbe\xd5\x81\x99\xfd\x7c\xab\x03\xb3\xb5\xf3\xad\x0e\x8c\x90\xcc\xb7\x3a\x30\xab\x2e\x8b\x40\x0f\xc8\x37\x8b\x40\x4f\xf6\xaa\x74\x79\x2c\xb3\x2c\x02\xd5\x65\x9f\x45\xa0\x1b\x1b\x48\x16\x81\xca\x0b\x9a\x45\xa0\x26\xdc\x65\xb3\x65\x07\x26\xa0\x2c\x02\xfd\x8a\x4d\x75\x45\x10\x4a\x16\x81\x8e\xfb\xa1\x63\x93\xf1\x8a\x40\x07\x01\x54\x59\x04\x3a\x80\x60\x59\x04\x7a\x3f\x24\x02\x9d\xe4\xb3\x67\x7d\xa9\x9d\x85\x94\x45\xa0\x14\xfa\x0c\x59\x04\xea\x3e\xca\x22\xd0\x41\x6c\x40\x16\x81\x0e\xac\x49\x39\xdc\x5a\xba\xfc\x1c\x11\xe8\x70\x31\x88\x40\xb5\xde\x67\x11\xe8\xcc\x3e\x2b\x29\x37\x28\x32\x8b\x40\x47\xf3\xea\xb1\x1b\xf4\x59\x04\x3a\xb0\xbc\x65\x11\xe8\x74\xb5\x8b\x40\x67\xf4\xaa\xe3\x05\xf8\x67\x11\xa8\x72\x23\x8b\x40\x8d\xd8\xcc\x22\x50\x8a\x2f\x84\x2c\x02\x1d\xd3\x37\x3b\xde\xe9\xcd\x8e\xd7\xe9\x16\x81\x0e\x4c\xd6\x59\x8c\x39\xb6\xdd\x70\x44\xfb\x2f\x72\x86\x2c\xfc\x94\xba\x33\x0b\x3f\x07\x12\x26\x9b\x0f\x2b\xbf\x5f\x36\x1f\x76\x80\x73\xb3\xe0\x74\xe0\xd7\xc8\x82\xd3\xe1\x8e\x13\x9c\x8e\x65\xf3\x4e\xae\x6f\x66\xb0\xe6\x58\xe5\xef\x72\xc7\xf9\xe6\xe6\x55\x6f\xee\x5e\xb5\x1b\xd2\xba\xba\xb6\x2f\xc1\x94\x2b\xff\x56\x07\x0e\xbe\x4a\x46\xee\xe8\xb3\x4e\x2e\x8e\xd7\x6c\x3e\xec\x04\xf7\x65\xa1\xeb\xc4\x6c\x95\x85\xae\x93\x30\xa7\x9c\xee\xe4\x32\x9b\x42\x57\xa9\xce\xb3\xd0\x55\xfa\xca\x2c\x74\x9d\x28\x5a\x59\xe8\x3a\xa3\x6f\x76\xbc\x9f\x4d\xc7\x8b\x71\x3b\x0b\x5d\xa7\x12\x46\xe8\x3a\x51\xc2\x73\xba\x8b\x99\x29\x4b\x97\x75\xc7\x5e\x29\xac\x86\x03\x3c\x5e\x65\x08\xf9\x6a\xbf\xf4\x4a\xe8\x6a\x32\x48\x16\xba\x4a\xda\x9c\x85\xae\x1d\x03\x66\x16\xba\x4a\xb6\x96\x85\xae\x26\x26\x64\xa1\x6b\x23\xda\x33\x5f\x5a\x66\x05\x5d\xbe\x71\x68\x0c\x21\x5f\x61\xe5\xcd\x6a\xbf\xc7\xab\x6a\x92\x8a\x41\x81\xad\x3c\x99\xf9\x02\xdb\x68\x93\xe0\x1c\x7d\x46\x59\x16\x29\x0a\x19\x84\x6c\x75\xe0\xdd\x6c\x2a\x9c\x3d\x41\x0c\xee\xcd\xa8\x8e\x59\xf4\x2a\x7d\x65\xbe\xc1\xbd\x68\x83\x59\xf4\x6a\xb6\x48\x96\x45\xaa\xa1\x58\xe6\x62\x71\x10\xec\x27\x59\xf4\x4a\xcd\xc1\x90\xcb\x8d\xbb\xb3\x1b\x6e\x5e\x97\xb7\xf9\xb0\xc7\x8d\x73\xab\x03\x7b\x82\x14\xb9\x2e\xd1\x1f\xf2\x2d\x66\xe4\x96\xbc\xb4\xcc\x30\x0c\x64\x83\x7b\xa5\xac\xc9\x06\xf7\xbe\x04\xb9\x65\xbd\xa5\x54\xaa\x0a\xb9\xde\x7c\x67\xde\x6c\x31\xa3\x82\xb7\x22\x4b\xcb\x6c\x5e\x79\xae\xd7\xa1\xc6\x7f\xb6\x3a\x70\x51\x1a\x8b\x5e\x37\x5a\x77\x36\xb8\x57\xea\x98\x5c\xef\xfc\x32\xc0\x7a\x09\x00\xfd\xae\x71\x95\xd8\x31\xb2\xf9\xb0\x45\xb9\x67\x75\xe0\x07\x6c\x9b\x45\xaf\x1b\x83\x49\xd6\x5b\x4a\x51\x8f\x90\xdb\xad\xfe\xcc\x00\x45\xaf\xc5\x3e\x37\x95\x2b\x14\xb3\x6c\x70\xaf\x34\x08\x59\xf4\x5a\xd4\x1f\x44\xaf\x1b\x3f\x57\x6e\x06\x6f\x63\x02\xca\xed\xce\x2f\xff\xb9\xe9\xfd\xbf\x37\x5b\x52\xd3\xad\xd1\x6e\xa8\x12\x43\x00\xbd\x7e\x67\xda\x49\xa3\x3b\x9c\x5f\xd1\xab\x34\x17\xb9\x19\xbc\x8d\xdf\x39\x8b\x5e\xcd\x33\xca\x3a\x4c\x4d\x16\xce\xd2\x32\xff\x5c\x75\xff\x16\xfb\x12\x4c\x4d\x57\x42\xbf\x84\x69\x36\x6f\xf1\x08\xba\xd4\x0d\xec\x39\x36\x4d\x0d\xf6\x24\xea\x72\x03\x62\xfd\xcb\xf8\x25\x1f\x09\xa6\x32\x00\xf3\x57\xad\xe2\xd7\x2c\x36\x99\x3e\x00\xe6\xaf\x7a\xc3\xaf\xd9\x68\x2a\x24\x01\x98\x41\xa6\xa0\x0c\xc0\x0c\x12\x1f\x65\x40\x62\x90\x2c\x3a\x03\x12\x7f\xdc\x1e\xbf\x66\xa0\xe9\xc9\x0b\x48\xfc\x31\x1c\xfc\x9a\xf4\x2a\x60\xa3\xcb\x68\xb0\xc1\x65\x53\x50\x4a\x7f\x2a\xe4\xaf\xf9\x71\x33\xfe\xa3\x82\x52\x1a\x1f\x0e\xa3\x82\xbe\x17\xb5\x2a\x17\x94\xb4\x18\x51\x59\x0b\x4a\x5a\x8c\xf8\x9d\x0b\x4a\x5a\x8c\x80\x9d\x82\x1a\x16\x23\x02\xb6\xa0\x86\x9d\xcd\x52\x2f\xa8\x61\xe7\xd8\x2b\xd4\xb0\x23\x7b\x5e\x41\x0d\x0b\x92\x80\x95\x60\x37\xa2\xcd\xe0\x7f\xe6\x55\xa8\x61\xf1\x21\x6c\xa0\xa0\x4a\x45\xc3\x4a\x0b\xe7\x69\xa4\x80\x4b\x28\x9c\x4d\xdf\xc6\x9e\x50\x38\x6e\xbe\x4d\xb4\x46\xb1\x0a\xc0\x76\xf8\x1c\x37\xdf\x86\x61\xb5\x70\x82\x7c\xf2\x5c\x15\x4e\x90\x4f\x0e\xb4\xc2\x09\xf2\x6d\xce\xd3\xc2\x19\xf1\x99\x2c\x5c\xb2\xdf\x8d\x3e\x6b\xa9\x02\x16\x43\xe1\x8c\xf8\xac\x98\x50\x38\x23\xbe\x4d\x64\x5d\x41\xec\x7f\x1b\x15\xbd\x20\xf6\x3f\xa3\x9e\x4a\x91\xa1\x08\x29\x51\x8a\x9d\x24\xf9\xa5\x14\x3b\x09\x60\x29\xc5\x4e\x72\x90\x95\xea\x55\x76\x4a\x69\x5e\xc5\xa6\x57\x10\x1a\x9f\x81\x85\x05\xa1\xf1\x6d\x54\xd6\xd2\x1c\x02\x39\xcb\xc5\x8d\xbf\x5d\x2a\xcd\x3f\x89\xca\x5a\xba\x9d\x24\x95\xb8\x74\x9f\x05\x44\x97\xee\xf0\x91\x3f\xa5\xfb\x2c\x1b\xb6\x0c\x9f\x25\x7d\xa0\x0c\x07\xe8\xca\x91\x3f\x6d\x63\xd2\x2c\xc3\x37\xe3\xda\x28\xc3\x37\x23\x9c\xcb\x70\x42\x5d\x2a\xc3\x1f\x8b\x67\xb9\xb0\xe9\xbe\x03\xa6\x2e\xd8\x31\xbe\xe3\x22\x5c\x56\x20\x72\xf6\x31\x3e\x7c\xc7\xf9\xc5\xc2\xf0\x19\xec\x51\xb0\x30\x7c\xf2\x4b\x14\x2c\x0c\xdf\x71\x7e\x97\x42\x12\x45\xba\x2c\x6b\x4f\xa0\x4d\x95\xed\xcd\x6c\xe7\xb2\xbd\x19\x7d\xa9\x6c\x6f\x46\x9b\x2a\xc7\x3e\x67\x9b\xf6\x19\x37\x74\x39\x76\x92\x93\xab\x1c\x9f\x25\xd6\xae\x3e\x3e\x4b\x18\x7f\x7d\x7c\x16\x46\x82\xfa\xdc\x8a\x4b\x85\x66\xb4\xd9\x69\x7e\x36\x27\x4d\x59\xec\x40\x46\x15\x30\xfb\x49\x14\x5f\x1f\x7f\x4e\xf3\xcd\xb7\xd6\x06\xcf\xbe\x7e\x08\xfd\xa1\xbe\x7e\x08\xfc\x52\x5f\x3f\xf4\xff\xb3\xf8\x9f\x62\xbf\x46\xfb\x8f\x70\xae\xd1\xd7\x72\x10\xd7\xe8\x6b\x59\x36\x35\xda\x43\xa0\x41\x8d\xf6\x90\x53\xac\x46\xa7\xef\x78\xf3\xb1\xc9\x9b\x3f\x5f\x85\x4e\x5e\x3f\xd3\xe4\x89\x20\xaa\xdf\x4d\x93\xe7\x57\x7c\xa6\xc9\x23\xac\xea\x27\x79\x11\x47\x46\xb5\xd8\xe8\x83\x69\xb4\x5a\xfd\xc4\x48\xf5\x9a\x2c\x33\x87\x1b\xba\x66\xaf\xb2\x4e\x6a\xb6\xec\x11\x40\xbe\x9a\xea\xf5\x7c\x36\xe5\x9d\x26\xbe\xba\x4a\x9c\xf8\x10\x71\x51\xa5\xfd\x7f\xfc\xe7\x43\x6a\x11\xd4\x83\x3a\x2e\x99\x39\x4d\x69\x01\x1e\xf2\x14\xea\xbe\x45\x24\x79\x56\x56\xb7\x07\x63\x5a\xc5\xd6\x94\x5e\x9c\x6b\x95\xc5\x9c\x5e\x9c\xb6\x95\xc5\x9c\x3c\xf5\xaa\xcc\x6c\xaf\xbf\xee\xc8\x03\x80\x31\xad\x1e\xd9\xb7\xfc\x57\xc6\xb1\xbf\xfc\x9c\xf6\x5a\xe3\x0c\xb3\x46\x7b\xa5\x05\xc0\x06\xdb\xac\x09\xf5\x22\x15\x9b\x14\xd6\x2f\xd8\xbc\xbd\xf6\x0a\x7b\x66\x7b\x25\x2b\xe0\x5f\x35\x13\x6f\xcd\xd0\x69\x26\xde\xbe\xe8\x21\xcd\xc4\xdb\x17\x99\xd9\x4c\xbc\x7d\x81\xcc\xcd\x02\x43\x2f\xb6\xfd\x26\x7d\x13\xb5\xad\x43\xfb\xa4\x41\xe0\x00\x6d\x9f\x1a\x2c\x32\xb3\x59\x00\xf7\x45\x48\x36\xd7\x86\x46\xad\x96\xfc\x1b\xc8\xcc\x96\x1c\x3e\x80\xba\xb9\x72\x5e\x0e\xdf\x96\x1c\x3e\x53\xd6\xb2\xdf\x25\xa2\xa6\x99\x60\xf8\x6e\x9b\x76\x12\xe5\xbf\x99\x60\xf8\xb2\xf8\x9b\x18\x84\x52\xb3\xa1\x99\x60\x68\xa4\x47\x73\xd5\x19\x9c\xd3\x4c\x21\xb4\x92\x48\x33\xb3\x2f\x60\x82\x6e\x66\xd8\x05\xc2\x60\x9a\x19\x76\x21\x78\x55\x3e\x40\xdc\x40\xcd\x2c\xb9\x10\xbd\x3a\x6d\xf2\x21\x69\x51\x8d\x94\x68\x4d\xe6\x0a\x00\x78\x43\x93\x4c\x06\x5d\x34\xe9\x53\x02\x52\xb1\xb9\x17\x02\xe6\xeb\xd6\x2d\x41\x88\xbd\xa8\xb9\x35\x64\x57\x6b\xd2\x75\x06\x6c\x7a\x4d\x42\xce\x80\x55\xa7\x0d\x9f\x45\x94\x35\x79\x2d\x64\x35\x69\xf2\x5a\x04\x94\xe1\x26\x55\x45\x70\x06\xa5\xaa\x08\xce\xe0\x72\x80\x04\xc8\x35\xeb\x1a\x04\x9c\xf2\xcd\x6a\x80\x01\x67\x4d\x73\x0f\x06\x27\xd4\x7a\x7f\xc6\x42\x34\x77\x4a\x04\xbe\x75\x93\x38\x22\xde\x99\x6e\x12\x47\x44\x40\xf5\x47\xc2\x10\x60\x54\x97\xa0\xde\x92\x10\x5d\x06\xbc\x88\xda\xd6\xd1\xe2\x52\xfc\xbc\x6a\xdd\x61\x34\x93\xfe\xde\xda\x04\xbf\xdf\xde\x4d\x8d\x8f\xa4\x3d\x76\x93\xdf\x23\xbb\xac\x9b\xfc\x1e\x99\xb2\x6e\xf2\xbb\xae\xf3\xee\x1e\xfc\x11\xc5\xff\x53\xec\x77\xb7\xa7\x89\x8a\xdd\xcc\x77\x61\x60\x37\xf3\x5d\x9f\x7b\x37\xf3\x3d\x02\x40\xba\x95\xc5\xe4\xdb\xef\x66\xa0\x4b\x68\xd3\xad\xbd\x15\xb1\xb3\x75\x49\xcf\xd4\x7e\xbb\xa4\x67\x11\x11\xda\x25\x3d\x33\xa4\xa4\x5b\x72\xda\x12\x33\x3d\xdd\xe2\x77\x8c\x2e\x79\x33\xeb\xa4\x67\xf9\x5e\x50\x95\xbb\x54\x5d\x32\x34\x76\xe9\xac\xa9\xe3\x19\xba\xa9\xc4\x91\x93\xab\x9b\x4a\x1c\xd9\x9e\xdd\x54\xe2\x78\x7c\x96\xe1\x7f\xa8\xbb\xdd\xcd\xfb\x21\x7e\xbb\x9b\xd7\xe4\xfd\x6e\x76\xb0\x11\x26\x5d\x03\x82\xbe\xf2\x6e\xc2\xef\xc7\x5e\xee\x26\xfc\x7e\xae\x13\x8f\x9b\x8f\xad\xdd\xdd\xf8\x9f\xcb\x46\xd4\x6f\x45\xc2\x2e\xae\x37\x56\xa7\xcb\x0e\xfd\x71\x90\x75\x71\xbd\xfe\xee\xae\x58\xf8\x10\xec\xdd\xc4\x5b\xa9\x20\xbb\x62\xc1\x5c\xef\x6e\xf2\xec\x87\xe9\xbb\x9b\xf1\xaa\x73\xbc\x4b\xad\xac\x43\xbf\x2b\x43\x3e\x6c\x4d\xdd\x9a\x41\x1f\xa6\xe0\x6e\xdd\x9f\x0f\x53\x70\xef\x3e\xeb\x52\xe9\x3e\x8b\xb2\xd4\xbb\xc3\xc7\x9e\xd0\xbb\xc3\x6f\x3e\x6b\x27\x9b\xcf\x3a\x7c\x84\x46\xb7\x6e\xce\x87\x97\xa4\x0f\xc7\x0b\x28\xee\x0a\x1c\x0a\x8e\x87\xee\xd1\x6c\xfd\x9a\x6e\xf5\x58\x59\x9a\xbb\xe2\xe8\xc3\x5c\xd6\x65\x19\xfa\x38\x41\xfa\x74\x44\x58\xc0\xfa\x74\x44\x44\x89\x74\x79\x84\x3e\xf4\xa5\x2e\x8f\x10\x65\xb2\x43\x97\x75\x47\x3a\xfa\xae\x28\xb3\xc0\x47\x57\x94\xa5\xc7\x9b\xbb\x4d\xbe\x2b\xaf\x4e\xc2\x1c\xda\x3d\xf4\x13\x7a\x75\xf7\xd0\x4f\x78\xa3\xba\x87\xbe\xd4\x97\xdd\xa4\xb9\x84\x85\xb3\x2b\xd9\x92\x4b\xc5\x5c\xb6\x84\x61\xaa\x9b\xcb\x96\x94\x4e\xe6\xb2\x25\xec\x90\xe3\xb1\x24\x0d\x8a\xf4\x78\xbc\x19\xf9\x33\xd4\x1f\x28\x19\x1f\x86\x92\x2d\x15\xaf\xfa\x2a\xc2\xba\x86\xb4\x1e\x09\xfd\x76\x28\x73\x12\x82\x62\x44\xff\x06\x1a\xec\xb0\x9e\x82\x49\xac\x43\x0d\x21\x71\xca\x8f\x78\xb9\x2e\x33\x4d\x5f\x85\x77\x78\x58\x31\x41\xe6\x8a\x61\x09\x42\xb3\x4d\x87\x02\xca\x4c\xdb\xf1\xf9\xdb\x11\x23\x43\x55\x33\x31\xa1\x43\x89\x64\x3e\xe9\x50\x22\x25\xe6\x77\x24\x29\xbb\x51\x8f\x87\xba\x47\x42\xc8\x0c\xeb\xee\xc9\x8e\x38\x92\x9d\x44\x01\x1e\x8a\x2f\x6b\x13\x8c\x4b\x6e\x80\xed\x62\xa8\x5d\x64\x62\x30\xc6\x35\x4b\x62\x94\x1e\x97\x55\x00\xc9\x30\x2e\xab\xc0\xff\x81\xd2\x3f\xc5\xfe\xb8\x84\x03\xc8\x90\x71\x39\x04\x58\x09\xc3\x44\xf8\x4c\xb4\xc6\x30\x11\x5e\x36\xbc\xd1\x2e\xd1\x01\x1d\x6e\x7e\xb4\xf8\xac\x6f\x2e\xde\x2c\x95\x01\x18\x6a\x58\xda\x3b\x17\x9f\x95\xca\x00\xf5\x6f\xc8\xae\x96\x91\x03\x43\xb1\x90\xb1\xd0\x8e\x71\x6b\x53\xf2\xac\x34\x5f\x99\x43\x61\xcc\xcb\x6c\xc0\x7c\x59\x32\x49\x92\xc9\xe1\x9e\xb2\x0a\xdb\x50\x01\xb0\xbc\xcb\xd8\xd2\xef\xb3\xe3\xc6\xbe\x74\xf4\x5c\x3d\x97\xae\x93\xef\xba\x2f\x0a\x04\xb9\xd3\xda\xb2\x85\x0d\x38\x41\x67\xa9\x20\x7e\xa7\xdb\xa4\x60\x28\x9e\x6e\x93\x82\x59\x75\xba\x2f\x0a\x12\x75\x06\x79\xfe\xf9\xb1\x53\xb2\xd9\x82\xad\x7b\x5a\xa2\xa5\x90\x63\x35\x71\xa9\xa4\x82\xdc\x9b\x2e\xe6\x42\x40\xe3\xbc\x14\xa3\x18\x10\xa6\xa7\x6d\x21\xac\x74\x8a\xb9\x0a\xc7\xeb\xf4\xc4\x2c\xcb\xa6\x04\xa4\x2c\xf5\xa9\x52\x5a\xb6\x4d\xc9\x70\x40\x28\x53\x43\xb1\x55\x39\xa6\x04\x0b\x54\x25\x0e\x53\x6d\xd0\x40\x88\x29\x50\xaa\xa8\x34\xf3\x12\xd3\x81\x23\xe6\x90\x75\x87\x65\x36\x55\xff\x2a\x42\x63\x4a\x6b\x56\x81\xdb\x53\x5a\xb3\x4a\x98\xc1\x54\x85\xab\x8d\x1f\x2b\xaa\xb2\xac\xc3\x3c\xb7\x72\xf4\xaf\xb9\x9c\x32\x03\xf5\xd7\x73\x09\xae\x03\x4d\x07\x88\x73\x6a\x09\x94\x2a\xfa\xc3\x72\x06\x0d\x20\x5f\xf8\x52\x53\x25\xb7\x6b\x89\x8c\xe4\x5b\x58\x6a\x65\x14\x67\x0f\x0b\x77\x61\x6a\xa8\x8e\x4b\x41\x27\xc1\xc2\x52\x94\xb5\xe0\xcd\x12\x00\x62\x1f\x5b\x8a\xb2\xc6\xc6\x5f\x8a\xb2\x86\xf2\xbf\x44\x46\x0d\x85\x61\xb9\x18\x24\x5b\x5b\x2e\x86\x86\xd8\x5f\x02\x25\xb9\x1a\x96\x88\x5b\x82\xeb\xa5\xa0\x6b\xcc\xd1\x52\x94\x35\x3c\x0e\x4b\xd5\xab\x21\x19\x56\xb2\x57\x88\xfd\x95\x7c\x16\x5f\xea\xc2\xa6\x97\x1a\x7b\x7f\x09\xc0\x1b\x7b\x7f\x29\xd9\x5a\xf5\xaa\xe3\x25\xae\x60\x29\xca\x4c\x4b\x59\x72\x80\x50\xbb\x3c\xac\xe6\xcd\x18\x2b\x96\xba\x87\xc5\x7d\x96\xca\x46\xc3\x1c\xba\x54\x09\x1a\x4a\xdd\xc2\xa8\x95\x3a\xa7\xed\xc2\x74\x9c\xac\xfe\xbc\x94\x2a\xfd\xb5\xc9\x9b\x3b\x9b\x7d\x29\x55\x3a\xf2\x76\x29\x55\x3a\x76\xaa\x2d\x52\x30\x2b\x79\x3b\x65\x9d\xa3\x6a\x0b\x39\x4d\x31\xdb\x42\x4e\x3d\x68\x5b\xc6\x1e\x79\xdb\x36\xde\xb7\x64\xce\xe0\x2e\x37\x45\x9d\xa6\x48\x70\x00\x3a\xb6\x42\xf5\xc7\x63\xfc\x4f\xb1\xbf\x95\xb7\x72\xe5\x6d\x37\xe0\xc0\x56\xb6\x87\xb5\x1a\x31\x8e\x6d\xb1\xdb\x20\x42\x7e\x13\xb5\x95\xac\x74\xb3\xdd\xad\xba\xfe\xb7\xca\xd2\x00\x1a\x6c\x95\xa5\x01\x2a\xdc\x2a\x4b\x83\xcd\xbb\x55\x96\x06\xa9\x13\x5b\x65\x69\x00\x1c\xb6\x4c\x89\xa3\xf9\x66\x3f\xd4\xbc\xd9\x8c\x7b\x32\x22\xb7\x14\x85\x83\xac\xa2\x6d\x79\xbb\x81\x0a\xb7\x25\xc9\x1f\xa0\xc2\x2d\x3b\xfd\xe0\xd4\xde\xe7\xd6\xc0\xe2\x66\x55\xa9\xe1\x3f\x3f\xb7\x72\xe5\xa2\x79\xab\x0f\xf0\x5d\x39\x04\x06\x40\x7e\xab\x59\x19\x50\xb4\x3d\x23\x26\x07\xca\x71\x61\x98\xdc\x74\x84\x90\x7a\xb4\xcf\x23\xb3\x01\xe7\xcb\x91\x07\x7e\x12\xdd\x7a\x04\x98\x13\x29\x71\x04\x98\x86\x0d\x9c\xc7\xef\x22\x25\x8e\xb8\xcf\x30\x89\x23\xb8\xd3\x1d\x7c\xc2\x2d\x20\xb5\x68\xda\x49\x0e\xee\xa3\x66\x35\x41\xee\x47\x44\x36\xb1\x3a\x1e\xe5\x80\x25\x84\x8e\x16\x12\x93\xd7\x8e\x1a\xce\x64\xa9\x1f\xa5\xc4\x44\x2b\x3b\x2a\x3c\x13\x35\xfb\x28\x34\x26\xf0\xed\x88\x6e\x4c\x4f\x3b\x12\x16\x19\x64\x7b\xb4\x72\x4c\xf2\x05\x8e\x72\x60\x62\x82\x3e\x4d\x2e\x20\x94\xa5\xa3\xfe\xb0\x82\xcd\x62\xf3\xb7\x4d\x8e\x0b\xc9\x90\xd4\xe3\x5e\x36\xe8\xd4\xe2\xfb\xc9\x34\x79\xab\xcf\x27\xa3\x4c\xad\x3e\x9f\x88\x32\x8d\x96\x41\x4f\x64\xac\x47\xcb\xa0\x27\x5c\xe7\xd1\x1a\xe2\x69\xfd\x0c\xf2\xd1\x3a\xe0\x89\xc0\xd1\x68\xb5\xee\xb4\x16\x57\x45\xcd\xd4\x4a\x8e\xff\x55\xac\xfe\x25\xcb\x44\x2b\x56\xa7\xfd\x53\x0e\xa3\x85\xa4\x13\x2e\x95\x68\xc9\xe6\xb4\x03\xaf\x52\x86\x90\xdf\x1d\x2d\x9d\x9c\xf6\x4f\xf7\x88\xd6\x1d\x4e\xfb\xb7\xbb\xa3\xb5\x83\xd3\xfe\x45\x1f\xc5\x5b\x87\x17\x2f\x6d\x7c\x2e\x9b\x53\xe1\x43\x12\x34\xed\xea\x55\xbb\xd1\xf8\x90\x87\x3e\x19\xdc\xf1\xb9\x44\xc4\x8d\xbf\xa1\x32\xb9\x7f\x67\x71\xb4\x4c\x6d\xda\x9d\x3e\xeb\xc4\xc4\xb5\x11\xad\x28\x9a\xf0\x47\xc4\x5b\x51\x94\x24\xd6\x78\xeb\x7e\xee\x43\x37\xd4\x10\x08\x64\x8a\xb7\xa4\xe6\x79\x19\x91\xa8\x8a\x6c\xd3\x78\x4b\x6a\x9e\x97\x0f\x39\xfb\xe7\xe5\x6f\x6c\xc9\x9d\x02\x43\x50\x6e\x9c\x5f\x58\x69\xb4\x5a\x65\x3a\x91\x37\x5b\x5c\xe3\xf8\x9f\xb7\xaf\x8a\xbc\x59\x80\x86\x3f\x22\x5a\x08\x32\x9d\x8f\x3f\x29\xd9\x08\x8c\xd6\xd1\xda\x8e\x89\x34\xc0\x68\x6d\xc7\x44\xf5\xd5\x68\x6d\xc7\x84\xf3\x22\x5a\xbd\x31\x11\x21\x16\x2d\xc8\x98\x7e\x11\x0b\xff\x12\xfb\xd1\x5a\x8d\xe9\xfc\x0e\xa6\x68\x35\xc6\x74\x7e\xa7\x76\xbc\x45\x15\x29\x73\x19\xad\x93\x98\xce\x2f\x2e\x2b\x5a\x27\x31\x9d\x9f\x8a\x1e\x2d\x7d\x98\xce\x6f\x9b\x44\x4b\x1f\x26\x92\xe0\xa2\xf5\x0a\x13\x75\xc0\xa3\x15\x09\xd3\x61\xea\xad\x48\x98\xce\x4f\x74\x47\xeb\xf7\xa5\x33\xb8\x59\x71\x74\x06\xdf\x55\x1c\x9d\x9f\x49\x36\x5a\x48\x2e\x9d\xcd\xd8\x3d\x4c\xe1\xe4\x89\x16\x56\xcb\xf8\x05\xa2\xa5\xd3\xf2\xf3\xd2\x67\x73\xdb\x9f\x1f\xba\x89\x96\xe2\xca\xcf\xc7\xb3\x26\x95\x53\xb9\x32\x5a\xa9\x2a\x3f\x99\xef\xca\x9b\x0d\x5f\x77\xb4\xda\x54\xa6\x5c\x7e\xb4\x54\x53\x7e\x1a\xdf\xed\xde\xdc\xf8\xcf\x26\x1a\x3f\x8d\x0f\x99\x68\xfc\x34\x9f\xb5\x1b\x9d\x37\x5b\x59\xf8\xe9\x5c\x95\x05\xeb\x19\xf4\x59\x16\xac\x67\xf0\x21\x59\xb0\xa8\x29\x19\x2d\xe5\x93\x9f\x9f\x3a\x14\x2d\xe5\x93\x9f\xc5\xfc\x4e\x3f\xb4\x78\xb3\x35\x77\x1e\x04\x8e\x35\x77\x32\x45\x1c\xa2\xd5\x6d\xf2\x8b\xc0\xb1\xda\x4b\x7e\x7f\x12\x35\xde\xc2\x22\xef\xcf\x7c\x14\x2d\x2c\x92\x5f\x16\xb3\xf5\x3e\xf2\x9b\xb8\xfa\x4a\xb7\xf5\xd3\x1f\xa2\x55\x39\xf2\x9b\xbd\x7a\xab\xfb\xfd\x16\x83\x95\x35\xf2\xfb\x53\x27\xa2\x15\x22\xf2\x5b\xb9\x1a\x7d\x15\xff\xd9\x02\x0a\xf9\xfd\x1d\x46\xd1\x02\x0a\xf9\xed\x74\xc3\xd9\x7f\x91\xb7\xb2\xe2\x67\xb2\x29\xa3\x84\xf3\x99\x04\xc9\x28\xe1\x7c\x7e\x7f\x96\x99\x28\xe1\x7c\x7e\x0f\xaf\x32\x2a\x06\x83\x7c\x94\x25\x3e\x07\x96\x99\x2c\xf1\x39\xbc\x5e\x25\x73\x3c\xfc\x3c\x2c\x51\xe2\xf7\x4c\x98\x41\x94\xf8\x3d\x93\x7a\x19\xa5\x76\xcf\x21\xf0\x5d\xa9\xdd\x43\xf0\xbb\xc7\x26\xc3\x6f\xb7\x60\xd6\x4b\xd3\x0f\xfd\x0c\x35\x51\xa6\xf4\x1c\x3e\xfe\x86\x05\xac\x31\xd7\xc7\xcb\xe0\x4d\xf9\xe3\x28\xfd\x75\x0e\x8d\xff\x8c\x26\x96\x43\x63\x08\xd3\x3e\x77\xfa\xbc\xfc\xd0\xe0\xcd\xcb\xab\x83\x09\x95\xf9\x8a\x04\xb4\x28\xc3\x73\x0e\x93\x11\x99\x3b\x4c\xfa\x61\x94\xe1\x39\x63\x9f\x8f\x32\x3c\xe7\xb0\x58\x57\xb2\x57\x85\x4d\xaf\xb6\xdf\x3d\xfc\xc9\xed\x77\x0f\xe3\x95\x9f\x2a\x1c\x9f\xb5\x22\xcf\x4f\xf5\x8a\xd2\x0b\x67\x72\xca\xa2\xf4\xc2\x39\xfe\xec\xae\x51\x02\xe1\x1c\x03\x57\x11\x5f\x19\x0b\x7c\x94\x32\x37\x47\xfe\xa4\xf4\xb3\x39\x72\x44\xca\x28\x9b\x31\x95\x47\x19\x65\x33\x75\x96\xa3\x64\xad\x39\xfe\x0c\x9e\x51\x3a\xd6\x1c\x7f\x8e\x8f\x28\x1d\x6b\x8e\x3f\xcb\x46\x94\x8e\x35\xc7\xe6\xcd\x0e\xe1\xe7\x5e\x8c\x12\x9f\x66\x4c\xe5\x51\xe2\xd3\x8c\xa9\x3c\x4a\x7c\x9a\xe3\x5f\x91\x3c\x51\x4e\xd4\x1c\x3b\x7d\xf8\xfc\xe8\x2f\x12\x29\xca\x6b\x9a\x23\x3a\x8c\xbc\xa6\x39\xa2\xc3\xc8\x6b\x9a\xe3\xa0\xc3\xb8\xcf\x32\x99\x6b\x51\xaa\xd2\x1c\x7f\xa6\xd1\xf8\x1f\xbf\x28\x93\x7b\xd9\x3b\xe3\xe2\x66\xe9\x50\x48\x55\x8b\xf2\x64\xe6\xf8\x0b\xc5\x8f\xf2\x64\x66\x12\x42\xa3\x3c\x99\x99\x24\xb2\x28\xd7\x65\xa6\x74\x5a\x94\x82\x32\x7f\x8f\x4d\xae\x92\x80\x16\x65\x86\xcc\xdf\xcb\x77\x6f\xa9\x7d\xb6\x98\xb4\x8a\x19\xc2\xd8\x18\xbb\x34\xa7\x91\x57\x29\xc9\x3f\xce\x88\x78\xeb\xd4\x23\xe8\x62\xf7\xcd\x89\x3e\x2b\x7e\xbf\xc4\x77\xe5\x06\xfc\xd8\x71\x97\xee\xef\xe3\x04\x91\xa3\x2f\x53\x3d\x3f\xca\xa4\x97\xb1\x84\x47\xe9\xf2\xf2\xc7\x01\x2a\x6d\x5d\x86\xe4\x36\x5e\x0a\xb8\x0f\x41\x77\x29\xe0\x3e\x67\x70\xfb\xe6\xc1\x6f\x77\x13\x7d\xc3\x67\xa5\x54\xe5\x78\x95\x02\x2e\x7f\x4e\xb7\x5b\xec\x73\x7e\xdd\x62\x98\xbe\xe3\xa5\x80\xfb\xa6\xcf\xde\x12\x42\x2c\x75\x0f\x05\x48\x78\xa2\x24\x6f\xf9\x73\xf6\x8f\x3f\x16\xf1\x2b\x8d\x5b\xfe\x38\x9b\x64\x66\xcb\x9f\x6b\xe3\xd8\x8d\xed\xb3\x76\x63\xfb\xac\xdd\xf8\x65\xba\x45\x09\xd3\xf2\xc7\xca\x91\xf4\x2c\x43\x62\x1c\x25\x3d\xcb\xdf\xcf\xac\x1a\xe5\x31\xcb\x58\xd1\xe3\xe7\x61\x94\x10\xdd\xdf\x7b\x09\x66\xbd\x5a\x6d\x16\x9a\xd6\xa0\x41\x7f\x90\x5e\x2c\x27\x64\x88\x24\x60\x19\x1b\x7b\x94\xc8\x2b\xa7\xc8\xb3\x4a\x89\x14\x79\x36\xfa\xa1\x9f\x39\x25\xca\x5e\x95\xe1\x61\x8e\xb2\x57\xe5\x94\xbc\xd9\x82\xce\x28\x78\x32\x41\xe5\xf4\xab\x19\x1a\x65\x82\xca\xa9\x30\x84\xcf\x67\x7f\xbe\xb9\x28\xf7\x51\x4e\xe8\xe4\x72\x1f\x65\x88\x22\xa3\xdc\x47\x39\xa1\x98\xc9\x7d\x94\x29\x3a\x13\xbf\x4b\xd5\x0b\xba\x91\xdd\x28\xa7\x4e\x9f\xe5\x2f\x4a\xdd\x67\xed\x55\xf7\x59\x7b\xd5\x7d\xd6\x5e\xa1\xc6\x5c\x96\x21\x0c\xf2\xf1\x52\x03\xa5\x49\x27\xa5\xf7\x49\x93\x3f\x69\xb4\x67\x62\x31\xc8\x0f\x93\xf3\x43\x53\xe5\x2a\xff\xfc\x6b\xf1\x52\xbe\xc0\x73\x1b\xe5\x5a\xc9\xe4\xb2\x45\xf9\x52\x72\xe6\xb4\x95\xf3\x24\x43\xa8\x1b\xe5\x3c\xc9\xf0\x09\xc7\x4b\x45\x92\x23\xaf\x52\x23\xca\xe8\x2d\x32\x75\x64\x48\x80\xa3\x5c\x1c\x19\xe6\xde\x28\x17\x47\xc6\x18\x1e\x2f\x27\x06\xe6\xee\x28\x37\x45\xce\x6c\x76\xd9\x18\x72\xe6\x78\x95\x19\x20\x53\x31\x21\xca\x0c\x90\xe1\x31\x8e\xe6\xd1\xe7\xfc\xf3\x63\x46\xb3\xce\x73\x3e\x7f\x18\x79\xa2\x49\xe5\x39\xb3\x2f\x4c\x0c\xcf\x58\xb3\xa3\xd9\xdc\x99\x52\xb3\xd1\x04\xed\x5c\x5e\xaf\x1e\x9b\xbf\xb1\x9b\x64\x9d\x0b\xc7\xa5\x49\xd6\xb9\x04\xaf\xd2\xa5\xc2\x6f\x34\x9d\x39\x63\xeb\x8e\x26\x2c\xe7\x02\xf0\x49\xae\xa2\x82\xae\x68\xc2\x72\x2e\x3f\xd3\x53\x34\x59\x38\x17\x24\xaa\x39\xbc\x19\x5b\x77\x34\x87\x37\x17\x94\x43\x73\x78\x73\x61\xe5\x9b\x87\x9b\x0b\x1a\x8e\x79\xb8\xb9\x54\x7a\x25\x77\x53\xa9\xfc\x55\x95\xb4\x52\xf9\xab\xd6\x96\x2d\xec\x0b\x73\x5a\x73\x41\x1d\x32\xa7\x35\x17\x90\xac\x69\xaa\xb9\x70\x10\x9b\xa6\x9a\x89\x0a\x8e\xa6\xa9\xe6\xd2\x7d\xd6\x21\x80\x73\x4d\x53\xcd\x85\x7d\x61\x22\x6a\x2e\xc8\x6a\x13\x42\x73\x61\x5f\x24\x79\x6b\x0b\x0a\xbc\x99\x98\xb9\x20\x33\xcd\xc4\xcc\x50\xd9\x47\x53\x20\x73\x41\x3b\xba\x89\x8a\x85\x13\xd3\x64\xc3\x4c\x0e\x60\x34\xd9\x30\x57\x76\x8d\xc9\x86\x99\xec\xbc\x68\xb2\x61\xae\x40\x66\xd3\xd3\x72\x8d\x7c\xf7\x78\xb3\x13\x7a\xbc\xf9\xa3\x93\xca\xf9\xea\xfc\x62\x2e\xcb\x10\xec\x47\xd3\xd3\x32\x8c\xfa\xd1\x44\xb0\x5c\x51\xa5\x4c\xc8\xca\x95\x5d\x63\x26\x54\xc6\xd4\x1f\xcd\x84\xca\x98\xfa\xa3\xb9\x3f\xb9\x02\xa3\x4c\xba\xc9\xb5\xdb\xf4\x66\x7e\xac\x39\x2c\xb9\xfe\x32\x74\xa2\x99\x26\x99\x0c\xbb\x68\xa6\x49\xae\x9c\x6b\xe6\x83\x64\xea\x0b\x44\xd3\x25\x32\x94\x35\xd1\xa4\x86\x5c\x41\x0a\x26\x08\xe4\xc6\xb6\xca\x97\x4e\xed\xe5\x43\x2e\x95\x86\x76\x91\x05\x77\x2d\xf1\x2a\x69\x8a\x1b\x42\xc3\xc8\xe7\x4c\x52\x43\xcc\xb2\x07\x37\x96\xb7\xf1\xc9\xb9\xa1\x58\x66\xd5\x89\x86\x48\xc9\x2a\xf0\x58\xd1\x63\x56\x09\x6f\x2c\xc2\xac\x12\x0e\x9b\x53\xcc\x84\x93\xe5\xf6\xb3\xbc\xc5\xec\x1c\x35\xce\xf1\xe2\xa4\x34\x70\xa2\x01\xc9\xb9\x1d\x9b\xb7\x7a\xd1\xef\xd9\x12\xe5\x5e\x0b\x36\xe5\x5e\xfb\xc5\x33\xc4\xa2\x32\xdc\x91\x1b\xc5\x53\x8f\x82\xdd\xb1\x28\x46\x3a\xa7\x5e\xb1\x48\x7a\x47\xc0\x96\xcb\xea\x06\xf4\x2b\x1e\x0a\x1d\x65\xb8\xb8\x43\xa9\x58\x1d\x8d\x50\xcd\x1d\x63\x5a\x91\x36\xaa\x63\x3e\x2a\xf3\x72\xbe\xfd\xa6\xcc\xe0\xcf\x3c\xd0\x0f\x8b\x95\x3d\xc7\x2f\xd1\x38\x16\x85\xf3\xc0\x6e\x63\x78\x67\x1e\xbf\x00\xaa\x58\x55\x36\xc6\x2f\x85\x27\x56\xff\xc6\xa0\xcf\x55\x1d\x60\x60\x24\xa9\x96\x5c\x1c\x4c\x4a\x0d\x7e\x08\x11\x54\x83\x1f\xaa\xbc\xd9\x7f\x35\x50\xfe\xab\x0a\xc3\x40\x04\x55\x97\xe8\xf8\x8b\x78\x39\x1a\x2a\x99\x49\x19\x8b\x15\x0b\x49\x1e\xac\x6d\x63\x23\xf3\xc0\x9c\x52\x15\xdd\x63\xd1\xa5\x5b\xc5\x9e\xb3\xa6\xca\x3a\x48\xba\x56\xac\xaa\xe8\x83\x95\x50\xcb\xad\x3a\x67\x93\xd1\x91\x81\x15\xab\xe6\x14\xac\xd9\xb1\x0a\x99\x49\xb9\x8a\x55\xc8\x4c\x16\x55\xac\xd2\xee\x91\x72\x15\xab\x89\x24\x64\xcc\xc5\xaa\xe8\x26\xa9\x2a\x56\xa5\xf1\x74\x0a\x54\x0f\x48\x8c\x8a\xd5\xea\x5a\x13\x65\xa9\xaa\xb1\x4f\x94\xa5\xaa\xb1\x65\x22\x61\xaa\x1b\x70\x22\x52\xaa\xf2\x76\x56\xfa\xac\x3e\x30\x51\x87\xaa\x3b\x6e\xa2\x0e\x55\x77\xdc\xec\x8c\x77\xda\x67\xd4\xa1\x3a\xed\x33\x3b\xae\x5a\x28\x19\x46\xb8\x58\x55\x1e\x26\x18\xd9\x58\xd0\x3c\x11\xec\x55\x6d\x7f\x82\x82\x0d\x0d\xcd\x58\xc2\x63\x55\x63\x27\xff\x37\x56\x55\x8b\xe9\x1c\xa9\xb1\xc3\x79\x1b\xab\x5b\x1b\xa2\xfb\x68\xf0\x67\x5e\x2f\x9d\x74\xa9\x43\x28\x11\x1b\xe6\xc1\x4c\xc5\xdb\xd8\xd4\x9c\x17\xf6\xcc\x86\x01\x30\x43\x72\x1b\x9b\xc2\x19\x06\x89\x68\x1c\x69\xa6\x50\x57\x34\x8e\x34\x2f\x70\x93\x71\xa4\x79\x61\x6a\x33\x8e\x34\xc3\xe4\x1f\xdb\xeb\x87\x7e\x21\x6d\xb1\x11\x1d\x97\x21\xb9\x8d\x4d\x03\xd1\x42\x66\x36\xf7\x05\xac\xb6\xb1\x09\xa8\x17\x80\xba\xa9\xf3\x2c\xb4\xdf\xf6\xd9\x49\x2c\x6f\xed\x96\xe3\xec\x5e\xb5\x93\x3f\xd7\x79\x6c\x2a\xc3\x70\xc6\xc6\xa6\xde\xb2\x98\x94\xa6\xde\x02\xdb\x46\x34\xbc\x33\xaf\xcd\x77\xa5\xdc\x84\xd8\x21\x36\x29\x37\x17\x93\xd2\xca\x65\xf0\xae\x34\xf9\xed\x70\xc6\xc6\xa6\xa0\x23\x7b\x22\x36\x77\x0a\x1c\x20\xb1\x89\x6d\x37\x12\xb5\x69\x2f\xda\x81\x59\xd0\x5e\xb4\xd1\xc4\x9a\x6a\x0c\xf9\x11\xd1\xf0\xce\x0c\x0d\x6c\x6c\x72\x18\x92\xc5\x10\x9b\x3b\x85\x2c\x86\xd8\xa6\x6f\x66\x2f\x34\xd9\xce\x37\xe2\xa8\x79\x82\x50\xc1\x39\x36\x11\x28\x99\xd4\xb1\xb9\xea\x36\x56\xca\xe6\xf9\xb2\xb1\x52\x36\x5c\x2a\x99\x84\xac\xd8\xc4\x89\x7b\x30\x29\x2a\x0c\xfb\x7f\x8c\xbd\x4b\xee\x04\xad\xb2\xe4\x39\xaf\x55\xf4\x12\x00\xe7\x29\xfd\x75\xf7\xc2\xb3\x67\x3d\xe8\xfd\x0f\x5a\xe1\x3f\xcb\x73\x6e\xb5\xae\xce\x57\xa3\x54\x92\x19\x04\x10\x60\x98\x3b\x1e\xe6\x98\x9c\x43\x33\xf6\x62\x72\x0e\x19\x86\x17\xd3\x60\xc8\x30\xbc\x87\x1b\xc9\x30\xe4\x1d\x07\x1b\x4f\xf7\xf5\xd0\x2c\x53\xc4\x66\xbd\xfe\xa6\xaa\x29\x62\xb3\x5e\x8c\xca\x19\x7e\x99\x10\x1b\x5f\x55\x33\x46\xe5\x8c\xd2\x60\x67\x9b\x53\x5c\x65\xe5\x2d\x06\x53\x78\x64\xd5\xb9\x80\xc2\x23\xab\xce\x05\xa6\x36\x41\xde\x53\xb0\xa9\x19\xfb\xb2\x7e\x7d\xfa\xea\xdd\x9f\xe2\xe1\x8f\xd9\x3e\xc5\x3d\x78\xfd\xd0\x14\x00\x59\xdd\x63\xff\x1f\x61\x7f\x8a\xa2\x3f\x70\x6f\x6a\x6f\x7d\xe0\xde\x2c\x3f\x2d\xf7\xc1\x57\xbd\x5e\xe7\xa9\xe7\x6d\xca\x2a\xe4\x9d\x05\x53\x50\x62\x7d\x40\xd9\x14\xb0\x3f\x3f\xe3\x33\xc5\xdd\xd5\x07\xff\x99\x72\x50\x3f\xac\x8c\xb9\x7e\x1a\xf2\x93\xaf\x92\x85\x87\x58\x2a\x76\xae\x91\xa9\xd3\x14\x3b\xd7\x02\x46\x87\x62\xe7\x5a\xc0\xe8\x98\xb0\xd0\x16\xd8\x05\xe6\x4f\x9d\x1e\xd0\x50\x0c\x5b\x93\x7f\x7e\x29\x01\x77\xc0\x34\x58\x3c\xeb\x26\x77\xfd\x0a\xaa\x19\xd3\x60\x45\x35\x03\x37\xb2\xe2\xd0\x9a\x7c\xec\x4b\x7a\xdd\x81\xfe\x2e\x49\x70\x07\xa0\x7b\x49\x28\x9b\x5c\x78\xa6\xd0\xb2\x16\xd8\x31\x97\x04\x9f\x03\x28\xb1\x24\xf8\x2c\x1f\xfb\x92\xe0\x73\xb8\xb4\x59\xb2\xcc\x01\x58\x58\x55\x62\x8f\x9c\x4c\xad\x2a\xb1\x47\x36\xd0\xa5\x97\x1c\x23\x34\x7b\x75\x65\xba\x84\x66\x2f\x36\xc1\x16\x99\x45\x4b\x89\x2f\x23\xb3\x68\xe1\xd4\x6a\x11\x5b\x75\x29\xb5\x65\xac\xfa\xb3\xae\x65\x6e\x2c\x29\xab\xc8\xc7\xbe\x7e\x9a\x93\x1a\x8d\x9f\xe6\x24\xbc\x5a\x01\x54\x2d\x62\xb0\x28\x80\xaa\xc9\xe5\xae\x10\xa9\x16\x61\xce\x3b\xfc\x24\x28\xfd\xbe\x5b\x6f\xfa\x13\xd6\x6e\x5b\xfa\xe4\x09\xae\xb8\xa5\x4f\x2e\xc7\xf8\x96\x72\x38\x71\xec\xb6\x35\x92\x09\xec\xda\x92\xce\x4e\x30\xc9\x2d\xe9\xec\x54\xf4\xe7\xa5\xaf\x97\xaf\xf4\x37\xc1\xd9\xb6\xd4\xb0\xe5\x27\xdf\x7a\x0a\x24\x73\xb4\xad\xa7\x90\x3a\xd7\xb2\x16\x5a\xc2\xca\xd8\xd8\x98\x2d\x81\x6c\x7b\xa8\x2a\x88\xf4\x06\x8d\x9b\x7c\xdd\x5b\xb9\x60\x12\x5c\x6b\xeb\x95\x4f\x84\xda\x6c\x4f\x25\x7f\xf1\xf8\x13\xdb\x92\xd9\x31\x26\xc3\x86\xd0\x36\xd2\x53\xda\xde\xbf\x3c\x32\xdc\x77\x2b\x8f\x0c\x5b\xf3\xc6\xb5\xd8\x10\x6a\xb3\xad\x47\x66\x1c\x6c\x6d\xe9\x96\x20\xf2\x66\x5b\xba\x25\xc6\x3a\xda\xd2\x2d\x31\x60\x64\x4b\xeb\x92\xc0\x6f\xdb\xd2\xba\x24\xf0\xdb\xb6\x94\x49\x8c\x65\xb5\xa5\x4c\x62\x8d\x1e\xbd\x5f\x3a\x1b\xfa\xab\xe4\xfb\x84\x85\xdb\xd6\xdc\x30\x76\xea\x13\x55\x15\x7c\x5e\xe1\x55\xcd\x70\x69\x9e\xa8\x3f\x63\xbe\x1d\x49\xe8\xf3\x8e\xa4\x1d\xa9\xd3\xcb\xcf\x7c\x24\x23\x6f\xae\xb9\x64\x47\x32\xf2\x28\x57\xd8\xd1\xe3\xce\x1c\xac\x1f\x9c\xd2\x2d\xfb\xcb\x41\x76\xd8\xe5\x5b\x66\x12\x1e\xbc\x13\x4d\xae\xe3\x53\xa5\x49\xce\x53\x50\xe4\x52\xcb\x9c\xce\x28\x54\xa9\xc9\x75\x7c\x94\xf0\x37\xc3\x4b\x15\xb9\xd4\x32\x1e\xbf\xd3\x55\x15\x0b\xf6\xe8\x65\x5b\x52\x54\x9b\x22\x97\x5a\xfe\x2c\xdf\xff\x08\xfb\x47\xaf\xd6\x66\x06\xf9\x68\x16\x65\x06\xf9\x68\x69\x67\x6c\xa8\x23\xb1\xa6\xcc\x39\xec\x91\x90\x8e\x3c\xb4\x47\xea\x37\x84\x2e\xdb\x11\xde\xe6\xa3\x3f\xab\xfd\x1a\x64\xcd\x22\x39\x6c\x8f\x66\x91\x3c\xb4\xe7\xa9\x2a\x9c\xf9\x97\xf3\xc1\x56\xb0\x14\x2e\xc4\xb2\x15\x36\x85\x4b\xdc\x5d\x2b\x18\x0e\x57\x33\x81\x9c\x5f\x76\x71\xc9\xb6\xe2\x91\x57\x76\x95\xd3\xa1\xc0\x7f\xae\x72\x3a\x14\x36\xe2\xab\x9c\x0e\xc5\xf4\xe7\xab\xaf\x95\xaf\x4f\x5f\xfd\xe1\x5e\xe5\x74\x28\xb8\x35\xae\x72\x2b\x14\x10\xf5\x4a\xe7\x5f\x5e\xd6\x2b\x9d\xff\x82\xe1\x70\xa5\xf3\x4f\x06\x37\xbb\xd2\xbd\x27\x92\xd9\xae\x74\xef\x0b\x10\x7a\xa5\x7b\x8f\xa8\xaf\x5d\xe9\xde\xcb\xe9\xaa\x88\xaf\x46\xd8\xb3\x5d\x29\xdb\x17\x38\xea\x95\x1c\x3d\x61\xcf\x76\x35\x03\x11\x3a\xb0\xdb\xd4\x05\x9e\xe0\x6d\xfa\x33\x0c\xf6\x2a\x5b\x77\x61\x6f\x52\xf0\x58\x23\x2b\x90\xdd\xa6\xaa\x30\x2b\xae\xe6\x27\x69\xe6\xec\x2a\x8f\x15\xc9\xc5\xec\x0a\xbb\x48\x33\x67\x8a\x34\x6b\x95\x33\xcd\xfb\xcb\xe0\x4c\xd4\xc4\x15\xb2\x55\xc2\x51\xae\x26\xb3\xdc\xaa\x57\x2a\xdc\x68\x26\xd8\xd5\x04\xae\x58\x73\xf7\x27\x4d\x06\x47\xbd\x3f\x69\x32\x70\xfe\xfe\xb4\xc8\x58\x35\x57\x64\x83\x54\x6b\x76\x95\x68\xb8\x56\x55\xf5\x53\x48\xa3\xcd\x5b\xd7\xe2\x30\xb9\x82\xd0\x0a\xe7\x51\x38\x59\xab\xc0\xd1\x95\x30\x14\xe9\xd2\xec\x6a\xb6\x57\x0e\x4d\x14\x03\xd6\x50\x0e\xb7\x2b\xcd\x25\xa4\x0c\xec\x6a\xf2\x57\x3d\x14\xc1\x60\xe5\x88\xf3\x3e\xdd\xe8\x32\x55\x04\x83\x95\x43\x31\x45\x88\xb5\x0a\x76\xbd\xa0\x66\x70\x00\xfa\x82\x6a\x86\xa3\xbe\xa0\xaa\xd8\x4f\x9f\x30\xb3\x41\xbd\x1e\x36\x57\x93\xbf\xf7\x89\xd5\x34\x18\xac\x42\xc2\x1a\xd2\xd9\xa6\x90\xb0\x26\x8f\xee\x53\x16\x8f\xc6\x4a\x79\xca\xe2\xd1\x70\x89\x3c\x21\x2a\x52\x48\xf6\x84\xa8\xcd\x35\x13\xec\x29\x9d\x04\xd1\xcb\xf6\x90\xb9\x68\x0d\xbf\xcd\xd3\xac\x93\xb3\x54\x41\x5f\x8d\x70\x65\x53\xd0\x57\x6b\x9c\x54\x3e\x6d\xaf\xf2\x8e\xbe\xae\xaa\x38\x77\x7e\x9a\x48\x0d\x33\x59\x41\x5f\xad\x69\xe8\x94\x92\xbb\x01\xfb\x4f\xd3\xac\xc1\xc4\x9e\x04\xf1\xc8\xb7\x6e\x4f\x69\xa6\x3b\xa7\x42\x8f\x17\x40\x5a\xc7\x04\x7b\x62\x44\x1d\xd6\xfa\x70\xb4\xb6\x0e\x40\x3d\x6d\xcd\x1d\xd6\xfa\x34\xcd\x3a\x78\xf5\x34\xcd\x3a\x4b\xe3\x1d\x5d\xcb\x5a\x78\xa2\xb8\xf2\xac\x3e\xc9\x7d\xf7\xfc\x0f\x9a\x3c\xf6\xc4\xca\xc8\xbd\x6e\x4f\x6a\xde\x72\xba\x3e\xa9\x79\xcb\xe9\xfa\xa4\xe6\xdd\x21\x00\x4f\x24\xad\x3b\x01\xc8\x21\x48\x82\xdb\x77\x90\x1c\x82\x64\xb4\x7d\x21\xe4\x20\x70\xee\x83\x3f\x47\x0d\x85\xfb\x40\x72\x88\xea\xce\xe4\xcf\x82\xee\xee\x8e\xf1\x1c\x44\xb3\xbb\x3f\xeb\x1c\xe2\x4f\xeb\x9b\x1b\x09\xab\xbb\x1f\x34\xe7\x20\xac\x26\x36\x3b\x07\xc1\x6f\xf7\xa9\x9e\x83\x36\xe2\xe1\xfe\xa2\x1c\x38\x3f\x6a\x44\x32\xe7\x20\x64\x23\x09\x5d\x0e\x92\xeb\x44\x48\x30\x07\xa9\x85\x10\xab\x9c\x15\x96\xd6\x46\xa5\x55\x02\xba\xe1\xfc\x27\x07\x49\x6d\x8c\x46\x7f\x65\x92\x20\x65\x9f\x83\x1e\x2e\x52\xf6\x39\x6c\xa9\xa6\xbb\x25\x9b\xc3\xd6\xb5\x4b\x7f\xa6\x47\x63\xf3\x67\xce\x8f\xda\x70\x9f\x73\x0e\x04\xae\xb7\xb1\xb9\x56\x3a\x75\xe3\xd2\x41\xe9\xd4\x8d\xcb\x58\xfd\x94\xcf\x2f\xd7\xfe\x94\xcf\xaf\xae\xd5\x68\x5c\xba\x20\x1a\x36\x1e\xbf\x4a\x02\x8e\x9c\xda\x59\xb1\x64\x8d\x24\xda\x39\x8a\x93\x4f\x77\x01\xe5\x18\xa5\xdf\xe8\x21\x6d\x39\xea\x19\x91\x7d\x29\x2b\x8e\xab\x91\xef\x23\x2b\x8e\xab\x4d\x77\x6e\xe7\xa8\x34\x3a\x64\x8c\xca\x51\x14\x9d\xec\xd5\x39\x2a\x43\xcd\xec\xd4\xac\x0c\x35\x24\xee\xcf\x51\xa6\xd0\x74\xcf\x5b\x56\x1c\x57\x9b\x83\x9a\x95\xb1\x85\xdc\x5b\x39\x2a\x63\xcb\x74\x94\xc8\x0a\xeb\x6a\xd3\xf7\xc4\x1c\x89\x1c\x68\xe4\xa7\xce\x51\xa0\x41\x32\xe8\x1c\x65\x46\x21\xd1\x93\xa3\x36\xb2\xf9\xf4\x95\x46\xae\x40\xab\x38\x9d\x69\x2b\x70\x5f\x62\x14\xdb\x0a\xd4\x2c\xce\x46\x06\xe7\x1c\x45\xbd\xd0\x5d\xc9\x0a\xeb\x6a\x4b\x03\x8b\x99\xdc\x56\xa2\x2a\x6d\x73\x64\xc7\xcb\x8a\xe3\x6a\xa4\x7b\xce\x11\x3f\x64\x5b\x7a\x0a\xda\xd7\x96\xe9\xcf\x4b\x5f\xe9\xfe\xd2\x8d\x58\x0b\x51\x26\x36\x0e\xea\x1c\x65\x62\xaf\x4c\xab\x04\x47\xcb\x03\x18\x72\x94\xe1\xb0\x0a\xfd\xdd\xea\x42\xa1\x91\x5b\xf7\x2d\xdc\x57\x66\xc5\x2a\xcc\x1c\x4d\xef\xc5\xb2\x52\xc0\x58\x5b\x8d\xa7\x70\xf4\x6b\xa3\x19\x4a\x78\x87\x63\x3c\x47\x31\xcf\xd5\x18\x1c\xb1\x47\x3c\xe1\x39\xca\xac\x20\xd2\x3b\x27\x6d\x73\xcb\x8f\x47\x73\x0a\xaa\xca\x8f\x47\x73\x12\x22\x21\x89\x96\x93\x36\xc1\xe5\x1e\xa1\x9c\x94\x4e\x6b\x3d\xbe\xca\x78\x47\x21\x2d\x27\x65\xb9\x42\x16\x2c\x27\xe5\x90\xc2\xa1\x9d\x93\xac\x48\x5c\xd6\x39\xe5\x9f\xde\x23\x55\x29\xa9\xd0\xce\x7c\xed\xfa\xea\xb1\x94\x39\x71\x16\xd9\x08\xb1\xce\x49\x33\x67\xab\x47\xda\xb9\xb6\x9f\xff\xe6\xa4\x07\xba\xf7\x3f\xf8\xf6\x73\xd2\xb3\xde\xcc\xed\x24\xef\x0a\x6e\xe4\xac\x20\xae\xb6\x0f\x23\x73\x7e\xca\x90\x91\xaf\xfa\x15\x44\x55\xc6\xff\x46\x40\x75\x56\xc6\xff\xb6\x7d\x43\xcc\x8a\xf8\x6a\xfb\x31\xaa\xe7\x27\x4f\xc4\x40\x9d\x5f\x26\x35\xd5\xfc\xcb\xa4\xa6\x9a\x95\x6c\x0b\x84\x51\x5e\xfe\x76\x22\x7d\x97\x3e\x27\x2e\xe8\xac\x4c\xf4\xed\x30\x99\x93\x8c\xc4\x93\xa9\xf9\x29\xc9\x57\xa6\xe6\xf7\xcb\x77\xe6\x6d\x56\x10\x57\x3b\xbe\xcd\x65\xa5\x41\x6f\xc7\x89\x47\x56\xfe\xf1\x76\x98\x81\xf6\xcb\xb3\x06\xfe\xd8\x2f\x93\x1a\x80\x63\xbf\xf4\x61\x6e\x19\x65\x65\xa0\x6e\xe4\x89\xce\x0a\xa0\x6a\x08\x02\x67\x65\x64\x6e\x04\x72\x67\xa5\x51\x6e\x38\x8a\xb3\xd2\x28\xb7\x73\xb9\x91\xc0\xea\x5c\x6e\x54\xd5\x5f\x67\x74\x59\x31\x51\x0d\xb5\xe4\xac\x8c\xc6\xed\xf0\x50\x94\xb3\xb8\xa1\x00\x9c\x95\x3c\xb7\xdd\x48\x33\xb4\x91\x11\xf5\x9d\x15\xe6\xd4\xf0\xfd\x66\xfb\x97\x74\x15\xdd\xd7\x36\x77\x81\xee\x5f\x5e\x5a\xb4\x71\xb2\x92\xba\xb6\x0b\x2c\x28\x23\x6a\x23\x69\x6f\x56\x4a\xd0\x86\xd4\x67\x56\x4a\xd0\x86\x3e\x67\x56\x20\x53\xbb\xee\x21\xc9\x4a\xe5\xd9\xee\xa0\x0b\xe7\xa7\xae\x46\xf7\x35\x09\xef\xe4\xcf\x9a\x84\x44\x7d\xe7\x5f\xc2\x4d\xfc\xb7\x59\x09\x37\x1b\xb9\x8a\xb2\x12\x6e\xb6\xcb\xae\xa7\x84\x9b\x8d\xb4\x47\x59\x09\x37\x1b\x19\x88\xb2\x12\x6e\x36\x82\xc0\xf3\x2f\xe1\xe6\x8b\xdc\x97\xf0\x8c\x86\x87\x36\x2b\xe1\x66\x43\x49\x26\xff\xf2\x60\x3e\x66\x9d\x02\x99\x1a\xa1\xda\xd9\x7e\xf9\x3e\x34\xeb\x64\x0b\xa0\x24\x93\x95\x8f\xb2\xa1\xcc\x96\x15\xb9\xd4\xd0\xf6\xcc\xca\xed\xd8\xc8\xec\x99\x95\xdb\xb1\xe1\xa4\xcd\x0a\x64\x6a\x44\x5c\x67\xa5\x4d\x6c\x48\xc7\x64\xa5\x4d\x6c\x8f\xa7\xa0\xb4\x89\xed\xf1\x14\x94\x36\xb1\x3d\x3f\x07\xc9\xbf\xf4\x85\xa4\x01\xcd\xbf\x04\x85\x0f\x26\xf6\x4b\x50\x88\x83\x37\xff\xb2\x0a\x3e\x77\xb6\xe4\x5f\xb2\xbf\xe7\x34\x3b\xff\x32\xfa\xbd\x4d\x55\x5a\x29\x0f\xcc\xf9\x25\xda\x7b\x9b\xfb\x2a\x77\xde\x63\x69\xfc\x92\xc7\xbd\x4b\x7f\x95\x3c\x0e\x41\x98\xfc\xcb\xf8\xf6\x98\xde\x4a\xe2\xd6\x43\xe0\x57\x1c\x71\x3d\x44\x5a\x85\x23\xae\x13\xda\x9d\x15\x5f\xd4\x43\xd2\xaf\x4f\x5f\x69\x15\xc7\x31\x3d\xb0\x9f\x2a\xfa\xa8\x93\x9c\x34\x2b\xc7\x59\x0f\xee\x25\xc8\xca\x62\xd6\x03\x6b\x41\x59\xcc\x3a\x52\x57\x59\x09\xc2\x7a\x60\x69\x28\x41\x58\x0f\xec\x98\x4a\x10\xd6\x03\x3b\xa6\x12\x84\xf5\xc0\xd3\xff\xa5\xc1\xc2\x29\x9d\x7f\x69\xb0\x82\x9e\xaf\x32\x5b\x85\xfe\x0f\xe2\x0c\xf9\x97\xf4\x2a\x74\x06\x4a\xc9\xa7\x50\xa1\xc9\xbf\xe4\x53\x01\x8a\xfe\x4b\x3e\x45\x78\x79\xfe\x25\x9f\x0a\xec\x35\xbf\x7c\x52\x61\xd2\x59\xe5\x93\xc2\xf5\x9d\x7f\xf9\xa4\x08\x2f\xcf\xbf\x9c\x50\x01\x8a\xfe\xcb\x09\x15\xd8\x88\x7f\xf9\x95\x02\xdb\x8d\x72\x24\xf5\x70\x99\x63\x5b\xcd\x80\x68\xe5\xad\x66\x3c\x5d\xab\x67\xcd\x76\xa3\x0c\x4a\x3d\xb0\x96\x95\x41\xa9\x93\x73\x39\x2b\x57\x51\x8f\x91\x6b\xa5\x2c\x8d\x63\x3c\x2b\x57\x51\x8f\x91\x6b\x25\xad\x1c\x8d\x1e\x41\x86\x3b\xf9\x9a\xb3\x22\xaf\x3a\xfa\x36\x59\x79\x70\x3a\x71\xec\x59\x79\x70\x3a\x4e\xf5\xac\x3c\x38\x3d\xb2\xd2\x95\xec\xa6\x93\x7d\x29\x2b\xad\x4c\x8f\xee\x6d\xc8\x4a\x2b\xd3\x91\xbb\xc9\x4a\x2b\xd3\xc9\xdc\x94\x4b\x54\xcd\x2c\x7c\x65\x8a\xe9\xd1\x63\x39\xb2\xd2\xbb\xf4\xc8\xd2\x56\x8a\x96\x1e\xdd\x9b\x94\x15\x00\xd6\x23\xcf\x57\xe9\x4e\x7a\x84\x0c\x2b\x39\x48\x8f\xec\x4d\x8a\xf2\xea\x91\xe5\xa9\xf4\x1f\x1d\x41\x9b\xac\x28\xaf\x4e\x36\xa2\xac\xc0\xad\x1e\xaf\xbe\xea\x46\x97\x6b\xab\xaa\x82\x2c\x29\x0f\x45\x8f\x70\x00\x85\x75\xf5\xc4\xa6\xaf\x3c\x14\x3d\x05\x5d\xcb\x14\x4d\x2c\x5e\xe5\xa1\xe8\x04\xcc\x67\x45\x79\xf5\x14\xa9\x59\xcb\x93\x80\xf9\xac\xb4\x0e\x9d\x83\x80\xac\xb4\x0e\x9d\xbc\x39\x59\x21\x61\x3d\xb1\x96\x15\x12\xd6\xc9\x13\x94\x95\x4f\xa1\x93\x82\x27\x2b\x9f\x42\x27\x24\x3e\x2b\x16\xab\x27\x3f\x07\xc9\x8a\xc5\xea\x09\xc2\x20\x61\xff\x9e\x58\x9e\x8a\xc5\xea\x24\x8e\xc9\xd2\xdb\xef\x49\xcf\x48\xab\x8c\x63\x82\x2c\xbd\xfd\x9e\xf4\xc8\x94\x88\x2d\xb1\x06\x15\xc7\xd5\x49\xdf\x93\xa5\x99\xdf\x93\x9e\xa0\x96\x55\xc2\xa8\xfc\xa9\xe2\x13\x6c\x9f\x7f\xaa\xf8\x49\xcf\x57\xda\xf5\x09\x06\x28\xed\xfa\x9e\x0e\x35\x6b\x49\x26\x36\x50\x69\xd7\x77\x12\xc7\x64\x85\x84\xf5\x04\x33\x51\xd0\x57\x27\xba\x3e\xff\x54\xe2\xd3\xa3\xfb\x52\x89\x4f\x80\xf3\x4f\xa1\xdd\x02\x55\x49\xa1\xdd\xd8\x5e\xa5\xc1\xde\x0d\x8e\xa7\x90\xb0\x6e\x7a\x64\x5a\x83\xa8\xdf\x64\x85\x84\x75\xd3\x13\x64\xc7\xec\xc6\x0a\x95\x62\x79\x27\x45\x7e\xfe\x09\x89\x9b\x1e\xa8\xd6\x2f\x91\xf9\xf9\x27\x06\x6e\x80\xf3\x4f\xc1\x1b\x31\x9c\x2c\x05\xef\x6e\xae\xa8\x9f\xa5\x1d\xdd\x89\xae\xcf\x52\x87\xee\x06\xe5\x93\x3a\x74\x37\x7f\x29\x29\x4b\x1d\xba\x13\x7b\x9f\x15\x4e\xd6\x51\x9e\xc9\x52\x69\xee\x04\xc9\xe7\x6a\xfa\x33\x16\xa8\xa4\x95\xbb\xb1\x06\xa5\x72\xdc\xd1\xa5\xc9\x8a\x3d\xeb\x9e\x27\xe8\x3f\xc2\xbe\x34\x8d\x3b\xd9\x5b\xb2\x84\x79\x3b\x2a\x34\x59\xc2\xbc\x1d\x15\x9a\x2c\xe9\xdd\x9e\x79\x22\x52\x1f\xed\x1c\x37\x64\x29\x88\xf6\xac\xa1\xc0\xb0\xed\x48\xb8\xe4\x7f\x6b\x84\x32\xaa\x5a\x08\x04\xae\x67\x09\x81\xf6\xdc\xa8\x79\xea\x46\x8d\xaa\xb0\x65\x3a\x7a\x2f\x59\x42\xa0\x9d\x8c\x2d\xb9\x6a\x7f\xe1\x3c\x22\x57\xed\x2f\x08\xbc\x64\xa9\x77\xf6\x3c\x68\xa4\x60\x3f\xb3\xfb\xd4\xa3\x1b\x69\x90\x95\xd4\x00\x91\x96\x5c\xb5\x0b\x10\x8b\x9e\xab\xe6\x67\xc6\xee\xab\x57\xdd\xd7\xd0\xe1\xbf\xed\x19\x26\x59\x25\xb0\x9f\x2f\xcd\x90\x76\x3d\x32\x2c\xb9\x09\xd8\x39\x8f\xc8\x0d\xb3\xa2\x17\xd0\x49\xea\x9d\xbd\x60\x06\x36\x4d\x1b\xc4\x52\x72\x23\x30\xa0\x17\xf6\x97\xa6\x69\x83\x58\x4a\x6e\x9a\x36\xa5\xe8\x57\xfd\xd9\x4f\x69\x73\xcb\xaa\xb9\xe9\xab\x6a\x06\x8e\x1a\x2f\x62\xf4\xe2\x71\x2f\xb9\xc1\xac\x7a\x01\x8e\x5a\xd1\x8d\x60\x83\x8a\xac\xeb\x9c\x47\xe4\x26\xac\x2e\x1e\xe8\x92\x25\xaa\xd9\x0b\xf8\x23\xe9\xcb\x4e\x6c\x76\x6e\x22\x3c\xa4\xd7\xcf\x92\xa0\xec\x85\x8d\x5b\xea\x8e\x1d\x57\x7f\x6e\xda\xc7\x2b\xcc\xb9\x69\x1f\x27\x75\x48\x6e\x38\xb5\x7a\x2d\xfa\x5a\xf5\xd5\x87\x5d\xa2\x8b\xbd\x62\x23\x2b\xd0\xae\x93\x70\x33\x4b\xfc\xb0\x23\xfa\x91\x25\x60\xd8\x2b\x3e\x9f\x9e\xf4\x15\x2a\xd2\x93\x6e\x84\x4f\x40\x71\x77\x9d\x90\xe9\xdc\xb5\x3c\x2b\x2c\xb4\x23\x51\xde\xeb\xd3\x57\x46\xb2\x61\xcc\x4a\x78\xb0\xb7\xc8\x7d\x71\x5b\x75\xc2\xa4\xb3\x84\x07\x7b\x83\x6c\x74\xdc\x56\xbd\x45\x5a\x55\x94\xb7\x82\x7d\xad\xeb\x19\xa1\x10\x92\xbb\x38\x2a\x91\xcf\x59\xd1\x74\xbd\x31\x37\x7a\x53\xce\x0e\xec\x88\x2e\xed\xe8\xc6\xfa\x55\x44\x5c\x6f\xf0\x87\xce\x61\x4d\x6f\xf8\xd6\x7a\x57\xea\x0d\x3f\x8d\xca\x5d\x49\x5d\x1b\x7b\x53\xd7\xde\x44\xc8\x71\x96\x4a\x61\xc7\xa9\x9e\xbb\xb2\x82\x92\xcd\x30\x77\xed\x3e\x4d\x03\xab\xdd\x07\xa5\xe5\xdc\xd7\x2f\x6d\x07\xdd\xd7\x82\xc5\x03\x9f\xfb\xbf\xd2\x8e\x30\x1a\xda\x50\x1a\xab\xac\xff\x52\x7e\xb0\xa1\x28\xaa\xad\xf7\xc0\xb5\x38\xa5\x3b\x21\xc7\xb9\xdf\x5f\x42\x10\x7e\x7d\xd2\x13\x66\x0d\x0e\xe1\x7c\x67\xd3\x57\xec\x59\x27\x02\x39\x2b\x9c\xac\x77\x86\x4e\xe1\x64\xbd\x17\xfd\x59\x37\xc2\x8b\x35\x34\x91\x88\x40\xce\x43\x13\xa9\x33\x27\x87\xb6\x8c\xce\xb0\x8f\xa4\x66\xf8\xe1\x78\x96\x68\x61\xef\xac\xd0\x21\x62\xd6\x3b\x8d\x34\x65\xf1\x80\x3f\x0c\x53\x55\xdf\x43\xf9\x8f\xb0\x3f\xb2\x12\xb2\xc0\xd8\x87\xe6\x58\x87\xb1\x2b\x0e\xad\x77\x2c\x2c\xe9\x0a\xf6\x0e\xd0\x0d\xb1\xa3\x8e\x85\xa5\xf0\xb0\x4e\x34\x72\x1e\x82\x6e\x32\x66\xe6\x21\xe8\x1e\x1e\x45\x90\x87\xa0\x7b\xb0\x11\x0f\x91\x87\xc1\x1e\xa1\xf0\xb0\x8e\xc4\x47\x1e\x62\xdd\x43\x9d\xd5\xc3\x1d\x78\x57\xc6\xd5\xaf\x6c\xb5\xe3\xfd\x12\xc2\xfa\xb5\xf3\x97\x68\x03\x24\x97\x56\x5e\x1f\x1e\x00\x96\x67\x50\x56\x20\x2c\x4a\x49\xe7\x75\x34\x3d\xf2\xd4\xb3\x1e\x47\xbf\xaa\x91\xcc\xc0\xa9\xa7\x39\x00\xab\xa9\xa7\x39\xb0\x32\xa6\x1e\xd0\xc4\x7f\xab\x30\xad\x3e\xa1\xac\x13\x67\x60\x9f\x30\x9c\x89\x15\xdc\xa7\x47\xe5\x65\x69\xdc\xf5\xc9\x84\x54\x4c\x57\x9f\x51\x35\x4f\x7d\xdd\x7c\x5d\xfa\x4a\x07\x45\xd1\x11\x0f\xc9\x33\xeb\x57\x86\x5d\x2a\x76\x7d\xb2\x65\x4c\x59\xc1\x13\xa3\x63\x16\x5d\xeb\x67\x37\x79\x8a\x03\x4c\x08\xcf\x24\x0a\xb1\xcb\xe5\x2e\x9d\xba\x3e\x99\xae\xd2\xa9\xeb\x93\xad\x59\x6a\x72\x7d\x72\xd0\x23\x81\xb8\x3e\x01\xd8\x29\xd8\x9f\x58\x19\xb3\xab\x55\xd0\xa1\x49\x30\x43\x9f\x1c\xf4\x4c\xe1\x8f\x1c\xf2\x53\x19\xa8\x27\x0e\x84\xa9\x2d\x63\xea\x81\xca\xce\x9d\x80\xf3\x14\xd9\x98\x38\x6c\xa7\xc8\xc6\x64\x1f\x97\x5e\x5c\x9f\x18\x2c\xd2\x8b\xeb\x13\x7e\x2b\x45\xb8\x3e\xf5\xf4\x95\x3a\x79\x5e\x6e\xa4\xd4\xc9\x93\x33\x94\x29\x12\x4e\x96\xf0\x2c\x09\xb8\x3e\x59\x1a\x53\xdc\x63\x62\x72\x4e\xa5\xa6\x9a\x98\x9c\x53\x30\x38\xb1\x7d\x14\xc6\xd6\x27\x5b\x86\xf4\xe2\xfa\x0a\xba\xef\xd3\x57\x87\x6e\x85\xb1\xf5\xa5\x99\xa3\x75\xb4\xb0\x5e\xa7\x48\x38\x9a\x2d\x79\xca\x6a\x5e\x9a\x39\x1c\x12\x75\x1d\x13\x4c\x25\xe8\x91\x43\x7e\x3e\x55\xc5\x7e\xba\x34\xdb\x11\x48\xc9\x0a\x54\xeb\xe4\x28\xc9\x4b\x0c\x16\x81\x94\xbc\x04\x56\x0b\x18\x91\xd8\x5a\x5f\x3c\xb2\x95\xd4\xa3\xa5\x9a\xd5\x23\x60\x7f\x69\xe1\x2c\x9e\x82\x42\xe0\x3a\x02\x29\x79\x69\xe1\x90\x6b\x23\x2f\x2d\x1c\xd2\x24\x65\x29\x95\xf5\x0d\x33\x59\x9a\x75\x5b\xad\xd2\x34\xdb\x6a\x86\xa6\xd9\x86\x66\x2f\x4d\xb3\xbd\xa8\x59\xdb\x1c\xfa\x21\x79\x29\x85\xfa\x86\x75\x2f\xa5\x50\x97\x6f\x7c\x29\xd1\xf9\x86\xc6\x48\x70\xac\x6f\x60\x44\x82\x63\x9d\x34\x49\x79\xc9\x12\x24\x00\x3b\x2b\x9a\xae\x6f\x26\xd2\xfa\xe5\xe0\x56\x07\xc5\x69\xe5\xdf\x5e\xe2\xb4\x87\x53\x83\xa5\xa9\x72\xd8\xaa\x14\x4d\xd7\x4f\xf9\x27\xb6\xbf\x94\xc2\x8c\x38\xe7\x2c\x59\xb3\x7e\x80\xdf\x25\xcb\xee\xe0\x4f\x58\xf8\x15\xfb\xd1\xc8\xe0\x27\xef\x47\x8f\x4f\xb9\x99\x0e\x67\xa9\x5b\xcc\xea\xb0\xa7\x6f\xa5\x4c\x3a\x5b\xbf\xaa\x66\x1e\xae\x84\xcb\x3a\xb2\x24\x79\x0b\x6f\x0f\x2e\x82\x1d\x75\x5f\x0f\x6c\xce\x5b\x39\x83\x8e\xa7\x4c\xca\x5b\x3b\xef\xe1\xe4\x71\x6b\xbb\x24\xce\x39\x6f\x53\xc6\xa8\xa4\xaf\xca\x18\x85\x8f\x6e\xcb\x68\x42\xd9\x3e\x2b\xc0\xaf\x5f\x7c\xb0\x92\x26\xeb\x17\x93\x64\xcb\xd8\xb9\x6c\xc4\x8a\xd9\xeb\xb7\xe9\xcf\x4a\x02\x05\x3b\xda\xf2\x45\xdc\xc6\x7d\x85\x99\x97\x9d\x6b\x8b\xfd\x5e\x78\xf5\x6e\xbf\xe4\x53\x9d\xaf\xba\x2f\x54\x6a\x8b\xb3\xc9\xd7\xbd\xb5\xdb\xa2\x70\x92\xb7\x00\x16\x85\x93\xbc\x85\x7b\x97\x9d\x7a\x0b\x25\x48\xc6\x94\xb7\x0c\xf9\x07\xff\xd9\x02\x8d\x07\x86\x6c\x3d\xee\x17\x68\x86\x68\xf6\xc3\x7f\xa2\x98\xbd\x2e\x07\xf5\xd1\xf3\x7d\x1e\xdf\x98\x8f\xbc\x58\xf2\x39\x1f\x79\xb1\x88\x28\xce\x12\x3d\xeb\x68\x80\xe4\x23\x0b\x9a\x04\x52\xf9\x68\x6e\xbc\xae\x6b\xd5\x0c\xba\x7f\x94\x4e\xeb\x11\x1b\x70\x94\x4e\x0b\x59\x8f\x2c\xc1\xb4\xfe\xd8\x14\x8e\x1c\x62\x6f\x52\xb3\x1c\x62\x0f\xfc\x91\x42\x5a\x7f\xec\x11\x47\x33\xe7\xb1\x96\x8f\x3c\x60\xcf\x03\x29\xf3\x49\x6a\x33\xc6\xdd\x11\x2b\x7b\xd0\xfb\x23\x43\xfe\xb1\x0b\x1c\xc1\x20\x9a\xe4\xf9\x08\x06\x11\x0c\xc9\x47\x30\x28\x8f\xb4\x62\x05\x47\x60\x2d\x2b\x56\x70\xa0\x3a\x9e\x8f\x32\x28\xc9\xe7\x7c\x94\xc3\x37\x00\xdd\x12\x6a\x1b\x44\x2f\x67\xc9\xa9\x8d\x00\x7d\x92\x9c\xda\x40\x57\x3c\x4b\x4e\x6d\x04\x3d\x32\x65\x02\x42\x7b\x24\x1f\x65\x02\x0a\x90\xff\xa3\x5c\x3f\x01\x43\xe9\x28\xd7\x4f\x00\x19\x8e\x72\xfd\x04\x0e\x5e\x8f\x72\xfd\x04\x0f\xbf\xc9\x52\x57\x1b\x81\xb5\x70\x94\x73\x27\x70\x2c\x7b\x94\x73\x87\x4c\x88\x59\xd1\x8f\x23\xb0\x34\x14\xfd\x38\x50\x35\xc9\x8a\x6f\x1c\x01\x8b\xec\x28\xcd\x6b\xd0\xd3\x57\xa2\x9c\xc0\xee\x73\x94\xe6\x35\x70\xc4\x79\x94\x28\x27\x60\xda\x1f\xa5\x79\x0d\x83\x47\xa6\x44\x39\x28\xa2\xe4\xa3\x84\x35\x01\x7e\x78\x9a\xc6\x6a\xd2\x7d\xa5\x5b\x25\x1e\x3b\x1f\xa5\x5b\x45\xf3\x24\x1f\xa5\x95\x09\x9a\x39\xca\x64\x1a\x34\x55\x94\xb1\x05\xcd\x93\x7c\x94\xb1\x25\x5c\xa6\xb7\x92\x84\x06\xcd\x0d\x25\x09\x95\xcb\xfa\x40\x36\x06\xa2\xeb\x59\xb1\x94\x03\xd1\xf5\x7c\x96\x32\xb9\x6b\x6e\x2c\x65\x72\x67\x97\x3f\xec\xf2\x23\xa6\xfb\x0f\xb0\x7f\x94\x41\x32\x72\x6c\x77\x94\x41\x32\x42\x0e\x25\x34\x37\xe4\xaf\x96\xd0\xdc\x88\xb0\x41\x45\x6c\x8e\x08\x27\x57\xc4\xe6\x20\xae\x3b\x2b\x62\x73\x44\xcd\x04\xbc\x70\x23\x02\x74\x07\x2f\xdc\x88\x00\xdd\xc1\x0b\x37\x22\x8e\x9a\xab\xbc\x72\xc4\x75\x7b\xea\x0e\xbe\x66\xbe\xea\xbe\x8c\xf9\x8d\xbf\xbc\x81\x9d\xaf\xba\x2f\x1b\x8a\x22\x36\x47\xc4\x27\x79\x95\xd0\x2d\x12\xd9\x72\x95\x2b\x2d\xb2\x83\x5c\xe5\x4a\x8b\x38\x21\xef\x2f\xd5\x35\x54\xea\x6a\x11\x25\x88\xb4\xa2\x2e\x07\xea\x28\xf9\x6a\xba\x26\x16\xd1\x55\x6a\xdd\xc4\x54\xbf\xca\x87\x9b\x3a\xd7\x6a\x26\xa0\x40\x9e\x15\xd0\x38\x12\x06\x8b\x02\x1a\x07\x72\x28\x59\x01\x8d\x23\x81\xf3\x77\xfe\x32\x8c\x53\x95\x12\xc2\xca\x9d\x7b\x95\x10\x36\x31\x7b\xaf\x66\x51\xc2\xbb\x72\x35\x8b\xe4\xdd\x55\xb8\xe3\x48\x1a\xe7\xa5\xaa\x34\xce\xeb\x97\xda\x9b\x1e\x29\x51\x69\x62\x32\x5f\x65\x26\x4d\x00\xdd\xd5\x94\x4b\xec\xd4\x57\xf9\x43\x13\xb6\xcf\xe5\xd8\x7d\x18\x96\xe0\x65\x07\x19\xc6\xf1\x99\x04\xf1\x86\x41\x3b\x15\xb2\x38\xe4\x92\x55\x8c\xe2\x30\xc2\xab\x14\xa3\x38\x50\x2f\xcf\x12\xa6\x1b\x06\x94\xbd\x5f\xa2\x40\xe6\xe4\xfb\xa5\x6e\xc7\x0a\x7e\x4a\x42\x27\x1f\xec\xfb\x65\x18\xe7\x20\xf2\xfd\x32\x8c\x83\x03\xef\x97\x61\x9c\x91\x7c\xbf\x0c\xe3\x1c\xca\x3f\x4d\x06\xc3\x8f\xf1\x7e\xf9\xb8\xa1\x7f\xef\x5f\xf9\xb8\xa9\xea\x97\x17\x9b\x85\xff\x7e\x79\xb1\xd9\x32\x14\x94\x38\x8c\x49\xa8\xa0\xc4\x61\x4c\xc2\xa7\x8c\x51\x99\xa1\x53\x60\xe1\xc8\x9c\x1e\x3e\xa5\xe5\xcd\x78\xc0\x9e\x60\x21\xe3\x8b\x78\xb0\xc1\x81\x60\x48\x7e\x5a\xec\x19\xac\x56\x34\xe0\xc8\x90\xba\xa7\x2c\xae\x19\x56\x23\x61\xba\x91\x71\x2f\xbc\xab\x3f\x0f\x7e\xbd\x4a\xab\x0d\xde\xbe\xab\xb4\xda\x43\x7f\x56\x55\x10\xf8\x87\xb3\x65\xa0\xd4\x91\x9f\x70\x23\xb3\x81\x3e\xe1\x46\xbe\xaa\x4a\x3d\xc2\x14\x7a\xf8\x4e\x07\xaa\x17\x59\xfa\x78\x43\xee\xd0\x87\xa5\x3f\x4a\xd2\x8d\x78\x0a\x05\x34\x7b\xb8\x71\x06\x42\xd3\x9e\x17\xc4\xbf\xb2\x09\xbe\xa7\x54\x5c\xf8\xf6\x1f\xa7\x06\xa3\x68\xe8\x84\x57\x85\x93\xd6\x27\xbc\x42\x22\x23\x3f\xe1\x55\x81\xe4\x3c\x4e\x0d\x46\x71\x7e\x58\x82\xa6\x68\xf1\xf3\xb5\x12\x82\xfe\xec\xe0\x56\x82\x66\x6c\x71\x2f\x74\x09\xb0\x9a\x81\xb3\xb4\x04\x58\xcd\x40\x40\xa3\x28\x6a\x71\x10\x8f\x5d\x82\x90\x10\x99\x8b\x12\x94\xda\x12\x65\x69\x4f\x31\xe2\x5f\xf7\x3f\xb0\xfd\x22\x6d\xc0\x51\x7c\xba\x16\x89\x01\x8e\x72\x68\x92\x98\x46\xf1\x8d\xa9\x04\x31\x0d\x94\xa2\x3d\x55\xc9\xf7\x15\xa5\xe8\x12\x94\xc9\xb1\xfa\x4e\x54\x82\xd2\x35\x56\x67\x29\x25\x08\x42\xab\xbb\x28\x4b\x50\xba\x46\xf4\x31\x4a\x50\xba\xc6\x9a\xe8\xbb\xd2\x17\x56\xe3\x57\xa5\x2f\x24\x54\xbb\x04\x91\x96\x9a\xb9\x91\xe0\xb7\x66\xfa\xae\xbc\x81\xb5\xd0\x66\xe5\x0d\x44\x3d\xa3\x04\xe5\x0d\x44\x3d\xa3\x04\xb1\x94\x5a\x69\x95\x88\x47\x6d\xdc\x48\xf4\xa0\x76\x3a\xa8\x2c\xf0\x78\x86\x4b\x50\x16\xf8\xda\xb9\x91\x16\x6f\xf5\x85\x50\x82\x16\x6f\x1d\xb4\x4a\x29\xd4\xeb\xe4\x5a\xe5\x3d\xaf\x8b\xa7\x29\xb6\x80\x76\x74\x91\x80\xe1\xa8\x8b\xfb\x2a\xef\x79\xd5\xc3\x15\x0e\xd4\xc5\x53\x50\x66\x73\x7c\xce\x45\x81\xa3\x03\x9f\x73\x09\xda\x23\xea\xa5\x47\x53\x37\x7a\xfc\x79\xea\x46\x8f\x3f\x0b\xf6\xab\x9e\xef\x52\x9a\xb9\x40\xab\x88\xe8\x1b\x78\x95\x8b\xd4\x0e\x47\x33\x6a\x3e\xbf\xcc\xb3\x3c\x14\xad\xa9\x56\xa8\x4a\xd0\x8d\xa3\xb8\x44\xa5\x9a\xc5\x33\xec\x29\x61\xf8\x7a\xf9\x4a\x8f\x1a\x0b\x41\x9a\x7e\xa3\xf9\x5b\x0c\x25\x6a\xc6\x22\x64\x51\xa2\x92\xab\xe2\x55\x2e\x51\xe9\x53\x91\x92\x2e\x51\x73\xb2\xb9\x93\xc7\x13\xc6\xf8\x57\xa6\xb7\x54\xfb\x06\xb1\xd9\x25\x8a\xdf\x36\x37\x2a\x4b\x54\x4e\xc9\x1e\x68\x86\x72\x4a\xe2\x28\x2e\x51\x33\xa7\xbb\x31\x5e\xa2\xf8\x6d\x77\x1b\xb3\x44\xf1\x5b\x74\x2d\x8a\x42\x43\x47\x4f\x74\x5f\x94\xa0\x1b\x5d\xd0\x2e\x8f\x67\xb8\x48\xb5\x6f\x74\x0f\x0c\x2e\x51\xd9\xd8\xbb\x9f\x73\x15\x85\x77\x8e\xde\xb9\x91\x60\xbf\x6b\xe8\xb4\xcb\x13\x35\x5d\x14\xfc\x39\xfa\xe0\xbe\x78\xe0\x07\x41\xd4\x25\x6a\x32\xe0\xe0\xf5\x44\x35\xfe\x75\xd1\x5f\x3d\xfd\xce\x14\x55\x00\xe7\xe8\x9b\xaa\x7e\xc9\xca\x1d\xd8\x4b\xfc\x65\x18\x3f\x0c\xce\x2f\x4b\x38\xb3\x2e\x1e\x8d\x06\x30\x12\x8f\x7a\x74\x69\xf3\x51\x9b\x1f\xcd\xb8\x4a\xc7\xa9\x71\x16\xec\x0f\x06\x56\x41\x98\x83\x88\xeb\x92\x34\x91\x86\xbf\xee\x5d\x92\x18\xe0\xf0\x6d\xae\x24\x31\xc0\xe1\x4c\xac\x24\x65\x07\x26\xcf\x7b\x49\x4a\xf8\x4b\x26\xf7\x92\xf0\x62\x0d\xe2\xb1\x4b\x12\x3f\x1c\x8d\xaa\x34\xeb\x46\xa3\x19\x9a\x75\xc3\x2d\x14\xcf\x79\xe3\x5f\x41\x86\xa4\xa4\xbd\x83\xe9\x9d\xc4\x3d\x06\xcf\x28\x09\xfa\x08\xde\x2e\x49\x76\xd3\x38\xdc\x48\x84\x61\xb0\x7e\x15\xde\x39\xc6\xa1\x2a\xa1\x19\x9a\x18\x25\x09\xcd\x86\xd3\x89\x92\x78\x6d\x61\xb8\x26\xc6\x7f\x84\xfd\x24\x58\x98\x89\x6a\x35\xe5\xa6\x33\xd8\x22\xc9\xbe\x31\x8d\xaf\x9a\x18\x33\x73\x53\x3c\x96\x63\x6a\x54\xb7\xae\xad\xb4\x9f\xc8\xde\x41\x0e\x50\xcf\x8e\xe3\x5f\x99\xbd\x12\xf4\x1b\xb3\xeb\xcf\xaa\x4a\xe3\xa6\x4c\xf4\xf8\x7e\x4b\x52\x26\xfa\x39\xb9\x91\xe6\xc9\x5c\xfa\x75\xeb\x2b\x37\x12\x79\xc0\x43\x5b\x24\xca\x37\xa6\xbf\x82\x54\x92\xe0\x68\x6a\xa0\x94\x52\x1c\x97\x6c\x51\x00\xe7\x98\xc0\xa0\x69\x8e\x11\x6e\x5d\x4c\xe8\xb4\xdc\x18\x2f\xa6\x69\xb3\x9c\xfc\x17\xd3\xb4\x59\x2e\x56\x50\xec\x97\x27\xda\xcf\x25\x8b\xfd\x72\x3d\xbb\x37\xa9\xd8\x2f\x6f\x72\xe6\xcf\xda\x5e\x57\xe1\xd7\x5f\x0a\x63\x8f\xda\xf2\xdc\x39\xfe\xd5\xcf\x32\x8a\xb5\x5f\x32\x6b\x7f\x28\x26\x0c\xc1\x8f\x5a\x4c\x26\x24\xd1\xc8\x45\x81\x94\x63\xf9\x59\x7f\x91\x5e\xdc\x58\xcc\x22\x9b\xbf\x4c\xca\xfe\x14\x24\x1f\x37\xd6\xe5\xbe\xfb\x97\x3a\x99\xfe\xea\x29\x6c\xa7\x9d\x45\x11\x8c\x63\xab\xfb\xa2\x70\xdb\xf4\x55\xd9\x81\x8d\x0e\xea\x29\x6c\xa3\x55\x5a\xcb\xdb\x18\xe7\xa7\x7c\xc7\xac\x56\x7b\xbf\x64\xd6\xde\x66\x05\x25\x8e\xcd\xc6\x9d\x65\xbe\x6d\x37\xa3\x3c\x6f\x0d\x5f\x17\x5f\x75\xad\xfb\x8b\x8a\xe2\x0c\xc7\x66\x01\x2a\xce\x70\x6c\x86\x2e\xff\x92\x77\xb3\xa1\x28\xec\x70\x6c\x77\x1f\x95\xfc\x4b\xc0\x0d\xb3\xca\x5a\xcb\x08\x68\x94\xac\xb5\xbc\xa7\xaa\xd2\x7d\x99\x93\xf9\x97\xfd\xf9\xd1\x05\x6d\x28\xc7\xbd\x67\x45\xd2\x64\xe3\x44\xaa\x92\x9d\x78\xa0\x40\x59\x8e\x8b\xe3\x0c\xb6\x64\xc1\xfe\x61\x1d\x65\xbc\xb2\xe3\x74\xaa\xd2\x4a\x39\xac\x14\x05\x9b\x8d\xe3\xef\xa5\x96\x2c\x7e\x7b\x36\x1d\xd4\xc0\x1e\xc0\x59\xe1\x64\xe3\x78\xbc\x5c\x91\x90\xd7\x20\x9a\xb7\x14\xb9\x9e\x2e\xcf\xb7\xc8\xf5\x74\x69\x55\xd1\x8c\x45\xe7\xa1\x14\x11\x42\x9c\xa5\x45\x4a\x5f\x83\x34\xb5\x9e\xc7\xc5\xbf\x66\x7e\xd5\xf4\xbe\x7e\xee\xec\x69\x5d\xfc\x6b\xd1\xaf\x55\x5f\x2b\x5f\x9b\xbe\x0e\xbe\xaa\x91\x45\xd7\xea\x46\xee\x3c\x2c\x45\xa9\xb1\x49\x7c\x59\x8a\x52\x63\xdf\x46\x33\x44\x17\xf1\xbb\x96\xa2\x61\x47\x41\xa2\x48\xad\x6b\xa0\x02\x51\x8a\x88\x19\xc2\x0e\xa5\xc8\x6f\x73\xd9\xc8\x24\xb1\x35\xee\xa5\x91\x43\x19\x7e\xd9\xb9\x14\xb8\x35\x2e\xe4\xaa\xc8\x00\xbf\xa0\x8a\x42\xb3\x06\x81\xc1\xa5\x68\xf3\x7d\x81\xfb\x6a\x49\x3e\xf7\x30\x94\xa2\x25\x89\x3a\x74\x29\xeb\x97\xee\x99\xfb\x0a\x90\x1f\xd4\xba\x70\x66\x34\x5c\x14\xe2\x3f\xc2\x7e\xd9\xba\x29\xeb\x51\x62\x5c\xe3\xb1\x1e\x25\xc6\x35\x1e\xb4\xa4\x88\xd1\x3d\x96\x67\xd1\xbe\xfc\x2a\x83\x2c\x83\x0b\xd1\xe6\x52\xf1\xb2\x3e\x12\x40\x14\x49\x66\xbd\x09\x68\x54\xdc\x38\x6f\xd2\x60\xa5\xe9\x4f\x17\xb3\x48\x69\xfa\x4f\xcf\xe1\x20\x79\x53\x94\xaa\x5f\x45\x83\xa2\xf4\xef\xa2\xcd\x5d\x80\xe2\x84\x54\x48\x51\xca\x7e\x17\xf9\xf3\xaf\x85\xaf\x59\x55\x56\xfd\x99\x36\x60\x22\x25\xa2\xc7\xcb\x2f\x65\xff\x5b\xaa\x8a\xec\xb7\xbc\x0c\x5b\x14\x94\x65\xbc\x76\x5a\x14\x94\x65\x35\xe8\xd7\xad\xaa\xd4\xaa\xc3\xd7\xa1\xfb\xfa\x30\x1a\x2f\x76\x15\xa5\xec\xb7\xa1\xa1\x50\xca\xfe\x07\xf3\x97\x7a\x98\x21\x81\x55\x94\xb2\xdf\xc6\xd1\x57\x72\xe3\x4e\x75\x10\x63\xcd\x06\x73\x55\x49\xf9\x8d\x2c\xe7\x45\x49\xf9\x6d\xeb\xbe\xac\x6b\xdb\x57\x7f\x9e\x34\x72\xd2\x48\xd6\xf5\xe9\xb9\x1c\x74\x67\x4a\xd5\xda\x46\xff\xba\x28\x6d\x7f\x22\x05\x6c\x51\x6c\x59\xc6\x53\x5c\xa4\x6b\x96\x23\x74\x5f\xb9\xf9\x13\xe1\xf5\x45\xb9\xf9\x33\x7e\x9c\xa2\xdc\xfc\x09\x59\x96\xa2\xb8\xb4\xd3\xf3\x3c\xa7\xeb\x7a\xf2\x79\xf2\xda\x7d\x91\x2e\x5a\x36\x30\x58\x19\xf8\xd3\x65\xe7\x57\x06\x7e\x8f\xbc\xf7\xaf\xde\xb3\x4c\x5e\xac\xa2\x0c\xfc\x99\xdc\x41\x45\x19\xf8\x73\xcd\xaa\x4a\xb3\x18\xfc\x96\xe2\x5a\x6e\x49\x2d\x7b\xfa\xca\xaf\xc0\x4c\x6e\x8d\x6b\x81\x99\xdc\x30\xdf\x95\x81\x3f\x5d\x4c\x0d\x65\xe0\xcf\x43\xb3\x0f\x53\xc3\x03\x23\xfc\x6b\xd1\x57\x5d\x4b\x9b\xc7\xa0\xfb\x78\xd6\xf3\x18\x74\x50\x69\x8d\xc7\x52\x55\x47\x5f\xe9\xa0\x1c\x4e\x6f\xa9\xe6\xc7\x68\x96\x70\x0e\x3b\xb8\x02\xf6\x32\xaf\xf9\x14\x45\xe8\xe5\xdd\xa8\x0e\x9a\x91\xd1\x8f\x2a\xca\x59\x9f\x8f\x1e\x5d\xfd\xd5\x4e\x53\x00\x90\x40\x76\xe6\x52\x01\x90\x10\xb0\x6a\x15\x38\x97\x62\xa2\x2a\xdc\x4a\x29\x40\x8d\x24\xd1\x16\xc8\x25\x5a\x24\xd1\x16\xc2\xd5\xd7\xc4\xaf\x7e\xe0\x5e\x1a\x53\x3d\xe0\x21\x2f\x0a\x60\x0b\x78\xb9\x8b\x02\xd8\x42\x80\xb1\x48\xde\x2d\x44\x7c\x0b\x8d\x85\x10\x02\x66\x5d\x63\x21\x84\x98\xf4\xeb\xd0\xaf\x87\xaf\x93\x5f\x8f\x6e\xb4\xf4\xeb\xe6\xeb\xe6\xd7\xac\x3f\x1f\x75\x5f\xcd\xb8\xba\x36\xf1\x55\xa3\xf1\xf8\x9a\xd5\x5f\x10\xb2\x65\xf5\x97\xed\xa0\x65\xf5\x97\x4d\xb9\x65\xf5\xf7\xd1\xa3\xac\xfe\x32\x89\x1b\x4b\x24\x44\xb6\xec\x96\xd5\xdf\xa3\xaa\x9a\xbe\xd2\x66\x96\x07\xcf\xe8\xbf\x6d\x07\xa5\xfe\xff\x76\x83\x96\x7f\x23\xa1\x6a\x18\x89\x54\x78\x20\x2c\x9c\x78\x31\x02\x5a\xfe\x8d\x84\xda\x7b\xf4\x55\x2d\xd2\x48\xfc\x9a\xcf\x48\x24\x16\x5d\x63\xe1\x04\x12\xe1\x96\x56\x34\x2f\x58\xce\x8a\x28\x0c\xc1\xa3\x02\x8b\x22\x0a\xff\xfd\x6b\xd6\xb5\xdc\x97\x85\x63\x41\xad\xc2\xf7\xf3\xef\x3f\x03\x81\x21\xeb\xbe\x4a\x1e\xce\x1a\x6c\x1c\x67\x19\x67\x5f\xa5\xb1\xe8\x2c\x64\x9e\x0f\x8b\xee\xdf\x5f\x37\x5f\x35\x1a\x2c\xba\x7f\x7f\xbd\xfa\xaa\xaa\xde\xff\xf6\x95\x05\x67\x21\x33\x1a\x18\x6d\xc6\xc9\x58\x51\xe2\x71\x4f\xad\xe1\x5f\x95\xf0\x1c\xeb\x50\x89\xc7\x3d\x01\xc6\xff\x22\x15\x17\x5f\xe9\x02\x6e\x06\x0b\x5d\xd7\xaa\xbf\x43\x35\xab\xbf\x93\x46\x56\xf5\x77\xea\x5a\xf5\x77\xaa\x66\xf5\x68\xe9\xeb\xfd\xdf\xbf\xaa\x47\xac\x6c\x65\x29\xb7\x00\xa3\x54\xa8\xa6\xfd\x1e\x59\x53\x8f\x30\xe8\x95\xa5\xdc\x93\x58\xf8\x57\xf5\xe8\xd2\x8c\xa6\x1e\x5d\x5d\xab\x1e\x3d\xfd\xaa\x1e\x69\x22\x35\xf5\x08\x4a\xd5\x9a\x7a\xa4\x35\xd4\xd4\x23\xd0\x48\x49\xcb\x13\x27\xea\x45\x81\x9c\x09\x76\x56\x75\x20\x99\x87\x93\x85\x16\xfb\x7f\x9f\x66\x2d\xf6\xfc\xdf\x26\x61\x93\x87\xe6\xdf\xbf\xd6\xff\x36\x09\x5b\xec\xed\xdf\x93\xf0\x7f\x26\x5c\xff\xef\xfc\x7f\xfe\xef\xfb\xbf\xfe\x42\x08\xf1\xbf\xbe\x0b\xbf\x09\xf2\x5b\x00\xc1\x5d\x94\xdf\x47\xfa\x2f\x4f\x6d\xaf\xc2\x43\xe1\xfd\x2f\xcf\x86\xdf\x29\xe4\xba\x6f\xf8\xbf\xc2\xed\x85\x8d\x3a\x1b\x97\x3b\x45\x0c\xe1\x1b\xf4\xef\x63\x52\x27\x97\xb7\x45\xe1\xe6\x9f\x95\x42\x6e\xd4\x2e\x85\xdc\xbd\x73\xf9\x37\x0c\x7f\x29\x39\xdb\x0f\x9e\x1b\xe5\xfb\x98\x5e\xe8\x44\x22\x84\x41\x9d\xdf\x60\x7f\x85\xdc\x7d\x72\xf9\xf4\xcb\x79\xbf\x29\x84\xcf\x84\x61\x73\xf8\xbf\xfe\xde\xbb\xdc\x68\x4d\x2f\xfc\x38\xeb\x5f\xe2\xd5\x92\x10\xd6\xf5\xc2\x6f\xc3\xf8\x4b\x68\xc8\x04\x77\x30\x7e\xe8\x54\xbc\xb0\x71\xa3\x5b\x29\x7c\x5e\x58\xb9\xfc\x31\x9e\xef\xbb\x91\x25\x0d\xf2\xe3\x46\xcf\xff\x19\xf9\xa7\xa7\x2c\xf9\x3e\x0a\x85\x95\xc2\x4a\x61\xf7\x76\xfa\xf6\x14\xfc\x85\xf4\x0f\xbc\x13\x85\xc5\x0b\xbf\xc5\xf9\x17\xe2\xaa\xff\xf5\x2f\x94\x09\x71\x35\x2f\xf4\x1b\x69\xed\x85\xc4\x8d\x52\x60\xe4\x1d\x61\x43\x0a\x3e\xf2\x29\xfa\x07\x62\xfb\xc1\x13\x4f\xfc\x05\x77\x3f\xfd\x05\xf3\xc5\x19\xdc\xfb\xf4\x17\x3c\xed\xc4\x5f\x80\x06\x05\xcf\x3a\xf1\x7d\x6c\x2f\xdc\xfc\x33\x73\xa3\x6f\x77\xf9\x7b\x2f\x72\xa3\x9c\x29\xfc\x2e\x7f\xd7\xcf\x70\x83\x67\xa9\xf8\x3e\x1a\x85\x83\xc2\x4e\xe1\xa0\xf0\x51\x38\x29\x5c\x14\x1e\x0a\x37\x85\xcf\x0b\xe9\x7b\x2a\xdc\xfd\x43\xf4\x7f\x4d\xb0\x54\x12\x85\xc6\xe5\x8b\x42\x9a\x54\xd4\xa4\x46\x21\x77\x2f\xba\x3b\x3d\x2a\xdc\x9d\x25\xc3\x7b\x04\xbe\x93\x7c\x85\x3d\x50\xc8\x8d\x3a\x37\x62\x46\x66\xa3\x70\xd1\xce\xfb\xfd\xd3\x38\x25\x0f\xe9\xf2\x4f\x26\x03\x89\x4d\x83\xf1\x8c\xec\xe3\xeb\x7f\xa9\xb8\x19\x1e\x2c\xf9\xe3\x70\xed\xfe\x6f\xc1\x7a\x37\x73\xa6\x2d\xde\xdb\xce\xeb\x8a\x61\x05\x9f\xf3\x2b\x7c\x1d\xab\x9c\x8e\x85\x13\x7d\xc9\x78\x1e\xbe\xbf\x9e\xdc\xb8\x8b\xee\xde\xff\x3e\xbe\x5a\x7a\x76\x10\x89\x71\x7f\x95\xc5\xf8\x19\xf6\x7f\x3d\x3a\x48\xc5\x34\xbe\x6f\x31\x8d\xaf\xb9\x25\xf9\xe3\x88\x9e\x06\xe2\xfb\xf8\xaa\xee\xcb\xbd\x61\xd1\xe2\xa2\x70\x7b\xa1\x9b\x2d\xd1\x7c\x2e\x45\x8b\x7e\xa3\xe5\x87\xb9\xd1\x1d\x56\xdf\x47\xf1\xc2\xa3\xc2\x46\x61\xa7\xb0\x53\x38\x29\x5c\x14\x72\x77\x1f\x9e\xc8\xb8\xf4\x75\xf9\xa7\x4f\xcc\xe8\x49\x26\xfe\x3a\xef\xad\x47\x7f\x79\xf9\xfb\xf8\x2e\xe8\xf8\x8b\xa2\x19\x4d\xf2\x69\xda\x77\xa4\x9d\x99\xcb\x7d\x2a\xf6\x1d\xb9\x3c\x73\x77\x9f\x75\x7d\xbb\xb0\x52\xb4\x4c\x9d\x99\x3a\xdd\xed\x10\x2d\xab\x4e\xef\xe6\x36\x7a\xe4\x0f\x27\x7a\xde\x88\xaf\xb0\x78\x21\x23\x6f\x3e\xf2\x25\x39\x9a\xc7\xcf\x8c\xf8\x0a\x3f\x83\xfc\xaf\x34\xd5\xf9\xaa\x17\x3e\x6f\x12\x49\x43\xa2\xbf\xfa\xfa\x7d\x7c\x8f\xa3\xa3\x81\x16\x5d\xab\xff\xfb\xf0\xa1\x23\xff\x75\xcc\x1f\x7d\xfd\x3e\xcc\x0b\x3d\xf2\x21\x66\x1f\x9e\xe8\x9a\xfb\x7f\x9d\xe4\xd1\xd1\x9d\x42\xdf\x87\x77\x93\xb3\xdd\x98\x2b\x75\x56\xaf\x33\xfb\x66\x1f\xf3\xe5\x9f\x77\xf9\x04\x73\xf6\x1f\x8b\x4f\xb7\x58\x1c\xb3\x4a\xf6\x77\x00\x63\x89\xfe\x88\x4b\xcc\x5e\xe8\x47\x4e\xb1\x24\x1f\x90\xf2\x99\xd2\x7f\x05\x71\xad\x58\xfc\x81\x47\x7f\x97\xef\x2b\x1c\x14\x2e\x0a\xb7\x17\x4e\x0a\xbd\xd5\xd1\xdd\x43\x7f\x85\xd7\x4c\x62\x71\x9c\x88\xc5\x9f\x51\x41\x84\x2a\x96\xe2\xe3\x59\x8a\x8f\x67\xf1\x60\xbf\xe8\xaf\xe9\x7d\x1f\xde\xce\xe2\xa1\xf8\xb1\xf8\x1e\x17\x8b\xef\x71\xa5\x3c\xea\xf4\x3d\x2e\x16\xdf\xe3\x4a\x71\xd3\x3e\xba\x1f\xe6\xfb\xf0\x7f\xd6\xc6\xe5\x93\x6e\xfa\x2e\x53\x00\x96\x58\x96\x3f\x23\xf7\x98\xfc\x95\xed\xe7\xce\xd1\x5f\x4f\xfb\x3e\xbe\x46\x94\x13\xb8\xd1\xf3\x67\xe4\xaf\x81\xfd\xb5\xc4\x78\xd6\xe0\x85\x35\x50\xe8\xc4\x22\x56\xd6\x91\xfb\x17\xfe\x06\xb2\xd8\xd1\xcd\xfc\xef\xe3\x78\xa1\xef\x5c\xd1\xad\xfb\xbf\xe8\x66\xfc\x57\xe8\x83\x5c\x99\xb4\x6e\x5c\xfe\xd5\xe0\x10\x14\x2b\xa3\xe4\xd6\xdb\x5f\xe5\xdd\xdb\x58\xbb\x8f\x67\xed\xdf\x93\x1e\xfe\x6e\x8b\xf3\x09\xe8\xc3\xff\x40\x28\x62\x65\x60\xaa\x0f\xcc\xa8\x81\x1b\x02\x1b\x75\x64\x0a\xe9\xc4\x68\x14\x0e\x2f\x8c\xb4\xc2\xf7\xf2\x58\x1d\x32\x47\xf5\xd7\x47\x62\xf5\x8d\x3a\x56\xdf\xa8\xeb\xae\x34\x8d\x71\xf5\x37\xa7\xfe\x2a\x7a\x0c\xb1\x1e\x9f\xd1\xf5\x7c\x55\xd7\xa3\xee\x32\xae\xd5\xc7\xb5\xf2\xee\x7e\x6c\xc1\x7b\xd6\x7c\x1b\xad\xcf\x1d\xde\xd1\xed\x82\xbf\xe8\xf6\xc0\xdf\x08\xac\x51\x67\xf8\xdf\x47\xf1\x42\x27\xd8\xd1\x89\xdf\xf7\xe1\xf3\x14\xf9\xf0\xd8\xba\xcf\xa9\xd6\x7d\x4e\x4d\xc6\xb5\x39\x93\x88\xcd\x61\x7f\x4c\x37\x6a\x63\x03\x5c\x9b\x83\xeb\x98\x4e\x08\x63\xdb\x95\xc2\xe6\x85\x7e\x44\x16\xdb\x9e\x14\x72\xb9\x5b\xdc\xb1\xed\x43\xe1\xa5\xf0\x51\x48\xe3\x8f\x37\x9e\x08\xf4\xd8\x7c\x24\x62\x3b\x5f\x73\xdb\xf5\x9d\x21\xb6\xb3\x29\xbc\x5e\xb8\xb9\xfb\xa5\x49\x37\x52\xc8\x8d\x2e\x4d\xba\xcd\x0b\xaf\xfe\x49\x93\x7c\xdd\xb7\xeb\xa4\x3a\xb6\x4b\x9d\xf7\x78\xe1\x63\x94\x1e\x75\x3e\xea\x64\xf2\x36\x7f\x0e\xb1\xbd\x6f\xb0\x1a\x74\x26\x36\xe0\xad\x39\xbc\xb5\x17\x18\xa5\xc7\x20\x3b\x6f\x6a\x2f\xd0\xa4\xc7\x78\xbe\xed\x85\xa0\x78\x67\x95\x74\xa7\x48\x0d\xf5\xd9\xd8\x79\xc4\x3d\xf0\x4f\x00\xbb\x3b\xc7\x89\xdd\x91\xb3\x3d\x3f\x50\x8a\xfe\x6e\xd3\xf7\xf1\x3d\xe9\x96\x79\x1c\xdd\xa9\x47\xec\x0e\x29\x2d\x33\x74\x1d\x68\xef\xcc\x10\x54\xb2\xa2\xbf\x84\xf4\x7d\xf8\xac\xeb\xe0\x7d\x67\x86\x74\x9f\x21\xb5\x57\xea\x1c\xb4\x73\xf8\x54\x1c\x6c\x2c\x9d\xe9\xdd\x99\xde\x03\x70\xed\xcb\x9f\xa6\x6b\x6b\xff\x55\xde\x9f\x88\x9d\xe9\xdd\x99\xde\xab\xd3\xcd\x33\x29\x74\x18\x5e\x4c\x9b\x7e\xe8\xa6\x3f\xe2\xba\x40\xdc\x7e\xe9\xa6\x33\xd6\x8e\x02\x6e\xec\x3c\xe2\xee\x8f\xb8\x3f\x20\xb3\xf3\x88\xbb\x3f\xe2\x8e\x1a\x6e\xf4\x77\x8f\xbe\x0f\xdf\xd6\x9e\xee\xce\xd3\xec\x8f\x3a\xdd\xd7\x14\xfd\xc5\xa3\xef\xe3\x1b\xf9\x5a\x98\x21\x03\x68\x1f\x0e\xed\xb5\x7a\x80\x79\x1c\x80\xd6\x70\xd0\xea\x87\xa1\x1b\x6c\x56\x83\xcd\x0a\x15\x93\x38\x2c\x53\x58\x28\xec\x14\x2e\x0a\xfd\x72\x24\xa3\xe2\x60\x4b\x1f\x4e\x39\xfb\xd8\xdc\xdd\xf7\xf2\xe8\x2f\x0d\xfd\xb5\xd4\x28\x2c\xfc\xd3\xed\x9d\xba\x23\x75\x36\x1a\xef\x66\x48\xc7\x2a\x8c\x2e\x2f\xfd\x7d\xf8\x80\xc4\x40\x37\x01\xab\x31\x28\xf4\xa3\x80\x38\x86\x3f\xb8\x31\x9d\x50\x44\xf7\xc5\xc5\xb1\xb8\xfb\x72\xac\xeb\x2e\x74\x1a\x07\xc8\x30\x40\x06\xb2\x28\xc4\xc1\x42\x18\xbe\x10\x6a\x52\x37\x1f\xa3\xf4\x7c\x71\x0d\xb6\xf4\x99\xfc\x9f\xd3\x99\x52\xeb\xcc\x90\xc9\x56\x39\x7d\x58\x5b\x77\x83\x2c\x4e\x28\xd2\x4c\xcf\x0b\x9d\x59\xc7\xe9\x1b\x67\x9c\xe6\xd3\xbb\xbb\x9f\x34\xba\x3a\xf2\xf7\xe1\x10\x74\x1f\x37\x62\x67\x98\xbe\x33\xb4\xc6\xda\x9c\xec\x9f\xd3\xf7\xcf\xd6\xfc\x90\x24\x4e\x37\xf2\xe2\x6c\xbe\x8e\x1a\xb8\x34\xe1\x38\x73\xf8\x92\xc9\xee\x19\x88\x73\xf0\x4f\x76\x84\xdc\x69\xe7\xa0\xce\x51\x29\xe4\x72\x06\x79\xba\x3d\x37\xc4\x1d\xfc\xd5\x99\xef\xc3\x01\x30\xbb\x51\x12\x27\xdb\xaf\xbf\x0b\xf3\x15\x72\xf9\x6c\x14\xfa\x86\x42\x72\xa7\x38\x61\x58\xd3\x19\xd6\xc8\x8b\xbb\x2f\x07\xab\xb9\xb8\xbb\x1f\x54\xc6\xc9\x83\x9b\x3c\xb8\x7c\xe8\xe6\xa2\x49\x3c\xb8\x7c\xe8\x11\x90\x3e\x77\xa2\xf0\x52\x98\x29\xf4\xbd\x83\xd7\x6a\xe3\x04\xe7\x27\x38\x9f\x99\x60\xfe\x82\xcb\xf7\x41\x9d\x57\x97\xd3\x4d\x47\xf6\x41\x1e\xa7\xe8\x7a\xcf\xdf\x87\x51\x48\xe3\xc1\xf9\xe9\x38\x3f\x4a\xa0\x9b\x67\x50\xc8\xee\x1d\x78\xee\x87\x1b\x39\x40\x8c\xc2\x4c\x9e\x87\x67\xe4\x66\xc8\xe0\x8d\xde\x38\x2f\x8f\xc3\x91\x61\x94\xc8\x3f\x2f\x75\x5e\xea\x04\x54\xe7\xa5\x9d\x0e\x10\xa3\x78\xc4\x4d\x9c\x80\xff\x7c\xd4\x69\x34\xe9\x31\x20\x0e\x17\xa3\xd8\xfd\x47\x42\x31\xd9\x04\xe6\xe3\x86\x99\x21\x7c\xdc\xf0\x71\x43\x3f\x51\x88\xae\x6d\xfd\x7d\xf8\xa6\x5a\xd8\xe7\x17\x3b\x83\x2b\x5b\x7f\x85\x95\xc2\x46\x21\xa3\x55\x74\xf9\xa4\xd0\x67\x4a\x71\xd7\x60\x5c\x0e\x61\x71\x39\x73\x1d\xc5\xbd\x09\x71\xc5\x4a\x21\x97\x83\xa3\x0b\x3e\xba\x1c\x91\xc6\xf5\xf3\xf5\xb8\x1c\x83\xe2\xca\x3e\x06\xd8\xb4\x71\xf9\x36\x13\x97\x1b\x19\x03\x4b\x35\x2e\xf0\x69\xb9\x91\x31\x2e\x7c\x64\x39\x8f\x8d\xcb\xf9\xda\xb8\xee\xf9\x8b\xab\x50\xa7\x9b\xaf\xe3\x7a\x50\x4e\x5c\x2c\xdc\x55\xf8\x67\xe5\x72\x58\xfb\x72\xd6\xde\x0a\xfc\x7e\xb1\x9e\xfc\x55\x9e\xbf\x36\xe1\x79\xeb\x50\xa7\xcf\xa9\x1e\x3c\x0c\x28\xae\x4b\x3b\x7d\x1a\x8c\xce\x1a\xfd\x0c\x2c\x2f\x04\xc9\x58\x8e\x8b\xed\x62\xf9\x76\x31\xc8\x34\x13\x17\x8c\x60\xf9\xdc\x18\x7d\xd2\x4d\xf6\x90\xe5\x7b\xc8\xe8\xee\xcd\x8a\x9e\xf5\xff\xfb\xf0\x8d\xa5\xc2\x1d\x5c\xe7\xfa\x2f\xba\xbe\xf5\x5f\x27\x59\x51\xdc\x8e\xd4\x71\x57\x76\x6f\x26\x83\xbf\xc7\xf2\x7d\x38\x10\xf2\xb2\x59\xdc\x70\xb1\xed\x5c\xac\xc9\x28\x75\x69\xe9\xef\x83\x7f\x5e\xee\x3e\x29\x9c\x58\x56\xf0\x91\xed\x78\x11\xb7\x23\x44\x4f\x10\x8a\xbd\x7c\x40\xf6\xf2\x2d\x28\x19\x37\xf2\x65\x1c\x5d\x5b\xfa\xaf\x3d\x50\x67\xb3\x46\x3d\x09\xff\x5f\xdb\x00\xcc\x66\xf7\x76\x9d\xe9\xbf\xc6\x19\x61\x74\xb9\xe7\xef\xc3\x87\x2e\x32\x93\x0f\x93\xd6\xdf\x41\xf9\x1b\x91\xbe\x1f\xa6\xa2\xa7\xdf\xff\x1b\x11\x7e\xe7\x6f\x8f\xfc\xc5\xe3\x74\x66\x90\xd1\x33\x1e\x37\xa9\xa2\xbf\x1d\xf2\xd7\x8f\xfb\xe8\xe3\x71\xfb\x3a\xfa\x4b\x21\x7f\xfd\xb0\x2b\x1e\x2c\xea\x83\x45\x7d\x20\xd1\x9e\x1d\xff\xfb\xf0\xfd\x53\xf3\xf3\x64\x9a\xe4\x4c\xa9\x5f\x58\xf0\xc1\x34\xf2\xb7\x16\xfe\x06\xb2\xf8\xf1\xb0\x7f\x9e\x06\x85\xa7\xef\xae\xe3\xfc\x7d\xf8\x82\xdd\xfa\x27\x6c\xe8\xb0\x09\x6c\x2c\x96\xc3\x26\x70\xd8\x04\xb6\x7b\x8e\xe3\xc1\x56\x38\xa3\x53\x38\x29\x1c\x14\x52\x27\xb3\xee\xb0\xfd\xba\x50\xf4\xdf\xd8\x4c\xb0\x33\xa9\x73\x52\xa7\x46\x89\x9d\xe1\x4c\x2e\x5f\xdc\x7d\x72\xb9\x5b\x15\x83\x34\x24\xf1\x2c\xa3\x90\xcb\x37\x4d\x62\x67\x38\xeb\x50\xa8\x7f\xfa\x4c\x3e\xbe\x17\x8c\x8d\x4d\x7b\x36\x8f\x63\xd3\xa4\xc3\x20\xb3\x33\x1c\x76\x86\x7d\x18\x25\xc8\xbe\xbf\xeb\xf0\x37\xda\x60\x90\xa1\x72\xe7\x40\xf6\x21\xe6\xe7\xd1\x77\x50\xf1\x62\xd3\x1e\x50\xf1\x80\x8a\x17\x22\x79\x31\xc8\xaf\x1b\xe4\xe3\x42\xbb\x6e\xa4\x30\xfa\xdd\x9f\x7b\xd0\x52\xf2\x3a\x93\x07\x1f\xfd\xf5\xe9\x77\x4f\xe6\xe3\x99\x3c\xfd\xe3\xdf\xe8\xe4\x7a\x37\xa7\xaa\xc9\xd8\x54\x87\x93\x94\xe4\x29\x03\xbf\x0f\xcc\x17\x3f\xc4\x48\xd9\x2d\xd5\xe4\xf1\x2f\x7f\xed\x38\x77\x48\xd9\x77\xef\x94\xfd\xc1\x75\xb4\xc6\x92\x0b\x21\x7d\x1f\x82\x0b\x0a\x9d\x5d\xa6\xcc\x76\xc1\x39\x56\x72\x91\xa0\xef\xc3\x9f\x51\xf2\xa0\xf0\xe4\xd1\x1b\xdf\x07\xdb\x2f\xf9\xdd\x3d\x3d\xdb\x5f\x2a\xb0\x75\xe3\xee\xc5\xe1\x30\x79\x82\xb5\xbf\x61\x87\xcb\x27\xff\x74\x0e\xd0\x6a\xe6\x72\x5f\xef\xc9\x65\x69\xfe\x1a\xfa\x0b\xc9\xb5\x63\xbe\x0f\xef\x66\xf7\x23\xf6\xe4\xe7\xd3\xdf\x87\xc3\xaf\x32\xe2\x63\xaf\x26\x2c\xd4\x14\x49\x1b\xef\xd2\x1e\xdf\x07\xee\xc6\xcd\x3f\x9d\x49\xa4\xba\xf0\x05\x93\xb9\xdf\x33\x57\x7d\x1f\x05\x47\xb6\x0a\x9b\x17\x3a\xe0\x26\xb2\x24\x26\x97\xed\xf8\x4b\x95\xe7\x47\x30\x77\xaa\xfe\x18\x53\x75\xea\x98\x90\xd8\x4e\x2e\xe1\xf1\x7d\x5c\x3a\xe6\x7d\xf7\x44\x56\xdf\x87\xb7\xb3\x90\xdd\xbf\xf9\x7c\x49\xcd\x77\x4a\x0b\xbe\xf9\xa7\xe6\x1b\x66\x6a\xd1\x7d\x97\x38\x1f\x53\xf3\xe7\x90\x9a\xfb\x78\xcc\xfc\x98\x28\x35\x9f\x60\xc9\x45\x41\xfe\xcc\x06\x37\x72\xaf\x63\x6a\xee\x1a\x34\xb2\x9f\xa6\x96\xf8\xa7\xc3\x93\x05\x37\x70\x53\x4b\xdc\x3d\x71\xf7\xc7\xdd\xdd\x72\x48\x2e\x25\xf2\xfd\x53\x85\xde\x77\x3f\x80\xfd\x7b\x37\x8f\x7f\x22\x14\xc9\x0f\x67\xbf\x0f\x77\xa7\x5f\x97\x95\x48\x7e\xea\xfa\x97\xfc\xe4\xf2\x2b\xf4\x64\xfa\x7e\x70\xf9\x7d\x4c\x2f\x74\xbf\x43\xf2\x83\xc6\xbf\xe4\x47\x79\x7f\xe9\xb9\x28\x50\xf2\xa3\xbb\xef\xe3\x6b\x4c\x26\x19\x7d\xf2\x53\xb7\xbf\xe4\xc7\x6b\x7f\xf9\xba\xb1\x97\xfc\xc0\xec\xfb\xa8\x5e\x98\x18\xad\x4a\x9d\xee\x77\xca\xc4\x23\x25\x3f\x88\xfa\x3e\xf8\xa7\xef\xf3\xc9\xcf\x9f\xbe\x8f\xe9\x85\x1e\xeb\x92\x5a\x63\x0c\xfc\x18\x25\x5f\x77\x07\xa5\xe6\xf6\x4b\x6a\xee\x83\xce\x97\xac\xfd\x8d\xf3\x93\xe6\x4e\x9a\x4c\x00\x52\x6a\x0e\xca\xa9\x39\x41\xcf\xb7\xd1\x4e\x77\xd9\xa4\xe6\x3c\x3d\x5f\xb2\xfc\xb7\xc1\xdd\x1d\x86\xfd\xdd\x20\x2f\xe4\xa9\x0e\xfa\xae\x47\x3d\xa8\x73\x52\xe7\xa4\xce\xc9\x4c\x71\x34\xce\x77\x71\xf9\xe4\x51\x4f\xea\xd4\x94\x9c\xf4\x68\xd2\xa3\xad\xcb\xa9\x73\x51\xe7\xa1\x47\xac\xa7\xe6\xeb\x29\x13\xf8\x94\xda\xa2\xce\x45\x9d\x97\x99\xc2\x91\x4e\x5b\xf4\xfd\xf1\x34\x37\xdd\xf4\x65\x95\x5f\x60\x3c\x37\xd3\x7c\x0f\x0a\x99\x92\x9b\x6e\xba\xcf\x25\x93\x25\x3f\xe1\x73\x49\xf8\x5c\xf2\x8b\x34\xfe\xd0\xa4\xe3\x4d\x22\x45\x7e\x6a\x87\xa7\x79\xb8\x51\xd2\x3f\xe9\x91\xd3\xee\xfc\x8c\xc9\x70\xb9\xfc\x72\x79\xe6\x19\x71\xca\x84\xeb\x25\x93\x1c\x3f\xb5\xab\xcb\x9f\x17\x56\xd6\xd3\x63\x90\x1d\x39\xf3\xd3\x73\x7f\x3c\x77\xc7\xd1\xfc\x40\x32\x7c\x2e\x09\x9f\x4b\xc6\x1d\x90\x70\xb6\x24\xdc\x2b\xf9\x35\x6e\x04\x5e\x78\xca\xb7\xbf\xcc\x4b\xaf\xc9\x53\xbc\x7d\x1f\x3e\xc8\xbc\xeb\x9a\xba\x93\xe8\x84\xcf\x25\x3f\xf7\x76\xa6\xee\xfc\x2e\xf5\xc0\xe5\xbe\x51\xa7\xee\x20\x92\x70\xc4\xe4\xe7\xf4\x30\x75\xdf\x90\x52\x8f\x8c\xfc\xe2\x46\xc0\x46\x4f\x8c\x12\xd3\xa6\xbb\xef\x33\xb9\xc0\xcd\x5f\x46\x74\x31\xb9\xbe\xcd\xf7\x41\x93\xb6\xfe\x39\x28\x5c\x14\x2e\x0a\x7d\xc5\x75\xe3\xc1\xb1\xb1\x74\x07\x91\xd4\x8d\x51\x72\x6b\x2d\x79\x82\xb9\xef\x83\x3a\x2f\x97\x83\xf7\xdd\x98\x0c\x8f\x7f\x66\x7a\x94\x69\xe7\xe3\x9f\x99\x3a\xdd\xef\x50\x42\xa0\x9b\x99\x26\x39\xb0\xf8\x8b\x35\x5e\xe8\x73\xa9\x3b\xbd\x2f\xc1\xfd\xa1\xc9\xb5\x71\xbe\x8f\x4c\xe1\xa1\xb0\x52\x48\x9d\x89\xc6\x17\x46\xa9\xf2\x4f\x77\x6c\xa5\x5e\x69\x7c\xe5\x46\xa6\x42\x1a\xef\xce\xee\x12\x98\x60\x9d\x73\x5d\x17\xdf\xf9\x0a\x7d\xda\x74\x3f\xc9\x4d\xae\xb9\xf3\x57\xc8\x28\x94\xf0\x76\x25\x1c\x5b\x85\x00\xab\xd4\x81\xa0\xee\x68\x53\x78\x21\x37\x79\x32\xbb\xef\x83\x76\xb2\x83\xf5\x4e\xdf\x39\xf2\x08\x4c\xc5\x3e\x18\x3a\xce\x95\x70\x3e\x27\xbc\x64\xa9\x0f\x7a\xe4\x9e\x94\xe4\xa2\x3d\xdf\x07\x75\xb2\xd7\xf5\x41\x9d\x83\x6e\x76\x6e\x34\x68\x92\x23\x51\xe1\xe5\xdc\xd4\xa1\x33\xdd\x41\xa7\x10\xd3\x90\x70\xc0\xa5\x3e\x69\xd2\xa0\xef\x6c\xdb\xdd\xf1\xa5\x84\xa9\x42\x9e\xa6\x73\x3f\x7f\x5b\xc5\x0b\xb9\xfb\xe2\xee\x8b\xc6\x83\x36\xae\x13\xf4\x15\xd2\x78\xc7\x9e\x84\x6f\xaf\x84\xc5\xe3\xd8\xf4\x7d\xf3\xdc\xfd\xd8\x34\xf5\xcd\xdd\x37\x7d\xd7\x4c\x86\x0a\xf4\xcd\xc8\xc3\x1d\xfa\xe6\x46\x9b\xa7\xa9\x99\xbc\x79\x9a\x8e\x4b\x25\x1c\x26\x18\xc7\xd7\xfd\xd0\xa3\xc3\xfc\x3c\xf4\xe8\x50\xe7\xa1\x49\x87\xb9\x74\x68\xfc\x65\xe8\x0e\x8d\xbf\xd4\x79\xf9\xe7\xa5\x9d\x97\x76\x3e\xda\x79\x99\x21\x97\x3a\x1f\x7d\x07\xac\xba\xfb\x82\x4b\x0c\x14\x82\x4b\x78\x0f\x4b\x8c\x5c\x0e\x2e\x75\x37\x89\x0a\x7a\x95\xa9\xc3\x5c\x3c\x15\xdf\x5f\x21\x82\x2b\x0d\x98\xcb\x70\x8a\x5b\xa2\x9b\xad\x69\x70\x78\x3e\x02\x97\x7b\x54\x55\xc2\x15\x99\x46\xe0\x72\x37\xdd\xd2\x00\x82\x46\xa4\x49\x1e\x74\x9a\x06\x74\xc6\xf3\xf6\x7d\x85\xe7\x1f\x09\xc5\x70\x3f\x40\x1a\x0e\x53\x05\x13\x2e\xb9\xba\xd2\xf7\xe1\xb3\x2f\xba\x30\x49\x1a\x89\x1b\x26\xda\xcb\x2a\x19\x80\x96\x6b\x28\xf1\x56\x8f\x17\x36\x0a\x3b\x85\x95\xc2\x43\x21\x75\x36\x6e\xe4\x76\x72\x72\x55\xa5\xbf\x12\xd9\xa8\x5d\x54\xe9\xfb\x48\x14\x72\xb9\xfb\x53\x13\x8e\xd4\xc2\x1b\xcc\x09\x7f\x6a\x1a\x1c\xa3\x45\x16\xc4\x80\x0d\x79\xd2\xc0\xbf\x42\x86\xab\x84\x93\x35\x0d\x63\x08\xa1\x5f\x23\x33\x5a\x99\xc6\x4f\x6e\x04\x6f\xc2\xd7\x5a\x30\x4a\xd3\x70\xb0\x4b\xc3\xe9\x53\x89\xac\x92\x91\xa9\x33\xd3\xa3\xc5\xdd\x01\xc2\x01\x10\x46\x8f\x19\x4f\x03\xbe\x35\x0a\x77\x67\x9a\x8f\x4a\x37\x2b\xdd\x3c\x5c\x5e\xe9\x26\x40\x18\xaf\xfe\x49\x37\x01\xc2\x78\x99\x29\xc0\x9b\xa7\x1d\xfc\x2b\x09\xd6\x36\xdc\x98\x4d\x03\xcc\x43\xa7\x33\x0d\x30\x6f\x38\xfb\x2a\xbc\x66\x9d\x46\xe3\xb9\x3b\x17\x2b\x68\x76\xa6\xd1\x78\xee\xce\xbe\x4a\xc2\xb6\x19\x1e\xcb\x92\x3c\x83\xe1\x5f\xc1\x9b\x90\x46\xe7\xee\x0e\x92\xfe\x3e\x8f\x17\xd2\x4d\x20\x33\x99\xfe\xc9\xe3\xe8\xdc\xc8\x68\x67\x67\xe8\x38\x81\x4c\x59\x97\x33\x74\x83\x1b\x61\x98\x0d\xa8\xdc\xd0\xa1\xbd\xe6\x27\xe0\x3a\x00\xd7\x54\x18\xa5\x41\x37\x1d\x4e\x4b\xd2\xa4\x05\x47\x87\x3b\x60\xfd\xfd\x1f\x2f\xe4\xee\x83\x83\x6b\x78\xe8\x80\xdf\x0d\xce\x3f\x53\x65\xe8\x26\x23\x0f\xe2\x26\xac\xa0\x01\xe2\x8e\x49\xe3\x1b\xd3\x66\xd1\x4e\x10\x97\x17\xd0\xd3\x58\x5c\xbe\xb8\x5c\xf3\x73\x71\xf9\xe2\xf2\xc1\x3f\xc1\xd1\xb1\xb9\x7c\xaa\x90\xa7\xb9\xb9\x1c\xc0\x1e\x18\x51\x03\x74\x4c\x8b\x7f\xc2\xda\xc6\xe1\xb9\x6f\x15\x72\x23\xf7\x99\x96\xe4\x2e\x9b\x34\x00\x42\xd7\xf2\xfa\x2b\xe9\xf0\xdc\x01\x42\x4f\xf8\xf8\x57\xd2\xa5\x9b\xb0\x36\xcf\xe4\xf8\x15\xf2\x8c\x1e\xed\x7c\x3c\x8e\xc7\xd0\x61\xe8\x7a\x56\xc7\xaf\x90\x01\x79\x5c\xfe\x98\x75\x10\x0a\xcf\xf4\xf8\x7d\x78\x93\x0c\x42\xc1\xc9\x40\x1a\xa0\xa3\xb9\xa7\x37\x4d\x0c\xba\xe9\x78\x58\x78\xa3\x3d\x4d\x58\xdb\x74\xd6\x56\xcc\x23\x52\x93\x27\x75\xfc\x3e\x26\x85\x97\xc2\x4d\xa1\xcf\x64\xf3\xa8\x90\x34\xa1\x72\xd3\x91\xb3\xf0\x1e\x7c\x9a\x18\xe4\xd3\x91\xb3\x18\x88\x3b\xb1\x00\x27\xa8\x88\x88\x69\x9a\x6e\xfa\xa5\xe9\xe0\x58\xcc\x03\xf9\xd3\x04\x15\x67\xe2\xf2\xcc\xe5\x98\x85\x2e\x4d\xf6\x57\xcc\x35\xea\x12\xa7\x1b\x89\xd3\x8d\x62\x58\xfe\x2e\x57\xf6\x7d\xf8\xc8\x5b\xe3\x72\xa8\xdc\x34\x2e\x87\xb1\x4e\xa8\x1c\x27\x1f\xc5\x3a\x8d\x77\x90\x4b\x33\xd3\x23\x26\xd8\xc4\x9b\x30\x33\x4d\xc2\xd0\x99\xee\xfb\x4a\xd3\x19\x5d\x31\x2c\xd5\x09\x95\x9b\x44\x1c\x90\x96\x2d\x4d\x6c\xc4\x09\xac\xf1\x22\x7e\x9a\x85\x3a\xa1\x72\xb6\xb8\xbb\x9f\x2a\x27\x0e\x5c\x8a\x41\x13\x26\xd6\x24\xe7\x2e\xc5\x98\x8a\x1c\xbf\xa4\x09\x00\x92\xd2\x2d\xb9\xce\xd9\xf7\xe1\x50\x69\xa0\xe2\xac\xf4\x9d\xd0\x06\x39\x38\x26\xa4\x6f\x42\xfa\xec\x71\x79\xa3\x47\x60\x5d\x8e\x0c\x32\xb0\x36\xe1\x77\x59\xcf\x1d\x6b\xd2\x73\x5c\xfe\x15\x42\x99\xd2\xec\x4c\x30\x10\x2c\x67\x26\x18\x26\xe6\xec\xd4\x09\xbb\x74\x99\xb4\xef\x63\x51\x48\x93\xb0\x3b\x27\xb8\x44\x86\xb7\xc4\xe1\x4f\xe2\x80\xa7\xe4\xca\x4c\x86\xb5\xb9\x42\xda\x5f\x41\x33\x35\xb9\x40\xda\xf7\xc1\xe5\xec\x86\x13\x6b\x72\x4e\x1a\xaf\x47\x3c\x69\x3c\x68\x93\x07\x85\x8b\xa1\x5b\x8a\x49\xe1\x72\xa8\x9c\xab\x9c\xfd\x95\xec\x2f\x3d\x24\xce\x79\x92\x8b\x9b\x7d\x85\xdc\x1d\xc3\x91\xe3\x9e\x92\xe1\x62\x1c\xe9\xa4\x09\x41\xcb\x6c\x3d\x13\xc3\x91\x03\x9e\x92\x3f\x03\xe2\x1f\x08\x05\x87\x40\x69\x6e\xda\x0b\xd3\xe2\x10\x28\xcd\x43\x7b\x31\x39\x38\xef\x49\x1c\xf4\xf8\x9b\x53\x5e\xc8\xe5\x10\xb5\x12\x68\xda\xa5\xbd\x0e\x53\x85\x13\x9e\x34\x31\x35\xe7\x25\x86\x06\x93\x83\x13\x9e\x34\xdd\x7d\x5f\x90\x33\x48\x1c\xed\xa4\x09\x92\x15\x36\x2b\x4e\x78\xd2\x84\xd2\x15\x0c\x5d\x8e\x76\xd2\x04\xb4\xc8\x30\x97\x38\xc4\x49\x13\xd0\x2a\x30\x2d\xce\x6b\x12\xe7\x35\x05\x29\xd8\xc4\x79\x4d\xe2\xbc\xa6\xa0\x71\x90\x16\xce\x28\x8e\x6d\xfc\xfd\x29\x2f\x1c\x14\x12\xd6\x53\x74\xb9\x8f\xd2\x02\x9f\x0a\x9b\xd5\x02\x9f\x16\xf8\x54\xd8\xac\x3c\xb9\xe9\xf7\x91\x29\xa4\x49\xf8\x30\x57\xa4\x9d\x55\x97\x6f\x0a\xb9\x11\xb3\x6f\x01\x5a\x8b\xe8\xa5\xe2\x0e\xed\xb4\x12\x8d\x87\xdf\x15\x3f\x31\x49\x0b\x5f\xd6\x4a\x34\x1e\x3b\x79\x39\xb1\x4b\xae\x45\xc7\x6b\x5c\x5e\xb8\x28\x64\xe4\xb1\x43\x5c\x72\xee\x2f\x2d\x58\x5b\x71\x69\xec\xb4\x60\x6d\xcb\x88\x5e\x9a\x34\x1e\xd6\xb6\x60\x6d\x05\xd4\x59\x18\xa5\x9c\x39\x95\xb2\x54\x48\x93\x32\x4d\x62\xf2\x7a\xd6\xd5\xef\x83\xb9\xb4\xf5\x4f\x9a\x94\xe9\x3b\x86\x04\x47\x4f\x69\x81\x64\x05\xf7\xca\x02\xc9\x38\x88\x2a\x05\xbf\xd8\x2a\xd4\x09\x92\x15\x7c\x2e\xab\xd0\x23\x40\xab\x32\x69\x17\xac\x6d\xc1\xda\x08\x11\x4a\x0b\xd6\xc6\x01\x56\xa9\x91\x3a\x9d\xc3\xa5\xe5\x80\x56\x08\x11\x4a\xcb\x71\x2d\x2d\xcc\x57\x64\x1a\xd2\x22\x2c\x79\x35\x6e\xc4\xa4\x5d\x60\xde\x6a\xdc\x28\x71\x23\x30\x6f\x41\xe5\x2a\xfb\xd2\x82\xca\x2d\x90\xac\x66\xda\xd9\x19\x3a\xb8\x58\xcd\x8c\x52\x67\x94\xba\x77\x93\x9c\x7c\x69\x41\xd0\x96\x42\xc4\xf0\xdf\x2d\x08\xda\x82\xa0\x21\xfa\x90\x5c\x83\xef\xfb\xe0\x46\x98\xc4\x1c\xd0\xa5\x05\x10\xd6\xa6\x42\x86\x6e\xd2\x23\xac\xdf\x05\xed\x5a\x93\xcb\x3b\x83\xec\xa7\x1b\x69\x01\x84\x75\x30\x20\xb8\xd5\x16\x91\x85\x28\x41\xa4\x85\x5b\x6d\xc1\xb0\xaa\x66\xdd\xe2\xf2\xc5\xc8\x43\xa6\xd6\x62\xe4\xa1\x5d\x48\x45\xa4\x85\xd3\x7a\x61\xbe\x56\x5c\x36\x6b\x33\xc8\xd0\xae\x0a\xd9\x5f\xa0\xe3\x02\x1d\xeb\xa2\x47\xa0\xe3\x02\x1d\x2b\xd6\xef\x02\x00\x17\x36\x6d\xc5\xfa\x5d\x00\xe0\xf2\xa3\xb5\x52\x37\x97\xc3\xda\x16\xa8\x58\xd9\x00\x17\xbe\x36\x4f\xc9\xfb\x15\xf2\x38\x0e\x77\x3f\xf4\xe8\xd0\xa4\xc3\x80\x00\x95\x15\x82\xb6\xa0\x72\x0b\x2a\x57\x2f\xcf\xe8\xf2\x8c\x2e\x83\x0c\x6b\x5b\x18\xba\x9c\x89\x96\x0a\x6b\xe3\x68\x34\x71\x26\x5a\x2a\xac\x8d\xa3\xd1\xc4\x61\x68\x69\x81\x51\x02\x3f\x97\x73\xbf\xd2\x38\x4a\x58\x98\xc4\x0b\x93\x18\x79\xe5\xb4\x1e\x8d\x77\xe7\x5c\x69\x9a\xf3\x78\xf8\x17\xa0\x8a\xec\x45\x5a\xf8\xfb\x97\x7b\xec\x4a\x63\x21\x6c\x90\x76\x3b\xb6\x96\xc6\x42\xd8\x6e\x35\xa7\x0d\xd2\x22\x93\x91\x36\x48\xbb\x61\x82\x0d\xf4\xde\x6e\x4a\xa7\xed\x84\xd0\xdf\x39\xf2\x42\x7f\x1c\x1b\x50\x45\x56\x23\x6d\x40\x75\x03\xaa\x0d\xfb\x63\x03\xaa\x1b\x26\xd8\x30\x35\x36\x4c\x70\xc3\x04\x91\x6f\x4e\xdb\x21\x36\x6d\x8c\xe6\x06\x50\x6f\x3c\x7d\x1b\x26\xd8\x30\x20\x36\xa0\xba\x01\xd5\x86\x23\x7b\x03\xaa\x1b\x50\x6d\x78\x91\x36\xa0\xca\x71\x72\xe1\x1c\x39\x71\xaa\x9c\x36\x9c\xb1\x41\x13\x36\x9c\x71\x43\x0f\x79\x6d\x2e\x6d\x40\x75\x63\xf5\x36\x4c\x8d\x0d\xa8\xee\xcc\xe5\xb8\xbc\x37\xf8\xb9\x71\xea\x35\xe0\x77\xc3\x04\x37\x4c\xb0\x41\x28\x36\x06\xee\x86\xf4\x35\x08\xc5\x06\x2a\x77\xe1\x9f\x90\xbe\xcd\x11\x02\xc7\xde\xa5\x61\x7f\x70\xfa\x9d\x36\x56\x6f\x3b\xe1\x1f\x09\xc5\x86\x11\xba\xfe\xe3\x77\x45\xa5\x1a\x86\xb0\xd2\x0a\xdc\x41\xbb\xd2\x5d\xec\xe4\x06\x83\xd9\x70\xc7\x8d\x9d\xdc\x58\x25\x1b\x3b\x79\x63\x12\x37\xf0\x7e\x83\xa3\x1b\xee\xd8\x9e\xfe\x39\x29\x64\x9e\xb2\x20\x36\xe0\xba\xb1\x93\x1b\x7c\x74\x37\xba\x8b\x9d\xdc\x03\x73\x0a\x3b\x79\xe3\x5a\xec\x81\xa7\x0a\xcb\xe4\x78\xbf\xe8\x14\x6e\x63\x3c\x6f\x37\x97\x0b\x12\xd9\x69\x77\xee\x0e\xf5\x24\x4c\x2a\xed\xce\xdd\xc1\xe6\xee\x6f\x25\xa4\x8d\x13\xd2\xd3\x51\xff\x95\x8e\x8b\x69\x3b\x3b\x4d\x44\x0e\x94\xae\xa5\xc3\x39\xc8\xc6\xdf\xd8\x31\x78\x36\x80\xbd\xb1\x93\x89\x02\x4c\x1b\x3b\x79\x4f\xfe\x09\x6f\x26\xb8\x20\x6d\xfc\x8d\x1d\xd3\x7d\x73\x90\x41\x8c\x41\xe9\x45\x85\x85\x42\x7a\xc4\xb1\xd4\x06\x86\x37\xae\xc5\x0e\xc7\xd9\x0e\xca\x69\xc3\x47\xd1\x66\x49\x1b\x18\xde\x9b\xbb\xb3\xb1\x6c\x1c\x86\x1b\x70\xed\x4d\xff\xe4\xf2\x43\xdf\x1b\x03\x02\x8e\x12\xb0\x50\x3a\x5e\xa4\x0d\xe5\xdc\x58\xbf\xc8\xbc\xa4\x7d\x78\x70\x40\x66\xd7\x2a\x01\x1d\x37\x98\x47\x2a\xcc\xb4\x21\x92\x1b\xce\xd8\xb1\x97\x36\x67\x16\x1b\xcc\xeb\x5a\x3a\xb8\x01\xf7\xa3\x9b\x58\xe9\xfb\xe9\x72\x86\x0e\x3a\x73\x80\x37\xa2\x26\x4a\xf7\xd7\x0a\xd2\x01\xde\x88\x9a\x28\xdd\xc3\xb9\x12\xe1\x12\xe9\x40\x0f\x3b\x0b\x81\xe0\x89\x74\xf0\xf8\x75\x16\xc2\x01\xb4\x78\x5f\xa2\x74\xe6\xfc\x81\x09\x1e\x98\x60\xf7\x40\x95\x74\x38\xe2\xf6\xdc\xdb\x5f\xa1\xb7\xf3\x40\x0f\x89\xc4\x28\xdd\x03\x2b\x12\x01\x19\xc9\x65\x3a\xbf\x42\x6e\x84\xa1\x7b\x40\xb2\xce\x42\x38\x9c\x59\x10\x9e\x51\x46\xe0\xee\x20\xd9\x01\xc9\x06\x0b\xe1\xe0\xe9\x3b\xd0\xc3\x01\x45\x3a\xd0\xc3\x03\x3d\x1c\xcc\x79\xd7\xf0\xfc\x3e\x08\x59\x66\xbb\x38\x58\xbf\x2e\xd9\xf9\x57\x06\xdb\x05\x91\x1f\x89\x90\x8f\x32\x98\xc9\x44\x7e\xa4\x03\x91\x44\x0b\x3d\x1d\x3c\x7d\x07\x4f\x1f\x79\x45\xd3\xc1\xd3\x77\x30\x89\x47\xd6\x3f\x0f\x85\x97\x42\x47\x32\x4f\x32\xfe\x7d\xf8\x28\x0d\x76\x86\x03\xbb\x3c\xa0\x23\xc1\x8e\xe9\x60\x12\xbb\xc4\xe7\x5f\x19\x38\x49\x5d\xe1\xf3\xfb\x38\x14\xf2\x34\x31\x89\x8f\xf3\xc9\x32\xa0\xf0\x07\xac\x3b\x10\x49\x5e\x72\x4e\x07\xac\x3b\x10\x49\xa4\x72\xd2\xe1\x1c\x84\xc8\x96\x32\x98\xde\x07\x22\xe9\x62\x9d\x5f\x21\xff\x04\x00\x0f\xc6\xf3\x60\xce\x1f\xce\x67\x8f\xe2\xc2\x21\x53\x44\xc4\xa4\x03\xd6\xf1\x12\x75\x3a\xf8\x04\x5d\xc4\xf3\xaf\x0c\x3c\xa7\xae\xe1\xf9\x7d\x30\x20\x93\x51\xc2\xcc\x3e\x98\xd9\x03\x86\x75\x00\xc0\x03\xd6\x8d\xc5\x80\xc0\x43\x0f\x3c\x94\x74\xab\xe9\xc0\x43\xcf\xd0\xe5\xdc\x1d\xca\x49\x94\x4d\x19\x9b\x19\x02\xac\x1d\x60\x8d\x8c\xab\xe9\x00\x6b\x07\x58\x1b\x90\x29\xa2\x6c\x12\x51\x36\x05\xb5\x9f\x44\x94\x4d\x22\xca\xa6\x0c\x8e\x62\x89\xb2\x49\x07\x1e\x3a\x38\x4a\x38\x93\x01\x59\x0c\x1d\x06\x04\x01\x35\xe9\x80\x75\x64\x65\x4d\x07\xdb\x9b\x28\x9b\x32\x31\x0b\x88\xb2\x49\xc4\xd5\x14\x84\xe8\x13\xe1\x35\xe9\x40\x39\xd1\x9f\x4f\x07\xca\x79\xa0\x9c\x13\xde\x44\x94\x4d\x22\xca\xa6\x4c\x2d\x04\x28\xe7\x01\x15\x27\x2e\xda\x03\xe5\x3c\xa0\xe2\x24\xa8\xe4\x1c\x1e\x07\x44\x72\x62\x40\x1c\x88\xe4\x71\x1c\x2c\xd3\x18\xcf\xcb\xd3\xc4\xe6\x9e\x44\xd9\x1c\x6c\xee\x73\x69\x27\x56\xc5\xb9\xb4\x13\x22\x89\xc4\x7d\x3a\x10\xc9\x83\xa3\x70\x62\x0a\x1f\x1c\x85\xe7\x71\x39\xa7\x6f\x07\x7a\x48\xfc\x4f\x99\x5a\x32\x40\xe5\x01\x2a\x91\x3f\x4a\xd7\x8d\xed\x74\x81\xca\x89\xd5\x7b\x3d\xce\x2c\x11\x29\x54\x5c\x19\xe9\x1f\x08\xc5\xe5\x8c\xe5\x42\x13\xa7\xbf\x79\x99\x2e\x34\xf1\x82\xb8\x44\x16\x26\xcf\x5a\xff\x97\x2e\x88\x3b\xf1\xce\x5d\x10\xf7\xe2\xf1\xe3\xf5\x87\x74\xe1\x79\x97\x57\x7f\x26\x87\x0e\xd7\x11\x30\x5d\xe0\x6d\xc2\xb4\x2e\xf0\x76\x81\xb7\x89\xf5\x7b\x71\xee\x5d\x63\x0c\x26\x37\x72\xda\x96\x2e\xce\xbd\xc9\xd1\xf1\x05\xde\x2e\x48\x86\x5c\x53\xf2\x4c\xf5\xdf\x07\x75\xb2\x4a\x2e\xf0\x76\x39\xb3\x40\xa7\x3f\x5d\x90\xec\x82\x64\xc8\xf3\xa7\x0b\xa5\xbb\x8e\x5d\x65\x62\x9c\x5c\xce\x69\x2f\xe7\xb4\xf3\x70\x23\x90\xec\x16\x66\xdf\xd1\x3f\xa9\x13\xf2\x47\x0e\xde\x74\x21\x7f\x17\xf2\x37\x3d\x4e\x38\x5d\x67\x7d\xe9\xe2\xdc\x43\x20\x2a\x5d\x8e\x79\x6f\x65\xe8\x30\x4e\x2e\x76\xf2\xe5\x65\xa6\x89\x71\x72\x2b\x75\x42\xe5\x26\x8b\xec\x62\x12\x5f\x40\x6b\xe1\x52\xbe\x9c\xe8\x5e\x50\x67\xb1\xc8\x5c\x2c\x16\x51\x92\xaf\x10\xde\x74\x21\x53\x17\x80\x59\xf0\xa6\x0b\xc0\x5c\xce\x69\x17\x14\xe9\x82\x25\x17\x2c\x59\xec\x21\x17\x8a\x74\xc1\x12\x92\xf7\xa6\xcb\x9b\xba\x17\x97\xdd\xc2\xb5\x78\x09\xd2\x72\x31\xd8\xaf\x90\x26\x41\x91\x2e\xe6\xeb\xaa\xcc\x25\xb0\xe4\x62\xbe\x2e\x22\x62\x2e\xce\xbd\x8b\x73\x6f\x55\x5d\x7e\x29\xf4\x55\x42\x56\xde\x74\x71\xee\x5d\xc8\xd4\xd2\xa4\x05\x4b\xee\xa6\x4e\xcc\x03\x17\x97\xfd\x3e\xa8\x13\x33\xfb\x02\x1b\x17\xd8\x58\x93\xbb\x03\x1b\x97\xf3\x05\x64\xb1\xd2\x3d\xcc\x10\x18\x16\x49\x06\xd2\x3d\xd4\xc9\xa1\xc3\x5a\x0c\x32\x4e\xbd\xeb\x67\x0f\x65\x11\xef\x70\xa1\x5d\x17\x80\x41\x5b\x2b\x5d\x00\xe6\x62\xa9\x2e\x4d\x45\x00\xe6\xe2\xbf\x5b\x87\x09\x86\xab\xce\x13\xf1\xff\x95\x05\x9d\xb9\x58\x95\x17\xab\x92\x0c\xc0\xe9\x72\xbe\x70\xb1\x2a\x37\x2e\x9b\x87\xab\xee\x39\x7a\x94\x1d\x55\x48\x5c\x14\xc8\x40\x72\x83\xf4\x00\x81\x07\x08\x6c\x1c\x85\x0f\x10\x78\xd8\x8a\xdb\xe5\xed\xd3\x23\x00\xc4\x93\xf2\xff\x15\x5e\x9d\x4c\x2f\x52\xa7\x9f\xb3\x16\x5e\x9d\x4c\xcf\x99\x59\x7a\x58\x95\x1b\xfb\xf3\x61\x55\x3e\xac\xca\x4d\x18\xdf\x8b\xba\x3b\x8d\x87\x7a\x3c\xa7\x6b\xe9\x41\xd0\x36\xd4\xe3\x41\xd0\x1e\xfe\xbb\x0d\xb8\x3e\xce\x67\x1f\x47\xb1\x1b\x3f\xce\x83\x8b\x3d\x3f\x91\x2d\x1b\x37\xf5\xc3\xaa\x7c\xe0\xd2\x6e\xd4\x09\x2e\x3d\xbc\x72\xe8\x81\xa5\xe7\x81\x82\xe9\x81\x4b\x9b\x43\xdb\x07\x2e\x3d\xac\x4a\x64\x85\xd2\x23\x7e\xe4\x39\x3c\x95\x0d\xf5\x78\xf8\xef\x1e\xfe\xbb\x8d\x4b\xf1\x71\x12\xf1\x00\x2b\xd4\xc2\xd2\x03\xac\x1e\x0c\x6b\xe3\xc7\x79\x30\xac\x57\xa8\x93\x43\xb1\x07\x2e\x3d\x5c\x75\x08\x86\xa5\x07\x04\x3d\x20\x68\xc3\xac\x1f\xf6\xe7\x03\x82\xf6\xe6\x71\x00\x41\xaf\x72\x39\xdc\xe1\xe1\x95\x7b\xa0\x0d\xe1\xb0\xe9\x81\x36\x0f\xb4\xd9\x84\x71\x3d\x28\xd2\xc3\x46\xdc\xd8\x9d\x0f\x8a\xf4\xa0\x48\x9b\xd0\x9b\x07\x45\x7a\x50\xa4\x8d\x77\xe6\x41\x91\x5e\xe7\xc1\x31\x93\x1f\xae\xba\x07\x45\xe2\x0d\xc1\xf4\xa0\x48\x0f\xcb\x6f\x3f\x5d\x4e\x37\xf1\xca\x1d\x0e\x82\x1f\xc7\xa6\x6f\xe8\x1d\x4d\x26\x2d\xc7\x13\x0f\x8a\x74\x38\x08\x7e\x68\x0d\x3c\x22\x4d\xc8\xd8\x9c\x1e\x14\xe9\x71\x66\x81\xa6\x5a\x7a\x9c\x59\x3c\x5c\x75\x87\x90\xc0\xc7\x61\xe8\x83\x22\x1d\x08\xc5\x83\x22\x3d\x00\xf0\x24\xfd\x93\x3a\xc1\xba\xa3\x85\x00\xd6\x3d\xbc\x72\x07\x0e\xfe\xf0\xca\xbd\xcd\xdd\x71\xc4\x3c\x60\xed\x71\x42\x7a\xc0\xcf\xc7\x09\xe9\xc3\x46\x3c\xf8\xd6\x1f\x36\xe2\x73\x52\x54\x0e\x76\xe7\xc3\x46\x7c\x10\x9f\x83\xef\xf2\x11\x2a\xf2\x00\xab\x03\xa8\x3e\xc0\xea\xc1\x86\x3e\xf6\xfc\x4f\x84\xe2\x41\x95\x5c\x44\xf9\xbb\x82\x9e\x5d\xa6\xcf\xa5\x67\x5d\x85\xf4\x0c\xae\x83\xde\x9c\x6b\x54\xb8\xac\x84\x4f\x8a\xe3\x47\x73\x16\x82\xf4\x2b\xe8\xae\x9f\xf0\x58\x70\x92\x63\x21\x30\xd8\x1e\x76\x66\x21\x10\x52\x0a\xc0\x9c\x49\x9d\x84\xa9\x06\x48\x0a\x39\x42\x2c\x38\x49\xb1\x80\xb5\x76\xdc\x33\x69\xc1\x29\x8b\x05\xfc\xf6\x84\xd6\x5b\x48\xe8\x57\xe0\x62\x3a\xce\x9b\x2d\x18\x51\xae\x20\x04\x99\xb0\x2d\x18\x51\xae\xf8\x9d\x8e\xc7\xdf\x5a\x30\x9a\x84\x61\x76\x7c\x9f\x37\x17\x38\xfe\x3e\xe8\xfb\x53\x9d\xdc\x08\x6b\xed\x3c\x1a\x9f\x69\x27\x1c\xe7\x3c\x6e\x94\xb9\x11\x1e\xfe\xeb\xa7\xc4\x16\x32\x37\xc2\x5a\xbb\x81\x6e\x66\x6e\x84\xdb\xff\x3a\xb4\x5b\xc8\x28\x48\x00\x1b\x37\xd2\xcd\x82\xd6\x04\x1c\x87\xd7\x5e\x2c\x14\xea\x84\xe3\xdc\xc4\xdd\x9d\xe3\x58\x80\xe3\xa0\xc1\x67\x08\x8f\x18\x8a\x23\x85\x17\x64\xcc\x35\x91\xbf\x8f\x44\x21\x37\xaa\x3c\x38\x38\x0e\x2f\xc8\x58\xa8\xdc\x88\x77\xb3\x51\xee\xb3\x9f\xf0\x08\xd6\x1a\xb1\xbc\x16\x1a\x97\x63\xad\xdd\xc2\x78\x36\x06\x04\xc3\xec\x56\x9a\x24\xe1\x11\xfc\x4d\xb7\x52\x67\xe7\xc1\xb9\x87\xa9\x20\x0c\x67\xa1\xf3\xdc\x39\x0b\xb8\x9a\x8a\x9d\x69\xd3\xa9\xb3\x73\xa3\x41\x93\xc0\x92\xab\x59\x37\x18\x3a\x28\xd2\xd5\xac\x1b\x8a\x6e\x66\x94\x26\x7d\x9f\x4c\x6f\x28\xd2\x75\x46\x60\x88\x99\x58\xc0\x99\x7f\x17\x83\x3c\x69\x3c\x31\x14\xbc\xc5\x6b\x61\xf1\x4f\xcc\xad\x7b\xe8\xa6\x44\x42\x30\xb7\xae\x9f\xec\x18\xea\x27\x16\x70\x2d\xdd\x43\xe3\x17\x0f\x0e\x2c\x21\xcb\xb8\x2b\xed\x78\x21\x8d\xbf\x8c\xd2\xe6\x72\xd8\xd0\xd5\x54\xdc\xcc\x25\x4e\x33\x79\xa7\xd0\xc2\xe6\xb9\x43\x91\x90\x2f\xb1\x70\xa8\x13\x8a\x84\xf2\xa0\x85\x43\x9d\x00\xcc\x8b\x3c\xcd\x43\x9d\x38\xa1\x88\xbb\xb5\x70\xa8\x13\x36\xc4\x4b\xc0\x16\x2e\x7d\x87\x0d\xbd\xc4\xdd\x2f\x75\x72\xc4\xf9\x8c\xb9\x74\x19\x3a\x77\xca\x17\xde\x89\x30\xd7\x89\xfe\x3e\xb8\x3c\x53\xe7\x53\x58\xfa\xa0\x90\x26\x3d\x5d\xee\x98\xf7\x9c\x26\x58\x74\x40\xb2\x08\x04\x91\x78\xc6\xd0\x73\xb1\xc8\x69\xe6\x73\x72\x6a\xd1\x01\xc9\x90\x75\x29\xaf\xea\x9f\x9b\x42\xba\xe9\x5e\x6e\x8b\x91\x3a\x71\x57\x3d\x77\x68\x5b\x24\xd0\x3e\x82\x60\xbc\x86\x6b\x31\x52\x27\x14\xe9\xb9\x45\x65\x31\x52\x27\x3e\xac\x37\x68\x67\x42\x8d\x04\x1f\xfb\xf3\x77\x8b\x2c\x26\xea\x04\xeb\x9e\x5b\x54\xe6\xf2\xd6\xdf\x07\x97\xbb\xab\xce\xa2\x71\xb9\xf1\x34\x99\x9f\xd1\x83\xcf\x2c\x82\x75\x64\x49\xb7\x08\xd6\x45\xb0\xee\x6d\xfa\x6e\xb4\x13\x8a\xf4\xb6\x2e\xa7\x9d\x46\xdf\x0f\x8d\x77\x7b\xce\x62\xe6\x46\x87\x7f\x66\x6e\x04\x6f\x7a\x87\x1b\x39\xf2\x59\x84\x37\xbd\x4b\x8f\x32\x3d\x82\x37\x3d\x77\xea\x59\xcc\xf4\x08\x54\x7c\x2e\x20\x62\xd1\xe1\xd0\x22\x64\x8a\x2c\x38\x16\x1d\x0e\x2d\x66\x1e\xf1\xa3\xce\x42\xdf\x61\x58\xcf\xcd\x2c\x8b\x85\x26\x61\x0e\x3e\x17\x8b\xb2\xe8\xc0\x69\xd1\x1d\x5b\x95\xa8\x5f\x8b\x85\xbb\x3b\xfb\xaa\x21\x30\xc8\xe0\x67\x74\xfc\xac\x48\x20\x59\x04\x3f\xa3\xe3\x67\x0d\x91\xcb\x2b\x77\x77\xc4\xac\x01\x4c\x46\x14\xc8\x50\x03\xaa\xc4\x07\x9b\x0b\x82\x7f\x1f\xdc\xdd\x03\xd0\x2d\x56\xee\xee\xac\xad\x06\xe3\x46\x95\x1b\x35\xea\x64\x75\x44\x40\x35\x3a\xa8\x56\xb2\xf5\x58\x6c\xd4\xd9\x68\x67\x66\x7e\x36\x5d\x4e\x3b\x33\x4d\xea\xb4\xb3\x53\x67\xe1\x69\x76\xea\xec\xb4\xb3\x70\x23\x90\xd6\x25\xad\xbe\x42\x06\xa4\x33\x6d\x1c\x69\xeb\xb7\x85\xfc\x03\xa1\xb0\x08\x0c\xc7\x4e\xcf\x2a\x8f\xda\x59\x9f\x45\xa7\x7b\x35\x78\xc4\xbb\xc5\x41\xd3\x06\x4d\xd3\x22\x1b\x4c\x9f\x41\x2b\x3a\x03\x33\x68\xc5\xa0\x15\x9d\x3a\x07\x37\x1a\xdc\xa8\x33\x25\x07\x63\xe0\xb8\x5d\x09\x33\xb6\xe8\xf0\x6d\xd1\xc9\x5f\x25\x2b\xbd\xb9\x7c\xfa\xf7\xc1\xf3\x67\x67\x70\xd5\xf4\xef\x83\x71\x9d\x34\x69\xaa\x4e\xc6\x75\x32\xa7\x16\x75\x2e\x86\x70\xa9\x90\x21\x5c\x34\x09\xe6\x12\x41\xf1\xb8\xe8\xbb\x56\xde\xa6\xef\x9b\xcb\x37\x93\x62\x73\xf9\x66\xa6\x1c\xa6\xcf\xa6\x9d\x9b\x76\x1e\x9e\xd5\xa6\xce\x43\x37\xb5\xc8\x40\xf1\x78\xa8\xf3\x71\xa3\x43\x9d\xce\x1d\x2b\x21\xc1\x16\x0f\xeb\xde\xc1\xbc\xc6\xa0\xcb\x79\x46\x4e\x08\x6b\x0c\x8c\xe7\x05\xf3\x1c\xc5\x6b\xd4\x82\xb8\xac\x66\x77\x93\x55\x82\x87\x2d\x02\xed\x11\x51\x9a\x18\xe9\xfb\x05\x4b\x9c\x4f\xd6\xc8\xce\x10\x2f\x58\xe2\x08\x5f\x23\xcc\x25\x3e\xa6\xe4\xa3\x4e\xad\x92\x47\x9d\x8f\x3a\x8d\xe7\xfe\xa8\xd3\xf1\xbe\x12\x3c\x6c\xc8\x6a\x59\x0a\xd4\xe9\x27\xa5\x96\xe0\xa1\x29\x50\xa7\xbf\xdd\x63\x52\xde\x42\x72\xab\x92\x3a\xdf\x5c\x3d\xfe\xcf\x52\xa4\xef\x6e\x94\x5a\x02\xef\x5d\x4a\xfe\x2b\xac\x14\x66\x0a\x19\x10\x56\x49\x72\x3b\xd9\x92\x6f\x02\x15\x49\x31\x4b\x6c\x02\xae\x35\xff\x15\x16\x0a\xb9\x7b\xe4\xee\x95\x76\xba\x49\xec\xfa\x64\x5f\x21\xab\x23\x25\x1a\x9f\xe8\x7b\xa3\x9b\x89\xcb\x8d\x26\xb9\xf9\x6a\xc9\x99\xae\x25\x77\xd5\xd5\x08\xf1\x49\xe0\x7d\x32\x2e\x1f\xdc\xdd\x74\x39\x77\x87\xad\x27\x68\x6c\x72\x14\xaf\x11\xb6\x8e\x50\x98\x21\x14\x56\xe3\xe4\x72\x00\x1b\x15\xb0\x1a\xd9\x82\x10\x03\xb3\x84\xa6\x4d\x5c\x34\x29\x53\x67\xa1\xce\x45\xe3\x0b\x75\x3a\x71\xad\x11\xde\x94\x0a\xed\x2c\xd4\xb9\xb9\xbc\x50\x27\x88\x1b\xdd\x93\x62\x09\xc4\x4d\x95\x41\x86\xd7\xa7\xca\x20\x57\xba\x79\x19\xf9\x4a\x37\x2b\x4d\x82\x37\xa5\xca\x20\xa3\x15\x12\xdd\x1f\x6e\xa9\xd1\x23\xb4\x42\xd0\xda\xb2\x04\x8e\x26\x20\x93\xf7\x92\x2d\x81\x8e\xa9\x23\x0f\x01\xf1\x49\x60\x5d\x02\xeb\x12\x33\x19\xa9\x2e\x43\xaa\xab\x26\x26\x6d\x1a\x3c\xa3\xc1\xe5\x9a\xb4\x83\xc6\x3b\x90\xd5\x04\x8a\x27\x10\x2c\x39\x0f\xad\x49\xf3\x73\xd0\xf8\x49\x93\x0a\x75\x4e\x66\x88\xa3\x5b\x4d\xd0\xed\x04\x39\x4d\x0e\x64\x35\x41\xb7\xd3\xa4\x9d\x93\x76\x42\xb7\x13\x8c\x35\xb9\x69\x5b\x93\x66\xdd\x62\x90\x17\x37\x02\x93\xd3\xe2\x46\x8b\x1b\xf9\xab\x49\x96\xe0\xb6\xc9\x21\xaf\x26\x3f\xd9\xb1\xb4\x78\x9a\xce\x6d\x6b\xea\xaa\x73\x52\x78\x28\xa4\xf1\x8b\xbb\x6f\xea\xec\x4c\x45\x3f\x43\x30\xcf\x0d\xf0\x57\xd3\xa0\xf1\x70\xdb\xb4\x19\xa5\xc9\x32\x84\xdb\xa6\x4d\x9d\x60\x72\xda\xd4\x79\x68\xfc\x64\xda\x1c\x1a\x0f\x2a\xa6\xc5\xd2\x06\x15\x13\x7a\x2e\x69\x51\x27\x84\x37\xa1\xe7\x92\x36\x73\x09\x00\x44\x27\xae\xa6\x43\x9d\x97\xa7\x79\xa9\x53\xb3\x0e\x54\x4c\x97\x3a\x2f\x03\x72\x19\xf9\xcb\xd3\x84\x98\xa7\xc7\x20\xa3\x8b\x64\x81\x59\xf7\x18\x4f\xf4\x47\x0c\xf8\x4d\x8f\xf9\x09\x2a\x5a\x60\x32\x80\x8a\xc9\x0d\xf1\x6a\xd8\x88\x09\x16\x8c\x90\x5d\x35\x48\x8a\x01\x80\x16\xb8\x91\x1f\xa3\x98\xf9\x11\x82\x59\xe0\x46\x20\xad\x79\x58\xb2\x19\x50\x69\xf0\x11\xc3\x3a\xb7\x40\x9d\xfe\xee\x86\x19\xef\xa0\x9a\x83\x63\x35\xd7\xda\x32\x8b\xdc\xc8\xc1\xb1\x92\x87\xcb\x4c\xef\xa0\x46\x6e\x94\x69\x12\xa8\x88\x3c\x5d\xb5\x12\xff\x91\x50\x98\x63\xa5\x79\x3e\x85\xef\x0a\x3a\x01\x45\x46\xa6\xae\x1a\x33\x1a\x7d\x3a\xb3\x44\xdd\x95\x56\x24\x5d\x4e\x27\x1a\x9d\x80\x37\x9b\xd1\x09\xc0\xd5\xe0\xcd\x48\xd8\x55\x6b\x0c\x0c\x38\x6a\xc6\x8d\x98\xbc\x08\xda\x19\x12\x76\xd5\xe0\xf7\x28\xd9\x99\x39\xd5\xad\xe6\x02\xfc\x86\x4c\x9d\x21\x53\x57\xd1\x6b\x34\x64\xea\x0c\x99\xba\x6a\x8b\x3a\x41\x47\x03\x1d\x6d\xf3\x4f\x48\xaa\x41\x52\x0d\xee\x60\x90\x54\x2b\x74\x13\xd6\x6e\x85\x3a\x51\xd4\x31\x58\xbb\x61\xcf\x5b\xe5\xf9\x63\x6a\x1a\xf6\xbc\x55\x6e\x74\x78\x80\xe0\xa8\x01\x99\x06\x64\x5a\x55\x9d\xb4\xf3\xf2\xcf\x46\x37\x9d\x96\x56\x83\xa0\x5b\xe3\x71\x80\xa3\x06\xed\xb6\xc6\xe3\xf0\x80\x93\x9a\x99\xe6\x06\xb8\x1a\xe0\x9a\x03\x4f\xb3\xeb\x15\x66\x14\x13\x23\x7d\x07\x71\x0d\x3e\x9a\x23\xa3\x04\x1f\x35\x77\x00\x54\x02\xa7\xcd\x3a\x83\x0c\xbb\xcc\xd0\x6e\x83\x5d\x1a\x30\x9c\x13\x7d\x87\x5d\xda\xe0\x72\x7f\x09\xd8\x0c\x22\x69\x0e\xbc\x35\x9b\xfe\x49\xdf\x07\x75\x6a\x9a\x83\xb8\x06\xe2\xe6\xcc\x8d\x26\xed\x04\x71\xc9\xab\x66\x48\x09\x9a\xc1\x19\x33\x80\xed\xe9\x35\xfe\xcc\x00\xd7\x0c\x60\x1b\x44\xd2\x80\x4c\x84\x4b\xcd\x16\x4d\x02\x32\x73\xe5\x11\x2f\x2e\xdf\x5c\xde\xf8\xe7\xa6\x49\xe0\x28\x62\xa8\x66\x10\x49\xdb\x34\x49\x33\x19\xce\x68\x00\x61\xee\xdc\xfd\xf0\xe0\x00\x42\x22\xb4\xcd\x0e\xb3\x0e\x20\x44\xf9\xc7\x0c\xcb\xdf\x10\xb6\xca\x93\xbb\x63\xf9\xdb\xa5\x49\x60\xb3\x81\x79\x76\x79\xee\x9b\x67\x84\x3d\x6f\x8f\xc7\xc1\xee\x6d\x60\x1e\x12\x8b\x35\x6b\x2a\x3e\x2e\x07\xc9\x50\xe9\xb1\x0c\xbf\xcb\xf0\xbb\x8c\xd7\x23\x3b\xae\x59\x96\xd0\x26\x5e\xb9\x0c\xbc\xe5\x40\x9d\x20\x6e\xc6\xc8\xcf\x7e\x50\x5a\x0b\x5b\x7a\x76\x0a\x68\xd9\xb9\x5f\x2d\x41\x37\xf2\x1e\x65\x37\xf2\x2b\x31\xdc\x96\x21\x7d\x19\xd2\x57\x60\xc1\x19\x37\x25\x42\x0b\x15\x95\x50\x43\x6f\xc1\xb2\x93\xb7\x5a\x40\x5c\xcf\x3a\xf2\x7d\xf8\x20\x17\xc0\x35\xf3\x36\x7d\x86\xdf\x15\x18\x6b\x86\xdf\x65\x87\xa7\x5a\x60\xac\xd9\x51\xca\x50\x92\xac\x05\x07\x1c\x82\x92\x96\x21\x7d\x25\xd3\x4e\xbc\x9c\xc8\x4b\xd6\x82\x57\x2e\x3b\x74\x59\x76\x23\xbf\x16\xb8\x6d\x86\xf4\xe5\xcc\x8d\x3c\x94\xc9\x72\xe6\x46\x99\x1b\x01\xaa\x19\x87\x66\x06\xd6\x0a\x4e\x93\x8c\x43\x33\xbb\xe9\x5e\x0b\xae\xba\x8c\x95\x9e\x0b\xa3\xe4\xe1\xda\x96\x71\x53\x66\x07\xb2\x5a\x3a\x75\x16\x1e\x07\x66\x76\xc1\x7f\x97\x0b\x7d\x87\xf4\x91\xfb\xce\x32\x60\x95\x2b\x75\x0e\x15\x72\x77\x98\x20\x89\xef\x2c\x63\x3c\x67\x70\xa9\x80\xb4\x19\xe7\x63\x6e\x5c\x8e\x7f\x24\x03\x56\xb9\x71\x39\xfe\x91\x8c\x3e\x72\x76\x78\xaa\x05\xa4\xcd\x8d\xa7\xd9\x19\xa5\xc3\xe3\xe8\x8c\x52\x67\x86\x80\xb4\xb9\x73\xa3\x4e\x8f\x0e\x3d\xea\x34\xa9\xd3\xa3\xab\x7f\x52\xe7\xa0\x4e\x68\x42\x86\x33\xe6\xc1\xd3\xc4\xc1\x91\x07\x4f\x13\x53\xb8\x68\x26\x63\x0a\x67\x38\x63\xc1\xa9\x87\xae\x87\xa1\xeb\x51\x6b\x60\x90\xe1\x8c\x19\xce\x58\x35\xbd\xa1\x87\xd9\x43\x45\x6a\xd5\x4c\x9e\xd4\x89\x29\x5c\xb1\xe7\x32\xa6\x70\x86\x33\x92\xe0\xc2\x32\x9c\x31\x83\x60\x15\x7b\x2e\x83\x60\x79\x51\x67\xe2\xb9\x2f\x1e\xb1\x73\xbf\x5a\x8d\x1e\x01\x6b\x19\x53\xb8\x82\xb4\x9e\xc1\xe6\xfb\x48\x14\x32\x15\xf1\x72\x66\xac\xde\x0a\x35\xce\x30\xc1\x0c\x13\xac\x9a\xde\x30\x41\xe4\x4b\x6a\x2d\xff\x78\xe4\x61\x19\x9a\xe8\xa9\x72\xbe\x2b\x18\xd7\x03\xc0\xc0\x1d\x2b\x76\x5d\x3e\x8c\x96\xb3\xc5\x5a\x2b\x9d\x00\x1d\x33\xc6\x73\xad\x74\xf7\xf0\x04\x0e\x75\x42\xa6\x33\xdc\x31\xc3\x1d\x2b\x2c\x23\xc3\x1d\x33\x16\x35\x02\xa6\x96\xe1\x8e\xd9\xc3\x50\x6a\x6d\x8c\x01\x16\xb5\x64\x5e\x2b\xd4\x23\x63\x51\x67\x2c\xea\x8a\xd7\x23\xe3\x41\xcd\x58\xd4\x55\x4b\x07\x8b\x1a\x09\x97\x5a\x07\x8d\x7f\xdc\xe8\xf1\x58\x06\x4d\x02\x71\xf3\x63\xfa\x60\x01\x16\x10\xd7\x93\x02\xfd\x55\x02\xd1\xad\x80\xb8\x68\xcd\x56\x02\xd1\xad\x80\xb8\x28\xcf\xd6\xea\x07\xec\x56\xd0\x2f\x29\x20\x6e\xc5\x56\x2c\xd8\xde\x05\x42\x49\x52\x43\x2b\x10\x4a\xa4\x6a\x2b\xb9\x0c\x0d\xc5\x5a\x2b\x58\xd4\x64\x34\xb4\x02\xe2\x96\xc4\x8d\x20\x3e\x05\xa9\x12\xf4\x6b\x6b\x85\xe3\x14\xc0\x15\xfd\xda\x5a\xf1\x4c\x22\x63\x6b\x05\x70\x25\xf1\xa1\x15\xc0\xb5\x00\xae\x95\xdd\xa6\x00\xae\x05\x70\xad\xac\xd1\x02\xb8\x22\x7f\x5b\x2b\x5b\x50\xc1\x83\x5a\x00\xd7\xca\x16\xe4\xc9\x90\xbe\x0f\x66\xc8\xd3\xe5\x97\x42\xef\x7b\x63\x0b\x2a\x70\xc6\x82\xed\xdd\x58\xb8\x25\x73\x23\x10\x97\xe8\x74\x2b\x20\x2e\x3a\xbb\xb5\x45\x5d\xce\x8d\x60\x97\x0d\x36\x84\xe8\x8e\x15\x60\x98\x40\x74\x2b\x20\x6e\xc1\xcc\x6e\x2c\xc7\x82\x99\x5d\x40\xdc\x86\xbf\xb1\x70\x30\x54\x20\x92\x0d\xe2\x53\x20\x92\xc5\xfd\x9b\xb5\x71\x30\x54\xc0\x66\x04\x7d\x6b\x63\x8d\x16\xb0\x19\xad\x9f\xda\xd8\x97\x4a\xe5\x46\x78\x3b\x5b\xd1\x3f\x7d\xc9\x14\xbc\x9d\xad\x30\xf2\x8d\x91\x07\xb0\x09\x44\xb7\x02\x60\x17\x4c\xf7\x56\x69\x27\xa6\x7b\x81\x72\xb6\x4a\x3b\x61\x97\x05\xc0\x26\x10\xdd\x0a\xec\xb2\xc0\x2e\x5b\xa7\x4e\xd8\x65\x81\x5d\x36\x16\x57\xe1\x5c\xa9\x60\xcf\x93\x84\xd2\x50\x1c\xb6\x02\x60\xa3\x0d\x65\x05\x22\x59\xc0\x66\x04\x17\xad\x0c\x26\x18\x44\xb2\x2d\xfd\x93\xf1\x04\x71\x89\x39\xb7\x82\xf3\x11\x89\xe2\xda\x36\x77\xc7\xcc\x46\xfc\xa8\xb6\xa3\x42\xfd\x93\x6e\xb2\x87\x14\x2c\xea\x82\x9f\xb1\x5d\x06\x04\x3f\x63\x59\x3c\x4d\x4d\x5a\x38\x63\x41\xcd\xb4\x69\xd2\xc2\x19\x0b\xe0\xda\x34\x69\x37\xcf\xc8\xc1\xb1\x76\xcd\x4f\x5c\x8a\x05\xce\xd8\x23\x0f\x0e\xe3\xb9\x1c\x04\x56\x35\xeb\x30\x9e\x0b\xa8\xd8\x61\x43\x05\x54\x2c\x0e\x79\x95\xc0\x6e\x2b\x1c\x0c\x15\x47\xb7\x4a\x0c\xb7\x15\x38\x63\x01\xd6\x3a\x67\x94\x05\x58\x2b\xee\x2f\xac\xdd\xe8\x11\x08\x56\xa0\x87\xc8\x67\x5a\xe5\xb8\xa7\xba\x15\x5b\x3b\x6e\xb5\x8a\xf9\x5a\xf1\xdf\x75\x26\x43\x75\x0e\x67\x15\xfb\xb3\xfb\x0b\x08\x56\x31\x31\x3d\xfd\xd4\x5f\xed\x1e\x4c\x64\x95\xa3\x99\x0a\x95\x23\xb4\xda\x50\x7e\xb6\x0a\x04\x91\x2f\xd3\x2a\x47\x33\x15\x81\x55\xe2\xad\xad\x02\x41\x88\x43\x57\x52\x69\x1a\x1a\xd1\x86\x2a\x74\xed\xe0\x67\xc5\xee\xf4\x24\x4e\x7f\xb5\x33\x6d\x2a\x68\x53\x31\x31\x3b\x1e\x8a\x0a\x5c\x54\xbc\x72\x1d\x67\x59\xc5\x2b\xe7\xf9\x8c\xbe\xc2\x4b\xe1\xa6\x90\xf1\x3c\xfa\xa7\x4f\x06\x4f\x48\xf4\x15\xfa\xc8\x7b\x3e\xa2\xef\x83\x47\x0c\x2a\x56\x4e\x4c\x2a\x27\x26\x1d\x73\xb0\x62\x8c\x4a\xa8\xba\x73\x5e\x53\x81\x8b\xca\x39\x48\x87\xb9\x54\xce\x41\x2a\xe7\x20\x9d\xa3\x99\xea\x06\xa7\xd5\xca\x28\x79\x7c\x93\x55\xce\x91\x2b\xc8\x30\x82\x2e\x67\x94\x40\x86\x81\x8d\x58\xa1\x72\xd5\x29\x59\x1d\x91\x1e\x71\xba\x51\xfd\x3c\xa3\x0e\xf8\x48\x65\xbd\xa3\x9d\x5d\x87\xbf\x39\x60\x15\x57\x5d\x65\x69\x0f\x2c\x3f\x34\xb3\xad\x62\x38\x0e\xe3\x72\x0c\xc7\x2a\xa9\x60\xfb\x47\xe9\x6d\x43\x5e\xdb\x2a\x60\x30\x98\xa7\x75\x30\x5a\x98\x9a\x03\x2a\x8f\xca\xb6\x55\x8e\x27\x46\xa6\x13\x93\xc9\xeb\x98\x50\x07\x06\x24\x1a\x66\x56\xb1\x2a\x07\x06\x64\xc5\x8f\x57\xe1\x64\x03\xe6\x52\x39\x9e\xa8\x98\x9a\x84\x6d\x5b\xc5\x8f\x87\x56\x77\x1d\x95\x9e\x01\x30\x28\xa1\x55\xd2\x9b\x5a\xe5\xcc\xa2\xc2\xde\x06\x74\xa6\x82\x3a\x15\xd4\x21\x96\xdb\x2a\xa8\x83\x66\x5a\x1d\x8d\x67\x85\x1f\x0f\x05\xb5\x4a\x80\xb7\x55\x4e\x37\x2a\x94\x8e\x5c\x56\x56\x71\xee\x55\x9c\x7b\xa3\xeb\x9f\x74\x13\xd4\x21\xc0\xdb\x2a\x67\xd4\x95\xd3\x8d\x31\x78\xfe\x87\x51\x3a\xd4\xa9\x95\x07\x3e\x55\x50\x67\x60\x1e\x54\x8c\xd2\xca\x41\xc6\x80\x7a\x54\xb8\x58\x85\x8b\x91\x62\xd5\x2a\x5c\xac\xe2\xc7\x1b\xf0\x91\x7a\x19\x10\xfc\x78\x03\xdf\x75\xbd\x0c\x08\xa0\x45\x80\xb7\x55\xb8\x98\xf4\xcd\xc7\xa6\xce\xc7\xe5\xf8\xf1\xc6\x61\xe4\xf1\xe3\xa1\x02\x57\x89\xe5\x36\xc4\xe0\xac\x82\x64\x24\x72\xb5\x06\x92\xa1\x02\x57\x07\xcb\x51\x62\x70\x0d\x32\x35\x58\x79\x0d\x32\xd5\x20\x53\xc3\xe3\xb1\x4c\x0a\x71\x0d\xde\x34\xfc\x9d\x08\x93\xee\x5b\x03\xf3\x26\x8e\x98\x06\xe6\x35\x0e\x1d\x26\x8b\xac\x25\xee\x0e\x99\x9a\x1c\x8a\x22\xff\x66\x08\xbe\x55\x02\xbc\xad\x41\xa6\x1a\x6e\xb5\x89\x79\xd0\x40\x32\x84\xde\xea\x4c\xfc\x13\x0f\x5a\x83\x22\x4d\xf0\xbe\xe1\x41\x6b\xc0\xdb\x84\x8f\x34\x0e\x99\x1b\x46\xe9\x84\x8f\x34\x8c\xd2\x86\x51\x3a\xe1\x23\x0d\xa3\x14\x9d\xb8\x4a\x3a\x5a\x6b\x00\x61\x83\x22\x4d\x7f\xfd\xc1\xd0\x90\xb3\x06\x3a\x4e\x42\x06\x90\x92\x33\x54\xe7\xeb\xcc\x8c\x3c\xbc\xa9\xe1\x80\x9b\x85\x91\x07\xf3\x1a\xbc\x69\x16\xfd\x93\xcb\x01\x42\x02\xbc\xad\xe1\x80\x6b\x10\x9f\x09\x49\x69\xb8\xd5\x1a\x1e\x34\x72\xdd\x5a\xc3\x83\xd6\x80\xb7\xc9\x92\x69\x1c\xf3\x7a\x4e\xa4\xaf\xf0\x50\x58\x28\xa4\x9b\xb8\xd3\x51\xc0\x37\xb4\xe7\xea\x84\xb9\x20\x41\x67\x0d\x74\x9c\x2c\xae\x86\xa5\x8a\x12\x5d\x45\xd7\xde\x1a\xe8\x88\x20\x5d\x9d\x1c\x0c\x21\xa0\x6f\xad\xd3\x78\xcc\x82\x06\x1b\x6a\xd8\xb4\x93\xc5\x85\x82\x9d\xa1\x52\x57\x27\x66\x01\x62\x75\xd6\x30\x5f\x27\x8e\xf7\x86\xf9\x8a\x74\x5d\x9d\xfe\xf6\x84\xa1\x60\x67\x68\xd6\xd5\xb9\x74\x39\x8d\x87\x37\x11\x17\x6e\x08\xd9\x59\x9b\xd4\xc9\x8a\x43\xc1\xce\xd0\x9e\xab\x73\x73\x39\x27\x11\x0d\xb0\x9a\x47\x85\xcc\x79\x9c\x65\xa4\xf7\xb5\xb6\xf9\x27\xc4\x67\xc2\x86\xd0\x97\x33\xa4\xfd\xeb\xd4\x92\xc1\x46\x44\x66\xae\x4e\x1c\x9a\xa8\xcd\x19\x52\x72\x95\x18\x6e\x43\xe1\xdf\x90\xf6\xaf\x8b\x80\x9a\x06\xf1\x41\xda\xbf\x2e\xad\x23\x20\x08\xd1\xb9\xba\xb0\xbd\x11\x9d\x33\x64\xe6\xea\x62\x5b\x43\xfd\xdf\x90\xf6\xaf\x0b\x67\x3e\xa2\x73\x86\xe8\x5c\x5d\x6c\x6b\x08\xfd\x1b\xe2\x71\x95\xe4\xc2\xd6\x38\x20\x68\xa0\xcd\xc2\x6f\xdf\x01\x96\x8e\xe9\xb6\x58\x32\x1d\xd3\xad\x83\x36\x0b\x0a\x8f\xb0\x9c\xa1\xe2\x5f\x17\x14\x1e\x7d\x39\x43\x5f\xae\x12\x02\x6e\x68\xfa\x5b\xc7\xed\xbf\x58\x32\x48\xc9\x19\x52\x72\x75\x11\x8f\xd3\x81\xa0\x0e\x04\x2d\x7f\xfd\xc1\x3a\x10\x84\xa2\x5c\x5d\x50\x78\x84\xe5\xac\xe3\x2c\x5b\xf8\xeb\x91\x92\x33\xc4\xe3\xea\x62\x75\xa0\x21\x67\x1d\xde\xb4\xd8\x3b\x90\x92\x33\xa4\xe4\xea\x82\xb5\xa1\x21\x67\xdd\x68\x12\xe7\x4a\x9d\x40\x3f\x14\xe5\xea\x82\xc2\x77\x70\xa9\x73\x42\xba\x70\x2d\xa1\x36\x67\xe8\xcb\xd5\xc5\x61\x28\xa9\x0b\x0c\x99\xb9\x4a\x58\xb9\x75\x4c\xb7\x8e\xe9\xb6\x98\xf3\x48\xd0\x19\xda\x73\x75\x7d\x1b\xca\x3f\x10\x0a\xf4\xe9\xac\x67\xba\xbb\x54\xb7\x5a\xc1\xf3\x87\xfc\x91\x0f\xc1\x50\xab\xab\x0b\xb7\x15\x32\x75\xd6\x61\x6f\x0b\xb7\x15\x32\x75\xd6\x31\xf6\x48\xf8\x6c\x1d\xf6\xd6\x39\x0b\x58\xc4\x11\xa0\x5d\x67\x1d\xa2\xb6\x88\x80\x44\xc9\xce\x3a\x44\x6d\x3d\xea\xe4\x80\xa0\x37\xa6\x39\x3c\x0f\xed\x3a\xeb\x04\xac\x2c\xac\x5f\x94\xec\x4c\x49\x19\x76\xe0\x72\x7c\x6e\x9d\x03\x82\x4d\x58\x64\x87\xd2\x21\x68\x57\x37\x07\xad\x28\xd9\x19\x12\x76\x95\x24\xd2\xd6\x3b\x97\x3b\x22\xd5\x6d\xba\x9c\x26\x41\xe9\x36\x96\x2a\x2a\x77\x86\xca\x5d\x25\x64\xdd\x90\xb7\x33\x04\xed\xea\x86\x76\x21\x68\x67\x48\xd8\xd5\xad\x19\x8d\x7b\x0d\x09\xbb\xba\xa1\x5d\x9d\xd0\xc0\x8e\x7b\x6d\x63\xa9\x76\x0e\x08\x3a\xa0\xb5\x39\xf3\xef\x80\x56\xff\x65\x51\xe1\x46\xb0\xb6\x0e\x6b\x23\xe5\xa6\x21\x84\x67\x1d\xd6\xb6\xd9\x19\xd0\xc3\x33\xf4\xf0\xea\xc6\x37\xd4\x09\x22\x44\x0f\xaf\xee\xae\x7f\x32\x4a\x00\xe1\xc6\x0d\x84\x3a\x9e\x21\x8b\x57\x37\xe6\x2b\xea\x78\x86\x1e\x5e\xdd\x6c\x02\x08\xe1\x59\xe7\x28\x61\x6b\x95\x10\x7e\x82\xf4\x5d\x25\xbb\xb5\x75\x20\x13\xe9\xbb\xba\x41\xf1\x0e\x6b\xeb\x10\xb4\xcd\xf1\x29\x9a\x77\xd6\xf1\xa0\x6d\xc2\x76\x49\xa3\x61\x48\xdf\xd5\xcd\xf1\x3e\xd2\x77\xa6\x6c\x1a\x1b\xde\x84\x10\x9e\x29\x9b\xc6\xc6\xad\xda\xe1\x77\xe8\xe1\xd5\xad\x99\x0c\x8e\xa2\x87\x57\x37\x26\x31\x7a\x78\x46\x8a\x8d\xba\x35\x93\x31\x35\x3b\xe0\xba\x89\xd0\xed\x97\xc7\xc1\x39\x2d\x79\x81\x8c\x84\x1b\xd6\x1d\x63\xeb\x01\xda\xd1\xd1\x33\xd2\x6f\x54\xa2\xd3\x0d\x1d\x3d\xeb\x90\x3e\xa2\xd3\xad\x43\xfa\x90\xd3\xab\x07\x68\x47\x4e\xcf\x3a\xbe\x36\xa2\xd3\x0d\x39\x3d\x43\x4e\xaf\x1e\x5c\x36\x83\x68\xc5\xc1\x39\xed\x01\xda\x07\xd8\x3c\xc0\xe6\x93\x74\xf9\xa4\x90\x1b\x11\xf5\x3b\xc0\x66\x84\xf7\xea\x61\xc9\xa0\xb8\x67\x48\xed\x55\x42\xd6\x0d\x19\x3d\x1b\x91\xcb\x31\x35\x06\x07\x19\x08\xe7\xd5\x83\x01\x31\xa0\x87\x03\x93\xf8\x60\x40\x0c\x4c\x62\xb4\xf5\xea\xe1\x80\x00\x6d\x3d\x43\x4d\xaf\x92\xab\xdc\x10\xd5\xb3\x01\x91\x3c\x1c\x60\x91\x88\xc4\x90\xd8\xab\x04\xa0\x1b\x4a\x7b\x86\xc4\x5e\x3d\x2c\x04\x94\xf6\x0c\x19\xbd\x7a\xd8\x04\x90\xd1\xb3\xc1\x91\xc7\x21\x22\x06\x51\x3d\x43\x4d\xaf\x9e\xae\xcb\x17\x85\x9b\x42\xfa\x0e\xb4\xa3\xa6\x57\x0f\xa6\x06\xa2\x7a\x86\x9a\x5e\x3d\x40\x3b\xa2\x7a\x36\x40\xf1\x03\xb4\xa3\xad\x67\x03\x76\x79\x08\x7e\x41\x69\xcf\x90\xd8\xab\x67\xa9\x4e\x6e\x04\x50\x1f\x38\xce\xe0\xcc\x77\x40\x39\x49\xd2\x6e\x08\xee\xd9\xe0\xcc\xf7\x70\x7c\x36\x40\xef\x01\xe5\x3c\x2c\x19\xb2\xa8\x18\x62\x7c\xf5\x10\x2f\x86\x0a\x9f\xa1\xbb\x57\x0f\x91\x9a\x03\x48\x1f\x90\xd3\x73\xf5\x4f\xea\x04\xd2\x0f\xae\xcf\x51\x55\x27\x23\xcf\xf1\xee\xc0\x2b\x87\xe0\x5e\x3d\x98\xee\x83\xe3\x5d\x24\xf6\xea\xc5\x80\x40\x5b\xcf\x06\xe8\xad\xf8\xf5\xc1\xe1\xc8\x70\x92\x59\x2f\x0e\xa3\xd1\x19\x64\x02\x6a\x6e\x64\x86\x80\xf3\xe8\xee\x55\x45\xba\x93\xfb\xc5\x06\xa6\x3b\x09\xe7\x0d\xc1\x3d\x43\x70\xaf\x92\x67\xde\x50\xda\x33\xb4\xf5\x2a\xe9\x0d\x0d\x6d\x3d\x1b\xe0\x3c\xc9\xc1\x0c\xa5\x3d\x43\x5b\xaf\x5e\x2d\x04\x70\x1e\x19\xbd\x7a\x31\x20\x90\xd1\x33\x84\xf3\xea\x25\x1e\x67\x60\x88\x0f\x0c\x71\x45\xba\x8f\xa9\xcb\x19\x10\x6c\x85\x01\xa4\x93\x80\xa6\x5e\x8e\x77\x07\x98\x4c\x1e\x9a\x7a\x71\x57\x91\x8e\xc6\x06\x48\x7b\xb5\x3a\x40\xda\xb1\xb9\x51\x57\x21\xcf\x08\x72\xea\x72\xf3\xff\x40\x28\x50\xdc\xb3\x81\x1f\xef\x6a\x41\xe0\xc7\x1b\xc0\xf0\x65\x67\x40\x71\xcf\x90\xda\xab\x17\x33\x7b\x80\xb8\x03\xc4\xbd\x38\xb8\x06\x74\x16\xfd\xbd\x7a\x71\x70\x0d\x9c\x7b\xe8\xef\x55\x85\xd6\x0f\x60\x78\x10\x2f\x78\x89\x67\x1e\x20\xee\x00\x71\x2f\x66\x36\x12\x7d\x86\x44\x5f\xbd\x1c\xcd\xa1\xc6\x67\xca\xcc\x73\xb5\x20\x88\x02\x44\x7f\xaf\xde\xa3\x42\x06\x06\x8b\x1a\xc9\x7d\x9b\x9c\x59\x4c\xc0\xf5\xe2\x17\x45\x9b\xcf\x26\xc4\x57\x51\xf4\x48\xf4\x19\x12\x7d\xf5\xc2\x71\xd0\xe6\xb3\x09\xb8\x5e\x9c\xa5\x48\xf4\x19\x6a\x7c\x95\xfc\x5a\x86\x0c\x9f\xa1\xbf\x57\x1f\x66\xf6\x84\x0d\x4f\x8f\x85\xa9\xe4\xd7\xb2\x49\xbc\x20\xa2\x7c\x95\xc4\xff\x86\x36\x9f\x4d\xce\x93\x1f\xe6\xc1\x04\x86\x91\xe8\xab\xa4\xf9\xb7\x09\xe2\x92\x80\xa8\x3e\x96\xce\x84\x22\x23\xd1\x57\x1f\xe6\x01\x99\x87\x0c\xa5\xbe\xfa\x70\xab\x4e\xac\xf4\x09\x64\x3e\x78\x13\xda\x7c\x36\x61\xc3\x8f\xd0\x86\x09\x1b\x9e\x58\xe9\xcf\x5f\x66\x32\x04\xfb\x0c\x89\xbe\xfa\x08\x33\x46\xa2\xcf\x90\xe8\xab\x8f\x43\xe6\x09\x1b\x9e\xe0\xe8\x63\x63\x99\xe0\x28\xf2\x7d\x55\xe1\xfa\xa8\xf8\xd9\x04\x32\x1f\xc7\xd1\x13\x6e\x8b\x52\x5f\x55\xb8\xfe\xc4\x20\x47\xa9\xaf\x92\x35\xcb\x10\xec\x33\x94\xfa\xaa\x22\xf3\x27\xe8\x88\x52\x5f\x25\x6b\x96\x4d\x3c\x93\x93\x88\x98\xc7\x42\x40\xb7\xcf\x50\xea\xab\x8f\x9d\x61\x12\x44\x38\x01\x42\x04\xb5\x6d\x62\xba\x4f\x0e\x99\x1f\x26\x31\x62\x7e\x46\xf2\xa5\xaa\x18\x7e\xa4\xfd\x6c\x36\x06\x19\x9b\x01\x85\x3f\x9b\x98\xee\x6f\x72\x77\x4c\x77\x84\xfe\xaa\x02\xfb\x27\x27\xcf\x93\x83\x8c\x07\xc3\x9a\x80\x2b\xea\x7f\xf5\x2d\x06\x04\x7b\x1e\xa1\xbf\xaa\x57\x00\x26\xa6\xfb\x84\x1a\xbf\xad\xcb\x19\x10\xd0\x51\xd1\xfe\xa4\x7e\x32\xd4\xff\xaa\xa2\xfd\x27\x87\xcc\x13\xc8\x7c\xc4\x1c\x4f\x20\x93\xb4\x50\xf5\x1d\xa6\x0d\xb1\x33\x24\x89\xaa\x0f\x2e\x86\x86\xa0\x91\x24\xaa\xea\x15\x00\xa4\x04\x8d\x24\x51\x55\xaf\x00\x4c\xc0\x15\xf1\xc0\xfa\x20\x68\x64\x8e\x32\x54\x03\xab\xa2\xfd\xe7\xa2\xef\xb8\x29\x1f\xac\x8d\x24\x51\x36\x9d\xf7\x36\x05\xf6\x93\x24\xca\x10\x0f\x6c\x81\x97\x59\x26\x6e\x4a\x72\x45\xb5\xc0\xbe\x84\x94\xa0\x21\x25\xd8\x82\x16\x17\x6e\x4a\x14\x05\x1b\xa9\x16\x6c\xc2\x82\x51\x14\x6c\x64\x7b\x36\x84\x05\x6d\xba\x63\xb2\x05\xce\xbd\xc9\x0e\x65\xa8\x05\xb6\x80\xed\x3d\x41\x5a\x72\x45\x35\x05\xf6\x23\x21\x68\xa4\x85\x6a\x01\xaf\x31\x12\x82\x36\x1d\x70\x1b\xba\xe1\x86\xa0\xa0\x4d\x87\xd1\x46\x7a\x70\x23\x3b\x94\x21\x21\xd8\x02\x06\x39\xd9\xa1\x0c\x09\xc1\x16\xb4\x0c\x41\x5a\x94\x04\x9b\xa2\xfd\x11\x14\x34\x92\x44\xb5\xc0\x0e\x36\x1f\x8d\x7f\xdc\x48\xcb\x90\x97\x6e\x50\x12\x6c\x0a\xe8\x9f\xa4\x54\x46\x57\xb0\x05\xec\x79\x92\x43\xd9\x7c\x34\x9e\x43\x70\x74\x05\x8d\x6c\xb8\x2d\x10\x15\x82\xae\xa0\xa1\x24\xd8\x10\x13\x37\xf2\x40\x19\x99\x9f\x1a\x62\xe2\x86\xca\xa0\x21\x2f\xd8\x02\x71\xa2\xa8\x0c\x1a\xba\x82\x2d\xb0\x60\x11\x14\xb4\xe5\x80\xdb\x14\xe5\x8f\xae\xa0\xad\xc8\xc8\x13\xca\x44\xfe\x28\x43\x2d\xb0\x05\xce\xbb\x91\x09\xb4\x95\x68\x12\x2b\x0e\x61\x40\x43\x18\xb0\x85\xa5\x7f\xd2\x24\x63\x2e\xb1\xb8\x16\xa0\x8a\x3e\x60\x0b\xbc\xff\x85\x4c\xa0\x2d\xf7\x26\xb4\x80\x21\xbe\xf0\x72\x92\xa1\xaa\x05\x96\x0c\x89\xaa\x8c\xd4\x54\x2d\xe0\xae\x42\x11\xd0\xc8\x42\xd5\xc2\x53\x21\x77\xcf\x3c\x4d\xf6\xa3\x05\x54\xae\xc2\x80\xb0\x1f\xa1\x16\x68\x8b\xf4\x71\xe1\xd1\x78\x50\x71\x39\x0e\xb6\x88\x67\x0a\x0d\x40\x43\x03\xb0\xc5\xf8\xcf\x41\x99\x64\xb8\xb2\xe5\x20\xd9\x62\x54\x35\x34\xcd\x41\xb2\x21\x15\x6e\x88\x00\x1a\x42\x7f\x2d\xc2\xde\x56\xa3\x67\x8d\xcb\x4d\xff\xe4\x72\x37\xeb\x5b\x24\x3a\x04\x85\x3f\x43\xd3\xaf\x45\x82\x9f\x50\xf1\xb3\x35\xe8\x04\x9c\x6c\xe1\x84\x54\x7e\xad\xc8\x9b\x2e\xa8\xf8\xd9\x72\xf0\x69\x91\x19\x8d\x6e\x9f\x2d\x0f\xe3\x6b\x91\xe8\x3a\x54\xfc\x0c\xf9\xbe\x16\xab\xfe\xc9\x4c\x99\xd4\x49\x74\x1d\x2a\x7e\x86\x7c\x5f\x8b\x44\x70\x2c\x78\xde\x5a\x0c\x61\x63\xb0\x39\x5b\x59\x4e\xfe\x3c\x77\xbc\x17\x32\xcd\x17\x3d\xd2\x8c\x06\x9f\xd0\xf4\x6b\x64\x3f\x37\xa4\xfd\x6c\x81\x4f\x8a\xe1\x47\xe1\xcf\xd0\xf4\x6b\x51\x33\x1a\x7c\x5a\x9b\x26\xf1\x32\x0b\xba\x7d\x46\x8a\xb1\x16\x39\x6c\x44\xc5\xcf\x50\xea\x6b\x48\x84\x1b\xda\x7c\xb6\x0e\x23\x8f\xc5\x82\x44\x9f\x2d\x92\x95\x46\x36\x96\x05\x13\x44\xb7\xaf\x29\x86\x1f\xdd\x3e\x43\xa2\xaf\x45\x2d\x08\x48\x1f\x6a\x7c\x2d\x6e\xee\x8e\xed\x8d\x1a\x5f\x8b\x5b\x97\x53\x27\xc9\x4a\x23\xbb\xcd\x22\x7a\x05\x89\xbe\x16\x31\x63\x90\xe8\x33\x24\xfa\x5a\x24\x18\x7b\x71\x20\x8c\x44\x5f\x8b\x9c\x98\x20\xd1\x67\xa8\xf1\xb5\xc8\x89\x09\x6a\x7c\xb6\x49\xe9\x1b\x59\x4f\xa8\xf1\xd9\x0e\x8c\x27\xeb\x69\x63\x66\x6f\xf0\x29\xb2\x9e\x50\xe3\xb3\x4d\x06\xd3\xc8\x16\x84\x0c\x9f\x6d\x00\x26\xb1\x05\x6d\x00\x66\xbb\x0b\xb4\x25\x22\x38\x90\xe1\x33\x54\xf5\x5a\x22\x82\x03\x71\x3d\xdb\x6e\xef\x36\x54\xcb\x6d\x13\x93\x82\x48\x5e\x4b\x2e\xd0\x60\x88\xe4\xd9\x06\x60\xc8\x81\x66\x9b\xb3\x95\x0d\xc0\x24\x0e\x19\x37\x36\x2d\x5a\x79\x2d\x71\xe4\xb1\x39\x46\xd9\x64\x5a\x45\x8b\xdc\x36\x04\x6d\x67\x1a\xcf\x92\xd9\x00\x0c\x5a\x79\x2d\x71\xba\xb1\x49\xe4\xbe\x0b\x97\xb3\x64\x36\xa7\xc4\xdb\xcd\xd7\x86\xc2\xb8\x21\xae\x67\xa8\xea\xb5\xd4\x74\xf9\xa0\x70\x51\x58\x29\xdc\x14\xd2\x78\xd6\x11\x32\x7c\x86\xfe\x5e\x4b\x04\x6b\x20\xc3\x67\xa8\xe9\x35\xbd\x41\x80\x7e\x9e\x6d\x92\xec\x25\x96\x0c\x32\x7a\x86\x70\x5e\x4b\x44\x66\x6f\xa8\xdc\x6e\x8c\x27\x3b\x03\x32\x7a\xb6\x1b\xe3\x89\x4d\xb3\x89\x34\x41\x46\xaf\x25\x6c\x1a\x64\xf4\x0c\xc5\xbc\x96\xb0\x69\x50\xcc\x33\x34\xf2\x5a\xe2\xd0\x7e\xc3\xc5\x76\xa7\x49\x2c\x19\x54\xf1\x0c\x1d\xbc\x96\x88\xf5\x40\x07\xcf\x76\xa7\x9b\xac\x0e\x24\xef\x6c\x0f\x9a\x04\x17\x43\xf2\xce\x90\xbc\x6b\x89\x85\x80\xd6\x9d\xed\xc9\xdd\x61\x58\x1b\x58\xdb\xc0\x9a\x5e\x40\xd8\x04\xfc\xed\x49\x9d\x9a\xde\x93\x6e\x4e\xda\xc9\xce\x80\x54\x9e\x21\x8e\xd7\x8c\x58\xa4\xcd\x39\xf2\x76\x1f\x64\x33\xb6\x0b\x14\xf3\x6c\x3b\x17\x6b\x7a\x2b\x61\xe3\x7c\x44\x23\xaf\x19\x46\xfe\xe6\x14\x06\xc5\xbc\x66\x51\xff\x64\x82\x39\xe4\x35\x4b\x74\x93\x40\x95\xed\x90\xd7\xf4\xaa\x02\x32\x7a\xb6\xfd\xd8\xa6\x19\x8e\xad\x4d\x70\xf3\xde\xdc\x9d\xbd\x63\x73\x8e\x8c\xe0\x5e\x43\xdf\xdc\x36\xa1\x81\x08\xee\x35\xcb\xfa\x27\x13\x0c\x82\x66\x6c\x28\x08\xee\x19\x89\x02\x9b\x69\x75\x80\x8a\x1b\x82\x66\x5a\x1d\x10\x34\x04\xf7\x1a\xf2\xe8\xb6\xb1\x7a\x37\x58\x67\x38\xcb\x10\xdc\xb3\x7d\x19\x4f\x2d\x04\x10\x0c\x89\xbd\x66\x10\x9f\x0d\xc3\xda\x30\x2c\xbd\x63\x40\x62\x42\x43\x85\xaf\x19\xb1\x48\x1b\x86\x85\x18\x5f\x33\x88\x0f\x2a\x7c\x86\x0a\x5f\xd3\xdb\x08\xa4\x30\xb4\x13\xb8\x11\x73\xfe\x60\xe0\x1e\x60\x8d\xe4\x60\x76\xa0\x5d\x27\xd0\x4d\x16\x02\xea\x7d\x86\x42\x5f\x33\x16\x02\x42\x7d\x76\x22\x43\x87\x5f\x0c\xbd\x3e\x3b\x91\xc6\xc3\x9b\x50\xef\xb3\x13\x19\x90\xff\x83\x23\x8f\xc3\x01\x11\x9a\x7e\x0d\x3d\x76\x43\xcc\xcf\x50\xea\x6b\xc6\x91\x07\xf9\x14\x8d\x7c\x8a\xcd\x60\x5a\x07\xd7\xe2\x01\x47\xd1\x63\x37\x04\xfb\xec\x18\x03\xc3\xd2\x41\xb0\xcf\x8e\x23\x67\x33\xb6\x0b\xd4\xf8\xec\x18\x83\x7d\xf5\x4f\x1f\x6c\xb2\x32\x36\xe3\x80\x1d\x89\x3e\x43\x63\xaf\x19\x6f\x8c\x1d\x3c\x7e\x07\xc8\x34\x76\x06\xc4\xf5\xec\xc0\xc9\x32\x3b\x03\x1a\x7b\x76\x80\xcc\xcc\x7a\x42\x71\xcf\x0e\x98\xa7\xd7\x1f\x90\xd3\xb3\xe3\x7e\xbc\x96\x71\x14\x23\xa7\x67\x87\x8c\x9b\x99\xa5\x73\xa0\x5d\x08\xe8\xb5\x6c\xba\x9c\xbe\x83\x79\x7a\xa9\x01\xe5\x3c\x43\x39\xaf\x65\xde\x25\x46\x39\xcf\xd0\xc3\x6b\x7a\xa9\x01\x3d\x3c\x3b\x20\x19\xba\xf1\x86\xbc\x9d\x91\x4b\xb2\xe9\x55\x85\x83\x23\x0e\x95\xbb\x96\xf1\x09\xa3\x72\x67\xa4\x94\x6c\x19\xf7\x2f\x9a\x77\x86\xd8\x5d\xcb\xbc\x69\x4f\x66\x49\x43\xe5\xae\x65\x6c\x86\x03\x6b\x3b\x93\xa1\x23\x72\x0b\x95\x3b\x43\xd7\xae\x65\x22\xc9\x11\xb4\xb3\x03\x41\x23\x9d\xb1\x1d\x08\x1a\xba\x76\x2d\xe3\xd8\x42\xde\xce\xd0\xb5\x6b\x99\xe3\x3e\xe4\xed\x0c\x5d\xbb\x96\x39\xcd\x3e\x40\x11\x89\x22\x5b\xc6\x4a\x27\x5f\xa4\x21\x53\xd7\x32\x78\x7f\xc0\x12\xd4\xea\x5a\x5e\x74\x13\x5f\x1b\xc2\x74\x2d\x63\x33\x1c\x60\x03\x99\xba\x96\x35\x69\xb1\xeb\x0e\x99\xdf\xc9\x71\x6c\xc8\xd4\x19\xc2\x74\x4d\x2f\x4a\x1c\x4c\x38\x34\xe8\x9a\xde\x89\x38\x60\x09\x1a\x74\x2d\x43\x67\xc8\x4f\x69\x88\xcf\x35\xbd\xfe\x70\x41\x08\xe4\xe6\x5a\xe1\xf4\x0d\xd5\x39\x43\x4a\xae\x15\x4e\x37\x2e\x2f\xc2\xa2\x13\xd7\x0a\xb1\x1e\x97\x75\x4f\xee\xca\x46\x3e\x62\x23\x85\xa5\x5d\x88\x4f\xe1\xcc\xe2\xb2\xee\x2f\xeb\x5e\xaf\x3f\x5c\x56\xf1\x4d\xd4\x09\x36\x23\x3a\x67\x97\x55\x5c\xd0\x77\xb8\xd8\x60\xd7\x17\x73\xd3\x9b\x0e\xe8\xd2\x19\x82\x74\xad\x40\x67\x2e\xa7\x06\x97\xcc\xda\xa4\x63\xb4\xcb\x01\xc1\x85\x37\x15\xfc\x4d\x28\xd8\x19\x2a\x75\x8d\x94\xc3\x76\xf1\x76\x5d\x72\x70\x17\x38\xce\x05\x04\x2e\x20\xa0\x37\x1d\x90\xb5\xb3\xeb\xf6\x59\x2b\xb8\x6a\x11\xab\xb3\x9b\x69\x12\xc7\x13\x17\x1f\x16\x2a\x75\xad\xe0\xaa\x45\xac\xce\x50\xa9\x6b\x7a\xfd\xe1\x62\xad\x5d\x90\x41\xaf\x3f\xa0\x60\x67\xd7\x39\x55\x43\xc2\xde\x2e\x6e\x7f\x34\xeb\x5a\xe1\x85\x5d\xc4\xea\x0c\x41\xba\x56\x78\xe9\xe6\xe2\xc3\xba\xc0\x45\x59\x2a\xa4\x9d\xc0\x85\x5e\x7f\xb8\x48\x0f\xa0\x52\xd7\x10\xa6\xb7\x0b\x45\xba\x95\xc6\x33\x3f\x51\xb0\xb3\xdb\x78\x70\x44\x16\x5e\x1c\x5b\xb7\xf1\xe0\x30\x5f\x2f\x18\x82\x90\x5d\x2b\xc8\xeb\x5c\x1c\x5b\x17\x60\x29\x38\x77\x2e\xc0\x72\xe1\x4d\x7a\xd3\xe1\xa2\x47\x80\xc8\x5d\x2b\x90\x94\xcb\x01\xc1\xed\x34\x1e\x0e\x7e\x39\x20\xb8\x9d\x1b\x71\x12\x81\x2a\x9e\x5d\x70\xa9\x72\x12\x71\xc1\xa5\xeb\xa6\x62\xab\x70\xf0\xcb\x7b\x16\x68\xe4\xb5\x0a\xd2\x5e\x18\x16\x8a\x79\xad\x82\xb4\x48\xe5\x19\x1a\x79\xad\x26\x5d\xce\x80\x60\x4d\x56\x90\xf6\x72\x10\x7c\xe1\x62\x15\xe7\xce\x85\x8b\xa1\xad\xd7\x2a\x3e\xd6\x0b\xed\xba\x20\x98\x5e\x6a\xb8\x04\xfa\x5d\x07\xb2\x56\x89\xb6\xb8\x9c\x2f\xdc\x5f\x56\x54\xee\x0e\xed\xba\xca\x8a\x8a\xcb\x06\xc1\x3d\x43\x70\xaf\x55\x30\xf9\x72\x94\x70\xf1\x76\x55\xa8\x07\xda\x7a\x86\xb6\x5e\xab\x38\x62\x2e\x0c\xeb\x6e\xea\xe4\x70\x19\xa5\x3d\x43\x62\xaf\xd5\xae\x7f\x32\x15\xdd\xe9\xd5\xaa\xe6\xe7\xd6\x8d\x18\xa5\xae\xcb\x19\xf9\xc3\xdd\x09\xc1\x40\x93\xcf\x10\xe3\x6b\x15\x3e\x72\x71\x96\x21\xb8\xd7\xaa\xa6\x37\x50\x79\x2f\xcf\x08\xcf\x29\xa2\x7a\x76\x71\x81\xf9\xeb\x04\xff\x40\x28\x2e\x11\x7b\x17\x4e\xa6\x77\x0d\xee\x55\xdd\x3c\x40\x00\xfb\x72\xe8\x70\xb1\x3f\x2b\x07\xd7\x17\xfb\xf3\x82\xb8\xc8\xe3\xdb\xc5\xd4\xbc\x20\x6e\xd5\x2a\xc1\xd4\x44\xb7\xaf\x55\xfc\xa2\x97\xe3\x09\xe4\xfb\x5a\x65\x95\x3c\x42\x70\x1e\x9c\xac\x62\x94\x3e\x5e\x4d\x7b\xd0\x2f\xbd\x41\xf0\xa0\x5f\xc8\xf7\x35\xbd\x41\xf0\x78\x35\x0d\x31\xbf\x56\x61\x19\x88\xf9\xd9\xc3\x15\xd6\x38\xb8\x7e\x00\x36\x0a\x7f\xad\x01\xed\x88\xf9\x19\xc2\x7b\x4d\xaf\x15\x20\xbc\x67\x48\xed\xb5\x86\x1f\xe7\x25\xfd\xd3\x9f\x7f\x83\x65\x20\xbc\x67\x08\xef\xb5\x96\x68\x12\x0c\xeb\x81\xb8\x8d\x53\x38\x64\xf8\xec\x39\xc6\xb6\x06\xcb\x40\x86\xcf\xd0\xdf\x6b\x7a\x59\xe0\x01\xae\x08\xef\x35\x54\xeb\x0d\xe1\x3d\x7b\x30\x2c\x54\xeb\x0d\x71\x3d\x43\x55\xaf\x35\xce\xd6\x1e\xe0\xfa\x00\xd7\x86\x73\xe7\xa1\x00\x83\xd4\x5e\x6b\xc4\xb3\x3e\x0e\x5a\x51\xd5\x6b\x8d\xf7\xd5\x10\xd7\xb3\x07\x8e\x36\x50\xfc\xe1\x0a\x7b\xe0\x68\x83\xa0\xa3\xb8\x67\x0f\xab\xb2\xe1\x99\x44\x71\xcf\x90\xda\x6b\x8d\xb9\xff\x80\x4c\x84\xf7\x5a\x83\x8b\x23\xbc\x67\xcf\x41\xb2\x35\xce\xd4\x90\xe1\x33\xf4\xf7\x5a\x9b\xfa\xa7\x2e\xa7\x9d\x88\x50\x21\xbc\x67\x08\xef\x35\xbd\x56\xf0\x30\x35\x1f\xe8\xd8\xc0\x7b\x14\xf7\x0c\x55\xbd\xd6\x98\xc9\x88\xeb\xd9\x03\xf3\x1a\xc7\x67\x88\xeb\xd9\x03\xde\x1a\xd0\x8e\x8e\x9e\x21\xa0\xd7\x1a\x67\x6a\xe8\xe8\xd9\x9b\x5c\x8e\xcf\x05\xc9\x3c\x7b\xd0\x2e\x34\xe8\xed\xf1\xce\xeb\x9b\xd4\x49\x20\x1d\xca\x79\xf6\x30\x20\x1b\x81\x74\x0f\x24\x7b\x80\x16\x72\xf3\xf6\x20\x68\x0f\x03\xb2\x73\x28\xf6\x30\x20\x1f\xce\xb2\xae\x49\x0b\x68\x3d\x40\xab\x43\x3d\x1e\xa0\xf5\x00\xad\xae\xf9\x09\x68\xa1\xaa\xd7\x7a\xd2\xe5\xb4\x13\x67\x59\x07\xc5\x1f\xa0\xf5\x00\xad\xce\xd1\xf1\x03\x9f\x1e\xb6\x62\x87\xa4\x3c\xa2\x57\xd0\xdf\x6b\x5d\x93\x16\xf1\x14\x84\xf7\x5a\xc7\x56\x44\x5b\xcf\x1e\x48\xd6\xb1\x15\x1f\x48\xf6\xc0\xa5\x0e\x1f\x41\x7e\xcf\xd0\xdd\x6b\x1d\x1f\x3b\x82\x7b\xf6\xf0\x76\x75\xdc\x2b\x0f\x08\x7a\x78\xbb\xf4\x52\xc3\x03\x82\x1e\xa4\xaf\xfb\xf9\x57\x46\x9a\x2f\xa3\xc2\xd7\xba\x47\x46\xe4\xe0\xe7\x9e\x39\x00\x41\xdd\xcf\xbf\x72\x70\xb3\x30\x87\xc0\xe3\xf0\x99\x9c\x91\xe6\xcb\x01\x6f\x3c\xaf\x3f\xe4\xe0\xf4\x30\x07\xbc\xf1\x7d\x70\xa3\x48\x9d\x30\x41\x94\xe5\x33\x92\x7e\x39\xe0\x02\x23\xab\x78\x0e\x91\x3a\x23\x75\x3a\x26\xe7\xe0\x47\x9c\x39\x24\x46\x7e\x71\x77\x47\xa9\x8c\xea\x5f\x43\x59\x3e\x07\x72\xce\x06\x38\x63\xf7\x60\xa2\x8c\x22\x60\x0e\xd0\xc3\xee\x4a\x3a\x39\x90\x73\x36\x00\x56\xdd\x83\x89\x32\xc2\x80\x39\xe0\xb7\x47\x83\x3e\x07\xe3\x46\x80\x15\xef\x44\xe4\xe0\xbc\x30\xa3\x01\xd8\x78\xfd\x21\xa3\x01\x98\x51\xfd\x6b\xdd\x05\x44\x72\x30\x1a\x8f\x8d\xd8\x2f\x03\x92\xa9\x13\xce\xd8\x7d\x75\x64\x14\x01\x73\xc0\xc3\xdf\x1f\x7d\x77\x22\x99\xd1\x07\x6c\xdd\xd9\x7a\x0e\x99\xa1\xcb\x0c\xdd\xa3\x49\x99\xa1\xe3\x2c\x00\xb5\xfa\x8c\x4c\x60\x46\x1f\xb0\xf1\xf6\x44\x0e\x85\xe7\xee\x46\x65\xe3\xed\x89\x8c\x4c\x60\x46\x18\xb0\x8d\xc0\x20\x17\x7a\xe4\x38\xd8\x46\xa4\x9b\x64\xcd\x46\xf5\xaf\x8d\xc8\xd3\xac\x3c\x62\xf7\xae\xb5\x11\xb9\xbc\x32\xc8\x00\xe0\x70\xcf\x7e\x0e\xa4\xd2\x0e\x70\xc6\x91\x18\x10\x87\xc3\x8c\x30\x60\x43\xd7\x3e\x23\x0c\x98\x03\x07\x03\xe8\xda\xe7\xd0\xa8\xd3\x71\xb0\x8d\xcc\x3f\x3b\x3d\xc2\x18\x1d\x99\x26\x75\x9e\x11\xa7\x05\xa3\xd0\xf8\xce\xe5\x6e\xa8\x36\x5e\x90\xc8\xa1\xd3\x24\x50\x11\x09\xfb\x1c\x06\xdd\x04\x15\xfd\xb5\x87\xff\x4c\x28\x32\xaa\x81\x39\x60\xa9\x8e\xc6\x53\x1d\xd4\x8d\xa5\x3a\x1a\xcf\xca\x59\x5f\x46\x27\xb0\x8d\x4e\x27\x48\xbe\x1d\xf0\xb9\x8d\xce\x63\x99\x74\x02\xf2\x87\xe8\x7d\x0e\x93\x4e\x70\x94\x30\x06\x37\x5a\x5c\xce\x01\xc1\x18\xfc\x73\x33\x30\x38\xcd\xc6\xa4\xbb\x9b\xc1\xc6\x7c\x1d\x53\xff\x64\x95\x00\x84\x63\x31\x5a\x9b\xc9\x0b\xe6\x8d\x4d\xe1\x61\x60\x20\x6a\x08\xd4\x67\x94\x01\x73\xe0\x00\x73\x6c\x66\xdf\x61\x4e\x1d\x26\xc5\x61\x5c\x0f\xf3\x14\x4a\x37\xb4\xc8\x0e\x13\x0d\x43\x77\x1c\x96\x0e\xc9\xb7\xd1\x09\x6c\xe3\xd2\x4d\xf2\x6c\xa3\x05\xd8\xc6\x63\xe1\x3e\x9a\xc4\x59\xe5\x78\x5c\xfe\x98\x3e\xa0\xe3\xd0\x82\x20\xa5\x76\xc0\x93\x36\x03\x3d\x7a\x0c\x32\x9e\xb4\x19\xe8\xd1\xe3\xc1\x01\x99\x93\x05\x11\x81\xcc\x88\x27\x6d\xba\x79\x90\xd1\x10\xcc\x91\x03\xcc\xe9\x3a\x14\x39\x82\xa3\x28\x0a\xb6\xe9\xde\xce\x8c\xb0\x60\x46\x51\xb0\x4d\x27\x53\x39\x3a\xb1\xcb\x28\x0a\x36\xf4\xed\x73\x74\x62\x97\x11\x0f\x6c\xbc\x28\x91\x63\xe4\x72\x3c\x69\x33\xd1\x24\x20\x13\xf1\xc0\x36\x8d\x7f\x26\xda\x89\x5f\x6c\x66\xea\x4c\x34\x09\xd6\x86\x94\x7d\x8e\x89\xcb\x1d\x0f\xdb\xcc\xd4\xe9\xc6\x73\x46\x3c\xb0\x4d\x67\x58\x19\x0d\xc1\x8c\x24\x60\x9b\x2c\x1d\x94\x01\x33\xea\x7f\x8d\x37\x1d\x32\x22\x80\x19\xa1\xbf\x36\xdd\x24\xce\xe8\xfd\x65\x14\xfe\xda\x6c\x34\xc9\x21\x2c\x23\xe6\xd7\xd0\xa0\xcf\xe8\xf6\x65\x24\xfa\xda\x74\xeb\x22\x47\x27\x68\x39\xe2\x17\x9b\x1e\xcb\x9d\x11\xec\xcb\x28\xf5\x35\x84\xe9\xff\x3f\xc2\xee\x27\x87\x42\x5c\xc9\xf3\xfd\x3c\x57\x71\x77\xf0\x0e\x10\x61\x87\xa5\x9c\xbd\x71\xf7\x1e\x00\x83\x54\x83\xaa\xba\xba\x5d\xb5\xff\x56\xfa\x83\xd4\x52\x4d\x72\x70\x26\x08\xb0\x31\xf6\xcf\xf1\x8f\xef\x09\xc0\xbe\x80\xe8\xeb\xe7\xf8\x2e\x37\x9e\x94\xec\x3c\xb5\xde\xbc\xb8\xe6\x9e\xa7\x67\x6f\xee\x29\x6b\xe0\x03\x84\xd8\x9a\x7b\xb2\xef\xce\xcb\xd0\x35\xa3\xd4\x3c\xfb\xa5\xf3\x5d\xe7\x29\xd9\xb9\x2c\xac\xd8\x96\x2f\x1c\x1b\xab\xed\xb4\x05\x01\xef\x05\xf0\x5e\x3f\xa7\x7b\x2e\x47\x37\xa0\xf6\xfa\xb9\x22\x92\x81\xb8\x17\x50\x7b\xfd\x7c\x74\x9e\xbc\xa1\xe9\x75\x0c\xfa\x00\xd5\x8b\x4d\x32\xf4\x7c\x74\x69\xe9\x5a\x00\xe7\xf5\xd3\x6e\xb3\x0d\xaf\x63\x78\xf6\xd7\xe5\xc3\xb3\x73\x74\x4f\x1b\x0b\xa8\x5e\xc0\xe8\xf5\xeb\xe7\xf2\x53\xe7\xc9\xda\xf5\xf3\x44\xa7\x77\x24\x95\x70\x6d\xa6\xcd\xa9\xf3\x64\xed\x5a\x35\x14\x01\xa3\x17\x30\x7a\xfd\xda\xbe\xcb\xbd\x23\xf9\x85\xeb\x5b\x08\x97\x77\x44\xeb\xae\x6f\xce\x5f\xee\x29\x6d\x7a\x7d\x73\xfe\x72\x39\xf7\xd5\xf7\x0b\x81\x98\x17\x9b\x5c\x80\xaf\x12\x62\xbb\x8d\x12\xa7\xf4\x4a\x73\x89\xd6\x6d\x64\xed\xfa\x66\xf2\xd4\xfa\xd4\xf9\x66\xce\x4f\x23\xcf\xbe\xbb\x9a\x86\xa6\x55\x3c\x8d\x52\x77\xf9\x63\x94\xc8\xda\xd5\x3d\xe6\xe3\x9e\x3c\xd5\xab\x3c\xe6\x63\xe4\x1f\x03\x42\xfc\x51\xf1\x62\x53\x97\x71\x7d\x73\xfe\xd1\x4f\xce\xe8\x35\x5c\xfe\xba\xa7\xac\xc1\x35\xf4\x93\xd6\x21\xe6\xf5\x6b\xb8\xfc\x35\xf2\xb4\xee\x3a\xf5\xf3\xd5\x10\xad\xbb\xd8\x62\x88\x79\x81\x98\xd7\xaf\xf5\x41\x5c\x20\xe6\xc5\x4e\xeb\x2e\x06\xda\x4e\xeb\x76\x1e\xea\xb5\x4a\x57\x03\x46\x2f\x60\xf4\xfa\xc5\x40\x43\xcc\x0b\x8c\xbc\x8e\x80\x1f\xfb\x12\xb9\xc0\xc1\xeb\x08\xf8\xb1\xaf\x70\x7f\xc0\xe1\xf5\x8b\xd9\x85\x8a\x17\x70\x78\xfd\x9a\xfa\x49\xeb\x76\x6e\xab\x4f\x14\x02\x1c\x2f\x76\xe6\xe1\x65\x75\xec\xcc\xc3\x9d\x79\x78\x59\x1d\x3b\xf3\x70\x17\x52\xbc\x56\x3d\x6b\xec\x54\x11\x4d\xaf\x5f\xaf\x2e\xed\x5a\xa7\x8a\x17\x5b\x0c\x5b\x2f\x76\xe6\xe1\xbd\xbe\x8a\x8e\x9d\x79\x88\xad\xd7\xef\xdf\x77\xa6\xcb\x19\x7d\xf7\xf6\xb7\x1c\x8a\x40\xdc\x8b\x9d\x9d\x77\x6f\x1e\x22\x8c\x2b\x47\xf7\xb6\x33\xc0\xe9\xc5\xce\xce\x83\xf1\x8f\x9d\x8e\x62\xe5\xf5\x7b\x95\x82\xc7\xce\xa4\xdb\x39\xba\xbe\x89\x88\x9d\x49\x87\x9c\xd7\xef\x70\x4f\x9a\xb7\x8b\xe3\xdd\x61\xb0\xbb\xd1\x62\x93\xdd\xe9\x05\xf6\xef\x4c\x0d\x35\x63\xd0\x35\x44\xf3\x7c\xe9\x10\x3b\x79\xdb\x57\xbd\x6f\xbf\x2d\x1d\xe4\xbc\xd8\x19\x6a\x77\xff\xce\xf4\xfe\x25\x08\xee\xae\x75\x16\xd6\x4e\x8a\x7c\xd4\x10\x78\x78\x81\x87\xd7\x6f\x9b\xc0\x4e\x9f\x10\xf0\xfa\x6d\x13\x00\xc2\x0b\x04\xbc\x7e\xaf\x44\x56\xec\xf4\x69\x3f\x0d\xf2\x0a\x96\x06\x3a\x5e\xe0\xe1\xf5\x9b\x89\xb4\xd3\x27\x58\xbc\xee\x4b\x87\x40\xc7\x0b\xe8\xbb\xee\x4b\x87\x80\xbe\x0b\xe8\xbb\x7e\x5f\xfa\x49\xb4\x10\xf0\xfa\xcd\x8d\xd9\x97\x87\x1b\x08\x78\xfd\xfe\x56\xc9\xe5\x6d\x32\xd0\x6e\xc6\x14\xf4\x5d\xec\xca\x3a\xc0\xf9\x03\x08\x2f\x50\xee\xfa\x6d\x67\x40\xb9\x8b\x7d\xea\x12\x3f\x64\x27\x5a\x10\x76\xfd\x7e\x4d\x86\xa9\xf3\x8a\x35\xe6\x4f\x43\x8f\xc9\xb0\xac\xaf\x3e\xd9\x38\xfb\xe3\x1d\x49\x3a\xcc\xcd\x7b\x7f\xb4\x4e\xb4\xe6\x6e\xe4\x1f\xef\x9d\x68\xcd\x6f\x2a\x12\xad\x9d\x68\xcd\x6f\x2a\xbe\x26\x03\xd1\x9a\x54\x1c\xd0\x2e\x00\xed\xfa\x3c\x34\x44\x9f\xb0\xeb\xfa\x64\xb9\x1c\xf4\x09\xbb\xae\x4f\x46\x3f\x76\x5d\x60\xd0\x75\xcc\xfc\x80\xa2\x0b\x0c\xba\x3e\x57\x18\x28\x8e\x15\x02\x8b\x43\x35\xd8\xa4\xf7\x50\x74\x71\x6c\x9e\x68\xc5\x86\x02\x8a\x2e\x60\xe6\xfa\x6c\xdf\xe5\x8f\x83\xba\xb4\x0a\x7f\xe2\xe0\x94\x1e\xbb\x51\xea\xba\xb4\xec\xad\x38\xf8\x9f\xb3\xbe\x33\xdd\x93\x96\xf8\x00\x21\xd0\xe6\xe2\x10\x2c\x9b\xec\xfa\x63\xa5\x27\xe2\xa0\x25\x93\x9b\x7d\xd0\x92\x83\xd9\x35\x87\x2e\x85\x01\x51\x37\x36\x4f\x67\x2e\xb9\x89\x83\x57\x39\x4f\x43\x17\x1e\x93\xb0\x4c\x2a\x7e\xac\x78\x5a\x60\xcf\xf5\xc9\x72\x81\xa0\x8b\x23\xf5\xf3\x76\x66\xea\xa7\xf4\x84\x0f\x10\xe2\x48\xe3\xc9\xab\x9c\x6c\x1c\x5c\xba\x00\xa4\xeb\x50\xfb\x71\xa4\x86\x94\x75\xf8\x00\x21\x70\xe9\x02\x90\xae\x4f\x1e\x35\x2e\x5d\x00\xd2\xf5\xf9\x7c\x67\x7a\xc5\xac\xb6\xc9\xa3\x3e\x56\xb2\x22\x0e\x06\xda\x64\xce\x80\xd5\xc5\x41\xac\xa6\x39\x0f\x41\x17\xa0\x73\xfd\xf9\x7d\x07\x9d\xc9\xec\xf2\x55\x42\x40\xc9\x05\x94\x5c\x7f\x76\x03\x52\x1a\xe2\x40\x3e\xe4\xf7\xa8\xef\xf2\xd7\x41\x03\xc2\x81\xc4\x97\xeb\x50\xfb\x71\xb0\xb0\x0e\x16\x96\xcf\x0a\x02\x6d\x2e\x60\xe6\xfa\xc3\xa7\x3d\x86\x19\xc2\x98\x7a\xc2\x3d\x4f\x97\x73\x07\x9f\x55\xa9\x19\x07\x77\xf0\x10\x56\x7b\xd6\xf7\xfd\x01\x2c\x17\x87\x04\xc1\xf3\xcd\xf9\x4b\x97\xd4\x65\x3c\xdf\x9c\x27\x41\xf8\x72\xfd\x61\x98\x1f\x97\xc7\x94\xf7\x7c\xbe\xe9\x7d\x99\x0c\xb2\x06\xcf\x37\xbd\x6f\xf7\x5c\x21\xb7\xfe\x74\x0d\xdd\x26\xed\xed\x31\x85\x96\x0e\x66\xd7\x21\xac\xf6\x7c\xd3\x9b\x37\x79\x30\xbb\x7c\x4e\x10\x07\xb3\x0b\x89\xae\x3f\xa2\x48\x10\x74\x81\x3d\xd7\x1f\xe6\xf6\xc1\x47\x3c\x14\xb9\xbe\xc7\x77\x50\xe7\x05\xf1\xdf\x30\x4a\xd4\xe6\x10\xaf\x57\x80\x1e\xc0\x72\x71\x50\x9b\xf7\x1b\xba\xd7\x78\x52\x9b\xd7\x28\xe1\xcb\x45\xf0\xfc\xde\x95\xb0\x0e\x28\xb9\x80\x92\xeb\x6a\xcd\x23\x56\x94\x2c\xa0\xe4\xfa\x6b\x94\x82\x35\x84\x28\xd7\x5f\xa3\x04\x2c\x17\x41\xac\x5e\x61\x00\x0c\xb9\x08\x71\x31\xb5\xe6\x11\x9c\x3c\x28\xb9\xfe\x0e\x0d\x89\x8b\x85\xb8\xd8\x3b\xfe\xf6\xcf\xc1\x02\x75\x2e\x82\x55\xa4\x10\x3d\x62\x99\x43\x01\x37\xd7\xd5\x9c\x07\xce\x5c\xe0\xcc\xf5\xf7\x32\x06\xf4\x09\x67\xae\xab\x24\x0f\x48\xb9\x08\xe9\xd3\xd7\x0e\x06\x29\x17\x41\xb4\x5e\x81\x38\x48\xb9\x80\x94\xeb\xef\xed\xc9\xe8\x13\x88\x5c\x57\x49\x1e\x21\x14\x86\x1e\xd7\x55\x92\x47\x08\x70\x05\x5f\x51\xd1\x78\x40\xca\x45\x10\xad\x97\x9d\x17\x44\x2b\xe8\xd3\x4b\x36\x50\xe7\x02\x59\xae\xbf\x4c\x3a\x80\xb9\x08\x52\xf4\xae\x6c\x61\x44\xba\x7c\x85\xfd\x4b\xd1\x78\x04\x29\x82\x9b\xab\x9f\xad\x12\x67\x2e\x70\xe6\xea\x27\x14\x16\xec\xa6\x58\x52\x54\x3f\x5b\x25\xf8\x5c\xc4\x0a\x7e\xd5\xcf\x56\x19\xdd\x78\x76\x0d\x51\x08\x28\xba\xc0\xa0\xab\x1f\x03\x2d\x88\x16\x06\x5d\xfd\x56\x19\x5f\x84\x50\x58\x2c\x25\x2b\x8c\xf7\xc0\xa7\x0b\x60\xba\xfa\xd9\x2a\xf1\xe9\x02\x91\xae\x80\xdf\x23\xca\x3b\x2a\xf7\x34\xf7\xf1\xe9\x02\x67\xae\x14\x78\x07\xce\x5c\xc4\xf0\x98\xdf\xdc\x1f\xdf\x99\x73\x1d\xfc\xa6\xb9\x68\x17\xb2\x5c\x29\xdb\x8e\x38\xbd\xe2\xa5\x5d\xf5\x2b\x03\x72\x6a\x7d\x99\x5d\xf5\xb3\xad\xa1\xc7\x45\x2c\xd1\xaa\x1f\x5b\x2c\x18\x53\xb1\x8c\xa9\xfa\xd9\xac\xb0\xe4\x22\x2e\xf7\x5c\x1f\x07\x05\x96\x5c\xc4\x65\x90\x45\xa6\xb0\xe4\x22\x6e\x97\x7f\xb3\x4e\xb4\x2b\x6e\x4f\x34\xbf\x83\x06\xf9\x36\x20\xdf\x04\xa3\x4f\x40\x6f\xa5\x46\x3a\xf0\xde\x22\x56\x35\x58\x6d\x3f\x6f\x93\x3e\xa1\xbf\xd5\xf6\x4d\x1b\x66\x57\x2c\xb3\xab\x54\x53\x47\x4c\x8f\xb9\xac\xaf\xda\x78\xbf\xc1\x57\x84\x6f\xab\x4d\x04\x15\xc5\x2d\xe0\xdb\x6a\x13\x2c\x8d\xd7\x99\x4b\xd0\x6a\x3b\xb4\x2e\xda\x15\xcb\xe7\xab\xed\xf0\x3a\x18\x53\xb8\x6d\xb5\xd9\x6d\xb0\xd9\x02\x94\xad\xb6\x85\xd5\x0a\x6c\xb6\xc8\x9f\x7e\x9a\x0c\xd8\x6c\x91\x4b\xb4\x6a\x5b\x5f\x30\x47\x2e\x2b\x2a\xd0\xd8\x6a\xeb\xdf\x41\xf7\xdc\x0c\x08\x21\xc4\x66\x8b\xdc\x3c\x91\x4d\x20\xd9\x4d\xb9\x2c\xa5\x52\xdc\x1c\xb9\x04\x29\x20\xda\x6a\x1b\xee\xc9\x07\x83\x68\x2b\xd8\xf1\x80\x68\x8b\xdc\x75\x49\x1c\x27\xf7\xef\x9e\xc6\x93\xe1\x83\xdb\x16\x79\xb8\x27\x13\x1e\x8d\x2d\xa0\xd6\x6a\x63\xad\x63\xac\x45\x86\x2e\xdd\xdf\x41\x8f\x19\x1e\xd3\x5c\x42\x5c\x0b\x38\xb5\xda\x56\x3d\x4e\x24\xb5\xc9\xf4\x3a\x78\xaa\xc9\x1a\xca\x15\xb5\x2a\x35\xc7\x81\xb8\x16\x99\xde\x11\x1b\x07\x71\x2d\x30\xd6\x6a\x7b\x3c\x26\x09\xca\xa6\x75\xb9\x00\xc8\xb4\xc8\xa5\x2f\xa5\x68\x38\x20\xd3\x02\x24\xad\x76\xc1\xc7\x14\x39\xc7\x43\xab\x9d\x91\x92\xfd\x3b\x73\x75\x7e\x5f\x55\x36\x91\xdd\xd0\x2d\xbf\xac\xf6\x6f\x86\x94\xce\x2f\x2f\xad\xf6\x70\x4f\xd6\x10\x02\x5a\xed\xe1\x72\xd6\x50\x0e\xad\xa7\x01\x19\x86\x6e\xa9\x46\xed\xdf\x5c\xe2\xba\xe5\x70\x79\xfb\xce\xd4\x25\x1a\xb2\x33\xb7\x93\x86\xc0\xa2\xd5\x2e\x7a\x98\xfc\xb9\x3c\x35\xf4\x4d\x30\xfe\x5c\x9e\xfa\x29\x7a\x98\xc2\xe8\x70\x6a\xb5\x97\x86\xa8\x4d\x2e\xbb\xa9\xd4\x07\x47\x52\x1b\x8c\xb5\x52\x0a\x1c\x18\x6b\x91\xcb\x9f\xab\x7d\x55\xcf\x47\x52\x9b\xa4\x36\xbb\x7d\x13\x63\x2d\x72\x25\x20\x6b\xa7\x4b\xe0\x6a\x81\xaa\x56\x3b\x27\x0f\x5c\x2d\xf2\xd6\x90\x2d\x12\x63\x2d\xf2\xd6\x10\xcb\x3a\xe9\x52\xd2\xa5\xdd\xc6\x07\xbc\x16\x79\x1b\xa5\x55\x15\x10\x30\x6c\x91\x2b\x34\x5f\xfb\x63\x94\xa6\x7b\x4e\xf7\x7c\x35\x34\x4d\x86\xe9\x75\x7c\x73\x49\x68\x1e\x8d\xad\xf6\xf7\xbb\x7c\x3a\xb8\xa6\xe2\x22\x8c\xff\x8d\x41\x91\x7c\xc5\x5c\x56\x58\x21\x8d\x07\x7e\x5b\xe4\x72\x19\x4b\xa1\x6f\xe4\x63\x08\x97\x4d\x56\x87\x5d\x31\x29\x59\x2e\xb7\xb0\x8e\xdd\xe3\x0a\x5b\xe5\xb2\xc9\xea\x38\xbe\x33\x0d\xf6\x32\xcd\xea\x10\xd0\xce\xd7\xf4\x59\xde\x61\x1d\x36\xc0\xc6\x50\x6b\xcb\x2d\xac\x63\x51\x1b\xa2\x31\xd4\xda\xcf\x3d\x57\xe1\x57\x34\x36\x19\xfc\x5b\x1d\xf2\x35\x8d\x5b\xd8\x96\xa0\xd5\xb1\x8a\x60\x02\x13\x2e\xda\xa6\x75\xc1\x08\x84\xb8\x80\x86\xab\x63\x81\xe2\xa2\x91\x37\x68\xb8\x3a\xc8\x5b\xe3\x16\x42\xc3\x95\xa2\xdc\x68\x82\x51\x6d\x37\x4a\x36\xc0\x26\x18\x85\x17\x57\x10\xe1\x81\x10\x17\x8d\xbc\x29\xb5\x0d\x84\xb8\xc0\x84\x2b\xa5\xb6\xd1\x56\x61\x45\xb4\x65\x8b\xd5\x71\xe9\x27\x5b\xac\xad\x48\x7d\x1d\x66\x5f\x93\xab\x6c\x87\xce\x73\xe1\x9a\x5c\x25\x88\x5c\x1d\xa2\x73\x4d\x30\xbf\x85\x01\xa1\x79\x8d\x03\xd9\xc2\x78\x9a\xa7\x00\x73\x01\x29\x57\x87\xfd\xb3\x89\x4c\xb5\x74\xcf\x85\x5d\x88\xc6\x81\x84\x94\x2b\xdc\xf0\x80\x94\x8b\x96\xee\xf9\x7a\x4c\xea\xd8\x56\xd4\xaa\x8e\x55\xe7\x12\x00\x73\x81\x2c\x57\x87\x3d\x19\x52\x2e\x1a\xc9\x0c\x31\xb7\xc6\x57\x04\x91\xab\x30\x3f\x9b\xb4\x24\x88\x5c\xc5\xa6\xf3\xd2\x92\xad\xbb\x7c\x73\x4f\x3a\xda\xd8\x62\x61\x7e\x36\x21\xb0\xc6\x16\x0b\x7b\x72\x63\x8b\x35\xe2\x1a\x12\x98\xad\x7f\xf7\x7c\x1d\xf4\xec\x6c\x31\x44\xba\x0a\xf6\x1d\x22\x5d\x20\xd2\x55\x1c\x5a\x67\x8b\x21\xd2\x55\x30\xe5\x10\xe9\x02\x7c\xae\x42\xd4\x03\x5f\x2e\xda\x72\x2e\x2b\xd2\xd0\xf1\x2a\xdb\x70\xb9\x50\x5d\x1b\x5e\xf1\x92\xd3\x8a\xe6\x9e\xbc\x4a\x9c\xb8\x0a\x3a\x0a\x17\x17\x00\x71\x15\x76\xef\xc6\x16\x6b\x84\x30\xbe\x99\xcc\x81\xc4\x82\xab\xe0\x9c\xb4\x4b\xe7\x2f\xad\xd3\xd1\x26\x44\x8f\xfe\x56\xc1\xaf\x6b\x1c\xc8\x46\xde\x82\xb8\xe2\xbd\x05\xd0\x5b\xc5\x65\xd6\xb1\xc5\x30\xdd\x2a\x28\x6e\x9b\xe6\xfc\xd4\xa5\x6f\x7a\x93\xb7\xb6\x82\xf2\x15\xf7\x77\xa6\xd6\xc9\x5b\x08\xab\x81\xc0\x05\xfa\x5b\x85\xe0\x33\x08\x5c\x20\xbc\x55\x48\xcd\xb4\xc7\x78\x3e\xde\x91\x2d\x1d\xe1\x2d\xda\xeb\x89\xf8\x1f\x8d\xab\xd9\x5e\xcf\x2e\x47\x09\xe6\x16\x60\x6e\xa5\xc4\x36\x3a\xb1\xea\x74\x29\xe5\xe7\xbb\xc2\x8a\xce\xec\xca\xf5\xbf\x7f\x81\xe2\x16\xf0\x6d\x95\xf6\xf9\x2e\xb0\xd5\x29\x58\x52\xda\x4e\xc1\xfa\xd2\xac\x4a\x49\x46\xbc\xb7\xe8\x9b\x86\x58\x04\x9d\x57\x09\xf4\x56\x29\x3f\xdf\x29\x58\x5f\x5e\x61\xe5\xaa\x88\x89\x4e\x97\x80\xde\x2a\x8f\xef\xe0\xe5\xe0\x7a\xcc\x24\xbf\x9d\x2d\xd6\x0f\xfd\x24\xbf\x9d\x2d\xd6\x89\x55\x4a\x32\x76\x62\xd5\x0f\xf7\x5c\xdf\x79\x07\x08\x5c\xa0\xbf\x15\xec\x78\x80\xc0\x05\xec\x5b\xa5\x50\x32\xec\x5b\xc0\xbe\x55\x72\x4a\x60\xdf\xa2\x87\xce\x37\xfd\x54\x2e\x01\xfb\x56\xd9\xbf\xcb\x75\x3e\x34\x24\x35\xd3\x79\x93\x7d\xc9\x53\x25\x2f\xbd\xd3\x25\xd8\xb7\x82\x1d\x0f\xd8\xb7\xe8\xc4\x2a\x59\xac\x20\x70\xd1\xe9\x52\x5a\x08\x5d\x60\xab\x37\xf7\x34\xe7\x3b\xb1\xea\xcd\x3b\x12\x89\x46\x86\x8b\x4e\xac\x92\xc5\xda\x89\x15\x24\x5c\xa1\x96\x07\x16\x5c\xc0\xbe\x55\x0a\x85\xc0\xbe\x45\x5f\xa2\x53\x69\x21\xe0\xbd\x05\xd0\x5b\xe5\x6d\x90\x45\xe1\x81\xde\x2a\x15\xbf\x20\xbc\x45\x27\x41\xc9\x11\x87\x76\x8b\x3e\xb4\x2e\xe1\x02\xed\x16\x98\x6e\x95\x24\x1d\xda\x2d\x90\xda\x2a\x49\x3a\x44\x5b\x74\xa6\xdc\x5f\x1b\xfb\xdf\x19\x14\x9d\x9d\xd7\x4f\x6f\x95\x5d\xd2\xd9\x79\x9d\x49\xd7\xbe\xa5\x43\xb4\x3a\x07\xb2\xd1\xfb\x2e\x6e\xdf\x97\x76\x55\xfb\x7d\x97\x1b\x83\x65\xd9\x55\xb3\x09\x20\xc4\x45\xe7\x55\x36\xb9\x95\xce\xce\xeb\x4b\xd0\xaa\x7d\x4b\x67\xe9\x5a\xe0\xc5\x55\xe3\x98\xf5\xa5\x6b\xd1\xd9\x79\x8d\x3f\x8f\x25\x17\x9d\x49\xd7\x76\x83\x2d\x14\x86\x1e\x57\xed\x5b\x4f\xd3\x63\x2e\x41\xab\xc6\xc6\xe9\xac\xb7\x4e\x9f\x1a\x27\xbf\x0b\xd1\x03\xc5\x55\x13\xb6\x02\x8a\x8b\xbe\x0c\xad\x6a\xc2\x80\x5d\x0a\xb1\x3f\x3a\xcf\xc2\xee\x44\x0b\x28\xae\x9a\x58\x56\xe7\x55\x02\xc5\x55\x93\xd5\xec\x6a\x28\x3a\xaf\xb2\x89\x72\x77\x79\x45\xf4\xb8\x6a\x9c\x3d\xf4\xb8\xe8\x94\xac\xd9\x19\xd0\xe3\x02\x2f\xae\x9a\x5c\x65\xa9\x77\xc0\x84\xab\xb6\xe0\x39\x81\x09\x17\xb5\x79\x76\x7e\x5d\xf1\x2a\x8b\x57\xa9\xa6\x37\x80\xe2\xa2\x78\x95\x6d\x7d\x8a\x1a\x25\x44\x5f\x9b\xc7\x94\x96\xc4\x92\x0b\x10\xb9\x6a\xf2\xf3\x58\x72\x51\x6c\x31\xb5\xbc\x51\x6c\x31\x48\xb9\x6a\x8b\xa8\x13\x25\x04\x06\x29\x57\x4d\xec\xba\x96\x11\x16\xc8\x72\xd5\xa6\x86\x38\xa5\x38\x73\xd5\x04\xb4\x8b\xe6\x15\x03\x4d\x2d\x6f\x80\xcf\x05\xf8\x5c\x35\xd5\x2b\xe0\x73\x51\x0c\xb4\xf6\xb8\x9c\x81\x06\x37\x57\x60\xe2\x81\x33\x17\xc8\x72\xa5\xea\x37\x8a\x81\x56\x3c\xd5\x26\x3f\x0f\x30\x17\xc8\x72\x05\x11\x1e\x00\x73\x51\xcb\x4e\xab\xfe\xfb\xce\xd4\xd0\x92\xbe\x52\xe0\x1b\xc5\x16\x2b\xee\x6b\x37\xbd\x4b\xb5\x05\x4e\x5c\xf5\xdd\x8b\x53\x6d\x81\x13\x57\x0a\x7c\xa3\x44\xd0\x8a\x81\xd6\xf7\xef\x72\xaf\x98\x4f\x0b\x26\x1e\x50\x72\x51\x4b\x0f\xab\x2b\xe7\x2a\x99\xc7\x62\xb5\xf5\xf5\xb7\x57\x51\x4d\xeb\xd4\xb1\xf3\x54\x21\xe8\x02\x5f\xae\xba\xd5\x51\xc2\x6a\x30\x73\x05\x26\x1e\x68\x73\x81\x2f\x57\xdd\x6e\x53\xac\x36\x28\xb9\xea\xf9\x9d\xe9\x72\x92\xd9\x25\x2e\x8b\x64\x56\x69\x9d\x89\x54\xbc\x5f\x7c\xb9\xea\x82\xe4\xa5\xda\x02\x5f\xae\x3a\x5f\x01\x5f\x2e\x10\xe5\xaa\xdb\x43\x8a\x64\xe2\xcb\x95\xfa\xe0\xa8\x25\xa0\x01\x33\x57\x5d\x9d\x4b\xf1\x93\x6b\x18\xe4\x6f\x1d\x89\xb5\xc1\xcc\x55\xe7\x2b\x14\x71\xad\xd3\x63\xca\xf9\x03\xcb\x05\xa2\x5c\x75\x1b\x4b\x49\x71\x16\xef\x57\x25\x71\x94\xac\x41\x9d\x06\xe4\xd4\x3a\xa3\xaf\x04\xe0\x3a\xb3\x0b\x5f\x2e\x8a\x54\xaa\x24\x0e\x60\xb9\x40\x94\xab\xce\xd5\x00\x96\x0b\x28\xb9\xea\xdf\xe2\x12\x80\x2b\x46\x5f\xff\x16\x17\xa9\xac\xdb\x80\x88\xca\x01\xcb\x05\x94\x5c\x75\xb6\x18\x94\x5c\x40\xc9\x55\xff\x16\x17\xf3\x10\x51\xae\x3a\x5b\xac\x98\x87\x25\x54\x07\x7a\x1e\x50\x72\x51\xa2\x72\x0a\x91\x03\x58\x2e\xa0\xe4\xaa\x73\x35\xa0\xe4\xa2\xa6\x86\xa4\x90\xa0\xe4\x02\x4a\xae\xba\xfd\xa8\xc8\x2f\x94\x5c\xf5\x57\xe7\x39\xb8\x45\x7e\x4b\xf8\xaf\xc8\x2f\x78\x5c\xd5\xb7\x0c\x79\xbd\x00\x71\x55\xb6\x9e\x12\xbf\xab\x95\x90\xa8\x12\x13\x04\x88\x8b\xa2\xb4\xc5\x6a\xc3\x82\x0b\x2c\xb8\x2a\xb9\xd4\xc1\xc1\xc5\x82\xab\x12\x13\xc4\x82\x0b\x2c\xb8\xaa\xf5\x89\x5f\x80\xc0\x05\xfa\x5b\x95\xad\x67\xc8\x44\x0c\xd6\xa5\x3a\xe6\xc0\x82\x8b\x41\x93\x8b\xff\x31\x68\xf2\x60\x48\x96\x50\xf2\x60\x48\x02\xc4\x55\x71\xaf\x01\xe2\x02\x12\xae\xd4\x31\x07\x32\x5c\x40\xc2\x55\x2d\x08\x6e\xc0\xbe\x05\xec\x5b\x95\xda\x19\xbc\xb7\x40\x78\xab\x12\x5f\x1e\x87\xcb\x89\x6a\xfd\xb5\x8e\xfe\xc6\xa0\x00\x83\x0b\x14\xb8\x2a\x8b\x6c\x2c\xfd\x8d\x41\x71\xcb\x22\x83\x7f\x8b\xc1\x25\x2e\xe1\x20\xf8\xb7\x80\x7f\xab\x1a\xc6\x80\x95\x09\xff\x56\x5f\x91\x33\xee\x5b\xc0\xb8\x55\xd9\xc1\x86\x12\x8c\x41\x5c\xbf\x22\x67\x88\xb7\x80\x71\xab\xb2\x83\x0d\x06\xe5\x48\x63\x20\xa0\x3d\x14\x6b\x0c\x06\x65\x5d\x1a\x62\x50\x82\xba\x15\xc6\x7b\x0c\x06\x25\xb6\x5b\x95\x70\xe5\xa0\xa3\xa3\x99\x53\xeb\x6b\x94\x40\x7a\x0b\xa4\xb7\x2a\xfe\x3c\xd2\x5b\x0c\x39\x8b\xaf\xf2\x19\xf7\x2d\x06\x3f\xb9\xe4\x69\x71\xdf\x62\xb0\x47\xcb\xb6\x36\x24\x32\x86\x44\x46\x59\x79\x98\x70\x31\xba\x99\xa2\x0c\x01\x13\x2e\x06\x3f\xf9\x2b\x72\x46\x88\x8b\xc1\x4f\x2e\x4e\xfe\xe0\x27\x03\xc5\x55\x59\x64\x83\x9f\x0c\x0d\x57\x43\xe0\x1d\x21\x2e\xa0\xe1\x6a\xb0\x04\x11\xe2\x62\xd0\xe6\x61\xe5\x61\xc2\xc5\x60\xb9\x7e\xf5\xcc\x60\x70\x01\xff\x56\xc3\xca\x83\x7f\x8b\xb1\x84\xb7\xc6\xee\x1d\x09\x57\x0e\xe6\xec\xb0\x2b\x0e\x16\xeb\x20\xc3\xe3\x5b\x8e\x8c\x53\x4c\xb8\x1a\x9c\xfc\xa1\x96\x17\x05\xae\xc6\xf1\x9d\xe9\xd9\x4f\xf7\x94\xfb\x1d\x97\x7b\xf2\xbd\x87\x00\xec\x20\xc3\xe3\xfa\xce\xf4\x98\x42\x8b\x43\x76\x63\x08\xe6\x0f\xa5\x22\x43\x14\x11\xdb\x3d\x80\xe2\x02\x28\xae\x46\xfb\xce\xd4\x3a\x1d\x1d\xcd\x04\x63\x9c\x0e\xc6\xe9\x57\xc7\x3c\x18\xa7\x58\x70\x35\xbe\x35\xaa\x96\x77\x88\x22\x0e\x4e\x14\x16\x5c\x60\xc1\xd5\x50\xef\x80\x05\x17\xe8\x6f\x35\x04\xcb\x40\xe0\x62\x70\xb3\x47\xb9\x5c\x51\xc9\xe0\x66\x7f\xc5\xcd\xe3\x31\x6d\x98\xb1\x63\x7c\xf7\xd4\xf9\xd7\xb3\x0b\x96\x0d\x19\xdd\xc1\x62\x1d\xa2\x09\x83\xc5\x0a\x09\x57\x43\x11\x04\x16\x5c\x60\xc1\xd5\x60\x5d\x9e\xc4\xf5\xfc\x79\x76\x1b\xe0\xa9\xe8\x0d\x12\xae\x86\x64\x28\x32\x5c\x40\xc2\x15\x0a\x7c\x20\xc3\xc5\x49\x71\x07\x93\xf3\x64\xf0\x9e\x3f\x0d\x29\x83\x46\x86\x0b\x48\xb8\x1a\x42\x0c\x58\x70\x71\xb2\x6d\x87\xb4\xd4\x49\x5c\x4f\x5e\xfa\x78\xbe\x33\x57\xe7\x4f\xb6\xed\x10\xfe\x3d\xd9\xb6\xe8\x6f\x35\xec\x75\x27\xdb\x16\xf6\xad\xbe\xda\xe8\x93\xb8\xa2\xbf\xd5\x57\x06\x7d\x92\xca\x93\x54\x7e\xc5\xcd\xb0\x6f\x71\xf2\xd2\x4f\xc1\x32\xd8\xb7\x80\x7d\xab\x53\x65\x04\xec\x5b\x00\xbd\xd5\x69\x75\xe0\xbd\x05\xd0\x5b\x61\xbb\xc7\xc9\x38\x05\x7a\xab\x93\x4b\x84\xf7\x16\xe7\xca\xf2\x16\xe0\x7b\x9c\x8a\xdd\x4e\xa2\x7a\xda\xc1\x4e\x09\x97\x93\x97\x0e\xf8\x1e\x67\x7a\x47\xa9\x75\x89\x8c\x93\x19\x7b\x52\xda\xd3\xe2\x42\x86\x0b\x2c\xb8\x02\x7c\x8f\x93\x1d\x8a\xfe\x56\x27\x8f\x0a\x04\x2e\xd0\xdf\xea\xcc\xef\x4c\xef\x88\xa8\x02\xbe\xc7\x49\x54\x4f\xa2\x7a\x0a\x5b\x9c\x12\xc1\x27\x7f\xfe\x6c\x06\x99\x3f\x0f\x1e\x57\xa7\x65\x88\x1a\x17\xa8\x71\x75\x76\xad\xd3\x4f\xd4\xb8\x42\x81\x0f\xd4\xb8\x40\x8d\x2b\x14\xf8\x38\xd9\xb6\xa7\x88\xe4\x29\xe5\x81\x1a\x17\xa8\x71\x75\x8a\x44\x9f\x94\x16\x35\xae\xbe\x2a\x6a\xb8\xb8\xc0\x89\xab\x93\x97\x76\x0a\x07\x9c\x65\xe8\x7c\x4e\x70\x0a\x07\xa0\xc6\xd5\xc9\x66\x44\x8d\x8b\x93\xc1\x7b\x7e\xeb\x48\x0e\x08\x4a\xae\xce\x6f\xc9\xc8\x23\x43\xc9\xd5\x57\x45\x0d\x25\x17\x50\x72\x75\x2a\x2a\x80\x92\x0b\x28\xb9\x3a\xaf\xef\x9e\x5a\x17\x62\xf8\x4a\xab\x31\xe4\x02\x3c\xae\x4e\x91\x3e\xd4\xb8\xc0\x89\xab\xf3\x5b\x71\x72\x40\x27\x2b\xf8\x9c\x16\xec\x69\x94\x04\x0c\xce\xf9\xb7\x9f\x8d\x06\xce\x5c\x9c\x12\x44\xa7\x6c\xcc\xe9\xe3\x0b\xf0\xb9\x3a\x15\x91\xa2\xce\xc5\x29\x2e\x8a\x1b\x1f\x00\x73\x81\x2c\x57\x97\xcd\x0a\x60\x2e\xce\x15\x2a\x28\x34\xf8\xc0\x99\x0b\x64\xb9\xba\xbe\xe5\xa8\x86\xe6\x5c\xba\x5d\x97\x30\xf5\xa9\x74\xf9\x5c\x12\x5d\x97\xcd\x0a\x60\x2e\x90\xe5\xea\x12\xbb\x3e\x05\x4b\x4f\xe9\xe8\xeb\x5b\x79\x4a\x97\x21\xe5\xea\xab\xa6\x86\x94\x8b\x73\x15\x2b\xd7\x25\x9f\x7c\xca\xec\xe0\xc5\xd5\x57\x62\x0d\x1b\x17\xa7\x24\x0e\x1a\x7c\xc0\xc6\x05\x34\x5c\x5d\x12\x83\x27\x19\x86\x7f\xab\x4b\x44\xfa\xa2\xb8\x28\x70\xf5\xd5\x5d\x5f\x3e\xa9\x40\x81\xab\xcb\x2a\xb9\x44\x13\xae\x9f\x01\x69\xdf\xe5\xc3\xc1\xb5\x51\x5f\x1c\x33\x84\xb8\x80\x86\xab\x4b\xc4\xef\x62\xe3\x62\xc2\xd5\xb5\x3e\x8c\x8b\x4b\xb0\x14\x1a\xae\x2e\x99\x1d\x84\xb8\xb8\x28\xee\x57\xa1\x7d\x51\xdc\x8b\xe2\x5e\xd6\xd3\x45\x71\x2f\x8a\x7b\x89\x87\x5f\xbe\xb3\x00\x8a\xab\x8b\xcd\x78\x11\xd7\x4b\x60\xf3\xe6\xe8\xe2\xbe\xc5\x25\xb0\x79\xd3\x27\xdc\xb7\x00\x7c\xab\xdb\x78\x5e\x4c\x4e\xf8\xb7\xba\xd5\xb1\x5f\x74\x14\x05\xae\xb0\xc8\xe3\x52\x26\x83\x02\x57\x37\x25\x03\x83\x0b\xc0\xb7\xba\xa5\x64\x2f\xea\x78\xf1\xe7\xef\x6f\xe4\xf9\xf3\x17\xeb\xf2\x96\x7d\x05\x83\x8b\x8b\x43\x7e\xab\x06\xbb\x38\xe4\x08\x6f\x75\xcb\x1a\x20\xbc\xc5\xc5\x21\xbf\xc5\x86\x2e\x36\x23\xd0\x5b\xdd\xbc\xdf\x8b\xbc\x01\xbd\x15\x16\x79\x5c\x5d\xe7\x79\xe9\xb0\xe3\x01\xfb\x16\x17\xd1\xfa\x6a\x79\x2f\xa2\x75\xf1\xd2\x6f\x3e\xed\xe5\x43\x89\x8b\x68\xdd\xa4\xe8\xa2\x4f\xe8\x6f\x75\xb3\x82\x2f\x52\x74\x51\x9d\x9b\xc1\x8b\x05\x17\xd7\xd0\x79\x4b\x1b\x19\x2e\x2e\x49\xe6\x5b\x7e\x1e\x0b\x2e\x2e\xc1\xc7\x9b\x19\x7b\x09\x3e\xc2\xbe\x15\x6e\x78\xc0\xbe\xc5\xc5\xa3\x9e\x3e\xb6\x03\x81\x8b\x8b\xf3\xfc\x95\xd8\x82\xc0\xc5\x25\x63\x32\xb9\x85\xb0\x6f\x01\xfb\x56\x5f\x3d\x2b\xc2\x5b\x5c\x8c\xbe\x29\x7e\x87\xf7\x16\x40\x6f\x35\x85\xbe\x2f\x25\x2d\x97\x92\x96\xf9\xad\x0e\xf9\xe4\x4b\x1a\x65\x7e\x0b\x81\x5c\xc0\xbe\xd5\x54\x8b\x76\x91\x8b\x8b\xd1\x37\xbf\x17\xc7\xe8\x83\x7d\xab\xc9\x6a\x83\x7d\x0b\xd8\xb7\x9a\xe2\xe1\x17\xa3\xef\xa2\x21\xd8\xd9\x71\xd1\x90\x8b\x9f\x3c\x25\x86\x2e\x7e\x32\xfa\x5b\x4d\x61\x8b\x4b\x6e\x05\xfd\xad\xbe\x7a\xd6\x8b\xf3\x7c\x11\x96\x69\x0b\xba\xf8\xc9\x08\x6f\x05\xa8\x1d\x97\xa2\xe1\x8b\xda\x7c\xf5\xac\xb7\x30\x25\xa6\x5b\x4d\x7e\x12\xb4\x5b\xdc\x8a\x5f\x60\xb2\x03\xcc\x2d\x6e\xb1\xcb\x69\xbb\xb8\x69\xc8\xcd\x4f\x9e\xbc\x1f\xbc\xb7\xb8\xf9\xc9\x53\x50\xef\xa6\x21\xb7\xd8\xe5\x57\xa5\x0a\x02\x17\xb0\x6f\x35\xdf\xef\xf2\xd5\x4f\xd8\xb7\x9a\xb2\x99\xb7\xec\xf0\x2d\x0b\x83\x9d\x1d\x37\x3f\xf9\x26\x2c\x8f\xc4\xd0\x2d\x22\x79\xb3\xef\x1e\x73\xe9\x66\xdf\x41\xc2\xd5\x23\x5b\x84\x0c\x17\xf7\xe1\x9e\xac\x36\x80\xb8\xb8\x97\xf3\x5b\x5f\x3d\xeb\x2d\xce\x08\x10\x57\x0f\x5b\x0c\x20\x2e\x6e\xf6\xdd\x23\x9b\x09\x17\x17\x38\x71\x85\x9d\x1d\x37\x5d\x42\x8d\xab\x47\xb6\xe8\x66\xdf\xdd\xec\x3b\xec\xec\xb8\x65\x61\x6e\xf6\xdd\x43\xd6\x80\xe5\xe2\x96\x32\x7e\x64\x33\xf1\xe5\xe2\xa6\x60\x5f\xe5\x2b\xda\x5c\xe0\xc4\xd5\x23\xa8\x07\x17\x17\x38\x71\xf5\x30\xbb\xe0\xe2\x02\x27\xae\x1e\x1b\xca\xcd\xe8\xbb\x19\x7d\x4f\x73\x39\x53\x0e\x27\xae\x9e\xfe\x9d\xa9\x9f\xb4\xee\x61\x76\xdd\x52\xc6\x37\x57\xf8\xb1\x64\xe0\xe2\x02\x20\xae\x9e\xf1\xb7\x7f\x0e\x16\x37\x43\x0d\x3d\xae\x1e\xb5\xdc\x37\x43\xed\xa6\x79\x0f\x37\x06\x4b\x2e\x40\xe4\xea\xe1\xc6\xdc\x65\x0c\x08\xe1\x43\xf3\x6e\x42\x78\x13\xc2\x87\x1b\x83\x3a\x17\x77\x19\x18\x36\x19\xc0\x5c\xdc\xd4\xf1\xab\xaa\xbd\xb9\xc4\x20\x72\xf5\x88\xe3\xdd\xd4\xf1\x66\x69\x3d\x42\x76\x00\x73\x81\x17\x57\x8f\x78\xf8\xcd\xfb\xbd\xa9\xe3\x23\x64\x87\x1e\x17\x37\xef\xf7\xf9\x96\x0e\xef\x17\x2f\xae\x9e\x6f\xe9\x50\xc7\x9b\xdd\xf4\xf0\x6d\x60\xe3\x02\x13\xae\x1e\x21\xbb\x9b\x31\x85\x02\x57\x0f\xc5\xbd\x09\x21\xa8\x5b\xbd\x8c\xa9\x9b\x89\x74\xd3\x3c\x98\xec\x80\x78\x0b\x18\xb7\x7a\xbf\x05\x21\x36\x78\x33\x91\x5e\x49\x51\x88\xb7\xb8\x69\xde\xcb\x8d\xb9\x69\xde\x2d\x75\xfc\x1e\x2e\x97\x3a\xbe\x15\xbf\x00\x6a\xc7\x2d\x36\x78\x73\x74\x01\xb5\xe3\xe6\xe8\xde\x4b\xfa\xea\x15\x0e\x40\x88\x8b\x9b\x10\xbe\xf1\xdd\xd3\xc8\xab\x02\x7c\x05\xe2\x60\xe3\xe2\x66\x76\xbd\xcc\x84\x9b\xd9\x85\x1e\x57\xaf\xd0\x37\x7a\x5c\xdc\x84\x10\x65\x3b\x20\xde\x02\xd4\xad\x5e\x8a\x0b\xea\x16\x93\xdd\xf4\x52\x5c\x88\xb7\xc0\x76\xab\xaf\x14\x18\xe2\x2d\xa6\x24\x33\xd2\x74\x20\xbd\x05\xd2\x5b\x7d\xf5\xc1\x48\x6f\x81\xf4\x56\xaf\x8a\xa8\x49\xf3\xa6\xd8\xe0\xbb\xe8\x86\x81\xe2\x16\xf0\x6d\xf5\x95\x02\x4f\x99\x67\xf8\xb6\x7a\x4d\x9b\xb9\x7f\x97\x1b\x10\x09\x76\x30\xb7\x98\x32\xcf\xaf\x3d\x79\xca\x3c\x4f\x01\xc3\x57\x68\x09\xe1\x2d\x26\x47\xf7\xa5\xb8\x53\x3a\x1a\xf6\x6d\x7c\x55\xbf\x08\x6f\x31\x97\xa3\x3b\x60\x9d\x63\x52\xc7\xb9\xa4\x6f\xfc\xcc\x90\xe9\xf3\xd6\xb9\xa4\x6f\xfc\x4c\x86\xa9\x4c\x66\x2e\x47\x77\x60\x3d\xc7\x64\xa0\x01\xc4\x8d\xaf\xc0\x77\xca\x3c\xcf\xd0\x10\xcb\x7a\x8a\x1e\xe2\xc4\x0d\x58\xe7\x80\x8b\x8b\x99\x5a\x17\x06\x02\x88\x8b\x99\x1a\xe2\xa9\x4e\x42\x38\xd3\x3d\xc5\x5a\x31\xe4\x62\x36\xf7\xa4\x79\x93\x7d\x37\x9b\x7b\xca\xfd\x4d\x31\xc1\xd9\xf4\x53\xcd\x1c\x94\x5c\x80\xc7\x8d\x9f\xcd\x7f\xfa\xbc\x75\x76\xad\xcb\xe8\x4d\x25\xcb\x73\x59\x74\xe3\xf7\xcd\x25\xe1\xbf\xb9\xb4\x6e\xfc\x28\xd8\x64\xca\xcd\x25\x6b\xe3\x77\xb9\x27\x59\x9b\x4b\xd6\xc6\xef\x9b\x36\x64\x6d\x96\x77\x24\xc5\x3d\x45\xfa\x66\x69\x48\x29\xd3\xe4\xa9\xce\xd2\x10\xa3\x0f\x89\x2e\xe6\xf0\xec\xf2\x0b\x93\xa7\x0a\x48\x37\x7e\xf6\x79\x08\xba\x98\xcb\x0d\x1d\xbf\xc7\x8b\xf3\x21\xec\x1c\x06\x44\x40\x73\xf2\x3f\xe7\xe9\x9e\xb6\x74\x5c\xba\x98\xa7\x27\x7a\x8d\xbc\xd4\x0c\x3c\xdd\xf8\x09\xc4\x4c\x4e\x29\x4a\xdd\xf8\x51\x30\x78\xba\x98\x4b\x1c\xc7\x57\x49\x3c\x19\x92\x73\xb9\x98\x63\xfb\x79\x71\x6c\xc6\xb9\xc4\x71\x6c\x6c\xc6\xa9\xf4\x06\xb3\x6e\x6c\xdb\x77\xa6\xcb\x97\xdf\x39\xbe\xf2\xe2\xc9\xef\x04\xb2\x1b\xdb\x37\xbd\x7d\x32\x3b\x97\xe9\x38\x36\x1f\xb3\xc0\xda\x05\x9e\xdd\x80\x5e\x0e\x58\xbb\x98\x53\x97\x6c\xfe\x53\xc2\x65\x2e\x51\x1d\x9b\xaa\x10\xac\xbb\x98\xd3\xe5\xb6\x74\xac\xbb\x00\xb9\x1b\x9b\x0f\xca\xb1\xee\x62\x2e\x19\x1d\x5f\x21\x32\xe4\x5d\xcc\x47\x3f\x85\x57\xa6\xe8\x21\x0e\xde\xd8\xbe\xe9\x2d\x50\x08\x87\x37\x36\x41\x93\xc9\x43\x9d\xaf\x7b\x8a\x8f\x4c\x81\x42\x70\xbc\xb1\x09\x85\x4c\x86\xe4\x7c\x8d\xa7\x1c\xc0\xf4\x3d\xc8\x7c\xdd\x93\x3f\x37\xdf\xef\x9e\xaf\x83\x6b\xdb\x85\xd1\x8b\xe7\xa7\x21\x5b\x39\xa8\x5e\x3c\x3f\x03\x62\x21\x3c\xe4\xf7\x59\x82\x3b\x36\x1b\xf4\x23\x50\xf8\x6c\x06\x84\x19\x8b\xb4\x17\x68\x7a\x63\xbb\xfe\xfe\x2b\x8f\x47\xde\xfb\xd9\xf4\x57\xdc\xfe\xe1\xbe\x3e\xbb\xae\xa9\xe4\xc0\xd8\x8b\x67\x37\xae\xb6\x5f\xc4\xbd\xc0\xca\x1b\x9b\x74\x34\x64\x5e\x80\xe4\x8d\x4d\xe6\x19\x24\x2f\x40\xf2\xc6\xae\x7a\x09\x24\x2f\x40\xf2\xc6\xfe\x73\x4f\x3a\xfa\x2c\xe5\x1c\xbb\xc9\xfb\x30\x28\x91\xf3\xc6\xae\x2e\xe3\xe1\xe8\x22\xe7\x8d\xdd\x46\x8d\x9c\x17\x58\x79\x63\x37\x79\x41\xf2\x02\x0f\x6f\xec\xe6\xe9\x43\x08\x1f\x42\xb8\x2f\x74\x4f\x3c\x22\x7e\x58\x79\x63\x97\x79\x86\xcc\x8b\x27\xf5\xd3\xe4\x7d\x48\xe6\xb3\xcc\xc4\xb1\xcb\x83\x3d\xcc\x44\x38\xbd\xb1\xfb\x9c\xe8\x11\x1b\x84\xd3\x1b\xbb\xed\x17\x4e\x2f\x00\xf4\x06\x86\x72\x3c\xc2\x80\x0f\x1d\xdd\x55\x70\xe0\xe8\x05\x80\xde\xd8\xcd\xfd\x87\x9f\xfc\x74\xad\x0b\x2d\x82\xeb\xc5\xb3\xdc\xe5\xb1\x9b\xfb\x8f\xc2\x44\x8c\xbd\x01\xc1\x1c\x18\x7b\xf1\x74\x0d\xb1\x71\x31\xf6\x02\x4e\x6f\xec\xdc\x42\x38\xbd\x78\x96\xc6\x8e\xaf\x9a\x1a\x4e\x2f\x00\xf4\xc6\x2e\x98\x8f\xa3\x17\x0f\x71\xdd\x85\x42\x1e\x79\xef\x67\xe8\x12\xb7\x10\x32\x2f\x9e\x61\x40\x84\x42\x90\xf3\x02\x39\x6f\xec\xe2\xf6\xc8\x79\x81\x95\x37\xf6\x6f\xe9\x70\xb3\xb1\xf2\xc6\xae\xb0\xff\x21\x99\xcf\xe9\x9e\xbe\xb8\x05\xc9\x0b\x3c\xbc\xb1\x4b\x9f\x3d\x24\x13\x0f\x6f\xec\x02\x86\x0f\x43\xf2\x21\x99\x18\xca\x81\x87\x17\x78\x78\x63\xbf\xbf\x33\x3d\x26\x1d\xdd\x25\xc5\x1e\x3a\xfa\x50\x47\xb4\xe5\x78\x44\xe5\x10\xf0\xc6\xce\x1e\xc1\xbc\x0b\xb0\xbb\xb1\x2b\x7e\xc2\xbc\x0b\x94\xbb\xf1\x15\x63\xc3\xdb\xc5\x33\xdd\xd3\x26\xf0\xf8\x9c\xe4\x21\x99\xbb\xaf\x90\x1e\x76\x28\xd8\xdd\x38\xbe\xc5\xa5\x84\xf1\x59\x7a\x38\x8e\x9f\xcb\x09\x21\xf4\xdd\x38\x36\xfd\x54\x0d\x04\x72\x37\x8e\x6f\x1d\x71\xb3\x9f\x25\x92\xe3\x90\xea\x7a\x9e\xef\x9e\x6b\x6d\xa2\x2d\x07\xd6\x5d\x80\xdc\x8d\xaf\x32\x1b\xeb\x2e\x9e\x95\xaa\x1e\x87\x54\xd7\xf3\x6a\xfd\xd5\x3a\xc3\x07\x00\x2f\x9e\x57\xeb\xac\x60\x1c\xbc\x78\x96\x72\x8e\x83\xe1\x03\x79\x17\x2f\xc9\xfc\x6a\xb8\x5f\x92\xf9\xae\x84\xcb\x38\xd8\x38\x2f\x2f\x1d\xf9\x6e\x40\x30\x07\x00\x5e\x20\xdf\x8d\xaf\xb0\x1b\x00\x2f\x90\xef\xc6\xc1\x1a\x02\xc0\x8b\x77\x99\xa3\xe3\xb0\xb8\x5e\xb9\x95\x77\x73\x4f\x7b\xc8\x4b\x2a\xdf\x15\xe9\x1b\x87\x38\x23\x2a\x5e\xbc\xa4\xf2\x10\x49\x41\xc5\x0b\x38\xbc\x71\xf0\x15\x5f\x5e\xfa\xbb\xfc\xf2\x71\x88\x8b\x81\xe3\x05\x38\xde\x38\x54\x85\x80\xe3\xc5\x4b\x69\x61\x9d\xe3\x65\xb1\xbe\x87\x01\x29\xcf\x4e\x7e\x81\xf3\xc6\x57\x56\xfe\x72\xdd\x11\xf3\xc6\x21\x53\xf6\x4a\x58\xbf\xec\xd0\xaf\x82\xfc\x65\x87\xbe\xec\xd0\xc3\x16\x04\x95\x17\x18\x79\xe3\x50\x59\xf8\x12\xd5\x97\xc9\x79\xd8\x82\x10\xf3\xe2\x4d\x8f\x89\xef\xf0\x4a\x58\xbf\x44\xf5\x10\x5e\x79\x89\xea\x9b\x1e\xd3\xa7\x34\x30\x7a\x01\xa3\x37\x0e\x75\xb7\x30\x7a\x01\x9c\x37\xf0\x98\xe3\xe5\x7b\xbf\xcd\x3b\x52\x56\x0e\xa3\x17\xc0\x79\xe3\xb0\x49\xbd\xa4\x12\x1c\x6f\x1c\x6c\xb1\x57\xa0\xf0\x65\x33\x7e\xc5\xe2\x2f\x59\x7b\x97\x66\x8d\x90\xea\x7a\x55\x51\x23\xdf\x8d\x50\x27\xf8\xb2\x04\x71\xf0\x46\x08\x9a\xe0\xe0\xc5\xbb\x84\x6c\x04\x63\xea\x1d\x9e\x9d\x79\xf8\x15\x8b\xbf\xcc\x43\x8c\xbc\x11\xf0\x25\x50\x79\xf1\xb2\x04\xbf\x0a\x72\xa8\xbc\x78\x97\x90\x8d\x50\x33\xf5\xb2\x04\x81\xf3\xc6\x57\x2c\x8e\x9f\x17\x88\x79\x23\x6c\x52\x2f\xa7\xf9\x5d\x89\x88\x11\x7c\x44\xfc\xbc\x78\x69\x5d\xf0\x15\xf0\xf3\xe2\xbd\x3c\xbb\xf0\xca\x2b\xa4\x08\x87\x37\x22\xff\x3e\x42\x01\x99\x17\x58\x79\x23\xe4\x93\x41\xf2\x02\x0f\x6f\xc4\xb7\x74\xc8\x1b\x2c\xde\x40\x70\x8e\x97\xbc\xbd\xe4\x2d\xa4\x8e\xd1\xf1\xe2\x5d\x86\xe1\x08\x86\xda\xab\x04\x07\x16\x6f\x04\x43\xed\xe5\x3c\xbf\xec\xbc\x20\xc3\x2f\x81\x79\x09\x4c\x8a\x48\x63\xde\x05\xca\xdd\xc8\x15\xd8\xcc\xdf\x12\x98\xfc\x11\x18\x80\xdd\xc4\xbc\xcb\xdf\x0a\x03\x8e\x5c\xe9\xe8\xfc\x2d\x9b\x2c\x7f\xcb\x25\x1e\xca\x77\x13\xde\x2e\x7f\xcb\xfb\x1d\xb9\xd6\x53\x02\xda\xe5\x6f\xf9\xbb\x03\x60\x37\x01\xed\xf2\xb7\xb9\x7c\xd5\x7a\x24\x92\x5d\xfe\x96\xa4\x8c\x5c\xce\x73\x02\xda\x25\xa0\xdd\xc8\x4b\xeb\xcb\x32\x4b\x08\xbb\x91\x6b\x3d\xe5\x6f\xd7\xd0\xae\xa1\x5b\xe7\x77\xfd\xdc\x35\xb4\x76\xb0\xfc\xed\x1a\xda\x35\xb4\x6a\x7a\xf3\xb7\x6b\xe8\xd0\xf9\xa9\xa1\xc3\x3d\x69\x09\x14\x6f\xfe\x96\x96\x24\xca\xdd\xc8\x47\x3f\x0f\x0d\x2d\x8b\x6e\x28\xf4\xcd\x5f\x18\xba\x15\xce\x1b\x2a\x5f\x13\x7c\x2e\xc1\xe7\x46\x5b\xf1\x91\x04\x9f\xcb\x1f\x81\x69\xbb\x86\x42\x97\x96\xa4\x8c\x76\xe8\x52\x6a\x9d\xd5\x86\x66\x9b\xbf\xd4\xfa\x92\x94\xd1\xd2\x13\xa5\xc7\x24\x30\x2a\x5f\xf3\xb7\x3c\xdc\xfc\x2d\xd7\x76\xe0\xde\xe6\xaf\xe9\x27\x9f\xb6\x35\x6f\x73\xc9\x4d\xfe\x18\x68\xad\x19\xba\xa6\xf3\xcd\x3d\xfb\x77\xb9\x7b\x76\x97\x77\x5d\xea\x5e\x31\xd5\x69\x43\x97\xba\xc7\x5c\x3a\x33\xda\x70\xcf\x72\x26\xd5\x69\xa7\x01\x19\x5e\x31\xbb\xa9\x2d\xf7\x35\x7f\xc3\xeb\x18\x2e\x5f\x15\xda\xf9\x1b\x06\x84\xdd\xd4\xa6\xc9\x30\x0c\xc8\xd0\xfa\x34\xf2\xcb\x1b\x4d\xd0\xb9\xd1\xbe\x57\x3c\x74\x9e\x31\xd5\xa6\x2e\x9d\x5a\x67\x4c\xb5\xc7\x5c\x3a\x0d\x08\xd5\x69\x8f\x7e\x9e\x06\xe4\x34\xf2\xaf\xd6\x4f\x23\x4f\x8a\xda\xeb\xf2\x65\x6f\xe5\x8f\x14\xb5\x55\x1e\x97\xbf\xcb\xc8\x2f\xeb\x6b\x20\xce\xe6\xef\xd2\x10\xb3\xab\xff\x3c\xe6\xe5\x89\x96\xa1\x35\xfa\xa6\xa1\x4b\x43\xeb\x5b\x91\xd1\xb7\xaf\x21\x4f\xb4\x1c\xd6\xd1\x37\x8f\xb9\x2c\xb3\xc4\xac\x1b\x4a\x57\xf3\x77\xbb\xfc\x76\xf9\x4e\x04\xee\xef\xf2\xd7\x41\x8f\x39\x75\x7e\xd5\xb9\x8c\xbe\x7b\xc5\x53\xe7\x97\x17\x3b\xfa\x61\x90\xa7\xb7\xb9\x34\x6b\xf4\x43\xe7\xa7\x91\x9f\x1a\x3a\xb4\x3e\x4d\xef\xc7\x3d\xc3\xac\x7b\x8c\xfc\xe3\xf2\x30\xc1\x1e\x97\xaf\x24\xc7\xe8\xe9\x31\x1f\x73\x69\x39\xac\xa3\xa7\xc7\x7c\xdc\x73\x65\x3e\x06\xb4\x6d\x62\xdd\xe5\x6f\x99\x64\xa3\x37\xfd\x7c\x0d\xc8\x32\xc9\x46\x6f\x56\xc7\x6b\xe4\x99\x5d\x7d\x45\x7c\x12\xc8\x2e\x31\xeb\x46\x5f\x96\x4b\x62\xd6\x25\x12\xdd\xe8\x2b\xca\x9d\x48\x74\xb9\x31\xa6\x94\xae\x26\x2e\x5d\x22\xd1\x8d\x4e\x2a\xb7\x65\x5a\xe5\xb6\x19\x64\x52\x89\x44\x97\xdb\xee\xf2\x65\xd7\xe7\x46\xeb\xb6\x5d\xe7\x97\x3d\x92\x60\x75\xb9\x31\xa6\xfa\xa9\x4b\xcb\x8a\x4a\x78\xba\xa1\x20\x35\xb7\x5d\x97\x0e\x9d\xbf\xb4\x4e\xd6\xe0\xe9\x86\x82\xd4\x84\xa7\xcb\xed\x70\x39\xfd\xdc\x96\xc1\x94\xdb\xe1\xc5\xdd\x1a\x5a\xae\x69\x62\xd6\x8d\x4e\x54\x31\xeb\x12\xa5\x6e\x28\x48\xcd\x8d\xd6\x6d\xe2\x77\x7d\x1a\x4f\x5a\x87\x59\x37\x3a\x51\xdd\xd2\xe5\xe9\xf2\x47\x97\x96\x9e\xe5\xc6\x1a\x52\x66\x9a\x68\x73\xb9\x2d\x25\x1a\x65\xce\xa3\xcd\xe5\x46\x97\x6a\x33\x9e\x74\x69\x5b\x5e\xe1\xa8\x4d\x3f\xbb\xf1\xe4\x23\xd6\x2a\x00\xc8\xad\x6b\x9d\x58\xd5\xae\xa1\xee\x9e\xcb\x2b\x1c\x78\xb7\xb9\x51\x30\xec\xb9\x81\x77\x9b\xdb\x0a\xc7\xe5\xc6\x47\xac\x43\xeb\xe5\xbd\x0b\xab\xd5\xe1\xf2\xd2\xa5\xe1\xf2\xf8\xdb\xaf\x3c\x72\x1b\xee\x4d\xf3\x2a\x8c\x16\xcd\xdb\x18\x55\x8a\x48\x73\x23\x6f\xe0\x73\xa3\xcc\xfd\x6d\xe8\xef\xb2\xad\x46\xa5\xcb\x4f\x13\x4d\x20\xae\x2c\x88\xed\xd4\x10\xcd\xab\x95\x29\x4d\x44\xba\xdc\x04\xe2\xca\x26\x80\x3a\x97\x70\x73\xa3\x4e\x8f\x4b\xb4\xb6\xcb\x99\x97\xd7\x72\x79\x57\x8c\xaa\xb2\x7b\x83\xcf\xe5\x76\xbb\xfc\x72\xcf\xdb\xe5\xec\xa6\xba\xdd\xf3\xf6\x44\x7c\xc5\xba\x75\x9e\x3e\x61\xd0\x0d\xf5\x97\xb9\xd1\xa7\x8d\x3e\xd5\xf4\xec\xf4\x69\x13\x73\x2b\x1b\x35\x22\x5d\x22\xd2\x0d\x3c\xd9\x84\xa2\xcb\x4d\x24\x4d\xa9\x65\x82\xcf\x25\xf8\xdc\x50\x55\x99\xdb\xe3\x89\xe8\x13\x20\x6c\x6e\xcf\x77\xf9\x74\xd0\xab\x7e\xf4\x73\x79\x87\x63\x7c\xf3\x94\x14\x61\xd0\x8d\xf1\xcd\x53\x52\xb4\x91\x22\x55\x95\x89\x4f\x97\xc0\x74\x03\x25\x36\xb7\x57\xeb\xc2\x6b\xe3\x9b\xbc\xef\xd7\xd0\xeb\xe0\xba\x27\x22\x5d\x62\xd0\x8d\x41\xc5\x77\xa6\xdc\xbe\x4a\x45\xc6\x60\x65\xec\xcb\x57\xcc\x7d\x59\x74\x63\x2c\xff\x33\xf7\x95\xdf\x4d\x44\xba\x31\x56\x09\x46\xee\xcb\x73\x4c\x60\xba\x31\x96\x31\x9d\xfb\xe6\x9e\x2b\xc9\x31\xc6\x8a\xf8\xe4\xce\xe8\xdb\x69\xde\x58\xc6\x74\xc2\xd4\xe5\xce\xbe\xc3\x93\x4d\x44\xba\xc4\xa0\x1b\xc3\xfc\x44\x9d\x4b\xb8\xb9\x31\xfa\x77\xa6\x2e\x91\x37\x20\xd8\xdc\x59\x6d\x20\x72\x63\xac\x0c\x79\xee\x94\x0c\x52\x6e\x0c\x26\xe7\x4e\xc9\x76\xe9\x89\x61\xd2\xee\x94\x6c\x5f\xc9\xdb\x31\x4e\xad\xaf\x20\x5b\xa2\xc6\x8d\x41\x32\x51\xe3\x12\x20\x6e\x0c\xf6\xc8\xbe\x4c\xab\xdc\x65\x0d\xf0\x59\x73\x67\x4c\xed\xcb\x15\x1b\xc3\xac\xdb\x9b\x33\xe5\x02\x06\x79\xdb\xbb\x67\x27\x30\xe3\x75\xcf\xae\xa1\x95\xcd\x1c\x27\x8b\x60\x5f\x21\xa9\xdc\x05\xf3\x4f\xb3\x6e\x67\x37\xed\x04\xe6\x64\x11\xec\xf5\x5d\xfe\x3a\xb8\x56\xdc\x3e\x34\xc4\xc6\x39\x37\xa3\x64\xbd\xef\x96\xf6\x49\xc9\xf6\xd3\x3d\x97\x01\x33\x4e\x4a\x86\xe2\x96\x3b\xcb\xe5\xfc\x5e\xf1\x65\x94\x88\xc0\x19\x26\xd8\xe5\xbd\x2f\x5b\x65\x9c\xa9\x4b\x97\xf7\x4e\x04\xce\xef\xbd\x13\x81\xfd\xd2\x4f\x62\xb5\xdf\xfa\x29\xf0\x7e\x36\x97\xdf\xfa\xb9\x04\x62\x9c\x36\xea\x9d\x32\xec\x94\xe1\x2c\x13\xec\x76\x4f\x81\xf7\x73\x98\xc9\xd3\xd0\x11\x81\xf3\x7b\xef\xd3\x9c\x27\x02\xe7\x65\x90\xa7\xcb\xa7\x2e\xd1\x25\xbc\xb7\x04\x7a\x1b\xe7\xed\x6d\x32\x52\x76\xca\x70\xde\xba\xf4\xb8\xa7\x28\xd2\x79\x7f\x97\xeb\x27\x7b\xe4\x9c\x5a\x27\x02\xbb\xf5\x7e\x3e\x5a\xb7\xde\xc1\xdc\x06\x46\x69\xee\xef\x77\xb9\x2e\x11\x2b\x30\xb7\x04\x73\x1b\x27\xb1\x02\x73\xcb\x83\x43\x76\xb2\x2e\x0f\x0e\xd9\x61\x15\x5f\xcb\x9f\xcf\xc3\x2a\x46\x78\x1b\xd7\x8a\x8b\xe5\xb1\x96\x6f\x1e\xbc\xb4\xcb\x5c\x42\x78\x4b\x4c\xb7\x71\x51\x30\x68\xb7\x3c\x38\x64\xd7\xfa\xee\x2f\xc1\xdc\xf2\xb0\x8a\xaf\xdd\xe5\x56\x31\xa6\xdb\xb8\xd6\x37\x50\x79\xac\xe5\x9b\x87\x90\xcd\xc5\x66\x44\x71\xcb\x83\x9b\x75\xad\xef\x2c\xf2\x58\xfe\x55\x1e\x3c\x2a\xb5\x72\x79\x58\xc5\x98\x6e\xe3\x5a\x01\xe2\x3c\xd6\x9a\x4e\x4c\xb7\x71\xd9\x0d\xc1\xdc\xf2\x10\xf2\xbe\x52\x3f\x53\x97\x58\x19\x57\xd7\xcf\x15\x96\x49\xa8\xb5\xa1\x02\x2e\x0f\xce\x13\x9c\xda\x50\x01\x97\x38\x6a\x79\x58\xc5\x17\xff\xf8\xe8\x9e\x7d\x45\x94\xc7\x35\x3c\x11\xef\x07\x40\x6d\x5c\x43\xeb\x5d\x43\xcc\x84\x6b\xa5\x3c\xf2\x60\x26\x1c\xf6\xf7\x8b\x04\x41\x9f\x25\xca\xd9\x00\x04\xcd\xc3\x56\x8e\x72\x36\xae\xdb\x3d\x4f\x67\x8a\xf0\x5e\xf3\xef\x0d\x8a\x83\x73\x02\x7a\x36\x80\x41\x13\xfb\x2c\x41\xcf\xc6\xf5\x18\x03\xce\x09\x04\xda\xb8\x1e\x73\xea\xd2\xa0\x25\x7e\xad\x7c\x72\x42\xa0\x25\xbe\xd9\xb8\xbe\x29\x69\xe1\x1e\xb6\xf4\xfb\x67\xb0\x2d\xdc\x83\xcb\x71\xf3\x6d\x60\xce\xf2\xb0\xa5\xdf\xf6\x4f\xb4\xb3\x3c\x04\x75\xef\x6f\xf6\x59\xa3\x87\xe4\xd8\xbd\x6b\xdd\x1a\x3d\xac\xd1\x7b\x55\x53\x27\xda\x59\x1e\xf2\x60\xf7\x37\xfb\x1e\xab\x44\x7c\xe4\x66\xd2\x1d\x76\xef\xc3\xee\x7d\x1f\x1e\xd3\xee\x0d\x81\x36\x6e\x1e\xcb\x61\xa3\x3e\x2c\xdc\x9b\x10\xe2\xa2\xe5\x61\x4f\x56\x83\x98\x10\x68\x19\xd6\xe8\xcd\xcd\x86\x40\x4b\xb4\xb3\x71\x93\x37\xb4\xb3\x04\x36\x1b\x37\xb3\x2b\xd6\x16\x9b\x50\x66\xe3\x5e\xb1\xa1\x0c\x2b\x0f\xd8\x6c\xdc\x5c\x0e\x44\xb3\x0c\x3e\x83\x22\xc2\xc4\x2e\x4b\xec\xb2\x71\x97\xd6\xd7\x6e\x9a\xd8\x65\xe3\x5e\x15\x66\x09\x5a\x96\xc1\x3d\xb8\x79\x02\x30\x65\x19\x96\xe3\x7d\xeb\x92\xa8\x07\x5a\xd9\xb8\x05\x4d\x42\xd4\x23\xac\x51\xa0\xcd\x44\x32\xcb\x10\x6b\xbd\x1f\x8f\x79\xe8\xbc\xed\xf7\xb6\x2b\x86\xed\x37\x42\xe7\x05\x4d\x50\xce\x12\xe5\x6c\xdc\x8f\x7b\x2e\x5f\x23\x51\xce\xc6\xfd\x78\xf6\xd0\x90\xd5\x7c\x73\x0f\x60\xca\x32\x24\x9b\xa6\x09\x16\x16\x6e\xf0\x19\xe6\xa6\x21\x7b\x72\x58\xcd\x93\x68\x85\x3d\x19\x6e\x6c\xcc\x95\xe6\xcd\x58\xce\x42\x86\xa4\xfd\x64\x61\xe1\x8c\x65\xf0\x04\xa6\xfd\x13\x36\x2c\x43\x58\x75\x9a\x4b\x61\x89\x87\xdd\x7b\xb2\x9b\x20\xc5\x12\x2f\x6c\xcc\x30\x20\xc3\x99\x6b\xa5\x8f\xc9\xd1\x05\x0a\x4b\xa0\xb0\x31\xd3\x3b\x62\xc2\x03\x85\x8d\xb9\x78\x53\x89\x10\x96\x41\x0c\x26\x6b\x3d\x4e\x03\x62\x4b\x9f\x34\x2f\x4e\xcf\xbe\x36\xdc\x31\xbb\xd6\x6f\x23\x6f\xc1\x02\x6d\x66\x58\xb0\x61\x53\xc5\xd4\xcc\x60\x6e\x23\x76\x8d\x49\xde\x80\xbb\x32\x2c\xd8\xc9\xec\x0a\x0b\x36\xac\xcd\x79\xba\xa7\xb5\x19\x8f\x67\xe7\xa9\xc6\xe3\xd9\x25\x5c\x80\x36\x13\xe2\x2b\x41\xbd\xc6\xb4\x27\xc7\x6b\x75\xf0\xd2\x81\x36\x33\xad\xb8\xfc\x69\x68\x7e\x07\x0f\x07\x75\x69\xf1\xa6\x12\xa3\x2b\x71\xb8\xc6\xb4\xd3\x26\x8b\x15\x95\x6b\x28\x37\xcc\xb4\x01\xa6\x65\x38\xc5\x71\x92\x19\x8b\xb5\x35\xe6\xeb\x9e\x42\x8a\x29\x7a\xa8\xdc\x30\x73\xad\xaa\x4c\x89\xe0\xc7\xac\xc3\xd3\xca\x94\xde\x55\x05\x98\xd0\x59\x99\xcb\x87\x1e\x8f\x6d\x2d\xd7\x64\xcf\x14\x28\x84\xa5\xcc\x64\x87\x02\x69\x8d\x87\x32\xe0\x69\x25\x82\xd6\x78\xba\x86\xec\x75\x08\x5a\xe3\x29\x4f\xb4\xc2\x86\x99\xf6\x3a\xb0\xc9\x4c\x7b\x5d\x0a\x14\x3e\xe4\x02\x64\x2b\x61\xb5\xc6\xb3\xaa\x57\x32\x9b\x27\x92\x89\x78\x4c\x86\x6c\x46\x49\xd2\xf6\x59\x1f\xd7\x66\x5a\x5c\x58\x5b\xe3\x39\xb5\xce\xf7\x4e\xbe\xb7\xa2\xbc\x04\xe0\xca\xb4\xb8\x1e\x33\x24\x2d\x2e\x1c\xae\xa1\x28\x2f\xe1\xb8\x12\x87\x6b\x3c\x97\xc7\x5c\x5f\xc2\x65\xb2\x97\x9f\x4b\xe7\x4b\x43\xe2\x8c\xcf\x65\xe8\x4a\x3f\xe5\x67\x9f\x6f\xda\x94\xb7\x29\xf8\xf8\x08\x29\x26\x23\x3a\x19\xd1\xcf\xf4\x3a\x18\xd1\x88\x5d\xe3\xf9\x26\x18\xef\x3c\xe5\x41\x1e\xf6\x1d\x7e\x57\xa6\x3c\xc8\x43\xeb\xd0\xbc\x12\xc6\x6b\x3c\xa2\x87\x68\x5e\x09\xe3\x35\x9e\x6f\xd6\x59\xda\xf8\x5d\xe3\xb1\x99\x02\x77\x65\x5a\xc5\xaf\xcd\x34\xed\xda\xa8\x5c\xe3\x5d\xf5\xac\x99\x6c\x70\xc8\xad\xf1\x32\xf6\x53\xa0\x30\xe5\x67\x5f\x91\xe8\xbc\x9d\xc9\xb2\x7e\x77\x93\xf6\x36\x4a\x36\xe8\x55\xa9\xf7\x37\x06\x45\xda\xa8\x41\xb3\xc6\x6b\xab\xcc\x69\x0c\x58\xd8\xaf\xe0\x5e\x0a\x03\x62\x67\x8d\x37\xcc\x29\x61\x40\x5c\xac\xa1\xe4\x2e\x93\xef\x0d\x8f\x35\xde\xf4\x10\x76\x6f\x78\xac\xf1\xa6\xfe\x72\xc8\x73\xa5\x6b\xc7\xdb\x4c\xc9\xe5\x9e\x67\x0a\x18\xbe\xcd\x44\xb3\xa5\xa7\x3c\xed\x4b\x1d\xf3\xd5\x90\x94\xec\x4b\x08\x61\xb5\x12\x2c\x6b\xbc\x8c\xbf\x7c\xbf\xcb\xd7\xa4\x78\x57\x7a\x3f\x11\xb4\xb2\x51\x9d\x77\x55\xc6\x64\x5b\x4e\x77\x36\x01\xc3\x77\x7c\x67\xa6\x83\xdd\xc1\xe6\x60\x39\xa8\xf3\xe2\xe1\x8d\xef\xdd\x56\xfd\xf4\x78\x85\x01\xdb\xa6\xa1\x65\xb5\xbf\x27\x81\x41\xde\x4a\xc8\xad\xf7\x5c\xd9\xec\x6c\x44\xab\xad\x08\xe3\x7b\x0a\x1c\xb4\xcd\x3d\x97\x76\xbd\xe7\xfe\x9d\x79\x3b\xf8\x38\xb8\x46\xa9\xd9\xfc\xe1\xb1\xc6\x6b\x91\x35\xfa\x04\x6c\xb5\x7f\x2b\xaf\x11\x98\x96\xdf\x27\xa5\xbb\x83\x9e\x28\xbf\x4f\x4a\xd7\xdb\x6c\xab\x2a\x24\xf1\xa6\x56\x55\xec\x3a\xe8\x72\x29\xcb\xf9\x75\x7e\x6d\xc6\x09\x70\xf4\xfb\xd9\x93\xdb\x34\x9e\x6b\xe4\x7f\x3f\x46\x1f\x1c\x50\xf6\xdd\x41\x71\x31\x04\x98\xec\xfe\x4d\xcc\xff\xf9\x67\x17\xc7\xeb\xfe\x11\x5f\x65\x61\x42\xbf\x64\xf7\x77\x60\x3f\x01\x0e\xe8\x97\x04\x7b\x39\x36\x36\x63\x5f\xe6\x7a\xf6\x65\x8b\x1f\x1b\x25\xeb\x16\x2e\x68\xcb\xae\x9e\x39\xb1\x5b\xb2\xaf\x85\xbb\x3f\x9e\x1d\x9e\x25\x71\x59\xf6\x4f\x5c\xbb\xd5\xdc\xd7\x2e\xbc\x3f\xdc\x57\x24\x96\x84\x60\xd9\x3f\x1d\xed\x96\x38\xa2\xca\xfe\xd8\x69\x11\x55\xb2\x5f\x2e\x3f\xbf\x33\x5d\xbe\xb6\xf4\xfd\x91\x46\x81\x59\x49\x60\x95\xfd\xe1\x5d\x74\xeb\xbe\xaf\x75\xbf\x3f\x42\x75\xdd\xba\xef\x2b\x7f\xb9\x3f\x97\x7b\x2e\x53\x20\xfb\x72\x97\xf7\x67\x95\x1b\x66\x17\xe1\xc7\x34\xd9\x1f\x7e\x08\xa6\x49\x82\x68\x1c\x41\x9f\x40\x34\xb2\x96\xec\x1f\xb1\x6a\x13\x12\x6b\x22\x7d\xa8\x7f\xc4\x4a\x47\xa6\x0f\xf5\xd3\x57\xc3\x47\xae\xbf\x06\xc8\x61\x90\x7d\x75\x7a\xa4\x69\xe3\xab\xd3\x3c\xfd\x7f\x7c\x13\x1f\x39\x19\xd1\xa7\xbf\x4f\x6e\x3f\x67\x5a\x08\x3e\xa1\x3a\x10\x6a\xd2\x27\x54\xe9\x4b\x87\x03\x01\x24\xfd\x97\x7d\xaa\xfa\x3d\xca\x41\xff\x04\x9d\xdf\xff\x34\x8f\xef\xa0\x15\x37\xfd\xed\xe7\x17\xbf\x9b\x2b\x07\x9f\xd3\x9f\xa6\x8d\x55\x12\x9a\x6a\x02\x53\xc1\xdf\x31\xd8\xcb\x0a\xfe\x52\x25\xdc\xe1\x6f\x7a\x52\x25\x5c\xaa\x7d\x3a\x4e\x0e\xb9\x7f\x14\xcd\xc7\x99\xa7\x51\x7a\x9d\xe9\x2f\xfe\x8e\x8b\x6d\xeb\x2f\xfe\x52\x26\xf7\xb8\xd6\x42\x68\xfe\xaf\xac\xfd\x56\xe4\x7c\xfd\xd9\xfe\x5f\x07\xd7\xfa\x6b\xd2\x36\x87\x7f\x14\x68\xbf\x55\x5e\xd3\xfc\x77\xcf\x01\x8b\xdf\xa4\x3c\x9a\x90\xe2\x31\x97\xda\x34\x21\xc5\x26\x18\x71\xb0\x71\x9a\x60\x44\x03\x80\x5e\xff\xb1\xf8\xc7\x9f\x8d\xf7\xd3\xe2\xfb\xef\xad\xef\xe0\x32\x67\x5a\xac\x33\xd7\x3f\x6a\xfd\xf1\x67\x63\xb5\xb5\xfc\xfe\xc6\x66\x79\x7e\x2d\x57\x45\x45\xa3\xb4\xeb\x7f\x68\xfe\xf8\xb3\x51\xda\x46\x04\x62\x5f\xaf\xb8\x11\x81\xf6\x21\xb7\x8e\xef\xe0\x2a\x2a\x69\x16\x6c\x1c\x6b\x69\x37\xb0\xa5\x66\x89\x2e\xfe\xf7\x5f\x07\x4f\x97\xfb\xdc\xfb\x58\x61\xa0\xd6\x97\xc1\xdb\x4c\xef\x38\x96\x7f\xdc\x4a\x43\x18\x1c\x11\x4b\xac\x1a\x06\x47\x33\x93\x03\xfa\xac\x99\xc9\xcd\xa4\x0d\x7f\xfa\xdb\x4c\xda\x76\xaa\x42\x69\xdf\xc1\xe5\x4a\xb5\xf3\xff\xa1\x00\xff\x3a\xb8\xac\xbd\x66\xd2\x2e\x50\xdf\x1f\x7f\x36\x93\xb6\x7d\x9f\xea\xf5\x65\x48\x36\x5f\xec\xb5\xeb\xe3\x9a\x2d\x4f\xa5\xf9\x62\xaf\x5d\x94\x16\x77\xa6\x5d\xcb\x6a\x6b\xdf\x57\x64\x72\x55\xed\xea\x0e\xbe\x1f\xf4\x6a\x3d\xa6\x85\xd0\x2c\x84\xa8\x65\x3b\x34\x0b\xa1\x4d\x68\xc5\xf1\x1d\x5c\x79\xa5\xa6\x60\x3a\x7c\x61\xdf\x14\x4c\xb7\xf9\x51\x17\x56\x39\x4f\x53\x3e\xdd\xe6\x07\x58\xe8\xcf\xff\x30\x28\xc6\xff\xb0\x27\x9a\xff\xe5\x6e\x5f\x51\xb4\xef\xdf\x9b\xda\xe8\x36\xfb\x87\x15\xb8\x1d\xd4\x09\xc5\x28\x63\x49\x73\xf3\xe7\xd9\xcd\x1a\x0b\x1f\x9b\x37\x6b\xac\x59\x4e\x71\xee\x7f\x49\x73\xb3\x9c\x9a\x95\xb3\x3e\x45\xfc\xe3\xcf\x6e\xe5\xf4\xdf\xf7\x0d\xcd\x77\x10\x1e\x5b\x4e\x3b\xee\x65\x10\xf4\x9f\x3f\xe8\xfd\x3d\xdf\x17\x1c\xb1\x0e\xa2\xab\x5b\x4e\xab\x92\xff\x8f\x3f\xbb\xe5\xd4\xb7\xaf\xa2\x7b\x7d\x23\xd4\xe5\x95\xfa\xf7\x2f\x46\x73\x49\x73\xdf\xfc\x2d\x9b\x85\x77\xfe\x96\x8c\x76\x0b\xaf\xef\xdf\x41\xad\x5b\x78\xdd\xc2\x3b\x37\x07\x2d\xbc\x6e\x8d\x9d\xbb\x83\xd6\x58\xb7\x9c\xce\xc3\x41\xcb\xa9\xb3\x20\xce\xf8\x0e\xfa\x83\x07\x70\xca\x33\xc6\xff\xb0\xfd\x9e\xff\x98\xf7\xbf\x9f\xff\xfc\xe3\xff\xff\x5f\xe7\x3f\xff\xf7\xf9\xef\xcf\x3f\xee\xff\xfe\xd7\xbf\x9e\xff\xf8\xaf\xf9\x6f\xf7\x7f\xfd\xe3\xff\xfb\xeb\xe8\x3f\xe6\xf3\xfe\xdb\x7f\x3c\xff\x7a\xfe\xcf\x7f\xfe\xf7\xbf\xee\xe7\x1f\xff\xfc\xcf\x7f\xfe\x75\xd5\xfa\xfd\xdf\x00\x00\x00\xff\xff\xe7\xdc\x37\x17\xd8\x80\x03\x00"); +var _eda =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\xd5\x4f\x6b\xeb\x46\x14\x05\xf0\xbd\x3e\xc5\x2c\x5f\x17\xaf\x99\xfb\x67\x46\x23\x10\x81\x47\xc2\x83\x2c\xde\x6b\x69\xfa\x0f\x4a\x17\x8e\x35\x0e\x86\x46\x36\x8e\xb3\xc8\xb7\x2f\xe7\x1e\x3b\x85\x2e\x82\xa3\x13\xe9\x4a\xf9\x1d\x8f\xe6\xe6\xee\xe1\xfe\x61\xdd\x9f\xd3\xcd\xcf\xa7\xc3\xf6\xb1\x9f\xd3\x6e\xbf\x2e\xa7\xfe\x7a\x78\x3b\x6d\x7b\x7a\xea\xcf\xfb\x75\x18\x44\xd3\xb2\xdf\x9e\xaf\x87\xf1\xb1\x7d\xd9\x1c\x87\x01\xd7\x3f\xbe\xbf\x9e\xfb\xcb\xc3\xba\x3b\x24\xe3\x79\xcb\xdb\xf1\x72\x6e\x4a\x37\xbf\xf4\xe7\xfd\xeb\xf9\xf4\x9e\x3e\x7d\x59\x0e\x4f\xfd\x87\xb4\xf4\x1d\xf2\x9f\x4e\x4b\x3f\xed\xd7\xe7\xf4\xe9\xee\xfb\xa3\x7c\xc4\x8f\x6f\xc7\xe3\x3f\xfd\xa5\xaf\xe7\x54\x23\xeb\xeb\x12\x9f\xc3\xcd\xdd\xb7\xcd\xf1\xfb\xe6\xa5\xa7\x9b\x98\xf4\x19\xd7\x7d\xe6\x49\xf1\xb7\xdf\xfb\xe9\x75\x7f\x58\x93\xfc\x98\xb3\xfd\x17\xff\xfa\x7e\xec\x49\x2e\x33\xfe\xfc\xed\xe1\x3e\xfd\x25\x49\x72\xd2\x52\xa6\xe9\xef\x4b\xfe\xc7\xb7\xc3\xd2\x53\xbe\xde\xe9\xe1\xfe\xee\xf0\xb6\x9e\x93\x4c\x52\x78\x87\x41\xf8\x2f\x6d\x0f\x4b\x7f\x3d\x6e\xb6\xfd\xb4\x59\x9f\xfb\x90\xd2\x9c\x73\xce\xb7\x69\xf6\x2f\x5f\xbf\xde\xe2\x69\xff\x77\xc6\x30\x96\xcb\x95\xfb\x85\xc9\xf5\x8a\x9c\x77\xbb\xdb\x94\x87\x39\x0b\x8f\x05\xc7\x5a\xea\x30\x67\x65\xa2\x48\x8a\xe8\x30\x67\x63\x62\x48\xc6\xda\x86\x39\x3b\x13\x47\x22\x59\x7d\x98\x73\x61\x54\x22\xd2\x86\xd9\x95\x51\x8d\xa8\x18\x86\x8f\x8c\xc6\x88\xc6\x09\xd3\x1b\xa3\x16\x4f\x90\x1d\xe3\x27\x46\x53\x44\x96\x31\x7e\xc3\x68\x73\x79\x4e\x8c\x7f\x62\xf4\x14\x51\x13\x8c\xdf\x32\xda\x22\xb2\x3c\x62\xfc\xc2\x68\x89\xc8\x14\xe3\x3b\xa3\x1e\x51\x69\x18\xbf\x63\xb4\x8b\xa8\x79\x1e\x66\xa1\x94\x84\x94\xe7\xa9\x0e\xb3\x10\x4b\x02\xcb\xad\xe8\x30\x0b\xb5\x24\xb4\xbc\xe6\x36\xcc\x42\x2e\x09\x2e\x6f\xd5\x87\x59\xe8\x25\x7e\x31\xc5\x78\x7a\x49\x78\x15\x1b\x31\x9e\x5e\x12\x5e\xa5\x1a\xc6\xd3\x4b\xc2\xab\xb4\x86\xf1\xf4\x92\xf0\xaa\xe2\x18\x4f\x2f\x09\xaf\xea\x19\xe3\xe9\x25\xe1\x55\x2b\x8a\x15\x7a\x49\x78\xd5\x09\xcd\x0a\xbd\x24\xbc\x46\x41\xb5\x42\x2f\x09\xaf\xd1\x51\xad\xd0\x4b\xfa\xa5\x7f\x8c\xa7\x97\x84\xd7\x38\xa1\x5a\xa5\x97\x86\x57\x13\x54\xab\xf4\xd2\xf0\x6a\x8e\x6a\x95\x5e\x1a\x5e\x6d\x44\xb5\x4a\x2f\x0d\xaf\x36\xa1\x5a\xa5\x97\x86\xd7\xa4\xa8\x56\xe9\xa5\xe1\x35\x39\xaa\x55\x7a\x69\x78\x4d\x23\xaa\x55\x7a\x69\x78\x4d\x13\xaa\x55\x7a\x69\xbb\x7e\x57\x31\x9f\x60\x3a\x31\x73\x94\xab\x14\xd3\x0d\xb3\x11\xed\x2a\xc9\x34\xc8\xd0\x3e\x6e\x41\x33\xdd\x32\x53\xf4\xab\x44\xd3\x85\x59\x41\xc1\x4a\x35\xed\xcc\x46\x34\xac\x64\xd3\x1d\x17\x49\x46\xc5\x46\x37\xcb\xcc\x14\x1d\x1b\xe1\x4c\x98\x15\x94\x6c\x94\x33\xbd\x2e\xb0\x3c\xcc\x46\x3a\x0b\x3a\xb1\x8c\x9a\x8d\x76\xc6\xb5\x69\x86\x9e\x8d\x78\xc6\xc5\x69\x05\x45\x1b\xf5\x8c\xab\xd3\x1a\x9a\x36\xf2\x19\x97\xa7\x67\x54\x6d\xf4\x33\xfa\xb9\xa1\x6b\xa3\x9f\xd1\xcf\x0b\xca\x36\xfa\x19\xfd\xbc\xa1\x6d\xa3\x9f\xd1\xaf\x08\xea\x36\xfa\xd9\xf6\xfa\x56\xc0\x3d\xe8\x67\xf4\x2b\x15\x85\x1b\xfd\x8c\x7e\xa5\xa1\x71\xa3\x9f\xd1\xaf\x0a\x2a\xf7\xcb\x3b\x90\x7e\xd5\xd0\xb9\xd3\xcf\xe9\x57\x2b\x3a\x77\xfa\x39\xfd\x6a\x43\xe7\x4e\x3f\xa7\xdf\x28\xe8\xdc\xe9\xe7\xf4\x1b\x1d\x9d\x3b\xfd\x9c\x7e\x63\x45\xe7\x4e\x3f\xaf\xd7\x57\x19\xee\x41\x3f\xa7\x5f\x13\x74\xee\xf4\x73\xfa\x35\x47\xe7\x4e\x3f\xa7\x5f\xab\xe8\xdc\xe9\xe7\x9b\xc5\x90\x4d\xee\xf1\x46\xbf\xbe\xb9\xf1\x3b\xf6\xbd\x8f\x9d\x68\xfb\x76\x3a\xf5\xf5\x1c\xbb\x5e\x6c\x36\xd8\x2b\xf6\x6b\xff\xd8\x41\x8f\x87\x23\xae\x8a\x9f\x7f\x03\x00\x00\xff\xff\xd8\xa1\x1c\x9d\x6d\x07\x00\x00"); +func _gdd ()(*asset ,error ){_cee ,_gbdd :=_bafg ();if _gbdd !=nil {return nil ,_gbdd ;};_aba :=bindataFileInfo {_dae :"Adobe-Japan1-6",_fb :2225,_ae :_be .FileMode (436),_g :_a .Unix (1580491338,0)};_cdf :=&asset {_dd :_cee ,_ef :_aba };return _cdf ,nil ; +};var _gec =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x44\xd3\xb1\xae\xd3\x4c\x10\x05\xe0\xde\x4f\x31\xe5\xfd\x8b\x9f\x78\x77\xbd\x5e\xaf\x84\xae\x84\x92\x82\x20\x5d\x40\x04\x2e\x48\x88\xc2\xb1\x27\x91\x25\xb2\xb6\xd6\x76\x91\xb7\x47\x73\x26\x98\x22\x9a\xf8\x8b\xe7\xe8\x14\x93\xdd\xfe\x78\x38\xa6\x61\xa1\xdd\xe7\x3c\x76\x27\x5e\xe8\x32\xa4\x3e\xf3\x3c\xae\xb9\x63\x3a\xf3\x75\x48\x45\x61\x2c\xf5\x43\xb7\xfc\x7d\xc4\xe8\x6e\xed\x54\x14\xbb\xd0\xfc\xff\x9e\xd6\x99\x1f\x8f\xfb\xe3\xe1\x74\x9f\x17\xbe\x1d\xd3\x65\x24\xa7\x6b\xfd\x3a\x3d\x56\x89\x76\x5f\xf8\x3a\xcc\x4b\xbe\xd3\xd3\xbb\x7e\x3c\xf3\x7f\xd4\xf3\x45\xfc\x53\xee\x39\x0f\xe9\x4a\x4f\x1f\xda\xa9\x4d\x66\xfb\xe1\xb4\x4e\xd3\x6f\xbe\x71\x5a\xa8\x84\x71\xea\x31\x8b\xdd\xfe\xa5\x9d\x3e\xb6\x37\x26\xa9\xf1\x0a\x84\xbd\x72\x9e\x87\x31\x91\x29\xdf\x94\x65\xfd\xcf\xbf\xde\x27\x26\xf3\x58\xfe\xf1\xed\x78\xa0\x9f\x86\x4c\x49\xd6\x3b\xef\x7e\x3d\xfc\xfb\xcb\xd8\x6f\x6f\xd9\xa0\xcd\xbb\xa1\xcf\x6d\xba\x72\xf1\xd6\x1a\x6b\x9f\x49\x86\x7b\xa6\xd0\x34\x41\xc8\x19\x90\xb3\xa0\x08\xea\x94\x58\x28\x1a\xa1\x4a\xdf\xaa\x3c\xa8\x02\xb5\x20\x7f\x06\x61\xb1\xd6\xb7\x64\x84\x68\x24\xbe\xb2\x20\x8c\x10\x4d\x03\x72\x4a\x0e\x14\x41\x5e\x49\xe2\xa3\x2d\x41\x41\x29\x80\x0c\x28\x2a\x45\x90\x15\xaa\x34\xab\x42\x96\x75\x42\xb5\x52\xad\x54\x81\x34\xbe\xd6\x78\x0f\xd2\xf8\x5a\xe3\x6b\x10\x2b\x31\x48\xda\x7b\x6d\xef\xb5\xbd\x6d\x40\x4e\x49\xe3\x23\xc8\x2b\x21\xde\x95\xa0\xa0\x84\x78\x67\x40\x51\x09\xed\x9d\xb4\xf7\xda\xde\x6b\x7b\x27\xed\xbd\xb6\xf7\xda\xde\x55\x20\x8d\xd7\xf6\xce\x83\x34\x5e\xdb\xbb\x1a\xc4\x4a\x68\xef\xd0\x3e\xe8\x62\xa8\x41\x8d\x5c\xdf\x76\x0c\xf2\x5d\xee\x7e\xbb\xc3\x6e\xcd\x99\xd3\x82\xab\xc7\xc5\xc9\x15\x0d\x89\xb7\x3f\xd4\x34\x4e\xb2\x85\xcf\x9f\x00\x00\x00\xff\xff\xc4\x5a\x5d\x5a\x7c\x03\x00\x00"); +func _bceg ()([]byte ,error ){return _c (_bbcg ,"KSCms-UHC-HW-V")};var _ecg =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\x5a\x4f\x8b\x27\x39\x72\xbd\xd7\xa7\xc8\xe3\xfa\xb0\x6e\x29\x32\xf5\x27\xa1\xf9\xc1\xd2\xdb\x0b\x7d\xd8\xb1\x71\x7b\xc6\x06\xe3\xc3\x2f\x53\xca\xa6\xc0\x5d\x55\x54\x57\x1f\xe6\xdb\x1b\x49\x2f\xf4\xa2\x06\x83\x77\x87\x65\x34\xf9\x4a\x59\x21\xbd\x54\xe8\x45\xbc\xfa\xf0\xe9\xcb\x5f\xbf\x3c\x3d\xbe\x2d\x1f\xfe\xf5\xf5\xf9\xfc\x5a\xdf\x96\xeb\xf1\xa9\xbc\xd6\x1f\xcf\x3f\x5f\xcf\xba\x1c\xf5\xdb\xe3\xd3\xc3\x83\x97\xa5\x3c\x9e\x6f\xfa\x9f\xfd\x5f\xe7\xf7\xfb\xcb\xc3\x43\x9b\xff\xf5\xf7\x1f\x6f\xf5\xfb\x97\xa7\xeb\x79\x59\xc7\xcf\x95\x9f\x2f\xf8\xd9\x65\xf9\xf0\x6f\xf5\xdb\xe3\x8f\xb7\xd7\xdf\x97\x3f\xfd\xa5\x3c\x1f\xf5\x9f\x96\x52\xaf\xf6\xfc\x5f\x5e\x4b\x7d\x7d\x7c\xfa\xb6\xfc\xe9\xd3\x2f\x5f\xfd\x7c\xfc\xf5\xe7\xcb\xcb\xff\xd4\xef\xf5\xe9\x6d\x71\xfd\x59\x7d\x2a\xfd\xdf\x0f\x1f\x3e\xfd\xfd\xfe\xf2\xcb\xfd\x7b\x5d\x3e\x7c\xfa\xe5\xeb\x9f\x3f\xff\xfa\xe9\xcf\xbf\x75\xa4\x03\xbf\xd5\xd7\x1f\x8f\xcf\x4f\x8b\x77\xff\xec\x5c\xe4\xf3\x7f\xff\xfd\xa5\x2e\x1e\x6f\xf8\xcf\x5f\xbf\xfc\x75\xf9\x2f\xbf\x78\xb7\x48\x58\xf3\xfe\xdf\x78\xfe\x1f\x7f\x7f\x2e\xf3\xa7\xc2\x88\xfd\x7c\x2e\xf5\xc7\xcb\xfd\xac\xaf\xf7\xa7\x6f\xf5\x61\x59\x3e\x3a\x77\x5b\xc6\xff\x3e\x66\x77\x6b\x4f\xf2\xe7\xbf\xf8\xf6\xcf\x6d\x0c\xff\xf6\xf9\x6f\x9f\xf5\xb9\xf0\xb9\xd8\xe7\x2b\x9f\xaf\xf3\xf9\x78\xd6\xdf\x3c\x9e\xd5\xa7\xf2\x87\xdf\xff\xe0\x47\x58\x4f\xcf\x6f\xa5\x5e\xe3\x59\x8f\xe8\xa3\xbf\x6e\x8b\x5f\xe3\x96\xdb\x2c\x0b\x3f\x78\xe7\xb0\x96\xc7\x82\x19\xd2\x66\xa4\xaa\x33\x3e\xe6\x7a\xf7\xed\x9f\x16\xd1\x18\x1e\xb7\x65\xdf\x27\x70\x12\x38\xc7\xa4\x38\xb1\x32\xb1\xe3\x7e\x5b\xbc\xf7\x8a\x1c\x07\x91\xe3\xb6\x78\xd9\x26\xc2\xf7\xb5\xa1\x97\xf9\xb6\xc3\xbc\xad\xbc\x47\x2a\x91\xbe\x54\xa7\xc8\xe9\x26\x72\xfa\xf7\x88\x10\x59\x1b\x32\x23\x38\x37\x22\xe1\x3d\x12\x89\xa4\x86\xcc\xed\x39\x33\x91\xfd\x3d\x72\x27\xd2\x56\xba\xc9\x44\xb8\xd2\xb3\xbc\x47\xb8\x9e\xb3\xad\x87\x3b\x5a\xb8\x9e\xe2\xdf\x23\x5c\x4f\x69\xeb\x09\x73\xa5\x85\xeb\x29\xe1\x3d\xc2\xf5\x94\xb6\x9e\x30\x57\x5a\xb8\x9e\xb2\xbf\x47\xb8\x9e\xd2\xd6\x13\xe6\x4a\x0b\xd7\x73\x55\x8b\x08\x3f\x1e\xe9\x7b\xbd\xaf\x8a\x70\xaf\xfb\xb0\x7d\x3d\x69\x62\x61\x62\xed\x7d\x22\xfa\xcd\xad\x7c\xdf\xda\xb6\x4a\xb2\xce\xd9\x88\x6c\x6d\xce\xba\xea\x6f\x0a\x44\x42\x3d\x6f\xcb\x26\x3a\x27\xd4\xb9\xdb\xe1\x72\xb7\x25\x38\x9d\x13\x39\x27\xb6\x4f\x2c\x38\xdd\xed\x44\xa4\x0f\xc3\x1e\x26\x22\x44\xb6\xdb\x12\x56\xce\x09\x44\x42\x9b\x43\x24\x12\x89\x6d\xce\x3e\x91\x44\x24\xdd\x96\xe8\x64\x22\x99\x48\xbe\x2d\x61\x73\x13\xd9\x89\x9c\x6d\xce\x3a\x91\x42\xe4\x6a\x73\xf4\x3c\xa6\x63\x7e\x57\x7d\x18\x5d\x9a\x08\x57\x7a\xf4\x95\xee\x79\x42\x5c\x6a\x1b\x46\x47\x64\x25\xb2\xde\x96\xe8\x67\x70\xc7\x46\xa4\x6d\xcf\xb6\x4d\x84\xdb\xd3\x86\xd1\x33\x38\x6e\x4f\x1b\x86\x7d\x66\x9f\x74\x70\x7f\xda\x30\x6c\x93\x87\x83\xfb\x73\xec\xed\x75\x73\xe7\x8e\x3b\x91\x7b\x9b\x33\x79\x60\x56\xea\xc3\xe8\x1c\xe3\x3e\x09\x9d\x6d\x12\x37\x88\x9b\xda\x86\xd1\x73\x45\x95\x48\xbd\x2d\x71\x7e\x8c\xa9\x65\x29\x33\x8c\xce\xcd\xb8\x99\xb1\x52\xcb\x58\x71\x66\x9f\xc4\x8c\xd5\x87\x61\x26\xe7\x74\x72\xbb\x5b\x8a\x8a\xfc\xe6\x4e\xee\xcf\xd9\xf7\x67\xee\x1c\x33\x56\x6a\x79\x29\xce\xec\x93\x98\x97\xfa\x30\x3a\x7e\xf6\x27\xd7\xda\x86\x4c\xf5\x89\x29\xab\x0f\xc3\x4c\x32\xe9\xe4\x5a\x5b\xf6\xe2\x9d\x92\x0a\x3f\xad\x96\xbd\x62\x98\x21\x14\x2e\xa8\xa5\xac\x10\xe6\xb7\xc0\x94\x95\x5a\x8e\x8a\x33\x31\xa5\xc2\xcf\xbe\xe5\xa8\x60\x10\xd2\x5a\x06\xad\x93\x3c\xe6\xac\x54\xae\xdb\x92\x64\x86\x5d\xc9\x43\x1b\x26\x99\x0c\x55\x86\xdd\x86\x21\xcc\x4d\xa8\x64\xa8\x86\x36\x87\x08\xc3\x6e\xc3\x10\x66\x04\x95\x0c\xd5\x72\x5b\xd2\xca\x08\xb8\xa5\x6d\x18\x9d\x79\x1d\xf7\xf4\x92\x36\x69\xbe\xee\xe2\xce\xb5\x61\x74\x32\xb7\xfb\xe2\xd1\xbb\xf2\x6d\x49\x3c\xfd\x17\xb7\xae\x0d\xa3\x9b\xa9\x36\x5d\x3c\x2c\x57\x0b\x8f\x8c\x5f\x0c\xaf\x0d\xf3\xdc\xef\xcc\xe4\x98\x5b\x3a\xcb\x21\x4c\x24\x11\x49\xb7\x25\x47\x99\x48\x26\x92\x1b\x12\x27\xb2\x13\xe9\xbc\xe6\x89\x4c\x5e\x73\xcb\x3f\x39\xea\x2e\x64\xe6\x9f\x3e\x8c\x8e\xaf\x63\x02\xca\x2d\x99\xe4\x34\x83\x63\x2e\xc9\x5d\xad\xb8\x79\x92\xf3\x61\x7e\x53\xfb\x82\x3c\x03\x67\x62\xc8\xed\x90\x7b\xe7\x67\x7c\x3c\xe5\xb9\x5f\x7b\x4e\xe6\x2c\xde\x7b\xb9\x9d\x31\xcf\x1d\xcf\x3c\x63\x7d\x18\x7d\x5c\x27\x54\x09\xd5\x0e\xcd\xdf\xc5\x53\x96\xdb\x59\xf2\x6e\xde\x21\x99\x87\xa9\x0f\xa3\x8f\x84\x18\x46\xbf\xe6\x25\xcf\x17\xf2\x9e\xef\xc3\xb8\x72\xa3\x78\x9e\x72\xfb\xe2\xbd\xec\x5b\x97\xa3\x2a\x21\xff\x2f\x55\x89\x1f\x67\x28\x6d\x18\xa2\x9b\x08\x23\xa9\x5d\x08\xcc\x33\x9a\x6b\x20\xd4\x55\xd7\x4c\xe5\xb9\xf2\xab\xa9\x4d\x8c\xc4\x3c\x79\xae\xe4\xa5\x0d\x43\xf4\x13\xe1\x06\xb7\xfb\xde\xc7\x79\x79\xe7\x8b\x5f\xee\x75\xdc\x16\x71\x7c\xdf\xc5\xf7\x75\x35\xc2\x54\xba\xf3\x7b\xef\xc3\x94\x56\x3f\x21\x21\x24\x6d\xd6\xcc\x71\xfb\x7d\x25\xb4\xf6\x59\x84\x36\x42\xa1\xcf\x5a\x27\x14\x09\x1d\xb7\x65\x75\x1b\x7f\xd7\x49\xa8\x69\x9f\xe0\xc3\x84\x2e\x42\xd7\x6d\xd9\xdd\xcc\x59\x3b\x6f\xfe\x3e\xdc\x79\xc2\x77\x5e\xfd\x7b\x3b\x45\xeb\x3e\xbf\xc4\x9d\xa7\x68\x6f\x97\xf5\xb6\x72\x5d\xbc\xad\xfb\x70\x4b\xf3\x4e\xde\x79\xc2\xf6\x76\x3d\x07\xb7\x71\xd6\x4e\xa8\x7f\x89\x4e\xa7\x9d\x94\x8f\xa7\xb4\x2b\x31\xe8\xe1\x3b\x29\xf7\xce\x2e\xf7\xa6\x0c\x3b\x29\xf7\xce\xd0\x90\x98\xc1\xd6\x49\x51\x77\xc6\x86\xa4\x8c\x45\x9d\x14\x75\xe7\xc8\x68\x09\x9f\xe0\xc9\x8c\x76\x76\xf2\xf7\x84\x4d\x3f\xc9\xfd\xb9\x77\xd1\xeb\xa2\x86\x70\x27\x74\xef\x90\x0f\x1a\xc3\x41\xe8\xe8\x90\x28\xc1\xe7\x49\xe8\xec\xd0\xaa\x4a\xe3\x2c\x84\x4a\x87\x36\xe5\xfe\xac\x84\xea\xd0\xde\xab\x86\x71\x11\xba\x3a\x14\x35\xd5\x14\x37\xa1\xe2\x3a\x94\x04\x61\x14\xd6\x7b\x65\x88\xf9\xec\x11\x46\x21\x1d\xa5\xeb\x72\xbf\xab\x52\x2b\x14\xe6\x65\xed\x87\x64\xea\x9a\x42\xaa\xca\x36\x20\x15\x71\x85\x5c\x95\xce\x95\xcc\xfa\xa0\x90\xac\x12\x47\x0d\xa0\x52\xbf\x90\xad\xd2\xd9\x92\x35\x6b\x18\xa4\xab\x8c\xb3\xba\x69\xee\x2a\xe4\xab\xec\xe3\x18\x6b\x32\x2c\xe4\xab\x74\xbe\x24\xea\xe7\x5e\xc8\x57\xe9\x7c\x49\xd2\xfb\xbb\x90\xaf\xd2\xf9\x92\xac\x5a\xa5\x90\xaf\xd2\xf9\x92\x5d\x3f\xe9\x42\xbe\x4a\xe7\x6b\x9d\xe9\xba\x90\xaf\xd2\xf9\x5a\xbd\xca\xc6\x4a\xbe\x6a\xe7\x6b\x15\x2d\x62\x2a\xf9\xaa\x7e\x14\x3e\x82\x30\x2a\xf9\xaa\x9d\xaf\x75\xd3\xbc\x50\xc9\x57\xed\x7c\xad\xc1\x21\x8c\x4a\xbe\xea\xa8\xa4\x66\x19\x51\xc9\x57\x0d\x03\xda\x35\x0c\xf2\x55\x3b\x5f\x6b\xda\x35\x0c\xf2\x55\x3b\x5f\x6b\xce\x1a\x06\xf9\xaa\x9d\xaf\x75\x4f\x1a\x06\xf9\xaa\x9d\xaf\xcd\x25\x0d\x83\x7c\xd5\xce\xd7\xe6\xf5\xfe\xaf\xe4\xab\x76\xbe\x36\xd1\xec\x5f\xc9\x57\xed\x7c\x6d\xab\xaa\x93\x4a\xbe\x6a\xe7\x6b\xdb\x34\xc5\x57\xf2\x55\x3b\x5f\x5b\xd8\x34\x0c\xf2\x55\x3b\x5f\x5b\x54\x31\x76\x91\xaf\xab\xf3\xb5\xcd\x8b\xe1\x22\x5f\x57\xe7\x6b\xcb\xaa\x2f\x2f\xf2\x75\x75\xbe\xb6\xdd\x23\x8c\x8b\x7c\x5d\x9d\xaf\xe0\x3c\xc2\xb8\xc8\xd7\x35\x52\xa1\xd7\x0b\xf4\x22\x5f\x57\xe7\x2b\x88\xd3\x30\xc8\xd7\x15\x07\xa4\x19\xf4\x22\x5f\x57\xe7\x2b\xac\x9a\x42\x2f\xf2\x75\x75\xbe\xc2\xa6\x39\xf4\x22\x5f\x57\xe7\x2b\x04\x4d\xa2\x17\xf9\xba\x3a\x5f\x21\x6a\x16\xbd\xc8\xd7\xd5\xf9\x0a\x49\xb3\xe8\x45\xbe\xae\xce\x57\xc8\x9a\x45\x2f\xf2\x75\x95\x56\xc2\x84\x1d\x59\x54\xd8\xae\x92\xd1\x8b\x08\x3b\x8a\x6d\x61\x33\x42\x46\x5b\x21\xba\xdd\x01\x5a\x09\xf5\xed\x8d\x3e\x6f\x80\x36\x42\x7d\x7b\xa3\xa4\x0c\x28\x10\x1a\x57\xcd\x9a\x04\x50\x24\xd4\xb7\x37\x6e\x51\xc3\x48\x84\xfa\xf6\x46\xd5\x42\x42\xfd\x2c\x43\x6a\x44\x2d\x72\x84\x52\x43\xee\x7d\x7b\x63\xda\x34\x8c\x3b\xa1\xfb\xb8\xf1\x36\x0d\xe3\x20\xd4\xb7\x37\xee\xab\x86\x71\x12\xea\xdb\x9b\xdc\xaa\x61\x14\x42\xfd\x38\x24\x6d\xd2\xc9\xbd\x12\xea\xc7\x21\x89\xd7\x30\x2e\x42\xfd\x38\x24\x55\x6b\x72\xcc\xe3\x20\x47\x3f\x0e\x69\x43\x61\x29\x07\xf9\x3a\x3a\x5f\x29\xa0\xf2\x96\x83\x7c\x1d\x32\xa0\x1d\x61\x1c\xe4\xeb\xe8\x7c\xa5\x08\xf9\x2a\x07\xf9\x3a\x3a\x5f\x29\x65\xf9\x47\x34\xaa\x1c\xa4\xf3\x08\x43\x1f\x24\x8d\x92\x74\x1e\x43\x3a\xec\x49\xa3\x24\x9d\xc7\xd0\x0e\x2e\x6a\x94\xa4\xf3\xe8\x74\x66\x6d\x8c\xc9\x41\x3a\x8f\x4e\x67\x96\xa0\x9b\x45\x3a\x8f\x4e\x67\x5e\x37\x0d\x83\x74\x1e\x9d\xce\xbc\x6d\x1a\x06\xe9\x3c\xce\x51\x94\xad\x1a\x06\xe9\x3c\x3a\x9d\x39\x8a\x86\x41\x3a\x8f\x3a\x84\x8f\x68\x18\xa4\xf3\xe8\x74\xe6\xec\x11\xc6\x49\x3a\xcf\x4e\x67\xde\xd1\xe5\x91\x93\x74\x9e\x9d\xce\xdd\x39\x84\x41\x31\x27\xa7\x0c\x08\xfd\x24\x39\x49\xe7\xd9\xe9\xdc\xfd\x8e\x30\x28\xf4\x64\x08\xbd\x5d\xb2\x86\x41\xbe\x86\xd2\xdb\xd7\xac\x61\x90\xaf\x21\xf5\xf6\x2d\x69\x18\xe4\x6b\x68\xbd\x3d\x44\x0d\x83\x7c\x41\xec\xc5\xa8\x61\x90\xaf\xa1\xf6\xf6\x14\x34\x0c\xf2\x35\xd4\xde\x9e\x83\x86\x41\xbe\x86\xda\xdb\xf7\x4d\xc3\x20\x5f\x50\x7b\xce\xad\x1a\x07\x09\x83\xdc\x73\x7e\xd5\x40\xc8\x18\xf4\x9e\x13\xd1\x48\x48\x19\x04\x9f\x5b\xd1\xd5\x10\x2a\x3e\x81\xe2\x73\x1b\x8a\x5c\xa1\xe4\x13\x48\x3e\x17\xd0\xd0\x13\x6a\x3e\x81\xe6\x73\xda\x89\x14\x8a\x3e\x19\xa2\xcf\xbb\xa8\xc9\x96\xaa\x4f\x86\xea\xf3\x2e\x69\xb6\xa5\xec\x93\x21\xfb\xbc\xcb\x9a\x6e\xa9\xfb\x64\xe8\x3e\xef\x76\xcd\xb7\x14\x7e\x32\x84\x9f\xf7\x4e\x13\x2e\x95\x9f\x0c\xe5\xe7\xbd\xd7\x8c\x4b\xe9\x27\x43\xfa\x79\x2f\x9a\x72\xa9\xfd\xa4\x40\xab\xaf\x9a\x73\x29\xfe\x64\x88\x3f\xef\x37\x4d\xba\x54\x7f\x32\xd4\x9f\xf7\x41\xb3\x2e\xe5\x9f\x0c\xf9\xe7\xbd\xf6\xe5\x84\xfa\x4f\x86\xfe\xf3\x5e\xfb\x3e\x42\x01\x28\x43\x00\x7a\x9f\x35\xf1\x52\x01\xca\x50\x80\xde\xef\x9a\x79\x29\x01\x65\x48\x40\x2f\x4e\x53\x2f\x35\xa0\x0c\x0d\xe8\xc5\x6b\xee\xa5\x08\x94\x21\x02\xbd\x88\x26\x5f\xaa\x40\x19\x2a\xd0\x8b\x68\xf6\xa5\x0c\x94\x21\x03\xbd\xac\x9a\x7e\xa9\x03\x65\xe8\x40\x2f\x5b\xd6\x58\xc8\xdf\x10\x82\x5e\x82\x66\x58\x2a\x41\x19\x4a\xd0\x4b\xd4\x14\x4b\x29\x28\x43\x0a\x7a\x49\x9a\x63\xa9\x05\x65\x68\x41\x2f\x59\x93\x2c\xc5\xa0\x54\x14\x5b\xbb\x66\x59\xaa\x41\xa9\xa8\xb6\x9c\xa6\x59\xca\x41\x19\x72\xd0\xaf\x5e\xf3\x2c\xf5\xa0\x0c\x3d\xe8\x57\xd1\x44\x4b\x41\x28\x43\x10\xfa\x75\xd5\x4c\x4b\x45\x28\x43\x11\xfa\x75\xd3\x54\x4b\x49\x28\x43\x12\xfa\x35\x68\xae\xa5\x26\x94\x4b\x7d\x92\x96\x6c\xa1\x73\x68\xc9\xc1\x8e\x7b\x67\xc5\xc1\x86\x33\x16\x1c\xec\x37\x63\xbd\xc1\x76\x33\x96\x1b\xec\x36\x63\xb5\xc1\x66\x33\x16\x1b\xec\x35\x63\xad\xc1\x56\x33\x96\x1a\xec\x34\x63\xa5\xc1\x46\x33\x16\x1a\xec\x33\x63\x9d\xc1\x36\x33\x96\x19\xec\x32\x63\x95\xc1\x26\x33\x16\x19\xec\x31\x63\x8d\xc1\x16\x33\x96\x18\xec\x30\x63\x85\xc1\x06\x33\x16\x18\xec\x2f\x63\x7d\xc1\xf6\x32\x96\x17\xec\x2e\x63\x75\x41\x59\x1a\x8b\x0b\xf6\xd6\x3b\x6b\x0b\xb6\x96\xb1\xb4\x20\x3b\x8d\x95\x05\xb5\x69\x2c\x2c\x88\x4c\x63\x5d\xc1\xb6\x32\x96\x15\xd4\xa6\xb1\xaa\x20\x32\x8d\x45\x05\x7b\xca\x58\x53\xb0\xa5\x8c\x25\x05\x3b\xca\x58\x51\xb0\xa1\x8c\x05\x05\xfb\xc9\x58\x4f\xb0\x9d\x8c\xe5\x04\xbb\x89\x56\xd3\xff\x27\xbf\xe0\x42\x19\x07\x0a\xee\x93\x75\x9e\xe0\x3a\x19\xc7\x09\x6e\x93\x71\x9a\xe0\x32\x19\x87\x09\xee\x92\x71\x96\xe0\x2a\x59\x47\x09\x6e\x92\x71\x92\xe0\x22\x19\x07\x09\xee\x91\x71\x8e\xe0\x1a\x59\xc7\x08\x6e\x91\x71\x8a\xe0\x12\x19\x87\x08\xee\x90\x71\x86\xe0\x0a\x59\x47\x08\x6e\x90\x71\x82\xe0\x02\x19\x07\x08\xee\x8f\x71\x7e\xe0\xfa\x18\xc7\x07\x6e\x8f\x71\x7a\xe0\xf2\x58\x87\x07\xee\x8e\x71\x76\xe0\xea\x18\x47\x07\x6e\x8e\x71\x72\xe0\xe2\x18\x07\x07\xee\x8d\x71\x6e\xe0\xda\x18\xc7\x06\x6e\x8d\x71\x6a\xe0\xd2\x58\x87\x06\xee\x8c\x71\x66\xe0\xca\x18\x47\x06\x6e\x8c\x71\x62\xe0\xc2\x18\x07\x06\xee\x8b\x71\x5e\xe0\xba\x18\xc7\x05\x6e\x8b\x75\x5a\xe0\xb2\x18\x87\x05\xee\x8a\x75\x56\xe0\xaa\x18\x47\x05\x6e\x8a\x75\x52\xe0\xa2\x18\x07\x05\xee\x89\x71\x4e\x50\xf5\x19\xc7\x04\x6e\x89\x71\x4a\xe0\x92\x18\x87\x04\xee\x88\x71\x46\xe0\x8a\x18\x47\x04\x6e\x88\x75\x42\xe0\x82\x18\x07\x04\xee\x87\x75\x3e\xe0\x7a\x58\xc7\x03\x6e\x87\x75\x3a\xe0\x72\x58\x87\x03\xee\x86\x75\x36\xe0\x6a\x58\x47\x03\x6e\x86\x75\x32\xe0\x62\x58\x07\x03\xee\x85\x75\x2e\xe0\x5a\x58\xc7\x02\x6e\x85\x75\x2a\xe0\x52\x18\x87\xe2\x23\xec\x07\x63\x3d\xc0\x76\xb0\x96\x03\xec\x06\x6b\x35\xc0\x66\xb0\x16\x03\xec\x05\x63\x2d\xc0\x56\xb0\x96\x02\xec\x04\x6b\x25\xc0\x46\xb0\x16\x02\x6a\x7a\x6b\x1d\xc0\x36\xb0\x96\x01\xec\x02\x6b\x15\xc0\x26\xb0\x16\x01\xec\x01\x6b\x0d\xc0\x16\xb0\x96\x00\xec\x00\x6b\x05\xc0\x06\xb0\x16\x00\xda\xff\xb6\xf5\x8f\xb6\xbf\x6d\xf9\xa3\xdd\x6f\x5b\xfd\x68\xf3\xdb\x16\x3f\xda\xfb\xef\x5a\xfb\xa8\x04\x4d\x4b\x1f\x55\x9e\x69\xe5\xa3\xb8\x33\x2d\x7c\xd4\x74\xa6\x75\x8f\x52\xce\xb4\xec\x51\xc1\x99\x56\x3d\x0a\x37\xdb\xa2\x47\xc1\x66\x5b\xf3\x28\xd4\x6c\x4b\x1e\x05\x9a\x6d\xc5\xa3\x2e\xb3\x2d\x78\x94\x63\xb6\xf5\x8e\x2a\xcc\xb6\xdc\x51\x7c\xd9\x56\x3b\x6a\x2e\xdb\x62\x47\xa9\x65\x5b\xeb\xa8\xb0\x6c\x4b\x1d\x85\x95\x69\xa5\xbf\xbb\x5c\x37\xff\xc7\xbb\x15\xd5\x96\x6d\xb0\xa3\xc8\xb2\x8d\x75\xd4\x56\xb6\xa1\x8e\x92\xca\x36\xd2\x51\x49\xd9\x06\x3a\x0a\x28\xdb\x38\x47\xdd\x64\x1b\xe6\x28\x97\x6c\xa3\x1c\x55\x92\x6d\x90\xa3\x38\xb2\x8d\x71\xd4\x44\xb6\x21\x8e\x52\xc8\x36\xc2\x51\x01\xd9\x06\x38\x0a\x1f\xdb\xf8\x46\xbd\x63\x1b\xde\x28\x73\x6c\xa3\x1b\xd5\x8d\x6d\x70\xa3\xa8\xb1\x8d\x6d\xd4\x32\xb6\xa1\x8d\x12\xc6\x36\xb2\x51\xb9\xd8\x06\x36\x0a\x16\xdb\xb8\x46\x9d\x62\x1b\xd6\x28\x4f\x6c\xa3\x1a\x55\x89\x6d\x50\xa3\x18\xb1\x8d\x69\xd4\x20\xb6\x21\x8d\xd2\xc3\x36\xa2\x51\x71\xd8\x06\x34\x0a\x0d\xdb\x78\x46\xd3\xd9\x36\x9c\xd1\x6c\xb6\x8d\x66\x34\x99\x6d\x83\x19\xcd\x65\xdb\x58\x46\x53\xd9\x36\x94\xd1\x4c\xb6\x8d\x64\x34\x91\x6d\x03\x19\xcd\x63\xdb\x38\x46\xd3\xd8\x36\x8c\xd1\x2c\xb6\x8d\x62\x34\x89\x4d\x83\xd8\x1e\x94\x36\xfe\x7e\x7f\x79\x98\x7f\x36\x7a\xfe\x7c\x7d\xad\x4f\x6f\xfd\x4f\x54\xfb\xdf\x86\x2e\xa5\x5e\x8f\x4f\x75\xfe\xb9\xeb\xcb\xf3\x4b\x9b\xd5\xff\xff\xbf\x01\x00\x00\xff\xff\x87\x4f\xea\x2f\x1a\x2b\x00\x00"); +var _ccad =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x54\x92\xc1\x8a\xdb\x30\x10\x86\xef\x7e\x8a\x39\x6e\x0f\x5b\x4b\x56\xe4\xd8\x50\x16\x4a\x42\xa9\x59\xb6\x2d\xcd\x66\x5b\x28\x3d\x38\xd6\x38\x15\xd4\xb2\x90\xed\x43\xde\xbe\x68\x6c\x4d\xe8\xc1\x48\xdf\xfc\x1e\x69\xfe\xd1\xe4\x87\xe6\xd8\x38\x3b\x43\xfe\x2d\x8c\xdd\x09\x67\xe8\xad\x33\x01\xa7\x71\x09\x1d\xc2\x05\xaf\xd6\x65\x99\x2c\xc0\xd8\x6e\x4e\x48\x4b\x37\xb4\x3e\xcb\xf2\xb3\xb3\xcf\xa7\xc7\xf3\xeb\x27\x55\x3c\x7e\x86\x65\xc2\x2d\x7e\x68\x8e\xa7\xdb\x34\xe3\xd0\xb8\x7e\x04\xb5\xe6\x9b\xc5\x6f\x67\x00\xe4\xdf\xf1\x6a\xa7\x39\xdc\xe0\xe1\xa3\x19\x2f\xf8\x0e\x0c\xf6\x31\xfe\x35\x18\x0c\xd6\x5d\xe1\xe1\x79\x0c\xd8\x4a\x16\x4e\x8b\xf7\x7f\x71\x40\x37\x83\xa4\x18\x3a\x43\x6b\x96\x1f\x5e\x5a\xff\xa5\x1d\x10\xfe\xab\xe7\x8d\x54\x12\xdf\x30\x4c\x76\x74\x20\xdf\x0b\xa1\xef\xe1\xd7\x9b\xc7\xed\xb0\x2c\xff\x79\x6e\x8e\xf0\x4b\x82\x14\x50\x68\xbd\x53\xbf\xb7\xf8\x8f\x97\xd1\xf0\x5f\x52\xae\x0e\x3a\x6b\xba\x3f\x6d\xc8\x3e\x08\x21\x44\x21\x64\xf9\x04\x95\x28\x65\xe2\x42\x47\xd6\xd5\xca\x4a\x48\x15\x79\xaf\x57\xee\x7b\x21\x89\x4b\xe6\x8e\xb8\x66\xc6\xc8\x95\x48\xac\x2e\xc4\x7b\x66\x43\x5c\x31\xf7\xc4\x9c\xaf\x29\xbf\x2c\x12\x23\xdd\x5f\xab\xd8\xb3\x54\x7a\xb6\x67\x2b\xa1\x75\x57\x64\x2f\xea\x09\xd2\x76\x47\x36\xea\x64\x23\x96\x9d\xb6\x05\x49\x25\x4b\x15\x4b\x92\xcc\x95\x9a\xcd\xef\xee\x12\xf5\xa5\x54\xec\x33\x65\xf5\xbd\xa8\xa9\x05\x6c\x51\xb6\x2c\xc9\xd5\x9d\x64\x77\x17\x96\x34\x35\xa2\x16\x9b\xb1\xd5\x08\x41\x9c\x43\x9e\x8b\x6e\x09\x01\xdd\x4c\x53\x48\x2f\x1f\x5f\xd3\x3a\xe4\x49\xf7\xa3\x8f\x59\xf4\xfd\x0b\x00\x00\xff\xff\x9c\x40\xf9\x5e\x15\x03\x00\x00"); +var _cage =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\xfd\xcd\xce\x35\x3b\x72\xa6\x07\xcf\xeb\x28\xde\x61\x7f\x83\xfe\x94\x24\x23\xf8\x03\x08\x2f\xe0\xee\xb6\xda\x1a\xb4\x6d\x58\x96\x6d\xc0\xf0\x20\x33\x57\x2e\xa1\x00\x6b\x57\xa1\x54\x1a\xe8\xec\x0d\x5e\x57\xee\xb6\x61\x18\xd8\x7b\x74\xe3\x89\x87\x2b\x93\x0c\xfe\xc5\x1d\x11\x64\xfe\xcd\x7f\xfc\xfb\xff\xf4\xf7\xbf\xfc\xf1\xaf\x3f\xfe\xe6\x7f\xfc\xcb\x9f\xee\x7f\x78\xfe\xfa\xe3\xfb\xc7\x5f\x3e\x7f\x79\xfe\xe5\x4f\xff\xfa\x97\xfb\xf9\x71\x3d\xff\xf4\xc7\x5f\xfe\xf0\x87\x52\x7f\x7c\xfe\x78\xff\xf5\xd7\x3f\x81\xfb\x9f\xcf\x3f\xff\xe1\x0f\xfb\xf7\xff\xf0\x6f\xff\xf2\xd7\xe7\x9f\xff\xfe\x97\xef\x9f\x7e\x34\xcb\x7d\xfe\xf5\xcf\x6f\xd9\x1f\x3f\xfe\xe6\x7f\x7a\xfe\xe9\x8f\xff\xf2\xd7\xbf\xfc\xdb\x8f\x7f\xf7\xdf\x7c\xfe\x74\x3d\xff\xbf\x1f\x9f\xe7\xbb\xe5\xff\xc3\x5f\x3e\xcf\x5f\xfe\xf8\xcb\x3f\xfd\xf8\x77\xff\xf9\x3f\x94\xff\x2a\xfd\x87\x7f\xfd\xf3\x9f\xff\xcf\xe7\x9f\x9f\x5f\xfe\xfa\x23\x90\x3d\xbf\x7c\xc0\x3f\xfc\xcd\x7f\xfc\x2f\xe7\x9f\xff\xfb\xf3\x9f\x9f\x1f\x7f\xf3\x8f\xbf\xfc\xf1\x3f\xff\x87\x7f\xff\x8f\xff\xf1\x1f\xea\xbf\xff\xef\xf8\x27\xff\xfb\x5f\x9e\xbf\xfc\xcb\x1f\xff\xf4\xcb\x8f\x52\xff\xff\xc7\xd1\xff\x6f\xf9\xff\xfc\x6f\x7f\x7e\x7e\x94\xf7\x21\xff\xdb\x3f\xfe\xfd\x7f\xfa\xf1\xbf\x97\x1f\xe5\xf8\x51\xb3\xf5\xfe\x7f\xbc\xf2\xff\xf5\xbf\xfc\xe9\xf3\xfc\x38\xfc\xab\x5a\xfb\xfb\x4f\x9f\xe7\x5f\xfe\x7c\xde\xcf\x5f\xce\x5f\xfe\xe9\xf9\xc3\x8f\x1f\x7f\x7b\x1c\xc7\xf1\xf3\xc7\xdf\xfe\xa7\xf1\x77\x7f\xf7\x73\xff\xfd\xdf\xfa\xf7\xdf\xfd\xdd\xfe\xfb\xf9\xe5\xf3\xff\xfa\xc5\x1f\x8a\x0f\xfa\xe5\x4f\x7f\xfd\x3c\x5f\x65\xbf\x3e\xe3\x38\xca\xf7\xe7\x8f\xb2\x7f\xf5\xff\xfc\xf7\x1f\xca\x71\xbc\x6f\xff\xe3\xe7\xbf\xfe\xa2\xfa\x8b\xf1\xec\x5f\xfc\xed\x71\x9c\xc1\xdf\x1b\x4a\x1f\x48\x52\x49\xfe\xfc\x51\x6b\xcb\x40\x36\x94\x8d\x9f\x3f\xca\xf0\x77\x53\xc9\xfc\xf9\xa3\x1c\x75\x4b\x2e\x9f\xbc\xa1\x74\x25\x45\x49\xf9\xf9\xa3\x54\x9e\xfd\xf1\x39\x1b\x4a\x9d\x5b\xf2\xf8\xab\x0d\xdd\x27\x3f\xfe\x6a\x43\xef\x0b\x89\xef\xda\xd0\x47\x22\x59\x4a\xd6\x96\x34\x24\xa7\x92\xf3\xe7\x8f\xbe\x94\xdc\x4a\xee\x5d\xc6\xe7\x7c\x94\x7c\xb6\x84\xfa\x7c\x2b\x92\x0d\x7d\xf2\xab\x6f\x53\xd2\xb6\x84\xfa\x7c\xad\xf3\x97\x3a\xf3\x9c\xaf\x6f\xdf\xd0\xa7\xcf\xf1\xed\x1b\xfa\xa4\x86\x5f\xdf\xbe\xa1\xaf\xad\x8d\x72\xd0\x2e\xa0\xf7\xdd\xf6\x52\x78\x17\xd0\x07\x65\xca\xa5\xe4\xda\x92\xad\xf9\x52\x95\x54\x24\x7d\x4b\x82\x56\x00\x7d\x1e\x5b\xd2\x2d\xb3\xa1\x4f\x7e\x75\x3f\x48\x36\xf4\x41\x99\x0f\x7a\x06\xfa\xe0\xed\x9f\xaa\x84\xb6\xf3\xf6\x4f\x28\x89\x2d\xe1\x5d\x9f\xae\xa4\x6f\x89\xbf\x9a\x4a\x76\x5f\xcc\x85\xe4\x54\x82\xe6\x7d\xd7\xad\x84\xb6\x6f\x1d\x16\x35\x06\xf4\xb5\x9f\x53\x6f\xb4\x0a\x94\xa3\x20\x59\x4a\xd6\x96\x1c\x48\x4e\x25\xd7\xcf\x1f\x6b\x1d\x5b\xd1\xf5\x63\xa1\x0d\x6b\x1d\xfb\xfd\x6d\xa1\xd7\x76\x96\x9f\x3f\xb2\x6e\xdd\xb7\xb3\x29\x59\x3f\x7f\x64\xec\x96\x35\x47\x62\xbb\x77\x99\xe0\x57\xb7\x65\xf6\xdb\xb2\xef\xb6\x86\xfd\x03\xf4\x63\xd7\x31\x0a\x3a\x8b\x92\x5b\x52\x91\xa0\x8f\x68\x48\xf6\x73\xa2\x29\x89\xef\xcf\x1f\x9d\x77\x45\xfa\x9c\x0d\x3d\xca\x1f\xfe\xb6\x3c\xed\xfb\xf3\xc7\x0b\x7d\xe5\x1f\xfe\xb6\x1e\x3c\x59\x28\xc7\x51\x26\xb2\xa6\xac\xed\xa6\x95\x03\x51\x28\xda\x93\xf3\xf0\x87\xa9\x24\x29\x54\x10\x75\x45\x7d\x17\x1a\x48\xa6\x12\x34\xb9\x90\xdc\x4a\x3e\x3f\x7f\x14\x7f\x55\x7d\x50\xf5\x41\x15\x91\x0f\xaa\x3c\x88\x2a\x35\xab\xb9\xa1\x0c\x6a\xd4\xaa\x92\xb6\x27\x79\x43\xe2\x83\x9a\x0f\x52\x74\x29\xba\x7e\xfe\x28\x7b\x3c\xd6\xe3\xf4\xfd\x1b\xf6\x9a\xb2\x4b\x95\x83\xf6\x02\xa5\x27\x92\x54\xe2\xa3\x02\xd1\x52\x44\x7f\x17\x4a\xd9\x5e\xa0\xec\x59\x53\x4b\x2d\x48\x36\x6c\x6d\xf6\x2d\xeb\x54\x9d\x39\x51\x73\x57\xbd\x0c\x25\x63\x3f\x6a\xae\xad\xa8\xb2\x14\xed\x11\x54\x26\x3f\x5b\x55\x49\xdd\x12\x5e\xb7\xac\xe6\x86\xb2\xa7\x40\x2d\xcb\x0a\x2c\xeb\xb4\x7f\x56\x0f\x34\x0e\x94\x36\x90\x7c\x95\xec\x95\xb9\xed\xa6\xd4\x42\x2d\x81\xd2\x1a\x92\x54\x42\x7b\xeb\x81\xe8\x54\x74\xee\x42\x0b\xc9\x47\xc9\xee\xba\x2c\x48\x1e\x25\x7b\x09\x4f\x5e\x56\x7c\xd9\x86\xb5\x2a\x85\x58\xe7\x85\xb2\xc7\x65\xad\xb5\x29\x61\x7c\x55\x45\x56\x60\x43\x09\x7f\x36\x94\xd0\x10\x25\x4b\xc9\x1e\x4c\x8d\xc6\x56\xeb\x58\xa9\x63\x22\xb9\x94\xec\x0e\x0f\x25\xd6\x71\x43\x09\x7e\xd5\x18\xcb\x40\x49\x5a\xe6\xc8\x01\x4a\x4e\x24\x5d\xc9\xee\xda\x86\x3e\x9a\xf5\xd9\x50\x9a\x65\xd4\x47\x43\x1f\x94\x09\x95\xbf\xa1\x04\x4f\x8e\x5b\xc9\xbd\x25\xfc\x2a\xe9\x57\x60\xad\x8a\xf6\x1d\x21\x40\xc9\xca\x9e\xfb\xeb\x3e\xf9\xff\xb5\x75\xd6\xda\xed\xc0\x0d\x25\xd0\x7b\xb7\x4d\x9d\x16\xd0\xee\x6e\x0b\xfa\xe0\x3d\xf4\x7b\x57\x15\x7d\x8f\x04\x46\x7e\x5d\x36\x7c\xd1\xef\x8c\xa9\xba\xd4\xf2\x86\x12\xfc\xec\xb4\xd0\x49\xdf\xd0\xce\xcb\x5e\xbe\xec\x65\x94\xfa\x28\xda\xe0\x94\x6d\x85\x86\x02\x25\xf6\xdb\xc2\x76\x46\x5f\x3f\x7f\x54\x94\x1a\x83\x6a\xc7\x1c\x3f\x7f\x54\x16\x9a\x98\xa8\x30\xd6\xee\xc0\xbd\x86\xd7\xc4\xb2\xa8\x19\xd7\xcf\x1f\x03\xc5\x67\x2a\x19\x8e\x9f\xdd\xfe\x9c\x68\x24\x27\x35\x62\x39\x48\xa7\x4b\xda\xb6\xc1\x0f\x4f\x7f\xb8\xa1\xec\x2d\xb5\xe6\xe9\xef\x4e\xe6\x1d\xaf\xbb\xa8\x36\x50\x26\x0f\xba\x7c\xd0\xc5\xbc\xab\x48\x6e\x25\x1f\xd4\xc6\x83\x6e\xd4\x0d\x94\xbd\xc7\xd7\x64\x5f\x11\x8a\xaf\xbf\x2f\x25\xbb\x6d\xdb\x7a\xa8\xc9\xee\x28\x94\x41\x43\xee\xaf\x92\xad\xc7\xbd\xcb\xd6\x7c\xac\xd0\x63\x1f\xed\x1a\x75\x97\x27\xa0\xec\xcd\xb9\xf6\xa3\x2b\xe1\xf5\x96\x59\x4a\x58\x1b\xb6\x6d\x50\x7b\xd0\x7c\xa0\xf4\x82\xa4\x2a\xd9\x8d\xed\xbb\xf9\xcf\xa4\x0c\x50\x6b\x6c\xcb\xa8\x3e\x2a\x17\xa8\xf5\x60\xc0\x3d\xb3\x2a\x6b\x96\x5b\xc8\x42\x59\x50\x8e\x25\xe2\x99\xa9\x6c\x50\xae\x29\x9b\xca\xa6\xe5\x02\xd9\x52\x76\x5a\x4e\xd9\xa5\xec\xb2\x5c\x22\xbb\x95\xb1\x7e\x1f\x6f\x9d\x99\x88\xcf\x5e\x0d\xf7\x6f\xb7\xd6\x9e\x35\x94\x0d\xcb\xf1\xde\xe5\x7b\xf7\xd0\xae\x35\xc2\x72\xbe\xe3\xf4\xb7\x4c\xd1\xe7\xf4\xb7\xa7\xbf\x45\xc1\xcf\xe9\x6f\x4f\x7f\xeb\x7b\xcf\x53\xd9\x69\x39\xf4\x72\xbe\xcf\xfb\x58\xae\x22\x7b\x94\x3d\x94\x9b\xfe\x96\x7e\x7e\xf6\x30\xdb\xe5\x68\x9b\x03\x0d\xd8\xe5\xf8\xed\xa5\x4e\xaf\xb4\x1c\x7a\xbe\xba\x32\xeb\xc7\x90\x78\x2e\xeb\x77\xa9\xbf\x41\x7b\x2f\xeb\x72\xa9\x3f\xa6\xf7\xe3\xd0\x7d\x6e\xdb\x61\xdb\x6e\xdb\x71\xdb\x8e\x45\x39\xc7\xea\xf3\xb5\x7f\xf9\xed\xd7\x99\x08\x04\x86\x75\xfd\x62\xaa\x08\x31\xd8\xf3\xbf\x47\x55\x54\xb7\xa8\x5a\xaa\x29\x6a\x94\x5a\x88\x42\x51\xec\x67\xb1\xbf\x7d\x1d\xd5\x40\x39\x5c\xf3\xbf\x8e\x6b\xa0\xe4\xf2\xf9\x43\xd1\xf8\xf9\x23\x66\x57\x34\x15\xcd\x9f\x3f\x5a\x6d\xd6\x75\x29\x5a\xfc\xd0\x5a\x9c\x8a\xce\x5d\x0a\x23\xe2\x7b\x5c\x8a\xb6\x5d\x37\x2d\x74\x2b\xb9\x77\x55\xbb\xf5\xfa\x28\xfa\xec\x17\x62\x45\x7c\x8f\x47\xd1\xb3\x45\xc3\x06\x7d\x15\x7d\x7f\xfe\xa8\xc7\xa2\xf2\xda\x56\x40\x1e\x85\x9a\xba\xf5\x02\xc5\xd9\xf0\x75\x9d\x04\x6a\xb2\x50\x7e\x35\xc0\x80\x98\x8c\xb5\xaf\x06\x18\x10\xa3\x28\x52\x5f\x1b\x62\x84\x22\xd5\xf5\x5a\x60\xac\x3a\xdf\xa2\xbe\x36\xb4\xa6\x0a\x35\xcb\x80\xe2\xd6\xf5\x2d\xea\x6b\x43\x2c\xa6\xc6\x57\x0b\x00\x28\xb5\xfa\x2c\xf5\xb5\x21\x8f\xea\x0f\x55\xd8\x86\xa8\xd3\xea\xab\xb0\x0d\x35\x1c\x14\x5a\x0a\x40\x66\xb5\x94\x0a\xdb\xd0\x30\xc5\xeb\x57\x53\x01\x68\x81\xd9\xf5\xd5\xa2\x02\xb2\xab\x8a\xaa\xc2\x36\x94\x92\xf6\x91\x26\x05\xd0\x26\x9b\xfa\xb7\xaa\xb1\x0d\xa5\xbd\xcf\x57\x63\x1b\xaa\x1b\xc7\x57\x53\x13\x88\x9e\xb4\x5b\xcb\x03\xc8\xd5\xe2\xb7\xf7\xe3\x6f\x55\x9f\xda\x2a\xd3\x87\xa8\xcf\x0d\x6d\x85\x6f\x57\x9f\x1b\xb2\x1d\x8c\x36\xcd\x15\xa0\xb5\x65\x4b\xd4\xe7\x86\x7e\x1c\xea\x40\x7d\x6e\x68\xad\xf8\x2c\xf5\xb9\xa1\x97\x57\x05\xea\xb3\xb2\x73\x4c\x54\xa0\xd5\x0c\xd4\x63\xa1\xf5\xa6\x3e\x1b\x6b\xb9\x53\x45\x4b\x1a\x28\xa3\x51\xaf\xa6\x3a\x37\x74\xad\xeb\xaf\x56\x13\x50\x66\x5a\x4a\x75\x6e\x48\x8d\xdd\xaf\x76\x13\x90\xf5\x7d\xa3\xea\xdc\x90\xad\x5b\x4a\x7d\x6d\x28\xc3\xae\x69\xea\x6b\x43\x2e\x55\xd8\xd4\xd7\x86\xec\x8e\x06\xed\x79\x20\xfb\xc1\x68\x68\xea\x6b\x43\x73\x7b\xfc\x6a\x98\x01\xe5\x9d\xc3\x4d\x7d\x6d\x28\xf5\x1d\xdf\x4d\x85\x6d\x68\x81\xad\xfc\x75\x87\x04\x22\xd5\x74\xa8\xb0\x80\x44\xb9\x76\xb9\x6b\x02\x6d\xd8\x6b\xa1\xc2\x36\x94\xc4\x22\xfa\x86\x0a\x0b\x76\x43\xa7\x67\xa8\xb0\x0d\xa5\xbf\xa5\x54\xd8\x86\x36\x31\x98\xbf\xa1\xc2\x36\xb4\xea\xd0\xd1\xb0\x04\xa2\x39\x61\x43\x85\x6d\x88\x96\xd6\x5e\x85\x6d\xa8\x33\xac\xaa\x0a\xdb\xd0\x0a\x56\xe0\x57\x93\x14\x88\x6c\x56\x42\x85\x6d\x28\xa1\x5a\x43\x85\x6d\xe8\xe9\x68\x0a\xf5\xb5\xa1\x4d\x6b\xaf\x25\x06\x94\x03\xbb\xe3\x9b\xea\x6b\x43\x1d\x3e\x5e\x93\x17\x68\x81\xe1\xf7\x4d\xf5\xb5\xa1\x1d\xaa\x30\xd5\xd7\x86\x16\x2e\xa0\xa9\xbe\x36\xd4\x23\x7d\xbc\xfa\x4a\xe6\x6b\xb1\x94\xfa\x4a\x5d\x42\x3e\x4b\x7d\x6d\x88\x51\xfc\xa1\xfa\xda\x90\xef\xf4\x48\xf5\xb5\xa1\x1d\x45\x91\xfa\xda\x10\xbf\x36\x48\x7d\x6d\xa8\x92\xac\x6f\xaa\xaf\x0d\xad\x3a\x26\x52\x7d\x6d\x88\x23\xac\x97\xfa\xda\x10\xcd\x25\x5b\x0b\x18\x28\xd3\xa9\xa6\x2d\x0f\xb4\xe1\x2a\xdb\xd5\x57\x77\x42\x52\x89\xae\xbe\x36\xb4\xe6\x86\xa3\xc9\x0f\x44\xed\x74\x6d\x57\x5f\x1b\x5a\x77\x98\x48\x03\x80\x51\xde\x4a\xa8\xaf\x0d\xe3\x38\x7c\xa3\xfa\xda\x50\xfa\xe1\x84\xef\x2a\xac\x63\x40\xfa\x78\xf5\xd5\xd5\x17\x6d\xec\xea\x0b\x72\x3b\xdf\x67\xa9\xaf\x0d\x75\xbe\x95\x50\x5f\x1b\xea\x70\xa6\xc9\x45\x80\xf6\xee\x11\x5d\x7d\x6d\x68\xef\x82\x2d\x53\x06\x5a\xd8\x8f\x43\x7d\x6d\x28\x3d\x31\x6c\xbf\x43\x85\x6d\x28\x72\xaa\xef\x50\x61\x1b\xe2\x70\x2e\x48\x36\x80\x9a\x4d\x91\x0a\xdb\x10\xaf\x95\x30\x54\xd8\x86\x3a\xb0\xd5\xbe\x43\x85\x6d\x18\x6d\xf9\x43\x15\xb6\x61\x54\x4d\xa1\xa1\xbe\x36\xb4\xe1\x60\x1d\x2a\x6c\x43\x94\xb7\x5e\x2a\x6c\x43\x34\x87\xce\x50\x61\x1b\x6a\x2c\xdf\xa8\xc2\x06\xd4\xd2\xb9\x30\x54\xd8\x86\x51\x1c\xe5\x43\x85\x0d\xf8\x9c\x8b\xad\xe6\x3b\xd0\xbb\xcb\xa8\xd6\x3b\xd0\x2a\x86\xf0\x57\xe3\x1d\x28\x55\xe5\x4c\xf5\xb5\x21\xba\xcb\x89\xe6\x3c\x10\x09\x15\xfc\x6a\xcd\x03\xb5\x6a\x4b\x4c\xf5\xb5\xa1\xe9\x4f\xf9\x4e\xf5\xb5\x21\xdf\x3d\x55\x93\x1f\x88\xd4\xf6\xd2\xe2\x07\x46\xd3\xc0\x9c\xea\x6b\x43\x6b\xae\x43\x72\x00\xa0\x8c\xbd\xea\xfc\xf6\x6e\x2c\x45\x00\x46\x71\xa7\x92\x21\x00\xa5\xaa\xcf\xa9\x3e\x27\x13\x36\x15\xa9\xcf\x0d\x6d\xb9\x28\xe9\x97\x01\xa2\x60\x7d\x7f\x97\xfa\xd4\x55\xb3\x1c\xf3\x3a\x6b\x80\x79\xa8\x76\xe9\x27\x50\xab\x6d\x59\x2a\x74\x43\xbc\xdb\xb1\x04\x1c\x28\xb3\xfa\x4a\x15\xba\x30\x79\x5d\x10\x24\x33\xc0\x88\xb0\x94\x0a\xdd\x30\x52\x33\x41\xe6\x0e\x8c\xe1\xf8\x5e\x2a\x74\x61\xc2\x69\x65\x4b\x78\x80\xc0\xfb\x5b\xbf\x4b\x85\x6d\x08\xdc\xbf\xf5\xbb\x54\xd8\xc2\xe4\x70\xd3\x5e\x2a\x6c\xc3\x98\x87\xb5\x57\x61\x0b\x85\x39\x57\xa4\xd8\x40\xd1\xdd\xf5\x95\x63\x03\x65\x0d\x8d\xde\x53\x85\x6d\x88\x62\x87\x9c\x2a\x6c\x43\x54\xa8\xef\xf7\x54\x61\x84\x04\xd6\x72\x7e\xea\x8d\x00\x6a\x4a\x2f\x4e\x35\xf6\x72\x38\x1f\xa6\xc6\x36\x8c\xe1\x40\x95\xc1\x01\xb3\x69\x8d\x9f\x6a\x6c\x43\x19\x5a\x18\x72\x3a\xa0\xe2\xb2\xad\x5f\x29\x1d\x30\x52\xed\xeb\x45\x04\xa2\xa9\x8b\x53\x8d\x41\xfc\x8e\x5f\x1f\xa6\xca\x36\x94\xee\x5e\x28\xef\x03\xea\x6b\x3b\x5c\xaa\x8c\x70\xc5\x70\x6e\x5c\xaa\x6c\xc3\x7c\x77\x5f\xfd\x12\x5f\x09\xe3\x2b\x52\x63\x17\x1a\x73\xff\x92\x2e\x02\xf3\xdd\xf8\x2e\x15\xb6\x61\x2c\x2b\x21\x81\x04\x86\xbe\xa1\xef\xa5\xc2\x36\xb4\xd0\x38\x95\x52\x02\x2d\x34\x15\x2f\x15\x76\x61\xd5\x6a\xff\x5f\x2a\x6c\xc3\x6c\x07\xca\x97\x77\x02\x65\xbe\x8f\x57\x61\x1b\xca\x48\x45\x2a\x6c\xc3\x78\x2d\xfb\x4b\x7d\x5d\x0c\x31\x97\x04\x5d\x4d\x40\xbe\x7b\xf4\xad\xbe\x36\xc4\x70\xe8\xdf\xea\xeb\xd6\x7d\x4a\xed\x6f\xf5\xb5\x61\x0e\x97\xbd\x5b\x7d\x6d\x98\x4d\xc3\xea\x56\x5f\x1b\xd6\x74\x13\xbd\xd5\xd7\x86\xfa\xae\x5e\x3a\x77\x80\xd9\x70\x7f\x7f\xf5\xee\x00\xf5\xd7\x4a\xa8\xaf\x0d\xb5\x4c\xb7\xcc\x5b\x85\x6d\x68\xb2\xfc\xaf\x6c\x1b\x28\xcb\xcd\x50\xb2\x0d\xf4\xe1\x00\xbe\x55\xd8\x86\x35\x5c\xc4\x6e\x15\x76\xeb\x6f\x54\x15\x2a\x0c\xff\xd1\x6b\x3d\xea\x40\x02\x5a\x38\x73\x3f\x2a\xec\xa3\x95\xc6\xb3\x3e\x2a\x6c\xc3\x6c\xee\x39\x1f\x15\xb6\x61\x4c\xc7\xef\x47\x85\x6d\x98\x15\xbf\xcf\xf7\xa3\xc2\x36\x0c\x3d\x86\xdf\x8f\x0a\xdb\x10\xd3\x95\xf4\xeb\x1b\xbf\x17\x7e\xf0\xdd\xb9\xcd\x08\x61\x3b\x8e\xfa\xf3\xc7\xea\x08\x9a\x82\x6d\x33\xef\x39\xd4\x0e\x3c\x00\x42\xd9\x3a\x6d\x07\xfc\x5f\x28\xc7\x51\x95\x0d\x65\xcc\xed\xf7\x87\x53\xd1\x17\x4a\xb8\x25\xc5\xb7\x41\xb4\xab\x92\xaa\x04\xc7\xeb\x9e\x40\xcd\x40\x87\x50\x5e\x49\x28\xd9\x35\x28\x3c\xba\x58\x83\x42\xd0\x4d\xc9\x47\xc9\xb3\x1f\xb4\x68\x1b\x2c\xb5\x1d\x15\x5b\x69\xaf\x53\x8d\xc0\xc4\x06\x83\x97\x8b\x2a\x34\xab\xd9\x4e\x65\x13\xd9\xa3\xec\xa1\x85\x49\x2d\x60\x26\x42\xad\x18\xf7\xed\x08\x5f\xb1\xf7\x93\x96\xe8\x6f\x59\xd7\x05\xc1\x68\x83\x37\xb0\xba\xb7\x63\x2f\xe5\x5b\x5f\x54\x6e\x59\xdf\xe5\x1b\x54\xc6\xe9\xd3\xbe\xdb\x8c\x6e\xbc\xf3\xab\x56\xbf\x6f\xdd\xf8\xe5\xd7\xa7\x7d\x09\x7b\x21\xb8\x15\xf8\xf8\xb2\x7e\x73\x37\x6e\xc7\xd7\xb7\x7f\xdf\xb7\x6f\xdd\x18\x5e\x69\x65\xab\x6b\xec\xad\xb1\x15\xb8\x71\x2b\xf5\x96\x2c\x95\x2d\x63\x2b\x69\x45\x37\x57\x30\x1e\x0c\x26\x34\x62\x00\x70\xaa\x56\x21\xb4\xc2\xae\xd2\xd6\x55\x65\x2b\x11\xca\x71\xf0\xb4\xc6\x7e\xdf\xda\xfc\x2a\xdb\xf5\x68\x6c\x7c\xad\xbd\x9a\xe1\x0d\x4d\xcd\x00\x5b\xb6\x9f\xd7\x58\x25\x84\x2d\x9b\xc8\x7c\xde\xfd\xfe\x76\xab\xa7\x7d\xfc\xed\x9e\x42\xbb\x2e\x07\xb2\x54\x96\xca\xf6\x7b\xc3\xa9\x10\xc1\x86\x95\x75\xff\x36\x60\x7d\x42\x95\xec\xb4\x80\xf6\xb5\x18\xac\xf9\xf0\xdd\x16\x18\xb6\xc2\x2e\xc7\xf3\xb0\x6c\x5b\x7c\x19\x2f\x3d\xf6\x6f\x75\x9b\xb7\x5c\x38\x22\xc7\x44\xc6\x16\x2e\xec\xdf\x0e\x64\x8c\xb5\xf4\xb7\x6b\x2f\x3e\xad\xfb\xdb\x7e\x7c\x70\xd4\xef\xa5\xbf\x75\x5c\x5e\xc2\xfe\xed\x42\xc6\x6f\x7b\xd1\xa1\x4f\x5d\x3a\x5e\x23\x61\x97\xe3\xb7\xb8\x8d\x5a\xe7\x1d\x0d\x7a\xd1\x86\xef\x18\xca\x2a\x73\x66\x2a\x9b\xca\x72\xaf\xd0\x6d\x29\x5b\x7b\xfe\xd5\x36\xe9\xa3\x85\xff\x4a\xa8\xd5\xe7\x2d\x1c\x58\x6d\xc1\x31\xda\xac\xfc\x16\x92\x21\xec\x72\x15\x19\x75\x5e\xbb\xdf\x6a\x23\x4c\xd8\xd6\xfd\xca\xbe\x96\xdb\x33\x64\x7d\x7c\xef\xe7\x50\xc6\xf3\xec\xdf\xf5\x79\x18\x7d\xf4\xf9\xfa\xf8\xdb\xcf\xfb\xdb\x3d\x33\xd7\xe3\x6f\x69\x47\x1c\xac\x1a\xa7\xed\x38\xe9\xcb\xc0\x99\xdd\x4e\xfb\xf2\x7c\xfb\xb2\x0f\x64\xf4\xe5\xe9\x6f\x89\x75\xb6\xcb\xdf\x5e\x81\x43\x0d\x2a\xd9\x2e\x08\xba\x50\xb7\xc1\x81\x8c\xba\x5c\xfe\x16\x9b\xba\xdd\xfe\xf6\x46\x2f\x81\xb7\xac\xdd\xea\xe5\x7e\xf5\xb2\x77\x84\x76\xab\x97\x9b\x76\x04\xc9\x0d\xed\xb6\x1d\xc0\x2e\xd7\x90\xa1\x83\xdb\x77\x0c\xde\xf1\xf1\x1d\x1f\x65\x73\xef\xd2\xed\x51\xf6\x20\xcb\x83\xe7\xe9\x40\x6e\x5f\x65\x6d\x5b\x82\xe1\xb6\xb0\x15\xb2\x65\xf0\xb9\x38\x20\xf9\xc2\x7e\xef\x44\x36\x90\xf9\x5b\x52\x2d\xa2\xf8\xdb\xb2\x49\x77\xcd\xb9\xad\xb5\x28\xb0\x6e\x61\xff\x76\x6d\x59\xb7\x9c\xbf\x65\xcf\x8d\xea\x6f\x2b\xb2\x7e\x6c\x13\x31\x9a\xb2\xd6\xf6\x7b\x3b\x64\x26\x1a\xee\x2b\xa1\xd6\x63\x16\x64\x13\xd9\xb6\x08\x6b\x8f\xbd\x1e\x44\xc3\x24\x14\x76\x39\x9e\x87\x4d\x18\x6d\x5b\x76\xb5\xe7\xde\xbd\xc2\x04\x00\x61\x97\xeb\xc8\x2a\xb2\xcf\x6d\x39\x9e\xf7\xf1\xb7\x9f\x8f\xe5\x16\xb2\x07\x99\x75\xce\xdd\xe7\xe1\x5a\x12\xf1\xc1\x5c\xe9\xdb\x38\x89\x20\x59\x42\xa8\xf5\xd8\x6b\x79\x04\x09\x2f\xe1\x1a\xd1\xe9\xa3\x70\x8d\x88\x7c\x65\x7b\x9b\x0e\xe7\x7e\xf4\xd8\x6d\x1b\xa5\xec\xfa\x75\x5c\x46\xc2\x7e\x5e\x45\x46\xfd\xfa\x56\x6d\x1d\x45\x19\xbe\x0c\xa1\xea\x04\x8f\x8e\x33\x23\x9c\xfb\xa3\xee\xf5\x2f\x9c\xfb\x31\x6a\xd5\x1f\xb0\xdf\x3b\xf0\xe0\x0a\xfb\xb7\x81\x2c\x94\xed\x79\x3e\x82\xb6\x0d\x1c\xab\xc2\x2e\xa7\xec\x44\x36\xa8\x73\x14\x9e\x07\xab\x16\x76\xb9\x8e\x8c\x3a\x0f\x82\x47\x23\xa8\xf3\x98\xaf\x4c\x3d\x33\x0e\x06\x7b\x45\xb8\x36\x8d\xa4\x7f\x5d\x9b\xc2\xb5\x69\xf4\xbd\x8f\x85\x6b\x53\xac\xd0\x57\xc0\x38\x5d\xac\xe3\xc2\x7e\xde\x42\xc6\x78\x59\x63\x61\xf4\x07\x32\x7c\x03\x42\xad\xa4\x99\xc4\xc2\x39\x10\x8b\x3a\x8f\xe5\x6f\xad\x33\xb0\xcb\x15\x64\xd4\x6f\x11\x90\x9b\x87\x32\x38\x7d\x2c\x03\x72\x24\x42\xc5\x82\xc1\x0b\xbb\x5c\x22\x4b\x65\xdd\x72\x81\xcc\x3a\xaf\xd3\x72\x5b\x57\x6b\x59\x97\x75\x59\x6e\xfc\xe6\x56\x1f\x8b\xed\x34\x16\xdb\xcb\x3c\xaa\x8f\xf9\x2a\xfb\xfa\x18\x64\xa7\x6a\x23\xa6\x35\x8f\x4a\x33\xa1\x24\xc2\x2e\xa7\xcc\x6a\x69\x00\x10\x55\x8e\x75\xa9\x4a\xba\x61\xc2\xdb\xc3\xa5\x35\x5c\x32\x27\x46\x5a\xb8\x64\x86\x4b\xe1\xc4\x63\x16\x2e\x85\x71\xe3\xda\x99\xbd\x6d\x75\xdc\xf8\x76\x84\x5a\x1d\xee\x37\xce\x9d\xb8\x6d\x07\x6c\x25\x6e\xdb\x71\x9f\xc5\x72\xfb\x1d\x37\x24\x56\xd8\xb2\x81\xac\x29\xb3\x1b\x18\xee\x37\x34\x36\x5c\x32\xe7\xd8\xc4\x3f\x5c\x32\xe3\x43\xd4\x67\xce\x4d\xcd\xe3\x83\x39\x1a\x1f\xb6\xd3\x5a\xca\x44\xc6\x30\xf9\x40\x2b\xe7\xa2\xbb\x3e\xd0\x4a\xa1\x56\xac\xdb\xf8\xc0\x2b\xe3\x83\x4e\x17\x5b\x71\xb8\x04\x0b\xc6\xeb\xe2\x21\x5e\x27\x14\xdc\x06\xf1\x10\xaf\x13\xca\xc1\x66\x10\x0f\xa6\xb9\xd0\x0e\xe6\xe7\x43\xc0\x2e\x9e\xd7\x12\x67\xfd\x7d\xb0\xc4\x85\x36\x36\x3f\x88\x07\x4b\x5c\x88\xd8\xbb\x7f\x3c\x84\xe2\x84\x56\xa7\xa2\x53\x11\x8e\x9e\xcd\x49\xe3\x21\x14\x27\xb4\x39\x7d\xd6\xad\x08\xbf\xc4\xb2\xd4\x47\x11\xe9\x43\x69\xfd\x1f\x45\x0f\x5c\x5c\xd1\x57\x91\xb6\xde\xe0\x97\x45\x65\x6c\x08\xc2\x4d\xf1\x14\x95\x61\x1e\x8c\xbf\x2c\x2a\xa3\xbc\xca\xa0\x1a\x76\x0b\x10\x9d\x9e\x7f\x8a\xca\xd8\xd0\xc8\x85\x89\x87\x68\x9c\x10\xe3\x50\xd4\x15\x75\xbc\x97\x89\x48\x8d\xc1\x26\x0e\x77\xb6\xa7\xa8\xb2\x0d\x8d\xb4\x84\x78\x8a\x2a\x23\x6f\x0a\xb7\x7d\x3c\x0e\x04\x20\x4a\xda\x24\x55\xb6\xa1\xb4\x6e\x5d\x55\xd9\x86\x92\xc5\x1f\xaa\xb2\x0d\xcd\xb5\xec\x29\xaa\x6c\x43\xc0\xa0\xe2\x29\xaa\xec\xcd\x5c\x62\xbe\x3c\x55\x65\x10\x68\x4b\x1b\xee\x2a\x0d\x94\x83\x10\x75\x3c\xae\xd2\x40\x25\x83\x2d\x9e\xaa\x32\x36\xc4\x61\x97\x57\x95\x61\x4e\x17\x41\xeb\x78\xaa\xda\xa8\x44\x3a\x58\xf2\x9f\xaa\x32\xea\xfc\x35\xa0\x1c\x8f\x2b\x3e\xb0\x7f\x69\x31\xb5\x41\xe6\xcf\xb0\x9b\xaa\xda\xa8\xba\xee\x51\x63\x55\x1b\x1b\x72\xbc\xd5\x50\x1b\x1b\x22\xd3\x66\xaa\x8d\xea\x68\x61\x2a\x3e\xcd\xd1\x42\xbe\x59\x77\xea\x34\x47\xcb\x4b\x34\x1c\xa1\x4d\x0d\x11\x3a\x6b\x2c\x64\x4f\x53\x43\xed\xd5\x10\x2f\x6d\x6a\xa8\xa1\x21\xdb\xd9\xd4\x50\x93\x16\x4c\x7f\xaa\x8a\x36\x18\x39\x8f\x47\xeb\x03\x28\x87\x3b\xf9\xa3\xf5\x01\x34\xbc\xe9\xf1\x34\x55\xd4\x48\xda\xb1\xa7\x9a\x1a\xda\xd0\x46\xf7\xf9\x6a\x68\x43\xa4\x53\xa0\xa9\xa1\x26\xa1\x63\xc7\x7e\x9a\x2a\xda\x20\x39\x89\xa7\xa9\xa2\x86\xd1\x5c\xac\x99\x03\x66\x83\x31\xfd\x78\x42\xa5\x85\x93\x87\xed\xf5\x09\xd5\xb1\xa1\x4e\x15\x19\x6a\x23\x64\x53\xec\xe0\x4f\xa8\x8e\xd0\xb1\x4c\x33\x43\x6d\x84\x03\xc6\xe9\xef\xe6\x0a\xc4\x28\xd4\xd6\xbd\x15\xa8\x23\x7c\x98\xda\x20\x34\x56\x9d\xd7\xa1\x36\x36\xec\x87\xa1\xb4\x50\x1d\x81\x3a\xaa\xbf\x54\x1d\x1b\xda\x2c\x96\x52\x1b\x1b\x22\x9c\x8a\xa1\x36\x36\x94\xd5\x15\xa9\x8d\x0d\xa5\x3b\xa3\x52\x6d\x6c\xa8\xe1\x1b\xd3\x21\x94\x0e\x21\x7b\x20\x1d\x42\x04\xc7\x8e\x86\x82\x52\x9d\x6d\xa8\x24\x33\xc5\x93\xea\x8c\xe0\x18\x49\x58\xf1\xa4\x2a\x4b\x47\x10\xc6\xc2\xa3\xe1\x0c\x94\xd9\x7e\xc7\x9e\xfd\x68\x56\x03\xe5\xd0\x0c\x79\x52\x95\x6e\x28\xd5\xf6\xa5\x2a\xdd\x60\xba\x46\x3c\xa9\x4a\xf3\xf2\x97\x74\x46\xaa\xbf\x24\x7b\x42\x95\xa6\xfa\x4b\xec\x17\xc7\x44\xaa\xbf\x0d\xed\x1d\xfa\x5a\xed\x40\x90\x9b\x16\x8f\x46\x3b\xd0\xa6\x03\x58\xfb\x12\x68\xcb\xbe\xd0\xbc\x7c\xba\x49\x23\x6a\xbe\xab\x85\xce\xba\xeb\x52\xd9\x6d\x26\x01\xae\xa3\xb8\xae\x74\xdb\xb4\x21\x46\xb5\x98\x6d\x22\x43\xee\xd0\x0a\x79\x86\xf5\x18\x1a\xba\xbc\x60\x58\x8f\x0d\xb5\xbb\x62\x0f\xeb\x41\x08\xea\x28\x2e\xf6\xc3\x7e\xdc\xd0\x6a\xa7\xb7\x87\xfd\x48\x60\xe7\xd0\xdc\x78\xb4\xe6\x80\x56\xde\x17\xa8\x8e\xc9\x40\x29\xd6\x4d\x03\x0f\x98\xd5\x97\x4e\x5f\x30\x6d\xbc\x53\x75\xda\x78\xec\xbb\x9c\xf4\xa7\xe6\x1d\x50\x8e\xe2\x18\x9b\xf6\x31\x01\x99\x66\xe7\x4d\xf5\xb1\x21\xf2\xf0\x9d\xea\x63\x9e\xfe\x92\xba\x4d\xa7\xcd\x86\x16\xce\x91\x69\xb7\xcf\xfb\xd7\x2c\x9d\x30\x27\x4b\x88\xee\x1c\xd7\xaa\x06\xa2\xba\x7e\xce\xb7\x9d\x12\x56\x5e\xb9\x54\xf7\x3a\x7c\x25\x9d\xbc\xd4\xf7\x86\x68\x9d\xca\x2e\xb5\x41\x7a\xec\x72\x1f\x5d\x6a\x63\x91\x65\x54\x79\xfe\x52\xdd\x1b\xf4\x09\xc4\xb3\x9c\x36\x8b\x95\xc6\x61\xb5\x54\xd9\x7a\xf5\x43\x65\x97\xfa\x59\xee\x43\xa8\x6c\xa9\x1f\x32\x23\x8f\xe2\xc2\xbb\x54\xd0\x86\x38\xd4\xb6\x86\x33\xd0\x96\xa3\x4f\xc3\xf8\x59\xf6\x7a\xb3\x1e\x6a\x63\xc3\xec\x4e\x02\x6d\x4c\x60\x13\xa1\x2d\xd2\x54\x06\x4c\x76\x8a\xe7\x54\x19\x27\x01\x63\x6d\x0f\x0d\x51\x40\x47\x60\x3c\xda\xa1\x8f\x2e\xb0\x77\xc5\xd0\x0e\x05\x6a\x71\x67\x3a\xd5\x06\xb9\x9d\xd3\xad\xf5\x54\x1b\x1b\xa2\xb8\xac\x9c\x0e\x20\x0e\x5d\x54\xbb\xfc\x54\x3f\x9c\xba\x58\x61\x5d\xd5\x0f\x29\x72\x33\xac\x98\xea\x39\x1d\x3f\xaf\x4c\xfd\x9c\xe8\xa7\x59\x31\xf5\x23\x77\x76\xc1\x91\x3a\x03\xad\xdb\x4d\x9a\xbd\xa6\xd1\xa5\x46\xa9\x56\xef\x73\x39\x4f\x70\x00\x3c\x92\x69\xa0\xbd\x86\xd2\xa5\x32\x2e\xf3\xa9\x78\xd8\xa5\x2e\xae\xf0\x97\xe8\xec\x52\x19\x17\x8e\x6c\x0d\x61\x69\xc9\x73\xd9\xe7\xe1\xd3\x6c\xd4\x75\xfe\x9a\x6d\x16\x66\xda\x09\x31\xec\xa6\xcb\x36\x5d\xf8\x07\x49\xb2\x8a\xe7\x7a\xab\xcb\x2a\x07\x0f\x78\x6e\x3b\xf8\x26\xc2\xed\x3c\xbc\xed\xe0\x9b\x80\xad\xc3\xec\xb6\x4d\x37\x39\x75\x36\xfd\xb6\x4d\x37\xa3\xdd\xc5\xe5\xb6\x4d\x37\x39\x62\x4e\xf3\xdb\x26\xdd\xa6\x0f\xfa\x2c\x9b\xb4\xa1\xbd\x44\xe1\xb6\x7f\x49\x55\x7d\x17\x83\xdb\xfe\xbd\x5d\x30\x5d\x91\x6f\x3b\xf8\x66\xc1\x54\x8d\xb7\xba\x30\x75\x50\xfd\xdf\xea\xe2\x86\x38\x3a\x7f\x6f\x75\x71\xdf\x3e\x4c\x99\x1d\x7c\x93\x43\xf1\xd6\xcc\x0e\xc6\xa5\xda\x34\x24\x6f\x35\x66\xe8\x82\xcc\xe6\x78\x3e\xea\xe7\xe3\xea\xcb\x2f\x3f\xea\x47\xc7\x2b\xa9\xe8\xf1\x7c\x54\xd0\x86\xf2\x9a\xd5\x1f\x15\xb4\x21\xba\x6d\xfa\xa8\xa0\x0d\x2d\x5c\x68\xf5\x9e\x00\x2d\xd5\xac\xce\x13\x20\xc2\x05\xe8\xa3\x82\x3e\xe4\x30\xb9\x6a\x7f\xd4\xcf\x86\x36\x35\xf3\x3e\xea\xe7\xf3\xb6\xdc\x87\xd9\xf2\x0f\xf9\x84\xf1\xdb\x11\xed\x78\xf4\xfb\x00\x31\x86\x0f\x7e\x15\xf3\x65\xd3\xa0\x46\x8f\x43\xe9\x51\x57\xd6\xf2\x51\x57\x0f\xf9\x99\x0e\xe9\x47\x5d\x3d\xea\x4a\x93\xec\x51\x57\x1b\x8a\x7e\x96\xe7\x51\x57\x1b\x6a\x77\x3f\x7b\xd4\xd5\x86\x28\x2a\xfe\x51\x57\x8f\x4b\xa7\xb6\xca\xa3\x66\x1e\x96\x4e\x0d\xf1\x47\xcd\x3c\x4e\xa3\xee\xd3\x54\xcd\x03\xa1\xb1\x51\x8f\x43\xe7\x61\x1a\x49\x31\x1f\x87\xce\x83\x4b\xc4\xa5\xe1\x51\x7f\xa6\x9a\x17\xc7\xc9\xd7\xb6\x7f\xa1\xba\xae\xfd\x5f\x9b\xfe\x75\x6d\x70\xb8\x7e\x6d\xfb\x86\x78\xbb\xf6\x6b\xd3\xbf\xcc\x23\xa9\xe2\xd7\xa6\x7f\x5d\x1b\x9c\x6e\x5f\xdb\xfe\x85\xde\x49\x8f\xbe\xb6\x7d\x43\x7d\xd5\xfd\x75\x9c\x7c\xc9\x67\x77\x34\x7d\xd5\xc6\xd7\x25\x50\x75\x7c\x6d\xe7\x86\x56\x5d\x15\xbf\xb6\xd3\xc8\xca\xab\x8e\xaf\x0d\xdd\x50\xba\x63\xe7\xeb\x48\x30\x9a\x52\x5c\xea\xbf\x0e\x85\x2f\xb6\x27\x4e\x55\x1d\xad\xc2\x2e\xd6\x91\x15\x65\x85\x94\xab\x03\x51\x55\xe4\x24\x87\x46\x99\x38\x2b\xc4\x80\xe0\x99\x38\x2b\x44\x41\x6b\x26\xce\x06\x69\xb2\xe5\xe0\x68\x4d\x98\x27\x2b\x34\x92\x9b\xc2\x3c\x59\xc1\xc4\xe2\x30\x4f\x56\x28\xee\x7b\xe6\xc9\x0a\x85\xe3\x4d\x61\x9e\xac\x10\x04\x5c\xc2\x3c\xd9\x78\x73\x5b\x39\x24\x13\xe6\xb6\x0a\x91\xdd\x87\x4d\x45\x93\xb4\x28\x4b\xd9\x24\xfc\x2a\xae\x78\xe6\xb6\x0a\x95\x00\x47\x98\xdb\x2a\xc4\x40\xb3\xe6\xb6\x06\x89\xac\xe5\x20\x4d\x21\xcc\x64\x15\x9a\x4c\xc5\x4c\x56\xa1\xbd\xbf\xac\x36\x89\x43\x2f\x8d\x81\x60\x26\xab\xb0\x1f\xd6\x90\xd9\xa6\xea\xba\x8e\xfe\x65\xd8\x5f\x19\x76\x61\x15\x31\x95\x55\x68\x4d\xcd\xca\xb0\x81\x20\x4d\x29\x4c\x65\x15\x6a\x57\x3f\x12\x6c\x20\x06\x6b\xa0\xb9\xaa\xf1\x95\x4d\x97\x65\x6d\xd5\x46\x85\x2b\x3a\x5a\x64\xd3\x40\x10\x3d\x0a\x33\x53\x83\x9c\xd3\xfd\x4b\x6b\x6b\xd3\xe1\xce\xee\xef\x26\x9d\x0a\x45\x0e\x65\xd2\xa9\x50\x0e\x92\x61\xc2\xac\x53\x21\x86\xaa\x95\x3a\x7f\xa5\xce\xf5\x50\x66\xd3\x9b\x73\x91\xa6\x4b\x9d\xbf\x52\xe7\xea\x78\x91\x3a\x7f\xf5\xdc\x1f\xbe\xd4\xb6\x4b\x9d\x2b\xcc\xc0\xc4\x53\xa1\x35\x96\x21\x13\x4f\x85\x5d\x0c\x7d\xcb\x9d\x81\xa6\x17\xc5\xcc\x53\x61\x17\xf3\xa7\x2a\x84\xd4\xd3\x2c\x8a\x9c\x03\x1b\x62\x2c\xab\xe6\x80\x91\x15\x57\xec\x6a\xd3\x45\x85\x12\xf6\x8b\xac\xd8\xdc\xd0\xa3\x16\x65\xb6\x0a\x0a\x1c\x15\xb5\xc9\x80\xc9\xde\xdc\xc5\x68\x95\x14\x15\x68\xc3\x8e\x8f\xf7\xa5\x9c\x7a\x62\xc3\x35\x7d\x53\x88\x6e\x35\xa4\xa8\x40\xbc\x73\x51\x8a\x0a\x44\x75\x5c\xc9\x50\x81\xfd\x4a\x8b\xd9\x00\xf2\x37\x7b\x58\xcc\x06\x24\x3d\x55\xad\xad\x1c\x15\x28\x0b\x3e\x68\x02\xa7\xb0\x8b\xd1\x4e\x49\x28\x10\xc3\x39\x25\x07\x35\x83\x73\x06\x13\x54\x0e\x0a\x44\x75\xfe\xc8\x41\x81\x18\xec\x48\x66\x70\x0a\xa5\x3b\xa5\x64\xa5\x40\x74\x3b\x45\x56\x0a\x18\xc4\x0a\x33\x38\x85\x18\xae\x68\xb2\x52\x33\x38\xc7\xfc\xed\x68\x77\x98\xe0\x29\xd4\x69\x57\x48\x5a\xcd\xe6\x3c\x2a\x6e\x1d\xd3\x39\x85\xa8\xd8\xf0\xa6\x73\x0a\x41\xe6\x7e\x98\xce\x29\x04\xf9\xbc\x61\x3a\xa7\xb0\x1f\x46\x2d\xe5\xb6\x40\x0c\xb8\xb9\xf9\x9c\xc2\x2e\xa6\x4c\xf5\x71\xfa\x6a\xb9\xb0\x4b\x77\xc9\xde\xdc\xc5\xac\xae\xca\xea\x66\x23\x5a\x35\x95\xd5\x1f\x8b\x59\x37\x55\xd3\x31\x65\xed\x45\x89\x32\xb0\x5c\xeb\xe5\xc9\xe6\x65\x1e\x1c\xf9\x0a\x13\x33\x85\xd7\xdf\x6e\x62\xa6\x10\xc3\x15\x6f\xd8\xf4\xe1\x6c\x70\xc9\x1b\xb6\x7d\xe0\x1e\xb3\xff\xf5\xde\x93\x60\xb9\x8b\x29\x73\x00\x90\x61\x39\x5d\x6b\x8c\x05\x01\x31\x5d\x30\x0c\xab\x98\x61\x79\x68\x65\x9b\x62\x29\xc4\x80\xf9\x98\x62\x29\x34\x03\x7d\xa6\x58\x86\xc9\x93\x87\xf6\xbf\xd9\x93\x42\x0c\x57\x46\x63\x2f\x6f\xf6\xa4\x35\x33\xf4\xf2\x95\xae\xbb\xef\x9b\x3e\x29\xcc\x62\xb7\x4b\xd7\xbf\xd2\x75\x8d\x6a\xf3\x27\x85\x52\x5d\x8e\xa5\xeb\x40\x0c\xdc\x63\xe6\x4f\x0a\xfb\x97\x16\x53\x1d\x1c\xa2\x22\xdd\x3b\x4c\x90\x14\x76\x31\x14\x2e\x5f\x07\x5a\x54\x5b\xa0\x3a\xa6\xdd\x0e\x45\x32\x45\x52\x88\x61\x27\x4b\xd8\xbf\x12\xf6\x0a\x45\x32\x47\x52\x88\xe1\x1e\x23\x61\x27\x1f\x72\x17\xe3\x0d\xd2\x73\x13\x22\xa7\x4b\xaf\xf4\xdc\x84\xc8\xa3\x3a\xe8\xe5\xe7\xc0\xac\x0e\xf0\xa5\x8e\xa0\xec\xe9\x5a\x23\x63\x37\xd7\xf1\x20\xf5\x30\x4c\x76\x14\xca\x3b\xb2\xe4\xe2\x5f\x33\x64\x2a\x24\xc0\x6c\x47\x21\xb8\x7b\x20\xcc\x76\x0c\x52\x1b\x77\x31\x7e\x2a\x19\x07\x9a\x21\x1b\x73\x1b\x83\x3c\xc6\x5d\x8c\xc6\x4b\xbd\x81\xda\xdd\x64\x64\xde\x26\x32\x1e\x15\x53\xce\x44\x46\xa1\xbe\xbb\xa9\xd4\x1b\x88\x70\x84\x4b\xbd\x81\xf2\x5a\x20\x52\x6f\xa0\xbd\x7b\xae\xd4\x1b\xa8\x3a\x29\x4d\x64\x14\x62\xba\x97\xca\xbc\x81\x5d\x0b\x74\x2b\xf5\x36\x93\x71\xba\x49\x4a\xbd\x81\x72\x54\xa2\xc2\x66\x32\x0a\x6d\x3a\x9a\xe5\xde\x40\x59\x50\x2e\x33\x19\xe3\x2b\xa9\x26\xd7\x38\x4c\x3f\x14\x9a\x04\xce\xf4\xc3\xf8\x4a\x8d\x5f\x1b\x4d\x6a\x0c\x14\xdd\x90\xe6\xf9\x85\x49\x7d\x47\xd5\xae\x92\x08\x03\x4b\x7f\x85\x59\x7d\x42\x69\x50\x1c\xb3\xfa\x84\xa2\x0f\xcc\xac\x3e\x21\xa6\x13\x59\x22\xfc\xf5\x98\x7f\x75\xab\x90\xcf\x02\xb5\x39\x86\xe4\xb3\xa6\xdd\x1d\x3a\xde\xcc\xbb\x13\x62\xbe\xc5\x6c\x00\x79\x77\xc5\xe1\xfd\xb1\x01\xa4\x90\xa4\x4b\x8c\xdc\x15\x88\xa9\x39\x23\x77\xfd\x7e\x5c\xd2\x6d\x93\x7c\x13\x68\xe9\xea\x27\xdf\x04\x4a\x77\x8f\x94\x6f\x02\xfb\x97\xf4\xa7\x84\x13\x88\x79\x28\xb2\x01\x1f\xbb\xfd\xfd\xa9\xdd\xfe\xa1\xdb\x35\x36\xa4\xa5\x40\x39\x5c\x28\xe4\x9d\x40\x18\x9f\xf9\xca\x3b\x81\x98\x9a\x1f\xf2\x4e\x60\x76\x9c\x90\x5f\x69\x27\xd0\x96\x4d\x92\x76\x7e\xa5\x9d\xd5\x91\x2c\xed\x04\x62\x12\xb6\xff\x4a\x3b\xbf\x8f\xf3\xdf\xcd\x5a\x92\x09\xc4\xd4\xf4\x7a\x54\x90\xbc\xf3\xad\x9a\xbc\x13\x88\x79\xfc\x0e\x5e\xfd\x95\x96\x02\x35\x5d\xb9\x64\xa5\x40\x4c\x0d\x49\x59\xe9\xf7\x71\xc5\x70\x35\x93\x83\x02\x55\xe7\xce\xf7\x51\x59\x0f\x09\xe5\x6a\xfe\x51\x59\x30\xd5\xe1\xa0\x96\xa8\x02\xfb\x61\xbc\x40\xa6\x0a\xd4\xa6\x81\x20\x51\x05\x76\x31\xc6\xab\x4c\x15\x88\xd7\xb0\x96\xa9\x7e\xbf\xaf\x1a\x78\xa9\x84\x13\x88\xa9\xf1\xfa\xb5\x9d\x5f\x06\x4a\x73\x96\x7f\x6d\xe8\x86\xe5\x82\x24\x2b\xfd\x7e\x1d\x00\x2e\xc7\xf2\x4d\x20\xe6\x5b\x35\x1b\x05\xdd\x3c\xda\x56\x51\x9a\xc4\x23\x98\x12\x9f\x07\x74\x33\xdf\x5c\xce\xf6\xca\xba\x32\x16\xf2\x5d\xb5\x34\x99\x33\x0f\x29\x68\xdb\x03\x2a\x0f\x28\xa8\x30\x30\x85\xf2\x80\x82\x0a\xbb\x58\x22\xbb\x94\x5d\x3f\x7f\x8c\xd5\x2d\x76\x2b\x62\x58\x57\x5f\xf0\x51\x44\xab\xd2\x1f\x3e\x8a\x1e\x1f\xd6\x91\x7d\x95\x39\xae\xd7\x16\x15\x1b\xe5\xd5\x18\x64\x8c\x27\xf9\xa4\x2f\xcc\xf6\x16\xab\x8a\x3c\xe7\xce\x3b\x89\x18\x0b\xfb\x97\x54\x8d\x90\xb1\x50\x5b\x53\x94\x8a\x86\xc5\x7c\xda\x54\xb6\x17\x77\xce\x37\x25\xb7\x67\xbc\x50\x56\x57\xa4\x3a\x0c\x06\x4f\x94\x56\xd4\x06\xc1\xe0\x83\x51\x94\x5e\xb6\x21\xc4\xac\x16\x53\x1d\xc5\xb6\xbf\x32\xdb\x5e\x4c\x37\x45\x54\x6d\x7b\xb5\xed\x15\xb5\x55\xdb\x0e\x81\xc5\x24\xcb\xa3\xda\x76\xce\x58\x1e\xf0\xdc\xf4\x3e\x0f\x21\xe6\xfb\x4b\xfb\x1d\x66\xda\xb6\x19\x98\x47\xb5\xdf\xab\x6d\xaf\xb4\xbd\xda\x76\x62\xbf\xf3\x7d\x98\x6d\xdf\x10\xd3\x6e\xaf\xb6\xbd\x92\xac\x32\xad\x86\x6d\xdf\x30\x59\x41\xf3\xa8\x36\xbd\xba\xc0\xa1\xee\x6a\xd3\x09\xfd\x92\x2c\x9d\x47\x75\x24\x54\x87\xb7\x15\x53\x19\xf2\xc1\xb7\xb2\xcd\x57\x6e\x08\x4e\xed\xa6\x37\x8b\x08\xe5\x68\xa1\xcc\x77\x36\x4f\xd6\x51\xb3\xe6\x3b\x9b\x73\x2a\x94\xf9\xd2\x46\xbc\xc7\x71\xdb\x7c\xa9\x1c\xb1\x05\x5d\x10\x0e\xa2\x60\xba\x57\x8a\x85\x63\xc8\x90\x68\x0b\x46\x64\xa8\xc8\xd0\xe5\x44\xdb\x43\x3d\x72\x5a\x70\xda\x82\x50\x8f\x1b\x66\x2e\x54\x1b\x36\x2a\x6c\x41\x5a\xcc\x16\x84\x5a\xb3\x98\x2d\x08\x5b\x90\xb4\x20\x6c\x41\xa0\x36\xf5\x11\x6f\x0b\xbe\x9c\x0d\xa3\xb6\xe9\x18\x92\x10\x92\x4d\x97\xa4\xf9\xbd\x10\xd3\x5e\x4f\x07\x47\xaa\xf0\xf4\xa7\xd6\x0d\x5e\xc7\xc5\x3d\x79\xa4\x0a\x37\xdc\xd8\x3a\xf5\x48\xab\xbb\xa1\x75\x35\x99\x56\xb7\xfb\xd2\xce\x4b\xbb\x2f\xed\x58\x5a\xfe\xb2\xfb\x52\x99\x4f\x1b\xbc\xa1\xfb\xb4\x4e\xe3\xed\xbe\xee\xd3\x86\x13\x79\xa0\xf0\x61\x27\x6c\x18\xf8\x54\xf2\x18\xbe\x60\xc3\x9c\x4e\xa0\xe1\x0b\xc8\x35\x5a\x0e\x8f\x61\x4f\x6d\x68\xf8\x67\xf2\x18\xf6\x94\xfc\xa5\x39\x72\x87\x0d\x95\xbf\xbc\x0f\xb3\x66\x92\x95\x36\xad\x86\x7d\x30\x1c\xba\x8a\xec\x03\xce\x83\x55\xe7\xcf\xb4\x0f\xb8\xce\x21\x1c\x57\xd3\x69\x3c\xd5\xd0\xa4\x0f\xa6\x0d\x80\x99\x8c\x42\xd3\xa7\x0d\x90\x85\xb4\xe5\x4f\xad\x2e\x17\x37\x64\x63\x36\x4e\x07\x96\x5c\x82\x34\xf7\x3c\xa6\x5a\x9b\x5a\x4c\x54\x6d\x5a\x5b\xcd\x7a\xce\xd0\xe5\xb1\x7c\x03\x66\xfd\x3a\x7e\x9b\x5d\xe7\xb1\xd4\xa0\x81\xba\x70\xeb\x59\xd6\x69\xc3\x0c\x47\xcf\xb2\x4e\x1e\x84\x72\xce\x2d\x07\x94\x59\xdd\xe1\x6e\x74\xba\x78\x9d\xd8\x92\xee\x0c\xa7\x73\xee\xd4\x0f\x4e\xaf\x9d\x76\xb7\xa6\x7b\x38\x27\x4e\xd5\x75\x32\x8a\x5d\xf2\x4f\x1b\x73\x76\x8b\x51\xb5\xd3\xea\x9e\xdc\x54\xa0\xba\x4e\x6b\x7b\x7a\xab\x8d\xa5\xac\xed\xc9\x12\xd7\x7c\xfe\x5b\xdb\xcb\x87\x59\x5b\xc7\xc0\x86\xd2\xdc\x14\x4f\xf5\xbc\x61\x0e\x27\xf0\xa9\x9e\x0d\x88\x85\x2b\xda\x65\x3b\x37\xac\x81\x36\x2e\x9b\xb9\x61\xbc\x0b\xc4\x65\x33\x39\x38\xb4\xd4\xec\x65\x2b\x2f\x46\xb5\x83\xe2\xb2\x95\x97\xad\x74\xb5\xb9\x6c\xe5\x86\x19\xce\xa4\xcb\x56\x1a\x35\x0b\xf7\x80\xcb\x36\x5d\x18\x56\xcd\x17\x38\xd2\x2f\x4e\xbf\x17\xab\x61\x2b\xaf\x8f\xbf\xb4\xd8\xdb\xa6\x67\xbf\xe0\x7d\xa7\x23\xfd\x7e\x9b\xc9\x70\xba\x6d\x26\x07\x7e\x96\xfd\x74\xdb\x4e\xf3\xf6\xc3\x29\x7d\xdb\xaa\x0d\xb3\xb8\x0b\xdc\xb6\xca\x58\xd7\xbb\x85\xdf\xf6\xca\x86\xb9\xd4\xe3\x6d\x0b\xcc\xf8\x0f\x9b\x70\xbf\x15\xe1\x04\x9c\xbf\xfc\x38\xe5\x0c\x59\x85\xc3\xef\xe3\x9c\xe3\xb8\x4d\xb8\x8d\x7d\xac\xee\xc7\xba\x39\x35\x3f\xd6\x6d\xc3\x6c\xae\x10\x1f\xeb\xf6\xc1\xf6\xd5\x6c\xf8\xa8\x70\xcd\x7e\xae\x31\xc9\xe3\x63\xdd\x3e\x1c\x5b\x1b\xd6\x43\xed\x6a\xcf\x47\xa0\xa3\x8f\xaa\xdc\x30\x09\xd4\xe7\xf1\xb1\x05\x8f\xf5\x70\x7d\x7f\xac\xc7\x83\x8e\x9c\x2c\x8f\xf5\xd0\x06\xb7\x51\x8f\xf5\x78\xb8\x58\xe2\xa0\x01\x8f\x1d\xbf\x61\x2e\xdb\xf9\xa8\xc8\xc7\xb1\xec\x04\x7d\xec\xe5\x87\x95\xd6\xc5\xf1\x71\x2c\x3f\x06\xc5\xd0\xf7\x63\x65\x31\xa8\xa7\x0a\x7a\xac\xac\x66\x71\x68\x0b\x7d\xed\xe4\x2f\x07\x63\x9c\x3f\x5f\x07\xb3\x01\x1c\x8e\x5d\xe5\xf1\xb5\x4d\x5f\x36\x81\xc1\x0b\xbe\xb6\xe9\x6b\xbf\x77\x7f\x6a\x75\x37\xcc\xe3\xfd\xa5\xba\x35\x82\xc3\x15\x2c\xe9\xc9\x18\xa1\x1d\x5a\xb2\x5f\x1b\xa5\x5d\x1c\xbc\xc1\x04\x75\x61\x8e\xaa\xa8\x28\x72\xe8\xd2\x55\x85\x38\x8c\x30\xb9\x4b\x2d\xbd\x93\x4c\xd8\xc5\x12\x59\x28\xe3\x70\x1f\xa6\x9b\x27\x69\x84\x5d\xac\x23\xeb\xca\x1c\x32\x0b\xd1\x50\xc4\x4a\x14\xbe\x73\x2a\xda\x5d\x55\xba\xa2\xa5\x88\xb6\x4f\x6b\x7b\x2a\xb2\xed\x6c\x80\x45\xbb\x1b\x88\x19\xd6\xec\x56\xf4\xb6\x7d\x77\x72\xd1\x7c\x06\xe6\x2a\x8a\x6c\x7b\xb1\xed\xd8\x6e\x45\xf3\x19\x68\xd5\x7a\x68\x3e\x17\xcd\xe7\xc0\xbc\x2d\x9a\xcf\xc0\xe4\x96\xb8\x2c\x9a\xcf\xc0\xe4\x9a\xba\xf4\x46\xb6\x2c\x5a\xd4\x31\x7d\x9a\x0d\xdd\xb0\x66\xd2\x02\x2d\xea\xa2\x11\x1c\x4c\xb4\xa2\x11\x0c\x0c\x3c\x5b\x59\x34\x82\x8b\x46\x30\xe9\xe2\xe9\x0d\x6f\x42\x4d\x06\x7d\xd1\x08\x2e\x46\x54\x70\xdb\xa4\xe7\x99\x84\xc9\x61\xf0\xf4\xfe\xc4\x2c\x06\x41\x92\xcd\xa5\x34\x7f\xda\x38\x73\xc7\x6a\x57\x9a\x8d\xe7\xe6\xb1\x83\x7c\xcd\x2c\xcd\xee\xdb\x30\xb9\x8e\x2e\x4b\xb3\x55\x9a\xa9\xa9\x42\x34\x53\x81\xb9\xa0\x13\xa5\xbd\x2f\xbd\x10\xf9\x02\xfb\x6a\xc3\xe4\xfc\x4b\x16\xad\xd4\xe2\x19\xb4\x7c\x5f\xa0\x3e\xda\xf7\xd7\x0b\x74\xb2\x84\xfa\x08\x53\x68\x7f\x3b\xbb\x2c\x4b\xa8\xad\x30\x71\x87\xa1\x12\x36\x59\x53\x37\x59\xa7\x8b\xa6\x2e\x10\x0d\x93\xa7\x68\xea\x02\x71\xa8\xac\xb0\xbf\x89\x90\xe0\xed\xc8\x12\xf6\x77\xe0\x30\x1b\x56\x52\x5d\xc5\xf0\xf9\x34\x59\x83\x18\x68\xd3\x0e\xd2\x20\x06\x0a\x87\x16\xb3\x68\x10\x17\x73\x04\xd3\x11\x1b\xea\x8f\xd3\x10\xed\xd5\x82\xfa\x33\x02\x93\xaa\x59\x23\x19\xa8\x04\xb3\xb2\x68\x23\x17\xaf\xc6\x48\xe7\x7e\xaa\x0e\xf2\xff\xd2\x51\x91\xaa\x63\xc3\xe0\x1a\xc9\x2c\xa9\x36\xb2\xf9\x4b\x8b\xa9\x0e\xf2\xff\xf0\x24\x64\xd1\x94\x2e\x9a\xd2\x2c\x5e\x45\x53\x1a\x88\x89\x3d\x5c\x52\x75\x68\x5d\x73\x04\x25\x8b\xd6\x35\x50\xb8\xe2\x2b\x8b\xd6\x75\xd1\xba\x4e\x47\xa2\xd6\x35\x50\x7e\xfd\xa5\xed\xec\x8e\x61\x7f\xda\x6d\x41\x27\x0b\x3e\x69\x41\xb7\x05\x1a\xe1\x69\x87\x6a\x84\x03\xde\xbe\x94\x45\x23\xbc\x74\xbb\x0a\x03\xa9\x74\xbb\xaa\x73\x95\xd3\x41\xab\xba\x5d\xb5\x61\xd6\xea\x0b\x6c\x41\xb7\xab\xd8\x8a\xbd\x7b\x54\x58\x2e\x2d\x1a\xf4\x40\xc1\x43\x9e\xa5\xbf\x0d\xd8\x1d\xc5\x0d\x2c\x59\xba\x1d\xd5\xf5\xe5\xd1\xcc\xee\xd8\x37\x0d\x30\xd9\x75\xbd\xb4\x51\xf0\x7e\xad\x2c\xc3\xee\x1c\x5e\x1e\x47\x2b\x87\xca\x30\xe2\x91\x2e\xbe\x43\x6d\x40\x22\xdc\xed\x8a\x1c\x02\x68\x1c\x21\xcd\x22\x87\x00\x8a\x76\x49\x91\x43\x00\xed\x70\x0b\x90\x43\x00\x55\xc7\x42\x91\x43\x00\xe5\x5d\xa1\x87\x1a\xdb\x10\xdd\x15\x7a\xa8\x31\x99\x46\x86\xaf\x54\x63\x30\x8d\xa2\x62\x65\x1a\x40\x2d\xea\x75\xa8\xb2\x41\x64\xe0\x7d\x98\x2a\x1b\xea\xc7\x26\xc9\x34\x00\x8f\xdb\x64\x91\x69\x00\x31\xd9\xf9\xcb\x54\x3f\xb3\xfe\x7a\xbd\x56\x96\xa9\x7a\xe4\x23\x5c\x80\x95\x45\x3e\x02\xd4\x69\x9b\xe4\x23\x45\x3e\x92\xd6\x43\x3e\x02\x94\xf1\xfe\xd2\xa6\x4f\x0e\x1b\x38\x68\xa7\x4d\x9f\x8e\xed\xf0\x69\xb6\x13\xda\x52\x9c\xd7\xb2\x16\x20\x9a\xbb\x9f\xac\xc5\x5b\x39\x0f\xae\x6b\x4d\xef\xe5\x14\xea\xb0\xe9\xcb\x16\x2c\x5b\xe0\xbc\x5e\xb6\x80\x34\xc3\x61\x0f\xcb\x77\x00\xef\x11\xcb\x22\xa1\x01\x5a\x55\x43\xf2\x19\x60\x3f\x8c\x76\x4a\x68\x80\xb6\x3a\x0d\x90\xd0\x14\xa3\x1d\x99\xe8\x7b\xd9\x9f\x1c\xd9\xd1\x3b\x50\x96\xed\x5c\x5c\x5e\x83\x53\xa8\x2c\xdb\x69\x64\x23\xdd\x10\x4f\x3b\xcf\x8b\x11\x55\xe4\x69\xe7\xc9\x98\xb2\xd3\x02\x19\x13\x10\x04\x40\xb2\xc8\x98\x8a\x79\x86\x89\x45\x56\xa4\x4c\x40\x90\xae\x90\x45\xc6\x54\x64\x4c\x6e\xb8\x32\xa6\x62\x6e\x60\x76\x8b\xd9\x82\xf3\xfa\xf5\x5e\xb5\x2c\xf2\x1e\xa0\x10\x64\xcf\x22\xef\x29\xa7\xdb\x95\xfa\x38\x9d\xb2\x44\x23\xba\x3b\xc1\x65\xa3\xb8\x57\xa1\xd8\xf6\xcb\x46\x5d\x8c\x48\xfb\x58\x76\x04\x94\x6a\x47\x49\x8f\x80\xaa\x6b\xa7\x48\x8f\x8a\x91\x0d\x32\x4d\xb2\xc8\x8f\x80\x1a\xae\x5e\xf2\x23\x20\xb8\x7a\x24\x8b\xf4\xc8\x53\xcc\xa9\x6d\x27\x3d\x2a\x97\x2d\x77\x2d\x94\x0b\x01\x25\xdf\xca\xda\xf2\x0b\x2b\xd9\x15\xed\xb2\xe5\x97\x57\xd1\xf9\x30\xc7\xe8\x65\x77\x0e\xfa\xee\xb6\xe5\x37\xe7\x36\xe7\x6f\xdf\x28\x9a\xe5\x56\x31\xb7\xdd\xe8\x5a\x73\xdb\xe6\x0d\xed\x70\xc5\x93\x3c\x01\xbb\x18\x03\x56\xf6\x04\x44\x77\xad\xbf\x6d\xf3\x8d\xb9\xa9\xfd\x76\xdb\x66\x39\x56\xda\xb5\x72\x2c\xa0\xbe\x03\x40\x8e\x05\x94\x23\xed\xa1\x5b\xd5\x70\x6d\x66\xb8\xb9\xde\xaa\xe6\xbe\x3d\xbc\x89\x48\xd5\x6c\x18\x9c\x1f\x4a\xef\x9e\x16\xf6\xc3\xfc\xa5\xe3\x84\xa3\xbe\x6f\x0f\x49\xd8\x8a\x84\x2d\x55\xb4\x84\x0d\x28\xcd\x9d\x54\xc2\xc6\xed\xd2\xbb\x18\xad\x92\x63\x01\x35\x35\x1a\x3f\x56\xcd\x8c\xbf\xd7\x70\xfa\x58\x37\xce\x72\xbe\xc6\xab\x4c\xac\x7c\xec\x36\x6d\x92\xc7\x8a\x3c\xc7\xaf\x57\x08\x66\x79\xac\xc7\xc3\x6d\x47\x8e\xfe\xc7\x7a\x3c\x76\xd5\x52\x66\x57\x3d\xde\x9d\xce\xf4\x92\xc3\x95\xc7\xea\xc2\xf5\xca\x63\x75\xc9\xaf\x9b\xda\xda\x52\xb1\x62\x70\xa3\xbb\x89\xc9\xc5\x80\x76\xb8\x09\xc8\xc5\x80\x5d\xcc\x9f\xaa\xca\x87\xd3\xda\x76\xdf\xd7\x16\x7c\x69\x81\xb6\xdd\xd7\x16\x6c\x98\xc5\xb5\xf1\x6b\x0b\x64\x71\x1c\x59\xcd\x22\x8b\x03\x4a\x68\x8f\xc9\xe2\x8a\x2c\xae\x6b\x0b\xc8\xe2\x00\xaf\x54\xcc\x22\x8b\x03\x82\x73\xfd\x59\xbe\x8e\x3f\xc3\x22\xa4\x03\x65\xf9\x3a\x00\xbf\x38\xd6\x9d\xe7\x72\x3d\xe0\x5d\x55\xa5\x7a\x40\x69\xef\xef\xd4\xd9\x06\xef\x1b\xcd\x22\xd3\x03\x52\x5f\x67\xf9\xaa\x32\x62\x27\xa4\x7e\x66\xf9\xaa\xb2\xef\xab\x32\x8b\xa9\xb2\x2f\x57\x82\xd1\xc3\x9e\x43\x16\xbc\x11\x32\xab\x14\x11\x28\xd2\x8e\x2a\x43\xac\x5e\xaa\x19\x13\x51\x53\xc4\xe9\x02\xd6\xec\x2a\x41\xac\xb2\x41\xe7\x45\x95\x0d\x02\xa5\xa7\xcf\x1f\x8a\x06\xa1\x4a\x4b\x4d\x45\xe4\x6c\xbe\xa2\xa5\x08\xcb\xd1\x50\x44\x95\x0e\x02\xb5\x31\x80\xaa\x6c\xb0\x9a\x09\xd8\x8b\xb5\xfd\x28\xfb\x6c\x05\x1d\x56\xed\x51\x44\x6e\x05\xbe\x2a\x2f\xa6\xce\x6a\x7c\x85\x0b\xfe\xd2\xab\xa9\x85\xb6\x54\x90\x04\x11\x28\x5c\x64\x9b\x55\x82\xc8\x75\xd5\xfb\x97\x1d\x99\xed\xdc\xd0\x13\x36\x58\x8b\xed\xe4\xea\x80\x64\xbb\xaa\x92\x41\xa0\x72\x88\x37\xab\x64\x10\x08\x72\x5f\xd3\xbb\xaf\x85\x32\xc2\x8a\xd9\x4c\xcf\xda\x35\x4b\xdd\x8a\xde\x96\xa3\x34\xc3\x2b\xde\x91\xdd\x0e\x2b\x66\xcb\xf9\x32\xc2\xd1\x21\x02\x5e\x63\x21\x34\x03\x3f\x55\x62\x59\xcd\xfb\x7b\xab\x56\xed\x4f\x4e\xd6\x19\xf9\xf1\xa2\xec\xac\xc6\x4d\x3a\xae\xb5\x6a\xdc\x04\xa8\x6b\xf8\x02\x1b\xc5\x29\xe9\xc4\x2f\xe5\x65\xd9\xc2\xfe\x25\x63\x48\x4e\xea\x75\xd9\x1c\x3d\xc9\x6a\xe0\x04\xd8\xc5\xac\x9b\xad\x22\x72\x32\x1c\x43\x46\x4e\xbc\x56\xdb\x10\x40\x35\x72\x52\x3d\x47\xd7\x71\x2b\xd6\x66\x43\x9b\xa3\x9b\x77\x36\x1b\xda\x9c\xfd\xfe\x54\xd2\x0b\x04\xb7\xdd\xa4\xb7\x74\xa7\x77\x72\x1f\xee\x2b\xde\xca\x2d\x84\xe6\x98\xd7\x72\x0b\x2d\x86\x22\xd5\x41\x92\x5f\x75\x24\x34\xd5\xb1\xa1\x39\xaf\xab\x64\x19\x28\x2d\xfd\xa1\xda\x68\x92\x3d\xdf\xa8\x36\x3c\x1f\xd7\xed\x77\xd9\xb2\xf7\x7e\x73\x9a\x20\xab\x21\x9d\x2a\x81\xe6\xa6\xa7\xac\x12\xe8\x0a\x5b\xd6\x05\x50\xa5\xc3\x40\xd1\x4b\x57\xa5\xc3\x00\xa7\xc0\x7f\x73\xab\xae\x92\x65\xa0\x69\xdc\x57\xc9\x32\xe0\x19\xe1\xac\x92\xe5\x6a\xa8\xa8\xb3\x88\x57\xa9\x31\x30\xe5\x2b\xde\x58\x9e\x35\x9c\xe4\xf0\x95\x2a\x0f\x06\xda\x82\x29\x54\x69\x30\xb0\xa6\xca\x92\x06\x03\x31\xd2\x6a\xa8\x18\xf2\x10\x39\x0e\x9d\x55\x16\x5c\xc3\x31\x81\x2d\x55\x8d\x0b\x01\xc5\x00\x47\x95\x18\x03\x55\x67\x94\xf7\xa4\x67\x95\x05\x77\xd7\x37\x59\x30\xd0\xde\x21\x21\x0b\xae\x9e\x82\x7b\xd5\x21\x0d\x06\xda\xe1\x30\x91\x06\xd7\x74\xf0\xe3\x33\xad\x72\x5e\x60\x2c\x1b\x25\xe5\xad\x9e\x5f\xc3\x1e\xaf\x52\x5e\xa0\x1c\xdd\x95\x2b\x6d\x95\xa9\x82\xe9\xc3\xec\xed\xee\x62\xe6\x1c\xe9\xb6\xaa\x93\x05\x85\xa1\x5d\x25\xcb\x55\x66\xdc\x1d\x15\x32\x63\xef\x6e\x3f\x6c\x95\xcc\xb8\x9a\xe6\xd7\x7d\x43\xb7\x09\x1d\xea\x57\x15\xd9\x7b\xa6\xf9\xf5\xf7\x0d\x0e\xf5\xce\x50\x9f\x16\xb3\x43\x37\xd4\xf2\x56\xcd\xb6\xf7\xb7\x55\xb4\x54\x22\x0c\x8c\xe5\x54\xea\x6f\xab\x4c\x60\xa0\x94\x3c\xb8\x42\x7a\x8f\xee\xa2\x24\xeb\x05\xca\x70\x46\x48\x7a\xab\x91\xb3\x4e\x1c\xae\xca\x7a\x81\xb9\x5c\x1c\x65\xbd\xc0\x78\xc7\x82\xac\xb7\x0e\xa7\x9c\x83\x41\x0e\x0a\xc4\x60\x13\xae\x72\x50\xa0\x1c\x7c\xb0\x25\xab\x01\x30\xa0\x56\xe7\x81\xb4\x14\xd8\xc5\x58\x5a\xe4\xa5\x40\x8c\xae\xc8\x16\xbc\xbc\x94\x87\xc9\x4b\x81\x79\x60\x7a\xd5\x69\x03\xa6\xdd\x82\xad\x5d\xa7\xdd\xb2\x61\x16\x87\xa9\xb4\x14\x68\x87\x3b\x8a\xb4\x14\x98\xd5\xe1\x27\x2d\x05\x06\x17\x6c\x66\x9d\xf6\x8a\x4c\x55\x3b\xae\xca\x54\x81\xb9\xde\x87\xa9\x8d\x0d\x93\xf3\x93\x59\x65\xaa\xd5\xdb\x8d\x48\x7b\xcd\xba\x6c\x3a\x77\x17\x0e\x7b\x60\xd9\xf2\x0d\xf3\x70\xf4\xc9\x67\x81\xfd\x4b\x9e\x26\xa1\xad\x9e\xa4\xb3\x07\x96\x4d\x97\x6f\xf2\xb5\x97\xac\xf2\x4d\xc0\x9b\xab\xb3\xca\x37\xab\xd9\x75\xdd\xdd\x5a\xc2\x09\xb4\xaa\x1d\xb1\xac\xee\x7a\x0f\x47\x21\xb2\xef\xa0\xa5\xba\xd0\xaa\xac\x14\xf0\x3a\x84\xac\xb2\x52\xa0\x19\x26\xa8\x92\x52\x20\x5f\x6d\x4b\x4a\x81\x9a\xd3\x1f\x5a\xff\xd3\x7d\xf3\x95\xd9\x4f\x04\xe3\xf2\x7d\xbe\xfd\x44\x30\xae\x1f\xd6\xc2\x7e\xe2\x46\xc0\xe5\x86\x2b\x4d\x05\x6a\x7d\x7f\x68\xc3\x4f\x4d\x1e\x7a\xce\x58\x5c\xbd\x1c\x7a\xda\x71\x12\x50\xa0\xa6\x7b\x9f\x04\xb4\x7a\xb1\x9f\x73\x58\x02\x0a\x78\xf7\x7a\x56\x09\x68\x35\x30\xc6\x81\xca\xac\xd7\xfb\x82\x87\x77\x5a\x4c\x2d\x5e\xe4\xab\xe2\x45\xaa\x92\x41\xa0\x1c\x43\x05\x49\xf7\x80\x59\x5c\x4b\x0c\x9f\x01\xbb\x98\x32\xeb\x01\x2b\xd4\x1b\x54\x25\x85\xf5\xf6\x86\x71\xb7\x52\xe9\x1e\x10\xd5\x81\x26\xdd\xab\xd2\xbd\xe1\x26\x2c\xdd\x03\xea\x50\x1d\xd2\xbd\x2a\xdd\x1b\x8e\x0d\xe9\x1e\x10\x87\xb6\x80\x74\xaf\xf2\x51\x84\xc3\xf8\x74\x95\xb5\x01\x79\xf8\x02\x49\x1b\xb0\x8b\xd1\x04\x59\x1b\x50\x63\x29\xb2\x55\x46\xde\x86\xfb\x94\x91\x37\x60\xe8\xd9\xa8\x46\xde\x80\x3c\xac\x9a\x91\x37\x60\xff\xf2\x77\x84\xac\xeb\x47\x45\x6c\xa8\x9c\x69\x4b\xbf\x1c\x24\xcc\xfe\xbe\x5e\x3d\xc8\x2d\x0d\x14\x55\xb9\x25\x30\xf9\x50\x52\x56\xb9\x65\x95\x5b\x0e\xbb\x57\x6e\x09\xcc\x70\xc2\xc9\x2d\x81\x59\x1c\x2a\x46\xf9\x80\x3a\x71\x0d\x55\xd9\x66\x7d\xd4\x96\x06\xa7\xdc\x12\x98\x01\x9f\xad\x8f\xda\x92\x6e\x0e\x3c\x6a\x55\xba\x09\xb4\xe2\xce\x29\xdd\x7c\xbf\xff\x31\x9c\x26\xb2\x41\x20\x0f\x7b\x4d\x36\x08\xcc\x65\xd5\x64\x83\x55\x9a\x37\xb4\x9d\xa4\x79\xc0\xac\xf2\x18\x69\x5e\x95\xd3\x0d\x2d\x15\x39\x1d\x30\x0d\xc8\x56\x39\x1d\xe0\xd5\xf9\x59\x25\x75\x40\x6b\x5a\xf3\x92\xba\x6a\xaa\x9b\x5e\xbc\x2a\x5f\x03\xca\x74\x9a\x48\xd7\x80\x66\x24\xcd\x2b\xa2\x84\x30\xbd\xa4\x49\xd7\xda\x61\x03\x78\x41\x33\x2e\xd7\xde\xec\xb7\x82\xa8\x2b\xe2\x93\x32\xb8\x3e\x9b\x44\x0c\xd8\xbf\x9c\xc8\xa6\xb2\x09\x9d\xf5\x61\x4b\x91\xdd\x1e\xd6\xe3\xa3\x0c\x4f\x50\xf7\x05\x8f\x22\x16\x55\x2d\xce\x26\xc7\x02\x92\x93\x9d\xd9\x8c\xcb\x01\x31\x6d\x81\xac\xab\xf9\x75\x27\x2e\xbc\xc9\x66\x74\xad\x79\x9f\x09\xf3\xab\x49\xb1\x80\xc2\xdd\x8f\xd9\xa4\x58\xcd\x80\x5b\x5a\xca\x06\x14\xa7\x7e\x5a\xcc\x16\x90\xc2\xc6\xdd\xae\xd9\xe4\x58\x80\x5f\x2f\xc8\x26\xc7\x6a\x12\xaa\xc1\xb8\x6a\x12\x2a\x20\xc8\xee\xcd\x26\xa1\x6a\x12\x2a\x37\xeb\x26\xa1\x02\x2a\x1f\x72\xc9\x26\xa1\x02\xfc\x90\x49\x36\x23\x75\xc0\xfe\x25\x6d\xe7\xbc\x95\xd0\xe6\xfb\xcb\x50\x94\x16\x43\x1d\xa6\xb0\x01\x61\x4e\x49\x33\x85\xad\x19\xf7\x1b\xcc\xed\x26\xc9\x02\x4a\xb7\x55\x72\xac\x26\xa1\xd2\x3a\x6a\x12\x2a\x60\x2e\xbb\x45\x42\x05\x84\xbe\xec\x26\xa1\x02\xe6\x01\x9f\x6a\xf2\x29\xa0\x1c\x1c\xae\xcc\x26\xa1\x02\xe6\xc2\x01\xd2\x8c\x2b\x72\x4f\xd9\x2e\xa6\xcc\x3e\x80\x03\x39\x1b\x9b\x1c\x08\x68\x5c\x80\x99\x4d\x0e\x04\x84\x96\x78\x93\x03\x35\x73\xd8\x38\xfb\x98\x4d\xc2\x03\xc4\x3b\xe4\xe5\x3b\x40\xd5\x01\xd7\x0c\x18\x02\x53\xdf\x46\x93\x02\x01\x7e\x8d\x22\x9b\x14\xa8\x19\x11\x34\xa3\xaa\x49\x72\x80\x66\x06\x42\x93\xe4\x34\xaf\x0d\xe1\x64\x62\x36\x59\x0e\x10\x86\xc5\x9a\x21\xc1\x26\xf1\xe1\xe4\x5a\x36\x89\x0f\xd0\xda\xfb\x4b\x47\xa9\x21\x41\x75\x6b\x48\x10\xa8\xda\xe1\x4d\x2a\xd4\xe2\x3d\xbf\x8e\x48\x05\x99\x0f\xc7\x39\xa1\x6c\xb2\x9c\xe6\x85\x20\xef\x2b\xd5\x06\xf9\x70\x8b\x75\xa8\xc9\x7b\xda\x7b\x59\xbe\x1a\x92\xf8\x34\x6f\x04\x71\x66\x4b\x7c\x80\xd0\xc6\x6c\x46\x04\x81\x90\x5d\x36\xa9\x10\x30\x25\x08\x4d\x2a\x04\x94\xb0\xb2\x32\x21\xa0\x72\x35\x7e\x36\x99\x10\x50\x0d\x1b\xb6\x54\x17\xc6\x08\x87\x13\xdb\x18\x21\x50\xca\xfb\x4a\x5b\x6e\x8c\xd0\x98\x46\x93\x30\x01\x7e\x49\x24\x9b\x84\xa9\x49\x98\xb4\xe4\x9a\x84\x09\x28\xc5\x21\x2a\x61\x02\x92\x2b\xe0\xb2\x75\x15\xb4\x21\x8c\x34\x35\x29\x14\xe0\x45\xa8\xd9\xa4\x50\x80\x77\x5d\x66\x33\xde\x08\x04\xf7\x50\x65\xeb\xea\xa7\x73\x7c\x39\xe6\x6f\xef\xd4\x4d\x1a\xd6\xa4\x61\xda\x27\x4d\x1e\x06\xc4\xc0\x6c\x6f\xd2\x30\xa0\x91\x39\x9f\x4d\x1a\xd6\xa4\x61\x9c\x4c\xca\x26\x0d\x03\xfc\x9e\x4a\x36\x69\x58\x33\x68\xc9\x69\x94\x6c\xf2\x30\xa0\xbd\xba\x32\x6a\xd9\xfa\xab\x3f\xd5\xa0\xfe\x88\x51\x0e\xbb\x56\x6a\x06\x54\xb7\xc3\x26\x35\x03\xa2\x3a\xa6\x0d\x51\x02\x4d\xaa\xd3\x24\x6b\xcd\x10\xe5\x70\x0a\xca\xd6\x00\xef\x2e\xcc\x26\x59\x03\x5a\x75\xe8\x48\xd6\x80\x2a\x05\x68\x92\x35\x60\x3f\x8c\xa1\x63\x8c\xb2\x19\xa3\x6c\xbe\x53\x0d\x6d\x68\xcb\x25\xd0\x18\x25\xb0\x7f\xa9\x4c\x0d\x71\x5f\xfe\xb2\x1f\x8d\x51\x36\x69\xde\x74\x8a\x4b\xf3\x80\x56\x7c\x9a\x34\xaf\x79\x61\xca\x74\xdb\x94\xd3\x35\x6f\xb9\x77\x03\x90\xd3\x01\xbb\x18\xdd\x22\xa9\x03\x8a\x5e\xc2\x66\xf8\x11\x68\x72\xd7\x66\xf8\xb1\x79\xad\x8a\x8b\x83\xcc\xaf\x11\x7d\x3c\x38\x2b\x90\x4d\x9e\x07\xd4\xb4\x0b\xe4\x79\xcd\x43\x59\x1c\xc9\xc8\x26\xd1\x03\xe2\x70\x12\xca\xf3\x80\x28\x6f\xcd\x9c\x49\x44\x24\xc7\xfb\x4e\x07\x82\xa1\xc6\xe9\xb6\x6c\xa8\x11\x28\xef\x2a\x6e\xa8\xb1\x99\x28\xc9\x59\x81\x6c\x06\x16\x81\x6a\xc2\x48\x33\xae\x08\xcc\xe9\x48\x30\xae\x08\x94\x77\xdd\x92\xe6\x35\x39\x9d\xb9\xf1\x4d\x4e\x07\xc4\xc0\xbf\xd8\xd6\x5b\x35\x7b\x0a\xe3\xb4\x49\xea\x80\x68\xae\x22\x92\x3a\x60\x0c\x07\x91\xa4\xee\xbd\x72\x97\x53\x06\xd9\x64\x75\x40\x33\x7b\xc8\x8f\x69\x0a\x31\x70\xc5\x35\x59\x5d\x33\x39\xd3\x0c\xf7\x66\xa8\x11\x88\xf1\xbe\x53\x75\x9c\x7c\x64\xc5\xf5\xcd\xdc\xcc\x26\x1f\xf4\xa8\x40\x93\x0f\x36\x93\x33\xed\x28\xf9\x60\xf3\xb3\x5f\x4e\x59\xf9\x20\x17\x7d\xee\x5f\x5a\x0f\xd5\x41\x26\x66\x57\x91\xb2\x3f\x20\xb8\xa5\x2b\x9b\x31\xca\x76\xbd\xed\xa4\x1e\xb2\x3f\x60\x56\x37\x3a\xd9\x1f\x50\x0e\x7d\xab\x4d\xfa\x07\xcc\xe9\x34\x33\xfc\x08\xec\x62\x68\xcd\xf8\x23\xe0\xf7\x99\xb2\x19\x7f\x6c\x06\x1b\x75\xb1\x34\x83\x8d\x40\xab\xce\x29\x83\x8d\xcd\x33\x59\xe6\x67\xb6\xeb\xad\x2f\x7b\x98\xfa\x90\x4c\x36\xc9\xa4\x04\xbc\x49\x26\x9b\xf7\x95\x38\xfe\x24\x93\x40\x29\xee\x61\x72\x49\x60\x0c\xd7\x7b\xb9\x64\xf3\xcb\xab\x66\x46\x34\x89\x23\xe0\xe7\xa4\xb2\xc9\x1b\x81\x52\x54\xae\xbc\x11\xf0\x03\x68\xd9\xa4\x8d\x40\x54\xe8\x52\x93\x36\x02\x4d\x1a\xdd\x8c\x12\x02\x45\xee\xe5\x45\xce\xd9\x3e\x6f\x93\xe8\x4f\x99\x24\x50\xd2\xb5\x49\x22\xd9\x3e\xf6\x8a\xb6\xfa\xc7\x06\x7c\xf8\x64\x0d\x54\xd5\xeb\x9e\xf3\xbd\xee\x79\xba\x23\xca\x24\x81\x56\xe0\xa0\x4d\x26\x09\x34\x93\x3f\x9b\x4c\x11\x28\x45\x9b\x50\xa6\x08\x84\x89\xd4\x4d\xa6\xd8\x64\x8a\x26\x2e\x35\x99\x22\x50\x97\x8b\xbc\x4c\x91\x0b\x63\x77\x31\x65\x76\xe7\xc7\xab\xf4\x79\xa7\x1c\x10\x28\x66\xb3\x35\x23\x8e\x4d\x5a\x68\x5a\x74\x93\x16\x02\xc3\xe4\xcf\x26\x2d\x04\xfc\xc6\x57\x36\x59\x21\x50\xde\x59\x2c\x2b\x04\xaa\x87\x4d\x9a\x89\xa4\x40\x35\xe8\xd3\x4c\x24\x6d\x1e\xe6\x9a\xf9\xdb\x27\xb7\xb2\x99\x68\x0a\xec\x3d\x0a\x91\xca\xda\xb0\x77\x32\x44\x2a\x8b\xc3\x5c\xa6\xf1\x34\x43\xa0\x40\x95\x59\x36\x43\xa0\x40\xc4\xfb\x2c\x87\xc9\x06\x3d\xa1\xcd\x00\x28\x50\xd2\xe5\xd9\xf8\x67\x33\xfe\xa9\x39\x24\xe3\x05\x9a\x41\xee\x26\xe3\x05\xd2\x83\x06\x4d\xc6\x0b\xb4\xf0\x59\x86\x3f\x81\xa8\xef\x0f\x55\xa7\xbc\xd8\xc4\xc5\x26\x2f\x6e\xde\x42\xe2\x84\x91\x17\x03\x51\xde\x52\xea\x13\xaa\x6c\x26\x74\x93\x29\x03\x2d\xed\x2e\x99\x32\xd0\x74\x75\x35\x99\x72\xfb\xbe\x83\x0b\x85\x49\x95\x81\xe4\x6e\xa9\x6c\xc6\x3f\x81\x12\x4e\x78\xe3\x9f\x40\xbe\x34\x4d\x3e\xdd\xcc\x87\x35\x68\xe0\x65\xc5\x42\x39\xa4\xad\x7e\xed\x58\x88\xc6\x80\x08\xa3\x9d\xe1\x95\xa4\xdc\x1a\x98\x61\xb8\x13\x28\x95\xee\x0d\xc3\x9d\x40\xf1\x9c\x58\xc8\xbb\x43\xde\x2d\xbb\x0d\x89\x37\x90\xed\x2d\x36\x14\x39\xe2\xba\x2f\x9d\xca\xb8\xd1\x0a\x9f\x58\x48\xbc\x01\xbf\xef\x98\x61\x04\x14\x28\xb1\xfc\xe1\xa5\xe8\xf2\x61\x89\xec\x56\xc6\xc9\x94\xf7\x97\x1f\x45\xdc\xe4\x5a\x7c\xfe\xa3\xc8\x8b\x04\x6d\xe6\x57\x11\x57\x55\x33\xe5\xfd\xf8\xb3\xd0\x3a\x8b\x51\x48\xd8\xc3\x30\x29\x5b\x61\x18\x26\x05\xb6\x3d\x86\x48\x95\x15\xa8\x2d\x03\x34\x4c\xa3\x0d\x99\xbe\xe6\x7f\xc8\xf4\x81\xaa\xb5\xe3\xd7\xa5\x85\xf4\xd8\x4b\xc8\xf4\x81\xaa\xa7\x2e\x64\xfa\x51\x1c\x2e\xdd\x62\x2a\xa3\x98\x83\x84\xb2\x8d\x93\x86\xb4\x7e\x0e\xeb\xa1\x32\xf8\x44\x20\x17\xdb\x67\x48\xeb\x81\xc6\x85\x92\x19\xe6\xe4\x02\xc1\xcd\x09\x19\x12\x7d\xa0\xf0\x99\xeb\x0c\x89\x3e\xb0\x6d\x36\x44\x2a\x43\xa2\x3f\x99\x75\x21\xd1\x07\x92\xbb\xd1\x33\x24\xfa\x21\xd1\xe7\xc6\xaf\x0c\x89\x3e\x50\x74\xbb\x85\x44\x1f\xe0\x2b\x37\x19\x46\x5c\x81\x62\x0a\x55\x18\x71\x05\x4a\x87\xc9\x85\xce\x80\x30\xe2\x3a\x59\x59\x42\x6f\x00\x50\xe6\xb2\x62\xea\xa7\x7a\x8a\xc9\x52\xaa\xa7\xfa\x05\x45\x4b\xa9\x9e\xca\x07\xb3\x1c\x78\xfa\x07\x80\x66\xbe\x48\xe8\x1f\x08\xfd\x03\x93\xe9\x1a\xfa\x07\x80\x30\x5f\x35\xf4\x0f\x00\xe9\x11\xa0\x30\x04\x1b\x5e\xbe\x32\x1d\x40\xc6\x60\x81\xa6\xa5\xc3\x07\xc7\x5f\x28\x7c\x81\x21\xfd\xf0\x78\x86\x17\xad\x98\xad\x17\xc6\x60\x81\xe6\x2e\x15\xfa\x1f\x80\xa2\x2d\x18\xfa\x1f\x80\xfd\x4b\xeb\xa1\x82\x9a\x8c\x08\xfd\xeb\x80\x00\x8a\x81\xba\x30\x06\x1b\xfa\x24\x74\xdb\x84\x3e\x09\xa0\x69\xd1\x85\x3e\x09\x60\x17\xa3\x1e\x3a\x25\x80\x38\x1c\x8d\x3a\x25\x42\x0f\x84\xa9\x56\xa1\x07\x02\x48\x4f\x66\x85\x1e\x88\xf0\x8a\x96\xf9\xca\x6c\x3c\xee\x06\xcf\x35\xf9\x25\x07\x61\x17\xa3\xa5\xba\x1b\x80\xa2\x8b\x3c\x74\x37\x84\xa1\x57\x1d\x26\xa1\xbf\x01\x28\x7a\xb6\x42\x7f\x03\x90\x4d\x15\x19\x7a\x8d\x78\x5b\x85\x8e\x74\x2e\x00\x75\xe2\x0f\xf0\xf3\xef\x42\x39\x26\x84\x36\x74\x2e\x44\x06\xad\xa2\xf1\xba\x0d\x80\x6a\xb8\x37\x74\x1b\x00\x9b\x2c\x21\xb2\x51\xc9\x57\x1c\xe7\xef\xd8\xa2\x43\xaf\x02\x10\xed\x7d\xae\x4d\xe6\x1b\x7c\x1e\x63\x0b\xfd\x0c\x61\x60\xd6\xdc\xec\xd0\xd1\x00\xb4\xe2\x1a\xa8\x9f\x01\x68\x9e\x03\x0d\xfd\x0c\xd1\xdf\xe6\xd1\x1b\xfa\x06\x80\xfa\x8e\x7e\x7d\x03\xc0\x2e\x86\x02\x75\x0e\x00\x9b\x4b\x21\x52\x0b\xb2\xff\xe5\x8a\x24\xfb\x07\xf2\xed\x5b\xd9\x7f\x98\xb2\xac\xe7\x2e\xa4\xff\x40\xa4\x6b\x8d\xec\x3f\xc6\x61\x31\x54\x2f\x15\x07\xd2\xec\x82\x90\x8a\x03\xc9\xb5\xf5\xe9\xe7\x3d\x84\xa6\x2f\xcc\xaf\x7b\x08\xe5\x58\x6f\x31\xab\x4b\xb6\xb0\xf4\x28\xa4\xe2\x40\x36\x27\x8e\x4c\x1c\x48\xb3\xd7\x43\x26\x0e\xd4\xa5\x86\xc6\x5b\xd9\xd3\xe7\xfb\x4e\xbb\x60\x70\x34\xcb\x35\xc9\xd4\x60\xa0\x2c\x87\xb0\x61\x59\xa0\xca\x32\xc3\xb0\x6c\x98\x1a\xec\xf1\x82\x90\x9c\x03\xd5\x73\x5e\x61\x08\x36\xe4\xeb\x9e\x14\x0a\xf9\x3a\x90\xda\x53\x21\x5f\x0f\xf9\xba\xa6\x4c\xc8\xd7\x81\xd4\x83\x18\xf2\xf5\xf0\x62\x15\x8f\x39\x84\x84\x1d\xa8\xba\x1c\x42\xc2\x1e\xf3\x6d\x28\x2a\x92\x89\x03\x11\xd5\xea\xda\x50\x72\x83\x97\xeb\x88\x4c\x3c\x3c\xd1\x68\x1e\x6d\x48\xc5\x81\x5a\x1d\x1d\xd3\xe5\x86\xdb\x51\x4c\xe7\x0d\x83\xb0\x40\xf1\xcc\x4e\x18\x84\x0d\xb3\x8a\xd7\x2b\xb3\xed\x8b\x8b\xe9\x9c\xe5\x06\x61\xc3\x0b\x53\xde\x7a\x18\x85\x05\xd2\xfc\xb1\x90\xfd\x87\x5f\x90\x53\x91\xb2\x7f\xa0\x36\xd7\x02\x13\x8d\xc3\xac\x62\xa3\x98\x21\xfb\x07\xaa\x89\x3e\x21\xfb\xe7\xeb\xeb\xe9\x61\xce\x30\xa2\x1b\xb2\xff\xe5\x6c\x94\xfd\x03\x19\xce\x15\xd9\x7f\x78\x11\xca\x82\xdb\x86\x84\x1d\xd8\xb6\x0a\x22\x1b\xb0\x21\x8d\x4f\x86\x7c\x1d\x28\xc7\x82\xa0\x86\x84\x1d\x48\xd9\x45\x48\xd8\x81\xd4\x68\x0e\xf9\x3a\x10\xe6\x74\x84\x7c\x3d\x36\x47\xcf\x70\xaf\x33\x58\x0b\xa4\x29\x65\x61\xb0\x16\x88\xa2\x11\x21\x83\x07\x32\x9c\xb0\xe7\xdb\xa4\xc7\x8a\xd1\x01\x52\x78\xa0\x7a\x56\x39\x4c\x33\x0e\xc3\xbc\xaf\x31\x66\x98\x17\x08\x1d\xce\x21\xd1\x07\x76\x31\x6a\x2b\xd3\x0f\x13\x8d\xdd\x86\x25\xfa\x40\xf2\xcd\xa3\x0c\x89\x7e\x5c\xae\x39\x50\xf3\x30\x85\x18\x68\x7a\x6e\xe2\xb2\xe9\x12\xfd\x77\x21\x97\xe8\x03\x19\x4e\x46\x89\x3e\xb0\x0e\xe7\x85\x59\xc5\x40\xc8\xa6\xc3\xd0\x72\xe8\x0e\x58\xaa\x48\x77\x00\x90\xfa\x97\x43\x77\x00\xa0\x93\x33\x74\x06\x00\xcd\x98\x45\xe8\x0c\x00\xb6\xfd\x8e\xc8\x86\x9b\x6e\xcc\xf5\xb1\x19\x7a\x03\x80\xb2\xb4\x1c\x4d\x37\x0e\xd3\x8d\x57\xf8\x4a\x87\x06\x01\xe8\xd4\x80\x35\xfe\x0c\x34\x23\x94\xa1\x1b\x01\x28\xaf\x61\xa1\x1b\x01\x88\xd7\x40\xd6\x8d\x10\x64\x16\x1f\x0b\xea\x1f\x3a\x0d\x80\xf4\xa8\x66\xe8\x34\x00\xda\x72\xa2\xe8\x34\x00\x7e\xad\x97\xda\xb9\xd1\x8e\x93\xda\x10\x35\x90\xaf\x15\xa7\x63\x01\x88\xc3\x7a\xe9\x58\x00\xd2\xfc\xc3\x30\x42\x1d\x1f\x07\x01\xaa\xd0\xaf\x00\x6c\x23\x1f\x91\x9a\xf0\xe2\x18\xdd\xa5\x7e\xe5\x45\x28\xeb\xf7\x64\x7e\x87\x6e\x07\x60\x3f\xc5\x97\xa9\xaa\x8f\xb3\x08\x55\xe9\x63\x88\xcf\xab\x2a\x6b\xae\xaa\x3e\xaa\xca\x5f\xaa\xaa\x0f\xd3\xc8\x75\xd2\x68\x34\x90\x1e\xdf\x0d\x3d\x11\x40\x54\x9f\xa5\x27\x22\xbc\xbc\x74\xe1\x37\x09\x5d\x11\xc0\x1c\xee\x55\x7a\x22\xc2\xd3\xaa\x4b\xc3\x52\x27\x03\x50\xf4\x71\x87\x4e\x06\xa0\xbe\x53\x52\x27\x03\x90\x21\xbd\xd3\x89\x00\x34\xcf\x4b\x84\x4e\x84\x78\x6f\x84\xf1\x87\x0e\x92\x87\xfb\x26\x52\x91\xca\x30\x69\x7a\x11\x2f\x0d\x5d\x06\x40\x7d\x17\x3b\x7d\x06\x40\xf3\x0e\x80\xd0\x67\x10\x5e\x4a\xba\x5c\x9b\x75\x07\x00\xe1\x01\x9e\xd0\x1d\x00\x64\x38\x8b\x74\x07\x84\x77\xb8\xbc\x56\xb0\x7c\x1d\x28\x26\x76\x85\x74\x3d\xfc\xf2\xde\x92\x8c\xca\xd7\x81\xf2\xce\x65\xf9\x3a\x90\x06\x47\x43\xbe\x1e\xe6\x2b\x2f\x67\xd6\xf7\xad\x2e\x2e\x23\x38\x99\xdf\x0c\x12\x76\xb1\x81\xac\x28\x2b\xf8\xae\x2d\x56\x15\x39\xc3\xc9\xa0\x4f\xf9\x3a\xb0\x8e\x57\x94\x8a\x9c\xe1\x58\xe3\x29\x5f\x07\x9a\x27\x4a\x52\xbe\x0e\x14\x43\xf8\x29\x5d\x4f\x2f\x8e\x59\xc3\x62\x4b\xd9\xda\xb3\x32\x91\x9c\x4a\x6c\x14\x0c\x2f\xa5\xd8\xc0\xe6\x3b\x5b\x24\xc5\x4e\x29\xb6\x0d\x90\x62\x03\xe9\x99\xf0\x94\x62\xa7\xe7\x52\x17\x3d\x95\x12\x6a\x20\x3d\x88\x9e\xf2\xe9\x94\x16\xeb\x3e\x4a\x69\x31\x90\x1e\x88\x4f\x69\x71\x1a\xc6\x5e\xf0\xd6\x94\xdd\x02\xe9\xe9\xf7\x94\xdd\xa6\xd7\x86\xf2\xdd\xc2\x4c\xe9\x6d\x56\x87\x07\x4d\x97\xca\x02\xd5\x2c\xf8\x34\x55\x38\xfd\xe2\x86\xa7\xcc\x52\x2a\x0b\xa4\x67\x56\x52\x2e\x9b\x86\xb1\xf9\x78\x61\xa6\xcc\x15\x48\xee\x65\xcf\x94\xb8\x02\xbb\x18\x0a\x91\xb9\x02\x65\x0d\x8b\x7d\x14\x69\x29\x2d\xdf\xf0\x28\x83\xba\x86\x2f\xb0\x0f\xa0\xae\xc3\x41\x24\x75\x05\x32\xc8\x5e\x48\x99\x2b\x50\xaa\xed\x94\xb9\xa6\xd9\xc3\x0b\x67\x6a\x4a\x5d\x81\xd4\x0d\x9b\x32\xd7\x6c\x6f\xdb\x7d\x81\x6d\xe7\x43\xf4\x11\x8a\x6c\x3b\xb7\xb8\x94\x03\x4b\x26\x65\x9b\x40\x7a\xba\x3e\x65\x9b\xc0\x2e\x46\xdb\x65\x9b\x40\x33\x7b\x26\x65\x9b\xc0\x26\x8b\x5b\x24\xd9\x04\xf6\x2f\x51\x87\x6c\x13\xc8\x57\x1d\x86\xc0\x81\x5d\x8c\x97\x4a\x40\x81\xaa\x9d\x9b\x12\x50\x20\x4c\xa6\x4d\x23\xe0\xc0\xfe\xa5\xc5\x9c\x40\x7c\x53\xde\xe3\xb4\x29\x27\xcd\xd0\xb9\xcc\x96\x92\x12\x50\x60\xd3\x61\x44\xf6\xfb\x86\xf5\x4a\xec\xf6\x30\x72\x5b\x94\xd9\xce\x0d\xd3\xb3\x20\x29\xfd\x04\xd2\xd0\x6d\x4a\x3f\x33\x6d\x53\xb1\x98\x6d\x4a\xbe\xc0\x0a\x07\x4a\x03\xd9\xc0\x2e\x46\xd3\xa5\xa4\x40\xea\x1d\x4f\x29\x29\xb0\x69\x34\x22\xdb\x94\x76\x1e\x56\x7f\xca\x13\x81\xe4\xde\xd3\x4c\x79\x22\x50\xca\x61\x4f\x19\x8f\x06\xa6\xc9\x80\x69\x3c\x3a\xbb\x3d\xc5\x06\x9e\x46\x9f\x81\x62\x0e\x75\xca\x30\x13\x3a\x59\x0e\x67\xb2\x74\x12\x68\xaf\x6e\xa5\x93\x40\x6b\xec\x06\x29\x9b\x04\xaa\x57\x17\xa4\x6c\x12\xc8\xf8\x1d\x9f\xeb\xc8\x94\x6b\x66\x5f\xbe\xde\x2a\xd9\x69\xa4\xf7\x6a\x4b\xa5\x61\x65\x60\x17\x63\xd1\x30\xae\x0c\xc4\x60\x4f\x49\x4f\xc3\x02\x19\x8e\x27\x23\xcd\x40\x35\xdd\x34\x8d\x34\xe7\xb0\x87\xfc\xa5\xfc\x33\x87\x73\x89\xe7\xcb\x2c\xd3\x18\xaf\xb3\x50\x66\x99\x30\x4b\xef\x94\xcb\x94\x59\x02\xe9\x9d\x0b\x29\xb3\x04\x9a\x39\xe8\x29\xb3\x04\xf6\x2f\xd1\xa9\xd4\x12\xd8\x7c\x1e\xd1\x5b\x35\x6f\x0d\xf4\xa7\xb2\xcd\x94\x6d\xb2\x5f\xa7\x6c\x13\xc8\x57\xf5\x92\x4d\xa0\x99\xc5\x91\x92\x4d\x20\x03\xa7\x5e\xca\x35\x81\xd6\xd4\xb6\x5c\x33\xc9\x01\x2e\x87\x93\x44\x62\x09\xd4\x5f\x7f\xa9\x36\x36\x64\x74\x4b\xa9\x8d\xc9\x3d\x5e\x6c\xfd\x69\x6c\x18\x28\xd3\xc5\x52\x42\x0a\x64\xbc\xd5\x57\x3f\xd3\x39\xe8\x8a\x21\xd5\x04\xd2\x83\x15\x29\xd5\x04\x76\x31\x7e\x2a\xd7\x04\xd2\x8b\x30\x52\xaa\x99\xcb\x11\xec\x02\x27\xaf\x04\xd2\xab\x2b\x52\x5e\x99\x84\x90\xcb\xe1\x8c\x33\x84\x0c\x94\x56\x15\xd9\xa8\xc5\x22\xe2\x2e\x2c\x89\xcc\xe5\xe0\x4b\x65\x36\x61\xe1\xbf\x79\x8b\xd9\xc5\x7c\x14\xc3\xdb\x0a\xfc\x3e\xa9\xb0\x7f\x49\x17\x1b\x42\x06\x32\xb0\xee\xd2\x10\x72\x9e\x76\x81\xb3\x5c\x7a\x08\x84\x67\xd6\x52\x7a\x98\xa7\x73\xc5\x6e\x37\x78\x0b\xcc\xc0\x88\x4a\xf9\x21\xb0\x8b\xf1\x52\x09\x22\x30\xa5\x3a\x29\x41\x04\x76\x31\x65\xd6\xf7\xe4\x7b\xd5\xd8\xac\x29\x41\x4c\x0f\x9d\x7a\x81\x48\xca\x06\x81\xf4\x06\x94\x94\x0d\x02\xd3\xc4\xbf\x94\x0c\x02\xf1\xbe\x53\x32\x08\xec\x87\xd1\x2a\xd9\x20\x90\xe1\x88\x37\xea\x0b\xec\x62\x3e\x4d\x7d\x70\xec\x74\x39\xbe\xe5\x8c\xc0\x2e\xe6\x4f\xed\xbe\x8b\xee\x53\x1f\x5e\xd4\x03\x94\xa2\x83\x34\xe5\x91\x40\x78\x61\x5e\xca\x23\x81\x5d\x0c\xed\x4a\x24\xf3\x72\x86\x5a\x0f\xf5\x61\x0a\xf1\xa1\x01\x26\xd3\x03\xd2\x5b\x40\x52\xa6\x07\x84\xc9\x69\x29\xd1\x03\xa6\x24\x28\x25\x7a\xc0\x9c\xee\xfd\x12\x3d\x60\x3f\x1f\x15\xc9\xf4\x80\x34\xa0\x97\x32\xbd\xbc\xed\xe4\xe1\xd3\x6c\xc1\xcd\xea\x37\xfd\xa5\x1d\xba\x61\x7a\xa5\x4d\xca\xeb\xf2\x63\x87\xe2\x32\x4d\x59\x1c\x90\x5e\xba\x92\xb2\xb8\x94\xc5\x39\xb9\x65\x71\x40\xab\x6e\x76\x06\x8c\x53\x62\xa7\x65\x28\xb1\x03\xf6\xf3\x69\xba\xcc\x0e\xc8\x70\xa8\x49\xec\xf2\xe3\x60\x9e\x3e\xcd\x46\x6d\x98\xaf\xd5\x2a\x4d\x03\x76\x31\xeb\x61\x3b\x3f\x84\xc1\xdd\xd8\xa4\x69\x29\x4d\xc3\xcb\x98\xd2\x34\x60\xff\x12\x75\x7c\xde\xb6\x3b\xf7\x10\xc9\xd3\x80\x5d\x0c\x45\xca\xd3\x80\x36\xb5\x3d\xe5\x69\xc0\x2e\x46\xdd\x0c\x19\x03\xcd\x04\x94\x34\x64\x0c\xa4\x47\x7b\x53\x36\x07\xa4\x37\xb8\xa4\x6c\x0e\xc8\xb0\x07\x64\x73\x40\x29\x87\xb6\xad\x74\x0e\xc8\x78\x5f\xe9\x48\xd8\xb0\x0e\xdb\x29\x9d\x03\xd2\x2b\x43\x52\x3a\x97\x0f\x46\x83\x43\x48\x36\x97\x8f\xda\x78\x6b\xa6\x36\x1e\xb4\x31\xdb\xef\xd8\xad\x0d\x07\x27\x6c\xaf\x1c\x0e\x01\xd9\x5e\x4a\xed\xb4\xfa\xa5\x76\xc0\x2e\xa6\x4c\x35\x70\xd0\x35\x6c\x9f\x91\x5e\x60\x1d\x0e\x6b\x23\xbd\x40\xc6\xf0\xf9\x6a\xe1\xeb\xbc\x74\x92\xc8\xf6\x80\x96\x5a\x03\xb2\x3d\x20\x63\x29\xb2\x7d\x04\x6c\xdf\x0c\x04\xbf\x06\x2b\x6c\xce\x87\xa8\x28\x62\xf0\xf3\xfc\x2e\xd9\xeb\xb0\xb8\x37\xbf\xaf\xcb\xe2\x80\x99\xac\xd1\x5d\x16\x07\xec\x62\xfe\x74\x2a\xa3\xd3\x96\xc5\x96\xa2\xc5\xb1\x8f\x86\xe8\x54\xe4\x39\x45\xac\xdc\x6e\x88\x15\xc8\x40\x69\xdd\x10\x2b\xb0\xf8\x50\x60\xfa\xd9\x6a\xa1\x98\x96\xee\x57\xab\x85\x18\xb0\x8a\x2e\xff\xeb\x30\xbb\x22\x83\xed\x32\x3b\x60\x7a\x04\xbc\xcb\xec\xba\x5f\x87\x7f\xab\x66\xa8\x14\x58\x4e\xdf\x6e\xa8\x14\x18\xde\x3b\xd2\x0d\x95\x02\x71\x54\xdf\x69\x33\xa1\x89\xa5\xb0\xe0\xfb\xa1\x6c\xa1\x9a\x74\xdd\xa5\x89\xc0\xd2\x63\xd4\x0d\x9e\x02\xfb\x97\xbe\xc0\x76\x16\xfb\xd3\x9a\xd9\xce\xc2\x78\xc5\x7d\xd2\xe5\x97\x9d\xb8\x68\xf1\x88\x5e\x37\x2e\xda\x25\x93\xc4\x0d\xba\x64\x12\x48\x3e\x5d\x97\x5d\x32\xd9\x21\x93\xa5\x90\x5a\xd4\x25\x93\x40\x7a\xa1\x51\x97\x4c\x02\xe5\xbd\x74\xa1\x1b\x19\x05\xa6\x6b\x7b\x97\x5f\xf6\xf7\xdc\x29\x6b\x52\x97\x4c\x02\x69\x86\x45\x97\x4c\x02\x99\x0e\x2b\xb9\x24\xb0\x5c\x8d\xbb\x5c\x12\x98\x1d\x8b\xa9\xcb\x25\x81\xe5\x5e\xdd\xe5\x92\xdd\x28\xa8\x6d\x92\x4b\x02\x85\x2b\xe0\xb3\x4b\x25\x81\x5d\x31\x1f\xa6\x36\x1a\xac\x8b\x45\xa4\x1b\x05\x05\x16\xdf\x42\xcd\x6e\x14\x14\x68\x7c\x59\x35\xbb\x84\x13\xd8\x0f\xa3\x49\x32\x4e\x60\x69\x1e\x74\x03\xa3\x40\xfe\xfa\x4b\xf5\xd3\x1c\x1b\xd5\xaa\x39\x36\x08\x8c\x6a\x6c\x74\xa9\x6a\xe7\xd8\x69\x29\x18\x64\x5d\x12\x0a\x14\xdd\xcc\x5d\x12\xda\x25\xa1\xc5\x11\x2f\x09\x05\x96\x37\x82\x75\x49\x28\x5f\x7e\xde\xc5\x50\xb7\xa1\x46\x20\xbd\xbd\xc2\x0f\x3f\x0b\x69\x2a\x49\x37\xff\x19\x88\x82\x35\xd3\xe5\x88\x3d\x55\x24\x36\x6b\x97\xea\x01\xe9\x06\xd0\x65\x7a\x3d\x1d\x56\x90\xf2\x2e\xaf\x03\x32\xa1\x20\xdd\x58\x22\x90\xe6\x29\x75\x63\x89\x40\xa6\x33\xd6\x58\x62\x97\x10\x7a\xb0\xbd\x4b\x08\x81\xf4\x58\x78\x97\x10\x02\x4b\xc3\xa5\xcb\x07\x7b\xba\xf4\x61\xb2\x76\xb3\x91\x81\xa5\xe1\xe2\xf7\xad\x85\x5d\x8c\x7a\x48\x08\x81\xf4\xba\xae\x6e\xc8\xb1\xcb\x11\x8b\x6b\x9f\x1c\x11\x48\x6f\xd8\xea\x72\x44\x60\x69\x92\x74\x39\x22\xb0\xbc\xf1\xa7\xcb\x11\x81\xfd\x30\x65\xaa\x83\x4b\x92\x0e\x17\x4d\x23\x8e\xdd\x8f\x19\x3a\x7b\xe4\x85\x40\x18\x10\xec\xf2\x42\x20\xbd\x7b\xab\x4b\x0b\x81\xa6\x7b\xb6\x4b\x0b\x7b\x77\x58\xa5\xc5\xec\xcf\x0d\x4b\xeb\xa0\x9b\x6e\x0c\xec\x62\xbc\xc0\x20\x27\x90\xde\xd6\xd2\x0d\x72\x02\x8b\x6f\xf1\x66\x37\xc8\x09\xec\x5f\xd2\x51\x46\x39\x81\x69\xfa\x56\x97\x64\x76\xaf\x44\x2a\x90\xa8\x6e\x94\x13\x28\xfa\xfa\xbb\x51\x4e\x60\x17\xa3\xf3\x24\xa3\xc0\x98\xeb\x77\x1c\xd4\xea\x72\x55\x60\x99\xe3\xd6\x4d\x47\xee\xd2\x57\x2f\x8e\xed\xd2\xd7\x3e\x1c\x4f\xea\x41\x75\x49\x42\xf9\x06\x56\x76\x49\x28\xb0\xb4\xa1\xbb\x24\xb4\x93\x67\x5c\xf8\x6c\x55\x76\xc9\x24\x90\xa6\x66\x74\xe3\x96\x40\xa6\x5b\x8c\xf4\x12\x98\x1e\x98\xef\xd2\xcb\x3e\x1d\xea\xef\x0b\xec\xc9\xe9\x4e\x41\xd5\x8c\x5b\x02\xbb\x18\xea\x32\x6e\x09\x14\xa3\xc9\x5d\x32\x09\x34\x93\x6a\xba\x64\xb2\x2f\x77\x0a\x87\xa2\x11\x49\x20\xbd\xd1\xac\x4b\x1c\x81\x5d\x8c\x31\x20\x73\x04\x96\xa6\x59\x37\x22\xd9\x97\xdb\x82\xbb\x98\xcc\x11\x98\x5e\x3f\xdc\x65\x8e\xfd\xf4\xa5\x6e\xa6\x06\x11\x81\xa6\xf3\xba\x1b\x44\xec\xa7\xe3\x02\xe3\xac\x1b\x31\x04\x96\x4c\xa9\x4b\x09\xbb\x9f\x4e\x28\xee\x89\x72\x42\x60\x1a\x79\xe8\x86\x0c\xbb\xc4\xae\x38\x9b\x24\x76\xc0\x32\x35\xa3\x4b\xec\x80\x4c\x77\x70\x23\x7f\xfd\xb2\xba\x18\x51\x5d\x16\x07\x2c\xbe\x25\x9c\x5d\x16\x07\xcc\x6e\x35\x24\x71\xc0\xde\x4c\x69\x95\x2c\x0e\x58\x5a\xcc\x5d\x12\x07\x34\x6f\x3e\xeb\x92\xb8\xce\x3d\x41\xa5\xba\x14\x4a\xc5\x80\xfa\xb6\x53\x26\xd6\xfd\x9c\x42\x75\x95\x36\x58\x07\x2c\x19\x44\x37\x5a\x07\x2c\xd9\x42\x37\x5a\x07\xcc\x8e\x1b\xa7\x1b\xad\xeb\x44\xe6\x8a\x37\x2a\x74\x09\x1b\x30\x8d\x61\x77\x09\x5b\x27\x9d\xb7\x54\xd7\x77\xe9\x19\xb0\x4c\x74\xef\xb2\x33\x60\x99\x2d\xd7\x65\x67\x40\xf5\x46\x85\x6e\x3a\x6f\x97\xb0\x79\x57\x7c\x97\xb0\x01\xcb\xa0\x5e\x37\x34\xd7\x65\x67\x1e\x53\xe8\xb2\x33\x60\xbe\x2f\x90\x9d\x75\xbf\x05\x58\x9d\x68\x72\x31\x20\xbd\x71\xa9\xcb\xc5\x3a\x11\xb5\x52\xed\x64\x89\x17\x90\x5e\xc6\xd7\x0d\x99\x75\xb9\x58\x7d\x65\x36\xe1\xe3\x51\x2a\x5f\x6a\x13\x36\xb4\x77\x26\x4b\xc5\x80\xfd\x4b\x8b\xbd\x4d\x60\x3f\x75\x45\x93\x8b\x01\x55\xef\x5d\x97\x8a\x01\xe1\xd1\xd6\x2e\x15\x03\xa2\xba\x14\xc9\xc4\x80\x4c\x1f\x2f\x13\x03\xda\x70\xa4\x49\xc4\x80\xf2\x5e\x14\xdd\x65\x62\x40\x31\xe8\xd2\x65\x62\x9d\x1b\x84\x4a\xd5\x08\x91\x2a\x01\x99\xaf\xc8\x36\x3d\xb6\x09\x77\x73\x97\x3e\x01\xd1\x70\x52\x74\x83\x61\xfd\x71\x44\x12\x50\xe9\xf2\x23\xa0\x86\x4b\x80\xe9\xb2\x40\x31\xf1\xa4\xcb\x98\xfa\xd7\xea\x6a\xd2\x48\x99\x80\xe6\xd1\xbb\x2e\x63\x02\x32\x6d\x94\x8c\xa9\x73\xc1\x6b\xe1\x53\x3d\xd9\x4d\x7b\x05\xd2\x1b\x0c\xbb\x61\x34\xa0\x78\x29\x79\x37\x8c\xd6\x65\x51\x7c\xaa\x27\xbb\x2c\xaa\x7b\xc7\x8f\x2b\xa2\x2c\x0a\x68\xef\xd4\x96\x45\x01\x29\xd7\x1a\x92\xa8\x41\x3a\x6b\xf1\xaa\x9e\x61\x3a\xeb\xf0\x0b\xfb\x69\xb1\x50\xc4\x80\xc4\xcd\x3a\x0c\x8f\x0d\x89\x95\xf7\x06\x0c\x89\x15\x10\xde\x4e\x36\x24\x56\xc0\x92\xac\x0e\x79\x15\xd0\xf8\x94\x5a\x0e\x79\x15\x90\x5e\x4f\x3f\xe4\x55\x40\x7a\x1c\x7d\x98\xcd\x3a\xfc\xaa\x02\x76\xf2\x90\x69\x01\xbb\x16\xca\x3e\xca\x3e\xdc\x24\xec\x2f\x51\xc6\xe0\x76\xd7\x52\x31\x03\x87\x21\x33\x60\xf2\xe5\xca\x1c\x66\xa5\x02\x93\x8f\xcd\xe5\x90\x6a\x0d\x79\x55\xcd\xdf\x11\xb6\x1e\xd2\x2e\x60\xe6\xfb\x60\xb5\x50\x5c\x7f\x52\x99\x6a\xd8\x30\xf3\x7d\x99\x6a\x28\xae\x2c\x18\x54\x43\x92\x05\xa4\xa7\x7b\x86\x24\x6b\x70\x47\x6c\x31\x99\x67\xc8\xa8\x80\xd6\xb1\xa8\x86\x8c\x6a\xc8\xa8\xf8\x58\x4e\x0e\x19\x15\xd0\xcc\x34\x1d\x32\xaa\x51\xad\x1b\x36\xc2\x90\x2b\x01\xd1\xe0\x15\x43\xaa\x04\xa4\xc7\x86\x87\x54\x09\x48\x4f\x25\x0e\x43\x71\x43\xf6\x54\xd9\xec\x86\xec\x09\xc8\xc3\xce\x95\x3d\x01\xc5\x94\xc0\x21\x7b\x1a\x95\x78\x2e\x33\x69\x48\x95\x86\x37\xf4\xb0\x5a\x0e\xa9\xd2\x68\x6f\x9b\x68\x80\xc4\x08\xc8\x83\xd9\x3b\xe4\x45\xa3\x39\xbb\xb0\x41\x86\x5c\x06\xc8\xa3\xf9\x34\x1b\x00\x97\x31\x89\x77\x48\x65\x80\xd4\x6b\x3f\xa4\x32\xc3\x10\x1b\x1f\xfb\xc9\x61\x88\x0d\xa8\xfa\x6f\x87\xec\x06\xd8\xc5\x68\xba\xf4\x06\x08\xef\x3a\x1a\xb2\x1b\x60\x17\xa3\x05\xd2\x1b\x20\xf5\xdb\x0f\x43\x6c\x23\x5c\xef\xd9\x51\x86\x91\x32\xa0\x1a\x6a\x1e\x26\x6f\x8e\x70\xbd\x67\xe7\x1c\x46\xca\x80\xd2\xab\xc5\x6c\x95\xfc\x89\xef\x54\xe5\x90\x3f\x01\x79\xbc\xc5\xec\x16\x6e\xc9\xc9\xb7\x94\x0d\x0d\x3e\xaf\x6f\x7f\xca\x9f\x80\x62\xb4\x75\x18\x63\x1b\x7e\xad\x8f\xc5\x66\x18\x63\x03\xaa\x89\x58\xc3\x0c\xcf\x21\xa3\xaa\xec\xe9\x43\x46\x05\x54\xb3\x32\x86\x8c\x6a\xa4\x6d\x72\x02\xcb\x9f\x80\x2a\xff\x1b\xa6\x62\x02\x2d\x97\x2f\xb0\x49\xe9\x48\x43\xb5\x32\x2a\x60\xbd\x85\x6c\x51\xfa\xbd\x28\xab\x6f\x8b\xe0\x58\xde\x7c\x33\xa4\x58\x40\x78\x61\xd4\x90\x62\x01\xed\x70\x75\x93\x61\x0d\xe9\x94\x8e\xd4\x21\x9d\x02\xaa\xb1\xdc\x21\x9d\x02\x76\x31\x14\x2b\x9f\x02\x9a\x9f\xbd\x18\xf2\xa9\x21\x9f\xaa\xaf\x4c\x65\x6c\xc8\xe3\x7d\x9a\x03\xb9\x33\x90\xdf\x7a\xa8\x9e\x0d\xed\x9d\x89\xf2\x29\x20\x0f\x17\x76\xf9\x14\xb0\x9f\xef\xc3\xd4\x0f\x71\x36\x43\x29\xc3\x38\xdb\x90\x63\x55\xd7\x12\x39\x16\xd0\x0c\x46\x0f\x39\xd6\x18\x4e\x45\x4c\xcc\x21\x7b\x02\xd2\x33\xf7\x43\xf2\x34\x64\x4a\x8d\x5d\x7e\xc8\x94\x80\xf4\x68\xf1\x90\x29\x0d\x4f\x66\xba\xe2\x48\x94\x86\x1c\x87\x8f\xfe\xe4\x90\xe3\x00\x69\x80\x68\x18\xa2\x03\xd2\xd0\xd2\x90\xf6\x0c\x52\x38\xdf\xcb\xf2\x86\x51\x35\xa0\x98\xf3\x3b\x8c\xaa\x01\xd5\x78\xd6\x30\xaa\x06\x54\xaf\x71\x1a\x12\x21\x20\x8d\x70\x0d\x89\x10\x90\x87\x13\x51\x22\x34\xa6\x95\x2d\x16\xb3\xb2\x7c\x8e\xde\xec\x85\x21\x11\x02\xd2\x28\xd2\x90\x08\x8d\x65\x65\xb1\x9f\x86\x81\x30\xa0\xea\x77\x19\x32\x1c\x20\x0f\xd7\x7c\x19\xce\x58\xbe\x13\x9b\x70\x78\x22\x12\x28\x5e\x06\x3a\x0c\x70\x0d\xae\xaf\x79\x63\x63\xc3\x38\x15\x90\xef\x1e\xef\x51\x47\x20\x0f\x8c\x94\xe1\x49\x47\xa0\x78\x3c\x74\xc8\x79\x80\x68\xce\x1e\x39\x0f\x90\xde\x8a\x32\x4c\x9c\x1c\xd2\x20\x0f\xda\x0e\x69\x10\x50\xe5\xfc\x43\x1a\x04\xe4\xe1\x36\x20\x0b\x02\xf6\x2f\xd1\x90\x34\x08\x48\xe3\xda\xc3\x60\x19\xb0\x8b\x59\x0f\x9b\x4e\xb4\x2c\xc6\xef\x20\xd6\xc3\x58\x1a\x50\xde\xab\xf3\x86\xc1\xb4\xe1\x6d\x39\xb8\x5b\x86\x94\x0b\xa8\x26\x93\x0d\x29\xd7\xb8\xec\x34\xb7\x2b\x03\x67\x40\x1a\xfa\x1b\x52\x2e\x60\x17\x43\x83\x72\x2e\x20\x0f\x22\xb2\x43\xce\x35\x48\xa3\xfc\x75\x70\xca\xa6\x80\xd4\x1b\x37\x8c\x88\x8d\xdb\x97\x3a\xa7\xe5\x44\x40\x19\x2e\xa9\x72\x22\x40\x56\x3a\x8c\x6a\x8d\x5b\x6d\xd9\x45\xb2\x18\xa0\x7a\x6f\xcd\x90\xc4\x0c\x4e\x20\xbe\x17\xcf\x0d\xc3\x4e\xc0\xaf\x36\x84\x61\x27\x20\xfd\x6c\xd5\x30\x9d\x70\x7c\xac\x99\xfb\xa1\xc4\x06\x48\x1d\x9d\xc3\xb0\xd3\x90\xeb\x78\x45\xc9\x90\xeb\x00\xed\x55\x87\x5c\x07\x48\xef\xb5\x1c\x86\x9d\xc6\x47\x0d\xbd\x4f\x53\x43\x1f\x35\xe4\x3b\xd5\xd0\x87\x91\xf2\x3e\xdf\x91\x42\xc2\xe0\x81\xa3\x64\xc8\x7e\x86\x54\xc7\x9b\x6f\x86\x54\x07\x48\xbd\x22\x43\xaa\x33\x0c\x3b\xe9\x66\x1f\x72\x1d\x20\x4c\x9e\x18\x72\x9d\x61\xd8\xc9\x29\x2d\xd7\x01\x96\x19\x4f\x43\xae\x33\x9e\xb7\xe9\xe8\x56\x62\x03\xe4\xf1\x8a\x6c\xba\x8c\xc5\x33\x79\x43\xc6\x02\xa4\xc1\x95\x21\x63\x19\xc6\x80\x3c\x7a\x31\x8c\x01\x01\xa9\x9b\x61\x48\x62\x86\xf4\xc4\x33\x15\x43\x7a\x02\xa4\xb4\x77\x48\x4f\xc6\xb7\x5b\x8c\x37\x18\xbe\x01\xa6\xd7\x2e\x0f\xc3\x37\x40\x1a\xca\x1d\x32\x16\xa0\x9a\x75\x36\x64\x2c\x40\x7d\xf5\x2d\x63\x19\x32\x16\x2f\x7e\x1b\x32\x16\x20\x75\x53\x0f\x19\xcb\x30\xc8\xa3\x71\x3a\xe5\x27\x40\xea\x75\x9c\x06\x79\x80\x52\x4c\xc6\x9f\x46\x79\x80\xe6\x75\xac\x53\x16\x33\x39\x81\x57\x4c\x48\x9f\x72\x16\x60\xaa\xf0\x29\x65\x01\x4a\x32\x33\xa6\x94\x05\x48\xcf\xc4\x4e\x29\xcb\xe4\xc2\xd1\x62\x76\xd0\x94\xa0\x00\x53\x36\x32\x25\x28\x40\xea\xbe\x9d\x12\x94\x29\x41\x31\x6f\x7d\x4a\x50\xa6\x77\x90\x0e\xdf\x49\xdb\x27\x17\x8e\x96\xe6\x4b\x4d\xf3\x03\x9a\xf1\x8a\x29\x67\x99\xe5\x6d\x14\x2d\x30\xf2\x03\x14\x79\xc4\x94\x81\x4c\x03\x3f\x6c\x1f\x53\x06\x32\xb9\xfa\xa6\x98\x45\x3e\xa5\x1b\x40\xea\x95\x9b\x5e\x7d\x33\x39\x10\x57\xe2\xfd\xa9\xd5\x2d\x38\xa5\x55\x6e\x79\xab\xcb\xf5\x5e\xef\x3b\xbf\x8a\xfc\xdc\x36\x7b\xee\x94\x81\x00\x69\x80\x68\x9a\x33\x38\xcd\x19\x6c\x96\xb2\x51\x5c\x2f\x5a\x0c\xa7\x4f\x49\x09\x50\xcc\xb8\x9b\x86\x79\x26\xc9\x80\xc5\x23\x29\x53\x06\x02\x54\x2f\x2e\x9a\x32\x90\xc9\xed\x9f\xc5\x2c\xe9\x69\x18\x06\x98\x9e\xdf\x9b\x72\x0b\x20\x8a\xed\x94\x5b\x00\xc3\xd3\xf9\xd3\x30\xcc\x34\xe6\x62\xd2\xfe\x94\x5b\x00\xc3\x3b\x30\xa6\x31\x17\xa0\x78\xe5\xff\x34\xe6\x32\xc3\x5f\xb2\x37\x4f\x73\xe4\x80\xd4\xab\x3e\xcd\x91\x9b\xda\xef\x66\x3d\x4e\xed\x77\x60\xea\xb3\x9d\xda\xef\xc0\x32\x9d\x6c\x6a\xbe\x03\xcd\x8b\xc6\xa7\xe6\x3b\xd0\xf3\xfd\xa1\x1d\x65\x8e\x9c\x99\x74\x53\xfb\x1d\x58\x5e\x81\x3b\xb5\xdf\x81\x5d\x8c\xda\x6a\xc0\x03\xed\x6d\x94\x06\x3c\xb0\xcc\x18\x9c\xa6\xcd\x4d\x83\x29\xa6\x0c\x4e\x83\x29\x40\xf3\xd4\xd1\x34\x98\x32\x35\xfd\xcd\x9b\x9b\x9a\xfe\xc0\xcc\x91\xbf\xbd\x5f\x4f\x99\x01\xd0\xcc\xee\x9b\xc6\x5a\xa6\x29\x74\xa6\xf7\x4d\x2d\x7c\xa0\x49\x33\xa6\x16\xfe\x34\x3c\xa2\x3f\x67\x6a\xbc\x03\xd3\x0b\xac\xa7\xe1\x91\xa9\x3d\xff\x8e\x3b\xed\x79\x60\x99\xc5\x38\xb5\xe7\x81\x34\xd2\x37\x35\xe7\x27\x37\xa8\xf8\x59\xf3\x9c\x9a\xe0\x40\xf3\xdc\xe5\xd4\x04\x07\xd2\xa8\xff\xd4\x02\x9f\xe6\xb0\x99\xe8\x32\x0d\x2f\x4c\xef\x9e\x54\xd1\xda\xcc\x73\x38\x81\xed\x70\x03\x03\xc0\xf4\xe0\xc9\x34\x30\x30\xcd\x4e\x33\x5f\x6a\x9a\x9d\x06\xa4\x89\x79\xd3\xec\xb4\x69\x60\xc0\x44\x94\x69\x60\x00\x48\xfd\xc3\xd3\xc0\x00\x90\x46\x90\xa7\x76\x34\xb0\x7f\x69\x31\xd5\x86\x21\x5d\xdf\x87\xa9\x35\x43\x0a\x26\xa2\x4c\x2d\x69\xa0\xfd\xfa\x4e\x5b\x35\x6d\x95\x6b\x90\xc9\x68\x40\xea\x0c\x9e\x26\xa3\x01\x63\xbe\xbf\x54\xb9\x9a\xcd\xa6\x5e\x4c\xcd\x66\xa0\x35\x7c\x14\x53\xb3\x19\xa8\x06\x13\xa7\x66\xf3\xd4\xe3\x6f\x76\xcd\xd4\xe3\x0f\xb4\xd2\x7c\x98\xef\x5c\x18\x0e\xd3\x5f\xbe\xef\x84\x46\x7b\xfd\xf5\xd4\xba\x06\xa6\xe7\x33\xa7\xe9\x63\xc0\x2e\x46\x0b\xcc\x1f\x03\x22\x5c\x82\x4c\x1f\x03\xe2\x9d\xd4\x9a\xe5\xd3\xb8\x80\x39\x07\x53\x8b\x18\xa8\x5e\x07\x35\x35\x88\x81\xe2\x07\x16\xa6\x06\xf1\x34\x54\x60\x40\x7a\x6a\xb7\x02\x63\x39\xd1\xb5\x5b\xa7\x71\x01\x43\xd9\x53\x23\x15\x18\x9e\x21\x99\xda\xa8\xf3\x7a\xb3\xf7\x79\xa9\x89\x56\xc0\x7c\x5b\xa0\x77\x1f\xc8\x03\x62\x31\xf5\xee\x03\xfb\x97\xb4\xca\x13\x3b\xc0\xf4\x1e\x80\x69\xee\xd5\xbc\x35\x9a\xb0\xa9\xa7\x1e\xff\x79\xbf\x07\xef\x10\xd9\xa1\xba\xf7\x8d\xeb\x4c\xdd\xfb\x40\xea\x81\x9e\xba\xf7\x81\x5d\x8c\x96\x9a\x90\x05\xcc\x4c\x9f\xa6\x26\xf5\xc8\xeb\xcf\x9e\x7a\xe4\x81\x34\x81\x74\x6a\xb8\x02\xdb\xa0\xe3\x69\x5a\xae\xc0\xec\xce\x0d\x0d\x57\x60\x17\xf3\x69\xd6\x8d\x8c\x29\xaf\x25\x99\x5a\xae\x53\xcb\xd5\x2f\xc9\xcc\xcf\x5b\x11\x3e\x70\xe5\x2e\xae\xe5\x0a\x4c\x3e\x51\x9f\x53\xcb\x15\x58\x7e\x67\x68\x6a\xb9\xce\x8f\xda\x75\x51\xd6\x4c\x05\xa6\x57\xbe\x4f\xad\x54\x60\x56\xdb\xae\x95\x0a\x2c\x09\xfc\xd4\x4a\x05\x4a\xf1\xbb\x2b\x53\x33\x15\x98\xcb\x9a\xe9\x92\x9f\x5a\xae\x7e\x51\x65\x6a\xb9\x02\x4d\xf7\xfb\xd4\x72\x9d\xcf\xb4\x18\x03\xd0\x1c\x27\x60\x78\xc2\x70\x9a\xe3\x34\xf5\xdc\xf3\x61\xe3\x9c\x7a\xee\x81\x66\x7a\xe1\xd4\x73\x0f\x34\xfd\xea\x53\x33\x18\xd8\xbf\xf4\xa5\xb6\x9d\xef\xb0\xe9\xea\x9a\x9a\xc1\xc0\x9c\x6e\xb2\x9a\xc1\x40\x6b\xaf\xc8\xb6\x7f\xed\xe3\x50\x66\x43\xbf\x1e\x79\x53\x64\x3b\xbf\xf0\xd8\x74\xdb\xd0\x73\x0f\x14\x0f\x99\x4c\x8d\xe5\xa9\x33\xff\xb5\x22\x35\x8d\x81\x78\x77\x71\x4d\x63\x60\x7a\x64\x65\x6a\x1a\x4f\x4d\x63\x73\x91\xa6\xa6\x31\x30\x25\xff\x53\xd3\x78\x6a\x1a\x3b\xe3\x97\xa6\xf1\xd2\x0e\x4e\x3c\x02\x4b\x3b\x18\xc8\x0e\x73\x5a\xda\xc1\x40\x29\xf9\xca\x42\x59\x90\x2c\x5b\x10\xa5\x22\xa7\x50\x57\x36\x94\x79\x83\xe2\x40\x34\x15\x59\xdf\xfe\x3b\x32\xcd\x96\xd6\x2e\x50\xbc\x9d\x61\x69\xed\x02\xfb\x29\x56\xfd\xab\x8c\x0b\x2d\x89\x31\x2e\x53\x9f\x56\x79\xab\xae\xcc\xaa\x17\xbe\xcb\x9f\x8a\xac\xfa\x86\xf6\xab\xa8\x2b\xea\x3f\x7f\x34\xf3\xa8\x96\x06\xf0\xd2\x00\xf6\x63\x24\x4b\x03\x18\x08\xc3\x71\x4b\x03\x18\x28\x9a\x55\xcb\xcc\xa7\xa5\x57\xde\x0f\x90\x2c\xbd\xf2\x40\x18\xfe\x5f\x9a\xc9\x4b\xaf\xbc\x86\xf8\xd2\x28\x06\x8a\xdf\xa9\x5c\xda\xc4\xab\xda\x6d\x8c\xc6\xa5\x05\x0c\xcc\xb7\x3f\x74\xd4\x2f\x8d\x62\xbf\x36\xb2\x34\x8a\x81\xec\x36\x54\xa3\x18\x48\x6f\xd9\x5e\xde\x12\xb1\x4c\x87\xf2\xd3\x22\xcb\x74\x28\xa0\xe8\x7b\x59\xba\xf8\x97\xe9\x50\x7e\x5a\x64\xe9\xe3\x07\x5a\x0f\x9f\xa6\x3e\x36\xb4\x5f\x4b\xa9\x0f\x7c\xfc\xde\xca\xbc\x74\xf1\x03\xfb\x61\x28\x57\x1f\xff\xf2\x66\xfe\xb7\xed\xf6\x3b\x17\x49\x9a\x1c\xb6\x34\xcd\x81\xe2\xc5\xdb\x4b\xd3\x1c\xd8\x0f\x0b\x64\x45\x99\x77\x33\xa2\x0d\x6d\xf3\xd5\x5e\x0d\xd1\x2d\xda\xe6\x40\xf3\xf0\xc4\xd2\x36\x5f\xed\x55\x07\x8d\x32\xfb\x09\x88\x82\x81\xba\x4c\x7e\x02\xaa\xdf\x48\x5d\x06\x0c\x80\x5a\x8a\xcf\x57\x1b\xcd\xd1\xe1\xf3\xd5\x86\xe7\x74\xd2\x81\x6b\xc4\x00\x48\xdd\xbd\xcb\x73\x3a\xcb\x20\x42\xbe\x2d\x50\x1d\x8d\x95\xdb\x41\x64\x10\x61\x99\x0f\x65\xf0\x6a\x19\x31\x00\x52\xaf\xf0\x32\x60\xb0\x0c\x18\xb0\x44\x2c\x03\x06\x4b\xc2\xe1\x57\x5b\x96\x84\x63\xf9\xa5\x3a\xbb\x5d\xc2\xb1\x8c\x2b\xe4\xf2\xa7\xaa\x83\x3b\x28\xe5\x81\xcb\xb8\x02\x50\xdf\x99\xe1\x99\x1c\xa0\x74\x67\x81\x4c\x05\xd8\x0f\xb3\x6a\xea\x83\x50\xc3\x3b\x22\xa5\x2a\x2b\xde\xb6\x2b\xb3\xed\xc4\x15\x24\x1c\x2b\xde\xb6\x6f\x7b\xa8\x3b\xdb\xe5\x25\x2b\x5f\x75\x28\x53\x1d\xf0\x92\x03\x1b\x6c\xc9\x4b\x96\x24\xc4\x3b\x5b\x96\x24\x64\xf9\x89\x67\xd7\x33\x49\x08\x90\xfa\xb5\x97\x67\x77\x80\x6a\x8e\xc8\x92\x96\x00\xcd\xef\xb0\x2d\x79\x07\x90\xed\x7d\xbc\xda\x30\x48\xd1\x0f\xab\xa1\x3a\x36\x64\x7d\x2b\xab\x36\xcc\xde\xf2\x1b\x36\xcb\xd0\x02\x50\x4c\xb3\x5d\x86\x16\x96\xf4\xc4\x0f\xb2\x2c\xe9\x09\xd0\x4c\x42\x59\xd2\x93\xc5\x15\xfd\xc5\xb4\xea\x25\x17\x01\x96\xab\x9a\x54\x64\x71\xe7\x63\xf1\xeb\x28\xcb\x98\x01\xb0\xf4\x6a\x2e\x63\x06\xc0\xf0\x1e\x88\x25\x61\x59\x9e\xcd\xf1\x06\xac\x25\x63\x01\xe6\x3b\x86\x64\x2c\x40\x79\x3f\xfd\xb3\x0c\x1a\x2c\x6f\xe8\x6f\xd6\xd6\xfe\x34\x40\xe0\xa7\x50\x96\x01\x02\xa0\x7a\x62\x7f\x19\x20\x00\xaa\x77\x09\x2c\xe9\xcf\x32\x66\xe0\x77\x49\x96\xfc\x07\xa8\xde\x9e\xb4\x8c\x19\x2c\xb3\xab\xba\xeb\xa6\x41\x03\xa0\x96\xf0\x97\xb6\x7d\x43\xf3\x93\x56\x4b\x96\xb4\xb8\x30\xa2\xf8\x45\x93\x65\xd0\x00\x28\x7e\xc9\x72\x49\x9c\x16\x37\xf4\x17\xbf\x68\xb2\xa4\x44\x40\x97\x03\x2f\x29\x11\xd0\x2a\x2e\xb5\x25\x23\x02\xba\x3e\x93\x25\x23\x02\x9a\x77\x0f\x2f\x09\x11\xb0\x9f\xaf\xcc\x76\x4e\xbe\x59\x65\xcd\x8c\x2d\x00\xc5\xab\xb5\x97\x49\x56\x40\x1d\x0e\x2b\x69\x13\xb0\x1f\xc6\xe0\x90\x37\x01\xad\x46\xfc\x8e\xdd\x5a\x5a\xb5\xfc\xfa\x9c\x81\xaf\x65\x84\x02\xe8\x32\xe0\x65\xa6\xd6\x92\x7d\x75\x1c\xfc\x4b\xf6\x05\x14\x0f\x28\x2f\xd9\x17\x50\x0b\x34\x62\xc9\xbe\x96\x57\x42\x7a\x63\xec\x32\x07\x0b\x88\x82\x25\xbd\xbc\x15\x02\xe8\x5e\x71\xbe\x3c\xe2\xb3\xe4\x6d\x9d\xf0\xde\x92\xb7\x01\xd5\xef\x86\x2c\x79\xdb\x5a\x6f\x0b\xd0\x83\x8c\x0c\x98\x5e\x03\xb4\xd6\xdb\x82\x87\x17\xf8\x4e\x07\xac\x39\x5e\x26\x9b\x2d\xe3\x1d\x40\xf7\x8c\xe1\x32\xde\x01\x74\xbf\x10\xb0\x8c\x77\x00\xcd\x3b\xd2\x97\xe1\x8e\x25\x95\xf3\x0a\x88\x25\x95\x03\x7e\xd5\xad\x54\x6e\x6d\xfa\xd6\x3d\xa0\xb7\x8c\x63\x00\xdd\xcb\xf0\x96\x81\x8a\x25\xbb\xeb\x61\x31\x1b\x40\x54\xc2\x6b\x86\xd6\xf9\x36\xe0\xcb\x2f\x29\x65\x22\xd8\x32\x50\xe1\x37\x42\x96\x81\x0a\xa0\x4b\x3c\x97\x1c\x70\x79\x00\xc7\xdc\xaa\x65\xb8\x01\xa8\x7e\xd9\x62\x79\x00\x67\xc9\x0b\xfd\x36\xc7\x92\x17\x02\x4d\xa7\xea\x92\x17\x2e\x49\xe0\x6b\xa9\x48\x02\x81\xee\xfd\x8f\x4b\x12\xb8\x6e\x87\x82\x6b\xb4\x54\x0e\xa8\xe6\x3a\x2e\x99\xdc\xf2\x92\x45\xbf\xa5\xbf\x4c\xcb\x02\xba\x89\xdb\xcb\x80\x06\xd0\x3c\xe5\xbe\x0c\x68\xac\xdb\xd5\xd7\x8d\xde\x50\x05\x50\xbd\x7a\x75\xc9\x01\x81\x32\xad\x9a\x1c\x10\xe8\x9e\xfc\x5c\x52\x40\x20\x64\x50\x4b\x0a\x08\x34\x53\x48\x96\x0c\x70\x99\xa7\xf5\x6e\x93\xe6\x69\x01\xfd\xc0\x89\xb8\x64\x80\x40\x37\xd8\xb6\x64\x80\xcb\xd4\x2d\x2f\x66\x5b\x52\x40\x20\x8a\xbb\xa4\x14\x70\x79\x8c\xc6\x5b\xc0\x96\xb9\x5b\x40\x7d\xed\x19\xe3\x19\x40\xf7\xc8\xe8\x92\x28\x2e\x0f\xbe\xbc\x86\x9b\xe4\x0e\xe8\x86\xd6\x96\xdc\x0e\x28\xa5\x6b\x7e\x49\xee\x80\xaa\xdf\x63\x79\xf2\x65\x79\xcc\x45\x4a\xbc\x3c\xe6\x02\x44\x79\x5f\x60\xab\x1e\xab\xab\xf9\x25\xb9\x03\xaa\x01\x8d\x25\xb9\x5b\x32\x28\xbf\x81\xb6\x64\x50\x40\xd7\x6d\xb5\x64\x50\xcb\x5b\x05\x4c\x19\x5b\x52\x28\x20\x4c\x8c\x5b\xde\x2a\xb0\xb8\x2f\xa0\xbc\xcb\xa3\xc9\x4f\x40\x38\x83\x4e\x19\x14\xb0\x8b\x75\x64\x45\x19\xb7\x12\x33\x72\x4f\x49\xd5\x69\x8e\x94\xdf\x95\x38\x65\x55\x40\x1b\x55\x51\x28\x32\x74\xac\x28\x15\x75\x5a\x50\x10\x0d\x45\x83\x84\xc8\x8a\x68\x2a\x72\x2c\x04\xa2\xa5\xc8\xa6\x5b\x8b\x53\xd1\x65\x2d\x6c\xc0\xad\xec\xa6\x98\x22\x14\x79\x1a\x48\xf0\x9c\xc6\x69\x20\x01\xe8\x26\xe0\x9c\x06\x12\x80\x5d\x8c\x97\x9a\xfd\x04\x74\xf3\x68\x4e\xd9\xd6\x69\xde\x92\xb7\x74\x9f\xe6\x2d\x01\xd5\xfb\x5e\x4f\x79\xd4\x29\x43\x1a\x8c\xf0\x53\x86\x04\x54\x59\xd9\x59\xde\xba\xd9\x2d\xd5\x8a\x7c\x95\x71\x6b\x8d\x2d\x95\x21\x9d\x7e\x81\x8c\xe9\x7e\x1a\x35\x38\x4d\x65\x32\xb7\xfa\x94\x21\x01\xdd\x9c\x87\x53\x82\x04\xec\x62\x74\xa8\x0c\x09\x78\x99\xc9\x29\x43\x3a\xa5\x3e\x6f\xef\x49\x7d\x80\xea\x3d\xd9\xa7\xd4\xe7\x94\x87\x78\x2c\xf9\x94\x87\x00\x61\x32\xc3\x29\x0f\x01\xfa\xf1\x96\xb2\x6a\x52\x13\x6f\xd8\x3d\xa5\x26\x40\x37\x7f\xea\x94\x9a\x00\xbb\x18\x2d\x35\x6e\x00\xb4\xf2\x7b\x3e\x64\x7d\x4a\x66\x4e\x09\x88\xd7\x6d\x9f\x12\x10\xa0\x1f\xaf\x48\xe5\x9b\x9e\xe4\xbd\xf8\xa7\xe9\x49\x40\x37\x25\xea\x94\x6c\x00\xd3\x0c\xb4\x53\xb2\x71\x7a\x8e\xdf\x3b\xcc\x4f\xcf\xf1\x03\xed\x78\x1f\x66\x3d\x3c\xc7\xef\xa7\xd8\x4e\x39\x03\xd0\xbc\xa4\xfc\x94\x33\x00\xdd\x00\xd0\x29\x65\x38\x3d\x67\xef\xd7\x21\x4e\x6d\x75\xa0\x9b\xca\x73\x6a\xab\x9f\x9a\xdc\x7e\x22\xe1\xd4\xe4\x06\xaa\xf9\x20\xa7\x26\xf7\xa9\x2d\xed\x05\x0e\xa7\xb6\x34\xd0\x4d\xb0\x3a\xb5\xa5\x4f\x73\x72\x5c\xbc\x4f\x2d\x67\x60\x78\xd1\xcb\x69\x4e\x0e\xd0\x4d\x4b\x3b\x4d\xc9\x39\x3d\xe8\x3e\x86\x2f\xb0\x1e\x1c\x74\xf7\xe8\xf8\xd9\xdf\x7a\xdc\x16\xa3\x13\xb4\x9c\x81\xe5\x15\xaf\xa7\x86\xf3\xe9\x81\x03\xaf\x55\x3b\x35\x89\x81\x30\x6d\xf5\xd4\x24\x06\xba\x49\x3f\xa7\x16\x31\xd0\x3c\x96\x70\x6a\x11\x03\xdd\x5c\x98\x53\x83\xf8\x1c\xd6\x96\x05\xf8\xd4\xfc\x05\xfa\xab\x35\x13\x6b\xce\xe1\xdc\x84\xc6\x9e\x06\x09\x80\x78\x67\x98\x31\x82\x53\xbb\xef\x9d\x27\xda\x7d\xa7\x9f\x1d\xc6\x85\x75\x6a\xf7\x9d\x8b\x97\x7a\x15\xfd\xa9\x5d\x06\x54\x2f\x10\x3c\xf5\xa7\x03\xfd\x1d\x45\xba\xd3\x4f\x0f\x50\x4f\x6c\x98\xd3\x34\x11\x60\x99\xbc\x7d\x6a\x49\x9d\x1e\xa0\x36\x31\xf6\xd4\x05\x7e\x6a\x4a\x11\x62\x3a\x35\xa5\x4e\xad\x1f\xef\xab\x3e\xb5\x7e\x4e\xad\x1f\xa2\x32\xa7\xd6\x0f\xd0\xbc\x05\xf4\xd4\x03\x7e\x7a\xbe\x79\x3a\x00\x4d\xd3\x00\x7a\x92\x83\x70\x9a\x19\x7f\x9a\xb9\xe1\x77\x58\x4e\x33\x37\x80\x6e\x3e\xcc\xa9\x29\x75\x7a\x22\xd9\xeb\xa4\x4f\x3d\xe5\xc0\x34\x19\xeb\xd4\x46\x3a\xb5\x91\x9c\x68\xda\x48\xa7\x8e\x72\xaf\x80\x3e\x75\x94\x03\xd5\x8f\x63\x9f\x3a\xca\x81\x26\xb5\x3d\x4d\x03\x39\x3d\x7e\xec\x87\x75\x4e\x13\xdc\x81\xea\x09\xd9\x53\x4b\xea\x34\x9b\x7d\x3a\xf9\xb4\x9b\x80\xe6\x47\xfb\x4e\xb3\xd9\x4f\x33\x3c\xbc\x6b\xe8\xd4\x48\x3a\x35\x92\x9c\x2e\x1a\x49\xa7\x19\x1e\x7e\xe4\xe6\xd4\x4a\x02\xba\xdc\xf3\xd4\x4a\x3a\x3d\x59\xec\x65\xbb\xa7\x8e\x72\xa0\x9b\x0c\x74\x6a\x38\x01\xcb\x93\x02\xa7\x86\xd3\xa9\xe1\x84\x01\x7a\x6a\x38\x9d\x5a\x44\x5e\xc9\x7b\x6a\x11\x01\xdd\xfc\xa6\xf3\xf3\xb6\xe0\x6b\x31\x5a\xa0\x57\x1c\xe8\xa6\x63\x9d\x7a\xc5\x81\xe2\xa1\xfe\x53\xa7\xf8\xa9\xe1\xe4\xc7\xeb\x4f\x0d\xa7\x53\xc3\xc9\x41\xaf\xe1\x74\x3e\x6f\xa3\x78\xa9\x56\x12\xd0\x75\xa1\x9e\x9e\x0f\x3e\x75\x94\x7b\xe1\xc0\xa9\x95\x04\x54\x9d\xd6\xa7\x8e\xf2\x53\x47\xf9\x74\x7a\xeb\x28\x07\xba\xc9\x7a\xa7\xb6\xd4\xf9\x75\x7c\xb8\x8c\xe9\xdc\x06\xba\x09\x3a\xa7\x89\xea\xa7\xe7\x78\x3d\xa0\x70\x9a\xf6\x01\x2c\xbf\x67\x7f\xea\xdb\x3e\xb5\xaf\x8c\x66\x9d\xda\x57\xc0\xaa\xd0\x91\xf3\xfb\xbe\x54\x55\xb2\xa6\x5c\x1a\x53\xc0\xf2\xb6\xf8\x4b\x5b\xea\xf2\x50\xad\x37\xca\x5e\x1a\x3b\xc0\xf2\xbc\xc6\xa5\xb1\x73\x69\xec\x74\x45\xa7\x22\xeb\xb1\x7c\xda\xa5\xcc\x7a\x04\xa2\x5b\xd1\xfd\xf3\xc7\x34\x88\x7f\x69\xff\x5c\xe5\xfd\xe2\xc0\x6e\xe8\xa5\x37\x18\xe8\xa6\xa4\x5c\x7a\x83\x81\xae\x77\xe8\xd2\xae\xb9\x74\x10\x2f\x5b\xa0\x61\x03\x2c\xcf\x31\x5c\x3a\x88\x2f\x6e\xf9\x7d\x63\x3c\x97\xe6\x09\xb0\x6a\xf9\x1d\x91\xec\x4b\x8f\xef\x65\x32\x83\xb7\x47\x5e\xf5\x7d\xf2\xc9\x53\x14\xd9\x66\xbc\xa3\xef\x85\x8f\x97\xee\x51\x60\x6a\x5b\x5c\x5a\x25\xc0\x2e\x46\x9d\x34\x4b\x2e\xcd\x12\x36\xcb\x4b\xb3\xe4\xd2\x2c\xd1\x49\x73\x69\x96\x00\xe1\xd5\xba\x97\x66\xc9\xa5\xc7\x74\xb1\x68\x5e\x1a\x19\x40\x37\x99\xeb\xd2\x63\x0a\x4c\xaf\x4a\xb8\xf4\x98\x5e\xda\x18\xde\x97\x78\x69\x63\x5c\xda\x18\xcc\xba\x4b\x1b\xe3\x32\x1b\xd9\xcb\x7c\x2e\x7d\x84\xc0\xf2\x4b\x7c\x97\xe9\x0c\x57\xf8\x34\x16\x8e\x4b\x87\xe0\x65\xa2\x31\x8b\xc4\xa5\x3f\x10\xe8\x26\xdd\x5c\xfa\x03\x2f\xef\xf7\xf1\x12\xb4\xcb\x44\x05\xa0\x9b\x74\x73\xe9\x22\x04\xaa\xb9\x2e\x97\x66\x07\x10\xed\x7d\x98\xa3\xc7\xd4\x85\xc5\x74\xba\xf4\x11\x02\x21\xbf\xbd\xf4\x11\x02\xc5\xab\x9e\x2f\x7d\x84\x40\xcb\xb7\xb2\xf6\x71\xb2\x47\xb1\x92\x5c\xda\x2b\x40\x0c\xfb\xce\x3c\x66\x20\xfa\xdb\x70\x95\x91\x5c\xf4\x17\x96\x7a\x14\x3d\x56\xcc\xe7\x7f\x95\xf1\xe9\x15\x5b\xa9\xbb\xf1\xd2\x1e\x5a\xac\x41\x97\xf6\xd0\xa5\x3d\xc4\xda\x72\x69\x0f\x01\xf5\x58\x96\x52\x3f\xb8\x1b\xfd\xb8\xc6\xa5\xb7\x11\xe8\x92\xfd\x4b\xa3\x09\x08\x17\xa5\x4b\xa3\xe9\xd2\x03\xe9\x85\x70\x97\x1e\x48\xa0\x78\xdd\xf1\xa5\xd1\x04\x54\x99\xec\xa5\xd1\x04\x4c\xaf\xc5\xbf\x74\x40\x5e\x5e\x0e\x84\xc3\xed\xd2\x8c\xba\xba\x23\xc3\xe9\x6b\x3a\x32\xd0\xbc\xc9\xe4\xf2\xc4\x27\x90\x26\xaa\x5f\x9e\xf8\xbc\xf4\x49\x2e\x07\xb2\x3e\x49\xa0\x9b\xfa\x77\x69\x80\x5d\xe6\x64\x78\x55\xdd\xa5\x05\x06\x94\xee\x78\xd7\x02\xbb\x74\x40\x7a\x2f\xdd\xa5\xbd\x05\x4c\x59\xfc\xa5\x03\xf2\xd2\x04\xf3\xc2\xb9\x4b\x13\x0c\x68\xf5\x7d\x81\x6d\xd7\x29\xe9\xbd\xb0\x97\x4e\x49\xa0\xba\x13\x5f\x3a\x25\x2f\x2d\x35\x6f\x97\xbb\xb4\xd4\x80\xe9\x61\x81\x4b\x4b\x0d\x48\x6f\x08\xbd\x74\x5d\x02\xd5\xfb\x6f\x2f\x5d\x97\x97\xd9\x1c\x5e\x42\x77\xe9\xbb\x04\x9a\x51\xb7\x4b\xdf\x25\x90\x5e\x5a\x78\xe9\xbb\x04\xc2\xdb\xe5\x2e\x5d\x97\x97\xf7\x0f\xe9\x8c\xbe\xf4\x5d\x02\x61\x26\xf6\xa5\xef\x12\x68\x5e\x13\x73\xe9\xbb\x04\xde\x11\xaa\xe7\xf2\x32\x9f\x7a\x0d\xeb\xaf\x82\xc8\xa7\x36\xca\x7f\x99\x4f\x0d\xb4\xf1\x3e\x4b\x95\xcd\x57\x3f\x56\x56\xfd\xf0\x0d\xd2\xc5\x3e\x7f\x79\x8a\xf4\x5a\x6f\xcb\x79\xa9\x66\x2b\x90\xde\x66\x7a\xe9\xae\xbc\x3c\x45\xea\x15\xeb\x97\xa7\x48\x81\xf4\x1c\xfb\xa5\x07\x13\xd8\xc5\xe8\x14\x5d\x98\x40\x78\x79\xfd\xa5\x0b\x13\x28\x7a\xb7\x2e\x3d\x98\x40\xe4\xfb\x43\xdb\x4e\x5e\xb7\x27\xdb\x2f\x2d\x65\xa0\x0d\xac\xc0\x4b\x4b\x19\x08\x43\x17\x97\x6e\x4e\xe0\xbd\x72\xea\xd2\xcd\x09\xb4\x77\x8d\xd3\xcd\x79\x99\x0f\xbe\x1c\xc9\x26\x9e\x00\xef\x39\x86\xcb\x7c\x70\xa0\xf9\xdd\x84\xcb\x7c\x70\xa0\x7a\x39\xf5\xa5\x7f\x14\x08\x79\xda\xa5\x7f\x14\x68\x5e\x62\x78\xe9\x1f\x05\x72\xbd\xa5\xd4\x18\xe9\xe0\x3a\x95\x2f\xed\xfc\x4b\xa3\xde\x8f\x95\x5d\x1a\xf5\x40\x7b\xc7\xac\x46\x3d\x50\xfc\x48\xd4\xa5\x7f\xf4\x3a\xdf\x26\xd1\x25\x7a\x3e\x81\x30\xea\x7f\x79\xdb\xd1\x65\xf6\xcb\x5a\xbf\xe3\x93\xd6\x97\xd4\x00\x28\x7e\x7d\xf3\x92\x1a\x00\x51\xa0\x23\x97\xcc\x00\x68\x5e\xef\x78\xc9\x0c\x80\xea\x75\x16\x97\x67\x66\x2f\xc9\x82\x07\x02\x2e\xc9\x02\x90\xcb\x2e\x93\x2c\x00\xad\xba\xac\xeb\x77\xbd\xe4\x0f\xcb\xfe\x91\x3f\x00\xd5\x5b\x43\x2f\xf9\x03\x50\x8a\x0b\xb6\xfc\x01\x68\xe9\xf3\x3d\x6c\x7b\x99\x46\xee\x3d\x85\x97\xfc\x01\xa8\xaf\x25\x25\x7f\xb8\xbc\x1e\xc9\x94\x94\xcb\x44\x72\xa0\x16\xfc\x6a\x97\xe9\x38\x40\x78\x6c\xf4\xd2\x87\x0b\xd4\xa1\xce\xf4\xe1\x02\xd5\xe4\xa1\xcb\x6c\x9c\x4b\xe2\x61\xae\xc9\x25\xf1\x00\xca\x28\xbe\xd2\x66\xe2\xc3\xad\xa6\x2b\x5e\xfa\x70\x81\xaa\x93\xee\xd2\x87\x0b\xec\x62\x34\x4a\x7e\x02\x14\xef\x6f\xbf\xe4\x27\x40\x34\x6b\x2b\x3d\xb9\xc8\x06\xff\x75\x24\xca\x15\x80\x66\xf2\xc6\xa5\xf7\x14\xa8\x1e\x1b\xba\x4c\xb3\x01\xde\xf3\xce\x97\x84\x02\x28\x55\xc7\xf1\x25\xa3\x00\xca\xfb\x4b\x19\xc5\xe5\xc7\x4c\x71\x0c\x5e\x12\x0a\x60\xff\x92\x6a\xc8\x28\x80\xf4\xfa\xbc\x4b\x4f\x2c\x50\xd3\x55\x4b\x8e\x01\x4c\x6f\x9b\xb9\xe4\x18\xc0\xf4\xa2\xb9\x4b\xdf\x2c\x10\x81\x13\xf0\x92\x75\x00\xd3\xab\x96\x2e\x59\x07\xb0\x6b\x41\x0f\xc8\x3a\x80\x69\x52\xc9\x25\xeb\x00\x66\x71\xf7\xd2\x83\x0b\xec\x5f\xd2\x29\xa6\xe7\x00\xe9\x5d\xc4\x97\xe9\x39\x40\xa9\xc6\x01\x2e\xf3\x73\x80\xf4\xae\xe6\x4b\x0a\x73\xc1\x57\xaa\xae\xd3\x4b\xbe\x02\x0c\x3d\x03\x97\x7c\x05\x18\x7e\x77\xeb\x32\x17\x07\xd8\xbf\x54\x66\xdb\xbf\xda\x66\xbe\xc0\xb6\x7f\x4d\xa1\xb3\x94\x6d\xe7\x63\xac\xef\xb2\x2b\xf7\x01\x42\xfa\x76\xc9\x7d\x2e\xbf\x30\xe3\x1e\x61\xc2\xce\x85\xbb\xb9\xea\xcd\xbf\x74\x37\x03\xcd\xbc\xdb\x5b\x86\x04\xec\x62\x13\x59\x51\xc6\x35\x8e\x0c\xb4\x5b\x77\xf3\xed\xd7\x64\x74\xfe\xde\xfa\x96\x81\xe6\xb7\x06\x6f\x7d\xcb\xc0\x1e\x7c\x05\x59\x57\x66\x34\xbb\x22\x1a\x8a\x06\xe1\xdb\x40\x34\x15\x4d\x82\x61\x56\x6d\x29\xc2\x4f\x37\x7d\xe5\xa9\xe8\xe4\x6a\x99\x44\x74\x29\x62\x20\x4c\x7f\x78\x2b\x72\xf2\x34\x5f\xf9\x51\xf6\xe1\x82\x0b\x9b\xf9\x28\xe2\x36\xba\xee\xc3\xbe\x8a\xf8\x82\x17\x66\xe3\x6d\xbe\x0f\x50\xde\xcf\x5c\xde\xfa\xae\x81\xd6\x18\x1b\xb7\xbe\xeb\xbb\xa8\x20\x26\xd4\xad\xa3\x1a\x78\xb3\x1a\x6e\xd3\x82\x80\xee\x41\x87\x5b\x22\x08\xd4\xf2\x3e\x5f\xfd\x14\x87\x4b\xb3\x98\x0a\x82\x09\x9a\x3e\x77\x4b\x04\x6f\xbf\x12\xab\xdb\xf2\x96\x09\x02\xad\xbd\x22\x35\x84\x23\xbc\xba\x1d\xde\x3a\xc2\x81\xee\xb9\x8c\x5b\x47\x38\xf0\x1e\xd2\xbf\xcd\xa8\xbf\xab\xeb\x17\x0b\xf5\x2d\x49\x04\x52\x67\xf3\xad\xd3\x1b\x28\x55\x27\xd7\xad\xd7\x1b\x88\xda\xfd\xa5\x6d\x27\x2d\xc8\xcb\xe2\x6e\x9d\xde\xc0\xfe\x25\x2a\x32\x2d\x08\x08\x3f\xa2\x7d\x9b\x16\x74\x57\x5b\xc0\x56\x76\x9b\xdd\x03\xa4\xe7\xf0\x6e\x93\x7b\xee\x66\x57\xc1\x47\x6e\x59\x28\x50\xcd\x92\xb8\x25\xa1\x77\xb3\xba\x18\x5e\xb7\x8c\x13\xc8\x86\x3d\x7f\xcb\x38\xef\x66\xdd\x52\x99\x75\x6b\x1c\x1c\xff\x3d\xe7\xae\x6f\x09\x29\xd0\x3c\x69\x71\x4b\x48\x81\x30\x4f\xf1\x36\x85\xe7\xf6\xcc\x2f\xd1\xad\xdb\x14\x1e\x20\x3d\x24\x7a\xeb\x40\x07\xea\x7c\x4b\xbd\x4d\xfe\xf0\x31\x74\x06\x8a\x09\x3c\xb7\x17\xed\x0e\x1f\xef\xb0\xe6\x53\xb3\x7e\x84\xe3\x96\x01\x03\xd5\x6f\xf7\xdd\x32\x60\xa0\x19\x42\xbe\xf5\xb2\xdf\xde\xb3\xeb\x08\x36\xa5\xe7\x0e\x17\x41\xa7\xbd\xf9\x3b\x40\x6d\x6c\x73\xb7\xbe\xf8\x3b\x1c\xc2\xe9\x0b\xd4\x05\xdf\x90\xf5\xde\x8d\x5b\x5f\x3c\xd0\x8c\x47\xdf\xfa\xe2\x81\xea\x2d\x53\xb7\xbe\x78\xa0\x19\x0b\xbd\xa5\xe6\x77\xb8\xb2\x77\xdb\x64\xcb\x43\xb3\xd2\x57\xda\x72\x3e\x2b\xab\x8f\xfd\x96\xad\x03\xa9\xbd\x73\xcb\xd6\x81\xa6\x71\x7e\xcb\xd6\xef\xb4\x99\x2e\x82\xf2\x70\x20\x3c\x55\x70\xcb\xc3\x6f\x08\x76\x7d\x27\xb4\x0c\x1b\x48\xcd\xa2\x5b\x86\x7d\xe7\x5b\x5b\xaa\x26\x53\x06\x9a\xa9\xf3\xb7\x44\x19\x28\x55\x0a\x7c\xcb\x94\x81\xe6\xa7\x12\x6f\x13\x73\x80\x6a\xe8\xf9\x96\x3b\x03\xb3\xba\xc8\xca\x9d\x81\xf4\x62\xe9\x5b\xee\x0c\x0c\x3f\xf5\x7b\xcb\x9d\x81\xda\xad\x85\xdc\x19\x48\x2d\xb1\x5b\xee\x0c\x94\x37\x3a\x7a\x1b\x71\x00\x56\x75\x02\x4a\xa7\xef\xee\x3c\x55\x91\x32\x65\x60\x9a\xb4\x7d\xcb\x94\x81\x5d\xcc\x06\xa8\x8d\x8e\x97\xf9\x7d\x9a\xda\xe0\x78\xaf\x41\xc3\x5b\x3e\x0d\xec\x5f\xa2\x47\x09\x35\xd0\x1a\x3b\xf0\x2d\xa1\xbe\x87\xbd\xe2\xa6\x20\xdf\x05\xc2\x18\xe7\x2d\xdd\x05\xd2\x74\xdb\x5b\xba\x7b\x0f\x77\x4d\x9c\x88\xb7\x3c\x16\x88\x77\x6d\x90\xc7\x02\xa5\x9a\x16\x7e\x4b\x64\x81\x66\x6e\xf7\x2d\x91\x05\x9a\x9e\xed\x5b\x1e\x7b\x4f\x35\x69\x3d\xe4\x9e\x40\x9a\xa8\x7b\xcb\x3d\xef\xa9\x26\xed\x76\x69\x25\x90\xa6\x1a\xdf\xd2\x4a\x20\xd3\x05\xcf\x24\x98\x1b\x56\x59\x8b\x2b\x9e\xb4\x12\x48\x13\x86\x6f\x2f\xba\x05\x52\x53\xe3\x36\x64\x72\x73\xd1\x6d\xf5\x56\xc2\x5b\xa6\x09\x94\xb7\x93\x25\x9a\x40\x79\xcd\xf2\x5b\xa6\x09\xe4\xdb\x76\x89\x26\x50\xfc\x06\xfb\x2d\xd1\xbc\xb9\xfb\x36\x5d\x77\x65\x95\x40\xea\x8d\xba\x65\x95\xc0\x7b\xf8\xe8\x96\x55\x02\xe9\xe7\xc3\x6e\x59\xe5\x2d\x37\x2c\xf6\x8a\xe4\x10\x18\x0b\x6f\xcb\x2d\x39\x04\x32\x5d\x85\x24\x87\x40\x1a\x30\xb9\x25\x87\x37\x29\x30\xd5\xeb\x0c\x6f\x73\x60\x80\x78\x7b\x58\xda\x07\x94\xea\x0d\x84\xb7\xbc\x0f\xc8\xc4\x8d\x7b\xcb\xfb\x80\x34\x69\xf9\x3e\xdf\xda\xf2\xf9\xb6\x62\x29\xfb\xe9\xb2\x01\x2e\xb7\x52\x41\x20\x3d\x2b\x75\x1b\x18\x02\x76\x31\x1a\x25\xfd\x03\x42\x43\xfa\x96\xfe\x01\xbb\x18\x2d\x90\xff\x01\x69\x2a\xf6\x2d\xff\x03\x4a\xf5\x56\xc2\x5b\x02\x08\xa4\x1f\x08\xb9\xe5\x7f\x80\x8e\xac\x5b\xfa\x77\xc3\xf5\x6a\xa9\xca\x6c\xd4\xc5\xe0\xeb\x3e\xeb\x6d\xd4\x63\xb1\xff\x8b\xb1\x3b\xc9\x81\x15\x56\xb2\x30\x3c\xaf\x55\xd4\x12\x12\x77\x18\xa9\xf4\xf6\x92\x49\xb3\xff\x25\x94\x38\x9f\xef\x9b\xde\x3b\xfa\x25\x44\x26\xee\x30\x71\x1c\xe1\xb0\xa2\x79\x7d\x5e\x14\x99\x97\x4f\x62\x2f\x78\x6f\xcb\x33\xf9\x8f\x82\xde\x59\x63\xf4\xdf\x79\x1a\x90\xbe\x94\xc4\x5e\xd0\x85\x42\x9f\xc4\xde\x79\xea\x16\xb6\xa9\xb8\x9b\xa0\xf7\xfd\x1f\x34\xf5\x49\xe5\x9d\xb4\xda\x66\xdc\xd1\x6a\x41\x17\x59\x7b\xd2\x6a\xe7\x65\xa8\xc4\x69\x76\xf2\xf5\x04\x6d\xcd\x23\x62\x64\x4e\x92\x4b\x9e\xbe\x93\xe4\x3a\xa5\x7d\xf5\xf9\x26\xb9\x4e\xfa\x4a\xe6\xbb\x93\xbe\x0a\xba\x95\xae\x93\xbe\x0a\xba\xbd\x6b\x27\x7d\x75\x3a\x16\x34\x4b\xe4\x27\x7d\x15\xbc\x7f\xe6\x9a\x9e\x8c\x5f\x47\x5c\xf7\x49\x60\x05\xef\x6d\x8a\xb6\x8a\x9b\xd4\x77\x9b\x4b\x5a\xf0\xd6\xe3\x86\x0f\x39\x15\xd4\xcd\xd7\x9a\x9a\x3a\x49\x27\x41\xe7\x27\xe9\x14\x6c\xc3\x88\x22\x9d\xce\x47\x45\xbd\x27\xf6\x31\x04\xc7\x9a\xe2\xa8\xa9\xe0\xbd\x2d\x9d\x40\x4e\x05\xbb\x18\xcb\x93\x9c\x3a\x1f\x3d\xbe\x9e\xa0\xbc\x8f\x83\x14\xd3\x6c\x54\x51\xb0\x15\x49\xdf\x4e\xb2\x28\x98\x82\x1b\x4f\xfb\x18\xce\x47\x15\xd2\xbc\x17\x59\x74\x7d\x8c\x86\x7c\x89\x2f\x1a\xe8\xfa\x64\xe2\xc8\x37\xf6\x22\x81\x2e\x7a\x47\xd6\xb7\x8b\xde\x09\xba\xa3\xa9\x2e\x7a\x27\xd8\xca\xe1\x97\xd3\xa5\x55\xb6\x3d\xd7\x2e\xd7\xae\xff\xfc\xef\x61\x21\xe3\xa2\x51\x82\xea\x43\x76\xd1\x28\x17\xa5\x21\xe9\xdb\x45\x69\x04\x9b\xf3\x27\x2f\x4a\x23\x78\x6f\x73\x4d\xd1\xb6\xac\x8a\x2b\x2d\xa9\x11\xec\x8e\xd4\xbc\x28\x8d\x6b\xd3\xba\xf9\x6c\x5d\x34\x44\xd0\x05\xfe\x5f\x24\xc4\x45\x2f\xc8\x2a\x77\x11\x0c\x41\x37\xdc\x2e\xb1\x34\x17\x71\xc0\xea\xbb\x88\x83\xa0\x5b\x2f\xb8\x88\x83\xe0\xbd\x2d\x3f\xa5\x0e\x82\x6e\x8b\xc3\x45\x1c\x5c\x52\xa8\xc6\x0e\xb9\x88\x83\xe0\xfd\x65\x1a\x5c\xe0\xcc\xe5\x8c\x8e\xe1\x97\x5f\x97\xf2\x45\x75\x88\xf3\x45\x43\x04\xc7\x67\xfd\x52\x1f\x64\x83\x80\x10\xf0\xcb\x06\x81\xa0\xdb\x42\x71\xd9\x20\x70\x91\x10\xf2\xd1\x5d\x24\x44\xd0\xc5\xf4\x5c\x24\xc4\x95\x83\x18\x0b\x5f\xf1\xc5\x62\x0f\xba\x7d\x04\x17\x8b\x3d\xe8\xb6\x33\x5c\x2c\xf6\x2b\x11\xf1\x45\x9e\xb6\x4b\x2c\x4b\x30\xac\x48\x5c\x2c\xea\x2b\xe1\xef\x85\x68\xbb\xd8\xcf\x41\x17\xac\x7f\xb1\x9f\x83\x2e\xcc\xff\x62\x3f\x07\x75\x5b\x3f\x54\xb2\xb8\xb6\x8a\x55\xb3\x8b\xb1\x1c\x1c\x02\xad\x2f\xc6\xf2\xd5\x77\xb7\xb9\xa6\x1c\xf2\x8d\x66\xd1\xe6\x62\x05\x5f\x5d\x1a\xa3\xea\xdf\x94\xa3\x1b\x45\xa9\x01\xaf\x52\xb0\x2d\x73\xff\xe2\x56\x0a\x7a\x37\xfe\x18\xcb\x57\x9c\x37\x45\x66\xb2\x8b\xb5\x19\xf4\xee\xad\xe2\xbc\x09\xb6\x22\x5f\xe1\xc5\x7b\x73\xc9\xe1\x39\x5d\xf2\xd0\x6c\x78\xb5\x49\xe3\x62\x93\x5e\xc9\x2f\x53\x4a\x6c\xa4\x8b\x01\x1a\x74\x9b\x34\x2e\x06\xe8\xb5\xeb\xf8\xd8\x6a\x17\xbf\x4c\xd0\xed\x71\xb8\xb8\x65\x2e\xf6\x21\x5d\x76\xb1\x0f\x83\x83\xc1\x72\xb1\x0f\x83\x6e\x81\xe0\x62\x1f\x06\x5b\x91\x4b\xea\xe2\xe8\x08\xa6\x63\x03\xaf\xb9\x1e\x60\x7c\xe4\x2b\x71\xf1\x6a\x04\x87\x44\xd6\x17\xcb\xf2\x3a\xdc\x66\x6a\x63\x98\x05\x07\x2b\xef\x3a\xd6\x6d\x5a\x57\xc7\x70\x01\x5c\x8c\xb5\xc8\x87\x8b\xb1\x76\x1d\xfa\x4a\x83\xb0\xc3\x82\x6e\xb3\xc5\x65\x75\xff\x3a\x8c\x23\xc3\xcd\x52\x7e\x70\x48\x95\x7d\xb1\xd6\xae\xaf\xb2\xe9\x3f\x8b\xed\xc1\xf1\xda\xae\x7f\xfd\x6c\x5f\x62\x6e\xae\xdf\xfa\x97\xb4\x17\x8b\xe6\x62\xd1\xac\x4b\xeb\xb6\x99\x3f\x4e\x4b\x33\x69\x82\xad\xd4\xac\xe2\x5f\x96\xb4\x83\x29\xf1\xdc\x25\x92\x38\x78\x6f\xf3\x53\xe3\xe7\xc5\xdc\x87\x4b\xda\x21\x9b\x42\x4b\xf5\xc2\x32\x4c\x82\x6e\x9f\xc8\x65\x15\xfa\x62\xab\x38\xe1\xfb\x62\xab\x04\x73\xd3\x95\x8c\x91\xe0\xbd\x2d\x55\x38\xd7\x13\xae\xa4\xf0\x4b\xab\xca\x83\x72\xb1\x59\x04\x2a\x5e\x6c\x96\x60\x4a\xf8\x75\xb1\x59\x82\xad\x48\x5f\x73\x59\x60\x0e\x0e\xa9\xc5\x2f\xf1\x2f\xd7\xa5\x6c\x59\xc2\xba\x04\xf6\x06\xc3\xf7\xf8\x12\xc5\x72\x59\x9a\x96\x17\xe6\xb2\x34\x1d\x6c\xab\x56\xd7\x2a\xdb\x9d\x13\x1a\xd3\xbb\x96\xa6\x2f\x46\x91\x54\x7c\x17\xa3\x28\x68\x96\x09\x2e\x46\x51\xb0\x95\xea\x92\x1a\xdc\x5a\x57\xc7\x30\x8a\x2e\xc7\x98\x79\xaf\x19\x45\x41\xb3\xd3\xea\x62\x14\x05\x55\x5a\xe5\x8b\x4d\x14\x14\xc6\xce\xc5\x26\x0a\xb6\x5d\x4f\x31\x89\x2e\x8b\xce\x35\x6b\x4e\x17\x9b\x28\xa8\xd3\x50\xb0\xe8\x7c\x59\x61\xb6\x16\x78\xb1\x89\x82\xad\x78\xd3\xef\x55\xf5\xe4\x41\xd1\x40\xac\xa4\x60\x92\xd9\x17\x2b\x29\x28\xd2\xdf\x5f\x62\x64\x82\xb6\xf9\x5c\xd8\x12\x1a\x54\x9b\x99\x2f\xa6\x54\x70\xac\x9b\xb4\x4e\x36\x84\xae\x83\xa5\x2f\x66\x53\x50\x8f\x2c\x8b\x5e\x16\xa1\x2f\x26\x92\x0d\x3d\x17\x13\x29\x68\x82\xaa\x2e\x26\x52\xf0\x67\xf6\xb5\x96\x7c\xb1\x9a\xa8\x90\x9b\xd5\x74\x5b\x4c\x76\x92\xe6\x6d\x31\x39\x58\xe7\x30\xdc\x0c\xa9\xa0\x3a\x8e\xeb\x16\xba\x7c\xaf\x0d\xa1\xfe\xac\xb9\xa4\xcf\x63\xa7\xde\xd6\x97\x83\xea\xb0\x83\x9b\xb9\x15\xac\x4d\x4a\x37\x73\xeb\x66\x6e\x39\x75\xf2\x66\x6f\x05\xd5\xd1\x91\xb7\xf5\xe5\xfb\xe3\xcd\xee\xae\x9d\xae\xe5\xdc\x95\x55\x81\xcb\xa5\xf4\x66\x8d\x89\x74\xb3\xc1\x82\x6e\x97\xf5\x6d\x9d\x38\x68\x12\x26\xdc\x96\x89\x83\x6e\x5f\xf4\x6d\x99\xf8\x66\xbc\x49\x19\x74\x33\xde\x82\xde\xb3\xd8\x7b\x33\xde\x82\xe2\x53\x7f\xb3\xdd\x82\x3a\x94\x82\xed\x76\x5b\x26\x96\x32\xe8\x66\xbc\x05\xc5\xd6\xdd\xdb\x32\x71\xd0\xed\xf5\xbe\xad\x12\x07\x8d\x9d\x76\xb3\xf0\x6e\xe1\xd2\xcd\xff\x6b\x8c\xec\x27\xb5\xe0\x70\x5b\x24\x0e\x36\x27\x96\xdc\x6c\xbe\xbb\xe8\xa7\x48\xb2\x9b\x35\x17\x4c\x69\xad\x6f\xc6\x5c\xb0\x39\xd5\xf2\x66\xcc\x05\x4d\x7e\xf3\x9b\x31\x77\x17\x6f\x5d\x0c\xbc\x5b\xbc\x51\x30\x9d\x53\x71\x33\xdc\x82\xf7\x36\xcf\x54\xb4\x17\x55\x3c\xdc\x5d\x56\xd1\x72\x9a\xdd\xe6\x92\x9e\xb3\x46\xcc\x03\x7b\x5b\x23\x0e\xba\xf8\x8e\xdb\x1a\xf1\xbd\x52\xdd\xc7\xe0\xbd\x45\x2a\x05\x73\xe6\x1d\xbe\xd9\x7c\xb7\xd3\xbd\x65\x88\xbb\x05\x4b\x07\xbb\x08\xc7\xdb\xb2\x71\xd0\x6d\x56\xbf\xad\x0b\x07\xaf\xa5\x92\x4b\xfa\xc9\x22\xb0\x63\xa4\x6f\xab\xc0\x77\x95\x68\x33\x75\x67\x40\x06\x65\xd7\x51\x0c\xc8\xbb\x7a\x17\x63\xd0\xdc\x16\x78\x83\x39\x0d\x3e\x0b\xbc\xc1\x7b\x9b\x6b\x2a\xda\x12\x27\x9b\x2f\xff\x6d\x85\x37\x38\xac\x50\xdd\xf6\x6c\x06\xdd\x36\xfa\xdb\x9a\x6f\xb0\x8d\x7f\x39\xe0\xfa\xb6\x24\x7c\x37\xef\x5b\xa6\xe7\x9b\x19\x1a\x2c\xc7\xdb\xcd\x0c\xbd\xbb\x57\x24\x56\xd1\x2d\x28\xea\x96\x09\x3f\xd3\xff\x6d\x31\x36\x28\xd3\x2b\x62\x31\x36\xd8\xd6\x31\xf0\xb7\xa0\xa8\xe0\x70\x54\xc8\xcd\x58\x0d\x8e\xcf\xfa\x7f\x4d\xcf\x58\x95\x88\xe8\x66\xac\xde\x8c\xd5\xe6\x36\xa5\xb5\x8c\x2b\x70\xe1\x66\x99\x06\xdd\x06\xb3\xdb\x32\x6e\x30\x67\xa6\xde\xdb\x2a\x6e\xf0\xfe\x32\xc5\xb5\x8c\x1b\x74\x49\x07\x6e\xcb\xb8\xc1\xca\x50\x77\x5b\xc6\x0d\xf6\x7d\xfd\x99\xd6\x18\xab\xb4\xe9\x47\x56\x6e\xb0\xdb\x16\x70\xb3\x72\x83\xc3\xd7\xe4\x66\xe5\xde\x7b\x46\x80\xac\x06\xb7\xc5\xd2\x60\xdb\x3d\x53\xf0\x51\x50\xb9\x9f\x6e\x46\x6e\x50\xb8\xad\x6f\x46\x6e\xf0\xfe\x59\x06\xa7\xe0\xa3\x60\xb3\x14\x73\x0b\xff\x0e\xb6\xd2\xf4\xb1\x78\xa4\xdb\xd9\x67\x91\xfe\xb7\xf5\xd9\x60\x17\xd0\x76\x5b\x9f\x0d\x06\x87\xf7\x6d\x7d\x36\x28\x76\xa6\xdd\x52\x2d\x06\x8d\xef\xe4\xde\x57\x35\xaf\x38\x9f\xfc\x97\x6e\xda\xb3\xad\x39\x2b\x94\xb7\x75\xdd\x60\x9b\x31\xe5\x6f\xeb\xba\x41\x77\x74\xc5\xcd\x6c\xbf\x19\xe4\xdc\xe2\x37\x83\x3c\x68\x76\x82\xde\x0c\xf2\xe0\xbd\x2d\xc5\x10\x7a\x14\x54\x12\xff\x66\xa3\x07\x9b\xfc\x2d\x37\x1b\xfd\xce\x16\xc9\xe2\xac\xcb\x5b\xa0\x51\xb0\xf2\x0d\xde\xe2\x8c\x82\x3e\x4c\x0e\x16\x84\xef\x04\x15\x15\xc7\x5f\xde\x82\x8a\x82\xc6\x4f\x7b\x5b\xfd\x0d\xca\x30\x42\xad\xfe\x06\x5d\xd8\xd8\x6d\xf5\x37\xd8\x8a\x33\x54\x6f\xa1\x47\x41\x91\xb5\xea\xb6\x20\x1c\x34\xaa\xee\xb6\x20\x1c\x6c\x4e\x5f\xba\xad\x07\x07\xdd\x6e\xad\x9b\xec\x08\xb6\xa6\xfc\x64\xc7\x4d\x76\x2c\x43\x80\xec\xb8\xd7\xde\x49\x25\xd3\x18\x89\x3c\xda\xd7\x9f\x69\x8c\xac\x11\x17\x81\x03\xb7\x45\xe2\x60\x13\x92\x77\x13\x27\xc1\x7b\x9b\x87\x1a\x08\x47\x0e\xec\x5b\xa5\xd5\x66\x11\x2c\xc3\x9b\x4e\xaf\x04\x7d\x98\x16\xe9\x95\xfb\xdb\xfc\x99\xdb\x54\x3d\x21\x44\xfc\xd1\xb7\x10\xa2\x60\x5b\x53\x15\x55\x13\xb4\x61\xc2\x21\x5b\x6e\x4b\xc9\x56\x45\x6f\x4b\xc9\xc1\xb4\x92\x76\x5b\x4a\x0e\xb6\xb5\x23\xfd\xb6\x96\x1c\xd4\xb1\xbb\x4d\x9d\x2c\x12\xf3\x4c\xdd\x16\x89\x83\x6e\xef\xda\x6d\x91\xf8\xb6\x48\x2c\x0b\xec\x6d\x91\x38\xe8\x4c\xe6\xdb\x22\x71\x50\xe5\x52\xba\x29\xaa\xa0\x54\xcf\xa4\xa8\x82\x26\x79\xf4\x4d\x51\x05\xdd\xae\xba\x9b\xa0\xba\x7f\x7a\xc0\xf4\xf5\x5b\xa5\xbd\x73\x5b\x86\xa8\x35\xe2\xfb\x34\x12\xbc\x8b\xb6\x05\x04\x85\x4f\xe1\xb6\x2d\x20\x28\x6b\x0c\x11\x4f\xf7\x65\x62\x65\x17\x09\xbb\x09\xba\xc4\xbf\x37\x55\x14\xf4\xe1\x9b\x46\x15\x05\x45\x56\xad\x9b\x28\xba\x2f\x2f\x31\x1b\xc2\x0e\x80\xa0\x58\xd6\xb9\xed\x00\xb8\x09\x25\xe9\xac\xee\x6b\x95\x23\xaf\xa7\x3e\x26\x94\xee\xcb\xeb\xc9\x96\x21\x81\x82\xe9\x80\xc4\x5b\x74\x4e\xb0\xcf\xac\x4b\xdd\x44\x51\x70\xd8\x7a\x7c\x13\x45\xc1\x7e\x64\xc5\xfc\x26\x8a\x82\xdd\x79\xb8\xb7\xb5\xe3\xdb\x12\xb0\xcc\x55\x37\xb9\x13\xf4\x71\xfc\x43\x1c\xf8\x4d\x0d\xdd\x56\x88\xc5\xe0\xdc\xe4\x50\xd0\xc7\xe1\xf9\xaa\x7c\x7b\x09\xcd\x22\xe4\x50\x30\xcb\xf0\x4b\xe3\xf5\x31\x38\xb5\x20\x09\x13\x4c\x0b\xeb\x37\x09\x73\x4b\x01\x99\x18\xa5\x9b\x86\xb9\xad\x06\x2f\xcb\xcf\x6a\x70\xd0\x96\x71\x42\xd6\x04\x95\x0b\xf3\x26\x6b\xee\x47\x0d\x8c\x7e\x91\x34\x41\x21\xb3\x6f\x6b\xc6\xf7\x63\x74\xae\x7f\x33\x3a\x73\xd0\x97\xa0\xc3\x9b\xd4\xb9\xed\xd2\x8c\x3a\x7c\x28\x9d\x60\x49\x87\x87\xd0\x09\xba\xe0\xa0\x87\xd0\x09\x9a\xf8\xf1\x87\xd0\x79\xe4\xb1\xcf\x97\xef\x21\x74\x82\xe2\x68\x88\x87\xce\x79\x28\x18\xe1\x53\x0f\x05\x13\xf4\x92\x11\xf6\x50\x30\xc1\x7b\xdb\xcc\xb5\xaf\x6b\x39\x4d\x79\xba\xf4\x73\xe9\x1d\x9b\x64\xc2\x43\xe7\x3c\x44\x4d\x5b\x75\x7a\x5c\x4b\x74\x50\xcc\xf1\x87\xa8\x79\x04\xbf\x48\xe0\xf5\x50\x35\x41\x97\x33\xf4\xa1\x6a\x82\xf7\xb6\x54\xc1\xc6\xcd\x60\xdb\x15\x8d\xd0\x09\xb6\x95\x41\xf8\xa1\x74\x82\x66\x31\xf1\xa1\x74\x82\xf7\xb6\x54\x9e\xd4\x09\x36\xc3\xef\xa1\x74\x82\x15\x4e\xff\x50\x3a\x8f\x95\x6b\x89\xc4\x1e\xba\xe6\x11\xfd\xb2\x2b\xae\xca\x67\xcb\x67\x71\x06\xd1\x63\x99\x3a\xd8\x9a\x5a\xd9\xf2\x19\x34\xc9\xf3\x1e\x7b\x2a\x1e\x5a\x47\x38\xd6\x43\xeb\x04\xc5\x8e\xba\x87\xd6\x09\xaa\x1c\x67\x0f\xad\x13\xac\xc8\xe1\x87\xd6\x79\xca\x8a\xe8\x49\x3d\x2d\x5c\x07\x5d\xf8\xe1\x63\xe1\x3a\xe8\x22\x1e\x1f\x8a\xe8\x21\x7f\x9c\x4b\xf4\x90\x3f\xc1\xb0\x13\xfc\x21\x7f\x82\xf7\x36\x3f\x55\x4f\x07\x49\xe7\x8b\xf8\xd8\xbb\xf1\x90\x44\x4e\xd5\x79\x48\xa2\xa0\x96\xc8\x9f\x87\x24\x7a\x48\x22\x69\xcf\x1e\x92\x28\x38\xac\x74\x3c\x24\x51\xf0\xde\x96\x26\xb2\x0e\x1e\xcc\xb9\x2e\x69\x22\xfa\xc7\x71\x22\x0f\x01\x14\x6c\x4c\xa8\x47\x60\x4c\x50\xa5\x58\x7f\x48\xa2\xe0\xfd\xa5\x87\xea\x51\x5b\x4b\x0d\x53\x32\xe9\xa1\x89\x9c\x6f\xf1\xd0\x44\xc1\xb0\x0e\xfe\xd0\x44\x4f\x64\x4c\x71\xfe\xc4\x43\xa8\x04\x87\x5d\x76\x8f\xb5\xf7\x47\x38\x0b\xc5\xff\x58\x7c\x0f\x76\x6b\x05\x8f\x70\x96\x87\xc4\xa1\xb5\x1f\x12\x27\x98\xd6\xc6\x1e\x12\xe7\x11\xbc\xd2\xd7\x13\x74\xd6\x8b\xc9\x2f\xf0\x08\x5e\x79\x2c\xc8\x53\x7f\x8f\x05\xf9\x47\xf4\x4a\x0c\x93\xc7\x82\x7c\xb0\x15\x29\xd3\x1e\xe1\x2b\xc1\x36\xb3\x02\xf2\xd8\x6b\x12\x6c\x42\x73\x1f\xb2\xea\x11\xe4\x42\x98\x3e\x74\x55\x50\xec\x22\x79\xe8\xaa\xa0\x1f\xa6\x14\xb2\x2a\xe8\x47\x3e\xf5\x0f\x59\x15\x74\xe7\xae\x3f\x64\x55\x70\xb0\xb0\x1f\x91\x30\x8f\xf5\x7e\x52\xf2\xb1\xde\x1f\xb4\xcd\x60\xa3\xaa\x1e\x7a\x89\xac\x7a\xe8\xa5\xa0\xcb\x03\xf3\xd0\x4b\x41\x15\x6a\xf3\xd0\x4b\xc1\xfb\xcb\x94\x96\x60\x0a\xaa\x1c\x03\x8f\xb8\x97\xe0\xbd\xcd\x35\xf5\xcc\xa6\x11\x89\x41\x1e\x81\x2f\x0f\xbf\x83\xd0\x89\x87\xdf\xe1\xb1\xd5\xd6\x54\xc1\xef\xf0\x48\xb4\x69\x42\x21\xc8\x1e\xb1\x30\xa2\x3a\x1e\x8a\xec\xb1\xfb\xd6\x0b\x4f\x91\x05\x45\x98\xd7\x33\x56\xdd\x75\x7b\xff\x87\x74\x66\x0f\xb7\x44\xd0\x98\x4f\x8f\xb0\x98\xa0\x15\x0d\x48\xe9\x05\xef\x1f\xbb\xa6\xb9\x92\x1c\x5f\x92\xa2\x87\xd4\x7b\x76\xf3\xaf\x81\x4d\xc4\x05\x7d\x44\x59\x3f\x34\xdc\xb3\xaf\xa6\x49\x3b\x10\x71\xcf\x0a\xb2\x49\x17\x11\x71\xc1\x56\x84\x09\x3c\x54\x5c\xb0\x4e\x69\x79\xa8\xb8\x60\x93\xbc\xf7\xa1\xe2\x9e\x5d\x3b\xc4\x98\x78\x08\xb4\xa0\xda\xd6\xfb\x10\x68\x41\x5b\x1f\x15\x7e\x95\xa0\x4b\x83\xf4\xf0\xab\x3c\x64\x9c\xb0\x8f\x87\x8c\x0b\x8a\xa5\xf2\x87\x8c\x0b\x56\xd6\xdf\x87\x8a\x7b\xb8\x5a\x44\x26\x3c\x64\x5c\xd0\x25\x50\x7a\xc8\xb8\x60\x13\x33\xff\x08\xe2\x09\xfa\x58\x25\xd3\x1a\x11\x76\xc7\xa1\x4a\x1a\xe3\x45\x19\xbb\xc2\x6a\x8c\x44\xfa\x0c\xd3\xaa\x48\x9f\x67\xae\xc6\x48\x03\x11\x76\x41\xb3\xa8\xfc\x10\x76\xc1\x14\x4c\xfa\x10\x76\x41\x65\x99\x3e\x74\xdd\x23\xaa\x47\x8c\xc1\x43\xc5\x05\x5d\xb6\xea\x87\x8a\x7b\x78\x8f\xc4\x1d\x3c\x64\xdc\x43\xc6\x35\xff\xa6\xe6\x2f\x8a\x83\xcc\x1f\x2a\x2e\xe8\x23\x0b\x14\x0f\x15\xf7\x90\x6c\x1c\x02\x0f\xc9\x16\x74\x6b\xb7\x0f\xc9\xf6\x90\x6c\x3c\xbc\x0f\xc9\x16\xec\xf6\x29\x3f\x24\xdb\xc3\xc7\xc4\x37\xfc\xd0\x6c\xcf\xf2\x31\xe5\xa1\x34\x5b\xd0\xc4\x86\x3d\x22\x82\x9e\xaf\x99\xdc\x48\xa3\xc6\x82\x2e\x83\xd5\x23\xfc\x27\xd8\x8f\xe6\xcf\xd4\xe0\x45\xb3\xbb\xf6\x21\xd9\x1e\xfa\x8c\xeb\xf6\xa1\xcf\x82\x3e\xcc\x22\xf4\x59\x50\xed\x32\x7f\x64\xc5\x79\x68\xb1\x35\xdf\xd3\x62\x0f\x2d\xc6\xb8\xa0\xc5\x1e\xee\xad\xf5\xc9\x22\xc6\x82\x95\xb5\xf8\x21\xc6\x82\xf7\x36\x3f\x55\x83\x17\xfb\x34\xfa\xa8\xb1\x87\x2f\x8b\xcb\xf4\xe1\xcb\x0a\xba\xd0\xa4\x87\x2f\x2b\x58\x91\xe3\x0f\xcd\xf6\x9c\xa6\x0e\xa3\xc8\x5e\x8c\xa0\xda\x18\xf3\x88\xce\x09\xba\x03\x7f\x1e\x4e\xb0\x60\x1d\x6c\xfc\x70\x82\x05\xcd\x16\x85\xc7\x56\x8c\xe7\x5c\x15\x70\x9b\x0a\xe4\x58\xea\x65\x76\x13\x80\x4f\xb6\x67\x94\x35\x0f\xf1\x95\x05\x65\xcd\xbd\x5c\x65\x41\xe5\x41\x7a\xce\x55\x81\x75\x64\x80\x87\xea\x83\x9c\x19\xb0\xfb\x33\x9b\x38\x82\x21\xb4\xf2\xa1\x26\x83\x41\x5e\x3c\xd4\x64\xd0\xeb\xba\xa4\x31\x48\xc7\xf5\xb2\x93\x8e\x41\xdf\xcd\xad\xa4\x63\xd0\xd6\x07\xd7\xe6\xf1\xa0\xee\xdd\x9f\xa9\xf9\x95\xbc\x1f\xd5\x5d\x6a\xce\xeb\xb6\x5e\x29\x5e\xb7\xa0\x4b\x3d\xf1\xf0\xba\x3d\x76\x7f\xac\xd1\x47\x60\x06\x6d\x4d\xa3\x04\x66\xd0\xad\x95\x3c\x04\xe6\x23\x14\x69\x0d\x04\x72\x32\xe8\x52\xd1\x3c\xbc\x6e\xcf\x3d\xdc\x96\x7a\xf2\xb1\x05\x8d\xcb\xfa\x21\x3a\x1f\x12\x52\x9a\xb5\x87\x84\x0c\xfa\xbe\x8a\xe6\xfd\x79\xb1\x96\xbe\x1e\x0a\xf2\x11\x77\x34\xbc\xb3\x24\x64\xd0\x65\xeb\x7c\xf8\xd8\x82\x2e\x99\xce\xc3\xc7\xf6\x24\xec\xa8\x0c\x76\x2c\x8f\x5a\xf0\x9a\x50\xb9\xa4\xa2\x76\x71\x48\xd0\xf6\x50\x9a\x41\x99\x54\x19\xa1\xf9\xd8\xb2\x21\x8d\xeb\x43\x56\x06\x5d\xf6\xc8\xc7\x96\x8d\x47\x28\xd2\x28\xff\xb0\x0e\xfe\x50\x9d\x41\xb5\xd3\xed\x11\xa9\xf4\x70\xc3\x09\x4b\x7a\xb8\xe1\x82\xb5\xdb\xf3\xa1\x4d\x83\x2e\xe7\xcf\xf3\xac\x4a\x3b\x25\xe8\xf8\x9f\xff\x7b\x8d\xff\xff\xfc\xef\x82\x0d\x5d\xe3\x13\x6d\x0a\x35\x8b\x18\xaf\x95\xec\x52\xc9\xbe\xc5\x4f\x2e\x55\x97\x6a\xfe\xde\x0f\x9b\x4b\x46\x40\xcb\xa5\xee\x92\x51\x3d\x73\x69\x77\x49\x6f\x17\xa5\xf8\xba\x96\xde\x7e\x5b\x79\x7c\xa2\x43\xc7\x47\xcc\x53\xf2\xb3\x8d\x4f\xbc\x6b\xd0\xb3\xb9\x6a\x7c\x12\xf3\x04\xad\xad\x07\x3c\x2e\xe5\x4d\xdd\xf6\xf7\xd2\xa6\x96\x39\x3d\xad\x8c\x9a\xa2\x6d\xea\xf4\xa2\x64\x91\x64\x7c\x36\x75\xe2\x70\x4b\x66\xb7\xf1\xd9\x54\x2a\xe9\x5a\x73\x22\xef\xf8\x6c\x2a\xb5\x1c\x6e\x2e\x0d\x97\x56\x52\xca\x5c\x52\x4f\x7b\x30\x92\x4e\x69\x7c\xa2\x39\xa1\xef\x5b\x9a\x76\x53\x75\x32\x34\xc9\xde\xc6\x67\x53\xf7\x04\x50\xe5\x3c\xc2\xf1\x89\x0c\x05\x06\xe2\xf8\x6c\x5a\x63\xcb\x59\x57\xef\x7b\x39\x3e\x9b\xd6\xd8\xbc\xd1\x2d\x1d\x55\xd4\x3d\xdb\xfd\x73\xe8\xc0\xf8\x14\x3d\x5c\xf2\x46\x97\x14\xa3\x68\x0d\x62\x35\x99\xe3\xc6\xa7\xa8\x67\xc4\x6a\xd6\x9f\xc7\xa7\xa8\x67\xa2\xac\x92\x4d\x69\x7c\x8a\x7a\x96\x38\x8a\x8f\x94\x3f\x62\x15\x5a\xdc\xc9\xe3\x53\xd4\xbc\xa8\xb9\xbb\xd4\x3c\xee\xbb\xa9\xe2\x45\xc5\x4b\x2a\x6e\x9c\x15\x15\xa7\x4b\xb3\x22\x3d\x3e\x45\x0f\x47\x97\x6e\x1a\xa3\xaa\x65\x5d\xe5\xcf\x33\xab\xf2\xbf\xe8\xc9\x10\x35\x3e\x55\xf9\xb9\xcd\x72\x50\xd6\xf8\x54\x0f\x7d\xd1\xc6\xc8\x03\xaa\x87\x46\x22\x26\x91\xe7\xf8\x54\xad\x5d\x95\xa3\x7b\x80\x72\xd4\x8c\xb4\x92\x72\x34\xe5\x68\xe6\x95\x91\x2a\x34\xcd\xdd\xf2\x51\xd8\xf3\xcc\xa6\xb9\x93\xfe\x74\x2f\xf9\xb3\x66\xf0\xbd\xa8\xcd\x78\x6f\xc6\x5e\x53\xda\x91\xf7\xa2\x29\xed\x8b\xd2\x15\xa3\x29\x6d\xf3\xaa\x0c\xd7\x14\xb7\xf9\x2c\xfb\xa5\xc1\x41\x21\xae\x5a\x75\xc5\xed\x39\x24\xf2\x93\xa2\x75\xa5\xa5\x10\x93\x72\x6e\x7c\xba\xe2\x46\x21\xc6\xc5\x3c\x3e\x5d\x71\xc9\xc1\x98\xa2\xe3\xd3\x35\x78\x97\x1e\x3f\xe5\xe8\x1a\xdc\x9e\x87\xb1\xa7\x13\xba\xb1\xf0\x62\xfc\xb9\x64\x2c\x24\xab\xc0\x9f\x67\xaa\x28\xf1\x97\x7d\xe8\xe3\xd3\xd5\xea\xc5\xc8\x72\xf6\xf8\x74\xb5\x1a\xab\xb8\xa9\xd5\x50\xdc\x17\x25\x79\xd7\xc6\x67\x28\xee\x8b\x91\xa4\x76\xe3\x33\xb4\xee\x48\x6e\xd9\x9a\x67\x0e\x15\x18\x3e\x58\xe6\xbe\x61\x7c\x27\x7f\xd2\xaa\xe7\x30\xbe\x23\xf4\x8e\xe6\x97\xea\x14\x9d\x17\xd3\x6b\x7c\x86\x3a\x0d\x93\x9a\x82\xa9\x53\x74\x5e\xd7\x2b\x43\xe7\xe5\x88\xe8\x61\x2c\x0f\xb5\xcc\x96\x87\xdd\x9c\x3c\x56\x2d\x8d\xbe\xa9\xfc\x46\x5f\xb6\x3c\x24\xf4\x62\x7c\x76\xdd\x99\x14\x02\x9b\x49\x79\xd7\x9d\x74\x5c\xbc\x13\xe3\xb3\x6b\x8c\xe4\x30\xad\x5e\xd9\x5d\x63\xf0\xcf\x65\x6d\x7f\x7c\x76\x7d\x17\x6d\xd7\xbd\xff\xbb\xc6\xe0\x9f\x1b\xea\xb9\x6b\x8d\x3d\xaf\x76\x71\x9b\xaa\xef\xaa\x9e\x0e\xd8\x55\x7d\xf7\x6a\x2b\x86\xaa\xef\xd9\xa2\xa4\x65\x77\x55\xdf\x33\xc3\x57\x7f\xaf\xea\x76\x59\x8c\x23\x8d\xb6\xab\x7a\x76\x59\x94\x91\x5f\x4e\x55\x9f\xea\xa9\xd5\xa6\x7a\xce\x7c\xa3\x6a\x5a\x68\xaa\x67\x72\x98\x6e\x26\xe5\xa9\xd3\xa7\x21\x7a\xb8\x4d\x77\xbe\xa8\xb3\xff\x3d\x89\xd9\xf8\x4c\x55\xb6\x09\x63\x68\xd4\xa9\x82\x91\x66\xfb\x7a\x98\x0a\xe6\xd0\xe8\x43\x0f\x4d\x15\x4c\x46\xaa\x12\xd3\x72\x7c\x0e\x23\xf8\xc8\xfc\xe0\x43\x74\xa8\x8c\x1d\x17\xbb\xf9\xfe\x50\x9b\x17\x65\x0d\xe1\x43\x6d\xec\xb8\x88\x1d\x36\x3e\x87\x8e\x8c\x87\x6d\x5f\xb7\xe9\xc8\xe4\xb7\x2a\xbb\xef\xda\xa1\x0a\xd9\x5f\xb1\x9b\x81\x0e\xbd\x76\xa4\xd7\x6a\x46\xc5\xa1\x52\x02\xfb\x76\x1f\x94\x43\xad\x0e\xdd\x96\x21\x70\xac\x5a\xdd\x6e\xf3\x50\xdd\x76\x64\xc4\x7a\x6f\xbe\xba\xed\x9b\x73\x76\x47\x8a\xf1\x35\x62\x93\xc4\xd4\xc1\x5e\xe3\xf3\x55\xf9\x6f\x72\x7b\x68\xa2\xaf\xba\x7f\x55\xd4\xf4\xfe\x55\xd1\x6f\x8e\x6f\x35\x39\x7e\x55\x94\x84\x5b\x1f\xd3\xaf\x11\x9b\x03\x29\x92\x00\x67\x7c\xbe\x3a\x9c\x8f\x6d\x59\x0d\x5f\x95\x4f\x1a\xd3\x84\xcd\x8f\xcf\x57\xe5\x5f\xb4\x8f\x6f\xd6\x57\xdd\xbf\xea\x9e\x29\xe3\xab\xee\xdf\x55\x77\xb7\xa9\xfb\x8b\x32\xb5\xda\x4f\xdd\xed\xea\x58\x9f\xbb\x9f\xca\x67\x57\xc7\xae\x89\x7e\xc6\x42\x1c\x76\x1f\x5f\xb6\x9f\xe6\xf8\x19\x0b\x26\x92\x9f\xf6\xc8\xa9\x6c\xbb\x39\xfa\x67\x2c\xbc\x38\x36\xd6\xc0\x4f\x0b\xbd\x98\x95\x09\xf5\xd3\x42\x3f\x2d\xe4\x33\xf6\xd3\x42\xbf\x24\x21\xd6\xde\x3f\x2d\xf4\xd3\x42\xac\x86\x9f\x16\xfa\x65\x78\xac\x07\x68\xa1\x6c\xfe\x68\xeb\x92\x16\x12\xee\xb8\x97\x8c\xdc\x53\xd1\x5e\xd4\xcd\x37\xe0\x54\xb4\x33\xa3\xb4\xb9\xa4\x68\xa7\x51\xaa\x71\x4f\xa3\x34\x7e\xbd\xe2\x73\x7d\x2a\xc6\x29\xb7\x84\x5f\x2a\x06\x57\xdf\x7a\x83\x2e\x6d\x7b\x25\x62\xae\xbb\xa4\x6d\x2f\x45\xd3\xde\x97\xa2\xbd\xa8\xa3\xe5\x99\x97\xa2\x5d\x9a\xc8\x13\x2e\x4d\x94\xc3\xdb\xf6\x75\x9b\x26\xba\x14\x57\x1f\x5c\x8a\x9b\xd3\xdb\x76\xe6\xcb\xa5\xb8\x17\x2f\x03\x03\xf2\x5a\xe5\x4d\x2c\x19\xb3\xe1\xd2\x6c\x14\x1b\x8b\xec\x32\xb0\x78\x09\x77\x63\xe1\x32\xb0\xae\x2c\xd2\xfb\xf8\xdf\x06\xd6\x0b\xdb\x8b\xc7\xe7\x56\xf7\x3b\xdb\x9d\xbc\xee\xb7\xba\xdf\x5e\xa0\x96\x51\x7a\xab\x68\x14\x5b\x33\xe5\xdf\xfa\xe0\x8e\x3b\xd7\xf4\x7e\xab\xba\x04\x60\xbe\xcc\xb7\xaa\x2f\x0d\x97\x9a\xdf\x6a\x2e\x28\x72\x67\x6b\xdd\xaa\x1e\x37\xe0\xc7\x0b\x7a\xab\xf9\x6d\x92\x54\x0a\x35\x77\x50\x86\x17\xef\x56\xf3\x84\x49\x36\x03\xfe\x56\xf1\xec\x26\x99\xda\xe2\x51\xf1\xa8\xba\xee\x2b\xff\xa8\xf8\x8b\x59\x75\xf0\xa3\xe2\x2f\x8e\x4d\xf3\x3f\x5e\xa8\x84\x49\x1e\xec\xb1\xc7\xfb\x14\x1f\x63\x92\x41\x8e\xcf\x63\x64\xf0\x31\x66\x45\x71\x7c\x1e\x2d\xf6\x24\x0b\x88\x79\xe3\xd1\x62\xd9\xac\x5f\x76\x5f\xe6\x47\xfb\x3c\x49\x89\xa1\x4b\x1e\xed\x93\xdd\xfa\x59\x03\x1f\x9f\x47\xf3\x24\x53\xd9\x66\xb0\x3c\x9a\x47\xe8\x64\x24\xff\xd8\x88\xb6\xa0\xef\xb1\x19\x36\xa2\x6d\xb3\x07\x25\x5f\x9f\x8d\x68\xdb\xec\x37\xc9\x4a\xd2\xd8\x12\x00\x09\x83\x4d\xb5\xd1\x63\x1b\xf7\xe1\x9e\x17\x6a\x8b\xfb\x10\x5a\xdd\xfc\xdb\xe1\x52\x36\x22\x1f\x7e\xf9\x75\xc9\x97\x20\x9d\xbe\x91\x68\xc1\x48\x46\xa4\xb1\x91\x68\x41\x37\x0c\x36\x12\x2d\x68\x39\x40\x7b\x6c\x24\xda\xc6\xdf\xb7\xc7\x3a\xdd\x08\xad\xa0\x1b\xa0\x1b\xa1\xb5\xd9\xc6\x9e\xa4\x97\x63\x23\xa1\x82\x56\x8e\xed\xef\x1f\xeb\x8d\xc0\x0a\x76\x13\xef\x46\x60\x05\xc7\xb6\x9e\xa5\x2e\x5c\x7f\xbb\xca\x6c\x4a\x1e\x85\x65\xb4\x6e\x04\x56\xd0\xbd\xcd\x1b\x81\xb5\x15\x9f\xb0\x99\x07\x64\xe3\x3b\xf4\xbd\xbb\xd4\x5c\x6a\xd9\xfb\xe4\x92\x2a\xdb\xda\xb2\xcf\xf4\x2d\xd1\xb5\x11\x5d\x19\xe8\x1b\xd1\x15\x94\x9c\x19\x36\x36\xa2\x6b\x13\x0d\x99\x0d\xbb\x63\xa3\xa7\x36\x7a\x2a\xe3\x75\xa3\xa7\x36\xbb\x51\x12\xc4\x37\xb6\xaa\x1c\x35\xf1\xdd\x79\x47\x36\xda\x69\xb3\xa1\x7d\x3f\xf2\xd3\xea\xa1\xd9\xd0\x9e\x1d\x5d\x63\xab\x1e\x9a\x43\x21\xca\x7e\xb8\xa6\xbf\x5f\x1c\x9b\x26\x22\x94\x82\x56\x35\x11\xa1\xb4\x71\x92\x25\x78\x67\x6c\xcd\xbf\x25\x01\x6b\xa2\x84\xc7\xd6\x0c\x3b\x9b\x56\x7c\x37\xb7\xa6\xbf\xb3\x69\x65\x5f\xb7\xa9\x68\x4b\xd6\x2d\x45\xa3\x8a\x36\xd1\x82\xeb\x87\x3a\x94\x2b\x2d\x49\x3d\xc7\x46\x15\x05\xb5\xee\x7e\xa9\xb4\x39\xb3\xa1\xe4\xd0\x93\xb1\x51\x45\x41\x65\x59\x6c\x44\xd1\x46\x01\x25\xc2\x7b\x6c\x14\xd0\xb6\x02\x0d\xdd\xa6\xf7\x6c\x81\xc9\x8e\x8c\xb1\x75\x15\x7d\xb1\xaf\x41\x4c\x14\x05\xef\x6d\x69\x36\xaa\x28\xd8\xf7\x08\xc7\x8d\x2a\xda\xa8\xa2\x69\xe8\x52\x45\xdb\x52\x45\x7e\xa9\x56\xc9\xac\x56\x66\x51\x85\x55\xad\x27\xdd\x97\x7f\x1b\x3a\x81\x78\x4a\x98\xea\xd8\x88\xa7\xa0\x30\xe7\x37\xe2\x29\xd8\x0f\x23\x8b\x78\x0a\x8e\xa6\x93\x89\xa7\x8d\x78\x9a\xf9\xcc\x6f\xc4\x53\x20\xb9\xc6\xd8\x88\xa7\xa0\xe4\x04\xd5\xb1\x11\x4f\xc1\xfb\xcb\x34\x11\xf5\x14\x1c\x5b\x2c\xcf\x8d\x7a\xda\xa4\x56\x8b\x84\xd8\xa8\xa7\xcd\xee\xf0\x59\xdc\xa6\xee\x2f\x66\xd1\xb8\xa4\xd2\xc6\x4b\x96\x23\xc8\xc6\x46\x2b\x05\x75\x3f\x5c\xd2\xc9\xb4\x52\x92\xad\x8e\x8d\x56\x0a\x8e\x4d\x8f\xd2\x4a\xc1\x7b\x5b\xaa\xb0\xab\xfc\x9e\xa9\x2a\xb6\xc5\x46\x3e\x05\xb3\xa9\x14\xf9\xb4\x39\x23\x7a\xf7\xff\x9a\x63\xea\x82\x7c\x19\xb6\xa9\x0b\x66\x0e\xf6\xf7\xda\x92\x32\x9b\xc0\xbf\x1c\x03\x37\x36\x92\x23\xd8\x59\x20\xdb\xd4\x44\x51\x21\x9b\x91\x4b\x84\x6c\x53\x13\xe5\x43\xb6\x91\x1c\x41\xb3\x26\xb4\x4d\x4d\xc4\x67\x34\x4d\xd3\x87\x26\x7a\x31\x8b\x21\x79\x68\xa2\xf8\x8c\xaa\x89\x8d\x56\x09\x8e\xcd\xc4\x46\xab\x6c\xb4\xca\x54\x03\x5a\x25\xe8\xbb\x37\x88\x56\xd9\x88\x10\x12\x76\x23\x42\x82\xfd\xcf\x2f\x55\x8a\xe2\x60\x1c\x6d\x14\x47\x30\x12\x7c\x39\x36\x8a\x63\xfb\x7a\x68\x54\xe1\x46\x24\x04\xfb\xa1\x43\xbf\x1e\x6a\x2b\x51\x62\xbf\xc7\x46\x24\x04\x3d\xe9\x98\xc6\x46\x23\x04\xdb\x9c\xee\x32\x4c\xbf\x59\xb7\x50\xf7\xaf\xd2\x92\x0d\x49\x45\x33\x36\xb2\x21\x98\xd9\x67\x33\x36\xb2\x21\xe8\xeb\x1b\x4e\x36\x04\xef\x2f\x15\x6d\xd5\xc0\xcc\xe9\x36\xdd\xf2\x33\x3c\x22\x92\x37\x82\x20\x98\xc3\x50\x20\x08\xb6\x5f\x77\x5b\x5a\x92\xa9\x1f\xcc\xf5\x22\x33\xf5\x83\xbe\x6b\x48\x96\xfe\xf6\x5b\xe5\x48\x45\x7f\xca\x91\x9d\xd9\x87\xcf\xf3\x4f\x39\x4e\xe5\x88\x65\xb8\x9d\xca\x11\x3f\x4f\x37\xb1\x9d\xca\x71\x6a\xdc\xe9\x9a\x87\xe6\x1c\xbb\x4d\xc7\x9f\x1e\x7a\x26\xa4\x77\xff\x97\x2f\xf6\xa9\xed\x5f\xcc\xf5\xdd\x25\x04\x82\xc3\x6b\x4e\x07\x04\x63\xf8\x76\xd2\x01\xc1\x91\x9d\x0a\x63\x3b\xb5\x3c\x69\x90\xa4\xae\x63\x23\x0d\x36\x7e\x1b\x33\x1c\x69\x10\x94\xe6\xc3\x70\xa9\x9d\xbd\x51\x33\x2b\x05\xdb\x65\x84\x5d\x19\xd6\x8c\x2c\x02\x62\xbb\x34\xa9\x8f\x22\xcb\x3d\x38\xd6\xa0\x63\xb8\x07\x47\x33\xc3\x31\xdc\x37\xbb\x99\x8e\x68\xfc\xed\xf6\xd0\x3b\x87\x61\x47\x50\x6d\xb7\x67\xb2\xdc\x93\xe8\x75\x6c\x2c\xf7\xa0\x1c\x66\x5a\x96\xfb\x26\xc0\xef\xf0\x9a\x33\xdd\x83\x63\x33\x76\x98\xee\x1b\xb7\xc7\xe1\xab\xc8\x44\x0e\xf6\x9c\x9b\x3e\x36\x26\xf2\xc6\x15\x72\xf8\xf2\x30\x88\x83\xbe\x7b\xe3\xd8\xc3\xc1\xdc\x4c\xab\xec\xe1\x60\x32\x91\xb7\x47\x31\x1e\x39\x26\xd3\xde\xcf\x2a\xc6\xe1\xff\xfd\x99\x2e\x7e\x7c\x04\xd2\x90\x4c\xe4\x60\x13\x01\x37\x36\x36\x72\x30\x57\x27\x3f\x3a\x59\xb4\xde\x61\xf4\x3f\xfa\xe0\xc5\xb4\x3c\xb9\x3d\xfa\xe0\xc9\x56\xab\xbc\xe5\x85\x71\x1d\xcc\x6c\x6c\x1d\x85\x71\x5d\x58\xd2\xc7\xba\x36\x5c\x8b\x25\x9d\xf7\xa1\xb0\xa4\x83\x23\xf1\xb7\xa3\x30\xa4\x83\x8d\x6d\x5d\x18\xd2\x85\xff\x23\x39\x6c\x47\x61\x49\x07\x75\x56\xb7\xfd\x5c\x7a\xc7\x72\xce\x6b\x1e\x25\x71\x78\xd0\xb2\x43\x65\x14\xe6\x76\x50\x5b\x66\x87\xc2\xdc\x0e\x6a\x76\xb5\x8e\xc2\xdc\x2e\x4e\xa6\xcb\x50\x2e\xcc\xed\x22\x58\x2f\x3d\x57\x36\xb5\x4c\xa2\x2a\x7d\x5e\xf8\x48\x82\x52\x8a\x4b\xd5\xa5\xaa\xf8\xa9\x25\x1f\x49\x70\xe4\x2c\xef\x51\x98\xee\x85\xe9\x9e\x61\x50\x98\xee\x81\x14\x49\xa3\xf0\x91\x04\x23\xbb\x37\x46\xd9\xb4\xd8\x96\x2c\x6f\x4d\x59\xb5\xd8\xb6\x5a\x4c\x61\xb5\x58\x52\x57\x25\x0d\xed\x28\x8c\xfa\x60\x24\x7b\xd2\x28\x8c\xfa\xc2\x82\x4f\x3a\xdf\x51\x58\xf0\xc1\xc8\x39\xd5\xa3\xb0\xe0\x83\xf7\x36\xd7\xb4\xc6\x8b\x91\x03\xe7\x46\xe1\x23\x09\x46\x8d\x04\x2a\x8c\xfa\x52\x56\x6b\xb8\xa6\x35\x5e\x8c\xf6\x49\xd5\x59\xf5\xc1\xb0\xe0\x5a\x18\xf5\x45\x36\xab\x64\x94\x1c\x85\x55\x1f\x1c\x3e\xae\x85\x55\x5f\xca\xaa\xbb\x9f\xaa\x7b\xce\x8c\x4e\x4e\xe7\x51\x18\xfa\xc5\x86\x75\x4b\xd2\x85\xa5\x1f\x8c\x6c\x70\x19\xa5\x18\x2e\xc5\x5b\x91\x37\xa5\x14\xe3\xe5\xc5\xf2\x31\x14\xfe\x95\xe0\xbd\x2d\xcd\xc6\xc1\x12\x4c\xe6\x69\xa9\x9a\xa8\x9a\x38\x32\x99\x94\xaa\x8d\x6a\xbe\x4d\xc5\x25\x6d\x14\xc5\xc1\x1b\x54\x08\x8e\xc0\x51\xde\xa3\x10\x1c\x85\xe0\x48\x06\xca\x51\x08\x8e\x40\xe6\xd2\x51\x08\x8e\x62\x97\x3c\xe7\x5b\xe1\x9a\x09\xc6\x58\xc5\x50\xa9\x17\x63\xac\x0a\xa8\x54\x62\xfc\xe2\x35\x1d\x85\x06\x09\x6a\xc2\x64\x46\xe1\xab\x09\xb6\x8f\x9e\xe2\xab\x09\x36\x31\x2b\xa3\x70\xd6\x04\x83\x53\xaa\x70\xd6\x14\xbb\xf0\x93\xa2\x75\x94\xa6\x02\x39\x97\x8e\x29\x50\x68\x9c\xd2\x62\x44\x18\xdf\xf4\x4c\xe1\xe6\x49\x1a\xe4\x51\x08\x9a\xa0\x36\xe3\x8a\xa0\x09\x7a\x12\x67\x8d\x42\xd0\x94\xb6\x4e\x55\xca\x25\x35\x6f\x4c\x3b\xa5\x50\x73\x7a\x26\xd9\x69\x47\xa1\x67\x8a\x33\xe8\x62\xb4\x15\x7a\x26\x38\x32\x3b\x16\x3e\x9e\x60\xab\xff\x70\x94\xc7\x28\x5d\x23\xe4\xe0\xec\xa2\x76\x24\x51\xa1\x7f\x92\x4a\x79\x14\xfa\x27\xa8\xfc\xa0\x85\xfe\x29\x76\x55\x1d\x66\x24\x62\x27\x28\x39\x1f\x62\x94\xae\x11\x86\xce\x50\x65\xf2\x24\x28\x7c\xc0\x85\x3c\x29\x22\xf6\x92\x62\x78\x94\xe1\x8d\x1b\xd9\x61\x93\x6f\x6b\x21\x4f\x82\xd6\xcd\x65\xe4\x49\x11\xc4\x77\x78\x28\x7d\x12\xd8\x70\x30\x0a\x79\x12\xf4\x64\x05\x1e\x85\x3c\x09\xaa\x15\x92\x32\x56\x69\x93\xe1\x36\x9f\xcc\xc2\xb9\x53\xc4\xf0\x79\x79\x09\x96\x60\xa3\x54\x0b\xc1\x52\x08\x16\xe3\x97\x5e\x09\x6a\x31\x09\xd2\x2b\x85\x5e\x61\x03\x15\x7a\x25\xd8\x3e\x6a\x49\xaf\x94\x7d\x35\x46\x7a\x85\x38\x09\x36\x06\x4f\x21\x4e\xca\xbe\x6a\x9e\x76\xdc\xd5\x3c\x27\xcf\x25\x75\xe9\x28\x7c\x3b\x45\x3c\xde\x7a\x2b\x79\x72\x82\x2d\xb9\x1a\x46\xe1\xc9\x09\xde\xdb\x94\x57\x45\xf7\x8c\xcd\x2c\xf6\x17\x9e\x9c\x22\x6e\x2f\xab\x3e\x85\x27\x27\x28\x1f\xf3\xf8\x54\x51\x01\x79\x14\x68\xe1\xc9\x09\x36\x2b\x6a\x85\x27\xa7\xf0\xe4\x1c\xca\xc1\x93\x13\x94\x6a\x6a\xa7\x9b\x82\xc3\x37\x9f\x6c\x2a\x87\x37\xc4\xe7\x8a\xd2\x09\xda\x96\xe5\xb9\x42\xe9\x04\xb5\x79\x69\x28\x9d\xa0\x0d\x7d\x47\xe8\x14\x01\x73\x87\x2f\x0c\xa5\x13\xd4\xec\x76\x19\x85\x53\x26\xd8\x3a\x9b\x82\x53\x26\xb0\x9f\x75\x94\xc3\x70\x3c\xf2\x39\xd4\x75\x87\x1a\x51\x4d\x87\x81\x46\x35\x05\xdb\xf0\xb5\x3a\x56\x9d\x7e\xd9\xbb\xe4\x92\x6e\xe2\x93\x39\xd6\x6d\x3a\xe0\x45\xaf\x5e\x1e\x3e\x99\xc0\xf6\xc3\x51\xf8\x64\x82\xb2\xac\x9d\xaf\xc6\x78\x51\x37\x9f\x56\x5e\x9a\x60\xab\xdc\x34\x85\x02\x0b\x24\xa9\x1e\x85\x02\x0b\xb6\x8f\x6f\x15\xc7\x4d\x89\x97\xa6\x7e\x7c\x11\x28\xb0\xc2\x4b\xa3\xcd\x28\xb0\x12\xb9\x55\x93\xf9\x6d\x14\x72\x2b\xf8\xef\x25\xf5\x7c\x51\xbb\x81\x4c\x6e\x95\xf8\x5a\xea\x47\xa5\xf8\x5a\x82\x2d\xf9\xfe\x46\x21\xad\x4a\x22\xed\xea\x7a\x17\x79\x51\x82\xad\x65\xc1\xa2\x90\x56\x25\x21\x74\xf5\x63\x02\xe3\x1f\x09\xd6\x1a\x46\xf9\xe9\x95\x9f\xe2\x6e\x1e\xaa\xb8\x71\x99\x54\x56\x16\x97\x49\xd0\x3e\x5e\x8b\xdf\x2a\xee\xfa\x50\xe7\x92\x97\x27\xa2\xac\x32\xa3\x0b\x55\x16\x94\x69\x16\x3a\x75\x5e\x84\x5a\x5d\x56\x22\xa1\x16\x6c\xab\xf7\x08\xb5\x60\xab\x1f\x53\xd3\xa9\xab\xce\x84\xba\x78\xf1\xb8\x69\x82\x2d\xdb\x3c\x46\xe1\xa6\x29\x24\xde\x7a\xa6\x71\x9b\xdc\xc8\x22\x39\x0a\x85\x17\x94\x79\xf8\xa1\x06\x3a\xcd\xa2\x69\x0c\x12\x2e\xe8\x55\x6b\xd3\x70\xc1\x5b\xb0\x8c\x0e\x22\x2e\xd8\x72\x94\xe2\x28\x44\x5c\x50\x0e\x56\xee\xa9\x81\xce\x18\x32\x06\xdf\xa9\x7d\x92\x7a\xb9\x7e\xa2\x29\xca\xa5\x81\x22\xff\x26\xbb\x8b\xfa\x0b\xde\xdb\xd2\x9d\xe4\x5f\x20\x45\xc7\x28\xe4\x5f\x50\x39\xdd\x0a\xf5\x17\x64\x57\xd5\x28\xc4\x5f\xf0\xfe\x57\x1a\x9b\xfb\x28\xa8\x1c\x9a\xe5\xd2\x64\x2f\x7a\x5d\x97\x34\xd9\x95\x85\x31\x73\x2d\x87\x52\xd0\x06\x5d\xc0\x9f\x14\xf4\xaa\x2d\xf8\x93\x82\xd6\xc6\xdf\x37\x6d\x8d\xc2\xdb\x14\x6c\x1f\x26\x2a\x6f\x53\xb9\x0c\x2f\xf3\x11\x85\x1a\x94\xa9\x7a\x14\x6a\xb9\x57\x53\xa5\xfb\x39\x92\x82\x15\x5c\x55\x88\xd6\x40\x46\xb3\x51\x88\xd6\xe0\xfd\x65\xba\xec\xd6\x58\x77\x36\xf4\x98\x50\xe9\xd8\xc0\xae\xba\x51\xe8\xd8\xa0\xe4\x5c\xd3\x51\xc8\xd8\xc2\x03\x65\xf2\x21\x63\x83\xd6\xcc\x03\x3c\x50\xe5\x36\x96\x48\x2d\xee\xa6\xa0\xb4\xac\x86\x15\xee\xa6\xa0\x36\x6f\x0c\x77\x53\xd0\xab\xf7\x9b\xbb\x29\x68\xdd\x8b\xcb\xdd\x14\xbc\xff\x9f\x5e\xe4\x6f\x0a\xb6\x69\x14\x12\xd3\xc1\x7b\x5b\xfe\x8d\x9a\x0e\x6a\x31\xed\x72\x38\x05\xb5\xf9\x78\xd1\xd7\xc1\xfb\xcb\x54\x8a\xc0\x0e\xfa\x1a\x98\x04\x76\x20\x4d\xc1\x28\x04\x76\x79\x56\xd5\xdd\xa6\xea\x2f\xfe\x74\x1d\x99\x1c\xb4\x61\x18\x52\xc9\x41\x5d\x5a\x85\x4a\x0e\xd6\x6a\x5e\xa5\x92\x83\xf7\xff\x8f\x5c\xdb\x5c\x13\xc8\xd0\x73\xa9\xb8\x94\xad\x25\xd5\xa5\xea\xd2\xc8\x2f\x33\xed\x56\xca\x39\x68\x7d\xdd\x36\x5d\x9a\xaf\x7a\x49\x9d\x2a\xe5\x1c\xb0\x23\x2b\xdd\x5c\x73\x32\xbb\x53\xdc\x46\xa5\x7f\x03\x1b\xcd\x47\xa5\x7f\xeb\xa6\xb0\x91\x20\x95\xda\x0d\xea\x88\x1a\xad\xd4\x6e\xdd\xb4\x76\x86\x63\x25\x5a\xab\x73\xd8\x33\x33\x54\xa2\xb5\x46\x8e\xd6\x8f\xe6\x20\x47\xab\x1c\x19\xd1\x55\x95\x1c\x0d\x56\xf8\x52\x25\x47\x83\xf7\x97\xae\x5d\xae\x25\x13\xc5\x47\x39\xd4\xe0\x45\xcd\x39\xef\xa3\x6e\xab\x06\xc9\x35\x1d\x91\x56\x89\xd6\x60\xad\x3c\x56\x9a\x35\xd8\xac\x38\x57\x9a\xb5\xca\xc0\x9c\x77\xa7\xd2\xac\x41\xcb\x36\xbd\x51\x49\xd6\xa0\x7c\x0e\xff\xd5\x5d\x4a\xf0\x5f\xf1\x43\x6d\xe1\x0c\x76\xde\xdb\x4a\x9f\x06\x84\x62\x15\xe9\x17\x6c\x35\xa7\x21\x8d\x4a\xb1\x06\x6b\xcd\xa0\x52\xac\xc1\x56\x0f\x97\x34\x4f\x31\x05\xad\x5a\xaa\xf8\x8b\x96\x4d\x8b\xa3\x52\xa2\xb5\x9a\x82\x22\x01\x2a\xd9\x19\x8c\x96\x15\x88\x4a\x76\xd6\xea\x1b\x1d\x75\x57\xab\xb2\xbd\xe8\x75\x73\x49\xd1\xb2\x69\x4c\xe4\x59\x15\x10\x58\xab\x6e\xca\xaa\x4a\xa5\x31\x83\x2a\x4e\xa0\xd2\x98\xc1\x1c\x3a\x93\xc6\xac\x4d\xd1\x62\xc1\x55\xf2\x31\xa8\x39\xe7\x6d\x54\xea\x31\xe8\x82\x30\x2a\xf5\x18\x6c\x8e\x30\x1f\xb5\xe9\x82\xc6\x68\x4c\x31\x9a\x2e\x68\x99\x1d\x9b\x3f\x33\x1c\x39\xcd\x3e\xde\x14\x5e\xb3\xa0\x99\x91\x2b\x91\x19\x6c\xb2\x03\x8e\x4a\x64\x06\x3d\xc9\x8d\x46\x25\x32\x83\x63\x95\x42\xcd\xa3\x31\x73\x1c\xd5\xa8\x34\x66\xe5\x33\xf3\x06\xb7\x55\x73\x59\xa3\x53\x56\xb1\x85\x41\xa9\x46\x23\xd5\x59\xbb\x5a\x66\xd9\xbe\xd2\x87\xc1\xc6\xf1\x5a\xb9\xcc\x6a\xf7\x5a\xe7\xc3\x53\x79\xb4\x82\xd2\xa6\x7f\xf3\xcc\x9e\x93\x21\x74\x00\x87\x56\xb0\xd5\xe4\xb1\x18\x75\x78\x68\x32\x20\xf3\xe0\x54\x3e\xae\x2a\x40\x30\xdf\xbf\x4a\x44\x06\x9b\xf0\xcb\x4a\x44\xd6\x61\xa6\x8a\x15\x56\x29\xc6\x60\x59\xd0\x95\x62\x0c\x26\x13\xbd\x12\x8c\x41\x4f\x46\xae\x51\x09\xc6\x60\xcb\x66\xde\xbf\x7e\xa5\x2b\x41\x19\x1c\x49\x3d\x3e\x2a\x41\x19\xbc\xff\xe2\x9f\x75\xd0\x8b\x9e\x13\x21\x46\xa5\x28\x83\xb2\xc6\x39\x45\x59\xf7\xd5\x32\x69\x67\xfa\x31\xe8\x35\x06\x4d\xdd\xb5\xcc\x8b\x63\x7a\xc5\x29\xca\x1a\xf9\x58\x05\x03\x55\xf2\x31\xd8\x6a\x75\x9b\x96\x89\x6f\xab\xc4\xd4\xaa\x7c\x5b\x35\xc7\x06\xd5\x64\x52\x1b\x95\x7c\x0c\x7a\x5d\xb7\xa9\x67\xf2\x74\x58\x2e\xaf\x04\x65\x8d\x2c\xac\x49\x39\x36\x2a\x5d\x18\x54\xcb\xf6\x95\x2e\x0c\xb6\x9a\x5d\x78\xa3\x72\x9e\x05\x5b\x33\x7b\x72\x9e\x05\xb3\x99\x57\xa8\xc7\x60\x16\xef\x16\xf5\x58\xb3\x77\xab\x6e\x9b\xdb\x54\x2a\x29\x38\xb2\x9d\x6b\xd4\xa9\x52\x0e\xff\x31\x13\xd0\x98\xc1\xd6\x0c\x3a\x1a\x33\xe8\x6b\xf0\x13\x99\xc1\xfb\xff\x6e\x53\xcf\x17\xad\xf9\x0a\x89\x10\x0c\xde\xdb\xd2\x68\xfc\x75\x41\xaf\xbe\x42\xfc\x75\x41\x1d\xba\x98\xbb\x2e\xf8\xd3\x4f\x44\x6c\xf0\xfe\x59\x1e\x40\xc5\x06\xe5\xf0\x95\xa3\x62\xeb\xa1\x8b\xd7\xbf\xe9\x62\x47\x9a\x2b\x1a\x7d\x1a\xbc\xb7\x65\x0c\x11\xa8\x41\xc9\x19\x02\xa3\x12\xa8\xf5\xd0\x79\xd1\x16\x95\xa6\x0c\xca\x9a\xcb\x68\xca\xe0\xbd\x2d\x3f\x25\x2a\x83\x3a\xbc\x98\x44\x65\xe5\xd6\xcb\x52\x5b\xa5\x29\x83\xf7\x97\x19\x7e\x44\x65\x50\x72\xc4\xe6\xa8\x44\x65\xf0\xde\x96\xe2\xf2\xf4\x05\xa5\xf9\xdc\xd2\x99\x41\xcd\xee\x90\x51\xe9\xcc\xba\xf2\x39\xfb\xa1\x0e\x25\x3d\x7d\x22\x29\xcf\x60\xab\x5b\x75\x4d\x87\xc6\xd3\x57\xe3\xa3\xae\xa4\x67\xd0\x05\xd3\x54\x8e\xbe\xa0\xd7\x55\x30\xfd\xf9\xd5\x68\xbe\x91\x02\x04\x83\xd1\x4c\xd9\x34\x6b\x4d\x30\xa0\x4d\xce\xa3\x72\xfe\x05\x65\xc4\xd8\xae\x82\x01\x83\x2e\x68\xab\x92\xb1\xf5\xa7\x35\x7c\x14\xf8\x03\x83\xd6\x7d\xbe\xf9\x03\x83\xad\x19\x09\x94\x6d\xf0\xfe\xd2\x35\xcd\xf1\x5b\xe9\xad\x73\x49\x73\xfc\x56\x73\x28\x87\xe6\xc8\x86\xb1\xaa\x85\x48\xdb\xe0\xbd\x2d\x9d\x47\xdb\x06\x7d\x7d\x50\x48\xdb\xe0\xbd\x2d\x6d\x44\xdb\x06\x73\x7d\x23\x4f\xed\x41\xc7\x8a\x71\xac\x74\x6c\xd0\x2b\x6b\x92\x8e\x0d\xde\xdb\x52\x53\x42\x36\xe8\x75\x3d\x40\x7b\x64\x67\x59\xe5\x1e\xab\x64\x6b\x50\x0b\xb3\x93\x6c\xad\xd1\xa3\x72\x1b\x8f\x4a\x90\x06\x4d\x68\x7a\x25\x48\x83\xbe\x5e\x0d\x82\x34\x28\x39\xf9\x69\x54\x7a\x34\xa8\xf6\x9c\x54\x7a\xb4\xd2\xa3\xeb\x9b\x48\x8f\x06\xdb\x66\x92\xa4\x47\x2b\xa9\xc9\xf3\x5e\x49\xcd\xa0\x6d\x26\x2c\x52\xb3\x5e\xba\xcf\x77\x84\x8a\x0c\xe6\x1a\xf3\x54\x64\x95\x96\x31\x19\xa1\x47\xe5\xb5\x0c\x7a\x5d\x65\x53\x83\x4b\xbf\x68\x0f\xa2\x30\xe8\xc9\x40\x34\xaa\x78\xc3\x2a\x7f\xb5\xd7\x91\x4c\x0c\xb6\xba\x31\x0c\xe9\xc4\x60\x5b\x5f\x03\x3a\xb1\xde\xfa\xc0\x6c\x4d\xdb\x05\xa5\xae\x5f\xaa\xc1\x1d\x27\x08\x13\x41\x70\x61\xbd\x75\x0b\x8b\x8f\xb6\x0b\xca\x1a\xa7\xb4\x5d\x30\x97\x65\x4b\xdb\xd5\x47\x83\x47\x75\x56\xaa\x2d\xe8\xb5\xfe\x83\x8f\xba\xd2\x74\xc1\x56\x37\xb6\x24\x51\x17\xb4\x35\x06\x88\xba\x4a\xd4\x6d\xcc\x4b\xa2\xae\x12\x75\x66\x4c\xa2\x2e\x78\x6f\x4b\xab\x52\x75\x41\xaf\x5e\x7e\x6e\xd3\xfa\xa8\x34\x93\x93\xaa\x0b\xe4\x92\x19\x95\xaa\x0b\xde\xdb\xd4\x70\xd5\x3a\x4b\x7f\x99\x10\x1a\x59\xd7\x3e\x2b\x53\x7e\x2e\x6d\x2e\x6d\x71\x61\xba\xab\xb8\x44\xf0\xcf\x5c\xaa\x2e\x99\x92\x63\x81\x37\x9b\xbf\x82\x92\x0d\xde\xa3\xf1\x9a\xb6\x24\x1c\xa9\x5b\x0c\xc0\xc6\xd3\xd9\x64\x1c\xc9\xab\xd9\x78\x3a\x83\x9e\x3c\x99\xa3\xf1\x74\x06\x33\xe9\x0d\x46\xa3\xf4\x82\xf7\xcf\xdc\xf6\xb8\x96\x73\xd4\x14\x8d\xab\xb3\x51\x7f\x99\x7f\x1b\xf1\xd7\x36\x43\x31\xd6\x64\xe3\xd8\x0c\xb6\x24\x7d\x1c\x8d\x5f\x33\xa8\x25\x0b\x62\x8d\x5f\xb3\x6d\x66\xd1\x75\xdb\xee\xda\x9e\xa4\xe3\x25\x97\xa6\x4b\xea\x19\x63\xa5\x11\x84\x41\xaf\x99\x5b\x1a\x41\x18\x54\x11\x4d\x8d\x1e\x0c\xde\x5f\xba\x4d\x45\xe3\xc6\x14\x3a\xd3\x08\xc2\xe0\xbd\x2d\x65\xa3\x08\x83\x9e\x24\xa4\xa3\x51\x84\x41\xe7\x7b\x6b\x14\x61\x2b\x86\x5f\x66\x92\x46\xd9\x05\x5d\x7c\x5e\xe3\x8b\x6c\x64\x5c\x52\x60\x8f\x46\xc6\x05\x35\x5b\xcd\x47\x23\xe3\x1a\x19\x97\xfd\xb9\xa3\xd1\x71\xc1\x66\x45\xb6\x71\x3c\x06\x1b\x6f\x76\xe3\x77\x6c\xdc\x82\xc5\x6d\xfc\x82\x41\xe7\x9e\x6c\xfc\x82\xc1\x56\xd7\x90\xb4\x8b\x2b\x98\x2d\x2f\x75\xe3\x2a\x6c\x55\x71\xd7\x35\xc5\x8d\xb4\xe3\x51\x6a\xa4\x5d\x23\xed\x72\x06\xef\x68\xa4\x5d\x13\xc3\xf8\x71\xdb\x2a\xdb\xed\xb6\xb4\x11\x6d\x17\x8c\x66\xe4\xf2\x1f\x06\xef\x6d\x69\x37\x0e\xc4\xa0\x57\x55\xa0\x00\x5b\x53\xd3\xe8\xbd\x46\xef\x05\x35\xc9\x4f\x47\x23\xf7\x82\x2e\x52\xb9\x91\x7b\x81\x85\xfe\x46\xed\x05\xcd\xa7\xb8\xf1\x28\x36\xc7\xd6\x67\xee\x68\xf4\x5f\xf0\x4e\xab\xae\x69\x8d\x96\xc3\xc1\xbc\x2c\xf4\x5f\xeb\xca\x1f\x01\xd0\x48\xb4\xe0\x10\x24\xdf\x38\x06\x83\xce\xd8\x6f\x3c\x83\xad\xaf\x79\x3b\x45\xe3\xfb\x0b\xea\x6a\x20\xda\xae\xc5\xf7\x57\x93\xb1\x67\x34\xbe\xbf\xa0\xb5\xf5\x4b\xc5\xed\x06\x51\xf5\x53\x83\xa8\x27\x21\x61\x77\x9b\x8e\xea\x2b\x71\x70\x3a\x8f\x2c\x0c\x7a\x32\xf9\x8f\x46\x16\x06\xb3\xa8\x01\x59\xd8\x28\xb9\x64\xa2\x1b\x8d\x92\x0b\x36\x81\x9f\x8d\x92\x0b\xb6\x5a\x74\x1e\x29\x17\xac\xa0\xc6\x46\xca\x35\x22\x8c\x77\xae\x11\x61\x8d\x08\xcb\xb2\x62\x23\xc2\x82\x6d\x39\x43\x1b\x15\x16\xcc\xe9\x12\xbf\x5e\x8b\x13\xaf\x16\x2f\x1f\xc9\x15\x4c\xdf\xd8\xc6\x89\xd7\xa8\x30\x6b\xa5\x8d\x0a\x0b\x0e\x0b\x51\x8d\x0a\x0b\xde\xdb\x52\x05\x32\xac\xed\xa9\x82\x09\x90\x0a\x6b\x54\x58\x4c\x82\x46\x85\x05\xbb\xb8\xe0\x46\x85\x35\xf2\xaa\xb8\x8d\xbc\x0a\x4a\xd7\xcb\xe4\x55\xb0\x2d\x13\xa9\xd1\x57\x41\xaf\x4a\x4b\x5f\x05\x65\x7d\x6e\xa6\x0a\x90\x5c\x65\xb8\x4d\x0d\x5e\xac\x75\xe8\x46\x72\x05\x73\x4d\x89\x24\x57\x3b\x0c\xdd\x58\x09\x8d\xd8\x69\x36\x52\xf5\xf9\xf7\x2f\x76\x23\x85\x82\x5a\x54\x86\x14\x0a\x26\xab\xb0\x71\xe8\x05\xef\xb3\x5c\x53\x99\x38\xf4\xba\x69\x8f\x60\x0a\x7a\xd5\xf2\x04\x53\x3b\x0c\xa8\x58\x85\xed\x58\x25\xcf\xda\x80\xe1\xc9\x7b\xd7\x0e\x03\x7b\xf7\x53\xa3\xe7\x45\x1b\xc5\x03\x0c\x9e\x17\x87\x00\x9a\x46\x56\xb5\xaf\xc1\x63\x14\x13\x4c\xc1\x3e\x95\x83\x60\x6a\x2b\x1d\x61\x1a\x90\x5e\x0a\xf6\xf5\x59\xa7\x97\xda\x77\x95\x36\xf5\xa4\x84\x02\x89\x38\x46\xa3\x84\x1a\x25\x44\x3b\x37\x52\x28\xd8\x8f\xf5\x00\x83\x27\x4e\xb8\x6d\x5d\xf2\x92\x24\xe6\x91\x76\x69\x94\x50\xb0\x25\xcd\xeb\x68\x94\x50\xa3\x84\x4a\x9c\xbd\x8d\x12\x0a\x1a\xb5\xdb\x28\xa1\xe0\xbd\x2d\x0f\xe0\xbe\x0b\x66\x5d\x97\xb4\xc6\x2f\x09\x6a\x7d\x3b\x89\xa3\xc6\xc9\xc7\x76\x6c\xd4\x51\xb0\x22\xfb\x1a\x27\x5f\x23\x98\x8a\x37\x82\x60\x6a\x39\xec\xb4\x7a\xe3\xa8\xa3\x46\x1d\x15\xb6\x04\x75\x14\xf4\x6a\xf2\xa2\x8e\x82\xd9\x35\x07\x71\x14\x38\x22\x7e\x34\xe2\xa8\x11\x47\x45\x7b\x10\x47\xc1\x5c\x5f\x5d\xe2\x28\x98\x96\xfc\x1a\x6d\x14\x74\x01\xea\x8d\x36\x0a\xa6\xed\x13\x8d\x27\x30\x90\x2d\x6d\x34\x9e\xc0\x46\x41\x15\x16\x0d\x05\x15\xcc\x12\x97\x67\xa3\xa0\x82\x4a\x51\x36\x02\x2a\xd8\x6a\x72\xf7\x8f\x46\x41\x05\x53\x54\x7f\xe3\x0a\x6c\xa7\x06\x62\x0b\x51\x50\xc1\xe4\x3d\x68\x1c\x7f\xc1\x3e\x57\x05\x34\x10\x9d\x55\x98\x0d\x74\x56\xb0\x6d\xba\x98\xce\x0a\x96\xd9\xdd\xe8\xac\xc6\xf1\xc7\x81\xda\x08\xad\xa0\x57\xb3\x14\xa1\xd5\x08\xad\x65\xe1\x11\x5a\xc1\x92\x1f\x8d\xd0\x0a\xde\xdb\x32\x12\x78\xfe\x82\x7d\x6a\x5c\xae\xbf\x76\xad\xf6\x48\xb7\x13\x5f\x8d\x9f\xcf\x04\xc7\xcf\x17\x8c\xe6\xf5\xe1\xe7\x6b\xd7\x6a\x22\xff\xa6\x89\x22\xd1\x08\xdb\x46\xa2\x35\x12\xad\xb2\xc9\x48\xb4\xa0\x76\x5f\x58\x12\xad\x91\x68\x3c\x89\x8d\x44\x0b\x26\xd7\x46\x23\xd1\x1a\x57\x5e\x65\x80\xd1\x68\x41\xaf\x4c\x26\x12\xad\x91\x68\xd5\x98\xa1\xd1\x82\x5e\xb5\x11\x57\x5e\xf0\xde\x96\x36\xe2\xcb\x0b\x36\x82\xaf\xf1\xe5\x35\x2e\x39\x81\x33\x8d\x4b\x2e\x98\xcb\x30\x26\xdb\x5a\xb6\x7b\x55\xfe\xd1\x46\xa4\x05\xbb\x60\xd3\xc6\x01\x17\xcc\x35\x97\xf2\xbf\x05\xbb\xf8\xa0\x46\xc9\x05\x73\xfa\xc0\x92\x6a\x8d\x54\xe3\x17\x69\xa4\x5a\x30\xe9\xad\x46\xaa\xb5\xc7\x32\x67\x96\xcf\x1a\x5d\x16\x1c\x9c\x14\x8d\x2c\x6b\x09\x5d\xad\x16\xd2\x9b\xd0\xd5\x60\xb7\xe7\xb1\x09\x5d\x0d\x66\xcf\x62\x48\xe3\x92\x0b\x8e\xcf\xaa\x93\xaa\x3f\x3a\xd9\xe7\x9a\x7a\x6b\x22\x57\xd9\x25\xc4\x5b\xb0\x55\x92\xb1\x53\x6f\x41\x49\x5a\xe4\xd1\xa9\xb7\xfe\x51\xd1\x98\x78\x5d\x9e\x8e\xe0\xc8\x31\x0a\xa3\x93\x6a\xc1\xb6\x5e\xef\x4e\xab\x05\x93\x08\xeb\xfc\x74\x3d\xe1\xac\xd5\x5a\x73\xe7\x95\x0b\xba\xfd\x1c\x9d\x5b\xae\x13\x66\x56\x3f\x3b\x61\x16\x4c\x76\x49\x27\xcc\xfa\x66\x00\xd6\xbf\x9f\x90\x39\x3a\x17\x5d\xd0\x92\xf5\x7c\x74\xba\xad\xd3\x6d\xec\x8a\x4e\xb8\x05\x33\xa7\x1e\x8d\x4e\xb8\x75\xce\x3d\xab\x42\x9d\x73\x2f\x38\x78\xaa\x3a\x2d\x17\xbc\xb7\xa5\xd6\xc4\x5c\xb0\x8c\xd8\x2e\x24\x35\xd8\x73\x40\xf4\xe8\x5c\x80\x7d\x5b\x69\x98\x53\x69\x92\x2f\x38\x3e\xda\x86\xe4\xeb\x7c\x80\xac\xe9\x4e\xf3\x05\x33\x89\x58\x47\x27\xf9\x7a\x59\x6d\x93\x4e\xa2\xdc\x82\xb9\x67\x36\xec\x7c\x79\xc1\x2c\xf9\x10\x74\xbe\xbc\x60\x26\x11\xff\xe8\x7c\x79\xdd\x61\xaa\x79\x27\x3a\xc5\xd7\xc9\x3b\xaa\xbb\x93\x77\xc1\x14\x20\xd7\xc9\xbb\xa0\xac\x46\xa3\xee\x82\x99\x03\x9f\x46\xa7\xee\x3a\x75\x57\xd7\x33\x57\x05\x62\x98\x0f\xbf\x34\x04\xe2\xcb\x4b\x86\xc9\xd1\xf9\xf2\x3a\x11\x48\xa0\x76\x22\x30\x18\x39\x99\x73\x74\x22\x30\x18\x5c\x96\x9d\x06\x0c\x6a\xd3\x4f\x34\x60\xb0\x55\x16\x58\x17\x2f\x1a\x34\x56\x6d\xe7\x04\x0c\x36\xc9\x09\x3a\xa5\x18\xbc\xbf\x4c\x6b\x90\x8a\xc1\x26\x82\xb9\x4b\x0b\xd2\xab\x7a\xe6\xf3\xdf\x49\xc5\x60\xe3\x6a\xeb\x94\x62\xd0\x92\xf7\x73\x74\x4a\xb1\x73\xef\x99\xa9\x3a\xbd\x17\x6c\x02\x86\x3a\xbd\xd7\x9b\x1a\x0c\x3f\x55\x83\x1c\x84\x7a\x78\x26\x79\x17\xec\xb6\x11\x75\xea\xae\x37\xf3\xaa\xa1\xd6\x14\xb7\x65\x2b\x76\xf7\x00\x3d\xd5\xbc\x99\xba\x85\xeb\x2e\x28\xe2\xbe\x3b\xd7\x5d\x27\x0c\x93\xb4\x6a\x74\xc2\x30\x28\x3e\x95\x9d\x30\xec\xdc\x79\x35\xcb\x66\x9d\xe4\x0b\x06\xc3\xb8\x73\xe7\x05\xc7\xba\x49\x4f\xbd\xd8\x25\x83\xe8\x64\x61\xb0\xd5\x55\x29\xba\x30\x28\xc5\x80\xb4\x25\x2e\xd8\x1c\xea\x3f\xba\x30\xd1\x40\xa6\xc2\xd1\xa9\xc7\xe0\xbd\x4d\x31\xd4\x3d\xf2\x31\xa7\x75\x8e\x4e\x3d\x76\xdb\xe4\x8a\xaa\x6b\x8d\xe1\xc5\xcb\xe2\x59\xe7\x2e\x0c\x36\xce\xdf\xce\x5d\x18\x2c\x9b\xa6\x73\x17\xf6\x61\x86\xf1\x1a\x8b\x39\x0d\xb6\x6e\xaa\xa5\x3b\xfb\x58\x35\x70\x4d\x0d\x5e\x8c\xa4\x25\x1c\x9d\xa7\x2f\x28\x82\x29\x3a\x8d\xd9\x87\x29\xdf\xec\x47\x3d\x06\x95\xf3\xb1\xf3\xea\x05\xef\x6d\xae\xa9\xc1\x2e\x58\xcf\x25\x35\xd8\xbd\x7a\xda\x83\xc8\x0c\x5a\x72\xdd\x8e\x6e\x63\x5b\xb0\xdb\xb8\xd2\xc9\xce\xfe\xc7\xf9\xe7\x9a\x5a\x45\x77\xda\x1b\xd5\xc9\xce\x60\xf6\x7c\x62\xbb\x70\xd2\x3e\x57\xd1\x52\x77\x82\x32\x98\xfc\x86\x9d\xa0\x0c\x76\x3b\x6a\x3b\x3d\xd9\x29\x45\xf1\xf8\x9d\x52\x0c\xea\x6e\x44\x52\x8a\x5d\x2e\x7c\x41\xef\x9d\xdf\x2d\x68\xcd\xf4\xcd\xed\x16\x6c\xdc\x5d\x9d\xdb\xad\x67\xff\x5b\x15\x3f\xd4\x39\xd4\x82\xd1\x4d\xb8\x34\x66\xb0\x89\x53\xec\x44\x64\xf0\xfe\x32\xc5\xa5\x22\x83\x21\x94\xae\x53\x91\x9d\x8a\x14\xa6\xdc\xa9\xc8\xe0\x58\x45\xa3\x22\x83\xad\xae\xe9\x8f\x8c\x0c\x36\xcb\x84\x9d\xdb\xad\x53\x96\xb6\xf0\x75\xca\x32\x90\x25\x70\x74\xca\x32\x78\x6f\x4b\x7b\x08\x0c\x0d\xf6\xbe\x7e\xa9\x3d\x5e\x54\x46\x53\xb7\xc1\xae\x27\x56\x54\x86\xe7\xd1\x09\xd0\xa0\xb5\x7f\x38\xc6\x63\x74\xfa\x34\x78\xff\x25\xff\xcc\xef\x17\x54\x3b\x7a\x3b\xb7\x5f\x17\x38\x9a\xc3\x03\x46\xa7\x59\x83\x52\x9a\xdb\x34\xd7\x77\xed\x72\xcb\x25\xcd\xc5\xc7\xd7\x36\xd7\x34\x57\x82\x49\xa5\x26\xeb\x7c\x7c\xfd\xbb\x9a\x2b\x2d\x4d\xda\x06\xcd\x16\xd6\x4e\xda\xf6\xef\x6a\x2e\xd7\x34\x97\x2c\x20\x87\x07\x68\xae\x17\x73\xae\xd2\x6a\xae\x48\xdb\xa4\x7e\x1d\x9d\xb4\xed\xa4\x6d\x63\xa1\xd1\xb6\x41\x5d\x1f\x32\xd2\x36\xa8\x47\xd6\x20\x3a\x69\xdb\x29\x4f\xd9\x0e\x3a\xe5\x19\xec\x04\x6a\xe7\xaa\xeb\xa2\x50\x2d\xa5\x75\x6a\x34\xd8\x86\xa1\x42\x8c\x76\x7e\xb9\x35\xca\x48\xcf\x60\xe4\x24\xb6\xd1\x49\xcf\xa0\xd6\x43\xd1\xd4\xe0\xd4\x7b\xb1\x58\x3b\x51\x19\x94\xc3\x07\x84\xa8\x0c\xde\xdb\xf2\x9e\x50\x95\xc1\x48\x8a\xc6\xd1\x89\xca\x60\x74\x6f\x30\x51\x19\x94\x1c\xfe\x39\x3a\x51\x19\xbc\x23\x3e\x97\x54\xfd\xd4\x2b\xbe\xb1\xd4\x62\xd0\x04\x91\x75\x6a\x31\x18\x7c\xc7\x9d\x58\x0c\xde\x5f\x7a\xe6\xaa\x54\xb6\x86\x98\x21\xa8\xc5\xa0\x49\x48\xd5\x89\xc5\x4e\x19\xae\xd1\x41\x19\x06\x63\xe8\x3c\xca\xb0\x73\xc1\x89\x06\xe8\x5c\x70\xc1\x18\xbe\x80\x54\x60\x50\x3f\x26\x6e\x2a\xb0\x13\x69\x49\x8e\x3a\x3a\x91\x16\xd4\xa9\xdb\x89\xb4\x4e\xa4\xd9\x7b\xd0\x89\xb4\xa0\x6c\xe6\x1b\x22\xad\x0b\xae\x6c\x0c\x18\x8a\x2c\xa8\x85\x69\x45\x90\x75\xe9\x3d\xbc\x05\x04\x59\x50\x48\xdb\x2e\xb8\x32\x68\x5c\x2d\x9d\x03\x2e\x68\x36\x6a\x75\x0e\xb8\x4e\xc9\x89\x5d\xe8\x94\x5c\xd0\x3e\xeb\x92\x2e\x78\xd1\x3e\x06\x1f\x07\x5c\x7f\xe2\xd6\x36\x01\x50\x6d\xc1\x76\xe8\x3b\xaa\xad\x73\x93\x2d\xf3\x85\x9b\x2c\xa8\x6d\xdd\xa6\xfc\x89\x7d\x5c\x63\x83\x1c\xeb\xe4\x98\x78\x8f\x4e\x8e\x05\x55\xce\x80\x4e\x8e\x75\x0a\x4a\x60\xf7\xa0\xa0\x82\xa1\x81\x06\x05\x15\xbc\xb7\xb9\x56\x5c\x2b\xaf\x45\xd3\x73\xa5\xba\x52\xf3\xc3\x91\x4b\xcd\x25\x15\xc8\xb2\xe1\xa0\xa9\x02\x27\x5c\x8c\x41\x53\x8d\x8f\xd2\xc6\xf0\x19\x04\x54\x30\x6c\xe2\x19\xbc\x64\xc1\x7b\x5b\xcb\xb5\xd3\xb5\x75\x64\x68\x2e\x5d\x2e\x19\xf1\xbb\xb2\xdd\xae\xdd\x59\xff\x2d\xb9\xf4\xb8\xf4\xda\x7c\x9f\xb8\x8a\x06\x35\x36\xf8\xc4\x98\x12\x83\xb6\x0a\x9a\xcd\x9c\x83\xb4\x0a\xea\x8c\x6e\x18\xa4\x55\x30\x4c\xc1\x83\xb2\x1a\x9b\xa9\x29\x46\xce\xa0\x99\x82\xe1\x53\x30\x68\xa6\x41\x0c\x59\x0b\x19\xc4\x50\x30\xcc\x7d\x83\x18\x0a\xde\xdb\x14\x57\x0d\x44\x44\xc6\xc8\x19\xfc\x5f\x41\x33\xe0\x07\xff\xd7\x28\xde\x8b\x75\x9b\xe2\x72\x80\xe5\x95\x1d\xd4\x50\xb0\xd5\xa6\xa2\x1c\x60\x41\xe1\x74\x1b\x82\x1d\x83\x66\x17\xc7\x10\xed\x38\x8a\x1a\x1c\xfe\x4d\x0d\x1c\x0b\x3b\x3c\x53\x0d\x84\x36\xe6\x8c\x86\x31\xc8\xa1\xa0\xb6\x18\x3e\x83\x1c\x0a\xde\xdb\xf2\x53\xbb\xec\x82\xd1\xb2\x10\x3c\x44\x3b\x8e\xb5\xa3\x2e\x93\xe4\xa0\x9a\x06\xd5\xb4\xfe\x4d\x45\xa3\x9a\x5a\xf9\x87\xb8\xf0\x41\x54\x05\x23\x49\xf5\xc7\x20\xaa\x46\x35\xee\x32\x93\x0f\x3a\x28\x68\x5d\xaf\x71\xa2\x0d\xd2\x88\x09\x3b\x48\xa3\xa0\xda\xcc\x3c\x48\xa3\xc1\x63\x66\x01\x72\xf0\x98\x05\xa3\xc5\x08\x1f\x3c\x66\xc1\x14\x50\x35\xc4\x4c\x06\xe5\xb3\xb9\x4b\x95\x85\x34\xca\xcd\x39\xb8\xb4\x82\x52\xe2\x87\x19\x64\x50\xb0\x84\xff\x20\x83\x06\x19\xc4\x36\x1d\x6d\x15\x2d\xfe\xbd\x7c\xeb\x06\x19\x34\x92\x0a\xb1\x76\x6f\x35\xcd\x13\xac\x85\xa3\xc1\x19\x16\x54\x5b\x12\x07\x5f\x58\x30\x7c\x72\x07\x61\x14\xb4\x6a\x36\x20\x8c\x82\x91\x23\x8d\xc6\xa0\x8c\x82\xe1\x53\x3a\x28\xa3\x91\xcc\x20\x95\x6e\x1e\x64\x50\x50\xe5\x86\x1a\x54\xd0\x20\x79\x24\x69\x1d\x24\x4f\x30\x67\xf7\x4c\x9d\xd2\x55\xdd\x40\xa1\x79\x82\xc1\x8e\x18\x3c\x66\x43\x20\x65\x37\xec\x04\x52\x06\x43\x88\xe4\xa0\x8c\x46\xa2\x26\x6b\x37\x62\xe8\xa0\xa0\xe6\x30\xb9\x31\xa4\x06\x19\xa4\x11\x0b\x76\x90\x46\x41\x11\xa0\x3e\x48\xa3\xc1\x25\xd7\x57\x41\xd4\x7e\x25\xd5\xf7\x50\xef\xdc\x30\xd6\xb4\x2e\x67\x5b\xb0\x82\x8e\x07\x5f\x5b\xe0\x38\xdb\x31\xa8\xa5\xa0\x5a\xb4\x1d\xd4\xd2\x20\x83\xba\x16\x27\x83\x82\x15\xa0\x31\xc8\xa0\xc1\xfd\x96\x83\x17\xc7\xa0\x83\x82\x62\x0f\xf5\x20\x83\x82\xe1\x6b\x34\xc8\xa0\x21\x08\xb2\x6b\x0f\xee\xb7\xa0\xb1\x16\x07\xf7\xdb\xd8\x55\xaa\x2a\x9b\x4a\xbd\x90\x79\x7d\x0c\xfb\xe5\x06\x05\x25\xd2\x7c\x50\x50\x41\xe3\xf5\x18\x14\xd4\xe0\x92\xeb\x26\x78\x12\x2a\x18\x4d\x83\x73\xc9\x0d\xaa\x4a\xde\x9c\x41\x55\x05\x75\xc6\x56\x19\x54\x55\x30\x2d\x85\x0c\xfe\xb7\xe0\xf8\xf3\x4c\x95\x12\xdf\xd8\xcd\xbf\x84\x56\x30\xac\xd2\x0c\x42\x6b\xf0\xdc\xad\xca\x53\x55\xc1\xfa\x60\x0f\xaa\x6a\x08\x49\xcc\xe1\x94\x63\xd0\x46\x41\x91\xa5\x6b\x90\x46\xc1\xa1\xdb\x29\xa3\x71\x78\x0f\x4c\xdc\xc7\x7a\x66\xbe\x29\xd5\x25\x6d\x2b\xfa\xb0\xfb\xfa\x93\x21\xc1\x6e\xef\xc6\xe0\x4c\x1b\xf4\x45\xcf\x4a\xc8\xa0\x2f\x82\x61\x6f\xee\xa0\x2f\x82\x9d\xae\x1d\xe4\xc5\xa0\x25\xba\xf1\x47\x4b\x04\x53\x52\xa5\x41\x4b\x8c\xaf\x7e\xdf\x95\x63\x95\x2d\x1f\x6c\x9d\x47\x38\x8c\x9f\x0e\xf5\x5d\xe7\xc7\x0a\xb6\x8f\xa1\xc0\x8d\x35\x48\x82\x9c\xbd\x3e\x06\x49\x10\xf4\xc3\xa7\x98\x24\x18\xdc\x4c\xa4\xe2\x60\xec\x07\x83\xc1\x3b\xb8\x99\x06\xd7\x50\x0e\xd7\x1e\x83\x15\x1f\x1c\xd6\x20\x06\x2b\x7e\x08\xae\xa3\x93\x07\x33\x3e\x38\xc4\xc4\x0c\x66\x7c\x70\x54\x5f\x0d\xae\xa1\x21\xde\xae\x6b\x10\xf1\x76\xc1\x1c\xfa\x9d\xb7\x68\x5c\xeb\x01\xa9\x3c\x2b\x3b\x38\x2a\x93\x80\x95\x3d\xae\xfc\xdb\xf0\x3d\xe0\x59\x09\x6a\x53\x8e\x6b\xfd\xdb\xd7\x6d\xa9\x29\xcf\xca\xb8\x32\x4e\x23\x27\x86\x0d\x51\x41\xb5\x76\x3b\xf8\x5a\x06\x9b\xdd\x6e\xcf\xc1\x66\x0f\xe6\x66\x7c\xb0\xd9\x07\x57\x88\x5d\x35\x83\xe5\x1d\x0c\x2b\xf8\x83\xe5\x3d\x04\xba\x0d\x76\x13\x3b\x3b\x18\xad\xfd\xfd\x34\x8f\x31\x98\xe1\x83\x19\x3e\x7c\x18\x99\xe1\xc1\x5c\x06\x08\x33\x7c\xdc\x8a\xce\xac\xe2\x3d\x09\x1a\x1f\xfd\x60\x87\x0f\x81\x70\xf6\xef\x0f\x86\x78\xb0\x42\x99\x06\xf7\x49\xd0\xa4\x74\x19\xbc\x27\xc1\x26\xfb\xd8\xe0\x3d\x19\xbc\x27\x23\xde\x82\xc1\x5c\x0f\x06\x4d\x3c\x98\xeb\xc1\xb4\xe8\x34\x04\xb5\x05\x9b\xf0\xac\xc1\x80\x1f\x36\x34\x0d\xdf\x06\xde\x93\x60\x65\xa4\x1c\xbc\x27\x83\xf7\x44\x76\xf1\xc1\x7b\x12\x34\x6b\x20\x83\xf7\x24\xa8\x23\x36\xe0\xce\xf4\x0f\x9a\x1d\xd1\x3b\xd3\x7f\xcf\xee\xa5\x3a\x62\x13\xec\x0c\xfd\x60\xd2\x33\x3b\x43\x7f\x4f\x06\xbd\x2a\x55\xf9\x6e\xfb\xd2\x2e\x83\x5e\xc4\xcb\xce\x51\xb2\xcb\xa0\xb7\xbb\xf4\x75\xe9\xb5\xf3\x73\xa8\xd3\xd8\xd9\xf9\xc1\xda\x3c\xbc\x33\xf3\x83\x6d\x85\x88\xee\xec\xfc\x60\x93\x14\x77\x67\xe6\xef\x1f\x5d\x9c\x79\x69\x67\xd4\x07\xa3\x2b\x99\xd8\xb7\x9d\xbf\x44\xc2\xf1\x9d\x51\x1f\xd4\x1e\x5d\xb5\x33\xea\x83\xe1\x3b\xb3\x33\xea\x77\xb1\x6f\x63\x5d\xdb\x5d\x8b\xfc\xca\x6b\xb8\x73\x97\xec\x1c\x21\x92\x2f\xec\x1c\x21\x41\x95\x1e\x6b\xe7\x08\xd9\xd9\xfe\x32\x21\xec\x6c\xff\x60\x2b\x2a\xca\xf6\xdf\xd9\xfe\xa2\x9b\x77\xb6\x7f\x50\x3f\xd1\x5f\x3b\xdb\x7f\x67\xd4\xcb\xff\xbd\xb3\xea\x83\x21\x76\x61\x67\xd4\x07\x87\x45\xad\x9d\x51\x1f\x14\x36\xc1\xce\xa8\xdf\x39\x47\xcc\x41\x3b\xe7\x48\x50\x73\x72\xd7\xd8\x39\x47\x82\x95\x7b\x6c\xe7\x1c\xd9\x85\xbe\x65\xd2\xd8\xa9\x81\x9d\x1a\x88\x0d\xb9\x53\x03\x3b\x35\x60\xf3\xd9\x4e\x0d\xec\xd4\x40\x54\xe6\x4e\x0d\xec\xd4\xc0\xd0\x6a\xd4\x40\xd0\x7a\xde\x8c\x9d\x1a\xd8\xa9\x01\x1b\x91\x76\x6a\x20\x58\x3b\xb5\x76\x6a\x20\xd8\x7c\x8e\x76\xe6\xfe\x5e\x57\x3d\x53\x29\xae\x90\xa0\xac\x1a\xf0\x84\xec\x82\xe6\xc6\xba\xa6\x56\x35\xb2\x7e\xf3\x6f\x6a\x55\x8d\x3f\xdd\xc2\xef\x11\x2c\xa7\xf0\xce\xdc\xdf\xed\x91\xca\x19\x19\x63\x67\xef\x07\xcd\x9a\xfb\xce\xde\x0f\x56\x5c\xe1\xce\xde\xdf\x9b\x3e\xd6\x46\x3c\x26\xc1\x26\xf3\xf0\x2e\x44\x6e\xe7\x44\x11\x8a\xbd\x73\xa2\x04\x83\x0b\x6f\xe7\x44\x09\x96\xcf\x76\xe7\x44\xd9\x39\x51\x6c\x06\xdb\xa9\x87\x60\x48\x07\xb4\x53\x0f\xc1\x7b\x9b\xb2\xa9\x7c\x8b\xa9\x56\xfc\x52\x8f\xb6\x28\xd4\xac\x77\xed\x04\x45\xb0\x6d\x1a\x92\x5b\x65\xa7\x31\xf2\x25\xde\x49\x8c\xe0\xfd\x7f\xd7\x34\xc7\x8b\x51\x62\x40\xef\x34\xc6\xde\x35\x47\x4c\x82\x9d\xa2\x08\x9a\x35\x93\x9d\xa2\xd8\xfb\xaa\x94\x6b\x2a\x15\xad\x90\x43\xc0\xc6\x4e\x2a\xec\x82\xeb\xec\xd0\xd8\x69\x85\x60\x08\xf2\xdb\x49\x85\x60\x2d\x56\xec\xa4\x42\xb0\x49\x94\xba\x53\x0a\xc1\x9f\x81\x4b\x29\xec\xa3\xf9\xff\xd4\x9d\x2c\x08\x8a\x05\x98\x9d\x2a\xd8\x49\x00\xe9\xca\x77\x12\x20\x68\x76\x9d\xec\x24\x40\x30\x38\x6e\x76\x51\x79\xc1\x90\x1f\x63\xe7\x56\xd9\x05\xea\x49\x6a\xbe\x73\xa2\x04\x9b\x44\xb8\x3b\xed\xb0\x0b\xd4\x93\xd4\x7c\x27\x1e\x82\xed\x63\x72\x22\x1e\x82\x22\x58\x72\x27\x1e\x82\x7d\xce\xf6\xf7\xcf\xf5\xce\x11\x13\x0c\x0b\xdd\x3b\x47\x4c\x30\x4a\x04\xc8\x4e\x80\x04\x6f\x89\x3c\x4b\x63\xbd\x18\x6b\x6e\x24\x40\x76\x8e\x18\x39\xcf\x77\x0a\x24\x18\xc5\x97\x8d\x02\xd9\x77\x23\xe0\xf0\x04\x23\x60\xcf\xb0\x36\x95\xcb\xd8\xb1\x53\x20\x56\xba\x77\x0a\x24\x58\xd2\x73\xa7\x40\x82\x2d\xa7\x2a\x8f\xdd\xce\xac\xe0\xfd\xa5\x6b\x9a\x66\x26\xd9\xf2\xee\x92\xba\x13\x25\x52\xa4\xef\x44\x49\xb0\x71\x06\xec\x44\xc9\x4e\x94\xc8\x87\xbe\x13\x25\xc1\x10\x20\xba\x13\x25\xc1\xb6\xf6\xed\xec\x54\x49\x50\x25\xc6\xdd\xa9\x92\x9d\x47\xc8\xa9\x24\x3b\x8f\x50\x30\xb8\x16\x76\x42\x65\xe7\xfe\x91\x5d\x7d\xe7\xfe\x09\x2a\x33\x7c\x27\x54\x76\x4e\x9c\x3d\xb6\xe3\xce\x89\x13\xb4\x16\x1b\x76\x27\x54\x76\x4e\x1c\x09\x6e\x76\x4a\x25\x70\xea\xd2\xd8\x49\x95\x60\x88\x67\xdd\xf9\x70\x82\xf7\x97\xae\xa9\xc2\x8b\x95\x2e\x7a\xe7\xc3\x09\xde\xdb\x94\x4d\x15\x22\x7c\x64\xf9\xda\xe9\x9e\xa0\xc9\xd0\xb7\xd3\x3d\xc1\x28\x91\x42\x3b\xb7\xce\x4e\x0a\x49\x91\xbe\x93\x42\x41\x6d\x9e\x49\x0a\x05\x4d\x0c\xf7\xce\x47\xb3\xdb\x88\x25\xd1\xf9\xce\x49\x13\x8c\xc2\x66\xe2\xa4\xd9\x89\x28\xf9\x76\x77\x22\x2a\x18\x22\x72\x77\x22\x2a\x18\x85\xfd\x42\x44\x05\xdb\xca\xb9\xb0\x73\xd2\x04\x75\x33\x15\xd2\x55\xc1\x36\xe2\xbf\xda\xe9\xaa\xe0\xfd\x65\xc6\x02\x27\x4d\x30\x0a\xcb\x87\xd4\xda\x39\x69\xd8\x90\xfb\x77\xb5\xc7\x93\x1d\xe4\x29\x2d\x27\x4d\x30\x2c\x2d\xee\x9c\x34\xbb\x9d\x58\xf2\x2b\xee\x82\x0d\x83\x21\x5e\x76\x27\xd2\x76\xc1\x86\x7c\xdd\x3b\x95\x16\x0c\x8b\x54\xbb\x60\xc3\xa0\xd8\x0b\xb7\xf3\xf8\x04\xc5\x3e\xc0\x9d\xc7\x27\x18\xc5\xf4\x4e\xdd\xed\x7c\x34\xc2\x19\x76\x3e\x9a\x60\x88\xaa\xdd\xf9\x68\x76\x3e\x1a\x67\x21\xec\x7c\x34\xc1\x10\x28\xbd\x53\x77\xc1\xb6\x69\x0d\xea\x6e\x3f\xb5\x90\x89\x87\xc3\x24\x38\x22\xc7\x76\xfe\x92\xa0\xc8\xaa\xb1\x0b\xae\x0b\xb6\xf5\x44\x1e\x94\xa0\x7e\x7c\x38\x79\x50\x82\xba\xbe\xaf\x42\xeb\x82\x15\x14\xbc\x0b\xad\xdb\x2f\xc1\xda\xe6\x63\x1e\x94\x60\xd8\x18\xb8\x53\x7b\xc1\x10\x23\xbd\x53\x7b\xc1\xb0\x7e\xb4\x13\x7b\xc1\xfb\x67\x19\x07\x32\x62\x04\xdb\x1c\xfe\xdf\x68\xb9\x32\x5a\x18\x81\x04\x60\xd0\xd6\x87\x42\xb0\xdd\x4e\x13\xca\xeb\xbc\xd3\x84\xc1\xca\xbb\xb8\xd3\x84\x3b\x3f\xce\xfa\x4a\xf2\xe3\x04\xa3\x30\xd2\xf8\x71\x76\x7e\x9c\x35\x83\xf1\xe3\xec\xb2\x3d\x32\xce\xa9\xc9\x9d\x74\x94\x21\x76\x27\x1d\x83\x21\x8c\x7c\xa7\x0d\x77\xda\x50\xde\xd1\x9d\x36\x0c\x8a\xb0\xdc\x9d\x36\xdc\x05\xdb\x49\x7f\xba\x0b\xb6\x0b\x0a\x99\xbf\x93\x8b\xc1\x10\xf5\xbe\x93\x8b\x41\xe3\x72\xdb\xa9\xc5\x5d\xb2\x0b\x09\x31\x77\x72\x31\x28\x74\xe0\x4e\x2e\xee\xb2\x49\xfa\x8a\x90\x8b\xbb\x9d\x4c\x02\xfc\x76\x72\x2e\x18\x65\xfd\x99\x3e\xb0\x93\x69\x67\xde\x91\x73\x41\x65\x63\x4f\x72\x2e\x18\x25\x26\xf6\x24\xe7\xa6\x3d\x4a\xfb\xbf\xa4\x1d\x9d\xe2\xe2\x82\xc6\x19\x31\xb9\x70\xa6\xfc\x15\xfb\xee\x9f\x77\xd7\xf6\x1c\xe9\xb9\xe7\xd2\x74\x49\x1e\xc3\x96\x4b\x87\x4b\x7a\xc8\xa5\xaf\x4b\x19\x9d\x4d\xc1\x7f\x2e\xe5\x8c\x98\x4c\xa9\x93\x00\x0c\x86\x94\x8e\x93\xfe\x9b\xfc\x3c\xfb\xee\x97\xb7\x6b\x99\xda\xbb\xdb\x1e\x97\x32\x95\xc5\xd6\x9e\x24\xe1\xb4\x1d\x6a\xdf\x5d\xd3\x32\x49\x86\x91\x33\xca\xc7\x14\x69\x37\xb9\x83\x24\x3f\x9f\xdc\x41\xc1\x72\xc3\x4c\xca\x71\x0a\xab\xa3\x8b\x26\x9d\x18\xd4\xcf\x7a\xa8\x06\x8a\x4c\xb4\x62\x3b\xc9\xc4\x49\xff\xed\x71\x7c\x4f\xfa\x2f\x18\x96\x6c\x27\xfd\x37\x8b\xe2\xc6\x20\x9c\xbc\x3a\x41\xb5\x83\x79\x8a\x8d\x9b\xc5\x1b\x91\x15\xb8\x49\xc6\x05\x23\xe7\x12\x8f\x49\xc5\x05\xad\xab\x01\x15\x37\xa5\x93\x90\xc2\x7c\x92\x54\xb3\x66\x66\xcc\x48\x9c\x14\xd5\x4c\x7e\xc2\x3a\x63\x6e\x4c\xbe\x91\xa0\xd9\xff\x3b\xc5\x9b\x05\x9b\x24\xa6\x53\xbc\xd9\x14\x6f\xa6\x18\x44\xd6\xe4\x54\x99\x1f\xcf\xd4\xc9\x51\x59\xfb\xee\x97\x9a\x23\x22\xab\x1a\x69\x44\x56\x30\x2c\x22\x4c\x3e\x95\x49\x77\xcd\xbc\x4b\x93\xee\x0a\x86\x6d\x01\x93\xee\x0a\x86\xb4\xd8\x93\xec\x0a\xb6\x19\xc1\x36\xc9\xae\x60\x2d\x13\x4d\xb2\x2b\x18\x39\xb1\x6f\x4c\xa1\x6b\x41\xdd\xd7\x0f\x75\xba\xcc\x14\xd5\x0f\x35\x0f\x21\x26\xb2\x6c\x12\x62\xc1\x11\x8b\x7f\xd2\x61\xc1\xb0\xe9\x60\xd2\x61\xc1\x10\xd5\x38\xf9\x75\x26\x69\xc6\x50\x9c\xa4\x59\xd0\xac\x77\x4c\xd2\x6c\x92\x66\x32\xbc\x4f\xd2\x2c\x18\x8e\xa6\x98\xa4\x59\xb0\xad\xed\xa9\x93\x36\x0b\x96\xe8\x9a\xb4\x59\x50\xcb\xe1\x2e\x4d\x46\x9b\xcd\x58\x76\x93\x36\x0b\x36\xdb\xb4\x26\x6d\x16\x14\x9e\xd9\xc9\xff\x13\x0c\x7b\x3c\x26\xb5\x36\xfb\x2a\x46\x9e\x49\x4d\xcd\xe1\xdb\xed\x92\x67\x8e\x7c\x27\xbc\x4f\xc2\xcf\xe6\xca\x56\x91\xff\xe7\x76\x09\x86\x4d\x2a\x93\xbe\x0a\xd6\x4e\xeb\x49\x5f\x05\xa3\xe4\x0b\x3c\x79\x5d\x82\x21\xd2\x6c\x52\x5c\x41\x71\xc0\xc7\xa4\xb8\x82\x66\x99\x71\x52\x5c\x53\x24\xdb\x2c\xca\xaa\x9f\x12\xc9\x66\xcf\xc4\x14\xc9\x36\x79\x58\x6c\xa1\x9a\x04\x4e\x30\x6c\xf1\x98\xf4\xcd\xe4\x61\x91\x55\x7d\x12\x38\x41\x95\xe5\x7b\xd2\x37\x93\xbe\x89\x5e\x9e\xf4\xcd\x24\x3f\xa4\x50\x9f\xe4\x47\x50\xac\xee\x4f\xf2\x23\xd8\x96\xeb\x7a\xf2\x93\x04\xc3\xfe\x9c\x49\x91\x04\xef\x6d\xfe\x4d\xd9\xb2\x75\xc9\x09\x0c\xd3\xd6\xa5\x60\xe3\x8f\x9c\x44\xca\x9c\xf6\xb2\xc4\x22\x99\xd2\x34\x04\xc3\x5e\x99\x49\x56\x4c\xf1\x62\x32\xad\x4f\xf1\x62\xc1\xb0\x23\x65\x8a\x17\x9b\x34\x44\x8e\x0c\x1f\x93\x86\x08\xb6\x3d\x7a\x76\xd2\x10\xc1\x61\x07\xf5\xa4\x21\x26\x0f\x08\xb7\xdf\xa4\x04\x82\x29\x91\xc5\xa4\x04\xa6\x08\xaf\xa9\x8d\x48\x81\xe0\x10\xdf\x3d\x85\x70\x4d\xea\x60\x1a\x91\xd4\x41\xb0\x82\x93\x27\x75\x30\xbf\xba\xcf\x6b\xc6\xee\x0f\xca\x6e\x3a\x67\xf6\x07\xd5\x81\x03\x93\xd9\x1f\x94\xee\x8d\x62\xf6\x4f\xc6\xfb\x1c\xc7\x3f\x7c\xa9\xd9\xf6\x41\xcd\xc9\xd1\x63\xb2\xed\xe7\xda\x5b\x64\xb0\xb3\xed\x83\xb5\x54\x3b\xd9\xf6\x53\x00\x96\xf9\x8d\x6d\x3f\xd9\xf6\xd3\x64\xc0\xb6\x0f\xaa\xd0\x8d\xc9\xb6\x9f\x6c\x7b\x92\x6b\xb2\xed\x27\xdb\xde\x90\x65\xdb\x4f\xa9\x0c\xa6\xd7\xc9\x76\x9d\xa0\xc8\x47\x30\x59\xed\x53\xe6\x3e\xb9\xd3\x27\xb3\x3d\x18\x65\x5d\x52\x0e\x3e\x13\x99\xe9\x27\x9f\x49\x50\xf6\x75\x9b\x97\x53\xd0\xd4\x8c\x2c\x9d\x82\xa6\x82\xfa\x51\x5c\x41\x53\xd3\x16\x1b\x71\x65\x53\xd4\x54\xb0\x49\x39\x3f\x05\x4d\x4d\xe1\x50\x72\xb4\x4c\xc6\x7c\xb0\x49\x9a\x37\x19\xf3\x33\xc7\x29\x55\x71\x3c\x93\xe9\x1e\x34\xf9\x85\x27\xdf\xcd\xe4\xbb\x59\xbf\x34\x2e\x5e\xcc\x3d\x4b\x03\x93\x7d\x1f\x94\x8f\x0f\x03\xfb\x7e\xda\x27\x23\xcd\xd0\x64\xe0\x07\xc5\x09\xa6\x93\x81\x3f\xe5\xb2\x3b\x7c\xab\xd9\xe9\xc1\x3e\x4d\x4c\xcc\xf4\x60\xb9\x8b\x26\x33\x7d\xca\x51\x70\xac\x6b\x2a\x75\xe7\xdd\xcc\xe2\xc6\xb4\xff\x65\x26\x8e\xaa\x3a\x41\x6c\x72\xe7\x04\x73\x6e\x6e\x53\x83\xdb\xae\x67\x9f\x19\xc1\x4f\x41\xad\x6a\xc0\xd6\x9e\x7c\x33\x87\x9f\x32\xb6\x27\x63\x5b\xef\x31\xb6\x83\x22\x01\xdd\x64\x6c\xcf\x47\x7b\x9b\x85\x98\xd1\x41\xb1\xa0\x38\x85\x4d\xcd\x1c\x48\x54\x97\x55\xc2\xc5\x12\x8c\xf5\x6d\xe3\x62\x09\xb6\x99\x65\x91\x29\x46\x6a\xf2\xba\xc8\x7c\x3e\x79\x5d\x82\x61\xbf\xd8\x64\xa6\x4f\xa1\x54\x0e\x53\x3d\x18\xe0\x87\x0c\x71\x47\xd6\xe8\x0e\x16\x78\x30\x04\x9b\x1d\x42\xa9\x0e\x46\xb9\x74\xe8\x07\xab\x3b\x68\x92\x04\x1c\xac\xee\x43\xe2\x00\x99\xbc\x0f\x96\x72\x30\x44\xa4\x1f\x2c\xe5\x83\xab\x44\x56\xed\x83\xa9\x1c\xb4\xbe\xca\x71\xbb\x64\x73\xa5\x72\x3c\x2e\x65\xe6\x8b\xfd\x72\xb0\x94\x83\x61\x53\xd6\xc1\x50\x3e\x6c\x59\x91\x8e\xfb\x60\x29\x07\xc5\x8e\xb4\x83\xa1\x7c\x70\x5a\x1c\x69\xca\x83\xd3\xe2\x28\xfe\x2d\x97\xd8\xb1\x47\x91\x5f\x39\x6a\xef\xb0\x7d\x23\x18\xb6\xbc\x1d\x02\x96\x0e\x31\x46\xf6\xf5\x1c\xbc\x0a\xc1\x5a\x78\x39\x78\x15\x8e\xa2\x13\x32\x9f\x1f\x5c\x08\x41\x93\x87\xf1\xe0\x41\x38\xb8\x0b\x44\xaf\x1d\x8c\xdb\x60\xc8\xc3\x79\x70\x17\x1c\xd2\xa7\x99\x16\x0f\x96\x6c\x30\x6a\x16\xe6\x0e\x96\xec\xc1\x37\x70\x64\xb2\x38\x98\xad\x87\x58\xa0\xe2\x01\xca\x66\x43\xfd\xb1\xbb\xa6\x41\xd8\xad\x59\x82\x3c\x98\xad\x07\xdf\x80\x4c\xc5\x07\x23\x35\x18\x36\xb3\x1d\x8c\xd4\xc3\xf6\x76\x99\x8a\x0f\x36\x63\x30\x05\xfd\x1e\x6c\xc6\x83\xad\x26\x3d\xe7\xc1\x56\x0b\xf6\x23\xa6\xc2\xc1\x56\x0b\xfe\xb4\x2e\x5b\xed\xe8\xde\x6f\xbd\x60\x1d\x3d\x18\x36\xf7\x1d\x22\x73\x0e\x91\x39\x16\x42\x0e\x91\x39\x87\x0d\x0a\x9b\x4b\xab\x1c\xda\x68\xfd\x54\x1b\xe5\xcc\x1e\x7b\xef\x0e\xab\xed\x41\x11\x97\x7d\x58\x6d\x3f\x18\x88\x0e\xd7\x3d\x18\x88\xc1\x30\x81\x1c\x96\xdb\x8f\xec\x4f\x68\xf2\x99\x1d\x2c\xc4\x60\x70\x6f\x1c\x2c\xc4\x23\x51\x38\xed\xb3\x7e\xea\xbd\x8a\x3d\x28\x53\xd8\xc1\x1e\x0c\xde\xdb\x52\x36\x06\x61\x70\xc8\xf0\x72\x30\x08\x8f\x58\x7f\x4d\xa6\xe9\x83\xf5\x17\x8c\xfa\xf9\x87\x00\xf1\x83\x71\x18\xbc\xff\xa2\x9c\xda\xe6\xc5\xb4\x04\x7a\x58\xa2\x0f\x86\x6d\xb1\x87\x15\xfa\x23\x09\xcd\x9a\x85\xe8\xc3\x7a\x7c\x30\xec\x8f\x3c\x2c\xb8\x1f\xbb\x54\xf3\x9a\x95\xa9\x19\xcc\x8f\xb7\x82\xa5\x19\xbc\xb7\xa5\x86\x4c\xcd\xc3\x69\x3d\xf9\x72\x1d\x4c\xcd\x60\xc8\xde\x7b\xd8\xd3\x10\x0c\xc9\xfc\x0e\xe1\x3d\x47\x16\xdc\xdb\x47\x0d\x2c\xb8\x07\xeb\x68\xe9\xc3\x82\xfb\x91\x95\xf4\x26\x3d\xf0\x61\x29\x3d\x18\xb6\x47\x1e\x4c\xd9\xe0\xbd\x2d\x0f\x65\xcb\x06\x9b\xf3\x83\x0f\xa6\x6c\xb0\x35\x19\x7d\x0f\xb6\x6c\x30\x6c\xdd\x3c\x98\xb2\xc1\x7b\x5b\x6a\xc5\x96\x0d\x9a\x19\xfd\x60\xcb\x1e\x33\x15\xcd\x97\xeb\xb0\xb8\x1e\x8c\x35\xb2\x2d\xae\x1f\x53\xef\x15\xb7\xa9\xd5\xcc\xc8\x36\x91\x4a\x5f\x76\x1c\xab\x68\xf9\x29\xf3\x36\x28\xb2\x45\x1c\x16\xd2\x83\x21\x2b\xd6\x61\x21\xfd\x38\x8c\x45\xff\xc6\xe2\x0d\x86\x8c\xd5\x07\x8b\xf7\x38\x8c\x45\xe3\xd3\x12\x79\x30\x6c\xa3\x3c\xac\x90\x07\xdb\x6a\x21\x76\xf1\xf1\xd5\xef\x59\xa5\x3c\xd8\xa8\xc1\xb0\xb3\xf2\x60\xa3\x06\x4d\x74\xe5\xc1\x46\x0d\xb6\x26\x86\xf6\xb0\x34\x1d\x1c\x7f\x7e\xa9\x18\xd9\x3e\x50\xd7\x2f\x15\xe3\xab\xd5\xb2\xea\x73\x7c\x57\x39\xd2\x6a\x31\x89\x0e\xe6\x6b\x30\x19\x9c\x07\xeb\xf5\xf8\x19\xf3\x46\x2e\x5b\x35\x18\x6b\xb6\xb5\x0d\xfe\xf8\x69\xef\x2c\x18\x1d\x6c\xd5\xc0\x49\xf9\xe3\x60\xaa\x1e\x3f\x75\xcf\x9a\xe4\x61\xd1\x39\x58\x19\x4d\x0e\x8b\xce\xc7\x4f\xe3\x46\xaf\x1c\x76\xb3\x07\xc3\xae\xd2\xc3\x96\x82\x23\xf9\xa9\x9b\xcc\x21\xc7\x6f\x95\xd7\x47\x35\xef\x01\xc3\x37\x78\x6f\x4b\xd9\x58\xbe\xc1\x90\x34\xed\x60\xf8\x1e\xa7\xd6\x8d\x3d\x7f\x30\x69\x83\x61\x57\xe9\xc1\xa2\x0d\xf6\xf5\x59\x61\xd1\x06\x43\x82\xe4\x83\x41\x1b\x4c\x1b\x74\x0e\x06\x6d\x30\x84\x71\x1e\x16\xb5\x83\xf7\x91\x69\x22\xcb\xda\xc1\x26\x2f\xfc\x61\x59\xfb\xb8\x34\x6e\x84\xf6\x61\xc5\x3a\x18\x76\xcf\x1e\xcc\xde\xe3\xd2\x6a\x3e\x8c\xec\xd2\xa0\x6c\xdd\x6d\x4a\x7b\x69\x35\x9f\x32\xa6\x6a\x30\x64\x8f\x3c\x98\xaa\xc1\x90\x47\xed\x60\xaa\x1e\x62\xf9\xe5\xd2\x3c\xd8\xa0\xc1\x21\x8f\xda\xc1\x06\x3d\x6e\x83\x2d\xda\xe0\xb0\xe0\x1b\x8c\xd5\x2d\xcc\xd2\xe3\x31\xc9\xc4\x1e\x3c\x58\x97\xc1\xb0\x53\xf5\xb0\x92\x1b\xcc\x8f\x2f\x99\x95\xdc\xe3\xf1\x00\x46\x1d\x7b\x30\xd8\x24\x66\x3a\x9e\xf5\x80\xdb\x31\xf4\xe9\x2a\xcb\xb6\xc1\x90\xce\xea\xcb\x6a\x0c\xde\xdb\x46\xae\x6d\xae\x6d\xaf\x65\x1d\x31\xf6\x65\x35\x06\x73\x4b\x39\xbe\x02\x73\xbe\x31\x24\x9b\x45\xd8\x2f\x43\x32\x38\xf4\xcb\x97\x21\xf9\x4d\xb8\x7d\xdb\x32\x85\x7f\xad\xc2\x06\xdb\xc8\x90\xf9\xb2\x2d\xbf\x59\xfe\x6c\x92\x35\x7e\x59\x75\xc1\xe4\x10\xf8\x5a\xfe\xfc\x6e\x36\x54\xe4\x45\xf8\x5a\xeb\xfc\x6e\x99\x9f\x32\xa3\x7c\x85\xbe\x7f\x6d\x17\xce\xab\xf1\x15\xfa\xfe\x4d\xa8\x4b\xdb\x94\xcd\x5a\x67\x30\xbb\xba\xb3\x1a\x83\xe6\xc8\x81\xaf\x50\x97\xef\x3a\xd0\x3f\xe3\xe3\xcb\x92\x0c\xd6\x71\x7f\x5f\x2b\xa2\xc1\x7b\x5b\x2a\x6a\xbb\x70\x30\xf7\x8f\x5f\xaa\x41\x92\xfa\x66\x11\xf3\xaf\xdf\xec\xaf\x88\x99\x60\xd8\xb3\xfb\xb5\xd4\x1a\xbc\xff\x92\xda\x58\x6b\x0d\x36\x39\x41\xbe\xd6\x5a\xbf\xc5\x20\xd0\x36\x02\x5f\x82\xc1\xb4\xf8\xb2\x5a\x83\xf7\xb6\x14\x9d\xd9\x1a\x34\xee\xfd\xaf\x55\xda\xaf\x53\x64\xa4\x48\xf8\x32\x5b\x83\x21\x97\xc0\x57\x94\xcb\xb7\xaa\x61\xf3\x04\x55\x78\x31\xed\x7d\xfc\x32\x6e\x83\xd9\x37\x0f\x50\x83\x9a\xe9\x5c\x69\xc5\xc2\x7c\x63\xef\x36\x47\xb4\x7e\xd9\xbb\xc1\xb0\xfb\xf9\xcb\xde\x0d\x46\x5d\x25\x53\xcf\x64\x81\x5a\xb6\xf8\xd7\xd2\x6a\x30\xac\xa3\x7c\x2d\xad\x7e\x9b\x11\x15\x4d\xf0\xb5\x90\x1a\xac\xcc\x8d\x5f\xeb\xa8\xc1\xb1\x5e\x1d\x0b\xa9\xdf\x84\xc3\x37\xd3\xcb\x97\x09\x1c\x4c\x1b\x49\xbe\x56\x4d\xbf\x59\xfb\x6c\xf2\xfc\x7d\xad\x7d\x06\x83\x29\xfe\xb5\xf6\xf9\xed\x5a\x2d\x13\xf0\x97\xbd\x1b\x0c\xc9\x96\xbe\xb6\xe8\x7e\x1d\x5b\x19\x1b\xe9\xcb\x02\x0e\xde\x5f\xa6\xa2\x4c\xe0\x60\xd8\x6d\xfe\x15\x83\xf2\xed\xc6\x42\xa6\xdb\x2f\x7b\x37\x98\x76\x75\x7d\x99\xbb\xc1\xd6\x64\xf7\xf8\xb2\x77\x83\xa5\x05\xbf\xd6\x48\x83\x29\x2d\xd1\x97\x05\xfc\x1d\x86\x47\x66\xe0\xaf\x15\xd1\x60\xd8\xa3\xff\x65\x01\x7f\xf7\xf5\x80\x34\x1b\x3b\xf2\x6b\x0b\xad\xf7\x84\x1d\xf9\xdd\xe5\xc5\x8c\x98\xf8\x32\xfd\xbe\x4c\xbf\x7c\xc7\xbf\x4c\xbf\x2f\xd3\x6f\xcb\x3c\xfa\x65\xfa\x05\x43\x9c\xe5\x97\xe9\xf7\x65\xfa\x49\x69\xf4\x65\xfa\x05\x55\x80\xc0\x97\xe9\xf7\x65\xd3\xad\x79\x8e\x4d\x17\xac\x75\xb6\x2f\x9b\xee\x9b\x50\x88\xc6\x45\xf8\x65\xad\x7d\x05\x68\x57\x97\x94\x2d\x99\x65\x9b\x8c\x6b\x5f\xa6\x59\x30\xe4\x8c\xfb\x5a\xb2\x0c\xde\xdb\x52\x7b\x6b\x96\xc1\xb0\xb3\xfe\x2b\x14\x22\x18\x32\x5e\x7d\xc5\x6c\x7f\xd9\x79\xc5\xdc\xca\xce\x0b\xf6\x69\x80\xb0\xf3\xbe\x59\xd9\x6c\x72\xb5\x7d\xad\x6c\x06\xc3\xce\xfa\x2f\x3b\xef\x9b\x18\x87\x56\x0c\x5e\x16\x5c\x70\xc8\xce\xf0\x65\xc1\x7d\x0f\xc5\x8d\xc9\xf2\xb5\x66\x19\x0c\x5b\x7c\xbe\x76\x9d\x06\x5b\xb3\x24\xff\xb5\x8c\x19\xcc\x4f\xac\x87\xaf\x65\xcc\xe0\x58\x73\x9b\x20\x87\xef\x57\xeb\x9a\xe3\x19\x7f\xc1\x90\x2f\xe0\xcb\xf6\x0b\xde\xdb\x52\x36\xc6\xdf\x97\xf1\xd7\x3d\x40\x0d\xbe\x89\x59\xf5\x72\xb0\xfd\xbe\x5f\x67\x5b\x17\xd7\x74\xc2\x8b\x63\x1a\xcf\xd6\x29\xbf\x59\x94\x6c\x82\x9e\xbe\x16\x25\x83\x63\x8d\x40\x86\xde\x37\xc7\xb9\xff\x99\x29\x99\x70\xc1\x5c\xc5\x15\x37\xf0\x65\xd5\x89\x27\xfa\xb2\xea\x82\xf9\x99\x7e\xa9\xb8\xa7\x87\xc6\x08\xf8\x5a\x81\x0c\x76\x2b\x6e\x5f\x71\x03\xdf\xcb\x6d\xc6\x91\xc5\xc0\xe0\x58\xb3\xc5\xb5\x6e\xcb\x67\x82\x6b\xff\x6b\xfd\x2e\x38\xd6\x8c\xcd\x4e\x0a\x0e\xf6\xe0\x97\x9d\x14\xbc\xbf\x74\x4d\xbb\xbd\x38\xd6\xec\xc9\x41\x1f\x1c\xeb\x55\x63\x4d\x05\x07\x55\xf1\x65\x4d\x7d\x99\x4e\x3c\x2a\x5f\xa6\xd3\x77\x99\x4e\x2e\x69\xb5\xdb\xd2\x7a\xaa\xce\xc9\x1e\x6c\x8d\x17\xed\xcb\xcb\x1e\x1c\x6c\xe1\xaf\x4c\xa4\xc1\x7b\x5b\x9a\x83\xe3\x3d\x38\xd6\x14\xc8\x0e\xfb\x3e\x5a\x2d\xcb\x1d\x5f\x16\x56\x70\x30\x72\xbf\x2c\xac\xef\xa3\x47\xf5\x8b\xa0\xe9\xe0\x78\xdf\xdb\xbf\x7f\xb5\x2d\xf8\x7d\x1f\x1d\x3e\x3d\x4c\x39\x93\x91\x46\x68\xc7\xd7\xea\xde\xf7\xf1\x3a\x45\x6a\xff\x18\x65\xbf\x8f\xf7\x3a\x3d\xfe\x13\xf4\x1c\x4c\x6b\x74\x3f\xd6\xd6\x8f\x69\x65\x79\xef\xc7\xb4\x0a\xa6\x0d\x20\x3f\xa6\xd5\x2f\xd9\x61\x9a\x65\xa4\x9f\xd5\xb7\x9f\xd5\xb7\xbc\xb0\x3f\xab\x6f\xbf\x2c\xb5\x35\xe2\xf5\x67\xa9\x2d\x38\x4c\xdf\x3f\x46\xd9\x2f\x0e\xe8\x46\x31\xff\x38\xa0\x83\xc3\xe7\xec\xc7\x28\xfb\x31\xb7\x2c\x71\xfd\x98\x5b\xc1\xc1\xbe\xfd\x31\xb7\x82\xf7\xb6\xfc\x1b\x7b\x2b\xa8\x0c\xb5\x1f\x73\xeb\x27\x3b\x4b\x26\xb5\x1f\x73\x2b\xd8\x2c\x05\xfd\x58\x5b\x41\xb5\xf1\xe2\xc7\xda\x0a\x46\xdf\xfd\xbd\x56\xcb\xde\xc3\x66\x01\xe1\x27\x4c\x39\x58\xe7\x11\xfe\x18\x5d\xbf\xaa\x39\x32\x7f\xfd\x18\x40\xc1\x7f\x2f\x79\x66\xf5\x6f\xd5\x35\xff\xf6\x62\x38\x0e\xe9\x57\xd7\xbf\x4d\xb7\xa5\x52\x0c\xa0\x60\x74\xc5\x65\x00\x05\xeb\x08\x85\x1f\x03\xe8\xc7\x00\x62\x14\xfd\x18\x40\xc1\xb4\x6b\xfe\xc7\x00\x0a\x8a\x2d\x65\x3f\x06\xd0\x2f\xde\xe6\x95\x0b\xf7\x67\x25\x2f\x18\xb6\xab\xfc\xd8\x44\xbf\xa6\x43\x8d\x05\xce\xe5\x60\xf8\xba\xff\xd8\x44\x41\x75\xa6\xdd\x8f\x4d\x14\xbc\xbf\xac\xb9\xa6\x52\x89\xf2\xdd\xa2\x8e\x7f\x56\x0a\x7f\x71\x25\x37\x33\xce\x8f\x51\x14\x6c\xfb\xf0\x4b\x95\x62\x27\x99\x5b\x7f\xec\xa4\x60\xca\x9e\xf2\x63\x27\xfd\xfa\x7a\x68\x2a\xcf\x28\x0a\x86\xfd\x91\x3f\x46\xd1\x8f\xb5\x63\x43\xc0\x8f\xb5\x13\x1c\xab\xd9\x58\x3b\x3f\xd6\x8e\x04\x5c\x3f\xd6\x4e\x30\x3f\xeb\x36\x1d\xff\xa2\xd9\x8c\xf6\x63\xed\x04\xcd\xea\xe1\xcf\x7a\xdf\x4f\xc8\x6d\xe2\x8b\x7e\xec\x9f\x60\x63\xfb\xfd\xd8\x3f\x41\x95\x86\xe6\x67\x05\x30\x58\x27\x4a\xfc\x2c\x00\xfe\x72\x44\x77\x93\x5f\xe6\xc7\xff\x1b\xd4\xdd\x50\xb3\x00\xf8\xdb\x8d\x52\x2d\xc4\x72\x0a\xa6\xfd\x6f\x3f\x21\xaf\x3f\xab\x6d\xb2\xb8\xfc\xac\xb6\x05\x93\x51\xf0\xb3\xda\x16\xec\x4e\x00\xfb\x31\xb9\x82\xcd\x0e\xf0\x1f\x93\x2b\x78\xff\x2c\x95\xda\x57\x39\x7e\xd9\xd0\x90\x36\x63\x85\x05\x45\xb0\xc6\x8f\x15\xf6\x9b\x5a\xdb\xeb\xc8\xe4\xfa\xcd\x88\x5e\x8d\x66\x65\x2d\x68\x72\xe8\xff\x18\x61\x3f\x0b\x6b\x26\x00\x46\xd8\xcf\xc2\x5a\x35\x48\x2d\xac\x05\x9b\x9c\x22\x3f\x0b\x6b\xc1\x90\x10\xee\x27\x92\xf5\xc7\x7c\xb3\x33\xea\xc7\x7c\x0b\xd6\xf2\xc7\x8f\xf9\x16\x54\x67\x7f\xfc\x04\xb2\xfe\x1c\xf7\xbd\x2b\x99\x6a\x5a\x92\x13\xb9\xf5\x9b\xab\x9e\x11\x28\x43\x31\xbc\x9f\x87\x8e\x8a\xd7\xe2\xc7\x7c\xfb\xc5\x09\xbd\xc6\x1e\xeb\xed\x77\xac\x4a\xa5\x39\xac\xc9\x05\x4d\x1a\xb3\x1f\xeb\xed\x67\x99\x4e\x76\xfc\x1f\xf3\x2d\xd8\xc5\xb3\xfc\x2c\xd3\x05\xef\x6d\x69\x22\xc1\xad\x3f\xcb\x74\x06\x0c\x23\xef\x77\x98\xab\x7d\x6e\x8e\x55\x5e\x1f\x76\x97\xbc\x3e\x5f\xbd\x17\x1b\xfa\xc7\xca\x0b\x86\xbc\x45\x3f\x46\xde\xef\x2b\x54\xc2\x57\x89\x49\x17\x1c\x6c\xd7\x9f\xb0\xd5\xdf\x77\x95\x2d\x35\x65\xd2\x05\x43\x7a\xa3\x1f\x8b\x2e\x38\xd8\xa9\x3f\x16\xdd\x2f\x3b\xf8\x5a\x8b\x87\xe2\x67\xed\x2e\x38\x18\x5c\xbf\xef\x2a\x6e\x3e\x71\xfd\x1f\xbe\xd8\x3f\x06\xdf\x2f\x19\x2e\x9b\xc3\x0a\x7e\x96\xf6\x82\x29\xb6\xea\xc7\x06\x0c\x46\xcf\xea\xed\x8f\x0d\x18\xac\xb3\x65\x7f\x16\xfb\x82\xad\x1b\x3d\xfc\xd2\x3f\xeb\x7f\xd6\xc5\x7e\xd6\xff\x82\x26\x55\xf1\x8f\xf1\xf8\x4b\x4a\x91\x26\x71\xcd\xcf\x06\xc2\x60\x8a\xdc\xff\x31\x1e\x83\xe9\xbc\x88\x1f\xe3\xf1\x67\x49\x50\x24\xed\xcf\x92\x60\xb0\x39\xc7\xe5\x67\x49\xf0\x67\x49\x90\x4a\xfd\x59\x12\x0c\x8a\x93\xbb\x7e\x96\x04\x83\x41\x1f\xfd\x58\xa2\xbf\x84\xab\x36\x39\x05\x7e\xe2\x55\x83\x26\x9d\xf3\xcf\x66\xc4\x60\xae\x51\x61\x33\xe2\x2f\xee\xf1\xb5\x2d\xe7\x67\x31\x31\xa8\xb3\xb8\xa4\x06\x71\x8f\x37\xfb\xd5\x7e\x56\x13\x83\x22\x8c\xe4\x67\x35\x31\xd8\x56\x9c\xe0\xcf\x72\xe2\x4f\xaa\x7f\x53\xad\xd5\xc4\xdf\xa5\x43\xb3\x4c\xf3\xe3\x45\x0f\x36\xdb\x8f\x7f\x0c\xe7\xa0\xf1\xed\xfd\x18\xce\xc1\x26\x70\xf6\x67\x81\x31\xd8\x9c\xe7\xf3\xe3\x57\x0f\x36\xf6\xfb\x8f\x5f\xfd\x27\xf3\x88\x2e\xe6\x57\x0f\xde\x52\xa4\xd1\x38\xd6\x83\xcd\x5a\xe2\x8f\x5d\xfe\xb3\x80\xd9\x7c\x3a\x19\xe6\x41\x61\x2f\xfe\x18\xe6\xbf\x5b\xe7\x69\x35\x4b\x93\x41\xb3\x0b\xfa\x27\xd6\xf5\xc7\x70\x16\x1f\xf6\x63\x38\x07\xa3\x99\x82\x18\xce\xc1\xc6\x61\xfe\xbb\xd7\x03\xb4\x6d\xcc\xfc\x1f\x8f\x79\x50\x25\x89\xf9\x71\x98\xff\xd8\xd2\x76\x58\xfe\xd8\xd2\xc1\x10\xaf\xf8\x63\x4b\x07\xef\x6d\xae\x69\xc9\x27\x79\x12\x0c\x49\x1e\xf3\xdf\xa3\x8d\x7c\xfc\x19\xd0\xc1\x68\xa6\x42\x1e\xf3\x9f\xb5\xcf\x35\x27\x5b\xfb\x0c\x86\x8c\x13\x3f\x6b\x9f\x3f\x6b\x9f\x92\xb8\xfc\xac\x7d\x06\x87\x97\xea\x64\x66\x9f\x56\x30\x25\x71\x39\xd9\xd4\xc1\x68\x79\xb9\x4f\x2b\x98\xc1\x90\x71\xe2\x14\x7f\x1a\x0c\xe9\x2b\x4e\xf1\xa7\xc1\x14\xa7\x76\x8a\x3f\x3d\x13\x59\xda\x5a\xf7\xcc\xd3\xb5\x33\xc5\xf0\xff\x97\x4b\xa9\x40\x66\xdf\x93\xbf\xfc\x64\xb2\xdb\xa0\x7d\x32\xd9\x83\x95\x1b\xe8\x64\xb2\x07\xcd\xa6\x84\x93\xc3\x3c\x28\x02\x1d\x4f\x46\xfc\x69\x69\xd5\x9e\xdc\x93\x15\x1f\x94\x7d\xfd\x59\x73\x29\x5b\xd8\x0e\x7f\xa6\x31\x24\x1a\x89\x57\xf6\x64\xea\x07\xc5\xf2\xc2\xc9\xd4\x0f\xde\xff\x77\x9b\xd6\xd8\x32\xd4\xf2\xa9\x38\x6d\x49\x0c\xb6\xd1\x3d\x52\x63\x6c\xab\x9a\x6e\x53\xcd\x28\x02\x39\x3f\x4e\x82\xe0\xb4\x00\x2b\xaa\xf6\xa4\x08\x82\x21\x23\xc7\x49\x11\x04\x75\x5b\x77\xa9\x66\xd6\x5f\x7d\xb1\x4e\x8a\xe0\x74\x5a\x78\x3c\xbc\x27\x45\x10\xbc\xff\x9f\x7e\xb2\x97\x31\xd8\xec\xca\x3f\x89\x84\xa0\xd9\x07\x71\x12\x09\x81\x73\xa4\x4f\x0b\xb3\xc1\x70\x7e\xda\x69\x5d\x36\x18\x36\x7b\x9e\xd6\x65\x83\x29\xc7\xc8\x69\x27\x63\x70\x98\xba\x4f\x31\x07\xc1\x5b\x2e\x65\x35\x32\xd6\x8a\xae\x4b\x5a\xec\x45\xb1\x89\xee\xb4\xa0\x1b\xac\xa3\x2c\x4e\xeb\xb9\x27\x3d\x23\xe6\xf8\xa4\x67\x82\xd1\x3f\x7e\xa9\xc5\x12\xad\xd0\xda\xfa\x37\x4d\x96\xcd\x8d\xeb\x05\xb0\xec\x1b\xf4\x7d\x5d\xd2\x62\x96\x7d\x9d\x8d\x7f\x92\x3d\x41\xb3\x5a\x79\x52\x3d\x27\x3d\x23\xaf\xce\x49\xcf\x04\x6d\xb6\x7f\x38\xaa\xeb\x24\x77\xce\xc4\x32\x34\xc7\x15\x9e\x82\x19\x82\x2a\xb9\xd5\x29\x06\x37\x68\xb2\x65\x9c\xc2\x1b\x82\x2a\x7a\xe4\x24\x8a\x4e\x0a\xc8\xb9\x3f\x27\x05\x14\x34\x49\xbd\x4f\x0a\x28\x28\x16\x4b\x4f\x0a\xe8\xa4\x80\x9a\x61\x42\x01\x05\x9b\x2c\x2c\x27\x05\x14\x74\x69\x08\x4e\x0b\xc5\x27\xb5\x63\x32\x3e\xa9\x9d\x60\x05\xfe\x9d\xd4\xce\xd9\x75\x87\xf9\x48\xfc\x44\xd0\x77\xf3\x85\xf8\x89\xa0\x5a\x39\x39\xc5\xba\x06\x5b\x5b\xd3\x8a\x90\x8a\x60\x3b\x3e\x1e\xa0\x06\x16\x8f\xd7\x3b\x6e\xf1\x38\x68\x32\xee\x9e\x16\x8f\x83\xbe\xaf\xbb\x74\xda\x8b\x95\xa4\xfd\x14\x51\x11\x6c\xd3\x48\xa7\xb9\x82\x62\xb1\xf7\xa4\xb9\x82\x4d\x48\xf5\x49\x72\x05\x55\x2c\xd7\x49\x72\x9d\x22\x6e\xa5\xe6\x39\x09\xac\xa0\xca\xf4\x75\x12\x58\xa7\xe0\x89\xf5\xc2\xd1\x4e\x67\x4e\x83\x5b\xc5\x20\x9d\x4e\xd2\x29\xdf\x8d\x93\x74\x3a\xb3\xe3\xb0\xad\xd1\x6f\xcb\x61\xb0\xd2\x34\x9c\x96\xa6\x4f\x0a\x8b\x93\xe8\xa4\xb0\x82\xf2\x99\x2e\x19\x43\x09\xba\x6d\x72\xe3\x9c\x82\x6e\x83\x2e\x37\xf7\x29\x12\x22\xd8\x56\xc6\xc7\x53\x28\x44\xd0\x05\xba\x9f\xb4\xd9\x69\xf1\x9b\x9e\x3a\x29\xb1\x60\x85\x7f\x9c\x94\xd8\xb9\x4b\x38\xba\xa9\x82\x6e\xd9\x93\x46\x41\x7b\xd8\x54\x18\x6c\x76\x3f\x9f\x36\x15\x9e\x94\x98\x84\x3c\x27\x25\x16\x54\x87\xdb\x9f\xc2\x1e\x82\x26\x2e\xf9\x24\xce\x82\x15\x8f\x7d\x12\x67\xc1\xfb\x67\x69\x0f\xea\x2c\xe8\x82\xfc\x4f\xe2\x2c\xe8\xd3\xe8\x23\xce\x82\x6d\x6d\x98\x3b\xa9\xb3\x60\xe5\x25\x3d\x89\xb3\x60\xe3\x08\x3c\x89\xb3\x33\x4a\x6c\x25\xb7\x3d\x49\xb1\xa0\x8b\x69\x3c\x29\xb1\x33\x21\xc2\x4d\x92\x9e\x73\xae\xba\x67\x37\xbb\x21\x69\xb9\x3d\xe8\x8e\x89\x3a\x2d\xb7\x9f\x89\x1a\x6e\xf2\xf6\x9c\xa2\x86\x83\xb1\xbe\x4d\x04\x5b\xd0\x77\xcd\x6d\xb9\xfd\x3c\x74\x9e\x59\x87\x12\x0b\x2a\x07\xc7\x49\x88\x9d\x62\x28\xec\xd1\x38\xc5\x50\x9c\xce\x10\x37\x9d\x10\x67\xe7\xb1\x6a\x90\x5a\x51\x62\xc1\xb6\x3e\xf2\x56\xe0\x4f\xe2\x4c\xe6\x81\x93\x38\x0b\x8a\xbd\x4d\x27\x71\x16\xbc\xb7\xe5\x09\x96\xe0\x83\x2e\xad\xe7\x49\xaf\x05\xc5\xb9\x30\x27\xbd\x16\x94\x9e\x55\xa2\x53\xb8\x71\x50\xec\xf6\x3d\x85\x72\x04\x9b\x44\xd0\xa7\x50\x8e\xd3\x72\x7e\x8f\x75\x7a\x5a\xce\x0f\xba\x43\x58\x4f\xda\x2f\xd8\x2c\xde\x9d\xb4\x5f\x50\xe6\xaa\x92\xd6\x10\xca\xe1\xe4\xda\xd3\x72\x7e\xd0\x6d\xc7\x38\xc9\xc1\xa0\x38\x4e\xf8\x24\x07\xcf\xdf\x6a\xa0\x34\x9a\x50\x8e\xa0\x3b\xa8\xe3\xa4\xf7\x82\xbe\x86\x37\xbd\x17\x6c\x02\x26\x4f\x7a\xef\xb4\xe6\xdf\x23\xf8\x4e\xb2\x2d\xd8\x46\x0c\xdd\xd3\x9a\x7f\xb0\x16\xaf\x4f\x42\xee\xe4\x06\x90\xe7\xe1\xa4\xe4\x82\xe6\x5c\xcd\x93\x92\x0b\xfe\x58\x24\xf2\x45\x06\xdb\x9a\x23\xa5\x90\x09\x9a\xc4\x38\xe7\x6f\x55\xf3\xc9\x49\x7a\xb9\x44\xee\x9d\xa7\xa9\x29\x02\xea\xe4\x3f\x08\x56\x14\xe1\x49\xc7\x05\xeb\x88\xa6\x93\x8e\x3b\x4f\x5d\xd7\x5c\x53\x27\xc7\xb3\x7d\xfe\x41\x56\x9f\xc2\x48\x82\x6d\x5b\x7f\xa2\xc6\xa7\xb7\x97\x31\x48\xfa\x05\x45\x42\x93\x93\xf2\x3b\x45\x88\xf4\xac\x1b\x9c\x34\x5d\xd0\xd7\xd8\x17\x21\x72\x72\x86\x48\x5d\x74\xd2\x74\x41\x9f\xde\x7b\x9a\x2e\xe8\x0e\x6f\x3f\x69\xba\x60\x73\xd4\xc3\x49\xd3\x05\x5d\xae\xd1\x93\xa6\x0b\xba\xcd\x2b\x27\x4d\x77\x12\x6b\x9d\xe9\x47\xac\x05\x9b\x13\x44\x4e\x62\xed\xcc\x01\x02\x4d\x3e\xe2\x93\xcb\x24\x28\xc7\x7a\x80\x4e\xbb\xd4\xd3\x17\x97\xcf\x24\xe8\xb6\xaa\x9c\x64\x5e\x50\x0e\xc3\x89\xcc\x0b\x36\xfe\xfd\x53\xf8\x74\xb0\xce\x1d\x3d\x85\x4f\x07\xef\xff\xa7\x06\x76\x39\x06\x65\x19\xb8\x76\x39\x9e\xb7\x51\xcd\x90\xe7\x93\x09\x9a\x98\xed\x93\x4f\xe6\x24\x2d\xed\x6d\x38\x49\xcb\xa0\xac\xcf\x1a\x69\x19\xf4\x69\x6a\x27\x2d\xcf\x5b\x73\x30\xd1\x04\xc2\x04\x7d\x0d\x6b\x6a\x33\xe8\xd2\x72\x9e\xd4\x66\xb0\xd2\x2c\x9d\xc2\xb3\x83\x6e\xe7\xd1\x29\x80\xe6\xa4\x49\xbb\xd7\x86\x26\x0d\x9a\x4d\x7a\x27\x4d\x7a\x3e\xab\x39\x5c\xd3\x1c\xc9\x7e\xf9\x59\xbf\xd4\x1c\x4f\xf2\x8a\x9a\xde\x64\xd3\x39\x73\x1e\x9c\x0d\x56\x27\x95\x1a\x6c\xad\xb3\xab\xc9\xd4\xa0\x4f\xdf\x43\x9e\x9f\xa0\x1e\x2c\x72\x9e\x9f\xd3\xf1\xe0\x66\x02\x5a\x36\x68\xcd\xe0\xa6\x65\x83\x2e\xd2\xe4\x24\x65\x4f\x2e\x23\xa9\x45\x2e\x5a\xf6\x12\xc7\x23\xf9\xca\x25\x8e\x27\x28\xb6\xfa\x5e\xe2\x78\x2e\x9e\x25\xd9\xaf\x2e\x9e\xa5\xa0\x3b\x30\xf9\xa2\x82\xaf\xec\xb9\x6c\xb2\x5f\x5d\x34\x6f\xd0\x65\x5f\xb9\x68\xde\xeb\xe3\x2d\x88\x7d\x70\xf1\x36\x05\x2b\xcc\xe6\xa2\x79\x83\x3e\x57\x39\x2e\x97\x8c\x84\x74\xe8\x45\xf4\x06\x7d\x56\xb5\x4a\x4d\x2f\x3e\x29\x8e\x88\x8b\x9c\x0d\xd6\x69\x38\x17\x35\x7b\x89\x0a\x62\xb7\x5d\x54\x69\xb0\xf6\xa2\x5c\x44\x69\xf0\xde\x96\x2a\x88\x14\x0a\xfa\xcc\xe4\x7e\x89\x14\x0a\xfa\xcc\x87\xe2\xa2\x5d\x83\xb2\x7f\xdc\xa5\x52\xdb\xaa\x41\x9a\x8d\x83\x2b\xd8\xe4\xf0\xbb\xc8\xd9\xab\x18\x6b\x51\x4a\x17\xbd\x19\x14\x1b\x7b\x2f\x72\xf3\xe2\x94\xb2\xc2\x72\xd1\x9b\x41\xb7\xdb\xeb\xa2\x37\x2f\x61\x3f\x72\xfa\x5e\xe4\xe5\x25\xec\x27\x5f\xf9\x8b\xbc\x0c\xba\x0f\xe7\x45\x5e\x5e\xb4\xa4\xad\xc3\x17\x2d\x19\x74\xdb\xb8\x2e\x5a\xf2\x12\x09\x24\xe7\xee\x45\x39\x06\x9b\xdc\xc5\x17\xe1\x18\xfc\x19\x45\x84\x63\xd0\x6d\x66\xb8\xe8\xc6\x4b\xbc\xd0\x88\xc5\x77\x11\x8e\x41\x77\x40\xfd\x45\x38\x5e\x7c\x63\x66\xe1\x8b\x4a\x0c\xba\x6d\x4b\x17\xdf\x58\xf0\xde\x96\xba\x73\x8e\x05\x45\x40\xe5\x65\x5b\x67\xb0\xb6\xff\x5f\xe4\x65\x50\xb7\x8f\x3f\x53\xf5\xb8\xcb\x24\xf9\xbf\xb8\xcb\xae\xb6\xaa\x9e\x0e\xa5\x1f\x83\x22\x3b\xd7\x45\x3f\x5e\xbc\x6a\x82\xd7\x2e\x02\x32\xe8\x16\x32\x2f\x5e\xb5\x60\x5b\x27\xfd\x5f\x42\x8d\x82\x75\x4c\xef\x45\x66\x06\x85\x50\xbf\xc8\xcc\xa0\xc8\x01\x7b\x91\x99\x41\xe7\x32\xba\xa8\xcc\xe0\xfd\x7f\xbf\xd4\x42\x2f\xda\x68\x4a\xab\x81\xe2\x7b\xdb\x8e\x7f\xc8\x6f\x76\xf1\xcc\x05\xef\x1f\xfb\x17\x0d\xd8\x62\x61\x55\xcf\xd2\x80\xc9\xbf\xb3\x19\x27\x6d\x35\x60\xa6\xed\x58\x23\x17\x45\x1b\xbc\x7f\x96\xae\x25\x69\x83\xf2\x49\xc4\xc7\x65\x93\x67\xd0\x25\x33\xb8\xec\x1b\x08\xca\x91\x6f\xc0\x45\xf7\x06\x7d\x66\x5d\xf2\xa2\x7b\x2f\xce\x40\xe7\x54\x5d\x9c\x81\xc1\x12\xd6\x17\x67\x60\x50\x38\x33\x2e\x1a\x37\xd8\xda\xd0\x19\x44\x6e\xd0\xe7\x2a\x99\x9a\x77\xaf\xcd\x2a\x87\xaa\xe7\x08\x3c\xbb\x0e\x2f\x2a\x37\x78\x6f\xcb\x13\xc8\xdc\xa0\xcb\x73\x75\x91\xb9\x97\x7d\x03\x4c\x84\x8b\x1f\x31\xe8\xd3\x10\x26\x73\x2f\xfb\x06\xec\xdf\xbf\x78\x0d\x83\x75\x54\xff\xc5\x6b\x78\x0d\x95\x37\x2c\x6c\x12\x08\xb6\x63\x73\x49\xe5\x5f\x14\xeb\xa3\x17\xe9\x7b\x8d\x55\x2b\x65\x53\xab\x24\xe5\x91\xda\xe6\x12\xf1\x1f\xf4\x99\x0f\xd4\x45\x20\x5f\x64\xae\xfd\x7c\x17\x99\x1b\x34\x41\x9f\x17\x99\x7b\xf1\x37\x8a\xbe\xbf\x68\xda\x60\x9b\xe6\x6d\xfe\xc6\xa0\xc8\x19\x70\x51\xb9\xc1\xb1\xf9\x2e\x50\xb9\x97\x10\x2f\xc7\x9f\x5e\x9c\x8b\x41\x9f\xdd\x6d\xba\x4a\xd8\xfe\x30\x03\xd1\xaf\x41\x1d\xa6\x2e\xfa\xf5\x22\x56\xd9\xe9\x17\xb1\x1a\x94\xc3\xcc\x42\xac\x5e\x3c\x89\xd2\xa0\x5d\xd4\x6a\x70\x38\x72\xf5\x22\x56\x83\x2a\xe6\xf2\x22\x56\x83\xea\xd8\xab\x8b\x58\xbd\x88\x55\xc9\xd2\x2e\x62\x35\x58\x91\x39\xd7\x5c\x35\xd0\x2d\x6a\xc5\x6f\x18\xac\x0d\x78\x17\xfd\x7a\x1d\x5e\x2a\x43\x86\x5a\x0d\xfa\x6c\x2e\xa9\x3b\x01\x3b\xb2\xba\x7d\x11\xb0\x57\xd4\xaa\xe3\x10\x2f\x6a\x35\xa8\x6b\xd2\xe0\x70\xbc\x28\x53\xe9\xd8\x2e\xca\x34\x58\xb9\x13\x2f\xca\x34\x78\x6f\x4b\x4d\x05\x87\x05\x45\xda\xe5\x8b\x27\x31\xe8\xdc\x37\xd7\xb1\x6a\xf0\xe4\x00\x91\x5c\xa2\x5f\x83\x6e\x13\xf0\x45\xbe\x5e\xce\x2d\x88\xe9\x79\x91\xaf\x17\xf9\x3a\xb4\x1a\xf9\x1a\x94\x4f\x6c\xa6\x8b\x7c\x0d\xde\xa9\x3c\x97\x54\xf3\xeb\x9d\xf2\x02\xd1\xaf\x41\xb5\xed\xfd\xa2\x5f\x83\x22\x46\xf2\xa2\x5f\x2f\x5b\x11\xba\xff\xd7\xc5\x5f\x6a\xde\x7f\xe9\xe2\xc8\x57\x29\x9f\x2e\xf2\x35\xe8\x96\xf3\x2e\xf2\xf5\xe2\xba\x1c\x31\xc4\x2f\x5a\x35\xe8\xe2\x0b\x2f\x5a\x35\x68\xce\xdd\xbe\xf8\x26\x2f\xbe\x49\x29\x77\x2e\x5a\x35\x68\x4e\x4e\xbb\x68\xd5\xeb\xa7\xe6\xfe\x8d\x27\x32\xd8\xa6\x37\x9b\x27\xf2\xa2\x5f\x65\x76\xbb\xe8\xd7\x60\x3b\x98\x5f\xf4\xeb\xc5\x9f\x28\xb3\xdb\x45\x60\x06\x7d\x46\xac\x5e\x04\xe6\xc5\x9f\x68\x86\xe1\x4e\xbc\x68\xce\xb1\xbb\xa6\x57\x5e\xfc\x19\xdd\x34\x67\xd0\xa7\x81\x46\x73\x06\xf5\x30\x44\xf9\x0e\x83\x6e\xff\xf6\x25\x91\xe9\xc5\x9d\x38\xbc\x8b\x44\x65\x50\x96\x09\x45\x53\x06\x75\x7d\x24\x69\xca\xeb\xf2\xf6\x98\x87\x08\xc8\xa0\x36\xc5\xe0\x26\xbc\x2e\xe3\x45\xa5\x48\xc3\xa0\x88\x8b\xbf\x48\xc3\x60\x5b\x19\x6a\x2e\xda\x30\xa8\x6b\x92\xe7\xee\x0b\xba\xec\xac\x17\x77\xdf\x25\xc0\x4e\xca\xb1\xeb\x5a\x65\xcb\x77\x76\xfc\x43\xbe\x94\x8b\x98\x0c\xfa\x34\x83\x12\x93\x17\x31\x39\xb2\xda\x7c\x11\x93\x17\x31\x19\x47\xd4\x45\x4c\x06\x1b\xd7\xe8\x45\x4c\x5e\xb7\x4e\xf3\xf6\x92\x8e\xc1\x0a\x62\xbb\x28\xc7\xe0\xbd\x2d\x0d\x4d\x3a\x06\x7d\x7a\xe3\x04\xf8\x5d\x64\xa2\x24\x65\x17\x99\x18\xcc\x3f\xff\xa6\xd7\x5e\xb4\xe2\xeb\x41\x26\x5e\xce\x15\xd7\x43\x22\xf7\x2e\xca\x51\x8e\xb2\x8b\x72\x0c\x36\x7b\x06\x2f\xca\xf1\x7a\x3e\x6e\xcb\x4f\xe9\xc4\x60\x1d\xad\x74\xd1\x89\x17\x9d\x28\x47\xd9\x45\x27\x5e\x4e\xa8\xf3\x59\xa0\x13\x2f\x3a\x51\x8e\xb2\x8b\x4e\x0c\xa6\x28\x8b\x8b\x4e\x0c\x0e\x9b\x2f\x2e\x3a\x31\x28\xf6\x03\x5d\x02\x08\x2f\x1e\xce\xdd\x3c\x45\x3b\x06\xed\xb3\x7e\xa9\x85\x9e\x38\xfa\x57\xc9\xb4\x50\xa4\xe3\xfa\x78\x90\x8e\xc1\x18\xb4\x07\xe9\x78\x11\x85\x7b\xa6\xcb\x9b\x28\xbc\x39\x38\xf7\x38\x95\x6e\xd2\x2e\xa8\xdb\xee\xd2\x70\xe9\x70\x5b\xcf\xb5\xaf\x6b\xdf\x9c\xa3\xbe\xe5\xd2\xcf\xa5\x9f\xdb\x8e\x5c\x3b\x5d\xcb\x77\x78\xf8\xe5\xe5\x52\x0e\xe6\xcf\x58\xbb\x29\xbb\x9b\xb2\xcb\x14\x7a\x53\x76\xc1\xd6\xa4\x28\xbb\xb9\x33\x83\xe2\x38\xf9\x9b\x3b\x33\xe8\x32\x2b\xdc\xf4\xdf\x9d\x7c\xaa\x4d\x8a\xb2\x9b\xef\x32\x68\x76\x0e\xdf\x7c\x97\xb7\x38\x45\x89\xc6\x6e\xce\xcb\xa0\x4b\xc0\x70\x93\x89\xc1\x3a\x43\xea\x26\x13\xef\x4d\x73\x64\x48\xde\x34\xe1\x4d\x13\xc6\x82\xbc\x69\xc2\x3b\xf9\x74\x1a\xa5\x71\xcb\xa7\x13\x34\x5b\xd7\x6f\x9a\xf0\xde\x56\x45\x73\x8d\x43\xf3\x16\xe1\x98\xf7\xec\xe6\xcf\x0c\x36\xc7\x95\xde\xfc\x99\xb7\x0d\x25\x9c\xb4\x37\x87\x66\xd0\xa4\x33\xbc\x39\x34\x83\x6d\xcb\x84\x79\x13\x98\x41\x97\xff\xe0\x26\x30\x83\x69\x1d\xe7\xa6\x2f\xef\x62\x44\xea\x63\xee\xcb\xa0\xf2\xf3\xdc\xf4\x65\xf0\xde\xe6\x9a\xba\x13\x98\xc3\xbf\x19\x09\x2f\xf6\x3d\x2f\xed\xcd\x7f\x79\xdb\x33\x3d\xdd\xa5\x35\xb8\x2f\xe5\x0f\xbd\x69\xce\x60\x93\xd0\xeb\xe6\xbf\xbc\x39\x2b\xe5\x32\xbb\x69\xce\xa0\xcb\xfd\x70\xd3\x9c\x37\x67\xe5\x1e\xc9\x71\x13\x9d\x41\x11\xf2\x74\xd3\x9c\x37\xcf\xe4\x1e\x03\xf2\xe6\x99\xbc\x79\x26\x77\x0f\x50\xf7\xaa\xdf\x9b\x9f\xaa\x7c\xb2\xb3\xca\x50\x7e\xd3\x9c\x77\x35\x15\xc5\x2c\xbe\xc9\xc9\x60\x7e\x56\x71\xd5\x8a\x4e\xdc\x33\xa1\xdc\x74\x62\x50\x8e\x7c\xc8\x6e\x3a\x31\xe8\x33\x36\xc8\x4d\x26\xde\x14\x18\x67\xd5\x4d\x81\x05\x2b\x45\xe3\x4d\x81\x05\x7d\x0e\x77\x79\x66\xf7\xcc\x7c\x9c\x6f\x42\xea\xa6\x9a\xf2\xd1\xba\xa9\xa6\x60\x6b\x52\x86\xdd\xdc\x85\xc1\x66\x7d\xea\xe6\x2d\xbc\xed\x48\x91\x1f\xec\xe6\x2e\x0c\xea\xe1\xa5\xa2\xb7\x6e\x1e\x44\xb1\x9c\x37\x75\x15\x34\x5b\x29\x6f\xe2\xea\xa6\xa4\xe4\x30\xba\x29\xa9\xe0\x10\xd3\x7c\xf7\x55\x85\x98\x17\x99\x5f\x6f\x42\xea\x1e\xeb\x01\xa9\x15\x05\x13\xf4\x69\x16\xb3\xb3\xf9\x26\x6a\x24\xd0\xba\x89\x9a\xa0\x3b\x4c\xed\x26\x6a\x82\xe9\xf0\xba\x9b\xa8\xb9\x77\xbf\x8c\xe8\xb8\xf9\xcc\x82\xba\xc6\x29\x9f\x59\x50\xe5\x63\xbc\x6d\x21\xb9\xa7\x06\x3f\xfe\x21\x21\xe9\x4d\x7f\x04\x45\xa0\xcb\xcd\x7f\x76\x93\x24\xdc\x4f\x37\x49\x12\x14\xc1\x0c\x37\x49\x72\xf3\x9f\xe9\x22\x8a\xe4\x16\xc9\xc8\xfd\x74\xd3\x1f\xc1\xb6\xde\x6a\xfa\xe3\xe6\x05\xe3\x11\xbd\xa9\x88\xa0\x4f\xb5\xe1\x05\x0b\x56\x38\xef\x4d\x57\xdc\xe2\x11\x79\x6a\x6e\xf2\x20\x98\x73\xba\xa4\x1c\xe2\x11\x65\x8b\xba\xc5\x23\x06\xdd\x8e\x8a\x9b\x17\xec\xb6\xc3\xc4\x9a\xed\x4d\x45\x04\x85\x82\xbf\x89\x88\x60\xb7\xce\x7d\x13\x11\x37\x2f\x98\xe5\xf0\x9b\x8a\x08\xba\x4c\x2a\x37\x15\x71\xdb\x74\x62\xf5\xfe\xa6\x19\x82\x56\xf2\xdd\xbd\x49\x86\x9b\x3e\xb0\x36\x7d\x13\x08\x41\x5f\xb5\xa2\x0f\x6e\x7b\x95\xf9\x87\x6e\x02\x21\xe8\xd2\x9a\xdc\x04\xc2\x2d\x92\x91\xaf\xe1\x26\x07\x82\x95\xea\xe7\x26\x07\x6e\xbb\x4e\xac\xe4\xde\x0c\xfd\xdb\xf1\x64\x26\x26\x86\xfe\xcd\x4f\x65\x31\xe9\xe6\xa7\xba\xf9\xa9\x8c\x4f\xb6\xff\xcd\x4f\x95\x25\xe0\x9b\xed\x7f\xdb\x85\x6c\x99\xe8\xe6\xa8\x0a\xfa\x34\x1b\x92\x03\xc1\x7b\x9b\x87\xaa\xe9\x2f\x4a\xc8\x4b\x21\x30\x31\xe8\x33\x26\xc6\x4d\x21\xdc\xbf\x55\x51\xd7\x54\xf4\x97\x09\xf2\x50\x34\x15\xfd\xe5\xdd\x9c\xfe\x5f\x27\xe7\xe4\xed\x66\x6d\xf7\xe6\xcf\x0a\xba\xec\x3b\x37\x7f\xd6\xbd\x84\x44\x56\x17\x6e\x4a\xe2\x96\xa5\x27\x26\xfc\x2d\x30\x31\xe8\x32\xed\xdc\x02\x13\x6f\x7a\xc3\xba\xe2\x4d\x6f\x04\xbb\x4c\x79\x37\xbd\x11\x4c\x71\x12\x37\xbd\x11\xbc\xbf\x4c\x7b\x13\x1c\xc1\x26\x44\xe5\x26\x38\x6e\x82\xc3\xea\xd6\x4d\x70\x04\x6d\x98\xa7\x09\x8e\x60\x5f\x93\x32\xc1\x11\x6c\xcd\xca\xe8\x7d\xae\x8a\xbe\x13\x9f\xfd\xf9\xb7\xf0\xc5\xa0\x53\x69\x37\x57\xd7\x4d\xaa\x50\xf5\x37\xa9\x12\x6c\x52\x6c\xdc\xa4\xca\xcd\xfd\x65\x9d\xe6\xe6\xfe\x0a\x1a\x97\xff\xcd\xfd\x15\x54\x1b\xd2\x6f\xee\xaf\x60\x70\x97\xdc\x34\x4e\xf0\xfe\x59\xda\x9b\xc8\xb9\xf9\xbf\xf4\x31\x8d\x73\xdb\x58\x44\xaf\xdf\x14\x4d\xb0\xad\x21\xc9\x25\x76\x5f\xab\xee\x69\x5c\x92\x25\x58\x9e\xb3\x9b\x64\x09\xfa\xd4\x53\x14\xcb\x4d\xb1\x30\x27\x28\x96\xa0\x2c\xbb\x8f\x62\x09\xfa\xcc\x5a\xdf\xcd\xfd\x75\x13\x31\xd6\xdd\x6e\x22\x26\x28\x52\xcd\xdd\x44\x4c\x50\xda\x7a\xa4\xaa\xdf\x71\x67\xaf\x4b\x6a\xce\x23\x66\x9d\xe9\xe6\x11\x0b\xb6\x4d\x3b\xf2\x88\x05\x95\x2b\xe0\xa6\x74\x6e\x3b\x92\xac\xeb\xdd\x74\x4d\x30\xe5\x70\xbf\xe9\x9a\x5b\xb0\x25\x6d\x7b\x13\x31\xc1\x5c\xcf\xe4\xfe\xba\xed\x16\xa7\xf3\x6e\x22\x26\x98\xd6\x39\x6f\x1a\x26\x78\x6f\xcb\x20\x25\x62\xee\xe5\xec\xf2\x4b\x75\x7f\xf4\x31\x13\x9d\x62\x09\xa6\x34\x78\x37\xc5\x12\x1c\xdb\x7a\x80\x8a\x3e\x39\xda\x84\x19\x42\xb0\xdc\x62\x2d\x49\xbf\x9b\x83\x2a\x98\x52\x02\x3c\xa4\xc8\xf3\x59\x6b\x04\x3d\xd7\x36\xd7\x72\x5e\x7e\xec\x8b\x87\x7f\x2a\xa8\xf2\x5b\x3c\xf6\x99\x3f\x1f\xf3\x55\x64\xc1\x43\xb1\x04\xd5\x5e\xff\x87\x7b\xea\xc9\x51\xd9\xcd\xab\xf7\x08\xc0\x0c\xba\xe4\x52\x0f\x5d\xf3\x88\xac\x9c\xff\x92\x93\xf4\x21\x55\x82\x62\x5d\xf1\xa1\x54\x1e\x21\x95\x8c\xd1\x87\x13\x2a\x28\xf2\x88\x3e\x64\x49\xd0\x2c\x92\x3f\x64\x49\xd0\x25\xec\x7a\xa8\x92\x87\xde\x30\xfc\x1f\x7a\x23\x98\x0e\xaf\x7a\xe8\x8d\x87\x90\xe0\xb1\x7d\x08\x89\xa0\x58\x98\x7f\x08\x89\xe0\xbd\x6d\xe6\x9a\x56\xcd\x41\xd6\x9f\x74\xdb\x43\x48\x3c\x0e\xb2\xce\x37\xeb\x21\x24\x82\x3e\x23\xa2\x1e\x42\xe2\x21\x11\x7c\x05\x1e\x12\x21\xe8\x16\x4b\x1f\x12\x21\xe8\x47\x3e\xb1\x0f\x85\x10\x14\xc7\xb1\x3f\x14\x42\x30\xff\x14\xec\x72\xc9\x37\x40\xf9\x6f\x97\x74\xd0\xe1\x9a\x1e\x78\xd1\x2d\x82\x3e\x14\xc2\xc3\x51\xe5\x23\xf0\x70\x54\x05\xd5\xb1\xde\x0f\xd1\x10\x4c\xdf\xdc\x87\x68\x08\x56\xd0\xef\x43\x33\x3c\xd5\x10\x8b\x29\xf1\xf0\x4a\x05\x5d\x4a\xb3\xc7\xbe\xae\x87\x8e\x98\x87\x07\x4c\xd7\x66\x12\x34\xa4\x69\xe9\x88\x87\x40\x98\x31\xca\x1e\x02\x21\x68\x5b\x75\x9b\x4a\xd5\xec\xbd\xf6\x4c\x11\x8c\x0f\x17\xd4\x7a\x28\x17\x54\x70\x98\xbb\x1e\x2e\xa8\x47\xbc\xa2\x38\xbe\x87\x23\xe9\x69\xe6\xe8\x14\x8d\xd7\xe8\xb1\x3f\x7d\xf5\x14\x7f\x50\xd0\xff\xfc\x52\xb7\x90\x1b\x87\xb7\x95\xdc\x78\xc8\x8d\x98\xd7\x0f\xb9\xf1\x70\xe5\x08\x15\x7f\xb8\x72\x82\x69\xa1\xe6\xe1\xca\x79\x04\x2c\x0a\x6f\x78\x38\x6e\x82\xe9\xf4\xdf\x87\x04\x79\x68\x0b\x8e\x8a\x87\xb6\x08\x8a\x68\xda\x87\xb6\x08\x0e\xfb\x6d\x1e\xbe\x9c\x87\xe3\xe6\x30\x72\x69\x8b\xa0\x9a\x92\x1f\x8e\x9b\x87\xdc\x90\x82\xed\xe9\xab\x0a\xf7\xfb\x22\x77\xcf\xd4\x09\x39\x7d\xba\x11\x34\x8f\xc8\xc3\xa0\x4b\xbd\xf7\x70\xd2\x3c\x82\x11\xe5\x5b\x7b\x78\x69\x82\xb9\xc6\x91\x60\xc4\x87\xe3\xe6\x88\x05\xf6\x70\xdc\x04\xc5\x2e\xbf\x87\xe3\xe6\x91\x83\xc9\xb9\x5a\x8f\x1c\x4c\xc1\x3a\xd2\xe9\x21\x5e\x82\xcd\x4e\xe0\x67\xac\xe2\x3e\x99\x92\xd3\x1e\xc4\x4b\x30\x6d\xba\x7f\x84\x2c\x3e\x42\x16\x25\xdd\x7a\x84\x2c\x06\xfd\x88\x19\xf5\x08\x59\x7c\xf8\x72\x8e\xea\xdf\x54\x2a\x21\x8b\x82\x57\x1f\xbe\x9c\x87\x2f\xc7\xe6\xc8\x87\x2f\x27\x38\xec\xa6\x7f\xf8\x72\x82\xbe\x86\x07\x5f\xce\x63\xef\x98\x6d\x31\x0f\x67\x4e\xd0\xd7\xf0\xb0\x77\xec\xe1\xdf\x91\xe3\xed\xe1\xdf\x09\xfa\xb1\x79\x80\x16\x4a\x14\x63\x93\xe3\xed\x21\xc9\x82\x43\xcc\xd2\x43\x92\x05\x53\xb0\xfb\x23\xb0\xf1\xb1\xab\x5f\x38\xdb\x43\x73\x05\x9b\x1d\xc9\x0f\xc9\xf5\xd8\x50\x76\x44\xb1\x3f\x34\x57\x30\xd7\x0c\x4e\x73\x05\x73\x33\x3c\x78\x81\x82\x4d\x2a\xf0\x87\x0a\x0b\xba\x84\x85\x0f\x15\xf6\xf0\x02\x59\xda\x7e\x78\x81\x82\xbe\xde\x3d\x5e\xa0\xa0\x4b\x66\xfe\x70\x02\x05\xe5\x30\x0b\x93\x6f\x8f\x3d\xfd\x47\x24\xf6\x43\x85\x05\xf3\x63\x0c\x11\x61\x0f\xc5\xb5\x5e\x2a\x8a\x2b\x28\xe2\xb4\x1f\x8a\xeb\xb1\xa7\xdf\xb9\x6e\x0f\x2d\x15\x1c\x9b\x87\xf2\xc8\x04\xad\x9a\xb2\xa8\xab\xc7\x6e\x2f\x49\xf0\x1e\xee\x97\x60\x0a\xf4\x7c\xa8\xab\x87\x94\x92\x04\xef\x21\xa5\x82\x2e\x0b\xe3\x43\x4a\x3d\x62\x05\x0f\xdd\xc2\xd9\x12\x1c\xad\x95\x7f\xf8\x60\x13\x5f\x0f\x2f\x8b\x54\x7a\x0f\x2f\x4b\x70\x08\x4c\x7c\x88\xaf\x87\xd2\x12\x04\xf7\x50\x5a\xc1\xbe\xbe\xeb\x94\xd6\x23\x0d\x00\x39\xfa\x90\x5a\x81\x2c\x48\x0f\xa1\xf5\x50\x55\x7f\xae\x19\x3c\xbf\x7c\x42\xcc\x54\x54\xd5\xf3\x53\x41\xdf\x28\x5e\x96\xc7\x79\x71\x0c\x07\xaa\xea\xb1\x69\x4b\x34\xe4\xc3\xcb\x12\x94\x4f\xcc\xeb\x87\x36\x0a\x26\x31\xfa\xd0\x46\x41\xe7\x37\x7f\x68\xa3\x60\xda\x3b\xf9\x90\x46\x8f\xc0\x3e\x32\xe2\x11\xd8\x17\xf4\x35\x23\x8b\xdc\x7b\x08\x10\xe9\x98\x1e\x02\x24\xe8\x87\xc9\x9c\x00\x09\xb6\xcd\x2f\xe9\x8f\x27\xfb\xa7\x9a\x14\x7c\x0f\xb5\x11\x4c\xdb\x08\x1e\x6a\xe3\xe1\x3e\x91\x6f\xef\x21\x2d\x82\x69\xe3\xee\xc3\x7d\xf2\x44\x59\xf4\x65\xc0\x90\x16\xc1\x61\x09\xf2\x11\x6d\xf7\x44\x6d\xf4\x8f\xcf\x27\xb5\x11\xf4\x23\x6b\xb9\x0f\xb5\x11\xcc\x4f\xbc\x3d\x0f\xb5\x11\x74\x59\x37\x1f\x6a\x23\xe8\xeb\xfb\x41\x6d\x3c\x91\x16\x5d\x08\xf6\x43\x5a\x04\x53\xec\xe6\x43\x5a\x3c\xf7\x2a\xad\x6b\x4a\x7b\x67\xb3\x9e\x57\x93\x1a\x78\x6e\xa5\x35\x25\x73\x69\x04\x7d\x7d\x8d\xa8\x81\xa0\xaf\x2f\x0f\x35\x10\xcc\xf5\xad\xe0\xe4\x08\xf6\xdd\xfb\x4b\x1f\x3c\x09\x4c\xeb\x1f\x53\x2d\x63\x3d\x98\x92\x4e\x3d\xbc\x0b\xc1\xd6\xa5\x95\x7d\xb8\x17\x82\x63\xcb\x4a\xda\xc3\xbd\x10\xbc\xb7\xa5\xd5\x84\xa6\x05\xd3\x1a\xea\xc3\xf2\x0f\xde\xdb\xfa\xff\xfc\xdf\xfe\x89\xe9\xbf\x7f\xe2\x85\xe8\x9f\xb7\x0a\xfb\x27\x5e\x08\x38\xd2\x1e\xfb\x27\x36\x3d\x1c\xdb\x6b\x1e\xee\x9f\xd8\xf4\xfb\x27\x36\x7d\x4f\x36\xba\xfd\x13\x9b\x1e\x66\xfc\xb8\xfb\x27\x36\x3d\xbc\xb7\xf9\xb7\x9f\x6b\xbf\x3c\xe0\x93\x4b\xa7\x4b\xb7\xdb\x5a\xae\x3d\xae\xf9\x80\xe4\x97\x9b\xe2\x26\x5f\x7f\xff\xbc\x4a\x7f\xff\xc4\x0d\x01\xf5\x33\xf2\xcb\xb8\x21\xf6\xcf\xa6\x56\x35\xe5\xdd\xd4\xea\xc5\x9e\x73\x1d\xf6\xcf\xa6\x56\xd9\x1c\xd5\x3f\x2d\xe5\x8d\x83\x01\x8e\x44\xd5\xef\x9f\x4d\xad\x36\x9d\xd5\x14\x44\xb5\xe2\x73\x88\x31\xb1\x7f\x36\xb5\xda\x62\xbe\x15\x0f\x50\xab\xb8\x21\xfa\xa7\x29\xdb\xe5\xda\x95\xad\xdd\x25\x97\x6e\x97\x54\xbe\xa5\x63\x36\x95\xdf\x52\xf9\x23\xfd\x52\x54\xbe\x64\xd2\x3f\x72\x57\x51\xf7\xb8\x21\x7a\xb2\xe7\xed\x9f\xa8\x07\xe8\x31\x60\xf6\x4f\xd4\xc3\xfe\x49\x04\x5b\x4f\x5c\xcf\xfe\x29\xfa\xaf\x08\x98\xf0\x4b\x75\xcf\x8e\xa9\xed\x70\x97\xba\x17\x63\xa6\xa7\x89\xaa\x72\xbc\x38\xb2\xbe\xbb\x7f\xaa\x72\x08\x43\xcb\x19\x6b\xfb\xa7\xea\x84\x17\x47\xd2\xf5\xec\x9f\xaa\x68\x55\xbf\xe8\x84\xaa\x5f\x12\x74\x76\x18\x46\x55\xbf\x54\x43\xcb\x38\xaa\x0a\x92\xa0\xb3\x04\x7a\xef\x9f\xaa\x0f\xaa\x61\xaf\xe7\xab\xa6\xcc\x62\x7f\xfc\x7d\xfb\xa7\x6a\xc9\xa6\x8d\x46\xca\xd6\x14\xe4\xc5\x91\x9d\x2f\xfb\xa7\x69\xa3\x17\x47\x72\x15\xed\x9f\xa6\x68\xcd\xeb\xb7\xbb\xa6\x4b\x63\x91\x67\x05\x63\xff\x34\x3d\xda\x74\xdf\xee\xda\x7a\x68\x66\x86\x9a\x5f\x76\xcd\xd6\x8d\xdd\x99\x5a\x75\xed\x16\x23\x3d\xce\xed\xfd\xd3\x35\x5b\xd7\x46\xd3\x4f\x15\xe4\xc5\xcc\xf9\x6f\xfb\xa7\x6b\xa3\x6e\xec\xce\x8c\x86\xae\xff\x7a\x0e\x8f\xec\x69\xa3\xae\xd9\x1c\x6e\x96\x8c\x77\xfb\xa7\x2b\xef\x8b\x63\x3b\xfe\x9e\x4f\x7c\xff\x74\xad\x9a\xa8\xaa\xc3\x3b\xdc\x55\x70\x68\xd5\x23\xb5\x19\x5a\xf5\xc5\xec\x8a\x34\xb4\x6a\x0c\xf1\x1c\x3b\xb1\x7f\x86\xca\x0c\x83\xd1\x38\x1e\x06\xe3\x60\xb3\xfa\x33\x95\x19\x26\x0e\xe3\x67\x78\xc5\x86\x90\xc2\x94\x63\xe8\x8f\x11\x6f\x6b\x4d\xdb\x0f\xf5\x1b\xd9\x93\xfc\xf1\xff\x2a\x10\x73\xbd\x6f\x1f\xe5\x58\x35\x58\xdb\xd4\xde\x4b\xbb\x2e\xca\xa9\x66\x99\x6e\xf7\xcf\xae\x87\x92\x32\xb5\x6f\x9f\x14\x6d\x57\x83\x17\x25\x27\x9f\xee\x9f\x5d\x77\xec\x39\x6b\x6e\xdd\xa5\x4e\x89\xa9\xea\x9b\x72\xec\x2a\x25\xa8\x4a\x3d\x77\x3d\xb4\x3b\xe2\xe4\x93\x21\xbb\xab\xd4\x9e\xc3\x1c\x4c\x38\xbb\x4a\xc5\x0f\xd2\x93\xaa\x6f\xff\xec\x6a\xf5\x42\xc6\x86\xfd\xb3\xab\x54\x72\x69\xe5\xeb\xb0\x7f\xa6\x4a\x25\x8b\x6a\x02\x3d\xf7\xcf\x54\xa9\xa9\x52\x6a\x30\x55\x6a\x3a\xb8\x3e\xff\x3f\x55\x2a\xa6\x73\xcf\xa9\x4b\xfb\x67\x2a\xee\x8b\x32\x4c\x38\xd3\x7b\xe8\x54\x31\x73\xf2\xd4\x51\x53\x69\x37\xd7\x94\xf6\x85\xd4\x88\xfb\x67\x2a\x6d\x12\x2f\xf4\x44\x5d\xee\x9f\xc3\xf8\x4f\x68\x54\x31\x27\x1f\xc6\x55\x52\x69\xf5\x4d\xbf\x1c\x06\xd6\x91\x73\x91\x36\x97\xd4\xe0\x48\xb2\x6f\x33\xda\xa1\x06\x47\xc2\xc4\xb5\xed\xa1\x5b\x0e\x95\x2a\xa9\xd4\xa1\x52\x2f\xec\x51\xd8\x3f\x87\x4a\x1d\xba\xc5\x87\xf1\xd0\x2d\x47\xc6\x9a\x0e\x3d\x74\x4b\x0e\x53\x8e\xeb\x76\xff\x1c\xea\x99\x68\xa3\xbe\x99\x80\xbf\xda\x23\xb9\xaf\x12\x97\xba\x7f\xbe\xfe\xec\xff\x19\x3b\x93\x1b\x6b\x7a\x18\xd9\xee\x9f\x15\xcf\x84\xab\x91\x14\xd0\x68\x5f\x72\xf4\xdf\x84\x46\x9e\xa3\x6f\xfd\xd7\x2a\x50\x42\x66\x5d\x4d\x29\x45\x90\x14\x45\xee\xab\xe6\x66\x7c\xf8\xcf\x48\xdb\x4f\x7c\x6f\xfc\x8e\xfd\xcf\x50\x17\xe1\x8b\x76\x1a\x37\x72\x55\xb7\xc5\xd3\x21\x86\x2d\x8f\x62\xa7\x9d\x8e\x31\xa9\x50\xa7\xfb\xcc\x69\xd7\xc2\x96\x47\xe9\x96\xd9\xb7\x38\x26\x8a\x1b\xd9\x69\xd7\x92\x0a\x61\x14\xa7\xdf\x69\xaf\x7d\x30\xf7\x94\x3f\x9d\xcb\xa7\x69\x60\x69\xc0\x69\x3f\xea\x84\x70\x04\x4e\xfb\xf1\xb4\x37\x9c\x30\xa7\xbd\x41\xc2\x54\x82\x85\xe3\x77\xda\x1b\x1f\xd4\xe1\xc6\x70\xda\x1b\x9c\xa9\xa9\x72\x8e\xd3\xde\x80\x7a\x8f\xe2\x37\x7b\xd9\xf6\xcb\xe9\xcd\x9b\x97\x4d\xff\xa0\x0d\x3f\xc6\xcb\xa6\x7f\x50\xbb\xdf\xc5\x65\xcb\x2f\x6e\x77\x99\xd4\xff\xb2\xe5\x97\x9f\xac\xab\xfb\x65\x33\x2f\x6e\x64\x70\x01\xbd\x6c\x26\xf9\x58\x47\x71\x1d\xba\x6c\x27\xf9\x58\xa7\x9f\xca\x65\x33\x2f\x17\x1d\xa7\xd5\xe5\xe0\x7d\x90\x7b\x22\xdc\x36\xe0\xf6\x47\xdd\x3b\x6f\x7f\x94\xb4\x04\xcb\x7a\xdc\xfe\xe8\x07\x95\x53\xdb\xf1\xbb\xfd\x4d\xa9\x37\x41\x19\xf1\xbb\xfd\xd1\x9b\xf3\x4a\x92\xb7\xdb\xbe\xbd\xad\xc7\xa4\x09\xb7\xf5\xb8\x89\x62\x73\xa9\x7e\xac\x87\x0c\xba\xb8\xaf\x3f\x76\x08\xc6\xf9\xe6\xce\xf6\xf8\x95\x11\x61\x34\xf6\xde\xf9\xf8\x99\x91\x43\x0c\x3f\x61\xfc\x1e\x27\xcc\x43\xec\x86\x53\xed\xb1\x51\x1f\xcc\xe9\x27\xfb\xd8\xa8\x0f\xea\xcf\xd5\xfb\xb1\x51\x32\x74\xec\x4a\xf1\x7b\x6c\xd4\x63\x80\xa3\x45\x36\x8a\xab\xbb\xaa\x7d\xfb\x38\x61\x1e\x0e\xbd\x36\x9f\x72\xc2\x3c\x36\xdd\x19\xf9\xd8\x74\xf2\x25\x10\xef\x15\xbf\xd7\xa6\xbf\xbb\xe9\xf4\xd0\x6b\xd3\x5f\xc4\x83\xbd\xf1\xda\xf4\xd7\x0f\xc3\x1d\xfc\xb5\x9d\x1f\xb4\x90\x69\xbe\xb6\xf3\x75\x85\xf1\x0b\x7d\x6d\xe8\x07\x75\x39\x99\x5f\x1b\x4a\xbe\x84\x81\x0d\x3f\x7e\xaf\x4d\x80\xc9\xcf\xfd\xa3\x36\x41\xd6\x5e\xf2\xbf\x0f\x60\x47\x91\xd4\x97\xdf\xae\xc0\xa2\x6c\x59\x66\x38\x53\xa5\xe8\xb0\x88\xc3\x09\xb0\x8a\x22\x33\x2f\x3f\x7f\x0c\x0a\x58\xe4\xdc\xc0\xb4\xf3\x8b\x94\xbb\x60\x62\x1f\x12\x92\x82\x89\x5d\x98\xce\x81\x82\x89\x5d\xf8\x1e\xf3\xd5\x61\xd9\x20\x22\xd4\xa2\x69\x11\x8b\x34\x7b\x45\x21\xf2\x47\xf8\xde\xf4\xbf\xa5\x65\x4c\x9f\xfe\xa3\xc8\x46\xc1\xcc\xa5\x93\x45\x62\x0e\x14\xc2\x63\xa3\x48\xcc\x0b\x29\x0a\x46\x65\x91\x2e\x12\x67\x20\x9d\x8b\x05\x43\x7c\x14\x32\x0d\x8c\xba\xcb\xac\x5a\xe5\x08\x00\x74\xb2\xc8\x9b\x4b\xf5\x1c\x89\xd5\xc5\x06\x2e\x4c\xdc\x77\x51\x24\xc9\xc5\xcb\x06\xf8\xd0\x8b\x24\x19\x98\xdc\x1a\x14\x45\x8e\x5c\xbc\x87\x98\x63\x40\x51\x64\xbf\x40\xab\x95\x91\x6a\xfe\x66\xb7\x23\xd1\x16\x45\x72\x0a\x4c\x22\x19\xa3\x74\xdf\xe4\xc4\xfb\xe0\xf0\x4a\x94\x6e\x17\x7d\x90\x24\x62\x8c\xd2\xed\x22\x6e\x94\x9a\xfe\x66\xb7\x8b\x64\xba\xdc\xbd\x16\x45\xa6\x0b\xd4\x9f\x8d\x92\xe9\x02\xdf\x63\xb4\x1d\xdb\xb3\x50\x4b\xf3\x4d\xbb\x83\x6b\x7c\x07\x37\x44\x46\x91\xd6\x02\x8b\x0c\x19\x51\x86\x33\x66\xf8\xa3\x68\x8b\x32\xfc\xd1\xc1\x16\x5b\x2d\xf2\x47\x87\x3f\x3a\x7d\xd5\x1f\x1d\x5c\x1c\xc2\xe6\x56\x24\xa4\x65\xfa\xa3\x88\x86\x32\xfd\xd1\x0f\xd6\x6e\x82\x1c\x15\xf8\x1e\x63\x82\x48\x52\x81\x1a\xd6\x43\x92\x0a\x7c\x8f\xd1\x49\xd3\xee\xe5\x7a\x00\xee\x49\x8f\x22\x6f\x05\xcc\xdb\x10\x45\xde\x0a\xcc\xe9\xf0\x4d\xc7\xe0\x83\x58\xbb\x1a\x8e\xc1\xb4\xed\x2c\xdd\x45\x2a\x0b\xac\xee\x20\x4b\x65\x81\xef\x31\x5f\xb5\xed\x13\x1f\xed\xb2\x01\xb6\x3d\x76\xdb\x79\x35\x6c\x3b\x97\xeb\x72\x3c\x26\x4a\xd8\x76\x2e\xd7\xe5\x58\x45\x94\xb0\xe9\x92\x54\x6e\xe2\x8a\x22\x49\x05\xe6\x74\xca\x48\x52\x81\xef\x31\xcb\x6c\x42\x38\x8d\x98\x0b\xe1\x34\xe2\xcc\xfb\x20\x7d\x40\x14\x89\x2b\xd0\xda\xfe\x51\x5b\x90\x8e\x01\xdb\x4a\x49\x2b\xb2\x33\xb9\xd2\xb9\x32\xd2\x92\xfe\x28\x9b\x54\x91\x6b\x02\xde\x90\x10\x45\xae\x59\xd2\x0f\x12\x73\x42\x91\x58\x02\x66\x69\x8f\xb2\xfc\x20\xe5\x9a\xd5\x7e\x93\x6b\x02\x19\xdd\x22\xfb\x48\xae\x49\xde\xc6\x28\x72\xcd\x22\xd7\x74\x4d\x91\x6b\x16\x4c\xbc\x83\x1b\x30\xa2\xc8\x2c\x81\x45\x56\x9f\x28\xcb\xae\x5c\x76\x25\xc3\x27\xd7\x04\xbc\x51\x2b\x8a\x5c\xb3\xac\xdd\x02\xfa\x63\xd9\x82\x45\x46\x19\x97\xb6\xc3\x16\x90\xc8\x95\xe3\x1d\x51\x0e\x97\x14\x8e\x74\x0f\xae\xce\x88\x72\xf8\x9b\xdc\x1c\x3b\xad\xc6\xe1\x6f\x72\x25\xec\x68\xae\x46\xf2\x4f\x60\x39\x63\xa4\x9f\x45\x16\x49\x1e\xf8\x28\xb2\x48\x20\xbb\xb5\x95\x45\x16\x59\x64\x73\x3a\xcb\x22\x81\x39\x9d\xba\xb2\x48\xe0\x7b\xcc\x32\x7b\x8d\xfb\xa0\xa6\x8b\xc0\xe9\x47\x85\xd1\x75\xec\xf9\x21\x8d\x04\x26\x57\xeb\x47\x91\x46\x16\xc8\xe0\x68\x2e\x77\xb2\x41\x20\xd2\x8d\xe9\xb4\xd7\x2e\x9b\xe0\xa4\x94\x0d\x02\xab\xdb\x6d\xb2\x41\xe0\x7b\x8c\xba\x49\x07\x81\x56\xfd\x01\xe9\x60\x91\x0e\x36\xeb\x2b\x1d\x04\x22\xfd\x6e\xa5\x83\xe5\xb2\x6e\xd8\xae\xca\x65\xdd\x2e\xee\x2f\x89\xff\xbe\xfc\x23\x8a\xcc\xb0\x10\x3c\x32\xc8\xe0\x1a\xe5\xb6\x9e\x37\x61\x04\x41\x9d\x6e\xab\x49\xc6\xfd\x21\xb1\x2a\xb7\xf5\x24\xe3\xfe\xf4\xf7\x6f\x7b\x9a\x8b\xa6\xd4\x9e\xe5\xb6\xa7\x6f\x7b\xda\xdd\x41\x52\x09\x24\xf1\x1e\x51\x24\x95\xe5\x76\xae\xb8\x15\xc8\x20\x81\xd5\x9b\x6f\x3a\x59\x24\x95\xcd\x35\xfe\xde\x4d\x78\xf9\x9c\x78\x4c\x52\x09\xcc\xe9\x9b\x8f\xe3\xf1\x38\x31\x30\x53\x14\x49\x25\xd0\x3b\xca\xa7\xc8\x29\x81\xe0\x66\xd1\x28\x72\x4a\x60\xce\x66\x91\xc3\x41\x38\xfa\x68\x7e\x9b\xf2\x40\x20\x89\xef\x8a\x22\x0f\x04\xc6\xcf\x99\x2d\x0d\x2c\x72\xbe\xe6\x17\x26\xe7\x03\xf2\xe7\xb4\x90\xf3\x15\xc9\x5c\x73\xbf\x90\xcc\x01\x73\xba\xe5\x49\xe6\x8a\x96\xda\xe6\x42\xfd\xda\x6b\x1f\xa4\x42\xb3\xc8\xef\x8a\x96\xda\xe6\x86\x21\xc1\x03\x56\x77\xf4\xde\x5d\xb7\xd7\xc7\xbe\xef\xb5\x4a\xea\x2a\xa1\x16\x83\x34\x91\x51\x35\xcb\x02\x45\xbb\x61\xd5\x2c\x5b\x7f\x76\x08\x4a\xa7\x12\xf5\x2d\x24\xf7\xf1\x47\x25\xea\x3b\xaa\x44\x8f\x94\x87\x51\x25\x7a\x40\x72\xd1\x67\x54\x89\x5e\x85\x4d\x8d\x06\x01\xaa\xd2\x29\x20\x35\x94\x55\xed\x9c\x55\x3b\x27\x69\x05\xa3\x6a\xe7\x04\x26\x17\x52\x46\xd5\xce\x59\xab\xdf\x13\x8b\x66\xd5\xe6\x08\x4c\xce\x8f\x45\xd5\xe6\x08\x94\x41\x2a\xbe\xa8\x44\x31\x08\x1e\xec\x8c\x5a\xad\x47\x3d\x7d\xcc\x57\xad\xc8\x07\x75\xd9\x21\xd5\x7a\x68\xc1\x24\xab\x57\x54\xc9\x19\x30\x87\x6f\x4a\xce\x00\xa2\x7f\xa3\xca\xcd\x80\x1c\xb6\x53\xfb\x65\xd5\x7e\xd9\x8b\x65\xc3\x32\xac\x0e\xcd\x7f\xef\xb0\x90\x77\x96\x90\xfd\xa8\x32\xb8\xea\xed\xa8\xcc\xf9\xda\x6c\xf9\x07\x9c\x90\x88\xaa\x8d\xb3\x1a\xe4\xbc\xac\x96\xed\x6e\xdc\xe4\xb4\x7f\xd0\x76\x7f\xd0\xb9\x4e\x3d\x6a\xb3\xd9\xe4\x6d\x1a\xa4\xfe\x8b\xda\x6c\x37\x07\x6b\x49\x4e\x14\x55\xe3\x28\x10\x78\x2f\xa3\x6a\x1c\x05\x46\xf8\x54\xb7\x73\x48\xba\x3f\xba\xd5\xef\x56\x9f\x04\xb3\xa4\x5d\x8d\xda\xad\x3e\x64\xf3\x67\xb7\xca\x35\xab\x2c\x92\x73\x2b\x51\x65\x91\x40\x5d\x70\xab\x2a\x8b\x04\xe6\xf8\xf9\xff\xad\x99\x8c\x51\x63\x42\x95\x31\x02\x93\xdc\x3e\x51\x65\x8c\x75\x98\xb7\x91\x0f\xb4\x6a\x08\x05\xe6\x70\xb2\x0c\x6b\xab\x6d\xd4\x25\xbf\x6a\x1b\x05\x56\x77\x02\x69\x1b\x05\x3a\x79\x04\xa3\x0e\xbb\x9b\x78\xe9\xe1\x4a\x57\x87\xfd\x3d\xc8\xfb\x52\xac\x87\x8d\xd2\xaa\xea\x37\x5b\xa5\xa9\xc0\x24\x2b\x48\xd4\xb1\x5b\xf5\xf8\x98\xad\xb2\xc3\xc9\xb9\x94\x7e\x16\xd3\x0e\x27\xe7\xd2\x20\x2f\x74\xd4\xe9\x74\x9c\xa4\x8a\x43\xec\x54\xc9\x2c\x50\xf7\x80\x4a\x66\xab\x2c\xb5\xef\xff\x66\x7f\xc0\x52\xc9\x4b\x16\x55\x96\x0a\x54\x0e\x48\x44\x95\xa5\x02\x65\xf4\xfd\x03\xf6\xc7\x84\x99\xf8\x29\x4a\x53\xab\xfc\xb3\xc3\x79\xab\xfc\x13\x98\x7d\x5a\x5b\x1b\xf5\xc1\x94\x06\x57\x4d\xa9\x35\xf6\x99\x09\xda\x2e\x25\x05\x1a\x49\x61\xa3\x4a\x49\xab\xe6\x55\xad\xb0\x55\xf3\x2a\xd0\x0a\x9c\xa6\x6a\x5e\xad\xb1\xab\x4b\xab\xe4\xa4\x40\x93\x7f\x56\x29\x29\xe0\x65\xa2\x51\xa5\xa4\x55\x4a\xda\x6d\xbc\x94\x14\xc8\xbd\x5a\x49\x49\x6b\xd8\x82\xff\x8e\x3c\x8b\xaa\x59\x15\x68\xc4\xcc\x45\xd5\xac\x5a\xbd\x67\xd5\xaf\x30\x6d\xb2\x54\x57\x0b\x7f\x95\xea\x02\xd3\x5d\xbd\x4a\x75\xab\x54\x97\x83\x8c\x51\xa5\xba\x40\x19\xce\x31\xa9\x2e\x30\x89\x7d\x8d\x9a\x4e\xc5\xb4\x7d\x10\xe7\x9a\xb6\x8f\x14\xb7\x3d\xac\x9a\xed\x93\x24\x77\x17\x77\x49\x32\x30\xb5\xd6\x55\x49\x72\x95\x24\x93\x2e\x30\xaa\x24\x19\x98\x44\x6e\x45\x95\x24\xd7\xe5\xbc\xb3\xf1\x9a\x5a\x81\x85\x0f\x32\xaa\x84\xb8\xae\xfd\xa3\xcc\x28\x79\x2d\x30\x49\x17\x18\x55\x5e\x5b\x0f\x7f\xd4\x8a\x1c\xfe\xe8\x07\x91\x4e\xf6\xc3\x1f\x3d\x5c\x97\xdc\xd9\x0e\x7f\xe1\x83\x54\xd1\x54\xe9\x6f\x95\xeb\x76\x2c\x1d\x55\xae\x0b\xb4\xea\x5a\x25\xd9\x05\x86\x56\x8d\xaa\xad\x15\xf8\xde\xb4\x1e\x56\xf7\x20\xe3\xa1\x5b\xa7\xc6\x56\x60\x68\xe8\xa8\xb2\xe4\x7a\x3a\xca\x18\x09\xab\xfc\x17\x18\x5a\x35\xaa\xf4\xb7\xfe\x4b\x3b\x4b\x75\xe5\xbf\x80\xc7\xc9\xa3\x6a\x6b\xad\x1f\x25\x1e\x5a\x13\xaa\x8c\xb8\xee\x64\x45\x0c\x8b\x8c\xb8\x6a\x0b\xc5\x65\x1f\x55\x5b\x28\x90\x04\x2b\x46\x95\xfd\x02\x63\x37\x40\xf6\x5b\xb5\x85\xc2\x6a\xab\xe4\x17\x18\xbb\x1f\x25\xbf\xf5\xda\xc9\x31\x28\xb2\xfe\xf2\xe1\xee\xfe\x2d\x1f\x06\xca\xcf\x89\x2b\x1f\xae\xe4\x89\x1d\x24\x55\x8c\x7a\xd9\xdd\x17\xdd\x0d\xbb\xae\x52\x64\x60\x28\x94\xab\x1c\x18\xf8\xde\x64\x12\x69\x1e\xad\xde\x3a\x25\x15\xba\x6d\x93\x54\x79\xef\x20\x52\x65\x60\x28\x77\xab\x54\xb9\x12\x2e\x3d\xf6\x0e\x72\xdb\xb7\x18\x5b\xd3\x9d\x5f\x5b\x6b\x95\x17\x0f\xb7\x45\x79\x31\x50\xdb\xae\x87\xfd\x6d\x00\xc3\x70\x07\xb9\x6d\xc2\x4e\x17\x64\x91\x4d\xb8\x6d\x82\x13\x4b\x12\x0c\x94\xe5\x5a\x2b\x09\x06\x6a\x41\xf1\xd5\xc7\x16\x10\xcf\x3c\x86\x13\x4b\x7a\x0b\x8c\x3d\x3b\x34\x99\x02\x63\x2f\x7b\x9a\x4c\x2b\xf1\xcc\x63\xd8\x95\xda\x47\xeb\x3f\x62\x4c\x91\x63\x80\x7d\x34\x9d\xde\xf2\xe2\xea\x05\xac\xce\x21\x79\x31\x30\x54\xff\x55\xf3\x28\xd0\x77\x77\xbf\xd6\xff\x25\xda\xc8\x69\xf5\x5a\xff\xd7\x11\xa0\x6b\x5f\x47\xe0\x65\x5a\xb9\x0f\x4b\xb1\x81\xa1\x52\xac\x52\xec\xaa\x59\x75\x38\x76\x9a\x55\x81\xa1\x52\xac\x9a\x55\x81\x3a\xfc\xa0\x24\xe2\x40\xfe\x7b\xca\xbe\xf8\x88\xf8\x50\x0b\x55\x79\x38\x50\xf7\x82\x20\x0f\x07\x22\xdc\xd6\xa4\xe1\x55\xce\x3d\x68\x78\x93\x73\x03\x5f\x59\x52\x56\x2c\xe3\x83\x42\x5e\x37\x02\xa3\x85\xef\xb1\x45\x59\xb3\xcc\xa6\x37\x8a\xba\x45\x2c\xf2\x24\x0b\x8f\xa6\x0d\x16\x18\xba\x2f\x9b\x36\xd8\xf6\x73\xa2\x35\x2b\xf2\x58\x86\x9c\x4c\x1f\x63\x9c\x9a\x36\xd8\xe1\xab\xda\x60\x81\x21\xe7\x6e\xda\x60\x9b\x36\x58\x12\x8c\x45\xd3\x06\x0b\x0c\xf5\x75\xd3\x06\x0b\x14\xae\x75\x89\xa6\x0d\x16\x18\xaa\x9c\xa6\x09\xb6\x29\x07\x38\x09\x19\x4d\x39\xd0\x4c\xbf\xc3\xde\xdf\x94\x03\x40\xe1\xec\x7b\x34\xd5\x00\x30\xb4\x9d\x35\xd5\x00\x30\xb4\xe7\x36\x83\x1e\x9a\x96\x5a\x72\x9a\x45\xd3\x52\x0b\x0c\x05\x42\xd3\x52\x0b\x8c\xd9\xff\x3b\x71\x4a\x34\x63\x22\x5a\xdd\xbd\x40\x67\x55\x7b\xa1\xda\x0b\x83\x22\x7b\xa1\xba\x14\xc0\x56\x9b\x6a\x04\x68\x5a\xee\x9b\x62\x04\x30\x55\x51\x34\xc5\x48\x33\xa4\xda\xe1\x56\x8b\x00\x43\x4f\x69\x53\x8b\x00\xdf\xff\xa7\xff\xaa\xdd\x50\x4d\x22\xe1\x3f\xb3\x1b\x9a\xdd\x30\xa8\x9a\xfa\x04\x18\x1c\x34\x8e\xa6\x40\x69\x9c\xb0\x1c\xc4\x37\x45\x6b\x0e\x37\x0a\x65\x0d\x1f\xb3\x9d\xda\x98\xf5\xad\x35\x15\x0a\x90\xb1\xdf\x74\xb8\x9b\x97\x0e\x51\x5d\x15\x0a\x30\xa6\xa3\xa1\x44\x01\xc6\x74\x02\x28\x51\x80\x32\xb8\x6d\x3c\x9a\x1a\x05\x58\x5a\xbf\x9b\x1a\xa5\x19\xad\x31\x9c\x15\x0a\x12\xa0\xac\xf4\xbf\xed\xb6\xbf\x9c\x73\x63\x6e\x2a\x48\x80\xef\x4d\x3a\xb7\xdb\x1d\x44\x5e\xeb\x0d\x6f\xdd\xee\xe8\x76\x07\x4a\xbd\x19\xd4\x01\x24\xa7\x13\xa3\x69\x37\x07\xd2\x3d\xb8\x69\x37\x6f\xdd\x0d\x0b\x4a\xdb\x14\x29\xc0\x20\x21\x42\x34\x45\x4a\xeb\xae\x10\xec\xc2\xcd\xa0\x0e\x60\x4c\xe7\x95\x31\x1d\x4d\x2d\x43\x7e\xae\x68\x6a\x19\x60\x36\xfb\x5b\x2d\xd3\x86\xab\x1e\xac\xa7\x29\x5c\x80\x31\x9d\x7e\xea\x96\x36\xfc\x51\x22\x28\x9a\x82\x01\x18\x13\x4a\xdb\xd4\x0b\x6d\xba\x79\x38\x27\xe5\xf8\x40\xa4\x2d\x95\xe2\x03\x65\x0c\x62\x2f\x9a\x1c\x1f\x58\xc6\x02\x34\xe3\x2c\x80\x55\x8a\x3f\xe0\xf0\x4d\x66\x33\xd4\xba\x69\x9c\x6e\x86\x45\x87\x4f\xd9\x45\xc6\x59\x90\x8f\x2a\x9a\xe2\x00\x18\x7a\x64\x9a\xe2\x00\xc8\xb6\x8b\x6c\x80\x7a\x81\x0c\x11\xd1\xd4\x0b\x40\xfe\x5c\x81\xd4\x0b\x4d\xbd\x40\x92\xad\x68\xea\x05\x20\xf5\xfb\x35\xf5\x02\x50\x06\x19\xb5\xa2\x19\x8f\xd1\x8c\x8b\xf6\x43\xd3\xd2\x0d\xa4\x1b\x5b\x53\x55\x34\x2d\xdd\x13\xe7\x71\x53\x56\x00\xb9\x97\x50\x65\x05\x90\x7b\x3d\x33\x68\x03\x58\x06\x4b\x34\x85\x46\x33\x68\x43\x8f\x7e\x53\x69\x00\x63\xfa\x6d\x1b\xb4\x01\x7c\x8f\xf1\x03\xca\x0b\x60\x71\xe5\x62\x34\xe5\x45\x53\x4b\x18\xc9\xd1\xd4\x12\x40\x37\x82\xad\xa9\x25\x5a\xee\xb6\xd3\x93\x69\xdb\x3f\xa8\xd3\x99\x9b\xb6\xdd\xe0\x0e\x1d\xe7\xcd\xe0\x0e\xc0\x7b\x81\xa2\xa9\x42\x9a\x2a\x64\xee\x32\x1b\xff\x41\x0b\xbf\x0d\x65\x48\x33\xe0\x43\x03\x4d\x53\x73\x00\x93\x7c\x2d\xd1\x94\x1c\x8d\xf4\x38\x43\xbf\x5b\x5b\x36\x8b\xbb\xd3\x0a\x82\xb5\x29\x39\x9a\xfa\x42\x76\xde\xd4\x17\x40\x35\x1c\xa0\xa9\x2f\xda\xda\x75\xf3\x55\xeb\xb6\xcc\x06\xe7\x9b\xd6\x4d\x19\x22\xf9\x6c\x6b\x57\xe4\x93\x21\xc5\xb9\xab\x0c\x69\xca\x10\x99\x4f\x53\x86\x00\x93\xfb\xf6\xa2\x29\x43\xda\x61\xbf\xc9\x09\xb4\xaf\x03\x2d\x9c\x81\x87\xfd\x66\x14\x88\x44\xa4\x19\x05\x02\xd4\x70\x47\x50\x99\xb4\xc3\x7e\xdb\xaf\xda\x6f\x07\xfd\xe6\x8e\xaa\x0c\x01\xca\xf2\xb3\x52\x86\x00\x5e\xce\x1f\x4d\x19\x02\x94\x7f\xfb\xbf\xd6\x7a\xa0\xee\x19\xa8\xb1\x1e\x98\x3a\xbb\x9b\x62\xa5\x19\xf2\xb1\x77\x59\x65\x08\x30\x75\x9d\x37\x43\x3e\xda\xe9\xc7\xe1\x74\x53\x87\x00\xd3\xd0\xd0\x66\x7c\x07\x50\x8a\x3c\xc7\xf8\x8e\xa6\x5a\xf9\xdb\x9e\xad\x98\x01\xa6\xa1\x4c\x4d\x31\x03\x94\x7f\x3b\x92\x6a\x06\x98\x86\x23\x34\xd5\x4c\x53\xa7\xec\xcd\x52\x9d\x02\xcc\xe2\x32\xaa\x4e\x01\x26\x29\xa3\xa2\x19\xc5\x01\xb4\xe6\xbc\x33\x8a\xa3\xa9\x66\xf6\xca\xa7\x9a\x01\x3a\x77\x29\x44\x53\xcd\x34\x83\x3d\xf6\x77\xad\x9c\x01\x66\xf1\xab\x53\xcd\x00\xc5\x80\xa4\xa6\x9a\x01\xa6\xf1\x0e\x4d\x31\xd3\x94\x24\xd3\xcd\x58\x49\x02\x4c\x82\xe4\xa3\x29\x49\x9a\x92\x64\xba\x31\x2a\x49\x80\xc9\xa9\x8b\x68\x4a\x92\xa6\x24\x99\xee\x82\x4a\x12\xc0\xa4\x8c\xd1\x94\x24\x4d\xbb\xfc\xf4\x7b\xd5\x2e\x0f\x4c\x03\x1e\x9a\x76\x79\xa0\x8c\xe9\xa7\xa3\x61\x1e\x98\xba\xc9\x9b\xca\x05\xf8\x1e\xa3\x6e\x4a\x17\x60\x16\xbb\x4d\xe9\xd2\x94\x29\xd3\xe1\x53\xa7\x00\xe5\xe7\x6a\xa8\x4e\x69\xaf\x03\xef\x9c\x55\x6f\x00\xd3\x20\x87\xa6\xde\x68\x9a\xd7\xa7\xf5\x7d\xf7\xab\x0f\x2b\x35\x03\xaf\x79\xbd\x49\xf5\xc9\xa7\x16\x5d\xaa\xdf\xe5\xf0\x24\x89\x8a\x2e\x87\x07\x9a\x71\x1c\x5d\x0e\xdf\x8d\x97\x26\x6b\x59\x74\xe3\xa5\x81\x4a\x86\xfa\xe8\x1a\xe6\x81\x4a\x66\xeb\xe8\x1a\xe6\xbb\x41\x19\x64\xe6\x89\x6e\x50\x06\x50\xb5\x11\x74\x05\x01\x30\x0d\x0a\xe9\x0a\x82\x6e\x6c\xf4\x44\x2c\x76\xd9\x3f\x30\x0d\xa1\xee\x9a\xef\x81\x26\x4b\xea\x9a\xef\xbb\x91\xcb\xf1\xb3\xcc\x1f\xe0\xf6\x07\xae\xc7\x8c\x2e\x85\x07\xa6\x62\xb4\x4b\xe1\xbb\x29\x4f\x34\x3c\x77\x69\x37\x60\xaa\xb7\xe8\xf2\xea\x2e\xaf\x8e\x62\x99\xdd\x51\x99\x33\xf8\x59\xbb\xbc\x1a\x98\x46\x94\x77\xc3\x28\xba\xbe\x80\xb0\x8b\xf4\x05\x00\xd3\x00\xe7\x2e\xfb\xee\xfa\x02\x38\x58\x1c\x5d\xfa\x0d\x4c\x83\x45\xbb\xf4\xbb\xeb\x0b\x88\x6a\x75\x77\x13\x2e\x1e\xb3\x6a\xb7\x45\xb7\x8f\x59\x91\xc7\x32\x3e\x18\x87\x45\xfe\xdd\x75\x19\x90\x64\x26\xba\x2e\x03\x60\x1a\x8f\xdd\xa5\xe4\xbd\x55\x1f\xa3\xbe\x7a\x08\x80\x3a\x1c\x17\x29\x39\xd0\x0c\xef\xea\x52\x72\xa0\x91\x16\x2d\xba\x8c\x1c\xa8\x1c\x19\x8a\x2e\x23\xef\x6d\x37\x8a\xaa\xc9\xa2\x81\xe6\xa2\xd8\x35\xf4\x77\x48\xf4\x08\x54\x76\x97\x45\x03\xcb\xf8\x88\x2e\x8b\xee\xb2\x68\xb2\x66\x44\x97\x45\x03\xb3\xc2\x75\xba\x2c\xba\x73\x30\x71\xb8\x97\x75\xa3\x43\x80\x45\x82\xf4\xe8\x9a\xf5\xbb\x51\xca\xba\xce\xbb\x51\xca\xc0\xe4\x46\xd5\xe8\x1a\xe7\xbb\x24\x37\x58\x3c\xbb\x24\x17\x98\xc6\x0e\x75\x49\x2e\xf0\x3d\xe6\xab\x8e\x3c\xf7\xc6\x19\x3b\xd4\xb5\xce\x03\x65\x41\xd3\xbb\xc6\x79\x60\xea\x8c\xea\x63\x57\xed\xe2\x45\x8b\xec\x22\x43\x48\x62\xf8\xcf\x1c\x77\x42\x48\x38\x20\x11\x5d\xdb\x3c\xd0\x74\xc3\x77\xa9\x76\x37\xcc\x99\x9b\x8b\xa2\x6b\x75\xef\x86\x39\xb3\x09\x76\x23\x48\xfa\xdc\x0d\xf0\x55\x1b\xf0\x41\xc6\x7e\xcc\x06\x4c\x52\x6c\x39\x25\xa5\xda\x9d\xf3\x86\x23\x50\x2d\x5d\x62\x0d\x4c\xe3\x95\xba\xc4\xba\x4f\xa7\xa4\x6d\x97\x45\x03\x25\xed\x34\x59\x74\xe7\x0a\x83\x11\xac\xe1\x5d\x2e\x0c\x78\xcd\x74\x74\xa9\x30\x30\x8d\xae\xea\x52\xe1\x2e\x55\x0d\xd6\xeb\x2e\x55\x05\x66\xfd\xe5\x7f\xef\xd9\x5d\x26\xdb\x65\xb2\xe4\x75\x88\x2e\x93\xed\xc9\x24\x83\x19\x76\xad\xe2\x40\x19\xe1\x92\x99\xf6\x2a\xb9\x57\x34\x2d\x74\xc9\x6d\x97\xc9\x46\xfa\xaa\x55\xe7\xca\x38\x83\xb4\xba\x4c\xb6\xcb\x64\xc3\x35\x53\x26\xdb\xbd\xf1\x77\x3f\x66\xe7\xcb\x64\x83\xed\xa7\xcb\x64\x81\x59\x8b\x6f\x3a\x7d\x64\xb2\xc1\x66\xd6\x65\xb2\xc0\xac\xc5\xea\xda\xd2\xb4\xa5\xf0\x9e\xae\xf5\x1c\x98\xd5\xc5\x50\x72\xdb\x0d\x23\xd6\xc1\xd6\xe5\xa3\xc0\xd4\x1a\xdd\x0d\x23\x06\x8a\xd7\x62\x44\x37\x8e\x18\x98\x15\x2e\xd2\x65\xad\x9d\x14\x8b\x23\xfd\x60\xe5\xa3\xdd\x4b\x7a\x9d\x2c\x87\xfd\x46\x3e\x45\x53\xf8\x47\x3f\x9c\x05\x07\xd7\x80\xda\x52\x8d\xe7\xc0\xac\xb0\xe7\xae\xf1\xbc\x73\x95\x6f\xc5\x04\xd9\x25\xb2\x1d\xea\x69\x6a\xf6\xe8\x72\x4f\x20\x7f\xae\xdd\x72\xcf\x2e\x35\x4c\x7b\x5c\x6a\x08\x4c\x8d\x4a\x5d\x6a\xd8\x49\x36\x62\xca\xec\xe8\x06\xfa\x02\xcb\xe0\x94\x6e\x68\x47\x37\xc2\x36\x5d\x81\xe5\x66\x40\x76\x78\x77\x97\x9b\x75\x49\x17\xf9\x41\xa2\x4b\xba\x80\xd5\xec\x5d\x49\x57\xd7\x5e\xac\x37\xad\x4b\xb1\x80\x59\x6d\x82\xf6\xe2\x6e\x68\x05\xb9\x3a\xa2\x1b\x5a\x01\x2c\x09\x61\x37\xb4\xa2\xdf\xd6\x0d\x39\xd8\x65\x62\xdd\x7b\x7b\xed\x37\x03\x71\xbb\x71\x14\xe9\x8a\x6e\x1c\x05\x50\xd2\x95\xda\x38\x8a\x2e\x87\xf3\x40\x49\x97\xc3\x01\x73\x4d\x1f\xb3\x55\x72\x38\x12\x4f\x44\x97\xc3\x01\x73\xb9\xe1\xcb\xe1\x80\x62\xc6\xda\xe8\xda\x95\x81\xe6\xa1\x86\xfe\xd8\x52\x42\x7d\x7f\x8e\x95\x91\xbe\x40\x33\x4e\xb0\x4b\xfe\xba\x91\xbe\xfa\x0d\xbb\xec\x0f\x68\xe1\x20\x48\xfe\xba\x67\xe5\xf4\xba\x75\xf9\x1a\xd0\xd2\xad\x40\xbb\x32\x30\xbb\xcb\xbe\x76\xe5\x6e\x08\x06\xe9\x29\xa2\x6b\x1f\x06\x66\xf7\x4d\xed\xc3\x40\x31\x59\x67\xf4\xd7\x7a\xbc\x24\x99\x90\x8b\x68\x32\x06\x8a\x06\xac\xae\xc9\xb8\xbf\xce\x0f\xfc\x54\x5d\xf2\x07\x4c\xee\x11\x8c\x21\xf7\x1b\x3f\xeb\x01\xa5\x1d\x12\x3d\xa0\x73\xc1\x59\x0c\x79\xde\xf8\x39\xa2\x28\xa2\xe1\xb9\x35\x60\xe9\xd2\x1c\x46\x5b\x00\xa3\xd2\x1d\x43\xf3\xed\x90\xc1\x91\x4b\x21\x86\x0c\x0e\x98\xa4\x93\x8f\x21\x83\x1b\x9e\x6e\x23\x65\x4a\x0c\x29\x1c\x30\x8d\x85\x18\x9e\x6e\x1b\x5a\x7e\x49\x87\x14\x43\xcb\x2f\x30\x8d\x85\x18\x5a\x7e\x87\x31\xb4\xda\xfb\x87\x06\x5c\xa0\x68\xa6\x1c\xc6\xd0\x02\x3b\x70\x65\x48\x11\x81\xd6\xc2\x6a\x9c\x16\xd9\x76\x88\xcd\x90\x23\x02\x4d\x6b\xd5\xd0\xcc\x3b\x3c\xc9\x46\x4e\xa3\x18\x1a\x75\x81\x66\x0c\xf9\xf0\x24\xdb\xf0\xd8\x1a\x79\x24\x62\x48\x25\x81\xe0\xe6\xa4\x18\x1e\x5b\x1b\xb2\x4b\x4e\xfb\xc7\x90\x5d\x02\xad\xb1\x73\x0c\xd9\xe5\x90\x4a\x92\x5f\x21\x86\x54\x12\xe8\x46\x79\x0e\xa9\x24\xd0\xba\x63\x20\x93\x04\x8a\x69\x35\x62\x48\x25\x81\x32\xf7\x3f\xb3\xa1\x30\xc9\xb5\xff\x99\x0d\x85\x49\x72\xf5\x64\x0c\x89\xe4\x30\x30\x98\xf4\x21\x31\x64\x92\xc3\xe4\x18\x2c\x3c\x43\x22\x09\x34\x0d\x8b\x43\x22\x09\xf4\x1a\x16\x39\xc6\x1f\xd4\xc2\x32\x39\xa4\x96\x40\xe3\xd2\xd9\x18\x52\xcb\x61\x3c\x0a\x39\x5f\x62\xc8\x2d\xc7\xce\x97\xf1\xfb\xef\x4d\x7b\x48\x3d\x81\x62\x0a\x8f\x18\x72\x4f\xa0\xa6\xed\xd3\x1a\x3c\x4c\x05\x9f\x3e\x65\x97\x12\xb0\x62\x22\x8e\x18\x9a\x83\x81\x19\x7e\x24\x5a\x83\x81\xb2\x9c\x88\xf2\xd8\xa1\x35\x98\x64\x17\x31\xb4\x06\x03\xd3\xd3\x0c\x43\x1e\x0b\x14\xb3\x97\xc4\x90\xc8\x02\x33\x90\x82\x43\x1e\x3b\xfa\xee\x07\xcb\xec\x07\x12\x71\x54\x8c\x10\x43\x3b\xef\xe8\x4c\x14\xfd\x75\xc3\x30\x16\x60\xca\x44\x86\x61\x2c\x43\x0a\x4c\x3e\x86\x18\x52\x60\x60\xca\x6b\x86\x14\x18\xa8\x5c\x2d\x1f\x43\xa3\xf1\x30\x3e\x9a\x0c\x0a\x31\xb4\x1a\x03\x93\xcc\x77\x31\x8c\x8f\x06\x5a\xd8\x93\xda\x91\x07\xa9\x39\x3c\xba\x1d\x63\x38\xba\x83\x8b\x7e\x58\x1d\x87\x14\x7b\x48\x94\x39\xb6\x1e\x43\xa2\x0c\x54\x3d\xbc\x43\xa2\x0c\x8c\x9f\xb3\x47\xa2\x0c\x4c\xa9\xd4\x90\x28\x03\xfd\x67\x0f\x49\x94\x81\xe4\x3e\xeb\x18\xf2\xe4\x61\x5c\x35\xa7\xb4\x63\x18\x8a\x02\x84\x86\xac\x21\x29\x1e\xd3\x21\x60\x67\x18\x06\x51\x03\x75\xfa\xc5\x19\x9d\x32\x4c\x95\x6e\x3f\x1a\x9d\x32\xb4\x49\x7b\xb4\x73\x48\x94\x81\xa2\x6d\x72\x48\x94\x81\x34\x84\x6f\x68\x93\x1e\xda\x8c\x3d\x97\x38\xb4\x19\x03\x73\xf7\xad\x36\x63\xe0\x7b\x8c\xff\x66\xdc\x33\x50\x8c\xf2\x1d\x9a\x91\x87\xdc\x79\x7f\xac\x72\x67\x20\xc8\xd9\x14\x43\xee\x3c\x8c\x98\x5e\xf0\xfa\x21\x79\x06\xaa\x07\x51\x87\x76\x64\x60\x86\x6d\xd7\x8c\x3c\xc2\x05\xa2\x5b\x37\xa7\x02\x71\x27\xc5\x37\xe5\xcb\x43\x72\xbc\x30\x72\x0d\xc9\x31\x30\x65\xb8\x43\x72\x3c\xd2\xea\xba\x90\x78\x60\x0f\xa8\x9a\x92\x86\x7c\x19\x08\xd2\xe4\xc5\x90\x2f\x0f\x89\x30\xb7\x52\xc4\x90\x08\x03\xa1\x13\x60\x48\x84\x87\x21\x23\x6b\xf8\xdf\xac\x6e\x1a\x95\x4c\x91\xa4\x77\x68\xd2\xd5\xe5\x34\x64\xbd\x40\xd7\x74\x38\x34\xe9\x02\xf1\x73\x83\x32\x8a\x64\x18\x6a\xbd\x10\x4d\xc3\x50\x6b\x20\x8c\x2a\x1b\x86\x5a\x0f\x8d\xc1\xfb\x3b\xd0\x18\x0c\xc4\xcf\xea\x6a\x0c\x06\xaa\x5e\x97\x61\xf4\xf5\xf0\xa8\xdf\xc2\xe5\x34\x0c\xbf\x06\x8a\x02\x69\x18\x7e\x0d\xd4\xe6\x22\xaa\x15\x79\x90\x3e\x7d\x48\xc1\x86\x1c\x1d\x88\x5f\xb1\xc8\x6f\x43\xcb\xf2\xde\x19\xe4\xe8\x40\xdd\xb3\x59\xcb\x32\x10\x3f\x97\x1d\x03\xb7\x81\xbe\xd7\x77\x6d\xcd\x43\x72\x4f\x1a\x8e\x18\x92\x7b\x20\xf6\xa4\x97\xdc\x03\xcb\x79\x75\xd8\x41\xdc\xfe\xa5\xff\x63\xc8\xf6\x87\xd6\x67\xa5\xf2\xd0\xfa\x0c\x74\xed\x21\x43\xeb\x33\x10\xf2\xc0\x61\x5c\xcc\xd0\x20\x6d\xbc\xc5\xd0\x20\x0d\x94\xb6\x9b\x64\x2b\x8d\x8b\xc1\x68\x3f\x14\x05\x40\x28\x0a\x86\xa2\x00\x08\xc3\x06\x87\xf6\x68\xa0\xed\x91\xd3\x1e\x3d\x4e\xc6\xdc\x45\xd3\x48\x19\xa0\x18\x22\x3c\x0c\x94\x19\xa7\xdf\x9d\x24\x4d\x7b\x34\x10\x3f\xec\x67\xc3\x48\x19\xa0\x93\xe4\x3e\x86\x32\x64\x60\x8e\x1e\x4b\x3e\xa3\x3d\x1a\x68\x46\x0e\x0c\x65\x08\x50\x9b\xc4\x50\x19\x02\x54\x4f\xc9\x0d\x23\xcc\x87\x26\xe8\xe5\xdc\xd6\x04\x0d\xc4\x5e\x6e\x35\x41\x03\xf1\x73\x51\x36\xa0\x06\x08\x0f\xa3\x0c\x03\x6a\x80\x52\xea\x1f\x04\xf6\xb8\xec\x85\xcb\xbd\xda\x05\xf4\x72\xe6\x7f\xd0\x87\xa3\xa8\xb5\x1b\xe8\x9b\x83\x6a\xed\x06\x6a\x75\x1f\x52\x51\x01\x4d\x3b\xc3\x50\x51\x0d\xad\xdd\xcb\xfd\x50\x6b\x37\x10\x46\x76\x0d\xad\xdd\x43\x45\xb5\x5c\x66\x55\x54\x40\xf7\xd8\xeb\x50\x51\x0d\x15\xd5\xde\xf9\x55\x54\x40\xd7\xb7\x3d\x54\x54\x40\x21\x15\x51\x0c\x83\xd5\x81\x50\xb4\x0c\x43\x77\x86\xe7\x24\xb9\x01\x3f\x86\xb1\x3b\x63\xc7\xb4\x53\x5b\xed\xe4\x40\x16\xcc\x5c\x43\x75\x36\x3c\x27\xa9\x0f\x7f\x28\xcf\x80\x36\x1d\x5a\xd5\xd9\x50\x8a\x91\xca\x27\xc6\xbd\x1b\xfa\x30\x5d\xad\x87\x33\x40\x8d\xb5\xe4\xb8\x6a\x2c\xa0\x0e\x5b\xa0\xc6\x02\xc2\x64\x1b\x43\x8d\x05\xc4\xcf\x1e\x52\x63\x0d\x35\xd6\xc2\x5a\x3a\xd4\x58\x40\xfc\x30\xfb\x0d\x35\x16\x10\x7b\xab\xd6\xc0\x0e\x84\x89\x3b\x86\xf6\x75\xe0\xfb\x67\xfe\xa6\x6d\xe7\xf2\x2f\x8d\xe9\xc3\xd3\x94\x40\x18\xe5\x3e\x8c\x16\x1a\x8f\x3c\xcb\xfd\x50\x75\x36\xbc\xd6\x4b\x42\x6e\xd4\x0f\x10\x3f\x29\x8f\x56\xf8\x81\x86\x9b\x3f\x59\xaf\x1a\x0e\x28\xd5\xef\x4d\x0d\x37\x08\xa3\x9f\x3f\x39\xa6\xd1\x3b\x40\xd9\x5f\x97\xd1\x3b\x83\x30\xfa\xa9\x65\x74\x18\xbe\x03\x84\x09\x44\x86\xe1\x3b\x03\x5d\x37\xf7\x6e\xa2\xae\x03\xc2\x04\x22\x53\x5d\x07\x84\xfe\xe3\x69\xf4\x0e\x50\x94\x0f\xd3\xe8\x1d\x60\x19\xa7\x31\x35\xfc\x03\x61\x6a\x93\xa9\x1e\x04\xca\x74\xe1\x9a\x0a\x42\x20\x4c\x46\x32\x35\xfc\x4f\x62\x7c\xa6\x6b\xfd\xd4\xa4\x0f\x04\x77\xd3\xc6\xd4\xa4\x0f\xc4\xda\x6f\x5e\x16\xd9\xcc\xa4\xe8\xb6\xe8\x63\x63\x64\xc2\x8f\xa9\x92\x9c\xc4\xed\x4f\x17\xcb\xa9\x6c\x04\x82\x04\xd7\x31\x55\x8d\xb3\xec\xda\xf2\x03\x46\xfd\x00\x61\x16\x93\x69\xd4\x0f\x50\xa6\xcb\xd4\x34\xec\x07\x08\x8f\xe4\x4e\x55\x23\x10\x5c\x86\x16\x53\xd5\x08\x84\x89\x4d\xa6\xaa\x71\x7a\xf2\xd2\x65\x70\x2a\x1b\x81\xf0\x80\xc2\x54\x35\x4e\xee\xe6\x9a\x7e\xda\xd3\x50\x20\x60\xa9\x89\xa6\xaa\x11\x68\xca\xc1\xa9\x6a\x04\xc2\x24\x26\xd3\xe0\x20\x20\xd2\x81\xd2\x4b\x01\xc4\x0f\xf6\x34\x95\x96\xc0\xf7\x93\x54\x43\x6d\x09\x54\x7d\xc2\x53\x69\x09\x84\xbe\xf4\xa9\xb4\x04\x9a\xc7\x9f\xa6\x8e\x0b\x20\x95\x61\x53\xb1\x09\x7c\xff\x9f\x29\xa4\xda\x04\x8a\x31\xc6\x53\xb5\x09\x14\x03\x04\xa6\x62\x13\x68\x46\x6d\x4c\xc5\x26\xf0\xfd\x33\x1b\xe0\x44\xa8\xac\xc0\xf6\x8f\x6a\x73\x56\x27\x02\x8b\xc9\x54\x5a\x02\x61\xae\x96\xa9\xb4\x9c\xf8\x28\xa6\x2b\xc7\x54\x48\x02\x61\xc8\xe6\x54\x48\x02\xde\x12\x1e\x53\x1d\x09\x84\x47\xe8\xa6\x42\x71\x92\x63\x71\xfa\xfd\x4f\x55\x21\xd0\xb4\xa0\x4e\x55\xe1\x6c\x4e\x04\x3f\x45\x25\x20\xb0\xe6\xae\x9a\x0d\x6d\x4c\x78\xbf\x3b\x5d\x19\xc0\xf7\xa6\x65\x36\x94\x43\x0b\x3f\xf6\x8b\xa9\x2a\x04\xe2\x07\x7f\x9d\x8a\x42\x20\xb8\xd4\x21\xa6\xa2\x10\xf8\xfe\x19\x1d\xa9\x77\x03\x48\x35\xdb\x34\x15\x0c\x10\x64\x9c\x8a\x69\xd4\xd0\xec\xde\x3c\xe9\xb7\xa8\x76\x9c\x9f\x76\x5c\xf3\x0f\xd7\x60\xc7\x54\x59\x02\x65\xee\xef\x5e\x69\x09\xac\xb9\xab\xe9\xac\xe8\x2e\x79\x4e\x3b\xa5\x25\xa0\x2f\x68\xaa\x2c\x81\xf8\x0d\xdb\x62\xc7\x0c\x67\xb5\x1f\xb4\x92\x11\x08\x0f\x44\x4f\x25\x23\xf0\x3d\x66\x99\x8d\x19\xec\x30\xf0\xe2\xa9\x57\x06\x28\x73\xcf\x31\xdd\x32\xc0\x32\xd8\x6b\x2a\x36\xe7\xb0\xb6\x0e\xa4\x3a\x12\x88\xdf\xf4\x4d\xab\x3b\x1c\x48\x7b\x75\xec\xfa\x3a\x90\xb4\x4a\x87\x0b\x10\x61\x91\x0e\x97\x39\x1d\x35\xc7\x5b\xb9\x09\x24\xb7\x73\xc4\x54\x6e\x02\x7d\xb7\x5d\x1f\x0c\xb0\xe6\x2e\xb2\xed\x1f\xa4\x27\x1a\xa6\x02\x14\xf8\xfe\x3f\x3d\xa9\x02\x05\x96\x91\x80\xd3\xd8\x29\xe0\x7b\xcc\x57\x6d\xfb\x64\xf0\x6c\x93\x3a\x75\x6e\x9d\x6a\x87\x2b\x54\x81\xf8\x21\x1d\xa6\x42\x15\xc8\x19\xfe\x80\x3d\x34\x5d\xf2\x7c\xca\xde\x98\x4c\x6b\x3f\x42\x5d\x3c\x40\x7a\x32\x79\xea\xe2\x01\xd2\x48\xc6\xa9\xe6\x05\x96\xa1\x07\x53\xcd\x3b\xc3\xe1\x74\x50\x54\xa9\x40\xd1\x8c\x3a\x55\xa9\x33\xac\xff\xf4\x55\xeb\x6f\xca\x47\x67\x9f\xa1\x4d\x40\x68\x10\x99\x86\x36\x01\xd2\x96\xa9\xb7\x08\x90\x41\x4c\xc5\xed\x4c\xc7\x12\x2b\xd2\xd4\xf5\x03\xf4\x0e\x5d\x98\x8a\x5b\xa0\xcc\x5f\x58\xe6\x60\x9a\x76\xdf\x21\x31\xae\x09\xf8\x1e\xa3\x33\x14\xbc\x40\xd5\x1b\x34\x15\xbc\x40\xdd\x1b\xa4\x82\x17\x98\xcb\x21\xd7\x3f\x34\xd3\x86\xa3\x26\xa6\x1a\x18\x28\xfa\x2a\xa7\x1a\x78\xa6\xf3\x18\x2a\x33\x75\x06\x01\x53\xbd\x3b\x95\xc5\x73\x19\xd5\x81\x28\x98\x6a\x60\x40\x11\x3f\x95\xc0\xc0\xf7\x14\x6f\xaa\x81\x81\xa9\x04\x9e\x4a\xe0\xb9\x76\x3b\x2d\xb3\x9d\x0b\xb3\xbb\x73\x5b\xbd\x3b\x97\x33\x14\x8b\xce\x54\xdc\x02\x53\xa5\x3c\x15\xb7\x40\x84\x44\x40\x71\x3b\x0f\xfb\x1b\x0d\x39\x55\x95\xc0\x54\x29\x4f\x65\xe5\x3c\x6c\xbb\x5b\xb0\x4a\x10\x68\x9b\xdd\xa8\x04\x27\xa7\x86\xa7\x09\x92\xa6\xba\x0f\xf0\x02\xd1\x98\xea\x3e\x20\x0c\x29\x9c\xea\x3e\xe0\x7b\x93\x7a\x18\x88\x04\x84\x61\x6f\x53\x2d\x38\x11\x7e\xd3\xf3\x40\x53\xe1\x07\xac\xe9\x54\x56\xf8\x01\xdf\x63\xb4\x54\xe5\x07\x64\x3a\x54\x3a\xa0\x26\xd7\x66\x4d\xc3\x00\xe7\xb9\x9b\xc0\x99\x2c\x8b\x0c\x3e\x9a\xc8\xbc\xb9\xeb\xab\xcc\x03\xba\x11\x68\x53\x99\x37\x39\x24\x31\xf7\x9e\xae\xa8\x03\xba\xe1\xb0\x53\xd5\x06\x54\x32\x3a\xc6\x54\xb4\x01\xdf\x9b\x4c\x19\x55\xdb\x54\xb5\xb9\xde\xaa\xda\x80\xef\x31\x5a\xa5\x6c\x03\xba\x9e\xf1\xa9\x6c\x9b\xc8\xb6\x49\x96\xdd\x98\xca\x36\x60\x72\x75\x78\x4c\x65\x1b\xa0\x51\x60\xea\x2d\x03\x7a\x77\x85\xd4\x5b\x06\x74\x33\x86\x4d\x43\x94\x80\x5a\xa4\x59\xaa\x3d\xa0\x98\x00\x6f\xaa\xf6\x80\x32\xcd\xe6\x34\x55\x7b\x40\xf5\x80\xda\x54\xed\x4d\xef\x75\x2e\x92\x4e\xe5\x1e\x50\x42\x96\xa2\xdc\x9b\xa6\x9f\x94\x74\xaa\xf6\x80\xba\xbf\x63\xd5\xde\x44\xda\x4d\x0d\x29\x53\x69\x07\xb4\x96\xff\x7d\x0b\x76\x4c\x95\xdf\x44\xf9\x4d\x8f\xea\x4e\x95\x1f\x90\xe9\xc8\xaa\xfc\x80\xaa\xed\x68\xea\x83\x03\xbe\x37\xe9\x53\x9d\x70\x40\x16\xd9\xa6\xfa\x10\xf8\x1e\xa3\xea\x0a\x44\x20\x7f\xfb\xbf\xd9\x5b\x24\xac\xf4\x74\xf0\x54\x20\x02\x33\x5c\x56\xd5\x87\x73\x67\xdb\x91\xfa\x29\x10\x81\xac\xae\x23\x0a\xc4\xf9\xec\x46\x59\x66\xa3\x3e\xa8\x7a\x11\xa7\x7e\xb9\xf9\xec\x0c\x7f\x5f\x91\xca\x0f\x28\xd3\x90\x81\xa9\xf4\x03\xa6\xf1\x1e\x53\xe9\x07\xd4\xf0\xff\x1b\x80\x35\x55\x83\x66\x03\x99\xaa\x41\xc0\xab\xf4\x63\xaa\x06\xe7\xeb\xe4\x77\x5a\xe8\xab\x03\xda\x72\xa2\x2b\x10\x81\x19\xae\xa1\x0a\xc4\xa9\x40\x2c\x92\x2a\x05\x22\x50\xf7\x1a\xaa\x40\x9c\xe6\xd1\x31\xd3\xd5\x34\x10\x6c\xea\x0c\x74\x7b\x55\x33\x02\xdf\x63\x5f\x59\x28\x1a\x81\xaf\xac\x53\x56\x2c\xe3\x9a\xb2\xb4\xa8\x5a\x64\x4b\xd9\xa1\x42\x8d\x08\xcc\xd8\x45\xc3\x22\xc7\x8a\x36\x84\x91\x60\xf1\xc3\xe5\xc0\x06\x1b\x06\x82\x01\xd5\xad\x27\x54\x8d\xc0\xf7\xe6\xa2\xec\xb4\xec\xfc\xdf\xff\x5f\xc9\x3c\x1f\xa1\x6c\x04\xca\xf4\x64\x71\xa8\x1b\x81\xa9\x79\x3e\xd4\x8d\x81\xe3\x6f\x16\x98\x44\xa8\xe1\x80\x19\x50\x90\x50\xc3\x01\xd3\xc8\xde\x50\xc2\x45\x71\xc1\x9c\x3e\xf6\x5a\xc6\xaa\xc1\x12\x11\x8a\x33\xa0\x1a\x0e\x11\x8a\x33\xa0\x6c\x87\x4e\xa8\xce\x80\x29\xa1\x09\xd5\x59\x54\xd7\x83\xe9\x7f\x9b\x96\x4d\x1e\xa3\xc3\xd5\x5d\x40\xd9\x61\xb1\xa1\xf0\x02\x7a\xaf\x16\xd9\xa8\xca\xa1\x5e\x47\x4f\xdd\x15\x2a\x2a\xa3\x78\x43\x45\x05\xcc\xdd\xe1\x2a\x2a\xa0\xec\x48\xd2\xd0\x7f\x07\x54\x83\x62\x42\x91\x15\xcd\x25\x1f\x32\x17\x6a\x25\x60\x1a\x5e\x14\x6a\x25\xa0\x7a\x90\x38\xf4\xa9\x01\x95\x6b\xdb\x22\x54\x4f\xc0\x34\xba\x28\x54\x4f\x40\xd9\x91\xaa\xa1\x4f\x0d\x68\x5c\xdb\x16\xa1\xa0\x02\xca\x0e\xcd\x0c\x15\x15\xd0\x4d\x72\x18\x2a\xaa\x68\xce\x70\x0c\x75\xa1\x56\x02\xba\xc7\x7f\x42\xad\x04\xf4\xc1\x4e\x1c\x4a\x25\xa0\xec\x68\xcd\x50\x2b\x01\x93\x4c\xb6\x11\x6a\xa5\xe8\x4e\x70\x4c\x7c\xe1\x69\x71\x60\x1a\x0c\x15\x8a\xa1\xe8\x76\x6e\x5a\x66\xe7\x7e\xb0\xf4\xfe\x87\x6e\xb0\x18\xac\x32\xac\xf0\xe1\xd1\x89\x18\xf6\x07\x2b\x60\xe8\xdf\x02\x26\x77\x64\x45\xe8\xdf\x02\x6a\xdd\x45\x76\x87\x22\xc4\x80\xb4\x50\x84\x00\x4b\x07\x46\x28\x42\x82\xe3\xd7\x3b\x1a\x2a\x3c\x4e\x01\xb4\x0e\xf5\x09\x45\x08\x30\xb9\x49\x2b\x42\x11\x12\xe6\x12\x6a\x3e\x65\x77\xe0\x06\x23\x66\xea\xfb\xc3\xd9\x31\x99\x1d\x90\x95\x50\x85\x00\xd5\x30\x8d\x50\x84\x00\x65\x87\x05\x85\x2a\x04\x98\xe1\xa7\xa7\x08\x09\x15\x87\xb1\x48\xa1\xe2\x00\xaa\xa9\x4b\x42\xc5\x01\x94\xfd\xe9\xa9\x38\x02\xfa\x3f\xcd\x3c\x1b\xf2\xff\xf0\xb4\x03\xdb\x7f\xe8\xa5\x0a\x0e\x4c\x4f\x2e\x7d\x8c\x88\xfd\x2a\x5f\x8b\x5f\xa8\x6c\x1f\xf0\x8a\xc0\x08\xe9\x3e\x30\xb9\x44\x2c\x42\x5f\x16\x30\xdd\x31\xc3\x53\x0c\x21\xdb\xaf\x6c\x85\x21\xdb\x07\x6a\xac\x3f\xd8\xc1\x43\x31\x00\x94\xe6\x84\x55\x0b\x04\xf4\x7d\xea\xf1\x0d\xf9\x3b\x30\xc3\x05\xd3\xc3\xd1\xc0\x34\x90\x2e\x64\xf4\x40\xe3\x9e\xb7\x08\x19\x7d\xc8\xe8\x2b\x1b\x59\xc8\xe8\x81\xe9\x49\xb7\x90\xd2\x03\xd5\xf0\xd7\x90\xd1\xc7\x72\x1c\xed\x53\x1d\x51\xc0\xf2\x10\x78\x48\xd5\x63\x39\x39\xdd\x7a\x74\x27\x01\x69\x9c\x65\xe8\x4d\x8a\x43\x67\x37\x13\x45\xd7\x11\xf0\xbd\xc9\x63\xfa\x8e\x80\x9d\xff\x29\x74\x1d\xc5\xe1\x4c\x74\xff\x90\xd2\x03\x4d\x3b\x55\xe8\x29\x02\xca\x34\x09\x57\x18\x18\x06\xb4\xd2\x7c\xd3\x16\x1c\x4e\x1e\x37\x0b\x4f\x3d\x00\xdd\xb3\x3e\x61\xb0\x18\x50\xba\xfb\x87\x6e\x27\xe0\x7b\x93\x86\xea\x77\x02\x9a\x4e\x9a\xd0\xef\x04\x2c\x93\xb6\x84\x62\x23\xf6\xd9\x6b\xbb\x4d\x27\x13\x30\xf7\x82\xac\xd8\x08\xf2\x11\xcd\xea\x22\xaa\xb4\x00\x1a\x37\xdc\x46\xa8\x2c\x80\xef\x31\xba\x4d\x69\x01\xcc\x70\xc5\xd7\xcd\x14\xa7\xdf\x97\x8b\x97\x9a\x01\xe8\x7b\x2d\xd7\x7f\x04\xac\xbe\x7f\xd3\x16\x9c\x4c\x2c\xf7\x05\xfd\x47\xa1\xd8\x30\x0c\x25\x14\x1b\x40\x98\xa4\x37\x14\x1b\x71\x39\x06\x7e\x39\xea\x03\x60\xa5\x23\xaa\x3c\x08\x49\xbe\xb9\xba\x42\x92\x0f\x98\x47\x3c\x42\x92\x1f\xb7\xff\x8d\x00\x89\x90\x4c\x03\xc5\x94\x4d\x21\x99\x0e\xc2\xd8\x66\x75\xe1\xd6\x51\x02\xa4\x16\x82\x90\x4c\x03\x95\x5b\x1c\x23\x64\xcb\x40\xa8\x79\xc2\x28\xb6\x78\x9c\x93\x6e\xff\x72\x5e\xa0\x19\xb9\x14\x52\x5e\xa0\xef\xbd\x42\xca\x0b\x94\x59\x09\x05\x0a\x39\x2f\xd0\xcd\x57\x13\x72\xde\x90\xf3\x9a\xbd\x2b\xe4\xbc\xc0\xd4\x6d\x14\x72\x5e\xe0\x7b\x8c\xfe\xd0\x2b\x02\x54\xc3\x0b\x43\xa7\x08\xf0\x3d\x66\x45\x6c\xe8\x07\x75\x6f\x33\x7a\x45\x80\x69\xdc\x40\x3c\xbb\xa1\x26\xc4\xb0\x51\xf6\xf7\x07\xba\xe1\x43\x4a\x0d\xa4\x4a\x34\xa4\xd4\xf1\x3a\x49\x97\x65\xf6\xc6\x4b\x40\x0f\x0e\xd9\x90\x2b\x07\xa1\x6e\xb3\xb9\x85\x1b\xea\x06\x4c\x6e\x31\x8e\x30\xd4\x2d\xe4\xcf\x0d\x6f\x4a\xc8\x9f\x81\xc9\x95\xc5\x11\xf2\xe7\x20\xc3\xe4\xdc\xab\xa4\xcc\x18\x68\x46\x25\x86\xc4\x38\xf4\xa6\xb8\x2f\x48\x8c\x81\x6a\x02\x95\x94\x17\x03\xd3\x33\x13\x29\x2d\x06\xaa\x76\xb9\x94\x16\x03\x4d\x27\x6a\xea\x4c\x49\x0e\x3e\x4c\x23\x54\x53\xbe\x0b\x4c\x0f\x5b\xa4\x7c\x37\x89\xae\x9b\x86\xec\xa6\xe4\x16\x68\xbf\xfd\xd8\x6d\x11\x5e\x5a\x76\x94\x94\xdb\x26\x61\x73\xd3\x20\xcd\xd4\x01\x02\x4c\x8f\x69\xa4\x61\x73\x40\xe3\x9e\x82\x48\xa3\xe6\x80\xef\x4d\xfe\x9b\x61\x73\x40\xff\x41\x54\x52\xcf\x09\xf0\x3d\x66\xd9\xb4\x8c\xbc\x0d\x7c\x04\xa9\xe7\x24\x4d\x50\xb9\x2c\xb2\x9d\x1c\xc0\x98\x66\x37\x4b\x39\x36\xd0\x9d\x1d\x29\xc7\x06\xbe\xc7\xac\x9b\x6d\x37\x7f\xd2\xf2\x37\x77\x43\x1f\x1f\x63\x0c\xa4\xe2\xc0\xd4\x47\x94\x52\xf1\x24\xba\x6e\x9a\x2b\x2d\x25\xd9\xc0\x0c\xb6\x96\xd4\x03\x02\x7c\x8f\xd1\x47\xba\x40\x80\xb9\x47\x54\x2a\x9e\x52\x71\x1b\x2a\x15\x07\x7a\xcf\x3f\x24\x10\x4f\x89\x7a\xea\x21\x31\x2f\x5b\xca\xd4\x81\x19\xf0\x9d\x94\xa9\x67\xdd\xfd\x60\x35\xed\x07\x82\xef\xc2\xee\x92\xbc\x03\x93\xcb\xab\x23\x25\xef\xa9\x3b\xc4\x18\x85\x94\xa9\x03\x55\xe7\x73\xea\x0e\xc9\xe6\x80\x3b\xb1\xf5\x7d\x00\x4d\x1f\x55\xca\xe7\x93\x88\xb8\x69\x1c\x54\xca\xde\x81\xd6\xa6\x6f\xda\x2a\xee\xa9\x6d\x6c\x46\x29\x7b\xcf\x46\x98\x95\x93\x4c\x56\x0e\x4c\x4f\x24\xa6\xac\x3c\xf5\x73\x98\x32\x3b\xf5\x73\x00\x75\xec\x9a\x39\xb6\x6d\x37\x8a\x86\x4a\xde\x81\x62\xa4\x71\x4a\xde\x53\xa6\x6e\x0a\xaa\x94\xa9\x03\xcb\xc8\xc9\x94\xa9\x03\x65\x36\x1c\x0d\x69\x90\x1c\x50\x8c\x6f\x4a\x1d\x1d\x29\xa1\xf7\x04\x76\x4a\xe8\x53\x42\xbf\x7f\xd4\xb6\xeb\xb6\x30\x9b\x5c\xea\xb6\x00\xa6\xb6\xc6\xd4\x6f\x01\x7c\x8f\x59\x66\x4b\x8d\x88\x83\xc1\xa6\x52\x00\xf8\x1e\xa3\xa5\x6a\x01\x60\x9a\x45\x2b\x3d\x5a\x0d\x7c\x8f\xd1\x52\xf5\x01\xd0\xd2\x1f\xf0\x68\x75\x0e\x5b\xca\x9a\x9c\xba\x41\x80\xd6\xfd\x9c\xf4\x82\xe4\xb0\x55\x34\x54\x8f\x47\x0e\x57\xcc\x61\x99\x4d\xf8\xa0\xb9\xcd\xa4\x2a\x22\xa7\xd3\xc8\x7e\x93\xf9\x03\xcb\x0c\x45\x29\xf1\x4f\x29\xbd\xbe\xc2\x94\xd2\x03\x4b\xc3\x76\x4a\xe9\x81\xef\x31\xba\x57\xc7\x02\x30\x25\x96\x29\xcb\x07\xaa\x87\x5d\x53\x96\x0f\x74\xd3\xb1\xa6\x2c\x1f\x98\xc1\x6e\x97\x73\xd7\x96\x93\x2e\xfb\x7f\xd9\xdf\x5c\xb4\xbb\xbf\x20\x5d\x0d\x19\x8e\x3b\x24\x3f\x8d\x75\x03\xaa\xb9\xbb\x53\x27\x42\x86\xe3\x0e\x67\x4a\xdd\x03\x40\x35\x95\x59\xaa\x18\x32\xfd\x6f\x70\xea\xd4\x32\x0f\x4c\xcf\x68\xa5\x96\x79\xa0\xcc\x96\x3e\x66\x77\xa4\x57\xee\x59\x64\x6f\x48\xed\x9b\x8b\xb2\xd4\x1e\xa8\x3a\x50\x32\xf7\x8f\x7e\x1c\x72\x97\xd8\x74\x98\xbd\x64\x2b\x65\xf6\x29\xb3\x37\xe7\x49\xca\xec\x81\xa2\xcf\x38\x65\xf6\xa9\xb1\xbe\xd9\x28\xa9\x3d\x30\xd5\x3c\xa9\xb1\x3e\x97\xed\x74\xd1\xd7\x32\x0f\xb4\xe8\x3e\x66\x3b\x97\x77\x01\x33\xea\x0a\x00\xe0\x7b\xd3\x1f\xb5\x9d\x8b\x51\x77\x1b\xd0\x58\x0f\xcc\x70\xd4\x3d\x3f\x02\x4c\x0f\xb1\xa5\xb1\x69\xb9\xdc\x19\x1c\xd0\xb5\x1b\xea\x3d\x45\xbc\x69\x20\x1a\x50\xa6\xde\x97\x54\x4e\x00\xd3\xb3\x6e\xa9\x9a\x00\xbe\xc7\xa8\x87\x72\x02\x98\x9e\x75\x4b\x7d\x06\xa9\xc2\x30\x6b\x63\xaa\x30\x80\xe9\xf9\x80\x54\x61\xa4\x0a\xc3\xc8\xff\x54\x61\x00\xe5\x07\x45\x4d\x15\x46\xaa\x30\x8c\xfc\x4f\x15\x06\x90\x1e\xa3\x4c\x15\x46\x1e\x97\x8f\x59\x11\x5b\x8f\x76\xd0\x4b\x9f\x6a\x87\x54\x3b\x18\x10\x9f\x6a\x07\xa0\x2e\x3b\x44\xed\x00\x54\x8d\x78\xa9\xa3\x02\x98\xe1\xae\xa8\x9a\x00\xda\xd8\x2f\xda\x76\xd4\x84\x27\xe7\x52\x31\x91\xfa\x29\xba\xeb\x9a\x7e\x0a\x60\x75\x3f\x20\xfd\x14\xc0\xf4\x50\x5f\xea\xa6\x00\xb2\xbb\x7e\x2b\x39\x80\xef\x9f\xd1\x69\x6a\x0e\x20\xeb\xae\x86\x2d\x27\x2d\xea\x34\xf1\x5f\x2a\x3a\x80\x9a\xce\x48\x35\x47\x5e\x8e\x7b\xf9\x83\x49\x3c\x3d\x6a\x9d\x5e\xed\xeb\xc7\xa4\xff\x23\x75\x76\x74\xd7\x77\x9d\x1d\x40\x31\x36\x2c\x75\x76\xe4\xe5\x40\x3a\x6a\xba\x31\x80\xc9\xbd\xd7\x91\x7a\x31\x80\x6a\x92\xfe\xd4\x8b\x01\x94\x96\xfe\x7f\xdb\x7c\x39\x8e\x4e\x76\x1d\x14\x40\xd5\x01\x97\x3a\x28\x52\xd7\x43\xb7\x57\x75\x3d\x00\x53\xf3\x74\xea\x7a\x00\x6a\xc3\xa4\x95\x7a\x1e\xf2\xb6\xb6\x12\x07\x9d\x0a\xc0\x8c\x5d\x64\x6d\x55\x46\xe8\xf0\x54\x19\xa5\x36\x7d\x65\x61\x2a\x70\x80\x65\xb2\xb9\x54\xe0\xa4\xca\xc5\x14\x7a\xa9\x72\x01\x56\x1f\x16\x39\x53\x3e\xa8\x1e\x78\x4a\x85\x4b\x3e\xce\x01\xe7\xb5\x92\x04\x98\x9e\xf5\x4c\x25\x49\x92\xe3\x7e\x9a\x42\x2f\x55\x20\xc0\xea\x6e\xce\x2a\x90\xe4\x08\xf5\xdc\x1b\x94\x16\x7c\x60\x7a\x1c\x24\x15\x25\xa9\x05\x7f\xd7\x4d\x55\x02\x4c\x8f\x84\xa6\x16\xfc\x7c\x6d\x95\x2d\x55\x95\x00\xd5\x80\xb1\x54\x94\x24\x21\x5e\x53\xcb\x47\x6a\xc2\x07\xaa\x71\xb4\xf9\xda\x95\x0a\x15\xe5\x74\x2a\x54\x80\xa5\x29\x21\x15\x2a\xa9\xb9\xbe\x33\xf2\x4b\x59\xb2\x34\xd7\x77\xac\x88\x4b\x5d\x02\x54\x2d\x97\x4b\x5d\xb2\x0c\xdf\x32\x4d\xde\xd2\x36\x0f\x4c\x0f\xc4\x2e\xc3\xb7\xd6\xcf\xef\x69\x5a\xf6\x58\x46\x9a\x61\x16\x84\xe5\xd9\x9d\x55\x1c\x7a\x94\xf8\x52\x4b\x00\x33\x30\x18\x2d\xa5\xc4\xd2\xe8\x6e\x62\xbb\xa5\x22\x00\xc2\xf5\x7c\x29\x08\x96\x11\x51\x1d\x53\xee\x92\xea\x03\xd3\x6b\x05\x96\x4c\x7f\x19\xc5\x64\xd6\x81\x25\x87\x07\xa6\xea\x7c\x49\xe1\x97\xe6\x74\x13\xdc\x2c\x39\x3c\x90\x5a\x03\x97\x1c\x7e\x55\x47\x86\x6d\x70\x49\xbf\x81\xe5\x44\x5a\x06\x28\x01\xa9\xb5\x71\x49\xc8\x81\xf0\xa4\xc2\x92\x90\xaf\xe6\x20\xb0\xe6\x2c\xa9\x36\xb0\x0c\x23\x58\x1e\x6a\x59\xb2\x6f\x13\x9c\x2e\xd9\x37\x30\x83\xb5\x6f\xc9\xbe\x97\x16\x70\xf3\xc7\x2d\x2d\xe0\x40\x73\x39\x5c\x5a\xc0\x81\x39\xf7\x0f\x58\xb5\xc6\x2d\x22\xd5\x6a\xec\xaa\xdd\xfe\x33\x7a\x4d\xaa\x0d\xb4\xe6\x94\x91\x6a\x2f\xa9\xb6\xb9\xe2\x96\x54\x1b\x98\x06\xeb\x2c\xa9\x36\xd0\x0c\x59\x5c\xda\xc9\x97\xc1\x42\x26\x20\x5d\x72\x68\x60\x1a\xcf\xb6\xa4\xd0\x40\x99\xa6\x8f\x5b\x72\x68\xa0\xfd\x70\x2b\x2d\x03\x84\x80\x69\x9c\xd4\x32\x40\x68\x8d\xea\x9b\x4c\x36\x19\x2e\x30\x0d\x45\x59\x86\xfe\x2c\xe3\x7c\xb4\x9a\x2c\x19\x2e\xd0\x8d\x3b\x59\xc6\xf9\x00\x93\x7b\x56\x63\x49\x7a\x97\x16\xf6\xc1\x1a\xbb\xc6\xfe\x51\x92\xbb\x0f\xdf\xb4\xbf\x4d\xcd\x3f\xac\x86\x9d\xfb\x41\xf7\x22\x97\x25\x35\x5e\x66\xe6\xc7\x48\xba\x34\xb0\x03\xcd\x88\xdf\x65\x94\x0f\x30\x75\x68\x2c\x4d\xee\xcb\xc0\x9f\x51\x7d\xcc\xbe\xc5\xe6\x6e\x1a\x8c\xa5\xcd\x7d\x69\x60\x37\x4d\xdb\x92\x67\x03\x6d\xed\x22\x5b\x6e\x98\x8f\x5e\xc7\xa5\x85\x1d\x98\xd3\x61\x97\x8d\x03\xcd\xed\x6b\xc9\xc6\x17\x96\xf3\x69\x32\xb7\x25\xa9\x06\xea\x6f\x59\x64\x3b\xc9\x74\x34\x07\x6b\xe7\x92\x55\x03\x73\x62\x3a\x5c\xb2\xea\x25\xab\x36\x8b\xe7\x92\x55\x03\xc5\x74\xaf\x4b\x56\xbd\x3c\x40\xb2\xdf\xb4\x1e\xe1\xa8\xf4\x3f\xa4\x24\x5d\x9a\xee\x97\x19\xf9\x5d\xe3\x0c\xe6\x59\xe1\xbc\x46\xcd\x2d\x8d\xf2\x40\x4f\x67\x85\x46\x79\xa0\x6a\xdd\x5d\x06\xea\x2c\xed\xf4\x9a\xba\x96\x76\x7a\xa0\xee\x61\xd3\x10\x0f\xcc\x39\x7d\xd3\xbe\xcf\x5d\x73\x5a\x23\x83\x07\xa6\x99\x4a\x96\xe1\x36\x2b\xed\xe8\x61\x99\x1d\xfd\x41\x1a\x78\xb7\xa4\xf0\xc0\xda\xbd\x25\x85\x07\x8a\x86\x96\xe5\x29\x94\x25\x9b\xde\x93\x4c\x36\x0d\x4c\x83\x44\x96\x6c\x7a\x1d\x7e\x24\x58\x5a\x97\xfc\x14\x58\x9e\x6c\x5c\xd2\x53\x60\xce\xfd\x94\x23\x74\xf8\x03\xae\xe5\x72\x51\x60\x19\xdc\xb0\x8e\xfd\x03\x2e\x37\xe8\x9e\x25\x17\x05\x52\xff\xd2\x32\x68\x66\x49\x4f\x87\x4b\xbe\xf4\x14\x58\x26\x0b\x5e\xd2\xd3\xe5\x8d\xa7\xb6\x40\x7a\xba\xb4\x76\x0f\x1c\x7a\x4b\x7e\xba\xcc\xbe\xef\xf2\x2e\x3f\x5d\xa4\xd5\x9f\x83\x18\x9f\x25\xf3\x04\x7a\xb3\x1e\x32\x4f\xa0\x6b\x16\x5a\x32\x4f\xa0\x8e\x62\x91\xcb\xea\xe9\x48\xa5\x65\x8e\xd4\x07\x4d\xaf\xf0\x92\x78\x02\x65\xb9\x8c\x48\x3c\x81\xef\x4d\xa6\x82\xd6\x6e\xa0\x7b\xa6\x65\x49\x36\xd7\xbe\xb0\x89\x9a\x49\x36\x81\x32\xcd\xa4\xb1\x8c\xb6\x59\xde\xd8\xe4\x96\xe5\xa1\x8a\x75\x39\xa0\xbb\xcc\x01\xc5\x9c\xae\xfe\x5a\x5a\xd3\x97\x9c\xd4\x6b\x91\x96\x9c\x14\x28\x86\x69\x2c\x39\x29\xf0\x3d\x66\x99\xfd\xf1\x41\xd3\x1d\xbb\x24\xa5\x4b\x43\xbc\x9e\x8f\xa5\x21\x1e\xe8\x7b\x62\x69\x88\x5f\xe6\xfa\x31\xa5\xd9\x92\xa8\x02\x55\x8a\xbb\x8c\xa4\x01\xaa\x47\xff\x97\x91\x34\x8b\x1b\x5a\xe7\xdc\x65\x7e\x68\x1f\x4c\x8f\x9d\x2d\xb9\xeb\xc2\xaa\x3f\x4d\xee\xb4\x34\xeb\x03\xd5\x73\x7e\x4b\x3a\xbb\x48\xd5\xbf\x6f\x80\x5b\x86\xb2\x00\x7d\xc2\x67\x97\xa1\x2c\x4b\x3e\x6b\xa6\xaf\x25\x9f\x05\xe6\x82\x47\x2e\xf9\x2c\x50\x74\x42\x2c\xed\xf5\x40\xd9\x37\x3b\x2d\x0d\xf6\x40\x2b\xee\x33\xb2\x5e\xa0\x1b\xa3\xb4\x64\xbd\x4b\x7b\xbd\x66\xd4\x25\xed\x05\xba\x39\x18\x97\xf6\xfa\xa5\xbd\xde\x7c\x60\x4b\x7b\x3d\x30\x57\xf7\x4d\xc7\x85\x64\x42\xfb\x0e\xa2\x25\x3b\x06\xa6\x67\xee\x96\x06\xfb\x25\x61\x36\xed\xce\x92\x30\x03\xf5\xe7\x27\x24\x61\x06\x8a\x8e\xa0\x65\x10\xcc\xd2\xee\x6e\x6a\xde\x25\xc5\x05\xaa\x01\xd0\x4b\xbb\xfb\x7a\xad\xae\x53\x4b\x8a\x0b\x74\x73\x41\x2d\xe3\x56\x96\xac\xd7\x54\xae\x4b\xd6\x0b\x54\x63\x96\x97\xac\x77\xc9\x7a\x4d\x38\x76\xc8\x7a\x81\x66\xea\x8f\x43\xd2\x0b\x94\x7d\xb9\xc6\x21\xeb\x05\xa6\x81\xc4\x87\xd6\x78\x60\x1a\x97\x78\x18\xb6\x72\xfc\x1c\x3e\xd4\xd9\x21\x11\x06\xa6\x89\xf4\x0f\xc3\x56\x0e\x03\x52\x4c\x69\x7a\x18\x90\x02\x14\x1d\x57\x87\x36\xfb\xc3\x80\x14\x93\x90\x1d\x1a\xed\x81\xa6\xe5\xf1\x90\x55\x03\xad\x2f\xff\x19\x63\x70\x68\x8d\x37\xc1\xd0\x21\x85\x06\xa6\xde\x95\x43\x6b\xfc\xe1\xa1\x05\x03\x7d\x0f\x4d\xef\x40\xd1\xb6\x7f\x78\x68\xe1\xd0\xf4\x6e\x54\xef\x21\xd3\x06\xfa\x60\x9b\x3b\x34\xbd\x1f\x92\x6f\x53\x8a\x1d\x92\x6f\x60\x7a\xfb\xda\x51\x76\xdd\x1c\x04\x2b\xa2\x9d\x1d\x28\x66\x73\x39\x0c\x79\x39\x34\xbd\x7f\xfc\xed\x3f\x37\xed\x43\xcb\x3c\x10\x03\xb3\xdb\x21\xab\x3f\xaa\x75\x62\x67\x3c\x34\x70\x03\x99\xbb\xc8\x3a\xc9\xba\xdd\x54\x0f\x59\x37\x10\x86\x32\x1e\xb2\xee\xc3\x23\x00\xee\x66\x87\x47\x00\x80\x16\x10\x9a\x43\x22\x7e\x68\xf3\x76\x17\x39\xb4\x79\x03\x53\x8b\xda\xa1\xcd\x1b\xf8\x1e\xf3\xd5\x65\x19\x61\xa7\x7c\xb1\x87\x7c\xfd\xf0\x0c\x80\x37\x99\x1d\x12\x76\xa0\x68\xe6\x38\x24\xec\x40\x75\x0d\x3e\x24\xec\x40\xfd\xed\xda\xda\xf6\xe6\x07\x1b\xfe\xc0\x6e\xfc\xcb\x39\x4e\xfe\xbf\x7c\x1d\x58\x5a\x82\x0f\xf9\xfa\x21\x39\x37\x59\xd9\x21\x39\x07\xea\xee\x49\xc9\xf9\xa1\x31\xdb\xf4\x62\x87\xc6\x6c\x60\x19\xb5\x71\x68\xcc\x06\xd2\x48\xfd\x43\x5b\x36\x90\xb1\x7f\xd3\x9a\x0d\x87\x85\x1d\xfa\xd0\x70\x0d\x4c\xaf\x97\x38\xb4\x5b\x1f\xc3\xfe\x86\xfd\x1f\x92\x73\xa0\xed\xf9\x29\x39\x3f\xe6\xfe\x6f\xf4\x9a\x54\x19\x58\xda\xa3\x0e\x99\x32\x90\x1e\x1a\x39\x64\xca\x87\x21\xec\x1a\x79\x0f\xc9\x2d\x90\x26\x9a\x3c\xb4\x34\x1f\x06\x94\xe8\x41\x3a\x34\x35\x03\x6b\x77\x91\xa6\xe6\x83\x04\x44\xdb\x8d\x71\x48\x6e\x81\xc9\xfd\xf5\x71\x18\x9d\x7e\x70\xd6\x7a\x7b\x75\x0e\xcf\x5a\x03\xdd\x03\x08\x87\x67\xad\x81\xb2\x6d\xef\x87\x67\xad\x81\xaa\x3f\xfa\x90\x29\x03\xcd\x0c\x7d\x87\x4c\xf9\x08\x0e\x1e\x39\x4b\xa5\xbd\x40\xd5\x0c\x79\x48\x7b\x0f\x8e\x5a\x4f\x2f\xc9\x38\x0c\x4f\x01\x4a\x83\xeb\x1f\x32\x61\x20\x0c\xc1\x3c\x64\xc2\x40\xd3\xcd\x79\xc8\x84\x81\xb2\xfd\x1a\x87\x31\xeb\x40\xf3\x06\xc8\x43\x72\x0c\x74\x0d\x49\x87\xe4\xf8\xc8\xdd\x4c\x7f\xc0\x66\xa6\x67\x2f\x68\x93\x86\x71\xa0\x6c\x23\xef\xa1\x65\x1c\x08\x63\xe2\x0f\x0d\xe3\x87\x84\x59\xfb\xf3\x21\x61\x06\x5a\x71\x85\x97\x30\x1f\x1a\xb8\xb5\xe8\x1e\x1a\xb8\x0f\x0f\x64\xfb\xe9\x69\xe0\x06\xfa\x80\xcb\x1f\xda\xb7\x8f\xd5\x7d\x93\x86\x7a\xfa\x1a\x08\x83\xee\x0f\x83\xd1\x0f\x33\x71\xc2\x13\x0e\x4d\xde\x40\x31\xb4\xed\xd0\xe4\x0d\xd4\xea\xf4\xd6\xe4\x7d\x90\x0c\x69\x9b\xe4\x0e\x8d\xd9\x40\x69\x88\x91\x43\x63\x36\xd0\xf6\x1a\xb6\x76\x9b\x1c\x4f\xec\x5e\x87\xf6\x6d\xa0\x7a\x17\xcb\xa1\x7d\xfb\xf0\xa0\x35\x9b\xec\xa1\x79\xfb\xd0\x48\xad\x8d\xeb\xd0\x48\x0d\xd4\xbd\x10\x29\x02\x80\xf0\x38\xc0\xa1\x08\x00\xca\x36\xae\x1c\xaa\x00\x20\x7e\xd6\x56\x1b\x35\x90\x6a\xe0\x43\x5d\x00\xa4\x14\xfd\x50\x17\x1c\x46\xc1\x68\xd0\x39\x8c\x82\x39\x3c\x7d\x8d\x27\xe5\xd0\x92\x0d\x84\xe7\x08\x0e\xd5\x03\x90\x5e\x79\x72\xa8\x1e\x0e\x35\x80\x46\x93\x43\x0d\x00\x84\x16\xf5\x43\x0d\x70\x9c\xce\x3e\x37\x4a\xc3\x5b\x80\xa5\xfc\x3f\xcc\xf3\x79\x18\x38\x6f\xd8\xea\xa1\x2e\x00\xd2\x58\xcb\x43\x5d\x70\x18\xcb\x62\xd8\xea\x71\xee\x8a\x7c\x43\xb0\x89\x83\xec\xfe\xb8\x5c\x00\x5c\xc3\x24\xe9\x40\x78\xe5\xd9\xa1\xdd\x18\x48\x4d\xc9\x87\xb4\xfd\x30\x0a\xc6\x60\xc8\x43\xde\x0e\xac\xb9\x8b\x1c\x82\x0f\x52\xba\x7c\xc8\xe4\x0f\x83\xe4\x0d\x1b\x3c\xa4\xf2\x87\xd9\xa2\xfc\xf2\x64\xf2\x40\x35\x61\xfa\x21\x93\x3f\x8c\x45\x8f\xf1\x87\xc8\xb3\x43\xd2\x0d\x34\x6f\xef\x38\x8c\xae\x39\xb4\x21\x1b\xe6\x76\x48\xba\x81\xae\x2d\xed\xd0\x86\x7c\x18\x65\x6e\x00\xd9\x61\x94\x39\x50\x2b\x74\xfd\x90\x9a\x03\xd5\x2b\xb3\x0f\xa9\x39\xd0\xb5\xc9\x1e\x06\x99\x1f\xb2\x75\x63\x97\x0e\xd9\x3a\x50\xdb\x7e\xcc\xae\x37\xbc\xc6\x74\x2c\x87\x74\x1d\x68\x73\xff\x80\x8d\xf2\xc8\xb1\x9b\xae\x6c\xfd\x78\xec\x54\x67\x94\x3c\x1c\x48\x4f\x9a\x1f\xd2\xf0\x43\xce\x1d\xfb\xbf\x39\x8b\x3f\xa8\x46\x10\x1e\x72\xee\x43\xce\x6d\x5e\x8e\x43\xce\x7d\x18\x79\x8e\x73\xe4\x90\x73\x1f\xc6\xbf\x98\x36\xe3\x30\xfe\x05\x48\x83\xd1\x0f\x2d\xcd\x87\xa7\x89\xcd\xaa\x76\x48\xba\x81\xae\xf5\xf9\xd0\xd2\x0c\x44\x95\x5a\x49\xc3\x0f\x39\x77\xa0\x17\x0f\x39\x37\x10\xde\xb1\x78\xc8\xb9\x0f\x43\x62\x42\x7a\x6a\x4c\x0c\x50\x34\xf0\x9e\xd2\xf0\xf3\xe7\x20\x60\x89\x38\x25\xd8\xe7\x47\xaa\xc3\x64\x3e\xa7\x86\xe6\x53\x82\x1d\x08\xc1\x53\x82\x0d\x2c\xc6\xfd\x94\x5f\x03\xdf\x53\x49\x59\x5a\x96\x54\x6d\x51\xb4\x2c\x72\x5c\x96\x65\x87\x65\x34\x94\x39\x79\xca\xcc\x81\xe6\xf2\x7e\xca\xcc\x4f\xb2\x50\x4d\x3f\x9d\x53\xce\x0d\x84\x59\x10\x4f\x8f\x13\x9f\x86\xd3\x24\x24\xe1\x34\x9c\x06\x68\xf2\x97\xd3\x70\x9a\x53\xb6\x6e\x8e\xaf\x53\xb6\x0e\x94\xdf\xfe\x6f\xb6\x9d\x53\xc7\xca\xc5\xd3\xd0\x99\x53\xb3\x78\x22\xf7\x4f\xcd\xe2\x40\x78\x23\xe4\x29\x59\x3f\x3d\x4f\x9c\x3f\xcb\x6c\x15\x81\x32\x3a\x00\x4e\xe3\x64\x4e\x09\x7c\xb2\x1d\x9d\x12\x78\x20\x2a\x2a\xfb\x94\xc0\x9f\x12\xf8\x64\xbb\x38\x25\xf0\x40\xd4\xb4\xc8\x86\x6a\x64\x37\x8d\xdd\x29\x1d\x07\xc2\x9d\xec\xd4\xc8\x0e\x84\x77\x70\x9f\xda\xd8\x81\x32\xb1\x91\x9c\xda\xd8\x4f\x43\xd6\x13\x3d\x7a\x1a\x09\x03\x14\x53\xc5\x9c\x06\xc2\x9c\x9a\xe2\x93\xc5\xf0\xd4\x14\x0f\x84\xd9\x1a\x4e\x4d\xf1\x40\x78\xaa\xfe\xd4\x14\x0f\x14\x2f\xd3\x39\x35\xc5\x9f\x75\x77\x87\x6f\xda\x1d\xd5\xee\xa0\x87\xd4\x0e\xa7\xda\xc1\xbc\x30\xa7\xda\x01\x08\xd7\xa2\x53\xed\x70\xaa\x1d\xb2\x5a\xe6\x04\xe7\xf8\xb0\xb7\x72\x9e\x6a\x87\xd3\x83\xc1\x66\xf5\x3b\x15\x0a\x40\x18\x85\x78\xaa\x13\x4e\x0d\xfb\xba\x52\x4e\x85\x02\x50\x4d\xd7\x70\xaa\x13\x4e\x43\xdb\xb3\xfa\xaa\x2d\x45\x28\x28\x6e\x4f\x85\xc2\xa9\x65\x3f\xd1\xc5\xa7\x4a\x01\x08\x39\xe4\xa9\x50\x38\x0d\x7b\x49\x36\xd0\xd3\xb0\x17\x20\xbc\x31\xf4\x54\x15\x00\xe1\x26\x78\xaa\x0a\x80\xf0\xce\xd3\x53\x8b\xfd\xe9\x99\xde\x6c\x3e\x66\xab\x3a\xf1\x0a\xdd\xff\x6f\xa3\xba\x53\xd7\xb5\xc2\x0c\x52\x40\xad\xcd\xc7\x6c\xd4\x07\x51\x59\xb2\x4e\x25\xc6\x69\x9c\xbc\xf7\x83\x9d\x7d\xb7\x60\x9f\xf9\xff\x8a\x8c\x8d\x01\xaa\xa4\xe0\x54\x62\x00\xdd\xcb\xe9\x4f\x25\x06\xd0\xcc\xbf\x74\xea\x38\x38\x3d\x34\x9c\x56\x43\xcf\x01\x50\xda\xf2\x4d\x3b\x48\x67\x82\x19\x13\x4f\x9d\x09\x40\x31\xe5\xf0\xa9\x5e\x39\x3d\x34\x9c\xdd\xaa\xd9\x45\x83\x71\xf7\x3b\xf0\xd0\xf0\xa9\x83\xc1\xc4\x8a\xa7\x0e\x06\x20\x6a\x5a\x0f\x7b\x68\x70\x6e\xcb\x4f\xcf\x10\xfe\xd3\x78\x1c\x73\x2d\x9e\x3a\x1d\x80\xa8\xeb\x0f\x99\xc4\x4f\x7d\x12\xe7\xf0\xdb\x87\x80\x9c\x7a\x20\x80\x30\x9e\xf4\x54\x56\x9d\x7a\x20\x92\x0d\xe9\x54\x57\x01\x61\xd8\xe6\xa9\xae\x3a\x75\x2d\xa8\x33\x4f\x5d\x0b\xc0\x0a\x57\x56\x5d\x0b\xe7\x74\x7a\xb2\x1b\x9f\x3a\x0d\x80\x30\x3a\xf5\xd4\x67\x70\x86\x1f\x22\xdc\xe5\x54\x44\x01\xa1\xa3\xff\xf4\x88\x2f\x10\xda\x1a\x4e\x8f\xf8\x9e\xe1\xc4\x1e\x3e\xe6\xb8\x85\x13\x9b\xdf\x54\x56\x9d\x7a\x20\xbc\x59\xf7\x54\x57\x01\x55\xa7\xfa\xa9\xae\x3a\x3d\x1d\xe0\xb5\xe8\xa7\x2e\x08\xa0\x18\x8c\x7a\xaa\xb5\x4e\x0f\x0c\x1b\xa7\x7d\x2a\xb6\x80\x30\x98\xf6\x34\x22\xe8\x0c\x1b\xef\x32\xe7\x89\x01\xa0\x99\x62\xea\x8c\xdd\x78\x07\x06\x35\x77\xaa\xc9\x80\xea\xb1\xa7\x53\x4d\x76\xa6\x2d\x75\x9d\x53\x5a\x01\x61\x50\xe9\xa9\xb2\x3a\x3d\xd3\xab\x93\xfe\xd4\xc9\x00\xa4\x32\xea\x34\x70\xe8\x54\x46\x99\xc6\xf1\x54\x46\x01\x65\x2f\xd4\xca\xa8\x53\x27\x43\xba\x80\xe9\x65\x00\x62\x77\x88\xca\xea\x5c\x7e\x50\xee\x5c\x06\x05\x01\xc5\x33\x6a\xa7\x32\x0a\xa8\x9e\x84\x3e\x95\x51\xe7\xda\x1b\x06\x3d\xae\x8e\x02\x9a\x49\x70\x4f\x75\xd4\xa9\x68\x32\x77\xe4\xa9\x68\x02\xc2\x1c\xa7\xa7\xa2\x09\x08\x03\x6f\x4f\x45\xd3\x69\xb4\x4f\xba\x0d\x2a\x87\x80\x92\x2e\x73\x46\xfb\x00\xe1\xa5\x0f\xa7\xc1\x3e\xa7\x6e\x12\x7d\x22\xa7\x0a\xe9\xfc\xe4\x50\x98\x25\xeb\x54\x0d\x01\xa1\x43\xe1\x54\x0d\x01\xd5\xb8\xdb\x53\x35\x04\x84\xa7\x1a\x4e\xd5\x10\x10\x86\x64\x9f\x8a\x21\x20\xbc\x71\xeb\x54\x0c\x01\xb5\x4c\x2b\x61\x93\x3c\x6c\x6c\xe2\xc8\x53\x27\x09\xd0\x96\x5b\x94\x4e\x92\xd3\x93\xc5\x86\x3f\x9e\xaa\x21\x20\x4c\x89\x7d\x1a\xb1\x73\x1a\xb1\x93\x7e\x55\x46\xec\x00\x61\xc8\xf4\xa9\xdf\xe4\xd4\x89\x61\x96\xc5\x53\x99\x03\x64\xc1\x20\x7d\xea\xc4\x00\xc2\x0c\xbb\xa7\x4e\x8c\x53\x31\xe4\xe5\x3e\xa7\x62\x08\x88\xe5\xc6\xab\x18\x3a\x75\x62\x78\x31\xe7\xa9\x1a\x02\xba\x96\xe6\x53\x31\x04\x34\x73\xba\x9c\x8a\xa1\x53\xbf\x86\x19\x0d\x4f\xd5\x10\x90\x39\x7d\xd3\x21\xd0\xaf\xb1\x6c\xbc\x6a\x08\x58\x9a\x7d\x4e\xd5\x10\x10\x6d\x37\xca\x31\xd0\x87\xe1\xd1\xff\x53\x1f\x06\x10\x7b\x9d\xd6\x87\x01\x7c\x8f\x51\x37\x9d\x18\x40\xf5\x6a\xab\xd3\x90\x9c\xf3\xde\xd5\xa5\x6e\x0a\x25\xa0\xa8\x17\x4f\x85\x12\x10\x6d\xff\x33\x6b\x4b\xe6\xdc\xa9\x73\xe9\xbc\x77\xdd\x98\xf2\x7e\xb4\xca\xa9\xd3\xe3\xb8\x0b\x83\xe2\xa9\x52\x02\x8a\x01\x8b\xa7\x47\x13\xce\xc7\x71\x91\x3a\xa8\x94\x80\x65\xbc\xf5\xa9\x50\x3a\x51\x45\x46\x87\x9f\xaa\xa2\x53\x87\x85\xe9\xdd\x4e\x1d\x16\x40\x7a\x19\xe2\xa9\x50\x02\xc2\xb0\xef\x53\xa1\x74\x7a\x1c\x77\x61\xc2\x38\x9f\x5d\xdd\x4f\xfd\x79\x57\xe7\xa9\x28\x3a\x3d\x7b\xbb\x64\x18\xba\x1d\x80\xea\xc5\x70\xa7\x91\x3b\xa7\xe7\x09\xcc\x20\x74\x1a\xba\x03\xac\xc0\x0e\x76\x1a\xb9\x73\x1a\xa6\x63\xf0\xea\xa9\x78\x02\xaa\xa9\x1b\x4e\x7d\x18\xa7\xa7\x6a\x75\x2e\x9d\x7a\x27\x80\x30\x88\xfc\x54\x28\x9d\x9e\xaa\xd5\x2b\x70\xaa\x94\x80\x30\x24\xfd\x7c\x77\x13\xb6\x7b\xf6\xab\xef\xa5\x52\x02\x56\xfc\xfe\xb0\x69\x5f\xfa\x33\x2e\x4f\xce\xea\xa9\xb8\x94\x48\x40\xf1\x5a\xe4\x4b\x85\x74\xe9\x95\x50\x9a\x5c\x6a\x1f\x20\x0c\x6c\xbf\xd4\x3e\x40\x18\x60\x7f\xe9\x94\x00\xb2\x0e\xff\xff\x63\xd1\xe3\x3f\xf3\xcd\xd7\xb2\x97\x37\xbf\xee\xba\x54\x48\x97\xe7\x01\x3c\x88\x7e\x29\x6a\x80\x68\x4c\xbc\x4b\xa7\xc4\xa5\x32\x31\x41\xf3\xa5\x32\x01\x96\x01\xf6\x97\xca\x04\x08\x43\xe3\x2f\x85\x09\x50\xe6\x62\xdb\xba\x54\x26\x40\x9a\x15\xe2\xf2\x30\xed\xa5\xb7\xc1\x5c\x7d\x97\xee\x04\x60\xe9\xd1\xbd\xd4\x2f\x97\x11\x41\x66\xce\xbb\x54\x2b\x40\x78\x01\xfa\xa5\x5a\x01\xaa\x7e\xd9\x4b\xb1\x72\xa9\x4c\xcc\x9c\x77\xa9\x4c\x80\x30\x44\xff\x52\x99\x00\xcb\x10\xfd\x4b\x65\x72\xa9\x08\x4c\x93\x77\xa9\x08\x80\x30\x44\xff\x52\x11\x5c\xcd\xcf\x1a\xb6\x78\xc9\xeb\x81\x34\x46\xf5\x92\xd6\x03\x69\x22\xf1\x4b\x5a\x0f\x14\xfd\x8b\x97\xf6\x7f\x20\x8c\xed\xbf\xb4\xff\x03\xa1\x5d\xf2\x32\x5e\xe7\x32\x5a\x7e\x2d\x1f\xb3\xd3\x3e\x48\x2f\xfa\xb8\x8c\x96\xbf\x74\x09\x18\xd4\x7c\xc9\xd7\x81\x50\x0c\x5d\xf2\x75\xa0\x9a\x84\xe3\xd2\x25\x70\x91\x22\x27\x74\x46\x5d\xf2\x58\x60\x69\x3c\xbf\xa4\xb1\x17\x97\x03\xef\xb4\x87\x97\x91\x32\xc0\x32\x32\xfe\x92\xa7\x02\x59\x87\x45\x36\x8a\xe8\xf3\x9d\xf6\xf0\x32\xfa\x1c\x58\xc6\x74\x5c\x46\xc5\x5c\xd8\xff\x77\x42\xc6\x4b\xfb\x3f\xb0\x3c\x9e\x70\x69\xff\x07\x96\x06\xfb\x4b\xf3\x3f\x50\x76\xc6\xbf\x4b\xfb\x3f\x90\x75\xbf\x69\x0b\x60\xb8\x3b\xc5\xdd\x25\xc3\x05\xd2\xd3\x5c\x97\x0c\xf7\x22\x4b\xeb\xce\x54\x77\x49\x67\x81\x65\x9a\xe8\x4b\x3a\x0b\x54\xed\x48\x97\x8e\x03\xa0\xeb\x86\xb8\x24\xb8\x17\xfc\x73\x27\xaf\xbb\xe4\x9f\x40\x35\x00\xeb\x92\x7f\x02\x61\x14\xd2\x65\x44\x3a\xd0\x0d\x99\xba\x64\xa4\x57\xda\x43\xac\xb5\x97\x46\xf6\x6b\x07\xaf\x50\x59\x63\x57\x2e\x0c\xea\x3b\x53\xd5\x25\xed\x03\xc2\xcb\xd8\x2f\x0d\xea\x40\x1d\xb0\xbe\x4b\x83\xfa\x05\x11\xdc\x49\xb4\x2e\x99\x20\xd0\xcc\x62\x76\xc9\x04\x81\xb2\x73\x5c\x5d\x32\xc1\x4b\x8b\x3a\x5b\xc3\x25\x13\x04\xba\x91\x30\x97\x16\xf5\x6b\x39\x52\x56\x57\x72\x78\x49\x0e\xfd\x66\x25\x87\x97\xe4\x30\xac\x86\x6d\x5f\xac\xdb\x4e\x18\x0d\xea\x40\xf3\xca\xd0\x4b\x83\xfa\x75\x38\x76\x68\x8c\x4b\xbe\x78\xc9\x17\xfd\xb2\xe5\x8b\x40\xd9\x09\xa5\x2e\xa3\xc3\x81\x6e\x3a\xf6\x4b\xbb\x3b\xd0\x4d\xd1\x7a\xc9\x2a\x2f\xc2\x6a\x76\xb6\xa4\x4b\xc2\x08\x94\xb9\xff\x99\x43\x7c\x38\xd5\xa6\xff\xcd\x16\x1c\x1c\x98\xd9\x8f\xd9\x82\xd3\x91\xb2\xd7\xa4\x87\x40\xf5\x56\xc0\x4b\x7a\x08\x44\x83\xd9\x5f\x9a\xcf\x81\xaa\xa9\xf0\x92\x30\x5e\xa7\xb3\xc3\xd5\x55\x2a\x08\x14\xd3\xbd\x5f\x9a\xca\xaf\xd3\x21\xb0\x3f\x0c\x98\xb9\x4e\xfb\x9b\x31\x36\x38\x06\xa8\xd5\x06\x68\x3d\xbf\x2e\x6b\xeb\x63\x92\xc8\x4b\x12\xe9\x57\x20\x89\xbc\x2e\x27\xd1\x2e\xb3\x27\x2f\xd4\x0f\x36\x98\x4b\xc2\x78\x19\xf5\x62\x56\x9f\x4b\xc6\x08\xc4\xae\xae\x8c\x11\x08\x53\x59\x5c\x12\x46\xe0\x7b\xd3\x32\x5b\x05\x63\xfc\xb6\x8c\xff\xde\xaf\xe5\x93\xc0\xf7\x5f\xac\x93\xfd\x40\xe6\xd0\x86\xc2\xb9\x0c\x8a\xb9\xee\xdd\x1a\x3a\xc2\xd0\x16\xa0\x68\xbe\xbf\xb4\xb2\x03\xcd\x58\x94\x4b\x2b\x3b\x10\x6d\xbf\x68\x63\x6e\x87\xc8\xe5\x46\x3e\x09\x14\x83\x7f\x2f\xf9\xe4\x75\x5b\x35\x28\xcf\xe5\x21\x56\xa0\x6a\x17\xbf\xe4\x93\xc0\xd2\xcd\x77\xdd\xbb\xb6\xdc\x98\xef\x96\xa2\x79\x1e\xe8\x0d\x69\x74\x69\x9e\x07\xea\x5e\x0c\x24\x9d\xd7\xe3\x68\xa0\x40\x2e\xb9\xe3\x65\x8e\x16\x77\x4e\xe3\x5f\x80\x30\x1c\xe8\x92\x4d\x5e\x58\xca\xa3\xfc\xfc\x6f\xfe\xe6\x63\x4e\x61\x9a\xa9\xa5\x1c\x58\xaa\xc2\x4b\x9a\x08\x7c\x6f\xf2\x03\xf2\x44\x60\x79\x88\xea\x92\x26\x02\xdf\x63\x7c\x24\xf2\x44\x20\xd5\x50\x97\x11\xde\x40\xd9\x29\xa1\x2f\x4d\xf1\xc0\xf2\x1c\xd8\x25\x9b\x04\xbe\xc7\x7c\xd5\x56\xbd\xb4\x6a\xf9\x03\xb6\xea\x83\xe5\x69\xf7\x4b\xeb\x3c\x50\x76\x4a\xa8\x4b\xf3\x3c\xd0\xd2\xb5\x4b\x1e\x7a\x41\x3a\x77\x4a\xa8\x4b\xd2\x09\xa4\x59\x66\x2e\x49\xe7\xa5\x75\x5e\x45\x76\x4b\x3a\x81\x74\xf1\xba\x65\x95\xc0\xf7\xd8\xa4\xac\x5a\x56\xa9\x9b\x6f\x36\x8b\xec\x23\xe6\xc2\x6d\x98\x0c\x90\x6e\x50\xb7\x86\x7d\x20\x4d\x43\x7a\x6b\xd7\x07\x96\x39\x9c\x6e\x59\xeb\xfd\x31\xd5\x55\xbb\x3f\xb9\x2c\x42\x32\x74\xff\xfd\x61\x11\x77\xd7\xff\xfc\xf7\xa7\x45\x5c\x32\xc9\x4c\xb8\xe5\xb1\xc0\x57\x31\x7f\xf2\xb6\xcc\xa4\xed\xfe\xb3\xc7\xa2\xdd\x1b\x34\x5d\xd6\x0a\x64\xb3\x37\x34\xeb\xdf\xc4\xb1\x87\xa9\x98\x6e\xe3\xd8\x81\x65\x3e\x80\x5b\xb3\x3e\x10\x1a\x3d\x6f\xcd\xfa\xc0\x92\x96\xdc\x32\x60\xe0\xfb\x67\x8d\x32\x9b\xfe\x41\x1a\x4e\x7f\x1b\x97\x73\x7b\x05\x85\xb9\x96\x6e\xad\xff\x40\x6a\x95\xb8\xb5\xfe\x03\x69\xd0\xc0\xad\xf1\x1f\x08\x45\xdb\xad\xf1\x1f\x58\x75\x3f\x65\x6f\x14\x9b\x0e\x2b\xb9\xe5\xd3\x40\x33\x56\xf7\x96\x4e\x03\xa1\x9e\xbc\xa5\xd3\x40\x73\xa7\xb8\x65\xd3\x77\xdd\x6d\xe2\x37\xe5\xc9\x40\xdd\xd3\x45\x9e\x7c\x57\xa7\x32\xeb\xc4\x2d\x29\x06\xba\xe1\xd2\xb7\xa4\xf8\xae\x7e\xda\x76\xa4\x86\x78\xa0\x0e\xc7\xd8\x73\xab\x40\x1a\x3d\x76\x6b\x9a\x07\x96\x99\x10\x6e\x4d\xf3\xc0\x32\xad\xc2\xad\x65\x1e\x48\x2f\xa2\xbb\xb5\xcc\xdf\xcd\xde\x46\x00\xde\x92\x6e\x20\x7b\xf8\xcf\xec\xed\x0f\x96\xf1\xbf\xb7\x56\x78\xa0\x84\xb9\x91\x6e\xad\xf0\xc0\x32\xd3\xc2\x2d\x5b\xbf\x9b\x6d\x72\xc2\xcb\xcd\x81\x65\xa6\x85\x5b\x6e\x0e\x2c\xc5\xd6\x2d\x37\x07\xbe\x37\xf9\x6f\x92\x73\x20\xbd\x71\xe6\x96\x9b\x03\xdf\x63\xbe\x6a\xab\xb8\xd6\xd7\x23\x4e\xb7\x26\x7d\xe0\x7b\xcc\x1f\x75\x46\x6a\xd3\x87\x2b\xde\xda\xf4\xef\xee\x6a\xe2\x8c\x91\xb0\x03\xab\x62\x67\xba\x35\xb9\x03\x25\x8a\x2d\xd5\xe6\x0e\xe4\x5e\x12\xb4\xb9\xdf\xc3\xaf\xd1\x66\xc9\xeb\x81\x65\xd8\xe0\xad\xfd\x19\x48\x97\xc8\x5b\xa6\x7f\x13\xd6\x13\xde\x7a\x7a\xcb\xeb\x81\xd4\x8e\x7a\x6b\x7e\x06\xd2\x3c\x16\xb7\xe6\xe7\x7b\xda\x50\x68\xc9\x6d\xb4\x3b\x10\x6b\xfe\xe1\x40\xf6\xad\xc1\x1a\xf8\xfe\x0b\x5d\xa8\xc5\x1a\x48\x1d\x19\xb7\x7a\xe1\x96\xe2\x9b\xec\xe8\x96\xe2\x03\xdd\x24\xb0\xb7\x14\xff\x0e\x5b\xe3\xcc\xd3\x88\x7d\x9b\xa7\x92\x4d\xf1\x96\xf5\x03\xe9\x35\xf5\xb7\xac\x1f\x58\xa6\xed\xb9\x65\xfd\x77\xd8\xc0\xf4\x31\x1b\x18\xf8\x80\x1d\x5c\x6d\xd8\x40\x28\x13\x6f\x6d\xd8\xc0\xf7\x26\x8d\xd2\x86\x0d\xa4\x27\xfc\x6e\x6d\xd8\x77\xee\xda\x52\xa6\x89\x19\x08\x0f\xa8\xdd\x86\xfd\x00\x25\xbc\x5b\xee\x36\xec\x07\x58\x15\x45\x7f\x1b\xf6\x73\xa7\xd5\x5d\x96\x59\xdd\x64\x13\x98\xbe\x69\x75\xd3\x0e\x5f\xfe\xa8\xf5\x4d\x36\x06\x17\x1c\xe5\x07\x90\x5e\xd5\x79\xe7\xae\xae\x5f\x98\xf3\xc2\x08\x78\x20\xbd\x22\xfe\xd6\x36\x7d\x73\x60\x35\x54\x68\xb7\xfa\x03\x48\x2f\x62\xbd\xb5\x4d\xdf\x2a\x06\x93\x22\xdd\x2a\x06\x20\x13\x5f\xcc\xad\x62\x00\x4a\x98\x2c\xe8\x56\x32\x00\x4b\xcf\xf6\xad\x64\xb8\xd5\x07\x26\xe0\xbc\xd5\x07\x40\xe8\x0b\xbc\xd5\x07\xc0\xd2\x3f\x7d\x2b\x0f\x6e\x4c\xcc\xe1\x55\x63\xb7\x62\x00\x08\x8f\x9d\xde\x06\xe1\xdc\x68\x81\xf0\xf0\xf2\xad\x18\x00\xd2\xc0\xce\x5b\xeb\x31\xb0\xaa\xdf\x84\xd6\x63\x20\x87\x6b\x84\x8a\x01\x08\x03\xc5\xee\x63\x37\x80\x0f\xbd\x5a\x5b\x03\xf1\x81\xa5\xa3\xf5\x56\x44\x00\x61\x7a\xcc\x5b\x11\x01\xa4\x31\xf1\xb7\x22\x02\x08\x73\xe4\xdd\x8a\x08\x20\xa5\x69\xb7\x56\xe7\x1b\xab\x73\x98\xae\xe9\xd6\xea\x0c\xa4\x0e\xeb\x5b\xa9\x01\x2c\x1d\xe7\xb7\x52\x03\x58\x6a\x88\xdb\xa8\x1c\x20\x13\x8d\x7f\x2b\x3e\x80\xef\xff\xfb\x98\x9d\x81\x20\xd1\x1f\x79\x2b\x48\x80\x65\xe8\xee\xad\x20\x01\x52\x1b\xd6\xad\x9d\xfb\xc6\x82\x1d\x66\x6b\xba\xb5\x60\x03\xcb\xa0\x84\x5b\x3d\x72\x2b\x3e\xaa\xdf\x8f\xe2\x03\x58\x86\x16\xdc\x8a\x8f\x5b\xa5\x51\xdd\x88\x55\x1a\x40\x6e\xa6\xa2\x94\x00\x96\x62\xec\x56\x49\xdc\xd8\xa1\xc3\x4b\x2e\x6e\xed\xd0\x40\xea\x9f\xbd\xb5\x43\x03\x69\xd4\xe9\xad\x19\x1a\x28\x51\xbb\x65\xb6\xe0\xb6\x05\x8c\x9d\x1a\xe4\x36\x03\x65\xc5\x04\x7a\xab\x38\x80\xa5\x0b\xfb\x56\x71\x00\x69\x84\xd9\xad\xe0\x00\xd6\xbf\x6a\xd8\xa6\xdb\x21\x70\xef\x54\x5d\x00\xa9\x11\xe1\x56\x5d\x00\xa1\x97\xe2\x56\x5d\x00\xdf\x9b\x94\x29\x2f\x80\xd0\xad\x75\x2b\x2f\x80\xa5\x0f\xfe\xd6\xa6\x0d\x7c\x6f\x52\x5b\x03\x82\x80\x34\x84\xe7\xd6\xcc\x7d\x3f\x7e\x77\x2e\xa5\x46\xff\x00\x4b\xc7\xff\xad\x56\x01\x4a\x6c\x82\xa7\x58\x01\xc2\xdc\x7d\xb7\x62\x05\x48\x53\xbe\xdf\x9a\xbe\xef\xc7\x05\x66\x3f\xe6\xe8\x7d\x90\x1a\x64\x6f\x63\x84\x6e\x65\xce\xe6\x2f\xca\x1c\x20\xbd\xdb\xfd\x56\xe6\x00\xdf\x63\xb4\x54\x9d\x03\x2c\x83\x2f\x6e\x65\x0e\xb0\x0c\x1f\xb9\x95\x39\xb7\x32\x67\x93\x15\x65\x0e\x90\x7b\x32\x2b\x73\x6e\x65\xce\x66\x26\xca\x1c\x60\x19\x17\x72\x2b\x73\x6e\x22\x8e\x62\x73\x1a\x35\xcd\xad\xa6\x09\x8b\x6c\xbc\x9a\x66\x73\x09\x35\x0d\xb0\x36\x59\x51\xd3\xdc\x8a\x95\x6f\xdb\xfb\xcf\x0d\xfb\x51\xcb\x3c\x3f\x07\x84\xef\xf5\xd1\xf6\x0d\x2c\x4f\x4b\x3d\x0a\x0b\x60\x19\x00\xf1\x28\x2c\x80\xa5\x4f\xf8\x51\x58\x00\xcb\x88\x96\x47\x61\xf1\xa8\x18\x5c\xa3\x1f\x15\x03\xb0\xec\xfb\x47\xc5\x00\x2c\x43\x16\x1e\x03\x81\x9e\x62\x9b\x99\x65\x8f\x54\xfd\x91\xaa\x33\x07\x1e\xa9\x3a\x50\x76\x6c\xc6\x23\x57\x07\x96\xcb\xde\xa3\x81\x1c\x58\xc6\x05\x3c\x1a\xc8\x81\x65\x44\xc1\x23\xa1\x7f\xaa\x93\xdd\x37\xe5\xea\x40\x9a\xd6\xf0\xd1\xf2\xfd\x48\xdf\x0d\xf4\x78\xa4\xef\x40\x1a\x18\xf5\x48\xdf\x1f\xe9\xbb\x56\xcb\x47\xfa\x0e\x84\xb9\x9f\x1e\xe9\x3b\x50\xb6\xa3\xfb\x31\xdc\x06\x58\xff\x7e\xc0\x16\x10\xa9\xaf\x1d\xf0\x91\xe4\x3f\xcd\x59\x4c\x18\xc1\x23\xa5\x07\x52\x13\xe8\x23\xa5\x7f\xa4\xf4\xfe\x7f\x29\x3d\x50\x76\x2c\xc0\x23\xa7\x07\x96\xfe\xeb\xc7\x23\xb3\xc0\x32\xb0\xe0\x31\x01\x25\xb0\x0c\x3d\x7e\x0c\xe7\x07\x72\x0f\xb1\x36\xf9\x47\x7d\xa0\x4b\xfb\x51\x1f\x00\xcb\xd0\x88\x47\x7d\x00\x94\xed\xfd\x7d\x14\x08\x40\x78\xb8\xf4\x51\x1f\x00\xdf\x63\x8c\x81\x02\x01\x48\x5d\xc9\x8f\xe6\x7c\x20\xcd\xb8\xf3\x28\x19\x1e\xd2\xda\x6c\xbf\xeb\xa3\x40\x78\x4c\xe0\x8f\x43\xe2\x51\x1f\x3c\x04\xf3\x6c\x37\xf7\x23\xf3\x07\x96\xa1\x11\x8f\xc4\x1f\x58\xbb\xbb\x25\xfe\x40\xf4\xfd\xff\x6d\x3b\xd9\x64\xb6\x67\xfa\x31\x64\x06\x58\xbb\x9d\x86\xcc\x00\x65\xbb\x01\x1f\x43\x66\x80\x34\xee\xe5\x31\x64\x06\xc8\xce\xd6\xf3\x18\x31\xf3\x10\xf7\x12\xe6\x8d\x7a\x8c\x7b\x01\xd6\xee\x6f\xe3\x5e\x1e\xf2\x54\x6e\x57\xdb\xa3\x64\x00\xd2\x03\xfc\x8f\x92\xe1\x99\x56\x97\x55\xf4\x51\x1f\x00\xcb\xc8\xae\x47\x7d\xf0\x68\xf6\xd7\xb5\xf3\x48\xe3\x81\xec\x7e\x7a\x9a\xfd\x81\xf4\x56\x95\x47\xb3\xff\x63\xd4\x3f\x9b\xca\xa3\xd5\x1f\x28\x61\x22\xa4\x47\xb3\x3f\x90\x86\x2d\x3f\x4a\x02\x60\xed\x61\x9f\xbb\xb6\x5e\xc3\xca\x8b\x1e\x17\x00\x96\x2e\xfe\x47\x91\xf0\x44\xf5\xff\x53\x33\x25\x01\x90\xda\x9d\x1e\x25\xc1\x13\xfb\xda\x4a\x86\x40\x62\x0f\xa4\x49\x1a\x1e\x89\xfd\x43\x6e\x9a\x30\x27\xd1\xa3\x27\x00\x48\xf3\xf8\x3f\x7a\x02\x80\xb5\xbf\x76\x3d\x01\xc0\xda\xb3\xcf\xd8\x94\x27\xed\x6e\x67\xa9\x92\x00\xe8\x46\xce\x3e\x2a\x82\x47\x5e\x6f\xe6\xa2\x47\x5e\xff\xc8\xeb\xfd\x66\xe5\xf5\x40\x89\xc6\x76\xf7\x48\xec\x81\x55\xf7\x9b\x0e\x81\x29\xe8\x1b\x42\xff\x31\x5e\x05\x48\x0f\xbf\x3c\x86\xab\x00\xcb\x90\x9e\xc7\x70\x95\x47\x95\xd0\x5c\xac\x73\x37\x81\xeb\x15\xfc\xf4\x54\x09\x8f\x2a\x41\xb3\xfc\xa3\x4a\x00\xd2\xf3\x92\x8f\x2a\x01\x58\xb9\x8b\x9c\xdf\xa4\xa5\x0f\xed\x47\x8f\x8e\x0b\x20\x27\xc1\x7b\x8f\x7e\x0b\xa0\x84\x87\xeb\x1f\x1d\x17\xc0\x32\x4e\xe4\xd1\x71\xf1\x2c\x17\x14\x9b\xe0\xe1\x5c\x20\x4c\x00\xf3\xa8\x4c\x80\xf4\xaa\xf7\x47\x65\xf2\x2c\x1b\x8a\x06\x7b\x94\x21\xc0\xf4\x7c\xf6\xa3\xe7\x02\xa8\x7b\x83\x30\xf6\x05\x98\xa6\xc7\x7d\xd4\x2a\x40\xf1\x8a\xbb\x47\xad\x02\xec\x74\xf6\x8f\x5a\x05\x68\x1f\x4f\xfb\xef\xdd\x5a\x4f\x07\x30\xb5\xe1\x3e\x8a\x1b\xa0\x1b\x9c\xfd\x28\x6e\x80\x6a\xaa\xb9\xc7\x90\x9a\x87\x0b\x98\x4d\x89\xff\xe8\x0e\x01\xaa\x66\xd2\x47\x05\x04\x34\x4d\x50\x8f\x0a\x08\x68\x5e\x33\xf9\xa8\x80\x80\x59\xfc\x04\x55\x40\xc0\xd7\x79\x96\xd9\x79\x48\xa0\x06\xe3\x7c\x54\x40\xc0\x2c\x0e\x98\x0a\x08\x68\x86\x1c\x3d\x2a\x20\xa0\x78\x20\xe0\x51\x01\x01\xd5\x94\xbe\x8f\x0a\x08\xf8\x7e\xd2\x7f\x66\xf7\x7c\xd0\xe7\x2e\xb2\x7b\x3e\xa8\x1e\x73\x7a\x3c\x98\xf0\x18\x9e\x83\x31\xe8\x51\x27\x01\x7d\xef\xad\xea\x24\xa0\x19\x5b\xfd\xa8\x93\x1e\x73\x78\xba\xb6\xa9\x93\x1e\x45\x91\xd9\xad\x1e\x45\x11\x50\x8d\xc4\x79\x14\x45\xc0\xbe\x43\xe0\x51\x14\x01\xcd\x74\x17\x8f\xa2\xe8\xb9\x2a\x4f\xd1\x70\x8f\x26\x03\xd5\xa4\xff\x8f\x32\x09\xe8\xd3\x11\x51\x26\x01\x4d\xa7\xde\xa3\xdb\x06\x68\x46\x99\x3d\x0a\xa7\xc7\xfb\xdc\x5c\xe7\x15\x4e\x40\xd7\x34\xf9\xe8\xb5\x01\xa6\x46\xa5\x47\x29\x05\x94\xdf\xae\xaa\xed\xfe\xe4\xd3\xbe\xc6\xe0\x31\xa4\x07\x68\xe6\x50\x7b\x74\xca\x00\xdd\x33\xac\x8f\x17\x03\x00\x55\x89\xf4\x98\x77\x07\xd8\x77\x1d\x3c\x4a\x30\xa0\xc8\xff\x1f\x25\x18\xd0\xe4\xd3\x8f\x12\x0c\xa8\x0a\xd2\x47\x05\x06\x4c\xad\xf5\x8f\x0a\x0c\x68\x6a\xc3\x47\x2f\xd0\xb3\xaf\x05\xb0\xc3\x14\x65\xc0\xbe\x37\xe1\x51\x94\x01\xd5\xcb\x60\x1e\x45\xd9\x63\x54\x51\xf8\xa2\xbd\xf3\x41\xdf\xac\xc3\xa8\x22\x60\x5f\xae\xf0\xe8\x17\x7a\xf4\x0b\xf9\xe5\xaa\xdc\x80\xba\x77\x15\x95\xdb\xe3\xb1\x0d\x3f\x53\x95\x1b\xd0\x3c\xce\xf7\x28\xdc\x9e\x87\x05\x47\xe2\xa0\x4a\x03\x6a\xb3\x91\x8a\x34\xa0\xef\x51\x53\xa4\x01\x65\xfb\xaf\x1f\x83\x91\x80\x36\xfc\xda\xd4\x6d\x40\x33\x23\xdc\xa3\x6e\x03\xea\x9e\x15\xca\x36\x60\xdf\xca\xf0\x28\xdb\x80\x6a\x9c\xfe\xa3\x6c\x03\xba\x77\x36\x3d\x46\x2c\x01\xfb\x9e\x86\x47\x21\x07\x7c\x15\xb3\xcc\xee\xf9\xa0\xeb\x44\x7f\x8c\x6b\x7a\xb8\xeb\xdb\x4b\x19\x1e\x85\x1c\x50\xf6\xac\x53\xc7\x3d\x64\x1f\xd2\x11\xf0\x28\xda\x1e\x53\xa2\x22\xed\x1e\x35\x1b\xd0\xcc\x80\xfc\xa8\xd9\x80\xea\xe9\x8f\x47\xc9\x06\xec\xfb\x15\x1e\x25\x1b\x50\x74\x19\x3f\x3a\xa6\x80\xb2\x79\x8a\x22\x0e\x28\xdb\x93\xff\xa8\xe2\x9e\xd7\x86\xd3\xd5\x2a\x36\xa0\x9b\x4b\xe2\x31\x1a\x0a\xe8\x7d\xb7\xc8\x76\xbf\x2c\x1f\x72\x12\xfd\x52\x40\x95\x25\xbf\x4a\x39\xa0\x7b\x6a\xea\xd5\x2d\xf5\x72\x2a\xbb\xec\xa2\x6e\x51\x27\x0e\xd6\xa2\x61\x11\xed\x86\x98\xbf\xba\x9b\x80\xda\x59\x3e\x5e\xdd\x4d\x2f\xd7\x0b\x18\x51\xff\xaa\x0a\x81\xaa\x8b\xfa\x55\x15\x02\x65\xc7\x04\xbc\xca\xc2\xf7\xc7\x62\xd1\x7c\xec\xb6\x88\x3d\xa4\x5a\xf4\x58\xc4\x3d\x0a\xc3\x8a\xbd\x16\x31\xde\xd0\xb3\x57\xed\x08\x94\x1d\x86\xf0\x2a\x1e\xdf\xc2\x80\xa3\xa9\x5e\xbd\x4d\x40\x31\x27\xdb\xab\xb7\x09\x28\x9d\x01\x7f\xf5\x36\x01\xd5\x33\xc7\xaf\xde\x26\xa0\xfc\xd6\x1f\xee\xe3\x7a\xf5\x45\x01\x73\x77\xa8\xbe\x28\xa0\xb7\x6e\x1d\xed\x2a\x2e\x45\xf0\xe2\x88\x57\x57\xd4\xbb\x05\xae\x45\xf6\x54\x61\x86\xec\x17\x2f\x8b\xe8\x3c\x56\x89\x57\x79\xfb\x1a\x00\x66\x17\x2b\x6f\x81\xb2\xe3\x2e\x5e\xf5\x2d\xb0\x6f\x92\x78\xd5\xb7\xaf\x47\xcb\x8b\x45\x76\x5e\xb5\xfa\x8c\x84\xba\xf5\xf5\x92\x73\xc7\xcb\xb3\x24\x40\x1b\x58\x9e\x5f\x03\xb6\x5e\xb2\xa5\x7a\x54\xf5\x55\xa2\x02\xcd\x48\xac\x57\x89\xfa\x36\x66\x20\xcb\xf6\xab\xce\x04\x6a\xe5\x6b\x79\xd5\x99\xc0\xbe\x0b\xe2\x55\x67\x02\x51\x77\x91\x3d\xdd\xe4\x80\xce\x37\x85\xe6\xab\xd0\xb4\xfa\xea\x4c\xa0\xec\x38\x8c\x57\xa1\x09\x34\xcd\xce\xaf\x3a\xf3\xd5\x4f\x64\x34\xc5\xab\x0e\x04\x42\x3b\xfc\xab\x9f\xe8\xd5\x4f\x64\x4c\xc4\xab\x9f\xe8\xf5\x9c\x07\x5f\xed\xab\x34\x7c\xbb\x0c\x1b\x2d\xf4\x1a\xd7\x05\x2c\x0f\x4a\xbf\xc6\x75\xbd\xfa\x89\x1a\x86\x8e\x57\x3f\x11\xb0\x8c\xd7\x7e\xf5\x13\xbd\xfa\x89\xcc\x12\xf9\xea\x27\x02\x8a\xc7\x03\x5e\xfd\x44\x40\xf3\xb6\x89\x57\xa1\xf9\x6e\x55\xe9\xc7\xac\xaa\x04\xba\xa9\xe9\x5f\x55\x25\x50\x34\x11\xbe\xaa\x4a\xe0\x7b\xd3\x32\x7b\xfc\x83\x3a\x77\x35\xec\xf0\xe1\xc5\xe6\x74\x87\xe7\x30\xde\xad\x47\x97\x55\xb3\xc3\x87\x17\x61\x31\x15\xd4\xa3\xaf\x91\x69\x26\x93\x7c\x15\x9f\xc0\x0c\xe8\xf4\x6b\x64\xda\xab\x0b\x4b\x73\xfa\xab\x0b\x0b\x98\x61\xe7\x2a\x51\x01\xa3\xed\x5e\x15\xea\xab\xef\x49\x2d\xfe\xea\x7b\x7a\xbd\xe9\x80\x25\xfd\x55\xb4\x02\x7d\xaf\x03\x8a\x56\xa0\xbb\xc7\xbe\x8a\xd6\x57\x0f\x95\x89\x1e\x5f\xe5\x28\xd0\x3d\x58\xf8\x2a\x47\x81\x12\x9d\x8d\xf1\x55\x8f\x02\xb1\xe0\x33\xaf\x7a\x14\xd8\xa7\x03\x5f\x9d\x56\x40\xf3\x6a\xc4\x57\x85\x0a\x7c\xff\x8c\x46\x29\x51\x81\xa9\xd6\x7a\x8d\x55\x7b\xc3\x3c\x34\xc5\x57\x1d\x28\xbc\x56\x9e\xcd\x7e\xf5\x5a\xbd\x8a\xdb\xee\xc7\xae\xb8\x7d\xbd\x3d\xdc\x5e\x53\xdc\xbe\x61\x43\xe1\x09\xaf\xb2\x15\xd8\xc7\x0f\x5f\x65\xeb\xab\x73\xcb\xec\x8b\xaf\xce\x2d\x60\x1f\x66\x7c\x55\xb2\x2f\x47\x2a\xa2\xbb\xa8\x79\xa4\x02\x48\x6d\x59\xaf\x8e\x2c\x60\x75\x57\x05\x1d\x59\xaf\x82\xb7\xe3\x25\x78\x15\xbc\xc0\xf2\x58\xde\xab\xe0\x7d\x15\xbc\xdd\x9d\x43\xc1\x0b\x74\x03\x04\x5e\x05\xef\xab\xe0\x35\x71\xe3\xab\xe0\x05\x9a\xf7\x16\xbd\x0a\x5e\xe0\x7b\xcc\x5f\xb0\xf1\x1f\xd4\xd8\x75\xb3\xf1\xcb\x81\xf1\x55\xa5\xec\x6b\x0c\x1e\x82\xf7\x55\xca\xbe\xde\x01\xde\xdd\x22\x4d\x16\x05\x54\x8f\x71\xbf\xea\xd1\x97\xa3\xe9\xe1\x39\xf1\x57\xf5\xf9\x1a\x49\xe7\x8a\xa2\x5b\x0c\xe8\x5e\x0c\xfb\xae\x5d\x0f\x42\x7a\x51\x59\xaf\x7a\x14\x28\x61\x1a\xc8\x57\x41\x0a\x34\xa3\xf2\x5f\x05\xe9\x6b\x24\x9d\xd7\x5e\xbd\xca\x4f\xa0\x19\xfd\xfa\xaa\x2f\x81\x65\x52\xee\x57\x7d\x09\x7c\x6f\x5a\xe6\x58\x79\x66\xc3\x05\x45\x81\x09\x7c\x8f\x59\x37\xc7\x8a\x23\xec\xe6\x76\x7d\x15\x9d\xaf\x42\xd1\xcc\xa5\xaf\x42\xf1\xe5\x82\x6f\x25\xd4\xab\x2a\x04\x4a\x78\x32\xf9\x55\x16\xbe\x46\xd7\xb9\x59\x2b\x0b\x5f\x5d\x5e\x7d\xfc\x21\x9c\xec\x55\xe9\x01\xdd\x3b\x39\x5e\x95\x1e\x50\xf6\x8a\xa6\xd2\x7b\x0d\xbe\xdb\x13\x54\xff\x17\x30\x96\x8b\x9c\x4a\x0f\xe8\x8a\xd7\x57\xa5\x07\x7c\x6f\x5a\xb6\x1b\xc8\xb0\xf9\x01\x28\xf5\x5e\x63\xf4\x4c\x2f\xf9\x1a\xa3\x07\x34\xcf\xc7\xbe\xc6\xe8\xbd\xc6\xe8\x99\x5e\xf2\x55\xec\x01\x45\x7b\xf7\xab\xd8\x7b\xf5\x7f\x19\x0f\xf3\x2a\xda\x80\xf8\xed\x22\x27\x9e\xa1\x74\x1d\xf1\xf5\xea\x00\x03\xba\x8e\xd6\x57\x21\x07\x7c\x8f\xd1\x04\x95\x1c\x10\x26\x37\x7e\x55\x72\xef\xed\x18\x21\x26\x5e\x45\xda\xab\x9f\xcc\xaf\x5f\x91\xf6\xea\x27\xf3\x60\xfb\xab\x4a\x03\x9a\xa7\x29\x5e\x55\x1a\xf0\x6f\x5f\x54\xa5\xbd\xb7\xa3\x2b\xd5\x53\x92\x01\x6d\x73\x1a\x25\xd9\x7b\xdb\xe3\xb2\x82\x7b\xd7\x8d\x1c\xc5\x76\x9b\xa2\x09\x28\x4a\x80\x57\x6f\x17\xf0\x6f\xab\x54\x47\xbd\x2a\xa4\xee\x66\xac\x42\x02\xfe\xed\xc5\x2a\xa4\xd7\x13\x1c\xd8\xc5\x5f\x15\xd2\xfb\xf8\x01\x38\x8d\xd4\x43\xc0\xbf\x1d\x55\x3d\xf4\x3e\x76\xae\x3b\x9e\xb2\x06\xf8\xb7\x7d\xea\xb2\x02\x4a\x98\x46\xf3\x55\xea\x00\x25\x7d\x4c\xa9\x03\x18\xce\xff\xea\xb1\x02\xbe\x17\x69\x80\xea\x07\xf8\xb7\xef\xaa\x7e\x5e\xfd\x4e\xe6\x49\x7a\x95\x2c\x40\xee\x8d\x40\xc5\xf2\xea\x77\xea\xfb\x55\x67\xd1\xbe\x2a\xcd\x1f\x75\x12\xbd\x4e\x22\x7f\xd3\x49\xf4\xee\x06\xac\xff\xf7\x3f\xf9\x43\xa0\x08\x1d\xaa\x99\x3f\x04\x8a\x50\x49\x2a\x9a\x3f\xc2\xe6\x84\x12\x84\x2e\xe5\x8f\xb8\x39\xa1\xc2\xe8\xf2\x87\x8e\x11\x66\xff\xc6\x33\x7f\xe8\x18\xa1\x13\xa7\x94\x3f\x74\x8c\x30\xd9\x2d\xf2\x87\x8e\xc9\x9f\x0a\x85\x4b\xa9\xf2\x87\x42\x11\x02\x99\x97\x3f\x1c\x57\x42\x21\x01\x5c\xfe\x10\x2d\x42\xfb\xf7\xff\x1f\x8b\x5e\xff\x19\x6f\x16\x9b\xf9\x41\xe5\x8c\x62\xfe\x8a\xcd\x2c\xc5\xc7\xe8\x8d\x62\x3b\x8b\x37\x57\x0e\x8a\x6c\x26\xaa\x25\x46\xe1\x17\x8a\xed\x2c\xde\x5c\x49\x0b\x8a\xed\xe4\x9c\x08\x39\x0f\xf2\x57\x6c\x27\xc7\x44\xb0\x38\xe4\xaf\xd8\x4e\x72\x57\xad\xfd\xff\xd3\x22\x74\xc9\xf4\xdf\x2f\x8b\x16\x5e\x44\x4a\x0e\x4b\xbc\xae\xb4\xd0\xf2\x62\x67\x14\xaf\x66\x49\x8a\xec\x0c\xe3\xe1\x48\xda\x90\xbf\x6a\xcb\x39\xf8\x8e\xcf\x3d\x7f\xd5\x96\x57\x5b\x6e\xfd\xab\x2d\xe7\x2a\x6d\x2c\x07\xf9\xab\xb6\xbc\xba\x9b\xda\x80\x6a\x33\x3f\x65\x62\x10\x61\xfe\xaa\x0d\xf8\xc0\x18\xbc\xfc\x55\x1b\xf0\x81\x61\x7f\xf9\xab\xb6\xe0\x83\xca\x7d\x94\xf9\xab\x0e\x70\xdd\x8d\xb2\x6a\x36\xaa\x42\xcf\xf7\x63\x36\x8a\x53\xee\x31\x76\xd5\x1c\xe2\xea\xe5\x96\xfe\xe6\x4b\x91\x7e\xb7\x61\xd5\x9a\x0d\xe5\x94\x7b\x71\xa6\x35\xdb\xd9\x9c\xc9\x95\x2e\x6a\x36\x14\xc7\x1b\x09\x03\xf3\xd7\x1c\xe1\x66\xdb\x6d\x42\xb3\xed\xdc\x92\x8d\xa9\x20\x7f\xcd\x21\xfe\xa0\x13\x61\x96\xbf\xe6\x10\x7f\x30\xf0\x47\xe5\xaf\xd9\x43\xdc\x9b\xbd\xdb\xd9\xec\x21\x9d\x6c\xc3\x5e\x6b\xf6\x07\x51\x78\xb8\xe6\xf3\xd7\xec\x0e\x9d\x6c\xc3\x8f\xa0\xd9\x1f\x9c\x85\xef\x4e\x85\x66\x77\x18\x98\x37\x76\xd5\x76\x7f\x30\x17\x92\x37\xbb\x53\x41\x75\x45\xba\xd3\xfc\x75\xfb\xe3\x83\xba\xfe\x70\x58\x2b\x7f\xdd\xde\xe2\x12\xed\xb2\xff\x89\xbd\x65\x40\xde\x68\xd4\xa9\xdb\x35\x04\xe4\x61\x1f\xc9\x5f\xb7\x6b\xba\xc7\xff\x1a\x1d\xdd\x9d\x17\x9d\xd4\xe0\x61\x91\xfd\xc0\xe9\xf9\x69\x63\xba\xfd\xf0\x41\xdf\xdd\xd0\xed\x06\x6e\xc9\x2e\xfb\x27\xed\x06\x9d\x7c\x84\x4a\xe5\x6f\xd8\xbe\xc1\xbc\x6e\x7c\x97\xc3\x06\x28\xc7\xb0\x2c\xe7\x6f\xd8\x82\x0f\x2a\x09\x50\xf3\x37\x1c\xee\x61\xa3\x3a\xbf\x30\x6c\xd4\x07\xc9\x7d\x05\xf9\x1b\x36\x8a\x73\xf1\x41\xd6\xd5\xfc\x0d\x07\x7c\x90\x6a\xd6\xba\x0d\x07\x5c\x3d\x36\x3a\x0d\x1d\xb6\xfd\x83\xca\x29\xd2\xfc\x0d\xdb\xae\x7f\x90\x53\xc1\xf9\x1b\xbb\x59\x0f\xa1\xc1\xfe\x37\x07\x57\xc7\xdf\xae\xef\xf4\x17\x26\x1f\x9d\x9d\x3b\xfd\x01\xf2\x7d\x71\x8f\x49\xfe\xa6\x3f\x30\x9d\x2a\xc3\x37\xf7\x7f\x7b\x49\xfc\xcc\x5c\x0c\xa7\x0a\x7a\x29\xed\xa2\xf0\x63\xe2\xa4\x3a\xb6\xa6\xfc\x85\x9d\x4b\x90\x1f\xdb\x6b\xfe\xc2\xce\xc5\xa3\xb7\xe7\x75\xd8\xb7\xb1\x59\x39\x0d\x08\x3b\xf7\x83\x35\x27\x1d\x19\xf6\x2d\x71\x7f\xcd\x6f\x29\xec\xdb\x0f\x32\xed\xda\xb0\x6b\x55\x50\xc3\x36\x85\x2d\x0f\x2e\xeb\x9e\x34\x29\x6c\x79\xf8\xe1\x4c\x7a\x23\x9c\x31\x41\x94\xd8\xf4\x07\xec\xda\xe0\x08\x53\xb7\x1a\x76\x06\x37\xdb\xcd\x64\x0e\xa5\x9d\xc1\xcd\x76\xd3\x66\xa6\x9d\x61\xc0\xe0\x70\xa1\x4a\x9b\x4e\x9e\xb0\x3d\x5f\xd2\xa6\x93\x27\xac\xb8\x18\xa4\x2d\x47\x79\xed\x6f\x20\x6d\xf9\x07\x6d\xef\x30\x69\xcb\x93\x6b\x77\xfc\x2c\xd2\x96\xe7\x6e\x39\x95\x4d\x5b\xfe\x41\xab\xf6\x6c\xda\xf2\x74\x65\xb1\x99\xe9\xa0\xa7\xa7\xa6\xac\xac\x5f\x14\x57\x6a\xfc\xf6\x3f\xb3\x7f\xf4\x17\x8e\xa0\x1e\xcb\x36\x71\x0d\xc6\xde\x50\x96\x6d\x5a\xfb\x04\x07\xff\x6d\xd9\x02\xee\xac\x26\x06\x24\x7f\xcb\x16\xe8\x1c\x24\x3b\x6e\xfe\x96\x4d\xe0\x54\xd3\x90\x32\x2c\x5b\xa0\x3e\x1b\x41\x75\x97\x4d\xc0\x61\xb8\xbf\xa8\x65\x0b\x0c\x65\x74\xbe\x2f\x5b\xc0\xd5\x18\xa4\xca\xce\xdf\xda\x2d\xd0\x92\xe3\x53\x8e\xb0\x2e\xc4\x21\x41\x58\x0e\x31\x2e\xc4\xbd\x99\x1e\x0e\x31\x92\xad\xba\xc0\x1c\x0e\xb1\xc7\xe7\xdd\x3c\x0e\xe7\xfb\x41\x1e\xb5\xca\x4f\x1e\x76\x90\x22\x6e\xb8\x6a\x1f\xf6\x90\x79\xc8\x76\x91\xa3\xee\x29\xfb\x46\x2b\x0f\xfb\x4c\x75\x36\xa4\x0c\x87\xbd\xc1\x91\x7a\x8c\xab\xf9\x3b\xec\x0c\x4f\x48\xed\x9a\xd9\x19\x1f\xcc\xe1\xce\x7f\xd8\x19\x87\xf3\xdd\x39\x7a\xd8\x1b\xf8\x04\xf7\xb6\x73\xd8\x1b\x07\xfb\x26\x9f\xf0\x61\x5f\x7c\x50\xa1\xc3\xf9\x3b\xed\x0b\x4f\x56\x0d\x3f\x81\xd3\xce\xf8\x60\x6e\x2a\x70\xda\x19\x1f\xf4\x66\x67\x9c\x76\xc6\xb9\x3b\xc3\xc7\xec\x8c\x0f\xe6\xde\xbd\x4f\x3b\xe3\x9c\x3e\x46\x03\x4e\xa7\xcb\x07\x73\xef\xde\xa7\xb3\x45\x0d\x38\x24\xa2\xa7\xbd\xa1\xbb\xcf\x55\xf4\xb4\x37\xd4\x85\x64\x83\xca\xdf\x69\x77\x9c\xce\x0d\x1a\x7a\xda\x1b\xa7\xbd\x61\xa3\xec\x8d\xd3\xfc\xe5\xf4\xd9\x69\x77\x7c\xd0\xf7\x67\x7d\xd9\x1d\xe4\x30\xee\x2e\x38\x97\xbd\x81\x2a\x5c\xd2\x8f\xcb\xde\xc0\x4f\xb8\x77\xa8\xcb\xde\x20\x85\x71\xc8\x86\x2f\x3b\xe3\xb2\x33\x68\xf8\x65\x67\x5c\x7e\x4e\xb2\x8f\xcb\xa9\x41\x88\x65\xb7\xb7\x2f\xfb\xe7\xda\xad\xec\x7f\xd8\xa8\x2f\x3b\x81\xd4\xc5\xbf\x61\xc5\xed\x04\xee\x09\x1f\x6e\xca\x97\x9d\x70\x71\x6d\x8e\x5f\xf3\x65\x27\xec\x33\x5a\xea\x84\xdb\x2a\xdd\x5c\x6b\xee\x1a\x7b\x5b\x25\xbc\x73\x7b\xd3\xbf\x1d\x32\x0f\x69\x4d\x57\x9a\xdb\x39\xcd\x0d\x1b\x9b\x74\xdc\x8e\xe2\x0d\x19\xf4\x37\x6f\x47\x11\xf7\xdc\xf0\x6b\xbb\xad\xff\x07\xad\x39\x99\x6e\xeb\x7f\x5b\x7f\xfa\xea\xb6\xfe\x48\xcd\x9f\x4d\xba\xad\x3f\xb2\x32\xa6\x02\xe0\x71\xc8\xc8\x0c\xb0\x5c\x15\x1f\x87\x8c\xcc\x00\x31\x15\x00\x8f\x03\xf4\x60\x96\xb5\xe7\x1f\x07\x08\xa9\x59\x5c\x2d\x1e\x3b\xc3\x13\x5f\x73\x97\xd9\x1b\x9f\x96\x9c\x7b\x6d\x78\x6c\x13\x4e\xb5\xe1\x8e\xf9\xd8\x26\xee\xf4\xf8\xb9\xb4\x3d\xb6\xe9\xb1\x4d\xfe\xa4\x6d\x32\x60\x72\xba\xb6\x3d\xbb\x51\xa4\x40\xf4\x03\x79\x9d\x99\x2f\xda\xcd\xf9\xfb\xda\x4c\xae\xee\xe6\x5c\x67\xfe\x5e\x9b\x89\xeb\x6d\xb3\x9d\xd7\x99\x69\xbc\xa4\x83\xf9\xda\x70\xee\xfd\xd8\xd4\xe9\xb5\xe1\x86\x4b\x4e\x17\xff\xd7\x96\x7f\x50\x8b\x63\xf2\xda\x70\x4f\x85\x4d\x3f\xb6\xd7\x79\xf0\x41\xff\x29\xe7\x5e\xa7\x81\xce\xb7\x29\xcb\x78\x9d\x07\x1f\x2c\xbf\xac\xd7\x2e\x43\xc8\xc6\xf4\x33\x7d\xed\xb3\x97\x8f\xd9\x7d\xf5\xb5\xcf\x48\x9d\x9c\x6e\x1a\xaf\x7d\xa6\xb8\x25\xd3\x73\x16\xc5\x6d\xf1\x04\x18\x5e\xd3\x2c\x4a\x59\xa0\xcb\xff\x8b\x4a\xb6\x70\x61\x48\x4c\xfa\xb6\xa8\x5b\x81\x24\xfd\x7d\x16\x75\x2b\x50\x5a\xf8\xcf\xc2\x22\xe7\xfb\xfe\x6f\xcb\x32\xee\xf7\xde\xf5\x38\x2c\xe2\x1a\x14\x56\xa8\xa2\xba\x2d\x1e\xee\xe2\xe4\x4f\x16\xb5\x6c\xf9\xf4\xeb\xe4\x86\xde\x2c\x78\xdb\x84\xee\x37\x50\x94\xb2\x40\xe3\x18\x7a\x16\xa5\x2c\x50\x89\x1a\xce\xa2\x92\x05\xa6\x74\xb3\xa8\x64\x81\xba\x58\x89\x8b\x42\x16\xe8\x19\x3e\x65\xc3\x15\xb2\x6e\x38\x45\x25\x0b\x14\x5c\x60\x59\x54\xb2\xc0\xf7\x18\x95\x55\xca\x02\x13\xb7\x75\x16\xa5\x2c\xf0\x3d\x46\xa7\x29\x66\x81\x5a\x96\x8f\xd9\x1b\x1f\x2c\xcc\xe2\x59\x94\xb7\x05\x87\x5a\x90\x06\x2c\x0b\x1e\x35\x61\x62\xec\xcf\x52\xec\x20\x45\xe4\x84\xe0\x17\x45\x24\xe0\x6d\x06\x59\x14\x91\xc5\xe3\x58\x1c\x24\xc8\x52\xf7\xab\xcc\x18\x26\x69\x69\xf6\xad\x22\x72\xfa\xaa\x22\x12\x68\xd8\x5f\xb3\x28\x22\x01\x2f\x3d\xc8\xa2\x86\x2c\xcd\x6e\xb3\xf1\xaa\x43\x60\x0e\x7f\x53\x75\x58\x74\x97\x71\xe9\x47\x16\xe5\x21\x50\xc7\xa0\x55\xca\x43\x20\xd3\xc9\xd1\xec\xb5\x66\x7f\xb0\x9c\x17\x75\x1f\xd0\x7e\x3f\xeb\x61\xa3\x94\x62\xd3\xff\xa6\x14\x03\x1a\xc7\xe1\xb3\x28\xc5\x80\x12\xe4\x93\xce\xd2\xad\x47\x67\xf8\x06\x1d\xde\xad\x87\x8a\x0d\x5f\x78\x16\x15\x1b\x50\x31\xa6\x66\x51\xb1\x01\xbd\xec\x22\xc7\x80\xfb\x01\x87\xed\x54\xb1\x15\xfd\x6c\xaa\xf6\xa2\x64\x03\x52\x8b\x51\xe9\xbb\x05\x7e\xc8\xec\xc1\x65\x38\x2e\x63\x1f\xf6\xa6\xc8\x61\x51\xec\xfd\xa8\x99\x5a\x0f\xf8\xde\x64\xf4\x14\x7b\xc0\x1c\xf6\x9a\x5a\x0f\x68\xea\xf8\xa2\xd6\x03\x5a\x38\x78\x4a\x3d\x60\xe1\xd0\xc9\xa2\xd4\x2b\xc3\xaf\x7d\xfa\x98\x3d\xc4\xe5\x29\xc3\xbe\x55\xc3\x95\x61\x03\xe2\xf7\xdf\x5b\x75\x99\xb6\x8f\x3b\x52\x14\x65\x65\xda\x3e\x12\x3f\xcb\x01\xca\xb4\x7d\xd3\x75\x8a\x05\xbf\x4c\x6b\xee\x7d\x28\x2e\x10\xd3\x9a\x4f\x85\x14\xe3\x38\xad\x39\xd7\xa1\x28\x9a\xca\x74\xb4\x95\x90\xc4\x2c\x65\x51\x42\x02\x73\xb8\xe8\x29\x21\x81\xef\x31\xc6\x56\x0d\x09\x64\xda\xe6\xe9\x70\x1b\x3c\x4a\xb8\x64\x96\xe9\x78\x73\x3d\xa1\xb2\xaf\x4c\x87\xdb\xeb\x09\xd3\x37\x1d\x6e\xbd\x75\xb2\xe5\xa2\xfa\x04\xba\x52\xb6\xa8\x3e\x81\xb9\x3f\x12\xd5\x67\xd1\x35\x47\xf2\xed\x2c\x6a\x4d\xc0\x7b\x46\xb2\x28\x35\x4b\x38\xd5\xfd\x51\x55\x24\x10\xe4\xd5\xcc\xa2\x88\x04\x0a\xe7\x9d\xb3\x28\x22\x81\x46\xaa\xa6\x2c\x61\xd3\xc9\x3f\x91\x30\xd7\x12\x36\x9d\x0b\xd3\x87\x93\x5f\x59\x09\xb4\xbd\xe8\x29\x2b\x81\x46\x56\x90\x2c\xca\x4a\xa0\xfc\xdc\x75\x94\x95\xc5\x40\xd4\xe9\x70\xa6\xcd\x4c\x16\x1b\x3f\x07\x95\x66\xc9\xdd\x24\xaa\xa1\x3c\x04\xbc\xed\x24\x8b\xea\xb0\xe8\x97\xc3\x55\x9c\x45\x79\x08\x94\xe2\x9a\xa4\x3a\x2c\x86\x93\x72\xc7\x4a\x96\xb4\xba\xa9\x25\x91\xc7\x96\xd5\x35\x35\xc6\x74\xdd\x5e\xd6\x97\x6b\xd2\x87\x1f\xdc\xb2\xba\xea\xbe\x69\xdf\xaa\xfb\x80\x52\x5c\xa7\xd4\x7d\x45\xdd\xb7\x3b\x44\xdd\x07\x04\xf7\x37\x64\x51\xf7\x01\x0d\x57\x5d\x16\x75\x1f\x50\xd3\x2d\x57\xdd\x57\xcc\x22\xed\xbc\x55\xf7\x15\x6e\x44\x8c\xbd\x64\x28\xf2\x80\x24\xdc\x33\x8b\x22\xaf\x10\x14\x1a\xe1\x0f\x28\xe9\x80\xa9\x80\x2e\x2a\xba\xe2\x09\xb6\x70\x2a\xa8\xdf\x00\x2f\x89\xc9\x72\xf8\x99\x91\x46\x3a\x48\x75\x9e\xe5\xb0\xed\x1f\xd4\xb5\x68\xa7\x2a\x0f\xc8\xe6\x18\xa8\xf2\x80\xa9\xf4\x2e\xaa\xbc\x62\xc8\x65\xb8\x02\x29\xb0\x80\x46\x58\x78\x16\xf5\x55\x51\x25\x85\xd3\x48\x95\x04\x8c\x89\xd9\xa1\x9c\xfb\xbf\xc1\x45\x83\x31\x56\x24\x15\xe3\x24\xc3\x9d\x5e\x95\x54\x3c\x3c\xe6\xf7\xa3\x4a\x02\x56\xf7\xc3\x50\x25\x15\x0f\x8f\x61\xb3\x2e\xaa\x24\xa0\x71\x17\x69\x16\x55\x12\x30\x87\xab\x95\x2a\x09\x28\x9b\x08\xa9\x92\x80\x5e\x5d\xa0\x55\x49\x45\x49\x14\xae\xd0\x4a\x22\xa0\x17\xbb\x51\x49\x54\x48\x88\x16\x21\x43\xb8\xec\x5a\x12\xa2\x55\x27\xc7\x65\x67\x5c\x76\xad\x45\x76\x86\x62\x2a\x24\x0d\xaa\x25\x60\x0e\x39\x94\x6a\x09\x48\x6e\x22\xcd\xa2\x5a\x02\xbe\x37\xfd\x6f\xf6\xc6\xc5\x05\x7c\xc8\xf1\x72\xdb\x1b\xba\xc9\xb8\x6f\x2e\x8b\xda\x08\xc8\xe2\x7c\x51\x1a\x95\x1d\xb9\xe8\x8c\x57\x1b\x01\xab\x4b\x37\xd4\x46\x45\x6f\x5a\x48\xe6\xd4\x38\x40\x86\x43\xfc\xf8\xa3\x1f\xe4\x72\x72\xa8\x7a\x8a\x07\xc5\xb4\x9b\x94\xc7\x0e\x47\xf6\x54\xc9\x8b\xaa\xa7\xa8\x67\x62\x97\xd9\xbb\xdc\xb8\x4e\xc4\x47\x96\xc7\x16\x3c\x9c\x5c\x6c\xfe\x80\x2d\x78\x6c\x81\xc3\xf7\xd8\x02\xc2\x0b\xa7\x9b\x99\x4a\xa8\x78\x50\x2c\x9c\x57\x4a\x21\x20\x48\x65\x90\x45\x29\x04\x94\xe6\x9a\xa0\x14\x2a\xfa\xce\xc2\xcd\x46\xf9\x52\x3e\xad\xd2\xb5\x91\x16\xb5\x4a\x79\x77\x3d\x68\x81\xea\x02\xc8\x4d\xbf\x94\x17\x40\xd7\xb5\x55\x54\x17\x40\xad\x7f\x08\x2e\xcb\xa2\xf8\x28\x66\xa9\x08\x49\xd1\xbb\xab\x89\xbb\xd0\x69\xf1\x3a\x42\x0a\x92\x60\x45\xae\x0a\x92\xba\xbd\x6d\x8d\xa2\x62\x11\x2e\x74\x66\x4a\x55\x8f\x54\x33\x52\x10\x1c\x94\x55\xd7\x1a\xe0\xe1\x89\xac\x4a\x14\xa0\x72\x18\x26\xab\x12\x05\xe8\x1c\xd9\xca\xaa\x44\x01\x32\xa6\x3f\x99\x16\x25\x07\x8f\xad\xd8\xb2\x88\xa3\xd3\xd8\xa7\xaa\xa2\x05\xf8\x08\x2b\x45\xa7\x45\x0e\xe3\xb4\xec\xb2\x8c\x10\xe3\xe1\xff\x7f\x2c\xda\x2d\xa7\x66\xaa\x16\x20\xaa\x4d\x52\xb5\x54\x1d\x70\xe4\x48\xcf\xaa\x6c\x01\x5a\xf7\xbf\x29\x5b\xaa\x0e\x38\xa2\x42\xb3\xaa\x5b\x80\x36\xf7\x63\xf6\x86\x91\x7b\x11\xb4\x5d\x59\x01\x0c\xb9\x70\x55\x56\x00\xad\xf3\xdd\x54\xbd\x66\x55\xa5\x41\x3c\x7d\x56\x95\x06\xd0\xb2\xf9\x9b\xaf\x45\x98\x86\xac\xad\xbe\x35\xe0\x7b\x93\x6e\xd3\xb9\x56\xb9\xe3\xa5\xd9\x93\xd5\xda\x56\x57\x83\xf4\x55\xc7\x00\xaf\x19\xe1\x88\x59\xf5\x9a\x01\xdf\x63\x96\x39\x08\x1c\x57\x23\xa9\x64\x56\xdd\x66\x80\x67\x55\xb2\x2a\x78\x80\xf2\x63\xaf\xab\x0a\x1e\x20\xb8\xd9\x3b\xab\x4e\xb3\xaa\x06\x22\xa8\x22\xab\x1a\x08\xf0\x14\x4d\x56\x35\x10\x50\x8b\x13\x46\x09\x04\x94\x62\xfd\x95\x40\x55\x3f\x1a\xe1\x5f\x59\xd5\x40\xb5\x31\x47\x61\xd1\x55\x9f\x19\x50\x5c\x7c\xab\xaa\x08\x28\xfb\x1b\x50\x15\x01\x6d\xfd\xfc\xff\xf6\x8f\x09\xe4\xba\xff\xde\xfe\x21\x86\x90\xe4\x79\x59\x15\x45\x55\x37\x9a\x5e\xae\xaa\x1b\x0d\x08\x6e\x21\xcf\xaa\x1b\xad\xaa\x9d\x22\xad\x99\xbd\x41\xfa\x68\xee\x0d\xcf\xaa\x76\xaa\x86\x15\x12\xd8\x95\x55\xd7\x16\x10\x1c\xe5\xc8\xda\x6d\x53\x77\xb5\x64\x2f\xaa\xea\x29\xa0\x4d\x27\x9f\x72\x0a\xf8\x1e\xa3\x22\xea\x29\x20\xb8\x69\x37\xab\x72\x0a\xf8\x1e\xa3\x6e\xea\x29\x20\xf6\x37\xa5\x9e\xaa\xdd\xc1\x83\x56\xd5\xbe\xeb\xcb\xe0\xb1\x34\x56\x85\x52\xd5\x1b\x95\x2c\xdb\x55\x6f\x14\xd0\x34\x4d\x56\x55\x0b\x10\x1c\x16\xce\xaa\x33\x0a\xf0\x4c\x51\x56\x85\x4c\x35\x38\x90\x74\xeb\x59\xf5\x3c\x01\x9e\x29\xca\xaa\x78\xa9\xe6\xa8\x4b\xb6\xac\x3a\xed\x36\x72\xd4\x49\x07\xaa\x4a\xa5\x9a\xcc\x82\x6c\xe5\x59\x95\x2a\x40\xfe\x1c\x17\xa5\x4a\x35\x62\x90\x6c\xe5\x59\xd5\x2a\x40\x70\x05\x7b\x56\xa5\x4a\x55\x97\x70\x1a\x3e\xab\xba\x04\x58\xb2\xaf\xaa\x2e\xa9\x86\x0c\x92\xa1\x20\xab\x22\x04\x88\xb6\x7f\xd4\x56\x4d\x32\xb3\xb8\x22\xaa\x41\x80\xba\x57\x44\x35\x08\x90\x3f\x07\x59\x0d\x02\xb4\xe6\xcc\xd5\x03\x06\x74\x8e\xf5\x64\x55\x95\x00\x93\x2c\x81\x59\x55\x25\xd5\x80\x41\x2e\x01\xce\xaa\xbb\x0b\x48\x12\xea\x66\x55\xa8\x54\xdd\x5d\x7a\x21\xaa\x4a\x05\x18\x1c\x25\xca\xaa\x52\x01\x7a\xb1\x49\x2a\x95\xaa\x07\x2c\x1d\x76\x3d\x60\xc0\xf8\x39\xbf\x95\x2a\x80\x8e\x9b\xaa\x52\x01\xc6\x8f\x20\x8b\xaa\x52\xa9\xca\x12\xf2\xaa\x67\x55\x96\x00\xb5\x3a\x4c\xca\x12\xa0\xc4\x5e\x35\xf5\x80\x01\xe3\xe7\xb7\xa2\x07\xac\xaa\x5e\x12\xf6\x55\x55\x2f\x40\x97\xf1\x55\xd5\x4b\x55\xbd\x90\x8a\x28\xab\xea\x05\x18\xbf\x3f\xe4\x03\xcf\xaa\xb8\x01\x7a\x73\x4e\xe8\xfa\x02\x8a\x19\x12\xb2\xea\xfb\x02\xda\x5e\x07\xd3\x9e\xf9\x60\xfc\x1c\x0d\x55\x11\x30\xa4\xaf\x55\x55\x54\x55\x45\xe9\x36\xa9\x2a\x02\xc6\xcf\x0f\x5f\x55\x04\x54\xa9\x76\xd5\xb5\x56\xcd\x04\x98\x98\xfb\xaa\x4e\x33\x60\xfc\x5c\x0b\xd4\x4e\xc0\xe0\x98\x52\x56\xb5\x13\x30\x7e\x2e\x05\x4a\xa7\xaa\x7f\x4c\x57\x69\x55\x28\x01\x6d\x4f\x7d\x85\x12\xd0\x75\x82\x54\x85\x52\xd5\x41\x96\xee\x44\x3a\xc8\x80\x61\xe4\x4a\x55\x3b\x55\x63\x1a\xd3\x6d\x47\xf1\x04\x0c\xa3\x65\xaa\x1e\xb2\xaa\x3b\x2c\x5d\xb7\x15\x4f\xc0\x30\xb4\xa4\xea\x0e\x03\x6a\x75\xa2\x28\xa7\x80\x3a\x6d\x80\x72\xaa\x2a\xa7\xd2\x0d\x45\x39\x05\x0c\xd2\xbb\x65\x55\x4e\x01\x83\xa4\x61\x59\x95\x53\xc0\x30\x40\xa7\x2a\xa7\x80\x51\xfc\x52\x75\x9a\xd5\x7d\xbf\xbc\xcd\xb4\x83\xb8\x5e\x3e\x7c\xcf\xfe\xf9\x60\xa8\x5d\xab\x3e\x33\xa0\x2d\x57\x4f\x7d\x66\xc0\xd8\x1f\xbd\x2e\x33\xa0\x70\xed\x47\x56\x5d\x66\x55\x49\x97\xf0\xec\xaa\xa4\xab\xe6\xaf\xc6\xd4\x57\x95\x74\xc0\x28\xae\xa7\xba\xcc\xaa\x2e\xb3\x74\xbb\xd2\x65\x06\x8c\x22\x37\xd0\x65\x06\x0c\x15\x6e\x3d\xed\x1d\xce\xcc\x91\x59\x3b\xab\xf2\x10\xf8\xfe\x19\x7d\xad\x3e\x04\x72\xd9\xaf\xea\xc3\xaa\x3e\x54\x0c\x56\xf5\x21\xd0\xf7\x12\xa8\x3e\x04\x46\x71\xc7\x51\x1f\x56\x23\x29\xb5\x10\x55\xd5\x20\x30\x8a\x1f\xa2\x6a\xb0\x9a\x70\x24\xdd\x4c\xd4\x7e\xc0\x30\xaa\xa9\xea\x21\xab\xd7\x6e\xbb\x65\xb6\x9d\xfc\xd8\x9b\xec\x5d\xb6\xfd\xb2\xed\xfe\xa6\x6d\x37\x06\x33\x6d\xbc\x72\x10\x18\x9c\x94\xcc\xaa\x1c\xac\x9f\xf4\x1b\xc5\x6d\x4e\xe9\x07\x94\x22\xb1\x53\xfa\x01\xc3\x40\xaa\x7a\xed\x76\x9a\x45\x93\x17\x55\x7e\xd5\xe4\x25\x9c\xd7\xcd\x7a\xdb\xf4\x0f\xfa\xe6\x32\xb7\x4d\xff\x60\x18\x44\x53\x6f\x27\xc2\x07\x43\xa3\x57\xbd\xed\x0c\x62\x32\xf5\x97\xd7\xdb\xce\xf8\x60\x90\x6f\x3e\xab\xae\xb9\xea\xc9\x39\xd2\xf9\x67\xd5\x37\x07\xd4\x70\xf1\x52\x7f\x02\xa3\xec\xca\xda\x3f\xb7\x13\x41\xae\xa7\xd8\x04\x2a\x79\x1c\xb3\xea\x88\x03\x86\x91\x78\x55\x47\x1c\xf0\xbd\x49\x37\xea\x89\xab\x7a\xe2\x76\x9b\xec\x20\x62\x3e\xd3\xc5\x4b\x95\x0a\x8c\xbd\xaf\xaa\x52\x81\x61\x50\x59\xd5\x37\x57\x15\xae\xa9\x5e\x50\xb8\x02\xa3\xc8\x72\x15\xae\xc0\x30\xd0\xac\xea\xae\x03\x5a\x75\xe4\x74\xd7\x01\x55\x53\x6e\x55\xdd\x02\xeb\xe7\x27\xa6\xba\xad\xcf\xee\x0c\x2b\x6b\x67\x3c\x5e\x53\xe1\x4f\xda\x19\xfa\xe6\x52\x1d\xa0\x6f\x0e\x28\x3f\x07\x40\xdf\x5c\x35\x99\x89\xae\x95\xaa\x73\x0e\xe8\x7b\xd5\xd3\x39\x57\xf5\xc4\x91\x05\x31\xab\xae\x38\x60\x68\x9f\xae\xca\xdb\xfa\x3a\xc4\x2e\x4c\xfa\xdd\x80\x41\x84\x7d\x56\xdd\x6e\xd5\x08\xd2\x54\xc9\xe8\x77\x03\xda\x4f\x7d\xa9\x30\xae\x46\x90\xea\x3e\xab\x2a\x63\x60\x18\x27\x55\x55\xc6\x55\x01\x9b\xd0\xfe\xa6\x80\x05\xbe\xb2\x4e\x59\xb1\x8c\xdb\x48\x18\xd1\xa6\x93\x0d\xa8\xd1\xff\x60\x01\x6f\x6a\x5e\xa0\xe8\xa9\x6b\x4a\x5e\xa0\x95\xe1\xcf\x0f\x8b\x38\x15\xd7\xfc\xf5\x69\xd1\xa4\xe2\x93\xa2\xb0\xc8\x9e\xb1\x28\x2d\x62\xf2\xb3\x7b\x35\x25\x2f\x30\x38\xb8\x98\x4d\xc9\xdb\xd4\xb7\xa4\x45\xc8\xa6\xbe\x05\x86\x71\x66\x4d\x3f\x1d\xf0\x3d\x16\x94\x3d\x96\x99\xf3\xd5\xca\xbe\x16\xb1\x8b\xb2\xb2\x37\x55\x70\x2b\xbb\xfb\x92\x32\xbb\xaf\x30\xfb\x6d\x93\x2a\xb8\x29\x79\xc9\xd2\x95\x4d\xc9\xdb\x0a\x1f\x3e\x3c\xa3\xe9\x96\x6b\x66\x61\x24\xaf\x48\x36\xfd\x72\xc0\x28\xc3\x1f\xb0\xed\xfa\xe0\x12\xda\xd2\xf4\xc1\x01\x83\xec\x84\xd9\x14\xcb\xc0\x28\x7c\x71\x4d\xb1\x0c\x0c\x8e\xd1\x65\x53\x2c\xb7\xba\x7f\x93\xea\x56\x7f\x93\x2c\x89\x9c\xa3\xcb\xa6\xbc\x05\x8a\xb2\xa9\x29\x6f\x9b\x99\x57\xd6\xcf\x37\xfd\xcd\x0f\xaa\xb4\xaf\xa9\x65\x81\xa2\x77\xb0\xd5\xfd\x9b\x37\x35\xa3\x6f\xd5\xb2\x4d\x2d\xbb\x58\x0c\x9a\x5a\x16\x18\x85\x5d\xad\xa9\x65\x9b\xfe\xbc\xc5\x02\xd4\x14\xb3\xc0\x30\x66\xb3\x29\x66\x9b\x62\x56\x99\xdd\x14\xb3\xc0\xe0\xf8\x5b\x36\x83\x42\x81\x41\x66\xba\x6c\xea\x5b\xa0\x1b\x3a\xd7\xd4\xb7\x4d\x7d\xbb\xfc\xff\x76\x90\x5e\xbf\xf5\xb3\xcc\x1e\x22\x28\xb4\x3a\xbb\x15\xb8\x40\xab\xfb\x27\x1d\xa7\xc6\x38\xb1\x9b\x34\xf5\x6d\x33\x59\xa3\x6e\x89\xa6\xc0\x05\x06\x79\x13\xb3\x19\x26\xda\x8c\xff\xe4\xba\x88\x6c\x06\x80\x02\x83\x83\x7f\xd9\xba\xbd\xd1\x6d\x3a\x2b\x61\x33\xc2\x13\x18\x05\x29\xd8\x94\xc1\x4d\xb7\x22\x47\xe3\xb3\xe9\x56\x04\x6a\x75\xaa\x29\x83\x81\x51\x86\xff\xcc\x76\x2a\x83\xb9\x07\x22\x9b\x32\x18\x28\xca\x95\xa6\x0c\x6e\xea\xdb\xe5\x02\xa0\xbe\x05\x06\xa7\x19\xb3\xa9\x6f\x81\xfa\xaf\xc8\x16\x0c\xc7\x93\x5e\xd3\x11\x08\x54\xfd\xa2\x4d\x3f\x60\x33\xe8\x73\xb1\x55\x34\x1d\x81\xcd\xa0\x4f\xd7\x09\x1d\x81\xcd\x30\xcd\xe5\x47\xab\x32\x06\xaa\x1b\x7f\x53\x19\xb7\x61\x7f\x5b\x0d\xfb\xdb\xc8\x4d\x6e\x8b\xc8\x66\xe4\x26\x30\x8a\x5f\x81\xfa\x19\x18\x24\x9b\xcc\xa6\x7e\x06\x86\xde\xd3\xa6\xf3\x0f\x28\x9c\x6d\xca\xa6\xf3\x0f\xf8\xfe\x3f\xff\x6c\xda\xa8\x0f\x9a\xb6\xf3\xa6\xf0\x06\xea\x0f\x36\xdf\x14\xde\xc0\x28\xd3\x22\x87\x6e\xb2\x68\xb2\xef\x37\x75\x37\xd0\x49\x9d\x96\x4d\xd9\x0d\x8c\xc2\x1e\xdf\x94\xdd\xc0\x28\xec\x91\x4d\x0f\x21\x30\xc8\x6e\x99\x4d\x21\x0e\xf4\xea\x64\x51\x88\x03\xa3\x60\x12\x6c\xfa\x07\xdb\xa4\x77\xc2\x5f\xb4\x77\x3e\xe8\x06\x1a\x34\x75\x78\x53\x28\x93\x97\x39\x9b\x42\x19\x28\x46\x32\x34\x85\x32\x30\xb8\x73\x3b\x9b\x3a\xb9\x99\x3f\x7e\xb9\x31\xa9\x8a\x81\x51\xb0\x5a\x35\xfd\x77\xc0\x28\xf0\xf4\xa6\x4e\x06\x46\x71\x93\x53\x27\x37\x0f\xd1\x2d\xd7\x42\x85\x2c\x30\x34\x8b\x35\x43\x39\x81\xf6\x73\x7e\x1a\xca\xd9\x8c\xdb\x5c\x2e\x1b\x6a\x5b\xa0\x1a\x25\xdb\x94\xb6\x40\x92\xd5\x3f\x9b\xda\xb5\x79\x12\x6e\xb9\x46\xe4\xae\x07\x31\x6b\x2e\xa2\xaa\xd2\xb6\x8a\x8f\xf1\xa3\xea\x4d\x60\x78\xac\xa3\xa9\x37\x81\x51\xe0\x06\xcd\x50\xce\x66\x28\xe7\x1a\xff\x9d\xed\x24\x9b\x91\x9e\x40\xca\x05\x9b\xa2\xb5\xe9\xf1\x5b\x2e\x04\xaa\xd6\xa6\x6a\x75\x87\x54\xb5\x36\xd3\xc0\x2c\xe7\xb9\xee\x3d\x60\xec\x2d\x5e\xd5\x0a\x0c\x99\x77\x53\xb5\x36\xc3\x3a\x97\xab\xa0\xb2\x15\x18\x7b\x09\x59\xbb\x1f\x5c\xf1\x5c\x3f\x95\xad\xc0\xd0\xe9\xd2\x54\xad\xcd\x3c\x96\xcb\xc9\xaf\x6c\x05\xf2\xe7\x0f\xe8\x05\x6c\x9e\xb1\x33\x58\xb2\x29\x48\x81\xf5\x73\x49\x55\x8f\x02\xa3\xb8\x53\xab\x47\x9b\x7a\x34\xfd\xff\x0e\xae\x7a\x14\x22\xdf\xd4\xa3\x40\xd5\xa4\xd2\xd4\xa3\xed\xd8\x0d\xa0\x51\x0a\xcb\xa6\xb0\x44\xe8\x34\x85\x25\x50\x0d\x48\x6c\x0a\x4b\xa0\x1a\x79\xd3\xd4\x95\x4d\x11\x09\xb1\x6c\x8a\x48\xa0\xc4\xda\xff\xcc\xf1\x3c\x59\x09\xd2\x22\x5b\x79\x92\xaa\xc6\x45\x5c\x5d\xd9\xd4\x95\xf2\x22\x75\x25\xd0\xab\x7c\x44\x5d\x09\x0c\x6e\x8d\xcb\xa6\xac\x6c\x06\x67\x2e\xbf\x4b\x75\x25\x30\x8a\xac\x45\x59\x09\x54\xfd\x71\x4d\x59\xd9\x4e\x3b\xc3\x06\xe8\x64\x04\x46\x75\xaf\x52\x56\x36\x65\xa5\xdc\x46\x59\xd9\x3c\xa0\xa7\x8a\x6f\x6a\x48\x60\x70\xa4\x2e\x9b\x1e\xc5\xa6\xac\x5c\xce\x34\x65\x25\x50\x72\xff\x80\x4d\x57\x43\x2e\xbf\x72\x35\x24\x50\x9b\x74\x41\x0d\xd9\x74\x29\x2e\x3b\x52\x97\x22\x50\xb5\xd4\x37\x75\x65\xd3\x7f\xb8\x9c\x1c\xaa\x48\xa0\x90\x90\x3d\x9b\x2a\xb2\x79\x40\x6f\xd9\xe1\x8a\x41\x60\x54\x19\x8f\x62\xb0\x19\xa8\xe9\x51\xa1\xa6\x1a\x04\x06\xa9\x61\xb3\x29\x06\x9b\xde\xc8\xe5\xc0\xa8\x06\x9b\x6a\x70\xf9\x03\x8e\xa8\xa9\xf3\x97\x03\xa3\xf4\x03\xca\x5e\xa3\x95\x7e\xc0\xd8\xfc\x46\xe5\xd7\x74\x50\x6a\x3d\x68\x4a\x3f\x60\x54\x99\x97\xd2\x0f\x28\x9b\x4a\x2b\xfd\x80\x51\x8b\x4f\x39\x7c\x1e\xf7\xd3\x63\xde\x14\x75\xc0\x28\xfe\x7f\x45\x5d\xf3\x6c\xdf\x92\x28\xea\x8d\x04\xda\x4f\xe2\xa2\x33\x12\x18\x1c\x83\xcb\xa6\xa8\x6b\x28\xb8\xd4\x1c\xdb\x54\x70\x40\xfe\x9c\x1f\x2a\x38\x60\xec\x4d\x4c\x01\x07\x54\xae\x54\xcf\xa6\x80\x6b\x5e\xce\x24\x91\xd6\x3d\xd9\x08\x88\xcc\xdf\xcf\x32\xbb\xfb\x53\x61\xa3\xca\xd9\x54\x61\x8d\xeb\x69\xf3\xb7\xcb\xec\xdb\x0f\x46\xfd\x59\x64\xdf\xbe\x4a\x68\xaa\xd6\x55\x61\xc0\x57\x36\x28\x2b\x96\xf9\x21\xf8\x58\xb5\xa8\xfa\xd8\xa4\xac\x59\xd6\xf8\x85\x45\x51\xb7\x08\x67\x1a\xbb\x69\x57\x67\x01\xdf\x9b\x41\xd9\xb4\xcc\x89\xe5\x6f\x86\x45\xae\x87\x95\xa2\xb4\x68\xf9\x66\x52\x76\x58\xe6\x0d\xd3\xfe\xb3\xd3\x22\x16\xfe\xe5\x53\x97\x45\x64\xe3\x99\xfe\xff\xdb\xa2\x1b\xed\x6a\xd1\x63\xd1\x83\xe1\xc7\x66\xbe\x16\x39\xd3\xf8\x5f\xea\x2c\xa0\xe4\xcf\x36\xa9\xb3\x80\x41\x32\xe4\xec\xea\xac\x5e\x1c\x29\x3e\xbd\xae\x5a\x02\x86\x47\x36\xba\x41\x8c\x9d\xd3\x77\xde\xb8\x9f\x5d\x69\x04\x0c\x12\x66\x64\x57\x1a\x01\x75\x2e\xff\x99\xb5\xe5\x8a\xd9\x34\x3a\xb9\xeb\x0d\xec\x15\xc9\x80\xd9\xb7\x57\xbb\xb6\xd2\xb5\x0e\xa7\x9a\x0a\x68\xdc\xf9\x95\x5d\x4d\x05\xb4\x9a\x7f\x30\x7e\x77\x25\x57\xaf\x56\x1c\x71\xdc\xd5\x57\x40\x1a\xa2\xdf\xd5\x57\xbd\xd9\x5b\x10\xa5\xae\x4a\x02\x46\x45\x95\x76\x55\x52\xe7\x4c\x5c\x92\x7b\x29\xbb\xfa\x07\x58\xa4\x16\xcc\xae\xfe\xe9\xcd\x4e\x85\x7b\x74\xc5\x0e\x30\xc8\xa1\x94\x5d\xb1\xd3\x9b\x75\x63\xcf\xea\xca\x18\x60\x70\x6b\x46\xf6\xb6\xeb\x66\xa7\x5a\x35\x3b\xb5\x3b\x39\xa1\xd5\x5d\x2d\x02\x8c\xca\x6e\xda\xd5\x22\x1d\xe1\xe1\x95\x10\xd9\x15\x1e\x40\x86\x1d\xad\xf0\xe8\xa6\xf0\x70\xef\xef\x4a\x0a\x60\xe8\xdb\xe8\x4a\x0a\x60\xed\x81\x54\x52\x74\x92\x73\xa4\x67\x68\xba\x21\x82\x40\x37\x72\xbe\xeb\x7e\x03\xca\x76\x1b\x75\xfd\x6f\xc0\xa8\xce\xbb\xb1\xeb\xc1\x42\xe5\x8c\x55\x65\x74\x6f\x97\x0a\x9f\xb2\x87\x10\x1e\xd5\xaf\x4b\xe1\xd1\xa7\x0d\xf0\x93\x50\x3f\x00\xcd\x2d\xbc\xab\x1f\x80\xef\x31\x06\x5e\xfd\x00\x14\xdd\x01\x5d\xfd\x00\x2c\x8f\xae\x75\xf5\x03\xf0\xbd\xc9\x8f\x2a\x20\x80\x1c\xac\xd1\x5d\x01\xd1\xe7\x6e\x27\x6d\x57\x2e\x00\xa3\xda\x6b\xca\x05\xa0\xa4\xf1\xcb\x5d\xbd\x00\x14\x79\x4f\x57\x2f\x00\x5d\x27\x5d\x9f\xbb\xa1\x2c\x8e\xae\x06\xba\xf2\x80\xef\x9f\xd1\xb7\x6a\x08\x60\x69\x3b\xe9\x6a\x08\xe0\x7b\x8c\x2e\xfa\x3f\xc6\xce\xe4\x68\x7a\x96\x59\xa2\xae\x5c\x13\x9a\xb1\xa8\xcd\xef\x8b\x46\xff\x4d\xb8\xa1\x73\x78\xd7\xdf\xb3\xca\x08\x42\xdd\x02\x84\x50\x66\x4d\xe8\xcc\x03\x0a\xa5\x05\x57\xd7\x99\x07\x7c\x97\x31\x6d\x7a\xf3\x80\x41\xcd\xf0\xd5\xf5\xe6\x01\xdf\x65\x74\x44\x77\x1e\x50\x3b\xea\xa9\x9b\xcf\x06\x0c\xad\x7d\x5d\xdd\x02\x2c\x6d\x71\x5d\xdd\x02\x0c\x13\x8f\xba\xba\x05\xf8\xfe\x9f\xc7\xa2\x83\x0f\x18\xb5\x7a\x4b\x27\x0d\xa7\xdc\xfa\xf9\x26\xeb\x94\x03\x4a\xc7\x86\xd3\x75\xca\xf5\xe5\x2a\xe5\xdb\xd9\x95\x24\x7d\x79\x53\xc6\xae\x22\x01\x06\x75\xdb\x56\x57\x91\x00\xdf\x2f\x79\x06\x6b\xdf\xf4\x63\xad\xf2\xe9\xae\x3b\x0d\x18\x15\xee\xd6\xf5\xa6\x75\x8f\x58\xd5\x43\xd5\x15\x2e\xc0\xa8\xee\x14\x0a\x97\x4e\xc2\xd9\xd2\x27\xd3\x55\x29\x40\xfe\xdc\xf7\x54\x29\x40\xfe\xbc\x41\x3a\xdd\xf8\xce\x96\xc6\xfe\xae\x0c\x01\x86\x71\x4d\x5d\x15\x02\x7c\x97\xd1\x5d\x65\x08\x50\x8d\xad\xe9\x3a\xcf\x3a\xce\xb3\xa5\x8f\xad\x2b\x43\x80\x66\xfc\x7c\x57\x86\x74\x5c\x60\x4b\x57\x50\x57\x4c\x00\xa3\xba\xd7\xa9\x25\x3a\xe5\x34\x96\xfe\xa8\xae\xc7\x08\xe8\x46\x27\x75\x89\x7d\xc7\x3d\xb4\xb4\x52\x76\x69\x3c\xd0\x38\xe1\x6b\x75\x69\x3c\xf0\x5d\xc6\x43\xd0\x3f\x04\x0c\xb3\x16\xbb\xd4\xbe\x9f\x12\x57\x37\x40\x49\x7b\xb7\x80\x22\x34\xa7\x4b\xda\x81\x41\xdd\xf0\xd5\x25\xed\xc0\xe0\x10\x9b\xd5\x25\xed\x40\x59\x1a\x83\xbb\xa4\x1d\x88\xf0\xc1\x4b\xda\x81\xa1\xc5\xa0\x4b\xda\x81\xef\x97\x8c\x5d\x67\x10\x30\xaa\x33\x29\x8f\x07\x52\x4f\x41\x97\xc7\x03\xc3\xd8\xb2\x2e\x8f\xef\x97\x43\xf7\x75\xd1\x3d\x04\xf4\x9f\xef\x81\xd4\xbe\x5f\x3e\xe4\xfd\x53\xc7\x79\x61\x49\xf3\x0b\x21\x67\x07\x46\xc5\x4c\xd4\xe5\xec\x40\xa4\xbb\xa4\x94\x1d\xf8\x04\x00\x83\x92\xb3\x03\x43\xa5\xd3\xf5\x05\x75\x28\xfb\xd2\x32\xda\xe5\xec\xc0\xd8\xdf\x75\x1d\x3f\x40\x1b\xe3\xbf\xcf\xea\x58\x5d\xbf\x10\xf0\xfd\x31\xb3\xa5\x63\x08\x18\x75\xdf\xcb\x69\x80\xf8\x2f\x0d\x25\x5d\xe2\x0f\x94\xbd\x4b\x4b\xfc\xfb\xbd\x47\xc3\xd4\x48\xdf\x81\xda\xa5\x59\xd2\x77\xa0\x2c\x2d\xa7\x5d\xfa\x0e\xd4\xbd\x6b\x48\xdf\x81\x41\x25\xd2\xd5\xa5\xef\xfd\xb1\xbb\x98\x1e\xba\x6e\x1a\x60\xec\xb9\xd7\x4d\x03\x7c\x97\xf9\x53\x1f\x1b\x94\x5e\xfb\x67\x97\xd2\x03\xa3\x4a\x43\xf4\xd3\xf4\xc7\xa5\xe8\x2b\xa1\x07\x06\xa8\xca\x94\x6e\xe0\x20\x50\x96\x76\xd2\x6e\xe4\x20\xb0\xe4\xef\x5d\x96\x0f\xe4\xa6\xd2\xb2\xfc\x2e\xcb\xb7\x67\xb2\xfc\xfe\x7a\x4f\x04\x76\xd7\x17\x02\x8c\xba\x9b\xbc\xe7\x07\xb9\x29\xa6\x5c\x1d\x28\x4b\x2b\x54\x37\x0c\x10\x18\xa6\xe8\x0e\xe9\xfb\xf8\x79\x03\xa4\xed\x90\xfd\x02\x43\x53\xde\x90\xfd\x0e\x49\xac\xc6\xaa\x21\x89\x1d\x66\xfa\xb0\xef\x0d\x49\x2c\x50\x96\xb2\x7b\x18\x33\x07\x54\xca\xd8\xad\xa1\xff\x00\x48\x0e\x83\x5f\xc3\x90\xb9\x51\xdc\x45\x99\xc9\xa1\xff\x00\xe8\xd4\x5a\x59\x43\x46\x3c\xf0\x1f\x2c\xa5\xc5\xd0\x7f\x00\x34\x23\xda\x86\xfe\x83\x51\x7c\x06\x70\x82\x21\xff\x05\xf2\xd7\xbd\xc1\x6b\x13\xf3\x81\x0d\x7a\x18\x46\x07\x7c\xbf\x5c\xb4\x39\x50\x6a\x54\x70\xf2\xcd\x1a\x96\xa8\x00\xbe\xcb\x18\x82\x35\x2a\x80\x65\x90\xc6\x90\x5f\x0f\x8e\x40\x5d\x8a\xa8\x21\xc1\x06\x52\x21\x34\x24\xd8\x03\x77\xc4\x92\xc1\x0f\xdd\x11\x40\xd5\x9f\x32\xa4\xcb\x40\xa3\x36\xd2\x1a\xd2\x65\x60\x71\x7e\xcc\x1a\xba\x23\x06\x36\xff\xa5\x38\x1f\x1a\xfd\x81\xa6\xda\x1d\xd2\xe0\x21\x0d\x66\xc3\x19\xd2\x60\x60\x70\x72\xc1\x1a\xda\xfc\x81\xa1\x5d\x7d\x68\xf3\x07\x86\xde\xa5\x21\x57\x06\x92\xaf\xdd\x90\x2a\x03\x45\xfe\x35\xa4\xca\x83\x52\xeb\x3b\xb5\x7f\x68\xf1\x07\x92\x23\x3a\xd7\xb0\x08\x04\xf0\x5d\xc6\x2d\x75\x02\x00\x83\x13\x60\xd6\xd0\x09\x30\x24\xde\xf2\xe2\x21\xf1\x06\x52\xe9\x30\x24\xde\x40\xf1\x08\xd7\x35\xf4\x02\x00\x83\xea\x7c\x6b\xc8\xc5\x81\xaa\x99\x6c\xc8\xc5\x81\x56\x7d\x2f\x0c\x85\x1b\x24\x0d\x2d\x09\xd8\xe8\x7b\x54\xac\xaa\xfd\xff\xae\xaa\x61\xb2\x36\x1f\x86\x21\x65\x1f\x52\x76\xbe\x9c\x43\xca\x0e\xa4\x8e\x81\xa1\x13\x00\x28\x1e\xd5\xb7\x86\x5e\x00\x20\xd5\x9d\xc3\x74\x20\x60\x70\xd4\xd3\x1a\x72\x7d\xe0\xfb\xa5\x6d\x8e\x73\x70\x4c\x83\x33\x24\xd7\x1f\x72\x7d\x88\xe6\x90\xeb\x8f\xe1\xa0\xe0\xc5\x43\x5f\x01\x30\x38\x08\x65\x0d\x7d\x05\x63\x3a\x28\x3e\x80\x43\x1a\x0f\xe4\x8f\xef\xd3\x90\xc5\x03\xdf\x65\xfc\x54\x1a\x0f\x0c\xc3\x6d\x87\x34\x7e\x4c\xbb\xcb\x07\x6a\x68\xe1\x07\x06\x07\x4d\xac\x21\x65\x07\x76\xc8\xc4\x90\xb2\x03\xcb\x04\xcf\x21\x63\x1f\xe4\xfb\x2c\x3f\x4a\x43\x7e\x0e\x2c\x53\xdb\x86\xfc\x7c\x84\x23\xe0\x73\x36\x64\xd9\xc0\xa8\xbe\xd9\x92\x6c\xe0\xbb\x8c\x11\xc8\xb2\x81\xde\x9c\x0f\x49\xf6\x08\xdf\x32\x88\xcf\x90\x52\x03\x49\xa5\xdf\x35\xa4\xd4\x40\xf1\x1c\xdd\x35\xe4\xd4\xc0\xe0\xdc\x8a\x35\xa4\xd4\x43\x4a\x3d\xfd\x33\x47\x85\x77\xa0\xfe\xe1\x24\xcc\x35\x74\x1e\x8c\xf0\x49\x3a\xe8\xd8\x83\xe6\xb0\x52\xf7\x1f\x63\xea\xc6\x72\x80\x7c\x27\x87\x91\x71\x40\x51\x0c\x0c\x1d\x0a\xc0\xa8\xee\xaa\x3a\x14\x86\xf4\x7d\xef\x06\xd2\x77\x60\x70\xda\xce\x1a\xc6\xcf\x01\xf9\xf3\x2d\x91\xd1\x03\xdf\x2f\x59\x8b\x52\x7a\x60\x99\x12\x3e\x64\xf4\x40\x59\x7b\x6f\x91\xd2\x03\xc9\x59\x87\x6b\x48\xe9\x07\x49\x42\x6b\x7f\xc7\xd6\x1e\x15\x5b\x39\x9c\x70\x18\x0e\x07\x7c\x97\x31\x50\xc3\xe1\x80\x34\xca\x67\xe8\x9e\x18\xe9\x7c\xb8\x1f\x48\xf3\x81\xd5\x31\x87\x0d\x69\xfe\x48\xf7\x68\x97\xb1\x2e\x03\xa0\xff\x5c\x2a\x72\x75\x60\x18\xf2\x31\xe4\xea\x23\xed\x2e\xa2\x7b\xe8\x1f\x00\x72\x4f\xb8\xee\x81\x71\xd8\x0f\x77\x1c\xc3\xd5\x80\xc1\xc9\x19\x6b\x18\xae\x06\x7c\x97\x31\x21\xc6\xab\x01\x5b\xc6\x0e\xdd\x03\xc0\x77\x19\x1d\xd1\x3f\x00\x8c\x7f\x37\xf0\xc1\x90\xfe\xd3\xa1\x1c\x43\xff\x00\xd0\xb4\x58\x0f\xfd\x03\xe3\x70\x65\xb9\x18\x8c\x45\x03\xc6\xbf\x6e\x38\x28\x62\xd1\xba\x4f\x4f\x65\x01\x8c\xea\xc6\xaa\xcb\x60\x9c\xae\xa2\xdd\x66\x6f\x09\x1f\xab\x7e\xe9\x55\x0c\xc0\x77\x19\x03\x50\x32\x0c\x25\x83\xe3\x54\x32\x00\xf9\xab\xfe\x99\xbd\xbd\x7c\xee\x92\x10\x29\xfd\x90\xd2\x23\x93\x87\x94\x7e\xc8\xd5\xab\xdf\x6b\xb9\x3a\x50\xf7\x5e\x28\x57\x1f\xb2\x70\xce\x68\x58\x43\x16\x0e\x2c\x9d\x6d\x43\x16\x0e\xa4\x66\xb9\xa1\x2d\x1d\x28\xfb\xa3\x22\x2f\x07\xaa\x81\xd3\x43\x5e\x3e\x64\xd9\xcd\xcf\xb5\x2c\x7b\xc8\xb2\xd1\xfe\x43\x96\x0d\x7c\x97\x31\xdf\x9a\xdc\x81\xaa\x4f\x71\x48\xbc\x07\x76\xf3\xd5\xfc\xaa\x68\x37\x07\x46\x95\xba\x49\xbc\x81\xb5\x39\x99\xc4\x7b\x90\x8a\xb3\x9a\x9f\x67\xb9\x32\xd0\xcc\xab\x1e\x52\x65\x60\x19\x4c\x3d\xa4\xca\x03\xeb\xf7\x6a\x7e\x03\xb5\x7e\x03\xc5\xaa\x07\x43\xeb\x37\x90\x3f\x59\x82\xd6\xef\xf1\x7a\x4f\x1c\xe1\xc3\x88\x23\x60\x19\x1e\x3f\x8c\x38\x02\xca\x32\xa3\x65\x98\xfc\x0f\xa4\x06\xeb\x61\x10\xd2\x78\xed\x87\x2f\x95\x11\x47\x40\x84\x64\x42\x5b\x37\x90\xfb\xa5\x7d\x77\x3f\x08\xcc\xc5\x71\x33\x24\xd9\x43\xfa\x6c\x92\xcb\x90\x3e\x0f\xe9\x33\x46\x8e\x29\x7d\x9e\x3f\x47\xc0\x33\x98\xda\xb0\x81\xd4\x98\x38\xb5\x61\x03\xc3\xb5\x3c\x35\x61\x03\x7b\x2f\x9d\x9a\xb0\x81\x65\x11\x8b\xa9\x09\x7b\x52\x8c\x6e\x19\x0c\x3c\xb5\x57\x03\xcb\xdc\xff\x29\x63\x9f\xd2\x73\xc3\xfa\xa6\xf4\x7c\x4a\xcf\x79\x2a\x53\x7a\x3e\x8b\x13\x39\x6c\xb3\x1f\x05\x32\x91\x36\xd9\x0f\x49\xb6\xf1\xf7\x53\x92\x0d\xe4\x8f\xef\xd8\x94\x64\x4f\x49\x76\x73\x08\x92\xec\xb9\x49\xb6\xfd\x60\xd6\x26\xec\x79\x71\xe4\xc6\x9a\xd2\x67\x20\xf5\x19\x4c\xd9\xf3\x24\x98\x67\x51\xe2\x74\x4d\x79\x31\x30\x38\x81\x69\x4d\x0d\xcf\xc0\x77\x99\x6d\x69\x1b\xdb\x02\xef\xfb\x34\x57\x65\x56\xdf\x5a\x22\x01\xa6\x5c\x19\x58\x3a\x0e\xa7\x5c\x79\x6a\x1f\xa6\x0a\xfb\x9a\x12\x63\xa0\x77\x67\x5c\x62\x0c\x94\x65\x20\xe2\x94\x19\x03\xf9\xdb\x97\x39\x21\x9a\x91\xdb\x5f\xac\xe2\x53\xe6\x3c\xb5\x32\xa7\x7f\x6c\x37\x9b\x2b\x8f\xb7\x7f\x9a\x0d\x02\xec\xbd\x70\x1a\x3f\x33\xbb\x23\xe4\xb5\x9e\x66\xb5\x4f\xeb\x90\xf1\x49\x9d\xf2\x53\xa0\x24\xdf\xe7\x29\x3f\x05\xea\xe4\x45\x9c\x86\xb2\x00\x35\xab\x4d\x2e\x9f\x81\x7f\x09\xce\x3d\x25\xb1\x73\xb8\xd8\xd3\xcb\x5c\xec\x83\xf2\x83\x90\x89\x29\x63\x05\x76\x80\xfe\x94\xb1\x4e\x42\x59\x16\x47\x2c\xae\x29\xf1\x04\xba\x9a\x75\x6a\x64\x06\xbe\xcb\xe8\xad\x56\x66\x60\x49\x0b\xa7\x56\xe6\x29\x65\xed\x6c\x99\x53\xca\x0a\xf4\xbd\x06\xa4\xac\xc0\xfa\x21\xaa\xa6\xe1\x2d\x53\x16\xdb\xd9\x97\xa6\x2c\x16\x98\x96\x5e\x9c\xb2\xd8\x39\xa7\x97\xd9\xe6\x5a\xfc\x60\x19\x34\x32\x65\xac\x53\xf3\xb1\xc1\x9c\x53\x32\x0a\x94\xfd\x3a\x69\x3e\x06\xc2\x40\xa4\x29\x3d\x05\x8a\xb5\x34\xd7\x94\x9f\x02\xa1\x5d\x62\x6a\x3e\x9e\xda\x8a\x4d\xbc\x9f\xda\x8a\x81\x66\x91\xa4\x29\x8b\x9d\x92\xcc\x0e\xd3\x9f\x92\x4c\xa0\x18\xae\x31\x25\x99\x80\x87\xc6\xae\x29\xc9\x04\xc2\x70\x9f\x29\x8b\x04\xc2\xa0\xbd\x69\x08\x0a\xd0\x4c\x5e\x9c\xf2\x4a\xa0\x19\xb5\x39\x63\x77\xf6\xe5\x87\x74\xcc\x5c\x0d\xa0\x51\x70\x7b\x4d\xb3\xca\x81\xae\x8f\x7f\x6a\x28\x06\x6a\xf8\x4c\x34\x14\x4f\xf9\xa2\x75\x39\xa7\x7c\x11\x68\x14\x9d\x5e\x53\xbe\x08\x84\xc6\x91\x29\x5d\x04\x8a\x46\xb9\x29\x5d\x04\x42\x7b\xcc\xd4\x00\x3c\xb5\xf6\x76\xbe\x28\x53\x6b\x2f\x10\xfb\x01\x4b\x03\x81\xef\x32\xdb\x5c\xdd\xc4\xa9\x68\x2f\x99\xc6\xa1\x4c\x6d\xb6\xdd\x8f\x80\x3c\x10\xe8\xbf\x7d\x99\xfd\x48\xfb\x61\x93\xfd\x38\xec\x87\x53\x6b\xb0\x07\x10\xc6\x3e\x4e\x69\x20\xd0\xf7\x33\x97\x06\xce\xc3\x25\xea\x03\x96\xf3\x01\x61\x8c\xd4\x94\xf2\x01\x61\xb8\xe2\x94\xf2\x01\x9e\x00\xbc\xa6\x94\x0f\x08\x23\xa9\xa6\x94\x0f\xf8\xfe\x9f\xb9\x35\x26\x04\x08\x23\xb5\xa6\x39\x0a\x53\x03\xb3\x49\x92\x53\x1a\x08\x84\x2e\xd6\x29\x0d\x04\x62\x4f\x9a\x34\x10\x08\xad\xf7\x53\x93\xf3\xd4\xbe\x2c\x1b\x9d\xda\x97\x01\x4f\xf8\x5d\x53\xfb\x32\x10\x86\xa1\x4c\x23\x47\x80\x30\x34\x60\x4a\x29\xe7\xe9\x12\x72\xb9\x4b\x16\x01\x4f\x15\x5e\x53\xb2\x38\x09\xed\x58\x92\xd6\xa9\x49\x18\xe8\xd3\x8d\x43\xfe\x38\xb5\xff\x6a\xaa\x9c\xda\x7f\x01\x0f\x44\x5e\x53\xfb\x2f\xf0\x5d\xc6\x82\x31\xb6\x03\x68\x9a\xc4\xa6\xa1\x1d\x40\x33\xf5\x6e\x1a\xda\x31\x65\xa3\xdd\xc7\x22\x1b\x05\xc2\x28\xa9\x29\x1b\x05\x8a\x05\x07\xa6\x96\x63\xa0\x74\x57\xbc\x96\xe3\x79\xb9\xbd\x38\x1f\x12\x54\x20\x34\x07\x4e\x09\x2a\x10\x86\x37\x4d\x09\x2a\x10\x9a\xf9\xa6\x04\x15\xf0\x38\xe2\x35\xb5\x0c\xcf\xdb\xd9\xf0\x11\x48\x50\x81\xaa\x85\x63\xca\x4f\x27\xb1\x1e\x9e\xf8\xbd\xa6\xb1\x1e\x40\x68\xe6\x9b\xc6\x7a\x00\x2d\x1c\x80\x89\xe7\xc0\xf7\x4b\x1e\x9e\xc9\x00\x40\x1f\xbb\x6b\x8e\xf3\xde\xe3\xf4\xa6\x8e\x93\xc3\x4d\x0d\xc6\x9a\xda\x8f\x81\xd8\x4f\x40\xfb\xf1\x94\xed\xf6\xf5\x87\xa8\xf0\x29\x19\x9e\xc6\x82\x38\x81\x92\xe1\x29\xf3\xed\x7e\xaa\x65\xbe\x40\x18\xc2\x37\x65\xbe\x93\xd3\x6b\x76\xa9\xce\xa9\x95\x18\xf0\xc8\xe8\x35\x35\x12\x03\x35\xfc\x20\x6a\x24\x06\xca\xea\x4e\x97\x56\x62\xa0\xef\x31\x6b\x25\x9e\x2f\x85\x45\xdd\x54\x0d\xfc\x00\x62\x93\x1d\x99\x35\x10\x86\x87\x4d\x99\xf5\x34\x3c\xa4\xfb\x70\x0d\x0f\x01\x3c\x30\x7a\x4d\x59\x34\xd0\xb5\x93\x4e\x59\xf4\xb4\x5c\x96\x73\x2a\x8b\x9e\xaf\x4f\x63\xff\xd2\x31\x41\xa3\xcd\x1a\x99\xb2\xe8\xf9\xee\x31\x7d\x03\x08\x69\x34\xd0\xa8\x4f\xbe\xc2\x18\x12\xe0\xbb\x2c\x69\xab\xb6\x11\xe0\xc2\x4b\x18\xc6\x90\x00\x9e\x82\xbd\x42\xfe\x1d\x06\x8c\x68\xf4\x08\xd9\x36\x90\xd6\x32\x09\xd9\x36\x10\xc6\xf1\x84\x6c\x1b\xf0\xc4\xeb\x15\x46\xe6\x03\x51\x76\x2f\x0e\x9b\xd8\x45\xd2\xff\x3a\x6d\xba\xbc\x65\xa5\xed\xb6\x8d\x27\xbc\x87\xc9\x6c\x04\x59\xe6\x6b\x60\x32\x0f\x39\x39\xd0\xcd\x83\x0c\x2d\xe6\x40\x18\xb0\x18\x5a\xcc\x81\xef\x97\xfc\x9b\x26\x73\xa0\x59\x55\x24\x24\xf3\xa1\x15\x5d\x32\x13\xb2\x79\xa0\xad\x7d\x99\xe3\xa4\xce\xb3\x75\x10\xc3\xb8\x92\x90\xf3\x5b\xf8\x33\xe4\xfc\x40\x18\x65\x13\x72\xfe\x30\xfc\xc4\x7a\x95\x61\xf8\x09\x50\x4d\x15\x0f\xc3\x4f\x42\x69\x60\x41\xcc\x28\x7b\xf0\x0f\xff\x66\x13\x4b\x21\x34\xb6\x5b\xd2\x33\x34\xb6\x03\x95\x33\x1d\x3e\x81\x6a\x13\xa7\xae\x60\xf3\x0b\xd5\x02\x10\xda\xd5\x43\x5b\x3b\xf0\xfd\x19\xdd\xb5\x44\x34\x10\xc6\x7a\x84\xe6\xf7\x50\x40\x18\x68\x10\x0a\x08\x20\x8c\x88\x0a\x05\x44\xd4\x3d\x02\x66\x52\xb5\x00\x78\x84\xf9\x0a\xe3\xfc\xc3\x70\x15\x4b\xb8\x85\xe1\x2a\x40\x18\xd6\x14\x86\xab\x04\x55\x9d\x77\x29\xda\x30\x82\x1f\x08\x43\x85\xc2\x08\x96\xd0\x74\x6f\x7a\x74\x68\xba\x07\xa2\x3a\xe1\x2a\x94\x20\xd3\x7c\x59\xc6\x30\xd4\x1e\x80\xa7\xb0\xaf\x50\x5b\x44\x73\x08\xb8\x4e\x43\x23\x3c\x10\xfa\x06\xa2\xed\x21\xbc\xdc\x80\xab\xd4\x16\xd1\xed\x07\x4a\x3a\xb4\xa4\x03\x5d\x23\x6b\x68\x48\x07\xc2\xb0\xba\xd0\x90\x0e\x94\x7f\x7f\xe6\x4c\x76\x97\xcc\xfe\xa5\x5d\xfb\x20\x0c\x30\x09\xb5\x4b\x68\x5c\xd7\xcb\x1d\x8a\x17\xa0\x19\xcc\x1b\x8a\x97\xa0\xae\xd6\xb2\xe0\x46\x68\x49\x07\x3c\xd8\x7c\x85\xb2\x24\xb4\xa4\x1b\x85\x1a\xea\x92\xf0\xa4\x54\x5f\x78\x75\x49\x18\x36\x63\xf5\xb4\xd0\x94\x0e\x54\x1d\x73\xa1\x25\x3d\x0c\x9b\xb1\x1c\x59\x68\x4a\x07\x3c\xa0\x7c\x85\x8a\x26\x28\xb6\xb5\x2c\x34\x16\x2a\x0e\xc0\x73\xe4\x57\x18\x10\x13\x46\xbf\x58\x61\x2b\x54\x1c\x40\x54\x0c\x21\xa1\xd9\x1c\xf0\x38\xf5\x15\x9a\xcd\x81\xd0\x3d\x10\x06\xbf\x00\x9f\x78\xa6\xc9\x01\x28\x2e\xac\x02\x15\x8a\x0b\x20\x74\x83\x84\xe2\x02\x28\xcb\x62\x4e\x61\x70\x0a\x10\x3a\x55\x42\xbd\x11\xda\xc3\xad\xab\x14\xda\xc3\x81\xc2\xb9\x02\x2b\xb4\x87\x03\x65\x8d\xdd\x66\xdf\xb0\x91\xef\x7d\x58\x13\x39\xf0\x5d\x46\x47\xb4\x91\x03\xcb\x3a\x9d\xa1\x7a\x89\x70\x85\x43\x30\x42\xad\x02\x44\x2d\x7f\x28\x8e\x12\x4a\x19\x20\xf4\xc3\x84\x52\x26\x82\x79\x70\x8f\x50\xb7\x84\xb1\x2b\x96\x23\x0a\x25\x09\x10\x86\xe8\x86\x92\x04\x08\x3d\x16\xa1\xd5\x1c\xc8\xc9\xc7\x33\xb4\x9a\x03\x1e\x17\xbf\x42\xab\x79\xac\x3d\x64\x26\x50\x13\x39\x10\x3a\x53\x42\x13\x79\xac\x3d\x64\xe6\x5e\x7d\x03\x84\xfe\xa6\x50\xdf\x00\x65\x59\xe3\x37\x14\x38\x40\xd3\xa0\x1f\x0a\x9c\x50\xe0\x58\xd0\x37\x14\x38\x40\xe8\x22\x0a\x05\x4e\x18\xbb\x62\x04\x5e\x18\xbb\x02\x84\x1e\x9c\x30\x76\x25\xd2\x15\xe5\x47\x2a\xf7\x1d\x9e\xff\xfd\xdf\xb2\xda\x40\x68\xd4\x06\xea\x72\xd6\x34\x6a\x87\x85\x8b\x87\x9f\x54\x83\x52\x80\x65\xa1\xa1\x50\xf3\x84\xd6\xea\xe1\xc7\x52\xe9\x02\x78\xb4\xff\x0a\xa5\x4b\x50\x7f\x78\x19\xf4\x1a\x0a\x15\x20\x74\xd4\x87\x3a\x05\x88\xbd\x55\xa9\x53\x80\x30\xa4\x23\x34\x60\x87\xd2\x65\xfa\x79\x53\xba\x00\xa1\xfd\x37\x94\x2e\x41\x9e\xf4\xbf\xe5\x69\x20\x0c\xe0\x31\xfb\x2b\xd4\x29\xc0\x77\x19\xfd\x50\xa8\x00\x61\x98\x47\x28\x54\x42\x55\x32\xfd\xd4\xa8\x4a\x80\xba\x97\x91\xaa\x04\x48\xab\x2f\x84\x41\x2f\x40\xd9\x9e\xaf\x30\xea\x05\xf0\xd0\xfe\x15\x46\xbd\x84\x7a\xc6\xd2\xa6\xa1\x9e\x01\x3c\x7a\x7f\x85\x7a\x26\xd4\x33\x56\x28\x0d\xf5\x0c\xb0\x2c\xd2\x10\xea\x99\x50\xcf\x18\x8f\x1b\xea\x19\x20\x0c\x9e\x0a\xf5\x4c\x18\xaa\x6e\xd1\xd2\x50\xd0\x00\x69\x21\xb7\x50\xcf\x00\xc5\xe3\x5f\x56\x28\x68\x80\x30\x52\x2a\x14\x34\x40\x18\x05\x14\x0a\x9a\x50\xd0\x58\xdb\x34\x14\x34\x40\x5a\x58\x2c\x14\x34\x41\xc2\xf3\x32\x81\x3d\x94\x2f\x40\xe8\xce\x0b\xe5\x0b\x10\x46\x89\x85\x16\x77\x20\x8c\x27\x09\x05\x4d\xa8\x41\x2c\x3e\x1a\x6a\x10\x20\xf4\xe6\x85\x1a\x24\x4c\x2b\x9e\xbe\xcb\xaa\x0b\x20\x0c\xa0\x08\xa3\x53\xc2\xe8\x94\xe9\xfe\x61\x74\x0a\x90\xd6\x72\x0f\x45\x46\x18\x9d\x32\xf1\xa9\x86\x2a\x03\x88\xba\x9b\x7c\x06\x8f\x33\xe9\x12\x57\x65\x00\xa1\xf7\x2f\xb4\xaf\x87\x11\x2b\x56\x1a\x0d\x23\x56\x80\x5d\xa5\x26\xd4\x22\x61\xc4\xca\x74\x1d\x29\x46\x80\xd8\x7b\x8a\x62\x04\x48\x63\x8a\x43\x2d\x12\x6f\xf1\x97\xfc\x9b\x51\xe8\x40\x2c\x57\x96\x62\x24\x34\xe0\x6b\x72\x0c\x0d\xf8\x40\x72\xf0\xee\x0a\x0d\xf8\xa1\x01\xdf\xb2\xa2\xa1\xf4\x00\xda\xfe\xd4\x28\x3d\x80\xef\x32\x66\x5c\xed\x01\x2c\x0b\xcf\x85\x16\xfc\x50\x8e\x4c\xac\x09\xa1\x1c\x01\xc2\x08\x87\x50\x8e\x84\x72\xc4\x12\x61\x4b\x39\xb2\x0c\x56\xb7\xe2\xee\x52\x68\x00\x9d\x03\x73\xd7\x52\x68\x00\x65\x4d\x2c\x4b\x4b\x4b\x3f\xb0\x82\x19\x5f\x6a\x8f\xb5\xb5\xc7\xa4\x29\x6c\xf2\xf9\x61\xb9\x5a\xca\x0a\x20\xea\xee\xc7\x69\x93\x7d\x43\xf0\x2c\xc3\xc9\x81\xb4\x8e\xe2\xd2\xd2\x0f\xe4\x4c\xaf\xaa\x36\x39\x02\xe6\x6d\x29\x2b\x80\x30\xbc\x68\x29\x2b\x96\xb2\x82\x43\xbe\xd7\x52\x56\x00\x4d\xaf\xe9\x52\x56\x00\x61\xac\xc8\x52\x55\xac\xe2\x43\xe0\x0b\xbd\x14\x07\x40\xe8\xd2\x58\x6a\x83\x55\xdc\x64\xe3\x0f\x59\x5d\x4b\x51\x00\x2c\x8d\x34\xcb\xa0\x9c\xa5\x4e\xb0\xf0\xe7\x52\x27\x00\xa1\x47\x79\xa9\x13\x80\x62\xb5\xa5\xa5\x4e\x00\xd2\xe2\x94\x4b\x9d\xb0\xa4\xec\x96\x07\x5d\x52\x76\x20\xac\xa2\xb1\xa4\xec\xc0\xb4\x62\xd2\x32\x0d\x77\x35\x97\xb1\x73\x6f\x84\x39\xb0\x0b\x82\x2d\x19\xfb\x6a\x2e\x63\x76\xef\xa5\x07\x01\x08\x1d\xdb\x4b\x07\xc2\x92\xc5\x5b\xc3\x72\xc9\xe2\x81\xd5\x8a\x97\x39\x83\x8d\x8f\x99\x6b\x4c\x0f\xc1\x6a\x2e\x0b\x44\xe9\x92\xb2\x03\xdd\x38\xf4\x65\x70\xcd\xa2\x84\xd4\xe2\x4c\xe1\xb5\x0c\x9b\x59\x96\x90\x62\x17\x5a\x96\x90\x02\x9a\xe9\x3d\xcb\x40\x1a\x60\x2d\x57\x8a\xf4\x7f\x41\xec\x97\x35\x32\x97\xcc\x1e\xc8\xe5\x12\x30\x44\x66\x49\xf6\xad\x61\xb9\x24\xfb\x40\x33\x87\x66\x49\xf6\x81\x6e\x6d\x90\x25\xd7\x5f\x12\xfb\xe0\x03\xba\x24\xf6\xc0\x16\x9b\x4b\x62\x0f\xb4\xe5\xd0\xe5\xf5\x4b\x12\x6f\x55\xe4\x25\x89\x07\xaa\x3c\x6f\x49\xe2\x97\x24\xde\xaa\xaa\x4b\x12\x0f\x74\x0e\xa8\x5d\x4b\x12\x0f\x7c\x97\xf1\xe0\xf5\x4b\x00\x8b\xc3\x2a\xd7\xd2\x2d\x01\x7c\x97\x31\x50\xfd\x12\x40\xac\x7d\x03\x47\x65\x40\x7c\xc0\xa8\x97\xfc\x1f\x28\xe9\x16\xa1\x0f\x02\x18\x56\x37\x5f\x2a\x02\xa0\x6b\xa6\x5d\x2a\x02\x20\x8c\xaa\x5c\x2a\x02\xa0\xe8\xf1\x59\x2a\x82\x65\x6c\x8d\xce\xdd\xa5\xa7\x02\x28\x56\x15\x59\xc6\xd6\x00\x61\x84\xd6\x32\xb6\x66\xe9\xcf\xe0\x94\xc8\xb5\xf4\x67\x00\x4d\xdf\xee\xd2\x9f\x01\x94\xbd\x51\xe9\xcf\x58\x4a\x0e\x6d\x78\x6b\xee\xa1\x3f\x6c\x98\xde\xd3\x57\x5b\xc9\x11\xa8\x95\xa5\xe4\x00\x9a\x41\x7e\x4b\xc9\xb1\x8c\xd4\xb1\x42\xd1\xd2\xc7\x01\xc4\xcf\x97\xd6\x48\x9d\x65\x08\x8e\x19\xfb\x4b\x7d\x01\x74\x8f\x5a\x59\xca\x8b\xa5\x77\xc4\x84\xbe\xa5\xbe\x00\x96\x75\x86\x96\xde\x91\x15\x3e\xd0\xe6\x4f\x1d\xd6\x07\x61\x5c\xc5\xd2\xf1\x01\x84\x3e\xcf\xa5\x80\x00\xc2\xb8\xff\xa5\xe3\x03\xf8\xfe\x8c\x81\xea\xf9\x00\x7a\x43\x1a\x2c\x65\x06\x10\xa6\x02\x2c\x65\xc6\x32\x3a\xc7\x73\x43\x96\x3a\x03\x48\xb7\x18\x65\x06\x10\xcd\xcd\x4f\x99\xb1\x94\x19\xe1\xab\xad\xcc\x00\xc2\xda\xa8\x4b\x99\xb1\x94\x19\xd1\x6d\xf3\x19\x13\x76\xa3\x53\x6c\x29\x33\x96\x32\x43\x92\xbe\x94\x19\x40\x35\x63\x73\x29\x33\x56\xfa\xa4\x60\xc2\xcb\x78\x1a\xa0\x49\xe5\x97\xca\x63\xe1\x33\x59\x96\xfe\x5c\x3a\x4d\x80\xae\x0b\x78\xa9\x3c\x96\x7e\x94\x80\x5e\x2d\xfd\x28\x40\x0b\x44\xcb\xd2\x8f\xb2\xd4\x14\x16\x04\x5e\x6a\x0a\x20\xcc\x96\x58\x6a\x8a\x65\x3c\x4d\x38\x7a\x1d\x29\x40\xb7\x38\xfd\xd2\x91\xb2\xd4\x14\xe1\x06\xab\xa6\x00\xca\x6f\xff\xd2\x7e\x1c\x4e\x08\x32\x78\x1d\xbb\x23\x94\xfa\xdd\x4d\x4e\xc8\xe9\x83\xc7\x01\xb0\xf4\x74\x00\x65\x7f\x9e\xf5\x74\x2c\x63\x60\xf6\x67\x43\x87\x05\x10\x66\x5a\x2c\x63\x60\x96\xc1\xef\x46\xba\x2f\x75\x00\x10\x66\x5a\x2c\x65\xc0\x32\xe0\xc5\x08\xd8\x25\xc1\x07\x8a\xae\xb1\x65\xc0\x0b\x50\x35\xa0\x2f\x0b\xde\x2e\xd2\x53\x97\xb6\xbb\x25\xe7\x07\xfa\xc7\xe5\xff\xfb\x8b\xad\x22\x00\xc2\x1c\x94\xa5\x22\x58\xba\x33\x62\xdf\xcc\xa5\x87\x3b\xc3\x02\x7b\x4b\xf6\x0f\xa4\x65\x85\x97\xec\x7f\x49\xf5\x63\x5f\xe6\xac\xe2\xbb\xd0\x46\xba\xa4\xfa\xc0\xd2\x16\xb7\xf4\x5d\xac\xdb\x75\x01\x41\x5d\x52\x7d\xa0\x5b\xd2\x66\x49\xf5\x97\xce\x8b\xf0\x2b\x2e\xd7\x07\xba\xe6\xc4\xa5\xf3\x02\xe8\x96\x37\x5e\x06\xd7\x2c\xfd\x19\xba\x20\x97\xfe\x0c\x20\x0c\x6e\x58\xfa\x33\x80\xa6\x71\x6b\xe9\xcf\x58\x86\xe5\x58\x03\x69\x29\x1c\x80\x5d\x98\x74\x19\x96\x03\x2c\x2b\xeb\x2c\xdd\x19\xcb\x78\x78\x4b\x32\x2e\xfd\x19\x40\x78\x94\xd6\x52\x71\xac\x67\x8f\x9d\xf7\xc4\xe4\x55\x20\xac\xcd\xb7\x54\x1c\x40\x58\x4f\x6f\xa9\x38\x80\xaa\x27\x7a\x29\x38\x80\xb0\xb4\xdc\x52\x70\xac\x87\xa1\x2f\xbf\xd8\x16\x29\x02\xc2\x78\xe7\xa5\xf3\x63\xe9\xaf\xe0\x8c\xd2\xb5\xd4\x08\x40\x98\xb9\xb3\xf4\x57\x00\xf1\xf3\x09\xa8\x1a\x80\xb2\xac\xef\xb8\x94\x0d\xcb\x53\xf9\xdd\xd1\xf4\x61\x00\x35\xfd\x04\xea\xc3\x58\xfa\x30\x96\x2c\x41\x1f\x06\x50\x37\xb5\x52\x48\x00\x65\xf3\x77\x85\xc4\x32\xb8\xde\x14\xeb\xa5\x6a\x00\xc2\x1a\x81\xcb\xe0\x7a\x20\xd7\x6e\xf2\xa9\xbc\x2e\x48\xff\xcc\x87\xa2\x8e\xf0\xeb\x9f\xea\x88\xd4\x87\xa1\x16\x4a\x7d\x18\xa9\xb6\x68\x5e\xd6\x6c\x9a\x5e\x96\xb4\x85\x6d\xf1\xdd\xb4\x7b\xd9\xb2\x89\x11\xe8\xfc\x4b\x45\x43\xea\x8b\xf8\xd9\x74\xda\x64\x47\xf8\x16\xa7\xa2\x01\x28\xc9\xb7\x2d\x15\x0d\xa9\x2f\x62\x61\xeb\x48\x55\x03\x50\xcc\x6e\x4a\x45\x43\xea\x8b\xe0\xb9\xa7\xa2\x21\xcb\xf2\x97\xb6\xa5\x6d\xb8\x49\x7e\xfe\x99\x5d\xc3\x7b\x60\xd6\x46\x2a\x10\x80\xb0\x3c\x5b\x2a\x10\x52\x6a\xbf\xe7\x43\x6a\x0f\x84\x19\x5b\x29\xb5\x4f\x8d\xfb\x0b\xc1\x9b\x1a\xf7\x81\x66\xf0\x6e\x6a\xdc\xcf\xea\x14\xf1\x61\x4f\x2d\xf9\x40\x33\xbc\x20\x8d\xad\x07\xc2\xba\x6b\x59\x77\x3f\x9c\x35\x8c\x24\x69\xc5\x1e\x60\x48\xd4\x52\xa1\x00\x94\x65\xb9\xba\x54\x29\x00\x3b\xdf\x23\x55\x0a\x40\x4e\xbe\xcf\xa9\xb9\x1f\x08\xb3\xc4\x52\x73\x7f\xaa\x27\x2c\x6a\x97\xea\x09\x20\xcc\x12\x4b\xf5\x44\x1a\xa4\x64\x05\xbb\xd4\x05\x00\xa4\xfa\x31\x95\x18\xa9\x9e\x90\xb5\xa7\x7a\x02\x58\x56\x90\x49\xf5\x44\x1a\x86\xbf\xa0\x6f\xa9\x52\x00\xc2\x9c\xb3\x34\x0c\x3f\x15\x0f\x16\x72\x4b\xc5\x03\xd0\xb2\xda\xe4\x10\xf4\x14\x78\x98\x69\x2a\x15\x80\x54\x15\xa7\x9e\x82\xf4\x38\x79\x4b\xa8\xa5\xb6\x77\x20\xa4\xa9\x29\x6b\x4f\x49\xb5\x55\xbe\x52\x52\x0d\xe4\x9c\x36\x3d\x36\xc1\xc1\x20\x79\x69\xac\x0f\x50\xb5\x19\xa5\x96\x77\x20\xd5\xf0\x29\xf3\x4e\xa3\xd3\x17\x5f\xa5\x94\x54\x03\xe9\xe1\x23\x29\xa9\x4e\x93\x4c\x4d\xdb\x4c\x59\x35\x10\x16\x38\x4c\xed\xec\x39\x5d\x6c\x7c\x96\x52\x0a\x0d\xac\xb1\xfc\x37\x9f\xc1\x74\x97\x49\xdb\x7c\x08\x1f\xa4\xe5\x44\x53\x0a\x9d\xa6\x8f\x5a\xcc\x2a\xe5\xcb\x40\x58\xb2\x2e\xa5\xcb\x29\x37\xe6\x64\xfe\x95\x72\x63\x60\xfd\xe9\x8b\x9d\x52\xe7\xd4\xbe\xbe\xd8\x20\x53\xfb\x7a\x1a\x0b\x84\xfe\x4a\x0d\xe8\x19\xf4\xc9\xca\x56\x29\xdb\x05\xda\xde\x98\x64\xbb\x29\xdb\xb5\xa4\x54\xca\x76\xd3\x38\x1f\xdf\x1d\xd9\x2e\x50\x96\xc5\xa2\x52\xba\x0b\x84\xb5\xbf\x52\xb6\x9b\x6b\x78\x19\xeb\x47\x72\x0b\x94\xd8\x37\x70\xf6\x25\xb2\x09\x77\x48\x89\x2c\xb0\x93\x55\x53\x22\x9b\xc6\x8a\xa7\x5b\xb0\xb1\xe2\x40\xa4\x97\x19\x2b\x9e\xda\xcb\x2d\xe3\x93\xb2\x56\x60\x07\xa7\xa6\xf6\xf2\x94\xc8\xa6\x5b\xb0\x44\x16\xd8\xae\xdf\x94\xc8\x02\xe5\xdf\x7b\xa7\x0d\x1d\xc8\xee\x0e\x69\xfa\x67\x9a\xc4\x69\x95\xfc\x34\x89\x13\x48\x4b\xdd\xa7\xdc\x36\x8d\xf8\x4e\x2c\x8c\x69\xc4\x37\x90\xdd\xdd\xc4\xe8\x9f\x3c\xd2\xcb\x78\xa6\x06\xf6\x00\xab\x3b\x2a\xb9\x6d\x1a\xd8\x63\xf1\xa0\x94\xdc\x02\x69\x74\x5e\xca\x6d\x53\xeb\xb8\x07\x60\xa4\xd6\x71\x20\x8d\xce\x4b\xad\xe3\x69\xe6\x68\xfa\xe2\x49\x6e\x81\x34\x3a\x2f\x35\x98\xa7\x7c\x37\x5d\x35\xf2\x5d\x20\x55\x1d\x29\xdf\x4d\xad\xe3\x46\xad\xa5\xd6\x71\x60\xa7\x0d\xa6\xd6\xf1\xd4\x14\x9e\x6e\xc2\x72\x60\x60\x19\xdc\x90\x9a\xc2\xd3\x04\x50\x73\x2a\xd3\x04\x50\x20\x8d\x48\x4b\xad\xe3\x40\x58\x1b\x35\x25\xcf\x40\x35\x06\x2e\x25\xcf\x40\xd9\x1f\x16\xc9\x73\x6a\x43\x4f\x37\x5c\x6d\xe8\x29\xa1\xde\x4d\xee\x26\x17\x75\x02\x91\x87\x29\x61\x06\x5a\xf7\x81\x4a\x98\x81\xd9\xf7\x2d\x9d\x8d\x0f\x6a\x0f\xff\xcb\x15\x43\x7c\xba\xc7\xe9\xa4\x14\x3a\x39\x2b\xc2\x23\x90\xd2\xf0\xf4\x94\x42\x27\x66\xce\x94\x42\xe7\x47\x8e\xa7\x85\x7a\x52\x6e\x0c\x54\x49\x6f\xca\x8d\xd3\x5c\xce\xf4\xe3\x20\xeb\x05\xf6\x71\xcf\x69\x2e\x67\xde\x3e\x27\x37\x65\x29\x2e\xb0\x8f\x7b\x4e\xad\xe5\x29\xeb\xb5\xba\x51\xca\x7a\x81\xf0\x34\xc4\x94\xf5\xa6\x51\x3c\x56\x37\xca\x7b\x77\xf7\xe1\x32\xbb\xeb\xa3\xd3\x82\xee\x49\x87\x29\x9f\x05\xaa\x4e\xd8\x94\xcf\xa6\x16\x74\x4f\xd7\x4b\x09\x2d\x10\x46\x06\xa4\x84\x16\x28\xcd\x37\xc3\xfc\xce\x7c\xdc\x51\xc2\x36\x87\xf0\xc1\x3e\x9d\x3a\x35\xa0\xa7\x25\x5b\x2c\x06\x94\xcf\xee\xdb\xcb\x65\xf4\x43\xda\x9b\x12\x5a\x6d\x8a\x29\xa1\x05\xa6\xa7\x43\xa6\x84\x16\x48\xe5\x7e\x4a\x68\x53\x6b\xb9\x55\x7e\x52\x6b\x39\x90\x8a\xfb\xd4\x5a\x9e\xf2\xde\xbd\x70\xe5\xbd\x40\xac\xea\x65\x2e\x19\x79\xa9\xc5\x80\x0e\x79\x29\xd0\xe5\xdf\x87\xe1\x36\xc0\x4a\x66\xf2\x90\xa9\x02\xb1\x96\x57\x35\x9b\x1a\xa7\xe2\x24\x4d\xdd\x26\x5f\xed\x65\x5b\xd8\x16\x9f\xea\x9a\xde\x72\xd9\xb4\xc8\xf6\x19\x34\xa5\x4d\xae\xa2\xf4\xb2\xc3\x36\xd2\xbb\xf6\x3d\x4f\x9b\x5c\x45\xbb\xb7\x97\x6d\x17\xbd\xf5\x9e\xb7\x4d\xae\x22\xbe\x9f\x87\xf1\x36\xc0\x76\x84\x1f\x16\x68\x39\x64\xc7\x5a\x23\x0f\xd9\x31\xb0\x92\x59\x3b\x64\xc7\x87\xf6\xf3\xe4\x33\x7b\x48\x85\x81\xe5\x11\x4f\x87\x54\xf8\xd0\x7e\x6e\xe1\x9f\x43\xfb\x39\xb0\xac\xbd\x77\x68\x3f\x07\x56\xdb\xf7\x74\x8a\x2c\xf7\x92\xf9\x87\x7c\xec\xc3\xa8\x1d\x60\x99\x91\x7f\x48\xbb\x8f\xe2\x91\x0c\x3f\x6f\xe6\x7c\x41\xb2\xfd\x66\x1f\x92\x6c\xe0\xbb\xcc\xae\x3b\x5f\x85\x0c\xb9\xf4\x97\x4e\x17\xc6\xfa\xf4\xa8\xc4\x43\x6b\x3c\xb0\x3c\x25\xf4\xd0\x1a\x7f\x60\x66\xcf\x1f\x1f\x9f\x43\x3b\x3b\xb0\x2c\xfa\x78\x68\x67\x07\xbe\xcb\x6c\x73\x6e\xaa\x73\xc3\x0d\xa4\xec\x07\x94\x7d\x27\x78\x1d\x52\x76\x20\x24\x9a\x87\x94\xfd\xa8\x0e\xa1\xd8\xe6\x10\x08\xe8\xef\x98\x30\x0f\x43\x74\x0e\x8c\xfb\xbb\x98\xee\x21\x67\x07\xd6\x64\x43\x38\xa4\xec\x07\xf1\x38\x69\x4d\xa1\x43\x82\x0e\xec\x68\x99\x43\x82\x0e\x94\x9d\x42\x79\x48\xd0\x81\x8f\xba\xd3\xe4\xb3\x6c\x0e\x81\xcd\xe4\xd0\xba\x0f\xac\xd5\xec\x87\x43\x20\x1e\x67\xe7\x2a\x1d\x6d\xf7\xd7\x7d\x8e\xc1\x1b\x8f\x73\x74\x87\x00\x2b\x38\x24\xe8\xc0\x66\x00\x87\x04\xfd\xe8\xf6\xcd\x27\xa3\xdd\x1e\xf8\x24\x04\x4d\xf6\x8d\x04\xd8\x5d\xb1\xe2\x90\x8d\x03\x53\x0b\xcb\x61\xdc\xce\xd1\xed\x9b\x4f\x46\x8b\x3c\xb0\x72\xff\x72\xf7\xed\xf5\x32\x7e\x6a\xee\x00\xb0\x85\xfb\x61\xee\x00\x50\x76\x26\xee\x61\xf2\x00\xb0\x72\x37\xb9\x68\x86\x4f\xa1\xfb\x53\x9f\xc2\x07\xcb\x5a\x43\x87\xf6\x7d\x60\x35\xf6\xb9\x43\xed\x70\x0c\x47\xd5\x6d\x73\x54\x1f\x6c\xfa\x73\x68\xde\x3f\x86\xaf\x07\xe6\xc9\x43\x5b\x3e\xb0\xd9\xf8\xa1\x2d\xff\x18\x0e\x1e\xb2\x7a\xa8\x31\x80\x5d\x10\xff\x50\x63\x1c\xd3\x07\xe3\x22\x57\x51\x00\x9b\xb0\x1c\xda\xf2\x81\xed\xab\x3a\xb4\xe5\x03\xdb\xec\x7d\x28\x3b\x8e\xe9\xe3\x73\x2b\x55\x63\x1c\x16\xb2\xf1\xf5\x53\x63\x1c\x18\xee\x53\xbf\xce\xa1\xe5\x1e\xd8\x31\x9b\x87\xb2\x03\xf8\x2e\xf3\xa7\x0e\xf4\x83\x7d\x82\xcb\xa1\xec\x00\x36\x0b\x3b\x94\x1d\xc0\xae\xb3\x76\x68\xb8\x07\x3e\x15\x47\xd3\x1e\xba\xcf\x1d\x2a\x75\xa8\x44\x80\x4f\x27\xd2\xe4\x6c\x78\x28\x05\x5f\xcb\x43\x6d\x02\x84\x54\xed\x50\x7c\x00\xcb\xd3\x29\x0f\x03\x8a\x0e\x03\x8a\xf6\xe7\xc1\x88\x22\x60\xa9\xbe\x0f\x03\x8a\x8e\xd8\xb3\xe1\x0d\x9c\x8d\x0f\x7a\xf7\x7d\xd4\x94\x7f\xc4\xe9\x65\xcc\xad\x52\x06\xd8\x3c\xf5\xd0\xba\x7f\x84\xdb\x1d\x42\xf5\x50\xdd\x00\x9b\xf5\x1e\xaa\x9b\x63\xb9\x4a\x61\x31\x87\x1a\x05\xd8\x1c\xfa\xd0\x24\x0f\x6c\xbd\x7c\xa8\x5a\x80\x4f\x70\xd3\xe4\xf3\x5c\x66\x91\x78\x95\xeb\x76\x39\x28\xcc\xc8\x87\x56\x7a\xa0\x37\x77\x0a\xd3\x1f\x80\x36\x9b\xb7\xf4\x09\x2f\xf7\x44\x4c\x88\x87\x46\x7a\x60\x59\x23\xe0\xd0\x48\x7f\xa4\xeb\x16\x5e\x73\x98\x07\x7b\x24\x6f\xa3\xeb\x45\xb9\x03\x34\x93\x48\x0e\xe5\x0e\xf0\xfd\xd2\xcb\x1c\x67\x92\xdd\xe3\x93\x52\x01\x1d\xe9\xdb\x08\x23\x3a\x94\x3b\xc0\x0a\xf8\xec\xa1\xdc\x01\xbe\xcb\xe8\x9b\xe5\x6e\x80\xe5\x99\x1f\x87\x49\xb5\x47\xfa\x36\x42\x9c\x8e\xdc\x43\x78\x38\x38\xca\x9b\xfa\xa4\xd2\x25\x09\x4b\x3a\x8c\x36\x02\xf6\x19\x31\x87\x7a\x0a\x58\xd6\xf0\x3f\xd4\x53\xc0\xf7\x4b\x6e\xaa\xb3\x00\x58\x1e\x72\x7c\xe8\x2b\x00\xd6\xdc\xbf\x74\xec\x07\x4b\x72\xfc\x21\x27\xfb\x50\xa7\x01\x3b\x52\xf3\x50\xa7\x01\xdf\xed\xbd\x97\xb3\x75\xf0\x69\x77\xab\x35\xd6\xe9\x38\x5c\xc4\x52\x21\x75\x1a\xb0\x63\x52\x0f\x75\xda\x71\xec\x69\x60\x52\x15\x65\xc0\x92\x8d\x1e\xfa\x20\x0e\x0f\x80\xd0\x18\x7c\xa8\xd3\x80\x5d\xce\xe4\x50\xa7\x1d\xa7\xbb\x92\xac\xc0\x90\x25\x60\x59\xf0\xf4\x50\xba\x1d\xa7\x4b\xd6\x4d\xd4\xdc\x5c\x60\x17\x2b\x3e\x94\x6e\xc7\xe9\x10\xe4\x3d\xba\x2f\x80\xed\xb3\x3b\x94\x6e\xc7\xe9\x7b\x98\xf6\xd7\xa7\x7b\x62\xf9\xc0\xce\x7b\xa8\xd3\x8e\xcb\x21\x60\x16\x3c\x54\x65\xc0\xd6\x21\x87\xaa\x0c\x28\xa9\xc5\xf2\x50\x95\x1d\x46\x36\xb9\x15\xaa\xca\x0e\x2a\x6e\xa6\xb6\xc8\x43\x0d\x06\x2c\x0f\xec\x3c\xd4\x60\xc0\x77\x99\x3f\x75\xa4\x9c\xeb\xa7\x46\x3a\x14\x61\xc0\x77\x19\x23\xd5\x91\x01\xec\x14\xa6\xc3\x30\x26\xe0\xbb\xcc\x36\x47\x4f\x2e\xb1\x15\x79\x0f\xb5\x1a\xf0\x5d\xe6\x1d\x9c\x10\xfc\x1d\x6a\xcd\x43\x7f\x07\xf0\x5d\xc6\x4f\x8d\x76\x02\xb6\xf2\x3b\x94\x79\xc0\x32\x8e\xee\x50\xe6\x1d\xc8\xbc\xd4\xd6\x73\x28\xf3\x80\x65\xae\xe5\xa1\xcc\x03\x96\x45\x72\x0f\xdd\x1d\xc7\xed\x40\x7d\x51\x94\x79\xc0\x32\x4a\xf7\x50\xe5\x01\xbb\xa8\xff\xa1\xca\x03\xbe\x5f\x3a\x02\x07\x7a\xf3\xa5\x09\xff\xcc\x71\x7a\x36\xba\xc7\xa5\x1c\x3a\x32\x80\xb5\x55\x87\xc2\x0f\xf8\x2e\xb3\xcd\xa7\xfc\xb0\x29\x4f\x7f\xe9\x53\x7e\x1c\xa8\xcc\x4c\xe5\x07\x6c\x95\x77\xa8\xfc\x80\xa5\xb9\xf6\xd0\xb9\x71\x3c\x0e\x14\xc7\xf7\xa1\x18\x04\xb6\x9c\x3d\x14\x83\xc0\x77\x19\xeb\xc3\x70\x2a\x60\x79\x3c\xfd\x61\x34\x15\xb0\x74\xe1\x1e\x4a\xc6\xe3\xf5\xe9\xf9\xc2\xe8\x17\x01\x96\x05\xef\x0e\xfd\x22\xc0\x77\x19\xff\xa6\x8c\x04\xb6\xc2\x3d\x94\x91\xc7\xbb\x07\xca\x43\x50\x33\x02\xcb\x12\xc4\x87\x9a\x11\x88\xfd\x45\x52\x32\x02\xcb\x33\x42\x0e\x25\x23\x50\xd2\xe3\x39\x0e\x7d\x25\xc0\x0e\x39\x39\x8c\xb9\x02\xbe\xcb\xfc\xa9\xf3\xf1\xf2\x99\xf5\x8b\xa4\xfb\x04\xf8\x2e\xb3\x1f\xce\xc7\x4b\xf0\x28\x8a\xff\x78\xf7\x7c\xbc\x5e\xf6\xcd\xee\xa9\x4e\x05\x76\x42\xf7\xa9\x4e\x3d\xd5\xa9\x7c\x09\x4e\x75\x2a\xb0\xac\x73\x78\xaa\x53\x81\xef\xcf\xfc\x65\xb7\x0d\x7e\xcf\x40\x4f\x83\xb5\x80\x65\x35\x88\xd3\x60\x2d\xe0\xfb\xa5\x37\x08\xdb\x02\x3f\xc0\xa2\x69\xd9\xb4\xa7\xc8\x9f\x1e\xb6\x51\xd0\xa2\x3a\x80\xd3\xa6\x3d\x76\x7f\xfa\xd8\xc6\xd8\x11\x37\xa7\xa2\x14\x28\x69\x09\xaf\x53\x51\x7a\x2a\x4a\xf9\x0a\x9e\x8a\xd2\xb3\x38\x2a\xd8\xc9\xa9\x02\x05\xb6\xed\xe4\x54\x80\x02\xdf\x65\x0c\x41\x05\x0a\x2c\xd3\x80\x4f\x15\x28\xb0\x4f\x0f\x3d\x55\x98\xc0\xf7\x4b\x46\xa5\xc4\x04\x76\xe6\xee\xa9\x67\x07\x58\x56\x88\x38\x15\x9d\xc0\x2e\xb2\x77\x2a\x3a\x4f\x45\xa7\x9a\xf0\x54\x74\x9e\x8a\xce\xe9\x00\x9c\x8e\xea\x7b\xe0\xec\xea\x00\x02\x96\x27\xdc\x9e\x3a\x80\xce\xea\xa0\x60\x0a\xa7\xd2\x11\x08\x3f\x87\xa7\x19\xe3\xc0\x77\x19\x03\x35\x65\x1c\x58\x19\x7f\xc8\xca\x3e\xcd\x07\x39\x3d\xe9\xd0\x4f\xe3\xa9\x00\x05\x96\x9e\xc7\x53\x9f\x11\xb0\xcb\x12\x9c\x4a\x52\x60\x59\xc7\xf9\x54\x92\x9e\xcd\x37\x98\xfd\xf1\xd4\x3f\x04\x2c\xeb\xe7\x9f\xca\xcf\xb3\x39\xf7\xec\x2e\xa7\x2e\x1d\x60\x79\x2c\xc8\xa9\xae\x3c\x15\x91\xa6\xa9\x9e\x6d\xdf\x81\x15\x55\xbc\xcc\x15\xd5\xfd\x37\xb6\xd6\x53\x8d\x07\xac\xc5\xcb\x7f\x1a\xc1\x75\x2a\xfb\xcc\x1c\x3b\x95\x7d\xa7\xb2\x6f\x37\xed\x7f\x23\x93\x1a\xaa\x7f\xaa\xfa\xce\xe1\xf3\x80\x77\x9c\xaa\x32\x60\xdb\xad\x4e\x3d\x3a\xa7\x42\xcd\xec\xc1\x53\xa1\x06\xac\x9e\xfe\xd2\xae\x0d\x3e\xa9\x30\xb2\xd3\x38\x2c\x60\x79\x58\xfa\xa9\x74\x03\xbe\x3f\xb3\x1f\x3e\x03\xd2\xc3\xad\xcd\x79\xea\x31\x3a\x95\x56\x66\x76\x9d\x4a\x2b\xa0\x5a\x41\xea\x54\x5a\x9d\x6a\x26\x93\x83\x4e\x35\x13\xb0\x72\xf9\x4b\x6f\xf0\x41\x53\xd3\x9c\x73\xdf\xe0\xf1\x97\xac\x6c\x15\x12\xb0\x8c\x53\x39\x15\x48\xc0\x8e\x62\x3a\x15\x48\x27\xc9\x14\x69\x6e\xd0\xa9\xf6\x01\x76\xce\xfb\xa9\xf4\x39\x89\x6c\x4a\xd3\x68\x4e\x23\x9b\x4e\xeb\x75\xfa\x4e\x18\xd9\x74\x12\xb2\x94\x26\x46\x9d\x8a\x1a\x60\xc7\x9f\x9c\x86\x2c\x9d\xb1\x6b\x7a\x73\x53\x45\x0d\xb0\x4f\x6b\x39\xf5\xd8\x9c\xe4\x5c\xa7\x39\x22\xa7\xa2\x03\xd8\x47\xe5\x9e\x8a\x8e\x93\x7a\x9a\x69\x8c\xfc\xa9\xc2\x00\xd2\x80\x9c\x53\x1f\xcb\x49\x64\x50\x1a\x26\x7e\x1a\x19\x04\x44\xc0\x41\x4f\x45\x07\xb0\xac\x55\x7a\x2a\x3a\x4e\x45\x87\xb1\xfa\xa7\xa2\x03\x58\x66\xc4\x9d\x8a\x0e\x60\x19\xb6\x78\xea\x76\x39\x89\x1f\x4a\x53\x17\x4e\xe3\x87\x80\x6d\xac\x3d\x8d\x1f\x3a\x15\x18\xc6\xe5\x9f\x0a\x0c\x60\x59\x0a\xfd\xcc\x3d\x02\xa7\xcd\x55\xaf\xc0\x00\xba\x87\xed\x9c\x0a\x0c\xa0\xca\xfc\x4e\x05\x06\x50\x34\x5e\x9f\xea\x8b\xd3\xb3\xe8\x7c\x04\xea\x0b\xa0\xed\x5e\xa8\x2f\x80\x6a\x75\xde\x53\x01\x71\x1e\x98\x52\x5d\xdf\x8a\x05\xa0\x19\xe4\x7e\x2a\x16\x80\xb6\x9f\x89\xae\x1f\xa0\xeb\x9c\x3c\x75\xfd\x00\x4d\x27\xfd\xa9\xa2\x00\xbe\x41\x32\x3f\x4a\x0a\xa0\x7b\x82\xd4\x69\x58\x13\xd0\xcd\x55\x3b\x75\x06\x01\x5d\x55\x7c\xaa\x3b\x80\x2a\xbb\x3d\xd5\x1d\xa7\xba\xc3\xc0\xfa\x53\xdd\x01\x54\xd3\x8e\x4f\x75\x07\x50\x35\xe7\x9c\x26\x54\x9c\x9f\x14\xe9\x7b\x85\xaa\x44\x80\xae\x6e\x3b\x55\x22\x40\xd7\x9a\x73\xea\x44\x02\xfa\x0f\x46\x76\xaa\x4d\x80\x62\x32\xcc\xa9\x36\x39\x77\xd2\x05\x73\xa1\x5b\xe9\x54\xae\x98\x4e\x71\x2a\x57\x80\x36\xf6\x9f\x39\x3d\x1f\x94\xe9\x8a\xd2\xd3\x04\x34\x83\x80\x4e\x05\x0c\x50\x26\xa4\xe7\x54\xc0\x00\xd5\x63\x70\x4f\x1d\x4d\x40\xd7\x31\x71\x2a\x69\x4e\xce\x20\xd7\x0d\x7c\x2a\x5f\x80\xa6\x35\xed\x54\xbe\x9c\x06\x69\xf9\x09\xd6\xa9\x74\xea\x54\x72\x21\x2a\x68\x80\x6f\x44\xac\x57\x15\x0d\xd0\x95\x25\xa7\x82\x06\x68\xc3\x97\x50\x41\x03\xf4\xbd\x47\xab\x67\x80\xbe\x76\x93\xb3\xf3\x41\x37\x73\xea\x54\xce\x00\xc5\xe3\x51\x4f\xe5\x0c\xd0\xf5\x35\x9f\xaa\x19\xa0\x2f\x14\xdf\xa9\x9a\x39\x55\x33\xb5\xaf\x3f\x7c\xa6\x15\x3b\x40\x37\x6d\xf3\x54\xec\x9c\x04\x72\x19\x1e\x7c\x1a\xc8\x05\x34\x0d\x44\xa7\x5a\x07\xe8\x89\xf6\x3b\xd5\x3a\x40\x6b\x4e\xbb\x5a\xe7\xbc\x93\xab\x58\x5b\x3a\xb9\x80\x62\x9d\xb6\x53\xf5\x73\x9a\x96\xee\x42\x52\xfd\x00\x3d\x7d\x12\xaa\x9f\x53\xf5\xe3\xd6\xa7\xf8\x01\x4a\x97\x2e\x2a\x7e\xce\xe7\xc7\x0f\x99\x62\xf3\x46\x4e\x03\xbb\x7c\xcd\x94\x43\x40\xd7\x08\x76\x2a\x87\x80\xbe\x3f\x48\xaa\x21\xa0\x7b\x8c\xd4\xa9\x1a\x02\x8a\x66\xc8\x53\x31\x04\x34\xdd\x3e\xa7\x62\x08\x28\x75\x77\xc2\x99\x78\x9c\x09\x7a\x6f\xb6\xc9\xa9\x3e\x32\x71\xe7\x54\x1f\x01\x75\x6f\xdc\xea\x23\xa0\x19\xd9\x74\x2a\x8f\x80\xde\x76\xc7\x9c\x8a\x0f\xba\x1e\xff\xf3\xd9\x53\x61\x98\x01\x8f\x48\x8f\x1a\xd0\xd3\x6d\x55\xc1\x74\x7a\x8a\x9d\x2f\xb6\x82\x09\xa8\xbf\xfd\x43\x67\xe7\x83\x6e\xa4\xc0\xa9\x5e\x02\x9a\x39\xe8\xa7\x6e\x37\xa0\x99\xa2\x7b\xaa\xa0\x80\xee\x79\x54\xa7\x0a\x0a\x68\x96\xad\x38\x55\x50\x40\x1f\x3e\x5b\x15\x14\xd0\xd3\xf7\x5a\x01\x05\x54\x4d\xf8\xa7\x02\x0a\x28\xc3\xf9\x52\x3f\x01\xdd\xa3\xad\x4e\xf5\x13\x50\x4c\xf5\x39\x95\x4f\x40\xd5\x9f\x74\x2a\x9f\x80\x6e\x98\xc3\xa5\x7a\x02\xba\x87\x5d\x5d\xaa\x27\xa0\x79\xe6\xfc\xa5\x7a\x02\xba\x67\x5d\x5d\xaa\x27\xa0\xf8\xf2\x5f\x8a\x27\xa0\x1b\x1e\x71\x29\x9e\x80\x6a\x26\xe7\xa5\x78\x02\xba\x9b\xde\xa5\x76\x02\xba\x07\x8a\x5c\x6a\x27\xa0\x59\xaf\xfd\xd2\x15\x78\x29\xa7\x4c\xac\xba\x94\x53\x40\x97\x2a\x5d\xca\x29\xa0\x1a\x2b\x76\xe9\x09\x04\xba\xae\xa2\x4b\x4f\x20\x50\x0c\xc8\xb8\xd4\x5c\x40\xfd\xed\xab\x5e\x9b\x98\x30\x5e\xbf\x4b\xc9\x05\x34\x0d\x08\x97\x92\xeb\x22\x3b\xdf\x93\xba\x2e\xdd\x80\x40\xd3\x7b\x72\x29\xc2\xae\xc2\x3a\xa9\xfe\xd0\x71\xe3\xdf\x93\x9a\x5d\xaa\x2b\xa0\x4b\xfa\x2f\xc5\x15\xd0\xf5\x63\x5e\x8a\x2b\xa0\x5b\xb1\xfb\x52\x5c\x01\x5d\x8f\xe2\xa5\xb8\xba\xcc\xb9\x0f\x3b\xe1\xb0\x3f\xe8\xba\x6b\x2e\xb5\xd5\xa5\x43\xcf\x9c\xb0\x4b\x87\xde\xf5\x69\xab\xae\x0b\xee\x52\x5b\x01\x4d\x8e\x74\xe9\xcf\x03\xba\xa5\xa7\x2f\xfd\x79\x40\xd1\xdf\x74\xe9\xce\x03\xba\xfe\xa6\x4b\x4d\x06\x34\xed\x43\x97\x9a\x0c\xe8\xba\x74\x2e\x25\x19\x50\xcd\x48\xbc\xd4\x5c\x40\x75\x73\xba\x74\x03\x5e\xd5\x71\x7b\x95\xe3\xfe\xa0\x7a\x6e\xf7\xa5\xe4\x02\xda\x48\x7b\xef\xb8\x2b\xcf\xd6\xde\x1b\xcb\x07\xd4\x8e\x25\xfb\xd2\x2f\x08\x34\x79\xce\xa5\x5f\xf0\x6a\xec\x14\xdd\x26\x87\xdd\x38\xf9\xd1\x05\xac\x5b\xf0\x6a\x3c\x6e\x38\xd3\xa5\x0b\xf0\x32\x46\x8f\xcd\xe3\x32\x44\xef\xd2\x8f\x67\x16\xe0\xa5\x1f\x0f\xa8\x56\x51\xbb\xf4\xe3\x5d\xfa\xf1\x4c\xf0\xb9\xf4\xe3\x01\x45\xa7\xeb\xa5\x1f\x0f\x88\xee\x7a\xea\xfb\x06\x0b\xaf\xb2\xff\xef\x24\x72\xa6\x7b\x67\xdf\xb9\x94\x78\x57\x97\xd5\x4c\xdb\x9c\x45\x32\x72\xcc\x88\xb8\xcc\xc8\xb9\xf4\xec\x59\xf3\xf5\x52\xe3\x01\xf1\x2d\x95\xff\xfc\x22\x5f\x3a\xfe\xae\x21\x77\x47\x67\x5d\xba\xef\x80\xb0\xc4\xd1\xa5\x50\xbc\x86\xaf\xbb\x2b\x4e\xbd\x07\x4c\xf3\xfa\x2f\xf5\xde\xa5\xc3\xcd\x1a\x93\x97\x0e\x37\xa0\xed\x25\xa7\xc3\x0d\xa8\xba\xa3\x2f\x1d\x6e\xd7\xf4\x06\xcb\x36\x6f\x30\xb7\xe9\x92\xa6\x7d\x03\xea\xfe\x39\xcf\xca\xbd\x8b\x73\x17\xd2\x02\x5e\x97\x0e\x2b\x60\x0c\xd8\xca\xa5\x68\xbb\xf6\xa9\x6f\x7c\x40\x2e\xe5\x18\x10\x16\xf7\xb8\x74\x4e\x01\x45\xe1\x7c\xe9\x9c\x02\xca\xde\xd6\x8c\xbc\xbb\xc8\x40\xcf\xe6\x8e\x65\xb0\x1c\x10\x03\x0e\x71\x19\x2b\x77\x51\xa4\x35\xad\xed\x78\xe9\x75\x02\x62\xf0\xe1\xbf\xf4\x3a\x5d\xfa\x93\x9a\x03\xd5\x9f\x74\x6d\x6d\x47\x6f\x95\x76\x40\x0c\x3e\xf3\xd7\xda\xfd\x38\xfd\x25\x23\x30\x7e\x0e\xa8\x26\x78\x5c\xba\x98\x2e\x0a\xa6\xa6\x95\x22\x2f\x45\x1b\x10\xd6\x1d\xb9\xd4\x6c\x97\x5e\x21\x0d\x5d\x97\x5e\x21\x20\xac\x62\x72\xe9\x15\xba\xf2\xf2\x32\xff\x6d\xdf\xe1\xc6\x34\xe5\xbf\xf9\x4a\x23\xd0\x8c\x39\xbe\x14\x68\x97\x02\xad\xb9\x7b\x2a\xd0\x80\x7d\xbe\xdd\xa5\x40\x03\x22\xa6\x57\x39\xb9\x64\x8b\x68\x77\xbe\x14\x68\x17\xf5\xb4\xb2\xb9\xc9\xea\xa9\x01\x56\x73\xf9\xa9\xbd\xae\xed\xa8\x61\xbe\xd5\x5e\x40\xec\x4f\xa3\xda\x0b\xd8\xc5\x27\x2e\xb5\x17\x10\x5a\x16\x2e\xb5\x17\xb0\x43\xea\x2f\xa5\xd7\x45\xd4\x5d\x6a\xf1\xbc\x14\x5a\xc0\x0e\x9d\xbd\x14\x5a\x40\x36\x64\xe8\xa5\xd0\xba\x14\x5a\xd6\xab\xbc\x14\x5a\x40\x36\x97\xb2\x42\x0b\x08\x39\xd4\xa5\xd0\x02\xc2\xf0\x9a\xcb\xc4\xf5\x4b\x37\x50\x73\x98\x8a\x2f\x20\xc2\xdd\x4c\xf1\x05\x2c\xcf\xff\xbb\x14\x5f\xc0\x3e\x25\xfd\x52\x7c\x01\xdf\x9f\xd9\xe6\x04\x51\xb5\x55\xab\xcd\xa5\xfa\x02\x42\x26\x7a\x29\xbe\x80\x5d\xa0\xe2\x52\x7c\x01\xd9\xe0\x5a\x97\xe2\xeb\x3a\xf7\x9c\xd9\xe6\x9c\x7d\xb0\x6b\x99\x5e\xaa\x2f\x60\x1f\x84\x75\xa9\xbe\x80\xb4\x82\xe2\xa5\xfa\x02\xd6\xde\x05\x75\x28\x01\xcb\x02\x03\x97\x82\x0c\x58\x46\x68\x5c\x0a\x32\x20\xf7\x66\xac\x20\xbb\x74\x31\x19\xad\x77\xa9\xc8\x80\xa5\x01\xe1\x52\x90\x01\x4b\x21\x7d\x29\xc8\x80\xef\x97\x3c\x39\x15\x19\xb0\xd6\xee\xbf\x53\xa6\x64\x52\x51\x5e\x6a\x22\x20\xd5\x31\x97\x9a\x08\x58\xc6\x11\x5e\x3a\x80\x80\x30\xe7\xe9\x32\x05\x06\xf8\xfe\x8c\x67\xa2\x74\x02\xd2\xba\x73\x97\xd2\xe9\xba\x77\xd7\x98\x0e\x55\x11\x90\xd2\xd1\xeb\xde\x5d\x73\x2b\xc1\x72\x74\x29\x8b\x2e\x9d\x42\x4e\xa4\xb2\xe8\x52\x16\xb5\x61\x77\x7d\x9e\x38\x85\xac\x2d\x76\xa9\x8b\x80\xef\x32\xee\x60\xc6\x0b\xb0\x2b\x77\x5e\x6a\x25\x60\x9b\xee\x2f\xb5\x12\xb0\xe6\x6e\x72\xec\x0f\x61\xbd\x6e\x7c\x6a\x25\x60\x1f\xa2\x73\xa9\x95\x2e\x3d\x47\x6d\x78\x99\x63\xff\x20\x0c\x9f\xb8\x14\x4b\x40\x36\x3f\x03\x8a\xa5\xeb\x71\x86\x90\xc0\x97\x6a\x09\x58\x9e\xb5\x7f\x29\x96\x80\x6c\x7e\x54\x14\x4b\xc0\x5a\x92\x4d\xc5\x12\xb0\x8f\x4b\xbe\x14\x4b\xd7\xeb\xf6\x8b\xb7\xea\x52\xce\x00\xab\xc4\x1f\x82\xc9\x2e\xd5\xce\xa5\x8f\xa7\x49\x0b\x94\x28\xc0\xf2\x98\xf0\x4b\x89\x02\xa4\x15\x3f\x2f\x25\x0a\xb0\x4f\x34\xbc\x94\x28\xc0\x2e\xb5\x77\xbd\xbb\x97\x18\xd4\x7e\xfe\x97\x4f\x51\x0f\x4f\x83\x1c\xdc\x6a\x94\x5b\x47\x4d\x43\x45\xdc\x6a\x0d\x20\x5b\x7a\xd9\xb0\x09\x47\xcd\xf2\xaa\x69\x93\x9f\x17\x96\xf5\xad\xb2\x00\x96\xa5\xae\x6e\x95\xc5\xad\xb2\x68\xf8\x51\x6e\x95\x05\xb0\x22\xfd\xe5\x69\x13\x86\xdf\x9f\xf7\xbc\x6c\xf2\xc3\xc4\xf6\x7f\x2b\x2d\x80\x5d\xa4\xef\x56\x5a\x00\xdf\x65\xb6\xbd\xb6\x61\x0c\x66\xa1\xdc\x6a\x0b\x20\x1b\xbb\xec\xad\xb6\xb8\xf5\xd3\x34\xec\xe5\xb7\x7e\x1a\x60\xd7\xef\xba\x55\x12\xb7\x31\x7e\x8d\xd5\x79\xab\x08\x6e\x63\xfc\x98\xf0\x5b\x45\x00\xec\x0c\xb3\x5b\x45\x00\x14\x83\x82\x6e\x15\x01\xd0\xad\x27\x77\x2b\x08\x80\x62\xbe\xf3\x6d\x84\xdf\xad\x4f\xc6\x6d\xf6\xd6\x27\x73\x5b\xc6\x17\x8e\x72\xab\x1b\x80\x62\xbd\xc9\x5b\xdd\x00\x74\xe3\xab\x6f\x75\x03\xd0\x34\xff\xdc\xea\x06\x20\xd3\x7f\x77\xdc\x1f\x74\xab\x30\xde\xca\x06\xa0\xfe\x86\xbf\xf3\xf9\x56\x94\xb6\x03\x52\x36\x00\xc5\x02\x25\xb7\xb2\x01\x68\xd6\xb4\xb9\x75\xde\x00\xcd\x43\x7e\x6e\x95\x04\x50\x7e\xbb\x5b\xce\x97\x35\xbf\x20\x4e\xb7\x4a\x02\xe8\x73\x8f\xc7\xf9\x32\x53\x08\x0e\x7f\x2b\x2e\x80\x62\xca\xeb\xad\xb8\x00\xaa\xc5\x56\x6f\xc5\xc5\xfd\x89\x8b\xd9\x61\xb8\xb7\xe2\x02\x68\x26\xb7\xdc\x8a\x8b\x7b\x17\x19\xf0\xbf\x9c\x9c\x0f\xa6\x31\x3d\xb7\x7a\x03\x28\xc6\xd8\xdf\xea\x0d\xa0\xc6\xfe\x7b\x27\x87\xc0\xc4\xb9\x7f\xe8\xe4\x34\x57\x13\xcf\xcc\xb8\x44\x60\xf6\x6e\x57\x9d\x9c\x0f\xba\xb1\xf9\xb7\x45\x07\x80\xd9\xbb\xfd\x72\x72\x3e\xa8\x4a\xa3\x5b\xbf\x13\x50\x3d\xe4\xef\xb6\x32\x01\x30\x3b\x7b\xdf\xad\x0c\x02\xaa\x1e\xdb\x5b\x19\x04\x54\x8b\x75\xdc\x9e\xfa\x01\x74\x3f\xcf\xb7\x19\x48\x40\xb7\xdc\xc8\x6d\x06\xd2\xdd\x99\x1c\x1f\x87\x5a\x09\x98\x9d\x8f\xca\xad\x56\xba\x3f\x61\x34\xad\x66\x7a\x2b\x8c\x80\x66\x2d\xec\xdb\xea\x05\x40\xd1\xef\x78\x2b\x95\x80\x32\x9a\x5d\x75\x26\x3a\x33\xb1\xbb\xea\x4c\x50\xa8\xcc\x0d\xf0\xd6\x67\x06\x34\x99\xdc\xad\x9e\x02\x8a\xe9\xd8\xb7\x82\xe9\xa6\xea\xc1\xbf\xcd\xce\xb0\x48\x60\x58\x67\xe5\x36\x2a\x12\xa8\xba\x15\x6f\x65\x15\x30\x3b\xdf\xa7\x5b\x59\x05\x54\xab\x28\xde\xfa\xdf\x6e\xfd\x6f\xf2\x92\x5b\xff\x1b\xd0\xa7\x2f\x83\xfe\x37\x60\xee\xfe\xab\xc7\x80\x6e\x81\xa0\x5b\x3d\x06\x34\xeb\x9f\xdf\xba\xdf\x80\x6e\xb9\x93\x5b\xf7\x1b\xd0\x25\xef\xb7\xc1\x94\x40\xdf\x3b\x98\xc1\x94\x40\xf9\xb7\x21\x9a\xb1\x05\xf4\x0e\x39\xbd\x95\x7b\x40\x53\x1c\xdc\xca\x3d\xa0\xeb\x96\xb9\x95\x7b\x40\x31\x59\xfd\x36\xbe\x12\x28\x16\xfc\xbf\x4d\xeb\xba\xf5\x0b\xca\x8d\x6e\xfd\x82\x40\x93\x58\xdc\xfa\x05\x81\xf8\xd7\x0b\x67\x4c\xe9\x28\xc3\xb9\xd5\x8e\xb7\xe7\x04\x36\x2f\x73\x32\xa6\x5f\x0c\xf7\x01\x7d\x85\x40\xf4\xf2\x07\x0d\x7d\x1b\x7e\x79\xcf\x3d\x33\x4c\xa0\xae\x44\xa0\x4f\x37\x05\x5d\x89\xb7\x42\x55\xc7\xfc\xad\x50\x05\x62\xbf\xb6\x0a\x55\xa0\xc4\x6e\x72\x1e\x3e\xe8\xfb\x23\x66\x60\xe5\xed\xc1\xe6\xcd\xff\x77\x1a\x3e\x68\xe6\x99\xdf\x0a\xdc\x9b\x3c\xaf\x9d\x3d\x73\xeb\x35\x04\x8a\x15\x75\x6e\xa5\xeb\x6d\xc0\xe4\x9e\x41\x03\x26\x81\xe8\x08\xbf\x5b\xe9\x0a\x14\x1d\x84\xb7\xd2\xf5\x56\xa6\x6a\xe5\xb8\xd5\xa9\x40\xb7\x56\xee\xad\x4e\x05\x9a\x25\x5e\x6f\x65\xea\x6d\x8c\x63\xc7\x30\x74\x1b\xe3\x08\x84\x87\x78\xdc\x7a\x20\x6f\xa5\xab\x46\xf7\x5b\xe9\x0a\x84\xb5\xbe\x6f\xa5\x2b\x10\x46\x51\xdd\xba\x1b\x6f\x8e\xef\x4b\xcb\xec\xde\x4a\x57\x60\xad\xea\x65\xf6\x96\xb3\x3e\xb2\x57\xfb\xe1\x52\xff\xa0\x59\xb8\xeb\x56\xa6\xde\x86\x20\x5a\x7f\xfa\x56\x81\x02\xcd\x4a\xa3\xb7\x2e\xc2\xdb\x50\xc1\xee\x76\xaa\x02\x05\x56\x47\xa7\xde\x2a\xd0\xfb\x74\xf0\x08\x8d\x5b\x3d\x08\x44\xf7\x5b\xa6\x1c\x04\xd2\xfa\xb2\xb7\x72\x10\xe8\x16\xf1\xb9\x95\x83\x40\xd5\xb8\x75\x2b\x07\x81\xd8\x9b\xa7\x6a\xf0\x3e\xed\x99\x9f\x03\xb5\x1f\x10\xfb\x3b\x72\xee\x9e\xf9\x40\xdd\x9d\xd5\x7e\x40\xec\xed\x53\xed\x77\xeb\x79\xeb\xee\xc5\x8a\x3f\x20\xf6\x26\xae\xf8\x03\xbe\xcb\xec\x88\x6f\xcb\x07\x7d\x34\x6f\xea\x7c\x13\x3b\x68\x49\xea\x5b\xf1\x77\x5f\xce\xf7\x6e\x73\xec\x38\xda\xda\x6e\x72\xec\x54\x74\xde\x7b\xaa\xba\x0e\xf8\x7e\x69\x9b\x83\xa7\xde\xc1\xde\x67\xd5\x75\xb7\x01\x80\x7b\x07\x55\x9e\x01\x66\x19\xde\xfa\xcb\x80\xd2\xd3\x8b\x1c\xd3\xe5\x98\x90\x62\xb7\x0e\xb3\x9b\xba\xcc\xbb\x49\xef\xd8\xad\xd4\x33\x7f\xeb\x56\xea\x01\xd5\xe3\xcc\x6f\xa5\xde\x6d\x60\x5f\x9f\xb6\xd9\xdb\x9b\xfd\xcc\x9e\xe9\xd9\xba\x15\x71\x7d\xda\xe6\x63\xb9\x7d\x2c\x2c\x3f\x45\x1c\x10\xff\xfe\xcc\x11\x70\x8a\x5f\xee\xcd\x43\x11\x07\xd4\x56\x6c\x72\x04\xa4\x6f\x6d\x3a\xa7\x86\x03\x4a\x48\xe1\x95\x70\xf7\xe3\x53\x51\x10\xa8\xce\x80\xb0\x80\xf6\xad\x3a\x03\xa2\x2b\x11\x54\x67\xf7\xe3\xf2\x73\xec\xea\x2e\xa0\x9a\xeb\x78\x5b\x8e\xe0\x56\x8a\x75\xb4\xca\xad\x14\xbb\x9f\x5d\xb8\x8a\x26\xc7\x49\x92\xd7\x5e\xcb\x4a\x31\x20\x2c\xf7\x7d\x2b\xc5\xee\xc7\x57\x5b\x25\xa1\x97\x0a\xa8\x56\x22\xbb\xf5\x52\xdd\xef\x1e\x14\xd3\xa1\x03\x0a\x68\xc6\x17\xde\x2a\x36\xa0\xa4\x75\x6f\x6e\x35\x19\x50\x8d\x3a\xba\xf5\x40\x01\xdf\x65\x0c\x54\x17\xd4\x4d\x92\x97\x07\xab\xde\xfa\x9b\x80\xd8\x4f\x45\x31\x07\x14\x2b\x68\xde\x8a\x39\x20\xf6\x74\x2b\xe6\x80\xef\xff\x1d\x81\x03\x7d\xf9\x64\x39\xb7\xaa\xb9\x5b\xe9\xd6\xf9\x9c\x3e\x4a\xb7\xe7\xb7\x47\x10\xb4\x0d\xdb\xb4\xf5\x26\x4d\xd3\x26\x37\x4e\x18\xc8\xa3\x28\x03\x42\x89\xff\xa8\xc9\x1e\xbd\x3d\x8c\xfd\x51\x93\x01\xdf\x2f\xbd\xe9\x65\x1b\xb5\x87\xd2\x7b\xde\x36\xf9\x5c\xd2\x9f\xbe\xb6\x7d\x5b\xee\x40\x1b\x3e\x0a\x30\x60\x9f\xa7\xfb\x28\xc0\x1e\xe3\xe9\xf4\x02\x3e\xba\x72\x80\xe8\xd1\xff\xfb\x7b\xfd\x18\x6e\xf7\x18\xe7\xe6\xd9\xa6\x8f\xca\x0b\x88\xbe\xef\xff\xd8\x84\xcf\x8e\xe5\xf9\xa8\xbc\x80\x70\x75\x3e\x2a\xaf\x07\x95\x95\x0a\xc0\x47\x99\x05\x34\x0b\x0c\x3e\xca\x2c\x20\x5c\x63\x8f\x32\xeb\xa1\xae\x71\x9a\xa7\xf9\x28\x8e\x80\x62\x5d\xff\x47\x71\x04\x74\x23\xf0\x1e\xc5\x11\xf0\xfd\xd2\x7e\x38\xcf\x95\xf5\x1f\xfe\xd2\x31\xa1\x8e\xd2\xb0\xf2\x47\x79\x04\x84\xb5\xc8\x1f\xe5\x11\x10\x1d\x51\xfb\x28\x8f\x1e\x93\xb2\xcc\x72\x7a\xd4\x47\x40\x74\x76\xc7\x47\x7d\xf4\x98\x94\x65\x3c\xdf\xa3\x40\x02\x96\x56\xc7\x47\x81\x04\x84\x2b\xf6\x51\x20\x3d\xc6\xce\x0d\x94\xc8\xa3\xf6\x01\xc2\x17\xe7\x51\xfb\x00\xd1\x97\x57\x39\xf6\xe6\xc3\xab\xfe\x9b\x03\x6d\x3c\x3c\xd7\xba\x4a\xe7\xa1\xe2\x5a\x0e\x3e\xf5\x8f\xba\x06\x08\x5f\xe0\x47\x5d\xf3\x7c\x22\x26\xac\xf3\xfe\x28\x62\x80\xef\x97\xb6\x39\x28\xea\x28\x58\x0a\xf2\x51\xc5\x3c\x78\x7c\xd2\x44\x81\x47\x19\x03\x0c\xf3\x70\x1e\x65\x0c\x50\xa4\x0d\x8f\x2e\x9f\x47\x97\x8f\x6f\xa1\xca\x06\x88\xfd\xc6\xa9\x6c\x80\x66\xa4\xc6\xa3\xb2\x01\xd2\x92\x5d\x8f\xca\xe6\x19\x3e\x28\xac\xec\x8f\x0a\xe5\x19\x8c\x09\x81\xf2\x28\x50\x1e\xbd\x3c\x03\x11\xf9\x28\x47\x80\x34\xae\xff\x51\x8e\x3c\xc3\xa7\xc2\xb7\xf9\x51\x68\x00\x21\x1f\x78\x14\x1a\x0f\xe5\x90\xd3\xf0\x93\x47\x42\x0f\x64\xb8\xe4\x25\xf4\x8f\xec\xdd\x52\xcd\x8f\xec\x1d\x28\xbf\x69\x93\x93\x66\xc2\x94\x35\x98\x1f\x13\xa6\x80\xe8\xbb\x69\xdf\xd4\x35\xcf\xd7\xff\x91\xbe\x03\x45\x99\xfd\xc8\xde\x81\x62\x2d\xfc\x47\x7a\xfe\x18\xfc\x37\x86\x6d\xae\x79\xea\x34\xec\x1d\x48\xc6\x0e\x44\x47\xde\x3c\x32\x76\xe0\xfb\xa5\x97\xb9\xe6\x61\xf1\x03\x23\xc7\x23\x89\x7f\x8c\x11\xb4\x3c\xf4\x23\x8b\x07\x42\xe2\xf0\xc8\xe2\x81\xef\x32\x7f\xea\x7c\x04\xc4\x04\x81\xf3\x48\xe3\x9f\x7d\x0e\x0c\xdf\x9e\x47\x17\x14\x90\x06\x26\x3e\xba\xa0\x1e\x53\xa6\x86\xfb\x82\x29\x53\x40\xec\xed\xd7\xe8\xc2\xc7\x94\x29\xeb\xab\x3d\xa6\x4c\x01\xa5\xf1\xb9\x78\x8c\x2e\x7c\x14\x0a\x83\xcf\xe7\xa3\x50\x78\x2c\x7f\xe6\x10\x14\x0a\x8f\x0e\x2d\x0d\xfc\x8f\xaa\x00\x88\xbd\x25\xab\x0a\x80\xef\x32\x86\x60\x1e\x15\x50\x2c\x94\xf8\x98\x47\xf5\xe8\xf7\xb2\x02\xf5\xa3\xdf\x0b\x48\x0b\xda\x3d\xea\x09\x20\x96\xfb\xb0\x7a\x02\xc8\x68\x36\x39\x76\x53\xab\x8c\x6e\x78\xf4\x7b\x01\x4b\x06\xf3\x18\xf8\x08\x7c\x97\x31\x6d\x46\x3e\x02\xe1\xb9\x05\x8f\xd5\x25\x80\xd8\x5f\x08\xc5\x09\x90\xba\x60\x1f\xc5\x09\x90\x7a\xc0\x1f\xc3\x23\x81\xf4\x78\xd7\x47\xb9\xf2\x6c\x4f\x1b\x9d\x55\xae\x3c\x26\x56\x0d\x1f\x81\x42\x04\x48\xe3\x51\x1f\x13\xab\x1e\xc3\x23\x87\xbb\xb5\xe1\x91\x40\x18\x2b\xf1\xe8\x7c\x7b\x0c\x8f\xb4\x10\xf5\xa3\xf7\x0d\x08\x33\x13\x1f\x55\xcd\x73\xf8\x8c\xdd\xe8\x75\xb5\x01\x69\x48\xf9\xa3\xab\xed\x39\x7c\xc6\x6e\x93\x86\x39\x02\xb1\xba\x97\xf9\x8c\x0f\xf3\xdb\x19\xbb\xde\xb7\xe7\x70\x54\xee\xc3\x3a\xd6\x80\x0c\x37\x1e\x1d\x6b\x40\x6b\xf3\x0f\x05\x46\x1f\xfd\x6e\x40\xd1\xfc\xfb\xe8\x77\x7b\xf4\xbb\x0d\x77\xee\x63\x0f\xf0\x45\x8f\xd1\x71\xfd\x6e\x8f\x4e\x36\x83\xbd\x1e\x55\x15\x50\xf6\xaa\x53\x55\x3d\xaa\x9e\xb1\x7f\x6a\xcf\x4f\xd2\xf7\x8a\x4d\xf6\xfc\xf4\xa3\xe2\x4a\x51\xa8\x00\xab\xbb\x2c\xf4\x52\x3d\x3a\x83\x26\x6e\xb6\x47\x67\x10\x10\x96\xd9\x7a\x54\x1b\xc0\xb2\x56\xcc\xa3\xdc\x00\x22\xed\xad\x72\xe3\xf1\xe4\x42\xf7\x5f\xd5\x06\x30\xb5\x10\x3d\x86\xe7\x3d\x54\x52\x4b\xeb\x51\x3e\x4a\x0b\x60\xd7\x7b\x7d\xf4\x22\x01\xdf\x65\x3c\x35\xdd\x48\xc0\x76\x9b\x3c\x7a\x91\x1e\x73\x86\x34\x25\x3d\x4a\x0b\x60\xfb\x48\x1e\xa5\xc5\x43\x3c\x5c\x5a\xe3\xf9\xb9\x77\x47\x5e\x1c\x0b\x74\x57\xd1\xf0\x98\xf9\x63\xc5\xfb\x47\x85\x00\xa4\xe9\x24\x8f\x0a\xe1\x31\x3e\x6d\xfa\x52\xcb\xf3\x1f\x5d\x2e\x6e\x5e\xf2\xfc\xe7\x75\xa4\x2e\x3c\x23\xc8\x80\xb4\xc4\xe3\x23\x81\x7f\xa8\xb5\x90\x13\x0b\xd3\x63\xd8\xd7\x63\xe2\x8c\x43\x90\x86\x03\x69\x1c\xe8\x23\x0d\x07\xb2\xb9\xc5\x49\xc3\x1f\x7d\x2a\xee\xc8\xef\xee\xc6\xc5\x55\xfe\xbd\x4f\xca\xb4\x19\x6d\x9d\x8f\x34\x1c\x48\xcf\xa1\x7d\x74\xaa\x3c\x32\x73\xb3\x69\x5f\x99\xf9\x4b\x89\xb1\xb4\xdc\xf2\x6b\x4c\x17\xb0\x0c\x2b\x7a\xf5\xb3\xbc\x12\x78\xcb\x2d\xbf\x12\x78\x60\xbb\x68\x5e\x09\xfc\x6b\x46\xcc\x1c\xfe\x34\x6c\xc3\xed\x35\xbd\xc1\xb2\x69\x79\x59\xa7\x2d\x6d\x4b\x7c\x12\xde\xe0\xb0\xc9\xf9\xb0\xbb\xcc\xc7\x5b\x7c\x06\x7c\x51\x5f\x2b\x91\x01\xdb\x2d\xf4\x1a\x77\xf5\xca\xd6\xa5\xae\xaf\x6c\x1d\x08\x73\x84\x5f\xe9\x38\xb0\x7a\xf5\x2a\x47\xa0\x07\xc5\x1a\x4f\x6f\xd9\x37\x3d\xf1\xea\x32\x50\x3d\x28\xc0\x76\x28\xbd\xf2\x78\x60\x79\x9a\xd8\x2b\x8f\x7f\x3f\xd2\x9e\x7e\xee\x5e\x49\xfb\x6b\xa5\x03\xcd\x73\xaf\x2e\x0e\x20\x2c\x33\xf1\xea\xe3\x00\x52\x8f\xe5\xab\x8f\xe3\x95\xb4\xcf\xfd\x6f\x4e\x1a\x87\x91\x68\x8b\x7b\x25\xed\xc0\x3e\x31\xf5\x95\xb4\xbf\xd5\xb7\xc5\xde\x4a\xbd\x81\xe5\xc1\x93\xaf\xd4\xfb\x35\xf9\xc4\x6c\xf4\xd7\xe4\x13\x20\x1b\xb2\xe3\x95\x66\xbf\xcd\xf5\xcd\x2e\xfd\xea\x4f\x00\x96\xa1\x25\xaf\x9c\xfa\xd5\x79\x60\x29\xeb\x57\x06\x0d\x84\x69\xe0\xaf\xde\x83\xd7\x1c\x15\xab\x2e\xbf\x32\x68\x60\x57\xc7\x7b\xf5\x15\x00\x2b\x78\x0f\x5e\x39\xf5\xdb\x5d\x0a\x6c\x59\xaf\x9e\x01\x20\x0d\x58\x7e\x25\xd5\xaf\xa4\xda\x92\xf9\xaf\xa4\x1a\xd8\xd5\xda\x5f\x49\x35\xb0\x3c\xb1\xe9\x35\xb2\x0a\xd8\xde\xc0\x57\x9a\xfd\x9a\x2a\x63\x55\xe7\x57\x52\xfd\x9a\x2a\xe3\xa3\x92\x54\xbf\x38\x02\x76\x95\xed\x57\xbe\x0c\x2c\xcb\xad\xbc\x7a\x02\x80\x65\xfc\xdb\xab\x27\xe0\x1d\xbb\xb7\x5c\xa6\x41\x1f\xd8\xbe\xc5\x57\x06\xfd\x0e\x4f\x6a\x64\x53\x7f\xc7\xfe\xa9\x47\x18\x32\x76\x8d\xe4\xaf\x41\x51\xd6\xcc\x7c\xb5\x92\x03\x69\x65\xcd\x57\x2b\x39\xb0\xdd\xbb\xaf\xa4\x1a\xf8\x7e\xc9\x1b\x2a\xab\x06\x52\x97\xc4\xab\x99\xfc\x95\x68\x47\xf1\xa7\x4e\x1b\x44\xdb\x5c\x85\x57\xa2\x0d\x74\x8f\x26\x7c\x35\x93\x03\xc5\x54\xc2\x57\xea\x0d\x74\xfd\x41\xaf\xd4\xfb\xd5\x98\x1e\xe5\x0f\x5f\xec\x57\x5b\x3b\x30\xf7\x76\x23\x59\x07\xfa\xdc\x9d\xf4\x69\x7c\x30\xf7\xde\x25\x59\x07\xaa\x15\xf6\x5f\xb9\x3a\xd0\x3c\x8c\xf9\x95\xab\x03\x45\xa1\xf5\xca\xd5\xdf\x8f\x84\xcf\xbd\xff\xc8\xc1\x81\x3e\x7c\x6d\xe4\xe0\xef\xc7\xb7\x67\x43\x55\xbd\xf2\x6d\x60\xee\x05\xa6\xd9\x1c\x98\xfb\x7d\x33\x2e\xec\xfd\x18\xf8\xdc\x8f\x5f\x06\x0e\x34\x8f\xfd\x7b\x25\xe0\xc0\xd4\x3f\xfc\x4a\xc0\x81\xae\xb3\xf9\x35\xbd\x07\x98\x96\xc7\x78\xa5\xe4\x40\x35\x1c\xfc\x95\x92\xbf\x6b\x2f\x1b\xdb\x1c\xe4\x47\xc3\xa7\xa7\x9a\xbe\xc6\x98\x01\xd5\x44\x8f\x57\xd3\x3d\x30\x3d\x8e\xf4\x95\xa4\x03\xc5\x64\xd0\x57\x92\x0e\x54\x4f\x89\x79\xe5\xe8\xc0\xd4\xeb\xf3\xca\xd1\x81\x62\x35\x8b\x57\x8a\x0e\xd4\xbd\xc5\x4a\xd1\xdf\x5d\xa3\x98\x71\x4b\xd1\x81\xa9\x2f\xf0\x95\xa2\xbf\x52\x74\x2b\x70\xbf\x52\xf4\xf7\xe3\xde\xd3\xc0\xa8\x57\xee\x0d\x94\xbd\x04\xe4\xde\x40\xb5\x72\xc0\x2b\xf7\x06\xbe\x3f\x63\x48\x92\xef\xd7\x82\x08\x76\x56\xf2\x0d\x0c\x95\xf5\x2b\xf9\x06\xba\xd1\x4d\xaf\xbe\x02\xa0\x2d\xe7\xd5\xd4\x24\xa0\x6b\xa1\x7f\x8d\x85\x03\xa6\x9e\xbf\x57\x87\x02\xd0\x35\xeb\xbc\xf2\x78\x60\x1a\xc3\xf5\xca\xe3\x81\x96\xbb\xfb\xce\x05\x41\x74\x9e\xbc\xf2\x4a\xe3\x5f\x69\xbc\xe6\xfe\x57\x1a\x0f\x14\xa3\x6d\x5e\x69\x3c\x50\x4c\xf8\x7f\x75\x4e\xbc\x3a\x27\x3c\x4c\xe1\xd5\x39\x01\x54\x0d\xba\xaf\xce\x89\xf7\x70\x9f\x40\x5c\xbd\xd2\x78\x20\xb4\x02\xbc\xd2\xf8\x57\x1f\x86\xb2\xe6\xd5\x87\xf1\x42\xed\xad\x5a\xfa\xca\xec\x81\xb2\x45\xe9\x2b\xb5\x07\x8a\xa9\x55\xaf\xdc\xfd\x35\x5f\xe9\xdf\x1d\x1c\x29\x67\xbb\xac\xe6\x2f\x1d\xe8\x07\x61\x42\xda\x2b\x9d\x07\x22\x1c\xbb\x74\x1e\x28\x06\x9d\xbf\xba\x4d\x80\x66\xfc\xd7\x2b\xc1\x07\x96\xdc\xec\x95\xe0\xbf\xe7\x1e\x3a\x0f\x4a\x8f\x08\x30\x4c\x52\x7f\x8d\x8f\x7b\x2d\x93\xa0\xc8\x7b\xf5\x88\x00\xc5\xa2\xb9\xaf\xd2\xe0\x3d\x1d\x53\xb3\x6b\x8e\xe9\x83\xaa\x54\x7b\xf5\x74\x00\x45\xef\xe5\xab\xa7\xe3\xbd\x7c\xa9\x1d\xba\x72\x01\x68\xa6\xf6\xbf\x06\xb5\x01\x5d\x5f\xe8\xab\xf3\xe3\xb5\x4a\x82\x5e\xda\x57\xef\xc7\x6b\x9a\x91\x5d\xd3\xfb\x01\xf4\x9f\x5f\x11\x9d\x1f\xaf\x51\x6d\x16\x10\x7f\xf5\x7e\xbc\x9e\xff\x62\x6f\x8d\x6a\x03\xaa\xc5\xf6\x5f\xa3\xda\x5e\x5d\x1d\x41\x54\xdb\xab\xf8\x00\xfa\xfe\xb0\x5c\x7b\x50\xaf\x97\xf1\x53\xdd\x1f\x40\x97\x45\xbf\x7a\x3f\x80\xea\x01\x25\xaf\x12\x05\xf8\x7e\xc9\x74\xa8\x51\x80\x61\x81\x9e\x57\x89\x02\x14\x0b\x7b\xbc\x4a\x14\x60\x58\x86\xe4\xd5\x6d\xf2\xde\xae\x5b\xd9\x94\x7e\x13\xa0\x58\xed\xeb\xb5\xd8\x33\xd0\x35\x33\xbe\x7a\x52\x5e\xf5\x4e\xec\x7b\xba\x94\x6f\x52\x63\x5c\x1d\xea\x1d\xa0\x37\xb9\xab\x9e\x14\xa0\x05\x3a\xe6\xd5\x93\x02\xd4\xb1\x7f\xe8\x04\xe1\x49\x31\x2a\xfa\x55\x14\xbd\x56\x4d\x08\x07\x60\xe8\x1b\xd0\x3c\xd7\xe4\xd5\xb9\xf2\xaa\x9d\xcc\xe7\x7c\xd5\x4e\xc0\xb0\x48\xe2\xab\x76\x02\xc6\x9f\xca\x9c\xbc\x46\xc6\x01\x43\x87\xe9\x6b\x64\xdc\xab\x8b\x66\xbf\x70\xba\x68\x80\x61\xa5\x88\x57\x17\x0d\x30\xac\x6b\xf1\xea\xa1\x01\x4a\xdf\x7f\xe6\xf4\x3d\xc4\xef\xf8\x60\x55\x6e\xaf\x95\x17\xf6\x3b\xae\x8b\x06\x28\xda\x59\x5e\xa3\xe5\x80\x91\x7b\xc4\xce\xdf\xe3\x02\xf3\x06\x7a\x6d\x80\xa6\x03\xe5\x35\xb7\xe8\xd5\x91\x13\x4e\xa0\x3a\x10\x18\xb9\x9b\x9c\x3f\x0a\xf8\x2d\x67\x5e\x3f\xce\xab\xd3\x66\x33\x5b\x9d\x36\x40\x0d\x79\x81\x02\x12\x28\x96\xe5\x79\x15\x90\x40\xfd\xd7\xe4\x6c\xe8\xa1\x31\x56\xf3\x55\x1b\x02\xdd\x73\xf9\x5f\xa5\xe1\xab\x0e\x64\xed\xe4\x0f\x1d\x28\x34\xce\xe2\xc8\x1f\x09\x40\x42\x1b\x9f\x3a\xca\x1f\x09\x40\x42\xc3\xb1\x9d\x3f\xc4\xa2\xd0\xe6\xbe\xaa\xdb\xc4\x32\xf9\x3e\x00\xf9\x43\x2b\x0a\x83\xf2\x20\xf9\x43\x2b\x0a\x95\xc2\xb9\xf9\x43\x2a\xe6\x4f\x5d\x18\xdf\xbb\x9b\x3f\x74\xa1\xd0\xc9\xd1\xca\x1f\xba\x50\xe8\xbf\xdd\xfd\xd3\xa6\x93\x5b\x16\x9a\x2e\x9b\xf6\x64\x38\xa4\xdb\xb6\x9b\xcb\xfc\xe5\x63\x93\x54\x7a\xda\x8f\xd7\x36\xbc\xf0\x76\xad\x38\x3f\x1f\xf4\x91\xdc\xa0\x38\x3f\x1f\x0c\x4a\x7c\xe4\xaf\x38\x3f\x94\x02\xc4\x6b\x96\xbf\xe2\xfc\x28\x45\x63\xb7\x39\x41\x05\xa3\x7e\x32\x8d\xc5\x09\xfa\x20\x39\xf1\x32\x7f\xc5\x09\xe2\xb4\x7d\xca\x57\xe4\xaf\x38\x41\x64\x0a\x61\xf9\xcf\x1f\x99\x42\xc2\xf7\xff\xf6\xcc\x39\xa3\x0e\x03\xe5\xba\xf3\x57\x9c\xb3\x82\x4d\x29\xec\xac\x73\xb6\xcf\xe7\xb4\xc9\x39\xd3\x3f\x15\x61\x37\x9c\xb3\x0f\x1a\xbe\xd2\xfc\x15\xe7\x8c\x5c\xa1\xba\x87\xe4\x94\x15\xbc\x68\x8d\x99\xad\x4e\x59\x65\x23\x4e\x3a\x5b\x9d\xb2\xea\x94\xf1\x7c\xab\x53\x46\x60\xe0\xb4\xfb\xd5\x29\xa3\x40\x60\xfd\xe8\x67\xfe\xaa\x33\x66\x49\x87\xb0\xff\xd5\xf9\xa9\xce\x0f\x7d\xad\xce\x4f\xdd\xfd\x67\xce\xaa\xfd\xaf\x3e\x73\xbb\x61\xff\x11\xc4\x84\x71\xe4\xaf\xda\xff\x0f\x46\x3a\xa4\x66\xff\x9b\x1b\xe5\xa2\x6b\xcd\xde\x5a\xbf\xbb\xd2\x8d\x66\x6f\x9b\x07\x1c\x2e\xdb\x7c\x9a\xcd\xae\x31\x82\x66\xd7\x94\xcd\xb1\xe8\x5a\xf3\xd9\x7d\xd0\x39\x43\x36\x7f\xcd\x47\xa7\x6c\xe6\x30\x84\xfc\x35\x1f\xd4\x07\x95\xe3\xd1\xf2\xd7\x7c\x50\xf8\xa2\x7e\xce\x5a\x73\x9c\x2a\x69\x92\xcd\xf2\xd7\x1c\x68\xf3\xa4\x7b\xef\xe9\x40\x4d\x35\x0a\x17\x77\xf7\xb1\x20\xa5\x87\xaf\x45\x77\xa0\x9d\x93\x39\x5c\x1c\xdd\x81\xaa\xa4\xc3\x77\xa0\xfb\x5c\x3a\xaf\xba\xfd\xe8\x8e\x5d\xf7\x14\x96\x9c\xfc\x75\x07\xcf\x81\xa0\xc4\xd8\xe7\xaf\x3b\xf6\xee\x40\x1d\x55\x77\xa0\x9d\x93\xb9\x16\xd3\xd6\x1d\xa8\x52\x9a\xb3\x95\xf2\xd7\x1d\x29\x95\x28\xc8\x1d\xcf\x5f\x77\xa0\x1f\x04\x5f\xdb\xfc\xf5\x3d\xd0\x97\x44\x6e\x7e\x38\x7c\xa2\x83\x22\xed\xc1\x2d\x87\x43\x1f\x95\x26\x3a\x3b\x1c\x27\x1a\xbc\x77\xc6\x34\x1c\xe6\x07\x41\x21\xeb\xfc\x0d\x87\x49\xa5\x41\xcc\xbb\xf9\x1b\x2e\xc8\xb1\x47\x4e\x2f\x86\x23\xff\xa0\x97\xfd\xff\x8e\x7c\xf0\x65\x0b\xff\xcc\xa7\x3e\xf6\x64\xf0\x50\x86\x93\x31\xd8\xd2\xc2\x3f\x73\x32\x28\x60\x31\x97\xfd\x77\x2e\xac\x47\x48\x66\x48\xfe\x86\x93\x61\x3d\x42\xd7\xf2\x70\x32\x0c\xa1\x5b\xbf\xff\xfe\x4e\xe7\x6f\x3a\x59\x93\x92\x14\xde\x7f\x3a\x59\x9e\x46\x84\x2d\x39\x7f\xd3\x85\x32\x9d\x40\xa6\x79\x3a\x81\x93\xe8\xa4\xc2\x60\xa6\x13\x48\x88\x5d\xae\x1f\x5d\x9f\xce\xe0\x07\x9d\x7a\x37\xf9\x9b\xce\x20\xe7\x11\x25\x99\x0b\xf9\x9b\x4e\xd7\x74\xba\x6c\x72\xba\x76\x55\x43\x6f\xe0\xfe\x66\x3c\x1d\x36\xed\xfc\x4d\xe7\x66\x22\x80\x5d\xe9\xd3\xa9\xe1\xa0\xa1\xbe\xff\xcc\xa9\xd1\xd5\x46\x25\xb8\xfc\x85\x83\x0a\xcf\xa5\xe3\xa9\x85\x83\xd2\xd5\x86\x6e\xca\x5f\x38\xaa\x60\xf5\x2f\x7f\xe9\xa0\x08\x98\x9b\xbe\xbe\xe1\xa0\xac\xd0\xc1\xd1\x11\xf9\x0b\x97\x05\x15\x3a\xf6\xde\x18\x8e\xd3\xa3\x4d\x5d\x9c\xe1\x38\x75\xc8\x2d\xdf\x9b\x70\xa0\x41\x40\xba\x93\x1b\xae\x14\x1d\x72\x18\xcc\xf2\x17\x2e\x15\x6a\x18\x12\x31\x97\xbf\x70\x3a\x82\x8d\xd0\xed\x2c\x9c\x0e\x7d\x74\xcb\xad\x36\xf6\x7c\xa8\xf2\xf8\xe5\x72\x29\x7c\xd0\xa9\xca\x94\xbf\xe5\x52\xf8\x60\x35\xa7\x7b\x39\x69\x8b\x95\xb0\xbc\xca\x49\x5b\x70\x20\x17\xec\x72\xce\x96\xf9\x30\xf4\x62\x39\x67\x6b\x4f\x10\x2b\x61\x39\x41\x1f\x64\x75\x59\x2f\x27\x68\xb1\x10\xdc\x67\x97\x13\x64\x10\xe0\xf2\xe3\xb4\x9c\xa0\x5d\x87\xc4\x26\x27\x68\xf1\x2a\xb9\xf5\x2e\xe7\x47\x6f\xdc\xda\xfd\x70\xe4\x8b\x73\x62\xdc\xdf\xd2\x91\x7f\x60\xdd\x97\xfc\xa5\x23\x4f\xaa\xd5\xef\xab\x1c\xb9\x16\x01\xb2\x31\xf2\x97\x0e\x9d\xf0\x41\xe2\xcf\xf2\x97\x0e\xdd\x6a\x25\x4b\xfa\x94\x8e\xfd\x83\x59\xfc\x52\xa4\xeb\x25\x9d\x8e\xca\xe3\x4c\xa7\x03\x9b\xc0\xfe\xa0\xa4\xd3\x61\x94\x21\x67\x70\xe6\x2f\x9d\x0f\x8c\x02\xfb\x2b\x96\x4e\x47\x1e\x5e\xc6\xe4\xa6\xf3\x91\x24\xcb\xca\x8c\xd2\xf9\x30\xb5\x6e\x49\x2d\xd2\x05\x93\x64\x09\xfb\xe5\x4c\x17\x8c\x9e\xbc\x4d\x2d\x0e\x27\xe4\x20\x4b\xd8\x2d\xee\x70\x42\x0e\xb2\x84\xdd\xdb\x0f\xe7\x03\xab\xc0\x1a\xdc\xf3\x70\x3e\xb4\x0a\x2c\x17\xe9\xe1\xe0\xc9\xad\xfb\xb9\x20\x0f\xc7\xae\x73\x8f\x13\x10\xf2\x77\x38\xaa\x0f\xda\xe6\x5e\x87\x83\xb2\x08\xe2\x72\x3f\x39\x1c\xd5\x41\xc6\xb7\x9f\xa7\xc3\x41\x1d\x6e\x98\x8d\x51\x1d\x7b\x54\x7c\x26\xf7\x65\xae\x85\xc3\x33\x3e\xb8\xea\x74\x2d\x9c\xe4\xc8\xbb\x21\x9e\x0e\x1d\x13\x40\x71\xc9\x9f\x0e\xfd\x74\x2d\x74\x66\xe8\x74\xec\x84\x4e\xee\xef\xce\xe9\xd8\x4f\x92\xe4\xe5\x33\xa7\x4b\xe1\x83\x46\x52\x55\xfe\x4e\x67\x83\x2a\x26\x7b\xef\x3b\x9d\x0d\xa3\x29\x97\x9f\xa7\xd3\xa5\x40\x19\x93\xbd\x07\x9f\xae\x84\x0f\xfa\x74\xc1\x9c\xce\xd9\x07\x7d\x7f\x77\x4e\xe7\xec\x83\x3a\xe4\x07\xa7\x53\x66\xe0\xe4\x92\x70\x9f\xce\x0f\x81\x93\x7b\xe7\x38\x9d\x1f\xcd\x09\x14\xb9\xcf\xdf\xe5\x6c\x50\xa1\xa4\xb9\x43\x5e\xce\x86\xb6\x83\xfd\xe5\xbc\x1c\xfa\xc5\xd0\x7d\x8f\x2f\x87\x8e\xed\x60\x6f\xa4\x97\x43\xd7\x76\xb0\x9c\x8e\xcb\xb1\x5f\xbc\x05\x6e\x27\x97\x43\xd7\xe3\x49\xba\x54\xfe\x2e\x07\xfa\x41\x2d\x3e\xbb\xcb\x81\x6a\x4f\x40\x7a\xe5\xef\x72\x54\x1f\xd4\xbe\xff\x6d\x8f\x8a\x64\xf0\xe0\x97\xb7\x4f\x1d\x73\xc2\xde\xd5\x6e\xc7\x79\x5b\x89\x85\x1f\xde\x8e\x53\x73\x02\xe7\xae\xe4\xef\xf6\xa9\xdf\x3c\x75\x77\x9d\xdb\xa1\xdf\x0e\x6a\xd8\xe6\xa0\x6e\x07\xe5\x3d\x1d\x94\x56\x81\xef\x65\xf9\xef\xaf\xf5\xed\x00\x29\x2d\x92\xd2\x91\xdb\x27\x69\x69\x11\xf9\xe0\xed\xe2\xdf\x85\x15\x99\xfa\xdb\x59\xd0\x95\xba\x94\x4e\xb7\xd3\x80\x2b\x75\xff\xd9\xe3\x34\x3c\x3e\x6f\xd9\xf6\xe3\x3c\x7c\x50\x9b\x1c\xf1\x71\x1e\xa8\x37\x92\x92\xae\xc7\x69\x30\x3b\x6e\xf9\xae\x3e\x3e\xdc\x87\x75\xed\x57\xf2\x71\x1a\x1e\x28\xe2\xfe\x7f\xa7\xe1\xe1\x24\x42\xb7\x8c\xc7\x65\xad\xab\x76\xa9\x20\x1e\x87\xfe\x38\x74\x06\xf0\x38\x74\x05\xff\x72\x87\x7b\x1c\xbb\x27\xd7\xfa\x12\x3e\x8e\xfd\xd9\x63\x67\xee\x1f\xc7\xfe\xb0\x04\x64\xaf\xaf\x63\x37\x8b\x6e\x13\xaa\xd7\x27\x49\x4c\x66\x75\x75\xbe\x2e\xe2\x17\x17\x92\xcf\xf6\x75\x9c\xfa\x82\xf7\x4d\x5f\x47\x85\x94\xef\x7e\xd3\x5f\x47\xa5\x6e\x5f\xbe\x9a\xaf\xdd\xc5\xa7\x4b\x78\x55\xfe\x5e\xbb\xfb\xf2\x1a\xfa\x65\x7e\xed\xad\x52\x9e\x53\x70\xb2\x28\xe5\xcb\x4f\x42\xc3\xeb\x5a\x14\xee\x40\x21\x66\x21\x8b\xc2\xbd\x98\x4e\x47\xcd\xfe\x2c\x2a\xf7\x62\xe9\x0e\xf6\xed\xa2\x72\x07\xbe\xcb\x6c\x9b\xb6\x51\x4f\x8b\x39\x2a\x4a\xf7\xa2\x74\x5f\xac\xf6\xa2\x74\x07\x3c\xf0\x37\x8b\xd2\xbd\x94\xdd\x37\xda\x14\xcd\xc0\x5a\xfe\x9b\xa2\xb9\x28\x9a\x39\x47\x2b\x8b\xa2\xb9\x58\xbd\xd0\x21\x28\x9a\x8b\x59\x71\xd4\x19\xca\xa2\x6a\x06\x96\x32\xab\xa8\x9a\x8b\x12\x99\x12\x42\x59\x94\xc8\x40\xa1\x0c\x71\x96\xb2\xfb\xb6\xeb\xee\x24\x6d\x8f\x6d\x4e\xb9\x37\x60\xca\x8b\x61\x97\xa4\x2b\x66\x51\xc4\x02\x3d\xed\xae\x22\x16\xe8\xe9\x3d\x15\xb1\xa5\x4e\x7f\xc9\xbf\xa9\x58\x81\x20\xc4\x38\x0b\x99\x6b\x59\x14\xb1\x94\xd0\xc9\xa2\x88\x05\x96\x1f\xad\xa2\x88\x2d\x7a\x75\xa9\x38\x93\xa5\xee\xbe\xb9\x78\xb9\x4c\x15\x0b\x2c\xea\x9c\x65\x21\x9e\x52\xe8\x8a\xa5\xa2\xae\x05\xc2\xed\xb1\xa8\x6b\x8b\x21\x96\x14\xa6\xc9\xd2\x1c\x41\xf3\x19\xf8\xff\x3e\x03\xeb\xde\x53\x86\x26\x4b\xf3\x19\x58\xf7\x3e\xfd\x37\xc7\x69\xd8\x25\x45\x67\xb2\xa8\x75\x81\xc1\x81\x04\x59\x9a\xcf\x80\x52\xf8\xee\x1f\x45\xf5\x5b\x7a\xf5\x97\xdc\x54\x29\x0a\x8c\x1f\xec\xb0\xa8\x44\x8b\xb5\x31\x48\x0a\xcf\xd2\xed\xc7\x07\x83\xa3\x0c\xb2\xa8\x44\x8b\x35\xee\x29\xa3\x92\x45\x29\x0a\x78\x68\x44\x96\x6e\xd7\x3e\xe8\x95\x17\xb2\x74\xbb\x66\xa4\xa4\xe3\xec\xbb\x6b\x26\x97\xd8\x74\xd9\x84\xaf\x91\xaf\x7f\x51\xae\x02\xd5\xaf\x67\x51\xae\x96\x4e\xdc\x17\x84\xb7\xa8\x4d\x81\xe8\xce\x8f\xda\xb4\x58\x1a\x9f\x62\x2e\x59\x86\x0f\x6a\x70\x10\x8b\x7d\x55\xaf\x16\x65\x27\xc5\x62\xb2\x28\x3b\x81\x4e\xd6\x79\x16\x65\x67\xb1\x90\x06\xe9\x7c\x59\x86\x63\x42\x77\x12\x10\x92\x45\xd9\x59\x86\xab\xcf\x05\xa3\xc8\x04\x3a\x81\x18\x59\xd4\x98\x40\x1b\x0e\x4a\x8d\x59\xf4\x36\xa7\x8b\x54\xc5\x08\x04\x11\x16\x59\x14\x8c\x40\x74\x88\x77\x51\x30\x96\x7d\xd6\x16\xb7\x54\x30\x02\xa1\xd5\xa9\xa8\x17\x81\xe6\x8e\x58\xd4\x8b\xc5\x08\x4e\x8a\xab\x67\x51\x1c\x16\x23\x38\xe1\xe2\x45\x71\x08\xd4\xee\xa4\x4d\x87\x69\x50\x27\xb9\x2b\x59\xa6\xcf\xce\xc3\x6a\x7d\x8b\x95\x90\xc0\x77\x99\x6d\x0e\xfd\x83\x46\x34\x45\x96\xb9\x87\xce\xf3\xac\xe3\xbf\xbf\xd7\x25\x7c\xdc\xc6\x7c\x62\x48\x2a\xe1\x5c\x05\x69\xa0\x4e\xa9\x3a\x14\x08\x32\x84\xb2\xa8\x43\x8b\x3a\x94\xcc\xf2\x2c\xea\xd0\x62\xc8\xa7\x6b\x5a\x1d\x0a\xd4\xea\x56\xa3\x0e\x05\x6a\x74\xaf\x72\x99\x7c\x50\xbb\x5b\x88\x32\x14\x68\x03\xfa\x57\x94\xa1\x40\x74\x97\xa1\x2a\xb4\x58\x4e\x32\xdd\xdb\xd5\x97\x85\xe3\x6e\xbb\x6b\x4e\x2d\x09\xd4\xbd\xa3\xaa\x25\x8b\x81\x9c\x78\x59\xb2\x28\x00\x8b\x81\x9c\xe8\xcb\xb2\xec\xac\x9a\x10\x63\x7f\x16\x35\x61\x31\x90\xb3\x33\x67\x6a\xc2\x62\x20\x27\xde\x84\x2c\x8a\x42\xa0\x13\x9f\x92\x45\x4d\x08\x7c\x97\xd1\x5d\x45\x21\x50\x08\x01\xc8\xa2\x28\x04\xa2\xbb\xc2\x96\x83\x5a\x04\x78\x63\xd7\x2c\xcb\xe7\xbf\x5e\xff\x8c\xa7\xa2\x4e\x04\x82\x60\xeb\x2c\xea\xc4\x62\x4a\x99\xaf\x9b\x3a\x11\x68\xfb\x6b\xa2\x4c\x2c\xe9\xb6\x85\xb1\xbc\x28\x00\x81\xa5\x85\xae\xa8\xff\x8a\x61\x9b\x0a\x9e\xa2\xb2\x03\x6a\xf8\x09\x53\xd8\x01\x8d\x93\x4e\xb3\x28\xec\x80\x58\x2e\x34\x75\x5d\x39\xdc\x57\x20\x51\x45\xc5\x56\x0e\xb2\x04\x9a\x4d\xae\x2a\x75\x97\xea\xa9\xa8\xbb\x80\xe8\x68\xac\xa2\xee\x02\x3c\x2a\x3b\x8b\xb2\x0b\x58\xc5\x8d\xfd\xd8\xf7\xe4\x0d\x71\x6f\x50\x4f\x95\xd3\x95\x8c\x6c\x29\xca\x22\x20\xba\x8f\x58\x59\x54\xcc\x28\x73\x41\x2a\x8b\x8a\x41\x93\x7b\x4b\x55\xdd\x14\x53\xc5\x7c\x9f\x55\x37\xc5\xa0\x49\x19\x78\xb9\xbc\x29\x41\x93\xcd\x75\xab\x6c\x01\xd6\xc4\xfa\x59\x94\x2d\xc5\x1c\x30\x19\x70\xb9\x7c\x52\x17\xf1\xb5\x6e\x65\x2a\x19\xe0\xbb\x8c\x7e\x28\x65\x00\x1d\xe2\x59\x94\x32\x45\x29\xb3\xf9\x92\x52\x06\x28\xc5\x2d\x55\x29\x53\xac\x1f\xbf\xbf\x43\x97\x6b\xf9\xe2\x3b\xe4\x40\x55\x37\x40\xdb\x7b\x82\xea\x06\x58\xc3\xf9\xbe\x7c\x04\x1f\xd4\xb1\x7b\xeb\x23\xf8\xa0\x0f\xa9\x86\x12\x08\xe8\xc5\xcf\xbe\x12\x08\xa8\xc3\x8e\x29\x81\x8a\x09\x65\x9b\x16\xaa\x81\x8a\x2e\x55\x37\x5e\x35\x50\x21\x9c\x93\xac\xb0\x2c\xb7\x93\x41\x51\x90\xee\xd4\xde\x4e\xc6\xbd\x27\x83\x87\xa2\x04\x02\xcc\x44\xcb\xa2\x04\x02\x62\xf3\xda\xdb\xb9\xf8\xc0\xb4\xb6\x2c\xb7\x73\x61\xe9\x90\xfd\x46\x29\x7b\x80\x12\x72\x03\x65\x4f\xf1\xac\x5c\xf7\x17\x65\x4f\x79\xf6\x13\x66\x9c\x2a\x15\x20\x96\xeb\xf1\xf1\x09\x13\x2d\xda\x9d\xb3\xc7\x31\x7d\xda\xa5\xfe\x7e\xf2\x3f\xc5\x0b\x90\xdd\x17\x4a\xf1\x02\x7c\x97\x31\x4e\xd5\x0b\x10\x9b\x03\x3d\x8e\x80\x43\x6a\x7f\x3f\x37\x6a\x85\x04\x60\xde\x5c\x16\x85\x04\x50\x7f\xda\x45\xca\xeb\x4d\x5f\x6f\xca\x0d\xd4\x16\xc0\x77\x19\xa3\x52\x5c\x00\x26\xce\x65\x79\xf7\x4d\x0f\xac\x8f\xfe\x99\x4b\xe8\x7d\xfd\xe5\x77\xd3\xaa\x90\x00\x92\xf4\x9c\xac\xfa\x04\x01\x93\xe4\xb2\x2a\x2d\xea\x8f\x7a\xac\x14\x51\xcd\xaa\x8e\x00\x92\x5c\x9f\xac\xea\x88\xfa\x0b\x2f\xf3\xa7\xcb\x36\xce\x39\x64\x83\xa9\x6a\x06\x60\x51\x9a\x28\xab\x9a\xa1\xfe\x2e\x7f\x69\xd7\x6e\xdb\x38\x8a\xe6\xe7\x2f\x1f\x9b\x70\x01\x60\x51\xa9\xfa\xf1\x80\xfa\xe3\xac\x8c\xac\x3a\xf2\x80\xec\xf1\x87\x4f\x75\xd5\xcf\x07\x64\x67\x9f\xad\x4a\x96\x5a\x1c\x33\xfb\x7d\x55\x9f\x00\x41\xd1\x8b\xac\xea\x13\x60\x11\x1d\x9c\x55\x79\x52\x3f\x91\xf1\xfd\x72\xd0\x66\xcf\x0b\x71\x80\x7c\x98\xab\x22\xa3\xd6\x5d\xa7\x8c\x1b\xa8\x28\x80\xc0\x3d\x9d\x55\x45\x01\x7c\x97\x05\x6d\xde\x94\x82\x19\x04\x06\x65\xd5\x53\x06\x24\x39\x74\x59\xd5\x1d\x80\x09\x8a\x59\xd5\x1d\xb5\xda\x35\xd8\x60\x55\x64\x00\x49\x32\x49\xd6\xba\xbb\xe6\xa4\x62\xea\xa8\x8a\x0c\x20\x25\x58\x55\x91\x51\x9b\x23\xe0\x03\x5e\x95\x14\x80\x09\x84\x59\x55\x14\xc0\x72\x1f\xa9\x2a\x8a\xda\x5c\xeb\x7c\xac\xab\xf2\x01\x30\xb5\x31\xab\xce\x33\xc0\x94\xc2\xac\x0a\x0a\xc0\x1c\xbd\xac\x0a\x0a\x20\xc9\xe3\xca\xaa\xa0\xa8\xcd\xf5\xc4\x46\x55\x75\x9e\x01\x49\x8a\x59\x56\x7d\x67\xc0\xc2\xf3\x9f\x55\xdf\x19\x90\x54\x44\xc9\xda\x1d\x79\x27\x55\x90\x1d\xae\xea\x4d\xab\xdd\x87\x32\xbd\xcc\x31\x75\x1f\x0a\xfd\x57\x9c\xd4\xee\x0b\xc1\xfb\x5b\x55\x22\x80\x59\x8c\x59\x55\x22\x40\x92\xa7\x93\x55\x25\x52\xbb\x03\x60\x57\xaa\x8a\x0c\xc0\xc4\xc6\xac\x8a\x8c\xfa\x29\x8a\xfa\x23\x42\x20\xab\x92\x02\x08\x1d\xec\x55\x45\x51\x87\xdd\xb5\x6f\x3a\xb7\x00\x53\x38\xb3\xea\xdc\x02\xbe\xcb\xfc\xa9\x4f\xe5\x83\x45\x8e\x7f\x56\x55\x46\x1d\xe9\x65\xf4\x4d\x95\x01\x2c\x4a\xc5\x65\x55\x65\x00\xab\xf9\xa4\x74\x6e\xd5\xe1\xf2\x73\xe1\x8e\x3d\x04\x96\xdf\xf2\x32\x9f\xc1\x24\x20\xef\xe7\x13\x55\x52\x00\x11\xce\xa4\x92\xa2\xce\xe1\x65\xdc\x54\xb5\x00\x98\x46\x9b\x75\x3a\x82\x4f\x06\x7c\x97\xd1\x5d\x65\x40\x9d\xae\x05\xfa\x21\xe5\xaf\xe1\xfb\xce\x17\xbc\x4a\xba\x81\x5a\x5c\xdf\x92\xee\x1a\x3e\x52\x87\x25\x9f\x06\x96\xce\xca\x2a\x9f\x06\xea\xaf\xb8\x7b\x49\xa8\x81\x1c\xee\x1e\xba\x75\x80\xd0\xe6\x5f\xf5\xea\xd4\x78\xfc\xa5\x97\x39\x21\x1f\x98\x6a\x99\x55\x8e\x0d\xac\x70\x77\xd2\x5f\x53\x57\xf5\x97\x74\x57\xef\x0c\x90\x72\x84\xaa\x77\x06\xf8\x2e\xf3\xdf\x1c\x15\xa7\x55\x0d\x77\x69\xd9\x79\x5d\xb7\x97\x31\x50\x69\x31\x10\x14\xe1\xcf\xaa\x43\xa5\x26\x2b\x90\x03\x5a\xb2\x4a\x8b\x81\x45\xe6\x46\x56\x69\x31\xf0\x5d\xc6\xbf\xc9\x8b\x01\xf3\x4c\xb3\xea\x3e\xa9\x39\xbc\x8c\x07\x23\x55\x06\x92\xf2\xe9\x59\xa5\xca\x40\xfd\x51\x6a\x26\xab\xbe\x12\x60\x35\xbf\x03\xba\x4a\x80\xef\x32\xdb\x7c\x08\x24\x42\x8d\x7d\x03\x1f\x42\x9e\x5e\x66\x7f\x7d\x0a\xd4\x89\x9f\x7e\xa3\xa4\xd4\x35\x5f\x2f\x63\xb9\x1d\x3e\x85\x0f\xcc\xf5\xcd\xaa\xab\xa4\x1e\x8e\x14\x23\x45\xd5\x31\x02\x24\xb5\x84\xb3\xca\xbc\x81\xef\x32\x3a\x72\xf8\x14\x38\x4f\x2a\x7c\xcc\xfa\x4a\x80\x1c\x38\x2e\xab\xbe\x12\xa0\xfe\x38\x8e\x25\xeb\xe1\xe0\x3f\x30\x6d\x35\xeb\xe1\xe0\x3f\x48\x2d\xd8\x55\x66\x0f\xe4\xf0\x5d\x96\xd9\x03\x66\xca\x66\x95\xd9\x03\x29\xd3\xac\x32\x7b\xe0\xbb\xa5\x97\xb9\x16\x0e\xd7\x82\x7f\xe6\x5a\x38\x5d\x0b\x3e\x03\xdd\x27\x80\x09\xcc\x59\x75\x9f\xd4\x73\x7a\x19\x5d\xd3\xe5\x01\xac\x39\xfe\xbb\x2e\x4a\x56\x1d\x22\xc0\xf7\x2f\xfe\xb3\x63\x3e\xb1\x46\xba\xf5\xa9\x19\x80\xfa\xa3\x74\x6d\x56\x45\x03\xb0\x48\x6e\xcc\xaa\x4b\x04\xc8\xb1\xbb\xe4\xa0\x2f\x47\xe3\x77\x4b\x1d\x01\x2c\xbd\x48\x55\x1d\x01\x7c\x97\xf1\x70\xd5\x11\x40\x0e\xbb\xa6\x8e\x00\xbe\xcb\xe8\x9b\x3a\x02\x58\xe4\xa1\x64\x55\x47\x00\xdf\x65\xac\x01\x75\x04\x10\xe1\x08\xd4\x11\x40\x0c\xbf\xcf\xca\x88\x7a\xb9\x8a\xfd\xb4\xab\x10\x80\xe4\x10\xde\xac\xd7\x1e\x95\xdb\xcb\x70\x08\x3e\xb7\x8b\xed\xc5\x7d\x43\x3d\x50\xe1\xfe\xbf\xe2\xe3\x95\xfc\x03\xa1\x71\xa9\xea\xff\xa8\xf7\xe5\x65\xb6\x79\x87\x0f\xcc\x06\xce\x2a\x13\x07\xea\xaf\xb8\x7b\xeb\x80\x00\x4c\xf3\xcd\xaa\x03\xa2\x3e\x4e\xa5\xcf\x4f\xc2\x0e\xe4\x70\xb3\x92\xb0\x03\xa1\x27\xb6\x4a\xd8\x81\x1c\xbe\x12\xfa\x1f\x80\x1c\x3e\x3d\x29\x3c\xf0\xfd\x3f\xcf\x45\x0e\x0f\xe4\x70\x1f\x95\xc2\x03\xf5\x57\xfc\xa8\xca\xe1\x81\xd5\xfc\x5a\xea\x93\xa8\x8f\x63\x77\x31\xe8\x80\x00\x56\x77\x72\x75\x40\x00\x49\x19\xd8\xac\xfa\x1f\x80\x1c\xbe\x26\xfa\x1f\x00\x33\xad\xb3\xbe\xae\xb5\x97\x37\x07\x11\x58\x5f\x9f\xc0\xeb\xf6\xe8\x77\x5c\xd9\x00\xe4\x70\xa7\x52\x35\x00\xdf\x65\x4c\x9a\xb2\x01\x58\x7b\x31\xab\x1a\xea\xeb\x8a\x91\xc2\xbf\xae\x18\xab\xf9\x61\xaa\xa8\x7a\x29\xaa\xb2\x41\xa3\x55\x53\x36\x00\x5f\x5b\xa7\xad\xd8\x46\x7f\x59\xb9\x4d\xdd\xd0\x7e\xf6\x97\x69\x6b\x3a\x16\x80\x1c\xb0\xde\xa6\x63\xa1\xa1\x11\xc8\xd1\xce\xa6\x46\x68\xbf\x7d\xd3\xef\x51\x35\x69\x3d\xb0\xd4\x8b\x4d\xde\x0e\xd4\x9f\xe1\x55\x4d\xe2\x0e\xa4\xd6\xad\xa6\xaf\xa1\x15\x5f\x3e\x38\x6e\x93\xb8\x03\x49\x51\xd6\x6c\x12\xf7\x56\x9c\xb7\xf4\xa6\xcb\x36\x44\x2a\x1b\x43\xd3\xaf\x00\xa4\x2f\x5f\xd3\xaf\x00\xe4\xa8\x76\xed\xb4\x89\x9d\x95\x6d\xa1\x19\x7a\xd7\x8a\x65\xc7\xf9\x5c\x34\x55\x00\x60\xe2\x79\x36\x83\xea\x80\x20\x5f\x20\x9b\x41\x75\xc0\xf7\x4b\xee\xa9\x43\x02\x58\x1c\x0d\x9f\x4d\xf9\xd0\xea\xf0\x32\x6e\xaa\x30\x00\x56\xb1\x6b\x0a\x83\x66\x29\x3d\xd2\x3a\xb2\xa9\x0c\x80\xa5\x63\xb7\x55\xc7\x59\x0f\x2f\x63\x3a\xaa\xa3\xe2\xd8\xa3\x59\x6c\x72\x54\x6a\x8a\x5a\x18\x95\x9a\x02\x30\x39\x3f\x9b\x9a\x02\x88\xe5\x7c\x28\x29\x5a\x73\x54\xde\x54\x2f\x05\xb0\x38\x52\x21\x9b\x92\x02\x58\xcd\x11\x28\x29\x5a\x73\xa0\xc5\x7f\x73\xa0\x1f\x24\x71\xff\xd9\x94\x14\xc0\x77\x99\x6d\x0e\xb4\xf9\xa9\xb4\xc9\x81\xb6\x3d\x02\x6f\xea\x08\x3c\x89\x77\x78\x03\x47\x60\x31\xbb\x0a\x4f\x68\x6a\x03\x20\x07\xbb\x7a\x53\x1b\x00\x8b\xaa\xf7\xd9\x8c\xb4\x03\xbe\x5f\xf2\xf8\xf4\x6f\x00\x39\xb0\x91\x36\xfd\x1b\xad\x3b\x2a\x78\x42\x53\x42\x00\xd9\x9d\x0f\xfd\x1b\x80\x75\x03\xb2\x29\x2a\x5a\xf7\x51\x39\x2a\x3d\x17\x40\x68\x37\x69\x7a\x2e\x9a\xaa\x82\x34\xc7\x6c\xaa\x0a\x20\x38\x32\x25\x9b\xaa\xa2\x8d\xe6\x65\x3c\x51\xc3\xe3\x00\xcb\x0b\x64\x53\x41\xb4\xe1\xec\xb6\xf8\xef\x8f\x76\x53\x3a\x00\x6b\xb9\xf0\x8c\x8b\x6b\xc3\xae\xf3\x21\x68\x4a\x07\x20\x38\xf4\x24\x9b\xd2\xa1\x4d\xfb\xe4\x6b\xad\x03\x01\xb0\x96\x41\x36\x1d\x08\x40\xee\xc7\xa6\x24\x68\x73\x99\x51\xc4\x0d\x74\x20\x00\x49\x75\xf1\x6c\x3a\x10\x80\xd8\xb3\xaa\x03\xa1\xa9\x1c\xaa\x2f\xe7\xdc\xfd\xf8\x88\x21\xc5\xcc\xb2\xe9\x40\x68\xd3\x75\xe1\x86\xa0\xed\x1f\x48\x4e\x97\xcb\xa6\xed\xbf\x21\x26\x7e\x15\xcd\xdb\x54\x13\xc0\x52\x9a\x34\x4d\xf8\x80\xe5\x1e\xb2\x69\xc2\x6f\x8a\x89\xba\xff\xcd\xee\x12\x23\x66\x2c\x4f\x53\x4c\xb4\x70\x19\x4f\xfb\xe1\xa3\x0c\x5e\x44\xd4\x4a\x53\x4c\xb4\xe5\x5b\x87\xe8\x68\xc6\x75\x01\xab\x41\xc5\x9b\xca\x01\xa8\x3f\x23\x80\x9b\xd2\x01\xb0\x2a\x44\x36\x95\x43\x23\xd1\xeb\x27\x25\x6a\x1a\xf1\x01\xeb\x38\x64\xd3\x88\xdf\x76\x5a\x17\x5f\xae\xa6\xc5\xbe\x19\xc5\xe5\x8b\xa2\xc1\xbe\x2d\x77\x48\x1c\x2f\x6d\xed\xfe\x72\x98\xbe\x2b\x4f\x53\x7c\x53\x26\x54\x74\x64\x53\x26\x00\x6b\x6f\xfb\xca\x84\xa6\x4c\xa8\x7e\x7e\x94\x09\x40\x6a\xfb\x6c\xca\x84\x76\x38\x21\x58\x06\x9a\xb6\x72\x60\x4d\x78\x77\x93\xc4\x03\xf9\x73\xcd\x48\xe2\x9b\x07\x34\xe9\x4e\x6a\x32\xf6\x26\x63\x77\x3e\x64\xec\x80\xa5\x78\xb2\x49\xd8\x81\xef\x97\x3c\x84\x63\xf7\x43\xc6\x4e\xd7\x64\xec\x4d\xc6\x3e\xed\x86\x53\x74\xb8\x28\x7d\xa4\x52\x76\x20\xf4\x1c\x34\x29\x7b\x93\xb2\x57\xbf\x65\x52\x76\x60\x19\x64\xd5\xa4\xec\x40\xfd\x35\xd8\x7e\xd3\x68\x0f\x58\xc4\x22\x9b\x2c\xbe\x71\x46\xd3\xaf\xf9\xe5\x32\xe2\x09\x58\x54\xe2\xcb\xa6\x69\x1f\xf8\x2e\xa3\x23\xda\xf6\x01\x8b\x51\x64\xd3\xb6\xdf\xce\xf0\x32\xa6\x52\x3a\x0f\x58\xd4\x23\x9b\x6c\xbe\x9d\x8f\x97\xf1\x5c\x8c\x49\x02\x2c\xea\x91\x4d\x73\x7f\x93\x80\x37\x5f\x49\x09\x78\x93\x80\x4b\x15\x24\xe0\x4d\x66\x6d\x80\x72\x93\x59\x03\xa9\x87\xb3\xc9\xac\x81\xb5\x77\x6a\x99\x35\xf0\xfd\x92\x19\xd7\x42\x0f\xc4\x7e\x4b\xb5\xd0\x37\x09\x78\xf3\xdb\x28\x01\x6f\x12\x70\x5f\x35\x09\x38\x60\xd5\x8d\x6c\x9a\xe8\xdb\x0d\x9b\xda\x5f\x38\x8d\xef\x80\x75\x32\xb2\xc9\xbf\xdb\x3d\xbc\x8c\xa9\xd4\xd4\x0e\xc4\x74\x04\x5a\xda\x01\x4b\x07\x65\xd3\xd2\x0e\xa4\xc1\xdf\x4d\x4b\x7b\xbb\xed\xad\x5f\x0c\xcd\xea\x4d\xe6\x8e\xf9\xa7\xdd\xbb\x6b\xec\x1f\xbe\x68\x12\x77\x20\x0c\x11\x6f\x12\x77\xa0\xfe\x9a\xdf\x15\x23\x87\x80\xa5\x16\x6c\x46\x0e\x01\x39\x7c\xb9\xa5\xf7\xc0\xf7\x4b\xff\xcd\x27\xf5\xb8\xcb\x30\x4c\xf9\x7d\x93\xb9\xb7\xfd\x6f\x0e\x0a\xe6\x1e\x3e\x02\x99\x7b\xd3\xd2\xde\x5c\xe1\x5a\xda\x81\x1c\x3e\x76\x29\x73\xd3\xd2\xae\x87\xa8\xc9\x99\x01\xab\x8b\x64\x93\x32\x37\x2d\xed\x46\xeb\xb5\x77\xdf\x81\x77\xd4\xc1\x6b\x69\x6f\xf2\x63\x4a\xa0\x67\x97\x1f\xf7\x9f\x6b\x92\xef\x50\x37\x18\x07\x48\x4e\x58\xc8\xae\x0d\xbd\xff\x0e\x2f\x5b\xb4\x9d\xb6\xa9\xc8\x1b\x4d\x97\x4d\xbb\x8a\x2e\xff\x26\x19\x06\x56\x85\x97\x76\xc9\x70\x97\x0c\x93\x17\x9d\x5d\x32\xdc\x25\xc3\x58\xe4\xbb\x64\x18\xc8\xb1\xfe\xf0\xd5\xee\x9a\xbd\x81\x1c\x58\x66\xbb\xec\xb9\x4b\x95\x75\xad\x76\xa9\x32\xb0\x0c\x30\xe9\x52\xe5\x2e\x55\xc6\xa6\xd6\xa5\xca\x9d\xa3\x6a\x7e\x54\x4c\xc8\x6e\xfe\x09\x90\x63\x39\x98\xc7\x26\xc7\xcc\x62\xec\x12\x63\x20\x39\x59\x29\xbb\xc4\xb8\xcb\x78\x49\x9d\xce\x2e\xe3\xed\xd8\xbd\xa9\x33\x95\x5d\x76\x0b\x58\x80\x28\xbb\xec\xb6\x4b\x5b\x9b\xa3\x92\xb6\x02\x4b\x1e\xd8\xa5\xad\x5d\x8e\xca\xd9\x04\xd9\xe5\xa8\x40\x72\xc4\x4c\x76\x39\x2a\xb0\x4a\x7a\x95\xb3\xd6\x5c\x8c\xac\x95\xae\xdd\x1b\x58\xee\x07\x5d\xda\xda\xe5\xa8\xcd\x39\x92\xa3\x76\xed\xde\xec\xdd\x5d\x8e\x0a\x7c\x97\x79\x53\xa7\xb2\x69\xcf\xf1\xa6\xae\x1e\xa9\x2c\xa5\x69\xb3\x4b\x65\xfb\xa6\xb2\xfe\xdb\x1e\x15\xdb\xa8\x57\xc9\x64\x7b\xf7\x4d\x74\x08\x12\x52\x60\x19\xb9\xd4\xb5\x72\xf7\x4e\x3f\x94\x1d\x5d\x63\x35\x90\x03\x0a\xd9\x25\x9f\xc0\x77\x99\x3f\x75\x19\x53\x61\x8c\xa2\x63\xd9\x25\x9f\x7d\x14\x2f\xe3\xa6\x1a\xab\x81\xf5\xf3\xb9\x18\xfe\xd2\xc7\x3e\x0f\xd0\x36\xfb\x26\x21\x85\xde\x76\x09\x69\x1f\xaf\x97\x71\x07\x53\x1c\x00\xcb\x0d\x66\x37\x60\xa5\xcf\x7d\x24\x18\xa3\xd7\x96\x0c\x24\x67\xba\x64\x97\x5d\x02\xdf\x65\xb6\x79\x07\xe9\x25\x4c\xa1\x4b\x2f\x3b\x81\x27\x3f\x9d\xb5\x5d\xe2\x08\x84\x9f\xed\x2e\x6f\x04\xea\xcf\xf0\x81\x2e\x71\x04\xac\x32\x94\x5d\x2b\x74\x97\x4b\x1a\x8c\xd0\xe5\x92\xdd\x83\x43\xf9\x14\x74\xb9\x24\xf0\x5d\x46\x47\x0c\x24\x01\x16\xd5\xbd\xb3\x1b\x48\xd2\x09\x07\xf9\x75\x5f\x05\xc9\x64\x37\x2d\xc1\xb7\x54\xfb\x35\x50\x7f\xa6\xc3\x74\x0d\xd8\x80\xa5\x8d\xb2\x4b\x39\x7b\xf8\x4c\xbb\x1d\x71\x58\xe6\x20\x38\xbd\xc6\x88\x00\xcb\xb8\xbe\x2e\x0b\x05\xcc\xb0\xcc\x2e\x0b\x05\x96\x79\x34\x5d\x93\x76\xd7\x30\xad\x7f\xbf\x4b\x2f\x3b\x45\x03\xfe\x5d\x66\x6f\x17\x27\x16\x7a\x4b\xc3\x41\x80\xa2\x91\xa8\x4b\x2e\x81\xa9\xab\xae\x4b\x2e\x81\x69\x1a\x4d\x37\x1a\xa4\xaf\x9b\x26\x1e\x8a\x36\x6e\xa0\x69\xcc\xef\x32\xd0\xfe\xb1\xce\x69\xc6\x4a\xd7\xc4\xdd\xad\x19\xd0\xdd\xf4\xb5\x71\x03\x65\xba\x48\x35\x71\x77\x33\x04\x9c\x0b\x4d\xdc\xc0\x34\x89\xa5\x9b\x20\x00\xcc\xf5\xf3\xbf\x5c\x55\xe9\x93\x43\xb4\x74\xe9\x2c\x30\x15\x4f\x5d\x36\x0b\x7c\x97\x31\x26\xe9\x2c\x50\x48\x46\xcf\xae\xd1\xbb\xe7\xf5\xfd\xb2\xf8\x67\x3e\x25\xea\x01\x48\xe5\xbb\x81\xff\x40\xa9\xcd\xce\xee\x91\xbf\xc4\x13\x70\x95\x26\x6f\xa0\x52\xe7\x28\xbb\x26\x6f\xa0\xe8\x2d\xec\xf2\x67\xa0\x50\x08\x3c\xbb\xfc\xb9\x1f\x0c\xdc\xe9\xd1\xe0\x0d\xf4\xb6\x7f\xe8\xc0\x0f\x0e\x0c\xdb\x4d\x8e\x1b\x83\x77\x73\x61\x4b\x9f\x81\x66\x36\x4c\x97\x3d\x03\xc5\xec\xa3\x2e\x7b\x06\xe6\xbf\xab\x5c\x03\x07\x6b\xa0\xd8\x2f\xd7\xc0\xe1\xe4\x30\xad\x92\x67\x60\x9a\x32\xd3\xe5\xce\x40\xcd\x7d\x95\x93\x73\xb2\x2c\xe0\x7b\x5d\x9e\xdc\x4d\x16\xf0\xef\xb5\x76\x03\xd3\x24\x94\x2e\x73\x06\x9a\x2e\x93\x2e\x73\x06\xe6\xc2\x53\xd1\x25\xce\x40\x29\xed\xbf\x4b\x8f\x66\x97\x57\xf7\x93\xf1\x4a\x1d\x34\x75\x03\x9d\x7a\x3f\xd9\x35\x75\xf7\x93\xc1\xb9\x5f\x19\xfc\x0f\xd4\xb2\x7f\xb8\x07\xf7\x7e\x57\xc1\xe8\xba\x44\x1b\xe8\x94\x4a\xc9\xae\x3d\x1c\x68\x13\x61\xda\xb5\x87\x03\x45\xb3\x7c\x97\x8d\x03\x75\xfa\x4a\xc9\xc6\x81\xc9\xf9\x4d\xd9\xb5\x86\x03\x4d\xb7\x54\xd7\x1a\x0e\x54\x6a\x1f\x65\x97\xb2\x03\xdf\x8a\xb7\x17\xae\x06\x4a\x96\x19\xfb\xd1\x35\x69\x03\xdf\x65\x0c\x49\x9b\x76\xbf\x79\x12\xf6\x4c\xfb\x75\xbf\xdd\x72\x5c\x6e\x06\xb4\xf4\x9b\xd7\xcc\x5d\x4e\xfe\x0c\x4c\x33\x1c\xba\xfc\x19\x98\x9a\xb3\xba\x91\x2a\xc0\xf7\x67\x5e\xe6\xfc\xdf\xac\x37\x98\x66\x97\x65\x03\x6d\xca\x58\x34\x99\x03\xd5\xf0\xa4\x2e\xf1\xee\x0f\x8b\x0b\xee\xd9\x65\xd4\x40\x37\xa2\xb4\xcb\xa8\x81\xb9\x29\x97\x8c\x1a\x68\xcb\xa7\x24\xa1\xee\x0f\xfb\x8b\x53\xa6\x75\xbc\x3f\x7b\x7f\xa1\x63\x9a\xc7\xfb\xc3\x28\x9d\x0b\x09\x35\x30\xf7\xcb\xae\x25\x1c\x98\xcb\x41\x6a\x09\x07\xa6\x79\x3f\xdd\xe8\x7c\xa0\x84\xec\x4d\xdb\x38\x50\xf7\xab\xf7\xec\x41\xb2\xc8\x64\x26\x1a\xc2\x81\x5a\xdc\x31\x35\x84\x03\x5d\xaf\x40\xd7\x10\x0e\x94\xea\x1b\xf4\x3a\xee\x97\x41\xba\x14\xe5\xf9\x40\xd7\x5e\xd7\xa5\xf9\xc0\x5c\xce\xb4\x34\x1f\xe8\xd3\x8d\x43\x96\x0f\xcc\x25\x5d\x94\xe5\x03\xed\xe7\x4c\x1b\x4f\xd3\xb5\x9f\x77\xc7\xad\xfd\xbc\xbf\xbc\x5c\xbb\xaf\x0e\x92\xd3\x39\x95\x8a\xdd\x90\x7e\x60\x9a\xba\x30\x54\x0c\x40\xa3\x6e\x56\x0e\x0d\xea\xc3\xe4\x7c\x7a\x31\x34\xa8\x03\xd3\x2c\x85\xa1\xac\x00\xa6\xf9\x0d\x43\x59\x01\x14\x4e\x7c\xcb\x61\x68\x0e\x50\x38\xcb\xe7\x93\x20\x36\x31\x15\xe1\x55\xcb\x26\xce\x4a\x2e\x5e\x95\x36\xf1\xb8\xf7\x0f\x4f\x9b\xce\xef\x3b\x07\x2b\x1c\x2a\x14\xa0\x99\x37\x35\x0c\xdf\x19\x3f\xc6\x88\xd8\x1b\x6a\x16\xa0\x19\x71\x3d\xd4\x2c\x40\xe3\x40\xa6\x1c\x4a\x96\x51\x26\x3f\xe4\xbf\x8c\xee\x07\xba\x11\x1e\x43\xb1\x01\x4c\x33\x1b\x86\x62\x03\x28\x12\xe9\xa1\xd8\x00\x6a\xec\xbf\xb7\xf7\x85\xc5\x8a\xd6\x18\xda\xe5\x87\x92\xc4\xb0\xb6\xa1\x24\x19\x85\xee\xa3\x07\x87\xf2\x03\xa8\x3f\xaa\xde\xe4\x50\x7f\x00\xcd\x57\x6b\x68\x97\x07\x26\x47\x74\x7f\x32\xce\x26\x36\xc0\xf4\xcf\x7c\x46\x14\x89\xe3\x94\xb2\x1c\x46\xf5\x00\x9d\x92\x65\x9f\x62\xb3\x89\x73\xea\xd9\x78\x86\xc6\xfb\xa1\xf1\x9e\x72\xf0\x39\x94\x37\x40\x33\xbd\x62\x28\x6f\x80\xc9\x79\xd9\x39\xaa\x93\x51\x1d\xb9\xb7\x74\xe4\x95\x6f\xdf\xfe\xa1\x03\xa7\xae\xb3\x1e\xe7\xa1\x2c\x02\x6a\x71\x7a\x94\x45\x40\x6d\x7c\xd5\x86\xd6\x7c\xa0\x5a\x64\x61\x18\x20\x34\x1a\x53\x81\x30\x18\x0a\x25\xe0\xeb\x3e\xb7\x54\x29\x01\x53\xc6\x38\x14\x4a\xc0\x34\x01\x63\x28\x94\x46\xe3\x89\x43\xf8\x87\xa2\x08\x68\xc5\xc7\xab\x26\x02\xa6\xa1\xed\x43\x4d\x04\x14\x3d\x3d\xc3\xdc\x7a\x60\x1a\xb4\x3c\x0c\x0f\x1a\x2a\x27\x23\x14\x87\xca\x69\x7c\x32\x69\x72\x0c\x54\x0e\x65\x12\x50\x46\x2f\xff\xfd\x55\x1e\xfa\x03\x80\x6a\xce\xd0\xd0\x1f\x00\x4c\x0e\x9c\xce\xa1\x3b\x60\xf4\x3d\x2f\xac\x4b\xe5\xd7\xe0\x2c\x9b\xfc\xd9\xe4\xd3\x27\xcb\x5e\x65\x38\xb4\xfd\x03\xdf\x2f\xbd\x81\x13\xc3\xf9\x36\xc9\xb7\x74\x28\xd2\x80\x6a\x62\xca\x50\xa4\x8d\x2d\xd2\xa6\x6d\xce\xcc\x07\x93\x73\xa2\x73\x28\xd2\x86\xc9\x0d\xfb\xcf\x9c\x98\xee\xc4\xd0\x0d\x93\x1b\x80\x12\x2e\x12\x23\x91\x80\x62\x38\xe0\x50\xdc\x8d\x4f\xb5\xcd\x74\x6b\x52\xb5\x01\x5f\x2f\xf8\x7f\x23\x91\x06\x07\xd0\x98\xf7\x32\x8c\x30\x1a\xfa\x09\xf4\x84\x0c\xfd\x04\xc0\x94\x94\x0d\xfd\x04\x40\xdd\x7b\x8c\xa9\x0d\xc0\x4c\xd7\xaa\x41\x47\x63\xd0\x7f\xa8\xdb\x50\x28\x02\xdf\xff\xdb\xe6\x00\x26\xcf\x09\x56\x36\x14\x8a\x40\xd5\x2e\x37\x14\x8a\x63\x32\x65\x98\x0c\x87\xca\x0e\xa8\xfb\x31\xa9\xec\x80\xfa\x33\x48\x73\x98\x53\x00\x4c\x0e\xdf\xcd\xa1\xd8\x03\xaa\x6e\xa1\xa1\xd8\x1b\x14\x9f\xe3\xa8\xe8\x4f\x3d\xdb\xe4\x9c\xb9\x79\xeb\x38\x00\xda\x1e\x93\x5a\x0f\x08\x0b\x2b\x0c\xb5\xde\x88\xdd\x0d\xef\x69\x37\x48\x07\xd7\xed\x34\xd4\x62\xc0\x6a\x30\xe0\x61\x78\xd1\xd0\x6f\x60\xac\xe8\xd0\x6f\x00\xa4\xc1\x04\x43\xbf\x01\xb0\xf6\xd3\xd4\x6d\x30\x96\xbd\x75\xff\x36\xbc\x08\xc8\xe2\xc6\xa9\xdb\x60\x2c\x17\xb2\x7b\xba\xca\x0e\x08\x13\x1a\x86\xca\x0e\xf8\x2e\xb3\xbb\x2e\x84\x0f\xd6\xbf\x7f\x73\x21\x7c\x90\x9c\x9e\x90\xc3\x40\xff\x61\x48\x93\x21\x80\x43\xb9\x07\xa4\x7a\x63\x28\xf7\x80\x25\xc3\x1c\x3a\x1c\x86\x51\x4e\x46\x22\x0e\x25\xe0\x30\xca\xc9\x9d\x46\x05\x38\x8c\x72\x32\x98\x6d\x28\x01\x81\x65\x19\x8f\xa1\x04\x04\xd2\xa0\x89\xa1\x04\x1c\xba\x2a\x8c\x48\x1b\x8a\x3b\x60\x29\x0b\x87\xda\x6e\x1c\xf6\xc3\x0d\x5b\xf5\x05\x2c\x63\x95\x87\xea\x6b\x18\x83\x64\x0c\xcf\x50\x7e\x01\x61\x42\xc0\xd0\x7d\x01\xec\xbc\xda\xa1\x22\x03\xc2\x84\xb0\xa1\x22\x1b\xc6\x1b\x19\xe4\x34\xd4\x5f\x40\x98\x24\x36\x8e\xdd\x35\xa3\x7a\xbd\xa5\x4f\xea\x38\xfc\xa5\x5d\xf3\x49\x11\x70\xb4\xbf\x25\x0a\x30\x20\x8b\x1f\x34\x05\x18\x90\xa6\x85\x0e\x05\xd8\x38\xf7\x59\xc9\x3c\x29\xb5\x15\xb0\x2c\xcb\x32\xd4\x56\xe3\x1c\x5e\xc6\x4f\xd5\x45\x40\x16\x77\x76\xe3\x8d\x86\xd1\x43\xfa\x64\x86\xfe\x86\x61\xf4\x90\x9f\x4c\xa3\x87\x86\xd1\x43\x46\xd0\x0c\x25\x15\xb0\xf6\xc7\x5c\x49\x05\xa4\x19\xfe\xc3\xe8\x21\x20\x25\xad\xe3\xdc\x23\x60\xa9\xf9\xe5\x53\x65\x01\x69\x5c\xcc\x50\x65\x0d\xdd\x19\x06\x6e\x0d\x05\x14\x90\x66\x12\x0c\x05\xd4\xb8\x1c\xa7\x6f\xa8\x72\x09\x48\xce\x43\xcf\xa1\x5c\x1a\xca\x25\xe3\xdd\x86\x72\x09\x48\x43\x7b\x86\x2e\x8e\xa1\x8b\xc3\x00\x86\xa1\x8b\x03\x58\x25\xec\x87\x43\xe7\x08\x1b\xe3\x67\x86\x1e\x0e\x60\x19\x08\x32\xf4\x70\x0c\xb5\x97\x41\x65\x43\xed\x05\xa4\xb1\x32\x43\x0f\xc7\xb8\x9b\x97\xf1\x53\x93\xa7\x81\x34\xf2\x66\x28\xc7\x80\xb4\xba\xca\xd0\xe9\x01\x84\x7a\x6f\xe8\xf4\x18\xba\x33\x74\xeb\x0f\x85\x16\x10\xb9\x7e\x7f\xf8\x54\xab\xc3\x80\xfa\x1b\xfb\x9f\x7d\x6a\x78\x40\x0c\xb9\x19\x7a\x40\x86\xee\x0e\x83\x86\x86\xe2\x0c\x88\x90\xea\x28\xce\x80\xdc\xd4\x59\x71\x36\x9e\xee\x2f\x79\xe0\xfa\x36\x80\xe4\x68\xc0\x1c\xaa\xb3\xa1\xbb\x43\x13\xf6\xd0\xdd\x01\xd4\x70\xf5\xa8\xce\x80\x61\x4c\xec\x50\x9d\x01\xad\xf9\xc5\x52\x9d\x01\xc3\x78\xe0\xa1\x3a\x1b\x86\x2e\x19\xa0\x36\x94\x67\x40\xf9\xb9\x37\x2a\xcf\x80\xa6\xc1\x6c\x3c\x7b\xe8\x54\xf7\xf7\x5b\xa4\x62\x03\x5a\x25\xd8\x68\xa8\xd8\x80\x11\xbe\x0f\x2a\x36\xa0\x19\xcd\x3f\x54\x6c\xc0\xb0\x78\xd7\x30\xe5\x1a\xa8\x9b\xd0\xe9\xbf\x19\x9f\x88\x1b\x9b\x56\x2a\xe2\x86\xc5\xd3\x7c\x9f\x15\x71\x40\xef\x2e\x73\x45\x1c\x50\xf7\xf4\x2b\xe2\x80\xb2\x24\xf0\x8a\x38\xa0\x85\xac\x52\x0d\x07\x0c\xab\x6d\x0d\x63\xa0\x80\xba\xdc\x2d\x94\x75\xc0\xb0\x8c\xd6\x50\xd6\x0d\x3d\x41\xc6\xb4\x4d\x75\x1d\x50\x54\x97\x53\x5d\x07\x14\x93\xba\xa6\xba\x6e\xfe\xf6\x31\xe3\x34\x35\x9b\x3a\xff\xdf\x68\x1a\x36\x69\x2e\xf3\xaa\x69\x13\xb3\x83\xca\x9a\x46\x53\x4d\xb3\x30\x8c\x7c\x9b\x0a\x3b\x60\x28\xc7\xa7\xc2\x6e\x5a\x74\x6d\xd9\x8b\xc3\xa6\x9b\xab\x82\xa6\xc7\xa6\xe7\xbb\x2a\xfd\xff\xd7\xa6\xf7\xbb\x8a\x8f\xf9\x54\xd8\x01\x45\xbf\xc9\x54\xd8\x01\x55\xb6\x33\x15\x76\xc0\xd0\x8e\x3d\xf5\x45\x4d\x93\x2c\xf4\xda\x4f\xbd\x4d\x40\xd5\x24\x33\xf5\x36\xcd\x4f\xff\x0d\xf7\xf9\xa9\xfe\x03\xbe\x5f\xda\xe6\x90\x3e\xb5\x37\xac\xab\x35\x55\x7b\xc0\x77\x99\xff\x76\xd9\x86\x6d\xa2\xd8\x74\xdb\x44\x19\x94\xee\x00\x1c\xb9\xc1\x5a\x06\x70\x4d\x83\xb5\x80\x62\xe4\xd7\x54\x14\x4e\x45\xa1\x11\x40\x53\x51\x08\x74\xd3\x1f\xa7\xa2\x70\x9a\x3d\xce\xa7\x76\x2a\x0a\x67\x75\xcf\xc5\x36\x34\x95\x68\x40\x4f\xa8\xc7\x34\xe2\x6a\xea\xa7\xfa\x77\x53\xfb\xf6\x41\x33\x98\x62\x2a\xc8\x66\xb3\x1f\x6c\x23\x53\xf9\x35\x4d\x02\x87\x9d\x4d\x5d\x57\x40\x99\x2e\x34\x15\x19\xd0\x0b\xec\x6f\x2a\xc8\x80\x5e\xf9\x1a\x4c\x05\x19\xd0\x65\x14\x53\x41\x06\x54\x8d\x30\xd3\x80\xab\xd9\xfc\x5e\xba\x44\x95\x5f\x40\x9f\xae\x2a\xe5\x17\xd0\xd3\x21\x29\xbf\x80\x6e\xe6\xcb\x54\x7d\x01\xf5\xa7\x23\x78\xb6\x3d\x4c\xd2\x33\x18\x91\x82\x0c\x68\xe6\x26\x4e\x15\x17\xf0\xfd\x90\xff\x57\x72\x01\xdd\x5c\xd3\xa9\xe4\x9a\x4a\x2e\x0d\x2c\x53\xc9\x05\x94\x70\xe4\x7a\xbc\x80\x4a\x05\xd5\x9c\x06\x65\x01\x95\x73\x5a\x73\x2a\xcc\x80\xaa\x21\x63\x2a\xcc\x80\x52\xf7\x2d\x5d\xa1\xe4\x9c\x9b\xca\x3a\xd5\x65\xd3\xd0\x2d\xa3\x65\xa6\xc2\x0c\xa8\x73\x0f\xd3\x29\x23\x74\x6b\xed\xff\x77\xca\xd0\x65\x56\xa6\x99\xea\xb2\xd9\xdd\x81\xd8\x79\xa7\xc2\x0c\x68\x52\xba\xa9\x30\x9b\x63\x8f\x9c\x31\xe9\x4f\x03\xba\xe9\xb3\x53\x65\x06\x34\xe3\x0d\xa6\xc2\x6c\x1a\xf3\x65\x70\xc8\x34\xa8\x0b\x58\x56\xfa\x98\x06\x75\x4d\xc5\x9a\xbe\xbe\xa9\x58\x03\xca\x2f\x6d\x72\x50\xc3\xef\x50\xfc\x77\xed\xef\x9c\x8a\x39\x60\xa9\x02\xa7\x62\x0e\xf8\xfe\xc5\xae\xbb\x4e\x06\x55\x12\x20\x90\x53\x81\x37\x15\x78\x46\x5e\x4c\x05\x1e\x50\x64\x0d\xd3\x44\x13\xa0\xeb\xcd\x9f\x6a\x3e\x60\xc9\xab\xa6\x9a\x0f\x28\xe6\xbb\x4c\x7d\x83\x73\x4e\xff\xdf\x5f\xba\x2a\xa8\x8a\x6e\x4d\xcc\x69\xad\x33\xa0\x37\xd7\xa6\xd1\x68\x40\x53\x9a\x4f\xa3\xd1\x80\x6a\xb5\x9c\xa9\x53\x71\x1a\x8d\x66\xb4\xca\xd4\xab\x08\x74\xc3\x75\xa7\xd2\x73\xea\x41\x54\xa1\x4e\x45\xe5\xd4\x83\xd8\x6c\x72\xe4\x7a\x10\x0d\x78\x98\x7a\x10\x81\x6e\x85\xcd\xa9\x07\x11\x88\x65\xd7\xd4\x9e\x40\xb7\x26\xe3\x34\x8c\x0d\xa8\xb3\xf8\x43\x17\x0a\x6a\x74\x42\xee\xa6\x6a\x14\x68\x8a\xfa\xa9\x1a\x05\x56\x75\x1d\xea\x78\x9c\xe1\x9a\x70\x39\xe9\x52\x04\x56\xfc\xec\xab\x0f\x5d\x67\xa1\x0e\xca\xa9\xb3\x10\xe8\xc6\x32\x4d\x65\x26\x50\x0d\xc6\x9c\xca\x4c\xe0\xfb\x25\x0f\x5d\x9f\x22\xd0\x0d\xa0\x9a\x2a\xcf\x69\xc4\x9a\xa1\x73\x53\xe9\x39\x3d\x2c\x68\xff\xd2\xa7\xc2\xe1\xa3\x7b\xfb\x57\x79\x02\xdf\x2f\x19\x95\xd2\x13\xe8\x56\x25\x9d\x6b\x8f\xc0\xa3\x01\x6c\x72\xd5\x2e\x2a\x6c\xfa\x45\x50\x79\x02\xbd\xba\x61\x2b\x3c\x67\xf2\xf6\x4e\xc7\xa9\xa4\x04\xca\xe6\x01\x4a\x4a\x60\xed\xaf\xa1\x5e\xc5\xa9\x57\x91\xf3\xab\x73\xea\x55\x9c\xbb\xec\x98\xbf\x74\x36\x8c\x91\xa3\x63\xea\x4e\xa0\xad\xfd\xf7\xce\x05\xa9\xe9\xbf\xcd\x6c\xcc\xa4\x01\x96\x59\x7d\xd3\x44\x1a\xa0\x6b\xd6\x9a\xba\x1e\xe7\xb1\x7b\xc1\xbf\xe9\xe3\x03\xda\xfe\xc8\xa9\x31\x81\x25\x55\x9e\x6a\x4c\xa0\xfe\xa6\x7b\x99\x22\x13\x58\x13\x2a\x3b\xd5\x98\xd3\xa0\xb6\xe9\x37\xc1\xa0\xb6\x69\x65\x2f\x77\x59\x9d\x75\xc0\xd2\x38\x3c\x15\x94\xd3\x38\xb7\x89\x74\x99\x2a\x4a\x60\x58\x49\x77\xea\xad\x03\x96\x71\xa1\x53\x6f\xdd\x54\x77\x5a\x24\x77\xaa\x3b\x81\xba\xc9\x8d\xba\x73\x1a\xfa\x66\x6e\xd4\x34\xf4\x0d\x58\x46\x41\x4f\xa5\x28\x10\x9b\x7b\x28\x45\xa7\x52\x74\xbf\x51\x4a\x51\x20\xb5\xaf\x4e\xa5\xe8\xfc\x74\x67\xec\xf5\xa8\xee\x04\xaa\xde\x86\xa9\xee\x04\xbe\x3f\xe3\x06\x0a\x4f\xa0\x55\x28\xf4\xd4\xbd\x07\x74\x53\xc0\xa6\xee\xbd\x79\xb9\xf8\x30\xea\x4d\xb5\x28\xd0\xcd\x6f\x9e\x3a\xf3\xa6\x95\xc2\xdd\x6b\x55\xa7\xd3\x00\x3c\xf7\x25\xd5\xe9\xb4\x50\x38\x36\x83\xa9\x38\x05\xbe\xff\xf7\x97\xce\xc6\x85\x35\x50\x5a\xad\x38\x9d\x06\xdb\x6d\x22\xa3\x14\x05\x8a\xb5\xaa\xa6\x52\x14\xe8\xfb\x13\x6c\xb0\x1d\x10\x5a\x83\xa7\xce\x42\xa0\x18\x40\x38\xd5\xab\xd3\xfc\x97\x89\x83\x72\x1a\x7f\x07\x84\x41\xed\x53\xff\xe1\xd4\x7f\x38\x51\x82\x53\xc1\x0a\x94\xee\xc6\xa4\x60\x05\x96\xd9\x45\x53\xc1\x3a\x6f\xc7\xe9\xea\xd3\xa7\x08\x2c\x13\xe2\xa6\x3e\xc5\xa9\x4f\x51\x2b\xd3\xd4\xa7\x08\x84\x25\x06\xa7\x52\x17\x58\xc6\xe4\x4d\xb5\xec\xbc\x7d\xc4\x38\x4f\xa7\x71\x7a\x40\x98\x68\x31\xd5\xad\x40\xfd\x6d\xae\xa1\x70\x05\x96\x85\x8a\xa7\xc2\x15\x58\xad\xfd\xa1\x5a\xd9\xd4\xe9\x38\xd5\xb0\xd3\xd5\xaf\x86\x05\xba\xe1\xa1\x53\x0d\x0b\x84\xb6\x82\xa9\x86\x05\xfa\x4f\xfa\xac\x86\x9d\xcf\xe3\x9f\x31\x35\x4a\x51\x20\x0c\x94\x9b\x4a\xd1\xf9\x3a\x18\x7f\xaa\xf0\x04\x56\xa8\x73\x14\x9e\x40\x98\x14\x39\x15\x9e\xd3\xcc\x9a\x29\xf3\xd6\x7d\x08\xd4\xbd\xc1\xa9\x3c\x81\x6a\xf6\xf1\x54\x79\x4e\xa3\x04\xa7\x5b\x97\xd2\x13\x28\x26\x80\x4f\xa5\x27\xf0\x5d\x66\x9b\xa3\xe2\x00\xd6\xbd\xab\xaa\x3d\x27\x42\xf3\x37\x65\x88\x2a\x4d\xa0\x6d\xfa\xa1\xd2\x9c\x2a\xcd\x09\xbf\x09\x95\x26\xd0\xcd\xee\x0f\x95\x26\x10\xe6\x1d\x86\x4a\x33\x4c\xe5\xe7\xf0\xd9\x0c\xfd\x85\x40\xb3\xa8\x4f\x28\x35\xc3\xcc\x1d\x3d\xfb\xa1\xd6\x04\x42\x7b\x4d\xa8\x35\x81\x6e\xee\x78\x28\x35\x81\x30\xe2\x30\x94\x9a\x40\xb5\x5c\x67\x28\x35\xc3\x84\x7f\x4e\x6f\xca\xd0\x63\x08\x54\xbf\x1e\xa1\xfc\x04\xc2\x1c\xa8\x50\x7e\x02\x21\x65\x0b\xe5\x67\x14\x77\x6d\xbe\x61\xa1\xb2\x04\xaa\x05\xd2\x42\x61\x19\x65\x8f\x89\x7f\x33\xe5\x07\xa8\x86\xae\x85\xce\xc6\x50\x32\x4e\xa4\x6b\x28\x19\x81\xa6\xf9\x37\x94\x8c\x61\x96\xbf\x35\x82\x42\xcd\x08\xb4\x7f\x37\xb5\xbb\xd5\x8f\x1d\xd2\x3b\x74\xe1\x01\xcb\xcf\x53\xe8\xc1\x0b\xc5\xa0\x75\x7f\x43\x31\x08\x84\x81\xbc\xa1\x18\x8c\xea\xb4\x2d\x7f\x6a\x47\x2a\x3b\x3e\x9b\x68\xa8\x0f\xc3\xfc\x7d\x4e\x5c\xca\xd0\x3d\x07\x84\x19\x66\xa1\x3e\x0c\x63\x1b\x39\x5e\x29\x43\x81\x08\x54\x4e\xf7\xca\x50\x20\x86\x11\x8a\x1a\x46\xc3\x08\x45\x20\x77\x8b\x0f\x19\x5f\x9c\x85\xb8\x42\x5f\x5c\x98\x85\x3f\x31\xae\x84\x3a\x0f\xf0\xd0\x87\x0c\x75\x5e\x18\x9f\xd8\xfc\xa5\xb3\xd6\x77\xcf\x18\xbb\x0a\x0e\xf0\xa0\x89\x0c\x15\x5c\xa8\xe0\xc2\x9b\xaa\xe0\x80\xe4\xf0\xff\x0c\x15\x5c\x98\x86\xcf\x51\x4a\x19\x8a\x33\x60\xd5\x7d\x99\x23\x30\x18\x31\xf8\x8e\x85\xfe\x2a\xa0\x69\xa0\x0d\x83\x11\x81\xd0\x54\x1a\x6a\xa7\xd0\x85\xc5\x19\x49\x19\x2a\x25\xa0\x9a\xa2\x10\xe6\xd2\xc7\x58\x5e\xc6\x32\x1a\xfb\xa6\xc9\x65\x74\x4d\x4f\x17\xe0\x59\x1c\x19\x6a\x27\xa0\x58\x6c\x23\xd4\x4e\x61\x2e\xbd\x55\x82\x43\x25\x04\x14\xb3\x96\x43\x21\x14\xc6\x44\x5a\xac\x26\x54\x42\x40\xe5\x20\xa1\x0c\x85\x10\x50\xe5\x8f\xa1\x10\x02\x2a\xe7\x22\x66\x28\x84\xc2\x90\x48\x0b\xe4\x84\xb2\x07\xe8\xc6\xe8\x84\x21\x91\x31\x9d\x6f\x77\x0a\x65\x0f\xb0\xf4\xb8\x86\xb2\x07\x28\x56\xcd\x0f\x65\x4f\x44\xf5\x97\x8c\x40\x09\x02\x54\xd3\x77\x42\x09\x02\xf4\x5f\xf7\x2a\xbb\xa1\x47\x4c\x36\x17\x6a\x10\xc0\x42\x73\xa1\x04\x09\x43\x18\xc3\x19\x32\x84\x11\x08\x79\x55\xa8\x37\x42\x71\xb1\x57\xa9\xe2\x02\x08\x19\x53\x28\x2e\x42\x4f\x94\xde\xa9\x50\x0f\x00\x4d\xc5\x17\xea\x81\x50\x0f\x70\xf4\x45\xc6\xda\x77\x20\xf4\xd3\x3f\xf3\xd9\x99\xfa\x12\xbb\xcd\x87\x47\xea\x8b\xd5\x99\x42\x3d\x10\x7a\xa2\x8c\xa5\x0c\x05\x41\x64\xa5\x6b\x36\x39\x69\x6a\x84\x18\x7f\x88\xf2\x0e\x25\x04\x10\x12\xaf\x50\x42\x84\x5e\xa9\xf0\x33\xa3\x38\x00\x5a\xc1\xee\x16\xaa\x83\x30\x33\x3e\xfc\x58\x18\x26\x08\xd4\xe6\x9b\xa9\xa3\x2a\xf4\x4a\x69\xf0\x0d\xbd\x52\x40\x48\xb3\x42\xaf\x54\x98\x54\xb3\xd7\x85\x3e\x28\x20\x2d\xdb\x13\x2a\x86\xd0\xb9\xa4\x01\x36\x24\xfe\x40\x4c\xb7\x42\x9d\x4b\xc0\x77\x19\x93\xa3\x77\x09\x28\x1a\x35\x43\xef\x12\xf0\x5d\xe6\x1d\x9c\x7d\xea\x59\x49\x31\x43\x15\x11\x3a\xa1\xac\x98\x1e\x6a\x06\x20\x94\x98\xa1\x64\x00\xea\x2f\x7c\xc3\xd4\x0c\x40\xc8\x14\x43\xcd\x10\xa7\x7d\xf3\x7b\xa1\xdf\x08\x48\x03\x01\x43\xfe\x1e\x7a\x84\x2c\x16\x16\x7a\x84\x80\x5d\xda\x3a\x64\xe1\xa1\x47\xc8\x6a\xfb\x21\xe7\x0e\x3d\x42\x61\x93\xf3\x26\xc1\xd6\xe2\x1d\x12\x6c\x20\x0d\x1c\x0c\x09\x36\xf0\x5d\xc6\x48\x75\xff\x84\x35\xa8\x76\x3f\x9c\x5e\xdc\x3f\x1d\xa1\x12\x72\xee\xb8\xed\xae\xaf\xba\x3c\x19\x58\x96\x81\x0c\x5d\x3d\x21\x01\x36\xaa\x36\x24\xc0\x40\xea\x75\x0e\x09\x70\xe8\xd8\x31\x76\x35\x64\xbb\x40\x9a\x68\x13\xf7\xbe\xe9\xed\x65\xcc\x9b\x9e\x1b\x20\x4d\xdb\x09\x3d\x37\xf1\x0c\x2f\x63\xa4\x3a\x5b\x80\xa6\x37\x21\x8c\x84\x03\x9a\x29\x89\x21\x75\x0d\x6b\x3d\x59\x86\x3c\xe4\xae\x40\x59\x7e\x3e\xe5\xae\xf1\x5c\xff\xfb\xbf\x59\x7d\x7c\x3a\x56\x80\x5a\x9d\x35\x1d\x2b\xf1\x56\xff\x8c\xc7\x27\x29\x05\xba\xf2\x2b\x24\xa5\x61\x3a\x8b\x55\xc2\x43\x77\x08\xd0\xcd\xbb\x08\x79\x2a\xd0\x9a\xcf\x40\x9e\x1a\xc4\x9c\xfd\x2c\x1c\x1e\x72\x46\x60\x71\x0a\x68\x2e\x29\xe3\x32\x8d\x5b\xab\xe2\x92\x33\x02\x8b\xf3\x04\x73\xc9\x19\x81\x90\xd6\x2c\xbd\x13\xc0\x32\x84\x7e\xc9\x22\x81\xef\xcf\x26\x6d\xc3\x36\x2a\x1c\xb0\x77\x2f\x59\x24\xb0\xcc\x72\x5b\xb2\x48\x20\xe7\xb4\x67\xcb\x26\x2a\xe5\x4f\xaf\x4a\x9b\xd2\xff\x0f\xda\x0e\xdb\x38\x3e\xb4\xf8\xff\xa7\x4d\x2e\x98\xe6\x4f\x2f\xdb\xbe\x55\x2a\x67\x5c\x92\xcd\x25\xd9\x34\x1a\x74\xc9\x36\xd7\x47\x2d\x53\xe2\xb7\xa4\x96\xc0\xd2\xfb\xb4\xf4\x6c\x00\x4b\xfb\xd4\xd2\xb3\x01\x44\xf8\xff\xf2\x4f\x20\x0c\x1d\x5a\xf2\xcf\x55\x14\xc0\xdd\x36\x87\x5e\x88\xc6\xc7\xb3\xb1\xf4\x6c\x00\xab\xe2\xb1\x58\x3a\x36\x96\x94\x94\x23\x92\x73\x49\x49\x01\x8f\x0a\xcd\x25\x25\x5d\xfa\x22\x8c\x53\x5d\xfa\x22\x80\xe4\x9c\xde\x6f\x57\xb1\x89\xdd\x69\xf9\x54\x0c\x47\x03\x56\xf8\x54\x0c\x47\x5b\xa6\xd6\x18\xdb\xb6\x8c\x47\x03\x3c\x65\x34\x97\x64\x76\x49\x49\x3d\x63\x66\xd5\xdd\x91\x9b\x72\x32\x36\x39\xb7\x52\x52\x63\x3d\x97\x94\x14\x58\x3f\x34\xc0\x92\x92\x2e\x0b\x43\xfd\x3f\x63\x77\x93\x33\x3b\x93\x5c\x77\x7c\xee\x55\xf4\x0e\x5c\x24\xab\xc8\x0c\xc0\x33\x8f\xed\x3d\x24\x93\x49\x40\x03\x49\x8d\xb6\xb4\x7f\x83\xe7\xc7\x77\x20\x4d\xfa\x0e\x2e\xfe\x17\x04\xeb\x29\x7e\x15\xf3\xc4\x89\xc8\x48\x65\x9c\x4d\x52\x21\x28\x0a\xba\x91\x9f\x41\xd3\x8f\xa4\xd1\x9f\x4d\xea\xc1\x64\x95\x26\xf5\x10\xb4\xac\xbe\x58\x4d\xea\xa1\xd1\xa4\xea\x25\x1b\x4d\x1a\xb4\xdf\xbb\x9b\xc3\x35\x15\x5b\xa5\x65\xe3\xfa\x07\x4d\xa9\x48\xe3\xfa\x37\x15\x54\x8a\x15\x1b\xa7\x3e\x68\xb2\x16\x8d\x53\x1f\x1c\x95\x57\x5d\xfb\xbe\x5f\x30\x73\x52\xf9\x4e\xab\x99\xb4\x9f\xb7\x42\xfb\x83\x26\x28\x8d\x16\x0d\x4a\x2d\x71\xa3\x45\x83\x66\x25\x99\xc6\xc7\x6f\x4c\x7b\xcd\x57\x1b\xd3\x3e\x68\x47\xe4\x69\x23\x45\x83\x32\x97\xb0\x91\xa2\x8d\x8f\xef\x15\xd7\x68\xd1\x66\x72\xb6\x27\x8a\x16\x6d\xb4\xa8\x6a\xc3\x46\x8b\x06\x6d\xf5\x03\xa0\x45\x9b\xbe\x4e\xfc\xaa\x46\x65\x06\xb5\x67\xa4\x6c\x54\x66\xa3\x32\x55\xfa\x35\x2a\x33\xb0\x20\x6d\x35\x2a\xb3\xf1\xdb\x5b\x46\xa8\xc6\x6f\x0f\x0e\x75\xa8\x8d\xf0\x6c\xfb\x7b\x0a\x39\x53\x56\x7a\x70\x18\x29\x1b\x27\x3d\xa8\xdd\x0f\x91\x93\xde\x54\x6c\x29\xd3\x6b\xfb\x7b\x0a\x79\x89\x7a\xb9\x30\xd7\x83\x12\xb9\x35\xe6\x7a\xd0\xd6\xd8\xf2\x8d\xb7\xde\x28\x5b\xc5\x7c\x8d\xb2\x0d\x2c\xc6\xfb\x8c\xd1\x36\x7d\xb3\xe0\x77\x9e\x14\xca\x36\xf8\xbe\x8f\x1d\x61\x1b\x2c\x6a\x5c\x1a\x65\x1b\x6c\x8b\x5f\x26\x73\x3d\x38\x16\xef\x63\xe6\x7a\xb0\x69\x23\xdc\xcc\xea\x09\x36\x5d\xc5\x9a\x89\xe4\xc1\xf7\x93\x41\xac\x11\xc9\xc1\xbe\xb8\x3c\x44\x72\xb0\x1d\xef\x9f\x77\xcf\xb3\xd6\x88\xa9\x05\x4d\x6d\x59\xb0\x98\x0a\xd5\xd4\x96\x05\xc7\xe2\x3d\xae\xb6\x2c\x58\x3e\x1f\x9b\x5c\xb0\x96\xd5\x89\x32\x44\x36\xa5\x65\xc1\x61\x35\x99\xa6\xb4\x2c\xf8\x9a\xc5\xda\x08\xf5\x60\xdd\xbd\x3f\x09\xf5\x26\x0b\x60\x4c\x93\x05\x08\x36\xcd\xf7\x9a\x24\x40\xb0\x9a\xdf\xd0\x24\x01\x82\xc3\x64\x86\x26\x07\x10\xac\xfa\x69\x34\x9a\x3f\x78\xee\x6d\x2e\x3e\xd1\xdf\xd2\x54\x56\xdb\xa1\x46\xe1\xb7\xf6\x3e\x4f\xb9\x62\x14\x7e\x70\x2c\x09\x43\x1b\x85\x1f\x7c\xd5\xc0\x34\x02\x3f\xd8\x3e\xae\xab\x52\xb3\x56\xef\xf3\x94\x33\x27\xfa\x83\xed\xf0\x88\x11\xf5\xc1\x41\xad\x37\xa2\xbe\x99\x3c\xaf\xc4\xb3\x49\x0c\x04\x5f\x75\xc6\x4d\x5e\x20\x58\x37\xc3\x1c\xe9\x1f\x6c\xbc\xc8\x46\xfa\x37\x2d\xb6\x54\x82\x36\x99\x81\x56\x67\xbe\xd3\x61\xb8\x1a\xc9\x02\xc8\xfd\x35\x59\x80\x66\x02\x92\xb7\x8d\x09\x48\xad\x5c\x8c\x7c\xa5\x30\x22\x58\xb4\x35\x6c\xc2\x88\xf6\x84\x11\x87\x3e\x47\x4d\x14\x11\xac\x9f\xa2\x03\x84\x11\xc1\x42\x4f\x35\xc5\x6d\x2d\xcb\x91\x2e\xc6\x3d\x51\x44\xb0\xb1\x3a\x9b\xbc\x43\x53\xdb\xe6\xb9\x96\x77\x68\x26\xd3\x2b\x5b\x6d\x22\x86\xd6\x93\x89\xf6\x1c\x88\x0e\x9a\xfe\x57\xfa\xa4\x37\x49\x86\xe0\x6d\xde\xdf\x04\x0c\x4d\x92\x41\x8f\xd0\x26\x62\x08\xde\x95\x30\x9a\x80\xa1\xc9\x28\xa8\x6e\x6d\x32\x0a\x41\xe9\xb5\xdd\x64\x14\xda\xe9\xe1\x7b\x0f\xc4\xe5\x4e\x3d\x9a\xce\xd3\x4d\x5c\xd1\xf8\xf6\x45\xb1\x89\x18\x82\x66\x8a\x6d\xe3\xdb\x37\x41\x44\x25\x9a\x69\x82\x88\xa0\x74\xdb\x6e\x82\x88\xa6\xac\x4c\xe5\x6a\xe3\xdc\x07\xf5\x4a\x42\x71\x45\x1b\xae\xdb\xe6\xa3\xae\xdb\x88\x47\x41\xd9\xf1\xdf\x9b\xf9\xef\x0c\xc8\xa6\x3a\xac\x3d\x11\xc3\x6e\xce\x71\x13\x31\x34\x66\xbb\xec\x7f\x63\xb6\x07\xfb\x2b\xc6\x98\xed\xed\x72\x6c\x7e\x53\x26\xf0\x04\x9b\x15\x89\x9a\x58\xa3\x3d\xf1\xc5\x6e\xed\xb0\xc6\x58\x0f\x0e\x85\xbc\x4d\xa8\xd1\xc4\x15\x7a\x88\x37\x71\x45\xb0\xec\x7f\xe2\x85\xb7\xeb\x3d\xc1\xfb\x79\xc7\x7a\xca\x58\xf1\x41\x99\x29\xd6\x58\xf1\x8d\x15\xaf\xed\x77\x63\xc5\x37\x35\x64\x5e\xfe\xac\xf8\x66\xea\x8e\xbe\xdc\x4d\xc0\x12\xfc\xd8\xc1\x4d\xc0\x12\x1c\xfc\xe6\x26\x5e\x09\x6a\xf1\xdc\x89\x57\xda\x4c\x45\x9f\x5f\x89\xe2\xb0\xa6\x38\x4c\xd9\x48\x13\xc3\x04\xa5\xdf\x5e\x13\xc3\x34\x96\xbc\x5a\x95\xc6\x92\x0f\x0e\x95\xd6\x8d\x25\xdf\x58\xf2\x0a\x3b\x1a\x4b\xbe\xb1\xe4\x3d\x15\xa2\x9f\xe0\xd9\x2d\x87\x2b\xfc\x09\x4a\xf7\xbe\x26\xfa\x69\xa6\xdc\x28\xa0\x68\x2c\xf3\xa0\xc9\x03\x34\xe5\x5a\xc1\xf1\xd7\x17\x38\xdc\x07\x4d\x11\x6b\x13\x10\x35\x26\xba\xac\x6f\x89\x88\xca\xc4\x7d\x89\xda\x12\xeb\x04\x4d\x01\x48\x89\x75\x4a\xac\xa3\x71\x63\x89\x75\x82\xe3\x78\xff\xda\x6e\x53\xb3\x5b\xcb\xb6\xb2\x2d\x37\x61\xb5\x5b\xb7\x29\xeb\x7d\x7d\xfc\xb1\xd3\x26\x27\x1a\xeb\xa7\x44\x31\xc1\xe1\x25\x54\xa2\x98\xe0\x90\x2d\x28\x41\x4c\x69\x16\x60\xad\xa6\x12\xc5\x04\xcb\xf2\x6e\x5a\x6c\x5a\x72\x18\x39\x4f\x51\x4c\xd0\xf4\x5e\x2f\x51\x4c\xbd\x51\x4c\x8e\x5f\x14\x53\x66\xfe\x5b\xe9\xa8\x84\x2c\x41\x3b\x32\xc8\x97\x90\xa5\x32\xf3\xe6\x43\x8a\x95\x62\xac\xa0\x54\x1a\x95\x28\xa6\xb8\xe8\x0a\x1d\x8a\x8b\x1e\xb4\xac\x41\x5d\xc5\x45\x2f\x91\x8d\x25\x7a\x4a\x64\x13\xb4\xdd\xe1\x8a\x6c\xca\xdc\x18\xab\x07\x15\x67\x3d\x38\xfe\xfa\xa4\x63\x53\x52\xa5\xf5\x77\x89\x4f\x82\x23\xcb\xe3\x56\x29\xa9\x2a\xed\x6d\xb5\xb1\x2e\x5e\x78\x50\xa6\x6e\x96\x62\xa9\x12\xb2\x58\x91\xa3\x84\x2c\x41\x2d\xab\xdd\x1c\x47\x56\x78\x5c\x18\xe4\x25\x18\x09\x4a\x53\xcc\x12\x8b\x04\xcf\x6e\x3e\xea\xd8\xd2\xa6\x76\xfd\x3a\x8e\xf7\xd8\x52\x38\x1c\xdd\x53\x0a\xa1\x2a\x4d\xa6\x5e\x11\x55\x0c\xf2\xa0\x96\x08\x87\xe2\x8f\x07\xeb\xf2\xc9\x58\x59\x0c\xf2\xa0\x6d\x9e\x70\xc1\x4e\xc5\x33\x5f\x3e\x9e\x36\x9e\x79\x65\x9e\xbf\x96\x95\xa5\x52\x29\x68\xea\x7a\x4b\xfc\x13\x94\xc6\x1f\x25\xfe\xa9\xb4\xa9\x5d\x4c\x2c\x2b\x35\x48\x41\xb3\xe8\x6b\x31\xdb\x83\x66\x1a\x7a\x09\x70\x82\xf5\x5d\x2c\xac\x44\x38\xc1\x21\x83\x55\x22\x9c\xe0\xf0\xfe\x2b\xfe\x7b\xf0\x7c\xd2\x36\xb7\xe5\xc1\xbb\xb2\x59\x89\x83\xea\xe7\xb6\x2c\xfe\x9a\x33\x78\x50\x26\xa7\xd6\xef\x3d\x03\xb7\xc5\xcf\x56\x84\x13\x1c\x16\xe3\x2c\x11\x4e\x25\xc2\x59\x34\xca\x2e\x11\x4e\x50\x4b\x86\xca\x12\xe1\x04\x3f\xc9\xb5\x52\x50\x14\x3c\x9f\xcc\x89\x0a\x7a\x4a\x83\xdb\x84\xaa\x25\xe8\x09\x9e\xdd\xf2\xa5\x82\x9e\x7a\x42\x97\x9f\x54\x5a\x09\x5d\x82\x45\x31\x42\x99\x7f\x12\x7c\x57\x8f\xe4\xfe\x1e\xed\xf3\xaa\x90\xdc\x28\xc1\x4c\xb0\x59\x66\xa2\x04\x33\xc1\xf2\x89\xea\x2e\xc1\x4c\xb0\x49\x54\x97\x58\x26\x78\x0e\xcc\x27\x9d\x53\xd6\x4e\x34\xd4\x97\x60\x26\x58\x34\x9e\x28\xc1\x4c\xb0\x69\x36\x56\x82\x99\xe0\xc7\x10\x2a\xc1\x4c\xa5\x07\xd6\xf2\x71\xef\x84\x2e\xc1\xaa\x9d\x5e\x09\x5d\x82\x67\xb7\x9c\xb9\xd8\x25\x58\x9e\x1f\xe3\x3f\x1d\xaf\x4b\x68\x13\xfc\x18\x41\x25\xb4\x09\x9e\x3f\x9c\xdb\x28\xb6\x29\xb1\x4d\x9c\xbd\x12\xdb\x04\x3f\x4b\xdd\x96\xd8\x26\x58\x2d\xfc\x54\x62\x9b\x6a\x2e\x56\x06\xa8\x12\xc9\x04\x3f\x46\x4d\x89\x64\x82\xed\x7d\xe1\x8b\x64\x82\x85\xc3\x53\x22\x99\xe0\xc7\x08\x2a\x91\x4c\xb0\x6a\xa4\x50\x22\x99\xe0\xf9\x4a\x9f\x74\xfd\x1e\xfc\x2c\x47\x59\x42\x99\x60\x51\x8b\x52\x22\x99\xe0\xf9\x64\x9e\x4c\xe9\x8b\xe0\xc7\x07\x2a\xd1\x4d\xb0\xfe\xf5\x9c\x88\x6e\x82\x75\x8f\x34\x2d\xd1\x4d\x3d\xa1\xcc\x8f\x99\x53\x42\x99\x60\x95\xc8\x2a\x91\x4c\x3d\x31\xca\x8f\xaf\x51\x42\x94\x60\xb3\x2c\x45\x09\x51\x82\x2f\xd3\xaa\x84\x28\xc1\xd7\x84\xe5\x12\xa2\x04\x5b\xbd\x07\xe1\xc4\xbb\x1f\x5b\x04\x67\x09\x0e\x82\x9d\x00\x29\x59\x87\xea\xde\x81\x09\x18\x4a\x74\x10\xfc\x94\xc9\x97\xe8\xa0\xba\x67\x2e\x4a\xa8\xa4\x1d\x82\xa6\x5f\x56\xc9\x3a\x04\x4d\x5a\xa3\xc4\x10\xc1\x51\xce\x49\xd2\xa1\x4e\xaf\x4a\xc7\x21\x86\x08\x9a\xc2\xc2\x12\x43\x04\xcf\x6e\x39\x51\x31\x44\x70\xf0\xb6\x4b\x0c\x11\x34\x96\x4e\x49\x3a\xd4\x78\xbf\x20\x5f\xaa\xce\x27\x38\xd4\xeb\x97\x3a\x9f\xca\x24\x0e\xcb\x91\x57\x29\x8a\x09\x1a\xeb\xac\xc8\xf4\xa0\x4c\xb1\x2e\x65\x32\x41\x13\xa5\x17\xfb\x3f\x58\x17\xc5\xe6\x45\xcd\x07\xa5\x66\xbc\x88\xf9\xa0\x7d\x52\xa3\x55\xc4\x7c\x5d\x6e\x41\xca\x14\x8b\x98\x0f\x4a\x8b\xae\x22\xe6\x83\x52\xb0\x5c\x12\x07\xc1\xf3\xc9\x9c\x14\x81\x1f\x34\xe5\x0a\x45\xe0\x07\xcf\x6e\x8e\xc3\x9d\xca\x5a\x12\xba\x87\x15\xcd\x1f\x3c\xbb\x39\x77\xb7\x2a\x1d\x6c\x45\x98\x45\xd5\x07\xeb\xf2\x6a\x17\xb2\x3e\x68\x32\x61\x45\xd5\x07\xa5\x5b\x63\x51\xf5\x35\x1d\x47\x2c\xb4\xa2\xba\x83\xe3\x15\x16\x54\x77\x99\x1e\xaf\xaf\x78\x99\x6d\x11\x34\x4d\xe8\x8a\xc2\xae\xf8\xff\xcb\x12\x2b\xa0\xc8\xdd\xa0\x99\xab\xd7\xa9\xdd\x60\x5d\x44\x04\x9d\xff\x1f\x1c\xa6\x3a\x74\xfe\x7f\x8f\xda\x5d\xe8\x94\x4e\xed\x06\xe5\xad\xdd\xa9\xdd\x9e\x9a\x8e\x45\x94\xd0\x09\xd4\xa0\x34\x9c\xec\x04\x6a\xd0\xb4\x45\xea\x6a\x3a\x82\x52\xe4\xd8\x49\xd6\x9e\x62\x8d\x85\x74\xe9\x8a\x35\x82\xd2\xf3\xaa\xf3\xcf\x7b\xa6\x01\x2c\xcb\xbb\xad\x6c\xcb\x4c\xb4\xbc\x9c\xba\x79\xe0\x3d\xad\x4c\x17\x5e\x58\x57\x4b\x11\x14\x83\xb2\x9b\x0e\x1d\xac\x8b\xa9\x51\x9d\x97\x1d\x94\x55\x76\x3b\xad\x18\xd4\xfa\xfe\x31\x67\x10\x7b\x7b\xe1\xd2\x75\xf6\x76\xd0\x58\x5f\x9d\xbd\xdd\x37\x67\x95\x5f\x77\x57\x46\x1f\xd4\xea\xaa\x91\x8f\x41\xfb\xbe\x9f\x6c\x36\xe5\xa1\xcf\x4b\xb8\x73\xbc\x3b\xa9\xb8\xbc\xbb\x39\x34\x52\xb1\x1c\x86\x43\xdb\x1c\x5a\x86\xf9\x4e\x2b\x06\x45\x7c\x75\x45\xf3\x41\xe9\xfe\xd2\x55\x5c\x04\xb5\x6e\xf6\xda\x6c\xca\xaf\x36\x3f\xee\x4e\x3c\x06\x4d\x63\xa3\x4e\x3c\xf6\x34\x89\x5a\xcc\x7e\xeb\xea\xdc\x83\xa2\x3f\x3a\xf1\xd8\xbf\x2e\x77\xde\x31\x9d\x54\x0c\x6a\xfd\x93\x65\xb6\x3a\x27\x3d\x58\xdf\xe8\xa6\xb3\xd2\x83\x92\xc0\xeb\xca\xe0\xfb\xcf\x43\x9c\x71\xb2\x93\x8d\x41\x5b\x3e\x36\x39\x74\xb2\x51\x53\xe4\x4e\x36\x06\xed\xf0\xa4\x90\x8d\xfd\xe7\x0c\xf3\x4e\xee\xcc\xf2\xa0\x91\xc7\x9d\x57\x1e\x94\x74\x60\x27\x2e\xfb\xcf\xe1\xe6\x9d\xdc\xc9\xc6\xa0\x99\x97\xd4\xd5\x68\x74\x4a\xd2\xc4\xba\x4e\x49\x06\x4d\x47\xce\x4e\x49\x06\xcf\x6e\xb9\xac\xa4\x64\x50\x4a\x5b\x3a\x25\x19\x94\x25\x38\x3a\x25\xd9\x77\x67\x90\xf7\x63\x57\x7e\x11\xd4\xea\x37\xc7\x2a\x0f\xd6\xc5\x5a\xc8\x9d\x57\x1e\xac\xc7\xc7\x6e\x6e\x9b\x75\xb8\x9d\x3b\xc1\x19\x6c\x8a\x5d\x3a\xc1\x19\x7c\x0d\x3d\x9d\xe0\x0c\x96\x35\xef\xda\x4e\x70\x06\xdb\xe2\x19\x26\x38\x83\xe7\x28\x72\x4e\x14\x67\xb0\xf0\x01\x3b\xc1\x19\xac\x94\x70\x27\x38\x83\xdd\x22\x90\x9d\xe0\x0c\xb6\xef\xe2\x2b\xdd\xe1\x47\x64\xee\x1f\xaf\x0c\x56\x79\xb0\x5a\xfd\xba\xd3\x9b\xc1\x6e\xdd\x8b\x4e\x6f\x06\xdf\x3d\x91\x53\x27\x37\x83\x8d\x2a\xe9\xf4\x64\xb0\x5b\xf6\xa2\xd3\x93\x9d\x9e\x74\xa9\xc9\xc9\x60\x57\x33\xdb\xc9\xc9\xfe\x68\xc7\xfd\xe3\xea\xd0\x8e\xc1\x7a\xf8\x46\xbe\x78\x27\x27\x97\xe4\x55\x3a\x39\x19\xac\xef\x6d\x23\x27\x83\x5d\x01\x6e\x27\x27\x83\xd5\x42\x4a\x9d\x9c\x0c\x96\xe6\x81\x22\x27\x83\x5d\x47\xb6\x4e\x4e\x76\x72\xf2\xbd\x49\xe4\x64\xb0\x1b\xe4\x3b\x39\xd9\xc9\xc9\xc3\xdf\x77\x79\x1e\x7c\x95\xbd\x77\x6a\xb2\x93\x8e\x9a\xbe\x74\xd2\x31\x58\xb5\x86\xea\xa4\x63\xb0\x93\x02\x9d\x31\xde\x19\xe3\x0e\x96\x9a\xec\x8f\x82\xdc\xff\xda\xe4\x5a\x94\xb7\x6e\xc6\xfd\x4e\x4e\x06\xbb\x61\xbf\x93\x93\xc1\xf6\x89\x88\xe8\xe4\x64\xb0\x1b\xf5\x3b\x39\x19\x3c\x7f\xcc\x36\x67\xfe\x60\x5b\xcb\x77\x3a\xf3\xca\x2d\x2f\x7f\xcc\x2d\x7f\xf0\x63\x5f\x76\xfd\xb5\x7a\xcf\x29\xb9\x71\xec\xed\x60\xdd\x1d\xab\xe9\xdc\xbd\xe7\x94\x5c\x1e\xee\x76\xf0\x65\x8f\x76\x02\x36\xd8\x3f\xef\x07\x9d\x64\x2a\xed\x97\x77\x8c\xe3\x78\x07\xbb\xf5\x4b\x3a\x4d\x1b\x2c\x1a\xea\x77\x9a\xb6\x77\x8f\xa7\x27\xa3\xbf\x07\x9b\xc6\x9f\x06\x2a\x8e\x77\x70\x28\x62\xee\xc4\x6a\x70\xec\x06\x64\x62\xb5\xc7\xc9\x5e\x56\xbf\x25\x4e\x76\x70\x48\xa4\x75\x4e\x76\x70\xa8\x5e\xeb\x4a\xe3\x83\x85\x7b\xde\x95\xc6\x07\xeb\xa2\xdd\x78\x57\x1b\x1f\x1c\xe6\x00\x74\xa5\xf1\xc1\xb3\x5b\x9e\x76\xb6\x78\x70\x58\xb8\xb3\xb3\xc5\x7b\x0a\xe1\xdf\x80\xa7\x2b\x84\x0f\x0e\x85\xcb\x9d\x40\x0e\x0e\x45\xd2\x9d\x40\x0e\x0e\x69\xa6\xae\x28\xa7\x67\x8d\x87\xb7\x2d\x51\x67\xa8\x07\x07\x97\xaa\xf3\xd3\xbb\xb5\xab\x49\xdf\xae\xb4\xa6\x0f\x87\x96\x0b\xa9\x8e\xa6\x0f\xb7\x60\xf5\x51\xb7\x20\x2b\x35\x28\xfd\xee\x44\x79\xb0\xbe\xdd\x1b\x3a\x55\x1e\x1c\x56\xe5\xed\x54\x79\x50\x3a\xbd\x74\xaa\x3c\xd8\xd4\xb3\x77\xa2\x3c\x68\x26\xce\x75\xa2\x3c\x78\x97\xa0\xef\x44\x79\x90\xc5\xeb\xff\xf9\x18\xad\xda\xbd\x93\xf1\xef\xe8\x4f\xc6\x07\x8b\xaa\xb8\x4e\xc6\xf7\xeb\x3d\x65\x5f\xe6\x94\xd3\x6e\xd6\x5c\xbb\x4e\x65\x77\x2a\xfb\xd5\x64\x54\x76\x70\xb0\x54\x3a\x95\xdd\xa7\xc7\xce\xa3\xa8\xd8\x27\x38\xde\x11\x82\x77\xde\xa7\xdb\xe1\x51\x54\x6f\x1e\x1c\x1a\x72\x75\xb6\x78\x27\xd0\xdf\x61\x95\x40\x0f\x0e\xeb\x8d\x74\x02\x3d\x28\x7d\xc1\x3a\x57\x3c\x38\x2c\xf3\xd1\xb9\xe2\x3d\x45\xe3\xcb\xea\xb1\x50\x34\x1e\x1c\xda\x2a\x75\x45\xe3\xc1\xba\xac\x89\x2c\xbb\xa2\xf1\xe0\x50\xeb\xdc\x39\xe0\xfd\xf6\x10\x47\xb6\x9e\xa4\xfd\x19\x23\x7b\xd1\x6d\xfc\x64\x64\x07\x5f\x97\xf2\x64\x64\x9f\x1f\xd7\xe8\xdd\xb6\xdb\x96\x0a\x9d\xbc\x0e\x4e\x15\x3a\xc1\xb3\xdb\x9a\x6d\xcd\xb6\x24\x18\xe2\xee\x9c\xbc\xed\x53\x04\xb0\xee\x0e\xe4\xb2\x2d\x05\x6d\x3f\x5f\x30\x6d\x72\x9b\x77\xc7\x76\xdb\xe6\x22\x3d\x0f\xe3\x29\x04\x38\x17\xa7\xe0\x1b\x18\xd2\xc1\xc1\x99\x39\x19\xd2\xe7\xe2\x85\x90\x41\xe6\xa4\xf7\x83\xd2\x83\xe9\x64\x3e\x9f\x8b\x2f\xcd\xe8\x7d\xb2\x95\x83\x83\x5b\x73\x9a\xcf\x7b\x66\xa5\x85\xc5\x72\x8c\x27\x5b\x39\x28\xfd\x06\x4e\x93\x77\x83\x83\x5b\x73\x2a\xa1\x09\x9e\x4f\xe6\xe4\xd5\xd0\x04\xc7\x7b\x1c\x4a\x68\x82\x67\xb7\x5c\x5e\x35\x34\x41\xdb\xbe\xfe\x9a\xab\xbb\x7a\x42\x32\xda\x9d\x7c\xeb\xa0\x96\xdd\x27\x9d\x68\xac\xec\x45\xef\xf2\x53\x78\x12\x94\xb0\xe0\x14\x9e\x04\x3f\x26\xe7\x29\x3a\x09\xd6\x65\xcd\x08\x75\x0a\x4f\x82\xa6\x55\xc0\xa9\x1e\x3c\xf8\xca\x29\x9f\x3c\xf0\x73\xf3\x54\x46\x5b\x9c\x2a\x6d\x82\x5d\x13\x92\x93\xb9\x1d\x2c\x56\x93\x3f\x99\xdb\xe7\xf7\xfd\xce\x1c\x87\xb8\x23\x58\x35\x15\x3d\xc5\x1d\xa7\xe5\x12\xf2\xfa\x3a\xc5\x1d\xc1\xa1\x78\xed\x64\x64\x07\x9b\x22\xe0\x53\x28\x12\x1c\xd6\x3a\x3e\x85\x22\xc1\xba\x98\x73\x72\xaa\xda\x09\x0e\x55\x69\x27\x6b\x3b\x38\x4c\xff\x38\x95\x83\x07\xc7\x9e\x78\xf9\x14\xc3\x9c\x02\x16\x8d\xcb\xcf\xef\x7b\x4e\x52\x30\xfe\xbe\x1b\x90\xda\x1e\xbd\xf9\x4f\x01\x49\xb0\x59\xb2\xfc\x14\x90\x9c\x4c\x71\x0a\xf3\x64\x8a\x07\x87\xb9\x24\x27\x53\xfc\xe4\x80\x6f\x51\xdb\x27\x07\x3c\x58\xd5\x05\x9e\x42\x99\x33\x35\x3e\x8b\x52\xb8\x53\x90\x12\x94\x72\x8c\x53\x8d\xcf\x29\x6e\xb1\xce\xc7\x29\x6e\x09\x9a\xea\xdd\x53\xdc\x72\xa6\xf4\xe5\x9d\xdf\x7a\x12\xef\x41\x5b\x3d\x1c\xc4\xfb\xc9\xf4\xd5\x0e\xe2\xa4\xc1\x83\xd2\x07\xea\xa4\xc1\xcf\xc3\x3d\xc8\x1b\xf6\xa4\xb8\x83\x52\x59\x7c\xb2\x78\xcf\xe6\x82\x64\x7c\x3e\x99\xa7\x41\xc9\x2c\x9d\x04\x70\xf0\xec\x96\x6f\xa0\x80\x83\x7a\x4f\x81\x00\x3e\xd3\xec\x67\xd9\xdc\x65\x1e\x65\x50\x7a\x68\x9c\x74\x66\xb0\x2e\x9b\x6f\x20\x34\x83\x62\x87\x9d\x84\x66\x70\x1c\x9b\x4d\x8e\xa3\x32\x1f\x21\x2f\xe2\x93\x6d\x79\xd2\x86\x9b\xe3\xa0\x0d\x83\x52\x41\x78\xd2\x86\x67\x79\x8c\xbc\xd8\x94\x43\x04\xa5\x29\xc4\x49\x2f\x06\xa5\x0f\xc5\x49\x2f\x9e\xdd\x17\x78\xff\x99\x00\x19\xd4\xf1\x6e\xf2\x05\x69\xb2\xa3\x77\xc4\xc9\x90\x0c\xd6\x65\x6b\x7f\xd0\xb8\xec\x64\x58\x06\xa5\x5c\xfb\x64\x58\x06\x4d\x11\xf3\x49\x15\x9e\x14\xd4\x96\xb0\xe2\xa4\xa0\x82\x3a\xde\x4d\x2e\xe0\xc8\x8d\x8c\xef\x7b\x52\x50\xe7\xf0\x58\x78\x1b\x28\x2c\x08\xca\x6c\xad\x53\x5d\x41\xb0\x2e\x5f\x3f\x3a\x85\x05\x41\xb3\xce\xcd\xa9\x60\x39\x28\x3d\x22\x4e\xa2\xea\x64\x3b\x7e\xed\x46\xe1\x04\xa5\x25\xd6\x49\xe1\x04\xeb\xa2\x6d\xf4\x49\xe2\x04\x65\xf2\xec\x49\xc3\x9c\x0c\xc5\xef\xe2\xaf\xbd\xdf\x90\x0b\x5d\x36\xb9\xd0\x0c\x45\xad\x48\x4e\x86\x62\x50\x47\xc4\xd7\xc9\x50\x3c\x69\x18\xf5\x23\x27\x0d\x13\x94\x3a\xef\x93\x86\x09\x4a\x5b\x99\x93\x53\x18\x3c\x9f\xb4\xcd\x59\x4d\x67\xe5\x8f\x39\xab\x94\x09\x2c\xca\x36\x4e\x52\x27\x28\xd3\x04\x4f\x65\x02\x41\x13\x87\x9e\xca\x04\x82\xe7\x93\x39\x79\x75\x02\x67\xea\x04\x8e\x98\x05\x27\x41\x74\xce\xdb\x6e\xd9\x46\xd7\x04\xa5\xb0\xee\xe4\x4e\x9e\xb7\xc3\x8d\x53\x78\xca\xec\x07\xa5\x04\xfd\x94\xd9\x3f\x6f\x97\xcd\xab\x44\x1a\x3f\xa8\xf7\xa5\x29\x8d\x7f\x32\x36\xdf\xe1\x82\xb1\x19\x94\xce\xbf\x83\xfa\x19\xf4\x8a\x45\xa6\x07\xbd\x12\x94\xb2\xf4\x41\xaf\x04\xa5\xfd\xf3\x90\x8b\x1f\x24\x8c\x8e\xca\x83\x84\x19\x24\xcc\xc7\xa6\x69\x93\x93\xcf\x9b\x7a\xd0\x2b\x41\xb5\x04\x5b\x43\x96\x3d\x78\x76\xdb\xb3\x6d\xb5\x2d\x6a\x22\x7e\xf0\xa0\x6a\x82\xf6\xd7\x5e\x5f\x9b\xde\x2f\x78\xae\xee\xa0\x4d\x82\x52\x31\x3f\x24\xc1\x47\x16\x91\x5d\x74\xad\x1b\xb4\x49\x50\x26\x1f\x0c\xda\x64\xd0\x26\xfa\xc5\x0d\xda\x24\x28\xed\xc5\x06\x6d\x32\x56\x97\x2d\xb2\x66\x10\x22\x41\xe9\x3a\x3d\xe8\x90\xa0\x94\xe4\x0f\x3a\x64\x70\x4e\xad\xa0\x3b\x38\xa7\x41\xe9\x74\x3d\x48\x93\x41\x74\x58\x93\x76\x10\x1d\x41\x99\x52\x31\x88\x8e\xa0\x74\x1d\x18\x44\x47\x50\x6c\xe9\x21\xf1\x1e\xac\x8b\x86\x74\x43\x9b\x92\xa0\x34\x99\x1d\xfc\xd5\xe0\xd9\xcd\x47\x0f\xdb\xbc\x66\x6c\x72\x9e\x9b\xd7\x4c\x5e\x5a\x83\xc3\x1a\x94\x22\xd9\x61\x4e\xdb\x20\x7e\x34\xa9\x1b\xc4\x4f\x50\x2d\xef\x8f\x41\xfc\x0c\xde\xac\x75\x70\xc7\xf6\x9e\x7c\x64\xc1\xe2\x0b\xf2\xe8\x8e\xef\x7b\x0a\x39\x53\x22\x26\x28\x5d\xab\x07\x11\x33\x24\xe3\xb5\x7d\x1b\x14\x4b\x50\xb2\x3d\x83\x62\x09\x0e\x2b\x62\x0c\x8a\x65\xfc\x3c\x80\xf9\x45\x0e\x8a\x22\x28\x7d\xab\x87\x34\xfb\x20\x32\xac\x4d\x3a\x88\x8c\xa0\xf4\xc5\x1e\x44\x46\xf0\xec\x96\x2f\x65\x98\x06\xa5\x57\xf6\xe0\x97\x06\x4d\x40\x35\x48\x91\xa0\xcc\x2f\x1b\xa4\xc8\x48\xf3\x8f\x45\x43\xb7\x21\xcd\x1e\x94\x49\x27\x43\x96\x7d\xf0\x4b\x15\xbb\x0e\x7e\x69\x50\x74\xea\xe0\x97\x0e\x89\x71\x0b\x4d\x0e\x89\xf1\xa0\x4c\xd9\x18\xaa\x81\xc7\xee\x4b\x5d\x5d\xde\x65\x50\x26\x12\x0d\xde\xe5\xc8\x2a\xaf\x8b\xea\xd3\x41\x9e\x04\xa5\xbe\x67\xf0\x08\x87\xa4\xb4\x49\x95\x83\x49\x18\x94\x89\x44\x83\x49\x38\x24\xa5\xcd\x70\x1c\x5c\xc2\xe0\xcb\x32\x1a\x5c\xc2\xc1\x12\xd4\x56\x6c\xf0\x04\x83\xe3\xb7\xff\xc1\xa8\x3d\x58\x86\x83\x8a\xd2\x37\x61\x50\x51\xc1\x4a\xf0\x0e\x2a\x2a\x38\x74\x76\x1f\x44\xd4\x60\x19\x5a\x4a\x70\xf0\x0c\x47\xcb\x6c\x5e\x27\xcd\xfa\x1b\x0a\x60\x7f\x6e\x2f\x9f\x2f\x38\xac\xaa\x34\xf8\x7c\x43\xda\x58\x33\xac\xc1\xe8\x0b\x16\x4b\x28\x0d\x92\x6c\x58\x52\xd6\xfb\x8b\x24\x1b\x24\x99\x06\x56\x83\x24\x1b\x99\xe2\x66\xdd\x9f\x41\x6c\x05\xcf\x6e\x39\x05\x4e\xdf\xa8\x5f\x76\xcb\xe1\x32\xfa\x06\x4d\xa6\x51\xd4\xa0\xc9\x46\x2a\x54\x2d\x44\x33\x54\xa8\x06\x9b\x1e\xb4\x83\x24\x0b\x9e\x4f\xe6\x56\xd2\x64\x23\xf3\xd5\x4c\x15\x18\xac\xb8\x60\x55\x7f\x36\x58\x71\xa3\x67\x52\xbb\x77\x04\x95\x16\xac\x6f\x17\xda\x41\xa6\x05\x87\xf5\x1f\x06\x99\x36\xfa\x7b\xd5\x72\x3d\xe8\xb0\x61\xa5\xd5\x66\x93\x4b\xd4\x5d\x22\x77\x94\x17\x37\x62\x9f\x59\x9a\x66\xb0\xcf\x82\x55\x38\x3e\xd8\x67\x83\x7d\xa6\x07\xc0\x60\x9f\x0d\x3d\x23\x8c\x8c\xe6\x9c\x8d\xcc\x39\x5b\x2c\xf5\x3b\xd8\x5b\xc1\x26\x22\x1d\x2a\x48\x47\x96\x26\xd5\x4f\x64\x90\x6b\x63\xbc\x5f\x90\x4b\x44\x9b\x8d\x2b\x8e\x9a\x91\x80\x45\x35\xae\xf7\x0b\xf2\xa5\x0c\xa9\x71\x25\x7c\xf3\x1e\xa5\xc3\x82\x65\xf1\xda\xa7\xc3\xc6\x95\xb8\xcc\x0b\xe7\x7a\xff\xbe\x1f\xd8\x6e\x37\x57\xf2\x4a\x5c\xe6\xc7\x4f\x73\x05\xab\x25\x43\x06\x77\x69\x70\x97\x92\xa0\x19\xdc\xa5\x91\x32\xcc\xe5\x7d\xe6\xc9\xb0\xe0\xd0\xb5\x63\x90\x61\x63\xfa\xb5\x44\xff\x0f\x9a\x2b\x68\x16\x0c\x1a\x0c\xa7\x91\x79\x63\x8b\x8e\x4c\x83\xc0\x0a\x4a\xff\x96\x41\x5f\x8d\xe9\x0c\x3c\xe0\x04\x56\xd0\x94\xa3\x0e\x86\xd3\xb8\x5d\x35\xef\x2a\xa5\x93\xc1\xc1\x56\x1e\xf4\x55\xd0\x2c\xaa\x34\xe8\xab\xe0\xf9\x64\x8e\xcd\xc4\xb1\xa0\x76\xba\xc6\xc4\xb1\xc1\x4a\x52\x6b\x70\x11\x53\x17\x8f\xc8\x73\x7a\xf1\x88\x82\x72\xe3\x2f\x1e\xd1\x65\x16\x57\x86\x90\x8b\xe4\x0a\xd6\xc5\x4a\x39\x17\xcd\x15\x34\x33\xd8\x2f\x9a\xeb\x5a\x5c\xca\xfc\xf8\x2e\x2d\xdf\x82\xe6\x70\x2f\xe9\xdf\x2b\x25\x85\x8b\x75\x04\x2e\xae\x4e\xd0\xc4\x48\x97\x92\xc2\x60\x5d\x74\x23\xba\xcc\x8c\x0a\xca\x03\x78\xa9\x32\xbc\xf8\x41\x7b\x86\xe3\x8b\x1f\x14\xd4\x9e\xa1\xe6\xa2\xb9\x2e\x02\xcb\xdc\x81\x8b\xc0\x0a\x4a\x63\x88\x8b\xc0\xba\x32\x59\x6a\x31\xa7\xff\xa2\xa6\x82\x26\xb9\x72\x31\x7a\x2e\x02\x6b\x5f\x7c\x83\x8b\x94\x95\x37\xf7\x48\xeb\x8b\xc0\xba\xd6\xf7\xd8\x72\x17\x58\x38\x41\x59\x91\xee\x62\xe1\x04\xf5\x9e\x01\x31\x75\x91\x27\xa6\x29\x5f\xe4\x49\xd0\xd4\x05\x5e\xe4\xc9\xb5\xf9\x82\xcd\x6e\xbe\x60\x4b\xf1\x6e\x9e\xe7\x4b\x9a\xf8\x8a\x37\xb3\x70\xe9\x2f\xe6\x4c\x50\xef\xf5\x60\xce\x5c\x9c\x0c\xc6\xfa\xc5\xc9\x08\x9a\x49\x00\x17\xdd\x11\xd4\x7b\xee\xbf\xf7\x93\xb9\x92\x91\x6b\x17\xd9\x71\x29\xc8\xe3\x81\x5c\x72\xa6\x41\xf9\x2d\x5f\x94\x42\x70\x98\x4e\x73\x51\x0a\xd7\x4f\x39\x5b\xc6\xb4\x8b\x2c\x08\xca\xcb\xe2\x32\xd5\x3d\x28\x2d\x7e\x2e\x89\xd5\x4b\x2e\x94\xdf\x7b\xc9\x85\x06\xe5\x27\x7f\xc9\x85\x5e\x72\xa1\x5c\xbf\x4b\x2e\x34\x68\xdb\xe1\x93\x0e\x8d\x79\xb2\x1f\x7f\x30\x8f\xeb\xe2\xad\x04\x65\x0e\xfa\xc5\x5b\xb9\x0e\xd7\x3e\x83\xd4\x25\x0d\x1a\x34\x35\x50\x97\x2c\xe8\x95\x0c\xde\x62\x22\xd9\x25\x85\x17\x94\xfe\x4a\x97\x14\x5e\xb0\x2e\xd2\x4a\x97\x81\x3c\xa8\xf7\x51\x91\xc2\xbb\xca\xd3\x1e\x01\x76\x19\x67\x83\xf2\x8a\xbc\x0c\xb3\x57\xe6\x86\x2c\x2a\x96\x2f\xa9\xb2\xa0\x4c\x42\xbf\xa4\xca\x2e\x43\xef\xe1\x97\x58\xef\x37\xb8\xac\x3e\xe9\xb2\xaa\xc6\x3a\x3c\xc7\x46\xd0\xa0\xcc\xbd\xbe\x24\xb3\xae\x2c\x99\xb8\x68\x3e\x70\x49\x53\x05\x65\xc2\xf7\x65\xa0\xbd\x64\xae\x0e\xa7\x65\xb8\x0c\x4a\xed\xdb\x65\xb4\xbc\x32\x45\x7b\x39\x7c\x54\xb5\x54\xd0\x3e\x9e\x29\xd5\x52\x57\xba\x2e\x2d\x4a\xc9\x2f\xa9\xa5\x4b\xd7\x25\x37\x4b\x66\x29\x28\x73\xc0\x2f\x99\xa5\x8b\x2f\xa2\x5f\xc5\xc5\x17\x09\xca\x14\xfb\x8b\x2f\x12\x3c\xbb\xe5\x39\x63\x8c\x04\x65\x52\xfc\x65\xec\x0d\x9e\xdd\xf2\xa5\x06\xdf\xa0\x7d\xde\x4d\x0e\xd7\xa8\x6a\xdd\x9d\xcb\xa8\x1a\x94\x84\xdc\xc5\x04\xb9\xae\x3c\x34\x4c\xba\xcb\xb0\x1a\xb4\x2d\x9a\xfa\x92\xa1\x09\xd6\x85\x5f\x76\x49\xd1\x04\xf5\xbe\x5c\x8d\xbe\x41\xbd\xef\x12\xbe\xc8\x65\x70\x24\x96\x2f\x83\x63\x50\x52\xe5\x97\xc1\x31\x28\x13\x8a\x2e\x16\xc5\x35\xdd\xbe\xc3\x27\xdd\xbe\xac\x97\x2d\x31\x78\x31\x1a\xae\xdb\x65\x4b\x04\x77\x29\x7a\x0a\xea\x7d\x59\x19\x1b\x83\x7a\xdf\xa3\xc6\xc6\xeb\xf6\xec\x46\x9c\x5d\x7a\xf8\x04\x25\x7f\x78\xc9\xc6\x04\xed\x78\xff\x98\xf3\xbc\x73\x9e\x5f\x5f\xe9\x3c\x0d\x97\x7c\x91\x69\xb8\x9c\x29\xdd\x5f\xb8\x3d\x53\xe9\x7e\x50\x5e\x90\x93\xa9\x30\x0d\x7a\x6c\x8b\x69\xd0\x0b\xca\x00\x37\x0d\x7a\x53\x76\x43\xd4\x38\x65\x37\x82\xe2\xc2\x4d\xe3\x60\x50\x72\x96\xd3\x38\x38\x8d\x83\x02\xc9\xb9\xbc\x5f\x9a\x71\xf0\xdd\x34\x6d\xca\x44\xd4\xc5\x61\xdc\x36\xdd\x69\xf8\x9f\xa3\x35\x0c\x06\xbb\xc1\x61\xb2\x1e\xa6\x35\xa9\x73\xa3\xa6\x44\x49\xb0\x6b\xb2\x36\x8d\x95\xc1\x2a\x36\x9e\xc6\xca\xc9\x8c\x10\x32\x4e\x66\x44\xb0\x5a\xb6\x61\x1a\x3e\x83\xef\x27\x31\xc5\x34\x7c\x4e\xc3\xa7\x98\x74\x1a\x3e\x67\x96\xb0\x30\x13\x63\x32\x1e\x82\xaf\xba\xe9\xc9\x78\x98\x46\x54\x41\xef\x34\xa2\x06\x5f\xc5\x6f\xd3\x88\x3a\xf9\x13\x42\xc6\x69\x48\x0d\xf6\x72\x9e\xfc\x89\x60\x37\xc5\x62\xf2\x27\x82\xaf\xf6\xe7\x93\x3f\x31\xf9\x13\x66\xf9\x4f\xfe\x44\xb0\x69\x14\x33\xf9\x13\xc1\x6e\x3e\xc5\x64\x4f\x04\x7b\xc5\x2c\x9d\xec\x89\x60\xaf\xc3\x07\xcb\xa6\x2c\x75\x71\x38\x7e\x8f\xc1\xe6\x9e\xaf\x8e\xcc\xd5\x78\xb0\x08\x96\x27\x27\x22\xd8\x2b\x22\x6f\x1a\xfd\x83\xc5\xa4\x9f\x69\xf4\x9f\xdf\xf7\x62\xe4\xc8\x64\x6b\xa6\x95\x2b\x62\xb9\x4c\xa3\x7f\xb0\x6e\x79\xa9\x4d\xa9\x99\x60\x37\xe7\x62\x72\x35\x82\x57\x57\x4e\xae\xc6\xb4\x48\x45\x7e\x88\x93\x5d\x11\x6c\x12\xe8\x53\x91\xd8\xb4\x20\x85\x5f\x98\x94\xcb\xfc\xab\xf1\x69\x2e\x86\x9c\x4b\xb0\xeb\x48\x3f\xe5\x5c\x82\xb5\x32\xe4\x4d\x39\x97\xf9\x7b\x4f\x29\x5f\x40\xa9\x04\x7b\xd5\x1f\xb4\x09\x9f\x84\xcc\xfc\xbd\x37\xd6\x5f\x76\x7e\xbf\x94\x0f\x27\xfa\x9a\x9c\x91\xa9\x94\xcc\x74\x83\xc9\x1a\x09\xf6\xf2\x6e\x60\x8d\x04\x87\x97\xe0\x64\x8d\x4c\x59\x1a\x33\x10\xa6\x2c\xcd\xfc\xe5\x3a\xc4\x09\x9e\x34\xd0\x34\x29\x41\x62\x72\x12\x41\xc1\x6e\xd5\xef\xc9\x2d\x99\x69\xe4\xb3\x34\xef\x0b\x75\x63\xc1\xfe\x5e\x1b\x65\x63\xc1\x62\xae\xde\x54\x36\x16\x3c\x9f\xb4\x9b\xb3\xb2\xda\x45\x14\xc2\x24\x78\x82\xc3\x94\x95\xc9\x40\x99\xa6\x16\xe8\xc2\x30\x29\x9a\xe0\x2b\x1d\x3f\x95\x7a\x05\xc7\x27\x4a\x65\xd2\x38\x53\xa9\x97\x2e\x09\x93\xc8\x09\x0e\x0a\x76\x4a\x33\x05\xcf\x6e\xb9\x44\xf2\x4c\x41\x59\xdc\x69\xaa\xf5\x9a\x59\xda\x70\xb1\x9a\xd7\xe4\xda\x04\xa5\xc2\x69\x32\x6d\x26\xd3\x26\x62\x6f\x32\x6d\x26\xd3\x46\x26\x7f\x32\x6d\x82\xf6\xf1\xbb\x64\xda\x04\x6d\x77\x43\x95\x76\x05\xc7\xf7\x6b\x2f\xb7\xe0\x48\x21\x7c\x0c\xde\xc9\xa7\x99\xf1\x64\xde\x52\xfe\xc9\x94\x09\x0e\xc5\xf1\x93\x29\x33\xe9\x3b\x33\x43\x27\x7d\x37\x63\xca\x90\x7c\x93\x96\x9b\x4c\x19\xcd\x1a\x26\x53\x26\x38\x4c\x2f\x9f\x4c\x99\x59\xbe\x34\xe2\x7a\xca\x63\x4d\xdd\x83\xfc\xa4\x49\xbe\x60\x95\xfa\x9c\x24\xdf\x2c\xc7\xb1\xdb\xcd\x71\x54\x7c\x3e\xb7\x85\x0a\x9c\x52\x5b\x2d\x03\xff\xe4\xa3\x04\x87\xb9\xfb\x93\x8d\x12\x3c\xbb\xe5\xac\xe4\xb6\x82\xc3\x0c\xfc\x69\xf6\xef\xa4\x0c\x55\x9c\x4f\xca\x30\x68\x9b\x47\x86\x32\x0c\x56\x0d\xbd\xa7\x2a\xa7\x49\x2c\xea\x7c\x33\x89\xc5\xa0\xcc\x33\x98\xc4\xe2\x24\x16\x4d\xce\x98\xc4\x62\x50\x5a\x3a\x4c\x62\x71\x12\x8b\x3a\xa0\x4c\x62\x31\x38\xbe\x1e\x7a\x62\x31\x28\x2b\x6a\x4d\x65\x4e\xf3\x34\x62\xc5\x34\x99\x5c\x99\xe0\x90\x95\x9a\x5c\x99\x49\x66\xea\xd0\x30\xc9\xcc\x60\x95\x79\x9f\x64\x66\xf0\xec\x96\x53\xa0\x33\xe7\x99\x89\x6b\x86\x27\xdd\x3d\x27\xb1\xa8\x6b\xc3\x24\x16\x83\xd5\x74\xae\x49\x2c\x4e\x89\x35\x9e\xd7\x94\x58\x0b\xbe\x56\x77\x9b\xcc\x9b\x39\xfc\x10\x62\x0f\x4d\x6d\x7f\x82\x66\x61\x9c\xa9\x5c\x29\xd8\xac\x42\x34\x4d\xf5\x0d\x56\x4b\x2f\xcf\xf1\x1e\x5a\x56\xbc\xf1\xfc\x29\x60\x9a\x0a\x98\x2c\x0d\x30\xb9\x43\xc1\xf2\xca\x01\x05\x4c\x53\x32\x4f\x37\x86\x49\xc7\x06\x9b\x5a\xc2\x29\x99\x37\x55\x1a\x09\x0c\x27\x1d\x1b\xac\xef\xdb\x94\x8c\x9d\x92\x79\xa6\xcf\x4f\xa2\x75\x72\x8c\x9a\x4f\x3a\x83\x07\x87\x35\x04\x26\xc7\x68\x72\x8c\x62\x86\x4c\x8e\x51\x70\x88\xe0\xa7\x54\xde\x64\x22\x99\x17\x3f\x99\x48\x93\x89\xe4\xe6\x31\x91\xe6\x7c\xab\x34\x73\xa7\xe8\xe4\xe0\x78\xdf\x28\x74\xf2\x94\xcb\x2b\x22\x90\x50\x0e\x0e\x4d\xf9\xa6\x5c\x5e\x70\x68\xb1\x32\x59\x4d\xc1\xa1\xc3\xdf\x64\x35\x05\xc7\x6e\x20\x51\xee\x34\x89\xee\x5a\x6c\x73\x9e\xaa\x96\x62\xdd\x4c\xa2\x7b\x12\xdd\x26\xae\x4f\xa2\x3b\xa8\xe6\xa5\x4e\x74\x4f\x19\x3f\x2b\x11\x4d\xaa\x3b\x28\xeb\xe2\x4d\x8e\xd4\xbc\x9d\x14\xad\xc5\x7e\x0a\xea\x1d\xa9\x68\xf3\xa9\x54\xea\x7d\xd6\x88\xf3\x60\x3f\xfe\x64\x11\xae\x49\xbb\x4f\x95\x54\xe5\x0d\x4f\xbc\xcf\x7b\xe4\xaf\xf8\xc3\x1e\x62\x19\x47\x6f\x51\x19\xc7\xe0\xf8\xbd\x7b\xb9\x34\x49\x38\x1e\x29\xf9\xb8\x89\xfe\xfb\xf3\x1e\xe5\x37\xdb\xca\xb6\xbc\x6f\x7e\x36\x75\x9b\x1c\xc6\xe6\xa3\xa7\x6d\x71\x81\xbf\x36\x0d\x9b\x86\xdd\x7c\xf4\xb2\x4d\x63\x5f\x9b\xa6\x4d\x33\x6d\x40\x2a\x9b\x6e\x9b\x6e\x9f\x7c\x7e\x73\xb7\xbc\x64\xf0\xd5\x8d\xef\x96\x97\xbc\x95\x56\x69\x72\x70\x4b\x42\x06\xaf\x5a\xbd\x25\x21\x6f\x31\x8a\x09\x4a\xb7\x18\x25\x28\xad\x88\x6e\x31\x4a\xf0\xec\x96\x03\x31\x31\x23\xf8\x1e\xef\x5f\x6b\x36\xb9\x46\x19\xd9\x6f\x73\x35\x82\x9f\x49\x3a\xb7\xe8\xe6\x96\xf9\x64\x68\xde\xc2\x8f\x60\xb3\x50\xd9\x2d\xfc\xb8\x15\x6a\x99\x06\x7f\x8b\x3f\x82\xc3\xd2\x3c\xb7\xf8\xe3\x5e\x4f\xbb\xe5\x14\x4c\xf3\x08\x0e\x6d\x29\x6f\x21\xc3\x2d\x3e\xd0\xfe\xfe\x16\x1f\x04\x07\xcb\xe4\x16\x1f\xdc\x72\x89\xda\xfb\xdd\xc4\x7a\x70\x68\x55\x79\x13\xeb\xb7\x5c\xa2\x40\xe8\xa6\xd6\x83\x83\xb3\x72\xcb\x25\xde\xcc\x3a\xb1\xcb\x4d\xc1\x07\xcb\x27\xa1\xc5\xcd\xac\xbb\x89\x7a\xb3\xc8\x6f\xa2\xfe\x4e\xcf\x4c\x53\x12\x6e\x0a\xfe\xfe\xfa\xd9\x65\xb0\xbc\x09\xf1\xe0\xd0\x1f\xf3\x26\xc4\x6f\x73\x33\xc4\x1b\x37\xd9\x1d\xb4\x2d\x6f\x89\x9b\xec\x0e\x9a\x7c\xeb\x6d\x62\xef\x6d\xa2\x85\xb0\xe1\xfe\xbe\x5f\xaa\x0b\x46\xce\x80\xc6\x0e\x36\x65\xe6\x37\x89\x1d\xec\x6c\xe0\x9b\x86\x0e\x0e\x71\xe1\xcd\x0c\xbc\x25\x21\xeb\xfd\xa4\x13\xf8\xe9\xe6\x99\xa7\x8d\xd2\xbe\x7f\x2e\x6e\xb3\xcd\xc5\x4d\xeb\x22\xb6\xc7\x4d\x2f\xdf\x7c\x44\x81\xc3\xcd\x47\x0c\xea\xf0\xc8\xd0\xd0\xb7\xf4\xa2\xc0\xe1\x26\x98\x6f\xe9\x45\x3f\x35\x3e\x62\x50\x47\xc4\xda\xcd\x47\x0c\x9a\x39\x26\x37\x1f\xf1\xa6\xb4\x45\x01\x37\xa5\x1d\x14\x9d\x7a\x53\xda\x37\x59\x2d\x0a\xb8\xc9\xea\xa0\x0e\x8f\xa9\xf4\xe5\xcd\x95\x2c\x97\x8d\x2b\x19\x94\x56\xba\x37\x57\xf2\xe6\x4a\xd2\xf2\x37\x57\x32\x28\x8d\x29\x6f\x22\xfd\xe6\x27\x12\xee\x37\xad\x7d\xbf\x7e\x62\xbe\x80\xd4\xbe\x53\xab\xb5\xaa\xe4\xbb\xd5\x6a\xdd\x6f\xad\x56\x4e\x41\x32\xf4\x4e\xae\x72\x25\xc9\x6f\x22\xf7\xb6\x8c\x9c\xdb\x47\xe4\x06\x87\x8c\xe6\x2d\x17\x79\xa7\x7c\x6b\xfd\xb8\xf3\x44\x6e\x70\xe8\x8f\x7d\x2b\xdf\x0a\x56\x1e\xe6\x2d\x17\x79\xa7\xfb\xbe\xc4\xe6\x4d\xe2\x06\x9b\x65\xf7\x6f\x12\x37\x38\x24\x0f\x6f\x69\xc7\xa0\xad\x6e\xbb\xb4\xe3\x9d\x1c\xe3\xfa\x49\xa4\x79\xcb\x31\x06\x6d\x8b\x7c\xbb\x95\x7d\xdd\x11\xc2\xab\x49\xe4\x37\x25\x1c\x1c\x95\x4c\xcd\xad\xa5\x4e\x50\x16\x1b\xbe\xa5\x1d\xef\xac\xcc\xbd\x6a\x39\x72\xf3\x43\x83\x95\xf7\x79\xb3\x43\x83\x45\x7d\xcf\xcd\x0e\x0d\x76\xbe\xe1\x2d\x39\x19\x1c\xd5\x1c\x85\x73\x2a\x37\xc0\x5b\x9d\x82\x0e\x16\xe3\xff\x4d\x41\x07\x5f\x0b\x04\xdf\x26\x18\xdc\xe9\xaf\xb9\x66\x59\xc6\x99\x9e\x74\x0f\x1c\xed\xf3\xf8\xcd\x16\x63\x08\xd6\xf5\xf3\xcb\x7e\xab\xfd\xac\x47\xfa\x79\x42\xac\xd9\x32\x8f\x6e\x6a\x00\x67\x9a\xfa\xd4\xc6\x6d\xb6\xcd\x4d\x3e\x7e\xd9\x66\xbf\x34\x40\x58\x3f\xed\xbf\x4d\xed\x5a\x7f\xff\x7d\xd0\x9e\x2d\xce\x02\xac\x6b\xa6\x47\x4c\xed\xcd\x66\x5a\x9a\xad\xeb\xf2\x28\xa6\x99\x4e\x61\x2f\xd6\x35\xed\x16\xee\xca\x3b\x1e\xd6\xf5\xf3\x88\xbe\xdb\x64\xc4\x3b\xd3\x0c\x9f\x6d\xeb\xb3\x2d\x23\x21\x3c\xdb\x7e\xd9\xb6\xd9\xf6\xb5\x6d\xcf\xb6\x66\x9b\x2b\xf4\x0c\x85\x77\x8f\x4f\x76\xf7\xf5\xfd\x6c\x3d\xdb\x56\x9f\x5d\x7d\xf6\x9b\xef\x88\x6d\x75\xf7\x34\x77\x5e\xe3\xd4\xde\x9c\x26\x58\x3e\x69\x89\x70\xc7\x09\xf9\x5f\x77\xec\x85\xe5\x93\x1e\x00\x77\x4c\x86\x07\x47\xb6\x6d\xb6\xd9\xef\x79\x57\x2c\x9f\xcf\xf3\x8c\xdf\x33\x85\x0d\xf7\xdc\x33\x6e\x64\xde\xf0\x7d\x67\x2a\xe7\x7d\xa7\xd7\xf7\xbe\x66\xcb\xd7\x96\x6f\x9a\xef\x64\xcb\x2f\x5b\x7e\x96\x9e\x7e\xb6\xc4\x41\x80\xac\x7f\x7f\xdf\xd1\xb7\xf7\xfd\x88\xd9\xac\x3e\x77\xdf\x91\xb2\xf0\x1c\xfd\x37\xdb\x36\xdb\x32\x9d\x20\xdf\x3f\x7d\xdb\x83\x67\x2f\xdb\x7c\x5f\x8a\xf2\xf7\xff\xfa\x0c\x3c\xff\xff\xd7\xfe\xf7\xff\xf1\xbf\xff\x4f\xff\xfb\xff\xed\xff\x3a\xff\x36\xfe\xf3\x1f\xff\x98\xff\xf6\x1f\xd7\xbf\x8c\xff\xf8\xdb\xff\x7c\xb6\xfe\xed\x9a\xf7\xbf\xfc\xdb\xfc\xc7\xfc\x7f\xff\xfe\x9f\xff\x18\xf3\x6f\x7f\xff\xf7\xbf\x3f\x9f\xca\xbf\xff\x1f\x00\x00\xff\xff\xf9\x94\xac\x5b\x06\x27\x04\x00"); +func _gaefc ()(*asset ,error ){_ddga ,_ecgd :=_beeeg ();if _ecgd !=nil {return nil ,_ecgd ;};_dgag :=bindataFileInfo {_dae :"UniCNS-UTF8-V",_fb :656,_ae :_be .FileMode (436),_g :_a .Unix (1580492730,0)};_eacd :=&asset {_dd :_ddga ,_ef :_dgag };return _eacd ,nil ; +};func _cegf ()([]byte ,error ){return _c (_cage ,"UniGB-UCS2-H")};func _cgaf ()(*asset ,error ){_egc ,_ceaa :=_cff ();if _ceaa !=nil {return nil ,_ceaa ;};_gcb :=bindataFileInfo {_dae :"Adobe-GB1-4",_fb :2711,_ae :_be .FileMode (436),_g :_a .Unix (1580491274,0)}; +_dfee :=&asset {_dd :_egc ,_ef :_gcb };return _dfee ,nil ;};func _fgcb ()(*asset ,error ){_cgefe ,_bace :=_cbec ();if _bace !=nil {return nil ,_bace ;};_ggacc :=bindataFileInfo {_dae :"UniKS-UTF16-V",_fb :689,_ae :_be .FileMode (436),_g :_a .Unix (1580493040,0)}; +_dbge :=&asset {_dd :_cgefe ,_ef :_ggacc };return _dbge ,nil ;};var _cfce =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x4c\x92\x4f\x6f\xdb\x30\x0c\xc5\xef\xfe\x14\x3c\x76\x87\xce\x92\x3d\x47\x0e\x50\x14\x58\x93\xa1\xf3\xa1\xeb\xb0\x36\xdd\x80\x61\x07\xfd\xa1\x02\x01\x8b\x2c\xc8\xf6\x21\xdf\x7e\x10\xe9\x79\x3b\x04\x2f\xf9\xe9\x3d\x8a\x8c\x58\x1f\x86\xe3\x10\xc3\x0c\xf5\xd7\x3c\xda\x17\x9c\xc1\x87\xe8\x32\x4e\xe3\x92\x2d\x82\xc1\x73\x88\x55\x25\x1b\x70\xc1\xce\x7f\x7f\x92\xd8\x8b\x4e\x55\x55\x3f\x3e\xbc\x26\x7b\xfb\xe9\x74\xb8\xfd\x0c\xcb\x84\x2b\x3d\x0c\xc7\x97\xeb\x34\xe3\x65\x88\x7e\x84\x96\xd3\x6e\x49\x6b\x05\x80\xfa\x1b\x9e\xc3\x34\xe7\x2b\xdc\x7c\x74\xa3\xc1\x77\xe0\xd0\x17\xfe\x9c\x1d\xe6\x10\xcf\x70\xf3\xf8\x20\x37\xfa\xb2\xa4\xf4\x1b\x2f\x18\x67\x90\xc4\x30\x3a\xd2\xaa\x3e\x3c\xe9\xf4\x45\x5f\x10\xfe\x6b\xe5\x8d\xce\xe8\xe8\x0d\xf3\x14\xc6\x08\x52\xbc\x17\x62\xf7\x8f\xbf\x5e\x13\xae\xb5\xaa\xfa\x34\x1c\x9f\xbd\x9f\x70\x86\x5d\x2f\xd8\xf3\xe3\x34\x1c\xe1\xa7\x04\x29\xa0\xe9\x5a\xd5\xfd\x5a\xad\xdf\x9f\x46\xb7\x05\x1b\xc1\x03\xd9\xe0\xb2\x8e\x67\xac\xee\xb4\xd4\xcd\x3d\xac\x02\x9d\xea\x08\xb5\x8c\x5a\x42\x1f\x08\x69\x46\xba\xa0\x7d\x4f\xc8\x30\xb2\xf7\xa0\x94\x60\x97\x63\xe4\xc8\xb5\x2f\xc8\x70\x79\xe3\x0b\xea\x9b\x82\x3c\x12\x2a\xa2\x94\xd8\x55\x77\xba\xd5\xb2\x20\x12\xe8\x54\x4f\xa8\x67\xb4\xa7\xa0\x20\x64\x19\x59\x72\xb5\x84\x90\x11\xd7\x52\x05\x19\x6a\xb5\x35\x86\x5c\x54\xde\x38\x46\x8e\x5c\x54\xbe\x34\xb4\x0a\x74\xaa\xb4\xda\x3a\x1a\x88\x44\x29\xc1\x88\x83\x8e\x82\x92\x9a\x70\x1c\x2c\x02\x3b\x41\xc8\x73\xd0\xd3\x8d\x7b\xba\xd1\x73\xd0\xf3\x3f\x41\x7d\xf1\xd8\x2d\x8f\x2d\x65\x59\x89\xed\x1d\xca\xf7\xb2\x89\xdb\x72\xd8\x25\x67\x8c\x33\xed\x21\xbd\x7f\x79\xc0\x10\x71\xdb\xf4\x34\xa6\x92\xa2\xcf\x9f\x00\x00\x00\xff\xff\x3c\x9a\xd2\xc8\x15\x03\x00\x00"); +var _beaa =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x74\x58\x41\x6f\x1c\x37\x0f\xbd\xef\xaf\x98\x63\xbe\x43\x3e\x4b\xa2\x34\x23\x01\x85\x81\x22\x41\x51\x07\x48\x5b\xd4\x49\x1a\xa0\xe8\x61\x76\x57\x72\x17\xa8\xd7\x8b\xb5\x7d\xc8\xbf\x2f\xf4\xb8\x7a\x74\x8d\xf6\x10\x64\x1e\x49\x51\x7c\x94\x48\xca\x7b\xf5\xee\xe6\xfd\xcd\xf1\xf0\x34\x5d\xfd\x72\x7e\xd8\xdd\xd6\xa7\xa9\x1d\x8e\xfb\x73\x7d\x7c\x78\x3e\xef\xea\xb4\xad\x77\x87\xe3\x66\xe3\xc3\xb4\x3f\xec\x9e\x06\xc4\x7f\xbb\xfb\xf5\xb4\xd9\x5c\x7d\x3e\x1e\x3e\xdc\xdc\x7e\x75\xc1\x4b\x70\x2e\xbe\xfd\xfc\xe9\x07\x09\x6f\x7f\x9c\x9e\x1f\xeb\xc5\xe2\xdd\xcd\xfb\xdb\x6f\x8f\x4f\xf5\xfe\xe6\xd8\x1e\x26\x51\x4f\xfb\xe7\xd3\xc5\xdb\x34\x5d\xfd\x5a\xef\x0e\x8f\x4f\xe7\x6f\xd3\x9b\xef\xf7\x0f\xdb\xfa\xbf\x69\x5f\x5b\x97\xff\x7c\xde\xd7\xf3\xe1\x78\x37\xbd\xf9\xb0\x9e\xd6\xa3\xa7\xe2\xf6\xf9\x74\xfa\xab\xde\xd7\xe3\xd3\xb4\x40\x56\x8f\x7b\xfc\xbf\xb9\x7a\xf7\x71\x3d\xfd\xb4\xde\xd7\xe9\x3f\x22\xfb\x02\x3b\x98\x7d\xa9\xe7\xc7\xc3\xc3\x71\xf2\xff\x77\x6e\x36\xf1\xa7\x6f\xa7\x3a\xf9\x8b\xbb\xaf\x9f\x6f\xde\x4f\xbf\xfb\xc9\xbb\x29\xa4\x59\xe2\x1f\x17\xf9\x6f\x1f\x1f\xf6\xb4\xf2\xce\x29\x99\xdd\x61\xbf\xfb\x73\x3d\x6f\xbe\x73\xce\xb9\xe0\x7c\xba\x9e\x96\x5c\x02\xf1\x0c\x9c\x06\x0e\xaa\xcf\xc4\xaa\x5f\x2e\xd8\x17\x77\x3d\x2d\x92\x09\x7d\x87\x33\x61\xe8\xb0\x10\x4a\x87\x5c\xbb\x8b\xd7\x53\x16\xef\x89\x13\xb0\x23\x9e\x81\x47\x6c\xbe\x76\xec\x5e\xe0\x05\x38\x12\x67\x60\xfa\xab\x05\x58\x2e\x58\xca\xf6\x7a\xf2\xc1\xc7\x4c\xc1\x0e\x82\xd9\x04\x7b\xb5\x58\x28\xa8\x10\x24\x47\x41\x7b\xb5\x64\x75\xba\xa4\x50\xe0\x75\xc9\x4c\x41\x78\xbd\x44\xd4\x22\x51\x10\x55\x60\x16\xe9\xf5\x92\x59\x2d\x18\xd8\xda\xb9\xbf\x34\xc8\xc0\xa6\x2f\xc0\x16\xc4\xfa\xda\xe3\xb6\x1b\x2c\x81\x78\x07\xec\x89\xf7\xc0\x83\x78\x72\xbb\xeb\x69\x89\xbc\x18\xc9\xed\x81\x17\xe2\x0a\x3c\x13\x37\xe0\xb1\x5f\xf2\xfd\xa2\x24\x27\xc4\x1e\x98\xfe\x7c\x00\x8e\xc4\x02\x4c\x7f\x3e\xc2\x9f\x27\x4e\xc0\xe6\x6f\x06\x0e\xc4\x0b\xb0\xf9\xcb\xc0\x85\xb8\xc0\xbf\xf9\x5b\x81\xc9\xd7\x6f\x81\xcd\x5f\xe7\x9f\x82\xed\xb7\x07\x26\x7f\x5f\x81\x8d\x4f\x03\xe6\xfe\x01\xfc\x03\xf9\x04\xf0\x0f\x8c\x27\x80\x7f\x60\xbe\x50\x78\x49\xe8\x0f\x85\x97\x84\xfb\x87\x05\x98\xf1\x85\x0c\x6c\xfb\x81\x1f\x8b\x2d\x05\xf0\x13\xdb\x1f\xfc\xc4\xf6\x03\x3f\xcf\xfd\x04\xf1\x7a\xda\x4b\x44\x3e\xe8\x4f\xb0\x9f\xe3\xfa\x08\xfb\xc8\x7c\x46\xf0\x8b\xcc\x67\x04\xbf\xc8\x78\x23\xce\x97\x95\x96\x22\xfc\xb3\x8c\x52\x04\xff\xc8\xfd\x23\xf8\x47\xdb\x0f\xfc\x13\xf3\x11\x11\x4f\x1a\xfe\xe7\x7e\x5e\x39\x04\x4f\xdc\xef\x73\xf0\x85\xb8\x42\x6f\xf6\x0d\x78\xc4\xbb\x38\xad\xda\x65\x6c\xb8\xf4\xba\xce\xc1\x5d\x1c\x88\xc3\x85\xc8\xe3\x82\x89\xc3\x85\x28\xa3\xec\xc5\xe1\x02\x94\x51\xb1\xe2\x90\x90\xe2\x33\xb1\x00\xd3\x1f\x08\x97\x11\x80\x38\x10\x2c\x83\x80\xb8\x58\x80\xc3\xc0\x33\xd6\x8f\x0b\x29\x2e\x2b\x66\x3c\x59\xfd\x25\x62\xf5\xc7\xf8\x72\x05\x66\x7c\xbd\x3b\xe6\xb0\xd0\x7f\x41\x02\x17\xee\x8f\x46\x37\x8b\x98\x00\x84\x42\xee\x93\x6d\x4c\x95\x4d\xfe\xb7\x31\x23\x6e\xd5\xe0\x48\x76\x45\x70\x42\xb2\x2b\x82\x7b\xe1\x1b\x64\x85\xc1\xec\xb0\x5e\x48\xb6\x2a\x26\xd9\xaa\xfe\x48\xb6\xaa\x3f\x92\xad\x20\x2b\x24\xdb\xf4\xf0\xc6\x7e\xa1\xb5\xeb\x29\x88\x4b\x23\x40\x71\xae\xcf\x9e\xd1\xf7\x45\x9c\x74\x3c\xca\x45\xc4\xf5\x96\xed\xcb\x6c\x06\x18\x5e\x8c\x50\xdc\xac\x06\x9e\x82\x45\x05\x89\x82\xac\x02\x5b\x52\x54\x60\x9b\xac\x2a\x98\x29\xd8\x42\xb0\xd8\xae\x3b\x15\x04\x0a\xf4\x16\xd2\x00\x6d\xb3\x44\x46\xe1\x11\x66\x34\x3d\x66\xac\x18\xd6\x28\xb3\x09\x32\x0c\x98\x18\xaf\x41\x66\xee\x88\x42\x92\x44\x16\xbd\x91\x65\xe1\x51\x4b\x40\xe6\x22\x49\x05\xcd\x1c\x73\x2f\xbd\xd3\x75\x81\x79\x98\xc1\xc1\x0c\x70\x98\x91\x89\xeb\xad\x2c\x0b\x2b\x4d\xd0\xca\xca\x8b\x08\xf6\xea\x90\x21\x88\xc7\x02\x86\x20\xa8\x6d\xe7\xe8\x51\xf4\x74\x23\x31\x22\x18\xcd\x49\x44\x16\x2c\xf0\x66\x90\x55\xc0\x18\xa4\x80\x25\x63\x90\x55\x0d\xcc\xc5\x16\x06\x16\xd3\x4e\x0d\x98\x68\xd9\xab\x80\x51\x46\xaf\x02\x2e\x89\xc8\xac\x45\xd5\x3b\x44\x96\x64\x58\x83\x0a\x26\x40\x15\xd9\x61\xc7\x15\x89\x22\x8b\x88\xcb\x62\x41\x47\x1c\x25\xab\x44\x12\x2a\xdc\x8e\x2e\x69\xde\x2c\x4f\x49\x54\x60\x16\x51\x05\xcc\x6c\x42\x8c\x91\x2b\x16\xbc\xc1\xdc\x0b\x81\xe6\xc1\x82\x58\x34\x0f\x91\x17\x6c\xa9\x2a\xe0\x7d\x58\x1a\x6e\xd8\xc5\x45\x6b\x0e\x9d\x6a\x94\x4d\x6b\x0e\xad\x7d\xa1\xde\xeb\xdb\x67\xcc\xfa\xd6\xb4\x55\x8f\xb3\x69\x4d\x70\x81\xc6\xdb\xa4\x35\x81\xde\xd1\x81\x34\x74\x0b\x37\x70\x52\xfb\x44\xac\xdd\x64\x26\xd6\xf5\x86\xeb\xcb\x51\xd1\x1a\xba\x57\xce\xe5\x1f\x9d\x53\x16\x76\xce\xf3\x7a\xbc\xab\x97\xb9\x23\x5b\x77\x3d\x8d\x4f\x8f\x16\x9c\xec\x51\x46\x5d\x72\xfd\xac\x62\xe6\xfc\xed\xf3\x6b\x7c\xf6\xed\xe2\xc2\xd1\xda\x7b\xd7\xf8\xc4\x2b\x2a\xdb\xab\x6e\x36\x15\x1e\x50\x99\x03\xb6\xb7\xab\xf1\x59\xa0\x32\x87\xab\xa9\xb6\x50\xd9\xb3\x43\xa8\x0a\x98\xf0\xc2\xe0\x7b\x99\x8e\x4f\x3c\x96\xbc\x3d\x2e\x3c\x55\x82\x77\x02\xe7\x72\x92\x64\x2a\x3c\x01\x1c\xc3\xe8\x35\x38\x3e\xf1\xba\xe1\x9f\x0a\x49\x6c\x2f\x1c\x66\x8a\xf6\x70\xb0\x55\xa8\x8f\xc4\xe6\xe9\xdc\x08\x43\x5c\x4f\xe7\x92\x33\x07\x08\xb3\x21\x0e\x2f\xd9\xe2\xa8\xf2\xd1\x54\x18\x4b\x8e\x63\xcd\xcf\xa6\x5a\x70\x96\x36\x12\xfd\x0b\x8f\x05\x17\x96\x4d\xd7\x95\x44\x5d\x99\x71\xd9\x39\xf9\x9a\xa9\x1a\xba\x16\x8b\xd1\xb7\x71\x3b\xc4\xb7\xa2\xc3\x5b\xa8\x5b\x4d\xd7\xa0\xb3\x92\x34\xda\x82\x57\x90\x2f\xd6\x3a\x7b\x6d\x8d\xc6\x2f\x3a\x7b\x58\xb9\x7e\x35\x9d\xb6\xe0\x4c\x9f\xfd\x35\x34\xda\xb3\x57\x9d\x4d\x84\x6c\x3a\x9d\x2e\xc5\x7a\xbb\xed\x27\x4e\xbb\x36\x1b\x83\x44\xd3\x25\xd5\x59\x8b\xb7\x75\x51\xd7\x05\x6b\x83\x62\xba\x59\x75\xd6\x02\xb7\xa6\xd3\xce\x14\xac\x21\x1b\x87\xa4\x3e\x6d\x6e\xa6\x64\x3a\xf5\x39\x4e\xaf\x35\xde\x95\xd6\x50\x39\xb9\x50\x95\x1a\x55\xf3\xe5\x0f\x49\x7f\xe9\x0a\xda\x04\x00\xee\xd7\xd3\x86\x3f\x1a\xec\x9e\xcf\xe7\x7a\x7c\xc2\x4f\x14\xf8\x31\xa0\xff\x81\x7f\x38\x56\xfe\x20\x72\x7a\x38\xf5\x55\xf8\xf7\x77\x00\x00\x00\xff\xff\x51\x4f\x67\x1f\x3c\x11\x00\x00"); +func _bfbf ()([]byte ,error ){return _c (_fgab ,"UniJIS-UCS2-HW-V")};func _abd ()([]byte ,error ){return _c (_dgd ,"Adobe-CNS1-3")};func _abgb ()([]byte ,error ){return _c (_dbgc ,"UniJIS2004-UTF16-H")};var _bcac =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x44\x92\xcd\x6e\xdb\x3a\x10\x85\xf7\x7a\x8a\x59\xe6\x2e\x72\x45\x8a\x95\x69\x01\x41\x80\xc6\x2e\x52\x2d\xd2\x14\x75\x9d\x16\x28\xba\xe0\xcf\xd0\x20\x50\x53\x02\x25\x2d\xfc\xf6\x05\x67\x14\x75\x61\x1c\xeb\xd3\x9c\xe1\x19\x71\xea\x43\x7f\xec\x53\x9c\xa1\xfe\x9a\x07\x77\xc2\x19\x42\x4c\x3e\xe3\x34\x2c\xd9\x21\x58\xbc\xc4\x54\x55\xb2\x01\x1f\xdd\xfc\xfe\x48\xe2\xae\x66\xac\xaa\xfa\xf9\xe9\xfe\xd3\xf9\x70\xff\x19\x96\x09\x57\x74\xe8\x8f\xa7\xdb\x34\xe3\xb5\x4f\x61\x00\xc5\x56\xbf\x8c\xab\x1d\xa0\xfe\x86\x97\x38\xcd\xf9\x06\x77\x1f\xfd\x60\xf1\x3f\xf0\x18\x0a\x7f\xcd\x1e\x73\x4c\x17\xb8\x7b\x7e\x92\x1b\x3d\x2d\xe3\xf8\x07\xaf\x98\x66\x10\xc4\x30\x79\xd2\xaa\x3e\xbc\x98\xf1\x8b\xb9\x22\xbc\xe7\x78\xa3\x17\xc4\xdf\x30\x4f\x71\x48\xd0\xfd\x2f\xc4\xee\x1f\xfe\x7e\x1b\x11\xe4\xea\x3f\xf7\xc7\xd7\x10\x26\x9c\x41\x49\xee\x5d\xff\x3c\xf7\x47\xf8\x25\x41\x0a\x68\x5a\xb5\x93\xbf\xd7\xd2\x1f\x2f\x83\xdf\x8c\x8d\xe0\x61\x5c\xf4\xd9\xa4\x0b\x56\x0f\x46\x9a\xe6\x11\x56\x81\x56\xb7\x84\x14\x23\x45\xe8\x03\x21\xc3\xc8\x14\xd4\xed\x09\x59\x46\xee\x11\xb4\x16\x5c\xe5\x19\x79\xaa\xea\x0a\xb2\xdc\xde\x86\x82\xf6\x4d\x41\x01\x09\x15\xd1\x5a\xec\xaa\x07\xa3\x8c\x2c\x88\x04\x5a\xbd\x27\xb4\x67\xd4\x91\x51\x10\x72\x8c\x1c\x55\x29\x42\xc8\x88\x7b\xe9\x82\x2c\x45\x55\xd6\x52\x15\xb5\xb7\x9e\x91\xa7\x2a\x6a\x5f\x02\xad\x02\xad\x2e\x51\x95\xa7\x81\x48\xb4\x16\x8c\xd8\xe8\xc9\x28\x29\x84\x67\x63\x11\xd8\x09\x42\x81\x8d\x81\x4e\xec\xe8\xc4\xc0\xc6\xc0\x5f\x82\x72\xf1\xd8\x8a\xc7\x96\xb2\xac\xc3\x76\x0f\xe5\x7f\xd9\xc2\x6d\x31\xdc\x92\x33\xa6\x99\x76\x90\xee\xbf\x5c\x60\x4c\xb8\xad\xf8\x38\x8c\xc5\x45\xbf\xbf\x01\x00\x00\xff\xff\x42\x42\x4b\x36\x0e\x03\x00\x00"); +func _dfac ()([]byte ,error ){return _c (_cbga ,"CNS1-V")};var _gcec =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\xd5\xcb\x6b\xeb\x46\x14\x06\xf0\xbd\xfe\x8a\x59\xde\x2e\x6e\x3d\xe7\x31\x0f\x81\x08\x94\x84\x0b\xa6\xdc\xb6\x34\x7d\x41\xe9\x42\x91\xc6\xc1\xd0\x48\x46\xb6\x17\xf9\xef\xcb\x39\x9f\x9d\xc2\x5d\x04\x47\x9f\xa5\x23\xe5\xf7\x65\x46\xbb\xc7\xfd\xd3\x7e\x39\x5e\xc2\xee\x97\x6d\x9d\x9e\xdb\x25\x1c\x8e\xcb\xbc\xb5\xf3\x7a\xdd\xa6\x16\x5e\xda\xeb\x71\xe9\x3a\xe2\x30\x1f\xa7\xcb\xfd\xd0\x3f\xa6\xb7\xf1\xd4\x75\x76\xfd\xf3\xfb\xf9\xd2\xde\xf6\xcb\x61\x0d\x82\xf3\xe6\xeb\xe9\x76\x6e\x08\xbb\x5f\xdb\xeb\xf1\x7c\xd9\xde\xc3\xa7\x1f\xe6\xf5\xa5\x7d\x17\xe6\x76\xb0\xfc\xe7\x6d\x6e\xdb\x71\x79\x0d\x9f\x7e\x5c\xb7\x36\xd2\xc7\x17\xcf\xd7\xd3\xe9\xdf\xf6\xd6\x96\x4b\x60\xcf\xda\x32\xfb\x67\xb7\x7b\xfc\x3a\x9e\x7e\x1a\xdf\x5a\xd8\xf9\xac\xcf\xb8\xf2\x33\x4e\xf3\x6f\xff\x68\xdb\xf9\xb8\x2e\x81\xbe\x8f\x31\xfd\x1f\xff\xf6\x7e\x6a\x81\x6e\x53\xfe\xfa\x7d\xff\x14\xfe\xa6\x40\x31\x70\x4a\x4a\xff\xdc\xf2\x3f\xbf\xae\x73\x0b\xf1\x7e\xaf\xfd\xd3\xe3\x7a\x5d\x2e\x81\xaa\x24\xdc\xa1\x23\xfc\x59\xd3\x3a\xb7\xf3\x69\x9c\xda\x36\x2e\xaf\xad\x0b\x61\x88\x31\xc6\x87\x30\x68\xf9\xf2\xe5\xc1\x9e\xf7\x9b\x33\xba\xc2\xb7\x2b\x8f\x33\x92\xfb\x15\x31\x1e\x0e\x0f\x21\x76\x43\x24\x1c\x93\x1d\x73\xca\xdd\x10\x19\x09\x5b\x92\x88\xbb\x21\x0a\x12\xb1\xa4\xe4\xda\x0d\x51\x91\xa8\x25\x14\x59\xbb\x21\x26\x44\xc9\x23\xae\x36\x3b\x23\xca\x1e\x25\xb1\xe1\x05\x51\xf1\xa8\xf4\x36\xbd\x22\xaa\xfe\x04\x51\x6d\x7c\x8f\xa8\xf7\x48\xa2\x8d\x1f\x11\x8d\xb7\xe7\xb4\xf1\x2f\x88\x5e\x3c\xaa\x64\xe3\x27\x44\x93\x45\x12\x8b\x8d\x9f\x11\xcd\x1e\x09\xdb\xf8\x86\xa8\x79\x94\xaa\x8d\x3f\x20\x3a\x78\x54\x35\x76\x03\x41\x8a\x5c\x4a\x63\x9f\xbb\x81\x80\x45\x8e\xa5\x92\xb8\x1b\x08\x5a\xe4\x5a\x9a\x63\xed\x06\x02\x17\x39\x97\xd6\xac\xdd\x40\xf0\x22\xbd\x99\xda\x78\x78\x91\x7b\x25\x29\x36\x1e\x5e\xe4\x5e\x29\x8b\x8d\x87\x17\xb9\x57\xaa\xd5\xc6\xc3\x8b\xdc\x2b\x93\xda\x78\x78\x91\x7b\x65\x8d\x36\x1e\x5e\xe4\x5e\x39\x5b\xb1\x04\x2f\x72\xaf\xdc\x5b\xb3\x04\x2f\x72\xaf\x42\x56\x2d\xc1\x8b\xdc\xab\xa8\x55\x4b\xf0\xa2\x76\xeb\xdf\xc6\xc3\x8b\xdc\xab\xf4\x56\x2d\xc3\x8b\xdd\xab\x92\x55\xcb\xf0\x62\xf7\xaa\x6a\xd5\x32\xbc\xd8\xbd\x6a\xb1\x6a\x19\x5e\xec\x5e\xb5\xb7\x6a\x19\x5e\xec\x5e\x3d\x5b\xb5\x0c\x2f\x76\xaf\x5e\xad\x5a\x86\x17\xbb\x57\x5f\xac\x5a\x86\x17\xbb\x57\xdf\x5b\xb5\x0c\x2f\xae\xf7\xff\x55\x9b\x0f\x30\xee\x91\xa9\x95\xcb\x10\xe3\x11\x59\xb1\x76\x19\x64\xec\x64\xd6\xbe\xdd\x02\x66\x3c\x21\x63\xeb\x97\x81\xc6\x33\xb2\x64\x05\x33\xd4\xb8\x21\x2b\xd6\x30\x83\x8d\x0f\x58\x24\xd1\x2a\x16\xb8\x49\x44\xc6\xd6\xb1\x00\x4e\x08\x59\xb2\x92\x05\x72\xc2\xf7\x05\x16\xbb\x41\x40\x27\x4e\x47\x12\xad\x66\x81\x9d\x60\x6d\x8a\x58\xcf\x02\x3c\xc1\xe2\x94\x64\x45\x0b\xf4\x04\xab\x53\xaa\x35\x2d\xe0\x13\x2c\x4f\x8d\x56\xb5\xc0\x4f\xe0\xa7\x62\x5d\x0b\xfc\x04\x7e\x9a\xac\x6c\x81\x9f\xc0\x4f\xab\xb5\x2d\xf0\x13\xf8\x25\xb2\xba\x05\x7e\x32\xdd\x77\x05\xbb\x07\xfc\x04\x7e\x29\x5b\xe1\x02\x3f\x81\x5f\xaa\xd6\xb8\xc0\x4f\xe0\x97\xc9\x2a\xd7\xdb\x1e\x08\xbf\x2c\xd6\xb9\xc2\x4f\xe1\x97\xb3\x75\xae\xf0\x53\xf8\xe5\x6a\x9d\x2b\xfc\x14\x7e\x85\xac\x73\x85\x9f\xc2\xaf\xa8\x75\xae\xf0\x53\xf8\x95\x6c\x9d\x2b\xfc\x34\xdf\xb7\x32\xbb\x47\xb9\xed\xc7\xa3\x65\x95\x4a\xf6\x5d\xf9\xbe\xfb\xda\xef\xf6\xfe\xfa\x78\x9f\x4c\xd7\x6d\x6b\xcb\xc5\xdf\x5e\xfe\xc2\xb0\xfd\xfe\xb8\xb4\x8f\x37\xe1\x69\x3d\xd9\x55\xfe\xf3\x5f\x00\x00\x00\xff\xff\x4c\xe9\x48\x7c\x35\x07\x00\x00"); +func (_daa bindataFileInfo )ModTime ()_a .Time {return _daa ._g };var _bef =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\xd6\x4d\x8b\x1b\x47\x18\x04\xe0\xfb\xfc\x8a\x39\x3a\x07\x67\xbb\xdf\xaf\xee\x86\xc1\x10\xdb\xd8\xec\xc1\x49\x88\xf3\x05\x21\x07\xad\xa6\xb5\x08\xb2\x92\xd0\x6a\x0f\xfe\xf7\xa1\xba\x24\x93\xf8\x60\x64\x95\xa5\x77\xe4\xa7\x7a\xa6\xfb\xee\xdd\xfd\xfb\xfb\xc3\xfe\x32\xdf\xfd\x7c\x3e\x6e\x3f\xf7\xcb\xbc\xdb\x1f\xd6\x73\x7f\x3e\xbe\x9c\xb7\x7d\x7e\xe8\x8f\xfb\xc3\x34\x65\x99\xd7\xfd\xf6\x72\x7b\x3b\x5e\xb6\x4f\x9b\xd3\x34\xe1\xfb\x9f\xbf\x3c\x5f\xfa\xd3\xfd\x61\x77\x9c\x95\x9f\x5b\x5f\x4e\xd7\xcf\xce\xf3\xdd\x2f\xfd\x71\xff\x7c\x39\x7f\x99\x5f\xfd\xb0\x1e\x1f\xfa\x77\xf3\xda\x77\xc8\x7f\x3a\xaf\xfd\xbc\x3f\x3c\xce\xaf\x3e\xbe\xcd\x5f\xd3\xcf\x2f\xa7\xd3\x3f\xfd\xa9\x1f\x2e\xb3\x8f\xac\x1f\xd6\xf1\x3a\xdd\xbd\xfb\xb4\x39\xfd\xb8\x79\xea\xf3\xdd\x18\xf4\xfa\xe3\xdb\xfc\x9a\x9f\x19\xff\xf4\x7b\x3f\x3f\xef\x8f\x87\x39\x7f\x9f\xd2\x7f\xe2\x5f\xbf\x9c\xfa\x9c\xaf\x23\xfe\xfc\xed\xfe\xfd\xfc\x57\x9e\x73\x9a\xc5\x23\xf9\xdf\xd7\xfc\x8f\x4f\xc7\xb5\xcf\xe9\x76\xa1\xfb\xf7\xef\x8e\x2f\x87\xcb\xac\x49\xaa\x31\xcc\xfc\x0f\x6d\x8f\x6b\x7f\x3e\x6d\xb6\xfd\xbc\x39\x3c\xf6\x69\x9e\x97\x94\x52\x7a\x33\x2f\x25\x3e\x7c\x78\x83\x1f\xfb\xcd\x27\xa6\x9c\xd2\xf5\xab\xfb\x95\xd1\xed\x2b\x29\xed\x76\x6f\xe6\x34\x2d\x29\xf3\x7d\xc6\x7b\xf1\x98\x96\x24\x4c\x04\x89\x67\x99\x96\xa4\x4c\x14\x49\x89\x3a\x2d\xc9\x98\x18\x92\x9c\xc4\xa6\x25\x39\x23\x1f\x91\x54\xcc\x0e\x46\x31\x22\x57\x0c\x2f\x8c\xca\x88\x4a\xc3\xf4\xca\xa8\x8e\x5f\x90\x0c\xe3\x1b\xa3\x36\x22\x4d\x18\xbf\x61\xb4\xb9\xfe\x4e\x8c\x7f\x60\xf4\x30\xa2\x9a\x31\x7e\xcb\x68\x8b\x48\x53\xc1\xf8\x95\xd1\x3a\x22\x15\x8c\xef\x8c\xfa\x88\xbc\x62\xfc\x8e\xd1\x6e\x44\xd5\xd2\xb4\x64\x4a\xe5\x21\x65\xa9\xc5\xb4\x64\x62\xe5\x81\x65\xea\x32\x2d\x99\x5a\x79\x68\x59\xa4\x3a\x2d\x99\x5c\x79\x70\x59\x0d\x9b\x96\x4c\xaf\x6c\x57\x53\x8c\xa7\x57\x1e\x5e\xae\x05\xe3\xe9\x95\x87\x97\x87\x62\x3c\xbd\xf2\xf0\xf2\x5a\x31\x9e\x5e\x79\x78\x45\x36\x8c\xa7\x57\x1e\x5e\x61\x09\xe3\xe9\x95\x87\x57\x04\x8a\xcd\xf4\xca\xc3\x2b\x1a\x9a\xcd\xf4\xca\xc3\xab\x64\x54\x9b\xe9\x95\x87\x57\x31\x54\x9b\xe9\x95\xfb\xb5\x7f\x8c\xa7\x57\x1e\x5e\xa5\xa1\x5a\xa1\x97\x0c\xaf\x9a\x51\xad\xd0\x4b\x86\x57\x35\x54\x2b\xf4\x92\xe1\x55\x0b\xaa\x15\x7a\xc9\xf0\xaa\x0d\xd5\x0a\xbd\x64\x78\x35\x41\xb5\x42\x2f\x19\x5e\xcd\x50\xad\xd0\x4b\x86\x57\x2b\xa8\x56\xe8\x25\xc3\xab\x35\x54\x2b\xf4\x92\x7a\x5b\xab\x98\x4f\x30\x69\xcc\x0c\xe5\x0a\xc5\x64\xc3\xac\xa0\x5d\x21\x99\x0c\x32\xb4\x8f\x4b\xd0\x4c\xb6\xcc\x04\xfd\x0a\xd1\x64\x65\xe6\x28\x58\xa8\x26\x9d\x59\x41\xc3\x42\x36\xd9\xf1\x26\x49\xa8\x58\xe9\xa6\x89\x99\xa0\x63\x25\x9c\x66\x66\x8e\x92\x95\x72\x2a\xb7\x1b\x2c\x4d\x8b\x92\x4e\x07\x5d\xd6\x84\x9a\x95\x76\xca\x7b\x53\x15\x3d\x2b\xf1\x94\x37\xa7\x3a\x8a\x56\xea\x29\xef\x4e\xad\x68\x5a\xc9\xa7\xbc\x3d\x2d\xa1\x6a\xa5\x9f\xd2\xcf\x14\x5d\x2b\xfd\x94\x7e\xe6\x28\x5b\xe9\xa7\xf4\xb3\x8a\xb6\x95\x7e\x4a\x3f\xcf\xa8\x5b\xe9\xa7\xdb\xdb\x53\x01\xd7\xa0\x9f\xd2\xcf\x03\x85\x2b\xfd\x94\x7e\x5e\xd1\xb8\xd2\x4f\xe9\x17\x19\x95\x1b\xfd\x8c\x7e\xa1\xe8\xdc\xe8\x67\xf4\x8b\x40\xe7\x46\x3f\xa3\x5f\x54\x74\x6e\xf4\x33\xfa\x95\x8c\xce\x8d\x7e\x46\xbf\x62\xe8\xdc\xe8\x67\xf4\x2b\x81\xce\x8d\x7e\x16\xb7\x47\x19\xae\x41\x3f\xa3\x5f\xcd\xe8\xdc\xe8\x67\xf4\xab\x86\xce\x8d\x7e\x46\xbf\x1a\xe8\xdc\xe8\x67\xf4\xab\x0d\x9d\x1b\xfd\x8c\x7e\x4d\xd0\xb9\xd1\xcf\xe8\xd7\x0c\x9d\x1b\xfd\x8c\x7e\xad\xa0\x73\xa3\x9f\xd1\xaf\x35\x74\x6e\xf4\xb3\x1d\x9f\xb5\x82\xce\x9d\x7e\x9e\x6e\xcf\xdf\x34\x2d\x4e\x3f\xe7\xae\x90\x0a\x3a\x77\xfa\xb9\x30\x6b\xe8\xdc\xe9\xe7\xc3\x4f\xb2\xa0\x73\xa7\x9f\x1b\x33\x47\xe7\x4e\x3f\x77\x66\x05\x9d\x3b\xfd\x7c\xf8\x89\x24\x74\xee\xf4\xf3\xc2\x4c\xd0\xb9\xd3\xcf\xb9\x3f\x88\xa3\x73\xa7\x9f\x73\x83\x90\x82\xce\x9d\x7e\xbe\xb9\x6d\x1a\xb8\x06\xfd\x9c\x5b\x84\x0a\x3a\x77\xfa\xf9\x96\x99\xa3\x73\xa7\x9f\xaf\xcc\x2a\x3a\x77\xfa\xf9\xf0\x13\x4b\xe8\xdc\xe9\xe7\xf4\x33\x45\xe7\x41\xbf\xa0\x9f\x39\x3a\x0f\xfa\x05\xfd\xac\xa2\xf3\xa0\x5f\xd0\xcf\x13\x3a\x0f\xfa\x05\xfd\x5c\xcd\xc6\x36\x7e\xdb\xad\xa7\xdc\xbe\xdd\xbf\x83\xba\x61\xb7\x7d\x10\xbf\x80\xba\x41\x5d\xaf\x58\x11\x41\xdd\xa0\x6e\x64\xac\x88\xa0\x6e\x50\x37\x14\x2b\x22\xa8\x1b\xd4\x8d\xc0\x8a\x08\xea\x06\x75\xa3\x62\x45\x04\x75\x83\xba\x25\x63\x45\x04\x75\x83\xba\x45\xb1\x22\x82\xba\x41\xdd\x12\x58\x11\x41\xdd\xa0\x6e\x69\x58\x11\x41\xdd\xe8\xb7\xcd\x1b\xd7\xa0\x6e\x50\xb7\x1a\x56\x44\xb9\x1e\x71\xa8\x5b\x03\x2b\xa2\x50\xb7\x50\xb7\x36\xac\x88\x42\xdd\x42\xdd\x96\xb1\x22\x0a\x75\x0b\x75\x9b\x61\x45\x14\xfa\x15\xfa\xb5\xc0\x8a\x28\xf4\x2b\xf4\x6b\x0d\x2b\xa2\xc4\xf5\x68\x65\x0f\x38\x49\x48\xaa\xff\x6b\x06\x7f\x1f\x87\xd0\xaf\x07\xc3\xed\xcb\xf9\xdc\x0f\x97\x71\x06\x1d\x87\x3f\x9c\xdd\xf6\x87\xfe\xf5\x3c\x7b\x3a\x9e\xf0\xb5\xf1\xe7\xdf\x00\x00\x00\xff\xff\x1a\x9a\x7e\x09\xfb\x0a\x00\x00"); +func _bgff ()(*asset ,error ){_eebb ,_aagf :=_bbfa ();if _aagf !=nil {return nil ,_aagf ;};_fac :=bindataFileInfo {_dae :"CNS-EUC-V",_fb :11034,_ae :_be .FileMode (436),_g :_a .Unix (1580491606,0)};_fgadg :=&asset {_dd :_eebb ,_ef :_fac };return _fgadg ,nil ; +};func _agee ()(*asset ,error ){_aaab ,_bdg :=_bcec ();if _bdg !=nil {return nil ,_bdg ;};_bdd :=bindataFileInfo {_dae :"UniCNS-UCS2-V",_fb :631,_ae :_be .FileMode (436),_g :_a .Unix (1580492690,0)};_gcced :=&asset {_dd :_aaab ,_ef :_bdd };return _gcced ,nil ; +};func _bbdc ()([]byte ,error ){return _c (_abbf ,"HKm471-B5-H")};var _ddc =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\x58\xcb\x8e\x5c\xb7\x15\xdc\xf7\x57\xdc\xa5\xb3\x70\xc4\xf7\x03\x68\x34\xe0\xf8\x81\x68\x61\x3b\x88\xec\x24\x40\x90\xc5\x25\x79\x28\x0c\x10\xcd\x0c\x46\xa3\x85\xff\x3e\xa8\xaa\xb6\x12\x1b\x59\x18\x6d\xd5\xd4\xe1\x65\x1f\x56\xd5\xe1\xed\x37\x5f\xbf\xfd\xe6\xed\xe3\xc3\xeb\xf1\xe6\x2f\x2f\x4f\xf3\x9d\xbd\x1e\xfb\xe1\x71\xbd\xd8\xc7\xa7\x4f\x2f\xd3\x8e\x61\xef\x1f\x1e\x2f\x17\x1f\x8e\xf5\x30\x5f\x7f\xfd\x27\x3f\xe6\x87\xf3\xf9\x72\x41\xfd\xbb\x5f\x3e\xbe\xda\x87\xb7\x8f\xfb\xe9\x88\xe2\xad\x4f\xcf\x77\xee\x71\xbc\xf9\xab\xbd\x7f\xf8\xf8\xfa\xf2\xcb\xf1\xc5\x57\xeb\x69\xd8\x1f\x8e\x65\x1b\xf8\x8f\x2f\xcb\x5e\x1e\x1e\xdf\x1f\x5f\x7c\xfd\xc3\x3b\xff\x19\x7e\xf7\xe9\xf9\xf9\xdf\xf6\xc1\x1e\x5f\x0f\x47\xcc\x1e\x17\x3f\x2f\x6f\xbe\xfe\xfe\x7c\xfe\xe1\xfc\x60\xc7\x9b\x6f\x7f\xb2\xc7\x2f\xff\x94\xbf\xfc\x33\xff\xc2\x3f\xfc\xcd\x5e\x3e\x3e\x3c\x3d\x1e\xde\xfd\xd1\xb9\xf2\x5f\xfc\xa7\x5f\x9e\xed\xf0\xf7\x15\x7e\x7e\xfb\xcd\x8f\x7b\x7f\xb4\xd7\x23\x38\xad\xfe\xe6\x1f\x3f\xbf\xfd\xe6\xf8\xa7\x3f\xbc\x3b\x42\x8e\xdd\xfd\xeb\x4e\xfd\xfb\xf7\x4f\xcb\xee\x5b\xb8\x04\x7d\x9d\xf9\xb4\xec\xe3\xf3\x39\xed\xe5\x7c\x7c\x6f\x97\xe3\xb8\x3a\x77\x3b\x8e\xe3\xda\xdc\x0d\xff\xfa\xca\x27\x77\x3b\xae\xdf\x7d\xfb\xdd\xb7\x37\xec\xfb\x77\xfc\x8b\xd7\x32\x8f\x4f\xaf\xcb\xb6\x30\xae\x70\xf5\xfb\x76\xf8\x58\x52\x43\xd5\xff\xfe\xf9\xe2\x9d\xbb\x3f\xfb\x61\xdd\x2b\x02\x2a\xaa\xfd\x5a\x71\x3d\xf5\xd4\xd3\xe7\x76\x3b\x7a\x07\x90\xbb\x80\x09\x52\x4d\x91\xd8\x22\xc6\xc2\xc0\xb2\xd3\x13\xd9\xf9\x76\xf8\x12\x80\xec\x22\xa4\xdc\x8e\xa0\xa5\x77\x15\x52\x81\x54\x22\x4d\x88\x01\xc1\xd3\x82\x1e\x1f\xb0\x72\xc8\x05\x88\x56\x0e\xe0\x44\x0f\x4e\x14\x27\x82\x93\x3c\xf6\x13\xc5\x89\x63\xdc\x8e\x54\x51\x15\xc7\x12\xb2\x6f\x47\x76\xe0\x24\x55\x25\x54\xe5\x9e\x81\xa8\x2a\x61\xe5\x92\xb1\xc3\x2c\x4e\x06\xa7\x66\x7c\x8b\x2c\x4e\x06\xa7\x79\x54\x15\x71\x0a\x38\xdd\x61\x3f\x45\x9c\x02\x4e\xaf\xa8\xaa\xe2\x54\xf6\xc7\x15\x6c\xa8\x8a\x54\x41\xf2\x3e\xa0\xae\x89\xd5\xd4\xc5\x80\x4d\x36\xb1\xda\x56\x63\x51\xd8\xc5\xea\x3a\xa4\xe6\x00\x89\xd5\xc9\x4a\x3c\x91\x53\xac\x93\xac\x1c\xd1\xdc\x53\xac\x93\xac\xe2\x50\x38\xc4\x1a\x64\x95\x9e\x00\x89\x35\xc8\xaa\x19\x85\x53\xac\x49\x56\xcb\x1e\x90\x58\x73\xaf\xdb\xe1\xbb\x47\xe1\x44\xc5\xfd\x23\xa4\x08\xd6\x52\xe1\xe2\xe1\x39\x87\xb5\x96\x0a\x17\x59\xae\x62\x13\x26\x96\x91\xe5\x0b\xd6\x32\xb1\x8c\xac\x10\x50\xb8\xc5\xda\x64\xc5\x80\xe5\xb7\x58\x7b\x6e\x40\x0d\x85\x7b\x89\x75\xdf\x44\xb8\x5c\x87\x63\xe1\x70\x2c\x4c\xb5\x03\x62\xe1\x70\x64\xe5\x04\x96\x64\x3e\xa8\xe0\x50\x62\x01\x24\x96\xc4\x58\xa0\xfd\x21\x35\x0e\xa9\xb1\xf6\x08\x48\x2c\xca\x31\x34\x28\x74\x48\x8f\x83\x7a\x0c\x3d\x3b\x40\x62\x45\x8a\xd6\x41\xa3\x43\xfa\x1b\xd4\x5f\xf4\x68\xce\x90\x00\x47\x92\xb4\xd1\x9c\x21\x05\x0e\x2a\x30\x06\x34\x67\x48\x82\x83\x12\x8c\x11\xcd\x19\xd2\xe0\xa0\x06\x63\x42\x73\x86\x44\x38\x28\xc2\x98\xd0\x9c\x21\x15\x0e\xaa\x30\xe6\xda\x00\x89\x45\x15\xc6\x92\x50\x28\x15\x0e\xaa\x30\xd6\x98\x01\x89\x45\x15\xc6\xda\x51\x28\x15\x0e\xaa\x30\xb6\x8e\x16\x4a\x85\x83\x2a\x8c\x3d\xa3\x50\x2a\x1c\x54\x61\x72\x30\xf4\x90\x0a\x07\x55\x98\xbc\x47\xa1\x54\x38\xa8\xc2\x14\x1c\x5a\x28\x15\x8e\x31\x2b\xa0\x82\xc2\x31\x1b\x21\x16\x46\x18\x6d\x48\x98\x83\xc2\x4c\x91\xcd\x91\x30\x07\x55\x98\x12\x9b\x23\x15\x0e\xaa\x30\x65\x36\x47\x2a\x1c\x54\x61\xca\x6c\x8e\x54\x38\x2c\xfb\xdb\x91\x0a\x9b\x63\x39\x08\x0a\x7c\xa2\xa0\x48\x88\x6b\x95\x8e\xad\x4a\xab\x83\x5a\x4d\x35\xe1\xd0\xa4\xd5\x41\xad\xa6\x16\xb1\xbc\xb4\x3a\x28\xcc\xd4\x7a\xbd\x5c\xa7\x84\x39\x29\xcc\xd4\xbb\x07\x44\xd6\xa4\x30\xb3\xcb\xe9\x72\x9d\x12\xe6\xa4\x30\xb3\x47\x6e\x4e\x09\x73\xfa\xf3\xbc\x1d\x39\x78\x4f\x68\x10\x62\x61\x08\xe1\x72\x9d\xd2\xea\xa4\x56\x73\x44\x57\xa7\xb4\x3a\xc3\x44\x61\x44\x57\x67\x98\x43\xd0\x60\xa1\x27\x34\x09\x71\xad\xc4\xe5\xa5\xe8\x19\x8b\x03\x84\x38\x9f\xb1\x70\x2d\x8a\x3c\x27\x74\x62\x4a\xe4\x33\x8e\x76\x3b\x72\x0e\x84\x46\x17\xd4\x01\x65\xae\x35\x4e\x41\x27\x21\x47\x88\x9b\xa0\x3b\x72\x46\xce\x4e\xb9\x63\xa6\x9c\x6f\x47\x2e\x01\xac\x94\x8b\xa0\xc2\x27\x66\x42\x95\x10\x37\x51\x12\x0b\xb5\x09\x7a\x28\x97\x06\x48\x1e\x9a\xf4\x50\xae\x18\x07\x53\x1e\x9a\xf4\x50\x6e\x11\x9d\x90\x87\x66\xd1\x3c\x88\x11\x90\x58\x65\xf0\x38\x50\x57\x30\x3f\xae\xb3\xac\x8a\x0e\xe2\x14\xcb\x6a\x42\x4c\xe3\x50\xd8\x9d\xb5\x6f\x47\x71\xb1\x70\x5c\xff\x3a\x62\xff\xdf\xd4\x9d\xc5\xf4\xf0\xad\x55\x78\xf2\xb2\xeb\xd4\xd0\x88\xb5\xe1\x0b\xcb\xaf\x53\x53\x23\x36\xca\x41\x86\x9d\x1a\x1b\xb1\xb3\x0b\x72\xec\x6c\x2b\x62\x22\x38\x87\x5a\x59\x76\xf6\x84\xb3\xe8\x3c\xb1\x9e\x4e\x41\xe7\xed\x28\x98\xdb\xb3\x27\x1e\x45\x2f\x03\x5b\xe7\x77\xee\x85\x7a\xa0\xd5\x8b\x83\xc0\xa7\xac\x3e\x3b\x86\x6a\x71\x19\xed\xeb\x68\xd2\xfd\xa3\xb8\x28\x88\x6d\xe8\x36\x01\x35\x2e\x6f\x8b\x10\x47\xac\x47\xb8\x4c\x65\xc4\x64\x46\x14\x9f\xd1\x77\x65\xc4\x3c\x71\x55\x28\xc1\x63\x13\x27\xef\x0a\xfa\x28\x1e\x96\x9a\x27\x2f\x0b\x93\x49\x52\xa2\xc3\xd7\x56\x92\x4c\x26\x49\x61\x46\x4c\x25\xc9\x1c\x62\x61\x1a\x4f\xc5\xc6\x64\x6c\x94\x84\x69\x3c\x15\x1b\x73\x6a\xf4\x63\x1a\x4f\xc5\xc6\x64\x6c\x94\x82\x69\x3c\x15\x1b\x93\xb1\x51\x0a\xa6\xf1\x54\x6c\x4c\x06\x42\xa9\x98\xc6\x53\x81\x30\x19\x08\xa5\x61\x1a\x4f\x05\xc2\x64\x20\x94\x4e\xdd\x28\x10\x26\x03\xa1\x3a\x4c\xe3\xa5\x40\x58\x0c\x84\xea\x30\x8d\x97\x02\x61\x31\x10\xaa\xc7\x34\x5e\x0a\x84\xc5\x40\xa8\x01\x96\x5a\x0a\x84\x45\xf7\xd7\x88\x69\xbc\xe4\xfe\x45\xf7\xd7\x84\xec\x5a\x72\xff\xa2\xaf\x6b\xaa\x28\x94\xaf\x57\xd4\xfd\xa6\x64\x40\x62\xd1\x8b\x95\x9a\x58\xf2\xe2\xa2\xcb\x6a\x45\xb8\x2c\xb9\x6c\xd1\x65\x95\xd2\x5c\x72\xd9\xd2\x5d\xa9\x61\xce\x2e\xb9\x6c\xd1\x65\x95\xc2\x5c\x72\xd9\xa2\xcb\x1a\xac\x71\x5d\x72\xd9\x2a\x88\xa0\xe6\x30\x67\x57\x61\x04\xe9\xa3\x55\x28\x67\x95\xb9\x08\xe9\xe2\x85\xae\x2e\x19\x64\xd5\xda\x01\x75\x42\xf5\x14\x74\xde\x8e\xd6\x5a\x27\x34\x04\xa1\x50\xfd\x92\x8b\x16\x5d\xd4\x02\x26\xd5\x92\x89\x16\x4d\xd4\x22\x26\xd5\x92\x87\x16\xa7\x5e\x4b\x98\x54\x4b\x16\x5a\xb4\x42\x63\x22\x2c\x59\x61\x51\xd1\x2d\x23\x53\x97\x14\xbd\xa8\xe8\x56\x0a\xf6\x25\x45\xaf\x13\x29\xd1\x2a\xa2\x71\x9d\x0c\x09\x7d\x34\xcf\xe6\x9c\xa6\x42\xae\x55\xb9\x7b\x29\x7a\x51\xd1\xad\x21\x07\x97\x14\xbd\xc6\x59\xf8\x1d\x23\xa1\x4a\x88\x85\xad\x83\x25\x91\x2f\x8a\xbc\x75\xcc\xb3\x25\x91\x2f\x8a\xbc\x3b\x0c\xfb\x25\x91\x2f\x8a\xbc\xd3\x8f\x4b\x22\x5f\x6b\x0f\x40\x18\xf6\x6b\xed\x29\x68\xa2\x90\xfb\x5a\x7b\x09\x42\x61\x20\x24\x2b\x2c\x5a\xa1\x07\xcc\xb3\x25\x2b\x2c\x5a\xa1\x47\xa4\xda\x92\x15\x16\xad\xd0\x13\x02\x6c\xc9\x0a\x8b\x56\xe8\x19\x03\xc7\x64\x05\xa3\x15\x7a\x41\x7c\x99\xac\x60\xb4\x42\x2f\xa5\x5d\xae\x26\x2b\x18\xad\xd0\x2b\xc6\x92\xc9\x0a\x46\x2b\xf4\x16\x50\x28\x2b\x18\xad\xd0\x3b\xde\x18\x4c\x56\x30\x5a\xa1\x77\x0c\x09\x93\x15\x2c\xea\x8a\xee\x30\x25\x4c\x5e\x30\x7a\xc1\x3b\x8f\x50\x33\x99\xc1\x92\x78\x01\x73\xc2\xe4\x06\x4b\xe2\x05\x44\xab\xc9\x0e\x96\xc5\x8b\x38\x13\x93\x1f\x2c\x8b\x97\x90\x75\x26\x43\x58\x11\x2f\x63\x7e\x98\x1c\x61\x9a\x06\xae\x78\xd4\x4a\xec\x76\x7f\x85\xa8\x2e\x01\x13\x4f\xd3\xc0\xd5\x82\x5a\x09\xd9\x34\x0d\x5c\x2b\xe8\xa6\x94\x6c\xed\x0c\xc0\x7a\x48\xc4\x22\x31\xd5\x76\xdc\x94\x4c\xf2\xb6\x5e\xf1\xd2\xe6\x1d\x5b\xd5\x6b\x11\xc6\xf7\x14\x57\x51\x2b\xcd\x9b\xde\x37\xbc\x83\x04\x4d\xa2\x37\xbd\x70\x78\x5f\xb1\x9e\x54\x6f\xe7\xfd\x1d\x07\xa3\xc3\x24\x68\x1b\xf9\x04\x16\x91\xe4\x36\xf2\x20\xa6\xda\xc8\x83\x94\xca\x6d\x6c\x47\x0c\x3a\xb4\xb1\xef\x98\xd7\x9e\x0b\xb1\x20\x8c\xb5\x09\x42\x37\x69\xdf\xf4\xc2\xe2\x13\xa4\x68\x12\xbf\xcd\x85\x37\x16\x9f\xa1\x45\x9b\xb0\xe3\xfd\x03\xdf\x2d\xfe\x76\x50\xe7\xf4\xfb\x39\x6d\x93\xa6\xb5\xa9\xa7\x15\xbc\x00\x9a\x3c\x64\x4b\x4f\x2b\x3c\x41\x99\xc8\xd6\xd9\x81\x55\x9e\xe0\xc2\x7d\xed\x6a\x4b\xb5\x15\x5e\x36\x79\xc6\x4c\xb5\x8d\x42\x97\x69\xcc\x8c\x1d\x6a\x54\xba\xd9\x10\x36\xf0\x1e\xc8\xbb\xa8\x19\xe6\xea\xd5\x4c\xeb\x31\x5e\x4d\xee\xb2\xad\xf5\x3a\x4f\x5f\xf6\xb2\xad\x77\x48\x87\xd3\xdf\xf2\xd7\x76\xb8\x5e\xf9\xe0\x7d\x03\xc6\xfb\x95\x3e\xb0\xe7\x4e\xac\x12\xd3\x2b\xa9\xc7\x09\x6e\x19\x71\x3b\xdc\x22\x7d\xf0\x8d\x18\xaf\x91\xfa\xc0\x09\x7a\x62\x93\x98\x9e\xcb\x4b\xe9\x96\x63\xb7\x2f\x81\x58\x8d\xc0\x4a\x14\x76\xea\xbb\x75\x62\x43\x18\xbf\x6f\xe1\x73\x3d\xef\x21\xfb\xfe\x23\x43\xf4\x15\x98\xf6\xe2\xf5\x8c\x88\x79\xb2\xe5\xf7\x1d\x4a\x05\x96\x22\x6a\x43\x69\xc2\x1a\xb0\x0a\xc5\xee\x50\x3a\x31\xad\x97\x2a\x79\x5a\x2f\x4c\xee\x2f\xe1\xbd\x66\x87\xc9\xfd\x05\x3d\x23\xc3\x29\x5b\x69\xb1\x63\x4d\xc4\x1a\x31\xd8\x06\x1f\xa6\x3d\xa3\x07\x4a\x90\xad\x04\x09\x05\xd3\x67\x2b\x41\x76\x2a\xec\x7d\x4d\x19\x58\x61\xef\x95\x2a\xa1\xe2\x8d\x64\x2b\x55\x76\x1a\x7c\x46\x63\x5f\xd2\xc8\xc2\xb2\xf6\x52\x88\xa9\x16\xe9\xec\x43\x0b\xe4\x31\x9e\xb7\x12\x29\x74\x87\xe7\x2a\x91\xb6\x12\x29\x74\x87\x1e\x28\x91\x76\xbe\xf3\x70\x17\xda\x4a\xa4\x5d\x78\x46\xd1\x15\xf4\xa5\xe8\x8c\xf8\x81\x5a\x61\x89\x98\xee\x9d\x0e\x17\xf2\xad\xe4\xda\xf7\x7b\xac\xe7\x99\x2b\xb9\xf6\xfd\x1e\xcb\xeb\xdc\x56\x72\xed\xfb\x3d\x36\xe0\xb6\xb0\x95\x5c\xfb\x7e\x8f\x8d\xd4\x86\x92\x6b\x2b\xa5\x62\xe2\xf9\x2a\xa5\x36\x83\xc9\xc7\xcc\xf3\xed\xb5\x0a\x23\x2f\x37\xf2\x54\xdb\x71\x7c\x3e\x66\xdc\xa7\x76\x9f\x49\x58\x12\x2f\x13\xcb\xc2\x32\x7f\xf5\x62\xff\xfa\x2c\xc2\x8a\x7e\x09\xf3\xc4\xf4\x8c\xe5\x89\xe9\xb9\x2b\x08\x53\x2d\x3c\xb8\xfb\x52\xad\x7e\x8d\x71\xf9\xb7\xd7\x7f\xfc\xff\x87\xf3\xf9\xf2\xf9\xf7\xc6\xf9\xe9\xe5\xc5\x1e\x5f\xf9\xdb\x26\x7f\x54\x3c\x96\xed\x87\x47\xfb\xfc\x3b\xe9\xf3\xd3\x33\xaa\xf8\xdf\x7f\x02\x00\x00\xff\xff\xff\x1c\xad\x3d\x53\x15\x00\x00"); +var _aafc =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x44\xd4\xdf\x6a\xdb\x30\x18\x05\xf0\x7b\x3f\x85\x2e\xbb\x8b\x2d\xb6\xfe\x5a\x50\x0a\xa3\x19\x2c\x83\xae\x63\x5d\xbb\xc1\xd8\x85\x63\x7d\x09\x86\x45\x36\xb6\x03\xeb\xdb\x0f\x9d\x93\x65\x17\x45\xf5\x2f\xfa\x0e\x47\x49\x94\xcd\xfd\x6e\xbb\xcb\xc3\xaa\x36\x5f\xe6\xb1\x7f\x92\x55\x1d\x86\x9c\x66\x59\xc6\xf3\xdc\x8b\xda\xcb\x71\xc8\x55\xd5\x68\x95\x86\x7e\xfd\xf7\x88\xa5\x3f\x75\x53\x55\x6d\x3e\xfc\x59\xdf\x7e\x54\xe7\x45\x2e\xcf\xf7\xbb\xed\xd3\xeb\xb2\xca\x69\x97\x0f\xa3\x32\x9c\x4b\xe7\xe9\x32\xab\xd4\xe6\xab\x1c\x87\x65\x9d\x5f\xd5\xcd\xfb\x34\xee\xe5\x8d\x4a\x72\x28\xfe\x38\x27\x99\x87\x7c\x54\x37\x9f\xba\xa9\xcb\xcd\xf5\x85\xa7\xf3\x34\xfd\x96\x93\xe4\x55\x69\x98\xe4\x84\xb5\xda\xdc\x3f\x74\xd3\xe7\xee\x24\x0a\x3d\x5e\xa0\xc0\x17\x99\x97\x61\xcc\xaa\xd1\xef\xea\xda\xfd\xf7\x6f\xaf\x93\xa8\xe6\x32\xfd\xbc\xdb\x3e\x1e\x0e\x8b\xac\xaa\xd5\x35\xf7\xfc\x78\xde\x6d\xd5\xcf\x46\x35\xb5\xd2\xce\x18\xfb\xeb\xb2\xf5\xfb\xc3\x98\xae\x83\x26\xf2\x34\xfd\x90\xe6\x2e\x1f\xa5\xba\xd5\x8d\xd6\x77\xaa\x2c\xe6\x4e\x85\xb6\x0d\x20\x4b\xb2\x77\xaa\xd5\xbe\x05\x39\x92\x2b\x14\x2c\x68\x4f\xda\x83\x34\xa8\x27\xf5\xa0\xa6\x90\x21\x19\x29\xf1\x11\x64\x1b\x90\x75\x20\x64\x59\x4f\xf2\x65\xb0\xe5\xae\x40\x0a\xc8\xf2\xa0\x96\xd4\x82\x22\x28\x92\x22\x08\x55\x6d\x07\x72\x7b\xc4\x63\x97\x67\x55\x8f\xaa\x9e\xc4\x5e\x9e\x55\x0d\x28\x91\x12\x4a\x14\xd2\x5a\x0a\x61\x69\x75\xa8\xab\x5b\x6d\x35\xda\x63\x09\xb1\x69\x41\x86\x64\x40\x11\xe4\x48\xe5\x8c\x51\x73\x30\x90\x02\xa8\x01\x45\x52\x04\x95\xb7\xd0\x5a\x66\x59\x64\xe9\x52\xc2\x7a\x92\x27\x59\x10\xe3\x3d\xe3\x1d\x88\xf1\x9e\xf1\x1e\x24\x24\x01\x95\x8f\xd6\xb1\xbd\x63\x7b\xdd\x82\x0c\x89\xf1\x11\xe4\x48\x88\x37\x35\x28\x90\x10\x6f\x1a\x50\x24\xa1\xbd\x29\xed\x1d\xdb\x3b\xb6\x37\xa5\xbd\x63\x7b\xc7\xf6\xc6\x82\x18\xcf\xf6\xc6\x81\x18\xcf\xf6\xc6\x83\x84\x84\xf6\x06\xed\x03\x07\x83\x07\x95\xf6\xc9\xd6\x85\x92\x3d\x14\xb2\xa5\x6a\xf2\x24\x8f\x33\x3a\x5f\x6e\xdd\xf5\x0b\x5f\xfe\x2f\xf7\xfd\x7a\xff\xfa\xf3\x3c\x4b\x5e\x71\xdb\x71\xd1\xca\x4d\x19\xb2\x5c\x7f\x49\xa6\x71\x2a\x53\xf8\xfb\x1b\x00\x00\xff\xff\xf8\x0f\xe0\x8e\x75\x04\x00\x00"); +func _daad ()(*asset ,error ){_ddega ,_gegg :=_ccgea ();if _gegg !=nil {return nil ,_gegg ;};_ggda :=bindataFileInfo {_dae :"NWP-H",_fb :15060,_ae :_be .FileMode (436),_g :_a .Unix (1580492613,0)};_aeag :=&asset {_dd :_ddega ,_ef :_ggda };return _aeag ,nil ; +};func _dcdb ()(*asset ,error ){_fgbeg ,_cdb :=_cbaag ();if _cdb !=nil {return nil ,_cdb ;};_ddaf :=bindataFileInfo {_dae :"HKm471-B5-V",_fb :615,_ae :_be .FileMode (436),_g :_a .Unix (1580492433,0)};_dbc :=&asset {_dd :_fgbeg ,_ef :_ddaf };return _dbc ,nil ; +};var _aaae =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\xfd\x4b\xcb\x6d\x4d\x96\xa5\x89\xf5\xfd\x57\x9c\x66\xa9\x51\x8a\xb5\xec\x6e\x20\x0e\x88\x2a\x02\x25\x45\x49\x42\x99\x29\x09\x84\x1a\xeb\x9a\x72\x50\xba\x07\x1e\x91\x8d\xfc\xf7\xc2\x9e\xf9\xee\x31\x76\x08\x0a\xce\xd7\x39\x9f\xbd\xb6\xb6\xdd\x6d\xda\xbc\x8e\xf9\x4f\xff\xd3\x7f\xf8\x9f\xff\xc3\xdf\xfe\xfa\x6f\xbf\xfe\xe9\xff\xfa\x8f\xbf\x5f\xff\xf1\xf9\xb7\x5f\xef\x5f\xff\x76\xff\xe3\xf9\xd7\xbf\xff\xb7\x7f\x5c\xcf\xaf\xf3\xf9\x2f\x7f\xfd\xdb\x5f\xfe\xb2\xa7\x5f\xf7\x5f\xaf\x7f\xfb\x14\xf9\xe7\xfa\xaf\xc7\xbf\xfc\xe5\x2f\xeb\xf7\xff\xf1\xbf\xff\xeb\xbf\x3d\xff\xf5\x3f\xfc\xed\xfd\xfb\xaf\x1c\xdf\xdd\xff\xed\x5f\x7e\xbe\xfd\xf5\xeb\x9f\xfe\x6f\xcf\x7f\xf9\xeb\xbf\xfe\xdb\x3f\xfe\xfb\xaf\xff\xe1\xff\x78\xff\xfd\x7c\xfe\x77\xbf\xee\xe7\x5d\x7f\xff\xbf\xfc\xe3\x7e\xfe\xf1\xd7\xbf\xfd\x97\x5f\xff\xc3\xff\xf2\xf7\x7f\x3c\xc7\xae\x8a\xff\xf8\xdf\xfe\xe5\x5f\xfe\xbf\xcf\x7f\x7d\xfe\xf6\x6f\xbf\x76\xfe\xf6\xfc\xed\xe6\xdf\xbf\xfc\xd3\xff\xf4\xbf\x1e\xff\xf2\x7f\x3e\xfe\xeb\xf3\xeb\x9f\xfe\xf3\xdf\xfe\xfa\xbf\xfc\xc7\xff\xf1\x3f\xff\xa7\x7f\xce\xe9\x7f\xfc\x3f\x51\x4b\xe5\xff\xfd\xf9\xc7\xbf\xfe\xf5\xef\x7f\xfb\xb5\xff\xef\xb7\x6d\xf8\xcf\xff\xe9\xbf\xff\xcb\xf3\xd3\xd8\x5f\xfe\xe9\xff\xf9\x9f\xff\xc3\xff\xfc\xeb\xff\xb5\xff\xda\xb7\x5f\xa9\xd6\x92\xfe\xdf\x3f\x7f\xff\x7f\xfc\xaf\x7f\xbf\x9f\x5f\x5b\x94\xf6\x98\xc0\xf5\xf7\xfb\xf9\xd7\x7f\x39\xae\xe7\x1f\xc7\xdf\xfe\xcb\xf3\x97\x5f\xbf\xfe\x0f\xdb\xcf\x7f\xbf\xd7\xff\xee\xdb\x3f\xff\xf3\x3f\xff\xf3\xef\x35\xc2\xff\xbf\x2f\x3f\x0d\xfc\xed\xef\xff\x76\x3f\x6f\xfc\xed\xdf\xff\x76\xfd\xb7\xbf\xbf\x7f\xed\xeb\xd7\xdf\x9f\xfd\x65\xdf\xb6\x9f\xde\xff\x7a\x5f\xff\x9f\xe3\x1f\x9f\x1f\x1e\xdb\xfa\xfa\x53\xd8\x7f\xff\x4a\xdb\x50\xb1\xfc\xfe\x95\xf6\xa2\x62\xff\xfd\x6b\xaf\x55\xc5\xf1\xfb\xd7\xbe\x75\x15\xe7\xef\x5f\xd3\x3f\x3d\x7e\xff\x6a\xcd\xc5\xf3\xf7\xaf\xbd\xb7\x4f\xf1\x5c\x9d\x66\xd5\x9e\xfb\x2a\x6e\x2a\x96\xdf\xbf\xf6\x39\x55\x6c\xbf\x7f\xa5\xa2\x51\x9c\x6b\x14\x9b\x8b\x63\x0d\xd9\x2d\xcf\xdf\xbf\x46\x49\x2a\xae\x61\x74\x0d\xf9\x64\x18\x1a\xf2\x79\xfd\xfe\xd5\xab\x66\x7f\xde\xbf\x7f\xf5\xe2\x51\x3d\xab\xd6\x4d\xbd\xab\x23\x8d\xea\x6a\x6b\x82\xea\xf7\xde\x56\x51\x2d\xdf\x6b\x90\x59\x2d\xdf\x63\x0d\x23\xab\xf8\xac\xa2\x7f\xfb\xfe\xfe\xd5\xbd\x56\x4f\x5b\xfd\xaa\xa9\x77\x5b\x45\xf5\xfb\xd2\xb2\x46\xf5\x8e\xf5\x5b\x35\xf5\xae\x31\xb7\xcf\xc7\xfb\xbe\xaf\xdf\x7e\x5a\xde\x13\x63\x56\x6d\xea\xeb\xe3\xcf\xb2\xef\x79\x7d\xdc\x76\x15\xd3\x1a\xa4\x6b\xf3\xaa\x4d\x2a\xd2\x6f\x56\xf1\x5d\x1f\xeb\xb7\x65\x8d\xb9\x15\x15\xf7\x55\xab\xdf\x96\xb4\x6a\xab\x8a\xf3\xf7\xaf\xfe\x55\xcb\x96\x69\xcc\xe5\x5c\xb5\x6a\xb9\x32\x2a\xb5\x5c\x19\xd5\x67\xad\xf6\xb6\x26\xd8\x5d\x5c\x13\xd4\x14\xd2\xda\xee\x91\x74\x1a\xd2\xd5\xd7\x8e\x7e\x9a\x4e\x37\x27\x29\xa9\x38\x57\x51\x1f\xdf\xc7\x2a\x16\x15\xcf\x55\xec\x2a\x5e\xab\xa8\x9e\xee\x7b\x15\x3f\xab\x53\xb6\x75\xbe\xb7\xf4\xd9\xa5\x52\x29\x7f\xf6\x34\x6d\xfb\xf6\xfb\xd7\xec\x2a\xb5\xdf\xbf\xf6\x7d\x57\xf1\x5c\xa3\xfe\x5c\x96\xc4\xf5\x1e\x29\xeb\xf3\x94\x7e\xff\x1a\x6d\x53\x39\x6f\xeb\xd2\x36\x15\xcb\xef\x5f\xa3\x8e\xa4\x72\xfd\xfd\x6b\xe6\xe4\xfa\x46\xb9\xa8\xbc\xae\x48\x75\xf5\x5a\x33\x6d\x74\xda\xd6\xde\x8d\x3a\x35\xf4\xbe\x9a\x2f\x55\x45\x96\xb8\x68\xb0\x7d\x0d\xb6\xa8\x35\x68\xc4\xa7\xb4\x6f\xf9\xf7\xaf\xbd\xec\x2a\xae\x05\xdf\x3f\x4d\xed\x7b\xfe\xfd\xab\xce\x4d\xc5\x45\x05\x3e\x47\x39\xed\x69\x51\x2a\x0d\x6b\x5f\x8b\x90\x9a\x3e\xe6\xa0\x17\xd7\xae\x39\x7d\x88\x42\xda\x67\x5a\x54\x40\x1f\xcf\xba\xe8\x4b\x57\x91\x8e\x5c\xbb\x0e\x89\x26\xb4\xcf\x75\x48\xaa\xc6\x3c\xd7\x98\xcb\x67\x35\xf6\x45\xd7\xc6\x68\xfa\x7a\x11\xb6\x31\x9a\xe6\x74\x26\xca\x45\xe5\x4c\xd9\xbf\x2f\x94\x35\x16\x4e\xec\x18\xfa\xfe\xa2\xfd\xa1\xf6\xae\x7b\x95\xb5\xd9\xfb\xf5\x52\x56\xfd\xcd\xf7\x7b\xe1\x2d\xf9\xa1\xfb\xff\x1b\x2f\x41\xda\x6f\x06\x5b\xd5\xd9\xbd\x96\x69\xba\x2d\xc6\x5a\x5d\x86\x4a\xab\xeb\x67\x9d\xe1\xdd\xfb\xf5\xec\x94\xb5\xe8\x4f\xa2\xac\x95\x7b\x32\x65\xed\xd1\xa2\x7a\x73\x9f\x5a\xba\xa7\xff\xfe\x35\x75\xa5\xd2\xfe\x0c\xea\xb5\x54\xcf\xa4\xfe\xd3\x5e\x5a\x0f\xe0\xae\x4b\x94\xb6\x35\xf8\xea\xda\x75\xd4\xd4\x78\xda\xda\x3a\xd5\x5a\xa7\xb4\xf1\xb2\x25\x15\xd7\xcb\xa6\x55\x4f\xeb\x60\x8e\xae\x5d\x4e\xdb\x3a\x4e\xc3\x3f\xe6\x8a\xe8\xc4\xa4\x6d\x3d\x14\xfb\x67\x62\x69\xd1\xe0\xb4\xab\xed\x75\xac\x47\xd7\xfd\x4b\xfb\xb1\x0e\xa3\x46\xb6\xdf\xab\x6d\xb5\xb5\x3f\x8b\xda\xfb\xe3\x97\x71\x6b\x96\x69\x4d\x5a\x87\x33\x41\x0a\x7a\x76\x79\xae\x59\x6b\x11\xd2\xea\x4a\x3b\x94\xd2\xb3\x06\xa6\xda\x45\x28\x76\x91\x95\xb4\xe8\xc4\x3e\x5c\xbb\x6e\xc5\xae\xdf\xe6\xfe\xfb\xd7\xc8\xc9\xd5\x6b\xd8\x5d\x2b\x54\xd6\x24\xab\x36\x2f\x95\xba\xc8\xc0\x74\xfd\xa0\x5e\x3f\xaf\x1b\x03\x57\xfd\x22\x90\xa3\x27\xad\x61\x65\x37\xb5\x21\x35\xd6\x50\x6b\x5a\x0f\x76\x40\x9f\x37\xd8\x0b\x17\x17\xb9\xfd\xaa\x8d\x55\x52\x6b\x1d\x96\xc1\xcb\x34\x0a\xdb\xad\x55\x1c\x95\xb2\x56\x66\xac\xde\xca\xd0\xa6\x8c\x93\xb2\xbe\x3f\x18\x9d\xc8\x4d\x3a\xa0\xc0\x9b\xfa\x3f\xd6\xca\xfa\x34\x3d\x0f\x4b\xa9\xb5\x7a\x16\xfb\xf6\x61\x68\x52\x8e\xa3\xaa\xb9\xe7\x9d\xa5\xd8\x54\x64\xb0\x1f\x4e\x23\xd5\x75\x0d\xea\x3e\x55\xdc\x7f\xff\xaa\x1f\xce\x2a\xd5\x75\x2b\x6a\x72\x71\x91\xd8\xaf\xdf\x5e\xab\xd6\xc5\xfb\xf7\xaf\x2a\x8a\x5b\xb7\x67\x15\xbb\x8a\xef\xfa\xed\x67\x92\x75\x3d\x61\x35\xb9\xb8\xfa\xad\x2e\xae\x7e\x75\x1b\x2b\xa4\x5d\xfb\x53\xd7\x1c\xaa\x5e\xa0\xba\xd7\xf5\x71\x53\xb1\xad\x62\x55\xb1\xaf\xdf\xba\x38\xd6\x6f\xdd\xd4\x5c\x1f\xbb\xa9\x63\x15\x5d\x7b\xae\xdf\xba\x96\xf9\xba\xa9\x35\x5f\xbd\x55\x75\xdd\xad\xaa\xd7\xa9\x26\xc6\xec\x5a\xc6\xac\xd5\x48\x6b\xcc\x3a\x32\x35\xad\x51\xe9\xfd\xa9\x89\x7e\x5d\x4b\xbf\x6e\x6a\xad\xa4\x8e\x4b\xcd\xf4\xab\x96\x33\xfd\xba\x48\xbf\x6a\x6a\xdd\xc3\x5a\x34\xa3\x4c\xbf\xda\xfd\x4c\xbf\x2e\xd2\xaf\x8b\xf4\x5b\xff\xe4\x6d\xa8\x85\x0d\xd4\xc1\x59\x4c\x59\x2d\x2a\xae\x07\x35\xf9\x2c\x20\x52\xe8\xd1\xab\x4b\xa8\xd8\xf5\xe6\xd5\x75\x3d\x92\x47\x71\x2c\xc2\xe2\xf9\x2d\x19\x23\x79\x99\x97\x8c\x91\xbc\xdb\x8b\x7f\x30\x2b\x54\x79\x5e\xbb\xbf\x5e\xcf\xeb\xae\xd7\xb3\xae\xd7\x75\x6f\xae\xe5\x1e\x8b\xb6\x56\xe4\x0a\x5f\x86\x25\x57\x24\xdf\x1c\x04\x89\x2e\x02\x58\xd7\x53\xbc\x37\x57\x2f\x82\xd7\x3c\x12\x08\xb3\x08\x60\xbd\x60\xc2\x54\x7d\xf1\x06\x68\x60\x17\x14\x42\x3c\x59\x5d\xb2\xc4\x2e\x66\xa6\x2e\xbe\x74\x6f\xae\x5d\x6b\xe0\x2d\xbf\xd6\x1a\xf8\xe4\x5d\xd0\xbe\xe1\x32\xfc\x9b\x07\xb2\x1e\xa7\xe6\x33\x70\xad\x07\xa5\x69\x56\x8b\x61\xd8\xc5\x37\xd5\x07\x62\xd3\xb5\xde\x8b\x16\x8d\xa6\x9b\xda\xb6\x45\xba\x44\x12\xda\xa2\x4d\xbb\x48\x42\x5b\x14\x22\xe9\xc6\x34\xde\x41\x1d\x92\xb6\x6e\x5b\xd2\x31\x6f\xeb\xb6\xcd\x94\x5c\xe6\xc7\xea\x69\xbd\x74\x33\xe9\x62\xb7\xc4\x48\x74\x8a\x5a\xe1\xe5\x53\xd7\xeb\x7c\xee\xba\xbb\xad\x71\xc6\x5c\x5c\x72\xac\x08\x5b\x6b\x8b\xe1\x13\xbd\x69\x4b\x4a\x48\x22\x03\xad\x71\xe4\xa6\x8a\x6b\xd8\xd5\xb5\x8b\xb3\x17\x61\x6b\xed\x85\x1d\xfe\xb4\xd5\x17\xb1\x1a\x4d\x24\xb5\x2f\x02\x34\x9a\x08\x70\x5f\xef\xe4\x68\x9b\xbe\xaf\xf1\xfd\x67\x1e\xef\x22\xdf\xad\x68\x43\xde\xad\xfc\xfe\xd5\xf2\x70\x19\xc6\x56\xcc\xc5\xbb\x38\x95\x56\x8a\xcb\x4b\x78\x2a\xdd\xed\x2d\xe9\xc9\x0f\xef\xbb\xe8\x72\x49\xe2\x7d\xdf\x45\x98\x4b\xd1\x8e\xbe\x90\xe2\x7d\xa8\x3d\xa8\xad\x84\xb3\xf4\x42\x6e\x37\xb7\xbf\x36\xb5\x99\x0b\x7b\xd7\xae\xe6\xf9\x55\x5e\xa2\x6d\x11\xe5\x7f\x21\xaa\x5e\xce\x17\xaa\x5a\xf4\x36\xbe\x8b\xac\x96\x54\x5d\xae\xbf\x7f\x15\x1f\xe7\x37\x18\x7b\xbd\xb5\xef\x22\xb4\xdd\xcc\xfb\x9b\xa0\xff\x5a\xdf\x17\xca\xdb\xa6\xeb\x6f\xde\x43\xf7\xff\xfe\xfe\x95\xbb\xde\xfe\x77\x11\xdf\xf2\x35\xbf\x25\x13\x67\xef\xd7\xbb\x84\xe2\x5c\x86\xbf\x1f\x6b\xbe\xcd\xf5\x8b\xc4\xf6\xaf\xf2\x5a\x8f\xf1\xf5\xfb\x25\x9f\x8f\x4d\xe3\x87\x06\x57\xef\xef\x3a\xd6\x6d\x7a\xbd\xd6\xb9\x2e\xa3\xb8\x3e\xff\xfe\x55\xb2\x28\xfc\x5b\xd6\x7a\x6d\xa2\x06\xef\x62\xb4\xca\xac\xfe\xbe\xad\xdf\xef\xfe\xbe\x73\xbe\x34\x9e\xc5\x88\xb5\x5d\x87\xff\x5d\xb2\x78\x4b\x9e\xdf\x12\xc6\x4b\xf7\x7a\x2f\xc2\x3f\x56\x7f\x7f\xf0\x68\xbc\xe5\x62\x32\x4d\xe5\x77\x0d\x46\x57\xfe\xad\xc1\xab\xa8\x7e\x71\x7d\xa5\x77\x97\x13\x87\x4f\x83\xad\x85\xc5\xd2\x64\x6b\x5d\x8b\xd9\x5c\x5e\x87\x63\xf8\x30\xd5\x75\x78\x77\x3d\x35\x6f\x5d\x87\x65\x36\xf7\x7f\xa0\xe0\xd1\x64\xeb\x3a\x2c\x26\xcb\x6f\xe5\x70\x8b\xe9\x7d\xeb\xda\x4c\xd3\xd2\xb7\xae\xcd\xec\xc5\xbf\x7f\x7f\xff\x6a\x9b\x17\x6f\xb1\xa1\x79\x88\x95\x7b\x17\x1f\xda\x76\x71\xc5\xef\x62\x44\xf3\x57\xff\x2d\x9e\x7a\xd7\xaf\xcb\xbf\x0f\xf5\xb7\xe8\x56\x33\x0d\x7c\x5b\x43\x61\xe3\xef\xe7\xda\x7c\x89\x54\x6f\x3b\xd0\xef\xb8\xfe\x5c\xeb\xeb\xcb\xb7\x48\x5b\xf9\x3a\xfc\x8b\xb6\x95\xfe\x35\xfe\xc5\xf1\xf5\xcd\xfd\xc3\x30\x98\xf8\xf4\xb5\x7f\xdd\xfd\xf7\xb4\xf6\xc3\xe3\xef\x79\xad\x8f\xfb\xeb\xeb\xb0\x36\x5f\xee\xbe\xe6\x33\x3d\xbe\xce\x61\x6d\xae\x5f\xc4\x46\xba\xae\xf4\xf6\xc5\xcd\x0d\x9f\x97\x7e\xb2\x3f\x3a\x9c\x7d\xcd\xc7\xcc\xef\xdb\xef\x75\xd8\x7d\x39\xfa\x4b\x59\xdf\x8f\x75\xd9\x72\x73\x79\xed\x4f\xd6\x7b\xf6\x0e\xce\x9f\x2f\xdb\xc8\xbf\x7f\xb5\xba\x69\x3c\x4b\x50\x68\xd3\xe7\x6f\x09\x0a\x79\x8a\xd8\xbf\xa3\xc1\x60\x69\xbc\xa3\xff\xfe\xd5\xfd\x7c\xbe\x63\x5d\xbe\xe1\xcb\x35\xe6\x22\x2e\x9e\xdf\x12\x34\xea\xf7\xf8\x16\x31\x37\x9f\xf5\x0e\xce\xdf\x57\xfb\x2f\xea\x2e\x8d\x77\xf2\x98\x7c\x95\xd7\x79\x6b\xe2\x16\xdf\x99\x57\x7f\xbe\x5f\x73\xdd\xaf\xe9\xf3\x38\xd7\x7c\xbe\x88\xff\x5c\xfb\x93\xbd\x9f\x93\xc7\xc1\xeb\x3f\x27\xea\x54\x7f\x8f\x0e\x58\xec\xd9\x3b\xd7\x7e\x8d\xe9\xfa\x75\xbf\x86\xd7\x6b\x2e\xe2\xfc\x75\x5e\xe6\x9a\xdf\xe6\xf3\x32\x5f\xea\xd5\xde\xe2\x33\xfb\xe6\xf9\x1d\x89\xc7\xd2\xe5\xcc\x7e\xaa\xbf\x25\x78\x95\x26\xfe\xff\x5d\xac\x67\x91\x96\x36\xbd\x8b\xf7\x6c\xd5\xeb\xbd\x98\xcf\x62\xed\xd5\xbb\xb8\xcf\x6a\xa6\xe3\x3d\xa0\x0f\x3e\x5f\xc7\xbd\xf6\xc7\xf4\xe7\x78\x90\x89\x34\xbf\x63\xd1\xbf\xee\xf5\x3f\xd7\xf8\xbb\xb8\xab\xf7\xe4\xfc\x49\x93\xf7\x9e\x8c\x5f\x8a\x86\xf7\x2c\xec\xb7\xeb\x2b\x9a\x61\xd7\x37\xfa\xd3\x7c\x4e\xf6\xe7\xab\xfd\x75\x9f\x9a\x89\xfd\x89\xe2\xd5\xfb\x77\x2e\x62\xdf\x9a\x7f\x7f\xae\xfd\xff\xea\xff\x5a\x65\x31\xf6\xef\xe2\x6a\xf3\x17\xbd\xb9\xd6\x7d\x99\xa6\x07\x8b\xcd\x6d\xc3\xeb\x73\xad\xfb\x5f\xbf\xca\x6b\x3f\x2c\x07\xbe\x8b\x0d\x2e\x3d\xb5\x3f\x7a\x5c\x16\x93\x5c\x9a\x89\xc5\x05\x71\xff\x6a\x7c\xc2\x59\x68\x32\xf0\xc9\x9b\x27\x7b\xdd\x58\x06\x5c\x7e\x98\x9c\x36\xfb\x82\xd8\xf9\xb2\xdf\x21\xe0\xba\x8c\x4e\xdb\xc4\xf2\x5e\xc4\x2f\x9b\x53\xb9\xd7\x4b\x5d\x3d\xbe\xbb\xac\xc5\xfa\x1c\xa6\xbc\xa1\x91\xfa\x30\x02\x79\xdb\x51\x4a\x7c\x68\x61\xde\x96\x88\xbc\x7f\x18\xf1\xbc\x2d\xbe\x69\x48\xc1\x9e\xd1\xda\x8e\xbe\xa9\xfc\x9e\x5f\x46\x91\xbc\xbd\xd7\xef\x5f\x33\x7f\x6e\x56\xde\xd7\x4b\xb2\xeb\xeb\x04\x2b\xfe\x39\x47\x39\x65\xc4\xa8\x0f\x1d\xca\x29\x87\xe8\x33\x3f\xe5\x45\x37\xd3\xe7\xda\xe5\xb4\xc8\xca\xcc\x1a\x6a\x5a\x64\x63\x6e\xc3\xe5\x07\x95\xb1\x7a\x5b\xd7\x6e\x6e\x1f\xb2\x96\xf3\x1c\x1c\x93\x4f\xf1\x42\x75\xeb\xe2\x3a\x34\x9f\x37\x3a\xe7\x2b\x68\x92\x8a\x15\x12\xac\x22\x06\x8d\xaa\xe2\xe2\xe4\x3f\x5b\x90\xf3\x05\x73\x53\x54\x9c\x90\x23\x15\x17\x75\xfa\x5c\xb6\x9c\x97\xdc\x34\xfa\x74\xd3\xeb\xb1\xd8\x35\xac\xb0\xef\xa8\xf6\x66\x94\xae\x85\x2d\x55\xc7\x58\x12\x3c\x87\x7b\xd1\xbd\xaa\x71\xdc\x8b\x6c\x34\x17\xd7\x41\xfc\x0c\xba\x3c\xff\x5e\x02\x28\xcf\xc6\x39\xfb\x6c\x6d\x79\xd6\xb9\xe9\xb9\xb9\xcc\x3d\xe8\xfe\x7e\x4d\x5a\x4a\x8e\xf2\x6c\x13\x3d\x8d\xeb\x79\x54\x3e\x44\xaf\x3c\x48\x08\xed\xa3\x42\x2e\x0f\x5a\x9f\x7d\xd3\x78\x30\x21\xa5\xcf\xe1\x28\xcf\x92\x10\xfa\x56\xf4\x7b\xb4\x35\x52\x14\x96\x07\x75\x4d\xf9\xec\x58\x79\x96\xc4\x90\xc7\x87\x48\x94\x07\x0d\xcd\xf7\xef\x17\x91\x6c\x43\xdf\x2f\x0e\xbd\xcd\xa4\x32\x1c\xf7\xd8\x5c\x5e\xf7\x7c\xf8\xfb\x75\x58\xcb\xee\xfe\x32\x8f\x8c\xd7\x6f\x71\xd0\x6d\x4b\x9a\x0f\x1c\xb4\x74\x89\xe5\x59\x1c\x73\x1e\xd3\xe5\xf5\xfb\x59\xd4\x5e\xb9\x51\x4e\x69\xbc\x25\x38\x78\xb7\x8f\xf1\x6e\xd7\xef\x17\x13\x9a\xa5\x26\x2f\x4f\x85\xe8\x0e\xcd\xbf\xce\x6f\x89\xae\x3c\x30\x95\x63\xfa\xfb\x45\x87\xda\xee\xef\x17\x1d\x1a\x4d\xe3\x59\x4c\x5c\xae\xee\x1f\xa6\x2d\x7b\x7e\x9d\x47\xc3\xfb\xb7\x98\xaa\xba\x79\x7d\x3a\xfa\xb3\x5d\xfd\x75\xfa\xdb\x34\xbf\xc5\xf4\x14\x3d\xa2\xe5\x59\x4c\x4c\x91\xee\xae\x3c\x83\xdb\xeb\xf3\xb5\x98\x92\x9a\xbc\x5e\xe3\xfa\x96\x50\xcb\xb3\x98\x94\x26\xc5\x7c\x79\x60\x4a\x24\x41\x97\x67\xae\xf3\x2d\x9d\x4e\x79\x26\x4c\xa4\xc7\xb3\xa8\x4b\xdb\x8a\xc6\xb3\x98\x92\xd6\x37\x8d\x7f\x51\x93\xb2\x55\xff\x3e\xc6\x93\xff\xe0\x11\x29\xcf\x84\xc3\xed\x6a\xec\x58\x12\x48\x9b\xba\x0c\x07\x96\x4a\x5f\xae\x63\x11\x71\xd9\x77\xca\xb3\x48\x5b\x6f\xc3\xbf\x5f\x8b\x3d\x8b\x26\xbb\x38\x88\x2e\xeb\x65\x79\x8e\x30\x66\xba\xbd\xf5\xa2\x36\x1f\xd6\x83\x47\x69\x73\xff\xcf\x12\xcf\x93\xda\x3b\xe1\x58\x7c\x99\x30\x6f\x4b\xfc\x2f\xcf\x05\x47\xee\xfe\xd6\x0b\xdd\x4a\xd1\x66\x2d\x6a\xda\xbf\x2e\xff\x22\x98\x79\x78\xbe\x8b\x26\x96\xcd\x9b\x71\x71\xd8\x3c\x3e\x1e\xcd\xd2\xb5\x19\xeb\x51\x6b\xc5\x87\xfb\xae\x2c\xbe\xfa\x5b\x74\xb1\x7f\x1d\xf6\x1b\x0e\x2b\x6b\xbd\x6e\x38\x7c\xaf\xc7\xcd\xa3\xbd\xab\xff\x9b\xc3\xed\xf1\x62\x29\x97\xc1\xa3\x3c\x4f\x46\x5d\xa0\xdf\x3f\x8b\xc3\x28\x3e\xbc\x4f\xe5\x30\x6a\x3c\xef\x5a\x9f\x91\x35\xde\x37\x41\x6c\x5c\x6e\x5c\x06\x1d\xce\xb7\x33\x7f\xf5\xbf\x9e\xd9\x56\x3e\x5a\xc0\xf2\x2e\xe2\x5c\x36\x5d\xce\x77\x11\xdb\xae\x67\xba\xfc\xa8\x63\x74\xd9\x50\xc7\x94\xad\xba\x7e\xad\xe7\xa6\xf1\xbf\xdb\x43\x7b\x59\xe5\x17\x75\xcb\x67\xfc\x2f\x5a\xf6\x4d\x87\x1f\x75\xce\xf8\x2a\xa7\xc5\x61\x4e\x11\xeb\x37\xaf\xf5\x98\xae\x5f\x6c\x43\x29\x53\xfd\xa1\x2f\xee\xd9\xf5\x07\xfb\xe7\x32\x1a\xe3\x0f\xd3\x52\x42\x9d\x51\xb2\xca\x85\x67\x50\xe7\x2f\xd4\x0d\xbb\x88\x69\xa8\x1b\xf4\xd6\x17\xd4\x0d\x5d\xfa\xea\xf2\x2e\xe2\xda\xd2\x70\xf9\xe1\x7b\xad\xe7\x22\xae\x6d\x68\xfd\xd1\x18\x34\x99\x28\x0b\x1a\x83\x26\xbb\x5e\x09\x8d\x40\xfb\x28\x5a\xcb\xbb\x88\x6d\x9d\x9e\x5f\x65\x3f\xbe\xda\x5b\xc4\x62\xf7\x7e\x21\xf1\x57\x11\x4f\x24\xea\x2e\x89\xaf\x84\x04\x3c\x74\xfe\x91\x80\xcb\x1c\x2e\x23\x51\x65\xf5\x8f\x44\xbb\x27\x97\x91\x88\x3c\xff\x45\x7c\x5b\xf1\xf9\x59\x9c\x56\x95\x3a\xab\x20\x91\xd6\xee\xf5\x1e\x21\xb1\xb9\xcc\x63\xec\xf3\x05\xb1\x2e\x7a\xec\x91\x30\x7b\xfe\xfa\xfd\xb1\xee\x7b\xd6\x78\x17\xf1\x2e\x75\x73\xfd\x8d\xba\x4c\xe3\x19\xb1\xfe\x2a\x43\xac\xb3\xee\x6b\x48\x84\xd5\xfb\xbd\x88\x71\xdf\x8a\xbf\x0f\x09\x42\xed\x2f\x09\xaf\x65\x7f\x0f\x7d\x93\xba\xac\x20\x21\xf5\xd9\xf4\x3d\x12\x4e\x6e\x5a\x0f\xe8\x5f\x29\xea\xff\x7c\x91\x38\xb5\xff\x8b\x97\xcc\x7e\x1c\x90\x40\xba\x1f\x6f\x24\x90\xda\xbd\x7e\xb0\x84\x5f\xf7\x11\x9e\x70\x7a\xbf\x2f\x1c\x75\xc4\x6c\x04\xd3\xbf\xf7\x3f\xb1\xa7\x17\x24\x80\xdc\x7c\xd8\x6e\xc4\x37\xbd\x9c\xef\x22\x86\xb5\xfa\xb0\xdc\x88\x5f\x7a\x39\xdf\x45\xfc\xaa\x5f\xb6\xf7\x8e\xc3\xa1\xf2\x83\xf8\x28\xce\xf1\x7d\xe2\xb0\xa8\xbd\x07\x83\x9d\x17\xef\x79\x21\xb6\x1a\xcf\xbb\x43\xfc\x55\xff\x2e\x62\x3a\xf5\xd8\xbd\x2f\xe2\xa5\x17\xeb\x45\xf7\xab\xc7\xe7\x7d\x0f\x58\xf3\x9f\xc5\xae\x1b\xc6\x45\x6d\x7e\xdd\xb6\x38\x8c\x43\xe5\x75\x99\xc4\x89\xd4\x6d\x8b\xc7\xc5\xe5\x45\xec\xe7\x87\xb8\xd6\x0d\x5d\xf5\xf8\x1c\xde\x8a\x88\x54\xd2\x57\x7d\x43\xdd\xa1\xfe\x17\x67\xd9\xa5\x8e\xa9\xdb\x7e\x70\xd8\x5c\x7f\xad\xc7\xe3\xb3\xfe\x75\xdb\xe1\x7c\xdc\x3f\xba\xea\xed\x43\xcc\xea\x96\x76\xc6\xeb\x32\xeb\xf3\x39\x4c\x75\x4b\xf1\x98\xaa\xbf\xd4\xd0\x05\x6b\x7c\xa9\xa3\xde\x70\xfd\xe2\x84\xeb\xd0\x78\x12\x02\xc8\x47\x48\xab\x5b\xe2\x32\x7a\xbc\x69\x8d\x57\x97\xa5\x6e\x70\xc6\x52\x57\x54\x3c\x75\xaa\xd4\x65\x75\x2b\x38\xcc\xec\xea\x6f\x11\xdf\x5c\xb2\xd6\x7f\x11\xdf\xdc\x92\xeb\x43\xd7\xab\xfe\x4a\x5c\x26\x8d\x3f\x88\xe9\xd0\xfa\x43\x3c\xbf\xfa\x83\x58\xf6\x4d\xed\xb5\xca\xe3\xa9\xfa\x1e\xeb\xa3\xf9\xf5\xe0\xdc\x34\x9e\x45\x1c\x9b\x3c\x3a\xea\xd6\x17\xf1\x28\x4d\xe3\x19\xa8\x4f\xab\xfa\x1f\x48\x1a\xbb\xf6\x6b\x70\x5e\x7c\xde\x26\xba\xfa\x5d\xeb\x85\x9c\x99\x3d\x9e\x89\xfa\x66\xe8\xfb\xc5\x7c\xf5\xe4\xfd\x87\xf9\x92\xcc\x5d\xb7\x13\xc9\xa1\xaa\xfe\x8c\xc7\xce\xf5\x6b\x7d\x76\xf7\x87\xba\x25\x67\x7f\x1f\xe7\x4b\xfd\xa3\xee\xd8\x92\xcb\xeb\xbc\xca\x1b\xb1\x6e\x8b\xf8\xd4\xe2\xf5\x47\x03\x91\xb3\xbe\xbf\xb9\xaf\x3e\x5f\x30\x5b\x9b\xc7\xbb\x98\xad\xb1\x65\x97\x0f\x38\x77\x8d\x07\xaf\xc3\xe4\xfd\x84\x39\xda\x8b\xf6\xe7\xe9\x48\x2a\x9a\xcf\x73\xaf\xf3\xef\xf5\x7a\x51\x4f\x66\xf5\xbf\x98\xa1\xba\x25\xfd\xfe\x0d\xfa\xf4\xa9\xdf\x91\x64\xf3\x87\xb9\xac\x3b\x92\xec\xd4\x7e\xec\x1b\xa2\xbd\xf6\x73\xdf\x60\xbe\x3e\x8f\x41\xc5\x1f\x2c\xeb\x31\x5f\x3b\xcf\xe3\xb3\xab\x1c\xeb\xa3\xef\xd7\x7d\x2d\xb2\xba\xd7\x9d\xfb\x25\x0f\xa2\x1a\x0e\x8d\x55\xf7\x79\xcf\x9d\xc7\x44\xed\x2d\xe6\xa7\xc8\x6d\xa4\xee\x30\x3f\x33\x69\xfc\xd8\x66\xb6\xa1\xf9\x95\x50\x17\xbb\x9c\x91\x6c\xaa\xca\xd0\xfb\xae\xf9\x15\x1e\xb3\xcd\xed\xe1\xac\x38\xd4\xdf\xba\xaf\x63\xdb\xff\x44\x72\xa9\x7b\xc1\xd2\xaf\xc5\xc7\x89\x32\xcb\x50\x54\x71\x9b\x2c\xdb\xee\xce\xd6\x61\x2f\x22\x1e\x7b\x41\xd7\x9f\x3d\xd8\x25\xd6\x16\x6f\xde\x8f\xed\x45\x8b\xbf\x2e\x7b\xc9\x9f\xc7\xa7\xee\x2d\xc1\xc9\xea\x7b\x6c\x13\xc5\xdf\xb7\x8e\x98\xad\xf6\xdb\xe0\xf2\x68\x3c\xd8\x2a\x4a\xf2\xef\x21\xd6\x3e\x0c\xed\xdf\x19\x2e\xeb\xde\xd0\x3d\x0e\xb7\x7f\x43\x2c\x35\x9f\x86\x2e\xdc\xe5\xbe\xf3\xbd\xc6\xdb\xb9\x2c\x3e\x1c\x70\x66\x9b\x0f\x5b\x0f\x49\xc8\xdf\xc7\x78\xd5\x5f\x47\x52\xab\xfa\x7e\x60\x28\x14\xb1\xda\xd1\xf5\x4f\x1f\x9e\xc5\x69\xf5\xdd\x87\x67\xa0\xe5\xe9\xda\x9f\x25\xe6\x96\xee\xdf\x2f\xb1\xb6\x88\xd3\xab\xb8\x1d\x36\x79\x4c\xd7\xfd\x80\x18\x8a\x38\xec\xe8\xb2\xbb\xf7\xe3\xc0\x50\xe7\xfe\x0f\xf6\x4b\xc4\x68\x47\x37\x3c\x3c\xdf\x93\xc3\x9f\x5c\x5e\xeb\xf9\xb5\x7f\x48\x8a\xf2\xc9\xae\x3b\x9a\xb6\xb9\xe9\xfb\x8b\xfd\xfb\xaa\x3f\x39\xcc\xae\x5f\xfd\x4b\xbd\x56\xf1\x54\x2c\x26\x66\xfb\x1d\xf5\x9a\xdf\x1d\x9c\xa1\xda\x5b\xc4\x6a\x6c\x5e\x0f\x98\x1b\xe9\xfa\xeb\x8e\x57\xf4\xd7\x78\x60\x66\xa4\x6e\xad\xfb\x0b\x31\xdc\x5d\xbf\x1e\x17\xf9\x86\xd4\x7d\x11\xb3\xb6\xfb\xf2\x2f\x66\xa6\xfb\xb1\xd8\xdf\x1b\x1f\xe5\x4f\x3d\xee\x85\x36\x9c\x57\x1c\x0a\x5b\xd1\x63\x80\x47\x61\x95\x0b\x61\xc5\xa3\xb0\x99\x98\xe2\x52\xd8\xb6\xec\xf6\x0e\x38\xf9\xae\xf2\x03\xb3\xa3\x32\x6a\xb7\xfe\x71\x19\xaf\x69\x67\xbf\x3e\x7e\x82\x15\x3f\xc1\x2e\xdf\xfc\x9a\x60\x46\x24\xd9\xd5\x84\x43\xd2\xe6\xf6\xd2\x84\xb9\xf4\xf7\xa8\x01\x37\x97\x1f\x24\x03\xcd\x27\xc7\x7c\x35\xde\x0c\xb1\xd2\x7d\xc7\x01\xb0\x4a\x32\xae\x29\x0c\xe1\x5e\x9f\x0c\xb3\xe7\xf9\x65\x24\x2f\xaf\xc7\x62\x5e\xb2\x1f\x7b\x3c\x06\xbb\xdc\xad\x97\x0c\x04\xe7\xaf\xf6\x4a\x8c\x57\xfd\xfd\xd0\x37\xb5\x5f\x38\xef\xd3\xe5\x9b\xfb\xab\xf5\xaa\x71\x9e\xd5\x7e\x65\xbf\x76\xad\x6f\x85\x19\xd5\x79\x4b\x75\x9d\xd7\xa1\xc7\x12\x1f\xc2\x5a\x74\xbe\xd2\xa2\x5f\xad\x0c\x8d\xaf\x85\x64\xa7\xf5\x69\xc1\x6c\x6b\xbe\xd8\x46\xbf\xea\x17\x3d\xea\xdb\x74\xfd\x0d\xb3\xad\xf1\x2f\x49\xb0\xcb\x1b\xba\xa6\x25\xf9\xf5\xe9\xf9\x8c\xce\xfc\x5d\x86\x39\x4f\x5a\x9f\xb1\xf6\xfb\xab\xbd\x81\xed\x7a\x1f\x7f\xf2\xb8\x24\xc4\xbc\xee\xc5\x0f\xc3\xa1\x88\x4f\x5a\x62\x9d\xbd\x46\x6a\x9a\x78\x51\xe8\x65\x4c\x10\x2b\x89\x69\x15\x8f\xc8\x22\xb5\x51\xc5\x23\xb2\x6c\x22\x3e\xe9\x98\x10\x0f\x4d\x16\x62\x26\x67\xab\x9a\x8e\x13\xce\x55\xdf\x13\x99\xd1\x75\x59\x13\x86\xa8\xe6\xc3\x74\xc1\xa9\x8b\x38\xa5\x2b\xc4\x48\x2d\xce\x15\xc4\x55\x8b\x03\x31\xeb\xbe\x2c\x17\x8b\xd5\xb4\xf9\x77\x82\x58\xa9\xff\xc5\x79\x15\x73\x1e\x09\xf5\xbf\x7c\xda\x2a\x91\x04\xb9\xee\xea\xff\x9e\x78\x61\x88\x38\xdc\xeb\x71\x9b\x5e\x0f\x24\xbd\xe6\xf9\x2f\xe2\x57\xaa\x38\x9d\x74\x63\x38\xf4\x78\x9e\x84\x8e\x5d\xf3\x7f\xc2\x1a\xa1\xf6\x9e\x58\x5f\xb5\xf7\x72\x78\x7c\x58\x97\x64\x57\x8a\x38\xe7\xf4\xc6\xe5\x55\x7f\x8b\x18\xb6\xaf\xf1\xbf\x5c\x36\x11\xdf\xf4\x42\x2c\xa6\xcb\x38\x76\xe8\x70\xe6\x0d\xc9\x51\xc4\x31\x2f\xe2\x37\xa4\xa6\xa8\x79\xe3\xb0\x8b\x19\xc8\x1b\x92\x87\x1e\xdb\x1c\x6a\x2e\x3d\x7e\xf9\xc7\xc6\x90\x55\x6e\x38\x7e\xb8\x8c\xa3\x87\x88\x75\xc6\xc6\xd0\xb4\x3e\x39\x6d\xa8\x1d\xd5\x5e\x82\x93\x16\xf1\xcf\x4b\xb2\xcb\x72\x93\xad\x19\xe2\x28\x07\xf0\x9a\x13\x6a\x09\x49\xb2\x19\xe2\xe6\xf3\x90\xf3\x9a\xff\x2e\x66\x23\x2f\x4e\x31\xcb\xb1\xa1\xe6\xb2\x7f\x7b\x51\xd5\x0c\xb1\x93\x0b\x70\xcd\x05\x35\x6a\xf7\xef\x83\x13\xd7\x78\xf1\xd2\x91\x21\xbc\x66\x22\x66\xa6\x88\x47\xc6\x4b\x67\x6e\xfe\xfe\xc6\x26\xa4\xf9\xd5\x9d\xf9\x68\xfd\x09\xa2\x19\x3a\xbf\x99\x28\x1a\x4b\xca\x19\x62\xe9\xfb\x9f\x2b\xcc\x9c\xf7\x73\x49\x82\x65\x88\x19\xcb\x8b\x39\xb4\x57\x58\xcd\xf5\xe1\xf1\x51\xff\x0d\xe3\x99\x24\xff\xdc\xc2\x46\xe2\x32\xcc\x6c\x55\x7f\x8d\xf3\xe4\xf5\xeb\xd8\xc4\x7c\x5e\x3a\x36\x03\xf7\xbf\x24\xcd\x5c\x9a\xeb\xb9\x9f\xd3\xbf\xef\x9c\x6f\xf5\xd7\xc3\xc6\xe4\xef\x5f\xee\xbb\xda\x1b\x4b\x32\x19\x3e\x4f\x73\x49\xd6\x66\xae\xb1\x60\x96\xe6\xf3\x3c\x0f\x34\x0f\xda\xbf\x45\x0f\x9b\x2c\xa6\x35\xe3\xa8\x60\x66\x2c\x1f\x38\x8a\xe8\xfe\xe7\x23\x1c\x79\xf4\xfb\x25\x89\x56\xa9\x15\x6b\xc6\x10\x5f\x7d\x1e\x50\x6b\x6d\xbe\x0f\x18\x3a\xe5\x85\x57\xb1\x74\xf6\xad\x68\x7f\x43\xad\xef\xf5\x86\x59\x53\xa8\x53\xcd\x30\x67\x53\xcc\x5a\xbe\x0b\x8e\x02\x1a\x4f\xa8\xf1\x25\x4c\xe4\xd0\x5c\x79\xbe\x8b\x9e\x95\xb9\xfd\xd1\xe3\x92\x17\x27\xd7\x36\x2f\xc6\x22\x66\x3d\x79\xb1\x17\x31\xb3\x0b\x61\xcd\x8b\x98\xe5\x2e\xe2\x9a\x1f\x16\xcf\x83\x7f\x96\xe4\xd3\x7d\x79\x1f\x74\x78\xe2\xf4\xf3\x73\xe2\xa5\xa0\xc5\x78\x2e\x5c\x04\xfd\x3d\xc4\xe8\xab\xfc\xf2\x78\xa9\x7f\x38\xcd\xe2\xf1\xbe\xa8\x85\xbc\x18\x2f\x3e\xf5\x3e\xbc\x2f\x62\xa0\x1e\xa7\x8c\xda\xcc\xf3\x2b\x8b\x73\x1c\x56\x03\x94\x2d\x0e\x6f\x57\x39\x22\xfa\x5c\x8f\x81\x53\x9b\x51\xb0\x29\x34\x49\x7e\x65\x0b\x4e\xbf\xaa\x8c\x64\x27\xe2\x52\x16\x67\xd9\xad\x96\x2a\x8b\xd8\x16\x19\x7c\x6b\xd9\x99\x9f\xc6\x5f\x82\xf3\xd4\xe3\x53\x76\xd6\x4f\xc4\xa7\xec\x10\x17\xa9\x95\xca\x12\xc3\x5b\x1e\xfa\x3e\x11\xaf\x28\xe2\x52\x52\x70\x5a\x1a\x1f\x2e\x9a\xbb\xdb\x4b\x18\xa0\x75\x38\x4b\xce\x10\x3b\x7d\x9f\x79\x3c\xb4\xbf\x05\xe2\x9b\xc5\xf9\x95\xc5\x49\x96\xe1\xf1\x2c\xb1\xbd\x9b\x13\x2d\xf9\xa1\x3d\x8d\x07\x97\x4a\xd9\xcc\x6a\x81\xb8\xca\x6b\xaa\x96\x45\x4c\xb3\x22\x2a\x2a\xc1\x7a\xbd\x48\x6d\x55\x90\x64\x87\xf7\xab\x85\x5a\x4c\xeb\x19\x92\xa7\xce\x4b\xe9\x8b\x19\x31\x31\x29\x8b\x38\x65\x3f\xbe\xa5\xe3\x75\xe8\xf1\x2f\x49\xb3\xcb\xe0\x5d\x4b\x67\x3f\xbd\x3f\x78\xad\x49\xe7\x5e\xcb\x20\x5c\x54\x8f\x6f\x19\xfc\xbe\xb9\xfe\xe1\xbe\x68\xbe\x13\xaf\x4b\xef\xff\x81\x9a\xce\xfb\x77\xe0\x52\xac\xc7\xa2\x1c\x61\x10\x57\x7b\xd8\x2c\x87\xd7\xf7\x24\x04\x53\xc4\xb8\x9c\x9c\x5f\xef\xef\x89\xcd\x50\x8f\x7b\xc1\x46\xe9\xc7\xb7\x5c\xc4\xa8\x8a\x58\x17\x24\xcf\xe1\xdf\x5f\x71\x1f\xd4\x3f\x3a\xfb\xaa\xc7\xad\x40\x4f\xe4\xcd\x52\xcb\x13\xeb\xab\xdf\x3f\xb8\x08\x7b\xbe\xeb\xbe\xe7\xee\xfd\x7b\xb8\x1f\xee\x6f\xdd\xe7\x2e\xd7\xfe\x5a\x90\x0c\x15\x54\x51\xeb\xba\xaf\x5d\xe1\x3c\xb5\x22\xf9\xc9\xa0\x5d\x2b\x92\x9f\x99\x2d\xe2\x66\x8a\xd5\x58\x44\xca\x14\x39\x98\x57\xa2\x50\x4a\x13\xb1\x27\x1c\xa4\x65\x49\x26\x35\x87\x1a\xba\xaa\xbc\x98\xa1\x21\x4e\xbf\xe2\x52\x9c\xa5\xa6\xab\xa8\x9d\xac\x76\xab\xa5\xa1\x26\xd3\xef\xc3\x0b\xd7\xfd\xaf\xc7\x3f\xcb\xe6\x5c\xeb\x92\x8c\x4a\xf2\x78\x6b\xd8\xc8\x3f\xeb\x51\x1b\xfb\xad\xfb\x54\x3b\x6a\x60\x31\xd7\x15\xb5\x6d\xd5\xe3\x56\x79\x4c\x8b\xc7\xcb\x79\x35\x73\x5f\x91\x64\x72\x57\x7b\x03\xe6\xa6\xfb\x7b\xbc\x58\xeb\x9f\xc4\xa9\xd4\x8a\x01\x4a\xe1\x51\xb5\xce\xe0\x94\x34\x79\x5e\xea\xa1\x97\xb3\xce\x0b\xe2\xa2\xc9\xce\x1b\xef\x0a\x75\x7e\x74\x7e\xaf\xf6\x90\x54\xb2\xc4\xba\x7a\x84\x37\x8d\x16\x6f\x5d\x96\x22\x97\xd5\x5a\x7f\x2e\x8b\xdb\x7b\x30\x90\x6a\x3c\x48\x26\xe6\x4c\x08\xfd\xa8\x59\x92\x4c\xc5\xc0\x3e\x75\x39\xeb\x8d\xcd\x40\x9c\x45\x45\x8d\xb2\x35\x97\xc3\x86\xa1\xdf\xaf\xc7\xb4\xca\x9f\xbe\xd6\x27\x74\xf2\xda\xcc\x97\x18\x2f\x6f\xc6\xe2\xec\x9b\x1c\x1c\x2a\x11\x1e\x5d\x2e\xa4\xb5\xa1\x93\x95\x43\x41\x6d\x3b\x5e\x6d\x9b\xcb\xa1\x03\xff\xac\x27\x61\x1b\xd5\xeb\xd9\x22\xa8\x5c\x9c\x4c\xcb\x8c\x47\x9c\x4f\xcb\x0d\xce\x5d\xed\xc1\x99\x76\x49\x36\x04\x67\x94\x4d\x97\xb7\x35\xfc\xd1\x35\x9f\xd6\x89\x5f\xd0\xe1\x6c\x1c\xb6\xe9\xf2\xe2\xbc\xaa\x5c\xd2\x6b\x3b\x30\x70\xeb\x31\x6e\x07\x92\xa5\x24\xb5\x76\x86\xfb\x99\xfa\x3b\x31\x10\xeb\x71\x6c\x70\x56\x56\xfb\x34\x02\x72\x37\x5d\xae\x76\xe3\x3d\x25\x62\xdf\x6e\x02\xd2\x44\x3c\xdb\x8d\xb7\x8a\xc7\x77\x43\x8c\xc4\xec\xb4\x27\x38\x5f\xcd\x6f\x31\x23\x59\x2e\xf1\xb5\xbd\xa8\xe1\xa4\xf6\x6c\x6f\x3c\x5e\x9f\xf9\x74\xbc\xc5\x14\xb8\x55\x7b\xe8\xdc\xf5\xb8\xf4\x2d\x24\x3f\x7f\xcf\x63\x2f\x62\xdd\xb7\x30\xd0\x7f\xfa\xef\xe8\xe0\xe5\x62\x57\xfb\x1e\x3a\x6f\xd7\x43\x3c\x74\x9e\xfb\x3e\x38\xef\x4d\xe5\x7f\x17\x0f\x52\x7b\xc2\x5b\xcd\xdf\x27\xe2\x47\x74\x3f\x7a\x26\x1e\xa2\xb8\x8c\x24\xaa\xf3\xd9\x23\x5e\x42\x92\x41\x07\x5a\xc0\xeb\xd1\x4b\xa8\x49\x34\xff\x90\x94\xf4\x38\x74\x24\x25\xb9\x90\xd7\x5e\x1e\x24\x77\xfd\xfe\xc7\xe1\x40\xfd\x57\xd4\x8c\xba\x8f\xbd\xc1\x1c\x68\x3f\x7a\x83\x59\x95\x4d\xa6\xe3\xa2\x5f\xdc\x7f\x8b\x90\x03\xad\x5f\x7b\x70\x60\xd1\xfc\x97\xa4\x93\x9b\xe7\xd7\x83\xd9\x55\x7b\x3d\x6c\x82\xda\x1f\x5c\xd4\xfd\x18\xf6\x31\x68\xcf\x65\x1c\x8e\x3c\xbe\x19\x8f\xb5\xda\x3f\xb0\xd1\x78\xff\x8f\x44\x7f\x5a\x4f\x5c\xa8\x15\x58\x5f\xfb\x15\x92\x90\xc6\xfb\xa3\x49\x51\x7b\x48\x22\x5f\xe3\xbd\x08\x39\xd8\x5c\xff\x10\xdc\xa8\xf1\x60\xd3\xb6\x5a\xab\x3f\xc1\x9c\x68\x7e\x30\xdf\x66\x1e\xfb\x8b\x01\x5f\xcc\x6f\x7f\x17\x7d\xb6\x30\xd1\xb9\x0f\x7e\x3c\xfa\x8b\xe4\x23\xfa\xd6\x5f\xe8\xa5\xee\xdf\xd8\x90\xd4\xeb\xfc\x93\xc7\x65\x6c\x18\xa0\x8b\x7f\x8c\xc1\x53\xc4\x6e\x04\xb1\xd4\xe5\x18\x5c\xae\xfa\x55\xcf\xe3\xa1\xc3\x34\x70\xc5\xec\x52\x53\x8c\x7d\x5d\xfe\x5d\x9c\xd4\x48\xe8\xbc\xdd\x5e\x2a\xbc\xb4\x49\xe5\x0e\x31\xf3\xf7\x07\x87\xd7\xf5\xb8\xb0\x6a\xb3\x06\x91\xa5\x53\x87\x7d\x64\xda\xd7\xe6\x8e\x45\x8c\xdb\xd7\x78\x17\xa7\x51\x92\x0e\xc7\xc8\x10\x17\x89\x89\x03\x4e\x79\xb8\x7f\x5c\x27\x37\x11\x97\xb1\x38\x8d\x5c\xc5\xb9\x0d\xd4\x10\xd5\xf5\xa8\x19\x6c\x83\x18\xa8\x19\x52\x77\x99\xc3\x2c\x4e\x71\x10\xaf\xe3\xcb\x32\xe0\x4c\xb2\xd7\x83\xf8\x1a\x79\x07\xd7\xd1\xc2\x80\xab\xf1\xad\xcb\xd9\xfd\x98\x8e\x88\x3f\x11\xe7\x34\x3a\x62\xb3\xd4\x3e\x03\xce\xc6\x36\x80\xd1\x71\x55\xd5\xe5\x1d\x23\x1c\x3c\x5c\xae\xc4\xef\x68\xbd\x06\x36\x06\x71\x42\x63\x22\x09\xe8\x31\x1c\x33\x0c\xd0\x3a\x0f\x73\x3d\xbe\x33\xbb\x9e\x78\x0e\x1d\xf6\x11\xf1\x08\x92\xac\xc6\x62\x46\x4a\xd6\xe3\x38\x8e\xe0\x04\xd5\xff\xe2\xcc\xab\x6d\x70\xe3\x0c\xe6\x41\xfb\x7f\xe2\x97\x9c\x5d\x7e\xb0\x49\xa8\x7c\x71\x3e\x92\xd6\x07\xe7\xeb\x4d\xcc\xd0\xc0\x05\x5f\xae\x9d\x75\x5c\x3c\x5e\x5e\x4f\x1e\x3f\x05\x3f\xd6\x71\x43\x3c\xbc\x7e\x37\xf1\x5b\xe2\xa4\xc7\x3d\x70\x99\xd7\xfc\xee\xb0\x69\xba\x3d\xd4\x8e\x1e\x3f\x6a\x51\xab\xf5\xc6\x83\xda\x46\x9c\xf7\x78\xce\xef\x60\xc3\x3a\x1e\x5c\x53\x7d\xf9\x97\xa4\xdf\x14\x1f\x5d\x07\x36\x21\xeb\xf8\x07\x9c\xbf\x82\xf7\xea\xc0\xe0\x6d\x4e\x75\x04\xf3\xa4\xc7\x6b\x6e\xe1\x0a\xfc\x69\x6f\xee\xa8\x61\x45\x8c\x26\x6a\x4c\x05\x3b\xd6\xb9\xe3\x00\x21\xce\x7c\x86\xda\x52\xeb\x35\x77\x98\x8b\xe9\xf2\x85\x0d\x4f\xdf\x27\x6c\x88\x5a\xff\x99\xfa\x77\xf0\x64\x9d\x09\x07\x03\x9d\xdf\xb9\xe8\x43\x2f\xd9\xf5\x78\xbf\x89\x1e\xcc\x70\x30\x29\xae\x7f\xf0\x96\xfc\xcc\x77\x42\x2f\x14\x32\x51\x67\x26\x98\x50\x92\xd5\x44\x12\xb1\x24\x30\x4b\x30\x4f\xfa\x3e\x1e\x63\xaf\x57\x81\x39\x10\x33\x36\x0b\xae\xe1\x62\xfe\x26\x8f\xf1\x9c\xae\x0f\x6f\x34\xad\xef\x7a\x9c\xbb\xd0\x51\xea\xe4\x71\xf6\x63\x33\x6b\x30\x83\xfa\x3d\x0e\x2d\xd6\x14\xcd\x45\x6f\xba\xd5\x86\x13\xfa\x62\x49\x6c\x86\xda\x52\xf4\x66\xb6\xd0\xf4\xe8\xfb\xd6\xb9\x4f\xfe\x9e\xf5\xf5\x7a\x2e\xe6\xb4\xe5\xb6\xfd\xc9\xe3\x32\x1b\x9c\xa5\x1e\x97\xd9\x40\x23\xd0\xe1\x9b\x04\xe3\x29\xd8\xba\xce\x9e\xbf\x23\x63\xeb\x24\xb8\x4e\xa8\x36\x75\xf6\xc1\x65\x76\xfd\xcd\x61\xd6\xe1\x81\x73\x98\xba\x3c\x73\x40\x2c\x86\xcb\x04\xeb\xf9\x70\x8d\x88\x2c\xd6\xe6\x42\xcc\x36\x11\xbb\x39\x39\xcc\x92\x0c\xe6\x64\xb3\x75\xb9\xe6\xc4\x06\x22\xe2\x3f\x71\x9d\xce\xde\x3c\x88\x9b\xd5\x0c\x13\xef\x1c\xab\xc5\xe6\x89\x8d\x46\x92\xc8\x5c\xc4\xab\xdb\x1b\x6a\x9e\xf1\x78\x6a\xf1\x89\x23\x91\xab\x75\x9d\x11\x5c\xe4\xf6\xae\x30\xe0\x69\xbe\x57\x44\x0a\x6b\x7d\xee\x50\xb3\xb8\x1c\x6a\x1d\x8d\x0f\x62\x56\xba\xeb\x0b\x9c\xb2\xc6\x77\xd3\xbe\x0f\x3b\x92\x9b\x75\xe8\x73\x49\x6e\xd9\xc4\x77\x62\x00\xb7\xda\x66\x3e\x8d\x48\x63\x8d\xff\x41\x2d\x23\xce\x68\x3e\x07\x6a\x48\x97\x91\x64\x7d\x7e\x50\x6b\x34\xf7\x8f\x1a\x72\xfa\xf2\x86\x2b\xb3\xd4\x1a\xf3\x25\x38\x52\xcc\xc7\x81\xb7\x4e\x12\xf1\x39\x30\x78\x5b\xb2\x3d\x40\xf8\xb0\xda\xe5\x08\x4e\x5f\xc4\xe7\xd8\x61\x06\xc4\x5c\x1c\xa8\x39\xec\x7d\x77\xe0\xbd\x33\x75\x7e\x0f\x22\xc3\x05\x01\x53\x0f\x0c\xd8\x42\x54\xa8\x47\x18\xb0\x35\x9f\x23\x87\x4e\x5a\xf5\xa8\xfd\x14\x65\x54\x8f\x82\x37\x90\x88\xe5\x51\x60\xce\xba\xcb\x3c\xce\x62\x66\x0e\x2e\xff\xd0\xf9\x3b\xb8\xec\x66\xc6\x8e\x16\x6a\x4c\xf5\x17\x0e\x1c\x3a\x5f\xc7\xc4\x26\x22\x62\x71\x10\xec\xa8\xb8\xa6\x7a\x1c\xe8\xd4\x3d\x3e\x6c\x96\x76\x20\x38\xae\xe0\xe4\xb5\x7e\x17\xe7\x49\xcc\xcd\x11\x3a\x7d\x11\x97\xe3\xba\xf0\xfe\x54\x19\x35\x58\x93\x9a\xe5\x00\x45\xae\xb9\xbd\x07\x35\xb2\x98\x9f\x73\x8b\xe0\xe9\xaa\xf2\xe4\xfc\xb8\x1e\x88\x0f\x3d\xfe\xe7\x16\x9a\x0c\x95\xb1\xc1\xc9\x95\xbf\x9e\xd8\xcc\x84\xaa\x50\xcf\x25\x99\x55\x6b\x1a\x4e\xbc\x13\x87\xfb\x47\xb2\x52\x24\x7f\x3d\x51\xb3\x0a\xe7\xa6\x9e\x15\x49\x4a\xe7\xef\xac\x38\x18\x7d\xfd\x9e\xc7\x47\xf7\xed\xac\xa8\x65\x75\x3e\xcf\x8a\x0d\x2f\xf9\xf7\x3c\xfe\x5f\xed\xdd\x68\x06\x34\xfe\x8a\x8d\x55\x92\xfe\xd9\x42\x2d\xa6\xf6\x43\xb2\xf3\x7c\x71\x0d\x6f\x6e\x6f\x11\xfb\x6a\x9b\xe6\x49\x70\xb4\x90\x20\xea\x89\xcd\xaa\x7a\x3d\x71\x48\xda\x93\xeb\x03\x50\xcf\xe5\x70\x88\x52\x7f\x3d\xbc\xd1\x3e\xfb\x79\x0e\x98\xf3\xf6\x27\xc1\x92\xf5\x1c\x1d\x9b\x84\x16\x17\x6f\x81\xda\x5d\x5e\x2f\xef\xd0\x65\x38\x09\xea\x11\x70\x4e\x3d\x09\xea\x51\xb4\x62\x3d\xc7\x8b\x2b\xa2\x7e\x8f\x81\x6c\x13\xe7\x78\xce\x0a\x67\xaf\xf6\x66\xa8\x61\xb4\x58\x33\x5c\x63\xfd\x3d\x41\x62\xde\xac\xf5\x58\x34\xeb\x98\x4f\x22\x89\x6d\x93\x38\xb9\x5c\xbb\x37\x87\x48\x62\x8b\xc5\x27\x62\xac\x60\x15\xea\x79\x40\xac\xbd\x78\x5c\x46\x7b\xb3\x9c\xeb\x31\x6a\x36\x70\x9d\x18\xe4\x84\xb3\x56\x4f\xd4\x44\xf2\xbb\xaf\xe7\x01\x67\x22\x4e\xf1\x3c\x79\x2c\xba\xcb\x88\xd9\x52\x43\x9c\xa1\x46\x12\x31\x3c\x4f\x20\x8e\x36\x7f\x0f\xb1\xf7\xe1\x21\x52\xb7\x17\x7f\x0f\xb1\xf2\x7c\xce\x97\xc3\xa5\xc3\x74\x85\x98\xac\xdf\x2f\x62\xd2\x9a\x0f\xdb\x15\x62\xbc\xfa\xbb\x82\x33\xd5\xfe\xc1\xd9\xdb\x06\x74\xf2\x58\x5a\x4d\x7a\x12\x27\x64\x03\xe1\xb9\x88\x4f\xdd\xdd\xfe\x7a\x2c\xcb\xd7\xfe\x10\x0c\xdb\x7c\x59\xee\xb0\x89\xb9\x1c\x62\xbc\xbf\x47\x92\x90\xda\xe3\xc4\x01\xc2\x3a\xff\x33\xd4\x9a\x3e\x5f\x0f\x06\x7c\xaf\x1f\x36\xc4\xec\xdf\x3f\x04\x8d\x89\xf8\x9e\x3f\xae\xae\x5a\x9f\x45\x1c\xab\x0d\xdc\xe7\x13\xfd\x6b\x7e\xd8\x0c\xac\x86\x38\x17\xf1\xac\x96\xbc\xcf\x1f\xc9\xc2\xfd\x41\x1c\x3d\x9f\x07\x07\x0e\xdf\x1f\x24\x0d\xab\x55\x4e\x5c\xeb\xcd\xa9\x9f\x2f\x41\x7a\x1e\xef\xfb\xef\x60\x4d\xea\x89\xab\xbd\xd5\x6e\x17\xb0\x5e\xb6\x09\x5c\xa8\xf5\xac\xa6\xb9\xb0\x41\x08\xbc\xaa\x5e\x78\x9f\xd9\x26\x73\xa1\x89\x48\xd3\xf5\xd8\xb0\xb2\xeb\xb1\x49\x35\x97\x51\x93\x89\x38\x5f\xd8\x34\x84\xa4\x59\xaf\xed\xfd\x86\x5d\xa9\x57\xc0\x7f\x69\xbf\x2f\x1e\x0b\xab\x89\x2e\x24\x9d\xac\xc7\xfe\x42\xb3\x21\x14\xd7\x7a\xa5\x60\x06\xf5\x7b\x6c\x20\x0a\x62\xad\x17\x71\x4b\x66\x4e\xaf\x8c\x66\x45\xeb\x77\x65\xbc\x2f\xc5\xdc\x5e\x78\x9b\xf5\xaf\x32\xcc\xc8\x70\x19\xef\x3b\xaf\xcf\x8f\x43\x87\xfa\x0b\x87\x0e\xa9\xa9\x2e\x82\x46\x85\x44\x52\xaf\xc5\x5c\x64\x33\x03\x57\x09\x58\x18\x97\x61\x86\x3c\xff\x12\x71\x36\x9a\x7f\x41\xb3\x20\xef\xd3\x0b\x4d\x89\xd5\xa4\x17\x8f\x9f\x6d\x2e\x17\x71\x4b\x36\xf0\x5f\x2d\xbc\xf5\x34\x1f\xbc\x73\x6b\x73\x39\xd4\xfe\x5a\xcf\x06\x12\x82\x98\x89\xab\x61\x13\xcf\x2e\xbf\x20\x3d\xfc\x91\x41\xff\xea\xfb\x37\xa6\x4e\xbd\xc0\xd3\xb3\x77\xd7\x35\x03\x53\x47\xf5\x33\x5e\x42\x2d\xde\x81\x4e\xd5\x87\x01\x98\x05\xc1\xc4\xd4\xeb\xe0\x31\xf2\xef\x8f\xe0\x9c\xb5\x38\x27\x98\x46\x7a\xc9\x2f\xd4\x1e\x5d\x62\xe4\x75\x86\x9a\x41\x8b\x81\xeb\xab\x1f\x97\x0b\x62\x2b\x4c\x9e\x7a\x01\x83\xa0\x08\xe6\x7a\x2d\xc9\xa2\xd9\x9b\xe8\xc2\x80\x59\xbd\xd8\x37\x06\x69\x8f\x1f\x1d\x66\x16\xf1\xbe\x1e\x88\xb9\x0f\xd3\x1b\x71\x40\x1a\xef\x1b\x3a\x73\xad\x07\x9c\xb9\x89\xed\x85\x2b\xaa\x89\xcf\xbd\xe1\x1d\x24\x49\xec\xe6\x72\xda\xc0\x76\x47\x10\xa1\xc6\x77\xef\x48\x2e\x5f\xe5\x82\xda\x29\xab\x8c\x6b\x70\x71\x99\xa0\x47\x8d\xff\xde\x71\x25\x14\xe7\x7a\xa7\xe8\x5f\xe3\x09\x83\xbe\xf6\xe7\xc6\x35\x53\x41\x7a\xf5\x2e\xec\x97\x0c\x9a\xf7\xe2\xfc\x4a\xd6\xe1\xbf\x1b\x6a\x0f\x3d\x9e\x37\x92\xb0\x2f\xef\xdd\xc2\xa6\xa5\xf2\x88\xc7\x68\xa8\x7c\xb2\x7e\x2a\x4f\x5c\x8d\xc5\xd9\xde\xe1\x3a\xed\xf6\x81\x09\x11\x8c\x47\xbd\xb1\xe1\x59\xed\x76\x9f\x78\x5b\xe9\x71\xb9\x7f\xce\x83\xcb\x17\x6a\x20\xb5\x7f\x02\x5b\x22\x62\x7c\x5f\x11\xa7\xa3\xf6\xc3\x7b\xd0\xfd\xdf\xac\x77\x72\xf9\x46\x4d\xa3\xf5\x24\x4e\xc3\x36\xc3\x1b\xd7\xe7\xe6\xfd\x78\x02\x8b\x4f\xeb\x81\xc1\xdb\xae\xef\xf7\x03\x0c\x52\x75\x3d\xae\xed\x7a\xec\xef\x27\xe2\x90\xb4\x5e\x0f\xfb\xe5\xfd\x41\x72\xdc\xbc\x3e\xef\xfe\x8d\x89\x55\x6f\x82\x66\xad\xe6\xb8\x5f\x6c\x8c\x22\xbe\x37\xe7\xdb\xcc\xd2\x8d\x8e\xbe\xb9\xff\x50\x9b\x7d\xb5\xff\x7c\x63\x6c\xd5\x87\x38\x32\x41\x61\xd4\xe7\xc7\x86\xb5\xab\xcc\x63\xb9\xbb\x3e\x24\xdf\xcf\xfa\x05\x62\x81\xe3\xce\x9e\x78\x7c\x24\x29\x80\x40\xd0\xb7\xdd\x65\xbc\x97\xc4\xc9\x3f\x3b\x41\xd8\xba\x1f\x0f\x92\xa8\x5d\x69\x1f\xd4\x66\x96\xcc\x40\x2c\xa8\x45\xf4\xef\xc1\x81\xa5\x7a\x3c\x04\xdd\x5a\x6d\x04\x82\x41\xcd\x7a\x9c\x9f\x8c\x83\x87\x98\x97\x27\xe3\x6d\xa8\xf3\xf2\x60\xe3\xb2\x4d\xf2\x41\xad\xd6\x75\x1f\x41\x30\xe8\xb6\x01\x3d\xa8\xd9\x6c\x13\x7b\x08\xfd\xb0\x4d\xe6\xa9\x10\xff\xe6\xf2\xea\xcf\xf4\xea\x69\x3b\xeb\xa1\xdf\xb7\x30\x7b\xa8\x7f\x1c\x00\xac\x76\x7d\xfa\xbf\xc3\x44\xab\x20\x10\x74\x7b\x53\x3e\xa1\x99\x6a\x2e\x77\x1e\xaf\x3f\x32\xe8\x3f\x88\x45\xf6\x4e\x78\x3a\x06\x68\xe9\x98\x9f\x7e\xc2\xa9\xbb\x3e\x88\x9f\x16\x13\x8c\x26\x07\x05\x3d\x03\x57\xd1\xe1\x7a\x0c\xf8\x9e\xdc\x20\xa8\x48\x87\x37\xe0\x06\x4c\xfc\x1e\x24\x17\x1b\xa8\x9f\x25\x99\x64\x21\x04\xd4\x67\x06\x67\xac\xfe\x8e\x78\x0c\x5c\x0e\x62\xaf\xc3\x07\xe6\x90\x6d\x28\x20\x04\x64\xbb\x22\xff\x20\x02\xe8\x72\x3e\x67\x78\x7f\xa8\x7f\xe2\x3a\xb2\x0f\xe7\x19\xc4\x5b\x9b\x01\x31\xb3\xd8\xff\xf0\x98\x59\x6d\xf2\xa0\x76\xc8\xe2\x24\x9e\xf0\xb6\x11\xa7\xf5\x44\x9c\x87\x24\x81\x40\x08\x28\x3e\x8c\x77\xb8\xba\xaa\x3d\x82\x5e\x85\x40\x5d\x41\x00\x28\x42\x64\xad\x0f\x6a\x30\xab\x11\x1e\xb0\x51\x5a\xf5\xf7\xe1\xfa\xa9\xfe\x08\x72\xdd\xc4\xe9\x3d\x70\xfa\xb6\x51\x81\x00\x90\xfd\x78\x3d\x8b\x13\x2f\x76\x50\x78\x70\x7d\xb6\x8d\x82\x08\xff\x3a\x45\xac\x88\xf0\x6f\x7d\xf7\xf7\xec\xa7\x2f\xcb\x8b\xab\xb6\x0e\xf3\x1b\x9c\xb7\x24\x2f\x00\x1a\x8b\xc7\x43\xc4\x7f\x37\x27\x15\x11\xfc\x82\x2a\xae\x44\xec\x57\x01\xf7\xd4\x77\xcf\xdf\x00\x82\x15\x00\xc6\xe6\x38\xa7\x77\x0f\xc9\xcc\xdf\x73\x7e\xbb\xdb\x03\x0e\xa5\xfa\xf7\xa8\xf5\xb4\xbf\x00\x30\xb6\xee\xf6\x13\x41\xb3\xba\xbc\x2f\x39\x00\x2c\xf9\x03\xa0\x58\x14\x11\x5f\x01\x40\xac\xde\xaf\x37\x73\x1f\xb4\xbe\x20\x06\x64\x13\x3b\x10\x03\xba\xd7\x2f\x22\xfe\x8b\x24\x43\x00\x05\xb3\xef\x23\x18\x81\xc5\x06\x76\x10\x00\x8a\x1f\x0b\x30\xfd\x8a\x22\xfc\x2b\x98\x7e\xbd\x8b\x39\x23\xc2\xbf\x4f\xed\x2f\x11\xfd\xcd\x71\x71\x60\xec\x75\x1b\xe4\xc1\xcc\xab\xd3\xeb\x83\x0e\x3f\x79\x7f\x51\xeb\xd8\x26\x12\x18\x7a\xb5\xbb\x1c\x71\x4e\x2e\x87\x03\x89\xdb\xc7\x9b\x54\xf7\x15\x84\x80\xbe\x79\xfc\xa8\x81\x36\x3d\x76\x6f\x0f\x62\xad\xf1\x77\x10\x0b\xa4\x96\x05\xd3\xae\x57\xcf\x0f\x84\x80\x5d\x8f\x43\x60\xd8\x39\xce\x2c\x30\xec\x84\x6c\x5e\xdf\x50\x13\x89\xbe\x80\x41\x57\x9b\xe8\x03\x88\x00\xdd\xcc\x4f\x20\x02\x08\x33\xb0\xbe\x23\xbc\x29\x35\x5e\xbc\x07\xb3\xd7\x23\x82\x6e\x7d\x5e\x50\x8b\x26\x31\xbb\x60\xc4\x95\xec\xf3\x87\xeb\xb4\x1d\x9e\xc0\x8c\xab\x66\x46\xc1\x7c\x6b\xf6\x4e\x03\xe3\xad\x58\x0d\xf9\x2e\x61\xa1\xda\x9b\x11\x8c\xb6\x6e\xc9\x3a\x30\xda\xb6\xfe\x47\x06\xfd\x17\xce\xaf\xf9\xf0\x1e\x21\x06\xaa\x31\x24\x07\x7b\x17\x01\xa8\x56\x92\xd4\x04\x01\xa0\x66\x9b\xcb\x4b\x02\x91\xe9\xcd\xc6\x5b\xe2\xeb\xf2\xe1\xed\xe5\xa0\xb7\xf7\x0a\x6f\x04\x4d\x36\xe0\x55\xc4\x09\xbe\xf8\x5d\x2b\xe2\xbf\x82\x18\xd0\xbe\x0e\x0b\xc4\x31\xfb\xf2\x2e\x4e\xae\x67\xb7\x47\x9c\xc7\xee\xc5\x45\x92\x18\x52\xf3\xbc\x44\xec\x0a\x90\xb0\x6d\x10\x2b\x05\x81\xb5\x88\xb8\x17\xb1\x69\x11\x71\xaf\x88\xe2\x46\x44\x7d\x29\x9f\xc7\xb0\x6d\x20\x68\xa7\xa6\x72\x0a\xd7\x69\x97\x81\xa3\xf9\x48\x2a\x6d\x03\xdd\x55\x71\x0d\x8d\x88\xf9\xaa\xa0\xb8\x46\xc4\x7c\xfb\x6e\x2f\x1c\x0e\xa6\xca\xf8\xed\x27\x8d\x97\x88\xdc\xd2\xd5\x1e\xa8\xd5\x82\x27\x69\x11\x21\xdf\x37\x8d\xbf\xb0\x5f\x9b\xfa\xab\x78\x57\x4d\xd5\xd7\x80\xff\x51\xfb\x35\x0c\xfc\xea\x1f\x78\x11\x61\x51\xb5\x2d\xb0\x9c\x3e\xc4\xb5\x6d\x10\x9f\x99\x55\xdf\x08\x1a\x9c\x9a\xff\x12\xcb\x87\x38\xd9\x46\x04\x7d\x17\x67\xd8\xb6\x16\x3a\x61\xb7\x87\x9a\xa3\x6b\x3d\x1a\x41\x84\x4d\xfb\x07\xa0\xe7\xee\xf5\x6a\xb8\xba\x4e\xcd\xbf\xc5\x63\xa4\xf2\x22\x4e\x43\x71\x1a\x2d\x22\xec\xe7\xd0\x7c\x47\xa8\xbd\x5c\x1f\xae\x9e\xae\x27\x48\x32\x6b\xfd\x26\x0e\x16\x59\xed\xa3\xf6\x95\x5a\xa8\x6d\x13\xef\xb7\xea\x72\x3c\xfe\x9a\x1f\x71\x13\x82\xd3\x69\x5b\x78\x27\x25\xad\xcf\x91\x61\xf6\xd4\x1f\xae\xcb\xc9\xed\x1d\x60\xa1\xed\xda\x1f\xd4\xb2\x8a\xdb\x68\x44\xf4\x57\x49\x02\x8d\x88\xfe\x92\xbc\x7e\x67\x78\x23\xaa\x7f\xe0\x46\x24\x89\x35\x72\x0d\x65\xa9\x39\x1b\xf9\x83\x8a\xd0\x72\x5b\x24\x10\xda\xbd\xdf\xa8\x55\xfb\xae\xf9\xe1\x30\xf1\x35\x1f\x1c\x24\x86\xf7\xfb\xc6\x06\x55\x5d\x46\xed\xbc\xe9\xf7\x37\xae\xc1\xbe\x3f\x81\x00\xe2\xfd\x0d\x04\x90\xa9\xf5\xc1\x7b\x2a\x7b\x3f\x91\xe4\xa4\x86\x6b\x1b\x92\x5b\x2e\xae\x47\x4d\xbf\xb9\x9e\xf3\xdd\xd4\x3f\x6a\xc8\xf2\xf5\x7b\xe8\x8d\xf6\x9b\x08\xff\xaa\xc7\xb2\xfd\x44\xf4\x6b\xfc\x3b\x9a\x0a\x31\x13\x6d\x27\x34\xa1\x7e\xd4\xac\x6d\xdf\x98\xdf\xd4\xef\x71\x98\xe8\x5f\xe5\x88\xe8\xd7\xf7\xe0\xf9\xcb\x66\xd7\x40\x04\xc8\x75\x57\x39\x21\xf9\x7e\x24\x8f\xb6\xe7\x08\x1a\x9e\x2a\x03\x9f\x33\x5d\x0e\xb8\xa7\xaa\x32\x68\xce\xda\x9f\x3d\xe3\x1d\xf8\x47\x36\x97\x16\x29\x91\x92\x1b\x03\x88\x4e\xf0\x13\x0d\x78\x80\x22\xe0\xb5\x46\xf8\x7f\x93\x5a\xa1\x11\xe1\xdf\xa4\x86\x6a\xe4\x45\xca\xe2\x94\x5b\x24\x46\x2a\xd9\x65\x5e\x6a\x11\x93\x48\x8d\x24\x3f\xec\xb6\x23\xf6\x29\x37\x54\xdb\x31\x80\xc9\xa0\xdf\xf6\x1a\xae\x99\xda\xcc\x16\x6a\x0b\xb5\x8f\x41\x4c\x6a\xb9\x06\xa6\x64\x2e\x6e\x2f\x92\x2d\xe9\x31\x20\xe2\x3f\x0b\x7e\xa6\x11\xd1\xdf\x7c\xd8\x89\xd8\x2f\x32\x80\xb6\x9d\x20\xaf\xe4\xf9\x76\x0e\x8f\x0f\x4b\x0f\xc9\x46\xed\xf7\xb8\x6c\x6a\x1f\x2c\x25\xd9\x10\x96\xcc\x03\x71\x50\xfb\x03\xd7\xd5\xcd\xf5\x18\x08\xa7\xd6\x6b\x84\xf7\x95\xfa\x43\x6d\x59\xbc\x7f\x13\x83\xb7\xfb\x83\xd8\x25\x1f\xde\x49\x9c\x8a\xc7\x37\xc3\xa0\xaa\xf5\x9c\xe1\x1d\xa2\xf6\x8f\xf0\x4e\xd1\xfa\x41\xbc\xe4\x4a\xde\xf6\x03\xf8\x8b\xa4\xf1\xe2\x5a\x2e\x35\x56\xdb\x03\x3b\xee\xab\x0c\xf3\xe2\xc3\x7f\xc2\xf9\x8a\xd8\x07\x02\xc0\xdc\x5d\x3e\x70\x7d\x55\xff\x67\xb8\xbe\x6a\xbe\x04\xd1\x2a\x69\x55\xdb\xb1\x01\x49\x12\x6c\x7b\x48\x8a\xde\x2f\x1c\x2a\xb2\x1e\xb7\x3d\xf0\x35\x9b\xbf\x0f\x35\x93\xda\x7f\x02\x7d\x57\x65\xe2\x2e\xe4\x30\xd2\x88\xe0\x2f\x5f\xf7\x01\x35\x92\x80\x07\x5b\x44\xf4\x77\xef\x07\xde\x5a\xdb\x70\x79\xad\xcf\xd7\x7d\x78\x83\xb8\x7c\xda\x8f\x88\x7e\x79\xff\x34\x22\xf6\x8b\x32\x10\x34\x22\xf6\x0d\xdd\xde\x88\xd8\x2f\xca\xb5\xd4\x48\xfb\x53\x15\x34\xd8\x52\xa4\x4b\xe9\x6e\x1f\x49\x5b\xf7\x23\xed\x91\xd7\xc3\x65\x88\xb5\x1e\x8f\xb4\x83\x5d\xa5\xf3\x91\x22\xc8\xb5\xb8\x1c\x36\x8d\xa1\xf2\x8b\x6b\xb3\xda\x23\xa8\xb5\x7a\x7c\x29\x32\xf0\x55\x95\xb1\x49\x69\xbf\x88\xf0\x6f\xad\x6a\xfc\xa0\xc0\x2a\x74\xa0\x91\x0f\xa8\xc8\xc6\xd5\x40\x00\x30\x74\x7d\x4b\x39\xee\xaf\xfa\xc3\x66\x22\x1b\x49\x4b\x38\x00\x54\x11\xeb\x54\x88\xf3\xd1\xe3\x47\x84\x7f\x95\xf7\x67\x23\x27\x50\x1f\x22\xce\x09\x6f\x30\x65\x2f\x6a\x44\xfc\x1b\x2a\xbf\x45\x84\xbf\x6c\xd8\x2d\x45\x10\xeb\xd0\x78\x40\x7b\xf7\x63\x92\xc2\x81\x4a\x8f\x41\xea\xa8\x35\xc5\x3c\x24\x80\x32\x77\x8f\xa7\x47\xff\x5a\x2f\x0c\xf0\x72\xf0\x68\x44\xe8\x57\xc5\x3d\xb5\x14\x88\x20\x1e\xdf\x08\xfa\xa0\xfe\x41\xf7\x6e\x5e\x1f\x24\x2f\x33\xbb\x04\xdd\xd7\xf9\x47\xb9\xba\x1a\x11\xf9\x35\xbb\xb3\x30\xb8\x8b\xf8\xa5\x19\x3a\x57\x2d\xc6\xc4\x00\xe8\xc5\x59\x9c\x57\x97\x81\xb2\x11\x61\xdf\xab\x17\xeb\x64\xb3\xbc\x38\x67\xa8\xc1\x34\x58\xbc\xb1\xe4\xfd\xd0\x48\xad\x57\x05\xe5\xdd\x12\x9c\x50\xf2\xe5\x42\xcd\xb4\x7b\xb3\xe0\x84\x86\x88\x67\xba\xf0\x1e\x12\xb1\x8d\x88\xfc\xe2\xc3\x80\xa4\x34\xbf\xca\x01\xcf\xa0\xf1\x5e\x18\xec\x44\x3c\x13\x6a\x29\x01\x07\x36\x22\xf8\x73\x15\xe7\x97\x6e\xd4\x42\xd9\x65\x80\x12\xb3\xbf\x0f\xe0\x4a\x8d\x0f\xc9\x6b\xf7\xe6\x11\xe1\x3f\x77\x7f\x8f\xc3\x82\x88\x59\x44\xf8\x9b\xb8\x92\x1f\xb0\x48\xa7\xdb\x52\x18\x8c\x45\xbc\xd2\x83\x0d\xc1\x87\x0f\x03\xb2\x52\x17\xb4\x14\x06\x64\x11\xbf\x04\xdc\x89\x1f\x5b\x22\xfc\xf3\xf4\xfa\x02\x5c\xd9\x4d\x2c\x5e\x0c\x8c\xdd\xe5\x58\xaf\x4f\xff\x39\xb0\x99\x34\xbf\x1c\x41\x6c\x1f\x35\x44\xcb\x5b\x38\x88\xa8\x1c\x79\x44\xc4\xcc\xe4\xc4\xe3\x2e\x62\x41\xc4\x7c\x9b\x7a\x2c\x72\x0e\x07\x0e\xf5\x07\x76\x99\x1c\x28\x5a\xce\x11\xb1\xde\x54\x0e\x57\x52\xd5\x13\xf1\xae\xa0\xd0\x96\x61\x76\x14\x57\xd4\x32\x41\x6d\x72\x5d\x6d\x99\xd4\x12\x4a\xf5\xd0\x32\xae\x9f\xd5\xbf\x6f\xe8\xa0\x75\xde\x23\x02\xdd\xcc\x5a\x6e\x3c\x86\x3a\xdf\x19\x1d\xf7\xd4\x63\x44\x44\x79\xdf\xbf\xea\x71\xd5\xd5\xe3\x9f\x3b\x71\x60\x3a\xff\x44\x98\x57\x05\x59\xb6\x8c\xb7\x65\x15\x31\xcd\xe1\x90\xf3\x55\x3f\x59\x5f\xcd\x67\x84\x77\xa8\xfa\x47\xcd\xe2\xfd\xce\x13\x9b\x92\xee\x33\x11\xea\x59\x6a\xce\x96\x01\x62\xfc\xaa\xff\x51\xab\xa8\xbd\x63\x47\xed\xa5\xfd\x05\xf8\x56\x6a\xb4\x46\xc4\x7a\xeb\x5e\xef\x83\xf3\x35\xfd\x7b\x1c\x16\xf4\x18\x66\xd4\x30\x8a\x63\x6a\xf9\x88\xa4\x9e\x2a\x5f\x20\x84\x0c\x8d\x1f\x6f\x37\x65\xa1\x6c\x00\x7b\x67\xa9\xf5\x1a\x68\xdc\xc5\x8f\x71\xc0\x71\x77\xaf\x2f\x08\x1c\xbe\xaf\x99\x38\xab\xe1\xf5\xbb\xc3\x4c\xa0\xf5\xfe\x91\x94\x34\x1e\x82\x42\x9b\xc7\x1b\x41\xa1\xae\x7f\xc3\x1b\x4f\xfd\xbd\x01\xa7\xa4\xfe\x5e\xe2\xde\x3e\x36\xed\x56\x82\x19\xd0\x7d\x8a\xa0\xeb\xa1\xf9\x17\xf2\xec\x08\x68\xb4\x95\x70\x05\x2f\x2e\xc3\x8c\x68\x7d\x0a\xae\xdf\xca\xe2\xd9\x4a\x02\xb8\xd6\xf5\x09\xfa\x22\x66\xa7\x24\x98\x7b\xed\x6f\xc9\xa0\xdf\x6f\x7f\x24\xb9\x10\x31\xdd\x15\x64\xd8\x0a\xae\x75\x4d\x9c\x64\x69\x1b\x9c\xb5\xea\xc1\xf2\x6a\x5f\x65\x2e\x7f\xd5\x60\x70\x65\xb3\xda\xa5\x10\xa4\xa4\x38\x95\x56\x26\x06\xbb\xa2\xc5\x8b\xc7\x4d\x9c\x4c\x99\xb8\x9e\xba\xbd\x19\xf0\x30\xbb\xca\x78\xa3\xe8\xf2\x45\x44\xb3\x74\xd8\xad\x80\x95\x65\xce\xbe\x04\x27\xad\x97\xb9\x1c\x21\x09\xb9\xfc\x70\x98\xf5\x7b\xf2\x34\x58\x2d\x51\x4e\x92\xf2\xe8\xf2\x97\x13\x03\xb4\xe7\x03\xea\xf2\x26\xce\xa5\x44\xde\x03\x71\xde\x05\x35\xa0\x5c\x65\x5b\xb9\xf0\x43\xd7\xe5\x2e\x17\x92\x9e\x1e\xd3\x12\xa9\x0a\xdc\x1f\xa9\x0a\xa4\x23\x6f\x05\x03\xb3\x5c\x7f\x5b\xe1\x31\x53\xde\x89\x56\xee\xc0\x06\x52\x7f\x37\x3a\x78\x8f\xef\x09\x07\x0a\x1d\xbe\xf0\xa6\x9a\x2e\x03\x17\xb3\xa9\x3d\x5c\x4b\xa5\xb6\x6c\x05\x03\xb3\x39\xcb\x12\x71\x16\xfe\x3e\x22\xaa\x3d\x3e\x0c\xc4\x43\x9c\x4f\x44\x58\x9b\x33\x2e\x04\xa1\x2a\x6e\xa1\x91\xd3\xb0\xf8\xb1\x8d\x08\x6c\x05\x45\xb6\xc8\x01\xa8\x38\x80\xf6\x93\xc8\x4f\xfb\x4f\xea\xbe\x22\x57\xf2\x56\x43\x8d\x28\x62\x4e\x7a\xbe\x3e\xb4\xff\xe4\xe7\x2b\x4a\x1d\xd1\x22\x22\x7b\x7a\x3c\x04\xa9\x56\x11\x17\x92\xf0\x65\xb9\x2e\x37\xb2\xf0\xb5\xac\xcb\x57\xf3\x44\x12\x56\xfb\xe1\x8d\xf4\xb1\x29\x36\x22\xb8\x8b\x1f\xdb\xfa\x93\x4c\x59\xdf\xe3\x6d\x24\x6f\xc0\x56\xe1\x94\x15\xc4\xda\x2a\xde\x44\x8a\x00\x6f\x95\xb8\x89\xd1\x5d\x0f\xf1\xd1\x79\xa9\xc4\x49\x08\x78\xb1\x11\xf1\xdd\x84\x85\xd7\x2a\x36\x16\x79\x6f\x35\x22\xc0\xbb\xf2\x16\xb5\x1a\x79\x8b\xf4\x98\xd7\xc8\x5b\x24\x35\x4f\x6d\x48\x6e\x52\x53\xd5\x16\x92\xaa\xda\x23\xb4\x41\xde\x95\xad\xf2\xb8\x5a\xcd\x52\x3b\x36\x30\x3d\x46\x95\x38\x2d\xc1\x3f\xb5\xda\x23\xaf\x93\x7f\x1f\x8f\xa7\xeb\x09\x32\x74\x3d\x90\xf6\x7e\x6c\xea\x08\x03\xb5\xda\x1f\x04\x61\x4b\x12\x8a\x88\x74\xab\x0d\xeb\x08\x1b\x8f\xe6\x17\x08\x0a\x52\xbb\xd5\x89\xc1\xdc\xeb\x19\x36\x0f\xef\x27\xa1\x0f\x66\x3e\x6a\xa0\x22\xfb\x3c\xcc\xc8\x07\xe9\xf6\x71\x78\xd1\xfd\x27\x81\x62\x35\xb3\x5c\x8f\x7f\x97\xf4\xab\x55\x42\x29\x76\xaf\xdf\x11\xeb\xa3\xf6\x40\x70\x30\xbd\x25\x28\xbd\x6f\x7a\x0c\xeb\x01\x70\xa7\xef\xc7\x89\x2b\xbe\x24\x4f\x32\x23\x16\x01\xb5\x36\x52\x23\x3a\xc9\x58\x23\x35\x62\x9d\xdb\x1f\x49\x2e\x35\xbc\x65\x36\x2d\xde\xc5\xe2\xf9\x72\x5d\x81\x4d\xa5\xc1\x5c\xe1\x87\xae\xc9\x5c\xe8\xa0\x45\xdc\xc8\x60\xd8\x86\xd4\x24\x15\x62\x68\x1d\x64\xc5\xb5\x54\x49\xb9\x5a\x7d\xb6\xef\x8c\x68\x8d\x08\xf9\xb2\xf9\xf2\x04\x64\xbc\x2f\x03\x6a\x8a\xe4\xc3\x4f\x1c\xc6\xac\xfe\x1e\xec\xb2\xe9\xf6\x51\x0b\x14\xff\x9e\x08\x6a\x49\x16\xf5\x8d\xa0\x38\x8d\x2f\x38\x0b\x71\x02\x15\xec\xad\xdd\x9b\xfb\x46\x7e\x07\xf5\xf7\x86\x8e\xfc\x73\x98\x88\xd0\xcf\x02\xea\x6c\x2d\xbc\xc3\xb4\xb9\x44\xec\x17\x8f\xb7\x61\xa0\x1e\xe2\x14\xda\x06\x2a\xb2\x88\x1d\x49\x1c\x8b\x92\xe2\x37\xb2\x38\x76\x65\xf8\x6e\x0d\x35\x86\x1f\xdf\x86\x24\xa0\xb8\x81\xd6\x22\x6d\xb7\x0e\x07\x08\x01\xb5\x48\x0d\xd0\xf6\x8a\xcd\x63\xaa\x0c\x56\x94\xd4\x08\x24\x7e\xac\x8a\x7b\x69\x0d\xec\x2e\x41\xdc\xb7\x96\x02\x45\xd5\xf5\x1d\xd7\x63\xcd\x2f\x22\xca\xf5\xd8\x36\xbc\x73\xaa\xe7\x0b\x22\x81\xf2\xa9\xb4\x86\x4e\x58\x71\x13\xad\xe5\xc8\x47\xa1\xf6\x50\x83\x0c\xf7\x8f\x1a\x64\xdf\x5c\x7f\x30\x7e\xcd\x2f\x50\x99\x25\x89\xb6\xc8\x7d\xaf\xc7\x91\x4c\x95\xb5\xbb\x3d\xe2\x50\x6c\x73\x69\x91\x7f\x64\xf8\xf7\xd8\xe4\x3c\x7e\xf2\x87\x58\x47\xdf\x2a\x11\xde\xd9\x65\xe2\x88\x24\x69\xb6\x0a\x90\xa6\xd7\xb7\xc6\xfa\x6a\xbe\x2d\x5c\xa5\x55\x8f\x0d\xca\xcc\x4d\x23\x82\x5d\x10\xfa\x8d\x6c\x99\x7d\xec\xfe\x7d\xb8\xaa\xab\xbf\x60\x06\x7d\x1e\x03\xc8\xd5\xfb\x85\x1a\xc6\xcc\x14\x19\x34\xb3\x25\xbf\xd6\x23\x23\xa4\xe6\x03\x8a\xb4\x1c\x00\x5a\x03\x35\xba\x7b\xbf\x02\xdb\xcb\xe3\x05\xb8\x55\x0e\x17\xad\xc1\x7c\x0a\xde\xa5\x35\xd4\x32\x53\xf7\xb5\xe1\x4d\x68\x7a\xd3\x80\xcc\x9f\xbe\x3f\x03\x35\xae\xc7\x8f\x9a\x78\xd3\x63\xd7\x22\x9f\x89\x1e\x83\x86\x1a\x47\x41\xb8\xad\x01\x91\x6f\xe6\xa7\x91\x34\x6d\xe8\x71\x6a\x33\x98\x17\xb7\x17\x70\x3f\x1a\x3f\xde\x8b\x26\xc6\x0d\xc9\x6c\x17\xfd\x6c\x41\xdc\x45\xff\x5a\x40\xea\x4b\x6d\xde\x40\xb1\xae\xde\x7f\x42\x13\x2c\xb9\x81\x70\xd1\xeb\xd7\xf7\xa4\xe0\x10\xfd\x6b\x60\x8f\x7d\xed\xe7\xf9\x40\x8f\xd4\x7f\x24\x68\xd2\xe3\xd0\x08\x1d\x50\x10\x7c\x6b\x68\x7a\x92\xf7\x8b\x38\x26\xc5\xa1\xb5\x16\xde\x90\xa6\x2f\xa4\x00\x51\x5c\x60\x6b\x64\x4b\xda\x6b\xfa\x93\xc7\xa5\xdd\x81\xa2\xa9\xc1\x3d\xa8\x81\x44\x8c\x1b\xf9\x6d\xbf\x2e\xeb\xbb\x7d\xa7\xbf\x6c\xed\x85\x13\x91\xce\xb6\x81\xe5\xb5\xc9\xc0\xd5\x16\xb1\xce\x56\xa3\xb4\xc8\x0f\x62\x62\x40\x90\x9d\x0d\x6e\xc0\x73\x34\xab\x69\x80\xe7\x68\x36\xd8\x35\xe0\x08\xbe\xdb\x0b\x1b\x84\xeb\x41\x01\xd5\x61\xeb\x1b\x92\x97\x36\x27\xe0\x3d\x14\xc4\xd9\x80\xf3\x70\xfa\xce\xd6\x03\x71\x20\xb9\x3e\xf2\x5d\xb8\x4c\x8a\x01\x11\xdb\x0e\xb1\xce\x9a\x4f\xdf\xc3\x01\x42\xed\x05\x0a\xad\x88\x6b\xdf\x03\xde\xc1\xbf\x0f\x49\xe5\x33\xff\x9e\x08\xba\xd4\xe5\xed\x10\x6b\x79\x47\x35\xe0\x3f\x9c\x5e\xb4\xf5\x14\x41\x74\x5d\x65\xbc\x51\x74\x59\x3b\x99\xb3\xb7\xaf\x72\x40\x94\xab\xff\x44\x04\xbc\x88\x7b\x87\x98\x9b\xf3\xed\x41\xcc\xfd\xfb\x08\x22\x74\xff\x78\x33\x59\xac\x26\x5d\x6f\xb7\xda\xa7\x97\x08\xca\x74\x39\x92\x6b\xa9\xbd\xf0\x5e\x12\x73\xd2\x4b\x64\x64\xd4\x7c\x6a\xc4\x09\xe9\xf7\x35\xe0\x61\xa6\xca\x70\xa6\x9e\x0f\x9c\xb9\x5c\x65\x5b\x0f\x14\xee\xea\x7a\xbc\x1d\x3d\x1e\x88\xbb\x39\xdb\x8e\x37\x92\x2f\x6f\xc7\xaf\xff\x6b\x3e\x01\x37\xb2\xbb\xbc\x63\x83\xd2\xf7\x81\x5d\xe6\xf3\xd7\x43\x0d\xac\xf5\x42\x0d\xe6\xc7\xba\x87\xda\x4b\xc4\xaf\xc3\x89\x9b\xf3\xed\xa0\xda\xda\xa6\xd9\xc3\x1b\x53\xf7\xa3\x07\x62\x82\x88\x19\xf0\x25\xc5\xc4\xbb\x8f\x50\xf3\x69\x3c\x70\xe2\x56\x13\x03\x6f\x52\xb2\x98\x97\x3e\x03\xf8\xd5\xf5\x38\x08\x78\x3d\xd1\x24\x74\x9f\xe7\x89\x5a\x56\x8f\x73\x27\x5f\x89\xe0\x83\x5a\x3f\x00\xba\xd5\x63\xd7\xcf\xc0\xba\x53\x7f\xa4\x08\x98\x9e\xef\x19\x6a\x62\x7f\x1f\x19\x55\x35\x7e\x88\xe7\x26\x49\xb6\xa3\xe6\xf2\xe3\xd4\x23\xae\x4a\xf4\xac\xdf\x61\xe3\xd1\xf7\x91\x74\x50\xcc\x60\x27\x28\xd9\x8f\x61\xbf\x43\xad\xa6\xf9\xe2\x7d\x99\xbd\xbe\xd0\x4b\x4b\xba\x1d\x2c\xc5\x29\x1b\x62\x47\x4d\xad\x20\xe9\xd6\x03\x1b\xd1\xe7\x6f\xd1\xcf\xb2\xfb\xbe\xbe\x71\xdf\x34\x1e\x52\x8a\xd8\x26\xf6\x03\xdf\xe2\xfb\x40\x1c\x94\x99\xdd\x8e\x5a\xcd\x0e\x19\xfd\x0d\x57\x6b\xff\x9e\x7c\x2c\x7a\x7c\xc6\x1e\x0e\x3e\x55\x65\x80\x70\xf5\xb8\x0c\x42\x1b\x6c\x13\x1a\xd0\x2f\xe5\x77\x6a\x23\x80\x60\xfb\x9f\xa4\x33\x6e\x03\xb8\x85\x39\xfd\xe3\x70\x65\x55\xe3\xa8\x09\x92\x88\xf7\xc8\xe1\xba\x5c\x54\x9e\x88\x6d\x1a\x5c\x46\x2c\xd6\xe1\x19\x39\x0c\x5a\x6a\xaf\xc4\xe5\x74\x19\xc9\x41\x8f\xc5\x28\x61\x30\x54\x7f\x64\xb6\x53\x3e\x8f\x36\x48\x11\x60\x4e\x6d\x00\xf1\xaf\x7c\x0d\x6d\x44\x1c\x86\x88\x71\xc0\xb3\x64\x5d\xae\x01\x31\x32\xb1\x04\xae\xa5\x08\x12\xbe\x8d\xc6\xe5\x90\xce\x75\xf4\x80\xbf\xd1\x7c\x41\x55\x2d\xae\x1f\x3b\x90\xf1\x6a\x0f\xd7\x44\xb9\xde\xb6\x41\x50\x69\xef\x6a\x1f\xb5\x9f\xfc\xee\xdb\xc0\xe0\x2e\x57\xed\x36\xd6\x65\xce\x4d\x87\x6b\xcc\x78\x7c\x34\x7e\xc4\x68\x45\x98\xb7\x71\x90\xbc\x47\x9c\xf4\x80\x93\xb2\x9a\x6c\xe0\x8a\x2d\x6c\xb1\x16\x70\x2b\x96\x0c\x06\xa8\xac\xc9\xe3\x3b\xc2\xb5\x56\xdf\x9f\x70\x6a\x9e\xcf\x19\x71\x37\x5a\x5f\xe2\x92\xaa\xf7\x03\x57\xee\xed\xab\x8c\xb7\x91\x0f\x6f\x04\x69\x7a\xfd\xae\x48\x61\xa0\xf9\xfc\xa0\x56\xfb\x7b\xb0\xb1\x7c\xd8\x41\xb1\xee\x5e\x9f\x9b\xfc\x3c\xd3\xe5\x8a\x43\x86\xd6\x13\x1b\x97\xbd\x87\x02\x8e\xe5\xeb\xbc\xa0\x53\xdf\xbd\x1f\xb8\x6a\x2b\xee\xa9\x0d\x24\xeb\xe4\xcb\xf8\x10\x84\xe8\xcb\xfa\x84\xf7\x94\xeb\x81\xef\x11\xa7\x3e\xde\xb0\x69\xaa\xfd\x37\x6c\x20\x9a\x0f\xae\xd9\x8a\x9b\x69\x93\xfc\x22\xca\x67\xd4\xe6\x86\xe4\xbe\xb9\x1c\x36\xb5\xaa\x72\xa8\x75\x3f\xeb\x35\xf7\xd8\x7f\x7d\x1f\x92\xa4\x1e\x9b\x09\x5c\xd2\xf0\xf7\x19\x54\x5e\x31\x5f\x93\x38\x8d\xec\xfe\x4a\xd8\x1c\x3e\xe3\x9f\xf1\x98\x8b\x5e\x04\x1c\x89\xbc\x3b\x5b\xc0\x91\x28\xd3\x62\x03\x8e\x24\x2b\x65\x42\x9b\x15\xc4\x0c\xad\x7f\xc0\x93\x28\x03\x6d\x9b\x3c\xfe\x4d\x92\x12\x70\x25\x45\x71\x4d\x6d\xb6\x00\x1e\x55\xfb\x2d\x24\x23\x8d\x1f\x87\x1c\xc1\xb3\xb4\x40\x1c\xb1\x9a\x1c\xc4\x91\x56\xa7\x7f\x8f\xc1\x5b\xf4\x61\xf6\xc8\x67\xa3\xf9\xc3\x0c\x28\x4e\xae\x81\x40\xd2\x4d\xbc\x67\x27\xd9\x96\xe7\x47\x68\x85\x99\x85\x39\x43\xf2\xd5\x78\x26\x36\x0d\xd1\x93\x40\x0c\xf1\x63\x3a\x43\xcd\x25\x66\x73\x1e\x21\x99\xe9\xf7\x27\x6a\x77\x31\x27\x81\x18\x62\x4d\xd2\x04\x81\x41\xe9\x98\xdb\x0c\xd4\x78\xb7\x4f\xf2\xc3\xa9\xf3\x3a\xaf\x40\x24\x51\x7b\x17\x0e\x48\xa2\xef\xf3\xc7\xe6\xac\xf5\xe3\xbc\x8f\xfd\x8f\x6c\x2e\xc0\x79\xe4\xea\xc5\x7a\x03\xb5\x58\x93\x79\x83\xb8\xb9\x8c\xf7\x87\x0c\x56\x07\x41\x53\x82\xcc\x6e\x07\xde\x2a\x36\xa0\x01\xd7\x51\x84\x62\xdc\x8e\x3d\xd2\x13\xbb\x9e\xb8\x16\xff\x9e\x20\x29\x1b\x24\x0f\xb0\xc9\x4c\xfc\x80\xef\x68\x36\x70\x1d\x29\x72\xf7\x17\x95\x03\xee\x41\xf5\x99\x88\x67\x5d\xde\x23\x83\x65\xa5\xcb\x71\xac\xc7\xb1\x2a\x39\x56\x3b\x88\xe0\xb5\xeb\xe1\xc1\xe3\x68\x07\x80\xa3\x14\x38\x21\x97\x89\x73\xd1\xe5\x3d\x0a\x06\x4f\x11\xdf\x03\xc8\x73\xa1\xae\xb6\x63\x5d\xce\x6a\x4e\xf0\x00\x6b\x4c\x10\xf5\xed\xe0\xf2\x65\xf7\x0f\x3c\x84\x75\xa6\x47\x8b\xc7\x52\xbf\x47\xcd\x61\x35\xe6\x81\x37\x88\x20\xb9\xdb\x31\x90\x1c\xbd\xfe\x70\xba\x26\x4e\x07\x99\xf7\x7c\xd8\x8e\x01\x67\x2f\xe2\x7c\xa0\x36\x50\x50\x6d\x3b\xc0\x0e\x9b\xe2\xd4\x0f\x10\x0f\x2c\x79\x1c\x47\x04\xa1\x69\xbe\x3c\x3e\xca\x55\xde\x8e\x33\x50\x97\x35\xbf\x2b\xfc\xf6\x55\x7f\xe1\x50\xe0\xfd\x88\x74\xd6\x7a\xdc\x0e\x92\x4b\xd9\x06\x73\xdc\x41\x4c\xf4\x7b\x5c\x49\x4d\x6c\x0e\x38\x39\x3f\x6e\x27\x71\x33\xf6\x16\x3b\xc9\x87\x32\xc5\xfc\x00\x37\xd2\x04\x5c\xd9\x4e\x5c\xd1\xb3\xce\x0b\xf0\x23\x45\xe9\xb9\xdb\x49\x82\x6c\xeb\xc4\xcf\x48\xde\xa6\xf1\x9d\x29\x50\xb7\xd5\x1e\x40\xa4\x42\xa1\x6d\x27\xc9\x9f\x94\xdc\xa9\x9d\x19\x20\x4f\x11\xc7\x13\xd7\x4f\xc5\x5d\xb5\xb3\xa0\x49\xd0\xfd\x3b\xc9\x57\xd2\xdd\x3f\x41\xaf\x8a\xdb\x69\x67\xe4\x57\x12\x71\x01\xfe\x24\x4f\x31\x77\xc0\x8f\x54\xef\xe7\x09\xb0\xa4\x0d\xc6\x27\x58\x76\xb6\xf9\x00\x4f\xb2\xe4\x6b\x95\x23\x2d\xb3\xbf\x87\x59\x90\x03\xc5\x89\x4d\x46\x08\x05\xed\x04\xb5\x5a\xc9\xae\xda\xd9\x23\xa5\x84\xe6\x47\x5c\x8a\x89\x1d\xf0\x24\xd9\x92\xc9\x09\x6a\xb5\xf2\xc3\xb4\xb3\x03\x9f\x22\x62\x7c\xe2\xe0\x60\x07\x97\x73\x04\x90\xad\xc6\x07\x30\xab\x32\x89\xb6\x40\x20\xb1\x77\xd4\x89\x77\xa6\x20\xef\x1b\x08\x22\xf5\x6b\xbe\x38\x34\x55\xef\x07\x71\x23\xc2\x66\x6c\x67\x64\xce\xd5\xf9\x3d\xc3\xc6\xe1\xfd\xc4\x15\xdc\xde\x9d\x20\x72\x94\xe4\xf3\x74\x86\x37\xae\xfa\x3b\x89\x13\x94\x0d\xe6\x24\x17\xbe\xb0\xe4\x1a\x88\x1c\x4d\x69\xbc\xdb\x09\xaa\xb5\x82\x28\xdb\x0f\xc2\x86\xdb\x0f\x07\x07\xb7\x17\xde\x91\xc9\xf5\xa8\x01\x25\x49\x9d\x48\x86\x66\x9e\x40\xd8\x28\x79\xfb\x93\x38\x97\x16\xf0\x1b\xd9\x87\x07\xf8\x8d\xdd\x83\x03\xbf\xbf\x7b\xb2\xc4\x91\x28\x5f\x49\x0b\x78\x0b\x01\x47\xb6\x1f\x38\x09\x1d\x8e\x80\x7f\x30\xf1\xbf\x22\x73\xa3\x38\xc5\x8b\xc7\xa6\x6b\xf1\x2f\x0c\xb2\x02\x12\x6c\x57\xc6\x1b\x42\xc4\xe7\x22\xb9\x90\x72\x42\x37\xe0\x1e\x9a\xf2\x8f\x34\xe0\x1a\xea\xa6\xf1\x5d\x11\x21\xab\xcb\x77\xa1\x73\xb7\xf7\xc9\x85\xa4\xa4\xa0\xaf\x16\x70\x0b\x9b\x2e\xe3\x85\xb7\x90\x50\x5a\xdb\x15\x71\x1e\xe2\x54\x2e\x0c\xa2\x4d\x8f\xc7\x55\xc3\xb5\x55\xe3\xab\xc1\x39\xb9\x4c\x8e\x70\xa9\x01\xae\x8a\x5f\xba\x38\x63\xe0\x1a\x9a\x0d\x8e\x17\xae\xd2\x4a\x9e\xd5\xae\xb8\x9c\x1e\x3f\x92\xd6\x26\xef\xaf\xab\x47\x5c\x8d\x7e\xdf\x23\x19\x9b\xda\x27\xb9\x99\x5d\xad\xaf\x8e\x43\x81\x88\xc3\x05\xa4\xbc\xd5\x68\x57\x0f\xd7\x48\xad\x67\xa4\x9d\xd5\xe5\xb8\x30\xa0\x2a\x73\x67\xbb\x06\x6a\x51\x49\x16\xd7\x92\xe4\x9a\x0d\x88\xd7\x08\xec\x29\xd7\x03\x54\xfa\xd5\x1e\xae\x99\xba\x3c\xd7\x40\xad\xa5\xcb\x1c\x88\x11\xf6\x16\xba\x02\x6b\x4b\xe7\xf5\x42\xcd\x93\xbc\x1e\x4b\x32\x2c\x36\xc0\x5f\x24\x53\x1b\x9e\x2f\x71\x28\x59\x9c\xe1\x15\x41\x67\xd2\x79\x5f\x33\x6c\x04\xae\xc7\x1b\x52\x6a\x1a\x10\x28\x8a\x5d\x9d\x2f\x38\x4d\xbb\xee\x5f\x01\xf7\xa3\xcb\x1b\x88\x12\xb6\x19\x5e\xc0\xf7\x28\x8d\x75\xbb\x78\x7c\x15\x14\xdc\x2e\x0c\xa8\x36\xd0\x5e\x27\x92\x9b\xcf\x4b\x60\xdb\x79\x3d\x81\xff\x51\x9a\xdc\x76\x05\xb1\xd1\xe3\x7c\x5d\x11\xf4\xe8\xfa\x90\x3c\xd4\x5f\x64\x9e\xac\xfe\x1e\xb5\xeb\x74\x7d\x04\x71\x6a\x3f\xf1\x96\x54\x5c\x5c\xbb\x22\xf3\xa4\xe9\x01\xf9\x40\x04\x14\xdb\x2e\x50\xad\x37\x8f\xe7\x09\x6f\x52\xfd\x1e\x07\x13\xdb\xa0\x2e\xf2\x17\x59\x0d\x7b\xe1\x70\xb2\x9b\x1e\x60\x73\xfd\xa2\x27\x4f\xd8\xbc\xb4\x1e\x78\x4b\x7e\xcd\xff\x09\x87\x07\xb5\xf7\x93\xc2\xc3\x65\xce\xaf\xee\xfb\x8d\x5a\xdc\x8f\xed\x4d\x4a\x0d\xab\x35\x41\xd0\xa8\x76\x90\x00\x21\xa3\x16\x3d\x76\x20\x64\x54\x21\x2a\xb4\x1b\xb5\xb8\x1d\x32\xee\x1d\x9b\x89\x1e\xa7\x3b\x01\x3c\x3b\x5d\xe6\xb1\x11\x73\x18\x88\x1a\xd6\xa4\xdc\x29\xe2\x82\x3e\xf3\xbf\x61\x5e\x3c\xbf\x9b\x94\x00\xbe\xdf\x77\x8e\xe4\x77\x4d\x65\x24\x11\x9d\xa7\x1b\xb8\x1c\x4b\xc2\x77\x86\xde\x4f\xff\x3e\x50\xcc\xff\xc8\xe6\x72\xe3\x2d\x56\x3c\xd9\x00\xde\xd3\xe6\xde\x18\x2c\xed\x27\x7d\x43\x3c\xed\xaa\x76\xd7\xf0\xae\x50\xe7\x70\x36\x4a\xf3\xda\xee\x16\x41\x87\xfa\x3d\x11\xba\x82\xab\x68\x77\x8b\x88\x74\x2d\x16\x41\x70\xbe\x8c\x77\xf8\x7d\xeb\x71\xb8\xf1\x2e\x51\xd0\x66\xbb\x7f\xc4\x56\xfd\xbe\x07\x71\xd2\xf8\x41\x05\xee\xde\x7c\x74\xd8\xf6\x6b\xbf\x7f\x82\xe6\xb4\xd8\x18\x14\x9b\x0f\x4f\xb8\x76\x7a\xbc\x70\x3a\x02\x86\x6c\x77\x60\xab\x89\xf8\xdf\x04\xd5\x09\x3b\xa8\xdd\x4b\x12\xa8\x4a\x6b\xdc\x6e\x0c\x8c\xd5\x87\x09\xec\xb5\xe9\xcd\x44\xe7\xed\x20\xa9\x1b\xce\x67\x48\x6c\xbf\xe1\x7c\x86\x0f\x17\x41\xae\x8e\x03\xb8\xaf\x78\x4c\xd5\x5e\x48\x02\xdd\xf5\xa1\x86\xd3\xef\x51\x4b\x29\xc2\xbb\xdd\x17\x06\xe3\xe6\x32\x0e\x18\x22\x2e\x37\x9c\x8e\x39\xbd\xfb\xc2\xc1\xc0\xfb\x77\x03\x77\x22\xce\xf4\x46\x0d\x95\x7c\xb9\xc2\xd5\xba\xb8\x9e\x34\xb7\x9e\xff\x1d\x36\x07\xcd\x37\xbc\xdb\x7c\x1e\x9e\x50\x83\xe8\xbc\x3d\xfc\x5e\x92\x32\x70\x28\xed\xeb\xf2\x86\x2b\xa8\x88\x07\x70\x28\xd5\xae\xa7\x01\x7f\x22\xd4\xe9\x76\xbf\x9c\x07\x49\x16\x01\x7f\xf2\xb5\xfe\x91\x89\xd2\x97\xed\x8d\x1c\xf5\xfe\x3d\x71\x1e\x7a\xcc\x6f\x82\xec\x84\x45\xd5\x9e\x48\xb1\x20\x49\x3a\xe0\x4c\x2c\x49\x3f\x04\xc9\x59\xc7\x0d\xbc\x49\x76\xdc\xc5\x13\x88\x00\xea\xef\x49\xe4\xeb\xd0\xfe\x3c\x29\x5c\xbb\xa7\xca\x48\x8e\x62\xee\x9e\x14\xae\xf2\xfe\x1e\x44\x0a\x3d\x86\x4f\xc2\x9b\x6c\xfa\xf7\x38\xf0\x68\x3e\x4f\xa4\xb5\xce\x6e\x0f\x07\x99\xe9\x32\x28\xca\x9e\x6f\x86\x53\xd7\xfd\x7d\x32\x92\xbf\x0c\xe0\xc0\xab\x34\xab\x51\x9f\xf0\xbe\xf3\xf8\x90\xec\x84\x70\xd0\x1e\xb0\xbf\x1c\x14\xf8\xfc\xa8\xdd\x87\xca\x30\x6f\x92\xec\x9f\x12\x69\xd1\x9b\xca\xd8\x10\x75\xbe\x9f\x12\x66\x00\xcd\x37\x52\x0a\x78\x7c\x95\xb8\x19\x71\xee\x4f\x0d\xf8\x17\xf5\x57\xf1\x1e\xf5\x7e\x42\x0f\xcd\xcc\x3e\x15\x9b\x87\x98\x87\x80\x6b\xb1\xa6\xe0\x01\xc1\x40\xc9\xdd\xda\x83\x26\xc2\x92\xd9\x83\x1a\xcf\x8f\xff\x03\x9c\x92\x32\xef\x36\xe0\x5b\x9a\xd5\x74\x4f\x00\x0b\x7b\x7c\x1d\x07\x17\x31\x6f\x4f\x38\x3c\x88\x7e\x3e\x00\xff\xda\x3b\x13\x04\x94\x62\x57\xe5\x87\x94\x2a\xd3\xe7\x6f\x22\xc9\xd4\x3f\xf2\x16\x7b\xc0\x6a\xb2\x98\xf6\x1c\x81\x9a\xa9\xc1\x1d\x40\xd2\xeb\xa5\x03\x3e\xa5\x29\x33\x5a\x7b\x20\x7e\x56\x5b\x3c\x27\x92\x81\x38\x5f\xe0\x53\x9a\x80\xe0\xda\x43\x50\x9c\x23\x84\x81\x47\x29\x36\xe8\x3d\x91\x16\x77\x73\x39\xd2\xf0\xea\xf7\xe1\xdd\xe0\xf1\x90\x69\xad\xf8\x72\xc1\x59\x09\x92\xbf\x3d\x40\xa6\xdb\x7b\xeb\x21\x22\x58\x99\x03\x1b\x70\x2a\xcd\x06\xb4\x27\x5c\x7b\xc5\x39\x3c\x4f\x38\x08\x68\x3d\xf0\x26\x73\x44\xfc\x03\xb1\x71\xd0\xda\x03\xd6\x52\xf7\xe5\x42\x8d\x68\x4e\x3d\xe0\x4d\x84\x15\xd4\xde\x0d\xb8\x15\x6d\xe6\x4b\x8a\x03\xab\xc5\x80\x37\x29\x56\x5b\x02\x6f\x92\x95\xdf\xa4\x01\x67\x52\xe7\x57\x99\x38\x02\x11\x87\x77\x11\x9f\xd2\xdc\x5e\x8a\x34\xa9\xfa\xfe\xc7\x75\x77\xa8\xcc\xe3\x31\x5c\x7f\xc1\xb9\xab\x3d\xe0\x4a\x1c\xe7\xf3\xe6\xf0\x96\x51\xfb\x10\x07\xa1\x3c\xb7\x17\x57\x5b\x61\x4b\xb5\x17\xc9\xd1\x92\xe5\x5b\xf1\x4e\x14\xb1\x7a\x41\xa5\x35\xb1\x0f\x38\x12\x3b\x88\xbc\xa8\x11\x7d\x39\x5f\x50\x68\xdb\xd7\xef\xc3\x5b\x47\xe3\xab\x91\xe9\xd3\xdf\xe3\x9d\xe5\xfe\x03\x41\x40\x6a\x82\x17\x6f\x2d\xa5\x3c\x68\xc0\x8d\x14\xa1\xee\xb6\x97\xcb\x6e\x35\x30\xf0\x23\xd9\xcc\xc9\x8b\x37\x54\xd5\xf9\x00\x5e\xa4\x18\x71\xe0\xed\x38\x84\x78\x3f\x80\x53\xb2\xe4\x0b\xbc\x48\xb5\x01\xf9\x1d\xa1\x76\x52\x7f\x48\x76\x46\x8c\x78\x49\x7b\x3d\xbc\x5f\x23\x22\xbe\x35\xde\x20\x26\xee\x1f\x1b\x9f\x5d\x5d\x81\x0f\xc9\x42\x09\x6e\x2f\x08\x00\xcd\xdf\x1f\xe1\x0a\xae\xf1\x12\x44\x6b\xe6\x0c\x44\x8f\x3e\x3d\xfe\x03\xd7\x5a\xa9\xc5\x5e\xe8\x41\x13\x31\x7f\x31\xe0\x6f\x3e\xcf\xb8\xba\x26\xaf\x17\xde\x4f\x49\xcc\xdc\x4b\x1c\x8b\x99\x95\xf7\x8a\x64\x71\x9a\xff\x15\xae\xc7\x1a\x1f\x36\x06\x61\xe5\xb5\x37\x82\x64\xe5\x5d\xf7\x22\x59\xd9\x61\xe3\x8d\x7c\x4f\xee\xef\x0e\x9b\xa3\xd6\x03\x04\x00\x87\x32\xbc\xa0\x40\xfb\x71\x7d\x9f\xa0\x17\x9a\xdf\x13\xcc\xb3\xe6\x07\xf6\x9b\x52\x12\xb4\x17\xd7\x7d\xbb\x32\xbf\xd0\x97\xaf\xfa\x37\x82\xa0\xb5\x9f\x6f\x04\x81\xfe\xb4\xd7\x37\xe8\x87\xbc\x07\xfb\x06\xca\xb4\x6c\xa0\x7d\xdb\x70\x0d\xdf\x5d\x1f\x92\x78\x55\x39\x80\x47\xbb\xca\xd0\x97\x0f\x3d\xef\x1b\xd8\x6e\x0a\xfa\xec\x1b\x08\x01\xf2\xae\xed\xdb\x1e\xa1\x25\x7f\x62\x73\xe9\x1b\x11\xb5\x82\x7f\xe9\x5b\x40\x96\xef\x6e\x1c\x54\xe1\xae\xc1\x92\xf9\xb0\x34\x77\x16\x2f\xb3\x7f\x1f\x8f\x8d\x26\x93\x02\x05\xd8\xe5\xf0\x7e\xd2\x62\xe1\xfd\xa4\x88\xf6\x0e\x9c\x49\xdb\xfc\xfb\xc8\xaf\x90\xb5\x18\xc4\x09\xe4\xa9\xc5\x28\x81\x3a\xab\xef\xc9\x87\x20\x83\x6f\xdf\x22\xdf\x4a\xd3\xf8\x6a\x60\x31\xa9\x3f\x10\x00\x64\x60\xec\xc0\x93\x94\x36\x34\x3f\x38\x89\xe1\xcd\x40\xed\x34\x8b\xbe\x0f\x9d\x70\xd2\xf7\x3d\x92\x63\xa9\x7d\xd2\xac\xca\x00\xd7\x81\x17\xc9\x5f\xed\x13\x01\x9b\xfd\xfb\x90\x74\xa6\xca\x33\x0c\xb4\x6a\x2f\x22\xec\xfd\x3d\x28\xd1\xd2\x59\x77\xe0\x45\xb2\x38\xed\xbe\x61\xf0\x57\x32\xac\x0e\x5c\x48\x55\x84\x74\xdf\x08\x7a\xed\x9e\x4f\x00\x8b\xba\xbd\x88\x0b\xf2\x7e\x40\x3c\xba\xe7\x83\x4d\x65\xab\x2e\x83\xe5\xe6\xf9\x9d\xe1\x8a\xac\xdf\xa3\x06\x12\x04\x7c\xdf\x08\x7a\x2d\xfe\xfe\x22\x99\xd9\xa6\xf5\xc6\xb5\x7d\xf3\xf9\xbb\x03\xeb\x4b\x97\x89\xb4\xd2\xd9\x97\x83\x14\x02\x72\xd5\xed\x5b\x24\x57\xea\x6a\x9f\xa0\xd1\x36\x74\x1e\x5e\x6c\x7c\x1e\x1f\xc0\x8c\x8a\xf3\xe8\xfb\x16\xf9\x72\xb2\xca\x11\xd4\xe7\xfa\x20\x16\xaa\xdf\x23\xf9\x52\x57\x19\x87\x81\xe6\xfa\x70\x1d\xfd\xf4\xb7\x23\x69\xc8\xa0\xdf\x77\xb0\xc9\x92\xeb\x23\x5f\xd1\x47\xb2\xe9\x3b\x71\x37\xc2\x8e\xea\x20\x66\x8c\xed\x23\x79\xf4\xbd\x10\x34\xfc\x21\xde\x1d\xc4\x8c\xfe\xf5\xfb\x1f\x84\x8c\xa1\x32\x6a\x3c\xdd\x8f\x1d\xef\x3c\xa9\x4d\xfa\x1e\xd8\x63\x45\xed\x03\xf7\xa3\x20\xde\xbe\x03\x29\x2f\x35\x64\xdf\x23\x1f\x91\xdb\x6f\xa8\x25\xdd\xde\x8f\x6b\xb5\x7e\x1f\xae\xd5\xdd\xf5\x9c\x1f\xcf\x07\x57\x6a\xd9\x80\xfb\x0e\xd6\x98\x1c\x72\xfa\x1e\x9c\xbd\xe8\x0b\x88\x18\x55\xc0\x97\x7d\x1f\x81\xb2\xed\x32\x6a\x1f\xd1\x3b\x10\x30\x9a\x50\xa8\xfb\x3e\x90\x2c\x86\xe6\xc3\xfd\x13\x42\x41\x07\xf1\xa2\x49\x2d\xd7\x3f\x08\x17\x6a\x7f\x06\x2a\xb9\xc6\x73\x10\xf4\xed\xf9\xac\xfb\xd5\x94\x0f\xa7\xef\x27\xcc\xa6\xdb\x43\xcd\x29\x38\x9a\xbe\x47\x1c\x9d\xcf\x23\x70\x5a\x0a\x7a\xed\x20\x50\x94\x2c\xfa\x04\x02\x45\x91\xb7\x6b\xdf\xaf\x40\xe1\x56\x19\x6f\x3a\x31\x97\x7d\xc7\x21\x46\x71\x4c\x7d\x8f\x20\xf0\xa9\xf3\xc3\x63\x2c\x6f\xc9\xbe\xdf\x41\x9f\xff\xc4\x5b\xac\xef\xc4\x91\x28\xdf\x49\xdf\x23\x68\xae\x69\xf0\x0f\x39\x94\xf5\x52\xee\xa4\x21\x16\xfc\x44\xdf\x9f\xc8\x94\xa6\x72\x00\x11\x0e\x0d\xe6\x0d\x6c\x1a\xb5\xc7\x4b\x9c\x7c\xd8\x89\x13\x91\x8e\xb7\x03\x77\xd1\x25\x46\xf6\x04\x27\x2f\x57\xd4\x0e\x3c\x45\xf1\x62\xa4\xd0\x61\x8a\x18\x06\x9c\x84\x80\x19\x7b\x42\x8c\x17\x1c\x48\x4f\x29\x88\xbd\x7e\x9f\x43\x4c\x54\x7f\xe8\x2c\x93\x0e\x6b\x0a\x20\x41\x5d\x0e\xe0\x25\xaa\x6c\x1e\x3d\x11\x57\xa1\x64\x3f\x3d\xa1\xa3\x54\x44\x77\x4f\x78\xe3\x28\xc8\xaa\x03\x47\xd1\x04\x14\xd7\x03\x7e\x42\xae\xb2\x3d\x15\x5c\x69\xab\xeb\x09\x72\xd3\x63\x12\xf0\x13\x92\xd4\x7a\xfa\x89\x30\xff\x1c\xee\x04\x16\x98\xe0\x28\x3a\xf0\x12\x25\xef\x2e\x83\x95\x25\xe2\x9a\xe0\xf4\x93\x38\x9d\x84\x8d\x48\x71\x25\x3d\x45\xbe\x09\x11\xcb\xd4\xc2\x81\x42\xfd\x05\x84\xb7\x2e\x43\x6a\x78\x27\xe9\xbc\x24\x88\xc3\xf0\xfc\x30\xe0\x66\xaf\x17\x6a\x4b\xa9\x19\x7b\xea\x44\x38\x67\xb5\x3f\x58\x9f\xe1\xf2\x8e\xda\x54\xf3\x3f\x30\x30\xee\xfa\xfd\x01\xb1\xad\x9a\x6f\xc0\xcf\x88\x99\x49\x48\xda\x66\x5e\xd2\x15\xeb\xaf\xef\x17\x27\x9c\xa5\x56\xe9\xe9\x0a\x49\x55\xfb\x7f\x45\xb2\x29\x7d\x7f\xc3\xd9\x7a\x7f\x6e\xe2\x3c\xbc\xbf\xa8\x01\x9b\xcf\x63\xa4\x04\x10\xf3\x93\x80\xec\xaf\xde\xaf\x37\xbc\xf9\x74\x9e\xdf\x50\xeb\x6a\xbc\xb8\xe2\xfb\xb1\x4f\x6f\xa4\x05\xff\xb4\x97\xb7\xe0\xd4\x3f\xe3\xcd\x81\x2a\xac\xc7\x3a\x87\x2b\xbc\xce\x6f\x26\x62\x5b\xc9\xa8\x7a\xc6\x35\x7e\xf8\xf7\xd8\x00\x04\xe7\xd2\x73\xe8\xfc\x75\x7e\x72\xc0\xb7\x7c\xbc\x8b\x3a\x08\x0b\x65\xb8\x3d\xd4\x54\x4a\x93\xde\x73\xc0\x4d\x69\xbf\x73\x21\xae\x47\xcc\x4a\x2e\x70\xca\x7a\x6c\x72\xb8\xa2\x8b\xf8\x67\x1c\x64\x36\xff\x1e\x6f\xb4\xe9\xdf\xb7\x38\xef\xfa\x1e\x60\xcc\xa9\xc7\x31\x72\xf4\xcb\x26\xd4\x41\x4c\xe8\x0a\x6a\xed\x91\x93\x5f\x92\x5c\xcf\x11\xb4\x29\x7a\x15\x08\x0a\x49\xcc\x23\x08\x0a\x5d\x0e\x32\x9d\x9c\xfc\xbd\xbb\xbf\xd1\x78\xfc\x34\x1f\x6c\x8c\xbe\xdf\x20\x28\x34\xc5\xfd\xf5\x3c\x48\x19\x92\x35\x9f\x11\xcc\xbb\xfa\x43\xf2\x54\xb2\xb0\x0e\xa2\x42\x56\xbe\x95\x9e\x01\xfe\x4d\xba\xef\x20\x2c\x14\x25\x2b\xeb\xe4\xfc\x2f\x3e\x7f\x20\x24\xb4\x2c\xe6\x07\x44\x84\xb6\x7b\xfd\xc2\x9b\x54\xcc\x69\x26\xa8\x7c\x3d\xe6\x7f\xf0\xb8\xe4\x1f\xe0\x3a\x4d\x06\x20\x4a\x05\x09\x75\xe0\x15\xca\xf0\xe0\xb8\x7c\xc5\x8b\xc3\x4b\x39\xbc\xb9\x17\xde\x0d\x3e\x5c\x3f\x06\x40\x97\xe1\x2c\xbd\x59\x17\xae\xbd\x22\xee\xc0\x2f\xe4\x21\x4e\x20\x93\xb9\x4f\xae\xa4\x3d\xdf\x11\x47\xe1\x32\x9c\xa0\x38\x8d\x4c\x9a\xdb\xe1\xc3\xff\x84\x4e\x5d\xed\x93\xd9\x4f\xae\xb9\x3d\x47\x90\xa6\x37\x87\xc7\xb5\x7b\x71\x11\x73\xfb\x57\x7b\x78\x17\xe9\x65\x07\xee\xa1\x48\x4d\xd7\x81\x6f\x28\xf2\xee\xe9\xf9\x8d\xcb\xa8\xf6\xc2\xfb\x4e\x9c\x4d\x7e\x51\xdb\xe9\xb1\x2e\x88\xbd\xd2\xa9\x76\x72\xfc\xe7\xa9\xf6\xca\xc6\xe1\x57\x7f\x05\x31\x58\x6a\xba\x5e\xb6\x60\x06\xdc\x1e\x11\xc3\x5a\x9f\xb2\x87\x4d\xcc\xe5\x00\xfa\xfc\xcc\x8f\x9c\xfb\xad\xe9\xb0\x95\x14\x36\x14\xf5\x87\x5a\x4d\xc9\xe4\x7a\x21\x88\x52\xde\x26\x9d\x1c\xfd\x45\xf9\x44\x7a\x49\xe1\x90\xb0\xab\x8c\x77\xd4\x74\x7b\xc4\x11\x6d\xfe\x3d\x36\xac\xdd\xbf\x47\x0d\x55\xdc\x1f\xf9\x82\x44\xec\xcb\x0f\x67\xaf\xf1\x66\x24\x4f\x11\x8b\x42\x9c\xce\xe6\xf5\xc5\xc0\x29\x6f\xba\x5e\x88\xdb\x29\x5e\x1f\x5c\xed\x05\xc1\xde\x4b\x04\x65\xee\x6e\x2f\x82\x58\x3f\xe7\xb3\xe0\x30\x22\xc4\x86\x5e\x4a\x3c\xbe\xfa\xbe\x80\x25\xe5\xf9\x01\xb9\x5e\x44\x3c\x0a\x41\x9a\xc9\xeb\x81\x2b\xaf\x1f\xcf\x42\x72\x2a\x19\xc4\x7b\xa9\x81\xaa\xec\x32\x06\xdd\xaf\xef\x43\xf3\xa0\xfe\x91\x2c\x14\x87\xd3\x4b\x48\x16\xc3\xf5\x70\xda\xe2\x84\x41\xe4\x28\xf2\x9e\xec\xa5\x05\xd6\xa0\xe6\x8b\xda\x50\x36\xa5\x5e\x1a\x99\x3c\xbd\x7e\xb8\x06\x7f\xed\x47\x8b\xfb\xe3\xf2\x01\xc2\x87\xc6\x43\x1c\x91\x92\xd1\xf5\x12\xa8\xeb\x5e\x9f\x1f\x87\x11\xd5\x0f\xf6\xd7\xfb\x0f\xb1\x56\x28\x40\x2f\xc0\xdd\xc8\x9b\xaa\x17\x88\xb5\xe0\xa7\x7a\x81\xd8\x4a\xed\xd7\x4b\x78\x3f\x7a\xbd\x40\x00\x19\x3e\xbf\x93\xa0\x52\x8f\xff\x08\xb5\xbf\xda\x3b\xc2\x01\x49\xeb\x73\x84\x66\xc2\xf5\xe1\x6d\xa9\xf6\x80\xb7\x91\x0d\xa4\x97\x23\x98\x61\x7d\x4f\x1c\x90\xe9\x2d\x08\x21\xb5\x7e\x95\x91\x24\xc4\x2c\x95\x33\x32\x7d\x6a\x7d\x08\x8a\xf7\x63\x51\x70\xf0\x90\xb7\x6e\x2f\xd8\x54\xad\xf9\xf8\x41\x08\xf1\x7e\xe3\x1d\x26\x9b\x70\x07\x01\xa4\xc9\xdb\xb1\x83\x00\x92\x47\xfa\x23\xc9\x05\x78\x90\x2e\x1d\x70\x2f\x77\x04\x45\xa9\x1c\x3a\x47\x13\xb7\x80\x64\xf7\x62\x2f\xe2\xdd\xad\x96\x01\x2e\xa4\x59\xad\x50\x1e\xfc\xb4\xf5\x98\x14\x20\xd8\x8b\x0e\x4b\x0d\x88\x75\x11\x7f\xe0\x3e\xb2\xc5\xb6\xba\xb3\x99\x22\x6e\x75\x8f\xb4\xb4\x59\x65\x80\x27\xb5\x58\x15\x35\x84\x74\xa6\xbd\xee\x61\x50\x75\x7d\x40\xfe\xab\xfd\x14\x70\x16\x53\xe5\x40\xfd\xd5\xf7\x09\xf8\x0f\x71\x3a\x35\x05\xc4\xbe\xbf\xc7\xfb\xc5\xfd\x05\x71\x14\xe7\x5e\x03\x78\x4f\x92\x60\xcd\xa1\xb3\xd5\xf7\x19\x78\x0d\x6d\x7e\xcd\xa0\x16\x4b\x12\x00\x6e\xa4\x08\x2b\xa8\x07\xdc\x88\xf2\x39\xf4\x1a\x58\x5b\x5e\x9f\x9f\x1c\xe8\x1a\x3f\x6a\x43\x61\x71\x75\xe0\x41\x9a\xb0\xd0\x3a\xf0\x20\x4d\x36\x99\x5e\x6b\x78\x5b\xa9\x7d\xe2\x80\xa6\x7f\x5f\xe3\xb1\xf2\xf7\xb8\x02\x4f\x7f\x4f\x9a\x63\xaf\x4f\x05\xbb\x4d\x97\x0b\x38\x91\xde\xbc\xde\x24\x27\x92\x9f\x7e\x07\x4e\x64\xc8\xaf\xbf\xd7\x06\x71\xd7\x79\xaa\x01\x37\xa4\xc7\xb1\xc2\x89\x0a\x58\xb0\x03\x1f\xd2\x87\xf7\x03\xef\xb8\x24\x35\x21\xf0\x21\x45\x06\xeb\x5e\x7b\x40\xd4\xbb\x9e\xa0\x43\xf7\xb7\x38\xcf\xac\xa0\xcc\x0e\x5c\x48\x13\xd6\x54\xaf\xa8\x35\x05\x1c\xd8\x2b\x39\xd8\xdb\xee\xdf\xe3\xa0\x90\x5c\x0e\xb5\xb1\xfa\x27\x3f\x92\x74\xee\xbd\x4e\x88\x83\x7f\x0f\xb1\xaa\x3e\x8f\xe4\x47\x9a\xbe\x2f\x3f\xd8\x7d\x9a\x2f\x40\xa0\xd5\xf3\x5b\xcc\x63\x56\x26\xc2\x5e\xc1\xf6\x2b\xd3\xdf\xe3\x70\xa1\xc7\x1c\xb8\x8f\x26\x57\xd6\x0e\xdc\x47\x51\x1c\x56\x07\xd1\xa3\x09\xf2\xbf\xd7\x33\xe2\xcc\x54\xff\xc3\x7c\x6a\x3e\x11\xc7\x54\x5d\x0f\xd6\x9c\x88\x61\x0d\x14\x74\x9f\x0f\xd4\x34\xc3\xeb\x79\x87\x03\x8a\xc6\x73\x83\x28\xe1\xfe\x70\x18\xc9\x6e\x1f\x66\xb4\xf9\x7c\x82\x05\x26\x87\x84\x5e\x1f\x80\x6e\x93\xfa\x27\xa8\x31\xf9\xfc\xbd\xd4\x7b\x3d\xdf\xe8\xdf\xdf\x93\x9c\x4d\xcc\x42\x05\x78\x54\x36\xe1\xde\x36\x98\x9d\xcd\x65\xe0\x6f\x44\xaf\x5a\x78\x8f\x89\x5e\x81\x80\xd1\x14\xd4\xdb\x41\xc0\xe8\xc2\xb6\xeb\x0d\xd7\x76\x25\x63\xec\x2d\xe2\x12\x77\x97\x23\xee\xa5\xab\x0c\xbd\xd2\x7d\x04\xa1\xa2\xc8\x46\xdb\x41\xa4\x28\x72\xb0\xea\xad\xa0\x66\xd4\xfc\x1b\x70\x42\xca\xb4\xd9\x1b\x92\xa2\xe2\xbe\x7a\xab\xe4\xe3\x49\x7f\x64\x73\x69\xf8\xb5\xcb\xfb\xa1\x07\xfc\x84\xe0\x4a\x7a\xc0\x47\xc8\xef\xba\x37\x74\x9e\xca\x59\xdd\x5b\x88\x99\x7a\x5c\x1a\xde\x0b\x42\x61\xed\xc0\x3f\xe4\xee\xc5\x20\x22\x59\x99\x01\x7b\xc3\xe0\x69\x1d\x39\x70\x10\xcd\x9b\xdf\xe2\x72\x8b\xb3\x06\x1e\xa2\x5b\xe7\x0d\xfc\x43\xb6\xe4\x04\xfc\x43\xee\x3a\x0c\x6d\xe2\x2a\xa9\xc3\x0b\x1c\x43\x57\x5c\x4d\x6f\x27\x41\x5c\x6e\xff\x0c\x6f\x08\x7d\x4f\xe6\x46\x19\x18\x7b\x8b\xa0\x24\xa9\x85\x80\x57\xa8\x82\x78\xef\xed\xc2\x35\xda\x87\x07\x83\xa2\x5c\x1d\x7b\x8b\x4c\x8c\x7a\x1c\x80\x5b\xc8\x42\x48\xe8\x0d\x57\x4d\x73\xd2\xc0\x2d\x94\xe4\xc3\x49\x32\xaa\xea\xc3\x40\xd0\x9f\xd5\x88\xed\x09\xce\x4a\xf3\x7f\x82\xb8\xe8\xf7\x4f\x3c\x16\x3a\x2c\x64\x5a\xf4\xe3\xd9\x70\xdd\x14\x7c\x4e\x07\x81\xa1\xc8\x3b\xa9\x83\xb8\xd0\xac\x83\xfd\x41\x58\xd0\xe5\x0e\x04\x85\xaf\xfd\x09\xa0\x4b\xd5\xf7\x90\xcc\x74\x99\x3a\x71\x27\xb6\xf9\x80\x98\xd0\x95\x92\xa0\x83\x98\x50\x14\xc4\xd5\x41\x4c\xc8\x4a\x1b\xdb\x3b\x36\x3f\xeb\xe4\x3b\x0e\x0c\x56\x4b\xf4\x14\x92\xf8\x67\x3d\x3b\xd8\x60\xde\xbf\x9e\x03\xf1\x40\xed\xe5\xe0\x24\x35\x3e\x20\xc7\xe5\x7a\xdf\x7b\x01\x7b\x4e\x97\xb3\x93\xb2\xc0\xcc\x40\xe7\xb1\x15\x0a\x72\xef\xc4\x25\x29\x5f\x51\xef\xd8\xf4\xb2\x1e\xc7\xde\x02\x91\x41\xed\x63\xe3\x13\x96\x55\xef\x1d\x83\xb7\xee\x17\x11\xfc\xb9\xeb\xbe\x12\xc1\xdf\x36\xf7\x37\xe2\xb1\xff\xec\x6f\x07\x0b\xab\x4b\x8d\xd2\xe1\xcc\x6d\x73\xea\x38\xf0\x28\xa5\x46\xef\x64\x56\x55\x66\xca\xde\x8f\x1b\x62\xa4\x7a\x82\x6a\x15\xe7\xd1\x89\xb0\x2f\x72\x9d\xee\x3d\xd2\x80\xbb\x7d\xe2\x32\x9a\xf7\x73\xdd\xaf\x3c\x75\x1f\xfb\xdd\x51\xb3\xab\xbd\x08\x7d\x10\x33\xd8\x39\xff\x4a\x5b\xdd\xfb\x13\x70\x3d\x9a\x1f\xae\xca\x96\xa4\x3b\x9a\x88\xf9\xf5\x3d\x11\xf4\xba\x2f\xfd\x09\x6f\x30\x7f\x0f\xb6\x5d\x76\x19\xc9\xd8\xfd\xe3\x4d\xa8\x38\xa1\x3e\x88\xeb\x53\x72\xc0\x1e\x11\xef\xf2\x2e\x5b\x94\x86\xfe\x77\x95\x51\x4b\xea\x3e\x0c\xf2\xfb\xe4\xee\xef\xf1\x8e\xd5\xfd\x18\x38\xc8\xd4\x8f\x03\x4d\x1f\x40\xe2\xfb\xbe\x8c\x42\x90\xa7\xe8\xd7\x28\x61\x53\xfc\xcc\x6f\x60\x43\xf6\x63\x39\x1a\x8f\x8b\xe8\xf9\x08\xec\x37\x3d\x46\xa3\xc5\xef\x55\x06\x55\x59\x29\x09\x7a\x04\x89\xdb\x66\x34\x60\xae\x7a\xfe\x93\x4c\x94\x7d\x10\x47\x20\x2c\x9c\x3e\x08\xaa\xb3\xce\x79\x04\xe7\x25\x31\x6b\x04\xa4\xbb\x36\x87\x88\xf2\xa6\x34\xba\x7d\x1c\x10\x33\xd7\xff\x88\x85\x6a\x0f\x94\x53\x1b\xd4\xc7\x19\x8b\xab\xc5\xc4\x80\x55\xa6\xcb\x00\x51\xea\x72\x0c\xfc\xee\xcd\x69\x12\xc1\xdd\x6d\x50\x1e\x00\x3d\x0a\x08\xaf\x0f\x0c\x58\x36\xb8\x13\x51\x5d\x14\x87\xd3\xc7\x13\x8b\xad\xf9\x3f\xc1\xb9\x6a\xb3\xdf\x0a\x31\xd3\xef\x5f\xe0\x35\xc4\x39\xcd\x0d\x38\x12\xcd\xef\x27\x62\x5a\xeb\x39\x81\x53\xb0\x03\xc0\x44\x2d\x24\x38\x88\x3e\xd1\x51\x17\x11\xcf\x19\xa8\xa4\x7a\x0c\x26\x6a\x19\xa5\x49\xed\x93\x38\x1e\x65\x6e\xec\x13\x9b\x8d\x92\xa3\xf5\x59\xe2\x30\xe8\xf7\x81\x95\xe5\xf6\x6b\xa8\x71\x8a\xca\x64\x3e\x14\xa7\x45\x44\x75\x13\xca\x70\x27\x82\xba\xc9\x15\xb4\xcf\x8a\x6b\xac\x38\xa3\x89\xa4\x62\xce\x67\xc6\xe1\x16\xf1\x27\xe2\xba\x9a\xb3\x23\xe2\xba\x2a\xd9\x51\x9f\x04\xdd\x65\x11\x33\x22\xae\xbb\xd5\x78\x44\x58\x37\xc1\x0b\xf5\x19\xa8\xc1\x1e\x2f\x92\x86\xbc\xc3\xfa\x1c\x81\xad\xa6\xdf\xe3\x1a\x6e\x9b\xd8\xfc\xd1\x61\xbb\x8c\x0d\x46\xc4\x64\x22\x49\x98\x93\x9f\x07\xfb\xe7\xf9\xff\xd8\x74\xb4\x9e\xe4\x43\x52\xbe\x9e\x4e\x44\x75\xb1\x0d\x6c\x46\xa6\x55\xaf\x17\x0e\x10\x56\x7b\x4c\x24\x85\xa4\xfb\x33\x4f\xe2\x8c\x8a\xbf\xc7\xb5\x56\x9c\xe7\x84\xf9\xc9\x1e\x5f\x64\x56\x15\x33\x41\x84\x76\x4d\x9e\xcf\x45\x72\x27\xaf\xef\x15\x40\xb0\x1a\xff\x15\xae\xaf\xaa\xbf\x23\x4d\xb4\xda\xbb\xc3\xa1\x44\xeb\x75\x87\x5a\x51\xfd\xdf\x11\xb7\xa3\xf1\x63\xf0\xb5\xcd\x65\x3e\x70\xfe\x22\x5e\x33\x6c\xba\x22\x8e\x13\x9b\xae\xd2\x9a\xf7\x89\x1a\x7a\xf3\xf9\x7f\x23\x39\xd9\xa7\xfd\x63\x23\x68\x55\xf3\x39\x36\x5c\xe9\xa7\xeb\x07\xf7\x35\xa9\xcc\x63\xaf\xfb\x77\x6c\x9c\x4f\x31\x4b\x07\xc9\xe3\x8a\xd4\x82\x04\x75\x77\x61\xdf\x75\x82\xba\x9b\x89\xf7\x81\x03\x94\x6d\xa8\x07\xf9\x9c\x2c\x89\x13\xe4\xdd\x6d\x43\x3b\x50\x33\x0f\xd7\xff\xa8\x79\x3f\xeb\x77\x44\x9a\x66\xdd\xe7\x03\xd7\x6c\x6b\x0e\x0e\x1c\x9a\x4c\xfc\x0f\x24\x11\xab\x51\x8f\x1c\x41\xb3\x1a\x7f\x26\x0e\x4a\x8f\xd9\x91\x03\x7e\x47\xfd\x83\x90\xd2\x25\x09\x1f\x25\x98\x1b\xad\x27\xa8\xe1\xb6\x01\x1f\xa4\x0c\x50\x4a\x8d\x7e\xe0\x00\xb2\x24\xc7\x3f\x78\x5c\x8e\x1a\x3a\x7a\xfd\x38\x22\xc0\xa5\x26\x39\xd0\xb9\x9a\xb3\x39\x5a\x18\xa0\x5c\x1f\x10\xd4\x1a\x6c\x07\x5e\x42\x97\xe9\x00\xe8\xce\x92\xc0\xd1\xc3\x00\xa5\xc5\x22\xf3\xa5\x82\xe8\xfa\x81\x9a\xa2\x7b\x3c\x78\x5b\x99\x13\x3d\x88\x53\x11\x36\x4f\x3f\x46\x60\x3b\x69\x31\xc2\x75\x53\x9c\xd6\x31\x22\x82\x5e\xe3\xc5\xfb\x43\x11\xe7\xfd\x40\xb2\xd9\xbd\xf9\xc0\x37\x0c\x1f\xae\x80\x1c\xf7\xe6\xa1\x83\x35\xb1\x3e\x7e\x72\xe6\xab\xfd\x23\x1c\x14\x34\x3e\x5c\xaf\xed\xcd\x73\xe0\x6a\x6d\x9b\xcf\x71\x05\x27\xa2\xf6\x22\x99\x92\x2f\xcf\x15\xf9\x2e\x34\xbe\x88\x33\x71\x3d\x40\xa0\x5f\x87\x97\xb4\xcd\x9b\xbf\xbf\x71\x7d\xf5\xf8\xef\xd0\x21\xab\xfe\x09\x83\xa9\xd6\x1f\x4e\x50\xae\xbe\xfd\x20\x68\x4d\x71\x31\xfd\x78\x88\x60\x9e\xfe\xfd\x0d\x33\xe1\xef\x5f\x38\x43\x95\x5f\xf2\xdd\xe8\xb1\x39\xde\x00\x7a\x74\x19\xc9\xd1\x97\xf1\xc5\x06\xa7\xc3\x7e\x06\x50\xa7\x88\xf9\x19\x39\xd8\x93\xcb\x60\x95\x75\x97\x49\xbe\x25\x62\x78\x82\xf0\x50\xf4\x98\x9c\xe1\x9a\xad\xf5\x38\x51\x23\xd8\x80\x7a\xa2\xd6\x14\x5c\x4f\x3f\x13\xde\x91\xba\xcc\x27\x88\x0e\x56\xeb\x12\x31\xdf\x9b\xd4\x90\x67\x09\x84\x05\xf5\x47\xda\x68\x61\xcd\x75\x22\xe8\x5b\x93\xe4\x7e\x46\xce\x74\x8f\x07\x4e\x54\x40\x8c\x3d\x22\xea\x15\xf4\xd9\xcf\xc0\x56\x13\xf1\x3c\x71\xe0\x28\xd5\xdf\xe3\x1a\x9b\x5d\x0e\xce\x59\xfd\x61\x53\x91\x2b\x78\x3f\x43\x13\xa1\xfb\x7c\x12\x57\x96\xb5\x5f\x67\x0f\x6f\x21\xfd\x9e\xfb\xb8\xe9\x31\x3a\x89\x0b\xb3\xeb\xea\x89\xe4\xd4\x3c\xff\x81\x2b\xba\x98\xb7\x73\x06\x56\x9d\xfa\x23\xa8\xd5\x0e\x07\x27\x88\x10\x76\x40\x39\xc9\x2f\x64\xb5\xf9\x49\xdc\x45\xf3\x7c\x49\xb3\x3e\x3c\x3f\x32\xcb\x36\xef\x1f\xde\x58\xd9\xeb\x7b\x92\x39\xd7\xfb\x8d\x37\x63\xf3\x7a\x13\x27\xe6\xf3\xfa\x13\xf1\x2e\xe6\xf4\x0c\x6c\xb3\xdd\xdf\x37\xfa\x73\x7d\x38\xe0\x68\x7d\x09\x9d\xb0\xe6\x81\x08\xf7\x6a\x87\x8a\x93\xb4\xea\xd6\x2c\x9c\x68\x16\xb2\xdb\xc7\xe1\x43\x29\x29\xfa\x45\x0a\x8b\xa1\xdf\x5f\xc0\xfd\x58\x2d\x7f\xe1\x8d\xe8\xc7\xfe\x02\x0b\xcc\x66\x8b\x2b\x85\xe6\x47\xed\xe1\x90\x21\xac\xb7\x7e\xa1\xe6\xb7\x64\x7a\x81\x15\x28\x38\x9b\x7e\x45\x7e\x9c\xf1\x47\x36\x97\x2b\x93\x89\xd1\x8d\x13\x74\x64\x31\xf3\xe2\x32\x08\xe2\xbc\x5f\xf1\x92\x69\x73\xae\x30\x00\x8a\xf8\x47\xc2\xff\xdd\xdf\xff\x04\x45\x6a\xf2\x01\xec\x27\xce\x98\x88\xee\xaa\xa0\xc1\x7e\x11\xa4\xa8\x7c\x2c\x3d\x22\xb0\x95\x7c\xac\xff\x44\x58\xeb\x72\x5f\x48\x4e\xc2\x1a\xeb\x57\xe4\x9b\xf9\xaa\x47\xc7\xed\xf1\x91\x4f\xc2\xde\x2b\x17\xde\x12\x76\xd5\xbb\x02\xbe\x41\x6a\xbf\xc8\xf1\x6f\xce\xf4\x42\xa7\x6d\xd7\xd8\x2b\x74\xda\xde\xfc\x30\xb0\x6d\xae\x87\x53\x96\xce\x9a\x88\xe7\x25\x1c\x7f\xca\x77\xd8\x04\x5c\x8e\x88\x78\x8d\x27\x38\x41\x11\x03\x72\xfc\x67\xc1\xdf\xf4\x0b\xb5\x96\x92\xb1\x75\x72\xf8\x67\xa1\xd4\xf6\x0b\xef\x3c\xe5\x94\xef\x37\x90\xf6\xd6\xe1\xde\x1b\x11\xbd\x12\xbb\xef\xad\x90\x76\xd7\xdf\x63\xc3\x90\x64\x79\x6f\x70\x56\xb2\xc1\xdc\x1b\x9c\x7c\xf2\xef\x71\x15\x9e\x2e\xdf\x00\xf5\x7d\xd6\xe3\xc6\xdb\xcf\xe7\xe3\x26\x4e\xc7\xfb\x1b\x11\xce\xca\x3f\xd2\x6f\x6c\x6a\xa3\xb9\x3e\x24\x31\xff\x9e\xc7\x5b\xfb\x47\x04\x74\xdd\xf5\x78\xdf\x29\x2e\xaf\x7e\x9f\x02\xf5\xdb\xf5\xe1\xbd\xe6\x32\x06\x60\xed\xdf\x9d\xe2\xfc\xab\x7d\x80\x3e\x2d\xe9\xdc\x09\xc9\x49\xc4\xe5\xc6\xc1\xc0\x36\x8d\xfb\xc7\x86\xa6\xf6\xf1\x3e\x54\x84\x7b\xbf\x03\x7e\x48\x9c\xf9\x1d\x69\x8d\x3d\x5e\x92\xf7\xd9\xb5\xfc\xc6\x41\xa0\x7f\x95\x0b\xe7\x43\xeb\x05\x64\xbf\x80\x4b\xfb\x0d\x67\x6a\x87\x90\x9b\xc7\xca\x0e\x2e\x77\x0d\xb5\xf2\xe7\x7c\xdd\x78\x03\x66\x9f\x87\x48\x63\xec\xf1\xa3\xc6\xb3\x5a\xf0\xc6\x80\x6f\x1b\x25\x41\xd1\xcd\x9c\xf4\xfd\xf3\x58\xa9\xbe\x13\xa7\xe2\xdf\xe3\x3d\x98\x7c\x1e\x3a\xf7\x49\x8f\xe9\x0d\xea\xf2\xd7\x7c\x7a\x24\xb3\x72\x39\xd4\x6c\x5a\xef\x90\x4c\xa5\xa6\xbb\x91\x4c\x85\x98\xd0\x09\x5a\xce\x42\x54\xe8\xf7\x64\x7f\x3d\x3f\xf2\xd3\xf8\xf1\xb9\x8f\xb8\x1f\xae\x47\x6d\x28\x66\xf0\xe6\x31\x53\x84\x7d\xbf\xc1\xde\xab\x3e\xef\x78\x57\x75\xf7\x7f\x46\x8a\x10\x8d\xef\x0c\x20\x4a\xd7\x13\x9a\xe1\xf3\x13\x71\x81\x62\x1e\xef\xc0\x12\xd3\xe3\x73\x63\x03\xb3\xf7\xec\x4d\x9c\x90\x6d\x7e\x77\xa8\xf9\x45\x7f\x08\x8a\xee\xf6\x8e\xbc\x43\x92\xf5\xf9\x03\xf5\x3e\x99\x3e\x80\x92\x9c\xbd\x5e\x84\x02\xb4\xfa\x47\x6a\x31\x22\xa4\xab\x89\xd3\x8d\x37\x96\xe0\x44\x3a\x11\xd3\xc5\xc4\xff\xc6\xc0\x9f\x3c\x59\x22\xa8\x2d\xb9\xdc\x4f\xf8\x61\xbb\x1e\x35\x87\x5e\xe6\xfb\x09\x57\x37\xb7\x77\x31\x79\xd7\xe3\xaa\xa8\xc7\xe1\x7e\x0b\xde\x1f\x6a\x3f\xd2\x8a\x8a\x93\x7d\x36\x38\x75\x6d\xde\xb3\xe1\x1a\x2c\x62\xf5\x84\x03\x80\x0e\x07\x11\xcf\x65\x68\xf3\x9e\x9d\xf9\xea\xb0\x3c\x70\xba\xe6\x84\x22\x22\x5a\xf9\x62\x3a\x11\xd0\x4d\x08\x06\x9d\x08\xe8\x6e\x1d\xf8\xf3\xe3\xfd\x94\x55\x46\x4d\x26\xce\x81\x08\xe6\x6a\xd7\xc9\x27\x50\x88\xfd\x7b\x0c\xf8\xb6\x31\x11\x81\xdc\x95\xa3\xbb\x13\x81\xdc\x04\x0c\xda\x9f\x82\x43\x84\xe7\x4f\x1a\x63\xc1\x81\xf4\xa7\x04\xb6\x53\x53\x19\x35\xa6\x24\xbb\x07\x83\x9d\x22\xd8\xfb\x53\xc3\xa6\xe2\x32\x6a\x07\x71\xc2\x11\x71\xac\xcc\x94\xfd\x41\xd2\xb5\xab\xed\xd3\x78\x5c\x87\xeb\xc3\x15\x54\xf3\x69\xf1\xf8\xb9\x0c\x27\xea\x7a\x6c\x78\x8a\xf8\xef\x4f\xe4\x3c\xf7\x7e\x77\x0c\xa8\x3a\x4f\xcf\x08\xce\x4d\xfd\x91\x8f\xa3\xba\x3d\x38\xe7\xe6\xf5\x04\x38\xd4\x6a\x17\x22\x94\xab\x32\x3d\xf6\x67\xe2\xcd\xe3\xfd\x9e\xd8\x08\x75\x5e\x23\x82\xd9\xde\x64\x6f\xb8\xa6\xcb\x21\x83\x20\xd2\xee\x38\xa6\xc8\x81\x6f\x9d\xfa\x1b\x06\x54\xad\xdf\x1b\x92\x49\x72\x19\x1b\x94\xce\xe3\x1b\xde\x63\xba\x1f\xe4\x9c\x6f\x5f\xbf\x6f\x91\xbc\xab\xa8\x4c\x9c\x84\x24\x5b\x82\x3c\xab\xe3\x86\xde\x70\x05\x9f\xae\x0f\xa0\x55\xd7\x07\x6a\x73\x53\x19\xc8\x7e\x8f\x0f\x60\x56\xab\xb9\x08\xea\x2c\x02\x4e\xed\xe4\x8c\xaf\x96\x4c\xc8\x11\x9f\x15\x44\xdb\x09\xf2\x2c\x43\xcc\x01\x41\x9d\xb9\x8b\x18\xbf\xa0\x2e\x5b\x32\x24\xe7\x7b\xb5\xab\x33\x41\x9d\x59\x41\xd7\x9d\x1c\xef\xd5\x71\x70\xe4\x78\x6f\x5f\xfb\xb3\x88\xfb\xb0\xe4\xfe\x42\xbc\xcd\x1c\x13\xc4\x99\xed\xa0\x44\x9a\xf6\xa6\xcc\x8c\xfd\xfd\xc9\xd7\xa4\xf6\x70\x50\x50\x9a\xe7\xfe\xfe\xd8\x54\xb5\x3e\xa4\x20\x29\x7a\x6c\x5e\xe2\x4c\xcc\x6c\xbc\x48\x2e\x0a\xaa\xee\x2f\x70\x5b\xd9\xf3\x09\x87\x05\x31\xb7\x11\xd4\xd9\x7c\xbe\x22\xad\x7b\x72\x39\xcc\x14\x6a\x0f\xb5\xa2\x25\x0f\x82\x38\xdb\xee\xf9\x00\x77\xa3\x14\x24\xfd\x7d\x27\xcc\x85\xfa\x7b\x63\xfc\x3f\xf3\x1b\x5b\x00\xa9\x7e\xcc\x08\x83\x20\xce\x52\xf7\x3f\xc1\x16\x1b\x1b\xae\xae\xca\x17\x32\x88\xf8\x6c\xca\xcc\x37\x22\xe2\x53\x28\xad\x83\x88\xcf\x2c\x6c\xae\xb1\x11\x44\x26\x78\x87\xb1\x05\x67\xfa\x21\x5e\x83\x08\xcf\x2c\x54\xd1\xb1\x01\xe1\x2c\xd7\xde\x41\xc4\x67\x53\xdc\xcc\xd8\x50\x43\x08\x3e\x66\x2d\x33\xed\xab\x3d\x2e\xb3\x74\xd0\x63\xcb\x91\x29\xcd\xdf\xa3\xf6\xf9\x10\xf3\xb1\x05\xaa\xb2\xc7\x07\xb1\x95\x4d\x67\x6c\x05\x1b\x4e\x55\x19\x6f\x08\xa1\x1e\x0f\x82\x2e\xab\x80\x27\xc7\x56\x23\xe8\x51\xe3\x25\x02\x5c\xae\xb2\x63\x0b\xd7\xca\xae\xf1\xf4\x48\xb6\xa6\xf1\x07\x50\xdf\x70\x19\xd7\xe0\xa9\xf5\xed\xa1\x63\x55\x7f\xa4\x49\x16\x16\xd5\xd8\x70\xd5\x14\xf1\x1c\x1b\x06\x5d\x39\x48\x8c\x0d\x87\x88\xe2\xfd\x01\xde\x46\x71\x23\x63\x1b\x40\x74\x7f\x38\xd3\xb1\x85\xf7\xd3\xee\x32\x58\x57\x55\xf3\x07\xc2\x5d\xde\x41\x83\x1c\xf2\x45\x7e\xf0\x23\x72\xc4\x2b\x82\x77\x90\x13\xbe\x37\xef\x2f\x6a\x0c\x05\xb9\x0d\x82\x3a\xb3\xf2\x63\x8c\x0d\xce\x50\x6a\xd1\xb1\x61\x60\x56\xdc\xcd\xd8\x22\x8d\xb2\xcf\xc7\x01\x30\xaa\xd7\xf3\x00\xd8\xb3\xa9\x7f\x38\x47\x01\x8f\x0e\x72\xc6\xb7\xec\xef\xe1\x1c\x65\x53\x1a\x1b\x0e\x1d\x72\xbd\x1c\xdb\x95\x61\x6e\xf4\x3d\x71\x2e\xc3\xe3\x8b\x4c\xa6\xde\x1f\x10\x20\x8a\x7f\x0f\x9c\x8d\x98\x87\xb1\xdd\xd8\xa8\xb2\xfa\xbb\x89\xa0\xf7\x65\x05\x5b\x6b\x78\xbf\x9e\x40\x08\xd0\x79\x7a\xb0\x49\xf9\x3c\x13\x04\xaa\xb8\xa1\xb1\xc1\x7c\x29\xe8\x6e\x6c\x2f\x41\xb6\xbb\xf6\x8f\xfc\x43\x82\x17\x19\xfb\x16\xeb\xdd\x54\x26\xc2\xfb\xab\x0c\x42\xc4\x87\x38\x8d\x7d\x03\x18\xf3\x23\xd9\x8d\x7d\xc3\x01\x42\xf7\x6d\x27\x1f\x91\x32\x67\x8e\x9d\xfb\xac\x4c\x94\x83\x20\xd2\xec\xfb\x40\xce\xf7\xac\xa0\xea\xb1\xa7\x08\x15\x50\xff\x29\x24\x7f\xd7\x07\xa7\xae\xf6\x80\x97\xa9\xda\xef\x3d\x83\x85\xa6\xf3\xb2\x87\x4d\x52\xf4\x8a\x34\xeb\x75\xb8\xfd\x12\x36\xc0\xcf\xfe\xee\x20\x42\x28\xee\x64\x90\x66\xbd\xc9\x00\x3f\x08\xfa\xac\xf2\x9e\x1a\x04\x7d\x16\x31\x6f\xe3\x93\x16\x5d\xe5\x1e\xc4\x58\xfd\x77\x82\x76\x37\xf5\x47\x7e\x1b\x79\x6b\x8d\x1d\xe6\x49\xf9\xab\xc6\xde\x83\xd9\xf7\xf7\x44\xf0\xbb\x3d\x80\x69\x85\x98\x31\xf6\xf5\xb8\x67\x21\x54\x0c\x82\x42\x8b\xb0\xc0\xc6\x1e\xa8\xec\x1f\x66\x63\x90\xc6\xbc\x2a\x6d\xf7\xd8\x61\x96\x9a\xf7\x17\x6f\x45\x25\x7b\x1b\x3b\xf9\x6b\xa4\xb9\x1a\x3b\x08\x0e\x5b\xfa\x93\x38\x97\xb1\xe3\x77\xad\x20\xc1\xb1\x63\x70\xd4\x4b\x3c\x76\xc4\x36\x05\x25\x0d\x72\x9a\x37\x89\x49\x63\x3f\x03\x1e\x43\x8b\x81\x01\x72\x16\x7f\x8f\x81\xbc\xab\x7d\xe2\x66\xb2\x17\x87\xb4\xc5\x8a\x13\x18\xfb\x15\x39\xd4\xfd\x3d\x36\x97\xae\xc5\xc5\xf5\xb0\xf8\x30\xdd\x01\x2f\xa2\xfe\x9f\x50\x43\xa8\x7d\xbc\x47\x24\x49\x8c\x3d\x20\xd3\xdd\x7f\x18\xf8\x75\x59\xf7\x07\x1d\xe4\xa6\xf1\x10\x34\xaa\x88\xea\xb1\x03\x6c\x37\xbd\x19\xe1\xaa\x58\xb5\xf8\x2f\x41\x56\x3e\x0c\x48\x5a\x9b\xfb\x8f\x9c\xe9\x59\xfd\x91\x6f\x41\xf0\x20\x23\xad\xcb\x9e\x95\x26\x79\x90\x33\xbd\xce\xaf\x7a\x88\x87\x0e\x53\x0a\x54\xdf\x0f\x67\x33\x22\x67\xba\x74\xf0\x23\x72\xa6\x0b\xe2\x7d\x90\x03\xbd\x66\x5d\xee\x14\xae\xda\x5a\xbf\xb4\x87\xb7\x50\x57\x99\xc7\x33\xb9\x8c\x9a\x4e\x8f\xe3\x4f\x4e\x74\x1d\x5e\x82\x58\xbb\xe2\x02\x46\xc2\x61\x41\xde\x3b\x23\xfd\x38\x2c\xa8\x7f\x50\xab\xa5\xe3\x1f\x04\xa9\x16\xd9\x64\x46\xca\x10\x37\xed\x67\x0a\x9b\x87\x88\x79\x04\xa1\x2a\x2d\xf5\x48\x04\xe1\x49\x52\x1a\x04\xa1\x36\x79\x8b\x0d\x82\x48\xbb\x99\xa5\x84\x77\x64\xd9\xf4\x7b\x22\xc6\xe5\x60\x32\xc8\x69\x9e\x65\x73\x19\x29\x98\x07\xf7\xd7\x43\xa7\xad\xf5\xf9\x09\x12\xd5\xfa\x90\xf3\x5c\x71\x11\x23\x05\x64\xbb\xf7\x0b\x60\x50\x49\xae\x23\x8d\x08\x6a\x55\xff\x23\xd4\x1e\xae\x0f\x1b\x9f\xfa\x0b\xe0\x4e\x9d\xaf\x04\xf0\xa6\xd2\x4e\x8f\x84\x24\x90\xbd\xfe\x91\x6f\xc5\xe3\x43\x6d\xec\xc7\x24\xfd\xb8\x3e\x6b\x7f\x0e\xb0\xb5\x74\x5e\xd3\x41\x8a\x8d\xa2\xf9\xa3\x26\xda\xdd\x5e\x20\x3a\x88\x39\x4b\x01\x19\x2f\x7a\x12\x41\xac\x72\xd0\x18\x91\x06\x7d\xe8\x7e\x27\xbc\xcf\xe4\x6d\x35\xd2\x19\x0e\x26\xfe\x3e\x98\x51\x8d\x17\xf8\x98\xcd\xeb\x79\x86\x83\x82\xeb\xd1\x8c\xf8\x3c\x46\x72\xc4\xaf\xf2\x3a\xcf\x0a\x0a\x1d\xe9\xc6\xa1\xc3\xbf\x47\xd2\x98\xbe\x2f\x77\xc0\xe1\x68\x7c\x37\x58\x80\x62\x1e\x52\xd8\x40\x45\x9f\x48\x53\x9e\xe5\x0a\x3d\xd2\x0f\x73\xe1\xfe\x50\xeb\xf9\xf7\x78\x7b\x16\xaf\x37\xcc\xc5\xf0\x78\x1e\x92\x11\x56\x97\x03\x55\x5e\xeb\x4f\x7e\x98\xcd\xfb\xf9\x62\xe0\x77\xff\xc4\xd5\x35\xd1\xdb\x9f\xb4\xe4\x1f\xb5\xdc\xc8\x1b\x99\x77\x45\xcf\xf3\x06\x02\x87\x98\x95\x4c\xa8\xc8\xa2\x2f\x7f\xf0\xb8\x64\x82\xf2\x84\xba\x3b\xc8\x71\x5e\x2c\x69\xe4\x90\x34\x44\x6c\x72\x64\x16\xd4\x61\x8e\x88\x5c\xe5\x77\x19\xe4\x3c\xaf\xc2\x1e\x1b\x39\x87\xda\xa4\xa9\x0c\xe7\xa8\xc3\x91\xd1\x41\x7b\xf1\x33\xc4\xc5\x9c\x7c\x26\xae\x43\x71\x04\x23\x43\x5c\xfc\x78\x65\x88\x8b\xfc\xd2\x47\x0e\x08\xf2\xcd\x65\x0c\x6a\x22\xc6\x19\x38\x8c\xaf\xf9\x12\xf7\x51\x74\x99\x72\x8d\xcd\x55\xff\x18\x4c\xe5\xbd\x35\x72\x8f\xe4\x4a\xfa\x7d\x00\x67\x26\x97\x31\x68\xea\xb0\x44\x0e\xf3\xe6\xf6\x80\x9b\x30\xe7\x4a\x04\x6e\x15\xe4\xfc\x88\x88\x5b\xc1\xa3\x0c\x22\x6c\xab\xd4\x06\x23\x03\xf1\xbd\xfb\x30\x90\xbf\x45\x71\x3d\x23\x72\x8e\x2b\xa2\x7a\x90\x73\xbc\x7e\xcd\x37\x50\x7c\xfd\x3d\xcc\x81\x32\x31\x8e\x8c\x01\x53\x41\x86\x23\x5f\x95\x1c\xfd\xea\x9f\xa0\xd9\xea\xf9\x10\x84\xa5\x08\xe7\x41\xd0\x6c\x11\x56\xd3\xc8\x77\xc6\xfb\x48\xfd\xdd\x18\x98\x7d\xb8\x6f\xb0\xe0\xc4\x09\x13\xb4\x5a\xa5\xe6\x1a\xf9\x09\x83\xb8\xda\x03\x8b\x69\x88\x13\xce\x2f\xde\x2f\x7a\x4c\xf3\x4b\x04\xbf\x1e\x8f\xfc\x06\xf3\xa2\xdf\x93\x7c\xc9\x8f\x25\x41\xae\x4d\xde\x3e\x83\x20\xd7\xaa\x88\xfe\x41\x10\x6b\x97\xeb\xf0\x28\x5b\x60\x49\x75\x95\x51\xe3\xe8\x7c\x14\x50\x73\x05\x87\x34\xc8\x81\xde\xeb\x57\x19\x88\x76\x71\x96\x05\x57\x69\x61\x3f\x8d\xc8\x61\xee\xc7\xb9\xe4\x80\x50\x77\x19\x1b\x87\x1e\xcf\x92\xc9\x8c\x2a\xe6\xa1\x94\xc8\x2f\xf2\x99\x7f\x04\x61\x4a\x07\x3f\x4a\x78\xfb\xe9\x3e\x16\x42\x11\xe4\x0d\x3a\x4a\xb8\x4a\x17\xd7\x93\x53\x5e\x8f\x7d\x09\x07\x1e\xed\x7f\x69\xc0\x1d\x35\x97\x01\x5a\xf5\x7c\x22\x3f\x8a\xe8\x43\xa4\x41\x37\x73\x55\x48\x5e\x26\x1b\xd4\x28\x13\xb8\x16\x9d\x8f\x42\xda\xe0\xee\xf5\x22\x4d\x70\x76\xfd\x81\x0d\x4d\xc4\xba\x44\x9c\x8f\x24\xbf\xc2\x63\x34\xbd\x9f\x27\x92\x8c\x98\xdd\x72\x72\xfe\x74\x3e\x08\x3a\xec\xc3\xfb\x15\xde\x78\x3a\xdf\x05\x2c\xb3\x2e\x7a\x43\x5a\xf3\x2e\x6f\xc0\x41\x90\x62\x15\x82\xc2\x28\x17\x66\x00\xef\x1f\xf9\x54\xaa\xfb\xbf\x78\xec\xdc\xff\x1d\xde\x7e\x6a\x1f\xb3\x85\x1f\x0f\xd2\x8a\xd7\xdd\xeb\x49\xe8\x80\x10\x52\x06\x69\xc5\xab\x99\xa3\x42\x68\x80\xe9\x0d\x71\x83\x45\x36\xb4\x51\xf7\x80\xbb\x2a\x2a\xe3\xb0\xf0\x55\x86\x19\xdf\x5c\x26\xf4\xe0\xcf\x24\x17\x82\x0e\x5b\xaa\xee\x1c\xb5\x8b\x06\x5b\x23\x88\x27\xb9\x0c\xd0\xa3\x36\x93\xa0\xc3\xae\x9c\xec\x83\x20\xc2\x5a\x75\x79\x2b\x70\x2b\xc2\x7e\x1a\xe4\x28\xef\x3e\x6c\x15\xb5\x96\x0c\xee\x23\x72\x8a\x2b\x59\xd1\xa8\x25\x50\x71\xd5\x3e\x36\x05\xd9\x48\x46\xfd\x79\x3c\xaa\xca\x61\xa0\x54\xb9\xa2\xe6\x28\x2e\x13\xf7\x20\xe2\x1d\x39\xc1\x9b\x17\x1f\x88\xfb\x39\xd4\x3f\x11\xc6\xe6\x24\x08\xea\x2b\x56\x63\x44\x8e\x70\xb9\x72\x8f\x3a\x88\x23\xf1\xf8\x23\x47\xb7\xd4\x2a\x04\xd1\x35\xa5\x19\x1e\x04\xd1\x65\x45\x10\x8f\x0a\x76\x91\x2f\x3b\x39\xb8\xab\x0c\xa0\xa3\xc2\x49\xee\x5e\xef\x23\xd2\xc0\xba\x8c\xf7\xd4\xee\x32\x8f\x8b\xd4\x9e\x91\x43\x3b\x7b\xfe\x44\x04\x0b\x78\x71\x54\x24\x53\xa5\x65\x1d\x35\x92\x0f\xb9\x7f\x2e\x8b\xbc\xc3\x06\x41\x70\xc5\x9c\x7f\x05\x1e\xc5\x6a\xaf\x48\x7b\xed\xcb\x4e\x10\x5c\x53\x32\xb3\x51\x89\x63\x28\x1e\x1f\xd8\x60\x02\x6a\x1c\x35\xbc\x67\xba\xcb\xc1\xc9\x69\x3c\xf1\x18\x89\xd9\xa9\x4f\x5c\x46\xcd\xff\x0d\xe2\xaa\xf6\x91\x2c\x65\xe3\x19\x15\x57\x57\x01\x8f\x0e\xd2\x56\x67\x01\x3b\x8e\x86\x1a\x49\x69\xa3\x07\x69\xac\x8b\x82\x22\x47\xa4\xb1\x96\x2b\xf4\x68\x01\xbf\x22\xe2\xd0\xc2\x15\x5d\xcc\x47\xdb\xc3\x35\xdf\xf5\xa8\x41\xdc\x3e\x6a\x61\x4b\x96\x2d\xe3\x7a\xdc\xf5\x3d\xf9\x59\x86\x1e\xdb\x06\x96\x9e\x74\xf2\xa3\x05\xf0\xa7\xe6\xdf\xb0\xd9\xec\x5f\xdf\x07\x5c\x89\xfa\xab\x11\x8a\xe0\x32\x8f\xdf\x57\x39\x88\xad\xc6\xdf\x02\xcb\x4c\xed\x03\xdf\x23\x94\xe2\xd1\x42\x2d\xa3\xfb\xd6\x50\xa3\x5a\x0d\x49\xdc\x59\xb3\x64\xdd\x08\x5d\xf0\xe3\xd1\x8e\x70\x50\xd0\xfa\x1f\xe1\x1a\xab\xf6\xae\x70\xf8\xd0\xf7\x78\x4f\xca\x00\x3d\xda\x1d\xcc\xab\xbe\x07\x7e\xc7\xc4\x98\x38\xb2\x36\xfc\xfb\x3b\xe2\x5a\x34\x1e\x5c\xa7\x15\x54\x3c\x1a\x9a\x8b\x2d\xa9\x4c\xdc\x56\x17\x7d\xf9\xc9\x74\x5b\x5c\x0e\x2c\x31\x97\xd1\xa4\x48\xb2\x8f\xcc\xb7\x9b\x24\x91\x8e\x1a\x51\xc0\xb3\xa3\x73\x1e\x14\x2a\x30\x3a\xae\xce\x56\x4b\x91\xb9\x35\xcb\xd5\x7d\x74\x6c\xa2\x8a\x43\x1b\xbd\x86\x37\x98\xbe\xaf\x41\x4f\x3f\xe7\xa3\x87\x64\x2e\xcd\x41\x27\x2d\xb6\xd2\x5a\x8f\x8e\x77\xef\x10\x3d\xed\x91\xc6\x5a\xf7\xab\xa3\xd6\x5b\xf3\xfb\x83\xc7\xa5\x03\xaf\x50\x24\x76\x77\xc4\x70\xb9\x76\x8e\xfe\x03\xb1\xfc\xd9\x8c\x1e\x9c\xb2\x17\x37\xe0\x63\x24\xd6\x77\xbc\x1b\xb2\x74\x92\x3d\x20\xde\x3d\xf8\x27\xe2\x4e\x5c\x46\x8d\xa3\xcb\x4e\x10\x53\x93\x1f\xfe\xe8\x2f\x69\x49\x75\x98\x3b\x58\x4b\xe6\xec\x7b\xf8\xc1\x7b\xb1\xd9\xfc\x22\xb5\xc1\xc0\x0f\x5e\xae\x85\x63\xec\x01\x37\xf1\xb9\x3c\x64\xe2\x6c\x56\xc3\x8d\x40\x09\x16\x71\x1c\x39\x88\xeb\x50\x19\xec\xaf\xec\xfa\x40\x11\xfe\xac\x07\x99\x36\xbb\x39\xe9\x01\x56\x98\x37\x7b\x80\x05\xa6\x20\xb0\x31\x70\x45\xf5\x63\x36\x90\x94\x2c\xa9\x8c\x48\x2e\x26\x49\x63\x80\xa5\xe4\xc7\x66\xfc\x60\x85\xa9\x3f\x82\xf8\xb2\x0e\x43\x04\x55\x29\xe2\x7b\x0c\x38\xd5\xaf\xef\x1b\xf9\x6c\x44\x3c\x46\x8b\xa0\x34\x8d\xef\x27\xee\x44\xf3\x5b\x9c\x6b\x15\x30\xde\x18\x18\x8c\xab\x1e\xcf\x41\xfe\x98\x5d\x8f\xc5\x40\xb2\xcb\x5e\xef\x11\x6a\x07\x7d\xcf\xf9\xeb\x22\x3e\x03\x1d\x72\xf1\x7a\x63\xf3\x49\x3a\x0f\xc4\x61\xf5\xaf\xfe\x50\x0b\x25\x8f\x17\x03\xbd\x39\x75\xe2\xb0\xba\x72\xfe\x8f\x31\x03\xb5\x5a\xed\x01\xdc\x29\x6f\xa2\x31\xce\x30\x30\xab\xbd\x2b\x1c\x38\xf4\xfd\x0f\x0a\xaf\xcb\xa0\x5e\xfb\x3c\x04\x5c\x46\x71\xb9\x22\x69\x68\x7e\x44\x90\x4f\x9f\x8f\x9b\x34\xd4\x22\x2e\x83\xc7\xf5\x6b\x7e\x00\x6f\x26\x9f\x5f\x1c\x68\x2c\x19\x13\xb7\x55\x15\x97\x33\x06\x41\x7f\xd9\xed\x83\x55\x96\x65\x03\x1a\x01\x3f\x24\xe6\x71\xf2\x38\x2a\x42\x7c\xcc\x1d\x6f\x44\x31\x3f\x91\xd9\xb2\x8a\xd8\xce\x1d\xe6\x4e\x6a\xac\x09\x71\x54\x9a\xec\x31\x03\xb8\x53\xcc\xe4\x0c\x6c\x32\xd1\x13\xe2\xbc\xba\xe2\xba\xc6\xc4\x86\x2a\x14\xee\x31\x09\x6a\x95\x6b\xf3\x98\x39\x98\xab\xcf\x79\x20\x8e\x2b\xcb\x75\x7e\x4c\xe0\x74\xe4\x3d\x3a\x66\x24\xd7\x93\xa4\x31\x01\xce\x34\x33\x37\x03\x7e\x46\x6a\xca\x89\x1a\x53\x0e\x18\x83\xb8\xa9\x9a\xdd\x1e\xe7\x55\xc0\xa3\x63\x8e\x40\xb0\xd0\x78\xb1\x61\x2a\x34\x63\xcc\x11\x71\x32\x6a\x6f\x60\x63\x92\xa6\x86\xb8\xaa\xe2\xf3\x38\xc9\x3f\x24\xec\xb0\x31\x23\x39\x99\x1e\x97\x89\x8d\x52\x40\x98\x63\x1e\x11\x54\xab\xf5\x38\xb0\x01\x7b\x7c\x78\xa7\x59\x6d\x3e\xcf\xb0\x79\xb9\x3e\x98\x41\xfd\x1e\xd4\x69\x4b\xa2\xc4\x35\xe5\xe2\xf5\x7f\x02\x78\x58\xeb\xf1\x86\x03\xc2\x9f\xb8\x22\x8f\x09\x64\xbc\xe0\x31\xc6\x11\xf0\x05\xe2\x5c\xc8\x34\xd9\x14\x81\x3c\x0e\x5e\x62\xc1\x87\x8c\x08\x5a\x52\xe6\xbf\x41\x26\xca\x6a\x9d\xe0\xb1\x11\x64\xd7\xdc\x1e\x06\x50\x11\x6f\x32\x53\x76\xa1\x82\x8e\x63\x8f\x4c\x7b\x1a\x0f\x41\x4d\xe6\x8c\x8f\x3d\xbc\x53\xd4\x3e\x71\x0d\xfb\x57\x7d\xe8\x54\xdd\x1e\xae\xc8\x22\xc6\x64\xaa\xcc\x8a\x13\x19\x47\x8a\xe4\x43\x1a\x0f\x41\x8e\x72\x75\x1d\x47\x02\x65\x55\xc4\x26\x82\x9e\x6c\xd0\x3c\x22\x99\x99\x0e\x1b\x41\x50\xf9\xfb\x7b\xfc\xf4\x3d\xbe\x0c\xe7\x24\x62\x71\x90\x8c\x4c\x71\x1e\xe3\xa8\xc1\xb9\x0d\x95\x2b\x6a\x15\x8d\x97\xc7\xc3\x3a\xd3\x83\x20\x45\xc5\x3d\x8c\x83\x64\x63\x72\x0d\x1e\xc4\x29\xd5\xe6\xf5\xe7\xf1\x10\xd6\xd6\x38\x5a\x1c\x66\x7f\xcf\x63\xa5\xc7\xf6\xc0\x9b\xeb\x6b\x7f\x40\xa1\x6d\x3a\xac\xc4\x35\x0d\x25\x23\x1b\x47\x0f\x1d\xba\xeb\x41\x24\xd0\x65\x38\x7a\x10\x3f\x97\x31\x98\x7a\x3c\x70\xc2\x36\x40\x1f\x24\x1b\x1b\x5e\x1f\xe2\x2a\x14\xd7\x33\x0e\xf2\xe9\x08\xf5\x78\x90\x59\xb3\xf9\xf1\x25\x8e\xa9\x66\xf7\x4f\xbe\x1c\x61\x59\x0d\xe2\x98\x9a\xe2\x78\xc6\x81\x77\xd2\xd4\xe5\x3b\x8e\x70\x2d\xd6\x7e\x85\x43\x82\xd7\x17\x6c\x29\xab\x0d\x0f\x38\xef\xad\xbb\xbe\xae\xef\x9b\xeb\x81\xe7\xf0\xfc\x43\xf2\xf4\xfd\x8b\xa0\x4c\x7f\x7f\xa2\x36\x12\xb1\x3a\x4e\x80\x35\x77\xd7\x13\x07\xe1\xfd\x3a\x71\xb0\xf9\xaa\xc7\xa6\x27\x49\xef\x38\xc3\xb5\x5d\xeb\x47\xf2\x30\xa5\xc4\x18\xc4\x61\x55\xa1\x24\x8f\x88\xbb\xb2\xc3\xc6\x11\x41\x97\x9b\xeb\x03\x08\xd6\xed\x91\xa2\x42\xcc\xe4\x41\xe6\x42\x79\x73\x8d\x03\xd7\xfb\x2a\x62\x19\x99\x44\xed\x90\x70\x84\x9a\x54\xc4\xff\xc0\x1b\xaa\x7b\xbf\x08\xc2\xb4\xc3\xc7\xf1\x44\x3e\x27\xf5\x8f\xcd\xb4\x7b\x3d\x9f\x40\x74\xd0\x7a\x3f\xe1\x3a\xec\x7a\x10\x2f\x7c\x3f\xdf\x1d\xc9\x4c\xf3\x23\x47\xbd\xe2\x9e\xc6\x41\x7e\x1f\x61\xf7\x8d\xe3\x25\xbf\x90\x88\x31\x71\x5b\x75\x9a\x3e\x10\x0a\x60\x7a\x79\x6e\x91\xec\xae\xaa\x0c\x84\xbe\xee\xfb\x09\xbd\xcd\x9b\xeb\x43\x72\xdf\x55\x0e\x6f\xbb\xcf\x78\x4f\x1c\xa8\xac\xa9\x39\x77\x24\x2f\xd1\x0b\x32\xa7\xd6\x5a\x5c\xee\xd0\x37\x7f\x8f\xc3\x8c\xee\xcb\x89\x26\xcb\xcc\xfe\x19\xf9\x84\xaa\xfb\xc3\x86\x3b\xf3\x9f\x3c\x2e\x04\x95\x35\xc1\x97\x8c\x33\x05\x1c\x86\x1a\x4b\x61\x43\x70\x7d\x24\x93\xd1\x62\x65\x80\x15\x75\x58\xce\xc8\xa9\xef\x72\x09\x62\xa3\xdf\x47\xc4\xb8\xd4\x1e\xa4\x61\x1d\xc2\xc2\x1a\x04\x91\x15\x01\x17\x8e\x13\x6f\x2d\xc1\x9b\x8c\xb3\x62\x30\x17\xa7\x78\xd6\xe0\xfc\x54\x6e\x61\xb3\xd0\x62\x11\x24\xa6\xb8\x8c\x71\x06\xdc\x81\x1e\x97\x33\xb0\xa9\xdc\x7f\x0f\x6c\x33\xf5\x0f\xe7\x2d\x94\xd8\xf1\x13\x44\x26\x62\x74\xe2\xbd\x91\x7d\x38\x70\xc5\xb4\x8d\xe0\x0c\x9d\xb2\x1e\x83\x33\x82\x38\x45\xac\xce\x19\x11\xdb\xfa\x3d\xde\x57\xca\x04\x39\x7e\x82\xc8\x34\x3f\x32\x71\xe6\xfe\x55\xc6\x1b\x44\x8f\x31\x99\x36\xfb\xd4\xe5\xb8\xf0\x8e\xb3\x5a\xe1\x2a\xf1\x38\xfb\x7b\xbc\xa5\x74\x99\x23\xae\xc9\x36\x90\xc8\xbc\x29\xf8\x9e\x41\xa6\xcd\x92\xa5\xf6\xbc\x22\xe8\x56\x8f\x29\x99\x32\xbb\xd2\xcc\x8e\x0b\x6f\x1a\x45\x9c\x8f\xab\x47\x1a\x6b\xf5\xdf\x03\x81\x40\xbf\xc7\xb5\x58\x41\x80\xe3\x42\xcd\x22\xd7\xe3\x11\x99\x29\xcd\x3c\x5c\x13\x49\x46\xeb\x7b\xcd\x88\x73\x50\x3d\x8f\xc3\xae\xf3\x76\x1d\x21\x89\xa8\x3d\xd2\x34\x2b\x3f\xcb\x20\xee\xa9\xda\x46\x77\x41\xfc\x6d\x43\xb8\x50\xd3\xd8\xfb\xed\x82\x73\xb4\xcd\x85\xcc\x94\xd9\x3a\xfb\xeb\x08\x9b\x92\xe6\x47\x90\x6d\x93\x8e\xfd\x3a\xe3\xf1\x52\x3d\xf9\x4e\x14\x67\x35\x2e\x24\x29\x01\xbd\x8e\xeb\x04\x25\x5c\x6a\xb5\xeb\xc4\x26\xea\xfd\x09\xac\xb0\xe6\xdf\x13\xb7\xf0\x55\x1f\xc4\x5b\xe3\xc7\xf5\xb6\x78\xbc\x38\xe0\x98\x93\xbd\x2e\xd4\x6e\x3e\x5f\x20\x00\x28\x4d\xf3\x20\xb3\x65\xa9\x5e\x6f\xbc\xed\x4a\xf7\xf7\xa1\xa6\x72\x7d\xe8\xf0\x5d\x46\x52\xd5\x63\x7a\x45\xd0\xb0\xe8\xc7\x45\xfe\xa5\xcd\xdf\xdf\xc4\xc5\x7d\xd5\x07\x62\x87\xe6\x87\x24\x98\x7c\x9e\x89\x1b\xb3\x43\xc3\x15\x9a\x13\xa9\x99\x22\xf3\xa5\xd5\xc6\x64\xbe\x2c\x5f\xe7\x11\x35\xd9\xfe\xf5\x7b\x5c\xcf\x8b\xbf\xe7\x7e\xfa\x3e\x04\xbc\x8c\xf7\x13\x6f\x3e\xdb\x6c\x88\x43\xab\xca\x37\x35\xae\x1f\x07\x1f\xad\xd7\x1b\xc0\x93\x9f\xf1\x11\x77\xd6\x94\x62\x61\x44\xdc\x99\x10\x1a\x06\x71\x66\x2d\x37\x97\x51\xb3\x69\x7c\xf7\x16\xf4\x23\xab\x0c\xb3\x2c\x4d\xc8\xbd\x87\x99\xa3\xa9\x1c\x8f\x91\xfa\x0f\x38\x30\x8d\x8f\x38\xa7\x9a\xfe\x08\x15\x79\xdc\x2d\xd2\x82\x6a\xf0\x11\x67\x30\x5d\x06\xf5\x53\x2f\x3b\x99\x20\xab\x80\xd5\x06\x99\x20\x8b\xe2\x56\x06\x99\x1d\x7b\xca\x2e\x63\xd3\x91\x64\x70\x93\x7f\x44\xf9\x53\xc6\x8d\x6b\x9b\xd5\x2c\x37\x97\x59\xd8\x3d\xe3\xe6\xb2\x99\x33\x24\xa8\xa8\xda\xf5\x91\xa0\xa1\x36\xbd\x78\xa0\x7e\xfa\xe5\x8d\xcc\x89\xde\xbc\x1b\x94\x66\xeb\xbc\xef\x40\x65\x16\x67\x7f\x07\xd0\x9d\x74\xe6\xc4\xfd\x64\x61\x43\x0d\xe2\x7a\x5a\xf3\xfc\xf0\x4e\x2b\x1e\xcf\x43\xd0\x9f\x1e\x2b\xe2\x76\x8a\x22\x76\x07\x99\x0f\x8b\x0d\xa4\xc4\xe5\x34\x73\x6a\x0f\xc9\x7b\xbc\x7e\xcf\x0e\x90\x9d\xc6\x47\x1c\x4e\x16\xdc\xc7\x78\x22\xc5\x80\xd4\x68\x0f\x40\x99\x02\xda\x1b\x0f\x0e\x13\x43\x97\xe7\x21\x28\x4f\x58\x72\x83\xcc\x7c\x4d\x39\xb3\x07\x71\x30\xd9\x6a\xa5\x87\xc7\xc8\x36\xb0\x07\x1b\x97\xe0\x4f\xc6\x13\x0e\x12\x1e\x4f\x8d\x88\xe4\xa6\x72\xf8\xe9\xab\xbf\x16\xc0\x7c\xea\xaf\x87\x41\x54\xbf\x0f\x04\x07\x9d\x97\x07\xb5\x84\x20\xed\xc7\x33\xc2\x86\xa2\xf5\xe2\x7c\x09\x18\x70\x3c\x01\x5f\x24\x1b\x05\xc9\xee\x8a\x5d\x99\x49\x76\x57\xed\x3d\xf3\x00\xc9\x6f\xef\xa9\x07\x35\xc1\xf4\xfa\x5f\x11\x21\xae\xdf\x13\x64\x66\xce\x9f\xe4\x74\x79\x0e\xff\x1e\x49\x4f\x9c\xe0\x03\x7c\x8a\x1f\xff\x27\xf2\xcb\x78\x7e\x4f\x78\x13\xea\xf7\xa1\x49\x98\x2e\xc3\x79\x4b\x92\x78\x42\xe7\xaf\xfb\xfa\x12\x4a\xa0\x20\xbf\xf1\xe2\xa0\xa3\xb8\xb2\xf1\x6e\xd8\xc8\x44\x4c\xdf\x3d\x52\x32\x34\x95\xc3\xa0\xeb\x32\x06\x5d\xdd\xa7\xf7\x27\x94\x60\xa8\x0c\x5c\x51\x76\x99\xcc\x94\xd5\xbf\x27\x0d\xee\xe6\xdf\x83\x55\xb7\xb9\x1e\x84\x0d\x31\x9b\x2f\x28\xda\xe5\xab\x8c\x9a\x4e\xfb\xf3\xa6\x50\xb3\xb9\x1c\x99\x47\xa7\xca\xd8\x70\xf5\xd8\xbc\x84\x2e\x08\x5e\x67\x10\x77\x54\xfd\x98\xbf\x39\x5c\x7f\xb5\x5e\xa8\xdd\x6c\x23\x7b\x23\x8e\xcc\xe3\x21\xc8\xdc\x0e\x48\x6f\x41\x32\xd0\x7d\x7b\x0b\x36\x44\x3d\xa6\x2f\xcc\xb3\x5d\x79\x5f\xb0\xe7\xf6\xaf\x72\xd8\x84\xd5\x5f\xa4\x41\xd7\x7d\x20\x99\x5d\x56\xfe\xa8\x41\x32\xbb\x52\xc4\x2c\xbc\x33\xce\xaf\xfa\x9b\xc4\x7d\x89\x3e\x90\xec\xad\x58\x52\x7f\xb1\xd1\xda\xdb\x31\xe2\x82\xac\x36\x7b\x03\x52\xff\xab\x1e\x87\x2c\xaf\x27\x36\x59\xdb\xd8\x22\xf9\xdb\xde\xff\x48\x72\x21\xc8\xa8\xec\x22\xe6\x6f\x00\x35\x8a\x18\xfe\x04\x0d\x55\xd7\x07\xb6\x8c\x06\x73\x83\xe5\x94\x5d\xc6\xa0\xad\x97\xfc\xc5\x75\xee\x6b\x71\x9e\xe0\x4c\x34\x58\xbc\x81\xcc\x69\xbf\x3f\x06\x34\xd5\xbf\x70\xfe\xcd\xe5\x04\x10\x9e\xfa\x0b\x88\x7b\x6f\x46\x78\xff\x88\x53\x7d\xc9\x77\x21\x2c\xae\x49\x50\x50\xd7\x78\x66\x64\x76\x93\x6b\xf2\xdc\x36\x38\xd9\xec\xef\xe3\x31\x48\x2a\x57\x20\xff\x5d\x8f\xc1\xf6\xa3\x06\x9c\x1b\x11\xea\xe2\xac\x27\x99\xdf\x7a\x6d\x2e\xe3\x00\xf0\xe1\x0c\x27\x99\xe0\xba\x92\x3b\x4d\xe2\x84\xba\x38\x9f\x49\x66\xb8\x3c\x3d\x9e\x1d\x31\x79\xd3\xf8\x7f\x2e\xbf\xbf\x0f\xf8\x98\xa6\x32\xeb\xf1\xe1\x74\x66\x24\x87\x93\x0e\x7b\x92\xfc\xad\xe6\xaf\xdf\x07\x36\xd6\xa6\x72\x20\x1c\xe8\xf7\x81\x95\x94\xb4\x1e\x04\x95\x0a\x35\x79\x6e\x29\x0c\x9a\xea\x3f\x6c\x58\xdd\xbf\x27\xa8\x74\xd7\xfc\x23\x88\x74\xaa\x1e\xe0\x3e\xe5\x30\x9f\x5b\x0e\x6f\x23\xb5\x8f\xb7\x94\x82\x1e\xe7\x96\x49\xe9\xe0\xf9\x41\x1c\x84\x8d\x34\x37\x1c\x42\x72\x53\x7f\x05\x35\xe1\xae\xfd\xc2\x55\x59\x69\x6a\x27\x71\x4f\x4d\xd8\x51\x73\x0b\x48\xfc\xa2\xfe\x20\x16\x8a\xa0\x9f\x5b\x10\x8b\x5d\xeb\x11\x06\xf6\xa4\xf1\xd6\x80\x0f\xd1\xf7\x35\xce\x93\xfa\x0f\xb8\x96\x5d\xed\x13\x67\x91\xbd\x7e\xa4\x19\x17\x62\xc5\xdc\x90\xd4\xab\xe7\x07\xea\x74\xf2\xf9\xa8\xb1\xbe\x1a\x4f\x8b\x7c\x45\x1a\x4f\x00\x69\x66\xd7\xa3\x26\xf6\xfc\x5a\xdc\x1f\xad\x17\xd8\x6e\xc3\xeb\x43\x90\xe6\xe6\xf3\x8e\x6b\xb6\x32\x77\x4e\xe2\xb8\x9a\x92\x59\xcd\xad\x83\x88\xb1\x6b\x7c\x68\x02\xf6\xaf\xef\x09\x82\xf4\xf9\xc2\x9b\x4c\x11\xe4\x93\xe4\x7b\xa5\x7a\xff\x7a\x30\x7b\x6e\x8f\xb4\xca\xbe\x9f\x23\x34\x31\x9a\x0f\xf0\x50\xc2\xda\x9a\x1b\x92\x71\xf7\xf9\x06\x21\xe4\xeb\xfc\x00\x1f\xa5\x20\xd0\x19\x71\x60\x42\xe8\x98\xdb\x08\x6c\x42\x9d\x8f\x1f\x4d\x85\xbf\x67\x3d\x86\xc6\x0b\x56\x9d\x52\x1c\xcc\x6d\x06\xaa\xbb\xbe\x0f\x6f\x38\x9f\xef\x1f\x9b\xb6\xe6\xc7\x63\xb1\x7b\x7f\x0f\x5c\xf5\x3d\xbf\x60\xc6\x7d\x1e\x50\xab\x8a\x59\x9b\xc4\x81\x65\x21\x40\xcc\x8d\xc7\x42\x6a\xe8\x19\x71\x61\xf2\xa6\x9b\x1b\x90\xfe\x52\xc3\xcf\x48\xf6\xd7\x7c\x3e\xb1\x41\xa6\xfc\x27\xae\xc8\x73\xc3\x95\x74\x78\xf2\x44\xe4\x2b\x68\x69\x12\xe4\x95\xa7\x89\x11\x06\xc4\xdd\x87\x01\x6c\xa9\xe1\xc3\xf3\x86\x37\x90\x36\x83\x20\x2e\xe9\x10\x27\x41\x5c\x55\xc9\xc9\xe6\x0e\x27\x25\xe0\xc5\xb9\xef\x04\x75\xe9\xf2\x93\xd9\xaf\xca\xef\x7f\xee\x64\xb2\x94\xc3\xc1\xdc\x53\x60\x8f\x7d\xfa\xdf\x33\x06\x5e\x11\x27\x32\xf3\x35\x45\xf4\x4f\x32\xf3\x35\xc5\x4d\x4c\x82\xac\xba\x80\x14\x27\x99\xfa\x5a\x75\x7f\xe4\xd4\x96\x37\xd5\x8c\xcc\x7d\x3e\x7c\x3b\x11\xee\x32\x28\xce\xbd\x85\x5a\x47\xe3\x01\x55\x5a\x3a\xf7\xb9\x63\x50\xcc\xc3\xdf\x13\x57\xa2\xcd\xdb\x81\x8c\x97\xcd\x67\xee\xa1\x96\xd3\x61\x20\x08\xab\x2a\xee\x68\xee\xe4\xb3\x50\xfe\x95\x49\xa6\xbd\x2e\xb5\xd5\xdc\x81\x80\x57\x10\xe8\xdc\x47\x18\x74\xd5\xdf\x24\xa8\xf3\xa3\x86\x9b\x04\x55\x75\x01\x1f\xce\x9d\xb4\xd6\x4a\x0b\x3c\x23\x93\x9e\x1f\xcb\x1d\x94\xe9\x54\x34\xbf\xc8\x54\xa9\xcb\x4f\xa6\xbd\x22\x49\x60\xee\x27\x6a\x82\x4d\xe3\x39\x89\xab\x18\x9a\xef\x15\xd8\x74\xaa\x07\xae\x62\x4f\xae\x8f\xfd\xd4\x7c\x91\x24\x8a\xd7\x0f\x57\x68\xa9\x71\x67\xc4\x49\x99\xb8\xef\x91\xec\xab\x6b\x7e\x57\xc4\xad\xa8\xbf\xc8\xd4\x97\xf5\x3d\xcc\x93\xe0\x91\xe6\x7e\xe3\x1d\xa6\xcb\x4d\xdc\x55\x93\x03\xc6\xdc\x51\xcb\xec\xc5\xf5\x38\x54\x88\xd8\x12\x87\xd5\x86\xe7\xf3\x04\xb1\xd5\x7c\x60\xbe\x92\xc7\xfb\x06\x3c\xc8\xa7\x4c\xdc\x52\x91\x01\x77\x92\x3c\x2f\x37\x3d\xf6\x89\x34\xb5\x8a\xbb\x99\x3f\x71\x4d\x1f\x66\x6d\xa6\x3d\xd4\x28\x4d\x65\xe0\x81\x74\xdf\x52\x8e\xfd\xd9\x55\x0e\xef\x37\xb5\x9f\x03\xf1\x40\xbf\x07\x08\xb1\x6a\xbd\x89\x33\xca\x92\x2c\x66\x42\xd2\x95\xf7\xe0\x4c\x38\xa4\x28\x74\x60\x92\xac\xae\xca\x01\x60\xa6\xf0\x56\x73\x19\xce\xdd\xcc\x15\x71\x49\x59\x6a\xf5\x99\x5a\xa4\x2d\x76\x19\xef\x26\x3d\x4e\x24\x9b\x6b\xf2\xb6\x9b\x69\x3d\x26\x5d\xf9\xab\x66\x0a\xc4\x81\xa2\xf5\x02\x98\x57\x69\x9d\x67\xc2\xbb\x4d\x69\x91\x67\xfa\x71\x18\x71\x19\x33\x82\x1e\xbf\xc4\xfd\x69\x6e\x3f\xd2\x3a\xbb\xbd\x13\xc9\x5c\x8f\x37\x71\x3c\xf5\x6b\xfd\x02\x3e\x4a\xf4\x34\x11\xf1\xff\xb5\x7e\xd8\xb4\x14\x27\x34\x23\x0e\x47\xd8\x6c\x33\x91\xaf\xaa\xe8\xf1\x4c\xa8\xed\x6a\x53\x7b\x2f\x41\x97\xae\x7f\x03\x41\xe1\xf3\x7b\xe2\x58\x8a\x99\x8f\x1c\xcc\xee\x70\x99\xc7\x6c\xfc\x89\xe4\x32\x33\x06\x1c\x65\x9a\x9c\x79\x07\x6e\x41\xc4\x2d\xef\xa1\xa6\xf9\x6c\x76\x86\x73\x95\x6b\xdd\xcc\x60\x35\x09\x5e\x60\x66\xbc\xaf\x5a\x77\xb9\x50\x3f\x55\x0e\x6c\x22\xf5\x87\x8d\x47\x6a\xa4\x49\xdc\x4c\x95\xc1\x75\xe6\x84\x77\x8f\x38\x9d\x1c\x62\xb0\x24\x8d\x5c\x02\xe2\x5e\xdf\x13\x71\x2f\x9d\xef\xcc\x05\x1d\xb8\x88\x71\x2e\xf1\xd8\xa9\xbe\xe2\x6d\x22\x49\x20\x57\xbc\x93\x3c\x9e\x16\x9c\xb0\xd6\xa3\x23\x29\xb8\xbe\xa3\x16\x10\x67\x9e\x3b\x8f\x8f\x0e\x43\x06\xfe\xa2\x79\xbc\x91\x26\x55\x9c\x3a\x71\x2d\xb5\x7a\xbd\xb1\xb1\x08\x6b\x69\x66\xd4\x86\x5d\x8f\x3f\x99\xe3\x72\xd5\x61\xcf\xe8\xf4\x2d\x69\x91\x39\xae\x6f\x1e\xdf\x89\x4d\x49\x8f\x41\xbe\x42\xcd\xa8\x7a\x82\xc6\xe4\x9a\x3b\x49\xbe\xd6\xa4\x36\x99\x19\xe6\xc2\x9c\x1e\xc9\xd6\x4a\xf5\x7c\x5f\x6c\x44\xe2\xdc\x4a\xa4\x05\xd6\xfc\x0b\xde\x44\x43\xe7\x85\xe4\x62\xb5\xe8\x32\x97\xb0\xe9\x89\xb9\x20\x99\x57\x57\xd0\xed\xfc\x24\xef\xd2\xf7\x81\xa5\xa5\xc7\x2b\xe2\x36\xa4\xf6\x9b\x05\x44\x03\xb9\x7a\xce\xd2\x23\xa7\xfb\x67\xfc\x15\x04\x04\x5f\xb6\x8a\xcd\x4c\xd8\x5d\xb3\xc2\xc9\x5a\x92\xac\x3c\xd6\x42\x44\x98\xe4\x6b\xc9\xb5\xfb\xf7\x81\x90\xf0\x19\x5f\x05\xbb\x4a\x36\x94\x59\x03\xa8\x51\x97\xb3\x02\x84\x2a\x83\xf6\xac\xb8\xe2\x5a\xb2\xab\x47\xb8\xc2\xaa\xbd\x80\xc4\xdf\xd4\xdf\x41\x3e\x9a\xaf\x32\xde\x3f\x5a\xdf\xfa\x93\x36\x57\xf5\xd8\x5c\x94\x9f\x65\x92\x9f\xa5\x4a\x2d\x3d\xc9\xaf\x52\x15\x34\x37\x2b\x6a\xc0\xa9\xfb\x10\xf9\x54\x9a\xd7\xeb\x26\xc8\x77\xb8\x1e\xb5\x4b\x77\x99\x7c\x50\xa2\x17\x15\x04\x02\xd9\x74\x27\xf9\x54\xaa\x34\x13\xb3\xed\xf1\x18\x7f\xe6\xfb\x93\xbf\x44\x92\x5a\x0b\xef\x32\xed\x77\x4b\x11\xe7\xf5\x69\xbf\xc1\x4c\x2a\xa8\x74\xb6\x70\x98\xd1\x63\x8c\x2b\x77\xb5\x24\xd0\xf0\xe6\x14\xd6\xd9\x24\xbf\x49\x17\x7c\xd1\x6c\x25\xd4\xfe\xfe\x3e\xf2\xa1\x34\x95\xb1\xf9\x89\x39\x68\x05\x49\x4a\x8f\xe5\x8f\x6b\xb8\xe7\x83\xeb\xb7\x0c\xea\x13\xd7\xef\x6e\xc9\xa7\xa1\x16\x53\x72\xb3\x89\x2b\x78\x6d\x1e\x1f\xae\xe0\x66\x56\x1a\x40\xc2\xd6\xc4\xb4\x46\xc4\xbc\x98\xbf\x48\x99\xa2\xcc\xb1\xb3\xb5\x40\x8c\x50\x19\xb3\x87\x92\x2b\xce\xd6\xe3\xf7\x1a\x1f\x71\x49\xcd\xed\x91\x0f\x29\x6f\xfe\x3d\x0e\x14\x6d\xff\x93\xc7\x85\x7c\x2b\xe5\xff\xc7\xd8\x9f\x23\xd9\xef\xf3\xc0\xa2\xe0\x56\xbe\x25\x88\x33\xe9\xfc\xf7\x42\x80\x52\x7b\x6d\xf4\xfe\x8d\x0e\x25\x4a\x99\xe7\xbe\x78\x37\xe2\xe7\xd5\x29\x4a\xe2\x04\x82\x18\x13\x8c\x7e\x58\x1d\x35\xa8\x99\x21\xbd\xfa\x0c\x4d\x84\x93\x9b\xa8\x7c\xa8\xcd\x98\x91\x91\xce\xc1\xbe\x87\xaf\x75\x5e\x26\x1d\xa1\xa3\xeb\xe7\x7d\x5c\x16\xbc\x0c\x3a\xb0\x85\xe8\x30\x5a\x1d\x6a\x63\xd6\xe6\x20\x89\x90\xf0\x0a\xab\x43\x8d\x64\xb1\xa0\xd5\x17\x20\xb5\xb5\xd8\x2b\x24\x6b\x3e\xbf\xa3\x32\x21\xc7\x07\x07\x2c\x6b\x6a\xaf\x0e\x1b\x22\x43\xa7\x57\xb7\xa8\x6f\xc2\xf9\x47\x7d\x0a\x8d\x07\xa8\xa9\xcc\x73\x58\xdd\x23\xda\x83\xeb\x01\xb8\x90\xcc\xcb\xa8\x87\x59\x91\x97\x43\x8f\x4a\x70\x45\xdf\x83\x83\xbe\xeb\xfd\x88\xeb\x57\x3b\xea\x73\x68\x3d\x21\xc9\x30\xce\x7d\x75\x48\xe6\xac\xd4\xb7\x3a\xcc\x96\x92\xac\x3a\x42\x61\xa7\xd6\x1f\x40\x74\x92\x74\x91\x07\xd0\x18\x9a\xba\x90\x07\x30\x08\x0f\xb3\x50\x4f\xa6\x4b\x4d\xee\x51\x6c\x49\xfb\x05\x07\x28\x1d\x94\xab\xdf\x11\xed\xc4\xc3\x01\x9f\xd3\xd4\xfa\xc1\xcc\x99\x74\x98\x1e\x1c\x16\x1d\xe6\x07\xd1\x44\xd4\x6c\x3b\xcc\x9e\x32\x03\xf5\x07\x36\x78\xd1\x1f\x42\xd1\x19\xca\xba\x90\x77\xd0\x58\xc9\x71\x8d\x2b\x24\xd9\xca\xdf\x08\x4d\xa6\xa4\x3e\x50\x8c\x8e\x3e\x85\x35\x52\x48\x9a\x83\xbf\x41\xef\xbc\xbc\x06\xcc\x8c\xf4\xd9\x2d\xe4\x21\x34\x99\xdd\x50\x5f\x66\x74\xb5\x43\xd3\xa6\x83\x7f\x0d\x00\x5b\x16\xf5\x0f\xe6\x48\x2c\xa8\x35\xc2\x27\x50\x38\x9f\x12\x9a\xe6\xb7\xff\xa3\x86\x0d\x9e\xcf\x47\x28\x2e\xd7\x67\xc0\x47\xc6\x24\xe7\x35\x02\x45\xf9\xe7\x77\xac\x47\xe3\xef\x90\x8c\x3b\x7f\x23\xfa\x90\xf4\x8d\x7a\x34\x95\xc5\xd7\xd6\x80\x26\x41\xc4\x83\x35\xa2\xd2\x24\xe9\x63\xf4\x88\xd6\xe3\xf3\x91\x37\x41\xe6\x3c\x70\xb9\x33\x9a\x72\x8d\x11\xa1\xc1\x1c\x0f\x34\x6d\xe6\xbd\xac\x11\x3e\x34\xad\x17\xe0\x4c\x58\x63\x7f\x0d\xc0\x93\x2c\xcd\x7f\xe3\xf2\xa6\x66\x3c\x10\x60\xb1\xb4\x7f\x3b\xcc\x9a\x1c\x0f\xce\xa3\xcc\x68\xc3\x23\x94\x9f\xfb\x7f\x10\x8a\x4b\xfa\x8c\xfa\x32\xac\xb4\xbb\x50\xef\xa5\x13\xe8\x73\x0d\x44\x97\x49\x78\x88\x54\x89\x4c\xfe\x35\x1e\x68\x1e\x34\xc3\x4d\x98\xe9\x27\x35\xe7\x89\x12\x1e\x74\x43\xac\x19\xd1\xba\x3f\xbf\x91\x17\xc4\xf9\x23\xd5\x62\x30\x09\x72\x4d\x98\xe9\x59\x2f\x6a\xcd\x0b\x3e\xa7\xac\x76\x68\xc6\x45\xdf\x83\x99\x95\xc2\xd7\x4c\x88\x36\xe5\x7c\x27\xce\x87\x2c\x07\xa8\x5f\x53\x57\xfe\x17\xe0\xca\x35\xe1\xd0\x2b\x59\x1f\x0b\xe0\x3a\x4e\x36\x05\xb1\xf2\xe3\x91\xe4\xa5\xc9\x16\xe4\x75\x90\x59\xcc\x82\xd0\x64\x32\x87\x09\xec\x1f\x1d\x06\xe4\x85\x34\x46\x03\x2d\xe4\x81\x14\x11\x0f\xf2\x40\x3a\x8b\x37\xad\xc8\x03\x99\xea\x0f\xd8\x40\x53\xe3\x09\xcd\x43\x9b\xd5\x00\x0f\xc1\xc3\x38\x5b\x40\xd6\x73\x33\x80\x05\x26\x4d\x6d\x76\xa0\xfe\x56\xfd\x0e\x66\xcf\xef\xf7\x60\x5e\x9c\x4f\x07\x71\x50\x52\x9c\x01\x9f\xc3\xc3\x31\x23\x49\x91\xcc\x61\x02\xde\x82\x0e\xff\x35\x11\x3d\x43\x08\xf2\x35\x03\xa2\x9b\x92\xc5\x44\xb1\x30\x26\xb1\xad\xbf\x3c\x08\xcd\x17\x0e\x61\x1d\x66\xe4\x3d\x34\x02\x03\xae\x09\xe6\x4f\x6c\xa4\x35\x03\xbe\x86\x9a\xdf\x44\xe8\x25\x33\xba\x57\xd4\xaf\x21\x56\xdc\x9a\x28\x06\x46\x20\xd3\x35\x9f\x88\xbe\xe1\x78\xa3\x66\x7b\xd7\xf3\xe1\x60\xfe\xc6\xb7\xc2\xc1\xcc\xf5\x5d\x00\x16\x65\x68\xf3\x5a\x08\x55\x67\x92\xe9\x5a\x81\x4d\x47\x7a\x40\x9e\xc5\x60\x28\xef\x8a\xbc\x8a\xa1\xef\x21\x43\x98\xa1\xbb\x6b\xa1\x58\x18\x33\xda\xd7\x02\x0a\x32\x51\x92\xd7\x42\x99\xe5\xa9\xf1\xa1\xd8\x12\x8b\x25\x2d\xd4\xbb\xa9\xba\xec\x17\x34\x5d\x26\xa5\xae\x85\xbc\xa4\x8b\xcc\x71\x81\x1e\x2b\x0f\xdf\x6a\xd0\xdc\xb9\x5f\x0b\x66\x52\xa2\x32\xaf\x85\xd0\x72\x96\xc1\x5d\xa8\x97\x33\x18\x5a\xbb\x22\xaf\x81\x49\x6d\x6b\xad\x58\x2f\x3e\x8f\x68\x38\x3a\xa4\xd7\x0a\x4d\x46\xe3\x03\xfd\xfd\xac\xcf\x0e\xac\x28\x8e\x67\x87\xb0\xa8\xe7\x01\x3f\x42\x4d\x06\xf5\x66\x06\xe1\x9c\x16\xea\xcd\x0c\x86\x8a\xaf\x65\x11\x9a\xac\xe7\x01\x0c\xc9\xcb\x06\xf5\x63\xea\x22\x7d\xae\x13\x01\x41\xec\x2f\xcc\x8a\x43\xed\xc8\xab\xa2\x30\x82\xfa\x30\x45\xfc\x61\x41\xd8\x61\xe5\xd5\xb5\xc2\xac\x48\xe1\x77\xfd\xe5\xfd\xb0\x1d\xf4\x2d\x66\xbb\x9e\x40\x75\xe6\xf8\x1e\x54\x2e\xe5\x79\xd8\xf0\xb1\xca\x8c\x8b\x54\x8a\x46\x94\xe7\x85\xfa\x2d\x83\x49\xe0\x6b\x67\xe4\xa9\x50\x92\xdf\x05\xd1\xa1\x14\xc6\x90\x7a\x30\x08\xaf\xb4\x50\x7f\xa5\x35\xd2\x33\xea\xa7\x54\x86\xae\xaf\x0d\x54\x6b\x46\xdb\xae\x0d\x33\x22\x11\x47\x16\xea\xa7\x0c\x86\x0a\x2f\xa4\x22\x14\x86\xe2\xaf\x1d\xf4\xc3\xf3\xba\x1b\x4a\x94\x50\x78\xd8\x61\x66\x6c\x7a\xff\x81\x99\xfc\x5b\x8f\x1d\x01\x02\x14\xb6\x36\x2a\xc1\xea\xf2\x40\x2a\xc2\x90\x99\x7f\xf7\xa8\x3f\xc5\xef\xed\x28\x5b\xfe\x2f\xd1\x62\x6b\x1b\x88\x93\x97\xc1\x46\xa8\x1f\x1d\xe6\x6b\x43\x2d\x26\x7c\xc6\xda\xa8\xa1\x3c\x34\x79\x64\x4c\x2f\x0d\x06\x70\x04\x72\x10\x21\x6e\xba\xc9\xc1\x69\x90\xe4\x98\xe1\xbf\x2c\xd4\x5e\x5e\x4e\x06\x07\x6f\x26\xb3\x34\x14\xc3\x21\xfc\xc5\x42\x68\x73\x21\x64\xff\x32\xa8\xb5\xd2\x6c\x0c\x40\x95\xb2\xc9\x5a\x45\x80\x01\x99\xbf\x81\xb9\x30\x43\x79\x21\xf4\xb9\x4b\x12\x89\x7a\x18\x5d\xe3\x6b\x60\x86\xd4\x64\x10\xca\x5c\xe5\xd0\x35\x40\x7c\xcb\xa1\x6e\x0b\x70\x1a\x9a\x0f\xb0\x9b\x98\x01\xbe\x2c\x42\x55\x79\x98\x6d\x23\xe9\x53\xe3\xf7\x80\x8b\xe1\x7a\xc1\xec\xc0\xe2\x6c\x0b\xf5\x1e\x0a\xb1\x91\x96\xdd\x71\x99\x7f\xed\x1e\xc5\x90\xc8\x3c\x3d\xc1\x87\x41\x9f\x17\xea\x3f\x34\x86\x42\x2f\x4f\x51\xb3\xfd\xeb\xdf\xa3\x26\x3e\x99\xa1\x17\x64\xa8\x93\xb9\xfa\x5f\xd2\x28\xdb\x11\x5d\xa6\x80\x08\xaf\x21\x79\xf3\xf7\x7b\x18\x2a\x43\xbb\x97\xdf\xa1\x49\x71\x7c\x28\x16\x45\x48\xfe\xe5\x51\x39\x90\x97\xb1\x23\x29\x90\x25\x02\x56\x84\x76\xca\x4c\xea\x90\x14\x19\x5a\xba\xce\x05\x4d\x8c\x87\x11\x10\xfc\x5d\x3e\xb5\x83\xfa\x2d\x92\x14\x4f\x86\x66\x4c\xcd\xe2\x14\xc0\x9b\xf0\xfb\xa7\x21\x89\x8d\x9a\xcc\x81\x19\x83\x95\x23\xd7\xe9\x51\x7c\xa9\xf0\x37\x24\xfd\xa2\xdf\x30\xfb\xa8\x7f\x38\xbc\x99\x11\xbf\xce\x0e\x78\x13\x8e\x1f\xc2\x09\x33\xde\x57\x40\xb4\xcb\x87\x74\x1c\xfb\x4f\x66\x71\x0e\x2a\x6b\x72\x7d\x4f\x24\x1d\x73\x3f\xcf\x1f\x90\x25\xc7\x8b\x80\x17\x31\xeb\x03\xc4\x02\x49\xf2\x37\xce\x2b\xf3\xd2\x16\xa2\x13\x2b\x11\x1d\xd6\x3d\x22\x1a\x6d\xf0\x37\x92\x9a\xb9\x5e\x77\x58\x3e\x48\x3f\x77\x14\x73\xe3\x7a\xdc\x2b\x84\x9f\xc6\xdf\x05\xed\x95\xbf\x51\x42\x82\xc2\xc1\x1d\x65\x9f\x69\x49\xb9\x91\xd4\xad\x00\x84\x7b\xc7\x79\xe6\xef\x08\xdd\xa6\x59\xf6\x36\xb4\x73\x7d\x6e\x0b\xf8\x23\x8e\xc7\x90\x0a\xc1\xf3\x73\x3b\xf2\xee\x34\x3f\xc0\xb3\x54\x5e\x5e\x77\xa0\x1c\xf3\x32\xba\x0f\xf2\x62\x28\x0c\xdc\x07\x96\x18\x6a\xce\x37\xb0\x10\x99\xf1\xbe\xee\x13\x49\xc1\xfa\x0d\xb3\xfa\xa5\xdf\x08\xa5\xd7\x7c\x81\x7d\x28\xcd\xe7\x06\xfd\xb3\xf8\xdd\x7a\x10\x8a\x7c\xd1\x0c\xf6\xc4\x65\x49\xfe\xf7\x00\x6e\x88\x49\xe0\x0b\xd1\x81\x85\x40\xa5\xeb\x81\x30\x56\xc9\xff\x23\x7a\x8e\x01\x5d\xeb\x09\x1f\x35\x85\xf3\x07\x01\x2e\xed\xdf\x2e\x17\x84\xc6\x75\xe6\x1d\xac\x07\x19\xe2\xcc\x5b\x58\x4f\x84\x92\x72\xf1\x1e\x1c\x1e\xc2\x7f\xac\xe7\x95\xf4\x1b\x43\x25\x17\x20\xc1\x07\x51\x6a\xd7\x83\xc3\xb5\xe8\x03\x00\xa4\x77\x63\xe5\xc3\xf5\x4c\x94\x51\xe5\x66\x3f\x0b\x71\xe8\x94\x8c\x9e\x05\x07\x21\x0f\x4b\x84\xde\x51\x72\xdd\x7e\xd5\xff\xfe\x97\x18\x4a\xb8\xfd\x95\x6c\x17\xb1\x97\xb6\xbf\x8b\x97\x18\xbd\xb4\x3d\x57\xfc\x1e\xfc\x7d\xbf\xcf\x7f\x37\xf3\xf6\xf7\x32\x4b\xcc\xb3\xd9\x5e\xf1\x7e\xe2\xfb\xef\xe2\x26\x86\x5e\x6f\xe4\x85\x2c\x26\xa9\x6d\xd4\xbb\x49\xf4\x41\x6d\x6f\xe8\xef\x33\x6b\x6d\x7f\x35\xab\x44\xcd\x62\x7b\x43\x7f\x1f\xb3\xd9\x3e\xf0\xfc\x27\x49\x6c\xe4\x85\x2c\x96\x59\xdd\xc8\x0b\x49\x29\xb3\xbf\x99\xd1\xce\xef\x2f\x8c\xb7\xb0\xff\x85\xef\x15\xb5\xbf\xf3\xa5\x66\xb2\x91\x97\xb1\xaa\xd6\x6b\x63\x3c\x95\xef\xdb\x7e\xdb\x1b\xdb\x5f\x49\x35\xb1\xf8\xda\x46\x1e\x43\x62\x71\xb4\x8d\xbc\x85\x44\x20\xcc\xed\x8e\xef\x35\xf6\xff\x4a\xaa\x89\x79\x03\x1b\xf5\x6c\x16\x51\x73\xb7\xbf\xcc\x32\x31\xf4\x7a\x23\xcf\x20\xd1\x66\xbf\x71\xf9\x2c\x96\x7d\xdd\xc8\x33\x48\xd4\x14\xb6\xdf\x98\xcf\xe4\xf8\x6e\xf4\xdf\x39\x9e\x07\xeb\x35\x39\x9e\xf7\xf2\x4a\x49\xfd\xbf\x87\x77\x31\x69\x72\xa3\xfe\x4d\x62\x34\xe5\x46\xde\x41\x62\x19\xd8\x8d\xbc\x83\x45\x07\xf8\x46\xbd\x9b\x44\xd4\xdc\x7d\xde\xc3\xbd\x98\xd7\xb1\xcf\xf5\xbc\xed\x9f\x26\xbc\x51\xdf\x66\xd1\xcc\xb9\x4f\xc2\xfa\x7e\xc2\xc3\x46\x3d\x9b\xc4\xfa\x37\xfb\x24\xcc\x87\xf3\x3f\x41\xdf\x9c\xef\xc9\x0b\xbf\xd9\x5f\xc1\xfb\x8b\xfd\x05\x7d\x2f\x7e\xbf\xbe\xeb\xcf\x3c\x8c\x7d\x2a\xd6\x7f\xf1\x7b\xf5\x3d\x4f\x34\x4b\xee\x53\xf1\xfd\xc5\xef\x37\xf4\xbf\x38\xfe\xa0\xf7\xc5\xef\x81\xde\x89\xea\xbd\x71\xf9\xa6\xac\xf5\x7a\x25\xe9\xc5\x7a\x38\xfb\xf4\x82\x76\x8e\x77\x5c\xf8\xcd\xf9\x0e\xac\x27\xcf\x3b\xea\xb9\x24\x0a\xbf\xfb\x4c\xac\x27\xf7\xf7\x4c\x47\x3b\x9f\xc7\xf9\x60\x80\xd0\x3e\xfb\x1d\x2f\x99\xe9\x3e\x36\xf0\x9b\xdf\xf3\x68\xe7\x7a\x80\xbe\x89\xb2\xbe\xcf\xab\x89\x2d\xd6\x23\xda\xe7\x60\xfc\x85\xf3\x3d\xe8\xbf\x70\x7e\x37\xfa\x2f\xec\x0f\xf4\x4d\x9f\xf6\x3e\x4f\x3c\xcf\xfe\x1e\xcc\xef\x13\x36\x37\x52\x17\x16\x85\xd9\x7d\x5f\x2f\x3f\xca\x3c\xbf\xf7\xf5\xf2\x23\x5e\x4e\xfb\x7e\x85\xcd\x44\xd4\xf9\x7d\x27\xf4\xf7\x09\x6f\xfb\x2e\xf1\x9b\xdf\x2f\xef\xf9\x1a\xe4\x1f\x77\x79\xcf\x17\xa3\xd1\x36\x52\x19\xd6\xa8\xf5\x1f\x2e\x97\x8d\xfa\x1f\x29\x37\x76\xfe\x4a\xfa\x8b\x37\xfd\x46\x1e\x43\xca\x64\x26\xf7\xcb\x5c\x17\xa3\xad\xf6\xfd\x4a\xfe\x6b\xa8\x73\x10\x1b\xa3\x31\x36\xea\x83\x24\xa2\x04\x6f\xd4\x07\x59\xb4\x81\xef\xbb\x75\xb4\x73\x71\xda\x4b\x3c\x43\xef\xbf\x6a\x5b\xca\x64\x0e\x77\xc7\xe2\x93\x18\xef\x20\x3e\x32\x87\xfb\x65\xbe\x8b\x3e\x98\x7d\x07\x71\x4d\x7e\xcf\xde\xf1\x4e\x2d\x9e\xe3\x7d\x1e\xde\x3b\x88\x89\x87\x17\x92\xca\x9a\x9a\x6f\x10\x0b\x0f\x27\x24\x8b\xc4\xa4\xad\x8d\xbc\x85\x44\x20\xbb\x7d\xbf\xcc\x6d\x4d\x8d\xf7\xc6\x66\xf3\xf0\x42\x12\x49\x0c\x1d\xdc\xc8\x73\x48\x34\x43\xed\x3b\x88\x8d\xc4\xf4\x80\x58\x18\x1a\xbd\x9f\x97\x39\x25\x86\x26\xef\xa7\xc4\xef\xce\xdf\xe9\xbf\xff\x2d\x9a\xbd\xf6\xf3\x6a\x22\x89\x36\xe5\x8d\xbc\x80\x45\x20\xc1\xfd\x80\xd8\xa8\xc9\x6d\xc4\xfd\x2f\x46\xeb\x6c\xc4\xfd\x27\xc2\xb9\xec\xe7\xbd\x7c\x17\x35\xd5\x8d\xfa\x24\x89\xf5\x4f\x36\xea\x81\x24\xd6\x9f\xd8\xcf\x44\x3b\x0f\xef\x33\xd1\x1f\x2f\x53\xd4\x07\x49\x44\xa1\xde\x10\x2e\x12\xd5\xfa\x0d\xe1\x22\x15\xcd\xc7\xf0\x9b\x87\xf5\xc1\x7e\x16\x1e\x56\xd4\xdb\x48\x17\x13\x73\xf6\xe3\x86\x07\x38\x40\xdc\x7e\x17\x33\x59\x36\x82\xe9\x13\xcb\x3f\xed\x07\x3b\x4e\xdc\xea\xfd\x3c\xd1\xce\x15\xc6\x8e\x31\xde\xc8\x2e\x5c\x3f\x0c\x86\x36\x14\xa5\x48\x0c\xae\xb5\x2b\x76\xec\x1b\x90\x21\xb8\x3c\x31\xfe\xcd\xae\x8c\xef\x7d\x27\xce\xae\x1a\xbf\x17\x7f\xbf\x2b\x7a\xa5\x9f\x07\xde\x29\x32\x4f\xd0\x10\x3d\xfd\x3e\xc0\x11\x55\x8c\xa0\x73\x04\x10\x80\x2e\x4a\x00\x86\x78\xea\x44\xdb\xa9\xa1\xee\x44\xba\x18\xc3\x66\xd7\xab\x7f\x26\xc6\x98\x19\x0a\x51\xbc\x0f\x54\xfe\x03\xdb\xdc\xd9\x65\x03\x99\x76\xf6\x10\xdb\x3e\x38\x84\xd8\xf6\xc1\x1e\xe7\x3b\x82\x8b\x51\x9e\x86\x90\xde\xc4\x40\x19\xbb\x70\x29\x5c\x8c\xb4\x31\xc4\xf8\x26\xe2\x4a\x19\x6a\x3d\xbc\x0f\xb0\xcb\xa0\x94\xc9\x2f\x6e\x50\x02\xef\x09\x43\x54\xee\xfb\x0f\x0e\xda\xf0\xc9\xc5\x41\x59\x8e\x07\xf8\x49\xc3\x56\x2c\x7d\x01\x5d\x2c\x7e\xc0\xb1\x6e\xb9\x72\x90\xa0\x25\x56\x97\xb1\xeb\xd5\x63\x12\xf1\x46\xec\xc2\x55\xc3\x70\x15\x43\x81\x85\x44\x70\x16\x43\x41\x83\x74\x91\x1d\x58\x02\xf1\x50\xd6\xb4\x04\x59\xe4\x22\x3f\x30\x94\x38\x78\xff\xf1\x7d\x32\x81\x9c\xea\x77\xc0\x2c\x65\xc7\xef\x6f\x48\xa9\x60\xcc\x45\xff\xa8\x18\x73\x61\x17\xa0\x3f\x06\x63\x5b\x6a\xf1\x7b\xf1\x37\x3e\x58\xaf\x7f\xb8\x6e\x2c\x75\x8c\x9f\x0b\x94\x46\xbc\xcc\x8f\xcf\x68\xe7\x60\x66\xcc\x6f\x72\x7e\xaf\x30\x9d\x18\xcd\x67\x28\x31\xf0\x3e\xc0\x15\x9a\x86\x07\x38\x3c\x5c\x00\x17\x83\xc1\x0d\xf1\xb2\x89\x85\xe6\x2d\x2d\xcc\xa7\x71\x08\xa0\x1b\x1a\x02\x0d\x75\x03\x12\x75\x69\x43\x3c\x6a\xa2\xee\x6a\x88\x2f\x4d\xf4\x32\x5a\x8a\x3d\xe7\x79\x4d\x07\xa4\xfd\xfb\x8f\x97\xb4\xa9\x8f\x59\x82\xfc\x5b\x3b\x3b\x7c\xf0\x41\x1e\xb6\xf4\x2c\xfc\x66\x87\x0f\xa6\x5c\x27\x17\xf1\xc1\x94\x79\xd8\x80\xbc\xff\x3e\xc0\x1e\x1e\x4c\xf9\x53\x77\x0d\xd0\xfa\x89\x12\xbd\xe5\x04\x1a\x60\x02\x8a\x21\xa6\x34\xd5\x4f\xa4\xb6\x0c\x11\xf7\xa2\x0c\x6d\x39\x61\x4c\xdf\x35\x6b\x19\x32\x6e\x1d\xec\x01\xd7\x48\xe5\xe1\xcb\x90\x69\x35\xe4\x1c\x44\xc4\x11\xe6\x20\xa2\x4f\xa6\xb6\x1c\x74\xf2\x5d\xcb\x96\x83\x4e\xb8\x89\x79\xa2\x7f\x1e\xd5\x0c\x1d\x8a\xb9\xed\x96\x37\x8e\x2e\xa3\xb0\x2d\xef\x57\xce\xf9\x99\x00\x84\xca\x8b\xc1\x09\x96\xc1\x1e\xe8\xff\xb3\xbc\xc1\x4f\x7a\xd6\x1b\x8e\x07\xd8\x05\xd8\x07\xb1\x3d\x2c\x5b\xc5\x6f\x7e\x10\x74\xc2\xe8\x0d\xcb\xa0\x13\x02\x43\x19\xf0\xd7\xd3\xc5\x52\x5f\x86\xc0\xcf\x44\x3c\x00\xcb\x67\xc7\x03\x5c\xe4\x63\x78\x80\x23\xc0\xcd\x74\x31\x5a\xd0\xf2\x39\x78\x80\x43\xba\xe3\x8b\x1c\xd2\x5d\xf0\x02\xd9\x36\x30\xd5\xdf\x7f\xf0\x93\x10\x67\x9a\x26\xfd\x80\x32\x58\x69\xd7\x32\x84\x5d\xfa\x94\x0d\xd1\xa5\xa9\x7d\xf2\x81\x15\x90\x56\x23\x77\x28\x29\x36\xe2\xd3\x76\xac\x40\x3b\x62\x6e\x93\x15\x5c\x2d\x17\x25\x4a\x2b\x20\x8d\xf6\xf3\x1b\xb7\x15\x03\x66\xad\xf4\x1e\xff\xe0\x27\xfb\xfb\x09\xa2\x88\x58\xe9\x33\x1e\xe0\xa0\xfa\xc2\x03\x7a\x61\xc7\x03\xec\xa3\x63\x65\x7f\x5e\xb8\xf1\x5b\xed\x0f\x5e\xe0\x99\x2d\xb0\x01\xb4\x9f\xdf\x18\x34\x2f\xcc\x02\x36\x75\x31\x7f\xd8\x10\xd8\x99\xe8\x4e\xb4\x82\xfb\x8c\x16\x6e\x43\xa0\x67\xa2\x92\x65\x05\x5c\x87\x30\x68\x56\x82\xfa\xf4\x3d\x8f\x76\x8e\xd8\xb1\x4a\x53\x1b\xe3\x98\x02\x4f\x5c\xf1\x27\x1e\xe0\x2a\x05\x3d\xf2\x08\x02\x52\x3c\x5d\xf4\x10\x5b\x81\x9e\x4f\xe4\x3f\x2b\xb8\xbc\xae\x49\xe6\x5d\x0e\x96\x75\xea\x8b\x3b\x1e\xd0\x27\xb1\xac\xda\xfb\x20\x58\xe6\x3e\x58\x09\x82\x25\xf3\x2e\x77\x8c\x89\xab\x04\xd5\x8b\x4e\x6c\x2b\x41\x9e\x8b\x23\x00\xa7\x6b\xeb\x5f\x8a\xee\x5b\xc5\xdd\xc9\xf0\x32\x43\xac\x69\x22\x7e\x88\xd5\xa0\x4c\xf2\x90\x9a\xe3\xf9\xce\xdf\x98\x1e\xbd\x18\x86\x60\xd4\xc4\xc8\x78\xab\x60\x7a\x8c\xc4\xb6\xda\xe2\x37\x3b\x04\x65\xb3\x36\x9d\xd5\x0e\x22\x61\x2a\x8e\x01\x35\x3c\x11\xc5\xdb\x6a\xaf\xf1\x00\x7b\x80\x36\x44\x18\x6b\x03\x6c\x78\x22\x92\xac\x55\x5c\x9f\x5d\x23\x84\x34\xcd\xf0\x63\xab\xeb\xe0\xf7\xb7\x41\x15\x5c\x90\x4e\x57\xab\x3b\x9e\xe7\x08\x41\x75\x4c\xd4\xb2\x6a\xe8\x9f\x0c\xa6\x1a\x4c\x29\x2c\x4a\x61\x15\xba\xb9\xb8\x2a\x70\xc3\xdf\x07\xd8\x83\x2d\x3c\xc0\x19\x78\x8c\x98\x33\x80\xfe\xd5\x33\x67\x00\x3a\x17\x17\xae\xa0\x5a\xc6\x8c\x59\x85\xb1\x8a\x96\x62\xab\x77\xb4\x73\x84\x90\xa8\x12\x4b\xff\x5b\xbd\x3b\x1e\x60\x87\xf7\x1d\xd6\x46\x7d\xe1\x3d\x28\x5d\x53\x7a\xc2\x3c\xc9\xa3\x58\x9f\x84\x07\xf8\x02\x14\x00\x3a\x17\x0c\xd8\xde\x89\xce\x27\x6b\x19\x8b\x44\x03\xa3\xb5\xa0\x93\xcf\x80\x67\x0d\x06\xa0\x4e\x8e\xd7\x5e\x05\x3e\xa5\xa4\x2f\x40\xa9\xd2\x45\xd0\x82\xb0\x48\x16\xad\xdd\x61\x11\xfd\xf6\xa9\xc5\xbe\x72\xd2\x2d\xf6\x95\x12\x02\x10\xa8\x93\x6c\x28\xd6\x20\xea\x26\x89\xba\x2d\xf6\x85\x17\x7a\x8b\x7d\xe1\x85\x0e\x0c\xe9\x94\x98\xa3\x69\x0d\xdc\x81\x09\xf3\xd6\x20\xd5\x88\xef\x77\xa8\x39\xc4\x61\xb5\x1e\xab\xc4\xa3\xdc\x33\x36\x92\x37\x7a\x87\x9c\xca\x0a\x1a\xd6\x63\xd1\x78\x5a\x7b\x8d\xf7\xbf\x29\x23\x92\x35\x11\x17\xd6\x7a\x8f\x76\xf6\xbf\xdf\x09\xd1\xea\x62\x00\x31\x4e\xf4\xa7\x1b\x82\x2f\x13\x5d\x80\x06\x90\xe2\xc4\x8a\x0e\x86\x60\xc1\xc4\x84\x7d\xeb\x4f\xb4\xf3\xfb\xa0\x02\x56\xcc\xb0\x71\xbd\xf3\x61\xe1\x47\x1b\x98\x0f\xd3\xe0\x6c\xc0\x6a\xf3\xc3\xe1\x47\x31\x3c\xf0\xad\x38\xa2\xe9\x12\x93\x28\x0d\xd1\x74\x89\x3e\x57\x1b\xd0\xea\x88\x15\x68\x03\x22\x13\x1d\xf0\x36\x7a\xbc\xdf\xf9\x3b\xde\xff\x06\x3c\x46\x0e\x33\x2e\x3b\x1c\x2f\xf7\x21\x4c\xb1\x8d\xb0\x73\xeb\x2c\x8e\x81\x29\x15\x8e\x00\xdc\x86\x21\x31\x36\xa0\xd4\x0d\x5e\x41\x03\x4a\x5d\x62\xde\xb9\x0d\x88\xd6\x84\x4f\xb3\x11\x7b\x42\xd5\x79\xec\xb0\x14\x93\x8e\x07\xd8\xc7\xd0\x6f\x1f\xf8\xcd\x0f\x84\x29\x9b\xf9\x23\x36\x7c\xe1\x01\x7e\x31\x76\x8d\xba\xf1\x88\x5d\xa3\x2a\x0c\xb4\xe0\xf4\xbb\x6a\x90\x6f\x18\x16\x65\x88\x49\x4b\x0c\xfb\x32\xc4\xa4\xa5\x31\xfe\x25\xa0\xd9\x26\x94\xb1\xc4\x6a\xc5\x36\x13\xf6\x98\x7b\x3e\xc3\x54\xcc\x10\x46\x9b\xe9\xe0\x81\x6f\x38\x13\xda\x1b\xcd\x59\x36\x83\x8a\x78\x2c\x81\x46\x9c\x12\x63\x76\x0d\xf0\xc3\x89\x08\x70\x36\x83\x8a\x78\x2c\x67\x03\x99\xf3\x58\x02\x6e\x38\xfd\xbe\xd0\x40\x05\xbc\x92\x67\x90\x15\xcf\xe9\x0c\xb2\xe2\x39\x9d\x10\x95\x12\xdd\x45\x86\xc0\xb1\x34\x78\x30\x01\x10\xfc\x3e\xc0\x2e\x07\x86\xc0\x93\x3a\x21\x3b\x11\x2a\xc5\x26\x64\x7d\x26\x1c\x1a\x10\x7f\x13\xc3\x30\x0d\x91\x68\x89\xb8\x57\x36\x21\x88\x33\x0c\xd3\x80\xe0\x9b\x98\x90\x6a\xd3\xe2\x79\x2e\x91\xe7\xb0\xbf\xf3\x83\x5e\xf0\x00\x07\x14\x0e\x93\x49\x66\x37\xbd\xe1\x01\x8e\x10\xa2\x3d\xab\xb1\xd8\x3c\x31\x02\x7e\x10\xbc\x83\x30\x8a\x06\x4c\xdf\xc4\xac\x25\x9b\x50\x09\xd3\xd2\x90\xa1\x12\x32\xa1\xdd\xe6\x1d\x26\x7b\xcd\xe1\x4e\x78\x80\x73\x00\x77\x65\x40\x84\x4d\xd0\x39\x21\xd9\x6d\x42\x47\x4c\x44\x5a\xb5\x09\x1d\x91\x89\x1c\x86\x70\xb7\xf7\x01\xf6\x00\x1d\x91\x80\x32\xb6\x20\xd8\x13\x73\xc0\x10\x8f\x96\x98\x93\x6e\x88\x3f\x4b\x4c\x7b\xb4\x55\xe3\xf7\xe0\xef\x78\x7f\xf2\x37\x46\xcc\x7b\x77\x55\x4c\x99\xdc\x66\xfd\x79\x29\x48\x16\x08\x38\x4b\x4c\x3d\xb2\x05\x15\x91\x01\x6e\xb6\x40\x98\x12\x78\x01\xec\x9b\xf2\x95\xf4\x0f\x4c\x99\xaa\xc9\x0a\xd3\xf1\xc5\x45\x5b\x1d\x53\x26\x7b\x5a\x20\x44\x89\xaf\x0b\x84\x28\x69\x15\x50\xbf\x29\x5f\xea\x72\x0e\x3c\xc0\x0f\xce\xf0\xa4\x50\xc6\x5e\x41\x9a\xb4\xed\xad\x20\x4d\xda\x1a\x96\xdd\x78\x81\x94\xb6\x0c\xab\x42\xfe\xb5\xc2\x3c\x7d\x51\x8c\x47\x18\x5a\x9a\x14\x05\x56\x90\x62\x57\x3b\xec\xcb\x0c\x4d\xb1\x75\x62\x59\xb4\xae\x10\xca\xe9\xfb\xb6\x15\x16\x6d\x86\xed\xdb\x0a\x5a\xa3\x75\x60\x41\x8b\xcc\x89\x07\x6e\x41\x0a\x67\x1c\xb5\xad\x20\x46\x5a\x0b\x16\x94\xc6\xcc\x6a\x30\x86\xd8\xb3\x44\x00\x7f\xdb\x09\xe7\x89\x4c\x68\xc3\x3a\xc0\x58\x4a\xdb\x41\x4b\xe4\x39\xbb\xc2\x23\xc5\x34\x2f\xdb\x90\x90\x18\xff\x63\x3b\xbc\x14\xf4\xd9\xd9\x86\x0d\x94\x08\x17\xb6\xeb\x9f\x8f\x89\x43\x82\x2c\xae\x13\xb8\x41\x5d\x3a\x70\x40\xae\x4d\x99\x5e\x31\xdb\xb8\x0d\x25\xfc\x6f\x10\x0b\xbd\xe6\xb6\x83\x38\xe8\xa6\x32\x60\xc9\xa6\x45\x72\x04\x96\x6c\x22\xd0\xbc\x01\x8b\x35\x65\xa6\x67\x18\xc0\x58\x7f\x8e\xec\x86\x44\x92\x59\xae\xd7\x80\xce\x8a\x23\xfb\x0f\x77\xcf\xb6\xf8\x7c\xd7\xe7\x0d\x6f\x73\x3c\x30\x5e\x66\x06\x51\xd8\xb6\x83\x07\x38\x40\xb0\x41\x06\x71\xd8\xc6\x65\xbb\x78\xa2\x37\x58\x08\x0b\x38\x1a\xc0\x47\x13\x0b\x34\x1a\xc0\x45\x13\x0b\xbe\x99\xc1\x75\x41\xa4\x79\x03\xd8\x68\xca\x85\x07\xd4\xe0\x78\x25\x20\xa7\x01\x7d\xf4\x7d\x60\xf1\x1f\x09\x0f\x74\xfe\xc6\x88\x28\x27\x5b\x8a\x11\xf1\x83\x39\x46\xc4\xf7\xe1\x79\x65\x58\x9b\x21\x6c\x2e\x65\x99\xce\x01\x19\x9a\x98\xcb\x6b\x56\x46\x3c\xc0\x2f\x40\x54\x67\xa0\x90\x59\xed\xe1\xfb\xe3\x10\xe0\x9c\x65\xe4\x8c\x19\xa4\xb6\xcc\x74\x65\x03\x8a\x68\x22\x8a\xa7\x19\x8c\xf1\xc4\xb2\x31\xa0\x8a\xa6\x2c\x8b\x27\x62\xe9\x12\x91\xb3\xcc\x82\x72\x49\x15\x06\x77\xad\x74\x44\x83\x56\x99\x65\x95\x36\x68\x95\x4b\x93\x04\x1f\x64\xe1\x41\x33\x70\x2d\xd6\x7e\x32\x0b\x42\xa5\x48\x01\x1c\xd0\x44\x00\x03\x33\x48\xce\x8c\xdc\x34\xdb\xf1\x3e\x77\x65\xc7\xfb\xec\xdf\xe2\x79\x0e\x18\x3a\xe2\xd2\x9a\x82\xc7\xb1\xbc\x86\x59\xd0\x1d\x4d\x21\x16\x74\x47\x7e\x64\x27\x9e\xe7\xf8\xe0\xcf\x25\xfa\x89\x59\xd0\xa5\xb6\x04\x22\x1d\xd1\x83\xcc\x83\x4e\x79\xfd\xfb\x95\xc2\x05\xda\xf9\x0f\x9c\x33\x32\x65\xbf\xc2\x07\xca\x8b\xc1\x83\x72\x99\xa6\x67\x1e\x94\x4b\x06\xe7\x41\xb9\xc4\x22\x34\x0f\xca\x25\xc7\x73\xe8\x84\x99\xd5\x44\xcd\xf3\xf8\xef\x7f\xf9\x22\xbb\x71\x08\x7e\x99\x45\x87\xcc\x5f\xda\xcd\xac\x48\x66\x9e\x0f\x7e\x73\x4c\xaf\x7e\x94\x89\x2b\x6f\xfe\x52\x6a\x26\x40\xa1\x39\x58\x66\x6e\x5c\x46\xc4\x18\x66\xc6\xb4\x99\xbf\x17\xf0\xcf\xf5\xe9\x0d\x1d\x90\x5f\xf9\xc4\x07\xa9\x2e\x38\xc4\xb2\x2c\xbd\xd7\x5f\x71\x3f\x33\x1d\xce\x7c\x85\x6b\x97\xc7\xcd\x17\xe6\x48\x0e\xe4\xb0\xbc\x67\xe2\xde\x98\x6f\xcc\x81\x32\x81\x83\xe1\x65\x29\xbe\x80\xf4\xcc\x97\xbe\xe8\x78\x41\x1f\x70\x8c\x59\x1b\x05\x2d\x35\x4b\x3f\x40\x6c\x4b\x66\xf2\xbe\xf9\xc1\xa4\xa8\x81\x00\x83\x33\x33\xe5\xc4\xfc\x19\xe1\x6e\x66\x8f\x0f\x5e\xe0\xf9\x06\x08\x66\xa6\xf7\xd0\x22\xb8\x24\x4b\x4d\x03\xca\x65\x66\x9c\xbe\x01\xe5\xf2\x7d\x20\xf3\x1f\xd8\x07\x9e\x6f\x84\x9b\xe4\x8b\x73\x3e\x09\x73\xe4\xf9\x3e\x19\xbf\x79\x9c\x4f\xc6\x08\x78\x9c\x4f\xc5\xfb\x3c\xce\xa7\x46\xfb\xb7\xea\x27\xf6\x99\xc7\x15\x30\x99\x99\xa5\x02\xed\x74\xcc\x90\xc7\xf1\x4c\xb4\xff\x13\xb2\x99\x9d\x85\x1d\x23\x88\xae\x9d\x55\xde\xb7\x79\x96\xce\x0a\xff\x3a\x79\xf4\x59\xd8\x11\x0a\x38\x07\x7e\xbc\x2c\x29\xec\x2c\x8c\x9f\xae\x80\x13\x44\x42\x85\xe5\x18\xe6\xc3\xb3\x77\x0c\xe3\xe7\x51\x3b\xb1\xc5\x14\x2e\x4e\x6c\x31\x85\x8b\x73\x63\xfd\x29\x4b\x9c\x07\xdf\xa3\xe1\xe1\x3c\xe8\x8f\x86\x87\x13\x14\x40\xd1\xe2\xbe\xe2\xf9\xce\xdf\x98\x31\xd9\xef\x7d\x85\x87\x9f\xf7\xe0\x7d\x61\xc6\xd4\x6f\x00\x65\x99\x13\x4f\x36\xe2\x3f\x72\xe2\xc9\x46\xf0\x68\xca\xba\x53\xee\xf4\xe0\x01\x8e\xe0\xbd\x63\x32\xa3\x7b\xed\xc6\x8e\x27\xaa\x23\x77\x8d\x98\x03\x4e\xe1\x7e\xef\x98\xcc\x3a\xe5\x16\x41\x18\x45\xdc\xe7\x6e\x03\x0f\x70\xc8\xb8\x73\x8a\xb8\xcf\x0d\xa2\x91\x49\xeb\x06\xd1\x30\x66\xce\x6e\x58\xdc\x0b\x81\x05\xec\x7e\xa5\xf3\xcc\x20\x3a\xbb\x47\xc4\x21\x50\x63\xb9\x27\x56\x81\x67\xff\x06\xd9\x11\xa6\xc5\x6e\x18\x13\x8a\x84\xef\x7b\xa3\x4b\x5e\xee\x88\x19\xcd\xcc\xfe\xb4\xfb\xc6\x07\x79\x55\x23\x12\x23\x33\xe1\xc2\x9e\x2b\x22\x15\xb8\x2f\xcf\x7b\x0f\x64\x06\x51\xdb\x03\xed\xbd\x24\xb2\x60\x60\x1c\x66\x06\xc6\xd9\x13\xeb\xce\x93\xf7\xb4\x86\xdf\x7c\x7e\xc5\xf3\xdf\x08\x80\x19\x98\x99\xdf\x67\x80\xf9\xcb\x0c\x8c\xb3\xe7\xa0\x9d\x27\xef\x89\x19\xf1\x22\x44\x24\x42\x66\x20\x9c\x3d\x07\x74\xc0\x8b\xf0\xb9\xff\x62\x1f\xf4\x0f\xcc\xe8\xbb\x19\x1d\xb8\x6d\x99\xa0\x8b\x0e\x9c\x34\x89\xd5\x0e\xb7\x7e\x66\x24\x9d\x03\xf7\x2c\x33\x92\xce\x81\x6b\x96\x19\x39\xe7\x57\x4c\x70\xf2\xfb\x0b\xef\x4f\x7e\x1f\x5e\xb8\xd2\x3e\x3a\x72\x00\x6b\xe5\x34\xf9\xc1\x1d\xb1\x0f\x89\x5f\xd8\x58\x92\xc9\x1e\xf6\x1d\xc1\x12\xe9\xfb\x87\xfd\xfd\x83\x4f\x60\x11\x99\x54\xea\xd7\xab\x10\xe5\x7c\x71\x4e\x58\xd4\x7c\x71\x4e\xd0\x87\x0a\x61\x9f\x1d\xf8\x57\x99\x05\x74\xfc\x02\x9d\x10\x1c\xce\x2f\x68\x33\x85\x00\x41\x7e\xbd\x77\x42\x66\x7c\x9a\x5f\xcf\x5f\xc0\x06\xbf\xf8\xbc\x1c\x85\x79\xab\x9e\xc0\x21\x98\xea\xe6\xe9\xe5\x08\xd2\x14\x3c\x5d\x18\xc1\xa7\x5a\x3b\x9c\xfc\x99\x88\x5b\x0e\x04\xad\x4c\x04\x21\x4f\x30\x95\x0a\x92\xc7\x53\x8e\xf8\x8d\x8b\x6f\x94\xfe\xbe\x51\x39\x82\x12\xf1\x1b\x17\xdf\x00\x25\x30\xe6\xcc\x13\x2e\x0d\xc6\x9c\x79\xfa\x8b\x29\xd1\x18\x41\x1a\xb9\xe9\x37\x3e\xd0\xf8\x01\xe8\x4b\x85\x77\xb9\xa7\x81\x2f\x36\xf6\x38\x30\xe9\xce\x21\x0d\x7c\xb0\xf3\xf9\x89\x49\x76\x76\x10\x01\x20\x7d\xfc\x8b\xb6\xe3\x69\xa1\x37\xee\x51\x5a\xd1\xdb\xe0\xef\x16\x5f\xd3\x03\x58\xa1\x4f\x28\xf5\xb4\x62\x09\x27\xfb\x5f\xef\xe1\x62\xa0\x99\x27\xd8\x2a\x0b\x13\xf0\x3c\xed\x84\x07\xf8\x02\x48\x37\x0f\xb5\x63\x85\xd4\x23\x4e\x3f\x41\x01\x3d\xbd\xea\x56\x26\x34\x83\x27\xc8\x32\x4c\xe8\xf4\xe4\x58\xa0\xc9\x05\x0b\xc2\x9e\x1c\x10\xb8\x43\xd6\x80\xc1\xef\x18\xb9\xe6\xe9\x8e\x76\xf6\x1f\x74\x3e\xd9\xff\x83\xc3\x49\xeb\xab\xa3\xe0\x7f\x66\xa5\x29\xcf\x41\xb6\xdf\x45\xe8\x39\xc8\xf6\xbb\x45\x3c\x43\x0a\x2e\x2c\x9a\xec\xf9\xc2\x92\x7d\x37\x9f\xe7\x88\x74\x22\xb4\x91\x03\xca\x2a\x33\x9a\xc5\x51\x82\x3f\x13\x44\xd9\x51\x52\x3f\x15\x5a\x27\x1d\x35\xf5\x33\xa3\xd9\x1c\x35\xf5\xdf\x07\xf8\x05\x48\xc1\x8c\x76\xf1\x1c\x27\x81\x18\x07\x9e\xf3\x83\x07\xf8\x42\xc4\xc7\x0d\xcd\xb2\x94\xf8\x07\x07\x01\x41\x9a\x11\x6e\x9e\xc1\xe5\x59\x2a\xd7\x73\x8b\xf6\xc6\xdf\xd1\xce\x31\x82\x49\x32\x02\xce\x81\x67\x95\x59\x66\xc1\x33\x0e\x46\x21\x37\xc8\x38\x18\x8c\x90\x73\xd4\xc9\x4f\x85\x98\x40\x9e\x07\xa6\xc0\xe3\x9f\x23\x96\x8a\x56\x25\xcf\x33\xe1\x01\x8e\x60\x45\x0f\x5c\x03\xb0\x65\xa6\xea\x7a\x5e\x58\xd5\xc2\x11\xfc\x45\x4a\xf1\x5e\x40\xe9\xfc\xcc\xa0\x3a\xcf\x3b\x3e\xc0\x76\xb8\xfd\xca\x14\x69\xbc\x2a\x5d\x66\xcc\x9c\xe7\x08\x94\x9a\xa2\x15\x5b\x78\x80\x5d\x82\x58\x59\x18\xc7\x33\xbc\x70\x82\x44\xf4\x7c\x63\xd2\x8d\x5f\x84\x81\x53\x30\x61\x8e\xf2\xef\x99\x61\x75\x8e\x48\x85\x5c\xb4\x6a\x90\xdc\x95\xd3\xe3\x19\x26\x51\xe5\x25\x78\x01\x7d\x33\xc3\xdb\x01\x84\x95\x89\x47\xef\x25\xa8\x93\x3c\xa5\x54\x6c\x24\x39\x42\xe9\x68\xe7\xed\x5a\x62\x63\xb9\x8a\x05\x76\xee\xca\x82\x1b\x5e\x5e\x99\x27\x33\x64\xcd\x0b\x44\x1c\xc2\x56\x7a\x81\x86\x45\xcd\xdf\x11\x33\x90\x59\x97\xd7\x0b\xb4\x1f\x82\xb1\x38\xdc\xe9\x99\xc8\x83\x0e\xf0\xa5\x24\x00\x0c\x2f\x37\x3a\x24\xad\x97\x1b\xfb\xca\x6d\x2b\x10\x65\x19\xcf\xe6\xf5\x8a\xdf\xdf\x07\xe1\x31\xcf\x04\x4d\xf6\x0a\xd5\x83\xb8\xb5\x8e\x2a\xdb\x99\xd0\x64\x5e\xdf\xc3\x95\x99\xe6\xe3\x70\x88\x67\xa6\xc5\x78\xc5\x51\x62\x38\x9c\xd7\x1e\xbf\xf9\xfd\x1e\xdf\xe3\xf7\xc7\x4b\x35\x84\x2a\x74\xb8\xb7\x33\xa3\xdf\x1c\x55\xae\x73\xa5\xf4\x80\xaa\xd6\x99\x55\xa3\x1d\xde\xe7\x4c\x28\x41\x47\x95\xea\x4c\xb4\x30\xaf\x77\x7c\x9f\xfd\x43\xd4\xaf\xf9\x5f\x9c\x3b\x0e\xb7\x6f\xae\x3c\xb7\x35\xc2\xb4\x18\x68\xe6\xf5\x25\xb8\xcc\xfa\x1a\x5e\x9f\x07\xbf\xbf\xd1\xb6\x0b\xa3\xf9\xec\x6b\xde\xb0\xda\xf5\xb3\xaf\x39\x6a\x48\xe7\xca\x63\xdc\x40\x8f\x2c\x73\xec\x2d\x56\xff\x93\xf6\xbc\xc5\xea\x17\x7e\x1f\x1e\xc6\x5a\x79\x64\x5a\x31\x3c\xc0\x0e\xcb\x5f\xf0\x5d\xe2\x3f\x0e\x1e\xe0\x08\x6a\xc4\xd2\xf1\x14\x36\x28\x0a\xca\x92\xf5\xd6\x9e\xf8\x07\x07\x09\xc5\x80\xd1\x71\xde\x62\x8b\x1b\x3f\x39\x22\x7e\x8f\xd7\x66\x8b\x3d\xe5\x29\x43\x71\xe6\xcc\x68\x37\x47\x71\xe6\xcc\xe0\x36\x6f\xd0\x03\x2a\xd3\x3f\x1c\x90\x5a\xb9\xf2\x58\xb6\x15\x21\x84\x4b\xff\x48\x78\x80\x3d\x42\xe3\x24\x06\x95\xb7\x15\x93\x5a\x9c\x54\x90\x11\xcf\x69\xdb\x18\x22\x6f\x6e\x78\xcf\x33\x83\xdf\x1c\xf5\x98\x93\x8a\x19\x78\x43\x8c\x71\x6d\xda\x4a\xdc\xdd\x95\xec\x10\x15\x99\xdf\x07\xb8\x6c\x7e\xe3\x01\x0e\x01\xd1\x3a\xb5\x69\xb3\x71\xdb\x13\xd8\xca\xe1\x6e\xcf\x04\x0e\x73\x00\x65\xa5\x4a\x93\x94\xb7\xfb\xbd\xcd\x09\x5e\xe3\x28\xd2\xfc\x3e\xc0\x31\xdc\x0d\x0f\xe8\x85\xe8\x92\x1c\xb5\x41\x11\x66\x40\x9b\x37\x9c\x0e\xe6\xc1\x78\x7b\x5a\xbc\xf0\x0d\xba\x83\xa0\x25\xab\x77\x10\xb4\x96\x05\x75\x94\x93\xd0\xb1\xbc\xe7\x89\x07\x16\x7f\xc7\x10\x78\x84\x3a\x48\x9a\x79\x8f\xde\xe1\xee\xac\x6d\xf1\x93\xaf\x60\x9b\x1b\x49\xba\x97\x08\xd6\x5c\x7a\x63\xe1\x81\xc9\xdf\x31\x06\x6e\x05\x10\xc0\x32\x03\xd6\x1c\x88\x5e\xb2\xf5\x39\xe2\x0c\x64\xea\xf3\x0e\x87\x69\x65\x4c\x8d\x77\xdc\xf7\x5a\xb6\x0e\x26\xd6\x78\x11\xf5\xfe\xe0\x37\x3f\x30\x22\xbc\x53\x93\x7a\xef\x09\x59\xfa\xbc\x8f\xf8\x00\xe7\x34\xa3\x03\x4e\x01\x21\xaf\xb5\xab\x87\x89\x29\x50\x94\x46\x3d\xe7\xf7\x01\xf6\x30\x0f\x1e\xe0\x0b\x10\x08\x58\x63\xd4\x01\x54\x95\xa5\xe1\xf4\xdd\x23\xe2\x94\x2f\x6c\x2c\x33\x05\xb9\x1e\x31\xb1\x2c\xd4\xe7\x28\x01\x9d\x19\xce\xe6\xdd\xb0\x8a\x6a\xf7\x58\x35\x9e\xda\xee\x20\x4f\x4a\xbb\xc0\xaa\x7a\x1f\xe0\x24\xa0\xd7\x35\x8a\xbf\x1d\x7a\x1c\xab\x1f\x39\xe2\x33\x32\x61\x66\xbd\x43\x6d\x6b\x7a\x3f\xa8\x57\x94\xf2\x60\x0d\x78\xc2\x50\xe4\x39\x13\xd3\xda\x47\x10\x2f\x0f\x14\xc0\x96\x52\x25\xee\xa8\x8f\xf4\xae\x01\x41\xaf\x1d\x55\xa1\xdf\x07\xf4\x8f\x85\x07\xbe\x11\x0e\xdc\x96\x9d\xc2\xeb\x00\xb5\x33\xba\xcb\x01\xb7\x94\xea\x20\xe7\x1a\xaf\x28\x9a\x7b\xfa\x97\x48\x6a\x1f\x11\x61\xcb\x72\x5a\x3e\x4a\xc3\xdb\xfa\x5a\x4c\x80\x7b\x30\x70\x56\x18\xfc\xe5\x03\x3a\x1f\x83\xbb\x1c\x01\x27\x99\xc1\x5d\x3e\x5e\x1d\x30\x33\x96\xcb\x47\xdc\x06\x12\xbe\x51\xe7\xfa\xfd\x07\xd7\xac\xbe\xa4\xce\x80\x11\x1f\xed\x2f\x2a\x58\xff\x70\x3c\xc0\x17\x70\x76\x3a\xb9\x1c\x62\x54\x72\xa7\x64\x3a\xba\xe1\x37\x87\x3c\xa2\x9d\x43\x86\xd3\xad\xd2\x2b\xed\x08\x39\xc9\x4c\x6c\x76\x40\x34\xbd\x0f\x70\x12\x10\x19\x18\x6b\xe5\x03\x8a\xa1\x4a\x2c\xfa\x58\x2b\xfe\xc1\x31\x2c\x2c\x03\x0f\x13\x0a\x60\xbf\x0f\xf0\x93\x50\xec\x98\xbc\xed\x03\xb4\xcf\xe4\x68\x1f\x30\x59\xd4\x49\x3e\x39\x70\x1b\x74\xed\x7b\xdc\x06\xf3\x33\x1c\xf9\xc0\x6d\xa0\xe3\x37\xe2\x36\x98\x3c\xb0\x03\x87\x41\xc7\x6f\xe0\x36\x60\x75\x0e\x1f\xe7\xe0\x37\x9f\x87\x2e\x28\xed\x77\xdc\xf1\x3c\xa7\x70\xc7\x88\xbe\x9d\x9d\x50\xf5\x08\x26\xe4\x40\x6e\xca\x52\x8e\xe7\x15\xe1\xd7\x94\xc4\x00\xe5\x94\xa5\x1c\x03\x9a\xe9\x7d\x60\xf1\x1f\xa0\x6d\x6a\xa3\x33\x45\xc0\x36\x69\x65\x66\x4c\x89\xe7\x77\xc6\xe9\xe1\xf9\x9d\xd0\xec\x84\x1b\xec\x13\x9a\x1d\x03\xc0\x1c\x00\x4d\x49\xa0\x19\x8e\xca\xdd\x99\x11\x61\x0e\xc4\xa6\xcc\x88\x30\x9f\xb0\x81\x10\x6e\xcd\x67\x9c\x07\x72\x00\x20\x2e\x65\x46\x84\xf9\x1c\xf1\x9b\xef\x83\x18\x19\xf1\xe5\x73\xc4\xa2\xe8\x03\x63\xe3\x01\xfe\x46\x50\x70\xa3\x8f\xc6\xe7\x7c\x17\x65\xf0\x44\xce\x19\x21\xe4\x64\x19\x13\xd4\x3a\xb4\x8a\x50\xcc\x86\x16\x0d\x56\x8b\x76\x51\xa6\x9c\xb0\x5a\xd0\xfb\xe0\x73\x47\x90\x3a\x95\xc7\x09\xab\x05\xbd\x0f\x8e\x60\x9a\xcc\x22\x75\x8e\xd8\x97\xcc\xa8\x31\x9f\x1e\xed\x9c\x34\x68\x97\xc8\x09\x3e\x11\x35\xac\xfa\xd5\x3e\xcf\xcb\x65\x18\x24\xe6\x13\x71\x81\x2a\x18\xed\x28\x80\x9d\x59\xa9\xc7\x27\x68\x93\x51\x63\x3e\x5f\xb1\x22\x8f\xcf\x1b\xe7\x0b\x6a\xda\xe0\xb6\x2e\x98\x1d\x5a\xe2\xaa\x2d\x98\x1d\x98\xb2\xe8\x2b\xfd\x05\xda\x17\xfe\x03\x73\x26\x53\x40\x28\x4b\x96\xe1\x63\x41\x90\x26\xe2\xbc\x2f\xa8\x2d\x8c\x48\xf7\x15\x84\x40\x46\xbf\xa0\xf1\x13\x1a\xcb\x57\x8f\x30\x7b\x9a\x5e\x56\xc7\xbe\x36\x76\x08\x91\x80\x51\x69\xbe\xa0\x29\x32\x3e\xdd\x57\x50\x16\x85\x68\x04\x9e\x64\x46\xad\xf9\x9a\xf1\x9b\x1d\x42\xc1\x67\x90\x9a\xaf\x85\xdc\x05\xa6\xb4\xfa\x82\x86\x3f\x28\x44\x2f\x68\xf8\x8d\x39\xae\xbe\x82\x90\x28\x55\xaf\xd8\xf6\x7f\x0a\x6b\xf3\x85\x20\xbb\x96\xb9\xe7\xcb\x41\xe8\x64\x3f\x2b\x32\x19\x64\xfb\x5a\x07\x0b\x42\x7e\xb3\x10\x20\xd5\xf2\xcf\x3f\x10\x4a\x2d\x6b\xd7\x82\x81\x60\xf0\x7a\x8f\xa0\x94\x46\x18\x71\x47\x54\x4a\x1e\x5a\x73\xe4\x36\xb4\xfc\xf3\x06\xa6\x44\x8e\xb3\x6e\x10\x26\xb5\xe5\x05\x93\x83\x8a\x23\xfb\x82\x2b\x8f\x81\x6b\xbe\x83\xf0\xc8\x3f\x50\x7c\x3a\x35\x96\xd2\xf7\x0d\x05\x8d\x81\x66\x8e\xea\xd1\x99\x81\x66\xbe\xe1\xb2\x25\x84\x9b\xa3\x1a\x73\x66\x18\x99\xa3\x1a\x73\x66\x18\x99\xa3\xda\x72\x6a\x32\x00\x6c\x5c\x87\xc4\x8c\xf3\x3d\x0e\x7e\x73\x84\xd0\x95\x18\x05\xe6\x28\x37\x9c\x19\x05\xe6\x1b\x06\x03\x06\x7d\x39\x22\x3a\x32\x63\xbc\x7c\x47\x8e\x00\xd3\x72\x1c\xf5\x75\x33\x83\xba\x7c\x47\x8e\x40\xd5\x88\x4e\xc2\x03\x1c\x41\xec\x34\x13\x77\x1c\xc8\x47\x99\x18\x9f\xbe\xef\x18\xc2\xe2\xef\x77\x91\x75\xdd\x6e\x28\x15\xba\x6d\x0d\x37\x0d\x91\x64\x1c\x31\x20\x99\x48\x30\x6e\xb1\xe6\x54\x72\x2d\xd6\x9c\xdc\x03\xc8\x46\x72\x2f\xba\xc1\x17\xc6\x9c\x05\xb7\xd8\x03\x8a\xf7\x06\x2f\xf7\x24\xf3\x30\xe8\xaf\x0c\xe9\x72\x5b\xf1\xfe\x37\x7e\x83\x49\x81\x18\x97\x6e\x10\x43\x09\x28\xed\x40\x16\xca\x32\xde\x19\xa8\x4e\xb6\x3a\x8b\x0c\x86\xa1\x09\xc1\x06\xc1\x90\x30\xf7\x98\x30\x79\x85\xc7\x84\xc9\x2b\x1c\xcc\x8a\x25\x7a\x1d\x71\x00\x49\xa8\xae\x0e\xb8\x8c\xcc\xe2\x4c\xee\x50\xaa\x84\x2c\xe7\x0e\xa5\x8a\x30\x9a\xee\x50\x89\x1a\x03\x2e\x1d\x85\x56\x33\xe3\xb9\xdc\x63\x0d\x29\x1d\x38\xac\x00\x82\x63\x72\x87\x18\x37\x79\xf4\x3c\x16\x91\x67\xd3\x91\xb6\xd0\x44\x15\xde\x3b\x1e\xd0\xef\x48\x35\xe1\x35\xe3\x41\xf9\x3c\xac\x3e\xa2\x07\x0e\x61\x34\xfc\xe6\xa4\x63\x9b\x28\x2d\xa0\x76\x6a\x96\x81\xd2\x23\xbb\xeb\x67\x48\xd8\x47\xc6\x7f\x39\x8a\x8b\x66\xc6\x7f\xb9\x23\x95\xb3\x11\xef\xcd\x51\xfd\x33\x2f\xde\xdd\x81\xa2\xd1\x7e\xff\xb1\xf0\x00\xe7\x04\x19\x6d\xf1\xb4\x3b\x28\x85\xb5\xbf\x1d\xb0\x19\x99\x80\x75\x0e\x18\x8c\xcc\x00\x33\x77\x28\x30\x0c\x30\xf3\x80\xb9\x10\xe2\x99\x1f\xf8\x2b\x17\xef\xc1\x73\xc5\x07\xd8\x9e\xe2\x03\x9d\xbf\xb1\x06\x0c\x94\x71\xa0\x3a\x65\xc9\x68\xe7\x2f\x01\x66\xe8\x0b\xef\xe1\x90\x8c\x16\xa1\x07\x8c\x50\x73\xc0\x3e\x65\xc6\x90\x7a\x84\x22\x2c\x0a\x13\x07\xca\xf7\x22\x3b\x39\x2d\xda\xf9\x7d\xd0\xcd\xca\xff\x52\xd7\xc6\x23\x4e\x81\xe1\x68\x7e\x10\x78\x2c\x78\x5c\x3f\x50\xb4\x99\xca\xee\x81\x4b\x21\xfc\x50\x3f\x50\xb4\x19\xb0\xe6\x07\x02\x1c\x03\xd6\xfc\xcc\xf8\xcd\xe1\xaf\xf8\xcd\x05\x04\x91\x31\xdc\xcc\x0f\xd4\xe4\xce\x50\x01\x3f\x50\x93\x65\xa3\x3e\x91\x76\xc1\xd8\x01\x07\x4e\x55\x66\x7c\x99\x47\xec\x02\x41\x02\x1d\x50\x16\x99\x20\x79\x8e\xaa\x9c\x99\x38\x5e\x7e\x82\xa6\xc8\xad\x50\x55\x33\xcb\xa4\x7d\x82\x86\xb4\x24\x41\x43\x5a\x01\xd8\xc0\x55\xa9\xc9\xcf\x03\x12\x20\xfb\x0a\x6c\x0b\xc1\x3a\xfa\x81\xda\xcc\xd8\x03\x47\x34\x43\x66\xf8\x9a\xdf\xe0\xd7\x0c\x5f\xf3\x3b\x88\x90\x44\x1a\xc1\x0c\x8b\xa2\xd0\x0d\x25\x99\xd1\x6c\x7e\x07\x49\x51\xd4\xb9\x83\xa4\x68\xcb\xb8\xa1\x24\xf7\xcc\x63\x72\x43\x49\x66\x34\x9a\x07\x3a\x46\x67\xe6\xb8\xa3\xb2\x67\x66\x78\x9a\xdf\x41\x74\x64\x77\x88\x44\x48\x3d\x6b\x88\x50\x32\x75\x2c\x02\x62\xa2\x67\x8d\xb9\x63\x0d\x78\x2c\xee\xa0\x1b\xf2\xc3\x1b\xe2\x1a\x03\xca\xfc\x9e\x91\x62\xa4\x17\x60\xc3\x64\x71\x4b\xbf\x23\x2d\x4b\xf2\xd1\x3d\xb1\x2a\xbc\x45\x6f\xc8\xfd\x8c\x27\xf3\x3b\x28\x91\xec\xf0\xde\xb1\x2a\x94\x55\x6e\x07\x69\xeb\x77\x10\x06\x59\xfa\x0d\x27\xb6\xaa\xc4\xf8\xf3\xee\x63\x61\x61\x00\x07\xe2\x55\x61\x3d\x43\x47\x3d\xcc\x24\x30\x61\x0f\xc8\x2b\x86\x8b\xf9\x13\xf9\x3c\x04\x58\xf5\xa8\x88\x49\x68\x78\x47\x05\xcc\x42\x74\x6b\x07\x46\x56\x61\x7c\x99\x3f\x19\x23\x20\x7b\x7a\xa0\xe0\x75\x26\xc7\x3b\x4a\x54\x16\xc6\x93\xf9\xd3\xe2\x37\x3f\xd0\xd0\x01\x2f\x95\x07\x2e\xe8\x4e\x20\x24\x07\xf0\x55\x61\xf1\x00\x7f\x22\x25\x88\xd5\x0f\xfc\xe9\xeb\x7d\x80\x1c\xe3\x41\x05\x75\x26\xab\xf9\x33\xd0\x23\x85\x0d\x80\x57\x28\x04\xc5\x9f\x89\x29\x93\x41\x3c\xa8\xde\x41\x8c\x55\x7f\x5e\x65\xab\x5c\x14\x46\x50\x64\xb2\x10\xd6\xcf\x11\x10\x52\x18\xce\xe6\x0f\x60\xe9\x18\xce\xe6\xcf\x1d\xbf\xd9\x3f\x60\x0a\x59\x91\xdc\x51\x97\x31\x75\x99\xd9\x9e\x07\x9b\xc4\xf3\x1e\x58\x15\x9d\x49\x46\xfe\x3c\x18\x31\xc5\x99\x07\xc5\x62\x58\x5f\xe5\xa0\x52\x63\xb9\x3e\x7e\x70\xae\x20\x93\x6f\x49\x4f\x54\x46\x64\xb8\xdb\xb9\x12\x46\xf4\x1d\xff\x73\xbd\xd2\x48\x61\x99\xd2\x73\xc5\x1e\x7e\xd2\xcb\x41\x04\x4a\x61\x30\xdb\xb9\x10\x3f\xdb\x59\x87\xf6\xa0\x34\x60\x61\xf4\xda\x09\xf4\x8b\x4e\xd0\xfc\x03\xf8\x8b\x72\x75\xbe\xd0\x30\xe2\xce\xf6\x86\x11\x77\x8e\x20\xa8\xe6\x23\xfc\x83\x18\x96\x72\xf5\xf1\x0f\x77\xce\xb9\x06\x1e\x1e\x5c\x9e\x20\x90\xc1\xe5\x99\x58\x8e\xc1\xce\x63\x83\x3f\xc9\xe9\x5c\xa8\xa2\x7b\x0d\x4e\x1f\x8e\xd3\x4e\xe5\xf6\x5c\x86\xe9\x4e\x7e\x10\x8e\xd3\x3e\x0a\xbf\x60\x98\xee\xe4\x7a\x04\x89\x4c\x4e\x0f\x02\xb8\x40\xd4\x0f\x20\x25\x0a\xc3\xd3\xce\x15\x34\xb4\xd8\x23\xd4\x9e\x3e\x34\x66\xd4\x0f\x62\xb8\xd9\x49\xd7\xc1\xef\x6f\x81\xd3\xcb\x60\x0b\xe1\xd9\x4e\x2a\xf1\xfc\xe0\x6f\x64\x74\x32\x6f\xf8\xa4\x57\x9e\x2c\x0c\x47\x3b\x09\x91\xa7\x9d\x32\xf5\x49\xd8\x32\x02\xb6\x9d\x84\x2d\x23\x60\xdb\x49\xd0\x83\x3a\xcd\x5d\x27\xa1\xf8\x2b\xa3\xcb\x4e\xa0\x48\x74\x0a\xc1\x27\xf5\x84\x07\x12\x7f\x63\x8c\x99\x73\x7a\x59\x7a\x61\x19\x90\x03\xd8\x89\x42\x08\xb7\x93\x26\x46\x90\xd9\xe1\x8c\xf7\xf9\xfd\x1d\xed\x8b\xbf\xd1\x5e\x38\x20\x04\xaa\x76\x8a\x0a\x27\x59\xc1\x03\xec\xd0\x22\x3b\x91\xfb\x1a\x55\xd2\x52\xe1\x08\x0c\x8b\x56\x38\x02\x44\xeb\x77\x8a\x06\x27\x19\x86\xac\x1e\x50\x90\x39\xe9\x83\x27\x86\xc4\x55\x7f\x30\xe4\xc2\x21\xc7\x36\x73\x97\xf2\x35\xf0\x3b\xf1\x77\xe4\x2f\x7e\xfc\xfb\xe4\x6b\xe1\x81\x6f\x00\x51\x97\x8c\x15\xce\x0f\x22\x29\x0a\x4b\x8d\x9c\x1c\x74\xf2\xc9\x1e\x27\x97\x3b\x12\x28\x17\xff\x81\x5d\x24\xaf\xc9\xf5\x2f\xa3\x52\xff\xc0\x2e\x92\xf9\x20\xf2\xa2\x24\x32\x1f\x80\x44\x94\x44\xe6\x13\x95\xc3\x18\x9f\x77\x72\xec\x62\xe3\x08\x62\x17\xc9\x7c\x32\x80\x0a\x19\xaf\x77\x10\xf7\x50\x58\x16\xf3\x64\xe0\xf7\x13\xf5\xe6\xe4\xd8\x75\xb2\x16\x20\x40\x14\xc6\xf3\x9d\x8c\x32\x8e\x14\xa6\x4e\x8e\x2d\xea\x9c\x30\x72\x75\x06\x91\xed\x4e\xf6\xfc\x3e\x30\xd8\x21\xc0\x89\x54\xf5\xf9\x64\x37\x3c\xc0\x1e\x80\x83\xc9\x00\xbd\x93\x63\x93\xc9\x5f\x80\x00\x51\x18\xa0\x77\x72\x6c\xfa\xe4\x0c\x62\xd3\x3f\xc5\xec\x14\x44\xb6\x0f\x82\xe4\x9c\x02\x14\x73\x62\xd1\x9d\x80\x73\x18\x0c\x6e\x3b\xe5\xc2\x9a\x4d\xbd\xf0\x44\xd6\xe9\x37\xa4\x12\x64\xf1\x69\x5e\xa7\x24\x0c\xe1\x93\x89\x4f\x41\xae\xcf\xa0\x6d\xea\x94\xd4\xf1\x00\xc7\x84\xf0\xd6\x41\x3c\xb5\x53\xf2\xdb\x25\x33\x6f\x4e\x79\xb5\x8a\xc2\x08\xbf\x53\x40\x78\x04\xf3\x3d\x05\xfa\xeb\x60\x22\xcd\x29\xb8\xa6\x73\xd2\xef\x8a\xdf\x8d\xbf\xd1\x23\x4b\x2a\x9e\x02\x42\x60\x00\xde\x29\x20\x04\x06\xe0\x9d\x02\xed\x71\x10\xf3\xe9\x14\xe0\x0f\x67\x7d\x00\x29\x0f\x83\x20\x50\x07\x75\xb5\x0a\xd3\xa9\x4f\x01\xa0\x6a\xce\xeb\x5f\x6e\x9d\xf2\x5e\x02\xe5\x67\xc5\x40\x57\x34\xde\x1d\x20\x37\x94\x9f\x05\x3b\xf1\x3c\x3b\x47\x11\x2e\x56\xac\x3c\x08\x03\x49\x83\x71\x20\xa7\xdc\x05\x0f\x70\x93\x1f\x7c\x90\x47\xbd\x80\x8c\x18\x1d\x78\x0a\xb2\x64\x47\x4d\x1c\xc1\xf3\xe0\x81\x6f\x04\xf5\x8a\x44\xde\x4f\x3a\x3c\xf5\xc2\x10\xb8\x1e\x88\x2c\x29\x2c\xad\x72\x6a\xc2\xfa\x7c\x72\xc8\xa9\x28\x3a\x48\x0c\xbb\x83\xba\x5d\x85\x00\xd6\xa7\xe2\xe8\x33\xfc\xf0\xd4\x1e\xcf\x17\xfe\x8e\xe7\x2b\x7f\xe3\xfb\xbc\x15\x2b\x94\xc5\xc1\x48\xd4\x53\x3b\x66\xd0\x38\x83\x11\x1d\x70\x40\x00\x1e\x52\x71\x8e\x53\xe7\x7b\x76\x19\x9f\x78\x2a\xbc\xb0\x83\x75\xf5\x4e\x45\xa9\x2f\xa6\x53\x9d\x0a\x2f\xec\xa0\xf3\xfa\xd4\x89\x31\x91\x5d\x20\x7a\xa5\x30\x46\xf1\xd4\x57\x39\x2c\x0c\x49\x3c\x15\x25\xf4\x33\xd9\x49\x8d\x6d\xa7\x30\x52\xc1\x1c\x18\xa1\x78\x2a\x98\x01\x03\x12\x4f\x3d\x98\xe2\x60\xff\x90\x1e\x33\x99\x4d\xbd\xe3\x79\x0e\x38\xa8\x80\xcc\x06\x01\x2e\x85\x36\xda\x53\x51\x72\x9f\x01\x8b\xa7\x42\x57\x1c\x5d\x2b\xf0\x60\x82\x9f\x1e\x74\x1a\x84\x47\xda\x74\x4f\x0b\x22\xa0\xb0\x83\x00\x98\xc2\x08\xc6\xd3\xe0\x72\x1d\x74\x6c\x9f\x96\x06\x1e\xf8\x46\xd8\x82\x4a\xc8\x8c\x5a\x50\xc9\x64\x87\x70\x48\x0a\x24\xff\xb4\x8a\x25\x20\x73\x0a\x20\x05\x01\xb5\x9f\x06\x60\x6a\xc6\x38\x9e\x16\x74\x46\x69\xa9\x05\x9d\x7d\x3e\xa3\xd3\x3a\x78\xd3\xe2\x08\xa0\x4c\x0e\x7a\x64\x4e\x7b\x95\xc9\x52\x34\x82\x1e\x09\xdb\x59\xff\x38\x78\x80\x23\x80\x8e\x41\xe8\xe2\xd3\x40\x88\x0c\x79\x3c\x0d\xca\xe4\x18\xbc\xb8\x11\xdf\x52\x18\x8f\x78\x50\xf2\xad\xb0\x7e\xec\x41\xac\x49\x61\x3c\xe2\x69\x27\x9e\xe7\x14\x4e\x64\x80\xab\x07\x54\x2a\x60\x80\xe2\x69\x88\x90\x1e\x53\x3d\x1c\xcc\x49\x53\x40\xc6\xe8\x98\xea\xf2\x60\x4e\x14\xb7\x1a\x28\x8d\x11\x8b\x07\x58\x10\x85\x01\x8a\xa7\x41\x1b\x1d\xb4\xf2\x9e\xf6\x0c\x3c\xc0\x8d\x0c\x30\x05\x9a\x7d\x4f\x7b\xde\xb3\xc1\x10\xc6\xd3\x41\x5a\x8c\x74\x3f\x1d\xa4\x55\x28\x4e\x75\xa8\xaf\x83\x76\xd8\x83\xc2\x71\x85\x11\x8a\xa7\x43\x1b\x65\x40\xe2\xe9\xd0\x46\x09\x4a\x7c\x3a\x14\x99\x42\x16\xd8\x4b\xbc\xff\x4d\x01\x85\xe1\x8a\x18\x7e\x47\x79\x83\x42\x06\xd7\x6b\x2c\x22\xaf\x39\x54\x86\x2b\x8c\x57\x3c\x3d\xe0\x1b\x98\xa2\x7a\xa2\x34\x5c\xd1\x88\x41\x9a\xc4\x05\x3c\x1d\x8a\x0c\x71\x01\x0f\x4a\xc3\x15\x86\x2f\x9e\x0e\x6d\x97\x05\x2d\x4e\x00\x60\x8c\x95\xfe\xc5\xba\x76\x3a\x54\x61\xa2\x0c\x9e\x0e\x4d\x87\x90\x80\xa7\xcf\x82\xdf\x1c\x4d\x60\x3d\xd0\xdb\x7a\x50\x9c\xad\x14\x0a\x4b\x3d\xc8\x94\xdc\x2d\x8a\xab\x11\x11\xf0\xf4\x85\xe9\x92\xbb\x75\xb8\x32\xc7\xd2\x08\xd6\x7b\x76\x0b\xd9\xdd\x1f\x80\x07\x4d\x45\xa7\x43\xbb\x66\x3c\xe6\x41\x50\x4a\x21\xa6\xe0\xe9\x10\xd7\x58\xc1\xe2\x74\x68\xdb\x8c\xd7\x3c\x1d\xaa\x15\xe3\x35\x4f\x47\x18\xd7\x58\xe4\x4f\xa8\xb7\x56\x18\xaf\x79\xba\x47\x07\x1c\x61\x9c\x34\xf2\xb7\x7e\x30\x20\xbd\x0f\x06\x4d\x77\xce\xe9\x40\x99\x67\x3c\xe7\xe9\xe7\x0f\xc8\x40\xff\xc0\x88\x28\xae\x75\xe8\x72\xb4\xc1\x9c\x7e\xc7\x07\x39\xa0\x38\x67\x94\xde\x10\xf3\x52\x88\x85\x77\x3a\xb4\x7d\x46\x24\x1e\x14\x24\x2b\x04\x38\x3c\x23\x4e\x11\xb9\x1f\x0a\x90\x95\x42\x9a\x1d\x71\x68\xc8\xfd\x46\x1c\x1a\x72\xbf\x81\x78\xed\x79\x75\xfd\xe3\x5d\x31\x06\x80\x9e\x00\x3d\x99\x4c\x2e\x3b\x03\xc7\x8a\x11\xa1\x67\x40\x99\x64\x44\xe8\x19\x38\x66\xb4\x01\x1d\xc4\xa4\x14\x02\x24\x9e\x01\xf3\x00\x23\x46\x4f\x80\xa2\x4c\x66\x77\x9d\x01\xf3\x00\x43\x48\xcf\x80\x6e\x29\xc1\x64\xb4\x80\x72\x58\x7c\x00\xce\xdb\x29\xfd\x76\xa0\x38\x3f\xe1\xba\x4f\xe0\xa8\x4c\x29\xbc\x03\x77\x40\x25\xcb\x47\xd9\xb1\x52\xc9\x1e\x07\x94\x4d\x06\x86\x9e\x01\x23\x02\xe3\x40\x0f\x70\x55\x0a\xe3\x40\xcf\x80\x11\x81\x71\xa0\x67\xc0\x8a\xc4\x38\xcf\x33\x70\x92\x2a\xc5\x3f\x04\xa4\xa4\x29\x4d\x6b\x2c\xac\x3a\x99\x5f\xc0\xac\x4c\x22\x84\x9f\x81\xb3\x46\x44\xf1\x07\x2e\xf5\x4a\x05\xfc\x59\x90\xd6\x18\xfe\xf1\xac\x57\x4d\x18\xb4\xf2\x3c\x51\xeb\xa8\x7e\x27\xef\x59\x51\xb5\xf5\xd2\x6f\xd4\x6e\xf9\x76\xf5\x59\x17\x4a\x22\xff\xfc\x1e\xbf\x88\xf0\xcf\x02\xb7\xfe\xfd\xbd\x50\x7e\x43\xfd\xef\xdf\x12\xdd\xcf\xba\x0c\xb5\x68\x2a\x7f\xfb\xdb\xde\xf8\x7e\x8a\xaa\xbc\x1c\x0f\xaa\x0c\x33\x4e\xf9\x59\x19\xb5\x60\x2e\xce\x27\xa3\xfc\x40\xe6\xf7\x32\xca\x2b\x24\xf6\x87\x5a\x49\x44\xd4\x7e\x16\xaa\x04\xb3\xea\xee\x13\xb5\x90\x18\xc7\xf8\xac\x86\x12\xf0\x89\xe3\x47\x55\x60\xea\xea\x0f\xa0\x2b\x7e\xc7\xd7\x0e\xda\x39\x3e\xd4\xea\xa2\x0e\xf5\xac\xf6\x8e\x87\x46\xf8\x07\x50\x17\x95\x7a\xe3\xb3\x7a\xd4\xc2\xd2\xef\xfc\xdf\xff\xfa\xcf\x7c\x3a\xca\x7d\x34\xce\xa7\xa3\x7c\x4b\xd6\xf3\xed\xbf\xff\x8d\xa6\xf1\xf6\xfe\xdf\xff\xda\x35\x38\x1e\x54\x0c\x60\x02\xe1\xb3\xde\xab\x64\x30\x72\xed\x59\x2f\xc5\x37\xc6\xde\x3d\x80\xde\x68\xe5\xff\x61\x53\x9b\xfd\xff\xe5\xa2\x79\x80\xca\x31\xae\xc9\xbd\xe8\x51\xb4\x50\x63\x43\xa9\x88\x49\x5a\x45\x45\x65\x66\x1e\x3e\xeb\x15\xdc\xdb\x0f\x2d\x8e\x28\x62\xc8\xb1\x8d\xf4\x7e\x5f\x63\x1f\xa8\x96\x30\xf4\x3c\x4a\xf3\x88\xd6\x07\x68\x47\xb4\x35\xee\xdf\xf2\xf1\xcf\x9a\xa8\xeb\xd4\xf4\x1b\xb4\x54\xf9\xfc\x7b\x31\x56\x56\x28\x7e\x00\x12\xa2\x0a\xbb\xcf\x42\xf5\x84\xda\xf5\x1b\x7b\xad\xf1\x2f\x7c\xbf\x73\x7e\x0b\x75\x8a\xb4\x1e\x28\x47\x5e\x35\x3e\x14\x1d\x65\xf4\xf2\xb3\xde\x7b\xb3\xff\xf4\xbf\xd3\xff\xb9\x3e\x1b\xe3\xd5\x7a\xa3\x08\x69\xd2\x78\x36\x2a\x6e\x77\xd2\x2a\x4a\x81\xfc\xac\x3f\x4a\xab\x30\x9a\xfa\x59\x7b\xff\x9f\xb4\x89\x3a\x5b\xe3\xe7\xfb\x28\xbf\xbf\xd8\xfe\xde\xba\xb5\xea\x2c\xa2\x94\x08\x61\x33\x1f\xd4\xd9\x6a\xe3\xe7\x79\x9c\x8d\xc9\xf1\x1b\xea\xd8\x35\x8e\xc7\x9e\xff\xf3\x2c\x79\xfd\xad\x4e\xf1\x2c\x7f\x69\x9b\x15\x8d\x9f\xe5\xfd\xb7\x02\xf0\xb3\x1c\xa5\x93\x06\xfb\x7b\x2f\xf5\x9a\x34\x7e\x94\x0e\x6a\x3a\x0b\xef\x25\x5f\x7f\x68\xdd\x51\x0d\x63\x72\xfc\x28\x65\xd2\x7e\xfa\xc3\xd9\xd5\xf3\xa8\x73\xf7\x73\x56\x51\xb4\xb1\x8b\x17\xbd\xb2\x73\x25\xe4\xde\xb3\xce\x8d\xdf\xfc\xfe\x41\xa9\x16\x9d\xd5\x57\x26\x68\x4b\xbc\x29\x8a\x9e\x4e\xce\x07\x15\xb7\x59\x67\xed\x59\x37\xea\xc0\x65\xb5\xa3\x88\x68\xe6\xfc\xee\xfd\x5b\x44\xf5\x41\x9d\xb1\xda\x0b\xfb\x7b\xa2\xe8\x28\xfb\x7b\x70\xd6\xc5\x5b\x50\x54\x92\xa1\xed\x0f\xa2\x68\xda\x10\xef\x7e\x50\xea\x67\xe8\x77\xf0\x3a\xfd\x7e\xde\xf7\xb9\x5e\x88\xba\xe9\xfd\xe7\xf7\x7b\x3e\xa8\x54\x3e\x1b\x77\x93\x78\xe7\x7e\xef\xa6\x4a\x4b\xc3\xb3\x51\xee\x9e\x5a\xf6\xb3\xdf\xbb\xa9\x52\xf0\x7f\xf6\x7b\x37\x0d\xc2\x20\x3c\xfb\xbd\x9b\x1a\xab\x93\x3c\xc0\xaa\x19\x0c\xda\x7b\x36\xee\x26\x46\x5f\x3f\x88\x02\x2a\xf4\x47\x3c\xfb\x8a\x8a\xf1\xdf\x7a\xef\xb8\x5b\x12\xdf\xff\xbb\x5b\xbe\xfe\x9f\xa8\xee\xf0\x75\xff\x04\x74\xdf\x47\x0d\x0f\x4c\x35\x5c\xcc\x07\x86\x9a\x4f\xc4\x7f\x9e\x80\x87\x6e\xfc\xd9\x61\xc6\xf9\xbf\xca\xf7\xff\xbf\xfd\xff\xfd\xff\xdc\xf1\xf0\x75\xbd\xb2\xdb\xdf\x9f\xc8\x30\xfb\xfe\x6f\x99\xff\xb7\xf2\xdf\xff\x08\x77\x74\x95\x97\x33\xfd\xfd\xf9\x32\x15\xa6\x58\x5c\xa8\x32\xff\xfd\xb9\x50\xb0\xfc\x6b\x31\xbd\x13\x05\xf3\xda\xd7\xe2\x7a\xc7\x51\xfa\xee\x6f\x09\x2e\x64\x19\x7d\x7f\x36\xe0\x5d\x5f\x6c\xea\x6c\x2a\xd1\x34\xbe\xa6\xa2\x26\x40\x49\xd1\x8e\x9c\xaf\xf4\x75\x95\x03\x5c\xfd\xdb\xcc\x0c\x77\xd5\xf7\x27\x20\x10\x2b\x5b\x5c\x2d\xa8\x0f\xd3\xbf\x16\x2e\x5c\xbe\x32\x32\x49\x1a\x5b\x9a\x5a\x02\x41\xf9\x6b\x29\x99\x2d\x91\x5f\xc8\x11\x94\xa5\x96\xfd\xdf\xff\x26\xe3\xb1\xf3\x35\x36\x9b\x86\xfd\xf7\xbf\x99\xf5\xd6\x38\x6a\xba\xdf\xa6\xc6\xc9\xce\xc4\xa6\x57\x27\x63\x79\xe3\x9c\x1a\x97\x01\x1e\x16\x06\x34\xe6\xf4\xca\x27\xdf\x9f\x28\x93\x58\xbe\x96\xce\xc9\xa6\x8e\x1a\x6a\xe9\x6b\x19\x6a\x19\x60\x91\x6c\x59\x6a\x59\x61\xf1\x66\x8b\x46\xb0\x02\x1b\xf0\x6b\x79\xb9\xf6\xf7\x67\xfb\xef\x7f\x73\x7e\x26\x97\x9c\xb5\xaa\xf9\x5d\xd5\xc9\xf0\xd7\x9c\xf3\x50\x53\x80\x11\xb1\xc5\xd4\x12\x40\x63\x5f\x4b\x67\x4f\xc8\xc4\xa4\xcb\x25\xe7\xde\xd5\x32\xde\x8e\xb2\x9a\x6e\x35\x3d\x6f\x13\x37\x3d\x6b\x1d\xf2\xc0\x79\xf9\xf4\xbd\x9c\x87\x3e\x38\x06\x9a\x38\x72\xed\x6d\xc6\xde\xb2\x84\x7f\x46\x3a\xe7\xf7\x67\x42\x13\xdf\x9a\x59\x4d\xc0\xa8\x9b\x6c\x51\x57\x01\x42\xc6\xe5\x5b\x5a\xbe\x15\xb3\xfa\x08\x22\x9b\x16\xc9\xfc\x6d\xe2\x1e\x66\xd7\x84\xdf\x0b\x6c\x32\xdb\x29\x03\x86\xfa\xfb\x13\x43\xe7\xaa\x57\x51\x0b\x0c\xac\x8c\x6a\xcb\x30\xaf\xfe\xfd\x89\x55\x62\x7e\x6d\xae\x83\x1b\x02\x9b\x2a\x83\xbe\x72\x9d\x45\x2d\xe3\xbf\xff\x2d\x02\xb9\x64\x64\xf6\xfd\xfd\xf9\x0a\x10\x44\xfb\xcb\x80\xa0\xfd\xfb\x13\x23\xa7\xfa\x9b\x61\x30\xfd\xfb\xf3\x5e\xa8\x6e\xfa\xd7\xd2\x12\xa7\xdb\xd2\x2b\x4f\x7c\xe2\x5d\x6e\x99\xc7\xa9\xbd\x5a\x03\xb3\x6a\x32\x60\x5c\xbf\x3f\xdf\x3b\xe3\x13\x39\x72\xcb\x4b\x2d\x28\xd4\xd8\xd8\x72\xd4\x82\x4a\xfd\x1c\x41\x51\x3f\x05\xfd\x70\x04\xa5\xa9\xe5\x95\xcb\x79\x9c\x9a\x78\x07\x72\xfb\xe8\xf7\xcf\x48\xdc\xfb\xfe\x44\x9d\x5a\x8e\xa0\x72\x0d\x5a\x4d\xb8\x89\xd9\x52\xd4\x82\xaf\x71\x04\x9b\x3b\x04\xe3\x22\x4b\xdf\xe4\xa6\x15\x85\x19\x91\x3e\x8a\xdc\x45\x0a\xbd\x23\xcb\x3b\xb3\x65\xa9\x65\x23\xd7\xea\xaf\x65\xe8\xbc\x8c\xf1\x6e\x1d\x13\x1a\xf2\x98\x24\xba\xf1\x32\x91\x49\xcb\x5c\x41\x88\xc2\xf7\x27\x00\x94\x13\x5b\x26\x5b\x52\xd4\x30\xfa\x5a\x52\x55\x0b\x00\x81\x27\x5b\xba\x5a\xd6\x4b\x8d\x1f\xb7\x29\x17\x89\xa4\x5c\x2f\x91\x2c\x1a\x38\xcb\x55\x13\x9b\x30\xbc\xc6\x31\x6c\xb5\xbc\x92\x13\xe1\xce\x4a\xe2\x8e\x97\x04\x13\xc3\x27\x52\x94\xd4\x1b\x5b\xa0\x1d\x7c\xf7\x55\xc9\x9a\x6b\x4e\x28\x46\x5e\xbe\x96\xae\x96\x97\xa1\x10\xa9\xb7\x64\x2e\x5d\xc9\x13\xc3\xe6\x02\x15\xb2\x9a\x02\x9f\x18\xa5\xc2\x82\xd4\xe3\xef\xcf\x05\x81\x99\x2d\x5b\x2d\x28\x61\xdc\xd9\x72\xd4\xf2\x0a\x71\x9f\xfe\x5e\xca\x52\x3f\x2f\xdf\xa7\x34\x59\x0a\xb9\x53\x29\x0b\x65\xe6\x38\x82\xb5\xd8\xf2\xaa\x2c\x6d\xb1\x85\xd2\x46\x29\x1b\x75\x2a\x0b\x5b\x86\x5a\xe6\x3b\xea\xc6\x96\x9f\xaf\xbd\xa3\x6e\x6a\xd1\xa8\x5f\x55\x85\xe5\xf4\x4b\x31\x8d\x1a\xc5\x7f\x13\x47\x60\x5a\x03\x43\xa5\x53\xae\x8e\xeb\x9d\x57\xde\xa1\x5c\xd8\xfc\xfe\x38\x60\x43\x24\x67\x63\x08\x46\x43\xbc\xd8\xf7\xe7\x79\x3f\xf7\xf5\xd4\x9e\xf3\xed\x43\x7b\x0e\xee\xdf\xcf\xd8\xd6\x13\xa9\xbb\xa7\x0b\xe5\x27\x3f\x72\xec\x00\xe7\xf8\xfe\x04\xa3\xfb\xd4\xb7\x5e\x07\x9b\x90\x4d\x5d\x09\x65\xdb\xdb\xf3\x5d\x07\xbd\xbd\x42\x7b\x25\x00\x40\xef\xe4\x0d\x1d\xf9\x90\x63\xa5\x2f\x33\x20\x64\xca\xff\x9b\x98\xd9\x07\x0f\x4d\x1f\xef\xa1\xa9\xd4\xf4\xfb\x20\xa7\xee\x03\x61\x2f\x2c\x2e\xdd\x61\xd0\xf8\xfe\xcc\x98\xdb\x1f\x39\x77\x94\x6e\xfd\xfe\x9c\xaf\xdc\xf8\x11\xc6\x48\xf6\x6d\xf2\x40\xf8\xc4\x64\x5c\xd3\x28\x94\x0e\x47\x29\xe3\xfd\xe0\x67\xfc\x1a\x9d\xb2\xd4\xe8\xd0\xf5\x59\x16\x77\x4c\xee\xf3\x98\x86\x0a\xa6\xdf\xa9\x1a\xab\x7e\xa4\x36\x56\x85\xc6\xf8\xf9\x9f\xc7\x26\xad\x0d\x60\x3a\x76\x72\xa4\x71\x2e\x7e\xf0\xc0\x86\xc5\xc0\xf3\x89\x20\x98\xef\xcf\x97\x31\x33\x58\x64\xce\xf1\xad\xe1\x9c\x28\xfc\xc9\x18\xd7\x89\xaa\xe5\xdf\x9f\xaf\x62\x43\x6b\xf5\xaa\xed\x5b\xc3\x55\x5b\x46\x45\xc6\xbf\xb7\x56\xa3\x24\xbf\xda\x7a\xd5\x27\x55\x92\xed\x3c\x42\x0b\xf6\xf3\xc6\xec\xbd\x05\xeb\xf2\xf7\xe7\x4b\x70\x59\xc5\xa2\xaf\x6f\x84\x6b\x5f\xd0\x77\x59\xe0\xc9\xc9\xb2\x76\x00\xeb\x5d\x2a\xf4\x77\x65\x35\x95\x97\x33\xb1\x4c\x93\x5f\x4d\x4d\x60\x9b\x2a\x7f\x78\x0d\x35\x45\x81\x81\xc5\x26\x53\x13\x58\x1d\xcb\x3a\x79\xd2\x30\x50\xcc\x84\x51\xba\xdb\xd3\x52\x13\x44\x7d\x96\xba\x73\x52\xef\xf6\x60\xf9\xac\xca\xe6\x14\x0c\xb6\x67\x0c\x9e\x35\xd2\x3c\x6b\xf0\xaf\x1c\xba\x8a\x6a\x33\x66\x57\x53\xf4\xa5\xa6\x87\x4d\x05\x15\x05\x3f\x1d\x71\x7b\xd1\x42\xbd\xd4\xbb\x8a\x8a\x39\x96\xa9\xa6\x15\x30\xf1\x6c\xda\x6a\xc2\x30\x58\x55\xcd\x29\x1f\x6c\x2f\x98\x97\xaa\x35\x56\xcd\xeb\x15\x03\x56\x51\xa1\xc6\xaa\xd5\x68\x98\x32\xcb\xaa\x79\xd3\x94\x1b\x46\xc8\x0a\x6a\xde\xb4\xbc\x0d\xc3\x60\xa5\x43\x40\x0a\xfe\xfd\xd9\x31\x0c\x16\x71\xf4\xa1\xfd\x02\x6e\xc6\x0f\x45\x0d\xad\xc6\x2b\x4b\x2e\xde\x8f\x1b\x69\x00\xdf\x9f\xa8\x52\xc9\xc2\x64\x3e\x44\x36\x23\x0a\x7a\x72\xbf\x86\xc8\xe6\x3d\x5f\x8b\x08\x12\xdb\xa7\x86\x31\x63\x18\x9c\x32\xa5\xd3\xed\xf0\xc9\x32\xfc\x6b\xfb\x54\x5f\xef\x45\xba\xaa\x8a\x87\x4e\xad\x06\x02\x02\xa8\x7f\x6c\x9f\x5a\x0d\x5c\xd4\x55\x53\x5e\xda\x94\x85\x29\x6b\xf0\x4b\x53\x5e\x28\xa4\xa9\x11\x2e\x11\x1b\x0a\x3d\x30\xda\x6b\xfb\x12\xb1\x6d\xcc\xeb\xa7\x9c\xa8\x96\xf7\x65\x06\xab\xb2\xb2\xa1\x6f\x11\x5b\x40\xb3\x8b\xe6\xb7\x06\xbf\x51\xaf\x54\x27\x65\xab\x2f\x40\xda\x12\x73\x6d\xbb\x69\x5e\x86\xbe\xf4\x41\x53\x5f\xa8\x11\x41\xf3\xf5\x76\xd3\x7e\x01\xa3\x96\x21\x60\xdb\x4d\x24\xfa\x5e\xc5\xab\xaa\xc9\x35\x2f\xc7\x1a\xfe\x54\x44\xd5\x1a\x3a\x86\xf1\x53\x0c\x55\xfb\xe5\x58\x5e\xd5\x39\x75\x4d\xf9\xa0\x04\xa9\x0e\xd1\xd1\xe0\x0f\xb6\x72\x70\x18\xb7\x28\x0a\x39\x6c\x49\xa7\xf2\xd6\x08\x6f\x8c\x70\xb2\xaf\x5b\x23\xbc\x41\xd8\x53\x1f\x14\xb1\xdd\x01\x7f\xcf\x35\xbc\x35\xc2\x1b\x9b\xa2\xa3\x77\x6b\x53\x9e\x18\x06\x37\xe5\x51\x5f\x4f\xc0\xc9\xb3\xaf\x47\x7d\x3d\x58\x8d\xc5\x11\x3e\x22\x36\x40\x87\x33\x6a\x6d\xfb\xa3\x4d\x79\xb0\x1a\xaa\x55\x7a\x91\x00\x0e\xae\x80\xaa\xb2\xa4\xe2\xf3\xb8\x2b\x57\x53\x85\xd1\xcb\xd5\x74\x02\x4d\xfe\x6b\x4a\x5c\xc3\xf3\xf2\xf9\xd5\xc8\x1c\x8e\xf8\x3c\x32\x5d\x16\x2b\x27\x6d\x24\xb6\x7c\x7f\x3e\x68\xe2\x30\xc4\xe7\x91\xde\xb2\x88\x67\xb1\x4f\xde\x6a\xc2\x07\x59\x86\xf0\x88\xcf\x9f\xe0\xf3\x2a\x7f\x9a\xb9\x1a\x07\xc5\x16\x9b\x2a\x8d\x96\xaa\xa6\x16\x88\xef\x6c\xea\x6a\xc2\xbc\x78\xb5\x9d\xa2\x79\x81\xcf\x13\xbc\x62\x1f\xf1\xf9\x53\xd1\x17\x8f\xf9\xa9\xea\xab\x46\x5f\x95\x4d\x9a\x17\xca\x79\x12\xcc\x62\x9f\xa6\xd5\xc0\x15\x40\x58\x8a\x7d\x74\x05\x1c\x5c\x01\x8d\x45\x3b\x8f\xae\x00\xa4\xf8\x2c\xea\xca\xfb\x74\x0d\xa3\x63\xf0\x2c\xdd\x89\x22\xef\xdf\x9f\x81\x62\xae\xb7\xb4\x86\xb8\x38\x9a\x08\x60\x68\x84\x03\x85\x6a\x67\xfe\x27\x51\x75\x9f\x51\xf4\x66\x20\xbb\x93\x4c\x75\x79\x1c\x14\x14\x6d\xaa\xee\xab\xcb\xe3\x8c\x13\xc0\xe8\x5f\xd3\xd4\x50\x66\x60\xa6\xf3\x2d\x5d\x1e\x07\xa6\x8d\xa6\x9d\xa6\xea\xb5\x0f\xaa\x9a\x11\x7a\x70\x9f\xa9\x8d\x99\x58\x2c\xd6\x15\x3d\xba\x3c\x0e\x2e\x8f\xa6\x7a\xbf\xba\x3c\x00\xa6\xba\xba\x4a\xfb\xea\x86\x38\xb8\x21\x08\x52\xb8\xcf\xd2\x12\xbf\x0a\xd7\x22\x92\xc4\x3e\x5b\x3b\xfd\xca\xf0\x8b\x9a\xd1\x3e\xe2\xda\x07\x95\x55\x89\xcd\xb0\x0f\x55\xa3\x7d\x3c\x90\xcc\xb9\x1a\x62\xcd\x07\xac\x99\xf1\xff\xfb\x88\x35\x1f\xb0\x66\x8a\xaa\xfb\x88\x35\x1f\x47\x5f\x14\xb3\xce\x51\x5f\x27\xfa\x52\x93\x08\xee\x60\x35\x78\x0d\x9c\xa3\x35\x04\xd7\x66\x61\xb4\x7d\x6e\xad\x21\x58\x33\x6b\xe9\xec\x23\xd6\x7c\x1e\x8c\x70\x70\x0d\x1f\xad\x06\xd0\xa0\x32\x2f\x7b\x64\x5e\x7d\x7f\x62\x18\xaa\x7f\xfc\x68\x18\x2f\xe7\x5c\x04\x41\xd8\xb7\x84\xe9\x3b\x50\xaa\x55\xb8\x56\xc2\xf4\x7d\x61\x18\xaa\x49\x4b\x4d\x71\xdf\x00\x6a\x20\x10\xe4\xbe\x29\xb8\xef\x3b\x15\x94\x21\x66\x5f\x89\xf3\xba\x33\x8a\xfa\xb2\x48\xec\x5d\x34\x0c\x88\xaa\x59\xf5\x81\x25\xaa\x22\x33\x6b\xb1\x1c\xcc\xbe\x8b\x3e\xf8\x72\xb3\xc5\xb4\x87\x7d\x97\xa1\x26\xe0\x21\x73\x2b\xef\x62\x6a\xc2\x30\xc8\xdd\xee\xaa\x61\x44\x45\x00\xf2\xa9\xbb\xaa\xaf\x80\x64\x57\x85\xe1\xaa\xbe\x2a\x2a\x27\xb3\x74\x2b\x80\x72\xbf\x3f\x03\xd2\x9b\x53\x16\xe3\xbb\xc1\xf8\x86\xfa\x6a\xfa\x20\x04\x5c\x26\x5f\x6c\xe4\x9a\x7d\x7f\xfe\xc1\x63\xb3\x89\x17\xf0\x1d\x05\xb6\x79\x6d\xdf\x5d\x6b\xd8\x51\x7e\x59\xe5\x92\x69\xa3\xde\x77\x1f\x68\xe2\xbc\xba\x76\x19\x68\xbb\x8c\x14\xdd\x48\x71\xfb\xfe\xc4\x08\x3b\xa7\xdc\x8f\x9a\xb0\xbc\x2a\xad\x2c\x4e\x7a\x0f\xf4\xf5\x53\x65\x59\x7d\x01\xe5\x82\x51\xa5\xfb\x16\x3f\xbc\x83\x1f\x52\x0e\xb8\x87\x88\x6d\x62\x0d\x59\x73\x1d\xe8\xbe\xdf\x9f\xa8\xf0\xfc\x53\xb1\x59\x53\x06\xd3\x1b\x2a\xc6\x2c\xa6\x77\x1b\x9a\x74\x52\x4c\x2b\x1f\x45\x35\x28\x4b\x21\x37\xee\xfb\xb3\xa0\xfa\x33\x87\x21\x6e\x73\x43\xda\x9b\xaa\xd2\xed\xfa\x60\xd4\xd4\xa0\x1e\x7b\xbb\xb6\x32\xb8\x0d\x2f\xfb\xfb\x68\x2b\xcf\xbb\x86\x53\x95\xb1\x25\x23\xde\x28\x9c\x97\x35\xf8\xa3\xfd\x02\x8f\x9a\xaa\xb7\x2d\x1e\x75\xdf\xf1\x41\xf6\x75\x2f\x35\xbd\x97\xd4\x14\x01\xdc\x5a\xf9\x07\x53\x56\x81\x6c\x49\x7b\x37\xd8\xd7\xd4\xca\x3f\xfa\x20\x78\xd4\xd4\x1a\x8a\x47\xdd\x10\xe9\x98\xec\xbd\x1f\xf1\xa8\x07\xaa\x3b\xb3\xb6\xf7\x23\x91\x0e\xf9\x85\xa9\xf0\x26\x7a\xae\xa5\x26\x94\xc8\x5e\xfa\xe0\xad\x26\xf4\x45\x19\xf1\x49\xdc\xca\x07\x12\xd8\xd2\x07\x25\x81\x3d\x39\x6a\x64\xf3\x83\x92\xc0\x1e\x70\x36\x26\x11\xef\x47\x3c\xea\x81\x2c\xc5\xec\xe0\x0d\x47\xed\xf7\x67\x7c\xf0\x5b\xde\x47\x3a\xf3\x83\xfa\xe9\x8c\xc6\xdd\x8f\xc4\xac\xe7\x65\x3c\x6b\xa9\x90\x74\x9d\x6a\x5a\x01\x2d\xcd\xa6\xad\x26\x8c\x90\xd5\xdf\x1f\x31\xa2\x07\xdc\x86\xae\xff\xfd\x88\xdb\x3c\x51\x6f\x99\x52\x2c\xdc\xca\x7f\x7f\x76\x54\xf8\x26\x4b\x79\x24\x81\x3d\xe1\x10\xa3\x0c\xf0\x88\xdb\x20\xf5\x71\xb1\x88\xc3\x7e\x86\x46\x08\x9d\x99\xc9\xa9\xfb\x91\xd8\xf3\xe0\x98\xaf\xc5\xd5\x98\x5a\x5e\x88\x3d\xcc\x50\xdd\x8f\x14\xe3\x07\x02\xcc\xd2\x2e\x2f\x51\x54\x54\x79\x66\x6d\xff\x67\x65\x35\xc1\xb5\x4b\x34\x9d\xfd\x2c\x8d\x3e\x8a\x41\x5f\x2a\x63\xbe\x48\xbf\x0f\xca\x4f\x5c\x4c\x4c\xdd\x8f\x64\x98\x07\x9a\x67\x51\x35\x74\xd3\xac\x2d\x3e\xa9\x3a\xe0\xf6\xf3\xc9\x27\xda\x3e\xa6\xf8\x88\xe5\x3c\x51\x13\xfa\x52\xbd\x70\xd7\xa1\xf0\xe8\xae\xfe\x9b\xc0\xfa\x48\x01\x7d\x80\xdc\x51\x54\x96\x5d\x2c\xe9\x41\x39\x8c\x8b\x39\x99\xfb\x39\xda\x84\x13\x93\x68\xa4\x64\xb1\x97\x27\x6a\xc1\x32\x53\x72\x3f\xb7\xd6\xe5\xc6\x40\xc9\x1c\x9f\x5b\xeb\x72\xc7\xdc\x07\x29\xe5\xd1\xee\x41\xd3\x2c\xa2\xe5\x47\xbb\xf7\xc4\x28\xa9\xd6\x3e\xe2\x4b\xcf\x13\x23\x21\xdf\x7f\xc4\x98\x9e\x27\xba\x63\x7d\x32\xb9\x83\xec\xba\xa2\x3b\x35\x65\x35\x45\x77\x44\xed\xbf\x68\x70\xb4\xeb\x8a\x45\x51\x19\xef\xeb\xa8\x0d\xdd\xd1\xd8\x6b\x17\x39\x90\x21\xcc\xe0\x6d\xe3\x7b\x49\xdf\x4c\x51\x83\x5d\xf5\xcc\x19\x5f\x60\x11\x5f\x50\x9a\x3e\x79\xb3\x29\x8f\x78\x8d\x9f\xa4\x6b\xd1\xae\x1a\xdd\xa9\x5c\x39\x59\x8d\x5d\x35\x10\xc1\xd5\xd4\xd5\x14\x9f\x54\x77\xf5\x61\x5b\x0b\xff\x99\x6a\xcb\x33\x64\xc0\xae\x16\x88\xd9\x85\x4d\x5b\x4d\x1e\xd5\xdf\xb9\x98\x4d\x33\x18\x31\x71\x55\x7e\x1f\x9a\xf8\x88\xa2\xf0\xec\x6d\xfc\xbc\x16\xeb\xcc\xa2\x08\x0a\x6b\xb0\x0b\xae\xef\x4b\xa5\x98\xae\xa9\x75\x9e\x51\xf5\x9d\xc5\xdd\xae\xa9\xee\x50\xa0\x84\xf1\xdf\x76\x2d\x91\xc3\x1a\x51\x2c\x3e\xb3\x6d\xaa\x2d\x40\xa8\xb9\x96\x4b\xd4\xb0\xfe\xaa\xd4\x73\x06\x4b\x6b\x19\x58\xf7\xac\x63\x71\x6d\x2d\xe5\x8e\xde\xb2\xda\xd4\x1b\x2a\x71\x32\xc4\xdb\xae\x6d\x6a\x7a\x02\x96\xf9\x6b\x32\x7d\x11\x75\x58\x19\xb8\x6d\x97\x69\xbf\xed\xaf\x33\x8e\xd1\x44\x42\xc1\xc3\x98\x49\x66\x97\x69\x6e\x1e\xab\xcc\x72\x2e\x97\x8b\xbc\x3c\xba\xe3\xe6\x90\x85\xd9\x05\x16\x56\xb5\x37\x2e\x32\x89\x8a\xc3\x4c\x2b\xb3\xeb\xe8\xa8\x9e\xc0\x46\xe6\x04\x8e\xf6\x26\xf8\x57\xd6\x31\x3e\xda\xee\x13\x93\x63\x8d\x86\xeb\x68\x72\x27\xba\x63\x29\x96\xeb\x16\x09\x01\xfc\xf4\x22\xfa\xbc\x5d\xb7\x16\x2c\x38\x8a\x0a\x65\x25\x71\x94\x74\x45\x7f\x2c\x1e\x22\x27\x9c\xa5\xc0\xc0\x63\x95\x8d\x44\x67\x84\x25\x14\x8d\xa4\x2d\xda\x92\x18\x4a\x0a\x86\x92\x59\xcd\x30\xd1\x80\x65\x09\x0c\x85\xc6\x68\x4b\xf4\x5a\x5b\x0a\x1f\x46\xe1\x82\xa5\xa4\x81\x44\x2d\x76\x16\xea\x49\x49\x03\x01\xab\x21\xc0\xb1\x25\xb1\x9a\x94\x73\x7c\x91\x6d\xb9\xa8\x0d\x71\x66\xa4\xd7\xc4\xd0\x07\x4b\xc1\xa1\x98\x6e\x64\x49\x1c\x2a\xa1\x7a\xd6\x45\xb1\xc6\x52\xd6\xbc\x11\x06\x75\x15\x0d\xa5\x68\x72\x25\xba\xe3\x04\xa8\x1d\x5a\x24\x97\xd3\xc4\x6d\x89\x3e\x0e\x4b\x05\x2b\x59\xf4\x5a\xd5\xbe\x41\x3d\x64\xc8\xbc\x21\x05\xfd\xfb\x33\x06\xc2\x32\x65\x89\xaa\xa3\xa5\xe0\x95\x4c\x23\xb2\x54\x35\xb9\x08\x32\xa3\x87\xc9\xe4\xc0\x33\x38\xf0\x12\xe3\xeb\x2d\x35\x75\xd7\xa2\x3b\x56\x82\x42\x28\xd6\xf7\x27\xe6\xfd\xf3\x45\x2d\x73\x54\x45\x67\xbe\x91\xa5\xa6\x91\xb4\x58\x66\x1e\x90\xd4\xb4\xcc\x2d\x46\xd9\x38\x73\x7a\x56\x2d\x8d\xf8\x26\x6f\x82\x34\x44\x43\x81\x5d\xc8\xa3\x9a\x86\xd6\x39\x38\xba\x18\x62\x1a\xea\x2e\xd8\x36\x53\x62\x2c\x4d\x11\xd1\x8c\xee\x58\x72\x2f\x4d\x75\x17\xe5\xfb\x59\x76\x09\x61\x0f\x7f\x7f\x42\xe2\xbb\x8a\x8e\x9c\xd8\x76\x04\x91\x55\x4d\x6e\x69\xeb\x82\xa3\x33\x77\xc5\xd2\xd2\x82\x85\x34\xa8\x8a\x68\x49\x2c\x3d\x05\x6f\x16\x03\x4b\x5b\xef\x01\xc6\xf9\xfa\x39\xc7\xae\xf7\x82\xb9\x55\x6d\xd0\xd1\x42\x07\x07\xab\x2c\x35\x93\xc4\xc1\x52\x48\x60\x04\x29\xb1\x74\x5c\x6d\x38\xad\x64\x52\xe9\x16\x85\x85\x70\xf6\xdb\xa6\xc5\x84\x70\xc6\x08\x73\x4b\xb7\xf6\xee\x8e\xde\x78\x1b\xa7\x5b\x33\x08\xc1\xad\xb2\xdc\x4c\x7a\x34\x03\xe4\xdf\x5d\xf4\x62\x58\x7a\xb4\x41\xc1\x2f\xe9\x90\x30\x05\xa9\x58\x0e\x31\x8b\xd1\xe3\x86\x9a\x11\xdf\x9f\xa0\xf6\x71\xfd\x93\xb0\x6b\xf9\xea\x7a\x33\x26\xcf\xb2\xf0\x99\xca\xa3\xe5\x70\x09\xd3\x2f\x61\x59\x6c\x38\x07\x1b\x1e\x1a\x28\x27\x9f\x43\x76\xab\xbc\x41\xb3\x78\x6d\x4e\x31\x50\xce\x21\x6d\x35\x61\xee\xf4\x4c\x58\xa6\xb7\xc0\xa2\x90\xc4\x45\x7c\x6c\xcb\xd4\x2d\x2d\xa3\xb6\xf3\x45\x8f\xbc\xe5\xa2\xa1\xc4\x51\x6f\x64\x3a\x59\x47\x3d\xc7\x51\x67\x10\x9a\xe5\xf6\xf3\x5e\x8c\x85\xf7\x56\xd6\x51\x47\x3c\xe3\xdb\xc6\xfe\x68\x2c\xb2\xdc\x03\xe0\x96\xd3\xeb\x9a\xde\x88\x29\xb0\x94\x5e\x1e\x5a\x95\x11\x40\xb9\xfc\xe2\xd0\xfe\x04\x87\xa0\x8d\xdc\xb2\x38\x44\xc4\x2d\x5e\x2a\xe1\x9f\xa7\x3e\x09\xcb\x4f\xfd\x69\xd2\x27\x81\x90\x74\xd1\xa8\x6d\x8a\x6a\x32\x44\x35\xa5\x4b\x75\xf6\xf3\x12\x01\x82\x7b\xfc\x6c\xab\x98\x47\x5e\x25\x5e\xeb\x6c\xd3\xfe\x04\xf7\x50\x61\xfd\x2c\x79\x30\x43\x1e\xa4\x0b\xcb\x50\x3d\xe3\xfb\x33\x46\x42\x06\x01\x04\x89\xef\xcf\x18\x09\x69\x76\xab\xb7\x1d\x98\xa9\x24\x22\xc6\x60\x58\x86\x38\x78\xa9\x3e\x7e\xde\x5a\xca\x1d\xbd\xb1\x72\x5c\x36\x6d\xb8\xc5\xe4\x58\x5b\x2f\x9b\xba\xf3\x98\x1c\x2f\xd1\xec\x9a\x5c\x40\x79\x6a\xde\x12\xdf\x72\x70\xbf\x4e\x26\x9d\xc5\xfd\x72\x70\x3f\x95\xac\xcf\x87\x7c\x3f\x87\x8c\x46\xc0\x64\xcb\x47\xdd\xc1\xf0\xc5\x2c\x7c\xcb\x87\x6c\x25\xc3\x39\x7a\x75\x72\xb8\x7c\x8b\x50\x50\xb3\xbf\x69\x51\x6e\x9d\x90\x7b\xc7\x6b\xdc\x9e\x5b\xdb\x03\x0e\xd7\xb4\x5e\x8f\x76\x07\xc8\x49\x97\x2a\xe2\xe7\x47\x13\x00\xae\xfd\xcf\x59\x7d\xb4\x3d\xa8\xa2\x4c\x54\x7e\xcb\x74\x82\x5a\x06\x46\xc2\x45\xd0\x66\x2b\x62\x8b\x05\x8a\xa9\x0a\x4c\x16\x29\xa6\x25\x38\x26\xa1\x9a\xad\x48\x31\x2d\xc1\xf7\x08\xd3\x6c\x45\x7c\x2f\x70\x38\x2e\x15\xe4\x2f\x49\xdd\x21\xf8\xb1\x55\x35\x15\x35\x61\x6e\xbc\xe7\x0b\xc3\x1f\xad\x84\xca\xda\xa9\x59\x17\x3a\x49\xad\x84\x14\xa3\xea\xfb\x45\x52\x4c\x09\x34\x48\x5e\x84\x45\xec\xab\x34\x6c\xce\xa0\xb8\x5e\x18\x78\x6e\x05\x4a\x64\xfb\x69\xba\xd5\x84\x7d\xe3\x15\x59\xba\xa6\x86\x5a\xa6\x17\x03\xd6\xad\x74\x0d\x24\x50\x26\x29\xde\x14\xfa\x13\xad\xc0\x9f\x78\xa9\x0e\x7c\x19\xfa\x24\xc2\x4d\xda\x4f\x93\x36\x27\xf8\xa1\xaa\xab\x97\xa1\xcd\x09\x69\x6a\x50\x09\x2e\x43\xf3\x0e\xb1\x88\xa6\x75\x53\xe0\xa5\x95\x19\xdd\x71\x94\x92\x98\x0a\xf8\x21\x61\xf8\xad\x88\x1f\x96\xd0\x73\xc7\x50\x9b\x36\x27\xf8\xe1\x60\xc5\x58\x25\x6e\x58\x09\xa6\xa7\xf2\xee\x0a\xc0\xb4\xb2\xfe\xde\xe3\x28\xc5\xbd\x90\xf0\x91\x54\x2c\xb4\x6c\x2d\x4a\x48\x4c\xaa\xc7\xae\x58\x4b\x03\x2e\x4a\xba\x26\x4b\x13\x2a\xda\xd2\x4a\x28\x98\xaa\x9a\x5e\xa4\x60\x16\x28\x98\x4d\xb3\x73\xcd\x3c\xb8\x97\xea\x80\x17\x57\x77\x1e\xf1\x60\x2c\x78\x57\x5c\xf4\x85\xc2\xd8\x0c\x6a\xb6\x22\xf9\xac\x84\x7c\xa6\x22\x95\xe5\x68\x24\x27\xa0\x4a\xf9\x45\x71\xa8\x12\x0a\xe6\xa4\x28\x5f\xa4\x60\x02\x51\xe5\x6d\xe3\x0c\x6e\xad\x73\xc8\x6e\xc4\x90\xb5\x22\xf6\x55\x9e\x58\x30\xd1\xfa\xa3\x05\x0b\x41\x6b\xb2\xfe\x5f\x15\x47\xa9\xd7\x5f\xdb\x37\x96\x2a\xbb\x54\x0d\x5d\x51\xe5\xb4\x2b\x03\x21\xac\xc6\x21\x9f\xbc\x57\xab\x0e\x79\x0d\xe1\x86\x26\x75\xab\x12\x6e\x6a\xa8\x7d\x8b\xfa\x67\xcd\x53\x6d\x2b\x60\x43\xd9\xc4\x73\x57\x43\x26\x52\x95\xec\x2a\x99\xe8\x2f\x6b\x87\xf0\xa3\x56\xa5\x50\x21\x96\x31\x75\x96\x9b\xac\x52\xa8\x6a\xb0\x22\x26\x0f\x5b\x6d\xfa\x64\x88\x52\xc4\xbb\xb4\x2a\x5e\x54\x43\x5c\x22\xd4\xa5\x29\x79\xc1\x6a\x8f\xee\x1a\x9b\xba\x9a\xb0\x60\xaa\x9e\x5c\xbb\x16\x2c\x8e\xb9\x2a\x1f\x57\x19\xad\x6a\x68\x3f\x6b\xb6\x7f\x13\x77\xeb\xd4\x48\x91\xbe\x7d\xd1\x8a\x6e\x95\xae\x79\xab\xbb\x44\xc0\x22\xdb\x24\x56\x54\x1c\xcc\x74\xf1\x9a\xac\x3a\x98\x15\x07\x33\x5d\x54\xe9\xab\x0e\x66\x05\x36\x59\x22\x88\xbc\x55\x5a\xbd\xad\xc2\xb2\x9d\x08\x81\x68\xd5\x35\x45\x8f\xb1\xf0\x9e\xa9\xae\xb1\x78\x8c\x85\x15\x92\xab\x4e\x2d\xd2\x34\xde\x36\x2e\x9b\x8e\x26\x30\x6d\x52\x52\x3d\xdd\x7a\xb4\x15\x27\xe6\x40\x2b\x67\x95\xea\x54\xa1\x3a\x75\x4d\x41\xc7\x16\x30\x38\x29\x11\x31\xd0\xaa\x8e\x6d\x45\xba\x5d\x52\x71\xdc\x7a\x17\xb5\x05\xb0\x28\x7b\x63\xdc\x95\xd5\x3b\x46\x42\xfe\x0e\x28\x9d\xef\x4f\x8c\x84\x22\x42\x7d\x44\xba\x4f\x2c\x0a\xef\xfa\xfa\x68\x51\x9e\x18\x25\xed\x87\x4d\x87\xbd\xa5\x58\x68\x32\xea\x26\x65\xa5\xe1\x42\x67\xd4\x85\x35\x5d\xe8\x40\xcf\x49\x8a\x38\xb5\x26\x3e\xd0\x80\x05\xac\x90\x53\x6b\x32\x1a\xa1\xce\x54\x62\xcc\xbe\x35\xb1\x88\x96\x4b\xbc\xf6\x91\x5f\xcb\x1a\x09\x8c\x46\xaa\xf6\xdc\x98\xac\x65\xc8\x8a\x49\xbd\xea\x2d\x75\x06\x74\xea\xa4\xca\xb1\xad\x68\xde\x88\x35\x60\xc2\x81\x35\xc6\x1a\x58\x2b\x31\x10\xca\xbb\xca\x9a\xb1\x56\x62\xde\xdc\x39\xe5\xcd\x58\x2b\xd1\x1d\xb7\x47\xf9\x31\x86\xfc\x98\xc4\x4c\x57\x53\x82\x8c\x35\xd8\xd7\x09\x4c\x64\x4d\xf6\x75\xe4\xce\xbc\x5f\xe4\x72\x55\x4d\x0e\x85\x77\x99\x7b\x60\x8d\x01\xb5\x06\x64\xa2\x94\x08\xa7\x67\x8d\x7e\x3e\x6b\x2d\x26\xc7\xd2\xb5\x4d\x2c\xae\x41\x23\x4c\xc4\x76\xb0\x46\x27\xa0\x35\x38\x01\x25\x41\x37\x86\x1c\x58\x0b\x0e\xc7\xa2\xd0\xad\x6b\x29\x57\x8c\x84\x15\xaa\x9b\xc4\x80\xb6\xe3\x35\x0e\x44\x62\x40\x0b\x4e\x44\x28\x39\x6b\xe2\x44\x2d\x38\x51\xd6\xa6\xee\xad\x36\x00\x1b\xd2\x09\xd0\xb6\xc6\x0f\x05\x47\x71\x42\xd6\x4c\x23\x31\x8c\x84\x77\x61\x93\x31\xbc\xc1\x18\xce\xdc\x21\x6b\x32\x86\x47\x65\xae\x24\x63\x78\x33\x6d\x0e\x42\x49\x59\x13\xc5\x9a\x69\x73\x82\xeb\xc9\x16\xde\xc4\xf5\x5a\x70\x3d\xa2\xaf\x59\x13\xd7\x8b\xba\x5f\x89\x79\x9b\xd6\x5c\x93\x43\x10\x41\xd7\xf9\x76\x6d\x0e\x8c\xe1\x2c\x9e\x62\x4d\xc6\xf0\x76\x62\x25\xa9\x84\x35\x19\xbc\x5b\x70\x21\x19\xbc\x9b\x8c\x3b\x2d\xd8\x09\xc1\xc0\xac\x8b\x9d\xf4\x2b\xda\x68\x32\xe9\x52\x1d\x7a\x8a\xa1\x4c\x36\x65\x35\x95\x08\x7a\x1e\x6c\x6b\x6a\x1b\xd1\xb6\xd8\xc6\x61\x02\x59\x29\xc9\x45\x6e\x5d\xd6\xe4\x0e\x8b\x71\x2a\xdc\xf1\x2e\x8b\x71\x8f\x23\x4e\x67\xac\x75\x1d\xf1\x5e\xa3\x3f\x4a\x70\x5d\x86\xda\xde\xe3\x3d\xd2\x73\xef\x7a\xaf\xc7\x7b\x5c\x6a\x25\xa7\x59\x5f\x31\x16\x16\x12\xef\x0c\x96\x33\x80\x15\x25\xe6\xe2\x58\xd7\x8d\xdc\xe3\xf8\xc8\x8a\xdb\x99\x01\x66\x3d\xce\x08\xc1\x24\xac\xeb\x8c\xf4\xbf\x80\x6a\x32\xc5\x2e\xcf\x4f\x0f\x38\xc1\x4b\x4d\x5a\x95\xbf\x88\x6a\x9e\xff\x6e\xda\xa1\x13\xdd\x91\x4d\x75\xd9\x1d\xfb\x1d\xc3\xd4\xec\x64\xed\xeb\xf0\xc5\xfe\xa8\xe5\xfd\xd1\x7b\x71\x67\xb5\xa4\xf7\xb4\x62\x41\x64\x8d\x12\xdc\x10\x91\x0d\xa8\xbc\x4c\xa3\xb7\x21\x95\x17\xa8\x43\x29\x11\x5a\xcf\x86\x4c\x7d\x23\x47\x77\x3c\xb0\x43\x72\xe6\x80\x9c\xc9\x6a\x39\x36\x18\x8e\x6b\x23\xe8\x88\x61\xa6\x36\x44\x47\x03\xb8\xd2\x89\x49\x99\x36\x98\x78\x61\x03\x35\x83\x06\x1d\x16\x83\x39\x7a\x36\xe2\x16\x91\x09\x6d\x14\x8d\xa4\xc4\x48\xd4\x44\x4a\x19\x35\xd6\x92\x77\xfc\x90\x7b\x61\x04\xd5\x4a\xb9\x18\xa2\xda\x28\xae\x95\x88\x2b\x61\xa3\x6a\x06\x71\x1f\xb0\x2c\x9e\x0d\x69\xdf\x81\x67\xc4\xfa\x3d\x36\xe4\x43\x18\x2d\xb6\x87\x96\xab\x21\x03\xe1\x88\x43\x22\x63\xd8\xd0\x21\x19\x71\x48\xba\xf6\x4e\x87\x64\x74\x7c\xb3\x6b\x13\xa4\x48\x0f\x28\xd2\x23\xcf\x7f\x93\x78\x95\xfd\x69\x03\x06\xc4\xd4\x29\x9d\x0e\x39\x8d\x07\x9c\xc6\x2c\x17\x64\x43\x4e\x63\x24\x8d\xa6\x1f\x11\x6d\x48\xfe\x1e\x33\x26\x28\x42\x92\xd3\x78\xcc\xe8\x4e\xdf\x94\xd3\x78\xcc\xe8\x8e\xeb\x32\x45\x2c\x2b\x60\x34\xbf\x93\x37\x98\xdd\x6e\x51\x45\xec\x47\xf8\x19\x4b\x93\x43\x41\xb1\xc1\x73\x0e\xf8\xa6\xef\xcf\x18\x08\x85\x80\x21\xc7\xc4\x08\xbe\xc2\xf0\x57\x1b\xe2\x2b\x23\xee\x57\xc6\xbf\xda\x90\x43\x79\xec\xe8\x4e\x4d\xa6\x26\xcc\x8d\x02\xce\xd8\x5a\x4a\x8b\xe5\x22\xd3\x44\x11\xb3\xef\xcf\x16\x40\x96\x6c\xd2\xdc\x2c\x06\x42\xb9\x62\xc8\xd9\x3c\x10\xf8\x92\x18\x53\x6b\x43\xb6\xc5\x11\x57\x17\x93\x56\x6d\x48\x80\x1e\x77\x8c\x92\x13\xb8\x35\xca\x60\x62\x83\x8c\x6a\x88\x89\x8d\x60\x62\x3f\x67\x59\x4c\x6c\x40\xcb\x4e\x83\xb2\xca\x90\xdd\x6e\x20\x79\x61\x70\x06\x53\x3c\x6c\x06\x0f\x23\xe3\x98\xe2\x61\xf3\x8a\x44\x09\xf2\xb0\xc9\x50\x37\x8b\xe2\x68\x2c\xbe\x64\x93\x49\x80\x36\xaf\x18\x08\x8d\x19\x53\x2e\x89\x19\xd7\x32\x73\xe8\x6d\x4a\xa5\x9f\x71\xbf\x8a\x2c\xa7\xdc\xbf\x13\xee\x5f\xd6\x01\xb4\x29\x1f\xef\x0c\x71\x9d\xe0\x05\x36\x25\xae\x4f\x88\xeb\x32\x28\x4d\xdd\xca\x33\x98\x30\x23\x5e\x6d\xca\xc7\x3b\x83\xd3\x8a\x1a\xa6\x38\xed\x8c\x1b\x9b\x75\xaf\x6c\xca\xc7\x3b\xe1\xe3\x1d\x34\x57\x4e\xf9\x78\x67\x70\x53\x9a\xaf\xa6\x7c\xbc\x33\xc4\x75\x06\xbd\xda\xac\x5a\x93\xe0\xb4\xcc\x67\xb5\x29\x4e\x3b\x81\xf3\x99\x98\x2e\x6d\x53\x1c\x73\x86\x04\xcd\xc2\x50\x36\x25\x41\x4f\x48\xd0\xac\xa5\x63\x53\x46\xc9\x19\xdc\x74\xd0\x04\x3a\xc5\x4d\x67\x70\x53\x96\x8a\xb2\x29\x6e\x3a\x7b\x74\x47\x73\xd9\x94\x59\x72\xc2\x2c\x39\xe8\xad\x98\x32\x3d\x4e\x98\x17\x93\xac\x65\x53\xe6\xc5\x19\xec\x92\x75\xa1\x6c\xca\xdf\x32\x23\xc9\x8c\x35\xa0\x6c\xca\xb5\x3a\x83\x6d\xc8\x5c\x36\x65\x20\x98\x21\x7b\x4f\x86\x02\x4d\x39\x17\x66\x30\x07\xc2\xad\xdb\x94\x73\x61\x06\x07\x60\xe8\xa9\x4d\x71\x80\x19\x62\xf4\x14\x69\xba\xce\x16\x52\x02\x58\x1b\xcb\xa6\x2c\x7e\x33\xa4\x68\x06\x9f\xda\x94\xe3\x61\x86\xed\x80\x21\xa6\x36\x65\x3b\x98\x21\xfe\xc8\xee\x35\x25\xfe\xcc\x13\xcb\xa2\xa5\xbe\xb5\xd4\xb0\xcf\x25\xd9\xb6\xa6\x7c\xab\x13\xbe\xd5\x9f\x95\x96\x6f\x75\x06\x0f\x63\x01\x1f\x9b\x12\xbf\x67\x30\x2a\xd9\xbd\xa6\x18\xd5\x0c\x89\x6a\xe9\x9b\x8f\xba\x7b\xa2\x3b\x6e\xba\xdc\xae\x33\x84\x2d\x16\xd7\xb1\x25\x46\x05\x7c\xbe\xb7\xad\xb1\x8d\x33\x5f\xc1\x3a\x16\x2f\xc2\x25\xd1\x7c\xa5\xf8\x26\x2f\x8b\x25\x8b\xdf\x2a\x31\x3d\x2a\xaf\x4b\x42\xce\x42\x3c\xec\x54\x77\xe5\x56\x53\x7c\x92\xa7\x79\xe9\xc4\xae\x38\xb1\x8b\x7e\xc2\xa5\x13\xbb\x42\xfe\x61\x89\x13\x5b\x92\x7f\x16\x62\xf3\xd3\xe2\xd1\x5b\x32\x07\xae\x16\xd3\xa3\xf5\x71\x31\x17\xde\x56\xc3\x6a\xf2\x9a\x5f\x0a\x61\x03\x42\x5f\xca\x84\xde\xb4\x25\xc7\x2a\xd0\xf7\xde\x36\x4e\x4f\x27\x1d\xc8\x78\x6f\x1b\x57\x4c\x8e\x55\xa0\xe2\xa5\x49\x1e\xbd\xba\x56\x05\x8e\x84\x7c\xf1\x54\x2e\x39\x56\x17\x1c\xab\x2c\x9f\x60\x4b\x72\xd1\x1a\xd1\x9b\xf6\x5c\x4c\x60\x8d\x98\x81\x36\x41\x4c\x00\x98\x74\x6f\x1b\x47\x29\xa7\xeb\x9a\xd1\x1d\xd7\x52\x86\xc7\x05\x48\x6b\x02\x08\xd9\x9a\xa6\x26\x8f\x84\x2c\xb5\xfd\xf4\x76\xe3\x35\x12\x98\x44\xa6\xb5\x63\x90\x54\x80\x96\xb4\xfd\x05\x69\x84\xc8\x19\xb6\x24\x8d\x00\x43\x2e\x65\xd9\xd7\x96\x98\xd1\xb2\x98\x1b\xd9\xfe\x12\x33\x5a\x16\xdd\x91\xed\x2f\x53\x77\x16\xdd\x71\xb9\x5c\x34\xe4\xb1\xcc\xa2\x59\x39\x48\xa3\xd6\xa1\xd8\xe2\x92\x10\xb3\x3c\x7a\x9b\xff\x28\xf0\x2e\xd7\x04\x51\xb5\x63\x52\xe8\x58\x72\x9f\xae\x13\x83\xa1\x76\xbe\xe4\x3e\x5d\x70\x9f\xb2\xb4\x9b\xad\xa3\x4d\x38\xd8\x04\xad\xca\xd1\x26\xdc\x57\x7c\x91\xab\x29\x23\x27\xd0\xe1\xd2\xd4\x82\x29\x2e\x0e\xf5\x12\x53\x66\x72\xbc\x2d\xb9\x2d\x16\x78\x5f\x4e\x3a\x3e\xe2\x7d\x0b\x82\x58\x26\xa0\xaa\xad\x47\xc4\xf7\x44\x77\x1c\x89\x5c\xab\xc0\x95\x4b\x93\x02\xc2\x7a\x44\x7c\x60\x7d\x99\x60\x5d\xb6\xc5\xfa\x00\x0f\x97\x98\x8d\x60\x5b\x32\x1a\x90\xdd\xde\xd7\x16\xdb\x38\x01\x94\x6e\x4c\x59\xf6\xc3\x2d\xbb\xe9\x2e\xf1\x1e\x69\x7d\x4b\xf3\xdb\x90\x55\x58\x87\xce\xb6\x64\x95\x5d\x62\x4d\x68\xa2\xda\x8a\xf1\xd8\x25\x66\xc0\x75\xde\xb2\x2d\xee\x1a\xdd\xd1\xcb\xbb\xab\xba\x43\x9e\x80\x6e\xad\x2d\xa6\xb8\xc1\x14\x09\x9b\x65\x5b\x61\xbd\xbb\x45\xf2\xa1\x16\x45\x61\xbd\x3b\xf0\x6f\x49\x0b\x5b\xfa\xe2\x6e\x31\x10\x4d\x4e\xde\x93\x1d\xfc\x92\xf9\xa9\xb6\xc5\x2f\x77\x8f\x0d\xd7\x28\xe5\x93\xdd\xf0\xc9\xea\x6a\xdd\x7d\xa8\x69\xa1\x89\x3b\xa0\x38\x94\x0d\x2d\x33\x67\x92\xde\x96\x96\xb9\xa1\x65\xb2\x8c\x9e\x6d\xc9\x4c\x3b\xb8\x6c\xa6\x85\x6a\xcb\x5d\xbb\x83\x95\xb2\x8e\x98\x6d\xb1\xd2\x1d\xc9\x9a\x8a\x06\xde\xf2\xc9\x6e\xb0\xcb\xf5\xd3\xa4\xcd\x81\x1a\x99\x59\x36\xc2\xb6\x78\xe2\xde\xd1\x1d\x55\xd3\x2d\x0d\x0d\x78\x21\x69\x25\x35\x99\x9a\x1c\x4d\x1c\xe4\xfe\xf9\x62\xac\x09\x19\xd8\x96\x05\x74\x5b\xf4\x46\x2e\xb5\x4d\xbd\x21\xa5\x41\x62\xc3\x96\x99\x73\x7b\xac\x17\xe5\xba\x2d\x53\xe6\x0e\x9e\x28\x03\xe2\x96\x03\x67\x9f\xbf\x36\x0e\x45\x2c\x6a\x9f\xe8\x8e\x23\x39\xda\xd5\x27\xd6\x4b\x34\x24\x5f\xe7\x8e\x23\x2e\x43\xa0\x31\x51\xdc\x0c\xd2\x4d\x66\xb9\x0e\x33\x49\x37\x86\x10\xaf\x2c\x23\xa1\xc9\x60\x69\x90\x7c\x32\xa1\x1f\xcd\x24\xf9\x18\xfc\xa0\x59\xf1\x95\x26\x27\x87\xa5\x18\x0b\x2f\x34\x93\x54\x64\x80\x9d\xcb\x44\x69\x37\x93\xb3\xd3\x4a\x8c\x93\xc1\x5a\x26\xf5\xc7\x50\x8c\x9d\xd5\x7c\xcc\xe4\x92\x30\x94\x2f\xc9\x44\xa8\x35\x63\x06\xa4\x19\x6a\xe8\xc8\xd7\x69\x85\x87\xdc\x6a\xf4\xc6\x0d\x32\xa5\x03\x18\xdc\x15\x4c\x14\x32\x63\x7a\x91\xa1\x1e\xea\xfb\x1a\x27\x27\xbe\x81\xda\xa8\x3f\x12\x9f\xc9\x25\x61\x2d\x7a\xa3\xe9\xca\xe4\x92\xb0\xe0\x1b\x32\x9c\x9a\xf8\x86\xa1\x52\x53\x26\x04\xb9\x99\x78\x83\xf5\xd8\x03\xf2\x22\x93\x6b\xd5\xe0\x3e\xcd\x04\x02\x37\x93\x98\x62\x71\xee\x2a\xd5\x18\x9b\x3f\xef\x3d\xd1\xc6\xf7\x14\x0b\x61\xb0\xc6\x66\x59\x63\x4d\xd6\x58\x8b\xf3\x4a\x1c\x08\x33\xa9\x46\x16\x42\x4c\xd5\xbe\xea\x54\x5a\x48\x23\x44\x82\x30\x93\x34\x62\x28\xf6\x95\x09\x9b\x69\xa6\x53\x69\x16\xe3\xe4\x85\x60\xf2\x30\x58\x1c\x4b\x82\x41\x98\xe9\x58\x5a\x1c\x4b\xc2\xa5\x9a\xe9\x58\x9a\xc7\x37\x29\x42\x9b\x74\x23\x83\xc0\x91\x09\xd3\x6a\xa6\x90\x07\x7b\xe2\x9b\xbc\x4a\x4c\x0a\x89\x41\x21\x61\xe9\x43\xb3\x47\x94\x14\xc7\x99\x05\x50\xcc\x74\x9c\xed\x89\x6c\x5a\x3a\x50\x80\xf7\xf3\xfd\x39\xa2\x6d\xb0\x6d\xaa\x0d\xdd\x71\xe6\x02\xf8\x31\x07\xf0\x03\x4b\x24\x9a\xeb\xa0\x3b\x3c\x13\xb9\xd1\xcc\xe1\xf2\x8f\x7a\x02\x4e\x24\xef\x34\x81\xff\x98\xc3\x07\x9a\x1b\xe5\x5d\x97\x0f\x14\xe8\x3f\x89\xc8\x50\xe6\x04\x01\x35\xa0\xff\xbc\xaf\x2d\xb6\xa9\x37\x18\x55\x98\xc9\x66\x2e\x13\x35\x90\x80\x52\x26\x90\xb1\x39\xb3\x12\x2d\x4a\xf4\x66\x82\xcc\x9a\xcb\x09\x0a\x6c\xa0\x1f\x45\x45\xd8\x40\xe6\xc1\x70\x14\xba\xe4\xf2\x90\x78\x08\x31\x8d\x22\xa6\x8b\xe3\x78\x48\x23\xb2\x88\xbb\x9c\xa0\x80\x03\xca\x17\xaf\x50\x97\xa0\xe2\x2f\x57\xc9\xd7\xb5\xfe\x4d\xdc\x75\xf9\x48\x51\x50\x38\x65\xe2\x15\x9a\x8b\x21\x79\x0d\x32\xa2\x21\xca\x99\x94\x6d\xfe\x8a\x3b\x99\x25\xc9\x4c\x80\x44\xe6\x35\xe6\x40\x51\xd2\xc5\xac\xbc\xc5\x52\x53\x96\x74\x99\x71\x3c\x54\xa3\xc6\xe0\x0a\x97\x6a\xe4\x13\x13\xe4\xc5\xec\x8a\xbf\xf2\xe0\x47\x72\xeb\x0b\xd7\xc7\x1c\x6a\x53\x96\x39\xd9\xa5\x37\x01\xf3\x27\x13\xd0\xd6\x5c\xba\x11\x80\x7d\xde\xd7\xb8\x0b\x4b\x23\x59\x18\x09\x2f\x6d\x57\x30\xbb\xaf\x8d\x26\x2e\x97\xc2\x51\x01\xf2\x93\xb2\xfc\xec\x2e\x4f\x2e\x50\x7f\x7e\x34\x42\xa1\xfe\x98\x07\x5f\x54\xa0\xa7\x8b\x2f\x3a\x42\x55\xb3\x02\x3d\x5d\xb1\xaa\x40\x07\xca\x17\x6d\x99\x2e\x96\xe9\x21\xac\x10\x5b\xcf\x5c\x9e\x5c\x60\x00\x65\x16\xd9\x34\x97\x1c\xe3\x86\x69\x6b\x45\x64\x69\xf6\x50\xed\x3a\x45\x1c\x97\x6a\x07\x50\xa0\xcc\x32\x9b\x26\x50\x20\xf3\xe0\xb3\xf2\x60\xbb\xf8\xac\x07\x9f\x25\xb2\x83\x09\x16\xc8\x1c\xd1\x63\x99\xd0\x0e\xe6\x72\xd7\x3a\x90\x2f\x15\xda\xe2\x72\xd7\x02\x17\xe8\x7d\x8d\xa3\x54\xf8\x8a\x87\xd4\xd4\xa9\x65\xba\x5c\xb9\x7e\x62\x76\x64\xeb\x2e\xcd\xce\x43\x9f\xea\x64\xeb\x2e\x7d\x0a\x78\x3d\xf9\xd2\xee\xc8\x39\xe7\xc1\x9e\x07\x4d\x50\xfe\xfc\x7c\xf2\x89\xb6\xaf\xbb\x23\x85\xea\x84\xb4\x25\xe7\xd6\x51\x08\xff\xb9\xb0\x3f\x4d\xaf\x6d\x35\xc5\x27\x49\xb2\x47\xd6\xeb\x13\xfc\x79\x50\x28\x3c\xf2\x1c\x9f\xe0\xa6\xf2\xef\x9c\xfc\xd3\x16\x53\x20\x61\x1e\xd9\x9a\x4f\xf0\xb0\xa1\xb1\xc8\xce\x74\x42\xa3\x92\xf5\xf7\x48\xa3\x3a\xaf\x46\x95\x15\x0c\x24\xec\x1b\x3b\xc1\x89\x64\xa3\x3e\xd2\xb6\x4e\xb0\x1b\x19\xa9\x05\x8c\x63\x27\xe4\x1f\xc5\x58\x1e\x99\xa0\x80\x84\x93\x2f\x92\xd8\x91\x09\xea\x84\xda\x34\xc8\x89\x8e\x8c\xc6\x27\xcc\x4c\xac\xa8\x61\x47\x2e\xb8\x03\xaf\x57\x56\x8c\xe5\x51\x70\x29\x10\x68\x32\xeb\x93\xda\x21\x80\xb0\x9d\x60\x7c\x93\x1c\xe0\xc8\x21\x76\x80\x67\xa6\xaa\xfc\x76\x08\x68\x66\xc0\xa0\xc9\x2c\x71\x6a\x47\xcc\xed\x84\xb0\x25\x03\xdb\x51\x20\x3e\x40\x68\x32\x2b\x9f\xda\x91\x43\x0c\x65\xb5\xdf\xd7\x48\x0e\xe2\x6e\x27\xb8\x9b\x96\x59\x0e\xb1\x13\x6c\x8a\xf8\xe4\x26\x58\x1a\x3b\xc1\x6f\x08\xb6\x60\x47\x06\xa3\x13\xca\xd1\xa4\xf8\x76\x64\xa1\x3e\x27\xbe\x49\x43\x93\xd0\x62\xec\x1c\x10\xfb\x54\x93\x66\x10\x47\x99\xb5\x9b\xec\x9c\x9f\x4f\x5a\xb4\x71\xcb\x75\x94\x51\xae\x3b\x65\x45\x58\x1e\x99\x93\x0f\x4c\xc6\x2a\xe7\x6e\x47\x26\xe3\x13\x2c\x60\xd1\x2e\x7c\xe4\xdb\x3a\x21\xbd\xb1\x28\xbb\x1d\xf1\x80\x13\xe7\x9c\x05\xd8\xed\x96\x56\x05\xfc\x98\xa4\x6a\xe8\x76\xcb\x0b\x7f\xc3\x4d\x95\x89\x5d\x6b\x37\x01\xb8\xec\xbe\xc0\x6c\xe9\xce\x10\xa2\x8c\xdd\xc1\x03\x88\x78\x60\xb7\x78\xc0\x1d\x3c\x40\x1a\x90\xe0\x66\xec\x0e\x65\x8c\x65\xcd\xed\x56\xb2\xf4\x8d\x12\xf4\x32\x34\xdd\x12\xc4\xee\xd0\x80\x58\x8b\xdc\x6e\x69\x40\xc0\x83\xf9\xb1\x41\xdd\x12\x46\xee\xe0\x0e\x8b\x2a\xc9\x2d\x2f\xfc\x1d\x2c\x60\xd1\xf8\x76\x4b\x3b\xba\x43\x05\x22\x82\x81\xdd\xf2\x29\xdd\x0d\xdd\x91\xd7\xde\xd2\x80\x00\x11\xf3\x63\xbb\x12\x44\x8c\x01\x12\x26\x95\x8b\xa7\xfc\x56\x48\x2a\x30\x62\xb2\x12\xc1\x85\x11\x63\x37\x18\x47\xb9\x34\x39\x31\x0e\x80\xc4\x24\xd5\xf5\x36\xe0\xbf\x7c\x7f\x46\x77\xa4\xb0\x5b\x56\x15\x60\xbf\x64\x62\x2e\xda\x4d\x6c\x2c\xbb\x07\xe6\x26\x1a\x92\x7d\xfa\x1e\x3b\xbe\xc8\xde\x86\x7a\x1b\xd8\x38\x2a\xed\x02\x83\xb1\x7b\xc4\x40\x78\x57\xdc\xf2\xdb\x03\x28\x26\xa9\xca\xb7\xdd\x62\x53\x80\x83\x79\xdb\xd8\x9d\xfc\xf6\x80\x86\xc9\x89\xac\xe8\x96\xa0\x75\x83\x15\x25\x11\xb3\x72\x82\xee\x15\xcb\x45\x75\xf1\x56\xde\xcf\xfd\x72\x25\x58\x01\xff\x49\xdc\xbd\xe5\xd6\xbf\x77\x7c\x55\xb4\x2e\xc9\x08\xd8\x31\xa9\x5c\xf4\x91\xde\x4a\x8a\x06\x98\x4c\x4e\x3a\x3e\x12\x2c\xee\x13\xcb\x22\xe2\x93\x6f\xeb\x7e\x19\xd3\xdb\xc6\xa5\x3e\x43\x6d\x13\x9f\xe4\x4a\x8b\x51\xdd\x27\x46\xa2\x93\xac\xb8\xd8\x1b\x71\xb1\xe5\xe7\xfc\xc8\x64\x7c\xdf\xa0\x87\xaa\x26\xd1\x03\xcc\xc2\x2a\xfd\x6c\xb7\xcc\xc2\x80\x8d\x49\x45\x07\xe1\x91\xa5\x16\x38\x31\x49\xd5\x90\xed\x91\x4a\x08\xa0\x98\x4c\x30\x48\x7b\x24\x73\x3c\x29\x5e\xe3\x82\x3d\xf2\x8a\x3f\x29\x5e\x2b\x6c\x32\x35\x81\x54\xa8\x88\x3d\x72\x98\x3f\x25\x06\xa9\x36\x69\x46\x00\x7d\xc9\xac\x26\x6c\x8f\x72\x8a\x3f\x10\x18\xb2\x94\x47\x8e\x2d\xa0\xc0\xa4\xc2\x82\x27\xf6\x88\xdd\x00\xeb\x25\xa9\x16\xae\x3d\x0a\x81\x07\xee\x4b\x26\x58\xa4\x3d\xf2\x79\x3d\x2f\xe3\x49\x45\xe6\xd1\x47\x46\xdc\x07\x5a\x85\xaa\xe3\xda\xa3\x84\x8f\x27\x00\x05\x64\xef\x7b\x74\x4b\xa2\xf4\x7c\x52\x25\x4c\x7b\xe4\x90\x7d\xe0\xe8\x50\x89\x49\x7b\x14\xd6\x08\x4c\x92\x2c\xb8\x87\x47\x4e\x8e\x27\x48\xbd\xd0\x9a\xf9\xc8\x1e\x11\x20\x25\xaa\x29\x69\x02\x29\xb1\x00\x29\x29\xb2\x05\x0a\xa4\xc4\x9e\x13\xb8\x27\xbc\xb5\x1e\xf9\x71\x03\x1a\x44\x45\x20\x5d\xd0\x20\x7e\x95\xf8\x66\x67\x1b\x8d\xf3\x8e\x0a\xf2\x49\x05\xd9\xfc\xe2\x52\xfb\x05\xd9\xae\xb0\xdc\x93\x5f\xe4\xec\x7e\xc1\x26\x5e\xea\x27\x74\xf8\xd5\x7e\xbe\xf9\x44\x5b\xf9\xda\xe8\x43\xf4\x2b\x78\x34\xe1\x48\xfd\xa2\x0f\xd1\xaf\x0e\xb2\x9d\xfc\x24\x8d\xe2\x7e\xcd\xf8\x64\xe7\x27\x97\xa6\x17\x2c\xee\x13\x9b\x5c\x50\x17\x7e\x05\x41\xb4\x8f\x58\xfc\x22\x41\x78\xc0\x60\x94\x76\xe9\x93\x9a\x1d\x94\xc9\xc2\x42\x4d\x7e\x6d\x75\xb7\xa3\x3b\x35\x75\x35\x61\x51\x08\xb5\xe9\x17\x3d\x7e\x7e\x6d\xd0\xca\xe2\xe4\x08\x14\xeb\xd7\xab\x1f\x66\xd6\xf3\xf0\xcb\xb4\x5c\xa8\xad\x5e\x98\xc6\xe7\xc2\xc1\x70\xe0\x5e\x64\x9e\x1f\x07\xf8\xc5\xf7\x67\x0c\x44\xbb\x6a\x1a\x88\xc5\x40\x26\x9b\x34\x10\x47\xf1\x82\x8b\x63\x74\xad\x64\x1c\x11\x66\xff\xf9\xe5\x9a\xb6\xc7\x4a\x16\xae\xa4\x6b\x4f\x7d\xe1\x93\x1c\x88\x6b\x4f\xe3\x64\xb5\xc2\xd5\x72\x91\x50\x1c\x1f\xda\xc9\xfc\x3a\x5a\x93\x13\xdd\x55\x0e\xe5\xa8\xbb\x13\xdd\x71\x72\xc7\xd4\xf4\xce\x9b\x80\x95\x7e\x31\x4b\xc2\xaf\x3b\xc8\xa4\xf2\x35\xa6\x5f\xfa\x05\x8e\x9f\x13\xe7\x76\x6b\xde\x77\x0c\xa4\x71\x72\xb7\x28\x28\x6e\x83\x26\x3a\xbf\x35\xb9\x27\xba\xfb\xd4\x79\xbf\x1e\x75\xf7\x44\x77\x9c\xf7\xa3\xf5\x8a\x23\xde\x3e\x76\xe3\x89\x02\xad\xa7\x2b\x3e\xf9\x69\x2a\x9e\xe8\x26\xf0\xc0\xf1\x28\x2c\x7e\xe1\x89\xae\x40\x0f\x44\x8e\x42\x6b\x91\xa7\xa4\x6f\xa6\xd8\xf2\xc9\xf7\xe8\x26\x74\xc0\x6c\xa4\xd2\x3e\xc6\xee\x89\x52\xab\xa7\x57\x4a\xcd\x2c\x92\xee\x29\xeb\x93\x39\xc8\x79\xf1\x93\xc4\xdd\xf0\x94\xeb\xfb\x5a\xe1\x17\xb3\x7a\xcb\x03\x4d\x85\x4d\x53\x4d\x18\x08\xf3\xa1\x3d\xe5\x9f\x81\x60\xc7\x49\x5f\x89\xb1\xaf\x8e\x7a\x14\x99\x55\xc3\x3d\xd1\xb0\xe8\x01\xc8\x51\x98\x10\xe5\xa9\xa8\xb7\x02\xf2\xaa\x1c\x23\x3d\xa0\x9e\x82\xc9\x76\xd2\x57\x12\x93\x0d\xb4\x8e\xc2\xc0\x51\x4f\x55\x4b\x12\x57\x24\xab\x37\x78\xaa\xea\xae\x46\x77\x6a\x32\x35\x61\x6e\x95\x13\xa0\x75\xd0\x03\x75\xa3\xf4\xcc\xe5\xa2\xac\xee\x40\xdd\xc8\x84\x90\x71\xa1\x6e\x78\xa0\x6e\x14\x06\x8d\xba\x50\x37\x3c\x50\x37\x4a\xd7\xe6\x88\xdb\xa7\x90\xc8\x3b\x6f\x9e\xd4\xd5\x5d\x8f\xee\xd4\x34\xd4\x84\xb9\xf1\x7c\x24\x31\xfb\x14\xb2\x3a\x4d\x79\x9e\x86\x96\x6b\x44\x6f\x3c\xaa\x69\x88\xd0\x47\xcc\xa0\x71\x94\x43\x33\x40\xc9\xde\xd2\x35\x94\xa9\x99\x87\x68\xdd\x7b\xff\x27\x69\xd7\xd3\x14\x89\xcd\xfb\x9d\x05\xaf\xa5\xb4\x34\xd2\xb8\x7b\x98\x9a\xe1\x40\xe9\xf8\xfe\x8c\x1e\x75\x24\x97\x3e\xb9\xb0\xb3\x9d\xdb\xb0\x45\x9a\x3b\x26\x31\x39\x09\xdd\x3d\x81\xe5\x51\xba\x4e\xeb\x16\x1d\x6d\xac\xb5\x98\xc3\xd6\x5a\xc7\x95\x45\x40\x56\x4f\x5b\x3b\x1b\x22\x53\xd7\x21\xd7\xc5\x94\xde\x0b\xe5\x6d\xe3\x37\x4d\x04\x08\xdb\x62\x19\xbc\x3d\x93\x6b\x8f\xe2\xae\x18\x3a\x0a\xae\x3d\x8a\x0b\x61\xe8\x28\xe8\x42\x08\x58\x91\xc2\x28\x56\x17\xac\x88\xa7\xd0\x01\x46\xe6\x7b\x47\x2b\x0d\x1d\x20\x4f\x6e\xc2\x51\x77\xa1\x03\xb0\x44\x94\xa7\x5b\xd3\x8b\x1b\x61\x88\xa8\x6f\x75\x17\x6c\x7f\x88\x79\x88\xed\x07\xae\x48\x61\xc1\x72\x4f\x4c\xbb\x77\x40\x8c\x64\xc2\x65\x7a\x12\xd7\x4f\x4f\xcc\x5c\x54\xfd\x88\x1e\x1e\xd0\x83\x36\xe1\xd1\x42\xc7\x8d\xc0\x98\x53\xcf\xba\x11\x02\x8d\xa4\x30\x94\xd8\xb3\x6e\x04\xc0\x84\xa4\x42\xa4\x55\xcf\x34\x71\x38\x70\x42\x72\xfe\x74\x2d\xcf\x74\x35\x79\x0e\x95\x83\x41\xa7\x9e\xa9\x72\x78\x86\xca\x41\x64\x27\x17\x6e\x88\xe7\xb8\x2b\x18\x6d\xeb\x99\xee\x66\xcf\xe9\x8e\x36\x8e\x32\x91\x47\x67\xdc\x23\x2c\x16\xef\x82\x1b\x71\xd4\x42\x4b\x85\xd6\x4a\xcf\xba\x11\x72\x5e\x78\xed\xdb\xb9\x5c\xf4\xda\xcb\xe5\x33\x13\x75\x5c\x20\x25\x9e\x83\x0d\xd3\x20\xe9\x99\x9a\x8a\xe7\xd0\x54\x66\xe2\x72\x51\x53\xf1\x0c\x4d\x85\xda\x81\x67\x89\xcf\x39\xf8\x30\x03\x1a\x3d\x37\x75\x17\xcc\x76\x66\x4e\x40\xcc\x36\xb0\x4d\xca\x24\xff\x16\xb6\x89\xa3\xa0\x5b\x2a\x34\x56\xba\xea\xb8\x79\x86\x4b\xb9\x4c\xd2\x6c\xee\xda\xd5\x7e\x30\x4c\xce\x9c\xe1\x79\x9e\x83\xdb\x32\x06\xcf\xb3\xb8\x6d\x60\xa2\x14\x02\xc3\x7a\x16\xb7\x0d\xe0\x93\x32\x79\x3b\xe5\xa1\xee\x60\xff\x28\x9a\xc1\xd4\xaa\xcc\x98\x39\x19\x71\x9e\xda\xba\x89\xad\xe3\x81\x14\xee\x89\x07\xee\x49\x99\x9d\xa3\x14\xa7\x0d\x00\x93\xc2\x10\x5d\xcf\x92\xe4\x03\xc0\xa4\x30\xc8\xcb\xf3\xd2\xcc\x77\xcc\x4e\x84\xc9\xda\x5f\x9e\xff\x6a\x7f\xf1\x35\x71\xda\x1c\x9c\x76\x52\xe1\xc8\x5b\xdd\x05\x3b\x65\x48\x96\x67\x69\x00\x40\x33\xc9\xa5\xa8\x37\x8d\xc4\x62\x24\x64\xde\xd9\x34\x12\x8b\x91\x90\x8a\x4c\x8b\x12\xca\xe2\xd4\x61\x3d\xea\x0d\xe2\x6e\xd1\xce\x49\xdc\xcd\xc1\xf8\x18\xa7\xe2\x59\x8c\x2f\x87\xf1\x83\x96\x51\xcf\x34\x7e\x38\x40\x49\x72\xd1\x86\x8b\x27\x06\x12\x49\x59\x5a\x2f\x22\x91\x78\xbe\x63\x24\x9c\xdb\x23\x62\x78\x02\x5b\x8f\x02\x55\x7e\x44\x0c\x0f\x88\x81\x4a\x64\x7e\xf4\xc5\x97\x3b\xe6\xd2\x38\x90\x47\x0c\x25\x58\xe2\x62\x6f\x45\x2c\x31\x20\x45\x0a\x43\x43\xbc\xd0\xd2\xe2\x40\x17\xc9\x2c\x4b\xe6\x85\x96\x16\x2f\xc1\x2d\x57\xd3\x27\x5d\x6d\x98\x5b\xd7\x17\xb9\xca\x25\xc5\x4a\x52\xca\x17\x12\x89\x03\x89\x24\xb3\x44\x8d\x0b\x89\xc4\x4b\x30\xd9\x45\x65\xbd\xd0\x69\xef\x81\x52\x52\x98\x73\xef\x42\x29\xf1\x92\xa3\xd4\x26\xe5\x86\x42\xcf\xbc\x97\x1c\xdd\x71\x02\x12\xad\x4b\x70\xd2\xc5\x33\x50\xc4\x49\x4b\x70\xd2\x9f\x2f\x6a\x4d\x6a\x8d\xd7\xb8\x5e\x55\x9f\x84\x8a\x5f\x19\x42\xec\x45\x2a\x7e\x81\xd4\xc7\xb8\x1d\x2f\x92\xfa\x0a\xd8\x57\x65\xb8\xac\x97\xae\xc9\x81\x47\x55\xe2\xcf\x7a\x19\x5a\xcb\x11\xdd\x91\x2c\xcb\x50\x77\x23\xba\xe3\xc4\x87\xba\x1b\xd1\x9d\x88\x41\xec\xab\x04\xfb\x1a\x1c\xc9\xd0\xae\xc2\x44\x5b\xaf\xc6\x19\xd0\x44\xeb\x65\xc6\x48\x44\x44\x53\x5b\x37\xa3\x3b\x5e\xb9\xc2\x30\x71\x94\x55\x7b\xdb\xb8\xe5\x2e\x9a\x85\xb2\x5b\x13\x65\xa2\x22\x65\xb7\x40\xd9\x25\x7c\xa6\x97\xa3\xd9\x81\x33\x54\x26\x66\x7b\x39\xea\x0e\x66\xa4\x9a\xea\xbf\x81\x91\x79\x61\x34\xad\x97\x1b\x57\x32\x45\x98\x22\xe6\x10\x40\x1f\x95\xd6\x56\x2f\xb7\x06\x7a\x63\xa0\x14\x61\xca\xad\x81\xde\x81\x16\x59\xf5\x49\xad\xf5\x13\x90\x90\x94\xe7\x8b\x24\xa6\x02\x3d\x99\x88\x77\x5e\x1e\xd1\xdf\x13\x23\xd1\x79\x7d\xb4\x0d\x60\x0f\xaa\x68\xee\x82\x15\xf1\x7a\xc5\x7b\x3c\x5d\x55\x7a\x72\x40\x8e\xd4\x44\x11\x5a\x90\x23\x5e\x73\x0c\xf3\x0b\xdc\xf1\x4a\x2f\xae\x57\xa8\xa7\x55\x26\x95\x4a\x2f\xae\x57\x04\xbe\x54\x46\x6c\x7a\x95\xa4\x12\xd8\x21\x55\xd6\x0a\x61\x87\x78\x2d\xf1\x4d\xca\x1c\x95\xc9\x09\x5e\x5f\xa5\x33\x13\x5a\xd4\x2b\x93\x13\xbc\x42\xc2\xa9\xcc\x4b\xf7\x2a\x09\xa7\xf6\xe8\x8e\x62\x45\x95\x0e\x57\xa1\xc3\x31\x18\xcd\x85\x0f\xe2\x35\x4e\x3a\x0b\x07\x78\xed\x3f\x9f\x8c\x51\x6a\xa5\x75\x9c\x51\x15\x35\xd5\x4c\xfe\xa7\xb2\xa8\x5e\xe1\x71\xa9\x9a\xf8\x50\x77\x28\x65\x55\xa5\x1a\x55\x1d\xe7\x80\x23\xa9\x0c\xd9\x74\xc1\x91\x78\x5d\xd1\x1d\x99\x55\x95\x15\xb0\xae\x18\x26\x2d\x12\x75\x69\x98\x70\x9e\x56\x89\x92\xd5\x34\x3d\x58\xd8\x2a\x6d\xb1\x5e\x4d\xef\xc1\xd3\x59\x65\x8b\xad\xa2\xf7\x0a\x05\xa1\x16\x8d\x45\x0a\x42\x85\x82\xc0\xea\xd9\x2e\xf4\x0c\xaf\x71\x14\x58\x68\xcc\xeb\xa3\x29\x04\xbd\x33\x04\xd1\xab\x6e\xca\x8a\x58\xb4\x4a\x40\x49\x17\xb2\x86\xb7\x0b\xdd\x51\x6b\x6a\xf4\x49\x78\xbb\x62\x76\x3c\x5e\x8d\xa9\x7a\xde\xe2\x28\x54\xae\x4a\xd3\x51\x08\xb0\x8e\x5a\x49\xd2\x8d\x8e\x4e\x07\xc8\x46\xaa\xda\x59\x41\x6b\x38\xe0\x32\xde\x36\xbe\xa7\x5b\x08\x05\x66\x33\xe1\x4c\xbd\xe9\x16\x6a\x71\xba\x88\x90\xea\x2a\x39\xeb\x81\xad\x51\x2b\x49\x5a\x45\x67\x3d\x40\x32\x2a\x83\x28\xbd\xc9\xc4\x03\xbc\x8c\x4c\x38\x53\x6f\x3a\x41\xc0\xc4\x48\x95\x59\xeb\xde\xe8\x73\x75\x80\x64\x28\xbc\xd2\x05\x92\xe1\x2d\x0e\x1e\xb3\xd6\xbd\xc9\xc2\x03\x00\x8d\x5c\x79\xaf\xb5\xea\x6a\xba\xd1\xc4\x65\xa6\x37\xd6\x1b\x62\xdc\x2b\xb1\x40\xbd\x31\xc6\xdd\x01\x97\x91\x89\x2e\xea\x8d\x05\x3b\xbc\x21\x1e\x43\x26\xfb\xd6\xb4\x92\x88\x1a\xab\x32\xcb\x37\x19\x78\x5a\xc3\x40\x28\x88\xb5\x2e\x12\xea\x51\x13\x9c\x8b\xd5\x45\x42\xc1\x52\x08\xda\xe9\xad\x8b\x14\x82\x6f\x54\x9e\xff\x26\xbe\xd1\xe2\xaa\xaf\x9d\xdf\x1c\xea\x6e\x44\x77\x5c\x64\x49\x01\x2d\xd8\x06\xaf\xd7\x26\xb6\xd1\xe2\xa6\x67\xb8\xa9\x37\xdd\xf4\x0d\x37\x3d\x23\x58\xbd\xe9\xa6\x6f\xc1\x51\x58\x90\xda\x9b\x38\x4a\x0b\x29\x80\x51\xaa\xde\x24\x05\x34\xc4\x93\x54\x46\xa9\x7a\x93\x82\xd3\x42\x0a\x20\x10\x81\x37\x99\x92\xda\x8c\xa1\xb0\x3b\xb9\x31\x5a\x40\xbf\xb2\xf6\xb4\x37\x99\x92\xda\x9a\xef\x6b\xbc\x98\x9a\x74\x9f\x16\xbc\x8d\xb1\xad\xde\xc4\xdb\x02\xf8\xa4\x12\xa2\xd1\xdb\xd6\xec\x36\xf8\x17\x31\x1a\x5d\x08\x26\x0e\xe8\x91\xa4\x92\xfe\xde\xa4\xa9\x00\x8b\x24\xff\x2c\x98\x69\x0f\x82\x95\xb6\xac\xd7\xb4\x28\x06\xb2\xd4\x5a\x12\xa6\xc4\x01\x4b\x92\x89\xb6\xea\x4d\xbe\x8a\x80\x22\xa9\x8d\x3a\x66\x73\x0d\xc4\x71\xaa\xa8\x4d\xa9\x72\xb3\x47\xe5\xe6\x9f\x25\x39\x5a\xe5\x13\x5f\x14\xa7\x91\x89\x29\xa0\x48\xaa\x5c\x1c\x82\x22\xf1\x06\x75\xaa\x12\xe1\xd0\xdb\xad\xee\x5e\xcd\x2a\x37\x5e\xff\x4d\xde\x83\x40\x30\xa9\x0c\xdc\xf5\x76\x8b\x16\x5e\x21\x28\x37\xb1\xd8\x47\x9b\x13\x37\x01\x01\x02\xbd\x49\xf2\x69\xef\x4d\x90\x59\x04\xce\x9b\xb4\x29\xd4\xbb\x7d\x5f\xe3\x20\x65\x61\x02\x5e\x4a\x6e\x34\x6f\x08\x2e\xc5\x3b\xee\x08\x39\xb4\xba\xee\x88\x7e\x05\x1e\x31\x0f\x78\x97\x81\xa9\xbf\x8a\x55\x6e\x64\xe7\x5d\x92\x54\x8f\xab\x85\x68\x15\xde\x75\xb5\x04\x38\x4b\x25\x08\xa0\x77\x5d\x2d\x81\xb2\x52\x59\x2a\xdc\xbb\x8c\x4f\x00\x5c\xc9\x22\x85\x4e\x7f\xb7\xf7\xe4\x68\xfa\x37\x24\x32\xef\xba\x93\x7a\x88\x75\x72\x9b\x74\x29\x54\x1d\x0a\x15\x51\x32\x5d\xa8\x2e\xde\xe3\x2a\x23\x1e\xac\xf7\xac\xb9\xc7\x7d\x45\x9c\x0b\xef\x72\x56\xf4\x8c\x2d\xe7\x75\xd5\x75\x5d\xf5\x02\x76\x4f\x18\x59\x07\x3a\xcc\xf7\x27\x46\x42\x51\xa3\x4b\x16\xec\x25\x56\x93\xd6\x81\x5e\xb5\xaf\xf0\xe7\xcb\x85\xd6\xab\xf6\x35\x6e\xb9\x46\xce\xd0\xab\xf6\x35\xae\x32\x62\xd3\xb9\xa0\x67\xbc\xc3\x4a\x56\x3b\x89\xb6\xcb\x4a\xd6\x5b\x74\xa7\x26\x4d\x00\xf7\x15\x11\x34\xbd\xcb\x23\xd1\xe1\x75\xa8\x72\x9b\xf4\xa6\xc9\xbd\xf7\x93\xe2\xd0\xbd\x33\xca\xd9\x7b\x8b\x81\xd0\xee\xd6\x65\x3f\xeb\x21\x95\xb2\xce\xaf\x77\x49\xa5\xbd\xdf\x01\x25\xcd\xc9\x0d\x2d\x4a\x28\x99\x72\x72\x74\x29\x99\x1d\x4a\x26\x63\xdb\xbd\x4b\x2a\xed\x71\xf5\x74\xad\xf3\x50\x77\x71\xbf\xc8\xcb\xd1\x75\xbf\xf4\xd0\x24\x89\x7f\xe1\x5d\x77\x48\x9f\xd1\x1d\x67\x3e\x35\xf3\x10\x74\xe5\xe4\xe8\x4b\x24\x8b\xa8\xea\x9f\x63\xb7\xb4\xce\x2b\x7a\xd3\x49\xd6\x1d\x12\xc0\x40\x95\x20\x17\xde\x75\x87\x04\xc2\x4f\x65\x7c\xb1\x77\xd9\xcf\x00\xf6\x93\x09\x20\xe3\x5d\x57\x48\xdf\x31\x71\x5e\x59\xdd\x44\x28\x88\x8f\x66\xd5\x7f\x17\xc0\x8f\xf7\xb8\x79\x08\xfa\xea\xdd\x44\x97\x71\xbd\x30\xbc\xd8\xbb\xae\x97\x6e\xa8\xbb\xff\xd3\x9b\x98\x43\x28\xde\x9d\x1a\x74\x77\x8d\xc4\x63\x24\x9c\x80\xfc\xdd\xdd\x63\x4d\x78\x1d\x77\x17\x5d\x22\x24\xa4\xf1\x32\xeb\xae\xdd\xf1\xe8\x8d\x9e\xf7\x2e\x9f\x76\xa0\x17\xd5\xc1\x8b\x42\xe8\x45\xde\x43\x97\x1f\x54\xea\xba\xac\x7c\xfd\x44\x77\x9c\x80\xac\x7c\x3d\xae\xa5\xc1\x9b\xba\xeb\x5a\xea\x71\x2d\xf1\x82\xec\xb7\x96\x39\xf4\x78\x39\x68\x54\x09\xdb\x51\x09\x3b\x13\x8a\xc7\xbb\xf4\x9a\x1e\xb7\x99\xfc\x33\x5d\xfe\xee\x80\x5f\xaa\x43\x87\x4e\xd7\x59\x40\x2c\xd5\x21\xde\xad\x3b\x0b\x68\x4b\x99\x15\xef\xbd\xcb\x17\xde\x9f\x3f\x74\x73\x7d\x52\x13\x0f\x1d\x9f\x58\x22\x2e\x64\x26\x1f\x57\xac\x33\xc5\xfb\xc1\x00\x6f\x1f\x08\xf0\x26\x62\x90\x0b\x99\xc9\x47\x98\x06\x58\x8d\xcf\x87\x2e\xb4\x11\x17\xda\xa0\x0c\x3f\x74\xa1\x8d\xd0\x87\x06\x19\xdf\x48\xea\x0e\x36\x40\x39\xae\x87\x3c\x26\x28\x1e\x9f\x2a\x71\x46\x7c\x64\xcd\x20\x27\xbc\xc6\x2f\xe6\xac\xa6\xe8\x8d\xac\x61\xc8\x10\x11\xd8\x52\x55\x2e\x9f\xa1\x6b\x69\x84\xaa\x44\xa0\x11\x1f\x45\xdd\x95\xe8\x6e\xb2\x69\xaa\x29\x26\x3e\xf4\x9a\xab\xed\xa5\xcb\x4e\x13\xc5\x90\x16\x35\xe2\x5a\x92\xcb\x67\xc8\x19\x1e\x00\x52\x55\x7e\x1d\x01\x48\x39\xf0\xa2\xde\x36\x7e\x53\xba\x12\xf0\xa2\xb2\x38\xfe\x68\xfa\x64\x7b\x45\x11\xa2\x2b\xf9\x90\xa3\x65\xc4\xfd\xc2\x3a\x7a\x3e\xa4\xf4\x04\x7e\x54\x25\xe2\x89\x0b\x3f\xca\x03\x23\xaa\x0e\xda\x0c\x84\x11\xe5\xa3\x03\x30\x7d\x6a\x7f\xe4\x84\x19\x61\xf6\x98\x34\xa5\x0c\x99\x3d\x06\xf4\x97\x2e\x9a\x95\xfe\x32\xe2\xee\x21\x0e\x87\x0f\xb9\xb5\x03\x3c\xaa\xce\xa4\x4f\xfe\x74\x77\xe3\x93\x6a\xa2\xf0\x3c\x90\xf4\x5b\x27\x4d\x0d\x83\x49\xbf\x0e\xac\xa8\xdc\x45\xea\x0c\x87\xf7\x81\x70\x78\xdd\x58\x83\xe1\xf0\x1e\xd0\x51\x75\x32\xe2\x68\x28\x40\x6b\x20\x40\x8b\x29\x36\x3e\xa4\xd9\x8c\xb8\xb1\x18\x98\xef\xc2\x8e\xf2\x01\xcd\x86\x90\x94\x3e\x96\x7a\x0b\xed\x85\xc1\xf7\x3e\x14\x9f\x05\xa8\xa8\xac\x3b\x70\x6c\x4d\x6d\x77\x34\x71\x45\xb6\xa6\xb6\x63\x21\x69\x30\x1d\x72\xdc\x00\x3a\x2a\xeb\x7a\x14\x74\x94\x8f\xb8\xcb\x18\x97\xef\x43\x2e\xf2\x80\x95\xaa\x72\x90\x0d\x5d\x58\x23\xcc\x47\x93\x36\x81\xa1\x00\xad\x61\xd1\x1d\x27\x20\xa5\x67\xe0\x52\x22\xde\xbb\x0f\x05\x68\x0d\x0f\x2a\x69\xff\x18\xc4\x30\x14\xa3\x35\x10\xa3\x45\x54\x4a\x17\x56\x95\x8f\xb8\xea\x08\xd6\xe0\x43\x77\xd6\x08\x9d\x48\x6e\xb7\x21\x9d\x68\x00\x72\xa6\xca\xed\x36\x74\x31\x8d\x3b\xd6\x85\x57\xeb\x90\x1f\x69\xc4\xed\x33\x75\xc8\xe5\x5b\x0f\xdc\xac\x3a\x29\x3d\x0f\x5d\x31\x23\x78\xfe\xe4\xd5\x24\x24\x2b\x07\x92\x95\xd2\x92\x5c\x48\x56\x3e\xe3\x3a\x60\x42\xbd\x4f\xe9\x30\x33\x78\xfe\xe2\xfd\x39\x99\x8f\xe9\x01\x57\x55\x09\x63\xe3\x33\xa9\xbb\x84\xee\xa6\x9a\xf4\xc9\x04\xfa\xe3\xb5\x0b\x64\xab\xef\x4f\x4c\x8e\x99\x0c\x3e\x15\x50\x35\x11\xb3\xab\x10\x0d\x81\x5c\xf9\x8c\x9b\x62\x31\xd8\x6a\xca\x49\x1e\x00\x58\x75\xf1\x6c\x4d\x5d\x07\x81\x64\x55\xe5\xe6\x9b\xd2\x44\x00\x6a\x95\x59\x51\xd7\xa7\x62\xa3\x66\x18\xce\x98\xe4\xe0\x93\x89\x95\x3e\xe3\x3a\x60\xbe\xb6\x4f\x05\x40\x05\x94\x55\x5d\x14\xd7\x05\x65\xe5\x33\x74\x8a\x45\x85\x76\xca\x3c\x36\x11\x00\x25\xa9\x68\x32\x61\xc9\x67\x8d\xee\x9a\x3e\xa9\x19\xe0\x3a\x20\x84\xa4\x4f\x05\x47\xcd\x16\x8b\xc2\x7b\x70\xca\x29\x3f\xc3\xf4\xc4\xba\x8f\x3e\x65\x7a\x9a\x30\x3d\x0d\xfa\xb4\x84\x56\xe5\x33\xd8\x3a\x11\x7a\x7c\xca\x49\x1e\x48\x56\x75\x51\xa8\x98\x43\x44\x04\x05\xa0\x5d\x9a\xdd\x54\x77\xc8\x65\x92\xec\x36\x65\x5f\x9a\x2f\x3f\xce\x84\x81\xf3\x29\xd5\x60\x22\x19\xb3\x31\x81\xd5\xa7\x18\xf4\x84\x79\x69\xf0\xa2\x10\x34\x96\x4f\x30\xe1\x76\xa9\x37\xd9\xc7\x27\xf0\xb8\xdb\xa5\xf7\x14\x8e\x14\x90\x5a\xed\x12\xf1\xc9\x11\x3e\xc1\xe0\xda\x45\x0e\x3d\xc5\xe0\x26\x18\xdc\xe0\x55\x31\x15\x3a\x34\x3d\x86\x42\xcb\xe6\x54\xe8\xd0\xf4\xe8\x8e\xde\x86\xa9\xd0\xa1\x80\xcd\x6a\x17\x79\xb4\x60\xb3\x3c\xa0\xb1\x1a\xd3\xde\x7c\x32\xcf\xc9\x81\x92\xa5\xe4\x3c\x9f\x72\xa1\xcd\x13\xdb\x43\x8f\xc2\x94\xfc\x3c\x21\x3f\x4b\xc2\x14\xa0\x96\xcf\x3b\x7a\xa3\x78\x33\xc5\xdd\xe6\x53\xa3\xe0\x08\x47\x29\xdb\xcd\x8c\xea\x1a\x97\x28\x45\x06\x9a\x89\x10\x20\x05\x1c\x09\x19\xcb\x03\x19\xab\x25\xd2\xfa\x92\xbf\x3b\x90\xb1\x1a\xeb\x37\xfa\x92\xb0\xbb\x5e\xe1\x36\x2b\x4e\x69\x11\xc2\xcf\x17\x04\xda\xc6\xd2\x8e\xbe\xe4\xef\x5e\xf0\x77\x0f\x5e\x77\x4b\xd1\x41\x81\xb5\xd5\x98\xe3\xe0\xc2\xda\xf2\x95\xe3\x93\xd4\x00\x96\x0c\xf5\xab\xc4\x28\x29\x70\x2c\xb9\xba\x56\x8d\xd9\x91\xa7\x2c\xd9\x14\x16\x6c\x0a\x04\x74\x74\xe1\x62\xf9\x6a\xf1\x49\xde\x3e\x4b\x87\x3c\x30\xb3\x5a\xfa\xb2\xfa\x7d\x49\x20\x0c\xf0\xab\x96\xb8\x77\x4b\xa6\x6e\xe0\x60\x29\xe5\xd2\x97\x3c\x64\xab\xc7\xec\x78\x31\x2d\x19\x15\x56\x8f\x4f\x92\x39\x2c\x45\xd7\x04\x30\x56\x4b\x94\x23\x97\x18\x47\x20\x5c\x35\x39\x0e\x85\x70\xe5\x0b\xd6\x81\x26\xc7\xe1\x12\x0b\x00\xa2\x55\x96\x98\xbf\x14\x42\x03\x44\xab\xd4\x08\x5a\xed\x82\xb1\x72\xc0\x56\xa5\x26\xe7\xe0\x52\x78\xcd\x5a\xd1\x1d\x55\xb4\xb5\xd4\xdd\x8a\xee\xb8\x98\x8a\xae\x59\x16\x9f\x24\x07\x58\x52\xae\x17\xe4\x98\x41\x89\x43\x78\x54\xbe\x82\x03\x30\x4f\xc3\x97\x38\xc0\x02\xaa\x66\xcb\x8c\x80\x5e\x2e\xaa\x7d\xe5\x99\x4c\x24\x48\x5f\xac\x86\xe1\xcb\x63\x24\xb4\x2a\x2c\xd9\x83\x17\xec\xc1\x43\xd4\x20\xbd\x7b\x1d\x1c\x11\x11\x83\xa2\x0a\x01\x4b\xf5\x7e\x51\x6d\x22\xa2\x97\x85\x28\x91\xd6\x97\xb4\x75\x40\x56\x29\x8f\xd6\x97\x84\xa2\x15\xdc\x86\x85\xbb\x7d\x89\x6d\xac\xa8\x00\x94\xa9\xe5\x2f\xa9\xe4\x01\x46\xd5\x32\x65\x8a\x25\x2b\x32\x70\xa9\x32\x4b\x9c\xf8\xba\x29\x48\x2e\xb8\x1a\x07\x2d\x8a\x4b\xae\x46\xc0\x52\xa5\x96\x69\xdd\x58\xd2\xc8\x17\x34\x72\x62\x36\xfa\x92\x46\xbe\x82\x7f\x65\x5a\x37\x96\x82\x72\x02\xc3\xaa\xb1\x00\xb6\x6f\x31\xa9\x00\xaa\x6a\x2c\xee\xe8\x5b\x41\x39\xc0\xac\xca\xd2\xb3\xb6\x24\xb0\x1d\x8c\x68\xfd\x1b\x1e\x83\x6f\xc5\xe5\x6c\xe8\xe4\xad\xd0\xdc\xbd\x25\xa0\xed\xe0\x61\x85\x86\xeb\x2d\x1e\xb6\x81\x7e\xd3\x58\x30\xda\xb7\x1c\x91\x1b\xc2\x48\x53\x6c\xd7\x96\x30\x02\xd8\x2a\x65\x2c\xfb\x96\x30\xb2\x83\xbd\x11\xfd\xc6\xb7\xf4\xd6\x1d\x3c\x4c\xa1\x32\x5b\x3c\x2c\x00\xa9\x5a\x21\xd5\x6e\x19\x46\x81\x4d\x95\x27\x7d\x00\x9b\x38\xf8\xbe\xc1\xc2\x14\xc6\xb8\xe5\xad\x03\x34\x55\x6a\x84\xb8\xf1\x2d\x95\x76\x0f\x8f\x36\x7e\x52\x4e\x32\x80\x45\xa5\x56\xd5\x9d\x04\x95\x1d\x7c\xa3\xd2\x79\xb0\x65\x56\xdc\x21\x1e\x54\xda\x53\xb7\xc4\x83\x0d\xf1\x40\x61\x93\x02\x6d\xf2\x1d\x3c\x45\x4e\xb2\xad\x48\x99\x00\x74\x6a\x44\x9c\x71\x01\x3a\xf9\x0e\xf1\x40\x5e\xb2\x2d\x8b\xdd\x86\xc5\x6e\x32\xc3\x66\x4b\x3a\x08\xac\xa7\x26\x57\x9e\xb0\x9e\x1c\x58\x4f\x79\xd2\x05\x20\xac\x27\xdf\x71\x96\x2b\x0f\xde\x56\x7c\xdd\x8e\xf3\x4a\x2c\x1a\xdf\x52\x62\x36\x5c\x3b\xad\x89\x54\xe4\xe4\x0f\x8c\xa8\xd6\x68\x96\x33\x29\x38\x16\x47\x48\xfe\x0f\x93\x75\xca\xae\x78\x8f\x82\xbe\xc9\xa5\x62\x71\x12\x1a\x75\x5e\xd3\x49\x08\xfc\xa8\xd6\xaa\xde\xd3\x37\x53\x7c\x93\x56\x2d\x93\x79\x0a\x70\x51\x99\x38\x90\x6e\x32\x4f\x59\xbd\xf0\x1a\x65\x3b\xab\x3f\x6d\xd1\x1d\x59\xa3\x49\x09\x30\x28\x01\xcc\x98\x77\x01\x3a\xb9\xc5\xb9\x6b\x5c\x69\x23\x6a\x81\x5b\x1c\x2e\x79\x4d\x84\xe8\xe4\x81\xda\xd4\x64\x5a\xb4\xa6\xee\xe0\x25\x97\x46\x6f\xf2\x92\x5b\x94\xed\x92\xcd\xce\xe4\x75\x30\xf8\xbb\x5b\x27\x1f\x33\xf9\xbb\x0d\x5a\x40\x23\xa8\xb8\x9b\xbc\x07\x36\xa2\xbb\xc1\x26\x75\x07\xdb\x7b\x63\xed\x3a\x37\xd9\xde\xcd\xe2\x93\x54\xcc\x4d\xb1\x29\x16\x02\xaf\x14\x46\xd3\xa5\x66\x21\x9e\x4a\x0f\xb0\xfb\xa7\x0d\xf7\xcc\x10\xad\xc8\xbe\x6b\x41\x7f\x0a\x88\x77\xd1\x9f\x87\xc0\xa8\x30\x74\x97\xc0\x08\xe4\xa2\x4c\xe4\x49\x77\x31\x62\x0f\xd2\x64\xa1\x30\x77\x91\x66\xa0\x1a\x35\x85\x9a\xbb\x48\x13\x48\x45\x6f\x5b\x61\x9b\xba\x4b\xd1\xdd\x62\x93\xba\xcb\x20\x3f\x5d\xcc\x2e\x55\xd9\x5f\x2a\x15\x4a\x82\xbb\xd2\x92\x3c\xc7\xa2\x90\x33\x3a\x4b\xbb\xb8\x23\x34\x65\x76\x35\x6d\x35\xc5\x20\x79\x2f\xbb\xfc\x79\x01\x4f\xd4\x64\x77\x74\x19\x55\x81\x54\x94\x89\x28\xec\x4e\x3c\x34\xf7\x72\xbf\x4d\x43\x6f\x91\xb3\x03\xa8\xe8\xfd\x22\x5f\x53\x64\x4a\x20\x17\x4d\xde\x15\x82\x26\x72\x8f\x53\x27\x63\xa5\xcb\x9d\x17\xd0\x44\x4d\xc6\x4a\xd7\xd1\xf2\xb8\x9b\x74\xc9\xb8\x32\x8c\xbc\x45\x77\x6a\xd2\x72\xc5\xc9\xa2\x88\xe3\x3a\x59\x1e\x92\x37\x91\x9b\xdd\x65\x6e\xf5\x38\x59\x8a\x87\x77\xdd\x4d\x1e\xe2\xb5\xec\x87\x2e\xf1\xda\x47\x8d\x6a\x66\x9c\xb9\x6c\xaa\x1e\x77\x93\x98\x8a\x4b\xa6\x05\xde\x50\x26\x92\xb2\xfb\xd2\x30\xe3\x44\xca\xac\xe5\x3a\x91\x01\x40\xd4\x7e\x16\x5a\x11\x15\x1e\x9a\x32\xb1\x3f\xdd\x95\x9c\x03\xe4\xa0\x3c\x79\x21\xf8\xd6\x8e\xc3\xf0\x48\x98\x4b\x77\x19\x1e\x01\x1c\x94\x9a\x8c\x61\xae\x38\x8c\x40\x12\x9a\x22\x06\xc5\x61\x78\xb0\x8d\x49\xe1\xce\xc5\x36\x02\x65\xa8\xfd\x8c\x44\x21\x6d\x01\x17\xd4\x08\xec\xe1\xae\x68\x0b\x20\x07\x65\xc2\x5c\xba\xcb\x7c\xe8\x21\x79\x2f\x11\x91\xcc\x87\x1e\x5c\x8a\x98\x1f\xee\xe2\x52\x7e\xff\xb5\x71\x2d\xef\x9f\x36\x0c\x73\xd1\xf5\xe3\xba\x41\x3d\x8a\x5e\x2e\x6a\xca\x2e\x4f\x53\xe0\xfe\x34\xd9\xae\x8e\xec\x80\x27\x6e\xd0\x45\x0e\x76\x24\x84\x1e\x08\xa1\x8b\xf6\x16\xe1\xfe\xf8\x09\xc6\xb7\xc8\x84\x8f\x5c\x3f\x81\x09\xd4\x14\xc7\x2d\x4c\x20\x3f\x71\xb9\xca\xd0\x74\x14\xcb\x70\x52\x74\xa7\x26\xee\x79\xc0\x05\xb5\x35\xfe\xd1\xc4\x2b\x34\x21\x3f\x39\x7a\xe4\xfd\x7a\xe4\xfe\x09\xa4\xa1\xb6\xa8\x5e\x08\x69\xc8\x4f\x99\xd1\xf6\x11\xee\x51\xc6\xe3\x81\x14\xda\x65\xbf\x3a\x72\x9f\x1c\x9c\xe7\xce\xd2\x69\x7e\x74\x9e\x03\xfb\xa7\x13\x4e\xd9\x85\xfd\xe3\xa7\xc7\x37\xb5\x49\x72\x9f\x1c\xe4\xb0\xc8\x9c\x79\x64\x82\x3b\xb8\x60\x3b\xb1\xa0\xfc\xc8\x45\x02\x38\x9f\xd4\x2f\x5e\x41\x47\x51\xd9\x67\xc5\x50\x78\xcd\x1c\x39\xcc\x0f\x1c\xe6\x4b\x33\x90\x67\xe2\xac\xf8\x24\x39\x99\x40\x7c\xfc\xac\x98\x01\xef\x0b\xa1\xf8\x78\xa0\xf8\xf4\x8b\x87\xf6\xc8\x61\x0e\x40\x9f\xbc\x28\x8b\x1d\x39\xcc\x03\xe0\xa7\x13\xff\xc2\x05\xf0\xe3\x07\x07\xb3\x13\xa8\xd8\x8f\xa4\xde\x03\xa9\xb7\xcb\xea\x72\x64\x14\x3b\x38\x99\x9d\x10\x25\x7e\x74\x32\x0f\x8c\xf0\x9d\x75\xc2\xfc\xc8\x08\x7f\xee\xf8\x26\x5d\x93\x47\xa7\x2f\x50\x7c\x7a\xd2\x29\xd2\xe9\x0b\xa4\x9e\xae\xc0\xeb\x23\xad\x12\xa0\x3d\x59\xc6\xe1\x23\xf3\x56\x80\xf8\x74\x42\x2c\xf8\x2d\xb1\xe3\xbe\x62\xea\xdc\xbc\x5b\xc6\xfb\xfb\x8a\xee\x28\xf0\xdf\x12\x89\x03\xe0\xa7\x13\x73\xd8\x6f\x9d\xda\x40\xea\xe9\xc2\x20\x10\x52\x8f\xdf\x40\x53\xec\x89\x57\xfa\x2d\x8f\xed\x9d\x62\x9c\xbc\xd2\x05\xd5\xe3\x37\x44\xe2\xc5\xac\x80\x5b\x22\xf1\x9d\xa3\x3b\xb2\xd5\x5b\x47\xf6\xce\x31\x05\xb2\xf1\x5b\x47\xf6\x86\xc7\xb6\x67\x5a\xfd\x6e\x79\x6c\x6f\x78\x6c\xc5\x93\xee\x42\xba\xbd\x21\xf6\xf6\x4c\x0d\xf0\x96\xd8\x0b\xd4\x9e\xac\xd4\x92\x5b\x97\xf3\x1d\x07\x5d\x79\xc8\xb7\x0e\xfa\xfd\x4a\xc0\x6f\x1b\x67\x20\x7d\x33\x60\x7c\x94\x91\x22\x18\x1f\x0f\xa8\x9e\x9e\xab\xda\x34\x12\xe4\x88\x2c\x2a\xbe\xb7\x72\xd5\x80\xcc\x93\xba\x02\xce\x6f\x79\x50\x03\xaa\x47\x89\x2c\x82\xea\xf1\x3b\xd8\x83\xd2\x74\x6f\xb1\x07\xa0\xf6\xbc\x6d\x9c\x9c\x0c\x6d\x81\xc7\xd3\x65\x6f\xba\xa7\xba\x83\x9b\x74\x89\x50\x64\x68\x03\xfc\x4e\xea\x59\x04\x26\x5f\x68\xe0\xf1\xb0\x0a\x80\x0b\x8f\xc7\xef\x60\x46\xca\x55\xbd\x65\x86\x0f\xac\x9e\x2e\x13\xd0\x2d\x8e\x73\xaf\xe8\x8e\x3c\xfa\x96\x33\xf4\xde\xd1\x9d\x9a\x8a\x9a\x30\x01\x8a\x39\xb7\x32\xdc\xee\x28\x53\x97\x29\x78\xdc\x72\x86\xde\x90\x49\x08\x0e\xea\xb7\x64\x92\xdb\xaf\xa8\xfe\xc8\x9d\x93\x59\x0f\x18\x3a\xa9\x13\xf3\xc4\x6f\x41\x2c\x04\xa8\x8e\x7c\x24\x02\xd5\xf1\x3b\x58\x91\x52\xbd\x6e\xb1\xa2\x1b\x39\x67\xbd\x88\x18\x94\x73\x76\xdf\x8e\x4f\x92\xbc\xc4\xa5\xee\x27\x46\x42\x4e\x74\x2b\xab\xe4\x7e\x15\xee\x72\x91\x99\xde\x84\x68\xf7\xfb\x65\x52\x85\x50\xa4\x7e\xcb\xf4\x15\xe8\x3e\x5d\xf9\x55\x8f\x98\xd4\x73\x25\xbc\xd6\xd9\x94\xd5\x14\x03\xa1\x30\xf9\x88\x7f\x05\x28\x50\x97\x85\xe7\x11\xff\x7a\xae\xe8\x8e\xc2\xe4\x23\xe7\xe3\x93\xfe\xff\x8c\x5d\x3d\xd2\x64\xb7\x0d\xcc\x7d\x8a\xef\x06\x7e\xfc\x03\xc8\x44\x89\x63\xfb\x0e\x33\xd3\x83\x2a\x05\x92\xb6\xd6\xd2\xfd\x5d\x0f\xd0\x74\xaf\x5d\x0e\x14\x6c\xb0\x1f\x6b\x08\x12\x04\xfb\xe1\x87\x6c\xa6\x38\x56\x72\x42\x17\xcb\x92\x04\xa8\xd9\x20\x7c\x85\xce\x3a\x46\xc1\xd7\xe0\xaa\x86\x62\xa3\x28\x8c\x1a\x5c\x9e\x10\x46\x45\xaf\x3e\xa9\xe7\x50\x19\x31\x6e\x2f\x62\x90\x50\xf4\x15\x62\x5f\x88\x51\xa3\xe4\xaf\x54\x61\x8c\x8c\x8d\x4c\x37\x08\x42\x15\xc6\xc8\xb0\xc3\x26\x5d\xb1\x50\xd8\x11\x2b\x57\xae\xab\x49\x13\x2f\xd4\x9b\xf4\x29\x62\xfd\xd0\xe5\xb3\xda\x3a\xdb\xa4\x94\xf2\x53\x26\x61\x2f\x94\xf2\x0f\x2b\x71\x1c\xa5\xee\xb1\x45\x86\x24\x36\x59\x29\x08\x55\x11\xc3\x73\xe2\x0c\xb0\x43\x2e\x4c\x14\xb4\xe9\xbc\x7c\xa8\x18\x10\x85\x5f\x3a\x2f\x1f\xc2\xaf\xf0\x12\x47\xfc\x0a\x1d\x23\x8c\x24\x3d\xb0\x49\x28\x0d\x91\x1e\xc4\xae\x99\x13\x2f\x43\xd5\x80\x78\xe4\x46\x9e\xf4\x16\x43\x45\xbf\xc8\x50\xc6\x74\x38\x3c\x54\xf4\x2b\x8e\x25\xe3\x8b\xfa\x2f\x71\x2c\xbd\xa2\x1c\x15\x1d\x25\x0e\x39\x2a\x81\xfa\x1d\x7d\xad\x50\xa9\x2d\xde\xa9\xb2\xd9\xff\x9a\xcf\x2b\x4a\xa4\x57\x14\xe4\x2c\x46\xf5\xa1\x20\x22\x0a\x57\x74\x1c\x32\x84\x2b\x51\x6e\x8c\x4e\x21\x87\xae\xe8\x44\xd4\x68\xd4\x24\x85\x66\x02\xdc\x96\xb6\xac\x12\xe0\xc5\xce\x64\x3c\x16\x88\x8b\x09\x70\x5c\x05\x03\x3c\x30\x8c\x8b\x30\x80\xab\x5d\xd5\xe6\x9f\x36\xd6\xdb\x70\xb5\x9a\xc2\x67\xef\xe1\x62\x86\x0e\x57\xf2\x2d\x1b\x39\x4c\x70\x91\x6f\x19\x57\xd6\xdb\xcc\x3a\xdb\xc8\xd4\x8e\x6b\xa4\x59\x7f\x1c\x38\x5c\xf4\x1d\x70\xd5\xc6\xe4\xe9\x58\x5c\x43\xe2\xb2\xf4\x6f\x3c\xbd\x04\x11\x4c\xe1\x9a\x25\x6e\xb0\xcf\x29\x71\x33\xc5\x7d\x4c\x1e\x17\x33\x7b\xb8\x32\x7b\x67\x3c\x01\x8b\x6b\x49\x63\x85\x03\xe4\xf9\xc0\xb5\xa4\xb1\xda\xec\x3c\xfe\x03\x71\x56\xa1\x78\xa9\xcc\x16\xb5\x69\xea\xb3\x02\x0f\x9e\xba\xc1\xc5\xc0\x03\x97\x25\x92\x7d\xbc\x00\x5c\x26\x65\xd6\x66\x37\xe7\x30\x5d\x5d\xd6\x8e\x26\xc9\x07\x2e\xd7\x30\xcb\xeb\xe0\x61\x56\x5c\x2e\x71\x9e\xe2\x3e\x9b\x16\x97\x4b\xdc\xbe\xea\x67\xec\x72\xcb\x1e\x2a\xb8\xb0\xc3\x2e\x1f\x52\xf4\x23\x15\xad\x51\x3e\xb4\xae\xb5\x9f\x59\x8d\xc7\xf5\x90\xc2\xca\x0f\xe0\x43\x6f\xb8\x1e\x5a\xd7\x4c\x40\x18\x4b\xe7\xb8\x9e\x12\xf7\x2c\x71\x6a\xd2\xba\x66\x06\xdf\xf8\x90\x20\x2e\x56\x05\x91\xf4\x53\x83\x91\x13\x44\x3f\x85\xab\xd0\x83\x07\x29\x71\xbd\xa4\xcb\x57\xcd\x60\x72\x94\x3c\xda\x84\xa4\x9f\x1a\x0c\xb8\x20\xfa\x29\x14\xc5\x94\xf9\xe4\x28\xa1\x91\xa0\x46\xc2\x41\xf2\x89\x1a\x5c\xc8\xb9\x49\xcb\x90\x2a\x51\xea\xd2\xf6\x81\x16\x15\xb9\xa8\x87\x73\x83\x16\xb5\xd0\x8f\xaf\xf0\xe1\x7a\xcb\x86\x0a\xc3\x5c\x66\xf9\xd6\xbc\x2b\x14\xe3\x5b\x7b\xb8\xde\x12\xf7\x2e\x71\x6a\x0a\x36\x15\x84\x09\x36\x42\x5a\xae\x20\xcd\x65\x27\x21\x5b\x28\x08\x73\x42\x58\xa3\x93\x83\x96\x0f\x51\x18\x2b\x8d\x68\xcc\xf2\xa2\x55\xa8\xb2\x2f\xfe\x6e\xe8\x77\xe9\x07\xf0\x7c\x02\xc4\xc2\x84\x56\x28\xc5\xe4\x1d\x1a\x4f\x05\xa0\x15\x14\xed\x4f\x02\x01\x8d\x49\x52\x14\xd5\x92\xed\x49\x71\x53\xe2\x66\x89\x3b\x6c\x1a\x6a\xba\x57\x95\x1c\xa6\x68\x4c\x92\x22\x49\x97\xee\x1e\x29\x8d\xb5\x3d\x24\x0b\x93\x68\x1d\x21\x16\x26\xb4\x02\xb0\xfd\x09\x94\xd1\x04\x60\xc5\xd0\x64\xcc\x8a\xa3\x09\xc0\x8a\x6a\xc9\xf6\xa2\x2e\x97\xc4\xad\x12\xc7\x26\x93\xbe\x2a\xa0\xe2\xf3\x48\x68\x4c\x92\xa2\x15\xb6\x31\x6b\x89\xc6\xf3\x09\x68\xfe\x67\xdb\xc7\x66\x9b\xab\xad\xc2\x9f\x7d\xa8\x95\xad\x61\x56\x56\x85\x6f\xe9\xa0\x6d\xc9\xab\x80\xe4\x68\xc9\x1f\x5a\x83\x47\xae\x41\xe7\x30\x1f\x9a\x42\x01\x18\x09\x7b\xd1\x1e\x12\x57\x28\xc5\x73\x6e\x68\x42\xa9\xa2\x29\x32\xd2\x59\xa0\x3d\x25\xee\x99\xe2\xf8\xd1\x6a\x4f\xad\x6b\xbe\x0d\x63\xcc\xb8\xa0\x3d\x35\xf3\x42\xa9\x33\xa9\xb1\x97\x16\x0f\x35\x14\xc2\x8d\x28\x85\xd0\x2a\xb6\x60\xc8\x8b\x16\x9a\x42\x6d\x2e\x86\x39\x68\xf1\xc3\xef\x4a\x1e\x37\x65\xd7\xe6\xea\xf9\xda\xa6\x33\x84\x40\x67\x02\x12\x3d\x43\x01\xbf\x68\x80\x9d\x49\x46\xf4\xf4\xcd\x9d\xf4\xfb\xe8\xf4\xcd\xd1\xd3\x37\x6f\x44\xd3\x2e\xf7\xa0\xf7\xea\x92\xe6\x2e\xfe\x1c\xf4\xdc\x94\xce\x34\x1b\x44\xa0\x83\x3e\x4a\xdc\xe7\x18\x1f\xfa\x90\xb8\x51\xe2\x3e\x9a\xee\x2c\xfc\xa1\x78\x77\x9c\xbc\x08\x10\xef\x0e\xfa\xaa\x2e\x69\xd3\x9d\xce\x39\xba\xd5\x50\x88\xec\xdd\x34\x14\xaf\x29\x10\x6c\xfb\x96\x36\x77\x1a\x04\x77\x9e\x98\x69\xd0\xd3\xdc\xbd\x49\x61\x32\xf7\x62\xad\x71\x72\x04\xa3\xcb\xdc\x8b\x9a\xc6\xf9\x9c\x16\xfa\x91\xb8\x53\xe2\xa8\xb0\x23\x71\x79\xa9\xd3\xc9\xda\x8b\xce\x04\x23\x7a\x26\x11\xbd\x8d\xbf\x76\x6d\x0d\xfd\x48\x31\xa7\x46\x43\x00\xec\x0f\xad\xdf\xa3\x66\xa8\x75\xd7\x0e\x2b\xe6\x1a\x6f\x5a\x77\x7d\xeb\xfb\xf3\xcf\x97\xa2\xf9\xbb\xa7\xa6\xf1\x2c\xcd\x10\xaf\x3a\xaf\xde\xa0\xdf\x5b\x6c\x34\xad\x9f\xfc\x80\xfe\x2c\x71\xa6\x2e\x7f\x10\xf7\xae\x36\xae\x2d\x4f\x40\xa3\xdf\xee\xc2\x60\xce\x0f\xfd\x35\xd4\x54\x23\xe1\xe6\xeb\xf2\x03\x7a\xfa\x01\x3c\x10\x86\xfe\x92\x71\xa2\x94\xc2\x8f\x5e\x87\x94\x82\xea\x92\x2e\x49\xd7\x5e\x2f\xf2\x1d\x6f\xb2\x40\x68\x06\xef\xea\x73\x73\x28\xcc\x76\x20\x59\x73\x46\x73\x35\x69\xd9\xdf\xb5\x76\x84\x88\x1e\xb2\xa4\xfc\x6c\x93\x64\x02\x62\xd1\x41\x4f\xd4\xf1\x2e\x84\x10\xea\xf4\x44\x1d\x27\x23\x26\xba\x50\xa7\xb8\x72\x9c\xe9\x40\x0c\xa1\x4e\xd2\xe6\x8c\xf6\xc9\x37\x61\xf0\x32\x0c\x8a\x0f\xc7\x79\x56\x0c\xe2\xc3\x41\xf2\xdf\x88\x0b\x18\x43\x78\x94\xf4\x37\xf7\xcf\x9c\x6d\xae\xb6\xea\x92\x38\x3d\x9a\xba\x6c\x09\x1e\x87\x23\x21\x43\x18\x46\xcf\x41\xd2\xcb\x19\xcc\xac\x22\xd9\x6f\xee\x1e\xd5\xa6\x09\xf4\xd2\xc9\xe4\x04\xc8\x36\x80\xe4\xbc\x11\xbb\x30\xc4\x79\x83\x51\x80\xda\x3f\xb9\x02\x0c\xd6\x49\x30\x0a\x35\x3b\x77\xd6\x10\x6a\x8e\xf1\xa7\x38\x0e\x65\x48\xdc\x28\x71\x9c\x9c\x3c\x99\x91\xa0\xc9\x43\x7e\x18\xbc\x42\x83\x31\x4b\x95\x44\xb1\xa1\x98\x6a\xa4\x27\x43\xe2\x10\x88\x98\x07\x45\x79\xe3\x9d\x58\x2b\xca\x1b\x24\xe5\xcd\xe0\x2b\x70\x10\xe5\x0d\x46\xc1\xe9\x68\x94\xb6\x35\xb7\xc2\x4c\x1e\x98\x82\xe8\x70\x50\x94\x37\x3e\x64\x27\x5b\xe2\x76\x89\x33\x36\x69\x51\x13\x32\x79\x4a\x11\x43\x90\x39\x32\x0b\xea\xa3\xab\x4d\x9a\x3c\xa9\xc9\xce\xb9\x1d\x2d\x5c\xa1\x29\xf9\x38\x30\x04\x97\xa3\xe0\x92\x27\xb7\x30\x04\x97\xe3\x51\xe2\x06\xad\xf9\x21\x71\x8f\x12\x47\x9d\x3c\xa4\xaf\x67\xe9\x84\x9f\xbb\xf1\x94\x4e\x0a\x2d\x07\x91\x74\xb0\xfe\x8a\x51\x90\xc8\x7c\x26\x86\x20\x71\xbc\xaa\x4f\x86\xca\xe3\xa5\x15\x7f\xe5\x8a\xf3\x3b\x32\x5e\x5a\xf1\x82\x44\x66\x26\x31\x04\x89\x23\x21\xb1\x4b\x29\x0a\x8d\xc6\xab\x94\x42\x24\x1d\x90\x52\x0a\x12\x99\x99\xc4\x10\x24\x26\x3d\x50\xf3\xb1\x39\x14\xc1\xde\x78\xd7\xec\xe8\x4c\x0e\x45\x2b\x23\xa3\x95\x1f\xf6\xe3\x5b\xca\x2c\x48\x64\x86\x11\x23\x34\x94\xc2\xbd\xa9\xcd\x2a\xdc\x1b\x99\x8d\x71\xb2\x94\x60\x84\xc4\x45\x89\xfb\x34\x4d\xe6\x64\x51\x1c\x40\xce\x14\x23\xc4\x01\x84\x79\x63\xd2\xdd\xf6\x19\xca\x64\x69\x16\x33\xc3\x0e\x27\xff\x07\x26\x2f\x38\x60\xd6\x6e\x25\xff\x04\x26\x2f\xb5\x61\x96\x8b\xc3\x2c\x1c\xa6\x5c\x9c\xb9\xaa\x4f\x4e\x7d\x2a\x5d\x51\x84\x3d\xce\x2c\x1c\xa6\xdc\x9f\x69\xaf\x6a\xfb\xac\xd0\x64\x02\x12\x33\x33\x89\xbe\xe8\x30\x4e\x9e\x44\xc2\xf4\x34\x08\x9a\x9f\xd8\x75\x30\x0b\x39\x48\x43\x8d\xa9\x28\x61\xfa\xbb\xda\xd4\x25\xf7\xf2\xbc\x1d\xaf\xd1\x69\xb5\x93\xd7\xcc\x30\xcb\xa3\xe2\x1d\x7a\xcc\xad\x91\xec\x1c\x89\x51\x61\x5b\x8a\x3e\x35\x71\x9a\xad\xb8\x7c\x30\x93\xb7\xc2\x79\xab\x1d\xf3\xa1\x19\xbc\x6a\x06\x1a\xca\x4b\x33\x28\x73\x5f\x87\x7d\xca\xdc\x67\x79\x07\x64\x2c\xc6\x94\x77\x30\xcb\x03\xe0\x71\x30\x4c\x79\x00\x33\x49\xb6\xdc\x08\xdf\xf3\xad\x45\xc8\xe4\xa3\xf3\x38\x18\xe6\x5b\x46\x56\xdb\xc4\x9a\x7e\xa7\x3e\x6b\x2f\xf0\xf2\x3a\xa6\xf6\x42\x91\x00\x39\x49\x7f\x31\xf5\x9d\x9f\xf9\xba\xac\xf3\xfd\x2e\xcc\x90\x3e\xcb\x07\x50\xea\x4e\x04\x41\x58\x99\x99\x74\x3e\xd2\x85\xa5\xcc\xe4\xaa\x8d\xc2\x6b\x82\x58\xda\x28\xc5\x1e\xe4\xbc\x27\x08\xb1\x07\xa1\x18\x82\x5c\x79\xbd\xc5\x1b\xb1\x48\xb2\xa0\xd1\xf7\xf8\x6b\x4e\xef\xe2\xa1\x09\xac\x0a\x3e\x8c\xc1\xf6\x52\xf0\xb1\xea\x3b\x4a\x37\x4d\x84\x3e\x58\xb5\x6b\x79\x50\x0e\x4b\xbb\xb6\xc8\x7e\x9c\xe4\xb7\x58\xda\xb5\x6b\x96\x38\x1a\x8c\x68\x7b\xb0\x32\x25\xc0\x77\x3e\xb1\x78\x2d\x01\x49\xc5\xd3\x9c\x17\xb9\xb1\x96\x66\xb0\xd2\xe4\xd5\x23\xcb\xaf\x58\x85\x11\x4e\x73\x11\x37\x0f\x56\x61\x04\x1f\xba\xc2\x12\x46\xac\xe4\x0a\x75\x3e\x74\x85\x45\xe6\x2e\x14\x03\x8f\xf3\xba\x36\x96\x69\x28\x56\x43\xa1\x38\xa5\x3b\x93\x70\xa7\xb9\x13\x07\x96\x6b\xf5\xfc\x5e\xbd\xa1\xc9\xb9\xa4\x15\xea\x38\xbf\xdb\xcb\x65\x2c\x05\x2d\xbc\xc9\x8d\x25\x68\x29\x9a\x1d\x77\x19\xe7\x96\xb8\x5d\xe2\x9c\x4d\xae\xa6\x93\x4d\x9c\xc0\x96\x2e\x2b\x56\xe3\x65\x6d\xac\x23\x7d\x3d\x4a\x5f\xf4\xd3\x96\xb2\xa4\xab\x3e\xa4\xca\xb5\x2d\x7d\x48\x57\x7e\x48\x87\xd4\xac\x0f\xe9\x2a\xd4\x51\xf2\x6b\x09\x75\x56\xa1\xce\x96\xc2\x94\x64\x2c\xba\x19\xdf\x9a\x1d\x24\x0e\x25\x8e\xb3\x53\x26\x71\x55\xd8\xb1\x35\x14\x7d\x7f\x57\x86\x1d\xa4\x64\x85\x98\x68\xb0\x0a\x8f\x48\x46\x8b\x25\x3c\x2a\x96\x1a\xdf\x5a\x71\xe1\x51\x51\xd1\x38\x9f\xc2\xc7\x0a\x89\x8b\x12\xc7\x09\x84\x94\x52\x90\x43\x9e\x5a\x88\x6f\x06\xc9\x37\xa3\x17\x2e\x20\xbe\x19\x58\xa1\x11\x79\x6a\x21\xbe\x19\x58\xa1\x11\x79\x6a\x21\xc2\x19\x14\xa9\x8c\xf3\x1a\x2e\xac\x49\x5c\x2b\x71\x6a\x1a\x6a\xca\x09\x30\x7e\x30\x56\x52\x61\x15\xad\x28\xb5\x27\xd6\x18\x58\x2b\x69\x8c\xf8\x8d\x95\x54\x14\xa3\x8c\xf3\x32\x2d\xac\x6b\x06\x59\xb1\xf1\x6d\x1c\x8a\x52\x32\x56\x01\x84\xf2\x77\xa6\x00\xc2\x32\x80\x18\xf4\x65\x8c\xe7\xb3\x60\x05\x8a\xbc\x4b\x0b\x53\x55\xa6\xb8\x61\x7c\x33\xbe\x33\x21\x9f\x25\xb7\xa7\xf3\x9d\x6f\x98\x42\x88\x22\x80\x71\x9e\x1f\x84\x4d\x0d\x65\xd6\x50\x38\x73\x25\x43\x93\x0a\xe6\xfe\xd9\x07\x84\x4d\xa8\x98\x5c\x30\x77\x1b\x7f\xc7\xaa\x2e\x92\x1c\x66\xc8\x5b\x16\x39\x0c\xac\xc0\x54\x49\x46\x53\xa1\xa7\x88\x63\x9c\x47\x12\x61\x42\x4c\x33\xab\x36\x0e\xc5\xa4\xb1\xac\xe6\x38\x0f\xdf\xc1\xe4\x39\x59\x96\x6e\xe5\x80\x8b\x1c\x06\x56\xa8\xc8\x67\xa6\x61\x2a\xf4\x58\xde\xb4\xf7\xc3\x3d\x62\x5b\x53\xa8\x00\xe9\xc8\xa2\x15\x20\x59\x06\x48\x43\xe6\x20\x17\xc8\x0a\xc3\x94\x80\x34\x61\x58\x31\xc0\xf8\x61\xec\x61\x72\x8f\x2c\xaf\x72\xfa\x61\xd9\xcc\x94\x7b\xb5\x0a\x75\x78\x2d\x16\xa6\xfc\xaa\x55\x66\x88\xa7\x15\x61\xca\x0c\x15\x97\x8b\x1f\xe6\x63\xec\xa9\xb1\x3c\x77\xb5\x51\x2d\x4f\x4d\xaf\xe2\x19\x9e\x47\x84\x29\x9e\xb1\x8c\x67\x48\xda\x0a\x31\xaf\xc0\x0a\x86\x79\x68\x05\xf6\xd2\x30\x0b\x6b\x8f\x4c\x53\x58\x6b\xb8\xaa\x8d\xea\x84\xa6\x5e\x1e\x9e\x72\xaf\xa2\x5e\x81\x25\xb3\xfc\xbe\x64\x64\x90\xb1\x64\xd9\x66\x5f\x8c\x30\x4c\x65\x1b\x4b\x20\xde\x3c\x87\x01\x53\xd9\xa6\x08\x56\x36\x1f\x76\x85\x09\x6d\x8b\x29\x65\xf3\xb6\x2d\xc4\x94\x02\xcb\xcb\xa3\xfb\x92\x95\x85\xf4\x92\xd1\xce\xe6\x79\x04\x98\xa2\x1d\xcb\x68\x67\x48\x65\x72\xfe\x8a\x29\x65\xf3\x39\x52\xb8\xca\xd2\xc5\x94\xb2\xf9\x1e\x29\x5c\x70\xeb\x59\x96\xde\x7c\x74\x14\xae\xb2\xb4\xb7\x9a\xde\xe7\x5e\x26\x5c\x6e\x9a\xb7\x44\x08\xae\x82\x28\x4f\xe0\xad\x66\xc0\xda\x99\x0b\x53\x8b\x0e\x65\x93\x57\x17\x2e\x4c\x2d\x5e\x93\xad\xfc\xb1\x2b\x97\x93\x14\x27\x43\xa1\xa3\x0b\x52\x7d\xd4\xec\x68\xb7\xae\x22\xb8\x67\x11\x9c\x1c\xaa\x70\x15\xc1\x7d\x94\x34\x86\x6b\xae\x22\x78\xd1\xa1\x6c\x5e\xfc\x85\x0b\x6e\x8b\xd7\x64\xf3\xc0\x28\xc4\x6b\x02\x9f\x65\x63\x7b\xff\xb7\xdb\xeb\xff\xdf\xeb\x75\xd5\xc8\x7d\x96\x5e\xe8\xa2\x3a\x6f\xc7\x22\x19\x50\x06\xc9\x36\xe1\x02\x5c\x5f\x35\x18\x86\x34\x2e\x54\x4d\x76\x94\xa1\xf0\xd7\xe5\x86\x16\x23\xca\x6e\x8c\x76\xdc\x24\xcd\x4a\x1a\x7b\x94\xa7\xe9\xb7\x63\x79\xff\x8c\x6a\x11\xde\x7a\x16\xa6\xb6\xca\x6e\xae\xc2\x94\x5b\x89\xd3\x50\x54\x59\x2f\x22\x95\xdd\xb8\x4d\x5c\x80\x5b\x8c\x28\xbb\xd1\x3f\x12\x23\x0a\x3c\x93\x5c\x64\x3c\x85\x2b\xc9\xe5\x59\x59\xdf\x8d\x05\x26\x57\x61\x20\x19\x50\xee\x36\x76\xa9\x50\xd5\xd3\xd7\x24\x03\x29\x5c\xbe\x66\xb2\xa3\xb4\xdd\xb4\x83\xb6\x66\xb7\x6b\x76\x74\x2f\x5c\x18\xee\xa7\xc4\xf1\xb3\xe0\xca\x72\x79\x66\xb9\x26\x73\x3d\x7e\x34\x83\x47\x29\xe5\xf3\xfd\x8d\xc3\xa8\x2b\xce\xed\xd7\x4c\xe6\x6c\xe2\xf0\x54\x6b\xe4\xb5\xed\xc9\x94\x4d\x1c\x6e\xd7\x38\xf7\x16\x14\xaf\x6c\x1c\xe6\x3b\xe2\xf4\xeb\x6e\xfa\x84\x2b\x71\x78\x61\x26\x4e\x9f\x3f\x7d\x4d\xf2\x05\xc7\xe9\x92\xd5\x9f\xd9\xc4\x11\xb2\x22\x15\x79\x21\x7c\x32\xb7\x12\x87\x55\xe2\x38\xa3\xfd\xf4\x35\xd7\xc7\x10\xe2\xb0\x4a\x1c\xe7\xde\x8f\x93\x3c\x83\x71\x86\x06\x7f\x3b\x42\x93\x59\x89\x38\xcc\xac\xc6\x99\x57\x36\xed\x4f\x13\x7d\x9f\x38\xf7\x46\x9d\x7c\x92\x2a\x0e\x13\xab\x71\xee\x2d\x3b\x79\x21\x2e\x0e\xbd\xa2\x38\xb7\x13\x24\x26\xc7\x38\xf3\x07\x59\xef\xbb\xc9\xa8\x0d\xb2\xb8\x46\xde\x65\x9f\xe4\x3a\x0b\x5d\x60\x8f\xbc\xaf\x2e\x2a\xbd\x38\x4b\xb2\xee\x1d\x3a\x4d\x3a\x74\xa9\xf7\x0e\xb3\x26\xcd\x3b\x8e\x4b\x1b\xfe\xc8\x26\xfd\x4a\x23\xf4\xd4\xbc\xa6\xec\x1a\xe1\xbd\x29\xc4\x77\x1b\x67\x4b\x1b\x77\xf8\x35\xa7\x8c\x8d\xe1\x57\x9c\xdb\x8b\x99\x24\x85\x8d\xb3\xd5\xe1\xc9\x0e\x8d\x4d\x47\x53\x3e\x69\x36\xc6\x45\x39\x9a\xf2\xc9\x79\x49\x51\x4c\xed\xc6\x39\x69\x51\x32\xec\x23\x8b\x3a\x39\x2f\x57\x87\x1a\xc6\x23\x87\xb1\xd9\xe1\x43\xb2\x1e\x3b\x9b\x68\x51\x0f\x29\xea\x91\x1d\x1e\xda\xe1\x53\x66\xf3\xbc\x07\xcf\x67\xe6\xe2\x3c\xd5\xe1\x33\x6d\xe3\xe2\x30\x9e\x1a\xfc\xed\x0f\x4d\xde\x87\x0c\x5d\x90\x8f\xbc\x20\x2f\xb6\xce\xd0\x05\xf9\xc8\x0b\xf2\xa2\xdd\x8c\xf3\x52\x87\xb7\x0b\x34\x97\xe6\x05\x75\x88\xfc\xd5\xe1\xaf\xa0\xa5\xbc\x9d\x1c\xd1\x44\x86\xee\xb9\x47\xde\x65\x17\x15\x64\x9c\xb7\xa6\xfc\xee\xb7\x1d\x76\x76\xf8\xd6\xaf\xde\x69\xa2\x83\x66\xf3\x96\x0e\xdf\xf7\x94\xdb\xa6\x36\xde\x82\x94\xb8\x17\x85\x54\x89\x71\x42\xb2\x22\xb7\xc3\xe4\x76\x08\xc9\x8a\x94\xf5\x09\xc5\x22\xe8\xc1\x44\xdc\x3b\xbe\x7f\x0a\x8c\x11\xfc\x1c\x47\x1e\xf2\xe4\x13\x8b\xa1\xd3\x86\x91\xa7\x0d\xdb\xfc\x9f\x0c\xd4\xfd\x9f\x5f\x1e\xdf\xfe\xf6\x8f\x7f\x3e\xbe\xfd\xeb\xf1\xcb\xfb\xeb\xf5\xc7\xf7\xef\xef\x5f\x7f\xc7\xcf\xaf\xdf\xbf\xfe\x7e\xff\xf5\x0b\xef\xf8\xf9\xd7\xf7\xf7\xf7\xbf\x7f\xfb\xe3\xfb\xeb\xfd\xf5\xed\xb7\x6f\xf7\xaf\xf2\xdf\x7f\x02\x00\x00\xff\xff\x26\x2e\x42\x12\xc5\x7b\x02\x00"); +var _bccd =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\x58\x4d\x8f\x1c\xc7\x0d\xbd\xcf\xaf\xe8\xa3\x73\x70\xb6\xbe\x49\x02\x8b\x01\x0c\x29\x8b\xc8\x81\xe3\xc0\x8a\x93\x00\x41\x0e\xdd\x5d\x6c\x61\x81\x68\x76\x30\xbb\x0a\xa0\x7f\x1f\xf0\xbd\x95\xe2\x18\x3e\x58\xf4\xbe\x26\x59\x2c\xd6\x63\x91\x35\x77\x6f\xde\xbd\x7d\x77\x79\x7c\x59\xee\xfe\x72\x7b\xda\xdf\xfb\xcb\x72\x3c\x5e\xe6\xcd\x9f\x9f\x3e\xdd\x76\x5f\x36\xff\xf0\x78\x39\x9d\x72\x59\xe6\xe3\xfe\xf2\xe5\x4f\x88\xfd\xe3\x7a\x3d\x9d\xc2\xfe\xfd\xe7\xe7\x17\xff\xf8\xee\x72\x3c\x2d\x95\x7a\xf3\xd3\xf5\x55\x77\x59\xee\x7e\xf2\x0f\x8f\xcf\x2f\xb7\xcf\xcb\x37\xdf\xcd\xa7\xcd\x7f\xb7\x4c\x3f\x02\xff\xf1\x36\xfd\xf6\x78\xf9\xb0\x7c\xf3\xfd\x7a\x5d\x2f\xf9\xeb\x87\xf7\x9f\xae\xd7\x7f\xfb\x47\xbf\xbc\x2c\x19\x98\x5f\x26\xe4\xe9\xee\xcd\x0f\xeb\xf5\xcf\xeb\x47\x5f\xee\x2c\x5d\xff\xf3\xed\x4f\x7f\x7a\xff\xfd\xb7\x7f\xc4\x37\x7c\xfa\x9b\xdf\x9e\x1f\x9f\x2e\x4b\x4e\xbf\x4f\x69\xfc\x0f\xff\xeb\xe7\xab\xbf\xfa\x3a\xdd\xfd\xfc\xee\xed\x8f\xc7\xf1\xec\x2f\x8b\x4a\xa2\xce\x3f\x7e\x7e\xf7\x76\xf9\x67\x5e\x72\x5a\x4a\xaf\x2d\xff\xeb\x55\xf5\xef\x3f\x3c\x4d\x5f\xa8\x74\xea\xdc\xd2\xfe\x34\xfd\xf9\xba\xee\x7e\x5b\x2f\x1f\xfc\xb4\x2c\xf7\x29\x9d\x97\x65\xb9\xd7\x74\x8e\xbf\x34\xb7\x74\x5e\xee\xed\xe1\xe1\x0d\xfe\xfe\x8e\x5f\xdf\x3e\xe0\xaf\x3f\x24\x7c\x7d\x78\xf3\xfa\xf5\xe1\x2d\xbe\x3e\x3c\x9c\x63\x97\xbf\xf2\x7d\xca\x5c\xf2\xf2\xf4\x32\xfd\x20\x86\xd5\xee\xf3\x71\x5e\x72\x58\xfc\xf2\xd3\x29\xa7\xf4\x1a\xe3\xe3\x7c\xd5\x2e\xa1\x2d\x1e\xda\x11\x20\xa2\x5c\x4c\x4e\x5f\xc2\xd4\x1c\x1f\x47\xad\x81\x50\x21\xaf\xfb\x79\x19\x36\x02\xd9\x14\xc8\x76\x9c\x17\x69\xe1\x22\xef\x44\x76\x0f\xc4\x02\x99\x2b\x10\xd7\xf3\x22\x1d\x56\x07\xfd\x1c\x72\x5e\x44\x60\x75\xec\x44\xf6\x40\xc2\xaa\xb4\x23\x90\xd2\xc3\x4a\x53\x20\x03\x56\x45\xec\xbc\x88\x01\xd1\x0c\xc4\xd6\xf3\xa2\x39\x3c\x17\xa3\xd5\x91\xcf\x8b\xb6\x72\xba\xd7\xca\x5d\xd4\xd8\x85\x95\x1e\x08\x77\x51\x6d\x9c\x17\x53\x0d\x84\x56\x75\x1b\xe7\x25\xa7\x1c\x01\xd5\x8d\xd0\x04\x54\xc3\xae\xd1\x53\x8b\x30\x72\xea\x11\x64\x13\x42\xc8\x5f\xb2\x58\xaf\xd1\x7b\xb3\x7c\x5e\x72\x4e\x91\xc8\x46\xf7\x10\xd2\xb0\xbb\xb6\x52\x2b\x84\x34\xcd\x80\x32\xa1\x8c\xc4\x11\x2a\x84\x0a\x20\x04\xb1\x56\x42\x35\x92\x99\x2a\xa0\x46\xa8\x41\x8b\xee\x3b\xa1\x0e\x2d\x04\xb1\x0e\x42\x23\xa0\x42\x43\x21\x14\xc7\xd0\x33\xdd\x2b\x21\x9c\x55\x65\x10\x46\xc8\x00\xd1\xfd\x4a\x68\x45\xf4\x09\xd0\x46\x68\x03\x84\x4c\xac\x3b\xa1\x1d\x71\x35\x40\x93\xd0\x04\xa4\x80\x9c\x90\x23\xd4\x01\x88\xf9\x0a\x21\x3d\xc1\xd7\xc6\x7c\x85\x90\x9e\xe1\x6b\x63\xbe\x42\x48\xaf\x08\x62\x63\xbe\x42\x48\x2f\x34\x64\xbe\x36\xe4\xab\x62\xc5\x8d\xf9\x0a\x21\xbd\xd3\x17\xf3\xb5\x21\x5f\x20\x40\xdb\x98\xaf\x8d\xf9\x42\x5c\x1b\xf3\xb5\x31\x5f\xc8\x04\xf9\x0f\x21\xbd\xd2\x17\xf3\xb5\x21\x5f\x8d\x41\x30\x5f\x21\xa4\x27\x06\xc1\x7c\x85\x90\x5e\x70\x42\x1b\xf3\x15\x42\x7a\xe6\x8a\xcc\x57\x08\xe9\x64\xe1\xc6\x7c\x6d\xc8\x57\x0b\xa8\x93\x98\xbd\x63\x8f\x1d\x50\x87\x56\x97\xa8\x83\x84\x12\xeb\xb2\x13\xf2\xf3\xa2\x45\xc3\x7d\x27\x57\xbb\x76\x40\xb1\xa1\x6e\xc8\x6a\x47\x49\xa5\x01\x43\xd2\xb7\x93\x13\x02\xf7\xe4\x44\x0f\x02\x68\x29\x84\x36\x42\x33\x20\x70\xb5\x33\xf7\x3d\x36\xa4\xac\x8e\xce\x0d\xf5\x3d\x43\x2b\x32\xd1\x27\x0d\x8f\x16\x45\x9c\x43\x6b\x70\x43\x10\x32\x52\x06\x94\x09\x85\x61\x46\xf4\xa3\x15\x42\x05\x5a\x34\xac\x84\x6a\xac\x58\x12\xa0\x46\xa8\x01\xa2\x56\x27\x14\xdb\xae\xa8\xa1\xd1\x06\xa1\x01\x5f\x02\x48\x08\x09\x0c\xa9\xa5\x84\x14\x5a\x84\x8c\x90\x41\x8b\xa1\xae\x84\x56\x68\x35\x40\x1b\xa1\x0d\x2b\x12\xda\x09\x4d\x68\x75\x40\x4e\x28\x4e\x28\x55\x06\x81\xdc\x8f\xde\xe1\x1e\x86\x9d\xa1\x86\xd0\x4a\xc3\xce\x50\x3b\x42\xad\x48\x4e\x67\xa8\x1d\x71\x55\x1a\x32\xae\x8e\xe3\x40\x6d\x8f\x3e\x09\x4d\xf8\x82\xa1\x31\x54\x43\x5c\x19\x29\x34\xc6\x15\x42\x2b\x93\x43\x4e\x40\x68\xca\x71\x8e\x83\x57\xda\x58\x41\x39\xd0\x77\xf0\xfe\x82\xd0\x84\x82\x19\xbc\xbf\x20\xb4\xa0\xd2\x06\xef\x2f\x08\x2d\x19\x59\xe5\xfd\x05\xa1\x85\x9c\xe0\xfd\x05\xa1\x05\x37\xc0\x20\xbf\x20\x34\x75\x04\xc1\xda\x86\xd0\x84\x66\x33\x58\xdb\x10\x5a\x51\x7c\x63\x67\xbe\x76\xd0\x97\x71\xed\xdc\xf6\xce\x3d\x12\xe2\x1e\x77\xee\x11\x2b\x4e\xee\x31\x84\x26\x86\x3a\x49\xcc\xc9\x6d\x17\x74\xe9\x2f\xdd\xf5\xb7\x1a\xae\x8e\xc9\xac\x4c\x66\x05\x29\x98\xdc\xc9\xc4\xe6\x70\x0e\xc2\x1a\x90\x60\xa4\x66\x34\x64\x21\x23\x21\x34\xf7\x04\x48\x09\x29\x0c\x1b\x20\x23\x14\x27\x9f\x71\x41\x08\x19\x09\xa1\x19\x97\xa0\x90\x91\x10\x32\x0a\x7d\xed\x84\x76\xb8\xcf\x80\x26\x21\x92\x81\x86\x4e\xc8\xe1\x9e\xa1\x1e\x84\x0e\x40\x30\xec\x8c\xbe\xa3\x82\x91\x61\xe9\x99\x10\x2a\xb8\x11\x2a\x84\x0a\x20\xec\xb1\x57\x42\x15\x50\x05\xd4\x08\xe1\x82\x68\x08\xa2\x77\x42\x1d\x10\xb6\xcd\xb2\x10\xd4\x40\xae\x74\xcf\xe4\x84\xd0\x8c\x9b\x58\x78\xbd\x89\xc5\x8a\x35\x63\x45\xe3\x8a\x26\x08\x15\x2b\x1a\x0d\x0d\x86\xe8\x10\x62\xcc\xaa\x21\xab\x03\x59\x35\x66\x15\x57\x65\xe5\x1e\x59\x3c\x10\x9a\xc1\x48\x31\x66\xd5\x90\x55\xb4\x75\x31\x66\xd5\x50\x75\xcc\x3d\x4b\x0c\x42\x4b\x61\x10\xcc\x2a\xa6\x86\xae\x58\x91\x25\x06\xa1\x89\xe7\xc8\xa9\x01\x42\xba\x12\x62\x56\x31\x35\x74\x5c\x95\xc2\xaa\x83\xd0\xc4\xe4\xb0\xea\x20\x34\x2b\x56\x64\xd5\x09\x4a\xac\xa2\x27\x09\x47\x04\x08\x4d\x4c\x21\x47\x04\x61\x3b\x30\x42\x4c\x0e\xda\x41\x6a\xd8\x10\xdb\x01\x84\x74\x23\xc4\x4c\x60\x1e\xe8\xc6\x15\x99\x09\xcc\x03\xdd\x18\x17\x33\xb1\xe2\x12\x24\xbf\x38\x0f\x40\x68\xe2\x69\x73\x1e\x10\xce\x03\xe8\x36\xc2\x79\x00\x42\x13\x79\xcf\x79\x00\x42\x13\xc9\xc4\x3b\x43\x38\x0f\x60\x86\x15\xde\x19\xc2\x3b\x83\x2c\xe4\x9d\x21\x9c\x07\xd0\xa6\x84\x9d\x0b\x42\x13\x59\xc8\x56\x2c\x1b\xe2\x62\xc1\xec\x8c\x6b\x67\x10\xd8\x90\xd3\x97\x83\x5f\xe8\x10\xe2\x4c\x61\x08\xad\x3c\xed\x83\x64\x3a\x90\x42\x52\xee\x60\x0a\x63\x26\xd6\x0a\x43\xe5\xa5\xa0\x6c\x8c\x68\x07\xca\xc6\xa8\xec\x82\x25\x56\x54\x16\x8c\x46\x75\xc8\xc0\x8d\xa7\x03\x2b\x42\x88\x75\x42\x2b\x21\xb0\x10\xbc\x57\x52\x4e\x63\xc5\x9c\xd1\xd6\x8d\x2b\x1a\x26\x5c\x5e\x95\xc6\xa9\xc1\xa0\x55\x30\xea\xad\xd4\x5a\xa1\xd5\xd0\x21\x56\x6a\xad\xd0\x6a\x12\x04\xd8\xa8\xb5\x41\x8b\x87\xb6\x51\x6b\x83\xd6\x40\x5c\x3b\xb5\x76\x68\x09\x88\xb9\x53\x6b\x87\x96\x82\x13\x93\x5a\x13\x5a\x86\x01\x67\x52\x6b\x86\x56\x61\xcb\x73\x6a\x79\x68\x95\x8c\x91\xdd\xa9\xe5\xd0\x2a\x98\x07\x0e\x6a\x1d\xd0\xaa\x20\xc0\x41\xad\x03\x5a\x2d\xba\xa0\xf1\x5d\x66\x09\x5a\x98\xc5\x2c\x29\x21\x68\x81\x26\xf6\xfa\xb6\xc3\xa3\xa9\x48\x1c\xad\xf1\xd5\x64\x78\xdb\x14\x89\x7a\xb4\x42\xad\x02\x2d\x8b\x16\x60\x85\x5a\x05\x5a\x26\xed\x74\x6f\x7c\xba\x18\x9e\x2e\x35\x45\x75\x18\xdf\x2e\x56\x43\xab\xe6\x51\x4e\xf7\xc6\x67\x89\xe1\x0d\x52\x8b\x4a\x40\xd4\x6a\xd0\xaa\xd1\x28\x8c\x33\xa2\x61\xfa\xab\x2d\x86\x38\xe3\xf4\x67\x1d\x5a\x18\x8d\x8d\x83\x97\x0d\x68\x8d\x11\xd1\x0f\x6a\x0d\x68\x49\xcc\xc1\xc6\xd6\x64\x02\x2d\x0d\xde\x9b\x50\x0b\x5c\xad\x16\xbd\xd2\xc8\x55\x53\x29\xe7\xa5\xe1\xce\x31\xf2\xcb\xc0\xaf\x96\xe2\x52\x30\xf2\xcb\xc0\xaf\x96\x35\x0c\xc9\x2f\x03\xbf\x5a\x89\xe3\x30\xf2\xcb\xc0\xaf\x56\x25\xb6\x4d\x7e\x19\xf8\xd5\x1a\x8e\x83\xfc\x32\xf0\xab\xf5\x91\xfe\xbf\x15\x8f\xfa\xeb\x4e\x6c\x64\x9f\x81\x7d\x6d\xe0\xb0\xc8\x3e\x03\xfb\x9a\x44\x99\x1b\xd9\x67\x60\x5f\x53\x1c\x16\xd9\x67\x60\x5f\xb3\x18\xb8\x8c\xec\x33\xb0\xaf\x19\x0e\x8b\xec\x33\xb0\xaf\xe7\xa8\x56\x23\xfb\x0c\xec\xeb\x19\x87\x45\xf6\x19\xd8\xd7\x6b\xcc\x3a\x46\xf6\x19\xd8\xd7\x6b\x1c\x16\x2e\xfe\x79\xc4\x09\x8f\xd3\xbd\x93\x8b\x0e\x2e\xf6\x9e\x52\x40\x4a\x08\x36\x3d\x8e\xce\xc9\x45\x07\x17\xfb\x88\xde\xe0\xe4\xa2\x83\x8b\x5d\xe2\xe8\x9c\x5c\x74\x70\xb1\xab\x84\x7b\x72\xd1\xc1\xc5\x6e\x71\x74\x4e\x2e\x3a\xb8\x38\xd2\x68\x01\x51\x0b\x5c\x1c\x39\xda\x85\x93\x8b\x0e\x2e\x8e\xd2\x4b\x40\xd4\x02\x17\x47\x8d\x47\xa6\x93\x8b\x0e\x2e\x8e\x16\xed\xc2\xc9\x45\x07\x17\x07\x9e\xb5\x4e\x2e\x3a\xb8\x38\x46\x89\xe8\xc9\x45\x07\x17\xc7\x88\x5e\xea\xe4\xa2\x83\x8b\x03\xbf\x01\x38\xb9\xe8\xe0\xe2\xd0\x78\x6e\x3b\xb9\xe8\x1a\x5a\x92\x62\x4c\x72\xa5\x16\xb8\x28\x69\x44\xf4\xe4\xa2\x83\x8b\x92\xa3\xb3\x39\xb9\xe8\xe0\xa2\x94\x78\x5a\x39\xb9\xe8\xe0\xa2\xd4\x78\xfc\x3a\xb9\xe8\x2b\xdf\xe9\xd1\x67\x7c\x45\xc7\xf5\x95\x43\x6d\xf0\xda\x37\xdc\xd4\xbe\xe1\xa6\xd6\x38\x7b\xdf\x30\x26\xf9\x16\x33\x91\x68\x3c\xc0\x7c\xeb\x1b\xa1\x68\x89\x8a\x3d\x6e\x83\x5a\xa3\x01\x82\xaf\x61\x80\x64\x05\x04\x43\xa5\xfb\x10\x62\x31\xda\xf8\x8e\x7a\xa3\x10\x8b\xf1\xcd\x77\xcc\x0b\x14\x62\x71\x9f\xfb\xce\x50\x21\xc4\x62\x1c\xf1\x1d\x93\x00\x85\x58\xb4\x1e\xdf\x31\x09\x50\x88\xc5\xbd\xe9\xfb\x4e\x5f\x3b\x7c\x45\xf9\xf8\xee\x84\x9c\x50\x03\x44\xf7\x4e\xf7\x1d\x10\xdd\x3b\xdd\x0f\x40\x3b\xa1\x1d\x50\x44\xcf\x22\xa3\x10\x03\x01\x26\x9e\x7c\x14\x62\xd1\xec\x7c\xe2\x7d\x47\x21\x56\x13\xa0\x41\x68\x00\xca\x80\x94\x10\xfa\x5f\x8d\xe8\xe7\xa0\xaf\x01\x5f\x35\xa2\x9f\x8a\x50\x21\xc4\xa2\x83\xf8\xd4\x4e\x08\xa1\xc6\x35\xe3\x53\x85\x10\x32\x11\xc5\xef\x53\x9d\x90\x03\x42\xf4\x46\x43\x63\x10\x7a\xba\x3f\x62\x80\x88\x7f\x72\x14\xc6\x11\x16\xf1\x4f\x89\x9d\x1d\x71\x50\xf1\x4f\x5c\x13\xbf\xbc\xb6\xe2\xff\x3f\xae\xd7\xd3\xd7\xdf\x35\xf7\x4f\xb7\x9b\x5f\x5e\xf0\x2b\x2a\x7e\xba\x5c\xa6\x1f\x8f\x17\xff\xfa\x8b\xec\xf5\xe9\x1a\x56\xf8\xef\xbf\x01\x00\x00\xff\xff\x89\xe9\xd8\x67\xbd\x15\x00\x00"); +func _aee ()([]byte ,error ){return _c (_eaf ,"Adobe-Japan1-1")};func _cgge ()([]byte ,error ){return _c (_bbg ,"90ms-RKSJ-H")};func _ced ()([]byte ,error ){return _c (_bfb ,"ETenms-B5-V")};func _ccdb ()([]byte ,error ){return _c (_fcag ,"HKdla-B5-H")}; +func _cbf ()(*asset ,error ){_feeb ,_fbbd :=_gfbb ();if _fbbd !=nil {return nil ,_fbbd ;};_agcc :=bindataFileInfo {_dae :"Adobe-KR-7",_fb :1853,_ae :_be .FileMode (436),_g :_a .Unix (1580491445,0)};_fgf :=&asset {_dd :_feeb ,_ef :_agcc };return _fgf ,nil ; +};func _dbe ()([]byte ,error ){return _c (_abdg ,"Adobe-KR-1")};func _gcfd ()(*asset ,error ){_eceg ,_ggag :=_afdb ();if _ggag !=nil {return nil ,_ggag ;};_bedac :=bindataFileInfo {_dae :"WP-Symbol",_fb :846,_ae :_be .FileMode (436),_g :_a .Unix (1580493083,0)}; +_efdcf :=&asset {_dd :_eceg ,_ef :_bedac };return _efdcf ,nil ;};var _ga =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x44\xd3\x41\x8b\xdb\x3e\x10\x05\xf0\xbb\x3f\xc5\x1c\xf7\x7f\xd8\x7f\x2c\x2b\x8a\x2d\x28\x0b\x25\x29\xd4\x85\x6d\x4b\xd3\xdd\x16\x4a\x0f\xb2\x34\x0e\x86\x46\x36\xb2\x7d\xc8\xb7\x2f\x7a\x93\x75\x0f\x61\x92\x9f\x3d\x8f\x77\x98\xec\x8e\xed\xa9\x8d\xc3\x42\xbb\xaf\x69\xf4\x67\x5e\xa8\x1f\x62\x48\x3c\x8f\x6b\xf2\x4c\x1d\x5f\x86\x58\x14\xaa\xa2\x30\xf8\xe5\xed\x27\x86\xbf\xba\xa9\x28\x76\x75\xf3\xf8\xe1\xe5\xf8\xf8\x91\xd6\x99\xef\x74\x6c\x4f\xe7\xdb\xbc\xf0\xb5\x8d\xfd\x48\x5a\x56\xc3\x3a\xdd\xd7\x89\x76\xdf\xf8\x32\xcc\x4b\xba\xd1\xc3\xfb\x30\x76\xfc\x1f\x05\xee\xb3\x7f\x49\x81\xd3\x10\x2f\xf4\xf0\xc9\x4d\x2e\xaa\xed\xc1\x79\x9d\xa6\x3f\x7c\xe5\xb8\x50\x09\xe3\x18\x30\x8b\xdd\xf1\xd9\x4d\x9f\xdd\x95\xe9\xad\xca\x2b\x1e\xc0\x5f\x39\xcd\xc3\x18\x49\x95\xff\x97\xe5\xe1\x9f\x7f\xbf\x4d\x4c\xea\x1e\xf0\xf3\xa5\x3d\xd1\x2f\x45\xaa\xa4\xca\x68\x63\x7e\xdf\xfd\xc7\xf3\x18\xb6\xb7\xaa\x5a\xda\xfb\x21\x24\x17\x2f\x5c\xbc\x73\xca\x55\x4f\x94\x87\x7e\xa2\xba\x69\xea\x4c\x9d\x02\x75\x15\xc8\x82\xbc\x10\x67\xb2\x2a\x93\x97\xb7\xbc\x01\xed\x41\x0e\x14\x3a\x10\x16\x59\xde\xca\xa3\xb6\x2a\xc7\xef\x1d\x08\xa3\xb6\xaa\x01\x69\x21\x0d\xb2\x20\x23\x94\xe3\x6d\x55\x82\x6a\xa1\x1a\xa4\x40\x56\xc8\x82\xaa\x4c\x5e\xb2\x3c\xb2\x2a\x9d\x89\x85\x58\x68\x0f\x92\x78\x96\x78\x03\x92\x78\x96\xf8\x03\x88\x85\x18\x94\xdb\x1b\x69\x6f\xa4\x7d\xd5\x80\xb4\x90\xc4\x5b\x90\x11\x42\xbc\x2e\x41\xb5\x10\xe2\xb5\x02\x59\x21\xb4\xd7\xb9\xbd\x91\xf6\x46\xda\xeb\xdc\xde\x48\x7b\x23\xed\xf5\x1e\x24\xf1\xd2\x5e\x1b\x90\xc4\x4b\x7b\x7d\x00\xb1\x10\xda\x6b\xb4\xef\x65\xb1\x3f\x80\x9a\x7c\x81\xdb\x31\xe4\xef\xf9\xf6\xb7\x5b\xf4\x6b\x4a\x1c\x17\x5c\x3e\x2e\x2e\x5f\xd1\x10\x79\xfb\x63\x4d\xe3\x94\xb7\xf0\xf9\x1b\x00\x00\xff\xff\x09\x64\x4a\x68\x84\x03\x00\x00"); +func _bcec ()([]byte ,error ){return _c (_dcgd ,"UniCNS-UCS2-V")};func _afgc ()(*asset ,error ){_beee ,_gbac :=_bceg ();if _gbac !=nil {return nil ,_gbac ;};_dgad :=bindataFileInfo {_dae :"KSCms-UHC-HW-V",_fb :703,_ae :_be .FileMode (436),_g :_a .Unix (1580492573,0)}; +_caaa :=&asset {_dd :_beee ,_ef :_dgad };return _caaa ,nil ;};func _efcf ()(*asset ,error ){_gded ,_ebbab :=_cfgg ();if _ebbab !=nil {return nil ,_ebbab ;};_egbfe :=bindataFileInfo {_dae :"HKdla-B5-V",_fb :613,_ae :_be .FileMode (436),_g :_a .Unix (1580492314,0)}; +_gcagc :=&asset {_dd :_gded ,_ef :_egbfe };return _gcagc ,nil ;};func _aaaa ()(*asset ,error ){_edg ,_gcc :=_ecc ();if _gcc !=nil {return nil ,_gcc ;};_agc :=bindataFileInfo {_dae :"Adobe-KR-3",_fb :1293,_ae :_be .FileMode (436),_g :_a .Unix (1580491421,0)}; +_fga :=&asset {_dd :_edg ,_ef :_agc };return _fga ,nil ;};var _afgcf =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x84\xfd\x4b\xeb\x6f\x4b\x92\xdf\x07\xcf\xeb\x55\xec\xa1\x9e\x81\x9e\x5e\x2b\x2f\x11\x99\xd0\x6c\xb0\xd5\x2e\xdc\x08\xd9\xc6\x2d\xd9\x06\xe3\xc1\xba\xb6\x0b\xdc\x55\x45\x75\x69\xa0\x77\x6f\xf2\xf3\x59\xa7\x64\x8c\x61\x9f\xc9\xc9\x9d\xff\xfc\xe5\xca\x6b\x64\x5c\xbe\x11\xf1\x77\xff\xee\x1f\xff\xe1\x1f\xff\xf8\x87\xbf\xfe\xf8\xbb\xff\xe9\x2f\x7f\xba\xfe\xe9\xf9\xeb\x8f\xf7\x0f\x7f\xbc\xff\xf2\xfc\xeb\x9f\xfe\xf3\x5f\xae\xe7\xc7\xf9\xfc\xf3\x1f\xfe\xf8\xbb\xdf\xed\xe5\xc7\xfd\x87\xeb\xaf\xbf\xfd\x93\xff\x5d\xff\x72\xfc\xf9\x77\xbf\x5b\xbf\xff\xa7\xff\xf2\xaf\x7f\x7d\xfe\xe5\x1f\xff\xf8\xfe\xe9\x47\xb5\xdd\xfd\x9f\xff\xfc\xb5\xfd\xf1\xe3\xef\xfe\xe7\xe7\x9f\xff\xf0\xaf\x7f\xfd\xcb\x7f\xf9\xf1\x6f\xfe\x9b\xfb\x4f\xe7\xf3\xff\xfb\x71\x3f\xef\xaa\xff\x1f\xff\x72\x3f\x7f\xf9\xc3\x1f\xff\xf9\xc7\xbf\xf9\xf7\x7f\xfa\xcb\x73\xec\x7f\xfb\xc3\x3f\xfd\xe7\x3f\xff\xf9\xff\x7a\xfe\xe5\xf9\xe3\x5f\x7f\xec\xd4\x3d\x7f\xbc\xf9\xff\xef\xfe\xee\xdf\xfd\x87\xe3\xcf\xff\xc3\xf1\x2f\xcf\x8f\xbf\xfb\x4f\x7f\xfc\xc3\xbf\xff\xa7\x7f\xfb\x9f\xfe\xe3\xef\xf7\xf8\xb7\xff\x3d\x7f\xe5\x8f\xff\xcb\xf3\x97\x7f\xfd\xc3\x9f\xfe\xf8\x63\xff\xff\x6f\xdb\xf8\xaf\xd5\xff\xf1\xbf\xfc\xf9\xf9\x3a\xfb\xdd\xdf\xfd\x6f\xff\xe9\x1f\xff\xe1\xc7\xff\xbe\xff\xd8\xb7\x1f\xa5\xf7\xd6\xfe\x8f\xaf\xfe\x7f\xfd\x0f\x7f\xba\x9f\x1f\x9b\xff\xaa\x4e\xe0\xfa\xd3\xfd\xfc\xeb\x9f\x8f\xeb\xf9\xcb\xf1\xc7\x7f\x7e\x7e\xf7\xe3\xc7\xdf\x6f\xdb\xb6\xfd\xfc\xb1\xfe\xfb\xfb\x7f\xc8\xdf\xff\xfe\xe7\xaa\xfb\x87\xb1\x6d\xff\xf0\xef\x56\xfd\xdf\xff\xc3\x7f\xfb\xfb\xdf\xff\xc3\xef\xbf\xfa\xff\xee\xbf\xb6\xfd\x3d\x75\xcf\x1f\xef\xff\x57\x8f\xbf\xdb\xfd\xd0\x1f\xff\xf4\xd7\xfb\x79\xad\xfb\xbe\xf1\xf7\xdb\xb6\xbf\x3f\x7f\xec\xeb\x57\xff\xcf\x3f\xff\x6e\xdf\xb6\x6f\x74\x7f\xb8\xaf\xff\xf3\xf8\xcb\xfa\xc1\xb1\xad\x96\xab\xb0\xff\xfc\x51\xb6\x41\xb1\xfd\xfc\x51\xf6\x46\x31\x7f\xfe\xd8\x7b\xa7\x38\x7e\xfe\xd8\xb7\xa4\x38\x7f\xfe\x98\x36\x3d\x7e\xfe\x88\xb0\x78\xfe\xfc\xb1\x67\xac\xe2\xb9\x3a\xad\xd4\x9e\xfb\x2a\x6e\x14\xdb\xcf\x1f\xfb\x9c\x14\xe3\xe7\x8f\xd2\xf8\xc2\xb9\xbe\xb0\x59\x1c\x6b\x08\xf6\x30\x7f\xfe\x18\xad\x50\x5c\x9f\x48\x86\x70\xf2\x09\x86\x70\x5e\x3f\x7f\x64\x67\xe4\xe7\xfd\xf3\x47\x36\xbf\xf6\xac\x5a\x7f\xf6\xae\xce\xf8\xda\x15\x6b\x90\xf4\x7b\x6f\xab\x48\x0f\xf7\xfa\x70\xa5\x87\x7b\xac\x4f\x54\x8a\xcf\x2a\xda\xf6\xfd\xf9\x23\x9d\xdb\x13\xab\x5f\x7e\xf6\x6e\xab\x48\xbf\x2f\x3d\xf0\xb5\x77\xac\xb6\xfc\xec\x5d\x63\x88\xd5\x60\xdf\xf7\xd5\x76\xf5\xb0\x17\xc6\x40\x6d\xc9\xd5\x60\x2d\xc9\x5e\x57\x83\xd8\x29\x96\xf5\x61\x6b\xeb\xaa\x2d\x14\xe9\xb7\x52\x7c\x57\x03\xda\xb6\x35\x86\x68\x14\xf7\x55\x4b\xdb\x56\x56\x6d\xa7\x38\x7f\xfe\xc8\xaf\x96\xe5\x63\x0c\xed\x5c\xb5\xf4\xd0\xf9\x1a\x3d\x74\xbe\xb6\xe6\xb6\xc7\x1a\x64\x5a\x5c\x83\x64\x38\x65\x2d\xf5\x28\xec\x40\xb9\x72\xad\xea\xea\xa2\xdc\xec\x56\xa1\x38\x57\x91\x06\xf7\xb1\x8a\x8d\xe2\xb9\x8a\x49\xf1\x5a\x45\x7a\xbb\xef\x55\x5c\x33\x6a\xdb\x3a\x1b\x5b\x59\xab\xd6\x3a\xe5\xb5\xae\x65\xdb\xb7\x9f\x3f\x66\x52\x8a\x9f\x3f\xf6\x7d\xa7\x78\xae\x51\xac\x43\x55\x38\xde\xa3\x54\x9a\x94\xf2\xf3\xc7\x88\x8d\x72\xdd\xd6\xc1\x0d\x8a\xed\xe7\x8f\xd1\x47\xa1\xdc\x7f\xfe\x98\xb5\x58\x1f\x94\x1b\xe5\x75\x9c\xba\xd5\x6b\x8e\x2c\x74\xd9\xd6\x3a\x8e\x3e\x19\x4a\xae\x6e\x5a\xa7\xc8\x32\x34\x06\x90\x6b\x00\x8d\x5f\x72\x17\x56\x69\xdf\xea\xcf\x1f\x7b\xdb\x29\xae\x05\xd9\xd7\xcf\xf6\xbd\xfe\xfc\xd1\xe7\x46\x71\x9d\xfa\x75\x1c\xca\x5e\xd6\x6d\xe3\x73\xfb\x9a\x40\x09\x1a\x70\x48\x9a\xb5\x6b\x6c\xeb\x02\x94\x7d\x96\x75\xea\x69\x30\xfb\xba\x37\x49\x91\xce\xac\x5d\x9b\xc2\xc0\xf6\xb9\x36\xa5\x33\x86\xb9\xc6\xd0\xd6\x2c\xf6\x75\x1f\xc7\x08\x5a\xac\x0b\x39\x46\x30\xb6\xb3\x50\x6e\x94\x2b\x65\xdb\x37\xca\x7c\x87\xdd\x1f\x83\x36\x17\xfd\x0c\x7e\x7b\xdd\xab\xcc\x62\xef\xd7\x4b\x99\xfa\x9b\x36\x7b\x83\x66\x7d\x74\xe6\xff\x83\xf2\x94\xfd\x66\x20\x9d\x8e\xef\x35\xc5\xe9\xef\x19\x47\xb7\x0c\xc5\xe0\x13\xcf\x3a\x13\xbb\xeb\xf8\xec\x94\x59\x9c\xa7\x50\x66\xc6\x4f\xa5\xcc\xfa\xad\x1b\x3b\xf7\xc9\x94\x9f\xfc\xf9\x63\x72\xfc\xca\xfe\x0c\xea\x99\xe6\x33\xa9\x5f\xbf\x2d\x8b\x70\xee\x1c\xba\xb2\xad\xc1\x74\x6b\xd7\x96\xd2\x49\xd9\x62\x9d\x10\xe6\x58\x36\xa8\x62\xa1\xb8\xa8\x22\xab\x53\xd6\xa6\x8f\x64\xc5\xcb\xb6\xb6\x6f\xd8\x98\xa3\xc5\x4e\x95\x6d\x11\xa5\x7d\x0d\xb0\x2c\xda\x50\x76\xfa\x58\x47\x64\x24\xe7\xb3\xec\xc7\xda\x6c\xbe\xb8\xdf\xab\x0f\x7e\xb7\x3f\x8b\xd2\xd8\xe0\x65\x1c\x8c\xb4\xac\x41\xb3\xf1\x85\x6b\x90\xd5\xf2\x5c\xa3\x66\x02\x65\x75\xc7\xaa\x95\xf2\xac\x0f\x52\xbb\x2e\xc7\xce\xf5\x29\xeb\x6e\xec\xc3\xda\x75\xa2\x76\xda\xd6\xfc\xf9\x63\xd4\x62\xf5\x1a\x46\x32\xab\xb6\x06\xda\x59\xc8\xd2\xfa\xba\x02\xd3\xfa\x41\x3d\xcd\xfb\xc6\x40\xa8\x5f\x97\x7a\x64\x61\xbe\x9d\x55\x65\xa1\xba\xf3\x65\xee\xfd\x60\x75\x68\x12\x3c\x1b\x16\x17\x39\xf8\x6a\x9d\x19\xbf\x4c\x9e\x05\xa7\x36\x1a\xcb\xcd\x8c\x47\xa7\xcc\x8c\xc6\xea\xb1\x0d\x16\x6b\x9c\x94\x69\x73\xf0\x55\xae\x54\x39\xa0\x0e\x1b\xfd\x1f\x6b\x05\xdc\xb5\xe7\x61\xda\xcc\xef\x59\x4f\xe8\x7a\x8c\x4a\x75\xeb\x19\x7b\xdd\x99\xc6\x46\x91\x01\xac\x17\xa4\xf4\x75\x7c\xfa\x3e\x29\xee\x3f\x7f\xf4\xf5\xe2\x95\xbe\x4e\x52\x2f\x16\x17\x19\xf8\xda\x5e\xab\xd6\xe2\xfd\xf3\x47\x87\x22\xf4\xed\x59\xc5\xa4\xf8\xae\xb6\x6b\xa0\x7d\x91\xc2\x5e\x2c\xae\x7e\xbb\xc5\xd5\x2f\x27\xb4\x43\x5e\x58\xb3\xbe\xc6\xd3\xa1\x6c\x7d\xef\xab\x41\x50\x8c\x55\xec\x14\x73\xb5\xb5\x38\x56\x5b\x7f\x36\x57\x03\x7f\x76\xac\xa2\xb5\xe7\x6a\x6b\x2d\xe3\xf5\x67\x6b\xbc\xd0\xbd\xbe\xce\x5e\x87\xda\xf5\xc2\x18\xac\x65\x0c\xcc\xa2\xac\x31\xb0\x3d\xbd\xac\xaf\x41\xd7\x7a\xa1\x5f\x6b\xe9\xd7\x9f\xad\x19\xb3\x35\xbd\xd2\x2f\x3d\x54\xfa\xb5\x48\xbf\xfc\x6c\x9d\xcd\xde\x18\x59\xa5\x5f\x56\xbd\xd2\xaf\x45\xfa\xb5\x48\xbf\xfd\x57\xb4\xa8\x37\x16\x94\x8d\x5a\x8f\x64\x6f\x14\x17\xe1\x2d\xee\x03\x6c\x12\x44\xb3\x2f\x46\x69\x87\x66\xf6\x75\xa4\x8a\x5f\x3a\xd6\xe5\x71\xac\x8b\x67\x2a\x2e\xc7\xe2\x99\x8a\x2b\xbe\xde\x09\x9f\xaf\x0e\x09\x4e\x5b\x2c\x12\xbc\x43\x69\xfb\xa2\xc0\x7b\x58\xcb\x79\xe6\xee\x77\x78\x25\x0f\xd1\xe2\x95\x8a\xa7\x0c\x06\x29\xb9\xb8\x7d\x91\xe8\x3d\xac\x5e\x97\x35\xfc\x0a\x84\x82\x8b\xdb\x2f\x1e\x46\xaa\x2f\xe8\x0e\x1f\xbc\xb8\x11\xbc\x91\x7d\xf1\x48\x3b\x0f\x52\x5f\x6f\xfc\x1e\xd6\xae\xf1\xbb\xec\xd7\x1a\xbf\x3b\x7b\x71\x67\x87\x65\xde\x50\x3f\xb2\x08\x5d\xb8\x07\xd7\x22\x58\xc1\xe8\xd6\xe3\xb0\xf3\xbe\xf5\x87\x8b\x94\xac\xc7\xba\x5f\x23\x38\xb9\xb1\xad\x2b\xc8\x35\x88\x75\xd7\x76\xae\x41\xac\x1b\x51\x38\x61\x01\xdd\x64\x53\x62\x9d\xc6\xc2\x51\x89\x75\x1a\x67\x29\x96\x69\x4c\x6f\x8b\x42\xce\xc2\xe1\x8e\xc2\x57\xd8\xad\x68\x50\x4b\xba\x5e\xfb\xbd\x73\x8e\x23\xd8\x43\x8b\x8b\xef\xe5\x62\x46\xac\x87\x96\xbb\x14\x8b\x13\x2a\x1c\xff\x08\xb6\x73\x52\x5c\xc3\xe8\xd6\x2e\x8e\x86\x8b\x19\xf1\xc2\x3a\xac\xdf\xe5\xba\x78\x23\xb8\xf2\xb9\x2e\xd6\x08\x88\x42\x2e\x7a\x3a\x62\xa3\x4d\xb7\xcd\x1a\xd3\xbb\x48\x48\x34\x16\xea\xdd\xda\xcf\x1f\x51\x87\x65\x98\x02\x1e\x8d\x77\xbd\x36\xd1\x9a\xe5\xc5\xd8\xb5\xf4\xb7\x8b\xb3\x93\x18\xbf\x8b\x4e\xb4\x02\xbf\xf0\x2e\x42\xd1\x1a\x2b\xfb\x42\x1e\xf6\xc1\x6f\xa1\x04\x30\x88\xe5\x85\x14\x6c\xf6\xb3\x16\x37\x7c\x11\xdf\xb5\xba\x75\x7e\xe5\xc5\x0a\x37\x28\xce\xcb\xc5\x77\xea\x2f\x37\xbf\x41\x47\xdf\x75\xf5\x5b\xe9\x96\xfb\xcf\x1f\xcd\x63\xf1\xca\xd4\x40\x83\xdf\x45\x08\x52\x06\xe6\x2d\xd0\x1d\xd6\xe1\x85\x2a\xc4\xb4\xfe\x86\x7e\xda\xff\xfb\xf3\x47\x4d\xe8\xfd\xbb\x08\x43\xfb\xc6\xb9\xf8\xe6\xea\x1a\xbe\x8b\x71\xae\x6d\xd8\x66\xac\x31\x87\xf5\x8b\x0c\xe4\x57\x5e\x73\x19\x5f\xfb\xc5\x9f\x8f\x8d\xf1\x40\x1f\xba\xeb\xbc\x8e\x47\x4c\xe7\xb8\xce\x47\x1b\xcd\xfa\xfa\xf3\x47\xab\x50\x99\xb7\xad\x39\x6e\xdc\x82\x77\x3d\x80\x6d\x76\xdb\xc4\x6a\xbf\xdb\x26\xd9\x47\xbe\xb5\x1e\xc6\xd8\x39\x3c\xef\xe2\xc9\xa3\x38\xce\xc5\x94\xb7\x74\x4d\x16\xc1\x19\xab\xcf\x5f\x10\xa9\xb7\x5d\x0c\x30\x28\xbf\xeb\x83\x1c\xfd\xb7\xfb\xf6\x50\xbf\x5e\xdc\x96\x69\xb9\xb0\xc9\x0c\xa4\x37\x26\xca\xc0\x7b\x5f\x0b\x10\x96\xd7\xe6\x0c\x37\xb0\xaf\x43\xb1\x43\xce\xde\xbe\x36\x6a\x86\xfd\x1f\x08\x55\x0c\xbc\xaf\x8d\x92\x64\xbc\x9d\xc3\x02\xc3\xf0\xf6\xb5\xc0\xde\xfd\xb7\xaf\x05\xce\x66\xfb\x25\xb4\x6c\x4e\x7a\x3d\xef\x75\xf0\xa4\xbe\xeb\x7d\x8f\x1d\x4e\xe2\x5d\x0f\x7c\xfd\xfa\x0f\x49\xbe\xf5\xeb\x12\xec\x83\x3e\xd7\x7d\x0c\xef\xf1\xbb\xa4\x94\x0c\xbf\x1b\x73\x6d\x02\x2c\xdf\x1b\x07\x72\x95\xf5\xe7\x5a\x07\x0f\xe9\xba\xaa\xed\x3b\x44\xeb\xae\xb6\xfc\xc6\xb3\x5e\xdc\xdc\xec\x9f\x87\xc2\x4b\x96\x6b\x3d\xd3\xfe\x73\xc9\x54\xc3\xf1\xe4\x12\x94\xbe\x3e\x97\x5c\xd0\xc2\xc3\x9e\x6b\x6c\xd3\xef\x26\x07\x21\xac\x5f\x17\x0b\xf9\xb0\xbc\xb9\x5e\xd6\xe1\x1e\xe5\xc9\xba\xb1\xf9\x4b\xa8\x68\x32\x0e\x6f\xde\xeb\xe0\x78\xb8\x96\x80\x11\x0d\xca\xfb\x8e\x75\x30\x6b\x58\x5e\xeb\x56\xa1\x8f\xef\x60\x7f\x3d\x98\xa3\xfe\xfc\x11\x7d\xe3\x5b\x8b\x31\x8a\xe9\xfe\x2e\xc6\xa8\x4e\x08\xcf\x3b\x82\xc7\x90\x31\x8c\x25\xde\x49\x72\xdf\xb1\x0e\xe9\xf0\x30\x8e\xb9\x2e\x93\xe3\x5c\x8c\x54\xff\xed\xbb\x8b\xc0\xf8\x16\xbe\x83\xfd\xfd\xfa\x79\x11\x13\x19\xc3\x84\x80\x7d\xe5\xb5\xa7\xc1\x2b\xfd\xce\xba\xfa\xf4\x1c\xce\x75\x0e\xa7\x7b\xbd\x84\x99\xfa\x11\xa1\x25\xcd\xb4\xea\xda\x4e\x88\x93\xeb\xb3\x84\x98\xec\xbb\x6d\xd0\x35\xf0\x6c\xbe\x73\xad\xe1\x98\xd6\xaf\x73\x38\x9c\xe3\x5c\xc4\xe3\xdb\xa3\xb9\xc6\xb9\xb9\x47\xf3\xa5\x9e\xdf\xae\xb7\x3c\x37\xc7\x79\x14\x08\xad\xe5\xca\xda\xd2\xe7\x62\x0a\x5b\xc0\xff\xbc\xeb\x69\x6f\x68\x0a\xca\xbb\xde\xf6\xe8\xae\xc9\x7a\xdc\x9b\x52\xe0\xbb\x5e\xf7\xee\xe3\xf2\x1e\xdc\x0b\xf7\xf1\xb8\xd7\xba\x79\xbf\x8e\x07\x5e\x8e\x71\x1e\xeb\xfe\xa6\xeb\xb3\xa4\xb3\x4c\x5e\xc2\xf7\x64\x7f\x91\x66\xdf\x93\xf1\x20\x44\xbc\x4b\x22\xcb\x74\xdf\x17\x73\x90\x7d\x5a\x1f\xf4\xc9\xd8\x4e\xd6\xed\xeb\x67\x9d\xbd\x90\xf0\x9c\x28\x03\x5c\xcf\x73\x11\x9e\x08\xdb\x9f\x6b\xfd\xbf\xfe\xaf\x55\x86\xc1\x79\x17\x87\x50\xbf\x3b\x75\xad\x33\x36\xbd\x0b\x8b\x5d\x88\xe1\xbc\xae\x75\xfe\xfb\x57\x5e\x6b\x25\x0f\xfa\x2e\x36\xa2\x2d\x51\xe6\x57\xc4\x6c\x31\x19\x2d\xbc\x28\x17\xc4\xe6\xeb\x6c\xf2\xa2\x30\x40\xf8\x8c\xcd\x81\x2f\x71\x33\xd2\x03\xbb\x98\x8b\x8a\xb6\xa5\xbc\x17\x17\xd7\x83\x7f\xcb\x2c\x5b\x46\x2f\xe2\x45\x5f\xd2\x65\x56\x5f\xa3\x25\x5e\xb6\xee\x77\x97\x78\x59\xe7\xda\xc0\xba\x21\xe9\xad\x47\xa1\x6e\x3b\x02\xc7\xba\xcf\x75\x5b\xec\xf5\xbe\x18\x96\xba\xad\x77\x6f\xa0\x80\xa9\x68\x11\x46\x6e\x94\xdf\xf3\x53\x60\xd5\xed\xbd\x7e\xfe\x98\x75\x9d\xc4\xba\x2f\xea\xb5\xd3\xa2\xc0\xb2\xac\xbd\xab\xa5\xc2\xfa\xad\xbb\x56\x4b\x95\x85\x9b\xab\xbc\xee\x7b\x59\xc7\xb3\x96\x75\x8d\x66\xe5\xf3\x65\x5d\x97\xb9\x0d\xcb\x0f\x2a\x0a\x7a\x5c\xc7\x73\x6e\xeb\x9a\xd6\xba\x44\xfe\xbe\xa8\x5b\xad\x17\xaa\x04\x8b\x6b\xb3\x16\xfd\xae\xf5\xf2\xce\x51\xec\x90\x09\x8a\x28\xa4\x3a\xc5\xc5\xe1\xac\xe5\xa9\xf5\xe2\xc1\x6a\x14\x27\xd7\x8d\xe2\xba\x79\xeb\x50\xd6\xba\xf8\xbd\x91\xd3\x2e\x16\x91\xda\xf9\x9c\x7a\x35\x6a\x6f\xbe\x6c\x2d\x4f\x3f\x1d\xa3\x2d\x72\x3c\xf7\xba\xbb\x9d\x6f\xdc\xeb\xaa\x84\xc5\xb5\xc1\x6b\x10\xed\xf9\xaf\x9c\x50\x7b\x36\xf6\x71\x2d\x6f\x7b\xd6\x1e\x65\x0d\xcb\x9c\x9f\xb4\xcd\x1a\x34\xc2\x4a\x7b\x96\x10\xde\x11\xe1\xda\xb3\x41\xc0\xd6\xc5\x6d\x0f\x1c\x52\xec\x41\x79\x11\x89\x7d\xe3\x5b\xa8\xe8\xca\xda\x90\xf6\x2c\x0e\x29\xb7\x46\x7b\x24\x28\x04\xe3\xf6\x20\x42\xb5\xb5\x82\xed\x59\xdc\x52\x1d\xeb\x72\xb4\x07\xc9\xe9\xb7\xf6\xeb\x72\xc7\xa0\xcd\xe2\x60\x62\x16\xca\x70\x27\x63\xb3\xbc\xce\xf9\xb0\xcd\xda\xfc\xb6\xdb\x67\x85\x98\x39\xdf\xc5\x79\xc4\x56\x18\x1b\x9c\x07\x32\x73\x7b\x16\xb7\x51\xc7\xb4\xbc\xda\xcf\xc6\x6f\xdb\x8d\xd0\xc7\x18\x9a\x9c\x8d\xfd\xa0\xbc\xdc\x69\xbf\x1e\xf9\x8a\x4a\xa5\x3d\x1d\xc2\x30\x18\x7f\x9f\xbf\x71\x99\xed\xe1\x01\x1f\xd3\x36\xeb\x7e\xc5\x6e\x9b\x75\xbf\x46\xf0\xad\xf5\xa8\xd6\x6e\xff\x3c\xa4\xd5\x71\x26\x84\xca\xf5\x5c\x0f\x60\xdf\x9c\x57\x22\x6f\xee\xf4\x99\xf4\xb9\x31\xce\xf5\x70\x35\x88\x6e\x7b\xd6\xa3\xd4\x90\x65\xdb\x33\x38\xc9\xee\xe3\x7a\x70\x7a\x71\x8e\xe3\xfa\x8d\x03\x6e\xcf\x7a\x7c\x02\x45\x4d\x7b\x78\x70\xe0\xbc\xdb\x33\xd7\x39\x41\xbe\x6a\xcf\xe4\xd1\xf6\x5b\xeb\x06\xc5\xd6\xf8\xd6\x7a\x70\x22\x37\xc6\xb3\x6e\x4d\xdb\xba\xed\xfd\x56\xfd\x05\xd1\x6a\xcf\x84\x63\x48\x3a\x58\x62\x60\x8b\xc9\x81\x3a\xd0\xbc\x7a\x18\x8f\x45\x54\xd0\xb5\xb5\x67\x5d\xd3\x8c\x61\xfb\xb5\x30\xb3\x31\xf0\xf5\x72\x24\x9a\xd8\xf6\x1c\x2a\x65\xfd\xed\xa2\xc2\xe1\x41\x38\x20\x78\x9b\xfd\x3f\x8b\x8d\x2f\xfc\xf6\xe4\x35\xf2\x00\xa2\x1a\x47\x1c\x68\xcf\x05\xd7\x62\x9f\x8b\x82\x47\x6b\x2c\xe4\xba\xfd\xf9\x5d\x82\x75\xd1\xeb\x70\xcc\xeb\x4e\xb7\xcd\x05\xbb\xd8\x58\xbf\x0b\xa1\x6d\xc9\x82\x2d\x02\x19\xcd\xc3\x72\x77\x16\x89\x3e\xd7\xbd\xce\xef\xe0\xdc\xbc\x88\x95\x39\xde\x70\x3c\xce\xe5\x86\x90\xef\xf4\x7f\x73\x58\x1c\x03\x5a\x75\x94\x56\xed\x79\x2a\x22\x03\xed\x9f\xf5\xa2\x34\x0f\xc5\xd3\xd9\x70\xbe\xf5\xae\x79\x8d\xca\x18\xde\xc2\xc5\xb2\x1c\x1c\x28\x36\xff\x4d\xc6\x4f\xff\x8b\x1c\x47\x5b\xd2\x70\x7b\x17\xf1\x68\x1b\x87\xf7\x5d\x84\x21\x21\xdf\xed\x13\x9d\x38\x98\x88\x4e\x6d\xeb\xd6\xaf\xb9\x6f\x8c\xe7\x5d\xd2\x67\xdb\x16\xfd\x6b\x2f\x0a\x99\x6d\x71\x30\xed\x45\x23\xb3\x71\x88\x10\xb5\xc6\x57\x5e\xa2\x4a\x9b\x10\x92\xb7\xae\xb9\x4c\xeb\xd7\x53\xd1\xda\xa4\x4f\xf4\x15\x59\xad\x3f\x58\x4f\xcb\x68\x2c\xd6\x43\xd4\x14\x55\x5a\xa5\xdc\x20\xa5\xec\xaf\x22\xc6\x0e\x01\x50\xc4\x80\xe6\x37\x44\x8c\x44\x1f\xd2\xde\x45\x0c\xa2\x0c\xcb\x0f\x6d\x98\xfb\x22\x06\x31\x58\x1f\xa4\x85\x40\xed\xda\x90\x16\x02\xfd\x66\x53\x2a\x88\x3d\x29\x4f\x2e\x22\x63\xeb\xac\xd5\xf7\xdb\x75\x51\x76\xd7\x10\xee\xbf\x73\xe9\xe1\xc2\x13\xee\xb3\xc9\x49\x0f\xce\x0f\x9c\x74\x9b\xc3\x32\x5c\x60\xa5\x7f\xb8\xe4\xbd\x58\x86\xab\x73\xfc\x8b\x48\x44\x73\xbf\xd6\x8b\xd8\x11\x15\x1b\x5c\x6f\x4f\xd7\x64\xc8\x4d\x5a\x86\x60\xbb\x8f\x10\x92\x06\xe1\x87\xa3\xcd\xfa\xb5\x3f\xd6\x99\xaf\x8c\x61\x11\x95\xd6\x37\xeb\x6f\x44\x4e\xbe\x35\x5c\x1f\xca\x10\x92\xca\x19\x96\x2b\xed\xae\xf9\x22\x18\xb9\x35\xdb\xc8\x39\xd1\xcf\xe2\x38\xa3\xda\x86\x7b\x8a\xc8\xd9\xe0\xf0\x72\x06\x6d\xe0\xd8\x6a\x30\x17\xee\x6f\x6b\xf4\x7f\xbe\x70\xb7\xac\xff\x7a\xbb\xab\xc4\x09\x4e\x2b\x25\xea\x70\x5a\x3d\x9d\x2f\x4f\xf2\x77\x56\x79\x93\xa7\x6b\x7e\x61\xb4\xe2\x61\x91\xf1\xd9\xf3\x57\xfa\xf7\x06\x27\x54\xc3\x8d\xbd\x61\x2f\xa1\xbc\xef\xba\xd0\xbd\xbb\x51\x37\xec\x22\x94\xf7\x5d\x97\xb8\x4b\x31\xdf\xdb\xcd\xa1\xfc\xc0\xbe\xf2\x72\xbf\x8f\x1b\xc5\x6f\x1f\x14\x9a\x4e\xfa\x79\x21\x0c\x7c\xeb\xdd\x21\x42\xd4\xbf\x8b\x00\x4c\x08\xe7\xfb\xc2\xd6\x3a\xd1\x17\x9d\x04\x44\xee\x7d\x0f\xd8\x97\xfe\xbb\xbf\xef\x1b\x0a\x55\x36\xa1\x6f\x9b\x1b\x3e\x28\xaf\x03\xc8\xab\xd3\xb7\x4d\x62\x66\x79\x11\x9e\xb9\x88\x41\xdf\xd0\x8b\x8c\x75\x28\x3a\x2c\x5e\x2b\x5f\x7d\x20\xc2\xd0\xff\x7a\xd1\x13\xd1\xa9\x6f\xfb\xc1\xc6\x5a\x7f\x2d\xa2\xb5\xd6\xa7\x6f\x3b\x2f\x99\xfd\xa3\x17\xd9\xd6\x05\xed\x5b\xd9\x19\x83\x65\xe6\xb5\x36\xb0\x6f\x45\x02\x4c\x9f\x25\xd0\x4f\xf0\xdd\x92\x88\x2d\xd6\x2f\xae\xa2\x0f\xbe\x55\x60\xb6\x16\x13\xd9\xb7\xc2\x81\x75\x0c\x65\x8d\x81\x83\xd6\x37\x38\x0c\x44\x92\x8e\x15\xab\x23\x72\xf6\xad\x61\x6c\xda\xe9\x73\x11\x89\xda\x2a\xeb\xb3\x88\x44\x8d\x62\xbd\x7a\x08\xfa\x6c\x1e\x40\xc6\x23\x01\x18\xac\x0f\x97\xfe\xeb\x93\x8b\x9e\x1b\xbf\x5d\x62\x78\x8d\x8d\xfa\x74\x5e\x8c\x33\x7d\x59\xf9\xd6\xba\xdc\x81\x85\xa5\x6f\x4b\x04\xce\x16\x7c\x6b\x20\xfe\x77\xfa\x1f\x70\x57\x3b\x6b\x38\xd8\x23\xf7\x74\xa2\xd7\xd9\x99\x23\x7c\x6d\xf5\x5b\x13\xf1\x6a\xd0\x66\x3d\x92\x59\x5c\x7f\x1e\x49\xf8\xf3\xbe\x9d\x70\x4e\x9d\xfa\x53\xc2\x69\xfd\x9a\xd7\x6e\x9f\x88\x48\xb5\xda\xc6\x7d\xa4\x7f\x44\x98\xad\x58\x5e\x67\x00\x2b\x73\xdf\xd6\x25\xeb\xcd\xf5\x41\xd2\xa8\x95\x36\x37\x67\xd8\x7d\xe4\x61\xdc\x1c\xc3\x7a\x18\xc7\x56\x2d\x1f\x70\x36\x7c\x0b\xab\x72\x71\x6d\x79\xdc\xf6\xc6\xba\x3d\x09\x37\xc6\xd8\x9e\x25\x2a\x6e\xce\xf1\x45\x0c\xaf\xf4\xbf\x1e\xb4\xbe\x15\xda\xbf\xde\xbb\x55\xbf\xc3\x25\xd7\xf5\x98\xf7\x1d\x2e\x79\xb2\x56\xfb\x06\xbb\xcf\xda\xee\x1b\x8f\xe4\x22\x48\x1d\x9b\x64\x85\xc0\xaf\x95\x87\xc8\xed\x94\x9d\x17\x6d\xd6\x19\x6e\x68\xea\xfb\xce\x39\xc4\x6a\xd6\x35\x4e\x77\xce\xf6\x5e\x13\x02\xc6\x6f\xd7\x23\xd6\x30\xd9\xf4\x9d\x47\x6c\x16\xc6\x83\x2e\x6d\x1b\x8c\xb3\xa9\xb2\xb0\x5c\xe1\xd8\x3a\x65\x68\x4e\x32\xce\x06\x81\xdc\xfc\x2d\x46\xe8\x41\x9f\xeb\x0c\x8f\x6d\xff\x15\x67\xd6\xf7\x86\x25\x80\x45\xc2\xf8\x5d\x51\xde\x75\x4c\xde\x6d\xdb\xed\x78\x1d\x9c\xc6\xa5\xd9\x1b\x7a\xa0\xea\x40\x16\xdb\xdc\x5c\xd4\x4f\x67\xc6\x22\xad\x83\xdf\xea\x22\x72\x7d\x8f\x02\x97\x40\x1b\x74\x51\xcd\x36\x91\xb0\xe8\xf4\x13\x83\x43\xc7\xb7\xd0\x4b\xb5\x62\x7b\x08\x89\x1b\x12\x7f\x53\xd4\xf6\x3d\x90\xb9\x87\xfd\xdc\x5c\x74\xc6\x16\xe8\x57\x2c\xe7\x4e\x1b\xc6\x90\x1c\x34\x37\x87\x17\x74\x73\x63\x53\xae\xce\x36\x8e\x81\x3e\x13\x6e\xb2\xd3\x66\xa0\x3c\xe5\x22\xee\xe8\x81\xa6\x9b\xb6\x5e\xc7\xdc\xdd\xb4\x81\x04\x96\xac\xdb\x62\xa1\x5b\xda\x7e\xb1\xcd\x8d\xd7\xb7\x63\x6a\x0e\x50\x1e\x7d\x3f\xb8\xd0\x5c\x8e\x1d\x7d\x49\xba\x56\x07\xca\x4d\xfb\x3f\x58\x43\x2e\xdc\x8e\xae\x62\x38\xe6\x93\x43\x54\x2c\xaf\xb9\x7f\xeb\x09\xb7\x0a\x5e\xa4\xef\x48\xa8\x73\xa3\xcd\xc5\x7a\x7e\xf5\x27\x07\xc4\xfa\xd5\x3f\xa2\x69\xc7\x22\xdd\xbc\xa0\xfb\x6d\x3d\xe3\xbc\x7d\xa1\xf9\xed\xba\x88\x63\x73\x2e\x3c\x56\xe8\x81\xfa\x0e\xaa\xe3\xfb\x16\x0f\x14\x2a\x82\xbe\xbf\x5c\xe8\xdd\xfa\x45\xcc\xb0\xd5\xf4\x7d\x5d\xd0\xd8\xbd\x04\xeb\x81\x4a\x09\xd5\xfe\xde\x60\x30\x56\x3d\x26\x65\x15\xf1\x1d\x43\x72\x34\x08\x12\x96\xe4\x8e\xf9\xb8\x63\x49\x0e\x09\x00\xa6\xe4\xd8\xaa\xbf\x3d\xe0\x72\x92\xf2\xc3\xc3\x45\x19\x71\x35\xb3\x52\x66\x0d\x73\x50\x46\xcf\xc4\x38\x0b\x0f\x0e\x1c\x67\x2f\x18\xe1\x36\x7f\x5b\x26\x8f\xb9\x6d\x10\x8d\x37\xcb\x0f\x1c\x12\x63\xab\x8e\x99\x31\x54\x2e\x22\x67\x1e\x83\x70\x87\xc3\xee\x45\x25\xbb\xf3\xaa\x3c\xbc\x8e\xb3\xc2\x29\x3a\x97\xf5\x28\x55\x09\x3f\x56\xe3\x04\x1e\xb2\xf8\x39\x38\x21\x7e\xdb\x1c\x03\x7d\x7e\xf7\x94\x7e\x1a\x67\x66\x5a\xbe\x39\xcf\xcc\xb1\x7b\x36\xe8\xa7\xb3\x86\x3b\xeb\xd0\x79\xf0\xd9\xd3\xb2\xc4\xd8\x36\x20\xb4\xd8\x90\x7b\x63\x1f\xcb\xba\x8f\xd1\x06\xdf\x0d\x39\x4e\xe6\x15\x32\x26\x8c\x19\x5d\xef\x57\xbf\xee\x5a\x6e\xd3\xfa\x1b\xc6\x84\xf1\x2c\xae\x34\x41\x76\xf4\xb2\x38\xd1\x9c\x8e\x6d\x24\xe3\xb7\x0c\xf3\x52\x98\xd7\x58\x6b\xfe\xfd\x76\xa0\x23\xdf\xc7\xaf\x88\x59\x81\x05\x4d\x17\x49\x45\x2a\x97\xac\x2c\xb6\x53\x6b\x4e\x2f\x13\xcb\x08\x14\xb6\x70\x11\x61\x29\x3b\x56\xee\x86\xf8\xd6\xb1\x72\xb7\x8d\x4b\x56\x8e\xc9\xa5\x61\xe0\x5c\x50\x0c\x86\xbd\x2c\xf1\xb3\x86\x6d\x40\x4f\x25\x07\xb9\xa0\x04\x0c\x37\xf0\x82\x9b\xe1\xf2\x95\x4b\x56\x96\xc9\x5d\x12\x03\x26\xc7\x05\x4d\x0f\xda\xc5\x44\x83\x4d\xb8\x0b\x17\x91\xfe\xd7\x4b\xd9\x7c\x69\x0a\xaa\x21\x6c\xa7\x1d\x24\x51\xed\x3b\xfd\x2f\xb1\xb1\x0d\x88\x25\x00\xa2\x9c\xce\x05\xee\x33\x1c\xff\xba\xc4\xad\xf3\x7a\x95\x1b\x45\xaa\xdf\x7a\x0a\x7a\x1a\xc6\xff\xa8\x85\xe2\xb7\x8f\xeb\xc0\x6f\x5f\x36\xcd\x83\xb0\x38\xce\xd6\xe0\x3c\xca\xeb\xa1\xa6\xcf\x75\xa1\xe3\x1b\xcf\xcb\xc1\x84\x48\x94\x97\x8b\x32\x2d\x63\x80\x61\xf3\xeb\x06\xe7\xca\xe5\xae\xeb\x12\x0f\x44\x92\x5e\x37\x0e\x0e\x0f\x42\xdd\xe0\xb4\x20\xcc\x55\x11\x12\x22\x5a\x3f\x3d\x53\xa5\x1c\x18\x66\x2c\x63\x8c\x81\x90\x54\xf4\x4c\xc1\xbc\x6a\xd9\x10\xb7\xf9\x6d\x81\x0b\x81\x08\xd5\xc5\x71\x56\x60\x07\xbd\x72\xb9\x01\xa5\xf4\x5a\x10\x43\xe0\x92\x2b\x97\xd5\xbd\xa8\x75\x8d\x7f\xe7\x61\xa9\xeb\xb5\xae\x18\x30\x7a\x6d\xfb\x6f\x96\xc1\x5e\xb9\xb8\x40\x23\x7a\x6d\xa8\x02\xd2\xf6\x72\x2d\x8c\x01\x0b\x17\x4a\xf6\x5e\x41\x9d\x4d\x2e\x4d\xc5\xc2\x35\x37\xdb\xdc\xe8\xea\x18\xe7\x12\x39\x3b\xc8\x98\x5e\x01\xa1\x0d\xce\x43\x05\x85\x26\xb7\x5d\xb9\xe8\x9e\xff\xda\x79\x60\x5d\xdb\xc5\x95\xb6\xc1\x83\x59\xd7\xe3\xac\xd5\xb2\xd7\xfe\x40\xe4\xe8\x3f\x50\x44\x22\x09\xd4\x50\xef\x65\x19\x06\xa1\xd3\x67\xb0\x77\xce\x37\xd1\x35\xba\x47\x89\x0e\xc9\xfe\x17\x77\x5b\x5b\x58\xcf\xb9\x9d\xb6\x4f\xce\x09\x7d\xa6\x7a\x3e\xdb\xbc\x9c\x79\x7e\xbb\xc4\xd2\x3e\xdc\xbb\xb9\x38\x72\x99\x11\x34\xb5\x2d\x3c\x1b\xf3\x40\xd2\x60\x3d\xd7\x5d\x0e\xb4\xbf\xbd\x62\x9c\xf0\xc1\xac\x07\xc6\x1b\xce\x7f\x3d\x34\x7a\xd1\x7e\x71\xbd\x1d\xb1\xba\x57\x94\xf8\xdd\xbd\x40\x6c\xdc\x3c\x4b\x28\x72\xb1\xe4\x76\x34\xb9\xb9\x35\xd6\x59\xb5\x8f\x6b\xc2\x43\x0a\x84\xaf\x57\x1e\xcf\xc9\x43\x5a\x97\x34\xd8\xc3\x33\xa3\xaa\x07\x06\xaa\x2a\x19\x3a\xe6\x75\x37\xdb\xdc\x7e\x49\xcc\xea\x7a\x65\x63\x73\x42\xeb\x82\x66\x71\x61\xd6\x05\xd5\xbc\xdc\xeb\xba\xa0\x35\x21\x06\xf5\x61\xd2\x0e\xea\x59\x9c\x5c\x7a\xa8\x1f\xe4\x5d\xb8\x9f\xfa\x9c\x58\x28\x98\xd0\x73\x61\x46\xb6\x0d\x17\xee\x2b\xbf\x10\x45\xfa\xe7\x75\x6f\x8e\xe1\x45\x4c\x73\x42\x2f\xf8\x1c\x0f\xc5\x0b\x6b\x0a\xf1\xab\x88\x9f\x8e\xb3\xad\x97\x7b\x28\x1a\xb4\xcd\x43\x91\x94\x45\x7c\x5a\x8f\x32\x97\x05\x6b\xe8\x96\x02\x4e\xb4\x6d\x72\x3f\x9d\x32\x1c\x27\x97\xa9\xad\x17\x3d\x15\x03\xdb\x22\x0c\x0d\xc5\x74\x6f\x3b\xe3\x64\x3c\xcd\x97\x1e\x22\xd7\x76\xe6\xcb\x25\x6b\x3b\x97\x09\xb1\xae\x2d\xd6\x3d\xea\xa0\x4d\x01\x97\xca\x65\x6a\xc5\xd7\x91\xef\x62\x66\xdf\xfd\x6d\x41\x09\xce\xe6\xb7\x5a\xb9\xb8\xb4\xa9\x10\x2d\xd6\xb9\x41\x24\x2a\x2f\x71\x5b\xaf\x78\x1b\x7e\x6b\xb1\xf7\xe9\xab\xdf\xea\xc3\x6f\xf9\x16\xa6\x72\x74\x90\xbd\x41\x0c\xb0\x06\xf6\xb6\x08\x40\x05\x1d\xd5\x01\x77\x66\x43\x3c\x6c\x70\xc9\xc3\x35\x0c\xc5\x4c\xe6\x2e\xa7\xcb\x1e\xb5\x5c\x0f\x8e\x17\xa8\xad\xcb\x57\x25\xd2\x2d\xb1\x3e\x3b\x9e\xc5\xdd\x26\x8a\xf5\xde\x92\xb5\x75\xdd\xb0\x96\xa2\xb3\xe9\x6d\x00\xdb\x85\x48\xb7\x41\xfb\xb0\xfe\xe1\x8c\x31\xe6\x89\xf5\xdc\xf5\x3f\x10\x69\x5d\xcf\x03\xa8\x05\x84\xaa\x1d\x2a\xdc\xf9\x2d\x3a\xda\xe1\x3a\x9c\x40\x67\x21\x18\xed\xe4\x3c\xb8\xce\x27\x3a\x54\x88\x7d\x43\x2f\x2b\x91\x6e\x17\x78\x60\x08\x49\x83\xd3\x1d\xb6\xbf\x3c\x4b\xf4\x8f\x8e\xa7\x43\x2c\x1b\x77\x07\xcb\x51\x6f\x8f\xeb\x40\xfb\x07\x18\x85\x63\x5e\x67\xbe\xa6\xeb\xf9\x70\xae\xec\x73\x9d\xed\x04\x0a\xd4\x1b\x1c\x2a\x40\xa9\xde\xd7\x19\x4e\xa0\x6f\xbd\xc3\x89\xa2\x40\xef\x1d\x4e\xd4\x87\x11\x2c\x5a\x53\x54\x04\x81\xd6\x00\xbd\x74\x90\x60\x2d\x20\x3c\x40\xb6\xa2\xc2\x81\xf5\xaa\xea\xa3\x53\x5e\x0f\xda\x80\xfb\xe9\x40\x2d\x2a\x22\x6d\x47\xdc\x53\x5c\xed\x4b\xc4\xeb\xde\x8b\x2e\x92\xc1\xfe\xd7\x23\x50\xd1\x79\xf7\xbe\x38\xbc\x56\x1c\x43\x57\xef\xbe\xe6\xd2\x83\x35\xe7\xec\xf5\x44\x35\x01\x33\xd2\x51\x2f\x74\x88\x65\x87\x00\x37\xc7\xc0\x19\x90\xd9\xe9\x70\x69\x35\xf9\xed\xe0\xb1\x4a\xdb\x80\x1c\xe8\xbf\xc2\x89\xf5\x8e\x12\x10\xf8\x5f\xef\xd3\xd7\x8e\x49\x40\xcd\x07\x94\xb7\xcf\x8b\xcb\xc4\xc0\xe7\x8d\xc5\x84\x8f\x1c\x49\x7b\x7e\x0b\x37\x56\x61\x3b\xfb\xa1\x95\x8a\x49\xaf\x83\xd6\x80\x0c\xf4\xfe\x1d\x34\x7f\xfb\xa0\xfc\xe5\x5b\x70\x60\xbe\x40\x40\xb5\x7a\x85\x4b\xeb\x28\xeb\x27\x87\xb7\xdf\xe8\x90\x78\x51\x3a\xa2\xd0\x16\x96\xd5\x57\xd1\x7e\x11\xe0\x0e\x5e\xa7\xf7\x47\x5d\x0e\x0b\xfc\x82\x49\x74\xc1\x16\xc7\x13\x18\x33\x3a\xc8\xac\xc4\xbc\xdf\x03\x5d\x02\x06\x86\x1e\x3b\x56\xd4\xcd\xb2\xfa\x95\x35\x77\xa0\x57\xdd\xb9\x87\xe0\x76\x5e\xa9\xa8\x7c\x8b\x97\x2c\x96\x88\xd1\x83\xcb\x1a\x70\x00\x09\xc7\x06\xd0\xaa\x6d\x1c\xea\x08\xf0\x31\x8c\x2d\x12\x0c\x13\x9b\x1f\x6c\xec\xb4\xbc\x5e\xca\x0e\x34\xa6\xc7\x81\x32\x1d\x82\x1d\x07\x1c\x2d\xdc\x64\x9c\x9a\x41\xe9\xf3\x44\x79\x0d\x71\x0d\x5e\x44\xc5\xb1\x00\xd4\xbc\x71\x18\xe3\xc6\x32\x08\xe1\x89\x1b\x60\x24\x97\x3e\x6e\xac\x45\x7e\xf7\xe6\xc2\xf1\x70\xc5\x23\x27\xc1\x38\xd7\x83\x53\x81\xde\xf4\x78\x11\x5d\x11\xe7\xe3\x95\x28\xae\xb1\x25\xd6\x4c\x40\x87\x3d\xd5\xd9\x40\xcc\x72\x93\x13\xb5\x0d\x84\x1f\x42\x92\x9b\xca\xfd\xd5\x7f\xa2\xbf\xc1\x64\xdb\x73\x57\xa7\x62\x3d\x97\x86\xb3\x91\xfb\xe0\xcc\x04\xe5\xbf\xe1\xb7\x7a\x16\xac\xa5\xb6\x29\x60\xbc\x38\x57\x59\xc1\x3f\x35\xcb\x70\xbd\xec\x7b\x8a\x8b\x82\x43\x4a\x5c\x0c\x9c\x4b\x36\x45\x1e\xc6\x2f\xb7\x07\x71\x4a\xb8\x3d\xe0\x2d\x3d\xdb\x03\x67\x4f\xfb\xcf\xf0\x40\xff\x1d\x11\x9b\xb3\x9a\xc1\xe3\xc0\x5a\x65\xc0\x08\xa0\x4b\x4b\x60\x3e\xcd\xfe\x43\x08\x12\xf3\x8d\x07\xa3\x11\xe3\x5f\xdc\x5b\x0d\xc7\x99\x32\x0e\xfc\x36\xd5\x95\xb2\x6e\xc0\x64\x24\xa8\xb9\x44\xb3\xe6\xc3\x9e\x40\x5a\xdc\xa3\x9c\x12\x72\xfa\x39\xd0\xab\xb9\xfe\x47\xa1\x4f\xe6\x0e\x3c\x04\xa0\x7e\xcf\x4b\xae\x8e\x31\x7c\x52\x10\xbf\x85\xeb\xfa\xc6\x70\x01\x41\xda\xac\x7f\x00\xb5\xf2\x2d\x74\xe7\x8a\x8d\xf9\xf8\xf8\x30\x4e\x98\x14\x1f\xed\x7c\x51\xfa\xc3\x44\xe4\xbb\xe8\x86\x0c\x54\x72\x96\x24\x5a\xf9\xc2\xc9\x71\x4f\xf3\xe5\x8e\x73\x3e\xc7\x06\x37\xdf\xe7\xaf\x88\xd9\xd8\x50\x82\x37\x7f\x84\x62\x97\x8b\x3b\xbc\xe8\x1c\xae\xc1\x61\xec\x5f\x3d\x44\x8b\x0d\x1c\x98\xd6\x13\x91\x64\xec\xeb\x12\xec\xbc\x82\xa3\xa0\x53\xf1\xb7\xa5\x41\x9d\x0b\xe5\xe4\x82\xda\xe6\xe0\x50\x58\x0f\x84\x80\x85\x1c\x20\x7f\x27\x07\x67\x54\xfa\x61\xb1\xc7\x22\x18\xf1\x8d\x61\xbd\x2e\xad\xb0\x39\xa3\x72\x99\x60\x59\x07\xdc\xc6\xb0\x7f\xcc\xe3\x1b\x97\x69\xac\xd7\xa5\x76\x5e\xd6\x81\xe8\xd1\xad\x47\xc4\x50\xff\x34\x10\x31\x4a\x5a\xe6\x80\xf0\x5a\x0f\x70\x6f\x1e\xb4\xc1\x0b\x54\x9d\x0b\xd8\x35\x50\x14\x7d\x84\x4a\x67\xbe\xbb\x0e\x6f\x4a\x80\x87\x98\x30\x5e\xbe\x91\xb0\xdf\x88\x63\x83\x17\x4b\xfd\xd0\x48\x20\x03\x1c\xea\x31\x34\xc6\x58\xee\x60\xe0\x98\xe3\x40\xcf\xc4\xab\x36\x26\x5c\x11\x04\x75\x4c\x95\xe0\xec\xc5\x5c\x44\x7a\x56\xeb\xc1\x63\x71\x70\x86\xf8\x24\x38\xc2\xb1\x1e\x9c\x56\x21\xae\xe3\xf0\x55\xa6\xff\xc5\xc1\x74\xf5\x97\xe3\xf4\xd1\x60\xfd\x4f\x30\x1a\xd5\xf2\x83\x2e\x8a\xf2\xc5\xbe\x14\xe6\x05\x98\x64\xe3\x41\x1b\xc0\x79\x30\xcb\xf7\x71\x41\x14\x9d\x3b\x44\x14\xe0\x6b\x1f\x37\x97\xc6\xf9\xde\x60\x10\xe1\x42\xc6\x12\xff\xdb\xb7\x47\xb7\xba\x5b\x7f\x8b\xb8\xed\x78\x10\xf3\x15\x7b\xc7\x83\x78\x05\xa7\x32\x9e\xf3\x37\x30\x6a\x1f\x0f\x30\x01\x2f\xc1\xe2\xfe\x03\x3c\x78\x1f\xe8\xea\xd4\x03\x0d\x38\x21\x80\xa0\x7d\xa0\x58\x97\x1b\x18\x3e\x7a\x10\xc5\xb9\x09\x9d\x58\xbf\x9d\x3b\xaa\x03\x2e\xdc\x44\x54\x07\xec\xda\xe7\x8e\x91\x03\x0e\x66\x2a\x9e\x33\xc7\xb9\xf3\x98\x4c\xcb\x17\xfa\x4e\xda\x14\xf4\xa9\xac\xcf\x2c\xf9\x1b\x50\xb6\xcf\x82\xb1\x81\xf3\x30\xd7\xbd\xc8\x56\xad\xc7\xd2\xca\x5d\x98\x1a\x7b\x9a\xf5\x0f\xd6\xf0\x35\xe6\xc9\x1d\x01\x12\xd5\x67\x05\x74\x0a\x47\x38\xe1\xba\xe4\x8a\x66\xf3\xd1\xa3\x8d\x04\xdb\x39\x36\x1e\x07\x1e\xcc\xd9\x80\xb1\xf0\x08\x4f\x08\xf6\x9c\xd6\x6b\x15\x65\x1d\x16\xf1\x4e\xbc\x80\xfa\x84\x78\x4b\xd8\x66\xf7\x41\xa6\x3d\x06\x24\xa5\xb5\xb9\xee\x54\x2a\x3e\x4f\xee\x91\x5c\xe3\x54\x3c\xe7\x4e\xcd\x50\xfa\xa2\x4d\x24\x67\xcf\x36\xac\x83\x73\x5f\x8f\x7f\xd4\xd8\x7e\x45\xcc\x66\xf0\xa2\x43\xcc\x66\xe0\xa5\xc0\x26\x4f\x40\x9e\x00\xca\xfb\xcc\xfa\x1b\x2a\xb9\x4f\x00\x9c\x78\x55\xf5\x99\x83\x03\x6e\xfd\xcd\x01\x61\xd3\x78\x39\x26\x87\x6e\x0e\x2e\xca\xb0\x0c\xf8\xd3\xcd\x1c\xa2\xb0\x59\x6c\x2e\xe8\xc6\xc5\x9d\x93\x03\x02\x87\x34\x27\x0b\xcf\x61\x9c\x13\xfd\x16\x44\x68\x02\x0f\xa9\x2e\x2a\x97\x55\x11\x63\x62\xe1\x52\xcc\x9c\x27\x7a\x35\xb8\xae\xb9\x2e\x65\x6a\xf5\x9b\xa7\x44\x97\x45\x02\xeb\x05\x84\xa4\x4f\x01\x78\xfe\xf6\x52\xe9\xc9\x98\x2f\x11\xd6\xcc\xeb\x56\x44\xb2\xac\xd8\xc5\x77\xb9\xa0\x2d\xad\x6f\x70\x1b\x7c\xf7\xa6\x1f\x0f\x0e\x9c\xa5\xfa\x98\xb9\x38\xcb\x2a\x91\x98\x28\xd9\x15\xaf\xe6\x13\x20\xb2\x19\xcf\x83\x18\xc5\x0b\x37\x97\x08\x9f\xdb\x57\x86\x4b\x76\xbf\x10\x5b\xc2\xfe\x11\xbd\xa7\x87\x5a\x28\x07\x62\xcb\x7c\x01\xc4\xf2\xc8\x1c\x58\xbb\x0a\x97\xec\x40\xb1\x2e\xc7\x7c\xe0\x21\xa3\xb8\x74\xc8\xfd\x70\xc9\x8e\x9d\x07\x81\xc7\xe4\x40\x84\xd1\x92\x7b\x60\xf9\x9a\x9c\x87\x03\x54\x3b\x6e\x4b\xfd\x40\x69\x8e\xe7\x44\x3f\x54\x9a\x33\xb6\xa3\xaa\x0b\xa1\x1e\x71\x18\x04\x5e\x3f\x1a\x56\x33\x2e\xfa\xd1\x78\x3c\xd3\x32\xc4\x9b\x07\xea\xe0\x12\x0c\xf6\xf7\xe0\xe0\xfb\x60\x1e\xa1\xa8\x4e\x9f\x1a\x5d\xd8\xc7\x63\xa2\xeb\xe2\xa2\x1c\x80\x5d\xc1\xf5\xf5\xe3\x40\x37\xe3\x77\xd1\xd1\x6a\x54\x38\x2e\xb9\x1c\xe6\x7b\xb1\x77\x3c\x56\x87\xba\x1f\x2e\xd3\x71\x5d\x58\xea\x29\x23\x5a\x06\x22\xd2\x81\x77\x6b\xf8\xdb\x07\x55\x06\x8f\xd8\xb9\x09\x14\xef\x94\x27\xfb\x65\x3d\x2e\x32\x3c\x02\xe7\xa6\x94\x42\x19\xfd\x25\x50\xa0\x7e\xa2\x83\xc4\x83\xa2\x9f\x8b\x83\xec\x4a\x17\x27\x16\xea\x61\xff\x70\x84\x78\x06\xf4\x13\x15\x01\x3e\x56\xfd\xec\x70\x81\xec\xef\xd9\x31\xb6\x7d\xed\x21\x72\x9c\xc9\xb3\xa3\x46\x60\xdf\xcf\x8e\xbe\xb3\xd8\x9e\x47\xe0\xfb\xed\x8d\x84\xc0\x78\x3a\x7a\x62\xb8\xff\x33\x14\x33\xe9\x47\x8e\xd3\x31\x03\x63\x09\x7f\xbb\x08\x4f\x57\x77\x7b\x02\x08\xc7\x93\xa3\x9f\xe8\x08\xbb\x73\xc7\x20\xb7\x17\xeb\x75\xd4\xb5\xac\xc1\x8f\x3e\x53\xab\xe8\x5a\xdb\x73\xc0\xbc\xc4\xaf\xc0\xb1\xfd\x5c\x72\x6a\xe0\x45\xdb\x4f\xac\x09\x3d\x2d\x2f\x4a\x3d\x38\x50\x27\x00\x39\x9c\xb5\xfa\x09\x40\x0e\xf4\x6a\x3f\xc7\x8b\x69\x9a\xf6\x28\x1f\x37\x5e\xee\x73\x76\x38\x1e\x7e\x3b\x15\x9d\x98\xe8\x14\x86\x60\x1b\xc0\x8d\x2e\xe4\x22\x54\xa1\x9e\xe3\x04\x79\xad\x2e\xea\xe4\x30\xee\x2e\x1e\xc8\x6b\xd9\xec\x13\x56\x19\x57\x8a\x7e\x1e\x10\x12\x27\xcd\x81\xd5\x8a\x74\x2e\x82\x17\x2a\x13\x4f\x14\x9a\xf8\x92\xf6\x13\x91\x0d\x4c\x4f\x3f\x0f\x5e\x20\x5e\xeb\xf3\x84\x50\xa5\x65\x58\x74\x44\x8f\x53\x51\x8e\x0b\x7d\x9e\xb8\xba\x6d\xb6\x81\xf0\xb8\x69\x20\xa0\xb3\xd9\x86\x8b\xe8\xd8\xce\x97\xcd\x64\x03\x2f\x59\x6e\xda\xaf\x0b\x14\xe1\xc6\x5e\xb2\xfa\xf4\x79\xc9\x01\xb0\x9e\x70\x3c\xea\xe7\x4e\x08\xad\x22\xff\x09\xae\x4e\xe5\xe9\xb9\x2e\x59\xdf\xed\x67\x11\xda\xf6\xad\x1b\x20\xe4\xf0\xa0\xdd\xea\x1a\x2d\xcb\xea\xdb\x06\x2e\x0a\x71\xe6\xc4\xc8\xa1\x4e\xe8\x54\x6c\x77\x1f\x1f\x94\xfe\xce\x17\x7d\x6a\xb5\xfd\x03\xd0\x11\x22\x71\x7e\x10\x03\xe6\xb5\x2e\x77\x57\x99\x7e\x3e\xf6\xcf\x38\xd1\x21\x29\x7a\x9c\xeb\xd2\x77\x39\xf5\xf3\xe3\xa8\xec\x93\xcb\xed\xd8\x1e\x8c\x2e\x9e\x37\xb8\x2b\xc5\xa2\x13\xd8\x8e\xdc\xcc\xf9\x02\xfe\x74\x0c\xef\xdf\x5c\x7d\xfa\x09\x84\x47\x71\xf5\xc2\x3d\x52\x5d\xd1\x85\xd8\xab\x48\x75\xa1\x7f\xc2\xa1\xb0\x5f\x58\x42\xd5\xa5\x5d\x48\x1d\x65\x5a\x8f\xbe\xb0\x5a\x8f\x2e\x30\x2c\x23\x72\x42\x3c\x2e\x74\x57\x78\xab\xf7\x6b\x7b\x7f\x73\x31\xea\x97\xee\x93\xac\xf9\x05\xa1\x52\x64\xbb\xe0\xde\x2a\x84\xff\x42\x62\x21\x02\x41\xbf\x8a\x0f\x32\xed\xd1\x6f\x01\x2a\xee\x17\x18\x3e\x1f\xff\xab\x22\x11\x31\xdf\xab\x62\x49\x87\x59\xb8\xb0\x7e\xe6\x57\xe6\xc1\x19\x96\xb1\xe4\x3a\xaf\xcf\x00\x43\x9f\x1a\x60\x10\x09\x2f\x80\xbe\x78\xea\xf4\x6b\x3d\x26\xd5\x07\xe1\x6a\xba\x36\x59\xe6\x41\x73\xfc\x4d\x1c\x1b\xe3\x6f\x48\x14\x20\x01\x2e\xa4\x1d\x45\xfe\x0b\x22\xaa\xce\xec\x02\xc3\xa7\x31\xe0\x0a\xad\xbd\x8c\x0d\x84\x43\x0f\xcb\xaa\x83\x98\x7b\xe0\x09\xc1\x03\x72\x05\xba\xf6\x6a\xf9\xc5\x63\xe3\x97\x06\x80\x2b\xf7\xdf\xfc\xb9\xfa\x85\xff\xae\x16\xc9\x6b\xea\xcf\x45\xfd\x94\xaa\x32\xe9\x03\xdd\x80\x1b\x82\x5b\x05\x6e\x4e\xfd\x3a\x20\x78\xb6\x3f\xe4\x3c\x98\xdc\x89\xbf\x1b\x54\xfe\x42\x9c\x49\x58\xd9\xeb\x54\xc4\x60\x42\xc0\x0d\x24\x66\x17\x84\x01\xff\xaf\x7e\xe1\x0e\x01\xb2\xbb\x5f\x8b\xa3\x0a\xad\x6c\x17\x4a\xdb\xee\xc2\xdc\x28\xc4\x1d\x0f\xf2\x7a\x85\xa8\x5c\x0f\x04\xc6\x0d\x7c\xc5\xcf\x31\x86\x57\x1d\x0c\x73\x81\x83\x91\x30\x5c\x40\x03\xbc\x64\xf7\x86\x05\x0d\xae\xf1\xe6\xf0\xaa\xac\xbc\x05\x9d\xf2\xdd\x7b\x87\x33\xfb\xca\x0d\x71\xaf\x52\x06\x46\xd1\x2c\x03\x7c\x65\x3c\xf7\x8e\xa9\x19\xce\xe0\x2e\xf6\xcf\xb7\x34\x00\xb0\x6e\x37\x66\x76\xc0\x9f\xfd\x6e\xac\x21\x0a\xdc\x7b\xbd\xc4\xad\x72\x88\xee\x40\x9c\x81\xe8\xde\x70\xd5\x1e\xea\x3b\xd4\x1d\x52\x1e\x12\xbc\x41\xf9\x64\xbe\x94\x27\x10\x0c\x38\x86\x5b\x78\x88\xfd\xe0\x66\x83\x7b\x4c\xbf\xd1\x77\x2a\xae\xde\x27\xd6\x43\x88\xd9\xfd\xed\x85\xe5\x0b\xd1\x8c\x7e\x4e\x5c\x7a\x20\x18\xf7\x25\xee\x8d\x7e\xb4\x2c\xdb\xff\xcd\x9a\x14\xcb\x37\x22\x15\x73\x07\x77\xa5\x0e\xf5\x06\xee\x11\xae\xd5\xa3\xbf\x2f\x73\x41\xb1\x2e\xdc\xe6\x7e\x70\x87\xeb\xd6\x03\xab\x81\xf0\xdf\x8f\xf8\x3c\xe6\xf8\xb0\x86\xae\x1b\x9c\xeb\xe6\xbc\xde\xfd\x37\xff\xc4\x7e\x03\x54\x56\x84\xb9\x5f\xf4\xac\x10\x89\x9b\x73\xe2\x43\x77\xa3\xd7\x09\xfb\x57\xfc\xfc\xfa\x79\x7e\xf3\x6d\xec\x0f\x78\x47\x5c\x51\xfa\xf3\xe9\x0b\x77\xca\x10\xda\xdd\x7a\x39\xe9\x35\x5f\xbd\x19\xc4\x44\x3e\x12\x39\xb8\x25\x3c\x15\x72\xdb\x2d\x63\xb9\x83\xcb\x79\x76\x40\xe6\x9c\xab\x07\xae\x57\xa8\xc2\x83\xf8\x29\x07\x89\x37\x43\x6f\xdc\xdf\x07\xa3\x51\xf7\x5b\x00\x9b\x15\xdf\xf0\x6c\xe8\x15\xe2\xfd\x54\x8c\x31\x3c\x4a\x4f\xc5\xfa\xcc\x1e\x3d\xe8\x11\xd5\xc5\x3e\x88\xa5\xc9\x59\xc5\xb3\x21\xd5\xcf\x3d\x88\xa8\xea\x1a\x1f\xe0\x5a\xea\xd2\x9e\x0e\x11\x0a\xcb\xab\x4f\xef\xe0\x13\x3b\x73\xa1\x7d\xa8\xce\xa2\x7f\x8c\x04\xaa\x0b\x9e\xfc\x9b\x7f\x68\xc7\x53\x21\xb5\x92\x3f\x4a\x80\x61\x39\x21\x8a\xbf\x34\x00\x3c\xb0\x79\x5a\x28\x9e\x44\x09\x8e\x9e\xe3\xc9\x13\x6e\xc6\x7a\x2f\x31\x0b\x80\x2f\x9e\x80\xba\x67\x60\xd2\x1f\xd6\xa3\xf4\x77\xb0\x03\x00\x1e\x87\x42\x17\x05\x2f\xf1\x03\x67\xa6\x72\xfc\x59\x1c\x58\xc5\xc3\xa0\x3f\x53\x0e\x83\x3e\x0f\x09\x92\x65\x09\x0f\x9b\x8c\x9f\x9a\xfa\x30\x3c\x0c\xaa\xd0\x8c\xcf\xab\x80\xc3\xfb\x9c\x5a\x6a\xe8\x1f\x6c\x56\x75\xf3\x4f\x89\x0a\x0b\xc6\x05\x55\x1c\x78\x20\x90\x8a\x3f\x0f\xe2\x46\xe5\x15\x79\xb4\x5e\xf1\x3a\x3e\xe2\xb4\xe0\x8a\xf4\x30\x68\x6e\xf8\x2d\xc4\x80\xdf\x02\x3c\x26\x5a\x48\xc7\x93\xa0\x11\x7d\xa0\x3f\x88\x96\x8a\x12\x0f\x3e\x42\xd1\x6d\xa3\xb9\x9e\x3e\x01\x1b\x6f\xbc\xbe\x0f\xdc\x8f\x7a\x41\x3c\x09\xaa\x44\xf1\x59\x5c\x4b\xd3\x38\xf1\x00\xf7\x50\x2f\x85\xc7\x40\x9f\x5c\x44\x3c\x06\x22\x77\xdb\xb0\xb6\x1e\xb4\x17\xc8\x09\x07\xe4\x95\x53\x81\x53\xc4\x21\xbb\xf9\x2d\xbc\x07\xd2\x57\x50\xcf\x00\x42\x59\x74\xbc\x01\x3a\x4e\x61\xfd\xdd\xeb\x6f\x8e\xc8\x1d\xc7\xeb\x10\xe7\xf7\xee\x72\x90\xb6\xe1\x3c\xa4\xbf\xc5\x35\xa8\xdb\x1e\xb1\x97\x75\xc6\xf1\x3a\xd2\x7e\x0a\x40\x65\x0e\xf5\x4b\x0c\x21\x25\x01\x1c\xa9\x1b\xa8\xfc\x8e\x63\x74\x77\x0d\xdf\xca\x59\x62\x1d\xf0\x36\xa8\x5e\x5c\xbc\x0d\xd2\xf9\xea\x3d\xd0\xe0\x50\x71\x4a\xae\x9e\x55\x7c\x8d\x9b\xca\x7a\x3c\x09\x9a\x84\x0a\x7f\xe1\x86\xc7\x40\xc7\x5f\x38\x93\xc7\x13\x8f\x81\x9c\xac\x33\x5e\x02\x21\x16\x13\xdf\xde\x54\xa1\x8f\xdf\x6e\x9f\xce\x0b\x7d\x4f\x71\x9d\x11\xbb\xd4\x75\xe9\xc3\xdb\xd3\xb2\x38\x3f\xcb\x1a\x75\xec\x07\x2b\x3f\x67\x18\x0f\x83\xdc\x1c\x0f\xa2\xd9\x06\xe1\x7c\x53\x42\xc2\x78\x12\x6f\x06\xd4\x08\xf8\xdb\x66\x77\x9c\x78\x18\xec\x10\x27\x7d\x6c\xc5\x41\xea\x63\x4b\xa4\x97\xfe\x2a\xb2\x71\x8f\xf0\x99\xed\xc1\xbd\xc0\xab\x20\x7d\xc4\xf4\x2a\xc0\xef\xb8\xbf\x43\x2b\x39\x63\xc0\xb2\x5c\x9d\x8b\xc0\x66\xf7\x08\x31\xbf\xc0\x38\xe0\xeb\xda\xaa\xfb\x0b\x3c\x44\xc3\x1e\x7e\xaf\xdd\x07\x1f\x3f\xd6\xd0\x42\x8a\xef\x6a\x53\xf4\x7e\x17\xa3\xd4\xb5\x62\xe3\x8b\x9a\x72\xe4\xfa\xa2\x6e\xf9\x4b\x03\xc0\xcb\x4b\x1c\x1e\x8a\x43\xd6\x94\x0e\xe0\x9c\xb4\xb8\xe1\x54\xda\x0a\x22\x83\x8e\xa4\xea\xcc\x5e\x82\x6e\x4d\x17\x1e\x6b\xc8\x77\x48\xb1\x4e\x0a\xbc\x7c\x2f\xad\x12\x0c\x5c\xb7\x22\x5e\xe5\x17\x4c\x09\xde\x03\x1d\x6f\x83\xf8\x36\x8a\xcb\x5d\x3d\xd4\xeb\x95\xcd\xea\x6f\xc1\x69\xed\x2e\x06\x5c\xd4\x40\x04\x7b\x41\x43\xe3\xc4\x1c\x1b\x17\x11\x10\x63\x88\xee\xe7\x62\x85\xe8\x7e\x50\xd8\x01\x8a\xbf\xb5\x45\x50\x63\x23\x92\x49\x09\xca\x45\x78\x88\x65\x5c\xa7\x16\x37\x16\x1b\x51\x0c\xc0\x36\x05\x68\xfd\x0e\x20\x33\x40\xeb\xc7\x6f\xbf\xd5\xf0\x30\x29\x83\x01\x2a\x8c\x01\xd4\x73\x4b\x7e\x4b\x74\x11\xdc\x78\x42\x84\x7e\x6e\x8c\xa7\xb1\x86\x1b\x7d\x76\x2c\x86\x93\xfa\xae\x3b\x19\xfd\x74\x8d\x01\xf4\x8f\x5b\x0e\xfe\x83\xb1\xe9\xaf\xb7\x88\x41\x6c\x5c\xb2\x59\xa9\x0f\x80\xa6\x93\xf1\x2f\x36\x7e\xc0\x25\x04\xc8\xfd\xe4\x85\x8e\x2d\xd4\x55\xf8\x5b\x44\x98\x64\x2e\x01\xe8\x34\x58\x4f\x9c\xe6\x77\xe7\x18\x40\x0c\x26\xe3\x0f\x09\x1e\xe5\x75\xf9\x06\xb8\xab\x10\xd1\x3f\x07\x63\x1e\x8a\x93\xd6\x6b\xa2\xb7\x1e\x70\x6c\x65\xbe\x13\x63\x49\xa5\x1f\xd4\x11\x88\x69\xb1\x4d\x2c\xad\xdd\xb2\x8f\x00\xe3\x04\x23\x85\x2b\x57\x6c\x5a\xe8\x0a\xf3\x3a\x2a\x0f\x2f\x7d\x02\xdf\x28\xfe\xf6\xc0\x3f\x74\x67\xdd\x50\x23\x80\xc1\x0a\xbc\x04\x3a\x5c\x51\xe0\x25\xd0\x8a\xf3\x3d\xb5\x4a\xd3\x3f\x2e\x3a\x70\x8d\x41\x4c\xba\x8a\x08\x1f\xc4\x9c\x6b\x44\x70\x08\x83\xce\xed\xae\x39\x6a\x81\xdc\x19\x27\x86\x90\x6f\x6c\x18\x3f\x86\x6b\x7e\xa3\xff\xeb\x96\x51\x77\x6c\xb4\xbf\x81\x51\x78\xde\xf4\xa4\x71\x9d\xf5\xa4\x99\xcc\x0b\xcb\x60\x75\x6d\xe1\x32\x11\x5d\x63\x83\xb3\xac\xcd\x7a\x54\x3a\x9b\xf5\x9c\x93\xa0\x7f\x44\xef\xf6\xb5\xe7\x4e\xb1\xe6\x78\x0c\x74\x08\x6d\x7c\x5e\x02\x8c\x67\x47\x1a\xe1\x01\x89\x1d\x98\x52\xdf\x93\x32\xe3\x9c\xb4\xc7\x10\x92\x5f\x59\x2f\x01\xda\x10\x33\x08\x1d\x67\xe0\x55\x50\xfb\x4e\xb9\xc0\x49\x2f\x4e\x2b\xf6\x2a\xd0\x7a\x52\xc6\x7d\x6b\x5a\xd6\x85\xaf\x53\x26\x72\x07\xeb\xb6\x57\x2c\xc8\xbf\xd4\x99\x85\xe1\xf1\x8a\x1d\xe0\x44\x8b\xbb\x48\xe0\x66\xd0\x70\x3c\x0d\xdc\x09\x02\xb1\x22\xf0\x18\x08\x44\xbf\x20\x46\x5e\x85\xdb\x08\x83\xe4\xb5\x6a\x19\x6a\xce\x05\x32\x4c\x1e\xf8\x92\xd8\x61\x47\x89\xf1\x17\x3b\x4a\x46\x0c\x00\xb1\x77\xcd\xec\x2c\x70\x28\x9e\xd0\x0f\x0a\x47\xc4\xd8\xc0\x2f\xbc\x36\x7f\x6b\x90\x3d\x08\x12\xde\x03\x15\x77\xa9\xc0\x4b\x20\x3c\x38\x78\x03\x34\x94\xbc\xb1\x03\x56\x2c\x8e\x39\xd9\x34\x37\x2a\xe5\xd8\xe8\x27\x3d\x98\xf4\x83\x3f\x1d\xfa\xa4\xc5\xc3\x71\x39\xe8\x67\x00\x1f\xd8\xac\x47\x79\x3a\x99\xe3\xd0\x92\x48\x9f\x88\xe7\xcd\xf5\x9c\x28\xd6\xed\x93\x8b\x5b\x3c\x14\x13\xdc\x98\xdf\x9d\x2a\x88\x99\xfb\xd4\x82\x43\x3f\x87\x16\x22\xe6\xcb\xa5\x04\xea\x12\xfb\x81\x3b\x4a\x61\x0c\xc0\x5e\x10\x15\x63\xd7\x07\xf6\x2b\xf3\x28\x79\x88\x4e\x38\x09\x08\x8f\x9e\x04\x73\xb7\x7c\x00\x37\xa0\xff\x53\xb8\x01\x63\x06\xb4\x4c\x70\xc1\xd8\xd1\xcf\xc1\x95\xc6\x2e\xb7\xea\x1a\x62\x20\xa9\x10\xcb\x5d\x1f\xf7\xb0\x8d\x22\x1e\xfd\x3c\x46\x7f\xa0\x0c\xa6\x0a\x43\x4e\xe0\x19\xd0\xbe\xb3\x84\x28\x87\xe3\x72\xe8\x25\x90\xae\x15\xd6\xc6\x6d\x58\x5e\xf3\xfa\xce\xd2\xeb\x65\x5a\xfd\xe8\x25\x80\xa5\x2c\xf0\x06\x68\x44\x31\x0a\xbc\x01\x0c\x59\x13\x78\x03\x34\x62\xed\x05\xe1\xe4\x3a\x40\xd3\x28\x86\x0f\x4b\xfb\x81\x3b\xe7\x5c\x95\xdd\x18\x5a\x96\x21\x24\x10\xad\xb2\xe3\x63\xc8\xbe\x14\xc1\xc6\xcd\xb2\xba\xab\x41\xf9\x05\xd6\xc1\x6f\x01\x18\x77\xbf\x5b\x8c\xf4\xd9\x29\xa3\x0b\x64\x0d\xf1\x18\x88\xe8\x8c\x87\xe8\x06\xc0\x8b\x82\x18\x73\x0d\x3d\x62\xe0\x49\x60\xc8\x9d\x28\xd5\xf3\x4c\x9f\xe8\xc0\xd0\x7b\x45\xc1\x48\xd0\x21\x24\xa5\x81\x93\x83\x88\xe2\x31\xd0\xb1\xd4\x07\x71\xe6\x72\x40\x3c\x0a\x56\x4b\xa2\xdc\x05\xde\x03\x86\xf1\x09\x3d\x06\xd0\x97\x47\x11\x54\x3c\xf8\x16\x11\x6d\x24\x60\x45\xa3\x20\x04\xa9\x24\x62\x3b\x8f\x46\xc1\x79\x7d\xf7\x5b\x69\xff\xcc\x11\x25\x3e\xc6\x98\xc0\x03\xa0\x83\xf9\x8b\xa2\x57\x8d\xdf\x1d\xde\x0b\xfa\x27\x8a\x4a\x38\x2f\x38\x45\x19\x07\x80\xfd\x7d\xfe\x32\x36\x62\x80\xfa\xef\xd5\x8e\x55\xdc\x73\x89\xcb\x54\x67\xc0\x84\x26\x4a\x52\x27\xb7\x5e\xca\x44\x39\x1b\x20\xfa\xb3\x3b\xd1\x93\x85\x74\x72\xa7\xa2\x25\x03\xc1\xaa\x88\xa5\x23\x08\xef\xd9\x09\x9f\x12\x85\x57\xad\x78\x18\x11\xf1\x76\x17\x92\x57\x6d\x70\xe9\xcb\x85\x65\x0d\xc2\x20\xea\xbf\xb9\x21\x70\x7b\xf3\x2b\xeb\x86\xc1\x18\x2e\x14\x9d\x5c\xfa\x82\x18\x88\x23\x72\xe0\x19\x50\x3b\x2f\x71\xb9\x11\xd3\xaa\x65\x9c\xa7\xab\x6d\x74\x34\xe7\xbb\x70\x8a\xbb\x8b\x8a\xc7\xc0\xdc\x6d\x83\xa1\x82\x0b\xaa\xc7\x80\xc4\x80\x98\xa3\x0d\xdd\x43\x14\x15\xd9\x5c\xca\xf2\xa0\x4f\x72\x93\x51\x6a\x13\xf2\x28\x8a\x4a\x6d\x2e\x71\xc1\x05\x48\xc2\x8c\xc7\x40\x9d\xae\x03\x8e\xe6\xe9\x45\x79\x51\xb6\xa6\x65\xe7\xb8\xfa\xaf\xfa\xe2\x31\xce\x2a\xa8\x72\x89\x1e\x51\x37\x8d\x37\x94\x8d\xd1\xc5\x03\x55\x0b\xc4\x9e\x8b\x02\x5a\x3f\x26\x84\xaa\x56\x8d\x2e\xf4\x89\x8f\x27\x46\x91\xa8\x55\x34\x7d\x50\xd6\xd4\x4f\x3d\xe8\x7b\x00\xbd\x51\x79\xb8\xc0\xde\x45\x05\x60\x09\x7c\x20\x2a\xa1\xa2\x08\xeb\x14\x15\x73\x7d\xb7\x7d\xa0\xff\xe0\xcc\x88\x94\xf7\x21\xad\x01\x41\xe5\x9c\x54\xf4\x28\x13\x82\x07\x0a\x3e\xf7\xaf\x1e\xc8\x03\x8f\x40\x4d\xf0\x8b\x9c\x1f\x10\xf1\x1d\x30\x6d\x54\xac\xe7\x1d\x02\x50\x35\x68\x7d\xf5\x93\x75\x60\x6c\x43\x0b\x3e\xfd\x23\x22\xb9\xe6\x75\xa2\xdb\xe3\x6c\x83\xa0\xaf\x88\xf0\x51\x71\xc2\xfe\xea\x3f\xb1\x88\xdf\x2e\xb1\x28\xb1\xa8\x46\x25\x30\x03\xa2\x68\x80\xa6\x8f\x74\x4d\x0e\xf6\x71\xda\x1e\x43\x05\x04\xb5\x22\x3a\x81\xe7\x8b\x7a\x18\x38\x97\xf2\x85\x87\xcd\x60\x3c\x58\x57\x89\x20\x1b\x04\x51\xa9\x88\xbd\x41\x34\x94\x26\xc1\x36\x1c\x4a\xba\x0e\x78\xba\x78\x86\x2b\x38\xc2\xe1\x7c\x6f\x55\x46\xac\xc9\xc7\xed\xf1\x2d\x00\xbd\xe1\x18\x04\xf4\x5a\xff\x6a\xd5\xa5\xcf\x57\x57\x3a\xfa\x7c\xc1\x5c\x96\x55\x6e\x3e\x08\x9c\x3d\x81\xe5\x83\xf1\x37\x62\xbf\xe1\xac\x1f\x4d\xe8\x4a\xb3\xcc\x83\xc3\xbc\x1a\x70\x15\x22\xe6\x46\x2b\x04\x5a\xb0\xbe\x70\x8f\x78\xb8\x5a\x81\xd9\x61\x9d\x5b\x25\x3a\xcf\xf6\x4b\xce\x0c\xb4\x78\x02\x46\x8d\x86\xd9\x36\x78\xc5\x5b\x6c\x70\x24\xd4\xe3\x2f\x19\x5f\x99\x4b\xd0\xf9\x20\xa6\x54\xc5\xa5\x06\x78\x0f\xdc\xd8\x12\x70\xf0\xd9\x64\xd2\x12\x4b\x5e\xa9\x36\x81\x03\xf8\xdb\xa9\x9b\xd3\x4e\x19\xab\x10\x87\x54\x94\x37\xfa\x92\x68\xf8\x2d\xca\xf1\x34\xb9\x10\x28\x78\x3b\xe4\xea\x2c\x3f\x1c\x10\xda\x13\xab\x49\x31\xa4\x9d\x04\x89\xe3\x12\xb4\x13\x25\xb8\x63\x23\xfa\xc6\xc6\xcb\xd4\x8c\x93\x04\xa7\xd2\x10\x8d\x81\x24\x44\xbb\xc0\xc7\x70\xd8\xdb\x05\xf7\x09\x01\x6e\x86\x39\xb2\x4f\xc2\x1c\xa1\x77\x89\x86\xb2\x1b\xb8\x44\x34\x08\x24\x71\xa4\xa2\xdd\xfa\x9a\xd1\xe7\x8d\xfe\xc6\xef\x3e\x1a\x45\xd8\x64\xad\x84\xd3\x32\x2e\x4f\x1b\xbf\xc5\xec\x8f\x78\x1e\x0d\x65\xb7\x2f\x7a\x13\x47\x65\x1b\x51\xe4\x7e\x17\xe5\xf5\xe0\x25\x13\x51\x2e\x87\xd1\x00\x09\x83\x61\x0a\xe2\xa0\x36\x09\xb3\x48\x73\x00\xb1\x61\xbc\x51\xf0\x43\xf1\x05\x11\x65\xfd\x09\x1d\xda\x80\xba\x44\x57\x94\x86\xc0\x10\x26\x34\x07\xeb\x4f\x9c\xd0\x46\x48\xa8\x10\x75\x3e\xfd\x16\xe0\xe1\xce\x65\x22\x28\x68\x05\xbe\x11\x44\x05\x8d\xca\x21\xed\x75\xc2\x55\xd3\x8f\x56\xb9\x19\x94\x1f\x38\x0f\xdb\x1b\x58\x9b\x36\x58\xdf\xb0\x1a\x47\x87\xdb\x00\x54\x1c\x1d\x2b\x1b\x48\xf6\xe8\x60\xa4\x46\x5a\xcf\x25\x63\x8f\x3a\xb8\x28\x1c\xaf\x03\xf4\x7a\xe0\x9f\x1b\x1d\x3d\x19\x96\xc7\x00\xc9\x9e\xc4\xbd\x8b\x6e\xdc\x3b\x08\x7c\x37\xee\x1d\x22\x58\x0f\x38\x4b\x44\xc2\x1e\x72\xc3\xfc\x16\x58\x13\x16\xf3\xe8\x10\x63\x45\xa4\x9e\xe8\x17\x21\x78\x1d\xdc\x21\xee\x7c\xd1\xd3\x78\x7e\xb6\x97\xe8\x5a\x0f\x18\xd5\x7a\x42\xf1\x48\xd8\xfa\x50\x39\x4e\x3f\x03\x90\x39\x5c\x9d\xa8\x79\xc5\xe7\x3e\xd4\xc3\x31\x4e\x3d\x27\x10\x57\xfb\x44\x11\xef\xdc\xd5\x69\xb9\xb6\xc0\x9d\x7c\x64\xba\x51\x33\xdc\x8b\x69\xec\x57\xfb\xc1\xb0\xc4\xf9\x27\xb8\x6a\x97\xd1\xe8\xc7\xdf\x82\x2d\x46\x07\x2a\xb5\x3b\xdf\xc3\x79\xf1\x5b\x3c\x33\xa4\x09\x00\xe6\x73\x83\xa0\xf6\x03\x47\x79\xcf\xd5\x09\xb4\x07\x4e\x97\x08\xaa\x8d\xe0\x04\x41\x08\x55\x03\x38\x06\x21\x54\xfb\xdc\x7e\xc9\x99\x75\xad\x51\x1b\x93\xbe\x98\xb4\x87\xf1\xd2\x97\x90\x0f\x5e\xe2\x63\x18\xe0\x85\xfe\x83\xcb\x4a\x24\xd4\x18\x88\x3c\x9d\x0b\xad\xfc\xdd\x31\xfb\x13\x24\x31\xfa\xb3\xfd\x16\x49\x32\x40\xe8\xb7\xcd\x43\x67\x48\x1c\x0f\x14\x22\x49\xf1\x10\x81\xaf\x9a\xdd\x36\xf8\x78\x4e\xfb\x41\x4c\x68\xb6\x07\x39\x0e\x47\xd5\x5f\x01\x99\x7c\xd7\x17\x85\x57\xa1\xe3\xf3\xb8\xbb\xd8\xaf\xb1\x9d\xe8\xf3\x55\xef\xb2\x36\x10\x0f\x80\x8a\x73\x7c\x84\x16\x4c\x16\x1b\x6f\x80\xe6\x18\x02\xe5\xf8\xe0\xb5\x88\x8d\xa8\x19\x5c\x5c\x82\xb9\x36\x02\xf6\x07\xd1\x5c\x93\xa8\xea\x11\x88\x2a\x12\xe9\x80\x2b\x02\x63\x14\x61\xd8\x74\x36\x07\x0f\x83\xde\x10\x0d\x62\xef\xe8\xb4\x26\x65\xfc\xfe\x10\x25\x08\xfa\xda\xc1\x9c\x45\xe0\x23\x49\x58\x9e\x88\x62\x64\x01\xeb\x13\x38\x06\xe3\x14\x05\x0f\x61\x0e\x2c\x5c\xdd\x31\xe3\xb5\x40\xbc\xb1\x08\x74\x15\x60\xa4\x22\xaa\xf1\xa5\xf8\x2d\xa2\xcd\xb0\x7f\x44\x9b\x7d\xb3\xfe\x60\x3c\x8c\xd3\xa8\x1c\x70\xbd\x61\x8c\x7e\x88\x2b\x91\x67\x7b\xfa\x5b\xf0\x61\xea\xcc\xc2\x98\x5e\xc3\xf6\xe8\x32\x1d\x0f\x31\xba\xd4\xeb\x44\x07\xb1\x5e\x2d\x83\xb7\x83\xbb\x8d\x8e\x53\xbb\xeb\xd0\x5d\x07\xc6\x1c\x42\x42\xa8\x47\xff\xe7\x63\x15\x20\xeb\x09\xef\x13\x44\xb7\xcd\xb1\xdb\x5e\xc8\x0c\x7d\xfa\x20\xbb\xd7\x06\x2d\x70\x0d\x11\x9d\x7c\x00\x89\x76\x5b\xe5\x44\x23\x8d\x04\xcb\xd8\x88\x0c\x82\x91\x20\x82\x68\x20\xe9\x1a\xea\x3b\xe9\x18\x08\x54\x80\xe1\x24\x82\x47\x1e\xb7\xa5\x08\xc4\xa8\xc9\x19\x0e\xac\xcc\xde\xa9\x20\xa4\xcf\xf4\xbc\x0d\x54\x0d\x8e\x07\x95\xc5\x06\xe1\x0c\xe3\x81\x41\x90\x02\x51\x0b\x90\x73\x04\x61\x7c\x7c\xc4\x82\xe0\x92\x03\xe2\x17\xd3\x47\xc9\xdf\xea\x42\xc6\x78\xb0\x5c\x4b\x30\x02\x0e\x72\xe7\xbe\x87\xc4\x86\xfb\x1b\x86\xfa\x41\xfd\x12\x44\x1e\xe9\xae\x3f\x30\x25\x39\x4b\x3c\x4e\xb2\x7f\x6d\x08\x87\xc5\xfd\x0d\x7c\x36\xbf\xb5\x3d\x1f\xee\x1a\xfd\x1b\xa8\x0f\xe2\x14\xc0\x8b\x00\xe1\x47\x20\x7d\x15\xd7\x10\x3c\x1f\xf8\xc8\x08\xad\xde\xde\x23\xc2\x6d\x81\x25\x8d\x20\xaa\xde\xde\xcb\xaf\x88\x59\xdc\x7a\xb6\xf3\xf1\x07\xd1\x0c\x82\x11\xc4\x69\xfe\x0e\xf2\xbb\xfd\x16\xc2\x36\xe2\xe5\xd5\x41\xc7\x10\xf8\x4b\x6e\x28\x13\x63\x11\x92\xaa\x28\x14\xc6\xe2\xf2\x42\x00\xe6\x54\x71\x89\x1b\x4c\x28\x52\xe1\x06\x13\x2a\x3a\x03\xd7\x85\xdf\x7e\xab\xfe\xc9\x7a\x3c\xed\xd9\xd8\xdc\xe0\x14\x59\x3c\xdd\x66\x00\xe5\x06\xae\x32\x86\xd4\x8d\xd4\x3b\xa1\x58\x6f\x9c\x2a\xcb\x84\x2d\x82\x30\x24\x84\xa4\x32\xb6\xdc\x35\x72\xf0\x5b\x23\x29\x40\x0c\x72\xd7\x6d\xc3\xf6\x72\x63\x6b\xfc\x59\x00\xd6\x72\xa8\x13\x42\x82\x05\x30\x70\xa7\x31\x94\x6f\x64\x11\xb4\x99\x94\xb1\x0a\x71\x90\x93\x48\xe7\xdb\x57\x36\xcc\x0b\xfd\x17\x90\xf8\x10\x9b\x84\xc0\xc8\x49\xa4\x04\xc6\xf6\x82\x4e\xed\x1f\x2b\x9e\x6c\x39\x61\xa4\x53\x71\x2c\x9b\x80\x5b\xcb\x06\x40\xe4\xb7\x5a\xee\x78\x7c\xb2\x19\xa9\x95\xb1\x75\x71\x75\xb4\xef\xba\x39\x4d\xca\x70\x00\x8e\x0d\x0e\x06\x48\x42\xa4\x91\x50\xba\xf5\x58\xb7\xfd\x16\xc4\x46\x8e\x21\xb1\xca\x79\xa8\x13\x6c\xd0\x37\x36\x5d\x74\x76\xcb\x3b\xfa\x3f\xda\xe8\xe3\xe9\xfe\xa6\xaa\x09\xe6\x88\x68\x29\x21\x4f\xc5\x49\x2e\x71\xc2\xb5\xc8\x49\x24\x51\x18\xd4\xdd\xa6\x56\x75\xce\x55\xea\x2d\xc1\x05\xc5\xbd\xa7\x49\x54\x72\x28\x02\xf3\x2d\xb8\x16\x55\x16\xb8\xfd\xb4\xca\xa3\x94\xd3\xc0\x06\xd6\x63\x3c\x70\xee\x48\x11\xe9\xd9\x98\xa8\x11\x20\xde\x49\xdc\x2f\xdc\xcf\x22\x0f\x82\x31\x40\x38\xf3\xd4\x0f\x97\x3e\x09\x43\x34\x1d\xf3\xa9\xca\xc2\x36\x46\x1e\x66\x3c\x5c\xfa\x0d\x2e\x39\x11\x21\x25\x7e\x29\x76\x90\xbb\x99\xb7\x7a\x38\xda\x18\xcc\x94\x07\x39\x01\x6c\x4b\x50\xf3\x56\x2c\x65\xcc\x58\xd2\xab\xeb\xc0\x1d\x97\x7b\x4e\xfc\xa9\x27\xfa\xd4\x44\x25\x02\x38\x3c\x52\x5f\x69\xf7\x77\xdd\xf7\xb6\x7b\x86\x5f\xcf\x24\xdf\x22\x54\x97\xba\xc6\xcf\x3d\xc9\xb3\x04\xfe\x4f\xc6\x21\x11\x4b\x35\xa8\xe4\x2b\x84\xc4\xf6\xc4\x27\x83\xc8\x8d\x5d\x63\x58\xa7\x4c\x90\x06\x88\xd9\x00\xd6\xa4\xae\x6e\x70\x1f\x89\xed\x17\xc3\x20\x07\xf9\xab\xf0\xd8\x31\x70\xb1\x98\xd3\x1f\x09\x25\xa0\x33\x44\x86\x02\x51\x19\x55\xf8\x46\xa3\x3c\x61\x2f\xf9\x78\x85\xcd\x66\xd3\x46\x55\x81\xc8\x6f\x9b\x87\xd7\x32\x9c\x13\x84\x6a\x34\x15\xa9\xf4\x49\x94\x4e\xe2\x69\xc5\x20\x0c\x91\xaf\xe9\x20\xac\x10\x71\x9b\x62\x88\xaf\x82\x60\xe8\x86\x54\x39\x8c\x83\x0b\xe7\x45\xc7\x25\xa9\x11\xfa\x26\x46\x70\xb8\xd0\x19\x8c\xd4\x1d\x8b\x31\x13\x65\xa0\x59\x3f\x76\x42\xe2\xf0\x5b\xcc\xd4\xc0\x19\x62\x00\x00\x26\x75\x4f\xe0\x32\x14\x60\x7a\x62\xa0\xb8\x07\x72\x12\x63\x1d\xf0\x1a\x6c\xe6\x98\x12\x39\xc6\x03\x2b\x0e\x22\x3e\xc6\x41\x20\x39\xb8\x90\xc1\x2b\xa8\xc8\x39\x80\x96\xe0\x9b\x19\xba\x18\xc9\x21\x0d\xa2\x12\x14\xbf\x7b\x08\x5b\xa0\xcd\xc9\x6b\xea\xd8\x4e\x31\x6d\xac\x03\x58\xbd\xee\x5a\x01\x45\xd9\xbe\x32\xd6\x37\x0f\x85\xe0\x5b\xe7\x7b\x19\xfe\x88\xb1\x7d\xd1\x46\x6c\x83\xaf\xa2\x07\x87\xc8\x23\xe9\xbc\x6e\x62\xc5\x4d\xcb\x1d\x83\x0a\x73\x47\x8f\xa8\x65\x4d\xd7\xa3\x6f\x8f\xd0\xcd\xec\xae\x15\x90\x13\x30\x7f\x31\xe0\xc8\x8b\x07\xf6\x01\xa4\xea\x41\x7e\xb4\x0c\x5a\x8f\x7b\x18\xdc\xcc\x78\xd5\xdd\xd2\xcf\xab\x7e\x8b\xb1\x01\x33\x01\xa3\x16\x93\xd8\x5d\xc4\xc3\x8b\xb9\xc1\xd9\x6f\x96\xd5\x4d\x76\xca\xaa\x1d\xd6\x1c\xe7\xee\xfa\xd3\x46\x2e\x16\xc2\x36\x71\x99\x1b\xb6\xa9\x44\x85\xe0\x91\x9c\xe0\xae\xaa\x7d\x36\x75\x4e\x6b\x3c\x53\x02\xcf\x1d\xd1\x75\x07\x8b\x7c\xe8\xba\x43\x44\xd6\xc0\x75\xa7\x12\x52\x29\x66\xc7\x5b\x85\xf5\xd1\x8d\x87\xe8\xca\x31\x79\x04\x02\x6e\x0f\x97\x9e\x06\xb6\x2f\x66\xe8\xb8\x4f\x3f\x21\x87\xc7\x78\x30\x68\xe1\x86\x14\x7a\xe7\xa8\x72\xc1\x3b\x27\x48\xb5\x14\x13\xcb\x32\xe1\xb3\x62\xa6\xf1\xd8\x18\x3f\x0f\x02\xb8\xcc\xc0\x53\x27\x25\x2a\x33\x09\x86\xe8\x38\x81\x4d\xf9\x50\xcc\x29\x27\xcd\xb7\x26\xba\x2b\xee\x8e\xde\x36\x12\xe0\xa9\x08\xc9\xc3\x3e\x0f\x39\x48\xda\x9f\xa8\x6b\x78\x7c\xf4\xb6\x51\x8a\x9b\x78\x5a\x10\xae\x3b\xa6\xd1\x70\xec\x87\xc0\xa9\x93\x33\x30\x2f\xbd\x76\xf8\xed\x85\x11\x0e\x3a\x33\x3f\x9d\x37\xf3\xe5\xcc\x8c\xfd\x97\x3a\x33\x5c\x65\x6a\x77\xa2\xaf\xd1\x2e\x18\xe0\xeb\x65\xb5\x8c\xa5\x06\x45\xe1\x01\x50\x90\x90\x26\x71\x60\x2d\x52\x29\x89\x4b\x4c\x23\xf2\x45\x1c\xbb\xa1\xaf\xad\x07\x5b\x66\x7b\xc0\x81\x2a\x64\x0f\x7c\x39\xbd\xc4\xb8\xc7\x84\xca\xc4\xa3\x98\x57\xa0\x51\xd6\x85\x83\xfa\x0a\xfa\x9b\x43\x7d\x54\xfc\x0d\x39\x5c\x47\x25\xb9\x03\x44\xf1\x00\x19\xad\x39\xfa\x80\xb8\x6a\x24\x38\x5a\xe3\x55\xb3\x0c\xce\x8c\x43\x7d\x34\x14\xbb\x10\x89\x83\x10\x31\x44\x1f\x88\x63\x1d\xde\xee\xab\x7c\xe0\xa7\x49\x98\x9d\x38\x38\xa4\xd5\xfe\x71\xf3\x50\x07\x70\x84\x84\x96\xf6\x88\x30\x8a\xea\x07\x56\x1b\x42\xa3\xc4\x31\xe0\x5c\x5d\x1f\xb8\x07\x2f\xdf\x41\x74\x50\x37\xf6\x18\x70\x3c\x10\x8f\x03\xf1\x01\x00\x73\x1c\xf8\x60\x4e\xb8\x99\x03\xef\x07\x39\xad\xe3\x10\x24\xc9\x98\x21\x72\xc4\x82\x8f\xe3\x34\xfa\x06\xe3\xbc\xc4\x00\x51\x7f\x61\x60\x70\xad\x0c\x4f\x0e\xb1\x3c\x08\x20\xa8\xfe\xec\xb8\xbd\x40\xb4\xc7\xd4\xef\xc5\x3a\x78\x65\x25\x96\x27\x18\x35\xad\x99\x27\xf1\xc3\x26\x8f\x18\x2e\x3a\x81\xa3\x79\x9c\x40\x63\x2a\x7b\x84\xbb\x4e\x23\x74\x7a\x9c\x04\x37\x57\xd7\x72\x1a\xc8\x92\xef\x9e\xc5\xe8\x27\xfc\x16\x27\x7e\x22\x29\xc4\x49\xe0\x3f\x02\xfc\xc5\x49\x42\x13\x1f\xd2\x13\x73\x3d\x98\xc2\x38\x1b\x52\x04\xe7\xf3\x24\xee\x57\xda\x3f\xc0\x63\x30\x70\x71\x1a\x7b\x8f\xcb\x84\x3b\x50\x9d\x3c\xb6\xb8\xeb\x74\xd7\xf6\xc4\x41\x5c\x45\xf6\x89\xbf\xad\x3a\x39\xdc\x78\x82\xb4\x59\x81\x1b\x4f\xfa\x38\x9c\xc1\x43\x81\x51\xe4\x44\x97\x86\x07\x43\x9c\x44\x1b\x21\x58\x61\x9c\x69\xa8\x28\xc6\x09\x56\xcc\x8b\x8b\x1b\x4f\x95\x03\x3b\x89\x36\x42\x2c\xb4\x38\x13\xf7\x21\x08\xc6\x89\x31\x43\x63\xd2\x69\xae\x05\xc7\x46\x40\x02\x22\xf7\x86\x9e\x3a\x5a\x00\x4f\x2c\xec\x84\xe8\x09\x3c\x6f\xfa\x37\x66\x0c\x78\xdd\xb5\x02\xe3\x85\x2f\x76\x9c\x46\x7b\xe6\x3c\x9c\xea\xb1\x5c\x5b\xa0\x2b\x5a\xe4\xf1\x7a\x69\xc5\xbd\x3b\x45\x35\xd0\xe7\x09\xae\x14\xfd\xd9\x49\x4c\x7f\xfc\x61\x03\xaf\x97\x20\xbc\x7a\x9c\x44\x21\x01\x34\x1b\x9f\x47\x8b\xfd\x68\xcc\xf0\xb7\x5a\xc0\x8b\xf5\x88\xc6\x70\x81\x27\x1c\xaa\x8f\x1e\x1e\x2d\xad\x6e\xbf\xc2\x99\x85\xee\x2e\xd5\x4d\xc3\xdd\x65\xf7\xe3\xc4\x10\x4a\x07\x0e\xde\x8b\xb8\x5f\xa1\xdb\x09\x8e\xe0\xf1\xb9\x82\xb0\x39\xba\x73\x48\x84\x2e\xa3\xb9\xf2\x5a\x5f\x10\xb6\x64\x91\x2e\x14\xca\x38\x25\xc7\x55\xff\x96\xf4\x24\x2e\x02\xd8\x11\x1f\x3c\x70\xe1\x08\x62\x7a\x05\x2e\x19\x7d\xe3\xbb\x97\x08\x65\x0e\xe9\x85\xce\x46\x4b\xd0\x05\xb7\x07\x70\x31\x74\xb1\xd8\x38\xb0\x57\x37\x05\x16\xdf\x12\xa7\xc5\x6b\x74\xa1\xf0\x25\x19\x4a\x5c\x5d\x58\x01\xdf\xed\xbe\x7c\x96\x89\xd5\x8e\x68\x70\x75\xb0\x32\x70\x18\xb8\x64\x84\x8a\xd7\x0b\x48\x08\x81\x0e\xe3\xf2\xf0\x3a\x1e\xb8\xc3\x0d\x4b\xe5\x95\x62\xd7\x68\x9f\x06\xa9\xa4\x1f\x13\x91\xa0\x4b\xbb\x12\x03\x03\x97\xe3\x22\x54\x8e\xa2\xe8\x95\x9a\xc1\x99\xbb\x21\x96\x39\x5c\x17\x4a\x61\xa2\xe9\xc6\x45\x62\x11\x8d\x04\xd7\xe2\x32\x43\xa5\xea\x35\xf4\x19\xb4\x1e\xe7\xfe\xef\xb7\x98\xd9\x39\x74\xd7\x40\x6c\xe4\x80\xeb\xed\xa1\x35\xed\xd2\xcf\x91\x33\x70\x21\x82\x15\xe7\xb2\x38\xd4\xa6\x12\xff\x22\xe8\xe4\x70\xcc\xe0\xc3\x2a\x2f\xf4\x25\x30\x12\x9d\xca\x35\xd5\x1b\x59\x8f\xd5\x1b\x91\x0a\x4f\x91\x26\xc4\xe3\xe2\x75\x17\xfe\x73\xe9\x42\xc6\xa1\xd6\x0b\x44\x1d\xea\x85\x7b\x18\xe1\xc9\xe3\x82\x48\x03\xa8\x8e\x0b\xa5\xb0\xca\xe5\xeb\x84\xb3\x74\x8f\xf4\xbd\x75\xee\xb8\x93\x11\xe6\x39\x2e\x2f\x16\xc4\xfb\xba\x04\xbe\x5a\x2f\xa7\x45\x9f\x46\x97\xed\xb6\x41\x5d\x30\xad\x17\x94\xcb\xda\x62\x0d\x07\x8b\x19\x97\xd1\x65\xbd\x0b\xc4\xdf\x22\xf8\x41\x5c\x44\x21\xd9\xfc\xd6\xa3\x95\x9f\xf6\x18\x7b\xd4\xff\x5d\x8f\x09\x44\xf8\x2d\x86\x9f\xdd\xbb\x80\xce\xf8\xbb\x3b\x8f\x3a\x45\xe6\x82\x35\xfc\x1b\xff\xa3\x61\x83\xdf\x7e\xe1\xb3\x2c\x73\x1e\x38\xf3\x37\x6a\x16\x09\xf3\x4d\xa8\x2b\xc5\x76\x3c\x57\xba\xc6\x0f\x3c\x54\x7a\x83\x70\xde\x66\x9a\x63\x3c\x37\x6a\x16\x0d\x2a\xf7\x8e\x0e\x0c\xe2\x77\x17\x02\x27\x4c\xcb\x10\x36\x1e\x67\xbd\x58\x94\x82\xee\x22\x96\x6e\x8d\xff\xe6\x51\x72\x9c\x37\xa1\x87\x3c\xe7\x77\x35\x70\x67\x50\x86\xeb\x62\xef\x6e\x5c\xb6\xe4\xaa\xef\x0a\xcd\x99\xb6\x37\xf2\xcb\x2f\x75\x66\x37\xd6\xcc\xe6\xc0\x75\xfc\x65\xb1\x6f\x14\xb5\xe2\x42\x6e\x2e\xbd\x26\xd3\xbb\x6b\x31\xe1\x23\xbc\x58\x84\x3d\x8e\x3b\x04\xa6\xd2\x1e\x04\x34\x2e\x25\x71\x87\xa8\x79\x26\x0a\x08\xd3\x03\x7b\x8b\x59\x81\x38\xdd\x58\x7c\x00\xe2\xc6\xfd\xb1\xc7\xb4\x4f\x2f\x1f\xe3\x21\xea\x44\xba\x09\xe8\x4b\xc4\xd6\xdc\x1f\x50\x93\x85\x41\xc1\x1a\x6e\x9a\x66\x79\xc7\xc0\xeb\x85\xc3\x77\xdc\xfa\x96\x42\x84\x6e\x00\x9c\xf8\xa0\xc5\xbd\xb8\xa2\x4e\xa8\xec\xb8\x51\xb6\x76\x37\x10\x9f\xd3\xe9\x02\xa3\x53\x11\x1c\x78\xf3\x92\x91\x2d\x27\x6e\x5e\xb2\xe1\x66\x02\x36\x16\x3f\x74\x5f\x12\x60\x7e\x2b\x57\x94\xd6\x2b\xba\xd2\x1e\x31\x10\xc4\x7a\xdc\x17\x8a\xec\xb0\x8c\x11\x85\xcb\x74\xf3\x7a\xf9\xfa\xde\x17\xc6\x06\xd7\xf3\xc6\x05\x08\x0e\xe0\x46\xf4\x2b\x1e\x46\x21\x24\xcd\x7a\xc2\x36\x3b\xfe\x5b\x9d\x13\x63\xd6\xa2\xea\x5e\x3c\x8a\x36\xec\xe9\x43\x7b\xb8\x6d\x5c\x83\xe2\x3b\xd4\x9a\xee\xb9\x34\xb8\x06\x75\xe1\x00\xba\x03\x11\x3d\x24\xee\x97\xbd\x80\xa3\xd2\x1d\xe8\x5b\x1f\x23\xcd\x7a\x30\x5f\x63\xf1\xdb\x1e\x9c\x16\x04\xfe\x06\xcc\x89\xff\x60\x3c\x86\x5d\x82\x0b\xd7\xd5\x47\x2e\xfc\x01\x9c\xa9\x1e\x05\xb7\x9f\x2a\xa6\xea\xd1\xab\x80\x3e\x9f\x42\xdc\x2c\xd6\xed\x29\xc2\x52\x26\x65\x38\x57\x1e\xdb\xa7\x08\xc9\xb1\x0d\x5e\x23\x10\xd4\x87\xd4\x6e\x8a\xd8\xba\x0c\x35\xc6\xf6\x18\xaa\xbc\xfa\x5b\x8c\x4f\xd3\xb2\x19\x95\xf9\x6e\x85\x9b\xe1\x3c\x3f\x15\x49\x00\x25\x3b\x6e\x45\xa1\x2a\xe0\xd1\x92\xeb\x77\xe1\x38\xf1\x78\x88\x07\x9f\x4a\x01\xa5\xcf\xa7\xae\x19\x94\x79\x54\xe1\xf8\x4d\x9e\x22\x07\x8c\xbb\x51\x13\x76\xf4\x34\x55\x43\x8c\xd9\x50\x45\x7e\xb7\x83\x51\x83\xb3\x31\x49\x0a\x91\x9f\xe3\xe9\x58\xf6\x5d\x5b\xee\xb2\x0c\x02\x49\x52\x82\xf8\x76\xa1\x4b\x92\xd2\xc2\x83\x67\x03\x01\x2e\x83\x84\x29\x29\x07\xf9\x20\xea\xfa\x08\x3c\xb8\xd2\x11\x1d\x3a\x70\x4f\x0a\x45\xda\xc7\x00\x15\x7e\x97\x8c\x61\x1a\xde\xbe\x44\x27\xdc\xf7\x87\xc0\x12\x5a\xd8\xf1\x04\x6a\x42\x36\x1e\x42\x8d\x4d\xf7\x77\xc2\xa5\xf5\x5f\x5a\x33\x49\x5c\x12\xb2\x94\x24\x2b\xe9\x2a\x4f\x9f\x83\xd0\x3a\x50\x4f\xdc\x87\x82\xa8\x92\xf1\x70\x89\x15\x4f\x1e\x52\x55\xc9\x2a\xe3\x3e\x14\x38\xb9\x06\x49\x49\x9a\x08\x6b\xdc\x84\x9a\x0a\x50\x13\x91\xec\x9b\x65\xc3\x45\xd3\x5e\x8b\x86\xdf\x22\x22\x65\xf3\x30\xf2\x22\x12\x1a\x28\x1e\x42\xca\x68\x79\x7c\x40\x55\x13\xad\x34\x70\x25\x0a\x95\x92\x8f\xb0\x08\x5e\x8e\xe7\xd1\x78\xc0\x5c\xb0\x72\x8a\xca\x7f\xb8\x58\x02\x29\x1f\xfc\xec\xd2\xc3\x88\x28\x2d\x37\xa3\xdb\x0f\x7e\x67\xf1\x6e\xb8\x18\xb1\xc0\xe4\x61\x4c\xc5\x4c\xdc\x7e\x9a\xe2\x39\x6e\x3f\x95\xd8\x60\x61\x8e\xc5\xf9\x95\xc1\x1b\x71\x39\xc8\x99\xd8\xc2\xdf\x16\xc3\x0c\xd3\xe6\x83\x3f\x0c\xca\x10\xad\x61\xbd\xa9\xfe\xf8\x2d\x2e\x3d\xe2\xe4\xc8\x75\x98\x64\xa5\x0d\x92\x89\x04\x11\x3d\x82\x3c\x86\x81\x6f\x60\xbc\x70\xae\x72\xb4\xa6\x03\x14\xd3\x46\x0a\xc0\x2a\xe1\xd1\x75\x47\xe3\x0d\xa9\xfe\x9a\x87\x97\x64\x1f\x3d\xbe\xf6\x5a\xbb\xf8\x6e\x37\xe2\xae\x6d\x4c\x95\x47\xff\x7a\x1e\x20\x32\x98\xae\x8f\x10\x49\x61\x9a\x3d\xa2\x3f\x04\x69\xf6\x42\xd5\x04\xee\x3a\xd5\xc7\xc7\xc4\x1f\xe4\x95\x0d\xd3\xe0\xe9\x9d\x40\x1a\xbc\xae\xd5\x92\x84\x20\x4d\x4e\xda\x24\x20\x2a\xb5\xbf\xc4\x1f\xae\x21\x1c\xa7\xde\x1e\x24\xf5\x88\xe1\x1a\x0e\xd1\xeb\x8c\xc1\x0b\x64\xff\xe8\x41\x85\x18\xe0\x7e\x53\x89\x40\x11\xa4\x7f\xcb\xb0\xcd\x21\x74\x85\x31\x00\x5a\xf6\xf1\xc4\x4b\x26\xa7\xe3\x21\xc1\x87\x62\xa6\x69\xdb\xc8\xa5\x11\xa6\x6d\xdb\x3c\x1b\x40\x0c\x8a\x73\xc4\xd2\x47\xf2\xe7\x78\xc1\x93\xf9\x10\x91\x6e\x2d\x15\xc1\x48\x02\xd2\x54\xca\xe3\x55\xd3\xf0\xdb\x0d\x93\x7d\x90\x57\x20\x5e\x38\x42\x0d\x2d\xaf\x71\xfe\xec\xf3\x56\xe7\xca\x5c\xf0\x24\x10\xca\x44\x4e\x8e\x90\x18\xbf\x8f\x77\x84\x71\x3e\x32\x1d\x8c\x13\x9f\x56\x42\x1b\xc5\x0b\xfc\x47\x28\x07\x79\x3b\xf2\xab\x7f\x05\x81\xb3\xb6\xaf\x20\xde\xf9\xbb\xbf\xcf\x8d\xfb\x82\x65\x39\x37\x22\x86\xa0\xdf\x4d\xf3\x73\x90\x48\x25\xc9\xcf\xd1\x71\xca\xcf\xed\x73\xdc\x4f\xca\xdc\xa3\x45\x5b\x72\x33\x59\xfe\x7a\x70\x72\xc3\xc3\x00\xc4\x42\x6e\xbb\xb0\xaf\x5f\xe9\xcc\x92\x84\x1d\x89\x3b\x53\x6e\x86\x7c\xd9\xed\x8c\x28\x15\xc9\x40\x88\x9e\x4a\x36\x9b\x24\x91\x47\x10\x71\x34\x49\xe4\xd1\x39\xe0\x49\xf2\x8e\xe4\x62\xe5\xf6\x59\xfa\x98\x28\x96\x3e\x50\xf6\x89\xab\x4f\x6c\xb6\x37\xf6\x52\x65\x42\xe0\x8a\xea\x64\x42\xcd\xe8\x09\xb4\x21\x7e\x12\x8a\xe9\xdc\x8c\x43\x16\x7c\xb7\xeb\x7f\x47\x9f\x78\x12\xa0\x6c\x4d\xdc\x78\x5a\x0c\xc6\xc9\x2b\x32\x5c\x30\xc4\xbd\xd9\x68\xa3\xae\xa2\xd0\x26\x0d\x68\x48\x3f\x84\x25\x46\x89\x99\xb8\xe5\xd4\xaf\x1f\x90\xc8\xd5\xf6\x72\x6f\x93\xf2\x54\xb9\xcc\x6f\x45\xf4\xdb\x86\x08\x20\xe8\x48\x12\xb7\x9c\x0a\x77\x92\x1b\x86\x01\x82\x18\x26\x2e\x37\x1d\x84\x78\x6e\x66\xb2\x72\x6c\x3a\xe8\xfb\x5b\xb1\x74\xae\x15\x97\x26\x1d\x1b\xba\x31\xb2\x2d\x25\x89\x39\x62\x38\xce\x53\x68\x06\xed\x11\xcd\x08\x77\x93\x1b\xc0\xe3\x66\x1b\xd2\xd0\xa1\xfc\x4d\x12\x73\xc4\xe6\xfe\xde\xfa\x51\x72\x00\x09\x25\x5e\x3d\x5c\x84\x27\x02\xf2\x90\x9b\x01\xf8\x92\x7e\x00\xfa\x92\xb6\x2d\x71\x9b\xc9\xef\xbb\xaf\x29\xe2\x56\x9f\x24\xd4\x48\x40\xb9\x49\x12\x8d\xce\x2b\x9b\xfb\xe6\x45\xa1\x7e\x37\x30\x5f\x52\xc6\x90\x10\xd6\x6b\xde\x5f\x7d\x9a\x5c\x03\x03\x40\x92\xe9\x3f\x8b\xf5\xc6\xbd\x5b\x1c\x5b\xee\x60\xda\xf0\x01\xcc\x2f\xf9\xc5\xe2\xb4\x92\x9c\x16\x0d\xaf\x91\xc4\x5b\x25\xbf\xf6\x9f\x87\xca\xa0\x8c\xa8\xcb\xb9\xda\xb1\xf0\x22\xfe\xe4\xae\xcf\x66\xa3\x1f\x33\x3b\x25\x63\x30\x7f\xeb\x22\x0c\xb9\x1b\xdf\xce\x7e\x02\x31\xdc\xdf\x7e\xb0\x11\xda\x0b\x1b\x49\xeb\xd9\x2f\xc7\xf6\xe5\x60\xf5\xb7\x80\xc9\xa7\xf5\x70\x3c\xdc\x23\xbc\x52\x3a\x8e\xe9\xb9\x0f\x23\x9e\x58\x46\x1c\xe3\xce\xe2\x89\x12\x44\x12\xc9\x9d\xbc\xa2\x58\xba\x93\x5c\x14\x89\x07\x43\xe2\x7d\x12\x88\xb1\xf9\x9b\xc7\x09\xfd\x4c\xa3\xba\xf0\xad\x03\xe0\xba\x63\x23\x17\x27\xf1\xdb\x72\x3f\x79\xd8\xfd\x2d\x22\x3c\xae\x53\xb9\x8b\xd7\x74\xaf\x71\x65\x04\x78\x9c\x78\x8a\x34\xb2\x36\xa5\xf9\x27\x40\x17\xe4\x7e\x19\x09\x85\x32\x56\x5a\x1e\xf3\xdc\x6f\xb3\xb2\xd3\x5e\x10\xfb\x64\xbf\x20\xd8\x58\xc3\x73\xbf\xa5\x1b\xbf\xb2\x66\xe6\x0e\xde\x8b\x38\x61\xb9\x0b\xd4\x0c\x06\x45\xc6\x18\x10\xd9\xb9\x13\xee\x1a\x77\x91\xdc\x1f\x23\x4c\x52\xd6\x89\x79\xf0\xc1\x57\x5f\x2a\x7e\x0b\xd5\x2e\x1e\x1c\x70\x5d\xe8\x21\x12\x17\x94\x84\x95\x4d\x92\x53\x24\xd0\x80\xc4\x8d\xa4\x39\xa1\xa2\xbc\xce\x85\xd6\x15\x04\x87\xec\x2c\xb0\xfa\xb8\xd6\x64\x29\x12\x1e\xda\x57\x59\x56\xfa\x44\x46\x2f\x1c\x84\xa2\x53\x32\x87\x0b\xb7\x10\x13\x0e\x27\xc9\x23\x3a\xc1\xe6\x92\xe4\x11\x26\x1f\xce\x82\x55\x0b\x30\x61\xe2\x3a\x12\x38\xbf\xa6\xee\x22\x40\x12\xb2\x90\x31\x06\x1f\xcf\x34\xc1\x04\xc9\x84\x53\x77\x11\xb8\xc9\x2c\x1f\x22\x7e\x1d\x96\x82\x7f\x25\xae\x23\x89\x5b\x48\x23\x13\x4e\x16\x2e\x07\x69\xb4\x92\xa4\x12\x26\x37\x4e\x92\x4a\x74\xb0\x5f\x59\x8c\x23\xc5\x45\x27\xc1\x44\xf3\xb5\x2b\x86\x4f\xe1\x40\x15\x92\xc2\x00\xe2\x4d\x12\x4f\xb4\xe1\x38\x51\x3a\x57\xe7\x88\x78\x8e\x88\x9d\x24\x98\xa8\x60\xf2\x12\x97\x92\x8e\xce\x26\x0b\x16\x5e\xc0\xd2\x59\x0e\x94\xad\x3b\xed\x0f\x08\x43\x67\xcc\xba\x4b\xf1\x40\x15\xb8\x73\x1f\xa5\x72\xb9\x3e\xb4\x21\xb5\x18\x62\x51\x96\x4b\x6e\x98\xf5\xbf\x0c\x26\x48\x9b\x1b\x8e\xc1\x75\xbb\xc1\x69\xb9\xce\x88\xc6\xe1\x5e\x1b\x7a\x88\x47\xac\x10\x32\xa8\xbb\x86\xaf\x56\x60\xce\xc6\xab\xda\x81\x31\x00\xed\x91\xf0\x97\xd7\xd0\xec\xeb\xb7\x75\x93\x9b\x59\x63\x30\xe7\x01\x31\xd2\xb2\x0a\xbd\xe1\x3c\x54\xd0\xe8\x04\x19\xcc\x0a\x0c\x67\xd8\x1e\xfd\x10\xae\x4a\x59\xd5\x09\xb1\x5f\x55\xf7\xa4\xad\x51\x46\x79\xed\x6f\x11\x09\x09\x33\x9f\x55\x17\x41\xd6\xdc\x7c\x06\xc0\x70\x16\x19\x80\x3b\xa1\x7f\xa1\x31\x10\x21\xf3\x13\x6c\xb6\xc7\x2a\x3a\x6d\x1f\x9e\x19\xda\xe0\xb0\x4e\xa6\xaf\x34\x97\x00\xba\xba\xc4\x5b\x22\x01\x18\xa7\xf9\x03\xe0\x32\xb3\x0a\xc4\xe5\x0e\xea\x39\x41\xd2\x96\xc4\x73\x22\x31\x3e\x25\xf9\x03\x4c\xa0\x9d\x75\x98\x42\x95\xb1\xa1\x67\xf5\x9c\xe3\x39\x61\x62\xed\xac\x83\x90\x5c\x95\xb1\x0d\x99\x1a\xfa\x84\xd3\x25\x38\x63\xe2\x45\x51\x89\x43\x96\x95\xc0\x12\x85\x33\x6f\x4e\x02\x82\x3f\x26\x79\x08\x9a\xfb\x8b\x87\x44\x54\x1e\x31\xbc\x22\x62\x77\xbe\x5a\xf9\x79\xfc\x2b\x00\xf8\x45\xe0\x7f\x41\xcc\xea\xe7\x68\xcb\x00\xcd\x46\x0c\xc5\xc7\xad\xa2\x0d\x3f\xce\x21\x6d\x4e\x0e\x6a\x3b\x5c\xec\xcb\x2c\x31\x2c\xde\xa7\x24\xb5\xcc\x8b\xee\x42\x5e\xc0\x22\x20\x36\xb8\x5b\x54\x12\x73\x64\x25\x9a\x28\xa6\xfe\x24\xbf\x6c\xfa\x42\x57\x62\x6b\x01\x96\xcb\x4a\xd8\xe6\xe1\x21\x7a\xd4\xcd\xd0\x0f\x51\x46\x81\x39\x64\x15\x7c\xeb\xe2\x41\x8c\xd3\xc5\x80\x85\xce\xef\xb7\x58\xdc\xa0\xf8\xb8\x70\x34\x44\xda\xc4\x3d\xa3\x61\x11\xcb\xfa\x7a\x60\xf9\xad\x96\x5c\x5e\xac\xfa\x9a\x31\x7d\xd5\x37\xd8\x69\x74\x03\x49\xee\x81\x3a\xf9\x6d\xdb\x38\x44\xf4\xd9\x60\xad\x11\x69\xb3\x6d\x3e\x08\xfe\x16\xb4\x35\xf3\x6a\xbb\xba\x46\xcb\x3a\xd3\xaf\x71\x92\x27\x20\xc8\x5b\x90\xad\xa8\x0f\xa3\x4f\xc4\x52\x82\x66\x66\x03\x34\x8b\xf5\x27\xc9\x25\xd0\x88\xd7\x95\xad\x68\x90\xd8\x29\x63\x01\x9c\xfe\x16\xbc\xdd\x66\x7b\xf4\x85\xbb\xed\x11\xfd\x9a\x7d\x12\x97\x0e\xc2\xd3\x3e\x8e\x87\x31\x54\x38\x5d\x2e\x4a\x03\xf7\xb6\xb9\x0e\x28\x73\xb1\xd2\x66\x03\x03\xd7\x9c\x17\x10\x1e\xc2\xd1\x64\x13\x70\xbb\xfb\x5b\x41\xc5\x6b\xdf\x1b\x86\x1c\xbc\x31\xb2\x35\x89\x34\x6d\x48\x68\x52\x1d\x27\x21\x68\xc8\x28\x95\x0d\xf0\x6d\x71\x2e\xa6\xc1\x63\xaf\x1b\x01\x07\x51\xb8\x67\xeb\x46\xd9\xb0\x8c\x02\xfa\x6b\xa3\xa4\x41\xff\x70\x54\xe0\xdb\xb2\xc9\x51\x0d\xeb\xe1\x4e\xe0\x2a\xf0\x7a\x69\x58\xc6\xb3\x85\x7e\xca\x8c\xd9\x6c\xf7\xdd\x7a\x22\xeb\x3a\x5f\x60\x14\xdf\x5a\x85\xe7\xcd\x32\xa9\x19\x3b\xdf\x02\x6f\x47\x90\xcd\x6c\x46\x9f\x71\x5e\x9f\x21\x87\xfa\xc1\x3a\xbb\xfe\x10\x12\xa0\x43\xd9\x70\xc1\xc2\x4a\x98\x0d\x42\x82\xbb\x60\x36\x93\x95\x40\x84\x9a\x96\x6e\xe7\x88\x27\xcd\xf0\x3c\x90\x84\x28\x1c\xcf\xa1\x3a\x88\xdf\x1e\x1a\xe1\x98\xd7\xa1\x04\x62\xbd\xd6\x73\x7e\x8b\xdb\x15\xfa\xad\x6c\x87\x0c\x05\x6d\xc0\xcf\x49\x13\xf0\xb0\xe9\xfd\x2b\xc3\x45\xf1\xd0\xb5\xd3\x88\xbb\xcc\x0b\x40\xbe\x84\xaa\x61\x8c\x01\xed\x90\x0d\xdd\xb0\x92\xcc\xe7\x61\xe3\x9a\x63\xc1\x44\x57\x9d\x78\xd2\x04\xd6\xed\xc4\x93\xa6\x8e\xf2\x4b\xce\x0c\x37\x9b\x44\x3f\x91\xed\x16\x10\x48\x59\x99\xdb\xcb\x6a\x68\x1a\x17\x66\x11\x95\x54\x8c\xc2\xe5\x26\x14\x2b\x48\xd6\x10\x58\xd9\xb2\x11\x8e\xa6\xb1\x51\xdd\xb0\x33\x10\x21\x5c\x68\xaa\xec\x65\xdf\x59\x60\x2e\x6b\xdf\x0d\xbd\x5c\x29\xe3\x38\xce\x44\x3b\xa2\x07\x3a\x80\xec\xbb\x0a\x62\xeb\x0d\x31\x44\x3f\x45\x57\x93\x49\xd9\xe8\x12\xb4\x21\x69\x08\x20\xc3\xec\xc5\xb0\x3f\xb6\xc1\xd2\x64\x9f\x5e\x6e\x38\x9b\xae\xe3\x2f\x5c\x29\x09\x20\x02\x7c\x5b\x76\x32\x5e\x77\x36\xa1\x57\xa2\x5d\xc0\x15\xe1\xa2\xd3\xf0\x3b\x4b\x5d\x74\x88\xe7\x94\x5d\x3f\x47\xe7\xf5\xc5\x94\x67\x3c\x88\xcf\xf8\x3f\x26\x6e\x36\x81\x7f\x68\xe2\x66\x13\xe8\xd2\x92\x84\x11\xad\x40\x44\x3b\xf8\xb9\x69\xfb\x2e\x21\xb4\x0d\xd0\x89\x69\x1b\xc2\x66\x3b\x2f\x53\x85\x71\x18\x71\xc5\xc9\x70\x4d\x08\x78\x07\xee\x27\x71\xc5\x19\x60\x83\xb2\x07\xc4\x86\xbd\xeb\xba\xa8\x41\x5c\xbb\x19\x84\x8a\x65\x23\xa6\xd2\x1e\x0b\x2c\x49\x7d\x13\xf7\x9b\x86\xa2\x3c\x7b\x1a\x66\xc7\x7a\x80\xa9\xf6\xb9\x5e\xfa\x0a\xe0\x36\x71\xb9\x09\xfc\x04\xd3\xe4\x14\x38\x22\x67\x1f\x66\x31\xb7\x3d\xc6\x89\x62\x59\xf5\x05\xfd\x13\x4b\x0f\x9d\x4d\x92\x7f\xa2\xab\x83\xc1\x85\xa6\x76\xf7\x9a\x58\x7a\xd3\x33\xf6\xf9\x08\x33\x66\x9c\xec\xbb\xe3\x3c\xc9\x28\xc5\x23\xd0\xf1\x1d\x6e\xd3\x36\x18\x4e\x20\xf0\xb8\xd0\x04\x50\x82\xc4\x85\xa6\x81\x2f\x4c\xbc\x64\x82\x10\x43\xd9\x4f\x71\x90\xd4\x7f\x8f\x3c\x63\x13\xcf\xd7\xad\xc7\x4f\x96\x0b\xdd\x8d\x14\xe3\xbe\x20\x52\x0d\xe7\x7e\x6b\x04\xe2\x5b\x37\x5e\x20\xf6\x89\x21\xa7\xda\x0f\x0f\x7e\xb8\xef\xf8\x57\x62\x90\xc8\xfe\x10\x8c\xa1\xd0\x3f\x00\xd7\xe2\xfe\xbe\xd4\x3b\xf7\xd7\xfe\x6d\x43\xc0\x4a\x1e\x8a\x8e\xe3\x3e\xba\xea\x8c\x8d\x87\x6b\xb3\x8c\x3b\x16\x77\x30\xb4\x6c\x72\x07\xf1\x44\x09\x00\xd2\x89\x27\x4a\xe2\x7b\x9b\x01\xac\x86\x20\xad\x19\x62\x55\x77\xcb\x62\xce\x92\x32\x77\x90\xb3\x8a\x07\x49\x43\xaf\x9c\x78\x8d\x34\x8c\x85\x19\x0d\x11\x9b\xf1\x07\xae\x68\x44\xc4\xcd\x80\x5b\x05\xb3\x98\x41\x7a\xbc\xad\xfc\x52\x67\x16\x60\x6b\xb0\x74\xa4\xee\x22\xb8\xf4\xa4\xee\x1f\x60\x4a\x32\x90\xe9\x89\x4b\x9e\x21\x8b\x0b\x31\x0b\x2c\x17\x44\x22\x48\xdc\x39\x6a\x3a\x21\x50\xdb\x44\x25\xcd\x40\xb1\xab\xde\x05\xd7\x8e\x70\x13\xc2\xc3\x0e\x47\x82\x9b\x47\xaa\x53\xc1\x9d\xa3\xca\xf9\xe1\xce\x51\x93\x0d\x09\x12\x34\x78\x59\x4d\xea\x01\x76\x2d\xe3\x04\x94\x68\x3f\xa7\x56\x0f\xda\x10\xcd\x15\x65\x6b\x86\x80\x3d\xc4\x34\xdc\x2a\x3a\x61\x6d\x32\x48\xd6\xe0\x0b\x41\x12\x90\xc0\xc4\x9d\x61\xa4\x56\x88\x13\x2e\x16\x15\x0f\x89\x34\xf1\x87\x5c\x08\x2e\x16\xad\xb8\xf9\x04\x19\xec\x6e\x88\xe9\xe8\x78\x59\xe3\xf1\x45\x64\xfc\x8f\x97\x89\xf6\x8f\x84\x8a\x8d\x22\x22\xab\x44\x37\x30\xbf\xe3\xbe\x95\x78\x5a\x34\x2c\x74\x89\x77\x45\xa8\x3f\xf8\x3c\x2a\x38\xec\x7a\x4e\x7c\xeb\xa6\x33\x3a\xf5\x29\x07\xc9\x01\x24\xb1\x48\x53\x27\x87\xb7\x44\x12\xda\x28\xf1\x96\x68\x80\x12\xd3\x24\x23\x84\x4c\xce\x44\x27\xaa\x2e\x27\x31\x5a\x28\x86\x64\x91\x6b\x5f\x73\xcf\x6a\x0a\x34\xda\x54\xbd\x1f\xf8\x6d\xf5\x15\xe7\xbb\x84\x70\x01\xce\x93\x24\x10\x49\x72\x24\x24\xc9\x41\xd2\x07\x21\x21\xcc\x44\xca\x48\x92\x80\x74\xe2\xde\x65\xa2\xfb\x24\x39\x4e\x92\x04\xa4\xe1\x3a\x95\x89\x1e\x14\x7f\xc3\xcc\x44\xb1\xce\x39\xc4\x33\xa0\x92\x7b\x34\xf1\x0c\x88\xcd\x3e\x87\x84\x7f\xad\x73\xe2\x9f\x98\x88\x42\x09\x07\xa3\xce\x2f\x0f\xf3\x63\xf2\x5b\xa2\x10\x13\x75\x36\xf3\x20\x1f\x2b\x84\x01\x44\x7f\x05\xa7\x95\x20\xfa\x1b\xf0\x90\x4c\xc3\xb1\xdb\x0f\x58\xab\x70\x6d\xd7\x39\xac\x24\xac\xce\x5c\xa2\x74\x16\xd7\x4d\xb8\x13\x0f\x72\x7e\x49\x79\x58\xb7\x47\x97\x30\xc6\x09\x64\x43\x2e\x3c\x91\x3a\xe6\xd7\x06\xe4\x3e\x67\x2c\x1f\xad\x96\xb6\xc1\xf7\xb6\x5a\x86\xc3\xb6\x7f\xac\xcc\xe0\xea\x92\x3c\x1f\x9d\x80\xa4\x29\xfa\x1e\x8b\xe7\xba\x4d\xf4\xbf\x53\x46\x0c\xe7\x2c\x91\xab\x23\xc9\x3f\x91\x03\xdf\x5b\xcf\xd5\xc0\xf8\xd4\xfb\xa4\x8c\x81\x84\x33\x36\x1a\x60\x5d\xee\x23\xf9\x36\xba\x3a\xc2\x81\x3e\x5b\x42\x3b\x02\x62\x06\x6d\x19\xfa\xb4\x42\xf0\x46\xd8\x9e\x32\x51\x36\x08\x6d\x94\x82\xdb\xd5\xe1\x0d\x1e\xc3\xac\xbf\x8a\x34\x9b\x03\xbc\x11\xfe\x59\x39\x00\x70\xaa\xf3\x18\xbe\x94\xb0\x88\xc3\x50\x36\x2c\xde\x30\x99\x2d\x22\xd5\x38\xb8\xa0\xd6\x7f\x6c\x2a\xbf\x25\x22\x80\x0a\xfa\x71\xba\x18\x2c\x00\x4a\x43\x12\xf9\x26\xc8\xf4\x06\x28\x31\x07\x98\x1e\x5f\x77\x90\xe9\xa9\x82\x9b\xa4\x18\x15\x27\xdd\x1c\x28\x0d\x55\xdc\x83\x22\x6f\xe0\xdb\x92\x04\x16\x55\x02\x4c\x02\x8b\xa6\x48\x35\x5e\x52\x7f\x41\x18\x48\x5a\xd1\xd4\xcd\xcc\x0d\xd7\x1d\xc6\xf9\xa1\xc5\x99\x3b\xc9\x29\xba\x46\x02\x92\x4a\x34\x5c\x3b\x92\xa4\x12\x8d\xf4\xfa\x39\xf5\xea\x87\x20\x4d\xc4\x28\xc2\x0c\x27\xc9\x23\x3a\xd1\x5c\x73\xa2\x63\x23\xa0\x64\xce\xe6\x86\xd0\x5e\xbf\x45\xfb\xe9\x8a\x5a\x8d\x32\xd1\x53\x79\x1d\x41\x91\x07\x11\x2b\x72\x9a\x4d\x1c\x1d\xcf\x34\x59\x2b\x2f\xdc\x84\x1b\xf3\x25\x9b\x1e\x16\x88\xd0\x34\xdd\x17\x6b\x08\xba\xbc\x13\x2c\x2f\x27\xc0\xce\xca\x05\x05\x5d\x9e\x8a\xba\x20\xca\x03\xb7\xb4\x9c\x46\xa3\x70\x0c\x70\x57\x58\x30\x73\x0e\x7d\x4b\x69\x0f\x8c\x45\x5d\xe3\xfc\xf4\x25\x96\xd1\x9f\x71\x81\x26\x5c\x94\x5c\xce\x3c\x58\x4f\xc7\xff\xe9\xde\x98\x3b\xf1\xf3\x88\x1b\x97\xa0\xc8\x9b\xfa\xc5\x69\x44\x62\xe7\x88\x91\x43\x71\x86\x5c\x0e\x41\xda\xb6\x9c\x24\x3d\x26\x54\x4e\x9a\xcb\x81\xe8\xc4\x39\x79\xc4\xaa\xdf\x35\x0a\x31\x0f\x08\x08\xf4\x5e\x1c\xdb\x45\x80\x3f\xd7\xc1\xec\x55\xee\xc5\x25\xdc\x80\x7a\x33\x94\x3b\xe6\x5b\x03\x0f\x73\xbc\x15\xab\xe9\xff\x16\x03\xc7\x78\x50\x4c\xab\x33\x9b\x66\x03\xe3\x52\x4e\x75\xcf\x5c\xee\x89\xee\x99\x50\xf1\x39\x51\x7d\x6c\x9e\x1f\xf3\x34\xb0\x8f\xc7\x06\x90\x98\xb1\x1d\x1b\x50\x9d\x69\x3d\x39\x36\x20\xe4\xc7\x06\xe1\xe7\x7c\x1e\xe4\x48\xc5\xaa\x98\xc7\x6e\x8e\xd1\x46\x19\x3d\xee\x6e\x3d\xe7\x0d\xa2\x72\x60\xe4\x53\x1f\x6c\x2e\x07\xb9\x76\xc0\xea\xa9\x3e\x92\x5c\x0e\x31\xac\xff\x54\x10\x6b\xbe\x87\x61\xbc\x39\xdb\xe4\x72\x08\x25\x87\x03\x03\x9e\x44\xe8\x80\xeb\x52\x15\x40\x8e\x87\x0a\xe6\x2c\x01\xae\x57\xfc\xb8\xf3\xa8\xba\x7b\xd1\x7f\x33\xd3\x17\xdf\x6d\x3e\x56\xcc\x9d\x68\x2c\xea\xa7\x0f\x93\x18\x73\x37\x0f\x8c\x34\x8b\x73\xfd\x05\x31\x3b\xba\x7a\x1d\x7e\x24\x92\x1d\x91\xe7\x30\xe3\x50\xb5\x5e\x25\xa0\xf5\x86\x13\x61\x20\x24\x2c\x50\x46\x3f\x70\xc6\x95\x2b\x3a\x52\x25\x20\x13\x25\x7a\x2d\xa0\xcd\x3c\x10\x49\xd2\x6f\x61\x3d\xf4\xd5\x3f\xc0\x8d\xe1\x0b\x96\xc7\xd0\x77\x8f\x09\x69\x7e\xe7\x75\x3c\x86\xc8\x7d\xc6\x80\xa5\x06\x74\x7c\x1e\x70\x6c\xbb\x9b\x80\x7b\xc6\x70\x33\x0d\xe1\xe2\xa2\xa2\x3f\x90\x90\x1c\x5f\xdc\x7f\xfa\x39\x34\x4e\xf0\x5d\xe0\x24\x5a\xc1\x48\x6c\x91\xea\xe4\x0e\x53\xf6\x43\x20\x0f\x83\xee\x79\xe8\x2e\xe3\x54\xf1\x5d\x71\x60\xd6\xe3\x64\xff\x1d\x8a\xdb\x8c\x4c\x96\x81\x1b\x38\x9e\x5b\x7d\x06\xf5\x8f\x8a\x60\xd6\x87\x57\x19\x88\x44\x1e\x00\x29\xc1\xa2\xe5\xf1\x80\xec\x9e\xb6\x37\xd5\x9f\x6d\x5e\x5e\x68\xca\x2f\x71\xda\x20\x6c\xc7\xab\x33\xb7\x65\x38\x57\x0f\xec\x8b\xfe\x92\x83\x73\xea\x1c\x0f\x81\x39\x8d\x59\x5f\x2c\xe3\xd7\x99\x96\x09\x8c\xc8\x85\x3e\xf1\xd8\x68\x10\xb0\x53\x98\x09\x73\x39\xcd\x01\xca\x7e\x9d\x88\xed\xb8\x84\xe5\x59\xb0\x80\x73\xc0\x4f\xbc\x34\x54\x3b\x80\xd6\xcf\x40\xf4\x3e\x9b\x1e\x15\xf4\x69\x66\xee\x6a\x3d\xd9\xab\xe0\xec\x4f\xe3\xce\xfb\x2d\x5e\x7d\x9c\xb0\x53\x14\x3f\xc0\xdd\x34\xa9\x87\x06\xa7\x13\xa3\x4b\xeb\xb6\x01\x86\x50\x2d\xcb\x79\xd0\x27\xba\x31\xa0\x2b\x79\x2a\x75\x70\xb6\x4f\xb0\x8f\x24\xe0\x4d\x93\x6e\xc8\x7d\x9e\x9c\x55\x12\xee\x24\x39\x33\xaa\xf0\x01\x72\x63\x44\x38\xfe\x01\x34\x86\x47\xf5\x9c\xfa\xd5\xd2\x27\x00\x63\x0d\x0f\xe4\xc0\xe8\x1a\x81\xc8\x75\x91\xaa\x5f\x4e\x30\x55\xe1\x98\x09\x4b\x3f\x1c\x27\x51\x94\xc3\xf5\xc4\xaa\x58\x5d\x87\xd3\x4c\x65\xd6\xa3\xe2\x70\x4d\x2e\x93\x12\x53\x2f\x48\x98\xc7\xff\xd4\xf7\x73\xb7\x4d\xd0\xa7\xf5\x1a\xb1\x58\x07\xe0\x51\x4a\x1a\x20\xee\xbb\x06\x92\x93\x50\xf4\x4a\x14\xe4\x7e\x68\xd5\x7e\x30\xcc\x10\x5a\x2a\xcd\xa9\x40\xc6\xad\xbc\x70\x21\x53\x8d\x73\x61\x95\x96\xf0\x5f\xf8\x57\xaa\x9e\xba\x8a\x92\x18\xbf\xc5\xa0\x82\x1f\x6b\x5e\xa8\x80\xe4\x80\x2f\xfc\x8e\x71\xb5\x4a\xf3\x19\xb4\xf1\x4b\x9d\x19\xc9\x0e\xfa\x6e\x67\x00\xf3\x64\x71\x2f\x0e\x14\x61\x61\xf2\x92\x4a\xb2\x78\x26\x26\x20\x04\x75\x9a\x8c\x60\xb7\xcd\x07\x88\x65\x12\x3a\x10\xc3\x61\x80\x52\xef\x00\x4d\xf3\x02\xbc\x4a\x7c\xb2\x14\x69\x4e\x60\xc7\xfc\x10\xe5\x1c\xf6\xcb\xa4\x27\x6c\xf8\x65\x1c\xb5\xaf\x1e\x3d\x8a\xdf\x25\x5e\x94\x96\xa3\x0b\x6b\x88\x26\xdf\x4b\xf7\x0c\xc4\x61\x73\x0f\xc8\x01\x5c\xe8\x4e\x84\x21\x5c\xea\x4e\xdc\x04\x95\x95\x9b\xf5\x70\x1b\xe8\x48\x40\x7f\x2f\x66\x7b\x95\x6f\x75\x45\x96\x45\xe5\xf3\x2d\x5f\x65\x2e\x04\xb9\x07\x2a\xee\x58\x79\x21\x36\x12\xa4\x32\xc9\x31\x50\x89\xb0\x90\x17\x16\x5e\xe2\xe9\xe7\x4d\x28\x1e\xf5\x0d\xf7\x06\x4a\x1a\x76\xfd\x26\xe9\x06\x91\x23\xf2\x36\xc3\x0f\x1c\xed\xbd\xf1\x22\xa2\x3f\x23\x3f\xc1\x50\x51\x7b\x23\x36\xfa\x98\x98\xab\x80\xf0\x4a\x79\x63\x1d\x76\x5f\xc8\x4f\xd0\x5d\x67\x11\xdf\xc4\xf4\xca\x1b\xdd\x24\x19\x84\xf2\xf6\x15\x0f\xdb\x9b\x85\x3a\x28\x63\x3c\x80\xa8\xdf\xc5\x43\x4d\xfb\x62\x74\x15\xeb\xb5\x9c\x5a\x46\x49\xcd\x7a\xde\xc5\xf3\x43\x3f\x38\xd3\xcb\xbd\xdd\x05\xce\x8f\xcb\x74\x63\x6c\x50\x77\x75\x7f\xfa\x48\xfa\xc1\x12\x0d\xe2\x3e\x6f\xdd\xd5\xe0\x60\x6e\x43\x65\x3b\x06\x02\x89\x0a\x7b\xb9\x31\x1e\xe4\x57\x6e\xec\x0b\x73\x24\x64\x10\x8e\xfe\x79\xc3\x01\x68\xb0\x21\xa7\x42\xd5\x98\x74\x77\xd5\x1a\x6b\x1f\x6f\xac\xc6\xd5\xbd\x30\x3c\xb6\xe3\x41\xd4\x55\x4c\xbe\x51\xfa\xab\x97\x05\x10\x1e\x72\x21\xf7\x47\x08\xa9\x4f\x70\x63\xb6\xc7\xb2\x5c\xdc\x8b\xe4\xec\x41\x80\x6f\xa2\x6f\x7c\x63\x4b\x83\x12\x5a\x56\x44\x65\x4d\xe4\x80\x11\x69\x6f\x38\x60\xbc\x25\x12\x20\x77\xc5\x8b\x22\x6f\x12\xfd\x28\x4d\x91\xd7\xa1\x49\xe4\xcc\xeb\x80\x6f\x69\xde\x8a\xcf\x3c\xc8\x37\x04\x12\x44\x7f\xde\xf8\xfc\x76\xcf\x0c\x16\xc3\xb4\xff\xd3\x30\x5c\x7c\xf7\xd4\x89\xdc\x7a\x60\x56\xee\x97\x58\x52\x1e\xed\x5b\x7f\x4c\x88\x1c\x39\x21\x42\x64\xc2\x7d\x9a\xac\xd8\xfe\x51\xbf\x70\xbf\x00\x84\xa7\x16\xf0\x5b\x2e\xd9\xfd\x25\x3a\x4f\xf1\x5e\x10\x41\xa3\x3a\xc7\xdb\x04\xce\xbf\x14\x33\x41\x88\x77\x2f\x9f\xc9\x26\x70\xc5\x49\xd0\xe2\x4d\x22\x74\x63\x0c\x28\x0e\x1c\xe4\xb8\x9c\xd9\xfd\x88\x2f\xb1\x1e\x11\x06\x0a\x7e\x3f\x9a\x58\xfd\xed\xc5\x24\xac\xc7\x64\x0d\x71\x22\x79\x44\xd3\xca\x29\xfa\x5b\x3d\xd0\xb3\xc1\xcd\xb0\xa8\x0f\x79\x39\x71\x2b\xca\x47\x23\x01\x9b\x63\xd2\x87\xc1\xa2\x92\xf4\x21\xe5\x9c\x1e\xb8\x07\x5f\x35\x51\xe1\xc4\x45\x4b\x90\xe0\x81\x67\x43\x82\x04\x4f\xf5\x2b\xcf\x67\xe9\xab\x94\x11\x39\x79\x39\x40\x76\x77\xcd\xe3\x8f\x91\x2c\x6c\x8f\xd2\x5f\x3d\x1f\x48\xed\x24\x96\x7a\x82\xd4\x0e\x1c\xee\xf3\x69\x18\x3c\x1c\x3f\xe1\xb1\x71\xad\xc9\xa7\xe9\xbb\x17\x94\x11\xd5\xe1\x38\x1f\x14\x9d\x20\xeb\xf3\xe9\xea\xc6\x2c\x23\x6e\xc0\x55\x88\xce\x26\xea\x6c\x92\x24\xa2\x0b\x61\x78\x4c\x6e\x32\xac\xd7\x74\xcf\xd8\x42\x22\x6a\x99\x57\xdf\x7a\xf4\x9d\x78\x0f\xe4\x63\x1c\x79\xd7\x3c\x51\x0a\xb3\x77\xcf\xf0\x65\xa5\x4f\xe2\x63\x75\x7f\x0b\xe7\x11\xce\x1d\x47\x7c\xc5\x25\x10\xdc\x9d\x88\xaf\xf9\x90\x50\x5a\x7c\xd2\x33\xd1\x9b\x72\x06\x44\x76\x6b\xe5\x7c\x85\xc9\x60\x50\x01\xf4\x9b\xe2\xf9\x8c\xe9\xaf\x6e\xe6\x55\x29\xcc\x7c\x5f\x39\xb0\x62\x19\xfd\x1f\x7b\xfd\x6a\xd9\xe4\x5c\xbd\x66\x5e\xb7\x7d\x18\x48\xb1\x51\x06\x17\x05\xc7\x0c\x58\xb7\x8b\xb1\x7b\x85\xae\x4c\xeb\x0d\x36\x60\xbd\xd1\x3a\x82\x32\x21\x83\xfc\x2e\x01\x09\x14\x21\x01\xe8\x36\x02\x09\x24\x71\xf3\xbb\x1c\x18\xb1\xf2\x2b\xa0\xe5\x04\xac\xdb\xc8\x5a\x96\x00\x74\x2b\xd9\xdc\xf3\x9d\x26\x85\xa1\x9f\x89\x8e\x13\xc6\x01\x80\x6e\x05\x58\x9e\xc4\xbe\xef\xe2\x2f\x89\x7d\x1f\xdf\xba\x2d\x62\x33\xe4\xec\x5f\x88\x8a\xcc\x05\xa0\xdc\xaa\x71\x8e\x30\xf6\x41\xd4\xd6\x7c\xbf\xb8\x7d\xfc\x16\xe3\x04\x61\xbf\xf3\xfd\x74\xc3\xcc\x8b\x70\x5e\x0d\xc2\xf6\x82\x03\xf3\x61\x79\xe1\xcc\x00\x90\xe7\x8b\x8b\x63\x75\x6c\x1a\x2a\x60\x16\x04\xe8\x86\xfb\x68\xa8\xfb\x62\x59\x95\x14\xbf\x45\xac\x96\xd3\x02\x94\x1b\xbb\x63\xc3\x05\x8b\x70\x5e\xf9\xbe\xe4\x48\x75\xfc\xaf\xe3\xd9\x7f\xf7\xf7\x63\x33\xa8\x40\x6c\x94\xf1\x4c\xda\x7f\xe5\x9b\x39\x36\x20\x06\xc4\xe5\x1a\xa0\x77\x83\xa8\xa1\x43\xf4\x2e\x11\x0a\x06\xe8\xdd\x8a\x2f\xe4\xd8\x00\x3d\xe2\xb6\x31\x36\x39\x80\x75\x29\x07\x88\xdd\x8a\x97\xfe\xd8\x08\xdf\x01\x2c\x62\x80\xde\x0d\x30\x6a\x63\x43\xf4\xc0\xfd\x69\x2d\x09\xfd\xf0\x5b\x0e\x38\xfa\x8f\xb1\x55\x23\x4c\xda\x06\x71\x6c\x11\x98\xb1\x19\x65\xc3\xef\x42\x18\xd0\xbd\x8d\x8d\xcc\xd3\x28\x25\xc7\x86\xd5\x83\xe8\x18\x03\x60\x6d\xc7\x71\x7c\x6c\x5d\xe0\x2b\x63\x00\xc9\x0e\x24\x61\x6c\x9a\xcd\x93\x6f\xa5\xc1\x28\x19\x8f\xce\xc1\xc3\x32\x30\x8a\xc9\x3a\xa4\x7a\x02\xfa\x24\xcc\x36\xfe\x83\x63\xc3\xe4\xce\xa5\x1f\x1b\x0a\x68\x8c\x1f\x63\xc3\xe0\xd1\x5c\x37\xdc\xae\xc0\x78\x8d\x6d\x10\x26\x65\x71\x00\x63\xd3\xd2\xb7\x5b\x36\xc1\x32\xe3\xff\x92\x4a\x58\x4f\x2c\xfe\x9d\xf1\xe3\x0b\x09\x32\x7a\x10\x1f\x3f\xc3\x75\x46\x54\x01\x6c\x39\x00\xe8\x56\x62\x59\x8d\x8d\x17\x1a\x31\x7f\x6c\x28\xbb\xc1\xb4\x8d\xcd\xf0\xdb\xee\xcb\x41\xc0\x00\xe7\x7e\xe0\x40\x1f\xf4\xcf\xcb\x8d\xe3\xfe\x20\x6e\x7e\x54\xdb\xf0\x72\xa3\xdb\x1b\x1b\x06\x18\xcc\xe9\x63\x33\x6d\xde\xa4\x0d\x38\xb3\xe1\x77\x8d\x0c\xec\xba\xe1\xc9\xd1\x6c\x8f\xab\x15\x8f\xc6\xd8\x6e\xf4\x82\x95\x3e\xc9\xaa\xde\x3d\xc8\xf8\x36\x0e\xd7\xf0\xd1\xc3\x80\xbd\x7b\xd0\x05\x7a\x36\x00\xf1\x82\xb1\x1b\x1b\x8f\x24\xc0\xce\xb1\xbd\x80\x99\x77\xd6\x93\x98\x76\xb8\xe5\x8c\x7d\x73\x4d\x82\x32\x88\xf5\xaf\x8c\x87\xc7\xba\x7c\x63\xdf\x70\x58\x5f\x1c\xe7\xd8\x37\x8c\x1c\x9c\xc9\x9d\xf8\x76\x44\xbb\x1d\x3b\x67\x9b\x48\xb3\x03\xd0\x6f\xf5\x2c\x11\x07\xbf\x02\x20\x1f\x7b\x11\x52\x44\xff\x45\x49\xc0\x7a\xb9\x19\x7e\x8b\x5b\x54\x67\xcd\xf7\x6a\x32\x94\x8d\x32\xba\x58\xee\x20\x61\xe9\xfb\xb0\x9f\xa6\x7e\x74\xad\xf3\x8e\x57\x07\x98\xb0\x41\x58\xfa\x40\x89\x3f\x00\xee\x76\x2c\x83\x03\xe0\x6e\xe3\x51\x1d\xbf\x85\x96\xa7\x9c\x12\x0c\xfa\x4f\x80\xd0\x1b\x7d\x12\x9b\x0d\x6b\xe3\xd8\x79\xf4\x88\x41\x38\xf6\x94\xf1\xb1\x0d\x9e\x01\xfe\x96\x80\x0a\x78\xab\x8c\x7d\x11\xfb\x8a\x07\xc9\x00\xd0\xdb\xf0\xaf\x1c\xbb\x51\x69\xd6\xc3\x32\x08\x0f\xdf\x09\xa9\x3e\x76\x1e\xba\x70\x9d\xb1\x56\x13\xec\x72\xec\x66\x0f\x1b\xf4\x83\x67\xc6\x92\x46\x7e\x41\xcc\x76\x30\x25\x80\x4b\xc7\x8e\xe2\x15\xaa\x3d\x76\xd8\x4b\x00\x7b\x83\x78\xf1\x01\xcb\x37\xf6\x53\x37\x15\x26\x84\x12\x96\x14\xf6\x63\x87\x8d\x24\x7e\xd8\xd8\xc1\xa8\x55\x27\x47\x48\x6c\x70\x45\x63\xbf\x8c\x41\x6f\x1b\x74\x66\xc9\x62\x60\x8e\x6e\x6e\xe0\xad\x5b\x0e\xfd\x3f\x8a\x1e\xf4\x63\x7e\xc6\x8d\x6f\x19\x52\xc6\xfe\x35\x06\x70\x90\xf7\x07\xf9\x7b\xe3\x5b\x00\x7d\x41\x91\x8f\x1d\x07\xdc\xe9\x82\x69\xb2\xee\x2c\x12\xe9\xe0\x8b\x1b\x02\x77\xb8\xd9\xbf\x71\xe7\x2b\x7d\x12\x87\x09\x37\x9b\x51\xc8\xf8\x4e\x98\xed\x41\xdc\xf9\x3e\xbf\x7a\x2e\x0d\x1b\x58\x8c\x22\xb1\x5e\xac\x61\xdc\x79\xf4\x37\xc3\xb8\xf3\x84\xb5\x19\xc4\x94\xef\x95\xc3\x5e\x84\x9c\x30\xdf\xb2\x6b\x4d\x4b\xca\x10\xdd\x62\x19\x91\x16\xe2\xfa\xc5\x97\xe7\x50\x00\x2a\x4e\xb0\x44\xa3\x60\xa8\xc0\xf2\x35\xca\x67\xa8\xa0\x7f\xa2\x8d\xa0\x07\x1a\x80\x87\x1b\xba\xb4\x51\x2a\x97\x95\xb5\x2d\xea\xb4\x20\x30\x82\x84\x09\x3d\x3e\x0a\x20\x4f\xb8\xbd\x01\x48\x38\xb0\x66\x0e\x40\xbf\xe9\x43\x57\xb0\x80\x93\x98\x63\x14\xd0\xee\x18\x7b\x06\xf1\xe2\x2b\x3a\xb3\x51\x7c\x34\xec\x33\xd5\x9d\x30\xaf\x0f\xdc\xcb\xbc\x88\x23\x0f\x16\x6a\x14\x43\xd6\xb8\x86\x38\xdc\xc3\x19\x8f\x32\x04\x18\xd3\xff\x50\x9c\xb1\x5e\x3d\x28\x7d\xea\x28\xcf\x3e\x16\x1c\xdf\x09\x31\x3e\x0a\x5c\x51\x75\x7d\x8c\x43\xe6\x77\x51\x5f\x48\xc0\xca\x07\xf7\x60\xdd\xcc\xb5\xca\x19\x28\x64\x82\x27\x58\xe4\x00\x3c\xdc\x77\x7f\xab\x97\x06\x8f\x67\x31\x24\x0e\x77\x47\x50\x31\xc6\x95\x61\x38\x79\x12\xa3\x8c\x82\x25\x14\xeb\xe1\x28\xa7\xc6\x1e\xdb\xf8\xe0\x33\x06\xdc\x9f\x36\xe7\x7e\x6a\x9c\xb0\x1e\x09\xc7\xbd\x36\xa0\xea\x57\x36\xc9\x33\xed\x6f\x0c\x30\xb6\x87\xbb\x9a\x9e\xb1\x5b\xd7\x2c\xbe\x4b\x16\x79\xc0\xa8\xa3\xa8\xdf\xe5\xde\x11\x06\xbe\x02\xfd\x18\xe5\x7b\x4c\xec\x13\xb1\xd7\xf6\x58\xe7\x9b\x6b\xc2\x63\x32\xfc\x16\xc9\xab\x49\x44\x3c\xca\x63\x94\x1c\xd6\x87\x58\x68\x9b\x6b\xfb\x62\x0c\xb0\x7f\xb0\x9b\x01\x4d\xf8\x42\xbf\x2f\x31\x76\xd4\x8d\xe8\xd0\xd0\x96\xba\xe1\xe9\xc2\x43\x54\x81\x74\xad\x7b\xf4\x0b\x62\x56\x01\x7c\x12\xfd\x61\x10\x3b\xbe\xc9\x5d\x55\xb9\x2b\x2e\x56\x35\x8a\x29\x07\x44\xd4\x33\xb1\xcd\x06\x71\xe4\x3b\x3e\x9b\xa3\x56\xc5\x9f\xa0\xcc\xcb\xcd\xe6\xd4\x6a\x2a\xb2\x4e\xd9\xb4\x5e\x0c\x1c\x6c\x16\x78\xa3\x51\xab\xa9\xb3\xe8\x87\xcb\x04\x56\x66\x54\xc3\xb9\x6c\x96\x51\x50\x42\x30\x2a\xae\x29\xdf\x98\xc1\x6c\x91\x09\x7b\xd4\xee\x62\xd3\x3f\x8a\x60\x2c\x8f\xa3\xa6\x01\xf8\x68\xaf\x23\x7b\xb1\x8c\x02\x97\x8d\x32\x46\x7c\xf8\x5b\x5c\x44\xe4\x0c\x40\x3a\x77\x42\xe8\x0c\xd1\xcd\xb8\x09\x0d\x10\xcd\x1d\xf1\x61\x54\xc2\xaa\xec\x6e\x08\x31\xcc\xc0\xc6\x0d\xe3\xbc\x83\x22\x1f\xc4\x79\xef\xdf\x98\x8d\x1c\x61\x1b\x1e\x07\x22\xb5\x8e\x8a\xd2\x16\x30\xea\xa8\x4b\x34\xa8\x5e\x26\x81\xca\xdd\xb1\x01\x32\x04\xf1\x3d\xaa\x99\xaf\x78\x70\xaa\xe9\xee\x5c\x2b\xf2\x19\xc8\x01\xd7\x1b\xff\x56\xb8\x0a\x80\xc4\x1d\x11\x72\xd4\x47\x85\x3b\xbf\xc5\xff\x8e\x6c\x3c\xa3\xbe\x58\x9a\x20\xc0\x95\x2c\x40\x28\xeb\x47\x7d\x7d\x94\x68\x4f\x60\x3e\x09\x2d\x60\xe3\xc0\x3a\x36\x00\x1b\x77\xbc\x04\x06\xa0\xe2\x04\x5e\x31\xda\xa6\x3f\x60\x52\x46\xd4\x62\x5f\x1a\xd1\x1c\x70\x8d\x1b\xc4\x94\xcf\xfe\x95\x09\x53\xc3\x8b\xde\x80\x84\xe0\xd3\x37\x8c\x11\x2f\xf1\x6e\xd5\xf0\x32\x96\xd1\x63\x41\x74\x1b\x79\x0b\x08\xf0\x37\x5a\x33\x76\xd7\x1a\xbf\x20\x5b\xf4\x37\xa3\x69\x1d\xe6\xac\x36\xa0\x49\x58\xed\x47\x13\x12\xd2\xac\x27\x9e\x3e\x84\xbf\x69\xf4\x62\xfd\x1b\xb9\x4a\xe5\xa2\x00\xc4\xf6\xe1\xd8\x8c\x25\xc6\xbd\x30\x9c\xbc\x8f\x61\x23\x10\x24\xfa\xbf\xd1\x26\x2e\x49\xec\x4b\x23\x64\x75\x3a\x47\xc2\x54\x57\xeb\x0f\xf4\x91\x10\x92\x26\x4e\x0e\x4e\xb4\x41\xf0\xa6\x6b\x7b\xc2\xa5\xc1\x38\xb4\x93\xfd\x65\x5f\x00\xa6\xe6\x70\x0d\xb5\xea\x72\x4e\x1a\xfe\x9e\x64\x64\x1f\x84\x8a\x4f\xac\xc6\x03\xf0\x6a\xc7\x73\x62\x34\x92\xd4\xec\xae\x27\xf1\xc6\xba\xfd\x5f\x10\x4e\xfb\xbf\xb5\x0e\xd3\x0f\xea\x29\x89\x16\xa1\xdc\xfb\xee\xdc\x81\x17\xe1\x21\x34\x08\xe5\xde\x7d\xdc\x1a\x30\x22\xef\x14\x18\xd3\x86\x3e\x72\xf4\x5d\x17\xc4\x46\x19\x43\xc5\x57\x86\x61\xd9\x2c\x03\x47\xfa\x35\x67\xd6\x4d\x13\xd5\xfd\x08\xe2\x12\x03\xe9\x82\xe2\x8a\x65\x9c\xb9\x59\x60\x80\xa9\x49\xfc\xfa\x01\xe8\xb4\x93\x1c\x78\x74\x5c\x8c\xf0\xe9\x1b\xc4\x82\x4f\x37\xb6\x23\x36\xa2\xb8\x1f\xc6\x73\x27\xf8\xdd\xe8\xcd\xa8\x0d\xf4\x83\x6e\x09\xbd\xd7\xe8\x1f\xd1\xea\x94\x55\xce\x52\xee\x88\x30\xcd\x32\x98\x27\x88\x8a\xf1\xd9\xc3\x45\x22\x2c\xcf\x1c\xf4\x0f\x22\xdb\x57\x04\x80\x68\x53\x54\x31\x56\x3b\x50\x94\xd1\x07\x78\x2f\xc7\x63\x2c\x75\xc4\x22\x40\x9b\x41\x58\xeb\x01\x68\xb3\x82\xbc\x1e\x1d\x1f\x37\x0f\x3e\x31\xd3\x3b\x4a\xde\xd1\x79\xc5\x77\xd7\xc4\x7c\x7f\xc3\x32\x96\xc1\xdd\x32\xc4\x0c\x71\xde\x18\xe8\xd5\xf1\x83\xaa\xc6\xf1\x7a\x74\x38\x60\x42\x17\x8f\x6e\x60\x3b\xfb\xe7\xa0\x61\xc1\x1c\x80\x30\x9b\x9c\x50\xc7\x4d\x48\x71\xd2\x10\xe6\x1e\x7c\x40\x98\x41\x50\xc8\xd1\xc1\x33\x35\xbf\x8b\xaf\x25\xce\xd9\xa3\x6b\x99\x4a\xcb\xbe\xb2\x7c\x4b\x82\xc7\xc3\xd5\x1f\x0f\x2c\xe3\x7f\x25\x06\xf4\x03\x47\x8b\x1e\x6e\x74\x20\x06\x38\xee\x0f\x42\x92\x57\x1c\xb8\x47\x20\xca\x11\x32\x7c\x10\x9e\xbc\x01\x88\x1d\x86\x27\x07\xfa\x31\x42\x77\x23\x2e\x47\x08\x8d\xe1\x91\x89\x5d\x98\x8f\xf5\x88\x36\xf6\x83\x9a\x42\x8e\x36\xc8\x50\x04\x64\x60\x00\xb6\x4c\xb2\x8f\x8f\xc0\x9f\x17\x5d\xce\x08\x1d\xeb\x19\x7f\xa0\x63\xdb\xbf\x36\xba\xf4\xd0\x67\x17\x9a\x64\x19\x22\xfa\x95\x25\x0c\x8c\x27\xf4\xf7\xa4\x1f\xdc\xc3\x88\x70\x31\x42\x31\x8a\x33\x19\xa8\x02\x14\xbd\xc1\x44\x86\x1c\x79\x00\x5f\x92\x68\xc5\xa1\x71\x82\xf5\x39\x84\x21\xf0\xdb\x4b\xc3\x0c\x6d\xb0\x8c\xa3\x04\x1f\x71\xcb\x14\xd0\x06\x77\x2f\x09\x06\x78\xc7\x18\xb6\xbf\xc5\x96\xf1\x2d\xe0\x21\x00\xb0\x47\x20\x99\x90\x65\x6b\x88\x41\x4c\xee\xd1\x17\xb1\xb9\x59\xd6\x1f\xd3\x32\x52\x10\x1c\xbf\xd1\x9b\xc9\xac\x3f\x12\x51\x9a\xc0\x09\x23\xd9\x0b\x20\x45\x23\x81\x78\x28\x06\x12\xcd\xb8\x02\xb1\x19\x89\xae\x17\x7c\xe4\xc8\xae\xd5\x92\x36\xdd\xbb\xbf\xf6\x25\xe5\xe0\x91\x1c\x92\xd0\xe6\x84\x2a\x1f\x09\x22\x82\x84\x41\x23\x0d\x4f\xce\x39\x4c\xc4\xde\x35\xce\x5f\x10\xb3\x34\x69\x02\xec\x7a\xc2\xba\x63\x96\x1f\xf9\x85\xdd\x58\x0b\x96\x72\x1b\x2e\x86\xee\x4f\xb0\xfd\x89\x45\x83\x7c\x8e\x23\x0d\x6b\xe3\xa0\x1e\x31\x61\x96\x11\xb5\x38\xf8\x80\xfa\x02\x7c\xcf\x48\x92\x71\x80\xdc\x1f\x89\x9f\x9d\x1c\x4f\x8a\xbf\x71\x61\xd8\x04\x12\x6a\x8c\x01\xfe\x06\xb3\xf3\x18\xbb\x2e\x22\xeb\xd0\x0d\xb3\xbb\x70\x99\x86\x11\x28\xb8\xdc\xa3\x4a\x0c\x06\x65\x7c\x2a\xab\xf5\x46\xa6\x58\x73\x21\x22\x6e\xca\x85\x0c\xfc\x2e\x5d\xf8\x81\x7f\x25\x20\xc6\x31\x80\x06\x48\x20\x07\xdc\x9e\xdc\xd8\x30\x80\x23\xdc\xd5\xc0\x9f\x4e\xc2\x36\x3e\xbf\x4b\xfa\x04\x14\x5a\xd9\x10\x01\x84\xa0\xd7\xc7\x80\x1b\xf8\xda\x90\x38\x83\xa8\x16\x63\x98\xef\xd2\xef\x7e\x98\x30\xc6\xb9\x38\x83\x8e\xc3\xee\x18\x28\xb2\xc9\x2d\x38\x06\x31\xd2\x48\x56\x32\x06\x1c\x67\x75\x4d\x86\xe2\x06\x6d\xd8\x5f\xb2\x2a\x8d\x81\x3e\xa3\xb9\x26\x66\x3a\x67\x2f\xc0\x17\xe6\xd7\xa7\x09\x5d\x1d\x03\xca\x7d\xb9\x19\xf0\x85\x49\x1e\x82\x31\xa6\xd1\x46\xf8\x2d\x8e\xf2\x58\xd9\xc6\x38\x55\x76\xf3\xdb\x4b\xa3\x0b\x6d\xbe\x48\x10\x96\x89\x4e\xe2\x5e\xe8\xb2\xd2\x2c\x77\xb8\x2b\xc6\x09\xf2\x7d\xba\x2f\xe4\x97\xc4\x12\x3d\x06\xc4\xf8\x1b\x27\x8e\xef\xc5\xf3\x80\x51\x4a\x0e\x1b\x0c\x62\x07\xeb\x36\x86\x39\x25\xed\x07\xbf\x4e\xb2\x90\x8d\xa1\xbb\x1a\x8f\xf6\x84\xb8\x82\x70\x1f\x73\xc7\x2a\xcd\x23\x66\x94\xda\x0e\x61\x98\xe4\x6f\xc0\xb0\x31\x26\x97\x9b\x30\xe7\x63\xea\x28\xcf\x03\x3e\xf5\xe5\xe4\xee\x80\x53\x4c\xb0\x89\x63\xa2\x0f\x26\x12\xca\x98\x00\x8c\x81\x75\x8c\x59\x7d\x0c\xd7\x5e\x80\x47\xac\xc0\x73\xc6\xc4\x95\x0b\xcb\xfe\x98\x06\x00\x85\xbb\x9a\x38\xb2\xfb\xc0\x4e\xdd\xa5\x10\xc9\x27\xa2\x3a\x46\x94\x31\xcd\x52\xe5\x6f\x39\x03\x38\xee\x8f\x39\xf4\x2c\x61\x0c\xe8\x6b\x81\x59\x8d\x39\xc4\xa5\xf1\xdb\x81\x9e\x0f\x69\x0a\xec\x60\x73\xaf\x27\x31\xed\xf0\xc1\x1c\xd3\x80\x8f\x10\xb3\x89\x5e\x16\x27\xf5\x31\x0f\x01\xcc\xcc\xe5\x40\x3f\xed\x77\xb1\x90\xaa\x7e\x99\xa7\x3a\x45\xeb\x7d\x90\x69\x4f\xf4\x10\xb9\x5e\xb0\x7d\xb5\xb9\x3e\x8f\x81\x2b\x98\xcb\xab\x11\xe2\x57\xd0\x8c\x31\x09\x89\x83\x9b\xca\x38\x74\x6f\xe0\x65\x22\xa2\x6c\x80\xd4\x1e\x07\x54\x1b\xf7\x9b\x21\x90\x8f\xe8\xa3\x83\x48\xb3\x5d\x59\xf9\x20\xd9\x07\x31\x96\xc6\x01\x18\x55\xa2\x42\xd4\xd9\xc4\xeb\x7e\x1c\xbb\x11\x41\xf9\x16\x00\x3f\x39\x8c\x63\xd7\x42\x44\x3f\x60\x9b\xf6\xaf\x5e\xdd\x80\xbf\x05\x9a\x01\xc1\x20\x02\x6d\x05\xd7\x35\x8e\x62\x60\x3b\xbe\x05\xd8\x15\x88\xc1\x38\x4c\x5b\xcf\xc5\x12\xf8\xa7\x02\xf7\x30\x28\x24\x1b\x0b\x08\xb0\xfe\xd6\x06\xdc\x8f\xdf\xad\xbc\x7c\x5c\x94\x83\x20\x8f\xe0\xb4\xc6\xd1\x7d\x59\x07\x65\xd2\xa7\x71\x81\x0e\x88\x96\x3a\x80\x03\xf0\x2a\x98\xa7\x71\x10\xcc\x11\x18\xc5\x00\xb7\xd7\xc3\xf5\x81\x68\xe1\xe7\x38\x8e\xf0\x80\xd8\x06\x42\x08\x61\x3e\xb0\x42\x7e\xeb\x46\x24\x05\x72\x62\x8e\xc3\xa4\xbb\x1c\xfc\x23\xd5\xc7\x58\x8f\xd7\x02\x07\xea\x48\x2f\xb1\x65\x14\xc1\x7e\x0b\xae\x42\x25\xf8\x41\x30\xc7\xe1\xbc\xc0\x4e\x81\x8d\x1b\x07\xf1\xde\x88\x8e\x31\x88\x82\x1b\x12\x69\xf0\x7c\xbd\xda\xbf\x29\x09\x77\xeb\x15\xf1\x58\x73\x2c\x74\x24\x2b\x19\xc7\x21\xec\x82\x35\xd4\x20\xe1\x3a\xe0\x1b\xa8\xf8\x7c\xc0\xa9\x6c\x69\x3d\x99\x97\xc2\x7a\xdc\x60\x1c\xbf\x9c\xae\xe7\x53\xc0\xad\x6d\xc8\xea\x23\xa7\x78\x9c\x38\xb8\xef\xd6\x83\x7f\x72\x0d\x4f\x8c\x55\x5f\x3d\xba\x4f\xb8\xcf\xe3\x14\x56\xc3\x7c\x09\xd4\x48\xe8\xaa\x01\xbe\xb0\x13\x41\x63\x88\x29\xd4\xd0\x72\x08\xac\xdd\xac\x37\xc8\x81\xbf\x25\xcc\x14\x0f\xf8\x41\x34\x54\xac\x90\xe3\x30\xab\x3d\x17\xdd\xc8\xbd\x1a\x24\x0e\x45\x7e\x88\xd0\x61\xca\x37\xd7\x10\x90\xad\x86\x99\xe3\x31\x9e\x1f\xfd\xa3\x03\x4e\xe7\xfe\xe8\xa5\xc1\x9a\x3c\xc2\x2b\xac\xc7\xfb\xc4\x73\xfb\x92\x7f\xd3\x71\x12\x8b\x1f\xcc\xdf\x38\x88\x2d\x87\x8f\xf0\x38\x5e\x62\xd7\x41\x30\xc0\x20\xf6\xe9\xbd\x00\x3a\xe4\x1d\x3f\x37\x83\x75\x76\xca\x66\x64\x1a\x94\x31\x02\x6d\xd6\xcb\xd9\xef\x94\xb5\xde\xae\x31\x9c\x18\x05\x95\xa6\xce\x1d\x4e\x91\x3b\x42\xb4\xe1\x4e\x76\xf9\x71\xa2\xc2\xd2\x28\x05\xae\xb1\xaa\x27\x3e\x91\x12\x65\x7c\x4e\xe3\xd5\x75\xfb\x44\xdf\x3c\xeb\xaf\x88\x19\x00\xc8\xc0\xbd\x67\x9c\x5f\x62\x0e\x3a\x28\xea\x93\xac\x37\x68\x1a\x13\xad\x38\x58\xb3\x51\xa7\xf9\x00\x2c\x37\x2f\x16\xed\x45\xbb\x23\xce\x10\xae\x78\xe0\x9f\x38\x4e\xf3\x2a\x72\x71\x4f\xac\x8d\xb8\xfd\x8c\xb3\xa3\x88\xe7\xb5\x3e\xbb\x2f\x31\xe5\x50\x47\xc5\x44\x4d\x67\xbf\x5b\x06\x3a\x01\x31\x3b\xf5\x25\xb4\xff\xd4\xf7\x93\xfe\xe1\x54\x88\x80\x30\x3e\xd0\x23\x17\xee\xc4\xf2\x52\xdd\x1c\x4c\xeb\xea\x8d\x4e\x75\x1b\x10\xa4\x53\x50\x2e\x17\xf1\x9c\xa2\xd1\x69\x8f\x25\x91\x48\xb0\xe3\x03\x3d\x32\xce\xcb\x54\x6a\x5f\x19\xab\x0d\x04\x9b\x88\xb8\x39\x39\x5c\x17\x16\x58\xc5\x8a\xab\x49\xbc\x6d\x83\x35\x90\x03\x2e\xb6\x4f\xfd\x96\xd1\x71\x71\x0f\x1b\x44\xc4\x6d\x24\xaa\x18\x97\xc0\x66\x08\x30\x11\x6e\x93\xb0\xca\xe3\xc2\x4a\x05\x3a\x7e\x5c\x69\x78\x72\xfa\x4f\x3d\x15\x68\x0f\xec\x02\x10\xe9\xb8\x10\x91\x80\x63\x0c\xa3\xce\xfa\x68\x5c\x13\x2e\x8d\x75\xb8\xa6\x38\x27\xea\x21\x4e\x64\x04\x1a\xd7\x21\xd7\xc5\x6f\x09\xe3\x4d\xac\xb2\x01\xe6\xaf\xab\xd7\xbc\x20\x42\xea\x93\x2e\x44\x2a\x2d\xad\x17\x2f\xb7\x3a\x33\xa2\xce\x56\x75\x3c\xd7\xa1\x6e\x8f\x71\x02\x66\x0e\xf4\x34\xd7\x29\x51\xa4\x9e\x38\x61\xe0\x08\xc7\x05\x17\x48\x30\x83\x71\x9d\x44\x60\x41\x2c\xbd\x4e\x33\x56\x59\xc6\xef\x32\x6c\x0f\x86\xe9\xab\x97\xa8\x30\x1e\xe0\x0c\xcd\x31\x60\xc4\x92\x4b\xb8\x2e\x33\x59\xb1\x56\x78\x12\x10\xc6\x7b\x10\xa5\xb6\x75\xd7\x04\xeb\x6d\x4b\xdb\x28\x12\x5a\xaf\xbe\xc7\x32\xdc\x30\x04\xf8\x12\x68\xcd\x7d\xb9\x88\xc9\xb7\xd9\x86\xa4\x24\xe5\xab\xd7\x1b\x86\x71\xc2\x95\x16\xcf\x06\x18\x47\x0d\x18\x97\x92\x0f\x22\x9e\xd1\x6b\x55\x5f\x10\xbd\xb6\x7d\x7b\x8d\xc8\xb9\x7f\xed\x81\xc3\x34\xdb\x70\x6e\x3d\x4b\xba\x45\xb9\xb6\x58\x81\xd5\xb1\x81\x8f\xec\xc4\x11\x1c\xd7\x67\x0c\x63\x8e\xaf\x8e\xe3\xeb\xbb\x60\x22\x83\xb0\x4b\x43\x4c\x24\x1e\x18\x03\x1c\x64\x90\x6c\x65\x80\x83\x0c\x8d\x64\xf7\xe6\x7d\xa9\x94\x61\x34\x90\x6a\xee\x5d\x15\x56\x50\x96\xe0\xd1\xbf\xae\x95\x7c\x17\x9c\x5f\x2f\xbf\x8c\x9a\x31\xee\x30\x34\x2f\x83\x12\x87\x34\x2d\xe3\x5d\x0f\xc5\x27\x12\x6c\xc7\xc1\x74\x10\x09\xb6\x81\x21\x1b\x44\x79\x4d\x32\x76\x8f\xdb\xb8\x4a\x70\x48\x37\x31\xbd\x88\x31\x36\x6e\xcc\xaa\x8a\x48\xb7\x49\x50\x79\x1d\x6f\x0e\xa6\x2f\x34\x00\xbc\xae\xb9\x1b\xa0\x5d\x4c\x27\x8d\x77\xbd\x94\xda\x68\xab\x2e\xea\x4d\x84\x0e\x75\x2a\xb7\x51\x39\xe0\x78\x6e\x9d\x71\xd1\xc1\x80\x99\xab\xf8\xfa\x0d\xb0\x71\x11\x8e\x13\x0b\x69\xf3\x5b\x5f\xa2\x04\x7e\xfb\xe8\xc6\xc3\xb7\xc8\x42\xa3\xf2\x17\xac\x5b\xf8\x9a\x3e\x04\x92\x73\xbe\xcf\x8e\xd3\x2d\xdf\x05\xdf\x56\x71\xa1\x19\x8f\x61\x8b\x10\x45\x1f\x9c\xd7\x71\xf6\x1d\x0f\x86\x10\x52\xf3\x8f\x07\xc0\x27\xfe\xb0\x83\xa8\xa1\x41\xdc\xf3\x01\xfe\xac\x2a\xd6\x3d\x10\x3c\xf5\x8b\xcf\x97\x74\xb7\x50\xc6\xf8\xe1\xb7\xba\xa8\xed\xa0\x2c\xee\x87\x3e\x43\x87\x60\xfa\x4c\x15\xbe\xb4\xd7\x33\x83\x3d\x7a\x10\x43\x08\xc5\x33\x9e\xa1\x3e\x8c\x39\xb2\x8f\x38\x1c\x8f\x47\xf7\x36\xf4\x52\x04\xeb\x6c\x42\x39\x08\xd6\xd9\xb5\x4c\x3d\x84\x06\xd2\x32\xf8\x20\x32\x4c\xd7\xe7\x12\xe1\x4e\x7b\xc0\x90\x72\x42\x04\xdc\xac\x24\xce\x18\x0f\x89\x54\x00\xdf\x8e\xe7\x36\xf3\x3a\x73\x31\x76\x9a\xe3\x7c\xb4\x32\xd3\x5e\x29\x62\x5a\x86\x53\x81\x8b\x7a\xd4\x09\x71\x86\x5f\xa0\x46\x80\x45\xc7\x8b\x71\x0b\xec\xe3\x78\xc9\xdc\x85\x2b\xd7\x78\x77\x43\x33\x05\x65\x15\xd0\x96\x51\x40\x73\xf6\xde\x0f\x6a\x34\x28\xe3\xd2\x56\x2d\x13\x75\xb6\xdb\x9e\x70\xce\x9b\xed\xf1\xab\xdd\xac\xc7\xa3\x85\x87\xfd\x25\xb2\x49\xfb\xca\x88\xb4\xac\xdb\x5b\x14\x51\x2d\x1b\xdd\x77\x52\x36\x4f\x25\xf5\xc0\x97\x70\xeb\x1a\x60\xf2\xba\x04\xfe\xad\xc2\x25\x98\x23\xe2\xaa\x7a\xc7\x57\xbc\xa3\xdf\x02\x0c\xaf\x11\xee\x6d\x70\x48\x9c\xc9\xb7\xa1\x4f\x85\x00\xbf\x30\x1d\x42\x21\x5e\x7c\x66\xf7\xaf\xac\xae\x9a\x3e\x0d\x27\xcf\x59\x22\x28\x67\x25\x46\xe0\x20\x28\x67\x6b\x3c\x14\xef\xf4\x3c\xd0\x27\xd9\xab\x92\x7b\x41\xb0\xcb\x26\x37\xff\xa2\x57\xd6\xba\x2d\x96\x4e\xf1\xf3\x35\xd4\xcf\x57\x8f\x41\xd1\xb9\x9b\x03\x17\x69\xc1\xc0\x97\x7b\xfe\x92\x33\x03\x8c\xd7\xc8\xae\x33\x5e\x9d\xb3\xb9\xd0\x1f\xd0\xae\x5b\xaf\x6f\x14\x1f\xbc\xf1\xd7\xab\x96\x51\xa0\x43\xe5\x5f\xcc\xb3\xdf\xe4\x1e\x5f\x20\x06\x82\xd5\x4c\xee\xe4\xfd\x94\x92\xd4\xbf\x70\x42\x61\xd9\x24\x1d\xf4\x69\x58\x1e\x17\x4c\x4b\x19\xdc\xc0\x4b\x9c\x2a\xfc\x1f\x27\x80\xba\xe4\x5b\xd3\x28\x97\xc0\x34\xe6\xb6\xc1\x25\x54\xdb\x48\x90\x0a\x65\x32\xcc\x7c\xbf\x45\xd1\xbc\x44\xe3\xb9\x81\xa0\x87\x23\x99\x44\xbf\x4c\x92\xb0\xcc\xcd\x6c\xcd\xeb\x85\x9e\x44\xc2\x4c\x02\xfc\x4d\x70\x75\xc9\x4b\x36\x89\x8a\x59\xa7\xdf\xda\x61\xb9\x37\xc6\xf3\x5d\x02\xdb\xe8\xfe\x14\x94\x99\xcb\x7a\xbd\xa6\x01\x31\xd1\x97\x4c\x02\x5f\xf6\xfa\xb5\xd7\x57\x71\xa3\xac\xc7\x03\xed\xf5\x9b\x2b\xcc\x05\x00\x30\xd1\x34\xe6\x56\x54\xe0\xd2\xbf\xfa\xc2\xb4\x3d\x00\xe0\x9d\xf1\x0b\xfa\x9d\xd4\xe3\x28\x4c\x8c\xf8\xb9\x55\xad\x6f\xf4\x83\x35\x10\xe0\xeb\xdc\x2a\xa1\x9c\x1c\x27\x97\x03\x5f\xb9\xb9\x61\xb0\xa9\x41\x9f\xe4\xca\x84\xf8\xcd\x0d\xc8\x06\x61\x98\x27\x98\xbf\xc0\x07\x70\x6e\x86\xee\x69\xf4\xc9\x45\x01\xb9\x3f\x37\x2f\xca\xce\x5c\x54\xd6\x17\xc6\xd0\x75\xbf\xa1\x4d\x77\xef\xe8\x5f\x97\xa4\x9d\x7e\xc0\x51\x55\xe7\x4b\x58\x77\xbc\x49\xe6\x06\x37\xdf\x1d\x27\xd1\x43\x8a\xfb\xd2\x5d\x07\xbe\x15\xc6\xbd\xe3\x5b\x3a\xb5\x57\xeb\x51\x59\x38\xce\xf0\xbc\x31\x47\x7c\x57\x87\xf3\x0a\x13\x65\x33\x1e\x60\x26\x44\xd3\x9d\xe0\x11\x83\xa0\x84\x73\x23\x55\x1e\x91\x23\xe6\x66\x16\xf6\xaf\x0d\x20\x58\xf7\x11\x2b\x27\xc8\xf7\x49\x60\xd0\xd6\x5d\xcf\xf4\xe1\xf5\xb7\x84\xe2\xf6\xdc\x0e\xa5\x26\xc6\x86\x9b\x1f\x7e\x8e\x73\x83\xc3\x4e\xcf\x09\x1e\x36\xdf\x7e\xe1\xfe\x07\x88\x77\x8a\x5f\xc4\x03\x66\x6e\x43\x5f\x66\xf6\xe5\x93\x46\x6c\xc3\x5c\x06\x63\xc0\xaf\x96\xb0\x48\x73\x9b\x46\xb1\xa1\x8d\x56\x57\xcf\xc9\xa7\x3b\x67\x9c\x10\xaa\xdd\x75\x3e\x80\xfc\x38\x4e\x19\x16\xf7\x02\xb5\x00\x0f\xe9\x04\xbf\x58\xf1\xe4\x98\x1b\x84\x0a\xd5\xc7\x14\xcb\x88\x95\x76\x6e\x84\x12\x42\x75\x33\x0d\x36\x1a\xee\xfb\x65\x8e\xd7\x5f\x41\x33\xe6\x86\xa9\x7f\x38\x09\x50\xff\x00\xf9\x26\x60\xc5\x3a\xbd\x70\x28\x55\x77\x37\x04\xdf\xc0\xe1\xa6\xbd\x5a\xcd\x58\x30\x13\xed\x2e\x79\x7a\xee\x5f\x06\xa7\xb5\x21\xbb\xe9\xbe\x72\x52\x06\xa0\xc8\x25\x20\xca\x68\x07\x33\x34\x77\x22\xd3\x62\x78\x98\x7b\xd1\x67\x73\xf5\xbf\x57\x94\xd1\x5c\x3e\xa2\x86\x06\x5e\x02\x93\xa8\xa1\x01\x46\x6a\x02\x26\x4c\x9c\xaa\x27\x11\x44\xa3\xdb\x27\xf1\xd0\xb1\x12\x4e\xa3\x89\xba\xc9\x3b\x88\x7b\x14\xac\x73\x0f\xc5\x2e\xbe\x45\x94\x10\x74\x36\x73\x47\xc1\x4a\xda\xb3\x69\x14\x50\x17\x75\x27\x24\x0e\x3a\xb9\xb9\x2b\xc6\xb2\x21\x80\x0c\x3b\x98\xbc\xb9\x13\x8f\x8a\x98\x64\x93\x88\xa0\x89\x78\x38\x77\xc2\xdd\x00\xe2\x9d\xfb\x50\x01\x4d\x9f\xd3\xec\x3d\x3b\x65\x43\xfa\x50\x26\x54\x39\xa1\xa9\xa7\x91\x3f\x25\xb4\xbb\x19\xdc\x1b\xe3\x34\x02\x2d\x97\x80\x88\xa0\x0d\xae\x68\xee\xa6\xfe\xda\xf8\xd6\x09\x76\x6a\x30\xe6\x4b\x5f\x5a\xea\x71\x29\xd9\x8b\xf5\xae\x2d\x63\x36\xe1\xb3\xf3\x05\xfa\x81\xaa\x61\x8a\x0b\x94\xd8\xec\x06\x5b\x4c\xc6\x79\x89\x21\xa3\x4f\x23\x88\x56\xda\xf0\xe8\xe1\x26\x37\x77\x92\x7d\x20\x4a\x4c\x30\x85\x81\x11\x65\xee\x88\x51\xe4\xb2\x9c\x3b\xde\x27\x15\xc2\x00\xbe\x30\x86\x63\x7b\x24\x0c\x8c\x8d\x47\xb2\x38\x86\x2f\x57\xe3\x2a\x83\xe1\x6b\x28\x9d\x27\x81\x3e\x2b\x79\x26\x66\x21\x0c\x33\x98\xb6\xf9\x61\xfb\xd6\x43\x3a\xcb\xae\x28\x14\x94\x71\x33\xe3\x4c\x96\xea\xba\xed\x94\xb5\xb4\xd2\x4f\xd5\xfb\x81\xf6\x38\x49\x77\xd6\x04\x1c\x5e\x85\xa3\x9a\x05\xee\x19\xcb\xf2\x2c\xa6\x9d\xe3\xee\x10\x7c\xb3\x63\x24\x98\x45\x6b\xa9\x65\x38\x1b\x1f\x43\xb0\x7a\x15\xb5\xcc\x2c\x61\x48\x6c\xcb\x58\xf4\x20\x7e\x04\xd3\x0c\xac\xb7\xb3\x90\xdd\x9c\x18\x84\xb3\xe8\x9d\xd0\x98\x23\x01\x21\x08\xf5\x3d\x0b\x16\x55\x42\x6b\xcf\xf2\x19\x72\x2c\xa3\x4a\x82\x88\x16\xce\x5b\xd8\x8f\xa1\xbe\xfd\xed\x09\x07\x0f\x51\x07\x0f\xd7\xbf\xf9\xea\xfe\xc7\xdd\x2f\x26\x03\x77\xbe\xe8\x0e\xc1\xd5\x4d\xf1\x6d\xf8\xa2\xce\xf2\x98\xec\x9a\xfe\x11\x6f\xc9\x45\x31\x09\xb2\x59\xc3\xfa\x57\xcf\x89\xd5\x1e\x3c\x59\xf3\x91\xa9\x32\x0e\xc3\x32\x04\x72\xfc\x8a\x33\x9b\x15\xa5\x1b\x11\x65\x67\x25\xa3\x36\x31\xbd\x66\xdd\x15\xa9\xd6\xc2\x57\x38\x03\xcc\xb6\xb3\xe2\x97\x87\x5b\xc2\xac\x58\x12\xc9\x89\x39\x2b\x71\x8c\x40\x43\xcf\x6a\xd0\x40\x0e\x2c\x18\xb5\x86\x28\x37\xab\x49\x22\x58\xd4\x5a\xb0\x88\xf1\x7a\x55\x59\x6b\xb8\xab\xda\x0c\xcb\x43\x1b\xd0\xfd\xe8\x24\x66\x35\x2d\x1c\x04\xa3\x36\x09\x27\xf5\xe4\x31\x24\x1a\xed\xac\x26\x6b\xf0\x5b\x21\x57\xc1\x5c\x12\x6e\xc9\xfa\x44\x4c\x80\x83\xa9\x09\x91\x63\x43\x2a\xee\x28\xe1\x18\x0c\x33\x0c\x37\x03\xb6\xac\x77\xd7\x04\x3d\x19\x7e\x76\xb3\x22\x3e\x93\xd1\x68\x12\x2d\xb3\x92\x67\x73\x56\x74\x3f\x72\x87\x44\xcb\xcc\xcd\xef\x9e\xe8\xf6\x20\x48\xf5\x52\xc4\xa6\x1e\xa0\x23\x30\x87\x49\x60\xca\x40\xfc\x99\x95\xc7\xc4\xd7\x97\x60\x94\xad\x3b\x66\xd2\xbf\xf9\xb2\x36\x43\x53\x33\xfe\x86\x95\x6d\xb0\x47\x04\x70\xec\x64\xce\x9e\x4d\xdd\x27\x8f\x09\x41\x15\x13\x60\xf3\xfc\x2d\x90\x22\x6d\xf4\x67\x84\x28\x8a\xc1\x42\x1c\x9e\x0d\x2f\x07\x4c\xf4\xb3\xa5\xf1\xee\xd7\x78\x3a\x9e\x10\x1e\xcc\x8e\x0e\x12\x1f\xc9\xd9\xe1\x12\xe4\x62\x3b\x84\x1c\xaf\x88\x49\xdc\xb2\x4a\x92\x8e\x29\xec\x05\x5f\xce\xd9\xf1\x31\x44\x1f\x36\xbb\xce\xd9\x1c\xde\x4e\x90\x00\x14\xe8\xb3\x03\x6d\x90\xe3\xec\x87\xd0\x03\x7e\x6b\xe8\x9e\x8d\x3e\xc9\x43\xfa\x5b\x19\x4b\x19\xeb\xd0\xbf\x90\xcf\xd4\xa3\x33\x23\x56\xd9\x34\xdd\x3f\x6a\x90\x49\xec\xb1\x0e\x50\x73\x76\x44\xe3\xc9\x59\x32\xde\x58\x38\xc7\x1b\xb0\xf4\xb0\x1e\x71\x29\x2d\x13\xff\x8f\x3b\xd2\xf1\x54\x40\xf7\x3c\x89\x37\xd6\x91\x40\x66\xec\x12\xec\x35\xe6\x2f\x06\x18\xdc\x64\x68\xf1\x64\xcd\xa3\x88\x53\x5c\xfd\x04\x0f\x38\x00\xe0\x19\x1a\xa2\x20\xd8\x40\x51\xba\x5c\x51\x60\x85\xc7\x0f\x74\x12\x1b\x2c\x71\x6f\x9b\xd1\x54\x07\xd9\xc6\xf8\x61\x41\x19\x9d\x28\x8f\x43\x34\xb8\x40\x08\xed\x07\x63\x71\x6c\xc0\x55\x50\xd0\x4f\xe0\x2a\x29\x27\x47\xa6\xf9\x4e\x80\xc8\x09\x74\xa5\x87\xdf\x05\xba\xe2\x43\x14\x04\xa5\x50\x6a\x8a\x00\xad\xcf\x23\x6c\x48\x31\xa2\x25\xcf\x08\xbd\x3d\x28\xa3\xce\x22\x00\xeb\x24\x73\x7c\x82\x95\x9c\x01\x56\x2f\xfc\x2d\xf1\xf3\xc8\xa8\x36\x43\x6c\x68\xec\xbf\x22\x66\xc4\x21\x6b\x58\x3a\x66\x10\x73\x1c\x84\xf8\x0c\x53\x97\xc1\x16\x12\x7b\xac\x7d\x0b\x36\x44\xcd\x33\x90\x75\x48\x7b\x40\xc0\xc2\x4c\x47\x5f\x7b\x08\x15\x04\x29\xa6\xf9\x22\xa9\x87\x7d\x2d\x2e\x9e\xa9\xe4\xe1\xae\x62\x9a\x58\x98\x49\x90\x8c\x34\x5d\x98\x29\x47\x42\x9b\xc3\xa8\xa7\x7c\x17\x25\x32\xf1\xd0\x67\x20\x4f\x03\x0f\x99\x71\x1a\x1b\x8c\xf1\x1b\x6b\xca\x6f\x11\x4d\x00\x9c\xd3\x8c\x4b\xeb\x0c\x73\xc1\xe5\xa6\x40\xf0\x42\xb1\x1a\xe2\x14\x46\xc2\xac\xfe\x16\xe5\x7e\xd8\x5e\x6c\x90\xf5\xc4\xca\x72\xee\xbc\x52\xe0\x6c\x66\xc0\xc1\x10\x41\x74\x06\xe2\xb9\x2f\x62\x98\x50\xd7\xf5\xc1\x89\x56\xee\xc1\x34\xf4\xc0\x04\x26\xf8\xa1\xc4\xcd\x69\x9a\x92\x5e\x96\xfb\xff\x66\xec\x5f\x72\x6d\x07\xb5\x2f\x7d\xb0\xfe\x6b\xc5\x6d\x82\x01\x03\x46\x3a\xba\x7d\x81\x89\x9d\xb5\x2c\x64\xff\x0b\x29\xbe\x6f\x9d\x7f\x48\xa1\xcc\x38\x51\xf2\xda\x6c\x9b\xf7\x63\x32\x1f\x63\x34\xc1\xf8\xec\xc3\x57\xc6\x1b\xbe\x7d\xb5\xee\x31\xb9\xa4\x1f\xb3\xbd\x5c\xe1\x93\x13\xf0\x63\xa2\x39\xc1\x3f\xac\x6c\x48\xcc\xb0\xce\xdf\x5e\xcd\x60\x9a\xbf\x5d\xc4\x0d\xd7\x18\x5c\x09\x06\x3e\x49\x15\x64\xd7\xd1\x2f\xa5\x84\x9b\xdf\xb8\x69\x20\xcd\x74\x40\x36\xd1\x2d\x8d\x9e\x3c\xdd\x3b\xbf\x99\x33\x6c\x8a\x9d\x2b\x36\x3a\xce\x81\x7f\x52\xf5\xba\x0a\x76\x5a\x6f\xa6\x23\x9d\x63\x0c\x18\x9d\x00\xf4\x62\xfe\x2c\x6e\xe2\xfb\x46\x57\x57\x54\xa8\x5b\x51\xba\x3d\xfd\xdf\x6f\xf5\x37\xbc\xa3\x6b\x03\xed\xea\xe8\x1d\x71\xf6\x1e\x3f\xd6\xf6\xdf\x6f\xdb\x52\xf9\xad\x84\xd1\xf8\x8d\x25\x9a\x79\x02\xbe\xda\x0d\x30\xe5\xe8\x48\x51\x44\x3f\x8c\x2e\xa2\x2c\xe3\x02\x83\x7b\x53\x5d\xf0\xf3\x91\x62\xf3\x80\x91\xbd\x61\x25\x1f\xbd\xeb\x46\x41\x59\x48\xe7\xf8\x9c\x8d\xae\x3e\xd2\x36\x12\xea\x03\x37\xc0\xe8\x84\xf1\x0c\xeb\x3f\xd9\xd4\x91\xb0\x3b\xc6\x92\x61\x7f\x4e\xaf\xed\x94\xc5\x5c\xf5\x2a\xda\x43\x57\x20\xfa\x7f\x4b\xce\x42\xdd\xf0\x35\x04\x11\x7a\x80\x73\xd6\x08\xa6\x1f\xb2\x8f\x7b\x68\xe8\x12\x05\xab\xfd\xe8\x1f\x92\x16\x57\xd7\x07\x95\xce\x83\xe4\xfd\x00\x9f\x85\xea\x69\x3c\x7a\x3b\xfc\x7e\xe3\x4b\x47\xfd\x71\xa1\xea\x38\xc1\x8e\x07\x95\x0e\xb8\x80\xe3\xb9\xd0\xf9\x65\xd3\x91\xb0\x8b\xdf\xa2\x22\xe0\x90\x7c\x12\xd6\x7f\xea\xfc\x30\xaf\xbc\x39\x80\xc1\x76\x8f\xfc\xaf\x40\xf3\x01\x3d\xfa\x0d\xe3\xcd\x78\x74\x97\x60\x41\x3f\x32\xa2\xa0\xb7\x78\x74\x56\xb4\xe2\x45\x92\x11\x0a\x87\xf3\x8e\xc0\xdf\x01\xd3\x79\x77\x42\xe1\xcb\x55\xb1\x9a\x0d\xfc\xb7\x8a\x83\x86\xff\x56\x03\xc8\x6f\xe8\xbf\xf5\x98\x27\xb1\x66\x8f\x65\x29\x69\xd9\x91\x95\x30\x0f\x26\xec\x53\x85\xdc\xa1\xc3\x64\x0a\x42\x9a\x7c\x24\x8f\xb8\xfd\xed\xc6\x43\x3e\xcd\x45\x49\xdd\xa0\xc2\x52\xb2\x7c\x0c\xdf\x62\x72\x3d\x3a\xaf\xb2\x38\x60\x0d\xef\x18\x06\x06\x8c\xe0\x1d\x38\x97\xf1\x08\x93\xc2\x89\xf2\x00\xce\x88\x53\xe5\xf8\xf9\x3f\x59\x67\x14\xd6\x4e\x70\x7c\x9e\x2a\x01\xc7\xe3\x61\x13\x22\x56\x6e\x3c\x86\x57\x21\x89\xc2\xe4\xdd\xf0\x52\x1f\x62\xb0\x11\xf7\x3a\x1e\x40\x18\x09\xfa\x1f\xcf\xa7\x25\x8b\x3a\x88\x6b\xdf\x7c\x47\x65\xf7\x29\x77\xa8\xec\xa6\x1f\x06\x01\xfa\xb8\x75\x8c\x81\xcb\x0c\xce\xc0\x63\x18\x4b\xcb\x58\xe0\x47\xd5\x71\x85\x18\xfa\x4e\x75\xbf\xc5\xc3\x1a\xf7\x87\x31\x00\x67\xc4\xcb\x7e\x0c\x90\x32\x40\xd0\x18\x03\x58\xee\xc7\x72\x01\xe3\x03\x5c\x6f\x80\xd3\x76\xbb\xf1\x0f\xa4\x67\x1c\x86\xc7\xc0\x57\xef\x62\x71\x0f\xc6\x1a\x92\xe1\x31\x60\x8b\x22\x5a\x62\x8c\x2a\xd9\x2f\xdf\xe2\xf6\x02\x9c\xf3\x00\xd7\xad\xe3\xb6\x30\xf4\x6d\xc2\xc1\x72\x8c\x61\x1b\x79\x07\xab\x2b\x0a\xf1\x31\x94\xd2\x2c\x97\xf1\xfd\xb5\x6b\x1a\xf7\x47\x59\xd3\x83\xda\x77\x08\xd7\x41\x4a\x03\x47\xad\x13\xaa\x37\xc0\x51\xeb\xb8\xb4\x0c\x58\xba\x2b\x0e\xa8\x43\x4c\x35\xac\x6f\x03\x8c\xb4\x7b\x30\xee\xb0\x6e\x37\xaf\xed\xc3\x6b\x75\x37\x1d\xdf\x41\x0e\x1c\xb0\xd0\x8a\xeb\x62\x70\x70\x81\x4e\x3c\x86\xd7\x6a\x84\x88\xf1\xf3\x99\x23\x9d\x79\xe2\xc6\x30\x3e\x51\x3c\x28\x17\x2e\x0d\x80\x38\xc7\x44\x4f\xac\xaa\x01\x57\xa9\x0a\xa2\xc7\xf8\x91\x6c\x23\x44\xcc\x8c\xdf\x18\x52\xce\x2c\x58\xf0\x39\x30\x71\x47\xea\x84\xd5\x0d\x30\xc9\x6a\x65\x6e\x80\x31\x76\xe3\x3e\x33\x26\x28\x24\x78\x2f\x8c\xc9\x55\x9a\xe8\x9c\x01\xc6\x58\xc7\xa5\x62\xe0\x9a\x54\x70\xed\x19\xd3\xf1\x62\x0e\xcf\x0a\xcc\x17\x87\xc6\xf4\x8a\x5d\x7d\x1f\xb6\x78\xf6\x99\xa9\xf1\x80\x83\x71\x82\x84\xec\xa6\x35\xa5\xa8\x44\x10\x98\x52\x54\xfa\xed\x14\x12\xfe\x5f\xd6\xcc\x31\x17\x83\xcf\x86\x04\xcb\x75\x45\x11\x3f\x26\x62\x36\xe1\x2b\x63\x82\xc1\xdd\x6d\x04\xde\xe2\xc3\x02\x25\x26\x65\xd7\xc6\x47\xa4\xaa\xcc\x5d\xb2\x33\xb1\x70\x97\xe2\x34\x9b\xdf\x42\x19\x9d\x59\xe8\x0b\x10\x37\xc2\x51\x06\x6e\x1d\x05\xc8\xa0\xb1\x10\x9b\x95\xd8\x96\x5c\x81\x0c\xda\xba\x65\x6e\xa9\xfc\x26\x04\x8b\x05\x81\xbb\x47\xf3\xd4\x11\xbf\xaa\x59\x2e\x94\x69\x70\x7d\x0e\x5c\x39\x6e\x15\xd0\x0b\x58\x15\x15\xf4\x6b\x48\x6d\xc5\x3b\xc4\xe8\xe1\xc9\x3e\x96\x2e\x03\x4c\x70\x58\x9f\xeb\x6d\x7d\xc2\x90\x27\xda\xc8\x75\x03\xc0\xca\x01\xce\x53\x21\x56\x6e\xac\xd7\x0d\xfe\xa4\x87\x20\x7a\x2c\xfa\x48\xe8\xab\xd0\x29\x82\xf9\x54\x71\xfd\x18\x91\xc4\xb5\x3f\xf9\x87\xf8\xfe\x2c\xe8\x28\x92\x5c\x34\x7e\xeb\xe8\x4b\x3a\x16\x4f\x0d\x1e\x71\x2b\xa9\xf0\xfb\x4c\xa8\x1b\xb7\x94\x11\x92\xd4\x30\x16\x40\x12\x55\xa0\x81\x46\x88\x56\xca\x86\x0d\x61\x6c\x05\x86\x68\x68\x96\xf7\xca\x1f\x9c\xd6\x98\xfd\xc7\x86\x55\x09\xe4\xdb\x01\x1c\x50\x53\x37\xb9\xc1\x30\xf3\xb4\xde\x19\x09\x1b\x89\xea\x47\xdc\x4a\x3e\xbb\xe2\x54\x89\x94\xb6\xb9\xaa\x80\x16\x3b\x76\x13\x98\xaf\xf0\x1b\xe9\xa7\xf8\x9b\xeb\x98\xf9\xa3\x58\xc7\x2b\x7f\xec\x69\xd8\x0f\xf5\x91\xab\x94\x53\x5c\x98\x1a\xf5\x79\xf0\x90\x16\x25\xf5\x2d\x49\x0a\xfd\xb0\x75\xcc\xa6\x6f\xf7\x2f\xe8\x9c\x3a\x60\x58\x72\x23\x81\xbb\xf3\x56\xca\x81\x97\xb3\xe2\x2b\x39\x5e\x19\xa2\xd8\xf0\xde\xae\x55\xb4\xf3\x1b\x07\x6f\xda\xf8\x7a\x93\x61\xbc\x5e\x41\x2d\x69\xcb\x3b\x3c\xc4\x2a\xbf\x61\x8e\xa7\x9e\xef\x00\x1e\x8a\xc3\xe1\x15\x02\x9c\x5b\x90\xbc\x90\x1a\x21\xa0\x7b\xbc\xbb\xf5\xd1\xfd\x04\x35\xc2\xbb\xa4\x66\x24\xcf\x65\x38\x1c\x65\x2d\x5c\x9f\x98\x6f\x6f\xe0\xd3\x69\x3d\x09\x43\xba\xd9\x14\x5f\x11\x31\xd8\xf0\xa0\x69\x7c\x20\x43\x19\x50\x33\x16\x25\xef\x97\xf8\x68\xbc\xef\xc7\xbb\x75\xa8\xf6\x37\x6a\x99\xcb\xdf\xb8\xea\x58\x67\x62\xa2\x95\xe4\xa0\x72\xbc\x01\xee\x1c\x1f\xae\x19\x17\x57\xcb\xcf\x8d\x96\xf5\xfb\x11\xa2\x86\x13\xfb\xc0\x82\x5c\x08\xee\x1f\x50\x30\x56\x68\xf6\x86\x96\x59\x0c\x90\xe3\x53\x2f\x8e\xf0\xf2\x61\x4c\xaa\xff\xde\xcc\x30\xc3\x36\x7c\x92\xc6\x87\x87\x3b\x3e\x4c\xe3\xd3\xd4\x4f\xa3\x3f\x26\x1d\xe1\x34\xe3\x6b\x10\x2e\x30\x98\x40\xaf\x74\x10\x16\xc6\xc7\x64\x84\xcc\x73\x00\xa5\x52\x41\x4f\x1d\xf0\x18\xde\x84\x00\x0d\xb8\x0b\x6f\xcc\xf8\xe3\x1b\x28\x4f\x99\x68\x9a\x73\x91\x0c\x66\x5c\xf7\x7f\xff\x93\x30\x35\xcf\x38\x12\xc3\x20\xe6\x6e\xc6\x69\x74\xc2\x72\x37\x23\xdf\xfc\xee\xfc\x7e\xcf\x3b\x67\x07\x9f\x71\x36\xc8\x84\x1f\xdb\x84\x01\x3d\xe1\xcb\x35\xe3\x74\x46\xc2\x9d\x64\xe2\xcb\x35\x70\x9e\x9c\xe0\xb4\x25\xf4\x7f\x33\x2a\x79\x9e\x6b\xe3\x8c\x23\x11\x26\x24\xaa\x19\x95\x3c\xcf\xc2\x9a\xd1\x79\xe7\x9c\x22\x13\x5f\xae\x01\x2c\xf1\xc4\x97\x2b\x41\x68\x3c\xf1\xe5\x1a\xb7\xf9\x0c\xea\x50\xc8\x7f\xf0\x6d\x31\xfd\xd4\x19\x09\x6c\xe2\x6b\x35\x6e\xdb\x38\x29\xeb\xe6\xfd\x35\x4f\x7a\x25\xfd\x48\x03\x09\x60\xca\x89\x3f\x53\x02\x50\x72\xe2\xc3\x94\x08\x52\x9f\xb0\x6e\x27\x42\xaa\x26\x4c\xdb\x09\x1f\xa3\x09\x1e\xdb\x00\xcd\x61\xc2\xba\x9d\x70\x27\x99\xf8\x21\x25\x74\x3c\x93\x4d\x6e\x00\x81\x3c\xf1\x43\x4a\x48\x4b\x13\x46\xed\x01\x24\xce\x8c\x97\xfc\x1b\x65\x7d\xb4\xf1\xa1\xac\xb3\x29\xa6\x64\xfe\x67\x52\x0f\x1c\x65\x27\x98\x6d\x09\x2b\xf9\xc4\x27\x29\x01\x87\x3c\xf1\x49\x1a\x28\xd9\x27\x38\x6d\x09\x34\x87\xb9\xcf\x64\x1f\xf8\x66\xcd\x7d\x7d\x27\xfd\x48\xd5\x13\x6c\xb6\xc1\x15\x7e\xc2\xc6\x9d\x00\xec\x9b\xe0\xb1\x25\x30\xdb\xe6\x4e\xd4\x8d\xfa\x6f\xe7\x09\x75\x86\x69\x3b\x41\xb1\x36\x61\xce\x4e\xc4\x02\xcf\xed\x3c\x19\xe4\x73\x6e\x0e\x03\xff\xaa\xb9\x6f\xfa\x67\xf0\xed\xb9\xa2\x0e\xae\xe1\x73\xdf\xe4\x33\xc8\xa7\x92\xff\xa0\x3e\xce\x99\xc1\xb7\xcc\x19\x50\x54\x26\x9b\x74\xca\xb6\xf1\x48\x21\x03\xfc\xb6\x09\x69\x76\xc2\xf9\x76\xe2\x06\x95\x00\xd6\x9c\xbb\xd3\x76\xe6\x3c\x78\x66\x09\x21\x62\xee\x87\xb6\xd3\xcf\x90\x57\x27\xfc\xe4\xe6\x66\x5e\x61\x3c\x9b\x7b\x9e\x3a\xb0\x01\xcc\xbd\x3a\xbf\xf9\x36\x4c\xa7\x2d\xcc\x13\x10\x67\xe6\x3e\x52\xe3\x00\xdf\x6e\xee\x4d\x7d\x0a\x75\xde\xe4\x5f\xa8\xe7\x4b\xfe\x85\x3c\x99\x27\xe8\xce\xe7\xfe\x7c\x87\x3c\x3f\xea\x79\x0e\xf6\x89\xfb\xd2\x40\x40\x98\xef\x75\xd6\x1a\x34\x78\xf3\x3d\xb7\x82\xc1\xe6\x37\xdf\x73\xb0\x27\xd0\x73\xe6\x9b\xc8\xf3\x1c\xaa\x13\xc2\xe4\x84\xea\x69\xbe\xe7\x76\x37\x3a\xeb\x05\x92\xe4\x84\x55\x74\xe2\xca\x34\xce\x35\xff\xff\xbc\x99\x4d\x30\xb7\x12\xbc\x7b\x13\x9f\xa7\xc1\xee\x3f\xf1\x67\x4a\x99\x05\xf4\x9e\xcd\x60\x60\x3d\x9c\xef\x91\x84\x46\xb7\x10\x06\x16\xab\xca\x04\x8b\x2b\x81\x40\x31\xc1\xe2\x1a\xe8\x57\x26\xcc\xca\x89\xb0\x99\x09\x2e\xd7\xe8\xbe\x7f\xc4\xcb\x04\x15\xfb\x7c\x1b\x9d\xc4\x80\xbf\x0e\x32\x8b\x03\x16\xe4\x81\xfe\x6c\xbe\x0e\xe6\xc3\xb7\xeb\xd4\xe1\xb1\xd1\xc1\xfb\x4c\xea\xd7\x01\x64\x52\x73\x1a\x8d\xc7\x3a\x3b\x50\x4c\x5e\x4e\x94\x84\x23\xe2\xc4\x87\x29\x11\x74\x3b\xdf\xb3\x58\xc7\x63\x1d\x5e\x3a\x9e\x49\xcd\xa9\x93\x30\x2f\x4f\xfc\x9c\x12\x57\xbf\xf9\x3a\xb0\x0c\xe0\xc7\x40\xe1\x06\x32\xbf\xb3\xf8\x12\x6e\x1a\xf3\x2b\xfe\x6e\xfc\x4e\xff\xfd\xcf\xe0\x3a\x39\x21\xf2\x4d\xe8\x36\x26\xbe\x44\x83\xa0\xe4\xf9\x31\xb0\x48\x99\x13\x9f\xa1\x81\xb5\x6b\xe2\x33\x94\x08\x55\x9a\xdf\xd9\xa4\x07\xd2\xf0\x04\xeb\x2b\x81\x19\x36\xc1\xdf\x4a\x60\x4a\xcd\xef\x21\x9d\x49\x0d\x59\x6e\x02\x15\x62\x82\xc5\x95\x40\x12\x99\x1c\x26\x09\xb1\x7f\x72\x98\xa4\x62\xdd\x16\xbf\x99\xc8\x10\xd5\x26\x18\xb8\x27\x38\x58\xe9\xc2\xd9\x6d\x7e\xb1\xf8\x07\x05\xb3\x8b\x5e\x78\x94\x4d\x9c\x75\x12\xd0\x7f\xf3\xa3\xd7\xc1\x1b\x99\xdf\x67\x3a\x3d\x41\x2f\x62\x7f\x5b\x17\xdb\x1c\xce\x1f\x0b\x70\xa9\x84\xe3\xc2\xba\xec\xc5\x53\xd8\xc2\xf1\x25\x61\x6b\x5d\xb0\xb0\x26\x9c\x5d\xd6\x75\xfb\x7b\xf0\xfb\xb4\xfe\x4a\xbf\x7f\x9c\xaa\xe2\x5f\xba\xf0\x10\x39\xff\xa0\xb4\x9b\x12\x1a\x25\x70\x90\x5d\x9c\x04\x0b\x7f\x91\x84\x0e\x60\x81\x23\x95\x2e\xec\xa7\xeb\x3a\xf2\x6e\xc2\xee\xb9\x00\x95\x3a\xff\xb8\xf9\x83\xee\x6e\x64\x5b\x19\xfe\x46\x4e\x76\x7d\xa7\x08\xbb\xbe\x93\xeb\xb9\x10\xa4\x0b\xcb\xfc\xc2\x25\x22\x61\x84\x5a\x17\x1b\xd3\x85\xd5\x6a\xe1\x1f\x91\x88\x09\x5c\xe0\x3b\x9d\x7f\x90\xad\x23\xf4\xf0\xf5\x64\x24\xd8\xa7\x16\x5e\x0e\xe7\x0f\x2a\xb2\xf8\x7c\x50\xe0\xca\xfe\x83\xcf\x17\x5d\x35\xfc\x82\xac\x06\x1f\x04\x6d\x85\x1a\x79\x5d\x8c\x1d\xe8\x69\x0b\x26\xd5\x44\x7c\xce\xba\xd8\xda\x30\x15\x2d\x80\x97\x12\x81\x48\x0b\x30\xa4\x74\xb1\x1c\x56\x62\xc0\x38\xdb\x57\xe2\xcc\xb9\x58\x0f\x0b\x68\xa4\xf3\xc7\xf9\x3c\x31\x7c\xb0\xe5\xac\x94\x83\xdf\xa7\x38\x88\x4f\xd3\x55\xfc\xe3\xa6\x1e\x85\xac\x18\x63\x1c\x4c\x56\xaa\xfe\x1e\xfc\xe6\xe3\xfb\xfa\xc7\xf6\xb6\x52\xa3\x5e\x34\x30\x75\x3f\x22\xb3\xc7\x74\x0a\x7c\xac\xef\x43\x7d\x8f\x30\x92\xb0\x08\x2f\x20\x8c\xce\x3f\x68\xe1\xb3\xf8\x07\xc5\xb3\x19\x5d\x38\xb2\x2c\x7c\x13\x12\x20\xfb\x2b\x0d\xea\x58\x29\x82\x31\xe3\xa2\xbc\xc0\x26\x4a\xc8\xe4\x0b\x1f\x81\x84\x9c\xbc\xb0\xff\x27\xb4\xae\x2b\xd9\xff\xcc\xe7\xb4\x99\x2e\x7f\xff\x38\xd3\x05\xf9\x71\x25\x64\x0a\x38\xdb\x57\xfa\xf8\x98\xc9\x99\xce\x65\x23\x61\x5f\x5c\x80\x01\xa5\x0b\xae\xdc\x05\x1a\x50\x42\x45\xb2\x40\x03\x3a\xff\x20\xa7\x8f\x6a\x1f\x71\x7a\x01\xfb\x93\x90\x78\x56\x4e\x8c\x05\x0e\x62\x0b\xbb\x7f\xba\x8f\x48\xb2\x32\xe2\xc3\x85\x1c\xb2\x72\xa2\xbc\xb3\x35\xaf\x8c\xfc\x70\x77\x72\x62\x0b\xbb\x99\xa8\x19\x99\xc1\x6a\x64\x07\x8f\x92\xb3\x83\x77\x64\x92\x95\x1d\x9f\xb3\x7d\xaf\xec\xf8\xd0\xa9\xf9\x21\x7f\xa6\x72\x46\x0e\xc4\xe7\x7e\xc1\x84\x99\x2e\xbc\x4b\x56\x9e\xe7\xec\xfa\x55\x88\x43\xfd\xc2\x40\xb1\x32\x4b\x04\x1d\xe9\xca\x93\x75\x04\x3b\xc7\x02\xf3\x26\x21\x96\xaf\xcc\xd2\x21\x76\x66\xe5\x73\x07\x4a\x88\x52\x0b\x3b\x7d\xc2\xf2\xb2\x20\xc6\x4c\x04\xfc\x2d\x30\x69\xd2\x05\xe4\xe2\xc2\x68\x9f\x88\x2d\x58\x79\x4f\xff\x41\x67\x9c\x5b\x4d\x82\x47\x78\x65\x76\xc0\x0b\xab\xf2\xca\x7b\xf3\x0f\x8a\x7b\xfd\x9a\xe2\xde\xc2\x4b\x6c\x2b\x60\xce\x9c\x3f\xf8\x9c\xa3\xaa\x5a\xf1\x8f\x51\x01\x21\x7a\x65\x04\x09\x74\xdd\x0b\x0f\x80\x54\xcf\x39\xb1\x0a\xc3\x08\x5f\xf5\x2a\xc9\x8e\x3a\x92\xdc\x82\x4f\x33\xe1\xe7\xb7\xe0\xb2\x4c\x17\xa7\xf9\x2a\x0c\x4b\xfd\xfd\x66\x47\xc4\x41\x61\x95\xd6\xfc\x83\xcf\xcf\x05\x26\x11\x8d\xb3\xa0\xbf\x3c\xff\xa0\xc0\x36\xf8\x87\x2f\x4d\xff\x41\x5e\x8d\x5e\xf8\xbd\xf4\xf2\xdb\xf4\x8f\x97\x98\xcb\x85\xbb\x41\xfd\xfd\xa6\x22\x6c\xba\x85\x25\x78\xe1\x7b\xbd\x30\xcc\x27\x54\xac\xab\xb0\x57\xa2\x49\x59\x18\xe9\x13\x42\xe2\x2a\xac\x2e\xc2\x44\x57\x71\x84\xfd\x36\x4c\xa7\x16\x41\xeb\x1e\x3b\x2d\xa8\x12\x33\x13\xfa\xc8\xf3\x0f\x5a\xe7\x78\x33\x4d\x81\x6b\x49\x17\x1a\xec\x55\xb8\x07\x10\x5d\xbc\x0a\x9b\xe3\xf5\xb0\xa9\xc0\x32\x99\xb8\x0c\xae\xe2\x44\x78\x6e\x3f\xa7\x0b\xec\x7f\x27\x02\xbe\x4f\xab\x38\x11\xd8\x54\xe0\x9f\x4c\x88\xab\x0b\x33\x7f\x42\x79\xbe\x8a\x43\x3f\x28\x81\x55\x5b\xc7\xbf\x48\x03\xd6\xcd\x1e\x8c\xf9\x73\xe1\x0f\x90\x88\xc5\x59\xb7\xa3\xcf\xfa\x81\x00\x32\xa1\x61\x5d\x90\x38\xa6\x0b\xed\xd5\xc2\x51\x20\xe1\x99\xb3\x60\x62\x4c\x78\x9b\xac\xbb\xfa\x9b\x4c\x99\x2d\x60\x70\x2e\xd8\x0b\xd3\x85\xbb\xdb\x02\xa1\x25\x81\xa6\xb2\xa0\x32\x3c\xff\x20\x27\xa4\x3c\xe0\x48\x16\x10\x2d\x09\xa4\x84\x75\xb3\xfd\x36\x4b\x46\x2a\xc1\x3d\x63\xdd\x63\xf3\xfb\x74\xe0\xcd\x8a\x46\x91\xbc\xe0\x0b\x4c\x38\x83\xae\x9b\x11\xc6\x19\x71\xc1\x0b\x98\xdc\x0d\xee\xc5\xd5\x08\xc0\xa9\x75\x23\xd7\xbb\x1b\x80\xd1\x72\xfe\x41\x4e\x6b\xf0\x0f\x6a\x14\xd6\x82\x1a\x21\x3b\xb6\x4c\x8d\x98\x37\xee\x18\x37\x33\x02\xfb\xe6\xba\xb9\x24\xa2\xc9\x58\x10\xfe\x25\xb4\x98\xeb\xe6\x54\x4c\x50\x13\x2c\x58\xfe\x12\xaa\xb6\x05\xea\xca\xb9\x75\xfb\xc5\x99\x68\xcd\xea\x7d\x5e\xcd\x99\xb2\xf7\x97\xf8\x07\x2f\x21\x1c\xa1\x70\x5a\xe0\xab\x24\x14\x81\x0b\x7e\xbe\xe4\x65\x7b\x55\xc7\xe7\x5c\x7a\x17\x64\x7a\x09\x06\xcd\x55\x8f\xd0\x9f\x52\xf2\x0b\x84\x43\x37\xa5\xea\x20\x32\x24\xb5\xbe\xde\xf8\x4f\xff\x55\xfb\x98\x8a\x57\xfb\x98\x93\x02\x54\x91\xe4\xbd\x68\xc1\x0b\x77\xfe\xe0\x3f\xf6\x19\x9b\x7d\xb5\xcf\xd8\xec\xc1\x09\x39\x17\xfd\xd3\x21\xb0\xb2\x25\x9c\xf7\x57\xe5\xc4\x72\x1f\x6a\x88\x72\x60\x12\xac\x66\xeb\x98\xe2\x2d\xd3\xb1\xec\xf6\x0d\xb9\x00\xb4\xab\xd5\x6c\x28\xb3\xb8\xdd\xbe\x7f\xaa\x8d\x67\x41\x02\xff\x60\xb5\x66\x3a\xf9\xcf\x53\x39\x6e\x4f\x0b\x20\x8c\x84\xbe\x7e\x61\x58\x4f\xa8\x4b\x17\x80\x17\x09\x64\xa7\x85\x71\x39\x11\x1c\xb0\x20\xda\x4a\xf8\xa0\x2e\x88\xb6\x12\x08\x57\xab\x9f\xdb\x77\x02\x0c\x76\x75\xea\x86\x3b\xe6\x82\xf0\x2a\xfd\x76\x9d\x5e\x16\xff\x38\xbd\x82\xd5\x36\xe1\x44\xbb\xb0\xda\x26\x74\xc8\xab\x23\x7d\x12\x87\xbc\x3a\xc7\x1e\x4a\xfd\xd5\x9b\xef\x37\x7e\xfb\xfe\xa9\x44\xef\x59\xd5\x03\x99\xf6\xb3\xc2\x80\xbc\x58\x5d\x9d\x8a\x73\xb5\x77\xaa\x57\x28\x81\x55\x85\x09\x6a\x75\x84\x4f\x18\x66\x57\x47\xf8\x4c\xf8\xca\xaf\x8e\x58\x42\x58\xe9\xea\xf6\x17\xa2\x78\x9f\x6a\x31\x98\x17\x9d\x25\xd3\xfd\x1d\x9d\xdf\x7c\xa0\xfa\x04\x9f\xaf\xd5\x63\xf0\x0f\xbe\xb6\x27\x91\xb9\xbb\x3d\x89\x98\x0d\x22\x45\xfa\xdb\x52\xce\x2d\xcc\x80\x0b\x5b\x69\xc2\x5c\xb9\xb0\x95\xa6\xde\xff\xe5\xe0\xb1\x1e\x84\xc9\x04\x3a\xf6\x7a\x12\x7d\x4e\xff\x3f\xaa\x33\x30\x6b\xaf\x27\x6d\xfe\x71\x8a\x7c\x90\x38\xb9\x42\xae\xc7\xd1\x63\xea\x82\x70\x91\x12\xbe\x10\x0b\x58\x8b\x44\xc4\xeb\x7a\x1c\x3d\xa6\xee\x53\x99\x36\x4c\x5d\xa0\x2c\xd2\xdf\x97\x2a\xa3\xc1\x16\xfe\x38\x94\xcc\xe3\xc7\xa1\x64\x1e\x3f\x1c\x7b\x09\x95\xde\xc2\xd0\x99\x3a\x93\x17\x40\x8a\xf3\x0f\xb2\xed\x14\xc1\x4c\x7e\x38\x03\x09\x21\x5a\xd0\x61\x25\x1c\x55\x17\x68\x13\x09\x53\xfb\xc2\x4a\x9a\x88\x51\x5c\x0f\x02\x0c\xa6\xf6\x05\x92\x44\xc2\x81\x78\x3d\xcb\x77\x68\x5a\x64\xf5\x39\x7c\x1c\x85\x7f\x50\x98\x4a\x31\xc8\xf6\x16\x1c\x56\x7f\x6b\x84\xf8\x03\x62\xd9\x82\xab\x2a\x11\x1a\xbe\xc0\x9e\x48\x84\x59\x2f\x70\x25\x12\x5e\x7d\xeb\x41\x54\x4d\xc3\x6a\x20\xaa\xe2\x78\xbf\x9e\x57\xb5\x8f\x75\x7a\x13\xff\xa0\x4e\xec\x08\x18\x41\xd6\xc3\xbc\x01\xae\x66\x3d\xc8\xad\x09\x04\x82\x05\xd5\x55\xc2\x49\x6b\x61\x72\x3d\xff\x20\x27\xe4\x56\x02\xa4\xd6\x40\xf8\x21\x66\x61\x61\x2b\x4d\xf8\xd2\x2f\xec\xa3\x09\x77\xd8\x05\x8f\x55\xc2\x4c\xb1\xc0\x8a\x48\x78\x7b\x2d\xec\xa0\x09\xc0\xa6\x35\x6e\xaa\xcd\xea\x1a\x3f\x6d\x15\x43\x82\x51\x34\xe1\xaa\xb7\x20\xac\x4a\x18\x5a\x17\xc4\x54\x49\x61\x02\x70\x89\x94\x61\x5e\x5f\x03\xc1\x07\xd5\xc4\x1a\xaa\x35\x60\xf8\x58\xd0\x54\x25\xac\x19\x6b\x30\xd0\x8a\x09\x83\x81\x56\x32\x00\x6a\x22\xe5\xcb\x6c\x9f\xce\x3f\xf8\xf8\x51\x53\x86\x8c\x32\x1c\x76\xee\xc3\xc3\x61\xe7\xbe\x01\x91\x54\xca\xb0\x9a\x2f\x98\xa4\x12\x56\xfc\x35\x54\x91\x40\x8e\xb0\x30\x93\xa6\x87\x63\x61\x38\xd4\xcd\x74\x74\x1e\x98\x8b\xd6\xd8\x36\xc9\x3e\x40\x90\x41\xef\xbe\x86\x9a\x14\x5c\x82\xd6\x70\x4c\xb9\x35\x0c\x24\xda\x0c\x99\xe9\x1a\x48\x2f\xf8\x8f\xac\xe1\x60\x73\x83\x18\x08\xb1\x19\x54\xb4\x85\x7d\x34\x01\x2a\xb4\x66\x62\xfe\xb1\xd0\xe0\x5d\x4a\xd8\xce\xd7\x74\xec\x58\x5b\xf3\x46\x43\x88\xfb\xe2\x9a\x9c\x74\xd8\xce\xd6\x54\x53\x85\xee\x73\x4d\xee\xfb\x44\xa2\xac\x79\xff\xf4\x7f\x14\x87\xec\xe2\x2c\x9d\x8c\xa4\x13\x13\x04\x86\x94\xd1\x42\x2e\xe8\x92\x92\x02\xd1\x64\x90\xd0\xce\xaf\xe9\xc0\xa0\x32\x5c\xe0\x25\x24\xf8\x80\x16\x78\x09\x09\x30\x9d\x05\x3e\x41\xca\xb8\x60\x2d\x00\x0a\x7e\x53\x79\x72\xfa\x64\xe0\xa5\x17\x68\x05\x4c\xe5\x7f\xec\x75\x50\x1f\xa5\x8c\x77\xda\x9a\x6b\xf1\x15\x65\x72\x81\xcf\x18\x4e\xd6\x5c\x9b\x7f\x50\x01\x96\x34\x86\x99\x35\xd9\xa8\xe1\x78\x58\x93\xe5\x03\xd8\xeb\x22\xb8\x3f\x01\xea\xba\x08\xe2\x4f\x00\x62\xae\x85\x0a\x0b\x54\x9d\x45\x40\x7f\xca\x10\xfa\x2e\x18\x89\x12\x41\xf2\x8b\xe8\xfe\xf3\x8f\xc1\x1f\x89\x7f\x34\x7e\x53\x1a\x72\xc7\x4a\x96\xc6\xc7\xd9\xd2\x78\x1f\xcd\x32\x66\xd6\x85\xb9\x36\x65\x55\x34\x84\xe7\x27\x7c\xa7\xd7\x2a\xdd\x7f\xf0\x05\xa2\x0d\x46\xb6\x05\x41\x51\xca\x18\x21\xd6\x42\xe9\x8c\xc5\x6a\x2d\x4e\xd8\x8c\x9b\xf7\x22\x5a\x3f\x11\x4d\xbf\xa0\x28\x4a\xc4\x60\x2d\x22\xf7\x53\xf6\x86\x8f\xfd\x36\x11\xdd\xb8\x96\xb3\x82\x91\x59\xa8\xa0\x95\x5b\x17\xd2\x6d\x56\x4b\xb2\x90\x6e\x87\x95\x65\x4d\x03\x7c\xba\x16\xab\x12\x4c\xc0\xb5\x9c\x08\x1c\x27\xc4\xdf\x27\x82\x1e\xd6\x42\x0a\xc1\x32\xbf\xd6\xf4\x7d\x7a\x6c\xfa\x3e\xf9\x2f\xdf\xa1\x12\xc8\xad\xc3\xf6\xb3\x6e\x81\xc5\x5a\xcb\xb1\xe5\xba\xb3\x1c\x5b\xd6\xdd\xda\xbe\x43\xb9\xe8\xa6\x89\x14\x5a\xcb\x31\xb7\xbb\x38\x76\x89\x4c\x5b\xe1\xf8\x73\x1c\xc4\x95\x54\xfd\x36\xfe\x60\x5e\xb2\x79\xc4\xa5\xee\x97\x0d\x2a\x9c\x0d\xb8\x86\xae\x70\x36\xb0\x68\xc3\xd9\x40\x8c\xf3\x0a\x67\x03\x2b\x38\x90\x55\x33\xc8\xbe\x0b\x56\xa1\x0c\x85\xdc\x0a\x0e\xe3\x0c\xd0\xdd\x8a\x33\x1f\x32\x28\x90\x2b\xf2\xe6\x37\xe5\x1d\x99\x2f\x83\xa5\xb3\xe2\xcc\x80\x4c\xb0\xf3\x0a\x96\x7c\x86\x4d\x62\x61\x93\xce\xd8\x59\x57\x9c\x0d\xfb\xb7\xfd\x46\x25\x23\xd6\x63\x3c\x7c\x8c\xf8\x14\x1c\xa1\x59\xb9\x3a\x8e\x38\x94\x71\xd1\x5c\x31\x54\x4f\x33\x2d\x21\x06\xca\x20\xb6\x2c\x88\x81\xce\x3f\xa8\xdf\xa4\x4e\x9c\x0f\x30\xfd\xa4\xac\x60\x4d\x68\x7d\xbe\xfc\x3a\x78\xc9\x0f\x82\x7a\xd8\x81\x48\xc6\x59\x99\x09\x3b\x53\x26\x68\x60\xc5\xa6\x82\x48\x5f\xc4\xc7\x67\xdc\xc5\x56\x7c\x5d\x75\x38\xb9\x7e\xbc\xc4\x5c\x27\x80\x3d\xa3\x69\x5d\x1a\x82\xb2\xa2\x25\x91\xea\x19\x7f\xa0\x45\xa4\xfa\xf9\x47\xe6\x0f\xfa\x89\xb9\x8e\x59\x28\xc3\xdb\xb6\xa0\xec\xc9\xb8\xdc\xaf\x9d\xf9\xcd\xf4\x86\x52\x27\x63\x9e\x5c\xfb\xe6\x7d\xa6\xf7\xbe\x4d\x3f\x3d\xb3\xed\x6f\xa6\x31\xa1\xed\x19\xe8\xd2\x05\x6d\x4d\x06\x78\x6a\xed\x87\xf4\x7f\x46\x86\xae\x3d\xe8\x4d\x80\x1f\x16\xa4\x33\xbf\x03\x6c\x0f\x75\xf9\xec\x23\x7b\xd0\x6b\x1c\x60\x1b\xbd\x68\xf6\xf4\x84\x9a\x26\x03\x4d\xb9\xb6\x83\x84\x80\xb6\x17\x75\x64\x9e\x42\x29\x93\x89\xca\x5d\xdb\x2e\xe7\x70\xd9\x76\x39\x87\x0b\x0c\x2c\x19\x3a\xf6\xb5\x3f\xbe\xe5\x02\x02\xeb\x4a\x86\xf1\x78\x6d\x47\x82\xa3\xe5\xbd\x7c\xa7\xf1\x9b\x5a\xb3\x55\xbc\x97\xd6\x02\xf6\xd4\xf7\xa2\xd6\xc8\x70\x84\xa5\x67\x28\x4d\x17\xb6\x9c\x0c\xbb\xe7\xc2\x01\x20\x65\xf7\x32\x38\x58\x32\x58\x79\x8b\x38\xf3\x8c\xe7\xc4\x7a\xe9\x7d\x88\x70\xd6\x7b\x6b\x9b\xa0\x4a\xef\xd9\xd7\x32\x78\xf1\x4b\x43\x4b\x71\xa5\xbd\xb5\xf3\x0f\xaa\xc1\x1e\x57\x5c\x69\x2f\x03\xe6\x35\xf2\x65\xc0\xb0\xd9\x2e\xa8\x51\x52\x21\x58\x61\xc1\x8d\x92\x31\xe0\xae\xb7\x6b\xab\x40\x42\x7b\x1f\x5a\xc1\x3a\x78\x19\x62\xc2\x95\xd6\xcb\x05\xa3\x28\xb8\xbc\x93\x6c\xd9\xf4\xb1\xfd\x67\x3c\x7c\xd7\xfb\xf2\x31\xdb\x39\xd6\x96\x8c\xc3\xd5\xfa\x2e\xad\x18\xf4\xd9\x77\xf6\xa4\x8c\x23\xc9\xfa\x90\xf6\x4b\x62\xbb\x20\x56\x3a\x63\xa0\x5d\x9f\x7d\xc3\x2c\x85\xd7\x24\xab\x94\x87\x3b\x24\xe3\x60\xbf\x88\x53\xce\xf8\x92\x2e\xc2\x8c\x33\x06\xda\xf5\x6d\xd2\x99\xa5\x9f\xb5\x63\x53\xc5\x5a\x91\x31\xca\x2e\xb8\x3a\x32\xe4\x44\x0b\xae\x8e\x54\x8a\xb5\x7b\xa9\xdd\xd9\x61\x83\x18\xd6\x4c\x60\x76\x10\x57\xaa\x68\x12\x98\x09\x32\x56\xdc\x20\x66\x34\x63\xc5\x0d\x62\x43\x33\x96\xdb\xb8\xac\xe8\x43\x3e\x83\xf7\x1f\xf2\x41\xbb\x59\xea\x19\xb7\x20\xf8\x31\xa7\x87\x8f\xa7\x36\x90\xc4\x17\x93\xe6\x3c\xe4\x34\x5f\x0d\x25\xe9\xfc\xb1\x7e\x7f\xf0\x1f\x1a\x8d\x93\x70\xc0\xc1\x90\xa1\x7c\x8b\x8b\x0e\x80\xa8\x28\xe0\x60\x48\xd2\xce\x07\x31\x8b\x19\x20\xb8\xb8\x18\x1f\x02\x62\xe3\x42\x6a\x2b\x04\xa3\xc5\x75\xf6\xa6\x8c\x1d\x35\xae\xef\x67\x8c\xe1\xeb\xef\xac\x20\xfc\x8d\x23\xb1\x3a\x70\xc7\x8c\x74\x56\x84\x92\x53\x40\xa5\x90\x51\x2a\x04\x06\x83\x4c\x24\x64\x10\xe5\x98\x89\x52\x8b\x84\x2a\xc0\x10\xb1\x48\x59\xbb\xcc\xc5\x5b\xe7\xca\x96\x71\xae\x8b\x54\xb4\xcb\x5c\xbc\xc5\x48\x60\x27\x8d\xc4\xa6\x85\x9d\x34\xd2\xcf\x0e\x64\xd9\x0c\x4b\xae\xfe\xe6\x83\xca\x07\xc8\x7f\x32\x63\x05\x9c\x08\x19\xe0\xd9\x48\x9d\x8a\x37\x8a\xeb\x7c\xdc\x78\xe7\xa1\xb2\x8d\x8c\x34\xe4\xb4\xfe\x2f\x69\x2e\xd2\x20\x67\xfa\x30\x0d\x73\xee\xfc\xae\xe6\xe0\x3f\x68\xe1\x11\x04\x22\x0d\x9b\xfe\x50\xce\x38\x13\x12\x03\x69\xc0\x8d\x70\xfe\x41\xed\x67\xe2\x1f\xbc\xc4\xb4\x80\x00\x36\x88\x7f\xcc\xd9\x5c\x59\x09\x04\x25\x07\x9c\x07\x99\x50\x8d\x48\x9c\x57\x38\xf1\x46\x0a\x1a\xf8\xd0\x58\x27\xcb\x43\x61\xac\x90\x6c\x25\x58\xbf\x58\x57\x23\xbd\xa6\x93\xbf\xf3\xe6\x21\xff\x8f\x09\x8c\x46\x21\x20\x2b\xc8\x20\x0e\x46\x76\x4a\x9c\x4d\x35\xb2\x53\xe2\xec\x60\x91\x91\x2e\x0a\xc0\xdc\x91\x2f\x9a\x79\x76\xd2\xc8\x5a\x00\x09\x91\x0b\xc2\x12\x33\x96\xa6\x80\x5a\x20\x03\xc0\x11\xd0\x06\xa4\xc2\x0d\x3d\xe0\x0d\xc8\x58\x5b\x03\xde\x80\xf3\x0f\xbe\x40\xba\xc0\x02\x15\xd9\x19\x45\x6c\x44\xe4\xfc\xf1\x0f\x5e\xd2\x56\xdb\xad\x6d\x29\xfe\x41\x21\x08\x24\x58\x5f\x23\xb3\xf3\x00\x09\x1d\xb9\x9a\x5e\xf9\x6d\x3a\x65\xb3\xd0\xb1\xca\x06\xb1\x89\x19\x88\xa6\xc8\x4c\xae\xc2\xaa\xc8\x4c\x2e\xac\xb5\x01\x2f\x40\x2a\xc4\xa1\x45\xee\x54\x89\xa5\x90\xb5\x25\x72\xd3\x8b\xfc\x24\xfe\x41\x09\xc3\x9c\x68\x03\xdb\x07\xae\xd2\x91\x07\x3d\x50\x28\xe1\x67\x31\x64\x7f\x82\x26\x20\x63\xd4\x8d\x3c\xfd\x80\x74\x54\xa6\xe5\x71\x58\x8e\xe8\x99\xb1\xdd\x46\xd6\x60\xf8\x38\x46\x6b\xf0\x0f\xb2\x65\x12\x00\xf8\x16\x19\xed\xa6\x61\xd5\x91\x5f\x2a\x5e\xf9\x9a\x4b\xbd\xe1\x99\x01\x74\x7e\xc6\xac\x1b\x58\x31\x72\xb1\xa5\x48\x39\xfa\xd0\x45\xe6\xea\xaf\x3f\x53\x14\xe6\x0a\x5e\xed\x41\x20\x63\x06\x83\x27\x8a\x23\xcf\x1a\x2a\x37\x1d\xcb\x8a\x28\x8d\x74\x76\xe5\x62\x27\xd3\xea\x82\x6e\x45\xda\xe7\x28\xe7\x1c\xcb\x98\x56\xa3\x70\x74\x11\x92\x1e\x05\x29\x91\x9b\x41\x60\x6b\xc8\xe0\x4b\x47\x41\xb2\x23\x48\x29\x50\xdf\x67\xa2\x9b\x83\xc0\xbc\x64\xd0\x4a\x94\x97\x4c\x99\x33\xe5\xa5\x8f\xe9\xca\x82\xa8\x80\xbd\x35\xee\xcb\xdf\xe7\x63\x34\xf4\x19\xe0\x8d\xb8\x11\xbb\xc0\x64\x08\x10\xd4\x33\x61\x9f\x71\x9f\x89\x98\x71\xa9\x0b\x14\xf1\x19\xb7\xb5\xb8\x99\x7a\x98\x67\xe3\x6e\xfe\x26\x9f\xe6\xb7\xe4\xd3\xcf\x48\x11\x02\x1d\xa8\xd8\x33\x16\xd9\x00\xe1\x3c\xc3\x63\x1e\xa0\x9a\x67\xd0\xc5\x03\xcd\x78\x26\x74\x39\x40\x2c\xcf\x44\x67\xc6\xfd\x9a\x0f\xf9\x23\x02\xdd\xf9\x5f\xca\xb9\x40\x75\x9d\x21\x6f\x8a\x5b\x73\x24\x06\xd2\xb8\xcf\xe0\x66\x70\xb2\xe2\x3e\x77\x91\x8c\x05\x38\xea\x45\x89\xe7\xbe\x1a\x95\x9e\x81\x11\x2a\xc0\x1b\xcf\x30\x27\x45\x65\xcc\x81\xd8\x8e\x6a\x2f\x9d\x93\x38\xaa\xbd\x54\xc8\x07\x4d\xec\x0d\xeb\x47\xd4\xb2\xf8\x07\x99\x96\x9f\xc1\x37\xf1\xc7\xe6\x1f\x94\x70\x6b\xcb\x65\xb6\x56\x04\x27\x3d\x9a\xa3\xd6\xcf\x3f\x28\x1c\x61\x09\x4b\x6d\x54\xbb\xbc\xf2\x79\xd7\x46\xcc\xb6\x5b\xed\x67\x66\x25\x60\xdf\x19\x2b\x6c\x00\xf6\x9d\x31\xbc\x46\x45\x3e\xba\x71\xf3\x0a\x42\x20\x33\x4c\x7e\x51\x87\x66\xe8\xe1\x1f\x89\x7f\x90\x2b\x12\x2f\x71\x86\x51\x87\x15\x1c\x54\xd0\xe1\x63\x1e\xd7\x49\xd1\xec\xec\x68\xec\x33\x06\xd9\x00\xe3\x3b\x09\x9a\x14\x15\x5f\x0d\x89\xf1\xa3\xb2\xb7\xc3\xf7\x1a\xa0\x7c\x27\x19\xd2\x03\xf5\x7d\xfe\x15\x81\x45\x4c\x92\xc7\x20\x10\x32\x13\xa8\x18\xa8\xf5\x33\x01\x9b\x41\x90\x63\xba\xb9\x16\x46\x7d\xcf\x4e\x4f\x30\x56\x00\xfa\x7d\xfe\x41\x19\x6f\xe5\x1f\xbe\x64\xb6\xec\x04\x15\x21\x1b\x83\x6b\x54\x66\x18\xfe\x6a\x51\xbf\xea\x4b\xa7\x22\x8d\x09\xa2\x6c\xd3\x98\x20\x36\x09\xbc\xee\x64\x74\x63\xb4\x73\xa9\xcc\xb6\xa2\x65\x8b\x60\xda\x35\xa6\x08\xbe\xb2\xd1\x50\xf7\xde\x75\xf0\xf9\x11\x1e\x72\x65\x8a\xb4\xa2\x61\x7e\xf8\xd6\xe0\x1f\x0f\xbf\x2d\x83\xae\x22\x12\x33\x63\x58\x0d\xa2\x2c\xbd\x1b\x07\x36\x09\xaf\xc6\xd1\x50\x10\x4b\xcb\x10\x8d\x33\xc0\xa6\x36\x16\x28\x24\x4d\xd1\xda\xc7\x6f\x3e\xe8\x9a\xef\xad\xe0\xd9\xab\xbc\x19\x47\xeb\x7e\x40\xfd\x1e\x33\xa2\x4a\xb8\x23\xdc\xcd\x9c\x1e\xaa\x84\x48\x02\x2e\x78\x92\xea\x3a\x08\x5e\xcc\x58\x55\x83\xc0\xc4\x0c\xfe\x6f\x10\x80\x98\x95\xe2\xda\x6c\x7a\x0b\xf0\xd2\xa4\x3b\x38\x68\x9b\x7e\x0a\x80\x8d\x06\xf0\xe1\x19\x73\x6b\xb4\x45\xab\x4d\x0f\x5b\xca\x6c\x6e\xc1\xd0\x23\x45\x10\x83\x78\xfe\x41\xa5\x90\x3f\x2b\x22\x45\x43\xe6\x04\x65\x2f\xb0\xbf\x64\xe0\x15\xa2\x21\x66\x56\xdf\x77\x46\x38\x42\x1f\x6d\x60\x36\x02\x14\x9e\xc1\x2d\x89\xee\x84\x60\x02\x12\x94\x97\x6e\x62\xfd\xa3\xa7\xd3\x06\x00\x4d\x02\x34\xf1\xf3\x0f\xff\x18\xfc\xe3\x94\xdc\xd9\x71\xe1\x42\x89\xce\xac\xc1\x62\x19\x84\xe5\xa5\x1b\x06\xa7\xe8\xe7\xe8\xcf\x2d\xfd\xcb\xb3\x24\xba\x9e\x0e\x40\x25\x46\x2f\x95\xaf\xcc\xc1\x8a\xd1\x57\x9d\xb9\x86\x41\x33\x3a\xb2\x29\x86\xcb\xc0\x48\x94\x31\x5c\x46\x3f\x72\x6a\xc6\x56\x19\xdd\x9d\x49\xc1\x05\xcc\xf3\xf3\x07\xed\xbd\xcf\xd4\xc1\xe8\x13\xbd\xfe\x3c\x2e\xfc\x23\xf8\x07\x2f\x31\xef\x60\x3a\x0c\x6c\x49\x19\xea\x94\xe8\x6d\xf1\x9b\x6a\x74\xd3\xa9\x06\x8a\xcd\x1b\xad\x79\x60\x26\xca\x38\x88\x07\x61\x7c\x49\xd6\xa6\xe8\x1c\x1f\xd8\x18\xa3\x23\xb0\x0a\xe1\x1a\x7d\x0c\xff\xa0\x8c\x41\x33\x98\x84\x00\xa0\x9f\x7f\xf0\x39\x02\x28\xce\xec\xd1\x99\x47\x38\x95\x47\xe7\xba\x72\xc3\x57\x1a\x9d\x9d\xa9\x39\x06\xee\x4c\x10\x42\x46\x67\x67\x72\xaa\x76\x77\x26\x18\x14\xa2\x33\xa9\x9c\xaa\x9d\x9d\x09\x84\xad\xe8\x7b\xf3\x9b\x77\x90\x53\x95\xae\xfb\xeb\x3b\x54\xe9\xb5\xb4\xd3\xcb\x0f\xe2\x28\x01\x6c\x41\x64\x5f\x56\xe8\x7e\x2e\x5d\x50\x38\x41\x09\xf3\xcb\x0a\xdd\x84\xf0\x9d\x7f\x0c\xfe\x60\xbe\x20\x09\x3f\x49\x47\x15\xc6\xe8\xc9\x54\x8f\xb9\xfd\x38\xf3\x98\xdb\x0f\x12\xa8\x38\x16\xf1\x20\x81\x62\xd4\x0c\x02\xf8\x92\x81\x2e\x01\x1a\x7b\xc6\xc2\x19\x44\xf3\x65\x2c\x9c\xf1\x70\xd7\x21\x44\x35\x1e\xe7\x13\xab\x81\xe8\xbc\x8c\x85\x33\x9e\xee\x6f\xde\x67\xb0\xb1\x64\xc6\xd3\x6d\x90\x1f\xf4\xc9\x3f\xf8\x8d\xc3\x45\x45\xe7\x16\xcf\x73\x1a\x04\x1b\x4a\x3c\x8f\x6e\x31\x2c\x99\x87\x59\xd0\x6d\x35\x02\x65\xb7\xa1\xdc\x54\x2a\xe4\x48\xf1\x70\x53\x41\x2b\x15\xcf\xd4\xc1\x06\x61\xf6\xe1\xa6\x82\x56\x2a\x30\x62\x65\x00\x3b\x03\x3b\x54\xc6\xfa\x19\x4f\x98\x4e\xc5\x99\x0f\x44\x5b\xc4\x83\x27\x86\x98\xe6\xf1\xec\xb3\xa2\x30\x78\xc6\x83\x9d\x59\xa0\xf1\x00\x04\x3d\x83\x36\x17\x0f\xe3\x8e\xf5\x33\x9e\x73\xa4\xe4\x5e\x4e\x09\x03\xd1\xb2\xd3\xc5\x83\xab\x47\x85\x8f\x27\x06\x57\x0f\x5c\x5f\x63\xa4\x9f\xd3\x4f\xe1\x0f\xea\xcd\xa2\xc0\xc4\x94\xbd\xdc\x0c\x84\x11\x50\x77\x62\x20\xa6\xe1\x51\x13\xc3\x81\x60\xf3\x19\xdc\x0a\x08\x6f\x8c\xd1\x74\xf9\xe1\xfa\x34\x1a\x7d\x5c\xc9\x94\xe3\x01\x2b\x6a\x0c\xa4\x57\x7c\x6b\x62\x38\x8a\x08\x22\x18\x89\x32\xd6\xd5\x18\x8f\xbf\xc9\x94\x8b\x00\x06\xd5\x18\x03\x9f\x27\x5c\x93\x63\x70\x13\x80\xc0\x30\x06\x37\x81\x8a\x9f\x72\x0c\x07\x0e\xa9\x64\xd8\xf5\xff\x34\xbb\xc6\xc0\xd0\x5b\x33\xfd\x3f\x82\x89\xc3\x52\x1b\x7a\x41\x79\xcf\x1c\x9b\x46\xb1\xbe\x06\xc6\xc2\x9a\x7f\x7f\xe0\x5a\xe2\xed\x72\x70\x81\x80\x70\x29\x34\x20\xc9\x16\x1e\x58\x90\x72\xb7\x7f\xf0\x89\x92\xd2\x3a\x86\x63\xc9\x0a\x1b\x2f\x83\x8f\x24\x3e\xb8\x7e\x08\xce\x1d\x03\xd5\x28\x06\xd6\x98\x0e\x32\x6b\x07\x90\xf2\x54\xa1\x11\x88\x89\x60\x89\x91\x34\x40\x1d\xcf\x18\x49\x63\xa2\x8a\x26\xcc\x35\x40\xfc\xce\x98\x42\x03\xc4\xef\x8c\x29\x34\x40\xf6\x4e\xd5\x8b\xc2\x64\x6b\x25\x76\x36\x66\xdf\xfc\xa6\x64\xe4\x3f\x2c\x9b\x01\x34\x76\xc6\xb2\x19\x93\xcb\x04\xc6\xcc\xc0\x4a\x93\xb1\x5f\xc6\xd4\x0f\x09\x17\xb9\x00\x4f\x3a\x63\xb4\x8c\xa9\x1f\xd2\x6d\x69\x3b\xf1\x0f\x4a\xb0\xc7\x71\x9e\x0b\x22\xe9\x32\x71\xf8\x31\x5f\x8b\x18\xfc\x3e\x9d\xe1\x16\x3d\x11\xae\xdc\xa1\x17\xbb\x1b\x51\x54\x81\x2d\x27\x13\x15\x15\xcb\x7e\x41\x98\x5e\xf6\x0b\x2b\x87\x88\x39\x55\xb0\xb1\xd0\x41\xe2\xf3\x14\xcb\x3e\x42\x04\x5a\x68\xdc\xe1\x27\x89\x85\xbc\x8c\xc9\x32\xd6\xf0\xfd\x53\x9f\xc5\x35\x83\x38\xf6\x58\x1c\xff\x00\x8c\x04\x11\x6d\xd9\x8b\xef\x62\x64\xbd\xeb\x2e\xbd\x9f\xba\x95\xe3\x2e\x82\x89\x33\xc2\x4a\xb3\x56\xc2\x4a\xb3\x56\x82\xc5\x08\x04\x75\x60\x4b\x48\xa2\x1f\x04\xa1\x2e\x19\xa0\xbf\x08\x84\x43\x23\x6b\x23\x10\x0e\x09\x89\x8f\x40\xd4\xab\x18\xdb\x03\x40\xe3\x8c\xbd\x32\xc2\x36\x73\x4a\x04\xb7\x04\x43\xf7\x22\x38\x66\x21\x26\x89\xb0\xd1\xcc\xdb\xc0\xdd\xa9\x3a\x22\xd1\x1a\xff\xf0\xb7\xee\x63\x6c\x6d\xe1\xec\x61\x12\x47\x37\x27\x8a\xe8\x95\xdf\x54\xdc\xee\xe3\xc4\x00\xaf\x38\x7b\x49\x0f\x3d\x1b\x7f\xc5\xd1\xaf\xd8\x34\x03\x20\xe0\x8c\x4d\x33\x02\xb7\xde\x4a\x2c\x6c\x80\xe0\x9b\x07\x7b\xbb\xd1\x2f\xf5\xef\x1f\x83\x7f\x50\x3f\xce\xd2\xc1\xac\x0f\x46\x08\x1c\xf7\x20\xe4\x25\x13\x9c\x1b\x84\xb3\x64\x8c\xa3\x11\x08\x6b\x18\x47\xc3\xb0\x15\xa3\x49\x63\xa3\xbf\x1d\xec\xa9\xfb\xf2\x03\xd2\x93\x1f\x34\x7e\xd3\x06\x0c\x55\x41\xc4\x5f\xf6\x2c\xdd\x3f\x47\xb5\xee\x17\x67\x62\x79\x96\x6a\xa2\xc0\x9a\x1a\x84\x02\x66\x7c\x01\x42\x73\x05\x6c\x72\x01\x8b\x7f\x86\x8f\x24\x76\x35\x9d\x7c\x18\xab\x91\xff\x85\xeb\x16\xda\x32\x30\x9f\x06\x54\xfb\x49\xf8\x87\xd8\x08\xed\xb8\xe8\x87\x31\x28\xc6\xf5\x07\x24\xfc\x19\xc3\x6a\x6c\x0e\x5a\x0c\xab\xb1\x1f\x7f\x53\xad\xe1\x6f\x1a\xce\xa0\x62\x26\x8d\x8d\x08\xde\x30\x33\xc4\x46\x04\x57\x5f\xb2\x75\xc3\xc2\xe6\x10\xc4\x25\x66\x6c\xa3\xa1\x4d\x83\xe0\xe5\x20\x54\x25\x13\xfc\x1b\xa0\xee\x66\xe2\x2d\x63\x3b\x8e\xac\x46\x50\x74\xb3\x2a\x95\xed\xd8\xd9\x1c\xc7\xce\x16\xa0\x77\x11\xfd\x2f\xa0\x95\xcf\xc0\x32\x84\x71\x2b\x86\x80\xc7\x46\x1c\xc7\x46\x11\x58\x38\x32\x26\xd6\x78\xd9\x4f\x30\xb1\xc6\xeb\x60\x33\x09\x34\x70\x40\x47\x12\x2f\x02\x38\xd6\xd6\x78\x1d\x46\x8e\xb1\xd7\x61\xe4\xfe\xf2\x22\x80\x37\x38\x54\xe2\x45\x00\xc7\x7a\x1a\x46\xba\x34\xbc\xe6\x03\xa4\xde\x8c\x29\x35\x5e\x07\x98\xe5\x8b\xb5\x22\xb5\x6c\xd1\x08\xba\x4e\x2d\xc3\x4a\x5a\xb6\x1e\x8d\x36\x30\xb5\x5e\xc7\x8a\x75\x0d\x97\x7b\xc6\x20\x1a\xef\xa3\xeb\x9e\x2f\x71\x7f\x07\xec\x36\x5e\x5d\x14\x3d\xe7\xde\x87\x16\xb1\x03\xbf\xc8\x44\xd8\x43\xe3\x75\xa4\x59\xd6\xef\xb4\x45\x9c\x47\x6f\x30\x4d\xfc\xed\xa0\xb0\xd5\xbc\x28\xd6\x45\x55\x8b\x0f\x66\x48\x40\x8c\x82\x88\xc6\x02\xc6\x6a\x80\x89\x9b\x04\xb9\x08\x43\x1a\x31\x7b\xc6\xa7\x2f\x1d\x60\x05\x21\x2a\x2e\x30\x3a\x01\x12\x6e\x01\xd1\x24\x88\x7b\x2c\xd8\x46\xe3\xcb\x94\xc0\x12\xfc\x10\x42\x25\x3b\x0d\x20\x6c\x0b\xf6\xd0\xf8\xaa\xbf\xf9\xa0\x92\x11\x9b\xd9\x87\x9a\xbc\x11\x5c\x17\x04\x34\x16\x00\x8e\xe2\xd3\xfd\x0e\xc4\xa5\xf8\xda\x38\xff\x60\xa5\x7c\x20\xd8\xe3\x74\x19\x5f\x27\x57\x0e\x18\x82\x53\x34\x15\x05\x44\xf1\x05\xb7\x96\x90\x10\x1e\xbc\x82\xf8\xa0\x8c\xb8\x38\x78\x00\xa5\x2d\x84\x1f\x07\x46\x9d\x82\xb9\x35\x3e\xc2\x71\x31\xb7\xc6\xf7\xfa\x9b\xfc\x09\x8d\x06\x3d\x3e\xc0\x7c\x4d\xcd\x6b\xeb\xf7\xd1\x79\xcc\x7b\xe3\x51\x1a\xce\x7b\xf1\x7d\xd4\x82\xa3\x0a\x4a\xf5\x02\x76\xd9\x06\x01\xb6\x5c\x67\x3d\xec\xcb\xe1\x39\xcd\xdf\xa2\xb2\x62\x86\xdd\x30\x9c\x17\x50\x3b\x37\x0c\xe7\x05\x18\xe1\x7d\xd9\xa7\xe7\x74\xda\x58\x8a\x0a\xc6\xd6\x0d\x7b\x79\x6a\xe0\x35\x6f\x60\x4d\x0b\x16\xd6\x6d\x34\x4b\x03\x14\x68\x13\xce\x52\xae\xc6\x4b\x10\xfa\x5f\x8d\x74\xc8\xc6\x30\xc3\xee\xcb\x91\x3a\x93\x67\x63\x5b\x2a\x57\xfb\x17\xdf\xcb\x86\xe8\xbc\x20\x48\xef\xcb\x01\xea\x34\xef\xa1\x49\x9d\x42\xec\xf0\x73\x02\xee\x0b\x14\xe9\xab\xd3\x0c\x94\xc5\x0d\x41\x7a\x5f\x8b\xaa\x3f\x7c\x8c\xb2\xb8\xf5\xc2\x17\xf0\xeb\x83\x02\xb8\x2f\x87\xe8\xa1\xba\x08\x2e\x02\xd5\x6c\x42\x4a\x0a\xa6\xd4\x7d\x39\x76\x83\x5c\x11\xe9\xe4\xa7\xd8\x98\x97\x0a\x66\xd2\x9d\xae\xcd\xef\xd3\x21\xe9\x6c\x0a\x85\xb0\xd6\x9d\x8a\xef\x74\x7e\xe3\xd9\x8b\xbf\xf6\x4e\xe7\x4c\x2f\x98\x4f\x77\xc2\x73\xa0\x21\x97\xec\x44\x77\x12\xe4\xba\xa5\xcf\x26\xc8\x75\x27\xe4\x3b\x39\xcb\x77\x02\x50\x19\xcb\xe8\x36\x82\xa4\x21\x5c\xec\xd4\x12\xff\x48\xfc\xa6\xec\x4c\xfd\xce\x56\x53\x80\xf0\xda\x84\x99\x14\x42\x5e\x77\x7a\x28\x21\x93\xe9\xe3\xfb\xe4\x33\x4d\x1f\xfc\x26\xbd\x50\x18\xce\x05\x8d\xe3\x62\x43\x62\xad\x5d\x74\x03\x50\x79\xfe\x41\x5d\x41\xa8\x4c\x85\x12\xa0\x09\x82\x4e\x7b\x27\xbc\x84\x1a\x47\xc4\x4e\x8b\x6a\x98\x13\x00\xe0\xc9\x8f\xb7\xc5\xd1\x33\x1f\xd5\x28\x54\xc3\xee\xa6\xf7\xa0\x84\x2e\xa0\xec\x6f\x63\x43\x84\xe8\xda\xf9\xdc\x89\x0b\xca\xef\x2d\x6e\x24\xe8\xf3\x1b\xeb\x49\x01\x0e\x6c\x67\xc7\xe7\x9c\x35\x3b\x97\x57\x67\xdb\xc1\x1f\xf4\x2a\x6b\x2b\xdf\x3f\xcf\x5b\xff\xa0\x57\x59\x68\x58\x58\x4a\x62\xa1\x11\x28\x52\x12\x0b\x4d\xc4\x47\x6c\xc1\x3b\xdb\xab\x95\x12\xec\x55\x16\x5a\x26\x40\x1a\xbb\xf0\xc6\xfe\x51\x80\xc7\xdd\x19\x1c\x22\x22\xba\x76\xb6\xe7\x59\x4e\x44\x83\x14\xec\xc5\x1b\x76\xe3\xc2\x41\xb8\xb3\x5d\xd7\xa8\x34\xfe\x72\x9d\x28\xde\x9d\x23\x9f\x7f\x74\x32\x25\x20\x4e\x34\xf1\x9d\xa1\xe6\xc4\x18\xbc\xe1\x28\x2e\x18\x83\x77\xb6\xb3\x59\x4b\x44\x83\x14\x8c\xc1\x3b\xdb\xf1\x0f\x35\xb2\xe3\x8f\x30\xb9\xe1\x0d\x4e\x9d\xa0\xaf\x0d\x71\x70\x21\x16\x77\x1b\xe6\xd1\x31\xbc\x6e\xc8\x81\x0b\x96\xe1\x5d\xf0\xc8\xe9\x44\x83\xed\xe2\x90\x1c\xa9\x71\x97\x44\x11\x47\xbe\xd8\x05\xff\xba\xce\xdd\x70\x97\xd4\xf8\x07\xe5\xe1\x7e\x20\x8f\xc6\x2e\xf9\x64\x8b\x27\xdc\x2e\x47\xb2\x2a\x58\x8f\x77\x61\x70\x01\xa1\xd8\x05\x59\xb9\xe3\xe4\xb6\x0b\x5b\x39\x5c\x7d\x1b\x9b\x4a\xc1\x7a\xbc\x21\xe7\x4d\xc2\xb8\xee\xc2\x40\x60\xf4\xdd\x85\x81\xc0\xe8\xbb\x61\xde\x4d\x9d\x98\xc0\x0d\xf5\x6e\xc9\x7e\x80\x6b\x54\x27\x40\x70\x83\xa1\x58\x70\x3d\xdf\x05\xa0\x82\x9c\xc7\xbf\x76\xb9\x72\x36\xa4\xf2\x6b\x2d\x63\xc9\xe5\x77\x13\xdd\x51\x7e\x8d\xdd\xbe\x43\x21\x80\x2d\x82\x6a\xbb\x31\xe9\x24\x69\xc6\x77\x39\xf7\xd0\x02\x04\xed\x96\x81\x97\x28\xdd\x0d\xd3\x6e\xc1\xe2\xbc\x0b\x1e\xce\x1d\xda\x96\x5d\x60\xa7\xc4\x09\x7e\xdf\x97\xce\xd5\xe7\xb4\xde\xf7\x45\x11\xb4\x09\x8b\x50\x01\xc6\x6c\xdf\x89\xf6\x9d\xb3\x67\xdf\x00\xa5\x12\xbf\xbb\xc1\x64\x2c\x80\x98\xec\x9b\x65\x80\xe9\x7a\xdf\xcd\x77\x0a\xbf\x7d\xe7\xe6\x37\xf9\xb0\xbb\xde\x08\xaf\x1d\x2f\x82\x0d\x19\x6e\x41\x06\xda\x77\x37\x23\x0a\x23\xe8\x4d\xe0\xad\x7d\x3f\x67\x5e\x63\xd3\xde\x37\x5a\x66\x29\x7f\xf7\x0d\x74\x23\xae\x86\xfb\x46\xcb\x2c\xe9\xd5\xbe\x1f\xca\x63\xb9\x60\x5d\x2a\xd8\xb3\xf7\x7d\x04\xd6\x82\x09\x7b\xdf\x50\x0a\x64\x96\xd1\x6d\xd7\x73\xf0\xdc\x2c\x10\xac\xd9\xfb\x66\x51\x60\xc0\xde\x37\x34\x93\x18\xb0\xf7\xcd\x29\x0e\x01\xf8\x86\xc7\xb6\x20\x95\xed\xdb\x51\x60\x71\x61\x70\x2a\xe8\x18\xf6\x0d\xed\x00\x86\xed\x0d\xa7\x6d\x92\x9f\x73\xdf\xb0\x75\x63\xe5\xde\x95\x43\x1c\x3d\xc4\xae\x0e\x02\x07\x18\x86\xa8\x82\x95\x7b\x57\xd4\xca\x1d\x25\xfb\x86\xed\xb6\x60\xf2\xde\xd5\xd1\x61\xd1\x55\x47\xe7\x21\x53\x94\xb4\x02\x03\xed\x7a\xd3\x04\x16\xa0\x01\x18\x82\xde\xec\x0a\x50\x09\xf6\xef\x5d\x1d\x4f\x4e\xbc\xea\x78\x8e\xce\x6f\xd6\xdf\xa0\x04\x84\xda\x8e\x86\x6d\xd7\x23\xd4\x96\x62\x09\x4d\x27\xf6\xec\x1f\x9b\x7f\x50\x02\x32\x16\x10\x1a\xbb\x32\xd0\x98\xc2\x77\x45\xa8\xed\x9d\x8d\x1d\x7b\x53\xc1\x7e\xbd\x81\xd0\x2c\x60\x30\x6f\xec\x42\x05\xfb\xf5\xae\xdb\x77\xa8\xd2\xd6\x03\xde\x9c\x40\x4f\xc2\x98\xbd\x2b\x9e\x23\xfd\x31\x27\x18\xd7\x8b\x55\xc2\x43\xb8\x3f\x66\x0b\xd9\x07\x66\xee\x5d\x19\x51\x2c\xdb\x9b\x98\x90\x82\x31\x7b\x57\xa4\x60\xe9\x91\x37\x0c\xb0\x05\xcb\xf6\xae\x06\x61\xa0\xa2\xd8\xf5\x3b\xf3\x0a\x33\xf7\x6e\x0c\x23\x1e\x39\xbb\x31\x8c\x85\xa3\xb0\x21\x2a\x77\xf4\x09\x1b\xe0\xcd\x82\x35\x7b\x37\xa4\x60\x0c\xd8\xbb\x21\x05\x03\x90\xb1\xe1\x7a\x2d\x50\x28\xee\x56\x7c\xff\x54\x09\x80\xcd\xe2\x06\xd4\x80\x59\x82\x13\x64\xb7\xdb\x46\xb3\x75\x82\xb0\x59\xb0\x6b\xef\x66\x68\x07\x6e\xc7\x5b\x88\xcd\x62\x2d\x18\x76\x62\x97\x77\x43\x60\x23\x76\x79\x03\xb1\x59\x30\x71\x6f\x98\x5f\x0b\xe0\x56\xdb\x60\x96\x7e\xee\xc9\xff\xd8\xe3\x1a\xa2\x36\xd1\xcf\xbb\x21\xc9\x11\xbe\xbc\xdb\x53\xf8\x4d\x89\xc6\x80\xa0\x51\xde\x80\x60\x16\x18\x6f\x76\x73\x1a\xb0\x62\x05\xb5\x24\x7a\x79\xb7\x41\xd5\x59\xb1\x0d\xb5\x6e\x1f\x96\x30\xce\xbc\x86\xc9\x77\xff\x82\x6c\xb8\xc6\xed\x86\xa4\x8e\x1d\x7e\x63\x3c\x2a\xc4\x3b\xef\xc6\xd1\x0a\xb2\xd5\x6e\x48\xed\xd8\xe7\x77\x43\x3c\xc4\x3e\xbf\x1b\x66\xca\x0e\x55\xe8\x06\xe3\xb2\x60\x9f\xdf\x2d\xcc\x88\x92\x9d\x99\xac\xd9\xb6\x29\xcc\xf7\xd9\x44\x50\xc7\xed\x06\x1a\x0f\x76\xfb\xdd\xf6\x2f\x40\xc2\x3f\x28\x8d\xa3\xb5\x21\x73\x72\x8f\xda\x90\xd8\x16\xae\x4e\xbb\x39\x2f\x39\x65\xb1\x41\x15\xe2\x7d\x77\xe3\x56\x80\x05\x7b\x03\x1e\x59\x08\xac\xde\xdd\xd9\xc7\x4a\x06\x30\xb2\x14\xe6\x43\x77\xc2\xb1\x92\xbb\x13\x8e\x95\xdc\xf1\x51\x79\xae\xe6\x1f\xb0\xa3\xb0\x92\x0d\x26\x7a\x70\x9e\xdc\x9d\xa9\x88\xa5\x7f\x77\x84\x5a\x2c\xfd\xbb\x33\x2d\xb9\xa7\x6d\x6c\x46\x85\x40\xec\xdd\xb9\x3a\xe0\x01\xb0\x0d\x32\x7a\xf0\x6a\xdc\x9d\xab\x03\xee\x00\xbb\x23\xdf\x7a\x00\xc1\x99\x7b\x5e\xe2\x1f\x28\xa3\x1f\x65\xe8\x0e\x39\x01\xf0\x2b\xdb\x58\xa4\x47\x81\xba\xb3\x1f\xdd\x6c\x41\x40\x45\x96\x9b\x25\xde\x11\x76\x31\xf4\xef\xce\x85\x02\xdb\xfe\x26\x2e\xa9\x60\xdb\xdf\x9d\x0b\x05\xb6\xfd\xdd\xb9\xd9\x61\xc3\xdf\x9d\x99\x77\x73\x1c\x63\x30\x4a\x8f\x92\x62\x1f\xf4\x0c\x0b\xd9\x10\xa5\x07\x54\x97\xdd\x99\x93\x20\xbf\x7c\xa8\xef\x65\x1b\xfb\x06\x27\x2a\x26\x9c\x6f\x5c\xf9\x2f\xa9\xcd\x27\xf6\x1e\x2c\x55\xdf\x10\x21\xf9\xf2\x37\xb8\x68\xa7\x87\xbf\x71\x01\xd7\xfd\xfb\xdd\xff\x22\xe9\x7c\x83\xdd\xe4\xef\xef\x01\xc4\x96\xf9\xcf\xbf\xd0\xec\xdf\xb8\x16\x98\x6d\x37\xbf\x03\x3e\x59\xde\x4f\x22\x51\x53\x16\x28\xd9\xf8\x76\x7c\x23\x83\xa9\x76\x51\xb7\x0c\x44\x52\xe6\xdb\x0c\x94\x53\x22\x4f\xb0\xfa\x40\x4e\xf9\x06\xa8\xd7\x20\x4e\x7f\x62\xf2\x61\xe7\xfe\x86\xcc\x69\x89\xfa\x80\x74\x8d\x6c\xff\x11\x96\xf2\xb7\x5c\x78\x29\x90\xe7\xbf\x01\x16\x23\xb2\xe0\x27\x2f\x2a\xca\x9c\x8f\xd0\x95\x1b\x19\xf6\x1b\x72\x54\x54\x7f\xe7\xff\xfe\xa7\xfd\xea\x06\xe1\x39\x02\xf9\x27\x8f\x2a\xfa\xb6\x6f\x80\xe9\x58\xad\x03\x4c\x56\x57\xa7\x2c\x10\x8e\x70\x50\xfd\x06\x3c\xbc\x58\x56\xbf\x01\xa5\x25\xb6\xde\x8f\x30\x99\x5a\xfe\xb7\x3b\xea\xd3\xfe\xb7\x8d\xed\x23\x82\xa6\x5f\x0f\xfd\xd5\x04\x58\xb5\x6c\xa0\xa6\x1e\xe6\x01\xe8\xde\x78\xb4\x7e\x03\x06\xbd\xdf\x78\x77\xc1\x56\x29\xbb\xa7\xbf\x44\x35\x1f\x9c\xaf\x9d\xed\xeb\x1b\xd0\x63\xfe\xe6\x0d\x04\x5a\x8f\x63\xd9\xdf\xbf\xb0\xfc\x1f\x5c\xb0\x37\xc8\x40\xdf\x90\xef\xf9\xe6\x1d\x78\x61\x41\xd6\xfe\x08\xd6\x11\x69\xfa\x1b\x20\x36\xc1\x15\xf3\x8d\x87\x7e\xb7\x3e\x83\x7c\x1a\xf5\x1c\xe0\xe9\xd9\x16\x20\xe5\x6f\xcb\x05\x30\x18\x4f\x8f\x6f\xc0\x52\xf7\xcb\x7f\xa6\xff\xd5\xae\x29\x1f\x30\xef\xc8\x89\x61\x59\x13\xd4\xf5\xc6\x3c\x00\xd2\xeb\xd7\x3f\xc0\x99\xe1\x55\xf2\xc1\x2f\xfb\x77\xec\xc1\x57\xec\xbf\x7c\xa0\x21\x18\xa4\x9f\x1d\xfa\xbe\x9d\xaf\x40\x80\x11\x16\xff\x81\xaf\x58\xfb\xef\x1d\xe6\xd6\x43\x7d\x16\x38\x9f\x95\xb2\xd6\xf7\xbf\xe6\x5f\xdc\x7f\x91\xab\xbe\x11\x50\x3f\x3c\xf4\x73\xb4\xbf\x08\xd7\xdf\x80\x5a\x13\xb4\xf4\x6f\x04\xec\x81\xd6\x07\xd8\xbb\xea\x7c\x0a\x59\x1a\xe9\x1f\xc8\xe8\x09\xb0\xfe\x06\x10\x63\xf5\x97\x27\x73\xda\x77\xc0\xff\xfc\xcd\x63\x00\x62\x9b\xeb\xed\xc8\x1f\x37\x61\xc3\xdf\x80\xaa\xa3\xb9\x77\x6c\xa0\xd0\x9c\xc7\x2f\xb4\xb7\xae\x3d\x01\x89\x1f\xea\x06\xea\x3a\xf8\x96\xdf\x78\xc1\xd5\xcc\xa6\x03\x06\x9c\xa9\xe7\x3b\xff\x82\x19\x7f\xe0\x43\xde\x10\x7d\x7d\x04\x3a\xdd\xcd\x3c\xa1\xd9\x2c\xae\x25\xb9\xba\x07\xf5\x01\x47\xb4\xbb\xa7\xc0\x46\x87\x03\xc2\x37\xa4\xe2\x74\xec\xc0\x96\x04\x1d\xe1\xc3\xaa\xd5\xda\xef\xf7\x99\x57\x08\xb5\x1f\x54\xbd\xdd\x35\x0f\x55\xef\xcd\x2d\xe3\x9b\x50\x03\x20\xa1\x7f\xf3\x92\xf2\xe0\xe2\x37\x0c\x83\xac\xff\xf9\xe3\x72\x7e\xf8\xfd\xfc\xe5\xf0\xfe\x26\x7b\x1f\x5e\x27\x1f\x16\x34\x79\x8e\xbf\x79\x89\xc2\x7f\xfa\x64\xe6\xff\x87\xfa\xe4\x9b\xbf\xbd\xec\xe4\xff\x89\x14\x75\xb2\xff\x0c\x35\x3e\x23\xf1\x71\xad\xa2\xe1\x1f\x97\xaa\x23\xfa\x7c\x9f\x70\x22\x95\x9f\x8d\xab\xd6\xff\x5f\xb9\xe7\xff\x33\xff\xdf\xff\xaf\xf7\x7f\xfe\x5c\xf0\x14\xfd\xb9\x2e\xbc\x26\xcf\xdf\x2b\xf3\xf7\x2a\xff\xfd\x0f\x61\x74\x57\x39\xab\xee\xcf\x55\x26\x64\x36\xe7\x1d\xd0\xfa\xcf\x63\x00\x32\x7f\x52\x96\xef\x08\x1a\x5a\x4f\x4a\xf8\x4e\x00\x05\x9a\xff\xe7\xcf\x85\xb7\xde\x79\x54\x70\x4e\x2e\x92\x1a\x49\xc5\xa4\x7e\x92\x8a\x49\x84\x10\xa2\xcf\xc8\x57\x3a\x59\x65\x81\x6b\x4e\x87\x66\xd4\x84\xe7\x41\x58\xf5\x4d\x4a\x98\x02\x9e\x5a\x3b\x29\x34\x2c\xc3\xbd\x04\x77\x7e\xbe\xce\x85\xfc\x3c\x44\xe4\x38\x29\x25\x93\xa2\x7f\x2a\x39\x97\x61\xca\xfc\xef\x7f\x1e\xfc\x4c\x32\x0c\x40\xe7\xb1\xfe\xfb\x9f\x27\xfb\x56\xdf\x26\xbd\x27\xa9\x52\xc9\xb3\xc7\x9d\xc7\x7d\xfa\xad\xff\xcf\x9f\x9c\x2a\xd5\x46\x2b\x86\x31\x3b\xa7\x73\xce\x9c\x07\xb0\xac\xe5\xa4\x34\x2a\x29\xf7\xcb\xd9\xd7\x32\x3e\xd3\xe7\xc1\xf2\x25\x65\x98\x32\xd4\x9c\x90\x62\xce\xc3\x98\xe4\x93\x72\x76\x8a\xf3\xa8\xff\xfd\xcf\x03\xcf\x4c\xce\xb6\x36\x9f\xd6\x3e\xb8\x19\xe4\x9c\xbb\x49\x06\xb3\x91\xb2\x4c\x31\x78\xf3\xa4\x34\x72\xc2\xd3\x16\x95\x58\x86\x04\xe4\x3c\xfa\xc9\x28\x9b\xf4\x9a\xf4\x9d\x24\x3a\x37\x5b\xef\xdc\x99\x37\x47\xa6\xcc\xb9\xfb\x61\xef\x24\x51\x03\xfb\x32\xd3\x97\xd0\x10\x64\xdc\x72\xcf\x23\x91\xc4\x5b\x4f\x36\x89\xf8\xda\x87\x14\xb3\x32\x88\x93\xe6\x0d\x9b\x37\xac\xd5\xe9\xf0\xbc\x6c\xcc\x8a\x93\x44\xdf\xe5\xb0\xa2\x67\x73\x7b\xf0\xec\xcb\xc0\x8b\x9c\x07\x55\xa0\x17\x6e\x47\x81\x8b\x3e\x56\xd2\xcc\x35\xff\x4f\xbe\x69\x0d\x7e\xcb\xf9\xee\x74\x0c\x77\x7b\x0c\x8f\xf9\x7e\x8a\x29\xfd\xbf\xff\x19\x04\x27\x65\xbc\x41\xff\x64\x70\x14\x88\x24\xce\xc0\x28\xfc\xc9\x37\x35\x40\x14\xce\x5c\xde\xff\x64\xbc\x42\x71\x2b\xc9\x35\x51\xcd\x2a\x7f\xd8\xe9\x82\x9a\x99\x4e\x35\xcb\xda\x45\x4a\x33\x05\x7a\x9f\x42\xca\x30\x05\x10\xd7\x4a\xca\x36\x05\x66\x01\x72\x2e\xe6\x53\xc8\x87\x9c\x4b\x35\x45\xaa\x6c\x52\xcc\xa7\xc0\x07\x4b\xce\xc5\x7c\x0a\x18\xcc\xe4\x7c\x53\xe7\x7a\x43\xb4\x4c\xce\x77\x31\x85\xaf\xc8\x79\xd2\x43\x5c\x84\x81\x6b\xcb\xd5\x96\x72\xed\x45\x7f\x94\x9b\x5d\xdd\x1a\x1e\xe8\x99\x94\x61\xca\xc4\x27\xf0\x7f\xfe\xe4\xee\xbc\xe9\xfd\x74\x19\x0e\x49\xb9\x3f\x0c\x5a\x3f\x13\xff\xe1\xb6\x59\x30\x27\x9c\x07\xc0\x19\x89\x94\x87\x94\x24\xf6\xdd\x49\x39\x5b\xc6\x79\x00\x28\xf1\x90\xd2\x4c\x19\x67\x14\xcf\xaa\x28\x30\xb8\x9d\xc7\xf7\xdf\xff\x0c\x2e\xd7\x05\xe2\xb4\x3f\xe5\xa2\xb8\x4a\xde\xd3\x94\x73\x12\x11\xd6\x59\x12\x3d\x5b\x12\xe2\xfe\xd9\xda\x4b\x3a\x6b\xe6\x4f\x49\x48\x2c\x67\x9f\x2a\xd9\x3a\xe6\x24\xf9\xe8\x49\x69\xa6\x74\xa8\x0c\x78\x87\xa6\x95\xfc\x50\x3c\x0d\x41\x11\x78\x1e\x70\x10\x74\x52\x1e\x53\x20\x50\xcb\xa4\x4c\x53\x80\xbd\x6e\xa4\x6c\x53\x3e\x78\x83\x4e\xca\x30\x1f\x08\x58\x8a\x29\xd5\x14\xe0\x31\xc9\xf9\xc8\x4b\x7f\x4a\x39\x22\x11\xd4\x9e\xc5\xdd\xbd\x14\x78\xc3\xcf\xbd\xac\xc0\xc8\x72\x1e\xcf\x29\xbd\x92\xf2\xfb\x0a\x26\x02\x53\x2c\x1d\x82\x5e\xba\x0c\x8e\x96\xf3\xa0\xce\xe4\xbc\xac\x33\x8c\xe1\x85\x56\x84\xef\x40\x16\x76\xce\xc4\x1a\xef\x59\x79\x15\x8b\x78\xc5\x8c\x51\xb1\x29\x9e\x07\x44\xdd\x27\xa7\xfa\x9d\x6b\xe9\x79\xb0\x6f\x9e\x8b\x61\x23\x1a\xe6\x3c\x80\x89\x3d\xc3\xd8\x08\x52\x39\x0f\x16\xda\x11\xe5\xda\xdd\x49\xc2\xb3\xfb\x06\x2e\xa1\xd5\x23\x45\x9c\xc7\x11\x74\x70\xf0\x6f\x8d\xb9\xdd\xf0\x4d\xed\x23\xfd\xf5\xe8\xf1\xcc\xfc\xff\x75\x8c\x36\xf8\x0a\xce\xe3\x9c\xdc\x48\xdb\xad\xb3\xf2\x5b\xc7\xb4\x03\x28\x78\xe3\x82\x70\x1e\x10\xa3\x1e\x99\xa7\x01\x49\x7c\x1e\x30\x9c\x9d\x01\xe8\xe9\xf4\xd8\x79\x9c\x33\x08\x3b\x5a\x2f\x9c\x8a\xbd\x14\x78\xa3\xce\xe5\xad\xc3\xc8\x71\x1e\xc0\x39\x9f\x71\xea\x0f\xfd\xdb\x1f\xf8\x2d\xc0\x28\xe8\xe3\x5c\x6c\xcf\x03\xc9\xf0\xba\xff\xe7\x4f\x9f\x8c\x5d\x27\xbe\xba\xb1\x72\x3a\x14\xbc\xe7\xb1\x20\x8a\xc8\xff\xf3\xe7\xc1\xb0\x73\x1e\x10\x1c\x43\xac\xfc\x9c\xa2\xce\x83\x36\x42\xf7\x0a\x92\xfb\x79\x54\xe8\x48\xa0\xb9\x39\x5f\x9c\x47\x06\x5d\x55\x66\x1a\x92\x2a\xe4\xd9\xa2\x1d\xe3\x25\x7b\x1e\x42\xff\x43\x35\xf1\x3e\x24\x9d\x6d\xb1\x65\xc1\xbd\xaf\x53\xe2\x98\x10\xd2\x62\x1a\x9a\x44\xdc\x9e\x07\xe8\x51\x02\x83\x9e\x2d\xe0\x3c\xca\x59\x41\xc0\xeb\xc5\x91\xd0\xce\x83\xe5\x2a\xcc\xe9\x11\xce\xce\x43\x50\x21\x90\x43\x4f\x7b\xcf\x83\xa5\x07\xfc\x1e\x2e\x31\xe7\x01\xaa\x13\x10\x87\x71\xf6\x8a\xf3\x40\xb4\x00\x52\x33\x18\xed\x19\x6e\x19\x20\x4a\x06\x1b\xf6\x8c\x4c\x25\xc0\x7c\x04\x19\xfa\x3c\x16\x49\xe0\x96\x9e\x83\xf6\x3c\xcc\xcb\xa4\x8f\xa4\x02\xb2\x68\x02\x31\xb5\xd8\xa0\x33\xda\xa3\x08\xba\x5a\x1e\x93\x86\x90\x34\x24\x4d\x93\xc8\x1e\x44\xc8\x60\xdf\x9e\x30\x8d\x8f\x22\xb2\xea\x6d\xbd\xce\x36\x3d\x8a\xa0\xaa\xb7\xb5\xaf\x54\xb5\x8b\x3d\x6b\x55\x2b\x25\x82\xfe\x18\xd5\x66\x57\xb2\x07\xc1\x94\x70\xe0\x3f\x33\x1a\xd9\x03\xb2\x8a\xc3\xcd\x79\x24\x31\x6d\x48\xb2\xf6\xe7\xec\x1c\xec\x83\x13\x57\x9c\xf3\x00\x09\x36\x89\x64\xeb\x70\x74\x81\x6e\xe9\xaf\xee\x70\x9c\xf9\x35\x88\xae\x98\xf1\x98\xfd\x63\xf6\x54\x95\x53\x77\x06\x7a\x58\xcc\x7c\x33\x1e\xf3\x3a\x9b\xe4\xb8\x05\xcd\x7d\xac\x3d\x4a\x76\xe4\x98\x49\xd0\xf2\x79\x90\xbd\x55\x1d\x76\xce\xa0\xaa\x56\x62\x58\xd5\x01\xf0\xac\x25\x0e\x07\x0d\x30\x25\x2c\x7a\x33\x86\x83\x36\xa9\xd7\x0f\x3a\xd7\x66\x9f\x89\x3d\xe0\x21\x98\x30\x9d\x9f\x07\x40\x1c\xce\x89\x69\x25\x26\xf8\xbb\xce\x9c\x69\x5e\x40\x1c\x10\xc3\x39\x63\x59\xaf\x45\x5e\x7e\xb8\xcc\x0b\xbc\x25\x54\x09\x13\xe2\xf2\xf3\xa0\x5e\x00\x46\xc6\x72\x68\xcf\xb6\x3a\x6e\x93\xc2\x7a\x05\x6d\xfc\x21\xf8\xda\xc6\x20\xfb\x1f\x78\xaf\xfd\x15\x34\x5b\x7c\xde\xb0\xaa\x1b\x48\x5d\x27\xd3\xb6\x12\x9b\x2e\xec\x64\xff\x3a\x42\xf8\x1e\x26\x67\xe1\x6b\x89\x2f\x25\x3e\x62\xfd\x5a\xe2\xcb\x04\x78\xfc\xd0\x41\x7b\x85\xc0\x11\xf9\xd7\x12\x5f\x3a\xc7\x29\xf7\xda\x39\x9f\xd9\x8b\xf7\x6b\x5e\x9f\x90\x33\xe4\xf5\x99\xd7\x47\xed\x07\x25\x7e\x0e\x1a\xf0\x26\x58\x12\x67\x7c\x76\xce\x47\xed\xc5\xd8\xbd\xe8\xe8\xcd\xd6\x71\x0b\xa9\xeb\x3e\xc1\x5e\x38\xaa\x48\xb9\x57\x98\xb4\x45\x9a\x01\xf0\x97\x36\xee\xb3\x4f\x0c\x68\x58\xe6\x76\x9f\xc0\x03\x6b\x80\x58\x37\x71\xba\x3a\x8f\x8f\x24\xb2\x77\x9f\xc0\xed\x6a\x10\x8b\x31\x77\x9e\x26\xf1\x21\xb0\xa1\xdb\x7d\x62\xbb\x4f\x08\xcb\x9b\xa9\xfd\x06\xe0\xb4\x8a\x92\x5b\x6e\x93\xaa\xc8\x30\x24\x35\x93\xa8\x57\x11\x77\xd8\x7a\xb1\x4f\x10\x74\x31\xb7\xfb\xc4\xbe\xc9\x8b\xe9\xbb\x6f\xf3\xba\xcd\x0b\x50\xe3\xdb\x7a\x01\x51\x4b\xf0\xc5\x04\x20\xfe\x3c\xf8\xb0\x0a\x47\x5c\x4d\xa2\x44\xc0\x68\xb7\x5b\x07\xae\x62\x03\x59\x75\xe2\x0d\x76\x1e\x54\x02\x38\x5a\xc0\xe3\xcf\x43\xa4\x14\xdf\xb2\x8d\x6c\x30\xd5\x8e\xee\x96\xd8\x01\x31\x7e\xf2\x3f\x8f\xe2\x09\xa5\xfb\x79\x88\xfe\xc2\x30\xbb\xd9\x6c\x00\x70\xab\x88\xcd\x6e\x36\xbb\x6f\x81\x56\x00\x38\xb6\xa8\x47\xec\x15\xde\x72\xb3\xd9\x88\xf8\xd5\x1e\x46\x14\x9b\x1b\x44\x45\x42\x7a\x27\xa4\xf0\xe7\x41\xe3\xc0\xbf\xdd\x6e\x36\x9b\xcd\xa6\x8a\xdb\xec\x66\x43\xc0\xfd\x68\xc2\x34\xbb\xb3\x6c\x76\x16\x82\x7d\xe7\x1e\x76\xc1\x11\xc2\x06\x11\x10\x73\x4f\x7b\xf8\xc8\x13\x03\x49\x6a\x6e\x77\x83\x0d\x72\x2f\xb1\x07\x73\x23\x4a\xcd\x1d\xa2\xa3\x50\x7b\x97\xfe\x66\xe9\xe3\x23\x33\xb7\x4b\x7f\xb3\xf4\x39\x8a\xe7\x76\xe9\xc3\x30\x3f\x40\x41\x9b\xf8\xbd\x9d\x87\x79\x99\xe4\x00\x6e\x6a\xcf\x36\x02\xf7\xfc\x79\xf0\x21\x1b\x04\x14\xf4\xe7\x41\x89\x9c\x36\xdb\xa5\xbf\x3f\x4a\xec\xb4\xf1\xb3\xf6\x44\xb5\x65\x36\x67\x3c\xe7\xce\x83\xec\xc5\x9b\xfe\xcc\xfe\xac\xda\x81\xe3\xff\x7c\x3d\xfc\x5f\x91\x36\x04\x2c\xf6\xf0\x7f\x2f\xb2\x17\x93\x18\x49\x70\xbe\x04\x1c\x10\xe0\x3c\x5f\x04\x89\xf9\xa6\x02\x1c\x34\x79\x25\xea\xf5\x66\x00\x98\x2f\xd1\x9f\xcd\x9e\xa3\x38\x8b\xdb\xec\x51\x8c\x17\xdd\x00\x0a\x6c\xe2\x38\x77\x1e\x8d\x24\x50\x8d\x4b\x37\x09\xac\x88\x5b\xf4\xe8\x65\x12\xd9\x17\xb1\x9e\xcd\x5e\xe4\x1d\xd6\xd3\x7b\x9b\x97\x70\x2c\x22\x3c\xdf\xe6\x75\x83\x44\x7d\x0b\x18\x1d\x26\x09\x1d\x42\x55\x5d\x88\x2f\x0b\xb1\x9b\x57\xf5\x43\x0e\x6c\x1c\x83\x26\x7e\x7d\xe7\xf1\x83\xeb\x20\x89\x0d\xf5\x15\x20\x9c\x6d\xf7\x6d\xb6\xb1\x01\x57\x2d\xe4\x34\x77\xfe\xf9\x9e\x3b\xff\xc0\x21\x7e\x02\x6f\x70\x1e\xf4\x2a\x3b\x31\xae\x82\xe7\x41\x89\x8d\xaa\xb6\x6d\x12\xcd\x16\x8e\xda\x15\xfc\x76\xf2\xfa\xa1\x52\x9b\x17\x11\x14\x58\xa8\xe7\xeb\x7a\x7c\x5d\x8f\xec\xd7\x6f\x77\xd0\x1e\xda\x08\x46\x3b\x28\x09\xe7\x01\xda\xf5\x0f\xc9\xda\xaa\xb2\xf8\xba\x60\xd5\x2e\x3e\x18\x17\x46\x77\xe6\x2c\x7b\x42\x50\x27\xce\x24\xfc\x08\xcf\xa3\x80\x7e\x4d\xf6\xae\x0e\x88\xfc\xc7\x23\x82\x78\xf8\xa1\x78\x4e\xc8\x9b\x6f\xd8\x85\xae\x0e\x36\x67\x68\xfd\xcf\xe3\xb4\xf1\x11\xcd\xdb\xb3\xf2\x05\xd0\x32\x5b\x89\x6d\x7f\xb1\x86\x1e\xb1\xc0\x5d\x43\xef\xeb\x87\xe4\xf5\x0e\x93\xce\x66\xf5\xd8\xd1\xaf\x3d\xf1\x51\x55\xc1\xbc\x3d\x05\x5f\x96\xd5\x63\x4f\x7c\x7e\xc8\x1a\x7a\x6c\xa3\x6b\xe8\xe5\xc8\xc3\xc1\x7a\x7e\xae\xa1\x0f\xd1\x18\xaf\xe9\xf9\x79\xe4\xe1\x27\x99\x60\xb7\x98\xdf\x35\x4c\x02\xc6\x7b\xf8\xe1\x6b\x12\x79\x71\x56\x7e\x89\x2e\xfc\x38\xb9\x86\x1f\x7a\x72\x7d\x59\x0c\x6f\x3e\xf4\xe4\x82\xf2\x7f\xe0\x10\x3c\x3f\xd7\x10\xdc\x11\x03\x8f\xdf\x89\xa2\xf3\x3c\xfc\x10\xf0\x6c\x65\xd7\x0f\x4c\x75\xac\xec\xf3\xf3\x98\xfa\xce\x22\x19\x43\x60\xec\xfb\x31\x69\x08\x6f\x41\xd2\x34\x89\x12\x41\x79\xff\x5c\x30\x1f\xab\x03\xf5\xf4\xfc\x5c\x1d\x9f\x78\xd3\x9c\xce\xa8\x58\xff\xcc\xaf\x81\x22\xce\x52\xf8\x3c\xb9\x3e\x15\x62\xec\xd1\x9f\xab\x03\x37\xcc\x01\xe8\xd0\xfc\xba\x25\x22\xbb\xe2\xc0\x3a\x3f\x8f\x93\x8f\xe9\x3b\x86\x48\xe2\x36\x9b\xe3\x04\x0f\xd6\xf9\x29\xa8\x7e\x1c\x14\xc3\x5e\x1d\x8e\x90\xe8\xd5\xe0\xe7\x7f\x23\x9b\x84\x0a\x94\xc8\xa2\xf9\x0d\x6b\x21\xb0\xf5\x25\xcc\xf9\x60\xbc\x3f\x60\x8f\x2e\x9c\x56\xe7\xe7\x59\xf1\x21\x39\x16\x91\xd1\x97\xb5\x5d\x7e\x2a\xa6\xf8\xfa\x7d\xfa\x99\x26\x4a\xb9\x4d\x10\xd7\xfa\x12\x6f\x3c\x9c\x2c\x61\x76\xf7\xbf\x0f\xe4\x4f\x41\xf2\x23\x3a\xa3\x08\xc1\xee\x12\xfa\x80\x58\xba\xf0\xf7\x9c\xdf\xb6\x73\xb6\x95\x82\x47\xe2\x73\x79\x7c\xe2\xf8\xe2\x9d\x39\xf1\x48\x3d\x0f\x2a\xc0\x22\xfd\x5e\xdb\xf3\x5a\x77\x28\x1f\xbe\xcf\x5e\x44\x72\x2c\xce\x81\xcf\x5e\xfc\x2c\x15\x31\xf4\x73\x1d\x7d\x9f\x25\xb0\x7f\x7c\x2e\xa4\xef\x33\x3b\x70\x09\x55\x37\xad\xeb\x32\x3b\x93\xb2\x49\x66\x07\x92\xcd\xc5\xc5\x73\x5d\x97\x8d\x10\x16\xfc\xc8\x8d\xe7\x41\x76\x5c\xc2\x17\x4a\xaa\xf3\x28\xa6\xf1\x5e\xf2\xdb\x24\xc6\xba\xd8\xe6\xe8\xb5\x97\x7a\x6d\xf8\x77\x97\xfa\xaa\x75\xe5\xee\x6b\x7c\x8a\x2a\x70\x5d\xb7\xd9\x09\x5f\xce\x52\x59\xd7\x2d\x02\x88\x49\xcd\x24\x3f\x35\xbb\xb3\x48\xfe\xac\xab\xaa\x47\x13\xff\x1d\xd5\xf5\x82\xbb\x3f\x95\x1f\x74\xfb\x34\x29\x44\x6d\xa7\xb1\xd5\x9a\x74\x2b\x2c\x62\x7b\xb7\xc2\x5d\x10\x77\x72\xeb\xbf\xd7\x6c\xff\x10\xd8\xdd\xf6\xa3\xe2\xbd\x84\x8b\xbb\x1e\xdb\xff\x88\xd4\x0e\xe0\xe2\xf5\x98\x1d\x80\x53\xf8\x3f\xac\x6b\xd8\xed\xa3\x0b\xe8\x0e\x3c\xfb\x78\x4c\x13\xc0\x82\xb6\x0e\x7b\x7d\xfc\x90\xe2\xa9\xc9\xb0\xad\xe2\xc2\x80\x7f\x04\x2c\xcc\x79\x98\x5b\x36\xcd\xdc\x40\x6d\xc5\xc5\x61\x5d\x73\x99\xf4\x09\x03\x01\xf2\xbb\x5f\x82\x99\x8b\x03\xc3\xc2\xa7\xf7\x3c\x7e\x99\x51\xe6\x72\x68\x5c\x6b\x78\xce\xad\x6b\x59\xb7\xb0\xf5\xc0\x68\xe1\xdd\x7b\x1e\x66\x47\x27\xb1\xd4\xd6\xc5\x52\xbb\xed\xa3\x70\x18\x44\x59\xc6\x7d\x6e\x01\x41\x73\x1e\xe2\x33\x50\x91\x6d\x1f\xb9\xbe\xb2\xd3\x75\xdb\xbd\xdb\xca\x49\x12\xb0\xad\xdc\x36\x3b\x49\x01\x5e\x87\x86\xc0\xf3\x2b\x8b\xfb\xff\xda\x30\x57\x84\x20\x7a\xc9\x15\x91\x2e\xf3\x03\x04\x4a\x25\xdc\x4a\xc6\x7a\x82\xb0\x94\x50\xb2\xac\x04\x40\x29\x77\xff\x95\x5c\x10\xc9\x05\x01\xe9\xc3\x82\xa6\xff\x3c\x8a\x78\x10\x24\xdd\x26\x75\x21\xef\x05\xc3\xb7\x00\xf1\xd2\x01\x26\x4b\xc9\x02\x58\x22\x80\x2c\xac\xe4\x12\x49\x39\xfb\x25\x69\xb9\x98\x86\x8d\x8c\x71\x4e\xa8\xd4\x57\x72\x25\x15\xd1\xf6\x5d\x49\x09\x14\xbd\x8b\xe3\x64\xa5\x6c\x7d\x31\x13\x5d\xc5\x22\x8a\x95\x2b\x66\x47\x45\x90\x02\x97\x8e\xd3\xa8\x0e\x16\x7e\xd3\xe7\xf1\x09\xc8\xcf\x6b\xb7\xfd\x86\x18\x88\xeb\xc6\xc2\xa5\xfa\x3c\x2c\x00\x38\xc1\x84\x68\xb8\x92\x6b\xb5\x88\xd9\x7f\x5b\x39\x8d\x63\x68\xac\x96\x8a\xba\x85\xa2\x2e\xe1\xd7\xb1\x52\x35\xbb\x6a\x76\x22\xf4\x57\xeb\xcb\x92\xbe\x7f\x5f\xda\x7c\x11\xcc\x8b\x18\xfd\xd5\x12\xaa\xcd\x67\xe2\xa4\x6a\xf3\xab\xa5\xc2\x28\x81\xe7\xf6\x9f\x95\xba\xdf\x8a\xd0\xdf\x1d\x1b\xe3\x62\x99\x9a\xa9\xdb\x7e\x77\x08\x17\x66\xea\x66\xe7\x76\x80\x5b\xd2\x4a\x8f\x83\xf3\x98\x1d\x10\x93\x38\x78\x9f\x87\xd9\xf1\xe9\xe3\xb8\x0e\x19\x06\x9c\x72\x6e\x07\x1a\xc3\x6e\x2b\x37\xec\x3a\x77\x08\xfc\x89\x56\x1a\x36\xcc\xd3\x52\x24\xc2\xe4\x16\x91\x5c\xfb\x2e\xb0\x34\x7d\x0f\x98\x87\xeb\x37\x5f\xc3\xf7\x5c\x74\x3f\x32\x83\x6d\x07\xb8\xc2\x7e\x3c\x06\xae\xb0\xe4\x09\x46\x70\xc7\x4a\x3b\x4c\x93\x1e\x80\x22\x5e\x47\xcc\x43\xed\x6f\x9a\x8d\x7d\xe5\x1d\xa0\xfd\xaf\x7d\xf7\x9a\x9b\x94\x03\xaf\x35\xf1\xa0\x83\xa0\x6f\xa5\xcf\x9a\xe0\xdf\x77\xa1\x95\x59\xe9\xb3\xa3\x5c\xaf\x3f\x6e\x00\xd7\x6b\xf6\xb8\xc2\xb3\x61\x81\x1d\x74\x1e\xcc\x8a\x7e\xfd\xf3\x30\x5f\xf9\x6a\x7e\x61\xe5\x65\x17\x40\x58\x5c\x59\xd5\x2a\xfa\x97\x95\x5d\xf6\xd9\x65\xdf\xad\x00\x95\xcf\x9e\x79\x37\x3b\x66\x76\x8d\xe7\x64\x05\xa8\x53\x9a\x26\x7d\xf2\x23\xc0\x09\x80\xd6\x64\x09\x24\x74\x81\x6d\xb1\x32\x32\xe4\xca\x60\x45\x5f\x68\x9a\x57\x2e\x16\xe1\x94\x86\xc0\x6d\x65\xa7\x74\x76\x4a\x63\x4c\x5b\xb9\xfe\xde\xb3\x0c\xc9\x02\x9c\xd2\xd8\x39\x4f\x1a\xf9\x71\xe9\x59\xb9\x19\x98\x4f\xf5\x9a\xd5\xeb\x56\xa5\x4b\xb5\x60\x2b\xba\xc1\xfc\x7c\xd9\xed\x27\x67\x7e\xfd\x31\x32\x58\xaa\x87\x9e\xd0\xf4\x38\xdf\x9f\x07\x9f\xfe\x92\xfc\xf4\x91\x20\x82\xa9\xaa\x95\x68\x61\x25\x4a\x97\x58\xf2\xe0\x16\x9d\x47\x32\xd0\x9d\xa4\x6c\x92\x24\x08\x92\x31\xb8\x1a\xb2\xab\x41\xf0\xf8\xec\x79\x99\x39\x2f\x51\x85\x2d\xd0\x8e\xce\xc3\x12\xe4\x68\x98\x96\x30\x2d\x81\xb1\x9e\xe6\x36\x8d\x21\x67\x70\xd0\xe5\xaf\xcc\x71\x79\x89\x05\x9f\xa7\x4d\x9d\xe6\x06\x7a\x22\x31\x01\xe7\x61\xe5\xb2\xac\x11\x66\x17\x56\x8e\x4d\x33\x87\x95\x33\x4c\xda\xfa\x7a\xec\x65\x57\x25\x04\x85\x2b\xbb\x2a\xb3\xab\x52\xc8\xf6\xbc\xd9\x47\xb2\x67\x1c\xe0\x09\x8b\xa0\x81\xf3\x20\xbb\x64\x12\xcb\x23\xbf\x52\x50\xb0\x02\xf3\xeb\x40\x80\x37\x5f\x6d\xc4\xeb\xcc\x79\x25\xa4\x68\x72\x4d\xd8\x4d\xac\xc0\x6a\xbb\x3e\x7b\xe9\x93\x22\x82\x85\x9a\x3f\x2b\x02\xfe\xca\x6f\x6e\x7e\x76\x13\x48\xcc\xa0\xc1\xac\x8c\x92\x72\x65\x7c\xde\x2f\x40\x19\x56\x71\x99\x16\x04\x4d\xc1\x44\x8b\x82\x66\x71\xe5\x36\xc9\x18\x14\x34\x8b\xeb\x10\x18\x86\x55\x5c\x87\xc6\x30\x5c\x02\xc9\x13\xc3\x70\x1e\x64\x27\xf9\x02\xfe\x14\xcb\x28\x06\x51\x49\x09\x62\x38\x0f\xfb\x57\x32\x05\x94\x97\xab\x78\x8a\x88\x1a\x5f\x3c\x45\x8a\xd1\xbb\x6c\x84\xc5\xe5\x55\xea\x8f\xaf\x82\x12\x70\x74\x58\x05\x61\xb1\xfe\x92\x5e\x93\xe8\xb7\x1f\x29\x86\x55\x03\x0f\xf6\xc2\x21\x62\x95\x66\x01\x46\xfe\x72\xac\x80\x47\x75\x1e\xf2\x69\x30\x58\xe0\x52\x9d\x07\xad\xfa\x25\xd9\x49\xae\x4b\x91\xc8\x4b\xb7\x93\x3c\xa5\xe0\x42\x5d\xa5\x5b\xdf\xfe\xa3\xce\xa0\xa9\x8f\xd9\x3d\x66\x47\xa9\x9e\x48\x85\x75\x09\xcc\xcb\x2a\xae\xcb\xa2\x7c\xda\xbb\x69\x76\x92\xeb\xb2\xcb\x74\x81\xa2\x6f\x15\x17\xa1\x10\xe7\x1a\x5e\x57\x19\xbf\xf7\x28\xd5\xd5\x85\x63\x4d\x12\x88\x15\x33\xec\x79\x58\x61\x56\x9c\xb6\xd6\x55\x24\x5e\x81\x8c\x74\x69\x6d\x5d\x45\x01\x52\x74\xf1\xa2\x00\x59\x10\x20\xab\xb5\x0b\x6b\xec\xea\x12\x77\x1b\x8f\x9c\xf3\xd0\x0e\x06\x10\x63\x09\xc7\x4b\xaa\x16\x4e\xe4\xe2\xf9\x56\x3c\xdf\x04\x14\x2d\xdb\x12\xb6\x61\xd9\xb2\x6f\x38\xac\x0a\x90\x0f\xa2\x46\x51\x80\x2c\x32\xb1\x08\xb9\x5d\x5e\xdb\xef\x99\xf7\xc8\x90\xe2\xf2\x2a\x9f\x0d\x73\x4e\x7c\x36\xcc\x83\x0b\xfe\xb0\x75\xbb\x22\xee\xeb\x97\x26\x09\x07\x65\xdc\xca\x86\xc2\x5b\xdf\x28\xe0\xd7\xed\x24\x86\x5e\x77\xdd\x4e\xe2\xdb\xc3\x64\xc8\xc1\xe1\x61\x72\x2b\xf6\x0d\xb9\x38\xf2\x63\xda\x30\x64\x9a\x24\xe6\xdd\xed\x99\x23\x72\xf5\xed\x99\xf3\xf3\x4e\x1a\x52\x5d\x28\x80\x61\xf7\x4c\x0d\x58\xd0\x5b\x01\xec\x76\xe9\xe0\x00\xbb\xee\xea\xa7\x1e\x4d\xc4\x0b\xaf\xdb\xb5\x73\x7b\x0c\x11\x2a\xbc\x74\x46\x59\x77\x33\x3b\x68\x39\xd0\x37\xac\x1b\x30\xf4\x4b\xe4\x64\x22\x54\xfe\xac\xdb\x69\x2c\x0a\xf2\xed\xa5\xea\x56\x8a\x1a\xff\x0f\xf5\xe6\xff\xe1\x38\xbf\x1f\x6b\x80\x8b\xf0\x85\x96\x62\xdd\xa8\xa0\xd7\x0d\x1d\x50\xba\x7e\xec\x21\xd6\x9e\x89\x99\x2e\xf9\x3e\x9c\x98\x37\x13\xf3\x5c\xb1\x48\xb3\x5a\x4b\x7e\x4c\x20\xe3\x6f\xb4\x0d\xeb\x46\xb3\x90\x08\x5b\x5d\x77\x58\xd5\xb0\x8c\x5b\x9e\x10\xcb\x08\xcb\x00\x21\xf9\x76\xb6\xe2\x3e\x73\xd2\x68\xa6\x53\x93\xb8\x97\x94\xc4\xef\xbd\xb7\x5d\xb4\xad\x0b\xb7\xdd\x5b\xd1\xeb\x46\xf4\x6a\x56\xc5\xe9\x4a\x68\x4c\x4a\x44\x84\xae\xdb\xe9\x7a\xe3\x52\x97\x04\xe5\xbd\xdf\x62\x9a\x01\xd3\x12\x91\x74\x93\x2c\x81\x7d\x83\x50\x9a\xf3\xa0\x04\xb6\xf4\xfb\x73\xe8\x3f\x1b\xc1\x5e\x0d\x7c\xdb\x79\x58\x2a\xf7\xce\xea\xa4\xae\xc9\x0e\x60\x43\xa8\x0a\x43\x95\x8d\x19\xad\xfe\xaa\x6e\xcc\x44\xce\x24\x2d\xc6\xab\x3a\xcf\xab\xec\x0d\xea\x09\xaa\x97\x20\xf0\xdd\x12\xbe\x1e\xab\x3a\xf5\x6b\x2e\xbe\x96\xe1\x3d\xb1\x04\x09\x42\xe8\x75\x1c\x8a\xce\x83\xb0\xef\xdb\xb7\xcc\x0c\x84\x07\x59\x48\x17\x08\x71\xe7\xc1\xb4\x94\x96\x04\xdd\xf8\xaa\xc5\x02\x38\xcf\xf5\x2e\x5a\xb5\x58\x5f\x7a\x4e\xff\xa2\x55\x8b\xd9\xd1\x4d\xfa\x13\x2d\xfc\x89\x12\x9e\x9d\x4b\x87\xa2\x55\xd1\x57\x48\x0b\x55\xd5\x57\xe0\x63\x94\xa4\x31\x5d\x80\xcd\x9d\x07\x7d\x2e\xed\x0a\x06\xed\x45\xb4\x50\x4a\x84\x50\x2e\x22\x84\xce\xc3\xca\x01\x93\x5b\x5d\x82\xb5\x4a\xc6\x2a\xe1\x0b\x4a\xc0\x55\x51\x02\x2a\x09\x00\x5a\xf7\x67\x55\x57\x20\x80\xcd\xb5\xd9\xd4\x61\x09\x20\x43\x57\xb7\xef\x3a\x7d\x4d\xfe\x17\x5f\x73\xe5\xc8\x35\x57\x5d\x39\xd5\x95\x93\xed\xcc\x39\x4d\x23\xc0\x14\x25\x49\x9d\xd6\x03\x81\x49\xfb\xcd\xaa\xcb\x12\x00\xbc\x97\xab\xaa\xaa\x74\xa8\x12\xf5\x74\xf9\x64\xec\xa4\x25\x05\x2c\x4a\x87\xba\xec\x24\x4c\xc3\xe0\x35\xad\xba\xec\x24\x57\xa1\x3a\x87\xea\x2a\xac\xae\x42\x22\xf9\x56\x75\x15\x8a\x73\x97\xf0\x77\x5c\xc4\x33\x9d\x07\xd9\x39\x7f\xc3\x4e\x42\xe9\x00\x90\xd3\xaa\x2a\x1d\xaa\x1c\xaf\xb8\xcd\xae\xaa\x82\xa1\xba\x6a\x54\x30\x54\x2f\x31\xd5\xe5\x40\xb0\xda\x6a\x2e\x87\x26\xef\x6a\x96\xc6\x46\xd1\xa5\x25\x8b\x78\x48\xca\x26\x15\x8d\xff\xb2\xe0\x54\xd3\xba\x69\x83\x34\x8a\x6d\xd2\xf4\xa2\x3a\x5e\xcd\xdb\x7e\xe3\x66\x2f\x85\xe3\x6a\xde\xec\x9b\x53\x18\xe5\xe8\x6a\x4e\xe1\x26\x15\xab\x97\xec\xe6\xc5\xbb\x35\xdf\xab\x32\xe5\xf8\x5e\xf3\x3d\xba\x40\x67\xb6\xd5\x86\x65\x00\x98\x0d\x52\xdc\x79\xd0\x79\x28\x76\x9a\x3b\x6c\x73\x3a\x79\x1b\x27\xf4\xe7\x3c\x8a\x69\x34\xc3\xb9\xd3\x7e\x0e\x04\x2c\xce\xa6\x26\xaa\x19\xd6\x79\x99\x64\x2b\x7e\x1e\x04\xcc\xeb\xb6\xec\xa9\x6d\x76\x2c\xa7\xe6\xfd\xb4\xbd\x16\x6b\xed\xbc\x3d\x36\x49\x74\x15\x8f\x89\xd5\x39\x8f\x6e\x9a\xef\xd9\x32\x07\xad\xca\xa2\xe3\xa0\xf5\x4b\x3a\x20\x93\xb2\x49\x72\x04\xcb\xc2\xe3\x95\xb1\x67\xb3\x63\x82\x76\xcf\xdb\xce\x79\x0b\x3a\xd6\x22\xb2\xe7\x3c\xe8\x3b\xb9\xcb\xba\xe3\xd3\xc1\x57\x48\x38\x39\xae\x8e\xc3\xcc\xea\xe0\x7b\x75\x14\x34\x1d\x5f\xbc\xd5\xdd\x75\xbc\xba\x11\xf6\x73\x1e\x96\x60\x12\x23\xd1\x6f\xdb\xca\xde\xdc\x55\xb3\x74\x47\x5b\xa1\xa6\x3b\xda\x82\xc7\xfd\xc8\xc8\xfa\x6d\x4d\xdc\x4f\xa4\x18\xeb\x4a\xc3\xc6\x02\x81\xbf\xb5\xba\x3a\x95\x5e\xed\xa6\x21\x0b\x91\xb5\x73\xf2\x78\x29\xeb\x4e\x9e\xee\xe4\x91\xc5\xab\x3b\x79\x3a\xe4\x36\x3f\xd6\xae\xae\xa0\xdb\xe5\xb5\xc9\xcf\xbf\x4f\x74\xbd\x27\x57\xe7\xe2\xf9\x63\xdd\xea\x2a\x65\x3b\x4a\x59\x20\xbd\x56\x57\x29\x8b\x93\x65\xfa\x1d\x71\x5d\xf9\xa1\x3f\x56\xd4\x81\x52\x29\xdb\x1f\xb3\xf3\x5b\x95\xb2\x5d\x22\x1d\x76\x0d\x00\xee\xfe\xac\x3e\x0c\xf7\x85\xcf\x08\x2f\xe5\x25\xc2\xdd\xef\xb0\xe9\xc3\xca\x01\x74\xd7\x99\xcf\x84\x2d\x9d\x87\x05\xb0\x79\x77\x15\x33\xdd\xf5\x81\x99\x7a\x75\xd7\x47\x77\x1f\x95\xad\xab\xab\xa8\xed\xd3\xec\x4c\x5a\x26\x51\x37\x0e\x96\x3e\x6d\xea\xb2\x59\x32\x2f\x2d\x87\x8e\x7d\xd4\xab\x87\xfe\x7a\x0b\x7f\xbd\xf4\xdb\xf7\xbb\xca\xdb\x8e\x01\x24\x49\x2a\xd8\xbd\x8b\x76\xb7\x34\xa9\xbb\xba\x82\x40\x7f\x2d\x95\x8a\xbc\x96\xea\x62\xeb\x2c\xac\xee\x62\xeb\x3f\xc6\x6a\xe7\xae\x8b\xad\x23\x05\xa7\xce\x99\xd1\xbd\x17\x76\x9c\x57\x64\xf7\x7b\x5c\x6b\x8f\x6b\x8d\x85\xf0\xb8\xd6\x9e\x1f\x87\x35\x6b\xed\xc1\x94\xb7\x04\xdb\x03\xb0\x6c\x81\xb5\x77\x1e\x16\xc0\x25\xe0\x51\x15\xf3\xb8\xdd\xe2\xf3\xbc\x1e\x45\xea\xc7\x7d\xd4\x61\x7d\x54\xb7\x3e\xa8\x5b\xc1\x66\x5c\x8f\xba\xd5\x47\xb1\x02\xe7\xef\xf5\x28\x56\x3c\x88\x15\x5e\x8c\x1e\x77\xdb\xc7\x45\x8f\x85\x7a\x3d\xea\x56\x1f\x57\xb8\xbd\xfe\xb8\xc2\x1f\x77\x60\x69\xb1\x1e\x75\xab\x0f\xba\xd5\x2e\xa5\x92\xba\xd5\xc7\xd5\xcc\x35\xeb\x51\xb7\xfa\x28\x56\xfc\x68\xb0\x6e\xdb\xe0\x0a\xff\xd1\x61\xb9\xc2\x9f\xfa\xa3\x03\xa7\x54\x57\xee\xa3\x24\xf0\x97\x9e\x2a\x4c\xdb\x06\x9f\x92\x64\x5b\x5d\xcd\x9d\x2b\xf0\xe3\x6a\x7e\x5c\xcd\x3f\xaa\x29\x57\xf3\xd3\xcc\x4e\x6a\x29\xaf\xad\x4f\x93\x6d\x8a\x52\xbd\xa2\x3e\x5c\x47\xff\x72\x42\x79\x1d\x7d\x5c\xae\x60\xa0\xad\x47\x3d\xd1\xa3\xf3\xda\x8f\xcd\x49\xd5\xe7\xe3\xf4\xf7\xda\xf6\x28\x80\x3f\xca\x0c\x0f\xa6\x9b\x47\x25\xcb\xe3\x64\x07\x66\x63\x3d\x2a\x59\x1e\x67\xb6\xd4\x43\x8f\x33\xfb\x51\x1c\x90\x75\xe8\x09\xe7\x98\x9c\x46\xd8\xa9\x1e\x6f\x90\x8f\xd2\x00\x46\xe5\xf5\xa8\x78\x79\x94\xc9\xa5\x19\x7a\x94\xc9\x1f\x8f\x1b\xef\x63\x8f\xc7\xcd\xb3\x6d\x86\x5d\xf0\xda\x05\xaf\x3c\xe7\x92\x6a\xa9\xfb\x7c\xd0\x7d\xfe\x7a\x40\xdd\xe7\xe3\x1a\x1b\x32\x66\x29\x36\x3c\x2e\x28\xef\x63\x8f\x0b\xea\xf1\xa4\x1a\x7e\xfb\x99\xdd\x67\x76\x74\xb2\xea\xd0\xc7\xc3\x6b\x48\x6a\xe5\x82\x22\xbe\x31\xfd\xb8\x80\x86\x4a\x95\xe1\x12\x18\x92\x59\x29\x4a\x8c\xe4\xb7\x6c\x32\xc3\x1b\xe4\x28\x56\x0f\x21\x74\x78\xb8\x8c\x22\x9f\x96\x49\xaf\x49\x7e\xca\xac\x1d\xce\xd0\xe1\x0c\x1d\x8f\x9c\x5a\x16\xeb\x79\x23\xeb\xcb\xf0\xbc\x19\xb7\x74\x60\x4c\xbd\xe1\xb5\x72\x54\xab\x27\x6b\x14\x3e\xce\x6b\x40\xa0\x4c\xd4\xf7\x1a\x9a\xea\x88\x6a\x4c\x99\xd0\xdd\x35\x54\x78\x12\xb9\x98\x7e\x74\x30\x7a\x23\x2f\xa2\x0d\x4f\x9a\x24\x5b\x66\xd7\xcc\x4e\xaa\x2d\x5b\xd1\xa5\x8e\x67\x36\x0e\x15\x9e\x03\x85\xa7\x94\x9e\xc3\x73\x67\x74\x73\xb3\x8f\x9d\xdc\xa3\x5b\x13\x3b\xc5\xc9\x4d\xec\xdf\x49\xa3\x54\x95\xa0\xe3\x31\x3b\xda\xea\xc5\x74\x00\x9f\x40\x40\xcd\x1a\xcf\x32\x49\xd2\xac\x62\xda\x2f\xb7\x97\xd7\x18\x30\x8f\xa2\x31\x2d\x54\x8a\x30\xa5\xeb\xc1\xa9\x80\x47\xff\x1a\x9e\x0a\xc4\xed\xa5\xec\x7d\x6e\xb8\x78\xc6\xb2\x6e\x5d\xea\x2f\x07\x67\x99\x5d\x97\x27\xcc\xec\x96\xd9\xd1\xac\x70\x6c\xc2\xe6\x3b\xd6\x2a\x32\xc5\x7b\x74\x79\x0e\x0f\x8f\x11\xe6\xf6\xfc\x5f\x1c\xe8\x44\xe9\xfd\x59\x82\x43\x3e\x1c\x06\x43\x35\xe7\xd8\x16\x86\xb4\x3c\x54\x73\x0e\xd4\x9c\x40\xf4\x2d\xe2\xf5\xce\x83\xce\xb1\x35\xdb\xce\x91\x5f\x5f\x32\x95\xe1\x65\x97\xa8\xbc\xf4\xd8\x40\xed\x7d\xe0\x43\xa6\x1f\xcf\xca\x50\x5d\x33\x64\x79\x4f\x4e\x2b\xd7\xe4\xe0\x40\xcb\x04\x40\xaf\xf1\x39\x98\x9f\xd9\x51\x82\xaa\x4f\x62\xf7\x7e\x1c\x79\xc4\xee\x9d\xc7\x27\x87\x19\xb4\x5c\x2e\x49\xc2\xf1\x12\xde\x2a\x6b\x7a\xc6\x11\x59\x97\x7e\x44\x2b\x53\x35\xe7\x94\xc3\xdf\x7b\xe7\xf4\x9e\x3c\x25\xbc\x92\xb2\x73\x2a\x01\x4e\xce\x0c\x30\x01\xd7\xf4\xcc\x98\xc5\x36\x70\xa5\x9a\xda\x0c\x66\xb1\x26\xb4\x7f\x7a\x17\x9d\xb7\xd9\xa1\x5d\x9d\xb7\xd9\xe1\x67\xe2\x6e\x36\x5d\xa4\x93\x45\x4a\xd8\xd5\x9a\x9a\xd3\x67\xd5\x89\xd0\x46\x68\x4e\x9f\xc6\x8c\xd3\xe7\x53\x39\x71\x56\x0b\xb0\x72\x6a\x83\xa6\xeb\x36\x49\xd9\xe6\xba\x9d\xcd\x0e\xb6\x54\x75\xa4\x13\x1d\xa9\x5b\xe8\x6c\xdd\x24\x08\xbb\x58\xdd\x53\x3b\xc5\x44\x9a\xcc\x59\xa6\x36\xa5\xc9\x89\x34\x09\x24\xe1\x9a\x9e\x49\xd3\xd5\x0d\x8f\xc9\x9a\xaa\x4d\xa7\x4b\x19\x1c\xb9\x35\x5d\xca\x53\xe7\x48\xad\xee\x53\x1d\xe9\x64\xd9\x8e\x5f\x92\x9d\x84\xb8\x28\x37\xc9\x9a\xae\xd1\x39\xcd\x4e\x42\x35\x25\x37\x62\x11\xd2\x48\x26\x2d\x93\xe4\x80\xa3\xd0\xf9\xfb\xd2\x36\x54\x29\xda\x2c\x74\x99\x1b\xab\x6a\x2e\x73\xc3\xc5\xc5\xed\x7d\x7a\xdd\x9d\x61\xbb\x9a\x8c\x6e\xb6\xcb\x35\xea\xc5\x73\xaa\x60\x9a\xfb\x97\x46\x11\x2e\xa5\xb9\xcd\x8e\x12\xb6\xbd\xf9\xd9\x2e\xc7\x46\x5d\xe5\x74\x0a\x7b\xa1\x5c\x38\x14\xaf\xc5\xa9\x92\x81\xec\x59\xcb\x53\x65\x61\x0a\x93\x5b\x62\x2d\x2f\xb2\x2b\x49\xd0\x26\x8d\x9b\x27\xcd\x42\x7f\x99\xb5\xc7\x2e\x95\x38\x2b\x59\xc6\x2d\xf5\x9b\x65\x48\xff\x25\xab\xff\x52\x59\xb9\x8a\xe5\x4a\xa8\xa6\x18\xb5\x00\xd0\x06\xc5\x6a\x2d\x55\x31\xab\x48\x18\x27\x17\x1a\x9e\x8a\x6b\x81\x2d\xa5\xae\x72\x15\x26\xf1\xba\xcd\x4d\x6a\x34\xdd\x49\x16\xea\x19\x1c\xa8\xd6\xc2\xcd\x6a\x2d\x89\x01\xb5\xe4\x2e\xe7\x3f\x98\xa6\xbf\x93\x71\xa9\x8a\x59\xd5\xdc\xb8\x62\x2d\x55\x31\xcb\xf9\xef\x45\x79\x39\xff\x57\x93\x16\xef\x91\x39\xce\x52\x9b\x7d\x32\x64\x96\xb3\x4f\x50\x73\x66\x59\xf5\x97\xc7\xc5\x72\xde\xc9\x76\xbf\x9e\xdf\x7b\x9f\x69\xbc\xa7\x6e\x7e\x71\xcb\xce\xde\xb2\x97\xb7\xec\xe5\xfc\x94\x3d\x7e\x29\x5a\x2d\x0f\x91\xdb\xfe\x74\x36\x2e\x4f\x87\x5b\x42\x3a\x4f\x87\x05\x98\x9b\x2c\x04\x6b\x39\x1b\xd7\xb2\x5c\xc9\xe4\xd4\xb4\x2c\xa7\xa3\x24\xee\xcb\xe9\xb8\x9c\x8e\x92\xb6\x2f\xa7\xe3\x0a\xbf\x45\x14\x58\xca\x56\x8b\x03\x40\xb6\x81\xb5\x54\xc5\x2f\xb9\xcd\xb4\xe0\x2d\x05\x9f\x85\xe0\x03\x34\xe3\x5a\x9f\x23\xe4\xb4\xad\xf2\x14\x3a\x6d\xd7\xa7\x37\xa9\x1c\x6e\x17\x8b\x2a\xdc\x66\xf1\x1b\x5f\xa1\x2f\x47\x70\x95\x20\xb6\x67\x19\x30\xb3\x42\x76\x43\x06\x32\x9c\xc8\x81\x46\x26\xcb\x89\x1e\xea\x31\x43\x1a\x43\xf6\x36\x83\x68\x56\xa4\x1f\x15\x1e\x05\xa8\xb3\x24\x8a\x26\x11\xc1\xb4\x82\xa0\xdd\x45\x14\xcd\x79\x0d\xb2\x39\x2f\x17\x44\xd3\x24\x3c\xe4\x56\xa8\x2a\x20\x9a\x26\x65\x02\xe7\x17\xd8\xb4\xe7\xf1\x99\xc6\x7b\x2a\x2d\x89\xad\xf9\x09\x42\xc6\xd6\xac\x70\xa1\x68\x3a\x0a\x35\x3e\xe1\xe1\x21\x83\x7a\xb8\x52\xc2\x53\x41\xcd\x43\xa8\xb4\x24\xa4\x26\x5f\x6c\x95\xe1\x41\x11\xf0\xa7\x5c\xd7\xf8\xf7\x71\x1e\xea\x34\x43\xa2\x45\xe2\x2d\x57\xb8\x90\xe2\x76\x98\xba\x04\x7d\x61\x9a\x14\x7c\xbe\x66\x13\x6f\xeb\x24\x03\x9e\x8b\x2b\xaa\x5d\x21\xe1\xa0\xd7\x96\x50\xc4\x82\x03\x60\x85\x22\x56\x40\xb7\xa4\x10\x17\xda\xb3\xc2\x75\xa4\xfa\xda\xb8\x99\x15\x88\x5d\x22\xdc\xaf\x50\xee\x22\x96\x26\x13\xb8\xbd\x42\x19\x8b\xc0\x99\x24\xf8\xfd\x8a\x61\x09\x92\xcb\xb1\x09\x87\x4e\x17\x01\x94\x3d\xc8\x97\x2b\x34\x33\x13\x40\x93\xb2\xfa\xe6\x50\x93\x4a\x34\xcd\x4f\x22\x34\x9a\x66\x85\xeb\x54\x83\x6f\xb8\x4e\x63\xfe\x38\x06\x99\x1c\xda\x9e\x89\xb4\xc9\x57\x91\x5d\xd0\x42\x3d\x34\x88\x45\x5c\xa1\x26\x95\xb8\x9a\x2c\x73\x79\x78\x8e\xc4\xa2\xba\xb6\x40\x0d\x40\x28\xea\xc9\xef\x1d\x8a\x7a\x04\xd9\x64\x20\x34\x97\x41\x36\x2b\x5c\xdf\x6a\x7e\xc3\xf5\x1d\xae\x6f\x19\xc0\x0d\xb3\x59\x81\x55\x2d\xe3\xfa\xbe\x42\xb5\x69\x10\x11\xab\x89\x23\x54\x9b\x12\x67\x73\x5e\xa3\x54\xcd\x19\xe1\xa9\x04\x80\xfe\x0a\x55\xa9\xb1\xad\x1d\xdb\x45\x28\xe1\x85\xf2\x97\xac\xe0\xa1\xfc\x45\x7c\x4c\xbe\xec\x25\x95\x77\xe1\x36\x20\xf9\x76\x7c\xbf\x4f\x3f\xd3\xe0\xe4\x53\x00\xdb\x9e\x5e\x2a\xcd\xb6\x2e\x22\x5b\xf6\xbd\xea\x6b\xd3\x24\x3f\x65\xa8\xb7\xda\x83\xed\x3e\xd0\x39\x34\xb7\x9a\xd9\xed\x6a\x56\xef\xb4\xf3\x2f\xcd\xaa\x30\xb0\x5b\x1d\xc0\x76\xad\x75\xcb\xf0\x9e\xb4\x95\xc0\xbc\xb5\x6f\x25\xb0\x2d\x5b\x65\x33\xc9\xaa\xb8\x72\xd4\x15\x6c\xa5\xb2\xed\x32\x51\x59\x60\xe0\xca\xda\x9e\x37\xda\x64\xb7\x57\x27\xa2\x55\xb2\x6c\xf3\xdb\xab\xd3\x56\xdc\x92\x79\x7a\x7b\xb9\xdf\x5e\x93\xe4\x84\xde\xaa\xea\x36\xda\xb3\xac\x4d\x76\x6b\x44\x26\x8a\x24\x83\x03\xba\x08\x25\x39\x0f\xb2\x93\x28\x79\xab\x50\xdb\x72\xe0\x4a\x92\x4c\x7c\xc9\x79\xb0\x4e\x30\x70\x6e\x17\xdd\xf6\xf0\xf2\x62\xb7\x75\xf8\x20\x90\x24\x83\x22\xba\xb6\x0a\xb5\x2d\xbd\xa6\x7c\xc8\xdb\x55\xb7\x5d\x75\x36\x5f\x85\xda\x76\x39\x49\x8f\x6c\x58\xc9\xda\xae\x13\x9c\xd6\xd7\xf6\x02\xb4\x15\xae\xa4\x32\xde\x6a\x0a\xf6\xf6\x5b\x2e\x4a\x46\x83\xac\x2d\xfd\xe6\x63\x92\x35\x71\xca\x4a\x19\xbc\xf7\xef\x53\x39\x26\x87\x9c\x91\x56\x85\xb8\xaf\xac\x45\x76\x7b\xdd\xdf\x5c\xed\x85\xbb\x5e\xdb\xab\xfd\x76\x6a\x0f\xee\xf1\x5b\x5d\xd9\xf6\xd4\x93\x0e\x78\x3b\xb7\xb7\xf3\x18\xc0\xea\xf5\x2a\x85\x11\x1b\x92\x44\x94\x5e\xaf\x5a\xe8\x17\x35\x58\x96\x9a\x17\x94\xe5\xf3\x60\x71\xa3\xb6\x31\x52\x64\xbd\xce\x6d\xf9\x75\x5f\xe7\xf6\xeb\xdc\x56\x92\x32\x7c\x64\xbd\x0a\x6b\xb2\xea\xbe\x3a\xeb\xbe\x40\x6d\x7b\x41\x7a\x3d\xd0\x5e\x25\x29\xa9\x74\x5f\x25\x29\x62\x3f\x7e\x77\xa6\xd7\x43\xe1\x75\xb6\x8f\x47\x6a\xca\x61\x9a\x25\x70\xc9\x7b\x95\xae\x5e\x45\xa9\x21\x79\xa6\xba\xac\x57\xe6\x46\x19\x27\x95\xa4\x08\x05\xf9\xdd\xad\x0c\x05\x59\x84\x7f\xa4\x22\x37\xec\xab\xa9\x99\x58\x90\xac\x23\xb1\xb1\x20\xeb\x65\x01\x14\xa9\x62\x5f\x17\x00\xc1\x20\x49\x4c\xe5\x45\xcc\xc7\x79\x98\x1d\x23\xf6\x7a\xbb\x20\xde\x23\x13\x0b\xba\x5e\x62\xb1\xd6\x0b\x14\x7b\x72\x6c\xd4\x13\xbc\x7d\xfa\x25\xb9\x75\x73\x03\xfb\x5f\xa3\xa1\xc1\x1f\xeb\xed\x16\xc0\x1e\xf3\xaa\x9f\x26\x20\x24\x89\xaa\xbc\x5e\x97\x13\xe1\x1f\x27\x8d\xec\xd4\x4f\x13\x06\x92\x13\x4b\xe7\xf5\xc0\x7a\x59\x3a\xc9\xc1\xd7\x57\xea\x1d\x36\x0b\xf1\xf0\xd5\x2f\xea\x3d\x2b\x88\x5b\xe4\x3f\x8f\xf3\x57\xf5\xf5\x3b\xcd\xc5\xb9\xe1\x09\x44\x9c\x48\x2a\xf2\xc8\xbe\x3a\xe9\x12\x34\x92\x93\xd3\xca\x8d\xff\xdd\x36\xc7\xc1\x54\x67\xf6\x6e\xd9\x47\x65\x41\xdd\xdd\x34\x98\x2d\x59\xbb\xaf\x0b\xeb\xdd\x96\xe0\xcc\xd5\x8e\xfd\x62\xc7\x2e\xbf\x79\xe5\xd5\xfe\x85\x37\x0a\x3c\xd9\xf5\x7a\xb5\x7f\xb9\xc6\x97\x1f\x23\xaa\xd7\x78\xc2\x44\x52\x71\xc2\x7c\xde\xbc\x89\x0d\x49\xa2\xe3\xae\x4f\x91\x90\xe0\x90\x4c\x10\xea\xfa\x3c\x0b\xbe\xe4\x6b\xb7\x4c\xa3\xbe\x96\x7c\x0d\xaa\x4f\x65\xbd\xcf\xa5\x81\xc0\xf6\xa9\x48\xfe\x8a\x85\x9a\xa6\x84\x45\xe0\x47\x06\x85\x76\x7d\xfa\xc6\xfe\x0d\x02\x61\x69\x7c\x2a\xcc\x88\x02\x49\x05\x70\x9f\xf5\xb9\x5c\x88\xf9\x48\xe2\xb1\xae\x4f\xd7\x8c\x4f\x3e\x51\xe4\xba\x4f\x1d\xda\x07\x6b\x75\xf1\x5a\xfc\x79\x19\xff\x90\x66\x44\x66\x5d\x9f\x0e\x3b\x9f\x0e\xdf\xde\x1f\x3f\x77\x47\xa0\xb2\x93\xe8\x93\xeb\x53\x41\xfa\xa1\xd0\x11\xfe\x71\x7d\x9a\x4b\x89\x7b\xc8\xba\xc5\x7f\x2a\x71\x3e\xa7\x44\xe1\x76\xfb\x29\xd7\x1b\x04\x21\xde\xe3\x32\x08\x62\x19\x04\x51\xbc\x53\x1a\x04\xb1\xbe\x6d\xfc\x04\xbb\xd9\xa7\x1e\xd5\x10\x05\x01\x1b\xc3\x10\x85\xb8\x8a\xdf\x36\x69\x55\x37\x69\x5c\xc7\x04\x93\x0b\x5c\xfd\xcf\xa3\x1b\x19\x61\xda\x30\x8d\x6f\x65\x72\xbb\xea\xef\xdb\xcf\x34\xa8\x4f\xd1\x19\xc6\xe5\x5e\x40\x38\x71\x5c\xe8\x0c\xe3\x6a\x0c\x37\xb4\x24\x17\xca\x87\xb8\x24\xf4\xc4\x9f\x35\xae\x61\xf5\x5c\x82\x00\xc1\xeb\xca\x1f\x97\x1d\x5f\x61\x5e\xb8\xe8\xf8\xd0\xbd\xbf\xc8\x75\x76\x0d\x6b\x87\xd0\x58\xaa\xc4\xab\xd3\xec\xa6\xd9\x99\xd4\x4c\x5a\xb2\xbb\xca\x01\x1b\xa6\x31\x16\x90\x55\xe0\xc4\xff\x27\x2e\x29\x6d\xe1\x84\xb8\x96\xcd\x5a\x12\xc6\x66\xd3\x8a\x69\x8d\xd7\xe8\xa5\x73\x2e\x9e\x87\x05\xd8\x9b\xcb\x02\x96\x05\x40\x2f\xbb\x2c\x00\xa0\x7a\x62\x1b\xe2\x0a\x5b\xea\xd4\x91\x0b\xee\x0a\xab\x1b\xb6\xb4\x48\x2d\x6b\x5f\x42\x26\xc1\x4c\x0c\x5d\xfe\xe3\x72\x86\x55\x90\xde\xaf\x70\x68\x9c\x4e\x72\xaf\xe1\xff\x7f\x1e\x66\x07\xaa\xfb\xb5\xcd\x6e\x9b\x1d\x95\x3b\x53\xeb\x3c\xa0\x2e\x4d\xbe\xf5\x92\xf4\x3a\x0c\x40\xba\xe3\xfe\x7f\x1e\xb0\xa0\xca\xa0\xfb\x5a\xdf\xd7\x02\xe0\x29\xb8\x5e\x47\xc6\xdd\xa4\x3a\x1f\x5e\x2b\xf7\x99\x5d\x95\xdc\xd6\xec\x3e\xb3\x93\xe2\xd6\x76\x39\x85\xab\x34\xad\x1c\xdc\x91\x2e\x3f\x05\x4f\x3e\xa1\x3e\x09\xe3\x0c\x4a\x95\x78\x15\x15\x60\x18\x41\x50\x64\x45\x4b\xc9\x6f\x93\x5d\x2c\x81\x2a\x6a\xc1\x20\x44\x20\x15\x99\xd1\x12\xa7\x74\xa4\x2c\x63\x2e\x9c\xab\xd9\x4f\xb3\xc3\x0f\x35\x94\xf1\x02\x91\x20\x59\x90\xed\xc7\x78\x81\x20\x5e\x20\x83\x70\x13\x09\x3b\x76\x18\x2e\x50\xf0\xcb\x8d\x94\x7f\x05\xd0\xc3\x45\x1a\x5e\x66\x04\x98\x31\x19\x94\xe4\x48\x5c\x44\xc3\x00\x82\x82\xa3\x57\x80\xbf\x7e\x1e\x0c\x97\x1c\xba\x68\x2c\x23\xb9\xa8\x5b\x92\xae\x77\x9b\x26\x5d\x2e\xfc\x05\x84\x13\x9c\x87\x4c\xbe\xcc\xfd\x74\x9b\xdd\x6d\x76\x26\x2d\x93\xa8\x9b\xbc\xb2\xdc\x2a\xc3\x68\x81\xd2\xa4\x13\x46\xa6\x08\xa2\x05\x32\xa1\x22\x61\xb4\x40\x18\x2d\x50\xe4\x47\x33\x5a\x20\x8c\x16\x28\x72\xa3\x19\x2d\x10\x49\x09\x02\x8a\xf8\x48\xcd\xec\x9a\xd9\x99\xd4\x4d\xa2\x6e\xcc\x9b\xe4\xa6\x91\x94\x29\xb8\x1a\x46\xea\x36\xab\x9b\x1b\x53\x33\x75\x27\x44\xb7\x26\x55\xaa\x61\x6b\x02\x44\x6b\x69\x16\xf1\x58\x63\x45\x83\xd6\xda\x3f\x4f\xf3\x48\x8f\x43\x07\x75\x1b\x01\xb3\x41\xb0\xc1\x79\x58\x03\xf9\x80\x87\x95\x1f\xe6\xec\x94\x1c\x7e\x0a\x23\x14\xf1\xb1\x91\xa6\x43\x2c\xdb\x34\x37\xb6\x48\xee\x51\xc6\x1c\x94\xe6\x2c\x9d\x8e\x13\xec\x24\xd9\x49\x3f\xed\x0b\xb7\x32\x02\xa2\x23\x4d\x7b\xd6\x23\x49\x2a\xb4\xe4\xc6\x05\x3a\xfd\x49\xe3\xdb\xe5\x80\x86\xac\xbb\xec\x96\x20\x83\x9d\x07\xc5\x4a\x47\x96\xc2\x3e\x73\x63\xe9\x4e\x19\x37\x16\xc3\x1a\x0a\xd6\xe8\x30\xac\x21\x92\x32\x49\x97\x57\x7a\xdb\x03\x5b\xb2\x62\x3a\x65\x9b\x9d\x32\x89\xb4\x63\xe9\xb5\x7a\xee\x2c\xdd\xc9\xf0\x9a\x9d\xdb\x48\x77\x31\xb8\x8d\x18\xd7\x50\xba\xa4\xd4\xb8\x55\x07\xe1\x0d\x99\x30\xdb\x48\xee\x22\xe9\xb3\xc6\xce\x86\xcf\x7e\x87\x54\x45\xf6\x2a\xa3\x1f\xc2\xe8\x87\x22\x2f\x58\x76\x67\x31\xfa\xa1\xc8\x09\x96\xdd\x59\x08\x55\x48\x85\xc8\xe7\x20\x60\xe1\x3c\xcc\x0e\x36\x5d\x54\x5c\x91\x15\x71\x30\x2a\x47\x46\xc4\x89\x8c\x88\x43\x04\x53\x18\xb7\x10\xd9\xbd\x06\x2b\x78\x64\xd4\xb7\x91\x93\x34\xc9\x5d\xc6\x65\xf6\x82\xcc\xfe\x03\xd8\x74\x18\xde\x10\xe0\xb3\xa5\xc2\x2d\x36\xb2\x3b\x4b\x86\x4c\x8b\x40\xda\xc8\xc5\xd7\x0a\x34\xb9\xf0\x99\x18\x04\x11\xd9\x65\xcf\x85\x35\x32\x92\x50\x64\x25\xa1\x47\xa6\x65\x24\xa1\xc8\x48\x42\x48\x29\x91\x15\x03\xb2\xeb\xfe\x91\x54\xb9\x9a\x9d\x8b\x5c\x86\x2d\xe3\x27\xc2\x58\x89\x22\xb7\xa1\xb1\x12\x01\x58\x5c\x2a\x52\x63\x89\x13\x17\x19\x55\x6d\x91\xfe\x2a\x37\x7b\x13\xb6\x18\xa4\x9e\x10\x3b\x2e\xb2\xab\xfc\x91\xd4\xd8\x55\x6e\x4c\x45\x91\x09\x2b\xbb\xca\x0d\xa0\x28\x32\x62\xe5\x6e\x76\xdc\x13\x8a\x35\x79\x6c\xc5\x63\x8d\x59\xf8\x44\x4e\x9c\x07\x5d\xc7\x44\x34\x7e\x22\x8c\x9f\x28\x4f\x93\xdf\xd9\x52\x95\x34\xa4\xbb\xca\x4a\x1a\x06\x46\x14\x8c\x61\x91\x87\x35\x9e\xd6\xce\x81\x05\xeb\x2c\xf2\x0f\xeb\x8c\xd7\x5c\xd9\xd9\x95\xfd\x3c\xb2\x43\x9b\x9d\xcb\x58\x86\xab\xac\x44\x42\x84\x44\x2e\xc5\xdc\x2c\x61\x59\x82\xfc\xdb\xcb\x12\x96\x25\x30\x3a\xcb\x46\x28\x1c\x3e\x4e\xce\x6d\x6e\x1c\xe7\xc5\x9e\xf3\x38\xcf\x2e\xc4\x21\xaf\xb5\x0b\x31\x7b\x39\x90\x63\x29\x73\x39\x08\x02\x1f\x72\xb1\x83\x5d\x9b\x46\x3c\x14\x29\x97\x8c\x78\x88\x2c\x21\x33\x47\x06\xa1\x0e\xe7\x61\xac\xa2\x54\xd6\x9f\x9d\x0e\x71\x7d\x91\x64\xfb\xf3\x4b\xc8\xe4\x4a\x95\x99\xda\x05\xe1\xd2\x94\x41\xa9\xb8\x34\x0d\x65\x28\x98\x16\xa2\x70\xd3\x08\x22\x1a\x32\xf0\x6a\x51\xb8\x69\x44\x71\xb5\x4a\x81\x54\x5c\xad\x85\xd5\x5a\x9a\x5f\xd2\xfa\x92\x6c\x29\xd2\x87\x11\x0f\x41\xc4\x43\x06\x2a\x29\x8c\x78\x88\xe2\xa2\x96\x1f\xa9\xa0\xa4\x0e\xa3\x20\xca\x90\x19\xdb\x15\x5c\xb2\x10\x91\xec\xeb\x05\x8d\x74\x40\xf0\x90\xc1\x54\x8a\xa2\x68\x50\x5c\xc1\x43\x5e\x6c\x57\x70\x71\x05\xff\xbe\xb4\x0d\xf7\xed\x6b\xb4\xeb\xf6\x53\x44\xea\x5b\xd6\xc8\xa2\x48\x5d\x38\x1d\xb1\xbf\x44\xf1\x74\x2c\x2c\xaf\x5b\x02\x1f\x62\x22\xce\xe3\x93\x99\x1b\x06\xee\x6e\x5b\xbb\xd9\xdd\x52\x77\x9b\x5d\x37\x3b\x2a\xdc\xcd\xae\x9b\x9d\x9d\xee\xf2\x2a\x2e\x2f\x38\x9c\x4a\xb7\x37\xb9\x72\xdf\x10\xf6\x04\x31\x11\xe7\x61\x09\x0e\xce\x63\xd7\x3d\x66\xd7\xe4\x02\xb7\x76\xcb\xda\xd9\xc5\xe1\x58\x23\xa4\xde\x89\x33\xa7\x28\xa4\x16\x84\x54\x99\x99\xca\xb6\x76\xcc\xf4\x1b\xc7\xdf\x28\xdb\xec\xb8\x06\xdd\xe7\xa6\xf9\xcf\xe3\x9c\xb0\x84\x3f\x51\x64\x59\xe7\x08\x29\x4e\x7a\x03\x11\x6e\x6e\xd3\x51\x5e\x2b\x00\x35\x5e\xe1\x08\x29\xaf\x15\x78\x8d\x5a\xbd\xfd\xd4\xbe\xf8\x0c\x51\x45\xee\x28\x9e\x48\x05\xb9\x96\x48\xc3\x28\x9f\xe3\xf9\x59\x82\xf3\xf4\xb3\x7b\x98\xf6\x22\x21\x87\x61\x0d\x71\x5f\xbe\xd7\x64\x37\x1f\xa6\xf9\x1e\xa2\x80\xa1\x0e\x71\x67\x8b\x85\xdc\xf0\x46\x8b\x1a\x37\x62\xe7\xed\x15\xe3\x46\x8b\x1a\xb7\xa4\xcd\x58\x72\xe3\xf6\xc4\x30\x86\xe1\x56\xda\x37\x86\x21\xee\xe2\xb7\x32\x9a\xe3\xbc\x12\xb7\xa4\xde\x97\x49\xb4\xf6\xe6\x64\xb9\xf1\x5b\x8e\xdb\x93\xe5\x6e\x66\xc7\xb6\x7f\x2b\xdb\xdd\xc8\x76\x32\x60\x19\xaf\x10\xb7\x33\x1a\xc0\x92\xb8\xdb\xef\x53\x4b\xb5\x07\x9c\xbe\xa0\x6c\xa6\x1b\xbe\x8c\x10\x66\x33\x6e\x34\x46\xb7\x15\xee\x66\x07\x54\xd8\xad\x68\x75\x3b\x7d\x0d\x7f\xb8\x31\xe5\x86\xe1\x0f\x71\x0f\xb3\x63\x71\xdd\xde\x26\xef\x61\xb1\xd2\xc6\x0f\x8b\x45\xc9\x79\x7b\xb4\xde\xcb\xea\x71\xb3\xbb\xe5\xfc\xbf\x97\xef\xa1\xa9\xbc\xbd\x63\xdf\xce\x8b\x5b\xf2\xed\x62\x19\x0a\x2a\x37\x82\x0a\x08\xbe\x61\x14\x40\xdc\x4e\x15\x69\xef\xef\xcf\xaa\x38\x2f\x24\x1a\xbb\xdd\x21\x6f\x6c\x71\xb7\xcc\xf7\x46\x06\x44\x85\xfa\x0f\x50\xb2\xa8\xe8\x62\xa2\x5e\xd6\x4e\xbe\x71\x5c\xf8\xa2\x3a\x55\x6e\x5a\x51\x9d\x2a\x06\x15\xdc\xb7\x74\xe0\x28\x2a\x83\x00\x81\x74\xdb\xa3\x86\x06\x04\xae\xff\x27\x8d\xf7\xdc\xad\x00\x15\xcd\x84\x25\x47\x75\xb7\xaa\xce\xb2\x1f\x9b\x7c\xfe\x7d\x6a\xb1\x92\x9a\x3b\xcb\x74\xfa\xbf\xff\x32\xca\x9b\x5d\x31\x3b\x5a\xe1\x8c\xc2\xcf\x3f\xdd\x78\x33\x07\xd4\x1f\xe7\xc1\x70\xb3\xa9\xe9\xf4\x1f\xd5\x89\x87\x37\x73\x54\x6f\x32\x04\x02\xe4\x1f\x01\xfd\x1d\x26\xc1\xb4\x2e\x3d\x3a\xda\xd1\xa8\x52\x87\xdf\x32\xa3\xe3\x7b\x11\xb8\xfe\x67\xa2\x88\xa3\x02\x94\x13\x15\xbd\xff\x5f\xd2\x7a\x5b\x5a\x65\xb8\x47\x62\xac\x5e\x64\x6a\xa5\x00\x0e\x34\xe8\x45\xce\x43\x4c\x61\x1a\xd5\x1c\x1a\x97\x04\xc1\xbc\x01\xf3\xc8\x79\xd8\x02\xe6\x75\x75\xfe\x57\xb7\xea\x1b\xda\xbd\xda\xcd\xae\x9b\x1d\x8d\x77\xf7\xae\x4e\x7f\xb6\xd1\xea\xf4\xaf\xee\xd4\x3f\x0e\x7b\x77\xea\xca\x4e\x8d\x25\x3a\xaa\x3b\x75\x75\x45\x00\xa4\x1b\xd5\x15\x51\xdd\xbd\xe5\x45\xad\xee\xde\xf2\x98\xdc\x58\x9d\xa3\x2a\x30\x55\x77\x6f\x1c\xc3\xa3\x7a\x15\xaa\x8f\x45\x90\x9d\xea\x9a\x6a\xa8\x35\xd8\xb9\x51\xbd\x0a\x55\xd8\xfa\x80\x60\x8f\xaa\x0c\x55\x5d\x73\xd8\xa6\xa3\xba\xe6\x0c\xa0\xb8\x7f\x9c\xf7\xd3\xda\x49\x92\xfe\xa3\xbb\xf7\xde\x43\x98\x43\x12\x02\x3b\xaa\x92\x10\x31\x0f\xf9\xd7\xb0\x65\x9f\xb8\x84\x6b\xf6\x35\x1b\xb1\x18\x56\xdb\x4a\x18\x44\x10\xfa\x90\x25\x79\xad\xea\x66\x0c\x79\xb8\x2b\x32\x64\x0d\x0b\x80\x8a\x17\x9b\x7b\x88\x5c\x1b\x22\xd7\xfe\x9a\xb0\x6d\xfd\xf6\x4b\x57\x88\x57\x23\x43\x1e\x6e\x55\x38\x86\x3c\x44\x45\xfc\xba\x89\xe0\x8c\xfa\x9a\xdd\x0b\x2d\x3d\xdb\x75\x55\x9b\x62\x64\xc4\x8d\xe1\x3c\x20\x72\x39\x8f\x97\xd7\xe8\xcc\xcf\x4e\x72\x27\x91\xf6\xbe\x7a\xc2\xc0\xee\x92\x01\x9f\x8b\xaa\xf4\x05\x96\xe9\x79\x8d\x42\xbd\x19\x11\x67\x91\xab\x44\xfa\xee\x2d\x8d\xbd\x45\x05\x59\x73\x6f\x81\x05\x26\xdd\x18\xc4\xa3\x79\x31\x6a\x72\xc5\xb3\x3d\x34\x4f\xa6\xe6\x16\x84\x77\x7e\x34\xb7\x20\x83\x36\xee\x1f\x17\xbe\x5b\x90\xd1\x18\xf7\x8f\x06\xdf\xcb\x12\x41\x19\xd9\x2e\x6f\xe8\x83\x03\x5a\x99\x5c\xf3\xbf\x23\xd5\xa2\xb9\x67\x35\x8f\x41\xd5\x40\x4d\x41\xac\x21\x88\x11\x65\x1b\x46\x79\x44\x73\x6b\xfb\xf1\xe2\x67\xeb\xee\x3e\x86\x3f\x7f\x34\x95\x34\x0d\x46\x5b\xf5\x71\xcd\x6d\xac\xc9\x5f\x5f\xe5\xe3\x2f\xc5\x34\x4a\xe0\x08\x68\x9e\x95\xad\xd8\x6a\xa4\x70\x28\x6e\xce\x83\x7e\xe5\x4e\xd3\x6e\xfb\xd5\xdd\x4e\x92\x7d\xd8\x6f\xce\xa3\x0b\x06\xc0\x90\x78\xa6\x36\x6e\x6b\x77\x63\xd0\x9b\xb7\x35\xe8\x6e\x72\xbd\x4d\xb2\x22\xec\x63\x44\xde\x46\x53\x23\xd3\xd0\xbe\xdc\xaa\x81\x60\xc2\x39\x0f\x18\xff\xe1\x60\x6c\x78\x03\x44\xab\x16\xc0\x3d\xaf\x79\x7f\x6b\x9e\xc6\xb2\xe0\x37\x4f\xe3\x06\xdd\xd5\xad\x32\xa7\x75\x1b\xa1\x30\xa9\x32\xa7\x29\x4c\x36\x84\x49\x7c\x2f\xa2\x79\x1a\x37\xb7\xa8\x66\xfb\xbb\xd9\xb9\x1f\xa9\xcd\x69\xee\x47\x4d\xc9\x11\xbf\xfe\x68\xee\x3d\xed\x31\x3b\x6a\xfc\x58\x63\x0f\x72\x95\x39\xf0\xea\x9c\x07\xed\x77\xfa\x0d\xdb\x3f\xcc\xcd\x99\xeb\xde\x63\x00\xce\x2d\x49\x7e\x73\xef\x31\xb2\xe6\xc6\x5e\x1f\xcd\xfb\x1b\x01\x36\x99\x80\x91\x68\x6e\x3d\x6d\x5a\x61\xb6\x32\x42\x6a\xce\x83\x81\x80\x17\xdd\xc0\x9a\x68\xee\x50\x04\x59\x47\x5b\x8e\xab\xdb\x91\x7c\xf7\xcd\xed\x08\x56\x9e\x5c\x7f\xb9\x39\xe9\x15\x88\x1b\x92\x6e\x0b\x4b\x08\x4b\xa0\x22\xea\x85\x5b\xd8\x06\xb6\x59\x78\x7b\xce\x83\x71\x65\x73\x6b\x61\x2f\x49\xe2\x2f\x87\x7d\x53\x07\x6c\xd4\xcf\xdd\xd9\x68\x8c\xfa\x89\xa6\x2c\xdd\x11\xee\x9a\xb7\xc6\xb6\xcd\x8e\x8a\x78\x6b\x6c\x6e\x5b\x9d\x9d\xb7\xb9\x6d\x35\xb7\x2d\x36\xc6\xf6\xda\x7c\xe5\x67\x15\x49\x22\xf7\x06\xc8\xbd\x99\xd0\x98\x68\xca\x49\xcd\xdd\x4d\x3d\x52\x53\x2f\x6c\xf8\xd1\x2d\xdb\xbd\xe1\x47\x61\xa8\xd1\x2d\x87\x7d\x73\x2f\x23\xe2\x28\x83\x40\x1d\x4d\x5d\x71\xfb\x7e\x68\x12\x7e\x6a\x85\x95\xa9\x65\xb7\x36\x22\x29\xfa\x65\xfb\x11\x3b\x88\x45\x3a\x0f\x86\x9a\xad\xdc\x88\xa4\xe8\x8a\xde\xf2\xd7\x77\x37\xb8\xee\x06\xd7\x91\x31\xba\x1b\x5c\x57\x9e\xea\x2c\xc4\x9e\xcc\x8e\xbb\xa4\x0a\xdf\xae\xe6\x07\xf0\xe7\x74\x4b\x50\x0f\x67\xd1\x79\x24\x5e\xe3\xcb\x9c\x4d\x32\x37\xa6\x7a\x57\x90\x37\x36\xea\x56\x05\xd5\xdd\xae\xba\x22\x96\x74\xf4\x44\x3b\x9d\x87\xd9\x3d\x24\x3d\x26\x59\xe1\xee\x6b\x61\xda\x19\xd7\x86\x68\xdf\x95\xba\xba\xdb\x95\x2a\xa8\xae\xb2\xd8\x40\xa8\x5b\x7d\x93\x81\x50\x41\xec\xd3\x49\xe3\x5b\x65\x2c\x62\x9f\xb2\x3b\x47\xaf\x7e\x0a\x17\x3f\xd1\x45\xd1\x55\x10\x75\xf7\x21\xf0\xf6\xa2\x2b\x3c\x19\x07\x75\x13\x39\x11\xc6\x41\x85\x31\x4f\x37\x34\x28\x61\xcc\x53\x74\xf8\xd9\x6e\x39\xe3\xbb\x4a\xa3\xee\xb5\x00\xb2\xb4\xe8\x5e\x0b\x3a\x72\x51\x73\xac\x95\x8b\xba\x7b\x93\xec\xf1\x5d\x35\xb0\xc1\x4f\xb7\xec\xe2\x06\x3f\x05\x01\x4f\x19\x72\x91\x20\xea\xe9\x4f\x74\x9c\x59\xef\x07\x91\x9d\xa8\xa7\xf3\xb0\x04\x93\xba\x49\x67\x09\xbb\x83\x11\x07\x75\x1e\xc0\xb9\xc8\x2e\xdf\x35\x6c\x75\x0c\x5b\xb8\x2a\x45\x57\x52\xea\xee\x60\x38\x7e\x84\xb1\x4f\xd1\x91\x94\x08\x79\x0d\x82\x9e\xce\x83\x5e\x92\x49\xbe\x6b\xd7\x22\xdc\x29\xbb\xf7\xf5\x69\xd5\x66\x23\x89\x16\x4c\xab\x36\x6d\x28\x17\xe4\xae\x62\x89\xd0\xa7\xec\x76\x68\xe8\x53\x74\xf7\x34\xfc\x3e\xa2\xab\x32\x36\x1c\xea\x56\xb1\xd6\xdd\xc0\xba\xd7\x9f\x07\x99\xbb\x6b\xd8\xea\xcb\xec\xa8\x88\xc2\x53\x67\xb3\x02\x0f\x23\xba\x86\xad\x1e\x8e\x42\xfd\xbf\x50\xb2\x77\x6d\x5c\x1d\x1b\x17\xd1\xaf\x61\x4c\x55\x74\xb7\x3c\x9c\xdc\xa3\xbb\x97\x75\x65\x2b\xd5\x73\x5d\xd9\xaa\x13\x52\x72\xab\x9e\xeb\x6e\x5c\xfd\xb5\x3d\x6c\xa1\x5d\x3d\x56\x77\x97\x7a\x9c\xcc\xea\x98\x8d\xdb\xba\x25\x92\xef\x6e\x49\xdd\x3d\x44\xae\x78\x23\xad\x82\x48\x2b\xdd\xb1\xc2\x48\xab\x78\xdc\x56\xe4\x72\x7f\x94\x91\x1e\xf7\x10\x79\xdc\x89\xb1\x3a\x8f\xcf\xb4\xd3\x67\x4f\x32\xbb\x44\x76\x8f\x49\x7e\x9a\x18\x4f\xb6\x55\xa2\xae\xce\x83\xca\x49\xcd\xfe\x68\xa8\x7a\xb0\x99\x6b\x02\x30\xf8\x2a\x1e\x77\x9a\x81\xf1\xea\x51\x79\x6c\x40\xd6\x3d\x98\x6b\x8f\xdb\x8a\x91\x56\xb7\xea\xbe\x47\x89\x87\x80\xab\x0c\x52\x6a\x3c\xda\xa0\x1e\x2f\x6e\x12\xa6\x13\x62\x75\x1e\x7e\x8a\xa4\xf1\x68\x70\x32\xd4\xea\x1e\x88\x15\x86\x5a\xc5\xa3\x2c\x23\x9b\xf9\xe3\x35\xed\xc1\xe0\xe4\xe9\xf3\xe0\xa0\x15\xcf\x6d\x76\xd5\x4f\xad\x09\xdb\x0a\x21\xac\xf1\x68\x84\x7a\xaa\x8d\x60\x1f\x7c\x54\x46\x3f\x5e\x99\xc0\x59\x8c\xc7\x2b\xd3\xc3\x95\xa9\xa3\x2b\x33\xaa\x2a\x1e\xb7\x0b\x22\x65\xe2\x51\x79\x6c\xa4\xd5\x3d\xd8\xf4\x09\xb1\x3a\x8f\x0f\x58\x19\x6b\xf7\x98\x1d\x3e\x5b\x9e\x79\x8f\xf7\xa3\x07\xbe\x72\xc2\xf6\xe2\x51\x44\x79\x70\x8a\xac\x38\x7e\xc6\xe3\x46\xf0\x70\x3d\xea\x6c\x34\x86\x68\xc5\xc3\xa2\xaf\x97\xb9\xa9\x7f\x78\xc0\x57\xa8\xb2\x85\x3f\x9a\x85\x0c\xe5\xaa\x12\x82\x1b\xca\x15\x40\xf7\xa7\x7a\xb1\x13\x3c\x2e\xc0\x87\x05\x08\xf1\x4a\x3c\x9a\x76\x9e\xb0\x08\x6e\xb8\x8f\xa6\x9d\x27\xcc\x0e\x6d\xcb\xa3\x69\xc7\xb0\xad\x0a\x8d\x4e\x18\xb6\x15\x86\x68\x55\xdc\xe7\xe2\xc1\x8f\x2b\x88\xd4\xd2\x69\x2f\x1e\x55\x6f\xcf\xb6\x9b\xd0\xac\x3c\xca\x01\x0f\x72\x80\x27\xad\x81\x5c\xf1\xbc\xe6\xc6\xb1\xf2\xb8\xea\x20\x05\x48\xf5\xe2\x58\x79\xbc\xab\x3c\xa2\xde\x5c\x8e\x84\x17\x93\x07\x93\x8d\x06\x20\x23\xb4\xc2\x08\xad\x0a\x4b\x75\x0c\xf5\xc2\x46\x68\x55\x70\x13\x63\x78\x98\xc3\x38\x97\xb5\x13\xc1\x38\x77\x1e\xcb\xd7\x3a\x69\x61\x1a\x25\xb0\xed\x0d\xad\x38\xc6\x76\x55\x7c\x5c\xc2\xd8\xae\x18\xd9\x4f\x91\x48\x86\x0a\x8e\x51\x2c\x95\x83\x60\xa8\x32\x1b\xb7\xb5\x63\x4d\x0c\x65\x74\x38\xe5\x32\x81\xa6\x61\x7c\x56\x8c\xea\xa7\xec\x4e\xc3\x49\x6c\xcc\x56\x05\x88\x3c\x86\x07\xa6\xc1\x58\x15\x0a\xe3\x18\xaa\x16\x88\xc9\xd2\x05\x32\x86\x9a\x35\x18\xdc\x52\xd5\xc5\x61\x28\xa4\xc3\xd2\x96\xaa\x5e\x09\x43\xeb\x89\x01\x5a\x72\x48\xc4\x70\x01\x18\x79\x55\x55\x10\x1a\x79\x15\x03\xe9\xbb\xaa\x20\x1c\x4e\x6d\xa2\xad\xb2\xe2\xc7\xd0\x54\x42\xb4\x55\xaa\x80\x18\x84\x61\x56\x41\x68\x55\xaa\x2a\x03\x87\xe6\x93\x31\xcc\x0e\xd1\x0d\x26\xb6\xf3\x30\x3b\x1a\xab\xf5\x04\x5e\xb3\x54\x33\x33\x7b\x28\xf4\x0e\xce\x91\xce\x09\x60\xfc\x54\x0c\x67\x36\xfe\x36\x31\x9c\xd9\xd0\x9d\x9d\x34\x6a\x12\x8e\xf6\x39\x43\x32\x11\xa9\x41\x30\xd5\x79\x58\x02\x52\xfa\xf0\xfe\x3e\xb8\xbf\x77\x7b\x5d\x39\x78\x6c\xa6\x8e\x9d\xae\x15\x93\xd0\xa9\xf3\xa5\x69\x0e\xce\x59\x06\x3a\x94\xc6\x50\x5a\x26\x9c\x4a\x7f\xd2\x18\x1e\x3a\xc3\x55\x02\xa0\x70\x0c\xa7\xff\x10\x41\x0a\x9a\xdb\x18\x8a\xc6\x06\x4d\xd5\xcc\x5e\x3f\xbc\xe5\x13\x3b\x95\x81\x02\x8a\x01\xcc\x7d\x0c\x54\x88\x9d\x9b\xe7\x50\x85\x48\xe8\x54\xaa\x70\xe0\xc6\x50\x32\x1e\x48\xc6\xc4\x94\xc6\x50\x32\x1e\xae\x2f\xd8\x6e\x63\x68\x64\x31\xb6\xaa\x02\xe8\x1b\xd3\xc5\x64\x20\x55\x05\x4c\x31\xa6\x46\x16\xe2\xa9\xb2\xf2\xd8\xf4\x04\x9b\x2e\x9c\xf1\x6f\x7f\xf6\x90\xa3\x23\x26\x32\x72\x2d\xa8\x19\xa6\x07\xdc\x74\xad\x41\xd9\x12\xd3\xb5\x36\x89\x5a\xa9\x00\xe9\xc6\x54\xc1\x38\x39\x1c\xaa\xb6\xb0\xe9\xe1\x40\x68\x95\x9e\xb5\x31\x3d\x1c\xa6\xcb\x8f\xa8\x95\x98\xca\xa1\xd3\xb5\xa6\x89\x64\xba\xd6\x0c\xa0\xaa\xb0\xa2\xc6\xf4\x42\x4c\x1c\x55\x7e\xd0\x95\x4c\xf0\x3d\x62\xb2\xd4\x34\x8f\x4e\xb5\x78\x84\x51\xa5\x4a\x88\x4a\x4c\x45\xd3\xd9\xc3\x34\x3e\x55\xc9\x46\xe0\x53\xaa\xb7\xd9\x79\x60\x4c\xd7\xc1\x8d\x52\x65\x7a\x0d\x9d\x6e\xe7\xd0\x70\xc6\x74\x3b\x9f\x6c\xe7\x9a\x5b\x0d\x52\x8a\xe9\xda\x50\xc9\x36\xb5\x90\x18\xb8\x54\x89\x28\x09\x03\x97\x62\xba\x9d\xab\x65\x9b\xde\x08\x27\x37\xc2\x07\x8f\xa5\xe9\x6e\x6e\x2c\x53\x55\xb5\x67\x2c\x53\x10\xcb\x94\xe1\xad\x0a\x63\x99\x62\x3a\x77\x21\x70\x8b\xa9\x7d\x70\x3a\x4f\x89\x31\x89\xa9\x70\x34\x51\x3d\xd5\xea\x50\xa8\xc4\x36\xe6\xa9\x42\xec\x16\x4b\x81\x69\x39\xb5\xd4\xef\x2c\x6f\x53\xeb\xf2\x3d\x04\x90\xa5\x6a\x68\x39\x53\x2a\x32\xeb\x72\xa6\x18\x07\x55\xeb\xed\x7b\x7e\x9b\xfc\x96\x5b\xd7\xf2\x3a\x45\xe8\x53\x26\x2e\x35\x96\xd7\xa9\x05\xf5\x7d\x85\x9f\x20\xd6\xfd\x4b\x33\x3b\x96\xea\x52\x28\x59\x08\x25\x78\x48\x87\x81\x4b\xb1\x9c\x77\x10\x20\xc6\xc2\x6b\x3c\x96\x93\x4c\xed\x8f\x91\x4b\x61\x94\x52\xf5\x2a\xba\xaa\xd9\xa1\x3d\x56\xa2\x5e\x6a\x8f\x97\x70\x67\xde\x09\x97\x5a\x97\x85\x5e\xb8\xc2\x9f\x18\x4b\xbd\xf0\x42\x2a\xa9\x80\x3e\xc4\x52\x9b\xb2\xba\xd9\x75\x92\xcc\x0e\x1d\x46\x05\x13\x2f\x96\x3a\x8c\xb5\xfc\x14\x01\x79\x69\xb3\x58\x1e\xe8\x0a\x88\xcb\x4d\x6e\x79\x2c\x2b\x97\xac\xf7\x97\xc6\xbe\xd4\x1d\x0b\xef\xe7\xcb\x71\xd4\x31\x43\x6a\x9d\x08\x0f\x52\xdd\x26\xc2\x83\x94\x88\x9f\x4c\xa4\x6b\x84\x0b\x3e\x1c\x5a\x00\xd4\x22\x1c\x5a\xa3\x80\xaa\x2e\x12\xe1\xd0\x12\xe5\x73\xd2\x0a\x69\x66\x97\xcc\x6e\x90\x64\x76\x99\x61\x74\xc3\x95\x4c\x27\xe2\x8c\xb0\x5e\xe8\x11\xba\x63\x45\xb6\x11\xac\xd0\x00\xba\x28\x02\x93\xc5\xd3\x4c\x9a\x26\x59\x28\xfb\x6d\xa8\xd7\x33\xbc\xa7\x7a\x3f\x95\x4f\x27\x88\xf2\xc9\x44\xc4\x07\x44\x3a\xe7\x71\xee\x89\x20\x8f\x05\xd1\x3f\x7f\x82\x20\x9f\xf3\x25\xaf\x69\xb1\x30\xe2\x07\xba\xa8\x30\xa4\x27\xc2\x59\xe7\x25\x36\x54\xeb\x19\xd2\x53\xbd\xc4\x86\x53\x2c\xdc\xb3\xdc\x8c\x42\x4f\x2b\x08\x78\x32\x9c\x4d\x11\xda\x27\xc2\x19\xc6\xd1\x12\xce\xb0\x50\x62\x00\x11\x20\xc2\xeb\x74\x38\xc3\xf4\xcb\x08\xf7\xac\x50\x3c\xf0\xde\x19\x8a\x07\xd1\x6f\x51\xdb\xa8\xb1\x77\xe7\x70\xcf\x72\x51\x84\x67\x37\x31\x3b\x99\x08\xfe\x20\x70\xe7\x3c\x6c\x84\x43\xe8\x4c\x34\x80\xa7\xfe\x3a\x40\x4d\x7e\x28\xd1\x12\xf3\x1b\x92\xdf\x04\xd1\x38\x19\x04\xf9\x88\x69\x0f\x73\x41\x25\x5c\x36\xc2\x0b\x2a\xc1\x38\xa9\x7a\x29\x0b\xf5\xfd\x46\xe6\x3c\x76\xba\xfa\xfe\x70\xfa\x3f\x1c\x86\xe1\xf4\x37\x5a\xa7\xfe\x4a\xd0\x64\x67\x18\x4e\x25\xe0\x20\x42\xed\x3e\xd1\x38\x99\x70\xd9\x08\xaf\x9b\xa1\xc4\x30\x1c\x1c\xaf\x9b\xe1\x6a\x22\x06\x21\xc2\xd5\x14\xef\x2f\x8d\xb6\xbe\xbf\x34\x8a\x1d\xa8\xa2\x24\xae\x89\x10\x14\x72\x20\xd1\x86\x9a\x2d\xe3\x6b\xaa\x77\xab\xed\x3d\x72\xbb\x53\x0e\x56\xd8\xf6\x10\xde\x1c\xc2\x83\xfb\x86\xf1\x35\xb1\x5d\x88\x83\xc5\xbe\x55\x45\x19\x73\x53\xf5\x57\x30\xe6\x26\xb6\x9b\xa7\x17\xa4\xad\xae\x1d\x32\x9a\x4c\x60\x6d\x6c\x57\x98\x61\x38\x75\xf4\xff\x8b\x2b\xba\x51\x3a\xb1\xb3\x39\xb3\x8f\x6e\xd5\x52\x46\xee\xd4\x81\x78\x63\xe4\x4e\x6c\x88\x2f\x2a\xa1\x7e\xb1\xf5\x58\xdc\x9c\xc2\xcd\x7b\xd6\x56\x1d\xb4\x99\xbf\x0d\x08\xb8\xd8\xce\x5f\x63\x6d\x1a\xe1\xfc\x61\xac\x4d\x40\x13\x93\xda\x65\xa7\xa9\x0e\x82\x27\x26\x7b\xbd\xdd\x5e\xf9\xa0\x75\x39\xaf\x0d\xd2\xac\xde\x63\x1a\x5b\xd5\xd6\x2b\x61\x0f\x8b\x60\x5b\xda\x2a\x92\x37\x8a\xe4\x61\x4d\xd4\xcc\xec\xe1\xa7\xac\x38\x83\x68\x02\xb6\x96\x93\xc6\xb8\x38\xf5\x8d\xa2\x69\x90\x8f\xc5\x56\x91\x4c\x30\x4d\x1e\x9c\x69\x5b\x45\xb2\x81\x35\x0d\xbf\xfe\x30\xb0\x26\xa0\x62\x49\xb2\xae\x85\x5c\x2c\xb1\x39\xd5\x9b\xb7\x8f\xed\x25\x0d\x32\x96\x93\x46\xa7\x38\x33\x37\xca\x8c\x06\x7e\x5a\x6c\x95\x19\xfb\xf5\x5b\x54\x8e\xdb\x59\x68\x14\x4d\x4b\xce\x2e\x67\xa1\x11\x33\x4d\xc7\x03\xe9\x57\x82\xc0\x99\xec\x65\x7e\x7b\xfd\x32\x88\xa6\xe1\xb2\x1e\x92\xad\xc4\x7b\x59\x65\x3a\xef\x55\xe9\x01\xdb\xca\x49\xbb\x49\x1b\xa6\x59\x15\xf4\x2f\xaf\xb3\xd5\x88\x99\xa6\x4f\xb8\x11\x33\xf1\x12\x15\xda\x60\x05\x8e\x57\xcd\xe9\x9b\x2c\x97\xad\xd9\x90\x99\x78\x39\xea\x07\xde\x25\xaf\x47\xfd\x9b\xcd\x8e\x65\xfd\x3a\x45\xdf\x6c\x55\xd8\x26\x5e\xa7\x28\x9c\x2e\xa9\x65\x6e\x91\x92\xba\x04\xa4\x2e\xd9\xb5\x04\x75\xcb\x9f\x80\x30\x25\xb5\x8c\x04\xf8\x7a\xac\x13\x39\x93\x75\xfd\x79\xdd\x74\x5f\x27\xb2\xfe\xb3\xaf\x13\xf9\x85\x8a\xb7\xe9\x40\x2b\xa5\x4a\x18\x46\xa3\x87\x90\x61\x34\x61\xc8\x4c\xcb\xb7\x69\x96\x80\x4f\xcf\x40\x60\x7d\xf5\x85\x23\x4a\x26\x35\x1d\x25\x5e\x35\x9d\x86\xcc\xe8\x48\x64\xc8\x4c\xbc\x4e\x77\xdd\x52\x5f\xa7\x3b\x91\x33\x27\x8d\xca\x79\xc1\x33\x3e\xa6\x79\x5f\x92\x31\x25\x08\x93\xc9\xc3\x81\xf0\x82\x47\x48\x4c\x6a\xd9\x01\x53\x87\x69\x7c\x0c\xa8\x24\x61\x7c\x4c\xbc\x2e\x1e\x7d\x3c\x5f\xd5\x19\xc6\xcc\x34\xaf\x38\xaf\x2b\xe5\x1d\x66\xc7\x1e\xf0\xaa\xc4\x7c\xa7\xd9\x99\x54\x4c\xa2\x22\x1c\x2f\xaf\x1e\x73\xaf\x30\x78\x99\x03\xe1\x55\x89\xf9\x72\x46\x10\x14\x1c\xaf\x67\xc4\x7b\x2e\x8d\xa9\xe9\x31\xf9\x7a\x5d\x24\xbe\x25\x35\x62\x27\xe2\xd5\x65\xdd\x60\x17\x75\x3e\x06\xbb\xc4\xeb\xd2\xd1\x05\x4d\x7e\x95\x80\x5f\xe5\xa4\xd1\x7c\x7d\xdc\xde\x73\x33\xcb\xc3\xb9\xe4\x6a\x82\x73\xe5\xbc\x46\x9a\xde\x3e\x70\xaf\x14\xf8\xd2\x03\x02\x96\xf3\x18\x24\x51\x5f\xaf\x64\x46\xd3\x34\xfd\xc3\x64\x5d\x89\x0f\x96\x7d\xc2\xaa\xc2\x00\x9b\xf8\x5c\x5f\x70\x1b\xc4\xe7\xfa\x32\xe8\xa6\x79\x83\x91\x8a\x25\xe0\x5d\x39\x69\xa7\x33\x3f\x95\x8a\xf0\xaf\x14\x35\x4d\x9f\x0e\x6d\x04\xda\xa4\x06\x45\x41\x7c\xda\x4c\x3f\x97\x17\x1c\x05\xf1\x29\x5b\x7d\xae\xa5\x42\x37\x7d\xae\x25\x78\x5c\x4e\xda\x20\x2d\x4c\xdb\x14\x41\x76\x7a\xb1\x7f\xc5\x52\x79\x4b\x0d\xe2\x87\x6c\xd5\xf4\x38\xf9\xd4\x20\x7e\x88\x39\xed\xe6\x48\xfb\x14\x73\xbe\x4a\xcf\x65\x93\xac\xb0\xab\xf0\x66\xaf\xff\xea\xef\xd3\x65\x5a\x26\xcd\x46\x78\x4e\xc0\x86\x17\x92\xb2\x04\xa4\x2c\x05\xe2\xe8\xf8\xf4\x8f\xfb\x10\x7d\xda\x8d\x06\xe5\x53\x5b\xf8\x75\x2a\x8c\xe0\xfb\x79\x74\x7c\x2e\x39\xfd\x35\x3e\x95\x25\x9f\xeb\x4b\x7f\x8d\xcf\xf5\x05\xa1\xcb\x49\xa3\x54\xcd\x97\x1f\x4e\xe6\xed\x66\x09\x7f\x3a\x99\x7f\x8f\x35\x66\xbd\x7e\x6a\x4b\xbe\xc9\x84\xbd\x39\x3d\x3f\x95\x7e\x1f\x22\x52\xd3\xd9\xe1\x53\xe9\x67\x8c\x51\x03\xe9\x3a\x8c\x31\x8a\xcf\x83\x42\x13\xfd\xe7\x41\xf1\x6d\xdf\xe3\xcc\xfa\x54\xc9\x7d\x2f\x4d\xbb\xff\xcd\x8b\x16\x86\x0c\xc5\xe7\x92\x01\x07\x3d\x3e\x85\x19\xf9\x55\x9a\x66\xd5\xcf\xf5\x21\x99\x4a\xd3\xaa\x2f\x99\x4a\x40\xa6\x52\x40\x61\x8d\x4f\xc5\xde\x87\xe2\xa1\x55\xa7\xaa\x8a\x07\xa3\x92\x1a\x66\xca\x0d\x63\xca\x79\x58\xec\xd9\x5a\xb6\x2c\x29\xfb\x4a\x97\x69\xfd\xa4\xa1\x9f\xdb\x57\xb2\x2a\x67\x0e\x6e\x68\x7a\xff\xec\x8b\x38\xff\x46\x8c\xc4\xbe\x88\xf3\xdf\x72\x76\x37\x50\xc4\xf7\x05\xd2\xc5\xbe\x0a\xd3\xe1\x1c\x7c\xfb\x62\x8f\xdf\x97\x13\x13\x6b\xf6\x96\xdc\x7b\x1b\x20\xd5\xb0\x22\x6d\x03\xa4\xb6\xcc\x29\x0d\xf3\xd0\x96\x39\x65\xc3\x9c\x52\x50\x9e\xee\x8b\x1b\xe3\x86\x2c\x25\x35\x2c\xd7\xfb\xaa\xb6\xcc\x79\x4e\x1c\xc2\x86\x32\xe5\x3c\x2c\xb6\xd2\xda\x6a\xb1\x0a\x3f\xad\xd2\xda\xe6\xb7\x0a\x3a\x58\x57\xf6\x85\xa0\xb3\xaf\xc6\x8a\x3b\xbb\xf7\xbe\x9a\x8d\x75\x52\x83\xfc\xbd\xaf\xee\xa7\xce\x60\x82\x0f\xf6\xd5\x2d\xd6\xd3\x00\xa3\xf4\x96\x89\x65\xc3\xc4\x52\xd0\xe3\x6e\x99\x58\xf6\xf5\x5c\xbe\xc6\xa7\x8f\xfd\xae\x50\xd3\x06\x9f\x4e\x3b\x60\xd2\x01\x96\x3a\xed\x4f\xe7\x2f\xda\xe8\x0d\x41\xca\x79\x2c\xd3\xe8\xbb\x69\x7f\x22\xd0\x37\x54\xca\xfb\x5a\x66\xb7\xcc\xce\x24\xfb\x13\xcd\x47\x03\x30\x70\x5f\x68\x05\x37\x61\x53\x05\x89\x6b\x1b\x36\xb5\x25\x4a\x69\x18\x60\x37\x0c\x29\xe7\x61\x4d\x6e\x4a\xc5\xa4\xb4\x09\x9b\x2a\x08\x66\xdb\xb0\xa9\x6d\x88\x54\x83\x80\x7d\xcb\x94\xb2\x89\x94\x2a\x84\x2d\x6f\x28\x52\xce\x83\xba\xd9\xfa\x6d\x53\xb7\xcd\x72\x3a\x6d\x3b\x73\xd3\x99\x83\xba\x6d\x3b\xd3\x55\x09\x4a\xdf\x96\x3b\x65\x1b\x49\xd5\xba\xc3\xfa\x5a\x5f\x45\x35\x30\xf9\xf6\xf5\x9a\xdd\x6b\x76\x26\x7d\x24\xb9\xc4\x9c\xfe\x9f\xad\x57\x78\xeb\x8e\xc3\x67\x9f\xbb\xc4\x3a\x4b\x4c\x26\x96\x2d\xc5\x4a\x43\xa3\xb8\x13\xb7\xf4\x9d\x14\x85\xe0\x22\xdf\xa9\xf8\x1e\xfb\x37\xfa\xf4\x6d\x14\xd2\x96\xda\xa4\x71\x39\xdc\x84\x24\x9d\x47\x37\xad\x93\xb6\x4c\x33\xbb\x9b\xec\x6e\xb3\xbb\xcd\x6e\x90\x54\x4c\x3a\xbd\x49\x2c\xf2\x4e\x5c\x8e\x37\x81\x47\xe7\x4b\x72\x43\xc7\xb7\x89\x42\x32\xdc\x74\x1b\x85\xb4\xa5\x36\x69\xcf\x11\x68\x77\x72\x81\x19\x99\xd4\xd0\x3e\xec\xe4\x02\x33\xe4\xa8\xc1\x98\xb6\x53\x35\xbb\x6a\x76\x24\x35\xdb\xa5\x00\x06\x1c\xd6\x26\xd6\xe8\x3c\xfc\xb4\x53\x04\xfa\xf4\x2d\x41\x49\xc3\xb7\x7f\x4b\x50\xb2\x93\x62\xd4\x33\x68\xc5\x63\xb1\xde\x2e\xc0\x70\xda\x30\x93\xfc\xd9\x49\xc1\x67\xd8\xc5\xd3\x3e\x99\xf4\x49\xa6\xd8\x69\x55\x5c\x60\x04\xa8\xef\x34\xcd\xce\xd5\x84\x1d\x6f\xcb\x3c\xb2\x0d\xef\x69\xb8\xed\xef\xb4\xcc\x6e\x91\x1d\x9b\x58\x5a\xf6\x27\x58\x47\x8d\x1b\xc7\x4e\xcb\x1a\xbb\x9a\xc6\x4d\xcb\xc2\xce\xdb\x16\xc1\x32\x31\x44\x67\x27\x65\x1a\x44\xd5\x9d\x3e\xab\xe2\x24\x43\x6c\xda\xe9\xfb\xbd\x67\x7e\x4c\x46\xe9\x43\x36\xfc\x1f\xa9\x23\xc2\x6c\x18\x3f\xce\xe3\x23\x8d\x81\xcc\x5c\x4a\x77\x46\x96\xe8\xc0\x85\xec\x8c\x2c\xb1\x33\xb2\x44\x62\x15\x67\xb7\xf1\x9c\xfd\x94\x69\x61\x7c\xcb\x96\xe5\xa3\x73\xad\xdb\x06\xb8\x6c\x59\x3e\x3a\x0e\xe8\x3b\x17\xb3\x2b\x66\x77\x7a\x20\xa3\xf8\xdb\xc6\xc1\x74\xfc\xcf\xb7\x71\x30\x5b\xe2\x8f\x0e\xc0\xc3\x96\xf8\x63\xe7\x66\x11\xec\x14\xb9\x59\x44\xb7\x2a\x2c\xee\xfc\xd8\xda\x87\x8e\x67\xe6\x19\x69\xb2\x65\xef\xe8\xc9\x86\x39\x2d\x8c\x3e\xe9\xc4\xbc\xef\xec\xb4\x30\xd4\xa4\x03\x4f\xb6\xa5\xea\xd8\x44\x9c\x14\x6e\x61\x5b\xaa\x8e\x9d\x71\xa6\xec\x44\xa9\xef\xcc\x45\x74\x43\xc5\x71\xd2\xfe\xed\x16\xb7\xf3\xb0\x41\xc3\xd2\x58\x98\xf0\x75\x9c\x87\x35\xb5\xbf\x9d\x71\x46\xa2\xf4\x64\x7f\xbb\x57\xe7\xf5\x43\xd2\xe5\xbd\x65\xb5\x96\x2d\x62\x7d\x65\x5c\x99\x76\x3e\x53\xae\x24\xfb\xd1\xfd\x3b\x2f\xb3\x6b\x7e\xfa\xcb\xee\x35\x8d\xbe\xc5\x63\x60\xe7\xb3\xb5\x17\xee\x90\x3b\x47\x31\xc9\x12\x98\x84\x52\x7e\x6c\x28\x3f\x0a\x86\xb3\x9d\xc3\x41\xde\x36\x82\xcd\x2f\x6f\x1b\xb1\xfd\x94\x23\x22\x3b\xa7\x0d\x8a\xe9\xc9\x11\xdd\xd6\xe4\xf5\xdb\x87\x22\xb8\x1d\x6c\x22\x5c\x4a\xea\x26\xd9\xdd\xaf\x7d\xc7\xd4\x97\xcc\x63\x67\xb6\x61\x9c\xed\xb7\xd1\x2e\x1b\x4a\x8f\xd4\xb3\x33\xdf\x55\x03\xa7\xc7\x49\xa3\x9b\x5c\x35\xc6\xb6\x74\xae\x95\x5b\x36\x8f\x4d\x88\x4b\x49\xe7\xbe\xb4\xff\xbf\x84\x9d\x3b\x8e\x64\xb9\x11\x45\x7d\xad\xa2\x77\xa0\xca\xe4\x27\x48\xa0\x3d\xd9\xd2\x1e\xb2\xea\x26\x81\x31\x66\xa6\xd1\x9a\xd9\xbf\xc0\x73\x64\x8d\x0c\x19\x85\x87\x0a\xe4\x23\x83\x8f\x0c\xc6\x87\x71\x19\x8d\xe4\xa3\x88\x63\x29\xce\xd2\x22\x8e\x25\x60\x57\xc4\xb8\xa7\x29\x47\x40\x57\xee\xcf\x0a\x5a\x49\xf3\x55\xf6\x83\xf6\xf0\xd5\x07\xc2\xb0\xe9\x01\x84\x59\xda\x93\x4e\xd1\x2e\x0d\x0f\x3a\x20\x57\xee\x9b\xd2\x64\xe4\xe9\x18\x3a\x8c\x90\x05\x1e\x30\x2b\xa2\xe3\x23\x66\x25\x4d\x81\xa6\xe4\x58\x1a\x71\x9f\x34\xa5\xf7\xc9\x0a\x6b\x4a\x2f\x35\xea\x2f\x8d\x2e\x9a\xcd\x35\x9b\x83\x39\x35\x49\x43\x78\x39\x84\x4c\x23\x45\x29\xad\x3b\x54\xa4\xad\x69\x83\x35\x34\x09\xc0\x85\x08\x94\x89\x90\x95\x7a\x22\xe3\x42\x56\x02\x64\xa5\x71\x2b\x5d\x84\xac\xc4\x02\x1f\x45\x05\xaf\x50\xd9\xe3\x3e\x9a\x34\x7a\x55\x76\x85\xac\x54\x73\x1e\x96\xcd\x2d\x9b\x9b\x90\xfc\x98\x88\x2e\xa7\xa1\x69\x8a\x6e\xc3\x0b\xae\xf6\x94\xe6\x48\x37\x23\x7d\xc2\xdb\xf6\xc3\x29\xcd\xe0\x07\xd2\x14\x57\xeb\x80\x14\x27\x5e\x69\x8a\xab\x45\x3f\xaa\x35\x66\xff\x65\x73\x2f\x9b\x63\x0c\x2f\xc7\xf5\xe9\x18\xd8\xf6\xda\xa7\x63\x50\x5a\x29\xc3\x95\x46\x5c\x34\x4d\xd1\xc4\xbf\x4d\x53\x34\xad\x17\x52\x00\xa5\x62\xbd\x90\x50\x2f\xa4\x71\x2e\x1b\xeb\x85\xc4\x7a\x21\x85\xe7\x9a\xa6\x68\x52\x36\xa4\x3d\x1d\x84\xa6\x55\xfb\x72\x10\x48\xb0\xf5\x42\x22\xb0\xa7\xf0\x5c\xd3\x14\x4d\xe0\x37\x8f\x6a\x8b\x2e\x14\xc3\xf6\x96\x3b\x94\x6b\xd3\x1a\x6a\x58\x43\xff\x5d\x87\x6f\x07\xab\x68\xe2\x91\xa6\x1d\xbb\x50\x0e\xbb\x8b\x53\x39\xb4\x86\x48\x81\x82\x48\x3b\x36\x77\x6c\xee\x92\x3a\xbe\x76\xc4\xda\x14\x2e\x69\xc4\xda\xa4\x53\x32\xa1\xc0\x6d\xa4\x13\x2a\x4d\xc7\xcc\x29\xf0\x08\xe9\x24\xba\xa4\xbb\x3a\xc9\xbf\x4f\x27\x59\x2e\x5d\xd5\x82\xd7\x97\xae\x6a\xb1\x98\x47\x91\xe2\x9e\xae\x99\x2f\x60\xa6\xf0\xfa\xd2\x55\x37\x7d\x7e\x49\xbb\x5f\xaa\xe3\xa8\xa6\xe3\x81\xd6\x40\x91\x82\x77\xb9\x0f\x3e\x3c\xd3\x28\xea\x25\x5d\x09\xe0\x9a\x82\x74\xad\x95\x5e\x6f\x69\xbe\xca\x9a\xed\x57\x89\x35\x2a\xf8\xa5\x93\xde\x16\x6b\x83\x14\xb9\xd2\xe9\xcb\x1e\x16\x3d\x4c\x06\xb6\xfc\x00\x5b\x86\x99\x6e\x31\x34\xe9\xe4\xe9\x17\xd9\xcd\xe9\x2f\x39\xf9\x92\x13\xbb\xf8\x92\x13\x97\xc5\xd8\xbc\xeb\xb2\xe8\xee\xe2\x20\xeb\xd3\xdd\xc5\xad\xd5\x51\x1c\x97\xa5\xbb\x63\x53\x9f\xe3\xd2\xf8\xdd\xdb\x8f\x82\x73\x5a\x1c\x97\xa5\xbf\x9d\x34\x97\x0f\xc5\xb0\x43\xf9\x8d\xfb\x38\xde\x96\x4d\x7b\xae\x15\xc1\x36\x05\xa8\x3d\x96\xe1\x48\xe7\x16\xd2\xe2\xbe\xb3\x80\xbc\xb9\x0f\xdf\xc5\x25\x14\x80\x93\x81\xc7\x5a\x5c\x6e\x96\xa1\xc7\x3a\x5c\x40\xa4\x07\x66\xb8\x80\x44\xe5\x14\xf9\x81\x11\x95\x13\x11\x38\xa5\x9f\x68\x59\x8f\x00\xc4\x69\xcf\xd5\xfe\xbf\x52\x1f\x04\xf1\x33\x34\x7a\x28\x63\x95\xa1\xd1\x33\xdc\x37\x51\x73\x02\x6a\x62\x61\x8d\xe2\x00\x30\xc3\xd5\x2a\xc8\xa6\x00\x89\x67\xb8\x5a\xa9\x9c\x71\x69\x1d\x9a\xcd\x61\x82\x73\x9f\x65\xc0\xcd\xdc\x07\x63\x24\x51\x38\x63\xc8\xc9\x60\x89\xf8\x26\x61\xd1\x58\x45\xa3\xb8\xf6\x3f\x62\x65\x32\x5c\xfb\x5c\x30\x96\xe1\xda\x1f\x60\x84\x8b\x0b\xc6\x32\x40\x86\x45\x64\x4c\x91\x16\x9c\x31\xed\x62\xda\x05\xcd\xe9\xf6\x02\x86\x79\x54\xb1\xce\x47\xf9\x15\xaf\xa7\xdb\x9a\xcc\x95\xad\x29\x35\xc5\x3e\x3c\xca\x49\x51\x44\xc8\x14\xce\x50\x44\x84\xc1\x54\x39\xc9\xcb\xe6\x96\xcd\x15\xa4\x92\xb4\x21\xc1\xc8\x72\xac\xda\x72\x24\x05\x67\x6c\xc7\xf5\x72\x5c\xe8\xb9\xa1\x77\x3c\xdc\x38\xf5\xf1\x86\x1b\xe7\x60\xe3\x6c\x0e\xdf\x8d\xd3\xda\x1a\xa5\x53\x36\x94\x9a\xa1\xd4\x2c\x07\xa6\x53\x2a\xac\xa4\x96\xdc\xc5\xe6\x62\x73\x70\xa7\x07\x3a\x34\x73\x96\x5d\xb8\xbf\x0e\xcc\x1c\x20\xd2\x11\x69\x92\xa1\x1c\x01\xea\xce\x50\x8e\x44\x9f\xd4\xf2\x0b\x2b\x47\x42\x4d\x8a\x2b\xac\x33\x8e\xcd\x1d\x9b\x83\x91\xe3\x20\x14\x19\x70\xde\x11\x57\x12\x70\x25\xde\x50\x13\x71\x25\x99\x4a\x11\x38\xef\x88\x2b\xc9\x54\x8a\xc0\x79\x47\x60\x49\x04\x91\x14\xe9\xa8\xb1\xf2\x47\xc0\x92\xb4\xd6\x24\x35\x49\x30\x82\xfd\x32\x89\x78\x66\x6a\x0d\xe9\x32\x8a\x12\xc9\x7c\xd8\x1a\x96\xf6\x24\xe2\x19\x91\x23\x45\x72\x69\x80\x8c\xdc\xc7\x97\x34\xba\xd0\x25\x99\x1a\x30\xfa\x87\x53\x03\x66\x62\xc0\x50\x49\x33\x93\xf3\xad\x4c\x85\x93\xdc\xd2\x4c\xa3\x48\x62\x42\x6a\x61\xe7\x4d\x25\x71\x82\xf5\x2d\xee\x1f\xce\xd4\x84\x11\x00\x52\x9c\x63\x66\x76\xbb\xe8\x76\x01\xc7\x3a\xc3\xc0\x40\xee\xcf\xae\xb0\x4f\xa5\x13\x1c\xc8\xa5\xf1\x3b\xa2\xaa\x01\x14\xd2\xd4\xfe\x82\x42\x32\x15\x62\x9d\xd2\x69\x00\x4a\xa0\x48\x71\x04\x9a\xa9\xc4\xce\x39\xa5\xd1\xc5\x74\x64\x44\x9b\x8a\xc3\xc3\x4c\x35\xd3\x24\x84\xaa\xe1\x20\x28\x24\x53\xe9\xe4\xba\xdd\x4c\x03\x50\x93\x8c\xea\xe2\x36\xf5\xcc\x25\x2b\x1a\x58\xdb\x15\xa0\x81\x35\x31\xb0\x9a\x9f\x5d\x95\x33\x95\x31\x1d\xd5\xa9\x8c\x89\x00\x29\x2e\x5d\xcf\x54\x0d\x51\x4e\xe5\x51\x14\xcb\xca\xd4\xb7\x9e\x9a\x4e\xa4\x8d\x66\xea\x47\x4f\x3d\x1d\x4e\x45\x63\x85\x94\x88\xed\xa8\x8d\x1f\x02\xa8\xe3\x3e\x96\x34\x86\xf1\x29\x7b\xda\x49\x9c\x7b\x66\x6a\x27\x4d\xec\x24\xc0\xd3\x11\xa1\x91\xa9\xb8\x73\x98\x91\xf9\x65\xb7\xca\xf6\x76\x6a\x95\xed\x99\x0f\x69\x0c\x37\xb2\xac\x46\xd4\xb7\x16\xa2\x91\xc9\x0d\x1b\xeb\xc3\x49\x8b\x93\x41\x78\x69\x7d\x60\xd9\x4c\xc3\x4b\x13\x81\x5f\xc4\xfd\x33\x0d\x2f\x09\xc8\x58\x5c\x14\x9a\xa9\x74\x8b\xb4\x58\x64\x9d\x46\xa4\x45\x26\xc9\x99\xeb\xc3\x59\x3b\x8e\x03\xeb\x69\x11\x47\xcf\xd4\x7a\x9a\x58\x4f\xcd\xa1\xa9\x24\x45\x5a\x2c\xae\xcf\x4c\x19\xd6\x15\x69\xb1\xb8\x3f\x33\xa5\x78\x17\x61\xdd\xc5\x65\x99\x29\xc3\xba\xf5\x90\xbd\xf1\x01\x6d\x49\x63\xc5\xf3\x55\x84\x50\xa4\x1e\x72\x42\xcc\xad\x94\x65\x61\x15\x0b\x9c\x79\x4a\x59\x16\x2f\xb1\xf4\xf3\xad\x25\x13\x60\x13\x4d\x53\xb1\x14\xe5\x6a\x72\xc7\x7c\x97\x41\xe2\x22\x48\x0c\xc6\x39\x65\x90\xd8\xba\x31\xeb\x03\x33\xae\x0c\x12\x0b\xab\x58\x24\xb6\xa6\x14\x6f\xf1\x12\x8b\x03\xe2\x88\x97\x48\x75\xe7\xec\xaf\x37\xb9\xd7\xff\x6a\xf5\x32\x86\x5c\xdd\xf1\xa0\x9a\x8b\x2c\xd2\x80\xaa\x68\x80\x73\x53\x0a\xba\x95\x66\x96\xc1\x41\xcb\xca\x04\xa4\x45\xd3\x7c\x2d\xd5\xb0\x08\x8b\xf5\xc0\x8a\xaa\x69\x6b\xd3\xd6\x78\x53\x8d\x5b\x57\xc9\xde\x9f\x31\x1c\xe5\xbc\x08\x84\x2d\xc3\x74\x65\x20\xcc\xe2\x33\xeb\x61\x17\x46\x9a\x05\x62\xac\x07\xcb\xa8\x14\x74\x11\x16\x8b\x0b\xd9\x23\xc2\x22\x94\x97\x69\x20\x96\x63\x79\x99\x14\x91\xe6\xf5\x20\xc0\x55\x06\x50\x40\x55\x5c\x1a\xaf\x6a\x82\x16\x3a\x17\x84\x71\x4a\x9d\x6b\xc5\x99\xf5\x70\x65\x2d\xb9\x5b\x72\xc7\xf6\x5f\xee\x11\xb5\x6d\x8e\xed\xa5\xf4\xc2\xa8\x2f\xd3\x3a\x3e\x4d\x6d\x39\x79\x39\x88\xbb\xbf\x1e\xf2\x82\xbf\x9f\x7d\x75\x4a\xc7\x57\x39\x9b\xd3\xe9\x43\x7a\x70\xc7\x55\x39\x9b\x65\x7a\xf6\x5d\x86\xe2\xb5\xcf\xc6\x3f\x38\xfb\xf9\x71\x49\xd7\x1c\x3a\x9b\xc4\xa4\xb3\xaf\x67\xdd\xc1\xbf\x9f\xfd\xb4\xad\xeb\x31\x77\x92\x04\xcf\x26\x02\x76\x48\x2e\xee\xf8\x1a\x67\x13\x8d\x3d\xfb\xba\xcd\x9d\xc2\x4b\x67\x13\x8d\x3d\xfb\xae\xc7\x0e\xee\xf2\xec\x26\x13\x57\xe9\x74\xac\xfb\x43\xd9\x89\xef\x67\xf7\x0f\x48\xeb\x92\xd0\x35\x87\xaa\x12\x9d\x2b\xc2\xce\xc6\x81\x3e\xd4\x96\xe8\x24\xd6\x9d\x8d\xf6\x39\xfb\x2a\x1c\x11\xa7\x87\x9a\x13\xf7\xf1\xbe\xa4\x09\xf7\xa0\xa8\x0f\xf9\xcd\x1d\xcc\xdb\x31\xb1\xf9\x90\xcb\x2c\x44\xf1\xec\x61\x5b\x77\x45\xf6\xe9\x18\xcb\x61\x5f\x73\xac\xb3\x0c\xce\x2e\xb9\xbf\x7e\x4b\xef\x4f\x7f\x65\x8f\xc5\x97\x90\xd5\xb2\xc7\xbb\x58\xc4\x85\x1f\x2b\x42\x1c\x2a\x42\xf4\xee\xa4\x61\x9e\x1d\xca\x3f\x74\xc0\xd7\xc7\x52\x0f\x67\x6f\x5e\x9c\x90\xb6\xac\x6e\xa6\x63\xf2\x71\xb6\xac\x6e\xf8\x72\x40\xb8\xe6\x67\x6f\x66\xc8\x05\xb0\x9d\xa1\x0d\x5f\xe5\x8b\x36\xff\xa2\xf9\xc5\x8b\x2f\xdb\xba\xbe\x50\x07\x2a\x7c\x28\x34\x71\x1f\xbc\xb8\x99\xc7\x4f\xa7\xe3\xf3\x32\xc1\xb5\x76\x67\x7f\xfa\xe2\x27\xdf\xfe\x83\xe6\x3f\x65\xe2\xea\x9c\x4e\xfe\xe2\x31\x31\xfa\x90\x18\x2d\x8a\xf7\x98\x18\x7d\x48\x8c\x16\x9e\x7b\x2c\x22\x71\xc8\x7b\xee\x43\xbe\xe2\x8b\xe1\x57\x9b\x5f\xc5\x4f\x78\x95\x8a\x30\xd5\x63\xbe\xf3\x21\xb7\x59\x48\xea\xd9\x6f\x59\x7d\x3f\xef\x3c\x3e\x79\xf1\xed\xaf\xde\x4c\x6d\x63\x3a\xde\x8e\xf1\x3a\xea\x9d\x6a\x05\x67\xbf\x15\x85\x73\x3f\x0e\x90\xcf\x43\xfa\xf2\x7d\xb0\x4c\x3a\xcb\xe4\xd8\xd6\xa1\xad\x6b\xa2\x1d\xce\xc0\xbf\x9f\x73\x57\x31\x95\xe4\xcf\x61\x7b\x3d\x1c\xf4\x72\xe5\xe1\xf1\x74\xf3\x70\xba\xf9\xe8\x7f\xf1\x98\xee\x3f\xbf\xbe\x7e\xfc\xed\x1f\xff\x7c\xfd\xf8\xd7\xeb\xd7\xf7\xb7\xaf\x3f\x7f\xfe\x7c\xff\xf6\x47\x7e\xf9\xfa\xe3\xdb\xdf\x2f\xf5\x5b\xde\xe7\x97\xdf\xde\x3f\xdf\xff\xfe\xfd\xcf\x9f\x5f\xef\x6f\x3f\x7e\xff\x71\xdf\xe2\xef\x3f\x01\x00\x00\xff\xff\x4d\x4c\x2d\xc1\x6d\xd7\x01\x00"); +func _febc ()([]byte ,error ){return _c (_dfa ,"Adobe-Japan1-5")};func _gad ()([]byte ,error ){return _c (_ccdd ,"HKm314-B5-H")};func _dgeb ()([]byte ,error ){return _c (_decc ,"UniCNS-UTF8-H")};var _fcag =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\x9c\x4d\xaf\x26\xbb\x71\xdf\xf7\xe7\x53\x3c\x4b\x67\xe1\xdc\x26\x9b\x2f\xdd\xc0\xe0\x00\x8e\x6c\xc3\x42\x60\x27\x88\xf2\x06\x04\x59\x34\x59\x45\x61\x00\xdf\x99\xc1\xdc\xd1\x42\xdf\x3e\xa8\xff\x8f\x47\x4a\x14\x03\xba\x0b\xa1\x34\x75\xc9\x6e\xf6\xbf\xab\x48\xfe\xba\xf8\x9c\x9f\x7e\xf3\xdb\xbf\xff\xed\x97\xcf\x3f\x5e\x3f\xfd\xe7\xef\x5f\xe7\xef\xfc\xc7\x6b\x7d\xfe\x62\xdf\xfd\x97\xaf\x7f\xf8\x3e\xfd\x35\xfc\xf7\x9f\xbf\xbc\xbd\xa5\xfc\xb2\xcf\xf3\xc7\xc7\x3f\x65\xe6\xcf\xcf\xb7\xb7\xb7\xe8\xff\xbb\x3f\xfe\xf2\xc3\x7f\xfe\xed\x97\xf5\xf5\x75\xd2\xce\xfe\xf0\x6d\xb7\x7d\xbd\x7e\xfa\x2f\xfe\xfb\xcf\xbf\xfc\xf8\xfe\xc7\xd7\xdf\xfc\x9d\x7d\x1d\xfe\xef\x5e\xe6\x2b\xfc\xff\xe9\xbb\xf9\xf7\xcf\x5f\x7e\xff\xfa\x9b\xdf\xfc\xcb\xef\xd2\x9f\xdc\xbf\xfb\xc3\xb7\x6f\xff\xea\x3f\xfb\x97\x1f\xaf\x24\x9f\x7f\x31\xd9\xb7\x9f\x7e\xf3\xcf\xcf\xb7\x7f\x79\x7e\xf6\xd7\x4f\xff\xf4\x1f\xed\x5f\x9f\xbf\xfd\x0f\xf5\x6f\xff\x49\xff\x49\xff\xe5\xbf\xfb\xf7\x5f\x3e\x7f\xfd\xf2\x4a\xff\xfe\x38\xda\x9f\xdd\xff\xf5\x8f\xdf\x7c\x5f\xe9\xed\xa7\xff\xf9\xdf\x7e\xfb\xf7\xaf\xff\x95\x5e\xe9\x78\xe5\x5a\x73\xfa\xdf\xdb\xff\x3f\xfe\xf9\xab\xf9\xeb\xe0\x5f\x99\xb1\xcf\xaf\xe6\xbf\x7c\x7b\xa6\x7f\x7f\xbe\xfc\xde\xdf\x5e\xaf\x4f\xc7\xf1\xfe\x7a\xbd\x3e\x5d\xc7\x7b\xfc\xeb\xef\x52\x39\xde\x5f\x9f\xfe\xf1\x1f\xfe\xf1\x1f\xde\x63\x90\x7f\xd1\xfe\x2d\x71\x99\x2f\x5f\x7f\x98\x2f\x7c\xba\xc2\xa7\xb4\xde\x5f\x29\x7a\xfc\xdf\xff\xe9\x2d\x1d\xc7\xbe\xef\x67\xdb\xad\x73\xb4\xee\x1e\xad\x3f\x3d\xdc\xed\x49\xf5\x7a\x7f\xdd\x77\x38\xea\x8d\x63\xbe\xbf\xd2\xd9\xcb\x29\x9f\xc9\xa7\x4e\xf9\x0a\xcf\x93\xe4\x59\xf5\xfd\x95\x5a\x0e\xcf\x6a\x78\xda\xfb\x2b\x17\xb5\x59\x1d\x4f\x0f\x4f\x97\xe7\xc2\xe3\xe1\x89\xbb\x65\x6e\x9f\xe3\xca\xb9\xb6\xf0\x70\xe5\x1c\x6d\xce\x14\x6d\x4e\xda\x9c\xd1\xa6\xa4\x18\xcf\x49\x9b\x73\x8c\xf7\x57\xe9\xd1\xeb\x1c\x86\x67\xbd\xbf\xea\x11\x6d\x0a\xbd\x4a\xf4\xaa\x77\x0d\x0f\xbd\x4a\x5c\xb9\xd5\x18\x61\xa5\x4d\x8d\x36\xbd\xc6\x53\x54\xda\xd4\x68\x73\xa5\xe8\xd5\x68\xd3\xa2\xcd\x7d\xc4\x78\x1a\x6d\x5a\xb4\xb9\x7b\xf4\xea\xb4\xe9\xd2\xe7\x68\x31\xa0\x4e\xa3\x1e\x8d\x52\xca\xd1\xef\xa2\xd5\x85\x8a\x39\x06\x79\xd1\xea\x5a\x08\x1b\x1d\x6f\x5a\xdd\x6a\x75\x5e\x47\xb8\x68\x75\xab\x55\xd1\x1b\x79\x68\xf5\xa8\x55\x3d\x43\xdc\x87\x56\x8f\x5a\xb5\x23\x3a\x0e\x5a\x0d\xb5\x6a\x77\x09\x17\xad\x86\x5a\xf5\x1a\x1d\x27\xad\xa6\x5a\x5d\x35\xa2\x62\xd2\x6a\x2e\x7b\x7f\xa5\x3b\x45\xc7\x19\x3d\xb6\xc9\xe5\x8c\x56\x46\x47\xd3\xcb\x3b\x8e\xb8\x96\xd1\xd1\xd4\xea\xe8\x31\x08\xa7\x95\xab\x55\x6a\x71\x2d\xa7\x95\xab\x55\xce\xd1\x71\xd1\x6a\xa9\xd5\x99\xe3\xf2\x8b\x56\x6b\xae\x70\x5d\xd1\x71\x19\xad\xf6\x20\xf2\xdb\xa7\x71\xa8\xe3\x38\xd4\xb1\xf4\x3b\x5c\xea\x38\x0e\xb5\xaa\x25\x5a\x11\xe6\x43\x11\x9c\xdb\xd9\xc2\x45\x2b\x82\xb1\x45\xec\x0f\xa2\x71\x10\x8d\xfd\x3e\xc3\x45\x2b\x85\x63\xbe\x22\x42\x07\xf1\x38\x14\x8f\xf9\xae\x47\xb8\x68\x75\x2a\x68\x8f\x88\xd1\x41\xfc\x0d\xc5\xdf\x99\x42\x9c\x41\x00\x8e\x42\x68\x87\x38\x83\x08\x1c\x8a\xc0\x33\x87\x38\x83\x10\x1c\x0a\xc1\xf3\x0c\x71\x06\x31\x38\x14\x83\x67\x09\x71\x06\x41\x38\x14\x84\x67\x09\x71\x06\x51\x38\x14\x85\x67\xed\x57\xb8\x68\xa5\x28\x3c\x5b\x89\x8e\x44\xe1\x50\x14\x9e\xfd\xac\xe1\xa2\x95\xa2\xf0\xec\x77\x74\x24\x0a\x87\xa2\xf0\xbc\xee\x90\x90\x28\x1c\x8a\xc2\xf3\xae\xd1\x91\x28\x1c\x8a\xc2\x72\x44\x42\x0f\xa2\x70\x28\x0a\x4b\x4a\xd1\x91\x28\x1c\x8a\xc2\x92\x8f\x90\x90\x28\x1c\x63\xf6\x70\xb5\xe8\x38\xe6\x25\x97\x3a\x9e\x91\x68\x83\xc0\x1c\x0a\xcc\x72\x4a\x1c\x02\x73\x28\x0a\x4b\x91\x38\x44\xe1\x50\x14\x96\x2a\x71\x88\xc2\xa1\x28\x2c\x55\xe2\x10\x85\xc3\x6b\x7a\x7f\x95\x26\x71\xbc\x66\x5c\x59\x77\xc4\x75\xca\xa5\x6b\xb5\x3b\x86\x4a\xac\x0e\xc5\x6a\xe9\x25\x5e\x1a\xb1\x3a\x14\xab\xe5\x3a\xe3\xf2\xc4\xea\x50\x60\x96\xeb\xee\x6f\x9f\x26\x81\x39\x15\x98\xe5\xbe\x53\xb8\xd4\x6a\x2a\x30\xeb\x51\xcb\xdb\xa7\x49\x60\x4e\x05\x66\x4d\x31\x6f\x4e\x02\x73\xa6\xe7\x79\x7f\xd5\x9c\x92\x5c\x43\x2e\x75\xcc\x39\xbf\x7d\x9a\xc4\xea\x54\xac\xd6\x33\x54\x9d\xc4\xea\xcc\x33\x3a\x9e\xa1\xea\xcc\x73\xe0\x1a\xea\x98\xe4\x9a\x72\xe9\x5a\x45\x97\x27\xa2\xe7\xd9\x8e\x70\xc5\x74\x3e\xcf\xa6\x6b\x29\xc8\x6b\x09\x25\x26\x41\x3e\xcf\x71\xbd\xbf\x6a\xcd\x72\x8d\x1b\xd7\x1d\xae\xaa\x6b\x8d\x07\xd7\x23\xd7\x21\x97\x06\xa1\xec\xa8\x35\xe6\xd9\x49\x76\xcc\x52\xeb\xfb\xab\xb6\x1c\xad\x4a\x6d\xb8\x9a\xee\x58\xe5\xea\x72\x69\x10\xad\xa8\x23\x83\x50\x0e\xd5\x76\x85\x8b\x1c\x9a\xca\xa1\xda\x63\x39\x98\xe4\xd0\x54\x0e\xd5\xeb\x0c\x25\xc8\xa1\xd9\x58\x0f\xce\xf3\xed\xd3\x24\xc8\xe7\x5d\x62\xf4\xb7\x9e\xf1\x2e\x0f\xae\xe7\xfd\xd5\x62\xa5\x9b\x77\xd1\xe0\xef\x36\xde\x5f\xed\x90\xce\x77\x93\x82\x4a\x8e\x76\x94\x43\xcb\xf4\xc7\xf2\xfa\x6f\xad\xb8\x93\xdc\x99\x77\xac\x52\xed\xa8\x31\x9e\x7b\x38\x2e\x5d\xe4\xc4\xb5\xe4\xf2\x19\xae\x4b\x77\x77\x93\x4b\x6b\x56\x8a\x6c\x9d\x24\xdd\x54\xd2\xb5\x54\xe3\x41\x48\xba\xf9\xc4\xda\xdb\x72\x8a\x31\x3e\x5a\x7c\x31\x2d\x45\x8c\xce\x47\xab\xef\x54\x6a\xb6\xf3\x08\xe9\x48\xcd\xa9\xd4\x6c\x4a\xba\x49\x6a\xce\x41\xab\x58\xde\x26\x79\x38\x95\x87\xad\xc4\xf2\x36\xc9\xc3\x39\x59\x4b\x63\x79\x9b\xe4\xe1\x54\x1e\xb6\x16\xcb\xdb\x24\x0f\xa7\xf2\xb0\xb5\x58\xde\x26\x79\x38\x95\x61\xad\xc7\xf2\x36\xc9\xb0\xa9\x0c\x6b\x57\x2c\x6f\x93\x0c\x9b\xca\xb0\x76\xc7\xf2\x36\xc9\xb0\xa9\x0c\xeb\x47\x2c\x6f\x46\x86\x99\x32\xac\x1f\xb1\xbc\x19\x19\x66\xca\xb0\x9e\x62\x79\x33\x32\xcc\x94\x61\x3d\x47\x8c\x1a\x19\x66\x4a\xa7\x7e\xc6\xf2\x66\xa4\x93\x29\x9d\x7a\x89\xc9\xc0\x48\x27\x53\xa2\xf4\xd2\xa3\x23\x89\x62\x27\x1b\x86\x56\xc3\x45\x2b\x05\x77\x57\xc8\x18\xc1\x6d\x0a\xdb\xde\x23\x5b\x8d\xb0\x35\x85\x6d\xef\x57\x74\x24\x6c\x8d\xcd\xc7\x15\x0b\x97\x11\xb6\xa6\xb0\xed\x77\xc4\xbb\x11\xb6\xa6\xb0\xbd\x8e\x58\xb8\x8c\xa9\xdf\x5a\xe4\xf4\x75\xc4\xc2\x65\x4d\x39\x8d\xb9\x7a\x44\x8e\xb5\x69\x72\xb1\x93\x09\x55\x8d\x05\xc2\x7a\xbf\xc3\x75\xcb\xd5\x1f\x5c\xcf\xfb\xeb\xba\xae\x5b\xae\x81\x2b\x3a\xa2\x17\xcb\x88\x69\x19\xb9\x72\x4c\xfd\xc6\x32\x62\x5a\x46\xae\x33\xa6\x7e\x63\x19\x31\x2d\x23\x57\x89\xa9\xdf\xc8\x30\x53\xa6\x5c\x35\x92\xc7\x48\x05\x53\x44\x5f\x35\x26\x29\x23\xa2\x4d\x11\x7d\xb5\x16\xe3\x22\xa2\xed\xb1\x70\xf5\x98\x6b\xec\xb1\x85\x6b\xe9\x81\xe2\xf2\x8f\xd3\x51\xd7\xea\x1a\x3d\x11\x6d\x8a\xe8\xeb\x8a\x89\xc5\x88\x68\x1b\x4f\xd3\x33\x9e\x72\x75\xb9\xd4\xf1\xba\xa3\x15\x41\x6e\x0a\xf2\xeb\x8e\x05\xc2\x08\x72\x53\x90\xdf\x47\xac\x9e\x46\x90\x9b\x82\xfc\x56\x3e\x1a\x41\x6e\xb6\x46\xb8\x62\xf5\x34\x5b\x13\xd7\x8c\x8e\x1a\x97\x2d\xc3\x15\x1d\xb3\x5c\xa4\x82\x29\x15\xee\x1c\x0b\x84\x91\x0a\xa6\x54\xb8\xcf\x58\x20\x8c\x54\x30\xa5\xc2\x5d\x62\x81\x30\x52\xc1\x94\x0a\x77\x8d\x19\xdc\x49\x05\x57\x2a\xdc\xed\xa8\xe1\x52\x2b\x57\x2a\xdc\xad\x5d\x6f\x9f\x9c\x54\x70\xa5\xc2\xdd\x63\x9e\x77\x52\xc1\x95\x0a\xf7\x95\xa3\x23\xa9\xe0\x4a\x85\xfb\x8e\x2d\xb8\x93\x0a\xae\x54\xb8\xef\x98\x75\x9d\x54\xf0\x93\x3d\xef\x11\xd3\xae\x93\x0b\xae\x5c\x48\x47\x8a\x49\xcd\x49\x06\x2f\xb4\xcb\x31\xf1\x3a\xd9\xe0\x85\x76\x39\x66\x5e\x27\x1d\xbc\xd2\xee\x8c\x77\xe2\xe4\x83\x57\xda\x95\x98\xeb\x9c\x84\xf0\x46\xbb\x1a\x5c\xe1\x64\x84\x37\xda\xb5\x14\x7d\x09\x76\xdf\x7b\xf2\x7e\x94\xf0\xd1\x8e\x4d\xf9\xd1\x5b\xf4\x25\x90\x9d\x5d\xf9\x71\xb5\x50\x93\x48\xf6\xeb\xc9\xe1\xbb\x73\x91\xef\x94\x8f\xbe\x77\x6c\x3d\x9c\xf0\xf6\xbb\x07\x05\xa5\x43\x52\xdd\xbd\xe1\xd3\xc6\xff\xe8\xd1\x97\x98\x77\x36\xf0\xe9\x88\x10\x74\x82\xde\xd9\xc1\xa7\xd4\xe3\x7a\x44\xbd\x3f\x1b\x1a\x62\xb3\xe1\x04\xb4\x8f\xfa\x84\xef\x8c\x99\xdc\x47\x1d\xf2\xd1\xf7\xd4\x8b\x24\xca\x7d\xac\x43\xbe\x88\x43\x1f\x6b\xfb\x12\x63\x6e\xf2\x65\x7c\xea\x5b\x22\xd0\x9d\xd8\x77\x08\x20\x95\x08\x45\x27\xf8\x7d\x5a\x20\x40\xaa\x11\x8b\x3e\x23\x1d\xb7\x89\x67\x3b\xe5\x5b\xf2\x71\xbd\x16\xcc\xe4\x64\x89\x1b\xd7\x6b\x7a\x47\xa4\x89\xdb\x73\x87\xaf\xeb\x1d\x59\x6c\x71\x3e\xb9\xd1\xb7\x47\xb6\x3a\x59\xe1\x4e\xdf\x4b\xa1\x4c\x5a\xb8\xbb\x34\xb8\x14\xcb\xee\x03\xdf\x08\x74\xd2\xf6\xcd\x3d\x56\xce\x4f\xee\x5c\x4f\x13\xa8\x93\x3f\xbe\xb8\xde\xdd\xd2\x5f\x5d\xad\x9d\xfc\xf2\x05\x95\x1d\xf1\xfa\x17\x09\xb6\x8e\xd8\xb0\xa4\x9c\xd2\x15\x3e\xed\x58\x30\xf1\x48\xb7\x7c\x5d\x3e\x20\x2f\xc5\x2b\x5c\x64\xe2\x3a\x62\x5f\x96\x72\xba\xe4\xd3\xc6\x0c\x13\xaf\x30\xc9\x37\xe5\xe3\xbe\xda\xe6\x2d\x52\x76\xa5\x96\xe5\x0b\xc9\x57\x6a\x27\xbe\x87\x47\xbf\xe5\x1b\xf8\x24\x47\xd3\x7d\x93\xf6\x29\x6b\x63\xfb\x99\x7a\xf8\x18\x4b\xe2\x1e\x67\x2c\x28\x8b\x84\x5f\xb9\xf5\xf0\x95\x33\xfa\xe6\x76\xe1\xbb\xc2\xd7\x23\x64\x57\x6e\xb7\x7c\x5c\xaf\x74\xb5\xe3\x7a\x79\x6a\x7c\x25\x48\x61\xe5\xa9\xf1\x65\xee\x51\x23\x55\x16\xd3\xc5\x3a\x7b\x91\xef\x92\x2f\xf2\x26\x8c\x33\xe6\xd0\x80\x29\x64\x31\x85\xe4\x16\xcb\xcf\x62\x0a\x59\xa5\x49\xfb\x5e\x6a\xf8\x9a\xb4\x67\x5a\xc9\x3d\xf6\xf8\x8b\x69\x65\x95\xa1\x7b\x5c\xd2\xa5\x8c\x8a\xaf\x32\x96\x26\x1f\x7d\x63\x7a\x4e\xf9\xca\x6a\xa7\xf9\x79\x31\x25\xe5\xfb\x88\xfb\x32\x25\x2d\xa6\xa4\x7c\x1f\xa1\x01\x53\xd2\xaa\xbb\x5d\x6c\x86\x16\x53\xd2\x6a\x7a\x47\xe7\xd1\x42\x97\xc6\x3b\x92\x89\xbe\xf8\x8a\x7c\xa0\xfd\x11\x5b\xdc\xc5\xd4\xb5\x98\xba\xce\xa4\x77\xce\xd4\xb5\x98\xba\x4e\xed\xe7\x16\x53\xd7\x62\xea\x3a\x73\x6c\x17\x16\x53\xd7\x62\xea\x3a\x4f\xc5\x06\x53\xd7\x62\x9a\x3a\x8b\xde\x2f\xd3\xd4\xd2\xcc\x94\xce\xaa\xf7\x7b\xf7\x8e\x4f\xed\xea\xa5\x76\xf4\xbd\xe3\xf5\xa5\xb3\xc6\x86\x6a\xdd\xb3\xe0\x2b\xb4\xab\xf2\x55\x7c\xa1\xe9\xd9\xa4\xdf\x3d\x1b\x3e\xdd\x83\x77\x79\x4f\xee\x61\x49\x3e\xee\x6b\x19\x1f\x7d\x23\x45\xd7\x53\x74\x5f\x99\xd4\x7a\xe0\xf3\x7a\x4a\xc6\x97\xf5\x35\x23\x56\xda\xf5\x94\x13\xdf\xc9\x17\x8e\x22\x5f\xc1\x57\xf0\x75\xf9\x2a\xbe\xb8\x47\xbd\x3a\xbe\x86\x2f\xc6\xd7\xea\x49\xdf\x8e\x2f\xe2\xbe\x68\xdb\xb4\x9e\x72\xe1\x8b\xb8\xaf\x3d\x73\xdf\x1b\x5f\x4c\x5d\xf5\x8e\x1d\xd7\x7a\x04\x0a\x98\x54\xf5\xdd\x61\x3d\x42\x05\x4c\x82\x15\xd6\x53\x26\xbe\xa9\x6f\x37\x8a\x8d\xa7\x18\x3e\xe3\xd9\xe8\xeb\xf8\xf8\x54\x93\x68\xb7\xf0\x2d\xda\xe9\x7a\x55\xef\x52\x26\xb5\xde\x35\xe6\x8a\x7e\x55\xfa\xed\xb1\x54\xf4\xab\xd2\xaf\x35\xe9\x5c\xd1\xaf\x4a\xbf\x9a\xa5\x73\x45\xbf\x30\xa9\xde\x5d\xba\x54\xf4\xd3\x5c\x57\xef\x4e\x3b\xf4\xd3\x5c\x57\x7b\xe5\x1e\xe8\x17\x26\x35\x7d\x38\x58\x4f\x45\xbf\x30\xa9\xe8\xeb\xc8\x7a\x2a\xfa\x85\x49\xad\x9f\x7a\x1f\x15\xfd\xb4\xac\xb5\x83\xe7\xad\xe8\x17\x26\xee\xc1\xf5\xd0\x4f\x9f\x23\xdb\x41\x6c\x54\xf4\x0b\x93\xea\x45\x1c\x54\xf4\xab\x7c\xfd\x0a\xd2\x5d\x4f\x45\xbf\x30\xa9\xf4\xaa\x77\xd9\xd0\xaf\x49\xbf\x4b\xf3\xc6\xd3\xd0\xaf\x25\xee\xa1\xf1\x35\xf4\x53\x4e\x57\xd1\xd2\x7a\xc8\x69\x99\x54\xaf\xa4\x7b\x90\xd3\x32\xa9\x1d\x45\xef\xa8\xa1\x9f\xe6\xab\x92\xd0\x80\xf9\x4a\x26\x95\x52\xa4\x5f\x43\x3f\xcd\xbb\xe5\x2a\x7a\x5e\xe6\x5d\x99\xd4\xf7\x3b\x67\xde\x95\x49\xed\xbe\x18\x1f\xfa\x35\xf4\x2b\x3c\x1b\xfa\x69\x0d\x68\xad\xe3\x43\xbf\x86\x7e\x27\xf7\x40\xbf\xb6\xe3\x8f\x67\x43\xbf\xa6\x0f\x8a\x1f\x63\x46\xbf\x30\xa1\xb3\xae\xd7\xd1\x2f\x4c\x2a\xcc\x2f\x4f\x47\xbf\x30\xa9\x96\x8b\x76\xe8\xd7\xc9\x5f\xcd\x07\x4f\x47\xbf\xae\xf8\xd3\xc7\xd4\xf5\x74\xf4\xd3\xba\x00\xbb\xae\x87\x75\x41\x26\xde\xa5\xde\x51\x47\xbf\x4e\xfc\x65\x3d\x07\x73\x98\x4c\x12\x88\xc7\x3f\xd0\x2f\x4c\xf4\xfd\xeb\x70\xbe\x9e\x8e\xbc\xfd\xa6\x0b\xc3\x42\xde\xae\xf4\x3e\x12\xb7\x43\xde\x4e\x7a\x13\xc6\x1d\x79\xc3\xa4\x5a\x1b\x43\x45\xde\x6e\x4c\x35\x3c\x12\xf2\xf2\x25\xf6\x38\x25\x07\xd3\xad\x4c\x84\xa2\x64\x7b\x90\xed\x41\x36\x42\xec\x41\xb6\x47\x61\x97\x19\xcb\x83\x6c\x61\x52\x39\x49\x81\x07\xd9\x1e\xa5\xed\xd1\xe9\x8b\x6c\x61\x52\x4f\x59\x12\x3d\xc8\xf6\x20\x1b\xd3\xc0\x83\x6c\x8f\x64\xeb\x5a\x0e\x9e\x07\x5d\xb4\x63\x2b\xa5\x2b\x4c\x1e\x74\x09\x93\xfa\x71\xd3\x0e\x5d\x1e\x74\xe1\x15\x3e\xe8\xf2\x30\xed\x15\x69\xf5\xa0\xcb\x43\xd8\xf1\x0a\x1f\x74\x79\xa4\x4b\x3f\xf0\x11\x76\xcf\x62\x39\xd0\x98\x07\x61\x37\x0e\xf4\xc3\x87\x7e\x83\xb4\x25\x9c\x06\xfa\x8d\x8c\xf6\xd2\x60\xa0\xdf\xd8\x4b\x04\x3e\xb4\xd2\xb6\xa0\x9e\x4c\x7b\x6c\x0b\x64\xa2\x9d\xde\xc7\x40\xab\xa1\x14\xad\x55\xcf\x36\xd0\x6a\x48\xab\x72\x71\x5f\xb4\x1a\xd2\x2a\xa3\xcb\x40\xab\x41\x8a\xb2\x94\x0c\xb4\x1a\x7b\x89\x90\xf6\x03\xad\x06\x29\x8a\x06\x03\xad\x06\x5a\x1d\x3c\x2f\x5a\x0d\x62\x88\x29\x64\xa0\xd5\x40\x2b\xa6\x9f\x89\x56\x53\x29\x9a\x98\x2e\x26\x5a\xcd\xc4\x94\xae\xb1\x4c\xb4\xd2\xd6\xad\xde\xda\xba\x3d\x6c\xdd\x64\x52\xbb\xb5\x05\x78\xd8\x02\xc8\xa4\x72\xf2\x1c\x6c\x01\x64\xc2\x47\x3b\xf4\xd3\x16\xa0\x26\x96\x0d\xb6\x00\x32\xa9\xde\xda\xe6\x3e\x13\xfd\xc2\xa4\xe3\x26\x6d\x27\xfa\xcd\x9b\xa9\x86\x31\xa3\x9f\xb6\xcd\xad\xee\xeb\xa1\x9f\xb6\xcd\xf5\x66\xc9\x61\xdb\x2c\x93\xca\x79\x71\x0f\xf4\x9b\xe8\xc7\xd4\x3a\xd1\x6f\x6e\xfd\xb8\x1e\xfa\x4d\x96\x58\xa6\x3d\x43\x3f\x53\xac\xdd\xcc\x07\x86\x7e\xda\xca\xb4\xcc\xf6\x81\xad\x8c\x4c\x2a\x67\xd3\xf5\x0c\xfd\x8c\x2d\x8a\xb6\x9b\x8f\xa1\x9f\x29\xfe\x6e\x62\xd2\xd0\xcf\x98\xe2\x12\xd7\x43\x3f\x93\x7e\x67\x95\x06\x86\x7e\xd6\x59\xda\x69\x87\x7e\xc6\x14\x47\x6e\x19\xfa\xd9\xcd\x3c\xc4\x73\xa0\x5f\x98\x54\x1a\x73\x93\xa1\x5f\x98\xd4\x0f\xe6\x1c\x43\x3f\x53\xfc\x55\xb6\x41\x86\x7e\xa2\xbf\x7a\xef\xbe\xe8\x67\x5b\x3f\x7c\xe8\x67\x5a\x62\x1b\x73\x93\xa3\x9f\x93\xab\x6c\xf1\x1c\xfd\xc2\xa4\x7e\x92\x5b\x8e\x7e\x2e\xfd\xca\xad\x31\x3b\xfa\x39\xfa\x25\xfa\xa2\x9f\x17\xda\xd1\x17\xfd\x1c\xfd\x4e\x69\xef\xe8\xe7\x8d\xad\x11\xed\xd0\xcf\x99\xeb\x12\x3e\xf4\x73\xe9\x77\x32\xff\x39\xfa\x39\x6b\x00\xef\xd7\xd1\xcf\x77\xfe\x4a\x67\x47\x3f\xdf\xf1\x87\x0f\xfd\x5c\xfa\x95\xc6\x3d\xd0\xcf\x15\x7f\x27\x73\xa2\xa3\x9f\x4b\xbf\x93\x25\xd1\xd1\xcf\xb5\xc4\x26\xf2\x68\xa1\xdf\x22\xfe\x98\xeb\x16\xfa\x89\xe4\x4b\x66\x3b\xbc\xd0\x6f\x31\xd7\x91\x33\x0b\xfd\xc2\xa4\xb2\x97\xd3\x85\x7e\x4b\x5b\xbc\xcc\x96\x67\xa1\x1f\xf5\xdb\xbd\xf5\x58\xe8\xb7\x1a\xb9\x4f\x5f\xf4\x5b\x9d\xe5\x9e\xb1\xa0\xdf\xba\x98\x5f\xe8\x8b\x7e\x6b\xe7\x2f\x7d\xd1\x6f\x29\xfe\x4e\xb6\x5f\x0b\xfd\x96\xe6\xbf\x53\x58\xf9\x2c\xf4\x13\x8e\xd5\xce\x3b\x02\xc7\x64\xe2\x39\x18\x33\xfa\x2d\xb6\x28\xda\xfa\xf2\x75\x04\x93\x4a\x3a\xaf\xbf\xbe\xdc\x0f\x68\x43\x26\x75\x96\xf6\x01\x6d\xc8\xc4\x0e\x26\xcb\x77\xe2\xdb\xbb\x95\x24\x5f\xc1\x27\x29\xf5\x91\x65\x0d\x68\x43\x26\x15\x7d\x8e\x5b\x03\xda\x90\x49\xa5\x69\x5a\x1e\xd0\xc6\x80\x36\x54\x22\x5f\x03\xda\x18\xd0\x46\xd6\xf2\x3c\xa0\x0d\x99\x98\x6a\xba\x7c\x0f\xbe\x1d\x8a\x8c\x6f\xe0\x1b\xba\x5e\xe3\x7a\x13\xdf\x24\x3c\xab\x7c\x86\x8f\x50\x6c\xf4\x75\x7c\xce\xeb\xc7\xb7\xf0\x29\x95\x99\x82\x07\xb4\x31\xa0\x8d\x7a\x9f\xf2\xa1\x9f\x68\xa3\xe6\x44\x3b\xf4\x83\x36\x4e\x85\xe7\x80\x36\x64\xd2\xad\x1d\xc5\x00\x36\x64\x52\x67\x93\x39\x80\x8d\x01\x6c\xe8\x9b\xfa\x1a\xc0\xc6\x00\x36\x6e\x45\xec\x00\x36\x64\xc2\xc7\xf5\x90\x0f\xd8\x48\x15\x1f\xf2\x09\x36\x4a\xba\xb8\x1e\xf2\x09\x36\x6a\xba\x78\x0c\xe4\xab\xc8\x27\x08\x1b\xc0\x86\x4c\x4a\x57\xa1\x2f\xf2\x09\x36\x8a\xbe\x74\xaf\x01\x6c\x0c\x60\x23\xdf\x3c\x07\xf2\x01\x1b\xaa\x56\xae\x01\x6c\x0c\x60\x23\x57\xc9\x0c\x6c\x0c\x60\x63\xcb\x07\x6c\xc8\xa4\x96\x79\x36\x60\x63\x00\x1b\x5d\xab\xcb\x00\x36\x64\x22\xa3\xe8\x8b\x7e\xc0\x46\xd1\xac\x37\x80\x0d\x99\x54\x0b\xba\x00\x1b\x03\xd8\xa8\x1d\x1f\xfa\x09\x36\x4a\xe6\x7d\x00\x1b\x03\xd8\xe0\x63\xd5\x00\x36\x64\x62\xb7\xa4\x50\x03\x36\x64\x52\xa9\x37\xcf\x86\x7e\xc0\x46\x26\x3d\x80\x0d\x99\x54\xda\xc1\x73\xa0\x9f\x60\xa3\xb4\x13\x1f\xfa\x09\x36\x5a\x6a\x7a\x36\x60\x43\x26\xb5\xac\x1d\xe8\x00\x36\x64\x42\x3f\x3d\x2f\xb0\x31\x80\x8d\xac\x0f\x71\x03\xd8\x18\xc0\x46\xd6\x4a\x3c\x80\x0d\x99\x54\xbb\x66\xf9\x01\x6c\xc8\xa4\xd2\x79\x0e\x60\x63\x00\x16\x59\x3b\xd5\x01\x58\xc8\xa4\xd2\xaa\xc6\x0c\x39\xc8\x24\x0a\xa7\x6b\x40\x0e\x32\x91\x46\xd2\x0f\x72\x18\x90\x43\x61\xca\x81\x1c\x64\x52\x4b\xfb\xd9\xd0\x0a\x72\x48\xa4\x34\xe4\xc0\xb7\xde\xd2\x35\x2b\xf3\xad\x17\x13\xed\xf0\xa1\x81\xc8\xa1\x74\xad\x4c\x03\x72\x90\x49\x2d\xdd\x9a\x9a\x20\x87\x01\x39\xa8\x68\xb2\x06\xe4\x20\x13\xe9\x2b\x5d\x20\x07\x99\xd4\x00\x3d\xca\x26\x98\xd0\x45\x63\x86\x1c\x06\xe4\x50\x76\x5f\x74\x11\x39\xb4\xc2\x73\x40\x0e\x32\xa9\x75\xed\x50\x06\xe4\x30\x20\x87\x9c\xe9\x8b\x2e\x0f\xba\x34\xc6\x87\x2e\x90\x43\xe9\x3c\x1b\xba\x40\x0e\x89\xa9\x0e\x72\x18\x90\x43\x16\xd8\x0e\xc8\x61\x40\x0e\x85\x78\x86\x1c\x06\xe4\xa0\x93\x18\x6b\x40\x0e\x03\x72\x28\xcc\x11\x90\x83\x4c\x2a\x57\xc6\x87\x7e\xa2\x89\x52\x79\x97\xd0\x84\x4c\x6a\x95\x78\x81\x26\x06\x34\xb1\x73\x10\x9a\x90\x49\xad\x1c\x8c\x0f\xfd\x06\x1f\x9c\x0a\x63\x41\xbf\x81\x7e\xfa\xd8\x32\xa0\x89\x01\x4d\x14\xed\xa4\x07\x34\x31\xa0\x89\xc2\x1c\x01\x4d\x0c\x68\x82\x9d\xfe\x80\x26\x64\x22\xee\xa5\x1f\x34\x31\xc6\xd6\x8f\xb1\xa0\x1f\x34\x91\xf4\xb1\x60\x40\x13\x32\x11\x1b\x7a\x0e\x68\x42\x26\xe6\x08\xf5\x85\x26\x64\x52\x2b\x2c\x15\xd0\xc4\x80\x26\x2a\x73\x1d\x34\x21\x13\x3e\xae\x87\x7e\xa2\x89\xd6\xd1\x05\x9a\x90\x49\x4d\xe7\x73\xd6\x80\x26\x64\x62\xe7\xd6\x7e\xc5\x6a\x0f\x6c\xc8\xc4\xed\x78\x24\xe4\x15\x6c\x94\xa6\x4d\xf5\x00\x36\xc6\x86\x0d\xa6\x7e\x60\x43\x26\xc2\x84\xbe\xc8\x2b\xd8\x68\xd7\x1e\x16\xf2\x02\x1b\x59\x9b\xa4\x01\x6c\xc8\xc4\x6b\xe5\xd1\x91\x57\xb0\x51\x6f\x52\x0f\xd8\x18\xc0\x46\x65\xa7\x00\x6c\x0c\xbe\x9b\xf2\x66\x60\x0d\x99\x50\x5c\xc3\x83\x35\x64\x72\x22\x20\x40\x8d\x01\x6a\x24\x16\x21\x50\x63\x80\x1a\x55\x5f\xd5\x06\xa8\x21\x13\x2f\x9f\xbb\x22\xae\xb1\x40\x5c\x5c\x0f\xf5\x6c\x6f\x95\x19\x31\xea\x09\x35\xda\xc9\xe4\x0d\x6a\xc8\x24\x0e\x12\xac\x01\x6a\xc8\x24\x8e\x57\xac\x01\x6a\x0c\x50\xe3\x24\xc0\x40\x0d\x99\xd4\xf2\xc1\xa3\xa1\x1e\xa8\x51\x99\x1c\x41\x0d\x99\xd4\x2a\x0b\x04\xa8\x21\x93\x4a\x61\x02\x01\x35\xc6\x46\x8d\x4c\x3b\xe4\x73\x16\x08\x82\x18\xd4\x90\x89\x37\xa4\x31\x83\x1a\x32\x81\x29\xba\x2f\xa8\x21\x93\x0a\x5f\x25\x07\xa8\x31\x40\x8d\xcc\x62\x00\x6a\x0c\x50\xe3\x64\x11\x02\x35\x06\xa8\x51\xd9\xc8\x80\x1a\x03\xd4\xc8\x4c\x2a\xa0\xc6\x00\x35\x92\x3e\xdd\x0c\x50\x63\x80\x1a\x9d\xa8\x02\x35\x06\xa8\x51\x99\xd0\x41\x0d\x99\x54\xae\x3d\x16\xf4\xf3\x1d\x7d\x3c\x2f\xfa\x09\x35\x5a\xd3\x27\xa3\x01\x6a\x50\x34\xac\x9d\x04\x05\x35\x28\x1a\xb6\xca\x7b\x03\x35\x06\xa8\xd1\xd0\x05\xd4\x90\x89\x31\xeb\xbe\xa0\x86\x4c\x2a\x84\x0b\xa4\x21\x13\x43\xd1\xeb\x85\x34\x06\xa4\xd1\x32\x3e\xe4\x13\x69\x74\xa2\x0f\xd0\x90\x49\xad\x31\x9d\x03\x1a\x32\xe1\xa3\x2b\xea\x2d\xd4\x63\xea\x01\x34\x06\xa0\x01\xfc\x0e\x40\x63\x6c\xd0\x40\x29\x40\x43\x26\xde\x86\x54\x06\x34\x28\x91\x56\xea\x7a\x94\x48\x31\xa9\xe9\xf8\xc1\x9a\x90\xc4\xa4\x6e\x91\x94\xe3\x13\x92\x98\xd4\x2d\x98\x5b\x26\x24\x31\x21\x89\x53\x6f\x72\x42\x12\x93\xba\x45\xd3\xf3\x4e\x48\x42\x26\xae\x47\xbb\x86\x8f\x4c\x3d\x19\x4b\xc7\xb7\x97\xe1\x2a\xdf\x85\x8f\x65\xa4\x72\xdf\x1b\x1f\x5b\xb9\x3d\x96\x07\xdf\xf3\xfe\x6a\x55\x9f\xd3\x27\x20\x31\x29\x5b\xb4\x1b\xdf\xc4\xa7\x6f\x2a\xd7\xcd\xf0\x0c\xdf\x9e\xe6\xb8\xad\xe3\x93\x54\x3a\xc9\xb7\x26\x20\x31\x29\x5b\x14\xed\x7a\x27\x20\x31\x01\x89\x9b\xc7\x05\x24\x64\x82\xdd\x74\x3d\x40\x62\x02\x12\xa9\xe1\x43\x3e\x81\x44\x49\x5a\xbd\x26\x24\x21\x13\xe3\x6b\xf2\x21\x5f\xdd\xab\x08\xed\x90\xaf\x52\xf6\xd1\xea\x3f\x21\x89\x09\x49\xf4\x44\x5f\xe4\xab\x4c\x74\x5a\x26\x26\x24\x31\x29\x5b\x64\x7d\x0b\x9b\x90\xc4\xa4\x6c\x51\x32\xed\xd0\x4f\x24\xd1\x7a\xe6\xbe\xe8\x47\xd9\x22\x5f\xf8\xd0\x4f\x24\x91\x8e\x8e\x2e\xe8\xf7\x41\x12\x3c\x2f\xfa\x89\x24\xda\xa9\x65\x62\x42\x12\x13\x92\x38\x35\xff\x4f\x48\x42\xa6\xf3\x19\x63\x02\x12\x93\xaa\x45\x17\x63\x4e\x40\x42\x26\xf7\x83\xab\xa1\x1e\x45\x8b\x8f\x66\xa8\xd7\xd8\x03\x12\x05\x70\xc4\x84\x23\xfa\x89\x0f\xf5\xc4\x11\xf5\x68\xf4\x45\x3d\x71\x44\xe3\xeb\xe7\x84\x23\xe6\x07\x47\xd0\x17\xf5\x28\x5a\xf4\x4a\x3b\xd4\xa3\x68\xa1\x73\x1f\x6b\xc2\x11\x13\x8e\x38\xaf\x5f\xb1\xce\x4f\x30\x63\xb6\xfd\xc1\x45\x2f\x0b\xcc\x90\x89\xd5\x8b\x4b\x23\x6e\x98\x42\xd9\x78\x42\x19\x13\xca\xa0\x4c\x3e\xa1\x8c\x09\x65\x50\x3a\x9a\x50\xc6\x84\x32\x3a\xe9\x04\x65\xc8\xa4\x72\x6b\x8a\x9a\x50\xc6\xa4\xa4\xc1\xf7\xd2\x09\x65\x4c\x4a\x1a\x37\xef\x0f\xca\x90\x89\x76\xf4\x45\x5d\xc8\x23\x69\x51\x9a\x90\xc7\xa4\xa4\x91\xf5\x7d\x78\x42\x1e\x93\x9a\x45\x6e\xf4\x45\xdd\xce\x22\xac\x12\xd8\x84\x3c\x26\xe4\xd1\x89\x7f\xc8\x63\x42\x1e\x2c\x90\x13\xf2\x98\x9b\x3c\x2a\xed\x90\x8f\x9a\x45\xd7\x2e\x8f\x53\x21\x98\x18\x8b\xde\x2a\xe4\x31\xa9\x59\x40\x1e\x13\xf2\x90\xd9\x9f\xff\x27\xe0\x21\x13\xb7\x95\x7c\x80\x87\x4c\x3a\xf9\x94\x34\x01\x0f\x99\x00\x5f\x49\x00\x78\x4c\xc0\xe3\x42\x52\xc0\x43\x26\x95\x2d\x29\xe0\x31\x01\x0f\x36\xec\x13\xf0\x90\x89\x99\x91\x76\xc8\xf2\xb0\xb6\x92\xee\x80\x87\x0c\x1f\xbe\x27\xd8\x21\x93\x6a\xe7\x05\x81\x1d\x32\x91\x12\xf4\x24\xa6\xc0\x8e\x4b\x3b\x93\x09\x76\xc8\xa4\xaa\xcd\xd9\x84\x3a\x64\x52\xe9\x2c\x21\x50\xc7\x84\x3a\x4e\xe6\x13\xa8\x43\x26\x55\xca\xc8\x13\xea\x98\xd4\x30\x12\x71\x0b\x75\xcc\xb1\x57\x56\x7c\x88\x07\x61\x5c\xc4\x05\x84\x21\x93\x7a\x3a\x19\x0b\x42\x89\x30\x6a\xe7\x7d\x43\x18\x13\xc2\xb8\x44\x1d\x13\xc2\x98\x10\x46\x22\x3b\x21\x8c\x09\x61\x70\x0c\x64\x42\x18\x93\x7a\xc5\x55\x91\x00\xa9\x20\x0c\x6a\x2c\x13\xc2\x98\x10\x46\x26\x46\x21\x0c\x99\x90\x54\x63\x86\x30\x26\x84\x71\x31\x57\x42\x18\x13\xc2\xb8\x58\x0a\x21\x0c\x99\x08\x16\xae\x87\x56\x22\x8c\x9a\x3a\xed\xd0\x4a\x84\xc1\xb9\xe1\x35\x21\x8c\x49\xbd\xe2\xd8\x63\x21\xd0\xa8\x57\x50\x6e\x9e\x20\xc4\x04\x21\xae\xdd\x17\xfd\x26\xf9\xa7\xcd\xd4\x04\x21\x26\x08\x71\x11\xcc\x20\xc4\x04\x21\x32\xe1\x02\x42\x4c\x10\x22\x93\xe3\x20\xc4\xdc\x08\x41\xd0\x83\x10\x93\x7a\xc5\xc9\x1a\x02\x42\x4c\xea\x15\x1c\x07\x9a\x20\x84\x4c\xaa\xd4\x35\x26\x08\x21\x93\xf7\x8e\x03\x84\x98\x20\xc4\xcd\xa4\x0f\x42\x4c\xca\x15\x27\x52\xc1\x10\x13\x5e\xb8\x1b\x7d\x91\x0a\x5e\xa0\xc4\x32\xe1\x85\x49\x69\x22\xef\xeb\x21\x95\x78\xa1\x02\xea\x13\x5e\x98\x94\x26\xf8\x40\x35\xe1\x85\x49\x69\xa2\x1e\x5c\x0f\xa9\x28\x4d\x94\xed\x43\x2a\xf1\x42\x6d\xcc\xea\xf0\x02\x07\xd3\xda\xcd\xc2\x02\x2f\x70\x30\xad\xdd\xcc\x37\xf0\x82\x4c\x64\xaf\xae\x07\x2f\xc8\xa4\x5a\xf4\xa1\x6d\xc2\x0b\x32\xd1\x4e\x7d\xe1\x85\x09\x2f\x9c\xa4\x1b\xbc\x30\xe1\x85\x8b\x69\x18\x5e\x90\x89\x76\xf8\x08\xb5\x30\x67\xbb\x71\x21\x9f\xef\xcf\xc1\xf8\x90\x0f\x5c\xc8\xa2\xbc\x09\x2e\xc8\xa4\xa3\xee\xe1\x21\x9f\x70\xa1\x53\x11\x9e\xe0\x82\x4c\xbc\x71\xbd\x36\x70\x41\x26\xf5\x1d\xcd\xe0\x82\x4c\xaa\x54\xb7\x26\xb8\x30\x77\x65\x82\xd9\x05\x5c\x98\xbb\x32\x91\x68\x87\x7c\xbe\x23\x4d\xf7\x00\x17\x26\x95\x89\x4c\x26\x80\x0b\x32\xa9\x73\x50\x67\x82\x0b\x32\xf1\x2a\x69\x87\x7c\xc2\x85\x4e\x85\x65\x82\x0b\x32\x91\x45\xf7\xaf\x58\xe7\xc1\x89\xb9\x7f\x78\xc6\x82\x06\x4e\x4c\x70\xe2\x62\x51\x02\x27\x64\x52\xa5\xb0\x3c\xe1\x89\x09\x4f\x64\xde\x34\x3c\x21\x93\x3a\x67\x08\x26\x3c\x21\x73\x1d\xbc\x7c\x70\x42\x26\x71\xd6\x7c\x4d\x70\x42\x26\xf5\xa3\x72\x0b\xd4\x05\x27\xf8\x52\xca\x2f\xa7\x30\x31\xe4\x50\x88\x13\x92\x98\x08\x9c\x2c\x5f\xc2\xc7\xda\xaa\xc0\x36\x70\xc2\xc0\x89\x53\xc7\xe1\x0c\x9c\xb0\x8d\x13\xba\xaf\x81\x13\x06\x4e\x9c\x7a\xd3\x06\x4e\xc8\xa4\x7e\xe8\x0d\x1a\x38\x61\xe0\x84\x8e\xf7\x2f\x03\x27\x64\x52\x3f\x2e\xfa\x5e\xf8\xd8\x0f\x37\xc6\x72\xe3\x43\x2a\xcd\x47\x06\x4e\x18\xc7\xa0\x7a\xe6\x1e\x03\x1f\x73\xde\x41\xbb\x89\x0f\xad\x6e\xae\x67\xf8\x4c\xeb\xd2\x41\x5f\xc7\xe7\xf8\x8a\x7c\x0b\xdf\x92\x4f\x35\x41\x83\x27\x0c\x9e\xc8\x9a\xa7\x0d\x9e\x30\x8e\x41\x9d\x9a\xb8\x0c\x9e\xb0\x5d\x98\x10\x58\x1b\x3c\x21\x13\xd7\xd3\x7d\xe1\x09\x99\x40\x34\x7c\xe8\xb7\x8f\x41\xf1\xbc\xf0\x84\xc1\x13\xb9\xe3\x43\x3f\xf1\x44\xd7\x6f\x2d\x96\xc1\x13\x32\xa9\x83\x72\x06\x4f\xd8\xe6\x09\xed\x9c\x0d\x9e\x30\x78\x82\xc2\x89\xc1\x13\x32\x71\x3d\x9e\x17\xfd\xe0\x89\x73\x5f\x0f\xfd\x2a\xfa\xe9\xa3\x86\xc1\x13\x32\xbb\xe8\x62\xe0\x84\x4c\x86\x26\x0c\x9a\x90\xf9\xa8\xc3\x18\x34\x21\x13\x3e\x29\x0a\x4e\x18\x38\x41\x6d\xc6\xc0\x09\x99\x68\xc7\xf5\x50\x4f\x3c\xd1\xcb\x41\x5f\xd4\xdb\x3c\xa1\x4f\x10\x06\x4f\xc8\x84\x02\x52\x0f\x9e\x30\xea\x12\xec\x4e\x0c\x9e\xb0\xcd\x13\x8d\xbe\xa8\xd7\xa8\xeb\x14\xc6\x82\x7a\xe2\x89\x92\xb4\x03\x32\x78\xc2\xa8\x4b\xa4\x7d\x5f\xd4\xdb\x75\x89\x4e\x5f\xd4\x03\x18\x32\x91\x01\x30\x18\x87\xa0\xa8\x3b\x19\xc0\x20\x13\x91\xab\x31\x43\x0c\x32\x1f\xb5\x28\x83\x18\x6c\xd7\x25\x76\x3b\xf4\x13\x31\xf4\xa4\x25\xcd\x20\x06\x99\xd4\x29\xc7\x19\xc4\x60\xfb\x10\x94\x76\x54\x06\x31\x18\xc4\xa0\xdf\xcf\x2e\x83\x18\xec\xe3\x10\x14\xf7\x45\xbf\x30\x27\x5f\xd4\x0c\x60\x30\x80\x61\x4b\x05\x30\xc8\xa4\x92\xf6\x6d\x91\x0f\x60\xd0\x8f\xcf\x96\x01\x0c\x06\x30\xa4\x4a\x3b\xe4\x03\x18\xf4\x8b\xb4\x65\x00\x83\x7d\x00\x83\xc2\x00\x60\xe0\xd8\x77\xa3\x1c\xc7\xb1\x6f\x4c\x2c\x2d\xba\x1e\xc0\x20\x93\xce\x9d\xbc\x00\x83\x71\xc8\x89\xf2\x8f\x41\x0c\xf6\xec\xb3\x61\x92\x05\x62\x30\x4a\x15\x49\xdf\x39\x0c\x62\x30\x4a\x15\xfa\xd5\xcf\x32\x88\x41\x26\x15\xca\x2b\x06\x31\x18\xc4\x50\xb4\xc9\x32\x88\x81\x63\xe9\x25\x91\xd0\x10\x83\x51\xaa\x38\x0b\xe3\x43\x17\x4a\x15\x67\xe1\x7a\xe8\xf2\xec\xa4\x94\xce\x30\x83\x51\xaa\x38\x09\x49\x98\xc1\x9e\x5d\xf8\xe7\xbe\x84\x15\xcc\x70\x30\x09\xc1\x0c\x32\x1f\xa5\x4b\x03\x1a\x0c\x68\x60\x03\x6e\x40\x83\x4c\xaa\x94\xe8\x0c\x68\x30\x4a\x15\x7c\xd1\x35\xa0\xc1\x28\x55\xec\x89\x18\x68\x90\x09\x9f\x9e\x0d\x68\x90\x49\x65\xeb\x4c\xa9\x42\xe6\xa3\x64\x6a\x80\x84\x4c\x2a\x94\xd4\x0c\x90\x30\x4a\x15\x14\xf9\x0d\x90\xb0\xb1\xf5\x53\x5c\x01\x12\x36\xb6\x7e\xfd\xaf\x2f\xf5\x06\x67\x18\x9c\x41\xb5\xd3\xe0\x0c\xa3\x92\x01\x3f\x18\x9c\x21\x93\x4a\xe6\xd5\xc0\x19\x06\x67\x9c\x84\x09\x9c\x61\xbb\x92\x41\xc8\xc2\x19\xb6\xcf\x45\x69\x63\x6b\x70\x86\xcc\x79\x92\x8c\x60\x86\x81\x19\x37\xcb\x17\x98\x61\x60\xc6\xcd\x9b\x01\x33\x8c\x63\x51\x14\x95\x0d\xcc\x30\x0a\x19\x27\x93\x19\x98\x21\x13\x13\x83\x14\x02\x33\x64\x02\x65\x18\x32\xea\x72\x2c\x8a\x93\xd1\x06\x66\x18\x98\x71\x32\x51\x83\x19\x32\x11\xc5\xf4\x45\x3e\x61\x46\xdd\x6f\x0b\xcc\x90\x49\xe5\x64\x52\x01\x33\x6c\x63\xc6\xbe\x2f\xf2\x81\x19\x27\xd9\x08\x66\xc8\x7c\x14\xc7\x0d\xcc\x30\x8e\x45\x9d\x44\x22\x9c\x61\x70\xc6\xc9\xa2\x01\x67\xc8\x7c\x14\xd1\x0d\xce\x30\xdb\x5b\x16\x8d\x8f\x5a\x85\xc1\x1e\x99\xe7\x80\x3d\x6c\xb3\x87\x36\x93\x06\x7b\x18\xb5\x8a\xad\x01\xec\x61\xd4\x2a\x28\x66\x1b\xec\x61\xb0\x47\x26\x93\x61\x0f\xa3\x56\xc1\x71\x4a\x83\x3d\x64\xe2\x7a\xf8\xd0\xcf\x76\x31\x9b\xeb\xa1\x1f\xc7\xa2\x32\x8b\x0b\xec\x21\xf3\x51\xf8\x37\xd8\x43\xe6\xca\xaa\xb5\x1b\xe8\x61\x94\x2a\xb6\xa4\xa0\x87\x4c\xec\xf8\x74\x5b\xd0\x43\x26\xd6\x52\x5d\x0e\xf4\xb0\x8d\x1e\x37\x3e\xe4\x73\x4e\xf5\x30\x51\x83\x1e\xc6\xa9\xa8\x0f\x1f\xf2\x51\xaa\x38\xf5\x25\xd7\x60\x0f\xdb\xec\xc1\xae\x12\xf6\x90\x09\x0a\xc7\x87\x7c\xbe\x0f\xbe\xe3\x43\x3e\xd8\xa3\xb3\x90\xc0\x1e\x32\xf1\x1c\x7a\xbd\xb0\x87\x4c\x2a\x90\xaa\xc1\x1e\x46\xa9\x22\xef\xeb\x21\x1f\xa5\x8a\x7b\x3f\x1b\xf2\x6d\xf6\xd0\x17\x39\x83\x3d\x8c\x52\x45\x21\xfc\x60\x0f\xa3\x54\x71\xa2\x33\xec\x61\x6b\xef\xf8\x74\x5f\xd8\x43\x26\x55\x6a\xd9\x06\x7b\x18\xa7\xa2\xf8\x16\x69\xc0\x85\x6d\xb8\x60\x7c\xc0\x85\x4c\x3c\x87\x9e\x17\xb8\x90\x89\xf1\xe1\x43\x3f\x4e\x45\x9d\xfb\x1e\xe8\xc7\xa9\xa8\x8c\xa6\xc0\x85\x51\xac\xe0\xac\x87\x41\x17\x32\xa9\xec\x29\x07\xba\x90\x89\x34\xa2\x2f\xfa\x71\x2a\x6a\xef\x66\xa1\x0b\x7e\x43\xd5\x4e\xbd\x73\x7e\x43\x85\xf9\x38\x3b\xe2\xd0\x85\x97\xad\x55\x97\x2f\xe3\xe3\x04\xa3\xf6\x45\x0e\x5d\x38\x74\x91\x6f\xfa\x16\x7c\xa4\xaa\x76\xae\x0e\x5d\x38\xc7\x9e\xf8\x6e\xeb\xd0\x85\x43\x17\x59\xb3\xa9\x43\x17\x4e\xb1\x82\x67\x73\xe8\xc2\x3f\x8a\x15\x8c\xe5\xc6\x27\xba\x80\x88\x1c\xba\x90\x49\x27\x65\x27\x87\x2e\x1c\xba\xd0\xaf\xdc\x97\x43\x17\x32\x71\xdf\x22\x9f\xe1\xdb\x9c\xcb\xb3\x39\x3e\x48\xac\xf3\x1c\x0b\xdf\x2e\xca\xea\x79\xa1\x0b\xdf\x74\x71\xe2\x43\xbf\x4d\x17\x68\x05\x5d\x38\x74\x91\x35\x6d\xf0\x27\x04\x30\xb1\x77\xd5\x58\xa0\x0b\x87\x2e\xb2\xde\xa5\x43\x17\x5e\x77\xae\xea\x39\xa0\x0b\xdf\x74\x51\xb9\x07\xfa\xf1\x23\x8b\xdc\xf0\xa1\x5f\xe5\xd8\xd8\x85\x0f\xfd\x38\xf7\xc4\x39\x0c\x87\x2e\x1c\xba\xc8\xc4\x01\x74\xe1\x75\x17\xb5\xa5\x3d\x74\x21\xf3\x71\xae\xc8\xa1\x0b\xe7\xdc\x13\x67\x5b\x1c\xba\xf0\x5d\xad\x38\x78\x0e\xf4\xa3\x5a\x91\x75\xde\xc5\xe1\x0b\xa7\x5a\x91\xee\x5f\xc1\xf5\x0e\x7e\x38\xc7\xa2\x92\xb6\xcf\x0e\x7e\xc8\x44\x48\xe0\x43\x5e\xe1\x47\xd1\x8f\xd1\x97\x83\x1f\x4e\x39\x83\x55\xd7\xc1\x0f\x07\x3f\xf4\x57\x27\x96\x83\x1f\x4e\x39\x83\x43\xf3\x0e\x7e\xc8\xc4\x74\x2b\x29\xc1\x0f\x6f\xac\xba\xfa\x8a\xec\xa0\x86\x4c\xb4\xe3\x7a\x48\xb9\x4b\x17\x4a\x6f\x07\x35\x64\x52\xbd\x32\xed\x90\x92\x23\x50\x05\x79\x41\x0d\xa7\x36\x01\xba\x38\xa8\x21\x93\xca\x4e\x01\x50\xc3\xf7\xef\x2d\x08\x3b\x50\xc3\xf7\xef\x2d\x34\x75\x39\xa8\x21\x93\x8e\x5b\x7b\x74\x07\x35\x64\xa2\x9d\xee\x0b\x6a\xc8\xa4\xc2\x31\x17\x07\x35\x64\x22\x05\x14\xc6\xa0\x86\xef\xe2\x04\xaf\x15\xd4\xf0\x7d\x2c\x6a\x5f\x0f\xad\xc4\x1a\x95\xca\xbf\xc3\x1a\xce\xb1\x28\x0e\xbf\x3a\xac\xe1\xfc\xa0\xe2\x4c\x3c\x07\xfa\xf5\xad\x1f\xcf\x8b\x7e\xbb\x38\x71\x72\x0f\xf4\xdb\xac\x71\x71\x0f\xf4\xeb\x3b\x14\xd5\x17\xd6\x90\xb9\x39\x77\xec\xa0\x86\x73\x2a\xaa\x32\x3c\x50\xc3\x3f\x4e\x45\xe9\x71\x41\x0d\x7f\xf6\xa9\x1e\xdd\x16\xd4\xf0\x8d\x1a\x3a\xaf\xeb\xa0\x86\x3f\x5b\x16\xda\x21\x0b\xa8\xc1\xe9\x1f\x07\x35\x64\x52\xd5\x8f\xa8\x97\x83\x1a\x0e\x6a\x54\x6d\x46\x1c\xd4\x90\x09\x1f\xed\x90\xe5\xd9\x19\x8a\x0f\x59\x1e\x4a\xd7\xcc\x02\xa0\x86\x3f\x5b\x16\xc6\x87\x2c\x42\x8d\xa2\xbf\xc8\xb1\x1c\xd4\x70\x50\x23\x11\x42\xa0\x86\x83\x1a\x9c\x17\x77\x50\x43\x26\x55\xc8\xd4\x41\x0d\xa7\x3e\xc1\xde\xda\x41\x0d\x99\xf0\xd1\x17\xfd\x06\xab\x29\x69\x09\x6a\x38\x58\x51\xb7\x0f\xad\xf6\x09\x28\x5e\x2f\x58\xe1\xfc\x9e\x82\x4d\x9a\x83\x15\xce\xef\x29\x38\xad\xe8\x60\x85\x4c\xaa\xac\x7e\x0e\x56\xc8\xa4\x52\x09\x67\xb8\x41\xe6\xe3\x54\xa3\xc3\x0d\x32\x91\xbe\xdc\x17\xad\xe0\x06\xbe\xb6\x3a\xdc\x20\x13\xf7\x50\x3b\xb8\xc1\xe1\x06\x70\xcb\xe1\x06\x9f\x1b\x6b\x75\x5f\xb8\xc1\xf9\x3d\x05\xdf\xfe\x1c\x70\x70\x4e\x40\x9d\xda\xdd\x38\xe0\xe0\x73\x9f\x42\xd4\xfb\x00\x1c\x9c\x13\x50\x69\xb7\x23\xd6\x66\xfb\xf3\x09\x4b\x07\x1c\x64\xc2\x47\x3b\xf4\x9b\x5b\x3f\x7c\xe8\xb7\xc1\xa1\xf1\x1c\xe8\x07\x38\x70\x3a\xd3\x01\x07\xdf\x47\x9c\x2a\xcf\x81\x7e\xd4\x27\x12\xab\x10\xe0\xe0\x73\x9f\xe2\x94\x56\x80\x83\x4c\xf8\xf4\x3e\x00\x07\x99\x8f\xd3\x9e\x0e\x38\xb8\xed\xa3\x13\xea\x0b\x38\x38\xe0\x90\x88\x53\xc0\xc1\x37\x38\x30\x85\x01\x0e\x4e\x81\x22\x11\xa7\x80\x83\x6f\x70\x60\x2a\x01\x1c\x1c\x70\xa0\x90\xe8\x80\x83\x7f\x80\x03\xd7\x43\x3f\xc0\xa1\x91\xe7\x80\x83\x6f\x70\x50\x91\xc1\x01\x07\xe7\x90\x53\x26\xf7\x01\x07\xff\x38\xe4\xc4\x3d\xd0\x0f\x70\xd0\x1f\xb2\x59\x0e\x38\xb8\x6d\xfd\x68\x87\x7e\xb6\x73\x15\x0d\xd0\x0f\x70\x68\xcc\x11\x80\x83\xef\xa2\x05\xba\x40\x0e\xbe\x8b\x16\x02\x16\x87\x1c\xdc\xf7\x09\x50\xc5\x06\xe4\x20\x13\xd3\xb8\x74\x81\x1c\x1c\x72\x28\x3c\x2f\xe4\xe0\x90\x03\x75\x48\x87\x1c\x1c\x72\x68\xe4\x1b\xe4\xe0\x90\x03\xbf\x23\x72\xc8\x41\x26\xee\x41\x5f\xf4\xf3\x5d\xfd\xff\x8b\xd5\x3e\xe7\xff\x7f\xb1\x87\x2b\x64\x42\x35\x3d\x39\x5c\xe1\x1f\x47\xa0\x18\x01\xea\xfa\xf8\xf3\x39\x61\x7e\xe3\x8f\x89\x3d\x8d\x14\x87\x2b\x9c\x9a\x46\x62\x06\x81\x2b\x9c\x9a\x06\xa8\xe6\x70\x85\x7f\xd4\x34\xe4\x83\x2b\x64\x52\xe1\x07\xc9\x0e\x57\xf8\xda\xea\xea\xc9\xe1\x0a\x99\x68\xa7\x7b\xc0\x15\xbe\xf6\x4c\x28\xc5\xe1\x0a\xe7\x08\x94\xfe\xf6\xc1\x72\xb8\xc2\xf7\x19\xa8\x93\xfb\xa2\x2e\x45\x0b\x8e\xef\x39\x5c\xe1\x9b\x2b\x3a\x63\x41\xdd\xb5\xcf\x1d\xd3\x17\xfd\xe0\x8a\xbe\xc7\x82\x7e\x6b\xff\xda\x87\x76\xe8\xc7\x21\xa8\xbc\xfb\xa2\xdf\xda\xe7\x6b\xe9\x8b\x7e\x70\x45\xdb\xf7\x45\xbf\x5d\xb5\xa8\xe5\xff\x79\xab\xf1\xff\x7f\x7e\xbe\xbd\xfd\xe9\x6f\x27\xce\x3f\x7c\xff\xee\x5f\x7e\xe8\xef\x34\xea\x0f\x24\xbe\xcc\xd7\xe7\x2f\xfe\xa7\xbf\xf9\xf8\xed\xeb\xb7\xe8\xa5\xff\xfd\x9f\x00\x00\x00\xff\xff\xa6\xb9\x1e\x14\x1f\x52\x00\x00"); +func _fbaf ()(*asset ,error ){_face ,_geae :=_abda ();if _geae !=nil {return nil ,_geae ;};_bfafd :=bindataFileInfo {_dae :"UniGB-UTF8-H",_fb :235585,_ae :_be .FileMode (436),_g :_a .Unix (1580492783,0)};_eeaa :=&asset {_dd :_face ,_ef :_bfafd };return _eeaa ,nil ; +};var _feda =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\xfd\x5b\xcf\x2f\x3d\x92\xdd\x07\xde\xd7\xa7\x78\x2e\x35\x17\x33\x9d\x3c\x93\xc0\x8b\x0d\x8c\x0e\xad\x69\x08\x1a\x1b\x96\x4f\x80\xe1\x8b\x3c\x30\xdb\x05\xb8\xab\x1a\xd5\xad\x0b\x7d\x7b\x83\xbf\x15\xc9\x68\x0b\x32\xde\xda\xc0\xc6\xc3\x3f\xc9\x4c\x32\x23\xc8\xe0\x5a\xc1\xd3\xdf\xfc\x9b\xbf\xfb\xb7\x7f\xf7\xa7\x3f\xfe\xf3\xcf\xdf\xfc\xf7\x7f\xf9\xf3\xfd\x9f\xe6\x3f\xff\xbc\x7f\xfc\xd3\xf3\x97\xf9\x4f\x7f\xfe\xcf\x7f\xb9\xe7\xcf\x35\xff\xfe\x8f\x7f\xfa\xc3\x1f\x42\xfc\x79\xfe\x78\xff\xf3\xf7\x93\x3f\xf7\x3f\x9c\xff\xf8\x87\x3f\xac\xe7\xff\xd3\x7f\xf9\xa7\x7f\x9e\xff\xf0\x77\x7f\x7a\xff\xfc\x93\x94\xef\xf9\xcf\xff\x68\x79\x7f\x7e\xfe\xe6\x7f\x98\x7f\xff\xc7\x7f\xfa\xe7\xbf\xfc\x97\x9f\x7f\xf5\xff\x7d\xfe\x7c\xcd\xff\xd7\xcf\x33\xdf\x15\xff\xdf\xfd\xe5\x99\x7f\xf9\xe3\x9f\xfe\xfe\xe7\x5f\xfd\xfb\x7f\x1d\x76\xec\x7f\xfa\xcf\xff\xf8\x8f\xff\xe7\xfc\x87\xf9\xa7\x7f\xfe\x29\xc4\xcd\x3f\x3d\xfc\xfd\xc3\xdf\xfc\x9b\xff\x78\xfe\xe3\xff\xff\xfc\x87\xf9\xf3\x37\xff\xfe\x5f\xff\x87\xf8\x1f\xfe\xdf\xff\x3f\xe2\x89\xfe\x9f\xe7\x5f\xfe\xe9\x8f\x7f\xfe\xd3\x4f\xf8\xff\x1c\x47\xf7\xe8\xff\xf1\xbf\xfc\xe3\xfc\x09\xf6\xf8\xff\xfa\x3f\xfd\xdd\xbf\xfd\xf9\xdf\xc2\x4f\x38\x7e\x62\xc9\x65\xfc\xef\x16\xff\xbf\xfc\xc7\x3f\x3f\xf3\xe7\xd0\xaf\xa4\x7a\xdf\x7f\x7e\xe6\x3f\xfd\xe3\x79\xcf\xbf\x9c\x7f\xfa\xfb\xf9\x87\x9f\x9f\xdf\x8e\xe3\xd7\x8f\xfe\xfd\xd6\xfe\xf6\xd7\x8a\xe9\x21\x1d\xeb\xff\xaf\x9f\xdf\xfe\xf6\xdf\xa5\xb1\xfe\x5b\x7c\xb6\xbc\xbf\xfd\xed\xbf\xfb\xdb\x7f\xf7\x6b\x7d\xc1\x7f\xf5\xbe\x3f\x04\x15\xf3\xa7\x3f\xff\xf3\x33\x5f\xc5\x51\xc2\x6f\xe1\xfd\xf5\x13\xd6\x13\xff\x32\xe9\x0f\xe1\x38\xac\x5e\x7f\x7c\xee\xff\xe3\xfc\xcb\x1f\x54\x78\x4e\xf5\xd7\x4f\x8c\xa9\x64\x22\xc6\xfa\xbf\x22\x72\xee\x16\x71\xa5\xf8\xeb\x27\x87\x1a\xf7\xef\xf4\xeb\x27\xb7\xa3\xed\xdf\x79\xfd\x8e\x9e\x5e\x48\x1f\xfb\x77\x5d\xcf\xf7\xb2\x7f\xb7\x5f\x3f\xe1\x08\x29\xec\x88\xfe\xeb\x27\x94\xe1\x2f\x1c\xbf\x7e\x72\xaf\xdf\xef\x7b\xc9\x27\xc5\xd4\xf7\xef\x40\xfe\xb8\x7f\xc7\x95\xde\x8e\xfd\x3b\xfd\xfa\x19\xdd\x93\xa9\x5f\x2d\xfb\xf7\xaa\x5f\xef\x79\xff\x5e\xf5\xeb\x6d\xec\xdf\xed\xd7\x4f\x3c\x46\xd8\xbf\xfb\xaf\x9f\x72\x04\xaf\xce\xf8\xf5\x13\xf2\xae\xfe\xb3\xaa\x17\x4b\x4e\xfb\x77\xa0\xfa\xc7\xfe\xbd\xe4\xd7\x82\xff\x46\x7e\xd9\x7f\xe7\x25\x8f\xd6\xfa\x8e\x28\xbf\x7e\x52\xda\xf2\x78\x56\x05\x43\x28\xfe\x40\xfb\xf5\x93\x47\xae\xfb\xf7\x92\x5f\x8c\xfe\xfc\x58\x15\x8e\x5f\xfe\xb9\x2a\x98\x63\x4f\xfb\x77\xf8\xf5\x13\xf3\x56\xe0\x5c\x15\x2c\x25\x7a\x7a\xfa\xf5\x93\xea\xe8\xfb\x77\xfe\xf5\x93\x72\xc8\xfb\x77\xf9\xf5\x53\x6a\xf5\xf7\xab\x7e\x5b\xc2\x73\x55\x30\xf5\x32\xf6\xef\x55\xc1\xf4\x2f\x5e\xb8\x9a\xd8\x88\x5f\x05\x5e\x2a\x58\x4b\xdd\xbf\xc3\xaf\x9f\x32\x52\xde\xbf\xe3\x7a\xbe\x7b\xfa\xaa\xe0\xd8\x2d\xf4\x5d\x15\x2c\xe9\x88\xfb\xb7\x04\x58\xf6\xef\xfa\xeb\xa7\x1e\x87\xbf\x6f\xd5\x2f\x05\x7f\xbe\xff\xfa\xa9\xa1\x7a\xfe\xa5\xe1\xd6\xad\xfe\xe3\x40\xc3\xc7\x48\xfb\x77\xa0\xcf\xf4\xfd\x7b\xd5\xaf\xa5\xb8\x7f\x27\xde\xe7\xf9\x97\x86\x7b\xf1\xf4\x42\x8b\xaa\xfb\x77\xfd\xf5\x53\xe2\xbf\x78\x7f\x5b\xdf\x53\x3d\x7d\xc9\xaf\x0d\x2f\x6f\x29\x78\x7c\xf2\x18\x18\x90\x52\x3f\x05\x8d\x80\xfc\xea\x71\xec\xdf\xab\x83\x8c\xaf\x01\x8c\xb0\xea\x17\x76\x8f\x18\x81\xfa\xc5\xdd\xa2\x46\x40\x80\x39\xb5\xfd\x7b\x75\x91\xf2\x09\x6c\x84\x55\xc1\x9a\xbf\x2e\x3e\xc2\xaa\x60\x6a\xc3\x5f\xb8\x04\x58\xe2\xf7\xbe\x88\x00\xe3\xd7\xe4\x47\xa4\x07\xd7\x7f\x91\xbe\x2a\xd8\x63\xd8\xbf\x97\x82\xe3\xa7\xe0\x11\xe9\xc2\xa9\xf8\xf3\x85\xdf\x6d\xff\x5e\x46\xac\xe7\xb1\x7f\x2f\x05\x87\x98\xf7\xef\xbe\xea\x9f\xbc\x3c\xba\xf0\x16\x50\x5a\xf5\xab\x65\x2b\x3c\xad\xfa\xa5\xbe\xeb\x97\x50\xf0\xd1\xd2\xfe\x9d\x7e\xfd\xc4\x96\x3c\x9d\x1e\x92\xfc\x7d\x4b\x7e\xc7\x96\x47\x5a\xf5\x4b\xf9\x33\x29\x23\xc9\xc4\x14\x7f\xdf\xaa\x5f\x0d\x9e\x4e\x03\x0c\xdf\xf3\x99\x0e\xd2\x42\xda\xbf\x97\x82\xbd\x81\x66\xe4\x77\x04\xff\xbd\x4c\x8c\xd7\x37\xaf\xfa\xc5\xb1\x1b\x5c\xa6\x7e\xf1\xf0\xfc\x4b\xbf\x47\x0e\xfb\xf7\xb2\x30\xe9\x33\x59\x23\xd3\x00\xfb\x6e\xe0\x79\xd5\x2f\xb5\xd8\x19\x97\x6c\x3c\xf9\x6f\x8f\x30\x63\x94\x55\xf9\xd0\x52\xda\xbf\x97\x70\xd3\x67\x6f\x47\xc1\x3e\xc6\x9a\xf7\x6f\xcc\xcf\x56\x76\x59\x95\x6f\x21\xf8\xef\xf2\xeb\xa7\x1d\x47\xdf\xbf\x97\xf9\xa9\x47\xf5\x02\xda\xaf\x9f\x31\xfc\x7d\x1d\xe1\x84\xfd\x7b\x59\x9f\xbe\x9f\xaf\x34\xce\xbe\xcb\xab\xf4\xee\xb6\x1b\x7f\x45\xb8\xdb\x5c\x8e\x4a\xfd\xb6\x35\x1b\xd5\xcc\x63\xda\xbf\xcb\xaa\x4f\xe9\xfe\xc0\xaa\xe0\x88\x9e\xa1\x21\xed\xb1\x7f\xf7\x35\x80\x24\xff\xbd\xc6\xbf\x3d\xbe\x8d\x46\x05\x5b\x3f\xf6\xef\xf0\xeb\xa7\xa5\x31\xf6\xef\xf8\xeb\xa7\xc5\xea\xf9\x57\x05\xdb\x6e\x5d\x8d\xde\x13\xa2\xff\xa6\xf7\x1c\xfe\xfc\xea\x3d\x79\xf8\xfb\x1b\xe3\x6b\xd8\xbf\x3b\x0a\x28\xfb\x37\xbd\x7b\x9b\xab\x4e\xef\xa9\xdb\x1c\x75\x14\x1c\x6b\xd8\xbf\x57\xef\x89\xfb\x7b\x3b\xad\xb3\xee\xde\xdb\xa9\x5f\xc9\x79\xff\x2e\xcb\x5a\x0c\x4f\x5f\xbd\x27\x15\x2f\x6f\x99\xc7\x3d\x5c\x8c\xae\xde\xfd\x8d\xff\xa3\xaf\xfa\xb5\xd4\x3f\x05\x0d\xf0\x43\xda\xbd\x7d\x60\x7d\x9a\x77\xef\x81\x00\xc3\xb6\xcf\x03\xfb\x18\xb7\x00\x06\x15\x3c\x8a\xff\x5e\xdd\x67\xec\xee\x3d\x84\x70\xea\xd8\xbf\x97\x00\xfb\x38\xbc\x06\xfd\xd7\x4f\x3f\xba\x17\x08\xc6\xda\x35\x3a\xe9\xdf\x3e\xc0\x9c\xd4\xb0\xc7\xb2\x7f\x47\xec\x69\xdf\xbf\xd3\xaf\x9f\x96\xb3\xa7\xaf\x2e\x52\xbe\x01\x6e\x9c\x74\x91\xb6\x5b\xd4\x49\x0b\x8c\xdd\xf3\xaf\x16\x58\xab\xbf\x0f\xfb\xd3\xe2\xfe\xbd\xfa\xb7\x0f\x40\xd7\xaa\x5f\xeb\x47\xda\xbf\x03\x03\xca\xb1\x7f\xa3\xe1\xe2\xbf\x97\x00\x57\x43\xdd\x11\x34\xc1\xe1\xbf\x57\x13\x8c\xcd\x0b\xa0\x8b\x8c\xdd\xe6\x01\x89\xb1\x44\xff\xdd\x19\x41\xfc\x05\x4b\xc7\x6d\xb7\x11\x30\x62\x4f\xc1\x7f\xa3\xe3\x3d\x24\x82\x11\x63\xc9\x71\xff\x5e\x12\x2c\x5b\x82\x02\x89\x69\x7f\x21\x20\x31\x1e\xff\xf2\x05\x58\x99\x6d\xf2\x85\x12\x7d\xc8\xbb\x35\x46\xef\x46\x08\x4a\xec\x3e\xa4\x08\x25\xc6\x7f\xf1\x7b\xa1\xc4\x18\xfc\x77\xfc\xf5\xd3\xdd\xc4\x83\x12\xdb\xd8\xe5\x81\x12\xdb\xd8\x43\x9a\x40\x62\xfe\x30\xcf\x78\x34\xc4\x6c\x4c\x02\x48\x4c\xe3\x03\x81\x03\x90\xd8\xd3\x11\xf6\xef\x41\x13\xfb\xde\x37\x65\xa5\x8b\xff\x5e\x46\x66\x83\xbc\x01\x48\x6c\x7d\x77\x2a\x40\x62\xf1\x21\x67\x0a\x65\x1f\xfe\xfc\xb2\x82\x7d\x1b\x25\x40\x62\x6f\xdb\x28\x80\x11\x7b\xca\xfe\xbe\xbe\x40\x7b\xf5\xe7\x57\x17\x59\x9d\xfc\xaf\x18\x62\x5e\x69\xff\x28\xfb\x37\x26\x7c\x57\x06\x00\x19\x43\x1f\x1e\xb1\x4c\x64\xae\xfe\xc0\x42\x40\x63\xdb\x7c\x10\x64\x6d\xbb\xb9\x81\x20\x47\xdb\x16\xe2\x95\x89\xdc\x26\xf4\xd5\x00\x19\x3d\xff\xe0\xfd\xa6\xbd\x13\x04\x19\x8e\xaf\x83\x9d\x20\xc8\x9e\x3e\x93\x7b\x1e\x92\xee\xd7\xda\x4e\x10\x64\x8f\xb9\xed\xdf\x68\xff\x93\xfe\x79\x88\xc3\x7c\x16\xe9\xac\x1f\xc0\x3a\x76\x44\x16\xad\x6b\x3b\x42\x3c\xaf\xd9\x27\x9f\x4d\x56\xd6\xeb\xd0\x2c\xc7\xd7\x07\x4f\xc6\x81\x15\x11\x76\x44\x57\x84\x35\xd2\x29\x25\xc5\x12\x91\x43\x5b\x2d\x3e\x76\x72\xf7\xa5\xed\xaa\xd6\x3e\x9f\x5f\x3f\x3d\x88\xde\xbc\x95\x3c\xab\x12\xb1\x40\xd3\xe0\x61\xb1\xae\xd6\x5f\x79\x4f\x6c\xf9\xd7\x8f\x19\xcf\xd8\xce\x95\x1f\xb9\xc4\xf6\xac\x2e\xdf\x14\x3f\x97\x3c\x13\x63\x52\xec\xcb\x3a\x0d\xac\x59\xec\x09\x3b\xc0\x8b\xc6\x41\x61\x3c\x7c\x96\xd5\x1d\xc7\x52\x48\xbc\xd7\x78\xd6\xa8\x68\xbc\x57\xa5\x3b\xe0\x24\xce\x40\xc1\x3c\x3b\x41\x7c\x1a\xf5\xe3\x5c\x2f\xcd\x85\x02\xe6\xd2\x44\xc3\x90\xc4\xf5\x65\xa3\x17\x2a\xf1\xd2\x7f\x31\x81\xf1\x6d\x4b\x9b\x49\xe1\xce\x4b\x79\xcf\x4b\x61\x81\x67\xdf\x93\x02\xe8\x80\xf1\xbd\x56\x01\x6d\xd5\x28\xe5\x43\x09\x9d\x1f\xab\x4a\xca\x94\xf2\xfa\x04\x81\xb8\x94\xd7\x5b\x43\xd4\x03\xf7\x8a\xa7\xa7\xa7\x42\x4d\x11\x4b\x2a\xf4\x30\x06\x9d\x54\x26\x9f\xbf\x6a\x91\xea\x7a\x4f\x40\xbe\xa9\x56\xde\x49\xfe\xb6\xbe\xe0\xa8\x0a\xaf\xf7\x37\xbd\x73\xe9\x35\x1c\xb9\x51\x09\x14\x32\x00\x53\xa9\x5d\x4a\xd0\x13\x37\x4f\x24\xc2\x8f\x12\x28\x7a\xa9\xaa\x07\x3a\x76\x5a\x9a\xea\x07\xe3\x46\xea\x2a\x9a\x6a\xf4\x41\x38\x12\x56\x09\xca\x23\x01\x53\xed\x81\xe0\x81\x5d\x69\x4c\x84\x4d\x61\x67\x5d\xc2\x86\x4c\xa6\xf3\xe2\x59\xca\x3a\x27\xe1\x41\xf8\x25\x4c\x9e\xeb\x20\xcc\xb3\xd7\xb9\x5a\x0e\x1a\x4f\xb4\x84\x48\x13\x4c\x2f\xef\x04\xc1\xe5\xb2\xf2\x07\xca\xca\x4d\x2d\x24\x13\x5e\xcd\x54\x63\x62\x6e\x8d\x7a\xae\x67\x73\x5f\x5d\x79\x58\x78\xae\x30\x50\x37\x8f\xc8\xb3\x95\x70\xa2\x81\xf0\xec\x58\xdd\xe3\x40\x05\xf9\x5c\xef\x0f\xb8\x12\xf2\x19\x31\x01\xe4\x3f\x19\x0c\x30\x5f\xf9\xc4\x5d\x50\x9b\x12\x68\x13\x87\x1e\xae\x08\x97\xc2\xce\xf5\x31\x8b\x60\xfc\x8e\xf5\xcc\x37\x8d\x01\x28\x94\x1f\x6a\x45\xe7\xcc\x8f\x9c\x12\x88\x2f\x3f\x2b\x53\x45\x7c\xf9\xa9\xb2\x64\x07\x3f\x56\x13\xab\x74\xc9\xfc\x74\x25\x04\x7e\xac\xf2\xb3\x04\xf8\x2c\x85\x86\xa1\xd7\xae\x8f\xcd\x28\x31\x4f\x14\xad\xf8\xb9\x94\x25\x42\x92\x5f\xda\x3c\xb6\xb8\x14\x09\x3c\x10\xa6\x7d\xd2\xab\xca\x6a\xe7\xe1\x68\x4d\x09\x32\x18\x91\xf0\xe4\x61\xe2\x69\xdc\xc2\x89\xa5\xaf\x9a\x76\x3a\x40\xe9\x17\xfd\x9f\x17\xa1\x95\xaa\xf8\x81\x71\xa2\x63\x94\x81\x93\xaa\xeb\x45\xa3\xf3\x30\x09\x4b\x2d\x4d\xe3\x7c\xb9\xb0\xda\xd8\x82\x9a\xcf\x5f\x3f\xe3\x00\x03\x56\x2a\xd4\xe8\x17\xb5\x76\xe2\xd7\xb3\x95\x02\x2a\xcd\xa7\x8e\xc1\x08\xb0\x54\x5d\x51\x7b\xc5\xba\xd7\xfb\xc4\xd6\xf0\x9e\x7b\x75\xb0\x20\x66\x53\xef\x9b\xae\xcd\xc3\xf7\xa3\x04\xfd\x58\x8d\x4c\xfc\xa5\x3e\xeb\x4d\x8d\x51\xb5\x3e\x3c\x70\x28\xfc\xf0\x05\x4b\x14\x15\x33\x27\xa8\x53\x67\xa7\x46\x94\xb6\x74\x30\x0e\xcc\x62\x7d\xf3\x0a\xd3\xe5\xdb\x32\x48\x4b\xc8\x84\x89\xef\x0a\xf3\x05\x7c\x59\x5b\x5f\x1f\x42\xa0\x57\xb5\x7c\x91\x29\x12\xbe\xe9\xb5\x95\xf0\xcb\x4b\x57\x61\x0d\xe3\x74\xd0\xe3\x5b\x41\x74\xe8\xa3\x95\x0b\x9d\x15\xc2\x37\xa2\xa3\xb0\xc2\x17\x87\xa8\x04\x6a\x0a\xbd\x6d\xe5\x55\x02\x25\xd4\x83\x27\xc8\xb4\xb4\x3f\x3a\xac\xa2\x35\x4a\xa0\xb5\xb4\x65\x9c\x86\x86\xe2\xc6\x30\x12\xd4\xb9\xdb\x32\x4e\xeb\x07\x4f\xf4\x40\x2e\x3e\x6e\xf5\xe8\x71\xa0\xce\xb6\xac\xd6\x38\x68\xd8\x6d\xb5\xa9\xf5\x80\x32\xa1\x67\x7a\x65\x5b\xe6\x6c\x25\xf0\xa5\xd8\xb3\xa4\xca\x2e\x7b\xd6\xfa\x50\xfc\xa4\x7e\xd4\x63\xd9\x83\x71\xd0\xa8\x1a\x8d\xad\xd2\xf0\xda\x50\x5d\x29\xed\x24\x0f\xc3\x75\x3b\x31\xed\xa8\xbc\x5d\xc4\xe3\x2d\x6d\x57\xa6\x60\x5a\x55\xbb\x0a\x06\x84\xc2\xae\x8b\xb1\x56\x99\x50\x03\xdd\xbc\xdd\x07\xcd\x9f\xfc\xf7\x82\xcc\x21\xd2\x8f\xda\xcd\x37\x63\x4c\xda\x2d\xfd\x28\x93\x74\xcb\x67\xd2\x22\x6b\x51\x7e\x2c\x2c\xe6\xbf\x3d\x3c\x0b\xf8\x69\x0f\x83\xbc\x34\x82\x4d\x09\x1a\xcd\xdb\xb2\x29\x43\x5e\xd7\x86\x85\xb0\x4c\x6b\xec\x1c\xf2\xbe\xb6\x35\x76\xb6\x41\xe7\x6c\x2f\x32\x15\x24\x6a\x6b\xf0\xec\x8b\xa1\xfe\x8e\x79\xeb\xb4\xdd\x46\x3b\xee\x8c\xa5\x0d\x0d\xf5\xd5\x8e\x7b\xb1\xf8\xc2\x9b\x8b\x7e\x54\x12\xc8\x74\xf1\xdd\xc8\xa3\xf3\xad\x1d\xcb\xdc\xd7\x77\x74\x75\xf5\x8e\x05\x54\x15\xfb\x83\x60\xe9\xde\x7d\x16\xc2\xbc\x47\xd0\x80\x4e\xd6\xdf\x04\x33\x53\x7c\xa5\x6f\xac\xcf\x1e\xab\xcf\x74\xb9\x0c\x47\xa6\xdd\x63\x6e\x47\xa6\xdd\x67\x5c\x67\x23\xd3\xee\x0f\x65\x7a\x95\xb0\x04\x35\x0a\xed\x9e\x61\x60\x14\x7d\x9a\xc2\x0f\x86\x5b\x61\xda\x7a\xa6\xad\x8f\xa2\xaa\x52\x44\xa5\x51\xea\x61\x06\xb8\x4c\xb5\xc7\x1a\xd1\x5b\x47\x46\x63\x99\xcc\xde\xe9\xd2\x63\x59\xae\x36\x54\x8b\xc1\x00\xc7\xa0\x39\x18\x7f\xe4\x14\x1c\x27\x5d\xa3\xe8\x1b\x4e\xc0\x4a\x51\xf8\xc5\x98\x50\xeb\x25\xdf\x5e\x69\x88\xe3\x02\x25\xd0\x33\xc6\x45\x5b\xc2\xdc\x8e\x5b\x5f\x46\xfe\x1b\xb9\x07\xc5\xd3\xb8\xf5\x9e\x9b\x3e\x09\xf6\x1d\xb7\x0a\x96\xbc\x6e\xb0\x97\x5e\x8a\x95\x14\x3e\x19\x58\xc9\x4e\xe7\x1e\x0f\xd4\x5c\xb5\x7e\xd6\x57\x8a\x46\x8f\x65\x01\x7b\x62\x34\x3b\x81\x64\xa1\xd0\xf7\x4e\x9a\xd1\x01\x31\x3a\xcb\x58\x25\x53\x8b\xb3\x08\x4b\x44\xc2\x18\x6e\x79\x64\xcf\x65\xc6\xfa\xc1\xe7\x9c\x32\x63\xd2\xc8\x59\x10\x1e\x03\xda\x09\x78\xee\xf4\xf4\x73\x41\xcc\x1e\xb1\x81\x57\x06\xf8\xd3\xd3\xaf\x65\x70\x87\x06\xc9\x0b\x8b\x16\xb1\x9f\x57\x5f\x05\xc8\x5f\x72\x2d\x85\x8c\x88\x62\x2f\x2c\x43\x44\x99\xd7\xc5\xb3\xd8\xe7\xeb\x52\x9e\x55\xa1\x0b\xd9\x45\xd0\xd6\x25\xd9\x69\x9c\xbb\x96\xec\x86\xfa\xea\x05\x34\x0a\xc8\xe5\x5a\x8d\x7f\x44\x14\x7b\xad\x11\x66\x44\x3e\xe6\xa2\xc1\x47\xd0\xe9\x35\x97\x1c\xe5\x41\xbb\xde\x03\x24\xb0\x2a\x7a\x67\x3d\x1b\x08\xd3\x10\xe0\xab\x77\x11\x8c\x68\x84\xf9\x18\xec\xc2\x4d\xab\xcb\xe8\xe0\x5e\x1f\x19\xa2\x7a\xc5\xdd\x05\x23\x0a\xe1\x89\x2d\x54\xf8\xa5\x30\x1e\x58\xe8\x7f\x3d\x40\x09\x83\x11\x16\xa5\xdd\x0c\xf9\xf2\xf6\xdf\xb4\xe5\x6e\x79\x4e\xba\x26\xf1\x80\xaf\x03\xc0\x75\x2f\xc3\xdb\x3b\xc6\xf9\x5e\xe0\xab\xd7\xae\x70\xa1\x00\xbc\xa2\xb7\x50\x28\xa2\xbb\x4f\xe0\xbf\x0a\x50\xfb\xc5\x46\xde\x0f\x88\xae\x29\x8c\x1d\xc0\xa6\xde\xd8\xc5\xa8\xd1\xf6\xc6\x2e\xc6\x23\xff\x9e\x69\xbb\x81\x58\x05\xcd\xdd\x2f\x5d\x92\x81\xe8\x69\x1a\x27\x1a\x61\xde\xac\x6f\x7d\x5a\xa1\x5a\x89\x30\xc3\x2c\x1c\xe3\x61\xe4\x0a\xf4\xe7\x67\x09\xb0\x0d\x58\xfb\x43\x53\x3a\xe8\x3d\x0f\xcd\x47\x6d\xf8\x59\xd4\x68\x04\xec\xc5\x33\xf1\x94\xc5\xaa\x04\x10\x31\x1a\x7a\xa6\xcc\xf8\x6a\x0e\x0f\x26\x3d\xd0\x33\x9e\x77\x12\x5e\x1a\x9a\xcb\xd6\x8e\x40\xbf\x9d\x45\xe1\x4c\x78\xb5\xc3\x98\x68\xac\xb3\x74\x46\x31\x85\x87\x12\x94\xeb\xc4\xa1\x40\xb8\x62\x61\xb0\xc8\xb3\x02\x25\x69\x4c\xb3\xbe\x3c\x00\xd0\x9e\xed\xa0\x88\x55\xa5\x09\x11\x19\x54\x6f\x0e\x7a\x3d\xad\x78\x0e\x35\x20\x5e\x84\xae\x3b\x16\x63\x4a\xa5\x0c\x3e\xf3\x64\x28\x48\x0a\x3f\x14\xd0\xf5\x43\x02\x5b\xdf\x39\x2f\x46\x6e\x5a\xe8\xbc\x14\x4f\x4d\x6f\x1a\x13\x00\x6d\xde\x68\x47\xd6\x76\xde\xb8\xec\x2c\x01\xa6\x8b\x61\x98\xb7\x1e\xa6\x16\x0b\x7b\xb7\x41\x53\x9f\x0c\x3c\x32\x3d\x73\xde\x7c\xfe\xca\xff\x82\x92\x13\x74\xe8\x2d\x00\xfa\x43\xf1\xab\xef\x05\xe6\xd4\xde\x52\xb0\xda\x95\x30\xef\xc4\x08\xbf\x0c\x17\x72\xdc\xbe\x95\x61\x04\xc5\xbe\x80\x9e\x88\xc6\x5f\x40\x4f\x2c\x74\xca\xb7\x03\x8c\x15\x1e\x0c\xe8\x74\xe8\x77\xe0\x6f\x2c\x2a\x6d\x20\x3b\x60\xf8\x8b\xac\x13\x32\x7d\xc7\xad\x4c\x7a\xe2\xc1\x5d\xc6\x03\x0b\x0e\x0f\x4d\x97\xbd\x17\xce\x03\x14\xf8\x2e\x79\xb5\xce\x88\xf7\xde\x74\x3e\x0d\x73\xef\xad\xc6\xc3\x37\x23\xbb\x81\xa6\xde\x65\xdb\x5b\x5f\x8d\x6a\x1c\x40\xa9\xb0\xc6\x85\x71\x40\x1f\x99\xff\x1b\x87\x51\xc0\xb6\xc2\xa0\xa1\xb4\x0a\x18\xc7\x42\x43\x23\x64\xc5\x17\xc2\x65\x85\x1f\xc8\x43\xe4\x3d\xd8\xbf\xb0\x10\xd6\x38\xa6\xde\xcf\xb3\x2f\x2d\x6d\x51\xb7\x71\xa8\xf1\xa7\x95\x27\xe4\xa5\x9b\x42\x7c\xc8\xbc\x67\xf5\xf9\x11\x32\x92\xe8\x41\x99\xe4\xe6\x48\x2b\x5c\x54\x09\x85\xe5\x02\x52\x78\x55\x28\xeb\xa5\x8c\x41\x61\x49\x71\x04\xfa\x04\xf3\x6e\x23\x48\x99\x2a\xa0\xea\x3d\xe4\xa9\xf8\x6a\x21\x9f\x23\x54\xfc\x05\xab\xb5\x8c\x50\x45\xaa\x79\xa0\x01\x4d\x54\xb0\xf9\x60\x28\x0c\xbb\x91\x96\xfd\x1b\xa1\xf1\xf5\x85\x70\x47\x35\x7a\x16\x90\x3b\x16\x80\x1d\x01\xbb\x9b\x22\xcf\x0e\x15\xdc\x7e\x0f\xb5\x8d\x00\x1c\x0e\x89\x5a\x0d\xc6\x86\xcc\x9b\x69\x3d\x2d\x12\x86\xe1\x82\xbd\x47\x38\x31\x05\x12\xc7\x79\xf1\xa9\x71\x85\x01\x70\xbd\x92\x07\x04\x9c\x25\x26\x10\x30\x98\x6a\x84\x9b\xb2\xf4\xfe\x5b\x48\x88\xf7\x3c\xd0\xfe\x41\x1e\xf0\x02\x43\xcf\x08\x18\xf1\x2a\xf5\x3c\x9a\x27\x88\x14\xf6\xa8\x83\x21\xfb\xa7\x28\x41\xb9\x2a\xa4\x5e\x99\x9a\x12\x28\x0e\xe8\x91\x1b\x55\x7a\xe4\x7d\x28\x84\x55\x3d\x04\x88\xb1\x65\xb2\x6c\x84\x45\x98\x87\x09\x9f\x61\xd5\x5a\xcc\x22\xcc\x21\x0e\x7d\xc3\x2b\x4f\xda\x0a\xc7\x4b\x04\x78\xd5\x3b\xde\x10\xe3\x05\x6c\x47\x5c\x60\x3d\x24\xc6\x88\x11\x1f\x8d\x50\x89\x70\xa6\xe7\x75\xc2\x98\xc2\x65\x0c\x46\x9c\xf2\xa4\xad\x4f\x88\xcb\x82\x77\x38\xc9\x48\xf8\x46\xda\x1a\x3a\x46\xa2\xbd\x1d\x14\x9c\x1a\x94\x11\x85\x24\x9a\x12\x8e\xe0\x91\xba\x38\xec\x7a\x67\x12\xb7\x59\x66\x61\xa4\x13\xb4\x4c\x45\xf1\xe7\x84\x14\x13\x2f\x82\xe8\x44\x65\xba\xb0\xc7\x59\x61\x41\x4a\x0a\x40\xb3\x07\x6d\x2f\x5d\x37\x0f\x17\x4a\xbb\xe8\x49\x9d\x07\x6e\x94\x30\xc8\x04\x57\x49\xaa\xdd\xc3\x38\xb5\x4c\xea\x48\x74\xed\xae\x67\x1f\x78\x6b\x25\xff\x22\xcc\x4d\xe2\x4d\x8c\x71\xa9\x2b\xac\x5a\x77\xc2\x8c\xc6\x96\xe7\xa4\x12\x5d\x09\x8c\xb4\x07\x05\x60\xa7\x21\x95\x23\xe1\x15\x6d\xd8\x8e\xb4\x98\xf7\x7a\x40\x3f\x5e\x8c\x30\x32\x5d\x5a\x0e\x29\xd2\x0a\x13\x7e\x91\x7e\x50\x3d\xd0\xe9\xa1\x4f\x78\x19\xd7\x55\x8d\x45\x8c\x5a\xd7\x5b\x51\x94\x2c\x5e\x86\xef\x1c\x45\xe1\x07\x2b\xb7\xaa\x8a\x73\xab\x35\x94\x93\xf1\xb5\x24\x64\x9d\x0b\x4e\xac\xaa\x3c\x1a\xb2\x1a\xe1\x35\x64\x25\x46\xe0\x91\x0b\xbe\x23\xba\x42\x2e\x72\x73\x04\xc2\x32\x91\x85\xf0\x4d\x4b\xa0\xe0\x82\xc6\xad\xb0\xa9\x17\x0d\x7e\xd0\xd4\xe8\x21\xb9\xe2\x61\x40\xb3\xb9\x16\x32\xd1\xa6\x32\xde\x9c\x84\xfa\xb3\xc6\x78\x34\x95\x71\x5b\x86\xae\x70\xe2\x81\x44\xd1\x8d\x37\x55\x8a\x6e\x7a\x13\xbd\x33\xcb\xb8\x75\x65\x6a\x4a\xe0\xeb\x9a\x3e\x82\x0f\xc2\xeb\x99\x12\x06\x23\x63\x02\x33\x6d\x3e\x03\x1d\xda\x20\x53\x0f\xd8\x58\xf2\x74\x19\xf7\xf6\x7b\xd6\x2d\xe3\x8a\x02\x3f\x8d\xcc\x00\x1a\x68\x29\x38\xff\x5a\xc3\x78\xe7\x8b\x91\x1b\xcb\x95\x2f\xc9\x5c\x99\x20\xf5\x45\xf2\x87\x27\x45\xac\x4f\xbe\x51\xa4\x94\xb4\xb8\xea\xc0\x81\x3c\xf0\xca\xf5\x1e\x28\x6c\x32\x8b\xb7\x30\xc9\x28\x48\x2d\xf3\x15\x05\x9f\x39\xde\xcb\x51\xe4\x59\xa5\xc1\x95\x05\x86\x86\xda\x7a\x51\x85\x16\x6e\x1b\x05\xde\xd6\xe8\x4b\xe5\x56\x1e\xde\xf3\xd0\x5a\x8b\x5e\xfa\x30\x88\xa3\xec\x82\x43\x20\x75\x85\x93\x32\xf1\x34\x4c\xba\xd2\x75\xcb\xea\x65\x23\xa1\x95\x32\x11\x51\x5d\x5f\x53\xe4\x0e\xac\x95\x70\x87\xa0\x75\xc2\xd8\x21\xbe\xb2\x82\x1e\xf3\x62\x43\xa3\x8a\xb6\x52\xeb\x56\x57\xef\x4e\x48\xa8\x55\x5a\xe2\x82\xc2\xa3\x2d\xca\x1b\x12\x58\x78\xb4\xd5\x98\x46\xa2\xb9\xb6\x05\x5c\x06\xf8\x64\x34\x46\x9e\xb6\xf0\xef\xc0\x11\xd3\x3a\xa6\xa4\x89\x0f\x80\x1e\xe4\x4b\x49\x8c\x75\x0d\x1f\x66\xa3\x7f\xe2\xc5\x68\xac\x60\x1a\xf8\x17\x06\x18\x74\x74\x7c\x66\xcc\x2a\x8e\x0e\x03\x3a\x50\x59\x6f\x7c\x3c\xa8\xa2\x2f\xd5\x84\x7c\xd0\xd2\x7b\x63\x80\x66\xe4\xee\x38\xa8\xb2\x0c\x4e\xc7\x41\x95\x54\x02\x0e\xcd\xb1\xb0\xd0\xe8\x32\xb1\xe0\x99\x7e\x2e\xd3\x9e\xb0\x00\x9d\x31\x52\x26\xbf\x33\x2e\xc0\xec\x47\xbf\x10\xb5\xc5\x33\xc0\xd0\xdd\xfa\x2d\xcb\xab\x30\x1d\x1a\xcb\xd0\x19\x17\xcb\xa1\x70\xe2\x8b\xa9\x0f\x73\x24\x00\xe1\xd1\x31\x92\x05\x75\xc8\x11\xa2\x1e\xd9\xa7\xa4\x45\x3c\xe3\x14\xab\x26\xc6\xc8\x09\x49\x1c\x84\x57\x6b\xcf\xa1\x05\x7e\xd0\xda\x3b\x61\xfc\x79\x09\x4b\x32\x2a\x2e\x4f\xac\xcd\x68\x2a\xa0\x12\xe6\x23\x11\xc4\x58\x50\x65\x30\xc1\x38\x46\x07\x9b\xea\x3d\x7d\x10\x4f\x7e\xe3\x8e\x54\x02\xa8\x82\xd7\x72\x98\x8b\x63\x10\x3e\x95\x7f\x35\x83\x71\x49\xa0\x99\xb0\x54\xc6\x7b\x2e\x54\x16\xab\x7e\x24\x2a\xa4\x07\x96\x0d\xc2\x51\x37\xc6\x45\x45\xa3\xe2\x1f\x5e\xd4\x08\xab\xfd\x51\xd1\xd5\x9e\x42\x16\x6a\x93\xef\x03\x17\xc4\x18\x38\xe7\x72\xd4\xa7\xe1\x9c\x4b\xa0\xb3\x71\x53\x3d\x10\x1c\x3e\x8e\x91\xc0\xa9\xf2\x71\x34\x89\x45\x1e\x78\x7d\x3e\x43\x79\x56\xbc\x74\x93\x15\xdf\xa9\x35\xef\x59\xe3\xd4\x48\xd8\x63\xfc\x20\x63\x99\xc1\xdf\x31\x6b\x67\xc6\x46\x62\xd0\x4f\x4d\x3d\xd1\xd7\xce\x0a\x56\x55\xfc\xd2\x61\xc8\x09\xab\x70\x56\xb9\x80\x49\xc0\xef\x54\x28\xfd\x6c\xb8\xe1\x01\x09\x67\xa3\x1f\xd1\xaa\xce\xce\xb4\x5d\xe3\xd9\x4e\x0d\x19\x00\xce\x81\x22\x0a\xf9\x07\x1d\x9e\x56\x7b\x0e\x5a\x33\xca\x3d\x07\x8d\x81\x61\xfe\xc4\xc4\xe1\x30\x1d\x27\x3c\x3f\x63\x07\x4e\xfa\x75\x50\x1e\x7a\x4b\x52\x1e\x00\x12\x7e\xf4\x71\x82\xe5\x3a\xad\xf6\x5c\x52\x1d\xf8\xbb\xc6\x39\x61\x5d\x18\xb5\x13\x4e\x9c\x33\xc6\x5b\xbe\x9c\x8c\x41\x39\xa7\x24\xb1\x1a\xc3\x85\x79\x0c\x5d\x61\x80\x34\x18\xef\x66\xb0\x8d\x18\x9a\xbb\x60\x2c\xf8\xe0\x1b\x1f\x79\xb0\xf8\x6b\x15\xd0\x0e\xfd\x50\x7f\x5f\x25\xdf\x8d\x79\x1a\xfa\xfe\xdd\x58\x20\x41\x73\xbe\x99\x6a\x3b\xe8\x83\xb7\x78\x10\x6d\xe1\x66\xba\xac\xf0\xc5\x37\xf3\x0e\x4c\xfe\x8c\xfb\xc6\x0b\x40\x23\xbc\x27\x83\xa5\x2a\x87\x59\x56\x4b\xbd\x27\x66\xb6\x2a\x7e\x99\xd3\xdc\xe9\xc0\xb7\xa6\x11\x30\xa7\x37\xf3\x9a\x2c\xbd\x1a\x37\xf6\x9a\x69\x8a\xf1\x40\x84\x32\x36\xfa\xc1\xe3\xca\xf2\xaf\xf1\x64\xc8\x92\xc5\x03\x53\x78\xf6\xc9\x93\x02\x68\x50\x0f\x76\x53\x98\xe5\xa9\x60\x16\x6a\xf1\x54\x79\xf2\x78\xa0\x0a\x4e\x53\x18\x60\x81\x95\x0b\xe3\xa1\x9d\x75\x06\x04\xfc\x21\x1d\x4f\xf3\x90\x3f\x04\xba\x3e\x9e\x35\x80\x84\x8c\x83\x73\x3c\xcc\x16\x54\x44\xf1\x30\x5b\x90\x99\xfe\x1b\x8f\xdc\xfa\xc8\xf7\xc1\x1d\x15\xc2\xd2\xc7\x43\x6b\x0c\xf4\xd3\x87\x39\x1e\x3c\xae\xe3\x39\xa5\x70\xe2\x69\x75\x01\xc5\x3e\x27\x9f\x4c\xcb\x79\x4e\x1a\x02\xad\xfd\x39\x71\x71\xe9\x2b\x2f\xf2\x1f\x0a\xd3\x4a\x07\x65\xe1\x34\xc5\x37\x30\x1e\x71\x60\x20\xe4\xa3\x49\x6d\xd5\x73\x71\x9a\x21\x6c\xf5\x30\x0e\x0b\x2a\x3d\x0f\xa8\x11\x3e\xf0\x30\x23\xa4\xd1\xed\x51\x4b\xc6\xb4\x3e\x1a\x7a\x25\x21\xf9\x43\x81\xe8\x72\xe8\xb0\x40\x7b\x3c\xb8\xe2\x85\xbe\x9f\x17\x12\x6f\x79\x26\x2b\x24\x68\x8c\x13\x3b\xce\xb4\xc4\x98\x4c\x5d\x17\x0b\xd3\x48\x81\x68\x53\xd3\x7b\xd8\xdc\xc9\xf4\x5e\x39\xe8\x36\x53\x9e\x0b\x40\xd6\x5c\x90\x73\x25\x64\x7e\xd0\x72\x10\xf5\x04\x5b\x5a\x09\x4c\x0f\x09\x54\xcd\x2a\xc7\x5f\x20\xcc\x2a\xaa\x83\x91\x78\x56\x78\xdf\x38\x7e\xcf\xae\xcd\xaa\x36\xa9\x87\x60\x05\x20\x25\x7c\x4b\x23\x80\x09\x27\x68\x0a\x6f\xec\x98\x4d\x75\xc7\x0a\x4f\x30\xa8\xb4\x35\x19\xa8\x98\x07\x1d\x93\xc1\x29\x34\xc5\xa3\xf5\x41\x75\x35\x50\x35\x04\xb2\x7a\x6d\x28\x1a\xee\x67\x57\x33\xa1\x34\x46\x2a\xd9\x82\x09\x60\x09\xb4\xcf\x39\x94\x87\x5a\xc8\xb0\xa1\x96\x79\x6a\x5e\x93\x2f\x80\x36\x17\x7a\xa1\xfc\x55\xf8\xdc\xc7\xa4\x59\x15\x9a\xe7\x84\x68\x45\x6c\xd3\xbc\xf4\x4e\xe4\xf7\x6a\x1a\x78\x85\xdf\xcc\x82\x02\x2a\xfa\x2e\x49\xf4\x8a\x51\x7c\x71\xae\x46\x46\xc5\x77\x74\x28\x37\x79\x4e\x7c\xf4\x80\xa6\xf7\x64\x74\xb5\xb0\xb0\xea\xaa\xc3\x4b\xb3\x6d\x8c\xae\xaf\x9a\x2d\xc0\xea\xa5\x79\x66\xc5\x4f\x38\x1a\x78\xf6\xc5\xd2\x64\xe0\xc4\xfb\xe2\x80\x60\x00\x7e\x69\x86\x19\x5e\xf2\xaa\x19\x32\x96\x9d\x07\x38\xa3\x2c\x1c\x73\x1e\x38\x1f\xf3\x6a\x0b\xe7\x21\x54\x96\x15\x66\x9e\x60\x35\xaa\xf3\x60\x2a\x05\x94\x78\x1e\xb8\x56\x8e\x55\xd1\xf3\xa0\x51\xb1\xbc\xf8\x3c\xd4\xa8\xd2\x92\xc4\x79\xd0\xa8\x72\x22\x41\x43\xda\x1a\xbd\xcf\x83\xb5\x02\xac\xd0\x3c\x8f\x2e\xc7\x02\x61\x34\x59\x2c\xcc\xa4\x71\x50\x98\x66\xce\x64\xef\x79\x0c\x3c\x74\x81\x02\x00\x23\x10\xe8\xf3\x00\xfe\xa7\xc1\xd7\xc8\x4b\xa8\x1a\x3d\xf8\xb4\x3b\x35\x7d\x26\xde\x00\x9e\x05\x9f\x32\xe3\x76\xb2\xa2\x25\x46\x06\xc7\x73\xac\x21\x24\x1c\x28\xe7\x1c\x94\x06\xa5\x3f\x4f\x4c\x70\x5d\x0a\x3c\x4f\xc9\x65\x61\x85\x53\xa3\x75\x5b\xfd\xfc\x3c\x41\xab\xa5\x54\x32\xe1\x7b\x0e\x41\x99\xe4\xf5\x1d\x84\xe5\xab\xd5\x03\x38\xf5\x07\xf9\x71\xb9\x77\x0b\x5f\xbc\x68\xf5\x8f\xf3\x1c\xf4\x89\xa0\x04\xba\x36\x82\x61\xec\x5e\x99\x2a\x3f\x10\xc0\x6a\xe3\xe7\xb9\xa0\xee\x4a\x58\x45\x5c\xcc\xfa\x1d\x0b\xe3\x9c\x17\x3a\x8f\x6b\xec\x3b\x99\x4c\x09\x5a\x18\x7f\x5e\xc0\x72\x96\xc1\x9c\x97\x66\xfd\x0e\x65\x6a\xca\x14\xf8\x81\xb1\xa2\x65\x30\xfd\xd2\x6b\x56\x3c\xc3\x31\xfa\xb9\xb2\xea\xb7\xf2\xdc\xbc\xa8\xae\x81\xf0\xbc\x85\xe9\xa9\xf7\x4d\x1f\x4f\x14\xa6\xc9\x8b\xc2\x7b\xee\x01\x82\xb6\x30\x8d\x64\xd9\x81\xf3\x61\xaa\x07\x0f\xf8\xf9\x60\xce\xd2\x32\xa4\x27\xe3\xdd\x80\x7e\x9f\x36\xde\xa1\x5b\x1c\xfd\x83\xc1\xf2\x7c\x20\xa2\xf9\x77\x17\x67\x9f\x0f\x36\x85\x75\xc0\xe7\xd3\x01\x48\xab\x5f\x9d\x1a\xc2\xd2\x1a\xce\x4e\x19\xdf\xb4\xe0\xc2\x89\xfd\x6c\x8d\xd6\x2a\x07\x3a\xb0\xfe\xc4\x68\xb5\x96\xc9\xdf\x35\xe2\xaf\x0a\xce\x21\xa7\xe0\xaa\xf8\x3c\xe1\x9e\x0b\xec\x9d\x72\x2d\xe3\x8a\x3e\x5f\x0c\x61\xe5\xd9\x57\x2b\x67\x16\x08\x3c\xdf\x2e\x6a\x41\x1e\x66\xca\x59\x10\x7e\xbe\x4c\x50\xb0\x2c\xe3\x7c\x99\xe1\xa9\x40\x8d\xf3\x95\xa7\x91\xbe\x8a\x67\x79\xd4\xa2\x4c\x90\xe4\x65\x24\xce\xf7\xd4\x03\x8b\xd3\x5f\x47\xb6\x1f\x83\x1f\x89\x1f\x4b\x71\xd7\xc1\x34\x55\xcd\x4a\x78\x09\xe7\x15\xc6\x03\xdb\x0a\x4f\x83\x70\x81\x60\xd7\x81\xef\xa3\xae\x46\x72\x1d\x45\xeb\xc9\x94\xe7\xe4\xa5\x4b\x00\xd7\x51\xf4\xa1\x85\xf0\xad\x04\xe5\x02\x61\x14\x95\x30\x95\x40\xd1\x78\x45\x6a\xe3\x89\xaa\xd5\x65\x81\x30\x56\x4c\xd5\xc3\x5b\xc2\x72\x89\xeb\x60\x70\x62\x61\xd3\x75\x68\xad\x5c\xa0\xe4\xa6\x97\x76\x12\x18\x23\x6a\xa5\xb4\x65\x9f\x43\xc5\x6f\x7e\x1d\x60\x15\xbc\x48\x17\xbe\xe9\xce\x6a\xc4\x4b\xbe\xe9\xca\xfa\x8a\x0b\xdf\x74\x67\x11\xc6\x15\xc0\x64\x35\x2c\xe6\x71\x05\x71\xd9\xca\xd3\x38\x05\x31\x88\x17\x0e\xec\x95\x49\x09\x8c\x0d\x7c\x1c\x6e\xdd\xc1\x26\xa9\x2b\x4a\x13\xcc\x2f\x5c\x31\xaf\xc6\x97\xf9\xa2\xc8\xd0\xcb\x20\x76\xc5\x0a\x1c\x5c\x3d\xe8\x62\x85\xe0\xc0\x2e\x5f\x2c\xfe\x1b\x79\xd9\xf4\x2b\x42\xed\xc0\xa4\x57\x1c\x5a\x53\xb0\x9e\x4d\xd8\x00\x7d\x27\xae\xc9\xc1\x4a\x98\x2b\x31\xf3\x95\x91\x24\xae\xc9\xc1\x92\xea\x8b\x65\x67\xa1\xb2\xfe\xf9\x4a\x70\x44\x76\x43\x5d\x59\x73\xeb\xab\xcb\x5d\xf2\x78\x31\x2a\x5d\x78\xb3\x46\x5e\xad\xf8\x32\x67\x16\xcd\x2a\x57\xbe\x0c\x96\x7b\x65\x46\x8d\x38\x48\x00\x7b\xf6\x45\x72\xaf\xdc\x78\x78\x71\x99\x2b\x77\x06\x10\xf4\x9c\xf9\x9a\x4c\xb3\x62\xc1\xd8\xc8\xab\x0b\x5c\x45\xe2\x62\xb5\xe0\x55\x96\xb8\xb4\x94\xfd\x2a\x9a\x52\x58\x7d\xec\x2a\x60\xa3\xc0\x17\x14\xb8\x43\x5e\x64\xf3\x2a\xac\xaf\x61\xbe\xf7\x2a\x45\x0d\x86\x3c\x18\x16\xfc\x0c\x57\x19\xb8\x29\x93\xc2\x1a\x87\x57\x9e\xba\xf4\x37\xb0\xd6\x57\xb5\x19\x88\x46\x18\xb0\x7d\x28\xcf\xa9\xcd\x0f\x81\x1f\xf2\xb9\x17\xc2\xe2\x0b\x4b\x5c\x2d\x8b\x0a\xac\x2f\x6b\x85\x0f\x40\xaf\x8d\xa9\x0c\x3c\x8d\x57\xa3\x65\x37\xe5\x67\xc5\x22\xdb\x53\x2e\x96\xf5\xf4\xf6\xbb\x6e\xb6\xab\x31\xfe\x14\xc4\xdd\x9a\x4c\x25\x2f\xc6\x72\xd5\x83\xc2\x3b\xcd\x13\x33\x73\x69\x99\x8f\x6a\xd5\x69\x31\x95\x5a\xd9\x5a\x91\x85\x9a\x2f\xad\x15\xa9\x2d\x29\x81\x05\x0f\x0b\x12\x5c\x3d\xab\x17\xaf\x12\x3a\x8e\xd4\x40\x07\xe8\x45\x0e\xd9\x4c\x98\x91\x2f\x28\x0f\xdd\x0a\x9f\xca\xd5\xcd\x04\x28\x8c\x6c\x0e\x3d\xfc\x2a\x13\x4f\x54\x88\x7b\xa0\xe4\xf5\x6d\xbd\xd0\xac\x3a\xe6\x3e\x20\xe4\x21\x77\x2e\x8d\x78\xa0\xd1\xc6\x8b\x86\xe8\x0d\x35\x1a\x43\x64\x85\x3c\x58\x65\xd6\x48\x5e\x27\x9c\x0c\x97\xe3\x75\xca\x1c\xb2\x20\xf3\x3a\x31\x87\x92\xd1\x89\xa3\xad\x22\x54\x16\x3f\x74\xd6\x50\x5f\x27\x0b\xaf\xf0\x7d\x5d\x67\x3d\x09\xaf\xca\x9d\x02\x3e\x7c\xc0\xd9\xf5\x9e\x4a\x18\x39\x0e\x6a\x74\x8a\x9e\x36\x5e\xca\xf4\x62\x1d\x34\x6e\x18\xff\xc0\xbf\x74\x9d\x2c\x05\x65\xd7\xe9\x25\x06\xcf\x62\xe7\x4b\x20\x20\x46\xf2\xcb\xbe\xe3\xb7\xb9\x04\x02\xc0\xed\x17\x43\x77\x63\x9e\xf2\xba\x8a\x5e\x5a\x08\xaf\x06\xca\xd6\xcc\xeb\xd2\xc2\x03\xba\xd8\xc5\xe7\x74\x4c\xef\x85\xff\xa2\x1d\x3c\x8b\x0f\x8a\x95\x3c\xd7\xb5\x8c\x53\x68\x60\xae\xeb\x62\x2c\x8e\x96\x69\x28\x41\x4f\x33\x79\x36\xa8\x05\x8e\xc6\xbe\xb0\xf4\x75\xd3\x97\x64\xa0\xe1\xfc\x6d\xac\x21\xea\x82\xe7\x77\xf6\x72\x5e\x37\x1a\xec\x7c\xc1\x0d\xcc\x6c\xc0\x95\xeb\x06\x66\xb2\x3d\xec\xba\x57\x3f\x59\x09\x83\x1f\x2c\x07\xe5\x3b\x6f\x7c\x2d\xda\x37\x75\xdd\x58\xd2\x46\x57\xbf\x6b\x57\x82\x72\xb1\x2e\x24\xab\x0c\xcd\xb5\x2a\xd3\x54\x26\x95\x81\x75\xc7\x70\xdf\xed\x50\x02\xb9\x80\x38\x91\xf6\x76\x37\xd5\x50\x9f\x84\xdb\x92\x25\x96\xd7\x4d\x1b\x38\x54\x73\x38\x50\xa4\x3b\xdc\x74\x4a\x99\x25\xbc\x15\xbd\xd2\x7e\xee\x05\x16\xd7\x8b\xf4\x00\x13\x8e\x49\x99\xe4\xad\xa3\x1a\x74\x56\xd6\xff\x5c\x77\xd7\x6a\x5a\x6a\x41\x23\x93\x16\x6f\x1a\x59\x63\xe3\xd3\x25\x1f\x48\xc6\x9e\xdc\x34\xb2\x06\x80\xbf\x6e\xcd\x61\xeb\x1b\x58\x87\xcc\xce\xac\xeb\xee\x4c\x0c\x4b\x13\xa0\xa3\x68\xf1\x38\x47\xf4\x52\x06\x99\x8a\xa6\x6f\x5c\x4c\x38\x4c\xaf\x1b\x00\x12\x8b\xf2\xc0\x46\x10\x85\xf9\x3d\x16\x5b\xbb\x9e\xcc\xea\x1c\xcc\xfe\x93\xa5\x44\xd4\xf0\x00\x4c\xe3\xef\xee\x7c\xb8\x9e\xcc\x12\x1d\x86\x6c\x01\x46\x75\xb4\x27\x4b\x80\x0c\x47\x8f\xc6\x72\x2b\xe6\x56\x82\x72\x69\x49\xa8\xea\x22\x6d\x67\xbd\xea\x65\x1e\x62\x7d\xec\xb3\x60\xce\x88\x0c\xd3\x4f\x51\xbb\xc1\x4c\x3d\x74\x7e\x29\xfb\xa1\x57\x68\x5c\x7f\x70\xea\xa9\x6d\x3d\xd6\xf6\xc9\x5f\x99\x06\x6b\x0a\x6b\x91\x09\xf9\xad\x39\x49\x24\x5a\x7d\x96\x95\x00\x51\x6d\xd4\xbb\x69\x5a\x5b\x61\xc4\x5c\x29\x40\x4b\xcb\x55\xeb\xae\x17\x75\x5e\xd4\xb5\x8e\xba\x10\xc6\xc7\x90\x78\xa0\x4b\x32\x18\x08\x41\x5e\x26\xda\xae\x07\x88\x09\x41\xbb\x58\x03\xb3\x32\xf1\xf4\xc2\x98\x03\xef\xd4\xf5\xd8\x22\x22\xbe\x99\xc9\x01\x76\x94\x5e\x0f\xd3\xd2\x61\xd1\xa4\x6b\x32\x70\x40\xbe\xae\x29\xad\xe2\x16\xb8\xa6\xb4\xda\x94\x49\xe6\x48\xf1\x2c\xe4\x5a\x64\xf5\x9a\x0c\x1c\xc2\x88\xb8\x43\x46\xc4\x0e\xe2\x0e\xe9\x4c\x99\x5c\x00\xf2\xd0\xa2\x1e\x2e\x7a\xa9\x12\xa0\x89\x55\x0f\x50\xbb\xde\x09\xe3\x36\xcd\xca\x03\xc8\xeb\x2a\x8c\xf5\x01\xbd\x11\xe6\xf3\x9b\xde\xf9\xf2\xc5\xeb\xcb\x26\x63\x4e\x07\xef\xe0\x49\x59\x05\x2b\x81\x95\xcf\x49\x61\x1a\x32\xe3\xc0\xac\x5a\x35\xa7\x30\x4d\x12\x35\xe3\x38\x19\xb8\x6a\x2e\x1c\x27\x3d\x30\xe8\x68\x4d\x4e\x44\xa4\x53\x7e\x5f\x9a\xc8\x6c\x5a\x11\x46\xc1\x8d\x76\xc7\xee\xe1\x6b\x36\xbd\x94\x2f\x6b\x7a\xa9\x1e\x66\xf6\x59\x62\x6c\xfa\x1a\x5e\xd4\x35\xb5\xa0\x30\x7c\x64\x28\x5c\xf4\x52\xfd\x60\x8a\x5a\xb2\x86\x14\xb1\x43\xe5\x9a\xdd\x4a\xa6\x84\x2e\x6f\xac\xc2\x94\xdc\xf5\xc0\x43\x26\x4c\xce\x64\xc1\xbf\x70\xfa\x64\x31\xda\x21\x45\x0d\xad\xca\xa1\xb4\xa1\xad\x28\x7c\x02\x0b\x65\x1a\x6b\xfd\x2e\xf9\x6f\xa2\xb4\x83\xef\x84\x65\x70\xd7\x1c\x43\x99\xf4\xb4\x06\x08\xaa\x01\x65\x6e\xea\xf5\x53\x36\xa7\xab\x38\x74\xd8\x28\x82\x41\xb1\xa9\x0f\xbf\x59\xe8\x37\x13\x66\x3a\x16\x28\x83\x3b\x67\xe0\x76\xbe\x5e\x28\x0f\xbb\x1f\xaf\x97\x85\xa5\x6c\xa1\xb9\x5e\x35\x36\xaa\xca\xaa\xa1\x11\xe9\x47\x6f\x05\x44\xf0\xcd\xaf\x35\x12\xbd\xa8\xd2\x84\x69\x61\xaf\x1a\x09\xfd\x02\xfe\x37\x62\xff\x3d\x82\x7a\xbd\x8c\xaa\x35\xab\x14\xa6\xef\x30\x76\x6f\xa3\x44\x20\xf6\xdb\x54\x22\x5a\x7d\x1b\x25\x82\x50\xdf\x26\x9a\xa4\x30\x6e\x7b\x7d\x12\xb8\xf0\xcb\x2f\x05\x0f\xbd\x09\xf4\xd9\x94\x40\xaf\xc4\x04\x88\xa2\xb6\xa0\x92\xb5\x3a\x31\x11\x46\xf1\xec\x2b\xbd\x5e\xb5\x39\x09\x16\x44\x26\x9c\xfc\x5a\xfb\xe3\x45\x00\x7a\x08\xfe\xf5\x76\x15\x80\x6c\x58\x39\xc5\xd6\xbc\x4b\x2b\xa7\x5a\x52\x69\x18\x19\x16\x3c\x5d\x38\xd3\x7a\xa6\x47\xb0\x58\x6a\x50\xf0\x0d\x8d\xed\xb0\x84\x5b\xc4\x15\xc7\xdd\x7d\x60\xf7\xf3\x52\xc4\x7d\x64\x01\x7a\xe5\x61\x4b\xcd\x6a\xdf\xf7\x21\xb3\x0f\x8b\xbf\x0f\x51\xb8\x65\x4b\xee\x03\xb5\x73\xa0\xc2\x7d\xb0\x06\x89\xbd\x75\xf7\x81\x51\x4a\x87\xf2\xe0\xd3\x0d\x14\x56\xb4\xe0\x53\x61\x9c\xd2\x4b\x51\xf7\x21\x5b\x32\x28\xb8\xea\x9d\x0a\x4b\x12\x83\x30\x36\x19\x57\xd4\x7d\x54\x0d\xb4\x3c\x5c\x6f\x25\x50\x1a\xd8\xa4\xae\x2e\x7a\x1f\xc2\x51\x55\xe1\x57\x99\xa8\x1e\xed\x82\xc9\xeb\x5b\x2e\x37\x4e\xd9\xb8\x0f\x50\x47\xb7\xb0\x04\x5c\x28\x5b\x66\x26\x51\x82\xda\x42\xaa\xca\x85\xff\xe5\x40\x7a\xe8\x1c\x17\xe8\x7d\x30\xc8\x43\x06\xef\x63\xa8\x7e\x03\x29\x0d\x89\x75\x85\x21\xc0\x8d\x5d\x48\xb7\x56\x6d\xb1\x64\xe9\x0e\x30\x43\x5a\xe7\x1d\xaa\x68\x6b\x23\x4c\x13\xce\xcb\x6a\xde\x2c\xcf\x1a\xec\x35\xbb\x03\xf5\x6e\x7a\x91\xed\xc8\x22\x0f\x16\xa4\x2e\xcb\x72\x47\xb8\x54\x5e\x70\xec\x8e\x40\xd5\x5a\x15\xe6\x3b\xe1\xaa\xb7\x88\x74\x5d\x26\xfa\x66\x1b\x5d\xcf\x6b\x6c\xb8\xb5\x8d\xae\xb1\x2d\xf6\x8e\x9d\xc9\xf8\xd5\x0c\xef\x88\x5f\x8a\x95\xbd\x77\x94\x1b\x07\xe9\x45\x4a\xce\x5d\xf1\x38\xcd\xa2\xc2\x20\xaa\x52\xf5\x30\xfe\x90\x4a\x09\xda\xe6\xb2\x86\xf4\xdb\x28\xb9\x0a\x93\xe9\x2a\x55\x3f\xf0\xd7\xac\x51\xe0\x8e\x27\xf3\xcb\x6b\xd4\xb8\xd9\x0a\xd7\xd5\x1a\xc4\xe1\x0b\x6d\x38\x69\xf5\x2a\x32\x4a\x00\x3e\x76\xbc\xdd\x89\x81\x98\x6d\xd3\x77\xce\xda\x81\x94\x08\xc3\xed\x03\xe1\xa2\xfc\x8d\x30\x7b\x62\xf9\x32\x16\xad\x74\x56\xb0\xdd\xb9\xb2\x38\x97\xe6\x99\x35\x03\x49\xa5\xb5\x0c\x84\xc5\xab\x77\x16\xde\xc0\x5f\x7b\x6b\x1d\x08\x13\xaf\x77\x1e\x10\xda\xdf\xdd\x7a\x75\xb3\x21\x6c\x48\x73\xf0\xfb\xae\xb6\x97\xe9\xe9\x31\x52\x5b\x99\x7e\x8e\x16\xb9\xf3\xd0\x94\x13\xd5\x92\xfc\x38\x55\xe1\xce\x43\xdf\xb7\xe4\x51\x60\xab\xcc\x2c\xdc\x05\xb6\xaa\xcd\x8a\x77\x91\xc3\x9b\xc6\x84\xa7\xa0\xb3\x7b\xfa\x2e\xb6\x7d\x90\x07\xe4\xa1\x49\x0a\xb3\x40\x9b\x6f\x2a\xb8\x9c\xda\x82\x4a\x77\x61\x88\x57\x5b\x2a\xda\x4a\xb8\x0c\xf1\xad\xdd\x56\x2c\xda\xbb\x0b\xfb\xdb\x18\x2b\x6f\xbc\x09\xa3\x2d\x44\x78\xe3\x4d\x08\x5a\x6f\x7d\x6b\xa9\xc9\x41\x43\xac\xf8\x34\xc4\xd0\xee\x8a\x0b\x48\x92\xad\x5a\xb8\xd4\x14\xa6\xb7\x2e\xcb\x7d\x57\x6a\xc4\x8e\xb8\xbb\x62\xf5\xf1\x39\xde\x72\x0f\xc0\xdc\xee\x26\xa0\xb1\x86\xca\xbb\x31\x02\xb0\x3e\xe9\x6e\x18\x74\x66\x25\x6f\x36\x88\x84\xce\xa6\x8d\x5b\x3b\x44\x0e\xda\x49\xd7\x66\x25\x2a\xd1\x8b\xe6\xeb\xd6\x8b\x3a\x05\x70\xb8\xc3\xdd\x31\x44\xb2\xab\x1d\x2c\x0a\x27\xbb\x3b\x18\x82\x9d\x6a\x77\x47\xcb\x47\xa2\xb0\x25\x96\xa0\x05\x60\x77\xc7\xdd\x8b\xbb\xfb\xee\x83\xa1\x07\xcd\x76\xed\x07\xc4\x26\x0d\x55\x02\x99\xda\x1e\x0f\x5a\x82\xd6\x3f\xb0\x95\xe5\x1e\x58\x40\x2d\x91\xbd\x07\x78\x8a\x59\x8a\x7b\xa8\xe5\xd2\xa2\x07\x58\x84\xd5\xf9\xf7\x00\xd2\xea\x2b\x07\xca\xc1\x87\x7c\xe3\xe1\x1f\x1d\x65\x8a\xe7\xe3\x71\xb9\xc5\xf3\x59\xca\x7d\x9f\xda\x92\xc5\x7b\xce\xaa\x15\x06\xe4\x91\x24\x68\x44\xa7\xd4\xa1\xf7\x30\xd8\x1e\xa8\xf5\x94\xd8\x17\xa1\xba\x4f\xa0\x1b\xbb\x2e\xee\x93\x71\x54\x9c\xf7\x3e\x9b\x44\xba\xa4\x72\xd2\xc5\xb4\x25\xf3\x3e\xb5\x21\x2b\x28\xcc\x6a\x74\xfa\xed\xd9\xb5\x14\x44\x61\x4d\x44\xad\x2f\x3e\xb5\xb1\xaf\x50\x32\x2b\x01\x18\x84\x6f\xe6\x03\x06\xa8\xec\xd6\x7c\x80\x3c\x92\x37\xf3\x01\x9d\x95\xfa\x37\xf3\x01\xa1\x83\x99\x6e\x26\x04\x06\xfc\xf5\xbe\xd8\xda\xc6\x5a\xe6\xfb\x32\xcb\x4b\x9e\x22\x8d\x67\xc2\x28\x70\x81\xc3\xfb\xc2\xa1\xab\xed\x0c\xf7\x25\xcf\x20\x43\x15\x7e\x81\xc1\x04\xe7\x7d\x61\xce\x58\x0b\x70\x5f\x12\x0c\x6d\xf6\x62\xa1\x58\x53\x55\xbb\x9a\x17\x2f\x55\x93\xc2\xa6\x5e\xf8\xea\x1a\x9d\xe8\xa2\x77\x75\x56\x1a\xdd\xda\x08\x72\x50\xbb\x3b\x33\x2e\xd2\xeb\x6e\x3a\x17\xab\x8e\xee\x3b\x4b\x8e\x8a\x07\x57\x16\x85\x59\x17\x80\x66\xb5\x4f\x83\x05\xa8\xf7\x2d\xed\x97\xdf\x9b\x33\xbd\x6f\xed\xc3\x5b\xe0\xfa\xbe\xb5\xa0\x8f\x8e\x61\x1e\x06\x86\x0f\x28\xff\x38\x00\x2e\x77\x13\x17\xa1\x10\xc6\x24\xed\x5b\xbe\x6f\x69\x97\x16\x60\xf3\x23\x18\x9e\x9b\x09\x32\x6d\x54\xba\x6f\x06\x22\xf6\x69\xdd\x62\xdb\x81\xb1\x47\xdc\xad\x32\xde\x3e\x1a\x93\xe8\xb6\xcc\xe8\xf6\x8c\xed\xd0\xcc\x2d\x27\x11\xdd\x53\xed\xad\x00\x32\x26\x26\xbd\x1e\x4a\x60\xf8\x64\xa0\xd7\x6e\x01\x61\xaf\xa9\xc5\x72\x98\x57\x21\x68\x19\x27\x90\x72\x67\x4b\xf2\xfd\x6a\x72\x80\xc2\x5e\xe4\xc7\x66\xd3\x1b\x3c\x3b\xd8\xfc\x74\x03\x55\x5b\xa3\x72\x2f\x5b\x36\x3a\x33\x22\xf7\x0b\x00\xa8\x40\x0f\xb0\x6a\x63\x77\xc5\x0d\x0c\x1d\x6c\xaf\xbf\x5f\xd5\x9a\x09\x84\xfb\xa5\xd6\xec\xc1\xbd\x5f\x11\x16\x5a\xbd\xe0\x26\x47\xb4\xdc\x2f\xbe\x64\xf6\xfc\xdd\xef\x60\xfe\x00\x23\xf4\xf2\x35\xac\x5c\xb8\x99\x35\x09\xbd\xa2\x76\xa6\x4d\x06\xdb\x53\x1f\xe0\x63\x1b\xcb\x14\x3e\x20\xc3\xc6\x1e\xdc\x47\x68\x90\x13\x83\x1e\xa6\x37\x3a\xdb\xe2\x9f\xc3\x3c\x69\x91\xb0\xbc\x96\xe4\x07\xce\x33\x13\xf7\x80\xed\x42\xa7\x7d\x3e\x87\x96\x76\x2d\x0b\xf3\x30\x8b\xd1\x71\x9e\x3e\x9a\xc5\xe8\x0c\x78\x8f\xd6\xbf\x73\x58\xc6\x13\xcc\xfb\xbc\x32\x81\xa4\x5a\x5b\xda\x7f\x00\x52\x1d\x38\xff\x08\x48\xb1\xf2\xf1\x09\xac\xe8\x60\x19\xf1\x13\xf4\x52\xf6\x78\x3c\xc1\x9a\x4e\x20\xac\x29\xa7\xf1\x87\xdf\x1e\xa6\x27\x46\x5d\x48\xe5\x89\xa0\x90\xb1\x10\xc6\x13\xe5\xf2\x25\x7f\xc4\xbb\x4d\x57\x7d\x22\x54\x87\xbd\x46\x4f\xb4\xf9\x99\x4e\x58\xb0\x28\x11\xd6\x76\x07\x85\x55\x89\xa1\x1f\x2f\x46\x98\x02\x1a\x24\xfb\x68\x84\x05\xf9\x28\x8c\xa5\x27\xec\xc1\x7c\xa2\x76\x98\x2b\x6c\x24\x33\x13\x86\x64\x1e\x54\x08\x4e\xf1\xd5\x1a\x92\x89\xef\xf4\x01\x6b\x0d\xce\x10\x79\x12\xdc\x81\x75\x44\x8f\x4e\x17\xc8\x6b\x54\x78\x52\xe6\x9c\x90\xb1\x86\x82\x27\x65\x2d\x79\x52\x98\x99\x81\xc5\x0b\x1e\xd6\x81\x0f\x7a\xe3\x93\x34\x33\x40\xad\x13\x00\x0b\x47\xd4\x93\x8a\xac\xdc\x20\x7c\xf3\xd2\x42\x69\x45\x2f\x4a\x84\xf5\x39\x14\xc0\x6a\x5c\x76\x91\x3d\x3a\x83\xa0\x73\xe2\xcc\xc3\x19\x04\x03\x1f\xfc\xa3\x33\x08\xfa\xf7\x04\x73\x0c\x91\x84\x2e\x57\x28\x4f\x8b\xdf\x23\xed\xd4\x85\xe7\xa8\x86\x26\x2b\x69\xa8\xcc\xff\x84\x3e\x46\xfc\x1d\xe3\xf6\x30\x3b\xd4\xab\xbd\x6d\xea\x29\xfd\xd0\x1e\x58\x5e\xcd\xdc\xa4\x00\xca\x93\x34\xcd\x5f\x94\x10\x95\x40\xa1\x43\xcd\x89\x0a\x6b\x73\x78\x47\x19\x43\x07\x08\x0d\x25\xb0\x8b\x31\xf1\xe9\xb6\x6b\x5c\x0f\x9f\xca\xa4\xd7\xea\x53\x90\xb4\x36\x65\x4a\x1b\x74\x64\x6d\x62\x7d\xd2\xa9\xdd\xbe\xeb\x4d\x19\xe0\xa3\xcd\xa4\x4f\xce\x5a\xab\xd0\x09\x83\xe9\xd6\x00\xf1\x64\xc6\x41\xed\x13\x7d\x32\xf0\x6b\x24\x3d\xc0\xd4\x11\xed\x3d\x33\x42\xe4\x65\x2a\x1e\xad\x15\xaf\x55\x61\x90\x52\x22\x0f\x5b\xba\x34\x7c\x3f\x82\xdd\x83\x36\xae\xf5\xe1\x7d\x0d\x9c\x4f\xa6\xc7\x0e\x0b\xab\xb0\x4a\x98\x93\x1c\xf4\xa2\xaa\xef\x41\xf9\xb9\x69\x13\x04\xdf\x83\x1f\x40\xb0\xe3\xd1\x9a\xf0\x61\x61\xce\x22\x02\x2d\x3c\x3a\xb4\x81\x29\xe6\x47\x73\x70\x4c\x6d\x3f\xac\xfc\xee\xc3\xde\x0a\x13\x40\xa5\xcc\xcd\xb5\xae\x78\x68\x3d\x5b\x31\x1f\xe6\xe9\x64\x1e\x9f\x0c\x6f\x62\xdd\xf6\xa3\xb5\xdd\x45\x42\xa5\x9b\xe6\x41\xb5\x57\x4b\x0b\xda\x65\xf1\xe4\x8e\xb1\xe8\x7c\x27\x8d\x89\x93\xf7\x1e\x3b\x2d\x62\x50\x21\xb5\x25\x69\x61\x48\x55\xf4\x16\xe8\x45\x1f\x99\x17\xd1\xe1\x41\x63\x8f\x8e\x94\x18\x85\xd2\x18\x29\x6b\xa6\xd6\x8c\x94\xda\xe1\xf0\x64\xda\xd8\xc8\x0a\x83\xfb\xb3\x5e\xaa\xd2\x78\xf8\x54\x69\xd8\xa9\x22\x7b\x47\xe7\x17\xb3\x60\x45\xf7\x53\x74\x16\x09\x32\x85\x58\xf4\x60\xf1\x7c\x33\x9f\x53\x8a\x5e\xd4\x78\x91\xa6\xf9\xa8\x85\xce\x6b\x60\x1e\xfd\x29\x45\xd5\x6b\x7a\x82\xea\x15\x4a\xb3\xed\x7d\x7a\x40\xd2\xa3\xf7\x6b\xd6\x52\x4a\x2f\x45\x73\x59\x7a\xd3\x54\x26\x3d\x2d\x24\x48\x9d\x70\x62\x56\x65\x02\xb3\x4a\x4a\x85\xe6\xc6\xd9\x35\x0f\x04\x27\xe8\xcc\x82\x47\x0c\x07\xa4\xfd\x14\x5c\x50\x25\x28\x13\x2e\xa8\x35\x02\x3f\x85\x31\x4b\x1b\xe4\x9f\x42\x03\xc5\x31\xfe\x68\x61\x3d\x6e\xd8\xa7\x34\xed\xb3\xe3\x1b\x8c\xbf\x53\x8b\xc6\x22\xa6\xa6\x30\x8d\x9b\xd1\xa2\x30\x94\x6b\x77\xe4\x53\xba\x16\xe5\x65\xc2\x70\x05\x5a\x4f\xc1\x73\xa9\xad\x92\x4f\xd1\x21\x2a\x85\x2a\x31\xab\xa1\x8d\x99\x4f\xe9\x32\xe1\x54\x89\xe3\x08\xb4\xf3\xf1\x29\x3a\x5e\x25\xff\x9e\xf3\xed\x29\x6a\xb2\xcc\x9a\x3f\x85\x55\xe5\x43\xea\xc3\xe1\xa9\x95\x33\x4f\x01\x97\x0e\x7d\xba\x48\x46\xa2\xf6\x72\x20\x80\x19\x0a\xcd\x91\x13\x51\x1e\x1d\xa5\x31\xa4\x7b\x6d\xbe\x6d\x8a\x3f\x79\x69\xa0\x04\x8c\xd9\x00\x34\x14\x6b\x9a\x64\x52\xd3\xc4\x75\xfc\x40\x19\xfb\xa8\x95\x30\x9d\x3f\x30\x62\x55\x26\x59\x98\x5a\x7c\xaa\xe6\x71\x8b\x1e\xc0\xa4\xd0\xae\xeb\x1a\xe1\xd6\x03\x99\x1f\x9c\x3e\x53\x1b\x61\xc4\x03\xa6\xa9\x59\x4c\x4c\xe1\xa9\x07\x94\x89\x3a\x61\xe5\x98\x14\xef\xec\x98\x7d\xaa\x26\xf2\xe8\x15\xd5\xd6\x8e\xf1\xb0\x1a\x39\x33\x04\x0f\x7b\x15\x3a\x53\xa8\x4f\x95\x59\x0c\x2a\x42\x66\x11\xf0\xc2\x94\xfa\x4a\xd0\x6b\xb5\x18\x99\xba\xaa\x2b\xc0\xf6\x1e\xe6\xd4\x3b\x7b\x00\x9e\x4a\x57\x18\xf4\x97\x6a\xa7\xfd\xa8\x88\x57\x0f\x90\xa9\xca\xb9\x42\x71\x74\x05\xa8\xcc\x53\x35\xc1\x0e\x0c\xaa\x2c\x9d\x65\xcf\xc4\x53\xab\xb4\x92\xf5\x80\xb4\x82\x04\xaa\x24\xc0\x4b\x9b\xb4\x82\x55\xa9\x3a\x21\xa7\x29\xcc\x7a\x21\x55\x55\x56\x58\x50\xa0\x62\x85\x05\x23\x2a\x56\x78\x34\xc5\x03\xe4\x55\xef\x26\xd1\x60\x01\x2b\x9d\x47\x10\xac\xea\xa0\x21\xfa\x7f\xc5\x0c\x0f\x2c\x4c\x55\x57\xa0\x53\x55\xcc\x70\x52\xc9\xf4\x04\xce\xe0\x79\xaa\x5a\xab\xc4\x4d\xab\x0c\xfa\x4e\x0d\xab\x98\x8b\xa6\x19\x1c\x94\xd8\x00\x42\x1c\x25\xfc\xe8\xb8\x13\xf8\xca\xd3\x58\xe2\x22\x34\xc2\x02\x86\xa0\x65\x97\x4f\x2b\xda\x56\x53\x09\x53\x39\xec\x51\xd3\xc2\x91\xa2\x3c\x6a\x0d\x43\x6f\x62\x57\x13\xfd\x84\x25\x0f\x7d\xd0\xe3\xd9\xb9\xd2\x99\x84\x7b\x5a\x95\xe9\x68\x84\xb5\xdc\xbb\x10\xc6\x63\x8b\x24\x1a\x62\x14\xf2\x6d\x62\x0a\x8c\x23\x8d\xb9\x51\x4e\x4a\x7a\x38\xaf\x64\x34\x3a\x71\xb3\x33\x70\x78\xbf\xb6\x8c\xe8\x8b\xd5\xb9\x71\x01\x3d\x1c\x51\xd2\x59\x8f\xfc\x34\x0d\x48\x9d\x87\x87\x74\x46\x45\x87\x0e\xb7\x64\xec\xd0\x96\x19\xf6\xa8\x3e\x5d\xeb\xb7\x11\x4b\xb7\x19\x6e\xe2\xc7\xf1\x9d\x4d\xf8\x74\x06\x33\x56\x73\x3d\x38\x4a\x82\xf6\x47\x3c\x5d\xa3\x19\x23\x58\xd7\xc1\x4f\x55\xf1\x58\x54\x2c\x43\x97\x3b\xac\x29\x0f\xf0\x87\x71\xbd\x0f\x61\x93\xdf\x63\xa9\x8f\x3c\x2d\xc5\x0a\x11\xf0\xcc\x84\x5f\x96\x60\x50\x2b\x99\x1c\xf5\xb1\x91\xed\x47\xe1\x07\x75\xc7\xfe\x8c\xac\x0d\x4e\x8d\x70\x52\x26\x25\xb0\x7c\x0e\x55\xb0\x99\xa5\xb1\xa6\xe2\x19\x99\xc9\x3a\x9a\xc0\x60\xc1\xa1\xb6\x5e\x3c\x23\x33\x5b\x57\x94\x89\x56\x79\xa8\x68\xad\x23\xe9\x84\x2f\x3d\xa0\x1f\xac\x2c\xec\x0a\x43\xce\xa2\x5e\x84\x0d\xb0\xea\x69\x93\xd6\x92\xe0\x28\xf6\x0d\xfa\x81\xdf\x12\xa3\x3b\xb4\xfe\xfa\x50\x98\x2d\x2c\xb0\x0a\x9d\x27\xc2\x14\xdd\x33\x60\x79\xd1\x9e\xa5\xb3\x46\xe5\x61\x25\x21\xba\x1e\x4c\x13\x6b\xd7\xd1\x33\x6c\xc2\x51\x0f\x43\x5b\xb0\xbf\x43\x66\x8c\xad\x27\xcf\x10\x06\x54\xc9\x90\x27\x36\x52\x3c\x83\xfe\xc0\xf1\x62\xcf\xa8\xac\x31\xc4\x72\xb1\x13\x28\x68\x6b\xcf\x33\xb4\xc5\x8b\x1e\x37\xe0\xd4\x42\xc7\x43\x03\x34\xd3\x0a\x8f\xed\x17\x52\xbd\x85\x20\x99\x56\x78\xf0\x97\xf5\x4c\x7b\x1a\x42\x90\x4c\x25\x3c\x83\x61\x3c\x59\x82\xb6\x23\x2b\x1e\x68\x65\x61\x00\x24\xc3\xea\x90\xe9\xea\x8a\x97\x42\x8b\x12\x38\xc3\x26\x2b\xcc\xac\x02\xa8\x9e\xd3\x55\x3a\x3b\x35\x9f\x01\x25\xe5\xc0\xef\x67\x80\x07\x38\x97\xf1\x19\x5d\x1b\xf6\xa8\x84\x76\x0d\x62\xc6\x06\xa0\xb1\x63\xf6\xd8\xc2\x34\x38\x0c\xf6\x19\x5a\x9a\x80\x2d\xc5\xcb\xd7\x99\x60\x78\xb4\xb5\x89\x0d\x0d\xcf\xd0\x0e\x19\x38\xc0\xd0\xb9\x56\x58\xa8\x21\xdf\xb9\x3e\x86\x99\x8d\x91\x9a\x1e\x66\xa3\xaa\x84\x8a\x8b\x60\x1c\x7a\x58\x72\xa4\xff\xb1\x90\xa8\x67\xfa\xe8\x69\xbd\xa4\xe9\x87\x0e\xa4\xaa\x84\xe9\x25\x34\xfa\x53\x0b\x6b\x0f\xe5\xa1\xd9\x52\x55\x9c\x90\x9d\xf3\xa2\x1e\x56\x13\x37\x61\x0b\x1c\x89\x9d\x75\x6e\x0f\x8b\x87\x3a\xeb\xca\x1f\xdc\x7f\x83\xed\xf8\x0f\xab\x76\x3a\x87\x53\x3d\x97\xe0\x16\xfd\xe8\xd2\xc2\x23\x60\xd8\xc5\xa4\xbf\x60\xd8\x35\x44\x30\x57\xfe\x9b\xe9\x79\xd9\x58\x5c\x5e\x83\x39\x9b\xe7\x66\x2e\x87\x19\xf0\xe7\x66\x26\x8c\x59\xae\x87\xf5\x3b\x61\xe0\x2b\x7a\xb4\x69\x87\x03\x05\x9f\x9b\xf9\xf9\xc1\xc2\x85\xe7\x96\x9f\x22\x29\xcc\xda\x21\xbe\x80\x03\x4f\x74\x3c\xea\x73\x43\x7f\x65\xe9\x59\xe5\x33\x34\x62\xb2\x7e\xa7\x71\xe2\xd0\x63\xcb\x77\x30\x29\x37\x53\x64\x2d\x95\xdf\x33\x6f\xac\x39\xee\x59\x85\xc3\x7a\x39\xac\xee\xb1\x05\x2f\xe0\x3a\x16\xbc\xb4\x41\x6b\x60\xc1\x4b\x67\x3f\xff\xa3\x43\x55\xaa\x3e\x82\xf5\x10\xa3\x42\x33\x38\x55\xc5\x9a\xf6\x6d\x9b\xad\x78\x11\xcd\x27\xeb\x61\x6d\x3b\x04\x1c\xb0\xbb\x67\xb0\x2c\xf7\x61\xc5\xc9\x48\x60\xbf\x47\x9b\x8a\x79\xf6\xd1\x1a\x63\xfa\xf6\x83\xc4\x58\x79\xf9\x3c\x48\x8c\x99\xba\x47\x0b\x51\xd8\x38\xf6\x68\x21\xca\xa8\x59\x0f\xd3\xa7\xaa\xc2\x8c\x57\xb8\x85\x1e\xe1\x1e\x4e\xa7\x7a\x1e\xcd\x3d\x02\x09\x59\x42\xbd\x12\xc8\x85\xc0\xd9\x3f\xf4\x3c\xe2\x00\x38\xd2\x9e\x07\xdb\xc3\x5a\xe7\xe7\xa9\xaa\x13\xf5\xae\x7c\x03\x6a\x67\x63\x51\x30\xcf\x90\x2d\x6a\x01\x04\x3d\xb2\x2a\x40\x8b\x47\xab\x1a\x68\x34\x0f\xde\x70\x8e\xe0\x7c\x1e\x5b\x92\x48\x58\xb8\x5f\xe2\x66\xed\x4a\x93\x7f\x80\xa5\xdc\x23\x59\xbc\xce\xf4\xa5\x16\x5d\xc7\x68\xf2\x09\x72\x62\x64\xc5\x63\xe8\x31\x00\x8f\xe6\x17\x50\x33\xab\x55\x9a\x48\xe3\xa3\x59\xb8\xa0\x3c\xcc\x03\x49\xc2\xb8\xbc\xc4\x18\x1e\xf5\xed\xaa\xcf\x97\xd7\x80\xae\x31\xed\x3c\xad\x44\x98\x89\xe1\xa6\x78\xd0\x2e\x15\xd5\x06\x1f\x79\x61\x58\xe9\xd2\x59\xbb\xff\x4c\x8d\x42\xd8\x0b\x1d\xde\xc2\xf1\x58\xcf\xd4\x58\x20\x6f\xde\x94\x8b\xb9\x2b\x13\xb2\x06\xd2\x4e\xb1\x3b\xe6\x42\x1f\x2d\x51\x61\xb6\xec\x99\x55\x9b\xcd\x79\xa0\x6a\x71\x38\x35\xd2\x5c\x30\xc6\x7c\x36\xdc\x82\x28\x56\x0e\x5f\x35\x24\x56\x65\x0c\x4e\x51\x7d\x6c\xc9\x04\x7e\x12\x2d\x99\x18\xf2\x6c\xb2\x64\xa2\x73\x98\xe7\xf3\x8a\x67\xb0\x25\xef\x79\xb3\x36\xfd\x34\xc2\x5a\x18\xbd\x3e\x01\x2f\x6f\xc7\x9b\xfb\x70\xa2\x4a\x18\xcc\xb4\x3d\xaf\x9c\x5b\x98\xff\xb7\x50\x55\xec\xe2\x2b\x54\x4e\x27\xd4\xda\xf8\x8a\x0d\x7b\xd9\xfe\x3e\x04\x44\x5e\x99\x83\xa6\x4c\x4d\x09\x54\x43\xe8\x10\xb1\xbe\x55\xe7\x22\x2d\x7d\xe2\x48\x6e\x1c\x36\xfa\xb0\xe6\xa1\x27\x8b\x07\x4b\x03\xde\x58\xf2\x10\x06\xdb\x69\x9e\x57\x9b\x34\x82\x32\x5d\x4a\xa0\x7e\x5a\xf4\x80\x55\xd2\xa2\x87\xd1\xf5\xd5\x5a\x90\x47\x13\x7b\x75\xb4\x27\x0e\x4a\x16\x3d\x8c\xa8\x7a\x77\xec\xa1\x2c\xe8\xab\x36\x5c\x14\xc6\x6f\x3b\x94\x89\xd5\x10\xcb\x3c\xcd\x43\xd8\xfa\x77\x37\x66\x4d\x16\xce\x77\x34\x3c\x59\x50\x80\xf3\x6e\x85\x71\x2d\x2f\xeb\x30\x0f\xad\xb3\x56\x3c\x33\xff\xf2\x02\x4f\xcd\xfc\x73\xa0\xee\xd4\xcc\xbf\xd6\x84\x4f\x66\xfe\x3b\x87\x03\xcc\x43\x56\xb3\xf2\x26\x8d\xb9\x0b\x42\xcc\x03\xaf\xdf\x60\x86\x7f\x1e\xc6\x7a\xc9\x04\xb6\xa5\x41\x4d\xf6\xf6\xac\x4c\xbc\x49\x87\x7f\x76\x9e\x66\x16\x70\xb0\xee\x7a\x6a\xd7\x0f\x3e\x9f\x79\x18\x7a\x5e\x6f\xd2\x51\x31\x00\xc4\x19\x64\x8b\x78\x38\x54\xb0\x7d\x24\x5e\x4b\x1c\x78\x0f\x1e\xee\xce\x59\x4a\x93\xc3\x58\x3a\x9b\x8b\x67\x60\xac\x64\xbd\xff\xe4\x50\xde\x30\xb0\xf6\x33\x88\x0c\x2c\x1b\x35\x03\xeb\x9c\x86\x6a\x11\x98\x5c\x63\x0a\x61\x06\x98\x41\xb1\xb7\x3e\xca\xc4\xab\xd8\x22\x92\xf5\x5a\x01\x77\x2c\xd6\xd4\xd1\x2d\x6c\xa8\x9d\x41\x0b\x07\x3a\x4f\xb3\xc6\x85\xed\x8c\x33\x08\x76\x24\x85\x41\x66\x8d\xba\xd2\x05\x33\xe2\x0e\x27\x57\x6e\xe0\x9e\x9c\x78\xe0\xd7\x8f\xcc\x0f\x15\x5d\x09\x47\x25\x14\x7e\x00\x17\x56\xcb\x9c\x31\xeb\x55\x4b\x64\xb1\xe8\x69\x25\x14\x3d\xcd\x03\x45\x4f\x87\xce\x0f\x2a\xbe\xfa\xd7\x8c\x40\x5e\xf0\xd8\x8c\x5a\x3c\xdf\x15\xcf\x7a\xf6\x46\xd1\x5a\xf2\xdf\x78\x56\x6b\x36\x96\xb9\x98\x78\xff\x3b\xe8\x7f\xb2\xec\xa2\x71\x7a\xe9\xc4\xfb\xdf\xa0\xaa\x33\xae\xd6\x1a\x0f\x3c\x4c\x33\x32\x13\x08\xca\x9d\xb1\xaa\x00\xbe\x53\x98\xf5\x50\x1e\xed\x74\xa2\xb0\x26\x9f\x3a\x9f\xd6\x84\x9c\x78\xe9\xea\x8c\xf1\x60\x66\x6f\xda\xae\x88\x46\x26\x66\x4e\xc1\xb8\x33\x76\xd5\x54\x79\xd8\x5f\xa0\xaf\x5c\x1d\x30\x1e\xb8\x18\x67\x04\x23\x71\x36\xc4\x64\x7e\x61\xb0\x53\x77\x46\xb5\xf4\xcc\xe7\x68\xf1\x42\x27\x8f\x74\x4e\xbb\x65\xb1\xc8\xe0\x80\xd7\x19\xa5\xf3\xae\xfc\xec\x96\xe8\x88\x05\xb6\xcd\xd2\xf7\xc9\x9a\x90\xc1\x16\xd3\x19\x45\xe2\x68\x54\x36\x35\x81\xb8\x12\xb8\x91\xd3\xde\x26\xcb\x40\x06\x73\x77\x33\x31\x31\x0b\xd9\x9e\x49\x7b\x1f\xaa\xc2\x28\x9f\x2e\x9c\x4c\xf9\xe8\x2c\x15\x9d\x6e\xc8\x4b\xa5\x63\xba\x70\xd2\xe4\x15\x95\x4e\xda\xd6\xd1\x15\xd6\x21\x30\xbc\x48\x0b\x76\xfa\x92\x62\xc2\xc9\x81\x3f\x6d\x72\x6a\x72\x3c\xf0\xd9\xcd\x04\x53\x60\xd6\x65\x26\xec\x2f\x5e\xa5\xa9\xa9\x0c\x3c\x87\x33\xc9\xc0\xa4\xdf\x5b\x1f\x32\x99\xcd\x18\xac\x7a\x9d\x9c\xa8\xbc\x4a\xd1\x1b\xb4\xf7\x92\x12\xbb\x56\x20\xf3\x49\x4b\x6f\xf1\xc0\x1d\x3a\xb5\x9f\xa5\x60\x1c\x98\x98\x18\x9c\xc7\x30\x99\x98\x88\x07\x47\x47\x4f\x4d\x4c\x70\x20\xc3\x64\x62\x62\x25\xe8\x07\x1f\xb2\xc6\x82\xc9\xc1\xcb\x2b\x81\x32\xb4\xf4\x88\xe6\xcd\x64\xc4\x28\xfa\xf2\xa1\xca\x22\xaa\xa1\xca\x46\x3d\xad\x89\x6b\x2a\x3e\x54\x8f\xd5\x97\x92\x3a\x38\x3e\xb1\xc9\x64\xc4\x28\x0b\x71\x4f\xe6\x22\x06\x27\x9c\xcc\x8c\xe6\x71\xa7\xcf\x8c\xe6\xd9\x4f\x39\x39\xce\x66\xc8\x2e\x65\x56\x41\xc3\x24\x66\x86\x3d\x00\xed\x26\xd3\x12\xab\x00\x12\x18\x54\x58\x19\x35\x39\xe7\x26\x1e\x1c\x8c\x33\x39\xe8\xa6\xb3\x0c\x69\x32\x79\x31\x38\xb4\x6c\x6a\x8e\x82\xe5\xb7\x33\x97\xa1\x07\x0a\x3f\x4e\x32\xe9\xad\x12\x78\xd6\x6b\x19\x76\xb0\x7c\x9c\x74\xb3\x12\x1a\x3f\xb4\x73\x92\xe2\xb0\x14\x6c\xdc\x98\x9c\x6e\x33\xd8\x74\x38\xb3\xac\x43\x22\xac\x46\x64\x61\xc9\xbe\xea\x07\x0f\xe8\x45\x4d\xb2\xa7\x80\x86\x6f\x40\xd2\x63\x91\x45\x91\x54\xd5\x80\xe8\xaf\xd9\x1a\x10\x16\x51\x3b\x8e\x58\x4b\x35\x59\xc7\x14\x0f\x76\xab\x4c\x5b\xc7\x44\xcf\xd1\xb4\x06\x5b\x91\x66\xee\xaa\x2a\x25\x70\x18\x1c\xd3\x3a\x93\xe9\x8e\xc1\x42\x81\xc9\x51\x36\x83\x39\xa4\xc9\xac\xc6\x60\x75\xf4\x64\x56\x63\x15\x40\x55\x31\x21\x41\x55\x92\x8f\xa7\x52\x30\xe6\xa1\x48\x5e\x2c\xa5\x63\xcf\xe5\xcc\xd6\x4a\x18\xfb\x34\xd1\xa0\xf1\xa4\x64\x6e\xd0\x61\x67\xf5\x2c\x6a\x02\x39\x12\x46\x00\x0b\x0e\xcf\x92\x45\xfb\x33\x61\xda\x1e\x06\x8e\x99\x89\xc1\xd2\xb8\xc9\xc4\xc4\x60\x99\xd3\x64\x32\x62\xe0\x66\x9f\xcc\x45\x34\x16\xf4\xcd\x52\x28\x8c\x39\xe6\x59\x68\x19\x4c\x9a\x4e\xe6\x22\x7a\xb0\x17\x3d\xca\x44\xc9\x45\x27\xcc\xf1\x26\x6d\x41\xa7\x2f\x31\xb5\x30\xd8\xbb\x37\x59\x3c\xd5\xba\x4a\xd6\xfe\x91\xca\xb3\xe6\x80\xe5\xa5\x78\x34\x40\xb4\x93\x29\x87\x78\x00\x38\x27\x53\x0e\xa3\x44\xc2\xd6\x2e\x10\x05\x74\xa3\xa2\x9d\xd2\x54\x6d\x1a\x46\x91\x09\x2a\xbc\x95\x46\x92\x55\x9a\x1a\x09\xc6\xb8\xa8\x2d\xb0\xe0\x66\x16\xe3\x21\x4a\xc0\x36\xc0\x62\x66\xd1\x76\x0b\x86\x07\x66\x13\x06\xab\x72\xa7\xa6\x02\xba\xbe\x5f\x8b\xe0\xc6\xef\x9d\x62\x39\xf1\xfb\x0f\xa6\x46\x27\x6e\xff\xc1\x71\x14\x53\x67\x0f\x71\x9e\xd6\x2c\x6a\x04\x6c\xa7\x98\x72\xfb\x73\xd4\xcf\xac\x32\x03\x8b\x38\x4e\x39\xf1\x39\x98\x79\xea\x2c\x6e\xce\x21\x98\x55\x7b\xcd\xf8\x24\x6d\x60\x63\xe5\xf5\x94\x1b\x9e\x4d\xae\xb3\x9a\x7e\xe9\x03\xb8\xe1\x87\x2c\x82\x36\xb0\xe1\x44\x9b\x55\xdd\x18\xc9\xca\x47\xae\x06\x87\x8f\x3c\x1e\xac\x18\x9f\xf8\xc8\x07\xa7\x26\x4e\x79\xb6\x2b\xd6\x0e\xcf\xf6\x38\xf8\x9c\xaa\xae\x8b\x69\xa9\x4c\x65\xb3\x24\x62\xd6\x86\x35\x61\x4d\xf0\xac\x52\x4b\xd0\x8b\xe8\x10\x55\x2f\x9a\xca\x44\x82\x5d\x7c\x80\x5c\x7a\x50\x02\x1f\xaa\x15\xc8\x98\x10\x7c\xe4\xf1\x60\xc5\xca\xac\xb8\x42\x70\x4e\x4c\x73\x92\x17\x85\xbb\x32\xe9\x55\xaa\xa0\xc2\xd4\x03\xb3\x51\x35\x28\x48\x4a\x70\xff\xd2\x15\xe6\xa3\x19\xe7\x2b\xb3\x8a\x6a\x72\x55\x3a\x64\x04\xac\x8c\xe7\x05\xb8\xd4\x64\xc9\xe9\x5a\x4d\x5d\x17\xf5\xe0\x61\x1f\x85\xf1\x5f\x67\x85\x17\x00\x4c\xd3\xae\x36\x30\x42\x93\xf1\xe6\x18\xa0\x29\x6f\x3b\x93\x24\xb3\xc9\x78\x03\xa3\xf0\xb6\xaf\x4c\x7a\x82\xde\x81\x90\xb4\xc1\x90\xfd\x74\x53\xe7\x83\x73\xec\xe7\xc4\xdb\x1e\x0f\x41\x66\xdc\xed\x83\xa3\x10\x66\x13\x52\xc3\xd5\x38\x1b\x48\xad\xa8\x1e\x4d\x23\x50\x25\xac\xb1\x8f\x12\xba\x56\x50\xf2\x0d\x26\x79\x84\xd7\x24\xf9\xc8\x03\x32\xa7\xb4\x55\x1d\x28\xce\x4a\x90\xa9\xa3\xc2\x45\x1f\x70\xd0\x0f\x8e\x06\x98\x4d\xe3\x37\x20\xac\x01\xbc\xb8\x57\x66\x36\x75\x1e\x06\x87\x06\x4b\x8f\x34\x98\x2e\x01\x03\x92\xb4\x7b\x91\xd3\x25\x26\xbb\x17\xe3\x81\x3b\x7a\xda\x49\xd7\x68\x87\x63\xa9\x06\xbc\x71\xf6\x7c\x2a\x93\x9e\xa6\x16\x87\x9e\xa6\x16\xc0\xb0\x6e\xb3\x5b\x3c\xac\x11\x11\x7b\xd0\x35\x22\xb2\xfa\x63\xb2\xc7\x71\x70\xc8\xf6\xec\x4c\xb6\xb2\x07\x79\xf6\x8a\x5c\x58\x8f\x3b\xbb\x2c\x22\x66\xa6\xb3\x7a\x91\x19\xf3\xd9\x35\x0a\xd2\x19\xba\x46\x41\x8e\xa9\x9c\x5d\xd6\xae\xeb\x01\x4a\x00\xac\x75\x9d\xcb\x46\xab\xea\xea\x0c\x6c\x5b\x9d\xda\x20\xc9\x82\xaa\xd9\xad\xcd\x23\x00\xb5\x79\xce\x59\x9c\x5d\x6d\x1e\x6a\xd4\xed\x3c\x65\xbd\x49\xbb\xa4\xf8\x68\xf9\x1a\x8b\x5e\xc4\x21\x34\xe3\xf7\xa6\x51\xe7\xb0\x03\xf0\x57\xd5\x87\x61\x4e\x85\xd1\x85\x88\xc5\xd0\xe9\xb7\x54\x0b\x5f\x7a\x17\x0b\x1a\x3a\xf5\x87\x2e\xca\x59\xde\x8d\x03\x03\x27\x67\x79\xaf\x87\x0b\x3f\x18\x53\x95\x09\x94\xca\x4c\xf4\x64\x03\xe8\xca\xa4\x1f\x1c\xfd\xc2\xf0\x37\x74\xe8\xa7\x3d\x20\xd1\xd2\x16\x71\xb2\xf7\x9a\x14\xae\x4a\xe8\xfc\xe0\xa8\x26\x4c\xd6\xa0\x7b\x70\x4c\xd2\xc4\xe1\xde\x39\x30\x73\xca\x1b\x2e\xc2\x86\x37\x3c\x1e\x02\x68\xb6\x0e\x15\x23\x8a\x37\x7c\x74\x7d\x44\xd3\x31\x20\xbc\x88\x95\x3b\xe2\xc7\x78\xc3\xbb\x7a\xf8\x90\xb9\x13\x02\xc4\x1d\x3e\x38\xf4\x71\x0e\x48\x0d\x8b\xb5\xe6\xe8\xfa\x36\x6a\xaa\x35\x93\x5d\xf9\x39\x64\xa5\x2a\xac\x5d\xdc\xca\x0f\x32\x14\x0a\x93\x9f\x9c\x15\x70\x73\xe8\xec\x1e\x89\x9e\x7e\x16\x54\x6b\x9d\x47\xca\x90\x30\x20\x38\x02\x64\xf8\xcf\x07\x8b\x0d\x27\xfe\xf3\xc1\x8e\xa8\x89\xff\x7c\x15\x40\x4d\x75\x7c\x45\x51\x61\xfa\x1c\xc6\x76\x1c\xe8\x9d\x9d\x6f\x13\xff\xf9\x10\x3a\x3b\x6d\xe3\x6a\x26\xac\xb3\x6f\x02\x61\x4a\xc3\xfc\x9e\x74\x58\x4e\x10\x9a\xa7\xa6\x86\xb0\x82\xa7\xb6\x1e\xd0\xa8\x4e\x99\xca\x62\x09\x7c\x0e\x36\xfd\xe4\xf8\x5f\x4e\x30\x9c\x5a\xe8\xdb\x2d\x9e\x97\x62\x1d\x4f\x1d\x90\x4c\xdb\x39\x85\x04\xf9\xcc\x53\xf7\x68\x24\xc5\x03\xed\xf5\x7e\x93\x29\x2d\xf2\x94\x1b\x04\xe3\xc8\xe9\x5c\x3d\xea\xcb\x58\x7e\xc2\xd6\xdb\x79\xea\x40\x08\xfa\xc5\x25\x7e\xcf\x84\xf5\xbc\x98\x31\xe0\x68\x8d\xa9\x35\xb9\x9c\xe0\x39\x75\x14\x07\x87\x29\xcc\x4b\x1b\xe2\x18\xdf\x2e\x19\x7b\x8e\x54\x9f\x57\x51\x0b\xe6\x45\xb6\x29\x45\xf1\x68\x84\xf5\x73\x53\x0b\x74\x05\x27\x34\x67\xc0\xb9\xe8\xf3\x52\x87\xe1\xec\xd4\x79\x55\x6d\x76\x57\x02\x13\x85\x18\xf5\x4b\x47\x9b\x82\x1b\xae\xa6\x07\xe8\x30\x97\x56\xeb\xc1\x80\x2e\x6d\x7f\xa5\xb5\x69\x26\x02\xc7\xe2\xbc\xe0\x7e\x4c\xdc\xcd\xab\xeb\xdb\x78\x29\x7b\x4d\x59\xb5\x3e\xed\x08\x11\x0a\xb0\x39\x03\x2c\x94\x4e\x00\x13\x8d\xb8\x65\x66\xd9\x6f\x3d\xb5\x2a\x97\x55\xa8\xf3\xd6\xe7\x58\x18\x73\x85\x2c\x6e\xdb\x00\x45\x58\xe7\xc9\xd0\xa6\xe4\x9e\x97\xfb\x05\xb7\xfa\x60\x57\xe2\xd4\x99\x23\x3d\xfe\xde\x51\xbd\x53\x07\x92\x70\x94\xe0\xc4\x67\x3e\xe4\x9b\xc2\x67\x1e\x0f\xae\xeb\x99\x8f\xad\x99\x1f\x84\x31\x6f\xa0\x5e\x9d\xcc\xc5\xc1\xfd\xf3\x3b\xc1\x84\x9a\xc8\x4f\x4e\xf7\xc1\x4f\x1e\x0f\xfc\x98\xf3\xd1\x04\x1a\x83\x9c\xed\xc6\xc4\x94\x3c\xe2\xae\x02\x3c\x8f\xce\x54\x41\xa5\x8f\xb9\xa0\xf8\x56\xed\x5d\x89\xca\x53\xf5\x40\xe5\x07\xfb\x0a\x80\xc6\xac\x13\xee\xc5\x4a\x18\x2c\xd8\x54\x09\xf0\xec\xaa\xf8\x4b\x0f\x53\x57\x88\x2f\x0b\x5f\xe7\x23\xe2\xcb\x72\xb1\x89\x3f\xbd\x0b\xa1\xe3\x4f\x5f\x09\xbc\x4a\xcb\x69\xe9\xc7\x53\x6b\x4b\xd1\xc5\xd4\x54\x19\xc5\x4d\x9d\x14\x4d\xc3\x67\x4b\x69\x63\x6a\x6a\x4e\x5d\x07\x70\xe8\x59\x76\xaf\x60\xea\xe4\x67\x67\x5f\xf5\x9c\x5a\x97\x4a\x97\xd6\x2e\x52\x26\x16\x26\x9b\x45\xb5\xca\x76\xb2\x59\x34\x1e\x6c\x0b\x9e\xec\x16\x1d\x1c\x34\x32\xa7\x96\x8e\xe8\xe1\xaa\x9b\x0e\xc8\xa3\xc5\xab\xb8\x51\xd8\xd8\xd9\x59\xb4\x32\xd9\xd8\xd9\x99\x04\x98\x53\x04\xa5\xeb\x0b\xaa\x5e\x44\x02\xce\x56\x0d\x3e\xda\xa8\x29\x38\xc6\x46\xcd\xc6\xed\x45\x93\xc5\xd7\xa3\x2a\x3f\xf8\x88\x6b\x85\xe6\xd4\x4d\x62\xa0\x91\x09\x3e\xe2\x2c\xba\xc9\x41\x33\xa3\xa2\x59\xb6\x63\xc6\x83\x1d\x77\x73\xea\x8e\x15\x7d\xb2\x6e\x00\x93\xb8\xb4\xd4\xb9\x2b\xcc\x17\x77\xe5\x51\x03\xa3\xa5\x4e\x1d\xfc\xa8\x92\x39\xf3\xb3\xa9\x64\xad\x07\x46\xd6\x9a\x10\xa8\x28\x99\x09\x81\x81\xbb\x7e\xda\x7c\x00\x30\xfd\xcd\x40\x1c\x8e\x8a\x9b\xaf\xce\x93\xa1\xda\x6f\xd6\xdc\x65\x21\x7c\x7f\x57\xfc\xcd\x57\x56\x4c\x4e\x61\xed\xb4\x14\xd1\x7d\xa5\x29\xb9\x35\x5f\x34\xc5\x2a\x80\xf9\xca\x31\x49\x77\x7d\xe5\x9c\xa2\xe7\x69\x3e\x80\x39\xa0\xf9\x0a\xbe\xb2\x74\x72\xbe\x72\x34\x62\xdd\xde\x7a\x29\x41\x4f\xe8\x0c\x2e\xea\xa4\xc1\x5a\x99\x9a\x0e\x39\x52\xbc\x1e\x00\x45\x69\xf9\x39\x7b\xa5\xe6\xab\xc1\x57\xd5\xeb\x74\x7a\x16\xf0\x4d\x1d\x1a\x2f\x3f\x13\x87\xc6\xaf\x04\xea\xc1\x39\x8e\xc3\x12\x64\xa3\xf5\xa6\x5b\x99\x28\x0f\x0f\x82\x9c\x51\xaf\xd6\x32\xeb\xeb\x74\x3c\x95\x1e\xd0\x1e\x6c\xfc\x4f\x1c\xf9\xd3\x39\x05\x61\xbe\xea\x86\x72\xbd\xb1\xaa\xbd\xb1\x75\xe9\x3d\x34\xce\xb0\x34\xec\x3d\x50\x5d\x88\xbf\xe7\x87\x7b\x8f\xac\xeb\x5b\x1a\x61\xe9\x75\x75\xd8\xf7\x50\x67\x0c\x0a\x73\xda\xd5\x92\xdb\x7b\xa8\x63\x66\x15\xa9\xcb\x52\x3a\x61\xc6\xcb\x4a\xe9\x3a\xd9\x7d\xc9\xfc\xd5\x31\x63\xdc\xec\xf3\xea\x5c\xa1\xaa\x67\x6d\x31\x74\x5c\x61\xa1\xae\xd5\x3c\x5e\x26\x38\x06\x27\xf2\xbc\x9c\x32\x36\x70\xf9\xbd\x07\xae\xc8\xc0\xac\xda\x7b\x34\xdd\x20\x48\x01\x3a\x85\x2e\xf2\x05\x20\x30\x0e\xe4\x79\x99\xeb\x88\x81\x15\x44\xef\xc1\xf4\x0f\xa7\x41\xbd\x87\x90\x56\xe2\xcb\xb4\x97\x5e\x5f\x2c\x65\x27\x6a\x04\x12\x38\xb2\xc2\x3a\xca\x41\x79\x04\x84\x78\x27\xb3\xc5\x5d\xef\x59\xf6\x3a\x06\x16\x99\xbd\xcc\x87\x34\xb6\xad\xbc\x87\x8e\xb0\x5b\x4d\xf1\xd5\x11\x41\x6c\x85\x7d\x83\x66\xd5\x51\x96\x1d\x7e\xbf\xfa\xdc\x1b\xb4\xb9\x7d\x75\xa7\x37\xac\x31\x2b\x06\x50\xc1\xcb\x4e\x80\xc6\xe1\x9c\xaf\x4e\xc2\xc7\x3c\xbc\x01\x37\x3c\xa7\x8f\xbd\x41\x03\x61\xe5\x61\xed\x04\xa6\x42\xda\x5e\x19\x54\x80\x89\x65\xf5\xea\x37\xd8\x45\x2b\x4a\x90\x83\xba\x12\x66\xc3\x2f\x0a\x0f\x88\x8b\xd3\x26\xdf\xd0\xf5\x99\x9d\xd2\x74\x14\xd7\x50\x38\x29\x81\x37\x69\x41\x67\xd7\x13\x45\x09\xd4\x49\x57\x2d\x04\x85\x1b\x09\x43\xb9\x74\x7f\x67\x24\xcc\xf6\x59\xf4\xa9\x49\x16\x16\x81\xbf\x9a\x58\x61\xd7\xf2\x1b\xb5\x8c\x7b\x75\xc5\x37\xae\x51\x3e\x06\x3a\xe9\x1b\x33\x93\x5a\x41\x09\x6c\xb7\x45\x3f\x9a\x00\xc1\xc5\xf3\x7e\x13\x20\x8a\x67\xdb\xf7\x62\xe8\x2f\xdb\x1c\x06\xec\xf6\x8d\x45\x1b\x83\x28\x4c\xe7\x80\x1c\x3c\xab\x56\x08\xe0\x7d\x63\xd3\x4b\x15\x66\x77\xf2\x32\x77\x2f\xdb\x19\xa2\xee\xda\x7a\x63\x13\x13\xd5\xd3\x94\x10\x29\x59\x3b\x55\x2d\x1e\x71\x27\xbe\x00\xe4\xc4\x5e\xeb\x37\x76\x7d\x5a\xa5\x1a\xda\x77\x47\x93\x8c\xb8\x23\x39\xf7\xed\xd5\x4c\x07\x67\x80\xbd\x51\x8b\xdd\x54\x23\xf0\x3e\x27\x1a\xbc\x9a\xb8\xe0\x00\xfe\x97\x89\x8b\x18\x80\xd7\x2f\xbb\x27\x06\xa7\x0f\xbc\xd1\xac\x8c\x1e\x7e\x94\xa9\xf3\x43\x67\x3f\xaf\x4c\xda\xb5\x8a\xf7\xfb\xe5\xfe\xc6\xc1\x61\x0d\xaf\xee\x6f\x64\xa7\xda\xab\x1d\x16\x38\x9c\x5e\x76\x58\xc4\xc0\x79\x8e\xaf\x76\x58\x00\xe0\xde\x24\xed\xd0\xab\xb4\xc3\x82\x3d\x72\x6f\xd2\x2e\x17\x64\x94\x74\x14\x16\xd5\x4e\x12\x6a\xb4\x1f\x20\xbb\xdf\xdd\xce\xf0\x26\x9d\x25\x54\x33\x61\x41\xc0\x46\x98\x3d\x89\x08\x47\x93\x09\xb8\x2a\x5f\x6d\x22\xc0\x57\xff\xb2\x57\x60\x70\xa6\xeb\x8b\x8b\x7d\x70\xcc\xea\x9b\x35\x4e\x21\xf0\xac\x2e\xca\x62\x85\x37\xab\x8b\x5a\xa6\x53\x09\xbc\x09\xb0\xce\x31\x8d\x2f\x9e\xf4\xa8\xeb\x8a\x5f\x1d\x1a\xcf\xf5\x91\xaf\xbc\xe7\xdc\x73\xf2\xb2\x47\x37\x06\x76\x53\xbf\x59\x33\xa4\x74\x4c\x79\xc9\x71\xf8\xbd\xf2\x80\xb3\x14\xe1\x95\x07\x3c\xe0\x93\x7d\xb3\x76\x6b\x2e\xfa\xf8\x66\xdb\x57\xc6\xc3\x43\x0e\x22\x1e\xd6\xc6\xd5\x45\x2b\xdf\xa2\xe5\x41\x94\x5c\xd4\x9b\xd8\xd3\xfc\xe2\x87\x1e\x7a\x51\xd1\x99\x3e\x0b\x2f\xbd\x5c\x50\x18\x43\xd2\x13\x45\x67\x59\x35\xc2\x5a\xc6\xa1\x30\xf0\x9e\xb6\x8b\xc7\x78\x80\xfe\x5e\x1d\xc6\xc5\xdd\x20\x6f\xd1\x92\x20\xcc\xaf\x9c\xbe\xb2\x88\x85\x8d\x42\xac\xc4\x78\xcb\xe2\x24\x31\xb0\x95\xe1\x2d\xf4\x45\x56\x82\xbe\x5a\x8c\x5e\x69\xec\xac\x1b\x1f\xf8\x47\x5e\x96\x8d\x0f\xf6\x8f\xbe\x2c\xed\x1e\xf0\x90\x97\xa5\xdd\x31\xb0\x0b\xe8\x95\x3f\x97\x53\xd9\x5e\x96\x76\x0f\x68\xf5\x5b\x24\x23\x8c\x1a\xee\xdb\x18\xd8\x55\xfc\xca\x7f\x0b\x5b\x7b\xf1\xd9\x0e\x56\x8d\xbd\xb8\x6c\x57\xa6\xc1\x0f\xaa\x37\x22\x61\x55\x49\xf1\x54\x69\xf1\xad\x97\x95\xda\x31\x80\x67\x5e\x96\x6a\x0f\x36\xf5\xbf\x95\x1e\x01\xaf\x7a\x6b\x96\xef\xbd\x13\x56\xbd\x69\xac\x55\xd2\xc6\x3c\xc8\x99\xcb\x72\xb2\xb7\x4a\xaa\xb4\xaa\x5a\x31\x52\x1c\x8b\xfb\xb2\x97\x78\x70\x5c\xee\x5b\x19\x5b\xd9\xfa\xfd\x56\xd6\xfa\xb0\x68\xea\x65\x5d\xb3\x96\x62\xbc\x55\x7d\x8e\xce\x5e\xd5\xe7\x38\x7f\xee\x95\x97\x97\x29\xdb\x97\xf5\xcb\xdd\xe2\x75\xaa\x2b\x92\xac\x3a\xd3\x0a\xcb\x8f\xa3\x35\x06\x26\x8e\xdf\x8a\x2b\x1d\x5f\xca\x5b\x75\xef\x29\xa8\xa1\xea\x9e\x40\xc6\xe8\xaa\x05\x2b\x40\x11\x2e\x93\x1c\xac\xfb\x78\xe5\x8d\x85\x70\xbf\x15\xa7\x84\xec\x3b\xeb\x9a\x63\xc8\x2a\x0d\x6f\x21\x6b\x3d\x5e\x5c\xb6\x2b\x41\xb9\xd4\x02\x14\x96\x24\x69\x26\x75\xa8\xbd\x51\x25\x28\x4c\x60\xc6\xf7\x95\x37\x97\x03\x02\xdf\xc6\x1c\x1d\xfc\xec\x95\x07\x97\x55\x23\x2f\x37\x3f\x0e\x8d\xc6\x4d\x77\xda\x30\x4a\x37\x79\x1c\x68\x0c\xdc\x02\x19\x03\x13\xa6\x6f\x13\xff\x64\xa4\xc5\x51\xbb\x12\x78\xba\xa8\xe2\x7a\x9a\xf3\xeb\x92\x32\x51\xef\xf6\x7b\x2b\xe1\xde\x26\xcd\x0f\x1e\x92\xe6\x71\x69\xbe\x4d\x07\x69\xd1\xf5\x1b\xae\x7b\xd6\xa9\xbc\x4d\x7d\x08\xfb\x2f\xef\xae\x00\x64\x93\x0d\x61\xc2\xeb\xe5\xf2\xc8\xc1\x26\xf7\xb7\x83\x11\x71\x13\xbf\x38\x56\x07\x5b\x1b\x5f\x9d\xf7\x0f\x9c\x7e\xbb\x7c\x33\x98\x73\x1d\x11\x87\x83\xfa\x65\x77\x79\x0c\xf8\xc6\x5f\x56\x4a\x0f\x0e\x61\x78\xbb\x36\x12\x22\x03\xb9\x49\x39\x20\xeb\xed\x70\xeb\x80\x7f\xf7\xd5\x7e\x74\x76\x76\xbe\xdc\x1c\xd0\xed\x45\x5a\x00\x49\xd3\xea\x02\x34\x9c\xdc\xfb\x76\x00\x0d\x87\x84\xbf\x1d\x54\x1f\xd8\x27\xf3\xca\x99\xca\x99\x77\x2f\xce\xd4\xa8\x7b\xea\x5e\x5d\x35\xc0\xb5\xa5\x6f\xd7\x66\x27\xd5\x4f\xc0\x85\x9d\x35\x6f\xb7\x1b\x9f\x79\x2d\xcd\x97\x99\x8f\x57\x4e\x53\x2b\x81\x89\xff\x43\x45\xc3\xae\xd8\xaf\xf0\xea\x9e\x02\x0e\x10\x7e\xb5\x6e\x99\xfb\x78\x5e\xad\x5b\xd6\xfb\xb5\xfd\x5d\x15\x62\x55\xf1\xe0\x54\xdb\x77\xd8\xb5\x7b\xe4\xd7\x39\x7a\x34\x14\x5c\xa4\x03\x87\xcf\xab\x35\xc2\x4c\x92\xbf\xb8\x2f\x63\x80\x12\xbf\x43\x53\x6d\x18\x5a\x2d\x1e\xc6\xf9\xf3\xb2\x46\xb8\x73\x59\xd0\xab\xbb\x03\xb8\xc0\xe5\x1d\x42\x1b\xec\xe0\x7d\x87\x76\x05\x33\xda\xca\x73\xc8\x89\x1c\x2f\x27\xe8\x0e\xb6\x14\xbf\xac\xb6\x8d\x81\x7d\xdb\xaf\xdc\x85\x2c\xa4\x7b\xb5\x16\x96\x0b\xaf\xdf\x53\x0d\x06\xe4\x75\xea\xee\x47\x40\x12\x0e\x3c\x1d\x4d\xf0\x9e\xe6\x9c\x51\x98\xcf\x67\x74\x3d\xf5\xc9\x58\x41\xee\x13\x8c\x81\x73\x8c\xdf\x93\x35\x72\x5c\x23\xfa\x72\x3a\xdf\x4a\xe0\x69\xb1\x7a\x85\x71\xb8\x73\xfe\xc9\xab\xa3\xfa\x58\x79\xf9\x9e\xb2\x6a\x1a\xca\x38\x8f\x7f\xa8\xf1\x68\x3f\x3f\xcb\x9f\xdf\xb3\xab\x79\xf2\x09\xcc\x6e\xe0\x08\x7b\x75\x52\x5f\xd5\x27\x68\x0b\x36\x82\xd4\x39\xfd\xcc\x83\xbe\xa7\x64\x94\x14\xc6\x65\x6b\x79\x74\x94\xea\x2a\x4b\xd7\x1d\x72\x96\xee\x7b\xc9\x8f\x81\x81\xd3\x5e\x7b\x0d\x6a\x97\x1d\xbd\x1a\x09\xd3\xca\x65\x7d\x2e\x6c\x46\xb5\x30\xae\x02\xac\xd5\x25\x74\x50\x15\xd6\xa9\x0b\xe4\xd1\x9e\x52\x9a\xc8\xa5\x5e\x21\xb8\xc3\x86\xfc\xce\xfa\x91\xf7\x02\x90\xb2\x2a\xf2\xbd\xf0\x4c\x07\x56\xf0\xbd\x97\xf9\x19\x1a\xe1\xfb\xbb\x8b\xfe\xbd\x98\x01\x63\x49\xdd\x7b\x31\x8b\x19\xd8\x90\xfc\xea\x26\x44\x76\x80\xbd\xda\x85\xcf\xe9\x53\xaf\x8e\xff\x63\x5f\xe5\xcb\x29\x7f\xad\xb7\xff\x3b\x41\x4d\xed\xbf\xb6\x6e\xb7\x96\x84\x81\x59\x6e\xdb\x3e\xbc\x3e\xef\x16\x2a\xe0\x74\xc7\x57\x27\xf5\xb1\x5b\xe1\xbd\x35\x7e\x21\x40\xce\xce\x1b\x2c\x8d\x7c\x6f\x8d\x40\x34\x9f\x47\x44\x8c\x51\xd7\xd6\xea\xd2\x00\xb4\x0e\x97\x99\x98\x17\x87\xa1\x2e\xad\x7f\x1f\x09\x5f\x64\xf5\x31\x57\xa5\x5e\x84\x08\x90\xa5\x56\xdb\x72\x49\xcd\xab\x45\xb5\x6a\x92\x3a\x40\x8e\x45\xe2\xaf\xfc\x83\x82\xdb\x8f\xfa\x2a\xeb\xd2\x5e\x8e\xf4\x1f\x1c\x86\xf4\x3e\x1a\xa5\x31\xb7\x2c\xb6\x1d\xac\x29\x7c\x39\x40\x6e\x3d\x40\x09\x4d\xa5\x0d\xc2\x10\x54\xe4\xa2\x23\xfd\x39\xa3\xeb\xe5\x04\xb9\x18\x65\x92\xb8\x08\x51\x97\xee\xbf\x5a\x55\xcb\x3a\xdf\xd7\x2e\x45\x04\x76\xe9\x4c\x01\x8e\xf4\x7f\xe5\x5c\x64\x0d\xe1\x2b\xd7\x1f\xb3\xc6\x2f\x9e\xbf\x50\x99\x29\x7b\x1f\x9d\x4f\x49\x27\x7e\x34\x91\xad\xae\x84\xeb\x2f\x2f\x53\xf2\xff\x34\x7a\xfd\xe5\xfc\xd3\xdf\xcf\x3f\xfc\x16\x8f\x5f\x3f\xbf\xb1\x51\x9d\x5b\xf7\xfb\xfb\xa4\xfe\xeb\xe7\x0b\x72\x01\xbf\x2e\x8b\x5f\x11\x33\x1d\x5f\x9a\x5d\xce\xcf\x3a\xf9\x1e\xd2\x1a\x8a\x2d\x6d\x05\xb9\xda\x5f\xd7\xca\xae\x88\xe8\x69\xd1\x9e\xe3\xe2\xe0\x15\x91\x3c\x2d\x59\x5a\xf9\xd2\xb2\xa7\x65\x4b\xab\x5f\x5a\xf1\xb4\x62\x69\xed\x4b\xab\x9e\x56\x2d\xad\x7f\x69\xcd\xd3\x9a\xa5\x8d\x2f\xad\x7b\x5a\x57\x1a\x2b\x7f\x88\x18\x9e\x36\x2c\x2d\x58\xda\x59\x52\xb2\xb4\xb3\xa4\xc2\xd9\xe7\xdc\xcd\xa8\x88\xee\x69\x43\x69\xdd\xd2\x7a\xaa\x5f\x5a\x5f\xd9\x62\x64\xdb\xda\x8a\xb8\x72\xca\x96\x76\x7d\xdf\xce\xfd\x95\x2b\xc2\xbf\xfd\xfa\xbe\x3d\x98\xac\x2f\xff\xf6\xab\x9a\x1e\xa2\xa5\xcd\x77\xa7\xcd\xd7\xbe\xe1\xd3\xdf\x7b\xec\xb4\xf7\xb0\xb4\x4f\x7f\xaf\xeb\xf6\x0d\x96\x56\xbe\x34\xd7\xed\x6b\xba\x85\x6b\x13\xe1\xba\x7d\x4d\xb7\xcc\xef\x13\xe1\xba\x7d\xed\xfb\x70\x58\x10\xe1\xdf\xf7\xda\xf7\xe9\x76\xdc\x15\xe1\xdf\xf7\x9a\x6e\x01\x43\x44\xb8\x6e\x5f\xd3\x6d\xfd\xe4\xf2\xba\x6e\x5f\xd3\x6d\xfd\xe4\xf2\xba\x6e\x5f\xd3\x6d\xdd\x72\x39\x3d\xed\xb4\xb4\x2d\x97\xcb\xd3\x2e\x4b\xdb\x72\xb9\x3d\xed\xb6\xb4\x2d\x97\xc7\xd3\xac\x8f\xd5\x2d\x97\xe9\x69\xd6\xc7\x74\x21\x6c\xc8\x8a\x67\x39\xf1\xa1\x1b\xc6\x71\x1f\xad\x3f\xab\xff\x6a\x49\x5c\xc7\x5d\xb4\xfe\x14\xe2\xb8\x24\x13\x5f\xcf\x6f\x3d\x4c\x8e\xe2\x0f\xaa\xff\x9c\xc4\xbd\xe4\xc3\x27\xd0\xc3\xab\x7c\x5c\x6b\x70\x70\xe8\xe0\xea\xbb\x5f\xdf\x56\x50\x75\x1a\x5f\x5a\xf4\x34\xd3\x3f\x8e\x0a\x22\x92\xa7\x99\xfe\xd9\x59\x49\x44\xf6\x34\xd3\xbf\x6e\xfd\x5f\x11\xc5\xd3\x4c\xff\xba\xae\x74\x45\x54\x4f\x33\xfd\x33\x6b\x45\x44\xf3\x34\xd3\x7f\xdb\xdf\xd0\x3d\xcd\xf4\x0f\xe1\x26\x62\x78\x9a\xe9\x5f\x57\xf0\xaf\x88\xd3\xd3\x4c\xff\xba\xdb\x7f\x45\x5c\x9e\x66\xfa\x6f\x5b\x2e\xb7\xa7\x99\xfe\xfb\x96\xcb\xe3\x69\xa6\xff\xbe\xe5\x32\x3d\xcd\xf4\xdf\xb7\x5c\x5e\x4f\xb3\xfe\xdb\x3f\xb9\x8c\x63\xa7\x0d\xeb\xbf\xfd\x93\xcb\x70\xfd\x0d\xd3\x5f\xff\xe4\x32\x5c\x7f\xc3\xf4\xd7\x3f\xb9\x0c\xd7\xdf\x30\xfd\xf5\x4f\x2e\xc3\xf5\x37\x4c\x7f\xfd\x93\xcb\x70\xfd\x0d\xd3\x5f\xff\xe4\x32\x5c\x7f\xc3\xf4\x37\x3e\xb9\x0c\xd7\xdf\x30\xfd\x8d\x4f\x2e\xc3\xf5\x37\x4c\x7f\xe3\x93\xcb\x70\xfd\x0d\xd3\xdf\xd8\x72\x71\xfd\x0d\xd3\xdf\xd8\x72\x71\xfd\x0d\xd3\xdf\xd8\x72\x71\xfd\x0d\xd3\xdf\xd8\x72\x71\xfd\x0d\xd3\xdf\xd8\x72\x71\xfd\x0d\xd3\xdf\xd8\x72\x71\xfd\x0d\xd3\xdf\xf8\xe4\x72\xba\xfe\x4e\xe9\x2f\x1d\x9f\x5c\x4e\xd7\xdf\x19\x2c\xed\x93\xcb\xe9\xfa\x3b\xa3\xa5\x7d\x72\x39\x5d\x7f\x67\xb2\xb4\x4f\x2e\xa7\xeb\xef\xcc\x96\xf6\xc9\xe5\x74\xfd\xd9\x98\x95\x8e\x4f\x2e\xa7\xeb\xef\xac\x96\xf6\xc9\xe5\x74\xfd\x9d\xcd\xd2\x3e\xb9\x9c\xae\xbf\xb3\x5b\xda\x27\x97\xd3\xf5\x77\x0e\x4b\xdb\x72\x71\xfd\x9d\xd2\x5f\x0a\x5b\x2e\xae\xbf\xf3\xb2\xb4\x2d\x17\xd7\xdf\x79\x5b\xda\x96\x8b\xeb\xef\x7c\x2c\x6d\xcb\xc5\xf5\x77\x4e\x4b\xdb\x72\x71\xfd\x9d\xaf\xa5\x7d\x72\xb9\x5c\x7f\x97\xe9\x2f\x7c\x72\xb9\x5c\x7f\x97\xe9\x2f\x7c\x72\xb9\x5c\x7f\x97\xe9\x2f\x7c\x72\xb9\x5c\x7f\x97\xe9\x2f\x7c\x72\xb9\x5c\x7f\x86\x0f\x52\xfc\xe4\x72\xb9\xfe\x0c\x1f\xa4\xf8\xc9\xe5\x72\xfd\x5d\xa6\xbf\xf8\xc9\xe5\x72\xfd\x5d\xa6\xbf\xf8\xc9\xe5\x72\xfd\x5d\xa6\xbf\xf8\xc9\xe5\x72\xfd\x5d\xa6\xbf\x3d\x76\x5c\xae\xbf\xcb\xf4\x17\xb7\x5c\x5c\x7f\x97\xe9\x2f\x6e\xb9\xb8\xfe\x2e\xd3\x5f\xec\xdf\xae\x1d\x61\xd7\xff\x16\x9c\x25\xbf\xab\xf7\x32\xf5\xc6\x2d\x36\x57\xef\x65\xea\x4d\x5b\x6c\xae\xde\xcb\xd4\x9b\x3e\xb1\xdd\xae\xde\xdb\xd4\x9b\x3e\xb1\xdd\xae\xde\xdb\xd4\x9b\x3e\xb1\xdd\xae\xde\xdb\xd4\x9b\x3e\xb1\xdd\xae\xde\xdb\xd4\x9b\x3e\xb1\xdd\xae\xde\xdb\xd4\x9b\x3e\xb1\xdd\xae\xde\xdb\xd4\x9b\x3e\xb1\xdd\xae\xde\xdb\xd4\x9b\xbe\xe6\x74\xbb\x7a\x6f\x53\x6f\xfa\xe4\x72\xbb\x7a\x6f\x53\x6f\xfe\xe4\x72\xbb\x7a\x6f\x53\x6f\xde\x72\x71\xf5\xde\xa6\xde\xbc\xe5\xe2\xea\xbd\x4d\xbd\x79\xcb\xc5\xd5\x7b\x9b\x7a\xf3\x96\x8b\xeb\xef\x36\xfd\xe5\x2d\x17\xd7\xdf\x6d\xfa\xcb\x5b\x2e\xae\xbf\xdb\xf4\x97\x3f\xb9\x3c\xae\xbf\xc7\xf4\x97\x3f\xb9\x3c\xae\xbf\xc7\xf4\x97\x3f\xb9\x3c\xae\xbf\xc7\xf4\x57\x3e\xb9\x3c\xae\xbf\xc7\xf4\x57\x3e\xb9\x3c\xae\xbf\xc7\xf4\x57\x3e\xb9\x3c\xae\xbf\xc7\xf4\x57\x3e\xb9\x3c\xae\xbf\xc7\xf4\x57\x3e\xb9\x3c\xae\xbf\xc7\xf4\x57\x3e\xb9\x3c\xae\xbf\xc7\xf4\x57\x3e\xb9\x3c\xae\xbf\xc7\xf4\x57\xb6\x5c\x5c\x7f\x8f\xe9\xaf\x6c\xb9\xb8\xfe\x1e\xd3\x5f\xd9\x72\x71\xfd\x3d\xa6\xbf\xba\xe5\xe2\xfa\x7b\x4c\x7f\x75\xcb\xc5\xf5\xf7\x98\xfe\xea\x96\x8b\xeb\xef\x31\xfd\xd5\x4f\x2e\xd3\xf5\x37\x4d\x7f\xf5\x93\xcb\x74\xfd\x4d\xd3\x5f\xfd\xe4\x32\x5d\x7f\xd3\xf4\x57\x3f\xb9\x4c\xd7\xdf\x34\xfd\xd5\x4f\x2e\xd3\xf5\x37\x4d\x7f\xf5\x93\xcb\x74\xfd\x4d\xd3\xdf\x86\xc3\xd3\xf5\x37\x4d\x7f\x1b\x0e\x4f\xd7\xdf\x34\xfd\x6d\x38\x3c\x5d\x7f\xd3\xf4\xb7\xe1\xf0\x74\xfd\x4d\xd3\xdf\x86\xc3\xd3\xf5\x37\x4d\x7f\x1b\x0e\x4f\xd7\xdf\x34\xfd\x6d\x38\x3c\x5d\x7f\xd3\xf4\xb7\xe1\xf0\x74\xfd\x4d\xd3\xdf\x86\xc3\xd3\xf5\x37\x4d\x7f\x1b\x0e\x4f\xd7\x9f\xd1\xcb\xb4\xe1\xf0\xeb\xfa\x33\x7a\x99\x36\x1c\x7e\x5d\x7f\x46\x2f\xd3\x86\xc3\xaf\xeb\xcf\xe8\x65\xda\x70\xf8\x75\xfd\x19\xbd\x4c\x1b\x0e\xbf\xae\x3f\xa3\x97\x69\xc3\xe1\xd7\xf5\x67\xf4\x32\x6d\x38\xfc\xba\xfe\x8c\x5e\xa6\x0d\x87\x5f\xd7\x9f\xd1\xcb\xb4\xe1\xf0\xeb\xfa\x33\x7a\x99\x36\x1c\x7e\x5d\x7f\x46\x2f\xd3\x86\xc3\xaf\xeb\xcf\xe8\x65\xda\x70\xf8\x75\xfd\x19\xbd\x4c\x1b\x0e\xbf\xae\x3f\xa3\x97\x69\xc3\xe1\xd7\xf5\x67\xf4\x32\x6d\x38\xfc\xba\xfe\x8c\x5e\xa6\x0f\x0e\x07\xa7\x79\xc1\x68\x5e\xfa\xe0\x70\xe8\xd1\xd3\x4c\x0f\x1f\x1c\x0e\x4e\xf3\x82\xd1\xbc\xf4\xc1\xe1\xe0\x34\x2f\x18\xcd\x4b\x1f\x1c\x0e\x4e\xf3\x82\xd1\xbc\xf4\xc1\xe1\xe0\x34\x2f\x18\xcd\xcb\x1f\x1c\x0e\x4e\xf3\x82\xd1\xbc\xfc\xc1\xe1\xe0\x34\x2f\x18\xcd\xcb\x1f\x1c\x0e\x4e\xf3\x82\xd1\xbc\xfc\xc1\xe1\xe0\x34\x2f\x18\xcd\xcb\xc7\x96\xcb\xe5\x69\x97\xa5\x6d\xb9\xdc\x9e\x76\x5b\xda\x96\xcb\xe3\x69\x8f\xa5\x6d\xb9\x4c\x4f\x9b\x96\xb6\xe5\xf2\x7a\xda\x6b\x69\x9f\x5c\x9c\xe6\x05\xa3\x79\xf9\x83\xc3\xc1\x69\x5e\x30\x9a\x97\x3f\x38\x1c\x9c\xe6\x05\xa3\x79\xf9\x83\xc3\xc1\x69\x5e\x30\x9a\x97\x3f\x38\x1c\x9c\xe6\x05\xa3\x79\xf9\x83\xc3\xc1\x69\x5e\x30\x9a\x97\x3f\x38\x1c\x9c\xe6\x05\xa3\x79\xf9\x83\xc3\xc1\x69\x5e\x30\x9a\x97\x3f\x38\x1c\x9c\xe6\x05\xa3\x79\xf9\x83\xc3\xc1\x69\x5e\x30\x9a\x97\xc3\x96\x8b\xeb\xcf\x68\x5e\x8e\x5b\x2e\xae\x3f\xa3\x79\x39\x6e\xb9\xb8\xfe\x8c\xe6\xe5\xb8\xe5\xe2\xfa\x33\x9a\x97\xe3\x96\x8b\xeb\xcf\x68\x5e\x8e\x5b\x2e\xae\x3f\xa3\x79\xf9\x83\xc3\xc1\x69\x5e\x30\x9a\x97\x3f\x38\x1c\x9c\xe6\x05\xa3\x79\xf9\x83\xc3\xc1\x69\x5e\x30\x9a\x97\xff\x4a\x38\x1c\x9c\x05\x06\x63\x81\xf9\x83\xc3\xc1\x59\x60\x30\x16\x98\x3f\x38\x1c\x9c\x05\x06\x63\x81\xf9\x83\xc3\xc1\x59\x60\x30\x16\x98\x3f\x38\x1c\x9c\x05\x06\x63\x81\xf9\x83\xc3\xc1\x59\x60\x30\x16\x98\x3f\x38\x1c\x9c\x05\x06\x63\x81\x39\x6d\xb1\xb9\x7a\x8d\x05\xe6\xb4\xc5\xe6\xea\x35\x16\x98\xd3\x16\x9b\xab\xd7\x58\x60\xfe\xe0\x70\x70\x16\x18\x8c\x05\xe6\xb4\xe5\xe2\xea\x35\x16\x98\xf3\x96\x8b\xab\xd7\x58\x60\xfe\xe0\x70\x70\x16\x18\x8c\x05\xe6\x0f\x0e\x07\x67\x81\xc1\x58\x60\xfe\xe0\x70\x70\x16\x18\x8c\x05\xe6\x0f\x0e\x07\x67\x81\xc1\x58\x60\xfe\xe0\x70\x70\x16\x18\x8c\x05\xe6\x0f\x0e\x07\x67\x81\xc1\x58\x60\xfe\xe0\x70\x70\x16\x18\x8c\x05\xe6\x0f\x0e\x07\x67\x81\xc1\x58\x60\xfe\xe0\x70\x70\x16\x18\x8c\x05\xe6\x0f\x0e\x07\x67\x81\xc1\x58\x60\x2e\x5b\x2e\xae\x3f\x63\x81\xb9\x6c\xb9\xb8\xfe\x8c\x05\xe6\xb2\xe5\xe2\xfa\x33\x16\x98\xcb\x96\x8b\xeb\xcf\x68\x5e\x2e\x5b\x2e\xae\x3f\xa3\x79\xb9\x6c\xb9\xb8\xfe\x8c\xe6\xe5\x0f\x0e\x07\xa7\x79\xc1\x68\x5e\xfe\xe0\x70\x70\x9a\x17\x8c\xe6\xe5\x0f\x0e\x07\xa7\x79\xc1\x68\x5e\xfe\xe0\x70\x70\x9a\x17\x8c\xe6\xe5\x0f\x0e\x07\xa7\x79\xc1\x68\x5e\xfe\xe0\x70\x70\x9a\x17\x8c\xe6\xe5\x0f\x0e\x07\xa7\x79\xc1\x68\x5e\xfe\xe0\x70\x70\x9a\x17\x8c\xe6\xe5\x0f\x0e\x07\xa7\x79\xc1\x68\x5e\xfe\xe0\x70\x70\x9a\x17\x8c\xe6\xe5\xba\xe5\xe2\xfa\x33\x9a\x97\xeb\x96\x8b\xeb\xcf\x68\x5e\xae\x5b\x2e\xae\x3f\xa3\x79\xb9\x6d\xb9\xb8\xfe\x8c\xe6\xe5\xb6\xe5\xe2\xfa\x33\x9a\x97\xdb\x96\x8b\xeb\xcf\x68\x5e\xfe\xe0\x70\x70\x9a\x17\x8c\xe6\xe5\x0f\x0e\x07\xa7\x79\xc1\x68\x5e\xfe\xe0\x70\x70\x9a\x17\x8c\xe6\xe5\x0f\x0e\x07\xa7\x79\xc1\x68\x5e\xfe\xe0\x70\x70\x9a\x17\x8c\xe6\xe5\x0f\x0e\x07\xa7\x79\xc1\x68\x5e\xfe\xe0\x70\x70\x9a\x17\x8c\xe6\xe5\x0f\x0e\x07\xa7\x79\xc1\x68\x5e\xfe\xe0\x70\x70\x9a\x17\x8c\xe6\xe5\x0f\x0e\x07\xa7\x79\xc1\x68\x5e\xee\x5b\x2e\xae\x3f\xa3\x79\xb9\x6f\xb9\xb8\xfe\x8c\xe6\xe5\xbe\xe5\xe2\xfa\x33\x9a\x97\xfb\x96\x8b\xeb\xcf\x68\x5e\xee\x5b\x2e\xae\x3f\xa3\x79\xb9\x6f\xb9\xb8\xfe\x8c\xe6\xe5\x0f\x0e\x07\xa7\x79\xc1\x68\x5e\xfe\xe0\x70\x70\x9a\x17\x8c\xe6\xe5\x0f\x0e\x07\xa7\x79\xc1\x68\x5e\xfe\xe0\x70\x70\x9a\x17\x8c\xe6\xe5\x0f\x0e\x07\xa7\x79\xc1\x68\x5e\xde\x70\xd8\x69\x5e\x30\x9a\x97\x37\x1c\x76\x9a\x17\x8c\xe6\xe5\x0d\x87\x9d\xe6\x05\xa3\x79\x79\xc3\x61\xa7\x79\xc1\x68\x5e\xde\x70\xd8\x69\x5e\x30\x9a\x97\x37\x1c\x76\x9a\x17\x8c\xe6\x95\x0d\x87\x9d\xe6\x05\xa3\x79\x65\xc3\x61\xa7\x79\xc1\x68\x5e\xd9\x70\xd8\x69\x5e\x30\x9a\x57\x36\x1c\x76\x9a\x17\x8c\xe6\x95\x0d\x87\x9d\xe6\x05\xa3\x79\x65\xc3\x61\xa7\x79\xc1\x68\x5e\xd9\x70\xd8\x69\x5e\x30\x9a\x57\x36\x1c\x76\x9a\x17\x8c\xe6\x95\x0d\x87\x9d\xe6\x05\xa3\x79\x65\xc3\x61\xa7\x79\xc1\x68\x5e\xd9\x70\xd8\x69\x5e\x30\x9a\x57\x36\x1c\x76\x9a\x17\x8c\xe6\x95\x0d\x87\x9d\xe6\x05\xa3\x79\x65\xc3\x61\xa7\x79\xc1\x68\x5e\xd9\x70\xd8\x69\x5e\x30\x9a\x57\x36\x1c\x76\x9a\x17\x8c\xe6\x95\x0d\x87\x9d\xe6\x05\xa3\x79\x65\xc3\x61\xa7\x79\xc1\x68\x5e\xd9\x70\xd8\x69\x5e\x30\x9a\x57\x36\x1c\x76\x9a\x17\x8c\xe6\x95\x0f\x0e\x47\xa7\x79\xd1\x68\x5e\xf9\xe0\x70\x74\x9a\x17\x8d\xe6\x95\x0f\x0e\x47\xa7\x79\xd1\x68\x5e\xf9\xe0\x70\x74\x9a\x17\x8d\xe6\x95\x0f\x0e\x47\xa7\x79\xd1\x68\x5e\xf9\xe0\x70\x74\x9a\x17\x8d\xe6\x95\x0f\x0e\x47\xa7\x79\xd1\x68\x5e\xf9\xe0\x70\x74\x9a\x17\x8d\xe6\x95\xbf\x12\x0e\x47\x67\x81\xd1\x58\x60\xf9\xe0\x70\x74\x16\x18\x8d\x05\x96\xb4\xc5\x76\x79\x9a\xa9\x29\x6d\xb1\xdd\x9e\x66\x6a\x4a\x5b\x6c\x8f\xa7\x99\x9a\xd2\x16\xdb\xf4\x34\x53\x53\xda\x62\x7b\x3d\xcd\xba\xd9\x07\x87\xa3\xb3\xc0\x68\x2c\xb0\x7c\x70\x38\x3a\x0b\x8c\xc6\x02\xcb\x07\x87\xa3\xb3\xc0\x68\x2c\xb0\x7c\x70\x38\x3a\x0b\x8c\xc6\x02\xcb\x07\x87\xa3\xb3\xc0\x68\x2c\xb0\x7c\x70\x38\x3a\x0b\x8c\xc6\x02\xcb\x07\x87\xa3\xb3\xc0\x68\x2c\xb0\x7c\x70\x38\x3a\x0b\x8c\xc6\x02\xcb\x07\x87\xa3\xb3\xc0\x68\x2c\xb0\x7c\x70\x38\x3a\x0b\x8c\xc6\x02\x4b\xde\x72\x71\xfd\x19\x0b\x2c\x79\xcb\xc5\xf5\x67\x2c\xb0\xe4\x2d\x17\xd7\x9f\xb1\xc0\x92\xb7\x5c\x5c\x7f\xc6\x02\x4b\xde\x72\x71\xfd\x19\x0b\x2c\x65\xcb\xc5\xf5\x67\x2c\xb0\x7c\x70\x38\x3a\x0b\x8c\xc6\x02\xcb\x07\x87\xa3\xb3\xc0\x68\x2c\xb0\x7c\x70\x38\x3a\x0b\x8c\xc6\x02\xcb\x07\x87\xa3\xd3\xbc\x68\x34\xaf\x7c\x70\x38\x3a\xcd\x8b\x46\xf3\xca\x07\x87\xa3\xd3\xbc\x68\x34\xaf\x7c\x70\x38\x3a\xcd\x8b\x46\xf3\xca\x07\x87\xa3\xd3\xbc\x68\x34\xaf\x7c\x70\x38\x3a\xcd\x8b\x46\xf3\xca\x07\x87\xa3\xd3\xbc\x68\x34\xaf\xd4\x2d\x17\xd7\x9f\xd1\xbc\x52\xb7\x5c\x5c\x7f\x46\xf3\x4a\xdd\x72\x71\xfd\x19\xcd\x2b\x75\xcb\xc5\xf5\x67\x34\xaf\xd4\x2d\x17\xd7\x9f\xd1\xbc\x52\xb7\x5c\x5c\x7f\x46\xf3\xca\x07\x87\xa3\xd3\xbc\x68\x34\xaf\x7c\x70\x38\x3a\xcd\x8b\x46\xf3\xca\x07\x87\xa3\xd3\xbc\x68\x34\xaf\x7c\x70\x38\x3a\xcd\x8b\x46\xf3\xca\x07\x87\xa3\xd3\xbc\x68\x34\xaf\x7c\x70\x38\x3a\xcd\x8b\x46\xf3\xca\x07\x87\xa3\xd3\xbc\x68\x34\xaf\x7c\x70\x38\x3a\xcd\x8b\x46\xf3\xca\x07\x87\xa3\xd3\xbc\x68\x34\xaf\x7c\x70\x38\x3a\xcd\x8b\x46\xf3\x4a\xdb\x72\x71\xfd\x19\xcd\x2b\x6d\xcb\xc5\xf5\x67\x34\xaf\xb4\x2d\x17\xd7\x9f\xd1\xbc\xd2\xb7\x5c\x5c\x7f\x46\xf3\x4a\xdf\x72\x71\xfd\x19\xcd\x2b\x7d\xcb\xc5\xf5\x67\x34\xaf\x7c\x70\x38\x3a\xcd\x8b\x46\xf3\xca\x07\x87\xa3\xd3\xbc\x68\x34\xaf\x7c\x70\x38\x3a\xcd\x8b\x46\xf3\xca\x07\x87\xa3\xd3\xbc\x68\x34\xaf\x7c\x70\x38\x3a\xcd\x8b\x46\xf3\xca\x07\x87\xa3\xd3\xbc\x68\x34\xaf\x7c\x70\x38\x3a\xcd\x8b\x46\xf3\xca\x07\x87\xa3\xd3\xbc\x68\x34\xaf\x7c\x70\x38\x3a\xcd\x8b\x46\xf3\xca\x07\x87\xa3\xd3\xbc\x68\x34\xaf\x8c\x2d\x17\xd7\x9f\xd1\xbc\x32\xb6\x5c\x5c\x7f\x46\xf3\xca\xd8\x72\x71\xfd\x19\xcd\x2b\x63\xcb\xc5\xf5\x67\x34\xaf\x8c\x2d\x17\xd7\x9f\xd1\xbc\x32\xb6\x5c\x5c\x7f\x46\xf3\xca\x07\x87\xa3\xd3\xbc\x68\x34\xaf\x7e\x70\x38\x3a\xcd\x8b\x46\xf3\xea\x07\x87\xa3\xd3\xbc\x68\x34\xaf\x7e\x70\x38\x3a\xcd\x8b\x46\xf3\xea\x07\x87\xa3\xd3\xbc\x68\x34\xaf\x7e\x70\x38\x3a\xcd\x8b\x46\xf3\xea\x07\x87\xa3\xd3\xbc\x68\x34\xaf\x7e\x70\x38\x3a\xcd\x8b\x46\xf3\xea\x07\x87\xa3\xd3\xbc\x68\x34\xaf\x7e\x70\x38\x3a\xcd\x8b\x46\xf3\xea\xb1\xe5\xe2\xfa\x33\x9a\x57\xc3\x96\x8b\xeb\xcf\x68\x5e\x0d\x5b\x2e\xae\x3f\xa3\x79\x35\x6c\xb9\xb8\xfe\x8c\xe6\xd5\xb0\xe5\xe2\xfa\x33\x9a\x57\xc3\x96\x8b\xeb\xcf\x68\x5e\xfd\xe0\x70\x74\x9a\x17\x8d\xe6\xd5\x0f\x0e\x47\xa7\x79\xd1\x68\x5e\xfd\xe0\x70\x74\x9a\x17\x8d\xe6\xd5\x0f\x0e\x47\xa7\x79\xd1\x68\x5e\xfd\xe0\x70\x74\x9a\x17\x8d\xe6\xd5\x0d\x87\x9d\xe6\x45\xa3\x79\x75\xc3\x61\xa7\x79\xd1\x68\x5e\xdd\x70\xd8\x69\x5e\x34\x9a\x57\x37\x1c\x76\x9a\x17\x8d\xe6\xd5\x0d\x87\x9d\xe6\x45\xa3\x79\x75\xc3\x61\xa7\x79\xd1\x68\x5e\xdd\x70\xd8\x69\x5e\x34\x9a\x57\x37\x1c\x76\x9a\x17\x8d\xe6\xd5\xbf\x16\x0e\x3b\x0b\x8c\xc6\x02\xeb\x86\xc3\xce\x02\xa3\xb1\xc0\xba\xe1\xb0\xb3\xc0\x68\x2c\xb0\x6e\x38\xec\x2c\x30\x1a\x0b\xac\x1b\x0e\x3b\x0b\x8c\xc6\x02\xeb\x86\xc3\xce\x02\xa3\xb1\xc0\xba\xe1\xb0\xb3\xc0\x68\x2c\xb0\x6e\x38\xec\x2c\x30\x1a\x0b\xac\x1b\x0e\x3b\x0b\x8c\xc6\x02\xeb\x86\xc3\xce\x02\xa3\xb1\xc0\xba\xe1\xb0\xb3\xc0\x68\x2c\xb0\x6e\x38\xec\x2c\x30\x1a\x0b\xac\x1b\x0e\x3b\x0b\x8c\xc6\x02\xeb\x86\xc3\xce\x02\xa3\xb1\xc0\xba\xe1\xb0\xb3\xc0\x68\x2c\xb0\x6e\x38\xec\x2c\x30\x1a\x0b\xac\x1b\x0e\x3b\x0b\x8c\xc6\x02\xeb\x86\xc3\xce\x02\xa3\xb1\xc0\xfa\xc1\xe1\xe4\x2c\x30\x19\x0b\xac\x1f\x1c\x4e\xce\x02\x93\xb1\xc0\xfa\xc1\xe1\xe4\x2c\x30\x19\x0b\xac\x1f\x1c\x4e\xce\x02\x93\xb1\xc0\xfa\xc1\xe1\xe4\x2c\x30\x19\x0b\xac\x1f\x1c\x4e\xce\x02\x93\xb1\xc0\xfa\xc1\xe1\xe4\x2c\x30\x19\x0b\xac\x1f\x1c\x4e\xce\x02\x93\xb1\xc0\xfa\xc1\xe1\xe4\x34\x2f\x19\xcd\xab\x1f\x1c\x4e\x4e\xf3\x92\xd1\xbc\x5a\xb6\x5c\x2e\x4f\x33\x3d\x94\x2d\x97\xdb\xd3\x4c\x0f\x65\xcb\xe5\xf1\x34\xd3\x43\xd9\x72\x99\x9e\x66\x7a\xa8\x5b\x2e\xaf\xa7\x59\x3f\xfa\xe0\x70\x72\x9a\x97\x8c\xe6\xd5\x0f\x0e\x27\xa7\x79\xc9\x68\x5e\xfd\xe0\x70\x72\x9a\x97\x8c\xe6\xd5\x0f\x0e\x27\xa7\x79\xc9\x68\x5e\xfd\xe0\x70\x72\x9a\x97\x8c\xe6\xd5\x0f\x0e\x27\xa7\x79\xc9\x68\x5e\xfd\xe0\x70\x72\x9a\x97\x8c\xe6\xd5\x0f\x0e\x27\xa7\x79\xc9\x68\x5e\xfd\xe0\x70\x72\x9a\x97\x8c\xe6\xd5\x0f\x0e\x27\xa7\x79\xc9\x68\x5e\x6d\x5b\x2e\xae\x3f\xa3\x79\xb5\x6d\xb9\xb8\xfe\x8c\xe6\xd5\xb6\xe5\xe2\xfa\x33\x9a\x57\xdb\x96\x8b\xeb\xcf\x68\x5e\x6d\x5b\x2e\xae\x3f\xa3\x79\xb5\x6d\xb9\xb8\xfe\x8c\xe6\xd5\x0f\x0e\x27\xa7\x79\xc9\x68\x5e\xfd\xe0\x70\x72\x9a\x97\x8c\xe6\xd5\x0f\x0e\x27\xa7\x79\xc9\x68\x5e\xfd\xe0\x70\x72\x9a\x97\x8c\xe6\xd5\x0f\x0e\x27\xa7\x79\xc9\x68\x5e\xfd\xe0\x70\x72\x9a\x97\x8c\xe6\xd5\x0f\x0e\x27\xa7\x79\xc9\x68\x5e\xfd\xe0\x70\x72\x9a\x97\x8c\xe6\xd5\x0f\x0e\x27\xa7\x79\xc9\x68\x5e\xfd\xe0\x70\x72\x9a\x97\x8c\xe6\xd5\xbe\xe5\xe2\xfa\x33\x9a\x57\xfb\x96\x8b\xeb\xcf\x68\x5e\xed\x5b\x2e\xae\x3f\xa3\x79\x75\x6c\xb9\xb8\xfe\x8c\xe6\xd5\xb1\xe5\xe2\xfa\x33\x9a\x57\xc7\x96\x8b\xeb\xcf\x68\x5e\xfd\xe0\x70\x72\x9a\x97\x8c\xe6\xd5\x0f\x0e\x27\xa7\x79\xc9\x68\x5e\xfd\xe0\x70\x72\x9a\x97\x8c\xe6\xd5\x0f\x0e\x27\xa7\x79\xc9\x68\x5e\xfd\xe0\x70\x72\x9a\x97\x8c\xe6\xd5\x0f\x0e\x27\xa7\x79\xc9\x68\x5e\xfd\xe0\x70\x72\x9a\x97\x8c\xe6\xb5\x0f\x0e\x27\xa7\x79\xc9\x68\x5e\xfb\xe0\x70\x72\x9a\x97\x8c\xe6\xb5\x0f\x0e\x27\xa7\x79\xc9\x68\x5e\x3b\xb6\x5c\x5c\x7f\x46\xf3\xda\xb1\xe5\xe2\xfa\x33\x9a\xd7\x8e\x2d\x17\xd7\x9f\xd1\xbc\x76\x6c\xb9\xb8\xfe\x8c\xe6\xb5\x63\xcb\xc5\xf5\x67\x34\xaf\x1d\x5b\x2e\xae\x3f\xa3\x79\xed\x83\xc3\xc9\x69\x5e\x32\x9a\xd7\x3e\x38\x9c\x9c\xe6\x25\xa3\x79\xed\x83\xc3\xc9\x69\x5e\x32\x9a\xd7\x3e\x38\x9c\x9c\xe6\x25\xa3\x79\xed\x83\xc3\xc9\x69\x5e\x32\x9a\xd7\x3e\x38\x9c\x9c\xe6\x25\xa3\x79\xed\x83\xc3\xc9\x69\x5e\x32\x9a\xd7\x3e\x38\x9c\x9c\xe6\x25\xa3\x79\xed\x83\xc3\xc9\x69\x5e\x32\x9a\xd7\x3e\x38\x9c\x9c\xe6\x25\xa3\x79\x2d\x6c\xb9\xb8\xfe\x8c\xe6\xb5\xb8\xe5\xe2\xfa\x33\x9a\xd7\xe2\x96\x8b\xeb\xcf\x68\x5e\x8b\x5b\x2e\xae\x3f\xa3\x79\x2d\x6e\xb9\xb8\xfe\x8c\xe6\xb5\xb8\xe5\xe2\xfa\x33\x9a\xd7\x3e\x38\x9c\x9c\xe6\x25\xa3\x79\xed\x83\xc3\xc9\x69\x5e\x32\x9a\xd7\x3e\x38\x9c\x9c\xe6\x25\xa3\x79\xed\xaf\x84\xc3\xc9\x59\x60\x32\x16\xd8\x3e\x38\x9c\x9c\x05\x26\x63\x81\xed\x83\xc3\xc9\x59\x60\x32\x16\xd8\x3e\x38\x9c\x9c\x05\x26\x63\x81\xed\x83\xc3\xc9\x59\x60\x32\x16\xd8\x3e\x38\x9c\x9c\x05\x26\x63\x81\xed\x83\xc3\xc9\x59\x60\x32\x16\xd8\xd2\x16\x9b\xab\xd7\x58\x60\x4b\x5b\x6c\xae\x5e\x63\x81\x2d\x6d\xb1\xb9\x7a\x8d\x05\xb6\x0f\x0e\x27\x67\x81\xc9\x58\x60\x4b\x5b\x2e\xae\x5e\x63\x81\x2d\x6f\xb9\xb8\x7a\x8d\x05\xb6\x0f\x0e\x27\x67\x81\xc9\x58\x60\xfb\xe0\x70\x72\x16\x98\x8c\x05\xb6\x0f\x0e\x27\x67\x81\xc9\x58\x60\xfb\xe0\x70\x72\x16\x98\x8c\x05\xb6\x0f\x0e\x27\x67\x81\xc9\x58\x60\xdb\x70\xd8\x59\x60\x32\x16\xd8\x36\x1c\x76\x16\x98\x8c\x05\xb6\x0d\x87\x9d\x05\x26\x63\x81\x6d\xc3\x61\x67\x81\xc9\x58\x60\xdb\x70\xd8\x59\x60\x32\x16\xd8\x36\x1c\x76\x16\x98\x8c\x05\xb6\x0d\x87\x9d\x05\x26\x63\x81\x6d\xc3\x61\x67\x81\xc9\x58\x60\xdb\x70\xd8\x69\x5e\x32\x9a\xd7\x36\x1c\x76\x9a\x97\x8c\xe6\xb5\x0d\x87\x9d\xe6\x25\xa3\x79\x6d\xc3\x61\xa7\x79\xc9\x68\x5e\xdb\x70\xd8\x69\x5e\x32\x9a\xd7\x36\x1c\x76\x9a\x97\x8c\xe6\xb5\x0d\x87\x9d\xe6\x25\xa3\x79\x6d\xc3\x61\xa7\x79\xc9\x68\x5e\xdb\x70\xd8\x69\x5e\x32\x9a\xd7\x36\x1c\x76\x9a\x97\x8c\xe6\xb5\x0d\x87\x9d\xe6\x25\xa3\x79\x6d\xc3\x61\xa7\x79\xc9\x68\x5e\xdb\x70\xd8\x69\x5e\x32\x9a\xd7\x36\x1c\x76\x9a\x97\x8c\xe6\xb5\x0d\x87\x9d\xe6\x25\xa3\x79\x6d\xc3\x61\xa7\x79\xc9\x68\x5e\xdb\x70\xd8\x69\x5e\x32\x9a\xd7\x36\x1c\x76\x9a\x97\x8c\xe6\xb5\x0f\x0e\x67\xa7\x79\xd9\x68\x5e\xfb\xe0\x70\x76\x9a\x97\x8d\xe6\xb5\x0f\x0e\x67\xa7\x79\xd9\x68\x5e\xfb\xe0\x70\x76\x9a\x97\x8d\xe6\xb5\x0f\x0e\x67\xa7\x79\xd9\x68\x5e\xfb\xe0\x70\x76\x9a\x97\x8d\xe6\xb5\x0f\x0e\x67\xa7\x79\xd9\x68\x5e\xfb\xe0\x70\x76\x9a\x97\x8d\xe6\xb5\x0f\x0e\x67\xa7\x79\xd9\x68\x5e\xfb\xe0\x70\x76\x9a\x97\x8d\xe6\xb5\xbe\xe5\x72\x79\x9a\xe9\xa1\x6f\xb9\xdc\x9e\x66\x7a\xe8\x5b\x2e\x8f\xa7\x99\x1e\xfa\x96\xcb\xf4\x34\xd3\x43\xdf\x72\x79\x3d\xcd\xfa\xd1\x07\x87\xb3\xd3\xbc\x6c\x34\xaf\x7d\x70\x38\x3b\xcd\xcb\x46\xf3\xda\x07\x87\xb3\xd3\xbc\x6c\x34\xaf\x7d\x70\x38\x3b\xcd\xcb\x46\xf3\xda\x07\x87\xb3\xd3\xbc\x6c\x34\xaf\x7d\x70\x38\x3b\xcd\xcb\x46\xf3\xda\x07\x87\xb3\xd3\xbc\x6c\x34\xaf\x7d\x70\x38\x3b\xcd\xcb\x46\xf3\xda\x07\x87\xb3\xd3\xbc\x6c\x34\xaf\x7d\x70\x38\x3b\xcd\xcb\x46\xf3\xda\xd8\x72\x71\xfd\x19\xcd\x6b\x63\xcb\xc5\xf5\x67\x34\xaf\x8d\x2d\x17\xd7\x9f\xd1\xbc\x7e\x6c\xb9\xb8\xfe\x8c\xe6\xf5\x63\xcb\xc5\xf5\x67\x34\xaf\x1f\x5b\x2e\xae\x3f\xa3\x79\xfd\x83\xc3\xd9\x69\x5e\x36\x9a\xd7\x3f\x38\x9c\x9d\xe6\x65\xa3\x79\xfd\x83\xc3\xd9\x69\x5e\x36\x9a\xd7\x3f\x38\x9c\x9d\xe6\x65\xa3\x79\xfd\x83\xc3\xd9\x69\x5e\x36\x9a\xd7\x3f\x38\x9c\x9d\xe6\x65\xa3\x79\xfd\x83\xc3\xd9\x69\x5e\x36\x9a\xd7\x3f\x38\x9c\x9d\xe6\x65\xa3\x79\xfd\x83\xc3\xd9\x69\x5e\x36\x9a\xd7\x3f\x38\x9c\x9d\xe6\x65\xa3\x79\x3d\x6c\xb9\xb8\xfe\x8c\xe6\xf5\xb0\xe5\xe2\xfa\x33\x9a\xd7\xc3\x96\x8b\xeb\xcf\x68\x5e\x0f\x5b\x2e\xae\x3f\xa3\x79\x3d\x6c\xb9\xb8\xfe\x8c\xe6\xf5\xb0\xe5\xe2\xfa\x33\x9a\xd7\x3f\x38\x9c\x9d\xe6\x65\xa3\x79\xfd\x83\xc3\xd9\x69\x5e\x36\x9a\xd7\x3f\x38\x9c\x9d\xe6\x65\xa3\x79\xfd\x83\xc3\xd9\x69\x5e\x36\x9a\xd7\x3f\x38\x9c\x9d\xe6\x65\xa3\x79\xfd\x83\xc3\xd9\x69\x5e\x36\x9a\xd7\x3f\x38\x9c\x9d\xe6\x65\xa3\x79\xfd\x83\xc3\xd9\x69\x5e\x36\x9a\xd7\x3f\x38\x9c\x9d\xe6\x65\xa3\x79\xfd\xaf\x84\xc3\xd9\x59\x60\x36\x16\xd8\xe3\x16\x9b\xab\xd7\x58\x60\x4f\x5b\x6c\xae\x5e\x63\x81\x3d\x6d\xb1\xb9\x7a\x8d\x05\xf6\xb4\xc5\xe6\xea\x35\x16\xd8\xd3\x16\x9b\xab\xd7\x58\x60\x4f\x5b\x6c\xae\x5e\x63\x81\xfd\x83\xc3\xd9\x59\x60\x36\x16\xd8\x3f\x38\x9c\x9d\x05\x66\x63\x81\xfd\x83\xc3\xd9\x59\x60\x36\x16\xd8\x3f\x38\x9c\x9d\x05\x66\x63\x81\xfd\x83\xc3\xd9\x59\x60\x36\x16\xd8\x3f\x38\x9c\x9d\x05\x66\x63\x81\xfd\x83\xc3\xd9\x59\x60\x36\x16\xd8\x3f\x38\x9c\x9d\x05\x66\x63\x81\xfd\x83\xc3\xd9\x59\x60\x36\x16\xd8\x3f\x38\x9c\x9d\x05\x66\x63\x81\x3d\x6f\xb9\xb8\xfe\x8c\x05\xf6\xbc\xe5\xe2\xfa\x33\x16\xd8\xf3\x96\x8b\xeb\xcf\x58\x60\xcf\x5b\x2e\xae\x3f\x63\x81\x3d\x6f\xb9\xb8\xfe\x8c\x05\xf6\xb2\xe5\xe2\xfa\x33\x16\xd8\x3f\x38\x9c\x9d\x05\x66\x63\x81\xfd\x83\xc3\xd9\x59\x60\x36\x16\xd8\x3f\x38\x9c\x9d\x05\x66\x63\x81\xfd\x83\xc3\xd9\x69\x5e\x36\x9a\xd7\x3f\x38\x9c\x9d\xe6\x65\xa3\x79\xfd\x83\xc3\xd9\x69\x5e\x36\x9a\xd7\x3f\x38\x9c\x9d\xe6\x65\xa3\x79\xfd\x83\xc3\xd9\x69\x5e\x36\x9a\xd7\x3f\x38\x9c\x9d\xe6\x65\xa3\x79\xfd\x83\xc3\xd9\x69\x5e\x36\x9a\xd7\xeb\x96\x8b\xeb\xcf\x68\x5e\xaf\x5b\x2e\xae\x3f\xa3\x79\xbd\x6e\xb9\xb8\xfe\x8c\xe6\xf5\xba\xe5\xe2\xfa\x33\x9a\xd7\xeb\x96\x8b\xeb\xcf\x68\x5e\xaf\x5b\x2e\xae\x3f\xa3\x79\xfd\x83\xc3\xd9\x69\x5e\x36\x9a\xd7\x3f\x38\x9c\x9d\xe6\x65\xa3\x79\xfd\x83\xc3\xd9\x69\x5e\x36\x9a\xd7\x3f\x38\x9c\x9d\xe6\x65\xa3\x79\xfd\x83\xc3\xd9\x69\x5e\x36\x9a\xd7\x37\x1c\x76\x9a\x97\x8d\xe6\xf5\x0d\x87\x9d\xe6\x65\xa3\x79\x7d\xc3\x61\xa7\x79\xd9\x68\x5e\xdf\x70\xd8\x69\x5e\x36\x9a\xd7\x37\x1c\x76\x9a\x97\x8d\xe6\xf5\x0d\x87\x9d\xe6\x65\xa3\x79\x7d\xc3\x61\xa7\x79\xd9\x68\x5e\xdf\x70\xd8\x69\x5e\x36\x9a\xd7\x37\x1c\x76\x9a\x97\x8d\xe6\xf5\x0d\x87\x9d\xe6\x65\xa3\x79\x7d\xc3\x61\xa7\x79\xd9\x68\x5e\xdf\x70\xd8\x69\x5e\x36\x9a\xd7\x37\x1c\x76\x9a\x97\x8d\xe6\xf5\x0d\x87\x9d\xe6\x65\xa3\x79\x7d\xc3\x61\xa7\x79\xd9\x68\x5e\xdf\x70\xd8\x69\x5e\x36\x9a\xd7\x37\x1c\x76\x9a\x97\x8d\xe6\xf5\x0d\x87\x9d\xe6\x65\xa3\x79\x7d\xc3\x61\xa7\x79\xd9\x68\x5e\xdf\x70\xd8\x69\x5e\x36\x9a\xd7\x37\x1c\x76\x9a\x97\x8d\xe6\xf5\x0d\x87\x9d\xe6\x65\xa3\x79\x7d\xc3\x61\xa7\x79\xd9\x68\x5e\xdf\x70\xd8\x69\x5e\x36\x9a\xd7\x37\x1c\x76\x9a\x97\x8d\xe6\xf5\x0d\x87\x9d\xe6\x65\xa3\x79\xfd\x83\xc3\xc5\x69\x5e\x31\x9a\xd7\x3f\x38\x5c\x9c\xe6\x15\xa3\x79\xe3\x83\xc3\xc5\x69\x5e\x31\x9a\x37\x3e\x38\x5c\x9c\xe6\x15\xa3\x79\xe3\x83\xc3\xc5\x69\x5e\x31\x9a\x37\x3e\x38\x5c\x9c\xe6\x15\xa3\x79\xe3\x83\xc3\xc5\x69\xde\x0a\x76\xd2\x4c\x2e\x65\x74\x9d\xa2\xa4\xa0\x9e\xab\xd9\xd2\xb6\x1e\x8a\xd1\x84\xc1\x7d\x21\x44\x9c\x9e\x76\x5a\x5a\xff\xd2\x2e\x4f\xbb\x2c\x6d\x7c\x69\xb7\xa7\x49\x0f\x83\x7b\xf6\x88\x78\x3c\xed\xb1\xb4\xf0\xa5\x4d\x4f\x9b\x96\x16\xbf\xb4\xd7\xd3\x5e\x4b\x4b\x96\xe6\x34\xa1\x18\x4d\x18\x5c\x55\x46\x84\xeb\xcf\x68\x82\xee\x6b\x21\xc2\xf5\x67\x34\x41\x37\x93\x10\xe1\xfa\x33\x9a\xa0\xeb\x3c\x88\x70\xfd\x19\x4d\x18\xe1\x93\x8b\xd3\x84\x62\x34\x61\x84\x4f\x2e\x4e\x13\x8a\xd1\x04\x5d\xb6\x4a\x84\xeb\xcf\x68\xc2\x88\x9f\x5c\x9c\x26\x14\xa3\x09\x3a\x69\x99\x08\xd7\x9f\xd1\x04\x9d\x0b\x4d\x84\xeb\xcf\x68\x82\x4e\x25\x26\xc2\xf5\x67\x34\x61\xc4\x2d\x17\xd7\x9f\xd1\x84\x11\xb7\x5c\x5c\x7f\x46\x13\x46\xdc\x72\x71\xfd\x19\x4d\x18\xb1\x87\xbf\x06\x0e\x17\x67\x11\xc5\x58\xc4\x88\x9f\xd8\x9c\x45\x14\x63\x11\x23\x7d\x62\x73\x16\x51\x8c\x45\x8c\xf4\x89\xcd\x59\x44\x31\x16\x31\xd2\x27\x36\x67\x11\xc5\x58\xc4\x48\x9f\xd8\x9c\x45\x14\x63\x11\xba\xf0\x9e\x08\x57\xaf\xb1\x88\x91\x3e\xb1\x39\x8b\x28\xc6\x22\x74\x39\x36\x11\xae\x5e\x63\x11\xba\x8c\x9a\x08\x57\xaf\xb1\x88\x91\xbe\xe6\xe4\x34\xa1\x18\x4d\x18\x69\xcb\xc5\xd5\x6b\x34\x61\xe4\x2d\x17\x57\xaf\xd1\x84\x91\xb7\x5c\x5c\xbd\x46\x13\x46\xde\x72\x71\xf5\x1a\x4d\x18\x79\xcb\xc5\xd5\x6b\x34\x61\xe4\x2d\x17\xd7\x9f\xd1\x84\x91\x3f\xb9\x38\x4d\x28\x46\x13\x46\xfe\xe4\xe2\x34\xa1\x18\x4d\xd0\x7d\xac\x44\xb8\xfe\x8c\x26\xe8\x52\x52\x22\x5c\x7f\x46\x13\x74\x19\x29\x11\xae\x3f\xa3\x09\xba\xec\x92\x08\xd7\x9f\xd1\x04\xdd\xe2\x46\x84\xeb\xcf\x68\x82\xae\xad\x24\xc2\xf5\x67\x34\x41\xd7\x27\x12\xe1\xfa\x33\x9a\xa0\xcb\x1b\x89\x70\xfd\x19\x4d\x18\x65\xcb\xc5\xf5\x67\x34\x41\x77\xe2\x11\xe1\xfa\x33\x9a\xa0\x9b\xe7\x88\x70\xfd\x19\x4d\xd0\x25\x6e\x44\xb8\xfe\x8c\x26\xe8\xe2\x33\x22\x5c\x7f\x46\x13\x74\x60\x2d\x11\xae\x3f\xa3\x09\x3a\x39\x74\x45\x38\x4d\x28\x46\x13\x74\x3e\x2b\x11\xae\x3f\xa3\x09\x3a\xbb\x94\x08\xd7\x9f\xd1\x04\x9d\x10\x4a\x84\xeb\xcf\x68\xc2\xa8\x9f\x5c\x9c\x26\x14\xa3\x09\xa3\x7e\x72\x71\x9a\x50\x8c\x26\xe8\x16\x16\x22\x5c\x7f\x46\x13\x74\xcf\x08\x11\xae\x3f\xa3\x09\xa3\x7e\x72\x71\x9a\x50\x8c\x26\x8c\xf6\xc9\xc5\x69\x42\x31\x9a\x30\xda\x96\x8b\xeb\xcf\x68\x82\xae\x5f\x26\xc2\xf5\x67\x34\x61\xb4\x2d\x17\xd7\x9f\xd1\x04\x5d\x15\x44\x84\xeb\xcf\x68\x82\x4e\xbc\x24\xc2\xf5\x67\x34\x41\x07\x98\x13\xe1\xfa\x33\x9a\xa0\xb3\xc7\x57\x84\xd3\x84\x62\x34\x41\x87\x46\x13\xe1\xfa\x33\x9a\xa0\x63\xba\x89\x70\xfd\x19\x4d\xd0\x41\xda\x44\xb8\xfe\x8c\x26\xe8\xe8\x6a\x22\x5c\x7f\x46\x13\xb8\x91\x48\x11\xae\x3f\xa3\x09\xba\x66\x82\x08\xd7\x9f\xd1\x04\x1d\x1b\x4a\x84\xeb\xcf\x68\x82\xee\x7f\x27\xc2\xf5\x67\x34\x61\xf4\x4f\x2e\x4e\x13\x8a\xd1\x04\x9d\xd8\x4a\x84\xeb\xcf\x68\xc2\xe8\x5b\x2e\xae\x3f\xa3\x09\xa3\x6f\xb9\xb8\xfe\x8c\x26\x8c\xb1\xe5\xe2\xfa\x33\x9a\x30\xc6\x96\x8b\xeb\xcf\x68\xc2\x18\x5b\x2e\xae\x3f\xa3\x09\x63\x7c\x72\x71\x9a\x50\x8c\x26\x8c\xf1\xc9\xc5\x69\x42\x31\x9a\x30\xc6\x27\x17\xa7\x09\xc5\x68\xc2\x18\x9f\x5c\x9c\x26\x14\xa3\x09\x63\x7c\x72\x71\x9a\x50\x8c\x26\x8c\xf1\xc9\xc5\x69\x42\x31\x9a\xa0\xeb\xc7\x89\x70\xfd\x89\x26\xa4\xe3\xf8\xe4\xe2\x34\xa1\x88\x26\xa4\xe3\xf8\xe4\xe2\x34\xa1\x88\x26\xa4\xe3\xf8\xe4\xe2\x34\xa1\x88\x26\xa4\xe3\xd8\x72\x71\xfd\x89\x26\xa4\xe3\xd8\x72\x71\xfd\x89\x26\xa4\xe3\xd8\x72\x71\xfd\x89\x26\xa4\xe3\xd8\x72\x71\xfd\x89\x26\xa4\x63\xc3\x61\xa7\x09\x45\x34\x21\x1d\x1f\x1c\xae\x4e\x13\xaa\x68\x42\x3a\x3e\x38\x5c\x9d\x26\x54\xd1\x84\x74\x7c\x70\xb8\x3a\x4d\xa8\xa2\x09\xe9\xf8\xe0\x70\x75\x9a\x50\x45\x13\xd2\xf1\xc1\xe1\xea\x34\xa1\x8a\x26\xa4\xe3\x83\xc3\xd5\x69\x42\xed\xa6\x87\x0f\x0e\x57\xa7\x09\xb5\x9b\x1e\x3e\x38\x5c\x7d\x36\xa8\x76\xd3\xc3\x07\x87\xab\xcf\x06\xd5\x6e\x7a\xf8\xe0\x70\xf5\xd9\xa0\xda\x4d\x0f\x61\xcb\xe5\xf2\x34\xd3\x43\xd8\x72\xb9\x3d\xcd\xf4\x10\xb7\x5c\x1e\x4f\x33\x3d\xc4\x2d\x97\xe9\x69\x33\x35\xd2\xb6\x5c\xde\x14\xbe\xb4\xd7\x9e\xe3\xf0\x4e\x4e\x12\xda\xcf\x69\x36\x28\x1d\x1c\x48\x4f\x84\xeb\x6f\x98\xfe\x62\xfe\xd2\x5c\x7f\xc3\xf4\x17\xcb\x97\xe6\xfa\x1b\xa6\x3f\x6e\x03\x26\xc2\xf5\x37\x72\x2a\xa4\xb5\xfe\x57\xc0\x61\x9d\x47\xca\x35\xf7\xe1\x2b\xaa\x70\x66\x6d\xac\x81\xb8\xd6\x56\x5c\x15\xab\x6b\x89\x38\x89\xb5\x15\xc5\x8d\x15\x97\x0e\x9e\x6d\x97\xe2\x38\xa3\x94\x8b\x34\x3a\x97\xcb\xaf\x3f\x51\x71\x95\x38\x95\xd1\x5f\xc5\xf1\xec\x50\xbe\x33\x13\x27\x26\x7a\x72\xb6\x6e\xbc\x1b\x71\x62\x99\x37\xe7\xa5\xc6\x79\x10\xd7\x61\x97\x53\x75\xd1\xd9\xa8\x59\x75\xd1\xd9\xa8\xf1\xe5\x3b\xb2\xca\x7d\xf5\x1d\x6f\x25\x4e\x4c\xf8\xbd\x15\x37\x15\x57\xfe\xf0\x5b\xe7\x3e\xf9\xf5\x27\x2b\x6e\x10\x57\x15\x47\x5d\x72\x8a\xc4\x0d\xc5\x5d\x8a\xcb\xc4\x3d\xc4\x49\xa6\x39\x2d\xf9\x25\xc9\x34\x15\x95\x9b\x13\x71\x5d\x71\x8f\xe2\x2a\x71\x2f\x71\x55\xe5\x16\xca\xa8\x9c\xe7\xca\x8d\xf2\x2b\x6e\x7d\x1b\xb7\xc8\xaf\x3f\xaa\x0b\xe7\x29\x27\xc9\x39\xe9\xcc\x58\x2e\xf0\xef\x49\x67\xc6\xa6\xce\x79\xb3\x5c\xd9\xd0\xb9\x03\x7e\xfd\x91\xac\x90\x5f\xea\xc8\x8a\x3b\xdd\x83\xee\x03\xed\xdc\xe3\xbe\xfe\xa8\x7e\x83\x67\x87\xea\x77\x52\x86\xa0\x6e\x3a\x55\xc6\x79\x2a\x8e\xfa\x9d\xb7\xe2\x78\x96\x6b\xe5\x7b\xba\x54\xbf\x6b\x28\x8e\x72\x2f\xd5\xe5\xa6\x7e\xdc\xdf\xd5\x93\xf4\x9b\x74\xa6\x6d\x91\xfc\x74\xa6\x6d\x92\x8e\x04\x41\xb3\xda\x2e\x97\xb8\xaf\xb8\x25\x03\x2e\x6e\xff\xad\xe7\x46\xdb\xe0\x44\xfe\x9e\x5b\x54\x1c\xdf\xc6\x01\xf4\x3d\xab\xed\xe6\x56\x15\xc7\xb3\xad\x2b\x8e\x32\x04\x1f\xb3\xce\xe1\xe5\xd2\xf3\x15\xd7\x89\x4b\x8a\xe3\xdb\xe4\x59\xe5\xd2\xf2\xdf\x7a\x1e\xca\x87\x29\xe3\xd2\x98\xf5\xe7\x56\x5c\x26\x0e\x39\x73\x67\x79\x38\xb8\x80\xaf\x67\xc9\x2f\x9f\x5d\x71\xd4\xef\x44\x06\xf9\xce\x8a\xa3\x7e\x37\xed\x2f\x3f\xb4\xab\x76\x2c\x1d\xe5\xe7\x52\x1c\x65\xb4\x18\x89\x53\x19\x73\x28\x8e\x72\xa7\xf2\x4d\xea\xdc\x12\xcf\x4e\xd5\xf9\x3d\x14\x47\x19\xaf\x64\x25\x39\x0b\x2a\x16\xc9\x99\x1b\xd1\xc3\xc1\x39\xf0\x9d\x2b\x6a\xd6\x1f\xbd\x8f\x73\x8c\x8b\xda\x2e\x77\x96\x87\x43\xb0\xaf\xa8\xed\x16\xc9\x94\xcb\xbc\x7a\x91\x4c\xb9\x60\x26\xe8\xd6\xc6\x5e\x7a\x57\xdc\xa9\xb8\x41\x1c\x6d\xa8\x48\xa6\x5c\x3a\xd9\xcb\x48\x8a\x2b\x8a\xe3\x7d\x83\x3e\x58\x4e\xe5\xa3\x5f\x96\x53\xf9\x2e\xc5\xe9\x3b\x2e\xc5\xe9\xdb\x7a\x59\x32\xa8\xfa\x36\x6e\x06\x0f\xba\x04\xaf\x73\x83\xcc\x6f\xbd\x16\xda\xcb\xe0\x4c\xe5\xaa\xef\xad\x95\xfe\x26\xd8\xc3\x0d\xdf\xbf\xf5\xaa\x6f\x93\x87\xaf\xea\xdb\xaa\xea\x37\xe8\x33\xdc\xbc\xb2\xfe\x2c\xfd\x86\x83\x76\xcf\x45\x2b\xbf\x75\x2e\x49\x59\x71\xd4\xe5\x44\xf6\xf5\x1e\xc4\xd1\x17\xea\x8d\x4c\xeb\xa3\x7c\x75\xb5\xe7\xfa\x28\xdf\x52\xfd\x8a\x6b\xc4\xa1\xf3\x3a\x95\x8f\x36\x54\xa7\xf2\xcd\x46\x1c\x5e\xc6\x3a\x55\x67\xda\x41\x38\xe8\xe7\x55\xed\xa0\x2e\xd3\x18\x82\xa0\x44\x7d\xf5\xbd\xc8\x2a\x1c\x63\xe5\x6b\x99\xbe\xc5\xd5\xdc\x61\x15\x4c\x5c\x51\x5c\x57\xdc\x20\xee\x51\x1c\xcf\x72\x4b\x6b\xe7\x7e\xee\xf5\xa7\x2a\x8e\x67\x65\xff\xb8\xc7\x25\x84\xc0\xf7\x72\x0d\xcb\xfa\x53\x14\xd7\x88\x43\x7e\xad\x29\x1f\x3a\x6a\x1a\x67\xb8\x78\x25\x04\xc1\x8a\xa6\x7e\xc9\xcd\xd9\x2b\xae\x10\xa7\x7c\x5d\xf9\xf0\xd0\x36\xf5\x55\x6e\xc9\x5e\x71\xbc\x4f\x7d\xb5\x8d\xa6\x38\xea\xa7\x76\xd5\x86\x9e\x45\xbf\x4d\xfd\xb7\x9d\x7a\xb6\xf1\x6d\xa7\x9e\x3d\xf5\x6d\xf4\xd5\x76\xea\xdb\x2e\xe5\xc3\xee\xb6\xab\x2a\xee\x24\x6e\xf0\xec\x75\x2b\x4e\xb2\xe2\x0c\xfb\x76\xeb\x3b\xd4\x0e\xe2\x81\x5c\x6e\xc9\xf4\x26\x9f\x26\xaf\xdb\x23\x99\x3e\x41\x71\xf1\xf7\x87\xfb\xf6\xa8\x0a\x8f\x5e\x1d\x10\x91\x4c\x48\x63\x48\x0c\x5c\x2b\xd7\xdb\x6b\x71\x2a\x0e\xb3\xd7\x35\x24\x76\xa9\x3f\x32\x34\xf5\x8c\x6a\x7a\x53\x3e\x44\xde\xd5\x05\x3a\x66\x3e\xc8\x43\xd6\x65\xe6\xfb\x4d\x93\xe5\xb6\xf3\xde\xf5\x49\xfd\xe1\x7d\x89\xa6\xd8\x9f\xa2\x38\xea\x92\x46\x22\xae\x2b\x6e\x2a\x8e\x32\xa6\xca\x98\xcb\x3c\x86\x7c\x50\x97\xc9\xb7\x75\x86\xfb\xc0\xf5\xe2\xbd\xbf\x59\x71\x34\x09\x6e\x97\xea\x5d\x43\x49\xd7\xb7\xc9\x1b\x35\x64\x06\x46\x3e\x15\xb7\xf2\x0d\x0d\x25\x03\x33\xa0\x6b\xa0\xfa\x90\x19\x18\xe5\x56\xdc\xaa\x0b\xf7\x69\xaf\x3f\x8a\xc3\x3c\x8e\x4a\x33\x19\x0c\x43\x81\x8b\xba\xfb\xd0\x30\x34\x1a\x32\xd0\x44\x2c\xf7\x58\xaf\x3f\xaa\x0b\x5d\x74\x48\x7e\xa3\xab\x2e\x34\x9d\x21\x53\x38\x64\x42\x32\x72\x19\x32\x21\xdc\x1d\x1d\x02\xd7\xcc\xf7\xa1\xe1\x79\x30\x3c\x07\x4d\xbe\x8e\x73\x28\x6e\x2a\x6e\xe9\x72\x5c\x2a\x43\x3a\xe2\xa2\xb6\x3e\xa4\xa3\x71\xe9\x7d\x40\x99\x71\x4b\x06\x77\x52\x1c\xdf\x71\xeb\x7d\xb7\xf2\x61\x5a\x87\xcc\xd4\x90\x99\x2a\x40\x99\x21\x33\x35\x9e\xa6\x38\xca\x7d\xf4\xec\xc3\xb7\x15\xc9\xea\xd1\xb7\xc9\xfc\x14\xcc\xf2\x90\xf9\x19\xd2\x91\x26\x60\x4f\xb5\x3f\x6e\xb9\x09\x41\x9e\xa6\x53\x43\xce\xc9\x71\xfa\x81\xab\x5c\xfa\xa9\xe3\xf4\x4f\xc9\x94\x7b\x5f\xfa\x29\x99\x9e\x33\x29\x6e\x7d\xc7\x29\xc8\x78\xaa\x0c\x6e\x1c\xe9\x97\xda\xc1\xa5\x36\xce\xcd\x69\xfd\x92\x89\xbb\x64\xe2\xb8\xcb\xa9\x5f\x99\x32\x2e\x99\x24\x0d\x75\x97\x4c\xd2\xa5\x72\xb9\x5c\xae\x5f\x2a\xf7\xea\xe8\x9c\xeb\x54\xfa\xd5\xd1\xf9\x25\xbd\x71\x83\x4c\xbf\xa4\xb7\x4b\xe6\xa2\x63\x92\xae\x2b\x2b\x8e\x72\x7b\x57\x9c\xca\x95\x8e\x7a\xa7\x2e\x97\x9e\xbd\xd1\xb9\x3c\x07\x97\x20\xd4\xa5\xbe\xc5\x9d\xce\xfd\x52\xdf\xba\x34\x6c\x8c\x43\x71\xaa\x8b\xfa\x11\x37\xcb\xf6\x4b\xfd\xe8\x9a\xe8\x88\x7b\xa9\xfa\x35\x6f\xc5\xbd\x8a\xe3\xd9\x97\xb6\x71\x49\x7e\x5c\x13\xdb\x6f\xc9\xef\x96\xfc\x06\x32\xbd\x25\xbf\x5b\xc3\x81\x86\xce\x5b\xc3\xc1\xad\xe1\x40\x9e\x82\x5b\xc3\x01\xf7\x56\xaf\xb8\x4e\x1c\xf5\xbb\x25\xd3\x01\xcc\xb8\x25\x53\x6e\xa2\x09\x91\x9b\x4c\xfb\x2d\x58\x70\xd3\x3f\xe2\x41\x3f\xbf\x07\xfa\xb8\x81\x05\xf1\x00\xd6\xdf\x32\xcb\xf7\x12\xd9\xb2\xac\xd4\x59\x6d\xfc\x7e\x94\xaf\x50\x67\xd9\xc9\xfb\xd1\xfb\x1a\xcf\x3e\xc8\xf4\x7e\x2d\x8e\xfa\xbd\x16\xb7\xea\x17\x35\xfc\x3d\x92\x01\x57\xcb\x84\xa8\xe1\xef\x69\x55\x71\xd4\x59\xc3\xcb\xd3\x6e\xc5\xe9\x59\x18\xee\xa3\x6f\x7b\x16\x6a\x5f\x71\x3c\xdb\x87\xe2\x94\x8f\x76\xc0\x15\x33\xeb\xcf\xa3\xb8\x4e\x1c\xed\xe0\xa1\xbd\x44\x2e\x13\xef\x8f\xda\xcb\x33\xf9\x36\xae\x86\xec\x8f\xda\xfd\xb3\xd4\x1c\x22\xb7\xae\xf7\x67\x22\x97\xe7\x55\x9c\xea\xf2\x5a\x1c\x65\x44\xec\xf3\xd4\xb7\xcd\xa5\xd2\x10\x23\xf0\x66\x6a\x0c\xe0\xea\xe8\x15\xb7\xca\x98\x05\xd9\x4f\xe0\x52\x4c\x8c\x33\x53\x70\x89\x1b\xa0\x43\x4c\xd4\x65\x36\x64\x3f\x25\x83\x84\xcd\x99\xa2\x31\x73\x20\x2b\xee\x4b\xeb\x73\xdc\x8a\x53\x3e\xe4\x32\x4f\xd5\x65\x21\xbd\x15\xd7\x88\x2b\x8a\xe3\x3b\x34\xb3\x31\xa5\xf3\x79\x5e\x8a\x4b\xc4\x21\xab\xb9\x46\xdf\x15\x47\x19\xea\x47\xf3\x46\x6f\x1a\x53\xa6\x20\xf7\xbc\x6f\xc5\x51\x86\x6c\xdd\x7c\xf8\x5e\xae\x35\xec\x53\x63\xd4\x9c\x94\xa1\x31\x65\x4e\xda\xee\x54\xdb\xd0\xec\xc5\x2b\xf9\xbd\x05\x7d\xe8\x8a\x1c\x2e\x6c\x5e\x7f\x54\x06\xdf\xf1\x16\xc6\x8f\xb7\xf2\x6d\x5c\xa8\xd7\xdf\xca\xb7\xbd\x92\x55\xee\xe3\xf7\x87\xfb\x57\xcd\x89\x3b\x97\x43\x2c\xa8\xe1\x55\x73\x7a\x17\xe0\x59\xa3\xf8\xfa\xcc\x77\x74\xc5\x21\x72\xee\xcc\xef\xaf\x90\xce\x0b\x42\x8d\x05\x76\xf0\x0a\xa1\xbe\x12\x5b\xc1\xb4\xbe\x97\xf2\x31\x44\xc4\x42\x73\x7a\x6f\x7d\x92\xc4\x56\x5a\x25\x4e\xf9\x18\x0e\x62\xa1\x19\xbf\x1a\x0e\x5e\x89\xa8\xac\xe6\x34\xb8\x80\xf9\xb7\x71\xe8\x33\x59\xef\x32\xb8\x6b\xf8\xb7\x71\x80\xc4\x62\x5d\xc3\xdf\x38\x68\xee\xe3\x60\x08\x8b\x30\x9f\x71\x30\x84\x8d\x43\xdd\x9b\x6b\x9d\xc6\xf1\x7f\x31\x76\xee\xb8\xbb\xf4\x38\x7e\xce\x7b\x15\xbd\x03\xd7\x4d\x17\x02\x07\x93\x38\xb6\xf7\xa0\x2b\x30\xc1\xcc\x34\xda\x33\xfb\x37\xf4\x3c\x6f\x62\x3b\xf8\x1c\x1c\xbc\xf8\xf3\x54\x95\x24\x8a\x22\xf9\x23\x29\xe9\xcc\xe7\xf9\x61\xbc\xa0\x97\xb8\x98\xd6\xb8\x30\x43\x0f\x77\x0e\xc6\x85\x2a\x8c\x8b\x08\xc2\xc3\x9d\x89\x71\x11\x41\x88\x6b\xf9\xbd\xe0\x5d\xd4\x5e\x5c\x2e\x15\xae\x8d\x8c\x8b\xa5\x12\x97\xe3\xe0\x72\xc7\xf0\xa6\x97\xb8\xbf\x5b\x5a\x40\x7b\xa5\xd1\x2e\x41\xec\xb8\x3f\xda\xb8\x41\x57\xde\x12\x12\x5c\x71\x7c\x7e\x5e\x69\x2f\xb4\x2c\xad\x4a\x4b\xd0\xba\xb4\x21\xad\x42\xf3\x7b\xd9\xef\xc1\xbf\x3b\x7f\xd2\xa6\xb4\x0f\x1a\xfc\xbb\x0b\xb2\x51\x3f\x68\xa5\x48\x83\xa7\x04\xbd\xe3\xc6\x45\x09\x6f\xa7\x79\xb8\xd0\x3b\xbc\x9d\x26\xb8\xae\xf8\xd0\x32\xb4\x24\xcd\xbe\x64\xda\xad\xf6\x25\xec\x4b\xa6\x7f\x61\x5f\x02\xfe\x71\x07\x7b\x70\x29\xf1\xf9\x91\x2f\x85\xb1\xb1\xe4\xe3\x6e\x8e\x97\xf9\xb8\x9b\x34\xe7\x1c\x53\x17\x77\xff\xd1\xe8\x1f\x17\xc5\xc7\x3d\xec\x9f\x4b\x99\x9b\xb5\xe3\x1e\xb6\xab\x4c\x86\xbc\x1f\xf6\x6f\x30\xbf\x21\xef\x51\xf3\x71\x4f\xbf\x27\x9f\x97\xdf\x53\x8d\x86\x3c\x5d\xce\x25\x28\xfb\x01\x39\xc6\xbd\x9c\x0f\xe5\x25\x5e\xe6\x7c\xfb\x9c\xb2\x11\xc7\xdc\x87\x51\xb7\x78\xe4\x69\x20\x7f\x8f\x3c\x7d\xfa\x99\x0f\x6f\xff\x88\xa7\x33\x1f\x0f\xae\xd6\x7b\x1d\xb5\x17\xcf\x44\xfe\x1e\x4c\xfb\x7b\x1d\x75\x1b\x0f\xa6\x3d\x1e\xfa\xfc\x12\xf0\x8d\x67\xf9\x1c\xea\xfb\x25\xd0\x1b\xaf\xed\xbe\x44\x4c\xbc\x11\x23\x5e\xdc\xdc\x78\x91\xa1\xf7\x66\x2e\x5f\x65\xe8\xcd\x3e\xc7\xbc\x11\x7e\x3a\x3f\xf4\x8f\x9b\x88\xe3\x55\x5e\xde\x62\xbb\xcc\xc7\xeb\x38\x08\x32\x1d\x5a\x40\x43\x86\x5e\xd6\xef\xfb\xd8\x97\xb0\x0d\xa2\x7d\x2f\x17\x55\xc7\x8b\xaa\x8e\xb7\x33\x36\x2e\x66\x8e\xb7\x27\x69\x05\xda\xc7\x73\x47\x00\xce\x4f\x83\x96\x18\x47\xf7\x7b\xb8\x41\xef\x93\xce\x9a\x79\x87\xfd\x03\x35\xbd\xd4\x15\xc4\x3b\xed\x1f\x10\xe3\xc5\xfc\xc5\x3b\x6d\x77\xfa\xbd\xc2\xd8\xd4\x07\x2f\x88\xfa\x7d\x0a\xcf\x81\xa8\xe3\x5d\xf6\xaf\xd2\x06\xee\x52\xbc\xc7\x82\x1e\x1a\x7d\xde\x3e\xb7\x7d\x4e\xbe\x6c\x9f\xdb\x21\x8d\x77\x81\x59\xf1\x3a\x47\x4f\x9c\xb1\x19\xd5\x8a\x0f\x17\xca\x6b\x2d\x82\x3b\x94\xcf\xcf\x90\xf6\x41\x5b\xd2\x98\xa3\xf7\x3e\xf2\xf7\xa9\x23\xb8\x5a\xf9\xd0\x12\xb4\x90\xd6\xa4\xd1\x46\xb6\x8d\x6c\x1b\xc8\xda\x07\xca\x8e\x0f\x1d\xf1\xbe\xc8\xfd\xa7\x8e\xf8\x88\x3c\xbe\x2f\x32\xfe\xe1\xe6\x86\x51\xb2\xf7\x45\xc6\x8d\x88\xc5\x47\x44\xe7\xe5\x56\xfb\xf8\xaa\xed\x62\x3f\xde\x97\x79\xfb\xb0\x1f\xf1\xe1\xe6\xbe\x14\x25\xc4\xd7\xed\x73\xf7\x7b\x95\xef\xe1\x92\xc5\x07\x5c\x7c\xb9\x69\x2d\x3e\xe0\x62\x7c\xd8\x8f\xf7\x43\x9f\x7e\xd3\x36\x26\x3c\xf8\x1c\x87\x72\x6f\x04\xeb\xe5\x16\xc2\x30\x82\x15\xc9\x71\x7c\xac\xb7\x44\x04\x35\x8c\x4c\xbd\xe9\x82\xa6\xec\x26\x22\xd5\x2f\x37\xc3\x45\x22\x52\x1d\x09\x57\xeb\xc5\x5e\x06\x37\x17\xff\x89\xe4\x38\x80\x36\x91\xba\xcf\xa1\x9b\xde\x94\xf9\x9e\xf6\x28\x29\x7f\xe9\xc0\x89\x48\xae\xd5\xa4\x5c\x71\x01\x60\x24\xe5\x2a\xe1\x92\xbd\xd9\xbe\xe0\x92\x45\x22\x3a\xf7\xe6\xff\x0f\x74\x1f\x49\xb1\x4b\x1b\x16\x91\x37\x8f\xb4\x43\xda\x94\x76\x3e\x6d\xd0\x2b\x88\x69\xdd\x2f\x97\x84\x46\xc6\x0b\x89\x0c\x3a\x7d\x33\x6a\x3e\xab\xfa\x0d\x70\xbd\xe4\xb0\xc3\x00\x57\x18\x18\x7a\x35\xc5\xc5\xef\x95\x4c\xf7\x35\x61\x25\x57\x69\x7c\x8f\x9b\x27\xa3\x28\x4e\xc5\xef\x71\xc1\x66\x14\xbf\x57\x08\x98\x79\xda\x7e\x14\xcd\x81\x81\x97\x37\x30\xa7\x06\x5e\xc2\xc0\xcb\x1b\xb0\xc8\xc0\x4b\x18\x3c\x79\x83\x25\x50\x54\xfd\x85\x00\xd7\xab\x0a\x2e\xcb\x76\x31\xd9\x6f\xb0\x44\x8b\x26\xdb\x08\xc7\x1b\x8c\xa3\x3a\x8e\x4a\xd0\xdf\x93\xea\x83\x9b\x7a\xcf\x4f\x95\x96\xa0\x35\x69\x4b\xda\x99\x7e\x6e\xee\xfd\x13\x15\xc4\xff\x5d\x37\xdf\x2b\x9f\x34\x9f\x63\x09\xd4\xca\x1c\x55\xd0\xcb\x77\xc1\x97\xaa\x7a\xac\xc7\xa3\xb9\xbf\x0b\x75\x5b\x1b\x62\x5c\x0f\x78\xbf\xbf\xab\xf2\x6e\x43\x9c\x2a\x26\xe2\x23\x28\x17\xb5\x57\x69\x3c\x77\xc3\x17\xa3\x2d\x51\x8f\x97\x73\x68\xb4\x31\x7c\x6e\xd0\x2e\xb9\xbd\xa8\x63\x48\xdb\xd2\xce\x7c\x54\xcd\x4b\x25\xc8\xfc\x71\x75\x76\xd4\xe9\x38\x96\x34\xcc\x9f\xd1\x96\xa8\x8b\xb1\xdd\x98\xb5\xba\xe5\x01\x11\x98\x8f\x8b\xfb\xa3\x6a\xfe\x8c\xb6\x7c\x9a\x17\xa3\x2d\x11\x9f\xdf\x63\xbc\x21\x9f\x83\xc0\xdf\xc7\xb5\xfa\x11\xaa\xa4\x40\x25\x7d\xdc\x8f\x19\xa1\x0c\x45\x61\x8e\x34\x25\x51\x7c\x17\xb7\xe5\x7b\x50\x71\x01\xba\x0a\x23\x2b\x1f\x39\xbb\x30\xb2\x12\x51\x7d\x97\xf1\x72\x5d\xef\xf9\xa9\xd2\x02\x5a\x93\x66\xbb\xac\x8f\xa8\xb6\x8b\x2b\xf3\x3d\x2f\xe3\x88\x47\x9a\xef\xbe\x8c\x23\x7c\xb7\x49\x83\x2f\xd1\x7e\x34\xf8\xcc\x6e\x8f\x08\xd5\x5e\xe0\x4a\x7f\x0f\xea\x82\x30\xcb\xf9\xf1\x5d\xcc\x50\x0c\xdf\x1d\xf6\xa5\xd2\x97\x61\x5f\xa6\x7d\xc1\x14\x1b\x6d\x09\x02\x2c\x87\x46\x5f\x88\xec\x45\x4c\xdb\x45\x5e\x42\xf5\x18\x20\xfe\x8f\xda\xb6\x08\xe7\x32\x08\x14\x7f\x5c\x4b\x1b\x41\xa0\x38\x02\x44\xf3\xbd\xc8\x55\x80\x68\xc2\x48\x8d\xc7\xc8\x87\x91\x9a\x30\x52\xf3\x69\x5e\x9a\xf3\xdb\x08\xaa\x7f\xef\x23\x8d\xbe\x34\x10\xff\xf7\xbe\xd0\x40\xfc\xd1\xb2\x7d\xc1\x5d\x6f\xea\x8d\xe6\x3a\x7a\xf3\x59\x47\x8d\xc8\x59\x70\xe3\xf0\xfd\xbd\xc8\x06\x21\x9f\xf3\x63\xbb\xf0\xca\x28\x4f\xb4\xea\x38\x30\xcf\x4d\x33\xd4\xaa\xe3\x40\x87\x35\xd7\x5b\x73\x2e\x5f\xdc\xfa\xe6\x5c\x72\xe9\xf0\xa1\x55\x68\xb6\x11\x8c\xe3\xbb\xf8\x9e\x6e\x69\xc3\x1c\x7c\x1f\xbc\x6a\x42\x91\x46\xa4\xe1\x03\x25\x46\x53\x37\x35\xd7\x2f\xdb\x43\xa2\xb9\x7e\x9b\xeb\x8d\x84\x64\x34\xd7\x5b\x03\x4d\x7e\x5c\x1a\x1b\x6d\x16\x69\xbe\x9b\xe8\x8b\x73\xd9\x96\x6d\xe0\xca\x34\xe7\xcd\x08\xd6\x47\x12\x30\x8c\x60\x85\x51\xa8\xef\x63\x6c\x46\xa1\xa2\x2b\x2f\x09\xf3\xd7\x95\x17\xa3\x41\x1f\xb7\x2f\x87\xd1\xa0\x30\xa2\xf3\x91\xec\x0a\x23\x3a\x31\x48\x66\x7e\x19\xf9\x1b\x24\x33\x83\x80\xcd\xfd\x51\xbf\x14\x46\x6a\x62\xb8\x2e\x0b\x3c\x18\xae\xcb\x51\x7c\xee\xe5\x39\xa2\x73\x61\x44\xe7\x2b\x40\x11\x23\x3a\x31\x80\xa9\x1f\x89\xa8\x18\x24\x2e\x63\x60\x03\x3e\xee\x06\x8e\xa1\x0d\x18\x24\x1a\xbf\xc2\x9a\x19\x42\x82\x41\xb0\xdc\x63\xbb\x63\x8c\x2e\x8d\x36\x28\x9d\x8f\xa1\xdb\x37\x56\x92\x46\xbb\x9a\xd8\xa1\x8c\x57\xd6\xf4\xd0\x56\x10\xd8\xb9\x3f\x12\x47\x31\xb6\x6d\x60\x43\xbf\xca\x1c\x19\xe5\x89\x09\xbc\xfb\x6a\x4a\xd0\x5e\x69\xb6\x01\x9f\xe7\x57\xa5\x31\x0e\x61\xd1\xd4\x56\x4c\x20\xda\xc7\x85\xcb\xc1\xbd\xc7\xe7\x07\xd9\xad\xf5\xfd\x6b\x73\x3f\x73\xf3\x15\xbb\x85\xe7\x34\x55\x8f\xd3\xe5\x53\x31\x6b\xd3\xe5\x33\x9d\x9a\x8a\xc7\x61\x40\x2a\x0c\x48\x7d\x15\x71\x37\xf8\x14\xc4\x9b\xee\x4f\x24\xc5\x1d\xc7\xe7\x87\xee\xc7\x2d\x8d\x69\x98\x2e\x9f\x60\xc9\x4f\x97\xcf\x54\x15\x8a\xa4\xa6\xaa\x90\x1b\x8d\x0f\x8d\xe7\x9a\x2c\x22\x40\xf3\x05\xd3\x3f\xf5\xfa\x27\x01\x9a\x2f\x10\xc5\xd9\x6c\x83\xfc\xdd\x47\x0e\x2e\xa6\x1e\xd6\x24\xf8\xf9\xc5\x07\xdb\xba\xe3\xc5\xeb\xff\x02\xf3\x32\xf5\xfa\xa7\x6a\x34\x50\x21\x53\x35\x3a\x87\xe3\xc8\x8c\x43\xf4\x37\xa7\x6d\x60\x86\xe6\xb4\x7f\x13\x5e\x11\x70\x8c\x39\xe5\xd5\x72\x1c\xa0\xb0\x29\xfa\x9b\x5b\x1a\x2e\xc5\xd4\xfd\x9a\xaa\xc7\x00\xf9\x4c\xd5\xa3\x81\xb5\x44\x89\x52\x18\x58\x8b\x09\x12\x48\x17\x6a\x65\x8a\x04\xe6\x91\xb4\x43\x3b\xdf\x33\xd8\x16\x0b\x77\x24\xe9\x66\x2c\xcd\x24\x31\xb7\x3b\xe9\x66\x2c\xdd\x91\x45\x50\x29\x5d\xcc\xd1\xd2\x9d\x5b\xc9\xef\x3d\xd2\xe0\xd5\x42\xec\x12\xa5\x4d\xb1\x8c\x0c\xac\x6c\xff\x98\x8f\xa5\x0a\x5e\xb8\x6e\xe9\x42\x55\x13\xb5\x3b\x3f\x0b\x1a\xcb\x62\x15\xfb\x57\x6c\x17\xaf\x7f\x29\x57\x0b\xb9\x4a\x17\x73\xb4\x74\x23\x0d\xf2\x25\x4a\xa3\x62\x29\x6b\xab\x3a\x36\x96\xd4\xaa\xb6\x1b\xf6\x0f\xd7\x68\x29\x57\x0b\xf7\x30\xe9\x1a\x2d\xd5\xf2\x6a\xb6\xcb\x1c\x2d\xe5\x8a\xf8\xdf\x9d\xae\x2a\x4d\x1e\x60\x8a\xd3\xc5\x1c\x2d\x4d\xf1\xa2\x2e\x21\xe9\x56\x19\x0c\x8c\x85\x37\x9f\xc8\x7f\xc6\x12\x75\xae\x2e\x5f\x58\x33\x4b\x57\x6b\x6d\xfb\x0c\x5a\x5b\xa2\x3a\x83\x7c\xe9\x46\x55\x1b\xe4\x8b\xfd\xd1\xc6\x8d\x9a\xda\x1f\x6d\x6c\xf9\x47\xc9\x52\x6c\xf9\x67\x40\x2f\x3d\xcc\xa5\x11\xbb\xd8\xe4\xbc\x13\x01\xdb\xd8\x04\xb7\x63\x93\x9b\x4c\x0f\x3c\xdd\xe4\x26\x63\x3b\x5e\xaa\xe9\x63\x3b\xde\xed\x78\x1f\xdc\xeb\xed\x78\x37\x6b\x2b\x3d\xa8\x9a\xdd\x98\x8f\x3d\x7e\xcf\xd1\x86\xeb\xc3\x88\x5d\xd2\x55\x30\x62\x17\x1b\xb9\x4f\x0f\xf2\xbc\x45\x2a\x9b\xe4\x40\xa2\x6e\x27\x36\xc9\x81\xd8\xb8\xdc\x49\x73\xbf\x55\xa3\x9b\xb5\x90\x5e\xdc\xaa\xed\x5a\xd8\xca\x38\xc1\xde\x66\xb4\xaf\x5d\xb8\x82\x09\xe4\xd8\xae\x23\xf0\xe7\x27\x49\xcb\xd0\x8a\xb4\x2a\xad\x42\x6b\xd2\x6c\x37\x5d\xd0\x36\xb4\x64\xbb\x89\x36\x48\xda\xb5\x8b\x3c\x73\x7a\x8f\x5c\xb5\x8b\xc8\x59\xbb\x5c\x0b\x6f\xe6\xb9\x6c\xbb\x45\xda\x41\xa7\xed\x42\x77\xb6\xab\xf8\xbd\xca\x73\xc5\xef\x39\x6f\x24\x2e\xdb\x45\xd0\xba\x5d\xca\xee\x1b\xd0\xc2\x77\xa9\xa9\x49\xdf\x81\x27\xed\x0a\xc7\xe1\x1c\x7d\x67\xad\xb6\xab\x39\x0e\x60\x4c\xfa\x5e\x78\x30\xe4\x0b\x6e\x5f\xfa\x1c\xc7\x70\x6c\xd3\x77\x33\x3c\x98\xbe\x3b\x7d\xae\x48\xf3\x39\xe7\x83\x04\x62\x23\x84\xf9\xa7\x19\xa1\x4c\xdf\x91\xdd\x76\x03\x31\x1a\x91\x29\x3a\xfc\x48\x78\x1a\x77\xfc\xf3\xcc\xd3\x25\xe1\xfa\xc7\xe1\xb0\x95\x56\x8d\xe2\x2a\x36\x3c\x37\x0a\xac\xce\xcf\xe0\x54\xff\xbf\xfd\x69\xaf\x1f\xa2\x5a\xe7\xc9\xa7\xfd\x4f\xca\x77\xe4\xe1\x3d\x5a\xba\x25\x29\xe9\x2c\xa0\xef\x98\xfc\x96\xa5\xe4\xb3\xcc\xd2\xd1\x58\x2d\x0f\x29\x47\x70\xd2\x71\x0f\x5b\xf1\x99\x72\xfe\x23\x1f\x60\xd8\x48\x7f\xff\x69\xe5\x74\x22\xbf\xe7\x2d\x61\x5c\x03\x76\x05\x48\xb1\x99\x93\x6e\xf5\xa8\x91\xa0\x52\xa3\x09\xb0\x5a\x3d\x8c\xce\xf0\xb2\x0e\x46\x56\x8f\x6c\xb3\x47\xb1\x09\x54\x5a\x1c\x65\x1a\x14\x73\xb4\x20\x9c\xd2\x82\x70\xca\x45\xe1\x46\x33\x03\xdc\xc4\x1a\x17\xd9\xa7\x26\xd6\x68\x61\x21\xc8\x95\xfe\x7a\xa7\x76\x0b\x5c\xc6\x16\x67\xaa\xca\xb1\x82\x4d\x47\xba\x35\x9c\x87\x94\x8e\x86\x68\x4d\x09\xd7\x41\x4e\xe9\x39\x1d\x68\x00\xcd\xd6\xa8\x66\x4a\x14\xf6\x37\x1d\xe4\xd6\x00\x45\x29\x21\xe1\x0d\x50\xd4\x74\x9a\x53\xca\xbc\x6b\x47\x75\x72\x13\xf1\xfb\xd6\xe4\x0d\x8e\x25\xae\x52\xeb\xd4\x7e\xb4\xee\x3a\x4d\xc7\x5f\x68\x1d\x97\xbe\x75\x7b\xe7\x6c\x74\xa2\x52\x4d\xf7\x33\xe5\x8b\x77\x6d\xa1\xe3\x07\xa4\x7c\x74\x7d\xeb\xb6\xd0\x0f\xf7\x89\xcf\x36\x1d\xcd\x36\x5c\xf5\x99\x55\x35\x5c\xf5\xc3\xb1\x66\x26\x60\xb8\x22\x07\x81\x8a\x84\x03\xd9\x06\x16\xa6\xe9\x54\xa6\xf2\x41\xb3\xd5\x81\xe7\x92\x0a\x5a\x64\xe0\xb9\xb4\x41\xe5\x47\x2a\x68\x82\x41\x95\x5b\x1b\xf6\xae\xc0\x27\x9d\xbb\x36\xd5\x36\xe5\x80\x8b\x36\xd5\x36\x93\x8a\xa7\x54\x8e\x35\x69\x13\x8b\xda\x74\xe4\x52\xbd\xa0\xe1\xc8\x35\x1d\xb9\x54\x11\xbf\x49\xea\xab\x4d\xb5\x48\x65\x1e\xa7\x5a\xc4\xf4\x5f\xaa\x0f\xed\xda\xe7\x49\xb5\x59\x22\x4e\xdf\x26\xb1\xb5\x36\x89\xad\x25\x9c\xd4\x36\xb1\x94\x6d\x12\x44\xf0\xd0\xeb\x86\x8b\xf6\xa7\xe9\x95\xa5\x8a\x26\xd5\x2b\x6b\x7a\x60\xa9\xa2\x35\xf5\x2a\xda\x52\x43\xd6\xe3\x1d\xb5\xa5\x86\x5c\xd9\x76\x2b\x34\x2a\x3e\xdb\xcf\x6a\x57\x14\x84\xa9\xb9\xf6\xb3\xda\xa4\x86\xdb\x02\x40\xb7\x65\x5f\xe2\xa1\x0d\xfb\xb2\xd4\x7c\xa4\x86\xdb\x92\xcf\x8b\x20\x47\xa2\xa8\xbc\x69\x29\x9b\x69\xae\x14\xe9\xcc\xaf\x69\xae\xb6\xf5\x20\xe2\x00\xd9\xb6\x95\x5b\x2d\xa5\x07\x41\x37\x2d\x65\xdb\xf0\x2a\xe3\x09\xb5\x4d\xac\xae\x6d\x80\x7b\xc6\x13\x6a\x5b\x1e\xec\xe8\xd0\x58\x2f\x3b\xa6\x34\xbf\x77\x78\xda\x2f\x24\xbc\x63\x89\x82\x0a\x81\x8e\x05\x3a\x3f\x3e\x76\xba\xdc\x2f\x7c\xf7\xae\x81\xc9\x38\x33\x5d\x03\xd3\x2f\xb0\x6d\xbe\x0e\x16\xe8\x58\x96\xf3\x73\x9f\xcf\x9d\x91\xf5\x2b\xfb\x58\xb6\x27\x07\x0a\xf4\x0b\xbf\xaa\x5f\xd4\x31\x65\x6a\xb9\xba\xd9\xae\x7e\x85\x9f\x3b\x36\xa7\x5f\xf8\xd2\xfd\x62\x26\xf3\x7d\x56\x4c\xbf\x9a\x3d\x46\x7f\x1f\x19\xe8\xe6\x9c\xba\xf9\xa5\x7c\x9f\xf1\x77\x92\x48\x7f\xba\xf9\x9b\x7c\x1f\x4b\xdc\xcd\xdf\x74\x73\x30\xf9\x2e\xef\xa1\xe1\x55\xf5\xfb\xd7\xc2\x99\xef\xae\x85\xe8\xe6\x2e\x70\x0e\xfb\x43\x15\x46\x7f\x70\x18\xf3\x73\x9d\xc7\x1e\x1c\xc6\xfe\x50\x01\x93\x9f\x23\x7a\xfd\xa1\x02\xa6\x5b\x30\x9c\xa9\x20\xea\x16\x0c\x77\xd3\x1e\xf9\x49\x7c\x0f\x91\xea\x0f\xf1\x97\x8c\xd3\xd2\x1f\xe2\x2f\xfd\x41\x25\xe5\xe7\x38\x78\xfd\x21\x9b\xdf\x1f\xbb\x47\x7c\xa3\x6b\xaf\xfa\xf3\xab\x52\x3a\x24\x33\x1c\x9d\xf2\xdd\x3b\x3f\x07\xfe\x76\x8a\x78\xff\x74\xb3\x19\x99\x28\x7b\x37\x9b\xd1\xcd\x5c\x64\xb6\xdc\x75\x33\x17\x9d\x92\xd9\x3b\xbf\x4c\xe3\x4b\xf8\xa0\x9b\xcd\xc8\x84\x23\xfa\x4b\x28\xa8\xbf\x76\xe5\x65\xce\xb4\x78\xdd\xfa\xd4\xe7\x39\x3d\x36\x90\xdf\x3f\x25\xe5\x3d\x0a\xa3\x7f\x4a\x8a\x01\xfa\x4c\xf4\xa0\x1b\xa0\xef\x1f\x8a\x25\x53\xba\xdc\x3f\x94\x48\xff\x80\x6c\x99\x1c\x73\xa7\x56\xf5\xfc\xf8\xdc\x59\x54\xdd\xf2\xd4\xfe\x11\xb0\xce\xe4\x98\xfb\xc7\x22\xe8\x9f\x1c\xfd\x3e\xde\x95\xa3\x5f\xfc\x9e\x3b\x42\x60\x79\x6a\x37\x40\x9f\x89\x32\x74\xcd\x74\xff\x05\xcf\x8f\x71\xeb\xc9\x09\x4f\xca\xd4\xc7\x64\xa4\xa3\xf2\xff\x74\x8a\x40\xef\xcc\x46\xb9\x9e\x40\x1c\x3d\xe1\x65\x65\x36\xc8\x75\xca\x43\xff\xf4\x94\x6d\x82\xd9\x48\x0e\xcd\xb8\x7b\xfe\x8e\x25\xe9\xc6\xdd\x7b\x72\x8d\xa6\xe3\x41\xf6\x04\xd8\xef\xc9\xee\x25\x66\x43\x9f\xa1\xa7\x5f\x30\xf1\x88\xbc\xb1\xec\x9e\x01\x3f\x39\x31\x8a\xac\xc8\xe7\x04\xf7\x48\x3f\xf7\x4c\x6a\xa4\x67\x62\x16\x39\x15\x9f\xa3\x7b\xc6\xb7\x33\x29\xe9\x6e\x7c\xbb\x5b\x98\x99\xa9\x28\xea\x3a\x26\xdd\x98\x77\x3a\x36\xad\x1b\xf2\xee\x94\x3a\xde\x39\x7f\x7f\x9d\x8c\xef\x05\xc3\xdd\xa9\x84\xbc\x73\x46\x94\x0a\x89\xde\x5e\xec\x55\x3e\xb0\xb4\x97\xc4\x5c\x15\x94\x62\xce\x30\xdc\x12\xc8\x5e\x30\xf0\x99\x28\x4c\xa7\x1e\xf2\xfc\xd0\xfb\x0c\x23\x2d\x81\xec\xc5\xde\x17\xe4\x4b\x97\xa9\x1b\xe9\xc6\x72\x77\x3d\xa4\x5e\x5d\x25\xe5\x78\x4d\xdd\x52\xbe\x5e\xb1\xe6\x99\x20\x4c\x27\xc2\xfd\xa7\x57\xbb\x4c\x10\xa6\x57\xbb\x5c\x9d\xe7\xc2\xc2\xae\x54\x6d\xf6\x6a\xf7\x0a\x93\x50\xf1\x3f\xba\xc1\x6f\x4f\xcc\xed\xba\x61\xbd\xaa\xb3\xcb\x41\x5f\xbd\xda\xe5\xfa\xeb\x72\xa5\x5d\xbb\x6c\xd0\x18\xb3\xdf\x75\xc5\x7a\x90\xee\xca\x14\x08\x77\x2b\xf4\x7a\x28\x5e\x95\x61\x84\xe2\x15\x98\x8f\x4c\x0a\xbb\x1b\x0b\xee\xfa\x67\xb9\x22\x0f\xfa\x67\x3d\x88\x2f\xe5\x5a\xf8\x9e\x22\x47\x11\xdd\x9d\x71\x4b\x7a\xd8\x15\xe3\x9b\xe5\x78\x25\x5d\xaf\xac\x37\x42\x3f\x9e\x4f\xdb\x9b\xa6\xa2\xb9\x22\xe2\x58\xa3\xde\x5c\x11\x16\xac\x79\x1e\x6d\x6f\x4e\x2e\x75\x6b\x87\x76\x86\xd6\xe4\x5e\xcb\x21\xad\x42\x43\xdd\x35\xd5\x27\x85\x54\xbd\xa9\x3e\xf5\xde\x32\xb1\x8e\xae\xf7\xd6\x5b\xf5\xb9\x2c\x2d\xa4\x31\x34\x62\x18\xbd\xe1\xf9\x74\xc3\x96\x39\x60\x81\x5e\x5e\x37\x7c\x48\xe6\xa5\xeb\xe6\x75\x6b\xdd\x32\x59\x91\x6e\xad\x5b\xef\xe8\xac\x42\x08\xa3\x77\x75\x56\xc7\x0b\x2e\x18\xda\xde\x5d\x4d\x9d\xa1\x95\xeb\x3e\x5d\xee\x0e\xad\x13\xe1\xf5\x58\xda\xde\x1d\x5a\x27\x6c\x55\x30\xc8\xbd\x13\xb6\xea\xba\x8d\xe5\xc2\x48\xe9\x36\x76\xdd\xc6\x72\x21\x7c\xba\x8d\xdd\x08\x25\x91\x98\xae\xdf\xd8\x07\x0a\xa0\x50\x96\xd5\x0d\x50\xf6\x81\x8c\x16\x12\x25\x9d\xba\xb2\x3f\x7d\x20\x2c\xe5\x3e\xde\x6a\x1f\x44\xd0\xfa\xc0\x70\x95\xfb\x86\xa6\x9a\x1d\xe5\xf8\xfc\x80\xed\x3e\x94\x1f\xbc\xcc\xf3\xd8\xe9\x9d\xee\x65\x1f\x88\x72\x21\x9f\xd2\xf1\x35\xcf\xcf\x92\x76\x7a\x3c\xc2\xe7\xb0\x65\x45\x23\x65\x1c\xb3\xeb\x72\x96\x9b\x09\x1f\x8e\x8c\x4a\xb2\x87\x38\x47\xd7\x0b\xed\x86\x18\x0b\xdb\xaa\xfa\x24\xfe\xd3\x27\xf1\x9f\x72\xa3\xdc\x0d\x27\xf6\x89\xfb\x51\x6e\x94\xfb\x54\xce\x26\xe9\x94\x72\xa7\x33\x19\x53\x33\x8d\x33\x7a\x97\x3b\xf3\x5c\x1e\xd2\xec\x72\xa1\x0d\x3c\xec\x3e\x09\xdb\x96\xbb\x24\x68\x3e\xf7\x63\x01\x0a\x68\x56\x9f\xab\x3e\x87\x81\xd3\x0b\xed\xb3\xfa\x1c\x02\xa4\x17\xda\x67\xd8\x3f\x66\x63\xea\x6d\x10\x22\xbc\x0b\x5b\xb1\xfa\x0c\xdf\x95\x2d\xa4\x7b\xfa\x94\x2d\x13\xb6\x50\xaa\xdd\x75\x60\xfb\x42\x79\x95\xe7\x0a\x68\x59\x1a\x5d\x21\x94\xd2\x17\xf0\xa4\xaf\xe4\xe7\xd0\xe4\x4b\xb6\x18\x16\x2b\xcf\xc3\x73\xba\x65\x44\xbd\x0e\xad\x40\xf3\x39\x5c\xb5\xc2\x21\x07\xdd\x10\x58\x37\x04\x56\x1e\xec\xaf\xf5\x6b\x7d\x91\x99\x28\x14\x2c\x74\x62\x5f\xe7\xc7\x77\x99\x36\xc3\x5d\x7d\x55\xfb\x8c\x87\xb4\xb4\xc9\xab\xfe\x9e\x3b\x53\xbe\x94\x96\x45\xf8\xa7\x10\xd6\xe9\x78\xd1\xe7\xe7\x93\xc6\xbb\x61\x5f\xc2\xbe\xa0\x70\x97\xac\x22\x14\xf5\x3c\x68\x87\xed\x72\xde\x9f\xc3\x3d\xb8\xb0\x6f\x95\xe6\x4e\x7e\x0e\xdf\xcf\x12\xb4\xbe\x5d\xba\xec\xf8\xea\xfa\xe1\x7d\x83\x63\xca\x53\xa5\x85\x34\xbb\x1c\x17\xb4\x29\xcd\x77\x99\xf1\x0d\x1e\xed\xfb\xc7\x16\x3c\x2e\xfd\xf5\xae\xbf\x5e\x48\x3c\x75\xfd\xf5\xbe\x95\xa0\xf7\xe2\x5d\x22\xce\xdd\xfa\xb4\xc2\xae\xb2\x6e\xb4\xab\x6f\x94\x75\x79\x59\x80\xd6\xa7\x75\xeb\xd3\xca\xcb\x54\x6e\x59\x40\x3d\xd9\x43\x40\x68\xe8\xd6\x8f\x8b\x72\x8a\xf2\x1e\x6d\x33\xf4\xeb\x07\xf1\xa3\x43\x8b\x43\xc3\x67\x18\x97\x6c\x79\x5f\x9e\xc3\x67\x18\x97\x5a\xee\x7d\xff\x7a\x3f\xdd\xb8\x8e\x64\x9d\x1f\xe4\x9f\x78\xd6\x00\x03\x9c\x1f\x47\x79\x14\xd9\xb8\x8a\xb4\x62\xb7\x12\xcd\x21\x38\xe3\x52\x70\x38\xce\x61\x5c\x20\xdb\x61\xac\xa9\xe0\x7f\x0e\xf1\xc1\xb8\x5c\x3b\x6f\xe6\x7b\x70\x63\x5c\x3f\x6e\x04\xcf\x35\xdb\x80\x1b\xf8\x81\x43\x80\x30\x6e\xac\x68\x21\x4c\x35\x6e\x04\x62\x58\x6c\x56\x08\x53\x8d\x1b\x3f\x75\x50\x4b\x76\x68\xa7\x89\x1b\x40\x38\x6e\x7c\xd2\xf2\xc1\xc9\x1b\x65\x39\xa8\x1b\xbb\xcb\xaf\x0d\xfc\x92\x21\xe0\x28\x6c\x6b\x1b\x02\x8e\x71\x3b\xa9\x6c\x6b\x1b\xa0\x8f\x3f\x43\xc0\x51\xbe\x23\x88\x43\xc0\x31\x00\x1c\x4f\x3a\x8a\x71\x58\x2b\x35\x1e\x3c\xad\xc2\x6e\xb5\xf1\xe0\x4a\x8d\x47\xb3\x82\x0f\x39\x04\x21\xc3\x9d\x87\x85\xc3\x14\x86\x35\x55\xe3\xc1\x3a\x96\xc4\x6c\x3c\xd4\xa9\x8d\x07\x57\xb8\xa4\x63\x59\xc7\xc3\x72\x1a\x0f\x86\xbf\x24\xb8\x2c\xb8\x18\x8f\x31\xac\x63\xa8\xc7\xab\x2c\x09\x2e\x0a\xe1\x93\x21\xb8\x18\x2f\xfe\x46\x49\x47\x71\x8f\x17\x65\x39\x04\x17\x25\x1f\xd1\x1c\x82\x8b\xf1\xda\x95\x0c\xf7\x5e\xbb\xf2\x3a\x91\x94\x3a\x0e\x6a\xa4\xfe\x0c\xc1\x45\x01\x38\x0e\xc1\xc5\x30\x9c\x56\x78\x55\x70\x31\x3e\x15\x5e\x3e\xfa\x7d\x7c\x18\xea\xf1\xb1\x17\xb1\xe4\xec\x73\x8c\x4c\x10\x52\x88\x73\x0d\x41\xc8\x10\x84\x94\x7c\xf4\xfb\x10\x84\x0c\xab\x84\x4a\x2e\x3e\x47\x57\xc0\x22\xb7\x87\xdf\x8e\x8f\x18\xe9\x70\xdf\x5c\xc9\x95\x76\xf1\xf4\xc6\x47\xa4\xa9\xb0\x2f\x6d\x58\x25\x34\xac\x12\x2a\xe5\xe2\x7b\xd8\x8b\xf1\x11\xa1\x28\xe5\x28\xe9\x21\x08\x19\x1f\xb1\xed\x52\x1e\x9e\x73\x36\x04\x26\x85\x08\xcf\x10\x98\x0c\x80\x89\x45\x92\xc3\xa2\x9e\x91\x5c\xd9\x04\xcc\x46\xc2\x89\x1d\x82\x95\x52\x98\xf0\x24\x0b\x92\x0e\x02\x75\xfe\x23\xb9\xda\x93\xf2\x5d\xe0\x32\x28\xe5\xfc\x30\x5c\x02\x41\xc3\xed\x6b\x23\xfd\x86\x91\x79\xd7\x99\x4c\x0a\x10\x27\x18\x8c\xe4\x30\x04\x30\x9e\x5d\x3b\x12\x59\xe1\x21\x80\x29\x78\xac\x43\x00\x33\x00\x30\x4f\x1c\x58\x37\x32\xf8\x6a\x64\x87\xc1\x2e\xb7\x91\x55\x50\xf9\xcb\xd2\x7c\x0e\x2e\x67\xbb\x57\x91\x82\xec\x6c\x64\x32\x30\x85\xc4\xe4\xc8\xd4\x35\x0d\x41\x4d\xa9\x74\x59\x50\x33\xf2\xaf\x2b\xc7\xd9\x1d\x82\x9a\x01\xa8\x79\x49\x2e\x0d\x41\xcd\x70\xf3\x55\xa1\x9e\x66\x88\x3c\x46\xd1\xea\x71\xfc\xd5\x28\xc5\xe7\x54\xef\x91\x78\xb7\xf8\x9c\xeb\x20\xe0\x5e\x71\x1d\x88\x50\x0a\x09\xb6\x61\xbd\xcf\x10\xa1\x14\xce\x01\x18\x22\x94\x01\x42\x79\xf1\xcc\x86\x9b\x8d\x86\x25\x36\x95\x7c\xd8\xb0\xc4\x66\x54\x26\xb2\x5e\x77\x85\xc6\x68\x2b\x5d\xf6\xa0\xd7\x51\xed\x72\xc5\xc1\xac\xd7\x41\x32\xa3\xe2\x60\x8e\x5a\xa4\xa1\x94\x44\x23\xa3\x12\x59\xab\x6c\xcb\x1f\x95\xc8\xda\xa8\x61\x1b\x74\x99\xa8\xf1\xf9\xa9\xd0\xe0\x5e\x25\x1e\x33\x2a\x16\xa9\x5e\xf5\x85\x86\x0e\x16\xc9\x54\xf6\xd6\x0d\x91\xcc\xa8\x0e\x0d\x7d\x2b\x92\x19\xf1\x1b\xda\x01\x3c\x43\x24\x33\xac\x74\xa9\xf7\x71\x7d\x46\x68\x22\x28\x6e\xb9\xeb\xfd\x4a\xab\xd2\x78\x97\x02\xce\x21\x92\x19\x51\x7f\xb4\x33\xe1\x11\xbe\x8b\x3c\x56\xfc\xa6\x11\x2e\xab\xb0\x7b\x04\x7d\x86\xe8\x66\x80\x6e\x5e\xec\xf9\x10\xdd\x8c\xf6\xd9\x95\xe3\x0b\x0c\x63\xce\x43\x74\x53\xa9\xf3\x1c\xa2\x9b\x21\xba\xa9\x37\x3a\x58\x74\x33\x1a\x5b\x38\x3c\x7e\x75\x34\x60\xc1\x68\xf8\xdd\x95\x6d\x09\xa3\x01\xd2\x46\x73\xb8\x04\x91\x46\x73\x86\x1a\xb2\x5c\x1f\x66\xb7\x29\xcb\xc6\xb5\x2b\x45\x3c\xc3\xb8\xf6\x60\x97\xcf\xa1\x1d\xc9\x68\x6a\x96\x86\x1f\xe1\x11\xad\xa3\x55\xfb\x52\x6d\xe3\x65\x1c\xe1\xd8\x9c\x5d\x5c\xb3\xd1\xc2\x36\x70\xd0\xeb\x71\xcd\xfe\xd2\xc8\x37\x62\x51\xa3\xc9\x49\x52\x1e\x43\x30\x35\x00\x53\x2f\x79\xa2\x61\x29\xc6\x30\x66\x5e\xf1\xc8\x46\x77\x15\x83\xa9\xee\x8a\x47\x36\x08\xa0\x9f\x1f\x7b\x9a\x7d\x17\x6e\xf4\xe4\xc8\xd1\xe5\x3d\xf9\x2e\xce\x6b\x7d\x0a\xcf\xa9\xb4\x7a\xb6\xf7\xe8\x68\x01\xd6\xe8\x3f\x0e\x31\xab\x5d\x3f\x42\x80\x55\x5f\x38\x2e\xc0\x1a\x5d\xf9\xc7\xd3\x1a\x5d\xf9\xef\x72\x8d\x0a\xd2\xd1\xab\x7d\x91\x6b\x1c\x6b\x35\xba\x5c\xeb\x0a\xd8\x8b\x86\x72\x13\xd3\x10\xb0\x55\xf2\x7b\x43\xc0\x36\x00\x6c\x2f\xe9\xa9\x31\x5c\xda\x03\xd3\x55\xf5\xb4\x86\x2c\x70\x8f\x50\xd5\x6d\x72\x8f\xd0\x70\x3f\x50\x25\x0d\x38\xac\x32\x19\x03\x47\xb5\xbe\x68\x9e\xa1\x7b\x35\x88\x97\x54\xdd\xa6\x81\xf3\x3a\x04\x76\x95\xf4\xde\x18\x44\x24\x87\xd5\x28\x95\x2a\xa2\x61\x35\xca\x00\xe0\xdd\x95\x8a\xa1\x21\xb2\x1b\xe3\xc7\x02\x4c\xdc\x90\x05\x6c\x33\xba\x2b\x27\x5f\x8d\x41\x2a\x6f\x58\xa1\x52\xa9\xfa\x19\x22\xbb\x21\xb2\xab\x1f\x26\x4e\x64\x37\x40\x76\x6f\xa2\x59\x91\xdd\x30\xf6\x5f\x29\x04\x1a\xc6\xfe\xc7\xe4\x44\x84\xfa\xa1\x65\xa6\xcb\x78\x62\x1d\xeb\x17\x09\x1a\x96\x5a\x94\x54\x13\xeb\x49\x94\x34\x40\x49\xaf\x86\x5f\x94\x34\x4c\xec\x7b\x0c\xeb\x30\xb1\x3f\x4c\xd8\x57\x12\x6a\x63\xb9\xc4\x0c\xf3\xd7\x94\xa0\xb9\x9c\x96\x82\x61\x97\x4d\xce\x0f\x77\xe5\xd4\x84\x5a\x70\x57\xce\x00\x8c\xdc\x35\xa1\xdd\x96\x42\xb0\x7e\xdd\x43\x2d\x88\x4c\x06\xc8\xe4\xe5\x54\xcd\x61\xe4\x7f\x98\x23\xf7\xa4\xd4\x61\x8e\x7c\x88\x4c\x6a\xc6\x3a\x6e\x5d\x70\x00\xca\xed\xc9\xa8\x63\xeb\xab\x6c\x05\x23\x63\x31\xb7\x82\x21\x32\xa9\x19\xad\x20\x32\x19\x9b\x8d\x58\x9e\x8e\x3a\xb6\x0e\xeb\x2e\x7e\x0f\x65\xb9\x75\x58\x77\xf1\x5d\xd8\xb2\xcb\xef\x5d\xd8\xa2\x1b\xb6\x65\x8b\x68\xa5\xe6\x44\x1b\xa0\x95\x41\x92\xe1\xae\x19\x45\xbb\xb5\x17\x5b\xb6\x70\x82\xea\x10\x99\x0c\x90\xc9\xcb\x26\x8a\x69\xea\x7b\x5e\x80\x33\x0f\x53\x9d\xa4\x1a\xfe\x4c\x92\x0c\x77\xa5\xba\x76\x5e\x04\xdc\xe6\xf5\x63\xcb\xe1\xf2\x14\x99\xcc\xeb\xc7\x82\x08\x68\x53\x1a\x02\x44\xec\x6f\x0a\x3d\xe6\xa5\x14\xe0\x86\x4d\x70\xc8\xf9\xe1\xdd\x72\xd3\x17\x94\xef\x34\x0d\x51\xcb\xcd\xf7\xaa\xfd\x73\x26\x71\xc3\xa6\x90\x62\x02\x29\xde\x38\x90\x75\x0a\x29\xe6\x6d\xf7\x70\x91\xa6\x7b\x55\xa6\x7b\x55\x2a\xbb\xfe\xe7\x8d\x6d\x98\xee\x4b\xa9\xb8\x4d\x53\x48\x31\x85\x14\xb5\x04\xcf\x15\xdf\xb5\x2b\xf5\xac\x8d\x29\x7c\x98\xb7\x4b\x0d\x7f\x68\xde\x08\xda\x14\x3e\x54\x7c\x9f\x29\x7c\x98\xc0\x87\xef\xfa\x9e\xbf\xfd\x99\x0f\x3e\xfb\x7c\x54\xc2\xd4\x69\xcd\x07\x9f\x7d\x3e\x72\x9e\x3a\xad\xf9\xc8\xf9\x47\x8e\x52\x93\x35\x1f\x39\xfa\x64\xdf\x65\x86\x1e\x34\xcb\x7c\x80\xc5\xb5\x56\x9e\x03\x16\x4f\xf3\x1f\x95\x42\xac\xf9\xe0\x23\xcd\xc7\xb5\x56\xe3\x83\xf6\x4a\xfb\xa4\xf1\xae\xc3\x35\x27\x52\x29\xc4\x9a\xc2\x96\xf9\x50\x88\x55\xc9\x60\xcf\x07\x41\x9b\x8f\x5a\x89\xa2\xab\xc9\xe9\x29\x7f\xe6\xa3\x62\xa6\xe8\x6a\x3e\x61\x1b\x20\xad\x1a\x07\x7b\xcc\x87\x60\xcb\x14\xde\xd4\x78\x68\x57\x56\x01\x6f\xbe\xfb\x28\xe1\x69\xee\x64\xbe\x78\xa2\x95\xda\xac\xf9\xe2\x89\x4e\xcf\x3c\xa9\xc4\x26\x27\x87\x9d\x9c\x1f\x86\x4b\x6d\xd6\x7c\x65\x9f\x3b\x4b\x6a\x7c\xbc\x8b\x53\x33\x5f\x25\x83\x7a\xad\xf9\x2a\x19\xaf\xeb\x19\x77\x72\xbe\xac\xe7\xf9\x82\x3d\x2a\x59\xc0\xe9\x39\x28\xd3\xf3\x4d\x6a\x30\x6d\x2f\x6b\x72\x0a\xab\x6a\x54\x9e\x93\x55\x6f\xb5\x8d\x4a\xbb\xa8\xaa\xf9\x56\xbf\xc7\x74\xbc\x38\xe8\x93\x23\x4d\xee\x1a\x91\xff\xd2\xca\x4f\x91\xd8\xf4\xf8\x13\x0f\x5b\x9d\x22\xb1\x09\x12\xfb\xf0\x33\xe6\x87\x39\x9b\x1f\x55\x5a\x71\x1d\xd7\x6d\x02\xcb\xce\x4f\x97\x56\xa1\x4d\x69\x84\x2e\xaf\xe3\x5c\xcf\x0f\x13\x37\xbf\x64\x75\x05\x4b\xf1\x23\x76\x39\x01\x69\x87\x56\xa0\x85\x34\xbf\xc7\x44\x7f\x0a\xe7\x47\xce\x36\x38\x2d\x62\x7e\xae\xa7\x8f\xe5\x1e\xd7\x43\xbb\x2e\x77\xf7\x75\xc4\xf5\xd2\xae\x42\xf7\xc1\xdd\x20\xb1\x39\x81\x6f\xe7\xa7\x49\xe3\x7b\x38\xf0\xd3\x94\x53\x10\x82\x9d\xa6\x9c\xa6\x27\xa2\x04\x45\xed\xf3\x03\xc8\x4e\xf7\x7f\xc4\x75\x34\xe8\xfc\x9c\x05\xb6\x81\xdc\x41\xa2\x74\x02\xf3\xce\x8f\xe3\x38\x1e\xd1\x14\xed\x4d\x0e\x46\xb9\x03\x2f\x7c\x8a\xf6\x26\x68\xef\xc3\xb9\x98\xa2\xbd\x49\x36\xea\xf6\x48\xd9\x29\xda\x9b\xe9\xb3\x09\x54\x4f\x52\x38\x01\x7d\x77\x70\xdb\xc2\x4c\x0a\x67\x3a\xc2\x59\x03\x4d\x91\x54\xaa\xe0\xc0\xf3\x18\x9f\x4b\x7e\x2e\xf9\xb9\xc2\xe7\x5c\xee\xe0\xc0\x3b\xf0\xf3\x67\x72\xb9\xa7\xec\x28\x50\x01\x49\x05\xea\x0e\x93\xe0\xb2\x86\xe9\x0e\x93\x99\x8a\x92\x81\x32\x4f\x72\x3e\xfd\x38\x7f\x2c\xfa\x4c\x72\x3e\xfd\x38\x1f\xb4\x2b\xe7\xd3\x8f\xf3\x28\x78\xb6\xa5\x9c\x1f\xfa\x0c\x4e\x9a\x29\x64\x0b\xf6\x27\x28\xf5\x9f\x1c\x8e\x72\x7e\x68\x83\xa8\xf6\x4c\x0a\x73\x92\xcb\x9c\xbf\x31\x05\xa3\x13\x30\xfa\x7d\xc7\xe1\x9e\x59\xcd\x28\xf0\xf4\x40\xdc\xe9\x71\x28\x33\xb3\xdc\x83\xa8\xf6\xcc\x0a\xae\x59\xb7\x20\xaa\x3d\x41\xa6\xe7\x87\xe1\xde\x2f\xcf\xe5\x2c\xad\x4a\xf3\xb9\x21\xcd\xae\xa0\x3e\xb2\x2c\x70\xf7\x49\xdc\x18\x16\x77\x9f\x4c\x81\xac\x07\xe9\x4e\x81\xec\xcc\xd5\xe1\x32\x95\xb9\xda\x67\xaa\x87\x83\x1d\x06\x33\x57\xbf\x87\xb6\x0c\xca\xf2\x66\x56\x5b\xe6\x90\x7d\x99\x77\x65\x95\x47\xb3\x04\x3b\x11\xa6\x47\xb3\x4c\xc1\x72\xb0\x13\x61\x0a\x96\x27\x60\xf9\xe3\x34\xa3\x29\x58\x9e\x45\x81\xe4\xd4\x8f\x59\x64\x5f\xf9\xe4\x7c\xf5\xb9\x26\x6d\x4b\x3b\xdd\x2b\x4a\x9a\x29\xbe\xe0\x24\x90\x59\x94\x34\x37\xd1\xc4\x83\xd2\x2f\x4a\x9a\x9b\x68\x82\x50\xf7\x2c\x78\x35\x53\x40\x1e\x8f\x7d\xd1\xd8\x14\x25\xed\x41\x8f\x14\x25\xad\x28\x69\x1c\xeb\x31\x4d\x19\x4e\x01\xb9\xe7\xfa\x4e\x01\xf9\x2c\xb2\x94\xf0\xf7\x2c\xb2\xb4\xb8\x9e\xd5\x73\xc5\xf5\x5c\xd0\xaa\x41\xf8\x7b\x16\xa5\x8f\xc3\x53\x0e\x8d\x77\x35\x36\x02\xfc\x20\xd4\x3d\x05\xf8\xb3\xec\xf8\x97\xbf\x7f\xf9\x80\x8f\x69\x0a\x72\x9a\x6e\x0c\x4e\x13\x99\xa6\x1b\x67\x55\x1d\x3e\xf9\x48\x50\x55\x1d\xd6\x5f\x97\x59\xcf\x02\xf7\x59\x71\x95\x83\x43\xc6\x66\x25\x9a\x38\x2b\x30\x2e\x38\x3c\x6c\x0a\xbe\x27\xe0\xfb\xcb\xac\xb5\x50\x6b\x92\x25\xbc\xe3\x45\xf8\x42\x0d\x19\x72\x99\x6d\x08\x93\xfc\xe1\xf9\x91\x86\x8b\x10\x94\x2a\xcc\x90\x2b\xd4\x11\xce\x90\x2b\x9c\xcf\x71\x07\xb1\xd8\xe9\xb6\x90\x19\xe1\x73\x74\x39\xf0\xda\x27\xbb\x43\x0e\x8d\xe7\xec\x1e\xe0\xfb\x23\xf1\x39\x1b\x15\xe4\xb3\x29\x40\x5c\x54\x31\xd9\x46\x71\x7e\x6c\xa2\x26\x68\xc8\x32\x1b\x23\x0e\x8d\x77\x09\xba\x4f\xc1\x72\x70\x8c\xd9\x14\x2c\x4f\x53\x86\xf1\xb1\x4e\x4d\x19\xce\x86\xc9\x8c\x8f\x75\xda\x28\xe2\x99\x82\xe5\xe0\xe2\x89\xd9\x5c\x2f\xa2\xdc\xf8\x58\x93\xa2\xdc\x09\xca\xa5\x48\xfd\xcf\x14\xe5\x4e\xd3\x7e\xf1\xe1\x38\x99\xf6\x9b\x5d\xd9\x23\x3e\x3b\xbb\xb2\x27\x02\xf5\xb0\xdb\x29\x02\x9d\x5d\x8d\x46\xde\x7f\x76\x6d\x49\x57\xce\x38\xf8\x76\x76\xb2\x4a\xb3\xab\xd1\x38\x86\x64\x76\x39\x2a\xda\x0c\xc0\xcc\x14\x6d\x4e\xd0\xe6\x17\xa5\xfc\xb5\x91\x37\x7b\x38\x87\xd6\x9b\xad\x11\x73\x90\x4c\x9a\x82\xd1\x48\xc7\xa7\x9f\x1e\x4e\x31\x07\xd8\x3b\xd8\xc9\x37\x07\xbb\x64\xe7\xd0\x02\x53\x52\x30\x87\x16\x18\xfc\x79\x07\x25\x05\x73\x28\x5f\x24\x1b\x0f\x2d\x41\x63\x44\x56\xb1\x45\xc2\x43\xb6\x8a\x6d\x5a\xc5\x16\xd4\xce\x4d\xc1\xe8\x1c\xca\x9c\x4b\x67\xe8\x0a\x0a\x50\x23\x23\xfe\x03\xa4\x38\x87\x32\x97\xf1\x1a\x86\x2b\x71\x28\x73\x84\xa1\xe7\xd0\x0e\x0c\x5c\xc1\x20\x0c\x3d\x05\xa8\x13\x80\x9a\x38\x81\x72\x0a\x50\xa7\x3b\x19\x82\xc8\xf4\x9c\x5a\x5b\x77\x32\x44\xc6\x65\x9c\xae\xd8\xe9\x8a\xe5\xac\x95\x69\xea\x71\x5a\x28\x17\xec\x22\x99\x53\x3b\x40\xb6\xf1\x0e\xa0\xd3\x9c\xc4\xb7\x26\x75\x70\x77\x50\x0f\x31\xa7\x42\xc2\xb6\x84\x78\x8b\xa4\x2e\x49\xae\xa0\xa2\xad\x89\x9b\x53\x11\xce\x3e\x57\xed\x9e\x72\x43\x54\x7b\x9a\x8d\x9c\x1e\x9d\x11\x9c\xa2\x36\x3d\x3a\x63\x4e\xcd\x00\xa5\x14\x73\x6a\x06\xe6\x8f\x7b\xe8\x68\x33\x94\x73\xaa\x50\x32\x33\x64\x86\x72\x7a\xec\x46\x70\xc7\xc5\x14\x7b\x4f\xb0\x77\xba\x51\x00\x4b\x97\x70\x7d\x36\x81\xe1\x5f\x3a\xd2\x16\xee\x87\xca\xc8\xc2\xfd\xb9\x14\x34\x2a\x38\xe6\xd2\xb2\x2e\x9d\x90\x72\xf1\x6e\x96\xa6\x00\x95\x9b\x77\x15\x20\xb3\x91\x41\x52\x60\x8a\xe5\xa7\x58\x3e\xca\x73\x86\x6b\xe6\x71\x9a\x51\xf4\xec\xdf\x69\x46\x71\x9a\x3d\x0c\xca\x20\xa7\x18\x7d\x82\xd1\xd3\x03\x69\xab\x8c\xcc\x1e\x06\x87\xe1\xcc\xed\x84\x8b\xbd\xa3\xa0\x01\xb6\xab\xdd\x2a\xbe\x10\xc5\x99\x29\x9c\xdb\x09\xaf\x97\xcf\xf9\x2e\x39\xaf\xa0\x32\x72\x92\x22\x3c\x3f\x70\x9e\xca\xc8\xb9\xd5\xb3\x5b\x8b\x54\x71\x4c\xb6\x0a\x4a\xec\xed\x11\xbf\x53\xec\x3d\xcd\x00\x86\xa8\x50\x9c\x3d\xc1\xd9\xe9\x3d\xfe\xc1\x12\x67\xaf\x4b\x03\x5c\x0f\x0c\x59\x17\xd0\x64\x5d\x2e\x67\xce\xdb\x59\x17\xcb\x79\x99\xa6\x8b\x7a\x5c\xc2\x75\x91\x07\x5e\x62\xe5\xa8\x67\xe9\x2e\x4b\xf6\xd6\xa5\xb1\xe5\x0c\x9e\x65\xea\x6e\x99\xa6\xb3\x74\x7a\x89\x9f\xd7\xe5\xd2\x65\x17\xeb\xba\x30\x17\xeb\xd2\x5c\x70\x06\xcf\xba\x10\xbe\x65\xb9\x5f\x80\xec\xd6\x15\x3e\xe7\xd0\xe2\xe6\xb9\x66\x9f\x19\xda\x77\xfc\xee\x25\xf6\x5e\x9e\x31\x11\xd4\x5e\x2e\xcf\x98\x58\xb7\xb3\x41\xd5\xc9\xba\xf1\x2d\xd6\xad\x17\xcb\x8e\x98\x75\x33\x43\xeb\x76\x36\xa8\x1c\x59\x62\xef\x65\xea\x2e\x8e\x02\xfd\xb3\xc4\xde\xcb\xb3\x1e\x22\x2a\xcf\x11\x5b\x5d\x37\xa9\x6b\x0b\xa3\x97\x67\x3d\x2c\xce\x7a\x08\x4e\x36\x59\x66\xf8\xd6\xad\xda\x3e\xa0\xeb\xfc\x61\xb3\x2e\xa1\x08\xba\xec\xc8\x80\xed\x89\x03\xa5\x96\x10\x7d\x81\xca\x9f\x8b\x43\x7e\xd6\x43\xde\x6a\x3d\x67\x69\x3c\x96\x59\xaf\x87\x1c\xd5\x02\xa9\x3f\xd7\x75\x64\x60\x3d\x60\xc7\xc5\xf9\xa5\x87\xc6\xbb\xd9\xef\x1d\x3d\x74\x68\xbc\x9b\x7d\x37\xfb\xee\xf1\x68\x96\xb0\x7d\x3d\xc7\x72\x1d\x5a\x82\x16\xd2\x06\xb4\x8f\xe7\xd0\x40\x8b\xb2\xc5\x43\xab\xd0\xfc\x5e\xf5\x7b\x89\x77\xc3\xef\x85\x7d\x39\xf6\x65\x3d\xb2\xe5\x09\xdb\x80\x55\x4f\xf8\xee\xd1\xcb\x8f\x47\x04\x2f\x21\xfa\x02\xa2\x27\x4a\xdb\x97\x10\x7d\x91\x88\x3c\x8f\x49\xfb\xa4\x39\xb4\x83\x82\xd6\x0b\x00\x5d\xef\x51\x30\xcf\x05\x0a\x5a\xe0\xf5\xf3\x23\x4b\xcf\x72\x5e\x9c\x51\x7a\x7e\x5e\x69\xbc\x0b\x44\x5f\x40\xf4\x43\x0b\x68\x21\xad\x43\xab\x37\xb4\x29\xcd\x2e\x1f\xe8\xbd\x5e\x54\xc1\x7a\x8f\xbc\x1d\x1a\xdf\xcb\x7e\xef\x08\x5f\x7c\x95\xcf\x65\xbb\x77\x98\xfd\x5c\x17\xf2\xc3\xc1\x12\xe7\x87\x66\x41\x37\xeb\x75\x59\xbd\xa5\x4b\x63\xb8\xca\x23\x85\x99\x87\xf6\xd7\x49\xf9\xe5\xf1\x13\x8b\x33\x4e\x9f\x8b\xfa\x9d\xf5\x3a\x09\x6f\x30\x81\xec\x7d\x5e\x24\x62\xcf\x8f\xcd\x3d\xf4\xde\x49\x00\xf1\x27\x54\xea\xf2\x34\x86\xf5\x7d\xf6\xf4\x78\x28\xeb\xc3\x49\x5b\x80\xfc\x43\x3b\x9f\x13\xc9\xaf\x4f\x46\x52\xbf\xb3\x3e\x65\xf3\x53\x36\x01\x3a\x4b\xd4\xbe\x48\xad\x3e\x1e\x91\xbc\x3e\x99\xc6\xa1\x0c\x87\xf6\x42\xb3\x8d\xe3\xf4\x1d\xda\xe1\x86\x48\x7e\x91\x82\x7d\x2e\x0e\x96\x5a\xe6\x59\x17\x87\x32\x3c\x1e\x9d\xbc\x3c\x8d\x61\x7d\x75\x48\xe3\x7b\xca\x26\x45\xa1\x87\x46\x5f\xc2\x3e\x2b\x9b\xec\x53\x5a\x9f\x4b\x96\x73\x4c\x0f\x8d\x76\x09\x74\xaf\xef\xc8\xab\xb7\x0c\x2c\x41\xfb\x02\xb4\x27\xce\xac\x59\x82\xf6\x95\x3e\xc4\x81\xfd\x23\x2b\xc9\xa9\xa4\x68\xde\xa8\x4a\xeb\x49\x57\xfa\x71\xef\xa0\xdd\x25\x42\x5f\x29\xc1\x15\x2a\x84\x56\x52\x0c\x93\x62\xf8\x20\x0f\x9e\x3a\xba\xc8\xde\x1e\x1a\xef\x66\xdf\xcd\x70\x80\x4d\xe2\x2b\xc9\xd1\x24\x47\x29\x11\x5a\x49\xf5\x0e\x92\x3f\x34\xbe\x97\xfd\x5e\xb1\xdd\x63\x7d\x96\x08\x7d\x81\xd0\x9f\x8b\x9c\xd3\x02\x9a\x9f\x9f\x25\x8d\x71\x80\x9b\x56\x52\x36\x29\x1b\x5a\x09\x2b\xb5\x92\x5a\x01\x8c\xb4\x52\xb5\x8d\xb0\xcf\x1f\x7c\x09\xfb\x1c\xbe\x7b\x5c\xa9\x25\x6a\x5f\xa0\xf6\xe7\x22\xd1\xb4\x44\xed\x0b\xd4\x9e\xb4\x16\x99\x18\xe7\x22\x85\x7c\x1e\xfb\xa0\x25\x69\x55\x9a\xcf\x75\x69\x76\x05\x25\x93\x41\x12\x0b\x24\x7f\x68\xbc\x4b\x52\x75\x71\x3e\xc4\xa1\xf1\xae\xac\xcf\x49\x16\x20\x54\x59\xe5\x9b\x55\xbe\x94\x12\xad\xec\x74\x80\xf8\x0f\xed\xb0\x4a\xc4\xbf\xf2\x8f\xa5\x98\x90\x4c\xbe\x78\x65\x05\xf7\x09\x9e\xab\xf6\xb9\xa2\xc9\x28\x11\x5a\x59\x53\x93\x6b\x97\x46\xff\x5c\xcf\x59\xc1\x25\x99\xb5\xb2\x82\x9b\xc3\x77\x0f\x2c\x5e\x59\x2b\x0a\xa0\x3f\x34\xda\x88\xdf\xbb\x4b\xda\x99\x5e\xd1\xfd\x02\xdd\x67\x8e\x8a\x5f\xa2\xfb\x05\xba\x7f\x2e\x4e\x48\x59\xa2\xfb\x55\x5c\xf7\x54\x1c\x2d\xd1\xfd\x2a\xdf\x90\x56\xa0\x4d\x69\xeb\xac\x8d\x72\x7a\x57\xd4\xa9\xd4\xf9\x3e\x17\x07\xa9\x2c\xeb\x7c\x57\x51\x57\xbe\xe8\x77\x90\xfe\x9f\x55\x0a\x33\x09\x14\x5d\x45\xc5\x58\x54\x82\xe4\xbc\x56\x51\xf8\x8a\xc2\x07\xec\x5c\x02\xf9\x55\xea\x2d\x8d\xae\xe0\x14\xaf\xa2\x40\x02\x45\x57\xd1\x4c\x15\xb5\x21\x4e\xf6\x12\xc8\xaf\xa2\x99\x7a\xed\x33\x5e\xe2\x2a\xaa\x82\x17\xf5\x20\xb8\x5f\x9c\x8c\x2a\x0e\x5b\x25\xec\xb2\x96\x8b\x14\xda\x12\xef\x2f\x12\xfa\x59\xb5\x2d\xde\x5f\xf5\xc7\xd0\xe3\x4e\x2f\x4b\x8e\x57\x55\x46\x5f\xcc\x40\x55\x15\x54\xad\x14\xa7\x7d\x2e\x13\xff\xab\x6a\xa5\xd8\x9b\xbf\xaa\xce\x40\xd5\x19\xe0\xb4\xb6\x55\xb5\x48\x55\xe5\x4a\x25\xfd\xaa\xba\x3e\xe4\xff\x9f\x8b\x4a\xfa\x55\x41\x1e\xab\xaa\x48\x41\xca\xab\xaa\x48\xab\x5c\x06\x29\xaf\x2a\x97\xab\x5c\xe6\x70\xef\x65\xb9\xf2\xaa\xca\x28\x87\x7b\xaf\xaa\x8c\x56\x65\x94\x93\x42\x57\x95\xa3\x14\x03\x1c\x1a\xef\xca\x96\x2a\x5b\xd0\x72\x16\x03\xac\xf8\x7c\x95\x25\x19\xca\x4f\x38\x5c\x0a\xa3\x56\x80\x3f\x57\xfc\x86\x8b\x5e\x0e\x2a\x5a\x17\x87\x91\x1e\x1a\xcf\x69\x23\x42\x8d\xa6\xb5\x0d\x1d\xd6\x70\xf9\x71\x8e\xf7\x32\xbe\xb1\xc2\xe1\x72\x8e\xf7\x0a\x87\x16\x0e\x8d\x3a\xf7\x65\x7c\x63\x71\x22\xc6\xe3\xd9\xde\xcb\xc3\x48\x57\xa8\xd1\xb8\xd2\x66\x85\x4e\x6c\x28\x2c\x9c\xed\xbd\x8c\x79\xac\x70\xf9\x25\x54\x95\x31\x8f\x45\xcc\x23\x53\x2c\xb8\x9a\xda\xab\xa9\xbd\x08\x0c\x2c\xcb\xa9\x57\x73\xa9\xa5\xe7\xfb\x6b\x23\xef\x01\x13\x8b\xc8\xc8\x79\xe5\xb4\xd6\x54\x64\x4d\x1b\x92\xf0\xf0\xac\x5b\x58\xcd\xa5\xc8\x59\x77\xcb\xba\x85\xd5\x9c\x68\xe5\xba\x55\xbb\xa5\x15\x4d\xc0\x81\xa6\x82\x6a\x3f\x0e\x15\x9f\xab\xd2\xe4\x06\xee\x92\x87\x49\xac\x16\x2c\xed\x84\xc2\x6b\x61\xbb\xae\x13\xee\x8d\x5c\x86\x53\x16\xe1\x94\x4c\xa6\x79\x51\x2d\x70\x7e\xe8\x32\x89\xd1\xd5\x09\x48\xac\x2e\x37\xf2\x01\x53\xab\x6b\x46\x7b\x7a\xa4\x9d\x61\x74\xb5\x4c\x57\x47\xb3\x77\x61\x75\x51\x4d\xd7\x4b\x23\x59\xba\xba\x0e\x47\xcf\x43\x1a\xef\x66\x9f\x73\x9d\xe8\x6d\x76\x22\x4a\xab\xeb\x92\x71\x46\xc4\xea\x0a\x4e\x97\x55\x20\xfe\x65\x18\x67\xf5\x6a\x9f\x81\x26\x54\x15\x9c\x1f\x04\x96\x04\xea\xea\x9a\xc2\xee\x9a\xc8\x89\xfe\xc9\x02\x42\x36\xee\x24\x59\xc6\x64\xd6\xd0\x6b\xa0\x16\x6d\xb9\x13\x70\x0d\x4d\x52\xc6\xd9\x1c\xe9\x47\xb3\x09\xd6\x93\x05\x02\x6b\x38\x5c\xe0\xf3\xb2\x40\x60\x0d\xfd\x7c\xea\xd3\xd6\xd0\xca\x8f\xc2\xf7\x48\x78\xae\xa1\x49\x1a\x0e\x0d\x48\xbd\x8c\xbf\xac\xe1\x4c\x92\x04\x5d\x26\xfe\xd7\x70\x18\x85\x61\x18\x43\x59\xc4\x50\x72\xc2\xea\x19\x43\x59\xd3\x61\x14\x5c\x33\x63\x28\x6b\xea\x12\x72\x6c\xfa\x9a\x5a\xd6\xa9\x15\x25\x0e\xb8\xdc\x58\xb8\xa6\x4e\x0d\x07\x0f\x2e\x37\x16\xae\xa9\x53\xc3\xc1\x83\xcb\x92\xee\x35\x7f\x43\x83\x05\x1e\x01\xb1\xa6\x36\x84\x4d\x89\xcb\xcd\x86\x8b\x53\x1f\x9e\x8b\xfa\xb4\x35\x9d\xc9\xe9\x70\x81\xde\xcb\x22\x84\x35\x75\x4c\x80\xde\xcb\x00\xc7\x22\xc0\x91\x73\x3e\x4d\x18\xcc\x58\x4b\x81\x64\xff\xe1\x32\x98\xb1\x96\x96\x90\xfd\x87\x8b\xc8\xc6\x9f\xb5\x74\x2e\x84\xde\xcb\x35\xb9\x5c\x93\xdc\x33\xb9\x96\xda\x6d\xc9\x02\x72\xb9\xcb\xd3\x0a\xd6\x92\x05\x1c\x20\xb5\x96\x2c\x58\xfa\x70\x5c\xbc\xb3\x2c\xd5\x5e\x4b\x8d\x47\xbd\xdb\x5a\xb2\x60\xfd\x86\x8b\xd9\x5b\xc5\x36\x44\x71\x9c\x27\xb8\xdc\xcf\xb8\x96\x82\x4b\x3c\x73\x2d\x4d\xe6\x52\x70\x85\xf7\x4b\x6c\xbb\x2a\x52\xc5\xb9\x83\x8b\x88\xca\xf9\x91\xcd\xa8\x32\xf7\x38\xae\xa5\x13\x42\x82\x77\x2d\x41\xc5\xd2\x7b\xe6\x28\xde\x65\x91\xc4\x5a\x4a\x90\xa1\x01\x03\x30\x8b\x00\x4c\x2e\x40\xf4\xed\xba\xdf\x1a\x07\x0e\xe4\x58\x5b\xe3\xb0\x65\x29\xc7\x18\xae\xad\xab\xbc\x0f\x67\x83\x53\xd0\xd6\x96\xa3\xdb\xb5\x11\x4c\xe4\xd6\x5e\x6c\xd7\x46\xf8\x9c\x6b\x63\xcb\x51\x4e\x3b\x5c\xd6\x4d\xac\x2d\xf7\xc8\x03\xaf\x2d\xf7\x28\x95\x78\x2e\xf2\xbb\xcb\x1a\x89\xb5\x15\x20\xf6\xa8\x2c\xab\xbc\xd7\xd6\x09\x09\x1c\x98\xad\x5d\xa1\xd8\x3b\x44\x5f\x1e\x42\xba\xb6\x66\x85\x94\xdc\xda\x32\x99\xc2\xef\x43\x3b\xcc\xf3\x60\xd2\xb5\x45\x64\x06\x2e\xb6\xcc\xdb\x3f\xe6\x65\x86\x26\xf3\x08\xfb\x64\x12\xfa\xdb\x22\xef\x7d\x09\x8b\xd9\x05\xb3\x3d\x31\x60\x5f\x3a\xc0\xec\x1f\xd9\x9e\x18\xb0\x29\xb9\x38\xb4\x7a\x68\x30\x74\x5f\x5a\x60\xee\xe7\xdc\x6e\xf2\xdc\x54\x5e\x1c\x1a\xdf\x83\xcb\xfb\x52\x6e\xc9\x3e\x6f\xea\x2f\xfe\xec\xeb\xc7\xd1\xe0\x5d\xac\xf2\xbe\x94\x51\x4e\x06\xd9\x86\x91\x36\xa7\x0d\x3c\xf7\x75\xf1\xbd\x62\x1b\x28\xdc\xfb\xba\x18\x07\xf1\xcf\x4d\x69\xc6\x73\xe3\x9d\x6e\xab\xc2\x37\xe1\xa6\x60\x4b\xe7\xbe\x60\xf2\x26\xda\x74\x1e\x7b\xa1\xd9\x2c\x5c\xbe\x49\x25\x6f\x42\x4f\xe7\x67\x4b\xe3\xdd\xf0\x5d\x94\xdc\x4d\x10\x65\x7b\x50\xc1\x26\x02\x75\x68\xbc\x0b\x97\x37\x11\xa8\xcc\x41\xce\xdb\x08\xd4\xa6\x86\xfc\xb9\x39\x2b\x64\x5b\x3c\xbe\x29\x02\x79\x6e\xe2\x20\xdb\x93\x4a\xf7\x9d\x7f\xb4\xc3\xe5\x1b\xe5\xb5\x39\x81\xf4\xb9\xaf\xf2\xd7\x5b\xe4\x37\x55\x21\xe7\x67\xf2\x4a\xe5\xd3\x78\x5f\xfb\x66\x21\x7a\x7d\xc1\xbe\xc3\x2e\xe0\x8e\xdc\x1c\x88\xb9\x8d\x3c\xed\xdb\x11\x51\x63\xb9\x8d\x3c\x6d\x22\x4f\x6e\x31\xda\xd6\x9b\x6f\x02\x50\xcf\x4d\xf6\x74\x3f\x84\x53\xf6\x03\x66\xbd\xef\xb3\x9a\x36\xd5\x23\x7f\x36\x37\xe7\x3c\x37\xa9\xd2\xfd\x60\x80\x37\x45\x24\x8f\x3b\x52\xb7\x45\x24\xfb\x49\xec\x60\x21\x32\xb0\x9f\x6c\x1b\xce\x3d\xd5\x17\x9b\x90\xd3\xf9\xf1\x5d\xb8\x66\x21\xc8\xe6\xb2\x9c\xc7\xdb\x0b\xb6\x9b\x63\x37\xf5\x20\xc1\x99\x63\x9b\x88\xd3\x9f\x4d\xac\xe9\xf1\xf2\x82\x4d\x7d\xfb\xf9\x81\x2b\x5c\x5e\xb0\x1f\xe7\x94\xad\xb4\x87\xf6\x42\x43\x5c\x9f\x1f\x57\x8e\xfb\xb2\x0d\x3c\x6d\x02\x4f\xe5\x7e\x0f\xc9\xfb\x70\xf6\xfb\xe3\xca\xb1\xd3\xdb\xfb\x70\x36\xb5\x21\x87\xf6\x41\x1b\xd2\xb6\xb4\x23\x0f\xd6\x81\xec\x37\xdb\x04\x13\xf4\x66\xbf\x87\x91\xba\xc9\x76\x6e\xa3\x3d\x9b\xfa\x8e\xe7\x7e\x8e\xfd\xdd\x46\x7b\x36\xfb\x6f\x9f\x1b\x44\xbd\x0d\xe7\x6c\xae\xa2\x79\x6e\x32\x8c\xdb\x30\xcd\x26\x4c\xe3\xde\x9c\x6d\x89\xfc\xfe\xec\x32\xc7\x50\xec\xcf\x2e\x7f\x76\x0f\x64\xbb\xbd\x32\x66\x7f\x8a\x2b\x9b\x5f\xf6\x87\xd7\xb4\x0d\xd3\xdc\x20\xd6\xfd\x81\x24\x36\x7b\x72\x9f\x9b\x43\x3d\xb7\xe1\x97\xfd\x39\x69\x9c\x92\xb6\x2d\x90\xd8\x9f\x9c\x7f\x8f\x2b\xbc\x3f\xe5\xf1\x23\xda\x74\x53\x1a\xb9\x3f\x0c\xc3\xfe\x9c\x8d\x97\x99\xb4\x18\x62\x7f\xce\x06\x17\xe3\x6f\xe3\x2a\x9b\xb8\x4a\x01\x61\x6e\xe3\x2a\x3b\x39\xb4\xf7\x68\xe3\x9d\x94\xd1\xe4\x4a\x64\xf3\xcb\xb6\xa2\x61\xb3\x0d\xf7\xb9\x29\x8d\xdc\xc6\x4b\xb6\xf1\x92\xfb\x3d\xea\x73\x13\x28\x39\x3f\x3e\x87\xb0\x58\xbd\xb0\x8d\x6f\xdc\x2f\xfa\xce\xd2\xf7\x9d\x94\x47\x0e\x4e\xdb\xa9\xda\x86\x33\xf4\xa2\xdb\xac\x4a\xd8\xc9\xe1\xb2\xcd\x79\x1b\xcb\xd8\xc9\x59\x63\x4b\xc9\x36\x96\xb1\x89\x65\x14\x4e\xcd\xde\x96\xc3\xef\xec\xd0\x30\x66\x9b\xdb\x59\xce\x4f\x93\xf6\x41\x5b\xd2\xf6\xbf\xfc\x3d\xd8\x49\xba\x2d\x4a\xd8\x44\x2f\xce\x63\xd2\x92\x34\x64\x94\xeb\x45\xb7\xa1\x8c\x9d\xe5\x00\xb0\x6e\x5b\x49\xbf\x33\x1a\xfa\xe6\x7e\xa6\x4d\x85\xc2\x9f\x9d\x5d\xa5\x5c\x31\xba\x73\xb1\x7b\xca\x2d\xe7\xb2\x6c\x62\x18\xe7\x67\x49\xa3\x5d\x39\x95\xe5\xd4\x97\x79\x0e\x97\x78\xe7\x6a\x5f\x8e\x27\xb5\x89\x6b\x9c\x1f\xb4\x3b\xbb\xab\xb7\x85\x0a\x3b\x03\xc6\xef\x0f\x2b\x95\x55\xd1\x59\x15\xcd\x21\xe1\xdb\xb0\xc5\x26\x6c\x51\x38\xdc\x7b\x1b\xb6\xd8\xdc\xd4\xf2\xdc\x6c\x96\xd9\xdc\xd7\x72\x7e\x9c\x0c\x64\xd9\xb0\xc5\x2e\x9f\xc3\x3d\x90\x70\x17\x39\x5a\x92\x4d\x30\xb9\x45\xe5\x55\x64\x15\x90\x70\x17\x59\x55\x72\x93\x16\xd0\x98\xdc\x22\xab\xd2\x4d\x1b\xb2\xca\xb8\xc5\x0d\xae\xdb\xc6\x28\x76\x51\xbe\xd3\x4b\xbb\x0e\x83\x60\x41\xc9\x7c\xce\x60\xc1\xae\x0e\x23\xe5\x04\xed\x95\x96\xa4\x15\x68\x45\x1a\x43\xe3\x0e\xff\xed\xe1\x9c\xbb\xba\xc4\x29\x5e\xdd\x16\x11\xec\x9a\x1f\x69\xb4\x91\x7d\xb7\xd8\x46\xd0\x86\x32\x5f\xb5\xbf\x64\x5b\xb7\x41\x80\x6d\x10\xe0\x26\xdb\xba\x3d\xc4\x73\x13\x0b\x78\xbc\x76\x62\x57\xd7\x41\x75\x26\x33\x86\xb5\x3a\x93\xd5\x75\x00\xd0\xda\xee\x1c\xd8\xec\x1c\x78\x6e\x80\xd6\x76\xe7\xc0\xae\xae\x0d\x80\xd6\x36\x32\xb0\x09\x06\x3c\x37\xd5\xab\xdb\x6d\x02\x9b\x60\xc0\x73\x73\x48\xeb\x36\x0a\xb0\x8d\x02\xdc\x54\xa0\xee\x70\x8d\x87\xd6\x96\x9b\xa7\x76\xe0\x27\x6f\x23\x03\x37\x39\xd3\x6d\x64\x60\x73\x5b\xc9\xa1\x9d\xbe\x70\x67\xc9\xf9\xf9\xd1\x0e\x9f\xdd\x62\xb0\x43\x69\x66\x43\xf6\x36\x32\xb0\x43\xa3\x43\xf2\x72\x5b\xf9\xb0\x43\x29\xe5\x10\xc0\x6d\x14\x60\x87\x53\x5e\xfe\xef\x73\x6c\xd3\xfd\xff\x18\x79\x77\x20\xec\xe6\xec\x73\xeb\xff\xb6\x30\x62\x37\x67\x9f\xd3\xde\x77\x73\xf6\x9b\x42\x5c\xe0\x2e\xdb\x16\xfe\xec\x96\x6c\xed\xe5\x5d\xbd\xb9\xa6\x0e\x00\xc3\x6d\x11\xff\x6e\x72\xad\xc0\x5d\x77\x25\x6c\x36\x22\x1c\x1a\xdf\x23\x54\xb4\x9b\xeb\x9d\x54\xe9\xb6\xa8\x62\x1b\x2d\xb8\x71\xd5\xb7\x45\x15\x9b\x8d\x08\xcf\x5d\x90\x44\xa3\x05\xbb\x29\x11\xe4\x4f\xb7\xfb\xb0\x77\xd3\xfd\xe2\xe2\x90\x6d\xb4\x60\xb7\x1f\xd7\x2a\xcf\xc9\xb5\xf6\xe3\x1a\xfa\xcd\x4a\x8b\xdd\x95\xf6\x82\xc4\xba\x39\x7b\x77\xb5\x7e\x65\x81\x76\x10\xd6\xee\x1a\x34\xee\xd7\xda\x6c\x1a\xf8\xb3\xbb\xc6\xab\xe2\x0a\x76\x8d\x57\x27\x04\x7b\xd7\x8f\xe7\x1c\x47\xb7\x7f\xf5\xe3\x39\x90\xce\xee\x1a\x2a\x4e\x8c\xd9\x5d\x43\xd5\x09\xa3\xde\x24\x4b\xb7\xb8\x7d\x73\xf9\xc7\xa1\x15\x68\x49\x9a\x6d\x30\xde\x61\x9f\xc5\xed\x37\x49\xd5\xed\xee\xec\x3d\x5c\xa1\x5c\x71\xba\x87\x8a\x66\xe0\x49\x7b\x61\xc9\x1e\x7a\xd2\x43\x89\x65\x9f\xfd\xf6\x44\xa0\x3d\x9c\x23\x70\xcd\x1e\x7a\xd2\x6c\xe6\x3e\xb4\x07\x5a\x91\x56\x8f\xc9\x48\x92\xfc\x9c\x53\xc9\x81\x36\x5b\xc8\xbf\x87\x53\x49\x02\x75\x8f\x6a\x57\x00\x85\xde\x75\xb2\x2d\xc3\xd8\x86\x01\x6e\x4e\x1a\xde\x62\xfe\x3d\x9d\x0e\xee\x35\xd9\x53\xe5\x33\x9d\x8e\x40\xf9\x4c\x87\x3b\x75\x0a\x83\x29\x9f\x3a\x85\x53\x9f\x23\x98\xf2\xa9\x61\x9e\xa4\x86\x6e\x4a\x59\xb7\xc7\x3e\xee\xe9\x42\x26\xf9\xba\xa7\x0b\x79\x2a\xba\x81\xee\x9e\x2a\xb3\xa9\x32\x23\xd3\xba\xad\xaf\xd8\xec\xe6\x7e\x1e\x8e\x1e\xdc\x62\xfe\x4d\xfd\xc4\xa1\xf1\x9c\xc8\x81\x62\x8a\xe7\xe1\x94\xab\x6d\x31\xc5\xa6\x98\xe2\xd0\x78\x4e\xd1\xa0\x98\xe2\x79\xb8\x49\x75\x5b\x4c\xb1\xa9\x95\x38\xb4\xd3\x97\x45\x8c\x6f\x53\x99\xf0\x3c\x14\xa1\x6e\x2b\x13\xb6\x20\xf8\x60\xc5\xff\x53\x31\x9c\x3f\xfe\xad\xfd\xe3\x6f\xff\xfd\x7f\xb4\x7f\xfc\xcf\xf6\x6f\xeb\xef\xe3\xbf\xfe\xf9\xcf\xf5\xef\xff\x39\xff\x75\xfc\xe7\xdf\xff\xdb\xa1\xfe\x7d\xae\xfd\xaf\xff\xbe\xfe\xb9\xfe\xd7\x7f\xfc\xd7\x3f\xc7\xfa\xfb\x3f\xfe\xe3\x1f\xe7\x2d\xfe\xfd\xef\x00\x00\x00\xff\xff\x80\x7b\x94\x6c\x70\x5a\x01\x00"); +func _bbga ()(*asset ,error ){_gef ,_dag :=_abd ();if _dag !=nil {return nil ,_dag ;};_dbd :=bindataFileInfo {_dae :"Adobe-CNS1-3",_fb :1881,_ae :_be .FileMode (436),_g :_a .Unix (1580491185,0)};_ggbc :=&asset {_dd :_gef ,_ef :_dbd };return _ggbc ,nil ; +};var _agg =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\xd6\x4f\x6b\xeb\x46\x14\x05\xf0\xbd\x3e\xc5\x2c\x5f\x17\xaf\x99\xfb\x67\x46\x23\x10\x81\x47\xc2\x83\x14\x5e\x5b\x9a\xfe\x83\xd2\x85\x63\x8d\x83\xa1\x91\x8d\xe3\x2c\xf2\xed\xcb\xb9\xc7\x0e\xa5\x8b\xe0\xf8\x58\xba\x72\x7e\x27\xa3\xd1\xcd\xdd\xc3\xfd\xc3\xba\x3f\xa7\x9b\x9f\x4f\x87\xed\x63\x3f\xa7\xdd\x7e\x5d\x4e\xfd\xf5\xf0\x76\xda\xf6\xf4\xd4\x9f\xf7\xeb\x30\x88\xa6\x65\xbf\x3d\x5f\xdf\xc6\xcb\xf6\x65\x73\x1c\x06\x9c\xff\xf8\xfe\x7a\xee\x2f\x0f\xeb\xee\x90\x8c\xc7\x2d\x6f\xc7\xcb\xb1\x29\xdd\xfc\xd2\x9f\xf7\xaf\xe7\xd3\x7b\xfa\xf4\x65\x39\x3c\xf5\xef\xd2\xd2\x77\xc8\x7f\x3a\x2d\xfd\xb4\x5f\x9f\xd3\xa7\x1f\x36\xc7\xcd\x2a\x1f\x1f\x3c\xbe\x1d\x8f\xff\xf4\x97\xbe\x9e\x53\x8d\xac\xaf\x4b\xbc\x0e\x37\x77\xdf\x36\xc7\x1f\x37\x2f\x3d\xdd\xc4\xac\xcf\x3c\xf3\x33\x0f\x8b\x4f\x7f\xef\xa7\xd7\xfd\x61\x4d\xf2\x7d\xce\xff\x89\x7f\x7d\x3f\xf6\x24\x97\x29\x7f\xfe\xf6\x70\x9f\xfe\x92\x24\x39\x69\xa9\xe2\x7f\x5f\xf2\x3f\xbe\x1d\x96\x9e\xf2\xf5\x5a\x0f\xf7\x77\x87\xb7\xf5\x9c\xd4\x72\x69\x0c\x85\x7f\xd6\xf6\xb0\xf4\xd7\xe3\x66\xdb\x4f\x9b\xf5\xb9\x0f\x29\xcd\x39\xe7\x7c\x9b\xe6\xf2\xe5\xeb\xd7\x5b\x7c\xdf\xff\x1d\x31\x4c\xd7\x33\xf7\x0b\x93\xeb\x19\x39\xef\x76\xb7\x29\x0f\x73\x16\xbe\x17\xbc\xd7\x52\x87\x39\x2b\x13\x45\x52\x44\x87\x39\x1b\x13\x43\x32\xd6\x36\xcc\xd9\x99\x38\x12\xc9\xea\xc3\x9c\x0b\xa3\x12\x91\x36\xcc\xae\x8c\x6a\x44\xc5\x30\x7c\x64\x34\x46\x34\x4e\x98\xde\x18\xb5\xf8\x06\xd9\x31\x7e\x62\x34\x45\x64\x19\xe3\x37\x8c\x36\x97\xef\x89\xf1\x4f\x8c\x9e\x22\x6a\x82\xf1\x5b\x46\x5b\x44\x96\x47\x8c\x5f\x18\x2d\x11\x99\x62\x7c\x67\xd4\x23\x2a\x0d\xe3\x77\x8c\x76\x11\x35\xcf\xc3\x2c\x94\x92\x90\xf2\x3c\xd5\x61\x16\x62\x49\x60\xb9\x15\x1d\x66\xa1\x96\x84\x96\xd7\xdc\x86\x59\xc8\x25\xc1\xe5\xad\xfa\x30\x0b\xbd\xc4\x2f\xa6\x18\x4f\x2f\x09\xaf\x62\x23\xc6\xd3\x4b\xc2\xab\x54\xc3\x78\x7a\x49\x78\x95\xd6\x30\x9e\x5e\x12\x5e\x55\x1c\xe3\xe9\x25\xe1\x55\x3d\x63\x3c\xbd\x24\xbc\x6a\x45\xb1\x42\x2f\x09\xaf\x3a\xa1\x59\xa1\x97\x84\xd7\x28\xa8\x56\xe8\x25\xe1\x35\x3a\xaa\x15\x7a\x49\xbf\xf4\x8f\xf1\xf4\x92\xf0\x1a\x27\x54\xab\xf4\xd2\xf0\x6a\x82\x6a\x95\x5e\x1a\x5e\xcd\x51\xad\xd2\x4b\xc3\xab\x8d\xa8\x56\xe9\xa5\xe1\xd5\x26\x54\xab\xf4\xd2\xf0\x9a\x14\xd5\x2a\xbd\x34\xbc\x26\x47\xb5\x4a\x2f\x0d\xaf\x69\x44\xb5\x4a\x2f\x0d\xaf\x69\x42\xb5\x4a\x2f\x6d\xd7\xff\x55\xcc\x27\x98\x4e\xcc\x1c\xe5\x2a\xc5\x74\xc3\x6c\x44\xbb\x4a\x32\x0d\x32\xb4\x8f\x4b\xd0\x4c\xb7\xcc\x14\xfd\x2a\xd1\x74\x61\x56\x50\xb0\x52\x4d\x3b\xb3\x11\x0d\x2b\xd9\x74\xc7\x45\x92\x51\xb1\xd1\xcd\x32\x33\x45\xc7\x46\x38\x13\x66\x05\x25\x1b\xe5\x4c\xaf\x0b\x2c\x0f\xb3\x91\xce\x82\x4e\x2c\xa3\x66\xa3\x9d\x71\x6d\x9a\xa1\x67\x23\x9e\x71\x71\x5a\x41\xd1\x46\x3d\xe3\xea\xb4\x86\xa6\x8d\x7c\xc6\xe5\xe9\x19\x55\x1b\xfd\x8c\x7e\x6e\xe8\xda\xe8\x67\xf4\xf3\x82\xb2\x8d\x7e\x46\x3f\x6f\x68\xdb\xe8\x67\xf4\x2b\x82\xba\x8d\x7e\xb6\xbd\xde\x15\x70\x0d\xfa\x19\xfd\x4a\x45\xe1\x46\x3f\xa3\x5f\x69\x68\xdc\xe8\x67\xf4\xab\x82\xca\x9d\x7e\x4e\xbf\x6a\xe8\xdc\xe9\xe7\xf4\xab\x15\x9d\x3b\xfd\x9c\x7e\xb5\xa1\x73\xa7\x9f\xd3\x6f\x14\x74\xee\xf4\x73\xfa\x8d\x8e\xce\x9d\x7e\x4e\xbf\xb1\xa2\x73\xa7\x9f\xd7\xeb\xad\x0c\xd7\xa0\x9f\xd3\xaf\x09\x3a\x77\xfa\x39\xfd\x9a\xa3\x73\xa7\x9f\xd3\xaf\x55\x74\xee\xf4\x73\xfa\xb5\x09\x9d\x3b\xfd\x9c\x7e\x93\xa2\x73\xa7\x9f\xd3\x6f\x72\x74\xee\xf4\x73\xfa\x4d\x23\x3a\x77\xfa\x39\xfd\xa6\x09\x9d\x3b\xfd\x7c\xc7\x7b\xad\xa2\xf3\x72\xd9\x43\xf2\xf5\xfe\x9b\x87\xb9\xd0\xaf\x70\x57\xc8\x23\x3a\x2f\xf4\x2b\xca\x6c\x42\xe7\x85\x7e\x25\xfc\x54\x14\x9d\x17\xfa\x15\x67\x56\xd0\x79\xa1\x5f\x29\xcc\x46\x74\x5e\xe8\x57\xc2\x4f\x35\xa3\xf3\x42\xbf\x32\x32\x53\x74\x5e\xe8\x57\xb8\x3f\x68\x41\xe7\x85\x7e\x85\x1b\x84\x8e\xe8\xbc\xd0\xaf\x6c\x44\xb8\x69\xe4\xd8\x11\xaf\x3b\x1f\x7e\xc7\xb3\xc3\xc7\x5e\xbe\x7d\x3b\x9d\xfa\x7a\x8e\x27\x87\xd8\xac\xb1\xd7\xee\xd7\xfe\xf1\x14\x72\x3c\x1c\x71\x56\xfc\xfc\x1b\x00\x00\xff\xff\x0d\xf5\xe5\x1f\xb1\x08\x00\x00"); +var _cga =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x44\xd3\x41\x8b\xdb\x3c\x10\x06\xe0\xbb\x7f\xc5\x1c\xf7\x3b\xec\x17\x4b\xb2\x2d\x09\xca\x42\x49\x0e\xcd\x96\x6d\xcb\xa6\xdd\x16\x4a\x0f\x8e\x3d\x09\x86\x46\x36\x8a\x7d\xc8\xbf\x2f\xf3\x4e\xea\x1e\xc2\x24\x8f\x34\x2f\x13\x33\xde\x6c\xf7\xbb\x7d\x1a\x66\xda\x7c\xc9\x63\x77\xe0\x99\x4e\x43\xea\x33\x5f\xc7\x25\x77\x4c\x47\x3e\x0f\xa9\x28\x8c\xa5\x7e\xe8\xe6\xbf\x3f\x51\xba\x4b\x3b\x15\xc5\xc6\x87\xc7\xd7\x8f\x87\xe7\xc7\x0f\xb4\x5c\xf9\x6e\xdb\xfd\xee\x70\xbb\xce\x7c\xd9\xa7\xd3\x48\x4e\x7b\xfb\x65\xba\xf7\x13\x6d\x5e\xf9\x3c\x5c\xe7\x7c\xa3\x87\xf7\xfd\x78\xe4\xff\xa8\xe7\x93\xf8\xe7\xdc\x73\x1e\xd2\x99\x1e\x9e\xdb\xa9\x4d\x66\x3d\x38\x2c\xd3\xf4\x9b\x2f\x9c\x66\x2a\x61\x9c\x7a\xd4\x62\xb3\x7d\x69\xa7\x4f\xed\x85\x69\x9d\xe5\x0d\x27\x38\x78\xe3\x7c\x1d\xc6\x44\xa6\xfc\xbf\x2c\x9b\x7f\xfe\xf5\x36\x31\x99\x7b\xc2\x8f\x6f\xfb\x1d\xfd\x34\x64\x4a\xb2\xb5\xab\xab\x5f\x77\xff\xfe\x32\xf6\xeb\x2d\xeb\x75\xfc\x6e\xe8\x73\x9b\xce\x5c\xbc\x0b\xa6\x32\x4f\x24\xc5\x3e\x91\x0f\xc1\x0b\xd5\x25\xa8\x36\xa0\x08\x3a\x2a\xf5\x42\xd1\x08\x35\x7a\xab\xa9\x40\x15\x28\x82\x7c\x0b\x42\x63\xd0\x78\x29\x3e\x1a\x89\xb7\xf1\x24\x84\xe2\xa3\x09\x42\x2d\x6e\xa1\xf8\x68\x22\xc8\x29\x39\x21\x5b\x82\x6a\xa5\x1a\x64\x40\x5e\xc9\x83\xac\x50\xa7\x59\x1d\xb2\xac\x13\x62\x25\x56\xaa\x40\x1a\xcf\x1a\x5f\x83\x34\x9e\x35\xbe\x01\x75\x4a\x1d\x48\xa6\x77\x15\xfe\x36\x8a\x8f\x36\x80\xac\x92\x05\x45\x50\xa5\x24\x0f\x27\xba\x12\xd4\x28\x35\x20\x03\x0a\x4a\x01\x24\xd3\xbb\x46\xb3\x1a\x64\x39\x99\xde\x05\x8c\x8a\xe2\xa3\xab\x40\xb5\x12\x46\x75\x35\xc8\x2b\xe1\x49\xb8\x06\xc4\x4a\x0c\xc2\xf4\x51\x1b\xa3\x0e\x11\x64\x05\xd7\x65\x90\xef\xb2\xfc\xeb\x32\x76\x4b\xce\x9c\x66\xac\x3e\x36\x4e\xb6\x68\x48\xbc\xbe\x5a\xd3\x38\x49\x17\x3e\x7f\x02\x00\x00\xff\xff\xb6\xb5\x3e\x79\x86\x03\x00\x00"); +func _acg ()(*asset ,error ){_ecb ,_aeef :=_dede ();if _aeef !=nil {return nil ,_aeef ;};_caaf :=bindataFileInfo {_dae :"GBKp-EUC-V",_fb :768,_ae :_be .FileMode (436),_g :_a .Unix (1580492107,0)};_fged :=&asset {_dd :_ecb ,_ef :_caaf };return _fged ,nil ; +};var _gfeg =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\xd6\x5f\x6b\xe3\x46\x1b\x05\xf0\x7b\x7d\x0a\x5d\xee\x7b\xb1\x6f\xe6\xf9\x33\x9a\x19\x10\x0b\x65\x97\x85\xb0\x6c\x5b\x92\xd2\x5e\x3b\xd2\x38\x18\x1a\xd9\x38\xce\x45\xbe\x7d\x39\xcf\xb1\x53\xe8\x45\x70\x7c\x22\x3d\x12\xbf\x93\xd1\xe8\xee\xeb\xfd\xb7\xfb\xed\x70\x19\xef\x7e\x3f\x1f\x97\xc7\x7e\x19\xf7\x87\x6d\x3d\xf7\xd7\xe3\xdb\x79\xe9\xe3\x53\x7f\x3e\x6c\xc3\x20\x3a\xae\x87\xe5\x72\xfb\x1a\x1f\xcb\xcb\xee\x34\x0c\x38\xff\xf1\xfd\xf5\xd2\x5f\xee\xb7\xfd\x71\x34\x1e\xb7\xbe\x9d\xae\xc7\x8e\xe3\xdd\x43\x7f\x3e\xbc\x5e\xce\xef\xe3\xa7\x5f\xd6\xe3\x53\xff\xdf\xb8\xf6\x3d\xf2\xdf\xce\x6b\x3f\x1f\xb6\xe7\xf1\xd3\x8f\x87\x8f\xf0\xf1\xed\x74\xfa\xbb\xbf\xf4\xed\x32\xb6\xc8\xfa\xb6\xc6\xe7\x70\xf7\xf5\xe7\xee\xf4\xeb\xee\xa5\x8f\x77\x31\xe7\xf3\x8f\x87\xcf\x3c\x24\xfe\xf2\x67\x3f\xbf\x1e\x8e\xdb\x28\xff\x4f\x49\xff\x8d\xff\x78\x3f\xf5\x51\xae\x13\xfe\xfa\x79\x5c\xfb\x98\x6e\xf3\xee\xbf\x7d\x3d\xbe\x6d\x97\x51\xb5\xb6\xc2\x50\x78\xdb\xcb\x71\xed\xaf\xa7\xdd\xd2\xcf\xbb\xed\xb9\x0f\xe3\x38\xa7\x94\xd2\x97\x71\xce\xed\xfb\xf7\x2f\xb8\xa7\xff\x1c\x31\xb4\x74\x3d\xf3\xb0\x32\xb9\x9d\x91\xd2\x7e\xff\x65\x4c\xc3\x9c\x84\xdf\x05\xdf\x35\x4f\xc3\x9c\x94\x89\x22\xc9\xa2\xc3\x9c\x8c\x89\x21\x29\x53\x1d\xe6\xe4\x4c\x1c\x89\x24\xf5\x61\x4e\x99\x51\x8e\x48\x2b\x66\x4f\x8c\xa6\x88\xb2\x61\x78\x61\x54\x22\x2a\x0d\xd3\x2b\xa3\x1a\x77\x90\x1c\xe3\x1b\xa3\x16\x91\x25\x8c\xdf\x31\xda\x5d\xef\x13\xe3\x9f\x18\x3d\x45\x54\x05\xe3\x17\x46\x0b\x22\x4b\x05\xe3\x57\x46\x6b\x44\xa6\x18\xdf\x19\xf5\x88\x72\xc5\xf8\x3d\xa3\x7d\x44\xd5\xd3\x30\x0b\xa5\x24\xa4\x3c\xb5\x69\x98\x85\x58\x12\x58\x6e\x59\x87\x59\xa8\x25\xa1\xe5\x53\xaa\xc3\x2c\xe4\x92\xe0\xf2\x3a\xf9\x30\x0b\xbd\xc4\xaf\xa6\x18\x4f\x2f\x09\xaf\x6c\x05\xe3\xe9\x25\xe1\x95\x27\xc3\x78\x7a\x49\x78\xe5\x5a\x31\x9e\x5e\x12\x5e\x93\x38\xc6\xd3\x4b\xc2\x6b\xf2\x84\xf1\xf4\x92\xf0\x9a\x26\x14\x2b\xf4\x92\xf0\x9a\x1a\x9a\x15\x7a\x49\x78\x15\x41\xb5\x42\x2f\x09\xaf\xe2\xa8\x56\xe8\x25\xfd\xda\x3f\xc6\xd3\x4b\xc2\xab\x34\x54\xab\xf4\xd2\xf0\xaa\x82\x6a\x95\x5e\x1a\x5e\xd5\x51\xad\xd2\x4b\xc3\xab\x16\x54\xab\xf4\xd2\xf0\xaa\x0d\xd5\x2a\xbd\x34\xbc\x9a\xa2\x5a\xa5\x97\x86\x57\x73\x54\xab\xf4\xd2\xf0\x6a\x05\xd5\x2a\xbd\x34\xbc\x5a\x43\xb5\x4a\x2f\xad\xb7\xff\x55\xcc\x27\x98\x36\x66\x8e\x72\x95\x62\xba\x63\x56\xd0\xae\x92\x4c\x83\x0c\xed\xe3\x12\x34\xd3\x85\x99\xa2\x5f\x25\x9a\xae\xcc\x32\x0a\x56\xaa\x69\x67\x56\xd0\xb0\x92\x4d\xf7\x5c\x24\x09\x15\x1b\xdd\x2c\x31\x53\x74\x6c\x84\x33\x61\x96\x51\xb2\x51\xce\xf4\xb6\xc0\xd2\x30\x1b\xe9\x2c\xe8\xc4\x12\x6a\x36\xda\x19\xd7\xa6\x19\x7a\x36\xe2\x19\x17\xa7\x65\x14\x6d\xd4\x33\xae\x4e\xab\x68\xda\xc8\x67\x5c\x9e\x9e\x50\xb5\xd1\xcf\xe8\xe7\x86\xae\x8d\x7e\x46\x3f\xcf\x28\xdb\xe8\x67\xf4\xf3\x8a\xb6\x8d\x7e\x46\xbf\x2c\xa8\xdb\xe8\x67\xcb\xed\xa9\x80\x6b\xd0\xcf\xe8\x97\x27\x14\x6e\xf4\x33\xfa\xe5\x8a\xc6\x8d\x7e\x46\xbf\x49\x50\xb9\xd3\xcf\xe9\x37\x19\x3a\x77\xfa\x39\xfd\xa6\x09\x9d\x3b\xfd\x9c\x7e\x53\x45\xe7\x4e\x3f\xa7\x5f\x11\x74\xee\xf4\x73\xfa\x15\x47\xe7\x4e\x3f\xa7\x5f\x99\xd0\xb9\xd3\xcf\xa7\xdb\xa3\x0c\xd7\xa0\x9f\xd3\xaf\x0a\x3a\x77\xfa\x39\xfd\xaa\xa3\x73\xa7\x9f\xd3\xaf\x4e\xe8\xdc\xe9\xe7\xf4\xab\x0d\x9d\x3b\xfd\x9c\x7e\x4d\xd1\xb9\xd3\xcf\xe9\xd7\x1c\x9d\x3b\xfd\x9c\x7e\xad\xa0\x73\xa7\x9f\xd3\xaf\x35\x74\xee\xf4\xf3\x3d\x9f\xb5\x8a\xce\xf3\x75\x0f\x49\xb7\xe7\x6f\x1a\xe6\x4c\xbf\xcc\x5d\x21\x15\x74\x9e\xe9\x97\x95\x59\x43\xe7\x99\x7e\x39\xfc\x54\x14\x9d\x67\xfa\x65\x67\x96\xd1\x79\xa6\x5f\xce\xcc\x0a\x3a\xcf\xf4\xcb\xe1\xa7\x9a\xd0\x79\xa6\x5f\x2e\xcc\x14\x9d\x67\xfa\x65\xee\x0f\x9a\xd1\x79\x6e\xd7\x7d\xaf\x24\x64\xa5\x7a\xec\x7e\xb7\x5d\x0e\xbf\xe3\x3d\xe0\x63\x6f\x5e\xde\xce\xe7\xbe\x5d\xe2\x2d\x20\x36\x60\xec\xab\x87\xad\x7f\xbc\x51\x9c\x8e\x27\x9c\x15\x3f\xff\x04\x00\x00\xff\xff\x4b\x3b\xc9\x6a\x7d\x08\x00\x00"); +func _fdgaa ()([]byte ,error ){return _c (_caeb ,"UniJISX0213-UTF32-V")};func _cgb ()(*asset ,error ){_fbf ,_gbea :=_ffd ();if _gbea !=nil {return nil ,_gbea ;};_cge :=bindataFileInfo {_dae :"Adobe-CNS1-0",_fb :1587,_ae :_be .FileMode (436),_g :_a .Unix (1580491131,0)}; +_ccd :=&asset {_dd :_fbf ,_ef :_cge };return _ccd ,nil ;};func _ddbda ()(*asset ,error ){_geg ,_cdgde :=_ccb ();if _cdgde !=nil {return nil ,_cdgde ;};_bce :=bindataFileInfo {_dae :"GBTpc-EUC-H",_fb :44556,_ae :_be .FileMode (436),_g :_a .Unix (1580492236,0)}; +_daef :=&asset {_dd :_geg ,_ef :_bce };return _daef ,nil ;};func _ebcd ()(*asset ,error ){_gfbbd ,_cfd :=_cgbe ();if _cfd !=nil {return nil ,_cfd ;};_bafc :=bindataFileInfo {_dae :"Adobe-KR-9",_fb :2173,_ae :_be .FileMode (436),_g :_a .Unix (1580491457,0)}; +_efag :=&asset {_dd :_gfbbd ,_ef :_bafc };return _efag ,nil ;};func _dfd ()([]byte ,error ){return _c (_ffgb ,"Ext-RKSJ-H")};func (_cg bindataFileInfo )IsDir ()bool {return false };func _agaef ()(*asset ,error ){_gfb ,_cecg :=_aeg ();if _cecg !=nil {return nil ,_cecg ; +};_fgb :=bindataFileInfo {_dae :"Adobe-KR-0",_fb :640,_ae :_be .FileMode (436),_g :_a .Unix (1580491402,0)};_aaa :=&asset {_dd :_gfb ,_ef :_fgb };return _aaa ,nil ;};var _fbae =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\xbd\x4d\xab\x36\x3b\x96\x25\x36\xcf\x5f\x71\x86\xed\x41\x3b\x43\xdf\x12\x98\x03\xa6\x9b\xc4\xd9\xd0\xb6\x71\x75\xd9\x06\xe3\x41\x7c\x96\x2f\x38\x6f\x26\x37\xb3\x06\xf5\xef\x8d\xd6\xd2\xb3\x56\xdc\x02\xc3\x79\x27\xe7\x55\x3c\x11\xd2\xd6\xd6\xd6\xfe\xd6\xd6\x1f\xff\xd3\x9f\xff\xf3\x9f\x7f\xfd\xe5\x1f\x5f\x7f\xfc\x5f\x7f\xfb\xeb\xf9\x4f\xf7\x3f\xbe\x9e\x5f\x7e\xbd\x7e\xbb\xff\xfe\xd7\x7f\xfd\xed\xbc\xbf\x8e\xfb\x5f\x7e\xf9\xf5\x0f\x7f\x08\xf1\xeb\xfa\xe5\xfc\xc7\xa7\x89\x3f\xe7\x5f\xf6\xbf\xfd\xe1\x0f\xf3\xfb\x7f\xfa\xb7\xbf\xff\xe3\xfe\xcb\x9f\x7f\x7d\xfe\xfa\x95\xf8\xde\xf5\xaf\x7f\x5b\xef\x7e\x7d\xfd\xf1\x7f\xbb\xff\xe5\x97\xbf\xff\xe3\xb7\x7f\xfb\xfa\x0f\xff\xe3\xf5\xd7\xe3\xfe\xef\xbe\xae\xfb\x99\xcf\xff\x97\xdf\xae\xfb\xb7\x5f\x7e\xfd\x97\xaf\xff\xf0\x5f\xf6\xbf\xed\xbf\x06\xfd\xf0\x4f\xff\xfa\xb7\xbf\xfd\xbf\xf7\x5f\xee\x5f\xff\xf1\xd5\xf0\xec\xfe\xf5\xc2\xdf\x3f\xfc\xf1\x3f\xfd\xd7\xfd\x6f\xff\xf3\xfe\x97\xfb\xeb\x8f\xff\xfc\xeb\x2f\xff\xe5\xcf\xff\x14\xb7\x2d\xff\xc7\x7f\xfe\x6f\x7f\x4a\xf1\x3f\xfe\x4f\x78\x05\x6f\xfc\xef\xf7\x6f\x7f\xff\xe5\xaf\xbf\x7e\x85\xff\x7e\x8b\xc1\x8f\xff\xdb\xbf\xfd\xed\xfe\x0a\xab\xa7\xff\xf3\x9f\xff\xfc\x9f\xbf\xfe\xaf\xf0\x15\xb6\xaf\x58\x6a\x68\xff\xf7\x7a\xfe\x7f\xfc\xd7\xbf\x5e\xf7\xd7\xc6\x56\xe0\x2c\xce\xbf\x5e\xf7\xdf\xff\xb6\x9f\xf7\x6f\xfb\xaf\xff\x72\xff\xe1\xeb\xeb\x7f\xd8\xd6\xbf\xef\xf9\xdf\xb0\xfd\xe9\x4f\x7f\xfa\xd3\xf7\x04\xf3\xdf\xbd\xf9\xe9\xe0\xd7\xbf\xfe\xe3\xba\x1f\x3e\xfb\xfd\xb7\xf3\x5f\x78\xbe\xbf\xc2\xfc\xfa\xfd\xda\x1f\xc2\xb6\xad\xd1\x7f\xb9\xce\xff\x67\xff\xed\xf3\x61\x39\xbf\xbf\x46\xfb\xb4\xda\x6c\x0d\xb5\xae\xef\xaf\x91\xd5\xba\xbf\xbf\xc2\xb6\x7d\x9a\xfb\x36\x87\xf9\x34\xf2\xfc\x4d\xdd\xec\xe5\xfb\xab\xfa\xc7\xfa\xfd\x35\x92\x5a\xed\xfb\xab\x45\x77\xd3\xbf\xbf\x6a\xf6\x97\xe3\xfb\x2b\x94\xa8\xe6\xfe\xfd\x15\xb2\x5f\x3e\xe6\x30\x82\x6f\x3f\xe7\xcb\xee\xf9\x9a\x4d\x0f\x3b\xe1\x2d\x02\x7f\x9f\x68\x89\xfa\xf6\xd8\xbe\xbf\x9a\x21\x3e\xc2\xf7\x57\xf5\x5c\x8f\x3c\xa1\x2a\x6a\x96\xd9\x95\xbf\xad\xdf\x5f\xad\x75\x35\xdb\xf7\x57\x08\xee\xaa\x7f\x7f\x85\xe4\xae\xe6\x8c\xaa\xa6\x70\x60\x46\xfe\x75\xce\x28\x6a\x0a\x07\x80\xac\x9f\xe6\x59\x67\x57\x1a\xf7\x6a\x13\x48\x41\x75\xcd\x81\xb2\x70\x75\xcd\x6f\x8b\x06\xba\xe7\xb7\x9e\xc2\x83\x6f\xd5\xf3\x83\x6f\x3f\x53\x08\x93\x7c\x46\xaa\x55\xed\x80\x76\x50\x3b\xce\xbe\x5b\xf1\x0b\x09\x0f\xea\xd0\x83\x8c\x07\xa9\xe9\x01\x70\xd6\x04\x41\xd8\x2a\xfb\xf0\xa0\x0d\x0f\x9a\x47\xe9\x78\xd0\x93\x1e\x0c\x3e\xf0\x28\xfb\xf7\x57\xdc\x52\xf2\x1b\x07\x1e\x88\x62\xc2\x76\x72\x14\x7f\x72\x71\x14\xbf\x71\x13\x74\x0f\xfb\xf0\x8d\xcf\xa2\x84\xb0\xa1\xd3\xa8\x4f\x42\xe0\x1b\x9a\x4b\x88\xc0\x8f\x06\x09\x09\x6d\xf7\x50\x09\xa7\x1f\x34\xc2\x29\xc0\x03\xe7\x2a\xc2\x08\x81\x73\x6d\x7e\x63\x9f\x7d\x0e\x8f\x79\xcc\xdd\x28\x92\x0d\x81\x33\xed\x1e\x83\x33\x1d\xee\xf2\x26\x14\xee\xe2\x21\x14\x7a\x10\x39\x53\xaf\x5a\x0c\x7c\x43\x0b\x1d\x23\xdf\xf0\x03\x2e\x74\x77\x1f\x5c\xe8\x21\x7c\x46\x4e\x5e\x54\x1d\x22\x16\xba\x07\xf7\xd1\x31\x15\x01\x1a\xc7\x6c\x07\xe1\x3b\x62\xea\xd5\x50\x1d\x68\xfb\xf7\x35\x31\xe1\x3f\xae\x89\xe9\x8b\xb4\x26\x26\x62\x4b\x73\x09\xb3\x20\x48\x9c\x56\x14\xf2\x52\xe2\x03\x7f\xb0\xe6\xe9\x4f\xd6\x3c\x05\x45\xe2\x3c\xc5\x9e\x42\x5a\x8b\xec\x3e\x3a\x3b\x15\x9c\x89\x8b\xfc\x82\x73\xe7\xaa\xbb\x0f\x12\x74\xf6\x28\x27\x1e\x98\x50\x12\x97\xd9\x93\x4f\x24\xe8\xec\x4e\x89\x8d\xa8\x25\xca\x0b\x1b\xea\x23\x03\x1b\x5a\xb1\x3c\xb7\xb7\xbf\xcf\x6b\x73\x0b\x86\x4c\x5c\x34\xe1\x22\x17\x42\x99\x20\xa5\x96\x44\xf9\xff\x93\x31\x21\x13\x51\xde\x71\x99\x3b\xbf\x8a\x42\x32\x77\x43\x33\x08\x83\x10\xfb\x13\xee\xfc\x68\x10\xb0\x1d\x4c\x97\x79\x8a\xae\x64\x44\xe6\x0b\x34\x23\x1c\x94\x8d\x63\x6a\xc5\xcb\xda\xd4\x5a\xad\x02\x2c\x08\xa6\x32\xb1\x90\x85\xe5\x42\x1c\x78\xef\x14\xd2\x43\xf5\xf7\x8b\x1e\x3c\x02\xe9\xc1\x78\x2c\x6b\xd3\xbb\x8f\xb5\xe9\x3d\x0a\xe9\xc1\x34\x55\x0e\x3e\xf0\x28\x6b\xdb\x0b\x55\x65\x6d\x7b\x03\xbe\xe8\x41\xb8\x2b\x64\x70\x92\x0d\xa1\x4e\x7a\xf0\xfe\xac\x73\xd3\x47\x75\x58\xc9\xec\xbd\xfd\x2a\xe9\xa1\xab\xc3\x4a\x5c\x98\x48\x2b\x71\x51\xfc\xc6\xe2\x01\xee\x83\xb8\x48\xfe\x84\x3c\x40\xa8\xa8\xe4\x01\xfe\x80\x3c\x40\xf3\xae\xe4\x01\x06\x7a\xe1\xc1\x2f\x2c\x3c\x08\xfd\xf5\xc6\x08\x6e\x3f\x18\x41\x14\xd3\x16\x45\xf8\x01\x29\xa2\x0b\x4f\x8d\x5c\xc2\x32\xac\x91\x4b\x18\x8a\x96\xb9\xe5\xfd\x09\x77\x86\xc9\xac\x11\x13\x46\x4d\x5b\x54\xe1\x4e\x27\x97\x30\x27\x6a\xa4\x09\x13\x62\x23\x4d\x58\xc6\xb5\x45\x13\xfe\x64\x09\x3d\x3f\xb8\x66\x97\x1e\x61\xf2\x4b\x73\xa1\x31\x17\xd8\x98\x1f\x58\xde\xee\xad\x75\x46\x3e\x10\xc8\x27\xf6\x92\x31\x7b\x12\xb3\xfe\xe0\xc1\xef\x5a\x8a\x6b\x03\xa6\x85\x94\x2b\xe0\x7d\xf5\x77\x45\xfc\xae\x19\x5e\x09\xbf\xbb\x9d\xf1\xbb\x20\xbc\x16\xbb\xd1\x0c\x2e\xea\x12\xd6\x03\x2e\x22\xd5\x0c\xfe\xe2\x56\xb3\x04\xbe\xc8\x51\xbc\x91\x2e\xa2\xd5\xd2\xf1\x5a\xac\x57\x24\x78\x11\xad\xe6\x31\x0f\xe1\x30\x9e\x1f\x68\xc8\x42\x54\x9c\x12\x60\x64\x75\x19\xc9\x74\xba\xa8\x3e\x16\x60\x22\x74\xb5\x89\x6a\x0d\x11\xcb\x5a\x0c\x7f\x01\x5c\x68\xb3\x46\xb2\x9d\xae\xdd\x1d\x0b\x70\xd1\x37\x7f\x41\x71\xfb\xfa\xa4\xf3\xc1\xd0\x03\xec\xb5\xe8\x41\x77\xb4\xfd\x3b\x79\xab\x7b\x3c\x09\xe5\xa6\x07\x37\x1f\x18\x88\x87\x40\xa8\x8b\xca\x99\x8b\x06\x63\x0d\x54\x02\x04\x15\x99\x48\x37\xb2\xc8\x44\xba\x64\x76\xac\x9c\x59\x70\xa7\x9c\x99\x08\x3f\xd6\x35\xb3\xa6\x07\x58\xd4\xde\xcb\x4f\x04\x53\x5c\x3c\x64\x78\xc4\x8b\xd3\xf0\x03\xf2\xd2\x61\x10\x38\x51\x51\x5e\x24\x17\xe9\x41\x30\x2d\x2e\x22\xc5\x2d\x36\xae\xb1\xb6\x43\x6c\x5c\xe3\xcd\x7d\x10\x15\xd2\x35\xe2\xe4\x22\x23\x4b\x2d\x8b\x8d\x98\xe8\x7e\xc0\x89\x8b\xfb\x45\x72\x8d\xbe\x79\x10\x62\x22\x7b\x90\x83\x6f\xb8\x8f\x35\x59\x43\xbe\x26\xab\x37\x3a\xe7\x26\xfd\x3b\xf6\xb5\x88\x9a\x5b\xe7\xdc\x36\x3f\xc0\x56\x96\x64\x88\x9d\x53\x13\x7b\x8b\x9d\x90\x8b\x19\xc4\x4e\xc8\xa5\x79\xc5\x4e\xc8\x93\x3f\x21\xbf\x93\xf5\x12\xfb\x09\xf4\xf8\x0b\xce\xc4\xf8\xea\xa4\xcf\x60\x30\xb8\x6c\xd2\x8d\xe3\xe0\xd4\xc4\xc3\xe2\xe0\xd4\x0c\xf9\x00\x93\xf2\x3e\x1b\x9c\x89\xf7\xee\x20\xbd\x4a\x64\xc5\xb1\xa8\xd1\x83\x70\x6a\xc3\x7d\x70\x23\x0d\x0f\x42\xc8\x83\xdf\x58\x80\x6a\xd9\xf6\x05\x97\x3a\xdd\x17\xcb\xd0\xa2\x1c\x9c\x8a\xd8\x73\x3c\xf8\x86\x29\xf0\xe0\xbe\x31\x02\xa7\xd9\x69\xaa\x3f\x26\x3a\xf5\xdb\xc9\x01\x4d\x05\xb0\x42\xbd\x3c\x27\x95\x37\x31\xe3\x78\x72\xda\xd9\x3d\x8c\xb7\xa9\x1d\xcf\xb9\x9e\xde\xa2\xe7\xf1\xfd\x25\xe1\x17\x4f\x62\x44\x4c\x37\x52\x76\x98\x6c\xaf\x35\x7f\x8d\xff\xe1\xec\x7e\xb0\xac\x44\x21\x15\x9c\xdd\x3b\xf4\x5a\xe2\x52\xf0\x4d\xbe\x6e\xe4\x5c\xd4\x1b\x8a\xdf\x27\xf1\x48\xff\x49\xd3\x3a\x16\xc4\x69\x9a\xbe\xc3\xad\xfc\x9e\x6b\x9a\x56\x6f\x14\x63\x4d\xdb\xef\x20\x49\xd3\x5a\x0d\xc9\xdf\xce\xb9\x27\x0f\x73\xfd\x1e\x8f\x89\x86\x69\x97\x72\x91\x02\x77\x86\xd4\xc5\x44\x1b\xb0\x4b\xb3\x4e\xb4\xce\xba\xd4\xa6\x44\xeb\xac\x17\x3f\x68\x6f\xf7\x44\x8a\xf0\x56\x68\xc8\x48\x8a\xf5\x6c\xe3\x1a\xd2\x6f\x70\x48\x19\xd8\x29\x12\x4a\xa9\x51\x29\x91\x1e\x65\x1d\xa7\x69\x6c\x49\x21\x4a\x34\xac\xba\xcc\xfe\x94\xe0\xe5\x10\x80\x69\x81\xa0\x59\x27\x8e\xd8\xfc\x80\x88\x72\x97\x4b\xb6\x48\x4f\x4b\x1d\x4a\x57\x16\xd1\xa5\x0e\x2b\xca\x22\x2d\xf5\x9b\x0f\xb4\x36\xfd\xe1\x03\xf5\x31\x60\x34\x99\x01\xa4\x7d\xe7\x1b\x7e\x70\xf0\x81\xe0\x38\xd6\x27\xea\x03\x9a\x54\x8d\x31\xfe\x44\x1c\xa5\x93\x03\x68\xab\xa7\x93\x03\x48\xde\xa5\x93\x50\x9b\x44\xe6\x6e\x09\x71\x13\x5f\x4b\xd8\x2e\x71\x1b\x7e\xa3\xf0\x81\xfa\xc0\x76\x88\x9b\x48\x38\x6f\xf3\x93\x4d\x4b\x9e\x61\x18\x6d\x62\x0f\x0f\x94\xad\x18\x3e\xfb\x2b\xdc\xe0\x17\xe9\xc3\x20\xc2\x7d\x40\x0b\xfa\xc8\xfe\xf0\x34\x6c\xe1\x0f\x1b\x0c\x4f\xa3\xd2\xe3\xdf\xc1\x59\x3f\x68\x0b\x4f\x83\xcc\xf8\x2c\x45\xdc\xb6\xa9\x76\x7f\xd0\x1c\xb7\xb9\xe1\xaa\x7f\x0d\x73\x37\x7e\x6c\xaa\xb8\xc1\x37\x93\xd5\x9a\x08\x7f\x35\xd3\xef\x9b\xf9\x45\x69\x71\x0b\x65\xf6\xa4\x71\x42\x9d\xcd\xaa\x66\x37\x8f\x8c\x5b\x18\xe6\x91\x71\xc3\x46\xfc\x4c\x30\x6e\xd8\x86\x9b\xdf\x9d\xf4\x19\x0d\xe1\x0d\xfc\x7d\x9a\x11\x20\x0e\x35\x01\x84\x9b\x00\x42\x5d\xcd\xbd\x24\xdf\x55\xdc\xd2\xf1\xfd\x25\x9d\x36\x6e\xd8\x19\x31\x04\xf5\x9d\xee\x17\xfb\x89\x5b\xe2\xd6\xcc\xea\x3d\x93\x1e\xbb\x3a\x84\x65\xbf\xa9\xc3\x3c\xd8\xa1\x7e\x07\x2d\xd4\xd8\x35\xc2\x54\x15\x5b\x37\x5e\xa6\xf5\xd9\x24\x2c\xe2\x86\xb5\x4f\xcd\x6d\x80\x30\x8c\x9c\x1d\xc4\x53\x34\x24\xd8\x6f\x95\xe3\x25\x6e\x60\xbf\x61\xfb\x6c\xc4\x08\xe7\x64\x08\xbd\xf8\x41\xfa\xfe\x6a\x1f\x75\x2a\xd2\xd3\x18\xc4\x91\x22\xdc\x86\x3d\x6d\x7e\x7f\x47\x3b\xab\xfd\x70\x07\x7c\x66\x09\xf7\x5d\xdf\xa2\x3e\x98\x94\xd0\xaa\x47\x88\x61\xfe\x6e\x00\xe0\x14\x13\xc4\x70\x78\x8d\xf4\xfa\x19\x12\xb2\x04\x3f\x98\xcb\xf6\x61\x78\xf1\xe3\xbe\x12\xa9\xd1\xb5\x14\xb7\xae\x19\xcc\x75\xee\xe9\xa3\xaa\x45\x38\x2f\x86\x3c\x7b\x11\xbe\x8b\x21\x65\x2f\xc2\x75\x31\xa4\xcc\xc4\x8f\x6f\x22\xaa\x83\xb9\x0c\x3d\x7d\x34\xce\x18\xa6\xd2\x35\x64\xe9\x46\x98\x84\x32\x74\x22\x4c\x42\x79\x98\x62\x80\xea\x13\xe3\xa6\x19\x4c\x95\xa0\xa7\x4d\x2f\x9c\x07\x5f\xd0\x78\x10\xeb\x31\x1a\x22\x32\xaa\x68\x90\xa7\x0d\x28\x9b\x36\xc2\xe4\x93\x0c\x8e\xe1\x9e\x03\x6c\xc1\xed\x86\xb6\x5e\xbf\x3b\xda\x5a\xd2\x7b\xa0\x2d\x00\xa7\xa5\xd6\x93\xde\x8f\x93\x86\x64\x1f\xc7\xb8\x61\xf0\xa1\xe6\x9c\xae\xd6\x2f\x82\xa0\x62\xe8\x7e\x7d\x39\xb0\x9a\x1e\xb4\x49\x20\x9b\x9a\xfd\xfb\x4b\xfe\x96\x18\xe9\xb6\xce\x1f\x99\x19\xe3\x46\x76\x31\xfc\xc6\x24\x88\x6c\xe8\xe8\xb0\xd3\xb6\x8f\x93\xa9\xb5\x2a\x82\x8c\x93\xad\xd5\x8f\x4e\x18\x23\xd8\x5a\x0c\xa1\xff\x40\xac\xc4\x08\xcf\x72\x10\xec\x93\x77\xc9\x05\x15\xe3\x64\x56\xcd\x33\x9b\xcc\xaa\x6d\x1e\xe9\x01\x20\xc2\x54\x04\x1e\x35\xb1\xa9\x2e\xc8\x37\x15\xe3\x54\x16\xe4\x87\x8c\x31\x5e\xdf\x5f\x3d\x0c\x0d\x35\xe9\xbe\xd5\x28\xb4\x4e\x4d\xa0\x6d\x6e\x96\xf9\xb3\x3a\x03\x73\x13\xbd\xc4\x04\x38\x35\x72\x26\x0a\xc4\x83\x63\x06\xc9\x17\x91\x60\xa4\x4f\xb1\x88\xf3\xc0\xd6\x96\x53\x33\xc2\x42\xad\x62\x64\xb0\x4f\x15\x14\x88\x91\x4e\xb0\x22\x26\x42\x6d\x3f\x86\xae\x0f\xc6\x12\x8b\x02\x69\x34\x3e\x10\xb2\x60\x0f\xc4\xd0\x05\xd2\xb8\xc9\x0c\xf5\x09\x82\x68\x31\x74\x8d\xb2\x4f\x1c\x14\x7d\x70\x00\xfd\x49\x93\x3c\xb9\x11\x85\xf1\x84\x18\xca\x5c\xe2\xcf\x83\x00\xca\xd6\xef\x2b\xcc\x20\x5e\x95\x06\x76\xaa\xdc\x9c\x31\x0d\xca\x10\x51\x40\x82\x05\xf2\x7e\xb0\x80\xfc\x28\x1d\x31\xc1\x24\x89\x0a\xb5\xc5\x04\x93\xe4\x77\x9f\x94\x7f\xff\x80\xc8\xd2\x0e\x84\x32\xf5\xbb\x37\xa6\x6a\x13\x6a\xfc\xc4\x3f\x62\x8e\x89\x0f\x3e\x0b\x96\xef\xc9\xc6\xe5\x28\x8b\xf9\x79\xe0\xc6\x12\xb1\x96\xc9\x25\x7b\x14\x58\xa5\xdc\x68\x7f\x3a\x28\x73\x89\x7b\x14\x0c\xa5\xa2\x43\x31\x9d\x32\x6d\xfb\x1e\x3f\xea\x76\x2c\x0d\xfd\x49\x7a\x96\xc9\x34\x7b\xcc\xfa\xbe\xe3\x7b\xa1\xb2\x4c\x3b\xb5\x47\x6d\xeb\x32\x95\xce\x1e\xc5\x17\xca\x34\x53\x7b\xcc\xea\xbf\x03\xbe\xe4\xfe\x31\xbe\xf4\x93\x32\x11\xdf\xb4\xf7\xca\x44\xbb\x57\xb2\x4c\xa4\xf7\x4d\x42\xa6\x10\xa3\xaf\xee\x76\x32\xe5\x8f\x81\x11\xcb\x41\x61\x2e\xc9\x5a\x0e\x70\x7d\xc1\x77\x80\xeb\x0b\xbc\x83\x6b\x36\xfc\x3a\x99\xb0\x5f\x38\xe7\xfb\x9a\xfe\x54\x03\x5b\xd2\xec\x4f\x92\xcd\x10\xba\x4e\x48\x51\x09\x8d\x32\x85\x88\x45\x54\x39\x11\x18\xae\x6a\x02\xd9\x1e\x8c\xca\x71\x92\x14\x2d\x53\xe6\xb4\xa8\xd1\x21\x71\xb6\xb2\x79\xfc\xc9\x6d\xc4\x42\xcb\x39\xb7\x92\x88\xa7\xdc\x19\x6b\x2d\x6c\xde\x05\x6d\x41\x83\xf0\x69\x7c\x11\xcb\x3d\xbf\x6f\x02\xfe\x59\xc8\x15\xbc\x0f\x25\x9e\x56\xaf\x4e\x29\xd2\xa4\x05\xd6\x0d\xb3\x0d\x6a\xde\x50\x29\x3e\x9f\xd7\x00\x5a\xd0\x3e\xae\x01\xb4\xe0\xcf\x33\xe2\xd5\x7a\x7d\x2a\x72\x4d\xcc\xa9\x56\x50\xaa\xc4\x5f\x05\xa5\x6f\xe2\xf9\xb5\x92\x56\xd4\x7b\x4d\x78\x3f\xa9\x9d\xf1\xbb\x60\xaf\xc0\x46\xf8\x89\xd9\x12\x6b\xad\x78\x39\xab\x4d\x32\x11\xac\x73\x9b\x29\x76\x1a\x6b\x3d\x40\x85\xe2\xec\xb5\x92\x03\xbd\x1e\x4c\x42\x6a\xee\x0f\x9c\x21\x0c\x43\x8f\xa5\x10\xf0\x8b\x3f\x49\x9d\xab\x6b\x27\x14\xbf\xc1\xc5\x92\x84\xaf\x93\x54\xa7\x09\x24\x04\x1d\x37\x25\xb4\x1e\x2c\x8d\x46\xd4\xdd\x36\xf2\x38\x09\xf5\x16\x16\x7f\xda\xf4\x80\xc3\x6a\xbf\x37\xa8\xdf\x51\x8e\xf7\xd8\x32\x95\x20\xed\xe1\x56\x16\x95\xe9\x8d\x46\x9e\x26\x64\xb6\x1d\x3c\x4b\x0b\xdf\x8e\x87\x90\x7f\xba\x18\x48\x19\xa8\x51\x5c\x70\xc0\x1d\x13\xa3\x36\xe2\x01\xb8\xc2\x26\x52\x3d\xe0\x13\x88\x66\x6c\x47\x24\x18\x92\xdc\x07\xdc\x00\xd1\xac\xf0\xa8\x84\x3c\xf8\x41\xe0\x03\x8d\x02\x81\x19\x4d\x83\xc7\x28\xbf\x83\xfc\xf8\x88\xc7\x4f\x17\x37\xb0\x51\x8a\x08\xe5\xee\x88\xb8\x59\x71\xbf\x7b\x81\xbd\x56\xfc\x46\x43\xdc\xf2\xf5\xc6\xc0\x27\xaf\x37\x0e\xbc\x21\x40\xef\xc9\x64\x73\x14\xd7\xb9\xe1\x09\xcc\x56\xce\xee\x69\xe7\xe7\x9a\xdd\x8e\xdf\x5f\xc9\x7a\xc2\x3d\x75\xe1\x6c\x65\xf8\x9e\xca\x70\x36\x27\xb8\xe9\x06\x4c\x52\xee\xee\xc1\xcc\x0b\x31\xd2\x1b\x33\x4f\xbd\xb8\x4b\x64\x5f\x94\xea\x4f\xc6\xf7\x57\xd9\x8a\xfb\x3c\x66\xbb\xbb\x3d\xc9\xb3\xc9\x2b\x18\xef\x29\xa4\x53\x95\x28\xba\xe7\x1e\x48\xde\x13\xf7\x0e\x54\xca\x49\x17\x6f\x64\xe8\x14\xc5\x68\xe2\x0d\x89\x9c\x83\xb6\xc0\xbd\x03\x28\xdb\x04\x37\x72\x71\x92\x05\xd0\x8d\x7d\x95\x86\x04\xc2\x8d\x7d\x95\xc7\xf0\x1b\x73\x2b\x8f\xe0\xa9\x23\x27\x27\x0f\x2f\x18\xb2\x72\xd2\x10\x63\xbb\x21\x94\xca\xa6\xdd\x7f\xc3\x7b\xf9\xee\xf4\xc0\x5c\xac\x57\xdd\x70\x67\xe6\xad\x69\x2e\xc8\xb1\xc9\xdb\xeb\x13\x7a\xd6\x44\xd0\x70\x51\x84\xf4\x5a\x65\x78\x39\x87\x64\xdf\xcd\x98\x97\x7d\x05\xf7\x99\xb0\x68\xda\xde\xf7\xd4\xbd\x62\xd5\xc6\xbb\x99\x9c\x53\x65\x4b\xdf\xf0\x73\x26\xdb\xc6\x37\x7d\x9b\x8a\x6b\xc5\xfb\x64\x86\x52\xf7\x20\xb0\x8e\xa3\x89\xed\x0a\xdf\x5f\x69\x33\xca\x2f\x80\x65\xce\x75\x33\xf2\xf5\xfe\xa2\x71\x66\x7e\xa3\x4f\x38\xab\xc6\x80\x81\x9d\xba\x71\x01\x03\x3b\xd9\x2b\x70\x23\x73\x28\xc9\xc5\x1a\xef\x29\x1c\x43\x35\x2e\xa6\xb5\x95\x92\x29\xe3\x06\x65\x48\xf6\xde\xf7\x81\x21\x85\xdc\x1b\xe1\xc7\xec\xdf\x27\xb5\x0e\xd9\x1c\xf7\x03\x37\x84\x54\x97\x67\xa3\x17\x6b\x53\x7b\x32\x3d\x8b\xfa\x67\xf2\xde\x2c\x8f\x55\x7c\xa6\xbd\x96\x27\xb3\xfe\x81\x78\x7a\xe0\xa1\x55\xca\x50\x7c\xa6\x5c\xce\x41\x7a\xc2\x33\x05\x73\x8a\xcd\x9d\xb7\xf9\x7b\x30\x30\x13\x9f\x45\xfb\xfd\x99\xd6\x5d\x8e\x32\x2b\x9e\x69\xdc\xa5\x28\x33\xe0\x99\xb6\x5d\x4a\xc3\xfd\x9f\xf3\xfd\xe0\xef\xaf\xd9\x96\xde\xf3\x6c\x60\x50\x2f\xf8\x9e\xd9\x16\xf2\x9e\xb0\xa1\xad\xf1\xa6\x6d\x98\x42\xf5\xef\x93\x5f\x0d\xb1\x9f\x67\xca\xa5\x1c\xa5\x76\x3d\xa1\x7e\x7f\x65\xfb\x12\x1e\xa4\x22\x25\xcf\x77\x9a\x08\xa9\x79\x3e\xd3\x5c\xcc\x49\x5c\xf9\x99\xe2\x23\xa7\xe8\xfe\x0f\xb4\xfd\xfe\x39\xbf\xcf\x7e\x7f\xd2\xdb\x90\x47\xeb\x99\x9a\x4d\xce\xc5\xed\x49\x0c\x41\x1c\xfb\x41\x0e\x52\x94\x19\xf8\x4c\xbd\x3f\x75\x6d\xee\x27\xce\x7d\xa7\xd0\x57\x7c\xa6\xf4\x8a\xf6\x16\x3e\x48\x37\x7a\xad\x47\x9c\xeb\x57\xc5\x60\x9e\x88\xfd\xa0\x9d\xfe\x4c\xd9\x16\x73\xf1\x78\xfb\xef\xf8\xff\x13\x0f\xb4\xdd\xdf\x5c\x3f\xef\xfb\x67\x5a\xb5\x31\x34\xc3\x33\xe7\xd7\x8c\x2f\xf8\xc3\x87\xe9\x05\xee\xf0\x21\xdd\xea\x41\x26\x92\xc2\x17\xf1\x49\xe4\x3c\x7e\xff\xf7\xf2\xe6\x49\x90\x37\xd2\x2a\x9e\x69\x26\x67\x5b\xaa\x4f\xaa\x68\x0b\x1f\xa9\xa1\xed\xfe\x27\x5f\xaf\xe2\x20\x0f\xfc\xeb\xb9\x78\x41\xd3\x44\x80\xb2\xee\xe2\x93\x0e\xb4\xfd\xc1\x39\x37\x80\x11\x36\x2d\xf1\x3c\xc4\xe3\x1f\xe4\x1f\x8d\x57\x7f\x53\x45\x51\xa6\x4e\x7c\x90\x7d\x14\xbd\xdb\x73\x80\xb0\x13\x80\x53\x97\x4d\xc5\x1b\x66\x9a\xf6\xc9\x16\xea\x03\x1f\xa5\x52\x62\xe2\x33\x2d\xfd\x64\xbf\xed\x93\x2b\x84\xa5\xfb\x6b\xd8\x90\x82\x37\xf7\xef\xaf\x12\x92\xfb\x9f\x08\x50\x7c\x21\x3e\x79\x6e\x60\x05\x70\xe3\x93\xa7\x54\xeb\xc5\xe3\xcf\xf9\x47\xcf\x2f\x5f\xdf\x5f\x45\xc9\x08\xf1\xc9\xf7\x6c\x57\x7f\xff\xa0\x2d\x78\xa6\x59\x9a\xb2\x74\xa9\xa7\xcc\x0d\xdc\xbd\x21\x0b\xbc\x89\xe2\xa6\x4f\x49\xf3\x7b\x6f\x80\x02\xc1\xb3\xf9\x77\x68\x45\x86\x7f\x2a\x91\x69\x13\xf7\x7d\xca\x9c\x7f\x31\xc1\x94\x39\xff\xea\x0d\x56\x06\xda\x7e\x7f\xce\xbf\x9a\x40\xcb\x34\xac\xcc\xad\x1f\x44\xff\xab\xb9\x31\x12\x8e\x7a\xf7\xf8\x58\xff\x57\xff\x0f\x08\x5c\xf8\xa6\xee\x28\x01\xf5\x30\x5a\xe3\xf7\xe9\x6a\x91\x99\xfa\x4c\xe3\x24\xd6\xe2\xef\xf3\xc4\x97\x84\xfb\x33\x8d\x93\xa4\x10\x56\x7c\xa6\xfd\x91\xb2\x37\x1c\xb2\x04\xb2\xc5\xd9\x53\x27\x02\x5e\x04\x5e\xc7\xe4\xd0\x5e\xa0\x69\xa0\xa4\xec\x05\x9f\x16\x4a\x0c\xed\x47\xd6\xcf\x33\xad\x97\xd4\xbd\xfd\xa7\xf1\x92\xda\x0b\x9a\x7b\xfe\x9e\xfc\xfb\xdc\x1d\x55\xea\x27\x82\x25\x31\x7a\x35\x91\x3e\x90\x87\x6c\x33\x44\x4b\x42\xf2\xfe\x46\xf6\x80\x75\xe2\xa7\x4d\xf4\x0c\x43\x8f\x0c\xa4\xe1\xe5\x6a\x13\x3d\xaf\xe5\x46\xfe\xd1\x4b\xfe\x30\x95\x40\xaa\xe4\xd3\xc6\xf7\x57\x7d\xc9\x97\x36\xb1\x33\x36\xf7\x47\xcb\xc8\xdf\x4f\xfe\xb8\x79\x3b\x32\xf7\xe8\xd5\xbe\xbf\xbf\x6a\x94\x06\xf8\x4c\x13\x27\x5a\x81\x79\xfa\x36\x7f\x77\x7f\x3d\x60\xfb\xea\xfb\x3e\xb7\x47\xb1\x3c\x99\x56\x42\x8c\x86\xaf\x67\x24\xb3\xb9\x3f\x58\x37\x72\x72\x3c\x88\x05\xd6\xe1\xfe\xe7\xfc\xed\x68\x78\xfa\x94\x0f\xaf\xed\xd4\x91\x28\xf4\x1a\x7f\x9f\xe3\x7b\x3b\x4d\x0b\xa3\x26\xcb\x97\x7e\x22\x83\xdd\xf0\xcd\xf9\x0f\xb3\x23\xe4\x22\x74\xb3\x3b\x06\x1a\xfd\xfd\x60\x78\x43\xdf\x8f\xf0\xfd\x55\xab\xe1\x47\xb6\xd6\x4b\xfe\x21\x5d\x2b\x9b\x9f\xc3\x39\xef\x00\xcb\x33\xb0\xfe\x66\x57\xd3\x1c\x49\x61\xf8\xf7\xf6\xfd\x55\xed\x7c\x7e\xa6\x31\x52\x9b\xb7\x27\x92\x16\xb2\xe5\xd1\x98\xf3\xb7\x9a\xfb\x4c\xdb\x24\xf6\xd7\x78\x93\x3d\x2a\xb9\x28\x3e\xe3\x82\xbe\x24\x7a\x9a\xb6\x4b\x4c\xa6\xbf\x69\xba\xc4\x62\xfd\x63\x9a\x2e\x71\x98\xfd\x32\xe1\x21\x78\xbb\xee\x11\x0a\x81\x5f\x98\xf2\xe1\xa5\x20\x4d\xd3\x26\x65\x2b\x24\xfb\xe4\x0f\xc3\xdb\x1f\x96\x8e\x9d\xff\xcf\xde\x7e\xa7\x63\x3f\xd3\xf0\x49\xdd\x04\x38\xed\x9e\x54\xcc\xaf\xa7\xd9\xd3\x82\x37\xe4\xb4\x7a\x5a\xb0\x3c\xdb\xe9\xf9\x71\x7f\xd7\xf7\x57\xaf\xd6\x56\xa7\xc9\x93\xb2\x09\x76\x7f\xc0\xff\xd5\x3f\xf2\x37\xb2\x37\xcc\xb4\x88\x5a\xf0\x06\x86\x97\x2e\xc8\xb6\x7b\x60\x0f\x25\x2b\x08\x47\xc6\x06\x17\xfc\xc7\x9c\x7f\x79\xf5\x07\xfe\x68\xf9\x34\xcd\xa7\x58\x8c\xbf\x03\x1b\xc0\x04\x77\x30\x53\xce\xed\xc9\x00\x5e\x0a\xf4\x81\xa8\xb4\x37\xf0\xb1\x32\x94\xd5\xbe\xe0\xd7\x73\x1b\x8e\x38\xd9\xae\x0f\x4c\x2f\x5b\x17\x0f\x83\xe4\xd6\x37\xa6\xe5\x95\x36\x2b\x6c\xd3\xf0\x6a\xf9\xf5\x3e\x73\x2c\x34\x5f\xf8\x11\x73\xf4\xf7\x73\x7d\x6d\xb6\x3e\x70\x88\x24\x9b\x2b\x0f\xf2\x53\xaa\x77\x00\x5d\x8b\xde\x51\xf0\x2c\x66\x6b\x84\xd3\x8e\x6b\xd9\x02\x7f\x9a\x71\xe9\x65\x41\xc0\x75\x3d\x2c\xc0\xa6\x55\x17\x1d\x53\x79\x2e\x28\x00\xa6\xf8\x2b\xc1\x1c\xaa\x3f\x90\x2f\x89\xd1\xef\x0f\x6c\x69\x9b\xd6\x4c\x4f\x9f\xdd\x97\x10\xf0\x56\x0e\x63\x42\xc0\x5b\xaa\x52\x42\x60\xba\x56\xff\x8a\x18\xca\xeb\x63\x46\xa6\x9b\xdf\x47\xbc\xe1\xe3\x2c\x49\xdb\xd4\xcd\xbb\x54\xb5\x84\x70\x74\x88\x31\xf8\x01\xe2\x74\x1f\x27\x42\x42\x80\x3a\xc4\xf0\xd9\xed\x89\x21\xea\x2a\x2f\x70\xda\x90\xbc\x11\x43\xd3\x18\x2b\xde\xf0\x61\xb8\x89\x27\x8b\x2c\x31\xd2\xf6\x80\xe3\x6a\xcc\x07\x93\x12\xcc\x08\x03\x54\xb9\xa9\x53\x9c\x40\xf6\xf0\x61\xf8\x29\x4e\x85\xba\x4b\x9f\x4c\x08\x3b\x75\x65\xbf\x27\xc4\x9d\xba\x0e\xc3\xa4\x88\x39\x29\x1d\x3e\x21\xa9\xb3\xcb\x40\x49\x71\x2a\xd4\x5d\x07\x6f\x52\x9c\x0a\x75\xab\x9f\x48\x54\x8a\x53\x9f\xee\x8a\x8e\xa4\x88\x60\xae\x32\xc9\x13\x02\x5b\x5d\x67\x80\x12\x22\x5b\x5d\xc7\x7c\x52\x9c\xfa\x74\x57\xb8\x25\xc5\xa9\x4f\x77\x9d\x82\x4a\x31\x63\x7e\xc5\x6d\xba\x08\x35\xff\xa9\x4f\x77\x1d\xfd\x49\x08\x95\x75\xa5\x3d\xa4\xb8\x62\xfe\x43\x0f\x0a\xbc\xc5\x43\x00\x43\x22\x6d\xb9\xf9\xc1\x7c\x21\x54\xb7\x31\x82\x96\x20\x0e\x8c\x50\x85\x91\x01\x0c\x17\xcd\x00\x2e\xb2\x2d\x7b\x89\x06\x50\x5c\xdd\x6e\x7c\xc1\x3d\x00\xc7\x22\x3c\x64\xd2\x75\xe9\xc8\x29\x4e\xa1\x14\xb6\xdc\x85\x34\xc4\xb5\xb6\xdc\xfd\xc5\xc9\x2e\x85\xe6\x29\x97\x7a\x0a\xfe\x02\x68\x7e\xcd\xfa\xe1\xac\xf5\x02\xa2\x5a\x5b\xf6\x1b\x70\xaa\x6d\x79\x68\xde\x53\x52\x74\x05\xb5\x52\xdc\xb9\xf2\xa2\x9c\x1d\x2b\x5f\xdc\x23\x56\xbe\x6a\x16\x90\x14\x3a\xc1\x96\xe2\x0e\x90\xaa\xfb\xc3\xca\x6b\xf3\x23\xd3\xaf\xeb\x78\x5c\x8a\x0f\x2c\x2d\xef\x4f\x64\xaa\xf5\x2d\xbb\x8d\xc4\x06\x91\x2a\xb3\xd5\x82\xb2\xb9\x12\xf2\xd5\xba\x64\x6d\x4a\x38\xa4\x15\xfa\xc7\xba\x4d\x0c\x30\x86\xae\xdd\x99\x70\x48\x2b\x28\x07\x2d\x25\x44\xbb\x43\xff\xd8\x5b\x89\x49\x6f\xa1\x77\x8f\x7a\xf0\x81\x47\x3d\xf9\xc0\x70\x5e\x88\xc7\x7f\x26\x9a\x02\xb2\x01\xfc\x41\x28\x98\x87\x80\x08\x60\x3b\xda\x32\x29\x10\xca\xe1\x0f\x90\x1f\xa0\x3d\x93\x18\x03\x97\x6f\x2e\xa5\xc0\xf8\x8b\x7a\x8c\x88\x90\x68\x93\xa4\x48\xcc\x09\x31\x48\xac\x0b\x63\x13\x62\xe0\x44\x0f\x43\xbc\x32\xc5\x8a\x39\x08\x84\xd8\xd0\x16\x08\x71\xc7\x88\xc2\x0a\x92\x42\x8a\x21\x8a\x17\x3a\x0c\x42\x42\xc2\xb6\x14\xdf\x40\x1a\x5d\xb0\xa1\x3d\x45\xf2\xa4\xe8\x28\x90\x12\x21\xd0\x08\x09\x58\x91\xa5\x9e\x12\x5c\x01\x61\xa4\x9f\x58\x36\x09\x89\x78\x7d\x13\x1f\x4a\x38\xab\x14\x46\x12\x4e\xc0\xd8\xb6\xec\xf1\x4f\x02\xe8\x2f\x38\xa5\x24\xd2\xc0\xb9\xa3\x30\x24\xaf\x12\x78\xd5\x96\xdd\x46\xec\x48\xbc\x2d\x65\x42\xec\x75\x98\xc6\x7b\x2b\xdd\x1f\xec\x98\xb3\x90\x94\x41\x49\xa6\xac\x69\x9c\x77\x79\xab\x52\x9a\xbc\xae\x95\xa1\xfe\x0a\x91\xea\x11\x91\x80\x1f\x86\x36\x75\x2a\x5c\x79\x93\x4a\x01\x8c\xe2\xdf\x09\x16\x5b\x50\x12\x66\x4a\x0d\xd9\x3b\x62\x56\x69\x5a\x48\xad\xbe\xda\x10\xc3\x51\xeb\xd4\x98\x17\xe1\xef\x1f\x20\x41\x03\x20\xbd\x39\x28\xdf\x31\x21\x35\xb1\x6f\xc6\xe2\xe0\x76\xd0\x42\x0c\x40\x18\xfd\x3e\x76\x83\xd7\x65\x70\x43\x56\x77\x00\x46\xe3\xfd\xb6\x63\x00\x89\x34\x44\xfc\x5b\x35\xf1\x33\xf6\x6c\x88\x77\x08\x80\xee\xdf\xc1\xdf\xbd\x0a\x07\x01\x56\x7f\x07\x48\x3b\x6a\xd5\x0e\xf6\xe7\xf7\x99\x90\xa5\xfe\xa0\x22\xda\xe8\x4d\x09\x3a\xa1\x8c\xda\x94\x4e\xc8\x0b\x31\x7b\x64\x4e\xf6\xcd\x84\x77\x82\xf3\x9a\x25\x9d\x58\x82\xa0\x09\x5c\x08\x80\x26\xf5\x77\x91\x87\x69\xd1\xf3\x46\x2b\x5c\xdb\x35\xf3\x7c\x6b\xd2\x9c\x33\x58\x67\x53\xf8\x3f\x65\x66\xda\x8e\x8f\x27\x39\x65\xa4\xce\xb6\xa8\x1d\x95\xe3\x8d\x13\xbc\x41\x0f\x70\x9e\x21\x7b\x4b\x65\x9c\x67\x68\xf1\x63\xfd\xa6\xdc\x97\xb5\xae\x51\x60\x1e\x36\xf9\x7b\x53\xc6\x61\xe5\xaa\xf3\x60\x29\x23\x18\xd2\x94\xfc\x95\x32\x14\xf0\x9e\xc4\xb1\x33\x52\xba\x9b\x7c\xc4\x29\x33\x65\x5a\x3a\x75\x2a\x81\x21\x02\x51\x4c\x81\xd3\xcf\x6e\xf2\x54\x70\x48\xac\xe9\xf4\x5b\x2a\x08\xdb\x36\x1d\xb8\x49\x85\x76\x98\x4e\xcd\xa6\x82\x88\x53\x93\x9f\x3f\x95\xa9\xd9\xcf\x07\x1f\x38\x0a\x96\xa1\x25\x11\x66\xb9\x90\x3a\xb7\x55\xbd\xf1\xc0\x39\xa8\x63\xb2\x09\x61\xf7\xd0\xf2\x47\x3b\x4f\x15\x49\x9f\x23\x7c\xec\x89\x54\x33\x3a\x55\x62\x6f\xaa\x48\xfd\x6f\xf9\x63\x61\xa5\x8a\x08\x5e\xcb\x82\xa3\xc2\x26\x6e\x52\xe1\x53\x45\xe0\xa6\x59\xbb\x68\x88\x6a\xb7\x22\xe6\xd8\x10\xd5\x6e\xe5\xe3\x97\x48\xad\x15\x3e\xf8\xcc\xa5\x75\x06\x66\xc4\x7a\x1a\xd6\xa5\x15\x3f\xb8\x11\x0a\xd3\xf9\xf0\xd4\x6e\x60\xac\x48\x61\x6f\x9c\x7e\x11\xe8\xed\xb9\xf8\xe0\x33\x4a\x47\x6c\xa5\x95\x8f\x3b\x31\x75\xf8\xa7\x5f\x2c\xb2\x27\xda\xc7\xd2\xa5\x7a\xe6\x27\x12\x5d\xbd\x70\x2e\x9a\x6d\xaf\x84\x54\xc2\xae\xef\x38\x37\x2c\xa3\x35\x75\x04\xfe\x86\xbc\xae\xa9\x3f\xfb\xef\x82\xa0\x69\x40\x66\x3b\xc9\x2d\x0d\xc4\xa9\x5b\x8d\x3f\xc9\x6a\x4b\x03\x07\x71\x5a\x95\x64\x18\x3b\x8e\xe2\x29\xef\x36\x0d\xd8\xb5\x9b\xb1\xb7\x97\x93\x0f\x3e\xcb\xba\x93\x44\x5b\xd0\x1b\xf0\xad\x35\x39\xf3\xd3\xde\x71\xe2\xcb\xca\xfe\x7e\x72\x14\xf1\xde\x9d\x39\xda\x4a\xa1\x4f\x3b\x22\x74\x4d\x69\x35\x69\x47\x84\xae\x29\x29\x2b\xed\x37\x26\x2a\x97\x7e\xda\x9f\xc4\xed\xf6\xc1\xef\xb1\x11\x30\x21\x8b\x31\xfc\xa6\xcc\xbb\x74\x20\xe5\xb8\x29\x55\x2c\x1d\x48\x2b\x2e\x8a\x8b\xa4\x03\x67\x99\x9a\x8e\xf7\xa4\xa3\x11\x0e\x19\x46\x07\xa2\xe9\x4d\x07\xff\xd2\x01\xe6\xe2\x40\x5d\x3a\x3a\xfb\x10\x63\x3e\x10\x46\x6e\x3a\x9b\x93\x0e\x24\x09\x55\x33\xb9\x03\x71\xd3\x3a\xc4\x5a\x8f\x93\x7d\x88\x0f\x1c\x0f\xc8\xcb\xbc\xe4\x78\x70\xaa\xd2\x16\xd3\x89\x04\xdd\x3a\xa4\xab\x9f\x48\x50\x68\x72\x82\xa5\x13\xa3\xb4\xa1\x85\x3a\x11\x28\x6d\x56\x8e\x2e\xe4\x85\x37\xa5\x78\xa4\x0b\xc6\x6e\x1b\x1f\xb7\x6f\xba\x12\x69\x56\xeb\x72\x65\xc8\x61\xa9\xdb\x17\x4e\xa8\xb5\x21\xb2\xbf\x60\x75\xf4\x4d\x06\xf4\x85\x1c\xa7\x97\x64\xbd\xce\x15\x00\xff\xac\xc2\x35\x05\x4b\xe8\xf2\x66\xa4\x1b\xfc\xe9\xa5\x59\xde\x89\x93\x15\x5c\x37\x4f\x6b\xdb\x2a\xbf\x2b\x47\x91\x1d\x71\xe3\x60\x5c\x97\xcf\x35\xdd\x90\x1b\x5d\x3e\x99\xc4\x54\x8a\xbe\x89\xd7\xde\x3c\x54\xa5\x13\x11\x09\x69\x0c\xa1\x6f\x62\x69\x37\xcf\x43\xea\x88\x44\x42\x1c\x21\x74\xef\x1f\x7a\xa2\xeb\x90\xdc\x80\xab\x39\x74\x1d\x61\x49\xf0\x2d\x87\x97\x2d\x0b\xdf\x57\x78\x99\x44\x70\x6e\x85\x6c\x1b\x87\xce\x98\x1e\x34\xfd\xe7\x62\x1f\x62\x69\xcf\xb5\x70\xba\x3e\xc9\x5b\xe2\x27\x1f\xc3\x2c\x6f\x38\xe0\xd8\xe5\xe3\xcc\x1b\x8f\xb4\xea\x74\x78\x5e\xf5\x2a\xf2\x07\xb0\xcc\xa4\xf1\x2e\x37\x71\xe6\x11\xf4\xae\x1c\x98\x1c\xf2\x83\x07\x1f\x6e\x9c\x79\x0c\xda\xf9\x83\x39\x1c\x40\xa1\x84\x73\x0e\x07\x3f\xf9\xa4\x2c\x66\xa4\x31\x87\x1e\x3f\xf6\x55\x0e\xf7\xcd\x07\x1a\xe5\x61\xa7\x1f\x9c\x66\xa4\x16\x87\x2e\x79\x9e\xe3\xc6\x4f\x3e\xdb\x36\xf3\xe0\x64\x56\x26\x52\x8e\x6b\xb6\x1f\x6b\x27\xf3\xc4\x56\x97\x4b\x2f\xc7\x8b\x0f\xb2\x3e\x41\x52\x40\xd7\xb9\xe5\x9c\xa0\xdf\x74\x45\xb1\x32\xcc\x93\xd0\x25\x8b\x73\x42\xc6\x6d\x4f\x1f\xc3\x2f\x27\xce\x45\x47\x53\x73\xc2\xc6\xee\x3a\x57\x9a\x33\x6c\xc5\x2e\x92\xca\x99\xd5\x39\x5e\x6f\x40\x08\x74\x9d\x05\xc9\x19\x7c\xad\xeb\x18\x4e\xce\xe0\x6b\x5d\x67\x21\x73\xe6\xb9\x7c\xf9\x7b\x72\xc6\x11\xf9\xb6\x7d\xdc\x11\x39\xe3\xb4\x64\xcf\xaf\x07\x3b\x1f\x7c\x08\x26\x43\xe2\xf7\x5c\xd5\x29\x7c\xaa\x5d\xf2\x3c\xe7\x83\x93\x1b\x02\x9d\x1b\x39\x7f\xd4\xaa\x5c\x38\xb9\xf2\x61\xda\xb9\xe0\xfc\x56\x2f\x71\xfb\x81\xfc\xca\x05\xf6\x63\x56\x7e\x54\x2e\xc4\x6f\xd1\x2a\x96\xb6\x36\xe4\x67\xa2\x05\x87\x05\x9b\x0e\x9a\xe4\x72\x10\x04\x01\x59\x00\xf5\x08\xfe\xe4\x06\x99\x2b\xb8\x97\x0b\x65\x8f\xbc\xd9\xb9\x82\xd7\xf6\xaa\x15\xa8\x81\xf1\x6a\xed\x9d\x0a\xa3\xad\x2b\x22\x9e\x2b\x0f\xea\xea\xfc\x65\xae\x3b\xdf\xf8\x70\xf4\x5c\x57\xed\x9d\x8f\x84\xcb\x75\xe7\x28\xda\x2a\x0d\x94\xd0\xeb\x47\xc7\xc8\x8d\xb5\x49\x94\x27\x91\x1b\xc8\xbc\xb7\x4f\x86\x59\x6e\xac\x68\xa3\x04\xe0\x4c\x5d\xa7\x2b\xa9\x33\xf7\x80\x85\xd7\x01\x99\xdc\x59\x01\x45\x27\xe1\x73\x67\x2c\x59\xce\xbf\xdc\x33\xd6\x59\xe9\x0b\xb9\x43\x7d\xee\x0a\xe0\xe5\x01\xf7\x7c\x93\x8f\x24\x8f\x1b\x34\x2b\x5f\x42\x1e\x50\x6d\xfa\xf8\xa8\x9c\x79\x87\x9b\xa5\xcb\x59\x90\x77\xe4\xd3\x75\x49\xc9\xbc\x43\x27\xef\xb2\x8c\xf3\x01\xd3\x3c\xa9\x8a\x4a\x3e\xe0\x49\xed\x4a\xf4\xcb\x47\x5b\x6b\xfb\xe9\xf4\x80\x51\xd4\x95\x8e\x95\x8f\x93\x70\x88\x53\x1c\xd7\x7a\xe3\x33\x97\xe3\xa6\xf5\xf0\x31\xc4\xf2\x49\x25\x4c\xce\xcd\x7c\x46\xac\xbe\xb2\x37\xf3\x09\xc0\x86\xdc\x87\xf9\x3c\x19\x6f\x12\xfb\x39\x71\xe4\x6c\x6c\xc2\xd8\x79\x07\x7e\xf2\x79\x70\x81\xa7\x0d\xe5\x67\xe5\x0b\x72\x62\x28\x86\x92\xef\xdf\x67\x00\xe5\x7b\x43\x1e\xd4\xab\x4d\x2b\x47\xf8\xba\x37\x44\x01\x9b\x3b\x80\xd3\xbf\xf8\x77\x64\xed\x04\x77\x30\x10\xd3\xf5\xef\x88\xea\x7d\xbc\x37\xf9\xe6\xd1\xcc\xec\xf7\x29\x74\x5e\x0f\xae\xef\xaf\x54\xc4\xb9\xee\x0d\x71\xdd\x8f\x5f\x2c\xdf\xd8\x47\xcd\x02\xe5\x46\xde\x8e\xbc\xaa\xf9\x86\x42\xa2\x3c\x9f\x7c\x87\x35\x25\xf5\x08\x43\x25\x4b\x12\xdc\xa1\xa0\x83\xa8\x36\x02\x99\xc9\xed\x86\x44\x1d\x0f\x80\x44\x0f\x6d\xd3\x3b\x20\x8e\x35\xdc\xdf\x0d\x94\xf8\x7d\x64\x42\x46\xd1\xf1\x1d\x27\xd2\x87\x71\x14\x19\x39\xd6\x80\xb1\xbf\xd3\xb2\xf2\x0d\xaa\x6e\x4a\x30\xcf\x37\x52\x69\x36\xb1\xc8\x1b\x32\x24\x47\xad\xfb\x0d\x0b\xd8\x49\x87\xf9\x8e\x0c\x96\x0a\xcb\xb0\x88\x9b\xb2\xa8\xf3\x3d\x95\xb4\xbc\x79\x12\x70\x82\xa9\x68\x4b\xbe\xd3\x54\xd0\xc3\x66\x42\x40\x3a\x8c\x72\xc5\xf2\x9d\x68\x85\x7b\xa1\x40\xd0\x0a\x8f\xe5\x7b\x6a\x13\x71\x78\x61\x51\x81\x47\xde\x9b\x7c\x27\xc4\xb7\x87\x7f\x7f\x56\xf2\xd9\x6a\x67\x26\xa7\x09\x22\xa4\xaf\xc8\x96\xce\x37\x58\x4e\xd6\xf1\xb3\x7c\xe3\xa4\x4a\xcd\x42\x4a\xe6\x1e\x4c\x7e\xd0\x69\xf6\x69\xc8\x8c\x94\x32\x13\x6b\x9e\xb4\xa8\xac\xe1\x7c\x67\xb2\x06\x4d\x29\x23\x3b\xd4\x53\xc6\x29\xbe\x16\x73\xf8\x89\x64\xba\x4b\xf9\xfe\xaa\xd9\x6b\x52\x88\x51\x8d\x86\xb2\x36\x45\x7c\xf9\x9e\xda\x57\x0e\xde\xab\x28\x6a\x93\x4c\xe8\xa8\x69\xe3\xb4\xde\x7c\xc3\x0e\x0b\xe6\x20\x77\x59\x46\xab\xda\x98\x4f\xf1\xef\x88\x98\x46\x41\x50\x23\x52\xb2\xdc\x4e\xec\x50\x1d\x4c\x7d\x78\x3e\xd0\xa2\x54\x92\x6a\xd6\x22\x34\xd0\xba\x18\xe1\xdd\x10\x54\xee\x82\x11\xf5\x14\x86\xa2\x46\xf9\x66\x71\x04\x4f\x02\x99\xda\x59\x71\xed\x7c\xa3\x58\x42\x35\x4b\xeb\x11\x68\xd1\x22\xf4\xdf\xe5\x1d\xe6\xbb\x57\xec\x36\xff\x8e\x30\xb4\xb8\x28\x52\x9b\x63\x33\xe5\x4f\x0d\x3e\x07\x93\x51\x3f\x90\x64\xe9\xf6\xf9\xce\x63\xcc\x37\x6c\xb7\xfc\x22\x44\x64\x42\x07\xb7\xa1\x04\x45\xf3\x0b\x78\x92\x86\xc9\x90\x89\x05\xde\x8a\x83\x1e\x6f\x0d\xc8\x3c\x67\xc5\x22\x33\xf2\x9c\x63\xd8\x4c\x77\x63\x52\xc6\xbb\x3d\xd0\x16\xd2\x91\x4a\xb0\x49\xb2\xde\x88\xd9\x04\x49\xeb\x9b\x0a\x8f\x52\x87\xf2\x3d\x15\x0d\xa7\xdc\xe6\x7b\x07\x8e\x4d\xf8\x30\x4f\x2d\x33\xef\x9d\x20\xfb\xfb\x8a\x5c\x45\x4d\x01\x1e\xa8\xda\xb5\x86\xfb\xdc\x58\x5b\x13\x80\x08\xdd\x8f\xe6\xf1\x1e\xce\x50\x0f\xa6\x72\x90\x83\xf7\xc2\xd4\x23\xb3\xb5\xab\x7b\x9a\xc7\x59\x59\xc5\x79\x65\x2a\xbf\xb6\xf2\xb1\xbf\xb3\x4b\xf3\x8d\x82\x80\x4e\x79\xcf\x4c\x65\x6e\xb6\x4b\xee\x69\x73\xc6\x64\x98\xce\x69\xc6\x16\x23\xf5\x24\x4e\xd4\x23\x4d\xe5\xd7\x3a\x4f\x01\x9e\x75\x20\x30\x23\x91\x39\x87\xe0\xdf\x1b\x12\x06\xdd\x61\x67\x07\xee\x11\xf1\xf2\xea\x0e\x0e\xe6\x74\xab\x7d\xa1\x43\x4d\xe1\x04\xe1\x79\x67\x9c\x73\x3b\x17\xef\x56\x9c\x0d\xcd\xc9\xc2\x7a\xea\xda\x31\x98\xe5\xa2\xfe\xcf\x6b\x19\xa7\x39\x13\x55\x28\x21\x23\x07\x3a\xeb\x2c\x60\x46\x0a\x74\x2a\xd1\x03\x0c\xa4\x00\x69\x02\x74\x2b\xea\xa4\x58\xbe\x51\xfa\x27\xbc\x28\x71\xda\x47\xd5\x8b\x70\x61\x06\xd1\xef\x3f\x68\xeb\xf5\x7b\xcd\x40\x2f\xdc\xcc\x60\x16\x4a\xee\xc8\x01\x44\x08\x77\x42\x56\xab\xa6\x74\xcf\x45\xd9\x4c\x17\x50\xdc\x43\x15\x04\x37\x39\xda\xeb\x83\x83\x73\xd0\xa4\x6f\x60\x3d\x7a\x48\xa4\x79\x67\xb7\x17\xed\xaa\x4b\xfa\x61\xa4\x3d\xdf\x0f\xa5\x44\xd1\x17\x4f\x84\x70\xd6\xa4\x60\xab\x8e\xe0\xed\xf3\x14\x7e\x21\x3c\x3c\x95\xe6\x86\xda\x5c\x98\xfc\x23\xb9\xf3\x4c\x29\x17\x65\x11\xdc\xcf\x09\x1c\xba\x73\x32\x34\x6f\xb6\xe7\xe6\x8c\xb4\xce\x0f\x79\xb2\xb6\x1f\x12\xcb\x7b\x92\x46\x83\xc4\xf2\xa0\xdc\xa3\x8c\xc4\xf2\xd9\x43\xd7\x03\x84\xd4\x5e\x2f\x2c\xb4\x0f\x3d\x18\x98\x91\x5f\x40\xa0\x40\x7b\x01\xd9\xdf\x13\x04\x0f\xb9\x14\x49\x7f\x01\xcf\xa8\x14\xcb\xe7\x53\x8f\x52\x6d\xec\x0e\x19\xe2\xc8\xff\x4e\x3a\xb8\x91\x91\xff\x1d\xaa\x68\x17\xf9\xdf\x31\xa8\x04\x44\x7e\x42\x21\x08\x1a\x31\x30\x32\x51\xdc\x25\x19\xf5\x70\x1f\x4b\xda\x09\x88\xc0\xa3\x1e\x42\xe4\x34\xcb\xb3\x22\xfe\x19\x49\xde\x49\x3e\xf5\x8c\xa4\xe9\xd9\x81\xf0\x10\xa9\x92\x88\xeb\x20\x2d\x3a\xa9\x16\x5e\x46\x5a\x74\x96\x2f\x36\x33\x2d\x7a\x28\x4d\x22\x23\x0f\x7a\x02\xe9\x2f\x90\xe7\x25\x71\xf3\x2c\xd5\xcf\x40\x52\xf5\x13\x1b\x41\x26\xf4\x9c\xb7\x66\x85\x7a\x8c\xc5\x40\x22\xc2\x99\x8c\xfa\xb4\x83\xcf\xf8\xf7\xb5\x98\x7e\x80\x54\x60\xaf\x25\x02\x9c\x8a\x79\x64\xa6\x42\x37\x1d\x23\xcc\xcc\x7d\x0e\xd6\x5f\x91\xec\x3c\x1f\xa8\x0b\xa8\x8b\x9b\xb6\x10\xb2\x99\xe3\x10\x91\x23\x9b\x39\xbf\x30\x0d\xe5\xb0\xda\x3e\x65\x3a\x73\x4e\xe2\xdf\xc8\x4f\x0e\x72\xa8\x65\xe4\x27\xa7\xad\xb9\x07\x64\x0d\x68\x5f\x21\x3f\x39\x9a\x35\xad\xfc\x64\x53\x4b\x59\x20\xab\xc3\x02\xde\xe5\xa5\x2c\xd4\x70\x25\x72\x56\x86\x72\xf6\x08\x28\x17\x20\x86\x0f\xcf\x62\xd6\x29\xa1\x8c\x0c\xe5\x89\x36\x8f\x30\x60\x5c\xf9\x05\xe8\x3e\x52\x88\x91\xa2\x9c\x55\x93\x28\x3f\xd4\x28\xb3\x21\x22\x2f\x34\x40\x93\x7f\x97\x6a\x80\xe0\x73\x6d\x1e\xa0\x2e\x06\xae\x11\x96\x4a\x29\x99\xf1\xd0\x19\xac\x93\x38\x19\x59\xc4\xd9\xe6\x38\xb2\x88\x67\x9f\xc2\x73\x65\xde\xb4\x94\x05\xa4\x02\xc7\x60\x4d\x19\xb9\xc0\xd9\x36\x26\x72\x81\xb3\x4d\x6d\xe4\x02\xcf\x0f\xd4\x25\xe2\x13\x76\xe3\xc1\x01\x9b\x8a\x89\xa9\x41\x94\xcb\x44\x44\x2e\xef\xec\xc0\x0f\xa8\x8b\x47\x0f\x09\x4c\x26\xf7\x08\x76\x25\xd5\x9a\xd9\xba\xf6\xac\x22\x3b\x77\xf6\x28\x54\x76\x9a\xb1\xa6\x06\xb8\x9e\x8b\xf4\x62\xe4\xe7\x86\xa1\x7c\xa5\xcc\x04\xdd\x16\xbd\x1a\x1d\x50\xcb\x27\x83\x8c\xdc\x2c\x1f\x7a\x66\x46\x6e\xb0\xea\x8b\x94\xdc\x97\x27\x12\x29\xb9\x59\xd5\x1f\x32\x52\x72\xe7\x07\xc2\x4b\xe7\x81\xa4\x9f\x64\xdc\x65\x24\xec\xce\xaf\x3d\x03\x2c\x93\x7c\x0f\xc8\xd8\x9d\x2f\x68\xe9\xa7\x26\x9d\xed\xef\x40\xca\x6e\x57\x06\x7f\x46\xca\xee\xfc\xc0\x0f\x90\xc5\x67\x52\x19\xc4\x80\x70\x88\x7c\xa8\x6c\x23\x14\x49\xba\xd9\x7e\x3d\x24\xe9\xce\x1e\x3d\x24\x50\x62\x82\x46\x88\xbf\x5a\x6e\x0d\x32\x05\xb7\xc9\x9f\x2d\x46\x90\x96\x1b\x82\xb9\x27\xd3\xf0\x2c\x56\xe0\xe4\x4b\xe6\x7d\xfb\x81\x3d\x25\xac\x40\x77\x6e\xee\x10\xba\x73\x91\x36\x81\xb4\xd7\x30\x2c\x42\x8e\x45\x38\xea\xf0\x28\xe0\xce\x02\x11\x79\xab\xc3\xa2\xf5\xa0\xd3\xc8\x3d\x1e\x44\x82\xd7\x1d\xee\xcf\xac\xaa\xbe\xf9\x39\x60\x08\xbb\x4d\x97\x99\x57\xf6\x04\x27\x93\x5e\x87\x54\xd3\xf0\xc2\xe2\xb9\x48\xd5\x1f\x54\x0e\x29\xa0\xce\xce\x07\x5a\x5a\x9c\x5b\xb7\x1f\x9d\xc9\xa5\xc9\x32\xe5\xa4\xde\xe6\x69\x9d\x24\x56\x73\xcf\x13\x89\x6a\x66\x1b\x54\x9f\xbd\xe9\x4f\x6a\x39\xd6\x41\x2e\xb0\x0d\x63\xfe\x02\x39\x1a\x91\xd7\xc2\xb4\x60\xbc\x18\x30\x30\x01\x5f\x30\x09\x2c\xc7\x50\x4e\xb3\x5b\xe8\x5c\x20\x3f\x0b\xce\x0b\xfc\xd8\x5b\xfa\x02\x17\xb1\xb0\xbf\x38\x27\xb3\x99\xa9\x4f\xa7\x6a\x86\x4c\x05\xda\xc4\x34\x15\xe8\x56\x4d\x1c\x37\x8c\x1a\x77\x48\xfd\xd9\x1a\xf8\x33\xf5\xe7\xd4\x5e\x1d\x50\xc7\x31\xde\x6f\xa4\x9d\x1b\xc4\x1b\x23\x7a\x25\x1f\x6e\x62\xe9\xcb\x0f\xd4\xdf\xd4\x3c\xe9\x87\x68\x93\x35\xf8\x3c\xf0\xec\x98\x0f\x4c\xf5\x37\xe5\xe1\x2e\xb1\x8b\xab\x3b\xe8\x38\xa4\xab\x49\x30\x04\xfe\xfa\x7e\x61\x49\xbb\x7c\x69\xb8\x96\x73\x0f\x96\xde\x5b\xe4\x41\x19\x9f\x8f\x11\x50\x58\x29\x6b\x93\x83\xad\x20\x3d\x78\xee\x91\xa4\x07\xf0\x3a\x14\xbf\x40\x18\xbb\xda\x8d\x30\x64\x3d\x80\xdb\xe1\x63\xb9\x94\x0d\x8e\x52\x1b\xe5\x65\xdb\xa8\xea\xf9\x05\x2a\xb8\xc5\x3d\xcc\xb5\x96\x90\x2a\x1b\x14\xdc\xaa\xf3\x37\x65\x9b\x1a\x6e\x91\x23\xb3\xa0\xa2\xd7\x9c\xb6\x80\x0c\x20\xe0\xcf\x16\x29\x48\x72\x4e\xaf\x49\x04\x9a\xb4\x1f\x95\xa6\xa0\xb0\x57\x56\xc2\x69\x41\x29\xaf\x30\xaa\x47\x58\xb3\xf4\x0b\xd4\xa2\xba\x80\xa6\x06\x5c\xdd\x23\x29\xdc\xbf\x53\x15\xfc\xe8\x2c\x85\x35\xbf\x5a\x34\xa2\xc2\xc5\x31\x0c\x35\x52\xcf\xba\xc7\x84\xde\x15\x7e\x12\x1e\x2a\x5b\x24\x0a\xd4\x3b\xf2\x13\x93\xe1\xc5\x29\x49\x5d\x9c\x50\x36\x9c\x92\x1c\x45\xab\x14\xb9\xee\x5a\x67\x64\x27\xd6\xe6\xef\x29\x61\x92\x26\x1c\xb1\xc5\x5f\x1d\x40\xbd\xa9\x5a\xb4\x48\x84\x78\xc0\x03\xc7\x4e\xfd\x3b\x2d\x04\x0f\x30\x55\xb0\xcd\x4b\xc4\x5c\xa7\xe4\x55\x4f\x6b\x03\x0a\x44\xea\xf3\xc1\x20\x7d\x12\x53\xd4\xe6\xc1\x3d\xf7\xb0\xd6\x44\x18\x46\x66\x74\x32\xa1\x21\x72\x55\x9b\xf7\x4b\x26\x16\x45\x48\x19\xee\x9a\xea\xf6\x02\x41\x43\x64\x68\xae\x5d\xb3\xa6\x36\xde\x44\x05\x19\x58\x33\x5a\x33\x6b\x2d\xf9\x77\xee\x9e\x64\x90\xd6\x6e\x31\x48\x34\x19\x9a\xdf\x80\xcc\x0a\x9a\x54\x01\x77\xf7\xef\x65\x11\xbf\xc6\x2c\x58\x6a\x13\x22\xfc\xb5\x0a\x0f\x97\xad\xac\xa5\x76\x0f\x94\x9b\xc6\x1b\xd5\xeb\x26\x98\xa6\x3a\x9d\xb6\x57\x8f\x0f\x81\xd6\x07\x95\x6b\x97\x84\x17\x9c\xe1\x1b\x2f\xf2\xa8\x0b\x4a\xf5\x59\x19\x89\x14\xd4\x95\xde\xc3\xe4\x07\xdc\xa3\x49\xcb\x5d\xa9\xab\x26\x77\x01\x12\x6b\x1e\x83\x3b\x2e\x69\xf9\x1a\xd7\x5f\x3d\x2c\xfd\x39\x6b\x39\x1a\x0b\xb7\xf9\x03\x9c\x2d\x8e\x9a\x28\xf4\xe9\xcd\xb8\x6e\xcc\xe5\x11\x8c\x2b\x6e\x65\x92\x6c\x5c\x7f\xb7\x51\xcd\xce\x8b\xd7\xb9\x78\x1a\x70\xa9\xcf\x59\x34\x4e\xaf\x70\x77\x9b\x0a\x46\xd6\x90\x9d\xb6\x91\x67\xdd\x49\x52\x59\x68\xe9\x90\xad\xa6\xfa\xbe\x54\x3b\x0f\x4a\x85\xc1\xab\xb5\x14\x58\xb3\x68\xc6\xc3\x8b\xf0\x40\xfd\x74\x08\x6f\x83\x7a\x50\xf7\x83\xb5\x7a\x9a\xf8\x80\x1e\xe4\xe5\x9e\x0a\x6a\xca\x66\xe1\x03\x24\xf6\xea\xe0\x20\x08\x7e\xe1\x64\x8f\x82\x7a\x69\xa8\x55\x9f\xec\xa4\x31\xf3\xe8\x7d\xd1\x98\xa6\xb1\xd3\xaf\x67\x6c\xee\x8c\x34\xb8\x7d\xc1\xae\x14\x94\x07\x5d\x5e\xc6\xdd\x01\xe7\xe9\xab\x0d\x06\x61\x1e\x7e\x40\xd0\x74\x21\xea\xa0\x0f\x42\x30\xe2\x6c\x55\xf6\x24\x96\x8a\x6a\x79\x7c\x90\x66\x2d\x58\x98\x68\xb0\x09\x0f\x27\xd7\xc6\x0c\x82\xfe\x5c\xb3\xa0\x93\x5e\x38\xb3\xc1\x93\x96\xa9\x81\x3c\x51\x48\xed\xf5\x02\xfd\x20\xaf\x2e\x88\xeb\xfc\x33\x51\x84\xe3\x4e\xf1\x05\x21\x39\x96\xa9\x03\xe7\x9d\x74\x80\xba\x6c\xf0\xe7\xd6\xe6\xf1\x10\x21\xae\x43\xcb\x70\xd1\x1e\x32\x3f\xb9\x38\x85\x21\x90\xaf\x82\xa2\x04\xee\x01\x3c\xcd\x3b\xfb\x42\x28\xf2\xf5\x3e\x4b\xee\x6d\x7e\x01\xa7\x56\xbd\x93\xe9\xc1\xf5\xce\xbf\x68\xee\x78\x93\xdc\x24\x05\x0b\xb4\xa5\x72\x9a\xfe\x6e\xd0\x82\xc7\xbc\x33\x5f\xd0\xb4\x6e\xec\x65\xe3\x85\x09\x0b\xc9\x9b\xfd\xc6\xd1\x53\x2b\x5f\x37\x63\xeb\x16\xb2\x37\x7d\x39\xd9\x63\xc0\x91\x61\xcc\xdd\x98\xc6\x0b\x48\x6e\xed\xac\x07\x70\xea\x16\x15\x63\x2d\xdb\x43\xbf\x9a\x19\x2f\x8b\x6f\x34\x93\xcb\xc3\x6d\x64\xe4\x3e\xdc\xfd\x1a\xf4\xe1\xbc\x44\x91\x0f\x79\x94\x09\xec\x81\xae\x30\x3c\x04\x59\x94\xe7\x05\xd7\x6e\xf5\xea\x3c\x6b\x6f\x7f\xba\x64\x8d\xcf\xfa\x31\xab\x0a\xf3\xb5\xaa\x6e\xfe\x29\xbc\x5f\x48\x67\x1d\x0a\x6f\x13\xaa\xba\xfe\xa1\xf0\x36\xa1\x21\x05\xbf\xf0\x36\xa1\x2c\xe7\x5c\x09\x74\xdd\x0e\xbf\x40\xf5\x41\x8c\x34\x2c\x3d\x54\x6c\x11\xd7\xfc\x44\xeb\x17\x01\x6a\xa6\xca\x60\x96\x80\x08\xbd\xb2\x16\x0a\xea\x86\x66\x15\xaa\x2a\x61\x65\x57\x78\xc8\x40\x3b\x2a\xa9\x4d\xf6\x60\x3c\x40\xed\x8c\x1f\x7f\x4d\x09\x4b\xed\x14\x9b\xc4\x9d\x3e\xf3\x81\xe6\x0d\xad\x52\xb9\x5f\x05\xb5\x4a\xb3\xca\x41\x95\x10\xb9\xd7\x44\x74\xb8\x5c\x27\xa9\x9a\x6a\xe1\xdd\x39\xc1\x0a\x06\xae\xca\x99\x0f\x84\xb8\x14\x51\xfa\x4c\x3d\x24\x72\x20\x69\x39\xb8\x2b\x67\x7e\xa1\x3e\xd3\xca\x41\xf7\x1b\x0d\x50\xf9\x05\x52\xbe\xd4\x43\xdc\x8c\x33\xbb\x10\xaa\x12\x31\x61\x20\x0e\xb4\x85\x08\x84\xe5\x95\x3e\x55\x78\xa5\x8d\xca\x80\x94\x40\x47\xab\xb5\x05\xde\x6a\xa3\x4a\xb5\x85\x97\xda\xe8\xc6\x82\xc2\x3b\x6d\x92\x67\x9d\x51\x56\xc1\x8b\x8d\x30\x7d\xd5\xf6\x47\xc2\x60\x6c\x5e\xfc\x4c\x0b\x42\x68\xcc\xf0\xc8\x0c\xb7\x59\xcc\xd9\x00\xb2\x2e\x8c\xfb\x87\xff\xc4\xb4\x92\x59\x29\x29\x1b\xc0\xb5\x50\xea\x01\x8e\xdb\x68\xda\x28\x11\x3d\x0a\xa2\xc2\xa5\x97\xf6\x81\x3b\x6c\xb2\x6a\x76\x15\x96\x89\xad\x4a\x3a\x2a\xb8\xb1\x66\x3e\xf0\x1b\x74\x6f\x74\xf7\xb9\xa3\xfa\x8c\xdb\x27\xcb\x15\xa8\xbd\x18\x92\xc6\xac\x8c\x32\x99\x7a\x2a\xa1\x14\x5e\x2a\xb9\xcd\x4f\x62\x44\x05\x17\xcd\xb8\xd8\x4e\xe1\x3d\x33\xc1\xfa\x13\xee\x99\x09\x38\x5c\xfb\x79\x80\x65\x12\x47\xc5\x3d\x32\x2e\xcf\x53\x78\x8f\xcc\x10\x7b\xc4\x35\x32\x79\xf3\x8e\xac\x28\xcf\x63\xce\xd4\x28\xcb\xf4\x3e\x53\xc6\x93\xe9\xa0\xd1\x04\x97\xf6\x1c\x96\x93\x56\x10\xe1\x46\x18\x5d\x73\x51\x02\xf3\xb2\x65\x84\xe0\x3e\x98\x24\x7f\x50\xe1\x85\x30\x6f\xb6\xd3\x98\x9a\x69\xd2\x6a\x4c\xa6\x13\xcc\x8d\x1e\x4c\xa9\x29\x01\x6a\xa8\x8e\xed\x96\xd0\xe3\xbb\x26\x51\x09\x7d\x4d\x42\x43\x2c\xa7\xad\x99\x42\x07\xe2\x8b\x7b\xe0\xa5\x00\xfe\x00\x55\x91\xa2\x47\x84\x08\x90\x3d\x10\x50\x97\xad\x25\x73\xb6\x0e\xf2\x8f\xee\x00\x8a\xd1\xeb\xf7\x35\x07\x43\x80\xba\x48\x51\xed\x81\xba\x11\xb2\x0e\x02\x9c\xb0\xca\x0e\x2c\x28\x69\x9c\x74\x0c\xbf\xa0\xa6\x71\x56\x2a\x60\x09\x83\x69\x2c\xee\x8f\xa7\x51\xcc\x71\xe0\x63\x7d\x31\x6f\x1e\x20\x75\x87\x70\x90\x16\x73\x24\x38\x48\xb3\x5c\x4e\x25\x20\x3b\x21\x26\xb7\x17\x96\xdd\x43\xfe\xfe\x6a\xdd\xb4\x85\xca\x05\x36\x57\xc3\x5e\x01\xb2\x96\x09\x95\x0a\x74\xa4\xa4\x84\xa9\xde\x26\x2b\x20\x01\x87\x2e\x5a\x32\x53\x44\x7a\x82\x12\xb4\x4a\x80\x3a\xab\x2c\xba\x82\x0c\xe6\x68\x8b\x3b\x1c\x10\x68\x26\x4d\xb8\x60\xbb\x67\x30\xd5\xdb\xbc\x99\x81\x1c\x8b\x8d\xbb\xc3\x9d\x0f\x34\x85\x83\xaa\x66\xf1\x10\x28\x7f\x25\x0d\x39\x1c\xf0\x92\x18\xcb\x07\xb9\x9c\x3c\x1d\xb8\x8d\x68\x3e\x50\x97\x27\xbd\x97\xe6\x73\xac\xcc\x66\x31\x7d\x62\x16\x16\x89\x70\xda\x66\x2f\xec\xb9\xa0\xf6\x07\x20\x5e\xe9\x69\xe1\x64\x28\xc7\x9b\xfc\x3c\x20\x0b\x34\xef\xa9\x40\xa7\xe1\x59\xb2\x22\x40\xf5\xef\x34\x98\x2d\x7c\x98\x23\xf9\xe2\xdd\xd7\x9a\x95\x60\x60\x8e\x83\xf5\x7c\xdc\x71\xe4\x40\x72\xe1\x8d\x46\xe3\xc5\xea\xe0\x74\x8d\xe6\x6c\x17\xca\xcd\x1a\x71\x17\xb3\x67\x04\x24\xcf\x4e\xbd\x38\xd5\x45\x28\xcd\x26\xee\xed\x5d\x7a\xac\x84\xa9\x13\xa7\xe6\x2d\x75\x53\x75\xf4\x16\xb8\x17\xd0\x9a\xd6\x0d\x54\x9b\xd1\x40\xe3\x1d\x96\xca\x37\x31\xed\x0e\x50\x3c\xcd\xe2\xe4\x46\xcc\xdf\x42\x1a\xfa\x6f\xb4\x46\x76\x53\xfd\x91\x3d\x15\x1e\x82\xac\x0f\xa0\xee\xea\xee\x81\x12\x9e\x85\x67\xd1\xdb\xb3\x36\xa1\x1f\x30\x7a\x59\x7e\x26\x80\x9e\xf2\xae\xc6\x56\xc2\xc3\xf3\x2f\x9a\xd0\x43\x2f\x86\x35\x1f\x38\x81\xa3\x89\xf3\x41\x76\x9c\x31\xf2\x30\x3e\x20\x1c\x3f\xf0\x9e\x7a\x95\xe1\x02\x56\xf2\x4d\x41\x25\x73\x97\x7f\x2b\xa8\x5d\x1e\x8b\xde\x8f\x1b\x64\xbc\x98\x10\x8b\x99\x0f\xf3\x51\x14\x33\x4f\xca\x17\x2a\x38\x70\x10\x95\x03\x55\x22\x6f\xe1\x14\xad\xb3\x78\xb9\x32\x65\x0b\x6a\x97\x67\xe5\xce\x94\xc8\xfa\x75\x5a\x11\xd4\x2e\x0f\xaa\x0f\x53\x22\xf3\x5c\x95\xdd\x53\x58\xbd\x3c\xeb\xb2\xc6\x12\xa9\x56\xcb\xfb\x10\x71\xda\x5b\x19\x0f\x25\x32\x7f\x41\xd9\x35\x25\x22\xf3\x55\xc7\x43\x4b\x0c\xd4\x52\x86\x5f\xb8\x40\x86\x82\x39\x92\x0a\x24\xf5\x63\x64\x2e\x81\x5f\x40\x4d\xb1\xe0\xdf\x2b\xb1\x96\xf5\x00\x0a\x6c\x71\x7b\xed\xc6\xa2\x07\x03\x09\x85\x02\x1a\xfe\x52\x85\x8b\x4b\x5c\x19\x12\xc6\x73\x24\xde\xd4\x4e\x58\x58\x83\x88\x3a\x70\xd1\x58\x4a\x6b\x21\x05\x73\x62\x3e\xb0\x5f\x00\xe9\x49\x44\xa3\x4e\x45\xd0\xbd\x2c\x05\x75\x2a\x72\x7c\xfd\xce\x6c\x07\xf7\x47\x05\xd5\x6d\xba\x2a\x45\xca\x91\xa9\x0a\x62\xf6\x28\x24\x91\xbd\x79\xe3\xf2\x9e\x4a\x2f\x89\x19\x61\xa4\xe8\xf6\xaa\xd6\x2a\x10\xe8\x1e\xcd\x7e\x61\xae\x5b\x33\x12\x33\x64\xbe\x8c\xf4\x48\x05\x56\xca\x1a\x2f\x43\x6b\x4a\xf8\x29\xb8\x0c\x2d\x55\x2f\xdb\x47\xa1\x15\x12\x96\x42\x3b\xfc\x06\x25\x96\x69\xa7\xf0\x1a\x38\xc1\xc0\xc3\x8f\x66\xc4\x11\x57\x5e\xd8\x29\x88\xcb\xd0\x72\xf4\x8e\x2c\x94\x60\xe2\x09\xbc\x0b\x6d\xbc\x96\xb6\x2e\x4d\x41\xf3\xe2\xd1\x22\x79\xcb\x70\xc4\x27\x3a\x5c\x81\xab\xd1\x52\xf2\x10\xcb\x79\x6a\xd4\x23\x19\x21\xbe\x3a\x00\xf5\x55\x83\xb0\x26\xe1\x07\xb4\xc0\xbd\x56\x95\x69\x47\x7a\x01\x75\xc9\x8a\x67\xdd\xa0\x5e\x79\xd6\x8d\x77\x86\xba\x0d\x72\x95\x99\x89\x3b\xcd\x72\x34\xf5\xa1\x2c\x99\xb5\xdc\x48\xad\x57\x19\x17\x05\xd7\x91\x65\x45\xdb\x4a\x6c\x58\x7b\x7f\xd0\xe9\x18\xf3\x52\xf6\xc5\x58\x34\x24\xeb\x07\x4b\x20\xf2\xee\xb1\xa6\xf4\x9d\x12\xfb\x22\x50\x3f\xe0\xf1\x23\x77\xd9\x01\x83\x90\xd0\xb1\xa9\xbd\x07\xfb\x22\x16\x7f\xb0\xf6\x88\xdf\xe0\x2c\x44\x4d\xd4\x4a\xa5\x6a\xa0\x74\x4a\xb6\xb7\x9f\x67\xb7\x72\xaa\x3f\x49\xcd\x2e\x28\xac\x92\x1d\x73\x8a\x4b\x67\x95\xb8\x43\x5d\x94\x18\x6c\x2b\xa0\x2e\x8a\xab\x83\x16\x94\x45\xe9\xc9\x9b\x7e\x30\x2a\xaf\x19\x43\xa9\xb5\xbf\x01\x35\x4f\xb2\x4e\xe6\x97\xc8\x03\xa0\x2a\x7f\x56\x70\x63\xc1\x1c\xd1\x0f\xea\xf7\x57\xd7\xe5\xbe\x25\xee\x8d\x2f\x68\xca\x3b\x0a\x70\x4a\xe9\x44\xd5\x94\x64\x8f\x68\xe4\xb5\x4a\xd2\x10\x59\x05\xa5\x18\x65\xb8\x65\x29\xd8\x35\x10\x0f\x9c\x11\x30\x13\x80\x93\xf6\xc5\xc8\xa8\xd5\x4a\xcd\x89\x07\x2d\x75\xad\xc9\x01\x53\xc4\x22\x94\x3e\x5a\xfb\x12\xe2\xb1\xce\xe9\x7f\xda\xe7\x86\x29\xba\x8d\x45\xb6\x88\x45\x05\xab\x66\xd2\x3e\xb9\x9d\x2d\x6e\x4e\xc4\x19\xa4\xc8\x47\xa6\x15\xd8\x74\xc7\x25\x6b\xce\x02\x2e\xbc\x63\x2d\x2b\x7d\xae\xe0\x8e\xb5\xa4\xc3\xd3\x85\x97\xac\xb5\xf4\x7a\xc0\xec\x23\x53\x26\xb2\x72\xad\x1e\x46\x78\x6d\x83\x1d\x10\x91\x69\xb8\x9b\x07\xbd\x58\xa9\xd4\x6c\x08\x77\xb6\x04\xeb\x16\xcc\xd3\xb5\x43\x21\xc2\x6d\xfb\x42\xdc\x45\x2f\x9d\x45\x39\x32\x75\xa3\xa5\x26\x2f\x73\xf3\xbc\xaf\x81\xea\x89\xfe\xfd\x00\xa6\x3d\xc0\xc9\x11\x85\xea\x0b\x92\x3e\x7b\x12\x60\xc6\x96\xb2\x17\xa2\x69\x26\x26\xaa\xb8\x96\x69\xeb\xac\x92\x21\x84\xdb\xb7\x9a\xfd\xc3\xeb\x6b\xdf\x79\xbc\xb9\x01\x34\x00\x55\xe0\x68\x46\x79\xc3\x68\xeb\xee\xa0\xb1\xb2\xb4\xda\x9d\x1f\x68\x8e\x37\x93\x2f\xbd\x27\x6f\x6e\x62\xd3\xcf\xbd\x66\x2d\x20\x1e\x7a\x2a\x2d\x10\xe8\xe5\xb5\x2b\x32\x32\x79\xc1\x8c\xea\x61\x55\x60\x41\xf1\xac\xa5\x13\x98\x54\x6c\x2d\xa3\x9e\x45\x92\x82\xea\x21\xc3\x36\x2b\xa0\xe6\xea\x89\xe1\x4a\x84\xda\x3c\x0f\x7a\x79\x2d\x94\x1e\x1c\xe3\xd0\x90\xac\x56\xa4\xf2\xd8\x25\xe1\xd0\x97\x0e\x9b\x17\x9c\x49\x4d\x51\xee\x2b\x54\x33\x9a\x93\x0c\x7a\x00\xad\x2d\xfb\x05\xa0\x5e\x82\x17\xc5\x8b\xa6\xc5\xe3\x0f\xc0\xdf\x85\x15\x14\x22\x8a\x21\x8a\x7f\x26\x16\x67\x1e\x06\xe1\x41\xf1\x64\xfd\xce\x62\xcc\x9a\x62\x0a\x0b\xef\x51\x0f\x12\x7b\xd4\x90\xf0\x11\xbf\x40\x80\x32\xeb\x98\x00\x4a\x17\x25\xdd\xec\x50\x12\x75\x59\x7b\x52\x12\x7d\xc4\xc5\x2f\xa0\x1e\xf3\x6b\xc4\x83\x1f\x08\x8d\xc8\x4c\xa8\xfd\x05\x34\xb4\x2a\xe3\x11\x07\xc1\x82\x5d\x25\x09\x27\xc1\xc6\x64\xd1\x3f\x10\x42\x09\x05\x9b\x2d\x66\x53\xa4\x47\xac\xa9\x9d\x00\xa0\xe0\x99\xba\x76\xd7\x4d\xcf\x05\x95\x93\xe6\xf0\x7e\x80\xfa\xab\xda\xa3\xac\x84\x34\xcc\xe0\x71\xc5\xa0\x4f\x50\x95\xc4\xd4\x01\x5d\x11\x57\x50\x2a\xc9\x27\x8c\x0a\x4b\x25\x8d\xf8\x7a\x40\x98\x84\xc4\x44\xc5\x51\xae\x15\x94\x46\xf2\x61\x99\x82\xe2\x47\x29\xcb\x5e\x67\xf1\x23\x5d\xf9\x54\x50\xfb\xe8\xa5\xea\xa2\xf6\xd1\x04\x49\x58\x49\x6b\x12\x1e\x92\xa6\x6b\xf5\x83\xb9\x1d\x5e\xeb\x96\x37\x80\xa0\x21\x73\x78\x17\xea\x2e\xa8\x95\x14\x9a\x53\x50\x70\x22\x3b\x36\x93\x56\x06\xa9\x05\xff\xce\xca\xdf\x9a\x23\xd4\x71\x5d\xad\x59\x58\x5c\x69\x98\x14\x33\x2b\x7f\x6b\x0a\x28\x8c\x9c\x5f\xfd\x31\x18\x51\x0d\x21\x9d\x3b\xda\xe1\xa8\xbe\xe4\xfc\xfb\x82\x6a\x4b\xc9\xc1\x09\x54\x5b\x8a\x2a\x86\x5b\x12\x33\x89\xa5\x8c\xb3\xd6\x52\xf5\xfe\x44\x29\x63\xeb\x84\x09\xda\xfb\x90\xe1\x97\x98\xc9\xa0\x43\x95\x25\xc1\x3d\xad\xec\xbb\x92\x0a\x37\x47\xf2\x83\xf3\x5d\xed\xbc\x24\x28\xef\xd6\x8b\x13\x32\x1b\x9a\x77\xd7\x52\xd5\xa5\x86\x26\xa8\xea\xb5\x1b\xeb\x48\x6c\x18\x8e\x4c\xa4\x55\x9d\x41\x30\x55\x32\x4e\x03\x59\x7f\x57\x61\xbd\xa4\x4a\x34\x7a\x9a\x75\xd1\x8e\xa0\xac\x84\xd2\x43\xa0\x66\xa2\x29\xa1\xad\x6b\x20\xd5\x5e\x77\xdb\xab\x1d\xb1\x05\x35\x62\x63\xde\xa3\xb0\x02\x9f\x75\x35\x65\xc0\x65\x3d\xbc\xbf\x1a\x8e\x9a\x9a\x4d\x36\x96\xd4\x14\xd6\x78\x5a\xee\x0d\x00\xd5\x11\xe3\x1d\x79\xc6\x4a\x11\x2f\xa8\x81\x15\x92\x6e\x41\x2f\xa9\xad\x2a\xe2\x1e\x03\xb5\x28\xe5\xdc\x4c\xf0\x59\x27\x33\xd6\x4e\x4e\x6b\x62\xea\xa8\x13\x2d\x7b\x38\xf1\x6e\x10\x4b\x62\xde\xf9\x19\xec\x7b\x4c\xa8\x5b\x98\xbd\x72\x3c\xf1\x66\x95\x08\x85\xb5\xb2\x95\x5d\x14\xd2\x4a\xc3\xf4\x3a\x38\x6f\x6f\x19\x54\x08\x19\xde\x21\x48\xbb\xad\xdd\xf4\x04\x7d\xbb\x5b\xc0\xec\xd8\xf4\x66\x02\x28\xa4\x13\xec\xbc\x4c\x4b\xe1\x36\xae\x77\xec\x72\x73\xcf\x9d\x30\x0a\xa6\x1d\x87\x1c\xcc\x8e\xa1\x6e\x6f\x36\x49\x78\xf5\xd6\xb0\x0e\x95\x78\x8d\x47\x7a\xbd\x81\x1a\x9d\xdd\x30\x80\xfc\xa4\x07\x26\xa6\xf2\x5a\xe7\x41\x7d\xaf\xec\xe8\x2c\xeb\x79\x39\x1a\x9f\x58\x5e\xc1\x62\xf3\x58\x93\x52\x8f\xcc\xa3\xf8\xd9\x09\xd5\x92\x8e\xfa\xbe\x82\xa0\xa4\x63\xed\x30\x3f\xa0\x10\xb5\x8c\x3a\xd6\x9c\x85\xb5\x83\xca\x8a\x5f\xa0\xce\xef\x2d\x80\xd2\x2e\xcd\xf9\x28\x89\x37\x86\x58\x2b\x4b\x74\x4c\x37\xb7\x21\x63\x2c\x52\xce\xfe\xbe\x18\xa1\xa4\x93\x0b\x21\x3b\x23\xd1\xcd\x2c\xbf\x17\x8a\x96\xa5\x2e\x6b\x13\x45\xcb\x62\x33\x5b\x80\x97\x39\x9b\x3a\x71\x1b\xac\xe3\xd7\x69\x69\xf4\x8a\x78\xa3\xaa\x59\x74\xba\x28\xef\x82\x6d\xce\x16\x48\x38\x48\xf7\xa2\x1d\xe4\xfd\x3a\x51\x28\x5d\x34\xd5\x04\xe1\xc5\x94\x2c\xa3\xed\x42\xad\x78\x8b\xc9\xa9\x8e\x77\xfb\xd5\xd2\xc5\x2d\x97\xdd\xe3\xc3\xba\x61\x9a\x04\x8e\xce\x0d\xeb\x99\x09\x1a\xb9\xfd\x89\x09\x0a\x79\x33\x71\xde\xe9\x7d\xbf\x44\x49\xf7\xaa\xef\xa5\x36\xeb\x6c\xf9\x77\xfa\x4a\x9a\x5f\xa0\x41\x6a\xb5\xf1\x86\xec\x37\x31\xde\x38\x11\xfe\x02\x71\x47\x5b\xeb\x80\xa3\x77\xd5\xd4\x0c\xf5\x3c\x1b\xed\x70\x5a\xbf\xb0\x88\xa4\x8d\xd7\x0e\x46\xd2\x86\x43\xf8\xa8\x9b\x12\x55\x1e\xb3\xa4\xa9\xcc\x47\xfb\x0c\x12\x7c\xd8\x2f\xb5\x17\x2e\xec\x97\xfa\xb6\x6a\xa0\x99\x10\x1e\x9e\x00\x6b\x7e\x03\x38\x78\x8d\x00\xc5\xd8\x4c\xe6\xe9\x18\xc1\x6d\xe8\x98\xda\x4f\xb8\x22\xf8\x95\x9b\x95\x79\x6e\xce\x5e\xe6\xcc\x7c\x0d\x4d\x31\x23\x5d\xc3\x28\x41\x25\x98\xa8\x02\x9e\x25\xa3\x68\xa8\x8a\x8e\x94\x8c\x4b\x54\x74\xa4\xb4\xe4\x6d\x5d\xbf\xa5\x36\x0e\x37\x6f\x06\x00\xc1\x72\x4d\x28\x23\xc7\x58\x87\xa9\x4b\xc6\x21\xba\x61\x80\x71\x88\xce\xf9\x8a\x99\x7a\xbb\xb6\x56\x0e\xac\x41\x2d\xa1\x9d\x03\x6d\x8d\xe8\x37\x68\x94\xc9\xef\x9d\x91\x9a\x61\xfb\x3a\x07\xac\xba\x56\x35\x07\xc6\xef\xa5\x8b\xe4\xc0\xc2\x6b\xc2\x51\xc4\x9d\x4d\xd2\x6a\x73\x24\xeb\x17\x3f\xc8\x71\xad\xab\x66\x89\x82\x0c\x36\x76\xf3\x4a\xe2\x6d\xee\x92\xfe\x20\x6d\xb7\x8c\x2c\xde\x77\x9b\x7c\x30\xba\x0b\x54\xfa\xab\x1e\x13\xb4\x9a\xdd\x23\x79\x8a\xb6\x63\xe6\x39\x3d\xdb\x27\x19\xd9\x20\xc9\xaa\x71\xc6\x31\xbc\x17\xd4\xeb\x02\x12\xf7\x30\x20\xa0\xb4\x36\x53\x95\x4e\x8e\x60\x64\x64\x76\x38\x6f\x27\x27\x22\xd6\xfd\x63\xad\xb3\xfb\xc3\x76\xb2\xd3\x20\x53\x91\x36\x9a\x58\xa1\x41\xc2\x20\xe7\x55\xaa\x50\x10\x64\x1a\xc3\x3f\x0b\x01\x65\x24\x86\x54\xd3\x7e\x26\x3f\xf1\xc2\x4e\xbd\x3a\xa9\xbc\x41\xc9\xcc\x0c\x79\x8d\xcf\x7a\xe3\xee\xe0\x24\x4a\xdd\x01\xcf\x01\xbc\x7a\xe0\xaa\x18\xe0\xb5\x2a\x7a\x01\x8a\xf6\x6b\x95\xe0\x18\xf7\x99\xeb\x92\x0b\x19\xb1\x84\x4b\x2e\xb0\xa9\xfc\x45\xa5\x75\x61\xa8\x96\x0f\x5a\xce\xfa\xbc\x9c\xce\xd2\x2a\x73\x5d\x13\x17\x58\xc8\xb5\x78\xad\x7c\xa5\x7a\x6e\xd2\xa8\x70\x19\x98\xaf\xd4\xa5\x79\xf8\x01\xfd\xd4\xde\x65\x38\x12\x97\x3c\x51\xb8\xa1\x75\x7d\x74\xc9\xa8\xdb\x60\x6e\x9f\x1b\xa3\x79\xcd\x0f\xa0\x2e\xbd\x3a\x04\x75\x1a\x24\xaa\xb6\x5e\x3c\x2a\xaa\x9e\x75\x5b\xe7\x77\xd5\x26\xe7\x11\x12\x50\x07\xa2\x76\x6f\xe3\x4e\x88\x05\x00\x53\x7e\x1d\x1f\xc8\x4b\x71\x35\x63\x98\x8a\x2b\x5c\xc0\x9f\x36\x95\x21\xe9\xc6\xb9\x13\x66\xf7\xc0\xb2\x05\x9b\x5f\x58\x88\x16\x9a\x70\x42\x2e\x4b\x2f\xcd\x28\x16\xe1\xac\xe2\x8c\xec\x0b\x67\x78\xe7\x55\x2c\x42\x2a\x5f\x46\xb1\x88\x64\x5e\xd4\x49\x2e\xfa\x1d\xb7\xe6\xd9\x1f\x89\x8a\x5a\x13\x02\xe1\x05\x8e\x6e\x07\xf9\x32\x53\x88\x5f\x3d\xae\x14\x62\xef\x7b\xb8\xa6\xad\xde\x64\x9e\x48\x73\x48\x21\xef\x54\xc9\x4c\xb3\x2b\xe3\x42\x9e\xdd\x8c\x8c\x0b\x1b\x15\x79\x07\x66\x25\x07\x33\x75\x67\x03\xb9\x4a\x92\x9a\x9c\xf6\xc6\xad\x28\x44\xee\xd0\x0d\x2c\x58\x50\xf2\x3b\x07\x83\xb0\x18\xaa\xbb\x04\xfd\x18\xb3\x48\x41\xde\x9c\xbf\x9d\xf7\x85\x6a\x77\xc1\x42\xa9\x26\xc1\xa9\x5e\x67\xbb\x97\xf3\xb1\x58\xae\x10\x71\x40\xfc\x5a\x9a\xf1\x86\x3c\x4b\xcb\xa5\x0f\x7b\xd7\x1c\x98\x85\xc9\x63\x95\xa1\x90\x33\x38\x1f\xb4\xd7\xbc\x5c\xd0\x8f\x87\x73\x4f\x50\x45\xf6\xcd\x92\x0e\xd6\xf1\x17\x41\x1c\x20\x18\x33\xe1\x83\x89\x60\x52\x3e\x33\x14\xea\xe0\x0e\xa7\x3e\x9d\x74\xfb\x63\xc9\xc8\x73\xb6\x9a\x96\x59\xb7\xe2\xb5\x13\x4f\x6e\x13\x77\xb0\x08\xc8\x3d\x60\x2b\x7b\x5f\x9d\x5c\x3b\x81\x08\x05\x3c\x78\xa7\x9e\x14\xe9\xaf\x1e\xd7\xd2\x08\x0b\xbc\xd9\xc1\x86\x76\xbe\xd8\xa5\x5e\xb8\xe9\x89\xf2\x18\xd4\x5e\x4d\xc4\x37\x66\x65\x18\xa7\xae\xd9\x9a\xf5\x8c\x1b\x0e\x6f\x2b\x4e\x37\xe9\x29\xfd\xc8\x10\xca\x37\xd9\xa5\xb9\x19\x55\x4f\xaf\x2b\x55\x4f\xd3\xda\xcd\xbb\x99\xcc\x6b\x58\xf4\xe1\xb5\x91\x1f\x9c\xb5\x32\x81\xaf\x7c\x09\x33\x9f\xe5\x18\xf6\x96\xa0\xb2\xe8\x85\x7e\x28\xce\x92\xbb\x24\x50\x6e\x53\x16\x79\x8f\xe0\x58\x9b\x6e\xf8\x28\x05\xda\xa3\xd3\x90\x0a\x73\x18\xec\xe6\x29\xbc\x90\x5d\x58\x2d\x70\xf4\xaa\x70\x6e\x61\x6d\xbe\x61\xb7\x4f\x81\xbe\xd9\xbc\x03\xca\x46\x6f\x5c\xf7\x18\x60\x70\x62\x80\x85\x1a\xa3\x88\xa9\x20\x49\xc1\xdc\xaa\x84\x05\x53\xd1\x03\x94\xce\x17\xe7\x28\x91\xac\x24\xf9\xc1\x5a\xda\xa6\x07\x94\x7e\x8a\xe8\x17\x2a\x5f\x72\xd2\x17\xd4\x4c\xd0\x4d\x64\xa5\x20\x33\x37\x4b\x9b\x2b\x89\x6a\xb8\x36\x5d\xa1\x9b\x73\xf8\x05\x1a\x02\x0a\x77\x14\x1c\xa9\x1a\x2f\xd4\xd2\xef\x29\x8f\x5b\x41\x92\x80\x77\x40\x49\x74\xa0\x35\xbf\xb0\x48\xce\x6f\xd0\x72\x6e\x7e\x30\x97\x57\xa5\xb3\x4b\xa1\x3a\x66\x4c\xe7\x45\x72\x7e\x80\x53\x38\x72\xdb\x17\xfa\x31\xe5\x5b\x2d\x28\x89\xa0\xfb\x58\x4a\x61\xc1\x2c\x6f\xec\x92\x29\xfe\x9a\x7b\xa4\x9d\x6a\x4c\x22\xd9\xf6\x85\x87\xbc\x80\x16\xea\x33\x4b\x4c\x69\xb9\xcb\x46\x11\xab\x41\x0b\x99\xb0\x4c\x8a\x82\x73\x58\x5d\x0c\xb0\x30\xb3\xc0\x5e\x93\x52\x38\x66\x54\x1b\xdb\x40\xae\x1f\x5c\x4f\xde\xaa\x89\x7a\xd5\x20\xf0\x07\x35\x30\x7c\xa1\x2f\x2a\x96\xd7\xf4\xc2\x9a\x04\x16\x36\xa5\x72\x79\xa5\x2b\x17\x68\x33\x4e\x7d\x2b\xb8\xac\xcb\xf6\x79\x69\xcc\x18\x6c\x7e\x01\xb7\x35\x4a\xb3\x28\x3c\xff\xef\xd8\x66\x81\x7a\xe3\xf0\x6e\xe9\x81\x88\xd2\xf2\xaf\xb0\xbc\x89\x72\xea\x3b\xd9\x6e\xe4\x82\x0b\xbb\x9a\x11\xd9\x11\x30\x0e\x7e\xbf\xe1\x7d\x4d\xaa\x33\xf6\x29\xaf\x1b\xee\x61\x0f\xc3\xb3\x46\x65\x2c\x07\x09\x71\x0f\x7b\xda\x36\x83\xcc\xbd\x6e\x02\xeb\xf4\x5f\xc9\x42\x28\xac\x00\x6e\xe9\x56\x58\x0b\xcb\x0e\xa4\xc2\x23\xfc\x0e\x9f\x96\xe5\x2b\x94\x19\x52\x58\xfd\xca\xb1\xcd\x82\x33\xfb\x76\xba\x16\x54\xbf\x72\xe8\xbd\xc0\x57\xe8\x04\xd4\x82\x13\x50\xc5\x44\x0c\xdf\x61\x36\x1e\x07\x97\x46\x88\x1e\x54\x13\xf4\xfd\xbe\x40\xd4\x80\xfb\x02\x51\x30\x43\xbb\xe9\xde\x78\x50\x6e\xac\xcc\x94\xa9\xdc\x64\x6b\x60\xb8\x52\x3e\xb6\xf6\xa3\xb0\x10\xaf\x9b\x77\x16\x66\xc1\xb5\x58\xce\x8f\x2f\xfb\x72\x85\x7a\x74\xce\x47\xed\x83\x67\xc0\x05\xed\xb1\xd6\x40\x08\xe0\x85\xf4\xc5\x2f\x50\x98\x99\x27\x9f\x54\x42\xcd\xbd\x78\x56\xca\xf9\x83\x05\x3a\x44\x0e\x7e\xa1\xa0\xad\x21\xce\xb5\x81\xfc\x02\x88\xd1\xb4\x76\x52\x90\x74\x3f\x20\x83\x34\x7b\x3b\xc9\x20\xbd\x63\xa0\x44\x54\x9f\x34\x28\x2b\xae\x6e\x5a\xba\xd6\x96\x51\x1f\xd7\x82\xdb\x0f\x00\xb7\xbc\x11\x28\x8c\x9f\x5f\x12\xf3\xa2\xba\x96\x3d\x06\x36\x7a\x70\x07\xdc\xe8\xa6\xce\xe5\x99\x33\x8b\xc4\x91\xfc\x2c\x7d\xac\xdc\x04\xca\xc8\x44\xc9\x2a\x87\x3a\x71\x85\x7e\x76\x92\x5d\xb9\x17\x6a\xfc\x80\x8a\x80\xc5\xf2\x4d\x75\xca\xa2\x61\x85\xad\x65\x14\x94\x87\xf8\xb7\xc8\x43\x05\xa9\x1c\xfd\x02\x25\xbb\x89\x00\x67\x8f\x54\xd7\xba\x14\x28\x1b\xba\xb9\xa0\x14\xe4\x4f\x66\x33\xf6\x87\x0c\x4d\x5c\xb6\x2e\xe5\x42\xea\x37\x6e\xea\x8f\x43\xda\x76\xdd\x28\x6e\x5e\x5f\x2c\x86\x54\xf5\x00\x39\x9d\x42\x7e\xe5\x99\x79\xd5\x70\x2e\x95\x35\x9f\x6c\xaf\xb3\xc8\x6e\xb3\x8c\xc3\x2d\x05\xd9\x29\x26\x15\x47\x89\xac\xd2\xd7\xc0\xd8\x9d\x80\xc2\x01\x76\xeb\x12\x95\x51\x62\xc7\xbe\x2b\xae\xe9\x55\xa5\xe5\x52\x51\xd8\xb5\x78\x75\xea\xf2\x15\x49\x26\xd6\xc8\xfb\xbe\x05\x74\x5c\xcb\xe7\x2f\x40\x21\x1e\x33\xad\x49\xe8\x0b\xe8\x27\xce\x4f\xaf\x38\x38\xd4\x3d\x29\x96\x74\x72\xfc\xbd\xe2\x6e\x5b\xa7\x02\x55\xe6\x38\xda\x61\x50\xe1\x4b\xca\xaf\x1e\xe9\xf1\x12\x13\xad\xd0\x5f\x54\x3f\xba\xd4\xc4\x88\x4c\x75\x97\x2c\x84\x12\xdc\x25\x23\xb5\xc3\xd3\xe0\xd6\x78\x41\xc5\x2b\xe2\xc5\xba\x6a\x5e\x13\xd5\x27\x99\x8c\x46\xb2\xbc\xe6\x39\x53\x5d\x29\x57\x2a\x54\x96\xe0\xb0\x7f\x5d\x3a\xcb\xeb\x8b\xc1\x41\xfc\xc6\xc1\x07\xee\xe3\x9c\xa6\x82\xb1\x97\x49\x44\xd5\x2f\x90\xb4\xdd\xe5\x82\x5b\x44\x83\xa3\xe3\x59\x26\x57\x9d\x2a\x4b\xf3\x11\xa5\x5a\x28\x20\x5e\x0f\x78\xa1\xbb\x30\x51\x68\x9a\x1a\xdd\x3c\xcd\xf3\x42\x4d\xe5\x0a\xea\x0b\x3a\x89\xac\x71\x54\x94\xa6\x57\x81\xc3\x52\xeb\x9a\xb7\x08\x15\xa9\x8a\x8e\xfe\xd7\x0a\xc2\x4d\xfe\x1d\x9c\x4c\x1a\x6b\xe5\xbd\x06\x13\x71\x3f\x90\x4a\xb5\x2e\x9c\x08\x40\x5c\x97\x5a\xc4\xbf\x2b\xf2\x12\x83\x73\x07\x2a\xce\x7c\x17\x4b\xc1\x8a\xf3\x38\x16\x43\x15\x17\xa2\xbe\x66\x48\x8d\x48\xca\x44\xed\x3c\x54\xe1\x21\xfb\xa2\x6a\x7f\x01\xaa\x96\x96\x56\x91\x86\xe8\xc0\x7c\xe5\x99\xef\xd7\x42\x52\xc3\x31\x79\xd1\x9d\xe3\x74\x85\x8a\x3c\xc4\xf6\x06\x0a\x7b\xd5\x40\x23\x73\xd0\x0e\xf9\x0a\x77\xcc\x4b\x13\xc4\x15\x27\xad\x16\xbf\x00\x15\xda\x6a\x5b\x1d\x0b\xef\xee\x92\x72\xcd\x88\x62\x2e\xa1\xfd\x56\x75\x27\x66\x34\x0d\xdc\xe4\xe9\x8c\xa1\x0a\x77\x8c\x15\xfb\xba\x93\xfb\x57\x3f\x68\x9c\xa7\x16\x7f\x5f\x98\xf1\x1b\x83\x40\x08\x35\xfb\x42\x8d\x26\x46\x35\x43\x12\xbd\xf2\x06\x02\x6b\x3d\x95\x85\x88\xac\x58\xd5\x83\x21\xfe\xd7\x1b\x44\x9e\xba\x3c\xb8\x7e\x82\x8a\x95\x89\xec\xfc\xaa\x70\x96\x64\xc9\xb9\x7a\xdc\x3c\x67\x23\x64\xc2\x19\xe2\x1a\x99\xa5\x22\x85\x30\x4b\x10\x56\x78\x43\x74\x69\x74\xa9\x08\x2e\xea\x8e\xe2\x52\xcf\x75\xcd\x8d\x60\x80\xb3\x23\x5b\x8a\x9d\xdc\x67\x52\x11\xea\xb9\x23\x6d\xd9\x3d\x12\x51\x5e\x0d\xde\x5d\x61\x7f\x5b\x3d\xd7\x8a\x6b\xde\x27\xaf\x72\x37\xd0\x6b\xc1\xf5\xc2\xb5\xb1\x4f\x4d\xe3\xe2\xb4\x84\x98\x8b\xd3\xd0\x10\xc8\x07\xcc\x16\x31\xf0\xaf\x38\xea\x52\x2f\xb2\x73\x43\x7d\xc1\x83\x6c\x3a\x46\xe5\x4e\x27\x97\x56\x26\x08\x3a\x05\xa5\x42\xf1\x79\xa9\x78\xf5\x62\x5c\xc6\x6d\x5e\xe5\xe3\xb5\x41\x44\xd2\x31\xfd\xca\x14\x41\x3b\x3c\x2a\x14\xa1\x61\xb2\xbd\x19\xec\xf2\x62\xf2\x9a\x9e\x17\x0b\xb9\xa9\x9e\x35\xf7\x49\x5e\x2e\x6f\x57\x85\xa3\x26\x5b\xf0\x21\x26\xb8\x79\x2d\x96\xa6\x64\xe9\x8c\x04\x3f\x1f\xa0\xad\xb8\x44\xc5\xa7\x0c\x2b\xf5\x22\xcb\xc1\x87\xa9\xcb\x9a\xf6\xd4\x93\xe2\x66\x12\x7d\xc0\x30\x24\x0a\xda\x86\xbd\x2b\x61\xd3\x36\x14\x9c\x49\x6e\x63\x4f\x88\xa7\x35\x9e\xbf\xb6\x2f\xa2\x21\xd7\x2e\x6b\x2f\xb7\x8d\x00\xf9\xf7\xc5\x60\x9a\x1e\x80\xf1\x57\xb7\x49\x8f\xcd\x3d\x40\xb5\x13\x4e\xda\xba\xba\xe0\x43\x3c\x2d\x04\xae\xbd\x1f\x44\xe4\x31\x08\xe6\x00\xea\x7b\x7d\x40\x26\x28\x2d\xb9\x51\xeb\x12\x52\x1b\xce\x6b\x67\x51\x5f\x43\x19\x4c\x5d\x14\x55\x5a\x58\xcb\x38\x7e\x22\x8b\x70\xc5\x41\x72\x26\x5f\x8b\xdc\x2d\xa2\xf6\x86\x4c\xba\x34\xc4\x05\x1a\xcf\xad\x38\xe9\xa5\x45\xa6\xb8\x7b\x8a\x91\x10\x6b\x19\xe0\x75\x72\x71\x90\x16\xe9\x95\x10\x52\x59\xb3\xdd\xb4\xda\xe2\xce\x21\xdc\x03\xd1\xde\x0d\x15\xae\x59\x08\x86\x81\x5a\x7c\xf7\x03\xca\x58\xcf\x03\xf9\x79\x4e\x9b\x6f\x38\xbb\xed\x64\xba\x96\x1e\x8e\x29\x28\xe1\x22\xd2\xd5\x9b\xa5\xe5\x35\x6f\xb5\x97\xc7\x47\x6d\x5c\x59\xdf\xfd\xfd\x49\x08\xb4\x30\x99\xac\xcb\x20\x51\x57\x6a\xee\x01\xe4\xee\x49\xb2\x08\xa6\x34\xbc\x46\x77\x8f\x57\xba\x2c\x88\x84\xb7\xc2\x40\x80\xdb\xe4\x85\x32\xea\x5a\x05\xeb\x7b\xb5\x57\x0f\x1a\x02\x01\xb6\xcd\xd4\x58\x0b\x7a\xf4\xef\xb4\x43\xfc\x3b\x85\xa1\xf4\xbd\x56\xc9\x66\x64\x1c\x35\x24\x96\x65\x2f\x4c\x65\x54\xdd\xbf\x93\x0d\x19\x6f\x2b\xd1\x4c\x2e\x83\xc6\x12\x95\xe9\x35\x28\xb9\xa3\x31\x8b\x54\xb3\x97\x41\xd5\x58\x64\xc7\x69\x89\x0d\x27\x3b\xaa\xeb\x81\x34\x56\xa1\x74\xad\xa9\xd6\xe8\x09\x95\x69\xd9\x70\xa2\xb9\xd9\x8a\x6b\x8d\x39\xac\x62\x57\x8d\x47\x9a\x5d\x3e\xaa\x35\x2e\xa0\x5e\xe8\x0b\x0c\x01\x8a\x7b\xe3\xab\x34\xd5\xd6\x69\x53\xcb\x50\x6f\x38\xec\x91\xbb\x3f\x20\xf6\x84\x0b\x1c\x59\xb6\x16\xd0\xfa\x22\x32\x0d\x89\x13\xc5\xd9\xb3\x18\x54\xfc\x64\x8c\xb4\x41\xdd\x52\xba\x6b\x1b\x64\x92\x32\xc2\xda\x58\xa8\x71\x9f\xbc\x9c\xce\xd8\x1c\x6b\x54\x81\xc5\xb0\x98\xd3\x55\x1a\xb5\x2c\xcf\x6b\x5f\x98\x10\x5c\x2c\x9c\x63\x1e\xb1\xf3\xcc\x89\x3f\x00\x2b\x97\x21\xd8\x96\xd6\x25\x95\xbc\x2d\xad\xcb\xb8\xdd\x09\x76\xf6\x27\x50\x50\xe5\x4c\x68\x3b\x63\x79\x1e\x82\x3c\xc3\x63\x20\x63\x4c\xd7\xeb\x94\x76\x10\x97\x1a\x12\x27\x8b\x5f\x76\x7d\x63\x82\x96\xa3\xfa\xed\xe4\xb4\xd5\x03\x35\x24\x59\xd4\x0d\x65\xcd\x75\xa3\x4f\x69\x67\x9b\x20\x99\x23\xe0\xca\xc8\x17\x27\x45\xf6\x55\x33\xe2\xe9\xc7\xb1\x69\xd3\x4e\xde\x9f\xa1\xa5\x3a\x19\xf9\xf5\x86\xa5\x93\x46\x9a\x45\xbb\xa8\xf7\x1b\x2b\x17\x41\xd2\x90\xbc\x19\xce\xd6\x6b\x9b\xda\x4b\xb2\x9a\xd8\xae\x35\x69\x4d\x12\xca\x4b\xb3\xb5\xd4\xa0\xbd\xf8\x40\x52\x9b\xca\x4b\x2a\x3f\xba\x43\xaf\xb4\x9b\x94\x22\xdd\xb8\xe1\xb0\x43\xf1\x9e\x81\x66\x53\x9d\xb2\xbf\xee\xe0\xb1\xcd\xd9\x6e\x52\xb4\x17\xf2\x5e\xa4\xa1\x75\xb8\xa9\x80\x99\xa5\xb0\xee\xb8\xcd\x1f\x5c\x62\x18\x8b\xa9\x0b\xd9\x49\x0e\x28\xb4\x87\xe4\x67\x2c\x4c\xdd\x26\xbd\xc0\x86\x6e\xe3\x23\xad\xed\x21\x3b\x31\x0c\xac\xb4\x68\xac\xf1\x96\x44\x9b\x43\x8d\x21\xa9\xf4\x7a\x40\x99\x26\x7e\x83\x7b\x14\x53\x13\xb9\x74\x1e\x4e\xd0\x52\x75\x9c\xc3\x75\x7d\xd4\xd2\x11\xc4\x6a\xf9\xf5\x80\x37\x0b\xf9\x0b\xd4\x81\x90\xc6\xd5\x59\x6b\xdc\xe9\x13\x7d\xa3\x0a\x9f\xfc\x06\x77\x59\x57\x1b\x25\x58\xe5\x42\xe8\x3c\xce\xe0\x1c\xa4\xbe\xfc\x4e\xda\x14\x7d\x6a\x3c\xd1\x85\xbe\x7a\x18\xe8\xc1\x6d\x1a\x05\x32\x75\x3a\xb2\x9a\xca\xe6\x0e\x48\x80\x06\x32\x90\x1d\xc9\x52\xe9\x91\x02\x42\x44\xdd\x51\x91\x46\x37\x67\x94\x8e\xb3\xb7\xba\xac\xa3\x74\x9e\xb5\xb5\xb7\xac\x47\x6e\x8b\xec\x37\xe8\x29\xf7\x0b\xdc\x16\x52\x5e\x71\xa7\x65\xb3\x16\xd4\x79\x4f\xbd\x58\x7b\x4f\xb8\x37\xc2\xef\xe3\x7c\xc0\xcb\xc9\xd0\x51\xc1\xc6\xc1\xe8\x9e\xca\x34\x96\x8a\x3b\xa0\xda\x64\xcc\xf2\xf0\xac\x27\x89\x24\x25\x9f\xf2\xe9\x4b\xc5\x31\xa6\x33\x36\xa6\x14\x8c\x9e\x71\x68\xcd\x58\xc9\x1c\xc1\x78\xcc\x2c\xc1\x2e\x90\x32\x17\xdb\x1d\x90\x3f\x79\x52\xcb\x3f\x34\xdc\x25\x55\x12\x77\x51\xa8\x70\x7a\x5a\x53\xcb\x89\xcd\xb3\x42\x05\x19\x1f\xc7\xea\x25\x23\x08\xaa\x1e\x0b\x05\x9a\xbc\x04\x1d\x09\xfa\xde\x58\xbd\xa0\x76\x49\xf5\x88\x38\x46\xe1\x59\x22\x3f\xdf\x47\xf3\x3a\xd3\x92\x5e\xbf\x2f\x90\x35\xcb\xa9\x45\xb5\xe6\x49\xa2\x7a\x8c\xaa\x4b\x97\x5e\x17\x87\x52\x8f\xcc\xb6\xb7\x25\xdd\x79\x17\x8c\xd3\x2b\x7a\xe5\x09\x7c\xcd\x01\x15\x61\x54\xab\xb6\xf4\xa5\x14\x79\x9b\x21\x07\xa9\x6c\x6e\x13\x06\x75\x00\x17\x92\x5d\x4a\xbd\xad\x11\x05\x64\xc3\x2e\x0b\x7e\x81\x32\x3d\xf9\x05\x64\xf2\x0e\xbf\xb0\xd0\xa0\x59\xf5\xb5\xa9\x84\x17\x84\xdd\x86\x4f\x26\x75\x96\x70\x31\x2f\x40\x61\x41\x47\x97\x7a\xa7\xa3\xc4\xd3\x64\x91\x6c\x27\x2a\x75\x5e\xf6\x69\x17\x42\x1f\xac\x31\xaa\x2f\x06\x39\x9a\xac\xf7\x3e\xe8\xe5\xac\x7e\x03\x07\xbe\x83\x7b\xe8\x84\xf2\x47\xbe\xba\x3e\x50\x76\x52\x6c\xbe\x2f\x8f\x93\x21\xc4\x95\xfd\xd6\x45\x3b\x22\x60\x96\xc8\x7d\x5f\xf0\x68\x65\x50\x30\xa5\xc9\x81\xd1\xf7\xc5\x51\x35\x03\x56\x0c\xb4\xdd\xdd\x59\xd5\xda\x8c\x00\xde\xa3\x22\x03\xac\xb3\x62\xa0\xed\xea\xce\x54\x77\xa9\xc3\x7d\x2a\x32\xa9\x98\xf5\x20\xf5\xa6\x18\xed\x07\x69\xc1\xef\xef\x68\x6b\x61\x0f\x02\x20\x90\x51\x40\x65\xf8\xbc\x57\x87\x2f\x69\xb3\x18\x41\x1e\x4d\xf5\x1c\x99\x96\xee\x54\x87\xce\x44\x1a\x9b\xf6\x9d\xc7\x51\x9d\x26\xd5\x11\x05\x2b\xb2\x23\xfa\x89\xaa\x1d\xe6\xbf\x2c\x72\xed\x98\x7f\x3f\xc9\x9b\xdc\x3e\xc1\x3e\xdd\xe6\xca\x79\x21\x10\x03\x7b\x79\x79\x3b\x0f\x9b\x5a\x09\xe8\xf0\x14\x15\xe3\xf1\x62\x46\xae\x81\x82\xeb\xa8\x78\xf1\xaf\x95\x62\xac\x95\x40\x05\x95\x17\xf9\x5c\x8b\x1a\xb4\xd8\x70\x36\x15\xe9\xef\xfd\xe2\xd2\x08\xea\x0b\x4b\x23\x4d\xbb\x33\xdb\x3d\xbf\x7a\x3c\xf1\x82\x27\x41\x39\x54\xfd\x00\xd4\x12\x3c\x22\x08\x54\x86\x4f\xbf\x99\x55\xe0\x49\x2c\x0d\xcc\xab\xc9\xa8\x9b\xdd\x24\x1d\x51\xb6\x92\xfc\x02\xd7\x4a\x43\xb0\x64\xa0\x75\x9d\x7e\xd3\x23\x26\x44\x22\x3b\xfd\x45\x90\x28\x8c\xed\xf2\x05\xfd\x26\x8c\x9a\x24\x3c\x4f\xd5\xcc\xeb\x61\x61\x35\xcd\x01\x09\x42\x2f\x11\x30\xb5\xb5\xb4\x99\xba\xe0\x78\x2a\x96\x8c\x48\x0f\xb2\x76\x37\x36\x70\x4f\x6d\xc1\xb1\x2e\xec\xae\x7e\xc0\x75\x93\x17\x66\x6c\x38\xeb\x2c\xea\x1a\x1b\x7b\x1c\x6a\xe3\x90\xb0\xd6\x75\x6c\x64\xaf\x52\xe6\xc6\x46\x72\x14\x96\x07\x3c\x47\xd6\x59\x06\x8e\x75\xea\xea\xcd\x32\x02\x39\x9d\x41\x98\x7a\x53\xea\xf2\x60\x8c\xb0\xee\xa2\x54\x1b\x69\x34\xc1\xbf\x0f\x9c\xbc\xa8\x6a\xef\xb8\xb1\x48\x53\x40\x74\xae\x64\xf7\x7f\xe2\xec\x92\xdb\xa4\x2c\xad\xd2\xe0\x11\x4d\x9f\xaa\x1c\x71\x51\x8e\x66\x1d\x23\x8e\x4e\x6b\x48\xb8\x8a\x86\xe5\xdc\x88\x6b\xc3\xf8\x0b\x90\x52\x76\x97\xe0\xde\xb2\x67\x07\x7d\x47\xe9\xd5\xe5\x80\xa4\x14\x94\x91\xb3\xd2\xac\x51\x13\xda\xfb\x63\xc0\x53\x64\x57\xfc\x58\x8e\x22\x29\x8f\x83\x07\x39\x9d\x4f\x37\x12\x8f\x3e\xa8\xc7\x04\x62\x79\x7d\x40\x2d\xfb\xf5\x02\xfc\x5d\x72\xac\x0e\xc4\x03\x8b\x11\x0d\xc5\x0d\xb7\x5d\xfd\x40\x02\x8d\xb4\x08\x45\x38\x4b\xd8\xd0\x9e\xe1\x52\xeb\xe4\x62\x19\x99\x00\x49\xf8\x0f\x94\x15\xb4\x1b\x68\xe4\x75\x97\xbc\xa6\x00\x5f\x56\x79\xf5\x80\xf0\x52\xf1\xef\xa0\xf6\xe2\x0e\x01\xc2\xab\xfd\x60\xff\x6a\x15\x11\xe4\x2b\xd2\x90\x06\x3c\x57\xf6\xbe\x8c\xe5\xb9\x12\x03\x18\x05\xa7\xde\xc4\xe6\x06\x94\x3c\xc7\x19\x07\xea\x49\x3b\x99\x6e\x50\xc7\x13\xf3\x1f\xb8\xef\xaf\x14\x0f\x30\x48\x68\x86\x08\xfb\xb3\x78\x40\xee\x4f\x77\x80\x43\x42\x62\x61\x83\x4a\xa0\xf3\x21\x46\xa1\xd3\x49\xfe\xc0\x51\x39\x47\x81\xcc\x53\x99\xb6\x10\x06\xd5\x42\xa9\x2e\xa3\x72\x8e\xee\x00\x37\xd2\x48\xb1\x1d\x15\xa2\xa0\xf8\xfb\x8e\xf0\xba\xdf\x07\x13\x2b\x6e\xf3\x08\x90\xfb\xa7\x9d\xd4\xfd\x00\xa2\x41\xaa\xd1\xa8\xb4\x7a\x4d\x39\x15\xd7\x61\x78\x73\xd5\x45\x49\x9a\x53\x5b\xeb\xa4\x37\x70\x48\xd3\xd6\xdf\x40\xe4\xd2\x25\xf5\x06\x6a\x4f\x17\xa9\x2e\xa3\xad\x75\x70\x8f\x0b\x48\xc1\xd0\x68\x32\x98\x14\x90\xfe\xe5\x3a\x66\xa3\x43\x08\x4b\xb9\x19\x1d\x46\xae\x41\x9a\x4a\x66\xb2\x40\x1c\x3c\x72\xe9\x95\xef\x28\xe7\x35\xfc\x3d\x83\xef\x66\xcd\x4b\xe9\x94\x9f\x67\xa0\x5e\x4a\x31\x67\xe6\x19\x4d\x67\x25\x8c\xb1\xf4\x00\xcd\x0a\x15\x53\xaa\x59\xed\x72\xb2\x79\xd0\x81\xa2\x75\x06\x9a\x4e\x37\x07\x4b\xc7\x60\x91\x09\x7f\x30\x99\xb1\x6e\x2f\x2e\x63\x00\x26\xb9\x4d\xc7\x20\x39\x9a\x3e\x51\x14\xc5\xb5\x72\xc6\x8e\x13\xee\x92\xd1\x63\xa7\x95\x2d\x34\x2f\x87\x9a\xf4\xfb\x01\xbd\xd4\x35\xb7\x06\x0b\xf9\x59\xfe\xec\x64\xff\xc3\x3d\xd0\xec\x36\xbd\xed\x4b\x1e\x08\x0d\xac\x8a\xe2\x64\x8c\x81\x52\xd6\x45\x6a\xe0\x38\x96\x3c\x10\xea\x8f\x05\x95\xfa\x3c\x98\x8b\x2c\xbc\x1c\x38\x44\xf0\x6a\xf3\x96\x3c\xf7\xb8\xc8\xc9\x0f\xe6\xe2\xd9\x84\x1d\xcc\xc7\xb2\x0d\x3b\x4e\x46\x56\xcd\x0a\x96\x2a\x3a\xfc\xa0\x02\x6a\xb7\xe9\xfb\xf1\x6a\x22\x89\xdb\xc7\xea\xc7\xb9\x94\x34\x4d\xeb\xa4\xfe\xa3\x59\x2d\x5d\xd4\xbb\x00\xaa\x67\xf0\x07\xab\x36\x9f\x7a\xbc\xe8\x1c\xf0\x34\x50\xae\xda\x35\x44\x06\x34\x4f\xd7\xc6\x1c\x54\x0b\xab\x7f\xe7\xde\x37\x4b\x5e\x5e\xbb\xfe\xa3\x30\xd1\x60\x59\xbe\x17\xb3\xc2\x89\x46\xe7\x22\x0e\x38\xe1\x6c\xf6\xf0\x42\xea\x66\x07\xee\xb8\xc9\x19\x34\x63\x54\xd9\x6b\xa6\xa6\xa9\x22\x26\x7b\x6b\x07\x12\xb5\xd2\xf0\x2a\xdc\x04\xf8\xf5\x06\xb9\x95\x6c\xe2\xc1\x78\xa4\xa3\xc7\x83\x85\xf6\x9c\x2a\x32\x58\x61\xc4\xa9\x22\x03\xb9\x5d\x0e\xea\x0c\x96\xca\x73\x06\xcc\x60\x6e\x97\xa3\xc7\x03\x7e\x3c\x1f\x54\x1e\xc8\xdd\xf2\x49\xfb\x7d\xdb\xd8\x43\xd4\x83\x80\x95\xc9\x6a\x27\xe4\x64\xfb\x03\xaa\x40\xc5\x2f\x80\xcf\x37\xbf\x40\xd5\x51\x82\x64\x5f\xaa\xe3\xf0\x83\x9b\x63\x7e\x80\xda\x71\x59\x89\xee\x14\x2c\x3b\xef\xe3\x73\x2a\xc6\x1e\x16\xd1\x77\x3d\x58\xeb\x55\xf5\x00\x66\x6a\xf7\x17\x10\xa0\xcd\x1f\x1c\x3c\x62\x17\xf4\x00\x14\xd7\xdc\xc1\x02\xca\x40\x40\xa9\x37\x22\x10\x6a\xb4\x92\xb0\xaf\x38\xa2\x24\xea\x1e\xd7\x6a\xf9\x01\xb4\x00\x11\xf9\xbe\x9c\x72\xa2\x91\x9d\xda\xa1\xd3\x26\x70\xc9\x79\x73\x31\xe1\x9d\x91\x45\xa7\x28\xec\x71\xe1\xd2\x0f\x40\xe9\xd2\xd3\xf7\xb4\xd6\x73\xe8\x01\x4e\xd6\x1a\x6c\xc4\x09\x9d\x4c\xb4\xd3\x89\xa6\x9d\xba\xe3\x68\x9e\x43\x51\x7b\x66\x62\x8d\x64\xe6\x9e\x09\xb4\x48\x6c\x47\xcd\x0b\x6b\x63\x7b\xe6\x4d\x72\xa2\xb9\x9d\x3e\x33\xe7\x51\xec\x3c\x5a\x67\x2f\xc8\x5e\x70\x9c\x4f\xe2\x64\xa7\x3a\xe3\x8c\x83\x9d\xca\x89\x97\xb7\x2e\xe4\x6b\x1a\x95\x26\xd0\xf0\x03\xd4\x68\xf4\x3c\x2a\x43\x6a\xd1\x2f\x80\x42\xba\x87\x00\x41\x74\x7f\x40\x16\x24\xe5\x60\x5f\x41\x39\x77\xc9\x0a\x0d\xf6\xf5\xef\xd4\x16\x1c\xd1\xdc\x1b\x6d\x76\x53\x5d\x7b\x40\xa6\x42\x4d\xa7\xef\x4d\x02\x62\x67\x91\x5f\x3b\xa4\xf7\xb1\x90\x27\xfc\xa3\x28\xaf\x1d\xd4\x3b\xd3\xaa\x1d\x28\xda\xe9\x52\x72\x58\x66\x67\x84\xcc\x71\x9b\x7d\x70\xea\x02\x73\x90\x99\x69\x45\x11\x30\x6b\xf6\x69\xef\x63\xcd\x43\x0f\x10\x0f\x6b\xf6\x48\xef\x3b\xc9\x44\x36\xec\xbe\x93\x0d\xc8\x7f\xb1\xd3\xed\x63\xbf\xe3\xce\xe4\x64\xe7\x99\xec\x3c\x83\x65\xc3\x7d\x3f\x78\x0e\xdd\xfb\xe3\x58\xec\xcd\x9d\xae\x25\xd0\xe4\x29\x60\x9d\x05\xba\x1f\x5c\x56\x77\x01\xcd\xc4\x5b\x0c\x87\xae\x4a\x77\x07\x3c\x62\xec\x0d\x84\xa2\x05\x76\x94\xef\x48\x2b\x2a\x92\x14\xfb\xb9\x96\x30\xfe\x44\x32\xed\x2c\x53\x66\xb3\x77\xa7\x63\xc8\x1e\xb9\x9d\xd2\xd9\x1b\xf4\x84\x9d\xdb\xdd\x46\xa5\x6a\xef\x15\x96\x2c\xb0\xfb\x6c\xc7\x5d\x66\xd5\xdc\x15\x21\x33\xa7\xb5\xec\xf4\xe1\x0c\xff\x4e\x1c\x4a\x58\xee\x17\x97\x5f\x82\x69\xe7\xdd\xbc\x4e\x44\xd9\xe1\x73\x71\xcd\x82\x9d\x41\x2f\x13\xd0\x2a\x20\x60\x1e\x71\x13\x06\xc1\x88\x22\xb6\xc5\x22\x81\x67\xb6\x5c\x44\x66\xa7\xf8\xb4\x93\x6f\x67\xc8\xcb\xde\xd8\xfd\x59\x63\xe8\x13\x26\x3e\xbb\x28\xcc\x8e\xfc\x9c\x60\xaf\xc6\xb1\xad\x79\x34\x3d\x08\x7c\xa3\xea\x41\x67\xa7\x7e\x80\x5b\x31\x64\x9b\x1e\x88\x17\x39\x24\x7e\x6c\x20\x2f\xb1\x9d\x03\xe9\x2f\x55\xdb\xf7\xa0\xa0\xb2\x5f\xef\x08\x74\x36\x49\xb3\x38\x20\x99\x46\x7a\xbd\x71\xf1\x81\xde\x88\x4b\x51\xd0\x20\xc8\x69\x29\xaf\x17\xc8\x4f\xab\x5f\xd8\x01\x45\x56\x1b\x6e\xe1\xea\x36\x79\x9b\x6c\x86\x83\xd1\x1e\xc9\xec\x03\x4e\x83\x2a\x06\x70\xa4\xcc\x69\x68\xc8\xc4\x79\xfa\x03\xee\xcc\xe8\x1e\x6f\xbc\x20\x44\x66\x52\xa5\x40\xcc\xb4\x3f\x45\xc7\x07\x2e\x92\xaa\xda\xeb\x07\x8e\x30\xf9\xc2\x8b\x23\xaf\x9d\xed\x17\x16\x99\xaa\x4b\x16\xf3\xf7\x17\xd3\x8c\xcf\x55\x74\x7d\x14\x32\x2d\xc3\xc8\xe4\x5d\xe9\x00\x07\xcc\xf6\x2a\xba\x3f\x70\xe9\xaa\x03\x98\x07\xae\xed\xf7\x91\x82\x03\xe7\x95\x7a\x76\x7f\xb8\xdb\xd6\xc4\x53\x68\x1b\x0a\xe2\x25\xd6\xa2\x3b\xc0\x91\x29\x23\x89\x95\x91\x8c\xf6\xba\x6a\xc8\xab\x4d\x00\xb5\x8e\x4c\x15\xae\x7e\x9f\xe4\x2b\xee\x77\xc0\x08\xd7\x8d\xfa\xe5\x80\xd1\xdd\xb3\x7f\x5f\x10\x09\x87\x4c\x56\xb1\x23\xfb\x40\xe4\xc6\xd7\x31\x1d\x38\x3d\x6e\xdf\xe6\x81\xa2\xa5\xf6\x2c\x1e\x8d\x20\x6a\x8a\xc8\x05\xf6\xcd\xe2\xe5\x80\xcd\x5d\xbd\x6a\x0d\xb4\x6a\x90\x57\x64\xa7\x19\x02\x9e\x7a\x91\x3b\xf4\x40\xb6\x70\x35\x88\x9d\x92\x45\x2c\xf4\xc0\xf9\xa9\xf4\x5a\x18\x9c\x9f\xaa\xaf\x17\x48\xce\xd1\x5d\xc2\xdc\x14\x8f\x3c\x78\x87\x94\xed\xd1\x03\xf9\xc5\xae\x2f\x70\x74\x9c\xd3\x7f\xb5\x71\x6b\x99\x34\x9a\xa3\xd3\xa6\x6a\x7e\xe1\x80\xcf\x49\x78\x42\x2a\xcc\x8b\xd1\xf0\x7e\xd5\x66\x10\xb9\x32\xd2\x0c\x0e\x9e\xb8\x12\xcf\x3d\x68\xc4\x77\x05\x60\x0f\xe6\xce\xe4\xf4\xa3\x12\x0c\xc7\xb4\xf9\x93\xef\x34\x39\x06\x6f\x8a\x33\x2b\x44\x20\xca\x19\x02\xc7\x60\x9d\x49\xb7\x51\xe2\xc5\x9c\x71\x20\x2e\xf9\x82\x0f\xe5\xdd\xbc\x59\xa0\x54\xbc\xd6\x7d\xe0\xce\x2d\x59\xf8\x07\x92\x72\x9c\x47\x75\x40\xc5\xa8\xd2\x6c\x8f\x9d\xa5\xda\xf4\xfe\x9e\xf1\xbe\x56\x08\x95\xff\xbb\x57\x00\x45\x9d\xaa\x97\x98\x87\xa9\x1c\xab\x38\xe8\x21\x70\x40\xf0\x80\x87\xc0\xf9\xdb\xc7\x4e\xc9\x2a\x3f\xfb\x41\x07\x81\x59\xd4\x3a\x34\xae\x0f\x0e\x3a\x2e\xb5\x22\x28\xc9\xe4\x38\xea\x81\xd3\x57\xe9\xd5\xa6\x5b\xc5\xb4\x8f\x48\x97\x4b\x92\x1e\x07\x2f\x71\x36\x00\xb4\x07\xbc\x7f\x0f\xea\xda\xd9\x5d\xe2\x86\x44\xa9\x3b\x07\xeb\xac\xca\x03\x76\xd0\x9f\xe0\x58\xc7\x81\x58\xd7\x8b\x6f\x9f\xdc\x2a\x5a\x06\xa8\x37\x8e\x7d\x1c\xa8\xbb\x6a\x4b\xfa\x98\x0a\x4d\x6a\xd2\xd9\x0e\x9c\xf6\xaa\xc6\x32\x2e\x06\xa8\x66\x79\xa8\xfb\xef\x78\xce\x71\x72\x15\xbc\xce\xbc\x1b\xcb\x9a\xfb\xb1\x14\x1c\x39\xdd\x0f\x2a\x38\x7e\x01\xde\x06\xeb\x80\x07\x8e\x7e\xd9\xbd\x7b\x20\xa9\xa8\x9a\xc7\x5d\x24\x75\xc3\x70\xad\x75\xd0\xa4\x70\x37\x96\x73\x1b\x0e\x9c\x0d\x7b\x49\x3f\x44\xad\xec\x50\x3e\x10\xb4\x72\x2d\x9e\x83\x57\x63\xc9\x3a\x39\x58\xa1\xc9\x35\xca\x8e\x9b\x4a\xa5\xdb\x90\xb7\x5e\x26\x84\xac\xaa\x21\x44\xc8\xca\xc5\x81\x0e\xe8\x53\x4e\x25\x3e\x6e\x54\xf9\x93\x65\x79\xdc\xfd\xfb\xab\xf8\x9c\xcb\x81\x94\xa2\xf2\x1a\x0f\x6a\x8c\xa2\xe7\x07\x22\x5c\x9b\x43\xa4\xc7\xd4\xbf\xd2\x4b\x34\xde\x6b\x11\x84\x82\x87\x8b\xa0\x11\x79\x0a\xde\x41\xab\x03\xe5\x52\xed\xf2\x39\x96\x33\x23\xfb\x01\x2a\xf8\x5a\x49\x79\x38\x27\x8f\xd0\xe1\x33\x12\x0e\x50\x2c\x35\xbe\xbe\xbf\x38\xa2\x90\x82\x0c\x24\xdf\x8f\x78\xc0\xd7\xe1\x1c\xbc\x13\xc5\x51\xed\x91\x3e\x51\x82\xc9\xd5\x83\x4e\xb8\x3a\x5a\xd1\x9c\xce\x0d\x2c\x66\xb8\x8d\x55\x90\x58\x39\x11\x66\xf3\x89\x82\x73\xe3\xd5\x95\x45\x6d\x06\x77\xa2\xda\x07\xe2\x88\x1e\x90\xbb\xb7\xb8\xc3\x0b\x03\xb8\xc3\x1b\x19\x52\x41\x6d\xdc\x54\x25\x0e\x75\x22\x5d\xdb\xae\x96\x73\xd5\x60\xd2\xba\x9e\x48\xd7\x36\x13\x3d\x11\x95\xcb\xba\xb2\xb7\x9c\x53\x5f\x8d\x6d\x73\x0f\xf4\x28\xc9\xdc\x39\xa1\xaf\x26\x8b\x99\x13\x71\x38\xbb\x3d\x4e\xdc\xd1\x3a\xb9\xe8\x0f\xa4\xce\xb9\x62\x70\x62\x99\x67\x04\x19\x69\x6f\x9f\x11\x1b\x41\xd1\xaa\x73\x79\x59\x9a\x1f\xc0\x5f\x2e\x7e\x75\x46\x4a\x6a\xed\xc5\x13\xb7\xb0\xfa\x5a\xd7\x93\xe9\xda\x8e\x96\x9e\x2c\x22\x60\xd9\x7d\xb2\x88\x80\x33\x9b\x4f\xe6\x6f\x3b\x53\xf9\xa4\xdb\xe5\xd5\xa6\x70\xf6\xca\x27\x5a\x16\x92\x7e\x27\xa2\x70\xb6\xd2\x4f\xd6\x19\x78\x2d\x1d\xaf\x6a\x7d\xad\x1d\xeb\x0a\x38\xb9\xf9\x4c\x2c\x0e\xac\x89\xa1\x8e\x80\x03\x79\x67\x42\x41\x2f\x63\x06\x55\x04\x6c\xd5\x9f\x53\x03\x4f\x36\x34\x4e\x16\x4b\x95\x30\x39\xf3\xba\x56\x4a\x6d\x6a\x76\xc2\x6c\xe6\xd5\x56\x9a\x23\x6a\xa1\x3a\x03\xec\x44\xed\x53\xdd\xcd\x5f\x4e\x64\x94\xfb\x74\xff\x89\xd3\x78\xce\xb5\x3e\x51\x30\xc0\x05\xc8\x4e\x44\xe5\x1c\xa5\x3b\x91\x4f\x5e\x8d\x10\x44\xe5\x2c\x8e\xcf\xa9\xce\xb7\x2a\x23\xf4\x2c\xa0\x6d\xaf\x41\x81\x46\x63\xd2\x5e\x41\x35\x03\x50\x28\x3d\x4d\xba\xe5\xc0\xe1\x4a\xb7\xd7\xba\x0b\x44\x28\xec\x3d\xb9\x4b\x6a\xc7\xe6\x00\x75\x43\x6e\x95\x60\x44\xbd\x01\xa7\x72\x9e\x15\x87\x1a\x65\x6b\x9f\xcb\x6f\x25\xeb\xfe\x44\x06\x7b\x33\xdd\xe0\x9a\x82\xf1\x1a\x80\xe6\x62\xf7\x83\x13\xb3\x16\x95\x30\xd5\xca\x0e\xbb\xb3\x12\xad\xee\x11\xcb\x6e\xb2\x69\x34\xa4\xcd\x64\x98\x7d\x6e\xea\x47\x79\x27\x5d\x24\x5e\x4e\xa4\x5e\xb9\x8a\xe8\x09\xb7\x57\xed\x5e\xe8\xe5\xf6\x32\x63\x5d\x2a\x7c\xf7\x27\x14\xf2\xee\xb3\x93\xcd\xb8\x53\x9e\xd7\x73\x98\xf8\xec\xf4\x4a\x88\xdd\x9f\xa8\xb7\xe4\x2b\x39\xcf\xce\xdc\x61\xa3\x6a\xe0\x78\xae\xb9\x2b\xee\x0d\xa8\xf2\x48\x9d\x83\x5b\xd0\x3d\xe0\x40\x9f\x4f\xcb\x9f\x63\x41\xe9\x2f\xd6\x10\x82\x92\xe5\x93\x2c\x47\x4f\xde\xe8\x6f\x76\xb6\xfc\x62\x26\x88\x9d\x5a\xba\x65\x00\x6b\xfb\x9b\x1b\xed\x74\x10\x98\xec\x77\xde\xb6\xa6\x79\x23\xe1\xca\x91\x88\x73\x27\xfa\xbd\x7e\x3b\x63\x6f\x5a\x60\x44\xc2\x9a\xa7\xc5\x2b\xad\x1c\xa9\x3d\x8f\x00\x39\xa9\x0f\x8e\x85\x18\x7d\x41\xbd\xd6\x78\xe0\x1d\x57\x76\xcc\x9d\xcb\x31\x67\x22\x3b\x48\x33\x6e\x43\x0b\x94\x7f\xe1\x84\xe3\xae\xbc\x7a\x64\x5c\x4c\x93\x3c\x38\x07\x83\xc8\xc5\xf6\xef\x20\x6a\xd9\x84\x27\xd2\xad\xaa\x9c\x07\x27\xb5\xce\x9f\x95\x59\x38\x59\x80\xc0\x61\xdf\xf3\xa4\x00\x30\x2b\xe3\xf5\xab\xdd\x72\x73\x05\xb4\xa4\x06\x9f\xd7\x22\x60\x21\x11\x99\x4f\xbe\x1d\xfc\xbc\xd6\xbe\x14\x88\x48\x2b\x77\xd9\xc0\x93\xb7\xa5\x4a\xe3\x3a\xef\x65\x28\xab\x07\x1c\x81\x73\x9e\xc4\x79\x73\x04\x2d\xc2\x0d\xc3\xd9\x9c\x01\x85\x8b\xaa\x59\xc9\x4d\x21\x65\xa4\xde\x28\xe4\x6f\x4a\x9b\x2a\x5c\x7a\x31\x58\x5e\xe3\xe4\x20\xed\xf9\xe0\x38\x8d\x77\xd8\xd4\xd0\x92\xef\xfa\x3e\x91\x97\x54\xcd\x39\x9e\x03\x39\x98\x82\xe0\x21\x44\x1f\x1c\x5d\x1b\x1d\x59\xe2\xa7\xd7\x46\x4d\x5c\x74\x71\xf1\x26\xa5\xe0\x2f\x40\x17\xc2\xc1\xb5\xd1\x17\x90\xfd\xc2\x4a\x7c\xf8\xb4\x59\x15\xa0\x88\x96\x2f\xc4\x96\xaa\x0c\xa2\x6b\xc5\x96\x44\x9a\x17\xca\x06\xd4\xee\x1e\x40\x5a\xa2\x85\x6b\xe5\x29\x15\xb5\x41\x6a\xa2\x84\x0b\x79\x4b\xbe\xd4\xf2\x42\x3e\xb8\x6f\xea\xbd\x10\x89\xaa\xc3\xe3\x71\x4a\x9a\x41\xe0\xf6\xac\x7e\x00\x39\x28\x2b\xf2\x8a\x6b\x4a\x9a\x02\x75\x24\x79\x84\x2f\xde\x4f\x6a\x57\xda\xb5\xd2\x94\x5e\x5d\xf0\xcc\x81\x07\x8d\x38\xc9\x91\xfd\x05\x33\x66\xfc\x3b\xc3\x10\xda\xf1\x57\xa2\x7a\xaf\x1d\x7e\xc1\x23\x38\x7c\x58\xe8\x4a\x6b\x57\x09\xac\xb4\x76\x80\x96\x82\x99\x3f\xf6\xec\x5c\xb8\x4b\xde\xa6\xdf\x95\x29\x1d\xbd\x58\x79\xc1\xad\x51\x79\x83\xa8\xb3\xc0\xae\x15\x8d\x92\x96\x72\xb1\x6e\x91\x8f\xc1\x5c\x48\xfa\x76\x41\xf4\x0b\x75\x8c\x2c\x92\x2f\xaa\x21\x72\x45\x5f\x53\xed\x48\xc3\x34\x5a\x68\x31\x37\xbf\x00\xf4\xcb\x97\x7d\x31\x19\x28\xfb\x03\x6a\x76\xcd\x2f\x50\x11\x49\xee\x01\x20\x68\x9f\x5d\x95\xc8\xf5\x02\xd6\x45\xa4\x9a\x37\x2b\x49\x5a\x6f\xb8\x50\x17\xd2\x6e\xb7\xab\x52\x5c\x1a\xb7\xd4\x13\x86\x5f\x40\xc6\x90\x14\xed\x0b\xc9\x33\x9b\x51\xbd\xd4\x02\x43\x4d\xc7\x9e\x36\xf3\x45\xb5\x40\x9e\xee\x8b\xd5\xc6\x7d\x88\xea\x62\x9d\x23\x73\xd1\x6b\xd5\x35\x92\x4c\xbf\x50\x7f\xdc\x2c\xef\xe2\x79\x32\x1f\xb3\xba\x50\xc6\xd1\x19\xd8\x17\xea\x18\xb9\x00\xce\xb5\xb4\x84\xe6\x0f\xa8\xd2\x79\x37\xa2\x70\x91\xef\xd5\xbd\xa8\x35\x18\x6f\x28\xba\xe8\xe2\xf5\xd7\x20\x63\xf7\xf6\x5c\xe1\x34\x2f\xce\xe0\x66\xf2\x86\x66\xb6\xcc\x6b\x77\x0d\x8a\xf0\xd7\x20\x54\xda\xc6\x8f\x42\x42\x17\xef\x71\x7f\x6d\x4e\x24\xcf\xd8\x2e\xbd\xc6\x42\xac\x66\xbd\xd3\xda\x30\x0d\xef\x44\xac\xdb\x8c\x49\x49\x89\xb8\x76\xee\x1b\x29\xf7\xd7\xbe\x06\x15\x22\xa6\xd6\x90\x6d\x08\x5e\xc8\xda\xf6\xa5\x1a\xd7\x41\xfa\x90\xb8\xb9\x10\xbe\x2b\x0e\x98\x5f\xac\x48\xee\x40\xf0\x75\x70\xf5\x04\x04\xf2\xb4\x37\x79\xaf\x2f\x08\xf9\x16\xdc\x23\xe7\xad\x69\x9e\x6b\x29\xd4\xc1\x49\x3f\x8d\xb9\x3d\x9c\x4b\x4d\xf6\xf1\x75\x32\x59\xaa\xf8\x01\xbc\xac\x96\x06\xb8\xc1\xa7\xc9\xa6\xba\x4e\xca\x48\x2f\xff\x05\x7f\x99\x49\x96\x85\x86\xec\xff\xba\x2e\xa0\xda\x93\x40\x4e\x75\x0b\xfe\xbd\xa2\x2d\xac\xf0\x80\x9a\xd5\xd2\xeb\xe2\xb1\x3c\xf3\x8f\x8b\xe1\x59\x13\x18\x6e\xa5\xf4\xdd\x47\x17\xbc\x4d\xaf\xa5\xb8\x58\xb4\x5c\x68\x59\xe1\x39\xb3\x30\x84\xe7\x1c\x6f\xbf\x90\x11\x9d\x5c\xa1\xf0\xc2\xf1\x7b\x5f\x0d\x7e\xdd\x6b\xe9\x34\x04\x02\x78\xc3\x14\x7d\xb3\x5a\xa0\xd0\xc2\x33\x6b\x26\x06\xe8\x2a\xd6\x7e\x2e\x16\x32\x72\xd8\xf5\xba\x39\x27\xb7\x91\x82\x6f\x08\xd6\x1d\xeb\x1a\xe0\x21\x9a\xdd\x46\x91\x5a\xcf\x60\xea\x2a\xc9\x9e\xd3\x0b\x77\xef\xf8\x6c\xd9\xf5\xb4\x69\x78\x79\x02\xcf\xc2\xba\x66\xf8\x2c\xa6\xec\x37\xe8\xe3\xf3\x08\x17\xf2\x15\x05\xf1\xc3\x42\x2e\x86\x88\x35\x93\xb5\x8e\xf7\x8a\x2e\x8a\xe5\xde\xf0\x2f\xf9\x7c\xdb\x8d\xf3\xff\x4e\xe3\xbe\x71\x8d\xa4\xf3\x24\xee\x8d\x3a\xa5\x54\x89\x1b\xda\x4f\x8b\xee\x00\xd4\x2c\xc6\x73\x6f\x34\x58\xc4\x07\x6e\x28\x3b\x2d\xba\xbd\xb8\x5b\xd7\x03\xde\xc8\xad\x1e\x50\x03\xe9\x75\xfe\xed\x86\xf6\xd2\x64\x44\xdf\xd0\x5e\x9c\xd9\x7a\x07\x82\xa4\x49\x4f\xed\x25\x6d\xc2\xf3\xbd\x2a\x74\x8b\x98\x6f\x9e\xd0\x37\xb9\xdf\xb8\xbb\xc6\x11\xd2\x9b\xd7\x40\xfa\x20\xec\x1d\x91\x7d\x16\xfc\xc2\x9c\xa5\x6d\x89\x1b\x29\xd1\xaf\x13\x77\x37\x0a\x6c\xfb\xea\xbf\x1b\xce\x18\x07\xbc\x6f\x5e\x65\xe3\x73\xaf\x77\xc2\x2d\x8c\x9b\x5f\x28\x7c\x41\x3d\x26\x5c\x00\x21\x6a\xba\x13\x62\x15\xdd\x23\xd0\x47\xed\x95\x42\x74\xd3\xbe\x94\x1b\xc1\xcc\x26\xd7\xc3\x8d\x7b\x1e\x9b\x7c\x3b\x77\xc6\x85\xd6\x06\x39\x83\x55\x4a\x96\xde\x3c\xca\xe6\x20\xfd\xbd\xa2\x9f\xda\xe3\x77\x86\x95\x67\xda\x80\x1a\xe3\xb3\xb7\x37\xee\x79\x6c\x3f\xcb\x4a\xb8\xe1\x3a\x71\x71\x80\xbb\x50\x2f\xf7\x68\x85\xf0\x09\x83\x65\xd1\x8d\xe0\x2b\x8c\x62\x67\x3f\xa0\x6f\xd3\xa4\x57\x58\xeb\x46\xfe\x9e\x1b\xe5\xb3\x9b\xb7\xc3\xd4\x82\x92\x53\x6d\x6f\xe4\xfc\x34\xa9\x8f\x77\xc5\xf6\x71\x87\x95\x33\x14\x8c\x75\x11\x92\x3f\xa0\xa3\x4f\x3a\xcf\xdd\x16\x2d\x6a\x99\x70\x03\xe3\x6b\x9d\x1b\x87\x70\x1b\x5c\xc6\xb4\xda\x28\x80\x64\x7e\xdc\xb8\xc5\xc5\x41\xb0\x1b\x09\xc4\x8e\x30\xdf\x08\x6e\xba\x50\xe3\x8d\x53\xfa\x63\xf3\xef\x38\xb4\xd0\xdd\xdf\x85\x20\x96\xdf\xbf\xb1\xe3\xfd\x3b\x70\x66\x4a\xee\x0c\x2c\x48\x1f\xbe\xa7\xce\x95\xb6\xcd\x6d\xa8\x58\x12\x5f\x37\x2a\x2b\x39\x9b\xeb\x9e\x1a\x56\x72\x38\xe8\xee\xf4\xee\x0a\xc9\x7d\xad\xab\x1f\x40\x62\x3a\xe9\xe9\xee\xf0\x49\x7b\x99\x10\x58\xdc\x24\x1a\xee\x51\x91\xd3\x26\x14\x0d\xe4\xc2\x9b\x47\x51\x59\xda\xdc\x21\x2f\x80\xe9\xee\x90\x11\x23\xb5\x71\x58\xdf\xd7\xd1\xdf\x7b\x24\x44\x42\x0a\x22\x83\xaf\xfb\x77\xef\x1d\xee\x0a\x67\x6d\xdc\x3b\x0c\x59\x59\xc2\x37\xb2\x8b\x37\x93\xd6\xbe\xc8\x5b\x78\x87\xd3\xe5\x75\x74\xf4\xde\x79\x17\xad\x16\x8a\xd1\xc5\x17\x5b\xdb\xc1\x18\xa5\x0c\xdd\x70\xba\x84\xd7\x8e\x59\xc9\xc4\x12\xe3\x37\x9c\x2a\x0e\x1a\xdd\x07\xa2\x0b\x66\xb5\x8c\x16\x9a\xfb\x1f\x1d\xb4\xe3\xf7\x07\x41\xd0\xb4\x0f\x1a\x60\x52\xfa\x6e\x5c\xaa\x68\x3b\xe4\x46\xa9\xc6\xe6\x54\xa1\x1b\x15\x90\x9a\x37\x0c\xf4\xab\xcd\xdb\xfe\x84\x06\x57\xdc\x86\xcc\x74\xaa\xf9\x8d\x53\x6c\xc1\x07\x3b\xef\x73\x91\x8b\xbb\x24\x05\x0b\x91\x17\x57\x53\x98\x66\x2a\xb1\xf3\xad\x6e\xba\x5e\x9c\x8d\x74\x5f\x2b\xf7\x4f\x6d\x68\x5c\xa6\xd0\x6b\xe1\x41\x30\x5c\x0b\x28\x8f\x01\x2d\xd0\x78\xb9\x16\x90\x06\xea\x99\x34\xeb\x6d\x87\x1a\xd5\x76\x70\xde\x37\xe4\xac\x3c\x27\x37\xc2\x77\x3e\xeb\x7c\x23\x1f\xca\x3e\xbc\x9b\x37\x1c\x3a\x44\x79\xe3\x84\xd9\xeb\x4a\xe8\xfb\x86\x2e\xec\x7d\x89\xf0\x9a\x6f\x84\xb8\x1f\x8e\xa8\x0e\x10\x5d\x73\xd1\xfe\xfb\x01\x33\x94\x3f\xf5\x46\x32\x94\xa3\xe9\x37\x8f\x98\x99\x51\x3d\x58\xe9\xea\x36\xcf\xb6\x7a\x0a\x28\x08\xd0\x9b\x5f\x80\x37\xdf\xe1\x80\xfb\x41\xa1\x05\x4f\x89\xe1\x38\x67\xfc\xdc\x28\x1b\xd9\xea\x8f\x7c\x72\xf7\xc3\xe0\xc4\xa7\xf7\x67\xa3\x07\x4e\x28\x7e\x10\xbc\x73\x5c\xf9\xd9\x18\xea\xd2\x1e\x7e\x36\x60\xa4\xfa\x03\x5c\x61\x2a\x71\xf3\xf0\x4c\x9c\xd3\xdc\x1e\x94\x5b\x7a\x9d\x29\x7e\x98\xfc\xe5\x14\xa4\x07\xa9\xcd\x8e\x6d\x3f\xb8\x62\xc5\x6c\xe4\xa1\x7e\x26\x9f\xc8\x83\x64\xb0\x6d\xf8\xf7\x49\x67\xce\xf6\x7f\x58\x31\xdb\x39\x6c\x0f\xe2\x79\x2e\x17\xf6\xa0\x62\xb6\xcb\x36\x3c\xd4\xe7\xe4\x52\x79\x98\x07\xed\x39\x07\xd4\x01\xd8\xfc\x3d\xd2\xdc\xa5\xf8\x3f\xc8\x46\x73\xc1\xb2\x07\x37\x25\xda\xc6\x7f\x02\xc5\x97\x00\x5c\x17\x25\x6a\xaf\x3d\x28\x66\x30\x8a\x07\xb8\x89\x22\x43\xf4\x80\xae\x34\xa3\x18\x60\x3f\xe9\xf7\xb8\x76\xaf\x86\x88\x74\x88\x17\x3f\x20\xb7\xf6\x32\xe0\x22\x71\x07\x1c\x1f\x16\x37\x10\x67\x7d\x56\x55\x70\x4d\x2a\x92\x59\x4b\x53\x7f\x70\x63\x8b\x0f\xa7\x3c\x11\xdb\xbd\x79\x00\x6e\xf7\xe0\x11\xc0\x93\xe4\x6d\x79\x98\x44\xfd\x02\x9a\xd1\x3c\x69\xc1\x4f\xc2\x69\x15\x31\x90\x27\x31\x94\xad\x59\x23\x96\xf7\x3a\xc5\xfa\xe0\x8c\x9d\x0d\xf4\x07\x67\xec\x5a\x73\x1b\xa7\x81\xad\xce\x3d\xa8\xb9\xf9\x3a\xc4\xfc\x20\xda\x67\xa7\xc3\x93\xe8\x09\x15\xc7\x78\x50\x33\x7c\x64\x0f\xc9\x1c\x04\xa3\x05\xf1\xbe\xd7\x39\xea\x07\x01\x3f\x1f\x63\x7d\xf2\x5a\x09\x75\x91\x71\x8b\xbc\xc9\x87\x35\xa4\x9c\x51\xf7\x64\x4e\x43\x40\xc1\xf9\x66\xcf\xc5\x03\x5f\x9b\x0f\x54\x3e\x79\x49\x24\xbf\x00\x1e\x61\x82\x2f\x0b\x46\x61\xba\x10\x46\xa1\xa1\x4c\x11\xe6\x4b\xe5\x1f\x5e\x77\xe8\xb4\x9f\x67\x69\xa6\xb2\x60\x9e\x02\x6a\xe8\x6e\x93\xf5\x1a\xb3\xf0\xc6\xb5\x6a\x18\x40\x2e\xf2\xc7\x3e\x95\xd4\x60\xbc\xa1\x2c\x95\x93\xb8\x1f\xdc\xfb\xe2\x23\xfb\x0f\x82\x7c\xcd\x79\x84\x0f\xd2\xf8\x5e\x07\xaf\x1f\x9e\xa5\x1b\xc3\x63\xc0\x14\xec\xfe\x02\xfe\xd9\xe2\x36\xef\x5d\xd0\x2c\x51\x96\xca\xa6\xe6\x83\x02\x0c\x9b\x17\xa6\x42\x67\xf2\xda\x57\xcc\xc9\x68\xe3\xd1\xb9\x17\x9e\xa1\x1a\x3b\x40\xf7\x34\x5e\x21\x26\x00\xa1\x29\x37\x5f\xef\xff\xc0\x3d\xd8\x4c\x8f\xb8\x04\xc6\x22\xf3\x61\x05\x07\xa7\xd8\x3d\x0d\xb9\x4c\xb2\x9f\x9f\xb6\xf3\x05\xf7\x00\x0a\xcf\xfe\x60\x51\xb8\x16\xaa\x91\xf9\x98\x7d\x52\x1b\x96\x06\xf4\x40\x1b\xf6\x81\x9a\x07\x05\xad\x6a\xde\x7e\x22\x81\x1e\x3a\x27\x65\x7e\x3c\x9d\x13\x14\x0a\x91\x33\xd8\xcd\x13\x98\x32\x68\xde\x4d\x5f\xa5\x2c\xb6\x07\xb5\xb1\x7c\x96\xe3\xe1\x5d\x8a\x2f\x84\xa0\x22\x69\xb3\xb4\x80\xeb\x72\x78\xcd\x79\x31\xba\xf4\x9c\x07\x19\x82\xc1\x19\x7a\x0f\x22\xa0\xcd\xe9\xa0\x0f\xce\x0a\x38\x6d\xe9\x41\x04\xd4\xaa\xf7\x83\xa3\x03\x21\xbb\x9d\x70\x3d\xaa\x3a\xe4\xc9\x01\xa7\xc8\x3d\xd0\xd5\x7d\x4d\xda\x83\x1c\xc0\xe4\x5c\x8a\x07\x05\xd9\xdb\xf0\x88\x27\x27\xe9\x07\x0b\x68\x7f\x81\x1d\x2f\x77\xc0\x43\x6d\xde\x94\x8c\x88\xaa\x2b\x43\x3e\xfb\x22\x3c\xf5\xb8\xaf\xcd\xe4\x2f\x28\xc7\x8d\x97\x9d\x98\xd7\x90\xfb\x80\xb1\xed\xdf\x61\xe3\x6c\xee\x91\x1c\x41\xd6\xfb\xb3\x33\x0f\xc0\x72\x76\xc7\xf6\x19\x7e\x81\xa9\x15\x6e\x3f\x04\x41\x43\xa2\x84\x85\xd3\x45\x9f\x03\x82\xda\x94\x09\x5d\x3f\xb9\xb0\xc2\x73\x70\xc3\x6b\x69\x8e\xc5\xc6\x34\x04\x52\x01\x83\xd7\x1a\xce\x53\xdf\x50\xfc\x4c\x65\xbf\x39\xec\xff\xc0\x79\xea\x40\xf4\x73\x12\x6d\x72\x10\x3c\x48\xe4\xb3\xd7\xf9\x39\x17\x73\xf7\x03\xee\x60\x45\x42\x1e\xd6\x43\x75\xde\xdc\x03\xf5\xbf\x39\x0a\xf1\xd0\xdd\xea\x3d\x83\xeb\x16\x9d\x0e\xf1\x40\x55\xf7\xc5\xaf\x0f\xa2\xa8\xae\x13\xfa\xe0\xe4\x41\x7a\xb5\x2f\xbc\x2f\x90\x2e\xe4\x1a\x49\x49\x7d\xa0\x97\xdb\xba\x7d\x10\x53\x7d\x55\x62\x78\x58\x0b\xc2\xd9\xc5\x0f\x12\xeb\x7c\x49\xdd\x73\xaf\x49\x6a\xa5\xee\x35\x49\xbf\x41\x2f\x82\x59\x21\x2a\x91\xfa\x94\xde\xc3\xab\xc5\x4b\xf2\x0b\x17\xbb\x10\xee\xa1\xcc\xbf\x74\x59\x28\xf3\x3e\xf3\xfb\xf0\xe0\x9f\x13\xcf\x1e\xde\x18\xe3\xe4\xd5\x07\xb9\x72\x4e\xcf\x7b\x78\x83\xcc\x6b\x23\x42\x9f\xf7\x15\x5a\xcf\x43\xee\x2a\xcf\xc3\x33\xf5\xf7\xdc\x5f\x3d\x70\xa7\x7a\xe2\xac\x66\x6a\x09\x80\x6a\xa6\xba\x6b\xa0\x6e\xac\x4e\xaa\xfb\x8d\xea\xc6\x12\xed\x4a\x86\xa9\xdb\x0a\xce\x56\x3f\x98\x7b\x5d\xe7\xe8\xeb\x86\x0b\x62\x94\xbb\x55\x37\xd4\x8c\x50\xe1\xe1\xba\x05\xf0\xa7\xa2\x21\x79\x13\xb8\x6a\x3c\xd4\x2d\x50\xda\x57\x3f\x28\xe8\x41\x30\x05\x9e\xfa\x2a\x6a\x93\x37\x7c\xd6\xa6\x6e\x81\xf7\x7e\x55\x8f\x39\xd0\x83\x7b\xa4\xa5\x9f\xdc\x25\x10\x17\xdc\x03\x94\xfc\xe0\x21\x90\xd6\xf4\x11\x4a\x75\x63\x35\xaf\x92\x35\x02\x3c\xa0\xbd\xfe\xe4\xe4\x6a\xdd\x22\x49\x63\xa8\xbd\x08\x58\xc3\xf3\x46\x43\x19\x42\x75\xc3\xe1\x0f\x85\x6e\xeb\x86\x72\xa6\xaa\xe6\x54\x37\x94\xa4\xa8\xc6\x21\xd4\x65\x1d\x48\xaf\x5b\x24\x02\x04\x3f\xd2\xe3\x74\xe6\xb4\x6e\x91\xf3\xd7\xa2\xb0\x72\x98\xf2\x87\xea\x86\x23\x88\x8a\x1c\xd5\x0d\x37\x89\x77\x23\x08\xb7\x1b\xba\x5c\x49\xdd\xe0\x6e\xad\x2a\xdb\x56\xb7\xa9\xfd\x66\x15\xb9\xaf\x5b\xa6\xc6\x95\x45\x38\xd0\x54\x55\xf3\xa5\x6e\xb8\x8e\xb0\x27\xb7\x13\xda\xee\x00\x38\x88\x1a\x71\x85\x8d\xab\x3b\xe4\xb6\xcf\x02\x92\x17\x0c\x26\xd3\x5e\x26\x4c\x42\x13\xc2\xc8\x5b\xd2\xaa\xf2\xf4\x89\xb2\x8a\xeb\x86\x8b\xbb\xbb\xdb\x50\x65\x15\xb5\xa9\x1b\xe3\xc8\xca\xdf\xab\x1b\x8e\xa3\x0c\x2f\x04\x4f\xa3\xa8\x9a\x54\xdd\x10\x48\xce\xa6\x5d\x68\xb2\xfd\xd5\x26\x88\x02\x89\x45\x21\x8a\x26\x59\xb8\xdd\xf4\x7e\xe5\x76\xd3\xca\xd6\xc5\x2d\x35\x20\xc2\xce\x9b\x8a\x51\xd7\xad\x12\xaf\xfe\x02\xdc\xd3\x48\x98\x7a\x6c\x1c\x86\xb8\x92\x47\x98\x03\xa0\x28\x84\x2e\xc9\xab\x1b\x0b\x87\x79\x0a\x95\x53\x10\xc8\xa8\x5c\xdf\xbd\x7f\x11\xc5\xd6\xd1\x8f\xba\xb1\x72\xfd\x26\x9c\x41\x8f\x55\x71\x84\xba\xb1\xb4\x6a\x53\xff\x6d\x21\x5d\x10\x36\x54\x10\x34\xc3\x80\xda\xfa\xee\x80\xb6\x61\xd1\x0c\x1a\x45\xbb\xb9\x1c\x0a\x3c\x74\xf3\x87\x4e\xe6\x5d\x44\x7c\x50\x1c\xfb\xeb\x03\x20\xcd\xfc\xa0\x23\xab\xa6\x68\x48\x9e\x35\x51\x36\x79\xdd\x3a\x89\xb3\x88\xbc\x71\x37\xa1\xaa\x05\xd7\x8d\x57\x13\x7a\xcb\x77\x60\x2d\x8b\x76\x3b\x8e\x7b\x75\x61\x0d\x15\x22\xba\x37\xe0\xf2\xe1\x9a\x52\x78\xf5\x60\x31\x4c\xb8\x7a\xb0\x9b\x56\x19\x15\x2f\x1e\x92\x51\xf1\x4d\x20\xf1\x6e\xc2\x6a\x52\x19\x6b\x12\xc2\x13\x0e\x9d\x76\xf3\xa1\x41\xa0\x35\xc9\x75\xcf\x77\x35\x0c\x0b\x4a\x81\xcd\xe2\xf8\x59\x3d\x4e\xd5\x31\xbd\xc4\xcd\x72\x04\x9b\x1c\x91\x7c\x57\xcc\x57\x96\xea\xe8\xa5\xd8\xe9\x97\x7b\x75\x01\xb7\x59\x13\x0c\x3b\xc8\xe3\x35\x24\x5d\x44\xe6\x34\xd0\x2d\x93\x45\x18\x1c\xc5\xc1\xd4\x71\xd0\xa0\xf5\x34\x79\x0c\xb6\x9a\x77\x1d\x11\x66\x8f\x86\x44\x19\xd7\x6e\x12\x47\xe5\xfc\x6e\x62\x38\x20\xf2\x8c\xd7\x03\xb5\x3a\x4c\xc1\xac\x49\x51\x2c\x23\x71\xa8\xa4\x97\x9f\x58\x41\x75\xe3\xa5\x85\xe9\xf5\x35\xea\x6a\x34\xb7\x41\x4b\xa6\x94\x83\x46\x99\xb7\x28\x8b\xa7\x15\x4b\xd8\x93\x7c\xed\xf5\x00\xc5\xfe\xac\x06\xa0\x60\x45\x37\x6d\x9d\xb0\x3a\x8c\xf4\x73\x21\x5d\x63\x32\x5f\xef\x25\x1f\x50\xf9\x4c\xf5\x30\xeb\x86\xa0\x7c\xf7\x8e\xba\x96\xde\xa0\x21\x2e\xee\x41\x91\xd6\x45\x1c\xb9\x4d\x1f\xb2\x19\x15\x8a\xe6\x6f\x46\xcb\xb5\x40\x10\x4c\x70\x32\x57\xe3\xe9\x5a\xe4\x6c\x98\xa8\xbb\xba\x8d\xb2\xb3\x66\x55\x37\x95\x44\x75\x00\x1f\x73\x37\xe7\xba\x17\x5e\xd5\xc1\x0a\xe2\x0b\x8d\xcb\xc9\x5c\x35\x89\x1b\xc4\x6b\xf6\x4e\x5d\xb7\xf9\xf7\xb5\x74\xea\x91\xb7\x68\x9b\x2d\x50\x4f\x6d\x1a\xe1\x41\xbe\x96\x77\xcb\x43\x08\x04\x32\x9c\xd0\xaf\x1d\xfc\x2c\xa6\xa0\x11\x19\x85\x7f\xc9\xc0\x07\x45\xbe\x2c\xc2\x90\x51\xf8\x5a\x27\x6a\xad\x16\x48\xac\x42\x5b\x5e\x0f\xe8\x51\x92\x2e\x11\x50\x74\xdf\x92\x3e\xe0\x88\xaf\xc2\x09\x35\xf0\xde\x6d\x95\xcb\xa9\x01\x7e\x63\xaf\x53\xd8\x40\x8d\xd5\x1f\x70\x3f\x35\x3f\xe8\xdf\x5f\x4d\x9a\x74\x0d\xa8\xad\x66\x1e\x11\x36\x1a\x0c\x2f\x10\x08\x74\xf3\x17\x5c\x7a\x7d\xc1\xa4\x45\x9d\x95\xa9\x21\xc0\x8b\x6a\x18\xa8\xe6\x0a\xf1\x21\xf0\xac\x80\x30\x1d\xc2\x02\x52\x68\x08\x24\xe0\xec\x4f\xe0\x9a\xf3\xb4\x71\xec\x38\x24\xb7\x69\x0f\x14\x3f\x20\x75\x64\x03\xf1\x80\x9b\x6a\x16\x11\xa9\x32\xe2\xb6\x81\xaa\xab\xc8\x2f\xc4\x85\x69\xe1\x21\x82\x1e\x45\xf1\x01\x27\x35\xba\x98\x6d\x58\x07\x33\xaa\x5f\x60\x3a\xcf\xab\x4b\xa8\x03\x22\xf9\x90\x00\x82\x17\x3f\x51\x8e\xb9\x4b\xdc\x8e\xd4\x45\xa1\x81\xa7\x2e\x8a\x61\x58\xa7\x2e\xbc\xfc\x09\x86\xb8\x98\x55\x48\x74\x89\x7b\xb1\xe0\xaa\xf5\x45\x45\x35\xe0\xb2\xed\xde\x84\x07\xd4\xb1\xed\xdd\xbf\xc3\x0a\x32\x1a\x12\xd4\x32\x6d\xc3\xc0\xcb\x1c\x75\x48\xa7\x06\x6a\xb7\x5d\xb3\xca\x9c\x84\x7f\x5f\x93\x70\x0f\x8c\xe3\x89\x19\x85\x4c\x4c\xbb\x07\x5c\x4e\xef\xb5\xcd\x6b\x52\x82\x99\xda\xae\x27\x89\x74\x03\xef\xfc\xc0\xfb\xb5\xbb\x47\xa4\x14\xf0\xf7\x28\xec\x2d\xa9\x10\x70\x36\xa3\x0f\xf5\x87\x04\x83\x49\x4b\x3f\x90\x41\x01\x0e\x58\x1d\xc6\xad\xa1\x30\xd3\xd0\x64\x40\xc5\x76\x68\x34\x5e\xa9\xa4\x53\x43\x35\x54\x14\xf2\x33\x38\x95\x8a\x80\xf0\x51\x97\x48\x12\xfc\x38\x58\xdd\x87\x5f\xc0\x35\x7f\xc1\xbf\x83\x71\x45\x0f\x00\xbe\x34\x84\x9f\xca\x2d\x6e\xca\x44\xad\xb2\x61\x90\x2b\x41\x16\x51\x40\x51\x35\x2f\x0e\x38\x56\xdd\x87\xd6\x98\xa5\xcc\x8a\x29\x17\xfe\xd6\xde\x35\xa5\x06\xa2\x18\xfe\x9d\x33\x70\x87\x15\x33\x70\x1b\x24\xd1\x35\x83\xe5\x9f\x35\x99\x32\x35\x21\x79\xcd\xdb\xe2\x08\x1e\x82\xbc\xd6\x9c\xb0\x61\x92\xc1\x6d\x9e\xee\x32\xa3\x43\xf1\xb3\x17\x2f\x85\x8f\x54\xa1\x9c\x1a\xe0\x02\x1d\x32\x1d\x03\x2f\x65\x92\x03\xa9\x06\x5e\xaa\x6d\xdd\x38\x40\x75\xb5\x35\x1e\x90\xcf\xb9\x49\x9b\x0a\x70\x79\x8e\xcd\xbf\x67\xb4\xfd\x7b\x45\x5b\x93\x64\xee\x66\xf5\xd6\x18\x38\xfa\x69\xe6\x0d\x0f\x67\x1f\xa2\x84\x41\x90\xfd\xfb\x5a\x79\x21\x7a\x2c\x2c\x79\x48\x5a\x10\xd2\xe0\xc2\x4e\xf3\xb6\xab\xcf\x9d\x17\x6a\xa9\xcf\x95\xaf\x60\xcc\xef\xd0\x88\xa4\x65\x86\x95\x9f\x50\xfc\xc5\x64\xf7\xf6\xac\x84\x9d\xbe\x19\x13\x28\x0e\x89\x0c\x69\x95\x01\xe9\x9e\xc3\x42\x8c\x87\x44\xaa\x11\x8d\xfc\xcf\x21\xf7\x4f\x40\xba\xe7\x8b\xa5\xf0\x2c\xb3\xcc\xdd\xb0\x4a\xb3\x98\xcd\x1d\x8c\x28\x9b\x9e\x90\xfe\x39\xbc\x74\x07\x2f\xa8\xf0\x26\x84\x2a\x29\x07\x79\x0d\x27\x63\x87\xde\xc6\x38\x9b\xac\x8b\xe4\x6b\x80\xe2\xa8\x92\x82\x35\xa0\xe8\xee\x66\x18\x91\xce\x30\x82\xdb\x03\x6d\xa1\xf5\x24\x44\x82\x10\xa5\x56\x94\xf2\x57\xc3\x49\x24\x09\x40\x64\x8f\x0e\x73\x05\x56\xe0\x35\x71\x5d\x6b\xdd\x04\xe0\x45\x47\xb2\xe5\xd1\xb5\xd0\xec\x07\x34\x72\xcc\xcb\xae\x45\x2d\x42\x13\xeb\xdb\x16\xb3\xc3\x9b\xe9\x6c\x96\x61\xc8\x36\x18\x32\x73\x02\x93\x37\x93\xb9\x39\x4e\x0b\x0f\x53\xc7\x4d\x6d\xc1\xec\xf9\x5e\x8b\xa7\xd5\xe6\x15\x04\xc5\xec\x84\xe7\x7f\xab\xb7\x2e\x6a\xd8\x6e\x26\x49\xe8\x7e\xc3\x8b\xb7\x74\x3f\xcf\xe3\x21\x10\xfe\x00\xbc\xe0\xd5\x41\x07\x81\xb9\x03\x2c\x8e\x79\xf6\x83\xc5\x90\x43\x26\xe0\x70\xc9\x30\x4b\x46\xba\x81\xee\x9c\xac\x01\xfe\xcb\x21\xbb\x28\x42\x31\x1c\xf1\x47\x6e\xb8\xc8\xc2\x30\xca\xa5\xa9\x91\x77\x13\x28\x55\xa6\xc6\x8d\x22\x44\x22\x34\x2e\xff\xa8\x44\x40\x64\xb6\x40\x76\x17\x98\x40\x72\x0f\x98\x40\xf2\xef\x48\xeb\xd5\xaa\xc5\x80\x2a\xc2\xfe\x3e\xe0\xac\x59\x77\x1b\xdb\x43\x9c\x28\x06\x9c\x43\x90\x4e\x18\x71\xb0\x65\x24\xff\x5e\x48\x59\x1e\x00\xd5\xe4\x8a\x3f\xd8\x61\xc2\x78\x00\x6c\x87\xe4\xdf\x4f\xe2\xc0\x3d\x5e\xdf\x5f\xb5\x69\x89\x63\xc0\x12\x24\xb7\x71\xbb\x94\x34\xe3\xc8\x5c\x50\x55\x8d\xa9\x11\x2a\xe3\x48\x7e\x81\x49\x1d\x92\x30\x31\xd2\x11\x2e\xc3\x2c\x46\x9e\x57\xf6\x17\x8d\x5d\x6a\xcc\x48\xff\xfd\xeb\x0b\xd0\x51\x72\xfb\xe0\x17\xee\x82\x50\x6b\x21\xe1\xcf\xac\xda\x2d\x31\x81\x70\xb2\xdb\xcc\x50\x92\x68\x8e\xb8\xf9\xe0\x05\x34\x74\xca\xd4\x8c\x68\x16\xc7\x89\x7e\x81\xce\x46\x2f\x65\x3a\x60\xc3\xfb\x05\xca\x10\xa9\x80\x11\x09\xa7\x49\x89\x56\x35\xe2\x30\x6f\x75\x1b\x2e\xd3\x6c\xa0\xa7\x52\xd9\x86\xd4\x83\xc8\xeb\xa0\x54\x4e\xa7\x46\x9e\xb5\xb1\xb3\x24\x32\xfa\xaf\xd4\x8e\x1a\x79\xf8\xc6\xce\x91\x38\xb5\xca\xd8\x5e\x5d\xf4\xef\xaf\xfa\xc2\x2c\xca\xee\xaa\x34\x71\x8d\x50\x22\x75\x8a\xba\x46\x5e\x31\x65\xcf\x44\xe4\x15\xe2\xaf\x11\xb1\x12\x52\x84\x23\x0b\xc7\x29\xdf\xa0\xc6\x42\x8f\xa5\xb4\xf3\xc8\x92\x3e\xd5\xb3\x98\x8a\x67\xb4\x7b\x22\x16\xce\x4a\x3c\x3f\x42\x13\xb5\x85\x10\xcb\x9a\xa5\x50\xcd\xa2\x3e\xe2\x8d\xb1\xf0\xbc\xa5\xb7\x45\xc1\xb6\x30\x55\x33\xd3\x55\xa1\xf1\x1a\x0b\xa7\xa1\x21\x2a\x09\x48\x78\xe2\x71\x9f\x6a\xc4\xc2\xcd\x3a\x8c\x38\x5e\x4a\x5e\x8d\xa8\x0a\x41\x26\x5f\x40\xa4\x1b\xb4\x1a\xe8\x55\x1a\xd7\x43\xf2\xe4\xaa\x44\x61\x44\x3c\x3f\x18\xe8\xc6\x8d\x25\x3d\x27\x36\x46\x4e\x04\x43\xe3\x62\xfa\x03\x1a\x67\xdd\x1f\x30\xf8\xe7\xb5\xc0\xc5\xe8\x43\x9a\x54\xe4\xa1\x5f\x85\xeb\x6b\xc4\xc5\xe8\xa3\xb8\x8d\xcc\x51\xcf\x12\xe1\xfb\xea\x5d\x80\x88\xbc\x02\xe2\x35\xc2\xb1\x3a\xbc\xb3\x99\xcb\x6a\x00\x70\x49\xa8\x6b\x91\xd4\x88\xeb\xa8\x74\x17\x5c\x8d\xa8\xad\x6b\x6f\x43\x1c\xcc\x9e\x35\xda\xa6\xf6\x98\x2c\x93\x22\xb5\x47\x53\x17\x8b\xe6\x98\x14\xa8\x4d\x9a\x01\xb2\x4e\x6e\xf7\xfb\x28\x61\xe1\x5d\x3a\x68\x95\xd7\xf2\x23\x21\x04\x0f\xe9\xf0\x1a\x22\x11\xd6\x91\x99\x08\x07\xa9\x55\xfe\xc8\xa3\xc5\x32\x9f\xe3\x4e\xa9\xde\xfd\x00\x75\xfe\x4c\x88\x53\x09\x2c\x9b\x25\xcc\xc1\x3b\x5e\xf4\xfb\x41\xa1\x27\x85\x28\x1e\xcc\xed\x15\xbe\x58\xee\xd6\x44\xc2\xfa\x34\x2f\xde\x89\x73\xbd\xc3\x4b\x74\x30\xc0\xab\x29\xe1\x4a\xaa\x61\xa2\x42\x71\xbd\x61\x56\xba\xa2\xd6\x26\x53\xf8\x0e\x87\xdc\x16\x91\x2a\xa0\x97\x1c\x07\x81\x87\x57\x88\x2a\xa0\xcc\xfb\x48\x15\xb0\xb9\x3f\x48\x87\xe6\xfe\x40\xc4\xd2\x49\x23\x22\xd8\xe9\xd5\xff\xcd\x19\x6a\x06\xc8\x67\x1d\xde\x89\x4b\x27\xd4\x07\x70\x4d\x0e\x13\x39\x2f\x65\x30\xff\x41\x65\x5c\xdb\x17\xf1\x22\xc9\x09\xe0\xa5\x53\x7a\x55\x51\xbd\xa6\x5a\x51\x8a\xa8\xe7\x37\xcc\x4d\x70\xc0\x68\x98\xe8\x70\xbe\x48\x87\x17\x6a\xbc\xd6\x4e\xf6\x83\x03\xfb\xc8\x53\x20\x0e\x44\x06\x17\x70\x60\xd6\xc0\x2b\x18\x9a\xdb\x2c\xe5\xe6\xf6\xa2\x02\x41\x88\xe2\xb8\xd9\x9a\xcd\x8d\x4a\x15\x56\x2c\x70\x73\xe7\x78\x75\x08\x9c\x5a\xc0\xc2\x0f\x39\xfc\x3d\xe3\xe5\xd5\xba\x1d\xe2\xe5\xf6\x24\xc5\x87\xca\x99\x8c\xb2\x88\xe3\x41\xc3\x02\x97\xf1\x73\xe3\x0c\x85\x74\x37\x79\xe9\xe3\x8a\x8e\x7b\xdd\x57\x76\xab\x91\x82\x62\x33\xc9\xbc\x85\xea\xa6\x08\x35\x41\x83\xd4\x3d\xed\x35\x6d\xa4\xec\xa1\xf6\x62\xc0\x7e\x40\x49\x25\x71\x99\x36\x26\x47\xb8\x47\x90\xb2\xf4\xcb\xc4\x6a\x33\xd5\x6d\x46\xae\xab\x3b\xa0\xa6\x23\x95\x39\x51\x03\x15\x9a\xd2\x46\xeb\x5a\xbb\x23\x2d\x47\xa4\xb6\x43\x0a\x38\x4e\xa0\xfd\x9a\x18\x91\x57\x39\xa7\x9a\x96\x27\x52\x2c\x2f\xad\x13\x45\xd5\x6f\xc0\x0e\x6c\x1e\x03\x9e\xf3\xa0\xd5\x4f\x3c\x32\x24\xb5\x22\x45\x6e\x61\xb7\x3b\x3c\x95\xc2\x64\x1c\x84\x41\x43\x2e\xbf\xa1\x28\x3e\x41\xc5\xdb\x86\x5f\xa0\x24\x4a\x7e\xe1\x81\xbb\x4a\x98\x4a\x54\x23\xc4\x6a\x53\xe2\xae\xd3\x26\x4b\xcb\x4f\x28\x85\x2a\xf1\x56\x04\x7b\xa2\x13\xca\xb5\x6c\x4a\xb9\xae\x69\x2a\x71\xad\x79\x1e\xf0\x03\x9a\xd7\x25\x24\x68\x36\xb7\x97\x1f\xd0\x98\xca\x54\x03\xdc\x43\x5e\x40\x44\x3d\x18\x08\x7f\x6a\xc8\xcc\x9d\x67\x5c\x65\x3a\x75\xe4\xd8\x4a\x2c\xce\xfb\xb3\x64\x84\x04\x2f\x9f\x4e\x1c\xd4\x94\xe9\x12\x36\x11\x67\x6e\x54\x41\x8c\x92\x2d\xca\xc7\xa9\x89\x17\x27\xa8\x4e\x55\x4d\x85\x87\x1e\xe4\xe7\x4a\x4b\x3f\x4b\xfe\x04\x9e\xc2\x57\xbb\x4d\x2c\x66\xb7\x3b\x3f\x70\x0f\x94\xa9\xe2\x16\x89\x09\x9e\x0e\x17\x25\x28\x68\xca\x00\xad\xa9\xd2\x10\x6a\x7e\x40\x6e\x20\x0e\x97\x6a\x83\x20\xd4\x3c\x11\xc6\xd6\x75\x56\x35\xa1\xac\xe2\x30\x81\xc1\x1d\x38\x5e\xbf\x33\x39\xc0\x6b\x5b\x17\x05\x0a\x53\x28\xbc\xa8\x1a\x86\x35\x35\x1a\x15\xf2\x03\xa4\x86\xca\x31\xe2\x89\xa9\x51\x12\x9a\x44\x1b\xad\xfc\xe1\x37\x20\x0a\x4d\x1c\xad\x81\xad\xbb\xc7\x85\x39\x41\x89\x5b\xd8\xa3\x59\xd6\xd4\xe8\x92\xee\x47\xa9\x69\xdd\x20\x6a\x7e\xd1\xc8\x2f\xbc\x2b\x96\xc3\x4f\xca\x72\x42\x69\x46\xcb\x9e\xd4\xe9\xab\x30\x66\x3a\x43\x46\x1a\xa3\xaf\x69\x69\x0c\x5e\xe4\x6e\x0f\x7d\x62\xa5\xc5\xec\x2e\x89\x7b\x7f\xb0\x76\xbf\x16\x03\x17\x24\xd8\x83\x97\x3a\xf7\x9d\x7f\x07\xd1\x9a\x04\x07\x43\xb4\xde\x77\xac\xb0\xec\xb5\xe2\xa5\x5d\x96\xa0\x89\x27\xc0\x1d\xaf\x49\xd4\x03\x25\x6e\xd2\x60\x69\x24\xcd\x72\xe9\x7d\xde\x49\x83\x1b\xd5\xb3\x42\xb5\xc4\x6c\x4e\xcc\x8a\xcb\xf6\xf1\xa7\x41\xa8\x85\x16\x04\xbf\x87\x0c\x9d\xc4\x2b\x4b\x65\x2a\x25\x04\xc3\x87\x39\x01\x2e\x5c\x18\x66\x04\x3c\x24\xe5\xf0\x4e\x42\x2c\xbc\x7a\x0e\xbc\x09\xcc\xfe\x87\x84\x3c\x4b\x9b\x94\x09\x85\x6a\xec\x22\x49\xf0\x41\xc6\x57\x07\x73\x8e\x3a\x65\x53\x13\x5d\x90\xaf\xef\x41\x5e\x2f\x08\xb9\x47\xbc\xd5\xe9\x72\x94\x3d\x90\x98\x44\x69\x91\x8a\x48\xf8\x30\xf1\xa1\xf6\x73\x33\x92\x0f\xca\x6c\x43\x74\xdc\x53\xdf\x95\x02\x9d\xce\x0d\x6d\xcd\x80\xc5\x11\x1d\x89\x49\x67\x9a\x56\xb4\x89\x73\xaa\xa3\x65\xb3\xa8\x3a\x49\x08\xd9\x2f\x54\xbc\xa0\x29\x30\x87\xd2\x91\x89\x34\xf5\xcf\xa2\x03\xb8\x35\x2d\x7d\x52\x2a\x74\x9a\xfa\x64\xd2\x51\xa4\x9a\xa6\x3e\x99\x36\xd3\xde\x45\x13\xd8\x3c\x78\x2a\x94\x45\x87\x59\x6b\xba\x28\xa2\xa5\xe5\xa7\x0b\x09\x02\xd2\xc1\xd3\xd4\xff\x92\x63\x17\x89\xc5\x0d\xa5\x4c\xa5\x8b\xba\x8f\x15\x8d\x9b\x5a\x81\x57\x0e\x0a\x5f\x30\x23\xb9\x13\x40\x10\xda\x6e\x26\x78\x79\x0f\xdf\x9c\xb5\x3b\xc0\x9e\xcd\xdb\x4f\x4e\xa7\xd6\x84\x7c\xca\xf4\x62\x01\x37\x4f\x45\x6a\xfc\x87\xe2\xdb\x5b\xfa\x59\x38\x10\x92\x1e\x56\xe6\x74\x1b\xf1\x7f\x6f\xb7\x87\xeb\xe6\x76\x83\xaf\xcd\xcc\xf4\x21\xd2\x3e\x33\xc8\x1b\x3e\x08\x6e\x53\x1d\xe8\x7e\xc0\x1d\x2e\xf2\xcf\x38\xac\xed\x7c\x97\xbc\x3d\xe8\xe1\x33\x89\x1c\xc8\x86\x24\xa6\x32\xfc\x7b\xc3\xa6\x44\x0e\x40\x73\xf0\x0b\x79\x8a\x46\xa9\xd9\x39\x70\x12\x43\xed\x86\xf7\xab\xda\x9d\x1d\xfa\x01\xf4\xc1\xee\x36\xe5\xbb\x78\x6b\x46\xe9\x99\xa1\x0b\x0a\x6a\x5e\xc7\x79\xc4\xd9\x32\xd2\x11\x87\x6e\x28\xa8\x39\x52\x73\x12\xa3\xca\x91\x98\xf2\x17\x1d\x6d\x77\x49\xde\x38\xfc\x60\x11\x87\xe6\x81\xea\xd5\x2a\x67\x50\xf3\x54\xe7\x92\x2e\x0f\xa9\x99\x09\x88\x2a\x55\x52\x33\xcf\xef\x38\x7e\x92\x13\xf6\xad\x98\x63\xe6\x81\xef\xfc\x7a\x40\x20\x35\x04\x82\xbc\x4e\xad\xcb\x74\xc8\x65\xaf\x77\x5a\x15\x00\xd5\x66\x6e\x92\x17\x07\x0e\x37\x15\xe9\xa9\x99\x07\xb8\x1d\x60\xc9\x19\xcc\xc8\x43\x64\x7a\xd8\xe5\x1e\xc9\xa8\x77\x67\xe3\x3a\x33\x5f\x30\x1b\x93\x85\x54\xae\x70\x43\x2e\x14\xa6\xdd\x0f\x70\x97\xe8\xe6\x36\x63\xd7\x92\x95\xb9\x30\x8d\x45\x3c\x33\x2f\x67\x56\xf1\x83\x8b\x79\x03\x42\x55\x59\x33\x55\xa7\x95\x41\x78\x61\xbf\x92\x8b\x4a\xbb\xce\x75\xc1\xa9\x99\x54\x12\xa6\xa0\xa8\x70\x23\x44\x7f\x40\x3d\xc3\x84\xc9\x62\x35\x56\x55\x32\xdd\x57\xaa\x14\x53\x73\x23\x1d\x2a\x16\x94\x1b\x56\x34\xfa\x05\x9c\x96\x15\xaf\xcf\x6d\x85\xa7\x04\xd4\xd4\x86\x5a\x33\x76\xdb\x42\x8d\x5f\x58\x98\x50\x17\x38\x5b\xed\xb4\xbb\xdc\x29\x0d\x8a\x1f\x34\x7e\xa1\x3e\x3b\x68\x3f\xfa\x85\xb5\xe6\xc2\x04\x3d\x52\xd9\x7b\x76\x04\x76\xa1\x99\xb3\x8a\x5d\xf3\x17\x60\x0a\xe2\xde\x79\xea\x26\x65\x33\x53\x40\x59\xe6\xf4\xfa\x9e\x74\x28\xb3\x31\x0f\x64\x8d\x56\x77\xc8\x9a\xa3\x82\x99\x57\x37\x39\xbf\x37\x53\xd3\xb0\x77\x32\xef\x5c\x5f\x49\x98\x8c\x78\x66\xf0\x5a\xec\x84\x49\x93\x5a\xaa\x85\x3c\x0e\x79\xa7\x98\xf4\xfa\xee\x10\x18\xb2\x5c\x33\x3c\x57\x0e\xa1\x66\x9e\xd0\xc8\x26\x21\x1c\xb7\x56\x81\xdd\x9a\x77\xca\x55\xc1\x78\xa0\x50\xa3\xf1\x8a\xac\xbb\x66\x06\xc0\xd3\xd8\x39\xfe\x28\x4b\x2e\x1f\x2c\xf0\x23\xf0\xa6\xe6\x51\x36\xd9\x24\xf9\x80\x63\x4d\x16\x6a\xe6\xcd\xeb\xba\x1f\xab\x66\xdc\x38\x6a\xf1\x92\x4f\x08\x71\x19\x20\x79\x5d\x2a\x21\xf5\x2f\x9f\x40\x61\xf2\x07\xd8\x42\x32\x93\xf2\x49\xa3\xb8\xba\x87\x9d\x42\x53\x18\x40\xa1\xe5\xe6\x3d\x75\x22\x1f\x4d\xa6\x7e\x5e\x35\xef\x4c\x59\xd7\x5a\x67\xcd\x92\x9a\x86\x14\xb6\x4c\x57\x95\x87\xa4\xab\xca\x96\x7c\xbe\x16\xfd\xbb\x4b\xd0\xbf\x2c\xb3\x3c\x55\x91\xb2\xc9\x2e\xcf\x77\x04\xcb\xd3\xfb\x54\x2c\x2c\x33\x59\xa7\xa6\x99\x0d\xdf\x34\xe5\x86\x7b\x20\x69\x09\x4f\x37\xf1\x24\x90\xe0\x8a\xb2\xdd\x95\x6f\x32\x76\xf3\x89\x1b\x62\x59\x2a\x60\x7e\xb8\x23\xfd\xc5\x13\xd0\xa3\xb0\xf2\x00\x2b\xe6\x02\x0f\x64\x8d\x69\xe3\x21\x57\x30\xa2\xa9\x6b\x48\x25\xcc\x0f\x2d\x1e\xeb\x16\x0f\xb0\x62\x2c\x3c\xe4\x44\xa6\x96\xe7\x9a\x2f\x58\xbc\xc1\x17\xe5\x3c\xd7\xfc\x70\xcb\x4a\x18\x95\x0d\x8a\xae\x74\x91\xb2\xc2\x9b\xf2\xb3\x16\xde\xea\xa4\x7a\x23\xb5\x6c\xa0\x37\x89\x96\xb2\xad\x2e\xf5\x60\x79\x82\xa4\x1b\x97\xb0\xd6\xc6\x0f\x18\x59\x19\xfe\x04\xab\x2f\x09\x58\x78\x15\x86\x63\xdf\x85\x57\x61\xe8\x2e\x94\x5a\x02\xf6\x51\x71\x1b\x13\x7f\x0d\x71\x73\xcc\xa6\x07\x14\x4e\x62\x7f\x65\x2a\x2c\xcd\x27\x03\x4a\x04\x45\x49\x36\x95\x88\xd5\x92\xb8\x2b\x2c\x27\x6c\xbb\xbb\x44\xca\x09\x69\xc3\x25\x62\x75\x0c\x63\xc4\xde\x97\x70\x2b\x91\x4e\x75\xf7\x78\x13\x24\x3f\xc0\xa1\x6f\x4f\x22\xad\xc5\x50\x0f\xf4\x46\xa9\xf8\x51\x2d\xd4\x4e\xc4\xcc\x4a\x02\x51\x8b\x85\x97\x04\xc4\x8a\xe8\x0b\x7d\x53\xd2\xf3\x0a\x6f\x5a\xb7\x23\xa9\xe0\x74\xb1\x5d\x05\x05\xa5\x82\xeb\xab\xc3\x07\xa1\x67\xcd\x91\x57\x74\xda\xc7\x52\xf2\x5a\xec\xa1\x07\xd0\xa8\xb4\x4b\x4a\x5e\x44\x2d\x18\x32\x61\xd4\xc2\xf0\xc0\x85\x53\xaa\x4a\xc6\xda\x8a\xdb\x94\x4c\xfe\xe4\x21\x61\x18\x79\x65\x57\x70\x50\xfa\x72\x41\x70\xd0\x5a\x46\x59\xce\x27\xe9\xaa\xa5\x10\x68\x45\x27\x4a\x01\x91\x8b\x81\x95\x42\x3c\x6b\x65\x70\x6d\xa7\xca\x8d\xd5\x52\x38\x07\xb7\xa1\xba\x8a\xbd\x95\x82\x29\x34\xf7\x0f\x15\xaf\xfa\x77\x8a\x7b\xe9\x67\xa5\x2e\xe6\x22\x98\x71\x94\xb8\xc4\xfa\x13\x29\x54\xa8\x57\x99\x32\x71\x88\x58\xd7\x93\xd4\x52\xd7\x1a\xb8\xf7\x83\x08\x10\x4e\xe1\xa7\xf2\xb9\x9a\x82\x53\xc0\xd5\x84\xd7\xc0\xdb\xbc\x06\x53\xcb\x8a\xb6\x8f\x4b\x43\x3c\xcc\x84\xd6\x50\x5f\x40\xbc\xb1\x34\x20\x4c\x8e\xb6\xc2\x1b\xb3\x9a\xc9\x64\xc5\x08\xa5\x7f\x96\x4e\xf3\x56\xba\x7c\xe9\x6b\xd1\x04\x63\x5f\x2c\x5f\x58\x45\x09\x1b\x73\xc7\xd2\x79\x89\x82\xd0\x82\xd3\x13\x96\x8c\xa5\x2f\x20\x34\x8b\xce\xc3\xd2\x1e\x12\xba\x83\x3b\x98\x4a\x59\x52\x4d\x83\x5a\x10\x25\xb4\xaa\x59\x06\x15\x73\xa9\x75\x65\xd0\xbc\x88\xfe\x02\x35\x6f\xbc\x9f\x78\x38\x42\x45\x40\x6b\xc1\x7d\x9a\x8e\x70\x94\x01\xa6\x62\x2e\x84\x2c\x33\x5d\x55\x5f\xcb\x3a\x2c\xe1\x0d\x39\x20\xb6\xdc\xc1\xbe\x76\x87\x1f\x30\x00\xac\x1e\x97\xd2\x26\x23\xba\xec\xbc\xb0\x59\x43\xd0\x1f\x24\x2b\xab\x2c\xa5\x4d\x16\x4d\x61\xd1\x9c\xf8\x7a\x40\xa0\xdd\x23\x6c\x09\x2f\x0c\x1c\x3c\x8e\x62\x97\xa5\xa3\x0d\x0f\x49\xce\x28\x98\x0f\x5e\xb9\xe7\x36\x19\xa3\x59\xe9\x0a\x50\x4a\x74\x96\x83\x66\x80\x34\x8a\xc2\x4a\xc5\xb6\x2d\xca\x01\xde\x29\x2d\xa7\x20\x6f\xad\x35\x6f\x41\xc4\x34\xad\xdd\x16\x86\x2c\x37\x8f\xc9\xf3\x7e\x9a\xe5\x41\xfe\x6e\x11\xc3\x1b\xc4\x9a\xc9\xe1\x84\xc6\x60\x46\xc5\xbc\xb6\xea\xd5\x3c\x21\x94\xbc\x91\xe9\x66\x32\xe3\xc2\x51\x5d\x07\x25\x0b\xbd\x4c\x5e\xfc\x93\x86\x7d\xf2\x08\x83\x20\xf8\x0b\xb8\xc6\xcc\xae\x4f\x08\x29\x33\xa2\x73\x4d\xc2\x43\xe2\x60\x95\x34\xda\x72\x91\x53\xbd\x1e\x80\x35\x78\xe3\x5e\xdc\xa7\xc6\x3c\xef\x8e\xaf\x5e\x7e\x68\x83\x56\xd5\xca\xc5\x4d\x60\x9d\xe3\x82\xd2\x6f\x92\xbd\x40\x4f\xde\x24\xbc\xd5\x53\xe7\xdb\x6b\x41\x26\x9c\x15\xa7\x32\xd5\xc5\x90\x6c\x15\x96\x1b\x97\x95\x78\x9a\xd0\x0e\x9d\x72\x55\x50\xc6\xd0\xaa\x59\xc1\x09\x89\x68\x34\x21\x0d\xae\x19\x22\x1c\xf5\x7d\x09\x56\x68\x8f\xc1\x7b\x06\xca\xa2\xaf\xff\xaa\x85\xca\xa2\xe7\xfc\xac\xa5\x17\x04\x0f\x57\xca\x20\xa1\xee\x4e\xb2\x9e\xf5\x00\x09\x56\xa2\x10\x99\x6c\x2a\x9b\x56\xeb\x06\xf3\x5b\x3c\xb6\xa2\x30\x8e\x1d\xbd\x75\x03\x71\xbd\xda\x6b\xa1\xb2\x1e\xa0\xb6\xa3\x14\xb9\xba\x31\x6e\xf0\x23\x19\x54\x59\x33\x47\x55\xd8\x6a\xdd\x06\xc0\x71\xef\x50\x97\x86\xc1\xa3\x77\xbe\xa9\x4d\x09\x20\x76\x5e\x71\xe7\x85\xea\x30\xd4\x8a\x1a\x39\x9b\x3b\x44\x0d\x1c\x1b\xc0\x35\x40\x26\xbd\x7e\x87\x6b\x4f\x7c\xab\xe2\x86\x0b\x17\xda\xae\x95\x4a\xa5\x07\xe4\x45\xf1\xb6\xd2\xeb\xff\xc7\xd8\x95\x9c\x4d\x8c\xea\xc0\x54\x26\x84\x36\x9b\xe0\x32\xb9\x78\xcd\x3f\x84\xf7\xb9\x4a\x53\xe5\x77\xfb\x8f\xee\xb6\x41\x80\x10\x85\x56\x94\x02\xfd\xf9\xce\x3c\x36\xc2\x21\x8d\xb1\xb0\x5a\x9a\xc6\x50\x78\x49\xd7\xf5\x6d\xa4\x1f\x9b\x76\xf0\x60\x8a\x66\x5f\xe3\x47\x41\x06\x99\x70\x13\x1d\xa9\xb3\x45\x54\x49\xaa\xdd\x67\x20\x45\x9f\x46\x91\xb5\x43\xdd\xe5\xe2\x07\xfe\x81\xc7\x5c\x75\x17\x8c\xa6\x98\xa6\xe1\x24\x33\x9a\xca\x0b\x6b\xa3\xa9\x2f\x84\x60\xa6\x01\xf3\xe0\xb5\xae\xbc\x32\x4e\xff\xb0\xfd\xfb\xcf\x74\x00\xc7\xa8\x4c\xf6\x33\xfd\x03\x24\x9b\x4e\xf7\x51\x83\x54\xfb\x87\x1c\x86\xa8\xae\x74\xbf\x92\xf4\x1c\x2f\x76\x0d\xa5\x3d\x1f\x03\x05\x4e\xd7\x87\x86\xf7\x24\xdc\x24\xfa\x06\x83\x89\x8d\xd2\x46\x7b\xf7\xe4\xe6\x51\x43\x53\x57\x74\x2d\x19\xf0\x8c\xb3\x7d\x68\xbc\x58\xb7\x6f\xda\xd3\xa3\xf1\x48\x11\x2c\x1c\x8d\x6b\x25\x65\xc2\x68\x0c\x32\x97\xdc\x18\x2f\xd8\xed\x9b\x59\x90\x76\x5a\xdf\x63\x07\xb4\x83\x76\x5a\x1c\x2d\x97\xc6\x44\xf0\xa6\xd3\xdc\x07\x86\xa9\x33\x64\xf4\xe4\x41\x0d\x93\xf0\xd7\xfb\xa0\x23\xb0\xc5\xfb\x86\x86\x54\x5f\x12\x47\xc7\xce\xf5\xc4\x76\x6a\x10\xcc\xa3\x80\xb7\x9b\x59\x12\xf0\xd6\xda\xc5\xd1\x49\x92\x7a\x60\xe2\x1c\xab\xd4\x06\x03\x8e\xed\x7a\x39\x5e\xb8\xdb\x6d\xb4\x1a\x2c\x8f\x61\xcb\xc2\x18\x9c\x7b\xf1\xcf\xe0\xe6\xf6\xff\x03\x59\x2f\xdc\x00\xbc\xd6\x2c\x1c\x99\x16\x3b\xbc\x75\x07\xed\x6c\x66\x38\x7a\xce\x79\xda\xe0\x39\xe7\x88\xe4\xf1\x42\xe2\xbe\x79\xa5\x02\x5e\xb6\x66\xc7\x84\xc4\xa2\x30\x3a\x07\xed\x06\x90\xc6\x4f\x87\xf7\x08\x72\xf8\xe6\x2f\x50\x18\x5f\x97\xaf\x41\xc7\x3a\x25\xb4\x1b\x23\x4e\x7e\xa1\x69\x8b\x3c\xad\xdd\xc4\xc3\x37\x34\x4c\xb8\xd2\x7d\x34\x29\x83\x35\xf2\x84\x72\xc6\xac\x18\x96\x86\x31\x31\xd1\x26\x0a\xaa\x4b\x65\x40\x19\x03\x9a\xcb\xcd\x4b\x39\xc1\xd1\x9f\x0e\x09\x48\x75\x16\x8f\x09\xe6\xf0\x34\x2c\x52\xe4\xa5\x42\xcc\xb1\x15\x2f\x63\x11\xdc\x75\xff\x80\xc3\xfa\x6f\x71\xab\x03\x9e\x77\xd6\xf7\x8d\x45\x7a\x35\xde\x45\xe6\x16\xfd\x0b\xbc\x2c\x14\x37\x98\x63\xdb\x57\xa3\xb1\xe3\x58\xb5\xb0\xdc\xe9\xef\xee\x67\x68\x4c\xec\x9b\x3a\x50\x6f\xce\x8a\xd8\xc1\xac\x32\x3e\x77\x19\x61\xa1\x24\x81\x63\x20\x89\x8c\x2f\xd9\x83\x91\xc1\xca\x2a\x38\xc6\x81\x70\x4b\x4b\xb6\xd4\x51\x9a\x57\x61\x10\x35\xfa\x1d\x07\x79\x4f\xd7\xab\x71\x60\x16\x4c\xd3\x81\x55\xd3\xcd\x66\x1c\x3c\x12\x7c\x3a\x43\x71\xa9\xe4\x9c\x63\xc0\x62\xba\x7d\x1a\x7c\x40\x92\xd8\xe4\x24\x2c\xb4\x58\x02\xd6\xdd\x84\xa0\x06\xa0\xec\xe6\xed\x84\x94\x93\xd5\x1e\x03\x83\xc1\xbe\x1e\x34\xb0\xac\x8b\x70\x8e\x71\x92\x66\x3f\x73\x37\x78\x50\x34\xa1\x1a\xe2\x8f\x33\x6b\x62\xeb\x93\xab\xf1\x0d\x75\xfa\x62\xd3\xbe\xf9\x0b\xb8\xc8\x59\xc7\x37\xa0\x97\xdc\x3e\xef\xe7\x3c\x69\x5e\x2e\xe4\x6d\xfd\x3c\x43\xfd\x6c\x10\x72\x25\x3b\x89\xbf\x6e\x88\x91\xcf\x33\x28\x10\x5a\x1e\x4c\xa0\xed\x00\xb0\x01\x93\xa9\xbd\x9e\x06\x33\x46\x1a\xd2\x0f\x3a\xd5\xd9\xed\x78\xb0\xde\x87\x11\xf8\x78\xd0\xa7\x21\x03\xcd\xa4\x9f\xff\x2b\x60\x8c\x68\xa2\xd7\x9c\xd4\x71\xe3\xe9\xf8\x5e\x83\x7c\x02\xcf\x22\x11\x05\xda\xac\xbc\x18\x0f\xd1\xb2\xdb\x43\x9a\x02\x9f\x82\x2f\x94\x9d\x0e\xba\x1b\x88\xe8\xa8\x9f\xf6\xa1\xa1\xf6\x41\x0c\xb5\xe6\x47\x20\xa0\x9e\x9b\x1d\xb1\x83\xb5\xeb\x75\x90\xc7\x2f\x37\xd0\xd2\x0f\xf5\xdf\x7f\x9a\x63\xd7\xe3\xd7\x39\x65\xfe\x82\xf0\xa3\xfa\x0d\x04\xa1\x48\x16\x07\x63\x7b\x87\x3f\x38\x70\x39\x34\x09\x17\x52\x4b\x4d\x3d\x03\x31\x4d\x3f\xe3\x48\x14\x62\x8a\x8d\x42\xce\x1d\x6c\x2c\xb5\x23\xb9\x12\x5b\x56\x7a\xd0\x33\x5c\x6e\x3f\x2d\x90\x71\x86\x9e\x03\x69\x2e\x45\x21\x03\x7f\xc3\x24\x6e\x20\x79\xf9\x99\xfb\xa7\xfa\x07\x64\xaa\xdd\xdc\x03\xf6\x7c\x35\x05\x88\xfb\x75\x03\x8c\xe2\xf0\x0d\x24\x4a\x22\x0d\x8d\xa1\x50\xff\xd1\xfc\x09\x8c\x6f\x1e\xe4\x8b\x4d\xeb\x67\x16\x5e\x68\x5a\x7d\xe2\x45\x61\x72\x6b\x7f\x9f\xee\x53\x7a\x06\x89\xda\xe0\x91\xf9\x19\x45\x72\xcd\x59\xd5\x98\x5e\xdc\x59\x8d\xb7\x22\x0d\xc0\x12\xbe\x01\x15\xeb\xf6\x79\x06\xaf\xb7\x3f\x5d\x82\x02\xfa\x57\x1b\x83\x03\x98\xd5\xf1\x7d\xc1\x5c\x8d\xda\x68\x51\x73\xa7\xfa\x03\xb0\x89\xe7\x8b\x10\x55\x7a\xb6\x68\xbc\xd8\x6a\x2b\x04\x43\x80\x7d\xe3\x88\x46\xfa\x35\x03\x99\xf1\x46\x9b\x39\x5a\xca\x55\x7f\x01\xb5\x98\x44\x7d\x24\xe4\xdc\xdc\x04\x0f\xac\xe1\x26\x10\xee\xe9\x59\x6f\x08\x63\xf7\xff\xd4\xc8\x4a\xc6\x05\x32\xde\x4c\x8f\xa2\x57\x14\x43\xf3\xfb\xbc\x89\xea\xba\x10\x3d\x57\xc5\x5f\x0c\xaa\x98\x34\x31\x1d\x52\x51\x20\x22\x3a\xb2\x53\x7c\x3e\x48\x9a\x35\x08\x62\x54\x73\x56\x67\xc2\x18\xfd\x3f\x20\x23\x85\x93\x02\xc6\x6b\x07\xb9\x07\x22\x89\x9d\x2f\x26\x58\x9f\xed\xf3\x3f\x7c\xee\x75\xc1\x8f\x81\x93\xa3\xfb\xfd\xdc\x6d\xfe\x01\x06\x27\xe9\xc5\x63\x20\xb2\xc7\xaa\xf5\x40\xbd\x36\xd5\x25\x18\x41\x00\xaa\x03\x32\x62\x83\xf7\x83\x9f\xa1\x88\x11\x08\x88\xe0\x7d\x5f\xb3\x1c\x9c\x65\x4b\x41\x38\x0e\xda\xf1\x2b\x58\xa1\xd9\x5a\xdf\x80\x16\x57\xf5\x11\x47\xd0\x12\xae\xd2\xbd\x23\x02\x28\x41\x46\x94\x40\xd2\x1c\x9b\x12\xe3\x85\xa3\xd5\x46\xec\x98\x89\x12\xd4\x62\x56\x86\xf1\x2c\x4c\x9e\xd0\x02\xfe\x31\x71\xf6\x58\x8a\x31\x4f\xb9\xbb\x20\xfe\xb4\xd8\x9b\x07\x9e\x45\xe2\x24\x89\x6e\x2f\xb7\x9c\x5f\x48\x90\x20\x12\x90\x3c\xd1\xf6\xac\x58\x4c\x44\xe8\x2d\x95\x00\x55\x37\xaa\xc8\x0a\xcc\xcb\x6f\x30\x8d\xbe\xfa\x60\x3e\x45\x5f\xda\x02\x7a\x60\x9f\xb0\xb1\xf2\xd4\x17\x99\x8b\x97\x03\x2f\x0e\xcc\xf7\x1f\x59\xbb\x12\x89\xb8\x0f\xa8\x27\xbd\x16\x48\xb8\x58\x04\xf1\x02\xf9\x15\xad\x94\x8d\x1d\xa2\x45\x40\x39\xe0\x27\xf8\x59\xdb\x9d\x1a\x54\xef\x98\x1d\x92\xc5\xb2\x7a\xe7\xcc\x6b\x0c\xc8\x7d\xe8\x38\xcd\x60\xc6\x1b\xeb\xdf\xe3\xc8\x89\x54\x17\x07\x95\x60\x82\x74\x71\xe0\x32\xe2\x4d\x7b\x00\x34\x5a\xb0\x1c\x94\x0b\xde\xf6\x59\x48\xd9\x1f\x40\x5a\xfb\x7c\x20\xee\x1d\xee\x11\x34\x7b\x6d\x5f\xdc\x3b\x9b\xf7\x4c\xea\x70\x2d\x5f\x59\x36\x59\xf8\x2e\xe0\x19\xe8\x14\x35\xc1\x24\x37\x61\xc1\x73\xd2\x21\x45\x97\xe5\x38\x81\xcd\x7f\x6e\x91\x12\xdb\x7b\x00\x4a\xdc\xed\xf3\x01\x35\x69\x5e\xa9\x33\x79\xe1\x6f\x67\xd0\x89\x8c\xb0\x61\x0a\x21\xf8\x3e\xcf\x10\x2b\x96\xb5\xf0\x2b\xb4\xf2\x35\xe0\x57\xd8\x2d\x18\xaf\xe4\x76\xcd\x21\xfc\x0a\x7d\xc5\x0c\x80\x6a\x87\x0c\x07\xd4\xbb\xed\x73\xa0\x5c\x13\xee\x9a\xfe\x60\xf1\x05\xcd\x19\x1d\x11\x87\x9f\x79\xf1\x95\x06\x22\x98\xb8\xdd\x2e\x50\x71\xe1\xd6\x66\x04\x78\x71\x90\x9a\x64\xc6\x4a\x7f\x80\xc4\x0d\x05\x83\xb7\xec\x0d\xce\xb2\x18\xb9\x73\x87\x6a\x94\xf0\x17\x70\x5e\x86\x20\x0c\x37\xc0\xbb\x21\x57\x3c\x8d\x37\x29\xd0\x18\xe0\x3e\xb0\x79\x4c\xa9\x11\xb6\x30\x7d\x36\xa8\xab\xd4\x00\x63\x59\x7c\x2f\x0e\x54\xba\xf9\x9c\x9a\x0f\x8b\x10\xfb\xff\x2c\x3f\xa5\x67\x0e\xc1\xbc\xfb\xd0\xeb\xc2\x27\xca\x93\x13\xaf\x69\x7b\x81\x79\x58\xb9\x1f\x0f\xe3\x25\xdc\x05\x9c\x24\x9c\x25\x21\x1e\xe8\x64\x2d\x95\xe0\x60\xe0\x8b\xe8\x04\xf2\x6e\xb6\xa4\xce\x1f\x6e\xcb\x1a\xd4\x44\xe9\x9b\xa2\x1e\x27\x94\xd0\xa5\xbb\x81\x0e\xa5\xde\x7f\x0b\x3d\x19\x88\xa2\xcc\xd1\x63\x6e\xe4\x3e\x35\x48\x98\xec\xcb\xc2\x84\x9a\xd7\x5e\xaf\x13\x99\x1f\x95\xfb\x76\xcc\x8d\xdb\x4b\xb7\xe9\xc9\x5c\xe7\xbe\x8f\x4f\x14\xe2\x1b\xce\x4e\x31\x09\x84\xa7\xfb\xa4\x61\x47\x6b\x37\xa1\xf7\xb5\x03\xf2\xa4\x77\xa4\xa4\xf9\x64\x70\xb2\x6f\xf4\x93\xb5\x6e\x9a\xa9\x2e\x60\xaf\xe9\x67\xc4\xf0\x68\x25\x26\x9c\x0b\xb6\xe9\x16\x09\xd2\x8a\x49\x20\xe0\xf1\xcc\x15\xde\x3c\xb5\xed\x66\xc5\x16\xf0\xb8\x2b\x25\x95\xd0\xe9\x44\xf8\xb2\xb1\xf1\xac\x59\x2a\x49\xcf\x0b\x0a\x78\x75\x59\xb9\x4d\x4d\x64\xcd\x72\xaf\x7a\x06\x5a\xff\x34\x48\xdd\xe5\xf2\x0f\x49\xa3\x9a\x6c\xc0\x38\xd2\xce\x4c\x84\xc2\x38\x17\xd6\x6c\xf4\x04\xd7\x18\x1a\xb2\x80\x87\x9f\xa1\x4d\x5f\x7e\xa6\x8a\xd6\xab\x4f\x78\x3c\xdd\x20\x62\x8a\x86\xff\xe7\xad\x69\x99\x02\x6a\x68\x75\xc4\x4c\xe6\x7b\x54\xe2\xe2\x31\xe1\xaf\xa0\x4c\xe4\x63\x36\x72\x8b\xc6\xc4\xfc\x8f\x3a\xb9\x27\x15\xb4\xfe\xbe\x43\xbb\x63\x12\x3b\x73\xd4\x68\x16\x99\xd9\x5c\xc0\x71\xf6\x1c\x93\x06\xd9\xb9\xcf\x97\x7b\xa4\x46\xb7\xbb\x09\x72\x97\x56\x92\xde\x9e\x8e\x9c\x9a\x3d\x53\xd7\xea\xf9\xc2\x3e\xf7\x33\x16\x6a\xfe\x29\x6d\xcf\x1c\x38\xc5\xcd\x16\x08\xa2\xf9\xf0\x72\x7a\x1f\x78\x7b\x8c\xe4\x0b\x91\x13\x04\x06\xd2\x50\xcc\x17\xbb\xf6\x22\xbd\xf9\x0c\x5e\xe0\x75\x5f\x9f\x41\x75\x92\x9f\x21\xbe\xcd\x69\xa9\x6c\xf5\x42\xc3\x03\xc1\x95\xf3\xc7\x64\xf1\xe2\x10\x76\x98\x88\x7a\x09\x65\x56\x1e\xf3\x45\xb7\xbd\x48\x63\x3c\x03\x22\xde\x0b\x87\x92\x3b\x8e\x57\x9b\x88\x79\x89\x69\x39\x42\x5d\xab\x87\xc9\x98\x17\xc7\x38\xcd\x89\xec\xbe\xde\x71\x73\x50\x4c\xf8\x05\xae\xac\x8e\x95\x39\x2f\xd0\x24\xe6\x78\xe1\x6d\x38\x35\xe8\x9c\xa4\x51\xef\x53\xfb\x6a\xf7\xd7\x09\xec\xea\x8b\xd3\x5c\x38\x18\xcd\x4b\x6b\xf0\x03\x91\xb0\x68\xed\x17\x1e\x98\x70\x51\xd8\xbc\x9a\x2b\xe7\xcd\x3f\x60\x83\x58\x3a\x2e\xd2\xa4\x16\x5f\x64\xda\x8b\xcc\x07\x93\x7e\xa5\xbe\x6f\x4e\x40\x53\x7b\x00\x4d\xd6\x52\x76\xd2\x9a\xb9\x27\x3b\xb8\x89\xf1\xef\x3f\x9f\xfc\x8e\x93\x21\x2b\x96\x4c\xfb\xc4\x0d\xd6\xff\x27\x7b\x68\xd8\x3b\x69\x36\x09\xbc\x36\x08\x9a\xce\x9d\xf5\x2e\xd4\x22\xd1\xae\x6c\x1e\x13\x65\x7e\xec\x87\x31\x13\xeb\xea\xaa\x3f\x89\x75\x2d\xaf\x59\x35\xd1\x09\x88\xe7\x0b\x76\x7b\xf1\xc4\x03\xeb\x7e\x66\x01\x58\xb6\x98\xbb\x8e\x1d\xcf\xee\xe0\x60\x83\x1a\x64\x66\x70\xd4\x18\x09\x55\x9d\x43\x69\xc2\xd9\xd4\x7e\x7a\xf3\xec\x7c\x41\x34\x02\xaa\x16\x8f\xe1\x85\xaa\xd3\x39\xd3\xe6\x09\xff\x6d\xaf\xf4\x09\x92\x7c\x58\xb3\x4c\x90\x57\xfe\x24\xab\xe8\xc6\x39\x4f\xb0\xf3\xa7\x43\xa8\x99\xcd\x8d\x0c\xaa\x76\x80\xde\xbc\x92\x57\xd4\xc2\x0b\x57\xab\x23\x40\x26\xa3\x60\x54\x3a\x65\xcc\x0b\xa2\xc4\x5d\x5e\x98\x66\xdd\x52\xe6\xc5\x5b\xb0\xe5\xed\x8b\x67\xbb\x72\xdf\x8f\x09\xdf\x55\xe7\x60\x9a\x4c\x11\xe9\x1c\x61\x13\x29\x22\xd7\xa7\xc5\x07\xf3\xae\x06\xa1\x02\x2e\x16\xf0\x2f\x58\xed\xf6\x03\x9c\x70\x76\x2d\x3e\xe4\x00\x45\xed\x8c\x30\x6f\x6a\x70\xaa\x1b\xe0\x19\x25\x38\x3c\x6f\xfa\x4f\x1a\x6f\xdc\x9c\xe8\xe2\x37\x2e\xb6\xe1\x46\x99\xb8\xcd\xcf\x0f\x88\xd0\x33\xe0\xa9\xc3\x93\xe6\x93\x57\x31\x51\x99\xf0\x53\x10\x7b\x12\x7e\xda\xa9\x6c\x3e\x60\xd8\xe2\x26\xa0\x1d\xfb\x74\x91\x0c\xeb\x0f\x08\x72\xbc\x4d\x1f\x5a\xe8\xa3\xfd\xe5\x1c\x5a\x48\xf4\x63\xb7\x91\xf5\xc3\x3c\x6b\x8b\x2e\x46\x5e\xdb\xc4\xb7\x7e\x60\x0d\x11\xbc\xa0\x26\x36\xee\x5b\xbf\x1c\x62\xd7\x0f\x39\x44\xff\x40\xde\xd8\xf4\x4c\xb9\x12\xa6\x61\xa7\xe8\x72\x1f\xd0\x78\x0a\xf8\xad\xdf\x89\x16\xfc\x01\x43\xe4\xfd\xfc\x22\x70\x7b\x42\x2f\x28\x96\x8b\x0c\xa3\x6b\xa3\x52\x56\xdc\xb6\x36\xda\x5a\xfd\xc5\x56\x30\x4a\xf5\x98\x9a\x67\x1d\x01\x2b\x1d\x25\x74\x90\xad\x8d\xd2\xb3\xbb\x13\xaa\x0c\xfd\x05\xf6\x79\x75\x93\xc0\x17\xd3\x34\xc0\xbd\xd0\x34\x15\xac\x84\xc4\xf5\x2a\x20\x49\x0b\xbf\xe0\x9c\x5b\xaa\x9f\xb9\x47\xd5\x3f\x42\x89\x1c\x11\xbf\x10\x4a\x54\x04\x17\x56\x21\x3d\x5a\x86\x8a\x1d\x27\xf1\xbf\xe8\x69\xeb\x3b\xed\xaa\xb4\xa8\x09\xe5\x2d\xe8\x89\x4b\xf5\x17\x3c\x61\x74\x6b\x5f\xd0\x13\xab\x8a\xfb\x58\x35\x11\xbd\xbf\x00\xb7\x7b\x56\x59\xc8\xc7\x06\xe2\x55\x21\xeb\x3e\xcf\x38\x51\xa4\x5f\x59\xc0\xba\xc3\x29\xec\x56\xea\x7a\xcd\x8f\x4c\xf7\xe8\x54\xe3\x0b\xe8\x75\x38\x29\xdd\x6a\x8c\x56\xf3\x33\x8f\x31\xe1\xdf\x85\x32\x3a\x4e\xed\xb3\x3a\xb6\x40\xf3\xff\x28\x6e\xe2\x51\x75\x5e\xee\x25\x07\x56\xe7\x30\xfd\xcc\x60\x4f\x2d\x5d\x4f\x51\x24\x1a\x3b\x18\xdc\x33\x0b\x67\x02\xe7\x47\x58\x50\xd4\x3a\x45\xe5\x1a\x2c\x85\xa5\xff\x07\x78\x47\x18\x69\x0d\x84\x0a\xe8\x00\x58\x23\xd9\xd9\x3f\x34\x4e\x8a\x48\x1c\x14\x5d\x1e\x34\xc3\xbe\x3f\x9b\x70\x20\xf7\xdf\x72\x13\x14\xf1\x66\x30\x68\x77\x8b\x47\xf9\x42\xda\x5e\x9a\xff\xa7\xbc\x35\x07\x32\x51\x4f\x71\x8b\x18\xa5\x37\x25\xbc\x0d\xea\x87\xa6\x84\xc0\x1e\x27\x4a\x52\x56\xcf\x0b\x21\xb1\x19\x12\x90\xd8\x16\xac\x05\x04\x5c\x74\x8c\xad\xe0\x1e\x71\x7b\x58\x38\x0b\x16\xba\xe4\x3a\xa7\xfb\x4a\x40\x3c\xdd\x03\x0a\x1e\xe8\x50\x59\x8c\x02\x1f\x7e\xe6\x98\xd4\xc0\xc4\x4a\x75\x3f\x63\x48\x92\xff\x0b\xe8\xb6\x19\x7b\xae\xb9\xe3\xf2\x2f\x92\x58\xe8\x26\x3e\x3f\xdc\xc8\xca\xad\x31\x2c\xf4\x30\xfc\x4c\xc4\x6d\xc1\xf1\xa2\xd9\x0f\x04\x5a\x08\x8a\x2a\xe1\x67\xee\x20\x21\x9a\x85\xac\x8f\x2a\x6a\x39\x16\xa2\xa4\x3e\xfb\x63\x81\x7b\xe3\x4f\x17\xa1\x45\x60\x2b\x25\xd3\x4a\x60\x6b\xb9\x08\xdc\x3a\x9c\x5c\x71\xed\x04\x1f\x9e\xb3\x1d\xab\x38\xfc\x05\xc5\x8c\xd4\xb6\x8b\xf5\x27\x9d\xfc\x68\xed\x5c\x15\xf3\xe6\xce\x0d\xa5\x21\x52\x4f\xeb\x34\x2f\x8b\x15\xbd\x7d\x69\x58\x07\xa6\x55\x37\xda\x75\x40\x3c\x7b\xe1\xa1\x96\x2d\xe1\x06\x28\x14\x3e\x2f\x64\x82\x69\x8d\xeb\x48\xe6\xd2\x38\x10\x28\x55\x04\xf1\xd7\x91\x1b\xc6\x5f\x80\x6a\x4f\xfc\x81\x73\xce\x02\xfa\x4c\xa2\xb5\xf6\x27\xb9\x4d\x0d\xc0\x97\xb6\x08\xd1\xaf\xd4\xbb\x4e\x7f\x10\xff\xfe\x13\x76\x6a\x5b\x0c\xd1\xb6\x3a\x63\x11\xbd\x7a\x9e\x4e\x06\x4b\xb8\x81\x13\x41\x4a\x1a\x35\x03\xab\x3e\xdf\x73\x08\x5a\x2a\xb8\x23\x0c\xa7\x91\x5c\x17\xf8\xc3\xc7\x2a\x6b\x8c\xbb\x62\xc0\xba\x30\x06\xcb\x4e\x68\x52\x6d\xcb\x5b\x17\xf0\xb6\x17\x0e\x6a\x51\x47\x47\x2e\xa8\x45\x8b\x94\x92\xeb\x2e\xe0\x6e\x51\x74\x13\x01\x79\x08\x77\x8a\x46\xff\x00\xfe\xb3\x64\xbc\x21\x45\x3c\x69\x37\x4f\x1c\xef\xb0\x9b\xce\x62\x3e\x93\x6e\xac\xb4\x59\xe1\x06\x8d\xde\xd3\x4f\xd6\x79\x52\x93\x88\xa3\x72\x91\x83\xf5\x24\x91\x5a\xfa\x87\x37\x25\x8b\xc6\x87\xdb\xc8\xf8\xe1\x49\xc9\xe2\x1f\x20\xec\x7c\x72\x3e\x28\x93\xe6\x6d\x46\x8f\x83\xe5\x3e\xa1\x91\x98\x96\xb6\x0f\xd8\x4f\x90\x68\xa7\xcb\x81\x15\x4b\x3b\x35\x9f\x8e\x3a\xd9\x7f\x18\x86\x90\xdf\xce\xc4\x91\xd6\x2c\xed\x88\xac\x52\xa5\xcb\xb1\xc3\x41\xd6\x5e\xf4\xfb\x8b\x0c\x3f\x4a\xf0\x9d\xc8\x50\x8b\xbf\x23\x12\xab\xd9\x9a\xbc\x6f\x64\x1f\x1d\xa5\x3b\x91\x9e\x18\x72\x47\xdc\x78\x31\x05\x1b\xf6\xb1\xc4\xd1\xce\xc4\x90\x8e\x42\xdd\x91\x4d\xdc\x1e\x90\xfb\x06\xaf\xba\xe5\x1e\xb9\xad\x35\x8f\xfb\x86\xc5\x0e\xb7\x78\xf1\x05\x77\x09\x8e\xd4\x99\xb2\xc3\xa3\xd6\x4e\xcb\x7b\xfa\x14\xb8\xcb\x82\x00\x49\xe1\xe5\x1d\x50\xd1\x5e\xf8\x3b\xa1\xa2\xd7\x81\x55\x24\xad\x1d\xdb\x59\x15\xd2\x31\x4d\x3b\x02\xb9\x1c\x51\xb9\x17\x3a\x5a\xfb\x03\x02\x35\x4d\x42\xe1\x36\xd6\xfb\xc8\x35\xae\xa2\xc2\x63\xaf\xd4\xe2\x68\x9f\xef\xc8\x2d\x6e\xc7\xe3\x9d\x50\x51\xb7\xe2\x3d\x7d\x5d\x75\xab\xdd\xe1\x36\x60\x37\xe3\x1d\x8a\x56\x47\x6c\xee\x70\x23\xb0\x33\xc9\x0e\x28\x39\xd6\xf6\xa7\xec\x71\x3b\xd3\x0f\x55\x7f\x7d\x93\x5e\x0f\xe0\xe1\x22\x89\x40\x38\xba\x16\xaf\x41\x23\x5f\x48\x12\xee\x2f\xf0\x9c\xdd\x04\x37\x48\x09\x49\xc6\xbd\x71\x40\x7e\x9f\xf8\xc9\xac\xda\x18\xda\x2f\xe9\xbc\x23\x3f\x91\xd5\xfa\x3b\xdd\x5c\xed\x80\xb3\x33\xc1\xa3\x53\x48\xef\x50\x8b\x76\x07\xda\xef\xe9\x34\xa0\xb3\x72\x67\x46\x47\x07\xfc\xec\x28\x09\xe9\x7b\xf3\x0e\xec\xaa\xaa\xde\x63\x4f\xb5\xe8\xa7\x05\x7a\xbc\x88\x35\x50\x99\xdc\xfa\x8f\x7d\x90\x19\x45\x24\xf3\x35\x3a\xc5\xc6\xfe\x22\xcb\x5e\xcd\x2b\xac\x8b\x63\xcf\xea\x7d\xf0\xea\xee\x2d\xf5\x22\xc9\xd9\x3d\x75\x91\xe2\x51\x73\x1b\xdc\xd4\x1a\x14\xfc\x50\xbb\x37\x04\x71\x9e\x1b\x4c\x5c\xe7\x4d\xfd\xc2\xb4\xa9\x22\xc8\x63\x67\x61\x1b\xa1\x94\x7d\xa2\x96\x9a\xa5\xc8\x24\x6a\xf1\xea\x4e\x22\x6c\x0f\x02\x3e\xa3\xf5\xe7\x17\x68\x67\x32\xcd\x93\x37\x7b\x1d\x2b\x3b\xd4\x96\x55\x90\x7c\x9f\xb4\xbb\xea\x83\xf5\xc3\xff\xa2\x71\x51\xba\x9a\xc8\x45\x50\x2f\x4d\xd1\xbe\x5e\x16\x74\xfd\x95\x9d\xe1\xed\x56\x74\xee\x40\x6e\x0e\x17\xd8\x77\x76\xa1\x41\xec\x94\x9e\xe6\x96\x04\x67\x9b\xdf\x78\x05\xb4\x43\xcb\xf7\x3d\x47\xe5\x17\x4e\xd0\xe0\x2e\xa8\x30\x16\xd1\x89\xbc\x3c\x0a\xe8\x00\xab\x7b\x38\x1a\x89\xd6\x62\xc2\x7e\x5d\x3d\x4a\xc0\x26\x07\x85\xec\xcc\x6c\xe3\xd4\xd9\x3b\x51\x90\x0e\xb2\x1d\xf1\xe4\x55\xea\x84\xfd\x64\x8f\xea\x80\x95\xbf\x9d\x9c\x7b\xa7\x57\xa5\xb5\xb7\xfb\x45\xa0\x65\x11\xfd\xa2\x94\xae\x1a\xb8\x63\x47\x8d\x15\x07\x4a\xef\x0c\x00\x72\x1a\xdc\xfd\xe2\xbc\xf9\x05\x38\xee\xeb\xc0\xdf\x99\x67\xc6\x91\x1b\x3b\x93\x63\x3b\x69\xe9\x0e\x1c\x53\xa5\x51\xdb\xaf\x07\xcf\x22\x29\x71\x8d\xa6\xe9\x6e\x78\xd6\x18\x6e\x02\x54\xc1\x96\xfd\x85\x31\xd5\x99\x0f\xf7\x9b\x24\xfa\xff\x24\x49\xf3\x86\x8a\x28\x9b\xb5\xb3\x3b\x7c\x1e\x7f\x9b\x8f\xbe\x87\x4d\x68\x25\x10\xaf\xe3\xa4\xb7\x3b\x2b\x96\xf8\x2e\xb2\x3f\x39\xca\xff\xbe\x38\x58\x91\xc4\xfa\xaf\xe3\x47\xad\x44\xf8\x87\xf6\xef\x3f\xd5\x99\xa3\x0f\x40\x08\xbb\xbb\x1d\x54\x37\x59\xa3\x7b\x10\x53\x7c\xba\x20\xcb\x0a\x5c\x1d\x80\x08\x55\x17\xdb\x03\x5e\x85\xb6\xa3\x1c\xb4\x9e\x3a\x70\xe3\xd8\x78\xf6\x14\x7f\xf1\x0e\xe3\xbd\x57\xfe\xe1\x2c\x3a\x36\x9e\x3d\x02\x08\xc7\x86\x95\xf4\x88\x10\x51\x63\xbc\x70\x14\x66\x4f\xf4\x33\xc0\xa0\x8e\xc6\xa3\xf0\xf0\xd5\x69\x7e\xa0\x28\xb4\x19\xfe\x60\x78\x8c\x75\xd8\x07\xd3\x3e\x5b\xe7\x7c\x14\x1a\xb9\x8b\xdb\xe4\x79\xa8\xf3\xf6\xa8\x05\xd9\x60\x45\x44\x2a\x83\x3c\xad\x75\xb0\x4d\xff\x00\x69\xa4\x83\xe2\xe0\x09\x2f\x85\xd7\x01\xe5\x90\x33\x8b\x1d\x0c\x6e\x29\xee\x81\xb7\xba\xf0\x07\x60\x16\xdd\xad\x0f\x1c\xe2\xdd\xeb\x96\x69\x67\xc4\xe1\x47\xc3\x46\xd7\x55\xe2\x60\x12\x67\x87\xcb\x1c\x8d\x24\x8a\x64\x84\xa6\x18\x74\x1c\x2c\xe1\x3c\xa7\x5f\xa0\x83\x91\x66\x85\x49\x9b\x5d\x6b\xe0\xc0\x99\x5d\x9d\x86\xff\xe8\x10\xb1\x26\x9a\x91\x28\x4e\xe4\x75\xd0\xd4\x69\x6e\x83\xf6\xa9\x4a\x94\x1c\x79\x82\x9b\x5d\x3b\xf3\xa9\x09\xd2\x1e\x3c\xc2\x05\xf4\x8f\x8e\x5d\xd7\x4c\x42\x12\x69\x1a\xc0\x70\xd2\xba\x1d\x83\x16\x05\xdd\x70\x0e\xe8\x97\xaa\x6e\x1b\x07\x6a\xe1\x59\xd1\x77\x20\xd8\xda\x7a\x99\xe3\x3d\xf3\x8b\x63\xc5\x0f\x96\x74\x76\xb2\xdd\x03\xd1\xd8\x2e\xd1\x70\x00\x03\x0c\xbb\x0e\x1e\x88\x55\xb1\xf1\xea\x40\x2d\x3c\x07\xba\x1d\x83\x1c\x6b\xee\x48\xed\xd2\x32\x4d\x37\xdf\xf0\x27\x08\xa0\xf5\xb4\x04\xc5\x97\x04\xdc\x01\xf5\x52\xb5\x72\xe7\x08\x5c\x4f\x24\x9d\x0e\x94\x15\x71\xaa\x96\x83\xea\x25\x47\x08\x1c\x11\x74\xe0\x17\x3f\x24\xd0\x58\xee\xf4\xc0\xcc\xe9\x0b\x86\x9e\x58\x1b\x79\x50\x21\xe4\xc0\xfc\x03\x06\xd2\xea\xdd\x4e\x60\xd1\xdd\x42\xe7\x30\x44\xd5\x1c\x70\xe7\x15\x0d\x08\xf1\x76\x12\xaa\x63\xee\xf0\x07\xf6\x33\x63\x31\x4c\x01\x70\x88\xd7\x06\xfa\x21\x3b\xd1\x1d\x70\xdc\x73\x1c\xfb\x01\xe3\xe7\x66\xb7\xd1\x03\xe1\x25\x0e\x8f\x39\x16\x05\xec\xf2\x0f\x38\xba\x84\xad\x8f\x9d\x43\x12\x45\xcc\x78\x63\xb5\xdb\xb1\xf3\x46\xed\xd5\x66\xf4\xb4\x95\x5a\xc7\x4e\xff\x14\xaf\xf6\x4e\xb0\x2c\x4c\x78\xec\x60\x72\x61\xe5\xe3\xa0\xdf\xa5\xa5\x24\x34\x3c\x2e\x96\x75\x40\xc3\xe3\xca\x6c\x07\x81\x89\xf0\xda\x01\xe3\xa4\x71\xc8\x71\xb0\xde\xa3\xdf\x87\x30\xf1\x26\xc8\xfc\xcf\xfe\x9e\x99\x4b\xb4\x6d\x11\x5e\x62\x27\xb4\x23\x71\x8c\x99\xe9\xe0\x41\x31\xdd\x02\x8c\x68\x9e\xa6\xf3\xf7\xef\x3f\xad\x0b\x73\x1e\xb0\x55\xf6\x15\x7f\x3a\x86\x60\xc7\xb4\xdd\xf2\x38\x21\x35\x04\xe4\x0e\xd8\x25\x9b\x7d\xab\x0e\x64\x7f\xb6\x89\xe4\x38\xe1\x07\xe5\x2d\x0b\xd5\x4e\x75\x9e\xe1\x03\x66\x48\x5b\x20\x8e\x8b\x13\x2a\x72\x5f\x90\x54\x3f\x13\x72\xf1\x46\xe5\xff\x53\x48\x68\x46\xa1\xfa\xb1\xf5\xf7\x40\xf2\xe6\xb0\x0d\xfc\xb8\x50\x3a\x40\x18\xe8\x20\x46\x12\xb0\x3b\x98\x9c\xd9\x19\x16\x8e\x9b\x59\x23\x74\x1d\x3a\xa0\xa9\x71\xd1\x9e\x03\x2e\x6e\xae\xf2\x73\xb0\x4c\x9c\xab\xf4\x1c\x37\xbb\xd0\x2c\x3c\xd9\x85\x96\xf5\xc1\xa8\x8d\x5f\x1e\x5e\x7f\x7c\x70\x3e\x4c\xfe\xe1\x53\xe9\xa1\x8e\x4c\x3b\xfc\x44\x14\x73\xd8\x0a\x72\xb2\xde\x86\x4a\xe4\x8f\xf3\x47\x9c\xae\x3d\x79\xc2\x08\xe7\xb2\x28\xe7\x2f\x3b\x29\xfa\x21\xe7\xce\x5f\x30\xf9\x8f\x04\xd1\xf9\xcb\xa1\x4e\xfd\x00\x81\xaa\x4d\x79\x6e\x79\x6c\xa8\x09\x24\x48\xb6\xf5\xf3\xdc\x78\xd6\xe9\x7c\x3d\x37\x46\xbd\xab\x45\xba\x9d\x59\xd9\x77\x6e\x9c\x7e\x7f\x40\x9f\x1b\x9d\xc8\x27\x54\x1d\x2e\x37\x71\x22\x65\x8d\xeb\x8c\x9c\x85\xb9\xb0\xb4\x67\xce\xc2\x63\x41\xa7\xe1\x99\xe1\x10\x62\xd3\x13\x2e\x5f\x0e\xfc\x3d\x13\xd9\xe8\xd0\x3f\x91\xee\x38\xac\xb3\x3c\x2b\x9d\x79\xfc\x8c\x2a\xc2\xba\xa7\x9f\xcc\x7e\x5c\x3f\x1f\xf0\xf4\xd2\x89\x7b\x22\xc7\x4c\x93\x2c\x39\x5f\xe8\x32\xbb\xae\xfe\x67\x63\xa2\x4b\x35\xd0\x10\xd3\xe1\x79\xa1\x5d\xac\xfb\x99\xba\x04\x31\xf6\xd9\xb2\x47\xf5\xc0\x00\x06\xd7\xfb\x39\x1b\x49\xd0\x34\xb4\x9c\x6a\xfd\x80\x08\x06\x2b\x8f\xcf\x4c\xb9\x37\xfd\x43\x72\xa1\xfa\x40\x0a\x19\x17\xea\x38\x61\x28\x53\x01\xf2\x71\x76\xde\x89\x75\x66\x9f\x8c\xaa\x35\x5f\x43\xf9\x10\xd6\xa4\x9e\xfd\xc4\xbc\xf8\x03\xd4\x50\xd7\x6e\x3b\x61\x28\x73\xed\x90\x13\x3e\x5a\x4e\x6a\x7a\x22\xea\xd6\x09\xe7\x4f\x2a\x2b\xcc\x1d\x83\x8e\x91\xd5\x1f\x60\xdf\xe8\x84\x3f\x61\xe4\x72\x51\x84\x33\x71\x88\xa0\xcf\x39\x72\x5e\x35\xe8\xc1\xa5\xd4\x33\x60\xc7\xe7\x03\xe4\x32\x76\xa2\xb0\x13\x21\x0a\x4e\x4a\x7d\x06\x6f\xf5\x3a\xaf\xcf\x0c\x49\x30\x4d\xcc\x5d\x6c\xc5\xec\x19\xb9\xb9\xfd\x09\x32\x36\xea\x48\x3f\x33\x68\xe1\xd3\xc9\x85\x8d\x68\xa2\x30\x8f\x5e\x18\x98\xad\x9c\xc8\xfc\x9c\x9c\x37\x11\xfd\x82\x94\xea\xe2\x53\x27\x13\xd3\x7c\x7f\xe0\x26\x5a\x7f\xf2\x52\x38\x27\x24\xbf\x97\x7d\x12\x62\x74\xd3\x03\xf7\xe9\xea\xfe\x17\xfb\xd3\xba\x20\x6d\x8d\x2d\xa2\x27\x41\x8d\x59\x93\xca\x14\x41\x92\x73\x61\x40\x02\x41\xe7\xa2\x82\xdd\xff\xe7\x80\xdc\x40\x0e\xc8\x6f\xb0\xe6\x97\x9f\xc9\x4a\xde\x50\x8c\x67\x58\xba\x0d\x9f\x88\x67\x70\x70\xca\xb9\xc8\x5b\xfe\x00\xc2\x4f\xb8\xfe\x5c\xbc\x80\x0b\xd2\x9c\x8c\xcb\xb5\xaa\xf9\xdc\x21\x70\x4d\x24\xf3\x1c\x9b\xfd\x51\x80\xb7\xd9\xa7\xf1\xdc\x19\x5b\x26\x92\x32\x75\xa0\x17\x7a\x4f\x76\xf6\x0f\x2f\x67\xb8\xac\xd7\x79\x10\x45\xbb\x49\xc0\x28\x57\x5e\x3a\x0f\x0a\x7d\x33\x1f\x22\x75\x5d\xc9\xfb\xcc\xb4\x34\x1e\xe7\x31\x51\x85\x46\xc3\x3c\x58\x43\xd4\x1f\xec\xe8\xc1\xff\x03\x53\x0b\x6f\x9e\x07\xb2\x68\x58\x28\x1c\x58\x7b\x33\xf7\xc1\x21\xf8\xfd\xf7\x7c\xb5\x49\xe0\x3c\x81\xc9\x2d\x64\x4e\x1e\xb7\xc5\x2f\xe0\x90\xf1\x3a\x20\xff\xa0\xeb\x3d\x9f\x50\x20\x0d\xe7\x97\x3e\x11\xad\xe0\x6c\x02\x27\xe2\x11\x8c\xb5\xce\x13\x49\x5c\xcd\xde\x27\x6f\x68\x1e\xd2\x99\x2b\xad\x2e\xd3\xe9\x4b\x0a\xf4\x93\x4e\x5f\x56\x58\x9f\x17\xc5\xb3\xd9\x8b\x70\xcb\x87\xed\x45\x35\xc1\xe7\x07\x64\x97\x17\x00\x3e\xd3\xeb\xcb\x13\x07\xaf\x2f\xd7\x58\x39\x91\x93\xc6\xfe\x7d\xe7\x8b\xbf\x66\xf7\xa6\x47\x8e\x1a\x27\xc8\x3d\xa1\xd4\x0a\xdf\xf2\x4e\xd8\xe6\x9a\xf0\xda\x79\xb3\x42\xb9\x7b\xb8\x51\x74\x45\x98\xf9\xbc\x91\x7d\xdc\x48\x08\xc6\x3a\x9b\x19\xce\x9b\x39\xb7\x34\x84\x3b\x05\x87\xc6\x88\x24\x36\x4e\xca\x7f\xde\x14\x1c\x06\x31\xd0\x7a\x39\xf9\xed\x79\x73\x03\x14\x93\x70\x93\x46\x7f\xf1\x60\x10\xea\x82\x85\x82\x8d\x7a\x90\xe6\xc6\x41\xdd\xe7\x93\x1b\x42\xd3\xc6\x50\x63\x0f\xe2\xa1\xc6\xd3\xf8\xe1\xa1\x7e\x49\xa7\xd2\xf5\xfb\x91\xa8\xa1\x1f\x36\x2a\xfe\xab\x7e\x80\xb6\x4f\xf2\xf0\x62\x30\xaf\x4d\x05\x17\x0b\x62\x38\xe9\xca\x05\xa7\x2b\xdf\x97\x2e\x98\xd6\x9c\x82\xe0\xfa\xe5\xb8\xdd\x24\x79\x52\x17\xa4\x8b\x5e\x55\xce\xb2\x72\x41\x91\xe6\xba\x5b\x17\xd3\x22\x3a\x62\xf8\x82\x2d\xcd\xe9\x20\xae\x0d\x0c\x25\xf9\x75\xa1\xe8\xda\x66\x1d\xf9\x85\x78\xdd\xcf\xb8\x37\xe6\x63\xf5\xff\x58\x0b\x6d\xdd\xab\x50\x6c\x0b\x07\x5f\x05\x11\xc3\x7f\xab\xb5\x7a\xa5\x9e\x4c\x57\xb8\x0b\x66\xb2\xe2\x11\x17\x00\xbb\x9f\xbb\x03\xc3\x9b\x9c\x92\x73\xe6\xee\x1f\xe2\x0b\x7d\x81\x7a\x69\xc3\x59\x97\xae\x5a\x50\x3a\x45\x53\xf4\xc2\xd3\xee\x5c\xae\x57\xe5\x88\x74\xd8\x5f\x15\xc2\x47\xc7\xcc\x05\xcb\xda\x87\x13\xa0\x66\x73\xbc\xe1\x55\x79\x97\xae\x7e\x01\x60\x20\xdc\x00\x77\xe9\x87\x24\xec\x52\xf3\x12\xc0\xaa\x35\xac\x57\xe5\xfd\x44\x37\xbf\xab\xc1\xe9\x5b\x9b\xee\x42\xf5\x34\x67\x27\xbc\xe0\xb4\xe5\xd4\x27\x17\x1d\xa8\x9c\xe8\xe6\xa2\x51\xca\xd5\xf5\x2e\xa8\xb4\xec\x26\x73\x75\xec\xd2\xe2\xff\x09\x14\x3d\xa8\xce\xb4\x75\x9a\xb6\x9e\x2b\xe1\x1f\x92\x7b\x35\x2f\xac\x93\xfb\x19\xc5\xa0\x95\x49\x38\xeb\x82\x0f\xbf\x13\x21\x5c\xc8\xbf\xe2\x74\x9a\x17\x4b\x67\xd8\x60\x77\x0d\x14\xcc\x6f\x7e\x21\x37\xa1\x86\x31\x80\x00\x7e\x6e\x11\x5a\xae\x6e\x9a\x70\xe2\x7b\x1a\x98\x8f\xa5\xb9\x03\x62\x4b\xb5\x17\x39\x06\x7d\x10\x50\x8e\x7b\xe9\xa0\xa0\xb2\x74\xbb\x00\x1d\x5d\x74\xee\x0a\xce\xb3\x08\x08\xe2\x01\x01\xc5\x8b\xea\x29\x1f\x8e\x17\x62\x51\x9d\xe0\xed\x7a\xa1\xda\xec\x66\x37\x78\xe7\x5b\x07\x7b\x01\xa9\x55\xab\x97\x2e\x66\x1c\x74\xa5\xbc\x0b\xd0\xed\xb3\x30\x93\x12\x58\xb7\xc6\x0b\xd9\x53\x9c\x51\xf0\x5a\x19\x3c\xa2\x51\x31\x0d\xb4\x8d\x50\xd7\xe2\xca\x69\x14\x69\x29\x13\x7e\xbc\xa0\xe3\x72\x4e\xc2\x6b\x11\x80\xba\x81\x5c\x39\xbf\x30\xd9\xa7\xc6\x8d\x52\xb8\xae\x34\x70\xbd\xe0\xad\x3a\xa8\xe6\x42\x7d\x32\xbb\x6b\x5e\x3b\x9d\x5e\xa5\x46\xbb\x68\x39\x73\xa1\xbb\x6b\xe7\x5d\x47\x5d\x52\xa3\xe5\xda\x7a\x17\x4c\x67\x9f\x79\x80\x3b\xbd\xbd\x02\x2f\x7a\xcf\xdb\xc3\xff\x3a\xb8\x56\x5a\x8b\x83\xa3\x92\x3e\xe4\x82\x69\xad\x79\x29\x0e\x5e\x24\x04\x8b\x2f\xb8\xcb\xbb\x50\xd3\xc5\xdc\xcd\xf3\xd3\x27\x0d\xa7\x82\x3a\xd7\x89\x52\x1c\x9e\xc9\x04\x53\x42\x73\x17\xab\x98\x7d\xa4\x01\xd1\x94\x2e\xe8\x17\x14\x53\x8e\xa7\xbb\x90\xdd\xd9\xf9\x7d\x2e\xc6\x86\xda\x38\x7b\x9d\x3c\xda\x2c\x86\x4f\x9c\x1a\x3e\xda\x90\xe0\xcf\x19\x18\xae\x93\x33\xdb\xfd\x03\xf6\x95\x0f\x2e\xa0\xad\xaf\x60\x07\xda\x32\x54\xbf\x90\xf0\xcf\xb1\xf9\xd7\xc5\x31\x88\xe6\x2b\xe3\x14\x34\x28\xa8\xae\xb6\xf8\x93\x85\xe8\x22\xce\xf2\xc2\x5f\xf4\x27\x5a\x6e\x2d\x01\x82\xe9\xa1\x3a\xd4\x93\x06\x6b\xa1\xb3\xbe\x5c\x17\x0f\x22\x9f\x33\x37\x71\xbc\x34\x5d\x17\xc2\x45\x3f\xe2\xf0\xe6\xa6\x0a\x7f\x01\xf1\x67\xee\xba\xa9\x88\x0e\x7f\xc1\x85\x13\xd9\xf0\x93\x72\x5a\x89\x0b\xd8\xab\x39\xd9\xd3\x45\xec\xe5\xa3\xed\x86\x51\xf4\xd3\x00\xd7\xcd\xff\x63\x50\x5e\x78\xd6\xe1\x75\x4d\x9e\x2b\xf3\x53\x7b\xa2\x10\x60\xea\x12\x99\xd7\x03\x23\xa9\x45\x3a\x6a\x63\x18\xd1\x5e\x09\xc5\x74\x17\xb9\x1e\x56\xc8\xd4\x18\x1e\xea\x82\x2c\xce\x58\x2c\xcd\xa7\xe9\x03\xe7\x49\xc3\x28\x78\x5d\x39\x1b\xe5\x05\x13\xa9\x23\xed\x2f\x78\x61\x39\x27\xd0\xf5\x40\x0a\x48\x74\xdd\xbf\x5c\xa7\xd0\x0f\x49\xe2\xd4\x0f\xc8\x4d\xaa\x59\xbc\x7f\x3c\x5d\x97\x9e\x81\x6a\x36\xb7\x08\xfb\x80\x86\x78\xc3\x3e\xea\x64\x96\x37\x2a\xa5\x59\xa5\x76\xc3\x37\xde\xf6\x86\x7b\xa3\x54\x51\x7b\x1b\xcf\x18\x13\x40\x54\xa7\xcb\xcc\x0d\x54\x67\x69\x7c\x33\xb3\xb5\x4e\xc1\x1b\x89\xac\xed\x11\x70\x6f\xb9\x3d\xdd\x23\x50\x9e\x50\xe1\x5d\x58\x73\x4f\x33\x00\xff\x28\xa7\x1c\xb9\x4b\x1e\x5a\x9a\x33\x68\x0d\xed\x7f\x7d\x43\x6b\x68\x0f\x94\x1b\x39\x5a\xb6\xea\xff\x71\x90\x4b\xe4\xdc\x05\x87\x9c\xa7\xa0\xf0\x50\x73\xfb\xc0\x81\x3a\x56\xef\x72\x22\xb1\x86\xdb\xc7\x08\x25\x6f\xee\x42\x46\xf6\x80\xa8\xb6\xd2\x0c\x31\xe9\xb5\x11\xd5\x0d\x14\x58\x6d\xa3\xbe\x53\x27\xe9\x49\x26\xec\x93\x60\xbe\x5f\xd8\x37\x8d\xc1\xee\x8a\x55\xd6\x29\x7b\xa7\x4a\xd2\x6c\x52\xc9\x78\x1a\x53\x25\x8d\x22\x01\x2a\xc7\x0f\x2c\xbc\x61\x5d\xb5\xcf\xe2\xdd\x78\xc8\x6a\xbb\xde\x4c\x83\xed\xc8\xa5\xbb\x31\xd3\x8d\xba\x40\xd4\xa8\x9d\x70\x6f\x44\x8d\xb6\xcf\xff\x14\x5a\x7e\x81\x25\x6f\x6d\xeb\xba\xd3\x9a\x6a\x66\x85\xb5\xd4\xb7\xb7\x9b\x71\xa1\x56\xb7\xdd\x9d\xf8\x44\x7d\xa0\x40\x9a\x11\xd4\x4d\x8d\x63\xf1\x33\x4f\x3c\x1d\xec\x37\x90\xe5\x30\x12\xb8\x61\x4d\x75\xd8\xc4\x3d\x92\x26\xad\x36\xbc\xf1\xc3\x75\x37\x6f\x04\x83\xfa\x9a\x71\x0f\xde\x3b\xa4\x38\xbd\x07\xf9\x49\xa3\x1a\x5c\x0b\xff\x0f\x43\x90\x47\x0d\x7f\x28\xc7\xa6\xdc\x41\xa7\x09\xdd\x41\x6f\x14\x00\x69\xe3\x4f\x25\x86\xee\xa0\xe1\x5d\x8a\x82\x3b\x68\x1a\x90\x62\xe0\x46\xf1\x5a\x27\xa7\xbd\x91\x72\xcf\x1e\xb2\xf7\x7c\x41\x80\x43\x9a\x6f\xa8\x0f\xed\xe1\x78\x03\x14\x2e\xbb\x98\xdf\xc0\x80\x56\xc7\xdd\x33\x67\xdd\x3f\x60\x92\xfd\xcc\xda\x20\xde\x31\x2b\xe7\x58\x24\xc2\x6a\x69\xe4\x7b\x2f\xee\x0f\x37\x40\xd3\x83\x34\x7e\x37\x00\x9b\xcb\xdb\xde\xc8\x1d\xe2\x3a\x4e\xf7\x22\x05\x1a\x33\x93\x4a\xdb\x2b\xe4\xde\x51\xa4\xce\x9c\x84\x42\x1f\x56\xc9\xdf\x3b\x59\xd1\x72\x0e\xbe\x54\xf6\x6c\xb9\x81\x08\xab\x9d\x84\x6e\x98\x30\x3f\x92\xfc\xe0\xe5\x51\x40\xe6\x86\xc9\xd2\x66\xa0\x9b\x29\xa0\xed\xaf\x70\x27\x24\xb4\x58\x38\x50\xff\xca\x8c\x01\xa3\xe5\xe7\x30\x38\x50\xf8\xc5\xb2\xfc\xa0\x98\x58\xfe\xe1\xe4\xd2\xb9\x45\x4a\x6f\x31\xcb\x41\x2c\xa5\xe7\x93\xf3\x24\xbd\xd4\x7d\xe6\x28\x34\xee\x93\xa3\x10\x0d\x8c\xc9\x74\xdd\xda\x1b\xfa\x37\x1b\xc8\x6e\xa4\x80\xb6\x7b\xeb\x7d\xf2\xc4\x13\x74\xbe\xe9\xc6\x6e\x43\xfd\x8d\xbc\x79\xbe\x95\xdc\x09\x19\x8b\x9b\xa4\x4e\x51\x53\x4f\xc8\x68\x8e\x4f\x0d\xdd\x32\xd1\xbc\x60\x16\x0f\x8b\x60\xc4\x3c\xcc\xe2\x64\xa6\x1a\xfa\xb8\x8f\xe4\x41\xcc\xe4\xe7\xa6\x7e\x5f\x28\x8a\x65\xa2\x2f\x94\x34\x36\xcb\xbe\xf8\x6a\xfb\xe8\x21\xef\x9b\x57\x88\xcf\x1b\xa4\x5a\x34\x51\x55\xe5\xd5\x86\x5b\xb9\xe1\xd1\xfd\xa0\x36\xcd\xcf\xff\xbf\xdc\x60\xb7\xde\xfb\xc1\xa6\x31\x45\x4c\xd0\xec\x1a\x70\xf7\x93\x14\x88\x24\x38\x74\x35\x67\x2b\xbb\x1f\x88\x2e\xcf\xdb\xc3\xb3\xfc\xbf\x89\x7d\x7e\xcc\x7e\x54\xf5\x5c\x50\xf2\xed\xa7\x67\xc2\x1d\x8d\xe1\x41\x00\x62\xf9\x7c\x90\x6b\x3d\xf5\x03\x2e\xd9\xdd\x1f\xf0\xc2\x19\xfe\x81\x0a\x8f\xf0\x17\xb9\xb8\x26\xea\xc1\xbd\x5c\x5f\xc0\xd2\x39\x5c\x8c\xfd\xd9\xa0\xf4\xd6\x3e\x7b\xe0\x55\xee\x4d\xf1\xa0\xfe\x87\x5d\x10\x9f\x0d\x1a\x10\x4d\xe4\xc3\xf0\x42\x6b\xea\x1f\x66\xe4\xf0\x4d\xeb\xd9\x92\x43\x35\xce\x8d\x6e\x1b\xee\xe3\x45\x41\xb5\x6a\x2d\x1e\xa0\x9e\x2e\x5c\xf6\xbc\xa0\x27\xa6\xb0\xed\xc3\x62\x64\xae\x99\xfb\x00\xe5\x2c\xbb\x30\x3f\x25\xc5\xb2\x9b\x4c\x22\xfc\x06\xec\x07\x9e\x18\xe4\xa6\x73\x38\xd4\xc3\xdc\x74\x96\xcb\x4f\xe1\xfd\x50\xe7\xe9\x83\x34\xc9\xab\xff\xfe\x94\xc8\xe7\xa9\x98\x67\x71\xfc\x53\xc9\xc0\x5a\x39\x1a\x73\x9d\xee\xf2\x61\xad\x5a\xd7\x09\x7f\x12\x28\x49\x46\x3e\x2f\x50\x2a\x4e\x43\xf5\xd4\x9c\x57\xad\x4d\xea\xc3\xa6\x7f\xb8\xb1\xb8\xfe\x82\xbb\x4a\x83\x6e\x64\x06\x11\x05\xdc\xe3\x8a\xce\x0f\x2d\xab\x8e\x48\x7c\x58\xcc\x4c\x9b\xe6\xa1\x5f\xb7\xab\xe1\x3e\x2c\x66\x66\x2f\x83\x07\xa6\x56\xdb\x07\x9e\x84\x35\xd3\x3f\xbc\x3b\xd5\xaa\xf8\xa7\x53\xeb\xd7\xfc\x42\x2e\xa5\x96\x0e\x5e\x62\xf6\xb6\x78\x58\x18\x76\x33\x51\xb9\x94\xfe\x21\x25\x9e\xc6\xd9\xb9\xb6\x9a\xea\xd4\xa8\x49\x90\x3f\x23\x25\xbd\x7f\x20\x30\x97\xde\xe5\x81\xe3\x98\xf5\xb7\x0f\x7c\xc5\xad\x87\x79\x06\xb7\x85\x4e\xdd\x87\x29\xe4\xec\xb6\xf0\x8c\x0b\x5f\xb8\x05\xc4\x06\x7b\x18\x2f\x54\xea\x76\x83\x7d\x02\x96\x75\x41\xf5\x07\x21\x84\x5d\x87\xd1\x03\xd7\xf1\xcf\x16\x88\x1d\xcf\x9a\x58\xa4\x7b\xb3\x79\xf7\x61\x00\xa0\x13\x89\x3e\x91\xf8\x50\x14\xbe\x60\xa8\xdb\x31\xf7\x81\x6d\xd5\xbe\xe7\x0f\xc0\x91\x8d\x9f\xcf\xcc\xc5\x17\xc9\xc8\x07\xe7\x44\x25\xcf\xc4\x24\x79\x8f\x21\x3d\xf1\xfa\xf6\xc0\x3b\xa8\x3f\xa0\xc6\x57\x4a\xbb\x67\xd2\xdd\xb3\xb9\x8b\x1c\x85\x89\x00\xcf\x0b\xec\x3f\x2b\xd7\x56\x5f\x20\xec\xd0\x7a\xbf\x67\x71\x69\x2d\x7e\x56\x0e\x43\x54\x2c\x2a\x7e\x74\xd1\x7c\x56\x6e\x4d\xbf\x41\x7f\x01\xbf\x30\x51\x78\xd2\xfb\x62\x91\x89\xbd\xb5\x50\xfa\x63\x7d\x96\x97\x05\xda\x5c\x58\xf5\xd9\x53\x74\xab\x13\xe4\x7c\xf3\x05\xfd\xd9\x21\xba\x85\x04\x1e\x38\xa7\x59\x45\xf0\xec\x94\x28\x96\xdd\xac\xfd\xb1\x36\x7f\x01\x16\xb1\x88\x83\xe2\x6e\x7d\xb6\xd6\x9e\x44\x69\x6e\x68\x44\xb5\x33\xc6\x73\xe0\x06\xeb\xc9\x83\xef\x99\x75\x81\xcf\xd1\xdf\x15\x35\x93\x65\x1e\x0c\x29\x80\x9e\x83\x3c\x60\xa2\x90\x19\xc3\x7a\x84\xe7\xe0\x92\x77\xbf\xc0\x5b\xb6\x90\xdd\x83\x68\x42\x9b\x5d\x1f\xa4\x79\xfb\xc8\xa0\x93\x7c\x2a\x2e\x3b\x11\x8c\xeb\x9d\xc0\xe0\x42\x3b\x6f\x3c\x50\xe4\xf9\x0a\xfa\x9c\xf4\xe7\x92\xfe\xe6\x39\xa9\x13\xd5\xbd\xf8\xb9\x38\xf7\x22\x01\x6a\x35\xdf\x49\x1f\xa4\x9d\xf8\x4c\xc3\x95\xfc\xe0\x0f\x20\xd4\x3c\x8f\x17\x65\x96\xa5\x3d\x3c\xc2\x7c\x93\x7f\xa0\x06\xfb\xb5\x3f\xb9\x29\x3c\xb0\x4e\x3a\x26\xe8\xa1\x46\xcc\xe4\xc0\xd8\xb8\xd9\x17\xe4\x49\x6b\xa3\xc1\xcb\x0d\xcd\xa4\x39\x1c\x80\xcd\x60\xf9\x81\x86\xcb\x1e\x33\x0f\x34\x5c\x9f\x33\xff\x21\x37\xeb\x26\xf8\xc0\xd8\x68\xef\xe1\xe7\x21\xe3\x88\xa4\x87\x8c\xe3\xff\xc7\xbf\xff\x84\xf3\x57\x3d\x40\x74\x1f\xc7\x88\x07\xfa\x29\xe7\x5a\x78\x58\x62\xc3\x11\x9f\x0f\xf3\x4f\xd8\xd5\xe3\x01\xc2\x93\x91\x22\x7e\x30\x56\x4e\x39\xe1\xc4\xef\x47\x1a\xa7\x9e\x49\x53\xd1\xf3\x40\xf4\xba\xdf\x87\xb6\xe5\xbf\x45\x8c\xdf\x0f\xac\xfc\xdf\xa4\xc5\x0f\x80\x6e\xca\x0c\x17\xbf\x1f\x57\xbd\xeb\x99\x52\x61\xf3\x0b\x58\xf5\xff\xd8\x24\x7e\x1b\x29\x0a\x3d\x77\x84\x19\xfa\x39\x38\x46\xb5\x88\x6a\x6d\xbd\xf9\x19\xb3\xd4\x34\x04\xf8\xad\xf5\xa6\x0e\xa1\xd2\xea\x4d\x24\x6f\x37\x86\xe8\xff\x41\xd0\x7f\x07\x63\xfc\x58\x5b\x56\x87\x40\xfc\xe0\xe3\x3f\x65\x2a\x8a\x5f\xc1\x24\xb9\x07\xa4\x53\xd3\x7d\x24\x7e\x05\x32\xdf\x93\x04\x15\xd4\xf0\x24\x32\x15\xda\xda\xd4\x25\xf2\x41\xf4\xa6\x31\x03\x5a\xf5\xa6\x39\x82\x5b\xdc\x26\x0f\x98\xf8\xd5\x9c\x14\xad\x23\x2b\xab\x85\x67\xa1\xe6\xc2\x88\x08\x26\x43\x53\x0e\xad\xf8\x11\x4a\x35\x35\xd1\x72\x98\x9a\xd8\x96\xbd\x8a\x0c\xe4\xee\x9d\x32\xb4\xc4\xaf\x71\x93\x15\xb1\x0b\x8b\xa7\xe9\x48\x8e\x5f\x4b\xf7\x3b\x7f\x72\xb0\x0d\x0d\xa5\xf1\x9e\xe4\x26\x78\x66\x77\x11\xde\xc1\x20\x5d\x2f\xb0\x98\x6c\x98\x01\x3a\x85\x5d\xd1\x7a\xbc\x00\xcc\xb9\x76\xe3\x07\xe3\x61\xef\xfa\x7f\x64\x0b\x1a\x3a\xac\x87\x53\x15\x8a\xe3\x87\x04\x0b\x53\x85\x79\xe3\x87\x1c\x61\xd5\xfb\x62\xe4\x6c\xfa\x8b\x9b\x5f\xb8\x13\xea\x85\xb4\x20\xb0\x0f\x36\xff\xcf\x6c\xb7\xd2\x1a\xbe\x82\x80\x2d\xf8\x8b\xc9\xcc\x56\xea\xf4\xc5\x3b\xae\x60\x1c\x3f\x16\x29\xdb\x34\x53\x41\x09\xeb\xa9\x62\xd1\xb2\xf0\xc8\x27\xb7\xbb\xfa\x9c\xd9\xa7\xd6\x0b\x45\xec\x7f\x9e\x5b\x38\xac\x0f\x73\x11\x33\x1e\x2c\xd1\x08\xdf\x2d\xd5\x3f\x8d\xdf\x22\xcf\x14\xbf\x40\xc3\x6c\xf7\x0f\x3c\xb2\x8b\x3f\x21\x57\x79\x18\x80\x1a\xab\x7f\x7e\x80\xd0\xf9\x34\xc1\x6b\x42\xf1\x0b\x0f\x9b\xd0\xcc\xec\xd4\x7f\x76\xff\x80\x30\xc6\xea\x67\x08\xfb\xcf\xff\x28\x01\xf6\xf9\x1f\x9b\xa3\xff\xc5\x46\x14\x3f\xe8\x86\xba\x39\xf6\x48\x09\xa2\x59\x84\xb2\x68\xfe\xbc\x7f\x89\x29\xba\x18\xf0\xc8\x69\xf3\x17\x54\xa3\x78\x62\x61\x1e\x54\xc9\xb1\xf8\xc1\x31\x4b\x79\xfa\xe3\x87\x8c\x06\xb2\x79\xc6\xef\x60\x4e\x7b\x35\x78\x4e\xc4\x4f\x88\x5f\x4f\xca\x07\x6f\x5d\xf8\x9c\x77\x8b\x45\xb8\x90\xcb\x68\x1a\xbf\x8b\x63\xf0\x2e\xbb\x26\x49\xf4\x1b\x58\xa6\x21\x92\x19\x47\x17\xa6\x19\x2e\x47\xb2\x00\xc5\x8f\x00\xc0\x9b\xea\xce\x55\xd3\x07\x08\x7b\x9b\x3f\x4b\x20\x1e\xb1\xde\x33\x0f\x6b\xa2\xf9\x79\xe7\x3c\x8a\xa6\x87\x5d\xfe\xf7\xc2\xf6\xa3\x90\x13\x7f\x6e\x74\xd6\xd1\x81\xb8\xfd\x52\x98\x84\x7e\xe0\x16\x11\xbf\x6e\x69\xd3\xe9\xfe\x64\xf2\x8d\xa6\x1f\x38\x11\x7e\x4e\x7e\xf5\x17\x1c\x57\x31\x59\x50\xd4\xe9\x10\xdc\x52\x67\xa1\x3e\x37\xb6\xe8\xff\xf7\x7f\xff\xa9\xaa\x43\x1d\x1b\x4a\x47\xf5\xe1\xe7\x14\xa2\xff\x4d\xdc\x56\xe8\xdd\xf5\xf9\x81\xfe\xe1\x6a\x11\x75\x9d\xa4\xdf\x8c\x8d\x45\x99\x96\x47\x99\xea\x84\xe2\x37\xd8\x87\x96\x6f\x2b\xdc\x85\x9e\xba\xf7\x58\x0b\x45\x29\xc4\x56\x29\x8e\xfc\x05\xe2\xd4\x7c\x90\x6e\x95\xe7\x49\xf5\x0b\x74\x27\x14\x11\xf0\xbd\xde\xe4\xc3\x13\x1b\xed\x1a\xba\xa5\xc6\xf6\x9e\x40\x31\x25\xb8\xb7\x46\x58\x3a\xfc\x45\x96\x3f\x11\x07\xe0\x00\x92\x59\x31\xb6\x06\x7c\xe0\x16\x3b\x31\x94\x57\x8f\xf5\x3c\x97\x9b\xa4\xe5\x43\x1e\x30\xb1\xf5\xe4\x32\xcd\x15\xbc\xb1\xfb\xf0\x33\xe0\x78\x68\x66\x3a\xcf\xf3\xea\x1f\xe0\xed\xb4\xfc\x4c\xc6\x96\xe4\xde\x68\x1b\xa9\x6e\x91\xe7\x8f\xa7\x8e\x81\x64\xca\x1f\x19\x1b\xfc\xad\x7b\x68\xdc\xef\x29\x58\xab\xce\x86\x6d\x90\x46\x0d\x93\xf7\xff\xf0\xff\x28\xbf\x36\xdd\x01\x1d\x85\x86\x1b\x44\x36\x06\x0f\x7a\x70\x62\x45\x32\xa2\xc2\x14\xde\x1e\x5b\x10\xb3\x78\x9f\xbc\xe7\x99\x75\xcd\xb1\x4d\xce\xbc\xe7\x15\xf1\x57\xdd\xec\x30\x79\x86\x7a\x8c\x93\xd7\x1a\x37\x89\xf2\x40\x5d\x47\xe8\x36\x33\x28\x4c\xcf\xd4\x61\x48\xf0\x6f\x30\x6e\xc8\x01\x36\xb6\xbc\x4b\x5b\x82\xbc\x27\x5c\x95\x8a\x33\x36\xb8\xaf\x74\x6f\x9c\x45\x79\x61\xfe\x42\x85\x1f\xa5\x98\x88\x6d\xe5\x52\x6a\x9b\x2c\x42\x22\x2f\x3e\x7c\x8b\xab\x77\xff\x9e\xf3\xf0\x97\xfc\x0a\xb1\xed\x85\x6f\x6b\x08\x3b\xe6\xc0\x0b\xc7\xb3\x4f\x47\xc5\x96\x37\x60\xcb\x40\xdc\x80\x95\x46\x20\x36\x38\xb7\x2c\x5d\x81\x63\x3b\x18\x27\xb9\x34\x04\xde\x70\xa7\x28\x3e\x78\x9b\xf4\xac\xc1\xef\xb7\x4f\x0d\xf1\xbd\xd0\x4e\xa9\x7a\x62\xe3\x05\x56\xd8\x73\x63\x9d\xf1\x65\x89\x76\xc2\x69\xc3\x3d\x9c\xec\xd1\xff\x53\xaf\x62\x11\xc9\xc0\xf1\x65\xe1\x72\x92\x04\x8d\x12\x89\xc6\x97\xc7\x00\x3f\x92\xee\x75\xba\xa8\xcf\xf4\x86\xe0\x8d\x78\xfa\x83\x8e\x3d\xea\x0f\xa8\x08\xf0\x2e\x87\xcf\x6e\x17\x04\xdc\x2e\xa2\x4a\x5d\xcf\xb6\x8b\xac\xd0\xfc\x06\x0f\x06\x13\xfd\x1e\x91\xad\x79\x57\x23\x57\x63\x37\xff\xde\x54\x66\x6b\x5a\x98\x37\xdc\x5d\x22\x5f\x8e\x2a\x51\xc6\xc6\x4b\xee\x72\x7b\x4c\xe7\xa7\x31\xbe\x97\xde\x56\xcd\x8a\x2c\xbd\x23\x95\x4c\x6c\xa8\xbd\xa3\xa2\x2b\xb1\x3d\x14\xd9\x5e\x49\x38\x59\x74\x4b\x2e\xc4\x9d\x77\x1f\x34\x0f\x29\xf0\xfb\x48\xff\xe0\x43\x02\x46\x09\xe5\xb8\x88\xf2\xa3\x1c\xd3\x16\x2e\xef\x81\x5c\x15\x4e\x15\xe5\x47\xfc\xa8\x49\x2c\x3f\x9c\xf9\x82\xc9\x65\xc3\x9c\x69\xa1\x0b\x5d\x61\xa5\x0a\x8d\xb2\xa5\x18\xf1\x1b\xd4\xe0\x08\xeb\x94\x2d\x17\xca\x6f\x60\x54\x92\x02\x65\xa3\xd2\x2e\xfc\xc5\xc3\x26\x44\x15\x13\xc1\x48\xcf\x17\x05\x49\x02\x15\xf7\x11\x05\xb5\x67\x94\xaa\x3c\x0a\xf3\xbe\x28\x8b\x66\x14\x14\xf0\x56\xe6\xfe\x28\xf0\x64\x50\xb5\xd6\x28\x79\xad\xd4\x9d\xa4\xe0\x5a\xa9\x9a\x9e\x51\x70\xad\x54\x74\x55\x14\x78\x32\x4c\xa5\x4a\x88\x82\x4c\x31\xca\xc6\x10\xa5\x22\x54\x58\xdc\x58\x98\x81\x5b\x51\x65\x51\x6a\x72\xb4\xbf\xc0\x7d\xcf\x07\x57\x41\xce\xed\xf0\x6a\xa1\xc4\x8c\x72\x4c\x45\x69\xc4\x04\x3a\x0a\x0b\x53\x6a\xff\xbc\x3a\x2c\x7b\x28\xf5\x59\x14\xe6\x1d\x94\xfa\x2c\x0a\x92\x68\xab\x74\x5e\x94\xf7\x9e\x5a\x55\x37\x24\x4a\x43\xac\xa2\xc4\x57\x79\x21\x40\x1f\x3f\x3f\x23\x71\x96\xd7\x8e\x59\x09\xa5\x1c\x8b\xd2\x59\x63\x4d\xab\xdf\x29\x1a\x74\xb4\x95\x9e\x3c\xe8\x37\xde\xc5\x55\x11\xb6\x28\xef\x79\x1e\x96\x87\x05\x26\x80\x25\xe5\x57\x14\x78\xd1\x0e\xd3\xd0\x09\x9e\x75\xd6\x15\xa6\xc0\xf6\xc4\xf6\x24\x52\xab\xdb\x1f\x20\x3a\x7d\xc0\x1a\xde\xd2\xd8\x45\x81\x09\xa0\xea\x60\x2a\x2f\x20\x68\xbf\xee\x0f\x88\x5a\xcc\xa1\xf0\x8d\x90\x3f\x61\x94\xc1\x8b\x59\x99\x7f\x39\x87\x0a\xe0\x40\xff\xd0\x43\xe0\xa5\x2b\x4d\x09\x82\x39\xdd\x9b\x4a\x20\xa7\xab\xa7\x1d\xf6\x00\x55\x5c\x8b\x12\xb9\x2d\xb5\x70\x41\xe4\xed\x39\x78\x21\x45\x2d\x1e\x32\x2c\x02\x72\xac\x89\x82\xd8\xaa\xe1\x11\x05\x21\xab\x69\x42\xb2\x19\x95\x1b\x8c\x02\x03\x81\xaa\x60\x45\x81\x81\x40\x85\xba\xa2\x4c\xca\x47\x09\xe8\xf2\x22\x90\x3e\xbc\x85\x10\x01\xbe\xf9\x4e\x53\x52\xbd\x6f\x9a\x26\x91\x9b\xa7\x61\xb1\x0f\xd1\x90\xda\x7b\x2f\xd4\x02\xbf\x9b\x1d\x59\x7b\x45\x0e\x17\x51\xa8\x68\xd7\x85\xa4\xec\x6c\x51\x0d\xec\x24\xd2\xef\x53\x88\x77\xff\x80\x73\x48\x90\xa1\x30\x89\x5f\x7c\x7e\x48\xa2\x45\x24\xf2\x4f\x2b\xde\x20\xca\x41\xcc\xe2\x71\x1f\x3c\xf1\x35\x31\xf0\x97\x18\x16\xb1\x07\x95\x32\xd3\x3f\x20\xd6\xbd\xf8\x83\x85\x0f\xdc\x03\x0f\x0e\x51\x00\x9d\x79\x55\xec\x7b\x94\x93\x37\x56\xcf\x1b\xfd\x5f\xbd\xfa\x48\x3e\x33\x2c\xa2\xe1\xdb\xf0\x99\x36\x28\xcd\x87\x05\x4f\xfa\x36\x4c\x7f\x40\x75\x97\xae\x23\xe5\xe4\xf9\xad\x1b\x4e\x01\xe8\x18\x1e\x04\xcb\x55\x7f\x9e\x39\x0b\x1a\x04\xe2\xac\x7d\x5b\x29\xac\x45\x6d\x90\x5d\x50\x11\x30\xcc\x2c\x17\x4a\x64\x08\x01\x17\x16\xf8\x33\x24\x2e\x40\x0c\x43\xb7\x97\x02\xdf\xd2\x5f\xf1\xbe\xbc\x49\x82\x16\x8a\x39\xf7\xac\x13\x2e\x28\x36\x5d\xbd\xeb\x6e\xb8\x53\x7f\xfe\x87\x93\xb8\xf7\xc4\x43\x39\x62\x12\x12\x44\x54\xff\x00\xfe\xf3\xb4\x01\x44\x58\x69\x54\x80\x21\x86\x37\xd5\x43\x65\x85\x60\x7d\x79\x32\x6e\xc2\x2d\x32\x17\xa8\x68\x7c\x50\xf7\xd0\x82\xe1\xa1\xb4\x54\x0b\x95\xd5\xa8\xad\xa4\xad\x09\x23\x24\xa2\x2b\x7c\x31\xc7\xe7\x85\x83\x5f\xf8\x05\xde\x88\xfd\xc5\xc6\xa3\x4b\x47\x78\x4d\xa4\xf1\xf9\x01\x1c\x55\xfd\xcc\x89\xa8\x7a\x66\xd0\xfc\xd4\x33\x8e\x7c\x77\x09\x5d\xb6\xbc\x72\xa3\x6e\x34\x6f\x7d\x1a\x7c\xb7\xa1\xfc\x0a\xa2\x96\x1c\xa6\xbe\x40\x7d\x67\xab\x9a\x2b\x52\x19\xab\xe8\x56\xd4\xc2\x1b\x54\xf8\x07\x9e\xf9\x42\xda\x15\xa5\x41\x46\x73\x17\x48\x2f\xbe\xfc\xff\x01\xcb\xcc\xd2\x33\xf7\xc4\xa7\x45\xc8\x8e\xe9\xe7\x07\x83\xd2\x07\xa9\x26\x10\xd0\xae\x95\xf7\xeb\xe1\x1f\xc8\x61\xf1\x17\x1f\xba\xa8\xa8\xed\xac\x34\x6b\x51\x2b\xf1\xc3\xf0\x0f\x70\xc4\xfa\x34\x8f\x7d\xae\x8c\x27\x51\x13\xe6\x08\x83\x56\xa4\xbf\x99\x3f\x01\xa1\x0a\x65\xba\x32\x83\x47\xad\x8c\x6b\xd4\xa4\x34\x22\x06\xdd\x3e\x2a\x94\xeb\x96\x9f\x15\xa0\x46\x59\xdd\xa3\x36\xda\x4d\x3c\xcd\x9d\xe6\x26\xc1\xc1\xda\xc9\x6d\xa6\xb2\x53\xb3\xaa\x63\xa0\x76\x70\x97\x24\x64\xed\x3c\xbf\xbd\xd8\xc8\x1d\x53\xbd\x12\x83\xc1\x93\x1e\x16\xf3\xc3\xd9\xb8\x52\x11\x93\xad\x64\xc6\x51\x07\x8f\x37\x13\x81\x20\xed\x61\xfe\x1a\xbc\xdc\x0a\x00\xd6\xd4\x9c\xeb\x0a\x53\x51\x47\x4e\x09\x6c\xa2\x06\xc5\xb6\x79\x98\xa9\x87\x05\x0b\x6a\x80\x65\x3f\xcf\xb0\x51\x7d\x1a\x00\x8d\xdd\xdf\x27\x8d\xda\x45\xf0\x23\x50\x46\xda\xa8\x01\x3c\x28\x61\x51\x83\x24\xea\x96\x54\x89\x0a\x96\x07\x31\x93\x46\xd1\xc0\x1c\x74\xca\xd8\x19\x95\xc0\x40\x8a\xf3\x8a\x3a\x71\x46\x6b\x95\x51\xd3\xd5\xcf\x14\x71\xd3\x3f\xc0\xe2\xa0\x33\xbb\xb2\x50\x9c\x5c\xa7\xa2\xae\x24\x4a\x6f\x24\x4e\x10\xb2\xa8\x8b\xf8\x5e\x52\xb2\xa6\x32\x5e\x20\xb2\xd2\xec\xaf\xd3\xa5\x32\xd6\xe6\x23\x3f\x16\x11\xd6\xf4\x17\xdc\xcd\xba\x26\xd7\x9d\x69\xc1\xcd\x01\x3b\x8d\x29\x16\x18\x4c\x22\xac\x9c\x82\x51\x91\x34\xd8\x31\x41\x51\x91\x63\xc6\x5a\xda\xba\xf3\xba\xe5\xe9\xdd\x29\xef\x2d\x54\x76\xca\x5e\x4f\xd7\x01\x30\x2b\xd0\x54\xa1\x61\x1f\x02\x03\x15\xa5\xda\x9a\xaa\xa7\x44\xa5\x86\x5d\xd5\x50\xa2\x1e\xdc\xe4\x16\x3b\x50\x62\x54\xa5\xec\x8b\x7a\x90\x4f\xfc\xc2\xc9\x26\xfc\xc2\xf5\x72\xa2\x39\xef\x20\xbc\xf4\xae\x3f\xc1\xeb\xdd\xcf\x48\x7b\xa4\xe3\xbe\x9e\x39\x77\x1a\xe7\xc9\x3d\xed\x25\x3c\xc9\xdc\x9a\xed\x13\xbe\xe5\xde\x0c\x27\xc3\x36\xfd\x3e\xf7\x9f\x79\x39\xf5\x22\x5e\x51\xe4\x92\xf9\xf9\x84\x20\x64\xb1\x64\x82\x21\xa0\x29\xe5\x69\xd4\x0b\x81\x1b\x26\x81\x25\x2d\x96\x59\x82\xc9\x63\xcc\xeb\x2c\xb0\x36\xbd\x19\xae\x5c\x3d\xf5\x81\x10\x99\xe1\x79\x80\x2b\x80\x5c\xec\xa3\xde\xdc\x6f\xde\x5e\x37\xb2\x4c\x7a\x0b\xdf\x99\x7d\x53\xa3\xb8\x29\x24\x34\x91\x77\x4e\xa4\x5f\xe0\x79\x2f\x4d\x46\xbd\x93\x4a\x0d\x03\xa9\x83\x95\x20\x2f\xea\x8b\x73\xaa\xa2\x72\xa3\xde\x24\x5a\x44\xc2\x38\x31\xe6\x5f\x52\xfe\x44\x05\x26\x6a\x53\x86\xd1\x4a\xef\x00\x4f\xfb\x93\x5b\x51\xbc\x02\x07\xd0\x61\x2c\xf1\x90\x5f\xa5\x49\xa9\x89\x92\xa4\x3a\xa9\x0f\x6f\x5c\xe6\x26\x7a\x84\x2a\x29\x4f\x54\xe4\x15\x5e\x1e\xf2\x43\xf4\x28\x6e\x69\x0c\x79\x91\x0f\x4f\xb4\x5f\xae\xc4\xd0\x0f\x0c\x03\xaf\x7a\xce\x81\x4d\xfd\x80\x95\xf8\xbc\x30\x50\xeb\xc6\xcf\x10\xdf\xda\xa9\x0d\xa5\x8d\x6d\x56\x68\x8c\x96\x96\xf3\x64\xb4\x8d\xf7\x46\xad\x5c\x63\x54\xcc\x4f\x62\xad\x95\x0c\xc9\x16\x0d\x85\xc9\x18\xf4\x05\xd3\xf4\x79\x6d\x1b\x61\x90\x24\x50\x2b\x64\xe1\xd0\xf3\xe4\x07\xa2\xba\x70\xdf\x89\xa8\x82\xf8\xfb\xee\x1e\x79\x27\x0b\xb7\x48\x61\xb1\x99\x48\x6e\x82\xe5\x26\x71\xa1\xf1\xc0\xa9\xae\x11\x2c\x69\x15\x89\x3e\x24\x46\x1b\xc3\x91\x3d\x91\x2f\xae\xa9\xf2\xec\x8f\x06\x58\xa3\x64\x63\xd1\xe8\x23\x30\x3d\x2b\x88\x43\x51\xde\xd4\x68\x70\xa6\x54\x52\xd3\x68\x8d\x77\x38\xf7\x08\xef\xca\x21\x78\xd0\xd2\x65\x40\x62\xb9\xb5\x9c\x57\xff\x90\x88\x42\xec\xd2\x28\x76\x8b\x3b\x61\x6d\x0e\x6d\xab\xd6\xc8\xa4\xba\x0d\x34\x46\x9a\x28\xdf\x5c\x34\x22\x9f\x4d\xb2\xbc\xa5\xbd\x45\x2a\xbe\xd6\xb9\x9c\x22\xa3\x67\xaf\x9a\x7c\x04\x35\x0f\xcf\x55\xea\x63\xdc\xe2\x81\x68\x73\x77\x09\x20\x1e\xfe\xfe\x22\x09\xa2\x1a\xea\x18\x2b\x0a\x5a\xe7\x5c\xea\xff\x81\xe2\x2f\x12\x81\x6d\xe4\xb1\x29\x92\xe1\xa4\x30\x3e\xcf\x0d\xe9\xe0\xfd\x3c\x38\x04\x31\xd4\xe0\x10\xfc\x8c\xd5\x14\x1c\x68\x23\x27\x56\x53\x3f\x18\x98\xf8\x79\x83\x90\xc2\x7b\x19\x0e\x9a\x4a\xf9\x10\x8d\xd0\xcc\x8b\x17\xb9\x12\x22\x2a\x78\xbd\x30\x0f\x22\x6d\x9f\x85\x6a\x43\xb0\x8b\x32\x53\x46\xa3\x02\x46\xf8\xa2\xc1\xc4\xd3\xa6\x99\x94\xc8\x6a\xf3\x56\x65\x7a\x1b\xe9\x28\xdb\x9c\x7c\x41\x5d\x4e\xec\xc4\xe1\x0f\x70\x4a\x0b\x3b\xb4\x99\x32\x4d\x44\x2f\xf6\x29\xec\xd5\x56\x0a\x14\x11\xb1\x92\xc1\x34\xb7\xf4\x51\xd8\x24\xad\xdb\xa2\x3c\xd0\xcd\xad\xad\xc5\x37\xdc\x0b\x31\x8c\xf7\x06\x53\xc8\xa8\xba\x65\xb4\xc5\xb9\x30\x19\x30\x02\x9b\xe7\xf6\xa4\x53\x54\xec\x39\x37\xa2\x93\x7a\x1d\x0f\x1d\x85\xc8\x9a\x2a\x27\x44\x23\x16\xdb\x7e\x7f\xf2\x63\x68\x7b\x6e\x56\x91\x4c\x3d\xd1\x34\x45\x39\x6a\x0d\x32\x93\x03\x7a\x3d\x77\x9e\x99\x9b\x7f\x20\x17\x56\xd3\x0c\x05\xb0\x5d\xd2\x1a\xb3\x10\xdb\x02\xd0\xa0\x3a\xf2\x9d\xb6\x25\x74\xd3\x05\xb1\x11\xa9\xa9\x90\x63\xb4\x23\x7b\x15\xa1\xc8\xef\x37\x37\xcb\x77\x04\x4b\x17\xcb\x73\xc6\x4a\x2b\xdb\x59\xb4\x93\x43\xd3\xdd\xa8\x9d\x39\x34\xff\x80\xfd\x25\xdc\xd4\x00\xa4\x1c\x29\x18\xed\xc4\xee\x11\x0c\x6a\xd7\x8f\x2f\xe8\x0b\x00\xa5\x62\x0f\xab\x06\x8b\x92\xf2\xd3\x45\x83\x05\x69\xda\xa3\xa7\x5d\x64\xf6\xcd\x5f\xf0\x30\xd4\x85\xac\x41\xff\x53\xec\x4f\xd5\x60\x42\x52\x1d\x96\x68\x74\xbb\x9c\xde\xa2\x57\xce\xb7\xde\xa0\x86\x48\x40\xa3\xdd\x0c\xfb\xd0\xc0\x51\xff\x4b\x39\xd8\xa2\xdd\x54\xe7\xe8\x5e\xd9\x18\x0c\xe3\x71\xc2\xe8\x34\x0c\x22\xe0\x8b\x59\x7e\xe6\x5b\x14\xaf\x1d\x06\x15\x28\x18\x56\xec\x7f\xd5\xee\x5c\x3f\x77\x81\xbd\x62\xb9\x72\x63\xfd\x36\x1f\x96\x08\xa7\x19\x3e\x4c\x53\xe7\xa4\x8b\x68\x7b\x60\xcb\xb0\xf8\xa4\x0e\xca\x52\x81\xf0\xca\xb2\xf0\x49\x9e\x12\xd1\x0f\xf5\x3f\xcd\x3f\x90\x01\xcc\x86\x99\x2c\x50\x3b\xba\xff\xa0\xf3\x94\x3c\xed\x3f\xcc\xa4\x44\x42\x47\x81\x2f\x65\x01\x8a\x0e\xa8\xa4\x14\x3c\xd1\x19\x5f\x63\x97\xb0\x8e\xc4\x30\xa1\xa5\xe9\x30\x75\x29\x1f\x4e\xf4\xdf\x8d\x67\xbd\xbf\x51\xd9\x27\xa6\xed\x48\x03\x58\xec\xf0\xd5\x11\x2d\xa3\xcc\x32\xd1\x11\x1d\xf3\x53\x85\x97\xe8\x1b\x23\x53\x74\xbd\xee\x1b\x35\x44\xd3\x4d\xe0\x3a\x57\xfd\xc5\xbb\x9a\x36\xa4\xf6\x0d\x75\xfe\x74\x0e\xf5\x8d\x44\xfa\xf9\x81\xda\x5f\x44\x33\xe7\xf2\x26\x88\xd0\x59\xce\xd6\xf7\xaa\x5e\x98\x2d\x76\xf9\x07\x06\xdb\x69\x98\xc0\x77\x73\x13\xa8\xe8\x08\xb8\x51\x82\xf7\xe8\x25\x0b\xf8\x6b\x10\xf0\xe1\x2c\xf6\x42\xeb\x85\xb5\x4d\x34\xec\x17\xf0\xbd\x2f\x68\x58\x25\xaf\x07\xa6\xfb\x40\xde\x5c\xbf\xc0\xc5\xd2\xea\x16\x14\x0f\x94\xfc\xef\xf5\x07\x17\x2e\x3f\xa3\xb4\x84\x40\x4b\x87\xda\xcb\xd2\xa2\xbf\xf8\xaf\xf8\x7c\xe8\x35\xb9\x43\x13\x09\xaf\x50\x1b\x58\x7a\x9d\xff\xfe\xd3\x54\xe8\x21\x7a\xcd\x21\xf8\x07\x98\x1c\xc5\xe2\x1d\xe9\x68\xaa\xa7\xb1\x72\x04\xa6\x88\xa2\x43\xb7\xcd\xde\x72\xa9\xd4\x62\xa3\x88\x73\x93\xa8\xdd\xa0\xbc\x2c\xd1\x61\xab\x8b\x3f\x95\x8a\x88\xde\x72\x51\x44\x40\xa3\x3c\x2c\x6e\x7e\xa1\x39\x0d\xb9\xed\x78\xd6\x9a\xc0\xd4\x67\x55\x74\x6f\xcc\xa4\xea\xff\xb1\x81\x36\x0f\x28\xa5\xa5\xa6\x00\x71\xcf\x36\xa8\xf7\x9e\x23\x16\x49\x1d\xce\x12\x66\xc5\x04\xa7\xd5\x3f\x20\xb5\xaa\xd9\xa4\x73\x50\x66\xef\xce\x0b\x8f\x68\xe8\x1c\x83\x96\x15\xd1\x41\x61\xce\x44\x74\x90\x62\x57\xa3\x23\x3a\xc8\x8a\xea\xde\xa9\x14\xf6\x86\x42\xbe\x9d\x62\xd7\xbd\x8e\x1a\x66\x4a\x31\x18\x7d\x6c\x7c\x41\x5f\xbc\xe8\xb4\x2a\xc0\x36\xfa\xe0\x2a\x6a\xda\x47\x87\x36\x4b\x24\x02\x9c\x1a\x17\xf6\x11\x78\x5f\x93\x34\xb8\x4c\xfe\x1f\x45\xe1\x4d\x32\x82\xac\xc3\x53\x02\x25\xa1\x53\x2f\x45\x47\x68\x51\x7c\x46\x40\xac\xa4\xbd\x01\xef\x5a\xab\x3d\x3a\x95\x88\xca\xcf\x1b\x3d\x72\x59\xd4\x02\x90\xaa\x0d\xb0\x1d\xc6\xc6\xf8\x3c\x77\x9e\x30\xfe\x00\x9c\x5b\xdc\x45\xfc\xfb\x4f\x2d\xde\xae\x50\x3b\x86\xe7\x90\xee\x4d\xca\x76\x1a\x9d\x99\x20\x15\x59\x12\x1d\xd6\x47\x1b\xf0\x3b\xdd\x75\x95\x9a\x34\x3a\xac\x8d\x61\x5e\x43\xbe\xe9\x62\xbf\xc1\x3e\x31\xaf\xde\x0e\x13\xac\xe3\x75\x78\xb1\x70\xb5\x57\x5f\x47\xb0\xd1\xdc\xaa\x7b\xb8\x61\x4e\xf2\xf3\x83\x67\x75\x90\x58\x59\xc7\x68\x47\xc2\x1f\x1b\xb4\x3a\xea\xf3\x86\xb9\x7d\x25\x89\x6a\x71\xd1\x46\x66\xa9\x84\x54\x8b\xe1\x85\x58\x3c\x46\x4d\x34\xea\xf3\x5a\x35\xda\xf7\x5c\x3a\x8d\x12\x61\x42\x61\xee\xd9\x79\xd6\x77\xff\x80\x73\xd4\x13\x0d\x10\xaa\x32\x6b\xd1\x69\x9c\xdc\x84\xfe\x3a\x12\x27\xda\x7b\xbe\x1f\xe0\x7f\xef\xa0\x83\x3d\x6a\x50\x34\x56\x4e\x9f\x48\x07\x7b\x14\x89\x07\x2f\x0c\x82\x93\x1d\xfe\xbb\xf1\xe9\x71\x41\x98\x8b\xe4\x83\x10\xc8\x4b\x89\x4c\x8a\x3f\xd5\x12\x8f\x7e\x70\x5a\xb4\x96\x07\x80\xb4\x85\xf5\x99\xa7\xa4\x3e\x40\x90\x50\xf8\x3c\x3a\x39\x08\xcd\xf3\x99\xd3\xa6\x51\x21\x96\xbb\xfb\xc0\x3a\x09\x47\x2d\x0c\x4f\xba\x00\x6a\x50\x80\xc4\xf1\xf9\x9f\x01\xe9\xdd\x5d\x80\x66\x61\xcf\x7e\xd2\x67\xd4\xd8\x00\xca\xc5\xb9\x79\x93\xc0\x20\x1a\x9f\xe7\xca\x17\x44\xe4\x8b\x99\x8b\xea\xaa\x45\xbf\x00\x58\xcc\xe2\x17\x4d\x16\x9f\x17\xe8\x39\xe6\x16\xb1\x67\xda\x5f\x82\x5e\xa3\x23\x8b\xb5\xfd\x3a\xfa\x95\x23\x74\x77\x54\x04\x7c\xde\x00\xba\x11\x4a\xec\x37\x97\x45\x48\xb5\x03\x5e\x2f\x8f\x10\xf0\x3a\xdc\xc0\x9d\xbc\xa5\x59\xa6\xa6\x72\x33\xb3\xc1\x20\xab\x98\xfb\xe8\xac\x0e\xa2\xaa\xf1\xd1\x91\x27\x71\x6e\x9f\x26\x78\x70\x5b\x98\x3d\x2f\xe6\xb7\x7b\x79\x7f\x28\x2f\xcd\xf1\xc8\xbe\x63\xbb\x73\x7f\x28\xcd\x3e\x2f\x60\xed\xbd\xe7\xe0\xd7\xe5\x50\x83\x41\xbf\x2d\x25\x27\x8d\x81\xd0\x23\x07\x02\x8c\x1f\x35\x20\xba\xfd\x0c\xfa\x66\x6f\x9f\x2f\xc8\xa0\xc3\x9f\xe4\x4c\x74\xfd\x40\x1f\x54\x1d\x54\x03\xae\xd7\x76\x73\x1e\xa9\x3c\x14\x99\x03\xf1\x49\xf6\x49\x1f\x3f\x2e\xe8\x70\xa7\x60\x59\xb1\xcf\xf8\x91\x43\xb5\x4b\x46\x42\x68\x49\xe5\xb1\x25\xdd\xfe\x81\x28\xc5\x9d\x6e\x39\x79\xea\x75\xa3\x75\x6f\xf8\x0d\xe2\x0e\x77\x8b\xa8\x24\xbb\x4a\x8f\x42\x60\x55\xfd\x03\x04\xaf\x4e\xc0\x51\x78\xd5\xf7\x40\x10\x52\x5e\x1d\x96\x34\x0a\x0e\x65\xf1\xc0\x28\x24\xd3\x44\x24\xc4\xad\x7e\x83\xaa\x38\x8f\x0c\x1e\x65\x76\xb2\x1c\x95\xfa\x1f\x53\x41\xcb\xec\x26\x2d\xf5\xa8\x24\xd3\xcf\xbc\xcc\x7b\x60\x2c\x54\xdb\x3f\x6f\x60\x85\xa4\x95\x1c\x95\x67\x96\xfb\x68\xbc\x57\x4b\xfe\x8f\x46\xe6\xd5\x51\x3c\x1a\xb6\x98\xe4\xd4\xa0\xf5\x75\x7a\xe8\xb0\xbe\x96\x5f\x75\x9b\x74\x7a\xf0\xc8\x88\x53\xc3\x5f\x50\xe7\xf0\xf9\x81\x1a\x43\xd3\x99\x8a\x4c\x73\x2b\xb0\xe6\x67\x60\xc4\x96\x9f\x15\x82\x5b\x99\x0f\x91\xd1\xb9\x84\x3a\xa7\x46\x1f\x70\x64\xf3\x0b\x38\x44\xc2\x0d\xe4\x82\xa9\x0b\xa8\x29\xe3\xd3\x40\xee\x7b\xcd\x4c\x16\x9f\xd5\x65\x7f\x8c\x5c\x0f\xb5\x49\xe8\x16\xfe\x02\x4d\x4a\xc3\x33\x06\x79\xc2\x5c\xc3\xc8\xa7\x2d\xfc\x03\x75\x2b\x5e\x30\xa8\x11\xed\xd9\x33\x52\x8d\xe8\x99\x41\xce\x1c\xfb\xd5\x8c\xa0\x08\xf4\x6a\x10\x7b\x09\xde\x0d\x62\x2d\x9d\x7d\x23\x90\xd4\x77\xb9\x47\x64\xf2\x6a\xee\x80\x83\xf0\xff\x70\x0f\xf1\xda\x05\x12\xb0\xcb\x80\x30\x26\x29\xd6\xf7\x93\x2e\xff\xd2\x81\x8c\x09\x1b\x98\x47\x80\x4a\x21\x76\x59\x18\x93\xd9\x3c\xd4\x41\x22\xb7\xea\x17\x58\x12\x52\x23\x42\x9a\xed\xdf\x9f\x52\x31\xc4\x98\x1c\xbe\x5b\xc7\x96\xf9\x50\x87\x33\x48\x77\x92\x41\x53\xb1\xa7\x13\x39\x19\x95\x02\x23\xc6\x4a\xc6\xd3\xfc\xc0\xc3\xcc\xd6\xec\xb1\x10\x3e\x65\x36\x5a\x88\x3e\xf8\x34\x48\xd5\xf2\xa7\x47\xda\x32\x44\xe1\xe2\x15\x44\xf8\x67\xd0\xa7\x5d\x55\xe8\x63\xa4\x72\x53\xca\xe6\xb1\xc3\x04\x13\xfe\x82\x3e\xe5\x26\x6a\xa7\x10\xfd\xbc\x81\x55\xf4\xf9\xb1\x53\x74\x9b\x77\x0f\x2c\xab\xd9\x04\x85\x63\x55\xf8\x30\xc6\x41\x05\xa8\x27\xe6\x40\x4d\x56\x9f\x59\x47\x76\x29\x1a\x0e\x28\x97\xbd\xe1\x4e\xde\xa4\x84\x78\x06\x40\x98\xcd\xce\x83\x8e\xee\x9e\x87\x93\xfb\xcf\x83\x38\x51\x42\x46\x00\x7b\x9c\x2c\x68\x20\xd6\x3c\x29\x88\xbc\x59\x10\xc9\x55\x2c\x14\x98\x3e\xc7\x5e\xbd\x83\xd5\x43\xa6\x89\x06\x2a\xb3\xe5\x7b\x24\x2a\xf3\x49\x71\x91\x68\x3f\x53\x6a\x78\x7f\x5c\x03\x2f\x88\x86\x17\x74\xd5\x4d\x96\x85\x71\x11\xf4\x7b\x5e\xa0\xa6\xb4\xcb\xc5\xb8\x50\xcb\xc3\x82\x0b\xa8\xc9\x16\xe2\x71\xc1\x99\xd5\x1c\x7d\x53\xe6\x7b\x47\xbf\xb0\xaa\xdb\x58\x3b\x6e\x86\x24\x88\x82\x1b\xb7\x6e\x0b\x78\xd8\x83\x6d\x6e\x1d\x77\x2e\xb5\x5f\x08\xbc\x20\x7e\xbc\x79\x3a\x5a\xc6\x20\x43\xa2\xed\x9a\xe3\xa6\x3e\xd0\x13\x7f\xe7\x3c\x6b\xd0\x2f\x0c\xab\xaa\x7e\x16\x83\x29\x11\x1d\xf6\x33\x1e\x8a\x15\x33\xe0\x83\x13\x41\x0a\x97\x81\xa4\x40\x9f\x93\xee\xa1\xca\x47\x60\x71\xc0\x73\xee\xc3\xc1\x4f\x4e\xbc\x86\x05\xf7\x7b\xc7\x43\x8d\x27\x89\x14\xd5\xf0\x8c\xb3\x46\x24\x7e\x49\xe4\xd0\x0f\x1b\x40\xbf\x5f\x68\x68\xb1\xea\x39\x69\x9a\xfa\x01\x33\xf9\x69\x71\xe2\x79\xd3\x33\xe2\x84\xc2\x0d\xe4\xc6\x0e\xfd\x70\x30\xbc\x44\xcf\xf4\x46\xed\x7a\xa6\x82\x43\xb2\x23\x12\x92\x49\x47\x19\x1b\x81\xa2\x04\x78\x6c\xd4\xe6\x4b\xd5\x1a\x1b\x2f\xe3\xd3\x6d\x70\xa2\xdc\x04\xaf\xa5\xda\xfb\x01\xb5\xa5\x57\x33\xa0\xb6\x34\xf4\x09\xe4\x00\xb2\x23\x7b\xa4\xeb\x9d\x36\x45\x14\x4e\x9c\x3f\x20\xf2\xd1\x51\x1b\xf0\xac\xb3\x85\x38\x0a\xef\x16\xd3\x2d\xd0\x76\xa2\x6d\x14\x85\xe7\xbb\x24\x5c\xb0\xf8\xeb\x34\x15\x95\xa2\x5d\x3b\x29\x2a\xed\x88\xe2\x90\xa8\x64\x19\x1d\xcf\x91\x5a\xc1\x3f\xd9\x8c\xa2\x12\xe4\x68\x1a\xe1\xef\x5f\xec\xcd\x1c\x95\x8b\x65\xfe\x01\x7c\xb3\x91\x29\x1a\x17\x4f\xa0\x3e\x12\x8b\xe9\xb4\x0f\x96\x77\x0d\xb7\x00\x06\x2b\x7e\x26\x14\xd3\x56\x8d\x96\xd3\xa2\x26\x7b\xf6\xa1\xc5\xeb\xdc\xdd\x92\x68\x01\xa5\x9b\x6d\xcc\x01\xa5\x9b\x8d\xa7\xd1\x73\xdf\xf8\x87\x1c\x97\x7e\x80\x12\x6d\x48\x22\xc5\x28\xff\xfe\x13\xd3\x4c\x3a\x2a\x7c\xd3\xb5\x98\x83\xb7\x1b\x73\x20\x02\xf0\xac\x44\x8b\xc1\x62\x62\x22\x29\x9d\xf1\xcc\x0e\x70\xc6\xb3\x51\x3b\x06\x4b\x4c\x98\x25\x07\x07\xe1\x67\x5e\x76\xcc\x0c\x41\xb1\xda\xfd\x43\xe1\x30\xfd\x03\x78\x52\xd7\x8e\x60\x55\x35\x27\x7c\x88\x20\x3c\x97\x08\x0a\x66\xe1\xb1\xf3\x78\xc0\xe6\x3b\x8b\x9b\x7c\xf0\xac\x61\xc0\x06\x1c\xce\xaf\x10\xe9\x54\x2f\x34\x11\xc0\x37\x36\xd8\x06\xf0\xcd\xd4\x3d\x25\x90\x00\xc7\xc6\xd8\x60\xc5\x10\x9b\xe6\x82\x8e\x6f\xf6\x39\x8d\x45\xab\xc6\xf2\x1b\x94\x07\xd2\xf7\xc7\x62\x1f\x9a\x3b\xc6\x98\xab\x7a\x6a\x04\x0a\xb6\xda\x9c\x1b\x54\x53\x15\xcf\x0c\xd4\x52\xb3\x78\x5c\x3b\x52\x5b\x78\x58\x3b\x17\xd4\x4c\x08\x73\x6a\xf3\xed\x29\xf6\xac\xb4\xec\x26\x10\x10\xfb\x21\xe2\xc2\x4d\xc7\xff\x53\x42\x0c\x37\xc9\xad\xa0\x73\x2e\x0e\x92\xad\x2e\x0e\x22\x16\x33\xcd\x01\x3e\xb5\x98\x3a\x08\x5d\x4d\xd4\x81\xc3\x5f\x50\x36\x32\xdf\x8d\x39\xe0\x20\xcf\x68\x81\xe1\x37\x67\x9b\x65\x1c\xdc\x3a\x16\xf8\x28\xa6\x6f\x03\x6f\x9c\xbc\xec\x5a\xaa\x20\xef\xb4\x6d\x98\x91\x8e\xf7\x16\xe7\x84\x34\xc2\x3c\x71\x51\xeb\xe2\xe5\xbc\x28\x01\x84\x48\xe3\xca\x61\xf9\x0d\xf6\xa1\x71\x13\xc3\x58\x3d\x1b\xa8\x1b\x6b\xed\x6c\x40\x37\xe4\x9b\x52\x00\xd3\x58\x55\x1a\x77\xf2\xb5\x88\x82\xe6\xe7\x33\xf5\xd0\xfc\x4c\x1f\x9c\x77\x32\x8c\x48\xb8\x59\xd6\xce\x1f\x50\x76\x5b\x32\xbe\xa0\xa5\x3a\x2d\x45\x30\xc9\xcd\xf0\xff\x3b\x5b\x74\x0b\x27\x7f\x30\x91\x4c\x7c\xe0\x67\xb0\xbd\x4f\x52\x68\x8e\x6c\x7c\x88\x87\x6a\x1d\xcb\x5a\xd6\xcb\x77\x58\x5a\x20\x8f\xb3\x9d\x46\x22\x3d\xdd\x2c\x8c\x1f\x9a\x83\x05\x79\x03\x96\xd5\x59\x04\xad\x02\xba\x24\x5f\x8c\x27\x2a\xd1\xfe\x56\xfd\xcb\x89\x34\x51\x7f\x6d\x96\xcd\x5f\xe7\xac\x0d\xfd\xb0\xf8\xc6\xa6\x1f\xd8\x9f\x9f\x2f\xbe\x50\xf4\x03\xb7\x95\x20\xf4\xdc\xb8\x6b\x74\x26\x4d\xd4\xdb\xb0\x7a\x6c\x22\x82\xdf\x1b\x77\xc2\xae\xba\xc9\x02\x32\xb7\xa4\xa1\xea\x07\x1e\x9c\x82\x45\xb3\x60\xa3\xea\x20\x9d\x05\xc6\xe4\xf0\x33\x45\xb5\xce\x8f\x99\x2a\xa2\xcf\x1b\xa8\xc8\x62\x9a\x60\xf4\xb4\x45\x7b\xd2\xd7\x5f\x77\x91\x49\x4f\x7d\x95\xf4\x88\x59\xb9\xd8\x92\x58\x13\x95\x67\xed\x83\x38\x2b\x62\xc8\x25\xda\x67\x6a\x77\x74\x47\x9b\x70\xa5\x5f\x8e\x41\x9c\x00\x17\xd6\xf1\xcd\xfa\x30\x41\xcc\x7f\xcf\x50\xd5\x84\x73\xcc\xcc\x54\xd5\x08\xaf\xcc\x86\x63\xb2\xfb\x85\x20\xd5\x7e\x21\xf9\xcb\x6f\x10\xca\xe9\x28\x9e\x0d\xb7\xd3\x4f\x93\x2c\x97\x28\x09\x35\x3b\x1d\x08\x65\x90\x9a\x09\x20\x04\xe6\x26\xf0\xc0\x72\x30\xe5\x84\x15\x4e\x25\xfb\x62\xf6\x64\x19\xcd\xcd\xe0\xf2\x98\x25\x06\x42\x31\x4c\xe6\xa0\x0b\xca\xf2\x0b\xdc\xbd\x9b\xdf\x40\xca\xaa\xe1\x17\x60\x23\xd0\x66\x9e\x50\xc5\xc4\xf7\x07\x1c\x5a\x26\x2a\x50\xc3\xe7\xf3\x0c\x48\x2a\xad\xe3\x0c\x78\x31\x7a\xa2\xa0\x37\xb1\xb2\x6e\x22\xc3\xcc\x72\x3e\x98\x39\x29\x67\xb5\xde\xc8\x87\x67\x85\xe1\x84\xdb\xbb\xbd\x8f\xe7\xcc\x21\xa9\xc7\xc9\x1e\x34\x24\x86\xc7\x99\xa3\x78\xd4\x4b\x73\x3a\x27\x15\x09\x1e\xc2\x7b\xf6\xd7\xe6\x6d\x82\xec\xc3\xa5\xfa\x99\x42\x55\xc0\x7e\xc2\x42\x65\xdb\xcf\x5c\x81\x04\xca\xa2\x88\xe9\x67\x0c\xe4\x26\x0c\x56\x56\x1e\xce\x45\xe9\x50\xfc\x03\x95\xb7\xcb\x34\x11\x2b\x08\xa1\xce\x3d\x85\xa4\x56\x12\x26\x2c\x6b\xdd\x66\x62\x05\x33\xdc\xce\x18\x56\xf5\xb1\x93\xa9\x25\x77\xe7\x8b\x15\x8a\xbd\x8d\xe6\x4e\x2a\xfd\x4c\xa6\xff\xbc\x80\x30\x2d\xe7\x34\x9a\x48\x5b\x63\x2d\xdc\x3c\xf2\xbc\xd2\x4c\x1c\x49\xb5\x26\xff\xe0\x2e\xb0\x24\x45\x22\x80\x35\x3e\x9f\x60\x73\x0a\x7e\x4c\x78\x66\x59\x81\x32\xe9\x98\xa5\xc2\x95\x31\x51\x79\xd5\x77\xe6\x49\x47\x2d\x7b\xe1\x4f\x64\x0e\xb0\xf2\x62\x1e\xc9\x00\xea\x92\x2a\x17\xb3\x1c\x6a\x58\xf8\x82\x3b\x11\xc5\xa7\x82\x24\x31\x4f\xda\xdf\xa7\x3f\xc8\x7d\x27\xa2\xcf\x3c\xf9\xfd\x06\xe6\xd6\x82\x15\xb9\x72\xe6\xf8\xd3\x0d\x69\xa6\xfa\x45\x08\x6c\x9e\xc9\x2e\x9a\x45\x64\x22\x50\x55\x8d\x98\xa8\x68\x6f\xed\xe7\x4c\xec\xe2\x5d\x74\x71\xda\xbd\x94\x70\x24\xb3\x12\x69\x5e\x3c\x03\x75\x35\x98\x17\x2f\xe9\x16\xcc\x04\x33\xde\xe9\xe9\x47\x66\xe1\x73\x71\x9e\xcd\xd4\x69\x97\x12\x6a\x9b\x37\x8d\xfe\xba\x5e\x4c\xaa\x50\x2c\xd0\x50\xd5\xde\xd6\xe8\x99\x6e\x5e\x9e\xe8\x9b\x8b\xef\x06\xe0\x6c\x21\xd0\x36\x1f\x1c\x71\x4a\xcd\x1b\xf3\xa1\x0c\xf5\x5c\x3e\x1c\xb8\xbf\xc8\x71\x8a\x06\x94\x78\x6d\x4a\xdb\x17\x93\xa1\x83\xf6\x05\x9f\x48\x11\x34\x2d\xd9\xe1\x13\x3f\x7d\x51\x9b\x4f\xce\xc4\x7f\xe3\x58\x2c\x01\x66\xc7\xaf\x95\x2a\x92\xa6\xe7\xa4\x62\xea\x07\xcc\x8c\xae\x44\x8b\x56\xa7\xf1\x69\x81\x76\x78\x75\x81\x2c\xc7\xb3\xe8\x5c\x5c\x48\x93\x67\x3c\xb1\x88\x37\x74\xa1\x59\xc8\x10\x64\x49\xbf\xb6\x9c\xeb\xa5\x1f\xb8\xf3\xaa\xbf\x38\x39\x0a\x37\x89\x13\xcb\x6e\xd5\x8b\x39\x0c\x1c\x2e\xbd\xca\x8f\x6f\xa8\x0d\x1a\x9d\x1c\x0b\xba\x0a\xe5\xbf\xc8\xa0\x49\xc9\xee\xbc\xab\x80\xef\x74\xd9\x5f\x28\xd7\x60\x70\xb8\xe0\x34\x65\x78\xb9\xe0\x25\x5f\xec\xee\xbb\x0a\xcf\x38\x01\xa7\xf5\x82\x94\x69\x35\xcb\x62\xf8\xe0\xf2\x17\xf4\x93\xb7\x6b\xd7\x42\x00\x60\xd9\x7e\xfe\x01\x93\xa5\x63\x6e\xd5\xe4\x11\x51\x55\x11\x5e\x2a\xf4\xb6\x10\xff\xd7\x94\x90\x37\x56\x65\x6e\x1b\x0d\xb3\xe6\xd4\xa9\x85\x06\x34\x27\xc9\xb9\xda\xf6\xef\x3f\x61\xdf\xfb\x85\xb4\x07\xcb\x51\xdf\x8b\xb8\xc7\x3e\xc8\x0b\x6a\x91\xa6\x74\xbb\xb1\xe0\x5b\x1f\xbf\x4f\x1f\xf1\xb6\x29\x49\xb8\xe0\x2d\x65\x64\xbe\x1a\x16\xa3\xf8\x7d\x1e\xc6\xba\x37\x2f\xe4\x46\x2a\x76\x73\x5e\x48\x97\x5c\xec\xd5\xbc\xfa\x2b\xaa\x2c\x68\x56\xdf\xf8\x82\xc6\xd1\x71\xb0\x49\x8c\x2c\x16\xa6\x75\xb0\xfa\x82\x6b\xbe\x11\xe2\x42\xd4\xa2\xed\xad\xab\x73\xab\xf8\x79\x92\x48\x2d\x16\x35\x35\xcb\x24\x5c\x08\x62\xd4\xa8\x01\xbc\x6c\x9a\x59\xf0\xc4\x9f\xfe\x7f\x70\x25\x44\x10\x7c\x9d\x1c\xaa\xb9\x46\xc7\x66\xd6\x2c\x0d\xe2\xcb\xea\x17\x50\x23\xd3\x6b\x3d\x92\xc7\xdd\xc3\xc1\x31\x6b\x0c\x83\x89\xfa\xf4\x02\x9d\x91\x8a\x6e\x5d\x0b\xbe\x44\x56\x57\x2e\xf8\x0e\x85\x5d\xfb\x56\x70\xd0\x5a\x29\xd6\xb2\xb7\x9f\xf5\x8a\x94\x28\x7f\x3a\x93\x56\x70\xab\x5b\xfe\x50\x27\x23\xc9\xbc\x60\x00\x73\x86\xca\xc5\x5a\xf9\xcd\xff\xa3\x1c\xbf\x8e\xa8\x05\xfb\x96\x1d\x3d\xd6\x24\xbd\x9a\x44\xa6\x3d\x5e\xa6\x17\x89\x97\x5c\xe0\x3f\x16\x80\x9f\x4a\xbe\xc7\x9a\x48\x1e\x6d\x3e\x79\x81\x5f\xb5\x09\x6a\x2d\x72\x9e\xe5\x00\xc2\x1f\x3f\xe9\x10\xd7\x02\xbe\xb6\xc8\x5c\x29\xac\xb4\x2c\x50\x02\xb5\xe5\x59\xa0\x57\xff\x32\x51\xb4\x7b\x59\x1a\xad\xa4\x5a\xe3\x82\xaf\x92\x8f\xf2\x45\x2b\x56\x91\x2a\x63\xd1\xa7\xde\x2d\xc0\xa5\xde\x87\xe8\x22\xae\xb3\xa7\xf3\xda\x79\x31\x14\x3e\x5d\x04\x76\x16\xe4\x3b\xb9\xab\xf8\x85\x17\x21\xf9\x90\x5c\x3b\x37\xad\xb7\xdc\x0b\xec\xc2\x79\x89\xd6\x81\x9c\xe7\xde\x72\xf0\x6e\xf2\x11\xb9\x0e\x82\xd1\xe6\x1f\x72\x5e\x34\xd7\x47\x2e\xa7\x86\xc5\x82\xf9\x52\x9e\x2c\xa8\x78\x54\xd0\x3f\x16\xca\xe5\x17\xc1\xfa\x85\x4a\x14\xaa\x44\x17\x8b\x20\x4e\xea\xd6\x75\x72\x87\xe8\x46\xb6\xe8\xac\xe4\x7c\x11\xeb\xe4\xb6\x34\xcb\xb1\x16\xd9\x47\x48\x23\x45\x94\x43\x70\x17\x0b\x4d\x38\x93\xec\x82\xa5\xcc\x09\x23\xd6\x99\x13\xa7\x89\x81\x16\xe9\x43\xe5\x45\xcf\x78\x8d\xe2\xca\x93\xc5\x3f\x74\x74\xa9\x16\xe9\xd0\x5f\xa4\x33\x5a\x2c\x9b\xef\x2e\xaf\xa4\xc9\x2f\xf0\xbc\xfb\x34\xc9\xf3\xce\xcb\x7d\xd1\x45\x4f\x2f\xd0\x34\x66\x77\xe9\x05\xd3\xd8\xb2\x48\x46\xf5\xb0\x62\x67\xe8\x75\x73\xbd\xdd\x42\x43\xfe\x1b\xcd\xe4\xcd\xf3\x51\xd7\x97\x85\xe0\x49\x2b\xf9\x17\x80\xde\xe7\xf4\x83\x43\x92\x63\xdd\x16\xd4\x4e\x6b\x7c\x1a\x38\x38\x08\x93\x70\xa2\x05\xb7\xc8\xcb\x89\xbf\x40\x25\xd7\x66\x89\xf8\x70\xbb\xeb\xe2\xb0\xa8\x45\x52\xb5\xae\x58\x00\x76\xb6\xd7\x2d\xba\xe7\x6f\x3a\xee\x76\xc0\x36\xdf\xd8\x77\xa6\x80\x70\x7e\x8f\x1d\x0e\x48\xcd\x69\x76\x77\xa8\x92\xaa\x01\xea\x8e\x52\xae\xc5\xbe\xec\x3b\x6c\x5b\x16\x6b\x3b\x54\x4b\xcd\x89\x79\x77\x26\x48\x2e\xba\x21\xef\xa8\xf5\x6a\x9c\xbd\x27\x14\xd4\x38\x76\x38\x20\x59\x28\xed\x80\x86\x0e\x03\xdc\x59\xea\xd5\x69\x79\xf7\xad\xa1\x94\x93\x9f\x29\xe7\x74\xe9\xda\xb7\x40\x4a\x65\x3f\x23\x63\x83\x36\xe7\x9e\xd0\xb0\xfb\x07\xd4\xdf\x99\x7e\xc6\x8d\xc5\x79\x7e\x77\x78\x27\x79\x27\xed\x85\xc7\x85\xc6\x50\x72\xb5\xfe\x14\x0b\xbb\x97\x9c\x55\x4d\x5a\xe1\xe9\x26\x71\xb1\xd3\x11\xc9\x29\x7e\x77\x58\xc2\x6a\xf5\x33\xb7\xae\xf0\xf2\xce\xda\x16\x76\x54\xdd\x51\xbe\xe2\xb3\xb6\x70\x5d\x2a\x92\x0e\x7b\x05\x4f\x7b\x88\x95\xb8\xa3\xbb\x01\x2e\xad\x58\x74\xaf\xc9\xe5\x62\x06\x78\x2e\x7d\xd6\x1e\xb6\xb1\x3a\xdc\x05\x15\x07\xfe\x1f\x82\xdb\x0b\x49\x5d\x98\x36\xee\x0e\x4b\x99\x2d\x90\x3b\xdc\x9a\x9c\xc8\x62\x47\xd5\xaf\xcf\xa4\xb4\x94\x91\x1a\x63\x42\x46\x73\x78\xa3\x49\x49\x14\xa5\xee\x4c\xca\xb4\x9d\xba\x33\xfb\x28\xef\x70\xb0\xff\xb6\x70\xb2\x49\x37\x01\xef\xf3\x70\x9f\xc8\x10\x2c\x3d\xc4\x9e\xba\x35\x11\x0d\x07\x7a\x7b\x20\xef\x9d\xc2\x46\xf8\x6e\xef\x94\x99\xba\x0b\xed\x9d\x2b\xa3\x69\xe8\x3c\x21\xbb\x9b\xa4\xde\x52\x22\x71\xef\xc9\x2e\x22\xa2\x53\x21\x23\x84\xbf\x0f\x4c\x6d\xf5\xc6\x1d\x74\x07\x57\xa7\x23\xc9\x52\x13\x09\x03\xa5\x06\xda\x07\x67\x46\x03\x49\x6d\x9d\x10\xcc\xce\x00\x4c\xef\xaa\x91\x54\xa9\x0f\xf8\x45\x39\x2d\xec\x1e\xac\x2c\xa2\x16\x83\x1b\xd9\x1b\x15\x29\xa2\x1d\x9f\xb9\x07\xcf\xe5\x4f\x0b\xa4\x49\x13\x41\x6b\x5d\xb8\x01\xc8\x16\xef\x92\xc4\x81\x5e\x8d\x17\x07\xba\x64\x4b\xec\x33\xb7\x91\x7a\x98\xc8\xbb\x2f\xe4\xba\x4f\x1e\xd4\xa6\x09\x25\x33\x1c\xa9\xb5\xa3\x62\xc6\x26\x83\xc2\x8e\x9c\x9d\xe1\x7c\xba\x3b\x3c\xa1\xd6\x30\xd1\xf0\x6e\x72\x8e\xd7\x3d\x75\x86\x66\xa9\x49\xf1\x60\x22\x16\x6f\xcb\xc2\xfc\x7b\x82\x43\x73\x1d\xca\xd2\x3a\x0c\x79\x07\x58\x8c\xe5\x16\xb8\x75\x3c\x33\x48\xeb\xe9\x94\xae\x3b\x3c\xa2\x9c\x7f\x75\x5f\x60\x4a\x5d\x7c\xf7\x45\xa2\x35\x0d\x2b\x67\x56\xa3\x62\x35\x0c\x1d\x4f\x3b\xa3\x3b\x3f\x6b\xc5\xe0\xcd\xcf\xe2\xec\x58\x4c\xaf\xcd\xce\xdc\xa5\x1a\x13\x93\x74\x39\x54\x6b\x47\x52\x2e\x07\xb1\xef\xc8\xc9\x65\x60\xb8\xc3\xf4\xe7\x3c\x9f\xfb\x91\x3d\x6a\xa6\x11\x69\xb9\xc6\xe7\x07\x8e\x5a\x34\x32\xf2\xd2\x29\xc9\x77\xe8\xf7\x7c\xff\xdf\xe9\x20\x35\x3e\x3f\x50\x9b\x12\x6e\x12\x47\x87\x80\xdd\x7e\x92\x08\x3f\x37\xfc\xaf\xf7\xa1\xce\x53\x25\xc3\xd8\x4f\x82\x76\xcf\x34\x6c\x83\x0e\x10\xde\x4f\xa6\x4d\xd7\x05\x6e\x3f\x79\x3f\x6b\xbf\x3f\x1d\x46\xd0\xf5\xd9\x3d\x7b\x67\x01\x5b\xef\x62\xa6\xf8\xb2\xbf\xd5\x0e\xd3\xa3\xb3\x49\xee\x67\x02\x36\xb7\xc0\x11\x6b\x99\x2e\x18\x72\x4c\xdf\x8b\x2a\x9b\x03\xec\x76\x14\x27\x5b\x9f\x67\xce\x80\x96\x8d\xaa\x3a\xc7\x16\xec\x17\x8e\x6b\xaf\x3b\xf2\x6c\x3b\xd7\xcc\xfe\x22\xc6\xb0\x67\xdd\x7e\x13\x5b\x89\xa0\x9b\x95\x57\xd5\x1e\x2a\xf9\xdb\xec\xb0\xa3\x98\xac\x33\xd5\xef\x37\x32\x36\x4c\xff\xcf\xa3\x52\xfa\xd1\xfd\xce\x19\x17\x05\xd0\xfc\x7d\x4e\xc6\x9b\xf7\x2a\x3f\x13\xab\x09\xcc\xef\x37\x87\xe0\x2e\x50\x7c\xc3\xac\x0b\xff\x75\x67\xd5\xdb\x13\x1e\x9a\x0b\x1e\xde\x61\x0c\xdd\x1e\x3a\x7c\xa9\x87\x07\xc1\x71\x3e\x0a\x1f\x62\x58\x4d\x02\x52\x89\x7f\xf8\xf6\xc9\x59\x77\x83\x09\x59\x45\x23\x93\x69\x38\x9b\xd7\x8e\x78\x50\xa7\x70\x3a\x5e\xc0\xd9\x9d\xc7\xef\x80\x27\x95\xbb\x3c\x7e\x98\xe7\xe1\x67\xea\x2e\x25\x74\x8e\x1f\x59\x5b\x07\xc2\x81\x1c\x65\xce\x95\x71\xc0\xbb\xdd\xe2\xfb\x40\xb1\x0d\xe7\xf5\x3b\x36\x2a\x2a\x45\x01\x32\x96\x85\x63\x6f\x0e\x98\x2d\x9b\x85\xce\x81\x8c\x64\xd6\x6d\x1c\xf0\x82\x32\xaf\x1d\x1b\x81\x97\xd8\xff\x60\xa6\x71\x29\xb6\x0e\x5a\x25\x1d\x20\x71\x94\xf7\x64\x75\x06\xd9\xa3\x30\xc9\xa8\x9f\x73\xd4\xfe\x00\xa2\x75\xf8\x39\xb9\xcb\x5d\xf0\x80\x90\x7a\xf5\x28\xbc\x22\x4b\x46\x1c\x2c\x02\xeb\x71\x97\x5c\x3b\xfd\x50\x79\x89\xd2\xa6\x3b\x52\x8b\x58\xfd\x06\x76\xa5\x4e\xf7\xa3\x52\x3f\x27\x23\xf5\x51\xb1\x4d\x75\x06\x1d\x95\xab\xe9\x06\x90\x86\x4a\xbb\xe8\xa8\x79\x27\x72\x97\x84\x87\x52\x66\x1f\xf4\x6b\x2f\xda\x68\x07\x4c\x9f\xbe\x67\x1d\x80\x73\x9f\xe5\x6c\x39\x75\x6e\x61\xc2\xde\xe7\x06\x50\x35\x40\x3b\xff\x80\xcf\x7a\x78\xf1\x90\x0b\xdd\xb9\x9c\x0e\x84\x47\x3a\xe7\xd8\x41\x17\x76\x4b\xe3\xa3\x21\xed\xa3\x44\xc7\xd1\xb1\x2f\x75\x17\x39\xa0\x1f\xfc\x34\x00\x97\x77\x7b\xa3\x1d\xcc\xa4\xba\x99\x63\x11\x2d\x69\x97\xb7\x83\x3e\xf1\xe5\xf3\x03\x8c\xd8\x9e\xf6\x0e\x12\xb5\xaf\x0f\xe6\x3d\xf7\x01\x72\x0c\x4a\x02\x29\x0c\x8f\xc1\x59\xd4\x24\x64\xf0\xe2\xf2\x17\x38\x51\xbc\x0e\x83\xc8\xdf\x2c\x3a\x76\xae\xbd\x3b\xc5\xbc\x4d\xbf\x40\xa8\xd7\xfc\x02\xb6\xcd\xfc\x93\x07\xc3\x01\xab\x6d\xd8\x28\x7e\xd0\x2b\xcb\x67\xdc\x11\xac\x03\xed\x4d\x14\x14\x25\x9a\xa5\xc8\x30\x6e\xad\x2c\x73\xa7\x3a\x3a\xf9\x08\x1e\xe5\x5e\x0a\xa8\x18\x1d\x56\x7a\x30\x37\xaa\xcf\xd1\x63\x26\xc7\x8b\x8a\xc9\xf0\x04\xbf\x10\xb8\xef\xf8\x99\x1b\xd5\x2c\x0f\x3f\x2e\x7b\x89\x1f\x13\x6b\x67\x76\x9c\x04\x4d\x12\xfb\x07\xb2\xb1\xdb\x1f\xfb\x48\xa0\x27\xbd\xe2\xb1\xb8\x4d\x9b\x7f\x80\x8c\xf5\x5a\x22\x5d\x7b\x35\x43\x2e\xd4\x2b\xb5\x04\x45\x39\x92\xb2\xe9\x24\x39\x98\x02\xcd\xa3\x26\xb0\xfb\x3c\x03\x95\x49\x53\x7a\xc0\x3a\xec\xc8\x80\x83\xd9\xdc\xad\x4f\x3e\x16\x79\x43\x4b\xb3\x38\x68\x37\x00\x67\x84\x4f\x03\x18\xb3\xf7\xec\x4e\x08\x6e\x91\xbc\x67\x76\x23\x3d\xf3\xaa\xe2\x73\x05\xe9\xd3\x3e\x52\x60\xa7\x8a\xc1\x12\x75\x67\xa2\x7d\x91\x00\x27\xb1\x66\x0c\x73\x1c\xd9\xa7\x9a\x64\x4a\x78\x33\x38\x2d\xc1\x8e\x79\x3a\xe0\x4a\xef\x6c\x27\xc7\xc1\x7d\xbb\xdc\x02\x27\xda\x67\xd5\x81\x2a\x3d\x16\x66\x07\x81\xd5\xa7\x09\xaa\xc2\xbc\x56\x50\x1a\xfa\x08\x3f\x4e\x5c\xe9\x3d\xd3\x27\x89\xd2\x5d\xe4\x38\x19\x7a\xad\x71\x33\xbd\x9a\x33\xdb\x1f\x2f\x98\x1c\xbf\xcf\x73\x60\x62\x44\xc2\xc9\xeb\xb0\x59\x1a\x58\xf2\x23\xdf\x58\x46\xc5\x45\x0d\x8e\x93\x2c\xee\x0f\xb0\xfa\xcb\x24\x90\xa3\x35\x2d\x50\x21\xce\x2a\x3d\xc4\x41\x95\xa1\x53\xe1\x1f\x17\x85\xba\x0f\xd0\x2b\xc5\x91\xdb\x48\x22\x34\x11\x89\x10\xbd\xfb\x2f\x2c\xb8\xa9\xa0\xce\xd0\x3c\x09\x6f\x79\x5b\x1b\x8f\x17\x01\x0e\x3b\xe1\x1c\x37\xe7\x49\x34\xdd\xf4\x91\x30\x8b\xbd\x88\x6f\xd8\x85\xf3\xb8\x93\x24\xf7\x78\xc1\x60\xa0\x1e\xe0\x47\x36\xab\x94\x1d\xc7\x43\x6d\x9c\x8f\x96\xa7\xbe\x4d\x4a\x0f\x76\x3c\xa0\xc1\xd2\xe6\x09\x3c\xab\xcb\x87\x34\x79\x5f\x3c\x64\x7b\x8b\xed\x04\x68\x92\xca\xe7\xef\x07\xaa\xa7\x9e\x37\x0a\xde\x4d\x3f\x90\xa3\xc2\x3f\x54\x92\xbd\xf4\x03\x85\xa2\x4e\xb8\x93\xb6\x5f\x9f\x68\xe7\x0f\x74\x7e\xbe\xa0\x77\x81\x84\xf9\xf9\xa3\x32\xbd\xf9\x0d\xa2\xe1\xf0\x1b\x17\x86\xea\x67\x5c\xaa\xac\xbd\x38\x7f\xdc\xc0\x3a\x15\xcf\x17\xe8\x0d\x3b\xc0\x9e\x2f\xd0\x6b\x4e\xa8\x77\x6e\x9c\xdc\x3f\x5d\x89\xce\x17\x14\x0e\xfb\x31\x9e\x1b\x67\xde\x8d\x53\xce\x6b\x2b\x9f\x1b\xf9\x4f\x37\x8e\x93\x35\xd7\xc4\x2e\xe7\x8b\x1a\x87\xf5\xe6\x27\x41\xa3\xfd\x88\xce\xcc\xe0\xa6\x59\x2d\xa4\x57\x0d\x16\xca\x3c\x1d\xe2\x67\xe1\xb5\xb0\xfb\x0b\x12\xe9\x17\x92\x3d\x44\xe4\x8b\x1a\x87\x33\x55\x9c\x2f\x68\x1c\x56\x51\x9f\x25\x57\xc1\x2f\xd0\xa6\x2b\x29\x79\x26\x46\x14\x0c\x38\x2b\x9d\xd7\x74\xfb\x3d\x13\x24\x4a\xa0\x9c\x35\xc9\xd4\x5c\x56\x90\x29\xb5\xe3\x59\x61\x20\x18\xee\x03\x4b\x5f\xdc\xe2\xcd\x83\x5d\xc3\xa8\x2f\x02\xfb\x0c\xab\x81\xa7\x25\xf3\xce\x34\x2c\x37\xff\x80\xa9\x94\x02\xef\x6c\x14\x8a\xda\x68\x67\x23\x07\x4b\xd8\x9f\xb4\x13\xd7\xcd\x3f\x9c\x68\x42\xe3\x4e\x1d\xa0\x66\xaa\x61\x79\x75\x33\x3a\x3b\x69\xd2\xff\x3d\x27\x4e\x44\x77\x70\x58\xf1\x33\x97\x57\x1a\xe8\xb3\x63\xf3\x7b\x62\x99\x70\xbf\x9a\x07\xfb\x44\x0b\x9a\xe8\x4e\x21\xd9\x4d\x03\x31\x9b\xce\xdd\xb3\xe7\x26\xf2\x0f\xa0\xda\x7b\x64\x50\x3a\x68\xe2\x90\x3f\x7f\xba\x3c\xc2\x49\x8f\x3e\x63\x85\x73\x60\x18\x16\x1f\x03\x62\x54\x17\xc2\x73\x50\x94\x77\x37\xb9\xd8\xa4\xa8\x1c\x98\x59\x5d\x5c\xce\xc1\x8b\xca\xe7\x07\x22\x70\x1d\xf6\x27\x5d\xfc\xaa\x19\x3d\x72\x2f\x69\x2a\x98\xa4\xcd\xc1\x57\xe7\x8b\x1e\xab\x9d\xd1\xce\x20\x99\x1a\x46\x5a\x9f\x3f\x3f\x40\x42\xd9\x71\xe7\x0c\xee\x8d\xe9\x4e\xa9\xf7\x31\x5f\x07\xf9\x54\x87\xf5\x49\x0b\xb2\x07\x32\x0b\xf3\x90\x6b\x49\x27\xf8\x52\x30\xe7\x9c\xc9\x86\x1a\x29\x6b\xeb\x3a\xa7\xeb\x39\x51\x61\xe0\xf3\x02\x82\xcc\x3c\xae\x89\x92\x09\x9f\x1e\x12\x57\xeb\x85\x85\x15\x16\x2e\x3a\x17\xe2\x86\x05\x38\xce\x8c\x23\xf8\xbc\xd0\x51\x7b\x44\x2c\x02\xb0\xe8\x28\xed\x73\xe1\xbe\x65\x0a\x50\xa9\xce\x89\x56\xce\xc5\x13\xc8\x5c\x09\xad\xa0\x01\xef\xb9\xd3\xb5\x48\xc0\xeb\xdc\x21\xc8\x2d\x08\xf7\x82\x67\xf5\xb8\x93\xe5\xfc\x3e\x0a\x5e\x0b\x8f\x9c\x3b\xe1\x84\xc5\xda\xce\x1c\x0e\xe2\x8e\x1d\x1b\xc7\x67\xe2\x0e\x31\xd8\xfc\x3e\x04\x90\x45\xf7\x7e\xe3\x7f\x4d\xc9\xc1\x9b\xb3\x1b\x3c\x48\xb1\x86\x74\x90\x62\xad\xda\x81\x75\xf6\xf1\x77\x00\x3a\xb4\x3f\x15\x95\x38\x0f\xda\x5c\xbc\x83\x0e\x1e\x35\xba\x53\x9c\x4c\xca\x6b\x9d\xc8\x79\x60\x00\x3e\x5d\x91\x37\xe3\xc3\xa9\x4c\x05\x67\xb5\xcb\x79\x82\x2b\x7c\x96\x9e\x18\x80\x4f\x96\x93\x90\xcd\xe2\xed\xc4\xfe\xf1\xe1\x75\x26\xa3\x6a\x51\x80\x12\xd7\xe7\x83\x8b\x2d\xf8\x05\xb8\x7f\x79\xce\xd2\x12\x6d\xc6\xb9\x48\x83\x88\x4e\x0f\x40\x6f\x72\xa6\xc5\xd8\x74\x55\x3a\x2f\xea\xd9\xbd\x70\x2f\xb0\xac\x9f\x89\x4a\x5c\x39\xdc\x26\x38\xc1\x62\x22\x71\xa6\x8f\x9a\x8b\x93\xef\xa9\xbd\x20\xad\xbc\x21\x2f\x5e\x7b\x7d\x7a\x5d\x37\x76\xa8\x69\x80\xed\x5a\xe8\xf7\x64\xc9\x5f\x63\xa3\x9b\xc3\xd4\xf7\x74\x31\xb4\x9d\xef\x44\xc0\x83\x2f\x4f\x67\x6a\x1a\x2d\x66\x6e\x82\x29\x69\x8b\xce\x1b\x52\xdd\x6b\xf1\xb0\x0b\x75\xf9\x60\x03\x79\x4c\x0f\x8f\x43\x0b\x6d\xe2\x4e\xb3\x07\x0d\xcf\x3e\x60\x1f\xe0\x08\x29\x86\xce\x8c\x66\x70\x07\xd4\xca\xff\x47\xc0\x95\x66\xe8\xa6\x67\x10\x34\xfc\x4c\x88\x59\xfd\x03\x2a\x8e\x69\x21\x2f\x94\x28\xb4\x1f\xef\xf5\x23\x81\x55\xcf\x24\x28\xf4\x8c\xa2\x02\xe2\xbe\xeb\x87\xe0\xf7\xcd\xed\x27\xb3\xe9\x87\x0d\xfe\xa8\x9a\xd3\x8b\xc1\x0e\x9b\x2e\x35\x17\x0b\x1d\x38\x7c\xf7\xda\xa8\xc4\x17\x4e\xbe\x36\x16\x93\x77\x13\xd8\x22\xc3\x1f\x50\xb8\x2f\xff\x10\x70\xa0\xf3\x07\x50\x75\x6e\x6e\x90\xbe\x6b\x9a\x45\xc4\x6f\xda\x2a\x7e\x41\x4f\xe9\x90\xb1\x6b\x03\x6b\x0e\x93\x4c\xd6\xd4\x61\x70\x6d\x3c\xfe\x25\xdb\x2f\x38\x37\x3a\x3d\xc6\x85\x0a\x89\x4e\x08\x78\x21\x87\xb0\x73\xaa\x5c\x25\xc7\x2c\x92\x4b\x8e\xc9\x2d\x12\x72\x88\xdd\x2f\xda\xb5\xc5\x1a\xd7\x0b\x31\xeb\x87\xc8\x74\x76\x5c\x7e\x01\xc2\x56\xe7\xcd\xf5\x42\xd0\x66\x48\x72\x41\x6d\x69\xcf\x8e\xab\xf2\x02\xa3\xe3\xe1\xaa\x60\x2e\xaf\x4b\xe6\x90\x13\x45\x15\xeb\xe2\x31\x40\x49\xe9\x6a\xbc\x17\xeb\x39\x4d\x3f\xf3\x4e\xe5\x59\xaa\xd8\x5e\x9e\x56\x66\x84\x73\x28\xc5\xc5\x02\x4f\x56\x36\x5c\x88\xf7\xac\xda\xe3\x17\xeb\x3b\xfd\xfc\xdc\xb0\x0e\x6e\x80\xac\x23\x92\x1b\xd8\xfd\xd3\x1e\xa1\xa0\x4e\xb0\xab\xa1\xfc\xb2\x64\xe7\xd5\x70\xa2\xe9\xce\x7e\xc1\x84\xed\x90\xc6\x8b\xa5\x16\xc6\xf8\x53\x35\x89\xab\x71\x49\xb4\x04\xc4\xba\x72\xc4\xbd\x98\x20\x4e\x07\xd4\x45\x0f\x49\xc7\x0d\x5e\x3d\xf9\x46\xab\xde\xe9\x65\x22\xbc\x7d\x11\xec\xea\xf6\x74\x31\x63\x9c\x23\x0b\xaf\x04\xb7\x9f\x37\x88\xd0\x9b\x7b\xc5\x98\xa7\xfb\xa0\xb3\x6f\x73\x13\xb9\x1f\xfc\x05\x00\x9b\x30\xfe\xf5\xa2\xdd\x6a\x63\xf5\x85\x84\xc5\x0e\x26\xba\x06\x8e\x71\x13\x4d\x83\xb9\xa3\x1d\x2f\x16\x93\xf0\xb4\x8f\x1c\x85\xd6\x69\xe0\xbc\x09\xbf\x90\x83\xd0\x4a\x0f\x4c\xb5\x99\x2f\x92\xb7\xf4\x45\xa0\x54\xbf\x57\x3a\xc8\xed\x6a\x20\x40\xa3\x67\x3a\x73\xba\x89\x75\x62\x40\xa1\xa4\x69\x0c\x8a\x76\xcb\x66\x2a\x49\xa7\x9f\xe9\xae\xf5\xe9\x81\x3b\xfa\xe7\x2e\x80\x36\x04\x8c\x2f\x6a\x51\x5d\x66\xf3\x9a\xc9\x0f\xea\x74\x12\x9e\x5b\x7e\x4f\xde\x22\xbd\x85\x26\xcd\xb2\x3e\x22\x98\x3c\xc4\x7a\xaa\x8b\x49\x91\x6b\x77\x1b\x00\x55\x26\x7c\x26\x8f\x8b\xce\x49\xb6\x15\x15\x8b\xb1\x1e\x96\xd0\x8b\xeb\xab\x16\xa9\x28\x75\xe4\xe0\xc5\x9c\xc8\xf6\x8e\xbb\x56\x5e\x66\xf4\xfc\xca\x0e\x47\xd0\x5e\x8b\x3c\xa9\xb9\x83\x33\xa5\x53\x63\x5c\x8c\xab\xf9\x48\x86\x44\xcb\x16\xf2\x2f\x5a\x1e\x76\x3f\xbf\x76\xb8\x7e\xfb\xe0\x22\x38\xb6\x00\xde\x31\x06\xf3\xc7\x4e\x8f\x69\x8b\x8a\x3d\xc7\xe0\x2f\xc8\x83\x82\x0b\x17\xe1\xb0\x8f\x3e\x84\xd5\x7c\xc4\x1b\xa2\x6a\x7c\x05\xbc\x08\x8f\x2d\x40\x77\xcc\xb3\x8f\x80\x17\x2e\x0f\xfb\xc3\x5f\x08\xbf\xb5\x2e\xe5\x42\xe6\x39\xe7\x6b\xb8\x32\xc2\xc6\xe2\xef\x40\x4a\x08\x13\x78\x40\x3c\x2e\x37\x48\xc8\x24\x80\x73\x1d\xb0\xd6\xfa\x34\x3f\x26\x28\x70\x0f\xd4\x47\x79\xa3\x1e\xc0\x0f\xd3\xcf\x2f\x8f\xdb\xe6\x73\x11\x50\x7b\xd6\x61\xe2\xb7\x31\xe4\x82\xaf\xa7\x41\xde\x75\x72\xdb\x0a\x62\x5d\xac\xc3\xe5\x2b\xc0\x75\x42\x09\x62\x12\x81\x97\x9d\x12\xed\x82\x0d\xbe\x99\x31\x18\x52\x63\x7b\xcb\x75\x12\x57\x8a\x64\x96\xd9\x72\x2a\xfb\xeb\x82\x34\xf3\x2c\x21\xa4\xa6\x49\xe1\x70\xbd\x68\x79\xd8\xa4\x7e\xb1\x84\x85\x97\xfd\x22\xa3\xf8\xdc\xbb\x38\x8b\x22\x99\xb5\x3d\xed\xbf\x7c\xa1\xb6\xa7\xd3\x41\x5e\xc4\xca\x1f\x12\x2f\x34\xa0\x39\x78\xa1\xf2\xd8\xfe\x96\x00\xe8\x7a\x71\x73\xfd\x4c\xd8\xbd\xe1\x63\x35\x4e\x97\x4f\xc7\x44\x5e\x48\x8f\x52\xab\xc9\xb9\x1b\xbe\xf0\x0b\x94\x31\x46\x0a\x09\xbd\x2d\x96\x10\xcd\x63\xb7\xe3\x0b\xb1\xc6\x4e\xfd\x7e\x31\xba\xc7\x6e\x03\x57\x42\x71\x8b\x10\x14\x0e\xfb\xac\x12\x62\x8f\x4b\x91\xea\xe2\x62\xfc\x8f\x85\xd2\x43\xec\x60\x31\x06\xf0\xee\x68\x83\xeb\x81\x1b\xba\x31\x1c\xb3\xd4\xd9\x5a\x73\x3d\x49\x94\xbf\x38\xd0\xc2\x7f\x5f\xdc\x28\x70\x51\xec\x07\x70\x43\x07\xec\xa4\xb9\x37\xd0\x77\xd1\xfe\xbb\x7f\xe0\x14\x6d\xd0\xfb\x47\x1f\x2c\x11\x7d\xff\x16\x5e\x70\x03\x3b\x9e\x37\x3d\x83\x02\x51\x74\x6f\xb9\x3d\xf4\x41\x3a\x78\x4e\xff\x80\x51\x9b\xc4\x8d\x6e\x7d\xd3\x4d\x24\x77\xfa\x87\x03\x7a\x0a\xb7\x70\x72\x94\x4b\x3f\x50\xd6\x0e\xff\x00\xd3\xdb\x72\x1f\x10\xb5\x5a\xcc\x3b\x35\xb4\x92\x0a\x77\x01\xcb\x49\x70\xdd\x85\x44\xfa\xff\x8a\xe7\xa2\xe7\x81\x30\x0d\x3f\x93\x66\x6d\xd1\xbb\xd0\x7f\x5b\x8a\x82\x9b\xf9\x94\x3d\x2f\x0c\x4f\xae\x62\xd1\x9b\x70\xd9\x41\x93\x37\xbd\x42\x97\x9f\xa9\xb1\x15\x56\xbc\x2b\x89\x56\x17\x80\xc7\x4e\x5f\x7c\x03\x1e\x17\x87\x76\xde\xc0\xc7\xf6\x3a\xbe\x2b\x9d\xd5\xc2\x2d\x04\x5e\xd0\x3c\x55\xac\x7e\x71\x8f\x58\x7d\xdd\x5b\xee\x8a\xd5\xd7\x3e\xbc\xa9\xdf\x5d\xfe\x1e\xda\x09\x9d\xec\x37\x7c\x42\x8b\x43\x49\xef\x86\x78\x57\x53\x04\x75\xae\xbd\x9c\xef\x74\x02\x15\x36\xbc\x53\xbf\x1b\x6e\x61\xe0\x0b\xcd\x52\x7a\x0d\x78\xda\x10\x37\xd4\xac\x7d\xbd\x1b\x65\x99\x9f\x0f\xea\x2f\xf4\x8c\x10\x1c\x9d\xa2\x37\x0a\xa8\x16\x47\x79\xde\x9d\xbb\xcc\xd3\xd2\x91\x3f\xcd\xc3\xee\x0d\x75\x88\x35\xec\xce\x78\x12\xbf\x0f\x9a\x85\x2d\xee\x4e\xa4\xe6\x61\x77\x88\x53\x81\xfa\xbb\x43\x9c\x9a\xc4\x9e\xf3\xa8\x1e\x07\x02\xb0\xbc\xcf\x07\x6d\xec\x02\x0b\x77\x02\x5a\x33\xc7\xe0\xbc\xf9\x05\x2e\xbd\x68\x1e\x58\xfa\xea\xf7\xb1\xf4\xd5\x3d\x1e\x6f\x8f\x66\xdf\x01\xf5\xa4\x10\xf5\x9d\xaa\xdd\xe5\x1f\x92\x7d\xd5\x22\x00\xb0\xab\x3d\xdf\xc1\xab\xc4\xe7\x87\x5c\x6b\xff\x40\xab\x87\x00\xeb\x1d\x24\x52\xf3\x16\xe0\x47\x4f\x7c\x9c\x78\xfe\x93\x36\xee\x06\xd8\xb5\x9b\xd7\x1d\xbc\x53\x7b\xbf\x05\xa4\x88\x97\x91\xe1\xe2\x1f\xf6\x86\x16\xd8\x12\xff\x86\x12\xd8\xc1\xd9\xf7\xdc\xff\xfd\xe7\x03\x66\xee\x09\xf2\x84\x0c\x6e\x86\x8b\xdb\x1c\x7f\x4f\xac\xbb\xc0\xc8\x8d\xb0\xa1\xcf\xf6\x80\xca\xd7\x7e\x3e\x77\x3a\x10\x2c\xbf\x00\x91\xa0\x4b\xc8\xbd\x92\x0d\xfc\x03\xd8\xc0\xcb\x96\x41\x43\xe6\x65\xa6\x92\xa9\x9a\xf3\x07\x42\xc3\x05\x2e\x9e\x0a\xec\x20\x38\xf3\x50\x46\x68\xfb\x3c\x95\xdb\x4b\x77\xca\x87\x29\x30\xab\x6e\x42\x4f\x25\x9c\xff\xfc\xc0\x99\x97\x78\x7d\x52\x6e\x68\xc7\x3c\xac\xd5\xe3\xd8\xff\x87\xb5\x7a\x6c\x14\x7e\x70\xd1\xb6\x1b\xc1\xd3\x08\x1c\xfd\x3f\x15\xa5\x02\x76\x0f\xac\x36\x36\x8e\x3f\x1d\x0d\xe8\x9a\xf2\xc0\x26\x63\x2b\xf4\xd3\xe9\x96\xe5\x71\x75\x1e\x4b\xda\xa5\x4f\xcf\x71\xe9\x07\xd8\x5c\xba\xd3\x0d\x3d\x83\x38\xc5\xc3\x18\xbc\x97\x54\xff\x80\x6d\x19\xfe\x02\x85\x58\xb4\x4d\x1f\x56\x24\xfc\xbc\xcf\xa3\x70\xfa\x85\x1b\x36\x7e\x0d\x23\x98\x2d\x5d\xff\x07\x99\x78\xfa\x05\x82\x49\x8d\x33\x60\x25\xf0\xd4\x23\xba\xaf\x79\x7d\x03\xf3\x22\x81\xfc\xbc\x7b\xf2\x13\x33\xf2\x4c\xb0\xa0\x36\xf1\xc3\x4d\xa1\x33\xe7\x99\xc8\xbe\xae\xa3\xf6\x99\xe0\x48\xed\xba\x67\x72\x06\xd4\xdf\x64\x7f\xa2\xef\xdd\x54\xd5\xf1\x5e\xcf\xcc\x75\xf1\x07\xd8\x65\x66\xe0\xc9\x83\xb6\x9a\x02\x64\x5a\xfc\xf4\x98\xdc\xa6\x2e\xe8\xa8\x53\x25\xcb\x9e\x95\x0b\xe9\x1f\xc0\x3c\x92\x04\xcf\x22\xde\xd4\x46\x7c\x70\xbf\x0c\x1b\x12\x9e\x85\x6d\x62\xde\x60\x29\xc2\xba\xfc\x02\xc4\x91\xd9\x6b\x41\x16\x78\x93\xec\x70\xbc\x35\xff\xee\xbc\x79\x4f\xff\x80\x89\x36\x6f\x31\x2b\xc3\xcf\x0d\x24\xaf\x69\xa2\x10\xbd\x17\x3a\xd6\x1e\xd6\xc3\x29\xfe\x9f\xf0\xb3\xba\x07\x32\x9b\x37\xd5\x4e\x1a\xfd\x0c\x89\x69\xde\x82\xf5\xc4\xf7\xcb\xe7\x68\x6c\x51\xf3\x76\x60\xf1\x3d\x06\x5e\xef\xcc\xcd\x30\xaf\x58\xc2\x3e\x07\xf7\x9c\x44\xec\x03\x97\x6d\x1f\x73\x0f\xec\x21\xdd\xbe\x03\xcf\xc9\xc3\x5b\x97\xa3\x07\x99\xc6\xab\xf9\xef\xa4\x68\xf1\x0e\xa1\xdb\x8c\xa3\xf7\x9e\x13\x4b\xb7\xdc\x24\x3c\x96\x85\x2e\x1f\xf8\x4c\x77\xbb\x18\x3c\xcc\x0b\xde\x7e\x7f\x72\x50\x78\x2e\xaa\x14\x35\x07\x17\x78\xcb\xac\xc4\xdb\x9d\x0e\x89\xe7\xa2\xeb\xa5\x8e\x91\xe7\xca\x31\xeb\x0b\x18\x26\x9c\xf9\xe2\xe1\x05\xcb\xac\x86\xfb\xd4\xb4\xe3\xe3\x73\xd3\xee\xf6\xf3\x1b\x58\x17\x2f\xf4\x9d\x73\xa2\x39\x80\xcb\x8c\x95\xc3\xcf\x0d\x78\x60\x29\x81\x54\x4d\xdd\xca\xde\xe7\xf9\xe1\x05\xf5\x00\x8f\x99\xd9\xbc\xa5\xe0\x31\x63\xed\xf1\xf3\xde\x86\x86\x35\x8f\x0f\x4a\xda\x74\x5b\x0e\x9e\x07\x19\xac\x04\xd3\x9e\x87\xcb\x92\x3d\xce\xdf\x7b\x39\xaa\x4a\x95\x30\x7f\xef\xdd\xa8\xc9\x14\x32\x7f\x88\xa0\x6b\xba\xd4\xce\xdf\x0f\xe5\xbf\xfe\xc3\xd7\xf3\xf7\x5e\x9e\x86\x54\x7e\xf3\x07\xd3\x85\x9c\x9d\xe6\x0f\xa6\x8b\xf2\xe9\x80\x96\xb3\xe5\x1f\x26\xc7\xe8\x2f\x76\xfe\xe0\x26\x0f\x34\xe1\x17\xc0\xdf\x1f\x1a\x79\xa4\x2c\x7f\x40\x5e\xdb\xfc\x06\x85\x57\x53\x13\xef\x8d\xac\x28\x95\xca\xfc\x6d\x94\x5d\x9b\xa8\xc2\x85\x4c\x4a\xbf\xf9\xdb\x78\x6d\x68\xfe\xa1\xf1\x0b\x75\xca\xb2\x3a\x9b\xbb\x18\x1c\x86\xbf\x08\xe8\x7d\x44\x14\xec\x17\x4a\x89\x35\x7f\x4c\x0f\xa5\x48\xd2\xf9\x63\xe9\xe7\xb1\xd4\x24\x2e\x64\xe5\xa7\xb5\x28\x49\x83\x5f\x60\x99\x26\xaf\xce\x7b\xe3\x1a\x4a\x94\x35\x7f\xbc\x60\xb5\x9f\xfa\x60\xbe\xc9\xd2\xd4\x26\xa2\xea\x66\xfb\x89\x43\x78\x61\x1a\x9a\x19\x3a\xbc\x94\xae\x36\x2b\xcd\x90\x4d\x03\x61\xb1\xe5\xaa\x99\xa9\x29\xe6\xdd\x07\xf5\x51\x4b\x64\xd6\x64\x5b\x91\x85\x3b\x54\xf1\x72\x30\x07\xe5\xcf\x7c\x8b\x24\x94\x72\x01\x9e\xbf\xca\x71\x74\xff\xf0\xa0\x05\x3d\x33\xa5\xb8\x42\x26\xe7\xaf\xe5\xfe\x16\xd9\x2d\x07\x26\xba\x71\x8b\x2a\x9e\xdd\xf7\x8e\x34\x8a\x57\xbc\x83\x47\x3c\xd9\xf0\x5b\x96\xf3\xc2\xfc\x75\x4e\xbe\x06\xd5\xf9\xbd\xc6\xd0\x61\x3a\x35\xdb\x76\x92\x2c\x82\xe0\xe7\xdc\x7f\x9f\x1f\x36\xa8\x53\x35\xa6\x41\x02\x34\xaf\x23\x47\x20\x8a\x47\xf2\xa0\xdf\x00\x49\x45\x6b\x37\xc8\x73\xa6\x79\xc0\xfc\x54\xd5\xe5\x8b\x8c\x86\xae\x79\xf3\x17\xb9\x51\xd4\x22\x14\xf2\xba\xbc\xce\x1f\x14\xf2\xba\x5e\xcf\x5f\x40\x99\xe9\x1e\x83\x52\xf4\xf3\x03\x66\xb9\x88\xe6\x17\x4a\x15\x85\x54\xcc\x1f\xae\x33\xba\x06\xce\x1f\x3c\x55\x66\x33\x4f\xe3\x8a\xa2\x6b\xdf\xfc\xbd\x57\x94\xf6\x33\xc3\xe2\x86\xa2\xd3\x6f\xfe\x52\x3d\xdf\xf5\xc1\x84\x08\x2b\x7f\xb9\x10\xcd\xdf\x8b\xcc\x86\xfc\x28\xe7\x6f\x92\x7c\xcd\x07\xd2\x61\xd5\x29\x72\x27\xaf\x67\xcb\xbd\xad\x7f\xff\xa9\x65\x6a\x82\x5e\x68\xd6\x64\xfc\x9a\xbf\x17\x99\x55\x61\xd5\xf9\x9b\x29\x05\x44\x3f\xd4\xf6\x42\xd4\xf3\x07\xb5\x7d\x5b\x6a\x10\x1e\x2a\x4a\x55\x33\x7f\x54\xda\x37\x6f\x05\xa0\xac\xe2\xfd\x09\xad\xbd\xee\x11\xf3\x47\xd4\xd5\xbc\xfb\xa0\xb6\xef\x16\x4c\x8b\xf2\xd5\x8b\xcc\xe4\x57\x45\x63\xd8\xa1\x9c\xf4\x24\x11\x65\x35\x6f\x9d\x1d\x85\x4c\xbb\x3f\xa0\xe0\x32\x1b\x51\x6d\xdf\xbc\xf9\x98\x34\x61\x8a\x86\x17\x77\xd5\xcf\xac\x20\x67\x42\xff\x99\x53\x77\x88\xd7\xea\x0f\xc0\x26\xd5\x0d\x22\x14\xd7\xbb\x33\xd5\xf4\x6a\xf0\x80\x35\xcc\x1d\x00\x96\x6d\x6e\xef\xe0\xb9\xe5\xed\x7f\x64\xee\x15\x7f\x81\x94\xf5\x4d\x14\x01\x44\x09\x08\xce\xdf\x09\xbe\xb3\x0c\xa3\xef\x72\x33\x09\x28\x0d\xad\xa0\x84\xf9\x4b\xd0\xe5\x69\xa3\x16\xfd\x67\x59\x0c\xd4\x55\x3f\x5f\xe4\xfe\x16\x37\xc1\x0d\x45\xe1\xee\xf3\x77\x52\x01\xb1\xd4\x24\x33\x51\x29\x8e\x76\xfe\x2e\x6a\x9b\x8c\x00\xae\x24\xd3\x9f\x60\x0b\x78\x9c\x17\x76\x6c\xf5\x07\xe0\x37\x13\x75\x91\xdf\x34\x4c\xe8\xc9\x8b\x77\x3c\x5c\x4a\x86\x77\x44\x66\xd9\xb4\x6c\x67\xc1\x15\xef\x39\xe4\xad\xfa\x08\xd6\x9b\x7b\xd4\x0d\x50\x0c\x5a\x68\x21\x17\xc1\x52\x19\xbe\xf9\xbb\x79\x7c\x18\x53\xc0\xa7\xe4\x73\xdc\x33\xb1\x77\x58\xf6\x3e\x38\x8b\xbd\x27\x9e\x9c\x37\x8d\xf2\xa1\x8d\xcf\x07\x0e\x32\x7d\x7f\xa8\xa4\x1b\x4a\xf3\x2e\x62\x66\x2b\xc5\x7e\xcd\x1f\x32\x5b\xad\x30\x78\x82\x03\x74\x98\xe5\x1e\xb2\xdc\x10\x53\x03\xff\xad\x30\x76\xa2\xab\x4a\xf3\xc6\x7a\xb0\x2d\xcc\xa4\x0f\x5d\x45\xdc\xe4\xcd\x16\xfe\x6b\x72\xa3\x83\xb4\xa4\xc3\x06\xe7\x95\xa5\x7a\x82\x73\x43\x0a\x05\x15\x33\x9b\x1b\xdc\xa3\xbd\x7c\xdb\x0f\xd9\xf7\xc2\xff\x23\x67\xd8\x7f\x5a\xe1\xb9\x41\x9b\x6e\x6c\xb6\xbd\xf8\xaf\x48\xf1\x31\xb7\x1f\x0d\xb0\xc3\x1d\x5e\x1c\x93\xde\xd8\x52\x7a\xa8\x8b\x2d\x27\xce\x3f\x4c\xbe\x11\xfa\x01\xce\x25\x5a\xdf\x6d\x03\x4f\x36\xff\xcf\x3b\xd4\x70\x0b\x37\x3b\xd5\x17\xcc\x94\xa5\xd8\xdc\xb9\x41\x1d\x6e\x24\xb5\xb1\x42\x61\x73\x9f\xd4\x87\x37\x89\xc9\xad\x70\xe4\x7e\x46\x71\xbe\xb5\xfd\x25\x86\x68\x6e\x89\xe5\x8a\x3b\x04\xcf\x4a\x18\x6c\x35\x79\x56\x04\x54\x84\x6a\x79\xa5\x50\x6e\xba\x7e\x9e\x93\x23\xb5\x14\x2f\x50\xab\x96\xf3\x5b\xe2\x34\x8f\xa0\xe6\x34\xf9\x07\xae\x8d\xd9\xe5\x05\x66\xc3\x90\x64\xa3\xb3\x88\x6e\x6a\x73\x6b\xd4\xbe\x0d\x0d\x83\xb0\x4b\x30\x6c\x63\x89\xc0\x62\x86\x69\x49\x85\xbf\xc0\xe2\x49\x3e\x6c\x2c\xcb\x22\x3f\xdf\xb9\x41\x5b\xad\x3c\xdc\x73\x43\x8e\x2b\x19\xb6\xe6\xd6\xb1\x99\x85\x08\x36\xe6\x02\x55\x68\xe8\xdc\x3a\xd6\x56\x30\x69\x83\x32\xdb\xc8\x6c\xeb\x1d\x19\x26\x45\x51\x4f\x06\xf4\x0b\x58\x9b\xff\x14\x42\x73\x1b\x29\xd3\x44\x02\x0b\xf4\x7d\xdf\xe0\xb1\x5d\xfd\x06\x3c\x4d\xab\x5f\xa0\xe3\xb0\xa9\x1e\x9c\x6a\x11\x41\xe5\xb2\x8a\x3b\xce\x2d\x98\x6d\x42\x44\x05\x6b\x87\xea\x34\xd8\x82\x7b\x5b\xd8\x6a\x0b\x1c\x51\x12\x6a\x5b\xe4\x5a\x88\xa8\x98\xe0\x10\xbf\x00\x87\x5d\xaf\x55\xd0\xae\xe0\x1e\x9e\x7f\xff\x89\x30\x03\x4d\xe0\x4b\x6f\xb3\x49\x7c\x69\xfe\x81\xa6\xec\xb3\xcb\xa0\x29\xb3\x8c\xdc\x26\xef\x40\x9e\x96\x49\x26\xae\x6e\x92\x62\x35\xc4\x71\x50\x96\x59\x68\x6e\x13\xe7\x93\xe5\x0b\x95\x65\x2a\x19\x39\x37\x06\xad\x7d\xe6\x69\x12\x3b\x68\x62\x17\x77\x9a\x10\xd3\x46\x8c\xe6\x69\x5a\x38\x91\xcc\xe3\xe9\x6a\x61\xa1\xb8\x88\x26\x74\x66\x6d\x2f\x48\xab\xdd\x52\x71\x25\x51\x6e\x12\xa6\xd6\xcf\x07\x17\x60\x9f\x49\xa0\x20\x17\x82\xda\x76\x4e\xb5\x3e\xd8\x93\xc9\x35\xb5\x3b\x89\xd6\xb0\xe1\x78\xfc\xd9\x77\x3b\xcc\xc3\xcb\x0d\x40\x7c\x79\x5e\xf7\x9c\x26\xbd\x00\x4f\x88\xcf\xb4\x1d\x54\x67\x08\x19\x6c\x07\x72\x34\x58\x0a\x1f\xb9\x98\x1a\x24\x5c\x1f\x3e\xd3\x04\xd5\xd7\xb7\x07\x2c\x9d\x07\x7d\x50\xed\xa3\xe3\x6d\x83\x27\x83\x02\x6e\xe7\x76\x60\x8f\x78\xcc\xf0\x64\x90\x6b\xfd\xdc\xe0\x19\x5c\x7c\xf8\x40\x11\x36\x5b\xf3\x0f\xe0\x47\xc1\xf7\x8d\x9a\xb1\xd6\xfc\x03\xe5\x99\xbb\x44\x3a\x83\x6a\x61\x74\x62\x0c\x53\x63\x38\x31\x8d\x53\x63\xfe\x0f\xd4\xf9\x85\x5c\x7a\x4d\xd3\x89\x41\x09\xe1\x6f\x27\x27\xfe\x43\x35\x95\x5d\x02\xbb\xdb\x05\x01\xa7\x5b\xc9\x86\x3a\xd5\xd3\xc3\x06\xa6\x5b\x9f\x43\x9c\x31\x6a\xad\xfd\xc5\x63\x6e\x6e\x17\x6f\xf8\x16\x3d\x17\xc7\xe8\xf6\x39\x46\x37\xcf\x75\xf3\xfb\x84\x29\x96\xc8\x84\x78\xe1\x2d\x76\xd3\xad\xd1\xcf\x3c\x5d\xcd\x3b\x37\x7d\xec\xfc\x1c\x6f\x17\xd2\x33\x6d\x70\x6e\x50\xf8\xe2\xdc\xe8\xcc\x60\x41\x72\x13\x66\x78\x65\x99\x48\xbd\x19\x13\xdc\xb4\x81\xba\x05\xca\x57\xe3\x10\xe6\x2e\xb5\x28\xca\x0a\x7b\x22\xe9\x21\x6b\x98\x46\x64\x2c\x58\xe1\x03\x36\x3d\x8f\x3d\x51\x70\x77\xe8\x0a\xd4\x98\x1b\x42\xde\xca\xe7\x99\x07\xae\x41\xc4\x03\x0e\x5f\x7e\x81\x7a\x56\xe1\x92\xc2\xf2\x2f\xf2\x5b\x99\x05\x88\xae\x2b\x68\x62\x96\x1f\xe7\x56\x07\x6a\x81\x47\x84\x22\x3d\x67\xf9\x71\x6e\xdd\x24\x71\x69\xe8\x79\xfd\xfb\x4f\x97\x63\xfa\x2c\x70\x90\x50\x50\xe6\x2c\x3f\x72\xb4\x2e\x6b\x05\x2a\x3d\xdf\xe6\x0a\xc2\xe1\x14\x73\x39\x0b\xb3\xb3\x6b\x50\x25\x15\x7a\xda\x44\x65\xfb\xe1\x03\x8d\x09\xd1\x70\x72\x7e\x99\xe5\x85\x88\x43\xce\xc7\xb3\x40\x19\xa7\x64\x30\xb3\x10\x20\x0e\x3f\xf3\xf4\xed\xfe\x80\xc8\x5a\x18\xb3\x20\x02\xee\xfb\xcc\xba\x0d\xa6\x80\x57\x2f\xf1\x78\xd9\xa0\xee\xe9\x26\xe9\x1d\x43\x75\x97\x25\x8f\x3e\x4d\x42\xa1\xb8\x14\x76\x2a\x85\xdc\xb1\xfc\xc9\xc2\xa8\xfc\x02\x7c\x79\x8b\xff\x3f\xf0\xbf\xba\x84\x37\xb2\xf1\x5d\x81\xf3\xb1\xd4\xfc\xb3\x20\x63\x56\xb7\xfa\xa7\xbc\x08\x71\x28\xc6\x73\x96\x9a\x02\xda\x5f\xbc\x2c\x2d\x5f\xd8\x59\xa0\xfb\x93\x03\xc7\x2c\xcc\x0e\xff\x69\x60\xa2\x41\xcd\x1a\xbc\x91\x95\x40\x78\x96\x9a\xd3\xec\x1f\xb8\x0b\x85\x72\x4a\xe3\x4a\x8b\x44\xd6\xa3\x56\x6c\xff\x2c\x74\x8f\x30\xc6\x28\x74\x8f\xb0\xb6\xa1\xb4\xac\x66\xaf\x79\x6a\xcc\x61\xae\x79\x69\xb9\xfa\xa2\xa2\x51\xbb\xd0\xdc\x09\x45\xae\xc4\x4b\x69\x14\xb9\xba\xe5\x96\xf4\x0a\x96\x7a\xaf\x74\x9e\xf9\xee\x85\x11\x6e\x6d\xf8\x13\x7a\x65\x48\x57\x54\x3a\xd7\x57\xb3\x0d\x0d\xa2\xa2\xf4\x66\x61\x5a\xac\x36\xdc\x24\xf6\x8d\x90\x4b\x01\xec\x54\x0c\xdd\x2c\x09\x3b\x75\xcf\x2d\x50\x21\xfa\xfa\x57\x06\x8f\xb3\xe1\x1f\x1a\x5e\x50\x0f\x83\x96\x6e\xcd\x4c\xfa\xfc\x7a\x6b\x42\xc5\xe8\x4b\x45\x19\xbc\x6b\x0b\xad\x17\x18\x5f\xe5\x4e\x3d\xcb\x40\x0e\x23\x09\xc5\xf2\xa2\xd2\x51\xcd\xc4\xb0\xbd\xf6\xb6\xfd\xe5\x24\x2a\xc1\x78\x2e\xcf\x29\x12\x6a\x7d\x44\x17\x6b\x36\x5b\xaf\x53\xd2\xbf\xd7\x93\x1e\x94\xa8\xc3\x9f\x60\x97\x58\x58\xd1\xe1\xb7\xe9\x2c\x2a\x93\x93\x26\xa4\x54\x58\xde\x26\x2c\x5e\x66\xce\x92\x3f\x59\x7c\x43\xb3\xc0\x14\x58\xcd\x3b\x07\x28\xb4\x78\xa7\x4c\x2c\xad\xf7\xee\xa4\x12\x4e\x47\x66\xa1\x7f\xaf\xaa\x2a\xcf\xb2\x18\x7f\x67\x1e\x5d\x49\xa7\x7f\x68\xd4\xd3\x89\x4e\xe2\xd2\x8f\xe0\x5d\x93\x3f\xf8\x13\x00\x7c\x1d\xbb\x65\x41\xcc\x79\xf7\xc1\x81\xb7\x7a\xff\xee\x3f\x36\xa0\x0f\x76\x06\x30\x98\x67\x77\xba\x6c\xfb\x85\xf1\xef\x3f\xb1\xcc\xa2\x3b\x63\x15\x87\x9b\xa4\x8c\x10\x4a\x2c\xf0\xe0\xad\x16\xc5\x50\xfd\x55\x73\x1c\x4a\xe8\xf8\xe6\x54\xf6\x9c\x3a\x93\x80\x42\x5f\x5e\x3f\x26\x47\x50\x28\xe3\x2c\xc8\x93\x5f\x75\x4d\x29\x89\x64\x05\x6d\x0b\x4a\xea\x0c\xb3\x04\x13\xac\xb6\xf0\x17\xc1\x3e\xfd\x45\x22\x7e\x3d\x63\x98\x3a\xc7\xcb\x91\x0c\xa1\x61\x1f\x1c\xa5\x5f\xe0\xe6\x0f\xff\x80\xfc\xba\xd3\x5d\xe6\x30\xfd\x03\xa3\x23\xcd\xd9\x27\x95\xf1\xa2\xe1\x4c\xc1\xa8\x3e\xaf\x9c\x08\x51\x7d\xd1\x77\x52\xe3\x44\xd4\x5a\xf5\x52\xbc\xc0\xb2\xf9\x62\x5c\x10\xb4\x36\x3d\x88\x8c\x59\xf3\x44\xa1\xae\x60\xd7\x8d\xb3\x00\x29\x56\x4f\x13\x9c\x6c\xcb\xe7\xc4\x00\x54\xac\xe6\x06\x78\xdd\x5a\xcb\x5a\xe0\x65\x5b\x2d\xa9\x2f\x30\xa4\x17\xff\x4e\x86\x54\x03\x30\xfc\x1a\x9f\x97\x3b\xd7\x56\x24\xde\x38\x04\xbd\x55\xef\xdc\x35\x1a\x24\xb2\xa9\x7e\x8e\x51\xe8\x1b\xc3\x1c\xfe\x42\xd1\xb2\x2c\x72\x98\x4d\xab\x4d\x77\x99\x1c\xad\x41\xbe\x60\xb4\x5a\x35\x5c\xe8\x47\xfb\x39\x09\x12\x7b\x1a\x2c\xc0\x91\xd6\xf7\xe4\xf2\x90\x68\xcd\x23\x82\xe0\xaa\x39\x3a\xa1\xa7\x8f\xfa\x87\xa7\x91\xe5\xf2\xc3\x95\x10\x91\x88\x82\xab\xa6\x11\x7e\xb6\xd5\x50\x20\xb3\x65\x79\x17\x3d\xc9\x7f\xff\x75\x51\x33\xab\xbe\x64\x5c\xfd\x6d\xff\xfe\x33\x55\x7f\x69\xd6\x1f\x8b\x23\x36\x3d\x73\x10\x6e\xa0\x61\xed\xfd\x4c\x37\xd9\xa5\x67\xa0\x3c\x9d\xc1\xf5\xc7\x21\xb8\x3d\x6e\x99\xe9\x1f\xe8\x54\xa5\x67\xc2\x44\x53\xcc\xbc\xa9\x4a\x52\x3b\x2b\x52\xea\x6f\xb5\xff\xe5\x30\xaa\x74\xc1\x55\x1a\xb6\x59\x99\x34\xd5\xa7\x69\x2d\xf4\x93\x97\x44\xae\x50\x22\x2a\xc1\xce\xac\x2f\xe4\x0b\xe5\xa4\x9a\x95\x88\x4e\x68\xa8\x32\x85\x81\x0f\xf0\x9a\x79\xaf\xa4\x7a\xa8\xb4\xf0\xfa\x40\xae\x50\x13\x2a\x27\xf2\xac\x69\xf1\x15\x96\xae\x70\xa1\xad\xd2\x23\x56\xb8\xd0\x2a\x26\x67\x56\x5a\x84\x7d\x69\xae\x15\xbc\xd5\xfc\xdc\xf1\xac\x1e\x2b\xec\x18\xe1\xff\x83\x0d\xb8\xc7\xf7\x94\x31\x4a\xac\x70\xb1\xad\x52\x9d\xd7\xca\x2b\xb1\x54\x0d\x35\x51\xe1\x34\x4d\xdc\x20\xda\x83\x95\x30\x51\x57\x98\xca\x1a\x84\x86\x15\xb5\xf1\xd6\xe3\x61\x35\x8a\xec\xe5\x37\x30\x0c\xc1\xef\xfa\xc2\xc6\x18\x5e\xab\xc6\x5b\xaf\x0e\x81\x8a\xec\xfb\xaa\x99\x3a\x6b\x66\x55\xf0\xff\xef\xa6\xb5\x9e\xb2\x76\xd2\xa8\xa5\x62\x4d\x22\x9b\x73\x6a\xe7\x09\xee\x0f\x38\xf3\x12\x66\xb5\x93\x66\x81\xa7\xda\x29\xd1\x3f\x7d\xe4\x3e\xd7\x30\x13\x75\x2e\xbf\x31\x41\xb5\xa9\x40\x04\x94\x5d\x36\xea\x8b\x11\xa7\x8a\x0c\xcc\x0a\x8c\xe8\xbc\x3e\xb3\xb2\xc6\xa0\x11\x52\x85\x11\xd8\xb7\x80\x8a\xf4\x03\xd5\x33\x17\x4c\x23\x25\x9a\xe8\xc3\x1a\x92\x35\x15\x46\x5e\x9f\xe8\x15\x3e\xab\xdf\x0f\x92\xcb\xfd\xc2\x03\x1a\xd5\xc3\x4c\x92\xb4\x78\x33\xd7\x5f\x44\x33\xd7\xd5\xa7\x8f\xc9\xe5\x56\x1f\x93\x87\xa1\xb9\x10\x4e\x77\x3e\x79\x2a\x22\xb0\xaa\x99\x12\x7a\xc4\x8f\x74\x82\xe7\x6a\xb7\x8e\xb7\xc2\x73\xd5\x28\xa2\x2e\x5e\xb7\xcc\x61\x8b\xf2\x4e\x3d\xc0\x11\x55\xe9\x85\x67\x5d\x34\x63\x78\xef\xae\xc5\x41\xf8\x0b\xd2\xa0\x89\x64\xae\xaa\xb6\xfc\x02\x05\x86\x60\x44\x65\x4c\x56\x5b\xfe\x01\x62\xdb\x32\x90\x88\xce\x22\x08\x7a\xc4\x6a\x01\x83\x90\x2c\x45\x91\xcc\x4a\x17\x3a\xc3\xaf\xba\xe7\x3e\x11\x0d\x48\x48\x50\xcd\x3f\x3b\x95\x1c\x96\x6a\x3b\x47\x21\xfe\xd9\x19\xec\x20\x92\x58\xf9\xc8\x67\x76\xdd\xb9\xfd\xbd\xd5\x0e\xc6\x36\x8a\xa8\x83\x1c\xa8\x0f\xa0\x17\x94\xf3\xe2\xac\x07\xa5\xa4\x0e\xf9\x7a\x42\x08\xfa\xa4\x80\x5a\x6f\x98\x7d\xce\x00\xc3\xa9\x03\x16\x6d\xfe\x9c\x45\x50\xe3\x0d\x6f\x55\x44\x34\x85\xc5\xcd\x09\x66\x08\x3f\x13\x9c\x79\x90\x17\xc3\x4c\x7d\x3a\x5e\x44\xce\xfe\x04\x29\x02\xde\x6d\xf6\x97\xc3\x88\x69\xa8\xba\xb7\xf1\x45\xbf\x01\x11\x08\x9d\x9d\xfc\x8b\x67\x7d\x81\x95\x53\xc4\xcf\x8a\xd0\xff\xd9\xbd\xc7\x50\xc1\x79\xb3\xd8\xbf\xc1\x18\x3e\xed\x6e\xd2\x2b\x98\x53\xa1\xa2\x9b\xc6\x9b\x95\x1e\x73\x86\x8f\xf5\x5e\x48\x75\x23\x46\xb8\x69\xea\xf1\xa6\xbc\x71\xfe\x79\x92\x80\x83\x3e\xeb\x4a\x3b\xad\x19\xe3\x41\x2c\x85\x94\xab\x15\xe1\x45\xd5\x67\x1d\x61\x91\xe5\xc8\x0b\x8b\xe6\x30\x02\x41\x0a\x2a\x6b\x15\xeb\x93\x92\x4a\xb3\x08\x05\xdd\xec\x9f\x2f\x40\xe1\xf2\x17\x27\xbf\xd0\xb4\x3d\x60\x3d\xcd\x4a\xcb\x94\x54\x02\x5e\x8d\xa8\xe7\xf3\x4c\xc3\xf1\xd4\x33\x63\x1c\xb5\x52\xed\x47\x22\x87\x9e\xf7\x7f\xff\x09\x15\xba\x9e\x0d\x0e\x74\xf2\x0b\x9f\xed\x85\x41\x55\xa1\x73\xb3\x51\xdb\xa6\xc3\xb4\x01\x15\xc9\xe1\x74\xb6\x1f\x75\x1b\x92\x2a\x2d\xdd\xe5\xb4\x41\xdb\x46\x81\xaf\x1e\xb7\x5c\xe9\xae\x1f\x82\x3f\xf8\x0d\x4a\x2e\x41\xaf\x56\xc0\x3d\x3a\x96\x1a\xa2\x8d\x14\xe9\x33\x5b\x59\x48\xf3\xe7\xff\x21\x23\x24\xd8\xda\x8b\x84\x86\xdd\xb9\x1a\xf3\xc5\x1b\xaf\xb6\x9a\xfe\xc9\x7a\x7e\x45\x82\xdd\x62\x1a\x55\x53\xd2\xd7\xb4\x9a\x2b\xab\x16\x2b\x0e\xa1\xe5\x67\x54\x66\x95\x24\x6d\xb4\x64\x5a\x7c\x37\x58\x32\xed\x4a\xd7\x68\xc9\x34\x9e\x6d\x88\x63\x1f\x9e\x25\x24\xef\x54\x5d\xa3\xd9\xd2\xd2\x29\xd9\xdb\x5a\xca\x39\x2d\x55\xbb\x91\xbb\x58\xb3\x08\x88\x31\x55\xc0\x62\x36\x6a\x9d\x0c\xe3\x5b\xe7\x65\x44\x34\xf4\xe4\x68\x75\xda\xe9\xa5\xaa\x3e\xa9\x64\xea\x02\xad\xad\x53\x52\x99\x9f\x06\x0f\x5b\xb1\x78\x43\x64\x79\x97\x3c\x6f\xd0\x32\xd9\xfd\xa7\xa1\x50\xf2\xe6\xa9\xa6\xe3\x9a\x2f\x71\x6d\x90\x7f\x36\xb7\xf0\xf2\xbc\xa2\x37\x67\xa3\xda\xc9\xd0\xbe\x21\x34\xc7\x8e\x8d\x8d\x09\x3c\x7d\x91\x6c\xe3\xc0\x0b\xa6\x91\xb1\xc9\x6e\x80\x27\x82\x1b\xb8\xf1\xbe\xff\x7f\xf0\xac\x89\x65\xa4\x8e\x02\xb0\x67\x43\xa8\xba\x35\x4d\x2d\xe8\x00\x22\xd9\xd1\x22\x47\xa9\x2e\xe0\x0b\xb7\x79\x0b\x04\x11\x87\x8e\xd2\xf6\xe2\xa4\x21\x17\xe4\xf7\xae\xcf\x69\x11\x47\xc1\x39\xce\xbe\x70\x2d\x60\x35\x34\xbf\x44\xae\x9d\x89\x22\x03\x49\x68\x37\x18\x5c\x67\x17\x70\x6e\x30\xb8\xda\x6d\xb5\xc1\x3b\xae\x79\xdb\x64\x76\x77\x4b\x1b\xe4\x64\x6a\x7f\x2a\xdd\xfa\xa2\x6b\x28\xbd\x35\xa2\x45\x58\x26\xb4\xd1\x16\x4d\xd0\x5e\x58\xea\xa8\x86\x9f\xb9\xcb\x74\x90\x36\x46\xa9\xf7\xe2\x36\x17\x1c\x6d\x35\x09\xb0\x94\x76\x73\xdf\x62\xfa\x6e\x1d\x54\x0d\x08\xa7\x99\xd9\x90\x91\xc9\xae\x1e\x8d\x19\x96\xba\x8e\xc2\xb6\x13\x87\x99\x28\x38\x97\xd9\x65\xb9\xed\x29\x31\xd5\x04\x0b\x2d\xda\xd4\xd9\x0e\x06\xa3\xe9\x8b\xa3\x41\x14\x88\x86\x63\xa2\x5a\x81\xe6\xe5\xe0\x4a\xab\xc7\x83\x57\x22\x0b\x69\xa8\x87\xec\xe3\xd4\x0e\xf2\xb7\x3b\xa4\x1e\xd6\xdc\xc7\xbc\xed\xbd\x98\x04\x4e\x83\xbe\x38\xe9\x7f\x2a\xbc\xda\x4e\xce\x8b\xa6\xe1\x24\x7e\x15\x22\x6e\x27\x0c\x5e\x82\x86\x0d\xc9\x37\x9b\x7b\x38\x29\xdf\x34\x08\x04\x0d\xd8\xd1\xb0\xc1\xd2\xd9\x74\x7a\xb7\x93\x38\xcf\xe2\x0d\x96\x4f\xbb\x9e\xb5\x17\x23\x0d\xbb\x50\x35\x04\x81\xc7\xf0\xff\x95\x63\x14\x85\x17\x29\x52\x83\x17\xa7\xd5\xff\x83\x22\xdd\x12\xdb\x0b\x82\x1c\x22\x3d\xdb\x9d\xcc\xa6\x69\x66\x1a\xcc\x6e\x9a\xef\x13\x25\xc0\xd5\xc3\x0d\x77\x54\x4b\xec\x9b\x12\x5a\x48\xb3\x3d\x39\xcd\x22\xfa\xe1\x96\x14\x74\x6c\xf4\x2d\xf3\x95\xbd\x01\xb5\xd8\x91\xa8\x3d\x94\x86\x16\xb8\x4f\x52\x25\xba\x1f\x5a\xdc\xbc\xef\xe1\x07\xd6\xaa\x9b\xe4\x65\x45\x57\xac\xf6\x80\x1b\x34\x73\x9d\x61\xd4\xd3\xcf\xb8\x9b\x68\x9c\xfd\x97\x34\x2c\xfd\x40\x2f\x1c\xc1\x8c\x4e\x23\x9e\x2f\x27\x7d\xe3\xb9\x21\x69\xd0\x19\x17\x6d\xa7\xfa\xfe\xe2\x8a\xaa\x3a\x56\xef\x21\x04\xaa\xd5\x29\x92\x0e\xd9\x47\xa6\xc3\x4a\x67\x57\xc2\x4e\xfd\x4d\xff\x7c\x40\x8e\x92\x84\xec\x1b\x85\xc1\x32\x0d\x18\xb7\x26\xbf\x17\x32\xfd\xd0\x33\x17\x43\x2c\xd1\x4b\x7d\x17\xfc\xe7\x17\x06\xd2\x37\x68\xa2\x58\xfb\xc6\xb7\xb8\xce\xa4\x41\x56\xf2\xf4\x92\x54\xfa\x13\x2e\x8e\x68\x82\x52\xc7\x08\xb0\x17\x9e\xc0\xc2\xee\xbd\x52\x8f\x24\xb4\xd4\x53\x47\xa3\xbd\xdb\xd3\x72\xa7\x3b\x79\xa7\xe5\xce\x6d\x56\x02\x05\x6d\xe6\xfe\xc2\x9b\x08\xa1\xc2\x5e\xef\x17\x55\x7a\xb1\x18\x7f\xe8\xfb\x6e\x87\xca\xc5\x8e\x37\xbd\x61\xe6\xbc\x18\xad\xa2\x08\xaa\x3a\x68\x54\x4d\x34\x37\x30\xd1\x80\x7a\x6c\x4c\x55\xa4\x89\x43\x90\xb2\x2d\x6a\x1d\x7e\x5f\x4d\xb0\xa3\x23\x77\x79\x6c\x7f\x72\xe4\xee\x89\x94\x04\xc6\x7a\x4f\x6e\x54\xf7\x9d\xfb\x50\xa0\xa3\xd3\x2d\xcc\xb7\x8d\xde\x2b\x84\xb6\x46\x84\xf0\x48\x7b\x31\xf4\x54\xbe\x34\x37\x09\x6d\xb7\x79\xa7\x73\xc4\xa6\x61\xa1\x41\x3f\x13\xe4\xfa\x7b\xb2\xaf\x57\x91\xe1\x94\xd1\x4d\x12\x95\xae\xd2\xb5\x74\x64\xf1\xf9\xcc\xfa\xa0\x85\xcc\xb3\x38\x26\x7c\xd7\xc4\x8d\x03\x19\xe4\x3d\xeb\x03\x98\xc2\xfc\xfc\x02\xa9\xa9\xd2\xb9\xb3\x03\x38\x35\x53\x30\x72\x62\xf5\x02\x51\x8c\x84\x53\x0f\x42\x7f\xdd\xff\x3b\x6b\xd8\xd8\xfe\xda\xe9\xe3\x6f\x2b\x53\xa7\x4d\xce\x2e\xe8\x1d\x36\x39\x1b\x68\x3b\x6d\x72\xb6\x4b\x76\x38\x96\x35\xc1\x88\x9e\x38\xc7\xcc\x36\x91\x36\xdc\xf3\xc4\x14\x3c\x21\xcd\x59\x9f\x3c\xf5\xbd\x78\x93\xe3\x70\x93\x58\x3c\xd3\x34\x73\x5c\xfe\x01\x87\xc9\xa7\xcb\x83\x2f\x98\x48\xe6\x6c\xd2\x65\xb1\x4f\xe2\x06\x9d\xa0\x1d\xc1\xcc\x36\x5d\xf7\xc5\x3d\xa5\x16\x68\xd2\xeb\x9e\x7d\x04\x5d\xda\x75\xa3\x03\x1d\xd9\xc2\xd7\x59\xfb\x5a\x31\xe9\xb3\x03\x2d\xd9\xf3\xb9\x23\x1a\xa0\x7d\xfe\x87\x2c\xd2\xd9\xd3\xa9\x2f\xea\x9f\x1e\x38\xf5\xfe\x22\x4d\x7e\xba\xa4\xf7\x3d\xa5\x93\x26\x06\x9e\x65\xf6\xdd\xe9\xcc\x6f\x6e\x65\x48\x87\x0e\xc9\x26\xfc\xbe\x53\x86\xea\xd2\xdc\x77\xce\xbd\x3f\x58\xef\xa5\x65\xfa\x83\x1d\x16\x3d\x11\x89\xf0\x00\x65\xac\x99\x7d\x7f\x31\xe1\xb4\x6c\xda\x79\xfc\x79\xed\xf6\x1b\x2f\x98\x44\x38\x2e\x0a\x8a\xf7\xe3\xf7\xee\x82\xcd\xcf\x04\xf7\xd3\x3f\x50\x9e\xea\x96\xde\xd3\x02\x28\x7d\x61\x3f\xa8\xfd\xd0\x3d\xaa\x13\xe3\xf9\x6c\x82\x77\x5b\xf3\x79\x49\x8b\x9f\xef\x55\xfd\x44\xb4\x9e\xae\x20\x9d\xe9\xd1\xad\x82\xe9\x2c\xa1\xf8\xd9\xbc\x70\x36\x6b\x3e\xa4\x99\xdd\xbc\x9b\xc1\x4e\x7a\xd0\x2d\x7f\x81\x5b\xae\x80\x42\xcf\x40\x4e\xef\xde\x13\x07\xa6\x19\x88\x98\xcc\x32\x0e\xa1\x99\xf6\x51\xe8\x69\xd1\xf3\x5a\xc1\x82\xd7\x7c\xf0\x20\x1e\xc0\x2e\x08\xfd\x22\x83\xb9\x87\x34\xe1\xf9\x68\xba\xb9\xb9\x3d\x73\xc8\x76\xbe\x79\x5f\xdd\xa4\x41\x13\xc7\x88\x80\x8f\x20\x4e\x4d\x94\x0f\x50\x68\xa2\x7c\x07\xe8\x37\xd6\xa2\xfb\x03\x6a\xa0\xcd\x51\xe9\xfc\x65\x20\x81\xfa\x34\xad\xfc\xfe\x76\x1c\x3d\x49\x91\xa6\xe9\x41\x49\x3f\xdd\x57\xfb\x43\xe6\x70\x7f\x20\xc8\x92\x02\xd5\x6b\xa6\x61\x08\x8b\x23\x5a\xc5\xd9\xe1\x18\x66\xe3\x7f\x7f\x12\x44\xfc\x37\x8b\xe3\x47\x85\xa3\x26\x7e\x20\x6f\xa5\x5d\x1b\x07\x20\x9f\x62\xc2\xdf\x83\x0f\x79\xfc\xaa\x9e\xc9\xaf\x6e\x10\xa2\x44\x9b\x70\x20\x0f\x4e\x28\x35\xd6\xbb\x7d\xd8\xe3\xd0\x0f\xbc\x51\x48\x42\x0e\x28\x96\xec\x59\x31\xb6\xf1\xef\x3f\xdd\xda\xeb\xb1\xc5\xfb\x2c\xc0\x38\x36\x7a\xa2\xe9\x8a\x31\x52\xcf\x24\x56\x18\x1b\xe7\xcd\x5d\x52\x28\x2f\xff\xc0\x7b\x91\xf8\x71\x94\xa4\x52\x9d\x42\x35\x65\xe3\xff\x28\x59\xd5\x4d\x03\xa7\xa7\xbf\x1d\x0a\x46\xa1\x86\x3b\xdc\x04\x77\x95\x3a\x2d\xa8\xce\xab\x43\x75\x54\x6c\x22\xcf\x43\xa2\xb3\xe5\x1f\x72\xa0\x22\x22\xd5\x55\x5a\xdf\xc1\x92\xd7\xd6\x57\x0d\x1a\xcd\xba\x58\x66\xa4\xd1\xcc\x1c\x80\xa0\x49\x7b\x14\x8c\x96\x99\x0e\xd5\x09\xbc\xf7\xc7\xd4\xfd\x69\x30\xf7\x78\x68\x5f\x8c\x04\x75\xdd\x6f\x60\x37\x4b\xb4\x0f\x80\x34\x55\x24\x9b\x03\xd9\x14\xad\xf2\x1d\x3d\x59\x40\x1f\x74\x1e\x71\x5e\x31\x3a\xdf\xdb\xf1\x78\xc0\xfb\xde\x11\x24\x83\xf5\x05\xbb\x67\x0f\x36\xaf\x50\xd5\xeb\x39\x60\xe3\x1a\x9f\x3e\x60\x6f\xb2\xb2\x70\x74\xc4\x49\x7b\x01\x51\x82\xfa\xe3\xde\x37\x80\xb3\xc2\xbc\x0d\x4f\x2b\xbb\x5f\x0f\x24\x9b\x09\xa5\xa1\x9a\x63\xd0\xde\xa8\x23\x6c\x50\xe9\x65\x4d\xcb\x40\x5a\x0b\xeb\xaa\x07\xab\x4e\x5b\xa7\x35\x10\x01\xa0\xa4\x50\x73\x0c\xde\xb0\x74\xe6\x8c\x41\xf8\x60\x2a\xe0\x4b\x65\x7b\xf7\x08\xc6\xea\x98\xcf\x90\x1f\xb1\x58\x47\x39\x22\x59\x57\x9d\x04\xe3\x15\xdd\x24\x75\x92\x26\x13\x60\x4d\xe5\x7a\xe6\x00\x56\x73\xdd\xad\x39\x66\x36\xa9\x4e\x27\x84\xad\x85\xeb\x98\xe4\x5d\xcf\x0d\xbc\xa1\xea\xe7\x0b\x1e\xcf\x1e\x48\x26\x9b\x10\x6a\x1d\x30\x9d\xb5\xcf\x73\x47\xda\x19\x8d\x6b\xe5\x40\x35\xae\xb4\xa5\x49\x8f\x35\x90\xcc\xb0\x58\xc3\x37\x76\x58\xeb\xad\x5d\x1b\x3b\xfb\xd0\x17\x3b\x20\x64\xf1\xff\xec\x43\xa0\x60\xc0\x31\xc9\xa6\xb5\x41\x33\x95\x15\x1e\x03\xb9\x20\x6c\x83\x19\xf0\x98\x6f\x16\x56\x07\x45\x8f\x27\xfb\xe0\x66\xf0\x44\x20\x39\x84\xad\xb9\xe3\x08\x76\xe1\x26\x28\x28\x3c\x0a\xc6\x29\xb6\xed\x2f\x79\xe8\xe6\x38\x1e\xbe\xad\x89\x3c\xe9\x12\x24\x40\x38\xce\xa4\xd1\x3f\x24\x8d\x9a\x27\x04\x3a\x5a\xd7\x35\xe8\x22\x6f\x35\xce\xa0\x9e\x48\xf8\x7f\x9c\x4c\x15\xec\xff\x71\xf6\x59\x44\x9f\xcc\x57\xe8\x06\x33\xd7\x99\x9e\x91\x67\x49\xe8\x6e\x5c\x49\xa2\x06\xc1\x28\x47\x6b\xcb\xc6\x45\x12\xfd\x4c\x05\xb4\xf7\x1a\xd3\x03\x2a\xd1\xf5\x1c\xcc\x9d\x5d\xdd\x24\xd9\xc7\xdc\x80\x30\x47\x1b\x86\x06\xec\x69\xc5\xca\xaa\x01\x4f\x25\x1b\x24\x06\x3c\x95\x6c\x1d\x1b\x84\x39\xd6\xb7\x0d\xa6\xa4\x50\x0a\xe4\x39\x00\x73\x3e\x02\x82\x65\x9d\xad\x70\x1b\x89\x73\xcc\x1e\x37\xd9\xc3\x02\x1c\x39\x2a\x6c\x15\x1c\xf7\x89\x67\xf7\x79\x41\x79\xea\xf7\x91\x17\x46\x37\xd6\x71\x93\x68\x2d\xfe\x83\x9a\x3f\xd2\xc8\x0c\xc0\x96\x6e\x76\xcc\x0c\x15\x9e\x47\xd8\xcb\xba\xf7\x0c\xec\x65\xb1\x7d\x7e\xe0\xde\xf7\xa8\xe1\x57\x64\x90\x1b\xa8\xf1\x62\x93\x47\xc0\x8b\xc8\x7e\x1a\xc1\x94\x15\xf6\xf0\x0c\x56\x74\xb1\x4e\x27\x7e\x5c\x6d\x71\x68\x00\xe9\xd8\x5a\x15\x3f\xae\xbe\x38\x34\x7e\x13\x2f\x4c\x3d\x73\x98\x6e\x60\xc7\xb3\x7b\xa0\x03\xb1\x16\x22\x60\x73\xf3\xbc\x06\x3d\x91\x94\x8f\x72\x06\x5d\xdc\xad\x80\x0b\x66\x11\xec\x1e\x06\x2a\xc0\x74\x09\x93\x40\xce\x8a\xfe\xf3\xff\x3c\x71\x96\x5f\xa0\x5b\x6a\xf7\x1b\xf0\xbb\x19\x7e\x26\x4c\xf1\x3c\x00\x2c\x59\x45\x1c\x28\x1b\x1d\x9f\x0f\x78\x19\xf0\xbc\x6c\xc4\xea\xc2\x29\x91\xe0\x49\x32\x30\x4a\x22\x06\xbf\x91\x5c\xad\xf5\x2b\x1d\x9d\x6a\xaa\x0a\x25\xb5\xa7\x06\x6e\xef\x56\xc7\x47\x61\xa8\x53\x77\x1f\x39\x77\xfa\x01\xb6\xbf\x8f\xa7\x59\x54\x0a\x00\xe9\x71\x03\x3e\x4c\xb6\xac\x04\xb2\xfe\xd9\x2c\x12\xcc\x59\xa1\xa2\xec\x33\xe0\x93\xf4\x71\x8b\x09\xe4\xac\xe8\xc5\x5d\xe4\xdc\x68\xb2\x80\xae\x6c\x8b\x09\xa2\x2b\x3b\xad\x04\x53\x52\xd8\xa9\x20\x68\x51\xb4\x32\x32\xa0\x11\x73\x08\x56\x34\x26\x0f\xf0\x07\xd8\xbd\xe6\x19\xda\x0b\xad\x20\x0d\xe4\xb6\xb6\x59\x21\x7a\x4e\x8c\x16\x10\x91\x8e\x56\x98\xc6\x8b\xad\xc2\x31\x84\xd1\x31\x2f\x52\x77\x07\xcc\x87\x1f\x1b\x66\xc0\x67\xdd\x9a\xe7\x48\x0d\xd5\xf0\x17\x98\x06\x1d\xfe\x81\x22\x2c\xbd\xb4\xbf\x1c\x47\xc1\x30\x49\x6b\x80\x63\x90\x5e\xb7\x86\x68\x2b\x6f\x7e\xb8\xa3\x5b\xdb\x1e\x48\xd9\xd7\x75\x54\x04\xcc\x7c\xd6\xb5\xc7\x20\xeb\xb8\xc1\xcc\x78\x61\x8e\x46\xb1\x95\x8f\x92\x2e\x10\x24\x69\x93\x40\x04\x14\xc0\xde\x34\x48\x06\xd6\x2d\x6d\x82\xba\x78\xdd\x67\x83\x56\x3a\xab\xd4\x22\x10\x95\x66\x7e\x86\x4d\xce\x39\x31\x62\x12\xcf\x7a\xeb\xcf\xdc\x22\xfe\x02\x88\x6a\x58\x20\xc1\x9d\x7c\x0e\x0b\x9c\x49\xbf\x84\xe1\x36\x5e\x49\x6f\x57\xdd\x60\xe2\x09\x5f\xef\x62\xf1\x3c\x32\x19\x54\x3e\xa9\x3c\xe0\x0c\xda\xe6\x7c\x63\x8c\x95\x02\x45\x23\xcb\xa8\x44\x4b\x10\xd8\xde\xac\x2c\x8c\x9d\x9b\xc2\x92\x13\xee\x45\x56\xd3\xc6\x4e\x03\xa1\xae\x67\xc1\x54\x11\xc3\x93\x01\xd4\x65\x55\x60\xec\xd9\xa7\x9b\x40\x9f\xa6\xf2\x20\x53\x09\x4f\x04\x0a\x98\x58\xf3\x17\x28\x75\xd7\x7d\x71\x0d\xa4\x76\x58\xde\xeb\x30\xbe\x59\x05\x16\x70\x2f\xea\x9f\x06\x6f\xd2\xe8\x16\xe9\xbf\xab\x2b\x63\x20\xf0\xd0\xf1\x9e\x41\x54\x35\x2c\x05\x01\xa2\xac\xbf\x0c\x60\x26\xab\xe1\x02\x19\x96\xad\x08\x0c\x26\x8b\x68\x9f\x16\x29\xc1\xc2\x6f\x10\xb1\x48\xc7\x15\x27\x27\x4e\xa3\x38\x49\xb5\x05\xed\x45\x22\xf5\x01\xbc\xbf\xad\x76\x89\x2b\xd7\x5f\x8b\x87\x30\xc2\xbe\x59\xa2\x5d\x04\x9f\x5e\x1c\x56\x1c\xf1\x45\x2a\x12\x26\x79\xa0\x54\xff\x0c\xef\x27\xf8\x19\x39\x90\x2a\x98\x0a\xd9\xca\xc0\x20\x4e\xb2\xb3\x56\xd0\x63\xdb\x3a\xea\xa0\xd5\x6e\x58\x0e\x22\x93\x71\xb7\xde\x20\x68\xc6\x33\x6b\x43\xdf\xd3\x7d\xdf\x0e\x02\x1f\x5d\x7c\x83\xf5\x89\xad\x79\x0d\xb8\x1a\x75\x5d\x84\x83\x0a\x22\x6b\x56\x03\x09\x20\xba\x01\x61\x30\xfa\xaf\x7d\xda\x64\xb0\x8a\xa6\x93\xb9\x8e\xdb\xa7\xcd\x03\xd9\xe8\x34\x0c\xe8\x78\xac\xcd\x8b\x87\xd2\x4c\x73\x35\xe1\x6c\xd4\x7d\x13\x9e\x04\x47\x8e\x29\x9a\xac\x3d\xe2\x80\x9e\xf9\xcb\x35\x9c\xfa\x01\xae\x6f\x92\x24\xf3\xc7\x35\xed\x6e\x73\xa7\x78\xf2\x1b\x39\xbb\x4b\x3f\x60\x7f\x08\x03\xcc\x1f\xe8\x96\x44\x9c\x3f\x4e\xae\x5a\x4c\xcd\x91\x96\x63\x12\xfb\x48\x36\xcd\x8d\x3c\xa0\x91\xcf\x2d\x79\x40\x5d\x32\x61\x97\xef\x41\x13\xb6\x43\x6b\xbb\x26\x7c\xbf\xad\x80\x9b\x1b\x35\xe5\xf1\xa7\x10\xd8\xb9\xe5\x24\x68\x48\x5b\xae\x95\x09\xa0\xd8\x0f\xd3\x7c\x92\x22\x8d\x9a\x19\x9a\xad\xf0\x9d\x2f\x9a\x8a\x29\x21\x3e\x0b\x47\xad\x3e\x0a\xf7\x9f\xa6\x09\xde\xe3\x76\xf6\x9c\xa8\x90\x67\x2d\xf8\x2c\x3c\xac\x75\x7a\xcf\xc2\xc3\x59\xaa\x94\x59\xb8\xe5\x75\x5e\x4e\x96\x4d\xb6\x7a\x77\x56\xd2\xa0\x89\xae\x3c\x0e\x75\x82\xce\x4a\x21\x30\xfc\x03\x27\x56\x13\x01\xef\x6e\x2b\xc7\x66\xc6\xfc\x49\xcb\x34\x89\xa4\xc2\x0d\xf0\x7c\x14\xa6\x98\xa9\x97\x12\x0d\x8d\x7b\xcf\xec\xd0\x30\x31\x1e\x16\x83\x04\xad\x84\x9e\x0d\xd2\xd4\x6b\xd1\x68\xfd\x91\x92\x69\xa2\x44\x9e\xed\xc4\x93\xbe\xdc\xaa\xae\x3b\x67\xcb\xe5\xd4\x64\xbf\xd8\xab\x38\x15\xc2\x44\x65\x65\xdf\xf5\x27\x15\x5f\x21\xcd\xca\xec\x49\xb5\x7f\x20\xd5\xea\x02\xee\xde\x56\x5d\xce\x9e\x44\x6a\x26\x3b\xb7\xa6\xfb\x80\xa2\xcb\x86\xe3\x99\xe8\x4c\x70\x67\x12\x9d\x79\x98\x9d\x73\x2f\xcd\xcb\x84\x26\xac\x7c\x68\xa2\x38\xf6\xea\x41\x13\xd6\x3e\x44\x61\xeb\x7a\x1a\xe0\x1d\xd6\x37\x33\x2d\xbd\xc3\xac\xc3\x9d\x83\x69\x27\xfc\x02\x87\xad\x2e\x07\xf3\x24\xa9\xc7\x91\x3b\x57\x8b\xf7\x62\xba\xea\x8b\xf2\x64\xaa\x0c\xd5\x2a\x9d\x73\x90\x81\xfc\xcc\xa9\x97\xa2\x6c\xd2\x46\xa9\x4a\xa2\x73\x06\xb3\x41\x8a\x86\xe0\xda\x78\xeb\x20\xcf\x99\x75\x1a\x13\x2e\xed\x56\xcc\x4c\x64\xc6\x58\x26\x9a\x46\x4e\xab\xdb\x27\xe3\x0c\xad\xb0\x9f\xc8\x5b\x66\x4d\xce\x84\x49\xb3\x9b\x46\x98\x34\x6d\xd9\x9d\x33\xe7\x51\x1f\x4c\xec\x44\x2f\x1d\x51\xa2\xee\xc5\x93\x25\x43\x7e\x7e\x1f\x16\x02\xcf\x33\x22\x0a\x7d\xe9\x9d\x8b\xdf\x6b\x08\x50\x99\x4d\x69\x38\xe6\x82\x34\x91\x4a\x64\x52\x83\xf6\x11\xca\x0b\xcc\xa5\x3b\xee\x5c\x1c\x91\xa6\x60\xf1\x34\x32\x83\x27\xd8\x13\xe2\x98\x04\x7b\xcb\xcf\xd8\xa6\xba\x5e\xce\x9d\x27\xa4\xf9\x17\xb1\x80\x5d\x59\xec\xe7\xdc\x59\x48\x42\x83\x40\xf6\x55\xab\x4c\x26\x34\x6c\xbe\x66\x4f\xd4\xb2\xf3\x7d\x75\x22\x70\x4f\x45\x71\xe6\x3c\xb8\xce\x7e\x3f\xa0\xed\xf4\xff\x14\xf3\xe6\x7f\x1a\xe9\x54\x82\x76\x4e\xb8\x55\xf9\xda\x3e\xcf\x1c\xb4\x06\xf5\x42\xbd\xb2\x79\x3f\x9c\x05\x1e\x43\x22\x19\xea\xb2\xf9\x8b\x3f\x9d\x43\x08\xe1\x6b\x4e\x33\x35\xcf\x9c\x21\xcd\xc8\x49\x99\xef\x21\x9d\x74\x9b\xf0\x1c\x9e\x88\xc8\x15\x8a\x9b\x54\x9f\x8d\xcf\x0f\xd0\xd1\x2b\xc1\xfc\x9c\xf4\xb3\x52\x09\xd2\x39\xa1\x4f\xf3\x7d\x7b\xbe\xc8\xb0\x4e\x6f\xa7\x8b\x88\xa0\xf8\x07\xf8\x24\x5b\x50\xc1\x08\xe8\xab\xf0\xbc\x78\x36\x9a\xdb\x51\x68\xce\xb7\xeb\x79\x53\x2f\xe9\x1d\x7a\x23\x04\xc0\x24\xa5\xea\xcb\x1b\xec\x9e\xe8\x42\xfc\x9c\x31\x75\xde\x40\x40\x70\xbe\x96\x4d\x20\x38\xab\x21\xe7\xc3\x41\xfa\xfd\x0e\x60\xa4\x89\x7d\xb2\x47\xb1\xf3\x83\x1c\x14\x1e\x34\x94\x63\xbe\x7c\x4f\x38\x65\xd9\x09\x70\x3e\xa8\xba\x6a\x66\x7b\x50\x3a\x40\x70\x6f\xfd\x72\x61\x96\x7e\x20\xc5\x5d\xcf\xa0\x50\x98\x67\x25\x96\x93\xfa\x6f\xfd\xe0\x90\xa2\x75\x59\xd0\x5b\xf9\x2e\xb5\x7e\xa0\x68\xf3\xff\x54\x28\x48\xee\x2d\x20\x33\x0f\x71\x6d\x54\xbe\xf9\xff\x8a\x06\xfc\x4c\x87\x3a\x51\xb4\x61\x9d\x05\xd5\xd7\x8b\x81\x86\xe7\x70\x31\xcd\x96\x95\xee\x0b\xda\x21\xdf\x0f\x57\xa1\xc1\x49\x3b\x7c\xc1\xf8\xd6\x37\xcf\x12\xd3\x26\x38\x0c\x6f\x21\xe2\xad\x2b\x61\xf8\x5c\x95\xd2\x5e\xa2\x6d\xd1\x9f\x4a\x25\x3c\xe6\xaa\x3c\x7a\x25\xdb\x16\x40\x8d\xaf\x46\xab\xf2\x16\xda\xfd\x02\xb8\x4b\xbb\x7a\x41\x81\x14\xde\x87\x8b\xf6\x39\xc7\xb0\x2d\xc0\x1e\xdf\xf8\x16\x15\x48\xaa\x78\x30\x57\x23\x0a\x2e\xfe\x61\xc3\x5c\xa8\x85\x46\x2c\xa6\x0b\xc4\x6a\x9c\x7d\x2d\x37\x60\xcf\xf8\x34\xd0\xf9\x81\x5f\xa0\x09\xc3\xb3\xc9\x54\x08\xce\x6a\xba\xa0\x62\x1a\xe6\xa0\x17\xe6\xfc\x1f\x4d\x14\xf2\x9e\x29\x7a\x4d\xd9\xc8\xb1\x3a\xe2\xe8\x74\x8b\x5c\x2c\x7e\x66\xfb\xc0\x4a\x50\xf2\xf9\x82\x67\xa7\xce\x81\xd5\xa9\xbc\xf8\x7c\x02\xb6\x91\xd8\x5e\xf4\x51\xf7\x6a\x40\xc9\x34\xa4\x83\x59\xa9\x47\xd2\x39\xb0\x46\x4e\x9d\x5a\x60\xe9\x5f\xef\xf6\x35\x38\x77\x9a\xec\x41\x0e\x10\x8b\x40\xb3\x64\xe4\xbc\x06\x01\xa2\x89\x86\xa3\x94\xc1\xf7\x1a\x14\x69\xcb\x5d\x3e\x78\x41\xc3\x0e\x8a\x34\x13\x89\x54\x08\x76\x3d\x5c\x91\x34\x8a\x06\xa8\xa2\x0c\x94\x57\x10\x8b\x4b\xff\xb2\xe0\x8b\x35\xa4\x3e\x5b\xc8\xcf\x55\x6c\x84\x58\x41\xc1\xec\x61\x44\x4e\xb5\xe6\x81\x2e\xe4\xfd\xf7\xa7\xb0\xa3\x05\x54\x63\xd8\xbc\x5e\x54\x53\x54\x38\x75\xae\x17\xd5\x6c\x75\x0a\x1d\xae\x09\xb1\x6d\x11\x86\x84\x5f\x3e\x18\xd6\x1c\x90\x58\x9a\x24\x26\x5c\x35\x3f\xc2\x2b\x6b\x08\xb5\xac\xd4\x84\x7d\x7a\xe4\x3a\xf9\x19\x9a\x31\x4b\x87\x99\xe3\x73\x0f\x0f\xca\x79\x8a\x02\x66\xbe\x57\x65\xd6\xb9\x16\x49\xf4\x73\xe3\x3e\xd5\x1c\x52\x2f\x66\xc4\xba\x32\xcf\x82\x9f\x31\x08\x6f\xe4\x85\x41\x48\xd3\xb6\x50\x70\xc2\xf7\xfe\x45\x9f\xab\x61\x31\x4a\x9f\x2b\x2b\xff\x17\x7c\xd8\x0d\x70\xd7\x9e\x02\x4c\xc3\xdc\xc1\xbe\x82\x29\x6b\x47\xdd\x55\xcf\x1b\xb2\x7b\x19\x9a\xad\xf4\xa8\xf2\x33\xe4\x80\x50\xcc\x82\x52\xed\xb3\xab\x0f\xce\x92\x2e\x8e\x0b\x79\xee\x0d\x22\x16\x4c\x99\x56\xb2\x2d\x7a\x50\xd9\xe8\xb2\x8e\x24\x59\x2b\x45\x97\x2a\x5b\x5d\xd6\x41\xa1\xab\x5b\xda\x82\xc7\x94\x61\xc8\x3a\x92\x79\xdd\x09\xf6\xa0\x94\x4b\xff\x63\xec\x5f\x92\xb6\x69\x95\xe5\x40\xb4\x7f\x46\xf1\xcd\xe0\x24\x77\xe8\xfc\x9d\x6a\x57\xcd\x21\x6f\x94\xa9\xa1\xad\x6d\xab\xa4\xf9\x97\xa5\x3b\xb8\x3f\xcb\x4c\x2a\x7d\x8d\xd7\xec\x7d\x92\x4c\x08\x20\x88\x08\xe2\x3a\x20\xc9\x58\x3f\x32\x1e\xde\x35\x7c\x06\x99\x19\xab\xfb\x80\x2c\x95\x96\xf7\xee\x69\x84\x4a\x63\x3c\xbc\x74\xf9\x98\xc2\xa9\xfc\x87\x35\xb0\x54\x97\x09\x03\x33\xcb\x3b\x10\x64\xbc\x15\x29\x4f\x04\x04\x72\x59\xfd\x50\x69\xd6\xc4\x75\xd6\x84\xf1\x52\xbb\x5b\xfd\x06\x91\xd8\x8c\x7b\x52\xf1\xe3\x83\x38\x29\xb2\x49\x79\x30\x28\xcd\x78\x29\xe0\x91\xd4\x1c\x00\x38\x26\x90\xb2\xf8\x83\x05\x85\x5f\x78\xd8\xa5\x96\x7f\x2e\x34\xdd\xcb\x7d\x32\xf7\xd4\xe1\xdf\xc8\xab\x61\x8b\xd4\x09\xdb\x9d\x4d\x3d\x27\x62\xe1\x4c\x95\xcf\x83\xcc\x3d\xf9\x03\xd6\x45\xf4\x0b\x27\x93\x60\x1c\x7a\x00\x3c\xfd\xf9\xfd\xc2\x35\xcc\x1d\xf0\xbe\xea\x1e\x90\x4a\xca\xa7\xfb\xa4\x93\x92\xc3\xe5\xce\x80\x78\x68\x49\x20\x27\x54\x4d\xc6\xb1\x13\x9a\xa6\xae\x32\x40\xfd\x0c\x6b\x7f\x35\x6d\xa8\x9a\x4c\x92\x4e\x94\xc6\x75\xdc\xd7\x09\xd5\x93\x05\xcb\x13\xd9\x49\x7d\x94\x4e\xe4\x96\x3a\x7c\x4b\x3f\xa9\x39\xb2\x99\xf5\x44\x72\x29\xb3\x96\x93\x62\x94\x0d\x92\x67\x5c\xb3\xd2\x98\x91\x32\xbd\xa8\xd8\xb9\xed\x72\xfa\xcd\xf3\x19\xdc\x27\x24\xb1\xea\x1e\x78\x3c\x25\x34\x9d\x11\x39\x9a\x75\x61\x3d\x51\xcd\xab\x4a\x32\x38\x69\xa6\xb3\xa5\xef\x4c\x74\x2f\xd2\x4a\x23\x41\x69\xcf\x6e\x67\xe1\x58\x75\xc8\x84\xa5\xdf\x08\x7f\xc1\x8a\x4e\x8a\x6c\x3f\x5f\x53\x8f\xa9\xf9\x24\x52\x38\xcd\xe7\x93\xc7\x9a\x83\xd2\x4f\x24\x3b\x35\xb3\x3d\xe9\x3e\x65\x3b\xe4\xc9\x12\x3d\x2a\x1d\xd6\x4f\x26\x9d\xb7\xfd\xf4\xa4\xc0\x56\xfd\x42\xe2\x0b\x82\x69\x09\x64\xba\xe0\x9e\x99\x40\x6b\x50\x26\x1d\x08\x3f\x5d\xe2\x54\x4a\x3f\x73\x42\x60\x1b\xce\x12\x7f\x66\x9e\x4a\xdd\x50\xcf\x4c\xb9\xd2\x13\x83\xe7\xbb\x8d\xb8\x27\x14\x53\xbd\xb8\x1d\x94\x5b\xc7\xfa\x2c\x0b\x6a\x4d\x03\x1e\x59\x96\x32\xce\x52\xa0\xa0\x71\x87\xc4\x0c\x89\x5f\x27\xf3\xa3\x3a\x55\xc2\xb9\x14\x55\x52\x4e\x9c\x85\x28\xef\x2f\x6e\x76\x61\x20\x1e\x2e\x84\x07\x61\x78\x89\x7e\x23\xd7\x95\x73\x6e\x9e\x28\x34\xd4\x82\xa1\x86\xde\xe9\xe7\x04\xd4\x55\x3f\x49\xbf\xc9\xb5\xa3\x1f\xac\x10\x09\xfd\x5e\xb3\x70\x0f\x74\x36\xf4\x08\x30\xcf\x76\xb7\x83\x16\x89\x87\x9e\x94\x08\x4d\x28\x3e\x89\xb0\x39\xa1\xe0\x09\x01\xd0\x82\xc5\xd9\xe0\xef\x6b\x88\x61\x8a\xb4\x79\xf8\x84\x3c\x68\x61\xee\x5c\xee\x5e\x5e\xf7\x86\xf8\x02\x9f\xd0\x46\x80\xfc\xc1\xcb\x19\x69\x11\x1b\xa9\xa3\x8f\x20\xb5\x50\xb6\xef\x9e\x9d\xab\xa8\x39\x77\x22\x87\xf7\x01\x01\x84\x3f\x18\x8d\x3c\x0b\x3f\x54\x01\x7e\xf6\xc3\x91\x6a\x27\xac\x9b\xc3\xb3\x42\xc6\x7c\x15\x4f\xee\x27\xdd\xe8\x6d\xf3\x3d\xfb\x8a\x8a\xd0\xef\x07\x91\x98\x06\x91\x74\xc6\x1b\xb7\x24\x38\x13\x1a\xb8\xd5\xdb\x1f\xf0\x64\x58\xa2\x23\x72\xce\x4f\xc4\x8b\x3f\x5c\x04\x12\xdd\x90\xf4\x73\x8e\x35\x09\x0f\x41\xa9\xc0\xd8\x84\xb4\xfc\xdd\x7b\xcf\xd4\x0d\xb6\x7c\x9e\x48\xdd\x50\x3d\x4d\x9a\x4a\x8b\x7f\x73\x16\x3e\xb6\x90\xf9\x7e\x18\x15\x45\x3e\x1f\x21\xb8\xab\x55\x63\x1f\xb2\xf0\x8f\xe2\xdf\xa4\x7f\xfe\x1e\x94\xc4\x74\xe2\x24\x84\xde\xfb\x93\xbc\xd5\xcb\x76\x32\x6d\xa3\x56\x01\x89\xb6\x2c\xd6\x9e\xe7\x22\x88\x1e\x62\xcd\x41\x93\xfa\xa4\xc4\x38\x7c\x26\x11\x16\xe9\xe4\x12\xe7\x45\x6c\xca\x7e\xb0\x16\x5a\x50\x2e\x19\x50\x6a\x9d\x13\x89\xb4\x92\xaf\x76\xe7\x45\x7c\xf1\x66\x41\x2a\xf4\x4d\xee\xbc\xde\x6f\x21\x7c\xec\x90\x14\xf6\x30\x65\x41\xce\xd7\x2a\x15\xc4\x79\x2f\xa0\x34\x02\x6c\xb3\xb5\xff\x1d\x1b\xba\x49\x0c\xb3\xbb\x03\xf7\x2f\x1e\xae\xf3\x05\x4d\xf1\x5e\x24\x5d\x3b\x4b\xcb\xad\x8d\xc1\x27\x1c\xe2\x7e\x04\x04\x24\x9b\xb0\x31\xf8\x44\xdc\x64\xed\x06\x18\x09\xcf\x7c\x42\x9e\xa5\x59\xd0\x90\x50\xf9\x0d\x3b\x24\x9f\x9f\xa0\x9c\x86\xd7\xe0\x13\x83\xb3\x83\xfb\xce\x67\x6d\x83\x76\x96\x42\x6f\x77\x8f\x20\xe8\xe6\x9e\x50\xf8\x1d\xde\x79\xa4\x97\x18\xaa\x8b\xdc\x4f\xb8\xc7\x39\x27\xe8\xf9\x20\xc5\x8b\x85\x05\x98\x81\x7f\x90\x0f\x79\xbc\xec\x30\x7f\xbe\xd8\x35\xa3\x01\xea\xe1\xfe\x48\x1f\x2f\xdc\x34\x2c\x08\x52\xc8\x96\xe6\xe3\x44\xaa\x09\x87\x94\x9c\xc8\x07\x3b\x5c\xc0\xe7\x84\x6b\x5c\x2f\xfe\x4d\x06\xa4\x0f\x26\x49\xa5\x4f\x30\x6a\x06\xb8\xf4\xd1\x39\x79\x40\xb5\xc6\x93\x97\x0f\x9f\x8e\xc9\xcb\x47\xf0\x03\xa4\xa7\x30\xf3\x9f\x84\x59\x73\x80\x05\xd9\x01\xb4\xe7\x3c\x91\xb2\xc8\x20\x51\x39\x6d\x9a\x00\x8d\xe2\x30\xd9\xa2\xc1\xd8\x66\xed\x0b\x05\xa2\x5c\xfd\xe1\x62\xf1\x5c\x51\xf3\xeb\x60\x99\x8c\x43\xbf\x19\x79\xd1\xf4\x9b\x02\x4d\xf7\x07\x3c\xc0\xc1\x23\x34\xec\x9b\x7b\xa0\xa5\x4d\xc8\x7a\xb1\x00\x80\x2d\xe9\x17\x45\xfa\x1f\x98\x28\xe1\x74\x0f\x0a\x3e\x5a\x3d\xe6\xe4\x98\xea\x01\x32\xbe\x8b\x1c\x5c\x81\xe8\x2e\xf9\xf9\x0a\x44\x16\x01\x09\x89\xdd\x75\x15\xae\x40\xa0\xfd\x3e\xcb\x93\x74\xfd\x3e\xd1\x1e\xf4\xfb\x82\xc4\xee\x01\xd7\x46\xf8\x03\x24\x17\xfe\xe9\x90\x12\x7d\xf1\x83\xc5\x89\x05\x42\xe4\x1c\x34\xc9\x48\xc5\x89\x7f\x13\x64\xad\x12\x6a\x41\x39\x47\xf9\x85\x54\x62\xce\xf5\x7e\x45\x78\x3c\x78\xd9\xe3\x5a\x55\x75\x90\x16\x3e\x6b\x04\x64\x87\x75\x7d\x81\x2b\xf1\x72\x26\x42\x7b\x51\xe7\xa9\x03\x70\xb1\x5c\x80\xed\xfe\x17\xaa\x03\x38\xd3\xfa\x05\xf9\xd8\x49\xce\x2f\x66\xed\xb2\x43\xc3\x95\xd7\x89\x10\x0c\x79\xdd\x52\xfd\x06\xa9\xa7\xd8\xe2\xf5\x09\xc4\xd5\xc9\x89\x2f\x28\x30\x9d\x17\xfd\xa2\x8f\x9c\x73\xff\x5e\x99\x40\x79\x88\x89\xdf\x5a\x98\xe5\x33\x27\x4a\x72\x21\x64\x61\x38\x9d\xf6\xc5\xb8\x50\xef\x76\x59\x07\xdb\x2f\x60\x6f\x24\x87\x5d\x2c\x76\x2b\x59\xf5\x2a\x54\x16\x47\x3f\x00\x3e\x89\x45\x5d\x85\x9b\xe7\x76\xe4\x38\xc8\x7f\xe5\xd3\x7d\x15\xb2\x65\x11\xa2\x0b\x2e\x79\xce\x08\x7d\x51\xf7\x69\x7f\x8c\xab\xae\xd2\x8d\xfa\x4d\xf8\x44\x68\x2e\x58\x5c\x9d\xc8\xfa\x82\xa4\xeb\x04\xcf\x57\x5d\xd4\x5d\x33\xae\x1c\x52\x4b\xb4\x44\x5d\x75\xd8\x58\x8e\xcf\xbf\x91\x05\xd6\x0b\x02\x4d\xa7\x0b\x0b\x5c\xc8\x9d\xd1\x7f\x4e\x2c\x02\x19\xcc\x55\x2f\xe6\x18\xeb\x5e\x32\x5a\x68\xed\xbd\x74\x51\xd3\xd9\xbd\xc8\xb0\xd0\x3a\xc5\xf3\xb5\xa4\x63\xcf\x12\xca\xcc\xe0\x90\xbe\x0b\x51\xa7\xce\x5e\x7c\xf5\x85\x2a\x7e\x21\x21\x2c\x41\xcb\xc0\x2c\x64\x76\x64\xb9\x18\x86\xda\xbd\x17\xfd\xfc\xe7\xcf\x4f\xb8\xdd\xb5\x1c\xf9\x86\x1f\x70\xa9\xdd\xe5\xc2\x67\x8f\x09\x7c\xf6\xd2\x2d\x71\x58\xb7\xd0\x6b\x25\xe5\xd0\x07\x48\x3b\xe6\x44\xb2\xd7\xa0\xa3\x8a\xc4\x8d\x6b\xf0\xee\x25\x25\xf1\x35\xd6\x95\x52\x63\x0c\x52\x5c\x21\xc0\x8d\x9c\x7f\x36\x7d\xdd\x89\xc7\x54\x34\xfa\x66\xfc\x92\x05\x84\x1b\x35\x73\x9d\x7a\xf4\x66\x69\x11\x33\x8a\x9b\x35\xdf\xec\x0e\x73\xc3\xc1\xd6\x39\x31\x6f\x52\x13\x89\xfd\x37\x2f\xd7\xa6\xe2\xf7\x47\x3c\x52\xf0\x90\x99\x04\x4c\x72\xd3\x8d\xcb\xb5\x93\x64\xde\x79\xe1\x7d\xd4\x03\xaa\x38\x04\x24\xbd\x42\x1c\x20\x75\x93\xda\xe8\xe4\xdc\x24\x2e\xd9\x23\x4c\xc2\xa4\x0f\x90\x14\xd0\x09\xa6\x6e\x7a\x89\xd8\xe1\xe6\x46\x3c\xd4\xe8\x42\xfd\x7b\x51\x97\xe2\x4f\x0a\xba\x10\x90\x4c\xf9\x67\x6e\x75\x97\xb5\xf8\x82\xaa\xf0\x2c\x34\x7f\xf2\xcd\xcb\xb5\x64\x6e\x5a\x60\xec\xb4\x73\x33\x20\xca\x96\xc3\x1b\x16\x15\x07\x12\xdc\xb8\x5d\x3b\xad\xd0\xcd\xcb\xb3\xbd\x5b\xee\xca\xc0\x94\xe4\x37\x06\xc1\xd4\x7e\x21\x87\x8f\x53\xe6\xde\xb8\x4e\xdb\x99\xf0\x26\x91\x11\xbb\xb9\xeb\xc2\x10\x21\x00\x52\xf0\x14\x55\x72\xee\x37\x5c\x71\x9d\x85\xe5\x06\x0d\x38\x5c\xbe\xee\x6e\x40\x3a\xc9\xe6\x77\x5b\xfb\xe9\x07\x18\x53\x64\xe5\x6e\x44\x42\x89\x58\x77\xe7\xbc\x05\x43\xe7\x66\x68\xa9\x91\x35\xd0\x49\x0f\x6e\x98\x23\xec\xe6\x71\xaf\xdb\xad\xee\x33\x37\x0a\xc2\xfd\xa0\x3d\xdd\x70\xed\x56\x71\x23\x8d\x60\x37\x27\xbf\xe9\x97\x6b\xd6\x7f\x23\x28\xdc\x41\x7a\x37\xcc\x0b\x0e\xe1\xb9\x59\x22\xce\x7c\xf8\x66\xda\x40\x33\xe2\x9b\x69\x03\xed\xad\x72\x83\x04\x38\x80\xe6\xfe\x28\x40\x32\x99\xba\x41\x00\x52\xcd\x7f\x75\x27\xba\x4f\x16\xe4\xd1\xa2\x21\xf4\xca\xec\xe5\x3e\x99\x08\x53\xbd\x9f\x0b\xe5\x05\x1f\xac\x17\xd6\x24\xde\xc8\xd0\xe3\x14\x03\xf7\xc9\x70\x5e\x6d\xe3\xc9\x55\xd7\x2e\xb0\x7c\x9c\x8f\x10\x6f\xb6\xde\x04\x24\xf8\x71\xd0\xc2\x0d\xb7\x12\x3b\x4f\xdf\xb8\xd8\xba\xba\xc4\xfd\xdd\x6b\xd3\x0f\xf9\x83\x5b\x89\x7d\x0d\x6e\x84\x6d\xd9\xb7\xfa\xbe\x60\x00\xf2\x7c\x10\x1b\xde\x9b\xfb\xe3\x01\x95\x74\x76\x23\xff\xcf\xe8\x62\x35\xf7\x05\xc7\x17\xb1\xec\xfb\xbb\xe4\xa6\xf0\xd3\xce\x19\xb8\xc7\x09\xb4\xd2\xfb\x37\x0d\x71\x82\x10\xc9\x7e\x9a\x98\xc4\x4d\xaf\x14\x9f\x8c\xef\x12\x9c\x5c\x2a\xe0\xfe\xee\xc0\xf9\x07\x01\xee\xc5\xc8\xfc\x02\x09\x40\x77\x0f\x0c\xea\x17\x44\x28\x8c\x62\xed\xee\xbd\xae\xbd\xd1\x2f\x9c\x70\x48\xd2\x22\xdd\xeb\xa8\x68\x8e\xb8\xe6\xda\xcd\xeb\x46\x61\x14\xa7\x61\xbf\x6f\x72\x3e\x4f\x12\xf9\x82\x5c\x38\xe5\x7e\x28\xc9\xf9\x8b\x27\x01\xaf\xb4\xcf\x8c\x0b\xb3\x30\x78\xb3\x50\x8a\xc5\xc9\x1b\x71\x61\x25\x98\x42\xe0\x22\x6c\xef\xf3\xfb\xbb\x08\x47\xbb\xb7\xdd\xcb\xe1\xd9\x43\x92\xb2\xfe\xbc\x80\xea\x55\xba\xd8\xde\x2f\xaa\x95\xfb\xf4\xbe\x34\xed\xfc\x3c\x00\x41\x70\x07\x48\x60\x6d\x8f\xf9\x1b\x37\x61\x5f\x8f\x6e\xdc\x84\xad\x4d\xb8\x19\x0c\x6f\xa7\xa9\x9b\xb5\x52\x8c\x7c\xeb\x2a\x2c\xfe\x7f\xbf\xc8\x15\x53\xdc\x23\x17\x5a\x22\xf2\x3d\x91\x2e\xc1\xe7\x8f\x39\x8e\x2c\x95\xdf\xcc\x71\x64\xd7\xaf\x7b\x22\x21\x96\xf1\x77\xdd\x85\xcd\x7a\x59\x1d\xef\x07\x1d\x26\xfd\xd1\x0c\xc5\xa4\x47\xa6\x7f\x03\x3d\xcc\xf5\x98\xa0\xda\xce\x5c\xf7\xba\xfd\x4a\x88\x7c\x0e\xde\x0b\xa5\xcc\x7c\x58\xfd\xce\x39\x7d\x1f\xde\x5e\x9b\x7f\xe3\xe0\x8a\x2e\x3e\xc7\x22\xad\x7e\x00\x74\x68\xee\x11\x94\x47\x8c\xf5\x81\x6b\xb4\xdd\x4a\x1f\x06\x86\x59\xf4\x7f\xe0\x1b\x6d\x4f\xd5\x87\x77\x59\x31\xa0\x87\xe6\xa9\xe8\xdf\xd8\x7d\xe1\xf8\x83\xab\x6d\x13\xfb\x78\x78\xb5\x95\x4a\xe0\x09\x6b\x5d\x3d\x00\x5d\x02\x8a\x7b\x5c\xdb\x2f\x18\x11\xca\x6c\xdd\xcf\xb3\x34\xe7\x12\x7b\x1f\x32\x7f\x91\xc7\x07\xa1\xce\xad\xbb\x7d\x1d\x1a\xbf\x80\x4c\x60\xda\xca\x87\xa1\xce\x41\x97\xb4\xa7\xf2\xa8\x6b\xdd\xe9\xe2\x69\xed\xfd\x03\x8f\xce\xfe\x77\xd9\x17\x1e\xdc\x36\xec\x3b\xf6\x34\xae\x99\x26\x88\x2a\xb6\xb6\x55\x3f\x8d\x7a\x18\xff\x6e\x20\xef\xfe\xbd\x10\x49\xe0\x75\x0e\x20\xe8\xfa\x42\x77\x8d\xc8\x3a\x66\x41\xf4\xfb\xf9\xe4\x86\x64\xe4\x7d\xfa\x3a\x94\x82\x09\x31\xd2\x2e\x65\xf5\x30\x46\x3a\x88\x27\x3d\x4b\x50\x90\x78\xfb\x8c\x85\xcd\x02\x73\xd0\x30\x29\x36\xf4\xc0\x83\xd3\x39\x9f\x9e\x41\xe9\xc6\x1b\xb7\xe4\x7a\x51\xab\x87\x8e\x07\xf6\xf4\x7b\x4e\x38\x2d\xeb\x54\x3e\x2c\xed\x1a\x44\xd6\x1f\xf8\x70\x5a\xdb\xfa\x9c\x14\xb1\x24\xf1\x3e\xcc\xee\xeb\xc8\xba\x07\xd9\xf4\x9a\xed\xe3\xcf\x45\x32\x2d\x09\xf7\x81\x9a\xd8\x9c\xe2\xb9\x0a\xbb\xf0\x0b\x8d\x0f\x04\x16\x19\xaa\x7d\xef\x1e\xb8\x0e\xd8\xe7\xe8\xa1\xd6\xd8\xbe\x74\xcf\xb5\xca\x8e\xbb\x0b\xc8\x00\xa2\x71\xcf\xbd\x96\x42\x5b\x06\xbd\xb1\x3d\xd3\x9e\x7b\x41\xa5\x2d\xbb\xd7\xda\x68\x8c\x7b\x81\xa9\x2d\xbb\x3b\x4f\xbf\x07\x61\xd9\x2a\xa3\x1a\x82\x76\xec\x24\xf1\xdc\x10\x50\x8d\x58\xcc\xd7\x12\xaa\x1f\x80\x7e\x98\xc6\x31\xad\xb0\x3d\x03\x9e\x87\x19\x17\x25\x4f\x3e\xcb\x07\x22\xfb\x13\x90\x0c\x63\x37\xeb\x7f\xd9\x2a\xff\x3c\xa4\x7a\xe2\x9b\x0f\x99\xa0\x09\xc2\x43\xa8\xb5\x12\xd0\xfe\x5a\xde\x7a\x10\x0b\x6d\x23\xe6\xf3\xf1\xb8\x68\xbd\xe5\x03\x96\x66\xfb\xe1\xf3\xae\xe3\xa3\x0e\x19\x0a\x6d\xcf\xc5\xe7\x25\x59\xd3\x6d\xe1\x41\x15\x86\x61\x44\x7d\x17\x89\xd1\x4a\xbe\xa8\x85\x2d\xa1\xf4\xa1\x3e\xd7\xce\x91\xcf\x84\x08\x14\xfd\x42\xe6\x10\x7e\x50\x20\x7f\x08\x06\xf8\x77\xda\x5e\xf8\xd0\x61\xc2\x5a\x8c\x67\x72\xda\x7b\x1d\xdf\xc5\x7f\xc4\x9a\xdf\x83\xe2\x46\xf4\x1b\x88\x44\x13\x4a\xbd\xc7\x3a\x4d\x43\x0f\x6e\x7e\x91\xf4\x00\x69\x9b\x75\xa4\x5f\xf0\x0f\x6b\xfa\xdf\x10\x38\x4d\x0d\x41\x7f\x06\x6b\x18\xde\xb0\x80\xf0\x27\x00\x5b\x08\xf3\x46\x3a\x58\x8a\xd3\xbe\xf0\x25\x68\x76\xb2\x78\xe9\xb5\x69\x1b\xf3\xcb\x94\x29\x56\x3a\xbc\xc8\xef\xeb\x8b\xf4\x8b\x8c\x28\x56\x1b\xbf\x89\x4b\x23\x91\xfd\x5d\x85\xea\x25\x52\xbc\x08\xe9\xb5\xd2\xf7\x45\xc2\x5f\x2b\xd3\xdf\xc4\x69\x08\xf1\x5f\xaa\x20\xac\x30\x78\xd3\xd2\x73\x68\xe6\x88\x2b\xb1\x09\xe0\xcd\xa8\x6e\x2e\x34\x7e\x73\x43\xbb\x3a\x80\xfe\xc0\x1a\xa5\x17\xba\xc8\x1e\xfe\xca\x95\xfb\x45\xbd\x79\xeb\xa4\x5f\x16\xa1\x0a\xcd\xbd\x01\x9d\x82\xa1\xa3\x92\x4d\xa2\xe7\xcb\x2a\x55\xf5\x67\x7c\x92\x6f\x89\x8a\x6f\xe1\xaa\x6a\xa3\x58\x50\xc0\x3a\x94\x17\xba\x04\xdf\x7f\x5f\x04\x90\x58\x05\xf6\x52\x31\x50\x7f\x1e\x50\x38\x28\xfe\x02\x1e\x7f\xe2\xf5\x2f\x5c\x31\x7d\x35\x7a\xeb\xda\x48\x0d\x49\x57\x4c\x6b\x5d\x5e\xc4\xf8\x5a\xe1\xf1\xc2\x13\xd3\x2a\xb2\xb7\xf2\xa2\x50\xfc\x01\x8f\xb2\x94\x13\xef\xd2\x0c\x88\xf3\xbd\x0c\x00\xb1\x1e\xe6\x6d\x44\x59\x69\x40\xde\xb6\xc0\xd2\x27\x88\x00\xf1\x7d\xe6\x45\x3a\x5f\x67\x71\x7c\x1b\xa9\x64\x75\x97\x15\x1f\x68\x5e\xd4\x48\x3a\x83\xe2\x4b\x0d\xa4\xf5\xc4\x2f\x73\xab\x04\x99\x3f\x5f\xa8\x1f\x9a\x9d\x72\x5e\xa8\x1f\xcc\xe8\x5e\xc8\x15\xbe\xaf\xbc\x30\xb6\x5b\x26\x7e\xa1\x7d\xb0\xd0\xfc\x22\x87\x9d\x05\xf7\x97\x75\xa8\x7a\xf5\x0b\x40\x3a\x9f\x89\x7e\xe1\xb7\x40\x64\x94\xb0\x38\xef\xcb\xd2\xa7\x5d\x22\xc4\x3b\x08\x91\x66\xcd\x22\x07\x41\x02\xef\x0b\x6f\x49\x8b\x97\xef\x20\xc8\x5a\xd7\xb1\xd6\xd1\x1f\x90\x07\x4a\x40\x78\x21\xa5\x58\x8c\x79\x07\xef\xc2\xde\x8a\xb1\x90\xd2\x40\x3c\x7c\xe0\x41\x28\x55\x7b\x1e\x30\x9e\x5b\x08\x79\x59\x1d\xd5\x22\xde\x7b\xae\xdd\x13\xdc\xe7\x5a\x3a\x0d\x02\x9d\x82\x45\xa3\xf7\x13\x6c\xa2\x83\xd0\x5e\x78\x4c\xfe\x2c\xdd\xc9\xe3\x2a\x86\xf3\xb2\x2e\x55\xd0\x65\xe2\xa5\xe0\xe3\x79\x21\x78\xc5\x7c\xf8\xbd\x08\xb4\xdb\xa9\xef\xd2\xdd\xe0\xbd\x78\x5d\xfd\xf9\x02\xe1\x21\x76\x49\x79\xaf\x55\x06\x53\x50\x5f\x54\xfd\x88\x4f\xbe\x10\x73\xba\x2e\xfe\xef\x27\xe6\x34\xbb\x7d\xbd\x37\xf9\x85\x71\xea\x06\xce\x89\x0b\xbe\x88\x54\x36\xe3\x7d\x97\x90\x63\x9c\xc2\xc5\xff\x87\xc9\x41\xc6\x71\xc9\xa7\x17\x22\xce\x0f\x4b\x83\x75\xdb\xf2\xc9\xcb\xf4\x2f\x87\x01\x80\xa5\xd8\x00\x3d\xbc\x20\x4b\x54\x7e\x71\xcd\xef\x12\xcc\xde\xe5\xf5\xa9\x3b\xd4\x0b\xf1\xe4\x87\x3b\xf1\x8e\x6e\x37\xe6\x17\xb5\x0f\x5c\xad\xf9\xfd\xae\xdc\xc9\x56\xa8\x97\xf2\x89\x99\x13\x85\x8d\x6e\x8e\xf8\x72\x04\xad\x01\x1d\x36\xed\xeb\xf3\xd2\x9a\x6c\xc7\xe7\x97\xa5\x0d\xec\x29\xfd\xce\xb5\xf0\x9a\xd6\x5c\x0b\x2b\x28\x18\x50\x6c\x28\x59\x4d\x34\x48\xad\xf4\x4e\x46\xea\xfe\x5d\x99\xd7\x77\x12\x66\xed\x3c\xc5\x99\xe2\xee\x59\x4a\xc4\x00\x02\x73\xc4\x6c\x26\x13\xcc\x59\xf7\x39\x59\x5b\xde\x7e\xce\x13\xd7\x6b\x07\xd1\x4e\x14\x1e\xed\x3f\xbf\x79\x08\x45\xd8\xe7\xb1\x68\xc3\xd0\x83\x81\x60\xaa\xac\xdf\x38\x94\xe2\x46\x13\xb6\x63\x93\x8a\x89\xa4\x29\xa6\xf2\x13\xb7\x65\xd3\xe8\xf9\x09\x3f\xc9\x6b\x3c\x03\x21\xd2\x14\x42\xe5\x14\x92\x1e\xd0\x86\xa0\xfb\xf6\x64\x1c\xb1\x3d\x7f\x66\x00\xf9\xaa\x7e\x01\xcb\x2a\x7a\x37\x03\x41\xf4\xfb\x90\x8d\x83\x41\x62\xbc\xd6\xcf\x90\x10\xbf\x74\x22\x67\xa4\x24\xa4\x23\x3b\x23\x49\x6a\xf3\x1b\x38\x92\xd5\x2f\xac\x75\x15\x0c\x8c\x99\xb1\x27\xf5\x64\xf9\x85\xec\x17\xce\x4f\x38\xd6\xb5\x6f\x32\x87\xb1\xf5\xd8\x33\x52\x0e\x10\x31\x9b\xac\x4c\x15\x7e\xba\x20\x86\x1b\x1d\x22\x2b\xa2\x0a\xaa\xc4\xbd\x10\x0c\x69\xa5\x82\xd7\x66\xa5\x35\x2f\x7f\xc1\x0b\x95\xee\x11\x93\xa5\xa6\xaa\xc1\x4a\x70\xc3\x12\xce\xce\xc4\xcd\x70\x97\xe4\x25\xcd\x83\x72\x77\x04\x24\x4c\xd6\x3f\xbb\x99\x26\xbc\xd3\xb4\xb4\x8c\x4d\x76\xe8\xc9\x64\x70\x72\xfd\x79\x00\x94\x33\x0e\x67\xea\x94\x44\x7d\x26\x2a\x51\xe5\x9f\x2e\x81\x73\x3a\xf8\x13\x3e\xa1\x3f\x2b\x9b\xd7\xee\x69\x12\x14\x33\xbd\x9b\x0c\x5e\xb6\x21\x7e\x52\x72\x34\x3e\x7c\x92\x63\x72\x04\xe0\xcc\x9c\xa4\x7f\x4f\xce\x41\x1d\x14\x4a\x47\xc6\xf2\xc2\x98\x07\xf1\xa2\xc9\x60\xe5\xee\xad\x40\xe6\x98\x9f\x85\xa5\xcb\xa7\xad\x12\xb3\x10\x28\x2d\x03\x04\x47\x6b\x9c\x27\x1d\x38\xa5\x94\x99\xd4\x32\xd9\x39\x7c\x0e\x32\x5c\x81\x80\xd4\xb5\x76\x1c\x9c\x4b\x0a\xf0\xe1\xa5\x7a\xc3\xc4\x00\xc9\x48\x7e\xf6\x12\x1e\x74\x5d\xa2\xeb\x3c\x29\x1d\x9b\xa2\x9d\x6b\x92\x7e\xb0\x10\x50\x63\x7e\x62\x43\x76\xc5\xf2\x79\x76\xfc\x16\xcc\x30\x2c\xfc\x76\xf0\xad\xfc\xcf\xd9\x3e\x09\x92\x16\x81\x0e\x73\xba\xd4\x4c\xe4\x2e\xb1\x2b\xda\xbc\x22\x22\x49\x34\xde\xb5\x40\x76\x07\xd8\x06\xaf\x22\xb3\xd0\xda\x8d\x70\x22\xb7\x89\x05\xfa\xf9\x09\x04\xdd\x95\x05\x27\xf4\x20\xae\x7d\x30\x59\x3a\xc9\xbe\x91\xf3\x42\xaa\x5c\xf1\xca\xb9\xf4\x22\xa6\xa9\xcc\x6d\x62\xeb\xcb\xbc\xe3\x27\x52\xa4\xbf\xd2\xd5\xcd\x3b\xff\xf3\xa7\x0d\x63\x1e\xb4\x2a\x56\x97\xcf\x9b\xd7\x3a\x4f\x08\x3a\x94\x6c\xb7\xc4\xc9\xa4\xb7\xed\x07\x20\xca\x8b\x26\xb9\x94\x28\xda\xcf\x03\xc8\x8b\xa6\x5d\xcf\x9a\x93\xfa\xa4\x16\xc5\xc8\xcc\x0c\x73\xf6\x36\x9f\x0c\x91\x6d\x3f\x5f\x80\xb3\xe8\x16\x33\x97\x69\xe1\xe7\x0b\xb0\x2e\xe9\x0c\xe7\xcb\x2b\x8a\x71\x01\x1e\x6e\x16\x63\xe6\x4b\xba\x6f\x7c\x5e\x5a\x11\x6f\x36\xf2\xe0\xda\x32\x30\x5f\x86\xe2\xb9\x9d\x36\xd9\x9f\x07\xc8\xfe\x68\xf4\x45\x1a\xdc\x2e\x9d\xd7\x7c\x59\x99\x4b\x93\x7a\x49\x48\xfc\xfd\xe2\x55\xee\x00\xf8\x2c\x35\xdb\x84\x52\xc5\xd9\x57\xe7\x32\x0c\x78\x0e\x08\x4b\xe9\xd2\x1c\xcd\xb9\x96\xc9\x5f\xac\x23\xa7\x21\x3e\x31\x28\x59\xed\x36\x11\xb7\x32\xa4\xe0\x98\x93\xac\xca\x18\xfd\xc9\x2d\xc9\x76\xe6\x39\x17\x46\xaf\x21\xc6\x81\xda\x07\x22\x76\xe3\x38\xe0\x20\xbf\x7b\x1c\xc7\xc1\x3b\x4e\xf7\x83\xf4\x2d\xdb\xe1\x0f\xa8\x19\xea\xee\x11\x1b\xb1\x35\x68\xe3\x80\x5e\x47\x1b\x31\x8e\x55\x51\x3d\xbb\xc7\x0b\x93\xc8\xfa\x4d\xb5\xce\xe6\x4b\xe3\x80\xdd\x60\x6c\x21\x78\x1c\x48\xa9\x22\x42\x31\x0e\xa8\x7d\xa2\xdb\x51\x7c\x61\x34\xb5\x23\xa3\x4a\x1f\xea\x0f\xa5\x17\x8e\x9f\xdf\x70\xec\x33\x40\x14\x84\x86\x7f\x57\x8c\x9f\xf4\x1b\xf9\x8b\x83\xc7\x23\x9d\xa9\x9a\xe2\x27\x06\xb5\xb6\x19\xe9\x38\xc2\x89\x5d\xf0\x80\xd4\x64\x75\x7f\x80\xf0\x91\xea\x0f\x30\xc3\xc3\xbf\x27\xcc\x83\x5a\x74\xc4\xbc\x48\xf9\x32\x0e\x64\x4f\x19\xde\x94\x18\x41\xd8\xb4\x27\x11\xb5\x6b\xb3\xdb\x1b\xde\xd7\x1e\x45\x6a\x15\x86\x5f\xa0\x44\x53\xfc\xe0\x05\x9e\x68\xce\x91\xea\x96\xae\x39\x21\xd0\x38\x79\x0d\x90\x86\x4e\xe9\x38\xc6\x01\x15\x95\xb4\x79\xe3\x48\x5c\x54\xb7\x53\x4b\x56\xb5\xea\x48\x03\x1c\xbd\xea\x10\x67\x14\x60\x35\x8e\x44\xa7\x3e\xb7\x13\x2b\xdc\x21\x19\x7b\xd3\x0b\x99\xc9\x39\xbc\xea\x70\xc1\xab\xc6\x75\x26\xa9\x53\xc2\xa6\x71\x64\x12\x99\xe1\x07\xf0\x8d\xf7\x24\x19\xb2\xe2\x49\x42\x3a\x19\x41\xeb\x0a\x1f\x9a\xfe\x03\x02\x52\x90\x18\xd3\x32\x25\x49\x9f\x2e\x48\x2b\xf2\x82\x1d\x07\x02\x5a\x94\x56\x7f\x1c\x05\xa7\x2f\xe8\x7d\x84\xa7\x8c\xa0\xf7\x21\x9a\xfc\x00\x0c\x6f\xbc\xf1\x57\x5a\xb9\x71\xa0\x64\xc3\x08\x5a\xe1\xf2\xa1\x71\xf6\xec\x0a\xd1\xd6\x58\x52\xb0\x05\xd1\x2f\x90\xb7\x18\xf1\x0b\xf7\x44\xe0\x22\x70\x25\xf9\xa4\x7e\x72\x4f\x93\x2e\x7d\x1c\x95\xac\xc5\x47\x97\x81\x2b\x9e\xcf\x27\x18\xa5\x1f\x24\xa0\xf5\x4d\x5e\x4a\xe3\xa8\xf0\xfc\x4f\xee\x00\x73\xf2\x49\x61\x09\x88\xe0\xdf\xbc\xfe\x7a\x92\xf5\x81\x95\xd3\x2f\xbc\xb8\xb1\x6b\x07\xe0\xdd\x27\x6f\xaf\x71\x30\x92\xf9\x07\x44\x28\xd3\x46\x14\x04\x8d\x04\x72\x68\x92\x88\x5c\xce\x46\x12\x28\xd3\x86\x17\x01\xf9\x56\x94\x67\x74\x1c\xad\xe3\xb7\xdb\xa9\x9d\x19\x7e\xe1\xc4\xa6\xfb\x05\x64\x78\x36\x9e\xc3\xd9\x6f\x78\x9b\x90\x83\x2f\x9b\xda\xc0\xb5\x4f\xd5\xde\xc6\x01\xcd\x9b\x12\x85\x8c\xa3\x73\x46\x02\xb8\xa7\x7f\xfe\x14\xe5\xa8\x1d\x07\x0d\x7c\xc5\xfd\x91\x8f\x79\x53\xa8\x9a\x33\xc0\xcc\xe9\xf7\x03\x31\x3c\x87\x86\xe9\x1b\x54\x75\x23\x0a\x6f\xfa\xc2\x3c\x2d\x6a\x27\x8f\xf0\xb6\x75\x32\x36\x9f\x94\x8e\x7d\x4a\xda\x16\x06\xc6\x34\xbf\x30\x02\xce\xa6\xba\x5c\x16\x43\x43\x39\x68\xfa\x29\xee\x82\xd7\x5d\xb3\x36\xe6\x00\x0c\x06\x6b\x50\x8f\xed\x37\xce\x85\x1d\x82\xf3\xa4\x10\xd0\xb4\xd8\x27\x19\xec\xcf\x1b\x38\xe2\x45\x70\xb2\x82\x44\xfd\xf9\xa2\xc2\x31\xcf\x1f\x00\xc5\x8d\x1f\x27\x75\x4c\x5a\xbc\x93\x2b\xa1\x79\x31\x7c\xb9\x99\xe7\x43\xd7\x36\x7c\x66\x96\x0d\x72\x08\x84\x8b\x36\x0e\xef\xf0\xb5\x08\xa3\xdf\x00\x75\x4f\x9a\xf7\x45\x49\xd5\xfc\xe2\x93\xc5\xd3\x61\x9e\xca\x9a\x5d\x3f\x4c\xf9\xa2\x38\x55\x04\x26\x44\xe9\xe0\x17\x98\x7b\x59\xd6\xfd\x71\xdc\x6b\x7f\xb4\x10\xcb\xa2\x68\x96\xb0\xdc\x6c\x3c\x2a\xd4\x6f\x87\x31\xfb\x5e\xa7\xdf\x2f\xa0\xa4\x55\xd5\x52\x2c\x59\xb7\xfb\x01\x77\xc3\x8b\xf7\x50\x29\x62\x38\xa1\x60\x1b\x49\x5d\x3e\x44\xd5\xae\xb5\x79\x68\xcd\x36\x54\x0f\x82\x74\xbc\x78\x4c\x0b\xd8\x2c\x52\xb1\x08\x84\xc5\x01\x48\xc7\x4a\xb1\x3f\x0e\x78\xbd\x28\xc0\x7d\x1c\xcb\x42\xe8\x85\x78\x91\x56\xaa\x08\x46\x06\x55\x37\x13\x2d\xe4\x00\xcc\x3f\x2f\xd0\x2e\x6d\x2c\xa4\x8a\xee\x47\xc4\x98\x34\x65\x98\x75\x31\xc4\xe3\x47\x32\x9c\x4c\x8c\xa3\x69\xcd\x85\x13\x7f\x73\x17\x1a\xc7\xe4\xee\xba\x7b\x88\xdf\x12\x48\xc2\xd2\xb8\x0d\x3f\xc0\xa2\x64\xff\xe6\xf5\x50\x87\x33\x20\x5e\x63\x58\x8e\x0c\xcb\xe2\xa8\xd3\x1a\x0e\x0a\x72\xdd\x0f\x78\xad\xd6\x4e\x04\xd6\xf5\x52\x3c\xc6\x08\x81\xa3\xaa\xcf\x40\x65\x81\x56\x32\x04\x64\xce\x49\xfe\x80\x5e\xfd\xfb\x0e\x37\x02\xb5\x6a\x16\x5f\x43\x20\x1a\x0f\x0f\x0a\xea\xb8\xb5\xeb\x23\x30\xff\x9e\x22\x2c\x46\x60\xba\x3d\xd5\xb5\x1e\x81\x85\x1e\x64\x84\x1e\x21\x2e\xb8\x35\x6a\x5c\x8b\xa1\x4f\x22\x19\xa7\xfa\x8c\xb4\xe0\x78\x7d\x23\x1c\xa1\xb2\x5f\x20\xc5\x15\x0e\x05\x96\xee\x92\x97\xc6\x08\xb0\x6b\x2a\x92\x70\x04\x96\x29\xb5\x48\x17\x12\x17\xcf\xbf\xb9\x78\xd5\x0f\xc8\xde\x87\xbb\xa4\x94\xa8\xd3\x16\x96\x61\x53\x87\x29\x40\xcb\x55\xe2\xe1\x51\x79\xc6\x87\x3b\x7d\xf8\x86\x76\x99\xa1\xca\xd5\x98\x92\x3b\xdf\xd0\x0e\xa0\x7a\x69\x34\xa0\xb0\x5f\x8e\xec\x1e\x50\x58\xd4\x50\x21\x61\x9e\x0a\xd3\x8f\x00\xb1\x2e\xfd\xbc\x8f\xd8\x24\x2f\xdd\x52\x42\x19\x13\x91\x59\x46\x25\x64\x47\x28\x0b\x44\xf5\x08\xc1\x4f\x86\x82\x11\x28\xe8\x65\xb7\x63\xa1\x4c\x33\x02\x85\x3b\x5d\xc3\x42\x61\x58\x8f\x37\x83\xa9\x69\xc6\xcf\x83\x8b\xab\xa0\x4f\xea\xda\x3f\x4d\x13\xe2\x5a\x31\xd4\xb0\x66\x0e\xa3\x48\x5d\x24\x41\x9b\x53\xc1\x26\xb2\x7f\x37\x8e\xa9\x79\xa2\xd6\xe9\xf0\x29\xaf\xcc\x46\xeb\x0f\xb0\xb0\xd5\xbf\x79\x40\x8d\xe8\x94\xbe\xc4\xa9\x02\xdc\x9d\x86\x78\x78\x80\x34\xd6\xbb\x47\x6c\x4c\x0a\x2a\x98\x21\x7d\xa9\xb2\xf9\x08\x90\xbe\x7c\x33\x0a\x6d\xad\x9b\x26\xdd\xd6\xba\xf9\x01\x55\x2e\xc6\x86\x4e\x35\xa9\x71\x94\x02\x55\xd1\x17\x9d\xfc\x55\x6c\x27\x50\x82\xea\x46\xc0\x8e\x83\x20\x57\xe9\x11\x3e\x91\x2a\x66\x63\x18\x25\xa8\xe2\x1e\x16\x54\x7e\x01\x6c\xc9\xf3\x42\x2c\x85\x6f\x1e\x01\x39\x91\x4b\x34\x46\xd1\xfc\x69\x20\xe9\x62\xe5\x1b\x5c\x40\x24\x71\xf5\x61\x1d\x8b\xa4\x68\xde\x4c\xfd\x62\x9c\x1d\xb4\xd9\x18\xc3\xe0\x7a\xad\x92\x6f\x23\x8c\x05\x83\x1e\xb0\x4e\x45\xf3\x6e\x9d\x5c\x39\x75\x79\x66\x38\x90\xaa\xc7\x73\xad\x93\xa0\x66\x3d\xd3\x18\x84\x10\x30\x65\x0e\x93\xdf\x93\xeb\xf2\x57\x37\xa4\x70\xe2\xc2\xe3\x25\xa0\x68\x65\x62\x7f\x2d\x2e\xa9\xde\x2f\x5c\x70\x24\x74\x06\x88\x56\x25\x4a\xf8\x0f\xac\x7a\xd1\xdd\xe5\x05\x5e\x5e\xb5\x04\x94\xac\xaa\xb6\x85\x92\x55\xf7\x2a\xb3\x9c\x6a\xf2\x0b\x98\xa0\xa9\x30\xac\x9e\x63\x78\x63\x2f\x72\x0b\xe3\x0e\x65\xb1\xe1\x65\x67\x65\x8c\x66\xe4\x41\x39\xd4\x31\xbc\x8a\x74\x81\xf6\xc5\x33\xdc\x15\x5e\xe8\x82\x0a\x96\xd0\xe0\x79\x22\xf2\x37\x05\x4d\x13\x75\x2f\x46\x75\x3b\xb6\xa1\x7a\x44\xdc\x61\x4c\x4a\x6e\x04\x11\x76\x8f\x87\x22\x66\x26\x90\x4c\xec\x67\x96\x88\x7c\xce\xbe\xa9\x87\xa5\xc4\xd4\xfb\xf0\xf3\x1a\xd5\xef\x83\xfd\x59\x7a\x78\x3e\x89\x29\x98\x29\x33\xbb\x73\xf3\xce\x3e\x27\xf8\xa5\x7f\x63\x02\xc6\xe5\x87\x1e\xba\x26\x1c\x70\x7e\x2e\x46\x05\x4a\x7d\x96\x1c\xe0\x17\x36\x4c\xda\x10\xf4\xab\x3a\x3d\x23\xbc\xd0\x5a\x19\x62\xb8\x36\x37\xaf\x30\xbc\xc0\x2c\xd5\x07\x38\x7d\xf5\xee\x2d\xa2\xe7\x72\xf3\x26\xb2\x3c\x6b\xf4\xa6\x4c\xfa\xcb\x79\x57\x26\x65\x13\xa9\x04\x02\x13\xe3\x34\x77\x3a\xc9\x24\x24\xa7\x05\x58\x4e\x47\xf3\x20\x0f\xbf\xd0\xca\xc3\x11\x6c\xe8\xfa\x12\x99\x38\xc7\xea\xbc\xc8\xd4\x7f\xfd\xe7\x01\x5c\x52\xb3\xbf\x20\x54\xba\xd4\x47\x78\x22\x0f\xeb\x5d\xe2\x81\xcd\x11\xf6\xc4\xe3\x26\x10\x4d\x0f\x10\xce\x5f\xfc\x01\xcb\xaa\xec\xcd\x88\x01\x4e\xdd\xe2\x96\x11\x2a\x44\x69\xe6\x47\x84\xa7\xf1\x68\x6e\xc7\x29\xd5\x3d\x22\x86\x65\x9e\xf6\x07\xd0\x84\x48\x18\x8e\x70\x1b\x1b\x56\x57\x45\x96\x82\x88\x52\x2c\xc4\x4f\x00\x6b\x87\x58\x61\x8c\x5c\x58\xcd\x29\x25\x7e\x10\xf5\x00\x61\x0a\xda\x89\x98\x98\x6c\x42\xcb\x98\xd6\x08\x49\x0f\x90\x32\xc3\x8b\x90\xb8\x6a\xee\xe0\x46\xbb\x20\x62\x54\x9a\x9c\xfe\x46\x44\x54\x9a\x0f\x5d\xcc\x58\x35\x83\xcc\xa4\x7d\x72\xe3\x1a\x31\x2f\x98\x05\x13\xbc\xcc\xc2\xcf\x0b\x58\x47\x1d\xf3\xc8\xa4\x7d\x56\x7e\xc4\xbc\xf6\x5e\x40\xc3\x0f\x4d\xd1\xfb\x23\x52\x05\xd7\x3d\xc2\x49\x18\x34\x2b\x94\x56\x55\x3a\xdb\x11\x19\x24\x6b\x7d\x4b\xcc\x38\x98\xc5\x43\x4e\x0e\xa9\x21\xe0\x59\x36\x74\xb2\x63\x09\xf8\x40\x43\xb2\x48\x97\xd5\xb3\x11\xf6\xc1\xa1\x9b\x6b\x64\x90\x5a\xf3\xd6\xb0\x38\x6a\xf9\x9b\x42\xe3\x23\x22\x60\x76\x48\xea\x8a\xac\xf0\x75\xb8\x77\xa0\x9a\xae\xde\xb1\xf2\x98\xeb\xd6\x1b\x2b\x0f\x98\x51\xad\xc2\xb2\x26\x09\x39\xc2\x0b\x6d\xe8\x1a\x14\x59\xb3\xbe\x1b\xd5\xa0\x76\x53\x16\x9c\x11\xa9\x75\x13\x5b\x8e\x08\x80\xeb\xdd\xa8\xc6\xf4\x31\x72\xbe\x1b\xb1\x51\x19\xab\x5d\x60\x3a\xbf\xe6\x13\x88\xa8\xd7\x31\x7c\x64\xe9\x52\x26\xbf\xa6\x11\x29\x67\xc9\x03\x68\xc4\xf6\x22\xee\xc7\x2f\x4c\x42\xa1\x2e\x90\x91\xaf\x19\x4c\x84\xac\x26\xe3\x0a\x1c\xd3\x7f\xe8\x4a\xef\xc8\xe8\xa9\x0e\x99\x70\x4f\x8e\x72\x23\xf6\x93\x20\xb8\x87\x87\x6f\x68\x5e\x2c\x35\x61\xa5\x6a\xfc\xc4\xa8\x28\x13\xe2\x88\xcc\xc7\xa2\xc0\xbd\x11\xe1\x44\x36\xbc\x19\x83\x47\x42\x93\x40\x08\xeb\xd0\x95\x28\xb2\x48\xbc\x8d\x03\x11\xe9\x58\x7c\xb7\x8f\x0c\x81\xeb\x3e\xb6\x03\xe6\x08\xcf\x02\x75\x51\x87\xae\x3f\x11\xc6\xe5\xf1\xd3\x01\xd7\xd1\x87\x90\x9e\xf1\xcd\x14\x99\xf9\x56\xa4\x2d\x88\x4c\x66\xdc\x4c\x4a\x4e\x66\x22\xf4\x21\x43\xbd\xb0\x9f\x13\x00\x7f\xb0\x61\x55\x71\xbc\x48\x3b\xa4\xe4\x88\x90\x94\xd2\xcf\xb9\x64\xce\xbc\x66\x72\x03\xfb\xef\x90\xdc\x1d\x69\xff\x6d\x26\x60\xa8\x42\x3a\x74\x59\x88\xf4\x10\x6b\x3f\x5d\x92\x16\x48\x4a\x8e\x37\x85\x5e\x63\x3e\x0b\xc3\x47\x2f\xde\x4d\x42\x6e\x54\x5f\xa2\x91\x69\x1c\xad\xb6\x72\xea\x1b\x91\x5e\x62\x16\x46\x22\x14\x57\xc3\x1a\xd6\x78\x2f\x38\xfc\x00\x17\x7a\x39\x20\x8d\x08\x57\xf7\x21\xd9\x3a\x3e\x20\xbd\x12\xc6\xe3\xc3\x64\xb5\x9a\xea\x83\xb8\xfd\xea\xdf\x50\x4b\x88\xd3\x47\xca\x3f\x12\x3b\xe3\xb3\xd6\xce\x03\x80\x44\xf9\x2c\x3c\xa4\x8a\xc6\xaa\x97\x10\xe8\x83\x97\xb2\xbb\x24\xed\x48\x1b\xae\xca\xe5\x8c\x88\xda\x15\xd9\x34\xe1\x25\x99\x31\x0d\x78\x09\x94\x3f\x20\x50\x86\xf2\xe5\x86\x7a\x08\x18\xf8\x7f\x60\x22\xdf\x37\xd4\xd0\x73\xc5\xe6\x1e\xc9\xd2\xbc\x6e\xf4\x84\x97\xa9\x7a\xc4\x19\x51\x25\x4c\x3d\x20\x53\xf2\xcf\xf1\x9b\x3c\x7e\x3e\xbf\x88\xd5\xaa\x26\xf6\x9f\xc8\xd4\x55\x4b\x7c\x44\x24\x2e\x39\x24\x59\xc6\x89\xa2\xd3\x06\x89\xa1\x5d\x9e\xc3\x84\xcb\x9f\x6c\x48\xe9\x58\x10\x16\x3d\x40\x54\x54\xf3\xef\x8c\x2c\x41\xa2\x83\xe9\x80\x29\x5c\xfc\x2a\x1d\x6b\x19\xab\x1e\x50\x23\x92\xfc\xc5\x04\x8c\xc7\xdf\xf0\xa3\x04\x9d\x98\x9c\xb8\x46\x62\x56\x41\x79\x83\x8e\xc4\xe2\x5c\x36\x40\x24\x66\x0d\x94\xdb\xc2\x48\x10\x97\x14\x7e\x30\x12\x0c\xa8\x87\xf8\x4b\x0a\x5c\x33\x77\xb0\xf6\xb5\xe9\xc1\x83\x35\xf0\x07\xe0\xe1\xcd\x1d\x2e\x6c\xd5\x0b\x50\x88\xa9\x78\xd2\x48\x11\x3c\x5c\xd2\x77\x8a\x11\x23\x6a\x51\x51\x0a\xff\xd0\x35\x2d\x31\x65\xa0\x8d\xd4\x29\xf2\x40\xf9\x37\xf4\x7c\xc9\x1d\x52\x70\x49\xee\x11\x3a\x59\x2f\x5b\x24\x99\x16\x51\x4d\x2c\xa6\xdf\x7e\x60\xba\x70\x87\xf2\x10\x37\xac\xba\xee\xe1\x05\x8c\x5a\x55\x38\x9d\x59\x6b\x9f\x12\xe2\x5c\xdd\x5f\x5a\xa4\x4b\x93\xa2\x17\x9a\xea\xe8\x8c\x94\x0a\x7a\xf4\x17\x64\xca\xa2\x7e\x89\x4e\x68\x36\x99\xa6\xc4\x9d\xf2\x0b\xd7\xf7\x5b\x97\xcf\xf4\x09\x7c\xed\x30\x6e\x2e\x79\x4e\x64\x3e\x65\xf2\x5c\x75\xb8\xf2\x12\x18\x59\x21\xd0\xa5\x7c\xb8\xcb\x0b\x65\xbe\xb5\xb0\xf4\xf8\x12\xd5\x4f\xac\x7e\x6f\xab\x64\x2a\x0b\x41\x35\x2d\x16\x66\x55\x9a\xb5\x91\x0a\x82\x1f\x8a\x5f\xa0\x74\xe2\x43\x88\x44\xcf\x87\x2e\x1c\xa9\x80\x52\x35\x77\xb0\x28\xba\x7b\xa0\x18\x2a\x66\x95\x0a\x0b\x3d\xba\x87\x1b\x3d\x1a\x6a\x52\x26\xa3\xf4\x27\xc6\xb5\xc3\x67\xa4\xae\xa5\x57\x0f\x4b\xc6\xd2\xcd\x2a\x55\xaa\x42\x8d\x83\x95\x5c\xd8\x4b\x83\x68\x02\x2b\xc0\x53\x25\x21\x10\x9b\x49\x48\xdb\x77\x04\x03\xc1\x3b\xa4\x27\xda\x40\xf5\x3d\x66\xe3\xda\x1a\xe9\x1a\x15\x1c\x62\xa9\xa9\x2d\x24\x13\x8a\x2c\x0d\xdc\x4f\x1f\x64\xec\xba\x4d\x25\xa6\x72\xf6\xdd\x36\x35\x2e\x96\xfb\x24\xbf\x94\xcc\x9b\x1a\x03\x8b\x35\xb1\x46\xf1\x42\x42\x52\xea\xd4\x68\x98\x00\xb0\xa4\x84\x1c\x72\x47\x5a\x1a\x34\x13\xc5\x95\x4d\x59\xda\x9e\x04\x23\x64\xf6\xea\xf5\x05\x85\x56\xab\x53\x70\x32\x1e\x2d\x61\x4f\x92\x75\x1a\x38\x0e\xc1\x2f\x10\xd1\x74\x9d\x49\x48\xa7\x7c\x78\x0c\x24\xdf\xeb\x46\x93\xa5\x53\x93\x78\x98\x3e\xe1\xae\x59\x9c\x4c\x34\x49\x46\x53\x09\xc6\x07\xc8\x49\x77\xa4\x73\x6d\x99\xc0\x3e\x97\x3a\x52\x50\x9d\x08\x58\xf6\x8e\x2d\x2d\x5b\xf7\x0b\x2c\xce\xa2\xfd\x58\xf2\x9f\x59\x0e\x22\x0a\x8a\x35\xe8\xe9\xa4\xf0\x2e\x21\x33\xa1\x2a\xfd\x61\x5c\xbd\x88\xee\x5a\x88\x0b\x2c\x21\xfe\x1d\x4b\xba\x88\xf9\x66\x41\x4b\x09\x66\x08\x6f\xea\xb2\x25\xb9\xa7\x1b\x04\xde\x3c\xea\x86\xd2\xc1\x38\xc8\x7a\xf3\xdd\x64\xe6\x13\xda\x9a\x6f\x30\xe9\xe6\xf1\x93\x74\x99\xee\x05\x84\xbf\x58\x73\xd6\x3a\xc2\xdb\x7f\xf8\x8a\x9e\x96\xdc\x27\x81\x26\x3d\x58\x05\xd3\x5b\x44\xf5\x07\x6f\xff\x03\x99\xaa\x9b\x18\x3e\x84\x4a\x63\x52\x6f\xa5\x08\x82\x91\x68\x8e\xec\xa6\xa7\xcf\x83\x2f\x04\x36\xf5\x52\x3e\x6b\x0f\xcd\x3a\x66\x0a\xb0\x46\x5a\xb5\x91\x5e\x52\x4f\x33\xae\x17\x48\xed\xb3\xf6\x82\x8b\x48\x20\x4e\x2f\xb9\x88\x59\xe1\xbb\xd6\x56\x30\xbc\x9c\x85\x76\x8b\xae\x73\x72\x24\x1f\x89\xae\x72\xdd\x6c\x82\x01\x02\xb6\x77\xa4\x4f\x0c\x73\xee\xc4\x91\x26\x75\x44\x66\x34\x73\x6d\x8f\x06\x9d\x2b\x5b\xba\x3f\x59\xd4\x70\xaf\x7e\x86\x73\x5c\xb4\xcd\x24\x1f\x8b\x8a\x34\x3d\x00\x16\x69\x43\xf3\x41\x8b\x96\xfa\xcc\x47\xc3\x0b\x45\xbf\x3b\xbb\xf4\x17\x14\x03\xaa\x07\xa5\xe8\x22\x6e\x95\x03\x70\x42\x13\xc9\x81\x63\x0a\xa8\xc0\xe5\x8f\xfa\x5d\x38\x84\xc6\x84\xb4\xa5\x84\xea\x23\x07\x58\xb7\x0e\x7f\x00\x1e\x2e\xd2\x98\xe1\x7d\xe6\x02\xfc\x23\x7f\xc2\x52\xb3\x3b\x59\x8e\x60\xf2\xb2\x1d\x66\x56\x2d\x1d\x3f\x2f\xac\x1e\xb4\x4e\x09\xe2\x96\x84\xe4\xcc\x52\x5b\xf2\x3d\x1f\x39\x91\x06\xfd\x3c\xa0\x2d\x49\x0c\x34\x53\x36\x11\xc1\xc8\x09\x2c\xd9\x5b\x81\x34\x4c\x36\x2d\x65\x4a\x26\xa2\x83\x39\xad\xed\xd6\xba\x31\xe9\xb1\x35\xeb\x39\x71\xe5\xc5\x2e\x73\xe6\xbc\x05\x53\x5e\xa7\x4f\x30\x50\xba\x11\x51\xc9\x19\x42\xa1\xd4\x59\x39\x13\x29\xdd\xce\x20\x15\xc3\x40\x87\x30\xdb\x93\x33\x64\x15\x25\x2d\x1c\xb9\x40\x2e\xcd\xfe\xfd\x6d\xbe\x8f\x77\x2e\x14\xad\xc5\x7f\x33\xf3\x1f\xd9\xa1\x29\x17\xac\x83\xae\x96\xb9\x60\xf3\xb2\x7f\xdf\xfc\xc0\x5d\x42\x06\xf0\x29\x28\xdc\x4c\x49\x22\x99\x92\x89\xce\x7f\x66\x05\x0a\x6b\x9e\x73\x25\xd0\xda\x9a\xba\x36\x57\xeb\x50\x79\x0a\x82\x1f\x70\xb3\xb4\xb0\x95\x5c\xcc\xeb\xc0\xb0\x47\xf9\xf1\x8f\xcc\x92\x13\x8a\x29\x1d\x99\x71\x90\xf2\xca\x1f\xb9\x01\x4c\xef\x66\xa3\xb6\x5b\x02\x54\x6e\x24\x64\x62\x84\xb9\x01\xc5\xbc\x96\x0d\x87\xd7\x40\x50\x0c\x29\x7f\x93\x9a\x6e\xe4\x06\x3a\xfb\xd3\x39\x96\xb5\x18\x3c\xdc\xb9\x24\x2b\xe4\x0e\x64\x93\xb4\x91\x99\x7d\x58\xa9\xf8\x46\x66\x82\x35\x85\xe4\x8e\xf2\x81\x97\xcc\x91\x4a\xa3\xc2\x57\x5b\x5d\x96\xed\x52\x8c\xbc\xb4\xb5\x68\x7a\xd0\x99\xdc\xa7\xe9\x37\x76\x4e\xb2\x42\x01\x10\x0a\x23\x1e\x65\xc3\xa0\x31\x3b\x95\x1d\xcd\x0f\xb0\x66\x22\xd4\xa5\x53\x32\xd6\x21\x2a\xc8\x81\xac\x6c\x05\xa3\x74\x6c\x7d\x75\x3b\xf2\x65\x04\x83\x44\x47\xa1\x66\x18\x26\x9c\x2a\xf5\x9b\x05\xf4\x3d\xeb\x81\xfb\x71\xf7\x6f\x28\xa1\xb5\x11\x85\x32\x98\x54\x00\x65\x80\x90\x54\xb7\x2f\x06\x28\x08\x4e\x20\x52\xf5\x6f\x2a\x89\x74\x28\x0b\x7d\xba\xa4\x3b\x29\x27\x63\xbf\xb4\x26\xb0\x5a\x9a\x42\x97\xb3\xa0\xd8\xb9\x7f\x57\x6e\x9c\x3b\xe0\x22\xba\x03\xf0\x47\xf1\x88\xb2\xc4\xab\x62\x90\x2e\x2a\x11\x0c\x12\x6b\x8f\x7b\xeb\x4f\xa0\xa3\xb8\x7a\x41\x3d\xfe\xa4\x02\x3b\xa3\x40\x01\x17\xfd\xc1\xb5\x08\xb0\x80\xb8\xe8\xc9\xe2\xad\xa6\x88\xd6\xdc\x03\x73\xeb\x48\x79\x56\x2e\x90\x9a\xe6\xdf\x38\x3f\x62\x8e\xe5\x22\xc3\x35\xba\x5d\x38\x23\xa2\x13\x85\xb5\x65\xed\x52\x52\x28\xb5\x79\x6b\x6e\x8a\x16\xa2\x66\x05\x62\x9b\x3d\x4a\x0a\x7d\xc4\x14\xf8\x32\x0a\x7d\xc4\xec\x39\x51\x6e\xe0\x5f\x73\x0f\x0c\x54\x96\x40\x54\x6e\x42\xad\x69\xdf\x5c\x49\x2d\xd4\xca\x38\x2c\xd1\xa3\x3c\x24\x77\xe2\x76\xe5\x01\xc6\xfd\xbc\x00\x3a\xe3\x11\x1e\x60\xe0\xcf\xfb\x1d\x0c\x5a\x20\x2e\xa1\x4e\xf2\x51\x79\x28\xcb\xf8\x94\x3d\x80\xb1\xfb\x05\xf2\x36\xc9\x60\xe5\xe1\x29\xf2\x3a\x3c\xa4\xea\x92\x1c\x0b\xab\x8e\xd9\x59\xa3\xbc\x20\x48\xfe\xe2\x05\x6d\xd0\x55\xa5\xbc\x54\xf3\x88\x43\x17\xca\x7d\x3e\x78\x4b\xee\x13\x05\x2e\x88\xc9\xc8\x26\x0e\x15\x45\xd8\x95\xdc\x79\xd4\xb0\x10\x22\xea\x01\x09\x96\xc4\xf4\x4a\x51\x44\xd7\x9f\x1a\x23\x5f\xf0\x83\x05\x95\xba\x88\x38\x3b\x32\x5a\x55\xa8\x59\x94\xab\x6f\xd4\x48\x01\xd9\x5d\x32\x1d\x83\x5d\x27\xea\x27\xac\x24\xbb\x31\x54\x2a\x41\xac\x81\xaf\x89\x34\x4e\x24\xa6\x7e\xb2\xc6\x8f\xca\xae\xb2\xec\xa7\x9d\x86\x6b\xa2\x09\xbe\xf8\x8d\x0f\xd3\x15\x75\x3b\x2a\xea\x2d\xf8\x26\x59\x33\xef\x2f\x42\xec\x9a\xb1\x1b\xe3\x6f\x4a\x17\x8d\x0a\xb3\x9b\x72\xc2\x8d\x0a\xff\x25\x95\x49\x18\x35\x03\x7d\xa4\xe4\xac\xb0\x91\x59\xc4\xac\x19\xbc\x4a\x36\x8a\x5a\x80\x2b\x92\x31\x2a\x0b\x63\x59\xdd\x5f\xcb\xda\x05\xed\x5b\x21\x6f\x12\x95\xad\x9f\x18\x92\x94\x93\x66\x54\xea\x43\x86\x3f\xc0\x29\xd3\xdd\xa9\x52\x2a\xd1\x6d\xab\x16\x82\xa4\x05\x5a\x46\x2e\xcf\x01\xb9\x17\x6c\xa8\xae\xc8\x04\xab\x4c\x60\xa3\x56\x6a\xa3\x35\x00\x8c\x5e\x4a\xe8\x3b\x6a\xfd\x0e\x65\x38\xfc\xfe\x89\x5c\x65\x02\xb0\xde\x68\xf7\x78\x44\x55\xf1\xca\x0a\x4f\x71\x5b\x97\xea\x27\x6e\x34\xbb\x18\xd4\x06\x03\x7f\x76\xfb\x5a\x33\x41\xd0\xe0\xfc\xae\x5b\x77\x45\x35\x76\xbb\xd3\x55\x8a\x27\xd2\x15\xd4\x86\x9a\x7c\x3e\x4d\xf0\x54\xb2\x1b\x76\x65\x06\x48\xbb\xaf\xd4\x46\xd1\x2f\x79\xc4\x07\xee\xf6\x1e\x71\xcd\xc9\x5f\x90\x20\x1b\x2f\x3b\x0f\x8b\x48\x78\xed\x2b\x63\x9b\x36\xba\x53\xeb\xe8\x43\x4f\xf7\x71\x2b\xf0\x2a\xbc\x9f\xac\x63\xaa\xa8\x8b\x35\x8c\x2a\x10\x21\xac\x5c\xa8\xcc\xf4\x60\x97\x97\x0a\xb3\x9c\xa2\x23\x47\x85\xef\x93\x65\xe2\xda\x51\xd8\xcd\x0b\x07\x91\x22\x4b\x0a\xaa\x48\x23\xab\x74\x48\xa3\x0e\x0a\xb4\xba\x6b\x54\x94\xc1\xca\x9e\xe4\x28\xe8\x50\x33\x60\xcd\x84\xe1\xd3\x39\x1a\x5e\x10\x2e\x8c\x8e\xdf\x9a\xd2\x60\xb6\xce\xe6\x0f\xa8\x2f\x34\xfe\x23\x02\x54\x25\x3e\x46\x85\xef\x94\x4a\x4a\x8d\x3a\xa0\x01\x37\x59\x63\x4d\x05\x5b\x8c\xea\x49\xf4\xd3\xb2\x9f\x88\x09\x32\xfa\x9d\x6b\x1b\x34\xe2\xc9\x12\x1b\xa2\xdf\x95\x6a\x1f\xdb\x67\xea\xc9\x59\x69\x4c\x7a\xa2\x8b\x2d\xd5\x25\x96\x48\x52\xaa\xe7\x89\x0f\xfc\x9b\x17\x45\x6f\xed\x09\x63\x87\x51\x1c\x5a\x20\xeb\x3b\xea\x72\x97\xf2\x31\xff\xa4\x92\xa6\x32\xc1\xa3\x5e\x38\xa5\xde\xba\xab\x7d\xb3\xf4\xa1\xbb\x78\x06\x7c\x8c\x2f\xd6\x17\x70\x87\x37\x64\x31\x81\x08\x99\xa4\xdb\x6b\xb8\x22\xe6\xb3\x9a\xc1\x50\x93\xd4\xdc\x9e\xe1\xf6\xac\x65\x84\x3d\x30\x79\x4a\x48\x16\x99\x24\x78\xd5\x9b\x6e\x1a\x5a\xe5\x4f\x20\x71\x7d\xc6\x51\x99\x16\xcb\xe6\x94\xfa\x09\x24\x4d\x81\x88\xa3\xd2\x89\xdd\xbb\x02\x79\x24\x98\xd0\xdd\x2f\x7e\x0b\xa0\x07\x19\x48\xbd\xcf\x2c\x79\xaa\x92\x4b\xa3\x42\x1c\x09\xde\x46\xf8\x4a\xa9\xaa\xc3\xa8\xac\x02\xe6\xab\x75\xfd\xe4\x91\x9c\xd2\xdf\xf1\x9e\x67\xed\x80\x26\x8c\xac\x91\xd5\x88\x09\xd9\x25\xfc\xfc\x5e\x3b\xe0\xf1\xe9\x26\xe8\x25\x5c\xb2\x8b\xc4\xc2\x8a\x9c\x15\x16\x5d\x2a\x7c\xa7\x7e\x4e\x17\x04\x8f\x18\xdd\x4e\x44\xf5\x26\x22\x2d\xa4\xfd\x71\xeb\xbb\x7c\x0d\xf4\x9b\x77\x02\x09\x3f\x75\x22\xcd\xab\x19\x3a\x8b\x92\x29\x41\xc5\xa8\xf0\x97\xb7\xfa\xa2\x4e\x54\x99\xf0\x2c\x11\xda\x69\x13\x70\x9d\x40\x03\x09\x6c\x75\x2e\x34\xf0\x0b\x1f\xc3\x54\x6e\xb3\xd1\x60\x17\x4c\xba\x84\x34\x46\x6e\x7a\xd2\xed\x58\x84\xd7\x5f\xe0\xec\x44\xff\xa6\xa2\x48\x1b\xdd\x60\x38\x54\x8d\x9d\xd1\x8e\x06\x17\xb6\xae\xdf\xa0\x62\x3a\x0a\xed\x58\xcb\x98\xf5\x00\xa9\x14\x74\x01\x68\x07\x2b\x6a\xfa\x37\x50\x53\xfb\xd0\x60\x77\x54\xf2\xed\xd1\x42\xc0\xef\x43\xbf\x13\xde\x17\x00\xcc\xdf\x65\x97\xd3\x16\x00\xb1\x6e\x56\x0d\x86\x44\x0b\x77\x2d\xac\x55\x14\xc8\x0c\xc5\xb4\xe3\x61\x83\x69\xd1\xca\x8d\x16\x28\x39\x67\x0f\xc1\x90\x3c\xfd\x66\x31\x31\x33\xc9\x16\xb1\xac\xd2\x01\xb6\x88\xa0\x5d\x49\xf7\x2d\x52\x3a\xac\xfe\x00\x54\xd1\x3b\x99\x40\xf4\x24\x38\xb4\x25\x80\x0a\xdf\x1b\x0d\x79\x06\x29\xc1\xb8\x3f\xdc\x5e\x19\x35\xa7\x75\xfc\x04\x52\x97\xc5\x1a\x2d\x71\x59\xb4\x0a\x09\x36\x68\x61\x6f\x83\x74\xd9\xed\xef\xd9\x20\x5d\x06\x23\x57\xe6\x88\x6e\xc7\x9c\x3d\x40\xc6\x3e\x64\x77\xd8\xd8\xa1\x3b\x00\xea\x64\x77\x00\x88\x74\x82\x5b\x5e\x79\x59\xdd\x23\xf8\xdb\x70\x07\xeb\x02\xa3\x39\x64\xb0\x0e\xc9\x19\x8d\x5e\x59\x3a\xc2\xad\xd0\x5d\xd9\xed\x85\x57\x64\x3f\xa8\xc8\xff\xa4\x11\xca\x82\xd9\x2f\x50\x4b\x25\xb1\xb9\x41\xb7\x66\x27\x8a\x56\x78\x0d\x6b\x7e\x70\xb1\x0b\x3f\x00\x6d\xcb\xfe\xfd\x22\x14\x4f\x63\x42\x95\x16\x7c\x02\x11\x20\x99\x7d\x00\xe0\xa9\x65\x75\x7f\xab\x74\xa8\x6b\xfe\x80\x1b\xa1\x55\xa1\xd4\x6a\x54\x59\x1e\xf7\xa2\x74\xad\x72\x23\x84\x8c\xc8\x38\xa6\x64\xcb\xa3\x55\x92\xeb\xe0\x11\xc0\x7e\xbc\x08\x70\xc1\x37\xe5\x6b\x75\x51\x67\x81\xd0\xa8\x59\x10\x29\x6b\x6d\x01\x2d\xa0\x20\xe9\xda\xe8\xd5\x96\xef\x97\x88\x67\x6b\xc0\x0e\xdd\xc0\x5a\xc3\x89\x29\x1e\xe2\xe2\xce\xfc\x4d\x4a\xee\xd1\xa0\xb6\x53\x52\xe1\xd1\x1a\x2f\x5f\xa6\x94\x4b\xaa\x35\x1d\x63\x69\xb0\xee\x4f\xa0\x9c\x73\xe8\x59\xfb\x64\xd8\x66\xe5\x49\xeb\x60\xa1\xc5\x1d\x60\x1b\x24\x69\xb7\xce\x1b\xfc\x4f\x07\x5c\x55\x6d\x03\x1c\xc9\x1c\x11\xd0\xc6\x12\xc6\xd4\xc3\x58\x67\x5c\x5f\xb0\x2c\x97\x0d\x98\x0d\x32\x66\x33\x6d\x1c\x14\x93\x8d\x9d\x63\xa1\xab\xbb\xc0\xc2\x48\x8e\x6e\x34\x15\x3a\x7a\xb6\x8d\xb5\x30\x02\xfb\x64\x6d\x0b\xcd\x9b\x9a\xaf\x68\x62\x77\x82\x62\xfb\x88\x9c\x58\x08\xcf\x0b\x9a\x2c\xeb\x67\x1a\xdc\xf1\x7f\x80\x3e\xa9\x10\x37\x36\x9d\x2c\x10\x69\x7c\x3b\x17\x21\xd0\x2c\xae\x75\x4c\xd5\xc7\xb5\x26\xee\x07\x54\xbb\x9b\x60\x32\x01\xaa\xaf\xd7\xed\x5a\x33\x17\x5c\x74\x89\xb7\xd5\xb4\xdd\xd4\x1e\x1b\x8e\x9b\x33\xd5\x20\x37\x67\xaa\x2e\xe9\xf5\xd5\x3d\x55\x18\x10\x6d\x57\x6b\x37\x3d\x1d\x4c\x54\x97\xe4\xe7\xc5\xa2\xe4\xe7\xb3\x0b\xfb\x61\xb7\xab\x59\xbb\x17\x26\x7b\x50\x5e\xd8\xbc\xfe\xcc\xee\x61\xf3\x5f\x63\x05\x7c\x0b\x1e\xed\xa1\x7a\x54\xf3\x78\xc8\x63\x2d\x05\x3c\x6b\x22\xda\x92\x25\x0f\x5a\x0e\x60\xa2\xf0\x28\xf5\x53\x7b\xa8\x43\x33\xf5\xa6\x8c\xe7\x03\xbe\xf4\x53\x5e\xbd\x25\xe3\x49\xdb\xd4\x96\x3a\xca\x98\xf5\x2e\xc0\xf5\xc9\x4b\x5d\xb4\x57\x1c\xa9\xbb\x6d\x5c\x69\xef\x8b\x94\xe8\x6e\x27\x36\x4b\x0f\xd7\xe6\xea\x52\x6f\x4c\xb0\x3d\x9f\x18\x54\x96\x4d\xc9\xed\xbc\x33\x75\xbf\x80\x73\x6f\x4c\x9b\x40\x02\x63\xef\x92\xe2\x3c\x71\x18\x1d\xed\xc4\xdd\x50\x57\x56\x49\x71\x47\x3f\x02\xd4\x22\x4d\xbf\x51\x45\x56\x0c\xa1\x7f\x42\x5d\x3c\xb4\x9d\x9d\x51\x8f\xe3\xe7\x05\xb2\xb9\xac\xdf\x15\x81\x43\xee\x90\x0c\x41\x97\xe5\x0e\x8b\xa4\x12\x5c\x8f\x7e\x90\x4a\x74\x0f\x81\xbd\xeb\x1e\x81\xf2\x79\x32\xcc\x6b\xef\x3c\x06\xc4\x3a\x61\x65\x0f\xb0\x32\x68\x6f\x7b\xe0\x15\x4a\x20\xa0\xd2\xbe\xb9\x5e\x0f\x0c\x89\x76\xfb\x9a\xa4\x1f\x90\x18\x8a\x0e\x75\x94\x9d\x55\x52\xf6\xd1\x03\x54\x21\xc3\x3d\x92\xfe\x36\x7f\x00\x36\x27\x81\xa5\xd3\xc3\xcc\xe1\xe1\x3d\xac\x49\xed\xad\xed\x0c\xa9\x74\x7c\x6b\x87\x2a\x32\x08\xe9\x7b\x24\x9b\xeb\xe3\x6f\x98\x52\xa7\xd4\xe8\x6d\x40\x80\x66\x1f\xc9\xe3\x91\x29\xfe\xf4\x4f\x9b\x98\x27\x15\x59\x4e\xc3\x00\x21\xc8\x41\xd7\xb4\xbe\xcc\xb2\x5e\xf7\x65\x96\x15\x39\xef\x90\x3c\xed\x0f\xd4\x61\x74\xb5\x4a\xa0\x27\xde\x10\x84\xcf\x3d\x41\x03\xe0\x1e\x13\x68\x9a\x4e\x54\x47\x78\x66\xb6\xd1\xa0\x7f\x92\x66\x52\xd9\xd8\xd1\x13\xe2\x7c\xa2\x3b\xc0\x99\xed\x86\x80\xcb\x2e\x32\xdb\x33\x4f\xb9\x8e\x58\xa7\xa8\x69\xf4\x5c\xa2\xa6\x0e\x69\x5f\xa2\xa4\xd1\x0f\xda\x4e\xb3\xd2\x8e\x68\x4d\xa7\xb5\xe8\xd0\x6e\x5a\xb2\xec\xac\x53\xe3\x24\x39\x9d\x65\x69\x8c\x3c\x85\x7b\xa5\x49\x14\x5a\x46\x7e\x1e\xc0\x3d\x6c\xb8\x47\x68\x3f\x8d\x5c\x85\x04\xf3\xe7\x03\x78\xf1\x18\xe3\xa1\x1d\xf5\x45\xa9\x17\xc4\xa9\x8b\x4d\xf6\x0a\x43\xf3\xf0\x6f\x1e\x08\x09\xe4\x9d\x72\x9f\xee\x14\xbd\x72\x51\xbc\x53\x14\xeb\x44\x1c\x3b\x13\xcd\x46\xe3\x42\x03\x7f\x33\x88\x0d\x08\x2b\x92\xde\x4f\xf8\x33\x4a\x70\xec\xd4\xf5\xf8\x7b\xba\x80\xdb\xb4\xdd\x4f\xd2\x0d\xdd\x01\xfa\x49\x66\xe5\x33\x70\x62\x23\xa4\x03\xeb\xcc\x5c\x60\x43\x5b\x47\x78\x9d\xd3\x10\xf4\x8b\x2a\x53\x6f\x1d\xd5\x41\x5e\x17\x96\xd4\xb4\x7d\xa8\x5f\xd4\x43\xff\x8c\x41\x72\xf7\xd3\x27\xbd\x00\xdc\xc7\xcd\x14\x9b\xd9\x0f\xbe\x95\x71\xe0\x7b\xbf\xb9\x32\x5a\xca\xe5\x11\x6e\x84\x83\x68\xe0\x88\xef\x7e\x2f\xa8\xfc\xc5\x82\xca\x0f\xb8\x78\xc5\x63\x90\x3e\x99\x1a\x3c\x2c\x92\xa2\xed\xf9\x38\x6c\xfd\x19\x03\x3a\x92\xe2\xa5\x7b\x59\x14\xc5\xb3\x58\xfc\x54\x82\x7d\x87\x5f\x8f\x9d\x72\xfb\xcb\x8b\xae\x91\x92\xc5\xdd\x93\x27\xfe\x52\x41\x68\x72\xf0\xae\x20\x7e\x2d\xf7\x3b\x30\x73\x77\xc1\xdb\x45\x31\x58\x17\x5e\xf0\xef\xe7\x9f\x3f\xd9\x3c\xbb\x7f\x3c\xbc\x24\x53\xc5\x17\xb9\x4c\xcc\x7b\xa8\x66\xd1\x85\xab\xcf\x05\xb4\xf6\x77\x42\x52\x37\x3f\x9c\x0b\x66\x7f\x41\x75\x9a\x40\x44\xe2\x01\x3b\xbf\x75\xa4\xd0\x52\x11\xe0\x31\x96\x0f\x90\x40\x1c\x07\xd1\xc1\x2f\x14\x10\x55\xb7\x53\x7e\x12\xc5\x1a\xcc\xf4\x69\x45\xff\x38\xb8\x4a\x45\xbf\x11\x05\x2d\xf3\xca\x40\x86\xac\xe4\x40\xab\x01\x97\x20\x2b\x08\x06\x8b\x3e\x9a\xdf\x8d\x8f\xa3\xb6\x78\xfc\x95\xa7\xc2\x08\x2c\xe2\xef\x8f\x33\x3e\x16\x78\x81\xf8\x2c\x9a\x3c\x3e\xee\xda\x1c\x17\x3e\x96\xc3\x90\x8e\xe1\xf8\x78\x65\x8b\xba\xfd\x0f\xb0\x4a\xc7\x85\x8f\x65\xb5\xd3\x09\x19\xe0\x86\x8e\xda\x1d\x71\xed\x92\xbf\xf8\x28\xaa\x6a\xfc\x8c\xc1\xf0\xb9\xe2\x76\xde\x08\x3d\x09\xd4\x80\x8c\xba\xcc\x0f\x38\x4b\x1b\x51\x46\x22\xfa\x4b\xaa\x1d\x74\x86\xb6\x8d\x6e\xa4\x35\x6d\x01\x95\x28\x44\xf8\x01\x12\x64\x96\x24\xec\x1d\x4b\x8f\x22\x89\x7d\x40\x8f\xe2\x78\xca\x91\x3f\xdc\xb0\x4d\x68\x64\xd2\xed\xe6\x2e\x89\x2c\xc3\x5d\x52\x7b\xf4\xf3\x00\xc8\xa2\x7b\xe0\x00\x77\xb3\x44\x39\x60\xcb\x73\xc0\xdc\x40\x2a\xf5\x92\x8c\x9f\x99\x77\x1d\xb1\xb3\x51\xb0\x5b\x92\x41\xc7\x32\xde\x89\xf4\x8f\x42\xa8\x85\xc0\x1f\x7b\x6b\x0e\xa6\x1d\x85\x29\xde\x86\x5f\x58\x2b\xe5\x1e\xd6\xf6\x08\x2a\xe4\x56\x2f\xc9\x38\x5f\x28\xac\xfc\xbc\x31\xf9\x86\x3a\xad\xe4\x06\xe2\xa2\x03\xbe\xb2\x49\x7a\xb4\x41\xa3\xca\xcf\xef\x35\xa8\x7a\x60\xd6\x4c\x27\xba\x19\xdf\x85\xd7\x55\xf4\xc6\x58\x46\x14\xd1\xfe\x71\x92\x9c\x48\xe8\x1b\x27\x97\x42\xab\x7f\xae\x0d\xd4\x18\x08\x40\xcf\xc9\xbf\x3f\x81\x47\x45\x44\xc6\xb8\x28\x46\x9a\x3c\xc0\x11\xa3\x38\xe3\xd4\xb8\x70\x38\x6c\xb2\x18\x28\x09\xf2\xb3\xdc\x1f\xd7\x4b\xb6\xb2\x0c\x96\x08\xb1\xc9\x62\xc0\xcf\xc2\xe1\x1d\x63\xd9\x34\x9a\xbf\x98\x7c\xa0\x2e\xef\x95\x2b\xcd\x0f\xd6\xc4\x05\xe6\xc7\xe4\x7e\xee\xc3\x03\x4c\xce\xaa\xdf\x01\x4f\x0c\xc7\x98\x0c\xb0\x34\x47\x6c\x0c\xdc\x76\x4b\x32\x51\xc3\xcd\xf4\x07\xaf\x1f\xd0\x08\xe9\x28\x07\xcc\x14\x0e\xb8\x18\x74\x7d\x75\x06\x93\xb1\x2e\xaa\xdd\x3d\xc2\xf2\xe2\x03\x0c\xdf\x58\x87\x1a\x0c\x96\xf2\xf0\xfd\x6f\x3c\x27\xbb\x34\x0c\x38\x4b\xa6\xf5\x4c\x96\x6d\xcb\xc7\x80\xf3\xac\x83\x3a\xc6\xc3\xb3\xd4\x0d\xd4\xc4\x0b\xea\xf1\x5d\x94\x59\x40\xc0\x8b\xc2\x5e\xa8\xe3\x6d\x1c\x42\x5d\x4e\xa2\xb9\x98\xea\x98\x98\x86\x38\xf9\x98\x6b\x1a\xfe\x02\x50\x8b\x83\x0d\x96\x46\x76\x8c\xec\x40\x31\xa8\xac\x69\x9e\x07\x96\x5a\xca\xd7\x93\xa6\x83\x24\xfd\xf1\x79\xd0\x83\x45\x07\xe5\x3c\x40\x1c\xad\xcf\x3d\xc1\xe4\xec\x84\x75\x1e\xcc\x4c\x5a\xfd\x80\x9c\xbe\xbb\x8b\x8b\x5d\xfc\x95\xce\xee\x3c\xa8\x07\xfa\x81\xe0\x85\x74\x62\x00\xb0\xd0\x12\xec\xce\x40\x7d\x81\x8e\xee\xc9\xb0\x24\x4b\x61\xe7\xc7\x13\x7f\xbc\x14\xcf\xb0\x44\x05\xfd\xae\x5c\x85\xa8\x07\xe3\x9f\x3f\xdd\xf1\x35\x67\x58\x53\x1a\x7a\xf0\x72\x4a\xea\x22\x72\xef\xc4\x85\x4e\x32\x3a\x6b\x53\xcf\x15\x07\xae\xe3\x7f\xc2\x5f\xa5\xd8\x73\xeb\x64\xe0\x90\xf5\xd4\x27\x12\x58\xdb\xf5\xf9\x8c\xdc\x6e\xf5\xf0\x5d\xe2\x92\xa5\x87\x73\x71\x36\x9d\x83\x93\xe5\x44\x1c\x5a\x7b\xf2\x5a\xe7\x20\xd5\x33\xad\xa9\xfb\x8d\x8f\xc2\xdb\x7a\x75\x32\x96\x3c\xfd\x7c\x01\x76\x2a\x05\xe9\x99\xc1\x43\x24\xd7\x9d\x4c\xbe\xa8\xac\xda\xe3\x24\x27\x94\x30\x79\x66\x48\x4d\xd2\x98\x9e\x99\xa7\x79\xf8\x05\x60\x98\xc4\xd3\x93\x9c\xd1\x0a\xd0\x33\x13\xcd\x87\xc7\xc4\xe1\x94\x58\x75\x66\x52\x77\x0d\x51\x16\x4c\xea\x12\xce\xb5\xaa\x71\x3b\xce\x42\x2c\x17\x2f\x3d\xc9\xf8\x24\x4c\x9e\x85\xeb\x24\xfe\x7d\x16\xae\x93\x60\x62\x26\x68\xb3\xce\x13\x26\x02\x95\xac\x19\x27\xbc\x6f\xa3\xb4\x6d\x27\x8b\x8f\x8e\x9f\x17\x80\xd7\xa2\xb3\x27\x7c\x69\xed\xe9\x75\x42\xe1\x6f\x3f\xa0\xb3\x02\x44\xe9\x70\xcf\x0a\xf1\x40\xf7\x82\x13\x9e\xb5\x3f\xe7\x12\xf7\x3e\x3b\x5f\x9c\x08\xdd\xb0\xfb\xe5\x79\x92\x26\xea\x86\x7e\xb2\x86\x95\x15\x86\x27\x3c\x09\xcd\x7e\x4e\x5e\xe3\xac\x30\x3c\x4f\x72\x17\xd1\xbc\x13\x56\x7d\x1b\x9c\xcf\xc5\xe1\xbc\xf0\xd7\x5a\x78\xbf\xc1\x1b\x92\x4f\xf3\x45\xb6\x2a\xa8\xa8\xe3\xfd\xc1\x2f\x16\xb9\xb2\x2e\xef\x24\x13\xac\xfe\x0d\xde\x6e\x4d\xd9\x89\xea\x0f\xb6\x2a\x9f\x5b\xc3\xab\x31\xef\x45\x05\xd5\xc5\xcd\x24\x4c\x5a\x09\x7a\x1f\x3a\xba\xed\x44\xd6\x93\x68\xd5\xd8\x89\x38\xde\x9f\xbb\xe2\x79\x63\x7b\x25\x20\x9e\x70\x1e\x1c\x3f\x44\x86\x6c\x50\x02\xe1\xc9\x3a\x8e\x8e\x8d\x3c\x59\xc2\xca\xa1\x8a\x27\xea\x36\xfe\x5c\x2f\x4f\x2a\x6c\xad\x2e\x3b\x11\xdc\xeb\x08\x82\x13\xb1\xbd\xed\xa7\x07\xae\x5d\x32\x10\x37\x5e\xd0\x07\xef\x82\xd2\x0f\xb8\x61\xde\x8f\x77\x41\xa5\x2d\x45\x3e\x66\xdb\x1a\xce\xc5\xe7\xc4\x3a\xcf\x77\xed\xa0\x96\x1b\xc1\xbc\xc9\x14\x9f\x57\x43\x71\xeb\x93\xc1\xbd\xd6\x69\x9c\xc8\xd0\x9c\xc5\xff\xcf\x17\x34\x49\xbc\xf8\x7c\xb1\xd6\x6e\x9f\x58\x5a\x31\xd6\x13\x57\xc3\xd8\xff\x2a\x0b\xc3\x39\x49\x33\xa5\x66\x3a\x27\x8e\xbe\xb8\xf0\xc9\x8a\x14\xc9\x27\x99\xba\x5f\xeb\x64\x4e\xf2\x69\xb1\xe5\x93\xa9\x52\xac\x21\x39\x59\xb4\xd1\x1a\x92\x8b\xb1\xbf\x56\x80\x5c\xc7\x22\x61\x59\x0f\x22\x37\xdf\x9f\x24\x82\xe1\x37\xb0\x11\xe2\xc3\x17\xf3\x31\xfb\xca\x7d\xa1\xce\xc4\x61\x84\xba\xc0\xa9\x0f\xef\xf6\x45\x66\xec\xb8\xd0\x8b\xcc\xd6\x61\x9e\x57\x20\x96\x4a\x82\xb8\x02\x8f\x86\x98\xe9\xc5\x3b\xa3\xb8\xf1\x15\xd6\xa8\xee\x13\x84\xaa\xfb\x37\x91\x52\x22\xc6\xc5\x5a\x8d\x8e\x02\xbc\xc2\x32\x0d\x69\x6a\x01\x1b\x2e\xee\x7b\xb1\x78\x57\x12\xe9\xba\x22\x88\xa5\x38\xc6\xc5\x6b\xa6\xb3\xa4\x5d\xd0\xb1\x0e\x07\x40\x5e\x71\xa5\xf5\x11\xdc\xcc\x94\x6c\x76\x7b\x7d\xec\xb6\x24\x1d\xb6\x2b\x7d\x04\xdb\x4a\x92\x0b\xcc\xf6\xf8\x59\x2b\xba\x8f\x5a\xfb\x73\xa1\x2e\x83\x23\x03\xae\xc4\xa2\x30\x82\x81\xce\xa2\x8e\x3e\xbd\x70\xcd\xb4\xcf\xd2\x85\xc4\xc6\xf6\x1f\xbe\xc0\x5b\x9d\x21\xe4\x82\xb5\xde\x69\x78\xaf\x8f\xb5\x26\x87\xd5\x5f\xb9\x13\x44\x3f\x58\xcb\xe0\x11\x78\xf6\x8a\xbb\x9c\xe8\x52\x2b\xf9\xf1\xd6\xe6\xcb\xda\x85\x88\x5a\x15\x5a\x1b\x57\x59\xab\xa0\x0e\x3e\x4e\xd9\x7c\xeb\xb9\xc0\x28\xed\xb5\x7f\xf1\xc6\x68\x0f\x59\x96\xfa\x6f\xf6\x8a\xbe\x18\x76\x62\x55\x0f\x6a\xfd\x7f\x50\x6b\xd0\x4a\xa2\x24\x91\x81\xc5\xff\x7f\x54\x1b\x57\x5d\x33\xd7\x3c\xa8\x27\xb5\x6e\x06\xd5\xfd\xb3\x03\x70\x50\xbd\xbf\xdb\x60\x79\xb5\x75\xde\xfc\x80\x8b\xed\xdf\x05\x1f\xa8\xc3\x46\x1e\x21\x0e\x8f\xea\xfd\x5f\x0f\x82\x92\x25\x37\xed\x31\x89\x5a\xfc\x1f\x94\xc2\x88\x8e\x0d\x36\x4a\xc1\xa5\xf2\x47\x23\x83\xda\xfb\x5f\x17\x5a\x6e\x24\x94\x3b\x7e\x70\xa8\x13\x0b\x25\x48\x5c\x34\x51\xdb\x37\x0f\xe5\xfa\xc3\x8f\xd6\xe6\x62\x3d\x6f\x3b\x14\xad\xfa\xfc\x76\xa6\x41\x7d\xfe\x60\x33\x38\xea\xf3\xbb\x7a\xf7\x60\x79\xfe\xc3\x51\x9e\xd7\x00\xda\x18\xf1\x06\xb2\x2f\x34\x7f\x40\x4c\xf6\x6f\xf2\x1d\x09\x1f\xd7\xe0\x7e\x49\xb6\x40\x41\xff\x6f\x08\xbf\x41\xbc\xf1\x62\x9d\x24\x4d\xa6\x90\x27\x25\xee\xe4\x37\x80\x9b\x86\xf2\x5c\x4b\x23\x30\x3e\x21\x29\xa9\xe4\xda\xb8\x18\x7e\x61\x56\x73\xd1\x8c\xed\xb8\xcc\x0b\x66\xec\x9f\x95\x39\x59\xcf\x59\x50\x5e\x6b\x65\x34\x8f\x2b\x7c\x4b\x17\xfe\x2a\xfe\xf5\x62\x06\x5f\x07\x75\x5e\x70\x93\xb4\x3c\x7f\xb1\x68\xa8\x35\x86\x17\xe4\xa9\xe1\x48\xd3\x0b\xc1\x1c\x96\x6c\x2f\xd4\xca\x70\xd2\xfb\x8b\x26\x73\xab\xb6\x2e\x98\xcc\x87\xc3\x8f\x2e\x08\x58\xc7\xcf\x69\x83\x80\xe5\x3b\xc3\x45\xcf\xc9\x24\xe9\xe8\x82\x5e\x3c\x45\xff\x5e\x1b\x21\xac\xbd\x79\x3c\x0d\x15\xa3\x37\x7c\x3a\x11\xbc\x91\x7e\x86\x5c\x9b\xed\x2e\x41\xa7\x24\xd1\x5f\xb4\x87\x5b\xe1\x76\x21\x36\xe3\xe7\xf8\x22\x16\xc3\x1e\xa9\xd7\xb3\x60\xd2\x39\x79\xb8\x72\x9e\x05\xa4\x27\x2b\xc1\xaf\x87\xe4\xda\xb3\x40\x44\x6d\xb6\xd0\x77\x21\xb2\xe2\xe7\xc0\x43\x27\x90\x24\x40\x5f\x2f\xb0\xde\xc8\xf3\x12\x46\xcd\x1a\xc2\xd6\x8f\xba\xf4\x7a\x17\x90\x82\x01\x0e\x8f\x76\x1e\xbc\xa0\x77\x1f\xf6\xe8\xbf\x90\x11\xb8\x58\x79\x76\xbd\xdc\xce\x9f\x07\x93\x0f\xd4\xe7\xc4\x76\xba\x0b\x88\x53\x3f\x9b\x05\xe3\xf9\xcf\xee\x4e\x92\x63\x1f\x2b\x04\xf1\xda\xa9\xec\x9a\x0b\x6a\xcd\x7b\x52\x34\x31\x35\x66\xfa\x39\xab\x2a\x2f\x06\xf1\x26\x9f\x1b\xc6\xec\xda\x40\x70\x4d\x62\xa1\x90\xea\xfe\x64\xa8\xee\x2c\x78\x37\x2a\x75\x1d\x76\x52\xbc\xe1\x16\x69\x47\xca\x1b\x02\x93\x8d\xfe\x37\xbc\x1e\x93\x0e\xfb\x0d\x6d\xbd\xa1\xbe\x0f\xe0\x60\x76\x7f\x6b\x69\xdd\xc1\x8d\x0f\xba\x7e\x23\xf9\x72\xf3\x07\xa4\xf7\xd2\xa5\xdd\x9f\x78\x95\xcd\xcf\x6f\xd6\x31\xb5\x16\xf2\x86\x7a\x3f\x49\x70\xbc\xe1\x27\xe9\x55\xb9\xa1\xc1\xf7\xe6\xde\xa1\xe0\xb7\x07\x20\x09\x34\x88\x9f\xb0\xd5\x9c\xb0\xf6\x86\x39\xfc\x70\x44\xf6\x1d\x88\xd4\x5e\xa5\xa5\xfb\x90\xe2\xf3\x86\x8e\x3f\xc9\xbe\x74\x47\xd2\x24\x69\x99\x6e\x56\x4e\xb5\x4a\xfe\x8e\x5c\x78\x41\x0d\xe9\x2c\x65\xf7\x48\xe9\xac\xf9\x05\x22\x8c\xb7\x82\xb5\xbd\xac\xc7\xbc\x23\x2f\x15\x9e\x48\x24\xc2\x78\xa9\x60\x24\x2f\xc1\x2f\xbc\x18\xd4\x40\x4d\xd8\x8b\x04\x04\x4c\xe4\x49\xc2\xda\x4d\xe7\x4c\x07\xb7\xde\x94\xf7\xa4\xa7\xb8\x97\xbc\x27\xf6\x72\x2f\xe5\x8a\x11\x84\x89\xfa\xec\xcf\x79\xd3\x6a\x2e\xd9\xe7\x46\xe8\xb2\xf9\xd1\x9d\x58\x46\xc2\x43\x90\xef\x36\x03\x85\x49\x48\xfb\x72\x33\x5a\xe8\x07\xa7\x19\xb9\x6c\x5d\xe9\x0d\xb3\xfa\x61\x06\x75\x67\xca\x4a\x9e\x28\xec\xec\x49\x12\xdf\x9d\x1b\x7e\xff\x15\x43\xba\x21\x51\x5a\xab\x71\xb3\x7c\xab\x55\xaf\x37\x55\x2f\x52\x11\xdc\x85\x62\x94\xf7\x81\x46\x08\xc7\x2d\xdf\x85\x12\x4c\xf4\x27\x70\xf5\x97\x94\x7b\x33\x07\xcb\x51\xfc\x02\x96\xb1\xb8\x4b\x4a\xb5\xe2\x1e\x37\x0b\xbc\x3a\xe7\xe2\x5d\x88\xe5\x52\xcf\xdc\x65\xc1\xed\x41\x48\x15\xa5\xf1\xb9\xe1\xc1\x99\x0c\x66\xe5\x0d\x4d\xc4\xfa\xae\x6b\x66\x7e\x63\x51\x6f\xbf\xc1\x95\x15\xdc\x4b\x28\x15\x4f\xba\x59\xd1\xf5\xe7\x64\x34\x9e\x2d\x49\x62\x37\x2b\xb6\xda\x2f\xe8\x6e\xdc\x3d\x8d\xd1\xd6\xd1\xf1\x03\x50\x35\xcf\x94\x69\x8d\x1d\xe5\x7a\xd3\xc7\xd2\xfe\x27\xf7\x8b\x32\xee\xa2\xef\x37\xc3\xfb\x1c\x95\x7a\xbf\x9c\x87\x96\x06\x15\x97\xac\x76\xbe\x71\xa1\x4f\x12\x30\xef\x17\x74\x51\x82\xf0\x4d\x06\x23\xb1\xf7\x9e\x6b\x96\xea\x10\x55\xaa\x9d\xa3\xe3\x9e\xb8\x64\x48\x65\x78\x4f\x04\x48\x99\x3c\x30\x49\x84\x55\xe9\xf7\xe2\x27\x3a\x69\xcf\xd2\x7c\xeb\x28\x3e\x30\xe6\xaa\x14\xee\x78\xc8\x0c\xb4\xae\xcf\xd1\x90\x32\x30\xea\x37\x96\x51\x52\xf4\x73\xd0\x01\xa6\xf9\x05\x22\x9d\x24\xaf\x07\x8a\x6c\x4b\x24\x0f\x6d\xb7\x8e\x92\x7d\x48\xdc\xc5\x0d\x1e\x12\x6f\xf1\xc0\x27\x30\xff\xa3\x7f\x53\x32\x93\x5e\xe1\xc1\x35\xd8\x69\x96\x1f\xe4\xb2\x72\x04\xca\x13\x39\x27\xcd\x19\xb6\xd4\xac\x6b\xf4\x03\xff\x74\x97\xf6\x79\x68\x5b\xfd\xf9\x1e\xe6\xe8\xe8\xfe\xc9\xbf\xa4\x62\x78\x12\x85\x59\x09\x38\x4f\xe2\x4e\x8a\x4e\x3f\x89\x62\xbb\xae\xea\x4f\x62\x00\xb3\xbb\xe0\xa4\xa4\xc4\x7e\x12\xe5\xfa\xe4\x2f\x40\xf3\x9a\xbf\xe0\xac\xb5\x0a\x48\xde\x90\xc4\x33\x9f\xbc\xb6\x5a\x40\x65\xf2\x23\x09\x97\x0f\xaf\xc9\xde\x88\xcc\x4b\xd4\xf0\x03\x2c\x9c\x67\xc1\x64\x56\xa9\xb8\x07\x60\x43\xf3\x10\x3c\x54\x22\xbb\x0f\x4c\xad\xce\x40\xf9\xf0\xda\xac\x33\xf6\x14\xaa\x73\xbc\xb6\xa8\xc9\x93\x8c\xb0\x20\x59\xce\xc2\xf7\x2c\x7a\x24\xc2\xfa\x80\x1e\x39\x05\xc5\xf3\xd1\xa3\xd4\x7e\xda\xb9\x15\xa2\x68\xcf\xa2\x4f\xc5\x6f\x60\x19\x7e\x5e\x58\xcb\x20\x18\x2a\x2f\xac\xc5\x6f\x9c\xdc\x1b\x77\xc1\xcb\x83\xa6\x59\xef\xef\xe0\x7a\x19\x2a\xf6\xca\xbb\xdf\x28\xa3\x09\x68\x84\x4a\x26\x63\x74\xa3\x28\xe9\x65\x80\x43\x78\xfa\xbb\xe8\xd7\xa7\x51\x9f\x25\x49\xf5\x69\x34\x3e\x17\x8f\xf7\xf2\x81\x00\x66\xf2\x05\xab\xb0\x9f\x4e\x76\x24\xfd\xd5\xc3\x0c\xed\x36\x50\x3d\x48\x7c\x90\x7e\x5e\xe0\xce\xb9\x9d\xd7\x69\x1f\xfc\x4e\xd1\x55\xac\xe3\x61\x4d\x1b\x2b\xbd\x1f\xe6\x93\x92\xe0\xf0\x20\x5b\x54\xb2\x01\xe3\x19\xd4\x67\x88\xcf\x3e\xf4\xf9\x3e\x74\x7d\x79\x06\x17\x4a\x5d\x30\x77\xc1\xe1\xa5\x3f\xb1\xdb\x52\x89\x3d\x27\xc0\x96\x01\xe3\x59\xd5\x65\x0e\x3f\x00\x15\xf7\x08\xcc\x34\x60\x87\x83\xe7\x64\x05\xa5\xc3\x0f\xb0\xdb\x22\xe3\xcf\xb2\x78\x8b\xe1\x3d\x17\xb6\xdb\x08\x06\x03\xf7\xf1\xf3\x01\xb9\x9b\x67\x71\xe1\x9c\x0d\xbf\xc0\x69\x7b\x16\xd7\x37\x6d\xe7\x8c\x7b\x90\x89\x20\x79\x65\xaf\x05\xb4\x41\x20\xe7\xf7\xbc\x99\x7a\xe0\x30\x01\xba\x0f\x7e\xa2\x37\x6e\x9c\x5d\x23\x00\x4a\x3f\x9a\xdd\x3d\xf7\x3a\x58\x7e\x81\x4b\xad\x31\x71\xfd\xcd\xde\xcd\x75\xfd\x15\x4f\x7e\xee\x35\x2d\x2d\xcc\x2a\x27\x7d\xb8\xcb\x89\x2e\xb4\x30\x4f\xc2\x6f\x7d\xf0\x50\xf6\x14\x4f\x7e\xbe\xeb\x6c\x73\x6e\xed\xe7\x41\xcd\x2f\xef\xee\x43\x8a\x65\x20\x1f\xee\xa6\xd4\x27\x0f\x13\x81\x9a\x6d\x3f\xcb\x38\xe0\x85\x78\x79\x5a\xbd\xda\x2f\x45\x62\x5d\x1d\x9f\x97\x33\xf7\x17\x8d\x6b\xeb\x2f\xa8\x1d\xd6\x8d\xe5\x59\xf7\x55\x09\x07\x0f\x9c\xbd\xf3\xe1\x2f\x16\x9c\x7e\x81\x4b\xa3\x99\xb3\x3c\xa3\x35\x90\xcf\x44\x54\x95\x89\x35\x32\x7d\x1e\xbe\x01\x3f\xf4\xf6\x76\x3e\xe0\x07\x96\xf8\x2c\x0d\xe4\x03\x71\xc2\x1e\x43\x0f\x34\xfe\x8e\x82\x7a\x26\x60\xf4\xd2\xcd\x05\xe3\x5e\x87\x97\xbe\x64\x8e\x09\x7f\x8f\xb5\x10\x43\x0f\x4e\xbe\x71\xe8\xc1\xc3\x07\x51\x0f\x56\xa7\x7b\xa9\x5e\x66\xdb\xb4\x4c\xf2\xa2\xb0\x73\xb2\x6e\xe9\x85\x61\xbb\x49\xbf\xf5\x52\xb3\xee\x00\xe9\x97\x79\x18\x2c\xaa\xbd\xdf\x6d\xaf\x65\x03\x8e\x4c\x39\xd9\x63\x36\xda\x3d\xd5\x23\x02\x78\x5c\xf3\xec\x6d\x8b\x43\xf8\x85\x8b\x43\xba\x87\x4f\x18\x74\x46\xc5\xb7\x71\xed\xfc\xc1\x2a\xef\xb7\x7f\xf7\x95\x82\x40\x2f\x20\x44\xc7\x8e\xee\x2f\xa2\xca\x87\x83\x8f\x5f\x68\x3c\x93\xf5\x53\x6f\xc7\x76\x7a\x59\xa0\x8c\xcc\x22\xa6\xa8\xf7\xdf\xb2\x78\x31\xca\xfd\x67\xcb\xd8\x28\xef\xdf\xb2\x08\xfa\x4b\x7f\xa4\x23\xfe\x4d\x09\xf2\xf1\x0e\x46\x2a\x7b\xb4\xce\xaf\xfd\x60\x2d\x91\xe1\xc3\x92\x88\x00\xbd\x4b\xb3\x29\x91\xe8\x1d\xd0\x55\x7b\x1b\xcf\x85\xc0\xda\x86\x93\x10\xfb\xf7\x27\x30\x27\xf1\xe5\x97\xd5\x33\x2c\xee\xbe\xe0\x06\x39\xfa\x37\xe8\xaa\xce\xe9\x7b\x92\x93\x7a\x5b\x4e\xc2\xa8\x35\x5e\xcc\xc0\x40\x9f\x0c\x78\x90\xac\xf0\x2e\xcd\xa7\xa4\x76\x94\xfe\xff\x3e\x11\x94\x50\x66\x3a\x79\xd8\x7b\xd1\xc1\x52\x63\x82\x1b\xe4\xe8\xdf\x20\x1e\xd9\xbf\x51\x95\xd1\x87\xec\x63\x06\xa9\x19\xc6\x8f\x19\xe4\xf6\x03\x00\x8f\x58\xf0\x03\x38\xa1\x36\x03\x34\xbf\x0e\x24\x3e\xbc\x37\xc3\x44\xbc\x75\x37\x52\xf2\xfe\xfc\x5e\x98\xa1\x75\xbc\xd7\x66\x0b\x46\xe4\x0a\xfc\x49\xd2\xfd\x22\xeb\x8c\x1d\x5d\x5f\x84\xfa\x54\xc9\x02\xef\x43\xfd\xb0\x3a\x40\xe5\x32\x5f\x97\x5f\xe8\x35\x73\xf2\x6f\xca\x0e\x9e\xf5\xd3\xff\xf9\x53\x6a\xf6\x0b\xdf\x6d\xcd\xf9\xb4\xde\xa5\xd6\xd4\x1c\x1e\x02\xa4\x29\xc0\x15\xca\xf9\x33\xde\x07\x24\x22\x19\xa0\xc9\x55\x14\xc4\x1f\x9f\x68\x59\x3a\xa7\xf7\xa5\x0a\x42\xe4\xf2\x45\xfe\x98\xec\x7d\x58\x5a\x4d\x5d\x54\x5e\xa4\x09\xcc\x3f\x1f\x50\x6c\xab\xee\x12\x34\xdf\x8b\x34\x17\x6e\xf9\x01\xaa\x96\x5a\x14\x7c\x27\xb5\x81\xd2\x94\xbc\x30\x0a\xe7\x9f\xdf\x5c\xb7\xe4\x07\xdc\x3a\xb1\xa6\x17\x91\xdb\x59\x2c\xf5\x9d\x6b\xe2\xfb\x8b\xb9\xa8\xbc\xa8\xe5\x64\x64\xb6\x43\xf4\xe7\x32\xc1\x66\xbf\xf1\xa2\x1c\x49\xd4\x6f\x6a\x35\xb5\x5b\x33\x50\x25\xa0\x4b\xd9\x0c\x6b\x66\x7e\x83\xf7\x1d\x5d\x03\x27\xfc\x9d\x9c\xbb\x70\x86\xb5\xfe\x82\x02\x17\xcd\x2c\xb4\x9e\x8b\x6f\x24\xbf\xc0\x0d\xd1\x0d\x09\xf5\xff\xbf\x07\xfe\x84\x02\xca\xcf\x20\x94\xbd\xb3\x1f\x4c\xbe\xb1\x37\x75\x22\xae\xc6\x8e\x82\x13\x7a\xc4\x2c\x51\x7c\xc6\xb5\x43\xfe\x80\x8a\x20\x5d\xe4\x50\x9f\xbf\x65\xa1\x3e\x8a\xef\x7f\x50\xa9\x8b\xc4\x99\xea\xc2\x82\x5a\xfa\xe1\xe7\x44\xa3\x76\xfe\xf7\x40\x53\x65\xf1\x7c\x67\x5d\x40\xf1\xfc\x94\x7f\xbe\x40\x2d\x23\x63\xef\x4c\x8b\x6a\x08\x4e\x5c\x50\x73\x71\x97\x9c\xb9\x90\x71\x2e\x2d\x9d\x78\x1e\xaa\xe3\x7f\x0f\xd4\x05\xdc\x83\x87\x73\x3b\xa0\x3e\x7e\x4c\x3f\x78\x90\x41\x90\x8b\xbb\xb8\xfe\xf9\x53\xec\xc0\xca\xf2\xf7\xad\xfd\x55\x4c\xd2\x64\x20\x8c\xd7\x0d\x4a\x3a\x57\x09\x9c\x85\x78\xab\x1b\x33\x4a\xe5\x37\x27\x3a\x5b\x95\xf2\x9d\xcb\x61\x16\xa2\x90\x71\xac\xac\x95\xf7\x27\x9d\x9f\x68\x55\x0a\x45\x05\xa3\x21\x95\x72\x4e\x8d\x30\x0b\x79\x8a\x71\xaa\x42\x92\xf3\x0b\x15\x52\xb0\x24\xd4\x59\xc9\xd6\xba\x1f\x0c\x76\x29\xb0\xe0\x25\x95\x8d\x84\x48\xee\x93\xab\xdb\x17\x0c\x7e\x61\xc1\xa0\xb5\xa9\x3c\xa1\xc6\x5b\x16\x8a\x75\xf2\x82\xd9\xb8\xdd\xba\x8a\x4f\xdc\x72\xb3\xa8\xd7\x6c\x64\x7c\x46\xec\x46\x7c\x10\xe7\x9b\xd0\xea\x65\x1f\x7a\x64\x00\xca\xd5\x43\xf0\xf8\x15\xbf\xf0\xf0\x81\xc6\xec\xc8\xf0\xe3\x89\x75\x22\xa5\x8f\xc6\x20\x61\x11\xdd\x9f\x83\x42\x84\x74\x16\x93\x62\x8f\xe9\xca\x12\x7b\x7c\xfe\x58\x48\xd5\xfe\xc7\x13\x71\xc6\x36\x78\xcc\x4f\x90\x29\x76\xff\x9a\x9f\x20\xf3\xad\x9d\x7a\x40\xc6\xbd\x6c\xb2\x72\x92\xb8\xf9\x2c\x31\xee\xd8\x7a\x91\x79\x72\xed\x7c\x10\x4e\xde\x39\xfc\x09\x62\x85\x7e\xb2\x28\x4c\xd6\xc5\x32\x8b\x9d\x4c\x47\x67\xe1\x65\xc2\xc4\x59\xec\x75\x86\x82\xfd\x21\xfb\x7a\xcd\x0a\xfd\xd9\x51\xc0\x13\x71\x3a\x87\x22\xc5\xcf\x86\xbb\x6b\x51\xba\x88\xf3\xa2\xa6\x5b\xc9\x1a\x66\x87\xe6\xb5\xe4\x8d\xce\xb3\x23\x1c\xbd\xe4\x0d\xe9\x44\x7c\x48\x48\x4a\x2e\x3f\x07\xe4\xf3\xa4\x6b\xfd\x44\x04\xc6\x07\x58\xde\x0f\x22\x5d\xbe\xb6\x2c\x38\x47\xa4\x73\xfc\xbe\x1a\xce\x01\xb3\x44\xd2\x4d\x7f\xd2\xe1\x3e\xc9\xc2\x3b\x07\x30\x38\x49\x27\x3f\x07\x52\x39\x65\x29\x41\x26\x3c\xee\x9b\x52\x87\xce\x81\x08\xf3\xac\xab\xe0\x1c\xd8\xa7\xac\x1b\xec\x84\x5f\x79\x53\xce\xd5\x09\x2f\xf0\xe0\xa2\x71\x13\x2e\xd7\xc1\xc5\x69\xe6\x80\x96\x58\x55\x3f\x26\x7d\x93\x93\xdc\x3e\x26\x3c\x83\xbb\x6e\x59\x13\x9e\xc1\x5d\x62\xfb\x84\x67\x70\x53\xf1\x92\x49\xc7\xe0\x2c\x37\xa1\x09\xc7\xe0\x9e\xbb\x3f\x48\xdf\x6f\x4d\xe2\xfc\x18\x65\xcf\x5b\xdb\x30\xcf\xc0\x10\xdb\xc3\x2f\xd4\x7f\xfe\xf4\xa2\xfd\x3a\x3f\x3e\xd9\x95\x22\x68\x9e\x1f\x13\xec\x65\x1f\xa9\x79\x7e\xf7\xad\x5e\xba\xbf\x7f\xbe\xdf\x3f\x00\xbd\xf8\xed\x01\x91\xea\xc2\x33\x04\xcb\x0c\xca\xbc\x38\x4f\x56\x33\x08\xfe\x8d\x14\x98\x9b\xa6\x4e\x78\x1d\xf7\x9a\xdc\x01\x6b\xa5\x56\x3f\x60\xd5\x52\x77\x80\x6c\xd8\x49\x6b\xc6\x6a\xa1\xfb\x3e\x38\xe1\x93\xdc\xab\x67\x18\x51\x2d\xc4\x33\x8a\x74\x20\x34\x00\x0f\xa4\xd5\x8d\x06\xf0\x59\x0e\xe9\xa3\x6c\xff\x7b\xbe\x34\xe9\xd1\x9c\x92\xc1\x85\x3e\x39\x49\x09\x35\xe1\xe2\xfc\x3d\xf0\x00\x90\xc0\x65\x74\x9d\xf0\x79\x0e\x49\xbc\x75\xc2\xe7\xb9\xa9\xda\xd5\x84\xcb\xf3\x37\x88\xe6\x0c\x9f\x67\x87\x6e\xcc\x13\x42\x42\x12\x25\x9c\x27\x84\x84\x94\x3c\x6d\x18\xea\x92\xb4\x14\xf3\xa4\x2b\x97\x32\xac\xcd\x33\xf1\xe4\x46\x8f\xf2\xf2\x81\xe1\x9a\xec\x43\xc3\xe6\xb5\xdb\x5a\xcc\xcc\xe5\x30\xc2\x66\x2e\x47\x12\x60\x99\xcb\x51\xfc\x09\x97\xa3\x69\x7d\x32\x97\x23\x0a\x30\xe8\xb6\x55\x70\x72\xc2\xdd\xfa\xeb\xd3\x5d\x70\x39\xb2\xbf\xa0\xcc\x34\x04\x39\x64\x91\xf6\xf3\x05\x57\xa3\x69\x97\x32\xcf\xb6\x0f\x4a\xe6\x6a\x64\x83\xc5\xd5\x48\x7e\xc0\xd5\x18\x9a\x6b\x21\xe6\x14\x75\x5a\xb8\x1a\xde\xc8\xc2\xd5\x88\xea\xa3\x70\x35\x8c\xad\x85\xab\x91\xb5\xc4\x65\x21\x87\x1f\x90\x38\x16\x41\x5a\xb8\x1c\x3e\x93\xf4\xf4\xfe\x41\x97\x42\xec\x68\x7e\x40\xec\x28\xee\x14\x76\xff\xf0\xd3\x07\xf3\xd0\x79\x05\xcb\xda\x7b\xad\x31\x0b\xe8\xcb\xa9\x62\x9e\x95\xb3\x35\x35\xab\x6b\xb6\x7e\x83\xb3\x15\xb3\x80\xc7\x78\xf0\x2d\x7f\xc2\x65\xfc\x1b\x45\xe8\x02\xb7\xb8\x22\xd5\xe5\x3c\x2b\x67\x1b\xfd\x09\x37\xbf\xf9\x13\xce\xd6\x88\x0d\x09\xaa\x89\x35\xc0\xcf\x3c\xd8\x47\x6a\x9e\x08\x30\xce\xd1\x58\x0b\x99\x2a\x29\x63\xcf\x84\xb7\xeb\xf0\x9a\xbf\x28\xca\x27\xb7\xf1\x09\xb5\x55\x53\xf4\xd6\x7c\x61\x9a\x97\xac\x3b\xdf\x04\xde\x22\x32\x3a\x8f\xf0\xcf\x1f\xdd\x98\x27\xae\x61\x5d\xba\xd3\x89\x5b\x98\x94\x60\x73\xae\xec\x58\xfa\xc9\x8c\x2e\xfa\xc9\xc4\x0e\xfa\xd9\xd0\x97\x3f\x46\xf0\x73\xd7\x4f\x54\xd8\x72\x5f\xf7\x3f\x7f\x4c\x4c\xe7\x81\xfa\xfc\x49\x3f\x3f\x11\x3d\xb9\xeb\xf9\xcf\x1f\x15\x76\x9a\x33\xb0\x38\x97\x7e\xe2\x5b\xbd\x1c\x58\x02\x46\x3f\xbf\x6f\xf7\x95\x64\xe2\x6a\xa5\x92\xda\x13\x57\x18\x05\xb6\x4e\xdc\x60\x4c\xd2\x71\x7f\x91\x6d\x75\xe2\xf6\xa2\x8a\x8a\x13\x97\x17\x05\xa0\xce\xf9\xd1\x24\x69\x91\xe7\x2c\x5f\xcf\x42\xb0\x59\xd0\xb3\x80\xfc\xf0\x5e\x99\xf9\x27\xc4\x77\x25\x51\x9a\x13\xce\x4f\x3a\xbd\xf3\x4d\x5f\xcf\x02\xe3\xcd\x58\x68\xbf\x8d\x6d\xf1\xdb\xc8\x94\xcb\xc5\x0a\x13\x45\xc2\xfb\xce\x2f\x1b\x66\xc4\xcd\xfb\xd8\xf6\xde\x30\x59\x23\x31\x7c\x57\x85\xff\x2d\xdf\x09\x13\xf9\x71\x42\xdc\x81\x52\xf1\x38\x60\xcc\x4d\x3b\x31\x64\x3c\x0e\xa4\xa2\x54\xbc\xd7\xf7\x00\x12\xd0\x56\xda\xc5\x83\xf5\xfe\xdb\x36\x4a\x7f\x0f\xe8\xab\x99\xf5\x09\xa2\xdc\xf3\xf6\xb3\x8c\x07\x0a\xa9\x7f\xa2\x6b\x5b\x0f\x50\xcb\x39\x1e\x3b\x47\x71\x3c\x50\x16\x37\xa4\xae\x37\x62\xa0\x2d\xb3\xec\x3e\x50\x3b\x28\xc8\x19\x3e\x1e\x2c\xd4\xd2\x76\x62\x85\x78\xa4\xce\x07\x5d\x9f\x4c\xce\x65\xec\x51\x56\xb6\xfa\xed\x5f\x1d\x8f\x72\xac\x37\xf6\x27\x05\xbc\x2a\xef\xd4\x0a\xf1\x40\x56\xe9\x6f\x15\xf6\x6c\x0b\x83\x13\x92\xd6\xa3\x6e\xe9\x6b\xaf\x69\xa5\xf5\x79\x27\xd3\x8c\x47\x7d\xe9\x7b\xd4\xf7\x02\x21\xd3\x57\x68\x3b\x30\x2b\x1e\x8d\x6e\x81\xfb\x6a\x15\x0f\x26\x35\x91\x1f\x60\x3c\x3a\x38\xb3\x5c\x0b\xe3\xd1\x61\x21\x92\x0f\x5d\x3c\x06\xcd\xf0\x3b\x33\x45\x3c\x06\x8c\x82\xf2\x5f\x8b\xc7\x80\xc9\x2f\x07\xed\x0b\xc2\x47\x83\x3c\xde\xe2\xb1\x28\xeb\x2e\xdb\x16\x8f\x93\x99\x9f\x37\x55\x8c\x07\x5c\xd4\x83\x9c\xc7\xe2\x71\x21\xa3\x52\xda\x25\x25\xe2\x01\xcf\xcc\x90\x76\xac\x45\x3c\x60\x75\x0e\x72\xa3\x88\xc7\xb3\x76\x7f\xec\x3e\x1e\x16\xe4\xd8\xdc\x2a\x1e\x2f\xe0\x90\xed\xf1\x7b\xc0\x61\xb5\x0d\x2f\xd3\x49\x6d\x56\x1c\x8f\x59\xb8\xa6\x1b\x1d\x02\xab\xb0\x4a\xa5\x1f\x43\xa4\xa4\xb2\x43\xf5\x63\x88\x60\x92\x52\xea\xc7\x10\x99\xc6\x6b\x4b\xda\xdf\x83\x8b\x6f\xb4\xfd\x00\xce\x93\x52\x07\xc7\x80\x12\x70\x41\x0a\xe4\x18\x22\xfc\xf7\xa4\xa7\x8c\x21\xc1\xbb\xa1\xee\x2c\xf7\x31\xb0\x06\x95\x14\x8b\x31\xa0\xa4\x54\x90\xe6\x31\x86\x74\xf3\x41\xde\xa3\xb0\x58\x40\xcb\xcb\x70\xf3\x3d\x78\x59\xa3\x6d\x43\x5a\x16\x60\x6d\xbf\x51\x33\x1f\xec\x15\x0b\x48\x34\xfa\x49\x6e\x7b\x14\x24\x47\x0c\x2d\x8f\xfd\x09\x72\xe4\x7d\x0f\xf6\x02\x75\xdc\x1f\xeb\xce\x82\x1c\x03\x83\x68\x5b\x89\x7b\x72\x88\x20\x6c\x5d\xbf\x6f\x26\x0e\x29\x9b\x9e\x84\x87\xd1\x05\x65\x53\x9c\xb0\xb0\xa1\xe4\xfd\x09\xed\xf7\xad\xe4\xbd\x1c\x0f\x4c\x2f\x6d\xa7\xeb\x8c\xe1\x19\x7c\xa3\xf8\xc1\xcd\x07\x1b\x72\x1a\x81\xdb\xce\x07\x1d\xc3\x03\x24\x6c\x3b\x9c\x3e\x06\xda\xf4\xda\xce\xee\x11\xc3\xcb\xfa\x1c\x45\x4b\xfa\x26\xae\x8f\x00\x03\x2b\x0a\xad\x34\x3d\x68\x9c\xdc\x26\x41\x61\xc2\x79\xb3\x95\x45\x8d\x63\x0c\xc4\x97\x7d\xd1\x89\x11\x65\x74\xc3\x10\x2d\x88\x89\x9d\x56\x3f\x40\x12\x91\x56\x37\x3d\x89\x95\x39\x28\xb7\xc2\x36\xc6\x0a\xb7\xd3\x56\xf7\x29\x8d\xc8\xa5\x12\xda\x2e\xee\x1b\x23\x33\x93\x28\x7b\x5b\x8c\x03\x76\xf6\xb6\xeb\x59\xc6\xc8\x68\xb3\xb6\x59\x58\x8c\x57\x66\x74\xf3\x46\x8f\x48\x27\x72\xf9\x59\xc4\x48\x07\x49\x59\x29\x62\x84\x77\xe3\xf7\x60\x6d\x43\x5c\xc7\xb6\x85\xdd\xc7\xcb\xb0\x8d\xad\xd8\x8a\x71\x22\xeb\xe8\xb1\xf3\x5f\xc6\xc4\xe2\xdf\x6d\xd7\x1b\x8d\x29\x10\xa3\x5a\xfe\x8b\x7b\xd3\xf7\x36\xf7\x68\xd3\x85\x14\x26\x33\x2d\xef\xc5\x4a\x09\x8e\x64\x6d\x87\x82\xc4\xc4\x12\x45\x79\x67\x76\x8c\x29\x31\xbb\xfd\x8e\xc3\xfe\x1e\xac\x4f\xb2\x1e\x10\xa6\xaa\x4e\x9f\x95\xcf\xd9\x7d\x9c\x7c\x10\xf5\x60\xf2\x81\xfa\x20\x5d\xd8\xb5\xef\x62\x4a\x93\xaa\x97\xb8\x3f\x59\xcc\xa8\x75\x3f\xb8\xf8\x60\xf7\xc1\xd2\x29\xad\xed\x2d\x49\x99\x8e\x76\x4d\xd3\xcf\x1c\x65\x97\x1d\x89\xa9\x30\x3a\x73\x1b\x3d\x62\x42\x6d\x88\xd0\x76\x3a\xf9\x98\x0a\x97\x70\x87\x67\xc7\xc4\x5c\xef\xad\x6b\x09\x2b\x6e\x85\x6d\xa7\x92\xfa\x1e\xd0\xe5\x74\xe8\x0d\xd2\x96\xed\xc7\x11\x53\x43\x3c\x55\xeb\x5a\x31\x24\x21\x0d\x6d\x97\xe4\x8a\xa9\x81\xb1\xd6\x21\x48\x99\xf8\xb1\xee\x40\xe2\xef\xc1\xca\xa1\xb8\x21\x6d\xab\x1e\xf8\x3e\x7f\x09\xd9\xcd\x3e\xe1\x41\xc3\x32\xd7\x58\xd7\xaa\x77\xa2\xe8\x4e\x74\x14\x13\xb2\x31\x7d\x0f\x76\x1f\xe7\xe0\x6c\xb7\x08\x90\x6e\xe8\xa6\xda\xce\x4d\x12\xd3\x0d\x1d\x59\x8e\x9a\xed\x8d\x9d\x4b\x3b\x66\x3e\xa6\x07\x05\xbf\xdb\x0e\x20\xfd\x1e\x20\x68\x7e\x6b\x9e\x62\x7a\x32\xdf\xd0\x02\x3d\x44\xa9\x9d\xb6\x27\xa6\x87\xb2\xc9\xd0\x41\x78\x48\x4b\x86\xb6\x61\xc2\x85\xa7\x6d\x77\xc5\x98\x8f\xcc\xc3\xb4\x11\x37\x1f\x74\x96\xd9\xee\x35\x31\x07\x68\x92\x14\xe0\x1d\x73\x60\xe5\xd6\x1d\x24\x13\x73\xc0\x5c\xfa\xb6\x9c\xc7\x8c\xfa\xa1\xdf\x25\x66\x41\x9a\x13\x94\x88\x7d\x7b\x52\xc7\xcc\x0a\x5e\x62\x1b\xb9\xb2\xcc\xe3\x56\xea\xc6\xcc\x34\xdb\x7d\x2b\x3b\x63\x66\x16\x3a\x55\x7e\x8f\xb9\x33\xd5\xe3\xae\x72\x11\x33\xaf\xc9\x7d\x1b\xcb\x63\xbe\x58\x71\x7a\x5b\x27\x62\xbe\x58\xfc\x66\x1b\x0a\x62\xa6\x87\x77\x17\x6d\xc9\x0f\x72\xa8\xa5\xed\xc5\x15\xf3\x7b\x2c\xa3\x48\xd7\x03\x4c\x36\xf8\x01\x84\xe5\xbe\xf3\x43\xc6\xfc\x32\x37\x68\xd8\x38\x97\x5f\x96\xc8\x0b\x02\x7d\x2e\x73\xda\x66\x24\xe5\x60\x39\xee\x9d\x21\x2c\x96\x83\xb9\xb3\x76\xda\xb4\x58\x02\xfc\xc4\xfb\x4e\x01\x16\x4b\x40\x16\xf1\xbe\xb3\x35\xc6\x12\x6e\x4e\x7f\xe8\x13\x16\x8e\xdd\x99\x13\x63\x41\xb5\xf5\xef\xc1\xee\x23\x32\x36\x7c\x27\x30\x88\x85\x25\xaa\xba\x84\xec\x92\x59\x56\x66\xdf\x2c\x62\xc9\xcc\x0e\xb1\xdd\x72\x63\x29\xc7\x7a\x63\x7f\x82\xaa\x2c\xa1\x6f\xe7\x8c\x58\x98\x0d\x3f\x4b\x2e\x2f\x4c\x7d\xda\x84\x2f\xa5\x71\x2e\xbb\xa4\x58\x2c\x0d\x62\x45\xdf\xd1\xfb\xb1\x30\xad\xd6\x2e\x07\x1b\xcb\xa0\x30\xb3\x8d\x19\xdf\x03\x6a\x94\xb7\xf4\x5b\x56\xde\x8b\x7d\x2f\x8e\x05\xf1\xbe\x21\xed\xb0\xf5\x58\x4e\x66\x6e\xda\x29\x59\xbf\x07\xfc\x64\xe9\x26\x62\x39\x99\xf9\x70\xa7\x64\x8d\x85\x11\x44\x5d\xc7\xb8\xdc\x20\xaf\x7d\x07\x11\xc6\x72\x83\xe0\xf4\xad\x51\x8e\x65\x49\x11\xdb\x32\x1a\xcb\xcb\x35\x4e\x9a\xfd\x4b\x34\x95\x58\x5e\x5e\x08\x2f\x3d\xfd\x8d\x87\xc4\xf7\x76\xe1\xdb\x7b\x6d\xde\x7b\x7d\xbe\xe7\xf5\x32\x13\xe5\x56\xf5\xc4\xf2\xbe\xeb\xc1\x1e\x71\x32\x5b\xf3\xf6\xa5\x8f\x05\x77\xd3\xef\xc1\x9e\xd7\xe4\x72\x6e\x7d\x49\x2c\x13\xb2\x4f\xdf\xaa\xc3\x58\x26\x0b\xc5\x6d\x2d\x55\xac\xc7\xc1\x3e\x36\x35\xaa\x07\x0c\xa3\x7d\xeb\xdb\x62\x3d\x98\xab\x66\xfb\xf6\xc5\x7a\xa0\x10\x71\xdf\xae\x18\xb1\x46\xa0\x7d\xda\x39\x98\x63\x8d\x95\x37\xc7\x7d\x1f\xab\xb1\xb1\x8f\xae\x4f\x58\x6b\x69\xbb\x45\xc6\x9a\xf2\x2a\x1d\xbc\xfb\x60\x7d\xba\xbe\x55\x72\xb1\xa2\x80\x43\xe8\xdb\x8d\x26\xd6\xca\xcb\xe6\xf6\x27\x8a\x15\xf9\xae\x43\xdf\xc9\x17\x63\xed\x4c\xbf\x9e\x35\xb9\x95\xb3\x6b\x1b\xb8\x63\x1d\xd4\xb8\x55\x3f\x20\xf5\xc9\x65\xf7\x01\xbb\x40\xc8\x3b\x27\x76\xac\x63\x75\xaa\x05\x3a\x79\x62\xb3\x16\x68\xe9\xd3\xb6\x2d\x31\xd6\x13\xd5\x36\xfb\xce\x95\x1c\xeb\xca\x09\xb0\x8d\x72\xb1\x9e\xe4\x67\x87\xde\x60\xf4\x47\xcb\x1b\xab\xeb\xcd\x62\xa4\xbb\xf4\x5d\xac\x37\x2d\x4d\xd1\x0f\x08\xd8\x8e\x07\x89\xf5\x25\x2f\x3a\xb4\x0d\x0b\x0b\xcb\xbe\xb2\x54\x1a\xc4\xba\x64\xf4\x3a\x11\xb6\xd4\x77\xd1\xb6\xd8\x8e\xc9\x2a\x80\xfb\xa8\xb4\xc0\x94\x99\xdb\x22\x10\x5b\x80\xd0\xd0\x77\x46\xc0\xd8\x28\x22\xf5\x5d\x55\xf9\x7b\x70\xf1\xc1\xb1\x1f\x90\x17\xd5\x4d\x9f\x1a\xea\x02\x86\x5e\xf7\xf1\xf8\x2e\x40\x7c\xb0\x3b\xad\xcc\x9b\x59\x37\x26\xb7\x0a\xd7\xb0\xbe\x95\x4d\xb1\xb1\xd6\x4d\xaf\x5b\xdc\x6b\x2c\xce\xa1\x6a\x03\xb1\x55\x54\xcf\xea\xdb\x4f\x24\xb6\x46\x36\xb1\x75\x41\xb1\xad\x84\xe8\xbb\x50\x7b\x6c\xc8\xbc\xfd\x3d\x58\x8b\xdc\x46\xe7\xb0\x5b\xfe\x6b\xc8\x60\xf4\x09\xba\x7b\x81\xce\x4e\x48\xb7\x30\xd7\x2e\x16\x7e\xd8\x8a\xaf\xef\x01\x86\xdd\x19\xc0\x62\x63\xb0\xa0\x6c\x0c\xb1\xdd\x89\xa1\xda\x5a\x8f\x1b\x52\xbc\x62\x75\x63\x83\x1b\x71\x3c\x76\x79\xb3\xd8\x1e\xa4\x33\x96\x27\x5c\x6c\x6f\x58\x0f\xf6\x27\x93\xd7\xf3\xad\x64\x8c\x9d\x0a\x9e\xbe\x93\x86\xc4\x7e\xa0\xd4\x68\x6f\x7b\x2e\x1f\xd9\xc5\x12\xee\x35\xed\x91\x25\x51\x76\x8d\xd6\xd8\x23\x93\xd4\xb5\x7d\x23\xe9\xa8\x03\x1a\x94\x07\x3c\xf6\x4c\x0a\xb3\x4b\xc6\xc7\xce\x3a\x7f\xbd\xed\x2b\x4a\x2f\xac\xed\x2b\x21\xbb\xd7\x87\xeb\xb1\x97\xb0\xa3\x82\xc0\xf7\x60\x7f\xb2\x92\x8d\xed\x5c\xf7\xdf\x03\xd6\x87\xdb\x48\xd7\xc7\x2a\x18\x1c\xf4\x49\x6f\xcc\xe7\x99\xf4\x80\xf5\xb4\x36\x8e\xf5\x75\x90\x25\x0f\xf7\x73\xd7\xb5\xd6\x1b\x99\x35\x3c\x36\x0f\xec\xe7\xaa\x19\xac\xe9\x9f\x83\x9f\x6c\x62\xd0\x4f\x72\xfc\x9d\x2e\x3b\xf6\x93\xc7\x54\x12\x73\x5f\x1c\xad\x6f\xd9\xa4\x33\xb8\xb4\x4b\xb8\xed\x8c\x5f\xec\x92\x87\x3b\x8e\x7a\xdb\xda\xd1\xd8\x1f\xee\xf5\x4e\x3f\x19\xfb\xb3\xe0\xda\xa2\x49\x7f\x56\x85\xd0\x4d\x81\xfb\x1b\xd6\x72\xfc\x45\x5e\xbd\xef\x6d\x42\xb0\xe9\x75\x7f\x99\xa7\x7f\x6b\xa8\x63\x7f\x3b\x27\xbe\xb9\x6e\x7f\x5f\x8e\x38\x34\x22\x12\x0a\xef\x6a\xf0\xb1\xcf\x55\x38\x73\x0b\x36\x7d\x11\x9f\x9d\xc3\x2a\x8e\x48\x9c\xde\xd9\x7e\xe2\x88\xd7\x4a\xee\xbf\xd6\x7f\xe4\xc1\x37\xb6\xce\x65\x94\x9b\x09\x5b\xf6\x96\xad\x32\x3f\x69\x57\xcc\x8e\x2c\x77\x11\xfa\xae\xfb\x13\x59\x68\x21\xf4\x1d\x60\x1e\x47\x2b\x7c\x63\x53\x67\x26\xbd\x0c\x5d\x02\xf9\x38\x57\xd0\xd2\x3e\xc1\xe3\xa1\x7d\xa8\x09\xd2\xe7\x61\xac\x4c\xdc\x7d\xd0\x95\x75\x6c\x0f\xa4\x38\x5e\x46\x81\xa4\x4d\xae\xc7\x9b\xe9\x22\xbd\x49\xdc\x78\xfb\x8a\x74\xdd\x9d\xd2\x17\x6f\x6c\x17\x94\x48\xc7\xb6\x30\xb6\xa7\x46\x1c\xef\xca\x44\xb2\xd5\x21\x63\xde\x8c\x85\x6d\x7a\xf0\xb4\x7f\x7b\x70\x1e\x81\xa3\x6c\x09\xeb\x3c\x22\xdd\xc5\x37\xb6\x9d\x47\x5f\x71\x16\x79\x3f\x98\xcb\x35\x7f\xad\xc7\x19\xc6\x72\x28\xdf\x7d\xc4\x8b\xc2\xf3\x26\x93\x27\x0b\x4e\x0f\x69\x20\xcf\xcc\xc8\xc1\x5d\x1f\x27\x9e\x05\x72\xdc\xd8\xb5\x5b\xe2\x59\x97\xaf\xd9\x96\x88\xce\x0a\x8f\xac\x63\x07\xb3\xc7\xb3\x5e\xeb\x8d\xdd\xe9\x78\xe9\xc3\xb0\xc9\xd3\x85\x62\x0e\x41\x15\x2c\xe2\xd5\xc8\xf0\x77\x12\xf1\xef\x01\x09\xe9\xbe\x59\x5f\x6d\x39\xed\x0c\xbf\x41\x25\xee\xc6\xd3\xab\x55\x56\xfd\xce\x7a\x80\xaa\xdf\xc7\xf6\x8a\xfb\x1e\x50\x13\xba\xcf\xe3\x85\xbc\xfd\xf1\xd0\x5c\xae\xd6\xa9\x30\xd9\x47\xf8\x42\x5a\xfd\x90\x77\xed\xc6\xef\x01\x2f\x7d\x1b\x71\xaf\xd6\x59\xbd\x23\xea\x8d\x41\xd6\xb3\x29\xda\x85\x8c\xf3\xf1\xd8\xf5\x25\xbf\x07\xf0\xe4\x09\x9e\xfe\x45\xbb\x5d\x53\x1f\x28\xfd\x7c\xec\xdc\xb8\xdf\x83\x49\xb1\x42\x80\xd1\x1b\x73\x27\x05\xfd\x1e\x74\xa6\xf0\xd4\x1b\x74\x4d\x94\x5d\xe0\x42\x5a\xed\x78\xec\x64\x53\xf1\x62\x4e\xeb\x63\xa7\x82\xfa\x1e\x9c\x8c\x2d\x5b\xab\xfe\x14\x5a\x75\xfb\x16\xb3\xde\xd8\xa8\x4b\xdf\x24\xff\x2d\x34\xd3\x89\x6e\xbe\x28\x74\x13\xf2\x0e\x7c\x88\x93\x09\xc4\x8b\x74\xc7\x93\xc9\xbb\xa5\x23\x99\x9d\xde\x0e\xdb\xa8\xf2\x3d\xe8\x78\xa1\xe9\xf7\x49\x45\xb1\xbe\x58\xa2\x6d\xf7\x83\x4e\xa5\xb7\x3e\x89\xf7\xbf\xa9\xd6\x67\xa7\xfd\x7e\xdb\xaa\xbe\x07\xa4\x40\xfb\xa0\x4f\xa4\x7d\xfe\xc0\x88\xfb\x01\xcd\xbc\xd2\xbb\xcc\x4e\x4b\xa8\xee\xf7\xb3\x57\xee\x5b\xd4\x1b\x10\x07\x53\x4f\xea\x03\xfe\x53\xcd\x90\xa3\xac\x43\x4b\xfa\xcd\x8c\x92\x92\x30\x67\x1f\x9c\x6b\xd4\x18\xe7\x02\x4b\x9f\xc0\x23\x3a\x6d\x7f\x95\x38\xfb\x45\x38\xab\x26\x7f\xf1\xbc\x45\xcd\x15\x41\x1b\xd2\x78\x4f\xa4\xf6\xfd\xd1\xc1\x4d\xe4\xf6\x6d\xdb\x50\x1a\x27\x53\xf7\x66\xd9\x72\x66\x5f\x01\x16\xd5\x6f\x00\xce\x6d\xce\xfb\x1e\x80\xf9\xd5\xf2\xef\x8c\xab\xfc\x4f\xf8\xd6\x44\x46\xdc\x0f\x57\x37\x40\x83\x2e\x37\xd2\x01\xce\xb1\xec\x60\x1b\xdf\xe7\x38\xe8\x3b\xa4\x95\x1d\x0b\x29\x34\x29\xa6\x84\x95\xe5\x6c\x22\x25\xec\xd7\x85\x1e\x2c\x8f\x84\x2d\xe1\xcc\x41\x0f\x04\x29\xc5\xe6\xa0\x05\x59\x07\x73\x0e\x58\x35\x92\x2e\xcf\xcb\x9b\x28\x1f\x06\xf4\xa1\x67\x59\x15\x18\xcc\xc5\xb0\x63\x8b\xe2\x1c\x2b\xa5\x7f\xfd\x5f\x7b\x48\xfe\xeb\xfc\x8f\xff\xfb\xc5\xeb\xdf\x17\xc7\x3f\x7f\xd6\xbf\xd0\x2b\xef\xe7\xe5\xd1\xf3\x86\xea\x73\xbb\xe1\xbb\x25\xef\x7f\xbf\x65\x3c\xf4\xc9\x87\x18\xfb\x5f\xf8\x84\x35\xb5\xdc\x6e\x61\xda\xc3\xdd\x72\x7b\x78\x24\xe0\xdc\xe6\xdb\xe3\xf8\xc4\xe1\xf5\x2f\x6d\x6e\xc7\x6e\x79\x86\x5b\x28\x44\xef\x96\xd7\xbd\x31\x7f\x57\x52\x8b\x7b\x9b\xcc\x43\xbf\x5b\xa6\x7b\x43\xaa\x85\x6d\x40\x3f\xc2\x27\x89\xec\x7f\x07\x13\xa6\x6f\xb8\x63\xd5\x5c\x23\xe3\x0d\xe5\x58\x7e\x44\x43\x11\x81\xd8\x76\x5f\xfd\x28\x98\xdb\xd0\xa7\xaa\xf1\x1c\xe9\xd0\xca\xa6\x83\xb5\x6b\xd5\x52\xdd\x02\xd2\xb3\xd7\x22\x05\xc1\x98\xe8\xbb\xac\x8c\xff\x47\x0a\x8f\xdb\x5e\xb6\x45\xb5\x4d\xb5\x31\xa9\x54\xd7\x0e\xa7\x74\xaa\x0d\xfe\x3f\x45\xf9\xf2\x8f\xf4\x11\x94\xfd\xef\xaa\x3f\xe4\x36\xc3\x82\x02\x86\x87\xe2\x2a\x8e\x34\x3c\x37\xa8\x59\x14\xd7\x74\xa4\x0f\x8b\xf6\xbf\xdf\x14\x0e\x7f\x75\xde\x6e\x02\x47\x92\xbb\xfe\x91\x2e\xf7\x08\x51\x59\x9e\xe2\x47\xba\xdd\x23\x22\xce\xe4\x0d\x7a\xc0\x1c\xb0\xff\x05\x7f\x92\x73\xfd\x01\x65\xc3\xfe\xf7\x66\x5b\x53\xdb\xeb\x36\x42\xb2\xdd\x3a\x0e\xdc\x5b\xf7\xbf\x05\xc3\x0d\x35\x69\xe3\x50\xee\x3d\x28\xd8\xe6\x40\xb9\xf7\xf5\x2f\xec\xc1\x2a\xfd\x79\xa0\x46\xfa\xfe\x97\x80\x6c\x4f\xb1\x03\xc5\xcc\xf7\xbf\x04\x64\xbb\x01\x85\x37\xed\xb6\xf0\xb2\xf4\xbb\x62\x42\xa2\xcf\x79\x3c\xe0\x90\xbe\xdd\x7a\xe2\x91\xa2\x5a\xe0\x70\xb2\x7d\x19\xe3\x91\x86\x5b\x4e\xf8\x19\xec\x96\xdc\xd4\x02\x37\xaa\xaa\x62\x48\xf1\x68\x59\x6d\x6d\xfc\xf3\x67\x24\x37\x75\x03\xd1\xd1\xb4\x5d\xcf\x62\x28\x7b\xcf\x62\x28\x19\x5f\x15\x35\x55\x37\x9d\xff\xfc\x19\xad\xbb\xe9\x72\xd3\x8b\xaf\xc2\x6e\xaa\x1a\x2b\x20\x85\x64\x71\x87\xf5\x74\xd3\xf5\xcf\x9f\xae\x58\xcf\x18\x9a\xbf\x6a\xc8\x96\xba\x9d\x5e\x62\x68\xfe\xaa\xe1\xab\x7d\xaa\x23\x24\xdf\xfd\x2f\xa3\xb4\xd5\x62\xd8\xe1\x45\x1c\x95\x57\x3d\x86\xd1\xdd\x36\xd8\xa6\xc1\x6e\x2d\x62\xf8\xe8\x62\x57\x6e\xac\x18\xe3\x26\x21\x31\x46\xfa\x39\x6d\xb7\xc1\x18\x63\x73\x1b\x62\x4b\xdc\x72\xb9\x85\xdc\x77\xb7\x54\x0d\x15\x29\xd3\xa6\x9f\xb6\xea\x36\x14\x67\x0d\x6a\x39\xdd\x72\x21\xc3\xc8\x6e\x69\xc2\xa7\x08\xf9\x24\xca\x7d\x3e\xc6\xe6\xfe\x98\xc0\xa1\x1c\x1a\xab\xfb\x3b\xa4\x03\xdb\x4e\x74\x31\x76\x43\x08\xcd\x4b\x91\xeb\x75\x84\x0e\x71\xff\x0b\xe7\x71\xc1\xd1\x0d\x21\xd4\xfa\x25\x6f\xd2\x18\xe3\xe3\x36\x08\x27\xa5\x09\x05\xd2\xa1\xf5\x05\xdd\xfd\xbe\xdb\x1b\x9d\xa2\x4e\x44\x8a\xe7\x3f\x7f\x14\xc3\x15\xd3\x78\xd4\x82\x30\xb6\xa8\x5a\x70\xd1\x14\x2e\x26\x38\xcb\xc4\x6d\xc3\xfa\x1e\x34\xb7\x7d\x08\x17\x3c\xd8\x79\xb9\xe9\x41\x93\x7a\xbc\x84\x70\xa0\x83\xa1\x2a\xcb\x6f\x4c\xd7\xab\x36\x18\x3f\xab\xb2\xd8\xc6\xec\x43\x91\x51\x0e\x43\x55\xe6\x63\xf6\xb1\xcd\x1d\xce\x60\x3a\x4a\x59\x84\x3d\xe2\xaa\xdd\x95\x5d\x35\x66\xd1\xf5\x98\x07\x03\xb6\x36\x37\x8e\x79\xdc\x6a\xbb\x3e\x1c\x56\xe8\x54\xcc\x97\x76\x2d\xe3\xae\x7e\xc8\xbd\x2f\xe6\xc7\x30\x82\x45\xba\x0a\x7c\xcc\xaf\x96\x24\x43\xce\x39\x94\xf8\x26\xe6\x59\xdc\x06\x21\x43\x61\xe4\xb1\x1c\xea\xb3\x20\xbd\x7c\xde\x7e\x61\xb1\x54\x6d\x5c\xa9\xef\x77\xac\x37\xd1\x8f\xa5\x69\x72\xe5\x5b\xad\xae\xac\xb5\xb1\x74\x37\x7d\xab\xd3\x15\xb4\x18\x61\x72\xdd\xff\x16\x74\xb8\x41\x2c\x9e\x1a\x6b\xaa\x57\xe5\x1b\x8f\xa8\x46\xbe\xff\xc5\x60\xda\x9a\x6a\xe8\xeb\x81\x26\x4d\xba\x8a\xc1\xc4\x0a\x5d\x4e\x55\xaa\xee\x88\x62\xe4\xfb\xdf\x07\x64\x6e\xc3\x58\xab\x76\xb4\xe2\x46\x15\x15\xdc\x1c\xab\xcf\x2f\xca\x27\x7f\xb8\xb5\x81\x6c\x3e\xbf\xad\x61\xb1\x76\x4a\x83\x88\x72\x03\xfb\x5f\x48\x72\x4a\xe0\x1a\xc7\xd4\x71\x43\x6e\xef\xaf\x6d\x2f\xf2\xe5\xe3\x76\xc1\x09\xf1\x6b\xa2\xe4\x4a\x39\xf5\x7f\x25\xba\x46\xa4\x47\xdc\xff\x16\xd6\x06\xde\x73\xbf\x4c\x4c\x90\x5b\xf0\xa3\xad\x7b\x82\x6f\xd7\xba\xbc\x48\x59\x90\x54\xe7\x3b\xbe\x92\x6e\xe3\x4b\x57\x7f\x65\x4e\x8b\xaf\x0f\xd6\x7b\xd3\xea\xb0\xfd\x16\x23\x62\xcf\xf6\xbf\xe5\x9f\x3f\x59\xc9\x29\x23\xe2\xbf\xf6\xbf\xf1\x9f\x3f\xb9\x6c\x1f\xee\x38\xaf\xa9\x26\x26\xef\xdd\x32\x40\x9c\x8f\xbf\x7a\xe2\x6f\x48\x54\x84\x81\x67\xff\x5b\x7e\x03\x51\xd2\x21\x4c\x49\xc7\x27\xcd\xc8\x01\x3e\x1d\x5a\xe6\x74\x7c\xcb\xbc\x7d\x43\xbe\x9f\x5d\x2d\x21\xfc\xd0\xb4\x74\x68\x52\xe9\xf8\x26\x55\xb7\xcc\x90\x0e\xa1\x5d\xa2\xa9\xa8\x6a\x29\xd2\x11\x7e\xfa\x1b\xa4\xff\x63\xb7\xa5\xa4\x36\x20\x49\x54\x34\x70\x3a\x72\x50\xdb\x40\xc0\x82\xe0\x18\x86\xe3\xe3\xa7\x4d\x15\xbf\xd3\x31\x86\x9b\x90\x70\x53\x9e\xe8\xe9\x18\x97\xdb\xee\x7f\xfe\xd4\xac\xc5\x10\xb1\x4e\xc7\x47\xac\x55\xf7\x30\xf9\x76\x93\x70\x4f\x50\x96\xe8\x74\xcc\xe6\x96\x13\x1c\x59\x1f\x4d\x77\x37\xd1\xdd\xda\xfb\x64\xc1\x20\x05\x38\xca\x55\xd5\x94\x4b\x61\xba\x0d\xd7\x8b\xaa\xcc\xfe\x29\xe8\xc0\xa4\x30\xf9\xdd\xa6\x4a\x29\x4a\x92\x4b\x11\xaa\xe9\x43\x61\x5f\x29\xc6\xd3\x6d\xf3\x23\xb9\xfb\x58\xa7\x98\x34\xb3\x88\x0c\x5f\x35\xa8\x49\xf2\x66\x8a\x9f\x40\xd5\x15\xa7\x99\x62\xb9\xdd\x04\x42\xad\x2c\xfb\x29\x76\x03\x02\xbd\xd5\xa1\xaa\x9b\xc9\xcc\x37\x45\x38\x23\x1d\x46\x52\x28\x74\xf7\xbf\x90\xdc\x73\xd7\x04\xce\xec\xb6\x0e\x28\xf7\x7a\xc5\xcb\x13\xb8\x16\x28\x9a\xc1\xe3\x2e\x41\xfb\x0f\x85\xf6\x27\x5f\xab\x12\xaf\x55\x41\x57\xa4\x94\x24\xd6\xa7\x04\x8f\xd3\xa0\x0a\x2d\x29\x85\xd3\x6d\x28\x66\xa9\x0a\x16\xc9\xd7\xa7\x94\x70\xef\x0f\x2a\xa9\x90\x52\xec\x6e\x1b\x68\xdb\x7c\x2f\xa5\xe8\xf1\x10\x31\x12\x94\xb3\x3e\x25\x11\xd0\x94\x70\x36\x82\x72\x96\xa7\x94\xfc\x5d\xe6\x77\xc2\x95\x94\x93\xdb\x2a\xdb\x34\x87\x7c\xb9\xed\x46\x9b\xb6\x2f\x65\xcf\xa1\xb0\xcf\xac\x3e\x4b\x71\x1b\xfb\xdc\xdc\x28\xe1\xde\xb7\xff\x85\xa0\xb0\x6f\xc5\xc9\x37\xc0\x94\x3a\x84\x99\xa1\x99\x77\xcf\xa0\x23\x23\x9d\x17\x4c\x72\x42\x82\xe8\xd4\xea\xa1\x0e\x8d\x0e\xe9\xfc\x78\xa9\xb2\x1c\xa6\xf4\xe8\x3c\x26\xe8\x22\x83\x0a\x27\xa6\x22\xe5\x45\x2a\xcc\xb2\xab\x7c\x79\x09\x15\x69\xf7\xbf\x74\x2c\xdc\xf7\x4d\xba\x90\xec\x7f\x0b\x55\x52\x75\xb7\xc5\xa4\x36\xb8\x19\x0d\xe5\xc5\xc8\x6f\x9c\x6a\xc3\xb6\x66\xa5\x4b\xce\xb0\xbf\xee\x7f\x03\xdb\xe2\x6e\x6b\x1e\xaf\x15\x06\xc5\x8c\xdd\x36\x5e\xb5\x7d\x07\x46\x2e\xd8\xdf\xef\xcb\x4d\x8c\xc7\x59\xc4\x21\x4f\x6d\x78\x9e\x30\xa6\x07\x65\x3e\xc9\x08\xae\xdc\xff\x32\x31\xe5\xbe\x56\x66\xc4\x55\xee\x7f\xe1\x12\xa4\x00\x8c\x3c\x2f\xf7\x79\x21\xeb\xab\x04\xb9\x3c\xa5\xbf\xc9\x13\x25\x57\x42\xd8\xb2\x49\x86\xab\xfb\xfe\xf7\xe3\x89\x92\x7a\x8b\xf9\x54\x39\x0e\x2e\xca\x56\x76\x14\xdf\x47\x0b\xd8\x45\x0c\xe2\x1f\xe5\x28\x41\x6d\x28\x87\x1c\x54\xa6\xba\x1c\x3d\xa9\xed\xbb\x30\xc4\xa0\xea\xcc\xe5\x18\xee\x73\xd0\xb3\x7c\x8b\xd9\xe5\x18\x53\x6d\x27\xa7\x90\xd5\x76\xba\x0d\x69\x1d\x82\xea\x06\x97\xe3\x3a\xdd\xb6\x9c\xd3\x05\xcb\x3d\xd4\x76\x9f\xdf\xd4\xdd\xf4\xdc\x6a\x7a\xb8\x9a\x9b\x15\x97\x20\x52\x55\xc2\x47\xaa\x2c\x60\x94\x70\xdc\x6e\x82\x35\x67\x7b\x2d\x1d\x25\x04\xb7\x05\x76\xb9\xd5\x0c\x25\xe8\x46\x58\x02\x42\x28\x83\x2a\xba\x96\x10\xfd\x5d\xe4\x77\x5b\xe6\x2f\x21\x69\xe6\xe1\xc3\xe0\x2c\xf9\xa9\xe0\x3a\xbd\xff\xfd\x26\x27\x71\xb4\x84\x51\xd4\xf4\x71\x6a\xe9\xe5\x0f\x7a\x41\xed\x7f\xaf\xaf\x29\x69\xac\xcb\xd3\xbe\x22\x9a\xd4\xe1\xa3\x4d\x0d\x0f\x4f\xdd\x3e\x21\x25\x7a\xb5\x18\x17\x91\x95\x7a\xaa\x98\xdb\x95\xc8\x5c\x6d\xd2\x12\x96\xa8\x33\x42\xb7\xaa\x2c\xb1\xbe\xc0\xde\xb0\xff\x65\x48\xf5\x0e\x27\x2d\xd1\x73\x8b\x28\x55\x1c\xc4\x5c\x4b\x94\xa2\xaa\xc4\x13\x05\xdf\x0c\xa5\xae\x3a\x25\xa2\xb0\x6f\x88\x47\xf9\x2b\x01\xb7\x44\x63\x58\x24\x86\x29\x03\x47\x89\xd3\x90\x7e\xd2\x83\x1c\x16\x8f\x92\x0e\x7d\x96\xa0\xd7\xce\x8a\x8c\x2a\xc9\xe8\x00\xe6\x14\x83\x77\x28\x49\x45\x50\x12\xb2\xc4\x07\xa5\xed\x29\xa0\xf4\xfb\x5f\xce\x62\xeb\x38\x4a\x92\xae\xa2\x24\x56\x0a\x54\x2a\xc8\x02\xe7\xda\xfd\x2f\x0e\xb3\x6e\x43\x25\x1b\xfd\xf2\x87\x7e\x59\x19\x45\x4b\x16\x2f\x2c\xd4\x9b\x0d\xdd\xe5\x4a\xd6\x85\xad\xc0\x0d\x3e\x06\xef\x5f\x96\x7a\xb5\xe4\xf7\xc3\x3f\xe9\x9e\x8a\xaf\x80\xa5\x30\x34\xc0\xab\x52\x7c\xb8\x0a\xac\x56\x21\xee\xc8\xb9\x52\xa4\x7d\x2a\x05\x09\x3a\x15\x60\x5c\xe0\x6d\xbb\xff\xbd\xf0\xd9\x0e\x0a\x2a\x45\xec\xa9\x94\x87\x0b\xb6\x25\x8b\x52\x25\x75\x94\x0a\x3b\x43\x56\xd2\xad\x82\x70\x92\xfd\x2f\x10\x57\xf5\x5f\x4a\x15\xa7\x2f\x15\xe9\x4e\x83\xee\x0b\xa5\x56\x7f\x57\xb1\xd0\x62\x33\xa5\x36\xb7\xc1\x66\x9d\x95\xa9\xaa\x54\x63\x6e\x85\x2b\x7a\xce\x5b\x33\x5b\xaa\x57\xb3\xa2\xda\x45\xd0\x4d\xb0\xd4\xa9\x65\xa9\x93\xa1\x06\x9b\x29\x94\xe6\x83\xd9\x90\x9c\x38\x48\x49\x5c\x9a\xa4\xaa\xd2\x10\x19\x31\x54\x68\xbd\xb4\xa8\x5d\x6f\x11\xec\x50\x59\x25\x4b\xd3\xcd\xa1\x34\x78\xea\x67\x05\x44\x97\x96\x9a\xdb\xfa\x3f\x7f\xb2\xb2\x5a\x94\x96\x1e\x37\x81\x6c\xaa\x9c\x46\x69\x59\xd3\xa3\x85\xd8\xa9\x93\x0a\x4a\xbc\xef\x7f\x19\x26\xb2\x85\xb1\xd2\x86\xfb\x64\xc6\x22\x85\xdc\x97\x66\x7c\x47\x1d\xea\x9c\x37\xfb\x2d\x6d\x7a\x38\x98\x20\xb2\x0a\x04\x97\xee\xe3\xd5\x79\xbc\x94\x65\xad\x74\x89\xd2\xa5\x77\xc6\xa3\xec\xeb\x4a\xe9\x5d\x54\xba\xd3\xfa\xae\xf4\x1c\xa5\x4b\xcc\x2e\xfd\xe4\x2e\xe8\x9c\xa0\xaa\xe4\xfe\x97\xc1\x26\xe2\x18\x7d\x5e\x6e\x7b\x70\x5f\xdd\xab\x89\x2a\x8c\xfb\x5f\x22\xd9\x96\xea\xcb\xf0\x69\x1e\x38\xcd\xdb\x9f\xec\x28\xd0\x07\xec\x7f\x2b\x3f\xdb\x78\x3b\x9a\xdb\x18\x5f\xa1\xb8\xf5\x32\x64\xe8\x29\xa8\x6c\x96\x15\x81\x5e\xc6\xab\x09\x8c\x97\xe8\x20\xe1\xe2\xf4\x70\x88\x89\xce\x45\x5b\x8e\xb0\xe1\xfd\x6f\x61\x6e\xb3\xbd\x07\xa7\xe5\x80\xf3\x64\xb4\xc8\x8e\x1f\x2d\xa7\xee\x63\x05\x45\x4f\x72\xd1\x81\xbd\x4c\x04\x50\xe2\x21\xab\xe0\x68\xb9\x9a\xce\xf9\x45\xcf\x5a\x65\x80\x28\x97\x6e\x86\x05\x35\x03\xe2\x27\x02\xed\xb6\x53\xb4\x9d\x99\xfa\x83\xd2\x1e\x95\xcb\xbc\x12\x2e\xae\x5f\xdb\x5e\xcb\xcb\xeb\x75\x3d\xcc\xdc\xb6\x25\xfa\x72\x1f\xc2\x30\xe4\xff\xce\x8a\xaa\x2c\x77\xd2\x70\x48\xdc\x9c\x15\x25\x59\x90\xc9\x77\xff\xbb\xc2\x72\xf4\x99\x84\xd7\x72\x53\x78\x95\x8a\xa2\xdc\x53\x50\x22\xe9\x6d\x0c\xca\xe9\x51\x90\xe1\x73\xfd\x5b\x21\x53\xe5\xad\x57\x28\x4f\xd3\x0c\x90\x11\x33\x06\x55\xc3\x29\xc8\x91\xb8\xff\xfd\x2e\x17\x9e\xdc\x2b\x45\x45\xa1\x87\x4d\x56\x72\x83\xf2\xca\xce\x52\xe0\xff\x9d\xa5\xe9\x2d\x6f\xd1\x1e\xbc\x85\x7b\xa0\xd3\xfa\x56\x9d\x82\x97\x66\xda\xb2\x2f\x2c\xe5\x35\x07\x7a\x2b\x83\x84\x84\x0e\xaf\xf1\xf9\xfd\xf0\x39\xcb\x16\x50\xac\x3f\x2a\x48\xb8\xf5\x75\xb9\x17\xe5\xbd\xb5\x60\x70\x0a\xce\xd2\x63\x97\xf7\xf1\xe4\x58\x2a\x49\x61\xf0\xe5\x95\x1e\xbb\xc0\x0b\x28\x2b\xee\x94\x9e\xc3\xfb\xdf\x81\xa6\x3d\xef\x69\x79\x11\xe1\xb7\x21\x17\xd1\xf5\x69\x21\x60\x52\x08\x28\xfb\x26\x5d\xa6\x59\x21\xd2\xde\xe4\xa6\xcd\x99\x46\x86\x49\x64\x28\x22\xdd\x53\xca\xea\x32\x11\x4e\x19\x8a\x08\xdf\x7c\xdc\xf6\xac\x36\x0d\x67\x5a\x4a\x9f\x66\xab\x2c\xca\x7c\xba\xdb\x06\x72\xb1\xaa\xe9\xd5\x32\xcf\x97\x71\x50\x1b\x94\x7a\x68\x06\xf5\x28\x8d\x05\x2c\xda\x6e\x1b\x6e\x43\x2a\xbb\xed\xf1\x77\x54\x8b\xf3\x15\xe2\x7c\x0c\x65\x9b\x3b\xea\x71\xbf\x6e\x9b\x6c\x2b\xbb\x6d\xba\xcb\x89\x2e\xb7\xe2\xbc\xc2\x83\x76\xff\xfb\x7e\x4d\x9b\xb6\xd5\x20\x2a\x5b\x03\x1c\x5e\xb3\x81\x44\xe4\xec\xfe\xf7\x23\x89\xaa\x51\x5b\x83\xd4\x31\x35\x74\x2e\xe5\xd6\x35\xd5\xa0\xbb\x51\x0d\xbc\x1b\xed\xa0\xb5\xa3\x86\xe1\xe1\x78\x37\xd2\xf9\xaf\xe1\x76\x9f\xbc\xde\x95\x21\x30\x3d\xf1\xb0\x26\x3e\x34\xde\x7b\xab\xed\x65\xa1\x90\x31\xfe\x4a\xe8\xad\x51\xea\xc8\x1a\x8f\x0f\x6f\x55\xe0\xac\x46\xdd\x0c\x6b\xfc\xc4\x81\xac\x4a\x53\x35\x76\x2d\x27\xf4\x4d\xd1\xe5\x86\x6a\xf4\x04\x23\x32\x1e\x6e\xcf\x9e\xa3\x5a\x38\xaf\x11\x15\x45\x82\x50\xac\x46\x1d\xd7\x0a\x7d\x53\x0c\x75\x4b\x1c\x15\x76\xf1\xfd\x2f\x42\x9d\xea\x16\x39\x6a\xca\x1a\x0e\xaa\x99\x8f\x2c\xee\x19\xa4\x53\x7d\xc2\xa0\x1d\x86\x52\xba\xd6\xa4\x73\x5e\x57\xc0\x99\x54\xcf\x35\xbd\x1e\xef\xe5\x78\x5b\xb3\x52\x93\x6e\x02\x95\x11\xcf\x43\x79\x0f\x6a\x96\x89\xb1\x66\x66\xd2\x55\x3e\xc9\x9a\x3d\xbf\xbc\xc8\xd1\x3e\x43\x35\xdf\x1a\x2f\xc3\x86\xd4\x54\x3b\xad\x66\xb9\x37\xd4\xfc\x86\x7f\xfe\x14\x65\x3a\xac\xb0\xd7\xec\x7f\x71\x4e\xea\x26\xfb\xb5\x78\x5f\xcb\xc1\xb6\x2d\x3b\xd4\x22\x71\xbf\x96\x8f\x79\x17\x25\xac\xaf\x25\xdd\x6e\x7a\xf8\xd9\x5e\x95\x22\x25\x7f\x2d\x1f\x82\x17\x25\x90\xa9\xc5\x40\x16\x02\xa9\xb9\x95\xe9\xc1\x10\x98\x1e\x94\xb1\xa1\x96\xf9\xba\x8d\x7b\xbe\x29\x7b\xb5\x64\x5e\x21\x99\xc7\xa0\x3c\x05\xb5\x4a\xe4\xa8\xf5\xe3\x37\x45\x5a\x97\x5a\x65\xa2\xae\x15\xa1\x1a\x79\x07\x7f\x1e\xb5\x8a\xbd\x56\x58\x64\x8a\x92\x7b\xd6\x5a\x6f\x37\x3d\x0c\x72\x54\x97\xcd\x9f\x41\x91\x53\xa5\xb5\xac\xb5\x7b\x38\x7a\x5b\x2a\x83\x61\xad\xe3\x54\xdb\x00\x6d\x57\x86\x87\x5a\x6f\xad\x65\xbd\x21\xda\xa9\xc6\x63\x6d\x51\xa7\xa4\x7d\xf7\xc7\x12\xb6\x05\xa3\x36\xd9\x60\x2a\x02\xf8\x8a\xf4\x23\xb5\xc9\xe9\xa7\x36\xaa\x8d\xda\xbe\xdf\xd5\x9e\xb4\x3d\x1d\x1e\xfb\xb9\x6e\xfd\x4f\xed\x75\xaa\xad\x81\xe6\xb4\xed\x4f\x51\xbb\xf1\x99\x9e\x6b\xad\x6b\x31\x51\xaf\x7f\xff\x7b\xb1\x4d\xdf\x49\xe9\xc2\x70\x90\x18\x9a\xce\x64\x97\x9a\xaa\xb2\x20\x7c\xeb\x51\x6d\xd3\x70\x4e\xc2\x29\x64\x1f\x72\x15\xa8\x63\xc1\x29\x7a\x3b\x9a\xe6\x30\x90\xd7\x35\x2b\xd5\x44\x1d\x8f\x56\x73\xc0\x0d\x37\xd7\xcd\x99\xeb\x10\xef\xaa\x83\xbc\x4b\x25\x6f\xea\x69\xea\xc7\xec\x40\xad\xeb\xbb\x53\x92\x4c\x65\xfa\x98\xac\x3c\x18\xf5\x94\x85\xbc\x9e\xc8\x18\x1b\xba\xf0\xf6\xd4\x55\xa6\x42\xfc\x0d\x59\x29\x90\xea\x79\x7a\xbc\xf3\x3b\x5d\x72\x41\xa8\xe7\xe5\xe1\xc8\xd1\xbb\x48\xce\x69\xb2\xc2\x0a\x95\xa1\x8b\x74\xa0\x9c\xe4\xfe\x97\xe4\xc8\xc3\x3d\x3a\x42\x28\x00\xf9\x7d\xb7\xb7\xef\x94\x38\x59\x4f\x46\x43\xf7\x2d\x32\xd6\x4b\xbe\x51\x15\xf6\xc3\x18\xba\x28\xff\x75\x68\x1b\x2e\xa4\x69\x68\xdb\x39\xfe\xa8\x97\x54\x3d\x15\x05\xcb\x5c\x33\xa1\x5e\x52\x86\x56\x88\xf0\x1f\x98\x1a\xce\x3b\x8b\x2a\x66\x4e\x96\x5f\xaf\xe1\xa6\x13\x82\x6d\x8f\xea\xd2\x8b\x79\x21\xb3\x5b\xe8\x62\x6b\x97\x11\x17\x75\xb7\x9c\xdd\xba\x5e\x97\x81\x44\x12\xd8\xb0\x7d\x63\x8f\x7a\xc9\xcb\xa9\x5e\xa8\xe3\x19\x7a\x12\x94\x72\x9e\xab\xac\x30\xd5\x54\x9f\xbb\x5e\xaf\x17\x8c\x21\xb6\xaa\x17\x5d\x51\x77\x67\xff\x9b\x91\x23\x76\x1f\xcb\xdb\x44\x80\x55\x6a\x9c\xc7\xbd\xde\x66\x4f\xa8\x81\x11\xb2\x1c\x45\xea\xe3\xef\x9e\xc8\xe1\xb4\x2a\x8f\x45\x96\x87\xd9\x3b\x64\xd6\xa8\x6f\xd6\xd4\xe9\x13\xdf\x86\x96\xe5\x95\x06\xaf\xbe\x30\x6b\x34\xd5\x96\xab\xaf\x1c\x89\xea\x8b\xb4\x48\x4d\x15\xe0\x2a\x92\xf9\xee\x7f\xa1\x3a\xb2\xf8\x64\x31\xbb\x42\xcc\x2e\x59\xa8\x62\x29\xbb\x2e\x5f\xfb\x72\xa8\xed\x75\x97\x2f\xbb\x14\x37\x99\xf2\xed\xa8\x93\x55\xd4\x9b\xa6\x37\x7d\x14\x26\x77\x48\xf5\x08\x9a\x7d\x2f\xdb\xc1\x8c\x4a\xa2\xfd\xed\x90\x42\xb4\x1d\x10\x8a\xf3\xf6\xf6\xfd\x1e\x14\xb7\xc1\xc9\xb1\x6c\x67\xc6\x16\xf2\xde\x86\x16\x32\xb2\xb9\x6d\x42\xd6\x82\x84\x92\x16\x58\xe9\x56\xe9\x4e\x5b\x90\x85\xba\x41\x16\x8c\x36\x2e\x35\x4b\x6a\x0d\x92\x5a\xb4\x71\xa9\x45\x09\x48\x2d\x7e\x1c\xbc\xc8\xdc\xd3\xa2\x34\xcb\x2d\xe6\x03\x4d\x1b\xc8\x98\xdd\x04\x93\xd4\x28\x51\x9f\xc9\x24\xd5\x22\x4c\x52\x59\x2e\x6c\x2d\x56\xcd\x20\x32\x74\x4f\x19\x23\x1b\x72\x78\xec\x7f\xc1\xf4\x64\xca\x6a\xd1\x0b\x16\x49\x73\x54\xc5\xb0\x25\xd9\x82\x5a\xa2\x2d\x68\x47\x22\x1d\xcd\x5e\x97\x8d\x5e\x97\x5d\x65\x66\x9a\xbd\x27\x1b\xbd\x27\x47\x49\xfd\xaf\x44\xdf\x96\xb2\xa6\x01\xe3\x5c\x91\xc5\xba\x25\xa3\x44\xe2\xa5\x59\xa5\xef\x5a\xf2\xec\xd3\x9a\xfd\xd6\x7a\x36\x1b\xeb\x5a\xea\x5c\xb5\x2d\x38\xb6\x34\xfc\x1d\x14\x1e\xb9\x09\x05\xb3\xd4\x74\x2d\x43\x4d\x97\xfb\xa6\xfe\x2d\xcb\xda\xd5\x32\x99\xb7\x92\x2c\xb7\x2c\x89\xa6\x65\x54\xfd\x09\x2a\x1d\xdd\xb2\x61\xc9\x0c\xc3\xea\x5b\xbf\xdc\xb2\xd4\x1a\x2d\xb3\x98\xb2\x8a\x42\xb4\x2c\x26\xdc\xf2\xc7\x08\x4a\x55\x97\x45\xea\xbd\x56\x12\x43\xa6\xf7\xed\xbe\x15\x6f\x7c\xc1\xc6\x47\xa5\x22\x6f\xa5\xf9\x3b\x46\x94\xca\x8e\xd4\x8a\xf8\x65\x2b\x1f\x98\xa5\x09\x07\x8b\x6e\x12\xad\xe0\xaa\x94\x77\x10\xd8\xd1\x8a\x4f\x4a\x81\x77\x48\x97\xf9\xa9\x95\xc7\x6d\xef\x6a\xd3\x77\xd3\x7d\x7e\xbc\xad\xe8\x9e\xde\x2c\x8d\x36\x48\xa3\x45\xee\x7c\x0c\x7c\xdc\xff\x56\x16\xdb\x2a\x6a\xbb\xdc\xc6\xb0\x71\x61\x75\x95\xf3\xc0\x77\x2b\xfe\xba\xdc\x37\xd2\x56\xe5\xed\xd9\x2a\xab\xd9\x28\xab\x74\xab\xf2\xf7\xfc\x2e\x87\xf8\x4c\x90\x48\xf1\xdc\x6a\x45\x8f\xdb\xba\xde\xec\x65\xd4\x6a\x3d\xd1\xb4\x4f\x6c\x95\x0f\x4e\xab\x2c\xba\xa9\x04\xca\xad\x0e\x03\x32\xf0\xd9\xbe\x57\xb6\x2a\x36\xda\x2a\xd8\x68\x54\xbe\xe2\x56\x65\x2b\x6e\x4c\x49\x90\x7b\x55\x97\xa7\xe1\x07\x25\xb6\x9b\x5d\xab\x97\xa1\xbc\x38\xdc\x3e\xcb\x4d\x7a\xa5\xd6\x10\x35\x12\x4d\x57\x9a\xdc\x30\x1b\xe4\xe3\xb2\x03\x48\x8e\x66\x7d\x74\x83\x3e\xba\x48\xa0\x6c\x2d\x0b\xf1\x1a\x52\x03\x56\x55\xce\x6f\x4d\xca\x89\xd6\xa0\x9c\x88\xca\xfe\xda\x9a\x94\x66\xad\x21\x14\x3b\xcb\x27\xbb\x59\x57\xdd\x5a\x43\x39\xd1\x43\xfb\xdd\xbc\xce\x0d\xbe\x4e\x43\x17\xf8\x66\x01\xbd\x41\x40\x2f\x5d\x2c\xa1\x3d\xc2\xbc\x86\x00\x83\xae\xf2\xca\xad\x47\x4d\xa1\x23\x40\x3e\xef\x7c\x2c\x47\xeb\xf2\x2f\x6c\x9d\xd5\x6c\x55\x2a\xa8\xf5\xd7\x6d\x8c\xf7\x90\x5b\x7c\xeb\x72\xc2\x6f\x9d\x51\x9e\x32\x4b\xb5\x21\x93\x55\x43\x12\xd8\x30\xe4\x13\xd2\x86\x2e\x57\x6d\xf0\x72\x35\xb6\x4a\xad\x8d\x4b\x7d\x0e\xec\xeb\xd8\x4c\xbb\x0d\x79\x81\xb7\xc1\xc8\x4c\x79\xb5\xb4\xd3\xb4\xfd\xfc\x68\x7b\x91\xf7\x46\x3b\x75\x4d\x6d\xd0\x31\xc7\x18\xb6\xe2\xbf\x9d\x3e\x06\xc8\x60\x58\xe4\xbc\xd1\x4e\xd9\xcf\x1b\x6a\xb8\x87\xac\x4a\xe6\xed\x94\xca\xb6\x9d\x0f\x80\x14\x82\x9d\xaf\x7b\x7c\xd1\xe3\x56\xfb\xb7\xcb\x30\x5e\x84\xb1\xaa\x49\x1e\x26\xed\x8a\xdc\xb9\xad\x4f\x6f\x97\x39\xef\x85\x1c\x9c\x51\xb7\xb5\x76\xe9\x36\xd3\xae\xef\x36\x53\x54\x5a\xaf\x5d\x32\x43\xb6\x8b\x45\xe9\x15\xbf\xd1\x2e\x5d\xa6\xdb\xc5\x82\xe2\x32\x4b\xb7\xcb\x9b\x7a\xb1\x74\xb8\x4c\xcf\xed\x36\xb1\xb9\x49\x6c\x82\xc6\xbb\xe5\x8e\xd4\x58\x45\x6f\x48\x21\xd5\x6e\x6f\xf8\xaa\x6d\xa7\x8b\x55\xbb\xa5\xcc\x69\x37\x43\xeb\x65\x2e\x6d\xb7\xc4\xad\x76\x43\xdc\xca\x2a\x25\xdc\x1e\xa9\xc6\xdb\xaa\x76\xa6\xea\xbb\xed\x31\x83\x79\xc8\x60\x54\xac\xb1\x3d\xba\x6a\xb7\xa7\x73\x5f\x35\x87\x47\xc2\x79\x43\x55\x9c\x68\xff\xc3\xf6\xdc\xee\xf3\x46\x85\x24\x15\x3e\x6d\x8f\x8c\x44\xed\x61\x9c\x8a\xb4\x24\xed\x2d\x5a\xb3\xb7\x9c\xff\xfc\xa9\x3b\xdc\xfc\x68\xaf\x79\x16\xaa\x82\x84\x2e\xf7\xf9\xf6\xca\x29\xa7\x21\x3c\xb7\xee\xc0\xc8\xa3\xa1\x00\xc8\xfe\x37\x7f\x4d\x5a\xcc\x57\xce\x73\xed\x85\xf3\x9c\x4a\xfd\xb6\x57\x97\xc6\x06\x27\x95\x18\x65\x27\x6e\x70\x3a\xd9\xff\xbe\xf8\x4c\x4d\xba\xa3\xb6\xf9\xdd\x51\x6b\xd0\x0e\x4c\xef\x38\x53\xb2\x67\x53\xc5\x69\xca\x37\x3f\xea\x52\x8d\x60\x53\xca\x87\x36\x57\x32\x8f\xee\xb6\xee\x36\xcc\x5a\xb8\x67\x5f\x97\x46\x5f\x97\xae\xc2\x5d\x6d\x36\x8f\xc6\x82\x2c\xaa\xe0\xdd\xe6\xad\xbd\x41\x9a\xec\x1a\x44\x4a\xad\x73\x6e\xd4\x39\x97\x43\xdb\x3d\xa7\x87\x63\x25\x05\xe9\xf5\xba\x7d\x25\x3b\x7c\x25\xab\xaa\x81\xf7\x43\x2e\x66\x1d\xb1\x1b\x31\xca\x05\xb0\x1f\x32\x2e\xf7\x03\xbe\x4f\x45\xb9\xe2\x7b\xa8\x1b\xca\x1e\xea\x07\xa5\x9c\x7c\x7a\x90\x70\xd6\x03\xad\x39\xca\xee\xde\xc3\xf3\xa8\x0d\x41\x55\x43\xc9\x41\x7b\x90\xf8\xd2\xc3\x47\xc4\xab\x52\x4d\x77\x3b\x31\xf6\x00\x43\x4f\x8c\x4a\x81\xfc\xff\x2d\xed\x76\xfb\x38\xf6\x30\x11\x61\xb6\xd9\x7c\xb7\x67\x47\x87\x67\x47\x95\x1b\x56\x8f\xba\xa1\xf6\x08\xe5\xf8\x90\x78\xd6\x1d\x93\xd0\x11\x93\x50\x65\x76\x66\x0e\x83\xfd\x6f\xff\x9a\xb6\x2e\xb7\xdb\x8d\xf1\x23\x95\x98\xc2\xd0\x67\xc3\x3d\x0e\x90\x3e\x25\x20\xef\xf1\x34\x24\x4c\x81\xa9\xf2\x95\x3d\x9e\x1e\x8e\xf2\x86\x2c\x7f\x3d\x89\xdc\x74\x06\x73\x75\xdd\x34\xbb\x5d\x37\x3a\x5c\x37\x62\x94\xd2\xa5\xa7\xe0\xef\x02\xa6\xb0\xa5\x83\x8e\xf0\xae\xfd\xef\xe4\x67\xea\x52\x12\x47\x4f\x2c\x5a\xea\xa9\x27\x39\xd6\xf6\x84\xd0\xc3\x9e\xf7\x0d\xa0\x27\xc9\xb3\x3d\x41\x9e\x2d\x92\x46\x7a\x96\x1b\x56\xcf\xcc\x8d\x51\x04\x66\x16\x95\xea\x19\xd9\xc8\x7a\x11\x2c\xf9\x74\x1b\xca\xb0\x45\x69\x4f\x7a\x96\xca\xa2\x67\xa4\xc3\x8c\x32\x73\xf5\x2c\x53\x43\x67\xb8\x40\xdf\x29\x08\x8f\x5e\x14\xb5\xd5\xcb\x91\xf8\xdd\x86\xb3\x78\xc9\x0a\x96\x4c\xa9\xf0\x7b\x91\xaf\xc1\xd7\x17\xba\x4c\xea\x52\x24\xa7\x17\x5c\xb6\xa2\x12\x29\xf7\x22\x3e\xdf\x0b\x93\xff\x94\x2d\xe6\xf7\x72\x69\xa9\x71\x1b\x88\x51\xf1\x4d\xbd\xc8\x60\xd5\x0b\x13\x33\xed\xe4\x84\x47\xaf\xba\x6a\xf6\x8a\xab\x66\x53\x79\xac\x5e\x65\x27\xea\x70\x1b\x89\x51\x99\xe4\x7b\x95\x31\xa8\xd7\x82\x42\xa0\xd9\xdf\x49\x12\xeb\x95\x92\x98\xac\x02\xdd\x3a\xe2\x0e\x39\xbc\x2a\x80\xa8\x57\xf9\x62\xf6\x3a\x98\xe3\x65\x8b\x0f\xdd\x42\x74\xa7\x10\x5d\x8e\x4d\x6e\x7b\xf5\xce\xd6\x6f\x67\x6b\x76\xd3\xe5\xd9\x5d\x10\x11\xe4\x9b\xdb\x9b\xb4\xfb\xbd\xb1\x06\xb0\x7c\x22\x7a\x53\x5c\x52\x6f\x4c\x59\x23\x45\x41\x6f\xb2\x67\xf5\xc6\xba\x85\x0a\x0c\xec\x6d\x08\xcc\x86\x6c\x6f\x63\xa7\xf6\x3b\x7a\x3b\x3d\x1e\xbc\x5d\x8a\x57\xba\xc9\xdb\xa5\x37\x64\x10\xe8\x35\xaa\x4f\x19\xf2\x7a\x9b\xf0\x9e\xd7\xe6\x75\xe9\xa9\x7a\xcf\xdc\x04\x91\x81\x6e\xf2\xd1\x91\xb3\x72\x34\x1d\xf5\x6e\x64\xe9\x2c\xcb\xa0\xda\x2c\xbd\x4b\x7a\xe8\xfd\xfe\xf8\x72\xd9\x92\x72\xef\xb2\xcc\xf4\x8e\x44\x5a\x51\xd1\x49\xbd\x1b\xc7\xfa\x87\x63\x55\x8e\xb4\xdd\x8a\xec\x4e\x45\x76\x51\x81\x92\x3e\xe4\x8e\xd4\x19\xf6\x3c\x94\xf5\xba\x0f\xdd\x33\xfb\x08\x5c\x68\xa1\xf4\x30\xf3\x62\x74\x74\xd1\xe5\xbb\x0f\x39\xa2\xf7\x11\x3f\x52\x5c\x35\xb9\x21\xc9\xa2\x0f\x58\x21\xa2\x2c\xeb\x7d\x98\xe8\x8c\x8f\xe8\x54\x25\x4e\xee\x43\x2a\xfc\x8e\xe4\x4b\xb5\x8a\x3c\x9c\x3e\x3f\xe7\x01\x0c\x93\xcd\xba\x9f\xb2\x67\x77\xe4\xf0\xff\xda\x76\x97\xa7\xa2\x59\xfa\xd9\x70\xe1\x2a\xd1\x6d\xa7\xdb\x40\x89\xcb\x96\xf5\xfb\x79\x6a\x51\xce\xf3\x63\xb1\xca\x14\xdd\x4f\xa9\xe7\x3a\x14\xda\x31\x16\xcd\xe0\x92\xfb\x56\xbf\x90\xe8\xa0\x48\x12\xeb\x97\x34\x0b\xfd\xfa\x84\xb2\xda\x74\x0e\x2e\x13\xe9\x8b\x44\xba\x8a\x1b\x5e\xba\x2a\xf7\xeb\xc3\xb5\xba\xb3\xf6\x1c\xfd\x96\x70\xd4\x91\xe9\x2c\xc6\x22\x22\x76\xcb\x49\xa1\xa3\xae\xf2\xd7\xb6\xbb\xbc\x25\x4a\xf6\xbb\x73\x51\xb6\xc1\xad\xdf\xb2\xb2\xf6\xbb\xa3\x0e\xcf\xbe\x3f\xf4\x5b\xc1\xdf\xfd\xbe\x30\x01\x89\x1d\xb7\x19\xfd\x0d\x46\x2f\xdb\x4b\x7f\xbc\x73\xcf\x81\x08\x93\x2d\xed\xf6\xe7\xd5\x57\xa8\x95\x58\xdb\x16\x09\xfb\x23\x73\x40\x7f\x58\x52\x59\x56\x92\x6e\x17\xee\xfe\x12\x17\x64\x08\xee\xaf\x14\x96\xfd\xfd\x04\xfd\xda\x85\x78\xaf\x62\xa5\x3b\x4a\x03\xd6\x9d\xdb\xe1\xe8\xaf\xe2\x77\xfa\xcb\xd4\x7e\xde\x9b\x57\x37\xfd\xfe\xa6\xce\xd1\xf6\xd1\xb1\xe3\x77\xa7\xe3\xf7\xe8\xc2\xd8\xb7\x78\x38\x56\xe4\x96\x8f\x42\x7f\x65\xd5\xec\x2f\xab\xb6\x56\x1d\xab\xd7\x84\x01\x69\x60\x62\xdc\x69\x61\x8f\x3e\x65\xec\xe8\x28\xa6\x15\xa3\x5c\x7c\xfa\x94\xda\xa7\x23\x1c\xe9\x6b\xdb\x53\xb7\xf0\xdd\x21\x7c\xc7\xa8\x70\x98\x3e\x0d\xe7\x5c\x70\x6e\x35\x53\x9f\xd5\xdf\x7d\x08\x56\xbb\xf0\x64\x9e\x1e\xee\xe4\x06\x89\xee\xcd\x4b\xb8\x37\x91\x38\xa2\xec\xd4\x89\x47\x9f\xba\x31\x76\xe4\xd6\xad\x2e\xc0\x78\x28\xaa\x62\x1c\x11\xa2\x83\x4c\xcb\xc3\x51\x45\xe3\x48\x5c\x15\x15\xf3\x39\xa4\x52\x1e\xf0\x18\xaf\x43\x55\xf0\x0e\xf9\xad\x0e\xe6\x1e\x68\xba\xe3\x8c\xe3\xf1\x70\x0f\xa8\xba\xf2\xbd\x8f\x43\x6a\xb9\x81\x8c\x01\xa1\xb7\xf1\x77\x32\xef\x40\x6e\xc8\xfd\x2f\x0c\x59\x52\xcd\x0d\x6b\xe8\x07\x34\xf4\xa1\xcb\x4e\x37\x82\x2e\x6a\x23\x20\xdf\x4b\x94\x81\x65\x04\x19\x35\x06\x34\xf9\xa1\x28\x0c\x6e\xd8\x7f\x63\xc0\x7f\xa3\x4a\x51\x30\xc2\xed\x2e\x6f\xe6\x9e\x52\x69\x51\x7b\x5d\x0f\x78\x5d\x7f\xc3\xed\x3a\x44\x41\xe6\xd2\x81\xb4\x95\x5d\x98\x34\x82\xcc\xff\x23\xc0\xfc\x1f\x9b\x16\x3b\xbc\x86\xf2\xbb\x2c\x75\x57\xfe\x0b\xba\xf3\x8e\xf0\xf1\xd9\x3a\x54\x27\x29\xea\x34\x8f\xc8\xd3\xac\x0a\x06\x23\xca\x4d\x66\xe0\x52\xf0\xb5\x75\xb5\x55\xb7\x71\x2d\x7f\xbe\xbb\xdd\x06\x99\xa3\xa9\xbc\x57\x8c\x1e\x0f\x55\xd9\xa2\xac\xe0\x23\x4a\xb3\x32\x22\xea\x81\xc7\xa6\x72\x5b\x51\xf6\xff\x11\xd3\xfa\x6e\x2f\xa6\x43\xa8\x46\x2c\x1c\x4f\x35\xed\x6c\xb8\x18\xc8\x8e\xf8\xb5\x69\x0e\xba\xb2\x0c\x5c\x59\x3e\x71\x4f\x4d\xee\xb2\x31\x91\x98\x8a\x4b\x3a\x82\x6a\xc4\x93\x4b\xa6\xba\x62\x51\x9a\xa8\x11\xa1\x89\x1a\x43\xa5\xcf\xa2\x58\xef\x88\xd4\x5f\xab\xc8\xcb\x88\xb7\xbf\x83\x3b\x48\x71\x41\xd7\xf8\x18\x96\x87\xd3\x53\xcd\xaa\x24\x11\x6e\x24\xe6\x2e\xd6\xe5\x7d\x24\x5d\xbb\x46\xe2\xb5\x4b\xb2\xd1\x70\xde\x87\x81\xc8\xe7\x76\xa8\x6c\x5d\xba\xdc\xe5\xc5\x95\x56\x15\x65\x3b\xa2\x0f\x38\xa2\x7f\x6d\x7b\x59\x92\xac\xee\x03\x91\x43\xed\xd0\xa6\x67\x89\xd8\x23\x33\xb4\x62\x68\x13\x9c\xc0\x61\xe4\x85\x48\x2a\x6f\x56\xa4\x5b\x1d\xa5\x73\x17\x54\x90\xad\xc8\x51\x61\x14\xd4\x94\xd2\xdd\x70\x14\xa9\x4f\x46\xa1\xfa\x44\xea\xe1\x51\x14\xf5\x39\x0a\xd2\x52\x8f\xa1\xcd\xab\x52\x38\x8f\x4a\xdc\x94\x79\x79\x54\xe3\x66\x8d\x13\x39\x1c\x36\x94\xd5\xc4\xb1\x26\x9e\x73\x95\xf4\xb6\xca\x7f\x2c\x95\x7f\x57\xf1\xb0\x2a\x6d\xf4\xa8\xd4\x46\xcb\xf4\x3c\xaa\xac\x35\x03\xd9\xb7\x5a\x10\xe9\xb0\x36\x7d\xd4\x6b\xa0\xb4\xc5\xfe\xaa\x89\x91\x8e\x16\x39\x39\x61\x83\xfd\xb4\x07\xfc\xb4\x9b\x5c\x4c\x46\xf3\x39\x68\x0d\x3c\x56\x7c\x74\x34\xf9\x3f\x8f\x36\x50\x1b\x44\xe4\xb4\x19\xc6\xc6\x5c\xb0\x43\x3b\xde\xae\xe4\x36\x54\x49\x51\xfd\xb8\x26\xf6\x34\x1a\xd9\x93\xf4\xa7\xa3\x19\xbf\x1a\xf1\xab\xab\x7c\x73\x9b\x86\x72\x12\x4a\x55\xb5\xeb\xf2\xdc\x18\xcc\x0b\xd5\x65\xe6\x1e\x5d\xd7\xf3\xd1\x61\x10\xd0\xed\x61\xf4\xe2\xcf\x58\x63\x2d\x0a\xd5\x7b\x75\x1b\xf2\xcf\x8c\xa1\xd2\x71\x76\xa0\x19\x70\xa0\x69\x41\xc5\xd1\xbb\x09\x40\x67\xa2\x67\xc5\xfc\x0d\x5f\x11\x06\xaf\x08\x5d\x7e\x72\x63\xf8\x18\x0c\x1e\x03\x19\x4a\xc7\x90\xa9\x70\x0c\x9a\x9b\xcc\x64\x86\xc4\xaa\x31\x50\xd9\x25\x8a\x21\x0c\x2f\xca\x48\x2c\x2c\x2e\x96\x36\x92\xbb\x4c\xab\xcb\xae\x36\x77\x99\xd8\xe5\x9e\xc1\x90\x5a\x62\x0c\x54\x7a\x74\x1d\xf9\xa1\x4b\xe1\x18\xdf\xd1\x54\x96\xba\x63\x0c\xf3\xcf\x71\xa2\x43\xd5\x1f\xb6\x09\x61\xc0\x84\xf0\xc1\x28\x38\x5e\xc3\x88\x02\x1f\x71\xa8\x74\xf3\x30\xb3\x83\x47\x4f\x8b\xc2\xe6\x31\x0d\xe3\x04\x8c\x2a\x0f\x3b\xa4\x4b\x1f\x83\xba\x74\x15\xd9\x1b\x63\xba\xc7\xc9\xaa\xfa\x2a\x0c\x7e\xca\x20\x33\xce\xc8\x02\xb2\x62\x76\x28\x61\xb5\xff\xc5\x35\xc6\x14\xff\x34\xaa\x9f\x44\x75\x69\x86\xc6\x79\xb9\xcf\x8b\x29\xa7\x54\xbb\xd5\x77\x9c\x71\xa2\x28\xaf\x82\x65\xc6\x29\xbb\xd1\x38\x9f\x89\x26\x41\xa2\xfc\x06\x03\xe9\x9c\x9b\xe2\x3e\xc6\x39\xdd\x84\x9a\xe5\xd1\x45\x5d\x2f\x4b\x00\x17\x25\x00\x39\x19\x8c\xcb\x84\xfb\x3a\x16\x90\xfa\xce\x92\xd6\x15\x31\x9c\xaa\x9a\x5f\x32\x28\x8d\xeb\x13\x25\x5b\x54\x91\x7c\x5b\x4f\x06\xac\x27\x4d\x39\x5e\xc6\x65\x3a\x7a\x25\xa6\x98\x13\xfb\xbf\x4c\x47\x2f\xd2\x51\x99\x71\xc6\xe5\x03\x7e\x7d\x07\xbc\x25\x95\x08\xbf\x4c\x62\x2f\x92\x58\x99\x78\xc6\x25\xff\xf3\x71\xc1\xff\x7c\x1c\xda\xb8\xab\xba\xcb\x4a\x64\x90\x68\x70\x35\xf7\xd9\x98\xe4\x51\x95\x48\xaf\xe1\xb6\xef\x3c\xa8\x02\xcd\xf7\x5b\x34\x03\xbe\x4b\x4d\x91\x3e\xe3\x32\x4f\xba\x90\x89\x20\xc5\xf4\xef\xd2\x6e\xad\xff\x53\x61\xf7\x96\x7e\x60\xdc\x2b\xbd\xa4\x70\xfd\xce\x5a\xb1\x3b\xb3\x4d\x44\xfd\xb6\xc8\x7e\x17\xa6\x94\x14\x3e\xdf\xd5\xdf\x55\xa6\xbd\x14\x21\xba\xbd\x2c\x77\x65\xc2\x4b\x11\xa2\x47\x9a\xc0\xf1\xb0\x26\x87\x7c\x45\xc7\x63\x22\xf5\xb0\x3c\x47\x94\x20\xf9\x78\xd7\x1f\x5e\x2d\x86\xb8\xe7\x53\xdc\x56\xd8\x36\xd4\x67\x71\x9f\x05\xbb\x2e\xd1\xe0\xf1\x0e\x3d\x6b\x87\xba\x0a\xf0\x4b\x0d\x30\x9e\xc1\x93\xb0\x6f\xbd\xe3\x31\x09\x7b\x56\x69\x75\x1d\xc9\x47\xce\x4b\xe3\x59\x75\xb1\x5d\x65\x5d\xe9\xa9\xc6\x0b\xbf\xd5\x74\xb8\x26\xb6\x69\xf7\x1b\x90\x17\x45\x54\xc5\xd7\xd0\xf1\x76\x66\xd6\x77\x29\x6c\x29\x10\x07\x92\x69\xb4\xfc\x53\x83\xfe\x75\x13\x4b\xb1\x0a\x6f\xdf\xdb\x6d\x0f\x6b\x67\xef\x09\xbc\x72\x18\x1f\xf0\xa8\x8a\xe9\x70\x15\x78\x29\xdf\xc6\x3b\x91\xe2\x47\x14\xe0\x9d\x06\x64\xa2\x7c\xb7\x6b\xe8\x4a\xcd\x3e\xe6\x81\x54\x48\x2e\x22\x2b\xe5\xd4\x40\xb8\x43\x3c\x7e\x0a\xcc\x2a\x70\x74\x20\x35\xed\x07\x88\x8a\xa3\x4a\x81\x33\x26\xe2\xef\x92\xcb\x6c\xdb\x4c\x35\x66\x45\xc1\x67\x89\x06\x53\x49\x94\xc6\xac\xac\x6f\xeb\xd2\xb3\x1e\x6d\x70\x34\x97\x09\xb6\x40\x3e\x6f\x26\x52\x55\xe5\x38\xdb\xd9\x57\x96\xc8\x92\x5d\xd4\x54\x38\x34\xc7\x60\x71\x52\xd7\xdd\xdc\x27\x72\xa2\x72\x4f\x2f\x2e\x65\xa8\x35\x99\x50\x99\xf5\xfa\x53\xd5\xef\x52\x53\x59\x05\x0f\x77\xdb\x25\x4b\xcd\xbc\x98\x5c\x21\xaa\x25\xb9\x05\x09\xbd\x54\xe1\xf0\x95\x27\xf5\x04\x46\x36\x79\xe1\xcd\x57\xe7\x74\xbe\x38\xa7\x75\xa7\xbe\x3f\xe6\x9b\xfc\x19\x32\x58\x74\x15\xa4\x7b\x75\xff\x9a\x88\xf7\xb1\xbb\xe3\xb4\x8a\x66\x42\x45\xd3\x86\x6a\xaf\xbd\x22\xdb\xf3\xfd\xc8\x76\x1b\x5b\x02\x99\xaf\xfc\xd7\xe6\xfb\x49\x20\x6d\x04\x7f\xf5\xb8\xe9\xc5\x57\x1e\x6b\xaa\x29\x1f\x68\xd2\xc4\xb2\x81\xff\x70\xa7\xb9\x5e\xee\x9b\x0d\x3c\xe2\x10\x63\x55\xad\xc3\x37\x1b\xfa\x4c\xe8\x5d\x66\x4f\x9b\x89\x72\xeb\x55\xb5\x0c\xa7\x4e\xfc\x9c\x2c\x31\xe8\x7a\x7a\xa7\x5b\x60\x21\x53\x5d\x3a\x09\xe7\x73\xae\xb5\xd8\x2d\x86\x1c\xa5\xac\xbb\x2b\x0c\x0a\xe7\x27\x4c\xb3\xc1\xfe\x10\x73\x56\x7f\xf5\xf1\x16\x17\xe6\x9c\xaf\xa1\x7b\x21\x9e\xaa\xda\xdd\x86\x3b\xcc\xc0\xcc\x26\xc7\xe2\x95\x61\x86\xe4\x36\xb8\x83\x1e\x7b\xb3\xc2\x0c\xc5\x6d\xc8\x66\x74\xd4\xa4\xb6\xe6\x36\x24\x29\x09\x7b\xbc\x18\xaf\xcd\x68\x62\xbc\xc8\x68\xb6\xde\x28\xd6\xb9\x89\xce\xf7\x6f\xa3\xbd\x66\x67\xe2\x2e\xdb\x99\xe0\xfb\x77\x30\x6b\xb9\xf2\x89\x6f\x67\x89\xef\x5f\xe6\xbe\x4e\xf9\xdf\xd9\xe5\xf7\xe3\xbf\x9e\xff\xf9\xff\xfb\x3f\xfe\xcf\xf3\x3f\xff\xaf\xf3\xbf\xbe\x7f\xee\xff\xf1\xaf\x7f\xbd\xff\xf1\xdf\x9f\xff\x72\xff\xf7\x3f\xff\xff\xef\xe9\x9f\xe7\x9d\xff\xe5\x3f\xde\x7f\xbd\xff\xcf\x7f\xfb\x1f\xff\xba\xdf\x3f\xff\xf9\xdf\xfe\xf3\xfb\x0a\x7f\xff\x6f\x00\x00\x00\xff\xff\xf2\x2b\x7f\x90\x0a\xb6\x03\x00"); +func _fdaa ()(*asset ,error ){_eca ,_eebg :=_edfd ();if _eebg !=nil {return nil ,_eebg ;};_dga :=bindataFileInfo {_dae :"Adobe-GB1-3",_fb :2159,_ae :_be .FileMode (436),_g :_a .Unix (1580491263,0)};_fcbe :=&asset {_dd :_eca ,_ef :_dga };return _fcbe ,nil ; +};type bintree struct{Func func ()(*asset ,error );Children map[string ]*bintree ;};func _bgcfd ()(*asset ,error ){_cdfd ,_ecge :=_bacd ();if _ecge !=nil {return nil ,_ecge ;};_ecfgb :=bindataFileInfo {_dae :"GBpc-EUC-V",_fb :786,_ae :_be .FileMode (436),_g :_a .Unix (1580492178,0)}; +_gcf :=&asset {_dd :_cdfd ,_ef :_ecfgb };return _gcf ,nil ;};func _fda ()(*asset ,error ){_gbc ,_ggg :=_bda ();if _ggg !=nil {return nil ,_ggg ;};_bec :=bindataFileInfo {_dae :"90ms-RKSJ-V",_fb :1895,_ae :_be .FileMode (436),_g :_a .Unix (1580491032,0)}; +_bff :=&asset {_dd :_gbc ,_ef :_bec };return _bff ,nil ;};var _cgef =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x84\xbd\xcb\xee\x6f\xbb\x91\x98\x37\x3f\x4f\xb1\x87\xce\xc0\xe9\x75\x21\xab\x8a\x80\x20\xc0\xb1\x22\xc4\x30\x9c\x04\xdd\x76\x32\x5e\xd7\x8e\x80\xf4\x91\xa0\x56\x0f\xfa\xed\x83\xf5\x7d\x94\xda\x08\x82\xec\x33\x39\xff\xda\xeb\x47\xb2\x78\xa9\x7b\x15\xf9\x77\xff\xf1\x3f\xfd\xee\x3f\xfd\xfa\x87\xbf\xfc\xf8\xbb\xff\xfd\xcf\x7f\xbc\xfe\xe1\xf9\xcb\x8f\xf7\x0f\xbf\xde\x7f\x7e\xfe\xf9\x8f\xff\xf2\xe7\xeb\xf9\x71\x3e\xff\xf8\x87\x5f\x7f\xf9\x65\xdd\x7e\xdc\x7f\xb8\xfe\xf2\x57\x90\xff\x5d\xff\x74\xfc\xe9\x97\x5f\xbe\xf6\xff\xf0\xaf\xff\xfc\x97\xe7\x9f\xfe\xd3\xaf\xef\x1f\x7f\xec\xfe\xee\xfe\x97\x3f\xcd\xdf\xfe\xf8\xf1\x77\x7f\xff\xfc\xe3\x1f\xfe\xf9\x2f\x7f\xfe\xd7\x1f\xff\xee\x3f\xdc\x7f\x3c\x9f\xff\xe1\xc7\xfd\xbc\xdf\xbf\xff\x6f\x7f\xbe\x9f\x3f\xff\xe1\xd7\x7f\xfc\xf1\xef\xfe\xf3\xdf\xff\xed\x1f\xff\xe1\x5f\xfe\xf4\xa7\xff\xfb\xf9\xa7\xe7\xd7\xbf\xfc\x18\xfc\xdb\xf3\xeb\xcd\xff\x7f\xf9\xbb\xff\xf8\x5f\x8e\x3f\xfd\xaf\xc7\x3f\x3d\x3f\xfe\xee\xbf\xfd\xfa\x87\xff\xf0\x9f\xff\xfe\xdf\xff\xb7\xff\xfa\xfb\x35\xfe\xfd\xff\xc2\x67\xbe\xfe\x1f\xcf\x9f\xff\xf9\x0f\x7f\xfc\xf5\xc7\xfa\x3f\x2e\xcb\xf6\x6f\xff\xfc\x5f\xff\xf5\x4f\xcf\x8f\x75\xf6\xf2\x7f\xfe\x97\x3f\xde\xcf\x8f\x45\x68\x17\xcb\xeb\x8f\xf7\xf3\xcf\x7f\x3a\xae\xe7\xcf\xc7\xaf\xff\xf8\xfc\xf2\xe3\xc7\x6f\x96\x65\x59\x7e\xfb\xe3\xfb\xef\x37\xbf\xcb\xdf\xff\xfe\xb7\xdf\xbf\xfd\xae\x96\xe5\x77\xff\xf1\xfb\xf7\xdf\xfc\xee\x7f\xfa\xfd\xef\x7f\xf7\xfb\xf9\xef\xff\xf3\xbf\xfd\xf6\xf7\xfc\xdb\xf3\xeb\xfd\xff\xea\xf1\x97\xd5\x81\x7e\xfd\xe3\x5f\xee\xe7\xf5\xdf\xe6\x18\xbf\x59\x96\xf5\xfd\xed\x8f\xf5\x6b\xf5\xdf\x7f\xfe\x65\x5d\x96\x89\xdd\x1f\xee\xeb\xff\x3a\xfe\xfc\x35\x38\x96\xef\x97\xdf\x1f\xeb\x6f\x7f\x6c\x5b\xab\x05\x60\xfc\xf6\xc7\xba\xf8\xe7\xe1\xbf\x37\x80\xfb\xb7\x3f\x56\xff\x7a\xbe\x5f\xd8\xf2\xf5\x17\xfd\x03\xce\x12\x28\x80\xaf\x9b\xb5\x6a\x03\x98\x1d\x8d\x0f\xb8\xf3\x6b\x1e\xdf\x9f\x2f\x7f\xe6\x2f\xbf\x59\xd6\x15\x1c\x7a\xdf\x3f\x60\x2f\x81\xef\xf7\xdb\x95\xf6\xf4\xfd\x6c\xbb\x17\x81\x6f\x8c\xb6\xd0\x26\xb6\x0f\xab\xd6\x05\xbe\x31\xb6\x65\x5d\x44\x76\x5b\xbe\x7e\xe7\x5f\x41\xd3\xd1\x3f\x60\xb7\x9f\x11\x00\xe7\x6f\x7f\xac\xfb\xc6\x9f\x97\xff\x9e\x00\x8f\x40\x7d\x40\x6b\x02\xf4\x9f\x34\x1f\xcb\xfe\x01\xac\xd8\xee\x9f\x5f\xf3\xfd\x1b\x6e\x5d\xf6\xef\xcf\xce\x9f\xfc\xe0\x1b\x6a\x5d\x77\x1a\x6e\x2b\x40\x08\x7c\x23\xaf\xdb\x2a\xb0\x03\x6c\x5f\x8b\xe4\xcf\xf9\x23\x3a\xdd\x4e\x01\xba\xbd\x37\x80\x4e\xf3\xbb\x09\x7c\xcd\xb7\x45\xf4\x7a\x03\xb0\xcd\xb7\x98\xdb\xb6\xbc\x00\xb1\x7c\xc0\xea\x90\xb1\x02\x7c\xbd\xb5\xe2\xcf\xc3\x7f\xff\x3a\xde\x36\xfb\x8a\x0e\xd0\x05\x02\x80\xe5\x19\xc9\x90\x5d\x64\x92\x51\x82\xe5\xf7\x4f\xc7\x28\x06\x1c\x43\x80\x2f\x87\x7d\x0d\xbe\x3c\xe2\x35\x3e\x54\xf6\xd5\xbe\xc6\x37\x7e\x7b\xf9\x12\xdf\x89\xdc\xfa\xf8\xbe\x6c\x0b\x18\x77\xce\xef\xb6\x80\x66\xff\xce\xf0\xca\x52\xf4\xeb\x9b\x30\x0b\xd1\x9f\x6f\xf1\x58\x86\x58\x2f\x7e\xcd\x70\xb1\x3e\x02\x5f\x3f\xd1\xec\x87\xe1\xa2\x39\xc2\xf8\x9a\x67\xfb\xda\xf4\x6f\xe6\x2f\x4b\xda\xb6\xbd\x00\x1a\x40\x08\x04\xc0\x77\xd2\xb7\x77\xa9\x0f\xd8\x39\x18\x2f\xfb\x3e\xd6\x35\x00\xbe\x45\x6d\x9d\x79\xbc\xec\x49\xeb\x8b\x5d\x5f\xfc\x6c\x13\x78\x01\x1a\x6d\x3c\xbc\x7d\x02\x6c\x50\x07\xb3\x77\x05\x83\xe0\xd0\xbe\x9c\xa3\xb1\x8e\x06\x90\x7c\x69\x02\xa0\x13\x1d\x44\x59\x81\x16\x22\xba\x42\xce\x31\x7b\x7b\xd9\x7b\x76\xec\xdd\xdc\xbc\x0e\xa2\xdb\x2e\xe0\x17\x06\xf5\x28\xbc\x1c\x85\x36\x1c\x94\x43\xda\x97\xb4\xcd\x37\x68\x5f\x67\x07\x03\x80\x1d\x7b\x39\xbe\x7d\x75\xdd\xb6\x1b\x60\xf8\xe5\x65\xfb\xc4\x00\xe2\xec\x9b\x0b\xbf\xbb\xb1\x76\xb0\x6f\x00\xe5\xcf\xbe\x99\x8e\x74\x0d\x76\x06\xdd\x9b\x3f\x63\xdf\xda\x02\x1f\xfc\x2b\xc7\xfb\xff\xe0\x81\xdb\xbb\x83\x44\x9f\xbd\x3f\x00\x09\x7a\x3b\x18\xf5\x62\xed\x39\x22\x3d\x39\x5f\x2f\x47\xa4\x67\xb1\x74\x6d\x17\x48\x80\x06\xe0\xa2\xb6\x6f\x81\x7a\x2d\x74\xdd\x58\xa0\x5a\x05\x52\xc0\x9f\x81\xf8\x58\x59\xad\xc6\x6a\xc9\x04\xde\x76\x00\xec\x62\xf0\x2d\x5d\xac\xae\x3d\xe7\x32\x56\x88\xed\x6d\xcf\x6f\x7f\x6c\xcb\xe6\x46\xb4\x0f\xeb\xd8\x16\xbe\xf4\x05\x00\xf6\xf7\x7e\xfc\xf1\x03\x98\x1c\xd4\x1a\x1b\x9c\xe7\xed\x4d\x80\x71\xfa\x87\x75\xf4\xdd\x36\x1f\xd6\x11\x3b\x58\xf7\x14\x60\xa6\xbd\x04\x1c\xe7\x00\xf0\xc8\xf5\x1b\x20\x04\xbe\x15\x8d\xf4\x9c\xf7\x57\x00\x0c\x60\x11\x51\x30\xc2\x17\x26\x11\x25\x05\x04\xb8\x95\xdb\x1a\xbb\x80\x5f\x9a\x00\x83\x06\x88\x56\xf3\x67\x20\x5a\xb0\xa2\x37\xbe\x45\x8c\xb1\xf9\x33\x70\x1b\x62\x1d\xa7\x80\x5f\x58\xc4\xe1\x29\x0b\xb0\x1e\x43\xe0\x11\xb0\xcd\x87\x75\x2e\x0b\xf3\x81\xef\xe7\xe2\xd1\xce\x0d\xa0\xfc\xf2\x21\x9a\x4a\x91\x37\x1b\x80\x5d\x67\x07\x08\x7a\xcb\x0f\xd1\xdc\x9c\x4f\xe6\x6f\x7f\x6c\xeb\xd2\xed\xe0\x5b\xd1\xdc\xa5\xce\x3c\x00\x10\x36\x6f\x7e\x58\x67\xf3\xec\xe4\x05\xe0\xe4\xf2\x06\x70\xb3\xf2\x3b\x07\xeb\x5a\xfe\x0c\xac\x5b\x03\xd1\x02\xeb\x26\x17\xa8\x15\x20\x58\xaa\x62\x0a\xbd\x81\x4e\xed\x02\x74\x5d\x4c\xa1\x77\x7a\xab\x2e\xe0\xcf\x98\xc2\x24\x99\x4a\x01\x30\xa8\x12\x60\xa6\x35\x00\x9c\x4f\x1d\x02\x76\x70\x0a\xf8\xb3\xfb\xc3\xba\x6d\xe2\xf6\x2d\x7c\x56\x17\xb7\x57\x80\x36\x83\x29\x94\xc7\x1f\x29\x90\xca\xcd\x77\x80\xf5\x40\xfe\xbe\xa3\x09\xd0\xf5\xf8\xb0\xae\xc5\x99\x8e\x10\xe0\x90\x8f\x04\x90\x5d\x8d\x4f\xd9\x58\x43\xce\x81\x84\xaa\xa5\xfc\xf2\x61\x5d\xca\xf3\x77\x9c\x02\x76\x7d\x01\xc8\x98\xc7\x0d\x20\x3f\x18\x8f\x80\x5f\xbe\x29\xd4\xb6\xd1\x06\x71\x55\x9b\xbd\x1d\xdf\x14\x6a\x77\x0a\xc7\x0e\xe0\xa9\x3a\xda\x87\x4e\xed\x02\x4c\x61\x77\x4f\x8f\x10\xa0\x6b\x94\x8e\xea\xab\x1d\x7c\xfa\xd5\x3a\x79\xf1\x71\x0a\xf8\x33\x10\xed\x72\x0a\x54\xb8\x8a\xc5\x2f\x8f\x00\x5f\xce\x15\x60\xeb\x3f\x65\x98\xe7\xf6\xa9\x59\xf3\xcc\x9e\xbb\xcd\xd8\xbc\xb3\x01\xb8\x11\x27\x88\x4f\x2e\x70\x86\x80\x43\xb1\xf6\x91\x4c\xe9\x64\x85\x27\x7f\x38\x59\xe1\xf4\x30\x9e\x97\x80\x6d\xbe\x43\xb2\xad\xc5\x38\x17\xb8\x66\x67\x16\x17\xeb\x98\x8e\x73\x81\x4e\x7a\xca\x2e\xd0\x99\x4c\xf6\xea\x02\xb6\x01\x9d\x72\xed\xd1\x2e\x6b\xb2\x9e\x0b\x74\xe6\xda\x5f\xd7\x37\xe8\xee\x89\x41\xd7\xaa\x6a\xec\xe4\xcd\x38\xe5\x1a\xdc\x8e\xd3\xfd\xd2\x69\xf3\xd1\xed\x8e\x42\xbe\x7e\xf4\x0d\xb0\x0b\xc4\x07\xac\x13\xc8\x5f\x7e\xb3\xef\xf4\xf6\xa9\x56\x00\x21\x10\x00\x25\xf0\xfd\xac\x79\x18\xeb\x23\xe2\xbd\xdd\x62\xfd\x89\xe5\xbd\xaf\x4e\xee\xd3\xe9\xf6\x8e\x1a\x59\xf5\x51\xe7\xde\xd1\x9d\xaa\x3e\x0d\x69\x8f\x98\xc0\xfe\x01\x8f\x6b\xf0\x91\xea\x9e\x9b\xf3\xf9\xc4\xf2\x9e\xdb\xfc\xd9\xd7\x75\xee\x0e\xfa\x11\xca\x9e\x6e\x49\x7d\x3b\xb7\xd7\x32\x81\xaf\xeb\x42\xcd\x28\xd8\xef\x5e\x65\x6f\xd9\x3e\xe0\x9c\x1d\x7c\x93\xab\x47\xac\xf3\x9b\x5c\xbd\xb7\xc0\x87\xc1\x40\x1a\x54\x7d\x92\x77\x1f\xe1\x7c\xbe\x33\xbb\x8f\xd9\xdb\x47\x90\xfb\x18\xfe\xec\x23\x87\x7d\x48\x1b\x58\x18\xfb\xf0\x88\xd5\x47\x83\xfb\xb1\x0f\x81\x0f\x83\xe3\x70\x7f\xbe\x43\xb1\x1f\xb7\x58\x7f\x24\xb4\x1f\xef\x6c\xf3\x61\x70\x2e\x73\x9c\x0f\x83\x73\x2e\xc8\xa7\x66\xec\x67\xda\xdb\xa7\x38\xee\xe7\xeb\x97\x4f\x69\xd9\xaf\xd5\xae\x3f\xc5\x71\xbf\xb6\x09\xec\x00\x4e\xee\x23\xc8\xfd\x7a\x1d\xf4\x13\x27\xfb\xbd\xba\x06\x9f\x4d\xb1\xdf\xdd\xb5\xe6\xb8\xdc\x2e\xef\xf8\x14\xc4\xfd\xf6\x5c\x8f\x4f\x79\xd8\x1f\x8f\xf2\x58\xbe\x71\x1e\x2c\xa0\xc2\xf4\xd8\x9f\xe7\x16\xf8\xc6\x79\xde\x09\x7c\x33\x55\x45\xad\xf1\x9d\xb7\xb6\xb8\xa7\xe3\x3b\x6f\x6d\xd9\xe7\x97\xfa\x80\x98\xe3\x8c\x0f\x90\xa7\xa0\x8a\xb4\xe5\x9a\xc0\xfa\xcb\x6f\xda\x8a\xaa\x55\xe3\xe3\x36\x6d\x95\xa7\x8c\x8f\xb2\xda\xd6\xe7\xcf\xda\x2f\xbf\x69\xbb\x14\x3c\xd6\xfe\x01\xd7\x6c\xf3\x61\xb0\x3f\x13\x48\x80\x43\xe0\xc3\xa0\x75\xe7\xb3\x7e\x18\xf4\x55\x74\xb6\x0f\x83\xfe\x4e\xe0\xc3\x20\x3c\x62\xf0\xfc\x16\xf2\x10\xd4\xa4\x16\xe7\x23\xf0\x61\x10\x52\x23\x06\x52\x8b\x7b\xb6\x09\x00\x57\xe7\x23\xa6\x96\xdb\x04\x3e\x0c\x32\x9c\xcf\x27\x52\x5b\xa6\x5f\x3e\x16\xd0\x52\xfe\x3d\x3e\xfd\xa7\x15\xaa\x48\x8d\x4f\xc2\xb7\x79\xc8\x3f\xa9\xf3\xff\xcf\x30\x5b\x29\x78\xc6\xc7\xf6\x5b\x1d\x13\xf8\xd0\x1b\x68\xd0\x85\x7e\xd7\x86\x72\x03\xc9\xd5\xe6\xd1\x1e\x9f\xb1\xd1\xc6\xe5\xa2\x7e\x4a\x4b\x3b\xe6\x02\x7d\x72\xbd\x1d\x73\x16\x9f\xe4\x6a\xc7\xe9\x64\x3f\x7d\xa8\x1d\xb7\x88\xb7\x6f\x81\x8e\x67\x7e\xf9\x30\x38\x5e\x7b\xfb\x98\x6c\x3b\xbb\xb3\xf8\xc4\x58\x3b\x73\x15\xf8\x30\xb8\x57\x7f\xf6\x89\xa4\xf6\x40\x1b\x6d\x6b\x02\x4e\xe1\x53\x0c\xda\xb3\xdc\x7e\xf9\x3a\x78\xb4\x56\x36\x3a\x78\xb0\xb0\xda\xf6\x89\xf2\xf6\xac\xa2\xf3\xa9\xcf\xed\xd9\x66\x07\x7c\xd9\xe6\x38\x0d\xc0\xde\x04\x50\xf5\x1b\x46\x40\x7b\xe6\xf9\xeb\x74\x8d\xb9\xde\xb6\x8f\x13\xb6\xa7\x89\xf5\x04\xba\x76\x19\xb8\x35\x4f\xd9\xc7\x23\xdb\xd3\x6c\x13\x60\xd0\xb5\xd8\x02\xac\xbb\x18\x04\x93\x0b\xc7\x09\x70\x0b\xdb\x24\x6d\xe6\x21\x09\x70\x0b\x11\x4d\x7e\x96\x6e\x49\x80\x5b\xba\x54\xc9\xcf\xd2\x35\x48\xbe\x94\xf3\x49\x10\x2d\x31\x48\x70\x2b\x07\x75\x1c\x74\xa8\xb6\x15\xe8\x94\x1d\x14\xe3\x94\x8b\xe8\xa0\x63\xfe\x8c\x0e\x54\x5a\x86\x83\x0e\xb1\x1e\x74\xa0\x9e\x32\x92\x45\x1c\xf6\x36\x58\x9d\x79\xb4\x93\x35\x38\xec\x6d\x80\xe8\xe1\xba\x89\xf5\x29\x75\x8a\x35\x4c\xb6\xed\x0b\x88\x9e\x0e\x5a\xf4\x06\x9b\xd7\xec\x6d\xcf\xe9\xb1\x2c\x7e\x06\xef\x6a\x3b\x7c\xe8\x51\xf2\x0e\xe7\x03\x7f\x68\x3b\x4c\xe9\xb9\x58\xd1\x1d\xd6\xf3\x28\x6c\x47\x31\x9f\x7b\x7e\xe1\x67\xb7\x54\x52\xcc\x87\x43\xde\x76\xd8\xc8\xf3\x78\x0e\x8a\x71\x9e\xf9\x33\xda\xbc\xd8\xb3\xa8\x5a\xed\x81\xa7\xb4\x1d\xce\xf1\xc8\xcc\x47\xd1\xc1\x2b\xcd\xb9\xa2\x50\x49\xdb\xe1\x1c\x7f\xe5\xab\xae\xa8\x22\x15\x47\x45\xd3\x29\x50\x38\x2a\xda\xbb\xac\xb6\xf9\x06\x7d\x57\x17\xf1\x93\x06\x4d\xe3\xb6\xed\x10\xba\xc6\x6d\xa1\xab\xb5\x77\x77\x75\xa0\xfa\x77\x77\x79\xa1\x7a\xed\xd9\xb6\x43\xf5\xef\xee\xf2\x42\x80\x5a\xa9\x85\xa9\xd2\xb4\x45\x0b\x65\xaf\x69\x8b\xb6\x1d\xaa\xd7\x94\x2c\x8c\x98\xa6\xf5\x58\x63\xd0\x35\x26\x5e\xdb\xa1\x46\x8d\xa5\xb6\x43\x59\x1a\x4b\x63\x61\xb3\xb4\x68\xda\x0e\x61\x68\xd1\x8c\x85\xcd\xd2\x88\x69\x3b\x64\xa6\xa9\xd2\x76\x28\x4b\x4b\x63\x2c\x88\x06\x2d\x8d\xb6\x07\x88\xd6\x6c\x53\x3f\x63\x98\x5a\x11\x6d\x0f\x66\x8e\x15\x31\x16\xc4\x0b\xb6\xc2\xda\xf6\x74\xa8\xc7\x2f\xf6\xee\x0a\x43\x1b\xda\x0a\x63\x41\xf0\xbc\x43\x24\xa0\x0d\x0d\x87\xb1\x70\x96\xb4\x15\xc6\xc2\xf1\xd1\x3c\x68\x3b\x84\xa2\x79\x30\x16\x44\xd2\x2b\xa5\xed\x69\x6f\x2e\x10\xf2\x49\x8b\xa0\xed\x69\x6f\x97\x5f\x58\x93\x31\x11\xa5\xeb\xc3\x71\x38\x7f\xa8\xcf\x1f\x00\xa2\xa7\x93\x43\x72\xa9\xfd\x8e\x05\xc9\xf5\x9e\xce\x07\x42\x51\xe1\x1d\x0b\x87\x51\x4d\x76\x2c\x9e\xb2\xeb\xf1\x67\x20\x7a\x3b\x53\x8e\xa9\xfa\xea\x58\x10\x56\xef\x2d\xa5\x79\x18\x6f\xf7\xcb\xf3\x77\x3b\x28\xf2\xe8\x9d\x94\xe6\xc1\xba\x5d\x5e\xcf\xec\xb3\x0b\x30\xe8\xeb\xf2\x7a\x4c\x5f\x06\x6d\x0b\xd3\x86\x9e\x5a\x83\x3f\xbc\xaf\xd3\xf6\x00\x43\x5c\xad\xc1\x1f\x5e\xf4\xae\xb1\x78\x9a\xdf\xf2\x0b\xe8\xbc\x87\x00\x18\xbc\x62\xf0\x49\xb7\xae\x2e\x3d\x96\x4f\xba\xf5\x65\xd9\xfc\x59\x00\xb8\x20\xdf\xa1\xef\x8b\xbe\xb8\xf6\x1d\xd3\xbe\x2c\x6e\xe3\x27\xf7\xfa\x82\x2f\xae\xb5\x4f\xeb\xe9\x8b\xee\xb7\xf6\x69\x3d\x7d\x51\x86\xb5\x8f\xf5\xf4\x45\xf7\xdb\xf2\x89\xc7\xae\xc7\xb8\xb5\x95\xae\x51\x40\xc6\xd2\xe8\x40\x57\x5a\x5b\xc1\x60\x73\x0d\x56\x7a\xdb\x5c\xf8\x26\x20\x6e\x9d\xae\x37\x77\xbb\x33\x9f\xcd\xc9\x75\xe6\xb3\x3b\xb9\xce\x38\x4a\x37\x0c\xfc\xbe\x48\xd1\x6d\xa7\x83\xe6\x8a\x76\xe6\xd3\x3c\x89\x1d\x44\xdb\xec\x0d\x74\x70\x01\x35\x9c\x02\x7d\xe9\xee\x5c\x67\x41\x24\xfc\xb6\xd3\xa6\xbb\x0b\x9d\xf9\x74\x17\x7e\xa7\x83\xee\xe4\x76\xda\x84\xb8\x05\x58\x87\x93\x0b\xb0\x8e\xd9\x1b\x1d\x84\xbd\x05\x53\x98\x6c\x24\xc0\x20\x67\x07\x0c\x9a\xb3\x03\xc6\x49\xb7\xde\x3d\x85\x73\xb4\xe6\x36\x96\x58\x07\x18\x94\xe3\xb8\x8d\xe5\x81\x0d\x06\x95\x1f\x34\x37\x4b\x42\x6f\x8d\xae\x27\xa1\x07\x8b\x38\x09\x3d\x59\xc4\x21\xa2\xc9\x7c\x0e\x7f\x96\xb4\x39\x5c\xc4\x64\xd0\x73\xb6\x61\x9c\x53\x0c\xdc\x1f\x74\xcf\xd6\xdc\x05\x44\xdd\x58\x92\x71\x50\x44\x5b\x73\x4b\x4e\x0f\x52\x31\xe8\xe5\x38\xc5\xa0\x97\x5d\x17\xd3\xbe\x66\xd7\x60\x70\xb9\x73\x9d\xde\x24\xe7\x16\xcb\x4f\x18\x66\x5f\xee\xd9\x21\xe8\x49\xde\xcd\x8d\x98\xe4\x5d\xe0\x7a\x8b\x9e\xbb\xf2\x4c\x8c\xc0\xf5\x11\x09\xb7\xe8\x71\x81\x0a\x8c\x1e\x27\xeb\x7e\x3d\x1e\xe0\x62\x81\x1e\xf9\x5d\xb1\x40\x8f\x1b\xe1\x7e\x3d\xae\x63\x31\x8b\x57\x0a\x18\x2c\xc3\x2b\x0d\xba\x79\x8a\xd8\xe6\x16\x4d\x5a\x1f\x2c\xd0\xeb\x32\xb0\x5f\xab\xae\xf6\xf6\x71\xf6\xbe\x4e\xf2\xfe\x98\x79\x5f\x27\x79\x0f\x01\xbb\xfe\xf8\x77\x5f\x17\xa7\x3d\x00\x56\xcf\xdf\x27\x21\xfb\xaa\x0f\xbd\xa5\xc0\x1c\xe7\xc3\x7a\x9d\x44\xcc\x86\x1b\x7e\x19\x58\xee\x7d\xdd\x52\xc0\x2f\x2e\x2f\x1b\x6e\x34\x66\xac\xb0\x91\x15\x3f\xf5\x58\x61\x23\xab\xca\x2b\x11\xb5\xbe\xee\xbb\x5f\x56\x80\x2e\xb0\x01\xb8\xbc\xe5\x17\xbb\x2e\xbf\xd8\xf5\x0a\x06\xbb\x04\xc9\x06\xaf\xfb\xfb\xb7\xa0\x42\x5f\x31\x9e\xc6\xba\x32\x85\xee\xa0\x43\xe0\x30\xa8\x40\x6f\x93\xa2\x07\x53\x88\xf9\x33\xb0\x96\x88\x89\x4a\xf4\x35\xec\x7a\x63\x9c\x34\xf6\xe0\xe4\x72\xf6\xc6\x5a\xe3\x82\x6c\x7d\x05\x90\x6e\xbb\x88\xd6\xf6\xb7\x48\x46\x5f\x95\xf8\x5d\x44\x95\xe3\xeb\x26\x60\x28\x44\xac\x6b\x46\x3f\x04\x6e\xbf\x80\x68\x4d\x74\x00\x86\xcb\x0b\x5b\x5c\x87\xa1\x90\x55\xc0\xe5\x85\x47\xae\xc3\xf9\x6c\x02\x29\xc0\xf2\x22\xc7\xc7\xba\x0b\x3c\x02\xac\xce\xe1\x14\x5c\xaa\x63\x76\xc0\x1a\x1c\x22\xea\xb4\x0f\xa7\xed\xe4\x4e\x11\x15\xb7\x73\xf6\x06\x3a\x2a\xbc\x5d\x44\x95\xd6\x6b\x03\x9d\xcb\x05\x11\x51\xcc\xeb\xd6\x45\xe7\x72\x79\x11\x75\x86\xf5\xc6\x0a\x5b\x34\xac\x37\x56\xd8\xe2\x7a\x1b\xe7\x81\x13\xae\xd2\xf6\x0a\xf3\x5b\x9f\xe5\x6f\x51\xa3\xbe\x3e\xee\x1c\x8c\x79\x95\x68\xd7\xc6\xf2\x42\xa7\x83\x28\x5f\x5f\x5f\xd1\x71\xd0\xd7\xf9\xd0\x9b\xe1\x43\xc3\x4e\x7d\x5b\x5c\x78\xc4\xd6\xa6\x25\xd8\xe9\x6d\x9b\x11\xad\xf9\xe5\x11\xf8\xb0\xde\x66\xdc\x0a\x86\xb9\xad\xee\xcf\xfc\xe2\x14\xe6\x17\xf7\x07\x56\xba\x19\x90\xc2\xc7\xdc\x0d\x2d\xb6\xfe\xe9\x9e\x7d\xdb\x45\x07\x11\xb4\x29\x11\x3b\x3c\x64\x53\x22\xae\x30\xcc\xad\xd9\xf5\xcf\x19\xe6\xd6\x1c\x37\x6c\xe6\x02\xd9\x7b\x77\xf3\x60\x30\x5b\x77\xf3\x90\x76\x9b\x36\x63\x87\xc1\x6c\x5d\x96\x00\x93\xdd\x26\xa5\x85\x6d\x0c\xec\xc1\x60\xb6\xee\x94\x60\x30\x06\x42\x1b\xc1\xa5\xbe\x41\x69\xad\x43\xf8\x5b\x7a\x9a\x21\xfc\x4d\x45\x9b\x68\x41\xdf\xd2\xc3\x08\xe1\x6f\x39\x07\xa5\x83\x49\x90\x4e\x21\x1d\x07\x36\xbf\xe5\xec\x1a\x44\x27\x41\xc2\x4a\xb7\x72\xe9\xe0\xec\xdb\xa4\x34\x18\xf3\x36\x49\x08\xa1\xb8\xa9\xd6\x12\x67\xec\xdb\xe1\xa0\x2e\x88\xfa\xea\xea\x14\x94\x76\xb1\xd0\x06\x15\xb5\xc5\xc2\x14\x70\xc3\xb6\x58\xe8\x40\x01\x17\x0b\x1d\x68\xf2\x05\x7c\x75\x93\x02\xf0\x46\xf7\xed\x92\x0b\xc0\x57\x37\x8d\xc1\x40\x8b\xdb\x20\x87\x16\xb0\xdf\x8d\x43\xdf\x02\x8d\x6c\x53\x52\xad\xae\xdb\x3c\xda\x2e\xd5\xeb\xb4\x5d\x10\xb5\xd2\x80\x25\x6c\x2a\xa2\x01\x4b\xd8\xd4\x3d\x03\xc2\xdf\x97\xf9\x25\x01\xe6\x97\x02\x70\xad\x11\x68\xfb\x0c\xd6\xb2\x6e\xbb\xaa\x63\x40\xeb\xfb\xea\x7c\xd0\xae\x76\xe3\xa6\x01\x0d\xee\x53\x82\x20\xdd\x76\x25\x08\x91\xb3\xbe\x6b\x19\x06\xfc\x61\x9f\x12\x64\x80\xce\x3e\x63\xba\x3b\x40\xfd\x2d\xc0\xdb\xf7\xdd\x71\xa0\xdb\xbd\x79\x46\xe1\xf9\x7b\x13\x1d\x08\x72\xef\xae\x35\x9a\xc5\xae\x7e\x17\xa8\x81\xbb\xd2\x80\xa0\x70\xdf\xbb\xdb\x08\x09\xed\xc6\xed\x03\xb2\xdb\x63\xa2\xc3\xcf\xd0\xef\x5a\x40\x25\x7b\xb8\x3a\x10\xc6\xae\xb2\xb7\x0e\x3b\x60\x75\xb6\xc5\x0e\x1e\x01\xda\xa4\xe8\x70\x7a\x77\x0f\x2c\x01\x81\xbe\xe7\xfc\x99\x5f\x5c\x10\x0e\xec\x8e\x01\x39\x08\x66\xf6\xbd\x8c\x78\x73\x46\x77\x8d\xbf\x0d\x61\xbb\x2b\x1a\x36\xe4\xeb\x3e\x5c\xf8\x04\x37\x95\xbd\x6d\x15\x10\x6b\x34\x89\x7d\xb8\x20\x9c\xeb\x1d\x73\x6d\x6c\x9c\xaa\x1d\x9e\x3f\x08\x9a\xf6\xdd\xa4\x97\xe0\x58\xee\xc7\x1c\x94\x0d\x96\x16\x08\xa7\x76\xfd\x9e\x2d\x10\xf7\xfb\xe9\x1a\x20\x9c\xf6\x49\x0b\x10\xfa\xae\x34\xd8\x38\x89\xbb\x27\x7e\xdb\xfc\xe2\x38\x90\xe6\x7e\x3b\x53\xf4\xac\xfd\x76\x1c\xcf\xe8\x3c\xfe\x1e\x3e\xdc\x1f\x63\x43\x52\xed\xd2\xc2\x86\xa4\xda\x71\xf8\x0d\x22\x0a\x7d\x57\x1d\x23\xa2\xd0\x77\x4f\x7c\x42\x73\x4d\xce\xbe\xed\x3f\x8b\x92\xf7\xa6\x42\xb5\x21\x2e\x1b\xae\xc1\x96\xcc\xbc\xc9\xb5\x93\xc9\x36\x3c\x7b\x2d\xc1\xb5\x61\xee\xb4\x04\xbd\xb6\xd9\x06\xf4\xda\xe6\xcc\x77\xbf\x88\x1e\xd6\x4a\xdb\x27\x46\x1d\x60\xb7\x8d\x80\xf3\xc3\x40\x69\xbb\xfb\x85\x81\xd2\x70\x87\xb4\x44\xaa\x36\xe2\xf4\x83\x2c\x8d\xde\xf0\x8d\xb4\x44\xc4\xb6\x36\x3b\x00\xd1\xe6\x32\x38\x1f\x2c\xa9\x96\xa2\xa3\x25\x85\xab\xb3\x93\x52\xf4\x7d\x01\xb7\xee\xa0\x90\x5d\xeb\xae\x3d\x32\xba\x69\x15\x6d\xc8\xe8\x46\x8c\x7a\x6c\xc8\xe8\xa6\x55\xb4\x21\x55\x5b\xcc\x41\x05\xe6\xa0\xcc\x27\x5c\x5e\xe4\x6d\xd3\x5e\xc2\x8b\xda\x5b\x4e\x0c\x04\x5c\x10\x27\xa7\x68\x48\xe7\x93\x73\x1c\xbf\x4c\xdc\xf8\xa2\x7a\x96\xe2\x56\xe2\x86\x39\xda\x54\xcf\x52\x44\x71\x41\x8e\x0d\xce\xd1\xb4\xb1\x36\x04\x76\x43\x3d\x6b\xe9\x14\xca\x35\xe8\xf6\xe6\xc2\x8b\xb5\xba\x1a\xae\xdb\xde\xc6\x1c\x14\xac\x27\x0d\x22\xd7\xdb\xe1\xe4\x60\x4a\x4d\xeb\x6b\x83\x29\x35\xbc\x24\x2d\x9d\xc2\x21\xa1\x74\x01\xd7\xcd\xf9\x1c\x73\x1c\x00\x9d\x29\x1b\xec\xaa\x9d\xae\x8e\x58\x9f\xb6\x11\x51\x75\xb5\x14\x37\xed\xb2\x0d\xd1\xdd\xd4\xd5\x52\x0c\x54\xa8\x48\xea\xe9\x4d\x1d\x2a\xed\x5a\xfb\x28\x61\x7e\x6d\x52\x1a\xbc\xab\x3d\x8e\x03\x27\x6c\xaa\x5a\x1b\xbc\xab\xbd\x1e\x65\xd8\x55\xd3\xeb\x98\x18\x58\x4d\x27\x47\x62\x53\xb5\xd7\x15\x85\x5d\x99\xea\x34\x70\x2b\xf7\xae\xe1\x93\x28\x02\x7d\x99\x5d\x37\x00\x17\x9e\x71\xfa\x32\xdb\x7c\x5d\x77\xd3\xde\x92\x41\xfb\xea\x6e\xa3\x8a\x74\x1d\x16\xc9\x38\x7d\x9d\x6d\xe8\x5a\x23\x06\xbf\x74\xef\x93\x1a\xe1\x77\x5d\xe1\x94\xa2\xb3\xbb\x20\x62\xa0\x45\x83\x93\xba\xf7\xdd\xd5\x11\x83\x5d\x44\xe1\x77\x7d\x97\xd0\x11\xd0\x7d\xd2\xa9\xe8\x4c\x3a\x45\x5a\xf7\xe6\x36\x22\xad\x7b\x73\xda\xe2\xd6\x3c\xa3\xe2\xa6\xc7\x63\x43\xb1\xe9\x6d\xe2\x06\xa2\xdd\xad\x17\x1d\x15\xb5\x14\x03\x15\xb5\x0d\xbe\xda\xfb\x44\x87\xae\x95\x7b\x29\x6e\x31\x3b\x00\x9d\x74\x41\xb0\x6c\xbb\xb6\x4e\x8a\xdb\x24\xa6\xfa\x59\x94\xbc\x77\x85\x55\x3a\xee\xa4\x27\xcc\xd1\x3e\x85\x15\xe6\x68\x47\xbb\x6a\x39\x01\xb8\x36\x3e\xf4\xde\x91\x35\x8d\xe4\xa1\xde\x71\xc2\x8f\x1d\x1d\xaa\x9f\xf3\x67\xf4\x86\x78\x19\x78\xd7\x7b\x57\xd5\x2a\x94\xb0\xae\xaa\x55\xf6\x86\xaa\x35\x70\xb5\xf7\x8e\x63\x61\xec\xc8\xdb\xae\xac\x29\xbb\xd6\x77\x50\x76\x2d\x39\xec\x08\xdf\x4e\xdc\xb4\x95\xe3\xe8\x77\x2f\x7b\xd3\xf2\xc0\x71\xdf\xbb\x5e\x85\x1d\x49\xdc\xd5\xc8\x76\x84\x6f\x27\xd3\x73\xec\x88\x58\xc3\xd2\x63\x47\xc4\x06\xe7\x7c\xec\x48\xd5\xd0\xc0\x2f\xda\xc4\xe2\x4c\x31\x20\x43\x03\x9f\x70\x7e\x8f\xd5\x71\x10\x34\x61\x2a\x5c\xd9\x9b\xf6\x05\xfe\xfd\x1e\xda\x17\x65\xd7\xba\xdf\x76\x44\x50\x28\x82\xf6\xcd\x2f\xce\xc7\x71\xb4\xdc\x0b\xdb\x34\xf6\xd9\x75\x01\x4c\xdc\x06\x80\xab\xb3\x09\x38\x1f\x44\x50\x68\x4f\xec\x88\x93\x68\xfe\x0c\x09\x12\x1e\xd3\x42\xfc\x87\xc6\x05\xce\xfe\x1e\x8a\x06\x92\xa1\x7a\x18\x76\x2a\x27\xa7\x49\xbe\xc3\x7e\x43\xef\xd9\x0e\xc7\x8d\x14\x37\x67\xaa\x00\xd8\xe1\xb8\x91\xae\x1b\xac\x34\x34\x14\x76\xb8\x67\xe8\x9e\x27\xd1\xa4\x87\xd2\x60\x87\xe7\x87\xd2\xa0\x5c\x1d\xa5\x01\x01\x82\x1e\x72\xf6\x1d\x56\x1a\x5a\xc7\xe5\xba\x1d\xf3\x67\xa0\xa3\x75\x5c\x9b\x80\xa7\x17\x5d\x3a\x4e\xcf\x68\x17\x98\x58\x83\xdb\x29\xd6\x5d\x60\x76\x00\xa2\x97\x27\xd1\x15\x55\x39\x2a\xe4\x78\xe8\x16\x23\x3b\xac\xc7\xed\x22\xc2\x57\x43\xff\x16\xa9\x62\x3d\x54\x8e\x48\xde\xe8\xc1\x19\x6d\xb5\x0b\xb8\x25\xf0\xef\x50\x39\xda\x61\xa5\xf1\xce\x9f\x81\xe8\x3c\xb0\xb0\xd2\x90\x4b\x13\x78\xe8\x31\x4f\x2f\x6c\x31\x97\xf9\xb3\x00\x70\x1b\xd1\x0a\x52\x1f\x73\x35\x7f\xe6\x14\x10\xb6\xa9\x5b\x99\x5c\x92\x9e\xeb\x6c\x53\x00\x1e\x4b\xb8\x5a\xfe\x77\x49\x99\x3d\xf5\x24\xef\xb0\xb8\xdc\x6c\xd3\x05\x6c\x03\xef\x32\xae\xdd\x8a\x3d\x4d\x99\xf9\x0e\xef\x4a\x8d\xe8\x62\x4f\x53\x1f\x33\x79\x56\x3d\xf7\xf9\xb3\x6f\xdd\xb2\xcd\x9f\xd1\xa6\xc9\x29\xe0\x62\xa9\x36\x45\x3a\x56\x4f\x2d\xe8\xea\x7e\x71\xb3\xd8\x60\x53\x66\xc7\x5e\x02\x2e\x55\xfd\x2c\xe8\xd3\x53\xeb\x98\x4c\x95\x9e\xe1\x21\x41\x46\xa7\x96\x47\x61\x5e\xa7\x6a\x13\x69\x60\x3d\xc3\x0d\x67\x8f\x73\x12\x0a\xc6\x53\xa6\xb3\x40\x76\x66\x3a\x0b\x2c\xa9\x4c\x0f\x23\x96\x54\xaa\x43\x91\xf7\xd2\x53\xb6\xbf\x0f\xdb\x78\x18\x39\x24\x69\xe4\x96\x24\x98\x9e\x46\xa7\x48\x82\xe9\x59\xae\x23\xe7\x22\x75\x64\xed\xd8\x4b\xa9\x19\x52\x1e\x92\xe1\xe6\x61\x22\xa5\xae\xa7\x86\x89\x94\xba\x9e\xc8\x95\xe9\x69\xa0\x88\x58\x4a\x4f\xd9\x3c\xb1\x94\x9e\xba\x99\x09\x9f\xf4\xbc\x66\xd7\x20\x8a\x4f\x69\x10\x3e\xe9\x29\x9b\x27\x7c\xd2\xf3\x12\x37\x4f\x8c\x81\x22\x12\x67\x7a\xe2\x66\x1e\x86\x4f\x12\xce\x3e\x0c\x85\xe4\x23\x06\x30\xf3\x54\x9d\x21\xed\xb0\xe7\xa4\x0d\xcf\x12\x16\xf5\x68\xab\x80\x9b\xe5\xf1\x31\xb4\xd3\x56\x01\x0f\x89\xc7\x07\x77\xef\x30\x62\x92\xaf\xcb\x8b\x45\x9d\x12\x57\x83\xe3\x96\xae\x27\x92\x6d\x7a\x19\xe7\x21\xd9\xa6\x97\x36\x48\x83\x7b\x16\x9c\x7d\x34\x18\x66\xad\x22\x0a\xc3\xac\xd5\xde\x60\x8b\x65\x12\x02\x99\x37\xbd\xc8\x6b\x1e\x0d\x16\x57\xba\x7b\x49\xc3\xe9\xb5\x39\x1f\xb8\x5a\x99\xe4\x4c\x4e\x4e\xaf\xcd\xf9\xc0\xd5\x0a\x33\xbe\x91\xa0\xd3\x4b\x33\x9e\x04\x9d\x5e\xdb\x1c\x94\x71\xf6\xf9\x05\xa0\xcd\x41\x19\xa7\x4d\x44\xe9\x5a\x0d\x86\x64\x9b\x5e\xfa\x71\x1b\x5c\xad\x34\x3b\xc8\xbc\xe9\x85\x53\x77\x34\xc4\x49\xe9\x9e\x22\x0d\xa7\x57\xb7\x37\x64\x4b\x69\xe0\x93\x79\xd3\x4b\xdd\x86\xcc\x9b\x5e\x31\xdb\x30\x68\xcc\x36\xfc\xcc\xe3\x3f\x5c\x51\xb2\x9c\xda\x70\x45\x3d\xfe\xc3\x15\x4d\x27\x07\xf7\x2c\x53\x1a\x86\xcb\xab\x43\x69\xb8\xa2\x35\x7b\xa3\xeb\x9a\xbd\xd1\x06\x77\xef\x68\x98\x2a\x65\x70\xd6\xa0\x4f\x8d\xd9\x01\x4b\x35\xe6\xa0\x2c\x95\x26\xb9\xe1\xa0\x22\xb7\x7f\x18\x01\xaa\xc3\xcd\x42\x22\xd6\xe1\xa1\x40\x22\x96\x52\x67\xb8\x54\x9a\x03\xc3\xd5\x39\xe7\x17\xc6\xd1\x57\x45\x72\x4d\xaf\x6b\xf6\x06\x6e\x2a\x50\x43\x44\x55\xa0\xc8\xb4\xe9\x25\xfd\x90\x69\xd3\x4b\x11\x34\x9c\xc2\xed\x38\x22\xaa\xb7\xb6\xc1\x98\xeb\xb6\x37\xb1\xbe\x5d\x03\x18\x73\x3d\xce\x07\x26\x5b\x8f\xfb\x23\x06\x8f\x87\xa2\x6f\x3f\x63\x98\xa6\xcf\xb5\x01\x07\x1e\x8b\xc7\x14\x0e\x3c\x54\x9b\xc8\xf6\xed\x63\x99\x1d\xf2\xc5\x50\x88\xf1\xa5\xb1\xba\x74\x58\x38\x43\xf3\x80\xbc\x97\x3e\x56\x39\x14\xe6\xce\x20\x14\xd2\xc8\x7b\xe9\x63\x52\x00\xec\x77\x28\x78\xda\xfc\x22\x4f\xf1\x8b\xb6\xc2\x80\x47\x8e\xdd\x03\x0c\x97\x1e\x06\x3c\x48\x75\xe9\x43\xaf\x96\x51\xa3\xb1\x4f\x74\xc0\x5a\x03\xdf\xd8\xd0\xd0\x70\x20\xef\xa5\x0f\xcd\x03\x52\x5d\xfa\x50\xd6\x18\x28\x1a\x46\x3a\x9b\x83\xea\xfc\x22\x83\xa4\x8f\xee\x38\x0e\x3a\x09\x05\x76\x35\xfa\xec\x80\xae\x67\xd1\x0a\xec\x6a\x18\x24\x21\x83\xa4\x8f\x98\xbd\x81\xdb\x24\x21\x31\x50\x23\x33\xec\x34\x54\xc2\x0c\x2e\x0d\x83\x9b\x24\x66\xf4\xa1\xbf\x8b\x5c\x8c\x3e\x20\x87\xbe\xc0\x39\x06\x14\xd0\x17\xd8\xfc\x20\x8f\xa7\x2f\xf0\xef\x31\x29\x00\x96\x6d\x42\x58\x27\x31\xa3\x0f\xf5\xae\xe6\xe4\xb0\x1a\x3a\x89\x19\x7d\xa0\x84\xf5\x05\xd5\x7e\x68\x2a\x37\x67\xaa\xa9\xdc\x9c\xdc\x94\x2d\xb0\xdf\x71\xce\x41\x05\x28\xd0\x58\x60\x4a\x03\xaa\xe9\x0b\x7c\x68\x68\x37\x37\x18\xf3\x30\x23\xa1\xc1\x98\xc7\xe5\x14\x60\x4a\xe3\xb2\x10\x04\x35\x7d\x5c\x8e\x33\xfc\xe2\x38\x08\x8d\x61\xc0\xa3\x0d\x7f\x36\x07\x05\xd1\xcb\x69\x23\xa0\x87\xa1\x90\x86\xe5\x34\xcc\x48\x68\xae\xa8\x85\x3d\xa4\x4e\xf4\xf1\xb8\x06\xb0\x9e\xf1\xb8\xbc\x9b\x3f\xe3\x54\x75\xd7\xfa\x71\x75\xe0\x36\xe3\x71\x72\x70\x9b\x61\x4a\x43\x77\x17\x74\x1e\x77\x84\xed\x50\x0d\xec\xc8\xd7\xf1\xce\x71\x58\xaa\x57\xac\x51\x51\x07\x02\x6d\x74\x77\x01\x05\xb1\x2f\xe8\xab\x07\x4e\xb6\x4e\x22\x46\x3f\x16\x97\x0a\x0e\x75\xa0\x13\x8e\xce\x5a\x1f\xeb\xfc\x59\x03\xd8\xfd\x42\x07\xab\x83\xc2\xb2\x8f\x6d\x7e\xe1\x67\x9b\x87\x02\x0e\x75\xe8\x63\x36\x0e\x77\x58\x74\x63\xea\xc4\xa1\x81\x6f\x1c\xce\x94\xc1\x61\xe8\xed\x30\x16\x69\xb4\xed\xd8\x5d\x51\xb8\xda\x61\x01\x8d\x49\x15\x47\x13\x37\x18\xd9\xd1\xe6\xcf\x18\xa7\x39\x28\x42\xe3\x68\x73\x50\xc6\xe9\xee\x02\x3a\xee\x61\x0e\x41\x67\x4b\x0e\x28\xab\x9b\x47\x71\x84\xf3\xd9\xfc\xd9\xec\x7a\x00\xcc\xae\xfd\x99\x58\xbb\xa2\xd2\x5c\x77\x45\x0d\x8a\xf4\x9f\xe6\x61\xf6\x43\xb7\x58\x77\x85\xb5\x7d\xba\x8b\x5a\xb3\x77\xd0\x53\x3e\x75\x44\xc5\x31\xc4\x15\x7e\x7e\x18\x24\x31\xac\x76\xa8\xd2\x75\x44\xc5\xa1\x23\xab\xbb\x74\x68\x71\xdd\x64\x8e\x43\x52\xed\xae\xa3\x9e\xe5\xee\x3a\x6a\x15\x19\x70\x3b\x4e\x7b\x73\xe9\xae\xd9\x81\x00\x24\x64\x24\xed\x98\x24\x04\x33\x3f\x2e\xb7\x15\x21\x72\x5c\xee\x17\x3c\xff\xb8\x9d\x0f\xfc\xfb\xd0\x3e\xef\x28\xd6\xc7\xe3\x4e\x22\x00\x8e\x49\x42\x08\x80\xe3\xb1\xeb\xd9\xc6\xae\x61\xcc\x66\x49\x8f\x0e\x5f\x3d\xd4\xd5\x8c\x8f\x9d\xe6\xe4\x18\x12\x3b\x17\x0f\x23\xe3\x9c\x8a\x20\xa3\x60\xe7\x32\xbb\xfe\xa6\x70\xae\x73\x50\xbe\xa8\xb8\x19\x1f\x3b\x95\x47\xc6\xc7\x4e\xcd\x1d\xca\x16\xfa\xb9\xd9\x1b\x9a\xec\xb9\x79\xb0\xc0\xed\x9c\xa7\x19\x1e\x79\x9a\x45\x63\x18\xed\x54\xea\x18\x39\x3b\x77\x77\x1b\x86\x79\x5a\xca\x65\x06\xc9\x69\xf5\x96\x79\x22\xa7\xb1\x14\xea\x52\xfa\xa9\x6c\xe9\xf0\xfc\xd3\x5c\x99\x0e\xc3\x3c\xe7\xd1\x76\x72\x5d\xac\x61\x8b\x67\x97\xf0\xc5\xda\xf0\x49\x87\x47\x9e\xe1\x1a\x88\x5b\xc8\x39\xc4\x2d\x5d\x37\x18\xf3\xa9\x04\xe9\x30\xbf\x33\x25\x7c\xd1\x49\x07\x15\x9d\x74\xb7\x45\x67\x9e\x6b\x78\xe4\x59\xf6\x26\x3a\xea\x5d\x1d\x1d\xf7\x2c\x71\x83\x7b\x9e\x53\xea\x20\x8f\x4e\x05\x4d\x47\xe1\x3d\x49\x0b\x1d\x54\x5b\xf6\x53\x71\x62\xe2\xc2\x89\x76\xd5\x4d\x5c\x38\xf1\x48\xf5\x15\x36\x7f\x7a\xf8\x8c\xd3\x9f\xb7\x5f\xe0\x91\xa7\x01\x6b\x63\x84\x27\x59\x68\x9d\x42\xd9\x7e\x92\x9a\x3d\x0c\x18\x9e\xba\x9a\x0c\x18\x9e\xba\x8d\x0c\x18\x9e\x32\x66\x03\x86\xe7\xfb\x6f\x75\x85\xfd\xc4\x8b\xda\x0d\x4b\x9f\xef\xc4\xfa\x9b\xdc\x25\xc7\x35\xde\x7c\xe1\x5d\xea\xc6\x9b\x2f\x63\x77\x94\xbc\xf4\x4b\x8e\x6b\x74\xd7\x4c\xfe\x11\xf0\xe2\xcb\x33\x6a\x74\xf7\x5a\x67\xfd\xe2\x87\x8e\x39\xfe\x9d\x22\xbc\x7e\xcd\x32\x47\x8e\xf2\x25\x93\x35\x30\x79\xed\xb3\xeb\x04\x70\x3e\xb0\xec\x4b\x8b\x3a\xe0\xd2\x97\xdc\x33\x60\xcc\x97\x65\x80\xc6\x56\xaf\x66\x9d\x24\x07\xe9\xd2\x36\x08\x58\xf6\xd5\xed\x9a\x83\x74\xe1\x43\xea\xc6\x3c\xaf\x6e\x1b\x0e\xf9\x15\xee\x02\xb2\xff\x92\xe3\x52\x92\xd4\xaf\x70\xe1\xd7\x9f\x9a\xe4\x57\xb8\xad\x9c\xb2\x0b\xf3\xba\x1b\xf6\xbc\x72\xfd\x5b\xe5\x66\xbf\xb4\xa8\x03\xfb\xe2\x4a\x57\x0b\x89\x7f\xe9\x7a\x32\xf0\x7a\x95\xe3\x22\x2a\xae\x9a\x5f\xf8\x99\x76\x73\x60\x52\x5c\x7a\x9b\x28\xe9\xee\x97\x59\x5c\x81\x5c\xbf\xcc\xe2\x0a\x84\xc8\xe5\x99\x35\x58\x7b\x1d\x13\x1d\x7e\xa6\x79\x60\xe4\xf6\x3a\x26\x3a\xb4\x91\xfd\x52\x9f\xd4\xaf\xc3\x0e\x90\x06\xd7\x39\x3b\x60\x0a\x30\xe6\x6e\x08\xf3\x82\x31\x77\x43\x98\x17\x49\xce\x7d\x5b\x6c\xf3\x08\x30\xe8\x65\xc1\xaa\xe7\x4f\xc6\x6c\x1c\xf8\x52\x83\x09\x64\xcb\x45\x2c\xaf\x6f\x68\x09\xd7\x33\xdb\x80\xa8\x1a\x8c\x91\xce\x4b\xc3\x9b\x42\xcb\x7e\x4d\x72\x40\xea\x5c\x06\x15\x8c\x1d\x5f\x18\xde\xdd\xe0\xe6\x05\x97\xee\x86\x30\x2f\x55\x13\x43\x98\x17\x2c\xbb\x1b\xb5\xbc\x35\x14\x8c\x37\xdf\xf8\xae\xfa\xc6\xf9\xbb\xb5\x0d\x8c\x2a\xdf\xd2\x86\x21\xcc\x7b\x75\x1c\xb6\xf1\xa6\xd6\x68\x04\xa2\xee\x36\x25\x32\x90\x6e\xb7\x84\x62\x38\xd2\xf2\x81\x41\x45\x68\xbf\x0d\x37\x04\xa2\xee\x36\xb5\x2a\x10\x75\xf7\xe6\x9e\xa2\x25\xdc\xdb\xc4\xad\x00\xc4\x8d\x73\x70\x6f\xb3\x6b\x3a\xd8\x67\x1b\x70\x9b\xc4\x05\x4b\xb8\xcd\x06\x09\x68\xfd\x36\x90\x17\x88\xc7\xbb\xbb\xd6\x1c\x8a\x3b\x66\x6f\x74\xe0\x21\xdf\xd0\xe2\x6e\x0f\xf9\x86\x9a\x71\xeb\x36\x32\x64\x7e\xab\x2f\x18\x18\xbf\x4b\x44\x91\x95\x77\x89\x28\xda\xc8\x5d\x2e\x3c\x47\xec\x9e\xa7\x17\x06\x73\x0f\xf7\x14\xce\x71\x0f\xb7\x84\xc3\x77\x1f\xe2\xc6\x71\xb9\x0f\xeb\x9b\x39\x2e\xb7\xca\x43\x84\x80\x87\x8f\x43\x71\x6b\xf6\x46\x08\x38\x53\x04\xda\x6d\xa8\xc0\xc8\xfa\x7d\xda\x01\xf6\xd1\x7d\x7a\xc4\x76\x7f\x36\x7b\xf3\x67\x76\x80\x84\xbf\xf5\x21\x19\x3f\xbf\xe7\x51\xc6\x3e\xba\x2f\xb1\x76\xeb\x0d\x22\x18\x3f\xbf\x6f\xb1\xf6\x1c\xdc\x12\x20\x5a\xc1\x7d\x7b\x2c\x3d\x07\xda\xc0\x81\xe0\xbc\xd5\x4b\x02\xd9\x7f\x3f\xf3\x0b\xb8\x3d\x2e\xa2\xdb\xa8\x9a\x6e\x5c\xf1\x36\x99\xd0\x60\xfa\xfd\xba\xf0\xe8\x32\xb7\xfa\x77\xc0\xfc\xac\x50\xe9\x5b\x08\x38\x1f\x38\xe1\xb3\xb8\xdb\xec\xc2\x33\x0f\x39\xcb\xfb\xcc\x73\x5d\x02\xb3\x83\x04\xf0\xb8\xfc\x34\x71\xbd\x3f\xab\xb3\x28\x9b\x39\x0b\x36\xe2\x59\x5d\x3a\x36\xe2\xd1\x0f\x15\x88\xf2\x47\x1d\xde\x30\xe1\xa3\xa2\xc3\x15\x16\xdd\xca\x98\x6e\x64\xd0\xca\x98\x6e\x64\xf0\xd9\xe5\x50\xac\xfd\xa3\xda\x6e\xfc\xcf\x32\x99\x61\x7e\xc0\x63\x45\xbc\xf1\xbf\x67\x9f\x1d\x80\x5b\x73\x8b\xe0\xdf\x8f\xc5\xe8\x06\xe9\x1e\x2f\x3c\x30\x2e\xf7\x4c\x12\x82\x99\x3f\x5d\x0a\xc0\x62\x7b\x14\x3c\x46\xec\x1e\xcd\xeb\x18\x02\xb3\x0d\xe8\xa8\x0f\x19\xb1\x7b\xa6\xe0\x81\x17\x3f\x2a\x3a\x89\xf8\x7f\x94\x13\x89\xf8\x7f\x4c\xfd\x35\x43\xe1\x29\x59\x0f\x8c\xd9\x32\x99\xbe\xc3\x98\x1f\x8d\xe8\x1d\xc6\xfc\x18\x60\x4b\xf8\xaa\x65\x32\x7d\xb7\x6b\xd4\xf4\x6e\x4c\xed\x19\x73\x50\x16\x7e\xcc\xde\xc0\x7a\xcc\xde\x40\x14\x3f\x54\x37\xa6\xf6\x48\x9d\x46\xce\x1e\xc3\xd2\x09\x97\xb6\x66\x66\x24\x2a\xc3\x73\x78\xe5\xc4\x04\x6e\x01\x70\x53\xcf\xcf\x09\xdc\x02\xe0\xa6\x04\x31\xbc\xf5\x68\x51\x27\xfc\xfb\x21\x5d\xb8\x53\xf2\xd2\x1f\x69\x30\x61\xe6\x8f\xae\xdb\x84\x99\x5b\x09\xd8\x77\x44\xea\x73\xcf\x0e\xe8\x0d\x1a\xec\xc6\xc7\x1e\x83\x24\x69\x6f\x12\xa4\xf1\xb1\xc7\xdc\x12\x33\x39\x2c\xa0\x19\x69\x6f\x9a\xca\x46\xb4\x9e\x77\x7e\xa1\x83\xd7\xae\xe1\x91\x16\xc3\x8c\x84\xaf\x5a\xff\xd2\xa9\x72\xe9\xef\xe2\xb4\x61\xb2\xd6\x22\x76\xaa\x5c\xba\xf7\x60\x74\x03\x5f\xde\x83\xe1\x15\x0e\xdd\xab\x2f\x3a\x25\x2f\xdd\xab\x2f\x3a\x25\x2f\xdd\xab\x2f\x86\x29\x1a\xaf\x94\x65\x14\xcc\x9b\x2b\xba\x81\xaf\x77\x9b\x3f\x6b\x00\x4e\x1b\xbe\x3a\x6f\xa1\x30\xf0\xe5\xc5\x13\xc3\xdc\x8b\x79\xbd\x84\x51\x30\xcb\x71\x86\xe9\x16\xef\xee\xd9\x41\x8f\xfc\xdb\x5d\x13\x60\xbd\x3b\x05\x38\xd4\xbc\x6b\x62\x87\x43\x79\x4f\xc4\x30\x2b\xc3\x3b\x1f\x46\x3a\x05\xf5\xbb\x9d\xf0\xc9\xbc\xd9\xc1\xc8\x99\x97\x39\x74\xe3\x63\x5c\xe6\xf0\x01\x8c\x23\xcd\x25\x32\xd9\x1b\x17\x46\xc2\x7e\xdf\xee\x7c\xc2\x2f\x2e\x48\xf8\xc5\xc9\xc1\x8b\xbd\x4a\xa1\xef\x68\xb2\xdc\x36\xb0\x76\xe3\x56\xaf\x8a\x1a\x65\x31\xdd\x3b\x05\x3a\xc5\x2f\xdd\x2b\x01\x86\x69\x1d\x16\xfe\x77\x03\x52\xef\x24\x40\xec\xb0\x59\xef\x62\x56\x86\x45\xef\x9d\xd2\x93\x6e\x35\xfb\xc8\xfe\xd3\x3c\xcc\x57\x01\x97\xae\xfd\x31\xfb\x60\x5c\x7d\x57\xa6\x6c\xbc\x93\x84\x5c\x3a\x35\x32\xc3\x34\xd6\x92\x77\x43\x2e\x56\xd3\x74\xa3\x2c\x96\x8f\x8f\x74\x85\x21\xbb\x6e\xc8\xc5\x22\xf1\x6e\x94\xc5\x6a\x9a\x6e\x94\xc5\x6a\x9a\x91\x48\x94\xf7\x76\x27\x91\xf8\xef\x24\x21\xd7\x51\xc5\xcd\x88\xc9\x3b\xa9\x06\x51\xf1\x1a\x3e\x49\x24\xf1\x6b\x12\x56\x86\x3f\x63\x8b\x0c\xac\xbc\x93\x9e\xdc\x88\x57\x0c\xe0\x0f\x16\xc3\x0c\x93\x2c\x5e\x15\xb7\x06\xb3\x78\xf5\x29\x51\x8a\x12\x8b\x09\x89\xe4\x48\x84\xe5\x2b\x83\x1c\x89\xb0\x7c\xa5\x13\x99\x89\x05\xaa\xe9\x04\x63\xc2\x5a\x96\x4e\xfc\x25\x16\xc3\x27\xe4\x48\xc4\xa2\x15\x4e\x26\x44\x2c\x2a\x6e\x64\x42\x84\xe5\x2b\x9d\x28\x4b\x2c\xaa\x67\x64\x42\xc4\xac\x65\xa1\xd2\x3e\x16\x4d\x72\x02\x2b\x61\xa9\x71\x27\x96\x12\xb3\xb0\x85\x34\x88\x58\x4c\x1a\xe1\xa6\x94\xf0\x6a\xa5\x91\x05\xd6\x66\x76\xe4\x00\x83\xe6\xb4\x3f\xce\x11\x8b\x8a\x1b\xf5\x2f\xb1\x74\xe7\xb3\x83\x8e\x22\x88\x88\x49\x2c\x92\x03\x41\x92\xb0\x96\x65\x70\x09\x4b\x2c\xdd\xde\x76\x70\x33\xcf\x8a\x74\x8b\x58\xd2\x3d\x1d\xa0\x63\xa6\x61\x0e\xd0\xf1\xd0\x13\x54\x88\x45\x65\x8f\x44\x8c\x58\xca\x71\x9a\x6d\x5e\xbf\xd0\xb5\xca\x1e\xa9\x13\x61\xc1\x49\x27\x0c\x10\x8b\x9e\x22\x52\x27\xc2\xea\x93\x4e\x18\x20\x16\xcb\xcc\xc8\xa3\x88\x59\x8a\x52\x0b\x18\x40\x18\x1d\x17\x7e\x2c\xda\xda\x78\xed\x63\xc1\x54\x19\xb5\x08\xd8\xf5\xca\x38\xa7\x5d\x07\xd3\x56\xd9\xc3\x37\x1f\x8b\x95\x65\xdc\x3d\x13\x16\xa9\x0c\x32\x2c\x62\x96\xa2\x94\xa7\x6a\xd2\x42\x80\x8e\x71\xc5\xf2\x20\x5d\xa2\x13\xa0\xa3\x82\x58\x9e\xaa\x6b\x76\xcd\xe4\x14\x4e\xa4\x4e\x84\xe5\x2b\x1d\x17\x7e\x2c\xea\x84\xe4\x51\xc4\x72\x4f\xac\xfd\xe2\xd9\x49\xa6\xa0\x1f\x80\x94\x86\x58\x6e\xef\xf0\x49\xb0\x36\xb1\x84\xec\x82\x58\xde\x09\x30\x8e\xf2\xa8\x49\x0b\xd6\x9c\x91\x5d\x10\x8b\x26\x51\x93\x30\x54\x10\xc9\x21\x88\x55\xc7\x15\x39\x04\xb1\x2a\xb6\x28\xbb\x08\x2f\xed\x1a\xc5\x41\xb2\xda\xa4\x53\x76\x11\xab\x1e\x82\xe2\x20\xad\xab\x4b\xf5\x29\x6a\xe1\x2d\x5e\x83\xbc\x83\x58\xd7\x39\x4e\x00\xb8\xd6\x9f\x38\x09\xab\x4d\x3a\xce\xf0\x98\x05\x26\xf5\x89\x93\xb0\xc0\xa4\xb7\xf1\x33\x1f\x66\xac\x2a\x88\x5c\x80\x13\xab\xb7\x24\xe1\x29\x8f\x75\xf7\xc8\x0d\x90\xd8\x67\x87\x20\x31\xef\x42\xe2\x9c\xaf\x5e\x5d\x44\xb9\x47\xac\xde\x56\x84\x73\x3c\x56\x85\x15\xe9\x0a\xb1\x42\x83\x83\x74\x85\x58\x0d\xe2\x57\xa3\x6b\xc3\x91\x05\x6d\xac\x84\x5c\x3a\x5e\xef\x58\x15\x56\x64\x35\xc4\x2a\x75\x76\x4e\xf3\x2c\x45\x21\xc5\x21\x2c\x45\x19\x64\x35\xc4\x2a\x75\xe2\xe8\x8e\x55\x6d\x91\x1b\x4d\x62\x35\xab\x98\x74\x85\x58\x75\x98\xe1\xa7\x8e\x35\xbc\xa4\x89\xe3\xb3\x12\xe8\xef\x94\x7b\x84\x15\x2b\x83\xac\x86\x98\x15\x2b\x24\x25\x84\x15\x2b\x83\xbb\x33\x62\x55\xc3\xe4\xee\x8c\xb0\x14\xa5\xe3\x80\x0e\xab\x4f\x06\x17\x69\xc4\x5a\x8e\xc3\x59\x5a\xa5\xe8\xee\xf1\x51\x8f\x24\x3d\x21\xd6\x63\x7e\x61\x75\xa4\xdb\xee\xee\xab\x20\x92\xb8\x10\xab\x9e\x88\xee\x51\x50\xd4\xf5\xc6\x38\x8a\x3a\x52\x1a\x62\x3d\xdd\x9f\xc6\x38\x52\x34\x6e\xe5\x58\xcf\xd9\x1b\x5d\x6b\xbe\x75\x37\xeb\x9c\xbd\x31\x8e\xd2\xad\xbb\x59\x93\x88\x21\xae\xd5\x7c\x63\x12\x17\x62\x9d\xa4\x9a\x74\x3d\x09\x32\xe9\xed\x96\x29\x25\xbd\x59\xf7\x49\xaa\x41\xac\xfa\x8b\x29\xf7\x88\xf5\x15\x51\xf7\x47\x5f\x5c\xef\xe0\xf6\x7a\x67\x9a\x0b\xaf\xd8\xea\x2c\xbc\x65\x25\x9d\x5b\xfd\xc2\xe2\x91\x8e\x5f\x3a\xac\x0a\xe9\x14\x64\x84\xb7\xcf\xf5\x0e\xd6\xdb\x24\xa1\xf2\x67\xf6\xc6\x14\x36\x22\xf8\xbd\x33\x85\x6d\xd2\x13\xa4\xba\x19\x0a\x21\x57\x21\x36\x25\x15\xe9\x09\xb1\x6d\xb3\x6b\x7f\xe6\x6e\x23\x9c\x2c\x38\xe9\x38\xb6\x63\x93\x98\xf0\x4b\xc7\x66\x90\x84\x5c\x85\xd8\xb4\xb6\x70\x52\xc7\x66\xae\x23\xb9\x0a\x61\x5d\xca\x20\x57\x21\x36\x05\x1a\x17\x83\xc4\xa6\x33\xaf\x3b\x8e\xd2\x0d\x1f\x73\x6c\x1a\x58\x5c\x19\x12\xdb\x24\x26\x24\xe2\x2c\x30\xe1\x7a\xc2\xd8\xd0\xfc\x7a\x17\x83\x3e\xdb\x00\x18\x3e\x21\x23\x21\x36\x0d\x2c\x32\x12\x62\x9b\x54\x22\x6e\xfa\xeb\xba\xb8\xe5\x6c\x03\x6e\xe9\x7c\x44\x54\x9d\xb0\x8b\x8e\xf4\xc3\x35\x23\xb1\xa9\x20\xe2\x97\x8e\xcd\x7c\x7d\xee\x1c\x09\x6b\x4a\x06\x77\x8e\xc4\xa6\xb9\xd6\x61\x35\x9b\x82\x93\x0b\x48\x62\x53\x56\x92\x13\x11\x9b\x9e\x3c\x2e\x20\x89\x4d\x0b\x2d\x44\x67\xcc\x36\x4c\x8e\x3a\x94\x1e\x76\x7d\xf8\x05\x51\xb7\x49\x59\x63\xfd\x59\xe2\x7a\x6c\xc7\xec\x03\x24\x70\x67\x0f\xb2\x27\x62\xd3\x6b\xc2\x25\x26\xb1\xe9\x00\x0c\xd1\x33\x54\xca\x8d\x26\xb1\x9d\x13\x3d\x70\x55\xc3\x0c\xd1\xd3\x48\x0b\x7b\xd3\xfa\x22\x95\x22\x36\xe9\x89\x54\x8a\xd8\x5e\xbb\x46\xa2\x58\x8a\xd2\xf1\x3a\xc6\xa6\x03\x03\x3f\x61\x6c\x06\x56\x48\xa5\x88\x7d\x99\x6d\x0a\x40\x74\x50\xa8\xf6\x65\xb6\x19\x00\xa2\x03\x1b\x99\x75\x29\x64\x5c\xc4\xae\x33\x8f\xbc\x8a\xd8\xb5\xa4\xf0\xec\x85\x57\x2b\x0e\x92\x2c\x62\x57\x9c\x70\xf1\x49\x58\x97\x32\xb8\xf8\x24\x76\x9d\x0f\xb8\xf9\xc2\x22\x95\x8e\x9b\x2f\xac\x3e\x19\x5c\x89\x12\xbb\x42\x83\xeb\x4c\x62\x6f\x13\x1d\xba\xd6\xa8\xc1\x4b\x17\xbb\xa1\xf9\xe1\x7c\x14\x0d\x01\xe7\xb0\x48\x65\x0c\xe7\xa3\x9c\x18\xce\xc7\x30\xfb\x10\x6b\x15\xb7\x21\x3a\x1e\xed\xe8\x0c\x2a\xcf\x1f\xe2\x96\x6e\x09\x7c\x68\xd7\xc5\x40\xfa\x45\x58\x7d\xd2\x71\xe6\x85\x35\x26\x1d\x67\x5e\xec\xa6\x44\x72\x1f\x4a\xec\xe5\xfe\x04\x83\xea\xf3\xe3\x72\x94\xd8\x4d\x89\xe4\x72\x94\xd8\x6b\x22\xca\x7c\xca\x99\xc2\xe6\x77\x03\x86\xb8\xf9\xc2\xea\x93\x8e\xff\x2e\xac\x3e\xe9\xb8\xec\x62\x9f\x47\x1b\x85\x6a\xd7\x92\xe2\x42\x95\xd8\x8d\xbf\x0c\x57\xc7\xa8\x3f\xbe\xb8\xd8\xe7\xe9\x45\xba\xed\x6a\x71\x5c\x9b\x12\xbb\xde\x67\x5c\x69\x61\xc1\xc9\x18\xae\x8e\xa1\x44\xfc\x6a\xb1\x1b\x9a\xa7\x96\x25\x76\xb5\xb8\xe1\x52\xe9\xa4\x1e\xae\x8e\x1e\x02\x6e\x89\x8c\xdd\x80\x21\xde\xb3\xd8\x95\x06\xc3\x75\xd3\x49\x3d\x5c\x2a\x03\x86\x5c\x18\x1a\xbb\xea\x19\xb9\x24\xb1\xeb\xa4\xc6\xd9\x15\xbb\xfe\x3b\x72\x49\xa2\xe9\x8a\x26\x97\x24\xda\x32\x7b\x0b\x00\x78\x24\xee\xa9\x68\x5a\x34\x38\xa1\xa2\xcd\xd3\xcb\x22\x36\xfd\xd2\x78\xa4\xa2\xe9\x8a\x1e\xac\x68\x5b\xdd\x12\xb8\x67\xd3\xdd\x36\x90\x2d\x6d\x73\x7f\xe0\x50\x6d\x1e\x7f\x96\xb7\x69\xfa\x73\xeb\x49\xcc\x6a\x13\x6e\x3d\x89\xa6\xb5\x9f\x30\x59\xab\x4d\x7a\xc2\x64\x9b\x8c\x19\x2f\x56\x34\x23\x81\x5c\x80\x1a\x4d\x2e\xcd\xad\xa7\xd1\x0c\xc6\xe0\xdf\x8a\x66\x5c\x9b\x6b\x53\xa2\xe9\x8a\x4e\x58\x69\x33\xc8\xcd\xb5\x29\xd1\x74\x45\x73\x31\x5a\xb4\xc9\xb2\x91\x6e\xcd\x3c\x45\x52\x5b\xa2\xe5\x6c\xc3\xcf\xca\xe5\x45\xd0\xb4\x9a\xb8\x81\x8e\x41\xed\x51\xf9\x33\x86\xd9\xc6\xec\x83\x99\xeb\xb4\xe6\x4a\x94\xf0\xfe\xb1\x8e\x87\x2a\xda\x10\x09\xc4\x4b\x33\x18\x33\xdc\x2f\x5d\x01\xb8\xab\xa2\xcd\xd3\xec\xe6\x1d\xf6\xe6\x7e\xc9\x98\x71\x4a\x45\xd3\xc2\x49\xb8\xa7\x45\x1d\x1d\x3f\x54\x34\xf3\x51\xa8\x28\x8a\xa6\x4d\xcf\xcd\x29\xd1\x70\x98\x75\xca\x8b\xa2\x69\xa0\x24\xcc\xaf\xcd\xa3\xed\x1e\x5f\x62\x0d\x27\x6c\xda\xf4\xdc\x82\x12\x4d\xa7\x35\x75\x43\xd1\x6e\x2f\xee\x84\xab\xb5\xc9\xbf\x11\xb1\xdc\xb4\xb6\x2d\x8b\xbb\x7f\xbb\xa8\x18\x0e\x4d\xd3\x05\xa7\x54\xb4\x67\xf1\x67\x74\xf0\x11\xca\x07\xf0\x33\x5d\x69\xb8\x84\xa2\x3d\xb7\x5f\x6c\xf3\x0a\x30\x9f\x4f\x4e\x7c\x00\x3b\xa9\x76\x85\xe7\x28\x9a\x24\x84\x17\x28\x2c\x1e\xe9\x78\x81\xa2\xbd\xae\x35\xcc\xaf\xab\x5d\x51\xcf\x13\xfd\x13\x1a\x5f\x6f\x01\x30\x3b\xe8\x00\x73\x3e\x09\x70\x08\x14\xc0\x44\xe7\x43\x94\xe2\x91\x6d\x21\x11\x28\xba\x29\x28\xb8\x84\xa2\xaf\xc3\x2f\x2b\xc0\xed\x17\x7a\xdb\x1c\x14\x89\xd8\x37\xef\x45\x85\x47\xf6\x6d\xf6\x06\xa2\x8a\x13\x0a\x75\xa2\xef\xb3\x0d\x58\xef\xee\x36\x7c\xa8\xef\x2e\x15\x76\x66\x6f\xae\x28\x76\x66\xf7\x62\x55\x5c\x33\xd1\xf5\xab\x51\x9b\x13\xbd\x4d\xdc\xe8\xc0\x50\x29\x45\x37\xd1\xfb\x1c\x07\x74\xba\x5d\x73\x76\x2c\x04\xe9\x38\x6d\xa2\x9b\x82\x42\x01\x4d\x74\xc5\x09\xde\x98\xe8\xe9\xcf\x20\xef\x5e\x6e\x16\xd2\xba\xeb\x2e\xd0\x7f\xd2\xf5\x91\xe9\x3f\xe9\x8a\x06\x5d\x26\x7d\xcc\x2f\xe0\x66\xa6\x97\xee\x8f\x3e\x26\x3a\x20\x3a\x5c\x1d\x88\x69\x5e\x6a\xac\x63\xc4\x62\x91\x9e\x98\x78\x5d\xcf\x57\x71\x2c\xbb\x7a\x89\x3e\x8a\x2e\x61\xe8\x96\xb0\x24\xa4\xeb\x96\xe8\x9f\x00\xd8\x16\xb2\x8f\xa2\x5f\x6e\xfd\xee\xcf\x5e\x7f\x06\x3a\x12\x86\x2e\x86\xce\x85\x86\x0b\xd9\x47\xd1\xef\x79\x6f\x2d\x83\xea\x06\xd3\xab\xd0\x11\x0d\x5d\xaf\x42\x57\xe5\xd1\xc0\xe7\x12\xb7\xaf\x03\x76\xce\xa3\x4c\x05\x44\x58\x05\xd2\xa9\x25\x88\x58\xa4\x1f\xec\xa3\x30\x4c\x43\xf6\x7f\xc4\xe2\xea\x40\x0b\xb1\xb9\xf0\x9c\xf8\xd0\x3d\x55\x10\x46\x7c\x1a\xcb\xf7\x25\x00\x6e\xbf\x7c\x93\xb3\x88\xa3\x6b\x7e\xc6\xee\x7c\x38\xb0\x56\x74\x74\x6d\xd1\xd8\x25\x0c\x7f\xf6\x9d\xaa\x0f\x18\x3f\x63\x98\x96\x7b\x74\x32\xe1\xc3\x72\x8f\xae\xd1\x19\x9f\x0a\xb4\x2d\x24\x0f\x45\x78\x49\x2f\x97\xbf\x44\x34\x67\x8e\x55\x14\xdd\x71\x11\xe5\xd1\x67\x6f\x60\xd4\xdd\x22\x44\x79\xe8\xe4\xd5\x36\xb5\x44\xa4\x6b\xd8\x45\xba\x74\x50\x40\xa4\x14\x80\x24\xb6\xf6\xa3\x73\xab\x62\x44\xba\x40\x88\xe5\x48\x17\x15\x49\x1c\x29\xe1\x43\x28\x56\x85\x74\x2e\x5f\x8c\xd0\x06\xd6\xac\x8a\x21\x3a\x10\x4a\x18\xc2\xd4\x2a\x8a\xe1\xe4\x10\xb1\x61\xc4\x44\xab\x28\x8c\x67\x6a\x15\xc5\x21\x11\x8b\xb5\x02\x40\x13\x89\xe2\x91\xef\x8b\x3f\x73\x50\xe4\x44\x9c\x6e\x38\x32\x3a\x4e\x37\x2f\xfd\xe2\x16\x41\x9d\x31\x29\x00\x9e\x1f\xa7\x88\x26\xf3\x39\xe7\x38\x60\x7d\xce\xae\x41\x54\xe5\x48\xe3\x29\xae\xd9\xb5\x5f\xec\xba\xfc\xe2\x95\xcc\xb0\xec\x50\x39\xd2\xf6\xe1\x7a\xc1\xef\x67\x7e\x99\x3f\x63\xd0\xdb\x05\x41\x12\x5b\x7d\xd2\x35\x77\x62\x8a\x06\xb8\x80\x97\x70\x76\xcd\x9d\x78\x5c\x03\x97\xea\xb5\x0d\x94\x16\x5a\xd4\x5c\x97\x18\x29\x9b\xd7\xb8\x48\xf3\x09\xc9\xd3\x8e\x9c\xcc\x1c\xad\xc7\xea\x93\xae\xd5\x90\xcb\xec\x3a\x01\x6e\xbf\xf0\x33\x1c\xc1\x5d\x0b\x20\x0d\xac\x68\x01\xe4\xe6\xa9\x62\xdd\x72\xe3\x54\x71\xe7\x7f\x50\x49\xf2\x01\x0c\x6a\xf8\x44\xcd\x3c\xf7\xdd\x2f\x3b\x80\xcb\xdb\x04\x9c\x29\x04\xe9\xa5\xa2\x5d\x95\x3b\x0d\x4c\xaa\x65\x53\x8a\xf2\x75\xc0\xcf\x5a\x17\xe0\x67\x6d\x76\xc0\x14\xe6\x2d\xd9\x90\x6a\x6a\x37\xab\x17\x67\xf7\x67\x10\x53\x76\xd7\x0d\xfa\x49\x79\x3e\xb7\xb8\x44\xc6\x9c\x02\xd3\x0e\xc7\x61\xad\x29\x30\xf9\x00\x66\x1a\x97\x00\x93\x0b\x11\xed\x76\x20\xa2\x08\xb4\xcc\x4d\x80\x41\x53\x74\x20\x40\x0b\x4c\xba\xaa\x70\x6a\x83\xa8\xfd\x5a\x6d\xd2\xd5\x7e\xa9\x36\xf9\x3a\x00\x28\x17\x11\x51\x97\x35\xdb\x30\xa8\xde\x67\x35\x59\x4b\x4f\xfa\x80\x98\x28\x3d\xf9\xda\xb0\x3a\x63\xa2\x43\x1b\x33\xbd\x48\x9e\x0e\xeb\x50\x3a\xc9\xd3\x91\xca\x23\xae\x06\x8c\x54\xb9\xe3\x36\xc0\xc8\xd3\x0e\x3c\x62\xa6\xc3\xa8\xaf\xa6\xf4\xa3\xba\x99\xd7\xea\xcf\x98\xe9\x24\xa6\x8a\x9f\x31\xcc\x94\xd2\xb8\x64\x26\x52\x29\xc4\xbd\x32\x91\x2a\x54\x2a\x88\x79\xbb\xdc\x28\x7b\xf9\x88\x11\xea\x99\x75\x29\x9d\xfb\xef\x22\xd5\xae\x86\x87\xfe\xf5\x98\xa2\x9e\x59\x70\x12\x6a\x57\x89\xa6\x14\x6a\x57\xf9\xbe\xfe\xec\x1b\xa7\x14\x2f\xbc\xce\x10\xb5\x7a\x2e\x90\x42\x56\x78\x84\xea\x4c\x6d\x6e\x38\x52\xa8\xd0\x60\x42\x75\xa6\xf6\xe6\x17\x81\x53\xe0\x1b\xb4\xda\xfc\xd2\x01\x42\x80\x71\x50\x5a\x82\x2b\xe1\xa2\x54\x5a\xb8\xa1\x25\xaa\x89\x28\xab\x53\x5e\x4a\x4e\x8e\x72\x54\x88\x35\x87\xbe\x72\x76\x3d\x00\xc2\x9f\x09\x20\x4e\x48\x92\x0b\xaa\x35\x3e\x60\x05\x10\x6b\xc8\xbb\x08\x78\x04\x39\xca\x51\xf3\xc8\xa1\x91\x59\xc7\x11\x24\x2c\x47\x95\x58\x43\x5c\x55\xb3\x03\x00\x8e\x4f\x28\xd7\x6b\x38\x6d\xc8\xce\xd2\x8d\x50\x94\xd7\x98\x6d\xc0\xfa\x70\x79\x21\xc8\x3a\xe6\xa0\x74\x70\xd8\xc6\x45\xe4\xc8\x85\x32\xba\x60\xbf\xb1\x88\xdb\x3c\x2e\xdd\x2f\x6e\xb0\xb8\x5d\x52\x00\xd4\x59\x97\xbd\x89\xce\x3d\x07\x65\x75\xd0\x6d\x42\x91\x6a\x81\x46\x2c\x62\x70\x3b\x53\xe4\xab\xd5\x1a\xb1\xd8\x46\x96\xcd\x05\x31\x51\x72\x69\xb2\x06\xa3\x1e\x37\x0b\x8a\xae\xd7\xae\xa1\xe8\x01\x97\x0e\x65\xe5\x58\x24\x14\x8c\xdb\xb1\xb8\x73\x98\xb0\x63\x11\x03\x28\x9a\x22\x8e\xef\x8b\x6d\x5c\xd1\xf9\xc5\xad\x87\xd6\xc7\x6a\x6f\xc8\xca\xb1\x3a\x28\xe2\x71\xa8\x99\xaf\x02\x9b\xfb\x03\xe1\x8f\x5d\x74\x20\xfc\x31\x0f\xec\xfc\xe2\xa0\xf3\x8b\xeb\x06\x4b\x18\xbb\x3b\x07\x4b\x18\x4d\x02\xc4\x3a\x1e\xcd\xd5\x99\xc0\xc4\x0d\xac\x7d\x22\x80\x7b\xce\x62\x4c\x8e\x8b\x48\x1d\x3e\x04\xc0\x4d\x64\x31\x26\xc7\x45\xbe\x8e\x90\x16\xd0\x24\xc6\x64\xbf\x76\xe0\x6d\xfd\x24\xb3\xc6\x98\xbc\x18\x2d\x7b\xa4\x5b\x82\xe4\x1d\xe9\x22\xc2\x29\x86\x5a\xce\xea\x38\xe5\xf1\x47\xd8\x8e\xe1\xba\xa1\x72\x8f\xe1\x1a\x38\xe8\x98\x1d\xf8\x05\xa1\xbe\x3a\xe8\x70\x72\xc8\xe4\x71\xd8\x06\x8d\xc5\x82\x8c\x50\x22\x8e\xc3\x45\x84\x71\x59\x9d\x11\x8a\xc7\x71\xb8\x06\xe2\x86\x62\x13\x8a\xc7\x41\x21\x6c\x7c\xa2\xee\x27\x0c\x73\x9c\x52\xb4\xe8\xa9\xdb\x90\xaa\x18\x56\x6b\x84\x12\x72\x9c\x2c\x10\x79\x8b\x61\x81\x46\x70\xdb\x78\x58\xa0\x11\xdc\x36\x1e\xe3\x4a\x7f\x06\x46\xd2\xd3\x66\x07\x58\xc7\xa1\xe8\x1b\xf7\xee\x17\x06\x95\x36\xc8\x4e\x8c\x21\x2f\xe6\xea\x95\xb0\xf2\x22\x94\x90\xe3\x19\x7e\xa1\x6b\x52\xba\x42\x09\x39\x34\x7b\xc9\x41\x8c\xf1\xce\x0e\xc0\xed\x9d\x6d\xc0\x4d\x96\xad\x20\x1d\x78\x44\x63\x9d\x6d\x5e\x81\xaf\xcd\xa1\xad\xc0\xd5\x2b\x71\xe0\x1e\x0d\x45\xdf\xb1\x74\xbf\x0c\x80\x89\x81\x3f\xe3\x5c\x90\xc4\x18\x16\x5b\xc4\xea\xcf\x56\xd1\x41\xda\x59\x79\x11\xeb\xfc\x59\xf3\xcb\x06\xe0\xb6\xce\x9f\x0d\x01\xbf\xcc\xae\xbf\x99\x1e\x9b\x5d\xa3\x77\x59\xad\x11\x5c\x7a\x16\x87\x3a\x14\x19\x8d\x71\x6c\xb3\x0d\x3f\xdb\x3d\x4b\xf8\x28\x8e\x7d\x7e\xa1\x8d\x04\xa9\xdc\x3b\xb4\x81\x37\x7f\xd6\x3c\x3e\x70\xe9\x43\x4d\x89\xf4\xc6\xa0\x26\xe3\x03\x98\x9c\x82\x46\x51\x77\xcc\x27\x44\x30\xf9\x8e\xee\x22\x4e\xc0\x73\x80\x95\x77\xf8\x4c\x07\xb7\x99\xc5\xe1\xcb\x1c\xca\x3d\x4a\x37\xbe\x9f\x81\x5b\xb8\x3a\xb0\x79\x4a\x37\x3e\x00\x0c\xa4\x5b\x6e\x33\x8b\x23\x67\x1b\x7a\x93\x3a\x49\x21\x8c\x43\x1b\x84\xac\xc1\x38\xb4\x41\x48\x14\x8c\xa3\x3c\x89\xfe\x4c\xe1\xc4\x1d\x2a\x61\xdd\x46\x28\x6c\x8f\x72\x17\x6c\x33\x9c\x0f\xf2\xf5\x90\xbc\xb9\x43\x25\x0e\x25\xd5\x3a\x01\x5f\x4e\x41\x8a\x1e\x63\x62\x00\x70\xf8\x8c\x0a\xb2\xd2\xea\x8c\x58\x27\xe0\xe4\x10\x41\xc7\xa4\xb9\x09\x48\x73\x88\xa0\xe3\x74\x0a\x48\x9d\xe3\x9e\x1d\x80\xf5\x53\x7e\x61\x0d\x1e\xd7\x1a\x41\x73\x28\x4e\xb8\xb0\x3a\x0e\x5d\x40\xdc\x51\x1d\x96\x5d\x84\x02\xed\x78\xdd\x53\xf4\xc8\x63\x52\x89\xbd\xbd\xb3\x83\x6f\xd0\x73\x71\x75\xe8\xfa\x9c\xc7\x9f\xae\xcf\xc5\x69\xd3\xf5\xb9\xce\x71\x12\x40\xfa\xa1\xeb\x73\xf5\x20\x21\x82\x2c\xd5\x88\xd5\xae\x57\x57\x07\x79\x74\xce\x73\x6d\x07\x9b\x18\x20\x9c\x2c\xbb\x08\x65\xd8\xb9\x4f\x0c\x68\x33\xcf\x35\x82\xe6\xdc\x5d\x2a\x04\xcd\x39\xcf\x35\x82\xe6\xfc\xeb\xcb\x36\xfc\x4c\x65\x68\xf5\x67\x3e\x66\xb3\xe6\x4f\x35\xcc\xb3\xbb\xfb\x08\x9e\x73\x9e\x66\x84\xd5\xa9\xde\x4f\x7a\x63\x9c\xe1\xa2\x22\x2a\x28\xd0\xf8\x00\x86\xf2\xcd\x18\x85\xc8\x99\x4e\xc9\x2f\xe9\xda\x23\x44\xac\xbc\x08\x85\xc8\x59\xb3\x6b\x66\x51\x1e\x7a\x04\xcf\x59\xae\x23\x72\xe3\x2c\x8f\x9c\x1d\x28\x92\x36\x3b\x18\xf3\x67\x8c\x33\xa4\x5b\xd4\xda\x73\xb8\x0c\x98\x6f\xe7\x61\xd7\xc8\xa7\x53\x91\xc4\x8d\xde\x71\x1e\xae\xb0\xe3\x28\x78\x36\x44\xd2\x79\xfa\xda\x0f\xa2\xe1\x3c\x5d\x6e\x44\xd2\x49\x78\x2b\xc8\x6f\x8f\x13\x9f\x52\x6c\x48\xae\x93\x10\x73\x6c\x8b\x1d\x5c\x02\xb6\x99\x5d\x83\xe8\x39\xdf\x1b\x02\xb8\x5c\x03\xb1\x56\x04\x91\x13\x1f\xe7\x35\x11\x65\x0a\x2a\x6e\x8a\x93\x53\x5d\x4d\x71\x72\x5e\xf6\x86\x08\x3a\x6f\x09\x05\xb9\x67\x89\x88\xaf\x17\xc5\xa9\xe3\x94\xb4\xd0\xe0\x45\x86\x6d\xd9\x9d\xdc\x5b\x02\x74\xa0\x9e\x4f\x26\x68\x5c\x8a\x06\x32\x41\xe3\xa2\x3e\x29\xe4\xf9\xd7\xe2\xa0\x30\xf3\x4b\x0b\x80\xb4\xd0\xb0\x44\x24\xe4\xec\x97\xa2\x41\xfe\x7d\xc9\xf3\x49\x18\x8d\x6b\x9b\x5f\x04\x9a\x5f\xbe\x69\x5f\xfb\xc4\x2d\x01\xfe\xed\x99\xa5\xb8\xd4\xbb\xb8\x84\x25\x2e\x82\x0a\x21\xcb\xbe\xf6\x89\x35\x80\xb4\x41\x5e\x69\x50\x15\xf2\x01\x60\x2d\x6d\x90\x6a\x1e\x97\x4a\x18\x57\xad\xc4\x35\x5f\x7d\x82\xb3\x5b\x22\x12\x72\xf6\x4b\xf5\x4c\xfe\x7d\xf5\x61\x1b\x01\x77\x1b\x66\x7e\xc9\xcc\x77\xc4\xa3\xf5\x22\x21\xcb\xbe\xa4\x92\x1d\xf1\x78\x49\x25\xf2\xef\x4b\x53\x45\xfe\x7d\xa5\x18\xc0\xb2\x2f\xe9\x47\xc6\x7c\x69\xb7\xec\x2e\xbc\x76\x8b\x5c\xda\x62\x91\x90\x17\x5f\x35\x7f\xc6\xa0\x35\x07\x65\x9c\xf2\x24\x76\x7f\x76\xfb\x85\x41\x87\x83\xc2\x16\x2f\xb5\xb8\xdd\x2d\x39\x3c\x3b\x30\xa5\x4b\x57\xd3\xee\x2e\xa8\x91\xc9\xd5\x2c\xfc\x08\x19\xd9\x25\xcf\xdf\xdd\x92\xcb\x9d\x43\x5f\xbd\x2e\x31\x80\x87\x5c\xb2\x79\x79\xc8\x75\x8b\xb5\x0b\xaf\x71\x21\x43\xb9\x6e\x17\x1e\xe6\x70\xcd\xa3\x0c\x73\xb8\x8c\x1b\x90\xf3\x1a\xd7\x63\x1b\xc8\xd9\x92\x90\x90\x9c\xaf\xc7\x36\x90\xf3\xa5\x9c\x20\x35\x36\xae\x57\x0c\xa0\xac\x6b\x9e\x78\x24\xef\xad\xa5\xb1\xb7\x9f\xd5\x92\xc7\x6d\x4c\x80\x7b\xe3\xe3\xd6\x8d\xb4\xb3\x93\x16\x82\x84\xc4\x75\xab\x29\x71\x17\x4d\xdc\xeb\xec\x3d\x00\xd2\x9f\x31\xae\xca\x91\x64\x67\x21\x48\x48\x76\x37\xc9\x1c\x21\x71\x51\x15\xf2\x75\xf0\x21\x7e\x6f\x9e\x73\x76\xff\xc6\xaf\x1b\x12\x97\x85\x20\x21\x3d\xdd\x9b\xdb\x8a\xd9\x7b\x6b\x92\x93\x9f\x1b\xb7\x82\x47\xaa\xb9\x77\xa7\x80\x58\xbe\x77\x31\x40\xa9\xbc\x77\x77\x1f\x19\x7d\x37\x27\x87\xea\x78\xb7\xf9\x85\x41\xf1\x1c\x85\xe7\xfc\x0e\x97\x1b\x33\xf1\xf6\x3d\x32\x0f\xf0\xed\xab\x63\x1e\xd3\x5b\x71\xb2\x73\xfe\x2c\x2b\x09\xcf\xdf\xed\x73\x62\x1e\xb9\x5b\x33\x9e\x5b\xf5\xe3\x56\x39\x22\x8d\x37\x6e\x2e\xf4\x09\xde\x0f\x88\x5b\xd9\x42\x9a\x75\xdc\x35\x7f\xc6\x38\xda\xe7\xfb\x2e\x30\x7b\x63\xa6\xc3\xf9\x70\x96\xee\x21\xa2\x1c\x92\x5b\x7d\x68\x47\x94\xdf\x9a\x3b\xf3\x90\x1c\x8e\x03\x79\xdf\xca\x89\x79\x0e\x4e\xdb\x40\x0e\xf7\x39\xdb\xd0\x81\x5a\x0f\x89\xc4\x71\xab\xf5\x90\x48\x1c\x37\x91\xe8\x98\x27\x44\x2f\x2a\x59\xc5\x61\x25\x49\x90\x66\x1d\xf7\x35\x3b\x60\x41\xe4\xf9\x73\x1b\x35\xd6\xb9\x52\x3f\xac\x31\x89\xb9\x8d\xb7\x6b\x80\x9d\x79\x6b\x90\x90\x96\x1c\xf7\x2d\x17\x80\x3a\xef\xdb\xb5\xc6\x43\x70\x4f\xe2\xc2\x9a\xbc\x9f\xd9\x1b\x1d\x48\x5c\x73\xb3\x54\xc2\xb8\xb2\x26\x2c\x38\x89\xb9\xd6\xaf\x6d\x5c\x5e\x29\x6d\x2e\xe2\xeb\x82\x60\xed\xdf\xaf\xe8\x20\xd4\xef\x77\xf6\xf6\x75\xfd\x4c\xa9\x83\xb4\x7e\x16\x17\x04\xf2\x7e\x26\x99\x41\xde\xcf\xa4\x1f\x6c\x7a\x8a\x45\xbe\x2f\xdf\xa0\x8f\x31\x35\xee\xab\x89\x67\x1e\x7f\x24\xef\xa3\x13\x8a\x6b\x7b\xe2\x99\xc7\x1f\x06\xf3\x28\x68\x9c\x8f\xf5\x21\x21\x6e\x8f\x31\x0e\x72\xac\xc3\xfa\x90\x98\x88\xaa\xab\x4d\x44\x9b\xeb\x06\x4f\x79\xda\x9c\x02\x1d\xb4\xf9\x33\x3a\x20\x97\x29\xfe\xfa\x33\xa9\x11\x99\xfc\xf0\x16\xeb\x42\xc2\x75\xf8\xda\x4a\xcc\x0e\x7c\x37\x70\xfe\x2c\x76\x7f\xc6\xe4\x08\x8c\xc7\x5f\x81\x53\x80\xc9\x65\xf7\x67\x02\x60\x40\x26\x75\x3c\x1e\x7f\x6e\xb2\x89\x47\x01\x40\x26\x75\x50\xf8\xf1\x7d\x01\x37\x55\x2b\x32\xa9\xe3\x51\x34\xf0\x10\x40\xf8\x0a\x4a\x98\x22\xfd\x10\xac\x88\xb6\xfe\x54\xc3\xb4\x10\x24\xb8\xb2\x26\x1e\x49\x88\x8b\x69\xe2\x21\x93\x28\x4c\x99\x7e\x74\xa4\x4e\x8c\x0c\x5e\x4c\x24\x4e\x31\xda\x04\xd2\x2f\x6c\xb8\x7a\x17\xf7\xd7\xc4\xa3\xaa\x65\x3a\xb7\x55\x21\x61\x9a\xf5\x73\xb9\x74\x22\x2e\xa5\x99\xdb\xfd\xe8\x30\xe3\x2e\x9a\x78\x48\x69\x0f\xf3\xa7\x2d\x11\x09\xf3\xa7\x9f\x7b\xa2\xc3\xcf\xee\x21\xc0\x9a\x3c\xce\x07\x31\xf6\x68\xac\xcf\xf9\x10\xbe\x0b\x6e\x8f\x09\xde\x4b\xf9\xbe\x30\x05\x0d\x94\x89\x35\x59\xec\xc1\x85\x31\xf1\x48\x0e\x62\xfd\x2a\x92\x4c\x0e\xf7\xdd\xd4\x68\xf0\x21\x9e\x4a\xfd\xbe\x04\xc0\x6c\x93\x00\xa2\x03\x87\xb2\x2a\x24\xb8\x16\x26\xde\xd5\x35\xc0\xec\xf5\xd5\xd2\x30\x69\xfb\x55\x09\x73\xa6\xef\x76\x08\x30\xe8\xe6\x8a\x82\xdb\x6b\x24\x83\x87\x0e\xe2\x55\x57\xe3\x39\x83\xf0\xf5\x95\xe0\xc6\xff\x78\x15\x1a\xdc\x5f\x13\xaf\x21\x0a\x1e\x56\x0c\xdf\x08\x0d\x2e\x72\x89\x57\x71\xc2\xf5\xff\xf1\xaa\x91\xcd\xc9\xf5\xf9\x85\x41\x8d\x44\xcf\xf9\xf8\xf4\x26\x17\xb7\xc4\xab\x46\x36\x27\xa7\xd4\x99\xf3\xf1\x49\x4c\xd3\xb9\xdf\x49\x35\x08\xce\xf9\x24\x26\xf7\xae\xc4\xab\xe2\xd6\x90\xa2\x6f\x4c\x0c\xc0\x5a\x8d\xcc\x0c\xee\x37\xed\x1a\x17\xf1\xab\x46\x66\x46\x3a\x6f\x50\x7e\x00\xb8\x4d\x4a\x43\x39\xf2\x2d\x97\xe0\xa6\x94\x78\x95\x47\x73\x75\x34\xc9\xb9\x0f\x25\x7c\xbb\x25\xb8\x0f\x25\x5e\x15\xb7\x39\xed\x49\x9d\xf0\xef\x77\xcc\x0e\xe8\x7a\xcc\x0e\x04\xe4\x02\x30\xf3\x77\x92\x2a\xbc\xf8\xd5\x17\x67\x7e\xfb\x7b\x38\x05\x17\xe4\xf0\x24\xba\x06\xc7\xec\xc0\x9f\xcd\x0e\xc0\xe0\xf0\x1c\x60\xb5\xbe\x93\x4e\x61\x98\x16\x98\x44\x2b\xbf\xb8\x88\x2e\xd5\x29\x31\x95\x80\xc4\x04\xc3\x7c\x2f\x27\x07\xcb\xf6\xdd\xc0\x30\x15\xfb\x55\x0d\xe4\xba\x99\xb0\x72\x24\xcc\xcb\x7e\x0d\x18\xce\x45\xbc\x67\x1b\x30\xb8\x4f\xbf\xd8\x81\x47\xcc\x45\xa4\xa6\x24\xcc\xd8\x7e\x09\x7d\x84\x19\xdb\xef\x33\x7f\x06\x6e\x12\x2d\xf7\x94\x84\x05\x26\xc1\xeb\xc2\xf1\x2a\x9c\xb8\x47\x26\x78\x60\xe5\x03\xc0\xcd\xa0\x48\xff\xb8\x67\x2e\xcb\x6c\x93\x00\x92\xf3\xb7\x88\xe9\xcb\x29\xc1\x3d\x25\xe9\xcb\x29\x41\xc6\x76\x5a\x6d\x12\x7d\xfd\x99\x86\x99\xbe\xc2\x1d\x7d\xa5\xc3\xd5\x27\x66\x3f\xae\x96\x3e\xab\x12\xdc\x5b\x92\x8b\x96\x14\x37\xf1\x27\x05\x27\x1f\x12\xa0\xa7\xb4\xe3\xf2\xfd\x5c\x26\xdd\x16\xb8\x9a\x41\xc2\x16\xe5\x42\xe6\x7b\x70\xd3\x48\x2e\xbb\xcb\xfd\xed\x57\x2e\x93\x88\x07\xb3\xd0\xe0\x22\xeb\x3b\x17\xc3\x34\x5c\x66\x93\x8b\x61\x1a\xb2\xf4\x73\xd1\x19\x41\x0a\x78\x2e\x0a\x38\xae\xac\x49\x9e\x55\xf9\x00\xa6\xa0\x4c\x23\x39\x3c\x2d\x38\x09\x6e\x27\xc9\xa5\xcf\x36\x60\xad\xea\xd8\x77\x3a\x98\xa4\x3a\x40\x54\xb3\x8a\x14\xfd\xb4\x48\xc5\x07\x78\x73\x99\x44\x3c\xc0\x40\x22\x26\xd5\x3c\x7d\x3c\x25\x48\x35\xcf\x25\xe7\x38\xcc\xd4\xe4\x14\x4e\x4c\x5a\xcb\x12\xdc\x53\x92\x8b\xd1\x1c\x8e\x4f\x2e\x24\x31\x06\x49\xe8\xb9\x94\x0b\xd2\xf8\x42\x12\x63\x90\x77\x9e\x8b\x82\x94\xab\x71\x72\x31\xce\xc3\xd5\x38\xc9\xab\xf1\xdf\xcf\xc0\xe0\xf0\x98\x36\xa6\x70\xcc\x71\x98\x82\x7e\x35\x0e\x63\x2e\xca\x4a\x72\xc8\x93\xc2\x96\xef\x0b\x1d\x48\x83\x24\x94\xa7\xef\xc5\x2f\xf3\x30\x5e\xce\xb4\xf3\xb3\x6b\x7e\x61\x41\x54\x2a\x49\x35\x4f\xab\x4f\x82\x54\xf3\xa4\x78\x64\x5b\xe6\x31\xbd\xdd\x92\x10\xf0\x67\xc1\x38\x3a\x12\x28\x39\xc8\x65\x52\x4d\x30\xb9\xd7\x43\x1f\x4c\x41\xaa\x99\xa7\xf7\x9d\xbd\x7d\xf3\xa1\x5e\xe4\xfb\xd2\x00\x5c\x83\x8f\xdb\xe4\x6a\x34\xc7\x73\xbd\x4e\x12\xfa\x58\x4f\xae\xfa\xe2\x78\xc1\x20\xa9\x17\xf9\x7e\x46\x1b\xed\x23\xf2\xdb\x73\x35\x00\xcf\x4d\x3d\xe9\xeb\x24\x41\xb2\x7b\xfa\x22\x7c\x90\xc5\x9e\x56\x81\x04\x89\xeb\xc9\x1b\x24\xdb\xc2\x7d\x3c\xb9\xee\xf3\x67\x60\xa0\x23\x41\xca\x5a\x3d\xe4\xbc\x71\x91\x6b\x93\x64\x12\x0c\xe6\x89\xff\x78\x71\xae\xba\x18\xb8\x77\x25\x7d\x69\x24\xb8\x6a\x25\x29\xef\xf8\x3a\xa0\x8d\xfa\x1d\xf7\xae\xe4\x6a\x36\x8b\x94\xb5\x76\xa7\x0d\x1b\xb1\xf0\x23\xb8\x84\x25\x57\x63\x43\x52\xd6\xda\xe7\x38\x20\xaa\x8f\x99\xe7\x33\x72\x0d\x28\x98\x17\x33\x72\xf5\x59\x67\x52\xda\x73\xd5\xc0\x22\xa5\x3d\x2d\x09\x09\xb2\xd8\x73\x4d\xf7\x07\x3a\x5d\xf5\xca\x49\x9a\xab\x92\x8a\x2c\xf6\x5c\xcb\x29\x40\xa7\xbe\x34\x12\x24\xae\xe7\x3a\x8f\x3f\x34\x67\xe1\x47\x70\x39\x4a\xae\x64\x6d\x05\x97\xa3\xe4\x3a\x69\x01\x6a\x5c\xd5\x23\xb9\xe8\x24\x57\xf5\x48\x52\xda\x73\xd5\x45\xc7\xad\x41\xe9\x13\x22\x11\xcb\xcf\x2a\x7d\x92\xaa\x90\x6d\x91\x20\x57\x85\x15\x57\xa2\xe4\xaa\x52\x29\x75\x5a\xfb\x11\x24\xae\xe7\x7a\xcd\x9f\x31\x94\x41\x1f\x72\xd5\x73\xbd\xc4\xb5\xb1\x26\xea\x84\x24\xae\x27\x85\x20\xdf\x17\xba\x36\x02\xc4\x25\x26\xe9\x33\x24\x11\x1e\x6d\x0d\x2e\xca\x4a\x72\x55\x5b\x94\xf0\xd7\x7b\x76\x0d\x06\x12\x57\x78\x66\xb5\xbe\x7a\x03\x1d\x6d\x2c\xde\x96\xce\xd5\xa0\x4f\xef\xac\xe3\xeb\x51\x80\x25\x58\x22\x12\xdc\xeb\x91\x9b\x71\x53\x59\xc2\xa6\xb6\xc8\xbd\x1e\xb9\x29\x9f\xb8\x15\x29\xb7\x75\xb6\x19\x00\x2e\x37\x2c\x81\xf7\x45\x3e\x80\x36\xab\x44\xdc\xfd\x19\x9c\x23\x38\x58\x9b\x9e\x08\x1e\x1b\xc9\x6d\xf3\x5c\xc0\x2c\x36\x0d\x2e\x99\x85\xc5\x23\x3e\x86\x9e\xbe\x49\x12\x64\xf2\xe7\xa6\xf5\x45\x26\x7f\x6e\xea\x91\xb2\x91\xad\xf9\x33\x36\x6b\x33\x88\x2a\x7f\xd8\x74\xe6\xc9\x12\x36\xc9\x8e\x4b\x31\x72\xf3\x6d\x76\x2e\xc5\x48\x9e\x1d\xd9\x16\x8a\x61\x72\x33\x4c\x23\x7f\xf0\xa5\x91\xe0\xea\x8b\xdc\xe6\xa3\xeb\x2e\xa2\x2e\xef\x70\xdd\xd4\x16\xe5\x1c\x9b\x36\x16\xa9\xf3\xb9\x49\x4f\x64\xcb\xe7\xa6\xa0\x91\xa7\xf8\x20\x49\x84\x8b\xa8\x82\x28\x83\xd9\x54\x10\xe5\x29\xd6\x8b\x44\xb8\xbc\x39\x31\x60\x79\x55\x10\xe5\x29\x5b\xb9\x0b\x49\x6f\xba\xec\x28\xa0\xc9\x6d\xcc\x9f\xd1\x66\x38\x53\xb8\xcd\x36\x3c\x2e\x70\x9b\x6d\xd2\x93\xbb\xa0\x7e\x17\x2e\xef\xa4\x27\xb8\xf4\xa6\x6c\x21\xf7\x3e\x37\x3d\x11\xe1\x5a\x5f\xb3\x03\x30\xd0\x99\x47\xee\x7d\x6e\x6a\x71\xb2\x9e\x6d\x12\x46\x80\xce\xa4\x05\x17\x5e\xe7\x03\x25\x3c\xb9\xe9\xcc\x0b\x77\xe1\x76\x0d\x5c\x5e\x5d\x0c\xe1\x22\x3e\xb3\x0d\x83\x3e\x9e\x2a\x94\x94\xcd\x70\x10\xf5\x3c\xb9\x3d\xb3\x03\xa6\xf0\xba\xd6\xb0\xb8\x4d\x9b\x4a\x16\xb7\x6b\x1f\xc9\xbb\x7c\x90\x24\xc8\xe4\xcf\x5d\x2b\x88\xfb\x9f\x72\x37\x66\xc3\x43\x14\xb9\x4f\x09\x02\xef\xda\x75\x24\xc8\xbb\x76\x3d\x6c\x5c\x97\x91\xbb\x42\x83\xdb\x97\x72\x37\x39\x40\x56\xb3\x2b\x34\xa8\xc0\xc9\x5d\xfd\x87\x52\x9a\xdc\x95\x06\x21\x3a\xf3\xc0\x8a\x81\x3e\x66\x72\xef\x73\xef\x65\x9b\x04\xb8\x04\xbe\x35\xd8\x8d\xc4\xc8\x9e\x76\x43\x89\xdc\xbe\x94\x3e\x2e\x12\xa4\xe8\xe7\xae\x66\x14\x3f\xad\xf4\x49\x9f\x21\x89\x18\xf6\xfe\xda\x0c\xf4\x72\xe2\xca\x50\x1e\xed\x74\x19\xcc\x1c\x20\x99\x3f\x77\x13\x67\xb8\x9a\x29\x77\xb5\x2b\x32\xfb\x73\x37\x3d\x8b\x7b\x9a\x72\x57\xbb\x92\xc5\x59\x22\x12\xe9\x02\x95\x93\x5d\xc1\xc0\xd8\x64\x3a\x59\x72\xb5\x22\x9d\xac\xaa\x56\x3a\x59\x29\x80\xcb\x93\x72\x57\xd6\x70\x55\x44\xee\xea\x5d\x5c\x9e\x94\xbb\x09\x96\x5c\x9e\x94\x96\x88\x44\x8a\xa8\x29\x35\xdc\xa4\x94\xbb\x7a\x17\x37\x29\xe5\x2e\xa1\xa4\x58\x1f\xa2\x23\xd6\x26\xdb\xa4\x88\xea\xe6\xe3\x5a\xa5\xdc\xf5\x44\xc8\x7e\x7d\xe1\x24\xd2\x41\x75\xf3\xc9\xfc\x2c\x38\x89\x74\x50\x89\x2b\x1d\xd4\x14\xe3\xd8\xfd\xe2\x82\xec\x7e\x11\x6b\xf8\xf7\x2e\x3d\xc9\x3d\x2d\x38\x09\xae\x8a\x48\x9f\x3b\x09\xb2\xf2\x73\x7f\x1c\xc7\x0e\x9e\xd9\x06\xdc\x9e\x53\x80\xde\x1e\xe7\xd3\x6c\xe3\x52\xa1\xf0\xee\xfa\x28\xc2\x2f\xaf\x0b\x82\x48\xdd\x0d\x14\xc5\x04\x1c\x14\x2e\xed\xab\x28\x41\xb6\x7c\x36\x12\x2c\x83\xcc\xf7\x6c\x7a\x2f\x62\xfe\xcc\x36\xb0\xdf\x66\x6c\x88\x8b\x0c\xd2\xf7\x51\x82\xfc\xf6\x6c\x3a\xf3\xc2\xde\x14\x34\xb2\xf9\xb6\xcd\xde\x12\xc0\xf3\x06\x2b\x6d\x3a\x1f\xb8\x39\x20\xad\x3e\x09\x1e\x7b\xc8\xa6\x04\x91\xe7\x37\xc3\xf9\x3c\xa8\x90\x4d\xf7\xb5\x9c\xbd\x4d\x52\x85\xb3\x37\x23\x40\x5c\x16\x90\x4d\xea\xe4\xb2\x80\x6c\x2a\x61\xb2\x79\x1f\x31\x09\x4a\xf5\xb3\x29\x34\xe4\xec\x96\xa2\x04\x49\xe8\xd9\x0c\xda\xcb\x64\x5b\x7a\x94\x51\xb5\x9a\xaa\x96\x1c\xd7\xf7\x44\x82\x4a\xfb\x6c\x93\x16\xa0\xe8\x56\xc8\x30\xf9\x6a\x9b\x84\x01\xd1\x36\x93\x18\xe5\xab\xcd\x70\xbe\x7c\xb5\x19\x0d\x4d\x28\xb8\x19\xc1\x27\xf3\x3d\x9b\x11\x7c\x39\x6e\xd3\x20\xe1\xc9\x83\x6c\xdc\x42\x11\xa4\xc1\xa7\xef\x89\x04\x69\xf0\xd9\xb8\x49\x29\x48\x76\xcf\x66\xd0\x54\xf6\x6b\x1d\x4a\x90\xf9\x9e\xcd\xcc\x63\xee\x31\x4a\x8b\x52\x82\xcc\xf7\x6c\x3a\xc3\xc9\x7c\xcf\xa6\xbb\x20\xdc\x05\x73\x92\xc3\xb5\x96\x7e\xc8\x89\xcf\x76\xce\xc9\x31\x28\xf7\x51\x04\x65\xf7\xe9\x83\x24\x41\xa5\x7d\xb6\x6b\x4e\x1b\x0c\x28\xd8\x0a\x2a\xed\xd3\x42\x96\xa0\xd2\x3e\xdb\xe5\xb4\x61\xf3\xed\x9a\x1d\x30\xa8\x0e\xf4\xa8\x9f\x32\xcc\x66\x86\x0f\x75\x5e\x69\xfd\x4b\x50\xa0\x9f\x56\xb9\x04\xf9\xfb\x69\x95\x4b\x90\xb2\x9f\x4d\x65\x2f\x50\xe8\xdb\xed\x46\xc0\x1f\x9a\xa4\xca\xa3\x05\xe9\x13\x29\x41\x66\x7f\x36\xb3\x82\x94\x35\x4d\xef\x3a\x75\xfc\xd9\x24\x48\xea\xf8\xb3\x4b\x76\x94\xee\x67\x5f\x26\x6e\x7e\x11\x37\xf8\x43\xd7\x91\x40\x69\x40\x76\x45\x1f\x85\x62\xd9\xf5\x2a\x50\xe1\x9f\x56\xac\x04\x15\xfe\xd9\xb5\xb1\x28\x21\xcb\x6e\x22\x03\x55\x63\xe9\x43\x28\x41\xe9\x7e\xce\xf2\x15\x65\x9a\xe5\x2b\x41\x1d\x7f\xce\xf2\x15\x05\x5c\xdf\x66\xd7\xa0\x23\x75\x52\x5b\x90\xdd\x14\x07\x45\x5f\x37\x8c\xab\x18\x9b\xe5\x2b\x0a\xa7\xae\xc1\x45\xd5\x41\x76\x35\x3f\xae\xf2\xcf\x2e\xdd\x2a\x8f\x7c\xe1\x24\xb8\xca\x3f\xad\x65\x09\xca\xe1\xb3\x6b\x56\x71\x13\x7f\x76\x75\x42\x25\x55\x57\xaa\x52\x69\x96\x5d\x8a\xa6\x96\x20\xbb\x22\x96\x4a\xb3\xec\x86\xaa\x14\x5b\x5d\xc1\xc9\xcd\xfb\xd9\xe3\xf4\x0b\x53\x50\x08\x72\x8b\x7e\xf6\x9c\x3f\x63\x0a\x46\xa7\xb8\x1e\x3f\xbb\x72\x8f\xdb\x97\xd2\xe7\x4d\xa2\x20\x87\x3e\xe6\xa0\xb4\x31\x2d\x94\x5a\xf2\xec\x26\x7f\x2a\xea\xfa\xa4\x4e\x68\xa3\x1f\xc3\x2f\xa0\x63\xe4\x96\x62\x84\xec\x4a\x2a\x0a\xd0\xb2\x4f\x1a\xe4\x24\x76\xa9\x86\x9a\xb3\xec\xca\x23\x2a\x13\xb2\x5f\x73\x1c\x66\x7a\xd9\x06\xed\xca\xf7\x51\xa2\x3c\x3b\x7a\x15\x94\x95\xdd\x8c\x84\xf2\xb8\x5c\x6e\x09\xc4\x65\x65\x4c\x94\x67\xe7\x9e\x5d\x83\xb5\x31\xdd\x72\x83\xef\xd9\x06\x0c\x9e\xd9\x46\xc0\x85\x87\x4a\x3a\x39\xfe\x41\xfd\x41\x76\xb3\x47\x87\x5b\x6f\x4a\x83\x22\xd5\x9a\x99\x18\x6e\xb0\x96\x13\xef\x68\x65\xa7\x16\x2c\x86\xbb\x4d\x91\x40\x0c\x37\xd8\x38\x30\x4f\x67\x65\x2c\x73\x1c\x81\xd5\x2f\x01\xe0\x6e\x43\x4c\xd4\xd9\x7c\x3f\xe3\x8b\x69\x10\xd4\xc3\x65\x98\x15\x44\xd5\x5b\x86\xd1\x5d\x2a\xb9\x33\x36\x71\x63\xb3\x42\xb7\x04\x15\xd5\x19\x9b\x33\x45\x74\xfb\x58\x4a\x50\x51\x9d\xd1\x9c\x29\x5b\x12\x12\x06\xc5\x71\x19\xd2\x02\xd7\xd6\x67\xe8\x7c\x18\x2c\x7c\xf4\xd9\xa6\x00\x44\x07\x93\x35\xfa\x1c\x94\x0e\x54\x37\x15\xdd\xa1\xba\xa9\xe8\x0e\xd3\xd8\xa8\xcf\xce\xd0\xc5\x40\xd1\x5a\x86\x0e\xf4\xb1\xfd\x94\x61\x46\xcc\x71\x41\x42\xe3\x89\xca\x8b\x0c\x9d\x11\x5c\x8a\x9f\xa1\xba\x49\x25\x77\x86\xae\x76\xee\x31\x4a\x9f\x6f\x89\xe1\xae\x48\x5c\xc3\x8d\x30\xc7\x8d\xc2\xb7\xb4\x02\x27\x86\x6b\x5f\x6e\x11\x92\xd8\x72\x9c\xe0\x4e\xfb\x0c\x1d\xea\xd4\x5e\x67\xa8\x47\x72\x75\x51\x86\xa1\xdf\x01\xef\x9a\xb5\x39\x54\xc1\x65\xe8\x8c\xe0\xe9\xa9\x9c\x45\x37\x5c\x5d\x94\x16\xdd\x04\x37\xe4\x67\x4c\x4a\x83\xd6\x43\x01\xa7\x36\x32\x8b\x6e\xd4\x46\xc2\x50\x15\x65\xdd\x19\x8a\xb1\xe1\x4e\x2a\xb9\xa8\x0a\xc9\xd0\x7f\x47\x21\x48\xfa\xb0\x4b\x0c\x37\x4f\x7a\x1a\xee\xd7\x3d\xdb\x80\x9b\x2e\x06\x75\x9b\xd0\xac\xa2\x40\x3a\x43\x4b\x4a\x75\x26\x78\x9e\x38\x86\xcb\x6b\x62\x9d\xba\xcd\xac\xa6\xa1\x5c\x2f\x7d\xe5\x25\x28\x04\xc9\x30\x7b\x82\xc7\xa2\x32\x26\xd9\xa1\x29\xc5\xa4\x34\x77\xc1\x20\xd6\x70\xe1\x27\xd9\x61\x8e\xc6\xeb\x96\x20\x38\x63\x92\x9d\x0b\xaf\x43\x9d\x02\xe9\x8c\x49\x83\x70\xa8\x34\x65\x95\x4a\xc0\x4c\x45\x1d\xa5\xd3\x99\x56\x6a\x72\x93\x52\xa6\xa2\x8e\xe2\x91\x4c\x9d\x1c\x6a\x64\xb3\xb8\x87\xea\xc1\xb4\xb8\x27\x28\x1e\xc9\x59\xdc\x43\x29\x61\xe6\xa4\x5b\x98\x5f\xae\x13\x1d\x3a\x50\xf7\x54\x8b\x4b\x83\x65\xd4\x51\x67\xea\xe4\xa0\xae\x30\xa9\xf4\xf9\xbe\xd0\x9b\xc6\xa0\x5a\x5c\xee\xae\x01\x02\xcd\x12\x9e\xe0\x86\xff\x4c\xe5\x9e\x5a\x5c\xee\x2e\x08\x8a\xdb\xac\xe7\x51\x71\xf3\x69\x99\xa0\x14\x25\x53\xc2\x57\x8b\x4b\x03\xc9\xd4\xa5\x64\x1a\x1f\x53\x8b\x4b\xa5\x9b\x5a\x5c\xea\xf1\xa0\x62\x25\x73\x52\x34\x27\x24\x63\xb6\x01\x37\xfd\xec\x54\x72\xe7\x2c\xee\x51\xd9\xf3\x29\x99\xa0\xac\x3b\x53\xdf\xa2\xca\x5e\xc6\xec\x5a\x80\x15\x55\xd9\x4b\xcd\x42\x95\xbd\xd4\xe3\x41\x59\x77\xa6\xaa\xb0\xfa\x9d\xe5\x38\x31\xdc\x6d\x85\xe0\x70\xb7\xf5\x6b\xa8\xc5\xe5\x18\x02\x60\x6d\x5e\xdf\x70\xeb\x35\xe4\xd4\xe2\xd2\x24\x3f\xd5\xb1\x54\x3c\x0e\xcf\x81\x41\x2c\x75\xb3\xd4\xb5\xae\x6e\x96\x2a\xaf\xc3\xad\xd7\x9b\x4e\x7d\x76\xe6\xe9\xa0\x28\x6a\x69\x48\x59\x45\x2d\x27\xd1\x22\xd0\xd2\xcc\x70\x6e\x5f\xca\xbc\x66\x1b\xa6\x70\xcd\x36\x20\xaa\xfb\x63\x8c\x9f\x25\xae\x67\xde\x13\x3d\x66\xf1\xac\x02\xa0\x67\xa2\xd3\xf0\x5c\x28\x14\x55\xe9\x2c\xee\xc9\xc5\x73\xf1\xba\x26\x70\x42\x1f\x9d\xc9\xc5\xa3\xa0\xf9\xa6\x7e\xe7\x33\x31\x49\x71\x4f\xd6\x32\x7b\x4b\x00\x77\x12\x0e\x55\x56\x51\xa8\xb8\x95\x39\xb0\x85\x65\x58\xeb\xec\xe0\x5b\xe1\x52\x0d\xa4\xaa\x34\x8b\x37\x2e\x92\x32\xe8\x2c\x63\xc7\x3c\xef\x94\x65\x0c\x8a\xfb\x92\xb2\x76\x3b\xe0\x90\x50\x10\xf4\x01\xfc\x6c\x9e\x73\xf8\x5d\x51\xb8\x9c\xd4\x0d\xa5\xef\xbf\x24\x95\xcf\x59\xf8\xef\x92\x62\xe7\xac\x98\x5d\x33\x05\x2b\x22\x54\x10\xcb\xb2\x33\x75\x42\x0a\x82\xbe\x36\x4c\xce\x8a\x08\x15\x44\x9f\x6f\xc9\x85\x43\x62\xa5\x4f\x2e\x1c\x92\x32\xb1\x8e\x2b\x92\xb2\x30\xd2\x72\xe1\x5c\x94\xa9\x14\x3c\xfc\x94\x35\x66\x1b\xd0\x19\xb3\x6b\x81\xd9\x86\xa5\x1a\xb3\x0d\xc0\xe1\xfe\xa0\xcd\xd7\x31\xc7\x11\x98\x6d\x40\xd4\x90\x2c\xb5\xaf\x59\x87\xbb\xcd\xa1\xe0\x91\x96\x6d\x29\xd8\xa2\x8f\xb4\x24\xb5\x46\xe9\xbb\x2c\x49\xad\x72\x96\x5e\x05\xf5\x55\xdf\x65\xc9\xc5\xdd\xd6\x97\xcd\xbd\x4c\x49\xd9\xcf\xf7\x85\x71\x6e\x77\x1b\x3f\x61\x59\xd1\xaf\x5a\x5b\x26\x99\xaa\xd6\x96\x1e\x6b\xd5\xda\x9a\xc7\x12\x51\x57\xe4\x0b\xe5\xe2\xd9\x51\xd0\x70\x93\x52\x52\x10\xb4\xe6\xe2\x41\x7a\xdc\x12\xcf\x8e\xce\x3c\xee\x58\xca\x7a\x9d\x82\x67\xe7\x9d\x5d\x83\xe8\x3b\x7b\x03\x37\x72\xbb\x93\x3a\xa8\xa4\x6e\xe8\x03\x1a\x80\x47\x19\xae\x36\x16\xa7\x8d\xe0\x9c\xd5\x41\xaa\xcf\x03\x07\x60\x52\x06\x9d\xb3\x20\x88\x57\x9f\x72\xa8\x91\x71\x93\x52\x8e\x79\x94\x61\x57\x43\x07\x20\xf7\x25\xe5\x80\xb3\x27\x55\xcb\x39\x0c\x9a\x72\x79\x52\xfa\x0e\x4b\x52\xc2\x9c\xd4\x00\x7d\x5f\xbe\x05\x19\xdd\xb5\x66\xb7\x87\x4a\x98\x4a\xf2\xe8\xe2\x86\x4d\xe5\x03\x2b\x49\x85\x54\x8e\xc9\xb2\x87\x80\xab\x83\xa4\x1a\x5a\x27\xdc\x7d\x94\x56\x07\x25\xd7\xfd\xe7\x08\xa9\x84\xcd\x1a\x56\x3a\x53\xf2\x9b\x23\xc5\x9a\x9d\x1b\xfa\xeb\x54\xc6\x47\xba\x25\x6c\xe3\xd0\x47\xa1\x32\x3e\x26\x61\xb0\x8d\x63\x9e\x78\x64\xcb\xac\x0e\x52\xe5\x1e\xc6\x79\xd4\xb2\x87\xfe\x06\xb5\xec\xe1\x51\x56\xb1\x1e\x87\x18\xb8\x0b\xc7\x6c\xc3\x14\x0e\xd7\x2d\x7f\x56\x4b\x9e\xc3\x80\xa8\xba\xf5\x38\xc5\x08\x59\x33\x4e\x89\xcb\x9d\x3c\x27\x7a\x0c\x75\x4a\x42\x6e\xab\x69\xd6\xea\xe3\x43\x5f\x9c\xfa\xf8\xb8\x5d\x61\x77\xe5\x76\x51\xdd\x15\xb9\xb4\xca\xf9\xb8\x5d\x2d\x77\xe5\x91\x91\xb9\x11\x93\x31\xbb\x74\xfa\xd5\x54\xa7\x87\xbc\x98\x8a\xe4\xb4\x84\x27\x57\xf8\x37\x85\x3a\x1f\xb0\x02\x74\x81\x0d\xa0\x04\x76\x80\xc3\x0e\x1a\xc0\xec\x40\xe0\xf2\x4b\x07\xb8\xfd\x02\xc0\xe5\x2f\x49\x81\x53\x5a\x9b\x93\x14\x38\x25\xef\xa5\x7c\x6d\xfc\x02\x75\x52\xdb\x9b\x87\xa6\x3f\xb7\x22\xe5\x21\x9b\xe7\x22\xa4\x3c\x34\xf0\x29\x83\xce\x43\x42\xa1\x0c\x3a\x0f\xee\x05\x4b\xca\x98\xf2\x90\xe7\xab\x99\x1f\x54\x3e\x27\xc5\x4a\x79\x18\xf4\x19\xc8\xa3\x43\x4d\x89\x77\xa8\xf2\xd0\x65\xa7\xce\x3e\x0b\x75\xd4\xd9\x7d\x49\x25\x29\x22\x4a\x1f\x4f\x49\xaa\x62\xf3\xd0\x99\xa7\x02\x7f\xf4\xd9\x01\x58\x77\x67\xea\xe4\x62\xa2\xc3\x14\x4c\x28\x50\xff\x3e\x62\xf6\x26\xe0\x8a\x3a\x9f\x74\x4b\x9c\x42\xba\x88\x62\x6d\x96\x1d\xb7\x2f\xe5\x91\xe2\xe6\x14\xd2\x85\x17\x1d\x53\x0d\xb8\x97\x29\x7d\x53\x25\x57\x71\x93\xb8\x54\xfa\x0f\x89\x6b\x15\xb7\x9a\xe3\x80\x4e\xb9\xf5\x8e\xa3\x37\x90\xb2\xee\xf4\x4d\x95\xa4\xb8\x27\x8f\x31\x7f\xc6\xba\xa9\x36\x0d\x98\xd2\x31\x09\x12\x3e\x74\x0c\x31\x80\x13\x1e\xea\x50\x5c\x9e\x94\x87\x2e\x06\xea\xc2\xf3\xd0\xd6\xd1\x50\x38\xce\xf9\x85\x36\x9a\x37\x5a\x00\xc7\x39\xc7\x01\x1d\xcc\x9b\x5c\x1d\xf4\x9c\x83\x32\x9f\xcb\x5d\xb0\x6b\xe5\x91\xda\xfc\x71\xcf\x2f\xf4\x76\xbb\x0b\xf6\x66\x46\x82\xaa\xbd\x2f\xb4\xe4\x6a\x6f\x3a\xb6\x29\x12\xcf\x83\x8b\x34\x72\xb5\xb7\xc7\x05\xb1\xcd\x23\xa2\xc8\x30\x8a\x88\xbe\x2f\xb6\xb1\xb7\xf9\xc5\x05\x81\xc9\x1e\x8a\xa0\x31\x01\xf7\x14\x26\x7b\x4c\xa2\x9d\x80\x5c\x0d\x26\x7b\xbc\xb3\x83\x6f\xb3\xce\x65\x0e\x5a\x00\xb3\x8d\x5f\xdc\x39\xf8\xea\x39\xe9\x14\x56\x7a\x2e\x9e\x10\xe4\xde\xb9\xd8\x9b\x3f\x5b\x3d\x14\xfe\xcc\x6c\x72\xcd\x81\x73\x12\x2d\x42\xd0\x67\x61\x72\xcd\x9f\xa6\x15\xf9\x66\x4c\xae\xb3\x0f\x49\xd5\x3e\x36\xcf\x39\xfc\xfc\x34\xa6\x3b\x26\xe0\x32\x60\x38\x9c\xdb\xeb\x17\xe6\x37\x89\x18\x23\xe0\xf4\xa2\x10\x55\xfd\x73\x9f\x18\xf1\x65\x12\x31\xbc\xf8\x9c\x44\xec\xcf\xbc\x35\x84\x1b\x9c\xf2\x9c\x14\xed\xcf\xcc\x17\xd2\x3c\xa0\x3e\xe9\xfb\x42\x6f\xdd\x0e\xd0\xd4\x4f\xc5\xa5\x86\xc3\xa9\xb8\xa4\xf8\x34\x67\x7d\x12\xf7\x32\xe5\x19\x72\x35\x6c\xb9\x33\x9c\x36\x9c\xfd\xd4\xdf\xa0\x11\x70\xaa\x13\x6a\x04\xf8\xce\x4c\x52\x89\x9a\xe7\xa4\x68\xd8\xfc\xa9\x1a\x48\xad\x51\x9e\xe5\x8a\x22\x55\x7d\x33\x26\xa9\x3c\xcd\x53\x17\x83\xb6\xc2\xa9\x1a\x48\xdd\x50\x9e\x93\x3a\xed\x9a\x9b\x04\x92\x22\xa2\x3c\x0d\xe3\x0e\xc7\xc1\x01\x98\x54\x14\xe5\x39\x49\xd5\x41\x71\xdc\x27\xe5\x45\x49\xe5\xd2\x07\xd0\xe6\x9c\x5f\xf8\x19\x25\xb3\xc9\xf3\x19\x79\x72\x1f\x66\x52\xa0\x9a\xa7\xaa\xe3\x10\xeb\xcb\x9f\xa1\x8c\x9f\x64\xc3\x26\x35\xa9\x79\xe2\x6f\x48\xca\x50\xf3\x24\x4d\x6f\x5d\x9c\x02\xfe\x86\x75\x11\x6b\xbc\xdc\xeb\x22\xa2\x64\x97\xaf\x9a\x1d\x27\x5e\xee\xa4\x74\x35\x4f\x2c\x9a\x55\xb3\xe3\x7c\xe6\xa0\x60\x00\xa9\xae\xda\x13\xe7\x33\x31\x00\x51\x54\xc7\x75\x71\x0a\xb8\xf9\xd6\xc5\x29\xa0\x13\xae\xdc\xbe\x94\xe7\xfb\x00\x20\xb6\x2e\x7c\x07\xab\xc6\xc5\xb5\xb8\xf0\xa8\xf6\xd7\x22\xd6\x88\xfb\x6b\x11\x6b\x24\x15\x35\x4d\x1f\xf0\x61\x7d\x69\xde\x50\xfb\x9a\x97\x54\x42\xe9\x53\x5e\x9b\xcb\x8b\x08\xba\x36\xbb\x46\x04\x51\x78\xf4\x01\x8c\xd3\x27\x06\x02\x1b\x80\xbd\x75\x17\xd1\xde\xba\x83\x22\xc7\x7d\x81\x26\x79\x17\x23\xaf\x70\x75\x10\x27\x17\x26\xf9\xaa\x71\x71\x85\xd3\x46\xa0\x59\x5e\xb4\x6a\x42\xf8\xfc\x4c\x52\xc6\x94\x14\x11\x7d\x5f\x0a\x40\xdc\x90\xa2\x57\xba\x54\x22\x5a\x6e\x09\xa2\xee\xaa\xf9\x33\xba\x2e\x77\x01\x49\x65\xdd\xd0\xca\xe5\x07\xe9\x23\x33\x49\xe9\x6a\x5e\x8a\x20\xaa\x55\xf3\x52\xb6\x50\xfa\x94\xd7\x21\x06\xce\xe7\x70\xda\xce\xe7\xb0\x4d\x13\x70\xeb\xc5\x5a\xc3\x87\xa2\xa8\xbc\xd0\x16\xd7\x45\xac\xd5\x09\xa9\x90\xca\x4b\x15\x8e\x07\xfb\xd3\x77\x65\x92\x37\xfa\xf3\xba\x24\x26\x44\x1d\x15\x45\xdb\xaa\xa5\x71\xe1\x2d\x4b\x6a\x52\x93\xf2\xa2\xef\xcb\x4f\x7d\x98\xd7\xe3\x2c\x30\x0f\x28\x37\xfa\x00\xd6\xe4\x11\xd7\xee\x17\x77\x12\x57\xe7\xf5\x8a\x38\xb2\xf3\x7a\x3d\xc0\xc8\x4e\xdf\x99\x49\x1e\xf0\xcf\xeb\x9d\x88\x7f\x6d\x6e\x35\x3f\x8a\xb1\xf2\xd6\x3e\xa7\xe2\x35\xef\xc5\x43\xcf\x38\xb7\x2a\x1d\x95\x59\xe9\x0b\x34\x49\x31\x56\xde\xeb\xfc\x59\x02\x78\x7c\x10\x22\xbc\x40\xf3\x7d\xb1\xcd\x25\x40\x9b\xdd\x0d\x87\x7b\xde\xbb\xbb\x82\xe9\x72\xef\x4e\x01\x41\x4a\xd9\xcf\x07\xec\x00\x1e\x39\x64\xe7\xdd\x3c\x17\x88\x4b\xdf\x8c\x49\x4a\xae\xf2\xee\xb3\x0d\x58\xf7\xd9\x86\x41\xbb\xd3\x86\xf9\x51\x1d\xb4\xad\x5c\xc7\x90\x56\x07\x25\x95\x59\x79\x6b\xc7\x50\xcc\x98\xf7\x3c\xe7\x88\xad\x3b\xdc\x63\x14\x6b\x4b\x85\x92\x7a\xab\xbc\x53\xb2\x43\xa0\xdd\xe9\xb4\x91\x61\xb7\xea\x19\x85\x54\x79\xe3\x94\x4a\xca\xa5\xf2\x4e\xf7\x07\xe9\x66\x11\x51\x52\x3b\x95\x77\x4d\xdc\x40\xa7\x3c\xa6\xc8\x3d\x4b\x85\x92\xda\xa9\xbc\x87\x4b\x95\x02\xd0\x20\xe5\x87\xe9\x43\x35\x49\xf9\x61\xfa\x50\x4d\x52\x71\x98\xf7\x61\xd7\xe5\xcf\x9c\x9c\xbb\x70\xc8\x94\xdc\x85\x43\x52\xc5\x91\xc5\x43\x35\x1f\x00\x3a\x32\x73\x2a\x0e\xf3\xbe\x24\x2e\x44\xdd\xad\xaa\x45\x21\x55\x52\x2a\xb4\xad\x5c\x91\x94\x3e\x2d\x93\x3b\x2c\xe1\x9e\x14\x80\x44\xbc\x35\x6f\xa8\xdd\x4b\x1f\x9d\x49\x5e\xb2\xc8\xfb\xf6\xb8\xb8\xa7\xaa\x5a\x3b\x04\x79\x4f\x96\xed\x36\x6a\xd3\xf3\x44\x45\xde\x2a\x54\x54\x55\xe5\x8d\x8b\x38\xa9\xaa\x4a\xcb\x7e\x56\x8d\xa5\xfb\x75\xda\x08\xb4\x5b\xc2\xa0\xc4\x2a\x9f\x79\xe2\x39\x07\x8f\x5c\x5a\xfb\xc8\x47\x67\x92\xaa\xaa\xf4\xc1\x98\xa4\x76\x2a\x79\x23\xe6\xfb\x99\xc0\xea\x97\x01\xb0\xf9\x25\x00\x9c\x02\xcc\xc2\x07\x63\x92\x12\xab\x7c\xb4\x4e\x28\x74\xcb\x07\x5d\x66\xe5\xba\xa3\xf4\x8d\x98\xa4\xd0\x2d\x1f\x4c\x95\x55\xfb\xe8\xd9\xc5\x8d\x0d\x7e\xda\xec\xa0\x00\xe6\x38\x74\x80\x96\xb3\x6a\xf8\x3c\x8a\x06\x6e\x69\xc8\xa7\x7b\x28\x20\x33\x5f\x82\x49\x2a\xa4\xf2\x09\x7b\x83\x7e\x9e\x70\x0a\x48\x90\x47\x9b\x9e\x32\xb3\x7c\xc8\xdb\x59\xb9\x64\x21\x1f\x4d\x15\x8a\xa2\x92\x07\x63\xbe\x2f\x74\x3d\x4f\x7c\x0a\xb8\x59\x10\xd3\xa3\x00\xe0\xfa\x85\x7c\x4a\x74\xa0\x1f\x1e\x8c\xf9\xbe\x30\x9f\x9a\x6d\xfa\xcf\x18\xe6\xa3\xa8\xd0\x92\xf2\x69\x99\xa4\x6e\x2d\x9f\x49\x35\xd0\xd3\x83\xc7\x60\xd5\xc6\xb2\xdc\x28\x29\x55\xcb\x47\x3b\x86\x52\xb5\x7c\x77\xbf\xa0\x20\xf2\xa4\xc8\xd7\x66\x05\xf0\x67\x28\x88\xbe\x2f\x92\x3c\xdc\x9e\x6f\x9b\x3f\x4b\x00\xb7\x88\x93\xe9\xc3\x21\x49\x05\x58\xbe\xb2\x2b\x2a\xc0\xf2\xed\xae\x16\xe7\x8f\x87\x43\x3e\x80\x41\xbb\xf3\x41\x58\x59\x49\xb2\x72\x33\x42\x5a\x3c\xb2\x72\x33\x42\xbe\x31\xdb\x80\xf5\x64\x4a\x90\xdd\x3b\x77\x05\x4a\x7b\xd3\x15\x86\x9e\x5e\x35\x4c\x4a\xd5\xd2\xc7\x46\x92\x52\xb5\xb4\xac\x64\xd5\x92\x7a\xe7\xe6\x41\x28\x56\x92\xac\x5c\x1c\x94\x3e\x36\x92\xd4\x93\xa5\x95\x24\x49\xd5\x58\xbe\xe5\x82\xc0\x23\x5f\x37\x8f\xe2\xb2\x7c\x09\x89\x25\xaf\x79\xa4\x95\x24\xc9\x6b\x1e\xf9\xaa\x88\xf2\x66\x7a\xbe\xc3\x69\x23\x82\x7c\xad\x24\xa9\x34\x4b\x2b\x49\x56\x0d\xae\xf7\x98\x1d\x80\xb5\xbc\x4b\xeb\x8b\x07\x49\x3e\x80\xde\xc8\x06\x49\x4a\xc8\xd2\x7a\x91\x55\xeb\xcb\x97\x46\x92\x8a\xaf\x7c\xcf\xd9\x86\xde\x74\x68\x52\xfe\x95\x3e\x3b\x92\x54\x7c\xa5\xc5\x23\x49\x91\x57\xbe\x97\x93\x5b\x6d\x23\xa2\xa8\x9b\xaf\xca\x2b\x05\x5b\xf9\xde\x73\x50\xbf\x4c\x44\xf9\x22\x23\xd3\xe0\xb2\x5e\x24\x29\xcb\x4a\xdf\x20\x49\x2a\xb1\xf2\x25\x3e\xb6\x6a\x8a\x59\x49\xb2\x72\x71\x50\xbe\x84\xa5\x93\x1a\xad\x7c\x55\x51\x35\xb0\xde\x77\xf6\xc6\xa0\xaf\x88\xa2\xab\xbd\xef\xec\x20\x7e\xf9\x4d\x2d\xe4\x4c\x25\x35\x67\xb5\x2c\x12\xc6\x47\x25\x65\x25\x49\xf2\x4c\x47\x2d\x8b\x1d\x7c\x9a\x52\x2d\xca\x7e\x6a\xb4\x6a\x59\x6d\xf3\x51\x49\x59\x2c\x92\x14\x6c\x15\x8f\x98\x7c\x5f\xe8\x60\x95\x77\x95\x1d\x88\x41\xd1\xc1\xe6\x9e\x16\x6d\xb6\xd9\x06\x0c\x36\x4f\xe2\x27\x5b\x6a\xd9\x5c\x83\xcf\x58\xaa\x65\x73\xe7\x76\x80\x5d\xae\x36\x98\x82\x6a\x05\x15\x5f\xb5\x48\xc1\xd4\x75\xd5\xb2\xdb\xa6\x81\x28\xb5\x60\x49\xf5\x56\x2d\x6d\xb6\x01\xb7\x36\xdb\x80\xdb\xe4\x9e\x83\x0e\x9a\x5b\xdf\x40\x54\xc5\x1a\xab\xae\x78\xde\xe4\x03\xe8\xad\xcf\x0e\x98\x02\xd5\x26\x49\x91\x57\xf9\xd6\x49\x52\xe4\x55\x8b\x1c\x97\xba\xae\x5a\xc2\x35\x18\x60\x90\x13\x00\x03\x49\x93\x3a\xb5\xf2\x45\x93\xa4\xaa\xaa\x96\xe1\x6e\x0f\xba\x96\x8b\x51\x3b\x55\xcb\x98\x58\xff\xcc\x87\x59\x0b\xb7\x44\xae\xdc\x35\x51\xd4\x8b\x7c\x7d\x80\xb8\xf6\x1f\x85\x55\xb5\xa8\x34\x53\x3e\x55\xd6\x8b\xac\x58\x93\xb5\x48\x76\x18\x90\xb5\x70\x8d\xc5\x8a\xcd\x58\x16\x8f\x24\x45\x52\xb5\x68\x0c\x36\x0f\x16\xb5\x95\x2b\x06\x64\x2d\xfa\x6d\xa8\x8b\x2a\xde\x31\xf9\xbe\x30\xd9\x6b\xe2\xc6\x94\x26\xa5\x15\x83\x4e\x4a\xf3\xc8\x69\x0c\x72\x3f\x45\x59\x49\xb2\x72\x3f\x45\x2d\xf7\xfc\x19\xbd\x11\x2d\x58\xb1\x33\x6b\x79\x24\x6f\x8f\x9c\xea\x33\x2f\x33\x96\x65\x25\xd9\x3c\x65\xea\x0f\xcd\x83\xa5\xc9\xc7\x9b\x8d\xb5\xbc\x6e\xab\xe7\xe2\x75\xa9\x3c\x0a\x12\x17\x26\x6c\xad\xea\xd2\x54\x21\xd5\xaa\xfd\x87\x3d\x5b\xeb\xe2\xb4\xd9\xbc\x75\x9d\xbd\x7d\x83\xae\x6a\x09\x94\xf0\xd4\x8a\xab\x73\xc5\x1c\x2d\x5e\x1e\xf9\x00\x7f\x36\xfc\x19\x5d\xab\x4c\x50\xc2\x53\x2b\xc5\x57\x49\x09\x4f\xad\xd2\x06\xd6\x64\xad\xfb\x6c\x13\x00\x2e\xef\x27\xbd\x6b\x35\x5a\x40\x09\x4f\xad\xaa\xdc\xd8\x99\x65\xf5\xc9\x8a\x9d\x59\x6b\x9b\x6d\x18\xa7\xcd\x41\xc1\xad\xcd\x0e\xc0\x2d\xe6\xa0\xf4\x16\x4e\x61\xe3\x67\x7a\x37\x29\xa0\xa9\x35\x3c\x2e\x1b\x6d\xd2\x9f\xc1\x87\x56\x15\x5e\x8c\xc1\x5a\x95\x2d\xdd\x41\x95\x2d\x54\x96\xd5\x5a\x1e\xbe\x9d\x71\x14\xf7\x54\xb9\xd4\x3a\xe6\xcf\xf8\x32\xdc\x92\x1d\x0c\xd4\x8b\xbb\xe3\x18\x05\xa3\xe0\xa4\x7c\x01\x24\xa9\x31\xa9\x55\xbd\x18\xd3\xb2\x56\xb5\xdf\x0d\x9e\xb2\x9e\xb3\x0d\x0b\x72\x8a\x35\x0c\x66\x25\xcb\x29\xa9\x05\x2b\x1f\xfd\x48\x0a\x4e\x6a\x25\xcb\x29\xbb\x1d\x90\x6e\x91\xdd\x36\xf3\x90\xc3\x7a\x56\x72\x99\x92\x62\x91\xb2\xd6\x63\xc5\xe8\xac\xf5\x76\x4b\x60\x3d\xab\x1a\x33\xf5\x21\xb5\xea\xf1\xc0\x1c\x2d\x2b\x3a\xb2\xdb\xdb\x3c\xf1\x30\x18\xdf\x06\xc9\x6e\x6f\x7a\x2a\xbb\xbd\xe9\x9c\xec\x76\xa0\xa0\xc1\x84\xad\x55\x4f\x65\xb7\x03\xd5\x67\x4c\xd8\x5a\xb5\x1e\x29\xf2\xaa\xcd\x50\x01\x45\x1c\xe5\x43\x21\x49\x75\x46\x51\xeb\xf1\xb5\xe1\x67\xfa\x35\xa8\xb4\xa8\x6d\x9d\xbd\xd1\x06\x77\xe2\x8a\x2d\x5a\x3e\x14\x92\xd4\x5b\x95\xd5\x19\x2b\x86\x69\x6d\x9a\x85\x9b\x5d\xcf\xa3\xfc\x19\x58\xb5\xed\xae\xc1\xa7\x15\x94\x45\x1c\x49\x35\x43\x6d\xc6\x70\xa9\x66\xa8\x8d\x54\xbe\xa4\x9a\xa1\xb6\x36\xdb\x7c\xf3\xd9\x34\x18\xb7\xf8\x59\xa5\x4f\x6d\x7d\x22\xd1\x00\x26\x12\xa0\xd7\xdd\xc9\x00\x23\x9d\x2b\xbc\x56\x59\x9b\xfe\x14\x6a\x25\x6a\xd3\xce\xa4\x56\xa2\xb6\x98\xbd\x81\xde\xa4\x80\xe4\x67\x39\x7f\x46\x07\x29\xe1\xc3\x7e\x29\xea\xf8\xbe\xd8\xc6\x8d\x40\x42\x6e\xda\x8c\xbc\x41\x59\x9b\x1a\x34\x6f\x50\xd6\xa6\x9f\x90\x1a\x86\xda\x86\xbb\x02\x63\xde\xf4\xa7\x50\x8c\x55\xdb\x98\x18\x30\x05\x85\xc8\xe6\x3a\x2a\x0d\x28\x5b\xa8\x4d\x4f\x4b\x1f\x7c\x31\x28\x4c\xd9\x42\x6d\x93\x50\x10\xf2\x3e\xd3\x91\x14\x27\xd4\x26\xd5\x50\x9c\x50\xdb\x29\x41\x96\x00\xbd\x51\xe0\x54\xdb\xa5\x68\x70\xda\xb7\xf3\x71\xa6\xfa\xea\xc9\xe4\xaf\x8d\x04\xbe\x24\x79\xbf\xb6\xc9\xf3\x5d\x83\x79\xe8\x9d\xa9\x6c\x9e\x44\xfc\xda\x1e\x7b\x83\x99\x53\xc7\xf1\x01\x7e\x91\x8d\xb8\x06\xef\x6c\x03\x6e\xaf\xdb\x08\x97\xde\xf5\xec\x61\xfa\xd7\x8e\x77\x7d\xc5\xf4\x2f\x9f\xf6\x48\x52\xe7\x6b\x37\xbc\x45\xb6\x7c\xf9\x66\x47\x52\x6b\x54\xbc\xd9\xf1\xb5\x49\x00\xa7\x00\x8b\xf3\xcd\x8e\x24\x5b\xbe\x76\x8d\x41\xb2\xe5\x6b\x27\xa6\xbb\x62\xd3\xd7\xee\xd1\xe6\x9d\xde\xb2\xdc\x63\xc5\xc0\xaf\xdd\xa3\x4d\xe2\x7a\xed\xe6\x2a\xf0\xb4\x47\xed\x9a\x7c\x98\xfe\xb5\xc7\x6c\x03\xa2\x3a\xe6\xa8\x42\x2a\x9f\xdc\x48\xaa\x90\x6a\xd7\x2d\xc1\x25\x2c\xb5\xa7\x88\x76\xda\x68\x01\xec\xc8\xb0\x9d\xa2\xbc\x95\x3b\x89\xca\x42\x89\x24\x8b\xbd\x7c\x4b\x23\xc9\x55\x2f\xdf\xd2\x48\xd2\xd3\x6b\x57\xb5\xe7\x46\x96\xda\xc7\x6c\xc3\x8a\xea\xa3\xe0\x9d\x8f\xda\x75\xbf\x71\x57\x50\xed\x44\x73\x56\xbc\x0a\xb5\xab\xb3\x53\x44\x54\xbb\x6a\x3a\xf9\xed\x45\x69\xc3\xf7\x33\x7a\x53\x67\x27\xbf\xbd\x76\x95\x07\x4a\x85\x6a\x97\x95\xe2\x62\xa8\xfd\x76\x0d\x52\xa0\xf9\x05\xdc\x74\x58\x90\xdf\x5e\xfb\x2d\x3a\x88\x86\xfd\xb6\x37\xc8\xcc\x87\x35\x92\x94\xf6\xf2\x61\x8d\x24\x3d\xbd\x7c\x4b\x23\x49\x0e\xaf\x5d\xee\xb9\xbb\xdb\x6a\xe6\xe4\x83\xd7\xfe\x3a\x39\xb7\x5e\x4d\x82\x27\x73\xab\xc9\x4a\x49\xc5\xae\xa6\x27\x02\x57\x46\xb5\x6d\x76\x50\x00\xa2\xc3\x89\x6f\xf3\xec\x70\xc8\x9b\x8e\x04\xfc\x1a\x65\x99\x42\x92\x7d\x5d\x4d\x47\x02\xf7\xc8\x54\x9b\x47\x0c\x71\xd2\x54\x92\xc9\xbe\xae\xa6\xec\xc7\xe3\x51\xcd\x08\x09\xa9\xd8\xd5\x54\x04\xf6\xf6\x33\x93\xbc\x9a\xac\x95\x9b\x87\xca\x82\x86\x24\x69\xbb\x5a\x9f\x7d\x24\x80\x4b\x07\x83\x69\x31\x67\x41\x9b\x70\x8b\x06\x3f\x93\x7b\x92\x9a\x5d\x4d\xfd\x01\x7f\x4a\x59\xf7\x90\x64\x63\x17\x4f\x70\x7c\x5f\xc0\x55\x4b\x97\x9c\xeb\x6a\xb2\x52\x3c\x2d\xd5\xcc\x43\x20\x01\xbb\xda\x3c\xda\x28\xda\xd6\x3d\xac\xdc\x22\x54\xbe\xc7\x91\x64\x63\x57\x1b\xce\x87\xa3\xdd\x34\x61\x49\xcd\x2e\xdf\xdf\x48\xb2\xb1\xcb\xba\x87\x24\xcd\xba\x78\x58\xe3\x6b\x03\xd6\x86\x4f\x48\xb3\xae\x36\xcf\x39\x14\xd0\x54\x9f\xb9\x6c\xa8\x9a\x26\x2c\x97\x0d\x95\x05\x0d\x49\x49\x52\x35\x75\x0e\xfc\x36\xd5\xf4\xc5\x51\x9f\x54\x54\x2a\x7c\x5f\x40\xe7\x12\x51\x28\xa0\xa9\x80\x90\x59\x5d\xcd\x90\x0b\xf9\xd3\x65\xd9\x42\x92\x32\x5d\x3e\xc6\x91\x64\x49\x57\x53\x35\xd9\xc3\x2f\xa7\x5f\xc0\x40\x3d\x85\x17\x40\xaa\xdd\xce\x07\x8a\xb6\x4c\x61\xc5\x3f\x54\x4d\xb3\x17\x97\x50\x59\x99\x90\x24\x53\x97\xaf\x6c\x24\x29\xd3\xe5\x2b\x1b\x2b\xfe\xa1\xb2\xe4\x20\x49\x99\x2e\x9f\xdc\x58\x71\x16\x95\x4f\x6e\xac\xf8\x87\xca\x57\x36\x92\x94\xe9\x6a\x7a\xb9\xb9\xba\xa8\xda\x3b\xbb\x66\x72\xef\xec\xfa\x03\xba\xfc\x1b\x17\x50\xf5\x65\xe2\x56\x00\x8f\xc0\x37\x39\x6b\x16\x92\x37\x48\xaa\xeb\xbe\xe6\xb6\xa2\xea\xab\x53\x80\x0b\x74\x23\x33\xa4\x4c\x17\x95\x09\xdf\xcf\xbe\x99\x76\x35\x18\xde\xb5\x2d\x2b\x13\x92\x77\x6d\xab\x6f\x9e\x44\xb8\x40\xd7\xd2\xc5\xbb\x54\x7d\x8a\x06\x4c\x65\x9f\xdc\x48\xd2\xac\xab\xab\xc0\xe3\x5d\xaa\x2e\x75\x52\x3b\x55\x5d\x13\x96\x0a\xa9\xea\x3a\x00\x29\x8a\xaa\xae\x3d\xcb\x4b\x23\xd5\x27\x11\x23\x6c\xbb\x44\x4c\x36\x76\x75\x75\x76\x12\xb0\xab\xf7\xd9\x06\xdc\xfa\xfc\x19\x6b\xd0\x5d\x1d\x58\x42\xd7\x50\xc5\x87\x54\x3d\x66\x1b\x16\x51\x3d\x1f\x87\x52\x59\x99\xb0\xe2\x50\xaa\xae\xd3\x90\x12\xab\xea\x7a\x97\x70\x28\x55\x9f\x82\x06\xda\xee\x39\xc7\xa1\xb7\x72\xda\x08\xdb\x6e\x46\x42\x42\xce\x5d\xdb\x00\x87\x52\xf9\x80\x47\x92\xb1\x5d\x3c\xe0\xf1\x7d\xf1\x67\xae\x0e\xe4\x6c\x9d\x43\xf2\xbe\x6c\xf5\x49\xb4\x50\x30\xef\x7c\x7c\x6d\xe8\x80\xd0\xe8\x8a\x43\xa9\xba\xd6\x30\xb9\xdc\xe5\xa3\x1f\x2b\x57\x17\x55\x3f\x24\x19\x88\xb6\x6b\x00\xf3\xbe\x6c\x75\x95\x7e\xd2\xb7\xcb\xa7\x3d\x92\xf4\xed\xa2\x80\x61\x5b\xdb\xfa\xb3\x67\x76\xab\x4f\x1a\x84\xec\x3a\x05\x42\x2b\x1e\xaa\xea\x66\x05\xf1\xdc\x49\xf5\xd7\x99\x7b\x80\x75\x67\xe3\xae\xaa\xee\xa1\xc7\x5d\x55\x3e\xdb\x91\xe4\x42\x97\xcf\x76\xac\xf8\xae\x2a\xb4\x4d\x49\x8c\xae\xd0\xf1\x83\x23\xab\x42\xc1\x43\x92\x73\x59\x75\xb0\xe2\xd5\xaa\x50\x53\xc7\xab\x55\x31\xc9\x01\x29\x14\x52\x00\x77\x12\x55\xe8\xf5\x6e\x30\x0b\x6b\x0b\x56\x2e\x5c\x2a\x9f\xfa\x48\x32\x9e\x2b\x36\xdb\xc0\x05\x42\x29\x84\xbf\xab\x62\x1e\x6d\xc4\x58\x68\x8e\xe2\xe2\xaa\x68\x22\x0a\x79\xc7\x3c\xc0\xc8\xb4\xd0\xa5\x4a\xca\x74\x05\x11\xfc\x15\x7f\x57\x45\xb8\x54\x9c\xa5\xd0\x69\xad\xbf\xcb\x84\xff\x95\x9b\x87\x2a\x3c\x99\xbc\x51\x5b\xa1\xdf\x93\x8c\xe7\x0a\x8d\x4e\x5e\x6c\x29\x73\xfc\x57\x9d\x5f\xa1\x77\xb3\x90\x2d\xa1\xf7\x59\xe7\x97\x69\xfd\x49\x62\x74\x05\xe5\xa1\x2b\x57\x17\x55\x1c\x73\x1c\x96\xea\x98\xe3\xd0\x86\x74\xe1\x55\xaf\x96\x69\xfd\xab\x1e\xaa\xb8\xdc\x39\xe8\x36\x8c\xb2\x90\x3f\x5d\x3c\x78\xf1\x7d\x11\x38\xfd\x42\xd7\x54\x89\x25\x29\xd3\xe5\x83\x17\x49\x96\x74\x85\xea\x33\x59\xd2\xe5\xeb\x17\xab\x1e\xaa\xd0\x80\x24\x4b\xba\x7c\xfd\x62\xd5\x5d\x15\x86\xcc\xa9\x82\xab\x50\x7d\xd6\x77\x65\xf2\xfe\xca\x9d\x44\x15\xda\x8c\xe5\x11\x53\xb7\xe1\xc2\xa5\x32\xdd\x3e\xc9\xac\x2e\xdf\xc5\x48\x32\xab\x2b\xe5\xc5\xba\xb8\xd2\x5c\x33\x52\xa6\x2b\x57\xf7\xa7\x0b\xf8\x85\x83\x94\x1e\x3e\xb2\xa4\x2b\xcd\x1b\x23\x4b\xba\x72\x75\x17\x90\xa2\xa9\x6f\xb1\x21\x45\x73\x73\x17\x10\x9c\xa9\x3f\x5f\x67\x57\x36\xa7\x80\x08\x4a\x4f\x15\x99\xd5\x95\xd4\x63\x26\x99\xd5\x95\xaa\x2f\x64\x56\x57\x1a\x57\xe4\x7a\xa0\xca\xee\xba\x71\x2c\x7d\xaf\x62\xd5\xf3\x65\x16\x7b\x52\x36\x57\x19\x73\x0a\x05\xe0\xc2\x23\x8f\xd2\xe4\x2e\x12\xae\x2b\x35\xfe\xc8\xb1\xae\xd4\xde\x23\xad\xba\xd2\x20\x09\x99\xd4\xe5\xdb\x13\xab\xae\xb3\x9c\xcc\x0f\x19\x96\xe5\x2e\x20\x9c\x52\x43\x8e\x4b\x9a\x2a\xf5\x85\xe8\x47\x4b\x0d\x39\x5e\xc9\xad\x3c\x66\xd7\x4c\xce\x18\xa1\x1e\xb6\xd4\xe1\xc7\xfd\x42\x95\x2a\x29\x0d\x79\x64\xe2\x7a\x52\x77\x57\x39\x0f\x2c\x6c\x23\xe5\x84\x24\x76\x57\xaa\xc0\xeb\x6e\x33\xa5\x7d\xe5\x3a\xa0\xca\x79\xae\xe1\x21\xbe\x4a\x91\xe4\x7f\x57\x4e\x86\x59\x3f\xf5\x61\xe6\x2d\xb7\x81\xf0\xd3\x9c\x0f\xd2\xc6\x2b\xe7\x01\x46\x0a\xf9\xf6\x44\x92\x43\x5e\x69\x98\x90\xb4\xf1\xca\xd7\x99\x23\x3b\x53\x37\x1f\x57\xfd\x54\xaa\xa9\x93\x36\x5e\x3e\x51\x91\x24\x87\x57\xce\xd3\x8c\xec\x2c\x3d\x20\x3c\xb3\x5b\x3e\x51\xb1\x72\x3d\x50\xd5\x3c\xc0\xc8\xb4\x52\x99\xd0\xcd\x57\xeb\xc4\x80\x9f\x79\x4c\xb9\x04\xa8\x4a\x1d\x9e\x1c\xf2\x22\x57\xfd\xfb\xb2\x02\x78\x2e\xba\xc0\xf0\xcb\x06\x20\x6e\x88\xd8\xd2\x4c\x24\x6d\xbc\x7c\xd6\x62\xd5\x4f\x58\x6d\x76\xd0\x00\x0e\xbf\x08\x3c\x02\xcc\x67\x9e\x73\xc8\xae\xd4\x05\x78\xca\xa8\x4a\x35\x9d\xac\xef\x9a\x69\xf0\xe4\x76\x57\xf5\xd9\x01\x6b\x30\xcf\x79\x08\xcc\x36\xcc\x34\xe6\xcf\x00\x8c\x4e\x91\xce\x5d\x65\x74\x8a\x74\xee\x2a\xcd\x51\xd2\xb9\xab\x28\xdd\x58\x75\x34\x96\xde\xc0\x42\xd9\x2b\xfd\x1a\xd4\x2f\x56\xcd\x43\x0f\x3d\x95\x7e\x0d\xd2\xac\xcb\x07\x2f\x56\x9d\x93\xa5\x28\xe7\x82\xac\x2a\x2d\x50\x72\xae\xab\x4c\x1a\xe1\x1a\xa2\x2a\x79\x31\x97\x0d\x55\x1d\x8e\x03\x39\x94\xbe\x6c\xb2\xb1\xab\x3c\xc0\x5c\x36\x54\xa5\xf7\x82\xfb\x85\xca\xd7\x2f\x56\xae\x14\x2a\xde\xb8\xf8\x00\x10\xbd\xdc\x7a\xc8\xa1\xee\x39\x28\x58\x6b\x67\xf2\x74\x72\xd5\x64\xd9\xc8\xca\x9a\x8c\x99\x43\x5e\xfa\x35\x48\xda\xae\x99\xec\x4e\xd2\x76\x95\x1a\x33\xcf\x2d\x57\xa9\x31\xf3\xdc\x72\xd5\x3b\x7f\x46\xd7\xea\x0b\xdc\x3c\x54\xa5\xd1\x59\x1e\x4b\xdd\xd7\xdc\x3c\x54\xbe\x7e\xb1\x72\xf3\x50\x0d\x73\x99\x28\x80\xac\xb1\x38\x39\xd8\xa2\xc9\xee\xab\x3e\xd9\x61\x6c\x88\xd2\xc8\xf2\xf5\x8b\x55\x9f\xec\xf0\xf8\xeb\x93\x1d\xeb\xec\xe0\x43\x67\xa8\x17\x93\x80\x5d\x66\xbe\xaf\x5c\x29\x54\x83\x5b\x5c\x92\x1c\xeb\x1a\x9b\xdb\x08\x5b\x1c\xd2\x02\x69\xd5\x35\x34\x6e\x79\x9a\xa9\x86\x8e\x6d\x1d\xb4\x43\xc2\xe0\x69\xa6\x1a\x2a\xc9\x83\x0d\x1e\xdc\xc9\x9f\x64\x5f\xd7\xd0\x1b\xa8\xeb\x76\x18\xda\xd1\x75\x3b\x0c\xce\x72\x73\x57\x99\x2d\xbf\xf2\x2e\x74\x8d\xee\xb4\x61\x57\x63\x1e\x7f\xf8\xce\x50\x1a\x90\xcb\x5d\x43\x69\xa0\xef\x77\xc4\x1c\x94\x71\xf4\xfe\xe9\x08\x1e\x26\x96\x50\x68\x59\x43\xcb\x56\x47\xf0\x50\x63\xd1\xdd\x3b\xa4\x12\xaa\x2e\x6b\xe8\x31\xd4\xdd\x3b\x53\xe7\xc7\xfa\xb3\x57\x23\x6b\xa6\xd2\x53\x9f\x59\xc3\xbc\x2b\x4a\x32\x6b\x48\x4f\xc3\xdd\x57\x83\x1e\xee\xbe\xea\xcc\x70\xc3\x75\xef\x0c\x37\xfc\x98\xf3\xa3\x03\x8d\xdb\xe1\x86\xab\xe8\xe8\x3f\x1e\x87\xab\x05\xef\x1a\x1a\xb7\xdc\x15\x54\x43\xe3\x76\xb8\xe1\xca\x8d\xe1\x1e\xeb\xeb\x21\x83\xbb\xc6\x39\xdb\x30\xe8\xe5\x29\x43\x0e\x0e\x63\xad\xc3\x0d\xd7\x89\xa3\x6b\x7a\xdc\x1e\x05\x18\xd9\xd0\x05\x3e\xdc\x63\xb3\xa9\xb8\x2b\xa8\x86\x71\x53\x2e\x09\xab\xa1\x69\x39\xdc\x7d\xa9\x86\xdc\xee\x9a\x09\xf2\xe4\x76\xd7\xb1\x78\x4c\xc3\x2f\xfe\x8c\x3d\x3e\x8c\xf3\x70\x57\x50\xf9\xac\x45\x92\x80\x5d\x87\x41\x54\x72\xae\xeb\xb0\x2a\x84\x42\xcb\xf2\x25\x8b\xa4\xd0\xb2\x0e\x73\x4b\x78\x30\xab\x8e\xd5\x35\x60\x79\x0f\x85\x06\x99\xd5\x65\x4e\xfc\xca\x5d\x41\xe5\xe3\x15\x49\x9a\x75\x1d\x93\x9e\xba\x5f\xc4\x00\x69\x70\xa8\x7f\x93\x59\x5d\x33\x27\x9e\xcc\xea\x3a\xac\x83\x22\xb3\xba\x8e\x49\x5c\x98\x48\x87\x9a\x39\x97\x0d\xd5\xb1\x7b\xce\xd1\x6d\x0e\x35\x73\x9d\xf0\x87\x76\xa6\x7e\xf7\xc3\xcc\x07\xfd\xee\x87\x9a\x39\x85\x96\x75\xf4\xd9\x86\xc9\x29\x4e\x48\xa6\xae\xc3\x80\x28\x29\xd3\x75\xc4\x6c\x43\xd7\x1a\x9d\xdc\x59\x56\x87\x0a\x15\x49\xce\x35\x53\xe7\x49\x72\xae\x43\x47\xcf\x10\x03\x15\xf8\x21\x06\xe9\x14\x50\x4d\x7c\xbc\x62\xd5\xb5\x7e\xe8\xf5\xd1\x9b\x4e\xe6\xfb\x07\xd0\x75\xcd\xde\x04\x9c\x1c\xbc\xf8\xd0\xe8\x24\xf3\xb8\x0e\xfd\x41\x5c\x02\x54\xc7\xa4\x12\x11\x35\x3b\x91\x2c\xe2\x9a\x09\xf2\xe4\x0a\xd7\x61\xd4\x95\xbb\x82\xea\x50\x04\x0d\x71\x9b\x22\x08\x36\x7f\x1c\x1e\x31\xd8\xfc\x61\x74\x6a\xcc\x2f\xee\xa9\x5f\x4e\x97\x0a\x01\x70\x4c\x62\x42\xe5\x39\x4c\x55\x24\x6d\xb7\x78\xfd\xe2\x03\x98\x29\xfe\xa0\xa2\x70\xaf\x0e\xf4\xae\x22\xb7\xb6\xcc\x96\x2f\x72\x6b\xeb\xd0\xb8\xe8\x76\x8d\x71\x51\x24\xda\xd6\x81\x0b\xa8\x48\xb4\xad\x03\x81\x56\xe4\xd6\xd6\x71\xcf\xae\x19\x14\x2f\x6a\x91\x41\x5b\x07\x62\xab\xc8\x93\xad\xe3\x71\xad\x91\x3a\x07\xa5\x83\x6b\x88\xce\x3b\x7f\x46\x1b\xaa\xe6\x8b\x94\xd5\xf2\xf9\x8c\xd5\x88\xc2\x81\x06\x56\xbc\xca\x55\xbe\xa5\x51\x24\xa6\xd6\x29\x69\x1a\x6b\x30\xd9\x7d\xe5\x22\xa4\x22\xd9\xfd\xfb\xd9\xd7\xf5\x89\xa4\xaa\x65\xab\x9f\x31\x4c\x9f\xe0\x58\xb9\x18\xa9\xce\x75\x0e\x35\x00\x66\xef\x05\xe0\x9a\xc0\x39\x4c\x69\x2f\x5e\xdc\x2a\x9e\xe0\xf8\x7e\x46\x1b\x1d\x3f\xdc\x9f\x54\x27\x01\x82\xa2\x24\xae\x48\x69\x5f\x8b\x9c\xd1\x3a\x35\x50\x02\x61\x65\x4a\x7b\x51\xaa\x56\xa7\x04\x69\xc4\xe4\x94\x20\xb9\x05\xae\xce\xe6\xd2\xc1\x60\x7c\xa9\x63\xe5\x5a\xa5\x3a\xdb\x1c\x14\xdc\xda\xec\xcd\x36\xb3\x37\x10\xed\xf3\x67\x20\xda\xc5\xad\xf9\x85\xa3\xc0\x0d\x47\x75\x76\x77\x05\xe5\xf5\xe4\xaa\xc0\x22\xfd\xb4\xce\x70\xc3\x61\x57\xa7\x5e\x20\x6e\x38\x2a\xd3\xe0\x8b\x52\xb5\x32\xf3\x7d\x0d\xc4\xc9\x99\xae\x28\x1c\xea\x4c\xcf\x5f\xf7\x8b\x2b\x0a\x87\x3a\xa5\x5b\x23\x33\x3c\xe0\xf1\x7d\x01\x37\x0d\xa1\x70\xf7\x6b\x22\x0a\x6e\x25\xa2\x5d\xc0\x99\xa2\x73\x9c\xe5\xba\xb9\x8d\x63\xf6\xc6\x97\xe1\x14\xd0\x71\x4d\x90\x2f\x72\x51\xcb\x04\xf9\x95\x7b\xe8\xea\xd4\x92\xe2\x8e\xa5\xba\x76\xb1\x86\x91\xf1\x26\xc4\x07\x7c\x53\xb8\xe6\x96\xc0\xc8\xae\x36\xbb\x0e\x00\x37\x18\x19\x76\x35\xd7\x1a\xa1\x71\x99\xe6\x6a\x3c\xe9\x6a\x13\x83\x02\x70\x11\xe1\x77\x57\x9b\x18\x30\x8e\x71\x1e\x23\x4d\xbe\x23\x51\x94\xd1\xd5\x35\xf7\x94\x93\x78\xcd\x9d\xc3\x87\x74\x85\xb8\x21\x41\x2e\xf3\xfc\x8c\x41\x5d\xaa\x26\xc6\xa0\xc8\xed\xfe\x00\x06\xd5\xb5\xce\x25\x4d\x75\xe9\x32\xe1\x5e\xa6\xba\x4a\xc2\x87\xe3\x5e\x73\x4b\x38\x89\xd7\xdc\x05\x58\xa9\x6f\x42\x14\x29\xab\x35\x73\xbb\x79\xac\xbe\x7c\x06\x62\xe5\xc2\xa5\xba\xf4\x99\x73\xe1\x52\x5d\xa7\xb8\x71\xc4\x2e\x93\x44\x8c\x5b\x99\x73\x5d\x24\x4b\xd6\x85\x2b\xba\xc8\x8f\x2c\x1f\x7b\x28\xf2\x23\xeb\x32\x49\xc4\xf0\xd6\x75\xdb\x66\x15\xf0\x8c\x72\xf8\x2e\x42\x3b\x45\xfd\x58\x5d\xa4\x8f\x14\x99\x93\xc5\xcb\x0f\x1f\xc0\xf2\x5a\x4b\x10\xdd\x2f\x5d\xc0\x2f\xe1\xcf\x40\xe7\x71\x1c\x48\xe6\xd2\x4b\x62\x7c\xec\xc2\x4b\x52\x64\x4e\xd6\xa5\xf6\x61\x14\xec\x42\xfb\x28\x32\x27\x8b\xc7\x1d\xd6\x22\x4f\xb1\x6e\x1d\x71\xc6\xc7\x4c\xc5\x2e\xb2\x11\x8b\xec\xeb\x0f\xa0\x8d\xe9\x58\xdc\xb8\x57\xf7\x2a\x3a\xbb\xc0\xec\xe0\xc3\xfa\x0e\xc7\xd9\x05\xe6\xcf\x3a\x80\xc7\x32\x04\x4e\xbf\x7c\x58\x93\xe1\xfc\x01\x3f\xd5\x30\x6f\xf3\x3f\xb9\xb5\xaf\x6e\x29\x9a\x12\xb2\xba\x4d\xf9\x34\x14\xe7\xe3\x08\x45\xe2\x63\xdd\x1e\x12\x12\x1f\xeb\x9e\xd4\xc9\x01\xbe\x0d\x58\x1b\x8a\xbb\x89\xb2\x14\x29\x91\x75\x1f\xf3\x0b\x6d\x0e\x97\x01\x1d\xea\x46\x5c\x16\x95\x66\x35\xf3\x9a\x0d\xd2\xdd\xf3\x2c\xa1\xc1\xdc\xe7\x6c\xc3\xfc\xce\x89\x41\x02\xb8\xfb\x1c\xb9\xfb\x9a\x6d\xe8\xed\x72\xb5\x60\x71\xf7\x35\x11\xa5\x03\xe5\x20\xaf\x4d\xd5\x7d\xbb\x74\x1c\x2c\x5e\x3d\xf8\x00\x06\xbd\x3d\xda\x38\x64\x7c\xe8\xa0\x78\x7a\xaa\x4c\x72\x2e\x0a\xd2\xca\x57\x0f\x8a\x82\xb4\x32\xaf\xb9\xa8\x41\xab\x5b\xc3\x8e\x77\xfe\xcb\x87\x0e\x8a\x07\xa6\xea\x9e\x12\x12\xdd\xe6\xd1\xaf\xc6\xbd\x4c\xf5\xcc\xb3\xc4\xf1\x79\xe6\x21\x19\x02\xd2\x20\xda\xc8\xb3\x3a\x6d\x8e\xcf\xa3\x53\xd7\x60\xe0\xb3\xcd\x0e\xbe\x29\x3c\xbb\x47\x81\x43\xc2\x0b\x06\xdf\xcf\x68\xb3\xbb\xa7\xb0\x38\x9e\x33\xf8\xbe\xd8\xe6\x10\xb0\xcd\x1c\x94\x9f\x35\xb7\x11\xd5\xe4\xe1\xc6\x99\x22\x3f\xb2\x9e\xe6\x31\xe5\x20\x3d\x53\x52\x0d\x81\x89\xdb\x37\xed\xc7\xfc\x3b\xee\x09\xac\xa7\x7b\x42\xd8\xed\x47\x23\xcd\xb0\xe0\x63\x5d\x8a\x81\xbc\x47\xa9\x63\x16\x24\x09\xcb\x1f\xc0\xa0\xbc\x7b\xb6\x1a\xd5\x23\x47\xf9\xfb\xc2\xa0\x35\xc7\xa1\x4d\x79\xae\x61\x64\x8f\x52\xc7\x78\xdf\x33\x8f\x32\x1b\xfc\xd4\xec\xcd\x0e\x3c\x07\xf8\x1b\x1e\xc3\x0d\x5c\x91\x54\x8f\xe2\x84\x5b\x91\xea\x31\xcd\xd5\x70\xdd\x73\xcc\x9f\x31\xe8\x39\xbf\x30\x0e\xa5\x91\xab\xe1\xba\xe7\x9c\x1d\x80\xce\xe5\xfe\x70\x42\x1e\x19\xa6\xe1\xba\x47\xf5\xcc\x64\xc9\x47\xdf\xaf\xb1\xbb\xe7\xf6\x88\x79\x0e\xb8\xf5\x72\x35\x5c\xf7\x3c\x1e\x65\xcf\xc1\xeb\xb1\x74\xb7\xdf\xf9\x05\xac\x3d\x7c\x06\xe5\x1e\xd5\x33\x93\x18\xdf\xc5\x33\xca\x6e\xbf\x8b\x27\x84\xdd\xe6\x25\x81\x0f\xf8\xa6\xf0\x6e\x73\x50\x81\x5b\x60\x00\x80\x9b\x39\x7a\x3e\x04\xb0\x72\x11\x52\xbd\xea\x4c\xa6\xe5\xbd\x58\xfb\x45\xc5\x57\xbd\x6d\xfe\x6c\x05\x70\xeb\xe1\x91\xaf\xca\x90\xb1\xbb\x57\x65\xc8\x3c\x38\xaf\xfb\x5f\x8d\xdd\xbd\x96\x4b\x19\xbb\x23\x15\xfb\xfb\x99\x5f\x5c\x37\xc4\xe3\xdb\xc5\x8d\x69\xfb\x10\xc0\x6a\xec\xce\x87\x00\x6a\xdb\x7e\xf6\x44\x45\x79\x5d\xfe\x6a\xf8\xee\xd5\x08\x30\x7c\xf7\xca\xd5\x4c\x92\x7b\x89\x3c\x95\x49\x72\xaf\x2c\x6e\x73\x7e\x87\xe8\x39\x3f\x4b\x37\x8c\xf2\xbd\x3a\x5f\x8d\xf2\xbd\xea\xfd\x66\xcc\x99\xd7\x5c\xe6\xc5\xbd\x7a\xa8\xb8\x21\xb1\x4c\x65\x2e\xb3\xdf\x5e\xa5\xaa\xd9\x6f\xaf\x01\x5e\xee\x4e\x2c\xee\xce\xff\xbe\x08\x48\x1b\x30\xbf\xd7\xca\x25\x23\x76\xaf\x42\x71\x73\x72\xf3\x60\xc1\xe2\x66\x5e\xb3\xa1\xb8\x57\xa1\x68\xc2\x9b\x79\xcd\x65\xc2\xdb\xfb\x8a\x35\x8c\xf9\x7d\xdd\x15\x38\xe1\x4b\x14\xac\x78\x87\xaa\xde\x77\x76\x0d\xd6\xaf\xdb\xda\x04\x60\x3d\x09\xf3\x7b\xe7\x31\x45\xbf\x7b\x5f\x07\x75\xda\xa6\xfb\xe4\xa7\xec\x0d\x6f\xd5\x5f\xf3\xe3\x84\x63\x59\x5c\xeb\x0f\xd1\xe1\xad\xfa\x45\xbe\xda\x58\x96\xd9\x5b\x03\x98\xbd\x0d\x00\x77\xe1\xe3\x91\x63\xe6\x42\x13\x0c\x1c\xcb\x2a\xd6\x7e\xd9\x5c\xeb\x04\x90\x95\x12\xfc\x1b\x8b\xac\x74\x4b\xc6\xd9\x67\x07\x02\xa2\x93\x8c\xc3\x1d\x3e\xc5\x7b\x57\xc3\xbb\xf2\x6b\xfb\x18\xcc\x58\x9a\xe3\x14\xb8\xa9\x54\x72\x33\xd4\x58\xe4\x9e\xdc\x0c\x35\x66\x2a\x33\x71\xc5\xb1\xe8\xe2\xca\x64\x0d\x64\xa5\x94\x4b\x8d\xa5\x7b\x90\x92\x05\x21\xf4\x5b\xe4\x3f\x8d\xc5\xd0\x6f\x26\x3f\x8b\xd9\x01\xf3\xc1\x3e\x2f\x9e\x9a\x1a\x8b\x7a\x24\xd7\x44\x8d\x05\x47\x56\x51\x07\x35\x16\x2c\xf7\xa2\xf4\x69\x2c\x2a\x0f\xdc\x19\x35\x16\x52\x34\x8a\x6a\xa7\xe1\xc5\xf9\x6b\xba\x20\x93\x17\xbb\x06\x72\x5c\x9e\x80\x1a\x0b\x8e\xab\x22\xc7\x68\x2c\x2a\x0f\x84\x39\xc7\x42\x1c\xb8\x78\x02\x6a\x70\x57\xfe\x07\x30\x1f\xd5\x0a\x12\x8e\xc6\x72\xcc\x36\xe0\x26\xcd\xf1\xd0\xd3\x58\xa4\x39\xca\x98\xc6\x72\xcc\x41\xc1\x60\xf2\xe2\x62\x0a\xa7\x5d\xef\x74\x7d\xda\x66\xa7\xeb\x4b\x0c\x76\xba\x56\x79\x25\x2b\x68\x2c\x6a\x12\xc4\x2f\x87\xa9\xcb\x45\x56\xd0\x30\x5b\xb9\x28\x70\x1a\xcb\xa4\xac\x41\x07\xcf\xec\x1a\x0c\xa4\x1f\x52\x84\xc6\x4c\x6a\xe6\x96\xa7\xb1\xbc\xa2\xd3\x58\x90\x77\xfe\xec\x1b\xc7\x04\xe5\x22\xf7\x67\xac\xeb\x04\x1a\xc0\x6c\xd3\x01\x5c\x9d\x8f\x1a\xc7\x6a\xf2\x3e\x91\xcd\x41\x4e\xf2\xf7\x25\x01\x66\xd7\xdf\xa0\xeb\x3e\x7b\x1b\x00\xcd\x36\x7e\xb9\x05\xf8\x62\x86\x3d\x81\xc9\xb1\x76\xdb\xf4\x9f\x31\xcc\xb1\xc6\xfc\x25\xe3\x6a\x5a\x92\x38\x33\x56\x85\x3c\xa1\xc5\x31\xb3\x8a\xb9\xa7\x69\xac\xf3\x94\x7d\x84\x3f\x56\x4f\x19\x97\x36\x8d\x95\xdb\x49\x56\x82\x8e\x63\xd5\x74\x21\xce\x38\x56\x85\x3c\xcf\x48\x8d\xb5\x5c\x06\xe8\x96\xe4\xe3\x0f\x60\x1c\xe5\x3a\xb9\x32\x63\xf5\xc8\x11\x9b\x1c\xde\x4f\x5f\x3b\x74\xbb\x8e\x89\x28\xe3\x28\xf1\x89\x5a\x8e\x55\x9e\x4f\xd0\x71\xac\xc6\x1e\x08\x3a\x0e\xaf\x93\x2f\xf2\x5e\x86\xd7\xc9\xaf\x44\x20\xc7\xca\x2d\xa5\x2b\x41\xc7\xb1\x2a\xf1\xc9\x6e\x19\xab\xb9\x3f\x04\x1d\x07\x77\xcb\x7f\x00\x18\xe8\xde\x21\xef\x65\xac\x97\xf3\x81\x84\xcc\x10\x2e\xea\x86\xc6\xfa\xf8\x33\x0e\xe3\x6a\xb4\x97\x30\xe1\x30\x5d\xb8\x48\x00\x19\xab\xa9\x3b\xc4\x0c\xc7\x3a\x4f\x19\xcc\x62\x95\x95\x12\x19\x1c\x5e\x00\xbf\x12\x0c\x1c\x9b\x3c\x92\xd4\x90\xb1\xad\x73\x9c\x01\xe0\x7c\x38\xc0\x9b\x8a\x28\x69\x1e\xc3\x3b\xdf\x57\xc2\x75\x63\xd3\x7f\x42\xb8\x6e\x6c\xbb\x33\xe5\x00\x6f\xf8\x30\x8b\xf2\xa2\xb1\x99\xfd\x46\xb8\x6e\x6c\xd4\x68\x15\xb5\x46\x63\x6b\xb3\x0d\xe8\x18\x1f\xe3\x4e\xd0\x61\xba\x70\x91\x00\x32\x36\x15\x03\x72\x3e\x86\x17\xc0\xaf\x5c\x03\x3a\x36\xe2\x63\xc5\x73\x55\xc3\x9b\xdd\x8b\xf2\xa2\xb1\xf5\x89\x35\x3f\xf3\x8c\xf2\xf8\xd5\xd8\x74\x41\x72\x93\xd2\xd8\x64\x64\x04\xd8\xc6\xa6\x2b\x83\xac\x8c\x41\x0e\xef\x07\x80\x81\xf6\x11\xb9\x17\x63\x53\x8f\x24\x0e\x37\x36\x19\x19\x89\x18\x63\x1b\xb3\x0d\x5d\x9b\x6a\x40\x84\x6e\x6c\xba\x32\x48\xc4\x18\x24\xf4\x7e\xcb\x66\x07\x97\x00\x3f\xd3\x0a\xe2\x71\xa8\xb1\x19\xc6\x2d\x0e\xf9\x76\xba\x06\x9c\xb7\x4d\x3d\x92\xa8\xde\xd8\xae\xd9\x81\xc0\x2b\x00\x3a\x26\x58\x12\xef\x1b\x9b\xea\x26\xaf\x3e\x8d\xed\x9e\xb8\x09\xfc\x3f\x84\xbd\x49\x0e\xec\x3c\xb2\x66\x39\x8f\x55\xc4\x12\x9c\x3d\x09\x5c\xc4\x5e\xd8\x48\x35\xab\x41\xed\x7f\x50\xe0\x39\xfa\x03\x2f\x91\x99\xb8\x23\xc9\xe9\x14\x7b\x23\x8d\xd6\x7c\xe6\xa2\x80\x16\xa2\x57\x22\xf4\x7d\x23\x3e\x4e\x23\xfb\xaa\x58\xec\x01\xf8\xa6\x11\x5d\x7c\x18\x6f\x8c\xf8\x4a\x0b\x9c\x54\x51\xae\x14\x4b\x8e\x11\x5f\xdb\x76\x99\xa1\xf1\x99\xed\xa2\x16\x1c\x49\x39\x21\x3e\x4d\x23\x79\x3f\x42\x47\x38\xd2\xef\x6b\xc1\xad\x34\x29\x1a\xc4\xdb\x69\x24\xf5\x56\x9d\xf3\x35\x85\xaf\x9e\xc2\x0f\x09\x83\xc3\x36\x85\xaf\x6d\x77\x40\x92\x02\x3f\x14\x86\x23\x45\x2b\xcd\xfe\x70\x4a\x58\xb0\x49\x5d\x17\xaa\xc4\xa1\xad\x70\xc7\xc6\x63\x7c\xb6\xc2\xa0\x3c\x0d\x6d\x85\x3b\x2e\x49\x23\xe9\x07\x05\xca\xd3\x48\xf9\xfb\xe6\x6f\x32\xcc\x91\xf2\xd7\x56\x9a\x07\x84\x5f\xc7\x64\x63\x24\x25\xf2\xbd\x33\x40\xc5\xb6\x16\xda\x5a\xbe\xe6\x31\x40\xdf\x3a\x2f\xb4\xb5\xba\xce\x0b\xcd\xd3\xf3\x19\x70\xa8\x21\x4a\x7b\xc7\x98\x63\x80\xc5\x7e\x7f\x50\x69\xfb\xbe\xa1\x1e\x0d\x2c\x81\x8d\x1a\xa9\x7f\xd9\xa8\x67\x7c\x2d\x60\x22\xbe\x05\xcc\xa2\x4f\xda\x6a\x81\x21\x35\x92\x82\x39\x2c\x3b\x46\x52\xc1\x8b\x72\x73\x24\x39\x66\xcc\x3c\x46\xd2\xf7\x1f\x70\xa8\x21\xc8\x7a\xc7\x7d\x6a\xa4\xe5\x1c\xb3\x9a\x3f\x13\x63\x60\xa3\x46\xda\x5f\x01\xd4\x23\xf7\x8b\x1f\xd4\x48\x1e\xcb\x04\xd9\x1a\xc9\x35\x8b\x2e\x6f\x24\xcf\xe8\xcc\x02\x16\xfc\x3c\xa0\xcb\x1b\xe9\x5b\xcd\x2c\xe0\xa4\xbf\x1f\xea\xbb\x91\x64\x85\x01\x4d\x1d\x58\x08\xdf\x6c\x34\x54\xc3\x19\x10\x9b\x46\xd6\x23\x19\xc4\xa6\x91\xbf\x05\x0c\x13\x96\xbf\xc5\xc8\xd1\x90\x5d\x8c\xa8\xde\x46\x8e\xce\x02\x4c\x58\x76\x2d\x81\xa4\x34\xf2\xb7\x96\x60\xc2\x72\xfa\xb2\xf1\x8f\x1c\x26\x18\x4b\x43\x73\xe1\x8e\x6d\xc9\xc8\xe9\x2b\xe0\x76\x5b\x54\xf3\x80\x86\x6e\xe4\xfc\x35\xc7\x7f\xcc\x06\x0d\x0a\x71\x1e\xd0\xd0\x8d\xec\xfd\x1c\x0d\xdd\xc8\xdf\x42\xea\xfe\xf3\xf8\x0f\x5d\x50\x55\x8a\xea\x6d\x64\x5d\xe8\xd1\x8f\x8d\xcf\x6c\x17\xfd\xd8\xc8\x6e\xa5\x00\x91\x8e\xac\x88\x18\xe3\x94\x91\xdd\x57\x41\x25\x1d\xb9\xb9\x29\x41\x42\x45\x21\x14\xc6\x29\xa3\x7c\x3b\x2e\xb4\x50\xbe\x1d\x97\xe5\x2f\x3a\x72\x00\xe1\x68\x14\x8f\x7b\x8c\x53\x46\x71\xc1\xa2\x94\x1b\xa5\x7f\x5d\x18\xfc\xf8\x2a\xf5\x87\x95\xde\xeb\xf5\x28\xdf\x8e\x0b\x61\x14\x85\xc7\xe8\xee\x46\x99\xdf\x3f\x7c\xe3\xdd\x0d\xeb\x8f\x51\x3c\xee\x31\xf8\x18\x45\x6f\x55\xf4\x70\xa3\x2c\x27\x18\x2a\x11\x2a\x39\x80\x63\x34\x44\x47\xee\x58\x72\x8c\xb2\xed\x02\xcb\xbf\xc8\x61\x62\xd6\x31\x8a\x1e\x45\xa0\x08\x0d\x01\x91\x03\x28\x42\xa3\xa8\x27\x45\xa7\x36\x8a\x42\x50\xac\x25\x86\xe8\xc8\x01\x05\xdb\x28\x3a\x57\x80\x22\x34\x8a\x1b\x33\x28\x42\xa3\x06\xbf\xb9\xf7\xf3\x51\xa3\x5d\xb8\x57\xf2\x51\xf5\x60\x03\x5f\x68\x54\x65\x48\x18\x48\x8c\xea\x05\x1f\x75\xdd\xa8\xde\x82\xb0\x96\x18\x9f\x61\x20\xba\xbb\x51\xe5\x23\x31\x9d\x18\x62\x13\x77\xac\x25\x86\xd8\xc4\x1d\xfb\x86\x51\x5d\x89\x98\x34\x0c\x6d\x01\x3b\x16\x09\xa3\x2a\xff\x46\x91\x37\x04\x1d\x0e\xe3\xaf\xf0\x6e\xa3\x7a\x93\x07\x52\x68\xd4\x6a\xc3\x59\xa6\xd5\x7b\x0c\x90\x42\x43\x00\xe1\x8e\xb1\xc0\xa8\xf2\x9e\xe8\xff\x46\xc5\xbf\xa2\x63\x39\x30\xaa\x8c\x28\xca\xc0\x51\x65\x37\x51\x06\x8e\xfa\xad\xe6\x6e\x01\x2e\x05\x18\x9d\xda\xbf\x6f\x28\x60\x7c\xcd\xa1\xe7\xee\x84\xe0\x0b\x8d\xea\x7e\x57\xd8\x8b\xeb\xb7\xdf\xb1\x32\xab\x92\x23\x20\x85\x46\xf5\xb6\x82\x9b\xd6\xa8\x3a\xea\x0c\x98\xbd\xfa\x2d\x39\x16\x56\xfd\x96\x1c\x5c\x5c\x5d\x2e\x2c\xf6\xe2\xba\x1c\x7b\xf6\xe2\x2a\xef\x89\x36\x71\x54\xf9\x48\x34\xde\x43\x4b\xc3\x8e\x86\x78\xd4\x6f\x61\xb1\x31\x0b\xdf\xdb\x8b\xdd\xf6\x7e\x5e\xec\x0f\xf7\xf3\x88\x06\x72\x54\x65\x4a\x68\x61\x87\x86\x82\x1d\xc5\xeb\xc0\x1c\xf0\x72\x4d\x91\x1f\x76\x1b\x46\xb4\x21\xd0\x8c\xa8\x16\x47\x53\xea\x8d\xd6\x72\x34\xaf\x2e\x78\x2e\x8d\xf6\x2d\x53\x4e\x1d\x01\x77\x3b\x61\xa4\x46\xe3\xc0\x8e\xc0\xf6\x8c\x06\x87\x19\x41\xea\x19\xcd\x1b\x0e\x01\xa6\x46\x8b\x36\x94\xa5\xdd\x14\x82\xa2\xc2\x1c\xcd\x65\x8a\x0a\x73\x34\x5c\xd5\x22\x80\x3e\xa3\xa9\xbb\x23\xda\xd4\x68\x58\x70\x77\xa2\x4d\x8d\x96\xbf\x6f\x28\xcd\x05\x8c\x72\x73\xb4\xfc\xb5\x80\x56\x7b\xc8\xa3\xcf\x1c\x8d\x73\x3c\xfe\x20\x07\xed\x16\x23\xaa\xd2\xd1\x40\x9d\xef\x68\x3a\x87\xb8\xbc\x11\xb8\xd1\x81\x11\xe3\xfd\x41\x43\x71\x4f\xee\x28\x33\x47\x53\x77\x87\xfe\x72\x34\xd0\x06\x22\x88\x40\xa3\xc9\xc9\xa2\xb2\x1c\x5a\x34\x46\x40\x80\x06\x16\x8d\xf7\x07\xf5\x54\x7b\xca\xd9\xd2\xbc\xed\x57\xc7\xad\xda\x53\x87\xaa\x39\xbc\x9c\x2d\xda\x3a\xf6\xea\xe8\x34\xdb\xc6\xd9\xd2\xdc\xa5\xab\xdd\xf6\xea\x5f\xed\x69\xb3\xa7\x9c\x3a\xc2\xf7\xf6\x6a\xb7\xfb\x57\x0f\x45\xbb\xfd\x56\x7b\x3a\x6c\x1b\xa4\x09\x62\x6f\xe8\xe8\x2f\x87\xe6\x8d\x11\xe5\xec\xd0\xbc\x31\xa2\x82\x1d\xcd\x8d\x19\x97\xb1\xd1\xa6\xf5\xc0\x17\xb7\xf9\xb5\x80\x7a\xdc\xb2\xd1\x6c\x0e\x0d\x1f\x23\xca\xd9\xd1\xb8\x7a\x45\x60\x40\x47\xdb\xd6\xc3\x49\xd5\xd4\x1b\x54\x87\x77\x7f\x45\xf3\xcf\x71\x78\x39\x5b\x9a\x7a\xab\xea\xf0\x1e\x67\x9b\xb3\xa5\xb9\x31\x57\xc7\xfa\xfd\xb2\xf1\xcd\xeb\x20\x16\x7f\x7c\xf5\xf0\xcd\x47\x59\xc5\x1f\x56\xea\x20\x62\xe9\x15\x7f\xd5\x1f\x8e\x1b\x47\x77\x57\xd8\x85\xf2\x6f\x74\xf5\x06\x35\xfd\x75\xc3\x04\xbe\x37\x74\x34\x83\xa3\x07\x07\x95\x7b\x73\x0f\x5f\x55\xb7\xb3\xda\x3a\x46\x74\xa0\xa3\x7f\x94\xc6\xf1\xd2\xb1\xef\x8a\x68\x2d\x47\x57\x96\x80\xfe\x6f\xf4\x68\x01\x9c\x35\x5d\xb2\x43\x19\x38\xb4\x8f\x8c\xa8\x30\x47\x47\x65\x1e\x41\xea\x19\x9a\x44\x76\xd4\x84\xa3\x27\x27\x8f\x4d\xa9\x13\xec\x21\x02\xce\x33\x7a\xfe\x0a\xa0\x39\xea\x67\x51\x13\x8e\x9e\xbf\xe6\xd0\x36\xf9\x62\xd4\x77\xa3\x7f\xf4\xc4\x36\xdf\xd5\x92\xe3\xeb\x36\x30\x96\xbc\xff\xd0\x02\x75\xad\x38\xbe\x8d\x5e\x6c\x01\x9b\x5f\xff\x88\x8b\x59\xe9\xc0\xa9\x76\x14\x7b\xa3\x7f\xc4\xc5\x69\xd0\xab\xe4\xc0\x21\xaf\x19\x65\x27\xae\xd6\x10\x4d\xb8\xa3\xe5\x1b\xfd\x5b\xb3\x8e\xf5\x94\x88\xd9\xf3\xfb\xfc\xb2\x51\x9a\xdb\x7c\x75\xe0\x97\xdd\xe6\x00\xe8\xcb\x4a\xd9\x57\xfb\x72\xc5\xb0\xaf\xf6\x65\xab\xd9\x4a\xfb\x72\xdc\xd8\x4a\xfb\xfe\x0a\xa0\x34\x2d\x48\x08\xd9\x35\xfa\xfe\x4a\xf3\xc7\xd7\x05\xc6\x60\x3b\x3a\xc3\x1f\x0e\x2f\xbb\xa7\xe6\x8d\xbd\x3a\xc1\xa8\xb7\x22\xa0\xa2\xa3\xab\x10\x25\x48\xcb\x00\x70\xf7\xfe\x73\x5b\x30\x54\x2a\xe0\x2c\x37\xc6\xb7\xf8\x18\x5e\x6d\x10\x3b\xfa\xb1\x31\x40\x2e\x8c\x40\xf0\x8c\x11\xbe\x6f\xfc\xe1\xb8\x71\x04\x69\x90\x18\x51\x24\x8f\xe1\xd1\x80\x83\xdd\x18\xf1\x2b\x8d\x7f\xbc\xa4\xa1\x39\x1b\xc3\xd3\x00\x45\xf2\x18\xdc\xcb\x22\xba\xe3\x31\x5c\xb0\xe8\x8e\xc7\xc0\x8b\x39\x06\xb6\xab\x81\xd9\x6e\x0c\x6c\x57\xc3\xc5\x87\x1e\x78\x0c\x85\x0f\xe8\xe1\xc6\x40\x2c\x16\xd1\x03\x8f\xa1\x24\x02\x3d\xdc\x00\xbe\xf7\xfe\x43\x3d\xdf\xb2\x64\x44\x87\xcb\x32\xb0\xc1\x0c\x65\x14\xe8\xc7\x86\xa6\x8a\x11\xa0\x9d\xa1\xa9\x62\x04\x95\x74\x68\xca\xd7\xd1\x9c\x8d\xa1\x10\x14\x65\xd9\x18\xe3\xfb\x86\x02\xf0\xff\xed\xf8\xd0\x8d\x81\xb2\x22\xa2\x96\x1e\x58\xfc\xdd\x1f\x7c\xe3\xbe\x8a\x26\x7a\x0c\x40\x23\x3a\xde\x75\x63\x60\xcb\x14\xd1\x44\x8f\xe1\x82\x45\x0f\x37\x80\xe2\xbd\xff\xf0\x63\xd9\x39\xb6\x6c\x31\x75\x3b\x9a\xb3\x31\x5c\xa3\x68\xa2\x87\x30\xba\x9d\x80\x24\x63\x28\x52\x6d\xce\x02\x70\x54\x11\xfc\x9d\x31\xb6\x0d\x65\x47\x12\x53\xb7\xa3\x46\x1b\x60\xea\xde\x7f\x28\xe0\x7c\xa5\xf1\x8d\x9a\xda\xe6\xfc\x1c\x87\x8a\xcd\x5c\xb4\xdd\x8e\x82\x6d\x8c\xc7\x99\x63\x67\x1f\xcf\x57\x1a\x45\x3f\xf6\x27\xff\x4d\x4b\x3e\x86\x02\x5b\xf4\x72\x63\x3c\x5f\x55\xd4\xab\x09\x54\x73\x5d\xbc\x5f\xe9\xd4\x8b\x73\x4f\x44\xc5\x3c\x86\xbb\x36\x4a\xba\x31\x7f\xdf\x37\x89\x1f\x8e\x30\x4b\x01\x90\xde\xfb\x4d\xe3\xc7\x57\xc0\xad\x67\x06\x27\x8f\x7d\x68\xba\x65\xa3\x21\x1e\xe2\xf2\x46\x80\x76\xc6\x94\x87\xc2\x25\x6e\x60\x9d\x78\xff\xa1\x52\x6f\x93\x68\xec\x06\xc6\x85\xf7\x1f\x5a\xe0\x2e\x8d\xfa\x6e\xcc\xe4\xca\x64\x87\x9a\xe9\x2b\xba\xf0\xc3\x6e\xb3\x29\xcd\xec\x37\x2c\x9f\x89\x13\x5b\x47\x49\x37\x66\x76\x5a\x39\x27\xa6\x84\x82\x92\x6e\xcc\xec\x70\x73\x68\x08\xc5\x1b\xc1\xc9\x19\x53\x21\x07\xea\xbb\x21\x2e\x6f\x04\x6e\x74\xcc\xf2\x15\x40\xa5\x12\x4a\x63\xc5\xcc\x62\xdb\x9a\xdf\x38\xbc\x2c\x9f\xa9\x30\x0f\x6f\xbb\x31\xab\xcd\xe1\xd0\x98\xee\xdf\xe8\xee\xc6\xfc\x96\x36\xeb\x62\x7e\x4b\x9b\xbd\x6b\x7e\x4b\x9b\x6b\xc8\x5c\x5f\x36\x0a\x58\x6e\x09\x1c\x34\xd3\x1d\x17\xdd\xf1\x98\x6e\xa5\x20\xe8\x8c\xf9\xad\x66\xb6\xb8\x79\x9c\x39\xb6\xb8\x79\xbe\xd2\x28\xe0\x7c\xd9\xa8\xe7\xf9\xb2\xf1\xcf\x23\x75\xb2\x77\x89\x56\xdb\xd1\xf7\x0d\xd1\x6a\x23\xaa\xdf\x31\x1f\x27\x98\xdd\x06\xb4\xda\xfb\x83\x16\xe0\x9c\xd9\x51\xfe\x0d\x6d\xf6\x22\xaa\xdf\x31\x5f\x87\x97\xa3\x41\x1c\xdb\x88\xb6\x77\x88\x56\x1b\x41\x98\x19\x8b\xf0\x19\x11\xe8\x98\xb1\x7e\xdf\x3f\x37\x1b\xc6\x78\xf7\x47\xe3\xc7\x97\xad\xf3\xa3\xfa\x63\xf0\x63\xda\x82\xc8\x0f\x7a\x8a\x52\x78\x2c\xd9\x74\x34\x8e\x63\xc5\x2f\xdb\x6d\xdb\x4a\x12\x06\x12\xa9\x25\xbf\x00\x86\xca\x58\xc8\x35\x22\xe0\x28\x63\xa9\x46\x43\x31\x39\xc4\x86\x8d\x28\x85\xc7\x92\x11\x00\x0f\x65\xac\xec\xa2\x60\xf9\x2f\x44\x67\x11\xd5\xef\x10\x28\xb6\xab\x30\x5c\xe5\x2b\x80\xd2\x64\x04\xd4\x11\x2e\x4f\x78\xc0\x51\xc6\xaa\x5f\x69\x14\xc0\x1d\x31\x82\x94\x32\x30\x70\xbb\x3f\x68\x28\x2a\x89\x88\xde\x77\x60\xb9\x76\xbf\xa1\xe8\x61\x36\xb6\xdf\xa5\x54\x58\xed\x21\xa0\xaf\xf7\x1f\x2a\x1d\x5f\x3d\x14\xed\xb2\x44\x09\x3c\x96\x3c\xae\x6a\xc1\x25\xf3\x80\x46\x78\xac\x69\x3d\x50\xd6\x72\x8d\xa2\x11\x1e\x4b\x1e\x17\x8d\xf0\x58\xae\x51\x94\xc0\x43\x00\xd7\xae\x2a\x71\x6d\xeb\x81\x30\x04\x70\x8d\xe0\x6e\x8e\xa5\x59\xa8\x4a\x46\x01\x5c\x63\xcc\x7f\x0b\x51\x31\x96\x9b\x2e\x1a\xe2\x21\x86\x6b\x57\x1d\xb9\x54\x84\xa9\x81\x14\x9c\x35\xa2\x3b\x1e\xfb\xe7\x44\xc0\x47\xee\xdf\xd7\xa2\xce\x8f\xed\x8f\xc1\x0f\x37\x0b\x08\x7f\xcb\x3f\xa8\xa8\x14\x8f\xb5\xab\x8e\xdc\xc1\x89\x80\x6a\xb6\x2a\x32\xd5\x91\x3b\xda\x3f\x68\x63\xc7\xef\x1f\x8a\x4e\x8e\x16\xeb\x6f\x7b\x4d\x24\x9e\xcd\xd8\x6e\x8b\xe0\xa3\x8c\x2d\xbf\x8a\xa7\xe6\xd8\x6e\x8b\x2a\x92\xb7\x6a\x5c\x55\x98\x5b\x5e\x80\x40\x35\x63\x67\x29\x80\x2d\x7b\x7f\x1b\x19\xfb\xc3\xf6\xc6\x16\x59\x8c\xbb\xda\xea\xea\x3f\x8e\x0e\x4b\x4e\x03\xbe\x08\x4e\xc9\xd8\xcd\x89\x60\xf9\xec\x6f\x7f\x60\x83\xd9\xee\x0f\x20\x7f\x0e\xb1\x47\xbb\x9a\xce\xfd\x7c\xcd\xe1\x1b\x6f\x1e\xb8\x6d\x0e\xa1\x43\x23\x00\xa1\xe3\x68\xe6\x81\xa7\xe6\x38\xdf\xc0\x33\x73\xe7\xa3\x75\x66\x4e\xb4\xd0\xa8\x2e\x1c\x7b\xb5\xfb\x4d\xe4\x87\x3d\x65\xac\x8f\x97\x75\xd5\xdf\x27\xfa\x0d\x23\x7a\xe2\xd7\x02\x8a\x96\x57\x6b\xec\x50\x27\xd9\x05\xc6\xed\x7c\x63\xcd\x76\x75\x3c\x5b\xc0\x1c\x19\xc7\x4b\x34\x41\x74\xc6\xd1\xe6\x83\x20\x3a\xe3\xc8\x36\x81\x2c\x32\xce\x47\xc4\xf6\xb4\x4a\x1b\x76\x4e\x5d\x24\x8e\xa3\xe3\xa8\xe4\xc6\x71\x74\x60\x07\x77\xb3\xd1\x9c\x6f\xac\x6d\x41\xb3\x68\x2b\xed\x36\xc7\x4a\x09\x47\x13\x55\xb3\x1f\xcc\xc6\xa3\xca\xf4\x23\xdf\x95\xe0\xc8\x0e\x52\x9f\x98\x60\xb5\x80\xf4\xbc\x95\xfa\xcf\xf6\x1f\x2a\xf5\x3a\xa0\xe6\xf6\xe0\xc6\xd4\xbb\xff\x00\xc9\x15\xd5\xc6\x1f\x84\xe1\x31\xb1\xfd\x1e\x99\x7e\x15\xf0\x67\x7f\xdf\x90\x0d\x0f\xbd\x08\xb2\xc8\x38\x88\x13\x23\xc8\x22\x03\xb0\xcf\xfb\x83\xa2\x01\x6e\xe9\x78\xb8\x8e\xe3\x7d\x16\xfc\x90\x21\x8a\x67\x04\x3f\x64\x9c\xf7\x1b\x2a\xba\xfd\x5a\x1a\x3b\xee\xf1\x04\x51\x4f\x7f\x5e\x9b\x03\x63\xf3\xfc\x6c\x01\xdb\xef\xf3\xfb\xfe\xb9\xa5\x3d\x2e\x24\x95\xf6\x8f\x87\x06\xee\xae\xe3\x33\x70\xc3\xc3\x75\x3c\x2a\x2b\x70\x6a\x1d\x8f\xf3\x03\x30\xc8\x10\xb4\xb2\xe3\xc7\x3a\x1e\xa5\x72\xb8\xae\x8e\x47\xb1\xb2\xfa\xe5\xc7\x5d\x5a\x45\x3f\x08\x96\xf7\x07\xdf\x38\x8d\x2a\xfa\x81\xa2\xbc\x3f\xee\x88\x3e\xc3\x99\x63\x2b\x7d\x86\xa3\x13\xfc\x01\x35\xaa\xc1\x7f\x64\xb9\x55\x43\x6b\x1d\x16\xd5\xe0\x3f\x6e\xe6\xfd\xaf\x41\xd0\xc6\xf3\xad\x0b\x76\xe0\x47\x7e\x5c\x7d\xf3\x33\x6d\x11\x5b\xe9\xa3\x64\x4f\xad\xf2\xb3\x1c\x6e\x76\xcf\x47\x2b\x48\x55\xcc\xcf\xb7\x14\xd8\x4a\x1f\x95\x24\xaa\x98\x9f\xed\x70\xb3\xaf\x3e\xdb\x25\xc7\xbe\xfa\xa8\x3e\xe9\x0e\xaa\xf6\x42\xb8\xb2\x8e\xe7\x5b\x24\x1c\xe5\x8f\x1c\x0c\x7e\xad\xe3\x39\xae\x73\x8e\xf2\xe7\xd8\x1c\x8e\xf2\x47\xfd\x8b\xfa\xe6\xe7\x71\xec\x8b\x3f\x6c\x01\x5b\xe9\xf3\x7c\xa5\xf1\x43\xd6\x04\x88\x8d\xf1\xbc\x5f\x0b\x68\xf5\xb7\x96\xd8\xef\xde\x9f\xa5\xb1\xc5\xbd\xf2\x29\xea\xe9\xdf\x9f\x83\xc8\x39\xf8\xea\x41\xa0\x8e\xfa\x95\x69\x01\x9f\x62\xbc\x5e\x2d\xd5\x51\xbf\xe1\xfb\x26\xf3\xc3\x85\xc5\xae\xf6\x06\x29\x80\xb3\xe5\xf5\x6a\xa9\x2a\xfb\x8d\x56\xca\x41\x83\xc1\xdb\x3d\x88\xa9\x27\x59\x1a\x47\xc3\x67\xe3\xa6\xc6\xfb\xf5\x9c\x00\x1d\x62\xbc\xf9\x6b\x1b\x45\x6b\x4a\xa1\x92\xfb\x2d\xb6\xa0\xfb\xc3\xe5\xc3\x64\xbd\x9e\x13\xa9\xfb\xc3\xc9\x62\xe6\x44\x18\x8d\xa9\xfb\xc3\x65\xca\xb9\xf7\xba\xdf\xa5\xe1\x0f\x89\x8b\x73\xef\xad\xee\x1c\xc3\x1f\xee\x84\x4c\x30\xd8\xa3\xf7\x1f\x7f\x58\x34\xbb\xb4\xd8\xa3\x1d\x6f\xd5\xf1\x2a\xcc\xc3\x41\x75\x80\x16\x7a\xb3\xf1\x43\x13\x7d\xe2\x1a\x0d\xa0\x43\xef\x3f\xf4\x47\x3b\x1e\xe2\x1a\x8d\x77\x7c\x95\xfa\x8f\x6b\x87\xdb\xf1\x3b\xed\x29\x17\x62\x4d\xec\xa2\xd6\x05\xef\x2c\xfe\x08\xff\xfa\x33\xf7\x37\xdb\xbc\xee\xff\xfc\x3b\xe1\x07\x30\xf7\xbd\x0f\x65\xcc\xd9\xe7\x06\xee\xf7\x7b\x0d\x24\x17\xde\x23\xd9\x4d\x7f\x6e\x7a\xa1\x98\x64\xba\xef\x8d\xf4\xca\xfb\xa5\x93\x42\xf6\xf4\x92\x85\x64\xcc\x16\xfd\x32\x07\x92\x1b\xef\xf3\x7e\xf9\x65\xb9\xc3\x7c\xc7\x68\xe2\x10\x90\x10\x8c\xcd\x8d\x13\x63\xa1\x2d\x98\x2e\x5a\x0d\x9c\x68\xa1\x0c\xc4\x00\xf7\xe6\x37\xc1\x78\x4f\x88\xcd\xa6\x10\xef\x97\x3e\x26\xc8\xed\x19\xab\xdc\x89\xa5\x7f\x42\x98\x36\x37\xac\xa9\x5d\xbb\x7b\x66\x42\x92\x36\xf7\x9d\xc8\x8c\xdd\xee\xdc\x77\xc7\x4c\x08\xd5\xe6\x06\xd7\xa3\xf2\xda\x1b\xc9\x94\xd8\xef\x20\x22\x10\x98\x1b\xc6\xb5\xd1\x96\x61\x45\x94\xc2\xcc\x36\xda\x72\xf7\xbc\x8c\x0d\xec\x04\xb5\x3d\xfd\xcc\x3e\x2b\xe9\x7f\x13\x48\x4e\x00\xdd\xd3\xcf\xc2\x2e\x9b\x9b\xb9\x6a\xcf\xcd\x99\xd8\x29\x6b\x31\xc2\x9d\xe4\xc5\x90\x74\x86\x72\x4d\xb2\xd3\xa4\xbb\x07\x26\x84\x7d\x73\xb3\x05\xda\xdf\xfd\x23\x0b\xc5\xc0\x10\x0f\x5f\x99\xed\x4e\x1f\xef\x1e\x99\xb9\x02\xcf\x8d\x60\x62\xf8\x4a\x67\x3a\x23\xb8\xfb\x7d\xa7\xfe\xbd\x48\xa6\xbf\x9b\x69\xa5\x29\xc7\x66\x31\x80\x87\x2f\x69\xc9\x61\x14\xb2\x59\x18\xfa\x4e\xb3\x1e\x27\x96\x57\x93\x69\xd6\x33\xff\xf3\x6f\x50\xc4\xe6\x7e\xac\x87\xa6\x3c\xb7\x9e\x40\x21\xf7\xa6\x97\x9b\xeb\xf1\xa1\xcb\x83\xec\x77\xff\xcc\xcd\x05\x79\xcf\xe5\xe4\x8c\xdc\x9d\x34\x37\x17\xe1\xcb\x40\x0f\x8a\x79\x99\x63\x57\xe1\x7b\x1b\x10\x6e\xfd\x40\xcc\x63\x91\x37\x61\x0c\x13\x22\xc5\x79\x2e\xb5\x71\xcc\xcf\xf3\x2b\xf7\xc3\xcb\xca\xce\xf3\xab\x37\x39\xf1\xca\x2a\x60\xdd\x9f\x4b\x84\x9c\xcf\xf3\x04\xfa\x76\xd9\xa7\x09\xac\x3c\xa8\x5d\x13\x36\x31\x21\x94\x9c\xe7\x92\x29\x90\x5d\xf3\x40\xa6\xf0\xf3\xf3\x40\xa6\x89\xb2\x23\x83\xcf\x74\x9e\x78\x0b\x4c\x34\x2a\x32\xf9\xdd\x2f\x19\x2c\xa6\x16\x5c\x7a\x8e\xed\x09\x03\x99\x90\x5d\xce\x73\xe9\x98\x33\x7b\x9e\xc4\x18\x0e\x0a\xbf\x5b\x73\x02\x3a\x7c\x9e\xcc\x64\x99\xfd\x72\xf3\x18\xdc\xcd\x73\x6f\x99\x89\x80\x4b\x13\x68\x7b\x4c\xef\x26\x58\xf6\x9c\xcc\x13\x76\x34\x11\x85\x69\x9e\x4b\xd3\x1c\xcb\xf3\xdc\xfd\x3c\x11\x8f\x69\x9e\x4b\xdf\x9c\xc9\xf3\xd4\x3b\x55\x18\xbb\x4d\xc0\xed\x81\xc6\x9a\xf8\x7a\xe4\xee\x3c\x5c\x5a\x07\x74\x7c\xe2\xce\xc1\xb9\x3a\x61\x4d\x33\xe0\x13\xf3\x34\x1b\x65\xfa\x1d\xfc\xee\x18\x5e\xbe\x07\xd0\xa9\x79\x2e\xd7\x93\xbb\x63\xd8\x2b\xd9\x69\x6d\xa7\x98\x44\x13\xfb\x1d\x95\x4a\x9d\x97\xfb\x49\x08\x60\x27\xbe\x1c\x9c\xab\x13\x76\x36\x73\x0c\xcd\x33\x16\x59\x48\xbf\x4c\x0b\x68\x50\xf3\x40\xf6\xf8\xf3\x4c\x3c\x3a\x12\xee\x3c\xf3\xac\x3b\x9e\xdd\x45\xb1\x58\x64\x81\xf7\xcd\xa7\xf4\x7f\x33\x44\x8e\x05\x44\xc6\xe6\x71\xee\x05\x35\xf7\x2f\x0b\x34\xe1\xb8\x1c\x86\x0e\xb2\x85\x97\xe5\xb0\x9d\x07\xe2\xc3\x9d\x67\x1e\x88\xcf\x55\x71\x6e\xe7\xbe\xcc\xe7\xe6\x60\x63\x39\x97\x23\xe1\x2c\x9e\x07\x32\xec\x7f\x83\x47\x9b\x38\x79\xa4\x20\x61\x5c\xaa\xcb\xc3\xe5\xf0\x30\x66\x52\xc6\xfb\x23\xdd\x77\x16\x84\xa4\xf1\xde\x56\x40\xa4\xf0\xc8\x79\x38\x38\x2f\x0b\x2f\xd2\x8c\xcb\xe2\x70\x1c\x4f\x1c\x40\x32\xd6\x2a\x13\x5c\x7b\x8e\xc5\xf9\xdc\x43\x2e\x63\xaa\x32\x9f\x7b\x09\xe6\x80\x9c\xcf\xcf\x42\x1a\xef\xef\x7f\xfe\xcd\x51\x39\x9f\x40\x53\x18\xec\x27\x5c\xa2\xa2\xb5\xcf\xbd\xc4\x25\xd0\xda\x27\xac\x77\x42\x6c\x3c\x1f\x4e\x4d\x96\xd2\x03\x91\x22\x33\x9e\xe0\xe5\x27\x44\xc6\xf3\xb9\x37\xb6\x3c\xfc\x34\x32\x67\x10\xe1\x73\x69\x33\x0f\x8b\xb9\xb4\x89\x51\xde\xc4\xd7\x04\x5b\xbb\x09\x1a\x7e\x42\x54\x3c\xf1\x2d\x01\x25\x69\x82\x8b\x9f\x71\xc5\x9e\x4f\xb2\x52\x9a\x9b\x23\xe9\x14\x9e\xad\x88\xde\x65\x2a\x82\xdc\x9e\x6c\x91\x14\xcf\x81\x1b\x7c\x65\x75\x42\xf9\xf8\x9d\x64\x2c\x4c\x26\x70\xfa\x58\xcd\xcd\xa7\xb0\x33\x5a\xeb\x25\x54\x50\x8d\x26\x8e\x29\x19\xd3\x90\xf9\x94\xdb\x53\xa6\x05\xb4\xfd\x8c\xe3\xf5\x7c\xa0\x4e\xfc\xae\xe7\x73\xa9\x33\x3b\x46\x95\xc5\xc9\x3e\xf1\x54\xba\xc4\x09\xfd\x5c\xae\x0a\xfb\xb5\xf9\x34\xeb\xa4\xc4\x06\x19\xda\x0b\xa8\x19\x33\x8f\xf9\x34\x66\x1d\x16\x02\x57\x96\x14\x6c\x3a\xa4\x4a\x38\xa7\xf9\x74\xd6\x60\x36\x0f\x5d\x85\x28\xb9\x9b\xa4\x60\xe3\x07\xa3\xc4\xe1\x84\xdf\x4a\x02\x1f\x7e\x3e\x97\xab\xca\x16\x79\xe9\x36\x5b\xca\x62\x0d\xb0\xcd\x70\x6b\x28\xa8\xa8\x27\x6e\x29\xd9\xe4\x7b\x64\x96\x9f\xe3\x7b\xc9\x16\x93\xb3\xf9\xec\xe7\x26\x47\x0a\x3c\xac\x2a\x76\xa8\xe7\xd2\x24\x06\x62\x93\x5b\x44\xf9\xb9\x34\x2f\x4d\x66\x07\xe6\x30\x60\x8e\xe9\x59\x37\x8b\x03\x79\x69\x15\x63\xb0\xc9\xbd\x00\xeb\xaf\xf9\x3c\xf6\x81\x02\xef\xd9\x58\x7e\xce\xdd\x3d\x1c\x73\xa5\x4a\xcf\x46\x0b\xe7\x70\x84\xa1\x79\xa4\x40\xce\x29\xae\x13\xd9\x81\x7e\xe9\x32\xcc\x22\x2e\x32\xd9\x31\x7f\x19\x4f\xab\x7f\x69\xc9\xad\xf2\xbd\x07\x5c\xc1\x2d\x75\xbe\x3f\x0e\x8d\x9b\x83\x0b\x05\xb6\x5d\x93\x4b\x43\x42\x48\x3e\xdf\x68\xd9\xb7\x1e\x9c\x5f\xb0\xde\x9a\x6f\xb2\x25\x14\x92\xca\x2d\x90\xcd\x80\xb8\x05\x29\x58\xd1\x65\x38\x8b\x47\x33\x51\x0b\x12\x32\xf4\xc9\x2d\x22\x21\x35\x9f\x5c\x22\xca\xef\xaf\x21\x62\xe7\x7b\xd9\x54\xec\xb6\x26\xce\x35\xc5\xf3\xf7\xcd\x4c\x08\x87\xee\x9b\x0b\x3b\x33\xaf\xf4\x91\xd3\xf5\x95\xe0\x60\x53\x09\x84\x80\xe9\xd4\x7c\x33\xbb\x9c\x7d\x2f\xee\x72\xbc\xde\x09\xf1\x34\x78\x8b\x0d\xa5\xa2\xca\x22\xe4\x95\x23\x88\x1d\xec\x75\x59\xc3\xc3\xbd\x1d\x62\xe2\x43\x18\x4f\x3c\xad\x26\xe1\x09\xb0\xaf\x9a\xef\x88\xb7\x6c\x56\x2c\x37\x07\x90\x71\x26\xf7\x06\x0c\xa8\x26\x17\x85\x84\x98\x7d\x12\x3b\x20\x05\x1b\xbb\xc8\x42\x77\x16\xed\xb6\xb1\x9b\x91\xa0\x25\x9b\x96\x38\xd8\x9b\x3e\x70\x46\xbc\x97\xb3\xc3\x36\x6a\x12\x31\xa0\x7c\x85\xb3\x90\xd9\x4b\x71\x9e\x49\x88\xdc\xe7\x7b\xef\xc2\x58\x38\x4d\x62\x05\x24\x84\xef\xf3\x3d\x7e\x79\x5f\x9f\x3b\xb2\xd1\xfe\x3c\x74\xd3\xc1\xbf\xcb\x11\xb4\x96\x89\x63\x4c\x0a\x0e\xfe\x5d\x8e\x40\xb5\xac\xdf\xbd\xd8\x16\xe0\xc4\x17\xc8\xff\x09\xcf\xab\x05\xf0\x3f\xc8\x2c\xeb\xf7\xb3\x29\x83\xf7\x5b\x67\x34\xc7\x3d\x1b\xa8\x73\x81\xff\x0f\x40\xcb\xfa\xdd\x5b\x6f\x42\xa0\xbf\x88\x04\x00\x3a\xcb\x02\xe0\xbf\x80\xdf\xbd\x7e\xf0\x64\x20\xc4\xaf\x5f\xe4\xcb\x44\x45\x97\x29\x4b\x80\xc5\x2f\x90\xfe\x41\x6c\x59\xe0\xfc\x27\xc0\xe1\x17\xc8\xfe\x18\x5d\x2d\xbc\x5c\xb0\xb2\x5a\x80\xf2\x03\xbb\xb2\x70\x6a\x29\xc8\x25\x17\xf0\xfc\x00\xb0\xac\x1f\x1b\x36\xca\x84\xf5\xbb\xcb\x0d\xf4\x95\xf5\xcb\xf6\xc1\xdc\xb7\x85\x99\x76\x17\x86\xb3\x51\xfb\xe5\xac\x40\xc9\x5e\x78\xc2\x14\x04\x93\x0b\x47\x18\xf0\xb2\x17\x20\xfe\x05\x11\xe5\xc2\x25\x26\xa1\x9a\x58\xbf\xc2\x58\x35\xf3\x9c\x9b\x9d\xea\x0b\x23\xd1\x7c\x67\x24\x02\x6d\xb9\x17\xef\x92\x69\x4a\x65\x20\x02\x6d\xb9\xa7\x01\x58\x2a\xeb\x57\x29\x3c\x50\x3f\x5b\x3d\xd0\xf1\xeb\xd7\x98\xab\x41\x76\x2e\x63\xf8\xbb\xad\xdf\x25\x09\x20\x55\xd6\xaf\x9b\x9d\x4a\x2f\x49\x94\x42\xe7\xba\x25\x52\xe9\xbd\x5c\x97\xe4\x58\x0c\x4b\xa1\x56\x38\x31\x54\x22\xeb\x07\x51\x54\x4a\x9c\xe9\x66\xb7\xa2\x29\xd3\x4e\x03\xe6\xe4\x9d\x3c\x0b\x1e\x3f\x52\xd5\xbd\x58\x15\xc7\x0e\x1a\x8a\xae\xbf\x75\xc7\xb4\x51\xe9\xae\x4c\x39\xa5\xdc\x5d\x3f\xa1\x46\x59\xbf\xfd\x92\x4e\x4d\x50\x48\x27\xfb\x13\x59\x0a\x7f\x33\x74\x5e\xbf\xe7\xb6\x74\xd0\x88\x87\x05\xe9\x68\x3e\x97\xd6\x07\x8d\x78\xb8\x5d\x44\x6a\xe0\x1c\x88\xae\xfc\xbb\xe1\x63\x28\xb6\xc2\x8f\x85\xc7\x92\x08\x3f\xa6\x07\x2a\x00\xb6\x3f\xa1\x94\x59\x81\x1d\x1a\x9d\xcc\x0a\x81\xb5\xd7\xf9\x36\xd0\x19\x3a\x16\x02\x9d\xb9\xfb\xe1\x0a\x77\x8d\x63\xf4\xb4\x42\xa2\xef\x90\x1e\xd0\xfb\x98\x18\xad\x80\x18\x40\xaa\x09\x97\x5d\x29\xb0\x57\x2b\x64\xa6\x13\xaa\x09\x77\xb3\xc5\x6c\x68\x05\x57\x39\x84\x80\xe7\x4c\xc1\xd5\x60\x85\x62\x76\x1a\x79\x17\x31\x10\x03\x2b\xdc\x05\x0a\xa6\xc0\x0a\x05\x42\xc8\xbc\xdf\x85\x08\x86\xc0\x0a\x15\x9a\x88\xbe\xd3\x16\x16\x68\x68\xac\x55\x2b\x6d\xe1\x66\xf7\x95\x02\xcd\xc1\x82\xb7\x9e\x3e\x79\x27\xfd\xae\x38\xf0\xaa\x57\xe8\xd0\xa1\xad\xea\xe7\x26\x53\x48\x67\xb4\x58\x9f\x40\xf8\x17\x42\x77\x2c\x9c\x68\x12\x42\x8e\x15\x5c\x9f\x85\xfc\x97\x11\xa9\xc5\x2c\xf4\xbf\x30\x5c\x77\xa9\x62\xeb\xb3\x82\xcb\xb3\x30\x5a\xf7\x02\x81\x39\xcf\x0a\xb3\x42\xd9\xbe\x33\x75\x85\x26\x4e\x0a\xa4\xfe\xc9\x62\x28\x34\xf1\x2e\xe6\x6a\xf5\x08\x06\x50\xb2\xac\x70\x17\x70\x02\x69\x7e\x85\xcb\xb6\x54\x5b\x75\xc8\x4d\x79\xdc\x1e\x90\x95\xac\x70\xc8\x41\x79\x87\xb1\x65\x01\x02\xd3\x5f\xcd\xc1\x95\x01\x35\xcd\x0a\xcf\x1d\xda\xef\x95\x25\x5a\xc9\xfd\xb0\x25\xb1\x21\x83\xcf\x8f\x10\x68\x05\x6e\x08\x08\x59\x56\xb8\x37\x04\xac\x6f\x56\x78\xef\xe8\x83\x61\xb6\xc2\x65\x3e\xf0\xa1\x5f\xe1\xf2\x1e\x85\x33\x68\x85\x7b\x59\xc0\xd4\x66\xc5\xdf\xed\x3c\x64\x0a\x58\x7f\x42\x13\xb4\xa2\xbb\x3a\x05\x02\xd5\x5f\x3c\x1b\x70\xd7\xc1\x6f\x7d\x01\xda\x5f\x3c\x1b\xe2\xbd\x8c\x63\x87\xb3\x22\x84\xe0\xd9\x10\x03\xf3\x53\xcd\x42\xfd\xc9\x4f\x6f\xfd\x97\x8d\x58\x51\x5a\xa9\x66\x7f\xc9\x42\x31\xf7\x9c\xa8\xf7\xf0\x5c\xd1\x63\x82\x5e\xc4\xc8\x4c\xd8\xf4\x74\x57\x3c\xa8\x58\x8b\x38\x01\xc9\xbd\x17\x27\x20\xec\x80\x16\x2e\x40\xc9\xbd\x37\xde\xf3\x03\x8b\xa0\x45\xb8\x80\x84\xec\x69\x11\x2d\x20\x21\x70\x5a\x91\x23\xa1\x30\xb7\xe0\xfc\x63\x26\xb4\x40\xf9\x4f\xa0\xd0\xaf\x08\x0d\x7d\xaf\x8c\x3f\x9b\x53\x84\x86\xbe\x57\x06\xe0\xaf\xf6\xc5\x2b\xba\xbd\x77\x6a\xae\x8c\x8e\x03\x5b\x69\xdd\xf0\x9d\x16\x39\xb2\x12\x24\xdb\x3e\x31\x00\x12\x80\xf5\x2b\x76\xe6\x67\xd0\x26\x78\x1e\x82\xe0\xad\x08\xcf\x83\xd9\xea\x8a\xfd\x4e\x90\x59\x46\xfe\xcf\xbf\x31\xf7\x59\xf1\xd2\x4f\xc1\x10\x74\xe1\x0f\x94\xd0\x40\xad\x38\xef\xc8\x02\x3c\xb3\xe2\xdd\xf7\x9b\x59\x2e\x5d\x15\x8c\x3b\x57\x9c\x36\x92\xf4\x4b\x29\xf8\xad\x2f\x1c\x89\x52\xb4\xce\x4b\x35\x48\xef\x56\xbc\x9c\x13\x86\x37\x2b\x2e\x3f\xa4\xd7\xeb\xe1\x78\x31\xfd\xbd\x59\x28\x6f\x23\xb7\xb1\x89\x97\xa3\xc2\x16\x67\xe1\x70\x84\x45\xcc\xc2\xc3\x28\x21\x1e\x5b\x38\x18\x61\xe7\xb2\xe2\xbd\x01\x14\xec\x0f\x17\x11\x02\x9a\x8b\x16\xc6\x09\x8c\x92\x85\x9f\x51\x41\x8c\xbb\x08\x15\xd0\x5c\x91\x97\xf2\x4a\x75\x2d\xdd\x83\xa6\xb9\x0a\xef\x51\x92\xd0\x9d\xad\x08\x15\xba\x95\xc5\x7b\x8f\xc0\xae\x64\xc5\xd7\xc6\xfa\x6e\x29\x54\xfa\x22\x65\xfa\xd1\xb7\xb7\xf2\x6e\x3a\xb2\x2a\x8e\xdd\x78\xe9\x10\xa3\x8d\x15\xb9\xb3\xa3\x64\x5b\x04\x1d\xc0\x2e\x63\xe1\xae\x84\xe8\x6d\xa5\x5f\x43\xc8\x65\xf2\xad\x9f\xbd\x29\x05\xe6\x8a\x2d\x06\x77\xa4\x84\x34\x6f\xa5\x4b\x6f\xb8\x38\xaf\x74\xc9\x2d\xa1\xa6\x5b\xe9\xd2\x15\xb6\x0b\x0b\xaf\xa4\x84\xc2\x6e\xe1\x87\x94\xd0\xd7\xad\x14\x99\x15\xf8\x1b\xe2\x12\xa4\xc4\xb4\x24\x78\x31\x80\x2e\x16\x21\x0a\x30\x74\x58\x49\xa1\x18\x53\x44\xb0\x82\x44\x5c\xc0\x85\x8b\x51\xc2\x21\x77\xe1\x47\x54\xb0\xe3\x5a\xe9\x12\x16\x16\x0a\x2b\x41\x58\x08\x05\x57\x82\xab\x02\xe0\x7c\x25\xb8\xa7\x66\x57\x2b\x63\xc7\xf1\x98\x6a\xfb\xcf\xbf\x51\xf1\xaf\x54\xa9\x15\x56\x23\xd5\x71\x93\x69\x2f\x97\x66\x94\x83\x2b\x5d\xfa\x6a\x36\x17\xf2\x72\x2d\xa6\x6a\xbb\x78\xbf\x9c\x14\x0a\xf7\x45\xfc\x83\x84\xf2\x70\xa5\x4b\x5d\x88\xff\x16\xf1\x0e\x8a\xeb\x28\x75\x9b\xe2\xbb\x15\xd1\xa3\x7b\xc6\x15\x57\x0c\x9e\x4c\x20\x22\xaf\xd4\xad\x88\x1e\xc1\x6c\x61\xd7\xb4\x12\xd2\x30\xa4\x98\x2b\xdd\x43\x0e\x30\xe4\x95\x10\x82\xcb\x0e\xe1\x02\x85\x16\x7d\x11\x3c\x21\x25\xbf\x1c\x94\x92\xcd\x62\x29\x74\xe3\x9e\x60\x08\x1d\x57\xe2\x04\x93\x79\x4a\xf3\xb6\x85\x03\x07\x5f\xa7\x84\x37\xf1\x4a\x8b\x91\xe6\x34\xc3\xed\x29\xa5\xfc\x37\x50\xea\x95\xb8\xfb\x7c\xeb\x09\x12\x4e\x36\x63\x53\x35\xe5\x6e\x66\x8d\x7d\x3a\x5d\x7e\x0e\x15\xf8\x4a\x9b\x86\x42\x37\xe9\x9e\x92\x28\xc3\x17\x81\x17\x12\x42\xce\x45\xa8\x85\x82\x21\xc7\x4a\xa7\xdd\x2c\xe6\x86\x57\x74\xbe\xcf\xb8\xc9\xe6\x66\xe8\xe1\xc5\xd3\xa5\x72\x34\xcb\x8b\xa8\x0c\x09\x39\xe8\x4a\xe7\xdc\x64\x5e\x1f\xaa\x64\x42\x1e\x76\x0d\x09\xeb\x72\x86\xdd\xd5\x76\x89\xb9\xbb\xd8\x5e\x66\x9b\xed\x3d\x5d\x42\x45\x65\xbc\x32\xb2\x6b\x54\x8b\x2b\xff\xee\x1c\x58\x25\xee\x57\x68\x88\x57\x96\xf4\x18\x9f\x1c\xf8\xb2\xf0\x4a\xe7\xa1\xb7\x7c\x49\x0f\xad\xf1\xca\x92\x1e\xf4\x83\x73\x56\xc1\xd5\x77\xe5\x7b\x74\xa1\x9f\x5d\x78\x66\x25\xdc\x8e\x57\x96\xc4\x38\xe9\x09\xc9\x50\x50\x18\xae\xcc\xa5\x1a\xbd\xe4\xca\xdc\x89\x50\x0a\x2e\x22\x35\x24\x60\xf7\x57\xe6\x86\x8d\x34\x75\xe5\x42\xf1\x14\x23\xe9\x31\xe4\xc4\x61\xc0\x3b\x78\xe1\x9a\x95\xd0\x5a\xae\x5c\xef\x60\xa0\x48\x5b\xc4\x60\x40\x6d\xbb\x32\x17\x14\xdc\x58\x57\xae\xe5\x26\x53\xb6\x94\x07\x15\xe6\x4b\x79\xa5\xdb\xbd\x4b\x7a\x48\x8a\x57\x96\xf2\xa0\xc8\x8c\xec\x19\x49\xed\xc2\x69\xab\x74\x3f\x45\xc8\x8c\x90\x75\xe5\x7b\x9f\xc1\xe9\x78\x65\xae\xf8\x08\x5c\x57\xbe\xe7\x1a\x1a\xe0\x95\x3b\xbd\xe8\x66\x61\xfe\x39\xe0\xb3\x44\x03\x19\x12\x95\x01\x91\xf4\xca\x83\xa1\x86\x50\xf2\xb8\x4b\x04\x82\xc8\xf7\x5c\x03\x74\x78\x65\xe4\xcd\xc8\x4b\x17\xa1\x19\xc0\x11\x5e\x79\x32\x2c\x1c\xb7\xf9\x52\x15\xea\xdf\x45\x20\x86\x94\x2c\x6f\xdd\xa1\x80\x26\xf2\xba\x53\x34\x5c\x3a\xf7\x2c\x03\x24\x78\x11\x8f\x21\xa1\xcc\x5c\x44\x60\x40\x4f\xbb\xf2\xa5\x20\xb4\xb4\x2b\x43\x1e\x70\xdc\xd9\x13\x8e\xbb\x48\xbe\x27\x5c\xc1\xdf\x6e\x65\xc9\x86\x63\x3a\x73\x39\x1a\xce\xca\xa1\x7a\x1a\xcb\x8a\x87\xcd\xcd\x8f\x0a\x0b\x0a\x7f\x1e\xee\x3f\x94\x78\x59\x47\x1c\x89\x57\xbe\xe7\x57\x19\x36\xe5\x9e\x5f\xdd\x35\xfc\xde\x56\xb9\x6e\x51\xe2\x78\x57\x21\xb8\xc2\x37\xb1\x48\x96\x11\x16\x2f\x22\x2b\x74\xd6\x6a\xb9\x17\xa4\x32\xbe\xf7\x85\x62\x24\xf2\xce\xdd\x8a\x35\x5c\x10\x25\x00\xd3\xbf\x0a\x34\xc4\x71\x40\x40\x84\x82\x87\xd4\x2a\x91\xec\xcc\x6c\x89\x66\xff\x9b\x78\x6a\x95\x7b\x72\x21\xda\x5f\x84\x50\x48\x88\x8c\x57\x49\x5c\x08\xbb\xef\x77\xe0\xd9\xf1\x09\x9f\x90\xf0\xd4\x5e\x85\xcb\x16\xde\x50\x8b\xa8\x08\xc9\x9b\x54\xb9\xd4\x53\x70\x72\x5a\xa5\xdc\x4e\xb2\x06\x88\x95\x90\x10\x37\xaf\x02\x51\xb1\x06\x08\x94\x50\xc1\x3a\x5c\xa5\xa2\x14\x62\x17\x28\x2c\x76\xbc\xb8\x57\x69\x74\x86\x13\x95\xb0\x06\xdd\x11\xbc\x8b\x1a\x68\xdd\x45\x78\x02\x94\x00\x8b\x78\x04\xc3\xf1\x9b\xa4\x52\x1c\x97\x17\x24\xd3\x0b\x3f\x42\x70\x73\x57\xb9\x5b\x7f\xfd\x39\xf2\x93\xbe\x71\x10\x97\x7b\xfd\xae\xc0\xc7\xad\x72\x97\xe3\xb0\xf2\x4d\x1f\x38\x9f\xcb\x5d\x8e\xc3\x02\x37\x7d\x70\xb0\xee\x06\x0c\xe2\xeb\x2a\x68\x18\xf1\x16\x5f\xf8\x07\x26\xc4\xde\xab\x1c\x2a\xe2\x1c\x2e\xcf\xbc\xf7\x5b\xf6\xee\x82\x8e\x11\xe7\xf0\x55\xee\x9d\x05\xac\xd8\x55\x1e\x7a\xcf\x11\x5a\x5e\xd4\x59\xec\x3b\xe5\x45\x87\xc5\x59\x59\x91\x3f\x21\x04\x5f\xf5\x47\xb5\x2c\xf1\x8a\x8e\xc1\x2b\x66\xbd\xf7\x93\x8a\xe8\x7f\xd5\x70\x1b\x4f\x31\x35\xa8\x5a\x4b\xbc\xd3\x78\x4a\x64\x17\xc6\x31\x7b\x11\x9a\xa0\x02\x32\xb6\x6a\x4c\xff\xf9\xf7\xb0\xc0\xbb\x23\x57\xa4\xed\xab\xc6\x72\x93\x79\xbd\x3c\xcf\xf0\xc3\xbb\x72\x80\x7e\x5d\x04\x24\x48\xf9\x7b\xb7\x85\x54\x8f\x2e\xde\x1b\x6e\x2d\x0c\x06\x8b\xb9\xb2\xab\xe2\xd7\xbd\xea\xbd\x40\xa0\x9c\x58\xf5\xee\xa4\x00\xc3\xae\x8a\x56\x0e\xff\xee\x55\x2f\x6b\x33\x6c\x60\xab\xf7\xae\xcf\x02\xa8\xf3\x36\xc5\x1c\x93\xa9\x2b\xbe\x53\x08\x2d\xe4\xae\xeb\xb5\xbf\xde\xcb\x6e\xc2\xef\x7a\xd5\xbb\x5e\xf0\x68\x5d\x15\xb6\x1d\x0f\xec\x55\x27\x72\x07\xbb\x7c\xd7\x0b\x9e\xa9\x0b\xcf\xc0\x1a\x6d\xec\x0a\x37\x99\x16\x22\xd1\x47\x00\xbf\xea\xbd\x03\x03\x2e\xbb\x70\x03\x4c\x08\xe0\x57\x45\x28\x8a\xab\xf6\x22\xf6\x00\x90\xb3\xab\x1e\xe6\x96\x4d\xa3\xde\xdd\x06\xf0\xd9\x55\x5f\x72\xd0\x07\x64\x95\xb8\x4e\xaf\xfa\x52\xf6\x6d\x77\xfb\xdd\xa9\x92\xb5\x6e\xc8\x2a\xf1\xa1\x5e\xed\x6e\x25\x38\xbe\xae\xe6\x4e\xc2\xe9\x86\x0b\x60\x42\x78\xbe\xf0\xf3\x4b\xf8\x45\x2f\x42\x00\x24\x3c\xa1\x57\x8b\x7c\x4a\x72\x42\x8e\xc1\x68\xe1\xbb\x97\x10\xaa\xaf\x76\x77\x0b\xf4\x25\x8b\x10\x01\x09\xe7\xe8\xd5\xd2\x44\x4a\x42\xe9\x69\xfd\xe7\xdf\x38\xc1\xae\xc6\xad\x52\xee\xa6\x65\x86\xa8\xfd\x55\x42\x85\x3f\xdf\xb0\x41\x77\xc9\x0c\x2b\xe6\x48\xc6\x93\x7a\x35\x96\x06\xdb\x54\xab\x34\x82\xab\x21\xce\x76\x38\x97\xae\xd6\x18\x1c\xb3\xb4\xdb\x64\x48\x16\xd7\xba\x9a\xbe\x2c\x77\x1d\x73\x85\x6d\x8d\x15\x68\xee\x7b\xac\xe2\x1f\xba\x1a\x8a\x9f\x6c\xee\xcb\xa2\x56\xb7\xf9\x86\x11\x0d\x10\xb0\xab\xcd\xdb\x71\xb7\xc3\x86\xcb\xfc\xef\x7b\x67\x58\x2d\x1e\xd0\x59\x7c\x27\x17\x21\x01\x2a\xc1\x47\x56\xc3\xca\x1d\x2f\xc8\x05\xb8\x7f\xca\xd6\x0b\xf0\x14\xce\x8d\x0b\xaf\xb8\xaa\x6c\x09\xcc\xff\x80\x6b\xe3\x6a\xf7\x5c\xac\xee\x20\x0d\xab\x62\x54\x48\x0b\x5f\xb9\x80\xde\x68\x35\xec\xc9\x70\x6b\x5c\x60\xfd\x27\xf4\x07\xab\x01\x1e\x05\x32\xec\x6a\xf7\x50\xab\xae\x4a\x5c\xde\x12\x41\x3b\x97\x1e\x6f\x38\x24\xae\xfe\x63\xfe\xd9\xdb\xfb\x8f\xf6\x57\xd3\x69\x33\x9b\x3b\x18\xff\x15\xcf\xff\xd5\x31\x4f\x50\x96\xa3\xd7\xdb\x2f\xf9\x0e\x05\x70\x6a\x77\x6c\x88\xf1\x3d\x5c\x3d\x30\x86\x0c\x7f\xc7\x28\x15\xe8\xd5\x85\x27\x5b\x52\xb2\x03\xb6\x7f\xfd\xbe\xe5\x1e\x85\xbe\x62\xf5\x84\xa8\x8c\x79\xe9\x98\x14\xe0\x1a\xbe\x70\x62\xab\xdf\xb7\xf8\x4d\xfc\x20\xd4\xce\xe6\x44\x54\x80\x05\xf6\x7f\xf8\x41\xa9\x1d\xa3\x02\x1c\xc1\x57\xc7\xc8\x15\xbc\xd5\xd5\x4b\x44\x70\xc6\xb7\xc4\x00\x02\x7a\x75\xe1\xf0\x56\x15\x18\xe1\xef\x96\x80\xf6\x5f\xbd\x5a\x57\xe3\xbd\x93\xee\xfb\xe2\x9d\x76\xd6\x07\xa9\x9b\xef\x8c\x33\xac\x04\x78\xff\x55\xe1\x50\x6f\xb4\x81\x6d\xa1\xdf\x55\x9b\x70\x38\x5f\xbd\x21\xb1\x4b\xe6\x67\x6c\x11\x49\xf5\x4e\xfb\x6d\xcf\xbd\x7d\x55\xa5\xf4\xa2\xfe\x63\x23\xb5\x3a\xd0\x11\x1e\x75\x1d\x1e\x10\x35\xca\xea\x9c\x98\xf8\x89\x2f\x9d\xe5\x7e\xce\xa3\xeb\x19\x4a\xc6\x3b\x2e\xe1\x3e\xbe\x44\xf8\xc7\xa8\x6a\x75\x36\x3e\xf0\xf0\x17\x7e\x72\x15\x84\xeb\xd5\x97\x65\xd2\x7e\xd7\x39\xdb\x10\x7e\x71\x15\x1f\xe7\xd5\xb1\x91\xc4\x24\x6a\xe1\x22\x97\xd4\xc2\x74\xd7\xbf\xe5\x80\xa3\x82\xf1\xd3\x22\x4a\x40\xc2\x6b\x7d\x75\xd7\x39\x42\xaa\x0e\xd7\x07\x8a\xfe\xea\xae\x79\xb6\x89\xce\x49\xac\x68\xae\xe3\xb7\x84\x25\xd3\xea\xe7\x8e\x7f\x75\x0d\xe0\xb5\xf4\x73\xed\x3d\x88\x09\x61\xbc\x8c\x21\x80\x55\xd3\xea\x84\xc6\xf0\xd0\x27\x82\x40\x2a\x7f\x05\x45\x5e\x5d\x22\x63\x03\xe8\xaf\x0d\xa4\x51\xef\x44\xb8\x49\x43\x70\x38\xc5\xd4\x68\xf5\x17\xd1\xa5\x03\x0c\x06\x15\xda\xca\x35\xb8\x5d\x29\x19\x1c\x3f\x24\xa0\x0c\xd2\x80\x28\x15\x07\xe2\xea\x57\x95\x7a\x13\x94\x20\xa0\xd1\x5c\x03\x5e\xc1\xc5\x32\x70\x79\xc2\x87\x71\x8d\x50\x91\xa4\x36\xde\x99\xa8\xef\xdd\x3c\x89\xf7\x41\xfa\x1d\x60\x5d\xfc\x30\x49\x5a\x83\xf3\x42\x3d\xd2\x88\xd6\x45\xbd\x18\x0b\xa9\x48\x1a\xf7\xc0\xa8\x98\xf1\xad\x21\xf1\x41\xa0\x03\x41\xbd\x7a\x22\xe3\x0b\x60\x22\xb4\x06\xb0\xbd\xd8\x02\x2d\x42\x0d\x24\x95\x43\x23\x33\x51\x9c\x53\x03\xc7\x12\x8c\x81\xd6\x90\x58\xb9\x0a\x0c\x88\x15\x13\xa0\x85\x1f\x5f\xc0\xd8\x66\x11\x64\x20\xa9\x2a\x22\xc6\x40\xc0\xc2\x66\x11\x48\xa0\x56\xc7\x01\x9f\x51\x14\xa9\x6b\x54\xc6\xdf\xbe\xe3\x9b\x8d\x5d\xcd\x1a\xc4\x97\xc1\x6d\x71\x0d\xce\x09\x00\xfb\xd7\x80\xf8\xf0\x60\x5c\x03\xae\x15\xec\xfe\x35\x24\x44\x36\x95\xd1\x2b\x02\x66\xca\x07\x29\x0b\x83\x9b\x35\x3a\x62\x65\xcb\xef\x96\x49\xf9\xf7\x92\x56\x71\xdb\x5b\x63\x30\xce\x6c\x36\x03\xc2\x0d\xce\xbb\x84\x0b\x67\x30\x06\x1b\x9e\xe3\x3c\xee\x86\x87\xaf\xdb\x1a\x33\xf2\x4e\x99\x70\x43\x40\x14\xac\x71\xb9\xa1\xaa\x34\x10\xf7\xc3\x04\x5a\xc1\xc2\xad\x30\x60\xcd\xb2\x06\x32\x4a\xa5\xbc\x63\x59\x2f\xe3\x8c\x99\x9f\xda\xae\x21\xb1\xb2\x39\x8d\x4b\xac\x15\x2c\xc5\x35\x70\xe1\xc6\x40\x65\x8d\x7b\x58\x55\x1c\xbd\xd6\xc0\x92\xa8\x54\xd3\x11\xba\xbb\x06\x20\xee\xe0\xda\xdb\x48\xdd\x9d\xf7\x4b\xd0\xb5\x39\xbf\x10\xb4\xac\x27\xf1\x0a\x6a\x73\x6c\xd1\x0c\x10\x93\x60\x8d\x87\x71\x76\x0c\x51\xf8\x12\x77\x60\xe1\x78\x18\x82\xe3\x03\x6f\x0d\x06\xc3\x1a\x2f\xf9\xed\x0b\x74\xa7\xb0\x0e\xef\x41\xe3\xd0\xaf\xf1\xda\x5f\xda\xf0\x32\xb6\xb4\x7f\x42\x5f\x58\x09\x2c\xdd\x08\xb1\x12\x58\x93\x03\x0d\x15\xfe\xc2\x6f\x30\x15\xf3\x04\xe6\x82\x0d\x8c\x30\x06\xa9\x7c\xf9\x99\x0b\x36\xb0\x89\xa7\x0c\x7a\xfe\x85\x67\x61\x2a\x5f\x39\x6c\x60\xa6\xc3\x61\x29\x71\x99\x58\x27\x10\x71\x60\x11\x7e\x20\x60\x00\xb0\x26\x77\x36\xd5\x8a\x3a\x0b\xe2\x82\xb7\xa6\x87\x9e\x79\x00\x55\x08\xb6\x27\x5b\xe6\x5f\x85\xf1\x33\x5b\x30\x85\xe1\xd0\x4d\x04\xfa\x45\x18\x82\x54\x2c\xac\x56\x74\x12\x34\x0a\x71\x87\x8a\xcc\x29\x91\xb1\x49\x4c\x88\x4c\xa1\xc5\x44\xde\x41\x70\xe0\x35\x81\x3c\x50\xd7\x4e\x64\x82\xaa\xac\x60\x36\xca\x61\xd7\x26\x14\x41\x55\x14\x40\xbc\x81\xaa\x2c\xc0\x70\x03\x2a\xc4\x27\x84\xe5\x45\x7f\x22\xfd\x28\x5c\x31\x26\x08\x4a\xc4\x4d\x5f\x13\xc1\xa3\x27\xd0\xc4\x6a\x1a\x17\xbb\x45\xa0\x81\xea\xed\x7d\x22\x3e\x04\x55\x63\xcd\x89\xf2\xc2\xc9\x9f\x0c\x24\x1b\x33\xb1\x08\x2a\x38\x60\x6b\x4a\x64\x6c\xba\x13\x22\xc3\xf8\x6e\x11\xa2\xa0\x7a\x7f\xc7\xdb\xb1\x02\xee\xb5\x26\x5c\x60\x77\x92\x11\x93\xa8\x7a\x9d\x8b\x3c\x4e\x14\x5e\x07\x2a\xa9\xf1\x7a\xac\xdd\xf1\x27\xea\x87\x5a\xea\xb9\x68\xb3\xe3\xcf\xfd\x42\xfd\xec\xdc\xb6\x87\xfc\x38\xa5\xa8\xbd\x9e\x98\xd6\xaa\x0c\x99\x97\x83\x34\xf2\xf9\x22\x0e\x41\xf5\xf6\x3e\xcf\x25\x20\x4f\xc7\x09\xac\xb7\x2a\x6b\x22\x12\x24\x4f\xc7\x89\xe4\xa4\x3a\xe6\x18\xfc\x54\xc7\x16\xff\x01\x75\xd9\x44\x23\x08\x2a\xad\xf1\x72\x4c\x40\x6f\xac\xf5\xb3\x4c\xdf\x13\xe9\x8d\x77\xbf\xf5\xfd\xf6\xcb\x4b\xe6\xba\x5c\xa3\x81\xcf\x17\x6e\x90\x15\x34\xa4\x45\xd4\x81\xa0\x1e\x79\x71\x70\x81\xee\xba\x16\x07\x17\x90\x1d\x8b\xf8\x03\x21\x5a\x0e\xd7\x5c\x00\x3b\x96\xd1\x07\xa2\xe5\x70\x70\x11\x6e\x60\x2d\x22\xc7\x46\xb8\x52\x9c\x24\xab\xf7\xb8\x85\x1f\xaf\x9a\xe7\x75\x2f\x49\xd5\xcb\xdb\x42\xf6\xa2\x2a\x88\x80\x04\x95\x28\x1e\x6b\x01\x0f\x85\x03\xe0\x22\x36\x41\xf5\x42\x86\x47\x65\x52\x47\xb4\xe0\x50\xc1\x21\x5a\x0b\x35\x1b\x58\x20\x8b\x50\x04\x15\xf3\xb4\xb5\x70\x6d\xc3\x39\x6f\xe1\x73\x59\xbd\x7a\x19\xa1\x40\xed\xf3\x82\x88\xc1\x26\x5a\xb8\x62\x26\x95\xe8\x04\x2e\xa8\x20\x13\xad\x85\xaf\x2f\xae\x7c\x6b\x71\xa8\x7a\x3f\xc3\x41\x33\x81\x27\xb2\xf4\xcf\x8c\xf6\x17\x03\x5a\xa0\x45\x96\x61\x0e\xd4\x40\xaf\x6a\x3b\x69\x03\xde\x10\x6a\xa0\x57\xbd\xb4\xe0\xd5\xcb\x40\x06\x2a\x8f\x57\x75\x7c\x78\x6f\x7e\x4b\x1b\xe0\x68\x65\x82\x56\x7b\xd0\xb8\x31\x3e\xdd\xba\xc8\x03\xfd\xaa\xfe\x32\x4e\x81\x2a\xe6\x75\x0f\xcc\xf6\x73\x7e\xa5\x6b\xc7\x56\x5a\xae\xf1\x6f\x9b\xd9\xe2\x04\xad\x2e\x34\x5c\xfa\xd5\x2f\x13\xcb\xa0\x79\x5d\x5a\x44\xb7\x54\xc1\xbc\x26\x03\x03\xa1\x2f\x4e\xcd\xea\x62\x84\x55\x56\x23\x8c\x9b\x68\xaa\x2e\xc6\x69\xa3\x28\x7f\xf9\x2d\x8d\x5d\x7e\xcb\x20\x5d\x56\xb9\x81\xa9\xb2\x16\x28\x42\x2a\x79\xd7\x65\x95\x1b\x20\x2a\x0b\x9f\x52\xe3\x9d\xaf\x75\xd9\xe6\x06\x50\xca\x5a\x10\xb7\x96\x0a\x4b\xe2\x6e\xbe\x33\x69\x2e\x6a\x89\xbb\xf9\xce\x40\xba\xa8\x31\x9c\xaf\x2e\x64\x54\x0f\x72\x81\x0b\x35\xa1\x57\xa1\x05\xc2\x8a\x6a\x61\xdc\x52\x9b\x57\xa1\x05\x42\x80\x7a\xe1\x75\x2c\xd3\x77\xfa\xcb\x46\xbe\x30\xf7\x25\x14\xc2\x5a\x6e\x1e\x6c\xde\xcb\xcd\x43\x82\xc0\x70\x50\x85\xe3\xc2\xc7\x1f\x38\xde\xb5\x1e\x16\x42\xf3\x9d\xb6\x21\xe6\x59\x97\x93\x6e\x5e\x1f\x16\x9e\xff\xd1\x85\x86\x0e\x51\xad\xe4\x72\xb3\x81\x45\x5f\x5c\x5d\xf1\x57\x5c\xdb\xcd\x86\xc3\x6a\x63\xa8\xa2\x8a\x72\x03\xec\xaa\x76\x7a\xff\xd0\xe1\x52\x26\xee\x2d\x49\xd3\x0b\xbc\x61\xdb\xef\x2b\xe7\x21\xdd\x77\xca\x67\xc3\xc6\x15\x36\xa9\xd3\xdc\x6e\x48\x6c\xc0\xf8\xc0\x24\x30\x58\xd6\x8e\xcc\x35\x9c\xe5\x8e\x94\xe9\xb7\x6c\x2a\x2a\x1e\x77\x74\x4c\x06\xef\x87\x74\xf3\x33\x26\x5f\x99\x8c\x09\xdc\xe7\x4e\xb4\x99\x0d\x7e\x03\xeb\xa9\x16\x72\xdf\xd3\xbd\xc9\xe9\x12\x4d\x23\x69\xf4\xa1\x5b\xac\x6a\x3d\x42\x61\x04\x95\x73\x38\xc2\x24\x2d\x40\x76\xb9\x75\x61\x3b\xbd\x36\x4e\x50\xaa\xdb\xf0\x95\x6d\x72\x9f\x86\xc4\x50\xdf\xb6\x25\x68\x38\xd1\x8d\x7e\x50\x8e\x7f\xc3\x0d\x03\xf8\xb2\x76\xb7\x0d\xd4\x75\x0f\xea\x86\xbd\xea\xc2\xd5\x25\xa8\x9f\x23\xc8\x45\x52\x47\xbb\x71\xde\xc6\x11\x70\xed\x8e\xce\xdb\x72\xb4\x8b\x67\x03\xd8\xa3\xa2\x2e\xa7\x6d\x97\x4e\x1b\xf6\xa3\x6b\xa3\xa3\xaf\x5f\x3a\x63\xe8\x3c\x0e\xfa\x05\x8d\xef\xc9\x9a\x31\x3f\xba\x7b\x40\x17\xd6\x86\xc6\x35\x85\x22\x9a\x46\x03\x0a\x61\xe1\xc5\x62\xfc\xe9\xb5\xa5\x3b\xf6\x01\xdc\x55\x0c\x45\xbd\xf4\x51\xd1\xea\x64\x6f\xea\x82\x71\xd8\xc7\xba\x68\x3f\x34\x95\xcc\x83\xd1\x3c\x90\x2f\x0b\x8f\x15\x63\x48\xaf\x8d\x93\x5f\xfa\xd2\xa1\xaf\xfa\x57\xce\xcc\x90\x1c\x78\x0c\x2c\x82\x70\x24\x0d\x5a\x70\x68\x69\x72\x45\x7a\xb4\x10\xde\x61\xe1\xd1\xd2\xe4\x84\x70\x69\x49\x5e\xaf\xf4\x51\x51\xad\x8d\x8f\x8a\x61\xa5\x17\xae\x26\x4d\x6e\xe3\x10\xe2\x4e\xa1\xda\x41\xc7\x2e\x57\xa1\xf7\xb2\x52\x35\x9c\x97\x9b\x5c\x05\x51\x38\x52\x6d\x7e\xfb\x90\xee\xb7\x2c\x64\x36\x8c\x03\xdb\xac\xea\xea\xc0\x36\x6b\x3f\x43\x9c\x0e\xc3\x3a\x2f\x5c\x52\x9a\xa7\xf8\x21\x9c\xbb\xba\xab\x83\x7c\x48\xa3\x95\x93\x2d\x87\x32\x33\xa7\xac\x79\x32\x86\x0e\x4c\xfe\xe1\x9a\xa9\x9e\xea\xc0\xd1\x56\xf3\x4b\x10\x10\xe8\x29\x8c\x9b\x7d\x47\x30\x0d\x96\xcd\x3a\xc5\x6f\x2b\xef\xf4\x0b\x6e\xcf\x40\x21\xea\x90\x74\x1e\xf1\x6a\x79\x08\xf1\xa8\xbc\x10\x9f\xe7\xe4\xd5\xf2\x34\xf3\x53\x6f\x33\x3f\x7d\x6c\x8c\xb3\xdf\x4a\x4c\x10\x3d\xee\x26\x2d\x7e\xdf\xb2\x28\x6c\x43\x67\x71\x59\x6f\x4f\x58\x6a\xd0\x4e\x62\x41\xab\x54\x3a\xdd\xf6\xd3\x06\xec\xc8\xaa\xf5\x42\x58\x4a\x8e\xcf\xc0\x9c\x83\x0d\x43\x2f\x13\xfc\xcf\x16\xa1\x43\x0c\x6b\xbc\x88\x1c\x92\x80\xa3\x59\x78\x9f\x18\xe1\x78\xe1\x3c\x9d\x9a\xe5\x80\xf8\xa5\xd6\xe5\xcc\x07\x13\x11\xdf\x5f\xf2\x50\xce\xb2\x4c\xda\x80\x3c\x49\xcb\x19\x5d\xad\xd5\xb5\x1c\x64\x45\x6a\x52\x74\x5d\xd1\x2e\xe2\x2c\xeb\xe2\x5b\x10\x6d\xd4\xb0\xe0\xa4\xd2\x70\x4c\x5a\xe7\xf8\x2d\xed\xc1\x34\x58\x8b\x19\xdc\x51\x8c\x89\xbc\x74\x3c\xd1\x64\xe6\xe0\xc3\xaf\xba\x05\x67\xeb\x86\xb7\xed\x3a\x5c\x21\x9b\xed\xfc\x6c\x59\x18\x13\x9c\xf9\x55\xc9\xe0\x74\x12\x54\xc9\xe8\x74\xd2\x6c\x3f\x1c\xb0\xea\x99\x03\x4d\x69\x93\x73\xa0\x29\x55\x35\xcf\x8f\x31\x6f\xbe\x27\xd2\x33\xef\x99\xf4\xc8\x3b\x6d\x63\x83\xc4\xab\xc4\x80\xc8\xeb\xe1\x0a\xe9\x35\xff\x09\xb4\x19\xda\x79\x30\x26\x23\xb6\xc4\xc2\x87\xbb\x69\x55\x49\x8c\x12\xa3\x24\x2f\xfc\x4a\x1a\x5e\xae\xeb\x01\x84\x52\xa5\xcb\x03\x7d\x49\x53\x4f\xb4\x7c\xbe\x8d\xb4\x07\x1a\x79\xb0\xb1\xd7\xd2\x03\x9f\x94\x86\x67\xcd\xd2\x27\x05\x37\xbf\xf5\x70\x88\xe1\xcf\xb7\x8c\x80\x82\xbb\xc3\xc2\xfb\xa4\xe5\x5f\xfa\xdb\x66\x86\x6f\x4a\xd2\x0e\x04\xdf\x94\x86\x73\xcc\x22\x1a\x8a\x21\x98\x17\xfe\x28\x46\x53\x5e\x4f\xc6\x42\x08\xf6\xf5\xc1\xbb\x17\xc4\xdd\x85\x2b\x49\x73\x11\xe1\x4b\xd2\x5c\x2c\x0f\x32\x21\x2d\x93\x9e\xcb\xb2\x26\x30\x6e\xd6\x53\x13\x79\x18\x24\x08\x1a\x17\x87\x45\x40\x94\xf6\x4d\x1a\x1e\x24\xc0\xe0\x2c\xbc\xdf\x53\x73\x42\x1a\x9d\x73\x02\xdb\xcb\x3b\xe5\x03\xa2\x0a\x40\xec\x7a\xb0\x37\x26\xe8\xc5\x7a\x24\xd0\xe6\x3b\x6d\xe3\x94\x7a\x50\x2a\x64\x27\x07\xce\x32\x3b\x21\x5c\x0f\x01\xd9\x59\x0f\xd6\x95\x5a\xb8\xe8\x2c\xae\xb0\x1e\x57\x6f\xe3\xf8\xae\x07\x33\x0e\xd0\x76\xd6\x83\xad\x96\x42\xe1\x07\x93\xc9\xe6\x42\x40\xa0\xa9\x70\x1c\xd7\x8d\xa4\xfc\xe6\x61\x51\x2b\x58\x27\x40\x49\x53\x66\x89\x27\x78\xd2\x14\x0b\x47\xf0\xa6\x3c\xf2\x05\x53\x49\x81\xfb\x8b\xa0\x1f\x17\x81\xf5\x86\x89\x01\x56\xe7\x9d\x72\xfc\x96\x2b\x98\xf2\x1b\x7c\xbb\x9b\xb2\xb4\x17\x99\xa2\xf2\x9b\x17\xe3\x0f\xad\xb7\xf0\x9c\x30\xc6\xec\xd2\x45\x82\xb0\x16\xeb\x65\x0d\x00\xa0\xba\x70\xe4\x6e\x1a\x41\xbf\x08\xe8\x71\x19\x58\x44\x27\x69\x5e\xe1\x5f\x00\x8d\x14\x76\xbf\xe8\x91\x08\x82\xb1\x70\xa4\x68\x1a\x43\xe3\xe9\x9d\x94\x09\xbd\x38\x07\x2a\x13\x7a\xb1\x25\x54\xf6\xf3\x62\x7e\x01\x1a\xcd\xc2\xc7\xda\x50\xb4\xeb\x75\x23\xe4\xe4\x36\x6a\x88\x82\xf2\x17\x21\xb5\x42\x6d\x22\x83\x24\x90\x5f\xd6\x7b\xee\x98\x80\x16\xb6\x5e\x04\xd0\x8e\xf3\x8b\xc9\x9d\x1b\xf0\x8b\x00\xfa\x1b\xe7\x07\xe2\x63\x63\x20\x40\x48\xd2\x1a\xe8\x85\x4b\xc6\x04\x68\xe3\xa2\x90\xb0\xf3\xda\xb8\x11\x04\x64\xc3\x5b\x37\x02\x0c\xbd\xb6\xa1\x30\x90\x07\xef\x5f\xb1\xfc\xc4\x3b\xe3\x99\x28\xc7\xf1\xb9\xeb\x73\x63\xb3\x6f\xa0\xd7\xad\x71\x3e\xc0\x2c\x1b\xe3\x7c\x63\xbe\xee\x5f\x9d\x58\x83\x51\x0e\x4a\x0e\x2c\xc6\x36\xd1\x2c\x0c\x0c\xbe\x7f\xc8\x53\x91\x19\x6f\xcc\xf3\x13\xe6\x63\xfb\xe7\x18\x66\xdf\x99\xdf\x4e\x39\x00\x03\x63\xbb\xba\x7f\x97\x63\x33\xec\xf1\xc6\xca\x3e\x20\x3f\xde\x5a\xd9\x83\xe6\xb2\x7f\x40\x37\x20\x33\xde\xbf\x69\x1b\x7c\x7f\x78\xef\xf7\xfd\x1e\x26\xc6\x45\xde\xbf\xf5\xf0\x4e\x39\xdc\x9a\x00\x34\xd9\x04\x9c\x30\x42\xf2\xfe\xe1\x6e\x8c\xed\xd6\xfe\x21\xa7\x44\xd6\xb8\x7f\x87\x3c\xfd\x6f\xf0\x65\x1b\x43\xfb\x44\x84\x89\x6d\x20\x8a\x62\xe5\x8f\x05\xd3\x21\x08\xb1\xd8\x90\xb7\x62\xd5\x46\x87\x88\xdb\x52\x9c\x04\x94\xff\x58\x8b\xed\x1f\xa8\xb0\xc5\x49\x78\x27\xf9\x29\x13\x37\x2a\x4c\xc7\xf6\x8f\xc8\x42\xc5\x49\x80\x70\x81\x3a\xd9\x01\xf9\x0a\x72\xaf\x1d\x10\x5c\x12\xef\x73\x07\x4e\x17\xc2\x7d\x6e\xa3\x5a\x00\x3a\xbb\x03\x3b\x3e\x60\x28\x1b\xdb\xfc\x84\xdd\xd9\x0e\x71\x60\x4e\x47\x99\xf7\x3a\x93\x30\x3c\xdb\xe1\x5e\x67\x8c\x32\xbb\x03\xd7\x16\xe4\x34\x9b\xd8\x16\x09\x93\xb0\x1d\x52\x21\x9d\xf2\x09\xa2\x5a\x6d\x5b\x6a\xa4\x77\xde\x37\xe9\x94\x99\xe9\xe3\xdd\x24\x76\xc0\xf0\x04\xb3\xb5\x1d\x58\xbc\xc8\x4b\x36\xa6\xfd\x09\x1b\xb6\x8d\x69\xbf\xb1\x5c\x77\xe0\x10\x40\x9b\xbe\x03\xf2\x0c\x0c\xda\x36\x26\xff\xc6\x73\xdc\x01\x0e\x0f\xeb\xb6\x8d\xfd\x7f\x40\xb6\xb1\x43\xe5\xdb\x4a\xdb\x38\x04\x90\xa3\xec\xd0\x74\x7d\xa5\x7c\x38\x39\x94\x2e\x3b\xa0\x24\x40\x56\xb1\x43\x27\x3f\x73\x14\x88\x50\x00\xd4\xe8\xc6\x7a\xbf\x0d\xc7\x16\x59\x45\x75\xac\xb0\xde\xef\xb6\x07\xb8\x41\xae\xe7\x9b\xf8\x17\xc6\x30\xdd\x01\x48\x13\xae\xd5\x3b\x5c\xce\xcc\x70\xa6\x3b\x10\x4f\x98\x6b\xf5\x26\x44\x86\x91\x4d\x77\x98\xb6\xd3\xfc\x58\x4b\xb2\xc0\xb1\xf7\x37\x1e\xe1\xc6\xe0\x3f\x81\x9f\xb2\x31\xf8\x37\xf6\xe9\x0e\x88\x2f\xb8\x26\x6f\xac\xfc\x03\xd7\xe1\x1d\xd6\xc4\x3a\x91\xfc\xc8\x20\xb9\x0e\x6f\xcc\xfc\x0d\x44\xb8\xc3\xd6\x07\x98\xfc\x88\x20\xb8\x02\xef\x00\x31\x75\xc7\x67\x5b\x3e\x6d\xe3\x10\xab\xce\xef\xe7\x3f\x4c\x39\xa7\xde\xba\x22\xdf\x72\x15\xea\xbe\x73\xd0\x55\xe7\x97\x83\xae\x3b\xb6\x8f\xe5\xd0\x66\xb8\x37\x10\x55\x76\x80\xee\xb8\xa2\xee\xf0\x46\x4c\x27\x6f\x1b\x22\x62\x01\x7c\x09\x76\x44\x06\x89\xf5\xde\x8e\xd0\x08\x48\xa1\x3b\xfe\x30\xd2\xfc\xde\x19\xff\x7b\x4d\xdb\x38\x02\x18\xb0\x72\x47\xae\xfc\x5c\xe5\x36\x8e\x00\x46\xee\xdb\x38\x02\x18\x5f\x72\x63\xda\x6f\x0c\xbe\xad\xb1\x3e\x26\x81\x5b\x63\x7d\xe4\xe5\x3b\x46\xdb\x4c\x5d\x91\x71\x86\xf6\x23\x22\x02\xc0\x3d\x77\xbc\xdc\x55\x47\x83\xb9\x23\x22\x02\x6e\x56\x3b\x46\xe8\x82\x4d\x3a\x12\x07\xac\xfa\x6d\xd2\xb4\x93\x7e\x25\xfb\x48\xdf\x11\x17\xe0\x5f\xb0\xf5\x00\xe8\x7f\x8d\x58\xb8\x23\x36\x96\x58\x01\xee\x98\x99\x1c\x16\x66\xe4\x54\xc6\xae\x72\x47\x4e\x65\xbc\x12\x36\xc1\x41\x12\xc1\x45\x76\x2c\x56\x48\xe5\x12\x22\x0b\x2a\x4a\x88\x10\x04\x1e\x02\x81\x2b\xdb\x8e\xf8\x7b\x75\x27\xea\x72\x69\x06\xa9\xdc\x11\x20\x41\xae\x6c\x3b\x02\x2b\xce\x55\x6b\x47\x89\x32\x9b\x4e\x5d\xb6\xad\xdd\x09\xc4\xd3\x7a\x47\x50\x89\xb8\x3a\x6d\x02\x8a\x18\x35\x72\x47\xc2\xd7\x71\x8d\xda\x78\x0a\x24\x30\x5c\x36\x9e\x02\x46\x7c\xdc\x11\x21\x23\x3e\x01\x3b\x62\x9d\x0c\x9a\xcb\x8e\x10\x31\x68\xa0\xdb\xe0\x21\x9c\xe8\x3b\xe2\xff\x8b\x89\xe1\x8e\x63\x62\x03\x4b\xf9\xc8\x14\x39\xdd\x37\xfe\x04\x46\x4f\xdc\x11\x59\x05\xd7\xab\x1d\x0d\x63\xcc\x26\x17\xef\x15\xc9\xc0\x85\x3b\x1a\xb7\xd8\x71\x40\x43\x07\x9e\xcb\x8e\xab\x62\x35\x4b\xdb\x90\x23\xe2\x69\xb0\xe3\xc2\xf6\xb6\x9a\x9f\x30\xc7\x81\xbe\xa0\xc5\xeb\x5f\x99\x2f\x79\xc8\x8f\x46\xaf\x5b\x0e\xf2\x8c\xee\xb7\x87\xf1\x77\x01\xea\xf7\x6f\xfe\x4b\xb8\x46\xfd\xdb\x51\xc2\x95\x20\x0e\xe5\x57\xda\x76\x28\x9f\x43\x06\x67\x02\x43\xec\x6d\xbc\x09\x7a\x70\x3d\x3c\x6c\xde\x12\x16\x1c\x6a\x97\x98\x1e\xc6\xdf\xb5\xf1\xd8\x1e\xda\xfc\x30\xa7\x83\x72\x20\x68\xdc\x49\x77\x04\xee\xb9\x39\xa7\x58\xce\x75\x89\xef\x2d\xe4\x61\x2e\x80\x5f\x6b\x12\xfa\x4b\xf9\xae\x93\x97\x39\x62\x43\xc5\xb9\x20\x70\x2b\xd8\xc9\x78\xe6\x1c\x56\xe9\x87\x11\x30\xf3\x9b\xb0\xdb\xec\x97\x03\xdb\x09\xb9\x60\x87\x03\x4b\x88\x2f\xe4\x30\xf0\x3b\xe8\x88\x59\xb6\x31\x51\xd0\x84\xee\x14\xfc\x96\xf2\xd9\x18\xd0\x84\x6e\xc2\x9e\x74\x94\x3d\x5b\x6f\x03\xb9\x10\x3d\x0c\x08\xc1\xb2\x93\x07\x29\xc4\x9d\x32\xe5\xb3\x61\x24\xb4\xea\x84\x42\xd9\x29\x63\xc3\xcc\xba\x4d\xe0\x80\xc2\x55\xef\x84\xed\x1d\x41\x51\x76\x42\x7b\x4e\xa4\x93\x4d\x3c\x93\x44\x6c\x93\x9d\x8a\x79\xa8\x4b\x1a\x84\xd6\xf4\x1a\xe8\x8c\x39\x5e\x03\x46\x66\xdb\xb8\x0d\x18\xa9\x6e\x27\xbc\x6f\x3a\x73\x41\xbc\x13\x83\xd6\xed\xd4\x02\xf9\x29\xd3\xd8\xfc\xc5\x77\xc6\xd3\x71\x43\xab\x8e\xf2\x69\xe3\x50\x60\x50\xb9\x9d\xee\xad\xc9\x20\x6e\x3b\x21\x2f\x04\xe6\x64\xe3\x50\x90\xb0\x29\xdd\x86\x46\xc1\x5f\x62\x1b\x19\xe5\x72\xe1\x7f\xd9\xcc\x92\x27\x2e\x13\x4e\x04\x95\x1e\x6d\xf8\x25\xc4\x44\x94\x94\x9d\x90\x7f\x00\xfb\xb8\x13\x5a\x3f\x2c\x51\x37\x01\x53\x0c\x0c\xb7\xd3\x25\xca\x8e\xb3\xca\x4e\x84\x34\x83\xbd\xdf\xc9\x50\xe2\xec\xf8\x7a\x03\x60\x82\xba\x93\x51\xf9\x5d\x38\xb8\x00\x20\x84\xdd\x9a\xe9\x27\x27\xed\xf8\x2d\x1d\x82\x50\x10\x86\x6e\x62\xa6\x04\xd9\xef\xf4\x4c\x2c\xbf\x69\x3f\xdc\xe4\x08\xd4\xf5\x60\x4c\xee\x42\x43\xb0\x2e\x3b\x9d\x90\x4f\x8c\xe0\x3b\x03\xe9\xe4\xbf\x7e\x4b\x39\x08\xd0\x65\x9b\xf3\xaf\x62\x13\x1e\x79\x6f\xe4\x31\xdd\x6f\x3b\xef\x83\x74\xdf\x69\x0f\x93\x96\x09\xfe\x87\xcf\xc6\xce\xc1\xc8\xeb\x3f\xde\x6d\x83\xe9\x77\xd1\x11\xbd\x65\x67\xe4\x0d\x83\xeb\x03\x76\xff\x01\x10\xc4\x9d\xa3\xe1\xd8\x69\x03\x5a\x36\x2c\x6d\x77\x4e\x96\x49\xfe\xe4\xb7\x85\x77\xbf\x35\xcf\x83\x0d\x3a\xe5\xa3\x12\x27\xea\xcb\xce\xd9\x6f\xe9\x0b\x2a\x71\x62\xbe\x6c\x9c\x03\x8c\x05\xb7\x75\x0e\xc0\x5e\x76\x13\xa3\x25\x61\x24\xbb\xf5\x02\xc8\xf6\x17\xae\x51\xee\x36\x17\xec\xdd\xed\x17\x78\x88\x72\xf6\xb9\x1a\xb0\x9a\xf6\x57\xf3\xd3\xce\x2f\xcc\x37\xed\x6f\x77\x9c\x31\x94\xdd\x44\x70\x49\xd8\xd2\xee\xdc\xb0\x79\x67\xde\xb3\x40\x7b\x3f\xd3\x1f\xf2\x98\xff\x6e\xae\xc8\x75\x76\xfe\x82\x7d\x93\x8e\x2b\x80\x9c\x74\xee\x8c\x33\x5c\x63\xfe\x42\x78\x93\x8e\x69\x09\x36\xb4\x3b\x8f\x88\x05\x3e\x6d\xc3\xc7\x66\x58\xa6\x61\x86\x7e\x7e\x5b\x48\xa7\xbf\x02\x88\xc1\x05\xe2\x24\x90\x30\xba\xdd\x79\x7e\x01\xa0\x79\x37\x0f\xe5\x4f\xf3\x50\xef\x64\x5e\x58\xff\x59\x84\xdf\xe0\x3b\x63\xce\x81\x99\x97\xdf\x52\xd7\x66\xcc\x5d\x0f\x70\x90\x44\x7a\xd9\x79\x33\xe6\xae\x0d\x6c\xc2\x08\xfa\xb2\xb5\xfe\x07\x07\x64\x67\xb1\xf4\x38\xf4\xb0\xfe\x4f\x68\x66\x77\xc6\xdc\x16\x6d\xec\xce\xf7\xc0\x31\x90\xcb\xce\x70\x8d\x68\x5d\x37\x7e\x01\xbd\xd8\x47\x01\x3c\xe1\xce\xf3\x17\x7c\x9a\xfc\xaf\xf9\x69\x8f\xc1\xb5\x5c\xcf\xf7\x86\x66\x98\x95\x9d\x0d\xce\xff\xbd\x7f\x51\x50\xff\xf5\x67\x97\x5f\x24\x4f\xe5\xdd\xf8\xa5\x85\xf7\x4c\x7a\xe3\xdd\x36\xff\x75\x33\x2b\x22\xbb\x7f\x85\x31\x18\x6c\x5a\x45\x90\x56\x0b\x33\x26\x3f\x8b\xba\x18\xe3\x23\x9a\x87\xfc\x6c\x66\x25\xdc\xc9\xf1\x6e\x5d\x90\xd3\x10\xba\x66\x17\xfc\x72\xbc\x5b\x17\xd8\x57\x62\xd5\xec\x02\x9b\x8a\x7d\xd2\xd6\x9d\x00\xb4\x94\x5d\x04\xb6\x86\x38\x4a\x32\xbf\xef\xe4\xaf\xe6\xa1\xae\x6a\xba\x11\x81\x68\x03\x6a\x70\x4c\x7f\x77\xe1\x54\xc3\xf6\x77\x17\xae\x78\xc4\xbb\xd9\xe5\x5e\xeb\x12\xd1\x6a\x76\x41\x26\x81\x21\xf0\x2e\x46\xec\x66\xd3\x2a\x18\x05\xa3\x8e\xde\xa5\x7e\xd1\x1a\xee\x7b\x63\xe0\x4d\xbf\xa7\x4e\xf7\xda\x5b\x24\x2c\x4e\xc7\x02\x61\x79\x05\xfe\x02\x21\x39\x0e\xc8\xf0\x86\xf9\xbb\xd8\xba\x94\xd3\x3f\x7c\x6c\xde\xe9\x17\x5c\x66\x19\xb4\xd9\x72\x2e\x61\x19\x49\x65\xe3\xbf\x90\x08\x4d\xb3\x8b\xd0\x7c\x9c\x70\x85\x83\x08\x7f\xd4\x8d\x63\x43\xc2\x08\x79\x97\x0f\xb1\x8f\xba\x30\x4b\x21\x5e\xcd\x2e\x12\x1c\x1b\x3c\x6e\x0e\x09\xff\x8c\x5d\x3e\x78\x53\xc6\x76\x4e\x3c\x56\xcc\x0f\x01\x41\x34\xc4\x4d\x4a\x5e\x2d\xcb\xe5\x1a\x8d\x15\xb2\xcb\xb2\x7c\xbe\xbd\x04\x67\x6c\x8f\x5d\xb8\xb2\x11\xfd\x6b\x97\x4b\x70\x46\xf6\xd8\x05\x22\x1b\x6c\x2a\x05\xb3\x11\xaf\x9f\x78\x46\x84\x01\x61\x95\x7b\x70\x75\xb4\xcf\x1b\xb7\x87\xee\x35\xb6\xe8\x64\xe3\xbc\x23\x77\xf4\x30\x29\x1e\x56\x8e\x03\x1c\x9e\xd7\xd5\x82\x0d\xe5\x60\x73\xc5\x37\x22\x78\x98\x14\x38\x3c\x34\xc5\x1b\x3f\x89\xfc\x63\xe3\xaf\x3f\x90\x90\xe0\xce\xf1\x93\xc8\x18\x6c\xef\x0a\xbd\x28\xbe\xa8\x81\xf1\x61\xc3\xa8\x77\x9d\xe7\x1f\x7d\xac\x91\x31\x81\xcb\xa9\x18\x24\xbb\x29\xd6\x38\x48\xaf\xbc\x4f\xf2\xdf\xb1\xaa\x09\xcf\x20\x36\x03\xe2\x31\xe5\x1f\x9c\x5f\x4d\x95\xf4\xce\xfb\x5d\x27\x8a\x26\x6a\xc2\xab\x07\x3a\xad\x84\xbf\x51\x4c\x51\x93\x65\x52\x3e\x38\x96\x78\x00\xec\x9a\xf0\x2b\x82\x4e\x6b\x62\xdc\x58\x93\x06\x75\x72\xf3\xab\xf7\x26\x96\x7f\x8c\x79\xe5\x40\x73\x23\xac\xc8\xc5\xdd\xfc\x6a\xe6\x5b\xe8\xa5\x16\xc6\x96\x75\x45\xd4\x27\x03\x5f\xed\x5a\x18\x2b\xd6\x4c\xe5\x56\xe6\x7e\x52\xeb\x5d\xdb\x28\x93\x36\x31\x99\x8c\x3f\xb5\x6b\x03\xfd\x8a\x8d\xbc\x42\x2f\xd2\x66\xbd\x07\x51\x6f\xb6\xa7\x33\x26\xe1\x6f\x2e\x4a\xbb\xf6\x3b\x21\x5e\x55\xea\xf0\x23\xdf\x2f\x01\x79\x7d\xa8\x5c\xb5\x24\xc4\x7a\xaf\x54\x19\x8b\xf8\x5d\x21\x14\x09\xae\xde\x93\x29\x63\x11\xbf\xf1\xf5\xe8\xb2\xfd\xf8\x7a\x18\xf0\x69\x57\x1c\xd8\x9a\x0b\x01\xa2\x91\x80\xea\x3d\xbd\x32\x16\xf4\xbb\xa2\x99\x92\x20\x88\xef\x24\x8c\xfd\xc6\xaf\x23\x63\x2a\xb2\x2b\xce\x6a\xb2\xf1\x15\xa0\xd7\x6f\x11\xed\x7a\xf3\xd8\x66\xb0\x80\xbf\xc5\x82\x47\x1b\x86\x8e\x9b\xc8\x50\xf9\xc7\x09\x51\x89\x72\x83\x7b\xd4\xae\x87\xc1\xe3\x44\xc4\x57\x24\x62\xef\xb2\x71\x16\xc9\x44\x20\xda\xf5\xe0\xce\xe5\x24\x13\x28\xfa\x1b\x87\x87\x09\x61\xe3\xc7\xa1\x24\x7e\xe3\xc0\x35\x47\x01\x31\x31\xa4\xe2\xd7\x36\x60\x97\x94\xb5\x54\xb0\x84\x6d\x0f\xa1\xa5\x44\xef\xde\xed\x07\x96\x19\x87\x46\x03\x31\xdc\x36\xb4\x1f\xe3\xcf\xb5\x0b\xbf\x13\x63\x20\x6d\x1c\x4f\x04\xc7\xde\x0d\x84\xc2\x1f\xe3\x4f\x50\xaa\xfc\x63\xcc\x09\x43\x25\x18\xf6\x6e\xa0\x83\xff\x90\x85\x10\x50\x2a\xe3\x19\xb0\x1b\x11\xcf\xf1\x1e\xd8\x78\xa1\x88\x93\xbc\xf1\x42\x31\x24\xd1\x6e\xfa\xac\xfd\x7c\x67\xfc\xe1\x7e\x5a\x62\xfc\x93\xf9\x19\x7f\x36\x9e\x06\x01\xc9\xc1\x34\xc0\x44\xf1\x36\xd8\x2d\x93\x87\x79\x6c\x44\x4d\xf8\x31\x47\x2d\x2f\xf2\xd3\x1e\x9c\xdc\xe4\x06\x9a\x84\xc2\xe6\x44\x9c\x28\x63\x05\xed\x56\x18\x7f\xd6\x89\x81\xa1\x80\x48\xdd\xc4\x85\xca\x5f\x5d\xf7\x80\x12\x36\x78\xb7\x7b\xbd\x12\x28\x78\x37\xf0\xc6\xb1\xbe\xdf\x8d\x83\x48\x91\x0b\x4e\x29\x99\xa0\x49\xbb\x41\x58\xdd\xbe\x48\x58\x70\x60\xad\x5b\x3e\x65\x76\xe6\xc5\xf6\x77\xdb\x43\x39\x70\x7b\x1e\xb6\x6d\x30\x17\x88\x4d\x1a\xb0\xa2\x98\xba\xec\x76\x0f\x25\x71\x7a\x77\x1b\x22\xcb\x99\x9f\x31\x71\xbe\xa6\xe5\x50\xfe\x64\xbe\x10\x89\x10\x1e\x4a\xe8\xdc\x8d\x37\x8c\xf1\x6b\x36\xde\x30\x82\xe0\x6e\xc3\x41\x61\xec\xbd\xdb\x7a\x48\x27\xcf\xa6\x2f\x70\x78\x0d\x8c\xe4\xc0\x9a\x6f\x1c\x38\x8a\x08\x9a\x41\xa0\x7f\xe6\xa7\x5f\x6c\x7e\x46\x88\x0a\xce\x29\xb1\x4b\x14\x19\x11\x1f\x2a\xff\x2c\xff\x30\xce\xac\xff\x76\x18\x1f\xe7\xeb\xde\xb8\xba\x57\xf2\x06\x9a\x32\x01\x6b\x76\x7b\x68\x27\x1b\x5b\x33\x14\x25\x5c\x69\x7b\xfc\xf6\x6f\xe8\xd2\xbb\x19\xbd\xdd\x85\x03\x12\x1a\x6e\x1e\xdb\x68\x54\xc1\x45\xf4\x5e\x22\x20\x34\xe8\x6e\x2f\x03\x09\xa7\xd2\x70\x30\x25\xfc\xe7\x6e\x2f\x9d\x80\x5b\xc2\xfd\xa6\x7b\x12\xe3\x7e\x13\x81\x56\xdc\xb8\xdf\x74\x95\x07\xb8\xdf\x64\x05\x94\x1d\x39\x84\x27\x71\x0f\x96\x53\x79\xbf\x83\xe1\xb5\xb1\x07\x3b\x74\x07\xb8\x83\xdd\x8b\x05\xf7\xee\x91\x05\xc2\xe9\xd5\x0d\x53\x08\x51\x12\x6d\xaa\x7b\x1d\xeb\x86\x22\x64\x91\xe2\xae\x93\x5d\xbc\xdd\xb8\xc3\xc9\x77\x26\x96\xd3\xab\x4b\x94\x9c\x5e\x84\xa3\xea\x5e\xb5\x0c\x40\x85\xdf\xe1\xc6\x75\x27\x63\xef\xb5\x71\xdd\x89\x58\x7f\x6f\x5c\x77\x32\x80\xbb\xdb\xb0\x54\x60\xfb\xed\x9e\x69\x67\xf3\x9d\x31\x64\x92\x7b\xa6\x8f\x6c\x00\x3d\xb3\x09\x31\xc9\xb8\xf7\x64\x5c\x4a\x36\xee\x3d\xdd\x2b\x12\xee\x3d\x19\x97\x92\x8d\x7b\x4f\x04\xc3\x6f\xe3\xde\x93\x15\xc8\x12\xcd\x2a\x2b\x84\x25\x64\x55\x56\xc0\x4a\x5c\xaa\xee\x15\x86\xb0\x54\x19\xfc\xda\x8d\x0b\x50\xf7\xd4\xef\x95\xf1\x67\x53\xec\xc6\x3b\x34\xbd\x99\x9f\xb6\xb1\x01\x60\x23\xb5\xfb\xbd\xfa\xf5\xe1\xbc\x83\x18\x0c\x7a\xdf\xee\x9d\x36\x3b\x9e\x06\xe3\x86\x08\xba\xfe\xb2\x8e\xad\x31\xb6\x5d\x03\xf7\xba\xd7\x3d\xad\x71\x01\x32\x9c\xcc\xee\x83\x7e\xc1\x65\xf6\x41\x5f\x20\xee\x0e\x2c\x74\x70\x3d\x0c\xe6\xda\xbe\x10\xd7\x28\xb8\x1e\xc0\x35\xc4\xcb\x64\x77\xa0\xf6\x83\xf3\x3e\x0d\x4e\x4f\x39\x93\xf9\xb5\xfc\x69\xd4\x7b\xf3\x33\x0e\x70\xa2\x7d\x1a\xf3\x9e\xf7\xc5\xd8\x42\x0b\x7d\xb1\x26\x59\xff\x7d\x7f\x11\xf3\x79\x37\xdd\x77\xbf\xa5\x3d\xa7\xe2\x0a\x4c\xbd\x5f\xe4\x64\xea\xf2\xc0\x1c\xe6\x31\xc4\x2f\x75\x49\xdc\xce\xc5\xe5\x32\x87\x87\x06\x9e\x3a\x39\x48\x5f\xb8\x60\x7a\x68\xf4\xf7\x0b\xcd\xcc\xfb\x22\xcf\x1d\x93\xf1\x45\x4f\x1e\xbc\xfb\x6d\xe1\xbd\xdd\x6f\xb3\xe9\x9d\xf4\xca\xfb\x83\x9f\x72\xe2\xdd\x30\x9e\xe4\xbf\xb7\xb5\x81\x6b\xd9\x1e\xc1\x50\x96\xe4\x0f\x8d\x6f\x1b\xef\x5f\x6c\x4e\xde\x07\xe9\x9d\xf7\xcd\x3b\x75\x5d\xae\x74\x48\x5f\x23\xd2\x4e\x36\x2d\xa3\x6f\x61\x60\xbf\x47\x3c\xa4\x53\xaf\x81\xe7\xc7\xdf\xec\xcc\xf6\xb8\x27\x6b\x76\xd3\x1a\x89\x0e\xc1\x55\x8c\xcc\xc0\x3b\x00\xc5\x40\x7f\x91\x77\x1a\x0e\x37\x30\xca\x17\x68\xf0\xbe\xd7\x3b\xd8\x5f\x87\x8c\xbb\xe1\xc0\xe0\xd2\xf9\x75\x08\x98\x4f\x02\x70\xed\xd1\x8c\xfd\x47\xf9\x06\x80\x61\x97\x1f\xed\x0b\x27\xc6\x3b\x1d\xe2\x04\x1d\xf7\x2a\x37\xfe\x79\x7f\x49\xa7\x4c\xdc\x3a\xff\x79\x37\xea\x0f\xed\xec\x96\x43\x3b\xbb\xf9\xa9\xcb\xc0\x31\xf6\xf7\x12\x50\x56\x61\x30\xc6\x17\x28\x89\xf7\x74\xcb\x4c\xe6\xcf\xe4\xa1\x3d\xf7\xa4\x1c\x6e\x5a\x63\x18\xc8\xc2\x6f\x37\xe9\x4c\x88\xd8\xeb\xd1\xfc\x0f\xdf\xd2\x9e\xf9\x05\xb9\xe1\x9d\x71\x80\x2b\x22\x26\x58\x76\x63\x1e\x70\xa8\x6e\xc6\xc4\xfd\x1a\x18\x40\xee\xb1\x18\x73\x16\xf2\xc0\x09\x19\xa3\xc7\x4d\x38\xb0\xfc\xb5\x73\x7f\x71\x58\x78\x1f\xb8\xbb\x53\xe6\x17\x8c\x86\x6f\x39\x59\x01\x6b\xdd\x03\xe0\x5f\x02\x81\x6d\xa2\x82\x0d\xe2\x30\xed\xc1\x09\xea\x86\x4d\x18\xb0\xfc\xf5\xf7\xbc\xf8\xca\xf3\xad\x11\x08\x2c\xe7\x09\xa4\x53\xce\x03\xdc\xbe\xe3\x00\xe6\xe8\x37\x26\x0f\x73\x07\x07\x3f\x38\x0c\x01\x6c\xdd\xb8\xe8\xc4\x28\xd1\xbc\xb6\xed\xce\xcb\x34\x26\x01\x44\x33\x7f\x77\xcc\x5d\x63\xd3\xe8\x02\x9c\xee\xb8\xd6\x64\x15\x30\x5f\xd0\x2e\xb8\x31\x62\x76\x0d\xd7\xc0\x0c\x40\xd9\xc2\xb5\x10\xbe\x6b\xc4\x60\x39\x8c\x33\x44\x3c\x8d\x5f\xc3\x38\xcf\x48\x99\x1c\x0e\x33\xde\xf1\x77\x1e\x27\x9c\x2b\xb0\xae\x7b\x46\xfc\xeb\xa3\xf9\x09\x08\xc0\x5c\x4c\x89\x8f\x83\x82\x18\x60\x86\x9d\xd9\x13\xe0\x5e\x0f\x84\x69\x08\x3b\x36\xe0\xc9\xa1\xe4\x81\x30\xa5\x2f\x36\xe0\x59\x18\xff\x62\x9e\x3b\x6e\x5f\xdb\xaa\x6d\x20\x8f\xc1\x47\x99\xdf\xc9\xe1\xa3\x32\x09\x2f\x9c\xac\xd2\x68\x56\xc6\xd3\x31\x91\xd6\x38\x3c\xf1\xbc\x19\x0a\xdf\x67\x63\xad\x72\x78\xce\x0e\x2d\x54\xdf\x69\x0f\x1b\xf3\xec\x8c\x89\x6d\x06\xc7\xde\x83\x62\x0e\xc6\x87\xcd\x6c\x0e\xda\xc6\x01\x3e\x8d\xe5\xd1\xcc\x43\xdb\x6c\x27\x28\xb9\x6e\xf6\xd3\x35\x6f\x9e\x75\xf7\x0d\xb0\xd5\x37\xde\x33\xd9\xb5\x84\xf7\xcc\x00\x78\x71\xcf\x45\x1b\xfa\xdf\x3c\x00\x36\x6e\x33\x19\xf4\x81\x8d\xdb\xcc\x00\x2a\x69\xcf\xcd\x00\x58\xf0\x06\xe6\x80\x4d\x88\x38\x63\x19\x54\xd2\x3d\x2f\x0b\x3a\xb0\x80\xde\x5f\xc8\x31\x4e\x85\x79\xc0\x42\x80\x58\x71\xa1\xc9\x9e\x2e\xf3\xb0\x78\x39\xed\x88\x3d\x96\x3d\x45\xa6\xc4\x81\x0c\x66\x3e\x77\xb0\x93\x0b\x10\xf6\xd2\x13\x65\x3e\x7e\x4b\xbd\x40\xec\xaa\xf9\xfa\x22\x88\x71\x72\xcc\x97\x4e\x73\x12\x4f\xe4\x1f\x6a\xbb\x96\x81\x9d\x18\xf8\x2f\x7a\x18\x27\x07\x6e\x33\xd9\x53\x67\x49\x28\x9c\x0a\xcb\x93\xe6\xcb\xef\xb7\xb7\x0d\x2b\x32\xf0\xc8\xab\x16\x8b\x1d\x83\xc0\x4d\x40\x31\xe3\xeb\xec\x05\xe7\x07\xf8\xe9\x26\x9c\xd8\x48\x96\x43\x34\x31\x0c\x4d\xf7\x02\x38\x20\xd9\x06\x16\x3b\xa8\xa8\x7b\xa5\x07\xc4\x07\xf3\xbc\xa4\xdf\xfe\xe2\x12\x33\x32\x87\xc3\xba\x9c\x5f\x4c\xdf\xfb\x24\x0f\xf9\xef\xd5\x6c\xe0\x4c\xbf\x71\x77\x31\x0e\xcf\x26\x08\x59\xf6\x60\x59\x10\x13\xc0\x60\x1b\x77\x97\x81\x51\xeb\x5e\x97\xf3\xcb\x60\xa0\x6e\x02\x90\x0d\x6c\x04\xf7\xba\x84\x65\xa0\x9e\xbd\x44\xa3\x88\xbe\x1f\xd2\x69\x1b\xf1\xed\x5c\x8c\x8b\xc3\x0a\xd0\xd4\xbd\x00\xe0\xf5\xb0\x5a\xed\x8e\x55\x66\xe3\x5c\x70\x78\xd1\x6f\xbb\xed\x21\x3f\xc4\xe4\xe1\xb3\x80\xe6\xf5\xc0\x59\xf7\x90\x19\xc0\x46\xec\x75\x0f\x99\x08\x68\xd8\x5e\xc4\x9c\x04\x34\x6c\x2f\x44\x1c\xd1\xb6\x4d\x81\xb6\x29\x7f\x32\x9e\x10\xd0\x9a\x8c\x03\x07\xda\x5a\x8c\x27\xc4\xb4\x16\xf5\x72\xa0\xe1\x71\x12\x41\x19\xdb\x78\x9c\x64\x5c\xaa\xf6\x42\xc4\x81\x4b\xd5\x5e\xe0\x52\x63\x80\xbd\x89\x5a\x36\xb2\xf3\x08\x37\x86\x5b\xd4\xc6\xb3\x64\x64\xd7\xd2\x66\xac\x1c\x4f\x38\x30\xc0\x39\x37\x5e\x20\xc6\x23\xda\xeb\x61\xdc\x38\x1c\xd6\x53\x01\xd2\xa0\x1c\x0e\x07\xe9\x8e\xb0\x65\x03\xbb\xbd\xbd\x9e\x41\xba\xef\xac\x01\xc7\x96\x9b\x95\x87\xc9\x62\xfd\x13\xff\x6c\xe3\xe1\x31\xb4\x5d\xc3\xc3\x23\xe3\x2e\xb5\xf1\xf0\x18\xda\xae\xe1\xbd\x61\x44\xa3\xbd\xc3\x03\xe0\x46\xe2\xfd\x25\x9d\x6f\x23\x98\x1c\x6c\xc0\x78\x69\x18\x2e\x68\xe3\xa5\x31\xf0\x9f\xdd\x78\x69\x44\xd0\x2f\x36\x5e\x1a\x99\x38\x67\x7b\xb3\xc1\xab\xa8\x23\xcc\x59\xc6\xbd\x6a\xef\x34\xf9\xf6\xf6\x05\x8f\x8d\xec\xe1\xb6\xef\x4d\x66\xe0\x1f\xba\x37\x21\xf6\x52\xf9\xab\xcc\x8c\x68\x27\xd9\x53\x70\x4b\x04\x5c\x13\x76\x61\x50\x61\x77\x37\x0b\x1c\x5f\xc8\xbd\x8b\xf9\xcd\xf3\xf0\xce\x60\x14\x40\x4e\xd8\x9c\x0c\x8f\x06\x5e\xd7\xc6\xe5\x23\x83\x17\xba\xb7\x0b\x9f\x93\x86\xb0\x28\x03\x03\xcb\xbd\x09\x86\xa3\x06\x90\x00\x6a\x03\x1f\xc9\xbd\x39\x81\x80\xe9\xda\xb8\x8b\x44\x60\xba\xf6\x6e\x96\xc9\x84\x34\x26\x6a\xf8\xce\x44\xb1\xf0\x89\xa9\x32\x88\x1e\xbe\x09\xaa\x12\x71\x9f\xd8\x04\x4f\xc9\x9e\xee\x84\x64\x1b\xf8\x21\xee\xdd\x58\xb0\xb6\x19\x8e\xcd\x13\x71\x4b\x34\x5c\x4f\xf6\x60\x72\x6c\x27\x01\x6f\x92\x83\x8d\x0c\xc3\x93\x78\xcf\x09\x08\x0a\xe5\x4c\xc6\xc7\x36\x2f\x26\xca\x36\x2c\x50\x50\x5c\x68\x12\x10\x84\xb5\xb9\xb6\x78\x72\x6f\x22\x55\x26\x4e\x50\x23\x9d\x78\x72\xef\x7b\x98\x8c\xea\x98\x23\x17\x4c\xce\xd1\x66\xf1\xda\x4e\xe4\x19\xa0\x75\xed\x7d\xe8\x8b\xed\x44\x16\x98\x9c\xa3\x07\xa2\xe4\x34\xdd\xc4\xb1\xc4\xb2\x7b\xef\x27\x82\xd0\x62\x3a\xf5\x72\xb2\xe2\xf9\x61\x54\xa2\x6d\x30\x13\x4f\xfa\x8d\x8c\x10\x50\xaf\x6d\xd4\x12\x4f\xfa\xfd\x5e\x82\xd0\xc4\x66\xc3\x75\xc9\x0d\x10\xaa\x64\x68\x62\x73\x7e\xd4\x4b\x1e\xc3\xd6\x81\xc9\xb5\xf1\xf0\xc8\xb8\x7e\xed\x23\x91\x71\x20\x9c\xcb\x69\x0d\xcd\x58\x88\x5f\x67\xbc\xa1\x4d\x88\x92\x41\x88\xda\x7d\xc2\xdd\x3c\xd4\xde\x12\x81\x24\x62\x04\xbe\x09\x35\x92\x3d\x9c\xf1\x02\x89\x1e\x1a\xc7\xc3\x84\x31\x3c\xc8\xff\x3c\x34\x88\x68\x37\xb0\x46\xdf\x87\xb8\x42\x04\xb7\xdb\x84\x29\x19\x9a\x8a\x1c\xa2\x0d\x67\x0e\x01\x3c\x48\x22\xb1\x13\x36\x31\xef\x72\xe4\xc0\xc7\xf3\x23\x02\x84\xb5\xf1\xfc\xc8\xb8\x93\xed\x03\x8d\x80\xfc\xb2\x89\x26\x92\x71\x27\xdb\x78\x84\xc4\x6c\x1f\xeb\x1d\x43\x2d\x01\xce\xe5\xb4\x62\xe6\x10\x20\xb6\x48\x06\xdc\x74\x9f\x4b\x0b\x11\x23\xf6\x8d\xb7\x47\xf4\x80\xc2\xdb\x23\x03\x74\xba\x8f\x6b\x9b\x39\x32\xba\x88\x0c\xc5\xe9\xe6\xa7\x3d\xdd\xfc\xf4\xb1\x33\xce\x5f\x7e\xc6\x0d\x26\x82\xa8\x23\xa3\x7d\xdf\xd2\x17\xe7\x0b\x6e\x0c\x0f\x8c\x8d\x17\x48\x96\x71\x38\xd0\x0e\x86\xf4\xfb\xdc\xab\xfd\x50\x6e\x7a\x08\x57\x0c\x12\xf2\x26\xf0\xc8\x50\xf3\x4b\x6c\xbd\x88\x07\xc6\xc6\xdb\x23\xe2\x75\xb1\x8f\x07\xce\xf8\xab\x9d\x19\xae\x20\x59\x8e\xe4\xec\x08\x9c\x0f\x83\x04\x01\x11\xc0\x6f\x13\xc5\x24\xe2\xb6\xb1\xcf\x36\x22\x04\x0d\x81\x68\xb2\x13\x0b\xa1\x60\xb9\xbf\xcf\xbd\x9e\x0c\x85\x92\xb8\x73\x44\x50\xb2\x36\xee\x1c\x59\xce\xe0\x40\x1c\x40\x63\x6d\x62\x8b\xe4\x64\x87\x5e\xcb\xa4\xfc\x77\x02\x18\x44\x87\x10\xa0\xab\xba\x27\xce\xc8\x50\x40\x69\x30\x3e\x55\xf7\x0f\x1c\x98\x1c\x00\x61\x44\x62\xe6\xe4\x78\xe0\xba\x54\xdd\x13\x0d\x24\xe3\x03\xb8\x71\xe7\x18\xda\xe5\x3c\x70\x63\x72\x21\x44\x09\x19\xda\xe8\x3c\x84\x47\xc3\x6d\x63\xe3\x9e\x11\x71\xb1\xd8\xb8\x61\x64\xb9\x13\xdc\x30\xb2\xdc\xc9\x73\x39\xb0\xa1\xbc\xf0\x41\x68\x0e\xc2\xf3\x26\x4e\xc8\x50\x5e\xf8\x48\x34\xc5\x3c\xb4\xb3\x98\x7e\x28\x87\xf6\x5c\xe2\xc8\xf8\x18\xee\x07\xe2\x90\x83\xc1\xeb\x62\x68\xbe\x61\xe8\x0f\x39\x09\x42\x7f\x0c\x65\x84\x0f\xf2\x36\xb9\x81\x47\x62\xe2\x30\x21\x84\xc7\x00\xec\x6b\x3f\x97\x38\xc6\x70\xac\x38\x28\x80\x18\xda\xcf\x25\x8e\xa1\xa9\x02\xde\x18\x59\x4e\x9d\xd8\x1e\x43\xad\xdc\x23\xd1\x20\xf3\x78\xfa\x1d\x43\xb5\x66\xc4\xf0\x88\xc0\x56\x6d\x62\x78\xe4\x64\x7b\x3a\x63\x08\x87\x44\xe4\xc1\xa1\xa6\xec\x41\x36\x06\x94\xd4\x26\xb6\x47\x96\xdb\x30\xec\x20\xf0\x44\xfb\x99\x8c\xa7\x75\x4d\xd3\xc9\x33\x17\xe9\x94\xef\xc2\x87\x70\xf1\xde\xc8\x72\x18\x04\x0b\x1c\x2a\xa8\x88\xfa\x91\xbd\x2d\x10\xf5\x63\xa8\x11\x26\xec\x47\xd4\xe4\xe1\x71\x9d\x43\xac\x0f\x87\x03\x6e\x4e\x9b\x00\x82\x59\xee\xe4\x71\x3d\x43\xc4\x0f\xf6\x6d\x3f\x35\x2d\x0f\xb6\x07\x3f\x55\x2d\x44\xd9\xc8\xc0\x9e\x6e\xa2\x6c\xdc\x3f\xa8\x9a\xe5\x5a\x5c\x1e\x77\xbf\xcf\x80\xa0\xee\x47\xf4\x27\x15\x2f\x06\xf8\x03\xde\x68\xbf\x3f\xc6\x85\xf5\xfd\xb2\xbe\x81\x37\xda\x2f\x51\x60\x7f\x6a\x1f\x70\xff\xc8\x60\x87\xed\x97\x28\xa5\x3f\x25\x61\x6f\x20\xc0\x1a\x2b\xf3\x0d\xac\x2e\x66\x1f\x5f\x90\x28\xff\xf7\x22\x75\x06\x3e\x75\xe3\x0b\x12\xe5\xff\xde\xcb\x63\x85\x9f\xba\x14\x42\x75\x44\xd0\x85\xf6\x9b\x20\x63\x96\xc8\x9b\x18\x1a\x96\xc5\xeb\x92\x85\x54\xde\xec\x68\x30\xb7\xaf\x11\xdf\xd8\x98\x88\xe2\x17\x7e\x0a\x08\x89\xe2\x17\x75\x9b\x20\x96\xc6\xfd\x83\x76\x13\xd1\x4f\xbf\x09\x02\xfa\x65\x60\x52\xf7\x5b\x19\xb2\xf2\x57\x55\xc0\x2b\xca\x93\x72\xc5\x17\x31\x96\x9c\x29\xde\x25\x51\x6e\x94\x98\x1d\x11\x24\x9e\x4d\xd0\x8e\x8c\x3b\xda\x7e\xfb\x07\x1f\x66\xa6\x44\x26\xda\xdb\xc5\xf7\x72\x7c\x3a\x51\xea\x1c\x74\x84\x5a\xc5\xb1\x65\x9b\xc7\x81\x6d\x13\x24\x30\x13\xd3\x6a\xbf\x83\xf1\x54\x8a\xf4\xc2\x17\xe1\xe6\xba\x89\xef\x71\xff\xa0\x3a\x64\xbb\xc5\xd9\x60\xbd\xeb\xad\xf1\x22\xc3\xc5\xff\x75\xe3\xfd\x92\x65\x16\x5f\xd6\xbe\x9e\x1b\xef\x9a\xc2\x98\x51\x03\x9c\x91\x9c\x20\x91\x42\xee\x1f\xd4\xb0\x68\x1f\x2c\xd6\xcb\x8a\x2f\x4e\x99\x3b\x3b\xbb\xed\xbb\xad\xd9\x3c\xd6\x46\x9f\x89\x93\xfc\x03\xfc\x64\xbf\x5c\xba\xe5\xe7\x88\x11\x72\xff\xe0\x6b\x94\x40\xb8\xdb\xed\xf7\xb1\x06\x86\xef\xf1\x03\xfa\xf3\x58\x03\x03\xf0\x3a\xde\x9c\x98\x2f\xa1\x56\x8b\x13\xf1\x7e\x78\x6a\x54\x87\x44\xd8\xfb\xc2\xfb\xb2\x26\x9a\xef\x2c\x78\x2e\xc3\xe7\x87\x84\x0a\x80\x9e\x43\x3c\x91\x0c\x78\xec\xf9\x49\x52\x77\x1b\x3c\x04\x11\x89\xe5\xf2\xc2\x87\x28\x22\x19\x98\xd8\x43\x14\x91\x0c\x1e\xec\xf9\x21\x12\x06\xc4\xe7\xfc\xb8\x9c\x73\xf1\x38\xbf\x60\xd7\x28\x47\xe2\xba\xd3\x70\x7e\x12\xd4\xe5\x7f\xcf\x8f\x60\xdf\x3f\x6e\x72\xe7\x47\x0c\x7a\xac\x70\xce\x4f\x22\xaa\x54\x40\x54\x28\x18\xd1\xf3\x33\xf0\x62\xa5\xd0\xcc\x08\x13\xd0\xf9\xfc\xd0\x90\x72\x3d\x39\x04\x19\xb9\x7f\x50\x5d\x86\x3e\x1a\xef\xdc\xb7\xc1\xac\x39\x3f\x77\xfe\x4e\x6d\x86\x5c\x6c\xbe\x1b\x73\x91\xa1\xa8\xe6\xa7\xcb\xd5\xfc\xa6\x33\x0b\xd1\xda\xe0\xaf\xe0\x87\x0f\x21\x40\xee\x1f\xd4\x66\x44\xa8\x4e\x1f\xb8\x7d\xc3\x04\x9f\x5f\xb3\x54\x06\x55\x28\x35\xb8\xd7\xf3\x23\xd0\x66\xf9\xde\x93\x18\x77\x54\x21\x55\x7e\xef\xc5\x3f\xa8\x82\x20\x8e\x08\x40\xce\xaf\x3d\xfe\x61\x1d\x10\x4d\xa7\xa8\x2e\xa4\x9e\xb9\x90\x2f\x17\xbb\xdd\x2d\x96\x2e\xc1\xad\x15\x7b\x01\xb7\x06\x37\x7e\x7e\x9d\x25\x3d\xa8\x4d\x12\x1d\x0c\xdf\x60\xe6\x90\x7b\x1c\x02\x8f\x64\xd8\xeb\xf3\x13\x80\x10\xc8\xf4\xf3\x43\x10\x00\x7f\x7d\x7e\x92\xa8\xad\x98\x7e\x40\x9e\x69\x64\x4b\x9a\xba\x98\x52\x6e\xe1\x07\x4f\xa8\x8c\x9b\xf2\xf9\x2d\x36\x29\x0e\xab\xf3\x93\x14\xfd\x7a\xb3\xbc\xff\xaa\x24\x38\xc4\x26\xc9\xd9\xa5\x7f\xa2\xa5\x51\xe7\x99\xfc\x41\x0f\xcf\x12\x11\x90\x21\x41\x0a\x06\x58\xcb\xf9\x09\xb9\x06\x46\xf5\x21\x36\x49\x04\xad\xe5\x10\x9b\x24\x73\x0b\x38\x3f\x62\xec\xff\xd8\xc3\x0e\x2e\x53\x99\x6b\xc0\xd1\x65\xea\x97\xa4\x91\xf7\x8e\x03\xb8\x26\x07\x9f\xa9\x9c\x1d\x44\x6c\x1d\xe0\xf7\x0f\x31\x4c\x32\xfc\xfe\x21\x6e\x49\xf8\xb1\x17\x9c\x80\x51\x03\x0c\xfc\x09\x1f\x7c\x21\xcb\x36\x10\x91\x1f\xcf\xa1\x13\x60\xe2\x30\x9b\x3a\x81\x30\x6e\x39\xf0\x71\x00\x8b\xd1\x35\x4f\xd8\x93\x8c\x7c\xea\xe0\x06\x15\x81\x3c\x39\xb8\x3b\x65\xae\x02\x27\x40\x85\xe0\xbe\x9d\xc0\x51\xc6\x55\xe0\x10\xe0\x24\xfc\xbe\x8f\x21\x2a\xe0\x45\x0e\x3e\x4e\x39\xdb\x0a\x88\x0a\x48\x91\x13\xca\x23\x72\xa2\x99\x5e\xfe\xa0\xa4\x4a\x47\x6d\xea\xa5\xb0\x88\x83\xd1\xc1\xc9\x29\x82\xff\x71\x02\x01\x6c\x7f\xf9\xfb\x83\x26\x25\x46\xa6\xda\x24\xdf\x37\xe9\x83\x77\xa6\x3a\xf0\x0e\xb1\x61\xca\x75\x42\x63\x24\xf1\xd5\x3d\x84\x3d\xc9\xc8\xd5\x4e\x80\x10\x40\xeb\x38\xb8\x45\x65\xe4\x6a\x27\x40\x14\xb8\x1b\x1d\x62\xa0\x64\xae\x15\x27\xa0\x50\xe1\x2a\x71\x02\xdc\x18\x57\x89\x43\x80\x93\xf0\x03\x69\xf2\x04\x24\xc7\x5c\x05\x0e\x7e\x4e\x11\x3f\xa4\x13\x44\xdc\x84\x37\x3b\xe1\x5e\xd6\x23\x18\x17\x27\x08\x5d\x88\x6b\xed\x09\x44\xf5\xc6\x9b\xe8\x04\xa9\x02\x00\xce\x83\xab\x53\xc4\x9d\xe8\x04\x60\x98\x7e\xb0\x73\x27\x70\xa7\xc7\x9f\xe8\xe0\x03\x95\xbf\xe1\x46\x70\xcc\x9d\xfe\xe0\x0f\x95\xb3\x73\xb2\x99\x13\x18\xac\x13\xa4\x0e\xe7\x44\xf8\x42\xdc\x65\x4f\xe0\x86\xff\x8d\x3d\xd6\x0b\x80\x67\x9c\x80\x98\x17\xf0\x8c\x13\x10\xf3\x66\xc7\xde\xd5\x5d\x7c\xbf\x17\x11\x80\x31\x4e\x70\x75\x33\x0f\xf1\x57\xc5\xaa\x6c\xfc\x68\x64\x0a\xbc\xb3\x58\x99\x87\xf8\x1b\xa4\xdf\xa6\xe2\xd6\x14\x71\x89\x3a\xb8\x35\x65\x6e\x19\x27\x06\xba\x73\xcf\xde\x13\x5d\xe8\x97\xc9\x3b\x31\x32\xc4\x1e\x1f\x11\xa6\x2d\xdf\xe3\xf3\x44\x41\x01\x3d\x3f\x22\xd1\xe7\x71\xa8\x3a\x38\x24\xc5\x6a\x7a\xe2\x03\x8e\x95\x28\x65\x5c\x7e\xff\xe0\x90\x14\x7e\x6e\xdc\x91\x98\xf4\x98\xc9\x9d\x98\x1c\xc9\x6e\x49\xac\x6e\xa8\x35\x7e\xe0\x9e\xec\xaa\x11\x41\x31\xb2\x8f\x83\x3b\x52\x04\xdd\xe2\xe0\x8e\x94\x71\x1a\x3f\x91\xf8\x6a\x5c\x83\x0e\xae\x49\x19\xeb\xe7\x13\x0b\x2b\xb7\xfe\xfe\xa6\x3e\x38\x11\x09\x1a\x60\xbf\x87\x88\x27\x11\xdc\x8c\x13\x91\x0e\x20\xb6\x3d\x11\x29\x00\xe1\x20\x0e\x8e\x4b\x19\x8c\xd5\x13\x39\xa4\xb2\x53\xd1\xaa\xd8\x9f\xfc\x41\x78\x75\x5c\xbd\x4e\x94\x56\x38\x8b\xf0\x44\xca\xd9\xd1\x91\x56\x38\x96\xe2\x88\x02\x84\xf2\x07\xb6\x3c\xd2\x44\xfc\x50\x3e\x93\x3f\x18\x7f\x47\x8d\xcb\x7c\x75\xa0\x38\x34\xc0\x14\x3e\x11\x41\x18\xfe\x59\x27\x4a\x44\xd0\x4d\x9c\xe6\xa7\x82\x69\x7e\x6a\x9e\x4c\x85\xeb\x32\x22\x62\xce\x4e\x85\x78\xa1\x2e\x4c\xbc\x97\x22\xde\x5a\x27\xca\x09\x56\xd7\x0a\x9c\x60\x76\x8e\xa4\x27\x4e\x3b\x62\x99\xe4\xec\x7c\xdd\xab\x7f\x04\x01\xe3\x44\x51\x42\xbf\x65\x20\x71\x39\xdc\xdb\x52\x2d\x69\x43\x07\x1c\x64\x51\xcc\xd0\x6f\xea\x91\x45\x03\x7c\x71\x08\x8c\x12\xf1\xe4\x3a\x78\x30\x45\xbc\xb7\x0e\x1e\x4c\x39\x3b\x59\x10\x20\x9e\x5c\x87\xd0\x28\x11\x8f\xad\x83\x07\x53\xce\xce\xcf\xe3\xc4\x71\x62\xe3\xaa\x94\xb3\x2b\xf6\xf9\xd0\x53\xf9\x1a\xf9\x02\x9e\xfe\x07\x9f\xa4\x08\x94\xc5\xc1\xf7\x28\x67\x67\xf7\xb5\xb6\x9b\x27\x81\x49\xf4\x03\x16\xf2\xa4\xcb\x2d\x46\x24\x62\x27\xfd\x3e\xbc\xd5\xc0\x8f\xc2\x1f\x89\x77\x16\x53\x37\x7d\x98\x29\xf3\x83\x83\xa7\xfb\xf5\xf2\x8f\xc2\x8f\xd7\x1f\xb7\xab\x29\x7c\x15\x36\x7e\x08\xba\xca\x4e\x9f\xc2\xa5\x3c\x90\x2b\x4e\x0a\x8f\xe8\xad\x14\x2c\xd5\x83\x33\x71\x92\x54\xcf\x51\x87\x03\x53\xce\xdd\x4c\xcd\x4c\x54\x82\xa8\x0e\xf3\xcb\x93\x12\x33\x06\x70\xc2\x49\x98\xf3\x64\x96\x63\xca\x76\x84\x0f\xa4\x4f\x96\x60\x2a\x55\x84\x58\xfe\xc0\xa4\xc0\x8d\x98\x30\x29\xf7\x0f\x73\x31\xd0\xcc\x06\xc1\x51\x22\x10\x09\x27\x79\xf0\x31\x19\x89\xcb\x15\x30\x07\x07\xc7\xa2\x0c\x6e\xf1\x49\x90\x1a\xce\x59\x87\x30\x24\x19\xdc\xe2\x83\x8f\x50\xe6\x62\x7d\xf0\x11\x8a\x8d\xdd\x23\x8d\x26\x8e\xac\x99\xe8\x5b\xf1\x1d\x42\x80\x0d\xc3\x79\x28\x12\xe4\xf9\xa4\x39\x05\x98\xf5\x8f\xc5\x1f\xf4\x9f\x6b\x13\x8a\x94\x93\x26\xad\x86\x70\xf0\x2a\xca\x28\x52\x4e\x5a\x49\x14\x5a\xaa\x46\xd0\x0c\x42\xc1\x49\xcb\x2e\xfb\x81\x35\x38\x41\x50\x17\x10\x0e\x07\x3f\xa4\x88\x33\xd5\x49\x40\x73\xfe\x70\x3d\x3d\x69\x37\x32\xfd\xed\xde\x7a\x88\x48\x12\x01\x36\x38\x89\x53\x0a\xe4\xe4\x93\x24\x1e\x48\x92\x90\x24\xd9\x23\x2e\x49\x3c\x6c\x2b\x84\x16\xc9\x9e\x70\x78\x32\x45\xbc\xa3\x8e\x9e\x4c\x3f\xfc\x2c\x4f\x7a\x58\xe6\x6c\x1f\x04\x1d\xb9\x7f\x98\x8b\xc8\xa5\xb0\x76\x89\xc0\xbf\x08\x20\x4e\x7a\xc4\xeb\x75\x08\x91\xce\x61\xd2\x7a\x12\x96\x3b\x48\x23\x4e\x92\xda\xa0\xe7\x84\x3b\xfc\xaf\xdb\x87\xf7\xe5\x8f\xdb\x6e\xc2\x96\xdc\x3f\xfc\x41\x03\xa1\xc9\x8c\xe5\x38\x50\xcd\x27\x4b\x6d\x50\x18\x6e\x51\x19\x77\x91\x83\x5b\x54\xf8\xe1\x02\x70\x32\x31\x82\xf1\x17\x39\xf8\x3c\x65\xf0\xa2\x4f\x0e\x4e\x0c\x4b\x3c\x63\x65\x57\x20\x4f\x42\xa0\xdc\x3f\x2a\x3f\x98\x7b\x28\x07\x0f\xa8\x8c\x80\xe4\xe0\xad\x14\x9b\x1f\x43\x2b\x08\x48\x4e\xce\x74\xce\x6f\xa1\x1b\x04\x24\x27\x97\x28\x78\x2f\x4d\x82\x49\x04\xd2\xf9\x10\xd7\xe4\xfe\x91\xf8\xc1\xb8\xb2\xa0\xf0\x5d\x8a\xf8\x7c\x1d\x7c\x97\x32\x38\xce\x27\x57\x6b\x66\x00\xaa\x05\xf1\x6d\xb5\x66\x06\x00\x1b\x02\xa0\x2d\x0e\x91\x4b\x22\x96\xbc\x27\xd7\x47\x48\x60\x2a\x40\xe4\x8d\x18\xfa\x10\xd2\xe4\xfe\x41\x0d\xe8\x7f\x40\x72\x3e\x19\x4b\x1e\x3c\xb7\x0e\xde\x4b\xe1\x37\x58\xb2\xb9\x47\xfe\xa0\x79\x00\x00\xfe\x86\x93\xd5\x2f\x15\x81\x88\x70\x88\x6b\x12\x7e\x58\xc3\x9d\xdc\x0f\x7f\x50\x1f\xd2\x3c\x1c\xb0\x0e\x0e\x4c\x19\x89\xcf\x21\xf8\x49\xc6\xc9\xe6\xe4\x59\xc5\x26\xa6\xa7\xc8\xae\xf1\xcc\x3a\x84\x2e\xc9\x88\x65\x0e\x9e\x4a\x19\xb1\xcc\xc9\x3b\x0a\x54\xec\x0f\x86\x06\x76\x8b\x88\x25\xf7\x0f\x4a\x42\x74\x81\xd0\xe4\xe0\xab\x14\xdd\x2e\xf0\x55\xca\x08\x50\x0e\xc1\x4c\x22\xc8\x09\x07\x5f\xa5\x88\x65\xf3\xc9\xc7\xfc\x54\x70\xcc\x4f\x8b\xce\x23\xcc\xb1\x7f\xbc\x64\xa2\xb2\x47\x6c\xe3\xe8\x0f\xc6\x95\x5d\x0e\x2f\xa6\xd8\x5d\xae\x1c\x45\x08\x50\x4e\x46\xd4\xdd\x5d\xad\x88\xba\x71\xfa\x39\x84\x3a\x89\xdd\x95\xcb\xb1\x84\x07\xd7\xc1\xa3\x29\xcb\x48\xea\xd1\x14\x7e\xdf\x07\x4c\x03\x27\x11\x91\x4f\xee\x1f\xe6\x62\x1a\x58\xea\xf8\x34\x45\xac\xa7\x0f\x3e\x4d\x19\xe1\xcb\x29\x3f\x6b\xa8\xbc\x43\x1a\x70\x8f\xb8\x33\x45\x62\xb4\x9f\x22\x2d\xb1\x51\x14\xbc\xeb\x03\x56\xb0\xa7\x84\xcb\x2b\xe1\x70\x75\x88\x90\x72\xff\xa0\x06\xc4\xe3\x6e\x97\x38\x2e\xc5\x1e\xff\xca\xce\xe1\xd5\x94\x41\x6f\x3e\x45\x02\x64\x91\x16\x42\x6c\x23\xe1\x39\x25\x39\xf1\x50\x29\x11\x53\xb2\x52\x1d\x22\xa6\x04\xc1\xc1\x4f\x41\x92\x0e\x16\xca\xc1\x97\x29\x62\xe2\x7d\xf0\x65\xca\x8a\x7b\x0a\xe4\x8b\xb9\xf7\x21\x96\x4a\x08\x88\x05\x4f\x29\x02\x44\x33\xf5\x05\xd2\xc4\xa9\xff\xe0\xe5\x94\x15\xf8\x14\x48\x13\x47\xfe\x53\x90\x96\x28\xf0\x29\x48\x4b\x02\x96\xcb\xa7\x48\xb3\xd5\xf7\xea\x1f\x54\x81\x71\x90\xd2\x9f\x52\xa7\x7f\xd0\xa3\xca\x54\x66\x8b\x82\xb2\x1d\x68\x28\x9b\x70\x4a\xa7\x20\xec\x2c\x8e\x33\xf2\xcc\x10\x9c\x56\xae\x7f\x60\x00\x9c\x22\x61\xc3\xe8\xe1\x6d\x75\x33\xf9\x83\xf9\x66\x7d\x94\x6e\x9b\x58\xb2\xa5\xdb\x8e\xc8\xec\x4b\xd9\x1c\x9c\xa5\x0b\xb0\x8d\x38\xa2\x20\xc5\xf4\x4e\x81\x97\xd5\xfd\x83\xd6\x0e\x2b\xa4\x28\x49\xbe\xf8\xce\xe4\xb1\x5f\x94\x69\x43\x20\x8b\x32\x13\x99\xfc\x23\xfb\x07\xf5\x4d\x26\xcf\x61\x46\x76\xa2\x10\xab\xc0\x06\x77\x87\x99\x7b\x5e\x77\x64\xa5\x6c\xc7\x83\xab\x9d\xc2\xad\x22\x65\x3b\x04\x9e\x99\x30\xa2\xe5\x44\xd2\xe9\x82\x71\xb9\x39\xb8\xca\x71\x34\xba\x1f\x3b\x1a\xae\xb3\xc3\x68\x70\x6a\x12\x55\x26\x83\x14\x73\x0a\x56\xea\x9e\x3d\xb8\x57\x65\x10\x98\x4f\x91\xe2\xe1\x44\x71\xb5\xca\xe5\x7b\xa7\xa5\x9c\x7a\xe5\xb5\x36\xd8\x8b\x82\xc8\xbf\x7c\x7f\xb0\xa7\xb0\x8e\xab\x44\xcb\xb6\x58\x91\xf8\x2b\x17\xab\x12\x2d\x07\x00\xf1\x66\x42\xc0\xa8\xe5\x54\x64\x8f\x98\xb1\x9f\x8a\x60\x1f\xfc\x99\x53\xa5\x41\x98\x22\x62\xc8\xc4\xce\x76\x5e\x51\x51\x61\x9b\x70\x2a\x22\x49\xbc\xae\x4f\x45\xc8\x2f\x60\xef\xc1\x1b\x2a\x88\xa2\x7b\x70\x87\xca\x58\x27\x1c\xdc\xa1\x22\x31\x80\x4e\x4d\xd6\x46\xa9\xc9\xaf\xb3\x7f\x30\x25\xf6\x01\x5a\x24\x52\xd0\xa9\x1e\xa5\xf6\x01\x4d\x16\xa6\x0a\xa7\xe6\x42\x1e\x6a\x46\xea\x19\x30\x2a\x39\x3a\x56\x81\xed\x7c\x6a\xfe\x9a\x44\x47\xf3\xe2\x0b\x9a\x24\x82\x7d\xcc\xfe\x38\xfc\x41\x9b\x4a\xe0\x9d\x66\x20\xf6\x24\xf2\xd5\x21\xe8\x4d\x2e\xf0\xa6\x04\xbd\x89\x18\xe3\x1f\x5c\xae\x32\x90\x54\x87\x08\x38\x19\x64\xe8\x43\x08\x9c\x88\x0f\xf7\xa9\x78\x92\x14\x47\x1b\xb1\xe5\xf8\x2b\x84\xf7\xc1\x07\x2b\x08\xd3\x7a\x2a\x5a\x04\x3c\xb0\x4f\xc5\xf0\xa8\xfe\x7c\xa7\x16\xf6\xcf\x8a\x05\x2c\x2a\xbc\x83\xff\x55\xae\x8e\x38\x54\x86\xd7\xf5\xc1\xe7\x2a\x57\x07\x16\x8b\x56\x3c\xad\x4f\x1d\xce\x84\x93\x8d\xdd\x38\xae\xd6\x87\x30\x3d\xf7\x0f\xc6\x03\xe5\x02\x0e\x00\x07\x6f\xac\x88\xaf\xf5\xc1\x1b\x2b\x57\xa7\x02\xea\x23\xba\xd7\x21\x0c\x4f\xc6\xda\xe3\x10\x87\x27\x12\xdd\xeb\x10\x70\x27\x83\x18\x74\xea\x65\x8c\xa3\x4c\x50\x85\x31\x0e\x68\x30\x0f\xee\x5b\x51\x26\x08\xf7\xad\x20\x64\xea\xa9\x8b\x76\x27\x4a\x45\xd1\x80\x87\xf5\xa9\x18\x37\x55\xa7\x77\x3f\xbc\x9b\xce\xde\x97\x6c\x36\xe6\xb1\xca\x2f\xab\x84\x9c\xec\x03\x46\xe8\xc3\x85\x82\x36\x22\x28\x58\xad\x58\xa1\x0f\x17\x0a\xd2\x4f\x62\x0f\x9d\xca\xd1\x5d\x5d\x1c\x08\x3f\x71\x9a\x3e\x15\xa2\x1e\x1c\x8e\xba\x73\x01\x87\x74\xea\x6b\x7e\x3a\x8a\xc6\x22\x28\x39\xad\x28\x26\x64\xc0\xf0\xe1\x8a\x38\x17\x1e\x62\x04\x65\x65\xa2\x0d\x02\x47\x4d\x7a\xf0\xcf\x0a\x01\x0d\xcc\x69\x28\x1a\x08\x30\x74\x88\x12\x14\xd1\x8d\x9e\x16\x18\x7a\x16\x4c\x83\xa8\xf1\x28\x3c\x2d\x3a\xc4\x6c\x5e\x2d\x32\xc4\xd5\x77\x87\x98\x8d\xac\x41\xe2\x78\x32\x9c\x86\xbc\x13\xc7\xe9\xd3\xf0\x7d\x14\x79\xf3\x34\xa9\x9a\x9d\xbc\x71\x60\xe2\x64\x7a\x1a\x07\xa6\x9c\x1f\x31\x84\x32\x01\x30\x4e\x93\x48\x95\x36\xeb\xbc\x25\x17\x48\xfc\xa0\xfb\x07\x23\x80\x6a\x02\x85\xed\x69\x97\x2e\x33\x88\x4d\xa7\x21\x39\x45\x61\x7b\x5a\xb1\x54\x3a\xcd\xfd\x71\x40\x25\x0d\x89\x6a\x50\xb0\xab\x5b\x17\xa8\xd1\xa7\x79\xda\x2a\x9b\x6d\x58\xb1\xe3\x6c\x7c\x08\x4c\x74\xff\xa0\x58\x49\xd6\xa1\x41\xec\x53\x59\x33\x0d\x6d\xe2\x70\x64\x10\xa9\xe2\x79\x7c\x5a\xa5\x79\x2c\xe9\xc6\x99\x8a\x93\xe3\x21\x7e\x51\x56\xc8\xdb\x24\x77\xb6\xbb\xd6\x6c\x9e\x85\xa2\x8c\x00\x51\xea\xe0\x2d\x16\x04\xa7\x3c\xb8\x8b\x45\x5c\x1e\x4f\x43\x2f\x38\x1c\xee\xee\x07\xb4\x42\x52\x1f\xbe\x37\xd2\x69\x11\x0a\x88\xa0\xc0\xaf\x61\x64\xa8\xe8\xb8\x81\x2f\x85\xa3\xed\xe9\x69\x1f\x6c\x82\x82\x18\x36\xa7\xe7\xdf\xd9\x47\x13\x6f\x76\x86\x9b\xa0\xc5\x4e\x24\xaa\xdd\xe9\x39\x9c\xa3\xc1\x79\xfe\x3e\x89\xe7\x68\x4d\xac\x34\xbf\xe7\x7c\xce\x9d\x96\xa8\x35\x0f\x09\x0f\xec\xbd\xe6\x3a\xa7\xe7\x72\xce\xf8\x3e\xe9\x5f\xc2\x1b\xbf\x6a\xff\xba\x1d\xf6\xdc\xce\x5b\x6c\x13\xac\x70\xcf\xe3\xec\xa5\xc1\x3a\x44\x48\xc2\x63\x8d\xc1\x6e\xcc\x03\x6c\xec\x4d\xb0\x1b\xeb\xec\xfa\x25\xe4\x2f\xe1\xf9\x8c\xde\x83\xdd\xd8\x67\xbf\x5f\x19\xf5\x4b\x78\x73\x32\xc1\x6e\x9c\x03\xec\xe5\x4d\xb0\x1b\xcf\x79\xd8\x23\xa2\xd2\xf5\x5e\x7e\xe7\x79\xf1\x58\xc0\x40\x87\x84\x57\xf7\x01\x2c\x73\x4e\x2f\xf1\x68\xc5\x15\x95\xb5\xdf\x84\xe7\xf7\x7d\x92\xfe\x49\x08\xd1\x04\x5a\x5a\xf2\xd9\xdf\xf8\x42\x0f\x37\xe1\xbd\xe7\x67\xd4\x64\xc7\x84\xf5\xe5\x68\xff\x24\xbc\x5f\x0e\x5a\x5a\xea\xd9\xe9\x2b\x74\xfc\x37\xc1\x69\x4d\xbf\x7f\x12\x74\xda\x50\x4e\x7e\x13\xb4\x71\xd2\x06\x87\x84\x77\x38\x69\xc9\x96\xb6\x83\x81\x49\xd4\xea\xe6\xf4\xd2\xcf\x2e\x5f\x0e\x5b\x3a\xce\x99\x5f\x8e\xfa\x25\xa0\xf0\x8d\x1a\xe4\x9c\x5e\xf6\x39\xff\x94\x61\x4b\xcf\x39\xaf\x13\x95\xc6\x97\x00\xa2\x69\x8c\x8a\xcb\x7b\x79\x0e\x76\x2a\x51\x83\x1d\x12\xde\x9f\x9d\xcb\xb6\xf4\x3d\xfb\xb1\x8c\x9c\xbe\x84\x47\xcb\x78\x25\xe5\x37\x01\x73\x87\x9b\x40\x4b\xeb\xef\xbc\x97\xdf\xba\x09\xb4\xb4\x86\xb3\xb5\x07\xc7\x6c\xe7\xf4\x9a\x0e\xb6\x5a\x37\xa1\xff\x93\x30\xbf\x76\xd0\xd2\x9a\xcf\x39\xb6\x94\x7d\x9f\x84\xc7\x15\xc4\x1e\xdf\x6b\x39\xfb\x38\x2f\xdc\x5b\x6e\x02\x90\xcc\x51\xa3\x9e\xd3\xeb\x9d\x17\x1b\xc6\x51\xd0\x6b\x3f\xcf\xb4\xe9\xc5\x96\x8e\xa3\xcd\x61\x24\x28\x1e\x09\x20\xa1\x46\x8d\x75\x4e\x6f\xbf\x73\xc2\xd7\x0e\x5a\xda\xc2\x01\xd3\xf2\x26\xd0\xd2\x36\xce\xa9\x56\x7b\xcf\x86\x17\xdf\xa8\xd0\x71\x2c\x7c\x87\x50\xa1\x30\x30\x2f\xb1\x8b\x82\x10\x50\xef\x10\x01\x03\xd7\x9f\xd7\xe8\x45\x95\xd5\xf2\x0e\x31\x70\x31\x55\x7d\x07\x0a\x8d\x8c\x4c\xf8\xc5\xbd\x2a\x74\xa2\xaf\xbe\x46\x36\xfa\xef\x0f\x30\x7a\xc1\x84\x78\x07\x6a\xbd\x9e\xbe\x7a\x96\x80\xac\xd6\x23\x02\x6a\xf3\x1f\xe0\x29\xb9\xe9\xbd\x78\x68\x85\x3a\x2e\x21\xbd\xb8\x68\x85\x86\x12\xf5\x1d\xc2\xd9\x20\xe7\x78\x71\xd2\x0a\x8d\x10\xa9\xef\x08\x82\xf3\x0c\x8a\x0e\xf4\x07\x3b\xa8\x77\x80\xbc\x51\x31\xd1\x78\x07\x22\xd6\x8a\x15\xdb\x3b\x84\x8b\x2b\x0e\xd5\xbd\xd0\x86\x8a\x33\xfa\x6b\x14\xa6\x86\x10\xf9\xc5\xd1\x2b\x74\xd4\x9a\xef\x40\xa0\xd4\xdb\x57\xf4\x12\xbd\xd8\x4a\xe9\x4f\x75\xac\xc3\x11\xe1\xd0\xa2\x1f\xa1\xee\xfc\x41\x7f\x10\xe1\xbc\x46\x75\xea\xdc\xf2\x5f\xc2\x3a\x85\x82\x03\xd0\x3b\x90\xf2\x56\x64\x7d\xef\x88\x40\x6b\x21\x04\x7c\xc7\x3f\x10\x3d\x99\x1f\xa0\x45\xc2\x52\xbc\x23\x82\xae\x85\xb4\xe2\x1d\x48\x80\x1b\xd7\xbd\x97\xc8\x50\xa1\x60\xb6\xfe\x0e\x22\x6c\x14\x18\xbd\x17\x6f\xb5\x50\x31\xcb\x7a\x87\x58\x77\x68\x40\xde\xcf\x5f\xad\x39\x06\xa0\xdd\xe5\xf4\xb5\x40\x9c\xdf\x68\x36\xd0\x8d\xbf\x16\x80\x3c\x52\x5a\xfc\x9b\xc9\xf4\x3b\x92\xf0\x91\x2e\x2c\xae\xf6\xb5\xda\xa2\x7b\xb5\x0f\x15\x8e\xe9\x1d\x62\x0a\xe5\xef\x1f\x01\x9e\x3a\xfd\x03\xbb\xb2\x81\x1a\xfa\x0e\x90\x1d\x3a\x3e\x37\x2f\xbe\x71\xa1\xc3\x4e\xbf\x03\xfe\xa6\x03\x18\xfb\x0e\xae\x33\x3a\x9e\xbf\x23\x89\x05\xe7\x2a\x4b\x02\xcc\x35\xff\x39\xa2\x94\x31\xc7\xdc\x68\xda\x37\xad\x1f\x52\x4a\xa2\x05\xf9\x9b\x3c\x5a\x70\xef\x34\xa1\x23\x96\x7a\x07\x8a\xe3\x0c\xf7\xf8\x12\x71\x2b\x94\xe4\x32\x05\x2e\xa2\x45\x57\x99\xe8\x60\x59\xaa\xc9\x62\x17\xda\x6d\x82\x8e\x34\x3c\xf0\xdf\x91\xc5\xe9\xf9\xf9\x0f\xfd\x29\xd2\x13\x77\xa1\x0c\x8b\xfb\x8e\x7b\x17\x0a\xe5\xa3\xe8\x2c\x92\xa6\x13\x4e\xe8\x91\x4a\x78\xe8\x97\x80\x5e\xa1\xb2\xa3\xbe\x46\xf4\x6a\x58\xee\xbe\x84\xf4\x0a\x2d\x39\x25\xc0\x7b\xf6\xe2\xe8\x20\xd7\x94\xc7\x7e\x07\x08\xbf\x0d\x78\xe6\x17\x7f\xc3\x90\x8b\x0d\x05\xe3\x37\x17\x47\x07\xbd\x41\x0b\x8e\x35\x82\x95\x86\xe1\xe0\x8b\x2f\x62\x68\xdf\x2a\x2b\xf6\xc7\xd1\x41\xff\xd7\x7f\x36\xb4\x2c\x97\xb6\x95\xee\xff\x41\xc4\x80\x3c\xf5\x6f\xe6\xe0\x10\x35\x8e\x7f\x89\x38\x16\x0a\xbe\x72\xaf\x21\xc7\x4a\x76\x65\x12\x35\xa1\x36\xe7\x07\xe6\xd1\x80\x42\x2f\x2e\x90\x41\x36\xec\xc5\x07\xf2\x32\x51\x34\xb4\x0a\x00\xee\x7a\x43\x8a\x53\x88\x8e\xfc\x0e\x74\xf5\x99\xbb\xe6\x3b\xaa\xc8\xa3\x5f\x36\x88\xab\xb9\x25\x20\xe0\x69\xdf\xfe\x40\x10\xa6\x5c\xdd\x16\xab\x9b\x9f\x6b\x07\x6c\x5e\xe3\xd3\xbc\xa3\xba\xde\x86\xa5\xbd\xc2\x59\xf1\x43\xc0\xc5\xe8\xde\x85\x45\x8d\xf0\x73\xef\x40\xcc\x53\xbf\x31\xc0\xa4\xa6\xc0\x25\xbe\xf8\x6b\x86\x56\x1d\xaa\xe6\x66\x51\x21\x26\x34\x9f\xb5\xbb\x43\xb5\x26\x64\x3a\x2d\x68\xc2\x7b\x7f\xf5\x0c\xe7\xd4\x7f\xd8\x2c\x7e\xdf\x0f\xe8\x27\x3a\x59\x4d\x20\x3a\xc7\xa0\x39\x3f\x3f\xff\x79\x3c\x00\x6c\xa8\x9b\x85\xbb\xe7\x07\xcf\x6d\x69\x88\x9d\xf3\x70\x78\xb9\x28\x97\xe4\x86\xd9\x93\x80\xbb\x4c\x63\xff\xd0\x4a\x29\x1a\x68\xd7\xf6\x73\x8b\x43\xa2\xd5\x8b\x54\xff\x21\x02\x65\x4b\xf3\x70\x0a\x74\xbb\x8b\xcd\xe3\x86\x82\xe0\xcb\xab\xfe\x4b\x14\xb8\x50\x86\x63\xd0\x5d\x6f\x12\x13\x01\x1c\x3b\xf1\x92\xde\x81\xe8\xab\x60\x08\xfe\xe2\xae\x1a\x4a\xb1\x34\xf0\xbd\x4a\xf1\x9c\x18\x6c\xe6\xcd\xc3\x16\x45\x71\xcd\xee\x07\x83\xfd\xad\xb8\xfc\xd1\x14\xd7\xf6\x57\xb3\xec\x77\x0c\x3b\xeb\xb9\x31\xc4\x51\xcc\x74\x16\x7d\x58\x83\x15\x79\x89\x4d\x17\x7a\x94\x54\x09\xad\xd3\x9a\x9b\xfb\x10\x0a\xab\xf9\x63\xb1\x91\x65\x4b\x63\x31\x16\xb7\x1e\xa0\x30\x73\x71\x5f\x45\x88\x90\xdb\xf7\xcf\x2b\x92\x2b\xff\x08\xce\x87\xb0\xea\x1d\x60\xe0\xfe\xb3\x4c\xa7\x93\xe7\x70\x7f\x70\xd1\x6e\xa5\xc8\xfa\x4a\x75\x80\xc4\xc1\x0d\x1e\xd8\x68\x01\x5a\xf4\x44\x99\x9e\xc4\x4e\x84\x38\xec\xdf\xc9\x05\x46\x4c\x06\x90\xe3\x1d\x68\xf5\xfe\xa1\xf5\xc9\xe4\x11\x5a\xf8\xc5\x39\xf7\x56\x6a\x69\xe2\xb4\x7e\xcd\x79\x1c\x6e\x4b\x83\xb8\xb2\xeb\x1c\xc5\xb9\x40\xf0\xef\x58\x41\x40\x2c\x8a\xc6\x90\xa5\x17\x7b\x8a\x36\xb0\x57\x17\xe3\x12\xef\xca\x5d\x60\xb9\x59\x34\xbf\xa9\x1e\x27\x54\x0a\x28\x68\xc7\xa4\xf0\xc5\x29\x38\x86\x21\x0f\x05\x2c\x68\xc9\x4e\x09\xa2\x12\x3d\x3c\xde\x81\xc9\x4b\x26\x26\xf1\x3b\x90\x95\x94\xf0\xd5\x73\x04\x52\xf7\x1b\x16\xe3\xc7\x50\x61\x3c\xf6\xcf\x1e\xb9\x85\xd7\x95\xb3\xd8\x42\xac\xba\x13\xa2\x40\x69\xcd\xd5\xbc\xe5\x94\xdc\xa5\xd1\xa0\xf4\xee\x6c\x0b\xa2\xde\xdd\xae\xb6\xc4\xf5\x15\xc0\x66\x51\x5c\x89\x40\x0c\x1b\x36\xfd\xc5\x9b\x39\xd4\x9f\x34\xb8\xe5\x2c\xbe\xe6\x2c\x51\x8f\xe9\x8f\xf0\xc3\xad\x98\x8d\xf9\xe9\x9e\x3a\x18\xeb\xb4\x9f\xdb\xe2\xf6\x70\x72\xbb\xc2\x5a\xa7\x7f\x6b\xe7\x04\x77\x28\x8a\xc6\xca\xad\x14\x07\x84\x20\x2f\xbd\x48\x18\xe2\xf3\x67\x7b\x7a\x04\x85\xf7\x08\x3a\x1f\xc8\xb3\xd9\x9a\x18\x71\xf4\xf4\xc8\x29\x79\x22\x1e\xe6\xa7\xb8\x0e\x8e\x9b\xdf\xcf\x16\xac\xff\x71\x9c\x00\x18\xd9\x3f\xbe\xeb\x48\x3f\xb2\x22\x47\xfa\x71\xdc\x84\x99\x0f\x4e\xd6\x23\xe4\xb7\x07\xa7\x40\xf3\x43\x6a\x44\x39\x5b\x7f\x1e\xd0\x4f\x12\xbd\x9a\x16\x08\xb1\xdc\xdc\x46\x9e\x0f\x8a\xd7\x6f\xdc\x0f\x24\xda\x47\xce\xcf\xbd\xeb\x11\x30\x52\xd2\x14\x49\x2f\x39\xa7\x0f\xfb\xc1\xb7\x0f\x3d\x1e\x4e\x5f\xa5\xc2\x43\x3b\x54\xa0\x58\xe6\x8f\x7e\x1e\x39\x59\xa7\xf1\xf9\x90\x8e\xf9\xe7\x95\x33\x77\xf5\xbe\x32\x0f\x2e\x24\x24\x63\xbd\x79\x00\x00\x12\xdb\xbb\x07\x00\xc6\xbc\x65\x48\x18\xaf\x9c\xb9\xbb\xd8\xfb\x71\xb2\xf4\xf4\x15\x54\xd7\x15\x22\x78\x66\x68\xe5\x7f\xd9\x30\x63\xfd\xdf\xf6\x4b\x70\xda\x5b\x74\xaf\x40\x69\x56\xb1\x7e\x79\x07\xe6\xc1\xb5\x78\x38\xbc\x82\x41\x4a\x5b\xaf\x5c\xae\x9c\xd6\xeb\x41\xec\xfe\x82\x35\xbe\x5a\x95\x17\xa7\xf7\xa0\xb6\xec\x9d\xbf\x2f\x48\x40\xe7\x07\x6b\xd1\xf3\x6d\x72\xab\x6a\xf8\x1b\xbe\xc6\xac\x2c\xc0\x7b\xbc\xf3\xf7\xdd\x42\x32\x3f\x60\x2c\x90\xd0\xbf\xf3\xf7\xad\x45\x7f\x38\x77\x74\x7c\xfe\x64\x94\xa2\xdf\x4c\xa1\x39\x2d\x7a\xc9\xdc\xf3\x23\x7a\xdc\xc2\x4f\x4d\x78\xf3\xee\x89\xf4\x2a\x4a\x23\x04\xc6\xab\x85\x79\xc4\x56\xe2\x7d\x59\x64\x01\x3d\xca\x4b\xa0\x83\x10\x65\x2c\x5e\xd6\x55\xe8\xb5\xfe\x5f\x8f\xa7\xff\x6f\xfe\xbf\xff\xcf\xf3\xaf\x3f\x3f\xec\x9d\xff\xfc\x34\xcf\xbd\xbf\xef\x31\x70\x1f\xe5\x3f\xff\xbe\xb5\xfc\x7e\x77\x8f\xbf\x0f\xc5\x04\xdd\x4c\xcb\xb4\x6d\x3c\xcb\x7e\xd3\x96\x05\x2d\x4d\x86\x49\xb1\xa8\x65\x33\xfb\x8f\xb4\x6c\x9a\xf7\xe1\x4e\x0d\xcb\x1a\x96\x86\x94\xa4\x58\x3e\xdb\xa4\x48\x7d\x3f\x6c\x6c\xff\xfc\x7e\x47\xa9\xc0\xa0\xb4\x4b\xf5\x7f\x7e\x3f\x25\x05\x58\x08\xfc\x30\x60\xbd\x8f\x57\x84\x83\xf2\xaf\x3f\xbf\x10\xa9\x21\x28\xe3\x62\x7d\xff\xc2\xbd\xc9\xdc\x47\x32\xad\x92\x46\x1d\x18\x90\x46\x0d\xc5\x7f\xe1\x72\xee\xf7\xb1\x4c\xe3\xdb\xcb\x8c\xdf\x87\x75\xdc\x3b\xc6\x0f\x30\xfd\xfb\xb0\xbc\xbb\xfb\xfd\xb0\x13\xbd\x0f\xeb\xbd\x67\xcc\x0f\x53\xd0\xfb\x38\xa6\xdd\xbe\x45\xfb\x11\xd9\x83\x02\x5a\xa2\x5f\x1a\xb4\x2f\x29\xd2\x40\xe1\xf5\x4b\xf7\x58\xbe\x0f\x64\x05\xa8\x40\x7e\x69\x99\x6f\x7f\x69\xf7\x5b\x4c\x29\xfe\xfc\xb2\xed\x43\x6c\x1b\x30\xda\xfd\x13\x82\x21\xde\x90\xfd\xc6\xdf\x5d\xf7\xf7\xa1\x49\x06\x29\xc3\x14\xc5\x97\x37\x25\x98\xc7\x40\xab\x95\x94\x6e\x0a\x41\xf6\x28\xe7\xde\xa1\xef\x83\x90\x74\xf1\xa6\xb0\xac\xe2\x8f\x1b\x70\xa4\x9c\x7b\xe5\xbd\x8f\x4a\xf8\xb8\x9b\x92\x2c\x99\x8b\x63\xa2\x9c\x7b\x7f\xba\x0f\x84\xdb\xc3\x36\x5e\x56\xf8\x3e\xbe\x34\xca\xba\xfc\xe8\x9f\x88\x25\x78\x08\xe3\x9e\x82\x91\x81\xbf\x0f\xe3\xa1\xde\xc3\x23\x12\xa4\xe0\x3e\x1e\xd3\x6e\xad\xd8\xf4\xde\x87\xdf\xde\x1b\x5d\xc4\x0c\xf7\x3e\x4c\xcb\xa4\x0d\xd3\x86\x11\xba\xfe\xf5\x27\x46\x47\x0b\xd4\xfb\x20\xbe\x60\xc4\x3e\xf4\x3e\xba\x69\xed\xa6\xdd\x61\xb8\x0f\x6b\xbd\xbc\x40\x04\xa6\xfe\x3e\xb6\x69\xe4\x4b\xf4\x0c\x5b\xcd\x10\x10\xa8\xc7\x98\xb6\x69\xc7\x34\xf2\x55\xf3\x71\xad\xb9\x87\x6f\x8c\xac\xab\x18\xb9\xce\x04\x24\x36\x31\xde\x4b\xcb\x7d\x18\x33\xb6\x53\x6b\xb7\xc5\xdd\x16\x77\x5a\xdc\xfd\xb6\x7f\xdf\xde\x1a\x52\x64\xd6\x13\x42\x85\x7b\x02\xc6\xec\x28\x89\xdb\x6a\xcc\xa0\x58\x58\x41\xb1\x7c\xfd\xbf\x47\x53\xc4\xe8\xe0\x4f\x2c\xd9\x5a\xc7\x2d\x0d\x3d\xf1\x7d\xb8\x3e\xe8\x7f\x61\x2f\x88\x85\xbd\x20\x72\x5f\x8f\x60\x69\xde\x87\x51\x68\x5b\x24\xcd\xf2\x8c\xd4\x0a\x32\x55\x44\x75\x7c\x1f\xc1\xb4\x4a\x9a\xdf\x6e\xeb\xb8\x3b\x50\x2c\x97\x0b\xf9\x13\xd1\x1c\x87\x48\x54\xc2\x58\x7f\xac\xba\xca\x66\x2d\x4c\x5b\xac\xbf\xc7\xb4\xd7\xb4\xfb\x6d\xb5\xbf\xd5\xc8\x9c\x44\x19\x8c\xb5\x26\xd3\x8a\x69\x7c\x5b\x9b\x69\xd3\xb4\x41\xda\x36\xcd\xe8\xb2\x97\x2f\x8d\xad\xd1\x3e\x74\x0b\x21\xa0\xfe\x8b\x04\x73\xba\x0f\x2f\xc8\xff\xfa\x13\xdf\x44\x0d\x2f\xd2\x92\x81\xb5\x64\x7c\x5d\xb3\xaf\x37\x67\x82\x3d\xc4\x77\x52\x2b\x6e\x44\xa1\x63\xf8\x17\xdf\x09\x0d\xe0\x36\x14\x3a\xda\xaf\xf8\xae\x6e\x9a\xc2\x13\xe8\xe7\x5d\xe6\x13\xa0\x83\x70\x74\x11\xaf\xa0\xfb\xf8\x2e\x55\x8d\x34\x56\xed\xcb\xe8\x09\x74\x97\x7e\xf7\x90\xbc\x0f\x03\x1f\xdf\x1b\x5f\xfa\xdd\xa5\xfe\x27\xe1\x57\xc3\x5a\x49\xbf\x90\x4d\x91\xb3\x21\xa5\x9a\x62\x80\xe5\x94\x6e\xda\x3d\xe1\xee\xe3\xf5\x9c\x2a\x37\x2d\x5b\x3e\x56\x82\x91\x70\x71\x09\xa7\x8c\xfb\x78\x44\x48\xa9\x37\x6d\x9a\xef\xfd\xd2\x6e\x1d\xee\xdf\x29\x20\x06\xb8\xeb\x29\x05\xe8\x24\x05\x6e\x7a\x42\xe0\x25\xc2\x55\xfc\x49\x1f\x2d\x32\x4a\x29\x16\xbe\x8c\xdf\xdc\x5c\x6a\x4f\xd8\xdc\xde\x87\x69\x77\x07\x4e\x18\x3e\xde\x87\x51\x80\x2f\x0d\x24\xd0\xd4\xff\xa4\x04\x93\x1c\x99\xc5\x94\x2e\xc3\xfb\x27\x61\xf1\x17\x22\x9c\x6a\x02\x98\xfc\x3e\xdc\x11\xef\xce\x93\xea\x65\xda\xef\x03\xe8\x5a\xa4\x18\x69\x2f\x7a\xbb\x39\xe9\x44\xb3\xcb\xfb\x32\x9c\x7f\x32\x5e\xea\xa1\x8f\xfc\x0f\x90\xb1\x47\xf6\xff\xe9\x14\xcf\x0f\xdd\xcc\x68\x2e\x42\x86\x79\xca\x0f\x5b\x53\x7e\x14\xde\xa2\xda\xcf\x38\xd0\xde\x47\x35\x8d\x7c\x6c\xe7\x19\xff\xd8\x20\xfc\x42\x26\x06\xd9\x7d\xb0\x18\xd8\xea\xf2\x93\xcc\x97\xbe\x7c\xf5\xa6\xdd\x93\xf2\x3e\x92\x69\x83\xb4\x63\xda\x6b\xe8\xb8\x74\xd3\x8a\xdf\x16\xbf\xbd\xdb\x5f\x7e\x8a\xf9\xca\x97\x8f\x6f\xab\xed\x83\xe4\x3a\x92\x95\xfc\xd4\xc7\xb4\xd7\x34\xda\x02\x79\xe5\x47\xf9\x07\xde\xf8\x99\x70\x62\xf7\x71\xcc\x47\xdf\xfa\x22\xad\x1b\xc6\xae\x53\xde\xb0\x6f\x5c\xee\xf5\x54\xcf\x38\xb0\xde\x87\x62\xf3\x4e\xfb\x58\x74\x19\xbf\xd5\xa0\xd7\x78\x7e\xa6\xf9\xa6\xe3\x37\xf8\x76\x5a\xc7\x54\xa0\x35\xa8\xf7\xee\x73\xf7\xc1\xcd\x0c\x9d\x68\xc6\x59\xf5\x3e\xc2\x7f\x99\xd5\xfc\x6c\xdb\xcc\x35\x2b\xc3\x8c\x66\xc2\x93\xdd\xc7\x30\xec\x1d\x6d\x7e\x2c\xcf\xb0\x7b\xdc\xd1\x33\x4e\xab\xf7\xa1\x0c\xe8\x1e\xb2\xf9\xe5\xf8\xce\xaf\x73\x8e\xa2\x3d\xbf\x3f\xc6\xf9\x0d\xd6\x7b\x89\x38\xe3\xed\x79\x1f\x32\xce\xac\x8d\x37\x53\x9e\x11\xc2\xf4\xfe\xcc\xaf\x73\xf9\x16\xbf\xcd\x77\x5c\x08\x15\x76\x1f\xf6\xed\x6e\x81\xf9\x2d\x7e\x8b\xbc\x70\x00\x1d\x9c\x09\x17\x76\x1f\xdb\x70\x7c\x89\xb4\xaf\xbc\xd7\x7c\xa4\x55\x96\xfb\xdb\x0c\xd5\x57\x68\x73\xeb\xa6\x0d\xf3\x99\xb6\x4c\x3b\xa4\xdd\x43\x3f\xbf\xed\x31\xed\x55\xcc\x4d\x79\xdd\xf6\x19\x2d\x0e\x37\xc8\xfc\xf6\x69\x9a\xe3\xd2\xf8\x76\xfa\xed\xf4\x5b\xe6\x08\xb5\xdd\x7d\x54\x25\x88\xf4\x63\xb3\xc6\xf1\xb0\x0c\xba\xd8\x65\x76\xce\xfb\x98\xa6\x31\x2e\xdb\x31\xdd\xb6\xcf\xb1\xdf\xf6\x8d\xad\x61\x80\xf6\x9a\x51\xfd\xdc\x87\xe5\x0d\xea\x38\xf6\xf7\xd8\xdf\x44\x3f\xdc\x06\x8c\x66\xa6\x97\x5a\x7e\x1f\xdb\xfc\xd8\xe6\x3b\xf6\x85\x9d\xf8\x3e\x58\xa7\x88\x6c\xca\x2f\x24\xd3\x44\x99\xbe\xb7\xa4\x02\xbf\x76\x1f\xd3\x7c\x99\xb4\xc7\x34\x43\x1d\xde\x3b\x7f\x81\x67\xbb\x8f\xef\x16\xfe\x23\xad\x9a\xd6\x4d\x8b\xa4\x4d\xd3\x8c\x30\x78\x99\xcc\x22\x03\x57\x64\xe0\xf4\xf0\x29\xb8\x2c\xde\x87\x7d\x2b\xb4\x19\xa6\xae\xe0\x20\x18\xf4\xcd\x29\x84\x2e\xbb\x0f\xbf\xcd\xb4\x65\x58\x07\x62\xaf\x01\x8b\x50\x3c\x20\x0a\x07\xc4\x4d\xa3\x1f\xf7\x26\x72\x1f\xb6\x25\x53\x1e\x2c\x47\xf1\xfa\xa1\x07\x4b\xf9\x6d\xc7\xc0\x79\x43\x82\x5f\x7e\xa7\x90\x76\x6c\xcb\xdd\x73\x8a\xcc\x72\x09\xee\xa7\x38\x6f\x94\x00\xfb\x57\x02\xec\xcf\x00\x84\xb1\x04\xc7\xd9\xe0\x5f\x03\x70\xc5\x12\x42\x33\x0d\xb0\x65\xd0\x5a\x0b\xee\x6c\xf7\xb1\x4d\xe3\xdb\xc8\x18\x10\x2c\xec\xa6\xdd\x39\xc2\xa5\xed\x3e\x18\x2b\x4c\x0f\x4b\xc8\xb6\x25\xdb\x96\xbb\xfe\x4a\xc8\xd6\xfb\x8d\x73\xe7\xdb\xcb\x83\xdd\x07\xfb\x10\x36\xfa\x05\x6e\xf8\x3e\x9a\xe5\xf5\x9b\x56\x6d\x5f\x55\x1b\xf4\xa3\x6f\x8d\x31\x08\x9f\x08\x39\xd0\xe6\x69\x7f\xa7\x88\xe1\x89\xf2\x96\x6d\x41\xb6\x36\x70\x74\x2e\xf8\x7f\xdd\x87\xe2\xa5\x48\xda\xb6\x2d\x5b\xa1\x4a\xa2\xbf\x87\x39\x0a\xca\x56\x50\x3d\x94\xf0\x5a\xde\xab\x60\x88\x75\x10\x5e\xfb\xf6\x21\x95\x67\xd3\x1c\x97\x57\xc1\xef\x3d\xb2\x0b\x7e\x5a\xf7\x61\x9b\xef\x59\x56\xa2\x63\x8a\xef\x54\xd0\xce\xb4\x44\xd7\x2e\x1c\x78\x18\xe0\xc1\x95\x08\xc3\x5b\x08\x18\xf5\x09\x7d\x4a\x84\xa1\x28\xf8\x57\xdd\x7c\x7c\x9b\xfc\x16\x96\x4d\xbb\xd0\x12\x33\x73\x19\xb3\x7d\xbb\x7b\x49\x89\x05\x3a\x8a\xee\x6b\x80\x87\x96\x58\xad\xa3\x5a\xc7\xdd\x5f\x0a\x5c\xf7\x7d\x28\x9d\xbf\xfb\x46\x89\xc3\x7a\x3d\x8f\xca\x08\x7f\x3d\xee\x4b\x1c\x16\x23\x9e\x37\x18\xa0\x25\x8e\x97\x34\xa3\xcf\x62\xfa\x56\x22\x9c\x78\x89\x46\x9e\x45\x36\x5c\xe2\xb4\x59\xd3\x2e\x0d\xba\x2e\xf9\xe8\x9e\x34\x70\x0a\x2f\x51\xb2\x88\x92\x05\xee\xa4\xc5\x7b\x6a\x89\x1e\x4d\x70\x53\x85\x4b\xeb\x7d\x7c\xfa\x44\xea\x7d\x98\x56\xc2\x15\x05\x21\x0d\x0b\xf1\x8a\xee\xc3\x20\xa1\x6c\x35\xc4\x0f\xba\x0f\xa5\x58\x97\x73\x2a\xf1\x75\x28\xdf\x4f\xe5\x70\xdb\x92\x24\xc7\x24\xe9\x81\x0e\x57\xf0\xc7\xf9\x53\x92\x11\x5e\x51\xd2\x16\x3c\x71\xee\xa3\x99\x76\xc7\x25\x45\xbf\x35\x6a\x2b\xea\x95\x92\x12\x6d\x4e\xc9\xfe\x0e\xca\x4b\x96\x27\x99\xc1\x15\x96\x24\x99\x11\x1a\xe8\xa6\x91\xcf\x2d\x2e\xa9\xc3\xc3\x69\xb2\x24\x38\xca\x92\xd4\xaa\xe1\x2f\x59\x88\xeb\xf3\xa7\x10\xc6\x27\x64\xbc\x03\x0b\x71\x7c\xee\x83\x7e\x00\xf7\x59\x92\x5b\x61\x42\xc9\x93\x11\x75\x95\xc4\xf1\x57\x08\xef\x73\xf3\xdd\x31\x4d\xce\xaf\xd1\x75\x32\x6e\x73\x25\x4d\xfb\x2b\x3b\x82\x66\xae\x24\xb7\x3d\xfd\x5f\x06\x12\xa9\x92\xb6\xe5\xed\x4f\x95\x45\xbd\x87\xa5\x8d\x0f\xca\x4d\xbb\xeb\x00\x67\x93\xfb\xb0\x2d\xf7\x68\x2a\xe9\x19\xa6\x1d\xd3\x28\xef\xb1\x2d\x48\x05\x33\x12\xff\x82\xe7\xc8\x7d\x40\x66\xa8\x04\x4a\xfe\x31\x7e\xb8\x85\xdc\x7c\xa6\x75\xd3\xa6\x69\x83\x34\xd6\x5f\x96\x45\xc1\x75\xab\xe4\x40\x1d\x39\xaa\x6d\xe2\x18\xca\x6e\x8f\x59\x16\x14\x51\x78\xc9\x69\x99\xb6\x4d\xbb\xfd\xc8\xcd\xb4\xa6\x0c\x34\xf3\xed\x34\x6d\x9a\xaf\x90\xb6\x4c\x43\x50\x3f\x00\xc0\x2a\x19\x36\xad\x64\xd9\x34\x3c\x91\x0a\xce\x0b\xf7\xe1\x98\x5e\xce\xbd\x64\x6e\xa0\x25\x6f\xfb\xcb\xbc\x65\xc7\x39\x6f\xdb\xc7\xb6\x92\x1f\xd6\x5a\x7e\x14\x29\xb3\x0e\x8a\x5b\x57\x41\xee\x92\xb1\x0f\x28\xa5\x91\x8f\x20\x1a\x61\x00\x70\x54\x4a\x67\x3e\x08\xa0\x11\x06\x2c\x68\xc1\x04\xfc\x3e\xfc\x96\x2d\xa4\xf4\x61\x9a\x63\xea\xb7\x83\xb1\xc7\xb2\xfb\x7e\x4b\x3e\x8f\xd8\x32\xcc\xc7\xfc\x12\x25\xe3\x3e\x1c\x2b\xf6\x8d\x32\x1e\xd3\x6c\x0b\x6c\x86\xb7\xfa\xa2\xe1\xf7\x40\xe5\x58\x8a\x7b\x49\xf9\xc6\xd4\x3a\x1e\xf3\x49\xe7\x78\x5a\x94\xf2\xda\x37\x44\xb3\x19\x3d\x7e\xa9\xce\x79\x85\x7e\x07\xea\x86\x42\xa4\x87\xfb\x18\x06\x9a\xb8\x63\x8a\xd5\xf1\x7d\x70\xe4\xc0\xbe\x16\xcc\x84\xef\xe3\x35\xed\xce\x11\x26\xbf\xf7\x51\x4c\x1b\xa4\x0d\xd3\x26\x69\x99\x6f\xab\xf5\x72\x5b\x1f\x00\x9e\x94\x3a\xcc\x37\xcc\xc7\x11\x51\x5d\x07\xd5\x39\xc7\x8a\xa4\x54\xe7\x97\xd8\x03\x61\xc0\x6e\x96\x7a\xd8\xc3\x2a\x9a\x85\x4c\x50\xc2\x52\x1f\xe6\xa8\x22\xd1\x1f\x20\x6e\x94\xfa\x5a\x87\x47\x18\xba\xb0\x42\x70\x80\xfb\xb0\x6f\xb0\x32\x4d\x9a\x69\xd2\x0c\xf7\xf0\xd2\x60\xeb\x4b\xfb\xd9\x3e\xe8\xbc\x21\x97\x2b\xc4\x05\xb8\xf9\xee\x18\x34\x8f\x35\x4d\x4b\x07\xec\x6b\x69\x8e\x55\x93\x2d\xc0\xc4\xbf\x00\xc6\x7f\x1f\xac\x71\x74\xc9\xa5\xc9\x16\x60\x62\x19\x44\xaa\x2c\xad\x99\x06\x5b\x30\x40\x50\x28\x4d\xb6\x00\x3b\xc6\x90\x01\x85\x2f\x6d\x9b\x6f\x1b\x7c\xb9\x51\xc7\xb1\x6f\xa8\x79\x06\x96\x87\xa5\xc1\xd2\x96\x66\xd0\x65\x22\xb3\x94\x26\x7d\x34\xe8\x63\x60\x2f\x58\x9a\x63\xd5\xbe\xb1\x62\x8d\x77\xc7\x05\xe8\xf6\x9b\xaf\x93\x56\x4c\x63\xff\x23\x0e\x5a\xe9\xee\x2f\xdd\xfd\x85\x50\x65\x05\xac\xf5\x3f\x05\x68\xf5\x90\xb1\x66\x2f\x1d\xe9\x5b\xe9\x18\xa7\x64\x82\xc1\x96\xee\xd1\xde\x91\x66\x65\x4c\xcf\x4b\xcf\xdb\xb4\x63\x30\x93\x3b\x56\xbd\xd0\x5f\x20\xcd\x43\xc6\x32\xab\xf4\x4a\x7f\x7b\xd5\x86\x84\xf5\xdc\x91\x20\x94\x8e\x92\x7c\x60\x62\x57\x7a\xb7\xbc\x6e\x79\xf9\xf7\xf7\xe3\xbe\x4b\x8e\xa0\x88\x87\x8c\x01\x50\x01\x16\xfc\x3e\x34\xda\x82\x2c\xba\xdc\x59\x5f\x56\xc7\xd1\xd4\x97\x5d\x52\x31\x49\x24\xad\xd2\x3d\xc6\xbb\xc7\x38\x66\x28\xa5\xcb\x9d\xf5\x63\xb3\x38\xc2\xfa\xb1\x5e\x8f\xf6\x61\x79\x0f\x5b\x66\xff\xe2\x60\xb3\x8d\x76\xa7\xb0\x7f\x53\xc8\x96\xd9\x9d\xc2\xee\xd1\x0e\x8c\x7b\xc1\xa4\xeb\x3e\xaa\x69\x9d\xb4\x61\x9a\x26\x31\x6c\xc1\x43\x2e\x4e\x23\xa9\x91\xe1\xba\x86\x4b\x5b\x53\xa7\x4c\xc0\x95\x82\x75\xd3\x7d\x3c\xa6\xdd\x71\x19\x1e\xcf\xda\xdb\x64\x74\x54\x05\xdb\x99\x3f\x45\xdb\x98\x4c\x90\x95\x32\xe4\x8c\x3f\xdb\x17\x6c\x90\x0b\x76\x1f\xf7\x61\x79\x90\x00\x66\x19\xf7\x61\xcc\x70\x96\x13\x76\x0e\xf7\xf1\xa5\x51\x9e\xd3\x3a\xbe\x69\x85\x44\x87\x9c\x9d\x66\x04\x03\x77\xe6\x82\x09\xc0\x7d\x34\xe3\x85\x33\x2e\x6e\xad\xea\xd9\x47\xb6\x2d\xdc\x44\x8b\x1a\xe9\x81\x4f\x6f\x41\x99\x7a\x1f\x5f\xec\x70\xc6\xe0\xf8\xed\x51\x4f\x05\x59\xa0\xff\xbc\x0f\xc4\xb9\x40\xbb\x97\xe1\xfc\xaa\xe6\x2c\xd8\xe0\x94\x21\x4b\xa6\x4a\x52\x60\xd2\x32\x9c\x37\x35\x6f\x03\x2f\xd2\x32\xdd\x7e\xd4\x5e\x0d\xdc\x3b\xcb\x74\xde\x00\x80\x0e\x83\x40\xe3\x05\x04\xe8\xfb\x30\x9e\x39\xac\xd6\xf4\x18\x9f\xc6\xd5\x06\x2a\xbe\x4c\x59\xad\x89\x21\xd6\x28\xe1\x8e\xcb\xf4\xf6\x32\x31\x80\x1a\xd8\x2f\x95\xe9\x36\x35\x99\xb7\x81\x0a\xad\x4c\xb7\xf4\xe9\x96\x8e\x05\x47\x99\xde\x12\x27\xb7\xc4\x42\x3c\x8d\x32\xa5\x99\xe9\x11\x86\x62\xb9\x4c\x69\x01\xdc\xe2\x9b\x76\xfb\x3b\x37\x73\x34\xd1\xae\x17\x60\xe4\xcb\x94\xf5\x05\x8b\x38\x8c\xc2\x7a\x9e\x8e\xe9\x3c\x5f\x6c\x21\xfa\xe1\xf8\x4d\xc7\x0f\xe7\xb0\x32\xa5\x85\xf9\x58\x07\x47\xfb\x94\xcd\x9d\xaf\xdf\xc2\xae\xaf\x1f\xfd\x5d\x5f\xec\x77\x58\x0a\x00\x7d\xef\xc3\x6f\x61\x73\x97\x63\xb0\x8c\x39\x8e\xe0\xbc\x2c\xd7\xee\x32\x36\xbb\xb7\xe2\xe5\x96\xb4\x8c\x47\xee\xad\x18\x10\xde\xfb\x70\xce\x59\x93\x0b\xa1\x76\x01\x87\x37\x14\x60\xbd\x0a\x40\xbc\xf7\x51\x8d\x7d\x44\x79\xcd\x7a\x9b\xf5\x72\xeb\x5c\xb2\x23\x0b\x33\x9f\xe1\x75\x62\x79\xa3\x59\xdc\x68\x0a\x61\x0d\xca\xea\xf6\xad\xdb\x37\x68\x66\x0d\xeb\x18\x5f\xda\x1d\x97\xe5\x51\xb2\x60\x5f\x8b\x37\xe0\xb5\x6c\xdf\x32\x8d\xeb\x04\x40\xbb\xf7\x31\x4c\xe3\x5b\xc4\xda\x05\x7c\xdd\x50\x50\x43\x95\x25\x9b\xb6\x60\xc9\x0a\x8a\xa8\xb2\x8e\x69\xd2\x07\x6a\xa6\xb2\xdc\xd7\xd6\xa7\xd8\x4f\xd4\x21\xeb\xbb\xd0\xe2\x17\x6f\xb6\x80\xee\xde\x87\xf5\xb2\x76\x97\xfb\xdf\x7a\x3e\xdb\x0e\xbf\xb5\xbc\xe7\xfd\xaf\xbd\x47\x59\xaf\xfd\x7d\xed\x07\xb7\xd3\xed\x71\xb5\x39\xae\x06\x3e\x31\x65\x23\xa5\x2d\x5b\x65\xb0\xb7\xd3\x8d\xc4\xae\xec\x9f\xe5\xc1\x7a\x6c\xe9\x08\x4c\xdd\x30\xbc\x7a\x6d\xd9\xe1\x6d\x6c\x7a\x44\xef\x65\xbb\x86\x76\x76\x5c\xda\x5d\x93\x3b\x5b\x6f\xb6\x2d\xad\x92\x66\x1d\xb0\x05\xc5\x2b\xda\x96\x85\xda\x2a\x9a\x40\x93\x2f\x1b\x69\x69\xd9\xda\x45\x11\xf6\xb5\x6c\xaf\x1d\x7b\x1a\xfb\x0a\x1a\xdc\xb2\xd7\x5b\x1b\x1e\x42\x2d\x94\xbd\xec\x1b\x01\x0b\x8b\xd7\x9d\xed\xd5\x01\xa3\xfb\x50\x88\x48\x50\x8e\xfd\x3d\x3f\x4d\xb4\x38\x3a\x0f\x2a\x84\x72\xb8\xca\x15\x50\xe2\xcb\x91\x15\x3c\xb2\x82\xb5\x98\xb6\x4c\xdb\xe6\xbb\x7d\x3b\x48\x28\xcb\xe1\x3a\x36\xc0\x9c\x29\xc7\xb5\x7b\xfa\xf7\xed\x1d\x2b\x9c\x20\xee\xa3\x18\xc3\xeb\xf6\xed\xa0\x80\x2a\x47\x73\x1d\x3c\xe8\xca\xf1\x8a\x0b\x1a\xe6\x4d\xa3\x3c\xd7\xcb\x71\xbd\x44\xf6\x92\xf3\x14\xd3\xec\x2f\x92\x0b\xe0\x31\xef\x83\x73\xa1\xb6\xf1\xf7\xe3\xfe\xbc\x16\xad\x99\x45\xb4\xf9\x0a\x40\x0e\xd6\x11\xc3\x1b\xdc\x91\xab\x3e\x46\xad\x07\xd6\xb7\x3c\x0a\xa9\x1e\x6e\xca\x05\x18\xdf\xf2\xb8\xdd\x3e\x2e\x09\xac\x1a\x0b\x8e\x02\xf7\xa1\x75\x0d\xd3\xff\xc8\xc1\x3c\xd5\x6f\x11\x2a\x3d\x1e\x89\x0f\x76\x8f\x83\x68\xcf\xe5\x71\x6b\x00\x60\x32\x0c\xb4\x4c\xe5\xf1\x66\xfb\x34\xdb\xcc\xd1\xf9\xc8\x3d\x3e\x08\x71\x8b\xb7\x97\xc7\x9b\xd9\xd3\x3e\x6b\xbc\x42\x9a\xed\xfb\x42\xa0\x71\xdb\x45\xc2\x7e\x1f\xed\xbf\x56\x1a\xe5\xf1\x48\x7c\x5c\x4e\x20\x7f\x96\x47\x8e\x1c\x39\xfa\x4d\x23\x9f\x1c\xf9\x73\x3e\xfb\x0a\xca\x73\x0a\x1f\xa6\x70\x60\x15\x53\x1e\xb9\xd1\x47\x93\x1e\x6f\x1b\x8f\x5b\x3a\xf2\xf6\x9b\x46\x79\x6e\x03\x0a\xdf\x47\x63\x5b\x79\x1e\xfb\xc6\xd6\x30\x9a\x75\xbc\xb6\xf9\xb5\xcd\x48\x1f\x1e\xb7\x7e\x60\x24\x6f\xda\xcd\xf7\xff\x33\xf6\x26\x37\xb8\xeb\x38\xdb\xed\xbc\xa2\xa8\x10\x2c\xdb\xea\x80\x8d\xca\x45\x94\xed\xfc\x43\xb8\xe0\x5a\xef\x77\xfe\xd1\xc5\x3e\x23\x01\x82\xad\x5e\x14\xdb\x87\x9f\x57\x1e\x10\xc8\x22\x9c\x6e\xfd\x54\x24\x7e\x28\x12\xab\x92\xca\xa7\x22\xf1\x2b\xce\x17\x52\xf3\xa9\xcc\x22\x5a\x27\xeb\x72\x7c\x2a\xdf\xab\xca\xf7\xaa\xa4\xf2\x79\x95\x3f\xa5\xa1\xee\xbf\xcd\xef\x9a\xdf\x35\xeb\xa6\x75\x8f\x75\xb9\x06\x9f\xfb\xfb\x49\xfa\xf1\x8c\xab\x9f\x7b\x04\xb8\x62\xd6\xf1\x1d\xb6\xb0\xfa\x0d\xd7\x80\x2b\xa0\xa2\xbd\x7e\x92\x7e\x25\x90\x4f\x12\xf2\x4d\x1d\x0c\x79\x4a\x3e\x35\x58\x1f\xca\xde\x8a\x02\xbd\xe2\xdc\x92\x85\x7d\xf0\x94\x7c\xb2\xb9\x9f\x4e\x83\x84\xbb\xd5\x4f\x6d\xd5\x87\xb2\x77\x92\xea\xad\x6a\xd1\xac\x5a\x34\x27\xe0\x26\x55\x85\x7c\x55\x21\x5f\xf1\x17\xac\x9f\xcf\x01\x3a\xf8\x32\x3b\xec\xe6\xa7\x26\x44\xe5\x7b\x25\x8a\xaa\x7e\x9e\x17\x74\xf0\xf9\x1d\x63\xf6\x69\x57\xf9\x3e\x81\xea\xa8\x60\x16\x66\xf1\x4b\xeb\x57\xff\xf3\xa7\x69\x0f\x6d\xda\x43\x27\xae\x55\x4d\x0f\x89\xa6\x87\x84\x2e\x8e\x4d\x1f\x89\x76\x18\x3f\x40\xc8\x52\x3b\xf0\x13\x68\x2a\xda\x2b\x8a\xf6\xa6\x95\xb4\x1d\x3a\xa4\xe3\x16\xd7\x40\x17\xcc\xc2\x33\x34\xf8\xb7\x7e\xd4\x99\x7a\x10\x49\xbe\x81\x05\x98\x05\xe7\x8a\x30\xa0\x06\xda\x5f\x16\xcb\x3a\xfe\x6d\x8e\xcf\x73\x80\x97\x79\x3b\x9a\xed\x75\xfd\xb1\x6f\xda\xc3\xb8\xd2\xc0\xe6\xcb\x3e\xf8\x97\x3d\x6f\x07\xc6\x95\x09\x6e\x44\x03\x98\x2f\x8b\x5f\x7b\x23\xeb\xa6\xdf\xc9\xa6\x21\x62\xb4\x63\xda\xc7\xb2\x8f\x4a\x1f\xcb\x3e\x74\x3b\x25\xaa\xa6\xa9\xcc\x6f\xb8\x0f\x95\x4a\x94\x4c\x3b\xc2\x3e\x24\xd5\x77\x63\x6e\x8f\xeb\xa7\x21\x05\x9c\x83\x76\xb0\x97\xed\xf0\xee\x03\xf6\xd2\x8e\xc7\x7e\xf5\xe0\x03\x84\xa9\x1d\x9f\xfb\xf1\xfd\xea\x68\xef\xb3\xbd\xcf\xcc\x89\x27\xf3\x85\x45\x6e\x87\x77\x1a\xb6\xbe\x15\xa4\xce\x56\x0e\xcf\x50\x9e\xf1\x06\xe8\x5d\x16\x9f\x75\x39\x0f\x0d\x01\xad\x14\xff\x9d\x39\xbe\x92\x32\x4d\x16\x9c\x67\x24\xfe\x56\x78\xc6\x1b\x0e\x49\xf9\x5d\xae\x5f\x41\xb4\x69\x85\x3d\xaf\x84\x98\xb4\x72\xdb\x9e\xcf\x1f\x90\x31\xad\x54\xc7\x52\x7f\x5e\x90\x8c\x0f\xff\x86\x06\x88\x5d\x99\x20\xc8\xb4\xe2\xd9\x28\xb2\x82\x35\xa5\xd8\xa6\x71\xa0\x81\x63\x97\x75\x8c\x19\x11\xa8\x61\x23\xc8\x7f\xe9\x03\x03\x6c\x2b\x18\x60\x2b\xa0\x28\x0d\xcc\xba\x2c\x5e\xeb\x68\x8f\x67\xb7\x15\x3d\xc3\x81\x2d\x69\x7a\xd6\xb4\x22\x4b\x01\x0b\xdf\xca\x74\x2c\x38\x59\x4f\x20\x03\x1a\x78\x75\x59\x70\x4e\x31\x22\xb4\xb2\x5c\x2b\xd9\x0c\xc0\x5c\x1b\x38\x73\x59\xb8\x7e\x2d\xef\x56\xd9\xce\x03\x8d\x67\x05\xa6\xa3\x61\x79\xc8\x82\xfb\x8b\xe6\xa2\x95\xcf\x79\x7c\xce\xb7\x32\xe6\xcf\x79\x7c\x9e\x97\x7c\x2f\x9b\x7e\x3e\x4d\x63\x43\xc5\x33\xac\x9d\x68\xb0\xda\x29\xdb\x02\xfb\xdf\xc0\x82\xcb\xc2\xf9\xfe\xe3\x80\xf7\xff\xff\xdc\xb7\x53\x72\x71\x4a\x2e\x70\x93\x6b\x00\xbe\x65\xe1\x12\x31\xd4\x13\x77\xa9\xf6\xb3\x4f\xa0\x14\x69\xa7\xc7\x04\xf0\xb6\xfc\x2e\x97\xf2\xf4\x98\x00\xdc\x56\x2a\xae\xfd\x4d\x97\x87\x76\x12\x10\x32\x51\x8a\x34\xb0\xd8\xb2\x30\xf9\xe7\xa4\x3d\xc8\x7c\x3b\x87\x2e\xf1\x93\x7e\x51\x2e\xb6\x73\xb8\x0d\x1c\x45\x6d\x16\x4d\x9b\x45\x25\x64\xa7\x69\x94\x68\x1a\x25\x2a\x31\xe8\xed\xf4\x8a\x9e\x5e\x51\xd2\xe9\x36\x80\xc8\xb2\x80\x0b\xc6\xb9\xb9\x9d\x6e\xd7\x09\xf9\xae\xf8\xa9\x36\x40\xca\xb2\x08\xbf\xa3\xdf\x6d\x7b\xfb\xd7\x5e\xa3\xce\x31\x63\x63\x35\xee\xa4\x9d\x8f\x6b\x25\xd7\x4f\xf0\x75\xc3\x92\x91\x85\x7d\x70\x3c\xcf\xc7\x35\xc0\x13\xb8\x12\xa2\xdc\xce\xd7\x3e\xe4\xe6\xe1\x6e\xdb\x09\x37\xdf\xce\xcf\x31\x43\x96\x35\x54\x34\x0d\x15\xc6\x6d\x34\x60\xba\xb2\xd0\xc5\x07\x92\xa9\xb1\xa1\x69\x6c\xa8\x78\x9d\xb7\x0b\xbf\x89\xa6\x61\x61\xe2\x84\xd6\xae\xdb\xef\xcc\x3a\x3b\x6d\xef\x66\x6e\x57\x75\x6e\x5c\xdb\xcb\x2b\x7a\x79\x45\xc1\x60\x6c\x57\xb7\xdf\x6e\xbf\xc9\xdd\x36\x5d\x55\xda\xa5\x64\x06\x54\x61\x03\xa7\x2b\x0b\xae\x00\x8e\xcb\x0d\x8b\x42\x16\xee\x65\xb3\xce\x3e\x7c\x76\xc1\x89\x6b\xba\xb9\xb4\xeb\xb7\xce\x9c\xd3\xeb\xb1\x5f\x59\xad\xc6\x59\xbb\x24\xad\x80\x58\x95\x39\x1d\xcb\xeb\xdc\x5e\xd7\x00\x52\x78\x79\xf5\x34\x18\x54\x5c\x6e\xda\x0d\xd7\xdf\x6e\xb9\xfe\xc6\x39\x05\xd9\x29\x0b\xee\x07\x81\xea\xed\xc6\xf6\xdc\xee\xd3\xb3\xc1\xf8\xc8\x7b\x9f\x85\x67\x83\x73\x7a\xa3\xf8\x6b\xa6\xbe\x9f\x68\x83\x1a\x39\xe2\xb3\x60\x6e\x3d\xa5\xce\x76\x7b\x9e\x49\xe3\x5e\x2a\x38\x72\xed\x5e\xf6\x4b\xc0\x43\xc5\x17\xbc\x91\x93\x3d\x0b\xfd\xf7\x39\x6b\x77\xb0\xa6\xb7\x5a\x05\x22\x04\xda\xed\x19\xbf\x75\xc6\x87\x3d\x6c\x60\x18\x65\xe1\xbf\x27\xff\xbe\xf6\xab\x14\xd1\x2f\xbe\x43\x8a\x68\xa4\x55\xcf\xba\x1c\x5f\x75\xbe\x15\xf7\xc1\xda\xd9\xb7\x8a\x6d\xb2\xd5\xcb\xc8\x25\xce\x41\x95\x1e\x98\x19\xbc\x62\x80\x68\xd5\x73\x55\x6f\xeb\x38\x07\x15\x0d\x42\xab\xd5\xa4\xbb\xb0\x1e\xa4\x07\xcf\xc2\x7e\x1b\xfd\xfa\x94\xd4\x7c\x4a\xce\x83\xec\xb6\xad\xfa\x6c\x54\xc5\x04\x90\xcc\x5a\x95\x7d\xa8\xb2\x0f\x80\x92\xb5\xda\xed\xc3\xe8\x25\x59\xa3\x8a\x48\xd0\x80\xb4\xc9\xba\xbc\x6f\x75\xd8\x9e\xf1\x42\x00\x89\xb5\xea\x13\x51\x7f\xd1\x38\x83\x7f\x67\x58\xe7\x1a\x70\x5e\xaa\x7b\x54\x7f\x7b\x34\x59\x03\x9f\x08\x8d\x12\x95\x40\xc3\x56\x71\x96\x6b\x35\x8c\x73\xe4\x6c\x54\x5c\xbe\x1a\x9e\x89\x39\x37\xbe\x93\x5e\xe9\x7e\x58\x65\x65\x48\xed\xfd\xa7\x09\x60\x73\xe0\xd7\xd1\xea\x76\xcc\xdb\x04\xc3\x17\x63\xde\xf6\x4b\x94\x44\x05\x93\xaa\x55\xf7\xb2\xbe\xfa\x8a\x43\xd7\xc0\x9a\xc9\x62\x5a\xc7\xdc\xa4\x39\xf5\xb5\x5f\xd8\xc3\xfa\xb9\xe7\x9f\x75\xac\x7d\x43\xbc\x6b\x0d\x88\xc3\x03\x6d\x5a\xc3\xb7\x31\x8b\xee\x77\x8d\xba\x69\x9d\x0e\x9d\xa7\xdf\x71\x36\xda\xcf\x71\xef\xa2\x3d\xc4\x8e\xd6\x14\x3b\x88\x6a\x68\x0d\x2d\x5e\x13\x98\xe6\x20\x4b\x6f\x6b\xc5\x7f\xcf\x5f\xf4\x03\xed\x9d\xfe\x6b\x02\x62\x32\xec\xb6\x26\xfb\x6a\xe6\xef\x0a\xfa\x51\x6b\xde\xc1\xe6\x5b\x86\xa1\xa2\x35\xe9\xa4\x99\xba\xab\xec\x88\x86\x9e\x66\x66\xee\x3a\x60\x0f\x1b\xda\xaf\x26\x14\xcc\x71\xfc\xea\x1e\xeb\x38\xcf\xb2\x0a\xba\x6f\xb6\xd6\xdc\x4b\x58\x46\x0d\x42\xad\x19\xd9\x87\xbb\x5d\xd3\xf8\xd3\x30\xfe\xe4\x77\x93\x3a\xe7\xd6\x6c\xaf\xd3\x9e\x2c\x4f\x53\x9c\x25\x45\x7d\x6b\xb2\x3c\xcd\xb3\x2b\xfb\xd0\x86\xf3\x95\xc6\xe6\xdb\xfd\xd7\xe7\xbe\x0d\x97\x77\xb8\xbc\x5c\xb3\xe6\x71\x6f\x1e\x77\x32\xd0\xb7\x36\xed\xce\xe7\x94\xa8\x90\xd6\xe4\x82\xcd\xad\x5d\x7d\xc6\x9b\xc7\xb3\x6d\x97\xa8\xf3\xdd\xf6\x5f\x15\x61\x84\xc6\xb5\xf6\x38\xa5\xff\xcb\x89\x6d\x9d\xdb\x00\x5a\xd2\x71\xd8\xef\xe3\x12\xa9\x28\x06\xa3\xa7\x35\x8f\x6c\x7b\x97\xdf\xb1\xfd\xaf\xcb\x46\x60\xff\x81\x3b\x4c\x03\x4d\x25\x0b\x03\x44\x0a\x7d\xc8\x41\x6b\xf7\xaa\x84\x3f\xb7\xe6\xd3\xd9\x7c\x3a\xc9\x46\xdf\x30\x78\x65\x21\x49\x62\x6e\x5d\xae\xba\x1f\xbf\xc8\xe7\xdc\x86\x2e\xbb\xd4\x3d\xb2\x60\xe3\xb4\x8e\xc7\x75\x03\x6a\xa5\x54\x8c\x21\xad\x9f\x8c\xa5\x9f\x5e\x15\x24\x95\x8e\xf4\xdc\xba\xc7\x13\xe0\x9a\xd6\x25\xad\x1d\x23\x42\x05\xc0\xa6\x91\xb8\x3a\x0b\x73\x83\xb3\x06\x18\xd0\xfe\x34\x6d\x66\xc6\xfc\x34\x60\x4e\xb2\xb0\x5f\x8e\x5d\x57\x6a\xea\x4a\xcf\x60\xc0\x34\xf0\x46\xb2\xf0\x3b\xf6\x1c\x14\x91\x3f\xad\x1b\x7d\x08\xcc\x4a\xeb\x72\xbc\xe4\x8e\x3e\x8f\xe2\xba\x60\x9f\x6d\x7d\xba\x1f\x90\xcc\x2e\x39\xeb\xf1\xfb\x97\xef\xc2\xb9\xa9\x1d\xc1\xa0\xd1\xba\x4f\x76\x97\x0d\xc2\xd7\xbb\x75\xd9\x20\xf2\x3b\x9f\x07\x69\x46\x5b\x97\x33\xc6\x3c\x97\x75\xb4\xf7\xfa\xaf\xd2\x10\x9e\xdd\xad\xe3\x9a\xd3\x48\xbd\xfc\x8b\x17\x6b\xda\xe5\x9a\x29\x95\x0f\x94\xa9\x8d\xdc\xc9\x59\x5c\x7e\xd7\xa8\x6b\xd6\x75\xeb\x06\x75\x8f\x75\xaf\xff\x52\x77\x42\x06\x86\x81\xf4\xb8\xf9\x35\x0c\x77\x59\x70\xbd\x09\x1d\x6c\x03\xe5\x67\x1b\x97\xb1\x6b\x9c\x2b\x72\x21\x67\xf1\x58\x47\xbf\xb8\x4f\x35\x52\x1d\x67\x1d\x7d\x48\x56\x48\x67\x5c\x1a\x09\xd9\x1b\x39\x8c\xb3\xb8\xad\xe3\xdf\x69\x9d\xd1\x9e\x87\x73\x5b\x8e\x65\x39\x3e\xa4\xe7\x21\xbb\x84\x4d\xae\x34\x49\xe6\x70\x8f\x34\xc6\x35\xc9\xe3\x40\x83\xd5\x46\xb8\x7e\x48\xc5\x43\x56\x61\xc0\x2a\x34\x12\x86\xb7\xa1\x14\x8b\x9d\x2e\xeb\x3a\x75\xb6\x07\x5b\xd5\x48\xc0\xdd\xc6\xeb\x77\xaf\xdf\xf1\xb4\x6b\x78\x6b\xc3\xd0\x29\xe9\x0b\x56\xb8\x2c\x1e\x73\xdd\xe7\x3d\x9a\x4a\xa7\x3f\xd0\x06\x0c\x0b\x8d\xa8\xfb\x2c\x96\xb9\xef\xf3\x6c\x4c\xd7\x45\x43\x59\xc3\xd3\xbe\x11\xfd\x9d\x85\x7d\x70\xd6\xa6\x24\xd8\xb0\xec\x06\xaa\x5f\x23\x42\x3a\x0b\x22\xce\x30\x0e\xb4\x29\x0b\x60\x80\x72\x23\x67\x71\x9b\xd2\x44\x33\xca\x1e\xc5\x7f\x7d\xee\x0d\x72\x6d\xde\x5f\xa2\x3d\xb3\xf0\x1c\xf8\xaf\xec\xd7\xf4\x79\x26\x33\x62\x9b\x3e\xc5\xbf\x18\x45\x3c\xc1\x1b\x31\x8a\x59\x7c\x7e\x97\xeb\x32\x7d\x9e\xcd\xaa\x7a\x10\x49\xd8\x96\x4f\x1d\x76\xab\xd2\x0a\x34\x67\x79\xd6\x16\x38\x04\x8d\xe8\x95\xb6\x88\x0b\x6a\xcb\x7c\xf7\x64\x04\x6c\x58\xaf\xb2\x78\xac\xcb\x75\x59\xc4\x05\x35\xb2\x91\x96\x46\xd2\x90\xb6\x64\xab\x16\x12\x7a\x2b\xd0\x9c\x25\xbb\xb4\xc8\xd7\x76\xa0\x78\x6e\x6b\xb0\x7e\x0b\x8f\xf6\x06\xd8\x5e\x5b\x6a\x4c\xd6\x72\xbe\xd0\xa1\xb5\xec\x63\xd9\x87\x75\xb2\x28\x6b\x5b\x07\x7b\xb8\xa4\xf7\x1a\xb1\x1a\x2e\x6e\x6d\x49\xef\x97\x77\x1f\x6d\x73\x0b\xd9\x8c\x90\xcd\x20\x89\x5b\x0b\xb5\x55\x71\x0a\x00\x61\x1d\xfe\x1a\x2d\xc8\x05\x66\x5e\x89\x16\x8a\x3b\xd8\xb2\x4a\xc3\x33\xbf\x85\xda\xaa\x00\x1e\xa1\xe1\xaf\xd6\xc2\xf5\x8b\xdf\xfa\x41\xd7\xc2\x73\x65\x22\x49\xb3\x4b\xb4\x40\x2b\xdd\x34\x4e\x35\x52\x9a\xb6\xf0\x0c\x05\x4f\xb1\xd1\xde\x2d\xd4\x4c\x85\x91\xe6\x64\xfb\x6c\xa1\xe8\x1a\xc3\x7d\x83\x3d\x24\xcb\x63\x16\xdf\x3f\x71\xcc\x2d\x36\xe7\x20\x10\x49\x1b\x99\x2d\x9b\x86\xa3\xa6\xe1\xa8\x91\xee\xb6\x85\xb4\x33\xbc\x97\x67\xa9\x7f\x7f\xee\xb5\x17\x35\xed\x45\xed\x84\xa4\x6f\x97\x0d\xf3\x4d\x69\xb8\x4a\xb5\x2d\x99\x22\xa7\x61\x69\x1e\xa7\xed\xd1\xd9\x00\x6e\x1d\xa4\xb4\x6a\x5b\xa9\x7d\x03\xc0\x74\xe0\x36\xd3\xb6\x1c\x11\xa9\x07\xf3\xdf\x9c\xd2\x56\x19\xb3\x51\xc6\x34\x8f\xc9\x56\x19\xb3\x87\xc1\xa9\xb5\x50\x57\xad\x73\x2c\x28\x77\xb6\xca\x98\x3d\x5d\x0e\x48\xcd\xc6\x45\xa6\x6d\x94\x77\xcd\x23\xb1\xbd\x8e\x1b\xbc\xf2\xe3\x72\x1e\xd8\xea\xda\xc6\x56\xd7\x3c\x12\x5b\x05\xcd\x36\xd0\x99\xbc\x7b\x6d\x6f\xc7\xb2\x9d\x2f\xdb\xba\xdd\x06\xd2\xfc\x9d\x66\xd3\x68\x7b\xdb\xaf\x51\xc9\x78\xf0\x37\xf0\x76\xb2\xb0\x5f\xae\xd9\x7e\xfc\xee\x59\xd6\x31\x3e\x8f\xf6\x06\xf4\xf1\x20\xb6\xb2\x6d\x25\xae\xfd\x0b\xd0\x85\x95\xd9\xb2\x32\xda\xa4\x1a\x5e\xfd\xed\xc1\x3e\xdb\x48\xcd\x97\x75\xf9\xdd\x83\x0f\x42\x7b\x7e\xd8\x2b\x1c\x93\x47\xe5\x9d\x20\x5d\x07\xc9\x8d\x1a\xb9\xf4\xb2\x30\x5a\xb9\x58\x37\xac\x9b\xd6\x9d\xd4\x3d\xd6\xbd\xd6\xe5\x98\x1f\xaf\xc0\x53\x7f\x51\xd8\xf4\x2b\x27\xfb\x80\x8a\x76\x5c\x3c\x07\xe0\x05\x65\xf1\xc3\x81\xc9\x35\x7d\xbc\x16\x8f\xa4\x15\xe3\x45\x7b\xe4\x50\x49\x71\x57\x1a\x69\xb3\xda\xa3\x72\xf6\x91\xac\x90\xdc\xaa\x3d\xb2\x9b\x0f\x88\x52\x07\x90\x76\xed\x59\x90\x8b\x67\x39\x37\x14\x6b\x4f\xd8\x1e\xf1\xf0\x07\xc6\x81\x46\x8a\xb9\x2c\xb8\xde\x17\x1a\x8e\xe7\x71\xbe\x46\x5f\xe3\x52\xd5\x30\x96\x65\xe1\xfe\xf2\x6c\x3c\xaf\x7d\x10\xc8\x6c\x64\x77\x7b\x64\x19\x9f\xef\x57\x97\xed\x11\x9e\x92\x85\x75\x90\x90\x17\x9b\x68\x7b\x25\x49\x04\xea\xb7\x57\xa9\xe4\x3d\x5d\x7b\xce\xd5\xeb\x1e\xbd\xa7\x78\x2a\xf4\xfb\xca\x2a\xbc\xbf\xb5\xe7\x69\x22\x8c\x25\x8b\xdb\xba\x1c\xf3\xeb\xf3\xf7\x2a\x29\x03\x2d\xd0\x5e\xef\xe0\x6b\x88\x16\xa1\x94\xed\x95\x15\x34\x9a\xa5\x81\xde\xd6\x8c\x5c\x69\x46\xae\x34\xd0\xd8\x9a\x86\xb2\x46\x16\xb6\xac\x63\x7c\xb2\x78\x2f\x2c\x9e\xc1\xf6\xed\x95\xa5\x30\x53\xda\x41\x0e\xc5\xf6\xba\x1f\x04\x9c\xe4\x77\xfc\x2b\xfb\xf0\xca\x3e\xe0\x85\xdf\x5e\x9f\xbf\x77\xff\xe2\xc1\xf9\x4e\xf6\xff\x7d\x7e\x28\x51\x8c\x4f\xa9\xf3\x05\xaa\xed\xd0\x00\xf1\xca\x9a\x9b\xc6\xac\xe1\xb2\xd4\x3e\xdc\xd4\x1a\xa0\x5e\x59\x97\xdf\x7d\xb2\xe1\x1a\xac\x9a\xc6\x81\xcf\x3d\x22\x89\xd9\x79\x00\xfe\xd3\x3e\xd9\x70\x72\x93\xe5\x77\xb4\x27\x1b\xfe\x9d\xce\x8d\xb1\x7c\xee\xd1\x77\x3a\x66\xe8\xd5\x27\xdb\xf7\x09\x33\x84\x07\x7f\xc3\xca\x95\xc5\xb0\x6e\x50\xb7\xac\x73\x5d\x38\x43\x84\x9d\x64\xe1\xdc\x1c\x9f\x7b\xf4\xfd\xf6\x08\x76\xe9\x93\x45\x21\x1f\x59\xd6\xe5\x1e\x7d\xdd\x7f\xa5\x9d\xa4\x7a\x68\xdf\x70\xcc\x64\xc6\x3b\x34\x54\x7c\xb2\x2d\xe6\x0c\x3b\x88\x26\x68\x9f\x4f\xf6\x37\x7e\xff\xd2\x1e\xbe\x0f\xed\x23\xcc\xed\xf8\x8d\x4f\x23\xc7\xb7\xdc\x0f\xe8\x9a\x11\x29\xcd\x88\x94\xa6\x11\x81\xb8\xbd\x2c\x5c\x3f\x9e\xb5\x4f\xf1\xee\xdb\x8e\x05\x0d\x8c\xd1\x22\xcd\x68\x91\x86\x2f\x4f\xfb\x64\x6f\x3e\xef\xdb\x6f\x2c\xbe\x47\x9f\xef\x91\x46\x84\x4f\xb6\x9e\x24\x5d\xf9\xdd\xfc\xcf\x9f\x7e\xe0\xab\xd0\x8f\x43\xac\xad\x3c\xa7\xdd\x50\xe0\x4e\x70\xc9\x79\x30\xbe\x4e\x38\x49\x16\x82\x8c\x24\xcb\xdd\x35\x62\x75\x8d\x58\x0d\x43\x40\x27\xb9\x55\x16\xc5\x3a\xfa\x60\x9d\xfb\x81\x9b\x6e\x03\x4b\xa8\x1b\x05\xd2\x4d\xe0\xd4\xc0\x66\xe8\x86\x9b\x77\xa3\x3b\x1a\x9e\xfe\x9d\x68\xf1\x2c\xa0\x6b\x28\xee\xfb\xc1\x19\xef\x87\x22\x2e\x86\x8f\x6e\x88\x78\xd7\x20\xd4\x08\xa9\xef\x64\x1a\xca\xc2\x3e\x1a\x75\xf8\x92\xf5\x72\xc2\x06\xd5\xbc\x5b\xdd\xd0\xef\x8e\x8d\x45\xe4\x97\xbf\x3d\xf7\xdd\x28\xf0\x6e\x14\xf8\x81\xcb\x52\x37\x2e\xb1\x9b\x28\xa8\x01\x01\xd5\x0b\x64\xb9\x9b\xc2\xe7\x00\x7a\xa9\x97\x61\x77\x72\x2b\x28\xdf\x7b\x41\x39\xdb\x0b\x51\xe0\x07\xb0\xea\xbd\x60\x13\xed\x85\x28\xf0\x83\xa0\x89\x5e\xc2\x7f\x43\xc0\x84\x83\x7f\xb7\xdf\x89\xee\x81\xf2\xbd\x97\xc7\xb1\x80\xaa\xd1\x40\xff\xea\x85\x63\xd2\x0b\x0a\xc7\xd6\x9c\xfa\xeb\x72\xfc\x80\x23\xce\x92\x75\x48\x11\x9d\x5c\x39\x59\xc7\x98\x21\x17\xdd\xa8\xf2\x86\xb7\x7e\x3f\x79\x3a\xfb\x49\xce\xa7\x83\x68\xfb\x4e\xe0\x73\x16\x6c\x21\x9e\xf9\x9d\x8c\x35\x59\x88\xa0\xc5\xdc\x4e\x9e\xc9\x7e\xca\x51\x12\x6d\xdf\x4f\x94\x45\xdd\x20\x8c\x46\xda\x96\x4e\x80\x74\x16\x8e\x2f\xb9\xe5\x7e\xc2\x65\x76\xb2\xd7\x64\x5d\x8e\xef\x84\x7c\xf7\x53\x16\x0a\x77\xac\x7e\x56\xfb\x90\xfb\x6e\x1c\xa7\x13\x2e\xb3\x9f\x22\x4c\xa1\x54\xef\x58\x41\xb2\xe0\xc8\x92\x28\xa8\x9f\x61\x7b\xe0\x17\x1c\xc0\x30\x77\x32\x91\x64\x61\x7b\x9d\x35\xf8\x1c\x33\x40\xef\x07\x2e\x55\xfd\xfc\x5c\x83\xcf\x35\x48\x8e\xb7\x13\xaa\x90\x85\xf3\x9d\x8d\xba\xb0\xce\xef\x92\x34\xf4\xcb\x2b\x75\x49\x32\x89\x27\xee\x46\x6d\xf7\xeb\x87\xfe\x96\x52\x53\xbf\x50\x0a\xf7\xeb\x72\x2f\x93\xbd\xe9\x58\x1e\xb2\x70\x8f\x92\x84\x74\x2c\x0f\x59\x78\x0e\x18\xdf\xd5\xec\x17\x60\xd5\x03\x08\x9a\xae\x61\xa1\x6b\x58\x68\x44\x28\xf7\x6b\xd8\xc7\xf8\xe1\xfd\x30\xe6\x69\x1d\xda\xaa\xd6\xfd\x77\xf9\x2f\x99\x3b\x0e\xa0\x67\xbb\xd1\x09\xdd\xe8\x04\xd1\x7d\x3a\x89\x37\xb2\x78\xfc\x8e\x31\x6f\xe7\x26\xdb\xd7\xfd\x17\xe3\x4f\xbf\x94\xea\xf0\xfe\xef\x84\x2f\x64\xe1\xba\x5c\xac\x01\xf6\xde\x7e\x3d\x82\x06\x5d\xac\x15\x5e\xe9\xfd\x42\x11\xdb\x50\xb4\x77\x23\x1b\xfa\xf5\xda\x07\xe7\xea\xfa\xfc\xf7\xf3\x5f\xce\xd0\x2d\x29\x34\x71\x45\xc3\xcf\xa1\xdf\xee\xdb\x5d\xec\xd7\xef\x90\x90\xfa\xad\xe6\x02\x85\x7c\xc7\x6a\x91\x85\xfd\xa6\xc4\xd5\x35\x5e\xf4\xfb\xfc\xc1\xe9\x4c\xea\xd8\x23\x0d\x15\x0d\x25\x7d\xbf\x79\xfe\xfa\xad\xd6\xc3\x73\x7a\x13\x31\xde\x6f\xef\x0c\xf0\x78\xfd\xc6\xbf\xa7\x93\xe9\xa2\x34\x52\x85\xf4\xfb\xf6\x3b\x59\x99\xde\x6f\xea\x1c\xcb\xcd\x73\x80\xfb\x54\x27\x0d\x46\x16\xd3\x3a\xc6\x0c\x0b\xda\x6f\xd9\x1b\xfc\x17\xfa\x5d\x1d\x9f\x22\x06\x50\x7e\xfd\x96\xae\xdd\xf8\x16\x34\x22\x11\xfa\xdd\x6c\x4f\xb6\x14\x25\x7d\x27\xc9\x45\x16\xaf\x7d\x50\xd7\x5d\xab\x0e\x9d\x24\xbf\x56\x27\x6b\x45\x16\x9e\x8d\xc9\x98\x87\x7d\x0c\xc7\xdc\xe8\x63\x3a\x16\x71\xad\xc8\x59\xd1\xef\xe5\x7e\xa8\x81\x41\xf9\xde\xb1\xaa\x64\x41\x7b\xe4\x16\xe8\xf7\x67\xdd\x67\xbf\xdc\x19\x31\x0c\x7a\x3d\x1c\x1f\x77\xa6\xfa\xac\x55\xd9\x4d\xbc\xfa\x7b\x75\x2f\xab\x7b\x09\x7e\x65\xaf\xb0\x2d\x5d\xc3\x4c\xc3\x76\xdf\x2b\xc6\xdb\x5e\x05\x44\x44\x09\xde\x2b\x22\x5f\xaf\x8a\x7c\x23\x59\xe4\x5e\x6f\xfb\xb8\xbd\x1f\x33\xd7\xa5\x4a\xaf\xaa\x5a\xa8\xc1\x7e\xd4\x6a\x1f\xf5\x87\xb8\xc4\xbf\xcd\xb1\xb4\xff\x87\x06\xd7\x49\x2d\xf0\xa7\x57\xf1\xe6\x46\xe3\xdf\xee\x77\xff\x87\x1a\xc7\x7c\xbd\xbf\x46\x90\xb4\xd1\xf9\x77\x38\x96\xe1\x7c\x3b\x63\xc6\x58\xd8\xeb\x70\x9d\x39\x43\x15\x31\xb0\x13\x41\x72\x1e\x44\xef\x74\x0d\x29\x5d\x6c\x87\x86\x01\xbb\x57\xc4\xc0\x5e\x7d\x9e\xd1\x68\x77\x8d\x2b\xbd\x12\xeb\xde\xd0\x68\xf7\xea\x7b\x54\x9f\x1f\x2a\x12\xdf\xf9\x64\x57\x9f\x6c\x00\x76\xba\x51\x25\x9d\xa8\x92\xf3\x20\x1a\xa8\x63\xf1\xc8\x62\x5a\x97\xfb\xd1\x10\x09\x7a\xf3\x0e\xe2\xc1\xdf\x35\x40\x74\x0c\x10\xe7\xe1\xdd\x6f\xde\xa3\x76\xd9\x1e\x7b\xd9\x7c\x3f\x9a\x77\xa1\xff\x0b\xcf\xfc\x2e\x1c\x44\x6f\xa4\xfd\x3b\xb0\xcb\xf5\xe6\x71\xc7\x9e\x70\x1e\xe4\x3e\xea\x0d\xb7\xb7\xde\xfa\x0f\x21\x95\xee\x7c\x5e\xda\x70\x58\xb5\x52\xe7\x10\xdc\x1a\xec\xc2\x5d\x43\x40\x6f\x4a\x66\x9d\xad\x26\x52\x25\x8b\x6d\x1d\xdf\xa1\xf0\xe9\x06\xac\x34\x92\x43\xf7\x26\xc9\x04\x84\xfd\x3c\x24\x0d\x1a\x02\xfa\xcf\x10\x20\x69\xc0\x02\x90\xc5\xf6\x5f\xc6\x87\x52\xb8\x37\xdc\x25\xda\x74\x6e\x6e\x43\x13\xd1\x8a\x8c\x34\x5d\x25\x7d\x57\x49\xdf\x80\x3b\xe9\xdd\xeb\xd3\xc1\xf4\x3d\xc0\x6d\xeb\xdd\xeb\x83\x0e\x3e\xeb\xf8\xce\x6b\xd1\xbd\x16\x78\xf0\xf7\xee\x36\x88\x4b\x7e\x78\xbd\xd1\xb0\xff\xe9\x9d\x1c\x1e\x07\x98\x82\x5d\xa5\x7a\x57\xa9\xde\x00\x41\xe9\x1d\xee\xbb\xf7\xc1\x7c\xb1\xb7\xf5\x8e\xbb\x58\xef\x72\x8f\x28\xc1\x7b\xf7\xc9\xe9\xe1\x7c\x27\xff\xa2\x41\xe8\x5d\x0d\x02\x76\xb4\xde\x5d\x97\xfe\x5b\x17\x58\xb2\x2e\x59\xe9\x92\x15\x14\xe3\xdd\x20\x96\x8e\xce\xbc\xf4\xc3\x31\xcb\x02\x74\x95\xae\x92\x90\xe1\x1a\x0c\x41\x5e\x41\x1d\xed\xc3\xeb\x3d\xd4\xe8\x60\x1f\xeb\xc3\x73\x35\x3c\x57\x24\x60\xef\xc3\xe7\x79\xb4\xfd\x0f\xd6\x5a\x37\x98\xa4\x8f\xf1\xfe\x83\x89\xda\x87\xf3\x1d\xcb\x7e\x21\xb7\x46\x81\xf4\x11\xfe\x7b\xe5\x7e\x8c\x6d\xdd\x8e\x7f\x30\x4b\xfb\xf0\x3a\x0e\x60\x93\x0f\xc9\xc5\x90\x6d\xf9\x29\x8f\xb1\x7b\x75\x30\x7c\xb3\x38\xad\xcb\x3e\xa6\xcf\x1a\xf8\xb3\x3f\x74\xc7\x0e\xd6\x6a\x16\x00\x0d\x62\xbf\xeb\x53\xd6\x63\xfa\x0c\x49\x06\x8c\xda\xe8\x46\x6d\x74\xbc\xf0\xbb\x8a\xe7\x3e\x95\xbc\x07\x67\x08\x74\xd2\x2c\x5c\xbf\x94\xfe\x3a\x5a\xe8\x2c\x5c\x03\xee\xc7\x94\x9c\xa1\x57\x3e\x0f\x80\x84\xfa\xf4\x6c\x88\xfd\xd8\xf1\x9a\xef\x00\x18\x66\x61\x7b\x9d\xb1\xb8\x56\xa0\xf7\xe5\xbf\xcc\x2d\xfc\x77\x3b\x0f\x9e\xbf\x29\x8b\x32\x7f\xeb\xc7\xb3\x41\x68\x46\x16\x60\xf5\xa1\xf0\xee\x46\x59\x74\x20\xe1\xce\x03\x7f\x97\x0e\xf0\x5b\x16\xf6\xcb\x19\x02\xd8\x2d\x0b\xfb\x2d\x59\x07\x4a\x59\x16\xac\x33\x7e\x27\xdd\xc8\x8b\x6e\xe4\x45\x47\xb9\xdd\x8d\xb2\xe8\x46\x59\xf4\x52\xb2\xdf\x25\x2b\xb8\x2e\x61\xd8\xe8\x77\x11\x2c\xd9\x97\x48\xb9\xc5\x3e\x64\x1f\x8c\xc6\xe8\x78\xd2\x77\x34\xd8\x59\xbc\xd6\xe5\x7e\x2c\x59\xe4\x05\x8b\xdc\x0b\x34\x6c\x75\xc7\xd2\x1d\x0b\xa4\x75\xf9\x8c\xaf\xe1\x7c\x61\x8d\x16\x5a\xc6\xbe\x7c\xc6\x89\x38\xea\x6b\xfa\x1d\x3e\x17\x1d\xa3\x4e\x5f\xd2\xba\x25\xad\x03\x88\xb7\xaf\x65\x1f\xcb\x3e\x78\x3a\x17\x92\x72\x5f\x42\x41\x16\xbf\x0b\xeb\x02\xba\x8b\xe1\xad\x2f\xb4\x23\x7d\xa1\x1d\xe9\x40\xb8\xf4\xe5\xb9\x5f\xee\x1b\x1e\xf7\x1d\xed\xf7\x9f\xbe\x5e\xd7\xc0\x7f\x3f\xfb\xfd\xec\x17\xd6\x23\x64\xc3\x43\x36\x1c\x0c\xec\x1e\x8a\x36\x71\xba\xa6\xb0\xf5\x81\x01\xb1\xc7\x6d\x1d\x62\x42\xe0\xcb\xd3\xa3\xba\x7e\xb0\x1e\x46\x5e\xf4\x68\xce\xd7\x3a\xcf\x69\x48\xc3\xa4\x4d\x81\xa7\x7a\x0f\xc1\x44\x0b\xac\x02\xa1\x0f\x59\x70\x26\xcf\xc3\xba\x66\x1d\x7b\x8e\xd2\xba\x87\xf3\x8d\xed\xb9\x9a\xb9\x56\x46\x13\x74\xa2\x09\xce\x72\x70\x36\xb6\xf7\x77\x9f\xe2\xc3\xb2\xe7\x6a\xaa\x3b\x9a\xea\xfc\xae\x53\xf7\x58\x27\xcc\x23\x74\x72\x63\xf8\xe8\xdb\xf9\xa2\xbd\xee\x6a\xaa\xbb\x9a\xea\x22\x6d\xda\xd3\xf6\x10\x13\x3a\x46\x8e\xbe\x65\x1f\x76\x08\xbb\xc7\xfe\x6e\x59\x05\xd0\x71\xce\x42\x24\x51\x57\x3b\xdc\xd5\x0e\x17\x7c\x1f\xba\x5a\xdf\xae\xd6\xb7\x80\xbd\xd8\xd5\xfa\x76\xb5\xbe\x05\xc3\x5b\xdf\xbe\x65\x42\xea\xa4\x50\x98\x75\x9f\xfd\x26\x47\x98\xdf\xfd\xdd\x33\xbf\x6f\x62\x9c\xfb\xfe\x1c\x02\xc7\xe9\xc1\x6e\xdd\x1f\x41\xff\x88\x21\xee\xcf\xb1\xac\x73\x29\x5b\x0e\xff\x51\x62\x78\x8a\x75\x3c\xc5\x8f\x12\xc3\x03\xb7\xd2\x4f\x8e\x93\x0a\xe5\xfe\x48\x46\x81\x15\xed\x8f\xd2\xc1\x73\x39\x7c\x9e\xba\x47\xe9\xe0\xb9\x1c\x3e\x64\x0f\xed\x72\x16\xe2\x17\x43\x5a\x89\x96\xc8\x42\xa8\x56\xc8\x14\xf9\x21\xb2\x70\x1e\x1c\xed\xc7\xed\x7a\x7e\xdb\x05\x57\xf8\x78\xe5\x1f\xaf\x3c\xde\xfa\xfd\xe9\xd6\xa1\xc0\xec\xc4\x01\xf7\x47\x4e\xf1\x91\xb4\xa2\x18\xef\xcf\xb2\x8f\x24\xad\x67\x39\x1c\xb3\x4f\xd3\xb3\x7e\x40\xdd\xb9\x0d\x8f\xdb\xff\x00\x29\xd1\x51\x82\xf7\x27\x5c\x53\xb0\x59\x3b\x46\x8e\xfe\x48\x96\x1f\x02\x19\x3b\xc0\xb2\xfd\x91\x2c\x3f\x61\xbf\x1c\xb1\xc7\xe3\xfe\xec\xdf\x77\xac\x81\x6c\xd0\xb3\x3d\x12\x48\x25\x06\x75\x74\x83\x3a\x3a\x71\xc5\xfd\x79\xdd\x0f\x94\x68\x1d\x65\x79\x27\x9a\x23\x8b\x69\x5d\xb6\x27\xb4\x52\x7f\x0f\xaf\x05\x57\xea\xc5\xe5\xa6\xbf\x42\x3c\x5e\x1c\xc5\x17\x6f\xd0\xfe\x92\x1a\xa6\x14\xd6\xea\xf5\x1c\x80\xba\x74\x9a\xc0\xac\xbf\xd8\xc1\xfb\x2b\xc6\x3c\x0a\xf4\xfe\xba\xe7\xef\x69\x1d\x4f\xe7\x8b\x0b\x68\x7f\xc1\x2c\x34\xdf\x59\x7f\xbd\x8e\x2a\xb2\x3b\x60\xe1\xdd\xe8\x8e\x4e\x74\xc7\x69\x6a\xb3\xfe\xca\x56\xbd\x42\x94\xa3\x68\xef\x6f\xf5\xbb\xea\x3a\xc3\xba\xbd\x3e\xb1\x2f\x89\x23\x4c\x41\xd6\x5f\x25\xc2\xb7\x2e\xeb\x98\x6f\xb3\xae\xb9\xce\x9c\x21\xb0\x97\xb2\x78\xf9\x0e\x89\xeb\x55\xd3\xf5\x0e\xe7\xcb\x7e\xbc\xd8\x76\x3b\x7a\xef\xd2\x2f\x24\x86\x4f\x2d\xc5\x47\x82\xe2\x52\x60\x7d\x3f\xa5\xd8\xef\x37\x0f\x9e\x17\x21\x89\xfa\x77\xdb\x07\xda\xaf\xcf\x79\x7c\xbf\x79\xc0\xe2\x7d\xb2\x8c\x5f\x73\xed\x21\x03\x1f\xd1\x2c\xfd\xfb\x8d\x99\x73\xa0\xb2\xb7\x7f\xbf\x31\x73\xa7\x55\xf6\x76\x95\xbd\x05\x04\xd3\xfe\xf9\x34\x7d\xd3\x79\x54\xfa\x50\x13\xf7\x11\x84\xdb\x51\xf0\x77\x31\xd8\xba\x18\x6c\x1d\xc5\x7d\xff\x64\xab\xbe\x47\xe0\x78\xd6\x4f\x85\x6d\x57\x61\xdb\x81\xd9\xe9\x9f\xec\xf5\x87\x94\x53\x08\xe8\xea\x9f\x6c\x24\x81\x06\x67\x01\x3f\x78\x1c\xe0\x61\x0c\xe0\xd9\xf2\xdf\x41\x5d\xb5\x8e\x7b\x0e\xf4\xce\x00\xd8\x31\x0b\xc7\xdc\xf9\x0e\xd6\x6d\xa0\xcb\x3d\x0b\x81\x5f\xe3\x28\x7e\x67\xfa\x04\x94\xfe\x43\xef\xff\xa1\xf7\xbf\x28\xd5\xe3\xc0\x78\x31\xcc\xfe\xdf\x49\x91\x31\xc8\xf8\x9f\x05\xb4\xa4\xa4\xb4\x36\xd0\xe8\x66\x21\x52\x73\xa5\x0e\x49\x7e\x1c\xe3\x87\x7a\x3d\xa9\x0b\xeb\xf6\x3f\xd0\xf4\x43\xac\xb7\x01\x0e\x69\xd6\xf1\x1d\x2c\xc0\x38\x64\x01\xf0\xd6\x1f\x00\x8d\x66\xe1\x77\xc9\x96\x8e\x03\x43\xd4\x20\x03\x7f\xd6\xf1\xef\xe3\xf8\xc0\x0d\x2d\xd8\x76\x07\x49\xf5\xb3\xe0\x1c\x90\x86\x77\x90\x36\x3f\x0b\xf7\x28\xcf\xd0\x28\xae\x69\x91\xb6\x93\xde\x76\x14\xfc\x58\x06\x28\x3f\x67\x01\x5f\x63\xe8\xd5\x3f\xf4\xea\xef\x60\x99\x0f\x12\xcf\x67\xc1\x1e\x01\xa9\x33\xd4\x0e\x0f\xb5\xc3\xe5\x3c\x2b\x75\xb7\x75\xd5\xef\x72\x6e\xa5\xd9\x6f\x13\x4e\xb7\xd0\x6f\xb7\xbd\xfe\x6b\x8f\xf1\x75\xc7\xd2\x1d\x0b\x7b\x0e\x86\x4f\x16\xcb\xef\x26\x75\xec\x65\xc1\xad\xbb\x13\x5c\x3b\x70\xc9\xcf\xe2\xf6\xdf\x5c\x83\x82\x21\x6a\x14\x0c\x51\xbd\x72\xae\x4a\xd8\x1e\xd9\xc1\xca\x79\xf3\x2f\x74\x77\x90\xbb\xbd\x74\xb4\xd2\xa3\xf0\x14\x8f\xe2\x53\x4c\x40\xdc\x40\xa5\x9c\xc5\x10\x16\x98\x3a\x8c\x0d\x43\x78\x9f\x4e\xee\xc8\x01\xae\x4f\x16\xa2\xd1\x73\xae\x4e\x58\xdf\x01\xda\xe6\x59\xce\x5f\x5d\xb7\xce\xf6\x92\xfd\x1f\x7a\xe1\x0f\xb4\xcd\xa5\x93\xd3\x71\x9c\x68\x50\xc7\x59\x6c\x8f\x73\x05\x04\x60\x16\x9f\x75\x7f\xf7\xcc\x1f\xc0\x03\x65\xf1\x6b\x26\x97\x52\xa5\xf5\x38\xe5\xaa\x89\xe5\x1d\x42\x6f\x0e\xa0\x37\xcf\x72\x36\x86\xd5\xec\xce\x4c\x00\x28\x8a\xc7\xd9\x9d\x12\xb0\xff\x9d\x84\xec\xe3\x84\xdb\x1b\xa7\x12\x1c\x09\xf5\xc6\x89\x92\x65\x9c\xd3\x2d\x9c\x4c\xdd\x6b\x01\xa2\xcf\x59\x70\x97\x18\xe7\x72\x2c\xa2\xb0\xd7\x69\x9d\x4b\x84\xdd\xb0\xe0\x42\x31\xce\xe5\xf8\x96\xe3\x73\x2c\xcb\x65\x93\x83\xc6\x83\x7f\x9c\xe1\xbf\x92\x2e\xf2\xb7\x0d\x72\x8e\x67\xf1\x58\xc7\x1a\x3c\x8e\x45\x29\x07\x6f\xfd\x81\xab\x7d\x16\xd5\xba\x4a\x9d\x6b\xf0\xd8\x07\x47\xf1\x7c\x1d\xb3\x92\x0f\x09\x0e\xc6\xe9\x91\x30\xd3\x77\x39\x9d\xef\xe7\x1a\x48\xf6\x60\x3d\x06\x9a\xf3\x2c\x44\x78\xce\xa7\x64\x5c\x1e\x13\x72\x7b\x67\x5d\xae\xbd\x0a\xf4\x81\x02\xfd\x2c\xb0\x28\x83\x8c\xdb\x59\x54\xeb\x72\xed\x2f\x9e\xd3\x71\xf9\x9c\x12\x64\x38\x2e\x60\x21\xc6\x65\x9a\x12\x52\xc1\x8f\x0b\xa3\xc4\xb8\x2e\xd7\x85\x2b\x70\x61\x1b\x1a\xc2\x00\x75\xbc\xfa\x87\x30\x40\xe3\x92\xc3\x07\xba\x73\xe0\x7e\x9f\x85\xdf\x55\xfa\x9d\xf6\x3b\xed\x97\xab\x7c\xa1\xd1\x19\xd7\x0c\xeb\xf8\x17\x57\x9f\x61\x4e\xec\x02\x7b\x33\x2e\x49\x21\x4a\xf5\xd2\x51\x9c\x8e\x0b\xc9\x67\x5c\xfb\xf7\x1d\x63\xd9\x7e\xb7\xed\xb7\xd1\xc7\x63\x7b\xa4\x94\x2e\xb0\x37\x43\x28\x9f\x71\x7d\x8e\x19\x32\x2a\x6c\xcf\x10\xb6\xa7\x13\x6c\x3a\x48\xe1\x9c\x45\xf7\xdf\x41\xdd\xb6\xce\xfd\x18\xfc\x0b\x5b\x30\x50\x00\x9f\x85\x00\xc5\x71\xa3\xb9\x18\xb7\x9a\x0b\x14\x9d\x43\x05\xf0\x20\x9d\xf1\x59\x80\x0f\x1f\x77\xf8\x6f\xf8\x6f\xb2\x23\x43\x88\x9e\x21\x44\x4f\x27\x91\xfb\xc0\xd5\xfe\xcf\xb8\x25\x3f\xe4\x6a\x18\xf7\xb6\xee\x71\x0d\xb8\x83\x15\xef\xe6\x51\x41\xc1\xeb\x78\xdc\x8f\xea\x53\x67\xee\xdb\x4e\xf0\xe5\x40\x7b\x9b\xc5\x63\x5d\xae\x95\xca\xd9\xa1\x72\xb6\x90\x07\x69\xe0\x2e\x9f\xc5\xb0\x8e\xf6\x50\x78\x0f\x73\xc2\x76\x34\x80\x43\x38\x9e\x81\x4e\xf5\x34\x9b\xde\xd0\x53\x7d\x98\x2a\xb5\x00\x87\x32\xea\xf2\x5f\x9f\x35\x34\x7b\x43\x4f\xf5\xa1\xa7\x7a\x07\x2e\x68\x54\x22\x07\x46\x15\x58\xbf\x3b\xb7\xc7\x31\x3f\x8e\x19\x3a\x54\x7d\xc2\xaa\x4f\x18\x9a\xbd\x81\x9b\x79\x16\xf6\xd1\x99\x87\xe4\xb6\xe2\x5f\x21\xf6\xfb\xd0\x8b\x7c\xe8\x45\x6e\xae\x9e\xd1\x7c\xea\x5a\xf9\xd5\xe5\xbf\x0d\xa3\xd3\x68\xa7\x73\x3b\x73\x6e\xcd\x27\xac\xf9\x84\xa1\xd9\x1b\x64\xe9\xcc\xc2\x7d\xe3\xfe\x36\x8c\x08\x43\xcf\xed\x0e\x5c\xd0\x68\x9e\x0d\x1c\xb3\x4f\x33\xf2\x8d\x86\xd1\x69\xa0\x34\x3d\x0b\x59\x7b\x46\xc3\x5e\x3e\x1a\xf6\xf2\x4e\x56\xe8\xd1\x5c\xab\x86\xff\x51\x21\x1d\xd9\x00\x5d\x35\x8b\x66\x1d\xfd\x62\xa0\x1b\x20\xf0\x9c\x85\xc0\xc3\x01\xe6\x4e\x16\xb0\x32\x78\xdc\x0f\x61\x76\x46\x3f\xec\x17\xb6\x05\x5f\xe1\x2c\xfc\x97\xfd\xe8\xd2\x88\x7e\xb9\x97\xad\x52\xb7\xac\xf3\x5f\xf6\xa8\xa3\x59\x19\x9d\x1c\xaa\x05\x3f\x82\x41\x9e\xc3\x2c\xfc\x97\xfb\xd6\xb7\xff\x6e\xff\xe5\x0d\xe8\xb2\x28\x28\x20\xb3\x2e\xfb\xc5\x27\x36\x0b\xc7\xcc\xdd\x12\x9e\x66\x08\x4f\x23\xe6\xfc\x18\xb2\x19\xc3\x8c\x3f\x64\xf7\x1a\xc2\xd3\x8c\x21\x5c\x2e\xc6\x81\x31\xd0\xa0\x8e\x21\x9b\x86\xe7\xfb\x00\xab\x26\x0b\xf3\x72\x75\xbe\x83\xf5\x1d\xc3\x84\x25\x68\xfb\xc6\xd8\x7e\x67\x56\x0a\x14\xfc\x43\xed\xe1\x18\xbe\x01\x44\xa8\x0d\x71\x65\x86\xb8\x32\x1d\x2d\xde\x18\xd2\xfb\xf1\xf9\x1d\x67\x03\x55\x62\x16\x8c\x0f\x88\x9e\x41\x3a\xaf\x2c\xa6\x75\xd9\x07\x79\xab\xfe\x0c\x32\x56\x9d\x85\xfc\x36\x83\x1c\x32\x59\x30\x3e\x72\xb3\x0e\xb2\xc7\x64\xc1\xbe\xd5\xfb\xef\xae\x7a\x03\x4c\x96\x2c\x86\xbf\xe4\xf0\xa7\xe4\xd6\xa4\x25\x1d\xc5\xfd\x00\x93\x25\x0b\x48\xa1\xdc\x0a\x99\x29\xb2\xf8\xd5\xf1\x9d\x53\x9f\x2a\x22\x88\x19\x1c\xe4\x5b\xc8\xa2\x58\x97\xff\x2e\x8f\xe2\x2f\xef\xc0\x84\xb4\x2e\x24\xc7\xb1\xca\xef\x3b\xeb\x6e\xeb\x38\x3a\x00\x0f\x8e\xe5\x15\x5d\x92\x33\x14\x6b\x63\x79\x14\x97\x89\xb2\x08\xc0\x1a\xcb\x2b\xba\xbc\xa2\xc0\xec\x8c\x55\xfd\x57\x72\x46\xf0\xe0\x40\xbb\x97\x85\x63\x69\x8d\xba\xb0\x8e\x2b\x4a\x40\xe1\x58\x18\x39\xc6\x32\xeb\xd1\x74\x2c\x92\xf4\xa5\x74\x30\x21\x49\x0b\x05\xf5\xc0\x91\xb5\xf4\x09\x3b\x82\xeb\x6a\x16\x66\x9f\x81\xac\x2c\xaf\xf7\x92\x95\x21\xad\xfc\x50\xa1\x37\x84\x6b\xe9\x28\xae\x06\xae\xab\x59\x98\xfe\xe1\xb0\xce\xb1\xbc\x1e\x09\x8e\xd3\x7a\x9d\x1b\x6c\x46\xca\x3c\xd4\xb9\x2e\xb8\x9a\x8d\x83\x67\x43\xb8\x96\xb1\xf0\x73\x18\x28\xc2\xc6\xfa\x5c\x03\xd9\x11\x6c\xed\x63\x7d\xb6\x47\x9c\xe8\xc0\x8b\x7c\x84\x52\x58\x98\x92\xef\x48\x69\x77\x84\xfb\x11\xc5\x7e\x79\x5e\x02\x85\xed\x88\x62\xbf\x29\xd9\x8e\x40\xcb\x33\xd0\x1d\x66\x1d\xed\x11\x61\x30\xd0\x13\x96\x81\xe2\x6a\x04\x4a\xf0\x01\xe2\xcb\x59\x40\x4d\x1c\x21\x19\x8d\x8a\xa4\x8c\x6f\xc6\x08\xa5\x35\x50\x5b\xca\x40\x33\x35\x42\x36\x23\x50\xb0\x0e\x82\x5d\xc6\x96\x55\xdd\xcd\xb1\x70\xbd\x37\x4a\xdc\xb1\xbb\x59\xbc\x20\x49\x1b\xcf\xf7\xb1\xa7\xfd\x32\x96\x0d\xf0\xea\xd8\xd3\xb5\x62\x2f\xb7\x7b\xb9\x97\x6b\x00\xab\xb0\x65\x41\x85\x02\x19\x78\x82\x8f\x2d\xa9\xde\xa2\x95\xa3\x18\x1f\x68\xfc\xb2\xb8\xad\x63\x2c\xde\x2d\x21\x43\x06\xde\xe1\x63\xcb\x16\x6c\xd9\x02\xd9\x2a\x5d\x4a\x07\x0a\xc2\xfc\x6e\x50\x67\x1f\xa6\xc3\x41\xdb\x32\xf6\x76\x2c\xfb\x97\x8b\x2d\xd7\x6f\xa3\x90\x1f\xfb\xf5\x3b\x24\xb8\xed\xbd\xdc\xde\xcb\xc6\xfd\xdd\x9f\x7d\xe0\xaf\x31\xd0\x66\x0c\xb5\x7d\xe3\x81\xdd\x1c\x68\x33\xc6\xa3\x54\xa2\x06\x70\xe0\x1d\x3e\x1e\xd0\x29\xc7\x53\x38\x93\xb2\x69\x8f\x77\xe6\xc1\x0e\x5e\x40\x7a\x1c\xa8\xd1\xb2\x70\x2c\x9c\x03\x54\x57\x59\x6c\x93\xe3\xe5\x3a\x3f\x4a\xb1\x8f\xf4\x05\xdf\x91\xa1\xeb\xe4\x00\x5a\xe4\x2c\xf8\x89\x0c\x54\x52\x59\x4c\xeb\x06\x75\x8c\x05\x65\x54\x19\x85\xb1\xa0\x06\xca\x62\x59\x97\x6b\x8a\xef\xe2\x9f\xf1\x36\xbf\x83\x7d\x00\x0c\x24\x0b\xce\x41\x87\x2c\x0b\xa0\x3d\xde\x59\xac\xe3\x5f\xcf\xcb\xeb\x79\x91\x4d\xd3\x5d\x71\xbc\x9e\x03\x94\xe0\x43\xc0\xeb\xf1\xee\xe7\x9f\x34\x96\xe3\x95\xd5\x07\x2a\xe3\x2c\x9d\x75\x16\x23\x63\x7c\x6a\x2e\xf0\xf5\x18\x9f\x4f\x84\x2e\x87\x03\x25\xf8\xf8\x64\xf5\x3f\xa4\xba\x41\x8e\xb5\xa1\x7b\xe1\x10\x23\xc3\x94\x5a\xe3\x93\x6d\xf9\x4e\x93\x69\x21\x8d\x7f\xb2\xf5\x9f\xa9\x06\x49\xc7\x3e\xd4\x42\x8d\xcf\x84\x81\x40\xd1\x8c\x0f\x6d\xda\x40\x0b\x95\x75\xf4\x8b\x16\x6a\xa0\x85\x2a\xe3\x84\x35\xd7\x35\x71\x7c\xd2\x53\x02\x37\xc7\xe7\xfa\x7d\xbf\xf5\x83\x45\xf9\xa6\x63\x46\xfb\x35\x70\xff\x1e\xa2\xf9\x8f\xcf\xa4\x55\x4a\xe3\x22\xf7\x0f\x91\xfb\x4b\x47\xc4\xf8\xd4\x70\x00\x46\x9d\x75\xcc\x4d\xb6\x0f\x6f\xbf\xb3\x90\xf4\x6b\x7c\x9e\x8d\x4f\x5a\x77\xde\xd7\x7f\xfe\x4c\xb5\x46\xf3\x30\x6b\x28\xee\xdf\x53\xad\xd1\x54\x6b\x34\xf0\xfe\x9f\x07\xe7\x65\x8a\xf0\x3f\x70\xff\x9e\x62\x5a\x4c\x31\x2d\x06\xa0\xee\x53\x40\xe9\x29\xa0\xf4\x40\xcb\x3d\x01\xb8\xf8\x33\xcd\xfb\x31\x10\x85\xe7\x81\xa6\x7a\x92\xee\xa3\x0c\xb4\xdc\x53\x4c\x8b\x79\xdc\xd6\xe5\xd9\x98\x07\x2c\xf7\x3c\x6e\xc7\x3c\x18\xcb\x6d\x7b\xbf\x75\x4e\x96\x62\xea\x4a\x38\x75\x25\x1c\x60\xcd\xcc\x03\x3a\x39\x8f\xea\xf8\xfe\x05\x88\xee\x3c\xf0\x10\x9d\x47\xb5\xe9\x49\x77\xcd\xa6\x9b\x4d\x4f\x86\xdf\x1c\x82\xf8\xf3\xd7\xc1\x50\xf1\xb4\x9e\x07\x01\x08\x03\x85\xf7\xd4\x9b\x71\xea\xcd\x68\x6a\xae\x69\xa2\x92\x29\x5c\xc6\xc0\xeb\x7b\xa2\x01\xcb\xc2\x7f\x0b\x7d\x0c\xff\x25\x4d\x73\x21\x06\x76\x1e\xd3\xef\x64\x47\xe0\xc8\xa7\xd9\x79\x26\x08\x19\x25\x85\x59\xea\xec\xc3\xe4\x67\x78\xcd\x4f\x30\x31\xb2\x78\xfd\x97\xf1\x6d\x97\x68\x7b\x4c\x5c\xb6\xc7\x7e\x65\x51\xe0\xdc\xe7\xf1\xba\x0d\x6f\x58\xc7\x76\x7d\xfe\xeb\x93\x08\xec\xc7\x54\x11\x36\x7f\x8a\x30\xec\xf4\xb3\xc0\xa1\xce\x42\xd0\x5d\x81\x4b\x9f\x05\x77\x98\x49\xbe\x86\xac\xcb\xf6\xf4\xac\x9c\x62\x55\x0f\xbc\xe6\x67\xa9\xb6\xa7\xe2\x79\x14\xda\xe3\xfa\xcc\x22\xb7\x8c\x3d\x7f\x92\xb9\x25\x0b\x33\xd4\x26\x7b\x33\x8b\xfb\x51\x7e\xfb\xd1\x72\x9d\x85\x8a\x98\x42\x45\x0c\x30\xdf\x67\xc1\x6e\x38\xcb\x72\x2f\x3b\xdf\x61\x6c\x98\x05\x63\x83\xe9\xde\x66\x41\x8a\x98\x45\x29\x02\xd8\x8f\x29\xa6\xf5\x2c\x26\xc8\x40\x69\x3d\xcb\x63\xbf\x8f\xfd\xb2\xce\xe2\x5c\xcf\xf2\x78\x0e\x58\xe7\xf2\xda\xc7\x6b\x7b\xc9\xb5\x4e\xa1\x22\xa6\x50\x11\x03\x7c\xf7\x29\x16\xc4\x3c\x65\xf1\x88\xb3\x9d\xa8\x9a\xb2\xe0\x1c\xe0\x1f\x30\x4f\x24\x8b\x79\x9a\xca\x14\x68\x9b\x79\x7a\x55\xc0\x78\x38\x0b\x31\xb5\xd3\xd4\x31\x93\x7c\x31\x65\x80\x0d\x3f\x4f\xd7\xea\xec\xb6\x57\xe9\x17\x8d\xd3\x3c\xd5\x3e\x0c\xd6\xef\xe4\x29\x9e\xa7\x69\xf0\xc8\x2a\x36\xd5\xca\xcc\x53\x52\x8d\x74\x30\xd5\xca\x4c\xb4\x32\x59\x97\xe3\xbb\x50\xb6\xcd\x0b\xc3\xd6\x40\xa1\x3c\xaf\xf3\x57\x67\x2e\xd6\x24\x67\xf3\xf2\xca\x5f\xf7\xff\x4b\x6b\x38\x2f\xef\xe5\x85\xe7\xb6\xc9\x90\xe6\xe5\x3c\xae\xdf\x39\x48\xf6\x61\xea\xae\x38\x75\x57\x2c\x64\x4a\x9b\x6a\x4c\xa6\x49\x93\x0a\x49\xd6\xe6\xb5\x6c\x0f\xa3\xd3\x40\xc9\x3c\x2f\xd8\x82\x09\x2e\xf2\x69\x52\xa1\x89\xaa\x24\x8b\x6d\x1d\xe3\x83\xad\x9f\xba\x17\x16\x7c\x01\xe6\xe5\xfe\x5e\xde\x99\xc9\x9d\xbe\x90\x30\xe7\xa5\x84\x09\x56\xc5\xbc\x25\xa3\xb7\x2c\x00\xb6\xfb\x79\xa3\x91\x98\x77\xb9\xad\xcb\x7e\x6f\xb4\x46\xf3\xae\xae\x15\xe7\xea\x86\x0d\x9f\x37\x09\xf2\x0b\x58\x10\x13\x95\x4a\x16\x61\x1d\x7d\xc0\x72\xcf\xbb\xb3\xe7\xf8\xfc\x4c\x82\xe6\xb3\x80\xe6\xdc\xac\x55\x75\x5d\xaa\x9a\xa4\x09\xe9\x17\xd0\x77\x1a\x3b\x3f\x48\x29\x36\x05\xf4\x9d\xc4\xce\xe7\x77\xb9\xa6\x15\x56\x6b\xe2\xbd\x95\xc7\xea\xa4\xee\xb1\xee\xf5\xbb\x5c\x17\xe3\xdf\x67\xd5\xc8\x86\x1f\xd0\xd4\xbd\x6b\xd6\xe7\x97\xe4\x93\x3e\x5e\xc7\xf7\x9a\x9f\x11\x3a\x69\xdc\xf8\x6c\x4a\xd9\xe0\x39\xcc\xe6\x19\x6f\x9e\x71\x3c\xb2\x67\xc3\xae\x3e\xc1\xff\xfd\x65\xb9\x9d\x6a\x1a\xa6\x5a\x85\x01\xfe\xfc\x6c\xae\x1f\x21\xe0\x65\x20\x25\xce\x86\xa1\x62\x1a\xbf\x6d\xe6\xda\xd9\x86\x75\xbf\x24\xa4\x37\xed\xe1\x3b\x32\x89\xd3\xce\xba\x9b\xba\xc7\xba\xd7\x3a\xfa\xc0\x26\x3f\x1b\x36\xf9\x81\x57\xfa\x24\x5a\x3b\x0b\x93\xbe\x71\x07\xdb\x74\x7c\x3e\xf7\xb5\xd2\xc7\x72\xbe\x26\xf4\x01\x61\x72\x36\xd8\xe1\x49\x70\xf7\x59\xe6\xe4\xbb\xb0\x3d\x95\xef\xf8\x1f\x4d\x81\x89\x27\x01\xdf\x79\x7d\x99\xdb\x76\x2c\xd8\xfd\x07\x62\xe5\x6c\xee\x07\xbe\x5f\x59\xc7\xf8\x1e\xe7\xfb\xdb\x0f\xe8\x9f\xbe\x5f\xb3\xfd\xb2\x21\x72\x7f\x89\xfe\xce\xc2\xfd\xe5\x1e\xb5\xd7\x35\x7d\x4d\xd5\xd8\x59\xbf\xd7\xf1\xfd\x5f\x4e\x42\xbf\x73\xdf\x3e\xf7\x8d\xa7\xbd\x21\x3e\x4d\x62\xc1\x7f\x39\x39\xa7\x01\xdf\xd3\x80\xef\xf3\xe0\x5c\x75\xb4\x50\xb3\x9b\x4e\x0f\x6d\xf8\xd4\xbf\x6c\x76\xf3\xb2\x1f\xdc\xd5\x8e\xe6\x71\xf6\xe3\xb3\xee\xef\xca\xfc\xd9\xab\xcd\x10\x5b\x78\x02\x8a\x3a\x3b\x4a\x91\xd9\xb1\x6f\x0f\x3c\xe4\x67\xc7\x2d\x6f\x76\xdc\xf2\x4e\x72\xe6\xce\x3e\x1c\xea\x70\xa8\xc9\x9d\x4d\x82\xaf\xb3\xf8\x7d\x37\xa9\xb3\x8f\x70\xa8\x1c\xa7\xbe\x1d\x2a\xd7\xe2\x24\x15\xc7\xec\x2e\x6f\x37\xf7\x3c\x31\xbf\x13\x50\xe4\x2c\x6c\x8f\x63\xa2\x5b\xd9\x04\x1b\x39\xeb\x98\xfa\xe7\x98\x71\x5b\x38\x81\x3a\x98\x43\xce\x6e\xc8\xd9\xe1\x5d\x3f\xc5\x46\x9e\x62\x23\x0f\xbc\xeb\xe7\x20\xe6\x77\x8e\xdf\xb2\x71\x74\x86\xcf\x90\xb1\xda\x83\xb4\x89\x93\x20\xed\x2c\xcc\xc8\xcd\x93\x83\xd6\x29\x8b\xdb\x7f\x73\xfb\x8d\xc1\x9e\xc6\x60\x0f\x24\xb3\x39\x6e\xff\xbd\xc9\x17\x08\xe8\xe8\x54\x49\x35\x87\xcf\x3d\x5e\xc6\x53\x25\xd5\x1c\xe6\xcb\x43\x9a\x9c\x43\x72\x36\xba\x6b\x30\x18\x73\xb7\xdf\x6e\xbf\x29\xd1\xcc\xe1\x91\x1d\x1e\x59\x20\x6b\xe6\x90\xac\x0c\xc9\x4a\xe3\x68\x0f\xb4\x00\x93\x30\xe9\xf3\x24\x15\xc7\x1c\xb2\x37\xe0\x18\x67\x9d\xdf\xb9\x2e\xb8\xef\x8d\x96\x92\xcf\xd4\xed\x6d\x8e\xcf\x31\xf7\xec\x97\x14\xf9\x59\x70\xdc\x51\x8c\x4f\x41\x8d\xe7\x34\xc3\x3f\x12\xe6\x24\xa3\x7b\x16\xf6\xcb\xb9\x9a\xb2\x41\x24\x50\xcf\xba\x4a\xdd\xb6\xee\xb1\x2e\xe7\x31\x25\x71\x26\xff\x1e\xe4\x93\x9e\xd3\x27\xc2\x7c\xde\x03\x0c\xfe\xa9\xb6\x6a\xaa\xad\x3a\x71\xc7\x9a\xd3\xa7\xce\x74\xb9\xa3\x1f\xf4\x21\x59\xf9\x25\xbd\x45\x5a\x9b\x64\x7f\xcd\x82\x73\x8a\xd4\x39\x05\x17\x9e\xba\xae\x0d\x94\xea\x73\xba\xce\x28\xb2\xce\xb3\x70\x9e\x41\x06\xce\xc2\xf5\xe3\xec\xaa\xc1\x9a\xcb\xab\x4c\xac\xf1\x5c\xc0\x8d\xcc\x05\xfa\xd9\xe8\xb0\xaa\xba\xa4\x4d\x5d\xd2\x06\xca\xf7\xb9\x94\x04\x96\x39\x17\x71\xb3\x9a\xf8\x9d\x65\xc1\x39\x25\x5e\x78\x2e\xdc\xfc\xe6\x22\xc8\x6b\xe0\xad\x3f\x05\x03\x9e\x82\x01\x0f\xbc\xf5\x27\xea\xa2\x3f\x73\x99\xef\xac\xa4\x54\x3c\x17\x2e\xaf\x73\x3d\xae\xc1\x4d\x1f\x3e\xed\x80\xfc\xe6\x77\xb9\xa6\xba\x7c\xcd\xf5\x9b\xdb\xcc\xef\xc2\x7b\x14\x07\x39\xca\x00\x31\x9d\x81\x7f\xcf\x04\xc3\x37\xeb\xf2\xbc\x04\xca\xca\x89\xb2\xe7\x3c\x91\x30\x67\xc8\x0e\x07\xec\x70\x2e\x34\x75\x7e\x77\xfe\xbe\xab\xd4\xbd\xd6\x7d\xd6\xd1\xaf\xeb\x12\x4a\x9d\x20\x1a\xce\x90\xc5\x43\x51\x74\x9a\x69\x6c\xaa\xe5\x99\x68\x79\xb2\x8a\xf1\xf9\xbc\x84\x39\x3b\xc9\xb5\x36\x37\x01\x4e\x73\xff\xfa\x80\xbe\x6c\xfc\x85\xe6\x26\xde\xff\x24\x0f\xf9\x34\xe8\x78\x6e\xef\x25\xfe\x4c\x73\xcb\xfe\xe3\xfe\x54\x06\x69\x8b\xe7\x23\xa9\x46\xeb\x71\x9e\x27\xec\xf5\xe3\x1a\x3c\xbf\x35\x40\xd2\x7b\x50\xd8\x4e\x7c\x97\xce\x13\xdf\xa5\x29\x90\xeb\x7c\xdc\x73\x52\x70\x4d\x41\x5b\x27\xa0\xad\x59\x97\x63\x79\x14\xc7\x1e\xc5\x31\x60\x7b\xe6\xd3\x6c\xaf\xdb\x1e\xcf\x24\xd1\xad\x59\x38\x0f\xbf\x93\x16\x3f\xd2\xe2\x0b\xd6\xe3\xd9\xf6\xbb\xe9\x57\x11\x0d\xc7\x9e\x2c\xc2\x3a\xfa\xfd\xec\x17\x6d\xd0\x89\xaf\xd1\x14\x81\x75\x3e\xb8\x03\x0e\xf2\x1a\x4c\xa2\x51\xb3\xd8\x7e\x47\x1d\xc6\x8b\x09\xd0\xe9\x79\xe2\x57\x34\x4d\x43\x36\x49\x43\x96\x75\x39\x96\xd7\x7d\x7b\xd5\xce\x61\x80\x98\xaf\xec\x17\x8a\x93\xf3\x24\x37\xc1\x7c\x15\x4f\x5e\xc5\x13\xa2\x18\x26\xea\x93\x2c\xcc\x1a\x67\xbf\x18\xc0\xe6\x8b\x01\xec\x54\xa4\x7a\xbd\xbf\xaf\x74\x12\x17\xe4\xf9\x12\xec\x3c\x5f\x70\x5b\x4e\x82\x89\xe7\x0b\xbc\xd9\x04\xb9\xf4\x3c\xf1\x0d\x9a\x22\x97\xce\x17\xb7\xdf\x13\x63\xdc\x54\x2b\x33\x45\x2e\x1d\x8a\x27\xa6\x1c\x9b\xdf\xe1\x98\x7b\xce\xd7\x60\xce\x49\x30\x67\xd6\xf1\x9d\x6f\x05\xda\x96\xf3\x24\x08\x77\x7e\xb2\xff\x9f\xec\xff\x80\xd5\xd2\x97\x67\xe2\xcb\x93\xdf\xe5\xd9\xfd\x64\x69\x41\x10\x3d\xcf\x6b\xfe\x5d\x99\xbf\x84\xa3\x58\x26\xb8\x3f\x5b\x3e\x93\x6b\xf3\x4c\xae\x7d\x48\x82\xa9\x39\xad\xb9\xfe\xf7\xdf\x0b\x0d\xe9\x12\xa4\x79\x01\xd2\x7c\xb7\xe4\x12\x97\x18\xcd\x6b\x7b\xdd\x6f\x6a\x1e\x6b\x3e\x3e\xe2\xbf\x62\xe3\x88\xc3\xa7\x35\xd3\x9a\x5c\x41\x1b\x42\x2c\x5a\x78\x5f\xde\x04\x0d\xad\xcd\xb3\xba\x36\xcf\xea\xaf\xc6\x01\xe4\x1a\xde\x18\x96\xd7\xc6\x40\xb9\xb8\xc2\xc0\x0f\x2f\xae\xf1\x9f\xb5\x79\x4d\x6e\xda\xbe\x6c\xe8\xba\xf3\xb7\xca\x28\x2f\x5b\x4a\xaa\x7b\x01\x31\xbe\x84\x8c\x5e\x5c\xfc\x33\xcf\xc8\xe2\xf2\x67\x41\x77\xd5\xa6\x9c\xdd\xf5\x52\xc5\x5c\x6e\x17\xea\x66\x55\x1a\x6b\x77\xbb\x2a\x29\xca\x5f\x47\xb2\x97\x0b\x34\xe9\x3f\x0b\xda\x71\x63\x73\x5e\xbb\x3a\x86\x94\xea\x6f\x80\xe4\xd6\xae\xae\x4b\xa5\xc7\xce\x04\xab\x3d\x36\x7e\xec\xf4\x08\x5a\xed\xda\x8d\xb5\x1a\x7c\xd5\x5d\x62\xd8\x83\xc6\xe0\xbb\x63\x40\x96\x6d\x34\x4e\xa4\xc5\xda\x9d\xdf\x26\xa3\x1a\xfe\x86\xf3\x71\xa3\xa1\xe1\x08\x50\xb7\x38\xa6\xe1\xc8\x47\xfe\x06\x04\xf1\x02\xf2\x3a\x8b\x93\x2a\xfe\x9b\x4e\x26\x39\xfa\xbb\x1f\x34\x3e\xdd\x9a\x99\x4d\x0d\xc6\x34\xdd\x1a\x64\xd0\x3c\xe6\x0b\xed\x78\x16\xb9\x35\xbd\xd0\xd2\x72\x1f\xb8\xe9\x83\x1d\x5d\x2e\x41\xbe\xdd\x77\xf7\x74\x2e\x5b\x4a\x4e\x13\x35\xd7\xda\x61\x4b\xf9\xa6\xdf\x68\x4a\xd7\x0e\xc7\x94\xd2\xfa\xcd\x33\xbb\xc4\xdd\x5e\xe8\xcd\x49\x41\xbe\x54\x97\x2f\xfd\x69\x27\xb3\xdb\x2e\x6f\x4a\x0c\x37\x2f\xf1\x12\x6a\x61\x01\xb5\x70\xf7\x8b\x91\x6f\x07\xf5\xd0\xdf\xc5\x8f\x8f\x8d\xa7\x48\x7c\x1d\x8c\xe0\xf1\x04\x3d\xac\xdd\xcd\x7f\xaf\x4b\x9e\x3c\xd9\x75\x30\xa6\xd7\x91\xbf\xb4\x74\xb3\x74\xaf\x23\x7f\x19\xb9\x87\xf1\xb5\xf1\x97\xc6\xfd\xc8\x35\x48\x52\x8c\xfe\x6c\xed\xcf\xdf\x52\xa4\xb8\x5c\xcc\xcf\x01\xe4\xb3\x7d\x81\x44\xb5\xf6\xe7\xb6\x24\xf5\xc2\x99\x62\xed\xcf\x1d\xfe\x18\x25\xf4\xe0\xc1\x77\x64\x3d\x07\x3b\x5c\x07\x55\xdd\x2a\x76\x98\x73\x0e\x04\x44\x16\xd9\x14\xb7\x5f\xe5\xfe\x7a\xca\x99\x35\xb4\x84\x5c\xbf\xf0\xf1\xbd\x3b\x07\xff\xc1\x27\x6c\xe1\xef\x7b\x63\x9f\x5f\x0f\xca\xd1\xf5\x14\xb6\xb8\xd3\x94\xd7\xff\x39\xf9\xb1\xf3\xa3\x97\xfd\xc9\xcb\x0e\x8e\xc5\xd2\xfd\x77\x3d\x17\x6b\x37\x72\xcd\x1f\x4c\xd0\x0b\xa4\x09\x80\x2d\x16\x68\x13\x59\xd0\x12\xa7\x45\x77\xe0\x85\x3b\xb0\xd9\x7e\xd6\x73\x39\xf4\x9b\xa6\x38\x09\xcf\x6d\x53\xc9\x68\x00\x3c\xbd\x9e\xdb\xa1\x27\xfb\x75\x8f\xe4\x9a\xd7\x03\x57\xb0\x78\xa4\x6f\x74\x78\x4b\x27\xe2\x85\x13\xb1\x79\x7e\x96\xe0\x15\xeb\xa9\xfc\x58\xf8\x51\x3a\xcc\x13\x8e\x37\xc8\x7a\xbc\xd8\x4f\x0b\x3e\x62\xa0\xcd\x29\xb7\x9c\x72\x65\xa9\x9a\x53\xe6\xf6\x0f\x4e\xb5\x8e\xc7\xeb\xe9\x27\x55\xcc\xb9\xbb\x7a\x3d\x8f\x42\xf5\x23\x47\x90\x8f\xf0\x3d\x38\xd6\x8f\x14\xe1\xe9\x34\x4e\x77\xc3\x96\x46\x52\x7d\xa8\xc6\x33\x5c\x83\x14\xf0\xee\xc1\x39\x7f\x30\x20\x2f\x58\x0b\x20\x28\x16\xec\x45\x16\x0c\xdc\x45\x1f\xee\x68\x52\x8f\x7b\xf0\x0e\x3c\x92\x0d\x80\x34\xee\xe1\x7a\x4e\x9b\x9a\xd9\x14\x12\xc2\x7a\x24\x1b\x4f\x92\x0d\x54\x93\xeb\x99\xce\x78\xb1\xc2\x37\x4d\x2d\x57\x6a\xd1\x94\xf3\x5b\xce\x6f\x31\x3f\xa8\xf5\xb3\x9c\x5f\xf2\xfe\x17\xbe\xbe\xeb\x91\x96\x3c\x90\x89\xe1\x9c\xc3\x19\x26\xb5\xb8\x48\xab\xb0\x84\xf2\x58\x30\x4a\x17\x54\x50\x1f\xeb\x85\x3f\xf5\x3d\xda\xdf\xe3\xdd\xd7\xb3\xdd\xde\x64\xac\x50\x9d\x2e\x98\xab\x2c\xe8\xdb\x66\xb7\x27\x65\x73\x52\x7e\x5f\x39\xe8\x4d\x4f\x9d\x73\xf1\xd8\xd4\x43\x53\x8c\xf9\x71\xfe\x0f\x0b\x3e\x18\xf3\xe3\x2a\x41\x6b\xf0\x26\x58\x22\xf1\xaf\x07\xca\x42\x0e\xa0\x25\x10\xff\x7a\x5e\x16\x6e\xd2\xe1\xeb\xc2\xbd\xb4\xc5\xbb\x20\x34\xff\xc2\x7e\x86\x83\xcf\x7a\x3e\xc7\x9e\x7c\xd0\x3d\x21\x6e\xb2\x7d\x0b\xe0\x7d\x3c\x7e\xd6\x23\xb5\x01\x9d\xe4\x46\x25\xb8\x4c\xbf\xbb\x00\xdf\xbf\x18\x01\x00\xfc\x59\xdc\x90\xad\x4a\x55\xb5\x2a\x57\x01\xb5\xe1\xd2\x8f\x7c\x61\xad\x23\xbb\xd2\x7a\x25\x24\xe4\xe9\x05\x44\x64\x91\xab\x37\x0b\xc6\x94\x6c\xe2\x12\x0b\x65\xc1\x7d\xde\xa0\xe7\x2d\x3d\xc8\x17\x1e\xe4\x37\xba\xc6\x05\x2c\x4a\x16\x17\x55\xb4\x0e\x94\xea\x7a\x4f\x0e\xc1\xe5\x57\xcb\x2a\x7e\xe4\xc2\x98\xfc\x77\x91\xfc\x17\x9f\xe6\xa5\xdf\xf9\xc2\xef\xfc\x46\x1b\xb9\x5e\x79\x8b\xf7\x62\x36\xc9\x09\xae\xf7\x72\x36\xc9\x62\xdc\xae\x8b\x8c\x04\x09\x08\xee\xc9\x5d\x20\x0b\x41\x16\xd9\xb8\x8b\x70\x3b\x65\x58\x0b\x0e\xe6\x8b\xba\x60\xbd\xc9\x4d\xdc\x4e\xaf\x3a\x97\xa4\x42\x26\x22\x5a\x38\xa8\x67\xc1\x22\xf0\x7a\x00\xc8\x92\xc5\xf3\xbf\xff\xde\x4e\x18\x93\xe6\x22\xb3\xc1\x0d\xc9\x78\x9b\x53\x49\x4e\xe3\x2a\x0e\x49\x82\xf4\x36\x56\xb8\xfa\xd5\xb0\x6a\xfe\xef\xbf\xb8\x52\xaf\xb7\x39\x95\xa4\x4b\xf7\x84\xf9\x00\xd7\xe5\xcf\x22\x1d\xc2\x0d\xcd\x78\x25\x51\x60\xbc\xdc\xb3\x31\xbb\xee\x92\xf7\x4a\x95\x5f\xd9\x78\xa7\x71\x16\x53\x12\x85\xfb\xfc\xed\x5a\xe2\x9a\xb3\xc8\x89\x70\x93\xcb\x78\xbd\xc3\x91\x0f\x36\xa1\x33\x28\xc9\xd6\x9b\x9c\xcd\xed\x5c\xe4\x6c\xde\x24\x55\x37\x29\xe5\x17\x52\x47\x16\xd9\xf8\x6d\x8d\x8d\x4f\xf6\x0e\x06\xec\x9d\x1e\x83\xc9\x4e\x71\x19\xcc\x7f\xbc\x5e\x08\xd2\xf4\x54\x2f\x37\x3d\x69\xc9\x3d\x3d\xb0\xe1\xe2\x25\x83\x51\xf1\xb3\x58\x6f\xd8\x61\xe4\x52\x41\xf2\x5f\x69\xc2\xbb\x59\x74\x08\xfc\x2b\x4d\x00\xaa\xa6\x1e\x6e\xf2\xf6\xbf\xe4\x39\xf0\x2d\x5f\xca\x34\xeb\x4d\x92\x40\x5a\xa9\xf5\x4a\x12\xde\x64\x42\x2a\x58\xac\xeb\x7d\x5c\xce\x27\x97\xd3\x8d\x79\xdc\xab\xa4\x15\xf5\x70\xfb\x1e\x5b\x4a\xbe\xe4\x02\xf8\x6c\xbd\xd2\x0d\x32\x39\x54\x74\x7a\x4b\xd9\x68\xbd\x29\xfe\xd5\xc3\x05\x95\x24\xbc\x29\x01\xd7\xc3\xe5\xfb\x1c\xc3\xc7\x8f\x30\xe8\x9a\xb0\x17\x32\x53\x3d\x9c\xf3\xe7\x20\x92\xdf\xa8\xa8\xf8\xd6\x27\x99\xf8\x0e\xda\x62\x86\x1f\x4a\xd0\xf5\x1d\xdc\xc8\x66\x55\xb7\x8a\xf9\x4c\x6a\x96\x35\x9b\xff\x06\x55\xaf\x55\xb4\x0e\x9f\x42\x82\xe7\x2c\x1a\x55\x34\x85\x3c\xbe\xbe\xbc\xf6\xf5\xb0\x2d\x54\x53\x0b\x09\xad\xe2\xaf\xb1\x3e\x19\x8e\x2f\x19\x8e\x9b\x23\xf3\xc9\x70\x7c\x27\xad\x43\xf5\x3e\x49\x00\xa9\xea\xc9\x6e\xb5\x3e\xb9\x8b\xef\x62\xce\x9c\x0f\xd3\x4a\x2f\xd2\x4a\x63\xc8\x58\xdf\xed\xa0\xe0\x37\xe0\x5c\xc8\x2f\x9d\xc5\x84\xf2\x53\xe3\xf4\x6e\x86\x04\x69\xd6\xbc\xbe\x30\xaf\x57\xf4\x76\xeb\x93\x04\x60\x64\xaf\xa8\xed\x16\x96\xf6\x2c\x78\x57\x79\x6a\x84\xfd\x59\xc0\xfe\x60\xfa\x58\x82\xfe\x2c\x0c\xf1\x15\x55\xdc\x32\x39\xc6\x22\x39\x06\x9e\x75\xcb\xd4\x18\x8b\xd4\x18\x15\x8f\x90\x65\x66\x8c\x45\xc8\x88\x39\x87\x16\x71\x23\x59\xf0\xd2\x76\xbf\x72\xa0\x9d\xd6\x4f\x5a\xf7\xc6\x7f\x9d\x2d\xe5\x69\xfb\xba\xcd\x77\x9a\x87\x0e\x99\xe1\x7a\x91\xe1\xfa\x9e\x7f\xd7\x5f\xaf\xaf\xbb\x4a\x29\xd8\x54\x20\x3a\xd7\x27\x45\x20\xe1\x75\x05\x59\x70\x7d\x18\x34\x16\x01\x2c\x15\x60\xc1\xf5\x49\x12\xbe\xc1\x8f\xf0\x28\x66\xe4\x58\x88\xd5\x24\x00\x5e\x1f\xfe\x1b\xeb\x9b\xbc\x57\x1e\x8b\xe9\xa0\x53\xd8\xa9\x05\x9a\xfb\x4d\x67\x3b\x69\xca\x03\x2c\x95\xf8\x52\xc4\xa9\x5e\x2c\xa1\x8d\x16\xd0\x46\x17\x71\x8e\xeb\x93\x70\x7c\x8b\xb6\x3c\xc1\xcb\x9d\x5a\x70\xe8\x1e\x84\xe5\x56\x45\x0e\x0b\x84\xc1\xf5\x85\x6d\x05\x2b\xe7\x09\x0e\x57\x2e\xa5\x1b\xf2\x93\xad\x4f\xb6\xe5\x83\x06\x15\x4f\x70\x38\xd2\xe0\x00\xb9\x55\x12\xa1\x6f\xb3\x34\xee\xcb\xf6\xaa\x6d\x9a\xa2\x71\x05\x1e\xf2\x76\x93\x11\x61\x7d\xb2\x25\x64\x0c\xa9\xbf\xd9\x48\x84\x3e\x88\x50\x81\xd5\x26\x79\x48\x16\x9c\x16\x0f\x9e\x54\x88\x98\x1e\x13\x27\x2d\x3d\x35\x16\x9e\x1a\x57\x81\xfb\xfe\x5e\x67\x93\xec\x09\xc1\x1a\x4b\xd7\x8d\x45\x9a\x91\x7a\xba\x3b\x9f\x63\x48\x21\x88\x5c\x0b\xeb\x93\x2c\x81\xdc\x54\x09\x6a\x59\x9f\x72\xd1\x97\xd4\xa9\x9e\xce\x46\xb2\xf4\x41\x83\x80\xb7\x0c\x9d\x40\x82\xd0\x21\xd2\x31\x04\xbe\x1f\x59\x04\x1f\x4d\xaa\x5e\xab\xf8\xcf\xaf\xa0\x2e\x41\xd8\x50\xc5\x67\x25\x70\x06\xc9\x82\x1f\x4f\x7e\x24\xcd\x49\xe0\x05\x82\xd5\x2d\x0e\x54\xa0\x01\x24\x54\x05\x9a\x30\x0e\x7c\x71\xe2\x80\x04\x9d\x49\x52\x83\x24\xe2\x59\xd0\xe1\x4d\xeb\x97\x1d\x5e\xfc\x98\xf4\x33\x0e\x94\x17\x71\x24\xe1\xb9\xce\x83\x61\xa1\xbd\x88\xe3\xa2\xad\xea\x8f\xb6\x75\xb3\x34\x95\x61\x21\xe2\xc4\x91\x22\x0e\xd1\x2a\x61\xfe\x94\x20\x5f\x79\x45\x29\x10\x07\xf1\xb9\x71\x54\x66\xd8\xf8\x0f\x9d\x64\xe0\x55\x82\x71\x30\xcc\xa7\x12\x07\xd4\x04\xd4\xc2\x20\xb7\x4a\x16\xac\xfb\x60\xa0\x84\xef\x07\x89\x56\x2e\xa2\x70\xe3\x68\x4e\x1a\x72\x82\x5a\x20\xcc\xb9\x12\x04\x55\x55\x94\xa0\x41\x14\x55\x16\x4c\x67\xf2\x55\xff\x7d\x95\x4b\xea\x32\x74\x77\x07\x4a\x80\xb2\x33\x8e\xe1\x62\x25\x41\xa8\xd7\xc1\x57\xc3\x61\x25\x27\x50\xf1\x5a\x09\xbd\x4c\x02\x2f\x13\x60\x99\xe2\x18\xce\x19\x42\x50\x59\x85\xe9\x04\x93\x10\xd4\xeb\x60\x15\xa6\x83\x4a\x89\xc6\xb4\x4b\x21\x4a\x57\x80\xd2\x55\x5d\xe2\xe9\xaa\xa7\x14\x53\xaf\x42\xe3\xd3\xc6\x21\x0d\xf9\x1e\xc5\xb1\x1c\xd3\xb2\x25\x76\x6b\xd9\x52\xca\x35\xb5\x59\x13\xd6\xe4\xf4\xdc\x86\x70\x1b\x52\x76\xc1\x3e\x19\x47\x38\x24\xc8\x02\xfa\xd9\x00\x09\x2c\x0b\xe6\x7b\x32\xca\xb0\xa5\xe4\x47\xb0\x4d\x86\x7e\x31\x81\x2b\x8c\x99\xa1\x82\x60\xb1\x2c\xb2\xf1\xc1\x91\xdd\xee\x1e\x54\x61\x30\xee\xed\x29\xdb\x1c\xeb\x8b\xb6\x1f\xef\x51\xb2\x26\x40\x7a\xc5\xf1\xb8\x72\x10\x0a\x64\xf2\x30\xf6\x2c\x88\x3d\xab\xa4\xa4\x0d\x13\xd4\x04\xb0\x64\x75\x58\xe3\xc0\x93\x43\x31\xf3\x53\x1c\xaf\x8d\x27\x87\x52\xa7\x35\xfe\x96\xd4\xa2\x5e\x1e\x83\xd7\x41\xa5\x44\x53\x91\x9a\xe3\x78\x9d\x1e\xf7\x1d\xcc\xc5\x30\x6b\x7d\x94\x83\x95\xea\x56\x0d\xab\x72\x7e\xb3\x51\x13\xd6\xe4\x42\x71\xa0\xcc\x5d\x13\xe5\x60\x3b\x39\xd4\xe4\xb1\xf9\x13\xa4\xbc\x27\x5e\x28\x0a\xa6\xaf\xc0\x11\xa8\xa2\xd1\x0d\xb2\xde\x67\x31\xf3\xa3\x4a\x8d\x6d\x27\x49\x20\xe5\x5d\x14\xa2\x9e\xa3\xa4\x7c\x72\x61\xb0\x08\xfd\x86\x82\x5c\xf8\x98\x61\xa3\xc0\xa7\x44\x81\x6e\xe0\x58\x13\x45\xba\x51\x4e\x76\x98\xb5\x33\x75\x4e\x94\xe4\x60\x88\x39\x0a\x71\xdc\xa2\x5c\xec\x02\x6b\x57\x2e\x87\x79\xd1\xf8\xdf\x85\xda\x28\x08\x32\x41\x16\x7e\xa2\x96\xa2\x48\x66\x0a\x64\xe6\x9a\x56\x6d\xab\x50\x0b\x5d\x2c\xec\xed\xc4\x92\xe7\x01\x1e\x2d\x0a\x90\x4b\x51\x92\xda\x54\xe4\xb9\x30\x8b\x4f\x90\xc5\x87\x10\xa6\xd0\x19\x2a\x80\x99\xab\xf7\x61\x4b\x36\x9e\x24\xa9\x22\x83\x85\xf1\x84\x41\x3c\x21\x61\x4e\x61\xe4\x60\x10\x39\x48\xfe\xf3\xd0\x85\x2a\x70\xa1\xaa\x78\xfb\x04\x59\x80\xb2\x08\xb4\x57\x7e\xf5\x5a\x45\xe3\x85\x71\x62\x08\x0f\x32\x02\xd5\xdb\x85\xc4\xf5\x2a\x00\xaf\xbb\xa4\xd2\x86\x25\x46\x49\x36\xc8\x1c\x56\x51\xa4\x61\xa5\xa9\x1c\x63\xa0\xdd\xbd\x84\xd9\xb9\x9d\x61\xf7\x54\x24\xb3\x83\x25\x3a\x08\x4f\xcc\xc2\x61\xb1\xa0\x92\x35\x62\x15\x2f\xbc\x13\x83\x80\xc5\x2c\xce\xfc\x8f\x8f\x86\xa3\x1a\x34\x7e\x31\xf6\x61\xe3\xc9\xe6\x10\x9b\x15\x64\x16\xca\xe2\xce\x1a\xba\x93\x84\x15\x48\x18\x92\x52\x94\xe9\xc2\x40\xc2\xee\x9b\x96\xa4\x61\x25\xf9\x97\x4a\xe8\x48\x94\xe5\x38\x21\x46\x08\x25\x51\xc2\xd6\x83\xaf\x20\x7e\xf8\x8e\x65\x41\xf3\x8d\x31\x48\x8e\x0a\x94\x86\x10\x91\xd0\xa9\x2c\xf0\x23\xab\xa0\x31\x46\xd9\x2e\x5f\x12\x16\x6c\x14\x51\xb6\xab\x00\x03\x02\xc7\x1c\x78\x9c\x65\xc1\xe6\x0c\x9a\x92\xb0\x94\x87\xa6\xbc\x1d\x8f\x4d\x25\xd7\x01\x56\x5d\x94\xd7\x8d\x78\x79\xbd\x26\xff\xbd\xae\x55\x72\x1b\xad\xb1\xa7\x52\x91\x02\x15\xa9\x5e\x6b\xa9\x08\xd8\x7f\xa6\x99\x8a\xf2\x39\x04\x44\x9e\xea\x11\xfd\x6c\xea\xa3\x29\xce\xe3\xe7\xd0\xa1\x3e\x30\x4f\x71\xca\x6d\x10\xc4\x59\x2b\xe7\xea\x44\xe2\x89\x33\x25\x1e\xac\xf4\x71\xca\x80\x10\xdc\x59\xe1\x81\xe2\xc4\xa8\x14\xe7\xc1\xfb\x92\x1c\x4f\x88\x2a\x18\xc4\x79\x12\xa6\x16\xa7\x5c\xca\x09\x97\x02\xca\x64\x9c\x72\x29\xf8\xd4\x99\x6d\x2a\x74\xa9\x0b\x5c\xea\xb0\xe2\xc7\x29\xb1\x39\x4f\x06\x05\xfd\x39\xb1\xb9\xc4\x99\x44\xa7\x56\x2e\xf3\x89\x4b\x52\x9c\x27\x6f\xb8\x03\x95\x00\x9d\x70\x29\xf2\x11\x26\x6a\x0a\x12\x35\x5d\x27\xe4\x15\x3c\xc3\x2c\x58\xd1\xdb\x2a\x47\x7a\xf1\x23\xd4\x9b\x94\x4d\x59\x30\x52\xa8\xf7\x89\x22\x24\xce\x9b\x1b\x37\xfc\xca\x71\x21\x1a\xf9\x64\x9f\x92\x06\xbc\xfd\x2e\x19\x89\x53\xce\x85\x24\x4f\x97\x8c\x04\x5e\x80\x59\xb0\xa6\x9c\xc8\x13\x03\x7a\x90\xf6\xa9\xe2\x0e\x14\x27\x66\x97\x38\x2b\x3b\xdd\xe9\x51\x4a\x70\x22\x09\x55\xa7\x8d\x32\x24\xce\xe4\x60\x48\xd3\x13\x67\x77\xd6\x48\x3d\xd5\x31\x74\x97\x39\xa5\x9e\x06\xd9\x3d\xe5\x65\x70\x37\xac\x3e\x91\x67\x77\x01\x3b\xdb\x3a\x18\x42\x77\x5b\x93\xcb\xc1\xd9\x21\xce\xee\xa0\x90\x6a\x70\x01\x8a\x73\xd8\xf8\xa0\x71\x76\x75\x38\x99\x01\xfd\x98\x4c\x59\xee\xe6\x44\xce\xa9\xd0\xe8\x73\x3a\xce\xa4\x07\xd8\x82\xe2\x94\xbd\x39\x53\xdc\x31\x47\x55\x9c\xd3\x35\x4e\x12\x51\x7d\xb3\x4c\x65\x15\x04\xe0\xf6\x83\xc9\x48\x1a\x4e\x24\x9f\x76\xd0\xd4\xb2\xf1\x14\x80\xba\xbf\xc9\xde\x10\x82\xdb\x7f\xdf\xb8\x74\x72\x37\x5e\x09\x29\x0a\xf1\xb7\xf8\xc9\xc7\xb9\x3c\x1d\x32\x3c\x5e\x12\x69\xcc\x19\xb0\x4e\x50\xda\x53\x1a\x43\x3c\x6e\xf5\x55\x3a\xb7\x93\x49\x7e\xc5\xe4\x55\x71\x6e\x3b\x4c\xde\xa5\xff\x3e\xb2\x3f\xa8\x4e\x83\x62\x92\x3e\x2b\x8b\x97\x2a\x3a\xdc\x1e\xa1\xe4\x6a\xc8\x70\x19\xe7\xe3\x69\x7c\xf2\x34\xca\x3f\x9e\x52\x9d\x13\xb9\x07\xd3\x68\x9c\x8f\xfd\x25\x0f\xd3\xbd\x6f\x8f\x8d\x3f\x6f\xd6\x8c\xbf\xbf\xb6\xe7\xeb\xe6\xbe\xed\x7f\xff\xed\xde\xc6\xd7\x63\x92\xa4\xa9\xe2\x7d\x14\xe7\xeb\x31\x49\xa1\xa8\x7b\xf3\x3e\xc7\x97\x52\x4f\x87\xa2\x9f\x9f\xbb\xf6\x45\xd6\xe4\x91\xb8\x24\x3f\xc4\x08\x03\xc4\x16\x97\xec\xd0\x05\x41\x02\x52\x31\x08\x1d\xce\x82\xfd\xe7\x72\x5e\x92\x9f\x0b\xca\xd2\xb8\x9c\x57\xb1\xa9\x42\x53\x95\x9a\xcb\x9a\x1c\x37\x92\x87\x60\x9e\x71\x25\x0f\x54\xa5\xc1\x17\x56\xa0\x20\x22\xd9\x1c\x5c\xa1\x6f\x6c\x5c\x85\xc6\x21\xc2\x17\xaa\xda\x20\x46\xb9\x12\x18\x12\x97\x14\xe9\x82\x22\xe1\xe1\x14\x80\x7f\x66\x41\x5b\x9d\xe9\xa0\xba\x89\x4b\x5b\x11\x47\xc7\xa0\xe6\x00\x01\xb4\x12\x28\x12\x04\x2e\x67\xc1\x8f\xbc\x29\x26\x25\x8b\x2b\x89\x89\xf9\xb8\x82\xc4\x63\x7f\xe2\x4a\x99\xa7\x12\xe9\x11\x97\x1c\xc6\x95\x6c\x45\x77\xa4\x38\x5b\x06\x3e\xba\x04\xa2\xc6\x55\x7f\xbf\xe5\xce\x40\x42\xae\xe6\x52\x21\x23\x79\xc4\xf5\xdf\x0d\xfc\x77\xb1\x85\xc5\xd5\xfc\xad\xe7\x7a\x3a\x4a\xf9\x86\xab\xfb\x1b\x43\xea\x2e\x42\x52\x12\xb3\x6d\xc5\x25\x09\xb9\x10\x7e\xc0\x01\x8c\x4b\x2e\xe1\x4a\x19\xa8\x3b\x3b\xb9\x84\x2b\xe9\x05\xc9\xa3\x02\xb0\xd2\x2c\x26\xbf\xd1\x92\x5c\x02\xc1\xd8\xb5\x73\x31\x2e\x49\xc1\x05\x9b\xd0\xb9\x18\x97\x6c\x02\x71\xd9\x15\xaf\xa3\xb8\xa6\x8b\x8e\xed\xe6\xf2\x47\x69\x01\x7e\xc7\x18\xda\x82\x74\x6a\x59\xd0\x14\x6c\x89\x78\xa8\x41\xe8\x76\xed\x9e\xbd\xe5\x36\x70\xf5\xbb\x67\xcf\xab\x7f\xc1\x4b\x00\x22\x1a\x57\xb8\xf1\xc9\x52\x5c\x97\x63\x08\x97\x0f\xf6\xa2\x7b\xae\x14\x64\xae\xe4\x32\x88\xb7\x8d\x0b\x1b\x6f\xe0\xec\x7c\x5d\x8e\x61\x3b\x9d\x24\x0a\xf5\xb7\x81\xdb\x2d\x4d\x56\x04\x17\x9b\xb8\x64\x38\x2e\x18\x8e\xee\x41\x7b\x6c\x3c\x29\xc0\xf0\x6c\x3c\x8e\x20\xc5\x96\xeb\x72\x36\x32\x1c\x60\xad\x9a\xf0\x2b\xae\xd7\x15\x45\xc9\xfa\xdb\x67\x6f\x37\x81\xe7\xa6\xfb\x8a\xeb\x73\xf9\x30\xf2\x5e\x5e\x54\xaf\xf7\xf5\x61\xe0\x74\x19\x3e\xa7\xf3\xb1\x7e\xbc\x1e\xc2\xb5\xc6\x05\xcb\x81\x39\x33\x6e\x8c\xba\x71\x1f\x0c\x7e\x76\xaa\x2e\xab\x20\x65\xd5\xaa\x6a\x15\x6d\xf1\x58\x18\xcd\x1e\xf7\xa1\xdd\xd5\x2a\xa8\x22\x2e\xdc\x03\xc1\xf7\x96\xc1\x00\xfe\xb5\x0e\xc4\x99\xdb\x2b\x7e\x73\xc5\x07\x92\xef\x8d\x35\x26\xee\xbc\xe9\x75\x70\x94\x6f\xaf\xf8\xcd\x15\x1f\x1c\x65\xb1\x61\xe3\x46\xc4\x21\xbf\x57\xdc\x5e\xf1\x3b\x19\x0d\x5c\x82\xe2\x56\xc2\x21\xab\x1d\xc6\xd2\x10\x2a\x36\x40\x82\xad\x98\x46\xe3\x96\xe5\xb8\xb9\xf3\x44\x17\xc4\xed\x9d\xbf\xd1\xce\xe2\xf9\x13\xf7\x65\x53\x29\xb8\x5c\x98\x34\xe3\x96\x0c\x80\x16\x6b\xfa\xaf\xb8\xd5\x95\x00\x16\x7b\x11\x47\x1f\xf7\xed\x0c\xd1\xc6\xe2\xa5\x13\xb7\xd2\x08\xbe\xeb\xf8\x24\xc5\x2d\xc7\x71\x43\x3e\xb0\x5f\xc6\x5d\x9d\x60\x92\x8f\x3a\xd8\xd6\x1b\xab\x4d\xdc\x75\xe4\x7f\x0c\xa1\xba\xec\x48\x23\x00\x9e\xc6\x2d\x01\xb9\x1b\x8d\xd3\x52\x73\x82\x0d\x91\xdc\xbd\x91\x80\xdc\x8d\xff\x20\x4e\x80\x09\x64\x71\x52\x45\xeb\xdd\xad\xef\x6c\x3d\xec\xdf\x2d\x51\xb9\xd1\xb1\x0c\x27\xa8\x8e\xe5\xc6\x44\xac\xb4\x2b\x18\x6d\xdc\x08\x1a\x03\x66\xfd\x96\xe7\xb8\x07\x3f\xc2\xf5\xdc\xc3\xf5\x1b\xac\x0c\x9c\xd7\xad\x4a\xe5\x4e\xd6\xe3\xc2\xac\x18\x66\x17\x8c\x1b\xb2\x32\x7e\x55\xee\xc5\x64\x2f\x60\xaa\x84\xb5\x8d\x1b\xe9\x63\x78\x96\x97\xd3\x86\x88\x80\x62\x18\xf7\x72\x5f\x93\x96\x54\xc2\xa4\xc3\xa4\x84\x71\x23\x90\xcc\xe3\xfe\xfb\x93\x7b\x87\xbb\x90\x04\x05\x7c\xda\x00\x73\x21\x8b\x0f\x8d\x03\x55\x72\x17\x37\x24\x66\x7a\x62\x95\x60\x6e\x18\x0e\xe2\xac\xe3\x96\xa0\x00\xbf\x60\x86\xae\xb8\x1f\x47\x8d\x70\x02\x86\x69\xdc\x0a\x27\x77\xf2\x06\x44\xa6\xc4\x2d\xf9\xb8\xd1\x7a\x60\x3f\x0c\x93\x21\x06\xb0\xbd\x95\x58\x86\x00\xbb\x37\x8b\x9e\xff\xd1\xb8\xd4\xe3\x46\x5e\x99\x8e\xfd\xb5\xf1\x97\xc6\x69\xe9\x73\xe8\x88\x2b\x98\x0b\xe3\xfe\x9c\x20\xc4\x63\xda\x94\xc4\xe3\x4e\xb1\xa5\x4e\xde\xf4\x2a\xf1\xa8\x88\x22\x98\x02\xa3\xaa\x2d\xa9\xd8\x68\xc9\xf5\x10\x55\xc1\x03\x78\x09\xb3\x79\x45\x55\xca\xa8\x29\x65\x00\x9b\x19\x15\xbb\x6d\x80\x37\x51\x09\x86\x8e\x8a\xdd\x36\xc0\x16\xae\x18\xe7\xa2\xaa\x1d\xa9\x65\xe7\x7f\x83\x1a\x46\x55\x21\x14\x18\xe7\xa2\x9e\x36\x9e\xf4\x02\xb8\xde\xa8\x0a\x27\xa0\x0f\x0f\xdb\x56\x10\xa9\xf9\xfa\x63\x4f\x8f\x8a\x85\x36\x48\x13\x59\x31\xe9\x85\x28\xc4\x01\x0a\xb1\x07\xb8\x4a\x26\x6a\x92\x86\x4b\x45\x43\x55\xb1\x41\x2a\xc9\x4a\x24\x76\x54\x15\x1b\x35\x65\x16\x4f\x79\x55\x56\xa9\x49\x25\x3c\xd1\x55\x8d\x2a\xb8\x19\x15\x73\x61\x00\x9e\x91\x45\x6e\x0c\x67\xbc\x56\xd7\x17\x1d\x2b\x11\xdd\x21\xa8\x46\x00\x72\x6c\x4a\xb1\xa8\x92\x04\x00\x8f\xbd\x08\x15\x3b\x6e\x54\x28\x02\x2a\x2b\xb3\x50\x06\x00\xc8\x66\x13\x8b\xaa\xd6\xb5\x36\x76\x8a\x33\x0c\x2c\x47\x16\x34\x0e\xff\x4d\x8e\xca\x2c\x3e\xaa\xd8\x2a\xe9\x46\x45\x06\x21\xb6\x3b\xaa\xca\x08\x92\x52\x36\xc2\xb8\xa3\xaa\x50\x05\x36\xb9\x01\x49\x18\x02\x7d\x44\x9d\x7e\xc5\x0c\x65\x21\xea\x1c\x28\xc0\xf8\x71\x3a\x88\x49\x8f\x08\x71\x55\x7e\xa1\x26\xbf\x80\x9f\x41\x54\xf9\x05\x82\x72\xcc\xee\x15\x55\x71\xa2\x2e\xa6\xc8\x1b\x5f\x65\x21\x48\x71\x39\x79\x7d\x08\xd5\xc9\xe2\xe5\x23\xa6\x13\x36\x1e\x34\xce\xa0\x54\xa0\xd6\x14\x21\xc8\xca\x17\x55\x05\x6a\xcd\x6b\xdf\xb0\x0c\x86\x71\x3e\x41\x68\x0f\x69\xfa\xa2\xca\x64\x90\x00\xb3\x1d\x9e\xd7\xed\x52\x25\x6d\x68\x87\xa7\x53\xa2\x40\xf8\x8f\xf9\xc1\xa2\xaa\xd6\x20\x14\x08\xff\x84\xa8\xca\x17\x35\x39\x8b\xc9\x53\x57\x55\x97\xd6\x87\xe5\xf4\x08\x3d\xce\xee\xa1\x25\x8f\x90\xd2\x44\x7d\x98\x9e\x67\x41\xe5\x68\x7d\xf9\xd1\xc3\xa0\x5a\x03\xac\x93\xeb\x3e\xfd\xca\xb1\x27\x1b\xd1\x0a\xe2\x59\xfd\x1c\x68\x52\x85\x56\x5c\x86\xcf\x0d\x4c\xfe\xa1\xe1\x15\x13\x4d\x99\xa1\x25\xb3\xd0\x0a\x43\x15\x1b\x25\x5a\x52\x82\x46\xcc\x77\x90\x59\x33\x0b\x7e\xe4\x8d\x6a\x4a\x08\xe4\xd7\x9c\x7e\xa4\x81\x04\x18\x95\x56\x2e\xab\xa6\x55\x2b\x47\x8a\xa2\xc1\x7c\x9b\x41\x8a\xcd\x86\x2f\x7e\x34\x35\xa4\x2d\x79\x06\x7c\x32\xa2\xa9\x0e\x6d\x79\xe1\x1b\x60\x76\xd1\xe4\xfd\x5b\x72\x06\xd3\x96\xe4\x0c\xc0\xbb\x6e\x78\xe6\x47\xd3\x8a\x02\xdc\x75\xc3\xf2\x1e\x4d\xba\x40\x5c\x55\x03\xdb\x2e\x1a\xde\x9d\x01\x00\x76\xc3\x05\x3f\x9a\x6a\xca\x76\x8f\x6c\x9d\x41\xc9\x05\x10\x82\x65\x0e\xaf\x20\x0e\x2b\x0b\x86\xce\x01\x69\xea\x22\x48\xdc\x79\x01\xc9\x12\xcd\x4b\xdf\x2a\xeb\xce\x99\x69\x58\x6e\xa3\x61\xb9\x25\xdb\x7c\x98\xd6\x33\x5a\x63\xa4\x10\x99\xe6\xab\x0f\xc8\x76\xc3\xa8\x16\x4d\x33\x4a\xcb\x7b\x6d\x42\xaf\x10\x41\x26\x40\x90\xb9\x08\x2b\x0c\x21\xb8\x83\x2c\x9e\x8d\x34\x71\xd1\xd4\x4f\x10\x04\x76\xe1\x95\x10\xad\x3b\xc5\xce\x20\x5c\x2e\xd5\x92\x2d\xa5\x8b\x46\x34\x79\x08\xd3\x1d\xc0\x74\x5f\x6a\x00\x9b\xbc\x01\x81\x5d\xed\x3c\xfe\x0e\x1c\x1a\x4d\x91\xa1\xa5\xc8\x00\x22\x6e\x34\x5f\xfb\x06\x51\xc0\x43\x3f\xda\x72\x9d\x92\x12\x34\x1c\x86\xa3\xa9\x3f\x68\x79\xed\x9b\xda\xdb\xa6\x79\xa4\xe5\xbd\x9f\xce\x23\x1c\x4e\xdc\x7c\x44\x53\x5e\xef\x96\xef\x7c\x3b\x7f\x5f\xb9\x72\xc1\xa0\x9d\xad\xd6\x90\x96\xd7\xbc\x9d\x4e\x6d\x3b\xdb\x4d\x87\x1e\x0e\xe5\x03\xa0\xc4\xaf\xbb\xb1\x0b\x2a\x10\x40\x12\x6f\x5a\xcf\x8c\x2c\x8b\xc6\x75\xc6\xa7\x36\x9a\x86\x0d\x92\x8c\xb6\xd3\x7d\x7f\x6c\xeb\xb1\x2d\x36\xd9\x1b\x4e\x58\x99\x79\xc0\xa2\xa9\x11\x68\x98\x49\x6f\x9b\x7f\x9d\x10\x97\x1e\x87\xd9\x30\xf6\x2c\x9a\x97\xbe\xf9\xa3\xdb\xf7\xb2\xa8\xa8\x45\x9b\x9a\xcb\x06\x1d\x38\x3d\x30\xd2\x01\x62\xd2\xda\x09\x01\x69\xd2\x01\x12\x92\x9a\xec\x2b\xba\x74\xa0\x27\x47\x20\x27\x60\xc0\x5a\x10\xb0\x46\xc8\x63\x18\xae\x16\x00\x06\x35\x42\x0c\xa2\xcb\x1b\x74\xac\x24\x1a\xcb\xba\x64\x00\x30\x74\x33\x7a\x85\x09\x4b\xa3\xe7\x3d\x6f\x84\x71\x87\xf9\x4a\xa3\xe7\xcb\xde\x2e\x28\x8a\xd8\x43\x01\xf6\x10\xde\x44\x61\xb2\xd2\xe8\x90\x01\x9c\x43\xa3\x9f\xbf\xa6\x5e\xaa\x18\x28\xce\xe1\xd1\x93\x25\x98\x3c\x09\x22\x16\x45\x4f\x5e\xa0\x5d\x9c\xa3\xae\x31\xb5\x5f\x34\xce\xa0\x14\x06\x7a\x3e\xfc\xf8\x17\x85\x00\x46\xd1\x6f\xf4\xef\x9c\xac\xee\xc3\xdf\x53\x4a\x20\x4e\x33\xc4\x6b\x0f\xf0\xda\xdb\x05\xe3\xdf\xb5\x68\x90\x46\xb5\x29\xcf\x75\x49\x45\xaf\xac\x0b\x8f\x60\x57\xbb\xd0\x93\x01\x20\xaf\x69\x74\xed\x17\x84\xea\xb5\x8b\xa3\xd6\xd5\x5a\x02\x00\xdf\x2e\x4e\x4c\x57\x3c\x20\x78\x8f\xdc\xa7\xd1\x65\x06\x3a\xb4\x03\x77\xca\xe8\xda\x2a\x3a\xfc\x01\x81\xde\xd1\xa5\x1d\x24\x68\x6d\x9a\xc2\xba\x8a\x4c\x92\xb5\x4e\x54\x07\x5d\xad\x65\x4f\x42\xd0\xae\x5f\xd5\xb6\x2a\x2f\x2f\x87\x4a\xe8\xf9\x00\x7a\xbe\xe1\x15\x18\x5d\x0b\x6c\xff\x99\x2a\x18\x82\x5a\x08\x82\x07\xe7\xaf\xc6\x41\xc1\x42\xe0\x28\x18\x5d\x16\xa2\x0f\x96\x0a\x52\xd5\x55\x64\x82\x65\x3f\x7f\x1f\xb9\x0f\xf3\xcc\x1a\x06\x3e\x6d\x7b\x72\x45\x1c\xa6\x36\x0e\x92\xc7\xca\x5a\x75\x19\x8f\x3e\x6d\x9b\x95\x52\x8f\xd9\x93\xfa\x34\x90\xc9\xa2\x6b\xa6\xed\xc9\x92\x94\x03\x9a\xd7\xa5\x44\x3d\xe5\x8e\x76\xff\xaa\x3c\x2e\x40\x9d\x1e\xbc\xa7\x5d\x4a\x24\xb0\x3e\x58\xf6\xd1\x55\x65\x92\x9f\xb6\x69\x80\xea\xe1\x2e\x13\xbf\x72\x78\x21\xa4\x4e\x1d\xea\x84\xcb\x5f\x74\xa9\x53\x87\x1f\xb9\x91\x98\xc5\xe8\x0f\x30\xfa\x2f\x6d\x1c\x5d\x82\xd5\x53\x24\x31\xff\x59\x88\x9d\x15\x64\xba\x6d\xb8\xf8\x45\x57\x7d\xd1\xa1\x4e\xda\x88\xba\xd4\x09\xe8\xfe\x86\xcf\x5d\x74\x89\x4c\x4f\x41\xa2\x49\xfd\xbb\x82\x04\x51\x97\x85\x08\xd1\xe8\xb2\x11\x00\xfb\x9b\x6d\x2c\xba\xc2\x45\x27\x18\x0a\xd4\x9f\xe8\x52\x94\xfe\xd1\x96\xe7\xf6\xb3\xad\xcf\xb6\xb2\x47\xa3\x34\x63\x80\xda\x7a\x70\xc3\x07\xbe\x5e\x31\xc8\x9d\x80\xa7\x5a\x0c\x39\x8b\x01\x4d\x01\x33\x2c\x0c\xdb\x8c\x71\xb0\x69\x9c\xe5\xa1\x1e\x82\x40\xcd\x86\xd3\x56\x0c\x4d\xaf\xa3\xd8\x16\x3d\xca\x5a\x90\x66\x57\xc4\xec\x18\x6a\x1f\x07\x94\xe7\x46\x06\x30\xe3\x6e\x10\xe0\x79\x11\x07\x1e\x43\x89\x83\x74\x05\x05\x47\xb8\x18\x72\x20\xa4\x2e\x68\x5a\xa1\x86\xf6\x90\x71\xb2\x69\xec\xd0\x50\x5d\x31\xc0\x35\xc2\x5d\x2e\x86\x04\x6a\xc0\x95\xdc\x88\x01\xe6\xf3\x8d\x01\x57\x72\x73\xc4\x87\x14\x6a\x5c\xf6\xc8\x20\x94\x56\x8c\x2e\xc5\xa9\x2e\x86\x76\xd8\x71\xb1\x38\xff\xc2\x6d\x2a\x86\xac\x0d\xe9\x7f\x9b\xf6\xad\xa1\x51\x65\xc0\xed\x68\xdf\x32\x68\x35\x08\x5a\xbd\x2a\x07\x7e\x48\xc3\x46\xf2\x33\x4d\x93\xd7\x90\x3c\x91\xb0\xa1\x69\xe0\x1a\x8a\x2a\x83\xdc\x2c\x07\xef\xe5\x50\x21\x3a\xa0\x58\x9a\xb3\x04\x5f\x8b\x91\x64\xaa\x69\xce\x1a\x9a\x57\x07\x11\xea\xf8\xf4\xc5\x90\x64\x91\xfb\xc1\xac\x69\x31\x24\x59\x03\x76\xa7\x7a\x8a\xb4\xb8\x0e\x52\xed\x2b\x28\x0c\x35\xa7\x44\xca\xb6\x7a\x59\xe5\x50\x93\xc5\xb9\x88\xb1\x8f\xa1\x11\x76\x90\x1d\x92\x68\xa0\x18\xb2\x3b\xa3\x33\x21\x6e\xca\xd0\xfa\x02\x26\x5c\xab\xbc\x30\x42\xc2\xc5\x80\x6a\x55\x4f\x91\x36\xd7\x81\x73\xfc\x6f\x25\x86\x3b\x9f\xc4\xeb\xd2\xd4\x47\x5a\x8a\x3f\x41\x16\xe5\x56\xdd\x53\xc5\x23\xa0\xe4\x9a\x66\xaf\xa1\x86\x75\x4c\xe6\xe8\x12\xaa\x1d\x19\xd3\xb6\xe8\x51\xc2\x35\x10\x86\xc0\x57\x8b\xa1\x2a\x84\x44\xcb\x4d\xdf\x91\x21\x2b\x34\x82\x1e\xbd\x16\x52\x96\x81\x10\x43\xd4\x7a\x0c\x99\x1c\x20\xec\x0a\x18\x58\x31\x54\x95\x92\x0c\xa3\x55\x4f\xb7\x96\xd8\x01\x65\xd1\x0b\x63\x48\x59\xc6\xc3\x3e\xc2\x4c\x0c\x29\x0b\x11\xc9\xe6\x6c\x8b\xa1\x1a\x94\xa8\xe3\xd6\x3c\x39\xf2\x2a\x03\x10\x71\xd2\x47\x84\x71\xc8\x41\x1c\xb2\xc9\xd9\xc2\x30\xe4\x18\x49\x73\x1a\xf9\xb7\x62\xc8\xbe\x8c\xa4\x39\xad\x41\x2a\xc7\xe7\x4d\x41\x8c\x69\x90\xca\xa1\x2d\x96\xd4\xcf\xe5\xf0\x22\x6a\x8c\x1d\x70\x34\xc0\xac\xc6\x94\x5b\x99\x07\x3f\x72\x98\x0c\x68\x0e\x02\x9a\x9b\x5e\x05\x53\x3b\xeb\x3c\x58\x7b\xce\x84\xa9\xa2\x03\x6c\xbe\xa6\xa7\x81\x51\xcf\x41\xd4\xf3\xe5\x31\x99\xea\x41\x67\xa1\x47\x8e\xc9\x94\xa7\x99\x27\x3f\x42\x0d\xa6\x4a\x4f\x42\xa3\x9b\xc6\xf9\x29\x19\x01\xd9\xaf\x11\x44\x1e\x06\x4b\x07\xc1\xd2\x57\x85\xfe\x4c\xe2\xdb\x62\x12\xf1\x42\x5e\xc0\x98\xaa\x3d\x27\xd4\x80\xd0\xb5\x30\xa2\x3a\x88\xa8\x2e\x0a\x87\x53\xe3\xeb\xbc\x68\x1e\x3f\xa4\xa9\xf1\x75\xc2\xd7\x34\x38\xa4\x29\x51\x20\xfa\xba\x11\xba\x16\x53\x8d\x26\xc9\x46\x4c\xeb\x16\x53\xb9\x85\xfc\xd7\x62\xb7\x87\xe9\x47\x62\x42\x14\x00\xe1\x8a\xa9\x28\x43\x46\x92\xa6\xbd\x65\x4a\x01\x26\x77\x1b\xa4\xd4\x98\x9a\x55\x67\xb3\x2d\x7a\x54\xa7\x39\xb9\xc8\x8d\x87\x7e\x2a\xb7\xcc\x94\x5b\x8a\x42\xeb\xf4\x6e\x93\x48\xbb\x75\x48\xda\xd4\x2a\x32\xe1\x5a\xb4\xdd\xcc\xfe\x6b\xeb\xa3\x8a\xb6\xbc\xc8\x13\xa5\x06\x11\x6d\x31\xb5\xac\xce\x61\xf3\x8c\x4b\x8e\x84\x14\x2a\x62\xbd\x87\xa9\x53\x62\x92\xab\x1e\x2f\xd7\x98\x1a\x52\x27\x77\x9b\x7c\x6f\x31\xbd\xdb\x04\xa6\xb7\xce\x59\x9d\xde\xed\x39\x31\xda\xa3\xd0\x9e\xaa\x3e\xe6\x62\x6b\xdd\x34\xd5\x9c\x33\xf9\x89\xa6\x15\xd1\x48\xf6\x98\xf0\x16\xe5\x57\xe5\x84\xb8\xee\x64\x75\x8b\xa9\xad\x84\x7c\xe0\x4d\x13\xce\xd4\x4c\x3a\x11\x73\x34\xe1\x90\xc9\x25\x0b\xdb\xe2\x7c\x11\x24\x1e\xe6\x73\x29\xb6\xa5\xba\x73\xc2\x5b\x68\xb0\x31\x4c\x3e\x08\x93\x2f\xc5\xb6\x24\x0a\x46\xc9\x2b\xac\x4f\x29\x00\xd0\x8f\xad\x7b\x7c\xb5\x8a\x4e\x32\x58\x29\xad\x1b\x4a\x1f\x13\x2c\xe4\xe2\xb9\x57\xdf\x49\x12\x72\x81\xe7\x63\xaa\xdd\x24\x15\x4c\x03\xc9\x2b\xa6\x96\x4f\xd2\xc2\x08\x3b\x1f\x53\xa6\x64\x22\xd3\x10\xca\x16\x53\xa2\x30\x3f\xdb\x62\x10\x9a\x43\x09\xd4\x2f\xa0\xbe\xc5\x92\x03\x21\xab\x4c\x51\xce\x37\x74\x3f\x00\x9f\x34\x9f\x5c\x2c\x6d\x23\x0b\x3a\xd1\x7f\x5f\x4d\xab\x58\x7b\x98\x12\x91\x27\x63\xc1\x81\xf4\xfe\x2f\x84\x60\x13\xd7\xc4\x42\x0e\xea\xdc\x94\xa5\x1c\x04\x20\x40\xeb\x08\xfd\xe6\x5a\x8f\xc5\xab\x8f\x53\x77\xac\xeb\xf7\x55\xde\x27\xed\x30\x4b\x31\x64\x21\x74\x68\x74\x59\xb7\x3f\xde\xfe\x38\xa8\x0a\xab\xde\xac\x42\xaf\xbf\x34\x5c\x90\x95\xbd\x8d\xd3\x2a\xdb\x02\x3b\x4c\xcd\x83\xd0\x98\xb1\xb8\xfa\xda\x37\x96\x8e\x54\xc0\x10\x34\xcd\x2e\x4b\x63\xe8\x02\xe3\xb6\x20\x06\x2c\xaf\xfe\xe2\xf1\x27\x48\x2d\xcc\x9b\x13\x40\x6a\x36\x42\xd2\x62\x69\x0e\x5d\x64\xce\x23\x55\x79\x2c\x95\x97\x4b\x6a\x00\x4b\xb4\xa4\x06\x0b\x79\x45\xe3\x8c\x10\x9b\xb1\x00\x81\x07\x6b\x3f\x96\x8f\x3f\xa8\x9b\x26\xa5\x8b\xa5\x85\x63\x25\x9d\x68\x44\xa5\xc5\x52\xd7\xb1\x00\xbf\x01\x3a\x2f\x96\x9e\x17\x0b\x02\xa1\x15\x60\xa9\xeb\x58\xe8\x3a\x74\x86\x5c\x0a\x31\x24\xf0\x29\x78\x23\xc7\xd2\x0e\xb2\x10\x59\xd4\xe6\x2f\x5f\xfa\x35\x68\x8b\x67\x7d\x69\xf4\x20\xcb\x4f\x1b\x1c\xe5\xa5\xd0\xb2\x70\x32\xf7\x91\x5d\xd2\x8c\x35\x6d\x8b\x09\xa9\x2b\x59\x98\x57\x2b\x8f\xd9\x52\x13\x0a\x3a\xe8\x55\x5d\x1c\xe5\x11\x92\x03\x89\xea\x1f\x4b\x79\x64\x01\xf8\x85\x03\x74\x2c\x4d\x23\xa4\x0b\x6a\xa3\x59\xc5\xd5\x5f\x20\xed\xe9\x13\xbd\xa4\x19\x0b\x79\x44\x75\xfa\xd2\xe4\xba\x80\x42\x07\xa4\x21\x96\x5c\x03\x79\xf5\x9b\x2a\xf6\x25\xd7\xb0\x36\x3f\xba\x5e\xda\x43\x48\x32\xd4\x06\xb4\x7f\xa9\x40\x59\x28\x50\x74\xaf\x5c\x2a\x50\xc0\xa5\x68\xc3\x95\xd0\xc2\xba\x92\x9a\x5c\xfa\x57\x2e\xc9\xc8\x82\x8c\x10\xb0\x1e\x66\xf0\x0f\xf2\x15\x35\x30\xaf\x62\x49\x46\x16\x0a\x94\xe1\xd6\x6a\x75\x05\xfd\xb4\x69\x24\x5a\x52\x96\xf5\x1d\x54\xd1\xa3\x82\xcc\x82\x8c\x4c\x98\xb8\xa5\x20\x03\x00\x46\x9b\x4e\x5b\x46\x62\xc1\x48\x10\x59\x16\xa1\x95\x04\xe0\xd3\x06\x88\x55\x88\x92\x11\x20\x62\x34\xb5\x9f\xa1\x3d\x35\x00\xe6\x3f\xe1\x2d\x02\x04\xc7\x00\x1d\xb5\x4d\x4e\x74\xc8\x35\x00\x8e\xda\x08\x11\x8b\x90\x28\x04\x0a\x51\xb5\x65\xa1\x88\x42\xfa\xa5\x06\xca\x6d\x88\x99\x11\x81\x0c\x31\x39\x5f\xa1\x0c\x11\x60\xb7\xab\x40\x0b\x6d\x9e\x41\x76\x94\xd3\xe6\x7d\xfc\x03\x89\x00\x98\xaa\x08\x6d\x9e\x62\x6d\xa8\x41\x33\x5b\x53\x44\x92\x8b\xa2\xba\x2c\xe4\x07\x80\x64\x6d\x2a\x48\x42\xe3\x45\x24\xb9\x68\xaa\x43\x42\x3a\x01\x3a\x6b\x9b\x70\x0d\x21\xaf\x4f\xb2\xa7\xa2\x52\x2d\x54\x6d\x06\x86\x09\x35\x0f\xe1\x75\x07\xc9\xb5\x4d\xe4\xa4\xd0\x30\x11\xdc\x6d\x32\x41\x45\x78\xb7\x03\x96\x5d\x5d\x40\xa8\x9f\x08\xac\x97\xc0\xc1\x46\x74\x47\xcf\x45\xd6\x15\x35\x54\x5a\xc6\xc0\x39\x89\x33\x61\xa6\xa9\x88\xbc\xb5\xfd\xe0\xc2\x84\xb7\x36\x26\x5f\x41\x6a\xc3\xfb\x18\xd3\xe6\xd9\x47\x95\x97\xb1\xae\xfc\x0a\x22\x1a\xbe\xe1\xa1\xef\x93\x07\x40\xfe\x3c\x16\x5e\x54\xfe\xe8\x7d\x8c\xe0\x47\x68\x61\x68\x79\x8c\x60\x10\x10\x2b\x33\x5b\x85\x99\xad\x4e\x17\x5a\x23\x03\xf9\xad\xba\xe2\xa1\x79\xad\x22\xf2\x76\x75\xc5\xc3\xf0\x5a\x45\x3e\xd2\x5d\xe3\x4b\xe8\xa7\x1d\x8f\x6d\xb1\xf6\xda\x27\x23\x6f\x97\xb9\xe6\x22\xbc\x56\xf1\xd0\x16\x8f\x6c\x68\xa0\x8c\x87\x71\xf1\xa2\x86\x37\x2d\x5e\x46\xcf\x8b\x1a\xde\xb4\x78\xf9\x11\xa1\x2a\xf4\x5c\x88\x8f\x95\xf0\x4c\xc8\x9f\x07\xfc\xf9\xe9\x6e\x6b\x8f\x0c\x9c\x95\xb4\x9a\x84\xf6\xc8\xf8\x18\x3d\xaf\x95\x60\x14\x01\x00\x85\x69\xe7\x62\x6b\x8f\xdc\x87\x6d\x4d\xaa\xc2\x2a\x6e\xda\xbf\xc0\xbe\x8c\xed\x45\xdc\x85\x99\x40\x63\xb7\x1c\xfd\x06\xf3\x49\xad\xa8\x00\x16\xb1\x0b\x1b\x68\x57\x6a\x14\x40\xb0\x30\xb3\x42\x6c\xef\xe6\x4e\x5e\xdf\x94\x77\x21\xa8\x45\x80\x64\x51\xd4\x8b\x6e\x2d\x96\x3b\x79\xfd\x62\x5c\xc1\x96\xc9\xdf\xe0\x82\x1a\x32\x20\x62\x45\x80\x58\x61\x5a\xbc\x30\x05\x59\x00\x5c\x51\xd4\x9e\x0a\x5b\x13\x64\x20\xeb\x07\x14\x6f\x6b\xa1\xdc\x24\x1a\x34\x20\x60\xcb\x22\x6c\x2e\xb5\x01\x01\x42\x56\xc4\x4e\x4e\xa1\xcb\x72\x6f\xad\x1a\x3b\x39\x85\x5e\x1c\x97\x1e\x96\x26\x33\x23\xbe\x3f\x04\xb6\x88\x9d\x44\xc1\xf4\x7a\xb1\xb5\x6a\x80\x75\xd1\x0b\xd4\x53\xac\x8b\x00\xd8\xa2\x13\x45\x16\x5b\xfd\x00\xf8\x16\x45\xad\xee\x56\x59\x09\xbe\x45\x97\xb5\xdd\x3e\xfe\x9b\x78\x11\xe0\xb1\x62\x2b\xf9\x03\x7f\xd1\x0b\x37\x65\x4b\x0d\x76\xe7\x47\xc8\xdb\x56\xa6\xdf\x1d\x67\x42\x48\xe5\x96\xef\xdf\x83\x71\x71\x2d\xb6\x4c\xfe\xe6\x0d\xd7\x61\x49\x04\x8c\xd8\xf9\x94\x77\x8d\x40\x5b\x01\x7e\x93\x8c\x07\x8c\x9a\x10\x02\x23\x00\x83\xee\x84\x6d\x05\x88\xd0\x59\xd8\x16\x13\xd2\x5b\x72\x93\xae\xc4\x00\x06\x31\x30\x02\x0c\x8c\x42\x3e\xab\xd8\xbe\xe1\x7b\x31\x7a\x18\x4d\x81\xa2\x03\x2c\x8c\x62\x50\xc3\x96\x66\x80\x7c\x61\xce\xbd\xd8\x9a\x33\x49\x13\x57\x8c\x73\x10\x39\x3a\x80\xbe\x28\x2a\x93\x05\x8e\x0e\xa0\x2f\x7a\xe1\x9e\x6f\xdf\x70\x60\x30\x2e\x05\xbf\x2d\xb1\x01\x0e\xc3\x54\x7d\x61\xaa\xb9\x10\x49\x5a\xe7\xa0\xad\xdd\x13\x3c\xe9\x5e\xd0\x30\x6f\xed\x9e\x3b\x1f\xff\x0e\xa8\x54\x98\x8f\x2e\x40\xd0\xe8\xc5\xbb\xe9\xe3\xbf\x21\x49\x40\x4a\xc5\xd6\x14\x0a\x90\x46\x51\xa5\xbd\xb5\x85\x6e\x48\xd2\xe5\xb8\x24\x49\x60\x6b\x74\x19\x42\x51\x35\x62\x43\x92\x64\x08\xb7\xa6\x12\x80\x36\x3a\xe1\x63\xb1\x25\x49\xe0\x66\xf4\xe2\x85\x51\xd7\xb0\xb1\x8b\xe8\x26\xb8\x15\x18\x80\x71\xea\xa7\xf7\x51\x81\x01\x14\x8d\xa2\xca\x7c\x6b\x04\x01\x4d\xc3\xdc\x81\x21\x04\x76\x00\x9a\x51\x54\x99\x3f\xca\x10\xcf\x41\x5b\xc5\xaa\xdb\x2a\xb6\x83\xf5\x32\x03\x5e\x80\xa3\x71\x81\xf1\x12\x8f\x34\x07\xa8\x8c\x0e\x62\x72\x3c\x5a\x46\x1e\x5c\x28\x41\xd6\x09\xd3\xe4\x05\x48\x52\x97\xe2\xf4\x23\x19\x7a\x92\xe6\x98\x6f\x30\x4c\x9c\x17\x0f\x21\x24\x4a\xd8\x22\x69\xc4\x23\xcd\x81\xa5\x7a\x54\x59\x92\x51\xaf\x1b\xa2\xf1\xa8\x8c\x04\x94\xca\xfc\x83\x61\x22\xbd\x20\x91\x5e\x07\x82\x27\x1e\x75\x0d\x80\x6c\x5c\x7a\x47\x3e\x52\x26\xf0\x33\xba\x2c\x82\x28\x56\xf1\x24\x51\xe9\x27\xbc\xeb\xa3\x0c\xf2\x20\x83\x68\x05\x78\x34\x7c\x3c\x37\xfe\xb0\xbc\x10\x8f\xa4\xe3\xa9\xfc\x88\x7d\xeb\x51\xb1\x00\x80\x46\xb9\xa6\x5f\xb1\x69\x4f\x63\xbd\x5c\x7b\xb9\x86\xa7\xf1\x23\x2f\xc4\x23\x9d\x00\x4d\xa3\xeb\x0e\x2e\xce\x78\x00\x8e\xd1\xb5\x95\x3d\x2a\xfa\x9e\xce\xe8\x6d\x5e\x5e\x1f\x2c\x8c\xa2\x5f\xcb\xa3\x79\xe2\x19\x78\xe2\x42\xdc\x1f\xfd\x26\x81\xbe\x28\x5a\x02\x1e\xcd\x13\x40\x5f\xf4\xcb\x2a\xfd\xac\x81\xbe\x30\xb7\x49\x3c\xf2\xfa\x0f\x74\x02\x34\x80\x78\x34\x50\x80\x86\x71\xa9\xb7\x78\xd4\x0f\x3c\x90\x0e\x5d\x36\x44\xc6\x08\x90\x31\x8a\xc6\x01\xa1\x31\xe2\x99\x38\xff\xda\xbc\x16\x8a\x67\x9d\x54\xd1\xbc\x04\x06\x38\x8c\x7e\x41\xa3\x1f\xd5\x81\xe0\x60\x74\x60\x60\xe2\x91\xd7\x07\xfb\xa2\x5f\xa7\x5f\xb9\x38\x10\x05\x83\xc2\x4c\x2c\x18\x4f\x12\x02\x73\x08\xc6\xa3\xca\x00\xc0\x8b\xab\xa3\xaf\x13\xea\x22\x9e\x6d\x5b\x83\x2a\xf7\x31\x09\xc1\xd5\xcb\xf9\xf7\xa7\x58\x24\x8c\x20\x37\xe1\xa5\xd6\xe4\x51\xc9\xf0\x3c\x0c\x1b\x36\xf9\x51\x3a\x00\x06\xbe\x80\xc5\x1b\xa2\x63\x04\x90\xf0\x5d\xb2\xfb\x68\x71\x7d\x92\x74\xf4\xcb\xa3\x2c\xcd\x00\x1d\xa3\x6b\xc2\x13\x37\x3e\x1e\x7d\xa9\xa1\x9e\x02\x5f\xc4\x03\x81\x00\xff\x2b\x1e\x45\x81\xe7\xe3\x30\x60\x7d\x7c\x24\x10\xcf\xa7\x13\x76\xfe\x28\xf2\x45\xbc\x68\x14\x6e\x7c\xbd\x5e\xd5\x8c\xef\xc1\x72\xc2\xff\xbc\x8a\x02\x2f\x0c\x8a\xe6\x97\x57\x3b\x29\xd8\xf4\x5d\x9a\xf1\x6a\xd3\x78\x0b\x7b\xca\xd5\x7f\x65\x4a\x5e\x60\xc7\xef\xcb\xaf\xba\x55\x9c\x22\x56\x42\x3c\x8c\x78\xe1\x53\x2e\x04\xf8\xd7\x40\x54\x60\x31\x8a\x01\x3f\xaf\xd6\xd4\x17\x0e\xc4\xe8\x1e\xc1\x2f\xe2\x85\x40\x18\x2c\xf6\x4a\x20\xc0\xc3\xe8\x17\x02\xd6\x2b\x81\x00\xde\xa2\x83\xd3\x1c\xaf\x4a\x8a\x97\x48\x54\xd0\x93\xe2\x55\xcd\x08\x9a\x45\xbf\x11\xb0\x4c\xc3\x18\xa4\x61\x2c\x80\x1b\x87\x59\x18\x03\xf8\xfd\xae\x81\xec\xd5\xd0\x00\x14\x7f\x37\x1c\xeb\x55\x6f\x01\x0e\x86\xf9\x6a\xe2\x55\x1e\x79\x61\x37\x34\x90\x99\xbd\x31\xcc\xde\x08\x3c\x42\x08\x8a\x11\x80\x62\x94\x9b\xc7\x4c\x50\x8c\x00\x14\xe3\x52\x47\xf6\x6a\x40\x05\x15\xa3\x18\xae\xf4\x6a\x7b\x00\x0a\xa3\xeb\x41\xf3\xca\x94\xbc\x80\x2b\x1a\xc1\xf4\xea\x6a\x01\xf0\x45\x37\xb4\xeb\x55\x23\x01\xf2\x45\x01\xae\x20\x5e\x7d\x2e\x81\xbc\x28\x37\x0f\xd0\xab\xfa\x01\xe4\x8b\xfe\x3b\x26\xaa\x1f\x00\xba\x28\x5a\xb0\x5e\xf5\x93\x00\x5d\xf4\xdf\x31\x91\x24\x01\xa0\xd7\x81\xc6\x08\xf1\x2c\x02\x3c\x8b\x02\xca\x40\xbc\xda\x47\x5f\xe9\x0f\x44\x50\x78\xbd\x78\x11\x64\xf4\x0a\x79\x0d\x5a\x7d\x01\xe7\xd5\x82\x25\xec\x45\x90\x8f\xb2\xff\x16\x5a\x43\xc3\x8b\x20\x73\x73\x3b\x84\xe5\x8b\x17\x32\xf2\x5b\x09\xc9\xc8\x0b\x19\x31\x96\xeb\xd5\xd0\x00\x66\x85\xb9\x07\xe3\x55\xf8\x00\xbf\xa2\x68\xfa\x7a\x75\x7b\x7a\xb9\xdb\x1a\x9f\x5e\x15\x88\x40\x5b\x74\x2d\x4d\xaf\x51\xa2\x60\x5a\x14\x0d\x64\xaf\xfc\x00\x40\x16\x1d\x24\xe5\x78\xf5\x8e\x7c\x51\x20\x6a\xb8\x7b\x8d\x13\x7d\x91\x47\x34\xcc\x08\x6a\x11\x00\xfe\x75\x8d\x29\xaf\x56\x05\xb0\x2d\x7a\x85\x5b\x7e\x95\x5a\xde\x64\x0b\xae\xee\xed\x90\x02\xbc\x88\x28\x60\x2d\xc7\xab\x55\x13\x6c\x8b\x0b\x1c\xcd\xf8\x54\x20\x82\x5a\xd1\x8d\xf9\xfe\x14\x51\x40\xb0\x28\xce\x51\x08\x8b\xf8\x20\x0a\x60\x2f\xc7\xa7\x55\x01\x24\x8b\x5e\xb9\xdb\x9f\xfe\xd6\x5f\x81\xc6\xc2\x10\x8a\x6a\x11\x5f\xa1\x79\x2e\xb2\xa8\x16\xf1\x15\x9b\xaf\x54\x85\x55\x0f\x55\x34\xaf\xed\xe1\x3b\x59\x68\xb4\xab\x9f\xb6\x87\x0f\xe9\x82\xbc\x3d\xf1\x29\x5d\x7c\x5e\x64\xee\xd0\xa7\x8d\x91\x14\x10\xbd\x72\x7c\x3f\xa5\x0b\xc0\x2c\x8a\xd6\xb4\x4f\xbb\x22\xc0\x16\x5d\xb3\xd2\xa7\x09\xe1\xbb\x0d\x08\x61\x42\xde\xed\x0f\xb9\x41\x85\xda\xa7\x02\x12\x38\x8b\x42\x6a\xc7\xf8\xd4\x36\x02\x67\x61\x0a\xc0\xf8\x54\x2d\x02\x67\x71\x91\x19\x2c\x3e\x55\x8b\xe4\x35\xed\x95\x37\xfc\x53\xb5\xf8\x35\xf6\x11\xee\x4f\x6c\x8b\x00\x6a\xa2\x1b\x05\xf5\x69\x1c\x20\xc3\xa9\x59\xf8\xe2\xf3\xf1\x07\xf5\xa1\x37\x64\x90\x4f\x4d\x1c\xe0\x0d\xdd\xa0\x1b\x10\x1c\xb2\xa8\x0c\xa2\x51\xe5\x50\x79\x64\x0d\x71\xf9\x94\xe9\xc9\x60\xd1\x0d\x5e\xf9\x64\xd9\x01\x72\x28\x9a\x40\x3f\x9f\x62\x72\x5a\x74\xe3\x59\x3e\xc5\xfc\x4f\xec\xa8\x5f\x95\x5f\xed\x9b\xf0\x12\x76\x48\x1d\xdb\x07\x4f\x2d\x2f\xf6\xc9\x53\x83\xd5\x50\x3c\x98\x9f\x4f\x26\xb8\x0d\xbd\x71\x61\x3e\x8d\x75\x5f\x5e\xb8\xde\xe6\xbf\x70\x8b\x36\x4d\x6b\x98\xa6\xd5\xe8\x41\xa1\x1e\xe2\x83\x0b\x07\x78\x37\x3e\x7d\x99\x81\x77\x28\x15\x15\xef\xa7\xc5\x0f\x78\x87\xae\xad\xe5\xd3\x61\xe9\x83\x31\xef\x9e\x48\x55\x70\x5f\xde\xc7\x0e\x10\x6f\x08\xec\x10\x00\x34\xf4\x5e\xea\x7f\xfe\x6c\x01\x1a\x36\x59\x3a\x3a\x66\x8e\x6d\x92\x8e\x7d\xc0\x00\x63\xd3\xd8\xc2\x2a\x6c\x70\x0f\x3a\xf1\x1f\x5b\xdc\x83\x4d\x4a\x8d\x4e\x78\xc4\x06\x03\x21\x0b\x2e\x75\x1e\xd2\x0d\x06\xc2\x9f\x4d\x0e\x8d\x4e\xc4\xc4\x06\xf1\x20\x8b\x1c\x2a\xd8\x6e\xfb\xc0\xa8\xb5\x0f\x24\x59\x34\xee\xfb\xa8\x36\x9f\x5c\x69\x47\xe3\xbe\x49\x93\x91\x05\x3f\x16\x7e\xc4\xa8\xb5\x41\x3b\x28\xdc\xf3\x7d\xa0\xd7\xda\x24\x8d\xed\x28\xce\xb7\x39\x63\x37\xe8\x03\x7d\x38\xc7\xe9\xb4\x21\xe1\x35\x19\xf3\x2d\x14\xc1\x3e\x38\xa4\x38\x76\xef\x63\xfa\x63\x72\x92\x7d\x34\xbf\x9a\x56\xd1\x96\x2b\xb1\x6c\x6b\xd9\x16\x43\xe5\xdc\x6e\x90\x07\x2e\x42\x82\xb6\xc8\x03\x9b\xa4\xb2\x1d\xb7\xea\x7d\x60\x75\xda\x07\x56\x27\x10\xdd\xb7\xd9\x35\xf6\x41\xe2\x22\x42\x37\xb7\x99\x67\x37\x99\x67\xcd\x90\xb6\x45\x28\xd8\xc0\x12\x14\xcc\xda\x1b\x6c\x82\x2c\xe0\x53\x92\xf6\x6f\xb0\x09\xb2\x08\x10\xce\x98\x76\xd8\x23\xd2\x27\x08\x0c\xfb\x08\x7b\x44\xfb\x55\x9d\xf6\x76\x25\x36\xfb\x38\xe9\x71\xbb\x12\x9b\x1e\x1b\x6d\x6d\x27\x84\xb9\x0a\xc0\x85\x0d\x62\x41\x16\x6c\x5a\xb7\x2d\x9b\x7f\x98\x50\xa3\xc7\xc7\x09\xc1\x49\x8e\xc1\x1c\x1f\xdb\x7a\x6c\x8b\x1f\xb1\x60\xed\xc3\x73\xef\x7a\x3d\x6e\xed\xcb\x4a\x78\xe4\x70\xab\xd9\xa6\xd1\xad\x2e\xce\xeb\xda\x73\x15\x86\xa3\x7f\xdd\xb4\x97\xb5\x9f\x6c\xc7\xeb\x50\x61\x41\xc7\xe4\xe4\x7c\xb6\xf5\xd9\x96\x55\xae\x57\x3e\x40\x9d\x1c\x0d\xbb\x78\x61\x0a\x2c\x28\xc1\xa8\x5b\xd0\x83\x5d\xb8\x43\xf3\x18\x54\x55\xab\x3a\x11\x5a\x07\x55\xd3\xaa\x8f\xaa\x1c\x57\xe1\xb5\xd9\x00\x1b\x98\x48\x6e\x9b\xe6\x64\x03\x63\xd0\x51\x76\xef\x02\x73\xb9\xc1\x31\x28\x84\xb1\x6e\xc0\x0c\xb2\xc8\x95\xc0\x65\x77\x93\x04\x25\x8b\x3b\xbf\x62\xda\x82\x1a\x6c\x40\x0d\x4c\x54\xb6\x81\x2e\xc8\x82\x55\x65\xda\x05\xf7\xbd\x4d\xc2\x94\x02\x09\xdf\xe5\x72\x42\x17\x13\x82\x02\x14\x58\xd0\x0d\x48\x41\x21\x92\x75\x8b\x52\xb0\x41\x29\xe8\xf3\xf2\xc7\xc7\xaa\x3c\x00\xa8\xd7\x77\xb9\x6c\x9e\xbc\x0a\xcd\x25\xbc\x1d\x3d\x5c\x29\x1a\xf7\x0d\x3e\x41\x16\x36\xcf\x1c\xe1\x4a\x77\x41\x2f\xd6\x5c\xc2\xdb\xb6\xa0\x26\xa4\x95\xd8\xa2\x12\x6c\xf3\x19\xe3\xb1\xb0\xc5\x20\xd8\x25\x89\x4a\x27\xd0\x62\x17\xa9\x09\x50\x04\x1d\xf7\xca\x0d\x1e\xc1\x9f\x5d\x92\x39\xbd\x48\xff\xb2\x85\x25\xd8\x40\x11\x74\x5c\x2e\x37\x78\x04\x59\xd8\x3c\xe3\x82\x51\xdd\xe4\x85\x29\xcd\x4d\x6b\xae\x04\x8c\x2a\x3a\xfe\x6d\xfe\xe4\x6d\xfe\x64\x54\xe2\xbb\x48\x86\x40\x2a\x30\x87\xdd\x06\xa2\x20\x0b\x7e\xe4\xf8\x0a\x42\xb0\xcb\xf0\x47\x86\x3a\xdc\xda\x71\x33\x54\xe6\x38\xdc\x5a\x18\xd5\x39\x18\xfd\x70\x6b\x49\x1a\xd1\x3c\x13\xd3\x09\x4d\x8e\x89\x27\x67\xda\x16\xe9\x3a\xda\x45\x5b\xd3\x09\x21\x28\x13\x06\xb6\x45\x2b\xd8\x05\x46\x15\x67\xc2\x6d\xb2\xe6\x6d\xb2\x66\xa2\x71\x77\x91\xa4\x15\x8c\x62\x60\x21\x6c\x01\x0c\x36\xc9\x70\xcc\xa1\xb7\xcb\x72\xed\x93\xb2\x0d\x22\x2e\xb6\x98\x06\x1b\x00\x83\x71\x78\x98\xc2\xb6\xd0\x9e\x11\x9d\xb6\x4b\x78\x00\xf0\xc8\x1b\x2e\x21\xaa\xb2\x0d\xcc\x81\x69\xf6\x36\x49\x73\xb2\xa0\x2d\x47\xbf\x1d\xfd\x5e\x54\xfd\xdd\x56\xbc\x8b\x84\xab\x3c\xb4\x6b\xef\x8f\xab\x42\xae\x9d\xe6\x59\x7b\x9c\xdc\xc3\x4c\x4e\xce\xc7\xeb\x4d\x79\xf9\xd1\x9b\xf2\xba\xcd\x49\x86\xc6\xe1\x42\x49\x7f\xca\xcb\x8f\xde\x94\xcf\x6d\xfe\xd8\x66\x28\xb1\xa9\xaa\x77\x81\xfe\x34\x28\x71\xf9\x9c\x5c\xf2\xc4\xe3\xb8\x69\x4b\x92\x54\xf0\xf4\x03\x1a\x79\x8b\x84\xb0\x41\x42\x18\x00\xbd\x6d\xd3\x59\xef\x33\x29\xd3\xc0\x51\x6c\x9f\x92\x24\x80\x0d\x06\x46\x87\x6d\x32\xeb\x6d\x32\x6b\x1c\x53\x36\x58\x06\x59\x10\x79\x09\xbd\x3e\x61\x80\xf7\x09\x03\xdc\x38\xb7\x27\x66\xb4\x4d\xe2\xeb\x71\x24\xd3\xba\x4f\xcc\x68\x9b\xbc\xd7\x66\xfa\xdb\x24\xbf\xfe\xb3\x4f\x08\x57\xb3\x4a\x46\x02\x30\x04\x73\xff\x6d\xc1\x10\x36\x60\x08\x83\x04\x0e\x1b\x14\x84\x2c\xec\x91\xaf\x2e\x27\x84\xf6\xbe\xf1\x68\x88\x7c\xb0\x49\x58\x64\x2e\xc0\x7d\xa2\xaa\xdf\xe7\xc5\xce\xa7\x68\xbe\x01\x46\xc8\x82\x53\xc4\xda\x9f\x52\x29\x00\x10\x06\xb1\x20\x1b\x14\x84\x2c\x92\xf7\x04\x46\x75\x9f\xb7\x73\xbc\x59\x55\x58\x97\x13\x66\x7a\x83\x7c\x50\x9a\xcd\xcb\xcd\x9c\x29\x28\x0f\xa0\xe3\xf6\x59\x9d\x50\xb2\xd9\x03\xe8\xb8\x7d\x4a\x92\xce\xa4\x39\xa3\x1c\xfc\x88\x95\x6e\x93\x32\xe9\x1a\x6c\x2d\x79\x93\xb2\xc8\x55\x05\x5a\x75\x9f\xcd\x1d\xc2\xfd\xae\x71\x11\x4d\xf5\xbd\x49\xf5\x3d\x70\x98\xd9\x66\xfa\xde\x64\xfa\x1e\x38\xcc\xec\x53\x62\x03\xde\xc1\x28\x27\x6d\x75\xdb\xea\xb6\xc5\x20\x86\xa3\x4f\xb1\x77\xe0\x98\xb2\xcf\xe1\xda\x0f\xd6\x9e\x1b\x2c\xfa\xc1\x06\xfd\x60\x10\x58\xb2\xcd\x23\xbe\xc9\x23\x6e\x1e\xc1\x7d\x4a\x6c\x00\x33\x18\x05\x96\xea\x9c\x0e\x75\xb1\x38\x37\x6b\xbf\x5c\x68\xd2\x00\x81\x63\xb0\x4f\x99\x25\x70\x0c\x46\xf1\xac\x2e\xd7\x2b\xa9\xc9\x28\x9e\xd5\xe5\x3e\xc2\x2c\x01\x77\xb0\x45\x32\xd8\x67\x40\xc2\x3d\xf7\x61\xf3\xa8\xea\xbb\x4b\x28\x1b\x04\x92\xc1\x35\x6c\x4b\x36\x88\x2c\xe3\xa3\xc0\xc4\x9d\xdb\xad\x85\x0d\x22\x1c\x7c\x8b\x77\xb0\x4f\x88\x4d\xf1\x76\xc8\x06\x01\x81\x30\xb0\x17\xec\x53\x62\x03\xa2\xc1\x28\xde\x8e\xc7\xb6\x80\x96\x95\x47\x3c\x1f\xe7\xf8\xb0\x84\x9d\x95\x78\x1c\x84\xa9\x6a\xdd\xc7\xd7\x33\x61\x46\x65\xc8\x90\xe0\x04\x1b\x70\x82\x81\xd3\xc7\x16\x9c\x60\x9f\xf8\x0d\x77\x58\x04\x80\x0a\xfe\xec\x13\x6a\xd2\x79\x34\xce\xcf\x7d\xc4\x08\x08\xd0\xc1\x06\xaa\x20\x0b\x92\x24\x43\xfb\xcd\xa6\xb5\xc9\xa6\x35\x08\x5d\xd9\xa6\x38\xdf\x40\x17\x5c\x64\xe9\xdd\xe0\x17\x64\xc1\xb4\xe1\x1a\x2e\x84\xee\x0d\x74\x41\x21\x50\x7d\x5f\x52\x93\xcb\xd4\xf8\x1c\x00\x20\x0d\xfe\x6c\xd0\x0c\x4c\x97\xb8\xc5\x31\xd8\x17\x3a\x36\x1c\x9f\xf6\x25\xcf\x03\x9e\xc1\xc0\x5e\xb0\x2f\x74\x6c\x1b\x3c\x03\x73\x2a\xee\x4b\x02\x03\x6a\x81\x29\x15\xf7\x85\xdf\xf0\x06\xbc\xa0\xa0\x1f\xd8\xa2\x16\xec\x0b\xd2\x81\x7b\xd4\xbe\x50\xbb\x6d\x12\x82\x8d\x93\x85\xbe\xb0\x05\xee\x0b\x9e\x07\xa8\x86\x2d\x90\xc1\x26\x3b\xfb\x20\xd7\xc5\xbe\x50\xc2\x6f\x92\xb3\x0f\x70\xe9\x36\x38\x07\x59\xf0\x56\x42\x86\x84\x3b\xd8\x57\xf2\x39\xa6\x57\xdc\xd7\x6d\xf3\x37\x07\x00\xca\x74\xdd\xce\x31\x99\x9a\x71\x72\x87\xae\xdb\x09\x41\x60\x4e\x57\xa2\xba\xf6\x50\x13\xd4\xfe\xfb\x92\x9a\x80\x84\x30\x88\xad\xd9\x97\xdc\x0c\xc0\x07\x26\x51\xdc\x57\x73\xf4\x8d\x25\x84\x75\xb9\x94\x8d\x2e\xf8\x14\x9c\xbb\xf6\xd5\x7e\x3f\xb2\x12\x10\x77\xf0\x0f\xb2\xe0\xc7\xc6\x8f\xdd\x1f\xbb\x3f\x5a\xe5\xd6\x76\xd3\xf2\xb3\x5e\x18\xfe\x36\x30\x08\x03\x4b\xf7\xbe\x86\xdb\x31\x4c\x8e\x4f\x8f\xf2\x29\xe0\x21\x8c\x73\x1c\x7f\x7f\x8a\xcd\x60\xbf\xc9\x60\x6f\xa6\xc6\x7d\x49\x6c\x48\x60\x3f\x00\x9c\xd9\x97\x3c\x0b\x70\x09\x97\x1c\xbd\x29\xed\x37\x70\x09\x03\x30\xbb\x7d\x49\x7f\x48\xd3\x66\xca\xc5\x2d\x50\xc2\xbe\x20\x49\xa7\x47\x79\xb9\xc2\x8b\x6d\x86\x01\x06\x47\x21\x8b\xdc\x66\x22\xa1\xb7\x99\xf0\x37\xd8\x09\x03\x6b\xc5\xbe\xc2\x6d\x4e\x6e\xe6\xc2\xef\x65\x5f\x4a\x66\x57\x92\xa1\x8b\x44\x6f\xfb\x0a\x97\x20\xe9\xcf\xc0\x76\xb0\x85\x53\xd8\x57\xd0\x16\x72\xf8\xb5\xdd\xf9\xcd\x57\xb0\x31\x40\x24\x64\xf1\xd0\x96\x55\xde\xa7\xc7\x1e\x69\xeb\x71\x42\xc9\xae\x0c\x4c\xbe\xfb\x52\x9a\xba\x9e\x5f\x92\x78\xaa\x5c\xc2\x94\xa0\xc6\xe5\xf1\x7b\x6c\xeb\x35\xf5\x3b\x07\x4b\xfa\x03\x7c\xc2\xc0\xda\xba\xaf\xd7\xb6\x70\x25\xc6\x8b\x6e\x5f\xaf\xa3\x4f\x0e\x66\x60\x6d\xdd\xe4\xf3\xcf\xe2\xa2\x8a\x1f\x95\xa6\xae\x5f\xd6\x6d\x06\x21\x37\x73\x7d\x34\xef\xad\xfb\x5c\xd5\x6f\x51\xc5\xad\x93\x24\x01\xb2\x30\x80\x59\xdf\xb7\x32\x17\xc0\x0a\xa6\x60\xdc\xa0\x2b\x64\x91\x0f\x36\xae\x43\x5b\x44\x85\x0d\x8a\xc2\xc0\x5e\xb0\x6f\xb9\x19\xf2\xe0\x0d\xd0\x05\xf6\x8d\x11\x70\xdf\x49\x73\x4c\xd3\xb8\x81\x57\xc8\x82\xdd\x86\xec\xde\xd2\x9f\x3b\xd9\x15\x13\x37\x6e\xf1\x13\x36\x08\x09\x03\xf8\xb9\x2d\x36\xc2\xbe\x4f\x7a\x44\xe8\xbe\xe5\x53\x6e\x02\xa3\xd1\xf1\xef\x5b\x32\x02\x1e\xc2\x40\xc7\xbf\x01\x45\xc8\xc2\x3c\xd5\x8c\xfe\x76\xa8\x29\x14\x0d\x42\x65\xb6\x40\x08\xfb\x86\x66\x60\xe7\xda\xb7\x34\x03\x6c\x84\x81\x9d\x6b\xdf\x0a\x45\x40\x24\x5c\xca\x82\xe6\xf8\xdb\xa0\x1f\x98\x86\x71\x03\x81\x90\x05\xd8\xdf\x3c\x07\x77\x75\xf4\xc9\x88\x8c\x1b\xae\xe1\x56\xdc\xb9\x11\x77\x80\xe2\xdf\x62\x21\xec\x1b\xca\x82\x12\x7e\x83\x8b\x90\xc5\xa2\x8a\x55\x95\xb2\x80\x7f\x30\x6e\x07\xd1\x6d\xab\xdb\x16\xdb\xd1\x9d\x50\x92\x91\x81\x7d\x65\x0b\x7c\xb0\xef\xc1\x8f\x28\x4f\xee\xe1\x7a\x25\xe9\x30\x71\xe3\x06\x17\x21\x0b\x76\x88\xa7\xe5\x96\x4e\x80\x7f\x30\x88\xb0\xdc\xf7\x74\xa8\x93\xf5\x82\xa7\x16\xe5\x60\xdf\x50\x00\x6c\x0f\xfb\x5e\x2e\x4e\x12\x02\xf3\x33\x6e\x40\x10\xb2\xe0\xd6\xda\xa3\x44\xe1\x5e\xb4\xd5\xac\x72\xa1\xbd\xee\x1c\xf2\x3b\x1c\x3d\x82\x0c\x56\x85\x2d\xb4\xc1\xbe\xb9\xee\xd8\x0b\xf6\x1d\x2e\x4e\xb0\x69\x9e\x1c\xb5\x2e\x37\xe6\x3d\xf0\x01\xf6\x2d\x05\x00\xed\x60\xdc\x5c\x98\x5b\x15\x0b\xa0\x07\x97\x92\xec\xbd\x9d\xd0\xc3\xe8\x3d\x4c\xf2\x16\x37\x14\xe0\x86\x63\xbb\x1f\x17\x27\x29\xc0\xa8\xee\xa3\xfa\x14\xa0\x11\xae\xe9\x4a\x48\x14\x40\x3d\x30\xd3\xe2\xbe\xd5\xa7\xdc\xc4\x42\x4e\x17\xe7\x75\x42\x08\x2f\xd5\xc3\xa4\xf0\x72\xc3\x6e\x28\x31\x8a\x81\xb0\x6f\x28\x40\xfd\x55\xb9\x84\x79\xeb\x07\x6a\xd9\x7d\xcb\x81\x80\x81\x60\x3e\xc5\x5d\xbd\xdb\x40\x21\x14\xa5\xbc\x8a\x49\x6f\x57\x24\x95\xca\xf9\x12\x03\x61\x57\xee\x36\x88\x69\xbb\xaa\x3c\x01\x16\x61\x00\x8f\xb6\xab\x77\x1b\x94\x83\x81\x8e\x7f\x57\x05\x0e\x10\x0c\xcc\x9a\xb8\xab\x2c\x42\x85\x45\xc0\x43\x76\x83\x6c\x90\x85\xc9\x5b\x19\x17\x96\xb9\x5d\xe1\x1a\x88\x13\xd9\x55\x16\x01\x58\x83\x81\x2f\xf9\xae\xaa\x45\xaa\x29\xe9\x2e\xbf\xb2\xad\xcb\x84\xac\x7c\xa5\xc2\xa3\xe6\x15\x1f\x15\x4e\xb2\x2a\x70\x54\xf3\x6d\x21\x70\x08\x69\xb0\x2b\x14\x80\x00\x93\x5d\x55\x8b\x54\x73\xb4\xa3\x29\xa9\xca\x20\x40\x1b\x0c\x00\x4b\x77\xc5\xa3\x78\x57\xb3\x11\x43\x57\x2b\x96\xb9\x5d\xab\x99\x21\x59\x2f\x95\xac\x20\x1f\x5c\xf3\x5f\x78\x50\x6f\x81\x11\x76\x35\x65\xb1\xf3\x6d\xf6\x6e\x8a\x2c\x34\xa2\x42\x23\xec\x0a\x19\xc1\x80\xb1\x6b\x73\x1f\x1a\x3b\x8f\xe0\x57\xa5\x19\xe0\x20\x98\xf5\x71\x57\x55\x24\xc0\x21\x14\x20\x55\x76\x95\x1b\xa9\xd2\x0c\x6e\x5d\xed\xae\x4a\x32\x25\x03\x7c\xd4\x5d\xd5\x9a\xd4\xa4\x26\xd7\xfc\x55\x39\xd4\xfe\x4b\x63\x97\x55\xc3\x45\x1f\x2c\x3a\x9c\xb3\x98\x0a\xbb\x42\x59\xb0\x7c\xec\xaa\xb8\x53\x91\x6d\xf0\xf5\xdd\x55\x45\x4a\xc5\xe2\x37\xb8\xd4\x15\x8b\xdf\x26\xd7\x69\x01\x9e\x65\x57\x39\x10\x90\x17\x8a\x9c\xa0\xc8\x0b\xbb\x4e\xdb\x62\x10\xd3\x53\x94\x64\x68\x90\xdb\x7f\x57\xe9\x4f\x45\xdc\x51\x93\x26\xaa\xc2\xae\xe6\x8c\x45\x5d\x5c\x95\x6d\x80\x52\x18\x8d\x5b\x57\x95\x6d\xea\x2f\x35\x17\xdb\xa1\xd6\x04\xe4\x04\x73\xd7\xee\xaa\x20\x53\xb7\x3f\x32\xed\xed\x8f\x9b\x5c\x62\x93\xd1\x4b\x46\x00\x48\x30\x21\xed\x16\x21\x61\x57\x74\x20\xed\xb4\xca\xf5\x4a\x02\x33\x08\xe1\xd9\x55\xca\x52\xd1\x81\x34\xef\xe6\x6b\x8f\x2f\x6d\xc1\x98\x57\x19\x89\x8a\x20\x03\xbe\xcb\xae\xaa\x65\xc1\x4e\x30\x3f\xe4\xae\xca\x36\xf5\x65\x1f\x1d\xd7\xeb\x4a\x24\x8b\x51\x7c\xd6\xab\x5c\x03\x38\x0a\x45\x25\xa9\x38\x0a\xbb\xa2\x16\x69\x5e\x0b\xd5\x22\x40\x2b\x98\xfd\x76\x0b\xad\xb0\x1b\x94\x05\x27\xe1\xdd\xd4\xd4\x36\x18\x09\xc2\x81\x76\x53\x2d\x02\xda\x42\x99\x4c\x48\xb4\x85\xdd\x0e\x9b\xb7\xea\xb1\x8a\x7d\x44\x2f\xdf\x94\x6d\xc0\x61\x28\xf3\xca\x41\x34\x49\x52\x43\x90\x01\xc8\x6d\x37\x95\x27\x00\x31\x14\x55\xa9\x22\x30\xec\x86\xf5\x70\x42\x20\x40\x63\xc8\x82\x55\xe5\x5a\x35\x55\xbc\x0d\x71\x07\x28\xb7\xdd\x14\x77\x00\x67\x30\xfb\xee\x6e\x12\xae\x76\x31\x08\x9e\x4f\xc0\x17\xb2\x60\xed\x1d\xaa\x0a\x8f\x46\x86\x2d\x42\x67\x77\x53\x44\x69\xd8\x18\x27\x6f\xa5\xb0\x0c\xbb\xa1\x16\x01\x2b\x73\x37\xcd\x37\x20\x35\x98\xa8\x72\x37\x6c\x8c\x1b\x2c\x86\x81\xab\xd5\x6e\x92\x24\x80\x17\xca\x44\x3a\x68\x92\xa4\x06\x49\x52\x23\xda\x30\x3b\x6e\x70\x19\x06\xc6\xb6\xdd\x24\x49\xa4\xd4\x1d\x84\x29\xed\x26\xcd\x01\x9e\xa1\x4c\x88\x60\x93\x4f\x21\xe3\xee\x68\x9c\xfb\xa6\xa6\x96\xbc\xbb\x03\x90\xc8\xdd\xd4\xa7\x90\x83\xf7\x56\x35\xd8\x24\x43\x20\x36\x0c\x50\x22\x77\x53\x9f\x02\x62\x43\x51\x07\xdb\x9a\xfb\x08\x19\x9a\x4e\xbb\xbb\x12\x08\x45\x8d\x8b\xdc\x14\x8a\x40\x6f\x28\xf8\x59\x6f\xd1\x1b\x76\x43\xc5\xa2\x2a\xa3\x75\x17\x3a\x65\xa3\xd1\x5d\x68\x95\xb7\x0d\x09\x08\x47\x9e\xdd\xa4\x39\x6d\xd8\x16\xcd\x0f\xf7\x11\x9a\xa3\x3e\x97\xec\xbf\x7f\x76\x4b\x9a\x33\xd4\x48\x98\x03\x78\x9b\x03\x78\xc2\x22\x34\x79\x9e\x86\xd6\x45\x95\x41\x53\x79\xdb\x92\x1a\x0d\x5c\x56\xb6\xf0\x0f\xbb\x21\xf5\x10\xf2\xb4\x9b\x8a\x98\xb6\x6c\x8b\x43\xae\xf2\x16\xc8\x87\xd1\x3d\xd1\x2a\x6f\x1b\x52\x8f\xb6\xc0\xa6\xd4\xd3\xb0\xb6\x12\x30\xbe\x85\x84\xd8\xa4\x14\x36\x57\xe6\x6e\xe1\xda\xa7\xf0\x33\x54\x06\x34\x4d\x54\x2d\x19\x24\x93\x0b\x6f\x21\x21\x76\x43\x10\x22\xa1\xe6\x16\x12\x62\xb7\xa4\x5f\xa6\x02\xde\xc0\x43\x64\xc1\xb8\xbc\x8f\xca\x46\x20\x43\x9c\x87\x6b\x2f\x49\x6b\x28\x62\xba\xe7\x5e\x92\x06\x70\xc4\x7d\x48\x14\x24\x69\x00\x47\x0c\xf0\xee\xb6\xc0\x11\x1b\xb0\x88\xd1\xbd\x0a\xea\x66\x00\x8b\x38\x71\x55\xdf\x4d\x71\xa9\x91\x30\xf7\x77\xbe\x54\xfe\x82\x25\x31\xba\xb7\x56\xfe\x09\x2c\x89\xfb\x70\xa1\x25\x7c\x60\x49\x0c\x6d\xa7\x62\x49\x6c\xb0\x24\xce\xa3\xfc\xdd\x56\xbc\x85\x9a\xd8\xed\x65\x8c\xbc\x95\x4d\x0b\x56\x7b\x39\x6b\xbc\x95\xa2\x4f\x6c\xf2\x1e\x0f\xe0\xf6\x76\x53\x0d\x04\xe2\xc4\x09\xd8\xd0\x6e\xaa\x8b\x41\x9f\x18\x9d\x1b\xdc\xa5\x8b\x1d\xba\xd8\x39\x91\xc2\x4f\x6c\xf3\x25\xbb\x76\xe2\x4f\x6c\xd2\x25\x0f\x65\xc1\xae\x51\xab\x1f\x9c\x35\x2e\x75\x97\x2e\xf6\x22\x34\x14\xcd\x17\xdb\x2a\xb6\x65\x55\xb7\x8a\x71\x41\x76\xbb\x4a\x65\x80\x2b\x86\xf6\xca\xae\xe9\x0b\xfc\x8a\x9b\xa4\x29\xbb\x4b\x2a\x3b\xa4\x52\xe3\x24\xb8\x16\x59\xb0\x35\x68\x31\x85\xb7\xd8\x1d\xea\xa9\x80\xd5\x95\xdf\x3a\x7a\x66\x90\xfa\x36\x50\x17\x59\xd8\x16\xd3\x56\x33\xd4\x2f\xdb\xe2\x47\x79\x3c\xa0\x2b\x6e\x15\xfa\x5d\xd3\x57\x47\xa4\x23\x19\xd9\xee\x8a\x74\xc0\x59\x9c\x07\x07\xbe\xcb\xf6\x81\x67\x31\x34\x31\x89\x67\xb1\xc1\xb3\x38\x09\x58\xdf\x5d\x1a\x0b\xae\xc5\xad\x71\xa0\xcb\xf6\x81\x6b\x31\x06\xa6\xc2\x7e\xdb\x3c\x39\x6a\x09\x3f\xd8\x5d\x29\x0f\xf8\x0a\x33\x38\x6f\xe1\x2b\x36\x59\xa7\x4d\xf2\xb9\xbb\xca\xa2\x9e\x44\x74\x00\xe9\xb7\xcd\x43\xbd\xc1\xac\x18\xda\x5a\xba\xca\x22\x30\x2b\x4e\xc0\x9f\x76\xc7\xfb\x6a\xf7\xc6\x1d\xe0\xc8\x75\x55\xcf\x1d\x29\x6f\xb8\x69\x4a\x79\xbd\xb3\xb5\xd0\x6b\x31\x2d\x76\x87\x7a\x92\xdd\x6c\x77\x39\x36\x60\x2e\xc6\xe0\xf1\xef\xdd\xe6\x3b\xeb\x05\x25\x16\xc1\x62\x9b\xf7\x1a\x00\xa8\xdd\x15\xfc\x3a\xa9\x56\x35\x0e\x88\x57\xb1\xfb\xe0\x47\x4f\xa1\xd6\xfc\x3e\xd9\x34\xe8\xa2\xf0\x14\xbb\x93\xaf\x98\x90\x83\x0d\x30\x45\x16\x1f\xb0\x62\xcc\x51\xd3\x3d\x00\x14\xe7\xe1\x91\x53\x16\xec\xab\x51\xc5\xda\xab\xfa\x01\x80\xe2\xfe\x2d\xb4\x1c\x1b\x60\x14\xe7\xe1\x61\x92\x63\x03\x8c\x62\x80\x48\xb8\xbb\x74\xb1\x93\x18\x4d\x2b\x4c\x97\x2e\x82\x36\x31\x86\x6d\xa9\x8d\x06\x6d\xe2\x2c\xf0\x88\x5d\xf1\xb0\xa7\x48\x78\x12\xf8\xbb\x41\xa1\xc8\x82\x55\x85\xd8\x74\xc5\xc3\x4e\x5e\xe5\x82\xde\x54\x7c\x8a\xdd\x21\x95\x20\xc3\x6d\xf1\x29\x76\x7f\xfc\x91\x4d\xd3\x90\xde\x21\x5c\xc3\x55\xd5\x6a\xd5\xa1\x52\xc3\x8b\x2c\x7b\xd6\x51\x3d\x0f\x2f\xb2\x34\xa7\x23\xe5\x69\x81\xef\x9f\x3d\x42\x4d\x34\xa4\x8b\x3c\xb1\x47\x12\x95\xb3\x14\xab\xba\x55\x91\x55\x1c\xb9\xa1\xba\x86\xec\xe0\x83\x10\xb1\x6d\x72\xf0\x0d\xda\xc4\x09\xf2\xd5\x1e\xaa\x8b\x47\x69\x54\x0d\xaa\x6c\x2b\x39\xab\x21\xbf\x39\xa4\x13\x20\x4f\x9c\x64\x1a\xdb\x22\x4f\xec\x01\x9d\xd0\xdc\x2e\xf2\xc4\x1e\x28\x75\x64\x2e\x87\x44\x01\x1c\x89\x31\x1d\xaa\x26\x72\x70\x24\x4e\xad\x1d\x43\x96\x0a\xb4\x88\x41\x6e\xb3\x6d\x2e\xf2\x0d\x5a\xc4\xa9\xb5\x43\xb4\x88\x0d\x5a\xc4\x98\x68\xe2\x86\x8c\xd7\x48\xa2\x30\x26\x94\x69\x28\xf8\x01\x07\x31\x64\x1b\x87\xd7\x1d\x08\x88\xb3\xa0\xf5\x1d\x1a\xbf\xc7\xcd\x20\xd0\x6c\x0f\xf5\x3c\x23\x99\xad\x21\xdb\x28\x42\xc4\x1e\xb0\x54\x32\x84\x43\x4b\x13\xa0\x11\x03\xc0\xc2\x3d\xa4\x00\x40\x40\x8c\x69\xf3\xea\x79\x80\x80\xb8\x35\x9d\x0d\x6d\xd8\x03\x01\x8d\x00\xb7\x6d\x7e\xf4\x6d\x7e\x74\x22\x86\xb7\xd8\x0f\x1b\xec\x87\x41\x5e\xb2\x3d\xb4\x34\x01\x01\x31\x54\x2c\x0c\xef\x36\xa8\x0e\x03\x48\xa0\x3d\x34\x6b\x03\xee\x70\x92\xb8\x67\x0f\xa5\x31\x80\x1e\x4e\x82\x88\xb7\x40\x0f\x7b\xa0\xfc\x95\x17\x13\xe8\x61\x0f\x92\xa7\x6a\xab\x11\xe8\x61\x0f\x54\x3f\xf2\x62\x43\xe7\x1d\xb0\x1f\x6e\xaf\xfb\x90\x02\x00\xee\x30\x26\xfa\xcd\xa1\xf2\x77\x2c\xf6\x11\x7e\x73\xc8\xf3\x0c\x78\x9e\x39\xff\x85\x82\x7a\xc8\x12\x8d\xc5\x9e\xc2\xff\x0c\x35\x43\x23\x39\xa3\x5b\x9a\x31\x34\x71\x0f\x34\x43\x04\xce\x6d\xa1\x21\xf6\x48\xfe\x67\x1e\xdc\xf3\xe1\xd5\x1f\x5e\xfd\xee\x8f\x4e\x2e\xaf\xfb\xd4\x36\x3e\x94\xdf\xc6\xae\x7c\xc5\xb0\xb5\x7a\x8f\xa4\x06\x53\x06\x65\x68\x88\x1a\x9b\xe6\x79\x6d\x86\x66\xed\xf1\xd0\x96\x77\xe0\xb1\xad\xc7\xb6\xf8\x51\xb3\xf6\x48\x06\x67\x6a\xfc\x1e\x8a\x74\x24\xb9\x3f\x09\x36\xd9\xc2\x4c\xec\xf1\xd2\x16\x66\x8e\x21\xcd\x20\xed\xfd\xd4\x1e\x0e\x0a\x45\x16\x26\xe5\xb3\xca\x71\xbd\x34\xef\x1d\x50\x7f\x04\xda\xc4\x2d\xc5\x1b\x4a\x79\xe3\x63\xf4\x1e\x65\x45\xba\x41\x4a\xe8\xe2\x9e\xca\xba\x00\x33\x31\x0f\x8e\xf2\xd4\x5c\x35\x93\xd8\x4c\x4d\xe4\x53\xd6\x05\x00\x8a\x93\xf0\x96\x2d\xf2\xc4\x06\x6d\x62\x12\xaa\xb7\xa7\xf4\x07\xb4\x89\x13\x6c\xb7\x3d\x55\x17\xcf\xc2\x84\xa0\xd7\xc2\x4c\xec\x59\xf8\x91\x03\x3f\x35\x44\xcd\x24\x30\xd3\xb7\x72\x6a\xe9\x9e\xc9\x88\xdc\x64\xfd\xda\x53\x62\x03\xf2\xc4\xf4\xf9\x9c\x2a\x9e\x00\xa0\xb8\xb5\xef\x4e\x35\xc8\xa0\x4d\xcc\x83\x03\x2f\xcc\xc4\x9e\x17\x3f\x72\x6e\xa7\x26\xa6\x79\xb1\x38\xe8\x1a\xa6\x5a\x26\x00\x28\x6e\xad\xc0\x53\x62\x33\x6f\xda\xe2\x52\x4f\x89\x0d\x68\x13\xb7\x86\xe1\x49\x50\xda\x9e\x24\x44\xd3\x30\x3c\xd5\x33\xcf\x9b\x55\x75\xbd\x14\xe9\x66\x25\x77\xf5\x61\x95\x8b\x53\x69\x1e\x69\x7d\x6a\x9b\x9a\x95\xf5\x42\xf3\x38\xa5\x3f\x33\x85\xb5\xa9\x3d\xdc\xdc\xd8\x1b\x4c\x0a\xb3\xd7\xef\xa9\x52\x79\x26\x8b\x31\x09\x83\xdb\x53\xc9\x6c\xc2\x6e\x10\x61\xbd\xc5\xa7\xd8\xb3\xd1\x16\xf4\x7a\x6a\xe9\x06\xb2\x62\xfa\xb4\x4c\xe9\xcf\xec\xb4\xe5\x1c\x55\x2a\xcf\xa4\x2c\x13\x08\x86\x3d\xa5\x2c\xa0\x4d\x98\x1a\x7f\x4f\xcd\xda\x73\xf0\x23\xac\x9e\xc8\x13\x7b\x26\x81\x99\xc4\xbc\x6d\x61\x26\x36\x30\x13\x53\x42\x3f\xa7\x6d\x4d\xdb\x62\xda\xd3\x03\xb0\x18\x97\x07\x53\xb3\xf6\x5c\xfc\xe8\x91\x93\x91\x00\x79\x62\x02\x8f\xb8\xa7\xd4\x64\x06\x3f\x7a\xe4\xd4\xf3\x00\x2d\x71\xfb\x00\x4d\x95\xca\xe0\x48\xcc\xe2\x61\x52\x4e\x02\x53\xc2\xdc\xfc\x5b\x4c\x89\x0d\xa6\xc4\xd4\x14\x3d\x35\x58\xcf\x24\x17\xb3\x78\xbe\xb6\x07\x60\x9b\x49\x9f\xe6\xb7\x87\x69\x33\x6d\x08\xcc\xd4\x86\x3d\x1f\x9b\x67\x09\x81\xe8\xdf\x20\x4f\x9c\x27\x17\x79\x2a\x3a\xcd\xc7\x6c\xec\xb4\xa5\xe8\x34\x1f\x13\xb9\xb3\x38\x92\x8e\xf9\x92\x6b\x1f\x5d\xe7\x94\x74\x4c\x48\x47\xf1\xac\x4a\x27\x00\xa0\x98\xe0\x22\xec\xa9\x36\x68\xbe\xb4\xe5\xaa\x6a\xe9\x9e\x1f\xb9\xd9\xbd\xee\xfa\xcd\xcc\xcf\xb6\xe8\x51\xa9\x67\x22\xf5\x90\xdc\x65\x4f\xf9\x14\xf0\x29\x26\x01\x6e\x7b\x6a\x69\x9a\x1f\xd3\x86\x46\x2f\xa9\x09\x60\x14\x13\xc4\x83\xbd\xb4\x74\x83\x49\x71\x6a\x6d\x5d\x44\xc0\xee\x05\xe9\x20\x0d\xd8\x5e\x2a\xa8\x57\xb2\x2b\xd3\x43\x2e\x64\xc5\x06\xb2\x62\x6a\xb0\x16\x80\x62\xaf\x93\xaf\xf0\xe4\x5a\x5a\xa7\x57\x72\x1d\xd3\x7d\x5c\x12\x85\x95\x62\xc9\x74\x87\x96\x66\xa5\x05\x9d\x20\xba\x7d\x2f\xcd\x4a\x80\x4e\x4c\xb7\x63\x29\x24\x2c\xb8\x86\x93\x77\x17\x30\x8a\x2c\x68\x8b\x67\x7d\x29\x37\x80\x49\x31\x09\x24\xdb\xcb\x8b\x0c\x0e\xc5\x3c\x31\xb0\x2d\x35\xc8\x2b\xa5\x8b\xdb\x83\x29\x26\xc5\x06\x93\x62\x92\x11\x7d\x2f\xd5\x35\xe0\x50\x9c\x9a\x8f\x97\x8e\x75\xcb\xeb\x8e\x3e\x78\xa9\x22\x5e\x8d\xe6\xd1\x06\x2d\xd9\x8d\x05\x05\x38\xe1\x4a\x97\x36\x24\x70\x28\xe6\xd9\xff\xc5\x53\xbc\xa4\x06\xa0\x4d\x4c\x92\xa6\xec\xa5\x9e\x66\x91\xe8\x50\x76\x41\xe4\x89\xbd\x3a\xa4\x92\xcb\xb3\x34\x5e\x03\x40\x31\x89\x6c\xdb\x4b\x9a\x01\x00\xc5\x24\x68\x7a\x2f\x8d\xd7\x0b\x32\x42\x64\xdb\x5e\x5a\x9d\xc0\xa4\x98\x40\x3e\xee\x25\x83\xb2\x86\xcd\xb3\x04\x92\x11\x00\x28\x26\x41\xd3\x7b\xa9\xba\x01\x80\xe2\x2e\xae\x8a\xea\xe2\x35\xd9\x1a\x38\xe7\xa5\x3c\xb2\x16\x0f\x23\x17\x71\xc9\xb3\x2c\x28\x0b\xf1\x6f\x5b\x7c\x8a\xbd\xa0\x2c\xe4\x3b\xdf\x4b\xca\x02\xda\xc4\x24\x95\xf9\x5e\xea\x69\x56\xd8\x16\x83\xd0\x14\xbd\x52\xf8\x98\x1a\x99\x97\x1c\xc8\x82\x03\x39\xfd\x4a\x43\x14\xc8\x13\x93\x00\xb5\xbd\x14\x3e\xd6\xe6\x06\x73\x5d\x97\x64\x04\xb4\x89\x79\xc1\x0f\x2c\x95\x32\xa0\x4d\x9c\xda\xe9\x97\xc2\x07\xc8\x13\xe7\x6f\xbd\xe4\x40\xd6\x93\x87\xe1\xba\xfc\xca\x4d\x7b\xb8\x62\x3c\x40\x22\x4f\xec\xf5\xd0\xfc\xe5\x8f\xae\x6a\x0a\x2f\x53\xeb\xb4\x60\x14\x1b\xe4\x89\x49\x50\xda\x5e\xea\x56\x00\xa0\xb8\xe5\x1a\x96\x06\x6b\x90\x27\xa6\xd6\xe9\x25\xbb\xb1\x3e\x7e\xf4\x74\xab\x54\x5e\x70\x20\x97\x97\x5a\x73\xd5\xfa\xd8\x5a\x58\x84\x25\xcd\x00\x9f\x62\x02\xdb\xbf\x43\x71\x27\xa0\x19\x84\xae\xed\x90\xdd\x88\x83\xaf\xa0\xc4\x82\x51\xec\x80\x40\x5c\xc8\x5c\xa1\xb9\x2a\x60\x37\x08\x4a\xdb\xa1\xdd\x39\x0a\x3f\x22\xdc\x86\xda\x0d\x30\x29\x4e\x92\xed\xed\xd0\xd7\x37\x4e\x0e\x13\x27\x27\xe4\x2d\xe2\x64\xbd\xa6\x5f\x6d\xab\x1e\x7e\xbc\xa8\x7a\xad\xa2\x79\x28\x5e\x48\x46\x40\xae\x98\x17\x6f\x78\xa8\xca\x08\xf2\xaa\x9e\xd8\x05\x43\xdd\x70\x24\xf3\x30\x35\x45\x87\x52\x4b\x20\xb5\x5c\xbf\xaa\xc7\xaa\xdc\x21\x82\x29\x77\xa8\x08\x8e\xca\x8f\x1c\xb9\xd0\x14\x0d\x72\xc5\x49\xe4\xe4\x0e\x55\xbc\x20\x57\x4c\xe2\xc1\xb6\x90\x15\x3b\x1a\x3f\x62\xa5\x0b\x6d\x48\x91\xa4\x63\x12\xd6\xb5\x43\x25\x45\x24\xf3\x70\x4b\x63\x43\x32\x02\x8a\xc5\x04\xf3\x78\x87\x4a\x0a\xc0\x2c\x6e\x42\x8d\x77\x48\x27\xa2\x3b\x88\x46\xd5\xb2\x2a\x17\x07\x94\xe0\x2d\x8a\xc5\x0e\x88\x82\x46\xe6\x50\x6a\x89\xa4\x0d\x13\x20\xc7\x1d\x2a\x29\x22\x59\x8c\xfb\x74\x8e\xd2\x09\xb0\x2e\x26\x91\x5e\x3b\x54\x52\x00\x79\x71\x93\xf8\x72\x87\x44\x21\x20\x0a\x20\xae\xec\x50\x6a\x89\x94\x5a\x26\xf9\x85\xb7\xf0\x17\x3b\xa0\x13\x9a\xa2\x43\x1b\x52\x24\x6d\x98\x80\xd1\xee\x50\x6f\x11\xeb\xa6\xad\x4a\x95\x43\x85\xdd\xb8\x3d\x85\xea\x2d\x00\xc6\xb8\x75\x56\x0a\x95\x14\x11\x2c\xb4\xa7\x50\x76\x23\xa0\x13\x84\xae\xfd\x7f\x8c\x9d\xcb\xce\x26\xa7\x76\x40\xe7\x79\x8a\x7e\x83\x14\x14\x97\x42\xb2\x3c\xc9\x38\x79\x87\xaf\xd8\x20\x79\x60\xbb\xd5\xb1\xdf\x3f\x62\xad\xdf\x83\x9c\x33\xb0\x07\xad\xaf\x7f\x54\xc5\xad\x60\xb3\x2f\xb0\x98\xaf\x9e\x5a\xb8\x19\x03\xf8\xe2\x7c\x95\x13\x2f\x36\x48\x71\xc8\xe9\x91\x78\x8f\x29\x52\xb2\x7d\xaf\x5b\xf6\xc5\x06\x29\x58\x04\xaf\x12\xe0\xc5\x06\xb9\x59\xf2\x84\x64\xcc\xf7\xe8\x16\x83\x43\x56\xf3\x55\xb7\x80\x95\x31\xaa\xe3\xcb\x18\xf6\x1b\x7c\x6d\x74\x8b\x57\xa1\x00\x24\x63\x70\xa9\xea\x7c\xdd\x1f\xf7\x62\x70\x70\x02\x6d\xbe\x1a\x1c\x2f\x06\x87\x5b\xad\x5e\x03\xd6\xe0\x33\x46\xb5\x12\x06\xac\x41\x69\x8c\x6a\x17\x2a\x14\x5e\xa6\xbb\xa1\xe8\xe9\x74\x9f\x97\x79\x35\x92\xaa\x49\x8d\xa4\x41\x52\x37\xe9\x74\xa1\x27\x53\xa6\x06\x07\xdc\x8c\x7c\x7f\xe5\xb5\x4c\x22\x7b\xea\x35\x8d\x21\x81\xcc\x18\x9e\x26\x99\xfa\x40\x40\x66\xe4\x9b\x95\x7e\x2a\x3a\xe0\x63\x8c\x6a\x25\xf4\x81\x4c\x7c\x20\x60\x17\xa6\xac\x8c\x09\x2b\x23\xbb\xeb\x47\x56\xc6\x84\x95\x31\x0c\x6b\x4f\x8f\x09\xc0\xca\xc8\xdc\xf7\x32\xa7\x4a\xc9\x44\x9a\xd4\xfa\xf7\xd7\x2a\xcd\x69\x6c\x1c\x7c\xc6\xf0\x80\xc8\xd4\x45\x02\x3e\x23\x73\x16\x78\x4e\xad\x16\x50\x1a\xf9\x46\x7b\x13\xa5\x31\x41\x69\x0c\x8f\x7e\x4c\xad\x16\x50\x1a\x19\x04\xc3\x9c\xc6\xc6\x21\x6a\x0c\x83\xcc\xd3\x40\x14\x44\x8d\x61\x90\x79\x2a\x7f\x80\x64\x0c\x83\xcc\xd3\xf3\x01\xb0\x32\xf2\x8d\xb2\x33\xd5\x6c\xa6\xf2\x07\x65\x47\x6e\xc6\x84\x9b\x31\x2a\x2b\x97\xdc\x8c\x39\x11\x49\x70\xa1\xa6\x90\x8c\x09\x24\x63\x80\x68\x9c\x53\x5f\xe7\xec\x60\x8d\x11\xce\xd3\x18\xd0\x1c\xe0\x90\x19\xca\x53\xef\x04\xe4\x8a\xc1\xf9\xb7\x39\xb5\x21\x26\x36\xc4\x8d\xdf\x74\xaa\x0f\x4c\xa6\x7e\xf3\x33\x8f\xaf\xbc\x16\x49\xb4\xd1\xa9\x0f\xd8\x62\x70\x9b\xd6\x9c\xee\xc3\x07\x66\x91\x6f\x3b\xc7\xdd\xb2\x13\xff\xe4\x6d\xe7\xe8\xa4\x00\x6c\x31\xdc\xad\x3f\xb5\x34\x00\x5b\xe4\x9b\x48\x80\x60\x8b\x09\xd8\x62\x18\x21\x9d\xfa\x2d\x80\x59\x0c\xc3\xa1\x53\x69\x00\x9f\x62\x18\x0e\x9d\x3a\x29\xc0\x54\x64\x2e\x35\x99\xf2\x29\xe6\x9c\x1f\x92\xa8\x84\x96\x06\x4c\x8a\x01\x43\x71\x4e\x83\x34\x13\x01\x61\xa0\x73\x1a\xa4\x01\x53\x31\xb8\xb3\x6a\x4e\xb7\xe3\xcf\x40\xc6\xda\x46\x05\x04\x7c\x8a\xc1\x49\xc0\x39\x0d\xbf\xcc\x65\x25\xa8\xaa\xe1\x97\x89\x59\x61\x08\x53\x3e\xc5\x9c\x08\x08\xf7\x92\x4f\x23\x27\x20\x2b\x46\x43\xc1\x99\x4a\x03\x98\x14\xc3\xe0\xe4\xd4\x23\x31\x37\xd2\x93\x35\x3c\x8c\x9c\x04\x8b\xbf\x9b\xaa\x43\x83\x21\x30\x18\xdc\xef\x25\x9f\x62\xc2\xa7\x18\xb0\x08\x66\x18\x51\x8e\x0b\xfc\x35\x8b\x6c\x38\xf5\x61\x52\x0c\xce\xf5\xcd\x30\x7c\x0c\x93\x22\xdf\xac\xf4\xa1\x63\x33\xce\xa4\x1e\x1d\x4b\x56\x18\xc5\x04\x46\x91\xdd\x3b\x26\x8c\x62\x06\xee\x07\x77\x17\x87\xd1\x8e\x38\x73\x7b\x70\x97\xd5\x94\x4f\x31\x01\x50\x0c\x2e\x62\x9b\xa1\x17\x13\xf2\xc4\xf0\x40\xa0\xe4\x89\x19\x38\x16\x3a\xb2\x2c\x0c\x5a\x04\x36\x84\xe1\xbd\x70\xa5\x8f\xca\x02\x44\x7f\x45\xfd\x7a\x8a\x66\x63\x7c\x88\x99\x98\x81\x7f\xc0\x9d\xa4\x61\x38\x22\x1a\x79\x61\x1d\x84\x91\x5b\x30\x13\x03\x4c\xe0\x0c\xfd\x03\xd0\x26\x32\xec\x86\x19\x3a\x23\x03\xf5\xbf\x33\xc8\x25\x4f\xcc\xc0\x19\x60\x20\x2b\x9c\x8f\xc0\x28\x86\x51\xab\x70\x6b\x08\xb4\x89\xe1\xde\xc4\xd0\xa7\x08\x47\x62\x18\x56\x0a\x57\x67\x98\x12\xb9\xd8\x85\xae\xce\xc1\x44\x36\x60\x24\x53\x62\xc2\x94\x18\x8f\x7d\xef\xac\x0d\x54\xf6\x07\xc5\x2b\x8c\xb6\x02\x8d\xc8\xc5\x8e\xd6\xf3\x18\xa8\xec\x1e\x7a\x14\x20\x31\x01\x48\x8c\xc7\x12\x8d\x17\xc4\x99\x96\xe3\xf1\xa3\x19\x47\x8d\x97\xa9\x60\x25\x9c\xa2\x40\x23\xc6\x63\xf6\xfa\x07\xe2\x2c\xd2\xc5\xfd\xaa\xa1\xd3\x10\x04\xc4\x70\xe3\x53\xa8\xb2\x83\x83\xc8\x6e\xe5\x13\x07\x31\x83\x29\x6a\xac\x26\xd4\xe2\x21\x44\x8c\x87\x15\x22\x9c\xa2\x81\x7e\xee\xfe\xa5\xd0\xf2\x07\x01\x51\x34\x4b\xc2\xa0\x69\x2c\x2b\xc1\xc8\xd1\x19\x10\xa8\xec\x86\x49\x24\x44\xcc\x60\x8a\x3e\xac\x49\x61\xa0\x21\xce\x4c\x1d\x6e\x3d\x0a\xa7\x68\xb0\x3a\x73\x29\xd3\x0c\xcd\x7c\x40\x11\xb9\x20\x0b\x43\x0f\x21\xd0\x88\x61\xb4\x43\x68\xc4\x5c\x17\xb5\x47\x0d\x5a\x7a\x08\x17\xc1\x4d\x37\x22\xca\x91\x98\x8b\x89\xec\xae\x9f\xa5\x16\x0f\x5a\x62\xb8\xeb\x67\x39\x6b\x57\x32\x2f\x5e\xd4\x43\xb8\x50\xd9\x8d\x89\x2c\x55\xf6\x85\xca\x0e\xfb\x61\x2e\x03\x92\x0b\xcb\x9f\x5b\x66\xe6\x32\xf6\xb0\x32\x9f\x16\x5f\x83\xd0\x88\x09\x34\x22\xab\x6f\x0a\x8d\x98\x40\x23\xc6\x33\xfe\xc1\x52\x2c\x53\x62\xc2\x94\x18\x6e\x5e\x5e\x46\x35\x41\x4b\x64\x95\xd6\xa5\x9b\x71\xa1\xf7\x1b\x7e\x91\x29\x31\x17\x53\x9f\x8b\x5b\xe6\x72\xea\x83\x99\x18\x46\x51\x96\x53\x1f\x68\xc4\x18\x68\xce\x4b\xbf\xc3\x2a\x7c\x79\x54\xdb\xa5\xb7\x10\x42\xc4\x30\x64\xb2\xd4\xfb\x17\xeb\x2e\x00\x89\xb9\x8c\x57\x02\x90\x18\xc6\x47\x96\xd1\x8a\x75\xe4\xc4\x30\x3e\xb2\xf4\x28\xac\x23\x20\x32\x54\xf4\xb9\xdc\xed\x01\x34\x62\xb8\xad\x66\x19\xc2\x5c\x84\x30\xdd\xea\x29\x40\x62\xae\xb6\x48\xa2\xd3\x35\x05\xa0\x45\x64\x00\x12\x73\xb9\x86\x03\x8d\x18\xee\xa1\x59\xc6\x2b\xd7\x91\x26\xc3\x0d\xa1\x02\x24\xe6\xea\xf3\xbc\x88\xaf\x61\x29\x59\x16\xd6\xc1\xf0\x6b\xb9\x05\x1e\x8e\x44\x76\x43\xe8\xd2\xcd\x08\x47\x62\xb8\xd3\x66\x3d\x5f\x2f\xae\xd3\x5f\x76\x8e\xd6\x01\x4c\x89\x5c\xf0\xfa\xca\x94\x98\x0b\x91\x64\xac\x65\xe9\x8c\x5c\x47\x0c\x0d\x63\x2d\x4b\xf9\xb3\xb0\x0e\xdc\xb1\xb9\xf4\x22\x2c\xa2\x9a\xee\x37\x5d\x5a\x07\x4b\xf9\xf3\xf8\x94\xcd\xc6\x8b\x60\xac\x45\xf2\xc4\x5c\x47\x32\x15\x35\xd4\xa5\xc1\xb0\x50\x24\x8a\xa3\xdb\x40\xe7\x42\x70\x19\x7e\x59\x46\x3b\x40\x56\x0c\x2e\x57\x98\x22\x2b\xe6\xc2\x86\x18\x2c\xb2\x4b\x5f\xc3\x7a\x19\x26\x7e\x6d\x5d\x96\x0b\x97\x25\x14\xc2\xb9\x74\x59\x2e\xcc\x0a\x28\x84\x73\xa9\x48\x2c\x04\x97\xc1\x94\x65\x68\x03\x26\xc5\x18\x2c\x8c\xcb\xc5\x1f\x3e\x45\x76\x6b\xec\x72\xf1\x07\x53\x91\x2e\xd0\x81\x73\xe9\x67\x5c\x47\xe8\x9c\x34\x1a\xae\xc9\xb0\x16\x1f\xd7\xa9\xa8\x04\x02\x54\x71\x1e\xa3\x50\xf7\xb4\x43\xaa\xc8\xee\xb4\x5d\x60\x6f\xe7\x42\x04\xb9\xd3\x76\x2b\x6f\xf6\x31\x10\x32\x80\x8d\x29\xb5\x62\xee\xcb\xcc\x18\xaf\x5b\xa3\x61\x1f\xb9\x73\xd2\x3a\x69\xc3\xb4\x6d\xda\xe9\x8f\x6d\x50\x14\x32\x45\xae\xb8\x76\xb6\x06\xc1\x66\x3f\x05\x80\x88\xb9\x75\x36\x02\xae\x48\x97\x71\x10\xc9\x15\x13\x72\x45\x86\xce\x31\xb7\xca\xc3\x4e\x16\x80\x24\xd8\x5a\x09\x10\x2c\x4e\x5a\x26\xcd\xca\x1d\xa9\x73\xd2\x68\x84\xfe\x84\x8d\x3f\x41\xbb\x6a\x7b\x76\x78\x23\x57\x20\x7b\xcc\xad\x21\x00\xe9\x22\x5d\x86\x47\x64\x5c\xcc\x7d\x9b\x1b\x52\x79\x1b\xad\x80\x7b\x91\x2e\x37\x00\x6c\xa5\xcd\x2e\xbe\xcb\x8a\xbe\x75\x33\x80\xb6\x28\x5a\x11\xdb\xe0\xe8\x56\xdc\xd8\x54\xdd\x9c\xbb\xda\xc1\xac\xf2\x5b\xd5\x7f\xa3\xfa\x57\x3e\xa0\xe8\x8b\xb9\xab\x05\xa0\xd5\x6f\xbd\x9a\xbb\x3a\x1e\x18\x83\xf2\x30\x26\x3c\x8c\x0c\x74\x61\xca\xc3\x98\xbb\x59\x02\xe3\x52\xfa\xc5\xdc\xcd\x12\x78\x53\x91\xb3\xe5\xe5\x1b\x00\xd9\xc6\x51\x37\x71\x54\x18\xe7\x73\xab\xba\xec\x7e\xfb\x18\x95\x33\x90\x01\x4b\xe3\xa4\x35\xd2\xac\x5c\xdf\xa6\x51\x84\x6e\xc9\xfd\xd0\x9b\xc6\x7e\xb6\xea\xcb\x7e\x7c\xce\xc6\x7a\x20\x6f\x8f\x6c\x1a\xf9\x79\xfc\x77\x1f\xd5\xa6\xe8\xf7\x92\xc4\x31\xf7\x30\x3b\x66\xfd\xf6\xb0\xef\x1e\xf4\x30\xcb\xef\xd6\x0f\xb9\x3f\xd6\xce\xe1\xaa\x0a\x03\x9e\x23\x5d\x00\x01\xa7\x7c\x8e\x09\x9f\xe3\xa4\x51\x84\xe2\x61\xbf\xbe\x8b\xa4\xdc\x6e\x5d\xdd\x2f\xdf\xd5\x61\x62\xe8\x73\x4f\x3b\xc5\x62\xd5\x59\xf6\xf4\x55\xb4\xc3\xad\x38\x80\xd1\x71\xd2\x28\x42\x79\xb0\xc3\x77\x1d\x62\xfa\x19\x00\x6c\x94\xfb\x2b\xc9\x1a\x87\xb5\x43\x52\x6d\x83\x9d\x9b\x60\xa7\xb6\xb4\x84\x8d\xb9\x97\xb9\x61\xba\x6c\x43\x16\x90\x36\x4e\x1a\xa5\x2a\x4b\xf6\x32\x3b\xc7\x93\xbe\x86\xbd\xc9\xae\xfe\x03\x37\xf6\xd6\x19\xb9\xe5\xe9\x1b\x75\xd8\x9a\x1a\x9b\xe0\x67\x75\xfe\xa9\xda\x40\xef\x48\x17\x70\xe4\xb8\x88\x57\xc4\x75\x65\xd3\x6e\xd2\xaa\x69\xaf\x69\x95\xb4\x65\x9a\xef\x1e\x6d\x33\x2e\x3c\x92\x71\x29\x32\x88\x46\xc4\x85\x32\x13\x57\xf2\xdd\x33\xa3\xe3\x22\x68\x11\x97\x32\x03\x94\x5e\x5c\xd9\x72\xb3\xef\x66\xca\x40\x79\x89\x8b\xf0\x26\x97\x5f\xc6\xc5\xf6\xd4\xb8\x8e\xe4\x28\x18\x85\x71\x65\x6b\x72\xdf\xde\x67\x42\x8d\x21\xe9\xc6\x75\x33\x8f\x1a\x15\x41\x3d\x89\x4b\x31\x92\x8f\x24\x8c\x8b\x30\x68\x5c\x37\x33\x95\x40\x52\x88\x21\x09\xd0\x23\x27\x8d\xec\x8a\xd9\x15\xb3\xa3\x22\xc5\x76\x15\xdb\x50\x69\x43\xb5\xfd\xca\x0c\xa2\x1e\x71\x55\xfb\x4e\x01\x41\x8c\x23\xae\x6a\xb1\xd5\x77\x1b\x45\x34\xab\xd7\x7c\xae\x93\x5f\xf3\xb9\x66\xdf\x75\x9a\x81\xd5\x12\x17\x56\x4b\x3d\x2a\x64\x08\x28\x89\xab\x99\xdd\x19\x82\x71\x01\xac\x8a\xab\xfb\xea\x43\x76\xdd\x57\x3b\xaf\x3e\x34\xf6\xb1\xc6\x8f\x35\x7e\xe8\x94\xc7\x1a\x3f\xd6\x64\xf8\x9c\xad\x55\x42\x00\xe0\x8b\xeb\xb1\xa3\x94\x10\x10\x57\x03\xfc\xc9\xf9\xf9\x7a\x97\xfc\x86\x5f\x71\xf0\x15\x07\x8d\x1d\xd6\xf8\x43\xb1\x44\x17\xe2\xfa\xd8\xc7\x28\x14\x5c\xb7\x1e\x42\x4f\xe2\x52\x42\xdc\x8e\xa7\x8f\x7d\xf2\xf9\x98\xe6\x73\xd6\xe4\x35\xbb\x44\x76\xaf\xd9\xe1\x89\x60\x67\x7e\x48\x34\x89\xeb\x65\xf5\x1a\x74\xc9\x6b\xbb\x5e\x2f\x98\xc9\xe4\x86\x9d\x13\xf0\x4b\x32\x90\x8b\x90\x5f\x12\x97\x72\x04\x45\x23\x04\x98\x84\x00\x93\xeb\x76\xd8\x4d\x4b\x98\x96\x40\x3d\xa6\x03\xf6\xd8\x40\xe7\x31\xb2\x0b\x4b\x20\x14\xda\x9c\x76\x84\x42\xe3\xc2\x83\xd9\x9c\x75\x61\xeb\xc3\xfb\x70\x0a\x4d\x08\x3f\x21\xb1\x50\xd8\x17\x21\xc3\x24\x2e\x05\x10\xeb\x59\x00\x34\x39\x3f\xf7\xcf\xdf\x4a\xb9\x68\xe9\x32\xb7\xf5\xfa\x18\x75\x5b\xe6\x46\x34\x14\x20\x46\x5c\x44\x43\xe3\x42\xd6\x34\x67\xf5\x36\x33\xce\xdd\x5d\x88\xf8\xb8\xb6\xfd\xb6\xcd\xcd\x51\xbd\xfd\x0a\x4a\x13\x04\x70\x24\xa5\x09\xd4\x92\x93\x56\x49\x7b\x4c\x1b\x54\x6e\x90\x44\x1b\x52\xb2\x7f\x19\xe8\x09\x87\x64\x24\x85\x89\x53\x1d\x88\xc9\x4f\x01\x60\xe4\xa4\xf1\x1c\x96\x48\x40\x1b\xc9\x1c\x4f\x08\x69\x23\x91\x94\x08\xb0\xec\x22\xdd\x66\x07\x5b\xfb\x22\xe0\x10\xf2\x46\x02\xde\x48\xe6\x8e\x91\x48\x44\x2a\x22\xa9\x44\x7c\xd5\xae\x58\x42\xa1\x84\x4c\xa1\xec\xba\x8c\x84\x40\xe0\x1c\x43\x24\x1c\x8a\x01\x64\x24\x5d\xc4\x2a\x22\x15\x73\x23\x7c\xda\xb2\x99\xd9\x54\xe5\x06\x87\xe4\x22\x55\x7b\xa9\x66\xd3\xa8\x88\x72\x23\x55\xb3\xb3\xd4\x6a\x76\xc4\x46\x71\xde\x45\x6a\x36\xb5\x79\xed\xd0\xcd\xab\xcd\x66\x29\x36\xca\x4d\x53\x89\x61\x44\x6a\xcb\x34\xaa\xd2\x2d\x56\xf5\x00\xc8\x60\xa4\xee\xc7\x21\xda\xf9\x55\xbb\x6e\xa7\x63\xa7\xb4\xaf\xa7\x6c\x84\x62\x03\x32\x60\x08\x10\x89\xa4\xd8\xc0\x1a\x8b\x44\xd0\x22\x92\x62\x03\x9e\x5f\x24\xc5\x06\xd8\x90\x74\x11\x90\x88\x34\x6c\xec\xf0\xe3\x34\x9e\x1b\xb6\x62\xd8\x51\x9d\xe7\x3e\x7e\x09\xec\x10\x18\x5f\x91\x3e\x76\x80\xa2\x04\x92\x5d\xa4\x8f\xd9\x7d\xcc\x8e\x85\x23\x71\x00\x37\x20\x8c\x64\x7c\x8e\x91\x14\x25\x49\xc5\xa2\x38\xc2\x5e\x4b\x78\x29\xa1\x9a\xe4\x9b\xaf\x5d\xc2\x9b\xaf\xed\x7f\x7d\x13\x11\x99\xa6\xbd\xa9\x8c\xc0\x5a\x88\xa4\x8c\x48\xea\x15\x98\x01\x91\xa6\x1f\xf1\xa8\x17\xa5\xdc\xf7\xdf\xae\xe6\x91\xc2\x26\x06\x3d\x5b\x1d\xce\x61\xdd\x9d\xce\x1c\xa2\x8b\xe4\x74\x4e\xcb\x9c\xe9\xc4\x65\x45\xb5\x39\xb8\x5a\x29\x44\x80\x44\xda\x66\x77\x53\xa9\x6d\x76\xfb\x63\x1a\x8d\x74\x3e\x27\xe7\x33\x48\xab\xc8\x58\x22\x91\x35\x3b\xb8\xc5\x26\x32\xae\x8f\x80\x06\x52\x1c\x45\x19\xef\x64\xe4\xeb\xeb\xd5\x93\x9d\x1c\x90\xc8\xce\x71\x14\x90\xc8\xce\xf1\xec\x1c\x07\x1f\x15\x50\x41\xce\x8f\xef\xd6\x33\xb6\x00\x7e\x9c\x9f\x44\x11\x9d\xa4\x66\x92\x1d\xc0\x9a\x9c\xb1\x27\x22\x63\x4f\x40\x1f\x89\xac\x72\x90\x95\x18\xdc\xa8\x14\x92\x3f\x42\xf2\xc7\xe5\x1a\x0a\xf3\xe3\xfc\x98\x5d\xa7\x54\x65\x01\x70\x8f\x0c\xa6\x24\x72\xb1\x11\xda\x13\xae\x52\x62\x3d\x22\x3b\xf1\x5d\x57\x32\x71\x83\xc8\x5c\xdc\x71\x01\xbb\x0b\xb8\x1f\x3f\x05\xc8\x8f\xc2\x45\x9c\x91\x9d\xf8\x59\x85\xa1\x32\x3e\x84\x7d\x44\x56\x61\xe0\xd0\x57\x64\x1c\x1d\x01\xf4\xa3\x14\xbb\xa9\xda\x30\xad\x07\x57\x0c\x71\x1f\x91\xd5\x21\x1a\xc2\x2b\xab\x43\x64\x28\x98\x17\xe7\xbe\x02\x1e\xc8\xf9\x39\x4a\x14\x8e\x8d\xc8\xca\x87\xac\xf9\xd0\x12\xd9\x75\x3f\x2c\x41\x4e\x9c\x1d\x91\x15\x0f\x59\xf1\xd0\xa8\x48\xb7\xf9\x1a\x14\xe0\xfb\x23\x3f\x7e\x2f\xf6\x66\x36\xe6\x9f\x60\x90\xc8\x8a\x0c\x30\x44\x91\xd5\x34\xf2\xd3\x4c\xa3\xbe\x8a\x8c\xac\x56\x41\xd0\x22\xf2\x30\x3b\x5c\x19\xf8\xd2\x23\x0f\x9b\xaa\x8d\xd1\x1c\x9c\x6a\x15\x59\x89\x41\xa8\x21\xf2\xc7\x1e\x56\x3c\x38\xef\xb3\xe2\x21\x6b\x64\x40\xe2\x89\xfc\x5a\x3d\x0d\x0a\x0e\x4c\x45\x7e\x6d\x2c\xfa\x02\xa8\x94\x00\xf0\x71\x7e\x96\x8f\xd1\x8a\xd7\xef\x7a\xd4\x86\xdc\x98\xf7\x52\x3d\x22\x6b\x63\x7c\x0d\x9d\x69\x6e\xd3\xdc\xa8\xdc\xb4\xc2\xa0\xcc\x2e\xb0\x34\x91\x9d\xec\x59\xb3\xe3\xab\xef\xd4\x04\xb2\x02\x80\xf8\x42\x64\x05\x00\xfc\x8f\x93\x46\xa7\x84\xb5\x53\x15\x20\xc2\x10\x79\xd9\x01\x1a\x1e\xed\x21\xbf\xe5\x87\xc5\xaf\x41\x58\x20\xc0\x81\x9c\x1f\x5f\xb5\x15\xdb\x6e\x47\x17\xe0\xba\xa5\xc8\xea\x02\x59\x79\xd2\x1c\x9c\xdb\xc6\x42\xe2\xbe\x3a\xea\x4c\x56\x9e\x64\x65\x47\x67\x74\xde\xca\x0e\x68\x20\x99\x73\x4b\x71\xe3\x22\x8d\x5b\xf5\x00\xba\x4a\x08\xfd\x88\xfb\xa8\x04\x19\x9e\x70\x40\xfb\x38\x3f\xbe\xd9\x49\xba\x4d\x2a\x24\x0d\x92\xba\x49\xaf\x99\x99\x66\x66\x84\x30\x09\x47\xc4\xcd\xce\xca\xb8\x71\xa5\x02\x3b\x09\xa9\x1f\x01\xf5\x23\x03\x3b\x09\xa9\x1f\x01\xf5\x23\x77\x46\xa6\xd4\x8f\xb8\x95\x38\x7f\x3d\x16\xa6\x2d\xd3\x7c\xce\x02\x8e\x5e\x92\xe1\xa4\xc4\xad\xc4\xb9\xb5\x3d\x88\x81\x04\xc4\x8f\xf3\x43\x09\x37\xf5\x20\x98\x19\x37\x02\xa7\x23\x98\x6f\x3c\xa8\x01\xff\xe3\xbc\x49\x01\x0a\xa1\x5b\x0b\x05\xe2\x49\xdc\x5a\x28\x37\x0a\xc9\x5f\x8f\xd9\xb9\xca\xaa\x5e\x28\x81\x10\x67\xdc\xca\xaa\xce\x14\x91\x1a\x12\x77\xfd\xca\x8e\x77\xab\xd9\x55\xa6\x3e\x83\xe6\xae\x36\x9f\xcb\x82\xae\x5e\x4d\xb3\x76\x1a\x32\x04\x5f\xe2\x6e\xb6\x55\xcb\x83\xe8\x4b\x48\xfb\x08\x68\x1f\xf9\xab\xc2\xaa\x10\xb7\x62\xa3\x33\xbb\x40\x7f\x9c\x9f\x6c\x1a\xcf\x29\x23\x6e\x55\x08\x80\x8f\x71\x3f\x66\xf7\x98\x1d\x8d\x78\xec\x74\x44\x04\x27\xba\xe2\x1e\x76\x13\x60\xb2\x8b\x40\x4a\xdc\xda\x22\x50\x3e\x72\xc7\x68\x93\xf2\x11\xb7\x92\xe4\x61\x75\xbd\x87\x5d\x32\x96\x69\x7c\x6a\x25\xc9\xad\x31\xf2\x20\x5c\xc1\x79\x9c\x1f\xb3\xfb\xfb\xeb\x1c\xe3\xfe\xd8\x6c\xce\xba\x5d\x8f\x63\x59\x53\xe5\xc6\x54\xe1\xd4\x57\x88\xf8\x88\x5b\x71\xf4\x38\x70\x95\x3d\xb7\x0a\x06\x20\xca\xb8\xa7\xaf\x4e\x5f\xa5\x73\x94\x33\x37\x72\x86\x53\x5c\x71\x4f\x9b\x38\xe9\xeb\x07\xc5\x51\xca\x47\xdc\xca\x99\xc7\x11\x13\xf6\x75\x30\x93\x89\xc1\xc4\xad\x9c\xb9\x95\x29\x9c\x18\x8f\x5b\x5b\xe2\x56\xf9\x78\xec\x46\x95\x8f\x1b\x5b\x82\xd0\x59\xdc\xdb\x1e\xdb\xd9\xc7\x28\x42\x61\x71\x6b\x38\x3c\x8e\x98\xed\xab\xdb\x57\x4f\x97\x14\xdc\x9b\x51\xd4\x33\x08\xb1\x44\xd1\x6e\x28\x44\x41\x3b\x02\xaf\xa8\x67\x14\x1d\x13\xa0\x2c\xa3\x10\x50\x89\xa2\xee\xf1\x20\x54\x0b\x71\xd0\x28\xea\x19\x70\x24\x03\x38\xc7\xf9\x39\x4b\x59\x45\xf4\x14\x7c\x99\x51\xb2\xa5\x3e\xd4\x04\xbf\x65\x14\x0d\x02\xe8\x8f\x21\x59\x23\x8a\x13\x90\x13\xc4\x51\x8a\xcf\x39\xdb\x38\x2f\x1c\xc5\xd9\x56\xd4\xf5\x89\x59\x04\x54\x8d\xf3\x93\x28\x96\x9a\xe0\x43\x8c\xa2\xaa\xcf\x55\xe8\x21\x4a\x23\x8a\x33\x8b\x93\x18\x51\x9c\x59\xa5\x65\xd3\x28\xa2\x59\xac\xba\x3e\xb1\x86\x28\xdd\xea\xa9\xd7\xc3\x82\x88\xe2\xc2\x5d\xd8\x9d\xe4\xcc\x92\x9d\x11\xc5\x89\x0a\x9d\x30\x00\x69\x9c\x1f\x06\x3e\x27\x6f\xa3\x70\x17\x4f\x94\x07\x79\x86\x3d\x0c\x5c\xe3\xfc\x58\x02\xe3\x0e\x94\xc6\xf9\xb1\x04\x1a\xf6\xd8\x08\x55\x7d\x6e\x1c\x0a\x91\x1a\x51\xf4\x10\x0c\xbf\xf6\xb0\x9f\xa0\xe8\x5f\x9c\x5f\x0d\x98\x1b\xe7\xe7\xe8\x28\xec\x93\x89\xe2\xac\x2c\xae\xe5\x9c\x69\x8d\xa2\xd7\x00\xb8\x46\x51\xbf\x2d\x6a\xfa\xe5\xcc\xcd\x52\x91\xbf\xe5\x63\x53\xd5\xf4\x89\x0a\x44\x51\xd3\x07\xbe\x51\xaa\x9d\xae\x12\x50\xf4\x23\x0c\x9b\xfa\xda\xc1\xce\x44\xe2\x02\x51\x5e\xeb\x8b\xfa\x9f\x20\x10\x46\xd1\x6b\x00\x73\xa3\xa8\x40\x97\x69\x53\xd1\xfe\x13\x67\x2a\x42\xda\x46\x94\xe9\xab\x89\x22\xc2\xef\xca\x54\x4c\x10\x07\xa3\x38\x15\x61\x6c\x24\xef\xf2\x8d\xa2\x55\x5f\x88\x3d\x78\x01\x6f\xc8\xd2\x88\xb2\x7c\x0e\xf7\x42\x59\xf6\x13\x47\xde\x13\x71\x80\x28\xce\xc5\xb2\x7d\x97\xe9\x0e\x34\xe3\xfc\x58\x17\x84\xa6\xf0\x8c\xa8\x97\x75\xc1\x00\x92\x9e\x11\xf5\xf2\x5d\x34\xf7\x4a\x5c\x21\xea\xf5\x31\xad\x91\x16\xa6\x99\x1f\x2b\x84\x4c\x8d\x80\xa9\x91\x12\x77\x0e\x45\xe5\xf0\x66\xc0\xd6\xc8\x04\xa5\xa3\xea\x25\xac\xc9\x57\x91\x5a\x82\x36\xa2\x66\x5f\xc5\x23\x56\x9d\x8d\xc0\x37\x4e\x1a\x55\xc9\x56\x25\xfb\x2e\x23\xaa\xea\x14\xa8\x37\x5f\xc3\x1a\xeb\xff\x03\xa6\x91\x12\x90\xbe\xa8\x6a\xf8\x90\x35\xf2\x93\x7d\x6c\x99\x64\x6e\xcc\x14\x69\x1b\x01\x6d\xe3\xa4\xf1\x9c\xf3\xbd\x16\xb3\x43\x9f\xab\x9a\xfb\xb5\x98\x1d\x0d\x53\xe9\x07\xae\x91\x89\x90\x47\xd5\x4b\x58\xcf\x12\x9b\x12\x9e\xfa\xa8\x2a\xfd\xf5\x48\x82\x52\xed\x39\x75\x7e\x80\x1b\x59\x99\x2d\x70\x23\x00\x6e\x9c\x37\x7d\xcc\x4e\x07\xa9\x91\x38\x29\x12\xb5\xd9\xc1\x44\x11\x00\x86\x44\x6d\xe6\xd6\xcc\xed\x7c\x7e\xd1\x18\x01\x1a\x23\x3f\x48\x0e\xd1\x18\x51\x91\x1c\x89\xd3\x10\x21\x1b\x23\x60\x63\x9c\x34\x5f\x7d\x4d\x9b\xbc\x4a\x3d\x94\x1c\x15\xfd\x3e\x71\x20\x2f\xea\x63\x3d\x88\x5d\x3e\x8e\x25\x76\x36\x46\x45\x4a\xb8\x72\x88\xc2\x88\x7a\x94\xfc\xfc\x38\x92\x5c\xba\xeb\x30\x33\xe6\x70\xd5\x47\x00\x25\xe3\xa4\x51\x5f\x05\x47\x45\xe3\x4f\xc9\x96\xea\x23\x00\x8a\x51\xc0\xfc\x46\xd5\x8f\x58\x3f\x36\x01\x85\xa1\xea\x33\xac\xce\x61\xce\xa2\x45\xd5\x84\xaf\xd3\x22\xfe\xc1\x86\xf1\xa8\xae\xb6\x95\xd5\xf6\x41\xd9\xa9\xae\xb6\xd5\x69\x9f\x1c\x8f\xd3\xd2\xa6\x5f\x09\x09\x57\x75\xf9\xd5\x70\x1c\x20\xce\x6a\xd8\x3d\x61\x76\x74\xac\xfe\xbd\xea\xc5\x9b\x44\x09\x42\x40\x46\x00\xc8\xc8\x2e\x7b\x02\x32\x02\x40\x46\x76\xd5\x13\x90\x11\x55\x79\x41\x2c\x21\x24\x64\x04\x84\x8c\x93\x46\x45\x94\x17\x75\xdb\xdb\x78\x33\xea\xf6\xd3\x11\x98\x04\x46\x12\xf0\x32\xce\x0f\x75\x63\xfd\xad\xba\x01\x2b\xe8\x50\xaf\x65\x0c\x21\x19\x01\x24\x23\x73\xc8\x33\x84\x64\x44\x53\xa8\x18\x53\x90\x92\x11\x8d\x60\x65\x32\xa6\xd0\x14\x2a\x4d\x01\xc2\x91\x9d\x68\xea\xfe\x80\x30\xf2\x83\x9a\xd8\xd4\xfd\x9b\xf2\x83\x19\xda\x08\x56\x06\x20\x8c\xe4\x7d\x87\x21\x02\x23\x9a\x32\x85\xcd\xb0\x21\x03\x23\x9a\x32\x85\xc3\x11\xd1\x94\x29\x80\x2f\x4e\x1a\x35\x56\x87\x6f\xca\x8f\x87\xc7\x74\x2a\x36\x74\xf8\xc4\x56\xd4\x68\xea\xf0\x0d\x1d\xfe\xb1\xf9\xea\x06\x30\x2f\x52\x62\x67\x68\xb4\xe2\x63\x6c\x6c\x86\x8d\x12\x4d\x37\x20\xa0\x8b\xf3\x18\x4d\x55\x30\x40\xba\x48\xde\xd9\x17\x4d\x45\x1c\xec\x45\x86\xcf\x16\x62\x2f\x02\xec\xc5\x79\x8c\x12\x8c\x28\x80\xbf\x38\x69\x14\xa1\x64\x80\x72\x71\xd2\x68\x97\x2a\x04\x68\x8b\x93\x46\x7e\xe0\x87\xa3\x21\x1a\x06\x06\x57\xd3\x83\x08\xc8\x22\xa5\x8c\x87\xa0\x75\x3f\x04\x31\x47\x0e\xb6\x86\x54\x8b\x68\xdd\xdc\x18\xae\xad\xdb\x9b\xdd\xef\xca\xfc\x6b\x06\x23\x20\x5e\x14\xbd\x1c\x4d\xa9\xd2\xba\x25\x20\xdc\x9b\x5e\x83\xf6\xd0\xe9\x68\x10\x4d\xa7\x22\x30\x8b\x94\x38\x57\x11\x4d\xed\x1f\xb2\x45\x56\xd1\x92\x6c\x11\xed\x31\x37\x07\x9d\xa1\x88\x46\xb0\x32\x65\x6c\x98\xa6\x0c\x69\xc3\xec\x1c\x4d\x3a\x10\xdb\xc7\xee\xf4\x23\xaa\x2f\xc0\xad\x48\xe9\x76\x70\x2a\x30\xda\x67\x99\x46\x07\xbc\x96\x81\x72\xe0\xad\x70\xd1\xf4\x0d\x8a\x9b\xf0\xc2\xb7\x68\xaa\xe9\x0d\x35\x9d\xcd\x25\xd1\x54\x0e\x9a\xb2\x86\x43\x11\xd1\xa6\x9d\x02\x56\xc7\x9b\xdb\x42\x2e\x45\xc8\xa5\x18\xe8\x15\xcd\xf0\x41\x23\x7c\xa0\x6a\xd8\x94\x25\xb0\x28\xb2\x9a\x61\x0b\xdb\xa0\x06\x61\xcc\x42\x0a\x45\x40\xa1\x28\xfa\x87\x9a\xe2\xa5\x29\x5e\x0c\x63\x88\xa1\x08\x30\x14\x27\x8d\xfa\x2e\xbb\x4e\x61\xc2\xf9\x89\x68\x0a\x93\xb6\x7c\xd7\x9a\x6c\x6b\x72\xe4\x47\xd1\x8f\xd4\x74\x38\x36\x2f\xf2\x35\xf4\xd0\xd4\xf9\x1b\x3a\xff\x70\x0c\xab\x8e\x34\xd5\x11\xee\xf5\x89\x6e\xfc\x00\x9a\xc4\x49\x6b\xa4\x55\xd3\xcc\x8e\xc5\xb2\xeb\x34\xe8\x17\x0d\x4b\x3e\xc6\x14\xee\x47\x7e\x14\xe3\x02\x5d\x17\x24\xa4\x88\x94\x6e\xb4\x8c\xae\x19\x20\x36\x02\x90\x77\x88\x8d\x88\xae\x30\x81\xd5\x17\xdd\x90\x25\xac\x88\xe4\x4d\x62\xd1\x15\x26\x5d\x65\x84\xdd\xae\xd1\xf5\x1b\xc0\x81\xc8\xea\xcf\x5d\x17\x64\xbf\xed\x4d\x04\x78\x37\x3e\xd9\x89\x4f\x72\x9e\x39\xba\xfa\x49\x57\xbe\x00\xfa\x0b\xa9\x10\x01\x15\xa2\xe8\x5a\xeb\x86\x27\xbb\xba\x08\x27\x2e\xa2\xeb\x81\x84\xe8\x90\x92\xf1\x9e\xae\x80\x01\xef\x70\xd2\x28\x42\xdb\x03\xcc\x43\x1e\xb6\x4b\x99\xd3\x95\x39\x86\x45\xba\x02\xa6\xa3\x79\xb0\x1d\x27\xc4\x40\x44\xaf\x5f\x25\x9c\x91\xd3\x9b\xb9\x71\x2c\x8b\xfd\x38\xd1\x75\x40\x76\x1c\x90\xa9\x20\x86\xbb\xb2\x04\xf8\x43\xd1\xc7\x27\xf5\x21\xba\xe2\x85\x33\x1c\xd1\x0d\x46\xf4\x9e\x4d\xe3\x39\x65\x09\x60\x87\x94\x8a\xed\xd7\x95\xd0\x71\x25\x40\x99\x89\xae\x6b\x11\xb2\x43\x4a\x9c\xec\x88\xae\x35\xd2\xd1\x33\xc6\xbf\x5e\x29\x99\xf3\xbf\x2d\xe4\xdd\x08\x67\x57\xd2\x70\x79\x4f\x74\x43\x15\x80\x21\x4e\x1a\x85\x29\x56\xa0\x41\xa4\x54\x18\xf3\x5d\xaf\x42\x1f\x16\x46\xab\x35\x5f\xfa\xa0\x9a\x58\x0d\x5d\xf7\x64\x57\x59\xd1\x8b\xdd\x75\x2a\xf4\x8f\xad\xc6\xf7\xd2\x35\x4c\x3a\x81\xc5\xac\x17\xaf\x1b\x45\xec\x4c\xa1\x0c\xac\x38\x9e\x7b\x46\xb8\x3a\xf2\xdf\xec\xbd\xd1\xe7\x4b\x6f\x4f\x10\xed\xf7\x2a\x3f\x7f\xbb\x39\x19\xbe\x17\x8f\x6e\xee\x9a\x4a\xd2\x74\xb7\xbb\xf8\xf6\x72\x68\x82\xb8\xd9\x8b\x40\xd9\xe6\xee\xa7\x24\xe6\x75\x73\xdd\xd3\xf9\xe1\xf6\x65\xee\xcf\xde\xec\x46\xfa\x69\xb3\x8b\xe5\xa4\xe5\x93\xf6\x31\x0d\xf7\xa8\x4f\x11\x39\xdd\xec\xb6\xe0\xd4\xef\xde\xa8\x47\x9b\x9b\x4e\x40\xf3\x6e\x6e\x38\x39\x3f\x1c\xdb\x27\x9f\xf0\x99\x23\xae\x38\x0e\xbb\xdd\x52\xb1\xd9\x46\x91\x38\x2b\xfa\xff\x3e\xe8\xf9\xe3\xd7\xcf\xf7\xff\xf8\xaf\xff\xfe\x7c\xff\x9f\xcf\xaf\xeb\xdb\xfc\xf3\xc7\x8f\xf5\xdb\x1f\xf1\xcb\xfc\xe3\xdb\x7f\x9e\xd4\x6f\xb1\xf6\x2f\xbf\xad\x1f\xeb\x7f\x7f\xff\xf3\xc7\x5c\xdf\xbe\xff\xfe\xfd\xbc\xc5\xbf\xff\x0b\x00\x00\xff\xff\x96\xe6\x36\x40\xee\xcf\x02\x00"); +func _abda ()([]byte ,error ){return _c (_efeg ,"UniGB-UTF8-H")};var _bfd =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\x58\xcb\x8e\x24\xb7\x11\xbc\xf7\x57\xd4\x51\x3e\xd8\xcb\xf7\x03\x68\x34\x20\xeb\x01\xef\x41\x92\xe1\xb5\x6c\x03\x86\x0f\x45\x32\xb9\x18\xc0\x3b\x33\x98\x99\x3d\xe8\xef\x8d\x88\x68\xc9\x96\xe0\x83\x50\x9a\xd8\x48\x92\x95\x8c\xc8\xcc\xea\x77\x5f\xbd\xff\xfa\xfd\xe3\xc3\xdb\xf1\xee\xcf\x2f\x4f\xf3\x83\xbd\x1d\xfb\xe1\x71\xbd\xd8\xeb\xd3\xe7\x97\x69\xc7\xb0\x8f\x0f\x8f\x97\x8b\x0f\xc7\x7a\x98\x6f\x3f\xff\xc9\xc7\xfc\x74\x3e\x5f\x2e\x88\xff\xf0\xd3\xeb\x9b\x7d\x7a\xff\xb8\x9f\x8e\x28\xde\xfa\xfc\x7c\xe7\x1e\xc7\xbb\xbf\xd8\xc7\x87\xd7\xb7\x97\x9f\x8e\x2f\xbe\x5c\x4f\xc3\x7e\x77\x2c\xdb\xc0\x7f\x78\x59\xf6\xf2\xf0\xf8\xf1\xf8\xe2\xab\xef\x3f\xf8\x5f\xe0\x0f\x9f\x9f\x9f\xff\x6d\x9f\xec\xf1\xed\x70\xc4\xec\x71\xf1\x79\x79\xf7\xd5\x77\xe7\xf3\xf7\xe7\x27\x3b\xde\xfd\x31\xff\xfe\x4f\x04\x89\xfd\xcd\x5e\x5e\x1f\x9e\x1e\x0f\xef\xfe\xe0\x5c\xf9\x2f\xfe\xd7\x9f\x9e\xed\xf0\xf7\xe0\x1f\xdf\x7f\xfd\xc3\xde\xaf\xf6\x76\x78\xa7\x85\xdf\xfd\xe3\xc7\xf7\x5f\x1f\xff\xf4\x87\x77\x47\xc8\xb1\xb9\x7f\xdd\xa9\x7f\xff\xee\x69\xd9\x7d\xf7\x4b\xd0\x9b\xcc\xa7\x65\xaf\xcf\xe7\xb4\x97\xf3\xf1\xa3\x5d\x8e\xe3\xea\xdc\xed\x38\x8e\x6b\x73\x37\xfc\xf5\xa5\x4f\xee\x76\x5c\xbf\xfd\xe6\xdb\x6f\x6e\x38\xf2\x6f\xf8\x17\xaf\x65\x1e\x9f\xde\x96\x6d\x61\x5c\xe1\xea\xf7\xed\xf0\xb1\xa4\x86\xa8\xff\xfd\xe7\x0b\xce\xa9\xbd\x1f\xd6\x3d\x22\x20\xa2\xda\xcf\x11\xd7\x53\xbb\x9e\x3e\xb7\xdb\xd1\x3b\x80\xdc\x05\x4c\x90\x6a\x8a\xc4\x16\x31\x06\x06\x86\x9d\x9e\xc8\xce\xb7\xc3\x97\x00\x64\x17\x21\xe5\x76\x04\x2d\xbd\xab\x90\x0a\xa4\x12\x69\x42\x0c\x08\x76\x0b\xda\x3e\x60\xe5\x90\x0b\x10\xad\x1c\xc0\x89\x1e\x9c\x28\x4e\x04\x27\x79\x9c\x27\x8a\x13\xc7\xb8\x1d\xa9\x22\x2a\x8e\x25\x64\xdf\x8e\xec\xc0\x49\x8a\x4a\x88\xca\x3d\x03\x51\x54\xc2\xca\x25\xe3\x84\x59\x9c\x0c\x4e\xcd\x78\x8b\x2c\x4e\x06\xa7\x79\x44\x15\x71\x0a\x38\xdd\xe1\x3c\x45\x9c\x02\x4e\xaf\x88\xaa\xe2\x54\xe6\xc7\x15\x1c\xa8\x8a\x54\x41\xf2\x3e\x20\xae\x89\xd5\x94\xc5\x80\x43\x36\xb1\xda\x56\x62\x11\xd8\xc5\xea\xba\xa4\xe6\x00\x89\xd5\xc9\x4a\xbc\x91\x53\xac\x93\xac\x1c\x91\xdc\x53\xac\x93\xac\xe2\x10\x38\xc4\x1a\x64\x95\x9e\x00\x89\x35\xc8\xaa\x19\x81\x53\xac\x49\x56\xcb\x1e\x90\x58\x73\xaf\xdb\xe1\xbb\x47\xe0\x44\xc4\xfd\x11\x52\x04\x6b\x29\x70\xf1\xf2\x9c\xc3\x5a\x4b\x81\x8b\x2c\x57\x71\x08\x13\xcb\xc8\xf2\x05\x6b\x99\x58\x46\x56\x08\x08\xdc\x62\x6d\xb2\x62\xc0\xf2\x5b\xac\x3d\x37\xa0\x86\xc0\xbd\xc4\xba\x1f\x22\x5c\xae\xc3\x31\x70\x38\x06\xa6\xda\x01\x31\x70\x38\xb2\x72\x02\x4b\x32\x1f\x54\x70\x28\xb1\x00\x12\x4b\x62\x2c\xd0\xfe\x90\x1a\x87\xd4\x58\x7b\x04\x24\x16\xe5\x18\x1a\x14\x3a\xa4\xc7\x41\x3d\x86\x9e\x1d\x20\xb1\x22\x45\xeb\xa0\xd1\x21\xfd\x0d\xea\x2f\x7a\x24\x67\x48\x80\x23\x49\xda\x48\xce\x90\x02\x07\x15\x18\x03\x92\x33\x24\xc1\x41\x09\xc6\x88\xe4\x0c\x69\x70\x50\x83\x31\x21\x39\x43\x22\x1c\x14\x61\x4c\x48\xce\x90\x0a\x07\x55\x18\x73\x6d\x80\xc4\xa2\x0a\x63\x49\x08\x94\x0a\x07\x55\x18\x6b\xcc\x80\xc4\xa2\x0a\x63\xed\x08\x94\x0a\x07\x55\x18\x5b\x47\x0a\xa5\xc2\x41\x15\xc6\x9e\x11\x28\x15\x0e\xaa\x30\x39\x18\x7a\x48\x85\x83\x2a\x4c\xde\x23\x50\x2a\x1c\x54\x61\x0a\x0e\x29\x94\x0a\xc7\x98\x15\x50\x41\xe0\x98\x8d\x10\x03\x23\x8c\x36\x24\xcc\x41\x61\xa6\xc8\xe4\x48\x98\x83\x2a\x4c\x89\xc9\x91\x0a\x07\x55\x98\x32\x93\x23\x15\x0e\xaa\x30\x65\x26\x47\x2a\x1c\x96\xfd\xed\x48\x85\xc9\xb1\x1c\x04\x05\xee\x28\x28\x12\xe2\x5a\xa5\xe3\xa8\xd2\xea\xa0\x56\x53\x4d\xb8\x34\x69\x75\x50\xab\xa9\x45\x2c\x2f\xad\x0e\x0a\x33\xb5\x5e\x2f\xd7\x29\x61\x4e\x0a\x33\xf5\xee\x01\x91\x35\x29\xcc\xec\x72\xba\x5c\xa7\x84\x39\x29\xcc\xec\x51\x37\xa7\x84\x39\xfd\x79\xde\x8e\x1c\xbc\x27\x34\x08\x31\x30\x84\x70\xb9\x4e\x69\x75\x52\xab\x39\x22\xab\x53\x5a\x9d\x61\x22\x30\x22\xab\x33\xcc\x21\x68\x30\xd0\x13\x9a\x84\xb8\x56\xe2\xf2\x52\xf4\x8c\xc5\x01\x42\x39\x9f\xb1\x70\x2d\x8a\x3c\x27\x64\x62\x4a\xe4\x33\x8e\x76\x3b\x72\x0e\x84\x46\x17\xd4\x01\x65\xae\x35\x4e\x41\x27\x21\x47\x88\x87\xa0\x3b\x72\x46\x9d\x9d\x72\xc7\x4c\x39\xdf\x8e\x5c\x02\x58\x29\x17\x41\x85\x3b\x66\x42\x95\x10\x0f\x51\x12\x03\x75\x08\x7a\x28\x97\x06\x48\x1e\x9a\xf4\x50\xae\x68\x07\x53\x1e\x9a\xf4\x50\x6e\x11\x99\x90\x87\x66\x51\x3f\x88\xf1\x72\x9d\x12\xf9\xec\x09\xa7\xef\x7c\xc7\x9e\x4e\x41\xe7\xed\x28\xe8\x74\xb3\x27\x1e\xbe\x97\x71\x3b\x8a\x63\x9e\x7b\x61\x06\x69\x8e\xe2\x92\x63\xbb\xfe\xb9\xc5\xfe\xbf\xae\x3b\xe5\x9d\xd9\xd1\xa5\x8a\xcb\x38\x4f\x1f\x26\x88\x8b\x44\x41\x9b\x90\x4d\x40\x8d\xbb\xdb\x22\xc4\x9e\xe5\xe1\xd6\x29\xd3\x4d\x9a\xae\xf8\x8c\x17\x91\xe9\xe6\x89\xde\x5b\x82\xc7\x19\x4f\x36\x5f\x3d\x8a\x87\x46\xe7\xc9\xee\x3b\x69\xcd\x12\x1d\x52\x27\x6b\x4e\x5a\xb3\xd0\x74\x53\xd6\x9c\x43\x2c\xb4\xb7\x29\x1f\x4e\xfa\xb0\x24\xb4\xb7\x29\x1f\xce\xa9\x5e\x8a\xf6\x36\xe5\xc3\x49\x1f\x96\x82\xf6\x36\xe5\xc3\x49\x1f\x96\x82\xf6\x36\xe5\xc3\x49\x87\x95\x8a\xf6\x36\xe5\xb0\x49\x87\x95\x86\xf6\x36\xe5\xb0\x49\x87\x95\x8e\xf6\x36\xe5\xb0\x49\x87\x55\x87\xf6\xb6\xe4\xb0\x45\x87\x55\x87\xf6\xb6\xe4\xb0\x45\x87\x55\x8f\xf6\xb6\xe4\xb0\x45\x87\xd5\x00\x8d\x2e\x39\x6c\xd1\x4e\x35\xa2\xbd\x2d\xd9\x69\xd1\x4e\x35\xa1\x18\x2c\xd9\x69\xd1\x28\x35\x55\x04\xca\x28\x2b\x6a\x60\x28\x19\x90\x58\x14\x77\xa5\x64\x96\xc4\xbd\x28\xdb\x5a\xe1\xd6\x25\xd9\x2e\xca\xb6\xd6\x86\x40\xc9\x76\x69\xf8\x68\x68\x5c\x4b\xb2\x5d\x94\x6d\xed\xd0\xfb\x92\x6c\x17\x65\xdb\x1c\x1a\xd7\x52\xe9\x5f\x05\x9e\x6e\x0e\x8d\x6b\x15\x7a\x5a\x8f\x56\xa1\x9c\x55\xe6\x22\xa4\x49\x06\x59\x5d\x6a\x10\xab\xd6\x0e\xa8\x13\xaa\xa7\xa0\xf3\x76\xb4\xd6\x3a\xa1\x21\x08\x81\xca\x97\xda\xc8\x62\x1b\x69\x01\xa5\x7f\xa9\x8d\x2c\xb6\x91\x16\x51\xfa\x97\xda\xc8\x62\x1b\x69\x09\xa5\x7f\xc9\x61\x8b\x4e\x69\x19\xe6\x59\xb2\xc2\xa2\xa2\x5b\x46\x91\x5a\x52\xf4\xa2\xa2\x5b\x29\x38\x97\x14\xbd\xce\x05\xa8\xa2\xd6\xac\x73\x6d\x41\x9b\x2f\x84\xe5\x4f\x53\x20\xd7\xaa\x3c\xbd\x14\xbd\xa8\xe8\xd6\x50\x58\x96\x14\xbd\xc6\x59\xf8\x8e\x91\x50\x25\xc4\xc0\xd6\xc1\x92\xc8\x17\x45\xde\x3a\x1a\xc4\x92\xc8\x17\x45\xde\x1d\xba\xe7\x92\xc8\x17\x45\xde\xe9\xc7\x25\x91\xaf\xb5\x07\x20\x74\xcf\xb5\xf6\x14\x34\x11\xc8\x73\xad\xbd\x04\x21\x30\x10\x92\x15\x16\xad\xd0\x03\x1a\xc4\x92\x15\x16\xad\xd0\x23\x1a\xc4\x92\x15\x16\xad\xd0\x13\x1a\xc4\x92\x15\x16\xad\xd0\x33\x2a\xb8\xc9\x0a\x46\x2b\xf4\xe2\x32\x20\xb2\x8c\x56\xe8\xa5\xb4\xcb\xd5\x64\x05\xa3\x15\x7a\x45\x9d\x37\x59\xc1\x68\x85\xde\x02\x02\x65\x05\xa3\x15\x7a\xc7\x08\x6e\xb2\x82\xd1\x0a\xbd\xa3\xea\x9a\xac\x60\x51\x33\xaf\x43\xd9\x35\x79\xc1\xe8\x05\xef\x3c\x8a\x9a\xc9\x0c\x96\xc4\x0b\x28\xbc\x26\x37\x58\x12\x2f\xa0\xf2\x9a\xec\x60\x59\xbc\x88\x3b\x31\xf9\xc1\xb2\x78\x09\xb5\xce\x64\x08\x2b\xe2\x65\x7c\x57\x98\x1c\x61\x45\xbc\xe2\x11\x2b\xb1\xdb\x7d\x26\xaf\x2e\x01\x13\x4f\x43\xb9\xab\x05\xb1\x12\xb2\x69\x2a\x77\xad\x20\x9b\x52\xb2\xb5\x33\x00\xeb\x21\x11\x8b\xc4\x14\xdb\x31\x7a\x98\xe4\x6d\xbd\xe2\x2b\xc8\x3b\xa6\xaa\xd7\x22\x8c\x83\xbf\xab\x88\x95\xe6\x4d\x03\xbc\x77\x90\xa0\x49\xf4\xa6\x09\xde\xfb\x8a\xf5\xa4\x7a\x3b\xef\x1f\x0d\x18\x36\x4c\x82\xb6\x91\x4f\x60\x11\x95\xdc\x46\x1e\xc4\x14\x1b\x79\x91\x52\xb9\x8d\xed\x88\x41\x87\x36\xf6\x1d\xf3\x3a\x73\x21\x16\x84\x31\x36\x41\xe8\x26\xed\x9b\xbe\x00\x7c\x82\x14\x4d\xe2\xb7\xb9\xf0\x09\xe0\x33\xb4\x68\x13\x76\xbc\x3f\xf0\x6e\x91\xd8\x26\xa6\xf5\x0a\xbe\x99\x4c\x2e\xb1\xa5\xf5\x0a\xef\x48\x36\xb1\x75\x76\x60\x95\x77\xb4\x30\xe2\x5c\x6d\x29\xb6\xc2\xad\x26\x57\x98\x29\xb6\x51\xca\xb2\x85\x99\x31\x07\x8d\x5a\x36\x1b\xc2\x06\x3e\x9d\x38\xbe\x99\xa1\x73\x5e\xcd\xb4\x1e\x0b\xa8\xc9\x3f\xb6\xb5\x5e\x2f\xfe\xd7\xdd\x3a\xa5\xdf\x36\x6b\x93\xbd\x6c\xeb\xa3\xcc\xe1\xf6\xb7\xfc\xb5\x1d\xe6\x15\x1f\xbc\x6f\xc0\x38\xb0\xe8\x81\x37\xea\xc4\x2a\x31\x7d\xe3\x79\xdc\xe0\x96\x11\xb7\xc3\x58\xe6\x83\x6f\xc4\x38\x97\xe9\x81\x1b\xf4\xc4\x26\x31\xed\xcb\x29\x6f\xcb\xb1\xdb\x97\x40\x0c\x19\xdf\xbe\x44\x61\xa7\xde\xbc\x13\x1b\xc2\x98\x8d\xc2\x7d\x3d\xc7\x94\x7d\xff\x6a\x8f\xbe\x02\xd3\x59\xbc\xf6\x88\xe8\x27\x5b\x7e\xdf\xa1\x54\x60\x29\x22\x36\x94\x26\xac\x01\xab\x50\xec\x0e\xa5\x13\xd3\x7a\xa9\x92\xa7\xf5\xc2\xe4\xf9\x12\x3e\x14\x76\x98\x3c\x5f\xd0\x1e\x19\x4e\xd9\xaa\x16\x3b\xd6\x44\xac\x11\x83\x6d\xf0\x30\x9d\x19\x39\x50\x05\xd9\xaa\x20\xa1\xa0\xfb\x6c\x55\x90\x9d\x0a\x73\x5f\x53\x06\x56\x98\x7b\x55\x95\x50\x31\xe2\x6f\x55\x95\x9d\x06\xf7\x68\xcc\x4b\x1a\x59\x58\xd6\x59\x0a\x31\xc5\xa2\x3a\xfb\xd0\x02\x79\x2c\xcf\x5b\x15\x29\x74\x87\x7d\x55\x91\xb6\x2a\x52\xe8\x0e\x39\x50\x45\xda\xf9\xce\xc3\x2c\xb4\x55\x91\x76\xe1\x1d\x45\x57\x90\x97\xa2\x3b\xe2\x03\xb1\xc2\x12\x31\x7d\xd9\x3b\x4c\xb8\x5b\x95\x6b\xab\x72\x45\xcf\x3b\x57\xe5\xda\xaa\x5c\x91\xe3\xdc\x56\xe5\xda\xaa\x5c\x31\x60\x5a\xd8\xaa\x5c\x5b\x95\x2b\x46\x6a\x43\x95\x6b\xab\x4a\xc5\xc4\xfb\x55\x95\xda\x2c\x4c\x3e\x66\xde\x6f\xaf\x55\x18\x79\xb9\x91\xa7\xd8\x8e\xeb\xf3\x31\x63\x9e\xda\x7d\x26\x61\x49\xbc\x4c\x2c\x0b\xcb\xfc\x19\x89\xf9\xeb\xb3\x08\x2b\xfa\x69\xc9\x13\xd3\x1e\xcb\x13\xd3\xbe\x2b\x08\x53\x6c\x0a\xbf\x72\x23\xfe\xff\xd3\xf9\x7c\xf9\xe5\x77\xba\xf9\xf9\xe5\xc5\x1e\xdf\xf8\x9b\x20\x7f\x91\x3b\x96\xed\x87\x47\xfb\xe5\xf7\xc5\xe7\xa7\x67\x44\xf1\xbf\xff\x04\x00\x00\xff\xff\xaf\x70\x6a\x2a\x8b\x14\x00\x00"); +func _eafg ()(*asset ,error ){_cdfgd ,_fgac :=_abeb ();if _fgac !=nil {return nil ,_fgac ;};_egec :=bindataFileInfo {_dae :"UniKS-UTF8-V",_fb :738,_ae :_be .FileMode (436),_g :_a .Unix (1580493065,0)};_aceeg :=&asset {_dd :_cdfgd ,_ef :_egec };return _aceeg ,nil ; +};var _dcgd =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x54\xd2\xcd\x8e\x9b\x30\x10\x07\xf0\xbb\x9f\x62\x8e\xdb\xc3\x16\x8f\x0d\xdb\x44\x8a\x90\x2a\x72\x28\x87\x4d\xab\xd2\x6c\x2b\x55\x3d\x10\x3c\x8e\x2c\x15\x83\x0c\x1c\xf2\xf6\xd5\x0c\x94\xaa\x87\xe8\x1f\x7e\xfe\x18\x3c\x26\xab\xea\x73\x1d\xc3\x0c\xd9\x97\x34\x74\x0d\xcd\xe0\x43\x74\x89\xa6\x61\x49\x1d\xc1\x8d\xee\x21\x2a\x85\x06\x5c\xe8\xe6\xbf\x8f\x12\x5d\xdf\x8e\x4a\x65\xd7\x18\xaa\x4b\xf3\x7c\xad\x1a\xf3\xfc\x09\x96\x89\x36\xaf\xea\x73\xf3\x98\x66\xea\xeb\xe8\x07\xb0\xeb\x7a\xb7\x8c\xdb\x1e\x00\xd9\x57\xba\x87\x69\x4e\x0f\x78\xfa\xe8\x86\x1b\xbd\x03\x47\x9e\xfd\x73\x72\x94\x42\xbc\xc3\x53\x75\x69\x70\xe7\x66\x19\xc7\xdf\xd4\x53\x9c\x79\x37\xf2\x8a\xa2\x93\x54\x59\xf5\xda\x8e\x97\xb6\x27\xf8\xef\x6d\xde\x64\x54\x06\xdf\x28\x4d\x61\x88\x80\xe6\xbd\xd6\x2f\xff\xfc\xdb\x63\x24\xc0\x6d\x97\x1f\xd7\xfa\x0c\x3f\x11\x50\x83\x29\xec\xd1\xfe\xda\xfc\xfb\xeb\xe0\xf6\x59\x68\xd7\x03\x74\xc1\xa5\x36\xde\x49\x9d\x8c\x46\x5b\xc2\x16\x68\xb4\x48\xbe\x4a\xce\x62\x58\x4c\x21\xc2\x81\xfa\xa8\x4e\x56\xeb\x43\x09\x1c\xc7\x12\xb0\xd0\x22\xed\x2a\xb7\x12\x30\x7f\x11\xe9\x56\x71\x3c\x27\x17\xa1\x55\x3c\xcb\x81\x05\xb5\x08\x22\xaf\x32\x22\xf9\x2a\x5c\xcb\x1e\xd4\xc9\x53\xee\x4b\xd8\x02\xed\x87\xbc\x50\x27\xef\xa5\xbe\xf7\x52\xdf\x6a\x96\xe2\x26\xc2\x81\x36\x17\x71\xab\x70\x7d\x5b\x70\xc7\xf7\x73\xf3\x7f\xbe\xe9\xbd\xf7\xdd\x92\x12\xc5\x59\xee\x59\x9a\xcb\x0d\x0b\x91\xf6\x6f\x69\x1c\x46\x5e\x25\xbf\x3f\x01\x00\x00\xff\xff\x94\xb1\x9b\xdd\x77\x02\x00\x00"); diff --git a/internal/cmap/cmap.go b/internal/cmap/cmap.go index 9d1093f29..5b345239b 100644 --- a/internal/cmap/cmap.go +++ b/internal/cmap/cmap.go @@ -9,133 +9,132 @@ // Use of this source code is governed by the UniDoc End User License Agreement // terms that can be accessed at https://unidoc.io/eula/ -package cmap ;import (_ef "bufio";_ed "bytes";_ba "encoding/hex";_c "errors";_b "fmt";_cf "github.com/unidoc/unipdf/v3/common";_bde "github.com/unidoc/unipdf/v3/core";_cd "github.com/unidoc/unipdf/v3/internal/cmap/bcmaps";_eg "io";_bd "sort";_e "strconv"; -_bf "strings";_f "unicode/utf16";);func _fcg ()cmapDict {return cmapDict {Dict :map[string ]cmapObject {}}};func LoadCmapFromData (data []byte ,isSimple bool )(*CMap ,error ){_cf .Log .Trace ("\u004c\u006fa\u0064\u0043\u006d\u0061\u0070\u0046\u0072\u006f\u006d\u0044\u0061\u0074\u0061\u003a\u0020\u0069\u0073\u0053\u0069\u006d\u0070\u006ce=\u0025\u0074",isSimple ); -cmap :=_da (isSimple );cmap .cMapParser =_ffda (data );_ac :=cmap .parse ();if _ac !=nil {return nil ,_ac ;};if len (cmap ._gd )==0{if cmap ._cab !=""{return cmap ,nil ;};_cf .Log .Debug ("\u0045\u0052R\u004f\u0052\u003a\u0020\u004e\u006f\u0020\u0063\u006f\u0064\u0065\u0073\u0070\u0061\u0063\u0065\u0073\u002e\u0020\u0063\u006d\u0061p=\u0025\u0073",cmap ); -};cmap .computeInverseMappings ();return cmap ,nil ;};type cmapArray struct{Array []cmapObject ;};func (cmap *CMap )CIDToCharcode (cid CharCode )(CharCode ,bool ){_abe ,_age :=cmap ._afa [cid ];return _abe ,_age ;};func (cmap *CMap )StringToCID (s string )(CharCode ,bool ){_dbe ,_ff :=cmap ._ad [s ]; -return _dbe ,_ff };func (cmap *CMap )parseWMode ()error {var _cdff int ;_bcde :=false ;for _fcfa :=0;_fcfa < 3&&!_bcde ;_fcfa ++{_ccd ,_eec :=cmap .parseObject ();if _eec !=nil {return _eec ;};switch _acc :=_ccd .(type ){case cmapOperand :switch _acc .Operand {case "\u0064\u0065\u0066":_bcde =true ; -default:_cf .Log .Error ("\u0070\u0061\u0072\u0073\u0065\u0057\u004d\u006f\u0064\u0065:\u0020\u0073\u0074\u0061\u0074\u0065\u0020e\u0072\u0072\u006f\u0072\u002e\u0020\u006f\u003d\u0025\u0023\u0076",_ccd );return ErrBadCMap ;};case cmapInt :_cdff =int (_acc ._cfgd ); -};};cmap ._gf =integer {_fde :true ,_gcg :_cdff };return nil ;};func (_daea *cMapParser )parseHexString ()(cmapHexString ,error ){_daea ._deg .ReadByte ();_dgbg :=[]byte ("\u0030\u0031\u0032\u003345\u0036\u0037\u0038\u0039\u0061\u0062\u0063\u0064\u0065\u0066\u0041\u0042\u0043\u0044E\u0046"); -_bga :=_ed .Buffer {};for {_daea .skipSpaces ();_bdfd ,_bgab :=_daea ._deg .Peek (1);if _bgab !=nil {return cmapHexString {},_bgab ;};if _bdfd [0]=='>'{_daea ._deg .ReadByte ();break ;};_adee ,_ :=_daea ._deg .ReadByte ();if _ed .IndexByte (_dgbg ,_adee )>=0{_bga .WriteByte (_adee ); -};};if _bga .Len ()%2==1{_cf .Log .Debug ("\u0070\u0061rs\u0065\u0048\u0065x\u0053\u0074\u0072\u0069ng:\u0020ap\u0070\u0065\u006e\u0064\u0069\u006e\u0067 '\u0030\u0027\u0020\u0074\u006f\u0020\u0025#\u0071",_bga .String ());_bga .WriteByte ('0');};_eaga :=_bga .Len ()/2; -_dec ,_ :=_ba .DecodeString (_bga .String ());return cmapHexString {_cceg :_eaga ,_baeg :_dec },nil ;};type cmapObject interface{};type integer struct{_fde bool ;_gcg int ;};func (cmap *CMap )String ()string {_bfee :=cmap ._cfb ;_ccg :=[]string {_b .Sprintf ("\u006e\u0062\u0069\u0074\u0073\u003a\u0025\u0064",cmap ._db ),_b .Sprintf ("\u0074y\u0070\u0065\u003a\u0025\u0064",cmap ._gc )}; -if cmap ._af !=""{_ccg =append (_ccg ,_b .Sprintf ("\u0076\u0065\u0072\u0073\u0069\u006f\u006e\u003a\u0025\u0073",cmap ._af ));};if cmap ._cab !=""{_ccg =append (_ccg ,_b .Sprintf ("u\u0073\u0065\u0063\u006d\u0061\u0070\u003a\u0025\u0023\u0071",cmap ._cab )); -};_ccg =append (_ccg ,_b .Sprintf ("\u0073\u0079\u0073\u0074\u0065\u006d\u0049\u006e\u0066\u006f\u003a\u0025\u0073",_bfee .String ()));if len (cmap ._gd )> 0{_ccg =append (_ccg ,_b .Sprintf ("\u0063\u006f\u0064\u0065\u0073\u0070\u0061\u0063\u0065\u0073\u003a\u0025\u0064",len (cmap ._gd ))); -};if len (cmap ._bea )> 0{_ccg =append (_ccg ,_b .Sprintf ("\u0063\u006fd\u0065\u0054\u006fU\u006e\u0069\u0063\u006f\u0064\u0065\u003a\u0025\u0064",len (cmap ._bea )));};return _b .Sprintf ("\u0043\u004d\u0041P\u007b\u0025\u0023\u0071\u0020\u0025\u0073\u007d",cmap ._fb ,_bf .Join (_ccg ,"\u0020")); -};func (cmap *CMap )parseBfrange ()error {for {var _fdb CharCode ;_bbc ,_cbd :=cmap .parseObject ();if _cbd !=nil {if _cbd ==_eg .EOF {break ;};return _cbd ;};switch _bffb :=_bbc .(type ){case cmapOperand :if _bffb .Operand ==_bddc {return nil ;};return _c .New ("\u0075n\u0065x\u0070\u0065\u0063\u0074\u0065d\u0020\u006fp\u0065\u0072\u0061\u006e\u0064"); -case cmapHexString :_fdb =_cfcg (_bffb );default:return _c .New ("\u0075n\u0065x\u0070\u0065\u0063\u0074\u0065\u0064\u0020\u0074\u0079\u0070\u0065");};var _abec CharCode ;_bbc ,_cbd =cmap .parseObject ();if _cbd !=nil {if _cbd ==_eg .EOF {break ;};return _cbd ; -};switch _cdffg :=_bbc .(type ){case cmapOperand :_cf .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a \u0049\u006e\u0063\u006f\u006d\u0070\u006c\u0065\u0074\u0065\u0020\u0062\u0066r\u0061\u006e\u0067\u0065\u0020\u0074\u0072i\u0070\u006c\u0065\u0074"); -return ErrBadCMap ;case cmapHexString :_abec =_cfcg (_cdffg );if _abec > 0xffff{_abec =0xffff;};default:_cf .Log .Debug ("\u0045R\u0052\u004f\u0052\u003a \u0055\u006e\u0065\u0078\u0070e\u0063t\u0065d\u0020\u0074\u0079\u0070\u0065\u0020\u0025T",_bbc );return ErrBadCMap ; -};_bbc ,_cbd =cmap .parseObject ();if _cbd !=nil {if _cbd ==_eg .EOF {break ;};return _cbd ;};switch _bba :=_bbc .(type ){case cmapArray :if len (_bba .Array )!=int (_abec -_fdb )+1{_cf .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0049\u006e\u0076\u0061\u006c\u0069d\u0020\u006e\u0075\u006d\u0062\u0065r\u0020\u006f\u0066\u0020\u0069\u0074\u0065\u006d\u0073\u0020\u0069\u006e\u0020a\u0072\u0072\u0061\u0079"); -return ErrBadCMap ;};for _cdgg :=_fdb ;_cdgg <=_abec ;_cdgg ++{_gdcb :=_bba .Array [_cdgg -_fdb ];_ced ,_agec :=_gdcb .(cmapHexString );if !_agec {return _c .New ("\u006e\u006f\u006e-h\u0065\u0078\u0020\u0073\u0074\u0072\u0069\u006e\u0067\u0020\u0069\u006e\u0020\u0061\u0072\u0072\u0061\u0079"); -};_gad :=_abga (_ced );cmap ._bea [_cdgg ]=string (_gad );};case cmapHexString :_ffc :=_abga (_bba );_gdgc :=len (_ffc );for _eebf :=_fdb ;_eebf <=_abec ;_eebf ++{cmap ._bea [_eebf ]=string (_ffc );if _gdgc > 0{_ffc [_gdgc -1]++;}else {_cf .Log .Debug ("\u004e\u006f\u0020c\u006d\u0061\u0070\u0020\u0074\u0061\u0072\u0067\u0065\u0074\u0020\u0063\u0068\u0061\u0072\u0061\u0063\u0074\u0065\u0072\u0020\u0073\u0070\u0065\u0063\u0069\u0066\u0069\u0065d\u0020\u0066\u006f\u0072\u0020\u0025\u0023\u0076",_eebf ); -};if _eebf ==1<<32-1{break ;};};default:_cf .Log .Debug ("\u0045R\u0052\u004f\u0052\u003a \u0055\u006e\u0065\u0078\u0070e\u0063t\u0065d\u0020\u0074\u0079\u0070\u0065\u0020\u0025T",_bbc );return ErrBadCMap ;};};return nil ;};func (cmap *CMap )computeInverseMappings (){for _ee ,_eee :=range cmap ._bad {if _cac ,_ce :=cmap ._afa [_eee ]; -!_ce ||(_ce &&_cac > _ee ){cmap ._afa [_eee ]=_ee ;};};for _bada ,_ceg :=range cmap ._bea {if _gae ,_dd :=cmap ._ad [_ceg ];!_dd ||(_dd &&_gae > _bada ){cmap ._ad [_ceg ]=_bada ;};};_bd .Slice (cmap ._gd ,func (_fcf ,_bce int )bool {return cmap ._gd [_fcf ].Low < cmap ._gd [_bce ].Low }); -};func IsPredefinedCMap (name string )bool {return _cd .AssetExists (name )};type cmapOperand struct{Operand string ;};func (cmap *CMap )Name ()string {return cmap ._fb };func _ceb (_cdf string )string {_fag :=[]rune (_cdf );_gaa :=make ([]string ,len (_fag )); -for _bfc ,_gde :=range _fag {_gaa [_bfc ]=_b .Sprintf ("\u0025\u0030\u0034\u0078",_gde );};return _b .Sprintf ("\u003c\u0025\u0073\u003e",_bf .Join (_gaa ,""));};func (cmap *CMap )Stream ()(*_bde .PdfObjectStream ,error ){if cmap ._cge !=nil {return cmap ._cge ,nil ; -};_cde ,_cfga :=_bde .MakeStream (cmap .Bytes (),_bde .NewFlateEncoder ());if _cfga !=nil {return nil ,_cfga ;};cmap ._cge =_cde ;return cmap ._cge ,nil ;};func (cmap *CMap )matchCode (_beg []byte )(_aba CharCode ,_bdf int ,_ddb bool ){for _ddff :=0;_ddff < _dc ; -_ddff ++{if _ddff < len (_beg ){_aba =_aba <<8|CharCode (_beg [_ddff ]);_bdf ++;};_ddb =cmap .inCodespace (_aba ,_ddff +1);if _ddb {return _aba ,_bdf ,true ;};};_cf .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u004e\u006f\u0020\u0063o\u0064\u0065\u0073\u0070\u0061\u0063\u0065\u0020m\u0061t\u0063\u0068\u0065\u0073\u0020\u0062\u0079\u0074\u0065\u0073\u003d\u005b\u0025\u0020\u0030\u0032\u0078\u005d=\u0025\u0023\u0071\u0020\u0063\u006d\u0061\u0070\u003d\u0025\u0073",_beg ,string (_beg ),cmap ); -return 0,0,false ;};func (_bfd *CIDSystemInfo )String ()string {return _b .Sprintf ("\u0025\u0073\u002d\u0025\u0073\u002d\u0025\u0030\u0033\u0064",_bfd .Registry ,_bfd .Ordering ,_bfd .Supplement );};func (cmap *CMap )inCodespace (_bff CharCode ,_bbe int )bool {for _ ,_cdd :=range cmap ._gd {if _cdd .Low <=_bff &&_bff <=_cdd .High &&_bbe ==_cdd .NumBytes {return true ; -};};return false ;};type Codespace struct{NumBytes int ;Low CharCode ;High CharCode ;};type fbRange struct{_g CharCode ;_cg CharCode ;_cgb string ;};func (cmap *CMap )CharcodeBytesToUnicode (data []byte )(string ,int ){_bee ,_bae :=cmap .BytesToCharcodes (data ); -if !_bae {_cf .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0043\u0068\u0061\u0072\u0063\u006f\u0064\u0065\u0042\u0079\u0074\u0065s\u0054\u006f\u0055\u006e\u0069\u0063\u006f\u0064\u0065\u002e\u0020\u004e\u006f\u0074\u0020\u0069n\u0020\u0063\u006f\u0064\u0065\u0073\u0070\u0061\u0063\u0065\u0073\u002e\u0020\u0064\u0061\u0074\u0061\u003d\u005b\u0025\u0020\u0030\u0032\u0078]\u0020\u0063\u006d\u0061\u0070=\u0025\u0073",data ,cmap ); -return "",0;};_gdg :=make ([]string ,len (_bee ));var _afg []CharCode ;for _eed ,_fa :=range _bee {_dga ,_fg :=cmap ._bea [_fa ];if !_fg {_afg =append (_afg ,_fa );_dga =MissingCodeString ;};_gdg [_eed ]=_dga ;};_ge :=_bf .Join (_gdg ,"");if len (_afg )> 0{_cf .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020C\u0068\u0061\u0072c\u006f\u0064\u0065\u0042y\u0074\u0065\u0073\u0054\u006f\u0055\u006e\u0069\u0063\u006f\u0064\u0065\u002e\u0020\u004e\u006f\u0074\u0020\u0069\u006e\u0020\u006d\u0061\u0070\u002e\u000a"+"\u0009d\u0061t\u0061\u003d\u005b\u0025\u00200\u0032\u0078]\u003d\u0025\u0023\u0071\u000a"+"\u0009\u0063h\u0061\u0072\u0063o\u0064\u0065\u0073\u003d\u0025\u0030\u0032\u0078\u000a"+"\u0009\u006d\u0069\u0073\u0073\u0069\u006e\u0067\u003d\u0025\u0064\u0020%\u0030\u0032\u0078\u000a"+"\u0009\u0075\u006e\u0069\u0063\u006f\u0064\u0065\u003d`\u0025\u0073\u0060\u000a"+"\u0009\u0063\u006d\u0061\u0070\u003d\u0025\u0073",data ,string (data ),_bee ,len (_afg ),_afg ,_ge ,cmap ); -};return _ge ,len (_afg );};func (cmap *CMap )parseName ()error {_aa :="";_fbe :=false ;for _bfb :=0;_bfb < 20&&!_fbe ;_bfb ++{_agc ,_cfa :=cmap .parseObject ();if _cfa !=nil {return _cfa ;};switch _gfe :=_agc .(type ){case cmapOperand :switch _gfe .Operand {case "\u0064\u0065\u0066":_fbe =true ; -default:_cf .Log .Debug ("\u0070\u0061\u0072\u0073\u0065\u004e\u0061\u006d\u0065\u003a\u0020\u0053\u0074\u0061\u0074\u0065\u0020\u0065\u0072\u0072\u006f\u0072\u002e\u0020o\u003d\u0025\u0023\u0076\u0020n\u0061\u006de\u003d\u0025\u0023\u0071",_agc ,_aa ); -if _aa !=""{_aa =_b .Sprintf ("\u0025\u0073\u0020%\u0073",_aa ,_gfe .Operand );};_cf .Log .Debug ("\u0070\u0061\u0072\u0073\u0065\u004e\u0061\u006d\u0065\u003a \u0052\u0065\u0063\u006f\u0076\u0065\u0072e\u0064\u002e\u0020\u006e\u0061\u006d\u0065\u003d\u0025\u0023\u0071",_aa ); -};case cmapName :_aa =_gfe .Name ;};};if !_fbe {_cf .Log .Debug ("\u0045R\u0052\u004f\u0052\u003a \u0070\u0061\u0072\u0073\u0065N\u0061m\u0065:\u0020\u004e\u006f\u0020\u0064\u0065\u0066 ");return ErrBadCMap ;};cmap ._fb =_aa ;return nil ;};type cmapName struct{Name string ; -};func (_fdc *cMapParser )parseName ()(cmapName ,error ){_bgce :="";_bgeg :=false ;for {_cacf ,_adec :=_fdc ._deg .Peek (1);if _adec ==_eg .EOF {break ;};if _adec !=nil {return cmapName {_bgce },_adec ;};if !_bgeg {if _cacf [0]=='/'{_bgeg =true ;_fdc ._deg .ReadByte (); -}else {_cf .Log .Debug ("\u0045\u0052\u0052OR\u003a\u0020\u004e\u0061\u006d\u0065\u0020\u0073\u0074a\u0072t\u0069n\u0067 \u0077\u0069\u0074\u0068\u0020\u0025\u0073\u0020\u0028\u0025\u0020\u0078\u0029",_cacf ,_cacf );return cmapName {_bgce },_b .Errorf ("\u0069n\u0076a\u006c\u0069\u0064\u0020\u006ea\u006d\u0065:\u0020\u0028\u0025\u0063\u0029",_cacf [0]); -};}else {if _bde .IsWhiteSpace (_cacf [0]){break ;}else if (_cacf [0]=='/')||(_cacf [0]=='[')||(_cacf [0]=='(')||(_cacf [0]==']')||(_cacf [0]=='<')||(_cacf [0]=='>'){break ;}else if _cacf [0]=='#'{_eag ,_cfbf :=_fdc ._deg .Peek (3);if _cfbf !=nil {return cmapName {_bgce },_cfbf ; -};_fdc ._deg .Discard (3);_edc ,_cfbf :=_ba .DecodeString (string (_eag [1:3]));if _cfbf !=nil {return cmapName {_bgce },_cfbf ;};_bgce +=string (_edc );}else {_dceg ,_ :=_fdc ._deg .ReadByte ();_bgce +=string (_dceg );};};};return cmapName {_bgce },nil ; -};func (cmap *CMap )parseType ()error {_egg :=0;_fce :=false ;for _aac :=0;_aac < 3&&!_fce ;_aac ++{_geba ,_fdf :=cmap .parseObject ();if _fdf !=nil {return _fdf ;};switch _fcd :=_geba .(type ){case cmapOperand :switch _fcd .Operand {case "\u0064\u0065\u0066":_fce =true ; -default:_cf .Log .Error ("\u0070\u0061r\u0073\u0065\u0054\u0079\u0070\u0065\u003a\u0020\u0073\u0074\u0061\u0074\u0065\u0020\u0065\u0072\u0072\u006f\u0072\u002e\u0020\u006f=%\u0023\u0076",_geba );return ErrBadCMap ;};case cmapInt :_egg =int (_fcd ._cfgd ); -};};cmap ._gc =_egg ;return nil ;};func (cmap *CMap )parseCodespaceRange ()error {for {_bgde ,_ada :=cmap .parseObject ();if _ada !=nil {if _ada ==_eg .EOF {break ;};return _ada ;};_afga ,_acbd :=_bgde .(cmapHexString );if !_acbd {if _dcd ,_badde :=_bgde .(cmapOperand ); -_badde {if _dcd .Operand ==_baa {return nil ;};return _c .New ("\u0075n\u0065x\u0070\u0065\u0063\u0074\u0065d\u0020\u006fp\u0065\u0072\u0061\u006e\u0064");};};_bgde ,_ada =cmap .parseObject ();if _ada !=nil {if _ada ==_eg .EOF {break ;};return _ada ;}; -_egf ,_acbd :=_bgde .(cmapHexString );if !_acbd {return _c .New ("\u006e\u006f\u006e-\u0068\u0065\u0078\u0020\u0068\u0069\u0067\u0068");};if len (_afga ._baeg )!=len (_egf ._baeg ){return _c .New ("\u0075\u006e\u0065\u0071\u0075\u0061\u006c\u0020\u006e\u0075\u006d\u0062\u0065\u0072\u0020o\u0066 \u0062\u0079\u0074\u0065\u0073\u0020\u0069\u006e\u0020\u0072\u0061\u006e\u0067\u0065"); -};_bead :=_cfcg (_afga );_abag :=_cfcg (_egf );if _abag < _bead {_cf .Log .Debug ("\u0045R\u0052\u004fR\u003a\u0020\u0042\u0061d\u0020\u0063\u006fd\u0065\u0073\u0070\u0061\u0063\u0065\u002e\u0020\u006cow\u003d\u0030\u0078%\u0030\u0032x\u0020\u0068\u0069\u0067\u0068\u003d0\u0078\u00250\u0032\u0078",_bead ,_abag ); -return ErrBadCMap ;};_dff :=_egf ._cceg ;_fgf :=Codespace {NumBytes :_dff ,Low :_bead ,High :_abag };cmap ._gd =append (cmap ._gd ,_fgf );_cf .Log .Trace ("\u0043\u006f\u0064e\u0073\u0070\u0061\u0063e\u0020\u006c\u006f\u0077\u003a\u0020\u0030x\u0025\u0058\u002c\u0020\u0068\u0069\u0067\u0068\u003a\u0020\u0030\u0078\u0025\u0058",_bead ,_abag ); -};if len (cmap ._gd )==0{_cf .Log .Debug ("\u0045\u0052R\u004f\u0052\u003a\u0020\u004e\u006f\u0020\u0063\u006f\u0064\u0065\u0073\u0070\u0061\u0063\u0065\u0073\u0020\u0069\u006e\u0020\u0063ma\u0070\u002e");return ErrBadCMap ;};return nil ;};func (_agd *cMapParser )parseArray ()(cmapArray ,error ){_eecg :=cmapArray {}; -_eecg .Array =[]cmapObject {};_agd ._deg .ReadByte ();for {_agd .skipSpaces ();_gdd ,_ebe :=_agd ._deg .Peek (1);if _ebe !=nil {return _eecg ,_ebe ;};if _gdd [0]==']'{_agd ._deg .ReadByte ();break ;};_cgd ,_ebe :=_agd .parseObject ();if _ebe !=nil {return _eecg ,_ebe ; -};_eecg .Array =append (_eecg .Array ,_cgd );};return _eecg ,nil ;};func _abga (_bed cmapHexString )[]rune {if len (_bed ._baeg )==1{return []rune {rune (_bed ._baeg [0])};};_fdg :=_bed ._baeg ;if len (_fdg )%2!=0{_fdg =append (_fdg ,0);_cf .Log .Debug ("\u0045\u0052\u0052O\u0052\u003a\u0020\u0068\u0065\u0078\u0054\u006f\u0052\u0075\u006e\u0065\u0073\u002e\u0020\u0050\u0061\u0064\u0064\u0069\u006e\u0067\u0020\u0073\u0068\u0065\u0078\u003d\u0025#\u0076\u0020\u0074\u006f\u0020\u0025\u002b\u0076",_bed ,_fdg ); -};_cgbc :=len (_fdg )>>1;_dda :=make ([]uint16 ,_cgbc );for _acda :=0;_acda < _cgbc ;_acda ++{_dda [_acda ]=uint16 (_fdg [_acda <<1])<<8+uint16 (_fdg [_acda <<1+1]);};_fgb :=_f .Decode (_dda );return _fgb ;};func (cmap *CMap )BytesToCharcodes (data []byte )([]CharCode ,bool ){var _cc []CharCode ; -if cmap ._db ==8{for _ ,_gdc :=range data {_cc =append (_cc ,CharCode (_gdc ));};return _cc ,true ;};for _bgf :=0;_bgf < len (data );{_ffac ,_dfb ,_dbbe :=cmap .matchCode (data [_bgf :]);if !_dbbe {_cf .Log .Debug ("\u0045\u0052R\u004f\u0052\u003a\u0020\u004e\u006f\u0020\u0063\u006f\u0064\u0065\u0020\u006d\u0061\u0074\u0063\u0068\u0020\u0061\u0074\u0020\u0069\u003d\u0025\u0064\u0020\u0062\u0079\u0074\u0065\u0073\u003d\u005b\u0025\u0020\u0030\u0032\u0078\u005d\u003d\u0025\u0023\u0071",_bgf ,data ,string (data )); -return _cc ,false ;};_cc =append (_cc ,_ffac );_bgf +=_dfb ;};return _cc ,true ;};func (cmap *CMap )WMode ()(int ,bool ){return cmap ._gf ._gcg ,cmap ._gf ._fde };type CIDSystemInfo struct{Registry string ;Ordering string ;Supplement int ;};type cmapString struct{String string ; -};func (_fgde *cMapParser )parseDict ()(cmapDict ,error ){_cf .Log .Trace ("\u0052\u0065\u0061\u0064\u0069\u006e\u0067\u0020\u0050\u0044\u0046\u0020D\u0069\u0063\u0074\u0021");_add :=_fcg ();_gdcf ,_ :=_fgde ._deg .ReadByte ();if _gdcf !='<'{return _add ,ErrBadCMapDict ; -};_gdcf ,_ =_fgde ._deg .ReadByte ();if _gdcf !='<'{return _add ,ErrBadCMapDict ;};for {_fgde .skipSpaces ();_fee ,_gfa :=_fgde ._deg .Peek (2);if _gfa !=nil {return _add ,_gfa ;};if (_fee [0]=='>')&&(_fee [1]=='>'){_fgde ._deg .ReadByte ();_fgde ._deg .ReadByte (); -break ;};_ded ,_gfa :=_fgde .parseName ();_cf .Log .Trace ("\u004be\u0079\u003a\u0020\u0025\u0073",_ded .Name );if _gfa !=nil {_cf .Log .Debug ("\u0045\u0052R\u004f\u0052\u003a\u0020\u0052\u0065\u0074\u0075\u0072\u006e\u0069\u006e\u0067\u0020\u006e\u0061\u006d\u0065\u002e\u0020\u0065\u0072r=\u0025\u0076",_gfa ); -return _add ,_gfa ;};_fgde .skipSpaces ();_gebe ,_gfa :=_fgde .parseObject ();if _gfa !=nil {return _add ,_gfa ;};_add .Dict [_ded .Name ]=_gebe ;_fgde .skipSpaces ();_fee ,_gfa =_fgde ._deg .Peek (3);if _gfa !=nil {return _add ,_gfa ;};if string (_fee )=="\u0064\u0065\u0066"{_fgde ._deg .Discard (3); -};};return _add ,nil ;};func _cfcg (_efed cmapHexString )CharCode {_bgcd :=CharCode (0);for _ ,_dea :=range _efed ._baeg {_bgcd <<=8;_bgcd |=CharCode (_dea );};return _bgcd ;};func _afda (_dfaa string )rune {_fca :=[]rune (_dfaa );return _fca [len (_fca )-1]}; -func (cmap *CMap )CharcodeToCID (code CharCode )(CharCode ,bool ){_bb ,_caf :=cmap ._bad [code ];return _bb ,_caf ;};func (_dbd *cMapParser )skipSpaces ()(int ,error ){_cee :=0;for {_ceac ,_afaa :=_dbd ._deg .Peek (1);if _afaa !=nil {return 0,_afaa ;}; -if _bde .IsWhiteSpace (_ceac [0]){_dbd ._deg .ReadByte ();_cee ++;}else {break ;};};return _cee ,nil ;};const (_dc =4;MissingCodeRune ='\ufffd';MissingCodeString =string (MissingCodeRune ););func (cmap *CMap )CIDSystemInfo ()CIDSystemInfo {return cmap ._cfb }; -type cmapHexString struct{_cceg int ;_baeg []byte ;};type CharCode uint32 ;func (cmap *CMap )NBits ()int {return cmap ._db };func (_daf *cMapParser )parseComment ()(string ,error ){var _aag _ed .Buffer ;_ ,_dffc :=_daf .skipSpaces ();if _dffc !=nil {return _aag .String (),_dffc ; -};_gdef :=true ;for {_gbef ,_cdgd :=_daf ._deg .Peek (1);if _cdgd !=nil {_cf .Log .Debug ("p\u0061r\u0073\u0065\u0043\u006f\u006d\u006d\u0065\u006et\u003a\u0020\u0065\u0072r=\u0025\u0076",_cdgd );return _aag .String (),_cdgd ;};if _gdef &&_gbef [0]!='%'{return _aag .String (),ErrBadCMapComment ; -};_gdef =false ;if (_gbef [0]!='\r')&&(_gbef [0]!='\n'){_ggd ,_ :=_daf ._deg .ReadByte ();_aag .WriteByte (_ggd );}else {break ;};};return _aag .String (),nil ;};func (cmap *CMap )Bytes ()[]byte {_cf .Log .Trace ("\u0063\u006d\u0061\u0070.B\u0079\u0074\u0065\u0073\u003a\u0020\u0063\u006d\u0061\u0070\u003d\u0025\u0073",cmap .String ()); -if len (cmap ._dbb )> 0{return cmap ._dbb ;};cmap ._dbb =[]byte (_bf .Join ([]string {_abg ,cmap .toBfData (),_gabf },"\u000a"));return cmap ._dbb ;};func _caa (_bbb ,_cba int )int {if _bbb < _cba {return _bbb ;};return _cba ;};func _da (_fd bool )*CMap {_dfa :=16; -if _fd {_dfa =8;};return &CMap {_db :_dfa ,_bad :make (map[CharCode ]CharCode ),_afa :make (map[CharCode ]CharCode ),_bea :make (map[CharCode ]string ),_ad :make (map[string ]CharCode )};};func (cmap *CMap )parseVersion ()error {_ffb :="";_bcf :=false ; -for _dab :=0;_dab < 3&&!_bcf ;_dab ++{_aaa ,_fbc :=cmap .parseObject ();if _fbc !=nil {return _fbc ;};switch _edd :=_aaa .(type ){case cmapOperand :switch _edd .Operand {case "\u0064\u0065\u0066":_bcf =true ;default:_cf .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0070\u0061\u0072\u0073\u0065\u0056e\u0072\u0073\u0069\u006f\u006e\u003a \u0073\u0074\u0061\u0074\u0065\u0020\u0065\u0072\u0072\u006f\u0072\u002e\u0020o\u003d\u0025\u0023\u0076",_aaa ); -return ErrBadCMap ;};case cmapInt :_ffb =_b .Sprintf ("\u0025\u0064",_edd ._cfgd );case cmapFloat :_ffb =_b .Sprintf ("\u0025\u0066",_edd ._cdfd );case cmapString :_ffb =_edd .String ;default:_cf .Log .Debug ("\u0045\u0052RO\u0052\u003a\u0020p\u0061\u0072\u0073\u0065Ver\u0073io\u006e\u003a\u0020\u0042\u0061\u0064\u0020ty\u0070\u0065\u002e\u0020\u006f\u003d\u0025#\u0076",_aaa ); -};};cmap ._af =_ffb ;return nil ;};func (cmap *CMap )parseBfchar ()error {for {_dfc ,_ffad :=cmap .parseObject ();if _ffad !=nil {if _ffad ==_eg .EOF {break ;};return _ffad ;};var _bcef CharCode ;switch _abd :=_dfc .(type ){case cmapOperand :if _abd .Operand ==_cec {return nil ; -};return _c .New ("\u0075n\u0065x\u0070\u0065\u0063\u0074\u0065d\u0020\u006fp\u0065\u0072\u0061\u006e\u0064");case cmapHexString :_bcef =_cfcg (_abd );default:return _c .New ("\u0075n\u0065x\u0070\u0065\u0063\u0074\u0065\u0064\u0020\u0074\u0079\u0070\u0065"); -};_dfc ,_ffad =cmap .parseObject ();if _ffad !=nil {if _ffad ==_eg .EOF {break ;};return _ffad ;};var _cdg []rune ;switch _fgd :=_dfc .(type ){case cmapOperand :if _fgd .Operand ==_cec {return nil ;};_cf .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0055\u006e\u0065x\u0070\u0065\u0063\u0074\u0065\u0064\u0020o\u0070\u0065\u0072\u0061\u006e\u0064\u002e\u0020\u0025\u0023\u0076",_fgd ); -return ErrBadCMap ;case cmapHexString :_cdg =_abga (_fgd );case cmapName :_cf .Log .Debug ("E\u0052\u0052\u004f\u0052\u003a\u0020U\u006e\u0065\u0078\u0070\u0065\u0063\u0074\u0065\u0064 \u006e\u0061\u006de\u002e \u0025\u0023\u0076",_fgd );_cdg =[]rune {MissingCodeRune }; -default:_cf .Log .Debug ("E\u0052\u0052\u004f\u0052\u003a\u0020U\u006e\u0065\u0078\u0070\u0065\u0063\u0074\u0065\u0064 \u0074\u0079\u0070e\u002e \u0025\u0023\u0076",_dfc );return ErrBadCMap ;};cmap ._bea [_bcef ]=string (_cdg );};return nil ;};type cMapParser struct{_deg *_ef .Reader }; -func (cmap *CMap )toBfData ()string {if len (cmap ._bea )==0{return "";};_afgc :=make ([]CharCode ,0,len (cmap ._bea ));for _geg :=range cmap ._bea {_afgc =append (_afgc ,_geg );};_bd .Slice (_afgc ,func (_geb ,_deb int )bool {return _afgc [_geb ]< _afgc [_deb ]}); -var _cgbg []charRange ;_eb :=charRange {_afgc [0],_afgc [0]};_gg :=cmap ._bea [_afgc [0]];for _ ,_ebf :=range _afgc [1:]{_dba :=cmap ._bea [_ebf ];if _ebf ==_eb ._bfe +1&&_afda (_dba )==_afda (_gg )+1{_eb ._bfe =_ebf ;}else {_cgbg =append (_cgbg ,_eb ); -_eb ._ca ,_eb ._bfe =_ebf ,_ebf ;};_gg =_dba ;};_cgbg =append (_cgbg ,_eb );var _fab []CharCode ;var _dcef []fbRange ;for _ ,_adc :=range _cgbg {if _adc ._ca ==_adc ._bfe {_fab =append (_fab ,_adc ._ca );}else {_dcef =append (_dcef ,fbRange {_g :_adc ._ca ,_cg :_adc ._bfe ,_cgb :cmap ._bea [_adc ._ca ]}); -};};_cf .Log .Trace ("\u0063\u0068ar\u0052\u0061\u006eg\u0065\u0073\u003d\u0025d f\u0062Ch\u0061\u0072\u0073\u003d\u0025\u0064\u0020fb\u0052\u0061\u006e\u0067\u0065\u0073\u003d%\u0064",len (_cgbg ),len (_fab ),len (_dcef ));var _dbf []string ;if len (_fab )> 0{_eebg :=(len (_fab )+_fe -1)/_fe ; -for _gab :=0;_gab < _eebg ;_gab ++{_eedf :=_caa (len (_fab )-_gab *_fe ,_fe );_dbf =append (_dbf ,_b .Sprintf ("\u0025\u0064\u0020\u0062\u0065\u0067\u0069\u006e\u0062f\u0063\u0068\u0061\u0072",_eedf ));for _bgc :=0;_bgc < _eedf ;_bgc ++{_dcc :=_fab [_gab *_fe +_bgc ]; -_dae :=cmap ._bea [_dcc ];_dbf =append (_dbf ,_b .Sprintf ("\u003c%\u0030\u0034\u0078\u003e\u0020\u0025s",_dcc ,_ceb (_dae )));};_dbf =append (_dbf ,"\u0065n\u0064\u0062\u0066\u0063\u0068\u0061r");};};if len (_dcef )> 0{_cb :=(len (_dcef )+_fe -1)/_fe ; -for _def :=0;_def < _cb ;_def ++{_cdda :=_caa (len (_dcef )-_def *_fe ,_fe );_dbf =append (_dbf ,_b .Sprintf ("\u0025d\u0020b\u0065\u0067\u0069\u006e\u0062\u0066\u0072\u0061\u006e\u0067\u0065",_cdda ));for _ggg :=0;_ggg < _cdda ;_ggg ++{_cea :=_dcef [_def *_fe +_ggg ]; -_dbf =append (_dbf ,_b .Sprintf ("\u003c%\u00304\u0078\u003e\u003c\u0025\u0030\u0034\u0078\u003e\u0020\u0025\u0073",_cea ._g ,_cea ._cg ,_ceb (_cea ._cgb )));};_dbf =append (_dbf ,"\u0065\u006e\u0064\u0062\u0066\u0072\u0061\u006e\u0067\u0065");};};return _bf .Join (_dbf ,"\u000a"); -};func (cmap *CMap )parseSystemInfo ()error {_aeg :=false ;_ddg :=false ;_dgb :="";_edb :=false ;_gag :=CIDSystemInfo {};for _ebd :=0;_ebd < 50&&!_edb ;_ebd ++{_ccda ,_gacb :=cmap .parseObject ();if _gacb !=nil {return _gacb ;};switch _ffbc :=_ccda .(type ){case cmapDict :_bcb :=_ffbc .Dict ; -_gaee ,_acb :=_bcb ["\u0052\u0065\u0067\u0069\u0073\u0074\u0072\u0079"];if !_acb {_cf .Log .Debug ("\u0045\u0052\u0052\u004fR:\u0020\u0042\u0061\u0064\u0020\u0053\u0079\u0073\u0074\u0065\u006d\u0020\u0049\u006ef\u006f");return ErrBadCMap ;};_gebd ,_acb :=_gaee .(cmapString ); -if !_acb {_cf .Log .Debug ("\u0045\u0052\u0052\u004fR:\u0020\u0042\u0061\u0064\u0020\u0053\u0079\u0073\u0074\u0065\u006d\u0020\u0049\u006ef\u006f");return ErrBadCMap ;};_gag .Registry =_gebd .String ;_gaee ,_acb =_bcb ["\u004f\u0072\u0064\u0065\u0072\u0069\u006e\u0067"]; -if !_acb {_cf .Log .Debug ("\u0045\u0052\u0052\u004fR:\u0020\u0042\u0061\u0064\u0020\u0053\u0079\u0073\u0074\u0065\u006d\u0020\u0049\u006ef\u006f");return ErrBadCMap ;};_gebd ,_acb =_gaee .(cmapString );if !_acb {_cf .Log .Debug ("\u0045\u0052\u0052\u004fR:\u0020\u0042\u0061\u0064\u0020\u0053\u0079\u0073\u0074\u0065\u006d\u0020\u0049\u006ef\u006f"); -return ErrBadCMap ;};_gag .Ordering =_gebd .String ;_fbb ,_acb :=_bcb ["\u0053\u0075\u0070\u0070\u006c\u0065\u006d\u0065\u006e\u0074"];if !_acb {_cf .Log .Debug ("\u0045\u0052\u0052\u004fR:\u0020\u0042\u0061\u0064\u0020\u0053\u0079\u0073\u0074\u0065\u006d\u0020\u0049\u006ef\u006f"); -return ErrBadCMap ;};_cfgb ,_acb :=_fbb .(cmapInt );if !_acb {_cf .Log .Debug ("\u0045\u0052\u0052\u004fR:\u0020\u0042\u0061\u0064\u0020\u0053\u0079\u0073\u0074\u0065\u006d\u0020\u0049\u006ef\u006f");return ErrBadCMap ;};_gag .Supplement =int (_cfgb ._cfgd ); -_edb =true ;case cmapOperand :switch _ffbc .Operand {case "\u0062\u0065\u0067i\u006e":_aeg =true ;case "\u0065\u006e\u0064":_edb =true ;case "\u0064\u0065\u0066":_ddg =false ;};case cmapName :if _aeg {_dgb =_ffbc .Name ;_ddg =true ;};case cmapString :if _ddg {switch _dgb {case "\u0052\u0065\u0067\u0069\u0073\u0074\u0072\u0079":_gag .Registry =_ffbc .String ; -case "\u004f\u0072\u0064\u0065\u0072\u0069\u006e\u0067":_gag .Ordering =_ffbc .String ;};};case cmapInt :if _ddg {switch _dgb {case "\u0053\u0075\u0070\u0070\u006c\u0065\u006d\u0065\u006e\u0074":_gag .Supplement =int (_ffbc ._cfgd );};};};};if !_edb {_cf .Log .Debug ("\u0045\u0052\u0052O\u0052\u003a\u0020\u0050\u0061\u0072\u0073\u0065\u0064\u0020\u0053\u0079\u0073\u0074\u0065\u006d\u0020\u0049\u006e\u0066\u006f\u0020\u0064\u0069\u0063\u0074\u0020\u0069\u006ec\u006f\u0072\u0072\u0065\u0063\u0074\u006c\u0079"); -return ErrBadCMap ;};cmap ._cfb =_gag ;return nil ;};func (_gdgf *cMapParser )parseNumber ()(cmapObject ,error ){_ebdf ,_fdd :=_bde .ParseNumber (_gdgf ._deg );if _fdd !=nil {return nil ,_fdd ;};switch _bda :=_ebdf .(type ){case *_bde .PdfObjectFloat :return cmapFloat {float64 (*_bda )},nil ; -case *_bde .PdfObjectInteger :return cmapInt {int64 (*_bda )},nil ;};return nil ,_b .Errorf ("\u0075n\u0068\u0061\u006e\u0064\u006c\u0065\u0064\u0020\u006e\u0075\u006db\u0065\u0072\u0020\u0074\u0079\u0070\u0065\u0020\u0025\u0054",_ebdf );};func _faeg (_cedb cmapHexString )rune {_eca :=_abga (_cedb ); -if _abab :=len (_eca );_abab ==0{_cf .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0068\u0065\u0078\u0054o\u0052\u0075\u006e\u0065\u002e\u0020\u0045\u0078p\u0065c\u0074\u0065\u0064\u0020\u0061\u0074\u0020\u006c\u0065\u0061\u0073\u0074\u0020\u006f\u006e\u0065\u0020\u0072u\u006e\u0065\u0020\u0073\u0068\u0065\u0078\u003d\u0025\u0023\u0076",_cedb ); -return MissingCodeRune ;};if len (_eca )> 1{_cf .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0068\u0065\u0078\u0054\u006f\u0052\u0075\u006e\u0065\u002e\u0020\u0045\u0078p\u0065\u0063\u0074\u0065\u0064\u0020\u0065\u0078\u0061\u0063\u0074\u006c\u0079\u0020\u006f\u006e\u0065\u0020\u0072\u0075\u006e\u0065\u0020\u0073\u0068\u0065\u0078\u003d\u0025\u0023v\u0020\u002d\u003e\u0020\u0025#\u0076",_cedb ,_eca ); -};return _eca [0];};func (cmap *CMap )CharcodeToUnicode (code CharCode )(string ,bool ){if _cfg ,_bge :=cmap ._bea [code ];_bge {return _cfg ,true ;};return MissingCodeString ,false ;};type CMap struct{*cMapParser ;_fb string ;_db int ;_gc int ;_af string ; -_cab string ;_cfb CIDSystemInfo ;_gd []Codespace ;_bad map[CharCode ]CharCode ;_afa map[CharCode ]CharCode ;_bea map[CharCode ]string ;_ad map[string ]CharCode ;_dbb []byte ;_cge *_bde .PdfObjectStream ;_gf integer ;};func _ffda (_eeg []byte )*cMapParser {_ecf :=cMapParser {}; -_dcbc :=_ed .NewBuffer (_eeg );_ecf ._deg =_ef .NewReader (_dcbc );return &_ecf ;};func LoadCmapFromDataCID (data []byte )(*CMap ,error ){return LoadCmapFromData (data ,false )};type cmapFloat struct{_cdfd float64 };func (cmap *CMap )parseCIDRange ()error {for {_bfbg ,_cca :=cmap .parseObject (); -if _cca !=nil {if _cca ==_eg .EOF {break ;};return _cca ;};_ddc ,_ggc :=_bfbg .(cmapHexString );if !_ggc {if _bab ,_eecb :=_bfbg .(cmapOperand );_eecb {if _bab .Operand ==_fea {return nil ;};return _c .New ("\u0063\u0069\u0064\u0020\u0069\u006e\u0074\u0065\u0072\u0076\u0061\u006c\u0020s\u0074\u0061\u0072\u0074\u0020\u006du\u0073\u0074\u0020\u0062\u0065\u0020\u0061\u0020\u0068\u0065\u0078\u0020\u0073t\u0072\u0069\u006e\u0067"); -};};_cabb :=_cfcg (_ddc );_bfbg ,_cca =cmap .parseObject ();if _cca !=nil {if _cca ==_eg .EOF {break ;};return _cca ;};_fgg ,_ggc :=_bfbg .(cmapHexString );if !_ggc {return _c .New ("\u0063\u0069d\u0020\u0069\u006e\u0074e\u0072\u0076a\u006c\u0020\u0065\u006e\u0064\u0020\u006d\u0075s\u0074\u0020\u0062\u0065\u0020\u0061\u0020\u0068\u0065\u0078\u0020\u0073t\u0072\u0069\u006e\u0067"); -};if len (_ddc ._baeg )!=len (_fgg ._baeg ){return _c .New ("\u0075\u006e\u0065\u0071\u0075\u0061\u006c\u0020\u006e\u0075\u006d\u0062\u0065\u0072\u0020o\u0066 \u0062\u0079\u0074\u0065\u0073\u0020\u0069\u006e\u0020\u0072\u0061\u006e\u0067\u0065");};_gaf :=_cfcg (_fgg ); -if _cabb > _gaf {_cf .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a \u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0043\u0049\u0044\u0020\u0072\u0061\u006e\u0067\u0065\u002e\u0020\u0073t\u0061\u0072\u0074\u003d\u0030\u0078\u0025\u0030\u0032\u0078\u0020\u0065\u006e\u0064=\u0030x\u0025\u0030\u0032\u0078",_cabb ,_gaf ); -return ErrBadCMap ;};_bfbg ,_cca =cmap .parseObject ();if _cca !=nil {if _cca ==_eg .EOF {break ;};return _cca ;};_ccab ,_ggc :=_bfbg .(cmapInt );if !_ggc {return _c .New ("\u0063\u0069\u0064\u0020\u0073t\u0061\u0072\u0074\u0020\u0076\u0061\u006c\u0075\u0065\u0020\u006d\u0075\u0073t\u0020\u0062\u0065\u0020\u0061\u006e\u0020\u0064\u0065\u0063\u0069\u006d\u0061\u006c\u0020\u006e\u0075\u006d\u0062\u0065\u0072"); -};if _ccab ._cfgd < 0{return _c .New ("\u0069\u006e\u0076al\u0069\u0064\u0020\u0063\u0069\u0064\u0020\u0073\u0074\u0061\u0072\u0074\u0020\u0076\u0061\u006c\u0075\u0065");};_eef :=_ccab ._cfgd ;for _fge :=_cabb ;_fge <=_gaf ;_fge ++{cmap ._bad [_fge ]=CharCode (_eef ); -_eef ++;};_cf .Log .Trace ("C\u0049\u0044\u0020\u0072\u0061\u006eg\u0065\u003a\u0020\u003c\u0030\u0078\u0025\u0058\u003e \u003c\u0030\u0078%\u0058>\u0020\u0025\u0064",_cabb ,_gaf ,_ccab ._cfgd );};return nil ;};type cmapInt struct{_cfgd int64 };type charRange struct{_ca CharCode ; -_bfe CharCode ;};func (_egcb *cMapParser )parseOperand ()(cmapOperand ,error ){_eae :=cmapOperand {};_bdb :=_ed .Buffer {};for {_dgf ,_defb :=_egcb ._deg .Peek (1);if _defb !=nil {if _defb ==_eg .EOF {break ;};return _eae ,_defb ;};if _bde .IsDelimiter (_dgf [0]){break ; -};if _bde .IsWhiteSpace (_dgf [0]){break ;};_cbe ,_ :=_egcb ._deg .ReadByte ();_bdb .WriteByte (_cbe );};if _bdb .Len ()==0{return _eae ,_b .Errorf ("\u0069\u006e\u0076al\u0069\u0064\u0020\u006f\u0070\u0065\u0072\u0061\u006e\u0064\u0020\u0028\u0065\u006d\u0070\u0074\u0079\u0029"); -};_eae .Operand =_bdb .String ();return _eae ,nil ;};func LoadPredefinedCMap (name string )(*CMap ,error ){cmap ,_bca :=_ab (name );if _bca !=nil {return nil ,_bca ;};if cmap ._cab ==""{cmap .computeInverseMappings ();return cmap ,nil ;};_ede ,_bca :=_ab (cmap ._cab ); -if _bca !=nil {return nil ,_bca ;};for _ag ,_cdc :=range _ede ._bad {if _ ,_afc :=cmap ._bad [_ag ];!_afc {cmap ._bad [_ag ]=_cdc ;};};cmap ._gd =append (cmap ._gd ,_ede ._gd ...);cmap .computeInverseMappings ();return cmap ,nil ;};var (ErrBadCMap =_c .New ("\u0062\u0061\u0064\u0020\u0063\u006d\u0061\u0070"); -ErrBadCMapComment =_c .New ("c\u006f\u006d\u006d\u0065\u006e\u0074 \u0073\u0068\u006f\u0075\u006c\u0064\u0020\u0073\u0074a\u0072\u0074\u0020w\u0069t\u0068\u0020\u0025");ErrBadCMapDict =_c .New ("\u0069\u006e\u0076a\u006c\u0069\u0064\u0020\u0064\u0069\u0063\u0074"); -);func NewToUnicodeCMap (codeToRune map[CharCode ]rune )*CMap {_egd :=make (map[CharCode ]string ,len (codeToRune ));for _ae ,_de :=range codeToRune {_egd [_ae ]=string (_de );};cmap :=&CMap {_fb :"\u0041d\u006fb\u0065\u002d\u0049\u0064\u0065n\u0074\u0069t\u0079\u002d\u0055\u0043\u0053",_gc :2,_db :16,_cfb :CIDSystemInfo {Registry :"\u0041\u0064\u006fb\u0065",Ordering :"\u0055\u0043\u0053",Supplement :0},_gd :[]Codespace {{Low :0,High :0xffff}},_bea :_egd ,_ad :make (map[string ]CharCode ,len (codeToRune )),_bad :make (map[CharCode ]CharCode ,len (codeToRune )),_afa :make (map[CharCode ]CharCode ,len (codeToRune ))}; -cmap .computeInverseMappings ();return cmap ;};func NewCIDSystemInfo (obj _bde .PdfObject )(_a CIDSystemInfo ,_be error ){_ga ,_fc :=_bde .GetDict (obj );if !_fc {return CIDSystemInfo {},_bde .ErrTypeError ;};_df ,_fc :=_bde .GetStringVal (_ga .Get ("\u0052\u0065\u0067\u0069\u0073\u0074\u0072\u0079")); -if !_fc {return CIDSystemInfo {},_bde .ErrTypeError ;};_eda ,_fc :=_bde .GetStringVal (_ga .Get ("\u004f\u0072\u0064\u0065\u0072\u0069\u006e\u0067"));if !_fc {return CIDSystemInfo {},_bde .ErrTypeError ;};_bc ,_fc :=_bde .GetIntVal (_ga .Get ("\u0053\u0075\u0070\u0070\u006c\u0065\u006d\u0065\u006e\u0074")); -if !_fc {return CIDSystemInfo {},_bde .ErrTypeError ;};return CIDSystemInfo {Registry :_df ,Ordering :_eda ,Supplement :_bc },nil ;};const (_cfe ="\u0043\u0049\u0044\u0053\u0079\u0073\u0074\u0065\u006d\u0049\u006e\u0066\u006f";_ggce ="\u0062e\u0067\u0069\u006e\u0063\u006d\u0061p"; -_agf ="\u0065n\u0064\u0063\u006d\u0061\u0070";_dgae ="\u0062\u0065\u0067\u0069nc\u006f\u0064\u0065\u0073\u0070\u0061\u0063\u0065\u0072\u0061\u006e\u0067\u0065";_baa ="\u0065\u006e\u0064\u0063\u006f\u0064\u0065\u0073\u0070\u0061\u0063\u0065r\u0061\u006e\u0067\u0065"; -_aeb ="b\u0065\u0067\u0069\u006e\u0062\u0066\u0063\u0068\u0061\u0072";_cec ="\u0065n\u0064\u0062\u0066\u0063\u0068\u0061r";_dfbb ="\u0062\u0065\u0067i\u006e\u0062\u0066\u0072\u0061\u006e\u0067\u0065";_bddc ="\u0065\u006e\u0064\u0062\u0066\u0072\u0061\u006e\u0067\u0065"; -_cece ="\u0062\u0065\u0067\u0069\u006e\u0063\u0069\u0064\u0072\u0061\u006e\u0067\u0065";_fea ="e\u006e\u0064\u0063\u0069\u0064\u0072\u0061\u006e\u0067\u0065";_dbcb ="\u0075s\u0065\u0063\u006d\u0061\u0070";_geca ="\u0057\u004d\u006fd\u0065";_bcff ="\u0043\u004d\u0061\u0070\u004e\u0061\u006d\u0065"; -_bcfb ="\u0043\u004d\u0061\u0070\u0054\u0079\u0070\u0065";_ecc ="C\u004d\u0061\u0070\u0056\u0065\u0072\u0073\u0069\u006f\u006e";);type cmapDict struct{Dict map[string ]cmapObject ;};func (cmap *CMap )parse ()error {var _dbc cmapObject ;for {_cda ,_badd :=cmap .parseObject (); -if _badd !=nil {if _badd ==_eg .EOF {break ;};_cf .Log .Debug ("\u0045\u0052\u0052OR\u003a\u0020\u0070\u0061\u0072\u0073\u0069\u006e\u0067\u0020\u0043\u004d\u0061\u0070\u003a\u0020\u0025\u0076",_badd );return _badd ;};switch _ged :=_cda .(type ){case cmapOperand :_acd :=_ged ; -switch _acd .Operand {case _dgae :_cebg :=cmap .parseCodespaceRange ();if _cebg !=nil {return _cebg ;};case _cece :_ggf :=cmap .parseCIDRange ();if _ggf !=nil {return _ggf ;};case _aeb :_abf :=cmap .parseBfchar ();if _abf !=nil {return _abf ;};case _dfbb :_bdc :=cmap .parseBfrange (); -if _bdc !=nil {return _bdc ;};case _dbcb :if _dbc ==nil {_cf .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0075\u0073\u0065\u0063m\u0061\u0070\u0020\u0077\u0069\u0074\u0068\u0020\u006e\u006f \u0061\u0072\u0067");return ErrBadCMap ;};_gee ,_edeb :=_dbc .(cmapName ); -if !_edeb {_cf .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a \u0075\u0073\u0065\u0063\u006d\u0061\u0070\u0020\u0061\u0072\u0067\u0020\u006eo\u0074\u0020\u0061\u0020\u006e\u0061\u006de\u0020\u0025\u0023\u0076",_dbc );return ErrBadCMap ;};cmap ._cab =_gee .Name ; -case _cfe :_ggfb :=cmap .parseSystemInfo ();if _ggfb !=nil {return _ggfb ;};};case cmapName :_gec :=_ged ;switch _gec .Name {case _cfe :_gegc :=cmap .parseSystemInfo ();if _gegc !=nil {return _gegc ;};case _bcff :_dee :=cmap .parseName ();if _dee !=nil {return _dee ; -};case _bcfb :_ffd :=cmap .parseType ();if _ffd !=nil {return _ffd ;};case _ecc :_bcc :=cmap .parseVersion ();if _bcc !=nil {return _bcc ;};case _geca :if _badd =cmap .parseWMode ();_badd !=nil {return _badd ;};};};_dbc =_cda ;};return nil ;};func _ab (_dg string )(*CMap ,error ){_aef ,_dbg :=_cd .Asset (_dg ); -if _dbg !=nil {return nil ,_dbg ;};return LoadCmapFromDataCID (_aef );};const (_fe =100;_abg ="\u000a\u002f\u0043\u0049\u0044\u0049\u006e\u0069\u0074\u0020\u002f\u0050\u0072\u006fc\u0053\u0065\u0074\u0020\u0066\u0069\u006e\u0064\u0072es\u006fu\u0072c\u0065 \u0062\u0065\u0067\u0069\u006e\u000a\u0031\u0032\u0020\u0064\u0069\u0063\u0074\u0020\u0062\u0065\u0067\u0069n\u000a\u0062\u0065\u0067\u0069\u006e\u0063\u006d\u0061\u0070\n\u002f\u0043\u0049\u0044\u0053\u0079\u0073\u0074\u0065m\u0049\u006e\u0066\u006f\u0020\u003c\u003c\u0020\u002f\u0052\u0065\u0067\u0069\u0073t\u0072\u0079\u0020\u0028\u0041\u0064\u006f\u0062\u0065\u0029\u0020\u002f\u004f\u0072\u0064\u0065\u0072\u0069\u006e\u0067\u0020\u0028\u0055\u0043\u0053)\u0020\u002f\u0053\u0075\u0070p\u006c\u0065\u006d\u0065\u006et\u0020\u0030\u0020\u003e\u003e\u0020\u0064\u0065\u0066\u000a\u002f\u0043\u004d\u0061\u0070\u004e\u0061\u006d\u0065\u0020\u002f\u0041\u0064\u006f\u0062\u0065-\u0049\u0064\u0065\u006e\u0074\u0069\u0074\u0079\u002d\u0055\u0043\u0053\u0020\u0064\u0065\u0066\u000a\u002fC\u004d\u0061\u0070\u0054\u0079\u0070\u0065\u0020\u0032\u0020\u0064\u0065\u0066\u000a\u0031\u0020\u0062\u0065\u0067\u0069\u006e\u0063\u006f\u0064\u0065\u0073\u0070\u0061\u0063e\u0072\u0061n\u0067\u0065\n\u003c\u0030\u0030\u0030\u0030\u003e\u0020<\u0046\u0046\u0046\u0046\u003e\u000a\u0065\u006e\u0064\u0063\u006f\u0064\u0065\u0073\u0070\u0061\u0063\u0065r\u0061\u006e\u0067\u0065\u000a"; -_gabf ="\u0065\u006e\u0064\u0063\u006d\u0061\u0070\u000a\u0043\u004d\u0061\u0070\u004e\u0061\u006d\u0065\u0020\u0063ur\u0072e\u006e\u0074\u0064\u0069\u0063\u0074\u0020\u002f\u0043\u004d\u0061\u0070 \u0064\u0065\u0066\u0069\u006e\u0065\u0072\u0065\u0073\u006f\u0075\u0072\u0063\u0065\u0020\u0070\u006fp\u000a\u0065\u006e\u0064\u000a\u0065\u006e\u0064\u000a"; -);func (cmap *CMap )Type ()int {return cmap ._gc };func (_efg *cMapParser )parseString ()(cmapString ,error ){_efg ._deg .ReadByte ();_dbec :=_ed .Buffer {};_bccb :=1;for {_bbd ,_cdbd :=_efg ._deg .Peek (1);if _cdbd !=nil {return cmapString {_dbec .String ()},_cdbd ; -};if _bbd [0]=='\\'{_efg ._deg .ReadByte ();_fae ,_badc :=_efg ._deg .ReadByte ();if _badc !=nil {return cmapString {_dbec .String ()},_badc ;};if _bde .IsOctalDigit (_fae ){_eecf ,_bced :=_efg ._deg .Peek (2);if _bced !=nil {return cmapString {_dbec .String ()},_bced ; -};var _fbbd []byte ;_fbbd =append (_fbbd ,_fae );for _ ,_ebg :=range _eecf {if _bde .IsOctalDigit (_ebg ){_fbbd =append (_fbbd ,_ebg );}else {break ;};};_efg ._deg .Discard (len (_fbbd )-1);_cf .Log .Trace ("\u004e\u0075\u006d\u0065ri\u0063\u0020\u0073\u0074\u0072\u0069\u006e\u0067\u0020\u0022\u0025\u0073\u0022",_fbbd ); -_bfda ,_bced :=_e .ParseUint (string (_fbbd ),8,32);if _bced !=nil {return cmapString {_dbec .String ()},_bced ;};_dbec .WriteByte (byte (_bfda ));continue ;};switch _fae {case 'n':_dbec .WriteByte ('\n');case 'r':_dbec .WriteByte ('\r');case 't':_dbec .WriteByte ('\t'); -case 'b':_dbec .WriteByte ('\b');case 'f':_dbec .WriteByte ('\f');case '(':_dbec .WriteByte ('(');case ')':_dbec .WriteByte (')');case '\\':_dbec .WriteByte ('\\');};continue ;}else if _bbd [0]=='('{_bccb ++;}else if _bbd [0]==')'{_bccb --;if _bccb ==0{_efg ._deg .ReadByte (); -break ;};};_cecb ,_ :=_efg ._deg .ReadByte ();_dbec .WriteByte (_cecb );};return cmapString {_dbec .String ()},nil ;};func (_ddcb *cMapParser )parseObject ()(cmapObject ,error ){_ddcb .skipSpaces ();for {_bbf ,_fbg :=_ddcb ._deg .Peek (2);if _fbg !=nil {return nil ,_fbg ; -};if _bbf [0]=='%'{_ddcb .parseComment ();_ddcb .skipSpaces ();continue ;}else if _bbf [0]=='/'{_ebfd ,_aed :=_ddcb .parseName ();return _ebfd ,_aed ;}else if _bbf [0]=='('{_ade ,_daaa :=_ddcb .parseString ();return _ade ,_daaa ;}else if _bbf [0]=='['{_beed ,_abc :=_ddcb .parseArray (); -return _beed ,_abc ;}else if (_bbf [0]=='<')&&(_bbf [1]=='<'){_dac ,_ddd :=_ddcb .parseDict ();return _dac ,_ddd ;}else if _bbf [0]=='<'{_gfd ,_cbc :=_ddcb .parseHexString ();return _gfd ,_cbc ;}else if _bde .IsDecimalDigit (_bbf [0])||(_bbf [0]=='-'&&_bde .IsDecimalDigit (_bbf [1])){_ffaf ,_agce :=_ddcb .parseNumber (); -if _agce !=nil {return nil ,_agce ;};return _ffaf ,nil ;}else {_cfc ,_dfg :=_ddcb .parseOperand ();if _dfg !=nil {return nil ,_dfg ;};return _cfc ,nil ;};};}; \ No newline at end of file +package cmap ;import (_fd "bufio";_fe "bytes";_f "encoding/hex";_de "errors";_b "fmt";_cf "github.com/unidoc/unipdf/v3/common";_be "github.com/unidoc/unipdf/v3/core";_dc "github.com/unidoc/unipdf/v3/internal/cmap/bcmaps";_aa "io";_ag "sort";_d "strconv"; +_ac "strings";_c "unicode/utf16";);func LoadCmapFromDataCID (data []byte )(*CMap ,error ){return LoadCmapFromData (data ,false )};func NewCIDSystemInfo (obj _be .PdfObject )(_ff CIDSystemInfo ,_e error ){_gb ,_eb :=_be .GetDict (obj );if !_eb {return CIDSystemInfo {},_be .ErrTypeError ; +};_agb ,_eb :=_be .GetStringVal (_gb .Get ("\u0052\u0065\u0067\u0069\u0073\u0074\u0072\u0079"));if !_eb {return CIDSystemInfo {},_be .ErrTypeError ;};_ec ,_eb :=_be .GetStringVal (_gb .Get ("\u004f\u0072\u0064\u0065\u0072\u0069\u006e\u0067"));if !_eb {return CIDSystemInfo {},_be .ErrTypeError ; +};_ebb ,_eb :=_be .GetIntVal (_gb .Get ("\u0053\u0075\u0070\u0070\u006c\u0065\u006d\u0065\u006e\u0074"));if !_eb {return CIDSystemInfo {},_be .ErrTypeError ;};return CIDSystemInfo {Registry :_agb ,Ordering :_ec ,Supplement :_ebb },nil ;};func (cmap *CMap )parseBfchar ()error {for {_bbc ,_aba :=cmap .parseObject (); +if _aba !=nil {if _aba ==_aa .EOF {break ;};return _aba ;};var _adcg CharCode ;switch _afc :=_bbc .(type ){case cmapOperand :if _afc .Operand ==_bgb {return nil ;};return _de .New ("\u0075n\u0065x\u0070\u0065\u0063\u0074\u0065d\u0020\u006fp\u0065\u0072\u0061\u006e\u0064"); +case cmapHexString :_adcg =_dafe (_afc );default:return _de .New ("\u0075n\u0065x\u0070\u0065\u0063\u0074\u0065\u0064\u0020\u0074\u0079\u0070\u0065");};_bbc ,_aba =cmap .parseObject ();if _aba !=nil {if _aba ==_aa .EOF {break ;};return _aba ;};var _gdd []rune ; +switch _abe :=_bbc .(type ){case cmapOperand :if _abe .Operand ==_bgb {return nil ;};_cf .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0055\u006e\u0065x\u0070\u0065\u0063\u0074\u0065\u0064\u0020o\u0070\u0065\u0072\u0061\u006e\u0064\u002e\u0020\u0025\u0023\u0076",_abe ); +return ErrBadCMap ;case cmapHexString :_gdd =_gecd (_abe );case cmapName :_cf .Log .Debug ("E\u0052\u0052\u004f\u0052\u003a\u0020U\u006e\u0065\u0078\u0070\u0065\u0063\u0074\u0065\u0064 \u006e\u0061\u006de\u002e \u0025\u0023\u0076",_abe );_gdd =[]rune {MissingCodeRune }; +default:_cf .Log .Debug ("E\u0052\u0052\u004f\u0052\u003a\u0020U\u006e\u0065\u0078\u0070\u0065\u0063\u0074\u0065\u0064 \u0074\u0079\u0070e\u002e \u0025\u0023\u0076",_bbc );return ErrBadCMap ;};cmap ._cg [_adcg ]=string (_gdd );};return nil ;};func _dgb (_fbgd cmapHexString )rune {_aec :=_gecd (_fbgd ); +if _abf :=len (_aec );_abf ==0{_cf .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0068\u0065\u0078\u0054o\u0052\u0075\u006e\u0065\u002e\u0020\u0045\u0078p\u0065c\u0074\u0065\u0064\u0020\u0061\u0074\u0020\u006c\u0065\u0061\u0073\u0074\u0020\u006f\u006e\u0065\u0020\u0072u\u006e\u0065\u0020\u0073\u0068\u0065\u0078\u003d\u0025\u0023\u0076",_fbgd ); +return MissingCodeRune ;};if len (_aec )> 1{_cf .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0068\u0065\u0078\u0054\u006f\u0052\u0075\u006e\u0065\u002e\u0020\u0045\u0078p\u0065\u0063\u0074\u0065\u0064\u0020\u0065\u0078\u0061\u0063\u0074\u006c\u0079\u0020\u006f\u006e\u0065\u0020\u0072\u0075\u006e\u0065\u0020\u0073\u0068\u0065\u0078\u003d\u0025\u0023v\u0020\u002d\u003e\u0020\u0025#\u0076",_fbgd ,_aec ); +};return _aec [0];};func LoadCmapFromData (data []byte ,isSimple bool )(*CMap ,error ){_cf .Log .Trace ("\u004c\u006fa\u0064\u0043\u006d\u0061\u0070\u0046\u0072\u006f\u006d\u0044\u0061\u0074\u0061\u003a\u0020\u0069\u0073\u0053\u0069\u006d\u0070\u006ce=\u0025\u0074",isSimple ); +cmap :=_bb (isSimple );cmap .cMapParser =_fabg (data );_gd :=cmap .parse ();if _gd !=nil {return nil ,_gd ;};if len (cmap ._ef )==0{if cmap ._fdc !=""{return cmap ,nil ;};_cf .Log .Debug ("\u0045\u0052R\u004f\u0052\u003a\u0020\u004e\u006f\u0020\u0063\u006f\u0064\u0065\u0073\u0070\u0061\u0063\u0065\u0073\u002e\u0020\u0063\u006d\u0061p=\u0025\u0073",cmap ); +};cmap .computeInverseMappings ();return cmap ,nil ;};func (cmap *CMap )WMode ()(int ,bool ){return cmap ._eba ._dgad ,cmap ._eba ._cafc };func (cmap *CMap )NBits ()int {return cmap ._gf };func (cmap *CMap )Stream ()(*_be .PdfObjectStream ,error ){if cmap ._ebf !=nil {return cmap ._ebf ,nil ; +};_ffd ,_dga :=_be .MakeStream (cmap .Bytes (),_be .NewFlateEncoder ());if _dga !=nil {return nil ,_dga ;};cmap ._ebf =_ffd ;return cmap ._ebf ,nil ;};func (cmap *CMap )CharcodeToCID (code CharCode )(CharCode ,bool ){_cef ,_gbc :=cmap ._dea [code ];return _cef ,_gbc ; +};func _bb (_gg bool )*CMap {_baa :=16;if _gg {_baa =8;};return &CMap {_gf :_baa ,_dea :make (map[CharCode ]CharCode ),_ebd :make (map[CharCode ]CharCode ),_cg :make (map[CharCode ]string ),_ded :make (map[string ]CharCode )};};type Codespace struct{NumBytes int ; +Low CharCode ;High CharCode ;};type cmapInt struct{_cgac int64 };func (cmap *CMap )parseName ()error {_gfc :="";_ddb :=false ;for _gbg :=0;_gbg < 20&&!_ddb ;_gbg ++{_aaa ,_aad :=cmap .parseObject ();if _aad !=nil {return _aad ;};switch _dcc :=_aaa .(type ){case cmapOperand :switch _dcc .Operand {case "\u0064\u0065\u0066":_ddb =true ; +default:_cf .Log .Debug ("\u0070\u0061\u0072\u0073\u0065\u004e\u0061\u006d\u0065\u003a\u0020\u0053\u0074\u0061\u0074\u0065\u0020\u0065\u0072\u0072\u006f\u0072\u002e\u0020o\u003d\u0025\u0023\u0076\u0020n\u0061\u006de\u003d\u0025\u0023\u0071",_aaa ,_gfc ); +if _gfc !=""{_gfc =_b .Sprintf ("\u0025\u0073\u0020%\u0073",_gfc ,_dcc .Operand );};_cf .Log .Debug ("\u0070\u0061\u0072\u0073\u0065\u004e\u0061\u006d\u0065\u003a \u0052\u0065\u0063\u006f\u0076\u0065\u0072e\u0064\u002e\u0020\u006e\u0061\u006d\u0065\u003d\u0025\u0023\u0071",_gfc ); +};case cmapName :_gfc =_dcc .Name ;};};if !_ddb {_cf .Log .Debug ("\u0045R\u0052\u004f\u0052\u003a \u0070\u0061\u0072\u0073\u0065N\u0061m\u0065:\u0020\u004e\u006f\u0020\u0064\u0065\u0066 ");return ErrBadCMap ;};cmap ._dcb =_gfc ;return nil ;};func (cmap *CMap )parseVersion ()error {_bgef :=""; +_gag :=false ;for _eac :=0;_eac < 3&&!_gag ;_eac ++{_dbb ,_deff :=cmap .parseObject ();if _deff !=nil {return _deff ;};switch _fef :=_dbb .(type ){case cmapOperand :switch _fef .Operand {case "\u0064\u0065\u0066":_gag =true ;default:_cf .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0070\u0061\u0072\u0073\u0065\u0056e\u0072\u0073\u0069\u006f\u006e\u003a \u0073\u0074\u0061\u0074\u0065\u0020\u0065\u0072\u0072\u006f\u0072\u002e\u0020o\u003d\u0025\u0023\u0076",_dbb ); +return ErrBadCMap ;};case cmapInt :_bgef =_b .Sprintf ("\u0025\u0064",_fef ._cgac );case cmapFloat :_bgef =_b .Sprintf ("\u0025\u0066",_fef ._defb );case cmapString :_bgef =_fef .String ;default:_cf .Log .Debug ("\u0045\u0052RO\u0052\u003a\u0020p\u0061\u0072\u0073\u0065Ver\u0073io\u006e\u003a\u0020\u0042\u0061\u0064\u0020ty\u0070\u0065\u002e\u0020\u006f\u003d\u0025#\u0076",_dbb ); +};};cmap ._fc =_bgef ;return nil ;};const (_bdd =100;_df ="\u000a\u002f\u0043\u0049\u0044\u0049\u006e\u0069\u0074\u0020\u002f\u0050\u0072\u006fc\u0053\u0065\u0074\u0020\u0066\u0069\u006e\u0064\u0072es\u006fu\u0072c\u0065 \u0062\u0065\u0067\u0069\u006e\u000a\u0031\u0032\u0020\u0064\u0069\u0063\u0074\u0020\u0062\u0065\u0067\u0069n\u000a\u0062\u0065\u0067\u0069\u006e\u0063\u006d\u0061\u0070\n\u002f\u0043\u0049\u0044\u0053\u0079\u0073\u0074\u0065m\u0049\u006e\u0066\u006f\u0020\u003c\u003c\u0020\u002f\u0052\u0065\u0067\u0069\u0073t\u0072\u0079\u0020\u0028\u0041\u0064\u006f\u0062\u0065\u0029\u0020\u002f\u004f\u0072\u0064\u0065\u0072\u0069\u006e\u0067\u0020\u0028\u0055\u0043\u0053)\u0020\u002f\u0053\u0075\u0070p\u006c\u0065\u006d\u0065\u006et\u0020\u0030\u0020\u003e\u003e\u0020\u0064\u0065\u0066\u000a\u002f\u0043\u004d\u0061\u0070\u004e\u0061\u006d\u0065\u0020\u002f\u0041\u0064\u006f\u0062\u0065-\u0049\u0064\u0065\u006e\u0074\u0069\u0074\u0079\u002d\u0055\u0043\u0053\u0020\u0064\u0065\u0066\u000a\u002fC\u004d\u0061\u0070\u0054\u0079\u0070\u0065\u0020\u0032\u0020\u0064\u0065\u0066\u000a\u0031\u0020\u0062\u0065\u0067\u0069\u006e\u0063\u006f\u0064\u0065\u0073\u0070\u0061\u0063e\u0072\u0061n\u0067\u0065\n\u003c\u0030\u0030\u0030\u0030\u003e\u0020<\u0046\u0046\u0046\u0046\u003e\u000a\u0065\u006e\u0064\u0063\u006f\u0064\u0065\u0073\u0070\u0061\u0063\u0065r\u0061\u006e\u0067\u0065\u000a"; +_cdf ="\u0065\u006e\u0064\u0063\u006d\u0061\u0070\u000a\u0043\u004d\u0061\u0070\u004e\u0061\u006d\u0065\u0020\u0063ur\u0072e\u006e\u0074\u0064\u0069\u0063\u0074\u0020\u002f\u0043\u004d\u0061\u0070 \u0064\u0065\u0066\u0069\u006e\u0065\u0072\u0065\u0073\u006f\u0075\u0072\u0063\u0065\u0020\u0070\u006fp\u000a\u0065\u006e\u0064\u000a\u0065\u006e\u0064\u000a"; +);func _degg ()cmapDict {return cmapDict {Dict :map[string ]cmapObject {}}};func _edf (_eee string )string {_beb :=[]rune (_eee );_deaa :=make ([]string ,len (_beb ));for _bagd ,_bga :=range _beb {_deaa [_bagd ]=_b .Sprintf ("\u0025\u0030\u0034\u0078",_bga ); +};return _b .Sprintf ("\u003c\u0025\u0073\u003e",_ac .Join (_deaa ,""));};func _ced (_bc string )(*CMap ,error ){_acg ,_fdf :=_dc .Asset (_bc );if _fdf !=nil {return nil ,_fdf ;};return LoadCmapFromDataCID (_acg );};func (cmap *CMap )parseType ()error {_dbf :=0; +_cced :=false ;for _dgc :=0;_dgc < 3&&!_cced ;_dgc ++{_bcf ,_gaf :=cmap .parseObject ();if _gaf !=nil {return _gaf ;};switch _gef :=_bcf .(type ){case cmapOperand :switch _gef .Operand {case "\u0064\u0065\u0066":_cced =true ;default:_cf .Log .Error ("\u0070\u0061r\u0073\u0065\u0054\u0079\u0070\u0065\u003a\u0020\u0073\u0074\u0061\u0074\u0065\u0020\u0065\u0072\u0072\u006f\u0072\u002e\u0020\u006f=%\u0023\u0076",_bcf ); +return ErrBadCMap ;};case cmapInt :_dbf =int (_gef ._cgac );};};cmap ._ea =_dbf ;return nil ;};func (cmap *CMap )BytesToCharcodes (data []byte )([]CharCode ,bool ){var _ed []CharCode ;if cmap ._gf ==8{for _ ,_bdg :=range data {_ed =append (_ed ,CharCode (_bdg )); +};return _ed ,true ;};for _efd :=0;_efd < len (data );{_fg ,_fgg ,_fed :=cmap .matchCode (data [_efd :]);if !_fed {_cf .Log .Debug ("\u0045\u0052R\u004f\u0052\u003a\u0020\u004e\u006f\u0020\u0063\u006f\u0064\u0065\u0020\u006d\u0061\u0074\u0063\u0068\u0020\u0061\u0074\u0020\u0069\u003d\u0025\u0064\u0020\u0062\u0079\u0074\u0065\u0073\u003d\u005b\u0025\u0020\u0030\u0032\u0078\u005d\u003d\u0025\u0023\u0071",_efd ,data ,string (data )); +return _ed ,false ;};_ed =append (_ed ,_fg );_efd +=_fgg ;};return _ed ,true ;};const (_bf =4;MissingCodeRune ='\ufffd';MissingCodeString =string (MissingCodeRune ););func (_gfb *cMapParser )parseDict ()(cmapDict ,error ){_cf .Log .Trace ("\u0052\u0065\u0061\u0064\u0069\u006e\u0067\u0020\u0050\u0044\u0046\u0020D\u0069\u0063\u0074\u0021"); +_aae :=_degg ();_dgg ,_ :=_gfb ._gccbf .ReadByte ();if _dgg !='<'{return _aae ,ErrBadCMapDict ;};_dgg ,_ =_gfb ._gccbf .ReadByte ();if _dgg !='<'{return _aae ,ErrBadCMapDict ;};for {_gfb .skipSpaces ();_dedd ,_fea :=_gfb ._gccbf .Peek (2);if _fea !=nil {return _aae ,_fea ; +};if (_dedd [0]=='>')&&(_dedd [1]=='>'){_gfb ._gccbf .ReadByte ();_gfb ._gccbf .ReadByte ();break ;};_ggg ,_fea :=_gfb .parseName ();_cf .Log .Trace ("\u004be\u0079\u003a\u0020\u0025\u0073",_ggg .Name );if _fea !=nil {_cf .Log .Debug ("\u0045\u0052R\u004f\u0052\u003a\u0020\u0052\u0065\u0074\u0075\u0072\u006e\u0069\u006e\u0067\u0020\u006e\u0061\u006d\u0065\u002e\u0020\u0065\u0072r=\u0025\u0076",_fea ); +return _aae ,_fea ;};_gfb .skipSpaces ();_aee ,_fea :=_gfb .parseObject ();if _fea !=nil {return _aae ,_fea ;};_aae .Dict [_ggg .Name ]=_aee ;_gfb .skipSpaces ();_dedd ,_fea =_gfb ._gccbf .Peek (3);if _fea !=nil {return _aae ,_fea ;};if string (_dedd )=="\u0064\u0065\u0066"{_gfb ._gccbf .Discard (3); +};};return _aae ,nil ;};type CIDSystemInfo struct{Registry string ;Ordering string ;Supplement int ;};func (_ecc *cMapParser )parseComment ()(string ,error ){var _cab _fe .Buffer ;_ ,_acfa :=_ecc .skipSpaces ();if _acfa !=nil {return _cab .String (),_acfa ; +};_cacf :=true ;for {_bfba ,_gdde :=_ecc ._gccbf .Peek (1);if _gdde !=nil {_cf .Log .Debug ("p\u0061r\u0073\u0065\u0043\u006f\u006d\u006d\u0065\u006et\u003a\u0020\u0065\u0072r=\u0025\u0076",_gdde );return _cab .String (),_gdde ;};if _cacf &&_bfba [0]!='%'{return _cab .String (),ErrBadCMapComment ; +};_cacf =false ;if (_bfba [0]!='\r')&&(_bfba [0]!='\n'){_bab ,_ :=_ecc ._gccbf .ReadByte ();_cab .WriteByte (_bab );}else {break ;};};return _cab .String (),nil ;};type cmapOperand struct{Operand string ;};func (cmap *CMap )toBfData ()string {if len (cmap ._cg )==0{return ""; +};_gbe :=make ([]CharCode ,0,len (cmap ._cg ));for _ddg :=range cmap ._cg {_gbe =append (_gbe ,_ddg );};_ag .Slice (_gbe ,func (_bgga ,_efde int )bool {return _gbe [_bgga ]< _gbe [_efde ]});var _ee []charRange ;_ebdg :=charRange {_gbe [0],_gbe [0]};_cca :=cmap ._cg [_gbe [0]]; +for _ ,_aea :=range _gbe [1:]{_fdcf :=cmap ._cg [_aea ];if _aea ==_ebdg ._cfc +1&&_cd (_fdcf )==_cd (_cca )+1{_ebdg ._cfc =_aea ;}else {_ee =append (_ee ,_ebdg );_ebdg ._ce ,_ebdg ._cfc =_aea ,_aea ;};_cca =_fdcf ;};_ee =append (_ee ,_ebdg );var _gdf []CharCode ; +var _fbe []fbRange ;for _ ,_cff :=range _ee {if _cff ._ce ==_cff ._cfc {_gdf =append (_gdf ,_cff ._ce );}else {_fbe =append (_fbe ,fbRange {_cc :_cff ._ce ,_def :_cff ._cfc ,_g :cmap ._cg [_cff ._ce ]});};};_cf .Log .Trace ("\u0063\u0068ar\u0052\u0061\u006eg\u0065\u0073\u003d\u0025d f\u0062Ch\u0061\u0072\u0073\u003d\u0025\u0064\u0020fb\u0052\u0061\u006e\u0067\u0065\u0073\u003d%\u0064",len (_ee ),len (_gdf ),len (_fbe )); +var _bde []string ;if len (_gdf )> 0{_fda :=(len (_gdf )+_bdd -1)/_bdd ;for _dcbf :=0;_dcbf < _fda ;_dcbf ++{_bag :=_cdg (len (_gdf )-_dcbf *_bdd ,_bdd );_bde =append (_bde ,_b .Sprintf ("\u0025\u0064\u0020\u0062\u0065\u0067\u0069\u006e\u0062f\u0063\u0068\u0061\u0072",_bag )); +for _db :=0;_db < _bag ;_db ++{_eca :=_gdf [_dcbf *_bdd +_db ];_fgd :=cmap ._cg [_eca ];_bde =append (_bde ,_b .Sprintf ("\u003c%\u0030\u0034\u0078\u003e\u0020\u0025s",_eca ,_edf (_fgd )));};_bde =append (_bde ,"\u0065n\u0064\u0062\u0066\u0063\u0068\u0061r"); +};};if len (_fbe )> 0{_ab :=(len (_fbe )+_bdd -1)/_bdd ;for _fgbc :=0;_fgbc < _ab ;_fgbc ++{_adga :=_cdg (len (_fbe )-_fgbc *_bdd ,_bdd );_bde =append (_bde ,_b .Sprintf ("\u0025d\u0020b\u0065\u0067\u0069\u006e\u0062\u0066\u0072\u0061\u006e\u0067\u0065",_adga )); +for _gdb :=0;_gdb < _adga ;_gdb ++{_cgb :=_fbe [_fgbc *_bdd +_gdb ];_bde =append (_bde ,_b .Sprintf ("\u003c%\u00304\u0078\u003e\u003c\u0025\u0030\u0034\u0078\u003e\u0020\u0025\u0073",_cgb ._cc ,_cgb ._def ,_edf (_cgb ._g )));};_bde =append (_bde ,"\u0065\u006e\u0064\u0062\u0066\u0072\u0061\u006e\u0067\u0065"); +};};return _ac .Join (_bde ,"\u000a");};func (_bce *cMapParser )parseObject ()(cmapObject ,error ){_bce .skipSpaces ();for {_dbfb ,_fbg :=_bce ._gccbf .Peek (2);if _fbg !=nil {return nil ,_fbg ;};if _dbfb [0]=='%'{_bce .parseComment ();_bce .skipSpaces (); +continue ;}else if _dbfb [0]=='/'{_dacb ,_gec :=_bce .parseName ();return _dacb ,_gec ;}else if _dbfb [0]=='('{_egbb ,_bdfg :=_bce .parseString ();return _egbb ,_bdfg ;}else if _dbfb [0]=='['{_fgdf ,_eff :=_bce .parseArray ();return _fgdf ,_eff ;}else if (_dbfb [0]=='<')&&(_dbfb [1]=='<'){_beg ,_gffb :=_bce .parseDict (); +return _beg ,_gffb ;}else if _dbfb [0]=='<'{_gbcb ,_aed :=_bce .parseHexString ();return _gbcb ,_aed ;}else if _be .IsDecimalDigit (_dbfb [0])||(_dbfb [0]=='-'&&_be .IsDecimalDigit (_dbfb [1])){_gccc ,_eadb :=_bce .parseNumber ();if _eadb !=nil {return nil ,_eadb ; +};return _gccc ,nil ;}else {_ccf ,_ddfe :=_bce .parseOperand ();if _ddfe !=nil {return nil ,_ddfe ;};return _ccf ,nil ;};};};type CMap struct{*cMapParser ;_dcb string ;_gf int ;_ea int ;_fc string ;_fdc string ;_fde CIDSystemInfo ;_ef []Codespace ;_dea map[CharCode ]CharCode ; +_ebd map[CharCode ]CharCode ;_cg map[CharCode ]string ;_ded map[string ]CharCode ;_ba []byte ;_ebf *_be .PdfObjectStream ;_eba integer ;};type cmapFloat struct{_defb float64 };func (_gfag *cMapParser )parseHexString ()(cmapHexString ,error ){_gfag ._gccbf .ReadByte (); +_ccac :=[]byte ("\u0030\u0031\u0032\u003345\u0036\u0037\u0038\u0039\u0061\u0062\u0063\u0064\u0065\u0066\u0041\u0042\u0043\u0044E\u0046");_abd :=_fe .Buffer {};for {_gfag .skipSpaces ();_fdga ,_feec :=_gfag ._gccbf .Peek (1);if _feec !=nil {return cmapHexString {},_feec ; +};if _fdga [0]=='>'{_gfag ._gccbf .ReadByte ();break ;};_eeee ,_ :=_gfag ._gccbf .ReadByte ();if _fe .IndexByte (_ccac ,_eeee )>=0{_abd .WriteByte (_eeee );};};if _abd .Len ()%2==1{_cf .Log .Debug ("\u0070\u0061rs\u0065\u0048\u0065x\u0053\u0074\u0072\u0069ng:\u0020ap\u0070\u0065\u006e\u0064\u0069\u006e\u0067 '\u0030\u0027\u0020\u0074\u006f\u0020\u0025#\u0071",_abd .String ()); +_abd .WriteByte ('0');};_ffb :=_abd .Len ()/2;_eef ,_ :=_f .DecodeString (_abd .String ());return cmapHexString {_acbe :_ffb ,_ece :_eef },nil ;};func (_afa *cMapParser )parseString ()(cmapString ,error ){_afa ._gccbf .ReadByte ();_dfaf :=_fe .Buffer {}; +_dfb :=1;for {_cfg ,_dacf :=_afa ._gccbf .Peek (1);if _dacf !=nil {return cmapString {_dfaf .String ()},_dacf ;};if _cfg [0]=='\\'{_afa ._gccbf .ReadByte ();_ffg ,_baec :=_afa ._gccbf .ReadByte ();if _baec !=nil {return cmapString {_dfaf .String ()},_baec ; +};if _be .IsOctalDigit (_ffg ){_defd ,_ddd :=_afa ._gccbf .Peek (2);if _ddd !=nil {return cmapString {_dfaf .String ()},_ddd ;};var _gacb []byte ;_gacb =append (_gacb ,_ffg );for _ ,_befb :=range _defd {if _be .IsOctalDigit (_befb ){_gacb =append (_gacb ,_befb ); +}else {break ;};};_afa ._gccbf .Discard (len (_gacb )-1);_cf .Log .Trace ("\u004e\u0075\u006d\u0065ri\u0063\u0020\u0073\u0074\u0072\u0069\u006e\u0067\u0020\u0022\u0025\u0073\u0022",_gacb );_abab ,_ddd :=_d .ParseUint (string (_gacb ),8,32);if _ddd !=nil {return cmapString {_dfaf .String ()},_ddd ; +};_dfaf .WriteByte (byte (_abab ));continue ;};switch _ffg {case 'n':_dfaf .WriteByte ('\n');case 'r':_dfaf .WriteByte ('\r');case 't':_dfaf .WriteByte ('\t');case 'b':_dfaf .WriteByte ('\b');case 'f':_dfaf .WriteByte ('\f');case '(':_dfaf .WriteByte ('('); +case ')':_dfaf .WriteByte (')');case '\\':_dfaf .WriteByte ('\\');};continue ;}else if _cfg [0]=='('{_dfb ++;}else if _cfg [0]==')'{_dfb --;if _dfb ==0{_afa ._gccbf .ReadByte ();break ;};};_fega ,_ :=_afa ._gccbf .ReadByte ();_dfaf .WriteByte (_fega ); +};return cmapString {_dfaf .String ()},nil ;};func _dafe (_ccad cmapHexString )CharCode {_aaef :=CharCode (0);for _ ,_bbd :=range _ccad ._ece {_aaef <<=8;_aaef |=CharCode (_bbd );};return _aaef ;};func (_gfbc *cMapParser )parseNumber ()(cmapObject ,error ){_cged ,_ecda :=_be .ParseNumber (_gfbc ._gccbf ); +if _ecda !=nil {return nil ,_ecda ;};switch _bfcg :=_cged .(type ){case *_be .PdfObjectFloat :return cmapFloat {float64 (*_bfcg )},nil ;case *_be .PdfObjectInteger :return cmapInt {int64 (*_bfcg )},nil ;};return nil ,_b .Errorf ("\u0075n\u0068\u0061\u006e\u0064\u006c\u0065\u0064\u0020\u006e\u0075\u006db\u0065\u0072\u0020\u0074\u0079\u0070\u0065\u0020\u0025\u0054",_cged ); +};func (cmap *CMap )parseSystemInfo ()error {_dbc :=false ;_fac :=false ;_ead :="";_ebfc :=false ;_dgf :=CIDSystemInfo {};for _daf :=0;_daf < 50&&!_ebfc ;_daf ++{_facf ,_cac :=cmap .parseObject ();if _cac !=nil {return _cac ;};switch _fbb :=_facf .(type ){case cmapDict :_dag :=_fbb .Dict ; +_faf ,_ace :=_dag ["\u0052\u0065\u0067\u0069\u0073\u0074\u0072\u0079"];if !_ace {_cf .Log .Debug ("\u0045\u0052\u0052\u004fR:\u0020\u0042\u0061\u0064\u0020\u0053\u0079\u0073\u0074\u0065\u006d\u0020\u0049\u006ef\u006f");return ErrBadCMap ;};_gce ,_ace :=_faf .(cmapString ); +if !_ace {_cf .Log .Debug ("\u0045\u0052\u0052\u004fR:\u0020\u0042\u0061\u0064\u0020\u0053\u0079\u0073\u0074\u0065\u006d\u0020\u0049\u006ef\u006f");return ErrBadCMap ;};_dgf .Registry =_gce .String ;_faf ,_ace =_dag ["\u004f\u0072\u0064\u0065\u0072\u0069\u006e\u0067"]; +if !_ace {_cf .Log .Debug ("\u0045\u0052\u0052\u004fR:\u0020\u0042\u0061\u0064\u0020\u0053\u0079\u0073\u0074\u0065\u006d\u0020\u0049\u006ef\u006f");return ErrBadCMap ;};_gce ,_ace =_faf .(cmapString );if !_ace {_cf .Log .Debug ("\u0045\u0052\u0052\u004fR:\u0020\u0042\u0061\u0064\u0020\u0053\u0079\u0073\u0074\u0065\u006d\u0020\u0049\u006ef\u006f"); +return ErrBadCMap ;};_dgf .Ordering =_gce .String ;_bggb ,_ace :=_dag ["\u0053\u0075\u0070\u0070\u006c\u0065\u006d\u0065\u006e\u0074"];if !_ace {_cf .Log .Debug ("\u0045\u0052\u0052\u004fR:\u0020\u0042\u0061\u0064\u0020\u0053\u0079\u0073\u0074\u0065\u006d\u0020\u0049\u006ef\u006f"); +return ErrBadCMap ;};_gbeg ,_ace :=_bggb .(cmapInt );if !_ace {_cf .Log .Debug ("\u0045\u0052\u0052\u004fR:\u0020\u0042\u0061\u0064\u0020\u0053\u0079\u0073\u0074\u0065\u006d\u0020\u0049\u006ef\u006f");return ErrBadCMap ;};_dgf .Supplement =int (_gbeg ._cgac ); +_ebfc =true ;case cmapOperand :switch _fbb .Operand {case "\u0062\u0065\u0067i\u006e":_dbc =true ;case "\u0065\u006e\u0064":_ebfc =true ;case "\u0064\u0065\u0066":_fac =false ;};case cmapName :if _dbc {_ead =_fbb .Name ;_fac =true ;};case cmapString :if _fac {switch _ead {case "\u0052\u0065\u0067\u0069\u0073\u0074\u0072\u0079":_dgf .Registry =_fbb .String ; +case "\u004f\u0072\u0064\u0065\u0072\u0069\u006e\u0067":_dgf .Ordering =_fbb .String ;};};case cmapInt :if _fac {switch _ead {case "\u0053\u0075\u0070\u0070\u006c\u0065\u006d\u0065\u006e\u0074":_dgf .Supplement =int (_fbb ._cgac );};};};};if !_ebfc {_cf .Log .Debug ("\u0045\u0052\u0052O\u0052\u003a\u0020\u0050\u0061\u0072\u0073\u0065\u0064\u0020\u0053\u0079\u0073\u0074\u0065\u006d\u0020\u0049\u006e\u0066\u006f\u0020\u0064\u0069\u0063\u0074\u0020\u0069\u006ec\u006f\u0072\u0072\u0065\u0063\u0074\u006c\u0079"); +return ErrBadCMap ;};cmap ._fde =_dgf ;return nil ;};func IsPredefinedCMap (name string )bool {return _dc .AssetExists (name )};type cMapParser struct{_gccbf *_fd .Reader };func (cmap *CMap )Name ()string {return cmap ._dcb };func NewToUnicodeCMap (codeToRune map[CharCode ]rune )*CMap {_fa :=make (map[CharCode ]string ,len (codeToRune )); +for _acf ,_ceb :=range codeToRune {_fa [_acf ]=string (_ceb );};cmap :=&CMap {_dcb :"\u0041d\u006fb\u0065\u002d\u0049\u0064\u0065n\u0074\u0069t\u0079\u002d\u0055\u0043\u0053",_ea :2,_gf :16,_fde :CIDSystemInfo {Registry :"\u0041\u0064\u006fb\u0065",Ordering :"\u0055\u0043\u0053",Supplement :0},_ef :[]Codespace {{Low :0,High :0xffff}},_cg :_fa ,_ded :make (map[string ]CharCode ,len (codeToRune )),_dea :make (map[CharCode ]CharCode ,len (codeToRune )),_ebd :make (map[CharCode ]CharCode ,len (codeToRune ))}; +cmap .computeInverseMappings ();return cmap ;};func (cmap *CMap )parseBfrange ()error {for {var _bfde CharCode ;_agc ,_daa :=cmap .parseObject ();if _daa !=nil {if _daa ==_aa .EOF {break ;};return _daa ;};switch _face :=_agc .(type ){case cmapOperand :if _face .Operand ==_cag {return nil ; +};return _de .New ("\u0075n\u0065x\u0070\u0065\u0063\u0074\u0065d\u0020\u006fp\u0065\u0072\u0061\u006e\u0064");case cmapHexString :_bfde =_dafe (_face );default:return _de .New ("\u0075n\u0065x\u0070\u0065\u0063\u0074\u0065\u0064\u0020\u0074\u0079\u0070\u0065"); +};var _cga CharCode ;_agc ,_daa =cmap .parseObject ();if _daa !=nil {if _daa ==_aa .EOF {break ;};return _daa ;};switch _bacg :=_agc .(type ){case cmapOperand :_cf .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a \u0049\u006e\u0063\u006f\u006d\u0070\u006c\u0065\u0074\u0065\u0020\u0062\u0066r\u0061\u006e\u0067\u0065\u0020\u0074\u0072i\u0070\u006c\u0065\u0074"); +return ErrBadCMap ;case cmapHexString :_cga =_dafe (_bacg );if _cga > 0xffff{_cga =0xffff;};default:_cf .Log .Debug ("\u0045R\u0052\u004f\u0052\u003a \u0055\u006e\u0065\u0078\u0070e\u0063t\u0065d\u0020\u0074\u0079\u0070\u0065\u0020\u0025T",_agc );return ErrBadCMap ; +};_agc ,_daa =cmap .parseObject ();if _daa !=nil {if _daa ==_aa .EOF {break ;};return _daa ;};switch _gge :=_agc .(type ){case cmapArray :if len (_gge .Array )!=int (_cga -_bfde )+1{_cf .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0049\u006e\u0076\u0061\u006c\u0069d\u0020\u006e\u0075\u006d\u0062\u0065r\u0020\u006f\u0066\u0020\u0069\u0074\u0065\u006d\u0073\u0020\u0069\u006e\u0020a\u0072\u0072\u0061\u0079"); +return ErrBadCMap ;};for _cdb :=_bfde ;_cdb <=_cga ;_cdb ++{_fab :=_gge .Array [_cdb -_bfde ];_deg ,_ecd :=_fab .(cmapHexString );if !_ecd {return _de .New ("\u006e\u006f\u006e-h\u0065\u0078\u0020\u0073\u0074\u0072\u0069\u006e\u0067\u0020\u0069\u006e\u0020\u0061\u0072\u0072\u0061\u0079"); +};_gebd :=_gecd (_deg );cmap ._cg [_cdb ]=string (_gebd );};case cmapHexString :_aeb :=_gecd (_gge );_cgc :=len (_aeb );for _eec :=_bfde ;_eec <=_cga ;_eec ++{cmap ._cg [_eec ]=string (_aeb );if _cgc > 0{_aeb [_cgc -1]++;}else {_cf .Log .Debug ("\u004e\u006f\u0020c\u006d\u0061\u0070\u0020\u0074\u0061\u0072\u0067\u0065\u0074\u0020\u0063\u0068\u0061\u0072\u0061\u0063\u0074\u0065\u0072\u0020\u0073\u0070\u0065\u0063\u0069\u0066\u0069\u0065d\u0020\u0066\u006f\u0072\u0020\u0025\u0023\u0076",_eec ); +};if _eec ==1<<32-1{break ;};};default:_cf .Log .Debug ("\u0045R\u0052\u004f\u0052\u003a \u0055\u006e\u0065\u0078\u0070e\u0063t\u0065d\u0020\u0074\u0079\u0070\u0065\u0020\u0025T",_agc );return ErrBadCMap ;};};return nil ;};type cmapObject interface{};type CharCode uint32 ; +func (cmap *CMap )String ()string {_bef :=cmap ._fde ;_gae :=[]string {_b .Sprintf ("\u006e\u0062\u0069\u0074\u0073\u003a\u0025\u0064",cmap ._gf ),_b .Sprintf ("\u0074y\u0070\u0065\u003a\u0025\u0064",cmap ._ea )};if cmap ._fc !=""{_gae =append (_gae ,_b .Sprintf ("\u0076\u0065\u0072\u0073\u0069\u006f\u006e\u003a\u0025\u0073",cmap ._fc )); +};if cmap ._fdc !=""{_gae =append (_gae ,_b .Sprintf ("u\u0073\u0065\u0063\u006d\u0061\u0070\u003a\u0025\u0023\u0071",cmap ._fdc ));};_gae =append (_gae ,_b .Sprintf ("\u0073\u0079\u0073\u0074\u0065\u006d\u0049\u006e\u0066\u006f\u003a\u0025\u0073",_bef .String ())); +if len (cmap ._ef )> 0{_gae =append (_gae ,_b .Sprintf ("\u0063\u006f\u0064\u0065\u0073\u0070\u0061\u0063\u0065\u0073\u003a\u0025\u0064",len (cmap ._ef )));};if len (cmap ._cg )> 0{_gae =append (_gae ,_b .Sprintf ("\u0063\u006fd\u0065\u0054\u006fU\u006e\u0069\u0063\u006f\u0064\u0065\u003a\u0025\u0064",len (cmap ._cg ))); +};return _b .Sprintf ("\u0043\u004d\u0041P\u007b\u0025\u0023\u0071\u0020\u0025\u0073\u007d",cmap ._dcb ,_ac .Join (_gae ,"\u0020"));};func _gecd (_fdgb cmapHexString )[]rune {if len (_fdgb ._ece )==1{return []rune {rune (_fdgb ._ece [0])};};_bcdd :=_fdgb ._ece ; +if len (_bcdd )%2!=0{_bcdd =append (_bcdd ,0);_cf .Log .Debug ("\u0045\u0052\u0052O\u0052\u003a\u0020\u0068\u0065\u0078\u0054\u006f\u0052\u0075\u006e\u0065\u0073\u002e\u0020\u0050\u0061\u0064\u0064\u0069\u006e\u0067\u0020\u0073\u0068\u0065\u0078\u003d\u0025#\u0076\u0020\u0074\u006f\u0020\u0025\u002b\u0076",_fdgb ,_bcdd ); +};_agba :=len (_bcdd )>>1;_dfaa :=make ([]uint16 ,_agba );for _cea :=0;_cea < _agba ;_cea ++{_dfaa [_cea ]=uint16 (_bcdd [_cea <<1])<<8+uint16 (_bcdd [_cea <<1+1]);};_gfd :=_c .Decode (_dfaa );return _gfd ;};func (cmap *CMap )CharcodeToUnicode (code CharCode )(string ,bool ){if _ge ,_cce :=cmap ._cg [code ]; +_cce {return _ge ,true ;};return MissingCodeString ,false ;};type cmapString struct{String string ;};func _cd (_ggb string )rune {_geb :=[]rune (_ggb );return _geb [len (_geb )-1]};var (ErrBadCMap =_de .New ("\u0062\u0061\u0064\u0020\u0063\u006d\u0061\u0070"); +ErrBadCMapComment =_de .New ("c\u006f\u006d\u006d\u0065\u006e\u0074 \u0073\u0068\u006f\u0075\u006c\u0064\u0020\u0073\u0074a\u0072\u0074\u0020w\u0069t\u0068\u0020\u0025");ErrBadCMapDict =_de .New ("\u0069\u006e\u0076a\u006c\u0069\u0064\u0020\u0064\u0069\u0063\u0074"); +);type integer struct{_cafc bool ;_dgad int ;};func (_agfe *cMapParser )parseName ()(cmapName ,error ){_cae :="";_aeg :=false ;for {_bfef ,_cad :=_agfe ._gccbf .Peek (1);if _cad ==_aa .EOF {break ;};if _cad !=nil {return cmapName {_cae },_cad ;};if !_aeg {if _bfef [0]=='/'{_aeg =true ; +_agfe ._gccbf .ReadByte ();}else {_cf .Log .Debug ("\u0045\u0052\u0052OR\u003a\u0020\u004e\u0061\u006d\u0065\u0020\u0073\u0074a\u0072t\u0069n\u0067 \u0077\u0069\u0074\u0068\u0020\u0025\u0073\u0020\u0028\u0025\u0020\u0078\u0029",_bfef ,_bfef );return cmapName {_cae },_b .Errorf ("\u0069n\u0076a\u006c\u0069\u0064\u0020\u006ea\u006d\u0065:\u0020\u0028\u0025\u0063\u0029",_bfef [0]); +};}else {if _be .IsWhiteSpace (_bfef [0]){break ;}else if (_bfef [0]=='/')||(_bfef [0]=='[')||(_bfef [0]=='(')||(_bfef [0]==']')||(_bfef [0]=='<')||(_bfef [0]=='>'){break ;}else if _bfef [0]=='#'{_dda ,_bdefd :=_agfe ._gccbf .Peek (3);if _bdefd !=nil {return cmapName {_cae },_bdefd ; +};_agfe ._gccbf .Discard (3);_acca ,_bdefd :=_f .DecodeString (string (_dda [1:3]));if _bdefd !=nil {return cmapName {_cae },_bdefd ;};_cae +=string (_acca );}else {_acb ,_ :=_agfe ._gccbf .ReadByte ();_cae +=string (_acb );};};};return cmapName {_cae },nil ; +};func (cmap *CMap )computeInverseMappings (){for _age ,_ca :=range cmap ._dea {if _aga ,_bfd :=cmap ._ebd [_ca ];!_bfd ||(_bfd &&_aga > _age ){cmap ._ebd [_ca ]=_age ;};};for _bcc ,_dde :=range cmap ._cg {if _bd ,_adg :=cmap ._ded [_dde ];!_adg ||(_adg &&_bd > _bcc ){cmap ._ded [_dde ]=_bcc ; +};};_ag .Slice (cmap ._ef ,func (_gc ,_ebg int )bool {return cmap ._ef [_gc ].Low < cmap ._ef [_ebg ].Low });};func (cmap *CMap )Type ()int {return cmap ._ea };func (_bdec *cMapParser )parseArray ()(cmapArray ,error ){_eda :=cmapArray {};_eda .Array =[]cmapObject {}; +_bdec ._gccbf .ReadByte ();for {_bdec .skipSpaces ();_eab ,_ccg :=_bdec ._gccbf .Peek (1);if _ccg !=nil {return _eda ,_ccg ;};if _eab [0]==']'{_bdec ._gccbf .ReadByte ();break ;};_cdag ,_ccg :=_bdec .parseObject ();if _ccg !=nil {return _eda ,_ccg ;};_eda .Array =append (_eda .Array ,_cdag ); +};return _eda ,nil ;};func (cmap *CMap )parse ()error {var _egd cmapObject ;for {_fba ,_bgd :=cmap .parseObject ();if _bgd !=nil {if _bgd ==_aa .EOF {break ;};_cf .Log .Debug ("\u0045\u0052\u0052OR\u003a\u0020\u0070\u0061\u0072\u0073\u0069\u006e\u0067\u0020\u0043\u004d\u0061\u0070\u003a\u0020\u0025\u0076",_bgd ); +return _bgd ;};switch _ggad :=_fba .(type ){case cmapOperand :_ddge :=_ggad ;switch _ddge .Operand {case _cda :_bfdc :=cmap .parseCodespaceRange ();if _bfdc !=nil {return _bfdc ;};case _gefc :_cde :=cmap .parseCIDRange ();if _cde !=nil {return _cde ;}; +case _fbc :_eea :=cmap .parseBfchar ();if _eea !=nil {return _eea ;};case _bae :_cb :=cmap .parseBfrange ();if _cb !=nil {return _cb ;};case _bdeb :if _egd ==nil {_cf .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0075\u0073\u0065\u0063m\u0061\u0070\u0020\u0077\u0069\u0074\u0068\u0020\u006e\u006f \u0061\u0072\u0067"); +return ErrBadCMap ;};_ceda ,_edg :=_egd .(cmapName );if !_edg {_cf .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a \u0075\u0073\u0065\u0063\u006d\u0061\u0070\u0020\u0061\u0072\u0067\u0020\u006eo\u0074\u0020\u0061\u0020\u006e\u0061\u006de\u0020\u0025\u0023\u0076",_egd ); +return ErrBadCMap ;};cmap ._fdc =_ceda .Name ;case _dgce :_gfa :=cmap .parseSystemInfo ();if _gfa !=nil {return _gfa ;};};case cmapName :_gebf :=_ggad ;switch _gebf .Name {case _dgce :_ddgg :=cmap .parseSystemInfo ();if _ddgg !=nil {return _ddgg ;};case _dgd :_ffc :=cmap .parseName (); +if _ffc !=nil {return _ffc ;};case _ebae :_feeb :=cmap .parseType ();if _feeb !=nil {return _feeb ;};case _dbg :_bge :=cmap .parseVersion ();if _bge !=nil {return _bge ;};case _gdc :if _bgd =cmap .parseWMode ();_bgd !=nil {return _bgd ;};};};_egd =_fba ; +};return nil ;};type cmapName struct{Name string ;};type cmapArray struct{Array []cmapObject ;};func _fabg (_ebdc []byte )*cMapParser {_dec :=cMapParser {};_ebe :=_fe .NewBuffer (_ebdc );_dec ._gccbf =_fd .NewReader (_ebe );return &_dec ;};func (cmap *CMap )parseCIDRange ()error {for {_ggag ,_cge :=cmap .parseObject (); +if _cge !=nil {if _cge ==_aa .EOF {break ;};return _cge ;};_deda ,_ccab :=_ggag .(cmapHexString );if !_ccab {if _fbbf ,_deag :=_ggag .(cmapOperand );_deag {if _fbbf .Operand ==_bdef {return nil ;};return _de .New ("\u0063\u0069\u0064\u0020\u0069\u006e\u0074\u0065\u0072\u0076\u0061\u006c\u0020s\u0074\u0061\u0072\u0074\u0020\u006du\u0073\u0074\u0020\u0062\u0065\u0020\u0061\u0020\u0068\u0065\u0078\u0020\u0073t\u0072\u0069\u006e\u0067"); +};};_ddf :=_dafe (_deda );_ggag ,_cge =cmap .parseObject ();if _cge !=nil {if _cge ==_aa .EOF {break ;};return _cge ;};_fdg ,_ccab :=_ggag .(cmapHexString );if !_ccab {return _de .New ("\u0063\u0069d\u0020\u0069\u006e\u0074e\u0072\u0076a\u006c\u0020\u0065\u006e\u0064\u0020\u006d\u0075s\u0074\u0020\u0062\u0065\u0020\u0061\u0020\u0068\u0065\u0078\u0020\u0073t\u0072\u0069\u006e\u0067"); +};if len (_deda ._ece )!=len (_fdg ._ece ){return _de .New ("\u0075\u006e\u0065\u0071\u0075\u0061\u006c\u0020\u006e\u0075\u006d\u0062\u0065\u0072\u0020o\u0066 \u0062\u0079\u0074\u0065\u0073\u0020\u0069\u006e\u0020\u0072\u0061\u006e\u0067\u0065");};_ede :=_dafe (_fdg ); +if _ddf > _ede {_cf .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a \u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0043\u0049\u0044\u0020\u0072\u0061\u006e\u0067\u0065\u002e\u0020\u0073t\u0061\u0072\u0074\u003d\u0030\u0078\u0025\u0030\u0032\u0078\u0020\u0065\u006e\u0064=\u0030x\u0025\u0030\u0032\u0078",_ddf ,_ede ); +return ErrBadCMap ;};_ggag ,_cge =cmap .parseObject ();if _cge !=nil {if _cge ==_aa .EOF {break ;};return _cge ;};_cbf ,_ccab :=_ggag .(cmapInt );if !_ccab {return _de .New ("\u0063\u0069\u0064\u0020\u0073t\u0061\u0072\u0074\u0020\u0076\u0061\u006c\u0075\u0065\u0020\u006d\u0075\u0073t\u0020\u0062\u0065\u0020\u0061\u006e\u0020\u0064\u0065\u0063\u0069\u006d\u0061\u006c\u0020\u006e\u0075\u006d\u0062\u0065\u0072"); +};if _cbf ._cgac < 0{return _de .New ("\u0069\u006e\u0076al\u0069\u0064\u0020\u0063\u0069\u0064\u0020\u0073\u0074\u0061\u0072\u0074\u0020\u0076\u0061\u006c\u0075\u0065");};_agf :=_cbf ._cgac ;for _cbg :=_ddf ;_cbg <=_ede ;_cbg ++{cmap ._dea [_cbg ]=CharCode (_agf ); +_agf ++;};_cf .Log .Trace ("C\u0049\u0044\u0020\u0072\u0061\u006eg\u0065\u003a\u0020\u003c\u0030\u0078\u0025\u0058\u003e \u003c\u0030\u0078%\u0058>\u0020\u0025\u0064",_ddf ,_ede ,_cbf ._cgac );};return nil ;};func (cmap *CMap )parseWMode ()error {var _add int ; +_bcd :=false ;for _egb :=0;_egb < 3&&!_bcd ;_egb ++{_gba ,_cdc :=cmap .parseObject ();if _cdc !=nil {return _cdc ;};switch _cebe :=_gba .(type ){case cmapOperand :switch _cebe .Operand {case "\u0064\u0065\u0066":_bcd =true ;default:_cf .Log .Error ("\u0070\u0061\u0072\u0073\u0065\u0057\u004d\u006f\u0064\u0065:\u0020\u0073\u0074\u0061\u0074\u0065\u0020e\u0072\u0072\u006f\u0072\u002e\u0020\u006f\u003d\u0025\u0023\u0076",_gba ); +return ErrBadCMap ;};case cmapInt :_add =int (_cebe ._cgac );};};cmap ._eba =integer {_cafc :true ,_dgad :_add };return nil ;};func LoadPredefinedCMap (name string )(*CMap ,error ){cmap ,_aca :=_ced (name );if _aca !=nil {return nil ,_aca ;};if cmap ._fdc ==""{cmap .computeInverseMappings (); +return cmap ,nil ;};_fb ,_aca :=_ced (cmap ._fdc );if _aca !=nil {return nil ,_aca ;};for _bfc ,_eg :=range _fb ._dea {if _ ,_ega :=cmap ._dea [_bfc ];!_ega {cmap ._dea [_bfc ]=_eg ;};};cmap ._ef =append (cmap ._ef ,_fb ._ef ...);cmap .computeInverseMappings (); +return cmap ,nil ;};func (cmap *CMap )StringToCID (s string )(CharCode ,bool ){_dg ,_da :=cmap ._ded [s ];return _dg ,_da };const (_dgce ="\u0043\u0049\u0044\u0053\u0079\u0073\u0074\u0065\u006d\u0049\u006e\u0066\u006f";_aef ="\u0062e\u0067\u0069\u006e\u0063\u006d\u0061p"; +_ceg ="\u0065n\u0064\u0063\u006d\u0061\u0070";_cda ="\u0062\u0065\u0067\u0069nc\u006f\u0064\u0065\u0073\u0070\u0061\u0063\u0065\u0072\u0061\u006e\u0067\u0065";_fefg ="\u0065\u006e\u0064\u0063\u006f\u0064\u0065\u0073\u0070\u0061\u0063\u0065r\u0061\u006e\u0067\u0065"; +_fbc ="b\u0065\u0067\u0069\u006e\u0062\u0066\u0063\u0068\u0061\u0072";_bgb ="\u0065n\u0064\u0062\u0066\u0063\u0068\u0061r";_bae ="\u0062\u0065\u0067i\u006e\u0062\u0066\u0072\u0061\u006e\u0067\u0065";_cag ="\u0065\u006e\u0064\u0062\u0066\u0072\u0061\u006e\u0067\u0065"; +_gefc ="\u0062\u0065\u0067\u0069\u006e\u0063\u0069\u0064\u0072\u0061\u006e\u0067\u0065";_bdef ="e\u006e\u0064\u0063\u0069\u0064\u0072\u0061\u006e\u0067\u0065";_bdeb ="\u0075s\u0065\u0063\u006d\u0061\u0070";_gdc ="\u0057\u004d\u006fd\u0065";_dgd ="\u0043\u004d\u0061\u0070\u004e\u0061\u006d\u0065"; +_ebae ="\u0043\u004d\u0061\u0070\u0054\u0079\u0070\u0065";_dbg ="C\u004d\u0061\u0070\u0056\u0065\u0072\u0073\u0069\u006f\u006e";);type charRange struct{_ce CharCode ;_cfc CharCode ;};func (_ga *CIDSystemInfo )String ()string {return _b .Sprintf ("\u0025\u0073\u002d\u0025\u0073\u002d\u0025\u0030\u0033\u0064",_ga .Registry ,_ga .Ordering ,_ga .Supplement ); +};type cmapHexString struct{_acbe int ;_ece []byte ;};func (cmap *CMap )parseCodespaceRange ()error {for {_fcb ,_fefa :=cmap .parseObject ();if _fefa !=nil {if _fefa ==_aa .EOF {break ;};return _fefa ;};_cec ,_ddba :=_fcb .(cmapHexString );if !_ddba {if _bfe ,_acc :=_fcb .(cmapOperand ); +_acc {if _bfe .Operand ==_fefg {return nil ;};return _de .New ("\u0075n\u0065x\u0070\u0065\u0063\u0074\u0065d\u0020\u006fp\u0065\u0072\u0061\u006e\u0064");};};_fcb ,_fefa =cmap .parseObject ();if _fefa !=nil {if _fefa ==_aa .EOF {break ;};return _fefa ; +};_fge ,_ddba :=_fcb .(cmapHexString );if !_ddba {return _de .New ("\u006e\u006f\u006e-\u0068\u0065\u0078\u0020\u0068\u0069\u0067\u0068");};if len (_cec ._ece )!=len (_fge ._ece ){return _de .New ("\u0075\u006e\u0065\u0071\u0075\u0061\u006c\u0020\u006e\u0075\u006d\u0062\u0065\u0072\u0020o\u0066 \u0062\u0079\u0074\u0065\u0073\u0020\u0069\u006e\u0020\u0072\u0061\u006e\u0067\u0065"); +};_bac :=_dafe (_cec );_feb :=_dafe (_fge );if _feb < _bac {_cf .Log .Debug ("\u0045R\u0052\u004fR\u003a\u0020\u0042\u0061d\u0020\u0063\u006fd\u0065\u0073\u0070\u0061\u0063\u0065\u002e\u0020\u006cow\u003d\u0030\u0078%\u0030\u0032x\u0020\u0068\u0069\u0067\u0068\u003d0\u0078\u00250\u0032\u0078",_bac ,_feb ); +return ErrBadCMap ;};_edb :=_fge ._acbe ;_bbb :=Codespace {NumBytes :_edb ,Low :_bac ,High :_feb };cmap ._ef =append (cmap ._ef ,_bbb );_cf .Log .Trace ("\u0043\u006f\u0064e\u0073\u0070\u0061\u0063e\u0020\u006c\u006f\u0077\u003a\u0020\u0030x\u0025\u0058\u002c\u0020\u0068\u0069\u0067\u0068\u003a\u0020\u0030\u0078\u0025\u0058",_bac ,_feb ); +};if len (cmap ._ef )==0{_cf .Log .Debug ("\u0045\u0052R\u004f\u0052\u003a\u0020\u004e\u006f\u0020\u0063\u006f\u0064\u0065\u0073\u0070\u0061\u0063\u0065\u0073\u0020\u0069\u006e\u0020\u0063ma\u0070\u002e");return ErrBadCMap ;};return nil ;};func (cmap *CMap )Bytes ()[]byte {_cf .Log .Trace ("\u0063\u006d\u0061\u0070.B\u0079\u0074\u0065\u0073\u003a\u0020\u0063\u006d\u0061\u0070\u003d\u0025\u0073",cmap .String ()); +if len (cmap ._ba )> 0{return cmap ._ba ;};cmap ._ba =[]byte (_ac .Join ([]string {_df ,cmap .toBfData (),_cdf },"\u000a"));return cmap ._ba ;};func (cmap *CMap )CIDToCharcode (cid CharCode )(CharCode ,bool ){_gcc ,_bfb :=cmap ._ebd [cid ];return _gcc ,_bfb ; +};func (cmap *CMap )CharcodeBytesToUnicode (data []byte )(string ,int ){_dedg ,_fdeg :=cmap .BytesToCharcodes (data );if !_fdeg {_cf .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0043\u0068\u0061\u0072\u0063\u006f\u0064\u0065\u0042\u0079\u0074\u0065s\u0054\u006f\u0055\u006e\u0069\u0063\u006f\u0064\u0065\u002e\u0020\u004e\u006f\u0074\u0020\u0069n\u0020\u0063\u006f\u0064\u0065\u0073\u0070\u0061\u0063\u0065\u0073\u002e\u0020\u0064\u0061\u0074\u0061\u003d\u005b\u0025\u0020\u0030\u0032\u0078]\u0020\u0063\u006d\u0061\u0070=\u0025\u0073",data ,cmap ); +return "",0;};_af :=make ([]string ,len (_dedg ));var _caf []CharCode ;for _bg ,_adc :=range _dedg {_ggd ,_eaf :=cmap ._cg [_adc ];if !_eaf {_caf =append (_caf ,_adc );_ggd =MissingCodeString ;};_af [_bg ]=_ggd ;};_gga :=_ac .Join (_af ,"");if len (_caf )> 0{_cf .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020C\u0068\u0061\u0072c\u006f\u0064\u0065\u0042y\u0074\u0065\u0073\u0054\u006f\u0055\u006e\u0069\u0063\u006f\u0064\u0065\u002e\u0020\u004e\u006f\u0074\u0020\u0069\u006e\u0020\u006d\u0061\u0070\u002e\u000a"+"\u0009d\u0061t\u0061\u003d\u005b\u0025\u00200\u0032\u0078]\u003d\u0025\u0023\u0071\u000a"+"\u0009\u0063h\u0061\u0072\u0063o\u0064\u0065\u0073\u003d\u0025\u0030\u0032\u0078\u000a"+"\u0009\u006d\u0069\u0073\u0073\u0069\u006e\u0067\u003d\u0025\u0064\u0020%\u0030\u0032\u0078\u000a"+"\u0009\u0075\u006e\u0069\u0063\u006f\u0064\u0065\u003d`\u0025\u0073\u0060\u000a"+"\u0009\u0063\u006d\u0061\u0070\u003d\u0025\u0073",data ,string (data ),_dedg ,len (_caf ),_caf ,_gga ,cmap ); +};return _gga ,len (_caf );};func (_bgbe *cMapParser )parseOperand ()(cmapOperand ,error ){_bdfd :=cmapOperand {};_cfe :=_fe .Buffer {};for {_agd ,_gecc :=_bgbe ._gccbf .Peek (1);if _gecc !=nil {if _gecc ==_aa .EOF {break ;};return _bdfd ,_gecc ;};if _be .IsDelimiter (_agd [0]){break ; +};if _be .IsWhiteSpace (_agd [0]){break ;};_ddfd ,_ :=_bgbe ._gccbf .ReadByte ();_cfe .WriteByte (_ddfd );};if _cfe .Len ()==0{return _bdfd ,_b .Errorf ("\u0069\u006e\u0076al\u0069\u0064\u0020\u006f\u0070\u0065\u0072\u0061\u006e\u0064\u0020\u0028\u0065\u006d\u0070\u0074\u0079\u0029"); +};_bdfd .Operand =_cfe .String ();return _bdfd ,nil ;};type fbRange struct{_cc CharCode ;_def CharCode ;_g string ;};type cmapDict struct{Dict map[string ]cmapObject ;};func (cmap *CMap )inCodespace (_edc CharCode ,_bgg int )bool {for _ ,_feg :=range cmap ._ef {if _feg .Low <=_edc &&_edc <=_feg .High &&_bgg ==_feg .NumBytes {return true ; +};};return false ;};func (_cece *cMapParser )skipSpaces ()(int ,error ){_ddc :=0;for {_dfa ,_ggbf :=_cece ._gccbf .Peek (1);if _ggbf !=nil {return 0,_ggbf ;};if _be .IsWhiteSpace (_dfa [0]){_cece ._gccbf .ReadByte ();_ddc ++;}else {break ;};};return _ddc ,nil ; +};func (cmap *CMap )CIDSystemInfo ()CIDSystemInfo {return cmap ._fde };func _cdg (_beeb ,_bfbf int )int {if _beeb < _bfbf {return _beeb ;};return _bfbf ;};func (cmap *CMap )matchCode (_aaf []byte )(_fgb CharCode ,_fdce int ,_cfce bool ){for _dcg :=0;_dcg < _bf ; +_dcg ++{if _dcg < len (_aaf ){_fgb =_fgb <<8|CharCode (_aaf [_dcg ]);_fdce ++;};_cfce =cmap .inCodespace (_fgb ,_dcg +1);if _cfce {return _fgb ,_fdce ,true ;};};_cf .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u004e\u006f\u0020\u0063o\u0064\u0065\u0073\u0070\u0061\u0063\u0065\u0020m\u0061t\u0063\u0068\u0065\u0073\u0020\u0062\u0079\u0074\u0065\u0073\u003d\u005b\u0025\u0020\u0030\u0032\u0078\u005d=\u0025\u0023\u0071\u0020\u0063\u006d\u0061\u0070\u003d\u0025\u0073",_aaf ,string (_aaf ),cmap ); +return 0,0,false ;}; \ No newline at end of file diff --git a/internal/endian/endian.go b/internal/endian/endian.go index 53015505a..32cafbe32 100644 --- a/internal/endian/endian.go +++ b/internal/endian/endian.go @@ -9,5 +9,5 @@ // Use of this source code is governed by the UniDoc End User License Agreement // terms that can be accessed at https://unidoc.io/eula/ -package endian ;import (_e "encoding/binary";_f "unsafe";);func IsBig ()bool {return _b };func init (){const _fe =int (_f .Sizeof (0));_c :=1;_g :=(*[_fe ]byte )(_f .Pointer (&_c ));if _g [0]==0{_b =true ;ByteOrder =_e .BigEndian ;}else {ByteOrder =_e .LittleEndian ; -};};func IsLittle ()bool {return !_b };var (ByteOrder _e .ByteOrder ;_b bool ;); \ No newline at end of file +package endian ;import (_g "encoding/binary";_b "unsafe";);func IsBig ()bool {return _a };func init (){const _c =int (_b .Sizeof (0));_ba :=1;_cb :=(*[_c ]byte )(_b .Pointer (&_ba ));if _cb [0]==0{_a =true ;ByteOrder =_g .BigEndian ;}else {ByteOrder =_g .LittleEndian ; +};};func IsLittle ()bool {return !_a };var (ByteOrder _g .ByteOrder ;_a bool ;); \ No newline at end of file diff --git a/internal/graphic2d/graphic2d.go b/internal/graphic2d/graphic2d.go index d77d975db..b4b7f1929 100644 --- a/internal/graphic2d/graphic2d.go +++ b/internal/graphic2d/graphic2d.go @@ -9,41 +9,42 @@ // Use of this source code is governed by the UniDoc End User License Agreement // terms that can be accessed at https://unidoc.io/eula/ -package graphic2d ;import (_f "image/color";_cg "math";);func _gb (_gaf ,_ae float64 )bool {return _cg .Abs (_gaf -_ae )<=_edf };func (_eee Point )Interpolate (q Point ,t float64 )Point {return Point {(1-t )*_eee .X +t *q .X ,(1-t )*_eee .Y +t *q .Y }; -};type Point struct{X ,Y float64 ;};func _dba (_ced ,_ga ,_ec ,_adf ,_ee ,_fb float64 )(float64 ,float64 ){_eef ,_gdf :=_cg .Sincos (_fb );_ddg ,_geg :=_cg .Sincos (_ec );_b :=_adf +_ced *_gdf *_geg -_ga *_eef *_ddg ;_bf :=_ee +_ced *_gdf *_ddg +_ga *_eef *_geg ; -return _b ,_bf ;};func (_bde Point )Add (q Point )Point {return Point {_bde .X +q .X ,_bde .Y +q .Y }};var ColorMap =map[string ]_f .RGBA {"\u0061l\u0069\u0063\u0065\u0062\u006c\u0075e":_f .RGBA {0xf0,0xf8,0xff,0xff},"\u0061\u006e\u0074i\u0071\u0075\u0065\u0077\u0068\u0069\u0074\u0065":_f .RGBA {0xfa,0xeb,0xd7,0xff},"\u0061\u0071\u0075\u0061":_f .RGBA {0x00,0xff,0xff,0xff},"\u0061\u0071\u0075\u0061\u006d\u0061\u0072\u0069\u006e\u0065":_f .RGBA {0x7f,0xff,0xd4,0xff},"\u0061\u007a\u0075r\u0065":_f .RGBA {0xf0,0xff,0xff,0xff},"\u0062\u0065\u0069g\u0065":_f .RGBA {0xf5,0xf5,0xdc,0xff},"\u0062\u0069\u0073\u0071\u0075\u0065":_f .RGBA {0xff,0xe4,0xc4,0xff},"\u0062\u006c\u0061c\u006b":_f .RGBA {0x00,0x00,0x00,0xff},"\u0062\u006c\u0061\u006e\u0063\u0068\u0065\u0064\u0061l\u006d\u006f\u006e\u0064":_f .RGBA {0xff,0xeb,0xcd,0xff},"\u0062\u006c\u0075\u0065":_f .RGBA {0x00,0x00,0xff,0xff},"\u0062\u006c\u0075\u0065\u0076\u0069\u006f\u006c\u0065\u0074":_f .RGBA {0x8a,0x2b,0xe2,0xff},"\u0062\u0072\u006fw\u006e":_f .RGBA {0xa5,0x2a,0x2a,0xff},"\u0062u\u0072\u006c\u0079\u0077\u006f\u006fd":_f .RGBA {0xde,0xb8,0x87,0xff},"\u0063a\u0064\u0065\u0074\u0062\u006c\u0075e":_f .RGBA {0x5f,0x9e,0xa0,0xff},"\u0063\u0068\u0061\u0072\u0074\u0072\u0065\u0075\u0073\u0065":_f .RGBA {0x7f,0xff,0x00,0xff},"\u0063h\u006f\u0063\u006f\u006c\u0061\u0074e":_f .RGBA {0xd2,0x69,0x1e,0xff},"\u0063\u006f\u0072a\u006c":_f .RGBA {0xff,0x7f,0x50,0xff},"\u0063\u006f\u0072\u006e\u0066\u006c\u006f\u0077\u0065r\u0062\u006c\u0075\u0065":_f .RGBA {0x64,0x95,0xed,0xff},"\u0063\u006f\u0072\u006e\u0073\u0069\u006c\u006b":_f .RGBA {0xff,0xf8,0xdc,0xff},"\u0063r\u0069\u006d\u0073\u006f\u006e":_f .RGBA {0xdc,0x14,0x3c,0xff},"\u0063\u0079\u0061\u006e":_f .RGBA {0x00,0xff,0xff,0xff},"\u0064\u0061\u0072\u006b\u0062\u006c\u0075\u0065":_f .RGBA {0x00,0x00,0x8b,0xff},"\u0064\u0061\u0072\u006b\u0063\u0079\u0061\u006e":_f .RGBA {0x00,0x8b,0x8b,0xff},"\u0064\u0061\u0072\u006b\u0067\u006f\u006c\u0064\u0065\u006e\u0072\u006f\u0064":_f .RGBA {0xb8,0x86,0x0b,0xff},"\u0064\u0061\u0072\u006b\u0067\u0072\u0061\u0079":_f .RGBA {0xa9,0xa9,0xa9,0xff},"\u0064a\u0072\u006b\u0067\u0072\u0065\u0065n":_f .RGBA {0x00,0x64,0x00,0xff},"\u0064\u0061\u0072\u006b\u0067\u0072\u0065\u0079":_f .RGBA {0xa9,0xa9,0xa9,0xff},"\u0064a\u0072\u006b\u006b\u0068\u0061\u006bi":_f .RGBA {0xbd,0xb7,0x6b,0xff},"d\u0061\u0072\u006b\u006d\u0061\u0067\u0065\u006e\u0074\u0061":_f .RGBA {0x8b,0x00,0x8b,0xff},"\u0064\u0061\u0072\u006b\u006f\u006c\u0069\u0076\u0065g\u0072\u0065\u0065\u006e":_f .RGBA {0x55,0x6b,0x2f,0xff},"\u0064\u0061\u0072\u006b\u006f\u0072\u0061\u006e\u0067\u0065":_f .RGBA {0xff,0x8c,0x00,0xff},"\u0064\u0061\u0072\u006b\u006f\u0072\u0063\u0068\u0069\u0064":_f .RGBA {0x99,0x32,0xcc,0xff},"\u0064a\u0072\u006b\u0072\u0065\u0064":_f .RGBA {0x8b,0x00,0x00,0xff},"\u0064\u0061\u0072\u006b\u0073\u0061\u006c\u006d\u006f\u006e":_f .RGBA {0xe9,0x96,0x7a,0xff},"\u0064\u0061\u0072k\u0073\u0065\u0061\u0067\u0072\u0065\u0065\u006e":_f .RGBA {0x8f,0xbc,0x8f,0xff},"\u0064\u0061\u0072\u006b\u0073\u006c\u0061\u0074\u0065\u0062\u006c\u0075\u0065":_f .RGBA {0x48,0x3d,0x8b,0xff},"\u0064\u0061\u0072\u006b\u0073\u006c\u0061\u0074\u0065\u0067\u0072\u0061\u0079":_f .RGBA {0x2f,0x4f,0x4f,0xff},"\u0064\u0061\u0072\u006b\u0073\u006c\u0061\u0074\u0065\u0067\u0072\u0065\u0079":_f .RGBA {0x2f,0x4f,0x4f,0xff},"\u0064\u0061\u0072\u006b\u0074\u0075\u0072\u0071\u0075\u006f\u0069\u0073\u0065":_f .RGBA {0x00,0xce,0xd1,0xff},"\u0064\u0061\u0072\u006b\u0076\u0069\u006f\u006c\u0065\u0074":_f .RGBA {0x94,0x00,0xd3,0xff},"\u0064\u0065\u0065\u0070\u0070\u0069\u006e\u006b":_f .RGBA {0xff,0x14,0x93,0xff},"d\u0065\u0065\u0070\u0073\u006b\u0079\u0062\u006c\u0075\u0065":_f .RGBA {0x00,0xbf,0xff,0xff},"\u0064i\u006d\u0067\u0072\u0061\u0079":_f .RGBA {0x69,0x69,0x69,0xff},"\u0064i\u006d\u0067\u0072\u0065\u0079":_f .RGBA {0x69,0x69,0x69,0xff},"\u0064\u006f\u0064\u0067\u0065\u0072\u0062\u006c\u0075\u0065":_f .RGBA {0x1e,0x90,0xff,0xff},"\u0066i\u0072\u0065\u0062\u0072\u0069\u0063k":_f .RGBA {0xb2,0x22,0x22,0xff},"f\u006c\u006f\u0072\u0061\u006c\u0077\u0068\u0069\u0074\u0065":_f .RGBA {0xff,0xfa,0xf0,0xff},"f\u006f\u0072\u0065\u0073\u0074\u0067\u0072\u0065\u0065\u006e":_f .RGBA {0x22,0x8b,0x22,0xff},"\u0066u\u0063\u0068\u0073\u0069\u0061":_f .RGBA {0xff,0x00,0xff,0xff},"\u0067a\u0069\u006e\u0073\u0062\u006f\u0072o":_f .RGBA {0xdc,0xdc,0xdc,0xff},"\u0067\u0068\u006f\u0073\u0074\u0077\u0068\u0069\u0074\u0065":_f .RGBA {0xf8,0xf8,0xff,0xff},"\u0067\u006f\u006c\u0064":_f .RGBA {0xff,0xd7,0x00,0xff},"\u0067o\u006c\u0064\u0065\u006e\u0072\u006fd":_f .RGBA {0xda,0xa5,0x20,0xff},"\u0067\u0072\u0061\u0079":_f .RGBA {0x80,0x80,0x80,0xff},"\u0067\u0072\u0065e\u006e":_f .RGBA {0x00,0x80,0x00,0xff},"g\u0072\u0065\u0065\u006e\u0079\u0065\u006c\u006c\u006f\u0077":_f .RGBA {0xad,0xff,0x2f,0xff},"\u0067\u0072\u0065\u0079":_f .RGBA {0x80,0x80,0x80,0xff},"\u0068\u006f\u006e\u0065\u0079\u0064\u0065\u0077":_f .RGBA {0xf0,0xff,0xf0,0xff},"\u0068o\u0074\u0070\u0069\u006e\u006b":_f .RGBA {0xff,0x69,0xb4,0xff},"\u0069n\u0064\u0069\u0061\u006e\u0072\u0065d":_f .RGBA {0xcd,0x5c,0x5c,0xff},"\u0069\u006e\u0064\u0069\u0067\u006f":_f .RGBA {0x4b,0x00,0x82,0xff},"\u0069\u0076\u006fr\u0079":_f .RGBA {0xff,0xff,0xf0,0xff},"\u006b\u0068\u0061k\u0069":_f .RGBA {0xf0,0xe6,0x8c,0xff},"\u006c\u0061\u0076\u0065\u006e\u0064\u0065\u0072":_f .RGBA {0xe6,0xe6,0xfa,0xff},"\u006c\u0061\u0076\u0065\u006e\u0064\u0065\u0072\u0062\u006c\u0075\u0073\u0068":_f .RGBA {0xff,0xf0,0xf5,0xff},"\u006ca\u0077\u006e\u0067\u0072\u0065\u0065n":_f .RGBA {0x7c,0xfc,0x00,0xff},"\u006c\u0065\u006do\u006e\u0063\u0068\u0069\u0066\u0066\u006f\u006e":_f .RGBA {0xff,0xfa,0xcd,0xff},"\u006ci\u0067\u0068\u0074\u0062\u006c\u0075e":_f .RGBA {0xad,0xd8,0xe6,0xff},"\u006c\u0069\u0067\u0068\u0074\u0063\u006f\u0072\u0061\u006c":_f .RGBA {0xf0,0x80,0x80,0xff},"\u006ci\u0067\u0068\u0074\u0063\u0079\u0061n":_f .RGBA {0xe0,0xff,0xff,0xff},"l\u0069g\u0068\u0074\u0067\u006f\u006c\u0064\u0065\u006er\u006f\u0064\u0079\u0065ll\u006f\u0077":_f .RGBA {0xfa,0xfa,0xd2,0xff},"\u006ci\u0067\u0068\u0074\u0067\u0072\u0061y":_f .RGBA {0xd3,0xd3,0xd3,0xff},"\u006c\u0069\u0067\u0068\u0074\u0067\u0072\u0065\u0065\u006e":_f .RGBA {0x90,0xee,0x90,0xff},"\u006ci\u0067\u0068\u0074\u0067\u0072\u0065y":_f .RGBA {0xd3,0xd3,0xd3,0xff},"\u006ci\u0067\u0068\u0074\u0070\u0069\u006ek":_f .RGBA {0xff,0xb6,0xc1,0xff},"l\u0069\u0067\u0068\u0074\u0073\u0061\u006c\u006d\u006f\u006e":_f .RGBA {0xff,0xa0,0x7a,0xff},"\u006c\u0069\u0067\u0068\u0074\u0073\u0065\u0061\u0067\u0072\u0065\u0065\u006e":_f .RGBA {0x20,0xb2,0xaa,0xff},"\u006c\u0069\u0067h\u0074\u0073\u006b\u0079\u0062\u006c\u0075\u0065":_f .RGBA {0x87,0xce,0xfa,0xff},"\u006c\u0069\u0067\u0068\u0074\u0073\u006c\u0061\u0074e\u0067\u0072\u0061\u0079":_f .RGBA {0x77,0x88,0x99,0xff},"\u006c\u0069\u0067\u0068\u0074\u0073\u006c\u0061\u0074e\u0067\u0072\u0065\u0079":_f .RGBA {0x77,0x88,0x99,0xff},"\u006c\u0069\u0067\u0068\u0074\u0073\u0074\u0065\u0065l\u0062\u006c\u0075\u0065":_f .RGBA {0xb0,0xc4,0xde,0xff},"l\u0069\u0067\u0068\u0074\u0079\u0065\u006c\u006c\u006f\u0077":_f .RGBA {0xff,0xff,0xe0,0xff},"\u006c\u0069\u006d\u0065":_f .RGBA {0x00,0xff,0x00,0xff},"\u006ci\u006d\u0065\u0067\u0072\u0065\u0065n":_f .RGBA {0x32,0xcd,0x32,0xff},"\u006c\u0069\u006ee\u006e":_f .RGBA {0xfa,0xf0,0xe6,0xff},"\u006da\u0067\u0065\u006e\u0074\u0061":_f .RGBA {0xff,0x00,0xff,0xff},"\u006d\u0061\u0072\u006f\u006f\u006e":_f .RGBA {0x80,0x00,0x00,0xff},"\u006d\u0065d\u0069\u0075\u006da\u0071\u0075\u0061\u006d\u0061\u0072\u0069\u006e\u0065":_f .RGBA {0x66,0xcd,0xaa,0xff},"\u006d\u0065\u0064\u0069\u0075\u006d\u0062\u006c\u0075\u0065":_f .RGBA {0x00,0x00,0xcd,0xff},"\u006d\u0065\u0064i\u0075\u006d\u006f\u0072\u0063\u0068\u0069\u0064":_f .RGBA {0xba,0x55,0xd3,0xff},"\u006d\u0065\u0064i\u0075\u006d\u0070\u0075\u0072\u0070\u006c\u0065":_f .RGBA {0x93,0x70,0xdb,0xff},"\u006d\u0065\u0064\u0069\u0075\u006d\u0073\u0065\u0061g\u0072\u0065\u0065\u006e":_f .RGBA {0x3c,0xb3,0x71,0xff},"\u006de\u0064i\u0075\u006d\u0073\u006c\u0061\u0074\u0065\u0062\u006c\u0075\u0065":_f .RGBA {0x7b,0x68,0xee,0xff},"\u006d\u0065\u0064\u0069\u0075\u006d\u0073\u0070\u0072\u0069\u006e\u0067g\u0072\u0065\u0065\u006e":_f .RGBA {0x00,0xfa,0x9a,0xff},"\u006de\u0064i\u0075\u006d\u0074\u0075\u0072\u0071\u0075\u006f\u0069\u0073\u0065":_f .RGBA {0x48,0xd1,0xcc,0xff},"\u006de\u0064i\u0075\u006d\u0076\u0069\u006f\u006c\u0065\u0074\u0072\u0065\u0064":_f .RGBA {0xc7,0x15,0x85,0xff},"\u006d\u0069\u0064n\u0069\u0067\u0068\u0074\u0062\u006c\u0075\u0065":_f .RGBA {0x19,0x19,0x70,0xff},"\u006di\u006e\u0074\u0063\u0072\u0065\u0061m":_f .RGBA {0xf5,0xff,0xfa,0xff},"\u006di\u0073\u0074\u0079\u0072\u006f\u0073e":_f .RGBA {0xff,0xe4,0xe1,0xff},"\u006d\u006f\u0063\u0063\u0061\u0073\u0069\u006e":_f .RGBA {0xff,0xe4,0xb5,0xff},"n\u0061\u0076\u0061\u006a\u006f\u0077\u0068\u0069\u0074\u0065":_f .RGBA {0xff,0xde,0xad,0xff},"\u006e\u0061\u0076\u0079":_f .RGBA {0x00,0x00,0x80,0xff},"\u006fl\u0064\u006c\u0061\u0063\u0065":_f .RGBA {0xfd,0xf5,0xe6,0xff},"\u006f\u006c\u0069v\u0065":_f .RGBA {0x80,0x80,0x00,0xff},"\u006fl\u0069\u0076\u0065\u0064\u0072\u0061b":_f .RGBA {0x6b,0x8e,0x23,0xff},"\u006f\u0072\u0061\u006e\u0067\u0065":_f .RGBA {0xff,0xa5,0x00,0xff},"\u006fr\u0061\u006e\u0067\u0065\u0072\u0065d":_f .RGBA {0xff,0x45,0x00,0xff},"\u006f\u0072\u0063\u0068\u0069\u0064":_f .RGBA {0xda,0x70,0xd6,0xff},"\u0070\u0061\u006c\u0065\u0067\u006f\u006c\u0064\u0065\u006e\u0072\u006f\u0064":_f .RGBA {0xee,0xe8,0xaa,0xff},"\u0070a\u006c\u0065\u0067\u0072\u0065\u0065n":_f .RGBA {0x98,0xfb,0x98,0xff},"\u0070\u0061\u006c\u0065\u0074\u0075\u0072\u0071\u0075\u006f\u0069\u0073\u0065":_f .RGBA {0xaf,0xee,0xee,0xff},"\u0070\u0061\u006c\u0065\u0076\u0069\u006f\u006c\u0065\u0074\u0072\u0065\u0064":_f .RGBA {0xdb,0x70,0x93,0xff},"\u0070\u0061\u0070\u0061\u0079\u0061\u0077\u0068\u0069\u0070":_f .RGBA {0xff,0xef,0xd5,0xff},"\u0070e\u0061\u0063\u0068\u0070\u0075\u0066f":_f .RGBA {0xff,0xda,0xb9,0xff},"\u0070\u0065\u0072\u0075":_f .RGBA {0xcd,0x85,0x3f,0xff},"\u0070\u0069\u006e\u006b":_f .RGBA {0xff,0xc0,0xcb,0xff},"\u0070\u006c\u0075\u006d":_f .RGBA {0xdd,0xa0,0xdd,0xff},"\u0070\u006f\u0077\u0064\u0065\u0072\u0062\u006c\u0075\u0065":_f .RGBA {0xb0,0xe0,0xe6,0xff},"\u0070\u0075\u0072\u0070\u006c\u0065":_f .RGBA {0x80,0x00,0x80,0xff},"\u0072\u0065\u0064":_f .RGBA {0xff,0x00,0x00,0xff},"\u0072o\u0073\u0079\u0062\u0072\u006f\u0077n":_f .RGBA {0xbc,0x8f,0x8f,0xff},"\u0072o\u0079\u0061\u006c\u0062\u006c\u0075e":_f .RGBA {0x41,0x69,0xe1,0xff},"s\u0061\u0064\u0064\u006c\u0065\u0062\u0072\u006f\u0077\u006e":_f .RGBA {0x8b,0x45,0x13,0xff},"\u0073\u0061\u006c\u006d\u006f\u006e":_f .RGBA {0xfa,0x80,0x72,0xff},"\u0073\u0061\u006e\u0064\u0079\u0062\u0072\u006f\u0077\u006e":_f .RGBA {0xf4,0xa4,0x60,0xff},"\u0073\u0065\u0061\u0067\u0072\u0065\u0065\u006e":_f .RGBA {0x2e,0x8b,0x57,0xff},"\u0073\u0065\u0061\u0073\u0068\u0065\u006c\u006c":_f .RGBA {0xff,0xf5,0xee,0xff},"\u0073\u0069\u0065\u006e\u006e\u0061":_f .RGBA {0xa0,0x52,0x2d,0xff},"\u0073\u0069\u006c\u0076\u0065\u0072":_f .RGBA {0xc0,0xc0,0xc0,0xff},"\u0073k\u0079\u0062\u006c\u0075\u0065":_f .RGBA {0x87,0xce,0xeb,0xff},"\u0073l\u0061\u0074\u0065\u0062\u006c\u0075e":_f .RGBA {0x6a,0x5a,0xcd,0xff},"\u0073l\u0061\u0074\u0065\u0067\u0072\u0061y":_f .RGBA {0x70,0x80,0x90,0xff},"\u0073l\u0061\u0074\u0065\u0067\u0072\u0065y":_f .RGBA {0x70,0x80,0x90,0xff},"\u0073\u006e\u006f\u0077":_f .RGBA {0xff,0xfa,0xfa,0xff},"s\u0070\u0072\u0069\u006e\u0067\u0067\u0072\u0065\u0065\u006e":_f .RGBA {0x00,0xff,0x7f,0xff},"\u0073t\u0065\u0065\u006c\u0062\u006c\u0075e":_f .RGBA {0x46,0x82,0xb4,0xff},"\u0074\u0061\u006e":_f .RGBA {0xd2,0xb4,0x8c,0xff},"\u0074\u0065\u0061\u006c":_f .RGBA {0x00,0x80,0x80,0xff},"\u0074h\u0069\u0073\u0074\u006c\u0065":_f .RGBA {0xd8,0xbf,0xd8,0xff},"\u0074\u006f\u006d\u0061\u0074\u006f":_f .RGBA {0xff,0x63,0x47,0xff},"\u0074u\u0072\u0071\u0075\u006f\u0069\u0073e":_f .RGBA {0x40,0xe0,0xd0,0xff},"\u0076\u0069\u006f\u006c\u0065\u0074":_f .RGBA {0xee,0x82,0xee,0xff},"\u0077\u0068\u0065a\u0074":_f .RGBA {0xf5,0xde,0xb3,0xff},"\u0077\u0068\u0069t\u0065":_f .RGBA {0xff,0xff,0xff,0xff},"\u0077\u0068\u0069\u0074\u0065\u0073\u006d\u006f\u006b\u0065":_f .RGBA {0xf5,0xf5,0xf5,0xff},"\u0079\u0065\u006c\u006c\u006f\u0077":_f .RGBA {0xff,0xff,0x00,0xff},"y\u0065\u006c\u006c\u006f\u0077\u0067\u0072\u0065\u0065\u006e":_f .RGBA {0x9a,0xcd,0x32,0xff}}; -var Names =[]string {"\u0061l\u0069\u0063\u0065\u0062\u006c\u0075e","\u0061\u006e\u0074i\u0071\u0075\u0065\u0077\u0068\u0069\u0074\u0065","\u0061\u0071\u0075\u0061","\u0061\u0071\u0075\u0061\u006d\u0061\u0072\u0069\u006e\u0065","\u0061\u007a\u0075r\u0065","\u0062\u0065\u0069g\u0065","\u0062\u0069\u0073\u0071\u0075\u0065","\u0062\u006c\u0061c\u006b","\u0062\u006c\u0061\u006e\u0063\u0068\u0065\u0064\u0061l\u006d\u006f\u006e\u0064","\u0062\u006c\u0075\u0065","\u0062\u006c\u0075\u0065\u0076\u0069\u006f\u006c\u0065\u0074","\u0062\u0072\u006fw\u006e","\u0062u\u0072\u006c\u0079\u0077\u006f\u006fd","\u0063a\u0064\u0065\u0074\u0062\u006c\u0075e","\u0063\u0068\u0061\u0072\u0074\u0072\u0065\u0075\u0073\u0065","\u0063h\u006f\u0063\u006f\u006c\u0061\u0074e","\u0063\u006f\u0072a\u006c","\u0063\u006f\u0072\u006e\u0066\u006c\u006f\u0077\u0065r\u0062\u006c\u0075\u0065","\u0063\u006f\u0072\u006e\u0073\u0069\u006c\u006b","\u0063r\u0069\u006d\u0073\u006f\u006e","\u0063\u0079\u0061\u006e","\u0064\u0061\u0072\u006b\u0062\u006c\u0075\u0065","\u0064\u0061\u0072\u006b\u0063\u0079\u0061\u006e","\u0064\u0061\u0072\u006b\u0067\u006f\u006c\u0064\u0065\u006e\u0072\u006f\u0064","\u0064\u0061\u0072\u006b\u0067\u0072\u0061\u0079","\u0064a\u0072\u006b\u0067\u0072\u0065\u0065n","\u0064\u0061\u0072\u006b\u0067\u0072\u0065\u0079","\u0064a\u0072\u006b\u006b\u0068\u0061\u006bi","d\u0061\u0072\u006b\u006d\u0061\u0067\u0065\u006e\u0074\u0061","\u0064\u0061\u0072\u006b\u006f\u006c\u0069\u0076\u0065g\u0072\u0065\u0065\u006e","\u0064\u0061\u0072\u006b\u006f\u0072\u0061\u006e\u0067\u0065","\u0064\u0061\u0072\u006b\u006f\u0072\u0063\u0068\u0069\u0064","\u0064a\u0072\u006b\u0072\u0065\u0064","\u0064\u0061\u0072\u006b\u0073\u0061\u006c\u006d\u006f\u006e","\u0064\u0061\u0072k\u0073\u0065\u0061\u0067\u0072\u0065\u0065\u006e","\u0064\u0061\u0072\u006b\u0073\u006c\u0061\u0074\u0065\u0062\u006c\u0075\u0065","\u0064\u0061\u0072\u006b\u0073\u006c\u0061\u0074\u0065\u0067\u0072\u0061\u0079","\u0064\u0061\u0072\u006b\u0073\u006c\u0061\u0074\u0065\u0067\u0072\u0065\u0079","\u0064\u0061\u0072\u006b\u0074\u0075\u0072\u0071\u0075\u006f\u0069\u0073\u0065","\u0064\u0061\u0072\u006b\u0076\u0069\u006f\u006c\u0065\u0074","\u0064\u0065\u0065\u0070\u0070\u0069\u006e\u006b","d\u0065\u0065\u0070\u0073\u006b\u0079\u0062\u006c\u0075\u0065","\u0064i\u006d\u0067\u0072\u0061\u0079","\u0064i\u006d\u0067\u0072\u0065\u0079","\u0064\u006f\u0064\u0067\u0065\u0072\u0062\u006c\u0075\u0065","\u0066i\u0072\u0065\u0062\u0072\u0069\u0063k","f\u006c\u006f\u0072\u0061\u006c\u0077\u0068\u0069\u0074\u0065","f\u006f\u0072\u0065\u0073\u0074\u0067\u0072\u0065\u0065\u006e","\u0066u\u0063\u0068\u0073\u0069\u0061","\u0067a\u0069\u006e\u0073\u0062\u006f\u0072o","\u0067\u0068\u006f\u0073\u0074\u0077\u0068\u0069\u0074\u0065","\u0067\u006f\u006c\u0064","\u0067o\u006c\u0064\u0065\u006e\u0072\u006fd","\u0067\u0072\u0061\u0079","\u0067\u0072\u0065e\u006e","g\u0072\u0065\u0065\u006e\u0079\u0065\u006c\u006c\u006f\u0077","\u0067\u0072\u0065\u0079","\u0068\u006f\u006e\u0065\u0079\u0064\u0065\u0077","\u0068o\u0074\u0070\u0069\u006e\u006b","\u0069n\u0064\u0069\u0061\u006e\u0072\u0065d","\u0069\u006e\u0064\u0069\u0067\u006f","\u0069\u0076\u006fr\u0079","\u006b\u0068\u0061k\u0069","\u006c\u0061\u0076\u0065\u006e\u0064\u0065\u0072","\u006c\u0061\u0076\u0065\u006e\u0064\u0065\u0072\u0062\u006c\u0075\u0073\u0068","\u006ca\u0077\u006e\u0067\u0072\u0065\u0065n","\u006c\u0065\u006do\u006e\u0063\u0068\u0069\u0066\u0066\u006f\u006e","\u006ci\u0067\u0068\u0074\u0062\u006c\u0075e","\u006c\u0069\u0067\u0068\u0074\u0063\u006f\u0072\u0061\u006c","\u006ci\u0067\u0068\u0074\u0063\u0079\u0061n","l\u0069g\u0068\u0074\u0067\u006f\u006c\u0064\u0065\u006er\u006f\u0064\u0079\u0065ll\u006f\u0077","\u006ci\u0067\u0068\u0074\u0067\u0072\u0061y","\u006c\u0069\u0067\u0068\u0074\u0067\u0072\u0065\u0065\u006e","\u006ci\u0067\u0068\u0074\u0067\u0072\u0065y","\u006ci\u0067\u0068\u0074\u0070\u0069\u006ek","l\u0069\u0067\u0068\u0074\u0073\u0061\u006c\u006d\u006f\u006e","\u006c\u0069\u0067\u0068\u0074\u0073\u0065\u0061\u0067\u0072\u0065\u0065\u006e","\u006c\u0069\u0067h\u0074\u0073\u006b\u0079\u0062\u006c\u0075\u0065","\u006c\u0069\u0067\u0068\u0074\u0073\u006c\u0061\u0074e\u0067\u0072\u0061\u0079","\u006c\u0069\u0067\u0068\u0074\u0073\u006c\u0061\u0074e\u0067\u0072\u0065\u0079","\u006c\u0069\u0067\u0068\u0074\u0073\u0074\u0065\u0065l\u0062\u006c\u0075\u0065","l\u0069\u0067\u0068\u0074\u0079\u0065\u006c\u006c\u006f\u0077","\u006c\u0069\u006d\u0065","\u006ci\u006d\u0065\u0067\u0072\u0065\u0065n","\u006c\u0069\u006ee\u006e","\u006da\u0067\u0065\u006e\u0074\u0061","\u006d\u0061\u0072\u006f\u006f\u006e","\u006d\u0065d\u0069\u0075\u006da\u0071\u0075\u0061\u006d\u0061\u0072\u0069\u006e\u0065","\u006d\u0065\u0064\u0069\u0075\u006d\u0062\u006c\u0075\u0065","\u006d\u0065\u0064i\u0075\u006d\u006f\u0072\u0063\u0068\u0069\u0064","\u006d\u0065\u0064i\u0075\u006d\u0070\u0075\u0072\u0070\u006c\u0065","\u006d\u0065\u0064\u0069\u0075\u006d\u0073\u0065\u0061g\u0072\u0065\u0065\u006e","\u006de\u0064i\u0075\u006d\u0073\u006c\u0061\u0074\u0065\u0062\u006c\u0075\u0065","\u006d\u0065\u0064\u0069\u0075\u006d\u0073\u0070\u0072\u0069\u006e\u0067g\u0072\u0065\u0065\u006e","\u006de\u0064i\u0075\u006d\u0074\u0075\u0072\u0071\u0075\u006f\u0069\u0073\u0065","\u006de\u0064i\u0075\u006d\u0076\u0069\u006f\u006c\u0065\u0074\u0072\u0065\u0064","\u006d\u0069\u0064n\u0069\u0067\u0068\u0074\u0062\u006c\u0075\u0065","\u006di\u006e\u0074\u0063\u0072\u0065\u0061m","\u006di\u0073\u0074\u0079\u0072\u006f\u0073e","\u006d\u006f\u0063\u0063\u0061\u0073\u0069\u006e","n\u0061\u0076\u0061\u006a\u006f\u0077\u0068\u0069\u0074\u0065","\u006e\u0061\u0076\u0079","\u006fl\u0064\u006c\u0061\u0063\u0065","\u006f\u006c\u0069v\u0065","\u006fl\u0069\u0076\u0065\u0064\u0072\u0061b","\u006f\u0072\u0061\u006e\u0067\u0065","\u006fr\u0061\u006e\u0067\u0065\u0072\u0065d","\u006f\u0072\u0063\u0068\u0069\u0064","\u0070\u0061\u006c\u0065\u0067\u006f\u006c\u0064\u0065\u006e\u0072\u006f\u0064","\u0070a\u006c\u0065\u0067\u0072\u0065\u0065n","\u0070\u0061\u006c\u0065\u0074\u0075\u0072\u0071\u0075\u006f\u0069\u0073\u0065","\u0070\u0061\u006c\u0065\u0076\u0069\u006f\u006c\u0065\u0074\u0072\u0065\u0064","\u0070\u0061\u0070\u0061\u0079\u0061\u0077\u0068\u0069\u0070","\u0070e\u0061\u0063\u0068\u0070\u0075\u0066f","\u0070\u0065\u0072\u0075","\u0070\u0069\u006e\u006b","\u0070\u006c\u0075\u006d","\u0070\u006f\u0077\u0064\u0065\u0072\u0062\u006c\u0075\u0065","\u0070\u0075\u0072\u0070\u006c\u0065","\u0072\u0065\u0064","\u0072o\u0073\u0079\u0062\u0072\u006f\u0077n","\u0072o\u0079\u0061\u006c\u0062\u006c\u0075e","s\u0061\u0064\u0064\u006c\u0065\u0062\u0072\u006f\u0077\u006e","\u0073\u0061\u006c\u006d\u006f\u006e","\u0073\u0061\u006e\u0064\u0079\u0062\u0072\u006f\u0077\u006e","\u0073\u0065\u0061\u0067\u0072\u0065\u0065\u006e","\u0073\u0065\u0061\u0073\u0068\u0065\u006c\u006c","\u0073\u0069\u0065\u006e\u006e\u0061","\u0073\u0069\u006c\u0076\u0065\u0072","\u0073k\u0079\u0062\u006c\u0075\u0065","\u0073l\u0061\u0074\u0065\u0062\u006c\u0075e","\u0073l\u0061\u0074\u0065\u0067\u0072\u0061y","\u0073l\u0061\u0074\u0065\u0067\u0072\u0065y","\u0073\u006e\u006f\u0077","s\u0070\u0072\u0069\u006e\u0067\u0067\u0072\u0065\u0065\u006e","\u0073t\u0065\u0065\u006c\u0062\u006c\u0075e","\u0074\u0061\u006e","\u0074\u0065\u0061\u006c","\u0074h\u0069\u0073\u0074\u006c\u0065","\u0074\u006f\u006d\u0061\u0074\u006f","\u0074u\u0072\u0071\u0075\u006f\u0069\u0073e","\u0076\u0069\u006f\u006c\u0065\u0074","\u0077\u0068\u0065a\u0074","\u0077\u0068\u0069t\u0065","\u0077\u0068\u0069\u0074\u0065\u0073\u006d\u006f\u006b\u0065","\u0079\u0065\u006c\u006c\u006f\u0077","y\u0065\u006c\u006c\u006f\u0077\u0067\u0072\u0065\u0065\u006e"}; -const _edf =1e-10;func (_bfe Point )Mul (f float64 )Point {return Point {f *_bfe .X ,f *_bfe .Y }};var (Aliceblue =_f .RGBA {0xf0,0xf8,0xff,0xff};Antiquewhite =_f .RGBA {0xfa,0xeb,0xd7,0xff};Aqua =_f .RGBA {0x00,0xff,0xff,0xff};Aquamarine =_f .RGBA {0x7f,0xff,0xd4,0xff}; -Azure =_f .RGBA {0xf0,0xff,0xff,0xff};Beige =_f .RGBA {0xf5,0xf5,0xdc,0xff};Bisque =_f .RGBA {0xff,0xe4,0xc4,0xff};Black =_f .RGBA {0x00,0x00,0x00,0xff};Blanchedalmond =_f .RGBA {0xff,0xeb,0xcd,0xff};Blue =_f .RGBA {0x00,0x00,0xff,0xff};Blueviolet =_f .RGBA {0x8a,0x2b,0xe2,0xff}; -Brown =_f .RGBA {0xa5,0x2a,0x2a,0xff};Burlywood =_f .RGBA {0xde,0xb8,0x87,0xff};Cadetblue =_f .RGBA {0x5f,0x9e,0xa0,0xff};Chartreuse =_f .RGBA {0x7f,0xff,0x00,0xff};Chocolate =_f .RGBA {0xd2,0x69,0x1e,0xff};Coral =_f .RGBA {0xff,0x7f,0x50,0xff};Cornflowerblue =_f .RGBA {0x64,0x95,0xed,0xff}; -Cornsilk =_f .RGBA {0xff,0xf8,0xdc,0xff};Crimson =_f .RGBA {0xdc,0x14,0x3c,0xff};Cyan =_f .RGBA {0x00,0xff,0xff,0xff};Darkblue =_f .RGBA {0x00,0x00,0x8b,0xff};Darkcyan =_f .RGBA {0x00,0x8b,0x8b,0xff};Darkgoldenrod =_f .RGBA {0xb8,0x86,0x0b,0xff};Darkgray =_f .RGBA {0xa9,0xa9,0xa9,0xff}; -Darkgreen =_f .RGBA {0x00,0x64,0x00,0xff};Darkgrey =_f .RGBA {0xa9,0xa9,0xa9,0xff};Darkkhaki =_f .RGBA {0xbd,0xb7,0x6b,0xff};Darkmagenta =_f .RGBA {0x8b,0x00,0x8b,0xff};Darkolivegreen =_f .RGBA {0x55,0x6b,0x2f,0xff};Darkorange =_f .RGBA {0xff,0x8c,0x00,0xff}; -Darkorchid =_f .RGBA {0x99,0x32,0xcc,0xff};Darkred =_f .RGBA {0x8b,0x00,0x00,0xff};Darksalmon =_f .RGBA {0xe9,0x96,0x7a,0xff};Darkseagreen =_f .RGBA {0x8f,0xbc,0x8f,0xff};Darkslateblue =_f .RGBA {0x48,0x3d,0x8b,0xff};Darkslategray =_f .RGBA {0x2f,0x4f,0x4f,0xff}; -Darkslategrey =_f .RGBA {0x2f,0x4f,0x4f,0xff};Darkturquoise =_f .RGBA {0x00,0xce,0xd1,0xff};Darkviolet =_f .RGBA {0x94,0x00,0xd3,0xff};Deeppink =_f .RGBA {0xff,0x14,0x93,0xff};Deepskyblue =_f .RGBA {0x00,0xbf,0xff,0xff};Dimgray =_f .RGBA {0x69,0x69,0x69,0xff}; -Dimgrey =_f .RGBA {0x69,0x69,0x69,0xff};Dodgerblue =_f .RGBA {0x1e,0x90,0xff,0xff};Firebrick =_f .RGBA {0xb2,0x22,0x22,0xff};Floralwhite =_f .RGBA {0xff,0xfa,0xf0,0xff};Forestgreen =_f .RGBA {0x22,0x8b,0x22,0xff};Fuchsia =_f .RGBA {0xff,0x00,0xff,0xff}; -Gainsboro =_f .RGBA {0xdc,0xdc,0xdc,0xff};Ghostwhite =_f .RGBA {0xf8,0xf8,0xff,0xff};Gold =_f .RGBA {0xff,0xd7,0x00,0xff};Goldenrod =_f .RGBA {0xda,0xa5,0x20,0xff};Gray =_f .RGBA {0x80,0x80,0x80,0xff};Green =_f .RGBA {0x00,0x80,0x00,0xff};Greenyellow =_f .RGBA {0xad,0xff,0x2f,0xff}; -Grey =_f .RGBA {0x80,0x80,0x80,0xff};Honeydew =_f .RGBA {0xf0,0xff,0xf0,0xff};Hotpink =_f .RGBA {0xff,0x69,0xb4,0xff};Indianred =_f .RGBA {0xcd,0x5c,0x5c,0xff};Indigo =_f .RGBA {0x4b,0x00,0x82,0xff};Ivory =_f .RGBA {0xff,0xff,0xf0,0xff};Khaki =_f .RGBA {0xf0,0xe6,0x8c,0xff}; -Lavender =_f .RGBA {0xe6,0xe6,0xfa,0xff};Lavenderblush =_f .RGBA {0xff,0xf0,0xf5,0xff};Lawngreen =_f .RGBA {0x7c,0xfc,0x00,0xff};Lemonchiffon =_f .RGBA {0xff,0xfa,0xcd,0xff};Lightblue =_f .RGBA {0xad,0xd8,0xe6,0xff};Lightcoral =_f .RGBA {0xf0,0x80,0x80,0xff}; -Lightcyan =_f .RGBA {0xe0,0xff,0xff,0xff};Lightgoldenrodyellow =_f .RGBA {0xfa,0xfa,0xd2,0xff};Lightgray =_f .RGBA {0xd3,0xd3,0xd3,0xff};Lightgreen =_f .RGBA {0x90,0xee,0x90,0xff};Lightgrey =_f .RGBA {0xd3,0xd3,0xd3,0xff};Lightpink =_f .RGBA {0xff,0xb6,0xc1,0xff}; -Lightsalmon =_f .RGBA {0xff,0xa0,0x7a,0xff};Lightseagreen =_f .RGBA {0x20,0xb2,0xaa,0xff};Lightskyblue =_f .RGBA {0x87,0xce,0xfa,0xff};Lightslategray =_f .RGBA {0x77,0x88,0x99,0xff};Lightslategrey =_f .RGBA {0x77,0x88,0x99,0xff};Lightsteelblue =_f .RGBA {0xb0,0xc4,0xde,0xff}; -Lightyellow =_f .RGBA {0xff,0xff,0xe0,0xff};Lime =_f .RGBA {0x00,0xff,0x00,0xff};Limegreen =_f .RGBA {0x32,0xcd,0x32,0xff};Linen =_f .RGBA {0xfa,0xf0,0xe6,0xff};Magenta =_f .RGBA {0xff,0x00,0xff,0xff};Maroon =_f .RGBA {0x80,0x00,0x00,0xff};Mediumaquamarine =_f .RGBA {0x66,0xcd,0xaa,0xff}; -Mediumblue =_f .RGBA {0x00,0x00,0xcd,0xff};Mediumorchid =_f .RGBA {0xba,0x55,0xd3,0xff};Mediumpurple =_f .RGBA {0x93,0x70,0xdb,0xff};Mediumseagreen =_f .RGBA {0x3c,0xb3,0x71,0xff};Mediumslateblue =_f .RGBA {0x7b,0x68,0xee,0xff};Mediumspringgreen =_f .RGBA {0x00,0xfa,0x9a,0xff}; -Mediumturquoise =_f .RGBA {0x48,0xd1,0xcc,0xff};Mediumvioletred =_f .RGBA {0xc7,0x15,0x85,0xff};Midnightblue =_f .RGBA {0x19,0x19,0x70,0xff};Mintcream =_f .RGBA {0xf5,0xff,0xfa,0xff};Mistyrose =_f .RGBA {0xff,0xe4,0xe1,0xff};Moccasin =_f .RGBA {0xff,0xe4,0xb5,0xff}; -Navajowhite =_f .RGBA {0xff,0xde,0xad,0xff};Navy =_f .RGBA {0x00,0x00,0x80,0xff};Oldlace =_f .RGBA {0xfd,0xf5,0xe6,0xff};Olive =_f .RGBA {0x80,0x80,0x00,0xff};Olivedrab =_f .RGBA {0x6b,0x8e,0x23,0xff};Orange =_f .RGBA {0xff,0xa5,0x00,0xff};Orangered =_f .RGBA {0xff,0x45,0x00,0xff}; -Orchid =_f .RGBA {0xda,0x70,0xd6,0xff};Palegoldenrod =_f .RGBA {0xee,0xe8,0xaa,0xff};Palegreen =_f .RGBA {0x98,0xfb,0x98,0xff};Paleturquoise =_f .RGBA {0xaf,0xee,0xee,0xff};Palevioletred =_f .RGBA {0xdb,0x70,0x93,0xff};Papayawhip =_f .RGBA {0xff,0xef,0xd5,0xff}; -Peachpuff =_f .RGBA {0xff,0xda,0xb9,0xff};Peru =_f .RGBA {0xcd,0x85,0x3f,0xff};Pink =_f .RGBA {0xff,0xc0,0xcb,0xff};Plum =_f .RGBA {0xdd,0xa0,0xdd,0xff};Powderblue =_f .RGBA {0xb0,0xe0,0xe6,0xff};Purple =_f .RGBA {0x80,0x00,0x80,0xff};Red =_f .RGBA {0xff,0x00,0x00,0xff}; -Rosybrown =_f .RGBA {0xbc,0x8f,0x8f,0xff};Royalblue =_f .RGBA {0x41,0x69,0xe1,0xff};Saddlebrown =_f .RGBA {0x8b,0x45,0x13,0xff};Salmon =_f .RGBA {0xfa,0x80,0x72,0xff};Sandybrown =_f .RGBA {0xf4,0xa4,0x60,0xff};Seagreen =_f .RGBA {0x2e,0x8b,0x57,0xff};Seashell =_f .RGBA {0xff,0xf5,0xee,0xff}; -Sienna =_f .RGBA {0xa0,0x52,0x2d,0xff};Silver =_f .RGBA {0xc0,0xc0,0xc0,0xff};Skyblue =_f .RGBA {0x87,0xce,0xeb,0xff};Slateblue =_f .RGBA {0x6a,0x5a,0xcd,0xff};Slategray =_f .RGBA {0x70,0x80,0x90,0xff};Slategrey =_f .RGBA {0x70,0x80,0x90,0xff};Snow =_f .RGBA {0xff,0xfa,0xfa,0xff}; -Springgreen =_f .RGBA {0x00,0xff,0x7f,0xff};Steelblue =_f .RGBA {0x46,0x82,0xb4,0xff};Tan =_f .RGBA {0xd2,0xb4,0x8c,0xff};Teal =_f .RGBA {0x00,0x80,0x80,0xff};Thistle =_f .RGBA {0xd8,0xbf,0xd8,0xff};Tomato =_f .RGBA {0xff,0x63,0x47,0xff};Turquoise =_f .RGBA {0x40,0xe0,0xd0,0xff}; -Violet =_f .RGBA {0xee,0x82,0xee,0xff};Wheat =_f .RGBA {0xf5,0xde,0xb3,0xff};White =_f .RGBA {0xff,0xff,0xff,0xff};Whitesmoke =_f .RGBA {0xf5,0xf5,0xf5,0xff};Yellow =_f .RGBA {0xff,0xff,0x00,0xff};Yellowgreen =_f .RGBA {0x9a,0xcd,0x32,0xff};);func QuadraticToCubicBezier (startX ,startY ,x1 ,y1 ,x ,y float64 )(Point ,Point ){_cba :=Point {X :startX ,Y :startY }; -_ef :=Point {X :x1 ,Y :y1 };_bgc :=Point {X :x ,Y :y };_bga :=_cba .Interpolate (_ef ,2.0/3.0);_cgc :=_bgc .Interpolate (_ef ,2.0/3.0);return _bga ,_cgc ;};func EllipseToCubicBeziers (startX ,startY ,rx ,ry ,rot float64 ,large ,sweep bool ,endX ,endY float64 )[][4]Point {rx =_cg .Abs (rx ); -ry =_cg .Abs (ry );if rx < ry {rx ,ry =ry ,rx ;rot +=90.0;};_g :=_ggg (rot *_cg .Pi /180.0);if _cg .Pi <=_g {_g -=_cg .Pi ;};_a ,_gg ,_fd ,_fdd :=_bg (startX ,startY ,rx ,ry ,_g ,large ,sweep ,endX ,endY );_gd :=_cg .Pi /2.0;_d :=int (_cg .Ceil (_cg .Abs (_fdd -_fd )/_gd )); -_gd =_cg .Abs (_fdd -_fd )/float64 (_d );_ac :=_cg .Sin (_gd )*(_cg .Sqrt (4.0+3.0*_cg .Pow (_cg .Tan (_gd /2.0),2.0))-1.0)/3.0;if !sweep {_gd =-_gd ;};_acf :=Point {X :startX ,Y :startY };_dd ,_ag :=_eca (rx ,ry ,_g ,sweep ,_fd );_ad :=Point {X :_dd ,Y :_ag }; -_ace :=[][4]Point {};for _ge :=1;_ge < _d +1;_ge ++{_gc :=_fd +float64 (_ge )*_gd ;_agb ,_gee :=_dba (rx ,ry ,_g ,_a ,_gg ,_gc );_e :=Point {X :_agb ,Y :_gee };_db ,_adg :=_eca (rx ,ry ,_g ,sweep ,_gc );_ca :=Point {X :_db ,Y :_adg };_ce :=_acf .Add (_ad .Mul (_ac )); -_de :=_e .Sub (_ca .Mul (_ac ));_ace =append (_ace ,[4]Point {_acf ,_ce ,_de ,_e });_ad =_ca ;_acf =_e ;};return _ace ;};func (_cfc Point )Sub (q Point )Point {return Point {_cfc .X -q .X ,_cfc .Y -q .Y }};func _bg (_ba ,_gf ,_bb ,_fbg ,_def float64 ,_cf ,_fbgd bool ,_bba ,_cfb float64 )(float64 ,float64 ,float64 ,float64 ){if _gb (_ba ,_bba )&&_gb (_gf ,_cfb ){return _ba ,_gf ,0.0,0.0; -};_eb ,_ebe :=_cg .Sincos (_def );_be :=_ebe *(_ba -_bba )/2.0+_eb *(_gf -_cfb )/2.0;_bc :=-_eb *(_ba -_bba )/2.0+_ebe *(_gf -_cfb )/2.0;_cb :=_be *_be /_bb /_bb +_bc *_bc /_fbg /_fbg ;if _cb > 1.0{_bb *=_cg .Sqrt (_cb );_fbg *=_cg .Sqrt (_cb );};_bef :=(_bb *_bb *_fbg *_fbg -_bb *_bb *_bc *_bc -_fbg *_fbg *_be *_be )/(_bb *_bb *_bc *_bc +_fbg *_fbg *_be *_be ); -if _bef < 0.0{_bef =0.0;};_bgd :=_cg .Sqrt (_bef );if _cf ==_fbgd {_bgd =-_bgd ;};_fe :=_bgd *_bb *_bc /_fbg ;_ecb :=_bgd *-_fbg *_be /_bb ;_fde :=_ebe *_fe -_eb *_ecb +(_ba +_bba )/2.0;_bfb :=_eb *_fe +_ebe *_ecb +(_gf +_cfb )/2.0;_eea :=(_be -_fe )/_bb ; -_aa :=(_bc -_ecb )/_fbg ;_caf :=-(_be +_fe )/_bb ;_bae :=-(_bc +_ecb )/_fbg ;_bd :=_cg .Acos (_eea /_cg .Sqrt (_eea *_eea +_aa *_aa ));if _aa < 0.0{_bd =-_bd ;};_bd =_ggg (_bd );_fec :=(_eea *_caf +_aa *_bae )/_cg .Sqrt ((_eea *_eea +_aa *_aa )*(_caf *_caf +_bae *_bae )); -_fec =_cg .Min (1.0,_cg .Max (-1.0,_fec ));_cc :=_cg .Acos (_fec );if _eea *_bae -_aa *_caf < 0.0{_cc =-_cc ;};if !_fbgd &&_cc > 0.0{_cc -=2.0*_cg .Pi ;}else if _fbgd &&_cc < 0.0{_cc +=2.0*_cg .Pi ;};return _fde ,_bfb ,_bd ,_bd +_cc ;};func _ggg (_fc float64 )float64 {_fc =_cg .Mod (_fc ,2.0*_cg .Pi ); -if _fc < 0.0{_fc +=2.0*_cg .Pi ;};return _fc ;};func _eca (_df ,_ed ,_fed float64 ,_deb bool ,_gcc float64 )(float64 ,float64 ){_aac ,_fg :=_cg .Sincos (_gcc );_ceg ,_ff :=_cg .Sincos (_fed );_cgg :=-_df *_aac *_ff -_ed *_fg *_ceg ;_fba :=-_df *_aac *_ceg +_ed *_fg *_ff ; -if !_deb {return -_cgg ,-_fba ;};return _cgg ,_fba ;}; \ No newline at end of file +package graphic2d ;import (_d "image/color";_a "math";);var ColorMap =map[string ]_d .RGBA {"\u0061l\u0069\u0063\u0065\u0062\u006c\u0075e":_d .RGBA {0xf0,0xf8,0xff,0xff},"\u0061\u006e\u0074i\u0071\u0075\u0065\u0077\u0068\u0069\u0074\u0065":_d .RGBA {0xfa,0xeb,0xd7,0xff},"\u0061\u0071\u0075\u0061":_d .RGBA {0x00,0xff,0xff,0xff},"\u0061\u0071\u0075\u0061\u006d\u0061\u0072\u0069\u006e\u0065":_d .RGBA {0x7f,0xff,0xd4,0xff},"\u0061\u007a\u0075r\u0065":_d .RGBA {0xf0,0xff,0xff,0xff},"\u0062\u0065\u0069g\u0065":_d .RGBA {0xf5,0xf5,0xdc,0xff},"\u0062\u0069\u0073\u0071\u0075\u0065":_d .RGBA {0xff,0xe4,0xc4,0xff},"\u0062\u006c\u0061c\u006b":_d .RGBA {0x00,0x00,0x00,0xff},"\u0062\u006c\u0061\u006e\u0063\u0068\u0065\u0064\u0061l\u006d\u006f\u006e\u0064":_d .RGBA {0xff,0xeb,0xcd,0xff},"\u0062\u006c\u0075\u0065":_d .RGBA {0x00,0x00,0xff,0xff},"\u0062\u006c\u0075\u0065\u0076\u0069\u006f\u006c\u0065\u0074":_d .RGBA {0x8a,0x2b,0xe2,0xff},"\u0062\u0072\u006fw\u006e":_d .RGBA {0xa5,0x2a,0x2a,0xff},"\u0062u\u0072\u006c\u0079\u0077\u006f\u006fd":_d .RGBA {0xde,0xb8,0x87,0xff},"\u0063a\u0064\u0065\u0074\u0062\u006c\u0075e":_d .RGBA {0x5f,0x9e,0xa0,0xff},"\u0063\u0068\u0061\u0072\u0074\u0072\u0065\u0075\u0073\u0065":_d .RGBA {0x7f,0xff,0x00,0xff},"\u0063h\u006f\u0063\u006f\u006c\u0061\u0074e":_d .RGBA {0xd2,0x69,0x1e,0xff},"\u0063\u006f\u0072a\u006c":_d .RGBA {0xff,0x7f,0x50,0xff},"\u0063\u006f\u0072\u006e\u0066\u006c\u006f\u0077\u0065r\u0062\u006c\u0075\u0065":_d .RGBA {0x64,0x95,0xed,0xff},"\u0063\u006f\u0072\u006e\u0073\u0069\u006c\u006b":_d .RGBA {0xff,0xf8,0xdc,0xff},"\u0063r\u0069\u006d\u0073\u006f\u006e":_d .RGBA {0xdc,0x14,0x3c,0xff},"\u0063\u0079\u0061\u006e":_d .RGBA {0x00,0xff,0xff,0xff},"\u0064\u0061\u0072\u006b\u0062\u006c\u0075\u0065":_d .RGBA {0x00,0x00,0x8b,0xff},"\u0064\u0061\u0072\u006b\u0063\u0079\u0061\u006e":_d .RGBA {0x00,0x8b,0x8b,0xff},"\u0064\u0061\u0072\u006b\u0067\u006f\u006c\u0064\u0065\u006e\u0072\u006f\u0064":_d .RGBA {0xb8,0x86,0x0b,0xff},"\u0064\u0061\u0072\u006b\u0067\u0072\u0061\u0079":_d .RGBA {0xa9,0xa9,0xa9,0xff},"\u0064a\u0072\u006b\u0067\u0072\u0065\u0065n":_d .RGBA {0x00,0x64,0x00,0xff},"\u0064\u0061\u0072\u006b\u0067\u0072\u0065\u0079":_d .RGBA {0xa9,0xa9,0xa9,0xff},"\u0064a\u0072\u006b\u006b\u0068\u0061\u006bi":_d .RGBA {0xbd,0xb7,0x6b,0xff},"d\u0061\u0072\u006b\u006d\u0061\u0067\u0065\u006e\u0074\u0061":_d .RGBA {0x8b,0x00,0x8b,0xff},"\u0064\u0061\u0072\u006b\u006f\u006c\u0069\u0076\u0065g\u0072\u0065\u0065\u006e":_d .RGBA {0x55,0x6b,0x2f,0xff},"\u0064\u0061\u0072\u006b\u006f\u0072\u0061\u006e\u0067\u0065":_d .RGBA {0xff,0x8c,0x00,0xff},"\u0064\u0061\u0072\u006b\u006f\u0072\u0063\u0068\u0069\u0064":_d .RGBA {0x99,0x32,0xcc,0xff},"\u0064a\u0072\u006b\u0072\u0065\u0064":_d .RGBA {0x8b,0x00,0x00,0xff},"\u0064\u0061\u0072\u006b\u0073\u0061\u006c\u006d\u006f\u006e":_d .RGBA {0xe9,0x96,0x7a,0xff},"\u0064\u0061\u0072k\u0073\u0065\u0061\u0067\u0072\u0065\u0065\u006e":_d .RGBA {0x8f,0xbc,0x8f,0xff},"\u0064\u0061\u0072\u006b\u0073\u006c\u0061\u0074\u0065\u0062\u006c\u0075\u0065":_d .RGBA {0x48,0x3d,0x8b,0xff},"\u0064\u0061\u0072\u006b\u0073\u006c\u0061\u0074\u0065\u0067\u0072\u0061\u0079":_d .RGBA {0x2f,0x4f,0x4f,0xff},"\u0064\u0061\u0072\u006b\u0073\u006c\u0061\u0074\u0065\u0067\u0072\u0065\u0079":_d .RGBA {0x2f,0x4f,0x4f,0xff},"\u0064\u0061\u0072\u006b\u0074\u0075\u0072\u0071\u0075\u006f\u0069\u0073\u0065":_d .RGBA {0x00,0xce,0xd1,0xff},"\u0064\u0061\u0072\u006b\u0076\u0069\u006f\u006c\u0065\u0074":_d .RGBA {0x94,0x00,0xd3,0xff},"\u0064\u0065\u0065\u0070\u0070\u0069\u006e\u006b":_d .RGBA {0xff,0x14,0x93,0xff},"d\u0065\u0065\u0070\u0073\u006b\u0079\u0062\u006c\u0075\u0065":_d .RGBA {0x00,0xbf,0xff,0xff},"\u0064i\u006d\u0067\u0072\u0061\u0079":_d .RGBA {0x69,0x69,0x69,0xff},"\u0064i\u006d\u0067\u0072\u0065\u0079":_d .RGBA {0x69,0x69,0x69,0xff},"\u0064\u006f\u0064\u0067\u0065\u0072\u0062\u006c\u0075\u0065":_d .RGBA {0x1e,0x90,0xff,0xff},"\u0066i\u0072\u0065\u0062\u0072\u0069\u0063k":_d .RGBA {0xb2,0x22,0x22,0xff},"f\u006c\u006f\u0072\u0061\u006c\u0077\u0068\u0069\u0074\u0065":_d .RGBA {0xff,0xfa,0xf0,0xff},"f\u006f\u0072\u0065\u0073\u0074\u0067\u0072\u0065\u0065\u006e":_d .RGBA {0x22,0x8b,0x22,0xff},"\u0066u\u0063\u0068\u0073\u0069\u0061":_d .RGBA {0xff,0x00,0xff,0xff},"\u0067a\u0069\u006e\u0073\u0062\u006f\u0072o":_d .RGBA {0xdc,0xdc,0xdc,0xff},"\u0067\u0068\u006f\u0073\u0074\u0077\u0068\u0069\u0074\u0065":_d .RGBA {0xf8,0xf8,0xff,0xff},"\u0067\u006f\u006c\u0064":_d .RGBA {0xff,0xd7,0x00,0xff},"\u0067o\u006c\u0064\u0065\u006e\u0072\u006fd":_d .RGBA {0xda,0xa5,0x20,0xff},"\u0067\u0072\u0061\u0079":_d .RGBA {0x80,0x80,0x80,0xff},"\u0067\u0072\u0065e\u006e":_d .RGBA {0x00,0x80,0x00,0xff},"g\u0072\u0065\u0065\u006e\u0079\u0065\u006c\u006c\u006f\u0077":_d .RGBA {0xad,0xff,0x2f,0xff},"\u0067\u0072\u0065\u0079":_d .RGBA {0x80,0x80,0x80,0xff},"\u0068\u006f\u006e\u0065\u0079\u0064\u0065\u0077":_d .RGBA {0xf0,0xff,0xf0,0xff},"\u0068o\u0074\u0070\u0069\u006e\u006b":_d .RGBA {0xff,0x69,0xb4,0xff},"\u0069n\u0064\u0069\u0061\u006e\u0072\u0065d":_d .RGBA {0xcd,0x5c,0x5c,0xff},"\u0069\u006e\u0064\u0069\u0067\u006f":_d .RGBA {0x4b,0x00,0x82,0xff},"\u0069\u0076\u006fr\u0079":_d .RGBA {0xff,0xff,0xf0,0xff},"\u006b\u0068\u0061k\u0069":_d .RGBA {0xf0,0xe6,0x8c,0xff},"\u006c\u0061\u0076\u0065\u006e\u0064\u0065\u0072":_d .RGBA {0xe6,0xe6,0xfa,0xff},"\u006c\u0061\u0076\u0065\u006e\u0064\u0065\u0072\u0062\u006c\u0075\u0073\u0068":_d .RGBA {0xff,0xf0,0xf5,0xff},"\u006ca\u0077\u006e\u0067\u0072\u0065\u0065n":_d .RGBA {0x7c,0xfc,0x00,0xff},"\u006c\u0065\u006do\u006e\u0063\u0068\u0069\u0066\u0066\u006f\u006e":_d .RGBA {0xff,0xfa,0xcd,0xff},"\u006ci\u0067\u0068\u0074\u0062\u006c\u0075e":_d .RGBA {0xad,0xd8,0xe6,0xff},"\u006c\u0069\u0067\u0068\u0074\u0063\u006f\u0072\u0061\u006c":_d .RGBA {0xf0,0x80,0x80,0xff},"\u006ci\u0067\u0068\u0074\u0063\u0079\u0061n":_d .RGBA {0xe0,0xff,0xff,0xff},"l\u0069g\u0068\u0074\u0067\u006f\u006c\u0064\u0065\u006er\u006f\u0064\u0079\u0065ll\u006f\u0077":_d .RGBA {0xfa,0xfa,0xd2,0xff},"\u006ci\u0067\u0068\u0074\u0067\u0072\u0061y":_d .RGBA {0xd3,0xd3,0xd3,0xff},"\u006c\u0069\u0067\u0068\u0074\u0067\u0072\u0065\u0065\u006e":_d .RGBA {0x90,0xee,0x90,0xff},"\u006ci\u0067\u0068\u0074\u0067\u0072\u0065y":_d .RGBA {0xd3,0xd3,0xd3,0xff},"\u006ci\u0067\u0068\u0074\u0070\u0069\u006ek":_d .RGBA {0xff,0xb6,0xc1,0xff},"l\u0069\u0067\u0068\u0074\u0073\u0061\u006c\u006d\u006f\u006e":_d .RGBA {0xff,0xa0,0x7a,0xff},"\u006c\u0069\u0067\u0068\u0074\u0073\u0065\u0061\u0067\u0072\u0065\u0065\u006e":_d .RGBA {0x20,0xb2,0xaa,0xff},"\u006c\u0069\u0067h\u0074\u0073\u006b\u0079\u0062\u006c\u0075\u0065":_d .RGBA {0x87,0xce,0xfa,0xff},"\u006c\u0069\u0067\u0068\u0074\u0073\u006c\u0061\u0074e\u0067\u0072\u0061\u0079":_d .RGBA {0x77,0x88,0x99,0xff},"\u006c\u0069\u0067\u0068\u0074\u0073\u006c\u0061\u0074e\u0067\u0072\u0065\u0079":_d .RGBA {0x77,0x88,0x99,0xff},"\u006c\u0069\u0067\u0068\u0074\u0073\u0074\u0065\u0065l\u0062\u006c\u0075\u0065":_d .RGBA {0xb0,0xc4,0xde,0xff},"l\u0069\u0067\u0068\u0074\u0079\u0065\u006c\u006c\u006f\u0077":_d .RGBA {0xff,0xff,0xe0,0xff},"\u006c\u0069\u006d\u0065":_d .RGBA {0x00,0xff,0x00,0xff},"\u006ci\u006d\u0065\u0067\u0072\u0065\u0065n":_d .RGBA {0x32,0xcd,0x32,0xff},"\u006c\u0069\u006ee\u006e":_d .RGBA {0xfa,0xf0,0xe6,0xff},"\u006da\u0067\u0065\u006e\u0074\u0061":_d .RGBA {0xff,0x00,0xff,0xff},"\u006d\u0061\u0072\u006f\u006f\u006e":_d .RGBA {0x80,0x00,0x00,0xff},"\u006d\u0065d\u0069\u0075\u006da\u0071\u0075\u0061\u006d\u0061\u0072\u0069\u006e\u0065":_d .RGBA {0x66,0xcd,0xaa,0xff},"\u006d\u0065\u0064\u0069\u0075\u006d\u0062\u006c\u0075\u0065":_d .RGBA {0x00,0x00,0xcd,0xff},"\u006d\u0065\u0064i\u0075\u006d\u006f\u0072\u0063\u0068\u0069\u0064":_d .RGBA {0xba,0x55,0xd3,0xff},"\u006d\u0065\u0064i\u0075\u006d\u0070\u0075\u0072\u0070\u006c\u0065":_d .RGBA {0x93,0x70,0xdb,0xff},"\u006d\u0065\u0064\u0069\u0075\u006d\u0073\u0065\u0061g\u0072\u0065\u0065\u006e":_d .RGBA {0x3c,0xb3,0x71,0xff},"\u006de\u0064i\u0075\u006d\u0073\u006c\u0061\u0074\u0065\u0062\u006c\u0075\u0065":_d .RGBA {0x7b,0x68,0xee,0xff},"\u006d\u0065\u0064\u0069\u0075\u006d\u0073\u0070\u0072\u0069\u006e\u0067g\u0072\u0065\u0065\u006e":_d .RGBA {0x00,0xfa,0x9a,0xff},"\u006de\u0064i\u0075\u006d\u0074\u0075\u0072\u0071\u0075\u006f\u0069\u0073\u0065":_d .RGBA {0x48,0xd1,0xcc,0xff},"\u006de\u0064i\u0075\u006d\u0076\u0069\u006f\u006c\u0065\u0074\u0072\u0065\u0064":_d .RGBA {0xc7,0x15,0x85,0xff},"\u006d\u0069\u0064n\u0069\u0067\u0068\u0074\u0062\u006c\u0075\u0065":_d .RGBA {0x19,0x19,0x70,0xff},"\u006di\u006e\u0074\u0063\u0072\u0065\u0061m":_d .RGBA {0xf5,0xff,0xfa,0xff},"\u006di\u0073\u0074\u0079\u0072\u006f\u0073e":_d .RGBA {0xff,0xe4,0xe1,0xff},"\u006d\u006f\u0063\u0063\u0061\u0073\u0069\u006e":_d .RGBA {0xff,0xe4,0xb5,0xff},"n\u0061\u0076\u0061\u006a\u006f\u0077\u0068\u0069\u0074\u0065":_d .RGBA {0xff,0xde,0xad,0xff},"\u006e\u0061\u0076\u0079":_d .RGBA {0x00,0x00,0x80,0xff},"\u006fl\u0064\u006c\u0061\u0063\u0065":_d .RGBA {0xfd,0xf5,0xe6,0xff},"\u006f\u006c\u0069v\u0065":_d .RGBA {0x80,0x80,0x00,0xff},"\u006fl\u0069\u0076\u0065\u0064\u0072\u0061b":_d .RGBA {0x6b,0x8e,0x23,0xff},"\u006f\u0072\u0061\u006e\u0067\u0065":_d .RGBA {0xff,0xa5,0x00,0xff},"\u006fr\u0061\u006e\u0067\u0065\u0072\u0065d":_d .RGBA {0xff,0x45,0x00,0xff},"\u006f\u0072\u0063\u0068\u0069\u0064":_d .RGBA {0xda,0x70,0xd6,0xff},"\u0070\u0061\u006c\u0065\u0067\u006f\u006c\u0064\u0065\u006e\u0072\u006f\u0064":_d .RGBA {0xee,0xe8,0xaa,0xff},"\u0070a\u006c\u0065\u0067\u0072\u0065\u0065n":_d .RGBA {0x98,0xfb,0x98,0xff},"\u0070\u0061\u006c\u0065\u0074\u0075\u0072\u0071\u0075\u006f\u0069\u0073\u0065":_d .RGBA {0xaf,0xee,0xee,0xff},"\u0070\u0061\u006c\u0065\u0076\u0069\u006f\u006c\u0065\u0074\u0072\u0065\u0064":_d .RGBA {0xdb,0x70,0x93,0xff},"\u0070\u0061\u0070\u0061\u0079\u0061\u0077\u0068\u0069\u0070":_d .RGBA {0xff,0xef,0xd5,0xff},"\u0070e\u0061\u0063\u0068\u0070\u0075\u0066f":_d .RGBA {0xff,0xda,0xb9,0xff},"\u0070\u0065\u0072\u0075":_d .RGBA {0xcd,0x85,0x3f,0xff},"\u0070\u0069\u006e\u006b":_d .RGBA {0xff,0xc0,0xcb,0xff},"\u0070\u006c\u0075\u006d":_d .RGBA {0xdd,0xa0,0xdd,0xff},"\u0070\u006f\u0077\u0064\u0065\u0072\u0062\u006c\u0075\u0065":_d .RGBA {0xb0,0xe0,0xe6,0xff},"\u0070\u0075\u0072\u0070\u006c\u0065":_d .RGBA {0x80,0x00,0x80,0xff},"\u0072\u0065\u0064":_d .RGBA {0xff,0x00,0x00,0xff},"\u0072o\u0073\u0079\u0062\u0072\u006f\u0077n":_d .RGBA {0xbc,0x8f,0x8f,0xff},"\u0072o\u0079\u0061\u006c\u0062\u006c\u0075e":_d .RGBA {0x41,0x69,0xe1,0xff},"s\u0061\u0064\u0064\u006c\u0065\u0062\u0072\u006f\u0077\u006e":_d .RGBA {0x8b,0x45,0x13,0xff},"\u0073\u0061\u006c\u006d\u006f\u006e":_d .RGBA {0xfa,0x80,0x72,0xff},"\u0073\u0061\u006e\u0064\u0079\u0062\u0072\u006f\u0077\u006e":_d .RGBA {0xf4,0xa4,0x60,0xff},"\u0073\u0065\u0061\u0067\u0072\u0065\u0065\u006e":_d .RGBA {0x2e,0x8b,0x57,0xff},"\u0073\u0065\u0061\u0073\u0068\u0065\u006c\u006c":_d .RGBA {0xff,0xf5,0xee,0xff},"\u0073\u0069\u0065\u006e\u006e\u0061":_d .RGBA {0xa0,0x52,0x2d,0xff},"\u0073\u0069\u006c\u0076\u0065\u0072":_d .RGBA {0xc0,0xc0,0xc0,0xff},"\u0073k\u0079\u0062\u006c\u0075\u0065":_d .RGBA {0x87,0xce,0xeb,0xff},"\u0073l\u0061\u0074\u0065\u0062\u006c\u0075e":_d .RGBA {0x6a,0x5a,0xcd,0xff},"\u0073l\u0061\u0074\u0065\u0067\u0072\u0061y":_d .RGBA {0x70,0x80,0x90,0xff},"\u0073l\u0061\u0074\u0065\u0067\u0072\u0065y":_d .RGBA {0x70,0x80,0x90,0xff},"\u0073\u006e\u006f\u0077":_d .RGBA {0xff,0xfa,0xfa,0xff},"s\u0070\u0072\u0069\u006e\u0067\u0067\u0072\u0065\u0065\u006e":_d .RGBA {0x00,0xff,0x7f,0xff},"\u0073t\u0065\u0065\u006c\u0062\u006c\u0075e":_d .RGBA {0x46,0x82,0xb4,0xff},"\u0074\u0061\u006e":_d .RGBA {0xd2,0xb4,0x8c,0xff},"\u0074\u0065\u0061\u006c":_d .RGBA {0x00,0x80,0x80,0xff},"\u0074h\u0069\u0073\u0074\u006c\u0065":_d .RGBA {0xd8,0xbf,0xd8,0xff},"\u0074\u006f\u006d\u0061\u0074\u006f":_d .RGBA {0xff,0x63,0x47,0xff},"\u0074u\u0072\u0071\u0075\u006f\u0069\u0073e":_d .RGBA {0x40,0xe0,0xd0,0xff},"\u0076\u0069\u006f\u006c\u0065\u0074":_d .RGBA {0xee,0x82,0xee,0xff},"\u0077\u0068\u0065a\u0074":_d .RGBA {0xf5,0xde,0xb3,0xff},"\u0077\u0068\u0069t\u0065":_d .RGBA {0xff,0xff,0xff,0xff},"\u0077\u0068\u0069\u0074\u0065\u0073\u006d\u006f\u006b\u0065":_d .RGBA {0xf5,0xf5,0xf5,0xff},"\u0079\u0065\u006c\u006c\u006f\u0077":_d .RGBA {0xff,0xff,0x00,0xff},"y\u0065\u006c\u006c\u006f\u0077\u0067\u0072\u0065\u0065\u006e":_d .RGBA {0x9a,0xcd,0x32,0xff}}; +func _ccc (_fc ,_gbg ,_gg float64 ,_gef bool ,_cba float64 )(float64 ,float64 ){_ce ,_ced :=_a .Sincos (_cba );_bcb ,_dg :=_a .Sincos (_gg );_ff :=-_fc *_ce *_dg -_gbg *_ced *_bcb ;_add :=-_fc *_ce *_bcb +_gbg *_ced *_dg ;if !_gef {return -_ff ,-_add ; +};return _ff ,_add ;};type Point struct{X ,Y float64 ;};func (_bge Point )Interpolate (q Point ,t float64 )Point {return Point {(1-t )*_bge .X +t *q .X ,(1-t )*_bge .Y +t *q .Y };};var (Aliceblue =_d .RGBA {0xf0,0xf8,0xff,0xff};Antiquewhite =_d .RGBA {0xfa,0xeb,0xd7,0xff}; +Aqua =_d .RGBA {0x00,0xff,0xff,0xff};Aquamarine =_d .RGBA {0x7f,0xff,0xd4,0xff};Azure =_d .RGBA {0xf0,0xff,0xff,0xff};Beige =_d .RGBA {0xf5,0xf5,0xdc,0xff};Bisque =_d .RGBA {0xff,0xe4,0xc4,0xff};Black =_d .RGBA {0x00,0x00,0x00,0xff};Blanchedalmond =_d .RGBA {0xff,0xeb,0xcd,0xff}; +Blue =_d .RGBA {0x00,0x00,0xff,0xff};Blueviolet =_d .RGBA {0x8a,0x2b,0xe2,0xff};Brown =_d .RGBA {0xa5,0x2a,0x2a,0xff};Burlywood =_d .RGBA {0xde,0xb8,0x87,0xff};Cadetblue =_d .RGBA {0x5f,0x9e,0xa0,0xff};Chartreuse =_d .RGBA {0x7f,0xff,0x00,0xff};Chocolate =_d .RGBA {0xd2,0x69,0x1e,0xff}; +Coral =_d .RGBA {0xff,0x7f,0x50,0xff};Cornflowerblue =_d .RGBA {0x64,0x95,0xed,0xff};Cornsilk =_d .RGBA {0xff,0xf8,0xdc,0xff};Crimson =_d .RGBA {0xdc,0x14,0x3c,0xff};Cyan =_d .RGBA {0x00,0xff,0xff,0xff};Darkblue =_d .RGBA {0x00,0x00,0x8b,0xff};Darkcyan =_d .RGBA {0x00,0x8b,0x8b,0xff}; +Darkgoldenrod =_d .RGBA {0xb8,0x86,0x0b,0xff};Darkgray =_d .RGBA {0xa9,0xa9,0xa9,0xff};Darkgreen =_d .RGBA {0x00,0x64,0x00,0xff};Darkgrey =_d .RGBA {0xa9,0xa9,0xa9,0xff};Darkkhaki =_d .RGBA {0xbd,0xb7,0x6b,0xff};Darkmagenta =_d .RGBA {0x8b,0x00,0x8b,0xff}; +Darkolivegreen =_d .RGBA {0x55,0x6b,0x2f,0xff};Darkorange =_d .RGBA {0xff,0x8c,0x00,0xff};Darkorchid =_d .RGBA {0x99,0x32,0xcc,0xff};Darkred =_d .RGBA {0x8b,0x00,0x00,0xff};Darksalmon =_d .RGBA {0xe9,0x96,0x7a,0xff};Darkseagreen =_d .RGBA {0x8f,0xbc,0x8f,0xff}; +Darkslateblue =_d .RGBA {0x48,0x3d,0x8b,0xff};Darkslategray =_d .RGBA {0x2f,0x4f,0x4f,0xff};Darkslategrey =_d .RGBA {0x2f,0x4f,0x4f,0xff};Darkturquoise =_d .RGBA {0x00,0xce,0xd1,0xff};Darkviolet =_d .RGBA {0x94,0x00,0xd3,0xff};Deeppink =_d .RGBA {0xff,0x14,0x93,0xff}; +Deepskyblue =_d .RGBA {0x00,0xbf,0xff,0xff};Dimgray =_d .RGBA {0x69,0x69,0x69,0xff};Dimgrey =_d .RGBA {0x69,0x69,0x69,0xff};Dodgerblue =_d .RGBA {0x1e,0x90,0xff,0xff};Firebrick =_d .RGBA {0xb2,0x22,0x22,0xff};Floralwhite =_d .RGBA {0xff,0xfa,0xf0,0xff}; +Forestgreen =_d .RGBA {0x22,0x8b,0x22,0xff};Fuchsia =_d .RGBA {0xff,0x00,0xff,0xff};Gainsboro =_d .RGBA {0xdc,0xdc,0xdc,0xff};Ghostwhite =_d .RGBA {0xf8,0xf8,0xff,0xff};Gold =_d .RGBA {0xff,0xd7,0x00,0xff};Goldenrod =_d .RGBA {0xda,0xa5,0x20,0xff};Gray =_d .RGBA {0x80,0x80,0x80,0xff}; +Green =_d .RGBA {0x00,0x80,0x00,0xff};Greenyellow =_d .RGBA {0xad,0xff,0x2f,0xff};Grey =_d .RGBA {0x80,0x80,0x80,0xff};Honeydew =_d .RGBA {0xf0,0xff,0xf0,0xff};Hotpink =_d .RGBA {0xff,0x69,0xb4,0xff};Indianred =_d .RGBA {0xcd,0x5c,0x5c,0xff};Indigo =_d .RGBA {0x4b,0x00,0x82,0xff}; +Ivory =_d .RGBA {0xff,0xff,0xf0,0xff};Khaki =_d .RGBA {0xf0,0xe6,0x8c,0xff};Lavender =_d .RGBA {0xe6,0xe6,0xfa,0xff};Lavenderblush =_d .RGBA {0xff,0xf0,0xf5,0xff};Lawngreen =_d .RGBA {0x7c,0xfc,0x00,0xff};Lemonchiffon =_d .RGBA {0xff,0xfa,0xcd,0xff};Lightblue =_d .RGBA {0xad,0xd8,0xe6,0xff}; +Lightcoral =_d .RGBA {0xf0,0x80,0x80,0xff};Lightcyan =_d .RGBA {0xe0,0xff,0xff,0xff};Lightgoldenrodyellow =_d .RGBA {0xfa,0xfa,0xd2,0xff};Lightgray =_d .RGBA {0xd3,0xd3,0xd3,0xff};Lightgreen =_d .RGBA {0x90,0xee,0x90,0xff};Lightgrey =_d .RGBA {0xd3,0xd3,0xd3,0xff}; +Lightpink =_d .RGBA {0xff,0xb6,0xc1,0xff};Lightsalmon =_d .RGBA {0xff,0xa0,0x7a,0xff};Lightseagreen =_d .RGBA {0x20,0xb2,0xaa,0xff};Lightskyblue =_d .RGBA {0x87,0xce,0xfa,0xff};Lightslategray =_d .RGBA {0x77,0x88,0x99,0xff};Lightslategrey =_d .RGBA {0x77,0x88,0x99,0xff}; +Lightsteelblue =_d .RGBA {0xb0,0xc4,0xde,0xff};Lightyellow =_d .RGBA {0xff,0xff,0xe0,0xff};Lime =_d .RGBA {0x00,0xff,0x00,0xff};Limegreen =_d .RGBA {0x32,0xcd,0x32,0xff};Linen =_d .RGBA {0xfa,0xf0,0xe6,0xff};Magenta =_d .RGBA {0xff,0x00,0xff,0xff};Maroon =_d .RGBA {0x80,0x00,0x00,0xff}; +Mediumaquamarine =_d .RGBA {0x66,0xcd,0xaa,0xff};Mediumblue =_d .RGBA {0x00,0x00,0xcd,0xff};Mediumorchid =_d .RGBA {0xba,0x55,0xd3,0xff};Mediumpurple =_d .RGBA {0x93,0x70,0xdb,0xff};Mediumseagreen =_d .RGBA {0x3c,0xb3,0x71,0xff};Mediumslateblue =_d .RGBA {0x7b,0x68,0xee,0xff}; +Mediumspringgreen =_d .RGBA {0x00,0xfa,0x9a,0xff};Mediumturquoise =_d .RGBA {0x48,0xd1,0xcc,0xff};Mediumvioletred =_d .RGBA {0xc7,0x15,0x85,0xff};Midnightblue =_d .RGBA {0x19,0x19,0x70,0xff};Mintcream =_d .RGBA {0xf5,0xff,0xfa,0xff};Mistyrose =_d .RGBA {0xff,0xe4,0xe1,0xff}; +Moccasin =_d .RGBA {0xff,0xe4,0xb5,0xff};Navajowhite =_d .RGBA {0xff,0xde,0xad,0xff};Navy =_d .RGBA {0x00,0x00,0x80,0xff};Oldlace =_d .RGBA {0xfd,0xf5,0xe6,0xff};Olive =_d .RGBA {0x80,0x80,0x00,0xff};Olivedrab =_d .RGBA {0x6b,0x8e,0x23,0xff};Orange =_d .RGBA {0xff,0xa5,0x00,0xff}; +Orangered =_d .RGBA {0xff,0x45,0x00,0xff};Orchid =_d .RGBA {0xda,0x70,0xd6,0xff};Palegoldenrod =_d .RGBA {0xee,0xe8,0xaa,0xff};Palegreen =_d .RGBA {0x98,0xfb,0x98,0xff};Paleturquoise =_d .RGBA {0xaf,0xee,0xee,0xff};Palevioletred =_d .RGBA {0xdb,0x70,0x93,0xff}; +Papayawhip =_d .RGBA {0xff,0xef,0xd5,0xff};Peachpuff =_d .RGBA {0xff,0xda,0xb9,0xff};Peru =_d .RGBA {0xcd,0x85,0x3f,0xff};Pink =_d .RGBA {0xff,0xc0,0xcb,0xff};Plum =_d .RGBA {0xdd,0xa0,0xdd,0xff};Powderblue =_d .RGBA {0xb0,0xe0,0xe6,0xff};Purple =_d .RGBA {0x80,0x00,0x80,0xff}; +Red =_d .RGBA {0xff,0x00,0x00,0xff};Rosybrown =_d .RGBA {0xbc,0x8f,0x8f,0xff};Royalblue =_d .RGBA {0x41,0x69,0xe1,0xff};Saddlebrown =_d .RGBA {0x8b,0x45,0x13,0xff};Salmon =_d .RGBA {0xfa,0x80,0x72,0xff};Sandybrown =_d .RGBA {0xf4,0xa4,0x60,0xff};Seagreen =_d .RGBA {0x2e,0x8b,0x57,0xff}; +Seashell =_d .RGBA {0xff,0xf5,0xee,0xff};Sienna =_d .RGBA {0xa0,0x52,0x2d,0xff};Silver =_d .RGBA {0xc0,0xc0,0xc0,0xff};Skyblue =_d .RGBA {0x87,0xce,0xeb,0xff};Slateblue =_d .RGBA {0x6a,0x5a,0xcd,0xff};Slategray =_d .RGBA {0x70,0x80,0x90,0xff};Slategrey =_d .RGBA {0x70,0x80,0x90,0xff}; +Snow =_d .RGBA {0xff,0xfa,0xfa,0xff};Springgreen =_d .RGBA {0x00,0xff,0x7f,0xff};Steelblue =_d .RGBA {0x46,0x82,0xb4,0xff};Tan =_d .RGBA {0xd2,0xb4,0x8c,0xff};Teal =_d .RGBA {0x00,0x80,0x80,0xff};Thistle =_d .RGBA {0xd8,0xbf,0xd8,0xff};Tomato =_d .RGBA {0xff,0x63,0x47,0xff}; +Turquoise =_d .RGBA {0x40,0xe0,0xd0,0xff};Violet =_d .RGBA {0xee,0x82,0xee,0xff};Wheat =_d .RGBA {0xf5,0xde,0xb3,0xff};White =_d .RGBA {0xff,0xff,0xff,0xff};Whitesmoke =_d .RGBA {0xf5,0xf5,0xf5,0xff};Yellow =_d .RGBA {0xff,0xff,0x00,0xff};Yellowgreen =_d .RGBA {0x9a,0xcd,0x32,0xff}; +);var Names =[]string {"\u0061l\u0069\u0063\u0065\u0062\u006c\u0075e","\u0061\u006e\u0074i\u0071\u0075\u0065\u0077\u0068\u0069\u0074\u0065","\u0061\u0071\u0075\u0061","\u0061\u0071\u0075\u0061\u006d\u0061\u0072\u0069\u006e\u0065","\u0061\u007a\u0075r\u0065","\u0062\u0065\u0069g\u0065","\u0062\u0069\u0073\u0071\u0075\u0065","\u0062\u006c\u0061c\u006b","\u0062\u006c\u0061\u006e\u0063\u0068\u0065\u0064\u0061l\u006d\u006f\u006e\u0064","\u0062\u006c\u0075\u0065","\u0062\u006c\u0075\u0065\u0076\u0069\u006f\u006c\u0065\u0074","\u0062\u0072\u006fw\u006e","\u0062u\u0072\u006c\u0079\u0077\u006f\u006fd","\u0063a\u0064\u0065\u0074\u0062\u006c\u0075e","\u0063\u0068\u0061\u0072\u0074\u0072\u0065\u0075\u0073\u0065","\u0063h\u006f\u0063\u006f\u006c\u0061\u0074e","\u0063\u006f\u0072a\u006c","\u0063\u006f\u0072\u006e\u0066\u006c\u006f\u0077\u0065r\u0062\u006c\u0075\u0065","\u0063\u006f\u0072\u006e\u0073\u0069\u006c\u006b","\u0063r\u0069\u006d\u0073\u006f\u006e","\u0063\u0079\u0061\u006e","\u0064\u0061\u0072\u006b\u0062\u006c\u0075\u0065","\u0064\u0061\u0072\u006b\u0063\u0079\u0061\u006e","\u0064\u0061\u0072\u006b\u0067\u006f\u006c\u0064\u0065\u006e\u0072\u006f\u0064","\u0064\u0061\u0072\u006b\u0067\u0072\u0061\u0079","\u0064a\u0072\u006b\u0067\u0072\u0065\u0065n","\u0064\u0061\u0072\u006b\u0067\u0072\u0065\u0079","\u0064a\u0072\u006b\u006b\u0068\u0061\u006bi","d\u0061\u0072\u006b\u006d\u0061\u0067\u0065\u006e\u0074\u0061","\u0064\u0061\u0072\u006b\u006f\u006c\u0069\u0076\u0065g\u0072\u0065\u0065\u006e","\u0064\u0061\u0072\u006b\u006f\u0072\u0061\u006e\u0067\u0065","\u0064\u0061\u0072\u006b\u006f\u0072\u0063\u0068\u0069\u0064","\u0064a\u0072\u006b\u0072\u0065\u0064","\u0064\u0061\u0072\u006b\u0073\u0061\u006c\u006d\u006f\u006e","\u0064\u0061\u0072k\u0073\u0065\u0061\u0067\u0072\u0065\u0065\u006e","\u0064\u0061\u0072\u006b\u0073\u006c\u0061\u0074\u0065\u0062\u006c\u0075\u0065","\u0064\u0061\u0072\u006b\u0073\u006c\u0061\u0074\u0065\u0067\u0072\u0061\u0079","\u0064\u0061\u0072\u006b\u0073\u006c\u0061\u0074\u0065\u0067\u0072\u0065\u0079","\u0064\u0061\u0072\u006b\u0074\u0075\u0072\u0071\u0075\u006f\u0069\u0073\u0065","\u0064\u0061\u0072\u006b\u0076\u0069\u006f\u006c\u0065\u0074","\u0064\u0065\u0065\u0070\u0070\u0069\u006e\u006b","d\u0065\u0065\u0070\u0073\u006b\u0079\u0062\u006c\u0075\u0065","\u0064i\u006d\u0067\u0072\u0061\u0079","\u0064i\u006d\u0067\u0072\u0065\u0079","\u0064\u006f\u0064\u0067\u0065\u0072\u0062\u006c\u0075\u0065","\u0066i\u0072\u0065\u0062\u0072\u0069\u0063k","f\u006c\u006f\u0072\u0061\u006c\u0077\u0068\u0069\u0074\u0065","f\u006f\u0072\u0065\u0073\u0074\u0067\u0072\u0065\u0065\u006e","\u0066u\u0063\u0068\u0073\u0069\u0061","\u0067a\u0069\u006e\u0073\u0062\u006f\u0072o","\u0067\u0068\u006f\u0073\u0074\u0077\u0068\u0069\u0074\u0065","\u0067\u006f\u006c\u0064","\u0067o\u006c\u0064\u0065\u006e\u0072\u006fd","\u0067\u0072\u0061\u0079","\u0067\u0072\u0065e\u006e","g\u0072\u0065\u0065\u006e\u0079\u0065\u006c\u006c\u006f\u0077","\u0067\u0072\u0065\u0079","\u0068\u006f\u006e\u0065\u0079\u0064\u0065\u0077","\u0068o\u0074\u0070\u0069\u006e\u006b","\u0069n\u0064\u0069\u0061\u006e\u0072\u0065d","\u0069\u006e\u0064\u0069\u0067\u006f","\u0069\u0076\u006fr\u0079","\u006b\u0068\u0061k\u0069","\u006c\u0061\u0076\u0065\u006e\u0064\u0065\u0072","\u006c\u0061\u0076\u0065\u006e\u0064\u0065\u0072\u0062\u006c\u0075\u0073\u0068","\u006ca\u0077\u006e\u0067\u0072\u0065\u0065n","\u006c\u0065\u006do\u006e\u0063\u0068\u0069\u0066\u0066\u006f\u006e","\u006ci\u0067\u0068\u0074\u0062\u006c\u0075e","\u006c\u0069\u0067\u0068\u0074\u0063\u006f\u0072\u0061\u006c","\u006ci\u0067\u0068\u0074\u0063\u0079\u0061n","l\u0069g\u0068\u0074\u0067\u006f\u006c\u0064\u0065\u006er\u006f\u0064\u0079\u0065ll\u006f\u0077","\u006ci\u0067\u0068\u0074\u0067\u0072\u0061y","\u006c\u0069\u0067\u0068\u0074\u0067\u0072\u0065\u0065\u006e","\u006ci\u0067\u0068\u0074\u0067\u0072\u0065y","\u006ci\u0067\u0068\u0074\u0070\u0069\u006ek","l\u0069\u0067\u0068\u0074\u0073\u0061\u006c\u006d\u006f\u006e","\u006c\u0069\u0067\u0068\u0074\u0073\u0065\u0061\u0067\u0072\u0065\u0065\u006e","\u006c\u0069\u0067h\u0074\u0073\u006b\u0079\u0062\u006c\u0075\u0065","\u006c\u0069\u0067\u0068\u0074\u0073\u006c\u0061\u0074e\u0067\u0072\u0061\u0079","\u006c\u0069\u0067\u0068\u0074\u0073\u006c\u0061\u0074e\u0067\u0072\u0065\u0079","\u006c\u0069\u0067\u0068\u0074\u0073\u0074\u0065\u0065l\u0062\u006c\u0075\u0065","l\u0069\u0067\u0068\u0074\u0079\u0065\u006c\u006c\u006f\u0077","\u006c\u0069\u006d\u0065","\u006ci\u006d\u0065\u0067\u0072\u0065\u0065n","\u006c\u0069\u006ee\u006e","\u006da\u0067\u0065\u006e\u0074\u0061","\u006d\u0061\u0072\u006f\u006f\u006e","\u006d\u0065d\u0069\u0075\u006da\u0071\u0075\u0061\u006d\u0061\u0072\u0069\u006e\u0065","\u006d\u0065\u0064\u0069\u0075\u006d\u0062\u006c\u0075\u0065","\u006d\u0065\u0064i\u0075\u006d\u006f\u0072\u0063\u0068\u0069\u0064","\u006d\u0065\u0064i\u0075\u006d\u0070\u0075\u0072\u0070\u006c\u0065","\u006d\u0065\u0064\u0069\u0075\u006d\u0073\u0065\u0061g\u0072\u0065\u0065\u006e","\u006de\u0064i\u0075\u006d\u0073\u006c\u0061\u0074\u0065\u0062\u006c\u0075\u0065","\u006d\u0065\u0064\u0069\u0075\u006d\u0073\u0070\u0072\u0069\u006e\u0067g\u0072\u0065\u0065\u006e","\u006de\u0064i\u0075\u006d\u0074\u0075\u0072\u0071\u0075\u006f\u0069\u0073\u0065","\u006de\u0064i\u0075\u006d\u0076\u0069\u006f\u006c\u0065\u0074\u0072\u0065\u0064","\u006d\u0069\u0064n\u0069\u0067\u0068\u0074\u0062\u006c\u0075\u0065","\u006di\u006e\u0074\u0063\u0072\u0065\u0061m","\u006di\u0073\u0074\u0079\u0072\u006f\u0073e","\u006d\u006f\u0063\u0063\u0061\u0073\u0069\u006e","n\u0061\u0076\u0061\u006a\u006f\u0077\u0068\u0069\u0074\u0065","\u006e\u0061\u0076\u0079","\u006fl\u0064\u006c\u0061\u0063\u0065","\u006f\u006c\u0069v\u0065","\u006fl\u0069\u0076\u0065\u0064\u0072\u0061b","\u006f\u0072\u0061\u006e\u0067\u0065","\u006fr\u0061\u006e\u0067\u0065\u0072\u0065d","\u006f\u0072\u0063\u0068\u0069\u0064","\u0070\u0061\u006c\u0065\u0067\u006f\u006c\u0064\u0065\u006e\u0072\u006f\u0064","\u0070a\u006c\u0065\u0067\u0072\u0065\u0065n","\u0070\u0061\u006c\u0065\u0074\u0075\u0072\u0071\u0075\u006f\u0069\u0073\u0065","\u0070\u0061\u006c\u0065\u0076\u0069\u006f\u006c\u0065\u0074\u0072\u0065\u0064","\u0070\u0061\u0070\u0061\u0079\u0061\u0077\u0068\u0069\u0070","\u0070e\u0061\u0063\u0068\u0070\u0075\u0066f","\u0070\u0065\u0072\u0075","\u0070\u0069\u006e\u006b","\u0070\u006c\u0075\u006d","\u0070\u006f\u0077\u0064\u0065\u0072\u0062\u006c\u0075\u0065","\u0070\u0075\u0072\u0070\u006c\u0065","\u0072\u0065\u0064","\u0072o\u0073\u0079\u0062\u0072\u006f\u0077n","\u0072o\u0079\u0061\u006c\u0062\u006c\u0075e","s\u0061\u0064\u0064\u006c\u0065\u0062\u0072\u006f\u0077\u006e","\u0073\u0061\u006c\u006d\u006f\u006e","\u0073\u0061\u006e\u0064\u0079\u0062\u0072\u006f\u0077\u006e","\u0073\u0065\u0061\u0067\u0072\u0065\u0065\u006e","\u0073\u0065\u0061\u0073\u0068\u0065\u006c\u006c","\u0073\u0069\u0065\u006e\u006e\u0061","\u0073\u0069\u006c\u0076\u0065\u0072","\u0073k\u0079\u0062\u006c\u0075\u0065","\u0073l\u0061\u0074\u0065\u0062\u006c\u0075e","\u0073l\u0061\u0074\u0065\u0067\u0072\u0061y","\u0073l\u0061\u0074\u0065\u0067\u0072\u0065y","\u0073\u006e\u006f\u0077","s\u0070\u0072\u0069\u006e\u0067\u0067\u0072\u0065\u0065\u006e","\u0073t\u0065\u0065\u006c\u0062\u006c\u0075e","\u0074\u0061\u006e","\u0074\u0065\u0061\u006c","\u0074h\u0069\u0073\u0074\u006c\u0065","\u0074\u006f\u006d\u0061\u0074\u006f","\u0074u\u0072\u0071\u0075\u006f\u0069\u0073e","\u0076\u0069\u006f\u006c\u0065\u0074","\u0077\u0068\u0065a\u0074","\u0077\u0068\u0069t\u0065","\u0077\u0068\u0069\u0074\u0065\u0073\u006d\u006f\u006b\u0065","\u0079\u0065\u006c\u006c\u006f\u0077","y\u0065\u006c\u006c\u006f\u0077\u0067\u0072\u0065\u0065\u006e"}; +func _dgf (_ecdc ,_dbg float64 )bool {return _a .Abs (_ecdc -_dbg )<=_agd };func (_fac Point )Add (q Point )Point {return Point {_fac .X +q .X ,_fac .Y +q .Y }};func _dee (_dba float64 )float64 {_dba =_a .Mod (_dba ,2.0*_a .Pi );if _dba < 0.0{_dba +=2.0*_a .Pi ; +};return _dba ;};func QuadraticToCubicBezier (startX ,startY ,x1 ,y1 ,x ,y float64 )(Point ,Point ){_ecd :=Point {X :startX ,Y :startY };_cdf :=Point {X :x1 ,Y :y1 };_eda :=Point {X :x ,Y :y };_fga :=_ecd .Interpolate (_cdf ,2.0/3.0);_fd :=_eda .Interpolate (_cdf ,2.0/3.0); +return _fga ,_fd ;};func (_bd Point )Mul (f float64 )Point {return Point {f *_bd .X ,f *_bd .Y }};func (_dge Point )Sub (q Point )Point {return Point {_dge .X -q .X ,_dge .Y -q .Y }};const _agd =1e-10;func EllipseToCubicBeziers (startX ,startY ,rx ,ry ,rot float64 ,large ,sweep bool ,endX ,endY float64 )[][4]Point {rx =_a .Abs (rx ); +ry =_a .Abs (ry );if rx < ry {rx ,ry =ry ,rx ;rot +=90.0;};_ba :=_dee (rot *_a .Pi /180.0);if _a .Pi <=_ba {_ba -=_a .Pi ;};_c ,_be ,_g ,_af :=_ge (startX ,startY ,rx ,ry ,_ba ,large ,sweep ,endX ,endY );_bb :=_a .Pi /2.0;_f :=int (_a .Ceil (_a .Abs (_af -_g )/_bb )); +_bb =_a .Abs (_af -_g )/float64 (_f );_fb :=_a .Sin (_bb )*(_a .Sqrt (4.0+3.0*_a .Pow (_a .Tan (_bb /2.0),2.0))-1.0)/3.0;if !sweep {_bb =-_bb ;};_ab :=Point {X :startX ,Y :startY };_e ,_ee :=_ccc (rx ,ry ,_ba ,sweep ,_g );_gc :=Point {X :_e ,Y :_ee };_bc :=[][4]Point {}; +for _cb :=1;_cb < _f +1;_cb ++{_cg :=_g +float64 (_cb )*_bb ;_da ,_ef :=_ag (rx ,ry ,_ba ,_c ,_be ,_cg );_db :=Point {X :_da ,Y :_ef };_fa ,_eg :=_ccc (rx ,ry ,_ba ,sweep ,_cg );_ea :=Point {X :_fa ,Y :_eg };_afc :=_ab .Add (_gc .Mul (_fb ));_fg :=_db .Sub (_ea .Mul (_fb )); +_bc =append (_bc ,[4]Point {_ab ,_afc ,_fg ,_db });_gc =_ea ;_ab =_db ;};return _bc ;};func _ge (_de ,_cdd ,_afa ,_dd ,_bg float64 ,_gce ,_fbg bool ,_cga ,_fag float64 )(float64 ,float64 ,float64 ,float64 ){if _dgf (_de ,_cga )&&_dgf (_cdd ,_fag ){return _de ,_cdd ,0.0,0.0; +};_acb ,_dac :=_a .Sincos (_bg );_gced :=_dac *(_de -_cga )/2.0+_acb *(_cdd -_fag )/2.0;_ebb :=-_acb *(_de -_cga )/2.0+_dac *(_cdd -_fag )/2.0;_baa :=_gced *_gced /_afa /_afa +_ebb *_ebb /_dd /_dd ;if _baa > 1.0{_afa *=_a .Sqrt (_baa );_dd *=_a .Sqrt (_baa ); +};_ad :=(_afa *_afa *_dd *_dd -_afa *_afa *_ebb *_ebb -_dd *_dd *_gced *_gced )/(_afa *_afa *_ebb *_ebb +_dd *_dd *_gced *_gced );if _ad < 0.0{_ad =0.0;};_aba :=_a .Sqrt (_ad );if _gce ==_fbg {_aba =-_aba ;};_gcb :=_aba *_afa *_ebb /_dd ;_cf :=_aba *-_dd *_gced /_afa ; +_fbgd :=_dac *_gcb -_acb *_cf +(_de +_cga )/2.0;_dc :=_acb *_gcb +_dac *_cf +(_cdd +_fag )/2.0;_dad :=(_gced -_gcb )/_afa ;_cfd :=(_ebb -_cf )/_dd ;_acbd :=-(_gced +_gcb )/_afa ;_aga :=-(_ebb +_cf )/_dd ;_cfa :=_a .Acos (_dad /_a .Sqrt (_dad *_dad +_cfd *_cfd )); +if _cfd < 0.0{_cfa =-_cfa ;};_cfa =_dee (_cfa );_bea :=(_dad *_acbd +_cfd *_aga )/_a .Sqrt ((_dad *_dad +_cfd *_cfd )*(_acbd *_acbd +_aga *_aga ));_bea =_a .Min (1.0,_a .Max (-1.0,_bea ));_dacc :=_a .Acos (_bea );if _dad *_aga -_cfd *_acbd < 0.0{_dacc =-_dacc ; +};if !_fbg &&_dacc > 0.0{_dacc -=2.0*_a .Pi ;}else if _fbg &&_dacc < 0.0{_dacc +=2.0*_a .Pi ;};return _fbgd ,_dc ,_cfa ,_cfa +_dacc ;};func _ag (_eb ,_ec ,_cc ,_ac ,_gd ,_gb float64 )(float64 ,float64 ){_df ,_ed :=_a .Sincos (_gb );_cd ,_ccf :=_a .Sincos (_cc ); +_eea :=_ac +_eb *_ed *_ccf -_ec *_df *_cd ;_aa :=_gd +_eb *_ed *_cd +_ec *_df *_ccf ;return _eea ,_aa ;}; \ No newline at end of file diff --git a/internal/graphic2d/svg/svg.go b/internal/graphic2d/svg/svg.go index 23dcffa93..3242a731e 100644 --- a/internal/graphic2d/svg/svg.go +++ b/internal/graphic2d/svg/svg.go @@ -9,127 +9,136 @@ // Use of this source code is governed by the UniDoc End User License Agreement // terms that can be accessed at https://unidoc.io/eula/ -package svg ;import (_bg "encoding/xml";_g "fmt";_fa "github.com/unidoc/unipdf/v3/common";_ad "github.com/unidoc/unipdf/v3/contentstream";_af "github.com/unidoc/unipdf/v3/contentstream/draw";_gd "github.com/unidoc/unipdf/v3/core";_d "github.com/unidoc/unipdf/v3/internal/graphic2d"; -_fb "github.com/unidoc/unipdf/v3/model";_bb "golang.org/x/net/html/charset";_eb "io";_a "math";_e "os";_c "strconv";_eg "strings";_f "unicode";);func _cga (_dafe string )(float64 ,error ){_dafe =_eg .TrimSpace (_dafe );var _edeg float64 ;if _eg .HasSuffix (_dafe ,"\u0025"){_fbb ,_ffa :=_c .ParseFloat (_eg .TrimSuffix (_dafe ,"\u0025"),64); -if _ffa !=nil {return 0,_ffa ;};_edeg =(_fbb *255.0)/100.0;}else {_decd ,_egbe :=_c .Atoi (_dafe );if _egbe !=nil {return 0,_egbe ;};_edeg =float64 (_decd );};return _edeg ,nil ;};func _ebg (_ggf *GraphicSVG ,_cfg *_ad .ContentCreator ,_fca *_fb .PdfPageResources ){_cfg .Add_q (); -_ggf .Style .toContentStream (_cfg ,_fca );_egc ,_ddd :=_dgef (_ggf .Attributes ["\u0070\u006f\u0069\u006e\u0074\u0073"]);if _ddd !=nil {_fa .Log .Debug ("\u0045\u0052\u0052O\u0052\u0020\u0075\u006e\u0061\u0062\u006c\u0065\u0020\u0074\u006f\u0020\u0070\u0061\u0072\u0073\u0065\u0020\u0070\u006f\u0069\u006e\u0074\u0073\u0020\u0061\u0074\u0074\u0072i\u0062\u0075\u0074\u0065\u003a\u0020\u0025\u0076",_ddd ); -return ;};if len (_egc )%2> 0{_fa .Log .Debug ("\u0045\u0052R\u004f\u0052\u0020\u0069n\u0076\u0061l\u0069\u0064\u0020\u0070\u006f\u0069\u006e\u0074s\u0020\u0061\u0074\u0074\u0072\u0069\u0062\u0075\u0074\u0065\u0020\u006ce\u006e\u0067\u0074\u0068");return ; -};for _gdb :=0;_gdb < len (_egc );{if _gdb ==0{_cfg .Add_m (_egc [_gdb ]*_ggf ._ccf ,_egc [_gdb +1]*_ggf ._ccf );}else {_cfg .Add_l (_egc [_gdb ]*_ggf ._ccf ,_egc [_gdb +1]*_ggf ._ccf );};_gdb +=2;};_ggf .Style .fillStroke (_cfg );_cfg .Add_h ();_cfg .Add_Q (); -};func _dgef (_aegcf string )([]float64 ,error ){_aff :=-1;var _dfe []float64 ;_fdc :=' ';for _aedc ,_dfd :=range _aegcf {if !_f .IsNumber (_dfd )&&_dfd !='.'&&!(_dfd =='-'&&_fdc =='e')&&_dfd !='e'{if _aff !=-1{_bccc ,_adef :=_cdbg (_aegcf [_aff :_aedc ]); -if _adef !=nil {return _dfe ,_adef ;};_dfe =append (_dfe ,_bccc ...);};if _dfd =='-'{_aff =_aedc ;}else {_aff =-1;};}else if _aff ==-1{_aff =_aedc ;};_fdc =_dfd ;};if _aff !=-1&&_aff !=len (_aegcf ){_egg ,_fbd :=_cdbg (_aegcf [_aff :]);if _fbd !=nil {return _dfe ,_fbd ; -};_dfe =append (_dfe ,_egg ...);};return _dfe ,nil ;};func ParseFromFile (path string )(*GraphicSVG ,error ){_gcb ,_cgg :=_e .Open (path );if _cgg !=nil {return nil ,_cgg ;};defer _gcb .Close ();return ParseFromStream (_gcb );};func (_ccb *GraphicSVGStyle )toContentStream (_gafbg *_ad .ContentCreator ,_bdb *_fb .PdfPageResources ){if _ccb ==nil {return ; -};if _ccb .FillColor !=""{var _afe ,_beae ,_ddg float64 ;if _fgc ,_egcf :=_d .ColorMap [_ccb .FillColor ];_egcf {_bdf ,_efa ,_ddgb ,_ :=_fgc .RGBA ();_afe ,_beae ,_ddg =float64 (_bdf ),float64 (_efa ),float64 (_ddgb );}else if _eg .HasPrefix (_ccb .FillColor ,"\u0072\u0067\u0062\u0028"){_afe ,_beae ,_ddg =_dcb (_ccb .FillColor ); -}else {_afe ,_beae ,_ddg =_efe (_ccb .FillColor );};_gafbg .Add_rg (_afe ,_beae ,_ddg );};if _ccb .FillOpacity < 1.0{_bbdb :=0;_gccbd :=_gd .PdfObjectName (_g .Sprintf ("\u0047\u0053\u0025\u0064",_bbdb ));for {_ ,_fda :=_bdb .GetExtGState (_gccbd );if !_fda {break ; -};_bbdb ++;_gccbd =_gd .PdfObjectName (_g .Sprintf ("\u0047\u0053\u0025\u0064",_bbdb ));};_fggb :=_gd .MakeDict ();_fggb .Set ("\u0063\u0061",_gd .MakeFloat (_ccb .FillOpacity ));_bged :=_bdb .AddExtGState (_gccbd ,_gd .MakeIndirectObject (_fggb ));if _bged !=nil {_fa .Log .Debug (_bged .Error ()); -return ;};_gafbg .Add_gs (_gccbd );};if _ccb .StrokeColor !=""{var _bcg ,_daef ,_eed float64 ;if _gge ,_ccfb :=_d .ColorMap [_ccb .StrokeColor ];_ccfb {_dde ,_bgcb ,_edcff ,_ :=_gge .RGBA ();_bcg ,_daef ,_eed =float64 (_dde )/255.0,float64 (_bgcb )/255.0,float64 (_edcff )/255.0; -}else if _eg .HasPrefix (_ccb .FillColor ,"\u0072\u0067\u0062\u0028"){_bcg ,_daef ,_eed =_dcb (_ccb .FillColor );}else {_bcg ,_daef ,_eed =_efe (_ccb .StrokeColor );};_gafbg .Add_RG (_bcg ,_daef ,_eed );};if _ccb .StrokeWidth > 0{_gafbg .Add_w (_ccb .StrokeWidth ); -};};type commands struct{_adg []string ;_bfae map[string ]int ;_dacb string ;_dec string ;};func (_acbe *Subpath )compare (_dffe *Subpath )bool {if len (_acbe .Commands )!=len (_dffe .Commands ){return false ;};for _ace ,_bfg :=range _acbe .Commands {if !_bfg .compare (_dffe .Commands [_ace ]){return false ; -};};return true ;};type pathParserError struct{_ffb string };func (_bbb *GraphicSVG )setDefaultScaling (_abg float64 ){_bbb ._ccf =_abg ;if _bbb .Style !=nil &&_bbb .Style .StrokeWidth > 0{_bbb .Style .StrokeWidth =_bbb .Style .StrokeWidth *_bbb ._ccf ; -};for _ ,_cafee :=range _bbb .Children {_cafee .setDefaultScaling (_abg );};};func _bdd (_ggbaa string )(_edd ,_aab string ){if _ggbaa ==""||(_ggbaa [len (_ggbaa )-1]>='0'&&_ggbaa [len (_ggbaa )-1]<='9'){return _ggbaa ,"";};_edd =_ggbaa ;for _ ,_daec :=range _fbg {if _eg .Contains (_edd ,_daec ){_aab =_daec ; -};_edd =_eg .TrimSuffix (_edd ,_daec );};return ;};func _cceb ()*GraphicSVGStyle {return &GraphicSVGStyle {FillColor :"\u00230\u0030\u0030\u0030\u0030\u0030",StrokeColor :"",StrokeWidth :0,FillOpacity :1.0};};func (_fbe *GraphicSVG )ToContentCreator (cc *_ad .ContentCreator ,res *_fb .PdfPageResources ,scaleX ,scaleY ,translateX ,translateY float64 )*_ad .ContentCreator {if _fbe .Name =="\u0073\u0076\u0067"{_fbe .SetScaling (scaleX ,scaleY ); -cc .Add_cm (1,0,0,1,translateX ,translateY );_fbe .setDefaultScaling (_fbe ._ccf );cc .Add_q ();_dc :=_a .Max (scaleX ,scaleY );cc .Add_re (_fbe .ViewBox .X *_dc ,_fbe .ViewBox .Y *_dc ,_fbe .ViewBox .W *_dc ,_fbe .ViewBox .H *_dc );cc .Add_W ();cc .Add_n (); -for _ ,_fd :=range _fbe .Children {_fd .ViewBox =_fbe .ViewBox ;_fd .toContentStream (cc ,res );};cc .Add_Q ();return cc ;};return nil ;};func (_effe *Path )compare (_dacf *Path )bool {if len (_effe .Subpaths )!=len (_dacf .Subpaths ){return false ;};for _bbee ,_defd :=range _effe .Subpaths {if !_defd .compare (_dacf .Subpaths [_bbee ]){return false ; -};};return true ;};type GraphicSVG struct{ViewBox struct{X ,Y ,W ,H float64 ;};Name string ;Attributes map[string ]string ;Children []*GraphicSVG ;Content string ;Style *GraphicSVGStyle ;Width float64 ;Height float64 ;_ccf float64 ;};func (_dbc *Command )isAbsolute ()bool {return _dbc .Symbol ==_eg .ToUpper (_dbc .Symbol )}; -func ParseFromStream (source _eb .Reader )(*GraphicSVG ,error ){_efb :=_bg .NewDecoder (source );_efb .CharsetReader =_bb .NewReaderLabel ;_eeg ,_fae :=_ggbc (_efb );if _fae !=nil {return nil ,_fae ;};if _bdfc :=_eeg .Decode (_efb );_bdfc !=nil &&_bdfc !=_eb .EOF {return nil ,_bdfc ; -};return _eeg ,nil ;};func _gbf (_ddf map[string ]string ,_fdae float64 )(*GraphicSVGStyle ,error ){_edg :=_cceb ();_effc ,_fef :=_ddf ["\u0066\u0069\u006c\u006c"];if _fef {_edg .FillColor =_effc ;if _effc =="\u006e\u006f\u006e\u0065"{_edg .FillColor =""; -};};_ecc ,_eeac :=_ddf ["\u0066\u0069\u006cl\u002d\u006f\u0070\u0061\u0063\u0069\u0074\u0079"];if _eeac {_faa ,_eda :=_ecd (_ecc );if _eda !=nil {return nil ,_eda ;};_edg .FillOpacity =_faa ;};_fbfc ,_gcbc :=_ddf ["\u0073\u0074\u0072\u006f\u006b\u0065"]; -if _gcbc {_edg .StrokeColor =_fbfc ;if _fbfc =="\u006e\u006f\u006e\u0065"{_edg .StrokeColor ="";};};_ddag ,_ebgf :=_ddf ["\u0073\u0074\u0072o\u006b\u0065\u002d\u0077\u0069\u0064\u0074\u0068"];if _ebgf {_caga ,_babg :=_fee (_ddag ,64);if _babg !=nil {return nil ,_babg ; -};_edg .StrokeWidth =_caga *_fdae ;};return _edg ,nil ;};func _efe (_beeb string )(_bdg ,_gfga ,_gfggb float64 ){if (len (_beeb )!=4&&len (_beeb )!=7)||_beeb [0]!='#'{_fa .Log .Debug ("I\u006ev\u0061\u006c\u0069\u0064\u0020\u0068\u0065\u0078 \u0063\u006f\u0064\u0065: \u0025\u0073",_beeb ); -return _bdg ,_gfga ,_gfggb ;};var _cbf ,_bdgc ,_gafe int ;if len (_beeb )==4{var _gdbe ,_eggc ,_effcf int ;_fgef ,_agef :=_g .Sscanf (_beeb ,"\u0023\u0025\u0031\u0078\u0025\u0031\u0078\u0025\u0031\u0078",&_gdbe ,&_eggc ,&_effcf );if _agef !=nil {_fa .Log .Debug ("\u0049\u006e\u0076a\u006c\u0069\u0064\u0020h\u0065\u0078\u0020\u0063\u006f\u0064\u0065:\u0020\u0025\u0073\u002c\u0020\u0065\u0072\u0072\u006f\u0072\u003a\u0020\u0025\u0076",_beeb ,_agef ); -return _bdg ,_gfga ,_gfggb ;};if _fgef !=3{_fa .Log .Debug ("I\u006ev\u0061\u006c\u0069\u0064\u0020\u0068\u0065\u0078 \u0063\u006f\u0064\u0065: \u0025\u0073",_beeb );return _bdg ,_gfga ,_gfggb ;};_cbf =_gdbe *16+_gdbe ;_bdgc =_eggc *16+_eggc ;_gafe =_effcf *16+_effcf ; -}else {_edag ,_gcfef :=_g .Sscanf (_beeb ,"\u0023\u0025\u0032\u0078\u0025\u0032\u0078\u0025\u0032\u0078",&_cbf ,&_bdgc ,&_gafe );if _gcfef !=nil {_fa .Log .Debug ("I\u006ev\u0061\u006c\u0069\u0064\u0020\u0068\u0065\u0078 \u0063\u006f\u0064\u0065: \u0025\u0073",_beeb ); -return _bdg ,_gfga ,_gfggb ;};if _edag !=3{_fa .Log .Debug ("\u0049\u006e\u0076\u0061\u006c\u0069d\u0020\u0068\u0065\u0078\u0020\u0063\u006f\u0064\u0065\u003a\u0020\u0025\u0073,\u0020\u006e\u0020\u0021\u003d\u0020\u0033 \u0028\u0025\u0064\u0029",_beeb ,_edag ); -return _bdg ,_gfga ,_gfggb ;};};_dgec :=float64 (_cbf )/255.0;_gbc :=float64 (_bdgc )/255.0;_ada :=float64 (_gafe )/255.0;return _dgec ,_gbc ,_ada ;};func _bfc (_egd *GraphicSVG ,_efc *_ad .ContentCreator ,_feb *_fb .PdfPageResources ){_efc .Add_q ();_egd .Style .toContentStream (_efc ,_feb ); -_ced ,_dg :=_fee (_egd .Attributes ["\u0078"],64);if _dg !=nil {_fa .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020w\u0068\u0069\u006c\u0065\u0020\u0070\u0061\u0072\u0073\u0069\u006e\u0067\u0020`\u0078\u0060\u0020\u0076\u0061\u006c\u0075e\u003a\u0020\u0025\u0076",_dg .Error ()); -};_fc ,_dg :=_fee (_egd .Attributes ["\u0079"],64);if _dg !=nil {_fa .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020w\u0068\u0069\u006c\u0065\u0020\u0070\u0061\u0072\u0073\u0069\u006e\u0067\u0020`\u0079\u0060\u0020\u0076\u0061\u006c\u0075e\u003a\u0020\u0025\u0076",_dg .Error ()); -};_cebg ,_dg :=_fee (_egd .Attributes ["\u0077\u0069\u0064t\u0068"],64);if _dg !=nil {_fa .Log .Debug ("\u0045\u0072\u0072o\u0072\u0020\u0077\u0068\u0069\u006c\u0065\u0020\u0070\u0061\u0072\u0073\u0069\u006e\u0067\u0020\u0073\u0074\u0072\u006f\u006b\u0065\u0020\u0077\u0069\u0064\u0074\u0068\u0020v\u0061\u006c\u0075\u0065\u003a\u0020\u0025\u0076",_dg .Error ()); -};_cea ,_dg :=_fee (_egd .Attributes ["\u0068\u0065\u0069\u0067\u0068\u0074"],64);if _dg !=nil {_fa .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0077h\u0069\u006c\u0065 \u0070\u0061\u0072\u0073i\u006e\u0067\u0020\u0073\u0074\u0072\u006f\u006b\u0065\u0020\u0068\u0065\u0069\u0067\u0068\u0074\u0020\u0076\u0061\u006c\u0075\u0065\u003a\u0020\u0025\u0076",_dg .Error ()); -};_efc .Add_re (_ced *_egd ._ccf ,_fc *_egd ._ccf ,_cebg *_egd ._ccf ,_cea *_egd ._ccf );_egd .Style .fillStroke (_efc );_efc .Add_Q ();};func _eadd (_cebf string )(*Path ,error ){_daa =_dadbe ();_cgbg ,_gfd :=_ebf (_fac (_cebf ));if _gfd !=nil {return nil ,_gfd ; -};return _effef (_cgbg ),nil ;};func _effef (_abda []*Command )*Path {_acbea :=&Path {};var _aaf []*Command ;for _cgcf ,_aafg :=range _abda {switch _eg .ToLower (_aafg .Symbol ){case _daa ._dacb :if len (_aaf )> 0{_acbea .Subpaths =append (_acbea .Subpaths ,&Subpath {_aaf }); -};_aaf =[]*Command {_aafg };case _daa ._dec :_aaf =append (_aaf ,_aafg );_acbea .Subpaths =append (_acbea .Subpaths ,&Subpath {_aaf });_aaf =[]*Command {};default:_aaf =append (_aaf ,_aafg );if len (_abda )==_cgcf +1{_acbea .Subpaths =append (_acbea .Subpaths ,&Subpath {_aaf }); -};};};return _acbea ;};func _egab (_bdeg _bg .StartElement )*GraphicSVG {_dcg :=&GraphicSVG {};_ebb :=make (map[string ]string );for _ ,_eab :=range _bdeg .Attr {_ebb [_eab .Name .Local ]=_eab .Value ;};_dcg .Name =_bdeg .Name .Local ;_dcg .Attributes =_ebb ; -_dcg ._ccf =1;if _dcg .Name =="\u0073\u0076\u0067"{_fdf ,_ec :=_dgef (_ebb ["\u0076i\u0065\u0077\u0042\u006f\u0078"]);if _ec !=nil {_fa .Log .Debug ("\u0055\u006ea\u0062\u006c\u0065\u0020t\u006f\u0020p\u0061\u0072\u0073\u0065\u0020\u0076\u0069\u0065w\u0042\u006f\u0078\u0020\u0061\u0074\u0074\u0072\u0069\u0062\u0075\u0074e\u003a\u0020\u0025\u0076",_ec ); -return nil ;};_dcg .ViewBox .X =_fdf [0];_dcg .ViewBox .Y =_fdf [1];_dcg .ViewBox .W =_fdf [2];_dcg .ViewBox .H =_fdf [3];_dcg .Width =_dcg .ViewBox .W ;_dcg .Height =_dcg .ViewBox .H ;if _eeaf ,_eaa :=_ebb ["\u0077\u0069\u0064t\u0068"];_eaa {_afae ,_gccb :=_fee (_eeaf ,64); -if _gccb !=nil {_fa .Log .Debug ("U\u006e\u0061\u0062\u006c\u0065\u0020t\u006f\u0020\u0070\u0061\u0072\u0073e\u0020\u0077\u0069\u0064\u0074\u0068\u0020a\u0074\u0074\u0072\u0069\u0062\u0075\u0074\u0065\u003a\u0020%\u0076",_gccb );return nil ;};_dcg .Width =_afae ; -};if _ccc ,_cbc :=_ebb ["\u0068\u0065\u0069\u0067\u0068\u0074"];_cbc {_eaaa ,_fcff :=_fee (_ccc ,64);if _fcff !=nil {_fa .Log .Debug ("\u0055\u006eab\u006c\u0065\u0020t\u006f\u0020\u0070\u0061rse\u0020he\u0069\u0067\u0068\u0074\u0020\u0061\u0074tr\u0069\u0062\u0075\u0074\u0065\u003a\u0020%\u0076",_fcff ); -return nil ;};_dcg .Height =_eaaa ;};if _dcg .Width > 0&&_dcg .Height > 0{_dcg ._ccf =_dcg .Width /_dcg .ViewBox .W ;};};return _dcg ;};const (_ce =0.72;_ae =28.3464;_bgc =_ae /10;_cg =0.551784;_cgc =96;_ef =16.0;_da float64 =72;);func _ggbc (_dbdc *_bg .Decoder )(*GraphicSVG ,error ){for {_fgb ,_gad :=_dbdc .Token (); -if _fgb ==nil &&_gad ==_eb .EOF {break ;};if _gad !=nil {return nil ,_gad ;};switch _dff :=_fgb .(type ){case _bg .StartElement :return _egab (_dff ),nil ;};};return &GraphicSVG {},nil ;};func _gea (_bbd *GraphicSVG ,_bgg *_ad .ContentCreator ,_fba *_fb .PdfPageResources ){_bgg .Add_q (); -_bbd .Style .toContentStream (_bgg ,_fba );_gafb ,_cbg :=_fee (_bbd .Attributes ["\u0078\u0031"],64);if _cbg !=nil {_fa .Log .Debug ("\u0045\u0072\u0072or\u0020\u0077\u0068\u0069\u006c\u0065\u0020\u0070\u0061r\u0073i\u006eg\u0020`\u0063\u0078\u0060\u0020\u0076\u0061\u006c\u0075\u0065\u003a\u0020\u0025\u0076",_cbg .Error ()); -};_aef ,_cbg :=_fee (_bbd .Attributes ["\u0079\u0031"],64);if _cbg !=nil {_fa .Log .Debug ("\u0045\u0072\u0072or\u0020\u0077\u0068\u0069\u006c\u0065\u0020\u0070\u0061r\u0073i\u006eg\u0020`\u0063\u0079\u0060\u0020\u0076\u0061\u006c\u0075\u0065\u003a\u0020\u0025\u0076",_cbg .Error ()); -};_bec ,_cbg :=_fee (_bbd .Attributes ["\u0078\u0032"],64);if _cbg !=nil {_fa .Log .Debug ("\u0045\u0072\u0072or\u0020\u0077\u0068\u0069\u006c\u0065\u0020\u0070\u0061r\u0073i\u006eg\u0020`\u0072\u0078\u0060\u0020\u0076\u0061\u006c\u0075\u0065\u003a\u0020\u0025\u0076",_cbg .Error ()); -};_bfe ,_cbg :=_fee (_bbd .Attributes ["\u0079\u0032"],64);if _cbg !=nil {_fa .Log .Debug ("\u0045\u0072\u0072or\u0020\u0077\u0068\u0069\u006c\u0065\u0020\u0070\u0061r\u0073i\u006eg\u0020`\u0072\u0079\u0060\u0020\u0076\u0061\u006c\u0075\u0065\u003a\u0020\u0025\u0076",_cbg .Error ()); -};_bgg .Add_m (_gafb *_bbd ._ccf ,_aef *_bbd ._ccf );_bgg .Add_l (_bec *_bbd ._ccf ,_bfe *_bbd ._ccf );_bbd .Style .fillStroke (_bgg );_bgg .Add_h ();_bgg .Add_Q ();};func _fac (_ged string )[]token {var (_ddea []token ;_feg string ;);for _ ,_deff :=range _ged {_fecf :=string (_deff ); -switch {case _daa .isCommand (_fecf ):_ddea ,_feg =_bcd (_ddea ,_feg );_ddea =append (_ddea ,token {_fecf ,true });case _fecf =="\u002e":if _feg ==""{_feg ="\u0030";};if _eg .Contains (_feg ,_fecf ){_ddea =append (_ddea ,token {_feg ,false });_feg ="\u0030"; -};fallthrough;case _fecf >="\u0030"&&_fecf <="\u0039"||_fecf =="\u0065":_feg +=_fecf ;case _fecf =="\u002d":if _eg .HasSuffix (_feg ,"\u0065"){_feg +=_fecf ;}else {_ddea ,_ =_bcd (_ddea ,_feg );_feg =_fecf ;};default:_ddea ,_feg =_bcd (_ddea ,_feg );}; -};_ddea ,_ =_bcd (_ddea ,_feg );return _ddea ;};func _dadbe ()commands {var _cdb =map[string ]int {"\u006d":2,"\u007a":0,"\u006c":2,"\u0068":1,"\u0076":1,"\u0063":6,"\u0073":4,"\u0071":4,"\u0074":2,"\u0061":7};var _dba []string ;for _fgd :=range _cdb {_dba =append (_dba ,_fgd ); -};return commands {_dba ,_cdb ,"\u006d","\u007a"};};func (_ffee *Command )compare (_gdbf *Command )bool {if _ffee .Symbol !=_gdbf .Symbol {return false ;};for _gbdd ,_caaf :=range _ffee .Params {if _caaf !=_gdbf .Params [_gbdd ]{return false ;};};return true ; -};func (_ddagc *commands )isCommand (_bae string )bool {for _ ,_fefd :=range _ddagc ._adg {if _eg .ToLower (_bae )==_fefd {return true ;};};return false ;};func _fee (_fcfe string ,_ddge int )(float64 ,error ){_ddeb ,_bgfb :=_bdd (_fcfe );_ebc ,_baba :=_c .ParseFloat (_ddeb ,_ddge ); -if _baba !=nil {return 0,_baba ;};if _geab ,_fedg :=_eba [_bgfb ];_fedg {_ebc =_ebc *_geab ;}else {_ebc =_ebc *_ce ;};return _ebc ,nil ;};type Path struct{Subpaths []*Subpath ;};type Subpath struct{Commands []*Command ;};func (_aed *GraphicSVG )toContentStream (_ddb *_ad .ContentCreator ,_beac *_fb .PdfPageResources ){_gfgg ,_cdce :=_gbf (_aed .Attributes ,_aed ._ccf ); -if _cdce !=nil {_fa .Log .Debug ("U\u006e\u0061\u0062\u006c\u0065\u0020t\u006f\u0020\u0070\u0061\u0072\u0073e\u0020\u0073\u0074\u0079\u006c\u0065\u0020a\u0074\u0074\u0072\u0069\u0062\u0075\u0074\u0065\u003a\u0020%\u0076",_cdce );};_aed .Style =_gfgg ;switch _aed .Name {case "\u0070\u0061\u0074\u0068":_cd (_aed ,_ddb ,_beac ); -for _ ,_dda :=range _aed .Children {_dda .toContentStream (_ddb ,_beac );};case "\u0072\u0065\u0063\u0074":_bfc (_aed ,_ddb ,_beac );for _ ,_cfa :=range _aed .Children {_cfa .toContentStream (_ddb ,_beac );};case "\u0063\u0069\u0072\u0063\u006c\u0065":_fec (_aed ,_ddb ,_beac ); -for _ ,_abd :=range _aed .Children {_abd .toContentStream (_ddb ,_beac );};case "\u0065l\u006c\u0069\u0070\u0073\u0065":_ede (_aed ,_ddb ,_beac );for _ ,_dgd :=range _aed .Children {_dgd .toContentStream (_ddb ,_beac );};case "\u0070\u006f\u006c\u0079\u006c\u0069\u006e\u0065":_ebg (_aed ,_ddb ,_beac ); -for _ ,_agfa :=range _aed .Children {_agfa .toContentStream (_ddb ,_beac );};case "\u0070o\u006c\u0079\u0067\u006f\u006e":_db (_aed ,_ddb ,_beac );for _ ,_cfe :=range _aed .Children {_cfe .toContentStream (_ddb ,_beac );};case "\u006c\u0069\u006e\u0065":_gea (_aed ,_ddb ,_beac ); -for _ ,_abb :=range _aed .Children {_abb .toContentStream (_ddb ,_beac );};case "\u0074\u0065\u0078\u0074":_gfbc (_aed ,_ddb ,_beac );for _ ,_egaf :=range _aed .Children {_egaf .toContentStream (_ddb ,_beac );};case "\u0067":_abe ,_cfb :=_aed .Attributes ["\u0066\u0069\u006c\u006c"]; -_egae ,_agae :=_aed .Attributes ["\u0073\u0074\u0072\u006f\u006b\u0065"];_cgfd ,_bbg :=_aed .Attributes ["\u0073\u0074\u0072o\u006b\u0065\u002d\u0077\u0069\u0064\u0074\u0068"];for _ ,_dddf :=range _aed .Children {if _ ,_bgdc :=_dddf .Attributes ["\u0066\u0069\u006c\u006c"]; -!_bgdc &&_cfb {_dddf .Attributes ["\u0066\u0069\u006c\u006c"]=_abe ;};if _ ,_dadb :=_dddf .Attributes ["\u0073\u0074\u0072\u006f\u006b\u0065"];!_dadb &&_agae {_dddf .Attributes ["\u0073\u0074\u0072\u006f\u006b\u0065"]=_egae ;};if _ ,_gaa :=_dddf .Attributes ["\u0073\u0074\u0072o\u006b\u0065\u002d\u0077\u0069\u0064\u0074\u0068"]; -!_gaa &&_bbg {_dddf .Attributes ["\u0073\u0074\u0072o\u006b\u0065\u002d\u0077\u0069\u0064\u0074\u0068"]=_cgfd ;};_dddf .toContentStream (_ddb ,_beac );};};};func _ebf (_gefe []token )([]*Command ,error ){var (_fgf []*Command ;_fede []float64 ;);for _ead :=len (_gefe )-1; -_ead >=0;_ead --{_edcd :=_gefe [_ead ];if _edcd ._cagac {_afee :=_daa ._bfae [_eg .ToLower (_edcd ._bac )];_ccef :=len (_fede );if _afee ==0&&_ccef ==0{_bcbg :=&Command {Symbol :_edcd ._bac };_fgf =append ([]*Command {_bcbg },_fgf ...);}else if _afee !=0&&_ccef %_afee ==0{_ggeg :=_ccef /_afee ; -for _efba :=0;_efba < _ggeg ;_efba ++{_cef :=_edcd ._bac ;if _cef =="\u006d"&&_efba < _ggeg -1{_cef ="\u006c";};if _cef =="\u004d"&&_efba < _ggeg -1{_cef ="\u004c";};_gce :=&Command {_cef ,_dddb (_fede [:_afee ])};_fgf =append ([]*Command {_gce },_fgf ...); -_fede =_fede [_afee :];};}else {_fge :=pathParserError {"I\u006e\u0063\u006f\u0072\u0072\u0065c\u0074\u0020\u006e\u0075\u006d\u0062e\u0072\u0020\u006f\u0066\u0020\u0070\u0061r\u0061\u006d\u0065\u0074\u0065\u0072\u0073\u0020\u0066\u006fr\u0020"+_edcd ._bac }; -return nil ,_fge ;};}else {_bgbb ,_acba :=_fee (_edcd ._bac ,64);if _acba !=nil {return nil ,_acba ;};_fede =append (_fede ,_bgbb );};};return _fgf ,nil ;};func _cdbg (_cec string )(_bdea []float64 ,_geb error ){var _eebd float64 ;_fdcg :=0;_cafc :=true ; -for _gcef ,_acbae :=range _cec {if _acbae =='.'{if _cafc {_cafc =false ;continue ;};_eebd ,_geb =_fee (_cec [_fdcg :_gcef ],64);if _geb !=nil {return ;};_bdea =append (_bdea ,_eebd );_fdcg =_gcef ;};};_eebd ,_geb =_fee (_cec [_fdcg :],64);if _geb !=nil {return ; -};_bdea =append (_bdea ,_eebd );return ;};type token struct{_bac string ;_cagac bool ;};func _dcb (_baf string )(float64 ,float64 ,float64 ){_dgdc :=_eg .TrimPrefix (_baf ,"\u0072\u0067\u0062\u0028");_dgdc =_eg .TrimSuffix (_dgdc ,"\u0029");_eaab :=_eg .Split (_dgdc ,"\u002c"); -if len (_eaab )!=3{_fa .Log .Debug ("I\u006e\u0076\u0061\u006c\u0069\u0064 \u0072\u0067\u0062\u0020\u0063\u006fl\u006f\u0072\u0020\u0073\u0070\u0065\u0063i\u0066\u0069\u0063\u0061\u0074\u0069\u006f\u006e\u003a\u0020%\u0073",_baf );return 0,0,0;};var _bad ,_ddc ,_fecg float64 ; -_bad ,_gdc :=_cga (_eaab [0]);if _gdc !=nil {_fa .Log .Debug ("I\u006e\u0076\u0061\u006c\u0069\u0064 \u0072\u0067\u0062\u0020\u0063\u006fl\u006f\u0072\u0020\u0073\u0070\u0065\u0063i\u0066\u0069\u0063\u0061\u0074\u0069\u006f\u006e\u003a\u0020%\u0073",_baf ); -return 0,0,0;};_ddc ,_gdc =_cga (_eaab [1]);if _gdc !=nil {_fa .Log .Debug ("I\u006e\u0076\u0061\u006c\u0069\u0064 \u0072\u0067\u0062\u0020\u0063\u006fl\u006f\u0072\u0020\u0073\u0070\u0065\u0063i\u0066\u0069\u0063\u0061\u0074\u0069\u006f\u006e\u003a\u0020%\u0073",_baf ); -return 0,0,0;};_fecg ,_gdc =_cga (_eaab [2]);if _gdc !=nil {_fa .Log .Debug ("I\u006e\u0076\u0061\u006c\u0069\u0064 \u0072\u0067\u0062\u0020\u0063\u006fl\u006f\u0072\u0020\u0073\u0070\u0065\u0063i\u0066\u0069\u0063\u0061\u0074\u0069\u006f\u006e\u003a\u0020%\u0073",_baf ); -return 0,0,0;};_efab :=_bad /255.0;_cbcf :=_ddc /255.0;_ffd :=_fecg /255.0;return _efab ,_cbcf ,_ffd ;};func _db (_eag *GraphicSVG ,_dfc *_ad .ContentCreator ,_cb *_fb .PdfPageResources ){_dfc .Add_q ();_eag .Style .toContentStream (_dfc ,_cb );_bce ,_befc :=_dgef (_eag .Attributes ["\u0070\u006f\u0069\u006e\u0074\u0073"]); -if _befc !=nil {_fa .Log .Debug ("\u0045\u0052\u0052O\u0052\u0020\u0075\u006e\u0061\u0062\u006c\u0065\u0020\u0074\u006f\u0020\u0070\u0061\u0072\u0073\u0065\u0020\u0070\u006f\u0069\u006e\u0074\u0073\u0020\u0061\u0074\u0074\u0072i\u0062\u0075\u0074\u0065\u003a\u0020\u0025\u0076",_befc ); -return ;};if len (_bce )%2> 0{_fa .Log .Debug ("\u0045\u0052R\u004f\u0052\u0020\u0069n\u0076\u0061l\u0069\u0064\u0020\u0070\u006f\u0069\u006e\u0074s\u0020\u0061\u0074\u0074\u0072\u0069\u0062\u0075\u0074\u0065\u0020\u006ce\u006e\u0067\u0074\u0068");return ; -};for _eeb :=0;_eeb < len (_bce );{if _eeb ==0{_dfc .Add_m (_bce [_eeb ]*_eag ._ccf ,_bce [_eeb +1]*_eag ._ccf );}else {_dfc .Add_l (_bce [_eeb ]*_eag ._ccf ,_bce [_eeb +1]*_eag ._ccf );};_eeb +=2;};_dfc .Add_l (_bce [0]*_eag ._ccf ,_bce [1]*_eag ._ccf ); -_eag .Style .fillStroke (_dfc );_dfc .Add_h ();_dfc .Add_Q ();};func _ede (_agf *GraphicSVG ,_bef *_ad .ContentCreator ,_bd *_fb .PdfPageResources ){_bef .Add_q ();_agf .Style .toContentStream (_bef ,_bd );_ge ,_bea :=_fee (_agf .Attributes ["\u0063\u0078"],64); -if _bea !=nil {_fa .Log .Debug ("\u0045\u0072\u0072or\u0020\u0077\u0068\u0069\u006c\u0065\u0020\u0070\u0061r\u0073i\u006eg\u0020`\u0063\u0078\u0060\u0020\u0076\u0061\u006c\u0075\u0065\u003a\u0020\u0025\u0076",_bea .Error ());};_cgec ,_bea :=_fee (_agf .Attributes ["\u0063\u0079"],64); -if _bea !=nil {_fa .Log .Debug ("\u0045\u0072\u0072or\u0020\u0077\u0068\u0069\u006c\u0065\u0020\u0070\u0061r\u0073i\u006eg\u0020`\u0063\u0079\u0060\u0020\u0076\u0061\u006c\u0075\u0065\u003a\u0020\u0025\u0076",_bea .Error ());};_ceaa ,_bea :=_fee (_agf .Attributes ["\u0072\u0078"],64); -if _bea !=nil {_fa .Log .Debug ("\u0045\u0072\u0072or\u0020\u0077\u0068\u0069\u006c\u0065\u0020\u0070\u0061r\u0073i\u006eg\u0020`\u0072\u0078\u0060\u0020\u0076\u0061\u006c\u0075\u0065\u003a\u0020\u0025\u0076",_bea .Error ());};_bab ,_bea :=_fee (_agf .Attributes ["\u0072\u0079"],64); -if _bea !=nil {_fa .Log .Debug ("\u0045\u0072\u0072or\u0020\u0077\u0068\u0069\u006c\u0065\u0020\u0070\u0061r\u0073i\u006eg\u0020`\u0072\u0079\u0060\u0020\u0076\u0061\u006c\u0075\u0065\u003a\u0020\u0025\u0076",_bea .Error ());};_dd :=_ceaa *_agf ._ccf ; -_gef :=_bab *_agf ._ccf ;_fcg :=_ge *_agf ._ccf ;_gaf :=_cgec *_agf ._ccf ;_fggd :=_dd *_cg ;_fea :=_gef *_cg ;_eff :=_af .NewCubicBezierPath ();_eff =_eff .AppendCurve (_af .NewCubicBezierCurve (-_dd ,0,-_dd ,_fea ,-_fggd ,_gef ,0,_gef ));_eff =_eff .AppendCurve (_af .NewCubicBezierCurve (0,_gef ,_fggd ,_gef ,_dd ,_fea ,_dd ,0)); -_eff =_eff .AppendCurve (_af .NewCubicBezierCurve (_dd ,0,_dd ,-_fea ,_fggd ,-_gef ,0,-_gef ));_eff =_eff .AppendCurve (_af .NewCubicBezierCurve (0,-_gef ,-_fggd ,-_gef ,-_dd ,-_fea ,-_dd ,0));_eff =_eff .Offset (_fcg ,_gaf );if _agf .Style .StrokeWidth > 0{_eff =_eff .Offset (_agf .Style .StrokeWidth /2,_agf .Style .StrokeWidth /2); -};_af .DrawBezierPathWithCreator (_eff ,_bef );_agf .Style .fillStroke (_bef );_bef .Add_h ();_bef .Add_Q ();};func _dddb (_dfb []float64 )[]float64 {for _bee ,_eabd :=0,len (_dfb )-1;_bee < _eabd ;_bee ,_eabd =_bee +1,_eabd -1{_dfb [_bee ],_dfb [_eabd ]=_dfb [_eabd ],_dfb [_bee ]; -};return _dfb ;};func _ebde (_bece string )(*_fb .PdfFont ,error ){_acb ,_bage :=map[string ]_fb .StdFontName {"\u0063o\u0075\u0072\u0069\u0065\u0072":_fb .CourierName ,"\u0063\u006f\u0075r\u0069\u0065\u0072\u002d\u0062\u006f\u006c\u0064":_fb .CourierBoldName ,"\u0063o\u0075r\u0069\u0065\u0072\u002d\u006f\u0062\u006c\u0069\u0071\u0075\u0065":_fb .CourierObliqueName ,"c\u006fu\u0072\u0069\u0065\u0072\u002d\u0062\u006f\u006cd\u002d\u006f\u0062\u006ciq\u0075\u0065":_fb .CourierBoldObliqueName ,"\u0068e\u006c\u0076\u0065\u0074\u0069\u0063a":_fb .HelveticaName ,"\u0068\u0065\u006c\u0076\u0065\u0074\u0069\u0063\u0061-\u0062\u006f\u006c\u0064":_fb .HelveticaBoldName ,"\u0068\u0065\u006c\u0076\u0065\u0074\u0069\u0063\u0061\u002d\u006f\u0062l\u0069\u0071\u0075\u0065":_fb .HelveticaObliqueName ,"\u0068\u0065\u006c\u0076et\u0069\u0063\u0061\u002d\u0062\u006f\u006c\u0064\u002d\u006f\u0062\u006c\u0069\u0071u\u0065":_fb .HelveticaBoldObliqueName ,"\u0073\u0079\u006d\u0062\u006f\u006c":_fb .SymbolName ,"\u007a\u0061\u0070\u0066\u002d\u0064\u0069\u006e\u0067\u0062\u0061\u0074\u0073":_fb .ZapfDingbatsName ,"\u0074\u0069\u006de\u0073":_fb .TimesRomanName ,"\u0074\u0069\u006d\u0065\u0073\u002d\u0062\u006f\u006c\u0064":_fb .TimesBoldName ,"\u0074\u0069\u006de\u0073\u002d\u0069\u0074\u0061\u006c\u0069\u0063":_fb .TimesItalicName ,"\u0074\u0069\u006d\u0065\u0073\u002d\u0062\u006f\u006c\u0064\u002d\u0069t\u0061\u006c\u0069\u0063":_fb .TimesBoldItalicName }[_bece ]; -if !_bage {return nil ,_g .Errorf ("\u0066\u006f\u006e\u0074\u002df\u0061\u006d\u0069\u006c\u0079\u0020\u0025\u0073\u0020\u006e\u006f\u0074\u0020f\u006f\u0075\u006e\u0064\u0020\u0069\u006e\u0020\u0074\u0068\u0065\u0020\u0073\u0074\u0061\u006e\u0064\u0061\u0072\u0064\u0020\u0066\u006f\u006e\u0074\u0073\u0020\u006c\u0069\u0073t",_bece ); -};_bde ,_agd :=_fb .NewStandard14Font (_acb );if _agd !=nil {return nil ,_agd ;};return _bde ,nil ;};func (_gfa *GraphicSVG )SetScaling (xFactor ,yFactor float64 ){_eefb :=_gfa .Width /_gfa .ViewBox .W ;_gee :=_gfa .Height /_gfa .ViewBox .H ;_gfa .setDefaultScaling (_a .Max (_eefb ,_gee )); -for _ ,_eagf :=range _gfa .Children {_eagf .SetScaling (xFactor ,yFactor );};};func ParseFromString (svgStr string )(*GraphicSVG ,error ){return ParseFromStream (_eg .NewReader (svgStr ));};type Command struct{Symbol string ;Params []float64 ;};func _ccbf (_cdd float64 )int {return int (_cdd +_a .Copysign (0.5,_cdd ))}; -func _gab (_bgff float64 ,_eagg int )float64 {_afb :=_a .Pow (10,float64 (_eagg ));return float64 (_ccbf (_bgff *_afb ))/_afb ;};func _fec (_bca *GraphicSVG ,_gga *_ad .ContentCreator ,_ag *_fb .PdfPageResources ){_gga .Add_q ();_bca .Style .toContentStream (_gga ,_ag ); -_age ,_gfb :=_fee (_bca .Attributes ["\u0063\u0078"],64);if _gfb !=nil {_fa .Log .Debug ("\u0045\u0072\u0072or\u0020\u0077\u0068\u0069\u006c\u0065\u0020\u0070\u0061r\u0073i\u006eg\u0020`\u0063\u0078\u0060\u0020\u0076\u0061\u006c\u0075\u0065\u003a\u0020\u0025\u0076",_gfb .Error ()); -};_bcb ,_gfb :=_fee (_bca .Attributes ["\u0063\u0079"],64);if _gfb !=nil {_fa .Log .Debug ("\u0045\u0072\u0072or\u0020\u0077\u0068\u0069\u006c\u0065\u0020\u0070\u0061r\u0073i\u006eg\u0020`\u0063\u0079\u0060\u0020\u0076\u0061\u006c\u0075\u0065\u003a\u0020\u0025\u0076",_gfb .Error ()); -};_cad ,_gfb :=_fee (_bca .Attributes ["\u0072"],64);if _gfb !=nil {_fa .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020w\u0068\u0069\u006c\u0065\u0020\u0070\u0061\u0072\u0073\u0069\u006e\u0067\u0020`\u0072\u0060\u0020\u0076\u0061\u006c\u0075e\u003a\u0020\u0025\u0076",_gfb .Error ()); -};_adb :=_cad *_bca ._ccf ;_gcfe :=_cad *_bca ._ccf ;_aga :=_adb *_cg ;_eea :=_gcfe *_cg ;_cge :=_af .NewCubicBezierPath ();_cge =_cge .AppendCurve (_af .NewCubicBezierCurve (-_adb ,0,-_adb ,_eea ,-_aga ,_gcfe ,0,_gcfe ));_cge =_cge .AppendCurve (_af .NewCubicBezierCurve (0,_gcfe ,_aga ,_gcfe ,_adb ,_eea ,_adb ,0)); -_cge =_cge .AppendCurve (_af .NewCubicBezierCurve (_adb ,0,_adb ,-_eea ,_aga ,-_gcfe ,0,-_gcfe ));_cge =_cge .AppendCurve (_af .NewCubicBezierCurve (0,-_gcfe ,-_aga ,-_gcfe ,-_adb ,-_eea ,-_adb ,0));_cge =_cge .Offset (_age *_bca ._ccf ,_bcb *_bca ._ccf ); -if _bca .Style .StrokeWidth > 0{_cge =_cge .Offset (_bca .Style .StrokeWidth /2,_bca .Style .StrokeWidth /2);};_af .DrawBezierPathWithCreator (_cge ,_gga );_bca .Style .fillStroke (_gga );_gga .Add_h ();_gga .Add_Q ();};func _gfbc (_ebd *GraphicSVG ,_ade *_ad .ContentCreator ,_cab *_fb .PdfPageResources ){_ade .Add_BT (); -_ege ,_dbd :=_fee (_ebd .Attributes ["\u0078"],64);if _dbd !=nil {_fa .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020w\u0068\u0069\u006c\u0065\u0020\u0070\u0061\u0072\u0073\u0069\u006e\u0067\u0020`\u0078\u0060\u0020\u0076\u0061\u006c\u0075e\u003a\u0020\u0025\u0076",_dbd .Error ()); -};_fad ,_dbd :=_fee (_ebd .Attributes ["\u0079"],64);if _dbd !=nil {_fa .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020w\u0068\u0069\u006c\u0065\u0020\u0070\u0061\u0072\u0073\u0069\u006e\u0067\u0020`\u0079\u0060\u0020\u0076\u0061\u006c\u0075e\u003a\u0020\u0025\u0076",_dbd .Error ()); -};_cgb :=_ebd .Attributes ["\u0066\u0069\u006c\u006c"];var _cgf ,_cac ,_beab float64 ;if _bcc ,_caf :=_d .ColorMap [_cgb ];_caf {_fcb ,_ccd ,_agb ,_ :=_bcc .RGBA ();_cgf ,_cac ,_beab =float64 (_fcb ),float64 (_ccd ),float64 (_agb );}else if _eg .HasPrefix (_cgb ,"\u0072\u0067\u0062\u0028"){_cgf ,_cac ,_beab =_dcb (_cgb ); -}else {_cgf ,_cac ,_beab =_efe (_cgb );};_ade .Add_rg (_cgf ,_cac ,_beab );_cafe :=_ef ;if _ebe ,_ggb :=_ebd .Attributes ["\u0066o\u006e\u0074\u002d\u0073\u0069\u007ae"];_ggb {_cafe ,_dbd =_c .ParseFloat (_ebe ,64);if _dbd !=nil {_fa .Log .Debug ("\u0045\u0072\u0072\u006f\u0072 \u0077\u0068\u0069\u006c\u0065\u0020\u0070\u0061\u0072\u0073\u0069\u006e\u0067 \u0060\u0066\u006f\u006e\u0074\u002d\u0073\u0069\u007a\u0065\u0060\u0020\u0076\u0061\u006c\u0075\u0065\u003a\u0020\u0025\u0076",_dbd .Error ()); -_cafe =_ef ;};};_cabb :=_ebd ._ccf *_cafe *_da /_cgc ;_agc :=_gd .PdfObjectName ("\u0053\u0046\u006fn\u0074");_bfa :=_fb .DefaultFont ();_gfbe ,_bag :=_ebd .Attributes ["f\u006f\u006e\u0074\u002d\u0066\u0061\u006d\u0069\u006c\u0079"];if _bag {if _dgg ,_dge :=_ebde (_gfbe ); -_dge ==nil {_bfa =_dgg ;_geaa :=1;for _cab .HasFontByName (_agc ){_agc =_gd .PdfObjectName ("\u0053\u0046\u006fn\u0074"+_c .Itoa (_geaa ));_geaa ++;};};};_dac :=0.0;_aegc ,_bag :=_ebd .Attributes ["t\u0065\u0078\u0074\u002d\u0061\u006e\u0063\u0068\u006f\u0072"]; -if _bag &&_aegc !="\u0073\u0074\u0061r\u0074"{var _caa float64 ;for _ ,_afcc :=range _ebd .Content {_bff ,_gcc :=_bfa .GetRuneMetrics (_afcc );if !_gcc {_fa .Log .Debug ("\u0045\u0052\u0052OR\u003a\u0020\u0075\u006e\u0073\u0075\u0070\u0070\u006fr\u0074e\u0064 \u0072u\u006e\u0065\u0020\u0025\u0076\u0020\u0069\u006e\u0020\u0066\u006f\u006e\u0074",_afcc ); -};_caa +=_bff .Wx ;};_caa =_caa *_cabb /1000.0;if _aegc =="\u006d\u0069\u0064\u0064\u006c\u0065"{_dac =-_caa /2;}else if _aegc =="\u0065\u006e\u0064"{_dac =-_caa ;};};_ade .Add_Tm (1,0,0,-1,_ege *_ebd ._ccf +_dac ,_fad *_ebd ._ccf );_cab .SetFontByName (_agc ,_bfa .ToPdfObject ()); -_ade .Add_Tf (_agc ,_cabb );_dad :=_ebd .Content ;_eaf :=_gd .MakeString (_dad );_ade .Add_Tj (*_eaf );_ade .Add_ET ();};type GraphicSVGStyle struct{FillColor string ;StrokeColor string ;StrokeWidth float64 ;FillOpacity float64 ;};func (_bced *GraphicSVGStyle )fillStroke (_cee *_ad .ContentCreator ){if _bced .FillColor !=""&&_bced .StrokeColor !=""{_cee .Add_B (); -}else if _bced .FillColor !=""{_cee .Add_f ();}else if _bced .StrokeColor !=""{_cee .Add_S ();};};func _cd (_bc *GraphicSVG ,_df *_ad .ContentCreator ,_fg *_fb .PdfPageResources ){_df .Add_q ();_bc .Style .toContentStream (_df ,_fg );_be ,_ba :=_eadd (_bc .Attributes ["\u0064"]); -if _ba !=nil {_fa .Log .Error ("\u0045R\u0052\u004f\u0052\u003a\u0020\u0025s",_ba .Error ());};var (_gc ,_fga =0.0,0.0;_ed ,_ff =0.0,0.0;_cdc *Command ;);for _ ,_gdf :=range _be .Subpaths {for _ ,_bf :=range _gdf .Commands {switch _eg .ToLower (_bf .Symbol ){case "\u006d":_ed ,_ff =_bf .Params [0]*_bc ._ccf ,_bf .Params [1]*_bc ._ccf ; -if !_bf .isAbsolute (){_ed ,_ff =_gc +_ed -_bc .ViewBox .X ,_fga +_ff -_bc .ViewBox .Y ;};_df .Add_m (_gab (_ed ,3),_gab (_ff ,3));_gc ,_fga =_ed ,_ff ;case "\u0063":_ab ,_bgd ,_ee ,_ca ,_cgd ,_ffc :=_bf .Params [0]*_bc ._ccf ,_bf .Params [1]*_bc ._ccf ,_bf .Params [2]*_bc ._ccf ,_bf .Params [3]*_bc ._ccf ,_bf .Params [4]*_bc ._ccf ,_bf .Params [5]*_bc ._ccf ; -if !_bf .isAbsolute (){_ab ,_bgd ,_ee ,_ca ,_cgd ,_ffc =_gc +_ab ,_fga +_bgd ,_gc +_ee ,_fga +_ca ,_gc +_cgd ,_fga +_ffc ;};_df .Add_c (_gab (_ab ,3),_gab (_bgd ,3),_gab (_ee ,3),_gab (_ca ,3),_gab (_cgd ,3),_gab (_ffc ,3));_gc ,_fga =_cgd ,_ffc ;case "\u0073":_gg ,_eee ,_edf ,_gf :=_bf .Params [0]*_bc ._ccf ,_bf .Params [1]*_bc ._ccf ,_bf .Params [2]*_bc ._ccf ,_bf .Params [3]*_bc ._ccf ; -if !_bf .isAbsolute (){_gg ,_eee ,_edf ,_gf =_gc +_gg ,_fga +_eee ,_gc +_edf ,_fga +_gf ;};_df .Add_c (_gab (_gc ,3),_gab (_fga ,3),_gab (_gg ,3),_gab (_eee ,3),_gab (_edf ,3),_gab (_gf ,3));_gc ,_fga =_edf ,_gf ;case "\u006c":_ga ,_eef :=_bf .Params [0]*_bc ._ccf ,_bf .Params [1]*_bc ._ccf ; -if !_bf .isAbsolute (){_ga ,_eef =_gc +_ga ,_fga +_eef ;};_df .Add_l (_gab (_ga ,3),_gab (_eef ,3));_gc ,_fga =_ga ,_eef ;case "\u0068":_aeg :=_bf .Params [0]*_bc ._ccf ;if !_bf .isAbsolute (){_aeg =_gc +_aeg ;};_df .Add_l (_gab (_aeg ,3),_gab (_fga ,3)); -_gc =_aeg ;case "\u0076":_de :=_bf .Params [0]*_bc ._ccf ;if !_bf .isAbsolute (){_de =_fga +_de ;};_df .Add_l (_gab (_gc ,3),_gab (_de ,3));_fga =_de ;case "\u0071":_ffg ,_bfb ,_fe ,_gfg :=_bf .Params [0]*_bc ._ccf ,_bf .Params [1]*_bc ._ccf ,_bf .Params [2]*_bc ._ccf ,_bf .Params [3]*_bc ._ccf ; -if !_bf .isAbsolute (){_ffg ,_bfb ,_fe ,_gfg =_gc +_ffg ,_fga +_bfb ,_gc +_fe ,_fga +_gfg ;};_fed ,_ac :=_d .QuadraticToCubicBezier (_gc ,_fga ,_ffg ,_bfb ,_fe ,_gfg );_df .Add_c (_gab (_fed .X ,3),_gab (_fed .Y ,3),_gab (_ac .X ,3),_gab (_ac .Y ,3),_gab (_fe ,3),_gab (_gfg ,3)); -_gc ,_fga =_fe ,_gfg ;case "\u0074":var _aa ,_ffe _d .Point ;_deb ,_ea :=_bf .Params [0]*_bc ._ccf ,_bf .Params [1]*_bc ._ccf ;if !_bf .isAbsolute (){_deb ,_ea =_gc +_deb ,_fga +_ea ;};if _cdc !=nil &&_eg .ToLower (_cdc .Symbol )=="\u0071"{_aae :=_d .Point {X :_cdc .Params [0]*_bc ._ccf ,Y :_cdc .Params [1]*_bc ._ccf }; -_fbf :=_d .Point {X :_cdc .Params [2]*_bc ._ccf ,Y :_cdc .Params [3]*_bc ._ccf };_fgg :=_fbf .Mul (2.0).Sub (_aae );_aa ,_ffe =_d .QuadraticToCubicBezier (_gc ,_fga ,_fgg .X ,_fgg .Y ,_deb ,_ea );};_df .Add_c (_gab (_aa .X ,3),_gab (_aa .Y ,3),_gab (_ffe .X ,3),_gab (_ffe .Y ,3),_gab (_deb ,3),_gab (_ea ,3)); -_gc ,_fga =_deb ,_ea ;case "\u0061":_ffge ,_def :=_bf .Params [0]*_bc ._ccf ,_bf .Params [1]*_bc ._ccf ;_fggf :=_bf .Params [2];_cc :=_bf .Params [3]> 0;_gcf :=_bf .Params [4]> 0;_eae ,_ega :=_bf .Params [5]*_bc ._ccf ,_bf .Params [6]*_bc ._ccf ;if !_bf .isAbsolute (){_eae ,_ega =_gc +_eae ,_fga +_ega ; -};_egb :=_d .EllipseToCubicBeziers (_gc ,_fga ,_ffge ,_def ,_fggf ,_cc ,_gcf ,_eae ,_ega );for _ ,_ceb :=range _egb {_df .Add_c (_gab (_ceb [1].X ,3),_gab ((_ceb [1].Y ),3),_gab ((_ceb [2].X ),3),_gab ((_ceb [2].Y ),3),_gab ((_ceb [3].X ),3),_gab ((_ceb [3].Y ),3)); -};_gc ,_fga =_eae ,_ega ;case "\u007a":_df .Add_h ();};_cdc =_bf ;};};_bc .Style .fillStroke (_df );_df .Add_h ();_df .Add_Q ();};func _bcd (_efaa []token ,_cfd string )([]token ,string ){if _cfd !=""{_efaa =append (_efaa ,token {_cfd ,false });_cfd =""; -};return _efaa ,_cfd ;};func _ecd (_dbg string )(float64 ,error ){_dbg =_eg .TrimSpace (_dbg );var _bbbe float64 ;if _eg .HasSuffix (_dbg ,"\u0025"){_gae ,_cafbf :=_c .ParseFloat (_eg .TrimSuffix (_dbg ,"\u0025"),64);if _cafbf !=nil {return 0,_cafbf ;}; -_bbbe =_gae /100.0;}else {_bdbc ,_ffbe :=_c .ParseFloat (_dbg ,64);if _ffbe !=nil {return 0,_ffbe ;};_bbbe =_bdbc ;};return _bbbe ,nil ;};var _daa commands ;var (_fbg =[]string {"\u0063\u006d","\u006d\u006d","\u0070\u0078","\u0070\u0074"};_eba =map[string ]float64 {"\u0063\u006d":_ae ,"\u006d\u006d":_bgc ,"\u0070\u0078":_ce ,"\u0070\u0074":1}; -);func (_cce *GraphicSVG )Decode (decoder *_bg .Decoder )error {for {_cbe ,_cag :=decoder .Token ();if _cbe ==nil &&_cag ==_eb .EOF {break ;};if _cag !=nil {return _cag ;};switch _daf :=_cbe .(type ){case _bg .StartElement :_edfd :=_egab (_daf );_eaed :=_edfd .Decode (decoder ); -if _eaed !=nil {return _eaed ;};_cce .Children =append (_cce .Children ,_edfd );case _bg .CharData :_fce :=_eg .TrimSpace (string (_daf ));if _fce !=""{_cce .Content =string (_daf );};case _bg .EndElement :if _daf .Name .Local ==_cce .Name {return nil ; -};};};return nil ;};func (_ggba pathParserError )Error ()string {return _ggba ._ffb }; \ No newline at end of file +package svg ;import (_bc "encoding/xml";_g "fmt";_bf "github.com/unidoc/unipdf/v3/common";_a "github.com/unidoc/unipdf/v3/contentstream";_gd "github.com/unidoc/unipdf/v3/contentstream/draw";_dfd "github.com/unidoc/unipdf/v3/core";_c "github.com/unidoc/unipdf/v3/internal/graphic2d"; +_dd "github.com/unidoc/unipdf/v3/model";_be "golang.org/x/net/html/charset";_daa "io";_da "math";_gg "os";_df "strconv";_f "strings";_d "unicode";);func _gbb (_dbaf []token ,_aded string )([]token ,string ){if _aded !=""{_dbaf =append (_dbaf ,token {_aded ,false }); +_aded ="";};return _dbaf ,_aded ;};func _bbab (_adc string ,_bddf int )(float64 ,error ){_dabc ,_fdf :=_babae (_adc );_cdca ,_cee :=_df .ParseFloat (_dabc ,_bddf );if _cee !=nil {return 0,_cee ;};if _ffbf ,_dcee :=_af [_fdf ];_dcee {_cdca =_cdca *_ffbf ; +}else {_cdca =_cdca *_fc ;};return _cdca ,nil ;};func (_babd pathParserError )Error ()string {return _babd ._eea };func _abf (_gced *GraphicSVG ,_cae *_a .ContentCreator ,_agb *_dd .PdfPageResources ){_cae .Add_q ();_gced .Style .toContentStream (_cae ,_agb ); +_gdf ,_caa :=_bbab (_gced .Attributes ["\u0063\u0078"],64);if _caa !=nil {_bf .Log .Debug ("\u0045\u0072\u0072or\u0020\u0077\u0068\u0069\u006c\u0065\u0020\u0070\u0061r\u0073i\u006eg\u0020`\u0063\u0078\u0060\u0020\u0076\u0061\u006c\u0075\u0065\u003a\u0020\u0025\u0076",_caa .Error ()); +};_bcc ,_caa :=_bbab (_gced .Attributes ["\u0063\u0079"],64);if _caa !=nil {_bf .Log .Debug ("\u0045\u0072\u0072or\u0020\u0077\u0068\u0069\u006c\u0065\u0020\u0070\u0061r\u0073i\u006eg\u0020`\u0063\u0079\u0060\u0020\u0076\u0061\u006c\u0075\u0065\u003a\u0020\u0025\u0076",_caa .Error ()); +};_gee ,_caa :=_bbab (_gced .Attributes ["\u0072\u0078"],64);if _caa !=nil {_bf .Log .Debug ("\u0045\u0072\u0072or\u0020\u0077\u0068\u0069\u006c\u0065\u0020\u0070\u0061r\u0073i\u006eg\u0020`\u0072\u0078\u0060\u0020\u0076\u0061\u006c\u0075\u0065\u003a\u0020\u0025\u0076",_caa .Error ()); +};_cb ,_caa :=_bbab (_gced .Attributes ["\u0072\u0079"],64);if _caa !=nil {_bf .Log .Debug ("\u0045\u0072\u0072or\u0020\u0077\u0068\u0069\u006c\u0065\u0020\u0070\u0061r\u0073i\u006eg\u0020`\u0072\u0079\u0060\u0020\u0076\u0061\u006c\u0075\u0065\u003a\u0020\u0025\u0076",_caa .Error ()); +};_ga :=_gee *_gced ._ffd ;_dee :=_cb *_gced ._ffd ;_gdbf :=_gdf *_gced ._ffd ;_ggee :=_bcc *_gced ._ffd ;_fffg :=_ga *_bd ;_eag :=_dee *_bd ;_caeg :=_gd .NewCubicBezierPath ();_caeg =_caeg .AppendCurve (_gd .NewCubicBezierCurve (-_ga ,0,-_ga ,_eag ,-_fffg ,_dee ,0,_dee )); +_caeg =_caeg .AppendCurve (_gd .NewCubicBezierCurve (0,_dee ,_fffg ,_dee ,_ga ,_eag ,_ga ,0));_caeg =_caeg .AppendCurve (_gd .NewCubicBezierCurve (_ga ,0,_ga ,-_eag ,_fffg ,-_dee ,0,-_dee ));_caeg =_caeg .AppendCurve (_gd .NewCubicBezierCurve (0,-_dee ,-_fffg ,-_dee ,-_ga ,-_eag ,-_ga ,0)); +_caeg =_caeg .Offset (_gdbf ,_ggee );if _gced .Style .StrokeWidth > 0{_caeg =_caeg .Offset (_gced .Style .StrokeWidth /2,_gced .Style .StrokeWidth /2);};_gd .DrawBezierPathWithCreator (_caeg ,_cae );_gced .Style .fillStroke (_cae );_cae .Add_h ();_cae .Add_Q (); +};func _ggd (_adgb _bc .StartElement )*GraphicSVG {_dgfb :=&GraphicSVG {};_age :=make (map[string ]string );for _ ,_aaag :=range _adgb .Attr {_age [_aaag .Name .Local ]=_aaag .Value ;};_dgfb .Name =_adgb .Name .Local ;_dgfb .Attributes =_age ;_dgfb ._ffd =1; +if _dgfb .Name =="\u0073\u0076\u0067"{_aefa ,_dbc :=_ead (_age ["\u0076i\u0065\u0077\u0042\u006f\u0078"]);if _dbc !=nil {_bf .Log .Debug ("\u0055\u006ea\u0062\u006c\u0065\u0020t\u006f\u0020p\u0061\u0072\u0073\u0065\u0020\u0076\u0069\u0065w\u0042\u006f\u0078\u0020\u0061\u0074\u0074\u0072\u0069\u0062\u0075\u0074e\u003a\u0020\u0025\u0076",_dbc ); +return nil ;};if len (_aefa )>=4{_dgfb .ViewBox .X =_aefa [0];_dgfb .ViewBox .Y =_aefa [1];_dgfb .ViewBox .W =_aefa [2];_dgfb .ViewBox .H =_aefa [3];};_dgfb .Width =_dgfb .ViewBox .W ;_dgfb .Height =_dgfb .ViewBox .H ;if _eab ,_cbg :=_age ["\u0077\u0069\u0064t\u0068"]; +_cbg {if _f .HasSuffix (_eab ,"\u0025"){_cab ,_geda :=_df .ParseFloat (_f .TrimSuffix (_eab ,"\u0025"),64);if _geda !=nil {_bf .Log .Debug ("U\u006e\u0061\u0062\u006c\u0065\u0020t\u006f\u0020\u0070\u0061\u0072\u0073e\u0020\u0077\u0069\u0064\u0074\u0068\u0020a\u0074\u0074\u0072\u0069\u0062\u0075\u0074\u0065\u003a\u0020%\u0076",_geda ); +return nil ;};_dgfb .Width =_cab *_dgfb .ViewBox .W ;}else {_aecb ,_fabe :=_bbab (_eab ,64);if _fabe !=nil {_bf .Log .Debug ("U\u006e\u0061\u0062\u006c\u0065\u0020t\u006f\u0020\u0070\u0061\u0072\u0073e\u0020\u0077\u0069\u0064\u0074\u0068\u0020a\u0074\u0074\u0072\u0069\u0062\u0075\u0074\u0065\u003a\u0020%\u0076",_fabe ); +return nil ;};_dgfb .Width =_aecb ;if len (_aefa )< 4{_dgfb .ViewBox .W =_aecb ;};};};if _gccd ,_gag :=_age ["\u0068\u0065\u0069\u0067\u0068\u0074"];_gag {if _f .HasSuffix (_gccd ,"\u0025"){_efb ,_fba :=_df .ParseFloat (_f .TrimSuffix (_gccd ,"\u0025"),64); +if _fba !=nil {_bf .Log .Debug ("\u0055\u006eab\u006c\u0065\u0020t\u006f\u0020\u0070\u0061rse\u0020he\u0069\u0067\u0068\u0074\u0020\u0061\u0074tr\u0069\u0062\u0075\u0074\u0065\u003a\u0020%\u0076",_fba );return nil ;};_dgfb .Height =_efb *_dgfb .ViewBox .H ; +}else {_cbeb ,_ffdf :=_bbab (_gccd ,64);if _ffdf !=nil {_bf .Log .Debug ("\u0055\u006eab\u006c\u0065\u0020t\u006f\u0020\u0070\u0061rse\u0020he\u0069\u0067\u0068\u0074\u0020\u0061\u0074tr\u0069\u0062\u0075\u0074\u0065\u003a\u0020%\u0076",_ffdf );return nil ; +};_dgfb .Height =_cbeb ;if len (_aefa )< 4{_dgfb .ViewBox .H =_cbeb ;};};};if _dgfb .Width > 0&&_dgfb .Height > 0{_dgfb ._ffd =_dgfb .Width /_dgfb .ViewBox .W ;};};return _dgfb ;};func _cfc (_ccf *GraphicSVG ,_ce *_a .ContentCreator ,_aef *_dd .PdfPageResources ){_ce .Add_q (); +_ccf .Style .toContentStream (_ce ,_aef );_eaa ,_gedf :=_ead (_ccf .Attributes ["\u0070\u006f\u0069\u006e\u0074\u0073"]);if _gedf !=nil {_bf .Log .Debug ("\u0045\u0052\u0052O\u0052\u0020\u0075\u006e\u0061\u0062\u006c\u0065\u0020\u0074\u006f\u0020\u0070\u0061\u0072\u0073\u0065\u0020\u0070\u006f\u0069\u006e\u0074\u0073\u0020\u0061\u0074\u0074\u0072i\u0062\u0075\u0074\u0065\u003a\u0020\u0025\u0076",_gedf ); +return ;};if len (_eaa )%2> 0{_bf .Log .Debug ("\u0045\u0052R\u004f\u0052\u0020\u0069n\u0076\u0061l\u0069\u0064\u0020\u0070\u006f\u0069\u006e\u0074s\u0020\u0061\u0074\u0074\u0072\u0069\u0062\u0075\u0074\u0065\u0020\u006ce\u006e\u0067\u0074\u0068");return ; +};for _ded :=0;_ded < len (_eaa );{if _ded ==0{_ce .Add_m (_eaa [_ded ]*_ccf ._ffd ,_eaa [_ded +1]*_ccf ._ffd );}else {_ce .Add_l (_eaa [_ded ]*_ccf ._ffd ,_eaa [_ded +1]*_ccf ._ffd );};_ded +=2;};_ce .Add_l (_eaa [0]*_ccf ._ffd ,_eaa [1]*_ccf ._ffd ); +_ccf .Style .fillStroke (_ce );_ce .Add_h ();_ce .Add_Q ();};func _cfgg (_acde map[string ]string ,_fda float64 )(*GraphicSVGStyle ,error ){_bdg :=_ggc ();_afae ,_gcca :=_acde ["\u0066\u0069\u006c\u006c"];if _gcca {_bdg .FillColor =_afae ;if _afae =="\u006e\u006f\u006e\u0065"{_bdg .FillColor =""; +};};_gae ,_fgg :=_acde ["\u0066\u0069\u006cl\u002d\u006f\u0070\u0061\u0063\u0069\u0074\u0079"];if _fgg {_caee ,_bde :=_gdcf (_gae );if _bde !=nil {return nil ,_bde ;};_bdg .FillOpacity =_caee ;};_gbef ,_ffdfb :=_acde ["\u0073\u0074\u0072\u006f\u006b\u0065"]; +if _ffdfb {_bdg .StrokeColor =_gbef ;if _gbef =="\u006e\u006f\u006e\u0065"{_bdg .StrokeColor ="";};};_bfa ,_aeeg :=_acde ["\u0073\u0074\u0072o\u006b\u0065\u002d\u0077\u0069\u0064\u0074\u0068"];if _aeeg {_abd ,_ebcf :=_bbab (_bfa ,64);if _ebcf !=nil {return nil ,_ebcf ; +};_bdg .StrokeWidth =_abd *_fda ;};return _bdg ,nil ;};func _ecf (_dcg *GraphicSVG ,_aff *_a .ContentCreator ,_acf *_dd .PdfPageResources ){_aff .Add_q ();_dcg .Style .toContentStream (_aff ,_acf );_afb ,_edg :=_ead (_dcg .Attributes ["\u0070\u006f\u0069\u006e\u0074\u0073"]); +if _edg !=nil {_bf .Log .Debug ("\u0045\u0052\u0052O\u0052\u0020\u0075\u006e\u0061\u0062\u006c\u0065\u0020\u0074\u006f\u0020\u0070\u0061\u0072\u0073\u0065\u0020\u0070\u006f\u0069\u006e\u0074\u0073\u0020\u0061\u0074\u0074\u0072i\u0062\u0075\u0074\u0065\u003a\u0020\u0025\u0076",_edg ); +return ;};if len (_afb )%2> 0{_bf .Log .Debug ("\u0045\u0052R\u004f\u0052\u0020\u0069n\u0076\u0061l\u0069\u0064\u0020\u0070\u006f\u0069\u006e\u0074s\u0020\u0061\u0074\u0074\u0072\u0069\u0062\u0075\u0074\u0065\u0020\u006ce\u006e\u0067\u0074\u0068");return ; +};for _fac :=0;_fac < len (_afb );{if _fac ==0{_aff .Add_m (_afb [_fac ]*_dcg ._ffd ,_afb [_fac +1]*_dcg ._ffd );}else {_aff .Add_l (_afb [_fac ]*_dcg ._ffd ,_afb [_fac +1]*_dcg ._ffd );};_fac +=2;};_dcg .Style .fillStroke (_aff );_aff .Add_h ();_aff .Add_Q (); +};func _bbg (_ada *GraphicSVG ,_eg *_a .ContentCreator ,_gdfd *_dd .PdfPageResources ){_eg .Add_q ();_ada .Style .toContentStream (_eg ,_gdfd );_ccd ,_edgg :=_bbab (_ada .Attributes ["\u0078\u0031"],64);if _edgg !=nil {_bf .Log .Debug ("\u0045\u0072\u0072or\u0020\u0077\u0068\u0069\u006c\u0065\u0020\u0070\u0061r\u0073i\u006eg\u0020`\u0063\u0078\u0060\u0020\u0076\u0061\u006c\u0075\u0065\u003a\u0020\u0025\u0076",_edgg .Error ()); +};_efg ,_edgg :=_bbab (_ada .Attributes ["\u0079\u0031"],64);if _edgg !=nil {_bf .Log .Debug ("\u0045\u0072\u0072or\u0020\u0077\u0068\u0069\u006c\u0065\u0020\u0070\u0061r\u0073i\u006eg\u0020`\u0063\u0079\u0060\u0020\u0076\u0061\u006c\u0075\u0065\u003a\u0020\u0025\u0076",_edgg .Error ()); +};_gcb ,_edgg :=_bbab (_ada .Attributes ["\u0078\u0032"],64);if _edgg !=nil {_bf .Log .Debug ("\u0045\u0072\u0072or\u0020\u0077\u0068\u0069\u006c\u0065\u0020\u0070\u0061r\u0073i\u006eg\u0020`\u0072\u0078\u0060\u0020\u0076\u0061\u006c\u0075\u0065\u003a\u0020\u0025\u0076",_edgg .Error ()); +};_dce ,_edgg :=_bbab (_ada .Attributes ["\u0079\u0032"],64);if _edgg !=nil {_bf .Log .Debug ("\u0045\u0072\u0072or\u0020\u0077\u0068\u0069\u006c\u0065\u0020\u0070\u0061r\u0073i\u006eg\u0020`\u0072\u0079\u0060\u0020\u0076\u0061\u006c\u0075\u0065\u003a\u0020\u0025\u0076",_edgg .Error ()); +};_eg .Add_m (_ccd *_ada ._ffd ,_efg *_ada ._ffd );_eg .Add_l (_gcb *_ada ._ffd ,_dce *_ada ._ffd );_ada .Style .fillStroke (_eg );_eg .Add_h ();_eg .Add_Q ();};type Path struct{Subpaths []*Subpath ;};func _gaag (_aeege string )(_eae []float64 ,_gcbe error ){var _bfc float64 ; +_cdf :=0;_aebc :=true ;for _cga ,_bebd :=range _aeege {if _bebd =='.'{if _aebc {_aebc =false ;continue ;};_bfc ,_gcbe =_bbab (_aeege [_cdf :_cga ],64);if _gcbe !=nil {return ;};_eae =append (_eae ,_bfc );_cdf =_cga ;};};_bfc ,_gcbe =_bbab (_aeege [_cdf :],64); +if _gcbe !=nil {return ;};_eae =append (_eae ,_bfc );return ;};func _aeg (_bda []token )([]*Command ,error ){var (_eege []*Command ;_ddag []float64 ;);for _cbee :=len (_bda )-1;_cbee >=0;_cbee --{_dbcb :=_bda [_cbee ];if _dbcb ._gfc {_gfce :=_cbfd ._abca [_f .ToLower (_dbcb ._bdbc )]; +_gbgfd :=len (_ddag );if _gfce ==0&&_gbgfd ==0{_fca :=&Command {Symbol :_dbcb ._bdbc };_eege =append ([]*Command {_fca },_eege ...);}else if _gfce !=0&&_gbgfd %_gfce ==0{_bdgd :=_gbgfd /_gfce ;for _eff :=0;_eff < _bdgd ;_eff ++{_dacb :=_dbcb ._bdbc ;if _dacb =="\u006d"&&_eff < _bdgd -1{_dacb ="\u006c"; +};if _dacb =="\u004d"&&_eff < _bdgd -1{_dacb ="\u004c";};_eecb :=&Command {_dacb ,_gaf (_ddag [:_gfce ])};_eege =append ([]*Command {_eecb },_eege ...);_ddag =_ddag [_gfce :];};}else {_dage :=pathParserError {"I\u006e\u0063\u006f\u0072\u0072\u0065c\u0074\u0020\u006e\u0075\u006d\u0062e\u0072\u0020\u006f\u0066\u0020\u0070\u0061r\u0061\u006d\u0065\u0074\u0065\u0072\u0073\u0020\u0066\u006fr\u0020"+_dbcb ._bdbc }; +return nil ,_dage ;};}else {_affb ,_edb :=_bbab (_dbcb ._bdbc ,64);if _edb !=nil {return nil ,_edb ;};_ddag =append (_ddag ,_affb );};};return _eege ,nil ;};type GraphicSVG struct{ViewBox struct{X ,Y ,W ,H float64 ;};Name string ;Attributes map[string ]string ; +Children []*GraphicSVG ;Content string ;Style *GraphicSVGStyle ;Width float64 ;Height float64 ;_ffd float64 ;};func (_gbe *GraphicSVG )toContentStream (_fbe *_a .ContentCreator ,_bea *_dd .PdfPageResources ){_edge ,_ecd :=_cfgg (_gbe .Attributes ,_gbe ._ffd ); +if _ecd !=nil {_bf .Log .Debug ("U\u006e\u0061\u0062\u006c\u0065\u0020t\u006f\u0020\u0070\u0061\u0072\u0073e\u0020\u0073\u0074\u0079\u006c\u0065\u0020a\u0074\u0074\u0072\u0069\u0062\u0075\u0074\u0065\u003a\u0020%\u0076",_ecd );};_gbe .Style =_edge ;switch _gbe .Name {case "\u0070\u0061\u0074\u0068":_ag (_gbe ,_fbe ,_bea ); +for _ ,_bdb :=range _gbe .Children {_bdb .toContentStream (_fbe ,_bea );};case "\u0072\u0065\u0063\u0074":_ee (_gbe ,_fbe ,_bea );for _ ,_ceac :=range _gbe .Children {_ceac .toContentStream (_fbe ,_bea );};case "\u0063\u0069\u0072\u0063\u006c\u0065":_fcg (_gbe ,_fbe ,_bea ); +for _ ,_cfa :=range _gbe .Children {_cfa .toContentStream (_fbe ,_bea );};case "\u0065l\u006c\u0069\u0070\u0073\u0065":_abf (_gbe ,_fbe ,_bea );for _ ,_ebbg :=range _gbe .Children {_ebbg .toContentStream (_fbe ,_bea );};case "\u0070\u006f\u006c\u0079\u006c\u0069\u006e\u0065":_ecf (_gbe ,_fbe ,_bea ); +for _ ,_faa :=range _gbe .Children {_faa .toContentStream (_fbe ,_bea );};case "\u0070o\u006c\u0079\u0067\u006f\u006e":_cfc (_gbe ,_fbe ,_bea );for _ ,_ggg :=range _gbe .Children {_ggg .toContentStream (_fbe ,_bea );};case "\u006c\u0069\u006e\u0065":_bbg (_gbe ,_fbe ,_bea ); +for _ ,_aeda :=range _gbe .Children {_aeda .toContentStream (_fbe ,_bea );};case "\u0074\u0065\u0078\u0074":_daaf (_gbe ,_fbe ,_bea );for _ ,_fbc :=range _gbe .Children {_fbc .toContentStream (_fbe ,_bea );};case "\u0067":_gbfc ,_ega :=_gbe .Attributes ["\u0066\u0069\u006c\u006c"]; +_fed ,_beagg :=_gbe .Attributes ["\u0073\u0074\u0072\u006f\u006b\u0065"];_afaa ,_aebb :=_gbe .Attributes ["\u0073\u0074\u0072o\u006b\u0065\u002d\u0077\u0069\u0064\u0074\u0068"];_adg ,_ggbf :=_gbe .Attributes ["\u0074r\u0061\u006e\u0073\u0066\u006f\u0072m"]; +for _ ,_abc :=range _gbe .Children {if _ ,_ebe :=_abc .Attributes ["\u0066\u0069\u006c\u006c"];!_ebe &&_ega {_abc .Attributes ["\u0066\u0069\u006c\u006c"]=_gbfc ;};if _ ,_aec :=_abc .Attributes ["\u0073\u0074\u0072\u006f\u006b\u0065"];!_aec &&_beagg {_abc .Attributes ["\u0073\u0074\u0072\u006f\u006b\u0065"]=_fed ; +};if _ ,_bcd :=_abc .Attributes ["\u0073\u0074\u0072o\u006b\u0065\u002d\u0077\u0069\u0064\u0074\u0068"];!_bcd &&_aebb {_abc .Attributes ["\u0073\u0074\u0072o\u006b\u0065\u002d\u0077\u0069\u0064\u0074\u0068"]=_afaa ;};if _ ,_bge :=_abc .Attributes ["\u0074r\u0061\u006e\u0073\u0066\u006f\u0072m"]; +!_bge &&_ggbf {_abc .Attributes ["\u0074r\u0061\u006e\u0073\u0066\u006f\u0072m"]=_adg ;};_abc .toContentStream (_fbe ,_bea );};};};func (_abg *Command )isAbsolute ()bool {return _abg .Symbol ==_f .ToUpper (_abg .Symbol )};func ParseFromStream (source _daa .Reader )(*GraphicSVG ,error ){_gcbf :=_bc .NewDecoder (source ); +_gcbf .CharsetReader =_be .NewReaderLabel ;_ede ,_edgfb :=_ffc (_gcbf );if _edgfb !=nil {return nil ,_edgfb ;};if _bbad :=_ede .Decode (_gcbf );_bbad !=nil &&_bbad !=_daa .EOF {return nil ,_bbad ;};return _ede ,nil ;};var _cbfd commands ;func _ebd (_cfb string )(float64 ,error ){_cfb =_f .TrimSpace (_cfb ); +var _ggdg float64 ;if _f .HasSuffix (_cfb ,"\u0025"){_fcdd ,_fdfe :=_df .ParseFloat (_f .TrimSuffix (_cfb ,"\u0025"),64);if _fdfe !=nil {return 0,_fdfe ;};_ggdg =(_fcdd *255.0)/100.0;}else {_gga ,_ddbc :=_df .Atoi (_cfb );if _ddbc !=nil {return 0,_ddbc ; +};_ggdg =float64 (_gga );};return _ggdg ,nil ;};var (_e =[]string {"\u0063\u006d","\u006d\u006d","\u0070\u0078","\u0070\u0074"};_af =map[string ]float64 {"\u0063\u006d":_gdd ,"\u006d\u006d":_gc ,"\u0070\u0078":_fc ,"\u0070\u0074":1};);func _gaf (_dba []float64 )[]float64 {for _eagf ,_ecc :=0,len (_dba )-1; +_eagf < _ecc ;_eagf ,_ecc =_eagf +1,_ecc -1{_dba [_eagf ],_dba [_ecc ]=_dba [_ecc ],_dba [_eagf ];};return _dba ;};func _babae (_fcf string )(_cdfd ,_daag string ){if _fcf ==""||(_fcf [len (_fcf )-1]>='0'&&_fcf [len (_fcf )-1]<='9'){return _fcf ,"";};_cdfd =_fcf ; +for _ ,_fde :=range _e {if _f .Contains (_cdfd ,_fde ){_daag =_fde ;};_cdfd =_f .TrimSuffix (_cdfd ,_fde );};return ;};func _fede ()commands {var _def =map[string ]int {"\u006d":2,"\u007a":0,"\u006c":2,"\u0068":1,"\u0076":1,"\u0063":6,"\u0073":4,"\u0071":4,"\u0074":2,"\u0061":7}; +var _aeee []string ;for _ddf :=range _def {_aeee =append (_aeee ,_ddf );};return commands {_aeee ,_def ,"\u006d","\u007a"};};func _gdcf (_eddc string )(float64 ,error ){_eddc =_f .TrimSpace (_eddc );var _addg float64 ;if _f .HasSuffix (_eddc ,"\u0025"){_adab ,_dcga :=_df .ParseFloat (_f .TrimSuffix (_eddc ,"\u0025"),64); +if _dcga !=nil {return 0,_dcga ;};_addg =_adab /100.0;}else {_bdgfc ,_facc :=_df .ParseFloat (_eddc ,64);if _facc !=nil {return 0,_facc ;};_addg =_bdgfc ;};return _addg ,nil ;};func (_eegc *GraphicSVGStyle )toContentStream (_bga *_a .ContentCreator ,_fdd *_dd .PdfPageResources ){if _eegc ==nil {return ; +};if _eegc .FillColor !=""{var _abb ,_dbca ,_fbea float64 ;if _bbe ,_aeec :=_c .ColorMap [_eegc .FillColor ];_aeec {_fddg ,_bab ,_dcgg ,_ :=_bbe .RGBA ();_abb ,_dbca ,_fbea =float64 (_fddg ),float64 (_bab ),float64 (_dcgg );}else if _f .HasPrefix (_eegc .FillColor ,"\u0072\u0067\u0062\u0028"){_abb ,_dbca ,_fbea =_aag (_eegc .FillColor ); +}else {_abb ,_dbca ,_fbea =_add (_eegc .FillColor );};_bga .Add_rg (_abb ,_dbca ,_fbea );};if _eegc .FillOpacity < 1.0{_fbfb :=0;_cgg :=_dfd .PdfObjectName (_g .Sprintf ("\u0047\u0053\u0025\u0064",_fbfb ));for {_ ,_cdc :=_fdd .GetExtGState (_cgg );if !_cdc {break ; +};_fbfb ++;_cgg =_dfd .PdfObjectName (_g .Sprintf ("\u0047\u0053\u0025\u0064",_fbfb ));};_fedb :=_dfd .MakeDict ();_fedb .Set ("\u0063\u0061",_dfd .MakeFloat (_eegc .FillOpacity ));_gbfb :=_fdd .AddExtGState (_cgg ,_dfd .MakeIndirectObject (_fedb ));if _gbfb !=nil {_bf .Log .Debug (_gbfb .Error ()); +return ;};_bga .Add_gs (_cgg );};if _eegc .StrokeColor !=""{var _acc ,_dac ,_daae float64 ;if _bgab ,_bad :=_c .ColorMap [_eegc .StrokeColor ];_bad {_fdga ,_aabb ,_abcd ,_ :=_bgab .RGBA ();_acc ,_dac ,_daae =float64 (_fdga )/255.0,float64 (_aabb )/255.0,float64 (_abcd )/255.0; +}else if _f .HasPrefix (_eegc .FillColor ,"\u0072\u0067\u0062\u0028"){_acc ,_dac ,_daae =_aag (_eegc .FillColor );}else {_acc ,_dac ,_daae =_add (_eegc .StrokeColor );};_bga .Add_RG (_acc ,_dac ,_daae );};if _eegc .StrokeWidth > 0{_bga .Add_w (_eegc .StrokeWidth ); +};};func _aag (_gecc string )(float64 ,float64 ,float64 ){_facb :=_f .TrimPrefix (_gecc ,"\u0072\u0067\u0062\u0028");_facb =_f .TrimSuffix (_facb ,"\u0029");_eed :=_f .Split (_facb ,"\u002c");if len (_eed )!=3{_bf .Log .Debug ("I\u006e\u0076\u0061\u006c\u0069\u0064 \u0072\u0067\u0062\u0020\u0063\u006fl\u006f\u0072\u0020\u0073\u0070\u0065\u0063i\u0066\u0069\u0063\u0061\u0074\u0069\u006f\u006e\u003a\u0020%\u0073",_gecc ); +return 0,0,0;};var _adfa ,_gac ,_ffda float64 ;_adfa ,_adbcg :=_ebd (_eed [0]);if _adbcg !=nil {_bf .Log .Debug ("I\u006e\u0076\u0061\u006c\u0069\u0064 \u0072\u0067\u0062\u0020\u0063\u006fl\u006f\u0072\u0020\u0073\u0070\u0065\u0063i\u0066\u0069\u0063\u0061\u0074\u0069\u006f\u006e\u003a\u0020%\u0073",_gecc ); +return 0,0,0;};_gac ,_adbcg =_ebd (_eed [1]);if _adbcg !=nil {_bf .Log .Debug ("I\u006e\u0076\u0061\u006c\u0069\u0064 \u0072\u0067\u0062\u0020\u0063\u006fl\u006f\u0072\u0020\u0073\u0070\u0065\u0063i\u0066\u0069\u0063\u0061\u0074\u0069\u006f\u006e\u003a\u0020%\u0073",_gecc ); +return 0,0,0;};_ffda ,_adbcg =_ebd (_eed [2]);if _adbcg !=nil {_bf .Log .Debug ("I\u006e\u0076\u0061\u006c\u0069\u0064 \u0072\u0067\u0062\u0020\u0063\u006fl\u006f\u0072\u0020\u0073\u0070\u0065\u0063i\u0066\u0069\u0063\u0061\u0074\u0069\u006f\u006e\u003a\u0020%\u0073",_gecc ); +return 0,0,0;};_aagb :=_adfa /255.0;_bfce :=_gac /255.0;_dbb :=_ffda /255.0;return _aagb ,_bfce ,_dbb ;};func _bgcd (_cca []*Command )*Path {_cde :=&Path {};var _agef []*Command ;for _edd ,_ecfb :=range _cca {switch _f .ToLower (_ecfb .Symbol ){case _cbfd ._bffb :if len (_agef )> 0{_cde .Subpaths =append (_cde .Subpaths ,&Subpath {_agef }); +};_agef =[]*Command {_ecfb };case _cbfd ._edef :_agef =append (_agef ,_ecfb );_cde .Subpaths =append (_cde .Subpaths ,&Subpath {_agef });_agef =[]*Command {};default:_agef =append (_agef ,_ecfb );if len (_cca )==_edd +1{_cde .Subpaths =append (_cde .Subpaths ,&Subpath {_agef }); +};};};return _cde ;};const (_fc =0.72;_gdd =28.3464;_gc =_gdd /10;_bd =0.551784;_fb =96;_bb =16.0;_fg float64 =72;);func _ffea (_bccc rune )bool {return _bccc =='('||_bccc ==','||_bccc ==')'};func _ag (_beb *GraphicSVG ,_ad *_a .ContentCreator ,_ab *_dd .PdfPageResources ){_ad .Add_q (); +_beb .Style .toContentStream (_ad ,_ab );_ccg (_beb ,_ad );_ed ,_fa :=_afg (_beb .Attributes ["\u0064"]);if _fa !=nil {_bf .Log .Error ("\u0045R\u0052\u004f\u0052\u003a\u0020\u0025s",_fa .Error ());};var (_afa ,_gcd =0.0,0.0;_aa ,_bba =0.0,0.0;_gdb *Command ; +);for _ ,_dg :=range _ed .Subpaths {for _ ,_gf :=range _dg .Commands {switch _f .ToLower (_gf .Symbol ){case "\u006d":_aa ,_bba =_gf .Params [0]*_beb ._ffd ,_gf .Params [1]*_beb ._ffd ;if !_gf .isAbsolute (){_aa ,_bba =_afa +_aa -_beb .ViewBox .X ,_gcd +_bba -_beb .ViewBox .Y ; +};_ad .Add_m (_bebb (_aa ,3),_bebb (_bba ,3));_afa ,_gcd =_aa ,_bba ;case "\u0063":_dc ,_fab ,_ge ,_adb ,_fgf ,_dgg :=_gf .Params [0]*_beb ._ffd ,_gf .Params [1]*_beb ._ffd ,_gf .Params [2]*_beb ._ffd ,_gf .Params [3]*_beb ._ffd ,_gf .Params [4]*_beb ._ffd ,_gf .Params [5]*_beb ._ffd ; +if !_gf .isAbsolute (){_dc ,_fab ,_ge ,_adb ,_fgf ,_dgg =_afa +_dc ,_gcd +_fab ,_afa +_ge ,_gcd +_adb ,_afa +_fgf ,_gcd +_dgg ;};_ad .Add_c (_bebb (_dc ,3),_bebb (_fab ,3),_bebb (_ge ,3),_bebb (_adb ,3),_bebb (_fgf ,3),_bebb (_dgg ,3));_afa ,_gcd =_fgf ,_dgg ; +case "\u0073":_fcd ,_cg ,_bg ,_gff :=_gf .Params [0]*_beb ._ffd ,_gf .Params [1]*_beb ._ffd ,_gf .Params [2]*_beb ._ffd ,_gf .Params [3]*_beb ._ffd ;if !_gf .isAbsolute (){_fcd ,_cg ,_bg ,_gff =_afa +_fcd ,_gcd +_cg ,_afa +_bg ,_gcd +_gff ;};_ad .Add_c (_bebb (_afa ,3),_bebb (_gcd ,3),_bebb (_fcd ,3),_bebb (_cg ,3),_bebb (_bg ,3),_bebb (_gff ,3)); +_afa ,_gcd =_bg ,_gff ;case "\u006c":_gb ,_ac :=_gf .Params [0]*_beb ._ffd ,_gf .Params [1]*_beb ._ffd ;if !_gf .isAbsolute (){_gb ,_ac =_afa +_gb ,_gcd +_ac ;};_ad .Add_l (_bebb (_gb ,3),_bebb (_ac ,3));_afa ,_gcd =_gb ,_ac ;case "\u0068":_bgf :=_gf .Params [0]*_beb ._ffd ; +if !_gf .isAbsolute (){_bgf =_afa +_bgf ;};_ad .Add_l (_bebb (_bgf ,3),_bebb (_gcd ,3));_afa =_bgf ;case "\u0076":_ae :=_gf .Params [0]*_beb ._ffd ;if !_gf .isAbsolute (){_ae =_gcd +_ae ;};_ad .Add_l (_bebb (_afa ,3),_bebb (_ae ,3));_gcd =_ae ;case "\u0071":_ec ,_ea ,_adbf ,_ade :=_gf .Params [0]*_beb ._ffd ,_gf .Params [1]*_beb ._ffd ,_gf .Params [2]*_beb ._ffd ,_gf .Params [3]*_beb ._ffd ; +if !_gf .isAbsolute (){_ec ,_ea ,_adbf ,_ade =_afa +_ec ,_gcd +_ea ,_afa +_adbf ,_gcd +_ade ;};_cgc ,_agf :=_c .QuadraticToCubicBezier (_afa ,_gcd ,_ec ,_ea ,_adbf ,_ade );_ad .Add_c (_bebb (_cgc .X ,3),_bebb (_cgc .Y ,3),_bebb (_agf .X ,3),_bebb (_agf .Y ,3),_bebb (_adbf ,3),_bebb (_ade ,3)); +_afa ,_gcd =_adbf ,_ade ;case "\u0074":var _fcb ,_ggb _c .Point ;_cd ,_gec :=_gf .Params [0]*_beb ._ffd ,_gf .Params [1]*_beb ._ffd ;if !_gf .isAbsolute (){_cd ,_gec =_afa +_cd ,_gcd +_gec ;};if _gdb !=nil &&_f .ToLower (_gdb .Symbol )=="\u0071"{_cgcf :=_c .Point {X :_gdb .Params [0]*_beb ._ffd ,Y :_gdb .Params [1]*_beb ._ffd }; +_fbf :=_c .Point {X :_gdb .Params [2]*_beb ._ffd ,Y :_gdb .Params [3]*_beb ._ffd };_gge :=_fbf .Mul (2.0).Sub (_cgcf );_fcb ,_ggb =_c .QuadraticToCubicBezier (_afa ,_gcd ,_gge .X ,_gge .Y ,_cd ,_gec );};_ad .Add_c (_bebb (_fcb .X ,3),_bebb (_fcb .Y ,3),_bebb (_ggb .X ,3),_bebb (_ggb .Y ,3),_bebb (_cd ,3),_bebb (_gec ,3)); +_afa ,_gcd =_cd ,_gec ;case "\u0061":_dfdg ,_agg :=_gf .Params [0]*_beb ._ffd ,_gf .Params [1]*_beb ._ffd ;_bdc :=_gf .Params [2];_ged :=_gf .Params [3]> 0;_ccc :=_gf .Params [4]> 0;_ef ,_aad :=_gf .Params [5]*_beb ._ffd ,_gf .Params [6]*_beb ._ffd ;if !_gf .isAbsolute (){_ef ,_aad =_afa +_ef ,_gcd +_aad ; +};_eda :=_c .EllipseToCubicBeziers (_afa ,_gcd ,_dfdg ,_agg ,_bdc ,_ged ,_ccc ,_ef ,_aad );for _ ,_aaa :=range _eda {_ad .Add_c (_bebb (_aaa [1].X ,3),_bebb ((_aaa [1].Y ),3),_bebb ((_aaa [2].X ),3),_bebb ((_aaa [2].Y ),3),_bebb ((_aaa [3].X ),3),_bebb ((_aaa [3].Y ),3)); +};_afa ,_gcd =_ef ,_aad ;case "\u007a":_ad .Add_h ();};_gdb =_gf ;};};_beb .Style .fillStroke (_ad );_ad .Add_h ();_ad .Add_Q ();};func (_ceg *Path )compare (_gbgf *Path )bool {if len (_ceg .Subpaths )!=len (_gbgf .Subpaths ){return false ;};for _fggd ,_cgee :=range _ceg .Subpaths {if !_cgee .compare (_gbgf .Subpaths [_fggd ]){return false ; +};};return true ;};func _add (_ggbfd string )(_caac ,_ddb ,_faca float64 ){if (len (_ggbfd )!=4&&len (_ggbfd )!=7)||_ggbfd [0]!='#'{_bf .Log .Debug ("I\u006ev\u0061\u006c\u0069\u0064\u0020\u0068\u0065\u0078 \u0063\u006f\u0064\u0065: \u0025\u0073",_ggbfd ); +return _caac ,_ddb ,_faca ;};var _bgae ,_agcg ,_fdgc int ;if len (_ggbfd )==4{var _ffgfb ,_abcc ,_ccfc int ;_bdgf ,_acgb :=_g .Sscanf (_ggbfd ,"\u0023\u0025\u0031\u0078\u0025\u0031\u0078\u0025\u0031\u0078",&_ffgfb ,&_abcc ,&_ccfc );if _acgb !=nil {_bf .Log .Debug ("\u0049\u006e\u0076a\u006c\u0069\u0064\u0020h\u0065\u0078\u0020\u0063\u006f\u0064\u0065:\u0020\u0025\u0073\u002c\u0020\u0065\u0072\u0072\u006f\u0072\u003a\u0020\u0025\u0076",_ggbfd ,_acgb ); +return _caac ,_ddb ,_faca ;};if _bdgf !=3{_bf .Log .Debug ("I\u006ev\u0061\u006c\u0069\u0064\u0020\u0068\u0065\u0078 \u0063\u006f\u0064\u0065: \u0025\u0073",_ggbfd );return _caac ,_ddb ,_faca ;};_bgae =_ffgfb *16+_ffgfb ;_agcg =_abcc *16+_abcc ;_fdgc =_ccfc *16+_ccfc ; +}else {_cag ,_abcf :=_g .Sscanf (_ggbfd ,"\u0023\u0025\u0032\u0078\u0025\u0032\u0078\u0025\u0032\u0078",&_bgae ,&_agcg ,&_fdgc );if _abcf !=nil {_bf .Log .Debug ("I\u006ev\u0061\u006c\u0069\u0064\u0020\u0068\u0065\u0078 \u0063\u006f\u0064\u0065: \u0025\u0073",_ggbfd ); +return _caac ,_ddb ,_faca ;};if _cag !=3{_bf .Log .Debug ("\u0049\u006e\u0076\u0061\u006c\u0069d\u0020\u0068\u0065\u0078\u0020\u0063\u006f\u0064\u0065\u003a\u0020\u0025\u0073,\u0020\u006e\u0020\u0021\u003d\u0020\u0033 \u0028\u0025\u0064\u0029",_ggbfd ,_cag ); +return _caac ,_ddb ,_faca ;};};_dced :=float64 (_bgae )/255.0;_ecfg :=float64 (_agcg )/255.0;_dbf :=float64 (_fdgc )/255.0;return _dced ,_ecfg ,_dbf ;};func ParseFromString (svgStr string )(*GraphicSVG ,error ){return ParseFromStream (_f .NewReader (svgStr )); +};func (_fbed *GraphicSVG )SetScaling (xFactor ,yFactor float64 ){_efgg :=_fbed .Width /_fbed .ViewBox .W ;_beg :=_fbed .Height /_fbed .ViewBox .H ;_fbed .setDefaultScaling (_da .Max (_efgg ,_beg ));for _ ,_fcc :=range _fbed .Children {_fcc .SetScaling (xFactor ,yFactor ); +};};func (_adf *GraphicSVGStyle )fillStroke (_eec *_a .ContentCreator ){if _adf .FillColor !=""&&_adf .StrokeColor !=""{_eec .Add_B ();}else if _adf .FillColor !=""{_eec .Add_f ();}else if _adf .StrokeColor !=""{_eec .Add_S ();};};func _fcg (_ggf *GraphicSVG ,_bgd *_a .ContentCreator ,_fff *_dd .PdfPageResources ){_bgd .Add_q (); +_ggf .Style .toContentStream (_bgd ,_fff );_deb ,_eb :=_bbab (_ggf .Attributes ["\u0063\u0078"],64);if _eb !=nil {_bf .Log .Debug ("\u0045\u0072\u0072or\u0020\u0077\u0068\u0069\u006c\u0065\u0020\u0070\u0061r\u0073i\u006eg\u0020`\u0063\u0078\u0060\u0020\u0076\u0061\u006c\u0075\u0065\u003a\u0020\u0025\u0076",_eb .Error ()); +};_efa ,_eb :=_bbab (_ggf .Attributes ["\u0063\u0079"],64);if _eb !=nil {_bf .Log .Debug ("\u0045\u0072\u0072or\u0020\u0077\u0068\u0069\u006c\u0065\u0020\u0070\u0061r\u0073i\u006eg\u0020`\u0063\u0079\u0060\u0020\u0076\u0061\u006c\u0075\u0065\u003a\u0020\u0025\u0076",_eb .Error ()); +};_bag ,_eb :=_bbab (_ggf .Attributes ["\u0072"],64);if _eb !=nil {_bf .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020w\u0068\u0069\u006c\u0065\u0020\u0070\u0061\u0072\u0073\u0069\u006e\u0067\u0020`\u0072\u0060\u0020\u0076\u0061\u006c\u0075e\u003a\u0020\u0025\u0076",_eb .Error ()); +};_cf :=_bag *_ggf ._ffd ;_dea :=_bag *_ggf ._ffd ;_dag :=_cf *_bd ;_bgc :=_dea *_bd ;_gcg :=_gd .NewCubicBezierPath ();_gcg =_gcg .AppendCurve (_gd .NewCubicBezierCurve (-_cf ,0,-_cf ,_bgc ,-_dag ,_dea ,0,_dea ));_gcg =_gcg .AppendCurve (_gd .NewCubicBezierCurve (0,_dea ,_dag ,_dea ,_cf ,_bgc ,_cf ,0)); +_gcg =_gcg .AppendCurve (_gd .NewCubicBezierCurve (_cf ,0,_cf ,-_bgc ,_dag ,-_dea ,0,-_dea ));_gcg =_gcg .AppendCurve (_gd .NewCubicBezierCurve (0,-_dea ,-_dag ,-_dea ,-_cf ,-_bgc ,-_cf ,0));_gcg =_gcg .Offset (_deb *_ggf ._ffd ,_efa *_ggf ._ffd );if _ggf .Style .StrokeWidth > 0{_gcg =_gcg .Offset (_ggf .Style .StrokeWidth /2,_ggf .Style .StrokeWidth /2); +};_gd .DrawBezierPathWithCreator (_gcg ,_bgd );_ggf .Style .fillStroke (_bgd );_bgd .Add_h ();_bgd .Add_Q ();};func _ead (_fbeag string )([]float64 ,error ){_bfbg :=-1;var _aga []float64 ;_fgfc :=' ';for _cabb ,_feg :=range _fbeag {if !_d .IsNumber (_feg )&&_feg !='.'&&!(_feg =='-'&&_fgfc =='e')&&_feg !='e'{if _bfbg !=-1{_egd ,_efggb :=_gaag (_fbeag [_bfbg :_cabb ]); +if _efggb !=nil {return _aga ,_efggb ;};_aga =append (_aga ,_egd ...);};if _feg =='-'{_bfbg =_cabb ;}else {_bfbg =-1;};}else if _bfbg ==-1{_bfbg =_cabb ;};_fgfc =_feg ;};if _bfbg !=-1&&_bfbg !=len (_fbeag ){_dbg ,_eabd :=_gaag (_fbeag [_bfbg :]);if _eabd !=nil {return _aga ,_eabd ; +};_aga =append (_aga ,_dbg ...);};return _aga ,nil ;};type GraphicSVGStyle struct{FillColor string ;StrokeColor string ;StrokeWidth float64 ;FillOpacity float64 ;};func _bebb (_gbc float64 ,_fbbf int )float64 {_cce :=_da .Pow (10,float64 (_fbbf ));return float64 (_ffee (_gbc *_cce ))/_cce ; +};type commands struct{_adbc []string ;_abca map[string ]int ;_bffb string ;_edef string ;};func _daaf (_fbd *GraphicSVG ,_aeb *_a .ContentCreator ,_gba *_dd .PdfPageResources ){_aeb .Add_BT ();_baf ,_agbe :=_bbab (_fbd .Attributes ["\u0078"],64);if _agbe !=nil {_bf .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020w\u0068\u0069\u006c\u0065\u0020\u0070\u0061\u0072\u0073\u0069\u006e\u0067\u0020`\u0078\u0060\u0020\u0076\u0061\u006c\u0075e\u003a\u0020\u0025\u0076",_agbe .Error ()); +};_dgf ,_agbe :=_bbab (_fbd .Attributes ["\u0079"],64);if _agbe !=nil {_bf .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020w\u0068\u0069\u006c\u0065\u0020\u0070\u0061\u0072\u0073\u0069\u006e\u0067\u0020`\u0079\u0060\u0020\u0076\u0061\u006c\u0075e\u003a\u0020\u0025\u0076",_agbe .Error ()); +};_edgf :=_fbd .Attributes ["\u0066\u0069\u006c\u006c"];var _caae ,_dcf ,_cge float64 ;if _cea ,_cdg :=_c .ColorMap [_edgf ];_cdg {_bdd ,_cdb ,_ebb ,_ :=_cea .RGBA ();_caae ,_dcf ,_cge =float64 (_bdd ),float64 (_cdb ),float64 (_ebb );}else if _f .HasPrefix (_edgf ,"\u0072\u0067\u0062\u0028"){_caae ,_dcf ,_cge =_aag (_edgf ); +}else {_caae ,_dcf ,_cge =_add (_edgf );};_aeb .Add_rg (_caae ,_dcf ,_cge );_fcgd :=_bb ;if _fce ,_ffe :=_fbd .Attributes ["\u0066o\u006e\u0074\u002d\u0073\u0069\u007ae"];_ffe {_fcgd ,_agbe =_df .ParseFloat (_fce ,64);if _agbe !=nil {_bf .Log .Debug ("\u0045\u0072\u0072\u006f\u0072 \u0077\u0068\u0069\u006c\u0065\u0020\u0070\u0061\u0072\u0073\u0069\u006e\u0067 \u0060\u0066\u006f\u006e\u0074\u002d\u0073\u0069\u007a\u0065\u0060\u0020\u0076\u0061\u006c\u0075\u0065\u003a\u0020\u0025\u0076",_agbe .Error ()); +_fcgd =_bb ;};};_agc :=_fbd ._ffd *_fcgd *_fg /_fb ;_ecb :=_dfd .PdfObjectName ("\u0053\u0046\u006fn\u0074");_daaa :=_dd .DefaultFont ();_edggg ,_dfa :=_fbd .Attributes ["f\u006f\u006e\u0074\u002d\u0066\u0061\u006d\u0069\u006c\u0079"];if _dfa {if _ebg ,_fae :=_gbf (_edggg ); +_fae ==nil {_daaa =_ebg ;_cbe :=1;for _gba .HasFontByName (_ecb ){_ecb =_dfd .PdfObjectName ("\u0053\u0046\u006fn\u0074"+_df .Itoa (_cbe ));_cbe ++;};};};_aed :=0.0;_dfg ,_dfa :=_fbd .Attributes ["t\u0065\u0078\u0074\u002d\u0061\u006e\u0063\u0068\u006f\u0072"]; +if _dfa &&_dfg !="\u0073\u0074\u0061r\u0074"{var _egf float64 ;for _ ,_dab :=range _fbd .Content {_geef ,_aab :=_daaa .GetRuneMetrics (_dab );if !_aab {_bf .Log .Debug ("\u0045\u0052\u0052OR\u003a\u0020\u0075\u006e\u0073\u0075\u0070\u0070\u006fr\u0074e\u0064 \u0072u\u006e\u0065\u0020\u0025\u0076\u0020\u0069\u006e\u0020\u0066\u006f\u006e\u0074",_dab ); +};_egf +=_geef .Wx ;};_egf =_egf *_agc /1000.0;if _dfg =="\u006d\u0069\u0064\u0064\u006c\u0065"{_aed =-_egf /2;}else if _dfg =="\u0065\u006e\u0064"{_aed =-_egf ;};};_aeb .Add_Tm (1,0,0,-1,_baf *_fbd ._ffd +_aed ,_dgf *_fbd ._ffd );_gba .SetFontByName (_ecb ,_daaa .ToPdfObject ()); +_aeb .Add_Tf (_ecb ,_agc );_ffg :=_fbd .Content ;_bff :=_dfd .MakeString (_ffg );_aeb .Add_Tj (*_bff );_aeb .Add_ET ();};func _ccg (_bdcb *GraphicSVG ,_fcga *_a .ContentCreator ){_bcce ,_cfg :=_bdcb .Attributes ["\u0074r\u0061\u006e\u0073\u0066\u006f\u0072m"]; +if _cfg {_bffc :=_f .Fields (_bcce );for _ ,_db :=range _bffc {_cdd :=_f .FieldsFunc (_db ,_ffea );if len (_cdd )< 3{_bf .Log .Debug ("\u0063\u0061\u006e't\u0020\u0070\u0061\u0072\u0073\u0065\u0020\u0074\u0072a\u006es\u0066o\u0072m\u0020\u0061\u0074\u0074\u0072\u0069\u0062\u0075\u0074\u0065\u0020\u0025\u0076",_bcce ); +return ;};_ffgf ,_bbc :=_bbab (_cdd [1],64);if _bbc !=nil {_bf .Log .Debug ("\u0063\u0061\u006e't\u0020\u0070\u0061\u0072\u0073\u0065\u0020\u0074\u0072a\u006es\u0066o\u0072m\u0020\u0061\u0074\u0074\u0072\u0069\u0062\u0075\u0074\u0065\u0020\u0025\u0076",_bcce ); +return ;};_gbg ,_bbc :=_bbab (_cdd [2],64);if _bbc !=nil {_bf .Log .Debug ("\u0063\u0061\u006e't\u0020\u0070\u0061\u0072\u0073\u0065\u0020\u0074\u0072a\u006es\u0066o\u0072m\u0020\u0061\u0074\u0074\u0072\u0069\u0062\u0075\u0074\u0065\u0020\u0025\u0076",_bcce ); +return ;};if _cdd [0]=="\u0074r\u0061\u006e\u0073\u006c\u0061\u0074e"{_fcga .Translate (_ffgf ,_gbg );}else if _cdd [0]=="\u0073\u0063\u0061l\u0065"{_fcga .Scale (_ffgf ,_gbg );}else {_bf .Log .Debug ("\u0063\u0061\u006e't\u0020\u0070\u0061\u0072\u0073\u0065\u0020\u0074\u0072a\u006es\u0066o\u0072m\u0020\u0061\u0074\u0074\u0072\u0069\u0062\u0075\u0074\u0065\u0020\u0025\u0076",_bcce ); +return ;};};};};func _ffee (_cba float64 )int {return int (_cba +_da .Copysign (0.5,_cba ))};func _ee (_gfb *GraphicSVG ,_dfb *_a .ContentCreator ,_ff *_dd .PdfPageResources ){_dfb .Add_q ();_gfb .Style .toContentStream (_dfb ,_ff );_fd ,_ba :=_bbab (_gfb .Attributes ["\u0078"],64); +if _ba !=nil {_bf .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020w\u0068\u0069\u006c\u0065\u0020\u0070\u0061\u0072\u0073\u0069\u006e\u0067\u0020`\u0078\u0060\u0020\u0076\u0061\u006c\u0075e\u003a\u0020\u0025\u0076",_ba .Error ());};_gce ,_ba :=_bbab (_gfb .Attributes ["\u0079"],64); +if _ba !=nil {_bf .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020w\u0068\u0069\u006c\u0065\u0020\u0070\u0061\u0072\u0073\u0069\u006e\u0067\u0020`\u0079\u0060\u0020\u0076\u0061\u006c\u0075e\u003a\u0020\u0025\u0076",_ba .Error ());};_fgd ,_ba :=_bbab (_gfb .Attributes ["\u0077\u0069\u0064t\u0068"],64); +if _ba !=nil {_bf .Log .Debug ("\u0045\u0072\u0072o\u0072\u0020\u0077\u0068\u0069\u006c\u0065\u0020\u0070\u0061\u0072\u0073\u0069\u006e\u0067\u0020\u0073\u0074\u0072\u006f\u006b\u0065\u0020\u0077\u0069\u0064\u0074\u0068\u0020v\u0061\u006c\u0075\u0065\u003a\u0020\u0025\u0076",_ba .Error ()); +};_ca ,_ba :=_bbab (_gfb .Attributes ["\u0068\u0065\u0069\u0067\u0068\u0074"],64);if _ba !=nil {_bf .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0077h\u0069\u006c\u0065 \u0070\u0061\u0072\u0073i\u006e\u0067\u0020\u0073\u0074\u0072\u006f\u006b\u0065\u0020\u0068\u0065\u0069\u0067\u0068\u0074\u0020\u0076\u0061\u006c\u0075\u0065\u003a\u0020\u0025\u0076",_ba .Error ()); +};_dfb .Add_re (_fd *_gfb ._ffd ,_gce *_gfb ._ffd ,_fgd *_gfb ._ffd ,_ca *_gfb ._ffd );_gfb .Style .fillStroke (_dfb );_dfb .Add_Q ();};func _afg (_fffd string )(*Path ,error ){_cbfd =_fede ();_geg ,_baba :=_aeg (_fdac (_fffd ));if _baba !=nil {return nil ,_baba ; +};return _bgcd (_geg ),nil ;};func _gbf (_efe string )(*_dd .PdfFont ,error ){_deaa ,_aee :=map[string ]_dd .StdFontName {"\u0063o\u0075\u0072\u0069\u0065\u0072":_dd .CourierName ,"\u0063\u006f\u0075r\u0069\u0065\u0072\u002d\u0062\u006f\u006c\u0064":_dd .CourierBoldName ,"\u0063o\u0075r\u0069\u0065\u0072\u002d\u006f\u0062\u006c\u0069\u0071\u0075\u0065":_dd .CourierObliqueName ,"c\u006fu\u0072\u0069\u0065\u0072\u002d\u0062\u006f\u006cd\u002d\u006f\u0062\u006ciq\u0075\u0065":_dd .CourierBoldObliqueName ,"\u0068e\u006c\u0076\u0065\u0074\u0069\u0063a":_dd .HelveticaName ,"\u0068\u0065\u006c\u0076\u0065\u0074\u0069\u0063\u0061-\u0062\u006f\u006c\u0064":_dd .HelveticaBoldName ,"\u0068\u0065\u006c\u0076\u0065\u0074\u0069\u0063\u0061\u002d\u006f\u0062l\u0069\u0071\u0075\u0065":_dd .HelveticaObliqueName ,"\u0068\u0065\u006c\u0076et\u0069\u0063\u0061\u002d\u0062\u006f\u006c\u0064\u002d\u006f\u0062\u006c\u0069\u0071u\u0065":_dd .HelveticaBoldObliqueName ,"\u0073\u0079\u006d\u0062\u006f\u006c":_dd .SymbolName ,"\u007a\u0061\u0070\u0066\u002d\u0064\u0069\u006e\u0067\u0062\u0061\u0074\u0073":_dd .ZapfDingbatsName ,"\u0074\u0069\u006de\u0073":_dd .TimesRomanName ,"\u0074\u0069\u006d\u0065\u0073\u002d\u0062\u006f\u006c\u0064":_dd .TimesBoldName ,"\u0074\u0069\u006de\u0073\u002d\u0069\u0074\u0061\u006c\u0069\u0063":_dd .TimesItalicName ,"\u0074\u0069\u006d\u0065\u0073\u002d\u0062\u006f\u006c\u0064\u002d\u0069t\u0061\u006c\u0069\u0063":_dd .TimesBoldItalicName }[_efe ]; +if !_aee {return nil ,_g .Errorf ("\u0066\u006f\u006e\u0074\u002df\u0061\u006d\u0069\u006c\u0079\u0020\u0025\u0073\u0020\u006e\u006f\u0074\u0020f\u006f\u0075\u006e\u0064\u0020\u0069\u006e\u0020\u0074\u0068\u0065\u0020\u0073\u0074\u0061\u006e\u0064\u0061\u0072\u0064\u0020\u0066\u006f\u006e\u0074\u0073\u0020\u006c\u0069\u0073t",_efe ); +};_acg ,_ggec :=_dd .NewStandard14Font (_deaa );if _ggec !=nil {return nil ,_ggec ;};return _acg ,nil ;};func (_fbb *GraphicSVG )setDefaultScaling (_ffed float64 ){_fbb ._ffd =_ffed ;if _fbb .Style !=nil &&_fbb .Style .StrokeWidth > 0{_fbb .Style .StrokeWidth =_fbb .Style .StrokeWidth *_fbb ._ffd ; +};for _ ,_fffb :=range _fbb .Children {_fffb .setDefaultScaling (_ffed );};};func (_fbcf *Subpath )compare (_gbgc *Subpath )bool {if len (_fbcf .Commands )!=len (_gbgc .Commands ){return false ;};for _bbf ,_bfb :=range _fbcf .Commands {if !_bfb .compare (_gbgc .Commands [_bbf ]){return false ; +};};return true ;};func (_geec *GraphicSVG )Decode (decoder *_bc .Decoder )error {for {_fe ,_abfa :=decoder .Token ();if _fe ==nil &&_abfa ==_daa .EOF {break ;};if _abfa !=nil {return _abfa ;};switch _dda :=_fe .(type ){case _bc .StartElement :_aae :=_ggd (_dda ); +_fdb :=_aae .Decode (decoder );if _fdb !=nil {return _fdb ;};_geec .Children =append (_geec .Children ,_aae );case _bc .CharData :_fceb :=_f .TrimSpace (string (_dda ));if _fceb !=""{_geec .Content =string (_dda );};case _bc .EndElement :if _dda .Name .Local ==_geec .Name {return nil ; +};};};return nil ;};func (_daf *GraphicSVG )ToContentCreator (cc *_a .ContentCreator ,res *_dd .PdfPageResources ,scaleX ,scaleY ,translateX ,translateY float64 )*_a .ContentCreator {if _daf .Name =="\u0073\u0076\u0067"{_daf .SetScaling (scaleX ,scaleY ); +cc .Add_cm (1,0,0,1,translateX ,translateY );_daf .setDefaultScaling (_daf ._ffd );cc .Add_q ();_fced :=_da .Max (scaleX ,scaleY );cc .Add_re (_daf .ViewBox .X *_fced ,_daf .ViewBox .Y *_fced ,_daf .ViewBox .W *_fced ,_daf .ViewBox .H *_fced );cc .Add_W (); +cc .Add_n ();for _ ,_eeg :=range _daf .Children {_eeg .ViewBox =_daf .ViewBox ;_eeg .toContentStream (cc ,res );};cc .Add_Q ();return cc ;};return nil ;};type Subpath struct{Commands []*Command ;};func (_bafd *Command )compare (_fge *Command )bool {if _bafd .Symbol !=_fge .Symbol {return false ; +};for _fbae ,_eca :=range _bafd .Params {if _eca !=_fge .Params [_fbae ]{return false ;};};return true ;};func _fdac (_gfbc string )[]token {var (_bef []token ;_aefaa string ;);for _ ,_dcge :=range _gfbc {_cfggf :=string (_dcge );switch {case _cbfd .isCommand (_cfggf ):_bef ,_aefaa =_gbb (_bef ,_aefaa ); +_bef =append (_bef ,token {_cfggf ,true });case _cfggf =="\u002e":if _aefaa ==""{_aefaa ="\u0030";};if _f .Contains (_aefaa ,_cfggf ){_bef =append (_bef ,token {_aefaa ,false });_aefaa ="\u0030";};fallthrough;case _cfggf >="\u0030"&&_cfggf <="\u0039"||_cfggf =="\u0065":_aefaa +=_cfggf ; +case _cfggf =="\u002d":if _f .HasSuffix (_aefaa ,"\u0065"){_aefaa +=_cfggf ;}else {_bef ,_ =_gbb (_bef ,_aefaa );_aefaa =_cfggf ;};default:_bef ,_aefaa =_gbb (_bef ,_aefaa );};};_bef ,_ =_gbb (_bef ,_aefaa );return _bef ;};type token struct{_bdbc string ; +_gfc bool ;};func _ffc (_acd *_bc .Decoder )(*GraphicSVG ,error ){for {_ffb ,_gbaa :=_acd .Token ();if _ffb ==nil &&_gbaa ==_daa .EOF {break ;};if _gbaa !=nil {return nil ,_gbaa ;};switch _ebc :=_ffb .(type ){case _bc .StartElement :return _ggd (_ebc ),nil ; +};};return &GraphicSVG {},nil ;};type pathParserError struct{_eea string };type Command struct{Symbol string ;Params []float64 ;};func _ggc ()*GraphicSVGStyle {return &GraphicSVGStyle {FillColor :"\u00230\u0030\u0030\u0030\u0030\u0030",StrokeColor :"",StrokeWidth :0,FillOpacity :1.0}; +};func (_adfe *commands )isCommand (_bfe string )bool {for _ ,_gfbe :=range _adfe ._adbc {if _f .ToLower (_bfe )==_gfbe {return true ;};};return false ;};func ParseFromFile (path string )(*GraphicSVG ,error ){_eagb ,_bdcbg :=_gg .Open (path );if _bdcbg !=nil {return nil ,_bdcbg ; +};defer _eagb .Close ();return ParseFromStream (_eagb );}; \ No newline at end of file diff --git a/internal/imageutil/imageutil.go b/internal/imageutil/imageutil.go index c59c11eb0..95d5f483e 100644 --- a/internal/imageutil/imageutil.go +++ b/internal/imageutil/imageutil.go @@ -9,391 +9,394 @@ // Use of this source code is governed by the UniDoc End User License Agreement // terms that can be accessed at https://unidoc.io/eula/ -package imageutil ;import (_bag "encoding/binary";_b "errors";_d "fmt";_e "github.com/unidoc/unipdf/v3/common";_ab "github.com/unidoc/unipdf/v3/internal/bitwise";_a "image";_bd "image/color";_bb "image/draw";_ba "math";);type ColorConverter interface{Convert (_fdb _a .Image )(Image ,error ); -};func (_geea *NRGBA64 )Set (x ,y int ,c _bd .Color ){_abca :=(y *_geea .Width +x )*2;_ffbgd :=_abca *3;if _ffbgd +5>=len (_geea .Data ){return ;};_defd :=_bd .NRGBA64Model .Convert (c ).(_bd .NRGBA64 );_geea .setNRGBA64 (_ffbgd ,_defd ,_abca );};func _bdc ()(_acf []byte ){_acf =make ([]byte ,256); -for _bcd :=0;_bcd < 256;_bcd ++{_fcc :=byte (_bcd );_acf [_fcc ]=(_fcc &0x01)|((_fcc &0x04)>>1)|((_fcc &0x10)>>2)|((_fcc &0x40)>>3)|((_fcc &0x02)<<3)|((_fcc &0x08)<<2)|((_fcc &0x20)<<1)|(_fcc &0x80);};return _acf ;};func (_agd *ImageBase )setEightBytes (_gbdb int ,_bfgf uint64 )error {_aedc :=_agd .BytesPerLine -(_gbdb %_agd .BytesPerLine ); -if _agd .BytesPerLine !=_agd .Width >>3{_aedc --;};if _aedc >=8{return _agd .setEightFullBytes (_gbdb ,_bfgf );};return _agd .setEightPartlyBytes (_gbdb ,_aedc ,_bfgf );};var _ Gray =&Monochrome {};func (_gdgf *CMYK32 )SetCMYK (x ,y int ,c _bd .CMYK ){_fac :=4*(y *_gdgf .Width +x ); -if _fac +3>=len (_gdgf .Data ){return ;};_gdgf .Data [_fac ]=c .C ;_gdgf .Data [_fac +1]=c .M ;_gdgf .Data [_fac +2]=c .Y ;_gdgf .Data [_fac +3]=c .K ;};func AutoThresholdTriangle (histogram [256]int )uint8 {var _acacg ,_bggb ,_fgad ,_bgbc int ;for _cafc :=0; -_cafc < len (histogram );_cafc ++{if histogram [_cafc ]> 0{_acacg =_cafc ;break ;};};if _acacg > 0{_acacg --;};for _gdeb :=255;_gdeb > 0;_gdeb --{if histogram [_gdeb ]> 0{_bgbc =_gdeb ;break ;};};if _bgbc < 255{_bgbc ++;};for _gege :=0;_gege < 256;_gege ++{if histogram [_gege ]> _bggb {_fgad =_gege ; -_bggb =histogram [_gege ];};};var _ccfbe bool ;if (_fgad -_acacg )< (_bgbc -_fgad ){_ccfbe =true ;var _ccfe int ;_cfbfe :=255;for _ccfe < _cfbfe {_dccb :=histogram [_ccfe ];histogram [_ccfe ]=histogram [_cfbfe ];histogram [_cfbfe ]=_dccb ;_ccfe ++;_cfbfe --; -};_acacg =255-_bgbc ;_fgad =255-_fgad ;};if _acacg ==_fgad {return uint8 (_acacg );};_acag :=float64 (histogram [_fgad ]);_eeec :=float64 (_acacg -_fgad );_ecfe :=_ba .Sqrt (_acag *_acag +_eeec *_eeec );_acag /=_ecfe ;_eeec /=_ecfe ;_ecfe =_acag *float64 (_acacg )+_eeec *float64 (histogram [_acacg ]); -_bdfg :=_acacg ;var _fbge float64 ;for _cfde :=_acacg +1;_cfde <=_fgad ;_cfde ++{_ddga :=_acag *float64 (_cfde )+_eeec *float64 (histogram [_cfde ])-_ecfe ;if _ddga > _fbge {_bdfg =_cfde ;_fbge =_ddga ;};};_bdfg --;if _ccfbe {var _ebcd int ;_gebeg :=255; -for _ebcd < _gebeg {_bfad :=histogram [_ebcd ];histogram [_ebcd ]=histogram [_gebeg ];histogram [_gebeg ]=_bfad ;_ebcd ++;_gebeg --;};return uint8 (255-_bdfg );};return uint8 (_bdfg );};func _fgga (_egcd _a .Image )(Image ,error ){if _bacee ,_gge :=_egcd .(*NRGBA32 ); -_gge {return _bacee .Copy (),nil ;};_gbee ,_ggec ,_eafe :=_aagg (_egcd ,1);_dbdf ,_bcbf :=NewImage (_gbee .Max .X ,_gbee .Max .Y ,8,3,nil ,_eafe ,nil );if _bcbf !=nil {return nil ,_bcbf ;};_dcda (_egcd ,_dbdf ,_gbee );if len (_eafe )!=0&&!_ggec {if _aged :=_dcafa (_eafe ,_dbdf ); -_aged !=nil {return nil ,_aged ;};};return _dbdf ,nil ;};func (_aggb *CMYK32 )Bounds ()_a .Rectangle {return _a .Rectangle {Max :_a .Point {X :_aggb .Width ,Y :_aggb .Height }};};func (_ccgea *RGBA32 )Validate ()error {if len (_ccgea .Data )!=3*_ccgea .Width *_ccgea .Height {return _b .New ("i\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0069\u006da\u0067\u0065\u0020\u0064\u0061\u0074\u0061 s\u0069\u007a\u0065\u0020f\u006f\u0072\u0020\u0070\u0072\u006f\u0076\u0069\u0064ed\u0020\u0064i\u006d\u0065\u006e\u0073\u0069\u006f\u006e\u0073"); -};return nil ;};func _aagb (_eagc _a .Image )(Image ,error ){if _cfc ,_fbaa :=_eagc .(*Gray2 );_fbaa {return _cfc .Copy (),nil ;};_abgb :=_eagc .Bounds ();_bbaa ,_fgbg :=NewImage (_abgb .Max .X ,_abgb .Max .Y ,2,1,nil ,nil ,nil );if _fgbg !=nil {return nil ,_fgbg ; -};_abad (_eagc ,_bbaa ,_abgb );return _bbaa ,nil ;};func (_geee *RGBA32 )ColorModel ()_bd .Model {return _bd .NRGBAModel };func ColorAtCMYK (x ,y ,width int ,data []byte ,decode []float64 )(_bd .CMYK ,error ){_ceg :=4*(y *width +x );if _ceg +3>=len (data ){return _bd .CMYK {},_d .Errorf ("\u0069\u006d\u0061\u0067\u0065\u0020\u0063\u006f\u006f\u0072\u0064\u0069\u006ea\u0074\u0065\u0073\u0020\u006f\u0075t\u0020\u006f\u0066\u0020\u0072\u0061\u006e\u0067\u0065\u0020\u0028\u0025\u0064,\u0020\u0025\u0064\u0029",x ,y ); -};C :=data [_ceg ]&0xff;M :=data [_ceg +1]&0xff;Y :=data [_ceg +2]&0xff;K :=data [_ceg +3]&0xff;if len (decode )==8{C =uint8 (uint32 (LinearInterpolate (float64 (C ),0,255,decode [0],decode [1]))&0xff);M =uint8 (uint32 (LinearInterpolate (float64 (M ),0,255,decode [2],decode [3]))&0xff); -Y =uint8 (uint32 (LinearInterpolate (float64 (Y ),0,255,decode [4],decode [5]))&0xff);K =uint8 (uint32 (LinearInterpolate (float64 (K ),0,255,decode [6],decode [7]))&0xff);};return _bd .CMYK {C :C ,M :M ,Y :Y ,K :K },nil ;};func _eaf (_gead _bd .NYCbCrA )_bd .RGBA {_dafc ,_daef ,_fffb ,_gcbe :=_fgd (_gead ).RGBA (); -return _bd .RGBA {R :uint8 (_dafc >>8),G :uint8 (_daef >>8),B :uint8 (_fffb >>8),A :uint8 (_gcbe >>8)};};type Gray interface{GrayAt (_cgd ,_becf int )_bd .Gray ;SetGray (_cddc ,_bebe int ,_aag _bd .Gray );};type NRGBA32 struct{ImageBase };func _adebe (_aeg *_a .NYCbCrA ,_agccf NRGBA ,_bbgf _a .Rectangle ){for _gcfc :=0; -_gcfc < _bbgf .Max .X ;_gcfc ++{for _dec :=0;_dec < _bbgf .Max .Y ;_dec ++{_gcege :=_aeg .NYCbCrAAt (_gcfc ,_dec );_agccf .SetNRGBA (_gcfc ,_dec ,_fgd (_gcege ));};};};func (_edcf *Gray2 )Copy ()Image {return &Gray2 {ImageBase :_edcf .copy ()}};func _edf (_agf _bd .Color )_bd .Color {_afba :=_bd .GrayModel .Convert (_agf ).(_bd .Gray ); -return _efc (_afba );};var _ NRGBA =&NRGBA16 {};func _bged (_fabef _a .Image )(Image ,error ){if _egab ,_cedf :=_fabef .(*RGBA32 );_cedf {return _egab .Copy (),nil ;};_abbgc ,_dcbce ,_aacbb :=_aagg (_fabef ,1);_ebgb :=&RGBA32 {ImageBase :NewImageBase (_abbgc .Max .X ,_abbgc .Max .Y ,8,3,nil ,_aacbb ,nil )}; -_cdcdd (_fabef ,_ebgb ,_abbgc );if len (_aacbb )!=0&&!_dcbce {if _abea :=_dcafa (_aacbb ,_ebgb );_abea !=nil {return nil ,_abea ;};};return _ebgb ,nil ;};func _fbf (_ebad ,_bee int ,_add []byte )*Monochrome {_ggc :=_efb (_ebad ,_bee );_ggc .Data =_add ; -return _ggc ;};type Image interface{_bb .Image ;Base ()*ImageBase ;Copy ()Image ;Pix ()[]byte ;ColorAt (_ada ,_aeedf int )(_bd .Color ,error );Validate ()error ;};func _bgba (_fggc Gray ,_ecc CMYK ,_ggd _a .Rectangle ){for _dca :=0;_dca < _ggd .Max .X ; -_dca ++{for _cgag :=0;_cgag < _ggd .Max .Y ;_cgag ++{_cega :=_fggc .GrayAt (_dca ,_cgag );_ecc .SetCMYK (_dca ,_cgag ,_bebd (_cega ));};};};func _ffga (_gdg int )[]uint {var _acd []uint ;_bdb :=_gdg ;_ag :=_bdb /8;if _ag !=0{for _eeg :=0;_eeg < _ag ;_eeg ++{_acd =append (_acd ,8); -};_dac :=_bdb %8;_bdb =0;if _dac !=0{_bdb =_dac ;};};_gce :=_bdb /4;if _gce !=0{for _gea :=0;_gea < _gce ;_gea ++{_acd =append (_acd ,4);};_dcc :=_bdb %4;_bdb =0;if _dcc !=0{_bdb =_dcc ;};};_bgb :=_bdb /2;if _bgb !=0{for _eef :=0;_eef < _bgb ;_eef ++{_acd =append (_acd ,2); -};};return _acd ;};func (_dad *Monochrome )At (x ,y int )_bd .Color {_dbbc ,_ :=_dad .ColorAt (x ,y );return _dbbc };func (_eabg *NRGBA32 )Base ()*ImageBase {return &_eabg .ImageBase };func _geb (_gb *Monochrome ,_gafba int ,_gfcd []byte )(_ccd *Monochrome ,_gcd error ){const _aed ="\u0072\u0065d\u0075\u0063\u0065R\u0061\u006e\u006b\u0042\u0069\u006e\u0061\u0072\u0079"; -if _gb ==nil {return nil ,_b .New ("\u0073o\u0075\u0072\u0063\u0065 \u0062\u0069\u0074\u006d\u0061p\u0020n\u006ft\u0020\u0064\u0065\u0066\u0069\u006e\u0065d");};if _gafba < 1||_gafba > 4{return nil ,_b .New ("\u006c\u0065\u0076\u0065\u006c\u0020\u006d\u0075\u0073\u0074 \u0062\u0065\u0020\u0069\u006e\u0020\u0073e\u0074\u0020\u007b\u0031\u002c\u0032\u002c\u0033\u002c\u0034\u007d"); -};if _gb .Height <=1{return nil ,_b .New ("\u0073\u006f\u0075rc\u0065\u0020\u0068\u0065\u0069\u0067\u0068\u0074\u0020m\u0075s\u0074 \u0062e\u0020\u0061\u0074\u0020\u006c\u0065\u0061\u0073\u0074\u0020\u0027\u0032\u0027");};_ccd =_efb (_gb .Width /2,_gb .Height /2); -if _gfcd ==nil {_gfcd =_bdc ();};_ffc :=_cdcd (_gb .BytesPerLine ,2*_ccd .BytesPerLine );switch _gafba {case 1:_gcd =_cee (_gb ,_ccd ,_gfcd ,_ffc );case 2:_gcd =_dba (_gb ,_ccd ,_gfcd ,_ffc );case 3:_gcd =_cag (_gb ,_ccd ,_gfcd ,_ffc );case 4:_gcd =_ggg (_gb ,_ccd ,_gfcd ,_ffc ); -};if _gcd !=nil {return nil ,_gcd ;};return _ccd ,nil ;};func (_bdfe *Gray16 )Base ()*ImageBase {return &_bdfe .ImageBase };func (_gcfd *NRGBA16 )Set (x ,y int ,c _bd .Color ){_cdafa :=y *_gcfd .BytesPerLine +x *3/2;if _cdafa +1>=len (_gcfd .Data ){return ; -};_acgdc :=NRGBA16Model .Convert (c ).(_bd .NRGBA );_gcfd .setNRGBA (x ,y ,_cdafa ,_acgdc );};func _age (_cffg _bd .Gray )_bd .RGBA {return _bd .RGBA {R :_cffg .Y ,G :_cffg .Y ,B :_cffg .Y ,A :0xff}};func _ebec (_beg *Monochrome ,_afab ,_fad int ,_gbde ,_deag int ,_bcbb RasterOperator ){var (_bcaf bool ; -_egdb bool ;_efef int ;_febe int ;_cdfd int ;_dgdgb int ;_fegf bool ;_egeeb byte ;);_fdfd :=8-(_afab &7);_fccaf :=_bbgc [_fdfd ];_bbg :=_beg .BytesPerLine *_fad +(_afab >>3);if _gbde < _fdfd {_bcaf =true ;_fccaf &=_ddfe [8-_fdfd +_gbde ];};if !_bcaf {_efef =(_gbde -_fdfd )>>3; -if _efef !=0{_egdb =true ;_febe =_bbg +1;};};_cdfd =(_afab +_gbde )&7;if !(_bcaf ||_cdfd ==0){_fegf =true ;_egeeb =_ddfe [_cdfd ];_dgdgb =_bbg +1+_efef ;};var _eadcad ,_dcbf int ;switch _bcbb {case PixClr :for _eadcad =0;_eadcad < _deag ;_eadcad ++{_beg .Data [_bbg ]=_agcee (_beg .Data [_bbg ],0x0,_fccaf ); -_bbg +=_beg .BytesPerLine ;};if _egdb {for _eadcad =0;_eadcad < _deag ;_eadcad ++{for _dcbf =0;_dcbf < _efef ;_dcbf ++{_beg .Data [_febe +_dcbf ]=0x0;};_febe +=_beg .BytesPerLine ;};};if _fegf {for _eadcad =0;_eadcad < _deag ;_eadcad ++{_beg .Data [_dgdgb ]=_agcee (_beg .Data [_dgdgb ],0x0,_egeeb ); -_dgdgb +=_beg .BytesPerLine ;};};case PixSet :for _eadcad =0;_eadcad < _deag ;_eadcad ++{_beg .Data [_bbg ]=_agcee (_beg .Data [_bbg ],0xff,_fccaf );_bbg +=_beg .BytesPerLine ;};if _egdb {for _eadcad =0;_eadcad < _deag ;_eadcad ++{for _dcbf =0;_dcbf < _efef ; -_dcbf ++{_beg .Data [_febe +_dcbf ]=0xff;};_febe +=_beg .BytesPerLine ;};};if _fegf {for _eadcad =0;_eadcad < _deag ;_eadcad ++{_beg .Data [_dgdgb ]=_agcee (_beg .Data [_dgdgb ],0xff,_egeeb );_dgdgb +=_beg .BytesPerLine ;};};case PixNotDst :for _eadcad =0; -_eadcad < _deag ;_eadcad ++{_beg .Data [_bbg ]=_agcee (_beg .Data [_bbg ],^_beg .Data [_bbg ],_fccaf );_bbg +=_beg .BytesPerLine ;};if _egdb {for _eadcad =0;_eadcad < _deag ;_eadcad ++{for _dcbf =0;_dcbf < _efef ;_dcbf ++{_beg .Data [_febe +_dcbf ]=^(_beg .Data [_febe +_dcbf ]); -};_febe +=_beg .BytesPerLine ;};};if _fegf {for _eadcad =0;_eadcad < _deag ;_eadcad ++{_beg .Data [_dgdgb ]=_agcee (_beg .Data [_dgdgb ],^_beg .Data [_dgdgb ],_egeeb );_dgdgb +=_beg .BytesPerLine ;};};};};func (_feffg *NRGBA32 )Bounds ()_a .Rectangle {return _a .Rectangle {Max :_a .Point {X :_feffg .Width ,Y :_feffg .Height }}; -};func _ggg (_agg ,_ebd *Monochrome ,_eadb []byte ,_fee int )(_adb error ){var (_acb ,_ffcb ,_ebb ,_aeee ,_ddd ,_geg ,_efdf ,_adeg int ;_abgc ,_aeb uint32 ;_aggc ,_gac byte ;_ccg uint16 ;);_aaff :=make ([]byte ,4);_caa :=make ([]byte ,4);for _ebb =0;_ebb < _agg .Height -1; -_ebb ,_aeee =_ebb +2,_aeee +1{_acb =_ebb *_agg .BytesPerLine ;_ffcb =_aeee *_ebd .BytesPerLine ;for _ddd ,_geg =0,0;_ddd < _fee ;_ddd ,_geg =_ddd +4,_geg +1{for _efdf =0;_efdf < 4;_efdf ++{_adeg =_acb +_ddd +_efdf ;if _adeg <=len (_agg .Data )-1&&_adeg < _acb +_agg .BytesPerLine {_aaff [_efdf ]=_agg .Data [_adeg ]; -}else {_aaff [_efdf ]=0x00;};_adeg =_acb +_agg .BytesPerLine +_ddd +_efdf ;if _adeg <=len (_agg .Data )-1&&_adeg < _acb +(2*_agg .BytesPerLine ){_caa [_efdf ]=_agg .Data [_adeg ];}else {_caa [_efdf ]=0x00;};};_abgc =_bag .BigEndian .Uint32 (_aaff );_aeb =_bag .BigEndian .Uint32 (_caa ); -_aeb &=_abgc ;_aeb &=_aeb <<1;_aeb &=0xaaaaaaaa;_abgc =_aeb |(_aeb <<7);_aggc =byte (_abgc >>24);_gac =byte ((_abgc >>8)&0xff);_adeg =_ffcb +_geg ;if _adeg +1==len (_ebd .Data )-1||_adeg +1>=_ffcb +_ebd .BytesPerLine {_ebd .Data [_adeg ]=_eadb [_aggc ]; -if _adb =_ebd .setByte (_adeg ,_eadb [_aggc ]);_adb !=nil {return _d .Errorf ("\u0069n\u0064\u0065\u0078\u003a\u0020\u0025d",_adeg );};}else {_ccg =(uint16 (_eadb [_aggc ])<<8)|uint16 (_eadb [_gac ]);if _adb =_ebd .setTwoBytes (_adeg ,_ccg );_adb !=nil {return _d .Errorf ("s\u0065\u0074\u0074\u0069\u006e\u0067 \u0074\u0077\u006f\u0020\u0062\u0079t\u0065\u0073\u0020\u0066\u0061\u0069\u006ce\u0064\u002c\u0020\u0069\u006e\u0064\u0065\u0078\u003a\u0020%\u0064",_adeg ); -};_geg ++;};};};return nil ;};func ColorAtNRGBA16 (x ,y ,width ,bytesPerLine int ,data ,alpha []byte ,decode []float64 )(_bd .NRGBA ,error ){_dadb :=y *bytesPerLine +x *3/2;if _dadb +1>=len (data ){return _bd .NRGBA {},_dfgb (x ,y );};const (_feeaf =0xf; -_feaad =uint8 (0xff););_bfgdg :=_feaad ;if alpha !=nil {_ffdc :=y *BytesPerLine (width ,4,1);if _ffdc < len (alpha ){if x %2==0{_bfgdg =(alpha [_ffdc ]>>uint (4))&_feeaf ;}else {_bfgdg =alpha [_ffdc ]&_feeaf ;};_bfgdg |=_bfgdg <<4;};};var _baad ,_aafdf ,_fabe uint8 ; -if x *3%2==0{_baad =(data [_dadb ]>>uint (4))&_feeaf ;_aafdf =data [_dadb ]&_feeaf ;_fabe =(data [_dadb +1]>>uint (4))&_feeaf ;}else {_baad =data [_dadb ]&_feeaf ;_aafdf =(data [_dadb +1]>>uint (4))&_feeaf ;_fabe =data [_dadb +1]&_feeaf ;};if len (decode )==6{_baad =uint8 (uint32 (LinearInterpolate (float64 (_baad ),0,15,decode [0],decode [1]))&0xf); -_aafdf =uint8 (uint32 (LinearInterpolate (float64 (_aafdf ),0,15,decode [2],decode [3]))&0xf);_fabe =uint8 (uint32 (LinearInterpolate (float64 (_fabe ),0,15,decode [4],decode [5]))&0xf);};return _bd .NRGBA {R :(_baad <<4)|(_baad &0xf),G :(_aafdf <<4)|(_aafdf &0xf),B :(_fabe <<4)|(_fabe &0xf),A :_bfgdg },nil ; -};func ColorAtNRGBA32 (x ,y ,width int ,data ,alpha []byte ,decode []float64 )(_bd .NRGBA ,error ){_fgba :=y *width +x ;_gfa :=3*_fgba ;if _gfa +2>=len (data ){return _bd .NRGBA {},_d .Errorf ("\u0069\u006d\u0061\u0067\u0065\u0020\u0063\u006f\u006f\u0072\u0064\u0069\u006ea\u0074\u0065\u0073\u0020\u006f\u0075t\u0020\u006f\u0066\u0020\u0072\u0061\u006e\u0067\u0065\u0020\u0028\u0025\u0064,\u0020\u0025\u0064\u0029",x ,y ); -};_gcge :=uint8 (0xff);if alpha !=nil &&len (alpha )> _fgba {_gcge =alpha [_fgba ];};_gfdf ,_bcdd ,_aefb :=data [_gfa ],data [_gfa +1],data [_gfa +2];if len (decode )==6{_gfdf =uint8 (uint32 (LinearInterpolate (float64 (_gfdf ),0,255,decode [0],decode [1]))&0xff); -_bcdd =uint8 (uint32 (LinearInterpolate (float64 (_bcdd ),0,255,decode [2],decode [3]))&0xff);_aefb =uint8 (uint32 (LinearInterpolate (float64 (_aefb ),0,255,decode [4],decode [5]))&0xff);};return _bd .NRGBA {R :_gfdf ,G :_bcdd ,B :_aefb ,A :_gcge },nil ; -};type Gray16 struct{ImageBase };func _cebe (_cbbb ,_gdda RGBA ,_acea _a .Rectangle ){for _gbbde :=0;_gbbde < _acea .Max .X ;_gbbde ++{for _ecbf :=0;_ecbf < _acea .Max .Y ;_ecbf ++{_gdda .SetRGBA (_gbbde ,_ecbf ,_cbbb .RGBAAt (_gbbde ,_ecbf ));};};};func NextPowerOf2 (n uint )uint {if IsPowerOf2 (n ){return n ; -};return 1<<(_ccggd (n )+1);};func _dfcd (_ceb _a .Image )(Image ,error ){if _ccgg ,_fdec :=_ceb .(*Gray16 );_fdec {return _ccgg .Copy (),nil ;};_bbad :=_ceb .Bounds ();_gebc ,_dcee :=NewImage (_bbad .Max .X ,_bbad .Max .Y ,16,1,nil ,nil ,nil );if _dcee !=nil {return nil ,_dcee ; -};_abad (_ceb ,_gebc ,_bbad );return _gebc ,nil ;};func MonochromeModel (threshold uint8 )_bd .Model {return monochromeModel (threshold )};func (_dfde *NRGBA32 )At (x ,y int )_bd .Color {_bccf ,_ :=_dfde .ColorAt (x ,y );return _bccf };func _dbce (_fbfg _bd .NRGBA64 )_bd .Gray {var _ebff _bd .NRGBA64 ; -if _fbfg ==_ebff {return _bd .Gray {Y :0xff};};_agbb ,_dbac ,_abge ,_ :=_fbfg .RGBA ();_fgee :=(19595*_agbb +38470*_dbac +7471*_abge +1<<15)>>24;return _bd .Gray {Y :uint8 (_fgee )};};var _ _a .Image =&NRGBA16 {};type NRGBA16 struct{ImageBase };func _dade (_fdg _a .Image )(Image ,error ){if _ffdcf ,_aafa :=_fdg .(*NRGBA16 ); -_aafa {return _ffdcf .Copy (),nil ;};_bcged :=_fdg .Bounds ();_bgca ,_abcb :=NewImage (_bcged .Max .X ,_bcged .Max .Y ,4,3,nil ,nil ,nil );if _abcb !=nil {return nil ,_abcb ;};_dcda (_fdg ,_bgca ,_bcged );return _bgca ,nil ;};func _agce (_eag _bd .RGBA )_bd .NRGBA {switch _eag .A {case 0xff:return _bd .NRGBA {R :_eag .R ,G :_eag .G ,B :_eag .B ,A :0xff}; -case 0x00:return _bd .NRGBA {};default:_dfb ,_eedb ,_abbd ,_bfg :=_eag .RGBA ();_dfb =(_dfb *0xffff)/_bfg ;_eedb =(_eedb *0xffff)/_bfg ;_abbd =(_abbd *0xffff)/_bfg ;return _bd .NRGBA {R :uint8 (_dfb >>8),G :uint8 (_eedb >>8),B :uint8 (_abbd >>8),A :uint8 (_bfg >>8)}; -};};func (_cgfd *Gray16 )SetGray (x ,y int ,g _bd .Gray ){_cegd :=(y *_cgfd .BytesPerLine /2+x )*2;if _cegd +1>=len (_cgfd .Data ){return ;};_cgfd .Data [_cegd ]=g .Y ;_cgfd .Data [_cegd +1]=g .Y ;};func _gfee (_edca *Monochrome ,_bffcb ,_dafe int ,_ggdd ,_afd int ,_gfdd RasterOperator ){var (_egae int ; -_aafg byte ;_bdcd ,_ffef int ;_ecfg int ;);_egee :=_ggdd >>3;_aaaf :=_ggdd &7;if _aaaf > 0{_aafg =_ddfe [_aaaf ];};_egae =_edca .BytesPerLine *_dafe +(_bffcb >>3);switch _gfdd {case PixClr :for _bdcd =0;_bdcd < _afd ;_bdcd ++{_ecfg =_egae +_bdcd *_edca .BytesPerLine ; -for _ffef =0;_ffef < _egee ;_ffef ++{_edca .Data [_ecfg ]=0x0;_ecfg ++;};if _aaaf > 0{_edca .Data [_ecfg ]=_agcee (_edca .Data [_ecfg ],0x0,_aafg );};};case PixSet :for _bdcd =0;_bdcd < _afd ;_bdcd ++{_ecfg =_egae +_bdcd *_edca .BytesPerLine ;for _ffef =0; -_ffef < _egee ;_ffef ++{_edca .Data [_ecfg ]=0xff;_ecfg ++;};if _aaaf > 0{_edca .Data [_ecfg ]=_agcee (_edca .Data [_ecfg ],0xff,_aafg );};};case PixNotDst :for _bdcd =0;_bdcd < _afd ;_bdcd ++{_ecfg =_egae +_bdcd *_edca .BytesPerLine ;for _ffef =0;_ffef < _egee ; -_ffef ++{_edca .Data [_ecfg ]=^_edca .Data [_ecfg ];_ecfg ++;};if _aaaf > 0{_edca .Data [_ecfg ]=_agcee (_edca .Data [_ecfg ],^_edca .Data [_ecfg ],_aafg );};};};};func (_aaa *Gray8 )Set (x ,y int ,c _bd .Color ){_daebc :=y *_aaa .BytesPerLine +x ;if _daebc > len (_aaa .Data )-1{return ; -};_egbe :=_bd .GrayModel .Convert (c );_aaa .Data [_daebc ]=_egbe .(_bd .Gray ).Y ;};func (_dbgac *Monochrome )SetGray (x ,y int ,g _bd .Gray ){_bcbe :=y *_dbgac .BytesPerLine +x >>3;if _bcbe > len (_dbgac .Data )-1{return ;};g =_cgb (g ,monochromeModel (_dbgac .ModelThreshold )); -_dbgac .setGray (x ,g ,_bcbe );};func ColorAtGray2BPC (x ,y ,bytesPerLine int ,data []byte ,decode []float64 )(_bd .Gray ,error ){_cba :=y *bytesPerLine +x >>2;if _cba >=len (data ){return _bd .Gray {},_d .Errorf ("\u0069\u006d\u0061\u0067\u0065\u0020\u0063\u006f\u006f\u0072\u0064\u0069\u006ea\u0074\u0065\u0073\u0020\u006f\u0075t\u0020\u006f\u0066\u0020\u0072\u0061\u006e\u0067\u0065\u0020\u0028\u0025\u0064,\u0020\u0025\u0064\u0029",x ,y ); -};_gaff :=data [_cba ]>>uint (6-(x &3)*2)&3;if len (decode )==2{_gaff =uint8 (uint32 (LinearInterpolate (float64 (_gaff ),0,3.0,decode [0],decode [1]))&3);};return _bd .Gray {Y :_gaff *85},nil ;};func _bbea (_cggb _a .Image )(Image ,error ){if _aeedc ,_dcb :=_cggb .(*Gray8 ); -_dcb {return _aeedc .Copy (),nil ;};_caffc :=_cggb .Bounds ();_ecf ,_gaec :=NewImage (_caffc .Max .X ,_caffc .Max .Y ,8,1,nil ,nil ,nil );if _gaec !=nil {return nil ,_gaec ;};_abad (_cggb ,_ecf ,_caffc );return _ecf ,nil ;};func (_geefd *NRGBA64 )Copy ()Image {return &NRGBA64 {ImageBase :_geefd .copy ()}}; -func (_fegd *Monochrome )IsUnpadded ()bool {return (_fegd .Width *_fegd .Height )==len (_fegd .Data )};func _faef (_cacd _bd .RGBA )_bd .Gray {_eac :=(19595*uint32 (_cacd .R )+38470*uint32 (_cacd .G )+7471*uint32 (_cacd .B )+1<<7)>>16;return _bd .Gray {Y :uint8 (_eac )}; -};func (_gaab *NRGBA32 )SetNRGBA (x ,y int ,c _bd .NRGBA ){_ffff :=y *_gaab .Width +x ;_dbfg :=3*_ffff ;if _dbfg +2>=len (_gaab .Data ){return ;};_gaab .setRGBA (_ffff ,c );};const (_ffda shift =iota ;_aecg ;);func (_fbfe colorConverter )Convert (src _a .Image )(Image ,error ){return _fbfe ._dbdg (src )}; -type RGBA interface{RGBAAt (_fbacd ,_bdff int )_bd .RGBA ;SetRGBA (_geef ,_abfe int ,_cde _bd .RGBA );};func (_ggce *Gray8 )Base ()*ImageBase {return &_ggce .ImageBase };var _ _a .Image =&Gray8 {};var _ _a .Image =&Gray2 {};var _ Gray =&Gray8 {};func (_edga *Gray2 )At (x ,y int )_bd .Color {_ceef ,_ :=_edga .ColorAt (x ,y ); -return _ceef };func (_bace *Gray16 )Bounds ()_a .Rectangle {return _a .Rectangle {Max :_a .Point {X :_bace .Width ,Y :_bace .Height }};};func (_bdca *Gray2 )Histogram ()(_fcbf [256]int ){for _bfc :=0;_bfc < _bdca .Width ;_bfc ++{for _eee :=0;_eee < _bdca .Height ; -_eee ++{_fcbf [_bdca .GrayAt (_bfc ,_eee ).Y ]++;};};return _fcbf ;};func _cddb ()(_dde [256]uint64 ){for _baba :=0;_baba < 256;_baba ++{if _baba &0x01!=0{_dde [_baba ]|=0xff;};if _baba &0x02!=0{_dde [_baba ]|=0xff00;};if _baba &0x04!=0{_dde [_baba ]|=0xff0000; -};if _baba &0x08!=0{_dde [_baba ]|=0xff000000;};if _baba &0x10!=0{_dde [_baba ]|=0xff00000000;};if _baba &0x20!=0{_dde [_baba ]|=0xff0000000000;};if _baba &0x40!=0{_dde [_baba ]|=0xff000000000000;};if _baba &0x80!=0{_dde [_baba ]|=0xff00000000000000;}; -};return _dde ;};func _gagg (_bbdf ,_gafe Gray ,_cceg _a .Rectangle ){for _agcd :=0;_agcd < _cceg .Max .X ;_agcd ++{for _gabd :=0;_gabd < _cceg .Max .Y ;_gabd ++{_gafe .SetGray (_agcd ,_gabd ,_bbdf .GrayAt (_agcd ,_gabd ));};};};func init (){_eebf ()}; -type monochromeModel uint8 ;func _gcb (_fcb RGBA ,_fccb CMYK ,_bdf _a .Rectangle ){for _agbe :=0;_agbe < _bdf .Max .X ;_agbe ++{for _fae :=0;_fae < _bdf .Max .Y ;_fae ++{_fbce :=_fcb .RGBAAt (_agbe ,_fae );_fccb .SetCMYK (_agbe ,_fae ,_cca (_fbce ));}; -};};func (_cfccg *NRGBA16 )Copy ()Image {return &NRGBA16 {ImageBase :_cfccg .copy ()}};var _ Image =&NRGBA64 {};func (_ccad *Monochrome )Base ()*ImageBase {return &_ccad .ImageBase };func (_edea *Monochrome )Bounds ()_a .Rectangle {return _a .Rectangle {Max :_a .Point {X :_edea .Width ,Y :_edea .Height }}; -};func _cbe (_agbed RGBA ,_gaba Gray ,_dcbc _a .Rectangle ){for _dcdf :=0;_dcdf < _dcbc .Max .X ;_dcdf ++{for _cgfdg :=0;_cgfdg < _dcbc .Max .Y ;_cgfdg ++{_facc :=_faef (_agbed .RGBAAt (_dcdf ,_cgfdg ));_gaba .SetGray (_dcdf ,_cgfdg ,_facc );};};};func _fdegf (_fgaf CMYK ,_gefg Gray ,_daed _a .Rectangle ){for _afaa :=0; -_afaa < _daed .Max .X ;_afaa ++{for _cgbc :=0;_cgbc < _daed .Max .Y ;_cgbc ++{_cdgf :=_acbf (_fgaf .CMYKAt (_afaa ,_cgbc ));_gefg .SetGray (_afaa ,_cgbc ,_cdgf );};};};func (_cdaf *Gray4 )SetGray (x ,y int ,g _bd .Gray ){if x >=_cdaf .Width ||y >=_cdaf .Height {return ; -};g =_efc (g );_cdaf .setGray (x ,y ,g );};type Histogramer interface{Histogram ()[256]int ;};func (_bcgc *Monochrome )Copy ()Image {return &Monochrome {ImageBase :_bcgc .ImageBase .copy (),ModelThreshold :_bcgc .ModelThreshold };};func (_ddec *NRGBA32 )setRGBA (_fbfgd int ,_ebbcb _bd .NRGBA ){_egec :=3*_fbfgd ; -_ddec .Data [_egec ]=_ebbcb .R ;_ddec .Data [_egec +1]=_ebbcb .G ;_ddec .Data [_egec +2]=_ebbcb .B ;if _fbfgd < len (_ddec .Alpha ){_ddec .Alpha [_fbfgd ]=_ebbcb .A ;};};func (_dgbf *NRGBA64 )ColorModel ()_bd .Model {return _bd .NRGBA64Model };func FromGoImage (i _a .Image )(Image ,error ){switch _efge :=i .(type ){case Image :return _efge .Copy (),nil ; -case Gray :return GrayConverter .Convert (i );case *_a .Gray16 :return Gray16Converter .Convert (i );case CMYK :return CMYKConverter .Convert (i );case *_a .NRGBA64 :return NRGBA64Converter .Convert (i );default:return NRGBAConverter .Convert (i );};}; -func (_bgad *Gray4 )Bounds ()_a .Rectangle {return _a .Rectangle {Max :_a .Point {X :_bgad .Width ,Y :_bgad .Height }};};func GetConverter (bitsPerComponent ,colorComponents int )(ColorConverter ,error ){switch colorComponents {case 1:switch bitsPerComponent {case 1:return MonochromeConverter ,nil ; -case 2:return Gray2Converter ,nil ;case 4:return Gray4Converter ,nil ;case 8:return GrayConverter ,nil ;case 16:return Gray16Converter ,nil ;};case 3:switch bitsPerComponent {case 4:return NRGBA16Converter ,nil ;case 8:return NRGBAConverter ,nil ;case 16:return NRGBA64Converter ,nil ; -};case 4:return CMYKConverter ,nil ;};return nil ,_d .Errorf ("\u0070\u0072\u006f\u0076\u0069\u0064\u0065\u0064\u0020\u0069\u006e\u0076\u0061l\u0069\u0064\u0020\u0063\u006f\u006c\u006f\u0072\u0043o\u006e\u0076\u0065\u0072\u0074\u0065\u0072\u0020\u0070\u0061\u0072\u0061\u006d\u0065t\u0065\u0072\u0073\u002e\u0020\u0042\u0069\u0074\u0073\u0050\u0065\u0072\u0043\u006f\u006d\u0070\u006f\u006e\u0065\u006e\u0074\u003a\u0020\u0025\u0064\u002c\u0020\u0043\u006f\u006co\u0072\u0043\u006f\u006d\u0070\u006f\u006e\u0065\u006et\u0073\u003a \u0025\u0064",bitsPerComponent ,colorComponents ); -};func (_cgdd *RGBA32 )Copy ()Image {return &RGBA32 {ImageBase :_cgdd .copy ()}};func _efb (_gaa ,_cacg int )*Monochrome {return &Monochrome {ImageBase :NewImageBase (_gaa ,_cacg ,1,1,nil ,nil ,nil ),ModelThreshold :0x0f};};func (_fdbe *NRGBA64 )NRGBA64At (x ,y int )_bd .NRGBA64 {_ffdd ,_ :=ColorAtNRGBA64 (x ,y ,_fdbe .Width ,_fdbe .Data ,_fdbe .Alpha ,_fdbe .Decode ); -return _ffdd ;};func (_fbcb *Monochrome )GrayAt (x ,y int )_bd .Gray {_fgbf ,_ :=ColorAtGray1BPC (x ,y ,_fbcb .BytesPerLine ,_fbcb .Data ,_fbcb .Decode );return _fgbf ;};func (_agga *Gray8 )Bounds ()_a .Rectangle {return _a .Rectangle {Max :_a .Point {X :_agga .Width ,Y :_agga .Height }}; -};func (_cdbg *Monochrome )ResolveDecode ()error {if len (_cdbg .Decode )!=2{return nil ;};if _cdbg .Decode [0]==1&&_cdbg .Decode [1]==0{if _cage :=_cdbg .InverseData ();_cage !=nil {return _cage ;};_cdbg .Decode =nil ;};return nil ;};func _eae (_bbb _bd .Gray )_bd .NRGBA {return _bd .NRGBA {R :_bbb .Y ,G :_bbb .Y ,B :_bbb .Y ,A :0xff}}; -func (_adbg *Monochrome )getBitAt (_gdge ,_daeb int )bool {_affe :=_daeb *_adbg .BytesPerLine +(_gdge >>3);_bfe :=_gdge &0x07;_bfd :=uint (7-_bfe );if _affe > len (_adbg .Data )-1{return false ;};if (_adbg .Data [_affe ]>>_bfd )&0x01>=1{return true ;}; -return false ;};func (_dagg *NRGBA32 )Validate ()error {if len (_dagg .Data )!=3*_dagg .Width *_dagg .Height {return _b .New ("i\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0069\u006da\u0067\u0065\u0020\u0064\u0061\u0074\u0061 s\u0069\u007a\u0065\u0020f\u006f\u0072\u0020\u0070\u0072\u006f\u0076\u0069\u0064ed\u0020\u0064i\u006d\u0065\u006e\u0073\u0069\u006f\u006e\u0073"); -};return nil ;};func _eefe (_efdg *Monochrome ,_dbba ,_bagb int ,_fcad ,_dcce int ,_agfb RasterOperator ,_bcacg *Monochrome ,_fgbb ,_cfffa int )error {var _bfgd ,_bfgde ,_feef ,_cfce int ;if _dbba < 0{_fgbb -=_dbba ;_fcad +=_dbba ;_dbba =0;};if _fgbb < 0{_dbba -=_fgbb ; -_fcad +=_fgbb ;_fgbb =0;};_bfgd =_dbba +_fcad -_efdg .Width ;if _bfgd > 0{_fcad -=_bfgd ;};_bfgde =_fgbb +_fcad -_bcacg .Width ;if _bfgde > 0{_fcad -=_bfgde ;};if _bagb < 0{_cfffa -=_bagb ;_dcce +=_bagb ;_bagb =0;};if _cfffa < 0{_bagb -=_cfffa ;_dcce +=_cfffa ; -_cfffa =0;};_feef =_bagb +_dcce -_efdg .Height ;if _feef > 0{_dcce -=_feef ;};_cfce =_cfffa +_dcce -_bcacg .Height ;if _cfce > 0{_dcce -=_cfce ;};if _fcad <=0||_dcce <=0{return nil ;};var _feff error ;switch {case _dbba &7==0&&_fgbb &7==0:_feff =_bfb (_efdg ,_dbba ,_bagb ,_fcad ,_dcce ,_agfb ,_bcacg ,_fgbb ,_cfffa ); -case _dbba &7==_fgbb &7:_feff =_dfcc (_efdg ,_dbba ,_bagb ,_fcad ,_dcce ,_agfb ,_bcacg ,_fgbb ,_cfffa );default:_feff =_aaca (_efdg ,_dbba ,_bagb ,_fcad ,_dcce ,_agfb ,_bcacg ,_fgbb ,_cfffa );};if _feff !=nil {return _feff ;};return nil ;};func _cee (_bcc ,_bge *Monochrome ,_ade []byte ,_agb int )(_cbc error ){var (_caf ,_cgab ,_bdbf ,_gfed ,_eg ,_aeea ,_feb ,_fbg int ; -_acgf ,_fde uint32 ;_dga ,_ccdd byte ;_eadf uint16 ;);_feaa :=make ([]byte ,4);_eed :=make ([]byte ,4);for _bdbf =0;_bdbf < _bcc .Height -1;_bdbf ,_gfed =_bdbf +2,_gfed +1{_caf =_bdbf *_bcc .BytesPerLine ;_cgab =_gfed *_bge .BytesPerLine ;for _eg ,_aeea =0,0; -_eg < _agb ;_eg ,_aeea =_eg +4,_aeea +1{for _feb =0;_feb < 4;_feb ++{_fbg =_caf +_eg +_feb ;if _fbg <=len (_bcc .Data )-1&&_fbg < _caf +_bcc .BytesPerLine {_feaa [_feb ]=_bcc .Data [_fbg ];}else {_feaa [_feb ]=0x00;};_fbg =_caf +_bcc .BytesPerLine +_eg +_feb ; -if _fbg <=len (_bcc .Data )-1&&_fbg < _caf +(2*_bcc .BytesPerLine ){_eed [_feb ]=_bcc .Data [_fbg ];}else {_eed [_feb ]=0x00;};};_acgf =_bag .BigEndian .Uint32 (_feaa );_fde =_bag .BigEndian .Uint32 (_eed );_fde |=_acgf ;_fde |=_fde <<1;_fde &=0xaaaaaaaa; -_acgf =_fde |(_fde <<7);_dga =byte (_acgf >>24);_ccdd =byte ((_acgf >>8)&0xff);_fbg =_cgab +_aeea ;if _fbg +1==len (_bge .Data )-1||_fbg +1>=_cgab +_bge .BytesPerLine {_bge .Data [_fbg ]=_ade [_dga ];}else {_eadf =(uint16 (_ade [_dga ])<<8)|uint16 (_ade [_ccdd ]); -if _cbc =_bge .setTwoBytes (_fbg ,_eadf );_cbc !=nil {return _d .Errorf ("s\u0065\u0074\u0074\u0069\u006e\u0067 \u0074\u0077\u006f\u0020\u0062\u0079t\u0065\u0073\u0020\u0066\u0061\u0069\u006ce\u0064\u002c\u0020\u0069\u006e\u0064\u0065\u0078\u003a\u0020%\u0064",_fbg ); -};_aeea ++;};};};return nil ;};func ColorAtGray4BPC (x ,y ,bytesPerLine int ,data []byte ,decode []float64 )(_bd .Gray ,error ){_aade :=y *bytesPerLine +x >>1;if _aade >=len (data ){return _bd .Gray {},_d .Errorf ("\u0069\u006d\u0061\u0067\u0065\u0020\u0063\u006f\u006f\u0072\u0064\u0069\u006ea\u0074\u0065\u0073\u0020\u006f\u0075t\u0020\u006f\u0066\u0020\u0072\u0061\u006e\u0067\u0065\u0020\u0028\u0025\u0064,\u0020\u0025\u0064\u0029",x ,y ); -};_aedd :=data [_aade ]>>uint (4-(x &1)*4)&0xf;if len (decode )==2{_aedd =uint8 (uint32 (LinearInterpolate (float64 (_aedd ),0,15,decode [0],decode [1]))&0xf);};return _bd .Gray {Y :_aedd *17&0xff},nil ;};func (_bdbe *NRGBA64 )SetNRGBA64 (x ,y int ,c _bd .NRGBA64 ){_cacfe :=(y *_bdbe .Width +x )*2; -_eagg :=_cacfe *3;if _eagg +5>=len (_bdbe .Data ){return ;};_bdbe .setNRGBA64 (_eagg ,c ,_cacfe );};func ImgToGray (i _a .Image )*_a .Gray {if _abcg ,_bgcac :=i .(*_a .Gray );_bgcac {return _abcg ;};_acdc :=i .Bounds ();_dfef :=_a .NewGray (_acdc );for _gfdba :=0; -_gfdba < _acdc .Max .X ;_gfdba ++{for _gagf :=0;_gagf < _acdc .Max .Y ;_gagf ++{_aegd :=i .At (_gfdba ,_gagf );_dfef .Set (_gfdba ,_gagf ,_aegd );};};return _dfef ;};var _ Image =&Gray16 {};func ColorAtRGBA32 (x ,y ,width int ,data ,alpha []byte ,decode []float64 )(_bd .RGBA ,error ){_bfdb :=y *width +x ; -_fbceg :=3*_bfdb ;if _fbceg +2>=len (data ){return _bd .RGBA {},_d .Errorf ("\u0069\u006d\u0061\u0067\u0065\u0020\u0063\u006f\u006f\u0072\u0064\u0069\u006ea\u0074\u0065\u0073\u0020\u006f\u0075t\u0020\u006f\u0066\u0020\u0072\u0061\u006e\u0067\u0065\u0020\u0028\u0025\u0064,\u0020\u0025\u0064\u0029",x ,y ); -};_afbad :=uint8 (0xff);if alpha !=nil &&len (alpha )> _bfdb {_afbad =alpha [_bfdb ];};_dgbb ,_becfe ,_dagb :=data [_fbceg ],data [_fbceg +1],data [_fbceg +2];if len (decode )==6{_dgbb =uint8 (uint32 (LinearInterpolate (float64 (_dgbb ),0,255,decode [0],decode [1]))&0xff); -_becfe =uint8 (uint32 (LinearInterpolate (float64 (_becfe ),0,255,decode [2],decode [3]))&0xff);_dagb =uint8 (uint32 (LinearInterpolate (float64 (_dagb ),0,255,decode [4],decode [5]))&0xff);};return _bd .RGBA {R :_dgbb ,G :_becfe ,B :_dagb ,A :_afbad },nil ; -};func (_bdcc *Gray16 )Validate ()error {if len (_bdcc .Data )!=_bdcc .Height *_bdcc .BytesPerLine {return ErrInvalidImage ;};return nil ;};func (_ccag *ImageBase )Pix ()[]byte {return _ccag .Data };func _dfcc (_bfec *Monochrome ,_dcdg ,_gggb ,_gggg ,_eeeg int ,_ecff RasterOperator ,_gbf *Monochrome ,_fdbc ,_dgef int )error {var (_cgcgb bool ; -_cfgd bool ;_ace int ;_gceg int ;_bcf int ;_bdda bool ;_acge byte ;_cbbad int ;_gga int ;_aaded int ;_cfd ,_ffea int ;);_ebbb :=8-(_dcdg &7);_fedb :=_bbgc [_ebbb ];_faa :=_bfec .BytesPerLine *_gggb +(_dcdg >>3);_aeaa :=_gbf .BytesPerLine *_dgef +(_fdbc >>3); -if _gggg < _ebbb {_cgcgb =true ;_fedb &=_ddfe [8-_ebbb +_gggg ];};if !_cgcgb {_ace =(_gggg -_ebbb )>>3;if _ace > 0{_cfgd =true ;_gceg =_faa +1;_bcf =_aeaa +1;};};_cbbad =(_dcdg +_gggg )&7;if !(_cgcgb ||_cbbad ==0){_bdda =true ;_acge =_ddfe [_cbbad ];_gga =_faa +1+_ace ; -_aaded =_aeaa +1+_ace ;};switch _ecff {case PixSrc :for _cfd =0;_cfd < _eeeg ;_cfd ++{_bfec .Data [_faa ]=_agcee (_bfec .Data [_faa ],_gbf .Data [_aeaa ],_fedb );_faa +=_bfec .BytesPerLine ;_aeaa +=_gbf .BytesPerLine ;};if _cfgd {for _cfd =0;_cfd < _eeeg ; -_cfd ++{for _ffea =0;_ffea < _ace ;_ffea ++{_bfec .Data [_gceg +_ffea ]=_gbf .Data [_bcf +_ffea ];};_gceg +=_bfec .BytesPerLine ;_bcf +=_gbf .BytesPerLine ;};};if _bdda {for _cfd =0;_cfd < _eeeg ;_cfd ++{_bfec .Data [_gga ]=_agcee (_bfec .Data [_gga ],_gbf .Data [_aaded ],_acge ); -_gga +=_bfec .BytesPerLine ;_aaded +=_gbf .BytesPerLine ;};};case PixNotSrc :for _cfd =0;_cfd < _eeeg ;_cfd ++{_bfec .Data [_faa ]=_agcee (_bfec .Data [_faa ],^_gbf .Data [_aeaa ],_fedb );_faa +=_bfec .BytesPerLine ;_aeaa +=_gbf .BytesPerLine ;};if _cfgd {for _cfd =0; -_cfd < _eeeg ;_cfd ++{for _ffea =0;_ffea < _ace ;_ffea ++{_bfec .Data [_gceg +_ffea ]=^_gbf .Data [_bcf +_ffea ];};_gceg +=_bfec .BytesPerLine ;_bcf +=_gbf .BytesPerLine ;};};if _bdda {for _cfd =0;_cfd < _eeeg ;_cfd ++{_bfec .Data [_gga ]=_agcee (_bfec .Data [_gga ],^_gbf .Data [_aaded ],_acge ); -_gga +=_bfec .BytesPerLine ;_aaded +=_gbf .BytesPerLine ;};};case PixSrcOrDst :for _cfd =0;_cfd < _eeeg ;_cfd ++{_bfec .Data [_faa ]=_agcee (_bfec .Data [_faa ],_gbf .Data [_aeaa ]|_bfec .Data [_faa ],_fedb );_faa +=_bfec .BytesPerLine ;_aeaa +=_gbf .BytesPerLine ; -};if _cfgd {for _cfd =0;_cfd < _eeeg ;_cfd ++{for _ffea =0;_ffea < _ace ;_ffea ++{_bfec .Data [_gceg +_ffea ]|=_gbf .Data [_bcf +_ffea ];};_gceg +=_bfec .BytesPerLine ;_bcf +=_gbf .BytesPerLine ;};};if _bdda {for _cfd =0;_cfd < _eeeg ;_cfd ++{_bfec .Data [_gga ]=_agcee (_bfec .Data [_gga ],_gbf .Data [_aaded ]|_bfec .Data [_gga ],_acge ); -_gga +=_bfec .BytesPerLine ;_aaded +=_gbf .BytesPerLine ;};};case PixSrcAndDst :for _cfd =0;_cfd < _eeeg ;_cfd ++{_bfec .Data [_faa ]=_agcee (_bfec .Data [_faa ],_gbf .Data [_aeaa ]&_bfec .Data [_faa ],_fedb );_faa +=_bfec .BytesPerLine ;_aeaa +=_gbf .BytesPerLine ; -};if _cfgd {for _cfd =0;_cfd < _eeeg ;_cfd ++{for _ffea =0;_ffea < _ace ;_ffea ++{_bfec .Data [_gceg +_ffea ]&=_gbf .Data [_bcf +_ffea ];};_gceg +=_bfec .BytesPerLine ;_bcf +=_gbf .BytesPerLine ;};};if _bdda {for _cfd =0;_cfd < _eeeg ;_cfd ++{_bfec .Data [_gga ]=_agcee (_bfec .Data [_gga ],_gbf .Data [_aaded ]&_bfec .Data [_gga ],_acge ); -_gga +=_bfec .BytesPerLine ;_aaded +=_gbf .BytesPerLine ;};};case PixSrcXorDst :for _cfd =0;_cfd < _eeeg ;_cfd ++{_bfec .Data [_faa ]=_agcee (_bfec .Data [_faa ],_gbf .Data [_aeaa ]^_bfec .Data [_faa ],_fedb );_faa +=_bfec .BytesPerLine ;_aeaa +=_gbf .BytesPerLine ; -};if _cfgd {for _cfd =0;_cfd < _eeeg ;_cfd ++{for _ffea =0;_ffea < _ace ;_ffea ++{_bfec .Data [_gceg +_ffea ]^=_gbf .Data [_bcf +_ffea ];};_gceg +=_bfec .BytesPerLine ;_bcf +=_gbf .BytesPerLine ;};};if _bdda {for _cfd =0;_cfd < _eeeg ;_cfd ++{_bfec .Data [_gga ]=_agcee (_bfec .Data [_gga ],_gbf .Data [_aaded ]^_bfec .Data [_gga ],_acge ); -_gga +=_bfec .BytesPerLine ;_aaded +=_gbf .BytesPerLine ;};};case PixNotSrcOrDst :for _cfd =0;_cfd < _eeeg ;_cfd ++{_bfec .Data [_faa ]=_agcee (_bfec .Data [_faa ],^(_gbf .Data [_aeaa ])|_bfec .Data [_faa ],_fedb );_faa +=_bfec .BytesPerLine ;_aeaa +=_gbf .BytesPerLine ; -};if _cfgd {for _cfd =0;_cfd < _eeeg ;_cfd ++{for _ffea =0;_ffea < _ace ;_ffea ++{_bfec .Data [_gceg +_ffea ]|=^(_gbf .Data [_bcf +_ffea ]);};_gceg +=_bfec .BytesPerLine ;_bcf +=_gbf .BytesPerLine ;};};if _bdda {for _cfd =0;_cfd < _eeeg ;_cfd ++{_bfec .Data [_gga ]=_agcee (_bfec .Data [_gga ],^(_gbf .Data [_aaded ])|_bfec .Data [_gga ],_acge ); -_gga +=_bfec .BytesPerLine ;_aaded +=_gbf .BytesPerLine ;};};case PixNotSrcAndDst :for _cfd =0;_cfd < _eeeg ;_cfd ++{_bfec .Data [_faa ]=_agcee (_bfec .Data [_faa ],^(_gbf .Data [_aeaa ])&_bfec .Data [_faa ],_fedb );_faa +=_bfec .BytesPerLine ;_aeaa +=_gbf .BytesPerLine ; -};if _cfgd {for _cfd =0;_cfd < _eeeg ;_cfd ++{for _ffea =0;_ffea < _ace ;_ffea ++{_bfec .Data [_gceg +_ffea ]&=^_gbf .Data [_bcf +_ffea ];};_gceg +=_bfec .BytesPerLine ;_bcf +=_gbf .BytesPerLine ;};};if _bdda {for _cfd =0;_cfd < _eeeg ;_cfd ++{_bfec .Data [_gga ]=_agcee (_bfec .Data [_gga ],^(_gbf .Data [_aaded ])&_bfec .Data [_gga ],_acge ); -_gga +=_bfec .BytesPerLine ;_aaded +=_gbf .BytesPerLine ;};};case PixSrcOrNotDst :for _cfd =0;_cfd < _eeeg ;_cfd ++{_bfec .Data [_faa ]=_agcee (_bfec .Data [_faa ],_gbf .Data [_aeaa ]|^(_bfec .Data [_faa ]),_fedb );_faa +=_bfec .BytesPerLine ;_aeaa +=_gbf .BytesPerLine ; -};if _cfgd {for _cfd =0;_cfd < _eeeg ;_cfd ++{for _ffea =0;_ffea < _ace ;_ffea ++{_bfec .Data [_gceg +_ffea ]=_gbf .Data [_bcf +_ffea ]|^(_bfec .Data [_gceg +_ffea ]);};_gceg +=_bfec .BytesPerLine ;_bcf +=_gbf .BytesPerLine ;};};if _bdda {for _cfd =0;_cfd < _eeeg ; -_cfd ++{_bfec .Data [_gga ]=_agcee (_bfec .Data [_gga ],_gbf .Data [_aaded ]|^(_bfec .Data [_gga ]),_acge );_gga +=_bfec .BytesPerLine ;_aaded +=_gbf .BytesPerLine ;};};case PixSrcAndNotDst :for _cfd =0;_cfd < _eeeg ;_cfd ++{_bfec .Data [_faa ]=_agcee (_bfec .Data [_faa ],_gbf .Data [_aeaa ]&^(_bfec .Data [_faa ]),_fedb ); -_faa +=_bfec .BytesPerLine ;_aeaa +=_gbf .BytesPerLine ;};if _cfgd {for _cfd =0;_cfd < _eeeg ;_cfd ++{for _ffea =0;_ffea < _ace ;_ffea ++{_bfec .Data [_gceg +_ffea ]=_gbf .Data [_bcf +_ffea ]&^(_bfec .Data [_gceg +_ffea ]);};_gceg +=_bfec .BytesPerLine ; -_bcf +=_gbf .BytesPerLine ;};};if _bdda {for _cfd =0;_cfd < _eeeg ;_cfd ++{_bfec .Data [_gga ]=_agcee (_bfec .Data [_gga ],_gbf .Data [_aaded ]&^(_bfec .Data [_gga ]),_acge );_gga +=_bfec .BytesPerLine ;_aaded +=_gbf .BytesPerLine ;};};case PixNotPixSrcOrDst :for _cfd =0; -_cfd < _eeeg ;_cfd ++{_bfec .Data [_faa ]=_agcee (_bfec .Data [_faa ],^(_gbf .Data [_aeaa ]|_bfec .Data [_faa ]),_fedb );_faa +=_bfec .BytesPerLine ;_aeaa +=_gbf .BytesPerLine ;};if _cfgd {for _cfd =0;_cfd < _eeeg ;_cfd ++{for _ffea =0;_ffea < _ace ;_ffea ++{_bfec .Data [_gceg +_ffea ]=^(_gbf .Data [_bcf +_ffea ]|_bfec .Data [_gceg +_ffea ]); -};_gceg +=_bfec .BytesPerLine ;_bcf +=_gbf .BytesPerLine ;};};if _bdda {for _cfd =0;_cfd < _eeeg ;_cfd ++{_bfec .Data [_gga ]=_agcee (_bfec .Data [_gga ],^(_gbf .Data [_aaded ]|_bfec .Data [_gga ]),_acge );_gga +=_bfec .BytesPerLine ;_aaded +=_gbf .BytesPerLine ; -};};case PixNotPixSrcAndDst :for _cfd =0;_cfd < _eeeg ;_cfd ++{_bfec .Data [_faa ]=_agcee (_bfec .Data [_faa ],^(_gbf .Data [_aeaa ]&_bfec .Data [_faa ]),_fedb );_faa +=_bfec .BytesPerLine ;_aeaa +=_gbf .BytesPerLine ;};if _cfgd {for _cfd =0;_cfd < _eeeg ; -_cfd ++{for _ffea =0;_ffea < _ace ;_ffea ++{_bfec .Data [_gceg +_ffea ]=^(_gbf .Data [_bcf +_ffea ]&_bfec .Data [_gceg +_ffea ]);};_gceg +=_bfec .BytesPerLine ;_bcf +=_gbf .BytesPerLine ;};};if _bdda {for _cfd =0;_cfd < _eeeg ;_cfd ++{_bfec .Data [_gga ]=_agcee (_bfec .Data [_gga ],^(_gbf .Data [_aaded ]&_bfec .Data [_gga ]),_acge ); -_gga +=_bfec .BytesPerLine ;_aaded +=_gbf .BytesPerLine ;};};case PixNotPixSrcXorDst :for _cfd =0;_cfd < _eeeg ;_cfd ++{_bfec .Data [_faa ]=_agcee (_bfec .Data [_faa ],^(_gbf .Data [_aeaa ]^_bfec .Data [_faa ]),_fedb );_faa +=_bfec .BytesPerLine ;_aeaa +=_gbf .BytesPerLine ; -};if _cfgd {for _cfd =0;_cfd < _eeeg ;_cfd ++{for _ffea =0;_ffea < _ace ;_ffea ++{_bfec .Data [_gceg +_ffea ]=^(_gbf .Data [_bcf +_ffea ]^_bfec .Data [_gceg +_ffea ]);};_gceg +=_bfec .BytesPerLine ;_bcf +=_gbf .BytesPerLine ;};};if _bdda {for _cfd =0;_cfd < _eeeg ; -_cfd ++{_bfec .Data [_gga ]=_agcee (_bfec .Data [_gga ],^(_gbf .Data [_aaded ]^_bfec .Data [_gga ]),_acge );_gga +=_bfec .BytesPerLine ;_aaded +=_gbf .BytesPerLine ;};};default:_e .Log .Debug ("I\u006e\u0076\u0061\u006c\u0069\u0064 \u0072\u0061\u0073\u0074\u0065\u0072\u0020\u006f\u0070e\u0072\u0061\u0074o\u0072:\u0020\u0025\u0064",_ecff ); -return _b .New ("\u0069\u006e\u0076al\u0069\u0064\u0020\u0072\u0061\u0073\u0074\u0065\u0072\u0020\u006f\u0070\u0065\u0072\u0061\u0074\u006f\u0072");};return nil ;};func (_ccb *Gray4 )setGray (_aba int ,_eccb int ,_acad _bd .Gray ){_efee :=_eccb *_ccb .BytesPerLine ; -_dbega :=_efee +(_aba >>1);if _dbega >=len (_ccb .Data ){return ;};_gbbc :=_acad .Y >>4;_ccb .Data [_dbega ]=(_ccb .Data [_dbega ]&(^(0xf0>>uint (4*(_aba &1)))))|(_gbbc <>24;return _bd .Gray {Y :uint8 (_bdba )};};type RGBA32 struct{ImageBase };func _fgd (_cecb _bd .NYCbCrA )_bd .NRGBA {_afa :=int32 (_cecb .Y )*0x10101; -_ecdf :=int32 (_cecb .Cb )-128;_fga :=int32 (_cecb .Cr )-128;_gbg :=_afa +91881*_fga ;if uint32 (_gbg )&0xff000000==0{_gbg >>=8;}else {_gbg =^(_gbg >>31)&0xffff;};_bbbe :=_afa -22554*_ecdf -46802*_fga ;if uint32 (_bbbe )&0xff000000==0{_bbbe >>=8;}else {_bbbe =^(_bbbe >>31)&0xffff; -};_gcfe :=_afa +116130*_ecdf ;if uint32 (_gcfe )&0xff000000==0{_gcfe >>=8;}else {_gcfe =^(_gcfe >>31)&0xffff;};return _bd .NRGBA {R :uint8 (_gbg >>8),G :uint8 (_bbbe >>8),B :uint8 (_gcfe >>8),A :_cecb .A };};func (_dbea *ImageBase )newAlpha (){_gbeb :=BytesPerLine (_dbea .Width ,_dbea .BitsPerComponent ,1); -_dbea .Alpha =make ([]byte ,_dbea .Height *_gbeb );};func (_aac *Monochrome )AddPadding ()(_dgdf error ){if _eaec :=((_aac .Width *_aac .Height )+7)>>3;len (_aac .Data )< _eaec {return _d .Errorf ("\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0064a\u0074\u0061\u0020\u006c\u0065\u006e\u0067\u0074\u0068\u003a\u0020\u0027\u0025\u0064\u0027\u002e\u0020\u0054\u0068\u0065\u0020\u0064\u0061t\u0061\u0020s\u0068\u006fu\u006c\u0064\u0020\u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0020\u0061\u0074 l\u0065\u0061\u0073\u0074\u003a\u0020\u0027\u0025\u0064'\u0020\u0062\u0079\u0074\u0065\u0073",len (_aac .Data ),_eaec ); -};_cccg :=_aac .Width %8;if _cccg ==0{return nil ;};_bgf :=_aac .Width /8;_dbga :=_ab .NewReader (_aac .Data );_dbda :=make ([]byte ,_aac .Height *_aac .BytesPerLine );_cfgb :=_ab .NewWriterMSB (_dbda );_fdf :=make ([]byte ,_bgf );var (_edgd int ;_ddb uint64 ; -);for _edgd =0;_edgd < _aac .Height ;_edgd ++{if _ ,_dgdf =_dbga .Read (_fdf );_dgdf !=nil {return _dgdf ;};if _ ,_dgdf =_cfgb .Write (_fdf );_dgdf !=nil {return _dgdf ;};if _ddb ,_dgdf =_dbga .ReadBits (byte (_cccg ));_dgdf !=nil {return _dgdf ;};if _dgdf =_cfgb .WriteByte (byte (_ddb )<>3;if _dcec >=len (data ){return _bd .Gray {},_d .Errorf ("\u0069\u006d\u0061\u0067\u0065\u0020\u0063\u006f\u006f\u0072\u0064\u0069\u006ea\u0074\u0065\u0073\u0020\u006f\u0075t\u0020\u006f\u0066\u0020\u0072\u0061\u006e\u0067\u0065\u0020\u0028\u0025\u0064,\u0020\u0025\u0064\u0029",x ,y ); -};_faf :=data [_dcec ]>>uint (7-(x &7))&1;if len (decode )==2{_faf =uint8 (LinearInterpolate (float64 (_faf ),0.0,1.0,decode [0],decode [1]))&1;};return _bd .Gray {Y :_faf *255},nil ;};func _agcee (_daab ,_gegb ,_fdae byte )byte {return (_daab &^(_fdae ))|(_gegb &_fdae )}; -func (_bgaf *Gray16 )Set (x ,y int ,c _bd .Color ){_dcbg :=(y *_bgaf .BytesPerLine /2+x )*2;if _dcbg +1>=len (_bgaf .Data ){return ;};_gbgbc :=_bd .Gray16Model .Convert (c ).(_bd .Gray16 );_bgaf .Data [_dcbg ],_bgaf .Data [_dcbg +1]=uint8 (_gbgbc .Y >>8),uint8 (_gbgbc .Y &0xff); -};func _dbae (_abcc _a .Image ,_adgbg uint8 )*_a .Gray {_afceb :=_abcc .Bounds ();_gbcb :=_a .NewGray (_afceb );var (_ecbd _bd .Color ;_ecg _bd .Gray ;);for _ddbge :=0;_ddbge < _afceb .Max .X ;_ddbge ++{for _efede :=0;_efede < _afceb .Max .Y ;_efede ++{_ecbd =_abcc .At (_ddbge ,_efede ); -_gbcb .Set (_ddbge ,_efede ,_ecbd );_ecg =_gbcb .GrayAt (_ddbge ,_efede );_gbcb .SetGray (_ddbge ,_efede ,_bd .Gray {Y :_bcgff (_ecg .Y ,_adgbg )});};};return _gbcb ;};func (_cadd *Gray4 )Histogram ()(_cccf [256]int ){for _aca :=0;_aca < _cadd .Width ; -_aca ++{for _dagda :=0;_dagda < _cadd .Height ;_dagda ++{_cccf [_cadd .GrayAt (_aca ,_dagda ).Y ]++;};};return _cccf ;};var (Gray2Model =_bd .ModelFunc (_feeg );Gray4Model =_bd .ModelFunc (_edf );NRGBA16Model =_bd .ModelFunc (_ddbg ););func (_cdg *Gray8 )At (x ,y int )_bd .Color {_cede ,_ :=_cdg .ColorAt (x ,y ); -return _cede };func (_cbac *Gray4 )Validate ()error {if len (_cbac .Data )!=_cbac .Height *_cbac .BytesPerLine {return ErrInvalidImage ;};return nil ;};func (_dcbd *RGBA32 )setRGBA (_cbgaa int ,_cgebf _bd .RGBA ){_gabab :=3*_cbgaa ;_dcbd .Data [_gabab ]=_cgebf .R ; -_dcbd .Data [_gabab +1]=_cgebf .G ;_dcbd .Data [_gabab +2]=_cgebf .B ;if _cbgaa < len (_dcbd .Alpha ){_dcbd .Alpha [_cbgaa ]=_cgebf .A ;};};func (_gecf *RGBA32 )RGBAAt (x ,y int )_bd .RGBA {_ded ,_ :=ColorAtRGBA32 (x ,y ,_gecf .Width ,_gecf .Data ,_gecf .Alpha ,_gecf .Decode ); -return _ded ;};type SMasker interface{HasAlpha ()bool ;GetAlpha ()[]byte ;MakeAlpha ();};func (_cdfbg *NRGBA64 )setNRGBA64 (_dfac int ,_cbcff _bd .NRGBA64 ,_bddfa int ){_cdfbg .Data [_dfac ]=uint8 (_cbcff .R >>8);_cdfbg .Data [_dfac +1]=uint8 (_cbcff .R &0xff); -_cdfbg .Data [_dfac +2]=uint8 (_cbcff .G >>8);_cdfbg .Data [_dfac +3]=uint8 (_cbcff .G &0xff);_cdfbg .Data [_dfac +4]=uint8 (_cbcff .B >>8);_cdfbg .Data [_dfac +5]=uint8 (_cbcff .B &0xff);if _bddfa +1< len (_cdfbg .Alpha ){_cdfbg .Alpha [_bddfa ]=uint8 (_cbcff .A >>8); -_cdfbg .Alpha [_bddfa +1]=uint8 (_cbcff .A &0xff);};};func (_eccbc *ImageBase )MakeAlpha (){_eccbc .newAlpha ()};func (_egcf *Gray8 )Validate ()error {if len (_egcf .Data )!=_egcf .Height *_egcf .BytesPerLine {return ErrInvalidImage ;};return nil ;};func (_aeed *Monochrome )ColorModel ()_bd .Model {return MonochromeModel (_aeed .ModelThreshold )}; -func (_aefg *Gray16 )ColorModel ()_bd .Model {return _bd .Gray16Model };func (_fbgc *Monochrome )InverseData ()error {return _fbgc .RasterOperation (0,0,_fbgc .Width ,_fbgc .Height ,PixNotDst ,nil ,0,0);};func (_ffce *Gray4 )ColorModel ()_bd .Model {return Gray4Model }; -var _ Image =&Monochrome {};func _egd (_efged *Monochrome ,_adcc ,_bcgg ,_fcfc ,_eaac int ,_aabe RasterOperator ){if _adcc < 0{_fcfc +=_adcc ;_adcc =0;};_agff :=_adcc +_fcfc -_efged .Width ;if _agff > 0{_fcfc -=_agff ;};if _bcgg < 0{_eaac +=_bcgg ;_bcgg =0; -};_eaed :=_bcgg +_eaac -_efged .Height ;if _eaed > 0{_eaac -=_eaed ;};if _fcfc <=0||_eaac <=0{return ;};if (_adcc &7)==0{_gfee (_efged ,_adcc ,_bcgg ,_fcfc ,_eaac ,_aabe );}else {_ebec (_efged ,_adcc ,_bcgg ,_fcfc ,_eaac ,_aabe );};};func (_dfd *Gray4 )GrayAt (x ,y int )_bd .Gray {_dfda ,_ :=ColorAtGray4BPC (x ,y ,_dfd .BytesPerLine ,_dfd .Data ,_dfd .Decode ); -return _dfda ;};func (_gbdf *Monochrome )RasterOperation (dx ,dy ,dw ,dh int ,op RasterOperator ,src *Monochrome ,sx ,sy int )error {return _dfa (_gbdf ,dx ,dy ,dw ,dh ,op ,src ,sx ,sy );};func (_ggff *RGBA32 )SetRGBA (x ,y int ,c _bd .RGBA ){_aagc :=y *_ggff .Width +x ; -_gdba :=3*_aagc ;if _gdba +2>=len (_ggff .Data ){return ;};_ggff .setRGBA (_aagc ,c );};func _ddbg (_fcbg _bd .Color )_bd .Color {_dcdb :=_bd .NRGBAModel .Convert (_fcbg ).(_bd .NRGBA );return _eefb (_dcdb );};func (_cgec *Gray16 )At (x ,y int )_bd .Color {_ecee ,_ :=_cgec .ColorAt (x ,y ); -return _ecee };var _ Gray =&Gray16 {};type Monochrome struct{ImageBase ;ModelThreshold uint8 ;};func (_gdee *monochromeThresholdConverter )Convert (img _a .Image )(Image ,error ){if _feea ,_babc :=img .(*Monochrome );_babc {return _feea .Copy (),nil ;}; -_bbbf :=img .Bounds ();_ccgd ,_abga :=NewImage (_bbbf .Max .X ,_bbbf .Max .Y ,1,1,nil ,nil ,nil );if _abga !=nil {return nil ,_abga ;};_ccgd .(*Monochrome ).ModelThreshold =_gdee .Threshold ;for _cceae :=0;_cceae < _bbbf .Max .X ;_cceae ++{for _ecef :=0; -_ecef < _bbbf .Max .Y ;_ecef ++{_gddb :=img .At (_cceae ,_ecef );_ccgd .Set (_cceae ,_ecef ,_gddb );};};return _ccgd ,nil ;};func (_fgaa *NRGBA16 )ColorAt (x ,y int )(_bd .Color ,error ){return ColorAtNRGBA16 (x ,y ,_fgaa .Width ,_fgaa .BytesPerLine ,_fgaa .Data ,_fgaa .Alpha ,_fgaa .Decode ); -};func _dba (_adf ,_daff *Monochrome ,_eea []byte ,_ebe int )(_gcg error ){var (_efbd ,_df ,_gffd ,_fdeg ,_aafd ,_cdf ,_bdbc ,_aff int ;_fbdg ,_efg ,_cad ,_gfce uint32 ;_fdc ,_fgf byte ;_ceeb uint16 ;);_bcb :=make ([]byte ,4);_cacb :=make ([]byte ,4);for _gffd =0; -_gffd < _adf .Height -1;_gffd ,_fdeg =_gffd +2,_fdeg +1{_efbd =_gffd *_adf .BytesPerLine ;_df =_fdeg *_daff .BytesPerLine ;for _aafd ,_cdf =0,0;_aafd < _ebe ;_aafd ,_cdf =_aafd +4,_cdf +1{for _bdbc =0;_bdbc < 4;_bdbc ++{_aff =_efbd +_aafd +_bdbc ;if _aff <=len (_adf .Data )-1&&_aff < _efbd +_adf .BytesPerLine {_bcb [_bdbc ]=_adf .Data [_aff ]; -}else {_bcb [_bdbc ]=0x00;};_aff =_efbd +_adf .BytesPerLine +_aafd +_bdbc ;if _aff <=len (_adf .Data )-1&&_aff < _efbd +(2*_adf .BytesPerLine ){_cacb [_bdbc ]=_adf .Data [_aff ];}else {_cacb [_bdbc ]=0x00;};};_fbdg =_bag .BigEndian .Uint32 (_bcb );_efg =_bag .BigEndian .Uint32 (_cacb ); -_cad =_fbdg &_efg ;_cad |=_cad <<1;_gfce =_fbdg |_efg ;_gfce &=_gfce <<1;_efg =_cad |_gfce ;_efg &=0xaaaaaaaa;_fbdg =_efg |(_efg <<7);_fdc =byte (_fbdg >>24);_fgf =byte ((_fbdg >>8)&0xff);_aff =_df +_cdf ;if _aff +1==len (_daff .Data )-1||_aff +1>=_df +_daff .BytesPerLine {if _gcg =_daff .setByte (_aff ,_eea [_fdc ]); -_gcg !=nil {return _d .Errorf ("\u0069n\u0064\u0065\u0078\u003a\u0020\u0025d",_aff );};}else {_ceeb =(uint16 (_eea [_fdc ])<<8)|uint16 (_eea [_fgf ]);if _gcg =_daff .setTwoBytes (_aff ,_ceeb );_gcg !=nil {return _d .Errorf ("s\u0065\u0074\u0074\u0069\u006e\u0067 \u0074\u0077\u006f\u0020\u0062\u0079t\u0065\u0073\u0020\u0066\u0061\u0069\u006ce\u0064\u002c\u0020\u0069\u006e\u0064\u0065\u0078\u003a\u0020%\u0064",_aff ); -};_cdf ++;};};};return nil ;};func (_gaee *CMYK32 )At (x ,y int )_bd .Color {_cfe ,_ :=_gaee .ColorAt (x ,y );return _cfe };func (_fbfb *Monochrome )clearBit (_dgac ,_fcf int ){_fbfb .Data [_dgac ]&=^(0x80>>uint (_fcf &7))};func _caed (_cbba NRGBA ,_feee Gray ,_gaece _a .Rectangle ){for _bcbeb :=0; -_bcbeb < _gaece .Max .X ;_bcbeb ++{for _ggbg :=0;_ggbg < _gaece .Max .Y ;_ggbg ++{_cdae :=_beef (_cbba .NRGBAAt (_bcbeb ,_ggbg ));_feee .SetGray (_bcbeb ,_ggbg ,_cdae );};};};type NRGBA64 struct{ImageBase };func (_bbce *NRGBA32 )Copy ()Image {return &NRGBA32 {ImageBase :_bbce .copy ()}}; -func (_fcdb *NRGBA32 )ColorModel ()_bd .Model {return _bd .NRGBAModel };func ColorAt (x ,y ,width ,bitsPerColor ,colorComponents ,bytesPerLine int ,data ,alpha []byte ,decode []float64 )(_bd .Color ,error ){switch colorComponents {case 1:return ColorAtGrayscale (x ,y ,bitsPerColor ,bytesPerLine ,data ,decode ); -case 3:return ColorAtNRGBA (x ,y ,width ,bytesPerLine ,bitsPerColor ,data ,alpha ,decode );case 4:return ColorAtCMYK (x ,y ,width ,data ,decode );default:return nil ,_d .Errorf ("\u0070\u0072\u006f\u0076\u0069\u0064\u0065\u0064\u0020\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0063o\u006c\u006f\u0072\u0020\u0063\u006f\u006dp\u006f\u006e\u0065\u006e\u0074\u0020\u0066\u006f\u0072\u0020\u0074h\u0065\u0020\u0069\u006d\u0061\u0067\u0065\u003a\u0020\u0025\u0064",colorComponents ); -};};func (_eaaf *Gray4 )At (x ,y int )_bd .Color {_feaaf ,_ :=_eaaf .ColorAt (x ,y );return _feaaf };var _ Image =&CMYK32 {};func (_fcdg *NRGBA16 )At (x ,y int )_bd .Color {_bcaa ,_ :=_fcdg .ColorAt (x ,y );return _bcaa };func (_fafa *NRGBA16 )Validate ()error {if len (_fafa .Data )!=3*_fafa .Width *_fafa .Height /2{return _b .New ("i\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0069\u006da\u0067\u0065\u0020\u0064\u0061\u0074\u0061 s\u0069\u007a\u0065\u0020f\u006f\u0072\u0020\u0070\u0072\u006f\u0076\u0069\u0064ed\u0020\u0064i\u006d\u0065\u006e\u0073\u0069\u006f\u006e\u0073"); -};return nil ;};func _aaca (_fffbf *Monochrome ,_bgfb ,_ffcf ,_bffa ,_ggbd int ,_gbbd RasterOperator ,_effbb *Monochrome ,_ceag ,_aebd int )error {var (_edcc bool ;_fgdg bool ;_cbcd byte ;_edb int ;_gfbc int ;_ebcg int ;_cebf int ;_adab bool ;_fbfa int ; -_aggbb int ;_afbac int ;_eecd bool ;_beede byte ;_gdcd int ;_dfdc int ;_bgcd int ;_gcee byte ;_gebgb int ;_eabf int ;_fdag uint ;_ebeg uint ;_efca byte ;_adc shift ;_dbff bool ;_gcag bool ;_cccb ,_eadfd int ;);if _ceag &7!=0{_eabf =8-(_ceag &7);};if _bgfb &7!=0{_gfbc =8-(_bgfb &7); -};if _eabf ==0&&_gfbc ==0{_efca =_bbgc [0];}else {if _gfbc > _eabf {_fdag =uint (_gfbc -_eabf );}else {_fdag =uint (8-(_eabf -_gfbc ));};_ebeg =8-_fdag ;_efca =_bbgc [_fdag ];};if (_bgfb &7)!=0{_edcc =true ;_edb =8-(_bgfb &7);_cbcd =_bbgc [_edb ];_ebcg =_fffbf .BytesPerLine *_ffcf +(_bgfb >>3); -_cebf =_effbb .BytesPerLine *_aebd +(_ceag >>3);_gebgb =8-(_ceag &7);if _edb > _gebgb {_adc =_ffda ;if _bffa >=_eabf {_dbff =true ;};}else {_adc =_aecg ;};};if _bffa < _edb {_fgdg =true ;_cbcd &=_ddfe [8-_edb +_bffa ];};if !_fgdg {_fbfa =(_bffa -_edb )>>3; -if _fbfa !=0{_adab =true ;_aggbb =_fffbf .BytesPerLine *_ffcf +((_bgfb +_gfbc )>>3);_afbac =_effbb .BytesPerLine *_aebd +((_ceag +_gfbc )>>3);};};_gdcd =(_bgfb +_bffa )&7;if !(_fgdg ||_gdcd ==0){_eecd =true ;_beede =_ddfe [_gdcd ];_dfdc =_fffbf .BytesPerLine *_ffcf +((_bgfb +_gfbc )>>3)+_fbfa ; -_bgcd =_effbb .BytesPerLine *_aebd +((_ceag +_gfbc )>>3)+_fbfa ;if _gdcd > int (_ebeg ){_gcag =true ;};};switch _gbbd {case PixSrc :if _edcc {for _cccb =0;_cccb < _ggbd ;_cccb ++{if _adc ==_ffda {_gcee =_effbb .Data [_cebf ]<<_fdag ;if _dbff {_gcee =_agcee (_gcee ,_effbb .Data [_cebf +1]>>_ebeg ,_efca ); -};}else {_gcee =_effbb .Data [_cebf ]>>_ebeg ;};_fffbf .Data [_ebcg ]=_agcee (_fffbf .Data [_ebcg ],_gcee ,_cbcd );_ebcg +=_fffbf .BytesPerLine ;_cebf +=_effbb .BytesPerLine ;};};if _adab {for _cccb =0;_cccb < _ggbd ;_cccb ++{for _eadfd =0;_eadfd < _fbfa ; -_eadfd ++{_gcee =_agcee (_effbb .Data [_afbac +_eadfd ]<<_fdag ,_effbb .Data [_afbac +_eadfd +1]>>_ebeg ,_efca );_fffbf .Data [_aggbb +_eadfd ]=_gcee ;};_aggbb +=_fffbf .BytesPerLine ;_afbac +=_effbb .BytesPerLine ;};};if _eecd {for _cccb =0;_cccb < _ggbd ; -_cccb ++{_gcee =_effbb .Data [_bgcd ]<<_fdag ;if _gcag {_gcee =_agcee (_gcee ,_effbb .Data [_bgcd +1]>>_ebeg ,_efca );};_fffbf .Data [_dfdc ]=_agcee (_fffbf .Data [_dfdc ],_gcee ,_beede );_dfdc +=_fffbf .BytesPerLine ;_bgcd +=_effbb .BytesPerLine ;};}; -case PixNotSrc :if _edcc {for _cccb =0;_cccb < _ggbd ;_cccb ++{if _adc ==_ffda {_gcee =_effbb .Data [_cebf ]<<_fdag ;if _dbff {_gcee =_agcee (_gcee ,_effbb .Data [_cebf +1]>>_ebeg ,_efca );};}else {_gcee =_effbb .Data [_cebf ]>>_ebeg ;};_fffbf .Data [_ebcg ]=_agcee (_fffbf .Data [_ebcg ],^_gcee ,_cbcd ); -_ebcg +=_fffbf .BytesPerLine ;_cebf +=_effbb .BytesPerLine ;};};if _adab {for _cccb =0;_cccb < _ggbd ;_cccb ++{for _eadfd =0;_eadfd < _fbfa ;_eadfd ++{_gcee =_agcee (_effbb .Data [_afbac +_eadfd ]<<_fdag ,_effbb .Data [_afbac +_eadfd +1]>>_ebeg ,_efca ); -_fffbf .Data [_aggbb +_eadfd ]=^_gcee ;};_aggbb +=_fffbf .BytesPerLine ;_afbac +=_effbb .BytesPerLine ;};};if _eecd {for _cccb =0;_cccb < _ggbd ;_cccb ++{_gcee =_effbb .Data [_bgcd ]<<_fdag ;if _gcag {_gcee =_agcee (_gcee ,_effbb .Data [_bgcd +1]>>_ebeg ,_efca ); -};_fffbf .Data [_dfdc ]=_agcee (_fffbf .Data [_dfdc ],^_gcee ,_beede );_dfdc +=_fffbf .BytesPerLine ;_bgcd +=_effbb .BytesPerLine ;};};case PixSrcOrDst :if _edcc {for _cccb =0;_cccb < _ggbd ;_cccb ++{if _adc ==_ffda {_gcee =_effbb .Data [_cebf ]<<_fdag ; -if _dbff {_gcee =_agcee (_gcee ,_effbb .Data [_cebf +1]>>_ebeg ,_efca );};}else {_gcee =_effbb .Data [_cebf ]>>_ebeg ;};_fffbf .Data [_ebcg ]=_agcee (_fffbf .Data [_ebcg ],_gcee |_fffbf .Data [_ebcg ],_cbcd );_ebcg +=_fffbf .BytesPerLine ;_cebf +=_effbb .BytesPerLine ; -};};if _adab {for _cccb =0;_cccb < _ggbd ;_cccb ++{for _eadfd =0;_eadfd < _fbfa ;_eadfd ++{_gcee =_agcee (_effbb .Data [_afbac +_eadfd ]<<_fdag ,_effbb .Data [_afbac +_eadfd +1]>>_ebeg ,_efca );_fffbf .Data [_aggbb +_eadfd ]|=_gcee ;};_aggbb +=_fffbf .BytesPerLine ; -_afbac +=_effbb .BytesPerLine ;};};if _eecd {for _cccb =0;_cccb < _ggbd ;_cccb ++{_gcee =_effbb .Data [_bgcd ]<<_fdag ;if _gcag {_gcee =_agcee (_gcee ,_effbb .Data [_bgcd +1]>>_ebeg ,_efca );};_fffbf .Data [_dfdc ]=_agcee (_fffbf .Data [_dfdc ],_gcee |_fffbf .Data [_dfdc ],_beede ); -_dfdc +=_fffbf .BytesPerLine ;_bgcd +=_effbb .BytesPerLine ;};};case PixSrcAndDst :if _edcc {for _cccb =0;_cccb < _ggbd ;_cccb ++{if _adc ==_ffda {_gcee =_effbb .Data [_cebf ]<<_fdag ;if _dbff {_gcee =_agcee (_gcee ,_effbb .Data [_cebf +1]>>_ebeg ,_efca ); -};}else {_gcee =_effbb .Data [_cebf ]>>_ebeg ;};_fffbf .Data [_ebcg ]=_agcee (_fffbf .Data [_ebcg ],_gcee &_fffbf .Data [_ebcg ],_cbcd );_ebcg +=_fffbf .BytesPerLine ;_cebf +=_effbb .BytesPerLine ;};};if _adab {for _cccb =0;_cccb < _ggbd ;_cccb ++{for _eadfd =0; -_eadfd < _fbfa ;_eadfd ++{_gcee =_agcee (_effbb .Data [_afbac +_eadfd ]<<_fdag ,_effbb .Data [_afbac +_eadfd +1]>>_ebeg ,_efca );_fffbf .Data [_aggbb +_eadfd ]&=_gcee ;};_aggbb +=_fffbf .BytesPerLine ;_afbac +=_effbb .BytesPerLine ;};};if _eecd {for _cccb =0; -_cccb < _ggbd ;_cccb ++{_gcee =_effbb .Data [_bgcd ]<<_fdag ;if _gcag {_gcee =_agcee (_gcee ,_effbb .Data [_bgcd +1]>>_ebeg ,_efca );};_fffbf .Data [_dfdc ]=_agcee (_fffbf .Data [_dfdc ],_gcee &_fffbf .Data [_dfdc ],_beede );_dfdc +=_fffbf .BytesPerLine ; -_bgcd +=_effbb .BytesPerLine ;};};case PixSrcXorDst :if _edcc {for _cccb =0;_cccb < _ggbd ;_cccb ++{if _adc ==_ffda {_gcee =_effbb .Data [_cebf ]<<_fdag ;if _dbff {_gcee =_agcee (_gcee ,_effbb .Data [_cebf +1]>>_ebeg ,_efca );};}else {_gcee =_effbb .Data [_cebf ]>>_ebeg ; -};_fffbf .Data [_ebcg ]=_agcee (_fffbf .Data [_ebcg ],_gcee ^_fffbf .Data [_ebcg ],_cbcd );_ebcg +=_fffbf .BytesPerLine ;_cebf +=_effbb .BytesPerLine ;};};if _adab {for _cccb =0;_cccb < _ggbd ;_cccb ++{for _eadfd =0;_eadfd < _fbfa ;_eadfd ++{_gcee =_agcee (_effbb .Data [_afbac +_eadfd ]<<_fdag ,_effbb .Data [_afbac +_eadfd +1]>>_ebeg ,_efca ); -_fffbf .Data [_aggbb +_eadfd ]^=_gcee ;};_aggbb +=_fffbf .BytesPerLine ;_afbac +=_effbb .BytesPerLine ;};};if _eecd {for _cccb =0;_cccb < _ggbd ;_cccb ++{_gcee =_effbb .Data [_bgcd ]<<_fdag ;if _gcag {_gcee =_agcee (_gcee ,_effbb .Data [_bgcd +1]>>_ebeg ,_efca ); -};_fffbf .Data [_dfdc ]=_agcee (_fffbf .Data [_dfdc ],_gcee ^_fffbf .Data [_dfdc ],_beede );_dfdc +=_fffbf .BytesPerLine ;_bgcd +=_effbb .BytesPerLine ;};};case PixNotSrcOrDst :if _edcc {for _cccb =0;_cccb < _ggbd ;_cccb ++{if _adc ==_ffda {_gcee =_effbb .Data [_cebf ]<<_fdag ; -if _dbff {_gcee =_agcee (_gcee ,_effbb .Data [_cebf +1]>>_ebeg ,_efca );};}else {_gcee =_effbb .Data [_cebf ]>>_ebeg ;};_fffbf .Data [_ebcg ]=_agcee (_fffbf .Data [_ebcg ],^_gcee |_fffbf .Data [_ebcg ],_cbcd );_ebcg +=_fffbf .BytesPerLine ;_cebf +=_effbb .BytesPerLine ; -};};if _adab {for _cccb =0;_cccb < _ggbd ;_cccb ++{for _eadfd =0;_eadfd < _fbfa ;_eadfd ++{_gcee =_agcee (_effbb .Data [_afbac +_eadfd ]<<_fdag ,_effbb .Data [_afbac +_eadfd +1]>>_ebeg ,_efca );_fffbf .Data [_aggbb +_eadfd ]|=^_gcee ;};_aggbb +=_fffbf .BytesPerLine ; -_afbac +=_effbb .BytesPerLine ;};};if _eecd {for _cccb =0;_cccb < _ggbd ;_cccb ++{_gcee =_effbb .Data [_bgcd ]<<_fdag ;if _gcag {_gcee =_agcee (_gcee ,_effbb .Data [_bgcd +1]>>_ebeg ,_efca );};_fffbf .Data [_dfdc ]=_agcee (_fffbf .Data [_dfdc ],^_gcee |_fffbf .Data [_dfdc ],_beede ); -_dfdc +=_fffbf .BytesPerLine ;_bgcd +=_effbb .BytesPerLine ;};};case PixNotSrcAndDst :if _edcc {for _cccb =0;_cccb < _ggbd ;_cccb ++{if _adc ==_ffda {_gcee =_effbb .Data [_cebf ]<<_fdag ;if _dbff {_gcee =_agcee (_gcee ,_effbb .Data [_cebf +1]>>_ebeg ,_efca ); -};}else {_gcee =_effbb .Data [_cebf ]>>_ebeg ;};_fffbf .Data [_ebcg ]=_agcee (_fffbf .Data [_ebcg ],^_gcee &_fffbf .Data [_ebcg ],_cbcd );_ebcg +=_fffbf .BytesPerLine ;_cebf +=_effbb .BytesPerLine ;};};if _adab {for _cccb =0;_cccb < _ggbd ;_cccb ++{for _eadfd =0; -_eadfd < _fbfa ;_eadfd ++{_gcee =_agcee (_effbb .Data [_afbac +_eadfd ]<<_fdag ,_effbb .Data [_afbac +_eadfd +1]>>_ebeg ,_efca );_fffbf .Data [_aggbb +_eadfd ]&=^_gcee ;};_aggbb +=_fffbf .BytesPerLine ;_afbac +=_effbb .BytesPerLine ;};};if _eecd {for _cccb =0; -_cccb < _ggbd ;_cccb ++{_gcee =_effbb .Data [_bgcd ]<<_fdag ;if _gcag {_gcee =_agcee (_gcee ,_effbb .Data [_bgcd +1]>>_ebeg ,_efca );};_fffbf .Data [_dfdc ]=_agcee (_fffbf .Data [_dfdc ],^_gcee &_fffbf .Data [_dfdc ],_beede );_dfdc +=_fffbf .BytesPerLine ; -_bgcd +=_effbb .BytesPerLine ;};};case PixSrcOrNotDst :if _edcc {for _cccb =0;_cccb < _ggbd ;_cccb ++{if _adc ==_ffda {_gcee =_effbb .Data [_cebf ]<<_fdag ;if _dbff {_gcee =_agcee (_gcee ,_effbb .Data [_cebf +1]>>_ebeg ,_efca );};}else {_gcee =_effbb .Data [_cebf ]>>_ebeg ; -};_fffbf .Data [_ebcg ]=_agcee (_fffbf .Data [_ebcg ],_gcee |^_fffbf .Data [_ebcg ],_cbcd );_ebcg +=_fffbf .BytesPerLine ;_cebf +=_effbb .BytesPerLine ;};};if _adab {for _cccb =0;_cccb < _ggbd ;_cccb ++{for _eadfd =0;_eadfd < _fbfa ;_eadfd ++{_gcee =_agcee (_effbb .Data [_afbac +_eadfd ]<<_fdag ,_effbb .Data [_afbac +_eadfd +1]>>_ebeg ,_efca ); -_fffbf .Data [_aggbb +_eadfd ]=_gcee |^_fffbf .Data [_aggbb +_eadfd ];};_aggbb +=_fffbf .BytesPerLine ;_afbac +=_effbb .BytesPerLine ;};};if _eecd {for _cccb =0;_cccb < _ggbd ;_cccb ++{_gcee =_effbb .Data [_bgcd ]<<_fdag ;if _gcag {_gcee =_agcee (_gcee ,_effbb .Data [_bgcd +1]>>_ebeg ,_efca ); -};_fffbf .Data [_dfdc ]=_agcee (_fffbf .Data [_dfdc ],_gcee |^_fffbf .Data [_dfdc ],_beede );_dfdc +=_fffbf .BytesPerLine ;_bgcd +=_effbb .BytesPerLine ;};};case PixSrcAndNotDst :if _edcc {for _cccb =0;_cccb < _ggbd ;_cccb ++{if _adc ==_ffda {_gcee =_effbb .Data [_cebf ]<<_fdag ; -if _dbff {_gcee =_agcee (_gcee ,_effbb .Data [_cebf +1]>>_ebeg ,_efca );};}else {_gcee =_effbb .Data [_cebf ]>>_ebeg ;};_fffbf .Data [_ebcg ]=_agcee (_fffbf .Data [_ebcg ],_gcee &^_fffbf .Data [_ebcg ],_cbcd );_ebcg +=_fffbf .BytesPerLine ;_cebf +=_effbb .BytesPerLine ; -};};if _adab {for _cccb =0;_cccb < _ggbd ;_cccb ++{for _eadfd =0;_eadfd < _fbfa ;_eadfd ++{_gcee =_agcee (_effbb .Data [_afbac +_eadfd ]<<_fdag ,_effbb .Data [_afbac +_eadfd +1]>>_ebeg ,_efca );_fffbf .Data [_aggbb +_eadfd ]=_gcee &^_fffbf .Data [_aggbb +_eadfd ]; -};_aggbb +=_fffbf .BytesPerLine ;_afbac +=_effbb .BytesPerLine ;};};if _eecd {for _cccb =0;_cccb < _ggbd ;_cccb ++{_gcee =_effbb .Data [_bgcd ]<<_fdag ;if _gcag {_gcee =_agcee (_gcee ,_effbb .Data [_bgcd +1]>>_ebeg ,_efca );};_fffbf .Data [_dfdc ]=_agcee (_fffbf .Data [_dfdc ],_gcee &^_fffbf .Data [_dfdc ],_beede ); -_dfdc +=_fffbf .BytesPerLine ;_bgcd +=_effbb .BytesPerLine ;};};case PixNotPixSrcOrDst :if _edcc {for _cccb =0;_cccb < _ggbd ;_cccb ++{if _adc ==_ffda {_gcee =_effbb .Data [_cebf ]<<_fdag ;if _dbff {_gcee =_agcee (_gcee ,_effbb .Data [_cebf +1]>>_ebeg ,_efca ); -};}else {_gcee =_effbb .Data [_cebf ]>>_ebeg ;};_fffbf .Data [_ebcg ]=_agcee (_fffbf .Data [_ebcg ],^(_gcee |_fffbf .Data [_ebcg ]),_cbcd );_ebcg +=_fffbf .BytesPerLine ;_cebf +=_effbb .BytesPerLine ;};};if _adab {for _cccb =0;_cccb < _ggbd ;_cccb ++{for _eadfd =0; -_eadfd < _fbfa ;_eadfd ++{_gcee =_agcee (_effbb .Data [_afbac +_eadfd ]<<_fdag ,_effbb .Data [_afbac +_eadfd +1]>>_ebeg ,_efca );_fffbf .Data [_aggbb +_eadfd ]=^(_gcee |_fffbf .Data [_aggbb +_eadfd ]);};_aggbb +=_fffbf .BytesPerLine ;_afbac +=_effbb .BytesPerLine ; -};};if _eecd {for _cccb =0;_cccb < _ggbd ;_cccb ++{_gcee =_effbb .Data [_bgcd ]<<_fdag ;if _gcag {_gcee =_agcee (_gcee ,_effbb .Data [_bgcd +1]>>_ebeg ,_efca );};_fffbf .Data [_dfdc ]=_agcee (_fffbf .Data [_dfdc ],^(_gcee |_fffbf .Data [_dfdc ]),_beede ); -_dfdc +=_fffbf .BytesPerLine ;_bgcd +=_effbb .BytesPerLine ;};};case PixNotPixSrcAndDst :if _edcc {for _cccb =0;_cccb < _ggbd ;_cccb ++{if _adc ==_ffda {_gcee =_effbb .Data [_cebf ]<<_fdag ;if _dbff {_gcee =_agcee (_gcee ,_effbb .Data [_cebf +1]>>_ebeg ,_efca ); -};}else {_gcee =_effbb .Data [_cebf ]>>_ebeg ;};_fffbf .Data [_ebcg ]=_agcee (_fffbf .Data [_ebcg ],^(_gcee &_fffbf .Data [_ebcg ]),_cbcd );_ebcg +=_fffbf .BytesPerLine ;_cebf +=_effbb .BytesPerLine ;};};if _adab {for _cccb =0;_cccb < _ggbd ;_cccb ++{for _eadfd =0; -_eadfd < _fbfa ;_eadfd ++{_gcee =_agcee (_effbb .Data [_afbac +_eadfd ]<<_fdag ,_effbb .Data [_afbac +_eadfd +1]>>_ebeg ,_efca );_fffbf .Data [_aggbb +_eadfd ]=^(_gcee &_fffbf .Data [_aggbb +_eadfd ]);};_aggbb +=_fffbf .BytesPerLine ;_afbac +=_effbb .BytesPerLine ; -};};if _eecd {for _cccb =0;_cccb < _ggbd ;_cccb ++{_gcee =_effbb .Data [_bgcd ]<<_fdag ;if _gcag {_gcee =_agcee (_gcee ,_effbb .Data [_bgcd +1]>>_ebeg ,_efca );};_fffbf .Data [_dfdc ]=_agcee (_fffbf .Data [_dfdc ],^(_gcee &_fffbf .Data [_dfdc ]),_beede ); -_dfdc +=_fffbf .BytesPerLine ;_bgcd +=_effbb .BytesPerLine ;};};case PixNotPixSrcXorDst :if _edcc {for _cccb =0;_cccb < _ggbd ;_cccb ++{if _adc ==_ffda {_gcee =_effbb .Data [_cebf ]<<_fdag ;if _dbff {_gcee =_agcee (_gcee ,_effbb .Data [_cebf +1]>>_ebeg ,_efca ); -};}else {_gcee =_effbb .Data [_cebf ]>>_ebeg ;};_fffbf .Data [_ebcg ]=_agcee (_fffbf .Data [_ebcg ],^(_gcee ^_fffbf .Data [_ebcg ]),_cbcd );_ebcg +=_fffbf .BytesPerLine ;_cebf +=_effbb .BytesPerLine ;};};if _adab {for _cccb =0;_cccb < _ggbd ;_cccb ++{for _eadfd =0; -_eadfd < _fbfa ;_eadfd ++{_gcee =_agcee (_effbb .Data [_afbac +_eadfd ]<<_fdag ,_effbb .Data [_afbac +_eadfd +1]>>_ebeg ,_efca );_fffbf .Data [_aggbb +_eadfd ]=^(_gcee ^_fffbf .Data [_aggbb +_eadfd ]);};_aggbb +=_fffbf .BytesPerLine ;_afbac +=_effbb .BytesPerLine ; -};};if _eecd {for _cccb =0;_cccb < _ggbd ;_cccb ++{_gcee =_effbb .Data [_bgcd ]<<_fdag ;if _gcag {_gcee =_agcee (_gcee ,_effbb .Data [_bgcd +1]>>_ebeg ,_efca );};_fffbf .Data [_dfdc ]=_agcee (_fffbf .Data [_dfdc ],^(_gcee ^_fffbf .Data [_dfdc ]),_beede ); -_dfdc +=_fffbf .BytesPerLine ;_bgcd +=_effbb .BytesPerLine ;};};default:_e .Log .Debug ("\u004f\u0070e\u0072\u0061\u0074\u0069\u006f\u006e\u003a\u0020\u0027\u0025\u0064\u0027\u0020\u006e\u006f\u0074\u0020\u0070\u0065\u0072\u006d\u0069tt\u0065\u0064",_gbbd ); -return _b .New ("\u0072\u0061\u0073\u0074\u0065\u0072\u0020\u006f\u0070\u0065r\u0061\u0074\u0069\u006f\u006e\u0020\u006eo\u0074\u0020\u0070\u0065\u0072\u006d\u0069\u0074\u0074\u0065\u0064");};return nil ;};var _ _a .Image =&Gray4 {};type CMYK32 struct{ImageBase }; -func ConverterFunc (converterFunc func (_cfb _a .Image )(Image ,error ))ColorConverter {return colorConverter {_dbdg :converterFunc };};func _bgg (_dbdfg *_a .NYCbCrA ,_abce RGBA ,_fffc _a .Rectangle ){for _eecg :=0;_eecg < _fffc .Max .X ;_eecg ++{for _dbad :=0; -_dbad < _fffc .Max .Y ;_dbad ++{_fcfd :=_dbdfg .NYCbCrAAt (_eecg ,_dbad );_abce .SetRGBA (_eecg ,_dbad ,_eaf (_fcfd ));};};};func (_cggf *Monochrome )setIndexedBit (_dcg int ){_cggf .Data [(_dcg >>3)]|=0x80>>uint (_dcg &7)};func (_bbfd *ImageBase )setEightFullBytes (_fgab int ,_feeb uint64 )error {if _fgab +7> len (_bbfd .Data )-1{return _b .New ("\u0069n\u0064e\u0078\u0020\u006f\u0075\u0074 \u006f\u0066 \u0072\u0061\u006e\u0067\u0065"); -};_bbfd .Data [_fgab ]=byte ((_feeb &0xff00000000000000)>>56);_bbfd .Data [_fgab +1]=byte ((_feeb &0xff000000000000)>>48);_bbfd .Data [_fgab +2]=byte ((_feeb &0xff0000000000)>>40);_bbfd .Data [_fgab +3]=byte ((_feeb &0xff00000000)>>32);_bbfd .Data [_fgab +4]=byte ((_feeb &0xff000000)>>24); -_bbfd .Data [_fgab +5]=byte ((_feeb &0xff0000)>>16);_bbfd .Data [_fgab +6]=byte ((_feeb &0xff00)>>8);_bbfd .Data [_fgab +7]=byte (_feeb &0xff);return nil ;};var _ Image =&NRGBA16 {};func _gfba (_cea NRGBA ,_baga CMYK ,_dae _a .Rectangle ){for _ege :=0; -_ege < _dae .Max .X ;_ege ++{for _bef :=0;_bef < _dae .Max .Y ;_bef ++{_gabb :=_cea .NRGBAAt (_ege ,_bef );_baga .SetCMYK (_ege ,_bef ,_cfg (_gabb ));};};};type ImageBase struct{Width ,Height int ;BitsPerComponent ,ColorComponents int ;Data ,Alpha []byte ; -Decode []float64 ;BytesPerLine int ;};func _ccea (_gbc _bd .CMYK )_bd .RGBA {_gefd ,_dcef ,_bec :=_bd .CMYKToRGB (_gbc .C ,_gbc .M ,_gbc .Y ,_gbc .K );return _bd .RGBA {R :_gefd ,G :_dcef ,B :_bec ,A :0xff};};func _fcd ()(_eab [256]uint16 ){for _bdd :=0; -_bdd < 256;_bdd ++{if _bdd &0x01!=0{_eab [_bdd ]|=0x3;};if _bdd &0x02!=0{_eab [_bdd ]|=0xc;};if _bdd &0x04!=0{_eab [_bdd ]|=0x30;};if _bdd &0x08!=0{_eab [_bdd ]|=0xc0;};if _bdd &0x10!=0{_eab [_bdd ]|=0x300;};if _bdd &0x20!=0{_eab [_bdd ]|=0xc00;};if _bdd &0x40!=0{_eab [_bdd ]|=0x3000; -};if _bdd &0x80!=0{_eab [_bdd ]|=0xc000;};};return _eab ;};func IsGrayImgBlackAndWhite (i *_a .Gray )bool {return _ggge (i )};func _cfg (_egfa _bd .NRGBA )_bd .CMYK {_egc ,_eaee ,_adfg ,_ :=_egfa .RGBA ();_aefc ,_eff ,_dcf ,_fce :=_bd .RGBToCMYK (uint8 (_egc >>8),uint8 (_eaee >>8),uint8 (_adfg >>8)); -return _bd .CMYK {C :_aefc ,M :_eff ,Y :_dcf ,K :_fce };};func ColorAtGray16BPC (x ,y ,bytesPerLine int ,data []byte ,decode []float64 )(_bd .Gray16 ,error ){_gcac :=(y *bytesPerLine /2+x )*2;if _gcac +1>=len (data ){return _bd .Gray16 {},_d .Errorf ("\u0069\u006d\u0061\u0067\u0065\u0020\u0063\u006f\u006f\u0072\u0064\u0069\u006ea\u0074\u0065\u0073\u0020\u006f\u0075t\u0020\u006f\u0066\u0020\u0072\u0061\u006e\u0067\u0065\u0020\u0028\u0025\u0064,\u0020\u0025\u0064\u0029",x ,y ); -};_ebed :=uint16 (data [_gcac ])<<8|uint16 (data [_gcac +1]);if len (decode )==2{_ebed =uint16 (uint64 (LinearInterpolate (float64 (_ebed ),0,65535,decode [0],decode [1])));};return _bd .Gray16 {Y :_ebed },nil ;};func (_fcec *NRGBA16 )setNRGBA (_fdbfd ,_ceab ,_cafa int ,_fbacc _bd .NRGBA ){if _fdbfd *3%2==0{_fcec .Data [_cafa ]=(_fbacc .R >>4)<<4|(_fbacc .G >>4); -_fcec .Data [_cafa +1]=(_fbacc .B >>4)<<4|(_fcec .Data [_cafa +1]&0xf);}else {_fcec .Data [_cafa ]=(_fcec .Data [_cafa ]&0xf0)|(_fbacc .R >>4);_fcec .Data [_cafa +1]=(_fbacc .G >>4)<<4|(_fbacc .B >>4);};if _fcec .Alpha !=nil {_edbg :=_ceab *BytesPerLine (_fcec .Width ,4,1); -if _edbg < len (_fcec .Alpha ){if _fdbfd %2==0{_fcec .Alpha [_edbg ]=(_fbacc .A >>uint (4))<>uint (4));};};};};func (_efed *Gray16 )ColorAt (x ,y int )(_bd .Color ,error ){return ColorAtGray16BPC (x ,y ,_efed .BytesPerLine ,_efed .Data ,_efed .Decode ); -};func _cdcdd (_cgff _a .Image ,_cbdf Image ,_gdea _a .Rectangle ){if _efcd ,_bgaa :=_cgff .(SMasker );_bgaa &&_efcd .HasAlpha (){_cbdf .(SMasker ).MakeAlpha ();};switch _bbdfg :=_cgff .(type ){case Gray :_bebb (_bbdfg ,_cbdf .(RGBA ),_gdea );case NRGBA :_dbgca (_bbdfg ,_cbdf .(RGBA ),_gdea ); -case *_a .NYCbCrA :_bgg (_bbdfg ,_cbdf .(RGBA ),_gdea );case CMYK :_cfad (_bbdfg ,_cbdf .(RGBA ),_gdea );case RGBA :_cebe (_bbdfg ,_cbdf .(RGBA ),_gdea );case nrgba64 :_cagbc (_bbdfg ,_cbdf .(RGBA ),_gdea );default:_ebbc (_cgff ,_cbdf ,_gdea );};};var _ Image =&Gray4 {}; -var _ Image =&NRGBA32 {};func _cgb (_cdc _bd .Gray ,_gabe monochromeModel )_bd .Gray {if _cdc .Y > uint8 (_gabe ){return _bd .Gray {Y :_ba .MaxUint8 };};return _bd .Gray {};};func ImgToBinary (i _a .Image ,threshold uint8 )*_a .Gray {switch _fbcba :=i .(type ){case *_a .Gray :if _ggge (_fbcba ){return _fbcba ; -};return _ccde (_fbcba ,threshold );case *_a .Gray16 :return _bgdab (_fbcba ,threshold );default:return _dbae (_fbcba ,threshold );};};func _efc (_fdfc _bd .Gray )_bd .Gray {_fdfc .Y >>=4;_fdfc .Y |=_fdfc .Y <<4;return _fdfc };func (_cfgbc *ImageBase )copy ()ImageBase {_deb :=*_cfgbc ; -_deb .Data =make ([]byte ,len (_cfgbc .Data ));copy (_deb .Data ,_cfgbc .Data );return _deb ;};func _ccggd (_ffcef uint )uint {var _eagcb uint ;for _ffcef !=0{_ffcef >>=1;_eagcb ++;};return _eagcb -1;};func (_gebg *ImageBase )setByte (_cfcc int ,_feca byte )error {if _cfcc > len (_gebg .Data )-1{return _b .New ("\u0069n\u0064e\u0078\u0020\u006f\u0075\u0074 \u006f\u0066 \u0072\u0061\u006e\u0067\u0065"); -};_gebg .Data [_cfcc ]=_feca ;return nil ;};func _bgdab (_abgea *_a .Gray16 ,_affgb uint8 )*_a .Gray {_dced :=_abgea .Bounds ();_abgca :=_a .NewGray (_dced );for _gegc :=0;_gegc < _dced .Dx ();_gegc ++{for _eefbe :=0;_eefbe < _dced .Dy ();_eefbe ++{_dcfc :=_abgea .Gray16At (_gegc ,_eefbe ); -_abgca .SetGray (_gegc ,_eefbe ,_bd .Gray {Y :_bcgff (uint8 (_dcfc .Y /256),_affgb )});};};return _abgca ;};func (_gebe *NRGBA16 )NRGBAAt (x ,y int )_bd .NRGBA {_cege ,_ :=ColorAtNRGBA16 (x ,y ,_gebe .Width ,_gebe .BytesPerLine ,_gebe .Data ,_gebe .Alpha ,_gebe .Decode ); -return _cege ;};func _gbgb (_dgda _bd .NRGBA64 )_bd .NRGBA {return _bd .NRGBA {R :uint8 (_dgda .R >>8),G :uint8 (_dgda .G >>8),B :uint8 (_dgda .B >>8),A :uint8 (_dgda .A >>8)};};var _ _a .Image =&RGBA32 {};func (_dggc *NRGBA32 )NRGBAAt (x ,y int )_bd .NRGBA {_cfbd ,_ :=ColorAtNRGBA32 (x ,y ,_dggc .Width ,_dggc .Data ,_dggc .Alpha ,_dggc .Decode ); -return _cfbd ;};func (_bbe *CMYK32 )Base ()*ImageBase {return &_bbe .ImageBase };func _ggf (_efec _bd .NRGBA )_bd .RGBA {_bga ,_cfee ,_ceaa ,_acfg :=_efec .RGBA ();return _bd .RGBA {R :uint8 (_bga >>8),G :uint8 (_cfee >>8),B :uint8 (_ceaa >>8),A :uint8 (_acfg >>8)}; -};type nrgba64 interface{NRGBA64At (_bbdfd ,_gdbf int )_bd .NRGBA64 ;SetNRGBA64 (_deab ,_gfbd int ,_ffad _bd .NRGBA64 );};type NRGBA interface{NRGBAAt (_fbbc ,_bagbg int )_bd .NRGBA ;SetNRGBA (_bcef ,_agcdcf int ,_deeb _bd .NRGBA );};func (_bcca *Monochrome )ColorAt (x ,y int )(_bd .Color ,error ){return ColorAtGray1BPC (x ,y ,_bcca .BytesPerLine ,_bcca .Data ,_bcca .Decode ); -};type colorConverter struct{_dbdg func (_ddc _a .Image )(Image ,error );};func AddDataPadding (width ,height ,bitsPerComponent ,colorComponents int ,data []byte )([]byte ,error ){_bfgea :=BytesPerLine (width ,bitsPerComponent ,colorComponents );if _bfgea ==width *colorComponents *bitsPerComponent /8{return data ,nil ; -};_fafb :=width *colorComponents *bitsPerComponent ;_dbdgb :=_bfgea *8;_cafd :=8-(_dbdgb -_fafb );_affa :=_ab .NewReader (data );_eaff :=_bfgea -1;_bbbeb :=make ([]byte ,_eaff );_gegdc :=make ([]byte ,height *_bfgea );_acgd :=_ab .NewWriterMSB (_gegdc ); -var _bddf uint64 ;var _afee error ;for _bdbg :=0;_bdbg < height ;_bdbg ++{_ ,_afee =_affa .Read (_bbbeb );if _afee !=nil {return nil ,_afee ;};_ ,_afee =_acgd .Write (_bbbeb );if _afee !=nil {return nil ,_afee ;};_bddf ,_afee =_affa .ReadBits (byte (_cafd )); -if _afee !=nil {return nil ,_afee ;};_ ,_afee =_acgd .WriteBits (_bddf ,_cafd );if _afee !=nil {return nil ,_afee ;};_acgd .FinishByte ();};return _gegdc ,nil ;};func _eefb (_beca _bd .NRGBA )_bd .NRGBA {_beca .R =_beca .R >>4|(_beca .R >>4)<<4;_beca .G =_beca .G >>4|(_beca .G >>4)<<4; -_beca .B =_beca .B >>4|(_beca .B >>4)<<4;return _beca ;};func _cfa (_bf _a .Image )(Image ,error ){if _abb ,_acc :=_bf .(*CMYK32 );_acc {return _abb .Copy (),nil ;};_adg :=_bf .Bounds ();_eegb ,_cdde :=NewImage (_adg .Max .X ,_adg .Max .Y ,8,4,nil ,nil ,nil ); -if _cdde !=nil {return nil ,_cdde ;};switch _bcg :=_bf .(type ){case CMYK :_bca (_bcg ,_eegb .(CMYK ),_adg );case Gray :_bgba (_bcg ,_eegb .(CMYK ),_adg );case NRGBA :_gfba (_bcg ,_eegb .(CMYK ),_adg );case RGBA :_gcb (_bcg ,_eegb .(CMYK ),_adg );default:_ebbc (_bf ,_eegb ,_adg ); -};return _eegb ,nil ;};func RasterOperation (dest *Monochrome ,dx ,dy ,dw ,dh int ,op RasterOperator ,src *Monochrome ,sx ,sy int )error {return _dfa (dest ,dx ,dy ,dw ,dh ,op ,src ,sx ,sy );};func (_cdbgd *Gray8 )Histogram ()(_cdgb [256]int ){for _fedd :=0; -_fedd < len (_cdbgd .Data );_fedd ++{_cdgb [_cdbgd .Data [_fedd ]]++;};return _cdgb ;};type monochromeThresholdConverter struct{Threshold uint8 ;};func _bca (_bagf ,_fge CMYK ,_dbaa _a .Rectangle ){for _gfec :=0;_gfec < _dbaa .Max .X ;_gfec ++{for _bad :=0; -_bad < _dbaa .Max .Y ;_bad ++{_fge .SetCMYK (_gfec ,_bad ,_bagf .CMYKAt (_gfec ,_bad ));};};};var _ Gray =&Gray2 {};func (_gdgg *CMYK32 )ColorAt (x ,y int )(_bd .Color ,error ){return ColorAtCMYK (x ,y ,_gdgg .Width ,_gdgg .Data ,_gdgg .Decode );};func _effb (_efdfc Gray ,_aaeb NRGBA ,_bffc _a .Rectangle ){for _cefe :=0; -_cefe < _bffc .Max .X ;_cefe ++{for _bgc :=0;_bgc < _bffc .Max .Y ;_bgc ++{_dgaa :=_gde (_aaeb .NRGBAAt (_cefe ,_bgc ));_efdfc .SetGray (_cefe ,_bgc ,_dgaa );};};};func (_eeb *Gray2 )GrayAt (x ,y int )_bd .Gray {_fdab ,_ :=ColorAtGray2BPC (x ,y ,_eeb .BytesPerLine ,_eeb .Data ,_eeb .Decode ); -return _fdab ;};func NewImage (width ,height ,bitsPerComponent ,colorComponents int ,data ,alpha []byte ,decode []float64 )(Image ,error ){_fgc :=NewImageBase (width ,height ,bitsPerComponent ,colorComponents ,data ,alpha ,decode );var _adfd Image ;switch colorComponents {case 1:switch bitsPerComponent {case 1:_adfd =&Monochrome {ImageBase :_fgc ,ModelThreshold :0x0f}; -case 2:_adfd =&Gray2 {ImageBase :_fgc };case 4:_adfd =&Gray4 {ImageBase :_fgc };case 8:_adfd =&Gray8 {ImageBase :_fgc };case 16:_adfd =&Gray16 {ImageBase :_fgc };};case 3:switch bitsPerComponent {case 4:_adfd =&NRGBA16 {ImageBase :_fgc };case 8:_adfd =&NRGBA32 {ImageBase :_fgc }; -case 16:_adfd =&NRGBA64 {ImageBase :_fgc };};case 4:_adfd =&CMYK32 {ImageBase :_fgc };};if _adfd ==nil {return nil ,ErrInvalidImage ;};return _adfd ,nil ;};func (_afbd *NRGBA16 )Base ()*ImageBase {return &_afbd .ImageBase };type Gray8 struct{ImageBase }; -func _ffca (_fba _bd .NRGBA64 )_bd .RGBA {_ccf ,_cbd ,_dgag ,_cab :=_fba .RGBA ();return _bd .RGBA {R :uint8 (_ccf >>8),G :uint8 (_cbd >>8),B :uint8 (_dgag >>8),A :uint8 (_cab >>8)};};func BytesPerLine (width ,bitsPerComponent ,colorComponents int )int {return ((width *bitsPerComponent )*colorComponents +7)>>3; -};func _dcafa (_bfa []byte ,_cgccf Image )error {_afdb :=true ;for _aadf :=0;_aadf < len (_bfa );_aadf ++{if _bfa [_aadf ]!=0xff{_afdb =false ;break ;};};if _afdb {switch _cgba :=_cgccf .(type ){case *NRGBA32 :_cgba .Alpha =nil ;case *NRGBA64 :_cgba .Alpha =nil ; -default:return _d .Errorf ("i\u006ete\u0072n\u0061l\u0020\u0065\u0072\u0072\u006fr\u0020\u002d\u0020i\u006d\u0061\u0067\u0065\u0020s\u0068\u006f\u0075l\u0064\u0020\u0062\u0065\u0020\u006f\u0066\u0020\u0074\u0079\u0070e\u0020\u002a\u004eRGB\u0041\u0033\u0032\u0020\u006f\u0072 \u002a\u004e\u0052\u0047\u0042\u0041\u0036\u0034\u0020\u0062\u0075\u0074 \u0069s\u003a\u0020\u0025\u0054",_cgccf ); -};};return nil ;};func _aagg (_dbbe _a .Image ,_eagf int )(_a .Rectangle ,bool ,[]byte ){_cefg :=_dbbe .Bounds ();var (_gfdg bool ;_addf []byte ;);switch _bbgcd :=_dbbe .(type ){case SMasker :_gfdg =_bbgcd .HasAlpha ();case NRGBA ,RGBA ,*_a .RGBA64 ,nrgba64 ,*_a .NYCbCrA :_addf =make ([]byte ,_cefg .Max .X *_cefg .Max .Y *_eagf ); -case *_a .Paletted :if !_bbgcd .Opaque (){_addf =make ([]byte ,_cefg .Max .X *_cefg .Max .Y *_eagf );};};return _cefg ,_gfdg ,_addf ;};func _ad (_aee *Monochrome ,_cbb ,_bc int )(*Monochrome ,error ){if _aee ==nil {return nil ,_b .New ("\u0073o\u0075r\u0063\u0065\u0020\u006e\u006ft\u0020\u0064e\u0066\u0069\u006e\u0065\u0064"); -};if _cbb <=0||_bc <=0{return nil ,_b .New ("\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0073\u0063\u0061l\u0065\u0020\u0066\u0061\u0063\u0074\u006f\u0072\u003a\u0020<\u003d\u0020\u0030");};if _cbb ==_bc {if _cbb ==1{return _aee .copy (),nil ;};if _cbb ==2||_cbb ==4||_cbb ==8{_fa ,_abg :=_gc (_aee ,_cbb ); -if _abg !=nil {return nil ,_abg ;};return _fa ,nil ;};};_gg :=_cbb *_aee .Width ;_aaf :=_bc *_aee .Height ;_gfc :=_efb (_gg ,_aaf );_fea :=_gfc .BytesPerLine ;var (_ffa ,_cac ,_acg ,_ddf ,_fff int ;_beb byte ;_cd error ;);for _cac =0;_cac < _aee .Height ; -_cac ++{_ffa =_bc *_cac *_fea ;for _acg =0;_acg < _aee .Width ;_acg ++{if _aad :=_aee .getBitAt (_acg ,_cac );_aad {_fff =_cbb *_acg ;for _ddf =0;_ddf < _cbb ;_ddf ++{_gfc .setIndexedBit (_ffa *8+_fff +_ddf );};};};for _ddf =1;_ddf < _bc ;_ddf ++{_daf :=_ffa +_ddf *_fea ; -for _bg :=0;_bg < _fea ;_bg ++{if _beb ,_cd =_gfc .getByte (_ffa +_bg );_cd !=nil {return nil ,_cd ;};if _cd =_gfc .setByte (_daf +_bg ,_beb );_cd !=nil {return nil ,_cd ;};};};};return _gfc ,nil ;};func _dfa (_egea *Monochrome ,_fgfe ,_ebac ,_ega ,_gcdb int ,_aeaf RasterOperator ,_gecb *Monochrome ,_ddef ,_afgg int )error {if _egea ==nil {return _b .New ("\u006e\u0069\u006c\u0020\u0027\u0064\u0065\u0073\u0074\u0027\u0020\u0042i\u0074\u006d\u0061\u0070"); -};if _aeaf ==PixDst {return nil ;};switch _aeaf {case PixClr ,PixSet ,PixNotDst :_egd (_egea ,_fgfe ,_ebac ,_ega ,_gcdb ,_aeaf );return nil ;};if _gecb ==nil {_e .Log .Debug ("\u0052a\u0073\u0074e\u0072\u004f\u0070\u0065r\u0061\u0074\u0069o\u006e\u0020\u0073\u006f\u0075\u0072\u0063\u0065\u0020bi\u0074\u006d\u0061p\u0020\u0069s\u0020\u006e\u006f\u0074\u0020\u0064e\u0066\u0069n\u0065\u0064"); -return _b .New ("\u006e\u0069l\u0020\u0027\u0073r\u0063\u0027\u0020\u0062\u0069\u0074\u006d\u0061\u0070");};if _beda :=_eefe (_egea ,_fgfe ,_ebac ,_ega ,_gcdb ,_aeaf ,_gecb ,_ddef ,_afgg );_beda !=nil {return _beda ;};return nil ;};func _cagbc (_bgdfe nrgba64 ,_dgdd RGBA ,_fgbcf _a .Rectangle ){for _daaf :=0; -_daaf < _fgbcf .Max .X ;_daaf ++{for _ccff :=0;_ccff < _fgbcf .Max .Y ;_ccff ++{_feaf :=_bgdfe .NRGBA64At (_daaf ,_ccff );_dgdd .SetRGBA (_daaf ,_ccff ,_ffca (_feaf ));};};};func _dcda (_ebg _a .Image ,_fccc Image ,_faad _a .Rectangle ){if _edgf ,_eabc :=_ebg .(SMasker ); -_eabc &&_edgf .HasAlpha (){_fccc .(SMasker ).MakeAlpha ();};switch _aece :=_ebg .(type ){case Gray :_bgdc (_aece ,_fccc .(NRGBA ),_faad );case NRGBA :_cbgc (_aece ,_fccc .(NRGBA ),_faad );case *_a .NYCbCrA :_adebe (_aece ,_fccc .(NRGBA ),_faad );case CMYK :_egeebg (_aece ,_fccc .(NRGBA ),_faad ); -case RGBA :_effc (_aece ,_fccc .(NRGBA ),_faad );case nrgba64 :_aebbc (_aece ,_fccc .(NRGBA ),_faad );default:_ebbc (_ebg ,_fccc ,_faad );};};func (_cdfb *Gray8 )ColorAt (x ,y int )(_bd .Color ,error ){return ColorAtGray8BPC (x ,y ,_cdfb .BytesPerLine ,_cdfb .Data ,_cdfb .Decode ); -};func _cfad (_gfdbg CMYK ,_fgeca RGBA ,_ffae _a .Rectangle ){for _decf :=0;_decf < _ffae .Max .X ;_decf ++{for _eggf :=0;_eggf < _ffae .Max .Y ;_eggf ++{_fbef :=_gfdbg .CMYKAt (_decf ,_eggf );_fgeca .SetRGBA (_decf ,_eggf ,_ccea (_fbef ));};};};var _ _a .Image =&Monochrome {}; -func (_efa *Gray4 )Copy ()Image {return &Gray4 {ImageBase :_efa .copy ()}};func _ccfb (_bcge _a .Image )(Image ,error ){if _fab ,_egeg :=_bcge .(*Gray4 );_egeg {return _fab .Copy (),nil ;};_fcdd :=_bcge .Bounds ();_gafbg ,_fgbfd :=NewImage (_fcdd .Max .X ,_fcdd .Max .Y ,4,1,nil ,nil ,nil ); -if _fgbfd !=nil {return nil ,_fgbfd ;};_abad (_bcge ,_gafbg ,_fcdd );return _gafbg ,nil ;};func (_cgce *Monochrome )Validate ()error {if len (_cgce .Data )!=_cgce .Height *_cgce .BytesPerLine {return ErrInvalidImage ;};return nil ;};var _ _a .Image =&Gray16 {}; -func ColorAtGrayscale (x ,y ,bitsPerColor ,bytesPerLine int ,data []byte ,decode []float64 )(_bd .Color ,error ){switch bitsPerColor {case 1:return ColorAtGray1BPC (x ,y ,bytesPerLine ,data ,decode );case 2:return ColorAtGray2BPC (x ,y ,bytesPerLine ,data ,decode ); -case 4:return ColorAtGray4BPC (x ,y ,bytesPerLine ,data ,decode );case 8:return ColorAtGray8BPC (x ,y ,bytesPerLine ,data ,decode );case 16:return ColorAtGray16BPC (x ,y ,bytesPerLine ,data ,decode );default:return nil ,_d .Errorf ("\u0075\u006e\u0073\u0075\u0070\u0070\u006f\u0072\u0074\u0065\u0064\u0020\u0067\u0072\u0061\u0079\u0020\u0073c\u0061\u006c\u0065\u0020\u0062\u0069\u0074s\u0020\u0070\u0065\u0072\u0020\u0063\u006f\u006c\u006f\u0072\u0020a\u006d\u006f\u0075\u006e\u0074\u003a\u0020\u0027\u0025\u0064\u0027",bitsPerColor ); -};};func _bebd (_ccdc _bd .Gray )_bd .CMYK {return _bd .CMYK {K :0xff-_ccdc .Y }};var (_ddfe =[]byte {0x00,0x80,0xC0,0xE0,0xF0,0xF8,0xFC,0xFE,0xFF};_bbgc =[]byte {0x00,0x01,0x03,0x07,0x0F,0x1F,0x3F,0x7F,0xFF};);func _ebbc (_aeef _a .Image ,_ccc Image ,_ebde _a .Rectangle ){for _dcac :=0; -_dcac < _ebde .Max .X ;_dcac ++{for _eegc :=0;_eegc < _ebde .Max .Y ;_eegc ++{_eadc :=_aeef .At (_dcac ,_eegc );_ccc .Set (_dcac ,_eegc ,_eadc );};};};func _gegbc (_ddg _a .Image )(Image ,error ){if _aebac ,_gcad :=_ddg .(*NRGBA64 );_gcad {return _aebac .Copy (),nil ; -};_fag ,_fafac ,_dcgc :=_aagg (_ddg ,2);_afeb ,_bbbee :=NewImage (_fag .Max .X ,_fag .Max .Y ,16,3,nil ,_dcgc ,nil );if _bbbee !=nil {return nil ,_bbbee ;};_abee (_ddg ,_afeb ,_fag );if len (_dcgc )!=0&&!_fafac {if _afada :=_dcafa (_dcgc ,_afeb );_afada !=nil {return nil ,_afada ; -};};return _afeb ,nil ;};func (_ebc *ImageBase )getByte (_face int )(byte ,error ){if _face > len (_ebc .Data )-1||_face < 0{return 0,_d .Errorf ("\u0069\u006e\u0064\u0065x:\u0020\u0025\u0064\u0020\u006f\u0075\u0074\u0020\u006f\u0066\u0020\u0072\u0061\u006eg\u0065",_face ); -};return _ebc .Data [_face ],nil ;};func (_fccf *Gray2 )Bounds ()_a .Rectangle {return _a .Rectangle {Max :_a .Point {X :_fccf .Width ,Y :_fccf .Height }};};func MonochromeThresholdConverter (threshold uint8 )ColorConverter {return &monochromeThresholdConverter {Threshold :threshold }; -};var _ RGBA =&RGBA32 {};func _bcgff (_fdcg ,_afdg uint8 )uint8 {if _fdcg < _afdg {return 255;};return 0;};var _ NRGBA =&NRGBA32 {};func (_baa *CMYK32 )CMYKAt (x ,y int )_bd .CMYK {_gca ,_ :=ColorAtCMYK (x ,y ,_baa .Width ,_baa .Data ,_baa .Decode );return _gca ; -};func (_efecg *RGBA32 )Set (x ,y int ,c _bd .Color ){_aefa :=y *_efecg .Width +x ;_bagc :=3*_aefa ;if _bagc +2>=len (_efecg .Data ){return ;};_aaced :=_bd .RGBAModel .Convert (c ).(_bd .RGBA );_efecg .setRGBA (_aefa ,_aaced );};func (_fef *Monochrome )setGrayBit (_ced ,_bfge int ){_fef .Data [_ced ]|=0x80>>uint (_bfge &7)}; -func (_ebef *Monochrome )Histogram ()(_adec [256]int ){for _ ,_accf :=range _ebef .Data {_adec [0xff]+=int (_ebbd [_ebef .Data [_accf ]]);};return _adec ;};var _ _a .Image =&NRGBA64 {};func _cca (_dgb _bd .RGBA )_bd .CMYK {_aedb ,_egb ,_beed ,_fgea :=_bd .RGBToCMYK (_dgb .R ,_dgb .G ,_dgb .B ); -return _bd .CMYK {C :_aedb ,M :_egb ,Y :_beed ,K :_fgea };};func _bgdc (_ffee Gray ,_cfdd NRGBA ,_cadb _a .Rectangle ){for _cadf :=0;_cadf < _cadb .Max .X ;_cadf ++{for _cffga :=0;_cffga < _cadb .Max .Y ;_cffga ++{_gcba :=_ffee .GrayAt (_cadf ,_cffga ); -_cfdd .SetNRGBA (_cadf ,_cffga ,_eae (_gcba ));};};};func _dbc (_cg ,_bbf *Monochrome )(_ee error ){_ca :=_bbf .BytesPerLine ;_ead :=_cg .BytesPerLine ;var (_gfb byte ;_ede uint16 ;_ae ,_ff ,_ge ,_dbd ,_bac int ;);for _ge =0;_ge < _bbf .Height ;_ge ++{_ae =_ge *_ca ; -_ff =2*_ge *_ead ;for _dbd =0;_dbd < _ca ;_dbd ++{_gfb =_bbf .Data [_ae +_dbd ];_ede =_cga [_gfb ];_bac =_ff +_dbd *2;if _cg .BytesPerLine !=_bbf .BytesPerLine *2&&(_dbd +1)*2> _cg .BytesPerLine {_ee =_cg .setByte (_bac ,byte (_ede >>8));}else {_ee =_cg .setTwoBytes (_bac ,_ede ); -};if _ee !=nil {return _ee ;};};for _dbd =0;_dbd < _ead ;_dbd ++{_bac =_ff +_ead +_dbd ;_gfb =_cg .Data [_ff +_dbd ];if _ee =_cg .setByte (_bac ,_gfb );_ee !=nil {return _ee ;};};};return nil ;};func (_afg *Monochrome )setGray (_aeeea int ,_dbgc _bd .Gray ,_dgg int ){if _dbgc .Y ==0{_afg .clearBit (_dgg ,_aeeea ); -}else {_afg .setGrayBit (_dgg ,_aeeea );};};func (_fbe *Gray8 )ColorModel ()_bd .Model {return _bd .GrayModel };func (_gaea *NRGBA64 )ColorAt (x ,y int )(_bd .Color ,error ){return ColorAtNRGBA64 (x ,y ,_gaea .Width ,_gaea .Data ,_gaea .Alpha ,_gaea .Decode ); -};type Gray4 struct{ImageBase };func _fg ()(_fgg [256]uint32 ){for _cdd :=0;_cdd < 256;_cdd ++{if _cdd &0x01!=0{_fgg [_cdd ]|=0xf;};if _cdd &0x02!=0{_fgg [_cdd ]|=0xf0;};if _cdd &0x04!=0{_fgg [_cdd ]|=0xf00;};if _cdd &0x08!=0{_fgg [_cdd ]|=0xf000;};if _cdd &0x10!=0{_fgg [_cdd ]|=0xf0000; -};if _cdd &0x20!=0{_fgg [_cdd ]|=0xf00000;};if _cdd &0x40!=0{_fgg [_cdd ]|=0xf000000;};if _cdd &0x80!=0{_fgg [_cdd ]|=0xf0000000;};};return _fgg ;};func (_gedd *NRGBA64 )Validate ()error {if len (_gedd .Data )!=3*2*_gedd .Width *_gedd .Height {return _b .New ("i\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0069\u006da\u0067\u0065\u0020\u0064\u0061\u0074\u0061 s\u0069\u007a\u0065\u0020f\u006f\u0072\u0020\u0070\u0072\u006f\u0076\u0069\u0064ed\u0020\u0064i\u006d\u0065\u006e\u0073\u0069\u006f\u006e\u0073"); -};return nil ;};func (_bgfd *NRGBA32 )ColorAt (x ,y int )(_bd .Color ,error ){return ColorAtNRGBA32 (x ,y ,_bgfd .Width ,_bgfd .Data ,_bgfd .Alpha ,_bgfd .Decode );};func InDelta (expected ,current ,delta float64 )bool {_ecdc :=expected -current ;if _ecdc <=-delta ||_ecdc >=delta {return false ; -};return true ;};func (_bgd *CMYK32 )ColorModel ()_bd .Model {return _bd .CMYKModel };func GrayHistogram (g Gray )(_faba [256]int ){switch _ccdce :=g .(type ){case Histogramer :return _ccdce .Histogram ();case _a .Image :_ecbfg :=_ccdce .Bounds ();for _aabb :=0; -_aabb < _ecbfg .Max .X ;_aabb ++{for _bebg :=0;_bebg < _ecbfg .Max .Y ;_bebg ++{_faba [g .GrayAt (_aabb ,_bebg ).Y ]++;};};return _faba ;default:return [256]int {};};};func (_eegcg *Gray16 )GrayAt (x ,y int )_bd .Gray {_dfec ,_ :=_eegcg .ColorAt (x ,y ); -return _bd .Gray {Y :uint8 (_dfec .(_bd .Gray16 ).Y >>8)};};func _gde (_dgd _bd .NRGBA )_bd .Gray {var _bff _bd .NRGBA ;if _dgd ==_bff {return _bd .Gray {Y :0xff};};_efe ,_cgeb ,_cgc ,_ :=_dgd .RGBA ();_bce :=(19595*_efe +38470*_cgeb +7471*_cgc +1<<15)>>24; -return _bd .Gray {Y :uint8 (_bce )};};func _aa (_cb *Monochrome ,_dd int ,_eb []uint )(*Monochrome ,error ){_ed :=_dd *_cb .Width ;_gfe :=_dd *_cb .Height ;_f :=_efb (_ed ,_gfe );for _fd ,_ga :=range _eb {var _dbb error ;switch _ga {case 2:_dbb =_dbc (_f ,_cb ); -case 4:_dbb =_ec (_f ,_cb );case 8:_dbb =_ce (_f ,_cb );};if _dbb !=nil {return nil ,_dbb ;};if _fd !=len (_eb )-1{_cb =_f .copy ();};};return _f ,nil ;};var (MonochromeConverter =ConverterFunc (_badc );Gray2Converter =ConverterFunc (_aagb );Gray4Converter =ConverterFunc (_ccfb ); -GrayConverter =ConverterFunc (_bbea );Gray16Converter =ConverterFunc (_dfcd );NRGBA16Converter =ConverterFunc (_dade );NRGBAConverter =ConverterFunc (_fgga );NRGBA64Converter =ConverterFunc (_gegbc );RGBAConverter =ConverterFunc (_bged );CMYKConverter =ConverterFunc (_cfa ); -);func (_gag *Monochrome )setBit (_cgf ,_gfg int ){_gag .Data [_cgf +(_gfg >>3)]|=0x80>>uint (_gfg &7)};func (_abbg *Gray2 )Base ()*ImageBase {return &_abbg .ImageBase };func (_gfeg *Gray2 )Validate ()error {if len (_gfeg .Data )!=_gfeg .Height *_gfeg .BytesPerLine {return ErrInvalidImage ; -};return nil ;};func (_gcab *NRGBA64 )Base ()*ImageBase {return &_gcab .ImageBase };func _badc (_gbd _a .Image )(Image ,error ){if _baf ,_bba :=_gbd .(*Monochrome );_bba {return _baf ,nil ;};_fceb :=_gbd .Bounds ();var _dea Gray ;switch _geff :=_gbd .(type ){case Gray :_dea =_geff ; -case NRGBA :_dea =&Gray8 {ImageBase :NewImageBase (_fceb .Max .X ,_fceb .Max .Y ,8,1,nil ,nil ,nil )};_effb (_dea ,_geff ,_fceb );case nrgba64 :_dea =&Gray8 {ImageBase :NewImageBase (_fceb .Max .X ,_fceb .Max .Y ,8,1,nil ,nil ,nil )};_bgdf (_dea ,_geff ,_fceb ); -default:_dge ,_bgda :=GrayConverter .Convert (_gbd );if _bgda !=nil {return nil ,_bgda ;};_dea =_dge .(Gray );};_ggga ,_abc :=NewImage (_fceb .Max .X ,_fceb .Max .Y ,1,1,nil ,nil ,nil );if _abc !=nil {return nil ,_abc ;};_ged :=_ggga .(*Monochrome );_gcdd :=AutoThresholdTriangle (GrayHistogram (_dea )); -for _agef :=0;_agef < _fceb .Max .X ;_agef ++{for _fca :=0;_fca < _fceb .Max .Y ;_fca ++{_dagf :=_cgb (_dea .GrayAt (_agef ,_fca ),monochromeModel (_gcdd ));_ged .SetGray (_agef ,_fca ,_dagf );};};return _ggga ,nil ;};func (_edbf *RGBA32 )ColorAt (x ,y int )(_bd .Color ,error ){return ColorAtRGBA32 (x ,y ,_edbf .Width ,_edbf .Data ,_edbf .Alpha ,_edbf .Decode ); -};func (_gaggd *NRGBA16 )ColorModel ()_bd .Model {return NRGBA16Model };func (_eddc *Gray2 )SetGray (x ,y int ,gray _bd .Gray ){_afef :=_abda (gray );_afc :=y *_eddc .BytesPerLine ;_geebd :=_afc +(x >>2);if _geebd >=len (_eddc .Data ){return ;};_cfba :=_afef .Y >>6; -_eddc .Data [_geebd ]=(_eddc .Data [_geebd ]&(^(0xc0>>uint (2*((x )&3)))))|(_cfba <=len (_gcf .Data ){return ;};_agbd :=_bd .CMYKModel .Convert (c ).(_bd .CMYK ); -_gcf .Data [_dagd ]=_agbd .C ;_gcf .Data [_dagd +1]=_agbd .M ;_gcf .Data [_dagd +2]=_agbd .Y ;_gcf .Data [_dagd +3]=_agbd .K ;};func (_abef *Gray4 )Set (x ,y int ,c _bd .Color ){if x >=_abef .Width ||y >=_abef .Height {return ;};_edce :=Gray4Model .Convert (c ).(_bd .Gray ); -_abef .setGray (x ,y ,_edce );};func _abad (_cdcb _a .Image ,_cefa Image ,_bfdc _a .Rectangle ){switch _aacb :=_cdcb .(type ){case Gray :_gagg (_aacb ,_cefa .(Gray ),_bfdc );case NRGBA :_caed (_aacb ,_cefa .(Gray ),_bfdc );case CMYK :_fdegf (_aacb ,_cefa .(Gray ),_bfdc ); -case RGBA :_cbe (_aacb ,_cefa .(Gray ),_bfdc );default:_ebbc (_cdcb ,_cefa ,_bfdc );};};func (_gdc *Gray16 )Histogram ()(_cbga [256]int ){for _gbeg :=0;_gbeg < _gdc .Width ;_gbeg ++{for _bccb :=0;_bccb < _gdc .Height ;_bccb ++{_cbga [_gdc .GrayAt (_gbeg ,_bccb ).Y ]++; -};};return _cbga ;};func (_cddg *Monochrome )Set (x ,y int ,c _bd .Color ){_ffe :=y *_cddg .BytesPerLine +x >>3;if _ffe > len (_cddg .Data )-1{return ;};_gbe :=_cddg .ColorModel ().Convert (c ).(_bd .Gray );_cddg .setGray (x ,_gbe ,_ffe );};func _acbf (_acga _bd .CMYK )_bd .Gray {_accg ,_bbff ,_edd :=_bd .CMYKToRGB (_acga .C ,_acga .M ,_acga .Y ,_acga .K ); -_edg :=(19595*uint32 (_accg )+38470*uint32 (_bbff )+7471*uint32 (_edd )+1<<7)>>16;return _bd .Gray {Y :uint8 (_edg )};};func (_ggbb *ImageBase )GetAlpha ()[]byte {return _ggbb .Alpha };func (_abd *Monochrome )Scale (scale float64 )(*Monochrome ,error ){var _gedf bool ; -_gbec :=scale ;if scale < 1{_gbec =1/scale ;_gedf =true ;};_cbcf :=NextPowerOf2 (uint (_gbec ));if InDelta (float64 (_cbcf ),_gbec ,0.001){if _gedf {return _abd .ReduceBinary (_gbec );};return _abd .ExpandBinary (int (_cbcf ));};_eadg :=int (_ba .RoundToEven (float64 (_abd .Width )*scale )); -_fcba :=int (_ba .RoundToEven (float64 (_abd .Height )*scale ));return _abd .ScaleLow (_eadg ,_fcba );};var _ Gray =&Gray4 {};func _cag (_cef ,_gee *Monochrome ,_fbgd []byte ,_fbc int )(_fec error ){var (_gffdd ,_cge ,_dab ,_gba ,_gec ,_abf ,_ecd ,_dfe int ; -_ece ,_egf ,_ggcg ,_geed uint32 ;_dbgb ,_fed byte ;_gae uint16 ;);_affc :=make ([]byte ,4);_caff :=make ([]byte ,4);for _dab =0;_dab < _cef .Height -1;_dab ,_gba =_dab +2,_gba +1{_gffdd =_dab *_cef .BytesPerLine ;_cge =_gba *_gee .BytesPerLine ;for _gec ,_abf =0,0; -_gec < _fbc ;_gec ,_abf =_gec +4,_abf +1{for _ecd =0;_ecd < 4;_ecd ++{_dfe =_gffdd +_gec +_ecd ;if _dfe <=len (_cef .Data )-1&&_dfe < _gffdd +_cef .BytesPerLine {_affc [_ecd ]=_cef .Data [_dfe ];}else {_affc [_ecd ]=0x00;};_dfe =_gffdd +_cef .BytesPerLine +_gec +_ecd ; -if _dfe <=len (_cef .Data )-1&&_dfe < _gffdd +(2*_cef .BytesPerLine ){_caff [_ecd ]=_cef .Data [_dfe ];}else {_caff [_ecd ]=0x00;};};_ece =_bag .BigEndian .Uint32 (_affc );_egf =_bag .BigEndian .Uint32 (_caff );_ggcg =_ece &_egf ;_ggcg |=_ggcg <<1;_geed =_ece |_egf ; -_geed &=_geed <<1;_egf =_ggcg &_geed ;_egf &=0xaaaaaaaa;_ece =_egf |(_egf <<7);_dbgb =byte (_ece >>24);_fed =byte ((_ece >>8)&0xff);_dfe =_cge +_abf ;if _dfe +1==len (_gee .Data )-1||_dfe +1>=_cge +_gee .BytesPerLine {if _fec =_gee .setByte (_dfe ,_fbgd [_dbgb ]); -_fec !=nil {return _d .Errorf ("\u0069n\u0064\u0065\u0078\u003a\u0020\u0025d",_dfe );};}else {_gae =(uint16 (_fbgd [_dbgb ])<<8)|uint16 (_fbgd [_fed ]);if _fec =_gee .setTwoBytes (_dfe ,_gae );_fec !=nil {return _d .Errorf ("s\u0065\u0074\u0074\u0069\u006e\u0067 \u0074\u0077\u006f\u0020\u0062\u0079t\u0065\u0073\u0020\u0066\u0061\u0069\u006ce\u0064\u002c\u0020\u0069\u006e\u0064\u0065\u0078\u003a\u0020%\u0064",_dfe ); -};_abf ++;};};};return nil ;};func (_fdbf *Gray2 )ColorAt (x ,y int )(_bd .Color ,error ){return ColorAtGray2BPC (x ,y ,_fdbf .BytesPerLine ,_fdbf .Data ,_fdbf .Decode );};func ColorAtGray8BPC (x ,y ,bytesPerLine int ,data []byte ,decode []float64 )(_bd .Gray ,error ){_afad :=y *bytesPerLine +x ; -if _afad >=len (data ){return _bd .Gray {},_d .Errorf ("\u0069\u006d\u0061\u0067\u0065\u0020\u0063\u006f\u006f\u0072\u0064\u0069\u006ea\u0074\u0065\u0073\u0020\u006f\u0075t\u0020\u006f\u0066\u0020\u0072\u0061\u006e\u0067\u0065\u0020\u0028\u0025\u0064,\u0020\u0025\u0064\u0029",x ,y ); -};_ddca :=data [_afad ];if len (decode )==2{_ddca =uint8 (uint32 (LinearInterpolate (float64 (_ddca ),0,255,decode [0],decode [1]))&0xff);};return _bd .Gray {Y :_ddca },nil ;};func (_gbdfd *NRGBA16 )SetNRGBA (x ,y int ,c _bd .NRGBA ){_feeea :=y *_gbdfd .BytesPerLine +x *3/2; -if _feeea +1>=len (_gbdfd .Data ){return ;};c =_eefb (c );_gbdfd .setNRGBA (x ,y ,_feeea ,c );};func (_ggb *Gray16 )Copy ()Image {return &Gray16 {ImageBase :_ggb .copy ()}};func (_ffbg *NRGBA16 )Bounds ()_a .Rectangle {return _a .Rectangle {Max :_a .Point {X :_ffbg .Width ,Y :_ffbg .Height }}; -};var _ _a .Image =&NRGBA32 {};func (_bdee *RGBA32 )Bounds ()_a .Rectangle {return _a .Rectangle {Max :_a .Point {X :_bdee .Width ,Y :_bdee .Height }};};func _bgdf (_dfg Gray ,_beeg nrgba64 ,_def _a .Rectangle ){for _gfdc :=0;_gfdc < _def .Max .X ;_gfdc ++{for _gabc :=0; -_gabc < _def .Max .Y ;_gabc ++{_aec :=_dbce (_beeg .NRGBA64At (_gfdc ,_gabc ));_dfg .SetGray (_gfdc ,_gabc ,_aec );};};};func (_gefe *NRGBA32 )Set (x ,y int ,c _bd .Color ){_fccfg :=y *_gefe .Width +x ;_efdb :=3*_fccfg ;if _efdb +2>=len (_gefe .Data ){return ; -};_fbcd :=_bd .NRGBAModel .Convert (c ).(_bd .NRGBA );_gefe .setRGBA (_fccfg ,_fbcd );};func (_de *CMYK32 )Validate ()error {if len (_de .Data )!=4*_de .Width *_de .Height {return _b .New ("i\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0069\u006da\u0067\u0065\u0020\u0064\u0061\u0074\u0061 s\u0069\u007a\u0065\u0020f\u006f\u0072\u0020\u0070\u0072\u006f\u0076\u0069\u0064ed\u0020\u0064i\u006d\u0065\u006e\u0073\u0069\u006f\u006e\u0073"); -};return nil ;};func (_acfa *RGBA32 )Base ()*ImageBase {return &_acfa .ImageBase };func (_fbfd *NRGBA64 )Bounds ()_a .Rectangle {return _a .Rectangle {Max :_a .Point {X :_fbfd .Width ,Y :_fbfd .Height }};};func (_acac *ImageBase )setFourBytes (_geec int ,_befd uint32 )error {if _geec +3> len (_acac .Data )-1{return _d .Errorf ("\u0069n\u0064\u0065\u0078\u003a\u0020\u0027\u0025\u0064\u0027\u0020\u006fu\u0074\u0020\u006f\u0066\u0020\u0072\u0061\u006e\u0067\u0065",_geec ); -};_acac .Data [_geec ]=byte ((_befd &0xff000000)>>24);_acac .Data [_geec +1]=byte ((_befd &0xff0000)>>16);_acac .Data [_geec +2]=byte ((_befd &0xff00)>>8);_acac .Data [_geec +3]=byte (_befd &0xff);return nil ;};const (PixSrc RasterOperator =0xc;PixDst RasterOperator =0xa; +package imageutil ;import (_ga "encoding/binary";_fb "errors";_ec "fmt";_gf "github.com/unidoc/unipdf/v3/common";_d "github.com/unidoc/unipdf/v3/internal/bitwise";_e "image";_b "image/color";_g "image/draw";_c "math";);func _cfee (_gccg _b .RGBA )_b .NRGBA {switch _gccg .A {case 0xff:return _b .NRGBA {R :_gccg .R ,G :_gccg .G ,B :_gccg .B ,A :0xff}; +case 0x00:return _b .NRGBA {};default:_eaae ,_afd ,_bed ,_gbef :=_gccg .RGBA ();_eaae =(_eaae *0xffff)/_gbef ;_afd =(_afd *0xffff)/_gbef ;_bed =(_bed *0xffff)/_gbef ;return _b .NRGBA {R :uint8 (_eaae >>8),G :uint8 (_afd >>8),B :uint8 (_bed >>8),A :uint8 (_gbef >>8)}; +};};func (_bbgd *Gray4 )Bounds ()_e .Rectangle {return _e .Rectangle {Max :_e .Point {X :_bbgd .Width ,Y :_bbgd .Height }};};func _gaf (_fcb _b .Gray )_b .RGBA {return _b .RGBA {R :_fcb .Y ,G :_fcb .Y ,B :_fcb .Y ,A :0xff}};func (_ggbcd *NRGBA64 )ColorAt (x ,y int )(_b .Color ,error ){return ColorAtNRGBA64 (x ,y ,_ggbcd .Width ,_ggbcd .Data ,_ggbcd .Alpha ,_ggbcd .Decode ); +};var _ Image =&NRGBA64 {};func ColorAtNRGBA64 (x ,y ,width int ,data ,alpha []byte ,decode []float64 )(_b .NRGBA64 ,error ){_bdga :=(y *width +x )*2;_badf :=_bdga *3;if _badf +5>=len (data ){return _b .NRGBA64 {},_ec .Errorf ("\u0069\u006d\u0061\u0067\u0065\u0020\u0063\u006f\u006f\u0072\u0064\u0069\u006ea\u0074\u0065\u0073\u0020\u006f\u0075t\u0020\u006f\u0066\u0020\u0072\u0061\u006e\u0067\u0065\u0020\u0028\u0025\u0064,\u0020\u0025\u0064\u0029",x ,y ); +};const _ddfa =0xffff;_bcc :=uint16 (_ddfa );if alpha !=nil &&len (alpha )> _bdga +1{_bcc =uint16 (alpha [_bdga ])<<8|uint16 (alpha [_bdga +1]);};_bgac :=uint16 (data [_badf ])<<8|uint16 (data [_badf +1]);_fcca :=uint16 (data [_badf +2])<<8|uint16 (data [_badf +3]); +_gfeggg :=uint16 (data [_badf +4])<<8|uint16 (data [_badf +5]);if len (decode )==6{_bgac =uint16 (uint64 (LinearInterpolate (float64 (_bgac ),0,65535,decode [0],decode [1]))&_ddfa );_fcca =uint16 (uint64 (LinearInterpolate (float64 (_fcca ),0,65535,decode [2],decode [3]))&_ddfa ); +_gfeggg =uint16 (uint64 (LinearInterpolate (float64 (_gfeggg ),0,65535,decode [4],decode [5]))&_ddfa );};return _b .NRGBA64 {R :_bgac ,G :_fcca ,B :_gfeggg ,A :_bcc },nil ;};func (_cefg *ImageBase )Pix ()[]byte {return _cefg .Data };func _dce (_dfgc ,_dad *Monochrome ,_fgf []byte ,_bfb int )(_acc error ){var (_gad ,_cgf ,_abc ,_bcd ,_gcff ,_bfd ,_bab ,_beae int ; +_eacd ,_acda uint32 ;_dbb ,_gcfd byte ;_eaa uint16 ;);_cgfd :=make ([]byte ,4);_add :=make ([]byte ,4);for _abc =0;_abc < _dfgc .Height -1;_abc ,_bcd =_abc +2,_bcd +1{_gad =_abc *_dfgc .BytesPerLine ;_cgf =_bcd *_dad .BytesPerLine ;for _gcff ,_bfd =0,0; +_gcff < _bfb ;_gcff ,_bfd =_gcff +4,_bfd +1{for _bab =0;_bab < 4;_bab ++{_beae =_gad +_gcff +_bab ;if _beae <=len (_dfgc .Data )-1&&_beae < _gad +_dfgc .BytesPerLine {_cgfd [_bab ]=_dfgc .Data [_beae ];}else {_cgfd [_bab ]=0x00;};_beae =_gad +_dfgc .BytesPerLine +_gcff +_bab ; +if _beae <=len (_dfgc .Data )-1&&_beae < _gad +(2*_dfgc .BytesPerLine ){_add [_bab ]=_dfgc .Data [_beae ];}else {_add [_bab ]=0x00;};};_eacd =_ga .BigEndian .Uint32 (_cgfd );_acda =_ga .BigEndian .Uint32 (_add );_acda &=_eacd ;_acda &=_acda <<1;_acda &=0xaaaaaaaa; +_eacd =_acda |(_acda <<7);_dbb =byte (_eacd >>24);_gcfd =byte ((_eacd >>8)&0xff);_beae =_cgf +_bfd ;if _beae +1==len (_dad .Data )-1||_beae +1>=_cgf +_dad .BytesPerLine {_dad .Data [_beae ]=_fgf [_dbb ];if _acc =_dad .setByte (_beae ,_fgf [_dbb ]);_acc !=nil {return _ec .Errorf ("\u0069n\u0064\u0065\u0078\u003a\u0020\u0025d",_beae ); +};}else {_eaa =(uint16 (_fgf [_dbb ])<<8)|uint16 (_fgf [_gcfd ]);if _acc =_dad .setTwoBytes (_beae ,_eaa );_acc !=nil {return _ec .Errorf ("s\u0065\u0074\u0074\u0069\u006e\u0067 \u0074\u0077\u006f\u0020\u0062\u0079t\u0065\u0073\u0020\u0066\u0061\u0069\u006ce\u0064\u002c\u0020\u0069\u006e\u0064\u0065\u0078\u003a\u0020%\u0064",_beae ); +};_bfd ++;};};};return nil ;};func (_fdab *Gray16 )Validate ()error {if len (_fdab .Data )!=_fdab .Height *_fdab .BytesPerLine {return ErrInvalidImage ;};return nil ;};func _fbcbc (_bcdcf *Monochrome ,_dfed ,_ebde int ,_fag ,_geda int ,_cbfc RasterOperator ){var (_adde int ; +_cafef byte ;_cffbd ,_gagbe int ;_egad int ;);_dced :=_fag >>3;_caad :=_fag &7;if _caad > 0{_cafef =_gbfg [_caad ];};_adde =_bcdcf .BytesPerLine *_ebde +(_dfed >>3);switch _cbfc {case PixClr :for _cffbd =0;_cffbd < _geda ;_cffbd ++{_egad =_adde +_cffbd *_bcdcf .BytesPerLine ; +for _gagbe =0;_gagbe < _dced ;_gagbe ++{_bcdcf .Data [_egad ]=0x0;_egad ++;};if _caad > 0{_bcdcf .Data [_egad ]=_gfag (_bcdcf .Data [_egad ],0x0,_cafef );};};case PixSet :for _cffbd =0;_cffbd < _geda ;_cffbd ++{_egad =_adde +_cffbd *_bcdcf .BytesPerLine ; +for _gagbe =0;_gagbe < _dced ;_gagbe ++{_bcdcf .Data [_egad ]=0xff;_egad ++;};if _caad > 0{_bcdcf .Data [_egad ]=_gfag (_bcdcf .Data [_egad ],0xff,_cafef );};};case PixNotDst :for _cffbd =0;_cffbd < _geda ;_cffbd ++{_egad =_adde +_cffbd *_bcdcf .BytesPerLine ; +for _gagbe =0;_gagbe < _dced ;_gagbe ++{_bcdcf .Data [_egad ]=^_bcdcf .Data [_egad ];_egad ++;};if _caad > 0{_bcdcf .Data [_egad ]=_gfag (_bcdcf .Data [_egad ],^_bcdcf .Data [_egad ],_cafef );};};};};func ScaleAlphaToMonochrome (data []byte ,width ,height int )([]byte ,error ){_fc :=BytesPerLine (width ,8,1); +if len (data )< _fc *height {return nil ,nil ;};_ca :=&Gray8 {NewImageBase (width ,height ,8,1,data ,nil ,nil )};_ba ,_cf :=MonochromeConverter .Convert (_ca );if _cf !=nil {return nil ,_cf ;};return _ba .Base ().Data ,nil ;};func _dead (_defb nrgba64 ,_dgag RGBA ,_cdcb _e .Rectangle ){for _ecdgg :=0; +_ecdgg < _cdcb .Max .X ;_ecdgg ++{for _agfcd :=0;_agfcd < _cdcb .Max .Y ;_agfcd ++{_bbgdg :=_defb .NRGBA64At (_ecdgg ,_agfcd );_dgag .SetRGBA (_ecdgg ,_agfcd ,_faca (_bbgdg ));};};};func _ffcd (_dbgf _b .NRGBA )_b .Gray {_cef ,_cee ,_ebaf ,_ :=_dbgf .RGBA (); +_bcgdc :=(19595*_cef +38470*_cee +7471*_ebaf +1<<15)>>24;return _b .Gray {Y :uint8 (_bcgdc )};};func (_eabd *RGBA32 )Bounds ()_e .Rectangle {return _e .Rectangle {Max :_e .Point {X :_eabd .Width ,Y :_eabd .Height }};};func _ceef (_dfbe *_e .Gray16 ,_ddad uint8 )*_e .Gray {_gdee :=_dfbe .Bounds (); +_acac :=_e .NewGray (_gdee );for _bgdb :=0;_bgdb < _gdee .Dx ();_bgdb ++{for _eccbe :=0;_eccbe < _gdee .Dy ();_eccbe ++{_afca :=_dfbe .Gray16At (_bgdb ,_eccbe );_acac .SetGray (_bgdb ,_eccbe ,_b .Gray {Y :_fagc (uint8 (_afca .Y /256),_ddad )});};};return _acac ; +};func (_bgea *Gray16 )Set (x ,y int ,c _b .Color ){_abae :=(y *_bgea .BytesPerLine /2+x )*2;if _abae +1>=len (_bgea .Data ){return ;};_adea :=_b .Gray16Model .Convert (c ).(_b .Gray16 );_bgea .Data [_abae ],_bgea .Data [_abae +1]=uint8 (_adea .Y >>8),uint8 (_adea .Y &0xff); +};func (_deef *ImageBase )setEightBytes (_cacf int ,_dcba uint64 )error {_cgfe :=_deef .BytesPerLine -(_cacf %_deef .BytesPerLine );if _deef .BytesPerLine !=_deef .Width >>3{_cgfe --;};if _cgfe >=8{return _deef .setEightFullBytes (_cacf ,_dcba );};return _deef .setEightPartlyBytes (_cacf ,_cgfe ,_dcba ); +};func ColorAtGrayscale (x ,y ,bitsPerColor ,bytesPerLine int ,data []byte ,decode []float64 )(_b .Color ,error ){switch bitsPerColor {case 1:return ColorAtGray1BPC (x ,y ,bytesPerLine ,data ,decode );case 2:return ColorAtGray2BPC (x ,y ,bytesPerLine ,data ,decode ); +case 4:return ColorAtGray4BPC (x ,y ,bytesPerLine ,data ,decode );case 8:return ColorAtGray8BPC (x ,y ,bytesPerLine ,data ,decode );case 16:return ColorAtGray16BPC (x ,y ,bytesPerLine ,data ,decode );default:return nil ,_ec .Errorf ("\u0075\u006e\u0073\u0075\u0070\u0070\u006f\u0072\u0074\u0065\u0064\u0020\u0067\u0072\u0061\u0079\u0020\u0073c\u0061\u006c\u0065\u0020\u0062\u0069\u0074s\u0020\u0070\u0065\u0072\u0020\u0063\u006f\u006c\u006f\u0072\u0020a\u006d\u006f\u0075\u006e\u0074\u003a\u0020\u0027\u0025\u0064\u0027",bitsPerColor ); +};};func (_fcge *CMYK32 )Copy ()Image {return &CMYK32 {ImageBase :_fcge .copy ()}};func (_bdbg *Monochrome )Set (x ,y int ,c _b .Color ){_ggc :=y *_bdbg .BytesPerLine +x >>3;if _ggc > len (_bdbg .Data )-1{return ;};_gfde :=_bdbg .ColorModel ().Convert (c ).(_b .Gray ); +_bdbg .setGray (x ,_gfde ,_ggc );};var _ Image =&NRGBA16 {};type RGBA32 struct{ImageBase };func _efba (_egb _b .CMYK )_b .Gray {_gce ,_fff ,_fdg :=_b .CMYKToRGB (_egb .C ,_egb .M ,_egb .Y ,_egb .K );_eaag :=(19595*uint32 (_gce )+38470*uint32 (_fff )+7471*uint32 (_fdg )+1<<7)>>16; +return _b .Gray {Y :uint8 (_eaag )};};func (_bdea *Monochrome )getBitAt (_bead ,_eefa int )bool {_ffg :=_eefa *_bdea .BytesPerLine +(_bead >>3);_fffb :=_bead &0x07;_cgabc :=uint (7-_fffb );if _ffg > len (_bdea .Data )-1{return false ;};if (_bdea .Data [_ffg ]>>_cgabc )&0x01>=1{return true ; +};return false ;};func (_ecad *NRGBA16 )ColorModel ()_b .Model {return NRGBA16Model };func (_bdae *Monochrome )SetGray (x ,y int ,g _b .Gray ){_affcc :=y *_bdae .BytesPerLine +x >>3;if _affcc > len (_bdae .Data )-1{return ;};g =_fge (g ,monochromeModel (_bdae .ModelThreshold )); +_bdae .setGray (x ,g ,_affcc );};func (_badg *Gray4 )ColorModel ()_b .Model {return Gray4Model };func (_cfdc *Gray16 )Base ()*ImageBase {return &_cfdc .ImageBase };func ColorAtGray1BPC (x ,y ,bytesPerLine int ,data []byte ,decode []float64 )(_b .Gray ,error ){_deag :=y *bytesPerLine +x >>3; +if _deag >=len (data ){return _b .Gray {},_ec .Errorf ("\u0069\u006d\u0061\u0067\u0065\u0020\u0063\u006f\u006f\u0072\u0064\u0069\u006ea\u0074\u0065\u0073\u0020\u006f\u0075t\u0020\u006f\u0066\u0020\u0072\u0061\u006e\u0067\u0065\u0020\u0028\u0025\u0064,\u0020\u0025\u0064\u0029",x ,y ); +};_bffa :=data [_deag ]>>uint (7-(x &7))&1;if len (decode )==2{_bffa =uint8 (LinearInterpolate (float64 (_bffa ),0.0,1.0,decode [0],decode [1]))&1;};return _b .Gray {Y :_bffa *255},nil ;};func _eafa (_bdbd _e .Image ,_cec Image ,_eaaeg _e .Rectangle ){switch _fgdg :=_bdbd .(type ){case Gray :_abd (_fgdg ,_cec .(Gray ),_eaaeg ); +case NRGBA :_afee (_fgdg ,_cec .(Gray ),_eaaeg );case CMYK :_dae (_fgdg ,_cec .(Gray ),_eaaeg );case RGBA :_fbda (_fgdg ,_cec .(Gray ),_eaaeg );default:_agc (_bdbd ,_cec ,_eaaeg );};};func (_dbdc *CMYK32 )SetCMYK (x ,y int ,c _b .CMYK ){_cad :=4*(y *_dbdc .Width +x ); +if _cad +3>=len (_dbdc .Data ){return ;};_dbdc .Data [_cad ]=c .C ;_dbdc .Data [_cad +1]=c .M ;_dbdc .Data [_cad +2]=c .Y ;_dbdc .Data [_cad +3]=c .K ;};func _fcbd (_feea uint )uint {var _gcca uint ;for _feea !=0{_feea >>=1;_gcca ++;};return _gcca -1;}; +func InDelta (expected ,current ,delta float64 )bool {_febfe :=expected -current ;if _febfe <=-delta ||_febfe >=delta {return false ;};return true ;};func (_dgcd *Monochrome )InverseData ()error {return _dgcd .RasterOperation (0,0,_dgcd .Width ,_dgcd .Height ,PixNotDst ,nil ,0,0); +};func (_ebd *Monochrome )ColorAt (x ,y int )(_b .Color ,error ){return ColorAtGray1BPC (x ,y ,_ebd .BytesPerLine ,_ebd .Data ,_ebd .Decode );};func (_gada *Monochrome )GrayAt (x ,y int )_b .Gray {_baa ,_ :=ColorAtGray1BPC (x ,y ,_gada .BytesPerLine ,_gada .Data ,_gada .Decode ); +return _baa ;};func _faf (_eebe _b .Color )_b .Color {_eefbb :=_b .GrayModel .Convert (_eebe ).(_b .Gray );return _cdag (_eefbb );};var _ Image =&RGBA32 {};type Gray2 struct{ImageBase };func (_gagb *Gray8 )GrayAt (x ,y int )_b .Gray {_ddd ,_ :=ColorAtGray8BPC (x ,y ,_gagb .BytesPerLine ,_gagb .Data ,_gagb .Decode ); +return _ddd ;};func GetConverter (bitsPerComponent ,colorComponents int )(ColorConverter ,error ){switch colorComponents {case 1:switch bitsPerComponent {case 1:return MonochromeConverter ,nil ;case 2:return Gray2Converter ,nil ;case 4:return Gray4Converter ,nil ; +case 8:return GrayConverter ,nil ;case 16:return Gray16Converter ,nil ;};case 3:switch bitsPerComponent {case 4:return NRGBA16Converter ,nil ;case 8:return NRGBAConverter ,nil ;case 16:return NRGBA64Converter ,nil ;};case 4:return CMYKConverter ,nil ;}; +return nil ,_ec .Errorf ("\u0070\u0072\u006f\u0076\u0069\u0064\u0065\u0064\u0020\u0069\u006e\u0076\u0061l\u0069\u0064\u0020\u0063\u006f\u006c\u006f\u0072\u0043o\u006e\u0076\u0065\u0072\u0074\u0065\u0072\u0020\u0070\u0061\u0072\u0061\u006d\u0065t\u0065\u0072\u0073\u002e\u0020\u0042\u0069\u0074\u0073\u0050\u0065\u0072\u0043\u006f\u006d\u0070\u006f\u006e\u0065\u006e\u0074\u003a\u0020\u0025\u0064\u002c\u0020\u0043\u006f\u006co\u0072\u0043\u006f\u006d\u0070\u006f\u006e\u0065\u006et\u0073\u003a \u0025\u0064",bitsPerComponent ,colorComponents ); +};func (_agef *NRGBA16 )ColorAt (x ,y int )(_b .Color ,error ){return ColorAtNRGBA16 (x ,y ,_agef .Width ,_agef .BytesPerLine ,_agef .Data ,_agef .Alpha ,_agef .Decode );};func _dfg (_gcc *Monochrome ,_caa ...int )(_bdba *Monochrome ,_abg error ){if _gcc ==nil {return nil ,_fb .New ("\u0073o\u0075\u0072\u0063\u0065 \u0062\u0069\u0074\u006d\u0061p\u0020n\u006ft\u0020\u0064\u0065\u0066\u0069\u006e\u0065d"); +};if len (_caa )==0{return nil ,_fb .New ("\u0074h\u0065\u0072e\u0020\u006d\u0075s\u0074\u0020\u0062\u0065\u0020\u0061\u0074 \u006c\u0065\u0061\u0073\u0074\u0020o\u006e\u0065\u0020\u006c\u0065\u0076\u0065\u006c\u0020\u006f\u0066 \u0072\u0065\u0064\u0075\u0063\u0074\u0069\u006f\u006e"); +};_dgc :=_fbcd ();_bdba =_gcc ;for _ ,_adg :=range _caa {if _adg <=0{break ;};_bdba ,_abg =_aag (_bdba ,_adg ,_dgc );if _abg !=nil {return nil ,_abg ;};};return _bdba ,nil ;};func (_adab *Gray4 )setGray (_dbba int ,_fefg int ,_egfe _b .Gray ){_eede :=_fefg *_adab .BytesPerLine ; +_ceec :=_eede +(_dbba >>1);if _ceec >=len (_adab .Data ){return ;};_caf :=_egfe .Y >>4;_adab .Data [_ceec ]=(_adab .Data [_ceec ]&(^(0xf0>>uint (4*(_dbba &1)))))|(_caf < _ea .BytesPerLine {for _gdb =_df ;_gdb > 0;_gdb --{_gee =byte ((_fbc >>uint (_gdb *8))&0xff); +_af =_dga +(_df -_gdb );if _bcg =_ea .setByte (_af ,_gee );_bcg !=nil {return _bcg ;};};}else if _bcg =_ea .setFourBytes (_dga ,_fbc );_bcg !=nil {return _bcg ;};if _bcg =_ea .setFourBytes (_fdf +_gd *4,_deb [_ccf .Data [_cea +_gd ]]);_bcg !=nil {return _bcg ; +};};for _gdb =1;_gdb < 4;_gdb ++{for _gd =0;_gd < _dgg ;_gd ++{if _bcg =_ea .setByte (_fdf +_gdb *_dgg +_gd ,_ea .Data [_fdf +_gd ]);_bcg !=nil {return _bcg ;};};};};return nil ;};func (_gaa *Gray4 )Copy ()Image {return &Gray4 {ImageBase :_gaa .copy ()}}; +func (_aadc *Gray8 )Bounds ()_e .Rectangle {return _e .Rectangle {Max :_e .Point {X :_aadc .Width ,Y :_aadc .Height }};};func (_bcf *CMYK32 )Validate ()error {if len (_bcf .Data )!=4*_bcf .Width *_bcf .Height {return _fb .New ("i\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0069\u006da\u0067\u0065\u0020\u0064\u0061\u0074\u0061 s\u0069\u007a\u0065\u0020f\u006f\u0072\u0020\u0070\u0072\u006f\u0076\u0069\u0064ed\u0020\u0064i\u006d\u0065\u006e\u0073\u0069\u006f\u006e\u0073"); +};return nil ;};func (_cbdd *ImageBase )newAlpha (){_cbdg :=BytesPerLine (_cbdd .Width ,_cbdd .BitsPerComponent ,1);_cbdd .Alpha =make ([]byte ,_cbdd .Height *_cbdg );};func (_ffda *NRGBA32 )ColorModel ()_b .Model {return _b .NRGBAModel };func _aagcb (_acgd *_e .Gray )bool {for _cdeaa :=0; +_cdeaa < len (_acgd .Pix );_cdeaa ++{if !_bgad (_acgd .Pix [_cdeaa ]){return false ;};};return true ;};var _ RGBA =&RGBA32 {};func _gfeg (_bdab *Monochrome ,_eadf ,_ccg ,_ffca ,_gaecc int ,_agdf RasterOperator ){if _eadf < 0{_ffca +=_eadf ;_eadf =0;};_gabg :=_eadf +_ffca -_bdab .Width ; +if _gabg > 0{_ffca -=_gabg ;};if _ccg < 0{_gaecc +=_ccg ;_ccg =0;};_ded :=_ccg +_gaecc -_bdab .Height ;if _ded > 0{_gaecc -=_ded ;};if _ffca <=0||_gaecc <=0{return ;};if (_eadf &7)==0{_fbcbc (_bdab ,_eadf ,_ccg ,_ffca ,_gaecc ,_agdf );}else {_cace (_bdab ,_eadf ,_ccg ,_ffca ,_gaecc ,_agdf ); +};};func (_eee *Gray8 )At (x ,y int )_b .Color {_gdbcg ,_ :=_eee .ColorAt (x ,y );return _gdbcg };func (_acfb *Gray16 )At (x ,y int )_b .Color {_fab ,_ :=_acfb .ColorAt (x ,y );return _fab };func ColorAtGray8BPC (x ,y ,bytesPerLine int ,data []byte ,decode []float64 )(_b .Gray ,error ){_ebc :=y *bytesPerLine +x ; +if _ebc >=len (data ){return _b .Gray {},_ec .Errorf ("\u0069\u006d\u0061\u0067\u0065\u0020\u0063\u006f\u006f\u0072\u0064\u0069\u006ea\u0074\u0065\u0073\u0020\u006f\u0075t\u0020\u006f\u0066\u0020\u0072\u0061\u006e\u0067\u0065\u0020\u0028\u0025\u0064,\u0020\u0025\u0064\u0029",x ,y ); +};_cgdd :=data [_ebc ];if len (decode )==2{_cgdd =uint8 (uint32 (LinearInterpolate (float64 (_cgdd ),0,255,decode [0],decode [1]))&0xff);};return _b .Gray {Y :_cgdd },nil ;};func (_bfad *ImageBase )setEightFullBytes (_bacad int ,_fgfe uint64 )error {if _bacad +7> len (_bfad .Data )-1{return _fb .New ("\u0069n\u0064e\u0078\u0020\u006f\u0075\u0074 \u006f\u0066 \u0072\u0061\u006e\u0067\u0065"); +};_bfad .Data [_bacad ]=byte ((_fgfe &0xff00000000000000)>>56);_bfad .Data [_bacad +1]=byte ((_fgfe &0xff000000000000)>>48);_bfad .Data [_bacad +2]=byte ((_fgfe &0xff0000000000)>>40);_bfad .Data [_bacad +3]=byte ((_fgfe &0xff00000000)>>32);_bfad .Data [_bacad +4]=byte ((_fgfe &0xff000000)>>24); +_bfad .Data [_bacad +5]=byte ((_fgfe &0xff0000)>>16);_bfad .Data [_bacad +6]=byte ((_fgfe &0xff00)>>8);_bfad .Data [_bacad +7]=byte (_fgfe &0xff);return nil ;};func _gcg (_cedb ,_ade *Monochrome ,_geec []byte ,_fdd int )(_gda error ){var (_bfc ,_eb ,_bde ,_eag ,_ae ,_bea ,_debd ,_ead int ; +_fcd ,_aaf ,_cdc ,_egd uint32 ;_bdf ,_ccd byte ;_beb uint16 ;);_fce :=make ([]byte ,4);_fg :=make ([]byte ,4);for _bde =0;_bde < _cedb .Height -1;_bde ,_eag =_bde +2,_eag +1{_bfc =_bde *_cedb .BytesPerLine ;_eb =_eag *_ade .BytesPerLine ;for _ae ,_bea =0,0; +_ae < _fdd ;_ae ,_bea =_ae +4,_bea +1{for _debd =0;_debd < 4;_debd ++{_ead =_bfc +_ae +_debd ;if _ead <=len (_cedb .Data )-1&&_ead < _bfc +_cedb .BytesPerLine {_fce [_debd ]=_cedb .Data [_ead ];}else {_fce [_debd ]=0x00;};_ead =_bfc +_cedb .BytesPerLine +_ae +_debd ; +if _ead <=len (_cedb .Data )-1&&_ead < _bfc +(2*_cedb .BytesPerLine ){_fg [_debd ]=_cedb .Data [_ead ];}else {_fg [_debd ]=0x00;};};_fcd =_ga .BigEndian .Uint32 (_fce );_aaf =_ga .BigEndian .Uint32 (_fg );_cdc =_fcd &_aaf ;_cdc |=_cdc <<1;_egd =_fcd |_aaf ; +_egd &=_egd <<1;_aaf =_cdc |_egd ;_aaf &=0xaaaaaaaa;_fcd =_aaf |(_aaf <<7);_bdf =byte (_fcd >>24);_ccd =byte ((_fcd >>8)&0xff);_ead =_eb +_bea ;if _ead +1==len (_ade .Data )-1||_ead +1>=_eb +_ade .BytesPerLine {if _gda =_ade .setByte (_ead ,_geec [_bdf ]); +_gda !=nil {return _ec .Errorf ("\u0069n\u0064\u0065\u0078\u003a\u0020\u0025d",_ead );};}else {_beb =(uint16 (_geec [_bdf ])<<8)|uint16 (_geec [_ccd ]);if _gda =_ade .setTwoBytes (_ead ,_beb );_gda !=nil {return _ec .Errorf ("s\u0065\u0074\u0074\u0069\u006e\u0067 \u0074\u0077\u006f\u0020\u0062\u0079t\u0065\u0073\u0020\u0066\u0061\u0069\u006ce\u0064\u002c\u0020\u0069\u006e\u0064\u0065\u0078\u003a\u0020%\u0064",_ead ); +};_bea ++;};};};return nil ;};func (_fefc *Gray4 )GrayAt (x ,y int )_b .Gray {_ggbab ,_ :=ColorAtGray4BPC (x ,y ,_fefc .BytesPerLine ,_fefc .Data ,_fefc .Decode );return _ggbab ;};func (_cacb *Gray8 )ColorAt (x ,y int )(_b .Color ,error ){return ColorAtGray8BPC (x ,y ,_cacb .BytesPerLine ,_cacb .Data ,_cacb .Decode ); +};var _ _e .Image =&Gray16 {};func (_adad *NRGBA32 )NRGBAAt (x ,y int )_b .NRGBA {_adba ,_ :=ColorAtNRGBA32 (x ,y ,_adad .Width ,_adad .Data ,_adad .Alpha ,_adad .Decode );return _adba ;};func _cfg (_bfgc _b .NYCbCrA )_b .RGBA {_ddcd ,_bgbcb ,_debg ,_ged :=_agab (_bfgc ).RGBA (); +return _b .RGBA {R :uint8 (_ddcd >>8),G :uint8 (_bgbcb >>8),B :uint8 (_debg >>8),A :uint8 (_ged >>8)};};func _dceg (_baga _e .Image ,_cfbe Image ,_dgff _e .Rectangle ){if _ccde ,_cbgec :=_baga .(SMasker );_cbgec &&_ccde .HasAlpha (){_cfbe .(SMasker ).MakeAlpha (); +};_agc (_baga ,_cfbe ,_dgff );};func (_aefe *Monochrome )IsUnpadded ()bool {return (_aefe .Width *_aefe .Height )==len (_aefe .Data )};func (_gedd *Gray16 )GrayAt (x ,y int )_b .Gray {_facf ,_ :=_gedd .ColorAt (x ,y );return _b .Gray {Y :uint8 (_facf .(_b .Gray16 ).Y >>8)}; +};func (_adbd *Gray8 )Set (x ,y int ,c _b .Color ){_cbce :=y *_adbd .BytesPerLine +x ;if _cbce > len (_adbd .Data )-1{return ;};_feag :=_b .GrayModel .Convert (c );_adbd .Data [_cbce ]=_feag .(_b .Gray ).Y ;};var (_gbfg =[]byte {0x00,0x80,0xC0,0xE0,0xF0,0xF8,0xFC,0xFE,0xFF}; +_fdfd =[]byte {0x00,0x01,0x03,0x07,0x0F,0x1F,0x3F,0x7F,0xFF};);func init (){_gbaf ()};func IsGrayImgBlackAndWhite (i *_e .Gray )bool {return _aagcb (i )};var (MonochromeConverter =ConverterFunc (_eddb );Gray2Converter =ConverterFunc (_eeb );Gray4Converter =ConverterFunc (_ggcf ); +GrayConverter =ConverterFunc (_gbdc );Gray16Converter =ConverterFunc (_agebd );NRGBA16Converter =ConverterFunc (_bbc );NRGBAConverter =ConverterFunc (_dbaa );NRGBA64Converter =ConverterFunc (_dag );RGBAConverter =ConverterFunc (_abda );CMYKConverter =ConverterFunc (_bad ); +);func (_ccca *Monochrome )setBit (_ggcg ,_ddge int ){_ccca .Data [_ggcg +(_ddge >>3)]|=0x80>>uint (_ddge &7);};func _bb ()(_fef [256]uint32 ){for _fac :=0;_fac < 256;_fac ++{if _fac &0x01!=0{_fef [_fac ]|=0xf;};if _fac &0x02!=0{_fef [_fac ]|=0xf0;};if _fac &0x04!=0{_fef [_fac ]|=0xf00; +};if _fac &0x08!=0{_fef [_fac ]|=0xf000;};if _fac &0x10!=0{_fef [_fac ]|=0xf0000;};if _fac &0x20!=0{_fef [_fac ]|=0xf00000;};if _fac &0x40!=0{_fef [_fac ]|=0xf000000;};if _fac &0x80!=0{_fef [_fac ]|=0xf0000000;};};return _fef ;};func _gae (_beab NRGBA ,_aed CMYK ,_ggbc _e .Rectangle ){for _fad :=0; +_fad < _ggbc .Max .X ;_fad ++{for _cac :=0;_cac < _ggbc .Max .Y ;_cac ++{_cgab :=_beab .NRGBAAt (_fad ,_cac );_aed .SetCMYK (_fad ,_cac ,_cfd (_cgab ));};};};var (Gray2Model =_b .ModelFunc (_eedf );Gray4Model =_b .ModelFunc (_faf );NRGBA16Model =_b .ModelFunc (_adgda ); +);func (_agb *CMYK32 )ColorAt (x ,y int )(_b .Color ,error ){return ColorAtCMYK (x ,y ,_agb .Width ,_agb .Data ,_agb .Decode );};func NewImageBase (width int ,height int ,bitsPerComponent int ,colorComponents int ,data []byte ,alpha []byte ,decode []float64 )ImageBase {_gdgb :=ImageBase {Width :width ,Height :height ,BitsPerComponent :bitsPerComponent ,ColorComponents :colorComponents ,Data :data ,Alpha :alpha ,Decode :decode ,BytesPerLine :BytesPerLine (width ,bitsPerComponent ,colorComponents )}; +if data ==nil {_gdgb .Data =make ([]byte ,height *_gdgb .BytesPerLine );};return _gdgb ;};func _dbg (_dbd int )[]uint {var _dgd []uint ;_cfe :=_dbd ;_efe :=_cfe /8;if _efe !=0{for _gfd :=0;_gfd < _efe ;_gfd ++{_dgd =append (_dgd ,8);};_edf :=_cfe %8;_cfe =0; +if _edf !=0{_cfe =_edf ;};};_acd :=_cfe /4;if _acd !=0{for _afg :=0;_afg < _acd ;_afg ++{_dgd =append (_dgd ,4);};_ad :=_cfe %4;_cfe =0;if _ad !=0{_cfe =_ad ;};};_gag :=_cfe /2;if _gag !=0{for _bgf :=0;_bgf < _gag ;_bgf ++{_dgd =append (_dgd ,2);};};return _dgd ; +};func (_egba *Gray16 )ColorModel ()_b .Model {return _b .Gray16Model };func _a (_cd *Monochrome ,_bc int ,_ac []uint )(*Monochrome ,error ){_bd :=_bc *_cd .Width ;_bdc :=_bc *_cd .Height ;_ecg :=_ceg (_bd ,_bdc );for _gg ,_cc :=range _ac {var _dee error ; +switch _cc {case 2:_dee =_gb (_ecg ,_cd );case 4:_dee =_bca (_ecg ,_cd );case 8:_dee =_gbe (_ecg ,_cd );};if _dee !=nil {return nil ,_dee ;};if _gg !=len (_ac )-1{_cd =_ecg .copy ();};};return _ecg ,nil ;};var _ _e .Image =&Gray2 {};func BytesPerLine (width ,bitsPerComponent ,colorComponents int )int {return ((width *bitsPerComponent )*colorComponents +7)>>3; +};var _ Gray =&Gray16 {};func _bgee (_gba ,_cgd *Monochrome ,_fcg []byte ,_edd int )(_cdf error ){var (_ceda ,_fead ,_cgdf ,_ffd ,_bbf ,_dbdf ,_fbcf ,_gff int ;_gbc ,_gdbf ,_efc ,_faa uint32 ;_fegc ,_gef byte ;_cgdb uint16 ;);_fbg :=make ([]byte ,4);_cgda :=make ([]byte ,4); +for _cgdf =0;_cgdf < _gba .Height -1;_cgdf ,_ffd =_cgdf +2,_ffd +1{_ceda =_cgdf *_gba .BytesPerLine ;_fead =_ffd *_cgd .BytesPerLine ;for _bbf ,_dbdf =0,0;_bbf < _edd ;_bbf ,_dbdf =_bbf +4,_dbdf +1{for _fbcf =0;_fbcf < 4;_fbcf ++{_gff =_ceda +_bbf +_fbcf ; +if _gff <=len (_gba .Data )-1&&_gff < _ceda +_gba .BytesPerLine {_fbg [_fbcf ]=_gba .Data [_gff ];}else {_fbg [_fbcf ]=0x00;};_gff =_ceda +_gba .BytesPerLine +_bbf +_fbcf ;if _gff <=len (_gba .Data )-1&&_gff < _ceda +(2*_gba .BytesPerLine ){_cgda [_fbcf ]=_gba .Data [_gff ]; +}else {_cgda [_fbcf ]=0x00;};};_gbc =_ga .BigEndian .Uint32 (_fbg );_gdbf =_ga .BigEndian .Uint32 (_cgda );_efc =_gbc &_gdbf ;_efc |=_efc <<1;_faa =_gbc |_gdbf ;_faa &=_faa <<1;_gdbf =_efc &_faa ;_gdbf &=0xaaaaaaaa;_gbc =_gdbf |(_gdbf <<7);_fegc =byte (_gbc >>24); +_gef =byte ((_gbc >>8)&0xff);_gff =_fead +_dbdf ;if _gff +1==len (_cgd .Data )-1||_gff +1>=_fead +_cgd .BytesPerLine {if _cdf =_cgd .setByte (_gff ,_fcg [_fegc ]);_cdf !=nil {return _ec .Errorf ("\u0069n\u0064\u0065\u0078\u003a\u0020\u0025d",_gff );};}else {_cgdb =(uint16 (_fcg [_fegc ])<<8)|uint16 (_fcg [_gef ]); +if _cdf =_cgd .setTwoBytes (_gff ,_cgdb );_cdf !=nil {return _ec .Errorf ("s\u0065\u0074\u0074\u0069\u006e\u0067 \u0074\u0077\u006f\u0020\u0062\u0079t\u0065\u0073\u0020\u0066\u0061\u0069\u006ce\u0064\u002c\u0020\u0069\u006e\u0064\u0065\u0078\u003a\u0020%\u0064",_gff ); +};_dbdf ++;};};};return nil ;};func (_aagb *Monochrome )ScaleLow (width ,height int )(*Monochrome ,error ){if width < 0||height < 0{return nil ,_fb .New ("\u0070\u0072\u006f\u0076\u0069\u0064e\u0064\u0020\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0077\u0069\u0064t\u0068\u0020\u0061\u006e\u0064\u0020\u0068e\u0069\u0067\u0068\u0074"); +};_gfda :=_ceg (width ,height );_gdd :=make ([]int ,height );_ggec :=make ([]int ,width );_dcg :=float64 (_aagb .Width )/float64 (width );_edaab :=float64 (_aagb .Height )/float64 (height );for _gec :=0;_gec < height ;_gec ++{_gdd [_gec ]=int (_c .Min (_edaab *float64 (_gec )+0.5,float64 (_aagb .Height -1))); +};for _baca :=0;_baca < width ;_baca ++{_ggec [_baca ]=int (_c .Min (_dcg *float64 (_baca )+0.5,float64 (_aagb .Width -1)));};_afce :=-1;_aee :=byte (0);for _fde :=0;_fde < height ;_fde ++{_gga :=_gdd [_fde ]*_aagb .BytesPerLine ;_dgb :=_fde *_gfda .BytesPerLine ; +for _eafg :=0;_eafg < width ;_eafg ++{_bfag :=_ggec [_eafg ];if _bfag !=_afce {_aee =_aagb .getBit (_gga ,_bfag );if _aee !=0{_gfda .setBit (_dgb ,_eafg );};_afce =_bfag ;}else {if _aee !=0{_gfda .setBit (_dgb ,_eafg );};};};};return _gfda ,nil ;};func _gbeg (_dca ,_fbf *Monochrome ,_eaf []byte ,_abb int )(_beg error ){var (_edfb ,_cfc ,_eda ,_ced ,_efeb ,_bdbb ,_ggfc ,_eac int ; +_eafe ,_eea uint32 ;_dggf ,_dcd byte ;_dde uint16 ;);_ffb :=make ([]byte ,4);_adb :=make ([]byte ,4);for _eda =0;_eda < _dca .Height -1;_eda ,_ced =_eda +2,_ced +1{_edfb =_eda *_dca .BytesPerLine ;_cfc =_ced *_fbf .BytesPerLine ;for _efeb ,_bdbb =0,0;_efeb < _abb ; +_efeb ,_bdbb =_efeb +4,_bdbb +1{for _ggfc =0;_ggfc < 4;_ggfc ++{_eac =_edfb +_efeb +_ggfc ;if _eac <=len (_dca .Data )-1&&_eac < _edfb +_dca .BytesPerLine {_ffb [_ggfc ]=_dca .Data [_eac ];}else {_ffb [_ggfc ]=0x00;};_eac =_edfb +_dca .BytesPerLine +_efeb +_ggfc ; +if _eac <=len (_dca .Data )-1&&_eac < _edfb +(2*_dca .BytesPerLine ){_adb [_ggfc ]=_dca .Data [_eac ];}else {_adb [_ggfc ]=0x00;};};_eafe =_ga .BigEndian .Uint32 (_ffb );_eea =_ga .BigEndian .Uint32 (_adb );_eea |=_eafe ;_eea |=_eea <<1;_eea &=0xaaaaaaaa; +_eafe =_eea |(_eea <<7);_dggf =byte (_eafe >>24);_dcd =byte ((_eafe >>8)&0xff);_eac =_cfc +_bdbb ;if _eac +1==len (_fbf .Data )-1||_eac +1>=_cfc +_fbf .BytesPerLine {_fbf .Data [_eac ]=_eaf [_dggf ];}else {_dde =(uint16 (_eaf [_dggf ])<<8)|uint16 (_eaf [_dcd ]); +if _beg =_fbf .setTwoBytes (_eac ,_dde );_beg !=nil {return _ec .Errorf ("s\u0065\u0074\u0074\u0069\u006e\u0067 \u0074\u0077\u006f\u0020\u0062\u0079t\u0065\u0073\u0020\u0066\u0061\u0069\u006ce\u0064\u002c\u0020\u0069\u006e\u0064\u0065\u0078\u003a\u0020%\u0064",_eac ); +};_bdbb ++;};};};return nil ;};var _ _e .Image =&Gray8 {};func (_afab *RGBA32 )SetRGBA (x ,y int ,c _b .RGBA ){_dgaef :=y *_afab .Width +x ;_fgfd :=3*_dgaef ;if _fgfd +2>=len (_afab .Data ){return ;};_afab .setRGBA (_dgaef ,c );};func (_gaad *NRGBA16 )Validate ()error {if len (_gaad .Data )!=3*_gaad .Width *_gaad .Height /2{return _fb .New ("i\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0069\u006da\u0067\u0065\u0020\u0064\u0061\u0074\u0061 s\u0069\u007a\u0065\u0020f\u006f\u0072\u0020\u0070\u0072\u006f\u0076\u0069\u0064ed\u0020\u0064i\u006d\u0065\u006e\u0073\u0069\u006f\u006e\u0073"); +};return nil ;};func ColorAtGray4BPC (x ,y ,bytesPerLine int ,data []byte ,decode []float64 )(_b .Gray ,error ){_cbgcb :=y *bytesPerLine +x >>1;if _cbgcb >=len (data ){return _b .Gray {},_ec .Errorf ("\u0069\u006d\u0061\u0067\u0065\u0020\u0063\u006f\u006f\u0072\u0064\u0069\u006ea\u0074\u0065\u0073\u0020\u006f\u0075t\u0020\u006f\u0066\u0020\u0072\u0061\u006e\u0067\u0065\u0020\u0028\u0025\u0064,\u0020\u0025\u0064\u0029",x ,y ); +};_ggda :=data [_cbgcb ]>>uint (4-(x &1)*4)&0xf;if len (decode )==2{_ggda =uint8 (uint32 (LinearInterpolate (float64 (_ggda ),0,15,decode [0],decode [1]))&0xf);};return _b .Gray {Y :_ggda *17&0xff},nil ;};func (_ecaa *Monochrome )setGray (_agad int ,_bcbe _b .Gray ,_babe int ){if _bcbe .Y ==0{_ecaa .clearBit (_babe ,_agad ); +}else {_ecaa .setGrayBit (_babe ,_agad );};};func _fge (_bba _b .Gray ,_eddd monochromeModel )_b .Gray {if _bba .Y > uint8 (_eddd ){return _b .Gray {Y :_c .MaxUint8 };};return _b .Gray {};};func _afdb (_ggcga _b .Gray )_b .Gray {_abe :=_ggcga .Y >>6;_abe |=_abe <<2; +_ggcga .Y =_abe |_abe <<4;return _ggcga ;};func _bad (_dadf _e .Image )(Image ,error ){if _cegb ,_gdc :=_dadf .(*CMYK32 );_gdc {return _cegb .Copy (),nil ;};_ffbd :=_dadf .Bounds ();_ddb ,_gffe :=NewImage (_ffbd .Max .X ,_ffbd .Max .Y ,8,4,nil ,nil ,nil ); +if _gffe !=nil {return nil ,_gffe ;};switch _fbcb :=_dadf .(type ){case CMYK :_gdaa (_fbcb ,_ddb .(CMYK ),_ffbd );case Gray :_eeae (_fbcb ,_ddb .(CMYK ),_ffbd );case NRGBA :_gae (_fbcb ,_ddb .(CMYK ),_ffbd );case RGBA :_edaa (_fbcb ,_ddb .(CMYK ),_ffbd ); +default:_agc (_dadf ,_ddb ,_ffbd );};return _ddb ,nil ;};func (_feaga *Gray8 )ColorModel ()_b .Model {return _b .GrayModel };func _edaa (_adgd RGBA ,_bdag CMYK ,_aef _e .Rectangle ){for _bdfd :=0;_bdfd < _aef .Max .X ;_bdfd ++{for _cgabg :=0;_cgabg < _aef .Max .Y ; +_cgabg ++{_bgdgb :=_adgd .RGBAAt (_bdfd ,_cgabg );_bdag .SetCMYK (_bdfd ,_cgabg ,_gbad (_bgdgb ));};};};func ColorAt (x ,y ,width ,bitsPerColor ,colorComponents ,bytesPerLine int ,data ,alpha []byte ,decode []float64 )(_b .Color ,error ){switch colorComponents {case 1:return ColorAtGrayscale (x ,y ,bitsPerColor ,bytesPerLine ,data ,decode ); +case 3:return ColorAtNRGBA (x ,y ,width ,bytesPerLine ,bitsPerColor ,data ,alpha ,decode );case 4:return ColorAtCMYK (x ,y ,width ,data ,decode );default:return nil ,_ec .Errorf ("\u0070\u0072\u006f\u0076\u0069\u0064\u0065\u0064\u0020\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0063o\u006c\u006f\u0072\u0020\u0063\u006f\u006dp\u006f\u006e\u0065\u006e\u0074\u0020\u0066\u006f\u0072\u0020\u0074h\u0065\u0020\u0069\u006d\u0061\u0067\u0065\u003a\u0020\u0025\u0064",colorComponents ); +};};func _bdef (_ggd Gray ,_aaga nrgba64 ,_eec _e .Rectangle ){for _accf :=0;_accf < _eec .Max .X ;_accf ++{for _bdbbb :=0;_bdbbb < _eec .Max .Y ;_bdbbb ++{_aad :=_abbb (_aaga .NRGBA64At (_accf ,_bdbbb ));_ggd .SetGray (_accf ,_bdbbb ,_aad );};};};func (_fbeb *RGBA32 )Set (x ,y int ,c _b .Color ){_acffe :=y *_fbeb .Width +x ; +_ecaf :=3*_acffe ;if _ecaf +2>=len (_fbeb .Data ){return ;};_gfae :=_b .RGBAModel .Convert (c ).(_b .RGBA );_fbeb .setRGBA (_acffe ,_gfae );};func _eadg (_eafcd _e .Image ,_daeb uint8 )*_e .Gray {_gabc :=_eafcd .Bounds ();_ccab :=_e .NewGray (_gabc );var (_bgbcf _b .Color ; +_bbae _b .Gray ;);for _fcbf :=0;_fcbf < _gabc .Max .X ;_fcbf ++{for _bgdc :=0;_bgdc < _gabc .Max .Y ;_bgdc ++{_bgbcf =_eafcd .At (_fcbf ,_bgdc );_ccab .Set (_fcbf ,_bgdc ,_bgbcf );_bbae =_ccab .GrayAt (_fcbf ,_bgdc );_ccab .SetGray (_fcbf ,_bgdc ,_b .Gray {Y :_fagc (_bbae .Y ,_daeb )}); +};};return _ccab ;};func (_fcc colorConverter )Convert (src _e .Image )(Image ,error ){return _fcc ._aff (src )};func _gbe (_ee ,_bdb *Monochrome )(_bcgd error ){_aa :=_bdb .BytesPerLine ;_gdbg :=_ee .BytesPerLine ;var _age ,_gac ,_da ,_fba ,_ed int ;for _da =0; +_da < _bdb .Height ;_da ++{_age =_da *_aa ;_gac =8*_da *_gdbg ;for _fba =0;_fba < _aa ;_fba ++{if _bcgd =_ee .setEightBytes (_gac +_fba *8,_bf [_bdb .Data [_age +_fba ]]);_bcgd !=nil {return _bcgd ;};};for _ed =1;_ed < 8;_ed ++{for _fba =0;_fba < _gdbg ; +_fba ++{if _bcgd =_ee .setByte (_gac +_ed *_gdbg +_fba ,_ee .Data [_gac +_fba ]);_bcgd !=nil {return _bcgd ;};};};};return nil ;};func (_eaaec *NRGBA64 )Set (x ,y int ,c _b .Color ){_eaad :=(y *_eaaec .Width +x )*2;_fgge :=_eaad *3;if _fgge +5>=len (_eaaec .Data ){return ; +};_bcgeg :=_b .NRGBA64Model .Convert (c ).(_b .NRGBA64 );_eaaec .setNRGBA64 (_fgge ,_bcgeg ,_eaad );};func _eddb (_acb _e .Image )(Image ,error ){if _cffd ,_bae :=_acb .(*Monochrome );_bae {return _cffd ,nil ;};_bef :=_acb .Bounds ();var _aec Gray ;switch _cbga :=_acb .(type ){case Gray :_aec =_cbga ; +case NRGBA :_aec =&Gray8 {ImageBase :NewImageBase (_bef .Max .X ,_bef .Max .Y ,8,1,nil ,nil ,nil )};_gaec (_aec ,_cbga ,_bef );case nrgba64 :_aec =&Gray8 {ImageBase :NewImageBase (_bef .Max .X ,_bef .Max .Y ,8,1,nil ,nil ,nil )};_bdef (_aec ,_cbga ,_bef ); +default:_ggba ,_bcgb :=GrayConverter .Convert (_acb );if _bcgb !=nil {return nil ,_bcgb ;};_aec =_ggba .(Gray );};_eagg ,_gbg :=NewImage (_bef .Max .X ,_bef .Max .Y ,1,1,nil ,nil ,nil );if _gbg !=nil {return nil ,_gbg ;};_gab :=_eagg .(*Monochrome );_ceeb :=AutoThresholdTriangle (GrayHistogram (_aec )); +for _gbbc :=0;_gbbc < _bef .Max .X ;_gbbc ++{for _egda :=0;_egda < _bef .Max .Y ;_egda ++{_dcc :=_fge (_aec .GrayAt (_gbbc ,_egda ),monochromeModel (_ceeb ));_gab .SetGray (_gbbc ,_egda ,_dcc );};};return _eagg ,nil ;};var _ Gray =&Gray2 {};func _gdge (_ceegg *Monochrome ,_fcbdd ,_ggagf ,_ebcd ,_dbac int ,_cefe RasterOperator ,_egdac *Monochrome ,_aead ,_bcdd int )error {var (_bgba bool ; +_gfeb bool ;_acfc int ;_agbc int ;_dded int ;_gdgg bool ;_faae byte ;_gdcg int ;_eagc int ;_gebg int ;_aeee ,_edaf int ;);_dfdc :=8-(_fcbdd &7);_ddfd :=_fdfd [_dfdc ];_ffad :=_ceegg .BytesPerLine *_ggagf +(_fcbdd >>3);_agce :=_egdac .BytesPerLine *_bcdd +(_aead >>3); +if _ebcd < _dfdc {_bgba =true ;_ddfd &=_gbfg [8-_dfdc +_ebcd ];};if !_bgba {_acfc =(_ebcd -_dfdc )>>3;if _acfc > 0{_gfeb =true ;_agbc =_ffad +1;_dded =_agce +1;};};_gdcg =(_fcbdd +_ebcd )&7;if !(_bgba ||_gdcg ==0){_gdgg =true ;_faae =_gbfg [_gdcg ];_eagc =_ffad +1+_acfc ; +_gebg =_agce +1+_acfc ;};switch _cefe {case PixSrc :for _aeee =0;_aeee < _dbac ;_aeee ++{_ceegg .Data [_ffad ]=_gfag (_ceegg .Data [_ffad ],_egdac .Data [_agce ],_ddfd );_ffad +=_ceegg .BytesPerLine ;_agce +=_egdac .BytesPerLine ;};if _gfeb {for _aeee =0; +_aeee < _dbac ;_aeee ++{for _edaf =0;_edaf < _acfc ;_edaf ++{_ceegg .Data [_agbc +_edaf ]=_egdac .Data [_dded +_edaf ];};_agbc +=_ceegg .BytesPerLine ;_dded +=_egdac .BytesPerLine ;};};if _gdgg {for _aeee =0;_aeee < _dbac ;_aeee ++{_ceegg .Data [_eagc ]=_gfag (_ceegg .Data [_eagc ],_egdac .Data [_gebg ],_faae ); +_eagc +=_ceegg .BytesPerLine ;_gebg +=_egdac .BytesPerLine ;};};case PixNotSrc :for _aeee =0;_aeee < _dbac ;_aeee ++{_ceegg .Data [_ffad ]=_gfag (_ceegg .Data [_ffad ],^_egdac .Data [_agce ],_ddfd );_ffad +=_ceegg .BytesPerLine ;_agce +=_egdac .BytesPerLine ; +};if _gfeb {for _aeee =0;_aeee < _dbac ;_aeee ++{for _edaf =0;_edaf < _acfc ;_edaf ++{_ceegg .Data [_agbc +_edaf ]=^_egdac .Data [_dded +_edaf ];};_agbc +=_ceegg .BytesPerLine ;_dded +=_egdac .BytesPerLine ;};};if _gdgg {for _aeee =0;_aeee < _dbac ;_aeee ++{_ceegg .Data [_eagc ]=_gfag (_ceegg .Data [_eagc ],^_egdac .Data [_gebg ],_faae ); +_eagc +=_ceegg .BytesPerLine ;_gebg +=_egdac .BytesPerLine ;};};case PixSrcOrDst :for _aeee =0;_aeee < _dbac ;_aeee ++{_ceegg .Data [_ffad ]=_gfag (_ceegg .Data [_ffad ],_egdac .Data [_agce ]|_ceegg .Data [_ffad ],_ddfd );_ffad +=_ceegg .BytesPerLine ; +_agce +=_egdac .BytesPerLine ;};if _gfeb {for _aeee =0;_aeee < _dbac ;_aeee ++{for _edaf =0;_edaf < _acfc ;_edaf ++{_ceegg .Data [_agbc +_edaf ]|=_egdac .Data [_dded +_edaf ];};_agbc +=_ceegg .BytesPerLine ;_dded +=_egdac .BytesPerLine ;};};if _gdgg {for _aeee =0; +_aeee < _dbac ;_aeee ++{_ceegg .Data [_eagc ]=_gfag (_ceegg .Data [_eagc ],_egdac .Data [_gebg ]|_ceegg .Data [_eagc ],_faae );_eagc +=_ceegg .BytesPerLine ;_gebg +=_egdac .BytesPerLine ;};};case PixSrcAndDst :for _aeee =0;_aeee < _dbac ;_aeee ++{_ceegg .Data [_ffad ]=_gfag (_ceegg .Data [_ffad ],_egdac .Data [_agce ]&_ceegg .Data [_ffad ],_ddfd ); +_ffad +=_ceegg .BytesPerLine ;_agce +=_egdac .BytesPerLine ;};if _gfeb {for _aeee =0;_aeee < _dbac ;_aeee ++{for _edaf =0;_edaf < _acfc ;_edaf ++{_ceegg .Data [_agbc +_edaf ]&=_egdac .Data [_dded +_edaf ];};_agbc +=_ceegg .BytesPerLine ;_dded +=_egdac .BytesPerLine ; +};};if _gdgg {for _aeee =0;_aeee < _dbac ;_aeee ++{_ceegg .Data [_eagc ]=_gfag (_ceegg .Data [_eagc ],_egdac .Data [_gebg ]&_ceegg .Data [_eagc ],_faae );_eagc +=_ceegg .BytesPerLine ;_gebg +=_egdac .BytesPerLine ;};};case PixSrcXorDst :for _aeee =0;_aeee < _dbac ; +_aeee ++{_ceegg .Data [_ffad ]=_gfag (_ceegg .Data [_ffad ],_egdac .Data [_agce ]^_ceegg .Data [_ffad ],_ddfd );_ffad +=_ceegg .BytesPerLine ;_agce +=_egdac .BytesPerLine ;};if _gfeb {for _aeee =0;_aeee < _dbac ;_aeee ++{for _edaf =0;_edaf < _acfc ;_edaf ++{_ceegg .Data [_agbc +_edaf ]^=_egdac .Data [_dded +_edaf ]; +};_agbc +=_ceegg .BytesPerLine ;_dded +=_egdac .BytesPerLine ;};};if _gdgg {for _aeee =0;_aeee < _dbac ;_aeee ++{_ceegg .Data [_eagc ]=_gfag (_ceegg .Data [_eagc ],_egdac .Data [_gebg ]^_ceegg .Data [_eagc ],_faae );_eagc +=_ceegg .BytesPerLine ;_gebg +=_egdac .BytesPerLine ; +};};case PixNotSrcOrDst :for _aeee =0;_aeee < _dbac ;_aeee ++{_ceegg .Data [_ffad ]=_gfag (_ceegg .Data [_ffad ],^(_egdac .Data [_agce ])|_ceegg .Data [_ffad ],_ddfd );_ffad +=_ceegg .BytesPerLine ;_agce +=_egdac .BytesPerLine ;};if _gfeb {for _aeee =0; +_aeee < _dbac ;_aeee ++{for _edaf =0;_edaf < _acfc ;_edaf ++{_ceegg .Data [_agbc +_edaf ]|=^(_egdac .Data [_dded +_edaf ]);};_agbc +=_ceegg .BytesPerLine ;_dded +=_egdac .BytesPerLine ;};};if _gdgg {for _aeee =0;_aeee < _dbac ;_aeee ++{_ceegg .Data [_eagc ]=_gfag (_ceegg .Data [_eagc ],^(_egdac .Data [_gebg ])|_ceegg .Data [_eagc ],_faae ); +_eagc +=_ceegg .BytesPerLine ;_gebg +=_egdac .BytesPerLine ;};};case PixNotSrcAndDst :for _aeee =0;_aeee < _dbac ;_aeee ++{_ceegg .Data [_ffad ]=_gfag (_ceegg .Data [_ffad ],^(_egdac .Data [_agce ])&_ceegg .Data [_ffad ],_ddfd );_ffad +=_ceegg .BytesPerLine ; +_agce +=_egdac .BytesPerLine ;};if _gfeb {for _aeee =0;_aeee < _dbac ;_aeee ++{for _edaf =0;_edaf < _acfc ;_edaf ++{_ceegg .Data [_agbc +_edaf ]&=^_egdac .Data [_dded +_edaf ];};_agbc +=_ceegg .BytesPerLine ;_dded +=_egdac .BytesPerLine ;};};if _gdgg {for _aeee =0; +_aeee < _dbac ;_aeee ++{_ceegg .Data [_eagc ]=_gfag (_ceegg .Data [_eagc ],^(_egdac .Data [_gebg ])&_ceegg .Data [_eagc ],_faae );_eagc +=_ceegg .BytesPerLine ;_gebg +=_egdac .BytesPerLine ;};};case PixSrcOrNotDst :for _aeee =0;_aeee < _dbac ;_aeee ++{_ceegg .Data [_ffad ]=_gfag (_ceegg .Data [_ffad ],_egdac .Data [_agce ]|^(_ceegg .Data [_ffad ]),_ddfd ); +_ffad +=_ceegg .BytesPerLine ;_agce +=_egdac .BytesPerLine ;};if _gfeb {for _aeee =0;_aeee < _dbac ;_aeee ++{for _edaf =0;_edaf < _acfc ;_edaf ++{_ceegg .Data [_agbc +_edaf ]=_egdac .Data [_dded +_edaf ]|^(_ceegg .Data [_agbc +_edaf ]);};_agbc +=_ceegg .BytesPerLine ; +_dded +=_egdac .BytesPerLine ;};};if _gdgg {for _aeee =0;_aeee < _dbac ;_aeee ++{_ceegg .Data [_eagc ]=_gfag (_ceegg .Data [_eagc ],_egdac .Data [_gebg ]|^(_ceegg .Data [_eagc ]),_faae );_eagc +=_ceegg .BytesPerLine ;_gebg +=_egdac .BytesPerLine ;};};case PixSrcAndNotDst :for _aeee =0; +_aeee < _dbac ;_aeee ++{_ceegg .Data [_ffad ]=_gfag (_ceegg .Data [_ffad ],_egdac .Data [_agce ]&^(_ceegg .Data [_ffad ]),_ddfd );_ffad +=_ceegg .BytesPerLine ;_agce +=_egdac .BytesPerLine ;};if _gfeb {for _aeee =0;_aeee < _dbac ;_aeee ++{for _edaf =0; +_edaf < _acfc ;_edaf ++{_ceegg .Data [_agbc +_edaf ]=_egdac .Data [_dded +_edaf ]&^(_ceegg .Data [_agbc +_edaf ]);};_agbc +=_ceegg .BytesPerLine ;_dded +=_egdac .BytesPerLine ;};};if _gdgg {for _aeee =0;_aeee < _dbac ;_aeee ++{_ceegg .Data [_eagc ]=_gfag (_ceegg .Data [_eagc ],_egdac .Data [_gebg ]&^(_ceegg .Data [_eagc ]),_faae ); +_eagc +=_ceegg .BytesPerLine ;_gebg +=_egdac .BytesPerLine ;};};case PixNotPixSrcOrDst :for _aeee =0;_aeee < _dbac ;_aeee ++{_ceegg .Data [_ffad ]=_gfag (_ceegg .Data [_ffad ],^(_egdac .Data [_agce ]|_ceegg .Data [_ffad ]),_ddfd );_ffad +=_ceegg .BytesPerLine ; +_agce +=_egdac .BytesPerLine ;};if _gfeb {for _aeee =0;_aeee < _dbac ;_aeee ++{for _edaf =0;_edaf < _acfc ;_edaf ++{_ceegg .Data [_agbc +_edaf ]=^(_egdac .Data [_dded +_edaf ]|_ceegg .Data [_agbc +_edaf ]);};_agbc +=_ceegg .BytesPerLine ;_dded +=_egdac .BytesPerLine ; +};};if _gdgg {for _aeee =0;_aeee < _dbac ;_aeee ++{_ceegg .Data [_eagc ]=_gfag (_ceegg .Data [_eagc ],^(_egdac .Data [_gebg ]|_ceegg .Data [_eagc ]),_faae );_eagc +=_ceegg .BytesPerLine ;_gebg +=_egdac .BytesPerLine ;};};case PixNotPixSrcAndDst :for _aeee =0; +_aeee < _dbac ;_aeee ++{_ceegg .Data [_ffad ]=_gfag (_ceegg .Data [_ffad ],^(_egdac .Data [_agce ]&_ceegg .Data [_ffad ]),_ddfd );_ffad +=_ceegg .BytesPerLine ;_agce +=_egdac .BytesPerLine ;};if _gfeb {for _aeee =0;_aeee < _dbac ;_aeee ++{for _edaf =0; +_edaf < _acfc ;_edaf ++{_ceegg .Data [_agbc +_edaf ]=^(_egdac .Data [_dded +_edaf ]&_ceegg .Data [_agbc +_edaf ]);};_agbc +=_ceegg .BytesPerLine ;_dded +=_egdac .BytesPerLine ;};};if _gdgg {for _aeee =0;_aeee < _dbac ;_aeee ++{_ceegg .Data [_eagc ]=_gfag (_ceegg .Data [_eagc ],^(_egdac .Data [_gebg ]&_ceegg .Data [_eagc ]),_faae ); +_eagc +=_ceegg .BytesPerLine ;_gebg +=_egdac .BytesPerLine ;};};case PixNotPixSrcXorDst :for _aeee =0;_aeee < _dbac ;_aeee ++{_ceegg .Data [_ffad ]=_gfag (_ceegg .Data [_ffad ],^(_egdac .Data [_agce ]^_ceegg .Data [_ffad ]),_ddfd );_ffad +=_ceegg .BytesPerLine ; +_agce +=_egdac .BytesPerLine ;};if _gfeb {for _aeee =0;_aeee < _dbac ;_aeee ++{for _edaf =0;_edaf < _acfc ;_edaf ++{_ceegg .Data [_agbc +_edaf ]=^(_egdac .Data [_dded +_edaf ]^_ceegg .Data [_agbc +_edaf ]);};_agbc +=_ceegg .BytesPerLine ;_dded +=_egdac .BytesPerLine ; +};};if _gdgg {for _aeee =0;_aeee < _dbac ;_aeee ++{_ceegg .Data [_eagc ]=_gfag (_ceegg .Data [_eagc ],^(_egdac .Data [_gebg ]^_ceegg .Data [_eagc ]),_faae );_eagc +=_ceegg .BytesPerLine ;_gebg +=_egdac .BytesPerLine ;};};default:_gf .Log .Debug ("I\u006e\u0076\u0061\u006c\u0069\u0064 \u0072\u0061\u0073\u0074\u0065\u0072\u0020\u006f\u0070e\u0072\u0061\u0074o\u0072:\u0020\u0025\u0064",_cefe ); +return _fb .New ("\u0069\u006e\u0076al\u0069\u0064\u0020\u0072\u0061\u0073\u0074\u0065\u0072\u0020\u006f\u0070\u0065\u0072\u0061\u0074\u006f\u0072");};return nil ;};func _cb (_de *Monochrome ,_gc int )(*Monochrome ,error ){if _de ==nil {return nil ,_fb .New ("\u0073o\u0075r\u0063\u0065\u0020\u006e\u006ft\u0020\u0064e\u0066\u0069\u006e\u0065\u0064"); +};if _gc ==1{return _de .copy (),nil ;};if !IsPowerOf2 (uint (_gc )){return nil ,_ec .Errorf ("\u0070\u0072\u006fvi\u0064\u0065\u0064\u0020\u0069\u006e\u0076\u0061\u006ci\u0064 \u0065x\u0070a\u006e\u0064\u0020\u0066\u0061\u0063\u0074\u006f\u0072\u003a\u0020\u0025\u0064",_gc ); +};_ge :=_dbg (_gc );return _a (_de ,_gc ,_ge );};func (_ddcc *Gray4 )Histogram ()(_bbfa [256]int ){for _ebge :=0;_ebge < _ddcc .Width ;_ebge ++{for _bbaf :=0;_bbaf < _ddcc .Height ;_bbaf ++{_bbfa [_ddcc .GrayAt (_ebge ,_bbaf ).Y ]++;};};return _bbfa ;}; +func ColorAtNRGBA16 (x ,y ,width ,bytesPerLine int ,data ,alpha []byte ,decode []float64 )(_b .NRGBA ,error ){_eebc :=y *bytesPerLine +x *3/2;if _eebc +1>=len (data ){return _b .NRGBA {},_aefd (x ,y );};const (_bgef =0xf;_bebc =uint8 (0xff););_gdff :=_bebc ; +if alpha !=nil {_agba :=y *BytesPerLine (width ,4,1);if _agba < len (alpha ){if x %2==0{_gdff =(alpha [_agba ]>>uint (4))&_bgef ;}else {_gdff =alpha [_agba ]&_bgef ;};_gdff |=_gdff <<4;};};var _gcgd ,_dbgb ,_egcc uint8 ;if x *3%2==0{_gcgd =(data [_eebc ]>>uint (4))&_bgef ; +_dbgb =data [_eebc ]&_bgef ;_egcc =(data [_eebc +1]>>uint (4))&_bgef ;}else {_gcgd =data [_eebc ]&_bgef ;_dbgb =(data [_eebc +1]>>uint (4))&_bgef ;_egcc =data [_eebc +1]&_bgef ;};if len (decode )==6{_gcgd =uint8 (uint32 (LinearInterpolate (float64 (_gcgd ),0,15,decode [0],decode [1]))&0xf); +_dbgb =uint8 (uint32 (LinearInterpolate (float64 (_dbgb ),0,15,decode [2],decode [3]))&0xf);_egcc =uint8 (uint32 (LinearInterpolate (float64 (_egcc ),0,15,decode [4],decode [5]))&0xf);};return _b .NRGBA {R :(_gcgd <<4)|(_gcgd &0xf),G :(_dbgb <<4)|(_dbgb &0xf),B :(_egcc <<4)|(_egcc &0xf),A :_gdff },nil ; +};func _gcfe (_cfcg *Monochrome ,_daaf ,_gafa ,_afcb ,_acg int ,_gbbe RasterOperator ,_ggaa *Monochrome ,_caaag ,_cgcb int )error {if _cfcg ==nil {return _fb .New ("\u006e\u0069\u006c\u0020\u0027\u0064\u0065\u0073\u0074\u0027\u0020\u0042i\u0074\u006d\u0061\u0070"); +};if _gbbe ==PixDst {return nil ;};switch _gbbe {case PixClr ,PixSet ,PixNotDst :_gfeg (_cfcg ,_daaf ,_gafa ,_afcb ,_acg ,_gbbe );return nil ;};if _ggaa ==nil {_gf .Log .Debug ("\u0052a\u0073\u0074e\u0072\u004f\u0070\u0065r\u0061\u0074\u0069o\u006e\u0020\u0073\u006f\u0075\u0072\u0063\u0065\u0020bi\u0074\u006d\u0061p\u0020\u0069s\u0020\u006e\u006f\u0074\u0020\u0064e\u0066\u0069n\u0065\u0064"); +return _fb .New ("\u006e\u0069l\u0020\u0027\u0073r\u0063\u0027\u0020\u0062\u0069\u0074\u006d\u0061\u0070");};if _afbfb :=_dff (_cfcg ,_daaf ,_gafa ,_afcb ,_acg ,_gbbe ,_ggaa ,_caaag ,_cgcb );_afbfb !=nil {return _afbfb ;};return nil ;};func (_eeeg *ImageBase )setEightPartlyBytes (_dcac ,_aca int ,_egfag uint64 )(_dgcdc error ){var (_dgbc byte ; +_fgcf int ;);for _efa :=1;_efa <=_aca ;_efa ++{_fgcf =64-_efa *8;_dgbc =byte (_egfag >>uint (_fgcf )&0xff);if _dgcdc =_eeeg .setByte (_dcac +_efa -1,_dgbc );_dgcdc !=nil {return _dgcdc ;};};_fgg :=_eeeg .BytesPerLine *8-_eeeg .Width ;if _fgg ==0{return nil ; +};_fgcf -=8;_dgbc =byte (_egfag >>uint (_fgcf )&0xff)<>4|(_baegg .R >>4)<<4;_baegg .G =_baegg .G >>4|(_baegg .G >>4)<<4;_baegg .B =_baegg .B >>4|(_baegg .B >>4)<<4;return _baegg ; +};func (_cbf *CMYK32 )Bounds ()_e .Rectangle {return _e .Rectangle {Max :_e .Point {X :_cbf .Width ,Y :_cbf .Height }};};type CMYK32 struct{ImageBase };func _fefb (_ddba *Monochrome ,_dda ,_bcaa ,_bdee ,_cca int ,_dbbb RasterOperator ,_fccee *Monochrome ,_bffd ,_gbba int )error {var (_bbe byte ; +_dbge int ;_fbcc int ;_eaee ,_cfac int ;_ceeg ,_gafc int ;);_dgae :=_bdee >>3;_fbbd :=_bdee &7;if _fbbd > 0{_bbe =_gbfg [_fbbd ];};_dbge =_fccee .BytesPerLine *_gbba +(_bffd >>3);_fbcc =_ddba .BytesPerLine *_bcaa +(_dda >>3);switch _dbbb {case PixSrc :for _ceeg =0; +_ceeg < _cca ;_ceeg ++{_eaee =_dbge +_ceeg *_fccee .BytesPerLine ;_cfac =_fbcc +_ceeg *_ddba .BytesPerLine ;for _gafc =0;_gafc < _dgae ;_gafc ++{_ddba .Data [_cfac ]=_fccee .Data [_eaee ];_cfac ++;_eaee ++;};if _fbbd > 0{_ddba .Data [_cfac ]=_gfag (_ddba .Data [_cfac ],_fccee .Data [_eaee ],_bbe ); +};};case PixNotSrc :for _ceeg =0;_ceeg < _cca ;_ceeg ++{_eaee =_dbge +_ceeg *_fccee .BytesPerLine ;_cfac =_fbcc +_ceeg *_ddba .BytesPerLine ;for _gafc =0;_gafc < _dgae ;_gafc ++{_ddba .Data [_cfac ]=^(_fccee .Data [_eaee ]);_cfac ++;_eaee ++;};if _fbbd > 0{_ddba .Data [_cfac ]=_gfag (_ddba .Data [_cfac ],^_fccee .Data [_eaee ],_bbe ); +};};case PixSrcOrDst :for _ceeg =0;_ceeg < _cca ;_ceeg ++{_eaee =_dbge +_ceeg *_fccee .BytesPerLine ;_cfac =_fbcc +_ceeg *_ddba .BytesPerLine ;for _gafc =0;_gafc < _dgae ;_gafc ++{_ddba .Data [_cfac ]|=_fccee .Data [_eaee ];_cfac ++;_eaee ++;};if _fbbd > 0{_ddba .Data [_cfac ]=_gfag (_ddba .Data [_cfac ],_fccee .Data [_eaee ]|_ddba .Data [_cfac ],_bbe ); +};};case PixSrcAndDst :for _ceeg =0;_ceeg < _cca ;_ceeg ++{_eaee =_dbge +_ceeg *_fccee .BytesPerLine ;_cfac =_fbcc +_ceeg *_ddba .BytesPerLine ;for _gafc =0;_gafc < _dgae ;_gafc ++{_ddba .Data [_cfac ]&=_fccee .Data [_eaee ];_cfac ++;_eaee ++;};if _fbbd > 0{_ddba .Data [_cfac ]=_gfag (_ddba .Data [_cfac ],_fccee .Data [_eaee ]&_ddba .Data [_cfac ],_bbe ); +};};case PixSrcXorDst :for _ceeg =0;_ceeg < _cca ;_ceeg ++{_eaee =_dbge +_ceeg *_fccee .BytesPerLine ;_cfac =_fbcc +_ceeg *_ddba .BytesPerLine ;for _gafc =0;_gafc < _dgae ;_gafc ++{_ddba .Data [_cfac ]^=_fccee .Data [_eaee ];_cfac ++;_eaee ++;};if _fbbd > 0{_ddba .Data [_cfac ]=_gfag (_ddba .Data [_cfac ],_fccee .Data [_eaee ]^_ddba .Data [_cfac ],_bbe ); +};};case PixNotSrcOrDst :for _ceeg =0;_ceeg < _cca ;_ceeg ++{_eaee =_dbge +_ceeg *_fccee .BytesPerLine ;_cfac =_fbcc +_ceeg *_ddba .BytesPerLine ;for _gafc =0;_gafc < _dgae ;_gafc ++{_ddba .Data [_cfac ]|=^(_fccee .Data [_eaee ]);_cfac ++;_eaee ++;};if _fbbd > 0{_ddba .Data [_cfac ]=_gfag (_ddba .Data [_cfac ],^(_fccee .Data [_eaee ])|_ddba .Data [_cfac ],_bbe ); +};};case PixNotSrcAndDst :for _ceeg =0;_ceeg < _cca ;_ceeg ++{_eaee =_dbge +_ceeg *_fccee .BytesPerLine ;_cfac =_fbcc +_ceeg *_ddba .BytesPerLine ;for _gafc =0;_gafc < _dgae ;_gafc ++{_ddba .Data [_cfac ]&=^(_fccee .Data [_eaee ]);_cfac ++;_eaee ++;};if _fbbd > 0{_ddba .Data [_cfac ]=_gfag (_ddba .Data [_cfac ],^(_fccee .Data [_eaee ])&_ddba .Data [_cfac ],_bbe ); +};};case PixSrcOrNotDst :for _ceeg =0;_ceeg < _cca ;_ceeg ++{_eaee =_dbge +_ceeg *_fccee .BytesPerLine ;_cfac =_fbcc +_ceeg *_ddba .BytesPerLine ;for _gafc =0;_gafc < _dgae ;_gafc ++{_ddba .Data [_cfac ]=_fccee .Data [_eaee ]|^(_ddba .Data [_cfac ]);_cfac ++; +_eaee ++;};if _fbbd > 0{_ddba .Data [_cfac ]=_gfag (_ddba .Data [_cfac ],_fccee .Data [_eaee ]|^(_ddba .Data [_cfac ]),_bbe );};};case PixSrcAndNotDst :for _ceeg =0;_ceeg < _cca ;_ceeg ++{_eaee =_dbge +_ceeg *_fccee .BytesPerLine ;_cfac =_fbcc +_ceeg *_ddba .BytesPerLine ; +for _gafc =0;_gafc < _dgae ;_gafc ++{_ddba .Data [_cfac ]=_fccee .Data [_eaee ]&^(_ddba .Data [_cfac ]);_cfac ++;_eaee ++;};if _fbbd > 0{_ddba .Data [_cfac ]=_gfag (_ddba .Data [_cfac ],_fccee .Data [_eaee ]&^(_ddba .Data [_cfac ]),_bbe );};};case PixNotPixSrcOrDst :for _ceeg =0; +_ceeg < _cca ;_ceeg ++{_eaee =_dbge +_ceeg *_fccee .BytesPerLine ;_cfac =_fbcc +_ceeg *_ddba .BytesPerLine ;for _gafc =0;_gafc < _dgae ;_gafc ++{_ddba .Data [_cfac ]=^(_fccee .Data [_eaee ]|_ddba .Data [_cfac ]);_cfac ++;_eaee ++;};if _fbbd > 0{_ddba .Data [_cfac ]=_gfag (_ddba .Data [_cfac ],^(_fccee .Data [_eaee ]|_ddba .Data [_cfac ]),_bbe ); +};};case PixNotPixSrcAndDst :for _ceeg =0;_ceeg < _cca ;_ceeg ++{_eaee =_dbge +_ceeg *_fccee .BytesPerLine ;_cfac =_fbcc +_ceeg *_ddba .BytesPerLine ;for _gafc =0;_gafc < _dgae ;_gafc ++{_ddba .Data [_cfac ]=^(_fccee .Data [_eaee ]&_ddba .Data [_cfac ]); +_cfac ++;_eaee ++;};if _fbbd > 0{_ddba .Data [_cfac ]=_gfag (_ddba .Data [_cfac ],^(_fccee .Data [_eaee ]&_ddba .Data [_cfac ]),_bbe );};};case PixNotPixSrcXorDst :for _ceeg =0;_ceeg < _cca ;_ceeg ++{_eaee =_dbge +_ceeg *_fccee .BytesPerLine ;_cfac =_fbcc +_ceeg *_ddba .BytesPerLine ; +for _gafc =0;_gafc < _dgae ;_gafc ++{_ddba .Data [_cfac ]=^(_fccee .Data [_eaee ]^_ddba .Data [_cfac ]);_cfac ++;_eaee ++;};if _fbbd > 0{_ddba .Data [_cfac ]=_gfag (_ddba .Data [_cfac ],^(_fccee .Data [_eaee ]^_ddba .Data [_cfac ]),_bbe );};};default:_gf .Log .Debug ("\u0050\u0072ov\u0069\u0064\u0065d\u0020\u0069\u006e\u0076ali\u0064 r\u0061\u0073\u0074\u0065\u0072\u0020\u006fpe\u0072\u0061\u0074\u006f\u0072\u003a\u0020%\u0076",_dbbb ); +return _fb .New ("\u0069\u006e\u0076al\u0069\u0064\u0020\u0072\u0061\u0073\u0074\u0065\u0072\u0020\u006f\u0070\u0065\u0072\u0061\u0074\u006f\u0072");};return nil ;};type Histogramer interface{Histogram ()[256]int ;};func (_bdbba *Monochrome )Histogram ()(_dgdf [256]int ){for _ ,_dece :=range _bdbba .Data {_dgdf [0xff]+=int (_cgdg [_bdbba .Data [_dece ]]); +};return _dgdf ;};func (_dbdd *RGBA32 )RGBAAt (x ,y int )_b .RGBA {_dccb ,_ :=ColorAtRGBA32 (x ,y ,_dbdd .Width ,_dbdd .Data ,_dbdd .Alpha ,_dbdd .Decode );return _dccb ;};func (_gdae *NRGBA16 )setNRGBA (_acge ,_fccg ,_dfdcf int ,_eaagf _b .NRGBA ){if _acge *3%2==0{_gdae .Data [_dfdcf ]=(_eaagf .R >>4)<<4|(_eaagf .G >>4); +_gdae .Data [_dfdcf +1]=(_eaagf .B >>4)<<4|(_gdae .Data [_dfdcf +1]&0xf);}else {_gdae .Data [_dfdcf ]=(_gdae .Data [_dfdcf ]&0xf0)|(_eaagf .R >>4);_gdae .Data [_dfdcf +1]=(_eaagf .G >>4)<<4|(_eaagf .B >>4);};if _gdae .Alpha !=nil {_bag :=_fccg *BytesPerLine (_gdae .Width ,4,1); +if _bag < len (_gdae .Alpha ){if _acge %2==0{_gdae .Alpha [_bag ]=(_eaagf .A >>uint (4))<>uint (4));};};};};func _acf (_bg *Monochrome ,_ecb ,_eg int )(*Monochrome ,error ){if _bg ==nil {return nil ,_fb .New ("\u0073o\u0075r\u0063\u0065\u0020\u006e\u006ft\u0020\u0064e\u0066\u0069\u006e\u0065\u0064"); +};if _ecb <=0||_eg <=0{return nil ,_fb .New ("\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0073\u0063\u0061l\u0065\u0020\u0066\u0061\u0063\u0074\u006f\u0072\u003a\u0020<\u003d\u0020\u0030");};if _ecb ==_eg {if _ecb ==1{return _bg .copy (),nil ;};if _ecb ==2||_ecb ==4||_ecb ==8{_cg ,_geb :=_cb (_bg ,_ecb ); +if _geb !=nil {return nil ,_geb ;};return _cg ,nil ;};};_cbg :=_ecb *_bg .Width ;_cab :=_eg *_bg .Height ;_be :=_ceg (_cbg ,_cab );_cff :=_be .BytesPerLine ;var (_db ,_ab ,_dge ,_cde ,_egf int ;_ef byte ;_afe error ;);for _ab =0;_ab < _bg .Height ;_ab ++{_db =_eg *_ab *_cff ; +for _dge =0;_dge < _bg .Width ;_dge ++{if _bge :=_bg .getBitAt (_dge ,_ab );_bge {_egf =_ecb *_dge ;for _cde =0;_cde < _ecb ;_cde ++{_be .setIndexedBit (_db *8+_egf +_cde );};};};for _cde =1;_cde < _eg ;_cde ++{_cdg :=_db +_cde *_cff ;for _ddc :=0;_ddc < _cff ; +_ddc ++{if _ef ,_afe =_be .getByte (_db +_ddc );_afe !=nil {return nil ,_afe ;};if _afe =_be .setByte (_cdg +_ddc ,_ef );_afe !=nil {return nil ,_afe ;};};};};return _be ,nil ;};func (_fbgbe *RGBA32 )Copy ()Image {return &RGBA32 {ImageBase :_fbgbe .copy ()}}; +var _ _e .Image =&NRGBA16 {};func _cdag (_adgg _b .Gray )_b .Gray {_adgg .Y >>=4;_adgg .Y |=_adgg .Y <<4;return _adgg };var _ Image =&Monochrome {};func _dag (_fcf _e .Image )(Image ,error ){if _bbaa ,_ecef :=_fcf .(*NRGBA64 );_ecef {return _bbaa .Copy (),nil ; +};_becfc ,_aaccc ,_efebd :=_ecfef (_fcf ,2);_ebed ,_gbgde :=NewImage (_becfc .Max .X ,_becfc .Max .Y ,16,3,nil ,_efebd ,nil );if _gbgde !=nil {return nil ,_gbgde ;};_dceg (_fcf ,_ebed ,_becfc );if len (_efebd )!=0&&!_aaccc {if _aagbb :=_dceb (_efebd ,_ebed ); +_aagbb !=nil {return nil ,_aagbb ;};};return _ebed ,nil ;};func _fbda (_afeg RGBA ,_eeccf Gray ,_dfcd _e .Rectangle ){for _eeg :=0;_eeg < _dfcd .Max .X ;_eeg ++{for _feec :=0;_feec < _dfcd .Max .Y ;_feec ++{_ece :=_gbcb (_afeg .RGBAAt (_eeg ,_feec ));_eeccf .SetGray (_eeg ,_feec ,_ece ); +};};};func (_ecbd *ImageBase )HasAlpha ()bool {if _ecbd .Alpha ==nil {return false ;};for _afff :=range _ecbd .Alpha {if _ecbd .Alpha [_afff ]!=0xff{return true ;};};return false ;};type NRGBA64 struct{ImageBase };func (_ggga *NRGBA64 )NRGBA64At (x ,y int )_b .NRGBA64 {_fdfdb ,_ :=ColorAtNRGBA64 (x ,y ,_ggga .Width ,_ggga .Data ,_ggga .Alpha ,_ggga .Decode ); +return _fdfdb ;};func (_fdaa *NRGBA64 )Base ()*ImageBase {return &_fdaa .ImageBase };func _agab (_ddf _b .NYCbCrA )_b .NRGBA {_bgg :=int32 (_ddf .Y )*0x10101;_bgbc :=int32 (_ddf .Cb )-128;_bac :=int32 (_ddf .Cr )-128;_dfgd :=_bgg +91881*_bac ;if uint32 (_dfgd )&0xff000000==0{_dfgd >>=8; +}else {_dfgd =^(_dfgd >>31)&0xffff;};_beac :=_bgg -22554*_bgbc -46802*_bac ;if uint32 (_beac )&0xff000000==0{_beac >>=8;}else {_beac =^(_beac >>31)&0xffff;};_eccg :=_bgg +116130*_bgbc ;if uint32 (_eccg )&0xff000000==0{_eccg >>=8;}else {_eccg =^(_eccg >>31)&0xffff; +};return _b .NRGBA {R :uint8 (_dfgd >>8),G :uint8 (_beac >>8),B :uint8 (_eccg >>8),A :_ddf .A };};func (_gcfdc *NRGBA64 )ColorModel ()_b .Model {return _b .NRGBA64Model };func _badc (_ecadb _e .Image ,_agfc Image ,_aefg _e .Rectangle ){if _gagbd ,_fgfa :=_ecadb .(SMasker ); +_fgfa &&_gagbd .HasAlpha (){_agfc .(SMasker ).MakeAlpha ();};switch _ebgbb :=_ecadb .(type ){case Gray :_ggcb (_ebgbb ,_agfc .(NRGBA ),_aefg );case NRGBA :_gfgg (_ebgbb ,_agfc .(NRGBA ),_aefg );case *_e .NYCbCrA :_gaac (_ebgbb ,_agfc .(NRGBA ),_aefg ); +case CMYK :_dabeg (_ebgbb ,_agfc .(NRGBA ),_aefg );case RGBA :_aebc (_ebgbb ,_agfc .(NRGBA ),_aefg );case nrgba64 :_fbca (_ebgbb ,_agfc .(NRGBA ),_aefg );default:_agc (_ecadb ,_agfc ,_aefg );};};func AutoThresholdTriangle (histogram [256]int )uint8 {var _cgegg ,_fbefd ,_dbgag ,_dacc int ; +for _fcbg :=0;_fcbg < len (histogram );_fcbg ++{if histogram [_fcbg ]> 0{_cgegg =_fcbg ;break ;};};if _cgegg > 0{_cgegg --;};for _cgddf :=255;_cgddf > 0;_cgddf --{if histogram [_cgddf ]> 0{_dacc =_cgddf ;break ;};};if _dacc < 255{_dacc ++;};for _cgcf :=0; +_cgcf < 256;_cgcf ++{if histogram [_cgcf ]> _fbefd {_dbgag =_cgcf ;_fbefd =histogram [_cgcf ];};};var _cegd bool ;if (_dbgag -_cgegg )< (_dacc -_dbgag ){_cegd =true ;var _fgcgb int ;_aadb :=255;for _fgcgb < _aadb {_dcegb :=histogram [_fgcgb ];histogram [_fgcgb ]=histogram [_aadb ]; +histogram [_aadb ]=_dcegb ;_fgcgb ++;_aadb --;};_cgegg =255-_dacc ;_dbgag =255-_dbgag ;};if _cgegg ==_dbgag {return uint8 (_cgegg );};_fafb :=float64 (histogram [_dbgag ]);_bbed :=float64 (_cgegg -_dbgag );_fdac :=_c .Sqrt (_fafb *_fafb +_bbed *_bbed ); +_fafb /=_fdac ;_bbed /=_fdac ;_fdac =_fafb *float64 (_cgegg )+_bbed *float64 (histogram [_cgegg ]);_adca :=_cgegg ;var _geag float64 ;for _ceacd :=_cgegg +1;_ceacd <=_dbgag ;_ceacd ++{_dfad :=_fafb *float64 (_ceacd )+_bbed *float64 (histogram [_ceacd ])-_fdac ; +if _dfad > _geag {_adca =_ceacd ;_geag =_dfad ;};};_adca --;if _cegd {var _ggdaa int ;_beee :=255;for _ggdaa < _beee {_aefdg :=histogram [_ggdaa ];histogram [_ggdaa ]=histogram [_beee ];histogram [_beee ]=_aefdg ;_ggdaa ++;_beee --;};return uint8 (255-_adca ); +};return uint8 (_adca );};func (_fceb *CMYK32 )CMYKAt (x ,y int )_b .CMYK {_fbceb ,_ :=ColorAtCMYK (x ,y ,_fceb .Width ,_fceb .Data ,_fceb .Decode );return _fbceb ;};func (_aagf *Gray16 )ColorAt (x ,y int )(_b .Color ,error ){return ColorAtGray16BPC (x ,y ,_aagf .BytesPerLine ,_aagf .Data ,_aagf .Decode ); +};func ImgToGray (i _e .Image )*_e .Gray {if _fcdc ,_baad :=i .(*_e .Gray );_baad {return _fcdc ;};_gcae :=i .Bounds ();_agcb :=_e .NewGray (_gcae );for _cbcg :=0;_cbcg < _gcae .Max .X ;_cbcg ++{for _eggdg :=0;_eggdg < _gcae .Max .Y ;_eggdg ++{_cgge :=i .At (_cbcg ,_eggdg ); +_agcb .Set (_cbcg ,_eggdg ,_cgge );};};return _agcb ;};func _dgde (_adda _b .Gray )_b .CMYK {return _b .CMYK {K :0xff-_adda .Y }};func (_bbag *NRGBA32 )SetNRGBA (x ,y int ,c _b .NRGBA ){_gecc :=y *_bbag .Width +x ;_ccee :=3*_gecc ;if _ccee +2>=len (_bbag .Data ){return ; +};_bbag .setRGBA (_gecc ,c );};func _bccb (_aaeea *_e .NYCbCrA ,_eafd RGBA ,_bgec _e .Rectangle ){for _facae :=0;_facae < _bgec .Max .X ;_facae ++{for _ebeg :=0;_ebeg < _bgec .Max .Y ;_ebeg ++{_cbad :=_aaeea .NYCbCrAAt (_facae ,_ebeg );_eafd .SetRGBA (_facae ,_ebeg ,_cfg (_cbad )); +};};};func _fbde (_bdfc NRGBA ,_afdg RGBA ,_fgabg _e .Rectangle ){for _aebf :=0;_aebf < _fgabg .Max .X ;_aebf ++{for _baab :=0;_baab < _fgabg .Max .Y ;_baab ++{_gaadg :=_bdfc .NRGBAAt (_aebf ,_baab );_afdg .SetRGBA (_aebf ,_baab ,_fee (_gaadg ));};};}; +func _cace (_afbd *Monochrome ,_dedb ,_bffbc int ,_bbef ,_eebae int ,_gece RasterOperator ){var (_ggbba bool ;_egfb bool ;_geed int ;_gbdd int ;_efcc int ;_dfb int ;_abea bool ;_ecae byte ;);_afffc :=8-(_dedb &7);_fbge :=_fdfd [_afffc ];_ccaa :=_afbd .BytesPerLine *_bffbc +(_dedb >>3); +if _bbef < _afffc {_ggbba =true ;_fbge &=_gbfg [8-_afffc +_bbef ];};if !_ggbba {_geed =(_bbef -_afffc )>>3;if _geed !=0{_egfb =true ;_gbdd =_ccaa +1;};};_efcc =(_dedb +_bbef )&7;if !(_ggbba ||_efcc ==0){_abea =true ;_ecae =_gbfg [_efcc ];_dfb =_ccaa +1+_geed ; +};var _bga ,_fafa int ;switch _gece {case PixClr :for _bga =0;_bga < _eebae ;_bga ++{_afbd .Data [_ccaa ]=_gfag (_afbd .Data [_ccaa ],0x0,_fbge );_ccaa +=_afbd .BytesPerLine ;};if _egfb {for _bga =0;_bga < _eebae ;_bga ++{for _fafa =0;_fafa < _geed ;_fafa ++{_afbd .Data [_gbdd +_fafa ]=0x0; +};_gbdd +=_afbd .BytesPerLine ;};};if _abea {for _bga =0;_bga < _eebae ;_bga ++{_afbd .Data [_dfb ]=_gfag (_afbd .Data [_dfb ],0x0,_ecae );_dfb +=_afbd .BytesPerLine ;};};case PixSet :for _bga =0;_bga < _eebae ;_bga ++{_afbd .Data [_ccaa ]=_gfag (_afbd .Data [_ccaa ],0xff,_fbge ); +_ccaa +=_afbd .BytesPerLine ;};if _egfb {for _bga =0;_bga < _eebae ;_bga ++{for _fafa =0;_fafa < _geed ;_fafa ++{_afbd .Data [_gbdd +_fafa ]=0xff;};_gbdd +=_afbd .BytesPerLine ;};};if _abea {for _bga =0;_bga < _eebae ;_bga ++{_afbd .Data [_dfb ]=_gfag (_afbd .Data [_dfb ],0xff,_ecae ); +_dfb +=_afbd .BytesPerLine ;};};case PixNotDst :for _bga =0;_bga < _eebae ;_bga ++{_afbd .Data [_ccaa ]=_gfag (_afbd .Data [_ccaa ],^_afbd .Data [_ccaa ],_fbge );_ccaa +=_afbd .BytesPerLine ;};if _egfb {for _bga =0;_bga < _eebae ;_bga ++{for _fafa =0;_fafa < _geed ; +_fafa ++{_afbd .Data [_gbdd +_fafa ]=^(_afbd .Data [_gbdd +_fafa ]);};_gbdd +=_afbd .BytesPerLine ;};};if _abea {for _bga =0;_bga < _eebae ;_bga ++{_afbd .Data [_dfb ]=_gfag (_afbd .Data [_dfb ],^_afbd .Data [_dfb ],_ecae );_dfb +=_afbd .BytesPerLine ; +};};};};func (_fgb *Gray8 )SetGray (x ,y int ,g _b .Gray ){_gbgg :=y *_fgb .BytesPerLine +x ;if _gbgg > len (_fgb .Data )-1{return ;};_fgb .Data [_gbgg ]=g .Y ;};func ColorAtNRGBA32 (x ,y ,width int ,data ,alpha []byte ,decode []float64 )(_b .NRGBA ,error ){_ffdd :=y *width +x ; +_adcf :=3*_ffdd ;if _adcf +2>=len (data ){return _b .NRGBA {},_ec .Errorf ("\u0069\u006d\u0061\u0067\u0065\u0020\u0063\u006f\u006f\u0072\u0064\u0069\u006ea\u0074\u0065\u0073\u0020\u006f\u0075t\u0020\u006f\u0066\u0020\u0072\u0061\u006e\u0067\u0065\u0020\u0028\u0025\u0064,\u0020\u0025\u0064\u0029",x ,y ); +};_befe :=uint8 (0xff);if alpha !=nil &&len (alpha )> _ffdd {_befe =alpha [_ffdd ];};_bcae ,_bcbb ,_bgbb :=data [_adcf ],data [_adcf +1],data [_adcf +2];if len (decode )==6{_bcge :=LinearInterpolate (float64 (_bcae ),0,255.0,decode [0],decode [1]);_bbfg :=LinearInterpolate (float64 (_bcbb ),0,255.0,decode [2],decode [3]); +_ecdf :=LinearInterpolate (float64 (_bgbb ),0,255.0,decode [4],decode [5]);if _bcge <=1.0&&_bbfg <=1.0&&_ecdf <=1.0{_bcge *=255.0;_bbfg *=255.0;_ecdf *=255.0;};_bcae =uint8 (_bcge )&0xff;_bcbb =uint8 (_bbfg )&0xff;_bgbb =uint8 (_ecdf )&0xff;};return _b .NRGBA {R :_bcae ,G :_bcbb ,B :_bgbb ,A :_befe },nil ; +};func (_daef *NRGBA32 )Base ()*ImageBase {return &_daef .ImageBase };func (_fgcg *monochromeThresholdConverter )Convert (img _e .Image )(Image ,error ){if _ada ,_fgdb :=img .(*Monochrome );_fgdb {return _ada .Copy (),nil ;};_cfa :=img .Bounds ();_cfea ,_dba :=NewImage (_cfa .Max .X ,_cfa .Max .Y ,1,1,nil ,nil ,nil ); +if _dba !=nil {return nil ,_dba ;};_cfea .(*Monochrome ).ModelThreshold =_fgcg .Threshold ;for _dbe :=0;_dbe < _cfa .Max .X ;_dbe ++{for _ecd :=0;_ecd < _cfa .Max .Y ;_ecd ++{_fdda :=img .At (_dbe ,_ecd );_cfea .Set (_dbe ,_ecd ,_fdda );};};return _cfea ,nil ; +};func _cfd (_gge _b .NRGBA )_b .CMYK {_bcb ,_ceba ,_egfa ,_ :=_gge .RGBA ();_ddbf ,_ecgd ,_eed ,_aggfb :=_b .RGBToCMYK (uint8 (_bcb >>8),uint8 (_ceba >>8),uint8 (_egfa >>8));return _b .CMYK {C :_ddbf ,M :_ecgd ,Y :_eed ,K :_aggfb };};func (_deaf *RGBA32 )Base ()*ImageBase {return &_deaf .ImageBase }; +func (_egce *ImageBase )GetAlpha ()[]byte {return _egce .Alpha };func _geg (_bcgdd _b .NRGBA )_b .Gray {var _aab _b .NRGBA ;if _bcgdd ==_aab {return _b .Gray {Y :0xff};};_bcga ,_ccb ,_gdbb ,_ :=_bcgdd .RGBA ();_dbde :=(19595*_bcga +38470*_ccb +7471*_gdbb +1<<15)>>24; +return _b .Gray {Y :uint8 (_dbde )};};func (_gdbc *Gray2 )SetGray (x ,y int ,gray _b .Gray ){_dgdg :=_afdb (gray );_bbab :=y *_gdbc .BytesPerLine ;_ddbd :=_bbab +(x >>2);if _ddbd >=len (_gdbc .Data ){return ;};_ebgb :=_dgdg .Y >>6;_gdbc .Data [_ddbd ]=(_gdbc .Data [_ddbd ]&(^(0xc0>>uint (2*((x )&3)))))|(_ebgb <=len (_dabe .Data ){return ;};_bgd :=_b .CMYKModel .Convert (c ).(_b .CMYK );_dabe .Data [_fda ]=_bgd .C ; +_dabe .Data [_fda +1]=_bgd .M ;_dabe .Data [_fda +2]=_bgd .Y ;_dabe .Data [_fda +3]=_bgd .K ;};func (_ace *Gray4 )ColorAt (x ,y int )(_b .Color ,error ){return ColorAtGray4BPC (x ,y ,_ace .BytesPerLine ,_ace .Data ,_ace .Decode );};func _eeae (_ceb Gray ,_bdd CMYK ,_dcb _e .Rectangle ){for _eba :=0; +_eba < _dcb .Max .X ;_eba ++{for _bec :=0;_bec < _dcb .Max .Y ;_bec ++{_cdb :=_ceb .GrayAt (_eba ,_bec );_bdd .SetCMYK (_eba ,_bec ,_dgde (_cdb ));};};};func IsPowerOf2 (n uint )bool {return n > 0&&(n &(n -1))==0};func _fagc (_ageg ,_adcfa uint8 )uint8 {if _ageg < _adcfa {return 255; +};return 0;};func ConverterFunc (converterFunc func (_bee _e .Image )(Image ,error ))ColorConverter {return colorConverter {_aff :converterFunc };};func (_fbgg *RGBA32 )ColorModel ()_b .Model {return _b .NRGBAModel };func _cgfed (_eceb *Monochrome ,_fbga ,_ddgeg ,_eegd ,_gbadg int ,_daeg RasterOperator ,_gfff *Monochrome ,_cbda ,_ecdc int )error {var (_ddfg bool ; +_bdfa bool ;_cagg byte ;_acbc int ;_gega int ;_ccff int ;_ggaf int ;_deed bool ;_ceecg int ;_aecd int ;_bbgdd int ;_cbcf bool ;_adeef byte ;_gbbbg int ;_cagd int ;_egbf int ;_bebf byte ;_gbce int ;_ebbe int ;_aeab uint ;_eadb uint ;_geef byte ;_gcbe shift ; +_cgdgg bool ;_bcbg bool ;_edg ,_afbb int ;);if _cbda &7!=0{_ebbe =8-(_cbda &7);};if _fbga &7!=0{_gega =8-(_fbga &7);};if _ebbe ==0&&_gega ==0{_geef =_fdfd [0];}else {if _gega > _ebbe {_aeab =uint (_gega -_ebbe );}else {_aeab =uint (8-(_ebbe -_gega ));}; +_eadb =8-_aeab ;_geef =_fdfd [_aeab ];};if (_fbga &7)!=0{_ddfg =true ;_acbc =8-(_fbga &7);_cagg =_fdfd [_acbc ];_ccff =_eceb .BytesPerLine *_ddgeg +(_fbga >>3);_ggaf =_gfff .BytesPerLine *_ecdc +(_cbda >>3);_gbce =8-(_cbda &7);if _acbc > _gbce {_gcbe =_deda ; +if _eegd >=_ebbe {_cgdgg =true ;};}else {_gcbe =_gegb ;};};if _eegd < _acbc {_bdfa =true ;_cagg &=_gbfg [8-_acbc +_eegd ];};if !_bdfa {_ceecg =(_eegd -_acbc )>>3;if _ceecg !=0{_deed =true ;_aecd =_eceb .BytesPerLine *_ddgeg +((_fbga +_gega )>>3);_bbgdd =_gfff .BytesPerLine *_ecdc +((_cbda +_gega )>>3); +};};_gbbbg =(_fbga +_eegd )&7;if !(_bdfa ||_gbbbg ==0){_cbcf =true ;_adeef =_gbfg [_gbbbg ];_cagd =_eceb .BytesPerLine *_ddgeg +((_fbga +_gega )>>3)+_ceecg ;_egbf =_gfff .BytesPerLine *_ecdc +((_cbda +_gega )>>3)+_ceecg ;if _gbbbg > int (_eadb ){_bcbg =true ; +};};switch _daeg {case PixSrc :if _ddfg {for _edg =0;_edg < _gbadg ;_edg ++{if _gcbe ==_deda {_bebf =_gfff .Data [_ggaf ]<<_aeab ;if _cgdgg {_bebf =_gfag (_bebf ,_gfff .Data [_ggaf +1]>>_eadb ,_geef );};}else {_bebf =_gfff .Data [_ggaf ]>>_eadb ;};_eceb .Data [_ccff ]=_gfag (_eceb .Data [_ccff ],_bebf ,_cagg ); +_ccff +=_eceb .BytesPerLine ;_ggaf +=_gfff .BytesPerLine ;};};if _deed {for _edg =0;_edg < _gbadg ;_edg ++{for _afbb =0;_afbb < _ceecg ;_afbb ++{_bebf =_gfag (_gfff .Data [_bbgdd +_afbb ]<<_aeab ,_gfff .Data [_bbgdd +_afbb +1]>>_eadb ,_geef );_eceb .Data [_aecd +_afbb ]=_bebf ; +};_aecd +=_eceb .BytesPerLine ;_bbgdd +=_gfff .BytesPerLine ;};};if _cbcf {for _edg =0;_edg < _gbadg ;_edg ++{_bebf =_gfff .Data [_egbf ]<<_aeab ;if _bcbg {_bebf =_gfag (_bebf ,_gfff .Data [_egbf +1]>>_eadb ,_geef );};_eceb .Data [_cagd ]=_gfag (_eceb .Data [_cagd ],_bebf ,_adeef ); +_cagd +=_eceb .BytesPerLine ;_egbf +=_gfff .BytesPerLine ;};};case PixNotSrc :if _ddfg {for _edg =0;_edg < _gbadg ;_edg ++{if _gcbe ==_deda {_bebf =_gfff .Data [_ggaf ]<<_aeab ;if _cgdgg {_bebf =_gfag (_bebf ,_gfff .Data [_ggaf +1]>>_eadb ,_geef );};}else {_bebf =_gfff .Data [_ggaf ]>>_eadb ; +};_eceb .Data [_ccff ]=_gfag (_eceb .Data [_ccff ],^_bebf ,_cagg );_ccff +=_eceb .BytesPerLine ;_ggaf +=_gfff .BytesPerLine ;};};if _deed {for _edg =0;_edg < _gbadg ;_edg ++{for _afbb =0;_afbb < _ceecg ;_afbb ++{_bebf =_gfag (_gfff .Data [_bbgdd +_afbb ]<<_aeab ,_gfff .Data [_bbgdd +_afbb +1]>>_eadb ,_geef ); +_eceb .Data [_aecd +_afbb ]=^_bebf ;};_aecd +=_eceb .BytesPerLine ;_bbgdd +=_gfff .BytesPerLine ;};};if _cbcf {for _edg =0;_edg < _gbadg ;_edg ++{_bebf =_gfff .Data [_egbf ]<<_aeab ;if _bcbg {_bebf =_gfag (_bebf ,_gfff .Data [_egbf +1]>>_eadb ,_geef ); +};_eceb .Data [_cagd ]=_gfag (_eceb .Data [_cagd ],^_bebf ,_adeef );_cagd +=_eceb .BytesPerLine ;_egbf +=_gfff .BytesPerLine ;};};case PixSrcOrDst :if _ddfg {for _edg =0;_edg < _gbadg ;_edg ++{if _gcbe ==_deda {_bebf =_gfff .Data [_ggaf ]<<_aeab ;if _cgdgg {_bebf =_gfag (_bebf ,_gfff .Data [_ggaf +1]>>_eadb ,_geef ); +};}else {_bebf =_gfff .Data [_ggaf ]>>_eadb ;};_eceb .Data [_ccff ]=_gfag (_eceb .Data [_ccff ],_bebf |_eceb .Data [_ccff ],_cagg );_ccff +=_eceb .BytesPerLine ;_ggaf +=_gfff .BytesPerLine ;};};if _deed {for _edg =0;_edg < _gbadg ;_edg ++{for _afbb =0; +_afbb < _ceecg ;_afbb ++{_bebf =_gfag (_gfff .Data [_bbgdd +_afbb ]<<_aeab ,_gfff .Data [_bbgdd +_afbb +1]>>_eadb ,_geef );_eceb .Data [_aecd +_afbb ]|=_bebf ;};_aecd +=_eceb .BytesPerLine ;_bbgdd +=_gfff .BytesPerLine ;};};if _cbcf {for _edg =0;_edg < _gbadg ; +_edg ++{_bebf =_gfff .Data [_egbf ]<<_aeab ;if _bcbg {_bebf =_gfag (_bebf ,_gfff .Data [_egbf +1]>>_eadb ,_geef );};_eceb .Data [_cagd ]=_gfag (_eceb .Data [_cagd ],_bebf |_eceb .Data [_cagd ],_adeef );_cagd +=_eceb .BytesPerLine ;_egbf +=_gfff .BytesPerLine ; +};};case PixSrcAndDst :if _ddfg {for _edg =0;_edg < _gbadg ;_edg ++{if _gcbe ==_deda {_bebf =_gfff .Data [_ggaf ]<<_aeab ;if _cgdgg {_bebf =_gfag (_bebf ,_gfff .Data [_ggaf +1]>>_eadb ,_geef );};}else {_bebf =_gfff .Data [_ggaf ]>>_eadb ;};_eceb .Data [_ccff ]=_gfag (_eceb .Data [_ccff ],_bebf &_eceb .Data [_ccff ],_cagg ); +_ccff +=_eceb .BytesPerLine ;_ggaf +=_gfff .BytesPerLine ;};};if _deed {for _edg =0;_edg < _gbadg ;_edg ++{for _afbb =0;_afbb < _ceecg ;_afbb ++{_bebf =_gfag (_gfff .Data [_bbgdd +_afbb ]<<_aeab ,_gfff .Data [_bbgdd +_afbb +1]>>_eadb ,_geef );_eceb .Data [_aecd +_afbb ]&=_bebf ; +};_aecd +=_eceb .BytesPerLine ;_bbgdd +=_gfff .BytesPerLine ;};};if _cbcf {for _edg =0;_edg < _gbadg ;_edg ++{_bebf =_gfff .Data [_egbf ]<<_aeab ;if _bcbg {_bebf =_gfag (_bebf ,_gfff .Data [_egbf +1]>>_eadb ,_geef );};_eceb .Data [_cagd ]=_gfag (_eceb .Data [_cagd ],_bebf &_eceb .Data [_cagd ],_adeef ); +_cagd +=_eceb .BytesPerLine ;_egbf +=_gfff .BytesPerLine ;};};case PixSrcXorDst :if _ddfg {for _edg =0;_edg < _gbadg ;_edg ++{if _gcbe ==_deda {_bebf =_gfff .Data [_ggaf ]<<_aeab ;if _cgdgg {_bebf =_gfag (_bebf ,_gfff .Data [_ggaf +1]>>_eadb ,_geef );}; +}else {_bebf =_gfff .Data [_ggaf ]>>_eadb ;};_eceb .Data [_ccff ]=_gfag (_eceb .Data [_ccff ],_bebf ^_eceb .Data [_ccff ],_cagg );_ccff +=_eceb .BytesPerLine ;_ggaf +=_gfff .BytesPerLine ;};};if _deed {for _edg =0;_edg < _gbadg ;_edg ++{for _afbb =0;_afbb < _ceecg ; +_afbb ++{_bebf =_gfag (_gfff .Data [_bbgdd +_afbb ]<<_aeab ,_gfff .Data [_bbgdd +_afbb +1]>>_eadb ,_geef );_eceb .Data [_aecd +_afbb ]^=_bebf ;};_aecd +=_eceb .BytesPerLine ;_bbgdd +=_gfff .BytesPerLine ;};};if _cbcf {for _edg =0;_edg < _gbadg ;_edg ++{_bebf =_gfff .Data [_egbf ]<<_aeab ; +if _bcbg {_bebf =_gfag (_bebf ,_gfff .Data [_egbf +1]>>_eadb ,_geef );};_eceb .Data [_cagd ]=_gfag (_eceb .Data [_cagd ],_bebf ^_eceb .Data [_cagd ],_adeef );_cagd +=_eceb .BytesPerLine ;_egbf +=_gfff .BytesPerLine ;};};case PixNotSrcOrDst :if _ddfg {for _edg =0; +_edg < _gbadg ;_edg ++{if _gcbe ==_deda {_bebf =_gfff .Data [_ggaf ]<<_aeab ;if _cgdgg {_bebf =_gfag (_bebf ,_gfff .Data [_ggaf +1]>>_eadb ,_geef );};}else {_bebf =_gfff .Data [_ggaf ]>>_eadb ;};_eceb .Data [_ccff ]=_gfag (_eceb .Data [_ccff ],^_bebf |_eceb .Data [_ccff ],_cagg ); +_ccff +=_eceb .BytesPerLine ;_ggaf +=_gfff .BytesPerLine ;};};if _deed {for _edg =0;_edg < _gbadg ;_edg ++{for _afbb =0;_afbb < _ceecg ;_afbb ++{_bebf =_gfag (_gfff .Data [_bbgdd +_afbb ]<<_aeab ,_gfff .Data [_bbgdd +_afbb +1]>>_eadb ,_geef );_eceb .Data [_aecd +_afbb ]|=^_bebf ; +};_aecd +=_eceb .BytesPerLine ;_bbgdd +=_gfff .BytesPerLine ;};};if _cbcf {for _edg =0;_edg < _gbadg ;_edg ++{_bebf =_gfff .Data [_egbf ]<<_aeab ;if _bcbg {_bebf =_gfag (_bebf ,_gfff .Data [_egbf +1]>>_eadb ,_geef );};_eceb .Data [_cagd ]=_gfag (_eceb .Data [_cagd ],^_bebf |_eceb .Data [_cagd ],_adeef ); +_cagd +=_eceb .BytesPerLine ;_egbf +=_gfff .BytesPerLine ;};};case PixNotSrcAndDst :if _ddfg {for _edg =0;_edg < _gbadg ;_edg ++{if _gcbe ==_deda {_bebf =_gfff .Data [_ggaf ]<<_aeab ;if _cgdgg {_bebf =_gfag (_bebf ,_gfff .Data [_ggaf +1]>>_eadb ,_geef ); +};}else {_bebf =_gfff .Data [_ggaf ]>>_eadb ;};_eceb .Data [_ccff ]=_gfag (_eceb .Data [_ccff ],^_bebf &_eceb .Data [_ccff ],_cagg );_ccff +=_eceb .BytesPerLine ;_ggaf +=_gfff .BytesPerLine ;};};if _deed {for _edg =0;_edg < _gbadg ;_edg ++{for _afbb =0; +_afbb < _ceecg ;_afbb ++{_bebf =_gfag (_gfff .Data [_bbgdd +_afbb ]<<_aeab ,_gfff .Data [_bbgdd +_afbb +1]>>_eadb ,_geef );_eceb .Data [_aecd +_afbb ]&=^_bebf ;};_aecd +=_eceb .BytesPerLine ;_bbgdd +=_gfff .BytesPerLine ;};};if _cbcf {for _edg =0;_edg < _gbadg ; +_edg ++{_bebf =_gfff .Data [_egbf ]<<_aeab ;if _bcbg {_bebf =_gfag (_bebf ,_gfff .Data [_egbf +1]>>_eadb ,_geef );};_eceb .Data [_cagd ]=_gfag (_eceb .Data [_cagd ],^_bebf &_eceb .Data [_cagd ],_adeef );_cagd +=_eceb .BytesPerLine ;_egbf +=_gfff .BytesPerLine ; +};};case PixSrcOrNotDst :if _ddfg {for _edg =0;_edg < _gbadg ;_edg ++{if _gcbe ==_deda {_bebf =_gfff .Data [_ggaf ]<<_aeab ;if _cgdgg {_bebf =_gfag (_bebf ,_gfff .Data [_ggaf +1]>>_eadb ,_geef );};}else {_bebf =_gfff .Data [_ggaf ]>>_eadb ;};_eceb .Data [_ccff ]=_gfag (_eceb .Data [_ccff ],_bebf |^_eceb .Data [_ccff ],_cagg ); +_ccff +=_eceb .BytesPerLine ;_ggaf +=_gfff .BytesPerLine ;};};if _deed {for _edg =0;_edg < _gbadg ;_edg ++{for _afbb =0;_afbb < _ceecg ;_afbb ++{_bebf =_gfag (_gfff .Data [_bbgdd +_afbb ]<<_aeab ,_gfff .Data [_bbgdd +_afbb +1]>>_eadb ,_geef );_eceb .Data [_aecd +_afbb ]=_bebf |^_eceb .Data [_aecd +_afbb ]; +};_aecd +=_eceb .BytesPerLine ;_bbgdd +=_gfff .BytesPerLine ;};};if _cbcf {for _edg =0;_edg < _gbadg ;_edg ++{_bebf =_gfff .Data [_egbf ]<<_aeab ;if _bcbg {_bebf =_gfag (_bebf ,_gfff .Data [_egbf +1]>>_eadb ,_geef );};_eceb .Data [_cagd ]=_gfag (_eceb .Data [_cagd ],_bebf |^_eceb .Data [_cagd ],_adeef ); +_cagd +=_eceb .BytesPerLine ;_egbf +=_gfff .BytesPerLine ;};};case PixSrcAndNotDst :if _ddfg {for _edg =0;_edg < _gbadg ;_edg ++{if _gcbe ==_deda {_bebf =_gfff .Data [_ggaf ]<<_aeab ;if _cgdgg {_bebf =_gfag (_bebf ,_gfff .Data [_ggaf +1]>>_eadb ,_geef ); +};}else {_bebf =_gfff .Data [_ggaf ]>>_eadb ;};_eceb .Data [_ccff ]=_gfag (_eceb .Data [_ccff ],_bebf &^_eceb .Data [_ccff ],_cagg );_ccff +=_eceb .BytesPerLine ;_ggaf +=_gfff .BytesPerLine ;};};if _deed {for _edg =0;_edg < _gbadg ;_edg ++{for _afbb =0; +_afbb < _ceecg ;_afbb ++{_bebf =_gfag (_gfff .Data [_bbgdd +_afbb ]<<_aeab ,_gfff .Data [_bbgdd +_afbb +1]>>_eadb ,_geef );_eceb .Data [_aecd +_afbb ]=_bebf &^_eceb .Data [_aecd +_afbb ];};_aecd +=_eceb .BytesPerLine ;_bbgdd +=_gfff .BytesPerLine ;};}; +if _cbcf {for _edg =0;_edg < _gbadg ;_edg ++{_bebf =_gfff .Data [_egbf ]<<_aeab ;if _bcbg {_bebf =_gfag (_bebf ,_gfff .Data [_egbf +1]>>_eadb ,_geef );};_eceb .Data [_cagd ]=_gfag (_eceb .Data [_cagd ],_bebf &^_eceb .Data [_cagd ],_adeef );_cagd +=_eceb .BytesPerLine ; +_egbf +=_gfff .BytesPerLine ;};};case PixNotPixSrcOrDst :if _ddfg {for _edg =0;_edg < _gbadg ;_edg ++{if _gcbe ==_deda {_bebf =_gfff .Data [_ggaf ]<<_aeab ;if _cgdgg {_bebf =_gfag (_bebf ,_gfff .Data [_ggaf +1]>>_eadb ,_geef );};}else {_bebf =_gfff .Data [_ggaf ]>>_eadb ; +};_eceb .Data [_ccff ]=_gfag (_eceb .Data [_ccff ],^(_bebf |_eceb .Data [_ccff ]),_cagg );_ccff +=_eceb .BytesPerLine ;_ggaf +=_gfff .BytesPerLine ;};};if _deed {for _edg =0;_edg < _gbadg ;_edg ++{for _afbb =0;_afbb < _ceecg ;_afbb ++{_bebf =_gfag (_gfff .Data [_bbgdd +_afbb ]<<_aeab ,_gfff .Data [_bbgdd +_afbb +1]>>_eadb ,_geef ); +_eceb .Data [_aecd +_afbb ]=^(_bebf |_eceb .Data [_aecd +_afbb ]);};_aecd +=_eceb .BytesPerLine ;_bbgdd +=_gfff .BytesPerLine ;};};if _cbcf {for _edg =0;_edg < _gbadg ;_edg ++{_bebf =_gfff .Data [_egbf ]<<_aeab ;if _bcbg {_bebf =_gfag (_bebf ,_gfff .Data [_egbf +1]>>_eadb ,_geef ); +};_eceb .Data [_cagd ]=_gfag (_eceb .Data [_cagd ],^(_bebf |_eceb .Data [_cagd ]),_adeef );_cagd +=_eceb .BytesPerLine ;_egbf +=_gfff .BytesPerLine ;};};case PixNotPixSrcAndDst :if _ddfg {for _edg =0;_edg < _gbadg ;_edg ++{if _gcbe ==_deda {_bebf =_gfff .Data [_ggaf ]<<_aeab ; +if _cgdgg {_bebf =_gfag (_bebf ,_gfff .Data [_ggaf +1]>>_eadb ,_geef );};}else {_bebf =_gfff .Data [_ggaf ]>>_eadb ;};_eceb .Data [_ccff ]=_gfag (_eceb .Data [_ccff ],^(_bebf &_eceb .Data [_ccff ]),_cagg );_ccff +=_eceb .BytesPerLine ;_ggaf +=_gfff .BytesPerLine ; +};};if _deed {for _edg =0;_edg < _gbadg ;_edg ++{for _afbb =0;_afbb < _ceecg ;_afbb ++{_bebf =_gfag (_gfff .Data [_bbgdd +_afbb ]<<_aeab ,_gfff .Data [_bbgdd +_afbb +1]>>_eadb ,_geef );_eceb .Data [_aecd +_afbb ]=^(_bebf &_eceb .Data [_aecd +_afbb ]);}; +_aecd +=_eceb .BytesPerLine ;_bbgdd +=_gfff .BytesPerLine ;};};if _cbcf {for _edg =0;_edg < _gbadg ;_edg ++{_bebf =_gfff .Data [_egbf ]<<_aeab ;if _bcbg {_bebf =_gfag (_bebf ,_gfff .Data [_egbf +1]>>_eadb ,_geef );};_eceb .Data [_cagd ]=_gfag (_eceb .Data [_cagd ],^(_bebf &_eceb .Data [_cagd ]),_adeef ); +_cagd +=_eceb .BytesPerLine ;_egbf +=_gfff .BytesPerLine ;};};case PixNotPixSrcXorDst :if _ddfg {for _edg =0;_edg < _gbadg ;_edg ++{if _gcbe ==_deda {_bebf =_gfff .Data [_ggaf ]<<_aeab ;if _cgdgg {_bebf =_gfag (_bebf ,_gfff .Data [_ggaf +1]>>_eadb ,_geef ); +};}else {_bebf =_gfff .Data [_ggaf ]>>_eadb ;};_eceb .Data [_ccff ]=_gfag (_eceb .Data [_ccff ],^(_bebf ^_eceb .Data [_ccff ]),_cagg );_ccff +=_eceb .BytesPerLine ;_ggaf +=_gfff .BytesPerLine ;};};if _deed {for _edg =0;_edg < _gbadg ;_edg ++{for _afbb =0; +_afbb < _ceecg ;_afbb ++{_bebf =_gfag (_gfff .Data [_bbgdd +_afbb ]<<_aeab ,_gfff .Data [_bbgdd +_afbb +1]>>_eadb ,_geef );_eceb .Data [_aecd +_afbb ]=^(_bebf ^_eceb .Data [_aecd +_afbb ]);};_aecd +=_eceb .BytesPerLine ;_bbgdd +=_gfff .BytesPerLine ;}; +};if _cbcf {for _edg =0;_edg < _gbadg ;_edg ++{_bebf =_gfff .Data [_egbf ]<<_aeab ;if _bcbg {_bebf =_gfag (_bebf ,_gfff .Data [_egbf +1]>>_eadb ,_geef );};_eceb .Data [_cagd ]=_gfag (_eceb .Data [_cagd ],^(_bebf ^_eceb .Data [_cagd ]),_adeef );_cagd +=_eceb .BytesPerLine ; +_egbf +=_gfff .BytesPerLine ;};};default:_gf .Log .Debug ("\u004f\u0070e\u0072\u0061\u0074\u0069\u006f\u006e\u003a\u0020\u0027\u0025\u0064\u0027\u0020\u006e\u006f\u0074\u0020\u0070\u0065\u0072\u006d\u0069tt\u0065\u0064",_daeg );return _fb .New ("\u0072\u0061\u0073\u0074\u0065\u0072\u0020\u006f\u0070\u0065r\u0061\u0074\u0069\u006f\u006e\u0020\u006eo\u0074\u0020\u0070\u0065\u0072\u006d\u0069\u0074\u0074\u0065\u0064"); +};return nil ;};var _ Gray =&Gray8 {};func ColorAtGray2BPC (x ,y ,bytesPerLine int ,data []byte ,decode []float64 )(_b .Gray ,error ){_ecge :=y *bytesPerLine +x >>2;if _ecge >=len (data ){return _b .Gray {},_ec .Errorf ("\u0069\u006d\u0061\u0067\u0065\u0020\u0063\u006f\u006f\u0072\u0064\u0069\u006ea\u0074\u0065\u0073\u0020\u006f\u0075t\u0020\u006f\u0066\u0020\u0072\u0061\u006e\u0067\u0065\u0020\u0028\u0025\u0064,\u0020\u0025\u0064\u0029",x ,y ); +};_gdfd :=data [_ecge ]>>uint (6-(x &3)*2)&3;if len (decode )==2{_gdfd =uint8 (uint32 (LinearInterpolate (float64 (_gdfd ),0,3.0,decode [0],decode [1]))&3);};return _b .Gray {Y :_gdfd *85},nil ;};func ColorAtRGBA32 (x ,y ,width int ,data ,alpha []byte ,decode []float64 )(_b .RGBA ,error ){_bbgg :=y *width +x ; +_aaeb :=3*_bbgg ;if _aaeb +2>=len (data ){return _b .RGBA {},_ec .Errorf ("\u0069\u006d\u0061\u0067\u0065\u0020\u0063\u006f\u006f\u0072\u0064\u0069\u006ea\u0074\u0065\u0073\u0020\u006f\u0075t\u0020\u006f\u0066\u0020\u0072\u0061\u006e\u0067\u0065\u0020\u0028\u0025\u0064,\u0020\u0025\u0064\u0029",x ,y ); +};_facfb :=uint8 (0xff);if alpha !=nil &&len (alpha )> _bbgg {_facfb =alpha [_bbgg ];};_abcg ,_bggg ,_fdbe :=data [_aaeb ],data [_aaeb +1],data [_aaeb +2];if len (decode )==6{_abcg =uint8 (uint32 (LinearInterpolate (float64 (_abcg ),0,255,decode [0],decode [1]))&0xff); +_bggg =uint8 (uint32 (LinearInterpolate (float64 (_bggg ),0,255,decode [2],decode [3]))&0xff);_fdbe =uint8 (uint32 (LinearInterpolate (float64 (_fdbe ),0,255,decode [4],decode [5]))&0xff);};return _b .RGBA {R :_abcg ,G :_bggg ,B :_fdbe ,A :_facfb },nil ; +};func _afee (_gadd NRGBA ,_bffb Gray ,_acfg _e .Rectangle ){for _daf :=0;_daf < _acfg .Max .X ;_daf ++{for _edba :=0;_edba < _acfg .Max .Y ;_edba ++{_daab :=_ffcd (_gadd .NRGBAAt (_daf ,_edba ));_bffb .SetGray (_daf ,_edba ,_daab );};};};func (_acdc *CMYK32 )At (x ,y int )_b .Color {_gdf ,_ :=_acdc .ColorAt (x ,y ); +return _gdf };func (_cdbb *NRGBA32 )Set (x ,y int ,c _b .Color ){_eggd :=y *_cdbb .Width +x ;_ddcdb :=3*_eggd ;if _ddcdb +2>=len (_cdbb .Data ){return ;};_aaa :=_b .NRGBAModel .Convert (c ).(_b .NRGBA );_cdbb .setRGBA (_eggd ,_aaa );};var (_agf =_fe (); +_deb =_bb ();_bf =_fdb (););func _aag (_cdgf *Monochrome ,_eca int ,_gbd []byte )(_fea *Monochrome ,_eef error ){const _feg ="\u0072\u0065d\u0075\u0063\u0065R\u0061\u006e\u006b\u0042\u0069\u006e\u0061\u0072\u0079";if _cdgf ==nil {return nil ,_fb .New ("\u0073o\u0075\u0072\u0063\u0065 \u0062\u0069\u0074\u006d\u0061p\u0020n\u006ft\u0020\u0064\u0065\u0066\u0069\u006e\u0065d"); +};if _eca < 1||_eca > 4{return nil ,_fb .New ("\u006c\u0065\u0076\u0065\u006c\u0020\u006d\u0075\u0073\u0074 \u0062\u0065\u0020\u0069\u006e\u0020\u0073e\u0074\u0020\u007b\u0031\u002c\u0032\u002c\u0033\u002c\u0034\u007d");};if _cdgf .Height <=1{return nil ,_fb .New ("\u0073\u006f\u0075rc\u0065\u0020\u0068\u0065\u0069\u0067\u0068\u0074\u0020m\u0075s\u0074 \u0062e\u0020\u0061\u0074\u0020\u006c\u0065\u0061\u0073\u0074\u0020\u0027\u0032\u0027"); +};_fea =_ceg (_cdgf .Width /2,_cdgf .Height /2);if _gbd ==nil {_gbd =_fbcd ();};_facg :=_dbf (_cdgf .BytesPerLine ,2*_fea .BytesPerLine );switch _eca {case 1:_eef =_gbeg (_cdgf ,_fea ,_gbd ,_facg );case 2:_eef =_gcg (_cdgf ,_fea ,_gbd ,_facg );case 3:_eef =_bgee (_cdgf ,_fea ,_gbd ,_facg ); +case 4:_eef =_dce (_cdgf ,_fea ,_gbd ,_facg );};if _eef !=nil {return nil ,_eef ;};return _fea ,nil ;};func (_bbg *Monochrome )ReduceBinary (factor float64 )(*Monochrome ,error ){_gfc :=_fcbd (uint (factor ));if !IsPowerOf2 (uint (factor )){_gfc ++;};_edae :=make ([]int ,_gfc ); +for _egfad :=range _edae {_edae [_egfad ]=4;};_bcba ,_agdc :=_dfg (_bbg ,_edae ...);if _agdc !=nil {return nil ,_agdc ;};return _bcba ,nil ;};type monochromeThresholdConverter struct{Threshold uint8 ;};func _fbcd ()(_bff []byte ){_bff =make ([]byte ,256); +for _dfd :=0;_dfd < 256;_dfd ++{_agg :=byte (_dfd );_bff [_agg ]=(_agg &0x01)|((_agg &0x04)>>1)|((_agg &0x10)>>2)|((_agg &0x40)>>3)|((_agg &0x02)<<3)|((_agg &0x08)<<2)|((_agg &0x20)<<1)|(_agg &0x80);};return _bff ;};func (_aafg *Monochrome )Scale (scale float64 )(*Monochrome ,error ){var _adebf bool ; +_eefb :=scale ;if scale < 1{_eefb =1/scale ;_adebf =true ;};_bfbf :=NextPowerOf2 (uint (_eefb ));if InDelta (float64 (_bfbf ),_eefb ,0.001){if _adebf {return _aafg .ReduceBinary (_eefb );};return _aafg .ExpandBinary (int (_bfbf ));};_cda :=int (_c .RoundToEven (float64 (_aafg .Width )*scale )); +_cedd :=int (_c .RoundToEven (float64 (_aafg .Height )*scale ));return _aafg .ScaleLow (_cda ,_cedd );};type ColorConverter interface{Convert (_cffb _e .Image )(Image ,error );};func (_eae *Gray16 )SetGray (x ,y int ,g _b .Gray ){_efcfc :=(y *_eae .BytesPerLine /2+x )*2; +if _efcfc +1>=len (_eae .Data ){return ;};_eae .Data [_efcfc ]=g .Y ;_eae .Data [_efcfc +1]=g .Y ;};func _fe ()(_cdd [256]uint16 ){for _fed :=0;_fed < 256;_fed ++{if _fed &0x01!=0{_cdd [_fed ]|=0x3;};if _fed &0x02!=0{_cdd [_fed ]|=0xc;};if _fed &0x04!=0{_cdd [_fed ]|=0x30; +};if _fed &0x08!=0{_cdd [_fed ]|=0xc0;};if _fed &0x10!=0{_cdd [_fed ]|=0x300;};if _fed &0x20!=0{_cdd [_fed ]|=0xc00;};if _fed &0x40!=0{_cdd [_fed ]|=0x3000;};if _fed &0x80!=0{_cdd [_fed ]|=0xc000;};};return _cdd ;};var _ _e .Image =&Monochrome {};type SMasker interface{HasAlpha ()bool ; +GetAlpha ()[]byte ;MakeAlpha ();};func (_cedfe *NRGBA32 )Bounds ()_e .Rectangle {return _e .Rectangle {Max :_e .Point {X :_cedfe .Width ,Y :_cedfe .Height }};};func _ggcb (_ccec Gray ,_gdbd NRGBA ,_edga _e .Rectangle ){for _fccf :=0;_fccf < _edga .Max .X ; +_fccf ++{for _eabb :=0;_eabb < _edga .Max .Y ;_eabb ++{_aeec :=_ccec .GrayAt (_fccf ,_eabb );_gdbd .SetNRGBA (_fccf ,_eabb ,_aga (_aeec ));};};};func (_fbd *Monochrome )clearBit (_adac ,_efcf int ){_fbd .Data [_adac ]&=^(0x80>>uint (_efcf &7))};func (_afb *Gray2 )Histogram ()(_bcdc [256]int ){for _cbc :=0; +_cbc < _afb .Width ;_cbc ++{for _dgfd :=0;_dgfd < _afb .Height ;_dgfd ++{_bcdc [_afb .GrayAt (_cbc ,_dgfd ).Y ]++;};};return _bcdc ;};func LinearInterpolate (x ,xmin ,xmax ,ymin ,ymax float64 )float64 {if _c .Abs (xmax -xmin )< 0.000001{return ymin ;}; +_eeded :=ymin +(x -xmin )*(ymax -ymin )/(xmax -xmin );return _eeded ;};func (_ccge *RGBA32 )ColorAt (x ,y int )(_b .Color ,error ){return ColorAtRGBA32 (x ,y ,_ccge .Width ,_ccge .Data ,_ccge .Alpha ,_ccge .Decode );};func _gaec (_dgf Gray ,_fddc NRGBA ,_ddg _e .Rectangle ){for _becg :=0; +_becg < _ddg .Max .X ;_becg ++{for _gbdf :=0;_gbdf < _ddg .Max .Y ;_gbdf ++{_afc :=_geg (_fddc .NRGBAAt (_becg ,_gbdf ));_dgf .SetGray (_becg ,_gbdf ,_afc );};};};func (_fbe *Monochrome )setGrayBit (_aaef ,_cdbd int ){_fbe .Data [_aaef ]|=0x80>>uint (_cdbd &7)}; +func (_gbbccf *NRGBA64 )Copy ()Image {return &NRGBA64 {ImageBase :_gbbccf .copy ()}};func _adgda (_fdee _b .Color )_b .Color {_fceg :=_b .NRGBAModel .Convert (_fdee ).(_b .NRGBA );return _ccag (_fceg );};func _gbcb (_cdea _b .RGBA )_b .Gray {_daag :=(19595*uint32 (_cdea .R )+38470*uint32 (_cdea .G )+7471*uint32 (_cdea .B )+1<<7)>>16; +return _b .Gray {Y :uint8 (_daag )};};type RasterOperator int ;type Gray4 struct{ImageBase };func _abd (_cag ,_acee Gray ,_egc _e .Rectangle ){for _aggb :=0;_aggb < _egc .Max .X ;_aggb ++{for _bffae :=0;_bffae < _egc .Max .Y ;_bffae ++{_acee .SetGray (_aggb ,_bffae ,_cag .GrayAt (_aggb ,_bffae )); +};};};func (_cbbg *CMYK32 )Base ()*ImageBase {return &_cbbg .ImageBase };func _dabeg (_gagg CMYK ,_agee NRGBA ,_ceac _e .Rectangle ){for _ede :=0;_ede < _ceac .Max .X ;_ede ++{for _adeefb :=0;_adeefb < _ceac .Max .Y ;_adeefb ++{_adbc :=_gagg .CMYKAt (_ede ,_adeefb ); +_agee .SetNRGBA (_ede ,_adeefb ,_bdg (_adbc ));};};};var _ NRGBA =&NRGBA16 {};func (_aae monochromeModel )Convert (c _b .Color )_b .Color {_fcea :=_b .GrayModel .Convert (c ).(_b .Gray );return _fge (_fcea ,_aae );};const (PixSrc RasterOperator =0xc;PixDst RasterOperator =0xa; PixNotSrc RasterOperator =0x3;PixNotDst RasterOperator =0x5;PixClr RasterOperator =0x0;PixSet RasterOperator =0xf;PixSrcOrDst RasterOperator =0xe;PixSrcAndDst RasterOperator =0x8;PixSrcXorDst RasterOperator =0x6;PixNotSrcOrDst RasterOperator =0xb;PixNotSrcAndDst RasterOperator =0x2; PixSrcOrNotDst RasterOperator =0xd;PixSrcAndNotDst RasterOperator =0x4;PixNotPixSrcOrDst RasterOperator =0x1;PixNotPixSrcAndDst RasterOperator =0x7;PixNotPixSrcXorDst RasterOperator =0x9;PixPaint =PixSrcOrDst ;PixSubtract =PixNotSrcAndDst ;PixMask =PixSrcAndDst ; -);var _ Image =&Gray8 {};var _ebbd [256]uint8 ;func _effc (_bdfeb RGBA ,_fcdc NRGBA ,_cacgc _a .Rectangle ){for _dadc :=0;_dadc < _cacgc .Max .X ;_dadc ++{for _dbgcf :=0;_dbgcf < _cacgc .Max .Y ;_dbgcf ++{_fbda :=_bdfeb .RGBAAt (_dadc ,_dbgcf );_fcdc .SetNRGBA (_dadc ,_dbgcf ,_agce (_fbda )); -};};};type CMYK interface{CMYKAt (_dgf ,_cff int )_bd .CMYK ;SetCMYK (_bdbb ,_bgec int ,_dbbb _bd .CMYK );};func _eebf (){for _fffe :=0;_fffe < 256;_fffe ++{_ebbd [_fffe ]=uint8 (_fffe &0x1)+(uint8 (_fffe >>1)&0x1)+(uint8 (_fffe >>2)&0x1)+(uint8 (_fffe >>3)&0x1)+(uint8 (_fffe >>4)&0x1)+(uint8 (_fffe >>5)&0x1)+(uint8 (_fffe >>6)&0x1)+(uint8 (_fffe >>7)&0x1); -};};func (_fbac *Gray2 )Set (x ,y int ,c _bd .Color ){if x >=_fbac .Width ||y >=_fbac .Height {return ;};_eacg :=Gray2Model .Convert (c ).(_bd .Gray );_dbaf :=y *_fbac .BytesPerLine ;_bbag :=_dbaf +(x >>2);_cfeb :=_eacg .Y >>6;_fbac .Data [_bbag ]=(_fbac .Data [_bbag ]&(^(0xc0>>uint (2*((x )&3)))))|(_cfeb < len (_daa .Data )-1{return _b .New ("\u0069n\u0064e\u0078\u0020\u006f\u0075\u0074 \u006f\u0066 \u0072\u0061\u006e\u0067\u0065"); -};_daa .Data [_dafa ]=byte ((_bafa &0xff00)>>8);_daa .Data [_dafa +1]=byte (_bafa &0xff);return nil ;};func _abda (_eaaa _bd .Gray )_bd .Gray {_fdd :=_eaaa .Y >>6;_fdd |=_fdd <<2;_eaaa .Y =_fdd |_fdd <<4;return _eaaa ;};func _ce (_cf ,_aef *Monochrome )(_fb error ){_efd :=_aef .BytesPerLine ; -_gab :=_cf .BytesPerLine ;var _cc ,_afb ,_bab ,_gfd ,_ffd int ;for _bab =0;_bab < _aef .Height ;_bab ++{_cc =_bab *_efd ;_afb =8*_bab *_gab ;for _gfd =0;_gfd < _efd ;_gfd ++{if _fb =_cf .setEightBytes (_afb +_gfd *8,_bbd [_aef .Data [_cc +_gfd ]]);_fb !=nil {return _fb ; -};};for _ffd =1;_ffd < 8;_ffd ++{for _gfd =0;_gfd < _gab ;_gfd ++{if _fb =_cf .setByte (_afb +_ffd *_gab +_gfd ,_cf .Data [_afb +_gfd ]);_fb !=nil {return _fb ;};};};};return nil ;};func _fgec (_dfc _bd .CMYK )_bd .NRGBA {_fbb ,_cgcg ,_gfcc :=_bd .CMYKToRGB (_dfc .C ,_dfc .M ,_dfc .Y ,_dfc .K ); -return _bd .NRGBA {R :_fbb ,G :_cgcg ,B :_gfcc ,A :0xff};};func (_efeg *Monochrome )ExpandBinary (factor int )(*Monochrome ,error ){if !IsPowerOf2 (uint (factor )){return nil ,_d .Errorf ("\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0065\u0078\u0070\u0061\u006e\u0064\u0020b\u0069n\u0061\u0072\u0079\u0020\u0066\u0061\u0063\u0074\u006f\u0072\u003a\u0020\u0025\u0064",factor ); -};return _gc (_efeg ,factor );};func _bfb (_agdb *Monochrome ,_ebba ,_fgae ,_ebce ,_afaf int ,_eeffe RasterOperator ,_gagb *Monochrome ,_dfeg ,_bcec int )error {var (_dcaf byte ;_dee int ;_cbgd int ;_dbf ,_bfde int ;_eec ,_agcdc int ;);_accge :=_ebce >>3; -_agcc :=_ebce &7;if _agcc > 0{_dcaf =_ddfe [_agcc ];};_dee =_gagb .BytesPerLine *_bcec +(_dfeg >>3);_cbgd =_agdb .BytesPerLine *_fgae +(_ebba >>3);switch _eeffe {case PixSrc :for _eec =0;_eec < _afaf ;_eec ++{_dbf =_dee +_eec *_gagb .BytesPerLine ;_bfde =_cbgd +_eec *_agdb .BytesPerLine ; -for _agcdc =0;_agcdc < _accge ;_agcdc ++{_agdb .Data [_bfde ]=_gagb .Data [_dbf ];_bfde ++;_dbf ++;};if _agcc > 0{_agdb .Data [_bfde ]=_agcee (_agdb .Data [_bfde ],_gagb .Data [_dbf ],_dcaf );};};case PixNotSrc :for _eec =0;_eec < _afaf ;_eec ++{_dbf =_dee +_eec *_gagb .BytesPerLine ; -_bfde =_cbgd +_eec *_agdb .BytesPerLine ;for _agcdc =0;_agcdc < _accge ;_agcdc ++{_agdb .Data [_bfde ]=^(_gagb .Data [_dbf ]);_bfde ++;_dbf ++;};if _agcc > 0{_agdb .Data [_bfde ]=_agcee (_agdb .Data [_bfde ],^_gagb .Data [_dbf ],_dcaf );};};case PixSrcOrDst :for _eec =0; -_eec < _afaf ;_eec ++{_dbf =_dee +_eec *_gagb .BytesPerLine ;_bfde =_cbgd +_eec *_agdb .BytesPerLine ;for _agcdc =0;_agcdc < _accge ;_agcdc ++{_agdb .Data [_bfde ]|=_gagb .Data [_dbf ];_bfde ++;_dbf ++;};if _agcc > 0{_agdb .Data [_bfde ]=_agcee (_agdb .Data [_bfde ],_gagb .Data [_dbf ]|_agdb .Data [_bfde ],_dcaf ); -};};case PixSrcAndDst :for _eec =0;_eec < _afaf ;_eec ++{_dbf =_dee +_eec *_gagb .BytesPerLine ;_bfde =_cbgd +_eec *_agdb .BytesPerLine ;for _agcdc =0;_agcdc < _accge ;_agcdc ++{_agdb .Data [_bfde ]&=_gagb .Data [_dbf ];_bfde ++;_dbf ++;};if _agcc > 0{_agdb .Data [_bfde ]=_agcee (_agdb .Data [_bfde ],_gagb .Data [_dbf ]&_agdb .Data [_bfde ],_dcaf ); -};};case PixSrcXorDst :for _eec =0;_eec < _afaf ;_eec ++{_dbf =_dee +_eec *_gagb .BytesPerLine ;_bfde =_cbgd +_eec *_agdb .BytesPerLine ;for _agcdc =0;_agcdc < _accge ;_agcdc ++{_agdb .Data [_bfde ]^=_gagb .Data [_dbf ];_bfde ++;_dbf ++;};if _agcc > 0{_agdb .Data [_bfde ]=_agcee (_agdb .Data [_bfde ],_gagb .Data [_dbf ]^_agdb .Data [_bfde ],_dcaf ); -};};case PixNotSrcOrDst :for _eec =0;_eec < _afaf ;_eec ++{_dbf =_dee +_eec *_gagb .BytesPerLine ;_bfde =_cbgd +_eec *_agdb .BytesPerLine ;for _agcdc =0;_agcdc < _accge ;_agcdc ++{_agdb .Data [_bfde ]|=^(_gagb .Data [_dbf ]);_bfde ++;_dbf ++;};if _agcc > 0{_agdb .Data [_bfde ]=_agcee (_agdb .Data [_bfde ],^(_gagb .Data [_dbf ])|_agdb .Data [_bfde ],_dcaf ); -};};case PixNotSrcAndDst :for _eec =0;_eec < _afaf ;_eec ++{_dbf =_dee +_eec *_gagb .BytesPerLine ;_bfde =_cbgd +_eec *_agdb .BytesPerLine ;for _agcdc =0;_agcdc < _accge ;_agcdc ++{_agdb .Data [_bfde ]&=^(_gagb .Data [_dbf ]);_bfde ++;_dbf ++;};if _agcc > 0{_agdb .Data [_bfde ]=_agcee (_agdb .Data [_bfde ],^(_gagb .Data [_dbf ])&_agdb .Data [_bfde ],_dcaf ); -};};case PixSrcOrNotDst :for _eec =0;_eec < _afaf ;_eec ++{_dbf =_dee +_eec *_gagb .BytesPerLine ;_bfde =_cbgd +_eec *_agdb .BytesPerLine ;for _agcdc =0;_agcdc < _accge ;_agcdc ++{_agdb .Data [_bfde ]=_gagb .Data [_dbf ]|^(_agdb .Data [_bfde ]);_bfde ++; -_dbf ++;};if _agcc > 0{_agdb .Data [_bfde ]=_agcee (_agdb .Data [_bfde ],_gagb .Data [_dbf ]|^(_agdb .Data [_bfde ]),_dcaf );};};case PixSrcAndNotDst :for _eec =0;_eec < _afaf ;_eec ++{_dbf =_dee +_eec *_gagb .BytesPerLine ;_bfde =_cbgd +_eec *_agdb .BytesPerLine ; -for _agcdc =0;_agcdc < _accge ;_agcdc ++{_agdb .Data [_bfde ]=_gagb .Data [_dbf ]&^(_agdb .Data [_bfde ]);_bfde ++;_dbf ++;};if _agcc > 0{_agdb .Data [_bfde ]=_agcee (_agdb .Data [_bfde ],_gagb .Data [_dbf ]&^(_agdb .Data [_bfde ]),_dcaf );};};case PixNotPixSrcOrDst :for _eec =0; -_eec < _afaf ;_eec ++{_dbf =_dee +_eec *_gagb .BytesPerLine ;_bfde =_cbgd +_eec *_agdb .BytesPerLine ;for _agcdc =0;_agcdc < _accge ;_agcdc ++{_agdb .Data [_bfde ]=^(_gagb .Data [_dbf ]|_agdb .Data [_bfde ]);_bfde ++;_dbf ++;};if _agcc > 0{_agdb .Data [_bfde ]=_agcee (_agdb .Data [_bfde ],^(_gagb .Data [_dbf ]|_agdb .Data [_bfde ]),_dcaf ); -};};case PixNotPixSrcAndDst :for _eec =0;_eec < _afaf ;_eec ++{_dbf =_dee +_eec *_gagb .BytesPerLine ;_bfde =_cbgd +_eec *_agdb .BytesPerLine ;for _agcdc =0;_agcdc < _accge ;_agcdc ++{_agdb .Data [_bfde ]=^(_gagb .Data [_dbf ]&_agdb .Data [_bfde ]);_bfde ++; -_dbf ++;};if _agcc > 0{_agdb .Data [_bfde ]=_agcee (_agdb .Data [_bfde ],^(_gagb .Data [_dbf ]&_agdb .Data [_bfde ]),_dcaf );};};case PixNotPixSrcXorDst :for _eec =0;_eec < _afaf ;_eec ++{_dbf =_dee +_eec *_gagb .BytesPerLine ;_bfde =_cbgd +_eec *_agdb .BytesPerLine ; -for _agcdc =0;_agcdc < _accge ;_agcdc ++{_agdb .Data [_bfde ]=^(_gagb .Data [_dbf ]^_agdb .Data [_bfde ]);_bfde ++;_dbf ++;};if _agcc > 0{_agdb .Data [_bfde ]=_agcee (_agdb .Data [_bfde ],^(_gagb .Data [_dbf ]^_agdb .Data [_bfde ]),_dcaf );};};default:_e .Log .Debug ("\u0050\u0072ov\u0069\u0064\u0065d\u0020\u0069\u006e\u0076ali\u0064 r\u0061\u0073\u0074\u0065\u0072\u0020\u006fpe\u0072\u0061\u0074\u006f\u0072\u003a\u0020%\u0076",_eeffe ); -return _b .New ("\u0069\u006e\u0076al\u0069\u0064\u0020\u0072\u0061\u0073\u0074\u0065\u0072\u0020\u006f\u0070\u0065\u0072\u0061\u0074\u006f\u0072");};return nil ;};func _aebbc (_ceea nrgba64 ,_gffe NRGBA ,_eegeg _a .Rectangle ){for _gdgb :=0;_gdgb < _eegeg .Max .X ; -_gdgb ++{for _cedg :=0;_cedg < _eegeg .Max .Y ;_cedg ++{_gfbf :=_ceea .NRGBA64At (_gdgb ,_cedg );_gffe .SetNRGBA (_gdgb ,_cedg ,_gbgb (_gfbf ));};};};func _bebb (_fgcb Gray ,_dedd RGBA ,_cece _a .Rectangle ){for _bbaad :=0;_bbaad < _cece .Max .X ;_bbaad ++{for _gebee :=0; -_gebee < _cece .Max .Y ;_gebee ++{_bcfc :=_fgcb .GrayAt (_bbaad ,_gebee );_dedd .SetRGBA (_bbaad ,_gebee ,_age (_bcfc ));};};};var ErrInvalidImage =_b .New ("i\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0069\u006da\u0067\u0065\u0020\u0064\u0061\u0074\u0061 s\u0069\u007a\u0065\u0020f\u006f\u0072\u0020\u0070\u0072\u006f\u0076\u0069\u0064ed\u0020\u0064i\u006d\u0065\u006e\u0073\u0069\u006f\u006e\u0073"); -type RasterOperator int ;func _dbgca (_abbgd NRGBA ,_cbge RGBA ,_gbcd _a .Rectangle ){for _fgda :=0;_fgda < _gbcd .Max .X ;_fgda ++{for _gcdc :=0;_gcdc < _gbcd .Max .Y ;_gcdc ++{_cbbd :=_abbgd .NRGBAAt (_fgda ,_gcdc );_cbge .SetRGBA (_fgda ,_gcdc ,_ggf (_cbbd )); -};};};func IsPowerOf2 (n uint )bool {return n > 0&&(n &(n -1))==0};func (_dacg *Gray8 )Copy ()Image {return &Gray8 {ImageBase :_dacg .copy ()}};func _abee (_bdfa _a .Image ,_babe Image ,_baaa _a .Rectangle ){if _dbdae ,_afed :=_bdfa .(SMasker );_afed &&_dbdae .HasAlpha (){_babe .(SMasker ).MakeAlpha (); -};_ebbc (_bdfa ,_babe ,_baaa );};func ColorAtNRGBA (x ,y ,width ,bytesPerLine ,bitsPerColor int ,data ,alpha []byte ,decode []float64 )(_bd .Color ,error ){switch bitsPerColor {case 4:return ColorAtNRGBA16 (x ,y ,width ,bytesPerLine ,data ,alpha ,decode ); -case 8:return ColorAtNRGBA32 (x ,y ,width ,data ,alpha ,decode );case 16:return ColorAtNRGBA64 (x ,y ,width ,data ,alpha ,decode );default:return nil ,_d .Errorf ("\u0075\u006e\u0073\u0075\u0070\u0070\u006fr\u0074\u0065\u0064 \u0072\u0067\u0062\u0020b\u0069\u0074\u0073\u0020\u0070\u0065\u0072\u0020\u0063\u006f\u006c\u006f\u0072\u0020\u0061\u006d\u006f\u0075\u006e\u0074\u003a\u0020\u0027\u0025\u0064\u0027",bitsPerColor ); -};};func (_gbdc *ImageBase )setEightPartlyBytes (_abbfb ,_ggfd int ,_dcace uint64 )(_cbbg error ){var (_cegg byte ;_gggag int ;);for _ccab :=1;_ccab <=_ggfd ;_ccab ++{_gggag =64-_ccab *8;_cegg =byte (_dcace >>uint (_gggag )&0xff);if _cbbg =_gbdc .setByte (_abbfb +_ccab -1,_cegg ); -_cbbg !=nil {return _cbbg ;};};_aeba :=_gbdc .BytesPerLine *8-_gbdc .Width ;if _aeba ==0{return nil ;};_gggag -=8;_cegg =byte (_dcace >>uint (_gggag )&0xff)< len (_gabf .Data )-1{return ;};_gabf .Data [_bgdd ]=g .Y ;};func ColorAtNRGBA64 (x ,y ,width int ,data ,alpha []byte ,decode []float64 )(_bd .NRGBA64 ,error ){_dcgg :=(y *width +x )*2; -_adad :=_dcgg *3;if _adad +5>=len (data ){return _bd .NRGBA64 {},_d .Errorf ("\u0069\u006d\u0061\u0067\u0065\u0020\u0063\u006f\u006f\u0072\u0064\u0069\u006ea\u0074\u0065\u0073\u0020\u006f\u0075t\u0020\u006f\u0066\u0020\u0072\u0061\u006e\u0067\u0065\u0020\u0028\u0025\u0064,\u0020\u0025\u0064\u0029",x ,y ); -};const _dadbc =0xffff;_afcg :=uint16 (_dadbc );if alpha !=nil &&len (alpha )> _dcgg +1{_afcg =uint16 (alpha [_dcgg ])<<8|uint16 (alpha [_dcgg +1]);};_abfeg :=uint16 (data [_adad ])<<8|uint16 (data [_adad +1]);_cfdg :=uint16 (data [_adad +2])<<8|uint16 (data [_adad +3]); -_adgb :=uint16 (data [_adad +4])<<8|uint16 (data [_adad +5]);if len (decode )==6{_abfeg =uint16 (uint64 (LinearInterpolate (float64 (_abfeg ),0,65535,decode [0],decode [1]))&_dadbc );_cfdg =uint16 (uint64 (LinearInterpolate (float64 (_cfdg ),0,65535,decode [2],decode [3]))&_dadbc ); -_adgb =uint16 (uint64 (LinearInterpolate (float64 (_adgb ),0,65535,decode [4],decode [5]))&_dadbc );};return _bd .NRGBA64 {R :_abfeg ,G :_cfdg ,B :_adgb ,A :_afcg },nil ;};func (_aacf *ImageBase )HasAlpha ()bool {if _aacf .Alpha ==nil {return false ;}; -for _aeeeaf :=range _aacf .Alpha {if _aacf .Alpha [_aeeeaf ]!=0xff{return true ;};};return false ;};func (_cgcc *Monochrome )getBit (_ecb ,_cgg int )uint8 {return _cgcc .Data [_ecb +(_cgg >>3)]>>uint (7-(_cgg &7))&1;};func _feeg (_aga _bd .Color )_bd .Color {_fdeff :=_bd .GrayModel .Convert (_aga ).(_bd .Gray ); -return _abda (_fdeff );};func _ec (_ebf ,_fe *Monochrome )(_dbe error ){_da :=_fe .BytesPerLine ;_gaf :=_ebf .BytesPerLine ;_dc :=_fe .BytesPerLine *4-_ebf .BytesPerLine ;var (_gd ,_gafb byte ;_ffg uint32 ;_dce ,_dbg ,_ac ,_be ,_gff ,_fc ,_gdd int ;);for _ac =0; -_ac < _fe .Height ;_ac ++{_dce =_ac *_da ;_dbg =4*_ac *_gaf ;for _be =0;_be < _da ;_be ++{_gd =_fe .Data [_dce +_be ];_ffg =_ffb [_gd ];_fc =_dbg +_be *4;if _dc !=0&&(_be +1)*4> _ebf .BytesPerLine {for _gff =_dc ;_gff > 0;_gff --{_gafb =byte ((_ffg >>uint (_gff *8))&0xff); -_gdd =_fc +(_dc -_gff );if _dbe =_ebf .setByte (_gdd ,_gafb );_dbe !=nil {return _dbe ;};};}else if _dbe =_ebf .setFourBytes (_fc ,_ffg );_dbe !=nil {return _dbe ;};if _dbe =_ebf .setFourBytes (_dbg +_be *4,_ffb [_fe .Data [_dce +_be ]]);_dbe !=nil {return _dbe ; -};};for _gff =1;_gff < 4;_gff ++{for _be =0;_be < _gaf ;_be ++{if _dbe =_ebf .setByte (_dbg +_gff *_gaf +_be ,_ebf .Data [_dbg +_be ]);_dbe !=nil {return _dbe ;};};};};return nil ;};var (_cga =_fcd ();_ffb =_fg ();_bbd =_cddb (););var _ Image =&Gray2 {}; +);func _faca (_agfg _b .NRGBA64 )_b .RGBA {_cdcd ,_bfgcb ,_feaf ,_gdbfb :=_agfg .RGBA ();return _b .RGBA {R :uint8 (_cdcd >>8),G :uint8 (_bfgcb >>8),B :uint8 (_feaf >>8),A :uint8 (_gdbfb >>8)};};func FromGoImage (i _e .Image )(Image ,error ){switch _ggbb :=i .(type ){case Image :return _ggbb .Copy (),nil ; +case Gray :return GrayConverter .Convert (i );case *_e .Gray16 :return Gray16Converter .Convert (i );case CMYK :return CMYKConverter .Convert (i );case *_e .NRGBA64 :return NRGBA64Converter .Convert (i );default:return NRGBAConverter .Convert (i );};}; +var ErrInvalidImage =_fb .New ("i\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0069\u006da\u0067\u0065\u0020\u0064\u0061\u0074\u0061 s\u0069\u007a\u0065\u0020f\u006f\u0072\u0020\u0070\u0072\u006f\u0076\u0069\u0064ed\u0020\u0064i\u006d\u0065\u006e\u0073\u0069\u006f\u006e\u0073"); +func _gbaf (){for _aggd :=0;_aggd < 256;_aggd ++{_cgdg [_aggd ]=uint8 (_aggd &0x1)+(uint8 (_aggd >>1)&0x1)+(uint8 (_aggd >>2)&0x1)+(uint8 (_aggd >>3)&0x1)+(uint8 (_aggd >>4)&0x1)+(uint8 (_aggd >>5)&0x1)+(uint8 (_aggd >>6)&0x1)+(uint8 (_aggd >>7)&0x1);}; +};func _aga (_afgg _b .Gray )_b .NRGBA {return _b .NRGBA {R :_afgg .Y ,G :_afgg .Y ,B :_afgg .Y ,A :0xff}};func _gfgg (_caca ,_fgab NRGBA ,_debb _e .Rectangle ){for _ebce :=0;_ebce < _debb .Max .X ;_ebce ++{for _gfb :=0;_gfb < _debb .Max .Y ;_gfb ++{_fgab .SetNRGBA (_ebce ,_gfb ,_caca .NRGBAAt (_ebce ,_gfb )); +};};};func (_dbga *NRGBA32 )ColorAt (x ,y int )(_b .Color ,error ){return ColorAtNRGBA32 (x ,y ,_dbga .Width ,_dbga .Data ,_dbga .Alpha ,_dbga .Decode );};func _dbaa (_fcgeb _e .Image )(Image ,error ){if _eebd ,_fcae :=_fcgeb .(*NRGBA32 );_fcae {return _eebd .Copy (),nil ; +};_gcd ,_fdeg ,_eacdg :=_ecfef (_fcgeb ,1);_cfcf ,_gageg :=NewImage (_gcd .Max .X ,_gcd .Max .Y ,8,3,nil ,_eacdg ,nil );if _gageg !=nil {return nil ,_gageg ;};_badc (_fcgeb ,_cfcf ,_gcd );if len (_eacdg )!=0&&!_fdeg {if _ecfe :=_dceb (_eacdg ,_cfcf );_ecfe !=nil {return nil ,_ecfe ; +};};return _cfcf ,nil ;};func (_ffae *Gray4 )At (x ,y int )_b .Color {_gabf ,_ :=_ffae .ColorAt (x ,y );return _gabf };func (_dfc *Gray2 )Validate ()error {if len (_dfc .Data )!=_dfc .Height *_dfc .BytesPerLine {return ErrInvalidImage ;};return nil ;}; +func (_ddgb *ImageBase )MakeAlpha (){_ddgb .newAlpha ()};func (_gaecg *NRGBA32 )Validate ()error {if len (_gaecg .Data )!=3*_gaecg .Width *_gaecg .Height {return _fb .New ("i\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0069\u006da\u0067\u0065\u0020\u0064\u0061\u0074\u0061 s\u0069\u007a\u0065\u0020f\u006f\u0072\u0020\u0070\u0072\u006f\u0076\u0069\u0064ed\u0020\u0064i\u006d\u0065\u006e\u0073\u0069\u006f\u006e\u0073"); +};return nil ;};func ColorAtCMYK (x ,y ,width int ,data []byte ,decode []float64 )(_b .CMYK ,error ){_cddb :=4*(y *width +x );if _cddb +3>=len (data ){return _b .CMYK {},_ec .Errorf ("\u0069\u006d\u0061\u0067\u0065\u0020\u0063\u006f\u006f\u0072\u0064\u0069\u006ea\u0074\u0065\u0073\u0020\u006f\u0075t\u0020\u006f\u0066\u0020\u0072\u0061\u006e\u0067\u0065\u0020\u0028\u0025\u0064,\u0020\u0025\u0064\u0029",x ,y ); +};C :=data [_cddb ]&0xff;M :=data [_cddb +1]&0xff;Y :=data [_cddb +2]&0xff;K :=data [_cddb +3]&0xff;if len (decode )==8{C =uint8 (uint32 (LinearInterpolate (float64 (C ),0,255,decode [0],decode [1]))&0xff);M =uint8 (uint32 (LinearInterpolate (float64 (M ),0,255,decode [2],decode [3]))&0xff); +Y =uint8 (uint32 (LinearInterpolate (float64 (Y ),0,255,decode [4],decode [5]))&0xff);K =uint8 (uint32 (LinearInterpolate (float64 (K ),0,255,decode [6],decode [7]))&0xff);};return _b .CMYK {C :C ,M :M ,Y :Y ,K :K },nil ;};func (_agdg *NRGBA32 )At (x ,y int )_b .Color {_fecf ,_ :=_agdg .ColorAt (x ,y ); +return _fecf };func (_cba *Gray2 )Set (x ,y int ,c _b .Color ){if x >=_cba .Width ||y >=_cba .Height {return ;};_fga :=Gray2Model .Convert (c ).(_b .Gray );_fbcdg :=y *_cba .BytesPerLine ;_edb :=_fbcdg +(x >>2);_aea :=_fga .Y >>6;_cba .Data [_edb ]=(_cba .Data [_edb ]&(^(0xc0>>uint (2*((x )&3)))))|(_aea <>3)]|=0x80>>uint (_eaac &7)}; +func (_eaca *NRGBA64 )Validate ()error {if len (_eaca .Data )!=3*2*_eaca .Width *_eaca .Height {return _fb .New ("i\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0069\u006da\u0067\u0065\u0020\u0064\u0061\u0074\u0061 s\u0069\u007a\u0065\u0020f\u006f\u0072\u0020\u0070\u0072\u006f\u0076\u0069\u0064ed\u0020\u0064i\u006d\u0065\u006e\u0073\u0069\u006f\u006e\u0073"); +};return nil ;};func (_egdd *Gray2 )Copy ()Image {return &Gray2 {ImageBase :_egdd .copy ()}};var _ Image =&NRGBA32 {};func _abbb (_gdag _b .NRGBA64 )_b .Gray {var _ecc _b .NRGBA64 ;if _gdag ==_ecc {return _b .Gray {Y :0xff};};_gdca ,_bgc ,_aedg ,_ :=_gdag .RGBA (); +_agbg :=(19595*_gdca +38470*_bgc +7471*_aedg +1<<15)>>24;return _b .Gray {Y :uint8 (_agbg )};};func _dbf (_bdefa int ,_gffeb int )int {if _bdefa < _gffeb {return _bdefa ;};return _gffeb ;};var _ Gray =&Gray4 {};func (_fcbag *NRGBA16 )At (x ,y int )_b .Color {_gdfa ,_ :=_fcbag .ColorAt (x ,y ); +return _gdfa };func (_fffe *NRGBA64 )setNRGBA64 (_adag int ,_gabec _b .NRGBA64 ,_cfaf int ){_fffe .Data [_adag ]=uint8 (_gabec .R >>8);_fffe .Data [_adag +1]=uint8 (_gabec .R &0xff);_fffe .Data [_adag +2]=uint8 (_gabec .G >>8);_fffe .Data [_adag +3]=uint8 (_gabec .G &0xff); +_fffe .Data [_adag +4]=uint8 (_gabec .B >>8);_fffe .Data [_adag +5]=uint8 (_gabec .B &0xff);if _cfaf +1< len (_fffe .Alpha ){_fffe .Alpha [_cfaf ]=uint8 (_gabec .A >>8);_fffe .Alpha [_cfaf +1]=uint8 (_gabec .A &0xff);};};func (_cfdg *NRGBA64 )At (x ,y int )_b .Color {_ggage ,_ :=_cfdg .ColorAt (x ,y ); +return _ggage };func _bdgg (_fcgebg _e .Image ,_cbba Image ,_eecf _e .Rectangle ){if _ffadg ,_dace :=_fcgebg .(SMasker );_dace &&_ffadg .HasAlpha (){_cbba .(SMasker ).MakeAlpha ();};switch _acdd :=_fcgebg .(type ){case Gray :_egcea (_acdd ,_cbba .(RGBA ),_eecf ); +case NRGBA :_fbde (_acdd ,_cbba .(RGBA ),_eecf );case *_e .NYCbCrA :_bccb (_acdd ,_cbba .(RGBA ),_eecf );case CMYK :_abeac (_acdd ,_cbba .(RGBA ),_eecf );case RGBA :_fbbdd (_acdd ,_cbba .(RGBA ),_eecf );case nrgba64 :_dead (_acdd ,_cbba .(RGBA ),_eecf ); +default:_agc (_fcgebg ,_cbba ,_eecf );};};const (_deda shift =iota ;_gegb ;);type CMYK interface{CMYKAt (_adee ,_fgc int )_b .CMYK ;SetCMYK (_aggf ,_cbd int ,_bda _b .CMYK );};func (_gbb *CMYK32 )ColorModel ()_b .Model {return _b .CMYKModel };func AddDataPadding (width ,height ,bitsPerComponent ,colorComponents int ,data []byte )([]byte ,error ){_dcf :=BytesPerLine (width ,bitsPerComponent ,colorComponents ); +if _dcf ==width *colorComponents *bitsPerComponent /8{return data ,nil ;};_cafe :=width *colorComponents *bitsPerComponent ;_gbf :=_dcf *8;_fdef :=8-(_gbf -_cafe );_fccbc :=_d .NewReader (data );_feca :=_dcf -1;_cdff :=make ([]byte ,_feca );_aaee :=make ([]byte ,height *_dcf ); +_dcea :=_d .NewWriterMSB (_aaee );var _agcg uint64 ;var _eegb error ;for _fffd :=0;_fffd < height ;_fffd ++{_ ,_eegb =_fccbc .Read (_cdff );if _eegb !=nil {return nil ,_eegb ;};_ ,_eegb =_dcea .Write (_cdff );if _eegb !=nil {return nil ,_eegb ;};_agcg ,_eegb =_fccbc .ReadBits (byte (_fdef )); +if _eegb !=nil {return nil ,_eegb ;};_ ,_eegb =_dcea .WriteBits (_agcg ,_fdef );if _eegb !=nil {return nil ,_eegb ;};_dcea .FinishByte ();};return _aaee ,nil ;};func (_efg *Gray4 )Set (x ,y int ,c _b .Color ){if x >=_efg .Width ||y >=_efg .Height {return ; +};_bdfe :=Gray4Model .Convert (c ).(_b .Gray );_efg .setGray (x ,y ,_bdfe );};type monochromeModel uint8 ;func (_edbg *NRGBA32 )Copy ()Image {return &NRGBA32 {ImageBase :_edbg .copy ()}};func MonochromeThresholdConverter (threshold uint8 )ColorConverter {return &monochromeThresholdConverter {Threshold :threshold }; +};func _aefd (_ddbfb int ,_dedc int )error {return _ec .Errorf ("\u0069\u006d\u0061\u0067\u0065\u0020\u0063\u006f\u006f\u0072\u0064\u0069\u006ea\u0074\u0065\u0073\u0020\u006f\u0075t\u0020\u006f\u0066\u0020\u0072\u0061\u006e\u0067\u0065\u0020\u0028\u0025\u0064,\u0020\u0025\u0064\u0029",_ddbfb ,_dedc ); +};var _cgdg [256]uint8 ;func (_fddd *Gray16 )Bounds ()_e .Rectangle {return _e .Rectangle {Max :_e .Point {X :_fddd .Width ,Y :_fddd .Height }};};func (_efd *Gray8 )Validate ()error {if len (_efd .Data )!=_efd .Height *_efd .BytesPerLine {return ErrInvalidImage ; +};return nil ;};func (_aeae *NRGBA16 )Copy ()Image {return &NRGBA16 {ImageBase :_aeae .copy ()}};var _ _e .Image =&NRGBA32 {};func (_gdbff *NRGBA16 )Bounds ()_e .Rectangle {return _e .Rectangle {Max :_e .Point {X :_gdbff .Width ,Y :_gdbff .Height }};}; +func (_fadg *Monochrome )getBit (_ebbd ,_baec int )uint8 {return _fadg .Data [_ebbd +(_baec >>3)]>>uint (7-(_baec &7))&1;};func (_ffcc *Monochrome )Base ()*ImageBase {return &_ffcc .ImageBase };func (_gcgb *Gray4 )Validate ()error {if len (_gcgb .Data )!=_gcgb .Height *_gcgb .BytesPerLine {return ErrInvalidImage ; +};return nil ;};func (_cge *Gray2 )Bounds ()_e .Rectangle {return _e .Rectangle {Max :_e .Point {X :_cge .Width ,Y :_cge .Height }};};func _abeac (_agfe CMYK ,_feafe RGBA ,_gcdg _e .Rectangle ){for _acce :=0;_acce < _gcdg .Max .X ;_acce ++{for _cabd :=0; +_cabd < _gcdg .Max .Y ;_cabd ++{_eefd :=_agfe .CMYKAt (_acce ,_cabd );_feafe .SetRGBA (_acce ,_cabd ,_dabc (_eefd ));};};};func _egcea (_cgac Gray ,_fcgg RGBA ,_bfcg _e .Rectangle ){for _edddb :=0;_edddb < _bfcg .Max .X ;_edddb ++{for _egfab :=0;_egfab < _bfcg .Max .Y ; +_egfab ++{_cbffa :=_cgac .GrayAt (_edddb ,_egfab );_fcgg .SetRGBA (_edddb ,_egfab ,_gaf (_cbffa ));};};};type Monochrome struct{ImageBase ;ModelThreshold uint8 ;};func _abda (_cddf _e .Image )(Image ,error ){if _dfaa ,_beca :=_cddf .(*RGBA32 );_beca {return _dfaa .Copy (),nil ; +};_gdea ,_ccbb ,_ccad :=_ecfef (_cddf ,1);_aceb :=&RGBA32 {ImageBase :NewImageBase (_gdea .Max .X ,_gdea .Max .Y ,8,3,nil ,_ccad ,nil )};_bdgg (_cddf ,_aceb ,_gdea );if len (_ccad )!=0&&!_ccbb {if _edbac :=_dceb (_ccad ,_aceb );_edbac !=nil {return nil ,_edbac ; +};};return _aceb ,nil ;};func _gaac (_gaba *_e .NYCbCrA ,_dfa NRGBA ,_cedab _e .Rectangle ){for _cffbdb :=0;_cffbdb < _cedab .Max .X ;_cffbdb ++{for _gdga :=0;_gdga < _cedab .Max .Y ;_gdga ++{_aabg :=_gaba .NYCbCrAAt (_cffbdb ,_gdga );_dfa .SetNRGBA (_cffbdb ,_gdga ,_agab (_aabg )); +};};};func ColorAtGray16BPC (x ,y ,bytesPerLine int ,data []byte ,decode []float64 )(_b .Gray16 ,error ){_cedf :=(y *bytesPerLine /2+x )*2;if _cedf +1>=len (data ){return _b .Gray16 {},_ec .Errorf ("\u0069\u006d\u0061\u0067\u0065\u0020\u0063\u006f\u006f\u0072\u0064\u0069\u006ea\u0074\u0065\u0073\u0020\u006f\u0075t\u0020\u006f\u0066\u0020\u0072\u0061\u006e\u0067\u0065\u0020\u0028\u0025\u0064,\u0020\u0025\u0064\u0029",x ,y ); +};_ceebc :=uint16 (data [_cedf ])<<8|uint16 (data [_cedf +1]);if len (decode )==2{_ceebc =uint16 (uint64 (LinearInterpolate (float64 (_ceebc ),0,65535,decode [0],decode [1])));};return _b .Gray16 {Y :_ceebc },nil ;};func _bgad (_gcfgd uint8 )bool {if _gcfgd ==0||_gcfgd ==255{return true ; +};return false ;};func _gb (_fa ,_cbb *Monochrome )(_dc error ){_ggf :=_cbb .BytesPerLine ;_ff :=_fa .BytesPerLine ;var (_dd byte ;_gca uint16 ;_dg ,_bce ,_ffc ,_fae ,_fd int ;);for _ffc =0;_ffc < _cbb .Height ;_ffc ++{_dg =_ffc *_ggf ;_bce =2*_ffc *_ff ; +for _fae =0;_fae < _ggf ;_fae ++{_dd =_cbb .Data [_dg +_fae ];_gca =_agf [_dd ];_fd =_bce +_fae *2;if _fa .BytesPerLine !=_cbb .BytesPerLine *2&&(_fae +1)*2> _fa .BytesPerLine {_dc =_fa .setByte (_fd ,byte (_gca >>8));}else {_dc =_fa .setTwoBytes (_fd ,_gca ); +};if _dc !=nil {return _dc ;};};for _fae =0;_fae < _ff ;_fae ++{_fd =_bce +_ff +_fae ;_dd =_fa .Data [_bce +_fae ];if _dc =_fa .setByte (_fd ,_dd );_dc !=nil {return _dc ;};};};return nil ;};type NRGBA32 struct{ImageBase };func _bbc (_bbgde _e .Image )(Image ,error ){if _eegdg ,_cgee :=_bbgde .(*NRGBA16 ); +_cgee {return _eegdg .Copy (),nil ;};_ggeg :=_bbgde .Bounds ();_aaff ,_feab :=NewImage (_ggeg .Max .X ,_ggeg .Max .Y ,4,3,nil ,nil ,nil );if _feab !=nil {return nil ,_feab ;};_badc (_bbgde ,_aaff ,_ggeg );return _aaff ,nil ;};func (_dgcc *NRGBA16 )Set (x ,y int ,c _b .Color ){_def :=y *_dgcc .BytesPerLine +x *3/2; +if _def +1>=len (_dgcc .Data ){return ;};_cbac :=NRGBA16Model .Convert (c ).(_b .NRGBA );_dgcc .setNRGBA (x ,y ,_def ,_cbac );};var _ Image =&Gray2 {};var _ _e .Image =&Gray4 {};func (_beacc *Monochrome )At (x ,y int )_b .Color {_ggg ,_ :=_beacc .ColorAt (x ,y ); +return _ggg };func _gdaa (_ggb ,_ffa CMYK ,_cce _e .Rectangle ){for _eafc :=0;_eafc < _cce .Max .X ;_eafc ++{for _bgdg :=0;_bgdg < _cce .Max .Y ;_bgdg ++{_ffa .SetCMYK (_eafc ,_bgdg ,_ggb .CMYKAt (_eafc ,_bgdg ));};};};func (_aede *ImageBase )setTwoBytes (_bcbeg int ,_becf uint16 )error {if _bcbeg +1> len (_aede .Data )-1{return _fb .New ("\u0069n\u0064e\u0078\u0020\u006f\u0075\u0074 \u006f\u0066 \u0072\u0061\u006e\u0067\u0065"); +};_aede .Data [_bcbeg ]=byte ((_becf &0xff00)>>8);_aede .Data [_bcbeg +1]=byte (_becf &0xff);return nil ;};func _dff (_baeg *Monochrome ,_aadcb ,_fbef int ,_gaag ,_bceb int ,_beed RasterOperator ,_ecda *Monochrome ,_cafa ,_gbdg int )error {var _bcgf ,_affcf ,_fgfc ,_daee int ; +if _aadcb < 0{_cafa -=_aadcb ;_gaag +=_aadcb ;_aadcb =0;};if _cafa < 0{_aadcb -=_cafa ;_gaag +=_cafa ;_cafa =0;};_bcgf =_aadcb +_gaag -_baeg .Width ;if _bcgf > 0{_gaag -=_bcgf ;};_affcf =_cafa +_gaag -_ecda .Width ;if _affcf > 0{_gaag -=_affcf ;};if _fbef < 0{_gbdg -=_fbef ; +_bceb +=_fbef ;_fbef =0;};if _gbdg < 0{_fbef -=_gbdg ;_bceb +=_gbdg ;_gbdg =0;};_fgfc =_fbef +_bceb -_baeg .Height ;if _fgfc > 0{_bceb -=_fgfc ;};_daee =_gbdg +_bceb -_ecda .Height ;if _daee > 0{_bceb -=_daee ;};if _gaag <=0||_bceb <=0{return nil ;};var _cbge error ; +switch {case _aadcb &7==0&&_cafa &7==0:_cbge =_fefb (_baeg ,_aadcb ,_fbef ,_gaag ,_bceb ,_beed ,_ecda ,_cafa ,_gbdg );case _aadcb &7==_cafa &7:_cbge =_gdge (_baeg ,_aadcb ,_fbef ,_gaag ,_bceb ,_beed ,_ecda ,_cafa ,_gbdg );default:_cbge =_cgfed (_baeg ,_aadcb ,_fbef ,_gaag ,_bceb ,_beed ,_ecda ,_cafa ,_gbdg ); +};if _cbge !=nil {return _cbge ;};return nil ;};func (_gcgf *Monochrome )Validate ()error {if len (_gcgf .Data )!=_gcgf .Height *_gcgf .BytesPerLine {return ErrInvalidImage ;};return nil ;};func (_cdfe *NRGBA16 )NRGBAAt (x ,y int )_b .NRGBA {_aded ,_ :=ColorAtNRGBA16 (x ,y ,_cdfe .Width ,_cdfe .BytesPerLine ,_cdfe .Data ,_cdfe .Alpha ,_cdfe .Decode ); +return _aded ;};func _ceg (_efb ,_fbce int )*Monochrome {return &Monochrome {ImageBase :NewImageBase (_efb ,_fbce ,1,1,nil ,nil ,nil ),ModelThreshold :0x0f};};func (_adec *Gray8 )Copy ()Image {return &Gray8 {ImageBase :_adec .copy ()}};func (_facc *Monochrome )ColorModel ()_b .Model {return MonochromeModel (_facc .ModelThreshold )}; +func (_dbaca *RGBA32 )At (x ,y int )_b .Color {_edcg ,_ :=_dbaca .ColorAt (x ,y );return _edcg };func _ecfef (_ddbag _e .Image ,_edac int )(_e .Rectangle ,bool ,[]byte ){_fege :=_ddbag .Bounds ();var (_ebdeb bool ;_bfba []byte ;);switch _afda :=_ddbag .(type ){case SMasker :_ebdeb =_afda .HasAlpha (); +case NRGBA ,RGBA ,*_e .RGBA64 ,nrgba64 ,*_e .NYCbCrA :_bfba =make ([]byte ,_fege .Max .X *_fege .Max .Y *_edac );case *_e .Paletted :if !_afda .Opaque (){_bfba =make ([]byte ,_fege .Max .X *_fege .Max .Y *_edac );};};return _fege ,_ebdeb ,_bfba ;};func _gbad (_cgb _b .RGBA )_b .CMYK {_feb ,_cbff ,_adeb ,_fgd :=_b .RGBToCMYK (_cgb .R ,_cgb .G ,_cgb .B ); +return _b .CMYK {C :_feb ,M :_cbff ,Y :_adeb ,K :_fgd };};type ImageBase struct{Width ,Height int ;BitsPerComponent ,ColorComponents int ;Data ,Alpha []byte ;Decode []float64 ;BytesPerLine int ;};func (_egae *Gray4 )Base ()*ImageBase {return &_egae .ImageBase }; +func (_fcce *ImageBase )setFourBytes (_ffbf int ,_gdac uint32 )error {if _ffbf +3> len (_fcce .Data )-1{return _ec .Errorf ("\u0069n\u0064\u0065\u0078\u003a\u0020\u0027\u0025\u0064\u0027\u0020\u006fu\u0074\u0020\u006f\u0066\u0020\u0072\u0061\u006e\u0067\u0065",_ffbf ); +};_fcce .Data [_ffbf ]=byte ((_gdac &0xff000000)>>24);_fcce .Data [_ffbf +1]=byte ((_gdac &0xff0000)>>16);_fcce .Data [_ffbf +2]=byte ((_gdac &0xff00)>>8);_fcce .Data [_ffbf +3]=byte (_gdac &0xff);return nil ;};func _fbbdd (_bfaa ,_agbb RGBA ,_bcaf _e .Rectangle ){for _fgde :=0; +_fgde < _bcaf .Max .X ;_fgde ++{for _edfg :=0;_edfg < _bcaf .Max .Y ;_edfg ++{_agbb .SetRGBA (_fgde ,_edfg ,_bfaa .RGBAAt (_fgde ,_edfg ));};};};func _fbca (_gegda nrgba64 ,_bfe NRGBA ,_ecag _e .Rectangle ){for _bgefd :=0;_bgefd < _ecag .Max .X ;_bgefd ++{for _faef :=0; +_faef < _ecag .Max .Y ;_faef ++{_aecdc :=_gegda .NRGBA64At (_bgefd ,_faef );_bfe .SetNRGBA (_bgefd ,_faef ,_aeg (_aecdc ));};};};var _ Gray =&Monochrome {};func ColorAtNRGBA (x ,y ,width ,bytesPerLine ,bitsPerColor int ,data ,alpha []byte ,decode []float64 )(_b .Color ,error ){switch bitsPerColor {case 4:return ColorAtNRGBA16 (x ,y ,width ,bytesPerLine ,data ,alpha ,decode ); +case 8:return ColorAtNRGBA32 (x ,y ,width ,data ,alpha ,decode );case 16:return ColorAtNRGBA64 (x ,y ,width ,data ,alpha ,decode );default:return nil ,_ec .Errorf ("\u0075\u006e\u0073\u0075\u0070\u0070\u006fr\u0074\u0065\u0064 \u0072\u0067\u0062\u0020b\u0069\u0074\u0073\u0020\u0070\u0065\u0072\u0020\u0063\u006f\u006c\u006f\u0072\u0020\u0061\u006d\u006f\u0075\u006e\u0074\u003a\u0020\u0027\u0025\u0064\u0027",bitsPerColor ); +};};type Gray8 struct{ImageBase };func (_egbc *Gray2 )At (x ,y int )_b .Color {_bffe ,_ :=_egbc .ColorAt (x ,y );return _bffe };var _ _e .Image =&RGBA32 {};func (_cbe *NRGBA64 )Bounds ()_e .Rectangle {return _e .Rectangle {Max :_e .Point {X :_cbe .Width ,Y :_cbe .Height }}; +};var _ Image =&Gray4 {};type NRGBA interface{NRGBAAt (_ddef ,_cafeb int )_b .NRGBA ;SetNRGBA (_ebbf ,_aebe int ,_fbfc _b .NRGBA );};func (_agga *Gray2 )ColorAt (x ,y int )(_b .Color ,error ){return ColorAtGray2BPC (x ,y ,_agga .BytesPerLine ,_agga .Data ,_agga .Decode ); +};func (_gde *ImageBase )setByte (_aeb int ,_eedfb byte )error {if _aeb > len (_gde .Data )-1{return _fb .New ("\u0069n\u0064e\u0078\u0020\u006f\u0075\u0074 \u006f\u0066 \u0072\u0061\u006e\u0067\u0065");};_gde .Data [_aeb ]=_eedfb ;return nil ;};var _ _e .Image =&NRGBA64 {}; +func (_cbfg *Gray4 )SetGray (x ,y int ,g _b .Gray ){if x >=_cbfg .Width ||y >=_cbfg .Height {return ;};g =_cdag (g );_cbfg .setGray (x ,y ,g );};func (_adaa *Gray16 )Copy ()Image {return &Gray16 {ImageBase :_adaa .copy ()}};func (_bbdb *ImageBase )getByte (_feae int )(byte ,error ){if _feae > len (_bbdb .Data )-1||_feae < 0{return 0,_ec .Errorf ("\u0069\u006e\u0064\u0065x:\u0020\u0025\u0064\u0020\u006f\u0075\u0074\u0020\u006f\u0066\u0020\u0072\u0061\u006eg\u0065",_feae ); +};return _bbdb .Data [_feae ],nil ;};func (_gcb *Monochrome )AddPadding ()(_bcdf error ){if _fbb :=((_gcb .Width *_gcb .Height )+7)>>3;len (_gcb .Data )< _fbb {return _ec .Errorf ("\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0064a\u0074\u0061\u0020\u006c\u0065\u006e\u0067\u0074\u0068\u003a\u0020\u0027\u0025\u0064\u0027\u002e\u0020\u0054\u0068\u0065\u0020\u0064\u0061t\u0061\u0020s\u0068\u006fu\u006c\u0064\u0020\u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0020\u0061\u0074 l\u0065\u0061\u0073\u0074\u003a\u0020\u0027\u0025\u0064'\u0020\u0062\u0079\u0074\u0065\u0073",len (_gcb .Data ),_fbb ); +};_agd :=_gcb .Width %8;if _agd ==0{return nil ;};_acbe :=_gcb .Width /8;_bfa :=_d .NewReader (_gcb .Data );_adgdc :=make ([]byte ,_gcb .Height *_gcb .BytesPerLine );_bgfa :=_d .NewWriterMSB (_adgdc );_ccce :=make ([]byte ,_acbe );var (_dea int ;_gabb uint64 ; +);for _dea =0;_dea < _gcb .Height ;_dea ++{if _ ,_bcdf =_bfa .Read (_ccce );_bcdf !=nil {return _bcdf ;};if _ ,_bcdf =_bgfa .Write (_ccce );_bcdf !=nil {return _bcdf ;};if _gabb ,_bcdf =_bfa .ReadBits (byte (_agd ));_bcdf !=nil {return _bcdf ;};if _bcdf =_bgfa .WriteByte (byte (_gabb )<=len (_agea .Data ){return ; +};_agea .setNRGBA64 (_fgac ,c ,_bgce );};func NextPowerOf2 (n uint )uint {if IsPowerOf2 (n ){return n ;};return 1<<(_fcbd (n )+1);};func (_faac *Monochrome )ExpandBinary (factor int )(*Monochrome ,error ){if !IsPowerOf2 (uint (factor )){return nil ,_ec .Errorf ("\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0065\u0078\u0070\u0061\u006e\u0064\u0020b\u0069n\u0061\u0072\u0079\u0020\u0066\u0061\u0063\u0074\u006f\u0072\u003a\u0020\u0025\u0064",factor ); +};return _cb (_faac ,factor );};func _aeg (_gcfg _b .NRGBA64 )_b .NRGBA {return _b .NRGBA {R :uint8 (_gcfg .R >>8),G :uint8 (_gcfg .G >>8),B :uint8 (_gcfg .B >>8),A :uint8 (_gcfg .A >>8)};};type shift int ;func (_ega *Monochrome )Bounds ()_e .Rectangle {return _e .Rectangle {Max :_e .Point {X :_ega .Width ,Y :_ega .Height }}; +};func _ggcf (_facgb _e .Image )(Image ,error ){if _gcag ,_gbde :=_facgb .(*Gray4 );_gbde {return _gcag .Copy (),nil ;};_bbfc :=_facgb .Bounds ();_gbgd ,_dcbe :=NewImage (_bbfc .Max .X ,_bbfc .Max .Y ,4,1,nil ,nil ,nil );if _dcbe !=nil {return nil ,_dcbe ; +};_eafa (_facgb ,_gbgd ,_bbfc );return _gbgd ,nil ;};func (_bcfb *Gray8 )Histogram ()(_fdad [256]int ){for _afdf :=0;_afdf < len (_bcfb .Data );_afdf ++{_fdad [_bcfb .Data [_afdf ]]++;};return _fdad ;};func _fgda (_dcfb *_e .Gray ,_adgga uint8 )*_e .Gray {_bagf :=_dcfb .Bounds (); +_bceg :=_e .NewGray (_bagf );for _bcfe :=0;_bcfe < _bagf .Dx ();_bcfe ++{for _gaca :=0;_gaca < _bagf .Dy ();_gaca ++{_cdgfd :=_dcfb .GrayAt (_bcfe ,_gaca );_bceg .SetGray (_bcfe ,_gaca ,_b .Gray {Y :_fagc (_cdgfd .Y ,_adgga )});};};return _bceg ;};func _fee (_cgdaf _b .NRGBA )_b .RGBA {_ddea ,_gebd ,_affc ,_ebg :=_cgdaf .RGBA (); +return _b .RGBA {R :uint8 (_ddea >>8),G :uint8 (_gebd >>8),B :uint8 (_affc >>8),A :uint8 (_ebg >>8)};};func (_fec *Monochrome )Copy ()Image {return &Monochrome {ImageBase :_fec .ImageBase .copy (),ModelThreshold :_fec .ModelThreshold };};func _gage (_cbgc ,_dgdc int ,_dab []byte )*Monochrome {_dac :=_ceg (_cbgc ,_dgdc ); +_dac .Data =_dab ;return _dac ;};func (_ageb *Gray2 )Base ()*ImageBase {return &_ageb .ImageBase };func ImgToBinary (i _e .Image ,threshold uint8 )*_e .Gray {switch _aefgg :=i .(type ){case *_e .Gray :if _aagcb (_aefgg ){return _aefgg ;};return _fgda (_aefgg ,threshold ); +case *_e .Gray16 :return _ceef (_aefgg ,threshold );default:return _eadg (_aefgg ,threshold );};};var _ Image =&Gray8 {};func (_eaab *NRGBA16 )SetNRGBA (x ,y int ,c _b .NRGBA ){_cegbd :=y *_eaab .BytesPerLine +x *3/2;if _cegbd +1>=len (_eaab .Data ){return ; +};c =_ccag (c );_eaab .setNRGBA (x ,y ,_cegbd ,c );};type nrgba64 interface{NRGBA64At (_ffba ,_cccbf int )_b .NRGBA64 ;SetNRGBA64 (_abf ,_bfdg int ,_gccaf _b .NRGBA64 );};func _dabc (_bgb _b .CMYK )_b .RGBA {_dfgf ,_ccdg ,_adbe :=_b .CMYKToRGB (_bgb .C ,_bgb .M ,_bgb .Y ,_bgb .K ); +return _b .RGBA {R :_dfgf ,G :_ccdg ,B :_adbe ,A :0xff};};func (_edc *ImageBase )copy ()ImageBase {_eab :=*_edc ;_eab .Data =make ([]byte ,len (_edc .Data ));copy (_eab .Data ,_edc .Data );return _eab ;};func _fdb ()(_gfe [256]uint64 ){for _acff :=0;_acff < 256; +_acff ++{if _acff &0x01!=0{_gfe [_acff ]|=0xff;};if _acff &0x02!=0{_gfe [_acff ]|=0xff00;};if _acff &0x04!=0{_gfe [_acff ]|=0xff0000;};if _acff &0x08!=0{_gfe [_acff ]|=0xff000000;};if _acff &0x10!=0{_gfe [_acff ]|=0xff00000000;};if _acff &0x20!=0{_gfe [_acff ]|=0xff0000000000; +};if _acff &0x40!=0{_gfe [_acff ]|=0xff000000000000;};if _acff &0x80!=0{_gfe [_acff ]|=0xff00000000000000;};};return _gfe ;};type Image interface{_g .Image ;Base ()*ImageBase ;Copy ()Image ;Pix ()[]byte ;ColorAt (_aedga ,_fgcge int )(_b .Color ,error ); +Validate ()error ;};func _gbdc (_cccb _e .Image )(Image ,error ){if _cebf ,_gffd :=_cccb .(*Gray8 );_gffd {return _cebf .Copy (),nil ;};_ecf :=_cccb .Bounds ();_egdg ,_abce :=NewImage (_ecf .Max .X ,_ecf .Max .Y ,8,1,nil ,nil ,nil );if _abce !=nil {return nil ,_abce ; +};_eafa (_cccb ,_egdg ,_ecf );return _egdg ,nil ;};type Gray16 struct{ImageBase };func _agc (_afgd _e .Image ,_afa Image ,_deg _e .Rectangle ){for _baf :=0;_baf < _deg .Max .X ;_baf ++{for _aac :=0;_aac < _deg .Max .Y ;_aac ++{_fdff :=_afgd .At (_baf ,_aac ); +_afa .Set (_baf ,_aac ,_fdff );};};};func (_bcgba *Gray2 )GrayAt (x ,y int )_b .Gray {_fcba ,_ :=ColorAtGray2BPC (x ,y ,_bcgba .BytesPerLine ,_bcgba .Data ,_bcgba .Decode );return _fcba ;};var _ Image =&Gray16 {};type colorConverter struct{_aff func (_adeea _e .Image )(Image ,error ); +};func _eeb (_cdac _e .Image )(Image ,error ){if _fccb ,_cebg :=_cdac .(*Gray2 );_cebg {return _fccb .Copy (),nil ;};_cgeg :=_cdac .Bounds ();_aba ,_fbgb :=NewImage (_cgeg .Max .X ,_cgeg .Max .Y ,2,1,nil ,nil ,nil );if _fbgb !=nil {return nil ,_fbgb ;}; +_eafa (_cdac ,_aba ,_cgeg );return _aba ,nil ;};func (_bfdc *Monochrome )copy ()*Monochrome {_fbgc :=_ceg (_bfdc .Width ,_bfdc .Height );_fbgc .ModelThreshold =_bfdc .ModelThreshold ;_fbgc .Data =make ([]byte ,len (_bfdc .Data ));copy (_fbgc .Data ,_bfdc .Data ); +if len (_bfdc .Decode )!=0{_fbgc .Decode =make ([]float64 ,len (_bfdc .Decode ));copy (_fbgc .Decode ,_bfdc .Decode );};if len (_bfdc .Alpha )!=0{_fbgc .Alpha =make ([]byte ,len (_bfdc .Alpha ));copy (_fbgc .Alpha ,_bfdc .Alpha );};return _fbgc ;};func _eedf (_gbbb _b .Color )_b .Color {_ccbe :=_b .GrayModel .Convert (_gbbb ).(_b .Gray ); +return _afdb (_ccbe );};type Gray interface{GrayAt (_fgdf ,_ccc int )_b .Gray ;SetGray (_aefa ,_afeb int ,_cdfg _b .Gray );}; \ No newline at end of file diff --git a/internal/integrations/unichart/unichart.go b/internal/integrations/unichart/unichart.go index 562557989..a59598dfd 100644 --- a/internal/integrations/unichart/unichart.go +++ b/internal/integrations/unichart/unichart.go @@ -9,31 +9,32 @@ // Use of this source code is governed by the UniDoc End User License Agreement // terms that can be accessed at https://unidoc.io/eula/ -package unichart ;import (_e "bytes";_ec "fmt";_c "github.com/unidoc/unichart/render";_g "github.com/unidoc/unipdf/v3/common";_bc "github.com/unidoc/unipdf/v3/contentstream";_gf "github.com/unidoc/unipdf/v3/contentstream/draw";_ac "github.com/unidoc/unipdf/v3/core"; -_df "github.com/unidoc/unipdf/v3/model";_bd "image/color";_b "io";_a "math";);func (_acg *Renderer )Save (w _b .Writer )error {if w ==nil {return nil ;};_ ,_ag :=_b .Copy (w ,_e .NewBuffer (_acg ._ba .Bytes ()));return _ag ;};func (_cc *Renderer )SetFillColor (color _bd .Color ){_cc ._cd =color ; -_de ,_ge ,_aa ,_ :=_fcc (color );_cc ._ba .Add_rg (_de ,_ge ,_aa );};func (_dda *Renderer )MeasureText (text string )_c .Box {_ca :=_dda ._cf ;_fa ,_fbg :=_dda ._gg .GetFontDescriptor ();if _fbg !=nil {_g .Log .Debug ("W\u0041\u0052\u004e\u003a\u0020\u0055n\u0061\u0062\u006c\u0065\u0020\u0074o\u0020\u0067\u0065\u0074\u0020\u0066\u006fn\u0074\u0020\u0064\u0065\u0073\u0063\u0072\u0069\u0070\u0074o\u0072"); -}else {_fgb ,_fae :=_fa .GetCapHeight ();if _fae !=nil {_g .Log .Debug ("\u0057\u0041\u0052\u004e\u003a\u0020\u0055\u006e\u0061\u0062\u006c\u0065\u0020t\u006f\u0020\u0067\u0065\u0074\u0020f\u006f\u006e\u0074\u0020\u0063\u0061\u0070\u0020\u0068\u0065\u0069\u0067\u0068t\u003a\u0020\u0025\u0076",_fae ); -}else {_ca =_fgb /1000.0*_dda ._cf ;};};var (_gea =0.0;_db =_dda .wrapText (text ););for _ ,_dcd :=range _db {if _afa :=_dda .getTextWidth (_dcd );_afa > _gea {_gea =_afa ;};};_acf :=_c .NewBox (0,0,int (_gea ),int (_ca ));if _cce :=_dda ._gb ;_cce !=0{_acf =_acf .Corners ().Rotate (_cce ).Box (); -};return _acf ;};func (_dcfc *Renderer )Fill (){_dcfc ._ba .Add_f ()};func (_fd *Renderer )ClearTextRotation (){_fd ._gb =0};func (_ddc *Renderer )MoveTo (x ,y int ){_ddc ._ba .Add_m (float64 (x ),float64 (y ))};func (_dc *Renderer )SetStrokeColor (color _bd .Color ){_dc ._da =color ; -_eaf ,_ga ,_gca ,_ :=_fcc (color );_dc ._ba .Add_RG (_eaf ,_ga ,_gca );};func (_fe *Renderer )SetFont (font _c .Font ){_abb ,_bcb :=font .(*_df .PdfFont );if !_bcb {_g .Log .Debug ("\u0045R\u0052\u004f\u0052\u003a\u0020\u0069\u006e\u0076\u0061\u006c\u0069d\u0020\u0066\u006f\u006e\u0074\u0020\u0074\u0079\u0070\u0065"); -return ;};_efd ,_bcb :=_fe ._be [_abb ];if !_bcb {_efd =_fdg ("\u0046\u006f\u006e\u0074",1,_fe ._bcg .HasFontByName );if _ed :=_fe ._bcg .SetFontByName (_efd ,_abb .ToPdfObject ());_ed !=nil {_g .Log .Debug ("\u0045\u0052\u0052\u004f\u0052:\u0020\u0063\u006f\u0075\u006c\u0064\u0020\u006e\u006f\u0074\u0020\u0061\u0064d\u0020\u0066\u006f\u006e\u0074\u0020\u0025\u0076\u0020\u0074\u006f\u0020\u0072\u0065\u0073\u006f\u0075\u0072\u0063\u0065\u0073",_abb ); -};_fe ._be [_abb ]=_efd ;};_fe ._ba .Add_Tf (_efd ,_fe ._cf );_fe ._gg =_abb ;};func (_bb *Renderer )SetDPI (dpi float64 ){_bb ._f =dpi };func (_dcf *Renderer )SetStrokeWidth (width float64 ){_dcf ._ee =width ;_dcf ._ba .Add_w (width )};func (_bfd *Renderer )SetTextRotation (radians float64 ){_bfd ._gb =_dddb (-radians )}; -func (_ef *Renderer )ResetStyle (){_ef .SetFillColor (_bd .Black );_ef .SetStrokeColor (_bd .Transparent );_ef .SetStrokeWidth (0);_ef .SetFont (_df .DefaultFont ());_ef .SetFontColor (_bd .Black );_ef .SetFontSize (12);_ef .SetTextRotation (0);};func (_bgd *Renderer )QuadCurveTo (cx ,cy ,x ,y int ){_bgd ._ba .Add_v (float64 (x ),float64 (y ),float64 (cx ),float64 (cy )); -};func (_gga *Renderer )GetDPI ()float64 {return _gga ._f };func (_fbe *Renderer )Text (text string ,x ,y int ){_fbe ._ba .Add_q ();_fbe .SetFont (_fbe ._gg );_fca ,_edg ,_bab ,_ :=_fcc (_fbe ._gc );_fbe ._ba .Add_rg (_fca ,_edg ,_bab );_fbe ._ba .Translate (float64 (x ),float64 (y )).Scale (1,-1); -if _gaga :=_fbe ._gb ;_gaga !=0{_fbe ._ba .RotateDeg (_gaga );};_fbe ._ba .Add_BT ().Add_TL (_fbe ._cf );var (_gdc =_fbe ._gg .Encoder ();_cda =_fbe .wrapText (text );_gec =len (_cda ););for _cba ,_ddd :=range _cda {_fbe ._ba .Add_TJ (_ac .MakeStringFromBytes (_gdc .Encode (_ddd ))); -if _cba !=_gec -1{_fbe ._ba .Add_Tstar ();};};_fbe ._ba .Add_ET ();_fbe ._ba .Add_Q ();};func (_abf *Renderer )wrapText (_eag string )[]string {var (_afaa []string ;_eb []rune ;);for _ ,_eff :=range _eag {if _eff =='\n'{_afaa =append (_afaa ,string (_eb )); -_eb =[]rune {};continue ;};_eb =append (_eb ,_eff );};if len (_eb )> 0{_afaa =append (_afaa ,string (_eb ));};return _afaa ;};func (_bcd *Renderer )Circle (radius float64 ,x ,y int ){_gd :=radius ;if _fg :=_bcd ._ee ;_fg !=0{_gd -=_fg /2;};_dgd :=_gd *0.551784; -_ad :=_gf .CubicBezierPath {Curves :[]_gf .CubicBezierCurve {_gf .NewCubicBezierCurve (-_gd ,0,-_gd ,_dgd ,-_dgd ,_gd ,0,_gd ),_gf .NewCubicBezierCurve (0,_gd ,_dgd ,_gd ,_gd ,_dgd ,_gd ,0),_gf .NewCubicBezierCurve (_gd ,0,_gd ,-_dgd ,_dgd ,-_gd ,0,-_gd ),_gf .NewCubicBezierCurve (0,-_gd ,-_dgd ,-_gd ,-_gd ,-_dgd ,-_gd ,0)}}; -if _cff :=_bcd ._ee ;_cff !=0{_ad =_ad .Offset (_cff /2,_cff /2);};_ad =_ad .Offset (float64 (x ),float64 (y ));_gf .DrawBezierPathWithCreator (_ad ,_bcd ._ba );};func (_bg *Renderer )LineTo (x ,y int ){_bg ._ba .Add_l (float64 (x ),float64 (y ))};func (_cgd *Renderer )SetFontSize (size float64 ){_cgd ._cf =size }; -func (_ecb *Renderer )Close (){_ecb ._ba .Add_h ()};func (_eeg *Renderer )SetFontColor (color _bd .Color ){_eeg ._gc =color };func _egf (_bgcb _bd .Color )(uint8 ,uint8 ,uint8 ,uint8 ){_ff ,_eaff ,_baac ,_ega :=_bgcb .RGBA ();return uint8 (_ff >>8),uint8 (_eaff >>8),uint8 (_baac >>8),uint8 (_ega >>8); -};func (_cb *Renderer )SetStrokeDashArray (dashArray []float64 ){_deg :=make ([]int64 ,len (dashArray ));for _dca ,_dd :=range dashArray {_deg [_dca ]=int64 (_dd );};_cb ._ba .Add_d (_deg ,0);};func (_fb *Renderer )ArcTo (cx ,cy int ,rx ,ry ,startAngle ,deltaAngle float64 ){startAngle =_dddb (2.0*_a .Pi -startAngle ); -deltaAngle =_dddb (-deltaAngle );_eee ,_bde :=deltaAngle ,1;if _a .Abs (deltaAngle )> 90.0{_bde =int (_a .Ceil (_a .Abs (deltaAngle )/90.0));_eee =deltaAngle /float64 (_bde );};var (_gff =_dddg (_eee /2);_gbc =_a .Abs (4.0/3.0*(1.0-_a .Cos (_gff ))/_a .Sin (_gff )); -_eca =float64 (cx );_dg =float64 (cy ););for _bfc :=0;_bfc < _bde ;_bfc ++{_cfg :=_dddg (startAngle +float64 (_bfc )*_eee );_gbe :=_dddg (startAngle +float64 (_bfc +1)*_eee );_eac :=_a .Cos (_cfg );_cg :=_a .Cos (_gbe );_aba :=_a .Sin (_cfg );_fc :=_a .Sin (_gbe ); -var _eg []float64 ;if _eee > 0{_eg =[]float64 {_eca +rx *_eac ,_dg -ry *_aba ,_eca +rx *(_eac -_gbc *_aba ),_dg -ry *(_aba +_gbc *_eac ),_eca +rx *(_cg +_gbc *_fc ),_dg -ry *(_fc -_gbc *_cg ),_eca +rx *_cg ,_dg -ry *_fc };}else {_eg =[]float64 {_eca +rx *_eac ,_dg -ry *_aba ,_eca +rx *(_eac +_gbc *_aba ),_dg -ry *(_aba -_gbc *_eac ),_eca +rx *(_cg -_gbc *_fc ),_dg -ry *(_fc +_gbc *_cg ),_eca +rx *_cg ,_dg -ry *_fc }; -};if _bfc ==0{_fb ._ba .Add_l (_eg [0],_eg [1]);};_fb ._ba .Add_c (_eg [2],_eg [3],_eg [4],_eg [5],_eg [6],_eg [7]);};};func NewRenderer (cc *_bc .ContentCreator ,res *_df .PdfPageResources )func (int ,int )(_c .Renderer ,error ){return func (_bf ,_gbg int )(_c .Renderer ,error ){_ab :=&Renderer {_bdg :_bf ,_af :_gbg ,_f :72,_ba :cc ,_bcg :res ,_be :map[*_df .PdfFont ]_ac .PdfObjectName {}}; -_ab .ResetStyle ();return _ab ,nil ;};};func _dddb (_ageb float64 )float64 {return _ageb *180/_a .Pi };type Renderer struct{_bdg int ;_af int ;_f float64 ;_ba *_bc .ContentCreator ;_bcg *_df .PdfPageResources ;_cd _bd .Color ;_da _bd .Color ;_ee float64 ; -_gg *_df .PdfFont ;_cf float64 ;_gc _bd .Color ;_gb float64 ;_be map[*_df .PdfFont ]_ac .PdfObjectName ;};func (_ea *Renderer )SetClassName (name string ){};func _fdg (_agb string ,_faea int ,_cbc func (_ac .PdfObjectName )bool )_ac .PdfObjectName {_bda :=_ac .PdfObjectName (_ec .Sprintf ("\u0025\u0073\u0025\u0064",_agb ,_faea )); -for _age :=_faea ;_cbc (_bda );{_age ++;_bda =_ac .PdfObjectName (_ec .Sprintf ("\u0025\u0073\u0025\u0064",_agb ,_age ));};return _bda ;};func (_cgf *Renderer )getTextWidth (_eab string )float64 {var _gfb float64 ;for _ ,_gece :=range _eab {_eacg ,_fag :=_cgf ._gg .GetRuneMetrics (_gece ); -if !_fag {_g .Log .Debug ("\u0045\u0052\u0052OR\u003a\u0020\u0075\u006e\u0073\u0075\u0070\u0070\u006fr\u0074e\u0064 \u0072u\u006e\u0065\u0020\u0025\u0076\u0020\u0069\u006e\u0020\u0066\u006f\u006e\u0074",_gece );};_gfb +=_eacg .Wx ;};return _cgf ._cf *_gfb /1000.0; -};func _dddg (_add float64 )float64 {return _add *_a .Pi /180.0};func (_fba *Renderer )FillStroke (){_fba ._ba .Add_B ()};func (_aca *Renderer )Stroke (){_aca ._ba .Add_S ()};func _fcc (_gfc _bd .Color )(float64 ,float64 ,float64 ,float64 ){_cde ,_cfd ,_gcg ,_ebb :=_egf (_gfc ); -return float64 (_cde )/255,float64 (_cfd )/255,float64 (_gcg )/255,float64 (_ebb )/255;}; \ No newline at end of file +package unichart ;import (_a "bytes";_e "fmt";_d "github.com/unidoc/unichart/render";_fe "github.com/unidoc/unipdf/v3/common";_bed "github.com/unidoc/unipdf/v3/contentstream";_ab "github.com/unidoc/unipdf/v3/contentstream/draw";_c "github.com/unidoc/unipdf/v3/core"; +_be "github.com/unidoc/unipdf/v3/model";_ag "image/color";_bc "io";_b "math";);func _faf (_dec float64 )float64 {return _dec *_b .Pi /180.0};func (_cce *Renderer )ArcTo (cx ,cy int ,rx ,ry ,startAngle ,deltaAngle float64 ){startAngle =_gcea (2.0*_b .Pi -startAngle ); +deltaAngle =_gcea (-deltaAngle );_fbe ,_aac :=deltaAngle ,1;if _b .Abs (deltaAngle )> 90.0{_aac =int (_b .Ceil (_b .Abs (deltaAngle )/90.0));_fbe =deltaAngle /float64 (_aac );};var (_cf =_faf (_fbe /2);_ccd =_b .Abs (4.0/3.0*(1.0-_b .Cos (_cf ))/_b .Sin (_cf )); +_abd =float64 (cx );_bcc =float64 (cy ););for _bfb :=0;_bfb < _aac ;_bfb ++{_eg :=_faf (startAngle +float64 (_bfb )*_fbe );_gc :=_faf (startAngle +float64 (_bfb +1)*_fbe );_ef :=_b .Cos (_eg );_bb :=_b .Cos (_gc );_cfd :=_b .Sin (_eg );_gb :=_b .Sin (_gc ); +var _gg []float64 ;if _fbe > 0{_gg =[]float64 {_abd +rx *_ef ,_bcc -ry *_cfd ,_abd +rx *(_ef -_ccd *_cfd ),_bcc -ry *(_cfd +_ccd *_ef ),_abd +rx *(_bb +_ccd *_gb ),_bcc -ry *(_gb -_ccd *_bb ),_abd +rx *_bb ,_bcc -ry *_gb };}else {_gg =[]float64 {_abd +rx *_ef ,_bcc -ry *_cfd ,_abd +rx *(_ef +_ccd *_cfd ),_bcc -ry *(_cfd -_ccd *_ef ),_abd +rx *(_bb -_ccd *_gb ),_bcc -ry *(_gb +_ccd *_bb ),_abd +rx *_bb ,_bcc -ry *_gb }; +};if _bfb ==0{_cce ._de .Add_l (_gg [0],_gg [1]);};_cce ._de .Add_c (_gg [2],_gg [3],_gg [4],_gg [5],_gg [6],_gg [7]);};};func (_dg *Renderer )SetStrokeWidth (width float64 ){_dg ._aa =width ;_dg ._de .Add_w (width )};func (_efe *Renderer )Text (text string ,x ,y int ){_efe ._de .Add_q (); +_efe .SetFont (_efe ._ded );_agc ,_gff ,_cae ,_ :=_gcb (_efe ._ge );_efe ._de .Add_rg (_agc ,_gff ,_cae );_efe ._de .Translate (float64 (x ),float64 (y )).Scale (1,-1);if _ffa :=_efe ._gea ;_ffa !=0{_efe ._de .RotateDeg (_ffa );};_efe ._de .Add_BT ().Add_TL (_efe ._eda ); +var (_bdd =_efe ._ded .Encoder ();_cfdd =_efe .wrapText (text );_ce =len (_cfdd ););for _ecg ,_edfa :=range _cfdd {_efe ._de .Add_TJ (_c .MakeStringFromBytes (_bdd .Encode (_edfa )));if _ecg !=_ce -1{_efe ._de .Add_Tstar ();};};_efe ._de .Add_ET ();_efe ._de .Add_Q (); +};func (_cfdc *Renderer )Close (){_cfdc ._de .Add_h ()};func (_bdc *Renderer )ResetStyle (){_bdc .SetFillColor (_ag .Black );_bdc .SetStrokeColor (_ag .Transparent );_bdc .SetStrokeWidth (0);_bdc .SetFont (_be .DefaultFont ());_bdc .SetFontColor (_ag .Black ); +_bdc .SetFontSize (12);_bdc .SetTextRotation (0);};func (_bcd *Renderer )SetDPI (dpi float64 ){_bcd ._g =dpi };func _gcea (_ga float64 )float64 {return _ga *180/_b .Pi };func (_ad *Renderer )SetClassName (name string ){};type Renderer struct{_bf int ;_bg int ; +_g float64 ;_de *_bed .ContentCreator ;_dc *_be .PdfPageResources ;_gf _ag .Color ;_ed _ag .Color ;_aa float64 ;_ded *_be .PdfFont ;_eda float64 ;_ge _ag .Color ;_gea float64 ;_bd map[*_be .PdfFont ]_c .PdfObjectName ;};func (_ec *Renderer )Circle (radius float64 ,x ,y int ){_cb :=radius ; +if _bbf :=_ec ._aa ;_bbf !=0{_cb -=_bbf /2;};_abc :=_cb *0.551784;_da :=_ab .CubicBezierPath {Curves :[]_ab .CubicBezierCurve {_ab .NewCubicBezierCurve (-_cb ,0,-_cb ,_abc ,-_abc ,_cb ,0,_cb ),_ab .NewCubicBezierCurve (0,_cb ,_abc ,_cb ,_cb ,_abc ,_cb ,0),_ab .NewCubicBezierCurve (_cb ,0,_cb ,-_abc ,_abc ,-_cb ,0,-_cb ),_ab .NewCubicBezierCurve (0,-_cb ,-_abc ,-_cb ,-_cb ,-_abc ,-_cb ,0)}}; +if _ebg :=_ec ._aa ;_ebg !=0{_da =_da .Offset (_ebg /2,_ebg /2);};_da =_da .Offset (float64 (x ),float64 (y ));_ab .DrawBezierPathWithCreator (_da ,_ec ._de );};func (_fg *Renderer )SetStrokeDashArray (dashArray []float64 ){_ea :=make ([]int64 ,len (dashArray )); +for _eba ,_eag :=range dashArray {_ea [_eba ]=int64 (_eag );};_fg ._de .Add_d (_ea ,0);};func _fgg (_gce _ag .Color )(uint8 ,uint8 ,uint8 ,uint8 ){_eeg ,_dcc ,_aag ,_fed :=_gce .RGBA ();return uint8 (_eeg >>8),uint8 (_dcc >>8),uint8 (_aag >>8),uint8 (_fed >>8); +};func _edfag (_aab string ,_gdf int ,_bdga func (_c .PdfObjectName )bool )_c .PdfObjectName {_fdd :=_c .PdfObjectName (_e .Sprintf ("\u0025\u0073\u0025\u0064",_aab ,_gdf ));for _ddd :=_gdf ;_bdga (_fdd );{_ddd ++;_fdd =_c .PdfObjectName (_e .Sprintf ("\u0025\u0073\u0025\u0064",_aab ,_ddd )); +};return _fdd ;};func (_gga *Renderer )Stroke (){_gga ._de .Add_S ()};func (_cc *Renderer )QuadCurveTo (cx ,cy ,x ,y int ){_cc ._de .Add_v (float64 (x ),float64 (y ),float64 (cx ),float64 (cy ));};func _gcb (_gede _ag .Color )(float64 ,float64 ,float64 ,float64 ){_ba ,_fdb ,_gbcg ,_dab :=_fgg (_gede ); +return float64 (_ba )/255,float64 (_fdb )/255,float64 (_gbcg )/255,float64 (_dab )/255;};func (_gbe *Renderer )getTextWidth (_aef string )float64 {var _bgc float64 ;for _ ,_cda :=range _aef {_bec ,_dac :=_gbe ._ded .GetRuneMetrics (_cda );if !_dac {_fe .Log .Debug ("\u0045\u0052\u0052OR\u003a\u0020\u0075\u006e\u0073\u0075\u0070\u0070\u006fr\u0074e\u0064 \u0072u\u006e\u0065\u0020\u0025\u0076\u0020\u0069\u006e\u0020\u0066\u006f\u006e\u0074",_cda ); +};_bgc +=_bec .Wx ;};return _gbe ._eda *_bgc /1000.0;};func (_ca *Renderer )SetFillColor (color _ag .Color ){_ca ._gf =color ;_ged ,_bdg ,_ac ,_ :=_gcb (color );_ca ._de .Add_rg (_ged ,_bdg ,_ac );};func (_gba *Renderer )ClearTextRotation (){_gba ._gea =0}; +func (_cd *Renderer )SetTextRotation (radians float64 ){_cd ._gea =_gcea (-radians )};func NewRenderer (cc *_bed .ContentCreator ,res *_be .PdfPageResources )func (int ,int )(_d .Renderer ,error ){return func (_eb ,_gd int )(_d .Renderer ,error ){_ff :=&Renderer {_bf :_eb ,_bg :_gd ,_g :72,_de :cc ,_dc :res ,_bd :map[*_be .PdfFont ]_c .PdfObjectName {}}; +_ff .ResetStyle ();return _ff ,nil ;};};func (_deb *Renderer )Fill (){_deb ._de .Add_f ()};func (_db *Renderer )SetStrokeColor (color _ag .Color ){_db ._ed =color ;_agf ,_fb ,_dbf ,_ :=_gcb (color );_db ._de .Add_RG (_agf ,_fb ,_dbf );};func (_dd *Renderer )SetFontSize (size float64 ){_dd ._eda =size }; +func (_age *Renderer )LineTo (x ,y int ){_age ._de .Add_l (float64 (x ),float64 (y ))};func (_fbc *Renderer )MoveTo (x ,y int ){_fbc ._de .Add_m (float64 (x ),float64 (y ))};func (_dcf *Renderer )SetFontColor (color _ag .Color ){_dcf ._ge =color };func (_fa *Renderer )wrapText (_dda string )[]string {var (_dde []string ; +_ecd []rune ;);for _ ,_gfa :=range _dda {if _gfa =='\n'{_dde =append (_dde ,string (_ecd ));_ecd =[]rune {};continue ;};_ecd =append (_ecd ,_gfa );};if len (_ecd )> 0{_dde =append (_dde ,string (_ecd ));};return _dde ;};func (_ee *Renderer )SetFont (font _d .Font ){_gge ,_fba :=font .(*_be .PdfFont ); +if !_fba {_fe .Log .Debug ("\u0045R\u0052\u004f\u0052\u003a\u0020\u0069\u006e\u0076\u0061\u006c\u0069d\u0020\u0066\u006f\u006e\u0074\u0020\u0074\u0079\u0070\u0065");return ;};_edf ,_fba :=_ee ._bd [_gge ];if !_fba {_edf =_edfag ("\u0046\u006f\u006e\u0074",1,_ee ._dc .HasFontByName ); +if _ggg :=_ee ._dc .SetFontByName (_edf ,_gge .ToPdfObject ());_ggg !=nil {_fe .Log .Debug ("\u0045\u0052\u0052\u004f\u0052:\u0020\u0063\u006f\u0075\u006c\u0064\u0020\u006e\u006f\u0074\u0020\u0061\u0064d\u0020\u0066\u006f\u006e\u0074\u0020\u0025\u0076\u0020\u0074\u006f\u0020\u0072\u0065\u0073\u006f\u0075\u0072\u0063\u0065\u0073",_gge ); +};_ee ._bd [_gge ]=_edf ;};_ee ._de .Add_Tf (_edf ,_ee ._eda );_ee ._ded =_gge ;};func (_cgb *Renderer )Save (w _bc .Writer )error {if w ==nil {return nil ;};_ ,_efeg :=_bc .Copy (w ,_a .NewBuffer (_cgb ._de .Bytes ()));return _efeg ;};func (_dga *Renderer )FillStroke (){_dga ._de .Add_B ()}; +func (_ecf *Renderer )MeasureText (text string )_d .Box {_ece :=_ecf ._eda ;_ebc ,_gfg :=_ecf ._ded .GetFontDescriptor ();if _gfg !=nil {_fe .Log .Debug ("W\u0041\u0052\u004e\u003a\u0020\u0055n\u0061\u0062\u006c\u0065\u0020\u0074o\u0020\u0067\u0065\u0074\u0020\u0066\u006fn\u0074\u0020\u0064\u0065\u0073\u0063\u0072\u0069\u0070\u0074o\u0072"); +}else {_cfddf ,_dge :=_ebc .GetCapHeight ();if _dge !=nil {_fe .Log .Debug ("\u0057\u0041\u0052\u004e\u003a\u0020\u0055\u006e\u0061\u0062\u006c\u0065\u0020t\u006f\u0020\u0067\u0065\u0074\u0020f\u006f\u006e\u0074\u0020\u0063\u0061\u0070\u0020\u0068\u0065\u0069\u0067\u0068t\u003a\u0020\u0025\u0076",_dge ); +}else {_ece =_cfddf /1000.0*_ecf ._eda ;};};var (_eeb =0.0;_gedf =_ecf .wrapText (text ););for _ ,_ccg :=range _gedf {if _dbe :=_ecf .getTextWidth (_ccg );_dbe > _eeb {_eeb =_dbe ;};};_dgec :=_d .NewBox (0,0,int (_eeb ),int (_ece ));if _gbc :=_ecf ._gea ; +_gbc !=0{_dgec =_dgec .Corners ().Rotate (_gbc ).Box ();};return _dgec ;};func (_ae *Renderer )GetDPI ()float64 {return _ae ._g }; \ No newline at end of file diff --git a/internal/jbig2/basic/basic.go b/internal/jbig2/basic/basic.go index 537d46834..dd6460e71 100644 --- a/internal/jbig2/basic/basic.go +++ b/internal/jbig2/basic/basic.go @@ -9,14 +9,15 @@ // Use of this source code is governed by the UniDoc End User License Agreement // terms that can be accessed at https://unidoc.io/eula/ -package basic ;import _b "github.com/unidoc/unipdf/v3/internal/jbig2/errors";func (_fb IntsMap )Delete (key uint64 ){delete (_fb ,key )};func NewIntSlice (i int )*IntSlice {_fg :=IntSlice (make ([]int ,i ));return &_fg };func (_db *NumSlice )AddInt (v int ){*_db =append (*_db ,float32 (v ))}; -type Stack struct{Data []interface{};Aux *Stack ;};func Min (x ,y int )int {if x < y {return x ;};return y ;};func Ceil (numerator ,denominator int )int {if numerator %denominator ==0{return numerator /denominator ;};return (numerator /denominator )+1; -};func (_fa NumSlice )GetInt (i int )(int ,error ){const _bd ="\u0047\u0065\u0074\u0049\u006e\u0074";if i < 0||i > len (_fa )-1{return 0,_b .Errorf (_bd ,"\u0069n\u0064\u0065\u0078\u003a\u0020\u0027\u0025\u0064\u0027\u0020\u006fu\u0074\u0020\u006f\u0066\u0020\u0072\u0061\u006e\u0067\u0065",i ); -};_ad :=_fa [i ];return int (_ad +Sign (_ad )*0.5),nil ;};func (_d IntsMap )Add (key uint64 ,value int ){_d [key ]=append (_d [key ],value )};func (_dfc *Stack )Push (v interface{}){_dfc .Data =append (_dfc .Data ,v )};func (_dab *Stack )Len ()int {return len (_dab .Data )}; -func Sign (v float32 )float32 {if v >=0.0{return 1.0;};return -1.0;};func (_c IntsMap )Get (key uint64 )(int ,bool ){_e ,_f :=_c [key ];if !_f {return 0,false ;};if len (_e )==0{return 0,false ;};return _e [0],true ;};func (_adc *Stack )top ()int {return len (_adc .Data )-1}; -func (_eg *Stack )Pop ()(_ggd interface{},_dc bool ){_ggd ,_dc =_eg .peek ();if !_dc {return nil ,_dc ;};_eg .Data =_eg .Data [:_eg .top ()];return _ggd ,true ;};func (_bg *IntSlice )Add (v int )error {if _bg ==nil {return _b .Error ("\u0049\u006e\u0074S\u006c\u0069\u0063\u0065\u002e\u0041\u0064\u0064","\u0073\u006c\u0069\u0063\u0065\u0020\u006e\u006f\u0074\u0020\u0064\u0065f\u0069\u006e\u0065\u0064"); -};*_bg =append (*_bg ,v );return nil ;};func (_g NumSlice )GetIntSlice ()[]int {_dag :=make ([]int ,len (_g ));for _ef ,_af :=range _g {_dag [_ef ]=int (_af );};return _dag ;};func (_cf NumSlice )Get (i int )(float32 ,error ){if i < 0||i > len (_cf )-1{return 0,_b .Errorf ("\u004e\u0075\u006dS\u006c\u0069\u0063\u0065\u002e\u0047\u0065\u0074","\u0069n\u0064\u0065\u0078\u003a\u0020\u0027\u0025\u0064\u0027\u0020\u006fu\u0074\u0020\u006f\u0066\u0020\u0072\u0061\u006e\u0067\u0065",i ); -};return _cf [i ],nil ;};func Abs (v int )int {if v > 0{return v ;};return -v ;};type IntsMap map[uint64 ][]int ;func (_fd IntsMap )GetSlice (key uint64 )([]int ,bool ){_ff ,_ea :=_fd [key ];if !_ea {return nil ,false ;};return _ff ,true ;};func (_fga *IntSlice )Copy ()*IntSlice {_ab :=IntSlice (make ([]int ,len (*_fga ))); -copy (_ab ,*_fga );return &_ab ;};func (_da IntSlice )Size ()int {return len (_da )};type IntSlice []int ;func NewNumSlice (i int )*NumSlice {_fc :=NumSlice (make ([]float32 ,i ));return &_fc };func (_fcg *Stack )peek ()(interface{},bool ){_gf :=_fcg .top (); -if _gf ==-1{return nil ,false ;};return _fcg .Data [_gf ],true ;};func (_df *NumSlice )Add (v float32 ){*_df =append (*_df ,v )};type NumSlice []float32 ;func (_dd IntSlice )Get (index int )(int ,error ){if index > len (_dd )-1{return 0,_b .Errorf ("\u0049\u006e\u0074S\u006c\u0069\u0063\u0065\u002e\u0047\u0065\u0074","\u0069\u006e\u0064\u0065x:\u0020\u0025\u0064\u0020\u006f\u0075\u0074\u0020\u006f\u0066\u0020\u0072\u0061\u006eg\u0065",index ); -};return _dd [index ],nil ;};func (_gg *Stack )Peek ()(_dfb interface{},_aa bool ){return _gg .peek ()};func Max (x ,y int )int {if x > y {return x ;};return y ;}; \ No newline at end of file +package basic ;import _de "github.com/unidoc/unipdf/v3/internal/jbig2/errors";func (_ce *Stack )Len ()int {return len (_ce .Data )};func Ceil (numerator ,denominator int )int {if numerator %denominator ==0{return numerator /denominator ;};return (numerator /denominator )+1; +};func (_bb IntSlice )Get (index int )(int ,error ){if index > len (_bb )-1{return 0,_de .Errorf ("\u0049\u006e\u0074S\u006c\u0069\u0063\u0065\u002e\u0047\u0065\u0074","\u0069\u006e\u0064\u0065x:\u0020\u0025\u0064\u0020\u006f\u0075\u0074\u0020\u006f\u0066\u0020\u0072\u0061\u006eg\u0065",index ); +};return _bb [index ],nil ;};func NewIntSlice (i int )*IntSlice {_ac :=IntSlice (make ([]int ,i ));return &_ac };func (_fb IntSlice )Size ()int {return len (_fb )};func (_b IntsMap )GetSlice (key uint64 )([]int ,bool ){_bc ,_db :=_b [key ];if !_db {return nil ,false ; +};return _bc ,true ;};func Sign (v float32 )float32 {if v >=0.0{return 1.0;};return -1.0;};type IntsMap map[uint64 ][]int ;func (_gc *Stack )Push (v interface{}){_gc .Data =append (_gc .Data ,v )};func (_dbb *NumSlice )AddInt (v int ){*_dbb =append (*_dbb ,float32 (v ))}; +func (_ebc *Stack )top ()int {return len (_ebc .Data )-1};func (_dg *Stack )peek ()(interface{},bool ){_aege :=_dg .top ();if _aege ==-1{return nil ,false ;};return _dg .Data [_aege ],true ;};func (_eb *Stack )Peek ()(_ga interface{},_dab bool ){return _eb .peek ()}; +func (_e *IntSlice )Copy ()*IntSlice {_ae :=IntSlice (make ([]int ,len (*_e )));copy (_ae ,*_e );return &_ae ;};func (_da NumSlice )GetInt (i int )(int ,error ){const _eg ="\u0047\u0065\u0074\u0049\u006e\u0074";if i < 0||i > len (_da )-1{return 0,_de .Errorf (_eg ,"\u0069n\u0064\u0065\u0078\u003a\u0020\u0027\u0025\u0064\u0027\u0020\u006fu\u0074\u0020\u006f\u0066\u0020\u0072\u0061\u006e\u0067\u0065",i ); +};_c :=_da [i ];return int (_c +Sign (_c )*0.5),nil ;};func Min (x ,y int )int {if x < y {return x ;};return y ;};type NumSlice []float32 ;type Stack struct{Data []interface{};Aux *Stack ;};func Max (x ,y int )int {if x > y {return x ;};return y ;};func (_gf IntsMap )Delete (key uint64 ){delete (_gf ,key )}; +type IntSlice []int ;func (_a IntsMap )Add (key uint64 ,value int ){_a [key ]=append (_a [key ],value )};func Abs (v int )int {if v > 0{return v ;};return -v ;};func (_af IntsMap )Get (key uint64 )(int ,bool ){_f ,_g :=_af [key ];if !_g {return 0,false ; +};if len (_f )==0{return 0,false ;};return _f [0],true ;};func (_ad NumSlice )Get (i int )(float32 ,error ){if i < 0||i > len (_ad )-1{return 0,_de .Errorf ("\u004e\u0075\u006dS\u006c\u0069\u0063\u0065\u002e\u0047\u0065\u0074","\u0069n\u0064\u0065\u0078\u003a\u0020\u0027\u0025\u0064\u0027\u0020\u006fu\u0074\u0020\u006f\u0066\u0020\u0072\u0061\u006e\u0067\u0065",i ); +};return _ad [i ],nil ;};func (_dbe *NumSlice )Add (v float32 ){*_dbe =append (*_dbe ,v )};func (_cd NumSlice )GetIntSlice ()[]int {_dd :=make ([]int ,len (_cd ));for _cdb ,_ddb :=range _cd {_dd [_cdb ]=int (_ddb );};return _dd ;};func (_fa *Stack )Pop ()(_ag interface{},_aeg bool ){_ag ,_aeg =_fa .peek (); +if !_aeg {return nil ,_aeg ;};_fa .Data =_fa .Data [:_fa .top ()];return _ag ,true ;};func (_dbg *IntSlice )Add (v int )error {if _dbg ==nil {return _de .Error ("\u0049\u006e\u0074S\u006c\u0069\u0063\u0065\u002e\u0041\u0064\u0064","\u0073\u006c\u0069\u0063\u0065\u0020\u006e\u006f\u0074\u0020\u0064\u0065f\u0069\u006e\u0065\u0064"); +};*_dbg =append (*_dbg ,v );return nil ;};func NewNumSlice (i int )*NumSlice {_def :=NumSlice (make ([]float32 ,i ));return &_def }; \ No newline at end of file diff --git a/internal/jbig2/bitmap/bitmap.go b/internal/jbig2/bitmap/bitmap.go index b04bc0533..15b9a238f 100644 --- a/internal/jbig2/bitmap/bitmap.go +++ b/internal/jbig2/bitmap/bitmap.go @@ -9,649 +9,647 @@ // Use of this source code is governed by the UniDoc End User License Agreement // terms that can be accessed at https://unidoc.io/eula/ -package bitmap ;import (_df "encoding/binary";_dc "github.com/stretchr/testify/require";_ea "github.com/unidoc/unipdf/v3/common";_bg "github.com/unidoc/unipdf/v3/internal/bitwise";_ed "github.com/unidoc/unipdf/v3/internal/imageutil";_b "github.com/unidoc/unipdf/v3/internal/jbig2/basic"; -_d "github.com/unidoc/unipdf/v3/internal/jbig2/errors";_fb "image";_c "math";_a "sort";_e "strings";_da "testing";);func (_gged *BitmapsArray )AddBox (box *_fb .Rectangle ){_gged .Boxes =append (_gged .Boxes ,box )};func TstGetScaledSymbol (t *_da .T ,sm *Bitmap ,scale ...int )*Bitmap {if len (scale )==0{return sm ; -};if scale [0]==1{return sm ;};_ddgc ,_ecagd :=MorphSequence (sm ,MorphProcess {Operation :MopReplicativeBinaryExpansion ,Arguments :scale });_dc .NoError (t ,_ecagd );return _ddgc ;};func _gcc (_fgdg uint ,_bffc byte )byte {return _bffc >>_fgdg <<_fgdg }; -func (_ddga *Bitmap )equivalent (_cdb *Bitmap )bool {if _ddga ==_cdb {return true ;};if !_ddga .SizesEqual (_cdb ){return false ;};_gcef :=_ecfg (_ddga ,_cdb ,CmbOpXor );_dggfc :=_ddga .countPixels ();_dafba :=int (0.25*float32 (_dggfc ));if _gcef .thresholdPixelSum (_dafba ){return false ; -};var (_fda [9][9]int ;_afae [18][9]int ;_dadd [9][18]int ;_gdbc int ;_eeag int ;);_edc :=9;_dedf :=_ddga .Height /_edc ;_cfe :=_ddga .Width /_edc ;_gde ,_cfbe :=_dedf /2,_cfe /2;if _dedf < _cfe {_gde =_cfe /2;_cfbe =_dedf /2;};_bcb :=float64 (_gde )*float64 (_cfbe )*_c .Pi ; -_ebdd :=int (float64 (_dedf *_cfe /2)*0.9);_dbfa :=int (float64 (_cfe *_dedf /2)*0.9);for _dfge :=0;_dfge < _edc ;_dfge ++{_deda :=_cfe *_dfge +_gdbc ;var _cba int ;if _dfge ==_edc -1{_gdbc =0;_cba =_ddga .Width ;}else {_cba =_deda +_cfe ;if ((_ddga .Width -_gdbc )%_edc )> 0{_gdbc ++; -_cba ++;};};for _eege :=0;_eege < _edc ;_eege ++{_gagf :=_dedf *_eege +_eeag ;var _eccb int ;if _eege ==_edc -1{_eeag =0;_eccb =_ddga .Height ;}else {_eccb =_gagf +_dedf ;if (_ddga .Height -_eeag )%_edc > 0{_eeag ++;_eccb ++;};};var _dbbd ,_bbb ,_gceca ,_abc int ; -_cbg :=(_deda +_cba )/2;_ggd :=(_gagf +_eccb )/2;for _ccef :=_deda ;_ccef < _cba ;_ccef ++{for _cgga :=_gagf ;_cgga < _eccb ;_cgga ++{if _gcef .GetPixel (_ccef ,_cgga ){if _ccef < _cbg {_dbbd ++;}else {_bbb ++;};if _cgga < _ggd {_abc ++;}else {_gceca ++; -};};};};_fda [_dfge ][_eege ]=_dbbd +_bbb ;_afae [_dfge *2][_eege ]=_dbbd ;_afae [_dfge *2+1][_eege ]=_bbb ;_dadd [_dfge ][_eege *2]=_abc ;_dadd [_dfge ][_eege *2+1]=_gceca ;};};for _ccc :=0;_ccc < _edc *2-1;_ccc ++{for _faab :=0;_faab < (_edc -1);_faab ++{var _cfabg int ; -for _deag :=0;_deag < 2;_deag ++{for _dgf :=0;_dgf < 2;_dgf ++{_cfabg +=_afae [_ccc +_deag ][_faab +_dgf ];};};if _cfabg > _dbfa {return false ;};};};for _egg :=0;_egg < (_edc -1);_egg ++{for _gbgb :=0;_gbgb < ((_edc *2)-1);_gbgb ++{var _gafa int ;for _bcdfd :=0; -_bcdfd < 2;_bcdfd ++{for _cfgge :=0;_cfgge < 2;_cfgge ++{_gafa +=_dadd [_egg +_bcdfd ][_gbgb +_cfgge ];};};if _gafa > _ebdd {return false ;};};};for _affg :=0;_affg < (_edc -2);_affg ++{for _badg :=0;_badg < (_edc -2);_badg ++{var _dbbb ,_fbgd int ;for _dbab :=0; -_dbab < 3;_dbab ++{for _bgda :=0;_bgda < 3;_bgda ++{if _dbab ==_bgda {_dbbb +=_fda [_affg +_dbab ][_badg +_bgda ];};if (2-_dbab )==_bgda {_fbgd +=_fda [_affg +_dbab ][_badg +_bgda ];};};};if _dbbb > _dbfa ||_fbgd > _dbfa {return false ;};};};for _cbfa :=0; -_cbfa < (_edc -1);_cbfa ++{for _aafd :=0;_aafd < (_edc -1);_aafd ++{var _aacd int ;for _cbaa :=0;_cbaa < 2;_cbaa ++{for _feeg :=0;_feeg < 2;_feeg ++{_aacd +=_fda [_cbfa +_cbaa ][_aafd +_feeg ];};};if float64 (_aacd )> _bcb {return false ;};};};return true ; -};func (_bddf *Bitmap )setBit (_dfba int ){_bddf .Data [(_dfba >>3)]|=0x80>>uint (_dfba &7)};type LocationFilter int ;func (_cadc *byHeight )Less (i ,j int )bool {return _cadc .Values [i ].Height < _cadc .Values [j ].Height };func (_defd *Bitmaps )AddBox (box *_fb .Rectangle ){_defd .Boxes =append (_defd .Boxes ,box )}; -func _ebgg (_adde *Bitmap ,_babc ,_cedb ,_bcg ,_cefb int ,_edaa RasterOperator ){if _babc < 0{_bcg +=_babc ;_babc =0;};_cdfd :=_babc +_bcg -_adde .Width ;if _cdfd > 0{_bcg -=_cdfd ;};if _cedb < 0{_cefb +=_cedb ;_cedb =0;};_gcgfe :=_cedb +_cefb -_adde .Height ; -if _gcgfe > 0{_cefb -=_gcgfe ;};if _bcg <=0||_cefb <=0{return ;};if (_babc &7)==0{_bgab (_adde ,_babc ,_cedb ,_bcg ,_cefb ,_edaa );}else {_efgb (_adde ,_babc ,_cedb ,_bcg ,_cefb ,_edaa );};};func _cgg ()(_ba [256]uint16 ){for _gag :=0;_gag < 256;_gag ++{if _gag &0x01!=0{_ba [_gag ]|=0x3; -};if _gag &0x02!=0{_ba [_gag ]|=0xc;};if _gag &0x04!=0{_ba [_gag ]|=0x30;};if _gag &0x08!=0{_ba [_gag ]|=0xc0;};if _gag &0x10!=0{_ba [_gag ]|=0x300;};if _gag &0x20!=0{_ba [_gag ]|=0xc00;};if _gag &0x40!=0{_ba [_gag ]|=0x3000;};if _gag &0x80!=0{_ba [_gag ]|=0xc000; -};};return _ba ;};func (_cgff *Bitmap )setPadBits (_edg int ){_fcd :=8-_cgff .Width %8;if _fcd ==8{return ;};_fceg :=_cgff .Width /8;_bdgc :=_eaec [_fcd ];if _edg ==0{_bdgc ^=_bdgc ;};var _bdbd int ;for _egf :=0;_egf < _cgff .Height ;_egf ++{_bdbd =_egf *_cgff .RowStride +_fceg ; -if _edg ==0{_cgff .Data [_bdbd ]&=_bdgc ;}else {_cgff .Data [_bdbd ]|=_bdgc ;};};};type Color int ;func _egfg (_bba int )int {if _bba < 0{return -_bba ;};return _bba ;};func _cab (_bgeg ,_aabd ,_gdd *Bitmap )(*Bitmap ,error ){const _egbf ="\u0073\u0075\u0062\u0074\u0072\u0061\u0063\u0074"; -if _aabd ==nil {return nil ,_d .Error (_egbf ,"'\u0073\u0031\u0027\u0020\u0069\u0073\u0020\u006e\u0069\u006c");};if _gdd ==nil {return nil ,_d .Error (_egbf ,"'\u0073\u0032\u0027\u0020\u0069\u0073\u0020\u006e\u0069\u006c");};var _cabd error ;switch {case _bgeg ==_aabd :if _cabd =_bgeg .RasterOperation (0,0,_aabd .Width ,_aabd .Height ,PixNotSrcAndDst ,_gdd ,0,0); -_cabd !=nil {return nil ,_d .Wrap (_cabd ,_egbf ,"\u0064 \u003d\u003d\u0020\u0073\u0031");};case _bgeg ==_gdd :if _cabd =_bgeg .RasterOperation (0,0,_aabd .Width ,_aabd .Height ,PixNotSrcAndDst ,_aabd ,0,0);_cabd !=nil {return nil ,_d .Wrap (_cabd ,_egbf ,"\u0064 \u003d\u003d\u0020\u0073\u0032"); -};default:_bgeg ,_cabd =_bce (_bgeg ,_aabd );if _cabd !=nil {return nil ,_d .Wrap (_cabd ,_egbf ,"");};if _cabd =_bgeg .RasterOperation (0,0,_aabd .Width ,_aabd .Height ,PixNotSrcAndDst ,_gdd ,0,0);_cabd !=nil {return nil ,_d .Wrap (_cabd ,_egbf ,"\u0064e\u0066\u0061\u0075\u006c\u0074"); -};};return _bgeg ,nil ;};const (_ SizeComparison =iota ;SizeSelectIfLT ;SizeSelectIfGT ;SizeSelectIfLTE ;SizeSelectIfGTE ;SizeSelectIfEQ ;);func (_fbd *Bitmap )SetPadBits (value int ){_fbd .setPadBits (value )};func _bce (_gcbd ,_gagb *Bitmap )(*Bitmap ,error ){if _gagb ==nil {return nil ,_d .Error ("\u0063\u006f\u0070\u0079\u0042\u0069\u0074\u006d\u0061\u0070","\u0073o\u0075r\u0063\u0065\u0020\u006e\u006ft\u0020\u0064e\u0066\u0069\u006e\u0065\u0064"); -};if _gagb ==_gcbd {return _gcbd ,nil ;};if _gcbd ==nil {_gcbd =_gagb .createTemplate ();copy (_gcbd .Data ,_gagb .Data );return _gcbd ,nil ;};_gda :=_gcbd .resizeImageData (_gagb );if _gda !=nil {return nil ,_d .Wrap (_gda ,"\u0063\u006f\u0070\u0079\u0042\u0069\u0074\u006d\u0061\u0070",""); -};_gcbd .Text =_gagb .Text ;copy (_gcbd .Data ,_gagb .Data );return _gcbd ,nil ;};func init (){for _cbeg :=0;_cbeg < 256;_cbeg ++{_cdc [_cbeg ]=uint8 (_cbeg &0x1)+(uint8 (_cbeg >>1)&0x1)+(uint8 (_cbeg >>2)&0x1)+(uint8 (_cbeg >>3)&0x1)+(uint8 (_cbeg >>4)&0x1)+(uint8 (_cbeg >>5)&0x1)+(uint8 (_cbeg >>6)&0x1)+(uint8 (_cbeg >>7)&0x1); -};};func (_dedg *Bitmap )InverseData (){_dedg .inverseData ()};func (_fgb *Bitmap )addPadBits ()(_gaa error ){const _efec ="\u0062\u0069\u0074\u006d\u0061\u0070\u002e\u0061\u0064\u0064\u0050\u0061d\u0042\u0069\u0074\u0073";_cfgg :=_fgb .Width %8;if _cfgg ==0{return nil ; -};_cgfda :=_fgb .Width /8;_cbdc :=_bg .NewReader (_fgb .Data );_dfed :=make ([]byte ,_fgb .Height *_fgb .RowStride );_aed :=_bg .NewWriterMSB (_dfed );_dedgb :=make ([]byte ,_cgfda );var (_cga int ;_gebg uint64 ;);for _cga =0;_cga < _fgb .Height ;_cga ++{if _ ,_gaa =_cbdc .Read (_dedgb ); -_gaa !=nil {return _d .Wrap (_gaa ,_efec ,"\u0066u\u006c\u006c\u0020\u0062\u0079\u0074e");};if _ ,_gaa =_aed .Write (_dedgb );_gaa !=nil {return _d .Wrap (_gaa ,_efec ,"\u0066\u0075\u006c\u006c\u0020\u0062\u0079\u0074\u0065\u0073");};if _gebg ,_gaa =_cbdc .ReadBits (byte (_cfgg )); -_gaa !=nil {return _d .Wrap (_gaa ,_efec ,"\u0073\u006b\u0069\u0070\u0070\u0069\u006e\u0067\u0020\u0062\u0069\u0074\u0073");};if _gaa =_aed .WriteByte (byte (_gebg )< _gafdd ||_fdeb < 0||_fdeb > _ffef ||!_bggef .GetPixel (_beed ,_fdeb ){return nil ,nil ; -};var _bcgb *_fb .Rectangle ;_bcgb ,_adgcb =Rect (100000,100000,0,0);if _adgcb !=nil {return nil ,_d .Wrap (_adgcb ,_dbgde ,"");};if _adgcb =_geab (_bbcg ,_beed ,_beed ,_fdeb ,1,_ffef ,_bcgb );_adgcb !=nil {return nil ,_d .Wrap (_adgcb ,_dbgde ,"\u0069\u006e\u0069t\u0069\u0061\u006c\u0020\u0070\u0075\u0073\u0068"); -};if _adgcb =_geab (_bbcg ,_beed ,_beed ,_fdeb +1,-1,_ffef ,_bcgb );_adgcb !=nil {return nil ,_d .Wrap (_adgcb ,_dbgde ,"\u0032\u006ed\u0020\u0069\u006ei\u0074\u0069\u0061\u006c\u0020\u0070\u0075\u0073\u0068");};_bcgb .Min .X ,_bcgb .Max .X =_beed ,_beed ; -_bcgb .Min .Y ,_bcgb .Max .Y =_fdeb ,_fdeb ;var (_fabe *fillSegment ;_eced int ;);for _bbcg .Len ()> 0{if _fabe ,_adgcb =_feef (_bbcg );_adgcb !=nil {return nil ,_d .Wrap (_adgcb ,_dbgde ,"");};_fdeb =_fabe ._aegc ;for _beed =_fabe ._gebc ;_beed >=0&&_bggef .GetPixel (_beed ,_fdeb ); -_beed --{if _adgcb =_bggef .SetPixel (_beed ,_fdeb ,0);_adgcb !=nil {return nil ,_d .Wrap (_adgcb ,_dbgde ,"");};};if _beed >=_fabe ._gebc {for _beed ++;_beed <=_fabe ._fdeg &&_beed <=_gafdd &&!_bggef .GetPixel (_beed ,_fdeb );_beed ++{};_eced =_beed ; -if !(_beed <=_fabe ._fdeg &&_beed <=_gafdd ){continue ;};}else {_eced =_beed +1;if _eced < _fabe ._gebc -1{if _adgcb =_geab (_bbcg ,_eced ,_fabe ._gebc -1,_fabe ._aegc ,-_fabe ._bbcgb ,_ffef ,_bcgb );_adgcb !=nil {return nil ,_d .Wrap (_adgcb ,_dbgde ,"\u006c\u0065\u0061\u006b\u0020\u006f\u006e\u0020\u006c\u0065\u0066\u0074 \u0073\u0069\u0064\u0065"); -};};_beed =_fabe ._gebc +1;};for {for ;_beed <=_gafdd &&_bggef .GetPixel (_beed ,_fdeb );_beed ++{if _adgcb =_bggef .SetPixel (_beed ,_fdeb ,0);_adgcb !=nil {return nil ,_d .Wrap (_adgcb ,_dbgde ,"\u0032n\u0064\u0020\u0073\u0065\u0074");};};if _adgcb =_geab (_bbcg ,_eced ,_beed -1,_fabe ._aegc ,_fabe ._bbcgb ,_ffef ,_bcgb ); -_adgcb !=nil {return nil ,_d .Wrap (_adgcb ,_dbgde ,"n\u006f\u0072\u006d\u0061\u006c\u0020\u0070\u0075\u0073\u0068");};if _beed > _fabe ._fdeg +1{if _adgcb =_geab (_bbcg ,_fabe ._fdeg +1,_beed -1,_fabe ._aegc ,-_fabe ._bbcgb ,_ffef ,_bcgb );_adgcb !=nil {return nil ,_d .Wrap (_adgcb ,_dbgde ,"\u006ce\u0061k\u0020\u006f\u006e\u0020\u0072i\u0067\u0068t\u0020\u0073\u0069\u0064\u0065"); -};};for _beed ++;_beed <=_fabe ._fdeg &&_beed <=_gafdd &&!_bggef .GetPixel (_beed ,_fdeb );_beed ++{};_eced =_beed ;if !(_beed <=_fabe ._fdeg &&_beed <=_gafdd ){break ;};};};_bcgb .Max .X ++;_bcgb .Max .Y ++;return _bcgb ,nil ;};func (_dacb *Bitmap )setTwoBytes (_beg int ,_ecac uint16 )error {if _beg +1> len (_dacb .Data )-1{return _d .Errorf ("s\u0065\u0074\u0054\u0077\u006f\u0042\u0079\u0074\u0065\u0073","\u0069n\u0064\u0065\u0078\u003a\u0020\u0027\u0025\u0064\u0027\u0020\u006fu\u0074\u0020\u006f\u0066\u0020\u0072\u0061\u006e\u0067\u0065",_beg ); -};_dacb .Data [_beg ]=byte ((_ecac &0xff00)>>8);_dacb .Data [_beg +1]=byte (_ecac &0xff);return nil ;};func TstFrameBitmapData ()[]byte {return _bfgad .Data };func _abbg (_ededg ,_cecf *Bitmap ,_fcff ,_caf int )(_efbd error ){const _daca ="\u0073e\u0065d\u0066\u0069\u006c\u006c\u0042i\u006e\u0061r\u0079\u004c\u006f\u0077\u0038"; -var (_dgee ,_fceea ,_bgaee ,_bdbdd int ;_eabf ,_gagfc ,_ecfc ,_debe ,_baff ,_babce ,_gddd ,_cedcf byte ;);for _dgee =0;_dgee < _fcff ;_dgee ++{_bgaee =_dgee *_ededg .RowStride ;_bdbdd =_dgee *_cecf .RowStride ;for _fceea =0;_fceea < _caf ;_fceea ++{if _eabf ,_efbd =_ededg .GetByte (_bgaee +_fceea ); -_efbd !=nil {return _d .Wrap (_efbd ,_daca ,"\u0067e\u0074 \u0073\u006f\u0075\u0072\u0063\u0065\u0020\u0062\u0079\u0074\u0065");};if _gagfc ,_efbd =_cecf .GetByte (_bdbdd +_fceea );_efbd !=nil {return _d .Wrap (_efbd ,_daca ,"\u0067\u0065\u0074\u0020\u006d\u0061\u0073\u006b\u0020\u0062\u0079\u0074\u0065"); -};if _dgee > 0{if _ecfc ,_efbd =_ededg .GetByte (_bgaee -_ededg .RowStride +_fceea );_efbd !=nil {return _d .Wrap (_efbd ,_daca ,"\u0069\u0020\u003e\u0020\u0030\u0020\u0062\u0079\u0074\u0065");};_eabf |=_ecfc |(_ecfc <<1)|(_ecfc >>1);if _fceea > 0{if _cedcf ,_efbd =_ededg .GetByte (_bgaee -_ededg .RowStride +_fceea -1); -_efbd !=nil {return _d .Wrap (_efbd ,_daca ,"\u0069\u0020\u003e\u00200 \u0026\u0026\u0020\u006a\u0020\u003e\u0020\u0030\u0020\u0062\u0079\u0074\u0065");};_eabf |=_cedcf <<7;};if _fceea < _caf -1{if _cedcf ,_efbd =_ededg .GetByte (_bgaee -_ededg .RowStride +_fceea +1); -_efbd !=nil {return _d .Wrap (_efbd ,_daca ,"\u006a\u0020<\u0020\u0077\u0070l\u0020\u002d\u0020\u0031\u0020\u0062\u0079\u0074\u0065");};_eabf |=_cedcf >>7;};};if _fceea > 0{if _debe ,_efbd =_ededg .GetByte (_bgaee +_fceea -1);_efbd !=nil {return _d .Wrap (_efbd ,_daca ,"\u006a\u0020\u003e \u0030"); -};_eabf |=_debe <<7;};_eabf &=_gagfc ;if _eabf ==0||^_eabf ==0{if _efbd =_ededg .SetByte (_bgaee +_fceea ,_eabf );_efbd !=nil {return _d .Wrap (_efbd ,_daca ,"\u0073e\u0074t\u0069\u006e\u0067\u0020\u0065m\u0070\u0074y\u0020\u0062\u0079\u0074\u0065");}; -};for {_gddd =_eabf ;_eabf =(_eabf |(_eabf >>1)|(_eabf <<1))&_gagfc ;if (_eabf ^_gddd )==0{if _efbd =_ededg .SetByte (_bgaee +_fceea ,_eabf );_efbd !=nil {return _d .Wrap (_efbd ,_daca ,"\u0073\u0065\u0074\u0074\u0069\u006e\u0067\u0020\u0070\u0072\u0065\u0076 \u0062\u0079\u0074\u0065"); -};break ;};};};};for _dgee =_fcff -1;_dgee >=0;_dgee --{_bgaee =_dgee *_ededg .RowStride ;_bdbdd =_dgee *_cecf .RowStride ;for _fceea =_caf -1;_fceea >=0;_fceea --{if _eabf ,_efbd =_ededg .GetByte (_bgaee +_fceea );_efbd !=nil {return _d .Wrap (_efbd ,_daca ,"\u0072\u0065\u0076er\u0073\u0065\u0020\u0067\u0065\u0074\u0020\u0073\u006f\u0075\u0072\u0063\u0065\u0020\u0062\u0079\u0074\u0065"); -};if _gagfc ,_efbd =_cecf .GetByte (_bdbdd +_fceea );_efbd !=nil {return _d .Wrap (_efbd ,_daca ,"r\u0065\u0076\u0065\u0072se\u0020g\u0065\u0074\u0020\u006d\u0061s\u006b\u0020\u0062\u0079\u0074\u0065");};if _dgee < _fcff -1{if _baff ,_efbd =_ededg .GetByte (_bgaee +_ededg .RowStride +_fceea ); -_efbd !=nil {return _d .Wrap (_efbd ,_daca ,"\u0069\u0020\u003c\u0020h\u0020\u002d\u0020\u0031\u0020\u002d\u003e\u0020\u0067\u0065t\u0020s\u006f\u0075\u0072\u0063\u0065\u0020\u0062y\u0074\u0065");};_eabf |=_baff |(_baff <<1)|_baff >>1;if _fceea > 0{if _cedcf ,_efbd =_ededg .GetByte (_bgaee +_ededg .RowStride +_fceea -1); -_efbd !=nil {return _d .Wrap (_efbd ,_daca ,"\u0069\u0020\u003c h\u002d\u0031\u0020\u0026\u0020\u006a\u0020\u003e\u00200\u0020-\u003e \u0067e\u0074\u0020\u0073\u006f\u0075\u0072\u0063\u0065\u0020\u0062\u0079\u0074\u0065");};_eabf |=_cedcf <<7;};if _fceea < _caf -1{if _cedcf ,_efbd =_ededg .GetByte (_bgaee +_ededg .RowStride +_fceea +1); -_efbd !=nil {return _d .Wrap (_efbd ,_daca ,"\u0069\u0020\u003c\u0020\u0068\u002d\u0031\u0020\u0026\u0026\u0020\u006a\u0020\u003c\u0077\u0070\u006c\u002d\u0031\u0020\u002d\u003e\u0020\u0067e\u0074\u0020\u0073\u006f\u0075r\u0063\u0065 \u0062\u0079\u0074\u0065"); -};_eabf |=_cedcf >>7;};};if _fceea < _caf -1{if _babce ,_efbd =_ededg .GetByte (_bgaee +_fceea +1);_efbd !=nil {return _d .Wrap (_efbd ,_daca ,"\u006a\u0020<\u0020\u0077\u0070\u006c\u0020\u002d\u0031\u0020\u002d\u003e\u0020\u0067\u0065\u0074\u0020\u0073\u006f\u0075\u0072\u0063\u0065\u0020by\u0074\u0065"); -};_eabf |=_babce >>7;};_eabf &=_gagfc ;if _eabf ==0||(^_eabf )==0{if _efbd =_ededg .SetByte (_bgaee +_fceea ,_eabf );_efbd !=nil {return _d .Wrap (_efbd ,_daca ,"\u0073e\u0074 \u006d\u0061\u0073\u006b\u0065\u0064\u0020\u0062\u0079\u0074\u0065");};};for {_gddd =_eabf ; -_eabf =(_eabf |(_eabf >>1)|(_eabf <<1))&_gagfc ;if (_eabf ^_gddd )==0{if _efbd =_ededg .SetByte (_bgaee +_fceea ,_eabf );_efbd !=nil {return _d .Wrap (_efbd ,_daca ,"r\u0065\u0076\u0065\u0072se\u0020s\u0065\u0074\u0020\u0070\u0072e\u0076\u0020\u0062\u0079\u0074\u0065"); -};break ;};};};};return nil ;};func TstAddSymbol (t *_da .T ,bms *Bitmaps ,sym *Bitmap ,x *int ,y int ,space int ){bms .AddBitmap (sym );_cagf :=_fb .Rect (*x ,y ,*x +sym .Width ,y +sym .Height );bms .AddBox (&_cagf );*x +=sym .Width +space ;};type fillSegment struct{_gebc int ; -_fdeg int ;_aegc int ;_bbcgb int ;};func (_ddfg *Bitmap )GetByte (index int )(byte ,error ){if index > len (_ddfg .Data )-1||index < 0{return 0,_d .Errorf ("\u0047e\u0074\u0042\u0079\u0074\u0065","\u0069\u006e\u0064\u0065x:\u0020\u0025\u0064\u0020\u006f\u0075\u0074\u0020\u006f\u0066\u0020\u0072\u0061\u006eg\u0065",index ); -};return _ddfg .Data [index ],nil ;};func (_baga *ClassedPoints )SortByX (){_baga ._afafe =_baga .xSortFunction ();_a .Sort (_baga )};var _ _a .Interface =&ClassedPoints {};func (_faad *Bitmaps )SelectBySize (width ,height int ,tp LocationFilter ,relation SizeComparison )(_dedag *Bitmaps ,_abfa error ){const _adfg ="B\u0069t\u006d\u0061\u0070\u0073\u002e\u0053\u0065\u006ce\u0063\u0074\u0042\u0079Si\u007a\u0065"; -if _faad ==nil {return nil ,_d .Error (_adfg ,"\u0027\u0062\u0027 B\u0069\u0074\u006d\u0061\u0070\u0073\u0020\u006e\u006f\u0074\u0020\u0064\u0065\u0066\u0069\u006e\u0065\u0064");};switch tp {case LocSelectWidth ,LocSelectHeight ,LocSelectIfEither ,LocSelectIfBoth :default:return nil ,_d .Errorf (_adfg ,"\u0070\u0072\u006f\u0076\u0069d\u0065\u0064\u0020\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u006c\u006fc\u0061\u0074\u0069\u006f\u006e\u0020\u0066\u0069\u006c\u0074\u0065\u0072\u0020\u0074\u0079\u0070\u0065\u003a\u0020\u0025\u0064",tp ); -};switch relation {case SizeSelectIfLT ,SizeSelectIfGT ,SizeSelectIfLTE ,SizeSelectIfGTE ,SizeSelectIfEQ :default:return nil ,_d .Errorf (_adfg ,"\u0069\u006e\u0076\u0061li\u0064\u0020\u0072\u0065\u006c\u0061\u0074\u0069\u006f\u006e\u003a\u0020\u0027\u0025d\u0027",relation ); -};_dfdde ,_abfa :=_faad .makeSizeIndicator (width ,height ,tp ,relation );if _abfa !=nil {return nil ,_d .Wrap (_abfa ,_adfg ,"");};_dedag ,_abfa =_faad .selectByIndicator (_dfdde );if _abfa !=nil {return nil ,_d .Wrap (_abfa ,_adfg ,"");};return _dedag ,nil ; -};func MorphSequence (src *Bitmap ,sequence ...MorphProcess )(*Bitmap ,error ){return _dfda (src ,sequence ...);};func (_gfeb *Bitmap )setEightBytes (_dga int ,_bead uint64 )error {_dfgg :=_gfeb .RowStride -(_dga %_gfeb .RowStride );if _gfeb .RowStride !=_gfeb .Width >>3{_dfgg --; -};if _dfgg >=8{return _gfeb .setEightFullBytes (_dga ,_bead );};return _gfeb .setEightPartlyBytes (_dga ,_dfgg ,_bead );};func (_cdcd *ClassedPoints )GetIntXByClass (i int )(int ,error ){const _cbfdf ="\u0043\u006c\u0061\u0073s\u0065\u0064\u0050\u006f\u0069\u006e\u0074\u0073\u002e\u0047e\u0074I\u006e\u0074\u0059\u0042\u0079\u0043\u006ca\u0073\u0073"; -if i >=_cdcd .IntSlice .Size (){return 0,_d .Errorf (_cbfdf ,"\u0069\u003a\u0020\u0027\u0025\u0064\u0027 \u0069\u0073\u0020o\u0075\u0074\u0020\u006ff\u0020\u0074\u0068\u0065\u0020\u0072\u0061\u006e\u0067\u0065\u0020\u006f\u0066\u0020\u0074\u0068\u0065\u0020\u0049\u006e\u0074\u0053\u006c\u0069\u0063\u0065",i ); -};return int (_cdcd .XAtIndex (i )),nil ;};func _bgbe (_agg ,_ebee ,_beba *Bitmap )(*Bitmap ,error ){const _eab ="\u0062\u0069\u0074\u006d\u0061\u0070\u002e\u0078\u006f\u0072";if _ebee ==nil {return nil ,_d .Error (_eab ,"'\u0062\u0031\u0027\u0020\u0069\u0073\u0020\u006e\u0069\u006c"); -};if _beba ==nil {return nil ,_d .Error (_eab ,"'\u0062\u0032\u0027\u0020\u0069\u0073\u0020\u006e\u0069\u006c");};if _agg ==_beba {return nil ,_d .Error (_eab ,"'\u0064\u0027\u0020\u003d\u003d\u0020\u0027\u0062\u0032\u0027");};if !_ebee .SizesEqual (_beba ){_ea .Log .Debug ("\u0025s\u0020\u002d \u0042\u0069\u0074\u006da\u0070\u0020\u0027b\u0031\u0027\u0020\u0069\u0073\u0020\u006e\u006f\u0074 e\u0071\u0075\u0061l\u0020\u0073i\u007a\u0065\u0020\u0077\u0069\u0074h\u0020\u0027b\u0032\u0027",_eab ); -};var _eefe error ;if _agg ,_eefe =_bce (_agg ,_ebee );_eefe !=nil {return nil ,_d .Wrap (_eefe ,_eab ,"\u0063\u0061n\u0027\u0074\u0020c\u0072\u0065\u0061\u0074\u0065\u0020\u0027\u0064\u0027");};if _eefe =_agg .RasterOperation (0,0,_agg .Width ,_agg .Height ,PixSrcXorDst ,_beba ,0,0); -_eefe !=nil {return nil ,_d .Wrap (_eefe ,_eab ,"");};return _agg ,nil ;};const (_ LocationFilter =iota ;LocSelectWidth ;LocSelectHeight ;LocSelectXVal ;LocSelectYVal ;LocSelectIfEither ;LocSelectIfBoth ;);func _fccf (_def *Bitmap ,_dafbaa *Bitmap ,_dgaf *Selection ,_ebbef **Bitmap )(*Bitmap ,error ){const _afad ="\u0070\u0072\u006f\u0063\u0065\u0073\u0073\u004d\u006f\u0072\u0070\u0068A\u0072\u0067\u0073\u0031"; -if _dafbaa ==nil {return nil ,_d .Error (_afad ,"\u004d\u006f\u0072\u0070\u0068\u0041\u0072\u0067\u0073\u0031\u0020'\u0073\u0027\u0020\u006e\u006f\u0074\u0020\u0064\u0065\u0066i\u006e\u0065\u0064");};if _dgaf ==nil {return nil ,_d .Error (_afad ,"\u004d\u006f\u0072\u0068p\u0041\u0072\u0067\u0073\u0031\u0020\u0027\u0073\u0065\u006c'\u0020n\u006f\u0074\u0020\u0064\u0065\u0066\u0069n\u0065\u0064"); -};_gbgbb ,_bdbda :=_dgaf .Height ,_dgaf .Width ;if _gbgbb ==0||_bdbda ==0{return nil ,_d .Error (_afad ,"\u0073\u0065\u006c\u0065ct\u0069\u006f\u006e\u0020\u006f\u0066\u0020\u0073\u0069\u007a\u0065\u0020\u0030");};if _def ==nil {_def =_dafbaa .createTemplate (); -*_ebbef =_dafbaa ;return _def ,nil ;};_def .Width =_dafbaa .Width ;_def .Height =_dafbaa .Height ;_def .RowStride =_dafbaa .RowStride ;_def .Color =_dafbaa .Color ;_def .Data =make ([]byte ,_dafbaa .RowStride *_dafbaa .Height );if _def ==_dafbaa {*_ebbef =_dafbaa .Copy (); -}else {*_ebbef =_dafbaa ;};return _def ,nil ;};func Centroid (bm *Bitmap ,centTab ,sumTab []int )(Point ,error ){return bm .centroid (centTab ,sumTab )};func Blit (src *Bitmap ,dst *Bitmap ,x ,y int ,op CombinationOperator )error {var _gfc ,_ecf int ;_bbba :=src .RowStride -1; -if x < 0{_ecf =-x ;x =0;}else if x +src .Width > dst .Width {_bbba -=src .Width +x -dst .Width ;};if y < 0{_gfc =-y ;y =0;_ecf +=src .RowStride ;_bbba +=src .RowStride ;}else if y +src .Height > dst .Height {_gfc =src .Height +y -dst .Height ;};var (_cag int ; -_bddb error ;);_dbefd :=x &0x07;_cbdd :=8-_dbefd ;_abebe :=src .Width &0x07;_eaaa :=_cbdd -_abebe ;_aaa :=_cbdd &0x07!=0;_baaa :=src .Width <=((_bbba -_ecf )<<3)+_cbdd ;_gdbg :=dst .GetByteIndex (x ,y );_gdgbc :=_gfc +dst .Height ;if src .Height > _gdgbc {_cag =_gdgbc ; -}else {_cag =src .Height ;};switch {case !_aaa :_bddb =_fedd (src ,dst ,_gfc ,_cag ,_gdbg ,_ecf ,_bbba ,op );case _baaa :_bddb =_cedg (src ,dst ,_gfc ,_cag ,_gdbg ,_ecf ,_bbba ,_eaaa ,_dbefd ,_cbdd ,op );default:_bddb =_age (src ,dst ,_gfc ,_cag ,_gdbg ,_ecf ,_bbba ,_eaaa ,_dbefd ,_cbdd ,op ,_abebe ); -};return _bddb ;};const (AsymmetricMorphBC BoundaryCondition =iota ;SymmetricMorphBC ;);func (_eaab *ClassedPoints )Len ()int {return _eaab .IntSlice .Size ()};func _ccgeg (_efbac *Bitmap ,_acef *Bitmap ,_gdfdc int )(_ecad error ){const _dgcf ="\u0073\u0065\u0065\u0064\u0066\u0069\u006c\u006c\u0042\u0069\u006e\u0061r\u0079\u004c\u006f\u0077"; -_abdf :=_fbgc (_efbac .Height ,_acef .Height );_cgbe :=_fbgc (_efbac .RowStride ,_acef .RowStride );switch _gdfdc {case 4:_ecad =_fged (_efbac ,_acef ,_abdf ,_cgbe );case 8:_ecad =_abbg (_efbac ,_acef ,_abdf ,_cgbe );default:return _d .Errorf (_dgcf ,"\u0063\u006f\u006e\u006e\u0065\u0063\u0074\u0069\u0076\u0069\u0074\u0079\u0020\u006d\u0075\u0073\u0074\u0020\u0062\u0065\u0020\u0034\u0020\u006fr\u0020\u0038\u0020\u002d\u0020i\u0073\u003a \u0027\u0025\u0064\u0027",_gdfdc ); -};if _ecad !=nil {return _d .Wrap (_ecad ,_dgcf ,"");};return nil ;};func _gebgfd ()[]int {_ade :=make ([]int ,256);for _cadf :=0;_cadf <=0xff;_cadf ++{_efag :=byte (_cadf );_ade [_efag ]=int (_efag &0x1)+(int (_efag >>1)&0x1)+(int (_efag >>2)&0x1)+(int (_efag >>3)&0x1)+(int (_efag >>4)&0x1)+(int (_efag >>5)&0x1)+(int (_efag >>6)&0x1)+(int (_efag >>7)&0x1); -};return _ade ;};func (_ebc *Bitmap )GetPixel (x ,y int )bool {_bef :=_ebc .GetByteIndex (x ,y );_eaca :=_ebc .GetBitOffset (x );_eaac :=uint (7-_eaca );if _bef > len (_ebc .Data )-1{_ea .Log .Debug ("\u0054\u0072\u0079\u0069\u006e\u0067\u0020\u0074\u006f\u0020\u0067\u0065\u0074\u0020\u0070\u0069\u0078\u0065\u006c\u0020o\u0075\u0074\u0020\u006f\u0066\u0020\u0074\u0068\u0065\u0020\u0064\u0061\u0074\u0061\u0020\u0072\u0061\u006e\u0067\u0065\u002e \u0078\u003a\u0020\u0027\u0025\u0064\u0027\u002c\u0020\u0079\u003a\u0027\u0025\u0064'\u002c\u0020\u0062m\u003a\u0020\u0027\u0025\u0073\u0027",x ,y ,_ebc ); -return false ;};if (_ebc .Data [_bef ]>>_eaac )&0x01>=1{return true ;};return false ;};func _fedd (_efecf ,_daedb *Bitmap ,_cge ,_efgc ,_baba ,_edbec ,_bdac int ,_dcgb CombinationOperator )error {var _decc int ;_cea :=func (){_decc ++;_baba +=_daedb .RowStride ; -_edbec +=_efecf .RowStride ;_bdac +=_efecf .RowStride };for _decc =_cge ;_decc < _efgc ;_cea (){_gffg :=_baba ;for _fggd :=_edbec ;_fggd <=_bdac ;_fggd ++{_fde ,_gggg :=_daedb .GetByte (_gffg );if _gggg !=nil {return _gggg ;};_gdda ,_gggg :=_efecf .GetByte (_fggd ); -if _gggg !=nil {return _gggg ;};if _gggg =_daedb .SetByte (_gffg ,_adda (_fde ,_gdda ,_dcgb ));_gggg !=nil {return _gggg ;};_gffg ++;};};return nil ;};func TstWordBitmap (t *_da .T ,scale ...int )*Bitmap {_fbgcb :=1;if len (scale )> 0{_fbgcb =scale [0]; -};_ggfd :=3;_fafa :=9+7+15+2*_ggfd ;_bbga :=5+_ggfd +5;_fcege :=New (_fafa *_fbgcb ,_bbga *_fbgcb );_cegc :=&Bitmaps {};var _ddcd *int ;_ggfd *=_fbgcb ;_eceag :=0;_ddcd =&_eceag ;_eadea :=0;_gefb :=TstDSymbol (t ,scale ...);TstAddSymbol (t ,_cegc ,_gefb ,_ddcd ,_eadea ,1*_fbgcb ); -_gefb =TstOSymbol (t ,scale ...);TstAddSymbol (t ,_cegc ,_gefb ,_ddcd ,_eadea ,_ggfd );_gefb =TstISymbol (t ,scale ...);TstAddSymbol (t ,_cegc ,_gefb ,_ddcd ,_eadea ,1*_fbgcb );_gefb =TstTSymbol (t ,scale ...);TstAddSymbol (t ,_cegc ,_gefb ,_ddcd ,_eadea ,_ggfd ); -_gefb =TstNSymbol (t ,scale ...);TstAddSymbol (t ,_cegc ,_gefb ,_ddcd ,_eadea ,1*_fbgcb );_gefb =TstOSymbol (t ,scale ...);TstAddSymbol (t ,_cegc ,_gefb ,_ddcd ,_eadea ,1*_fbgcb );_gefb =TstWSymbol (t ,scale ...);TstAddSymbol (t ,_cegc ,_gefb ,_ddcd ,_eadea ,0); -*_ddcd =0;_eadea =5*_fbgcb +_ggfd ;_gefb =TstOSymbol (t ,scale ...);TstAddSymbol (t ,_cegc ,_gefb ,_ddcd ,_eadea ,1*_fbgcb );_gefb =TstRSymbol (t ,scale ...);TstAddSymbol (t ,_cegc ,_gefb ,_ddcd ,_eadea ,_ggfd );_gefb =TstNSymbol (t ,scale ...);TstAddSymbol (t ,_cegc ,_gefb ,_ddcd ,_eadea ,1*_fbgcb ); -_gefb =TstESymbol (t ,scale ...);TstAddSymbol (t ,_cegc ,_gefb ,_ddcd ,_eadea ,1*_fbgcb );_gefb =TstVSymbol (t ,scale ...);TstAddSymbol (t ,_cegc ,_gefb ,_ddcd ,_eadea ,1*_fbgcb );_gefb =TstESymbol (t ,scale ...);TstAddSymbol (t ,_cegc ,_gefb ,_ddcd ,_eadea ,1*_fbgcb ); -_gefb =TstRSymbol (t ,scale ...);TstAddSymbol (t ,_cegc ,_gefb ,_ddcd ,_eadea ,0);TstWriteSymbols (t ,_cegc ,_fcege );return _fcege ;};func (_gff *Bitmap )String ()string {var _eeg ="\u000a";for _bccd :=0;_bccd < _gff .Height ;_bccd ++{var _bed string ; -for _dbb :=0;_dbb < _gff .Width ;_dbb ++{_gga :=_gff .GetPixel (_dbb ,_bccd );if _gga {_bed +="\u0031";}else {_bed +="\u0030";};};_eeg +=_bed +"\u000a";};return _eeg ;};func (_afgb *Bitmap )ConnComponents (bms *Bitmaps ,connectivity int )(_cda *Boxes ,_gfeg error ){const _dabd ="B\u0069\u0074\u006d\u0061p.\u0043o\u006e\u006e\u0043\u006f\u006dp\u006f\u006e\u0065\u006e\u0074\u0073"; -if _afgb ==nil {return nil ,_d .Error (_dabd ,"\u0070r\u006f\u0076\u0069\u0064e\u0064\u0020\u0065\u006d\u0070t\u0079 \u0027b\u0027\u0020\u0062\u0069\u0074\u006d\u0061p");};if connectivity !=4&&connectivity !=8{return nil ,_d .Error (_dabd ,"\u0063\u006f\u006ene\u0063\u0074\u0069\u0076\u0069\u0074\u0079\u0020\u006e\u006f\u0074\u0020\u0034\u0020\u006f\u0072\u0020\u0038"); -};if bms ==nil {if _cda ,_gfeg =_afgb .connComponentsBB (connectivity );_gfeg !=nil {return nil ,_d .Wrap (_gfeg ,_dabd ,"");};}else {if _cda ,_gfeg =_afgb .connComponentsBitmapsBB (bms ,connectivity );_gfeg !=nil {return nil ,_d .Wrap (_gfeg ,_dabd ,""); -};};return _cda ,nil ;};func (_ddc *Bitmap )ToImage ()_fb .Image {_gcd ,_cbdaf :=_ed .NewImage (_ddc .Width ,_ddc .Height ,1,1,_ddc .Data ,nil ,nil );if _cbdaf !=nil {_ea .Log .Error ("\u0043\u006f\u006e\u0076\u0065\u0072\u0074\u0069\u006e\u0067\u0020j\u0062\u0069\u0067\u0032\u002e\u0042\u0069\u0074m\u0061p\u0020\u0074\u006f\u0020\u0069\u006d\u0061\u0067\u0065\u0075\u0074\u0069\u006c\u002e\u0049\u006d\u0061\u0067e\u0020\u0066\u0061\u0069\u006c\u0065\u0064\u003a\u0020\u0025\u0076",_cbdaf ); -};return _gcd ;};func (_fgfb *ClassedPoints )Less (i ,j int )bool {return _fgfb ._afafe (i ,j )};func (_cbcf *Bitmaps )AddBitmap (bm *Bitmap ){_cbcf .Values =append (_cbcf .Values ,bm )};func (_fbfad *byWidth )Swap (i ,j int ){_fbfad .Values [i ],_fbfad .Values [j ]=_fbfad .Values [j ],_fbfad .Values [i ]; -if _fbfad .Boxes !=nil {_fbfad .Boxes [i ],_fbfad .Boxes [j ]=_fbfad .Boxes [j ],_fbfad .Boxes [i ];};};func _dfaef (_ffbeg *Bitmap ,_ccfe ,_bfbe ,_agff ,_feec int ,_agd RasterOperator ,_fag *Bitmap ,_ccfg ,_fbdaf int )error {var (_fadga bool ;_bedf bool ; -_cbdb int ;_dgdcb int ;_aecdc int ;_ffba bool ;_eacg byte ;_fecb int ;_cecdb int ;_cddb int ;_ace ,_gafb int ;);_geeg :=8-(_ccfe &7);_fgdec :=_eaec [_geeg ];_bgged :=_ffbeg .RowStride *_bfbe +(_ccfe >>3);_dagge :=_fag .RowStride *_fbdaf +(_ccfg >>3);if _agff < _geeg {_fadga =true ; -_fgdec &=_fada [8-_geeg +_agff ];};if !_fadga {_cbdb =(_agff -_geeg )>>3;if _cbdb > 0{_bedf =true ;_dgdcb =_bgged +1;_aecdc =_dagge +1;};};_fecb =(_ccfe +_agff )&7;if !(_fadga ||_fecb ==0){_ffba =true ;_eacg =_fada [_fecb ];_cecdb =_bgged +1+_cbdb ;_cddb =_dagge +1+_cbdb ; -};switch _agd {case PixSrc :for _ace =0;_ace < _feec ;_ace ++{_ffbeg .Data [_bgged ]=_efee (_ffbeg .Data [_bgged ],_fag .Data [_dagge ],_fgdec );_bgged +=_ffbeg .RowStride ;_dagge +=_fag .RowStride ;};if _bedf {for _ace =0;_ace < _feec ;_ace ++{for _gafb =0; -_gafb < _cbdb ;_gafb ++{_ffbeg .Data [_dgdcb +_gafb ]=_fag .Data [_aecdc +_gafb ];};_dgdcb +=_ffbeg .RowStride ;_aecdc +=_fag .RowStride ;};};if _ffba {for _ace =0;_ace < _feec ;_ace ++{_ffbeg .Data [_cecdb ]=_efee (_ffbeg .Data [_cecdb ],_fag .Data [_cddb ],_eacg ); -_cecdb +=_ffbeg .RowStride ;_cddb +=_fag .RowStride ;};};case PixNotSrc :for _ace =0;_ace < _feec ;_ace ++{_ffbeg .Data [_bgged ]=_efee (_ffbeg .Data [_bgged ],^_fag .Data [_dagge ],_fgdec );_bgged +=_ffbeg .RowStride ;_dagge +=_fag .RowStride ;};if _bedf {for _ace =0; -_ace < _feec ;_ace ++{for _gafb =0;_gafb < _cbdb ;_gafb ++{_ffbeg .Data [_dgdcb +_gafb ]=^_fag .Data [_aecdc +_gafb ];};_dgdcb +=_ffbeg .RowStride ;_aecdc +=_fag .RowStride ;};};if _ffba {for _ace =0;_ace < _feec ;_ace ++{_ffbeg .Data [_cecdb ]=_efee (_ffbeg .Data [_cecdb ],^_fag .Data [_cddb ],_eacg ); -_cecdb +=_ffbeg .RowStride ;_cddb +=_fag .RowStride ;};};case PixSrcOrDst :for _ace =0;_ace < _feec ;_ace ++{_ffbeg .Data [_bgged ]=_efee (_ffbeg .Data [_bgged ],_fag .Data [_dagge ]|_ffbeg .Data [_bgged ],_fgdec );_bgged +=_ffbeg .RowStride ;_dagge +=_fag .RowStride ; -};if _bedf {for _ace =0;_ace < _feec ;_ace ++{for _gafb =0;_gafb < _cbdb ;_gafb ++{_ffbeg .Data [_dgdcb +_gafb ]|=_fag .Data [_aecdc +_gafb ];};_dgdcb +=_ffbeg .RowStride ;_aecdc +=_fag .RowStride ;};};if _ffba {for _ace =0;_ace < _feec ;_ace ++{_ffbeg .Data [_cecdb ]=_efee (_ffbeg .Data [_cecdb ],_fag .Data [_cddb ]|_ffbeg .Data [_cecdb ],_eacg ); -_cecdb +=_ffbeg .RowStride ;_cddb +=_fag .RowStride ;};};case PixSrcAndDst :for _ace =0;_ace < _feec ;_ace ++{_ffbeg .Data [_bgged ]=_efee (_ffbeg .Data [_bgged ],_fag .Data [_dagge ]&_ffbeg .Data [_bgged ],_fgdec );_bgged +=_ffbeg .RowStride ;_dagge +=_fag .RowStride ; -};if _bedf {for _ace =0;_ace < _feec ;_ace ++{for _gafb =0;_gafb < _cbdb ;_gafb ++{_ffbeg .Data [_dgdcb +_gafb ]&=_fag .Data [_aecdc +_gafb ];};_dgdcb +=_ffbeg .RowStride ;_aecdc +=_fag .RowStride ;};};if _ffba {for _ace =0;_ace < _feec ;_ace ++{_ffbeg .Data [_cecdb ]=_efee (_ffbeg .Data [_cecdb ],_fag .Data [_cddb ]&_ffbeg .Data [_cecdb ],_eacg ); -_cecdb +=_ffbeg .RowStride ;_cddb +=_fag .RowStride ;};};case PixSrcXorDst :for _ace =0;_ace < _feec ;_ace ++{_ffbeg .Data [_bgged ]=_efee (_ffbeg .Data [_bgged ],_fag .Data [_dagge ]^_ffbeg .Data [_bgged ],_fgdec );_bgged +=_ffbeg .RowStride ;_dagge +=_fag .RowStride ; -};if _bedf {for _ace =0;_ace < _feec ;_ace ++{for _gafb =0;_gafb < _cbdb ;_gafb ++{_ffbeg .Data [_dgdcb +_gafb ]^=_fag .Data [_aecdc +_gafb ];};_dgdcb +=_ffbeg .RowStride ;_aecdc +=_fag .RowStride ;};};if _ffba {for _ace =0;_ace < _feec ;_ace ++{_ffbeg .Data [_cecdb ]=_efee (_ffbeg .Data [_cecdb ],_fag .Data [_cddb ]^_ffbeg .Data [_cecdb ],_eacg ); -_cecdb +=_ffbeg .RowStride ;_cddb +=_fag .RowStride ;};};case PixNotSrcOrDst :for _ace =0;_ace < _feec ;_ace ++{_ffbeg .Data [_bgged ]=_efee (_ffbeg .Data [_bgged ],^(_fag .Data [_dagge ])|_ffbeg .Data [_bgged ],_fgdec );_bgged +=_ffbeg .RowStride ;_dagge +=_fag .RowStride ; -};if _bedf {for _ace =0;_ace < _feec ;_ace ++{for _gafb =0;_gafb < _cbdb ;_gafb ++{_ffbeg .Data [_dgdcb +_gafb ]|=^(_fag .Data [_aecdc +_gafb ]);};_dgdcb +=_ffbeg .RowStride ;_aecdc +=_fag .RowStride ;};};if _ffba {for _ace =0;_ace < _feec ;_ace ++{_ffbeg .Data [_cecdb ]=_efee (_ffbeg .Data [_cecdb ],^(_fag .Data [_cddb ])|_ffbeg .Data [_cecdb ],_eacg ); -_cecdb +=_ffbeg .RowStride ;_cddb +=_fag .RowStride ;};};case PixNotSrcAndDst :for _ace =0;_ace < _feec ;_ace ++{_ffbeg .Data [_bgged ]=_efee (_ffbeg .Data [_bgged ],^(_fag .Data [_dagge ])&_ffbeg .Data [_bgged ],_fgdec );_bgged +=_ffbeg .RowStride ;_dagge +=_fag .RowStride ; -};if _bedf {for _ace =0;_ace < _feec ;_ace ++{for _gafb =0;_gafb < _cbdb ;_gafb ++{_ffbeg .Data [_dgdcb +_gafb ]&=^_fag .Data [_aecdc +_gafb ];};_dgdcb +=_ffbeg .RowStride ;_aecdc +=_fag .RowStride ;};};if _ffba {for _ace =0;_ace < _feec ;_ace ++{_ffbeg .Data [_cecdb ]=_efee (_ffbeg .Data [_cecdb ],^(_fag .Data [_cddb ])&_ffbeg .Data [_cecdb ],_eacg ); -_cecdb +=_ffbeg .RowStride ;_cddb +=_fag .RowStride ;};};case PixSrcOrNotDst :for _ace =0;_ace < _feec ;_ace ++{_ffbeg .Data [_bgged ]=_efee (_ffbeg .Data [_bgged ],_fag .Data [_dagge ]|^(_ffbeg .Data [_bgged ]),_fgdec );_bgged +=_ffbeg .RowStride ;_dagge +=_fag .RowStride ; -};if _bedf {for _ace =0;_ace < _feec ;_ace ++{for _gafb =0;_gafb < _cbdb ;_gafb ++{_ffbeg .Data [_dgdcb +_gafb ]=_fag .Data [_aecdc +_gafb ]|^(_ffbeg .Data [_dgdcb +_gafb ]);};_dgdcb +=_ffbeg .RowStride ;_aecdc +=_fag .RowStride ;};};if _ffba {for _ace =0; -_ace < _feec ;_ace ++{_ffbeg .Data [_cecdb ]=_efee (_ffbeg .Data [_cecdb ],_fag .Data [_cddb ]|^(_ffbeg .Data [_cecdb ]),_eacg );_cecdb +=_ffbeg .RowStride ;_cddb +=_fag .RowStride ;};};case PixSrcAndNotDst :for _ace =0;_ace < _feec ;_ace ++{_ffbeg .Data [_bgged ]=_efee (_ffbeg .Data [_bgged ],_fag .Data [_dagge ]&^(_ffbeg .Data [_bgged ]),_fgdec ); -_bgged +=_ffbeg .RowStride ;_dagge +=_fag .RowStride ;};if _bedf {for _ace =0;_ace < _feec ;_ace ++{for _gafb =0;_gafb < _cbdb ;_gafb ++{_ffbeg .Data [_dgdcb +_gafb ]=_fag .Data [_aecdc +_gafb ]&^(_ffbeg .Data [_dgdcb +_gafb ]);};_dgdcb +=_ffbeg .RowStride ; -_aecdc +=_fag .RowStride ;};};if _ffba {for _ace =0;_ace < _feec ;_ace ++{_ffbeg .Data [_cecdb ]=_efee (_ffbeg .Data [_cecdb ],_fag .Data [_cddb ]&^(_ffbeg .Data [_cecdb ]),_eacg );_cecdb +=_ffbeg .RowStride ;_cddb +=_fag .RowStride ;};};case PixNotPixSrcOrDst :for _ace =0; -_ace < _feec ;_ace ++{_ffbeg .Data [_bgged ]=_efee (_ffbeg .Data [_bgged ],^(_fag .Data [_dagge ]|_ffbeg .Data [_bgged ]),_fgdec );_bgged +=_ffbeg .RowStride ;_dagge +=_fag .RowStride ;};if _bedf {for _ace =0;_ace < _feec ;_ace ++{for _gafb =0;_gafb < _cbdb ; -_gafb ++{_ffbeg .Data [_dgdcb +_gafb ]=^(_fag .Data [_aecdc +_gafb ]|_ffbeg .Data [_dgdcb +_gafb ]);};_dgdcb +=_ffbeg .RowStride ;_aecdc +=_fag .RowStride ;};};if _ffba {for _ace =0;_ace < _feec ;_ace ++{_ffbeg .Data [_cecdb ]=_efee (_ffbeg .Data [_cecdb ],^(_fag .Data [_cddb ]|_ffbeg .Data [_cecdb ]),_eacg ); -_cecdb +=_ffbeg .RowStride ;_cddb +=_fag .RowStride ;};};case PixNotPixSrcAndDst :for _ace =0;_ace < _feec ;_ace ++{_ffbeg .Data [_bgged ]=_efee (_ffbeg .Data [_bgged ],^(_fag .Data [_dagge ]&_ffbeg .Data [_bgged ]),_fgdec );_bgged +=_ffbeg .RowStride ; -_dagge +=_fag .RowStride ;};if _bedf {for _ace =0;_ace < _feec ;_ace ++{for _gafb =0;_gafb < _cbdb ;_gafb ++{_ffbeg .Data [_dgdcb +_gafb ]=^(_fag .Data [_aecdc +_gafb ]&_ffbeg .Data [_dgdcb +_gafb ]);};_dgdcb +=_ffbeg .RowStride ;_aecdc +=_fag .RowStride ; -};};if _ffba {for _ace =0;_ace < _feec ;_ace ++{_ffbeg .Data [_cecdb ]=_efee (_ffbeg .Data [_cecdb ],^(_fag .Data [_cddb ]&_ffbeg .Data [_cecdb ]),_eacg );_cecdb +=_ffbeg .RowStride ;_cddb +=_fag .RowStride ;};};case PixNotPixSrcXorDst :for _ace =0;_ace < _feec ; -_ace ++{_ffbeg .Data [_bgged ]=_efee (_ffbeg .Data [_bgged ],^(_fag .Data [_dagge ]^_ffbeg .Data [_bgged ]),_fgdec );_bgged +=_ffbeg .RowStride ;_dagge +=_fag .RowStride ;};if _bedf {for _ace =0;_ace < _feec ;_ace ++{for _gafb =0;_gafb < _cbdb ;_gafb ++{_ffbeg .Data [_dgdcb +_gafb ]=^(_fag .Data [_aecdc +_gafb ]^_ffbeg .Data [_dgdcb +_gafb ]); -};_dgdcb +=_ffbeg .RowStride ;_aecdc +=_fag .RowStride ;};};if _ffba {for _ace =0;_ace < _feec ;_ace ++{_ffbeg .Data [_cecdb ]=_efee (_ffbeg .Data [_cecdb ],^(_fag .Data [_cddb ]^_ffbeg .Data [_cecdb ]),_eacg );_cecdb +=_ffbeg .RowStride ;_cddb +=_fag .RowStride ; -};};default:_ea .Log .Debug ("I\u006e\u0076\u0061\u006c\u0069\u0064 \u0072\u0061\u0073\u0074\u0065\u0072\u0020\u006f\u0070e\u0072\u0061\u0074o\u0072:\u0020\u0025\u0064",_agd );return _d .Error ("\u0072\u0061\u0073\u0074er\u004f\u0070\u0056\u0041\u006c\u0069\u0067\u006e\u0065\u0064\u004c\u006f\u0077","\u0069\u006e\u0076al\u0069\u0064\u0020\u0072\u0061\u0073\u0074\u0065\u0072\u0020\u006f\u0070\u0065\u0072\u0061\u0074\u006f\u0072"); -};return nil ;};func _dbeae (_cfde ,_ddba int ,_caed string )*Selection {_ebcc :=&Selection {Height :_cfde ,Width :_ddba ,Name :_caed };_ebcc .Data =make ([][]SelectionValue ,_cfde );for _bfgg :=0;_bfgg < _cfde ;_bfgg ++{_ebcc .Data [_bfgg ]=make ([]SelectionValue ,_ddba ); -};return _ebcc ;};func _fgcd (_gadd ,_dbgdb *Bitmap ,_ccec ,_bbfbg int )(*Bitmap ,error ){const _cgb ="\u0065\u0072\u006f\u0064\u0065\u0042\u0072\u0069\u0063\u006b";if _dbgdb ==nil {return nil ,_d .Error (_cgb ,"\u0073o\u0075r\u0063\u0065\u0020\u006e\u006ft\u0020\u0064e\u0066\u0069\u006e\u0065\u0064"); -};if _ccec < 1||_bbfbg < 1{return nil ,_d .Error (_cgb ,"\u0068\u0073\u0069\u007a\u0065\u0020\u0061\u006e\u0064\u0020\u0076\u0073\u0069\u007a\u0065\u0020\u0061\u0072e\u0020\u006e\u006f\u0074\u0020\u0067\u0072e\u0061\u0074\u0065\u0072\u0020\u0074\u0068\u0061\u006e\u0020\u006fr\u0020\u0065\u0071\u0075\u0061\u006c\u0020\u0074\u006f\u0020\u0031"); -};if _ccec ==1&&_bbfbg ==1{_acba ,_agc :=_bce (_gadd ,_dbgdb );if _agc !=nil {return nil ,_d .Wrap (_agc ,_cgb ,"\u0068S\u0069\u007a\u0065\u0020\u003d\u003d\u0020\u0031\u0020\u0026\u0026 \u0076\u0053\u0069\u007a\u0065\u0020\u003d\u003d\u0020\u0031");}; -return _acba ,nil ;};if _ccec ==1||_bbfbg ==1{_gbed :=SelCreateBrick (_bbfbg ,_ccec ,_bbfbg /2,_ccec /2,SelHit );_adgd ,_aeec :=_agbc (_gadd ,_dbgdb ,_gbed );if _aeec !=nil {return nil ,_d .Wrap (_aeec ,_cgb ,"\u0068S\u0069\u007a\u0065\u0020\u003d\u003d\u0020\u0031\u0020\u007c\u007c \u0076\u0053\u0069\u007a\u0065\u0020\u003d\u003d\u0020\u0031"); -};return _adgd ,nil ;};_ebeg :=SelCreateBrick (1,_ccec ,0,_ccec /2,SelHit );_adfc :=SelCreateBrick (_bbfbg ,1,_bbfbg /2,0,SelHit );_accc ,_cfefg :=_agbc (nil ,_dbgdb ,_ebeg );if _cfefg !=nil {return nil ,_d .Wrap (_cfefg ,_cgb ,"\u0031s\u0074\u0020\u0065\u0072\u006f\u0064e"); -};_gadd ,_cfefg =_agbc (_gadd ,_accc ,_adfc );if _cfefg !=nil {return nil ,_d .Wrap (_cfefg ,_cgb ,"\u0032n\u0064\u0020\u0065\u0072\u006f\u0064e");};return _gadd ,nil ;};func (_fgaaa *Bitmap )setFourBytes (_ebfd int ,_fdad uint32 )error {if _ebfd +3> len (_fgaaa .Data )-1{return _d .Errorf ("\u0073\u0065\u0074F\u006f\u0075\u0072\u0042\u0079\u0074\u0065\u0073","\u0069n\u0064\u0065\u0078\u003a\u0020\u0027\u0025\u0064\u0027\u0020\u006fu\u0074\u0020\u006f\u0066\u0020\u0072\u0061\u006e\u0067\u0065",_ebfd ); -};_fgaaa .Data [_ebfd ]=byte ((_fdad &0xff000000)>>24);_fgaaa .Data [_ebfd +1]=byte ((_fdad &0xff0000)>>16);_fgaaa .Data [_ebfd +2]=byte ((_fdad &0xff00)>>8);_fgaaa .Data [_ebfd +3]=byte (_fdad &0xff);return nil ;};func (_deec *Bitmap )inverseData (){if _dcfg :=_deec .RasterOperation (0,0,_deec .Width ,_deec .Height ,PixNotDst ,nil ,0,0); -_dcfg !=nil {_ea .Log .Debug ("\u0049n\u0076\u0065\u0072\u0073e\u0020\u0064\u0061\u0074\u0061 \u0066a\u0069l\u0065\u0064\u003a\u0020\u0027\u0025\u0076'",_dcfg );};if _deec .Color ==Chocolate {_deec .Color =Vanilla ;}else {_deec .Color =Chocolate ;};};func _eec (_bbef ,_ecdg int )int {if _bbef > _ecdg {return _bbef ; -};return _ecdg ;};func (_bged *ClassedPoints )YAtIndex (i int )float32 {return (*_bged .Points )[_bged .IntSlice [i ]].Y };func _efgd (_bgdab *Bitmap )(_eagcc *Bitmap ,_gbef int ,_cgeb error ){const _dbgb ="\u0042i\u0074\u006d\u0061\u0070.\u0077\u006f\u0072\u0064\u004da\u0073k\u0042y\u0044\u0069\u006c\u0061\u0074\u0069\u006fn"; -if _bgdab ==nil {return nil ,0,_d .Errorf (_dbgb ,"\u0027\u0073\u0027\u0020bi\u0074\u006d\u0061\u0070\u0020\u006e\u006f\u0074\u0020\u0064\u0065\u0066\u0069\u006ee\u0064");};var _cfbf ,_ecccd *Bitmap ;if _cfbf ,_cgeb =_bce (nil ,_bgdab );_cgeb !=nil {return nil ,0,_d .Wrap (_cgeb ,_dbgb ,"\u0063\u006f\u0070\u0079\u0020\u0027\u0073\u0027"); -};var (_dde [13]int ;_bfdg ,_fbgg int ;);_gccd :=12;_bgfg :=_b .NewNumSlice (_gccd +1);_bfaa :=_b .NewNumSlice (_gccd +1);var _eabb *Boxes ;for _afgc :=0;_afgc <=_gccd ;_afgc ++{if _afgc ==0{if _ecccd ,_cgeb =_bce (nil ,_cfbf );_cgeb !=nil {return nil ,0,_d .Wrap (_cgeb ,_dbgb ,"\u0066i\u0072\u0073\u0074\u0020\u0062\u006d2"); -};}else {if _ecccd ,_cgeb =_dfda (_cfbf ,MorphProcess {Operation :MopDilation ,Arguments :[]int {2,1}});_cgeb !=nil {return nil ,0,_d .Wrap (_cgeb ,_dbgb ,"\u0064\u0069\u006ca\u0074\u0069\u006f\u006e\u0020\u0062\u006d\u0032");};};if _eabb ,_cgeb =_ecccd .connComponentsBB (4); -_cgeb !=nil {return nil ,0,_d .Wrap (_cgeb ,_dbgb ,"");};_dde [_afgc ]=len (*_eabb );_bgfg .AddInt (_dde [_afgc ]);switch _afgc {case 0:_bfdg =_dde [0];default:_fbgg =_dde [_afgc -1]-_dde [_afgc ];_bfaa .AddInt (_fbgg );};_cfbf =_ecccd ;};_fgeg :=true ; -_gdge :=2;var _ffde ,_acdd int ;for _edfcc :=1;_edfcc < len (*_bfaa );_edfcc ++{if _ffde ,_cgeb =_bgfg .GetInt (_edfcc );_cgeb !=nil {return nil ,0,_d .Wrap (_cgeb ,_dbgb ,"\u0043\u0068\u0065\u0063ki\u006e\u0067\u0020\u0062\u0065\u0073\u0074\u0020\u0064\u0069\u006c\u0061\u0074\u0069o\u006e"); -};if _fgeg &&_ffde < int (0.3*float32 (_bfdg )){_gdge =_edfcc +1;_fgeg =false ;};if _fbgg ,_cgeb =_bfaa .GetInt (_edfcc );_cgeb !=nil {return nil ,0,_d .Wrap (_cgeb ,_dbgb ,"\u0067\u0065\u0074\u0074\u0069\u006e\u0067\u0020\u006ea\u0044\u0069\u0066\u0066"); -};if _fbgg > _acdd {_acdd =_fbgg ;};};_fcg :=_bgdab .XResolution ;if _fcg ==0{_fcg =150;};if _fcg > 110{_gdge ++;};if _gdge < 2{_ea .Log .Trace ("J\u0042\u0049\u0047\u0032\u0020\u0073\u0065\u0074\u0074\u0069\u006e\u0067\u0020\u0069\u0042\u0065\u0073\u0074 \u0074\u006f\u0020\u006d\u0069\u006e\u0069\u006d\u0075\u006d a\u006c\u006c\u006fw\u0061b\u006c\u0065"); -_gdge =2;};_gbef =_gdge +1;if _eagcc ,_cgeb =_gagbb (nil ,_bgdab ,_gdge +1,1);_cgeb !=nil {return nil ,0,_d .Wrap (_cgeb ,_dbgb ,"\u0067\u0065\u0074\u0074in\u0067\u0020\u006d\u0061\u0073\u006b\u0020\u0066\u0061\u0069\u006c\u0065\u0064");};return _eagcc ,_gbef ,nil ; -};func (_fee *Bitmap )Zero ()bool {_daag :=_fee .Width /8;_fge :=_fee .Width &7;var _abab byte ;if _fge !=0{_abab =byte (0xff< 0{if _fee .Data [_ecce ]&_abab !=0{return false ;};};};return true ;};func (_bfab *Bitmaps )HeightSorter ()func (_acdff ,_gbde int )bool {return func (_acbf ,_fefc int )bool {_cbbbc :=_bfab .Values [_acbf ].Height < _bfab .Values [_fefc ].Height ; -_ea .Log .Debug ("H\u0065i\u0067\u0068\u0074\u003a\u0020\u0025\u0076\u0020<\u0020\u0025\u0076\u0020= \u0025\u0076",_bfab .Values [_acbf ].Height ,_bfab .Values [_fefc ].Height ,_cbbbc );return _cbbbc ;};};const (MopDilation MorphOperation =iota ;MopErosion ; -MopOpening ;MopClosing ;MopRankBinaryReduction ;MopReplicativeBinaryExpansion ;MopAddBorder ;);const (_ SizeSelection =iota ;SizeSelectByWidth ;SizeSelectByHeight ;SizeSelectByMaxDimension ;SizeSelectByArea ;SizeSelectByPerimeter ;);func (_ddbff *ClassedPoints )SortByY (){_ddbff ._afafe =_ddbff .ySortFunction (); -_a .Sort (_ddbff )};func TstNSymbol (t *_da .T ,scale ...int )*Bitmap {_acae ,_ffec :=NewWithData (4,5,[]byte {0x90,0xD0,0xB0,0x90,0x90});_dc .NoError (t ,_ffec );return TstGetScaledSymbol (t ,_acae ,scale ...);};func (_dfde *Bitmap )connComponentsBitmapsBB (_efd *Bitmaps ,_eff int )(_adff *Boxes ,_dcc error ){const _eeaf ="\u0063\u006f\u006enC\u006f\u006d\u0070\u006f\u006e\u0065\u006e\u0074\u0073\u0042\u0069\u0074\u006d\u0061\u0070\u0073\u0042\u0042"; -if _eff !=4&&_eff !=8{return nil ,_d .Error (_eeaf ,"\u0063\u006f\u006e\u006e\u0065\u0063t\u0069\u0076\u0069\u0074\u0079\u0020\u006d\u0075\u0073\u0074\u0020\u0062\u0065 \u0061\u0020\u0027\u0034\u0027\u0020\u006fr\u0020\u0027\u0038\u0027");};if _efd ==nil {return nil ,_d .Error (_eeaf ,"p\u0072o\u0076\u0069\u0064\u0065\u0064\u0020\u006e\u0069l\u0020\u0042\u0069\u0074ma\u0070\u0073"); -};if len (_efd .Values )> 0{return nil ,_d .Error (_eeaf ,"\u0070\u0072\u006f\u0076\u0069\u0064\u0065\u0064\u0020\u006e\u006fn\u002d\u0065\u006d\u0070\u0074\u0079\u0020\u0042\u0069\u0074m\u0061\u0070\u0073");};if _dfde .Zero (){return &Boxes {},nil ;}; -var (_daeg ,_gdfd ,_bggcd ,_fcaa *Bitmap ;);_dfde .setPadBits (0);if _daeg ,_dcc =_bce (nil ,_dfde );_dcc !=nil {return nil ,_d .Wrap (_dcc ,_eeaf ,"\u0062\u006d\u0031");};if _gdfd ,_dcc =_bce (nil ,_dfde );_dcc !=nil {return nil ,_d .Wrap (_dcc ,_eeaf ,"\u0062\u006d\u0032"); -};_fggg :=&_b .Stack {};_fggg .Aux =&_b .Stack {};_adff =&Boxes {};var (_aeded ,_adb int ;_bceg _fb .Point ;_bbf bool ;_cbdaa *_fb .Rectangle ;);for {if _bceg ,_bbf ,_dcc =_daeg .nextOnPixel (_aeded ,_adb );_dcc !=nil {return nil ,_d .Wrap (_dcc ,_eeaf ,""); -};if !_bbf {break ;};if _cbdaa ,_dcc =_gegb (_daeg ,_fggg ,_bceg .X ,_bceg .Y ,_eff );_dcc !=nil {return nil ,_d .Wrap (_dcc ,_eeaf ,"");};if _dcc =_adff .Add (_cbdaa );_dcc !=nil {return nil ,_d .Wrap (_dcc ,_eeaf ,"");};if _bggcd ,_dcc =_daeg .clipRectangle (_cbdaa ,nil ); -_dcc !=nil {return nil ,_d .Wrap (_dcc ,_eeaf ,"\u0062\u006d\u0033");};if _fcaa ,_dcc =_gdfd .clipRectangle (_cbdaa ,nil );_dcc !=nil {return nil ,_d .Wrap (_dcc ,_eeaf ,"\u0062\u006d\u0034");};if _ ,_dcc =_bgbe (_bggcd ,_bggcd ,_fcaa );_dcc !=nil {return nil ,_d .Wrap (_dcc ,_eeaf ,"\u0062m\u0033\u0020\u005e\u0020\u0062\u006d4"); -};if _dcc =_gdfd .RasterOperation (_cbdaa .Min .X ,_cbdaa .Min .Y ,_cbdaa .Dx (),_cbdaa .Dy (),PixSrcXorDst ,_bggcd ,0,0);_dcc !=nil {return nil ,_d .Wrap (_dcc ,_eeaf ,"\u0062\u006d\u0032\u0020\u002d\u0058\u004f\u0052\u002d>\u0020\u0062\u006d\u0033"); -};_efd .AddBitmap (_bggcd );_aeded =_bceg .X ;_adb =_bceg .Y ;};_efd .Boxes =*_adff ;return _adff ,nil ;};type Selection struct{Height ,Width int ;Cx ,Cy int ;Name string ;Data [][]SelectionValue ;};func (_fab *Boxes )makeSizeIndicator (_bfa ,_eebg int ,_cggb LocationFilter ,_fdec SizeComparison )*_b .NumSlice {_bgea :=&_b .NumSlice {}; -var _cdcgc ,_cfaa ,_ega int ;for _ ,_abaf :=range *_fab {_cdcgc =0;_cfaa ,_ega =_abaf .Dx (),_abaf .Dy ();switch _cggb {case LocSelectWidth :if (_fdec ==SizeSelectIfLT &&_cfaa < _bfa )||(_fdec ==SizeSelectIfGT &&_cfaa > _bfa )||(_fdec ==SizeSelectIfLTE &&_cfaa <=_bfa )||(_fdec ==SizeSelectIfGTE &&_cfaa >=_bfa ){_cdcgc =1; -};case LocSelectHeight :if (_fdec ==SizeSelectIfLT &&_ega < _eebg )||(_fdec ==SizeSelectIfGT &&_ega > _eebg )||(_fdec ==SizeSelectIfLTE &&_ega <=_eebg )||(_fdec ==SizeSelectIfGTE &&_ega >=_eebg ){_cdcgc =1;};case LocSelectIfEither :if (_fdec ==SizeSelectIfLT &&(_ega < _eebg ||_cfaa < _bfa ))||(_fdec ==SizeSelectIfGT &&(_ega > _eebg ||_cfaa > _bfa ))||(_fdec ==SizeSelectIfLTE &&(_ega <=_eebg ||_cfaa <=_bfa ))||(_fdec ==SizeSelectIfGTE &&(_ega >=_eebg ||_cfaa >=_bfa )){_cdcgc =1; -};case LocSelectIfBoth :if (_fdec ==SizeSelectIfLT &&(_ega < _eebg &&_cfaa < _bfa ))||(_fdec ==SizeSelectIfGT &&(_ega > _eebg &&_cfaa > _bfa ))||(_fdec ==SizeSelectIfLTE &&(_ega <=_eebg &&_cfaa <=_bfa ))||(_fdec ==SizeSelectIfGTE &&(_ega >=_eebg &&_cfaa >=_bfa )){_cdcgc =1; -};};_bgea .AddInt (_cdcgc );};return _bgea ;};func Dilate (d *Bitmap ,s *Bitmap ,sel *Selection )(*Bitmap ,error ){return _aef (d ,s ,sel )};type shift int ;func _cgdc (_ageda *Bitmap ,_dbaga ,_gdgf ,_adaa ,_bbegc int ,_fddf RasterOperator ,_gbdd *Bitmap ,_eade ,_fcfa int )error {var (_eadg bool ; -_efeg bool ;_dffg byte ;_gbf int ;_affc int ;_fcba int ;_ecea int ;_beadc bool ;_ddbb int ;_gffa int ;_gdfb int ;_dcdbe bool ;_cffa byte ;_ccge int ;_cee int ;_ebed int ;_debg byte ;_bbfc int ;_edba int ;_edcb uint ;_feag uint ;_cgfad byte ;_bgde shift ; -_fdcc bool ;_cfbg bool ;_ccbc ,_fbceb int ;);if _eade &7!=0{_edba =8-(_eade &7);};if _dbaga &7!=0{_affc =8-(_dbaga &7);};if _edba ==0&&_affc ==0{_cgfad =_eaec [0];}else {if _affc > _edba {_edcb =uint (_affc -_edba );}else {_edcb =uint (8-(_edba -_affc )); -};_feag =8-_edcb ;_cgfad =_eaec [_edcb ];};if (_dbaga &7)!=0{_eadg =true ;_gbf =8-(_dbaga &7);_dffg =_eaec [_gbf ];_fcba =_ageda .RowStride *_gdgf +(_dbaga >>3);_ecea =_gbdd .RowStride *_fcfa +(_eade >>3);_bbfc =8-(_eade &7);if _gbf > _bbfc {_bgde =_fdef ; -if _adaa >=_edba {_fdcc =true ;};}else {_bgde =_aage ;};};if _adaa < _gbf {_efeg =true ;_dffg &=_fada [8-_gbf +_adaa ];};if !_efeg {_ddbb =(_adaa -_gbf )>>3;if _ddbb !=0{_beadc =true ;_gffa =_ageda .RowStride *_gdgf +((_dbaga +_affc )>>3);_gdfb =_gbdd .RowStride *_fcfa +((_eade +_affc )>>3); -};};_ccge =(_dbaga +_adaa )&7;if !(_efeg ||_ccge ==0){_dcdbe =true ;_cffa =_fada [_ccge ];_cee =_ageda .RowStride *_gdgf +((_dbaga +_affc )>>3)+_ddbb ;_ebed =_gbdd .RowStride *_fcfa +((_eade +_affc )>>3)+_ddbb ;if _ccge > int (_feag ){_cfbg =true ;};}; -switch _fddf {case PixSrc :if _eadg {for _ccbc =0;_ccbc < _bbegc ;_ccbc ++{if _bgde ==_fdef {_debg =_gbdd .Data [_ecea ]<<_edcb ;if _fdcc {_debg =_efee (_debg ,_gbdd .Data [_ecea +1]>>_feag ,_cgfad );};}else {_debg =_gbdd .Data [_ecea ]>>_feag ;};_ageda .Data [_fcba ]=_efee (_ageda .Data [_fcba ],_debg ,_dffg ); -_fcba +=_ageda .RowStride ;_ecea +=_gbdd .RowStride ;};};if _beadc {for _ccbc =0;_ccbc < _bbegc ;_ccbc ++{for _fbceb =0;_fbceb < _ddbb ;_fbceb ++{_debg =_efee (_gbdd .Data [_gdfb +_fbceb ]<<_edcb ,_gbdd .Data [_gdfb +_fbceb +1]>>_feag ,_cgfad );_ageda .Data [_gffa +_fbceb ]=_debg ; -};_gffa +=_ageda .RowStride ;_gdfb +=_gbdd .RowStride ;};};if _dcdbe {for _ccbc =0;_ccbc < _bbegc ;_ccbc ++{_debg =_gbdd .Data [_ebed ]<<_edcb ;if _cfbg {_debg =_efee (_debg ,_gbdd .Data [_ebed +1]>>_feag ,_cgfad );};_ageda .Data [_cee ]=_efee (_ageda .Data [_cee ],_debg ,_cffa ); -_cee +=_ageda .RowStride ;_ebed +=_gbdd .RowStride ;};};case PixNotSrc :if _eadg {for _ccbc =0;_ccbc < _bbegc ;_ccbc ++{if _bgde ==_fdef {_debg =_gbdd .Data [_ecea ]<<_edcb ;if _fdcc {_debg =_efee (_debg ,_gbdd .Data [_ecea +1]>>_feag ,_cgfad );};}else {_debg =_gbdd .Data [_ecea ]>>_feag ; -};_ageda .Data [_fcba ]=_efee (_ageda .Data [_fcba ],^_debg ,_dffg );_fcba +=_ageda .RowStride ;_ecea +=_gbdd .RowStride ;};};if _beadc {for _ccbc =0;_ccbc < _bbegc ;_ccbc ++{for _fbceb =0;_fbceb < _ddbb ;_fbceb ++{_debg =_efee (_gbdd .Data [_gdfb +_fbceb ]<<_edcb ,_gbdd .Data [_gdfb +_fbceb +1]>>_feag ,_cgfad ); -_ageda .Data [_gffa +_fbceb ]=^_debg ;};_gffa +=_ageda .RowStride ;_gdfb +=_gbdd .RowStride ;};};if _dcdbe {for _ccbc =0;_ccbc < _bbegc ;_ccbc ++{_debg =_gbdd .Data [_ebed ]<<_edcb ;if _cfbg {_debg =_efee (_debg ,_gbdd .Data [_ebed +1]>>_feag ,_cgfad ); -};_ageda .Data [_cee ]=_efee (_ageda .Data [_cee ],^_debg ,_cffa );_cee +=_ageda .RowStride ;_ebed +=_gbdd .RowStride ;};};case PixSrcOrDst :if _eadg {for _ccbc =0;_ccbc < _bbegc ;_ccbc ++{if _bgde ==_fdef {_debg =_gbdd .Data [_ecea ]<<_edcb ;if _fdcc {_debg =_efee (_debg ,_gbdd .Data [_ecea +1]>>_feag ,_cgfad ); -};}else {_debg =_gbdd .Data [_ecea ]>>_feag ;};_ageda .Data [_fcba ]=_efee (_ageda .Data [_fcba ],_debg |_ageda .Data [_fcba ],_dffg );_fcba +=_ageda .RowStride ;_ecea +=_gbdd .RowStride ;};};if _beadc {for _ccbc =0;_ccbc < _bbegc ;_ccbc ++{for _fbceb =0; -_fbceb < _ddbb ;_fbceb ++{_debg =_efee (_gbdd .Data [_gdfb +_fbceb ]<<_edcb ,_gbdd .Data [_gdfb +_fbceb +1]>>_feag ,_cgfad );_ageda .Data [_gffa +_fbceb ]|=_debg ;};_gffa +=_ageda .RowStride ;_gdfb +=_gbdd .RowStride ;};};if _dcdbe {for _ccbc =0;_ccbc < _bbegc ; -_ccbc ++{_debg =_gbdd .Data [_ebed ]<<_edcb ;if _cfbg {_debg =_efee (_debg ,_gbdd .Data [_ebed +1]>>_feag ,_cgfad );};_ageda .Data [_cee ]=_efee (_ageda .Data [_cee ],_debg |_ageda .Data [_cee ],_cffa );_cee +=_ageda .RowStride ;_ebed +=_gbdd .RowStride ; -};};case PixSrcAndDst :if _eadg {for _ccbc =0;_ccbc < _bbegc ;_ccbc ++{if _bgde ==_fdef {_debg =_gbdd .Data [_ecea ]<<_edcb ;if _fdcc {_debg =_efee (_debg ,_gbdd .Data [_ecea +1]>>_feag ,_cgfad );};}else {_debg =_gbdd .Data [_ecea ]>>_feag ;};_ageda .Data [_fcba ]=_efee (_ageda .Data [_fcba ],_debg &_ageda .Data [_fcba ],_dffg ); -_fcba +=_ageda .RowStride ;_ecea +=_gbdd .RowStride ;};};if _beadc {for _ccbc =0;_ccbc < _bbegc ;_ccbc ++{for _fbceb =0;_fbceb < _ddbb ;_fbceb ++{_debg =_efee (_gbdd .Data [_gdfb +_fbceb ]<<_edcb ,_gbdd .Data [_gdfb +_fbceb +1]>>_feag ,_cgfad );_ageda .Data [_gffa +_fbceb ]&=_debg ; -};_gffa +=_ageda .RowStride ;_gdfb +=_gbdd .RowStride ;};};if _dcdbe {for _ccbc =0;_ccbc < _bbegc ;_ccbc ++{_debg =_gbdd .Data [_ebed ]<<_edcb ;if _cfbg {_debg =_efee (_debg ,_gbdd .Data [_ebed +1]>>_feag ,_cgfad );};_ageda .Data [_cee ]=_efee (_ageda .Data [_cee ],_debg &_ageda .Data [_cee ],_cffa ); -_cee +=_ageda .RowStride ;_ebed +=_gbdd .RowStride ;};};case PixSrcXorDst :if _eadg {for _ccbc =0;_ccbc < _bbegc ;_ccbc ++{if _bgde ==_fdef {_debg =_gbdd .Data [_ecea ]<<_edcb ;if _fdcc {_debg =_efee (_debg ,_gbdd .Data [_ecea +1]>>_feag ,_cgfad );};}else {_debg =_gbdd .Data [_ecea ]>>_feag ; -};_ageda .Data [_fcba ]=_efee (_ageda .Data [_fcba ],_debg ^_ageda .Data [_fcba ],_dffg );_fcba +=_ageda .RowStride ;_ecea +=_gbdd .RowStride ;};};if _beadc {for _ccbc =0;_ccbc < _bbegc ;_ccbc ++{for _fbceb =0;_fbceb < _ddbb ;_fbceb ++{_debg =_efee (_gbdd .Data [_gdfb +_fbceb ]<<_edcb ,_gbdd .Data [_gdfb +_fbceb +1]>>_feag ,_cgfad ); -_ageda .Data [_gffa +_fbceb ]^=_debg ;};_gffa +=_ageda .RowStride ;_gdfb +=_gbdd .RowStride ;};};if _dcdbe {for _ccbc =0;_ccbc < _bbegc ;_ccbc ++{_debg =_gbdd .Data [_ebed ]<<_edcb ;if _cfbg {_debg =_efee (_debg ,_gbdd .Data [_ebed +1]>>_feag ,_cgfad ); -};_ageda .Data [_cee ]=_efee (_ageda .Data [_cee ],_debg ^_ageda .Data [_cee ],_cffa );_cee +=_ageda .RowStride ;_ebed +=_gbdd .RowStride ;};};case PixNotSrcOrDst :if _eadg {for _ccbc =0;_ccbc < _bbegc ;_ccbc ++{if _bgde ==_fdef {_debg =_gbdd .Data [_ecea ]<<_edcb ; -if _fdcc {_debg =_efee (_debg ,_gbdd .Data [_ecea +1]>>_feag ,_cgfad );};}else {_debg =_gbdd .Data [_ecea ]>>_feag ;};_ageda .Data [_fcba ]=_efee (_ageda .Data [_fcba ],^_debg |_ageda .Data [_fcba ],_dffg );_fcba +=_ageda .RowStride ;_ecea +=_gbdd .RowStride ; -};};if _beadc {for _ccbc =0;_ccbc < _bbegc ;_ccbc ++{for _fbceb =0;_fbceb < _ddbb ;_fbceb ++{_debg =_efee (_gbdd .Data [_gdfb +_fbceb ]<<_edcb ,_gbdd .Data [_gdfb +_fbceb +1]>>_feag ,_cgfad );_ageda .Data [_gffa +_fbceb ]|=^_debg ;};_gffa +=_ageda .RowStride ; -_gdfb +=_gbdd .RowStride ;};};if _dcdbe {for _ccbc =0;_ccbc < _bbegc ;_ccbc ++{_debg =_gbdd .Data [_ebed ]<<_edcb ;if _cfbg {_debg =_efee (_debg ,_gbdd .Data [_ebed +1]>>_feag ,_cgfad );};_ageda .Data [_cee ]=_efee (_ageda .Data [_cee ],^_debg |_ageda .Data [_cee ],_cffa ); -_cee +=_ageda .RowStride ;_ebed +=_gbdd .RowStride ;};};case PixNotSrcAndDst :if _eadg {for _ccbc =0;_ccbc < _bbegc ;_ccbc ++{if _bgde ==_fdef {_debg =_gbdd .Data [_ecea ]<<_edcb ;if _fdcc {_debg =_efee (_debg ,_gbdd .Data [_ecea +1]>>_feag ,_cgfad );}; -}else {_debg =_gbdd .Data [_ecea ]>>_feag ;};_ageda .Data [_fcba ]=_efee (_ageda .Data [_fcba ],^_debg &_ageda .Data [_fcba ],_dffg );_fcba +=_ageda .RowStride ;_ecea +=_gbdd .RowStride ;};};if _beadc {for _ccbc =0;_ccbc < _bbegc ;_ccbc ++{for _fbceb =0; -_fbceb < _ddbb ;_fbceb ++{_debg =_efee (_gbdd .Data [_gdfb +_fbceb ]<<_edcb ,_gbdd .Data [_gdfb +_fbceb +1]>>_feag ,_cgfad );_ageda .Data [_gffa +_fbceb ]&=^_debg ;};_gffa +=_ageda .RowStride ;_gdfb +=_gbdd .RowStride ;};};if _dcdbe {for _ccbc =0;_ccbc < _bbegc ; -_ccbc ++{_debg =_gbdd .Data [_ebed ]<<_edcb ;if _cfbg {_debg =_efee (_debg ,_gbdd .Data [_ebed +1]>>_feag ,_cgfad );};_ageda .Data [_cee ]=_efee (_ageda .Data [_cee ],^_debg &_ageda .Data [_cee ],_cffa );_cee +=_ageda .RowStride ;_ebed +=_gbdd .RowStride ; -};};case PixSrcOrNotDst :if _eadg {for _ccbc =0;_ccbc < _bbegc ;_ccbc ++{if _bgde ==_fdef {_debg =_gbdd .Data [_ecea ]<<_edcb ;if _fdcc {_debg =_efee (_debg ,_gbdd .Data [_ecea +1]>>_feag ,_cgfad );};}else {_debg =_gbdd .Data [_ecea ]>>_feag ;};_ageda .Data [_fcba ]=_efee (_ageda .Data [_fcba ],_debg |^_ageda .Data [_fcba ],_dffg ); -_fcba +=_ageda .RowStride ;_ecea +=_gbdd .RowStride ;};};if _beadc {for _ccbc =0;_ccbc < _bbegc ;_ccbc ++{for _fbceb =0;_fbceb < _ddbb ;_fbceb ++{_debg =_efee (_gbdd .Data [_gdfb +_fbceb ]<<_edcb ,_gbdd .Data [_gdfb +_fbceb +1]>>_feag ,_cgfad );_ageda .Data [_gffa +_fbceb ]=_debg |^_ageda .Data [_gffa +_fbceb ]; -};_gffa +=_ageda .RowStride ;_gdfb +=_gbdd .RowStride ;};};if _dcdbe {for _ccbc =0;_ccbc < _bbegc ;_ccbc ++{_debg =_gbdd .Data [_ebed ]<<_edcb ;if _cfbg {_debg =_efee (_debg ,_gbdd .Data [_ebed +1]>>_feag ,_cgfad );};_ageda .Data [_cee ]=_efee (_ageda .Data [_cee ],_debg |^_ageda .Data [_cee ],_cffa ); -_cee +=_ageda .RowStride ;_ebed +=_gbdd .RowStride ;};};case PixSrcAndNotDst :if _eadg {for _ccbc =0;_ccbc < _bbegc ;_ccbc ++{if _bgde ==_fdef {_debg =_gbdd .Data [_ecea ]<<_edcb ;if _fdcc {_debg =_efee (_debg ,_gbdd .Data [_ecea +1]>>_feag ,_cgfad );}; -}else {_debg =_gbdd .Data [_ecea ]>>_feag ;};_ageda .Data [_fcba ]=_efee (_ageda .Data [_fcba ],_debg &^_ageda .Data [_fcba ],_dffg );_fcba +=_ageda .RowStride ;_ecea +=_gbdd .RowStride ;};};if _beadc {for _ccbc =0;_ccbc < _bbegc ;_ccbc ++{for _fbceb =0; -_fbceb < _ddbb ;_fbceb ++{_debg =_efee (_gbdd .Data [_gdfb +_fbceb ]<<_edcb ,_gbdd .Data [_gdfb +_fbceb +1]>>_feag ,_cgfad );_ageda .Data [_gffa +_fbceb ]=_debg &^_ageda .Data [_gffa +_fbceb ];};_gffa +=_ageda .RowStride ;_gdfb +=_gbdd .RowStride ;};}; -if _dcdbe {for _ccbc =0;_ccbc < _bbegc ;_ccbc ++{_debg =_gbdd .Data [_ebed ]<<_edcb ;if _cfbg {_debg =_efee (_debg ,_gbdd .Data [_ebed +1]>>_feag ,_cgfad );};_ageda .Data [_cee ]=_efee (_ageda .Data [_cee ],_debg &^_ageda .Data [_cee ],_cffa );_cee +=_ageda .RowStride ; -_ebed +=_gbdd .RowStride ;};};case PixNotPixSrcOrDst :if _eadg {for _ccbc =0;_ccbc < _bbegc ;_ccbc ++{if _bgde ==_fdef {_debg =_gbdd .Data [_ecea ]<<_edcb ;if _fdcc {_debg =_efee (_debg ,_gbdd .Data [_ecea +1]>>_feag ,_cgfad );};}else {_debg =_gbdd .Data [_ecea ]>>_feag ; -};_ageda .Data [_fcba ]=_efee (_ageda .Data [_fcba ],^(_debg |_ageda .Data [_fcba ]),_dffg );_fcba +=_ageda .RowStride ;_ecea +=_gbdd .RowStride ;};};if _beadc {for _ccbc =0;_ccbc < _bbegc ;_ccbc ++{for _fbceb =0;_fbceb < _ddbb ;_fbceb ++{_debg =_efee (_gbdd .Data [_gdfb +_fbceb ]<<_edcb ,_gbdd .Data [_gdfb +_fbceb +1]>>_feag ,_cgfad ); -_ageda .Data [_gffa +_fbceb ]=^(_debg |_ageda .Data [_gffa +_fbceb ]);};_gffa +=_ageda .RowStride ;_gdfb +=_gbdd .RowStride ;};};if _dcdbe {for _ccbc =0;_ccbc < _bbegc ;_ccbc ++{_debg =_gbdd .Data [_ebed ]<<_edcb ;if _cfbg {_debg =_efee (_debg ,_gbdd .Data [_ebed +1]>>_feag ,_cgfad ); -};_ageda .Data [_cee ]=_efee (_ageda .Data [_cee ],^(_debg |_ageda .Data [_cee ]),_cffa );_cee +=_ageda .RowStride ;_ebed +=_gbdd .RowStride ;};};case PixNotPixSrcAndDst :if _eadg {for _ccbc =0;_ccbc < _bbegc ;_ccbc ++{if _bgde ==_fdef {_debg =_gbdd .Data [_ecea ]<<_edcb ; -if _fdcc {_debg =_efee (_debg ,_gbdd .Data [_ecea +1]>>_feag ,_cgfad );};}else {_debg =_gbdd .Data [_ecea ]>>_feag ;};_ageda .Data [_fcba ]=_efee (_ageda .Data [_fcba ],^(_debg &_ageda .Data [_fcba ]),_dffg );_fcba +=_ageda .RowStride ;_ecea +=_gbdd .RowStride ; -};};if _beadc {for _ccbc =0;_ccbc < _bbegc ;_ccbc ++{for _fbceb =0;_fbceb < _ddbb ;_fbceb ++{_debg =_efee (_gbdd .Data [_gdfb +_fbceb ]<<_edcb ,_gbdd .Data [_gdfb +_fbceb +1]>>_feag ,_cgfad );_ageda .Data [_gffa +_fbceb ]=^(_debg &_ageda .Data [_gffa +_fbceb ]); -};_gffa +=_ageda .RowStride ;_gdfb +=_gbdd .RowStride ;};};if _dcdbe {for _ccbc =0;_ccbc < _bbegc ;_ccbc ++{_debg =_gbdd .Data [_ebed ]<<_edcb ;if _cfbg {_debg =_efee (_debg ,_gbdd .Data [_ebed +1]>>_feag ,_cgfad );};_ageda .Data [_cee ]=_efee (_ageda .Data [_cee ],^(_debg &_ageda .Data [_cee ]),_cffa ); -_cee +=_ageda .RowStride ;_ebed +=_gbdd .RowStride ;};};case PixNotPixSrcXorDst :if _eadg {for _ccbc =0;_ccbc < _bbegc ;_ccbc ++{if _bgde ==_fdef {_debg =_gbdd .Data [_ecea ]<<_edcb ;if _fdcc {_debg =_efee (_debg ,_gbdd .Data [_ecea +1]>>_feag ,_cgfad ); -};}else {_debg =_gbdd .Data [_ecea ]>>_feag ;};_ageda .Data [_fcba ]=_efee (_ageda .Data [_fcba ],^(_debg ^_ageda .Data [_fcba ]),_dffg );_fcba +=_ageda .RowStride ;_ecea +=_gbdd .RowStride ;};};if _beadc {for _ccbc =0;_ccbc < _bbegc ;_ccbc ++{for _fbceb =0; -_fbceb < _ddbb ;_fbceb ++{_debg =_efee (_gbdd .Data [_gdfb +_fbceb ]<<_edcb ,_gbdd .Data [_gdfb +_fbceb +1]>>_feag ,_cgfad );_ageda .Data [_gffa +_fbceb ]=^(_debg ^_ageda .Data [_gffa +_fbceb ]);};_gffa +=_ageda .RowStride ;_gdfb +=_gbdd .RowStride ;}; -};if _dcdbe {for _ccbc =0;_ccbc < _bbegc ;_ccbc ++{_debg =_gbdd .Data [_ebed ]<<_edcb ;if _cfbg {_debg =_efee (_debg ,_gbdd .Data [_ebed +1]>>_feag ,_cgfad );};_ageda .Data [_cee ]=_efee (_ageda .Data [_cee ],^(_debg ^_ageda .Data [_cee ]),_cffa );_cee +=_ageda .RowStride ; -_ebed +=_gbdd .RowStride ;};};default:_ea .Log .Debug ("\u004f\u0070e\u0072\u0061\u0074\u0069\u006f\u006e\u003a\u0020\u0027\u0025\u0064\u0027\u0020\u006e\u006f\u0074\u0020\u0070\u0065\u0072\u006d\u0069tt\u0065\u0064",_fddf );return _d .Error ("\u0072a\u0073t\u0065\u0072\u004f\u0070\u0047e\u006e\u0065r\u0061\u006c\u004c\u006f\u0077","\u0072\u0061\u0073\u0074\u0065\u0072\u0020\u006f\u0070\u0065r\u0061\u0074\u0069\u006f\u006e\u0020\u006eo\u0074\u0020\u0070\u0065\u0072\u006d\u0069\u0074\u0074\u0065\u0064"); -};return nil ;};type byHeight Bitmaps ;func _feef (_ceac *_b .Stack )(_dafa *fillSegment ,_cfefd error ){const _dbbc ="\u0070\u006f\u0070\u0046\u0069\u006c\u006c\u0053\u0065g\u006d\u0065\u006e\u0074";if _ceac ==nil {return nil ,_d .Error (_dbbc ,"\u006ei\u006c \u0073\u0074\u0061\u0063\u006b \u0070\u0072o\u0076\u0069\u0064\u0065\u0064"); -};if _ceac .Aux ==nil {return nil ,_d .Error (_dbbc ,"a\u0075x\u0053\u0074\u0061\u0063\u006b\u0020\u006e\u006ft\u0020\u0064\u0065\u0066in\u0065\u0064");};_cfbac ,_cede :=_ceac .Pop ();if !_cede {return nil ,nil ;};_gcded ,_cede :=_cfbac .(*fillSegment ); -if !_cede {return nil ,_d .Error (_dbbc ,"\u0073\u0074\u0061ck\u0020\u0064\u006f\u0065\u0073\u006e\u0027\u0074\u0020c\u006fn\u0074a\u0069n\u0020\u002a\u0066\u0069\u006c\u006c\u0053\u0065\u0067\u006d\u0065\u006e\u0074");};_dafa =&fillSegment {_gcded ._gebc ,_gcded ._fdeg ,_gcded ._aegc +_gcded ._bbcgb ,_gcded ._bbcgb }; -_ceac .Aux .Push (_gcded );return _dafa ,nil ;};func _efee (_bbac ,_geaa ,_ddca byte )byte {return (_bbac &^(_ddca ))|(_geaa &_ddca )};func _ecfg (_feg ,_fedc *Bitmap ,_cebc CombinationOperator )*Bitmap {_cgaa :=New (_feg .Width ,_feg .Height );for _dbge :=0; -_dbge < len (_cgaa .Data );_dbge ++{_cgaa .Data [_dbge ]=_adda (_feg .Data [_dbge ],_fedc .Data [_dbge ],_cebc );};return _cgaa ;};func _cef (_gdef ,_dcdc *Bitmap ,_edbda ,_faec int )(*Bitmap ,error ){const _dfae ="d\u0069\u006c\u0061\u0074\u0065\u0042\u0072\u0069\u0063\u006b"; -if _dcdc ==nil {_ea .Log .Debug ("\u0064\u0069\u006c\u0061\u0074\u0065\u0042\u0072\u0069\u0063k\u0020\u0073\u006f\u0075\u0072\u0063\u0065 \u006e\u006f\u0074\u0020\u0064\u0065\u0066\u0069\u006e\u0065\u0064");return nil ,_d .Error (_dfae ,"\u0073o\u0075\u0072\u0063\u0065 \u0062\u0069\u0074\u006d\u0061p\u0020n\u006ft\u0020\u0064\u0065\u0066\u0069\u006e\u0065d"); -};if _edbda < 1||_faec < 1{return nil ,_d .Error (_dfae ,"\u0068\u0053\u007a\u0069\u0065 \u0061\u006e\u0064\u0020\u0076\u0053\u0069\u007a\u0065\u0020\u0061\u0072\u0065 \u006e\u006f\u0020\u0067\u0072\u0065\u0061\u0074\u0065\u0072\u0020\u0065\u0071\u0075\u0061\u006c\u0020\u0074\u006f\u0020\u0031"); -};if _edbda ==1&&_faec ==1{_bde ,_bdaf :=_bce (_gdef ,_dcdc );if _bdaf !=nil {return nil ,_d .Wrap (_bdaf ,_dfae ,"\u0068S\u0069\u007a\u0065\u0020\u003d\u003d\u0020\u0031\u0020\u0026\u0026 \u0076\u0053\u0069\u007a\u0065\u0020\u003d\u003d\u0020\u0031"); -};return _bde ,nil ;};if _edbda ==1||_faec ==1{_ecgd :=SelCreateBrick (_faec ,_edbda ,_faec /2,_edbda /2,SelHit );_fdbg ,_fbfa :=_aef (_gdef ,_dcdc ,_ecgd );if _fbfa !=nil {return nil ,_d .Wrap (_fbfa ,_dfae ,"\u0068s\u0069\u007a\u0065\u0020\u003d\u003d\u0020\u0031\u0020\u007c\u007c \u0076\u0053\u0069\u007a\u0065\u0020\u003d\u003d\u0020\u0031"); -};return _fdbg ,nil ;};_fcdf :=SelCreateBrick (1,_edbda ,0,_edbda /2,SelHit );_gaea :=SelCreateBrick (_faec ,1,_faec /2,0,SelHit );_ceg ,_efaeg :=_aef (nil ,_dcdc ,_fcdf );if _efaeg !=nil {return nil ,_d .Wrap (_efaeg ,_dfae ,"\u0031\u0073\u0074\u0020\u0064\u0069\u006c\u0061\u0074\u0065"); -};_gdef ,_efaeg =_aef (_gdef ,_ceg ,_gaea );if _efaeg !=nil {return nil ,_d .Wrap (_efaeg ,_dfae ,"\u0032\u006e\u0064\u0020\u0064\u0069\u006c\u0061\u0074\u0065");};return _gdef ,nil ;};func CorrelationScore (bm1 ,bm2 *Bitmap ,area1 ,area2 int ,delX ,delY float32 ,maxDiffW ,maxDiffH int ,tab []int )(_abdc float64 ,_gded error ){const _eece ="\u0063\u006fr\u0072\u0065\u006ca\u0074\u0069\u006f\u006e\u0053\u0063\u006f\u0072\u0065"; -if bm1 ==nil ||bm2 ==nil {return 0,_d .Error (_eece ,"p\u0072o\u0076\u0069\u0064\u0065\u0064\u0020\u006e\u0069l\u0020\u0062\u0069\u0074ma\u0070\u0073");};if tab ==nil {return 0,_d .Error (_eece ,"\u0027\u0074\u0061\u0062\u0027\u0020\u006e\u006f\u0074\u0020\u0064\u0065f\u0069\u006e\u0065\u0064"); -};if area1 <=0||area2 <=0{return 0,_d .Error (_eece ,"\u0061\u0072\u0065\u0061s\u0020\u006d\u0075\u0073\u0074\u0020\u0062\u0065\u0020\u0067r\u0065a\u0074\u0065\u0072\u0020\u0074\u0068\u0061n\u0020\u0030");};_cdec ,_afed :=bm1 .Width ,bm1 .Height ;_fgbf ,_fccg :=bm2 .Width ,bm2 .Height ; -_agba :=_egfg (_cdec -_fgbf );if _agba > maxDiffW {return 0,nil ;};_gcde :=_egfg (_afed -_fccg );if _gcde > maxDiffH {return 0,nil ;};var _cbga ,_aaad int ;if delX >=0{_cbga =int (delX +0.5);}else {_cbga =int (delX -0.5);};if delY >=0{_aaad =int (delY +0.5); -}else {_aaad =int (delY -0.5);};_ffb :=_eec (_aaad ,0);_gfg :=_fbgc (_fccg +_aaad ,_afed );_dge :=bm1 .RowStride *_ffb ;_bbfe :=bm2 .RowStride *(_ffb -_aaad );_cbdcc :=_eec (_cbga ,0);_fgce :=_fbgc (_fgbf +_cbga ,_cdec );_efbc :=bm2 .RowStride ;var _feb ,_dada int ; -if _cbga >=8{_feb =_cbga >>3;_dge +=_feb ;_cbdcc -=_feb <<3;_fgce -=_feb <<3;_cbga &=7;}else if _cbga <=-8{_dada =-((_cbga +7)>>3);_bbfe +=_dada ;_efbc -=_dada ;_cbga +=_dada <<3;};if _cbdcc >=_fgce ||_ffb >=_gfg {return 0,nil ;};_eafa :=(_fgce +7)>>3; -var (_bace ,_dcdg ,_bcdb byte ;_dgdf ,_eddg ,_adc int ;);switch {case _cbga ==0:for _adc =_ffb ;_adc < _gfg ;_adc ,_dge ,_bbfe =_adc +1,_dge +bm1 .RowStride ,_bbfe +bm2 .RowStride {for _eddg =0;_eddg < _eafa ;_eddg ++{_bcdb =bm1 .Data [_dge +_eddg ]&bm2 .Data [_bbfe +_eddg ]; -_dgdf +=tab [_bcdb ];};};case _cbga > 0:if _efbc < _eafa {for _adc =_ffb ;_adc < _gfg ;_adc ,_dge ,_bbfe =_adc +1,_dge +bm1 .RowStride ,_bbfe +bm2 .RowStride {_bace ,_dcdg =bm1 .Data [_dge ],bm2 .Data [_bbfe ]>>uint (_cbga );_bcdb =_bace &_dcdg ;_dgdf +=tab [_bcdb ]; -for _eddg =1;_eddg < _efbc ;_eddg ++{_bace ,_dcdg =bm1 .Data [_dge +_eddg ],(bm2 .Data [_bbfe +_eddg ]>>uint (_cbga ))|(bm2 .Data [_bbfe +_eddg -1]<>uint (_cbga );_bcdb =_bace &_dcdg ;_dgdf +=tab [_bcdb ]; -for _eddg =1;_eddg < _eafa ;_eddg ++{_bace =bm1 .Data [_dge +_eddg ];_dcdg =(bm2 .Data [_bbfe +_eddg ]>>uint (_cbga ))|(bm2 .Data [_bbfe +_eddg -1]<>uint (8+_cbga ); -_bcdb =_bace &_dcdg ;_dgdf +=tab [_bcdb ];};};}else {for _adc =_ffb ;_adc < _gfg ;_adc ,_dge ,_bbfe =_adc +1,_dge +bm1 .RowStride ,_bbfe +bm2 .RowStride {for _eddg =0;_eddg < _eafa -1;_eddg ++{_bace =bm1 .Data [_dge +_eddg ];_dcdg =bm2 .Data [_bbfe +_eddg ]<>uint (8+_cbga );_bcdb =_bace &_dcdg ;_dgdf +=tab [_bcdb ];};_bace =bm1 .Data [_dge +_eddg ];_dcdg =bm2 .Data [_bbfe +_eddg ]<>uint (_fadg )&0xff);_ea .Log .Trace ("\u0074\u0065\u006d\u0070\u003a\u0020\u0025\u0030\u0038\u0062\u002c\u0020\u0069\u006e\u0064\u0065\u0078\u003a %\u0064,\u0020\u0069\u0064\u0078\u003a\u0020\u0025\u0064\u002c\u0020\u0066\u0075l\u006c\u0042\u0079\u0074\u0065\u0073\u004e\u0075\u006d\u0062\u0065\u0072\u003a\u0020\u0025\u0064\u002c \u0073\u0068\u0069\u0066\u0074\u003a\u0020\u0025\u0064",_gbga ,_gbcd ,_gbcd +_gdbd -1,_dbac ,_fadg ); -if _dbba =_gebgf .SetByte (_gbcd +_gdbd -1,_gbga );_dbba !=nil {return _d .Wrap (_dbba ,_faeg ,"\u0066\u0075\u006c\u006c\u0042\u0079\u0074\u0065");};};_bbeb :=_gebgf .RowStride *8-_gebgf .Width ;if _bbeb ==0{return nil ;};_fadg -=8;_gbga =byte (_aab >>uint (_fadg )&0xff)< 4{return _d .Error (_bbbf ,"\u004f\u0070\u0065\u0072\u0061\u0074\u0069\u006f\u006e\u003a\u0020\u0027\u0072\u0027\u0020\u0072\u0065\u0071\u0075\u0069r\u0065\u0073\u0020\u0061\u0074\u0020\u006c\u0065\u0061s\u0074\u0020\u0031\u0020\u0061\u006e\u0064\u0020\u0061\u0074\u0020\u006d\u006fs\u0074\u0020\u0034\u0020\u0061\u0072g\u0075\u006d\u0065n\u0074\u0073"); -};for _bdc :=0;_bdc < _cedf ;_bdc ++{if _aeagb .Arguments [_bdc ]< 1||_aeagb .Arguments [_bdc ]> 4{return _d .Error (_bbbf ,"\u0052\u0061\u006e\u006b\u0042\u0069n\u0061\u0072\u0079\u0052\u0065\u0064\u0075\u0063\u0074\u0069\u006f\u006e\u0020\u006c\u0065\u0076\u0065\u006c\u0020\u006du\u0073\u0074\u0020\u0062\u0065\u0020\u0069\u006e\u0020\u0072\u0061\u006e\u0067\u0065 \u00280\u002c\u0020\u0034\u003e"); -};};case MopReplicativeBinaryExpansion :if len (_aeagb .Arguments )==0{return _d .Error (_bbbf ,"\u0052\u0065\u0070\u006c\u0069\u0063\u0061\u0074i\u0076\u0065\u0042in\u0061\u0072\u0079\u0045\u0078\u0070a\u006e\u0073\u0069\u006f\u006e\u0020\u0072\u0065\u0071\u0075\u0069\u0072\u0065\u0073\u0020o\u006e\u0065\u0020\u0061\u0072\u0067\u0075\u006de\u006e\u0074"); -};_ccca :=_aeagb .Arguments [0];if _ccca !=2&&_ccca !=4&&_ccca !=8{return _d .Error (_bbbf ,"R\u0065\u0070\u006c\u0069\u0063\u0061\u0074\u0069\u0076\u0065\u0042\u0069\u006e\u0061\u0072\u0079\u0045\u0078\u0070\u0061\u006e\u0073\u0069\u006f\u006e\u0020m\u0075s\u0074\u0020\u0062\u0065 \u006f\u0066 \u0066\u0061\u0063\u0074\u006f\u0072\u0020\u0069\u006e\u0020\u0072\u0061\u006e\u0067\u0065\u0020\u007b\u0032\u002c\u0034\u002c\u0038\u007d"); -};*_dceb -=_eged [_ccca /4];case MopAddBorder :if len (_aeagb .Arguments )==0{return _d .Error (_bbbf ,"\u0041\u0064\u0064B\u006f\u0072\u0064\u0065r\u0020\u0072\u0065\u0071\u0075\u0069\u0072e\u0073\u0020\u006f\u006e\u0065\u0020\u0061\u0072\u0067\u0075\u006d\u0065\u006e\u0074"); -};_bgag :=_aeagb .Arguments [0];if _efc > 0{return _d .Error (_bbbf ,"\u0041\u0064\u0064\u0042\u006f\u0072\u0064\u0065\u0072\u0020\u006d\u0075\u0073t\u0020\u0062\u0065\u0020\u0061\u0020f\u0069\u0072\u0073\u0074\u0020\u006d\u006f\u0072\u0070\u0068\u0020\u0070\u0072o\u0063\u0065\u0073\u0073"); -};if _bgag < 1{return _d .Error (_bbbf ,"\u0041\u0064\u0064\u0042o\u0072\u0064\u0065\u0072\u0020\u0076\u0061\u006c\u0075\u0065 \u006co\u0077\u0065\u0072\u0020\u0074\u0068\u0061n\u0020\u0030");};*_cebce =_bgag ;};return nil ;};func Centroids (bms []*Bitmap )(*Points ,error ){_befe :=make ([]Point ,len (bms )); -_agbad :=_dbag ();_gcfeg :=_gebgfd ();var _adad error ;for _ffbe ,_dcdf :=range bms {_befe [_ffbe ],_adad =_dcdf .centroid (_agbad ,_gcfeg );if _adad !=nil {return nil ,_adad ;};};_dgab :=Points (_befe );return &_dgab ,nil ;};func (_agb *Bitmap )clearAll ()error {return _agb .RasterOperation (0,0,_agb .Width ,_agb .Height ,PixClr ,nil ,0,0); -};const (CmbOpOr CombinationOperator =iota ;CmbOpAnd ;CmbOpXor ;CmbOpXNor ;CmbOpReplace ;CmbOpNot ;);func _bdg (_bcc ,_ee *Bitmap ,_cgfe int ,_gdc []byte ,_fad int )(_cbc error ){const _ddg ="\u0072\u0065\u0064uc\u0065\u0052\u0061\u006e\u006b\u0042\u0069\u006e\u0061\u0072\u0079\u0032\u004c\u0065\u0076\u0065\u006c\u0032"; -var (_bfg ,_abd ,_gef ,_gea ,_dbdd ,_dabc ,_fae ,_fbc int ;_eea ,_ddb ,_aae ,_eag uint32 ;_dcbg ,_af byte ;_edbf uint16 ;);_adg :=make ([]byte ,4);_fbg :=make ([]byte ,4);for _gef =0;_gef < _bcc .Height -1;_gef ,_gea =_gef +2,_gea +1{_bfg =_gef *_bcc .RowStride ; -_abd =_gea *_ee .RowStride ;for _dbdd ,_dabc =0,0;_dbdd < _fad ;_dbdd ,_dabc =_dbdd +4,_dabc +1{for _fae =0;_fae < 4;_fae ++{_fbc =_bfg +_dbdd +_fae ;if _fbc <=len (_bcc .Data )-1&&_fbc < _bfg +_bcc .RowStride {_adg [_fae ]=_bcc .Data [_fbc ];}else {_adg [_fae ]=0x00; -};_fbc =_bfg +_bcc .RowStride +_dbdd +_fae ;if _fbc <=len (_bcc .Data )-1&&_fbc < _bfg +(2*_bcc .RowStride ){_fbg [_fae ]=_bcc .Data [_fbc ];}else {_fbg [_fae ]=0x00;};};_eea =_df .BigEndian .Uint32 (_adg );_ddb =_df .BigEndian .Uint32 (_fbg );_aae =_eea &_ddb ; -_aae |=_aae <<1;_eag =_eea |_ddb ;_eag &=_eag <<1;_ddb =_aae |_eag ;_ddb &=0xaaaaaaaa;_eea =_ddb |(_ddb <<7);_dcbg =byte (_eea >>24);_af =byte ((_eea >>8)&0xff);_fbc =_abd +_dabc ;if _fbc +1==len (_ee .Data )-1||_fbc +1>=_abd +_ee .RowStride {if _cbc =_ee .SetByte (_fbc ,_gdc [_dcbg ]); -_cbc !=nil {return _d .Wrapf (_cbc ,_ddg ,"\u0069n\u0064\u0065\u0078\u003a\u0020\u0025d",_fbc );};}else {_edbf =(uint16 (_gdc [_dcbg ])<<8)|uint16 (_gdc [_af ]);if _cbc =_ee .setTwoBytes (_fbc ,_edbf );_cbc !=nil {return _d .Wrapf (_cbc ,_ddg ,"s\u0065\u0074\u0074\u0069\u006e\u0067 \u0074\u0077\u006f\u0020\u0062\u0079t\u0065\u0073\u0020\u0066\u0061\u0069\u006ce\u0064\u002c\u0020\u0069\u006e\u0064\u0065\u0078\u003a\u0020%\u0064",_fbc ); -};_dabc ++;};};};return nil ;};func _bbd (_gaf *Bitmap ,_ebfc int ,_eg []byte )(_dcd *Bitmap ,_bea error ){const _cdg ="\u0072\u0065\u0064\u0075\u0063\u0065\u0052\u0061\u006e\u006b\u0042\u0069n\u0061\u0072\u0079\u0032";if _gaf ==nil {return nil ,_d .Error (_cdg ,"\u0073o\u0075\u0072\u0063\u0065 \u0062\u0069\u0074\u006d\u0061p\u0020n\u006ft\u0020\u0064\u0065\u0066\u0069\u006e\u0065d"); -};if _ebfc < 1||_ebfc > 4{return nil ,_d .Error (_cdg ,"\u006c\u0065\u0076\u0065\u006c\u0020\u006d\u0075\u0073\u0074 \u0062\u0065\u0020\u0069\u006e\u0020\u0073e\u0074\u0020\u007b\u0031\u002c\u0032\u002c\u0033\u002c\u0034\u007d");};if _gaf .Height <=1{return nil ,_d .Errorf (_cdg ,"\u0073o\u0075\u0072c\u0065\u0020\u0068e\u0069\u0067\u0068\u0074\u0020\u006d\u0075s\u0074\u0020\u0062\u0065\u0020\u0061t\u0020\u006c\u0065\u0061\u0073\u0074\u0020\u0027\u0032\u0027\u0020-\u0020\u0069\u0073\u003a\u0020\u0027\u0025\u0064\u0027",_gaf .Height ); -};_dcd =New (_gaf .Width /2,_gaf .Height /2);if _eg ==nil {_eg =_gdgb ();};_ded :=_fbgc (_gaf .RowStride ,2*_dcd .RowStride );switch _ebfc {case 1:_bea =_bgg (_gaf ,_dcd ,_ebfc ,_eg ,_ded );case 2:_bea =_bdg (_gaf ,_dcd ,_ebfc ,_eg ,_ded );case 3:_bea =_cfd (_gaf ,_dcd ,_ebfc ,_eg ,_ded ); -case 4:_bea =_fdf (_gaf ,_dcd ,_ebfc ,_eg ,_ded );};if _bea !=nil {return nil ,_bea ;};return _dcd ,nil ;};func (_fabaa *BitmapsArray )AddBitmaps (bm *Bitmaps ){_fabaa .Values =append (_fabaa .Values ,bm )};const (Vanilla Color =iota ;Chocolate ;);func (_edbdc *Bitmaps )Size ()int {return len (_edbdc .Values )}; -func (_beab *ClassedPoints )xSortFunction ()func (_cdgf int ,_fcbf int )bool {return func (_bebb ,_dcad int )bool {return _beab .XAtIndex (_bebb )< _beab .XAtIndex (_dcad )};};func (_ebba *Bitmap )RemoveBorder (borderSize int )(*Bitmap ,error ){if borderSize ==0{return _ebba .Copy (),nil ; -};_aecd ,_bgge :=_ebba .removeBorderGeneral (borderSize ,borderSize ,borderSize ,borderSize );if _bgge !=nil {return nil ,_d .Wrap (_bgge ,"\u0052\u0065\u006do\u0076\u0065\u0042\u006f\u0072\u0064\u0065\u0072","");};return _aecd ,nil ;};func _aeeg (_cggbg *Bitmap ,_eefee ,_egeg int ,_bfdf ,_decd int ,_fcfc RasterOperator ,_ffce *Bitmap ,_cccag ,_cabb int )error {var _cgc ,_bcab ,_bgbfg ,_egcff int ; -if _eefee < 0{_cccag -=_eefee ;_bfdf +=_eefee ;_eefee =0;};if _cccag < 0{_eefee -=_cccag ;_bfdf +=_cccag ;_cccag =0;};_cgc =_eefee +_bfdf -_cggbg .Width ;if _cgc > 0{_bfdf -=_cgc ;};_bcab =_cccag +_bfdf -_ffce .Width ;if _bcab > 0{_bfdf -=_bcab ;};if _egeg < 0{_cabb -=_egeg ; -_decd +=_egeg ;_egeg =0;};if _cabb < 0{_egeg -=_cabb ;_decd +=_cabb ;_cabb =0;};_bgbfg =_egeg +_decd -_cggbg .Height ;if _bgbfg > 0{_decd -=_bgbfg ;};_egcff =_cabb +_decd -_ffce .Height ;if _egcff > 0{_decd -=_egcff ;};if _bfdf <=0||_decd <=0{return nil ; -};var _edae error ;switch {case _eefee &7==0&&_cccag &7==0:_edae =_ddab (_cggbg ,_eefee ,_egeg ,_bfdf ,_decd ,_fcfc ,_ffce ,_cccag ,_cabb );case _eefee &7==_cccag &7:_edae =_dfaef (_cggbg ,_eefee ,_egeg ,_bfdf ,_decd ,_fcfc ,_ffce ,_cccag ,_cabb );default:_edae =_cgdc (_cggbg ,_eefee ,_egeg ,_bfdf ,_decd ,_fcfc ,_ffce ,_cccag ,_cabb ); -};if _edae !=nil {return _d .Wrap (_edae ,"r\u0061\u0073\u0074\u0065\u0072\u004f\u0070\u004c\u006f\u0077","");};return nil ;};var _adba =[]byte {0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x3E,0x78,0x27,0xC2,0x27,0x91,0x00,0x22,0x48,0x21,0x03,0x24,0x91,0x00,0x22,0x48,0x21,0x02,0xA4,0x95,0x00,0x22,0x48,0x21,0x02,0x64,0x9B,0x00,0x3C,0x78,0x21,0x02,0x27,0x91,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x7F,0xF8,0x00,0x00,0x00,0x00,0x00,0x7F,0xF8,0x00,0x00,0x00,0x00,0x00,0x63,0x18,0x00,0x00,0x00,0x00,0x00,0x63,0x18,0x00,0x00,0x00,0x00,0x00,0x63,0x18,0x00,0x00,0x00,0x00,0x00,0x7F,0xF8,0x00,0x00,0x00,0x00,0x00,0x15,0x50,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00}; -func (_dbae *Boxes )Add (box *_fb .Rectangle )error {if _dbae ==nil {return _d .Error ("\u0042o\u0078\u0065\u0073\u002e\u0041\u0064d","\u0027\u0042\u006f\u0078es\u0027\u0020\u006e\u006f\u0074\u0020\u0064\u0065\u0066\u0069\u006e\u0065\u0064");};*_dbae =append (*_dbae ,box ); -return nil ;};func CorrelationScoreThresholded (bm1 ,bm2 *Bitmap ,area1 ,area2 int ,delX ,delY float32 ,maxDiffW ,maxDiffH int ,tab ,downcount []int ,scoreThreshold float32 )(bool ,error ){const _ffbg ="C\u006f\u0072\u0072\u0065\u006c\u0061t\u0069\u006f\u006e\u0053\u0063\u006f\u0072\u0065\u0054h\u0072\u0065\u0073h\u006fl\u0064\u0065\u0064"; -if bm1 ==nil {return false ,_d .Error (_ffbg ,"\u0063\u006f\u0072\u0072\u0065\u006c\u0061\u0074\u0069\u006f\u006e\u0053\u0063\u006f\u0072\u0065\u0054\u0068\u0072\u0065\u0073\u0068\u006f\u006cd\u0065\u0064\u0020\u0062\u006d1\u0020\u0069s\u0020\u006e\u0069\u006c"); -};if bm2 ==nil {return false ,_d .Error (_ffbg ,"\u0063\u006f\u0072\u0072\u0065\u006c\u0061\u0074\u0069\u006f\u006e\u0053\u0063\u006f\u0072\u0065\u0054\u0068\u0072\u0065\u0073\u0068\u006f\u006cd\u0065\u0064\u0020\u0062\u006d2\u0020\u0069s\u0020\u006e\u0069\u006c"); -};if area1 <=0||area2 <=0{return false ,_d .Error (_ffbg ,"c\u006f\u0072\u0072\u0065\u006c\u0061\u0074\u0069\u006fn\u0053\u0063\u006f\u0072\u0065\u0054\u0068re\u0073\u0068\u006f\u006cd\u0065\u0064\u0020\u002d\u0020\u0061\u0072\u0065\u0061s \u006d\u0075s\u0074\u0020\u0062\u0065\u0020\u003e\u0020\u0030"); -};if downcount ==nil {return false ,_d .Error (_ffbg ,"\u0070\u0072\u006fvi\u0064\u0065\u0064\u0020\u006e\u006f\u0020\u0027\u0064\u006f\u0077\u006e\u0063\u006f\u0075\u006e\u0074\u0027");};if tab ==nil {return false ,_d .Error (_ffbg ,"p\u0072\u006f\u0076\u0069de\u0064 \u006e\u0069\u006c\u0020\u0027s\u0075\u006d\u0074\u0061\u0062\u0027"); -};_fgaae ,_acbe :=bm1 .Width ,bm1 .Height ;_efae ,_ggag :=bm2 .Width ,bm2 .Height ;if _b .Abs (_fgaae -_efae )> maxDiffW {return false ,nil ;};if _b .Abs (_acbe -_ggag )> maxDiffH {return false ,nil ;};_bddc :=int (delX +_b .Sign (delX )*0.5);_ebff :=int (delY +_b .Sign (delY )*0.5); -_fffe :=int (_c .Ceil (_c .Sqrt (float64 (scoreThreshold )*float64 (area1 )*float64 (area2 ))));_cdba :=bm2 .RowStride ;_fcceb :=_eec (_ebff ,0);_egcf :=_fbgc (_ggag +_ebff ,_acbe );_accb :=bm1 .RowStride *_fcceb ;_egdb :=bm2 .RowStride *(_fcceb -_ebff ); -var _dgac int ;if _egcf <=_acbe {_dgac =downcount [_egcf -1];};_fcde :=_eec (_bddc ,0);_aeeeb :=_fbgc (_efae +_bddc ,_fgaae );var _ggdd ,_caeg int ;if _bddc >=8{_ggdd =_bddc >>3;_accb +=_ggdd ;_fcde -=_ggdd <<3;_aeeeb -=_ggdd <<3;_bddc &=7;}else if _bddc <=-8{_caeg =-((_bddc +7)>>3); -_egdb +=_caeg ;_cdba -=_caeg ;_bddc +=_caeg <<3;};var (_abb ,_aeag ,_gfbf int ;_bgbf ,_ddeg ,_baag byte ;);if _fcde >=_aeeeb ||_fcceb >=_egcf {return false ,nil ;};_cbfd :=(_aeeeb +7)>>3;switch {case _bddc ==0:for _aeag =_fcceb ;_aeag < _egcf ;_aeag ,_accb ,_egdb =_aeag +1,_accb +bm1 .RowStride ,_egdb +bm2 .RowStride {for _gfbf =0; -_gfbf < _cbfd ;_gfbf ++{_bgbf =bm1 .Data [_accb +_gfbf ]&bm2 .Data [_egdb +_gfbf ];_abb +=tab [_bgbf ];};if _abb >=_fffe {return true ,nil ;};if _abg :=_abb +downcount [_aeag ]-_dgac ;_abg < _fffe {return false ,nil ;};};case _bddc > 0&&_cdba < _cbfd :for _aeag =_fcceb ; -_aeag < _egcf ;_aeag ,_accb ,_egdb =_aeag +1,_accb +bm1 .RowStride ,_egdb +bm2 .RowStride {_ddeg =bm1 .Data [_accb ];_baag =bm2 .Data [_egdb ]>>uint (_bddc );_bgbf =_ddeg &_baag ;_abb +=tab [_bgbf ];for _gfbf =1;_gfbf < _cdba ;_gfbf ++{_ddeg =bm1 .Data [_accb +_gfbf ]; -_baag =bm2 .Data [_egdb +_gfbf ]>>uint (_bddc )|bm2 .Data [_egdb +_gfbf -1]<=_fffe {return true ,nil ;}else if _abb +downcount [_aeag ]-_dgac < _fffe {return false ,nil ;};};case _bddc > 0&&_cdba >=_cbfd :for _aeag =_fcceb ;_aeag < _egcf ;_aeag ,_accb ,_egdb =_aeag +1,_accb +bm1 .RowStride ,_egdb +bm2 .RowStride {_ddeg =bm1 .Data [_accb ]; -_baag =bm2 .Data [_egdb ]>>uint (_bddc );_bgbf =_ddeg &_baag ;_abb +=tab [_bgbf ];for _gfbf =1;_gfbf < _cbfd ;_gfbf ++{_ddeg =bm1 .Data [_accb +_gfbf ];_baag =bm2 .Data [_egdb +_gfbf ]>>uint (_bddc );_baag |=bm2 .Data [_egdb +_gfbf -1]<=_fffe {return true ,nil ;}else if _abb +downcount [_aeag ]-_dgac < _fffe {return false ,nil ;};};case _cbfd < _cdba :for _aeag =_fcceb ;_aeag < _egcf ;_aeag ,_accb ,_egdb =_aeag +1,_accb +bm1 .RowStride ,_egdb +bm2 .RowStride {for _gfbf =0; -_gfbf < _cbfd ;_gfbf ++{_ddeg =bm1 .Data [_accb +_gfbf ];_baag =bm2 .Data [_egdb +_gfbf ]<>uint (8+_bddc );_bgbf =_ddeg &_baag ;_abb +=tab [_bgbf ];};if _abb >=_fffe {return true ,nil ;}else if _faf :=_abb +downcount [_aeag ]-_dgac ; -_faf < _fffe {return false ,nil ;};};case _cdba >=_cbfd :for _aeag =_fcceb ;_aeag < _egcf ;_aeag ,_accb ,_egdb =_aeag +1,_accb +bm1 .RowStride ,_egdb +bm2 .RowStride {for _gfbf =0;_gfbf < _cbfd ;_gfbf ++{_ddeg =bm1 .Data [_accb +_gfbf ];_baag =bm2 .Data [_egdb +_gfbf ]<>uint (8+_bddc );_bgbf =_ddeg &_baag ;_abb +=tab [_bgbf ];};_ddeg =bm1 .Data [_accb +_gfbf ];_baag =bm2 .Data [_egdb +_gfbf ]<=_fffe {return true ,nil ; -}else if _abb +downcount [_aeag ]-_dgac < _fffe {return false ,nil ;};};};_fafd :=float32 (_abb )*float32 (_abb )/(float32 (area1 )*float32 (area2 ));if _fafd >=scoreThreshold {_ea .Log .Trace ("\u0063\u006f\u0075\u006e\u0074\u003a\u0020\u0025\u0064\u0020\u003c\u0020\u0074\u0068\u0072\u0065\u0073\u0068\u006f\u006cd\u0020\u0025\u0064\u0020\u0062\u0075\u0074\u0020\u0073c\u006f\u0072\u0065\u0020\u0025\u0066\u0020\u003e\u003d\u0020\u0073\u0063\u006fr\u0065\u0054\u0068\u0072\u0065\u0073h\u006f\u006c\u0064 \u0025\u0066",_abb ,_fffe ,_fafd ,scoreThreshold ); -};return false ,nil ;};func (_bfb *Bitmap )GetChocolateData ()[]byte {if _bfb .Color ==Vanilla {_bfb .inverseData ();};return _bfb .Data ;};func _eeed (_aecde ,_eabg *Bitmap ,_dbgc *Selection )(*Bitmap ,error ){const _efde ="\u0070\u0072\u006f\u0063\u0065\u0073\u0073\u004d\u006f\u0072\u0070\u0068A\u0072\u0067\u0073\u0032"; -var _fded ,_cdgc int ;if _eabg ==nil {return nil ,_d .Error (_efde ,"s\u006fu\u0072\u0063\u0065\u0020\u0062\u0069\u0074\u006da\u0070\u0020\u0069\u0073 n\u0069\u006c");};if _dbgc ==nil {return nil ,_d .Error (_efde ,"\u0073e\u006c \u006e\u006f\u0074\u0020\u0064\u0065\u0066\u0069\u006e\u0065\u0064"); -};_fded =_dbgc .Width ;_cdgc =_dbgc .Height ;if _fded ==0||_cdgc ==0{return nil ,_d .Error (_efde ,"\u0073\u0065\u006c\u0020\u006f\u0066\u0020\u0073\u0069\u007a\u0065\u0020\u0030");};if _aecde ==nil {return _eabg .createTemplate (),nil ;};if _cabce :=_aecde .resizeImageData (_eabg ); -_cabce !=nil {return nil ,_cabce ;};return _aecde ,nil ;};func (_dfec *ClassedPoints )Swap (i ,j int ){_dfec .IntSlice [i ],_dfec .IntSlice [j ]=_dfec .IntSlice [j ],_dfec .IntSlice [i ];};func (_ccfd *Boxes )SelectBySize (width ,height int ,tp LocationFilter ,relation SizeComparison )(_fcf *Boxes ,_ggdc error ){const _ceda ="\u0042o\u0078e\u0073\u002e\u0053\u0065\u006ce\u0063\u0074B\u0079\u0053\u0069\u007a\u0065"; -if _ccfd ==nil {return nil ,_d .Error (_ceda ,"b\u006f\u0078\u0065\u0073 '\u0062'\u0020\u006e\u006f\u0074\u0020d\u0065\u0066\u0069\u006e\u0065\u0064");};if len (*_ccfd )==0{return _ccfd ,nil ;};switch tp {case LocSelectWidth ,LocSelectHeight ,LocSelectIfEither ,LocSelectIfBoth :default:return nil ,_d .Errorf (_ceda ,"\u0069\u006e\u0076al\u0069\u0064\u0020\u0066\u0069\u006c\u0074\u0065\u0072\u0020\u0074\u0079\u0070\u0065\u003a\u0020\u0025\u0064",tp ); -};switch relation {case SizeSelectIfLT ,SizeSelectIfGT ,SizeSelectIfLTE ,SizeSelectIfGTE :default:return nil ,_d .Errorf (_ceda ,"i\u006e\u0076\u0061\u006c\u0069\u0064 \u0072\u0065\u006c\u0061\u0074\u0069\u006f\u006e\u0020t\u0079\u0070\u0065:\u0020'\u0025\u0064\u0027",tp ); -};_bdf :=_ccfd .makeSizeIndicator (width ,height ,tp ,relation );_eede ,_ggdc :=_ccfd .selectWithIndicator (_bdf );if _ggdc !=nil {return nil ,_d .Wrap (_ggdc ,_ceda ,"");};return _eede ,nil ;};type BoundaryCondition int ;func _gdfg (_daegf ,_ddac *Bitmap ,_dbga *Selection )(*Bitmap ,error ){const _ddbf ="c\u006c\u006f\u0073\u0065\u0042\u0069\u0074\u006d\u0061\u0070"; -var _cabc error ;if _daegf ,_cabc =_eeed (_daegf ,_ddac ,_dbga );_cabc !=nil {return nil ,_cabc ;};_aeg ,_cabc :=_aef (nil ,_ddac ,_dbga );if _cabc !=nil {return nil ,_d .Wrap (_cabc ,_ddbf ,"");};if _ ,_cabc =_agbc (_daegf ,_aeg ,_dbga );_cabc !=nil {return nil ,_d .Wrap (_cabc ,_ddbf ,""); -};return _daegf ,nil ;};func _dcag (_fdfe ,_fdc *Bitmap ,_dffb ,_bcfe int )(*Bitmap ,error ){const _deb ="\u0063\u006c\u006f\u0073\u0065\u0053\u0061\u0066\u0065B\u0072\u0069\u0063\u006b";if _fdc ==nil {return nil ,_d .Error (_deb ,"\u0073\u006f\u0075\u0072\u0063\u0065\u0020\u0069\u0073\u0020\u006e\u0069\u006c"); -};if _dffb < 1||_bcfe < 1{return nil ,_d .Error (_deb ,"\u0068s\u0069\u007a\u0065\u0020\u0061\u006e\u0064\u0020\u0076\u0073\u0069z\u0065\u0020\u006e\u006f\u0074\u0020\u003e\u003d\u0020\u0031");};if _dffb ==1&&_bcfe ==1{return _bce (_fdfe ,_fdc );};if MorphBC ==SymmetricMorphBC {_bdcb ,_cdcfd :=_gagbb (_fdfe ,_fdc ,_dffb ,_bcfe ); -if _cdcfd !=nil {return nil ,_d .Wrap (_cdcfd ,_deb ,"\u0053\u0079m\u006d\u0065\u0074r\u0069\u0063\u004d\u006f\u0072\u0070\u0068\u0042\u0043");};return _bdcb ,nil ;};_gfag :=_eec (_dffb /2,_bcfe /2);_cbea :=8*((_gfag +7)/8);_ebeec ,_babf :=_fdc .AddBorder (_cbea ,0); -if _babf !=nil {return nil ,_d .Wrapf (_babf ,_deb ,"\u0042\u006f\u0072\u0064\u0065\u0072\u0053\u0069\u007ae\u003a\u0020\u0025\u0064",_cbea );};var _gfcf ,_daebe *Bitmap ;if _dffb ==1||_bcfe ==1{_dedfa :=SelCreateBrick (_bcfe ,_dffb ,_bcfe /2,_dffb /2,SelHit ); -_gfcf ,_babf =_gdfg (nil ,_ebeec ,_dedfa );if _babf !=nil {return nil ,_d .Wrap (_babf ,_deb ,"\u0068S\u0069\u007a\u0065\u0020\u003d\u003d\u0020\u0031\u0020\u007c\u007c \u0076\u0053\u0069\u007a\u0065\u0020\u003d\u003d\u0020\u0031");};}else {_gddb :=SelCreateBrick (1,_dffb ,0,_dffb /2,SelHit ); -_fbad ,_cggbc :=_aef (nil ,_ebeec ,_gddb );if _cggbc !=nil {return nil ,_d .Wrap (_cggbc ,_deb ,"\u0072\u0065\u0067\u0075la\u0072\u0020\u002d\u0020\u0066\u0069\u0072\u0073\u0074\u0020\u0064\u0069\u006c\u0061t\u0065");};_bdfb :=SelCreateBrick (_bcfe ,1,_bcfe /2,0,SelHit ); -_gfcf ,_cggbc =_aef (nil ,_fbad ,_bdfb );if _cggbc !=nil {return nil ,_d .Wrap (_cggbc ,_deb ,"\u0072\u0065\u0067ul\u0061\u0072\u0020\u002d\u0020\u0073\u0065\u0063\u006f\u006e\u0064\u0020\u0064\u0069\u006c\u0061\u0074\u0065");};if _ ,_cggbc =_agbc (_fbad ,_gfcf ,_gddb ); -_cggbc !=nil {return nil ,_d .Wrap (_cggbc ,_deb ,"r\u0065\u0067\u0075\u006car\u0020-\u0020\u0066\u0069\u0072\u0073t\u0020\u0065\u0072\u006f\u0064\u0065");};if _ ,_cggbc =_agbc (_gfcf ,_fbad ,_bdfb );_cggbc !=nil {return nil ,_d .Wrap (_cggbc ,_deb ,"\u0072\u0065\u0067\u0075la\u0072\u0020\u002d\u0020\u0073\u0065\u0063\u006f\u006e\u0064\u0020\u0065\u0072\u006fd\u0065"); -};};if _daebe ,_babf =_gfcf .RemoveBorder (_cbea );_babf !=nil {return nil ,_d .Wrap (_babf ,_deb ,"\u0072e\u0067\u0075\u006c\u0061\u0072");};if _fdfe ==nil {return _daebe ,nil ;};if _ ,_babf =_bce (_fdfe ,_daebe );_babf !=nil {return nil ,_babf ;};return _fdfe ,nil ; -};func (_gcbdd *Bitmaps )SortByWidth (){_cadfc :=(*byWidth )(_gcbdd );_a .Sort (_cadfc )};type SizeSelection int ;func _cb (_ae ,_fa *Bitmap )(_be error ){const _edb ="\u0065\u0078\u0070\u0061nd\u0042\u0069\u006e\u0061\u0072\u0079\u0046\u0061\u0063\u0074\u006f\u0072\u0032"; -_dac :=_fa .RowStride ;_dg :=_ae .RowStride ;var (_fac byte ;_fg uint16 ;_ef ,_db ,_cf ,_cc ,_ca int ;);for _cf =0;_cf < _fa .Height ;_cf ++{_ef =_cf *_dac ;_db =2*_cf *_dg ;for _cc =0;_cc < _dac ;_cc ++{_fac =_fa .Data [_ef +_cc ];_fg =_bdaca [_fac ]; -_ca =_db +_cc *2;if _ae .RowStride !=_fa .RowStride *2&&(_cc +1)*2> _ae .RowStride {_be =_ae .SetByte (_ca ,byte (_fg >>8));}else {_be =_ae .setTwoBytes (_ca ,_fg );};if _be !=nil {return _d .Wrap (_be ,_edb ,"");};};for _cc =0;_cc < _dg ;_cc ++{_ca =_db +_dg +_cc ; -_fac =_ae .Data [_db +_cc ];if _be =_ae .SetByte (_ca ,_fac );_be !=nil {return _d .Wrapf (_be ,_edb ,"c\u006f\u0070\u0079\u0020\u0064\u006fu\u0062\u006c\u0065\u0064\u0020\u006ci\u006e\u0065\u003a\u0020\u0027\u0025\u0064'\u002c\u0020\u0042\u0079\u0074\u0065\u003a\u0020\u0027\u0025d\u0027",_db +_cc ,_db +_dg +_cc ); -};};};return nil ;};func (_aaee *Points )Add (pt *Points )error {const _bdcbg ="\u0050\u006f\u0069\u006e\u0074\u0073\u002e\u0041\u0064\u0064";if _aaee ==nil {return _d .Error (_bdcbg ,"\u0070o\u0069n\u0074\u0073\u0020\u006e\u006ft\u0020\u0064e\u0066\u0069\u006e\u0065\u0064"); -};if pt ==nil {return _d .Error (_bdcbg ,"a\u0072\u0067\u0075\u006d\u0065\u006et\u0020\u0070\u006f\u0069\u006e\u0074\u0073\u0020\u006eo\u0074\u0020\u0064e\u0066i\u006e\u0065\u0064");};*_aaee =append (*_aaee ,*pt ...);return nil ;};func TstImageBitmap ()*Bitmap {return _edcgg .Copy ()}; -type ClassedPoints struct{*Points ;_b .IntSlice ;_afafe func (_abgg ,_fafe int )bool ;};func (_eac *Bitmap )Equals (s *Bitmap )bool {if len (_eac .Data )!=len (s .Data )||_eac .Width !=s .Width ||_eac .Height !=s .Height {return false ;};for _dbc :=0;_dbc < _eac .Height ; -_dbc ++{_dbg :=_dbc *_eac .RowStride ;for _fadb :=0;_fadb < _eac .RowStride ;_fadb ++{if _eac .Data [_dbg +_fadb ]!=s .Data [_dbg +_fadb ]{return false ;};};};return true ;};type MorphProcess struct{Operation MorphOperation ;Arguments []int ;};func (_ccefd *ClassedPoints )validateIntSlice ()error {const _gbae ="\u0076\u0061l\u0069\u0064\u0061t\u0065\u0049\u006e\u0074\u0053\u006c\u0069\u0063\u0065"; -for _ ,_fbba :=range _ccefd .IntSlice {if _fbba >=(_ccefd .Points .Size ()){return _d .Errorf (_gbae ,"c\u006c\u0061\u0073\u0073\u0020\u0069\u0064\u003a\u0020\u0027\u0025\u0064\u0027\u0020\u0069\u0073\u0020\u006e\u006f\u0074\u0020\u0061\u0020\u0076\u0061\u006ci\u0064 \u0069\u006e\u0064\u0065x\u0020\u0069n\u0020\u0074\u0068\u0065\u0020\u0070\u006f\u0069\u006e\u0074\u0073\u0020\u006f\u0066\u0020\u0073\u0069\u007a\u0065\u003a\u0020\u0025\u0064",_fbba ,_ccefd .Points .Size ()); -};};return nil ;};func TstImageBitmapInverseData ()[]byte {_gcbeb :=_edcgg .Copy ();_gcbeb .InverseData ();return _gcbeb .Data ;};func (_feea Points )Size ()int {return len (_feea )};func (_bbg *Bitmap )setAll ()error {_bab :=_fdfa (_bbg ,0,0,_bbg .Width ,_bbg .Height ,PixSet ,nil ,0,0); -if _bab !=nil {return _d .Wrap (_bab ,"\u0073\u0065\u0074\u0041\u006c\u006c","");};return nil ;};func (_fdd *Bitmap )And (s *Bitmap )(_faa *Bitmap ,_gcb error ){const _baa ="\u0042\u0069\u0074\u006d\u0061\u0070\u002e\u0041\u006e\u0064";if _fdd ==nil {return nil ,_d .Error (_baa ,"\u0027b\u0069t\u006d\u0061\u0070\u0020\u0027b\u0027\u0020i\u0073\u0020\u006e\u0069\u006c"); -};if s ==nil {return nil ,_d .Error (_baa ,"\u0062\u0069\u0074\u006d\u0061\u0070\u0020\u0027\u0073\u0027\u0020\u0069s\u0020\u006e\u0069\u006c");};if !_fdd .SizesEqual (s ){_ea .Log .Debug ("\u0025\u0073\u0020-\u0020\u0042\u0069\u0074\u006d\u0061\u0070\u0020\u0027\u0073\u0027\u0020\u0069\u0073\u0020\u006e\u006f\u0074\u0020\u0065\u0071\u0075\u0061\u006c\u0020\u0073\u0069\u007a\u0065 \u0077\u0069\u0074\u0068\u0020\u0027\u0062\u0027",_baa ); -};if _faa ,_gcb =_bce (_faa ,_fdd );_gcb !=nil {return nil ,_d .Wrap (_gcb ,_baa ,"\u0063\u0061\u006e't\u0020\u0063\u0072\u0065\u0061\u0074\u0065\u0020\u0027\u0064\u0027\u0020\u0062\u0069\u0074\u006d\u0061\u0070");};if _gcb =_faa .RasterOperation (0,0,_faa .Width ,_faa .Height ,PixSrcAndDst ,s ,0,0); -_gcb !=nil {return nil ,_d .Wrap (_gcb ,_baa ,"");};return _faa ,nil ;};func TstImageBitmapData ()[]byte {return _edcgg .Data };func (_cbda *Bitmap )GetBitOffset (x int )int {return x &0x07};func (_afe *Bitmap )ClipRectangle (box *_fb .Rectangle )(_face *Bitmap ,_acd *_fb .Rectangle ,_fdg error ){const _deg ="\u0043\u006c\u0069\u0070\u0052\u0065\u0063\u0074\u0061\u006e\u0067\u006c\u0065"; -if box ==nil {return nil ,nil ,_d .Error (_deg ,"\u0062o\u0078 \u0069\u0073\u0020\u006e\u006ft\u0020\u0064e\u0066\u0069\u006e\u0065\u0064");};_dfbf ,_acb :=_afe .Width ,_afe .Height ;_ddf :=_fb .Rect (0,0,_dfbf ,_acb );if !box .Overlaps (_ddf ){return nil ,nil ,_d .Error (_deg ,"b\u006f\u0078\u0020\u0064oe\u0073n\u0027\u0074\u0020\u006f\u0076e\u0072\u006c\u0061\u0070\u0020\u0062"); -};_ebbb :=box .Intersect (_ddf );_cfg ,_badf :=_ebbb .Min .X ,_ebbb .Min .Y ;_eaa ,_cgfd :=_ebbb .Dx (),_ebbb .Dy ();_face =New (_eaa ,_cgfd );_face .Text =_afe .Text ;if _fdg =_face .RasterOperation (0,0,_eaa ,_cgfd ,PixSrc ,_afe ,_cfg ,_badf );_fdg !=nil {return nil ,nil ,_d .Wrap (_fdg ,_deg ,"\u0050\u0069\u0078\u0053\u0072\u0063\u0020\u0074\u006f\u0020\u0063\u006ci\u0070\u0070\u0065\u0064"); -};_acd =&_ebbb ;return _face ,_acd ,nil ;};func (_cdegg *ClassedPoints )XAtIndex (i int )float32 {return (*_cdegg .Points )[_cdegg .IntSlice [i ]].X };func _fgf (_ebgd ,_fabg *Bitmap ,_bfgd ,_dfcd int )(*Bitmap ,error ){const _dbgge ="\u006fp\u0065\u006e\u0042\u0072\u0069\u0063k"; -if _fabg ==nil {return nil ,_d .Error (_dbgge ,"\u0073o\u0075\u0072\u0063\u0065 \u0062\u0069\u0074\u006d\u0061p\u0020n\u006ft\u0020\u0064\u0065\u0066\u0069\u006e\u0065d");};if _bfgd < 1&&_dfcd < 1{return nil ,_d .Error (_dbgge ,"\u0068\u0053\u0069\u007ae \u003c\u0020\u0031\u0020\u0026\u0026\u0020\u0076\u0053\u0069\u007a\u0065\u0020\u003c \u0031"); -};if _bfgd ==1&&_dfcd ==1{return _fabg .Copy (),nil ;};if _bfgd ==1||_dfcd ==1{var _dafff error ;_dgdcg :=SelCreateBrick (_dfcd ,_bfgd ,_dfcd /2,_bfgd /2,SelHit );_ebgd ,_dafff =_gdfe (_ebgd ,_fabg ,_dgdcg );if _dafff !=nil {return nil ,_d .Wrap (_dafff ,_dbgge ,"\u0068S\u0069\u007a\u0065\u0020\u003d\u003d\u0020\u0031\u0020\u007c\u007c \u0076\u0053\u0069\u007a\u0065\u0020\u003d\u003d\u0020\u0031"); -};return _ebgd ,nil ;};_bdaag :=SelCreateBrick (1,_bfgd ,0,_bfgd /2,SelHit );_ddcg :=SelCreateBrick (_dfcd ,1,_dfcd /2,0,SelHit );_eaba ,_edfccb :=_agbc (nil ,_fabg ,_bdaag );if _edfccb !=nil {return nil ,_d .Wrap (_edfccb ,_dbgge ,"\u0031s\u0074\u0020\u0065\u0072\u006f\u0064e"); -};_ebgd ,_edfccb =_agbc (_ebgd ,_eaba ,_ddcg );if _edfccb !=nil {return nil ,_d .Wrap (_edfccb ,_dbgge ,"\u0032n\u0064\u0020\u0065\u0072\u006f\u0064e");};_ ,_edfccb =_aef (_eaba ,_ebgd ,_bdaag );if _edfccb !=nil {return nil ,_d .Wrap (_edfccb ,_dbgge ,"\u0031\u0073\u0074\u0020\u0064\u0069\u006c\u0061\u0074\u0065"); -};_ ,_edfccb =_aef (_ebgd ,_eaba ,_ddcg );if _edfccb !=nil {return nil ,_d .Wrap (_edfccb ,_dbgge ,"\u0032\u006e\u0064\u0020\u0064\u0069\u006c\u0061\u0074\u0065");};return _ebgd ,nil ;};func (_efa *Bitmap )ThresholdPixelSum (thresh int ,tab8 []int )(_cbde bool ,_aea error ){const _adgg ="\u0042i\u0074\u006d\u0061\u0070\u002e\u0054\u0068\u0072\u0065\u0073\u0068o\u006c\u0064\u0050\u0069\u0078\u0065\u006c\u0053\u0075\u006d"; -if tab8 ==nil {tab8 =_gebgfd ();};_ggb :=_efa .Width >>3;_faea :=_efa .Width &7;_cgd :=byte (0xff< thresh {return true ,nil ;};};return _cbde ,nil ;};func (_fgbg *Bitmaps )ClipToBitmap (s *Bitmap )(*Bitmaps ,error ){const _bfcf ="B\u0069t\u006d\u0061\u0070\u0073\u002e\u0043\u006c\u0069p\u0054\u006f\u0042\u0069tm\u0061\u0070"; -if _fgbg ==nil {return nil ,_d .Error (_bfcf ,"\u0042\u0069\u0074\u006dap\u0073\u0020\u006e\u006f\u0074\u0020\u0064\u0065\u0066\u0069\u006e\u0065\u0064");};if s ==nil {return nil ,_d .Error (_bfcf ,"\u0073o\u0075\u0072\u0063\u0065 \u0062\u0069\u0074\u006d\u0061p\u0020n\u006ft\u0020\u0064\u0065\u0066\u0069\u006e\u0065d"); -};_dfgd :=len (_fgbg .Values );_aeab :=&Bitmaps {Values :make ([]*Bitmap ,_dfgd ),Boxes :make ([]*_fb .Rectangle ,_dfgd )};var (_bddcg ,_aafc *Bitmap ;_eeda *_fb .Rectangle ;_eebbd error ;);for _dgcac :=0;_dgcac < _dfgd ;_dgcac ++{if _bddcg ,_eebbd =_fgbg .GetBitmap (_dgcac ); -_eebbd !=nil {return nil ,_d .Wrap (_eebbd ,_bfcf ,"");};if _eeda ,_eebbd =_fgbg .GetBox (_dgcac );_eebbd !=nil {return nil ,_d .Wrap (_eebbd ,_bfcf ,"");};if _aafc ,_eebbd =s .clipRectangle (_eeda ,nil );_eebbd !=nil {return nil ,_d .Wrap (_eebbd ,_bfcf ,""); -};if _aafc ,_eebbd =_aafc .And (_bddcg );_eebbd !=nil {return nil ,_d .Wrap (_eebbd ,_bfcf ,"");};_aeab .Values [_dgcac ]=_aafc ;_aeab .Boxes [_dgcac ]=_eeda ;};return _aeab ,nil ;};func (_cbfg *Bitmap )Copy ()*Bitmap {_bgd :=make ([]byte ,len (_cbfg .Data )); -copy (_bgd ,_cbfg .Data );return &Bitmap {Width :_cbfg .Width ,Height :_cbfg .Height ,RowStride :_cbfg .RowStride ,Data :_bgd ,Color :_cbfg .Color ,Text :_cbfg .Text ,BitmapNumber :_cbfg .BitmapNumber ,Special :_cbfg .Special };};func _eagc (_cccc ,_ffa *Bitmap ,_efgeb ,_aebc ,_gefc uint ,_cbfe ,_eebd int ,_eee bool ,_abf ,_cfgb int )error {for _dgdee :=_cbfe ; -_dgdee < _eebd ;_dgdee ++{if _abf +1< len (_cccc .Data ){_bdaa :=_dgdee +1==_eebd ;_dbaa ,_eeab :=_cccc .GetByte (_abf );if _eeab !=nil {return _eeab ;};_abf ++;_dbaa <<=_efgeb ;_bccde ,_eeab :=_cccc .GetByte (_abf );if _eeab !=nil {return _eeab ;};_bccde >>=_aebc ; -_gcg :=_dbaa |_bccde ;if _bdaa &&!_eee {_gcg =_gcc (_gefc ,_gcg );};_eeab =_ffa .SetByte (_cfgb ,_gcg );if _eeab !=nil {return _eeab ;};_cfgb ++;if _bdaa &&_eee {_eda ,_addc :=_cccc .GetByte (_abf );if _addc !=nil {return _addc ;};_eda <<=_efgeb ;_gcg =_gcc (_gefc ,_eda ); -if _addc =_ffa .SetByte (_cfgb ,_gcg );_addc !=nil {return _addc ;};};continue ;};_ebbe ,_afgea :=_cccc .GetByte (_abf );if _afgea !=nil {_ea .Log .Debug ("G\u0065\u0074\u0074\u0069\u006e\u0067 \u0074\u0068\u0065\u0020\u0076\u0061l\u0075\u0065\u0020\u0061\u0074\u003a\u0020%\u0064\u0020\u0066\u0061\u0069\u006c\u0065\u0064\u003a\u0020%\u0073",_abf ,_afgea ); -return _afgea ;};_ebbe <<=_efgeb ;_abf ++;_afgea =_ffa .SetByte (_cfgb ,_ebbe );if _afgea !=nil {return _afgea ;};_cfgb ++;};return nil ;};func (_cce *Bitmap )GetVanillaData ()[]byte {if _cce .Color ==Chocolate {_cce .inverseData ();};return _cce .Data ; -};func (_fdccc *Bitmaps )GetBitmap (i int )(*Bitmap ,error ){const _afbc ="\u0047e\u0074\u0042\u0069\u0074\u006d\u0061p";if _fdccc ==nil {return nil ,_d .Error (_afbc ,"p\u0072o\u0076\u0069\u0064\u0065\u0064\u0020\u006e\u0069l\u0020\u0042\u0069\u0074ma\u0070\u0073"); -};if i > len (_fdccc .Values )-1{return nil ,_d .Errorf (_afbc ,"\u0069n\u0064\u0065\u0078\u003a\u0020\u0027\u0025\u0064\u0027\u0020\u006fu\u0074\u0020\u006f\u0066\u0020\u0072\u0061\u006e\u0067\u0065",i );};return _fdccc .Values [i ],nil ;};type Getter interface{GetBitmap ()*Bitmap ; -};func MakePixelCentroidTab8 ()[]int {return _dbag ()};func (_efgg *Bitmap )nextOnPixel (_fadd ,_gecf int )(_edfc _fb .Point ,_bade bool ,_becd error ){const _cfeb ="n\u0065\u0078\u0074\u004f\u006e\u0050\u0069\u0078\u0065\u006c";_edfc ,_bade ,_becd =_efgg .nextOnPixelLow (_efgg .Width ,_efgg .Height ,_efgg .RowStride ,_fadd ,_gecf ); -if _becd !=nil {return _edfc ,false ,_d .Wrap (_becd ,_cfeb ,"");};return _edfc ,_bade ,nil ;};func NewClassedPoints (points *Points ,classes _b .IntSlice )(*ClassedPoints ,error ){const _deab ="\u004e\u0065w\u0043\u006c\u0061s\u0073\u0065\u0064\u0050\u006f\u0069\u006e\u0074\u0073"; -if points ==nil {return nil ,_d .Error (_deab ,"\u0070\u0072\u006f\u0076id\u0065\u0064\u0020\u006e\u0069\u006c\u0020\u0070\u006f\u0069\u006e\u0074\u0073");};if classes ==nil {return nil ,_d .Error (_deab ,"p\u0072o\u0076\u0069\u0064\u0065\u0064\u0020\u006e\u0069l\u0020\u0063\u006c\u0061ss\u0065\u0073"); -};_gcga :=&ClassedPoints {Points :points ,IntSlice :classes };if _caa :=_gcga .validateIntSlice ();_caa !=nil {return nil ,_d .Wrap (_caa ,_deab ,"");};return _gcga ,nil ;};func (_aacda *Boxes )Get (i int )(*_fb .Rectangle ,error ){const _eae ="\u0042o\u0078\u0065\u0073\u002e\u0047\u0065t"; -if _aacda ==nil {return nil ,_d .Error (_eae ,"\u0027\u0042\u006f\u0078es\u0027\u0020\u006e\u006f\u0074\u0020\u0064\u0065\u0066\u0069\u006e\u0065\u0064");};if i > len (*_aacda )-1{return nil ,_d .Errorf (_eae ,"\u0069n\u0064\u0065\u0078\u003a\u0020\u0027\u0025\u0064\u0027\u0020\u006fu\u0074\u0020\u006f\u0066\u0020\u0072\u0061\u006e\u0067\u0065",i ); -};return (*_aacda )[i ],nil ;};func (_dgeb *ClassedPoints )ySortFunction ()func (_accbf int ,_dfea int )bool {return func (_bbeg ,_cgfb int )bool {return _dgeb .YAtIndex (_bbeg )< _dgeb .YAtIndex (_cgfb )};};func _acbd (_ffdfc *Bitmap ,_fafg *_b .Stack ,_acdb ,_bbab int )(_dbbg *_fb .Rectangle ,_edfa error ){const _cfac ="\u0073e\u0065d\u0046\u0069\u006c\u006c\u0053\u0074\u0061\u0063\u006b\u0042\u0042"; -if _ffdfc ==nil {return nil ,_d .Error (_cfac ,"\u0070\u0072\u006fvi\u0064\u0065\u0064\u0020\u006e\u0069\u006c\u0020\u0027\u0073\u0027\u0020\u0042\u0069\u0074\u006d\u0061\u0070");};if _fafg ==nil {return nil ,_d .Error (_cfac ,"p\u0072o\u0076\u0069\u0064\u0065\u0064\u0020\u006e\u0069l\u0020\u0027\u0073\u0074ac\u006b\u0027"); -};_gddef ,_dcee :=_ffdfc .Width ,_ffdfc .Height ;_acab :=_gddef -1;_gccc :=_dcee -1;if _acdb < 0||_acdb > _acab ||_bbab < 0||_bbab > _gccc ||!_ffdfc .GetPixel (_acdb ,_bbab ){return nil ,nil ;};_dgfe :=_fb .Rect (100000,100000,0,0);if _edfa =_geab (_fafg ,_acdb ,_acdb ,_bbab ,1,_gccc ,&_dgfe ); -_edfa !=nil {return nil ,_d .Wrap (_edfa ,_cfac ,"\u0069\u006e\u0069t\u0069\u0061\u006c\u0020\u0070\u0075\u0073\u0068");};if _edfa =_geab (_fafg ,_acdb ,_acdb ,_bbab +1,-1,_gccc ,&_dgfe );_edfa !=nil {return nil ,_d .Wrap (_edfa ,_cfac ,"\u0032\u006ed\u0020\u0069\u006ei\u0074\u0069\u0061\u006c\u0020\u0070\u0075\u0073\u0068"); -};_dgfe .Min .X ,_dgfe .Max .X =_acdb ,_acdb ;_dgfe .Min .Y ,_dgfe .Max .Y =_bbab ,_bbab ;var (_acf *fillSegment ;_aeedg int ;);for _fafg .Len ()> 0{if _acf ,_edfa =_feef (_fafg );_edfa !=nil {return nil ,_d .Wrap (_edfa ,_cfac ,"");};_bbab =_acf ._aegc ; -for _acdb =_acf ._gebc -1;_acdb >=0&&_ffdfc .GetPixel (_acdb ,_bbab );_acdb --{if _edfa =_ffdfc .SetPixel (_acdb ,_bbab ,0);_edfa !=nil {return nil ,_d .Wrap (_edfa ,_cfac ,"\u0031s\u0074\u0020\u0073\u0065\u0074");};};if _acdb >=_acf ._gebc -1{for {for _acdb ++; -_acdb <=_acf ._fdeg +1&&_acdb <=_acab &&!_ffdfc .GetPixel (_acdb ,_bbab );_acdb ++{};_aeedg =_acdb ;if !(_acdb <=_acf ._fdeg +1&&_acdb <=_acab ){break ;};for ;_acdb <=_acab &&_ffdfc .GetPixel (_acdb ,_bbab );_acdb ++{if _edfa =_ffdfc .SetPixel (_acdb ,_bbab ,0); -_edfa !=nil {return nil ,_d .Wrap (_edfa ,_cfac ,"\u0032n\u0064\u0020\u0073\u0065\u0074");};};if _edfa =_geab (_fafg ,_aeedg ,_acdb -1,_acf ._aegc ,_acf ._bbcgb ,_gccc ,&_dgfe );_edfa !=nil {return nil ,_d .Wrap (_edfa ,_cfac ,"n\u006f\u0072\u006d\u0061\u006c\u0020\u0070\u0075\u0073\u0068"); -};if _acdb > _acf ._fdeg {if _edfa =_geab (_fafg ,_acf ._fdeg +1,_acdb -1,_acf ._aegc ,-_acf ._bbcgb ,_gccc ,&_dgfe );_edfa !=nil {return nil ,_d .Wrap (_edfa ,_cfac ,"\u006ce\u0061k\u0020\u006f\u006e\u0020\u0072i\u0067\u0068t\u0020\u0073\u0069\u0064\u0065"); -};};};continue ;};_aeedg =_acdb +1;if _aeedg < _acf ._gebc {if _edfa =_geab (_fafg ,_aeedg ,_acf ._gebc -1,_acf ._aegc ,-_acf ._bbcgb ,_gccc ,&_dgfe );_edfa !=nil {return nil ,_d .Wrap (_edfa ,_cfac ,"\u006c\u0065\u0061\u006b\u0020\u006f\u006e\u0020\u006c\u0065\u0066\u0074 \u0073\u0069\u0064\u0065"); -};};_acdb =_acf ._gebc ;for {for ;_acdb <=_acab &&_ffdfc .GetPixel (_acdb ,_bbab );_acdb ++{if _edfa =_ffdfc .SetPixel (_acdb ,_bbab ,0);_edfa !=nil {return nil ,_d .Wrap (_edfa ,_cfac ,"\u0032n\u0064\u0020\u0073\u0065\u0074");};};if _edfa =_geab (_fafg ,_aeedg ,_acdb -1,_acf ._aegc ,_acf ._bbcgb ,_gccc ,&_dgfe ); -_edfa !=nil {return nil ,_d .Wrap (_edfa ,_cfac ,"n\u006f\u0072\u006d\u0061\u006c\u0020\u0070\u0075\u0073\u0068");};if _acdb > _acf ._fdeg {if _edfa =_geab (_fafg ,_acf ._fdeg +1,_acdb -1,_acf ._aegc ,-_acf ._bbcgb ,_gccc ,&_dgfe );_edfa !=nil {return nil ,_d .Wrap (_edfa ,_cfac ,"\u006ce\u0061k\u0020\u006f\u006e\u0020\u0072i\u0067\u0068t\u0020\u0073\u0069\u0064\u0065"); -};};for _acdb ++;_acdb <=_acf ._fdeg +1&&_acdb <=_acab &&!_ffdfc .GetPixel (_acdb ,_bbab );_acdb ++{};_aeedg =_acdb ;if !(_acdb <=_acf ._fdeg +1&&_acdb <=_acab ){break ;};};};_dgfe .Max .X ++;_dgfe .Max .Y ++;return &_dgfe ,nil ;};func _ebf (_dgcb *Bitmap ,_bec ...int )(_dgg *Bitmap ,_cae error ){const _cde ="\u0072\u0065\u0064uc\u0065\u0052\u0061\u006e\u006b\u0042\u0069\u006e\u0061\u0072\u0079\u0043\u0061\u0073\u0063\u0061\u0064\u0065"; -if _dgcb ==nil {return nil ,_d .Error (_cde ,"\u0073o\u0075\u0072\u0063\u0065 \u0062\u0069\u0074\u006d\u0061p\u0020n\u006ft\u0020\u0064\u0065\u0066\u0069\u006e\u0065d");};if len (_bec )==0||len (_bec )> 4{return nil ,_d .Error (_cde ,"t\u0068\u0065\u0072\u0065\u0020\u006d\u0075\u0073\u0074 \u0062\u0065\u0020\u0061\u0074\u0020\u006cea\u0073\u0074\u0020\u006fn\u0065\u0020\u0061\u006e\u0064\u0020\u0061\u0074\u0020mo\u0073\u0074 \u0034\u0020\u006c\u0065\u0076\u0065\u006c\u0073"); -};if _bec [0]<=0{_ea .Log .Debug ("\u006c\u0065\u0076\u0065\u006c\u0031\u0020\u003c\u003d\u0020\u0030 \u002d\u0020\u006e\u006f\u0020\u0072\u0065\u0064\u0075\u0063t\u0069\u006f\u006e");_dgg ,_cae =_bce (nil ,_dgcb );if _cae !=nil {return nil ,_d .Wrap (_cae ,_cde ,"l\u0065\u0076\u0065\u006c\u0031\u0020\u003c\u003d\u0020\u0030"); -};return _dgg ,nil ;};_dgce :=_gdgb ();_dgg =_dgcb ;for _fgd ,_daf :=range _bec {if _daf <=0{break ;};_dgg ,_cae =_bbd (_dgg ,_daf ,_dgce );if _cae !=nil {return nil ,_d .Wrapf (_cae ,_cde ,"\u006c\u0065\u0076\u0065\u006c\u0025\u0064\u0020\u0072\u0065\u0064\u0075c\u0074\u0069\u006f\u006e",_fgd ); -};};return _dgg ,nil ;};func TstISymbol (t *_da .T ,scale ...int )*Bitmap {_edea ,_ebfag :=NewWithData (1,5,[]byte {0x80,0x80,0x80,0x80,0x80});_dc .NoError (t ,_ebfag );return TstGetScaledSymbol (t ,_edea ,scale ...);};type BitmapsArray struct{Values []*Bitmaps ; -Boxes []*_fb .Rectangle ;};func (_cbef *Bitmap )createTemplate ()*Bitmap {return &Bitmap {Width :_cbef .Width ,Height :_cbef .Height ,RowStride :_cbef .RowStride ,Color :_cbef .Color ,Text :_cbef .Text ,BitmapNumber :_cbef .BitmapNumber ,Special :_cbef .Special ,Data :make ([]byte ,len (_cbef .Data ))}; -};const (ComponentConn Component =iota ;ComponentCharacters ;ComponentWords ;);func Copy (d ,s *Bitmap )(*Bitmap ,error ){return _bce (d ,s )};func _fged (_ccea ,_gaca *Bitmap ,_bcca ,_ebae int )(_gdad error ){const _ebcb ="\u0073e\u0065d\u0066\u0069\u006c\u006c\u0042i\u006e\u0061r\u0079\u004c\u006f\u0077\u0034"; -var (_adbeg ,_ffaf ,_befec ,_aeeebd int ;_abfe ,_adcf ,_aaeb ,_gagc ,_gada ,_gdcd ,_dabe byte ;);for _adbeg =0;_adbeg < _bcca ;_adbeg ++{_befec =_adbeg *_ccea .RowStride ;_aeeebd =_adbeg *_gaca .RowStride ;for _ffaf =0;_ffaf < _ebae ;_ffaf ++{_abfe ,_gdad =_ccea .GetByte (_befec +_ffaf ); -if _gdad !=nil {return _d .Wrap (_gdad ,_ebcb ,"\u0066i\u0072\u0073\u0074\u0020\u0067\u0065t");};_adcf ,_gdad =_gaca .GetByte (_aeeebd +_ffaf );if _gdad !=nil {return _d .Wrap (_gdad ,_ebcb ,"\u0073\u0065\u0063\u006f\u006e\u0064\u0020\u0067\u0065\u0074"); -};if _adbeg > 0{_aaeb ,_gdad =_ccea .GetByte (_befec -_ccea .RowStride +_ffaf );if _gdad !=nil {return _d .Wrap (_gdad ,_ebcb ,"\u0069\u0020\u003e \u0030");};_abfe |=_aaeb ;};if _ffaf > 0{_gagc ,_gdad =_ccea .GetByte (_befec +_ffaf -1);if _gdad !=nil {return _d .Wrap (_gdad ,_ebcb ,"\u006a\u0020\u003e \u0030"); -};_abfe |=_gagc <<7;};_abfe &=_adcf ;if _abfe ==0||(^_abfe )==0{if _gdad =_ccea .SetByte (_befec +_ffaf ,_abfe );_gdad !=nil {return _d .Wrap (_gdad ,_ebcb ,"b\u0074\u0020\u003d\u003d 0\u0020|\u007c\u0020\u0028\u005e\u0062t\u0029\u0020\u003d\u003d\u0020\u0030"); -};continue ;};for {_dabe =_abfe ;_abfe =(_abfe |(_abfe >>1)|(_abfe <<1))&_adcf ;if (_abfe ^_dabe )==0{if _gdad =_ccea .SetByte (_befec +_ffaf ,_abfe );_gdad !=nil {return _d .Wrap (_gdad ,_ebcb ,"\u0073\u0065\u0074\u0074\u0069\u006e\u0067\u0020\u0070\u0072\u0065\u0076 \u0062\u0079\u0074\u0065"); -};break ;};};};};for _adbeg =_bcca -1;_adbeg >=0;_adbeg --{_befec =_adbeg *_ccea .RowStride ;_aeeebd =_adbeg *_gaca .RowStride ;for _ffaf =_ebae -1;_ffaf >=0;_ffaf --{if _abfe ,_gdad =_ccea .GetByte (_befec +_ffaf );_gdad !=nil {return _d .Wrap (_gdad ,_ebcb ,"\u0072\u0065\u0076\u0065\u0072\u0073\u0065\u0020\u0066\u0069\u0072\u0073t\u0020\u0067\u0065\u0074"); -};if _adcf ,_gdad =_gaca .GetByte (_aeeebd +_ffaf );_gdad !=nil {return _d .Wrap (_gdad ,_ebcb ,"r\u0065\u0076\u0065\u0072se\u0020g\u0065\u0074\u0020\u006d\u0061s\u006b\u0020\u0062\u0079\u0074\u0065");};if _adbeg < _bcca -1{if _gada ,_gdad =_ccea .GetByte (_befec +_ccea .RowStride +_ffaf ); -_gdad !=nil {return _d .Wrap (_gdad ,_ebcb ,"\u0072\u0065v\u0065\u0072\u0073e\u0020\u0069\u0020\u003c\u0020\u0068\u0020\u002d\u0031");};_abfe |=_gada ;};if _ffaf < _ebae -1{if _gdcd ,_gdad =_ccea .GetByte (_befec +_ffaf +1);_gdad !=nil {return _d .Wrap (_gdad ,_ebcb ,"\u0072\u0065\u0076\u0065rs\u0065\u0020\u006a\u0020\u003c\u0020\u0077\u0070\u006c\u0020\u002d\u0020\u0031"); -};_abfe |=_gdcd >>7;};_abfe &=_adcf ;if _abfe ==0||(^_abfe )==0{if _gdad =_ccea .SetByte (_befec +_ffaf ,_abfe );_gdad !=nil {return _d .Wrap (_gdad ,_ebcb ,"\u0073\u0065\u0074\u0074\u0069\u006e\u0067\u0020\u006d\u0061\u0073k\u0065\u0064\u0020\u0062\u0079\u0074\u0065\u0020\u0066\u0061i\u006c\u0065\u0064"); -};continue ;};for {_dabe =_abfe ;_abfe =(_abfe |(_abfe >>1)|(_abfe <<1))&_adcf ;if (_abfe ^_dabe )==0{if _gdad =_ccea .SetByte (_befec +_ffaf ,_abfe );_gdad !=nil {return _d .Wrap (_gdad ,_ebcb ,"\u0072e\u0076\u0065\u0072\u0073e\u0020\u0073\u0065\u0074\u0074i\u006eg\u0020p\u0072\u0065\u0076\u0020\u0062\u0079\u0074e"); -};break ;};};};};return nil ;};var (_bdaca =_cgg ();_degf =_dfg ();_fbcd =_dea (););func _cfd (_dce ,_fgc *Bitmap ,_bdb int ,_egca []byte ,_ecc int )(_aebd error ){const _gedc ="\u0072\u0065\u0064uc\u0065\u0052\u0061\u006e\u006b\u0042\u0069\u006e\u0061\u0072\u0079\u0032\u004c\u0065\u0076\u0065\u006c\u0033"; -var (_fdbc ,_adgc ,_faed ,_cad ,_dedc ,_eccg ,_gedf ,_dggf int ;_aba ,_dgca ,_bfga ,_gdb uint32 ;_ada ,_ffc byte ;_gee uint16 ;);_gbg :=make ([]byte ,4);_daed :=make ([]byte ,4);for _faed =0;_faed < _dce .Height -1;_faed ,_cad =_faed +2,_cad +1{_fdbc =_faed *_dce .RowStride ; -_adgc =_cad *_fgc .RowStride ;for _dedc ,_eccg =0,0;_dedc < _ecc ;_dedc ,_eccg =_dedc +4,_eccg +1{for _gedf =0;_gedf < 4;_gedf ++{_dggf =_fdbc +_dedc +_gedf ;if _dggf <=len (_dce .Data )-1&&_dggf < _fdbc +_dce .RowStride {_gbg [_gedf ]=_dce .Data [_dggf ]; -}else {_gbg [_gedf ]=0x00;};_dggf =_fdbc +_dce .RowStride +_dedc +_gedf ;if _dggf <=len (_dce .Data )-1&&_dggf < _fdbc +(2*_dce .RowStride ){_daed [_gedf ]=_dce .Data [_dggf ];}else {_daed [_gedf ]=0x00;};};_aba =_df .BigEndian .Uint32 (_gbg );_dgca =_df .BigEndian .Uint32 (_daed ); -_bfga =_aba &_dgca ;_bfga |=_bfga <<1;_gdb =_aba |_dgca ;_gdb &=_gdb <<1;_dgca =_bfga &_gdb ;_dgca &=0xaaaaaaaa;_aba =_dgca |(_dgca <<7);_ada =byte (_aba >>24);_ffc =byte ((_aba >>8)&0xff);_dggf =_adgc +_eccg ;if _dggf +1==len (_fgc .Data )-1||_dggf +1>=_adgc +_fgc .RowStride {if _aebd =_fgc .SetByte (_dggf ,_egca [_ada ]); -_aebd !=nil {return _d .Wrapf (_aebd ,_gedc ,"\u0069n\u0064\u0065\u0078\u003a\u0020\u0025d",_dggf );};}else {_gee =(uint16 (_egca [_ada ])<<8)|uint16 (_egca [_ffc ]);if _aebd =_fgc .setTwoBytes (_dggf ,_gee );_aebd !=nil {return _d .Wrapf (_aebd ,_gedc ,"s\u0065\u0074\u0074\u0069\u006e\u0067 \u0074\u0077\u006f\u0020\u0062\u0079t\u0065\u0073\u0020\u0066\u0061\u0069\u006ce\u0064\u002c\u0020\u0069\u006e\u0064\u0065\u0078\u003a\u0020%\u0064",_dggf ); -};_eccg ++;};};};return nil ;};func (_acfe *Bitmaps )GroupByWidth ()(*BitmapsArray ,error ){const _ffaa ="\u0047\u0072\u006fu\u0070\u0042\u0079\u0057\u0069\u0064\u0074\u0068";if len (_acfe .Values )==0{return nil ,_d .Error (_ffaa ,"\u006eo\u0020v\u0061\u006c\u0075\u0065\u0073 \u0070\u0072o\u0076\u0069\u0064\u0065\u0064"); -};_cfae :=&BitmapsArray {};_acfe .SortByWidth ();_bdcf :=-1;_fbgce :=-1;for _cddc :=0;_cddc < len (_acfe .Values );_cddc ++{_dedd :=_acfe .Values [_cddc ].Width ;if _dedd > _bdcf {_bdcf =_dedd ;_fbgce ++;_cfae .Values =append (_cfae .Values ,&Bitmaps {}); -};_cfae .Values [_fbgce ].AddBitmap (_acfe .Values [_cddc ]);};return _cfae ,nil ;};func HausTest (p1 ,p2 ,p3 ,p4 *Bitmap ,delX ,delY float32 ,maxDiffW ,maxDiffH int )(bool ,error ){const _gaga ="\u0048\u0061\u0075\u0073\u0054\u0065\u0073\u0074";_egfa ,_baf :=p1 .Width ,p1 .Height ; -_cfga ,_ecdf :=p3 .Width ,p3 .Height ;if _b .Abs (_egfa -_cfga )> maxDiffW {return false ,nil ;};if _b .Abs (_baf -_ecdf )> maxDiffH {return false ,nil ;};_aeef :=int (delX +_b .Sign (delX )*0.5);_cfgab :=int (delY +_b .Sign (delY )*0.5);var _cfbab error ; -_gdbf :=p1 .CreateTemplate ();if _cfbab =_gdbf .RasterOperation (0,0,_egfa ,_baf ,PixSrc ,p1 ,0,0);_cfbab !=nil {return false ,_d .Wrap (_cfbab ,_gaga ,"p\u0031\u0020\u002d\u0053\u0052\u0043\u002d\u003e\u0020\u0074");};if _cfbab =_gdbf .RasterOperation (_aeef ,_cfgab ,_egfa ,_baf ,PixNotSrcAndDst ,p4 ,0,0); -_cfbab !=nil {return false ,_d .Wrap (_cfbab ,_gaga ,"\u0021p\u0034\u0020\u0026\u0020\u0074");};if _gdbf .Zero (){return false ,nil ;};if _cfbab =_gdbf .RasterOperation (_aeef ,_cfgab ,_cfga ,_ecdf ,PixSrc ,p3 ,0,0);_cfbab !=nil {return false ,_d .Wrap (_cfbab ,_gaga ,"p\u0033\u0020\u002d\u0053\u0052\u0043\u002d\u003e\u0020\u0074"); -};if _cfbab =_gdbf .RasterOperation (0,0,_cfga ,_ecdf ,PixNotSrcAndDst ,p2 ,0,0);_cfbab !=nil {return false ,_d .Wrap (_cfbab ,_gaga ,"\u0021p\u0032\u0020\u0026\u0020\u0074");};return _gdbf .Zero (),nil ;};func (_fbaa MorphProcess )getWidthHeight ()(_addag ,_bgbd int ){return _fbaa .Arguments [0],_fbaa .Arguments [1]; -};func (_gafd Points )GetGeometry (i int )(_effb ,_aged float32 ,_fbce error ){if i > len (_gafd )-1{return 0,0,_d .Errorf ("\u0050\u006f\u0069\u006e\u0074\u0073\u002e\u0047\u0065\u0074","\u0069n\u0064\u0065\u0078\u003a\u0020\u0027\u0025\u0064\u0027\u0020\u006fu\u0074\u0020\u006f\u0066\u0020\u0072\u0061\u006e\u0067\u0065",i ); -};_fdce :=_gafd [i ];return _fdce .X ,_fdce .Y ,nil ;};func TstRSymbol (t *_da .T ,scale ...int )*Bitmap {_acbc ,_acaea :=NewWithData (4,5,[]byte {0xF0,0x90,0xF0,0xA0,0x90});_dc .NoError (t ,_acaea );return TstGetScaledSymbol (t ,_acbc ,scale ...);};func RasterOperation (dest *Bitmap ,dx ,dy ,dw ,dh int ,op RasterOperator ,src *Bitmap ,sx ,sy int )error {return _fdfa (dest ,dx ,dy ,dw ,dh ,op ,src ,sx ,sy ); -};func TstASymbol (t *_da .T )*Bitmap {t .Helper ();_bdbc :=New (6,6);_dc .NoError (t ,_bdbc .SetPixel (1,0,1));_dc .NoError (t ,_bdbc .SetPixel (2,0,1));_dc .NoError (t ,_bdbc .SetPixel (3,0,1));_dc .NoError (t ,_bdbc .SetPixel (4,0,1));_dc .NoError (t ,_bdbc .SetPixel (5,1,1)); -_dc .NoError (t ,_bdbc .SetPixel (1,2,1));_dc .NoError (t ,_bdbc .SetPixel (2,2,1));_dc .NoError (t ,_bdbc .SetPixel (3,2,1));_dc .NoError (t ,_bdbc .SetPixel (4,2,1));_dc .NoError (t ,_bdbc .SetPixel (5,2,1));_dc .NoError (t ,_bdbc .SetPixel (0,3,1)); -_dc .NoError (t ,_bdbc .SetPixel (5,3,1));_dc .NoError (t ,_bdbc .SetPixel (0,4,1));_dc .NoError (t ,_bdbc .SetPixel (5,4,1));_dc .NoError (t ,_bdbc .SetPixel (1,5,1));_dc .NoError (t ,_bdbc .SetPixel (2,5,1));_dc .NoError (t ,_bdbc .SetPixel (3,5,1)); -_dc .NoError (t ,_bdbc .SetPixel (4,5,1));_dc .NoError (t ,_bdbc .SetPixel (5,5,1));return _bdbc ;};func Rect (x ,y ,w ,h int )(*_fb .Rectangle ,error ){const _eefd ="b\u0069\u0074\u006d\u0061\u0070\u002e\u0052\u0065\u0063\u0074";if x < 0{w +=x ;x =0;if w <=0{return nil ,_d .Errorf (_eefd ,"x\u003a\u0027\u0025\u0064\u0027\u0020<\u0020\u0030\u0020\u0061\u006e\u0064\u0020\u0077\u003a \u0027\u0025\u0064'\u0020<\u003d\u0020\u0030",x ,w ); -};};if y < 0{h +=y ;y =0;if h <=0{return nil ,_d .Error (_eefd ,"\u0079\u0020\u003c 0\u0020\u0061\u006e\u0064\u0020\u0062\u006f\u0078\u0020\u006f\u0066\u0066\u0020\u002b\u0071\u0075\u0061\u0064");};};_efad :=_fb .Rect (x ,y ,x +w ,y +h );return &_efad ,nil ; -};func SelCreateBrick (h ,w int ,cy ,cx int ,tp SelectionValue )*Selection {_cgac :=_dbeae (h ,w ,"");_cgac .setOrigin (cy ,cx );var _facc ,_ebab int ;for _facc =0;_facc < h ;_facc ++{for _ebab =0;_ebab < w ;_ebab ++{_cgac .Data [_facc ][_ebab ]=tp ;}; -};return _cgac ;};type MorphOperation int ;func NewWithUnpaddedData (width ,height int ,data []byte )(*Bitmap ,error ){const _edd ="\u004e\u0065\u0077\u0057it\u0068\u0055\u006e\u0070\u0061\u0064\u0064\u0065\u0064\u0044\u0061\u0074\u0061";_ceb :=_afge (width ,height ); -_ceb .Data =data ;if _gfea :=((width *height )+7)>>3;len (data )< _gfea {return nil ,_d .Errorf (_edd ,"\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0064a\u0074\u0061\u0020\u006c\u0065\u006e\u0067\u0074\u0068\u003a\u0020\u0027\u0025\u0064\u0027\u002e\u0020\u0054\u0068\u0065\u0020\u0064\u0061t\u0061\u0020s\u0068\u006fu\u006c\u0064\u0020\u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0020\u0061\u0074 l\u0065\u0061\u0073\u0074\u003a\u0020\u0027\u0025\u0064'\u0020\u0062\u0079\u0074\u0065\u0073",len (data ),_gfea ); -};if _gcec :=_ceb .addPadBits ();_gcec !=nil {return nil ,_d .Wrap (_gcec ,_edd ,"");};return _ceb ,nil ;};func (_ccdc *Bitmap )nextOnPixelLow (_ggc ,_abdg ,_eacd ,_fffb ,_ecd int )(_fba _fb .Point ,_cbb bool ,_fbdg error ){const _geccc ="B\u0069\u0074\u006d\u0061p.\u006ee\u0078\u0074\u004f\u006e\u0050i\u0078\u0065\u006c\u004c\u006f\u0077"; -var (_gcbe int ;_ecgf byte ;);_fgaa :=_ecd *_eacd ;_dgga :=_fgaa +(_fffb /8);if _ecgf ,_fbdg =_ccdc .GetByte (_dgga );_fbdg !=nil {return _fba ,false ,_d .Wrap (_fbdg ,_geccc ,"\u0078\u0053\u0074\u0061\u0072\u0074\u0020\u0061\u006e\u0064 \u0079\u0053\u0074\u0061\u0072\u0074\u0020o\u0075\u0074\u0020\u006f\u0066\u0020\u0072\u0061\u006e\u0067\u0065"); -};if _ecgf !=0{_dec :=_fffb -(_fffb %8)+7;for _gcbe =_fffb ;_gcbe <=_dec &&_gcbe < _ggc ;_gcbe ++{if _ccdc .GetPixel (_gcbe ,_ecd ){_fba .X =_gcbe ;_fba .Y =_ecd ;return _fba ,true ,nil ;};};};_bgdaa :=(_fffb /8)+1;_gcbe =8*_bgdaa ;var _fgag int ;for _dgga =_fgaa +_bgdaa ; -_gcbe < _ggc ;_dgga ,_gcbe =_dgga +1,_gcbe +8{if _ecgf ,_fbdg =_ccdc .GetByte (_dgga );_fbdg !=nil {return _fba ,false ,_d .Wrap (_fbdg ,_geccc ,"r\u0065\u0073\u0074\u0020of\u0020t\u0068\u0065\u0020\u006c\u0069n\u0065\u0020\u0062\u0079\u0074\u0065");}; -if _ecgf ==0{continue ;};for _fgag =0;_fgag < 8&&_gcbe < _ggc ;_fgag ,_gcbe =_fgag +1,_gcbe +1{if _ccdc .GetPixel (_gcbe ,_ecd ){_fba .X =_gcbe ;_fba .Y =_ecd ;return _fba ,true ,nil ;};};};for _fgae :=_ecd +1;_fgae < _abdg ;_fgae ++{_fgaa =_fgae *_eacd ; -for _dgga ,_gcbe =_fgaa ,0;_gcbe < _ggc ;_dgga ,_gcbe =_dgga +1,_gcbe +8{if _ecgf ,_fbdg =_ccdc .GetByte (_dgga );_fbdg !=nil {return _fba ,false ,_d .Wrap (_fbdg ,_geccc ,"\u0066o\u006cl\u006f\u0077\u0069\u006e\u0067\u0020\u006c\u0069\u006e\u0065\u0073"); -};if _ecgf ==0{continue ;};for _fgag =0;_fgag < 8&&_gcbe < _ggc ;_fgag ,_gcbe =_fgag +1,_gcbe +1{if _ccdc .GetPixel (_gcbe ,_fgae ){_fba .X =_gcbe ;_fba .Y =_fgae ;return _fba ,true ,nil ;};};};};return _fba ,false ,nil ;};func _fdfa (_ffgbc *Bitmap ,_gaag ,_eafe ,_eedbb ,_bcdfb int ,_dcfde RasterOperator ,_bccb *Bitmap ,_begg ,_ebcd int )error {const _dfce ="\u0072a\u0073t\u0065\u0072\u004f\u0070\u0065\u0072\u0061\u0074\u0069\u006f\u006e"; -if _ffgbc ==nil {return _d .Error (_dfce ,"\u006e\u0069\u006c\u0020\u0027\u0064\u0065\u0073\u0074\u0027\u0020\u0042i\u0074\u006d\u0061\u0070");};if _dcfde ==PixDst {return nil ;};switch _dcfde {case PixClr ,PixSet ,PixNotDst :_ebgg (_ffgbc ,_gaag ,_eafe ,_eedbb ,_bcdfb ,_dcfde ); -return nil ;};if _bccb ==nil {_ea .Log .Debug ("\u0052a\u0073\u0074e\u0072\u004f\u0070\u0065r\u0061\u0074\u0069o\u006e\u0020\u0073\u006f\u0075\u0072\u0063\u0065\u0020bi\u0074\u006d\u0061p\u0020\u0069s\u0020\u006e\u006f\u0074\u0020\u0064e\u0066\u0069n\u0065\u0064"); -return _d .Error (_dfce ,"\u006e\u0069l\u0020\u0027\u0073r\u0063\u0027\u0020\u0062\u0069\u0074\u006d\u0061\u0070");};if _afcb :=_aeeg (_ffgbc ,_gaag ,_eafe ,_eedbb ,_bcdfb ,_dcfde ,_bccb ,_begg ,_ebcd );_afcb !=nil {return _d .Wrap (_afcb ,_dfce ,"");}; -return nil ;};var MorphBC BoundaryCondition ;func (_cadb *Bitmap )thresholdPixelSum (_bdde int )bool {var (_gecg int ;_eeb uint8 ;_bfbg byte ;_ggf int ;);_afab :=_cadb .RowStride ;_bcf :=uint (_cadb .Width &0x07);if _bcf !=0{_eeb =uint8 ((0xff<<(8-_bcf ))&0xff); -_afab --;};for _dfff :=0;_dfff < _cadb .Height ;_dfff ++{for _ggf =0;_ggf < _afab ;_ggf ++{_bfbg =_cadb .Data [_dfff *_cadb .RowStride +_ggf ];_gecg +=int (_cdc [_bfbg ]);};if _bcf !=0{_bfbg =_cadb .Data [_dfff *_cadb .RowStride +_ggf ]&_eeb ;_gecg +=int (_cdc [_bfbg ]); -};if _gecg > _bdde {return true ;};};return false ;};func (_dece *byHeight )Swap (i ,j int ){_dece .Values [i ],_dece .Values [j ]=_dece .Values [j ],_dece .Values [i ];if _dece .Boxes !=nil {_dece .Boxes [i ],_dece .Boxes [j ]=_dece .Boxes [j ],_dece .Boxes [i ]; -};};const (PixSrc RasterOperator =0xc;PixDst RasterOperator =0xa;PixNotSrc RasterOperator =0x3;PixNotDst RasterOperator =0x5;PixClr RasterOperator =0x0;PixSet RasterOperator =0xf;PixSrcOrDst RasterOperator =0xe;PixSrcAndDst RasterOperator =0x8;PixSrcXorDst RasterOperator =0x6; -PixNotSrcOrDst RasterOperator =0xb;PixNotSrcAndDst RasterOperator =0x2;PixSrcOrNotDst RasterOperator =0xd;PixSrcAndNotDst RasterOperator =0x4;PixNotPixSrcOrDst RasterOperator =0x1;PixNotPixSrcAndDst RasterOperator =0x7;PixNotPixSrcXorDst RasterOperator =0x9; -PixPaint =PixSrcOrDst ;PixSubtract =PixNotSrcAndDst ;PixMask =PixSrcAndDst ;);func (_cgec *ClassedPoints )GetIntYByClass (i int )(int ,error ){const _bag ="\u0043\u006c\u0061\u0073s\u0065\u0064\u0050\u006f\u0069\u006e\u0074\u0073\u002e\u0047e\u0074I\u006e\u0074\u0059\u0042\u0079\u0043\u006ca\u0073\u0073"; -if i >=_cgec .IntSlice .Size (){return 0,_d .Errorf (_bag ,"\u0069\u003a\u0020\u0027\u0025\u0064\u0027 \u0069\u0073\u0020o\u0075\u0074\u0020\u006ff\u0020\u0074\u0068\u0065\u0020\u0072\u0061\u006e\u0067\u0065\u0020\u006f\u0066\u0020\u0074\u0068\u0065\u0020\u0049\u006e\u0074\u0053\u006c\u0069\u0063\u0065",i ); -};return int (_cgec .YAtIndex (i )),nil ;};func NewWithData (width ,height int ,data []byte )(*Bitmap ,error ){const _aadc ="N\u0065\u0077\u0057\u0069\u0074\u0068\u0044\u0061\u0074\u0061";_dgdc :=_afge (width ,height );_dgdc .Data =data ;if len (data )< height *_dgdc .RowStride {return nil ,_d .Errorf (_aadc ,"\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0064\u0061\u0074\u0061\u0020l\u0065\u006e\u0067\u0074\u0068\u003a \u0025\u0064\u0020\u002d\u0020\u0073\u0068\u006f\u0075\u006c\u0064\u0020\u0062e\u003a\u0020\u0025\u0064",len (data ),height *_dgdc .RowStride ); -};return _dgdc ,nil ;};func _gdfe (_fadgc ,_ggbf *Bitmap ,_gcgc *Selection )(*Bitmap ,error ){const _bee ="\u006f\u0070\u0065\u006e";var _beee error ;_fadgc ,_beee =_eeed (_fadgc ,_ggbf ,_gcgc );if _beee !=nil {return nil ,_d .Wrap (_beee ,_bee ,"");}; -_eba ,_beee :=_agbc (nil ,_ggbf ,_gcgc );if _beee !=nil {return nil ,_d .Wrap (_beee ,_bee ,"");};_ ,_beee =_aef (_fadgc ,_eba ,_gcgc );if _beee !=nil {return nil ,_d .Wrap (_beee ,_bee ,"");};return _fadgc ,nil ;};type Component int ;func New (width ,height int )*Bitmap {_gab :=_afge (width ,height ); -_gab .Data =make ([]byte ,height *_gab .RowStride );return _gab ;};func (_efb *Bitmap )removeBorderGeneral (_fcbd ,_facag ,_efga ,_gae int )(*Bitmap ,error ){const _ebfcb ="\u0072\u0065\u006d\u006fve\u0042\u006f\u0072\u0064\u0065\u0072\u0047\u0065\u006e\u0065\u0072\u0061\u006c"; -if _fcbd < 0||_facag < 0||_efga < 0||_gae < 0{return nil ,_d .Error (_ebfcb ,"\u006e\u0065g\u0061\u0074\u0069\u0076\u0065\u0020\u0062\u0072\u006f\u0064\u0065\u0072\u0020\u0072\u0065\u006d\u006f\u0076\u0065\u0020\u0076\u0061lu\u0065\u0073");};_eded ,_gfb :=_efb .Width ,_efb .Height ; -_ccf :=_eded -_fcbd -_facag ;_gca :=_gfb -_efga -_gae ;if _ccf <=0{return nil ,_d .Errorf (_ebfcb ,"w\u0069\u0064\u0074\u0068: \u0025d\u0020\u006d\u0075\u0073\u0074 \u0062\u0065\u0020\u003e\u0020\u0030",_ccf );};if _gca <=0{return nil ,_d .Errorf (_ebfcb ,"\u0068\u0065\u0069\u0067ht\u003a\u0020\u0025\u0064\u0020\u006d\u0075\u0073\u0074\u0020\u0062\u0065\u0020\u003e \u0030",_gca ); -};_ccb :=New (_ccf ,_gca );_ccb .Color =_efb .Color ;_dfef :=_ccb .RasterOperation (0,0,_ccf ,_gca ,PixSrc ,_efb ,_fcbd ,_efga );if _dfef !=nil {return nil ,_d .Wrap (_dfef ,_ebfcb ,"");};return _ccb ,nil ;};type Bitmap struct{Width ,Height int ;BitmapNumber int ; -RowStride int ;Data []byte ;Color Color ;Special int ;Text string ;XResolution ,YResolution int ;};type SelectionValue int ;func TstWSymbol (t *_da .T ,scale ...int )*Bitmap {_dcafeg ,_bgeb :=NewWithData (5,5,[]byte {0x88,0x88,0xA8,0xD8,0x88});_dc .NoError (t ,_bgeb ); -return TstGetScaledSymbol (t ,_dcafeg ,scale ...);};func (_bacg *Selection )setOrigin (_ebddb ,_bggd int ){_bacg .Cy ,_bacg .Cx =_ebddb ,_bggd };func TstWriteSymbols (t *_da .T ,bms *Bitmaps ,src *Bitmap ){for _cabg :=0;_cabg < bms .Size ();_cabg ++{_abafe :=bms .Values [_cabg ]; -_becf :=bms .Boxes [_cabg ];_feeb :=src .RasterOperation (_becf .Min .X ,_becf .Min .Y ,_abafe .Width ,_abafe .Height ,PixSrc ,_abafe ,0,0);_dc .NoError (t ,_feeb );};};func _cedg (_dbdg ,_dag *Bitmap ,_eggc ,_fgde ,_fca ,_gagbd ,_aaae ,_agec ,_eedbd ,_dbabd int ,_bfdb CombinationOperator )error {var _ecb int ; -_faedf :=func (){_ecb ++;_fca +=_dag .RowStride ;_gagbd +=_dbdg .RowStride ;_aaae +=_dbdg .RowStride };for _ecb =_eggc ;_ecb < _fgde ;_faedf (){var _ggba uint16 ;_egd :=_fca ;for _ccee :=_gagbd ;_ccee <=_aaae ;_ccee ++{_bgee ,_aede :=_dag .GetByte (_egd ); -if _aede !=nil {return _aede ;};_adfd ,_aede :=_dbdg .GetByte (_ccee );if _aede !=nil {return _aede ;};_ggba =(_ggba |uint16 (_adfd ))<>8);if _ccee ==_aaae {_adfd =_gcc (uint (_agec ),_adfd );};if _aede =_dag .SetByte (_egd ,_adda (_bgee ,_adfd ,_bfdb )); -_aede !=nil {return _aede ;};_egd ++;_ggba <<=uint (_eedbd );};};return nil ;};func _cbac (_efgcf *Bitmap ,_ggfg int )(*Bitmap ,error ){const _aedea ="\u0065x\u0070a\u006e\u0064\u0052\u0065\u0070\u006c\u0069\u0063\u0061\u0074\u0065";if _efgcf ==nil {return nil ,_d .Error (_aedea ,"\u0073o\u0075r\u0063\u0065\u0020\u006e\u006ft\u0020\u0064e\u0066\u0069\u006e\u0065\u0064"); -};if _ggfg <=0{return nil ,_d .Error (_aedea ,"i\u006e\u0076\u0061\u006cid\u0020f\u0061\u0063\u0074\u006f\u0072 \u002d\u0020\u003c\u003d\u0020\u0030");};if _ggfg ==1{_gba ,_eeabe :=_bce (nil ,_efgcf );if _eeabe !=nil {return nil ,_d .Wrap (_eeabe ,_aedea ,"\u0066\u0061\u0063\u0074\u006f\u0072\u0020\u003d\u0020\u0031"); -};return _gba ,nil ;};_agcd ,_ecgde :=_cgf (_efgcf ,_ggfg ,_ggfg );if _ecgde !=nil {return nil ,_d .Wrap (_ecgde ,_aedea ,"");};return _agcd ,nil ;};func TstPSymbol (t *_da .T )*Bitmap {t .Helper ();_gadac :=New (5,8);_dc .NoError (t ,_gadac .SetPixel (0,0,1)); -_dc .NoError (t ,_gadac .SetPixel (1,0,1));_dc .NoError (t ,_gadac .SetPixel (2,0,1));_dc .NoError (t ,_gadac .SetPixel (3,0,1));_dc .NoError (t ,_gadac .SetPixel (4,1,1));_dc .NoError (t ,_gadac .SetPixel (0,1,1));_dc .NoError (t ,_gadac .SetPixel (4,2,1)); -_dc .NoError (t ,_gadac .SetPixel (0,2,1));_dc .NoError (t ,_gadac .SetPixel (4,3,1));_dc .NoError (t ,_gadac .SetPixel (0,3,1));_dc .NoError (t ,_gadac .SetPixel (0,4,1));_dc .NoError (t ,_gadac .SetPixel (1,4,1));_dc .NoError (t ,_gadac .SetPixel (2,4,1)); -_dc .NoError (t ,_gadac .SetPixel (3,4,1));_dc .NoError (t ,_gadac .SetPixel (0,5,1));_dc .NoError (t ,_gadac .SetPixel (0,6,1));_dc .NoError (t ,_gadac .SetPixel (0,7,1));return _gadac ;};func (_fegc *Points )AddPoint (x ,y float32 ){*_fegc =append (*_fegc ,Point {x ,y })}; -func (_cgge *Bitmap )GetByteIndex (x ,y int )int {return y *_cgge .RowStride +(x >>3)};func (_bebad *Bitmaps )SortByHeight (){_facfb :=(*byHeight )(_bebad );_a .Sort (_facfb )};func _edbfd (_afba ...MorphProcess )(_gcgf error ){const _cbgg ="v\u0065r\u0069\u0066\u0079\u004d\u006f\u0072\u0070\u0068P\u0072\u006f\u0063\u0065ss\u0065\u0073"; -var _cabdd ,_gaead int ;for _acca ,_gcfc :=range _afba {if _gcgf =_gcfc .verify (_acca ,&_cabdd ,&_gaead );_gcgf !=nil {return _d .Wrap (_gcgf ,_cbgg ,"");};};if _gaead !=0&&_cabdd !=0{return _d .Error (_cbgg ,"\u004d\u006f\u0072\u0070\u0068\u0020\u0073\u0065\u0071\u0075\u0065n\u0063\u0065\u0020\u002d\u0020\u0062\u006f\u0072d\u0065r\u0020\u0061\u0064\u0064\u0065\u0064\u0020\u0062\u0075\u0074\u0020\u006e\u0065\u0074\u0020\u0072\u0065\u0064u\u0063\u0074\u0069\u006f\u006e\u0020\u006e\u006f\u0074\u0020\u0030"); -};return nil ;};func (_baddd Points )GetIntX (i int )(int ,error ){if i >=len (_baddd ){return 0,_d .Errorf ("\u0050\u006f\u0069\u006e\u0074\u0073\u002e\u0047\u0065t\u0049\u006e\u0074\u0058","\u0069n\u0064\u0065\u0078\u003a\u0020\u0027\u0025\u0064\u0027\u0020\u006fu\u0074\u0020\u006f\u0066\u0020\u0072\u0061\u006e\u0067\u0065",i ); -};return int (_baddd [i ].X ),nil ;};func _ddab (_dgafc *Bitmap ,_aegf ,_ddbfd ,_ecef ,_affb int ,_dfdd RasterOperator ,_gebb *Bitmap ,_bfda ,_ffed int )error {var (_ebcfd byte ;_caec int ;_ccgb int ;_fbda ,_cfaab int ;_cfgd ,_fdaf int ;);_gbcc :=_ecef >>3; -_fdfee :=_ecef &7;if _fdfee > 0{_ebcfd =_fada [_fdfee ];};_caec =_gebb .RowStride *_ffed +(_bfda >>3);_ccgb =_dgafc .RowStride *_ddbfd +(_aegf >>3);switch _dfdd {case PixSrc :for _cfgd =0;_cfgd < _affb ;_cfgd ++{_fbda =_caec +_cfgd *_gebb .RowStride ;_cfaab =_ccgb +_cfgd *_dgafc .RowStride ; -for _fdaf =0;_fdaf < _gbcc ;_fdaf ++{_dgafc .Data [_cfaab ]=_gebb .Data [_fbda ];_cfaab ++;_fbda ++;};if _fdfee > 0{_dgafc .Data [_cfaab ]=_efee (_dgafc .Data [_cfaab ],_gebb .Data [_fbda ],_ebcfd );};};case PixNotSrc :for _cfgd =0;_cfgd < _affb ;_cfgd ++{_fbda =_caec +_cfgd *_gebb .RowStride ; -_cfaab =_ccgb +_cfgd *_dgafc .RowStride ;for _fdaf =0;_fdaf < _gbcc ;_fdaf ++{_dgafc .Data [_cfaab ]=^(_gebb .Data [_fbda ]);_cfaab ++;_fbda ++;};if _fdfee > 0{_dgafc .Data [_cfaab ]=_efee (_dgafc .Data [_cfaab ],^_gebb .Data [_fbda ],_ebcfd );};};case PixSrcOrDst :for _cfgd =0; -_cfgd < _affb ;_cfgd ++{_fbda =_caec +_cfgd *_gebb .RowStride ;_cfaab =_ccgb +_cfgd *_dgafc .RowStride ;for _fdaf =0;_fdaf < _gbcc ;_fdaf ++{_dgafc .Data [_cfaab ]|=_gebb .Data [_fbda ];_cfaab ++;_fbda ++;};if _fdfee > 0{_dgafc .Data [_cfaab ]=_efee (_dgafc .Data [_cfaab ],_gebb .Data [_fbda ]|_dgafc .Data [_cfaab ],_ebcfd ); -};};case PixSrcAndDst :for _cfgd =0;_cfgd < _affb ;_cfgd ++{_fbda =_caec +_cfgd *_gebb .RowStride ;_cfaab =_ccgb +_cfgd *_dgafc .RowStride ;for _fdaf =0;_fdaf < _gbcc ;_fdaf ++{_dgafc .Data [_cfaab ]&=_gebb .Data [_fbda ];_cfaab ++;_fbda ++;};if _fdfee > 0{_dgafc .Data [_cfaab ]=_efee (_dgafc .Data [_cfaab ],_gebb .Data [_fbda ]&_dgafc .Data [_cfaab ],_ebcfd ); -};};case PixSrcXorDst :for _cfgd =0;_cfgd < _affb ;_cfgd ++{_fbda =_caec +_cfgd *_gebb .RowStride ;_cfaab =_ccgb +_cfgd *_dgafc .RowStride ;for _fdaf =0;_fdaf < _gbcc ;_fdaf ++{_dgafc .Data [_cfaab ]^=_gebb .Data [_fbda ];_cfaab ++;_fbda ++;};if _fdfee > 0{_dgafc .Data [_cfaab ]=_efee (_dgafc .Data [_cfaab ],_gebb .Data [_fbda ]^_dgafc .Data [_cfaab ],_ebcfd ); -};};case PixNotSrcOrDst :for _cfgd =0;_cfgd < _affb ;_cfgd ++{_fbda =_caec +_cfgd *_gebb .RowStride ;_cfaab =_ccgb +_cfgd *_dgafc .RowStride ;for _fdaf =0;_fdaf < _gbcc ;_fdaf ++{_dgafc .Data [_cfaab ]|=^(_gebb .Data [_fbda ]);_cfaab ++;_fbda ++;};if _fdfee > 0{_dgafc .Data [_cfaab ]=_efee (_dgafc .Data [_cfaab ],^(_gebb .Data [_fbda ])|_dgafc .Data [_cfaab ],_ebcfd ); -};};case PixNotSrcAndDst :for _cfgd =0;_cfgd < _affb ;_cfgd ++{_fbda =_caec +_cfgd *_gebb .RowStride ;_cfaab =_ccgb +_cfgd *_dgafc .RowStride ;for _fdaf =0;_fdaf < _gbcc ;_fdaf ++{_dgafc .Data [_cfaab ]&=^(_gebb .Data [_fbda ]);_cfaab ++;_fbda ++;};if _fdfee > 0{_dgafc .Data [_cfaab ]=_efee (_dgafc .Data [_cfaab ],^(_gebb .Data [_fbda ])&_dgafc .Data [_cfaab ],_ebcfd ); -};};case PixSrcOrNotDst :for _cfgd =0;_cfgd < _affb ;_cfgd ++{_fbda =_caec +_cfgd *_gebb .RowStride ;_cfaab =_ccgb +_cfgd *_dgafc .RowStride ;for _fdaf =0;_fdaf < _gbcc ;_fdaf ++{_dgafc .Data [_cfaab ]=_gebb .Data [_fbda ]|^(_dgafc .Data [_cfaab ]);_cfaab ++; -_fbda ++;};if _fdfee > 0{_dgafc .Data [_cfaab ]=_efee (_dgafc .Data [_cfaab ],_gebb .Data [_fbda ]|^(_dgafc .Data [_cfaab ]),_ebcfd );};};case PixSrcAndNotDst :for _cfgd =0;_cfgd < _affb ;_cfgd ++{_fbda =_caec +_cfgd *_gebb .RowStride ;_cfaab =_ccgb +_cfgd *_dgafc .RowStride ; -for _fdaf =0;_fdaf < _gbcc ;_fdaf ++{_dgafc .Data [_cfaab ]=_gebb .Data [_fbda ]&^(_dgafc .Data [_cfaab ]);_cfaab ++;_fbda ++;};if _fdfee > 0{_dgafc .Data [_cfaab ]=_efee (_dgafc .Data [_cfaab ],_gebb .Data [_fbda ]&^(_dgafc .Data [_cfaab ]),_ebcfd );}; -};case PixNotPixSrcOrDst :for _cfgd =0;_cfgd < _affb ;_cfgd ++{_fbda =_caec +_cfgd *_gebb .RowStride ;_cfaab =_ccgb +_cfgd *_dgafc .RowStride ;for _fdaf =0;_fdaf < _gbcc ;_fdaf ++{_dgafc .Data [_cfaab ]=^(_gebb .Data [_fbda ]|_dgafc .Data [_cfaab ]);_cfaab ++; -_fbda ++;};if _fdfee > 0{_dgafc .Data [_cfaab ]=_efee (_dgafc .Data [_cfaab ],^(_gebb .Data [_fbda ]|_dgafc .Data [_cfaab ]),_ebcfd );};};case PixNotPixSrcAndDst :for _cfgd =0;_cfgd < _affb ;_cfgd ++{_fbda =_caec +_cfgd *_gebb .RowStride ;_cfaab =_ccgb +_cfgd *_dgafc .RowStride ; -for _fdaf =0;_fdaf < _gbcc ;_fdaf ++{_dgafc .Data [_cfaab ]=^(_gebb .Data [_fbda ]&_dgafc .Data [_cfaab ]);_cfaab ++;_fbda ++;};if _fdfee > 0{_dgafc .Data [_cfaab ]=_efee (_dgafc .Data [_cfaab ],^(_gebb .Data [_fbda ]&_dgafc .Data [_cfaab ]),_ebcfd );}; -};case PixNotPixSrcXorDst :for _cfgd =0;_cfgd < _affb ;_cfgd ++{_fbda =_caec +_cfgd *_gebb .RowStride ;_cfaab =_ccgb +_cfgd *_dgafc .RowStride ;for _fdaf =0;_fdaf < _gbcc ;_fdaf ++{_dgafc .Data [_cfaab ]=^(_gebb .Data [_fbda ]^_dgafc .Data [_cfaab ]);_cfaab ++; -_fbda ++;};if _fdfee > 0{_dgafc .Data [_cfaab ]=_efee (_dgafc .Data [_cfaab ],^(_gebb .Data [_fbda ]^_dgafc .Data [_cfaab ]),_ebcfd );};};default:_ea .Log .Debug ("\u0050\u0072ov\u0069\u0064\u0065d\u0020\u0069\u006e\u0076ali\u0064 r\u0061\u0073\u0074\u0065\u0072\u0020\u006fpe\u0072\u0061\u0074\u006f\u0072\u003a\u0020%\u0076",_dfdd ); -return _d .Error ("\u0072\u0061\u0073\u0074er\u004f\u0070\u0042\u0079\u0074\u0065\u0041\u006c\u0069\u0067\u006e\u0065\u0064\u004co\u0077","\u0069\u006e\u0076al\u0069\u0064\u0020\u0072\u0061\u0073\u0074\u0065\u0072\u0020\u006f\u0070\u0065\u0072\u0061\u0074\u006f\u0072"); -};return nil ;};func (_faba *Bitmaps )makeSizeIndicator (_abfc ,_dcea int ,_dfgeg LocationFilter ,_gced SizeComparison )(_dacg *_b .NumSlice ,_ggbc error ){const _fbdd ="\u0042i\u0074\u006d\u0061\u0070s\u002e\u006d\u0061\u006b\u0065S\u0069z\u0065I\u006e\u0064\u0069\u0063\u0061\u0074\u006fr"; -if _faba ==nil {return nil ,_d .Error (_fbdd ,"\u0062\u0069\u0074ma\u0070\u0073\u0020\u0027\u0062\u0027\u0020\u006e\u006f\u0074\u0020\u0064\u0065\u0066\u0069\u006e\u0065\u0064");};switch _dfgeg {case LocSelectWidth ,LocSelectHeight ,LocSelectIfEither ,LocSelectIfBoth :default:return nil ,_d .Errorf (_fbdd ,"\u0070\u0072\u006f\u0076\u0069d\u0065\u0064\u0020\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u006c\u006fc\u0061\u0074\u0069\u006f\u006e\u0020\u0066\u0069\u006c\u0074\u0065\u0072\u0020\u0074\u0079\u0070\u0065\u003a\u0020\u0025\u0064",_dfgeg ); -};switch _gced {case SizeSelectIfLT ,SizeSelectIfGT ,SizeSelectIfLTE ,SizeSelectIfGTE ,SizeSelectIfEQ :default:return nil ,_d .Errorf (_fbdd ,"\u0069\u006e\u0076\u0061li\u0064\u0020\u0072\u0065\u006c\u0061\u0074\u0069\u006f\u006e\u003a\u0020\u0027\u0025d\u0027",_gced ); -};_dacg =&_b .NumSlice {};var (_ecdag ,_acde ,_ffbag int ;_dcaba *Bitmap ;);for _ ,_dcaba =range _faba .Values {_ecdag =0;_acde ,_ffbag =_dcaba .Width ,_dcaba .Height ;switch _dfgeg {case LocSelectWidth :if (_gced ==SizeSelectIfLT &&_acde < _abfc )||(_gced ==SizeSelectIfGT &&_acde > _abfc )||(_gced ==SizeSelectIfLTE &&_acde <=_abfc )||(_gced ==SizeSelectIfGTE &&_acde >=_abfc )||(_gced ==SizeSelectIfEQ &&_acde ==_abfc ){_ecdag =1; -};case LocSelectHeight :if (_gced ==SizeSelectIfLT &&_ffbag < _dcea )||(_gced ==SizeSelectIfGT &&_ffbag > _dcea )||(_gced ==SizeSelectIfLTE &&_ffbag <=_dcea )||(_gced ==SizeSelectIfGTE &&_ffbag >=_dcea )||(_gced ==SizeSelectIfEQ &&_ffbag ==_dcea ){_ecdag =1; -};case LocSelectIfEither :if (_gced ==SizeSelectIfLT &&(_acde < _abfc ||_ffbag < _dcea ))||(_gced ==SizeSelectIfGT &&(_acde > _abfc ||_ffbag > _dcea ))||(_gced ==SizeSelectIfLTE &&(_acde <=_abfc ||_ffbag <=_dcea ))||(_gced ==SizeSelectIfGTE &&(_acde >=_abfc ||_ffbag >=_dcea ))||(_gced ==SizeSelectIfEQ &&(_acde ==_abfc ||_ffbag ==_dcea )){_ecdag =1; -};case LocSelectIfBoth :if (_gced ==SizeSelectIfLT &&(_acde < _abfc &&_ffbag < _dcea ))||(_gced ==SizeSelectIfGT &&(_acde > _abfc &&_ffbag > _dcea ))||(_gced ==SizeSelectIfLTE &&(_acde <=_abfc &&_ffbag <=_dcea ))||(_gced ==SizeSelectIfGTE &&(_acde >=_abfc &&_ffbag >=_dcea ))||(_gced ==SizeSelectIfEQ &&(_acde ==_abfc &&_ffbag ==_dcea )){_ecdag =1; -};};_dacg .AddInt (_ecdag );};return _dacg ,nil ;};func _cfa (_aeb ,_efg *Bitmap )(_g error ){const _ec ="\u0065\u0078\u0070\u0061nd\u0042\u0069\u006e\u0061\u0072\u0079\u0046\u0061\u0063\u0074\u006f\u0072\u0034";_gc :=_efg .RowStride ;_gf :=_aeb .RowStride ; -_bc :=_efg .RowStride *4-_aeb .RowStride ;var (_fd ,_eca byte ;_fc uint32 ;_cbf ,_gg ,_cfab ,_ga ,_ac ,_cg ,_bcd int ;);for _cfab =0;_cfab < _efg .Height ;_cfab ++{_cbf =_cfab *_gc ;_gg =4*_cfab *_gf ;for _ga =0;_ga < _gc ;_ga ++{_fd =_efg .Data [_cbf +_ga ]; -_fc =_degf [_fd ];_cg =_gg +_ga *4;if _bc !=0&&(_ga +1)*4> _aeb .RowStride {for _ac =_bc ;_ac > 0;_ac --{_eca =byte ((_fc >>uint (_ac *8))&0xff);_bcd =_cg +(_bc -_ac );if _g =_aeb .SetByte (_bcd ,_eca );_g !=nil {return _d .Wrapf (_g ,_ec ,"D\u0069\u0066\u0066\u0065\u0072\u0065n\u0074\u0020\u0072\u006f\u0077\u0073\u0074\u0072\u0069d\u0065\u0073\u002e \u004b:\u0020\u0025\u0064",_ac ); -};};}else if _g =_aeb .setFourBytes (_cg ,_fc );_g !=nil {return _d .Wrap (_g ,_ec ,"");};if _g =_aeb .setFourBytes (_gg +_ga *4,_degf [_efg .Data [_cbf +_ga ]]);_g !=nil {return _d .Wrap (_g ,_ec ,"");};};for _ac =1;_ac < 4;_ac ++{for _ga =0;_ga < _gf ; -_ga ++{if _g =_aeb .SetByte (_gg +_ac *_gf +_ga ,_aeb .Data [_gg +_ga ]);_g !=nil {return _d .Wrapf (_g ,_ec ,"\u0063\u006f\u0070\u0079\u0020\u0027\u0071\u0075\u0061\u0064\u0072\u0061\u0062l\u0065\u0027\u0020\u006c\u0069\u006ee\u003a\u0020\u0027\u0025\u0064\u0027\u002c\u0020\u0062\u0079\u0074\u0065\u003a \u0027\u0025\u0064\u0027",_ac ,_ga ); -};};};};return nil ;};var (_bfgad *Bitmap ;_edcgg *Bitmap ;);type CombinationOperator int ;func _adda (_aeee ,_ecda byte ,_egfb CombinationOperator )byte {switch _egfb {case CmbOpOr :return _ecda |_aeee ;case CmbOpAnd :return _ecda &_aeee ;case CmbOpXor :return _ecda ^_aeee ; -case CmbOpXNor :return ^(_ecda ^_aeee );case CmbOpNot :return ^(_ecda );default:return _ecda ;};};func TstDSymbol (t *_da .T ,scale ...int )*Bitmap {_cega ,_cbdg :=NewWithData (4,5,[]byte {0xf0,0x90,0x90,0x90,0xE0});_dc .NoError (t ,_cbdg );return TstGetScaledSymbol (t ,_cega ,scale ...); -};func _dfg ()(_aaf [256]uint32 ){for _gec :=0;_gec < 256;_gec ++{if _gec &0x01!=0{_aaf [_gec ]|=0xf;};if _gec &0x02!=0{_aaf [_gec ]|=0xf0;};if _gec &0x04!=0{_aaf [_gec ]|=0xf00;};if _gec &0x08!=0{_aaf [_gec ]|=0xf000;};if _gec &0x10!=0{_aaf [_gec ]|=0xf0000; -};if _gec &0x20!=0{_aaf [_gec ]|=0xf00000;};if _gec &0x40!=0{_aaf [_gec ]|=0xf000000;};if _gec &0x80!=0{_aaf [_gec ]|=0xf0000000;};};return _aaf ;};func _age (_cceg ,_cadbb *Bitmap ,_eegf ,_edbd ,_gbgf ,_ccce ,_edeb ,_dfa ,_bgf ,_fbf int ,_fcbc CombinationOperator ,_gfcc int )error {var _eadc int ; -_gegf :=func (){_eadc ++;_gbgf +=_cadbb .RowStride ;_ccce +=_cceg .RowStride ;_edeb +=_cceg .RowStride };for _eadc =_eegf ;_eadc < _edbd ;_gegf (){var _dgb uint16 ;_gbcgf :=_gbgf ;for _deac :=_ccce ;_deac <=_edeb ;_deac ++{_ebddd ,_cgfc :=_cadbb .GetByte (_gbcgf ); -if _cgfc !=nil {return _cgfc ;};_cfge ,_cgfc :=_cceg .GetByte (_deac );if _cgfc !=nil {return _cgfc ;};_dgb =(_dgb |(uint16 (_cfge )&0xff))<>8);if _cgfc =_cadbb .SetByte (_gbcgf ,_adda (_ebddd ,_cfge ,_fcbc ));_cgfc !=nil {return _cgfc ; -};_gbcgf ++;_dgb <<=uint (_bgf );if _deac ==_edeb {_cfge =byte (_dgb >>(8-uint8 (_fbf )));if _gfcc !=0{_cfge =_gcc (uint (8+_dfa ),_cfge );};_ebddd ,_cgfc =_cadbb .GetByte (_gbcgf );if _cgfc !=nil {return _cgfc ;};if _cgfc =_cadbb .SetByte (_gbcgf ,_adda (_ebddd ,_cfge ,_fcbc )); -_cgfc !=nil {return _cgfc ;};};};};return nil ;};func (_bbge *Bitmaps )selectByIndexes (_cafc []int )(*Bitmaps ,error ){_fbaae :=&Bitmaps {};for _ ,_fcdg :=range _cafc {_dfca ,_dbgae :=_bbge .GetBitmap (_fcdg );if _dbgae !=nil {return nil ,_d .Wrap (_dbgae ,"\u0073e\u006ce\u0063\u0074\u0042\u0079\u0049\u006e\u0064\u0065\u0078\u0065\u0073",""); -};_fbaae .AddBitmap (_dfca );};return _fbaae ,nil ;};func _ce (_fbb *Bitmap ,_ced *Bitmap ,_bd int )(_dfe error ){const _fbe ="e\u0078\u0070\u0061\u006edB\u0069n\u0061\u0072\u0079\u0050\u006fw\u0065\u0072\u0032\u004c\u006f\u0077";switch _bd {case 2:_dfe =_cb (_fbb ,_ced ); -case 4:_dfe =_cfa (_fbb ,_ced );case 8:_dfe =_edbe (_fbb ,_ced );default:return _d .Error (_fbe ,"\u0065\u0078p\u0061\u006e\u0073\u0069o\u006e\u0020f\u0061\u0063\u0074\u006f\u0072\u0020\u006e\u006ft\u0020\u0069\u006e\u0020\u007b\u0032\u002c\u0034\u002c\u0038\u007d\u0020r\u0061\u006e\u0067\u0065"); -};if _dfe !=nil {_dfe =_d .Wrap (_dfe ,_fbe ,"");};return _dfe ;};func (_deece *Bitmaps )GetBox (i int )(*_fb .Rectangle ,error ){const _eabd ="\u0047\u0065\u0074\u0042\u006f\u0078";if _deece ==nil {return nil ,_d .Error (_eabd ,"\u0070\u0072\u006f\u0076id\u0065\u0064\u0020\u006e\u0069\u006c\u0020\u0027\u0042\u0069\u0074\u006d\u0061\u0070s\u0027"); -};if i > len (_deece .Boxes )-1{return nil ,_d .Errorf (_eabd ,"\u0069n\u0064\u0065\u0078\u003a\u0020\u0027\u0025\u0064\u0027\u0020\u006fu\u0074\u0020\u006f\u0066\u0020\u0072\u0061\u006e\u0067\u0065",i );};return _deece .Boxes [i ],nil ;};func _cgf (_ead *Bitmap ,_ge ,_dgc int )(*Bitmap ,error ){const _aa ="e\u0078\u0070\u0061\u006edB\u0069n\u0061\u0072\u0079\u0052\u0065p\u006c\u0069\u0063\u0061\u0074\u0065"; -if _ead ==nil {return nil ,_d .Error (_aa ,"\u0073o\u0075r\u0063\u0065\u0020\u006e\u006ft\u0020\u0064e\u0066\u0069\u006e\u0065\u0064");};if _ge <=0||_dgc <=0{return nil ,_d .Error (_aa ,"\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0073\u0063\u0061l\u0065\u0020\u0066\u0061\u0063\u0074\u006f\u0072\u003a\u0020<\u003d\u0020\u0030"); -};if _ge ==_dgc {if _ge ==1{_cgfa ,_gbb :=_bce (nil ,_ead );if _gbb !=nil {return nil ,_d .Wrap (_gbb ,_aa ,"\u0078\u0046\u0061\u0063\u0074\u0020\u003d\u003d\u0020y\u0046\u0061\u0063\u0074");};return _cgfa ,nil ;};if _ge ==2||_ge ==4||_ge ==8{_dab ,_cd :=_fcb (_ead ,_ge ); -if _cd !=nil {return nil ,_d .Wrap (_cd ,_aa ,"\u0078\u0046a\u0063\u0074\u0020i\u006e\u0020\u007b\u0032\u002c\u0034\u002c\u0038\u007d");};return _dab ,nil ;};};_beb :=_ge *_ead .Width ;_dbd :=_dgc *_ead .Height ;_efe :=New (_beb ,_dbd );_dca :=_efe .RowStride ; -var (_dae ,_dcaf ,_gd ,_dd ,_ecag int ;_dbf byte ;_cedc error ;);for _dcaf =0;_dcaf < _ead .Height ;_dcaf ++{_dae =_dgc *_dcaf *_dca ;for _gd =0;_gd < _ead .Width ;_gd ++{if _bff :=_ead .GetPixel (_gd ,_dcaf );_bff {_ecag =_ge *_gd ;for _dd =0;_dd < _ge ; -_dd ++{_efe .setBit (_dae *8+_ecag +_dd );};};};for _dd =1;_dd < _dgc ;_dd ++{_faca :=_dae +_dd *_dca ;for _cec :=0;_cec < _dca ;_cec ++{if _dbf ,_cedc =_efe .GetByte (_dae +_cec );_cedc !=nil {return nil ,_d .Wrapf (_cedc ,_aa ,"\u0072\u0065\u0070\u006cic\u0061\u0074\u0069\u006e\u0067\u0020\u006c\u0069\u006e\u0065\u003a\u0020\u0027\u0025d\u0027",_dd ); -};if _cedc =_efe .SetByte (_faca +_cec ,_dbf );_cedc !=nil {return nil ,_d .Wrap (_cedc ,_aa ,"\u0053\u0065\u0074\u0074in\u0067\u0020\u0062\u0079\u0074\u0065\u0020\u0066\u0061\u0069\u006c\u0065\u0064");};};};};return _efe ,nil ;};type Points []Point ;var (_fada =[]byte {0x00,0x80,0xC0,0xE0,0xF0,0xF8,0xFC,0xFE,0xFF}; -_eaec =[]byte {0x00,0x01,0x03,0x07,0x0F,0x1F,0x3F,0x7F,0xFF};);func _fcb (_dcf *Bitmap ,_ebb int )(*Bitmap ,error ){const _dee ="\u0065x\u0070a\u006e\u0064\u0042\u0069\u006ea\u0072\u0079P\u006f\u0077\u0065\u0072\u0032";if _dcf ==nil {return nil ,_d .Error (_dee ,"\u0073o\u0075r\u0063\u0065\u0020\u006e\u006ft\u0020\u0064e\u0066\u0069\u006e\u0065\u0064"); -};if _ebb ==1{return _bce (nil ,_dcf );};if _ebb !=2&&_ebb !=4&&_ebb !=8{return nil ,_d .Error (_dee ,"\u0066\u0061\u0063t\u006f\u0072\u0020\u006du\u0073\u0074\u0020\u0062\u0065\u0020\u0069n\u0020\u007b\u0032\u002c\u0034\u002c\u0038\u007d\u0020\u0072\u0061\u006e\u0067\u0065"); -};_ebd :=_ebb *_dcf .Width ;_ebg :=_ebb *_dcf .Height ;_gb :=New (_ebd ,_ebg );var _dad error ;switch _ebb {case 2:_dad =_cb (_gb ,_dcf );case 4:_dad =_cfa (_gb ,_dcf );case 8:_dad =_edbe (_gb ,_dcf );};if _dad !=nil {return nil ,_d .Wrap (_dad ,_dee ,""); -};return _gb ,nil ;};func TstFrameBitmap ()*Bitmap {return _bfgad .Copy ()};const (_fdef shift =iota ;_aage ;);func _gagbb (_agee ,_cfebb *Bitmap ,_adbe ,_agf int )(*Bitmap ,error ){const _bcad ="\u0063\u006c\u006f\u0073\u0065\u0042\u0072\u0069\u0063\u006b"; -if _cfebb ==nil {return nil ,_d .Error (_bcad ,"\u0073o\u0075r\u0063\u0065\u0020\u006e\u006ft\u0020\u0064e\u0066\u0069\u006e\u0065\u0064");};if _adbe < 1||_agf < 1{return nil ,_d .Error (_bcad ,"\u0068S\u0069\u007a\u0065\u0020\u0061\u006e\u0064\u0020\u0076\u0053\u0069z\u0065\u0020\u006e\u006f\u0074\u0020\u003e\u003d\u0020\u0031"); -};if _adbe ==1&&_agf ==1{return _cfebb .Copy (),nil ;};if _adbe ==1||_agf ==1{_cgee :=SelCreateBrick (_agf ,_adbe ,_agf /2,_adbe /2,SelHit );var _eacb error ;_agee ,_eacb =_gdfg (_agee ,_cfebb ,_cgee );if _eacb !=nil {return nil ,_d .Wrap (_eacb ,_bcad ,"\u0068S\u0069\u007a\u0065\u0020\u003d\u003d\u0020\u0031\u0020\u007c\u007c \u0076\u0053\u0069\u007a\u0065\u0020\u003d\u003d\u0020\u0031"); -};return _agee ,nil ;};_cdf :=SelCreateBrick (1,_adbe ,0,_adbe /2,SelHit );_cgab :=SelCreateBrick (_agf ,1,_agf /2,0,SelHit );_cddg ,_effd :=_aef (nil ,_cfebb ,_cdf );if _effd !=nil {return nil ,_d .Wrap (_effd ,_bcad ,"\u0031\u0073\u0074\u0020\u0064\u0069\u006c\u0061\u0074\u0065"); -};if _agee ,_effd =_aef (_agee ,_cddg ,_cgab );_effd !=nil {return nil ,_d .Wrap (_effd ,_bcad ,"\u0032\u006e\u0064\u0020\u0064\u0069\u006c\u0061\u0074\u0065");};if _ ,_effd =_agbc (_cddg ,_agee ,_cdf );_effd !=nil {return nil ,_d .Wrap (_effd ,_bcad ,"\u0031s\u0074\u0020\u0065\u0072\u006f\u0064e"); -};if _ ,_effd =_agbc (_agee ,_cddg ,_cgab );_effd !=nil {return nil ,_d .Wrap (_effd ,_bcad ,"\u0032n\u0064\u0020\u0065\u0072\u006f\u0064e");};return _agee ,nil ;};func (_abdb *Bitmaps )selectByIndicator (_dafbe *_b .NumSlice )(_gdbgd *Bitmaps ,_bbbd error ){const _bfde ="\u0042i\u0074\u006d\u0061\u0070s\u002e\u0073\u0065\u006c\u0065c\u0074B\u0079I\u006e\u0064\u0069\u0063\u0061\u0074\u006fr"; -if _abdb ==nil {return nil ,_d .Error (_bfde ,"\u0027\u0062\u0027 b\u0069\u0074\u006d\u0061\u0070\u0073\u0020\u006e\u006f\u0074\u0020\u0064\u0065\u0066\u0069\u006e\u0065\u0064");};if _dafbe ==nil {return nil ,_d .Error (_bfde ,"'\u006e\u0061\u0027\u0020\u0069\u006ed\u0069\u0063\u0061\u0074\u006f\u0072\u0073\u0020\u006eo\u0074\u0020\u0064e\u0066i\u006e\u0065\u0064"); -};if len (_abdb .Values )==0{return _abdb ,nil ;};if len (*_dafbe )!=len (_abdb .Values ){return nil ,_d .Errorf (_bfde ,"\u006ea\u0020\u006ce\u006e\u0067\u0074\u0068:\u0020\u0025\u0064,\u0020\u0069\u0073\u0020\u0064\u0069\u0066\u0066\u0065re\u006e\u0074\u0020t\u0068\u0061n\u0020\u0062\u0069\u0074\u006d\u0061p\u0073\u003a \u0025\u0064",len (*_dafbe ),len (_abdb .Values )); -};var _cabf ,_bfdba ,_dfeaa int ;for _bfdba =0;_bfdba < len (*_dafbe );_bfdba ++{if _cabf ,_bbbd =_dafbe .GetInt (_bfdba );_bbbd !=nil {return nil ,_d .Wrap (_bbbd ,_bfde ,"f\u0069\u0072\u0073\u0074\u0020\u0063\u0068\u0065\u0063\u006b");};if _cabf ==1{_dfeaa ++; -};};if _dfeaa ==len (_abdb .Values ){return _abdb ,nil ;};_gdbgd =&Bitmaps {};_febd :=len (_abdb .Values )==len (_abdb .Boxes );for _bfdba =0;_bfdba < len (*_dafbe );_bfdba ++{if _cabf =int ((*_dafbe )[_bfdba ]);_cabf ==0{continue ;};_gdbgd .Values =append (_gdbgd .Values ,_abdb .Values [_bfdba ]); -if _febd {_gdbgd .Boxes =append (_gdbgd .Boxes ,_abdb .Boxes [_bfdba ]);};};return _gdbgd ,nil ;};func (_dcg *Bitmap )SetByte (index int ,v byte )error {if index > len (_dcg .Data )-1||index < 0{return _d .Errorf ("\u0053e\u0074\u0042\u0079\u0074\u0065","\u0069\u006e\u0064\u0065x \u006f\u0075\u0074\u0020\u006f\u0066\u0020\u0072\u0061\u006e\u0067\u0065\u003a\u0020%\u0064",index ); -};_dcg .Data [index ]=v ;return nil ;};type Boxes []*_fb .Rectangle ;func ClipBoxToRectangle (box *_fb .Rectangle ,wi ,hi int )(_aee *_fb .Rectangle ,_ege error ){const _bggg ="\u0043l\u0069p\u0042\u006f\u0078\u0054\u006fR\u0065\u0063t\u0061\u006e\u0067\u006c\u0065"; -if box ==nil {return nil ,_d .Error (_bggg ,"\u0027\u0062\u006f\u0078\u0027\u0020\u006e\u006f\u0074\u0020\u0064\u0065f\u0069\u006e\u0065\u0064");};if box .Min .X >=wi ||box .Min .Y >=hi ||box .Max .X <=0||box .Max .Y <=0{return nil ,_d .Error (_bggg ,"\u0027\u0062\u006fx'\u0020\u006f\u0075\u0074\u0073\u0069\u0064\u0065\u0020\u0072\u0065\u0063\u0074\u0061\u006e\u0067\u006c\u0065"); -};_bgfd :=*box ;_aee =&_bgfd ;if _aee .Min .X < 0{_aee .Max .X +=_aee .Min .X ;_aee .Min .X =0;};if _aee .Min .Y < 0{_aee .Max .Y +=_aee .Min .Y ;_aee .Min .Y =0;};if _aee .Max .X > wi {_aee .Max .X =wi ;};if _aee .Max .Y > hi {_aee .Max .Y =hi ;};return _aee ,nil ; -};type Point struct{X ,Y float32 ;};func TstTSymbol (t *_da .T ,scale ...int )*Bitmap {_ecfcf ,_fgbd :=NewWithData (5,5,[]byte {0xF8,0x20,0x20,0x20,0x20});_dc .NoError (t ,_fgbd );return TstGetScaledSymbol (t ,_ecfcf ,scale ...);};func (_eaga *Bitmap )Equivalent (s *Bitmap )bool {return _eaga .equivalent (s )}; -func (_afce *Bitmap )RasterOperation (dx ,dy ,dw ,dh int ,op RasterOperator ,src *Bitmap ,sx ,sy int )error {return _fdfa (_afce ,dx ,dy ,dw ,dh ,op ,src ,sx ,sy );};func _fdf (_bge ,_eed *Bitmap ,_cbe int ,_afa []byte ,_gbc int )(_aag error ){const _ede ="\u0072\u0065\u0064uc\u0065\u0052\u0061\u006e\u006b\u0042\u0069\u006e\u0061\u0072\u0079\u0032\u004c\u0065\u0076\u0065\u006c\u0034"; -var (_bgb ,_ccd ,_edbb ,_aff ,_bfd ,_dba ,_daa ,_gfe int ;_ffg ,_dafd uint32 ;_bda ,_ebe byte ;_bac uint16 ;);_gcea :=make ([]byte ,4);_aad :=make ([]byte ,4);for _edbb =0;_edbb < _bge .Height -1;_edbb ,_aff =_edbb +2,_aff +1{_bgb =_edbb *_bge .RowStride ; -_ccd =_aff *_eed .RowStride ;for _bfd ,_dba =0,0;_bfd < _gbc ;_bfd ,_dba =_bfd +4,_dba +1{for _daa =0;_daa < 4;_daa ++{_gfe =_bgb +_bfd +_daa ;if _gfe <=len (_bge .Data )-1&&_gfe < _bgb +_bge .RowStride {_gcea [_daa ]=_bge .Data [_gfe ];}else {_gcea [_daa ]=0x00; -};_gfe =_bgb +_bge .RowStride +_bfd +_daa ;if _gfe <=len (_bge .Data )-1&&_gfe < _bgb +(2*_bge .RowStride ){_aad [_daa ]=_bge .Data [_gfe ];}else {_aad [_daa ]=0x00;};};_ffg =_df .BigEndian .Uint32 (_gcea );_dafd =_df .BigEndian .Uint32 (_aad );_dafd &=_ffg ; -_dafd &=_dafd <<1;_dafd &=0xaaaaaaaa;_ffg =_dafd |(_dafd <<7);_bda =byte (_ffg >>24);_ebe =byte ((_ffg >>8)&0xff);_gfe =_ccd +_dba ;if _gfe +1==len (_eed .Data )-1||_gfe +1>=_ccd +_eed .RowStride {_eed .Data [_gfe ]=_afa [_bda ];if _aag =_eed .SetByte (_gfe ,_afa [_bda ]); -_aag !=nil {return _d .Wrapf (_aag ,_ede ,"\u0069n\u0064\u0065\u0078\u003a\u0020\u0025d",_gfe );};}else {_bac =(uint16 (_afa [_bda ])<<8)|uint16 (_afa [_ebe ]);if _aag =_eed .setTwoBytes (_gfe ,_bac );_aag !=nil {return _d .Wrapf (_aag ,_ede ,"s\u0065\u0074\u0074\u0069\u006e\u0067 \u0074\u0077\u006f\u0020\u0062\u0079t\u0065\u0073\u0020\u0066\u0061\u0069\u006ce\u0064\u002c\u0020\u0069\u006e\u0064\u0065\u0078\u003a\u0020%\u0064",_gfe ); -};_dba ++;};};};return nil ;};func TstOSymbol (t *_da .T ,scale ...int )*Bitmap {_fdba ,_ceff :=NewWithData (4,5,[]byte {0xF0,0x90,0x90,0x90,0xF0});_dc .NoError (t ,_ceff );return TstGetScaledSymbol (t ,_fdba ,scale ...);};func (_gcbf CombinationOperator )String ()string {var _caba string ; -switch _gcbf {case CmbOpOr :_caba ="\u004f\u0052";case CmbOpAnd :_caba ="\u0041\u004e\u0044";case CmbOpXor :_caba ="\u0058\u004f\u0052";case CmbOpXNor :_caba ="\u0058\u004e\u004f\u0052";case CmbOpReplace :_caba ="\u0052E\u0050\u004c\u0041\u0043\u0045"; -case CmbOpNot :_caba ="\u004e\u004f\u0054";};return _caba ;};func (_agea *BitmapsArray )GetBitmaps (i int )(*Bitmaps ,error ){const _ggcd ="\u0042\u0069\u0074ma\u0070\u0073\u0041\u0072\u0072\u0061\u0079\u002e\u0047\u0065\u0074\u0042\u0069\u0074\u006d\u0061\u0070\u0073"; -if _agea ==nil {return nil ,_d .Error (_ggcd ,"p\u0072\u006f\u0076\u0069\u0064\u0065d\u0020\u006e\u0069\u006c\u0020\u0027\u0042\u0069\u0074m\u0061\u0070\u0073A\u0072r\u0061\u0079\u0027");};if i > len (_agea .Values )-1{return nil ,_d .Errorf (_ggcd ,"\u0069n\u0064\u0065\u0078\u003a\u0020\u0027\u0025\u0064\u0027\u0020\u006fu\u0074\u0020\u006f\u0066\u0020\u0072\u0061\u006e\u0067\u0065",i ); -};return _agea .Values [i ],nil ;};func (_gac *Bitmap )clipRectangle (_dgde ,_gdgbg *_fb .Rectangle )(_cgag *Bitmap ,_dcga error ){const _gcfd ="\u0063\u006c\u0069\u0070\u0052\u0065\u0063\u0074\u0061\u006e\u0067\u006c\u0065";if _dgde ==nil {return nil ,_d .Error (_gcfd ,"\u0070r\u006fv\u0069\u0064\u0065\u0064\u0020n\u0069\u006c \u0027\u0062\u006f\u0078\u0027"); -};_bbe ,_adf :=_gac .Width ,_gac .Height ;_gbcg ,_dcga :=ClipBoxToRectangle (_dgde ,_bbe ,_adf );if _dcga !=nil {_ea .Log .Warning ("\u0027\u0062ox\u0027\u0020\u0064o\u0065\u0073\u006e\u0027t o\u0076er\u006c\u0061\u0070\u0020\u0062\u0069\u0074ma\u0070\u0020\u0027\u0062\u0027\u003a\u0020%\u0076",_dcga ); -return nil ,nil ;};_gaba ,_dbe :=_gbcg .Min .X ,_gbcg .Min .Y ;_bga ,_dfd :=_gbcg .Max .X -_gbcg .Min .X ,_gbcg .Max .Y -_gbcg .Min .Y ;_cgag =New (_bga ,_dfd );_cgag .Text =_gac .Text ;if _dcga =_cgag .RasterOperation (0,0,_bga ,_dfd ,PixSrc ,_gac ,_gaba ,_dbe ); -_dcga !=nil {return nil ,_d .Wrap (_dcga ,_gcfd ,"");};if _gdgbg !=nil {*_gdgbg =*_gbcg ;};return _cgag ,nil ;};const (SelDontCare SelectionValue =iota ;SelHit ;SelMiss ;);func (_bedff *Bitmaps )WidthSorter ()func (_abdd ,_gafc int )bool {return func (_fecg ,_fgcb int )bool {return _bedff .Values [_fecg ].Width < _bedff .Values [_fgcb ].Width }; -};func DilateBrick (d ,s *Bitmap ,hSize ,vSize int )(*Bitmap ,error ){return _cef (d ,s ,hSize ,vSize )};func _afge (_ffgb ,_ece int )*Bitmap {return &Bitmap {Width :_ffgb ,Height :_ece ,RowStride :(_ffgb +7)>>3};};func (_egebc *BitmapsArray )GetBox (i int )(*_fb .Rectangle ,error ){const _dbed ="\u0042\u0069\u0074\u006dap\u0073\u0041\u0072\u0072\u0061\u0079\u002e\u0047\u0065\u0074\u0042\u006f\u0078"; -if _egebc ==nil {return nil ,_d .Error (_dbed ,"p\u0072\u006f\u0076\u0069\u0064\u0065d\u0020\u006e\u0069\u006c\u0020\u0027\u0042\u0069\u0074m\u0061\u0070\u0073A\u0072r\u0061\u0079\u0027");};if i > len (_egebc .Boxes )-1{return nil ,_d .Errorf (_dbed ,"\u0069n\u0064\u0065\u0078\u003a\u0020\u0027\u0025\u0064\u0027\u0020\u006fu\u0074\u0020\u006f\u0066\u0020\u0072\u0061\u006e\u0067\u0065",i ); -};return _egebc .Boxes [i ],nil ;};func TstCSymbol (t *_da .T )*Bitmap {t .Helper ();_gbgc :=New (6,6);_dc .NoError (t ,_gbgc .SetPixel (1,0,1));_dc .NoError (t ,_gbgc .SetPixel (2,0,1));_dc .NoError (t ,_gbgc .SetPixel (3,0,1));_dc .NoError (t ,_gbgc .SetPixel (4,0,1)); -_dc .NoError (t ,_gbgc .SetPixel (0,1,1));_dc .NoError (t ,_gbgc .SetPixel (5,1,1));_dc .NoError (t ,_gbgc .SetPixel (0,2,1));_dc .NoError (t ,_gbgc .SetPixel (0,3,1));_dc .NoError (t ,_gbgc .SetPixel (0,4,1));_dc .NoError (t ,_gbgc .SetPixel (5,4,1)); -_dc .NoError (t ,_gbgc .SetPixel (1,5,1));_dc .NoError (t ,_gbgc .SetPixel (2,5,1));_dc .NoError (t ,_gbgc .SetPixel (3,5,1));_dc .NoError (t ,_gbgc .SetPixel (4,5,1));return _gbgc ;};func (_ggbb *Bitmaps )GroupByHeight ()(*BitmapsArray ,error ){const _bdbgg ="\u0047\u0072\u006f\u0075\u0070\u0042\u0079\u0048\u0065\u0069\u0067\u0068\u0074"; -if len (_ggbb .Values )==0{return nil ,_d .Error (_bdbgg ,"\u006eo\u0020v\u0061\u006c\u0075\u0065\u0073 \u0070\u0072o\u0076\u0069\u0064\u0065\u0064");};_faedc :=&BitmapsArray {};_ggbb .SortByHeight ();_fffg :=-1;_gabb :=-1;for _ggfc :=0;_ggfc < len (_ggbb .Values ); -_ggfc ++{_dcafe :=_ggbb .Values [_ggfc ].Height ;if _dcafe > _fffg {_fffg =_dcafe ;_gabb ++;_faedc .Values =append (_faedc .Values ,&Bitmaps {});};_faedc .Values [_gabb ].AddBitmap (_ggbb .Values [_ggfc ]);};return _faedc ,nil ;};func TstESymbol (t *_da .T ,scale ...int )*Bitmap {_eadeb ,_bacc :=NewWithData (4,5,[]byte {0xF0,0x80,0xE0,0x80,0xF0}); -_dc .NoError (t ,_bacc );return TstGetScaledSymbol (t ,_eadeb ,scale ...);};func (_gecb *Bitmaps )SelectByIndexes (idx []int )(*Bitmaps ,error ){const _cceag ="B\u0069\u0074\u006d\u0061\u0070\u0073.\u0053\u006f\u0072\u0074\u0049\u006e\u0064\u0065\u0078e\u0073\u0042\u0079H\u0065i\u0067\u0068\u0074"; -_bfce ,_fbee :=_gecb .selectByIndexes (idx );if _fbee !=nil {return nil ,_d .Wrap (_fbee ,_cceag ,"");};return _bfce ,nil ;};type SizeComparison int ;func (_aaec *Bitmap )centroid (_abbe ,_dfc []int )(Point ,error ){_cdcf :=Point {};_aaec .setPadBits (0); -if len (_abbe )==0{_abbe =_dbag ();};if len (_dfc )==0{_dfc =_gebgfd ();};var _fgec ,_fcac ,_dbcf ,_ffdc ,_dgea ,_gafe int ;var _addcd byte ;for _dgea =0;_dgea < _aaec .Height ;_dgea ++{_ebgb :=_aaec .RowStride *_dgea ;_ffdc =0;for _gafe =0;_gafe < _aaec .RowStride ; -_gafe ++{_addcd =_aaec .Data [_ebgb +_gafe ];if _addcd !=0{_ffdc +=_dfc [_addcd ];_fgec +=_abbe [_addcd ]+_gafe *8*_dfc [_addcd ];};};_dbcf +=_ffdc ;_fcac +=_ffdc *_dgea ;};if _dbcf !=0{_cdcf .X =float32 (_fgec )/float32 (_dbcf );_cdcf .Y =float32 (_fcac )/float32 (_dbcf ); -};return _cdcf ,nil ;};func _bgab (_bada *Bitmap ,_fbdge ,_acac int ,_dcab ,_edeg int ,_ebgf RasterOperator ){var (_ccefa int ;_cbcg byte ;_fbdgg ,_bfbc int ;_defe int ;);_gbbb :=_dcab >>3;_bceb :=_dcab &7;if _bceb > 0{_cbcg =_fada [_bceb ];};_ccefa =_bada .RowStride *_acac +(_fbdge >>3); -switch _ebgf {case PixClr :for _fbdgg =0;_fbdgg < _edeg ;_fbdgg ++{_defe =_ccefa +_fbdgg *_bada .RowStride ;for _bfbc =0;_bfbc < _gbbb ;_bfbc ++{_bada .Data [_defe ]=0x0;_defe ++;};if _bceb > 0{_bada .Data [_defe ]=_efee (_bada .Data [_defe ],0x0,_cbcg ); -};};case PixSet :for _fbdgg =0;_fbdgg < _edeg ;_fbdgg ++{_defe =_ccefa +_fbdgg *_bada .RowStride ;for _bfbc =0;_bfbc < _gbbb ;_bfbc ++{_bada .Data [_defe ]=0xff;_defe ++;};if _bceb > 0{_bada .Data [_defe ]=_efee (_bada .Data [_defe ],0xff,_cbcg );};};case PixNotDst :for _fbdgg =0; -_fbdgg < _edeg ;_fbdgg ++{_defe =_ccefa +_fbdgg *_bada .RowStride ;for _bfbc =0;_bfbc < _gbbb ;_bfbc ++{_bada .Data [_defe ]=^_bada .Data [_defe ];_defe ++;};if _bceb > 0{_bada .Data [_defe ]=_efee (_bada .Data [_defe ],^_bada .Data [_defe ],_cbcg );}; -};};};func (_eceff *Selection )findMaxTranslations ()(_ebeb ,_edac ,_aega ,_gefd int ){for _ggad :=0;_ggad < _eceff .Height ;_ggad ++{for _debgd :=0;_debgd < _eceff .Width ;_debgd ++{if _eceff .Data [_ggad ][_debgd ]==SelHit {_ebeb =_eec (_ebeb ,_eceff .Cx -_debgd ); -_edac =_eec (_edac ,_eceff .Cy -_ggad );_aega =_eec (_aega ,_debgd -_eceff .Cx );_gefd =_eec (_gefd ,_ggad -_eceff .Cy );};};};return _ebeb ,_edac ,_aega ,_gefd ;};const _ceea =5000;func (_ddfab Points )XSorter ()func (_befg ,_adcc int )bool {return func (_beec ,_fec int )bool {return _ddfab [_beec ].X < _ddfab [_fec ].X }; -};func _dbag ()[]int {_efgf :=make ([]int ,256);_efgf [0]=0;_efgf [1]=7;var _bdbg int ;for _bdbg =2;_bdbg < 4;_bdbg ++{_efgf [_bdbg ]=_efgf [_bdbg -2]+6;};for _bdbg =4;_bdbg < 8;_bdbg ++{_efgf [_bdbg ]=_efgf [_bdbg -4]+5;};for _bdbg =8;_bdbg < 16;_bdbg ++{_efgf [_bdbg ]=_efgf [_bdbg -8]+4; -};for _bdbg =16;_bdbg < 32;_bdbg ++{_efgf [_bdbg ]=_efgf [_bdbg -16]+3;};for _bdbg =32;_bdbg < 64;_bdbg ++{_efgf [_bdbg ]=_efgf [_bdbg -32]+2;};for _bdbg =64;_bdbg < 128;_bdbg ++{_efgf [_bdbg ]=_efgf [_bdbg -64]+1;};for _bdbg =128;_bdbg < 256;_bdbg ++{_efgf [_bdbg ]=_efgf [_bdbg -128]; -};return _efgf ;};type RasterOperator int ;func (_fgg *Bitmap )AddBorder (borderSize ,val int )(*Bitmap ,error ){if borderSize ==0{return _fgg .Copy (),nil ;};_gabd ,_fbcf :=_fgg .addBorderGeneral (borderSize ,borderSize ,borderSize ,borderSize ,val ); -if _fbcf !=nil {return nil ,_d .Wrap (_fbcf ,"\u0041d\u0064\u0042\u006f\u0072\u0064\u0065r","");};return _gabd ,nil ;};func (_ccad Points )YSorter ()func (_efba ,_ggeb int )bool {return func (_dgbf ,_gecge int )bool {return _ccad [_dgbf ].Y < _ccad [_gecge ].Y }; -};func (_daagd Points )Get (i int )(Point ,error ){if i > len (_daagd )-1{return Point {},_d .Errorf ("\u0050\u006f\u0069\u006e\u0074\u0073\u002e\u0047\u0065\u0074","\u0069n\u0064\u0065\u0078\u003a\u0020\u0027\u0025\u0064\u0027\u0020\u006fu\u0074\u0020\u006f\u0066\u0020\u0072\u0061\u006e\u0067\u0065",i ); -};return _daagd [i ],nil ;};func (_eedb *Bitmap )AddBorderGeneral (left ,right ,top ,bot int ,val int )(*Bitmap ,error ){return _eedb .addBorderGeneral (left ,right ,top ,bot ,val );};func CorrelationScoreSimple (bm1 ,bm2 *Bitmap ,area1 ,area2 int ,delX ,delY float32 ,maxDiffW ,maxDiffH int ,tab []int )(_cbbb float64 ,_dcfc error ){const _gfab ="\u0043\u006f\u0072\u0072el\u0061\u0074\u0069\u006f\u006e\u0053\u0063\u006f\u0072\u0065\u0053\u0069\u006d\u0070l\u0065"; -if bm1 ==nil ||bm2 ==nil {return _cbbb ,_d .Error (_gfab ,"n\u0069l\u0020\u0062\u0069\u0074\u006d\u0061\u0070\u0073 \u0070\u0072\u006f\u0076id\u0065\u0064");};if tab ==nil {return _cbbb ,_d .Error (_gfab ,"\u0074\u0061\u0062\u0020\u0075\u006e\u0064\u0065\u0066\u0069\u006e\u0065\u0064"); -};if area1 ==0||area2 ==0{return _cbbb ,_d .Error (_gfab ,"\u0070\u0072\u006f\u0076\u0069\u0064\u0065\u0064\u0020\u0061\u0072e\u0061\u0073\u0020\u006d\u0075\u0073\u0074\u0020\u0062\u0065 \u003e\u0020\u0030");};_gfdd ,_bfdbc :=bm1 .Width ,bm1 .Height ;_fefe ,_cbgd :=bm2 .Width ,bm2 .Height ; -if _egfg (_gfdd -_fefe )> maxDiffW {return 0,nil ;};if _egfg (_bfdbc -_cbgd )> maxDiffH {return 0,nil ;};var _gcfdc ,_abff int ;if delX >=0{_gcfdc =int (delX +0.5);}else {_gcfdc =int (delX -0.5);};if delY >=0{_abff =int (delY +0.5);}else {_abff =int (delY -0.5); -};_daeb :=bm1 .createTemplate ();if _dcfc =_daeb .RasterOperation (_gcfdc ,_abff ,_fefe ,_cbgd ,PixSrc ,bm2 ,0,0);_dcfc !=nil {return _cbbb ,_d .Wrap (_dcfc ,_gfab ,"\u0062m\u0032 \u0074\u006f\u0020\u0054\u0065\u006d\u0070\u006c\u0061\u0074\u0065");};if _dcfc =_daeb .RasterOperation (0,0,_gfdd ,_bfdbc ,PixSrcAndDst ,bm1 ,0,0); -_dcfc !=nil {return _cbbb ,_d .Wrap (_dcfc ,_gfab ,"b\u006d\u0031\u0020\u0061\u006e\u0064\u0020\u0062\u006d\u0054");};_deef :=_daeb .countPixels ();_cbbb =float64 (_deef )*float64 (_deef )/(float64 (area1 )*float64 (area2 ));return _cbbb ,nil ;};func (_afd *Bitmap )addBorderGeneral (_fbde ,_daff ,_ebbf ,_gad int ,_ddfa int )(*Bitmap ,error ){const _fcee ="\u0061\u0064d\u0042\u006f\u0072d\u0065\u0072\u0047\u0065\u006e\u0065\u0072\u0061\u006c"; -if _fbde < 0||_daff < 0||_ebbf < 0||_gad < 0{return nil ,_d .Error (_fcee ,"n\u0065\u0067\u0061\u0074iv\u0065 \u0062\u006f\u0072\u0064\u0065r\u0020\u0061\u0064\u0064\u0065\u0064");};_daaga ,_ffdf :=_afd .Width ,_afd .Height ;_gfaa :=_daaga +_fbde +_daff ; -_eegb :=_ffdf +_ebbf +_gad ;_aac :=New (_gfaa ,_eegb );_aac .Color =_afd .Color ;_dafb :=PixClr ;if _ddfa > 0{_dafb =PixSet ;};_geg :=_aac .RasterOperation (0,0,_fbde ,_eegb ,_dafb ,nil ,0,0);if _geg !=nil {return nil ,_d .Wrap (_geg ,_fcee ,"\u006c\u0065\u0066\u0074"); -};_geg =_aac .RasterOperation (_gfaa -_daff ,0,_daff ,_eegb ,_dafb ,nil ,0,0);if _geg !=nil {return nil ,_d .Wrap (_geg ,_fcee ,"\u0072\u0069\u0067h\u0074");};_geg =_aac .RasterOperation (0,0,_gfaa ,_ebbf ,_dafb ,nil ,0,0);if _geg !=nil {return nil ,_d .Wrap (_geg ,_fcee ,"\u0074\u006f\u0070"); -};_geg =_aac .RasterOperation (0,_eegb -_gad ,_gfaa ,_gad ,_dafb ,nil ,0,0);if _geg !=nil {return nil ,_d .Wrap (_geg ,_fcee ,"\u0062\u006f\u0074\u0074\u006f\u006d");};_geg =_aac .RasterOperation (_fbde ,_ebbf ,_daaga ,_ffdf ,PixSrc ,_afd ,0,0);if _geg !=nil {return nil ,_d .Wrap (_geg ,_fcee ,"\u0063\u006f\u0070\u0079"); -};return _aac ,nil ;};func (_dcac *Bitmap )setEightFullBytes (_add int ,_ffcf uint64 )error {if _add +7> len (_dcac .Data )-1{return _d .Error ("\u0073\u0065\u0074\u0045\u0069\u0067\u0068\u0074\u0042\u0079\u0074\u0065\u0073","\u0069n\u0064e\u0078\u0020\u006f\u0075\u0074 \u006f\u0066 \u0072\u0061\u006e\u0067\u0065"); -};_dcac .Data [_add ]=byte ((_ffcf &0xff00000000000000)>>56);_dcac .Data [_add +1]=byte ((_ffcf &0xff000000000000)>>48);_dcac .Data [_add +2]=byte ((_ffcf &0xff0000000000)>>40);_dcac .Data [_add +3]=byte ((_ffcf &0xff00000000)>>32);_dcac .Data [_add +4]=byte ((_ffcf &0xff000000)>>24); -_dcac .Data [_add +5]=byte ((_ffcf &0xff0000)>>16);_dcac .Data [_add +6]=byte ((_ffcf &0xff00)>>8);_dcac .Data [_add +7]=byte (_ffcf &0xff);return nil ;};func (_acddc *Bitmaps )String ()string {_geabb :=_e .Builder {};for _ ,_fgfe :=range _acddc .Values {_geabb .WriteString (_fgfe .String ()); -_geabb .WriteRune ('\n');};return _geabb .String ();};func _dea ()(_cff [256]uint64 ){for _ff :=0;_ff < 256;_ff ++{if _ff &0x01!=0{_cff [_ff ]|=0xff;};if _ff &0x02!=0{_cff [_ff ]|=0xff00;};if _ff &0x04!=0{_cff [_ff ]|=0xff0000;};if _ff &0x08!=0{_cff [_ff ]|=0xff000000; -};if _ff &0x10!=0{_cff [_ff ]|=0xff00000000;};if _ff &0x20!=0{_cff [_ff ]|=0xff0000000000;};if _ff &0x40!=0{_cff [_ff ]|=0xff000000000000;};if _ff &0x80!=0{_cff [_ff ]|=0xff00000000000000;};};return _cff ;};func (_cdcg *Bitmap )CreateTemplate ()*Bitmap {return _cdcg .createTemplate ()}; -func TstVSymbol (t *_da .T ,scale ...int )*Bitmap {_dbfe ,_fgcgg :=NewWithData (5,5,[]byte {0x88,0x88,0x88,0x50,0x20});_dc .NoError (t ,_fgcgg );return TstGetScaledSymbol (t ,_dbfe ,scale ...);};func (_gceaa *Bitmap )SetPixel (x ,y int ,pixel byte )error {_abeb :=_gceaa .GetByteIndex (x ,y ); -if _abeb > len (_gceaa .Data )-1{return _d .Errorf ("\u0053\u0065\u0074\u0050\u0069\u0078\u0065\u006c","\u0069\u006e\u0064\u0065x \u006f\u0075\u0074\u0020\u006f\u0066\u0020\u0072\u0061\u006e\u0067\u0065\u003a\u0020%\u0064",_abeb );};_gcfe :=_gceaa .GetBitOffset (x ); -_cfb :=uint (7-_gcfe );_fed :=_gceaa .Data [_abeb ];var _ffgbg byte ;if pixel ==1{_ffgbg =_fed |(pixel &0x01<<_cfb );}else {_ffgbg =_fed &^(1<<_cfb );};_gceaa .Data [_abeb ]=_ffgbg ;return nil ;};func (_eace *Bitmap )connComponentsBB (_cfef int )(_gbd *Boxes ,_aedcd error ){const _cggbb ="\u0042\u0069\u0074ma\u0070\u002e\u0063\u006f\u006e\u006e\u0043\u006f\u006d\u0070\u006f\u006e\u0065\u006e\u0074\u0073\u0042\u0042"; -if _cfef !=4&&_cfef !=8{return nil ,_d .Error (_cggbb ,"\u0063\u006f\u006e\u006e\u0065\u0063t\u0069\u0076\u0069\u0074\u0079\u0020\u006d\u0075\u0073\u0074\u0020\u0062\u0065 \u0061\u0020\u0027\u0034\u0027\u0020\u006fr\u0020\u0027\u0038\u0027");};if _eace .Zero (){return &Boxes {},nil ; -};_eace .setPadBits (0);_aeed ,_aedcd :=_bce (nil ,_eace );if _aedcd !=nil {return nil ,_d .Wrap (_aedcd ,_cggbb ,"\u0062\u006d\u0031");};_cffb :=&_b .Stack {};_cffb .Aux =&_b .Stack {};_gbd =&Boxes {};var (_bdff ,_beaf int ;_begc _fb .Point ;_dbdc bool ; -_eccc *_fb .Rectangle ;);for {if _begc ,_dbdc ,_aedcd =_aeed .nextOnPixel (_beaf ,_bdff );_aedcd !=nil {return nil ,_d .Wrap (_aedcd ,_cggbb ,"");};if !_dbdc {break ;};if _eccc ,_aedcd =_gegb (_aeed ,_cffb ,_begc .X ,_begc .Y ,_cfef );_aedcd !=nil {return nil ,_d .Wrap (_aedcd ,_cggbb ,""); -};if _aedcd =_gbd .Add (_eccc );_aedcd !=nil {return nil ,_d .Wrap (_aedcd ,_cggbb ,"");};_beaf =_begc .X ;_bdff =_begc .Y ;};return _gbd ,nil ;};func _edbe (_dcb ,_de *Bitmap )(_bca error ){const _fce ="\u0065\u0078\u0070\u0061nd\u0042\u0069\u006e\u0061\u0072\u0079\u0046\u0061\u0063\u0074\u006f\u0072\u0038"; -_gce :=_de .RowStride ;_eb :=_dcb .RowStride ;var _bf ,_fga ,_ab ,_ggg ,_bb int ;for _ab =0;_ab < _de .Height ;_ab ++{_bf =_ab *_gce ;_fga =8*_ab *_eb ;for _ggg =0;_ggg < _gce ;_ggg ++{if _bca =_dcb .setEightBytes (_fga +_ggg *8,_fbcd [_de .Data [_bf +_ggg ]]); -_bca !=nil {return _d .Wrap (_bca ,_fce ,"");};};for _bb =1;_bb < 8;_bb ++{for _ggg =0;_ggg < _eb ;_ggg ++{if _bca =_dcb .SetByte (_fga +_bb *_eb +_ggg ,_dcb .Data [_fga +_ggg ]);_bca !=nil {return _d .Wrap (_bca ,_fce ,"");};};};};return nil ;};type byWidth Bitmaps ; -func (_ecee *Bitmap )countPixels ()int {var (_dff int ;_aecdg uint8 ;_edf byte ;_eaf int ;);_bacd :=_ecee .RowStride ;_dbef :=uint (_ecee .Width &0x07);if _dbef !=0{_aecdg =uint8 ((0xff<<(8-_dbef ))&0xff);_bacd --;};for _afc :=0;_afc < _ecee .Height ;_afc ++{for _eaf =0; -_eaf < _bacd ;_eaf ++{_edf =_ecee .Data [_afc *_ecee .RowStride +_eaf ];_dff +=int (_cdc [_edf ]);};if _dbef !=0{_dff +=int (_cdc [_ecee .Data [_afc *_ecee .RowStride +_eaf ]&_aecdg ]);};};return _dff ;};var _eged =[5]int {1,2,3,0,4};func _gdgb ()(_dfb []byte ){_dfb =make ([]byte ,256); -for _cdd :=0;_cdd < 256;_cdd ++{_egce :=byte (_cdd );_dfb [_egce ]=(_egce &0x01)|((_egce &0x04)>>1)|((_egce &0x10)>>2)|((_egce &0x40)>>3)|((_egce &0x02)<<3)|((_egce &0x08)<<2)|((_egce &0x20)<<1)|(_egce &0x80);};return _dfb ;};func (_gdff *Boxes )selectWithIndicator (_affe *_b .NumSlice )(_addf *Boxes ,_bgc error ){const _aaac ="\u0042o\u0078\u0065\u0073\u002es\u0065\u006c\u0065\u0063\u0074W\u0069t\u0068I\u006e\u0064\u0069\u0063\u0061\u0074\u006fr"; -if _gdff ==nil {return nil ,_d .Error (_aaac ,"b\u006f\u0078\u0065\u0073 '\u0062'\u0020\u006e\u006f\u0074\u0020d\u0065\u0066\u0069\u006e\u0065\u0064");};if _affe ==nil {return nil ,_d .Error (_aaac ,"\u0027\u006ea\u0027\u0020\u006eo\u0074\u0020\u0064\u0065\u0066\u0069\u006e\u0065\u0064"); -};if len (*_affe )!=len (*_gdff ){return nil ,_d .Error (_aaac ,"\u0062\u006f\u0078\u0065\u0073\u0020\u0027\u0062\u0027\u0020\u0068\u0061\u0073\u0020\u0064\u0069\u0066\u0066\u0065\u0072\u0065\u006e\u0074\u0020s\u0069\u007a\u0065\u0020\u0074h\u0061\u006e \u0027\u006e\u0061\u0027"); -};var _aedc ,_ggaa int ;for _abdgg :=0;_abdgg < len (*_affe );_abdgg ++{if _aedc ,_bgc =_affe .GetInt (_abdgg );_bgc !=nil {return nil ,_d .Wrap (_bgc ,_aaac ,"\u0063\u0068\u0065\u0063\u006b\u0069\u006e\u0067\u0020c\u006f\u0075\u006e\u0074");};if _aedc ==1{_ggaa ++; -};};if _ggaa ==len (*_gdff ){return _gdff ,nil ;};_bbbe :=Boxes {};for _agbg :=0;_agbg < len (*_affe );_agbg ++{_aedc =int ((*_affe )[_agbg ]);if _aedc ==0{continue ;};_bbbe =append (_bbbe ,(*_gdff )[_agbg ]);};_addf =&_bbbe ;return _addf ,nil ;};func (_bfdd *Bitmap )resizeImageData (_fef *Bitmap )error {if _fef ==nil {return _d .Error ("\u0072e\u0073i\u007a\u0065\u0049\u006d\u0061\u0067\u0065\u0044\u0061\u0074\u0061","\u0073r\u0063 \u0069\u0073\u0020\u006e\u006ft\u0020\u0064e\u0066\u0069\u006e\u0065\u0064"); -};if _bfdd .SizesEqual (_fef ){return nil ;};_bfdd .Data =make ([]byte ,len (_fef .Data ));_bfdd .Width =_fef .Width ;_bfdd .Height =_fef .Height ;_bfdd .RowStride =_fef .RowStride ;return nil ;};func init (){const _ebfa ="\u0062\u0069\u0074\u006dap\u0073\u002e\u0069\u006e\u0069\u0074\u0069\u0061\u006c\u0069\u007a\u0061\u0074\u0069o\u006e"; -_bfgad =New (50,40);var _dfgb error ;_bfgad ,_dfgb =_bfgad .AddBorder (2,1);if _dfgb !=nil {panic (_d .Wrap (_dfgb ,_ebfa ,"f\u0072\u0061\u006d\u0065\u0042\u0069\u0074\u006d\u0061\u0070"));};_edcgg ,_dfgb =NewWithData (50,22,_adba );if _dfgb !=nil {panic (_d .Wrap (_dfgb ,_ebfa ,"i\u006d\u0061\u0067\u0065\u0042\u0069\u0074\u006d\u0061\u0070")); -};};func MakePixelSumTab8 ()[]int {return _gebgfd ()};var _cdc [256]uint8 ;func (_fe *Bitmap )CountPixels ()int {return _fe .countPixels ()};func _dfda (_dbgg *Bitmap ,_egeb ...MorphProcess )(_cdeg *Bitmap ,_abcf error ){const _abge ="\u006d\u006f\u0072\u0070\u0068\u0053\u0065\u0071\u0075\u0065\u006e\u0063\u0065"; -if _dbgg ==nil {return nil ,_d .Error (_abge ,"\u006d\u006f\u0072\u0070\u0068\u0053\u0065\u0071\u0075\u0065\u006e\u0063\u0065 \u0073\u006f\u0075\u0072\u0063\u0065 \u0062\u0069\u0074\u006d\u0061\u0070\u0020\u006e\u006f\u0074\u0020\u0064\u0065f\u0069\u006e\u0065\u0064"); -};if len (_egeb )==0{return nil ,_d .Error (_abge ,"m\u006f\u0072\u0070\u0068\u0053\u0065q\u0075\u0065\u006e\u0063\u0065\u002c \u0073\u0065\u0071\u0075\u0065\u006e\u0063e\u0020\u006e\u006f\u0074\u0020\u0064\u0065\u0066\u0069\u006ee\u0064");};if _abcf =_edbfd (_egeb ...); -_abcf !=nil {return nil ,_d .Wrap (_abcf ,_abge ,"");};var _fadeb ,_bfc ,_cabcd int ;_cdeg =_dbgg .Copy ();for _ ,_cdedb :=range _egeb {switch _cdedb .Operation {case MopDilation :_fadeb ,_bfc =_cdedb .getWidthHeight ();_cdeg ,_abcf =DilateBrick (nil ,_cdeg ,_fadeb ,_bfc ); -if _abcf !=nil {return nil ,_d .Wrap (_abcf ,_abge ,"");};case MopErosion :_fadeb ,_bfc =_cdedb .getWidthHeight ();_cdeg ,_abcf =_fgcd (nil ,_cdeg ,_fadeb ,_bfc );if _abcf !=nil {return nil ,_d .Wrap (_abcf ,_abge ,"");};case MopOpening :_fadeb ,_bfc =_cdedb .getWidthHeight (); -_cdeg ,_abcf =_fgf (nil ,_cdeg ,_fadeb ,_bfc );if _abcf !=nil {return nil ,_d .Wrap (_abcf ,_abge ,"");};case MopClosing :_fadeb ,_bfc =_cdedb .getWidthHeight ();_cdeg ,_abcf =_dcag (nil ,_cdeg ,_fadeb ,_bfc );if _abcf !=nil {return nil ,_d .Wrap (_abcf ,_abge ,""); -};case MopRankBinaryReduction :_cdeg ,_abcf =_ebf (_cdeg ,_cdedb .Arguments ...);if _abcf !=nil {return nil ,_d .Wrap (_abcf ,_abge ,"");};case MopReplicativeBinaryExpansion :_cdeg ,_abcf =_cbac (_cdeg ,_cdedb .Arguments [0]);if _abcf !=nil {return nil ,_d .Wrap (_abcf ,_abge ,""); -};case MopAddBorder :_cabcd =_cdedb .Arguments [0];_cdeg ,_abcf =_cdeg .AddBorder (_cabcd ,0);if _abcf !=nil {return nil ,_d .Wrap (_abcf ,_abge ,"");};default:return nil ,_d .Error (_abge ,"i\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u006d\u006fr\u0070\u0068\u004f\u0070\u0065\u0072\u0061ti\u006f\u006e\u0020\u0070r\u006f\u0076\u0069\u0064\u0065\u0064\u0020\u0074\u006f t\u0068\u0065 \u0073\u0065\u0071\u0075\u0065\u006e\u0063\u0065"); -};};if _cabcd > 0{_cdeg ,_abcf =_cdeg .RemoveBorder (_cabcd );if _abcf !=nil {return nil ,_d .Wrap (_abcf ,_abge ,"\u0062\u006f\u0072\u0064\u0065\u0072\u0020\u003e\u0020\u0030");};};return _cdeg ,nil ;};func _gegb (_cgfdg *Bitmap ,_gace *_b .Stack ,_bcbd ,_facf ,_bffa int )(_fbec *_fb .Rectangle ,_aacg error ){const _eddd ="\u0073e\u0065d\u0046\u0069\u006c\u006c\u0053\u0074\u0061\u0063\u006b\u0042\u0042"; -if _cgfdg ==nil {return nil ,_d .Error (_eddd ,"\u0070\u0072\u006fvi\u0064\u0065\u0064\u0020\u006e\u0069\u006c\u0020\u0027\u0073\u0027\u0020\u0042\u0069\u0074\u006d\u0061\u0070");};if _gace ==nil {return nil ,_d .Error (_eddd ,"p\u0072o\u0076\u0069\u0064\u0065\u0064\u0020\u006e\u0069l\u0020\u0027\u0073\u0074ac\u006b\u0027"); -};switch _bffa {case 4:if _fbec ,_aacg =_gaeee (_cgfdg ,_gace ,_bcbd ,_facf );_aacg !=nil {return nil ,_d .Wrap (_aacg ,_eddd ,"");};return _fbec ,nil ;case 8:if _fbec ,_aacg =_acbd (_cgfdg ,_gace ,_bcbd ,_facf );_aacg !=nil {return nil ,_d .Wrap (_aacg ,_eddd ,""); -};return _fbec ,nil ;default:return nil ,_d .Errorf (_eddd ,"\u0063\u006f\u006e\u006e\u0065\u0063\u0074\u0069\u0076\u0069\u0074\u0079\u0020\u0069\u0073 \u006eo\u0074\u0020\u0034\u0020\u006f\u0072\u0020\u0038\u003a\u0020\u0027\u0025\u0064\u0027",_bffa ); -};};func _geab (_eceb *_b .Stack ,_edcf ,_decg ,_fcfd ,_fdada ,_eacdg int ,_edcg *_fb .Rectangle )(_dfdc error ){const _adcg ="\u0070\u0075\u0073\u0068\u0046\u0069\u006c\u006c\u0053\u0065\u0067m\u0065\u006e\u0074\u0042\u006f\u0075\u006e\u0064\u0069\u006eg\u0042\u006f\u0078"; -if _eceb ==nil {return _d .Error (_adcg ,"\u006ei\u006c \u0073\u0074\u0061\u0063\u006b \u0070\u0072o\u0076\u0069\u0064\u0065\u0064");};if _edcg ==nil {return _d .Error (_adcg ,"\u0070\u0072\u006f\u0076i\u0064\u0065\u0064\u0020\u006e\u0069\u006c\u0020\u0069\u006da\u0067e\u002e\u0052\u0065\u0063\u0074\u0061\u006eg\u006c\u0065"); -};_edcg .Min .X =_b .Min (_edcg .Min .X ,_edcf );_edcg .Max .X =_b .Max (_edcg .Max .X ,_decg );_edcg .Min .Y =_b .Min (_edcg .Min .Y ,_fcfd );_edcg .Max .Y =_b .Max (_edcg .Max .Y ,_fcfd );if !(_fcfd +_fdada >=0&&_fcfd +_fdada <=_eacdg ){return nil ;}; -if _eceb .Aux ==nil {return _d .Error (_adcg ,"a\u0075x\u0053\u0074\u0061\u0063\u006b\u0020\u006e\u006ft\u0020\u0064\u0065\u0066in\u0065\u0064");};var _acdf *fillSegment ;_beda ,_ggbaa :=_eceb .Aux .Pop ();if _ggbaa {if _acdf ,_ggbaa =_beda .(*fillSegment ); -!_ggbaa {return _d .Error (_adcg ,"a\u0075\u0078\u0053\u0074\u0061\u0063k\u0020\u0064\u0061\u0074\u0061\u0020i\u0073\u0020\u006e\u006f\u0074\u0020\u0061 \u002a\u0066\u0069\u006c\u006c\u0053\u0065\u0067\u006d\u0065n\u0074");};}else {_acdf =&fillSegment {}; -};_acdf ._gebc =_edcf ;_acdf ._fdeg =_decg ;_acdf ._aegc =_fcfd ;_acdf ._bbcgb =_fdada ;_eceb .Push (_acdf );return nil ;};func (_dfbc Points )GetIntY (i int )(int ,error ){if i >=len (_dfbc ){return 0,_d .Errorf ("\u0050\u006f\u0069\u006e\u0074\u0073\u002e\u0047\u0065t\u0049\u006e\u0074\u0059","\u0069n\u0064\u0065\u0078\u003a\u0020\u0027\u0025\u0064\u0027\u0020\u006fu\u0074\u0020\u006f\u0066\u0020\u0072\u0061\u006e\u0067\u0065",i ); -};return int (_dfbc [i ].Y ),nil ;};func (_daggb *Bitmaps )CountPixels ()*_b .NumSlice {_gbab :=&_b .NumSlice {};for _ ,_gegc :=range _daggb .Values {_gbab .AddInt (_gegc .CountPixels ());};return _gbab ;};func (_fdbf *Bitmap )RemoveBorderGeneral (left ,right ,top ,bot int )(*Bitmap ,error ){return _fdbf .removeBorderGeneral (left ,right ,top ,bot ); -};func (_ebda *Bitmap )GetComponents (components Component ,maxWidth ,maxHeight int )(_egab *Bitmaps ,_fade *Boxes ,_bgff error ){const _afdf ="B\u0069t\u006d\u0061\u0070\u002e\u0047\u0065\u0074\u0043o\u006d\u0070\u006f\u006een\u0074\u0073";if _ebda ==nil {return nil ,nil ,_d .Error (_afdf ,"\u0073\u006f\u0075\u0072\u0063\u0065\u0020\u0042\u0069\u0074\u006da\u0070\u0020\u006e\u006f\u0074\u0020\u0064\u0065\u0066\u0069n\u0065\u0064\u002e"); -};switch components {case ComponentConn ,ComponentCharacters ,ComponentWords :default:return nil ,nil ,_d .Error (_afdf ,"\u0069\u006e\u0076\u0061l\u0069\u0064\u0020\u0063\u006f\u006d\u0070\u006f\u006e\u0065n\u0074s\u0020\u0070\u0061\u0072\u0061\u006d\u0065t\u0065\u0072"); -};if _ebda .Zero (){_fade =&Boxes {};_egab =&Bitmaps {};return _egab ,_fade ,nil ;};switch components {case ComponentConn :_egab =&Bitmaps {};if _fade ,_bgff =_ebda .ConnComponents (_egab ,8);_bgff !=nil {return nil ,nil ,_d .Wrap (_bgff ,_afdf ,"\u006e\u006f \u0070\u0072\u0065p\u0072\u006f\u0063\u0065\u0073\u0073\u0069\u006e\u0067"); -};case ComponentCharacters :_begb ,_geee :=MorphSequence (_ebda ,MorphProcess {Operation :MopClosing ,Arguments :[]int {1,6}});if _geee !=nil {return nil ,nil ,_d .Wrap (_geee ,_afdf ,"\u0063h\u0061\u0072\u0061\u0063\u0074\u0065\u0072\u0073\u0020\u0070\u0072e\u0070\u0072\u006f\u0063\u0065\u0073\u0073\u0069\u006e\u0067"); -};if _ea .Log .IsLogLevel (_ea .LogLevelTrace ){_ea .Log .Trace ("\u0043o\u006d\u0070o\u006e\u0065\u006e\u0074C\u0068\u0061\u0072a\u0063\u0074\u0065\u0072\u0073\u0020\u0062\u0069\u0074ma\u0070\u0020\u0061f\u0074\u0065r\u0020\u0063\u006c\u006f\u0073\u0069n\u0067\u003a \u0025\u0073",_begb .String ()); -};_eebb :=&Bitmaps {};_fade ,_geee =_begb .ConnComponents (_eebb ,8);if _geee !=nil {return nil ,nil ,_d .Wrap (_geee ,_afdf ,"\u0063h\u0061\u0072\u0061\u0063\u0074\u0065\u0072\u0073\u0020\u0070\u0072e\u0070\u0072\u006f\u0063\u0065\u0073\u0073\u0069\u006e\u0067"); -};if _ea .Log .IsLogLevel (_ea .LogLevelTrace ){_ea .Log .Trace ("\u0043\u006f\u006d\u0070\u006f\u006ee\u006e\u0074\u0043\u0068\u0061\u0072\u0061\u0063\u0074\u0065\u0072\u0073\u0020\u0062\u0069\u0074\u006d\u0061\u0070\u0020a\u0066\u0074\u0065\u0072\u0020\u0063\u006f\u006e\u006e\u0065\u0063\u0074\u0069\u0076i\u0074y\u003a\u0020\u0025\u0073",_eebb .String ()); -};if _egab ,_geee =_eebb .ClipToBitmap (_ebda );_geee !=nil {return nil ,nil ,_d .Wrap (_geee ,_afdf ,"\u0063h\u0061\u0072\u0061\u0063\u0074\u0065\u0072\u0073\u0020\u0070\u0072e\u0070\u0072\u006f\u0063\u0065\u0073\u0073\u0069\u006e\u0067");};case ComponentWords :_bccdf :=1; -var _gfac *Bitmap ;switch {case _ebda .XResolution <=200:_gfac =_ebda ;case _ebda .XResolution <=400:_bccdf =2;_gfac ,_bgff =_ebf (_ebda ,1,0,0,0);if _bgff !=nil {return nil ,nil ,_d .Wrap (_bgff ,_afdf ,"w\u006f\u0072\u0064\u0020\u0070\u0072e\u0070\u0072\u006f\u0063\u0065\u0073\u0073\u0020\u002d \u0078\u0072\u0065s\u003c=\u0034\u0030\u0030"); -};default:_bccdf =4;_gfac ,_bgff =_ebf (_ebda ,1,1,0,0);if _bgff !=nil {return nil ,nil ,_d .Wrap (_bgff ,_afdf ,"\u0077\u006f\u0072\u0064 \u0070\u0072\u0065\u0070\u0072\u006f\u0063\u0065\u0073\u0073 \u002d \u0078\u0072\u0065\u0073\u0020\u003e\u00204\u0030\u0030"); -};};_gcfa ,_ ,_egaf :=_efgd (_gfac );if _egaf !=nil {return nil ,nil ,_d .Wrap (_egaf ,_afdf ,"\u0077o\u0072d\u0020\u0070\u0072\u0065\u0070\u0072\u006f\u0063\u0065\u0073\u0073");};_gccb ,_egaf :=_cbac (_gcfa ,_bccdf );if _egaf !=nil {return nil ,nil ,_d .Wrap (_egaf ,_afdf ,"\u0077o\u0072d\u0020\u0070\u0072\u0065\u0070\u0072\u006f\u0063\u0065\u0073\u0073"); -};_dagg :=&Bitmaps {};if _fade ,_egaf =_gccb .ConnComponents (_dagg ,4);_egaf !=nil {return nil ,nil ,_d .Wrap (_egaf ,_afdf ,"\u0077\u006f\u0072\u0064\u0020\u0070r\u0065\u0070\u0072\u006f\u0063\u0065\u0073\u0073\u002c\u0020\u0063\u006f\u006en\u0065\u0063\u0074\u0020\u0065\u0078\u0070a\u006e\u0064\u0065\u0064"); -};if _egab ,_egaf =_dagg .ClipToBitmap (_ebda );_egaf !=nil {return nil ,nil ,_d .Wrap (_egaf ,_afdf ,"\u0077o\u0072d\u0020\u0070\u0072\u0065\u0070\u0072\u006f\u0063\u0065\u0073\u0073");};};_egab ,_bgff =_egab .SelectBySize (maxWidth ,maxHeight ,LocSelectIfBoth ,SizeSelectIfLTE ); -if _bgff !=nil {return nil ,nil ,_d .Wrap (_bgff ,_afdf ,"");};_fade ,_bgff =_fade .SelectBySize (maxWidth ,maxHeight ,LocSelectIfBoth ,SizeSelectIfLTE );if _bgff !=nil {return nil ,nil ,_d .Wrap (_bgff ,_afdf ,"");};return _egab ,_fade ,nil ;};func TstWordBitmapWithSpaces (t *_da .T ,scale ...int )*Bitmap {_daagg :=1; -if len (scale )> 0{_daagg =scale [0];};_acdfa :=3;_dbce :=9+7+15+2*_acdfa +2*_acdfa ;_cbfde :=5+_acdfa +5+2*_acdfa ;_edcgf :=New (_dbce *_daagg ,_cbfde *_daagg );_beea :=&Bitmaps {};var _gabbg *int ;_acdfa *=_daagg ;_caad :=_acdfa ;_gabbg =&_caad ;_egfc :=_acdfa ; -_cabac :=TstDSymbol (t ,scale ...);TstAddSymbol (t ,_beea ,_cabac ,_gabbg ,_egfc ,1*_daagg );_cabac =TstOSymbol (t ,scale ...);TstAddSymbol (t ,_beea ,_cabac ,_gabbg ,_egfc ,_acdfa );_cabac =TstISymbol (t ,scale ...);TstAddSymbol (t ,_beea ,_cabac ,_gabbg ,_egfc ,1*_daagg ); -_cabac =TstTSymbol (t ,scale ...);TstAddSymbol (t ,_beea ,_cabac ,_gabbg ,_egfc ,_acdfa );_cabac =TstNSymbol (t ,scale ...);TstAddSymbol (t ,_beea ,_cabac ,_gabbg ,_egfc ,1*_daagg );_cabac =TstOSymbol (t ,scale ...);TstAddSymbol (t ,_beea ,_cabac ,_gabbg ,_egfc ,1*_daagg ); -_cabac =TstWSymbol (t ,scale ...);TstAddSymbol (t ,_beea ,_cabac ,_gabbg ,_egfc ,0);*_gabbg =_acdfa ;_egfc =5*_daagg +_acdfa ;_cabac =TstOSymbol (t ,scale ...);TstAddSymbol (t ,_beea ,_cabac ,_gabbg ,_egfc ,1*_daagg );_cabac =TstRSymbol (t ,scale ...); -TstAddSymbol (t ,_beea ,_cabac ,_gabbg ,_egfc ,_acdfa );_cabac =TstNSymbol (t ,scale ...);TstAddSymbol (t ,_beea ,_cabac ,_gabbg ,_egfc ,1*_daagg );_cabac =TstESymbol (t ,scale ...);TstAddSymbol (t ,_beea ,_cabac ,_gabbg ,_egfc ,1*_daagg );_cabac =TstVSymbol (t ,scale ...); -TstAddSymbol (t ,_beea ,_cabac ,_gabbg ,_egfc ,1*_daagg );_cabac =TstESymbol (t ,scale ...);TstAddSymbol (t ,_beea ,_cabac ,_gabbg ,_egfc ,1*_daagg );_cabac =TstRSymbol (t ,scale ...);TstAddSymbol (t ,_beea ,_cabac ,_gabbg ,_egfc ,0);TstWriteSymbols (t ,_beea ,_edcgf ); -return _edcgf ;};func (_cdab *byHeight )Len ()int {return len (_cdab .Values )};func _agbc (_dcfd ,_bffg *Bitmap ,_bfec *Selection )(*Bitmap ,error ){const _ecbd ="\u0065\u0072\u006fd\u0065";var (_dfffd error ;_dbea *Bitmap ;);_dcfd ,_dfffd =_fccf (_dcfd ,_bffg ,_bfec ,&_dbea ); -if _dfffd !=nil {return nil ,_d .Wrap (_dfffd ,_ecbd ,"");};if _dfffd =_dcfd .setAll ();_dfffd !=nil {return nil ,_d .Wrap (_dfffd ,_ecbd ,"");};var _gefg SelectionValue ;for _bbfb :=0;_bbfb < _bfec .Height ;_bbfb ++{for _egde :=0;_egde < _bfec .Width ; -_egde ++{_gefg =_bfec .Data [_bbfb ][_egde ];if _gefg ==SelHit {_dfffd =_fdfa (_dcfd ,_bfec .Cx -_egde ,_bfec .Cy -_bbfb ,_bffg .Width ,_bffg .Height ,PixSrcAndDst ,_dbea ,0,0);if _dfffd !=nil {return nil ,_d .Wrap (_dfffd ,_ecbd ,"");};};};};if MorphBC ==SymmetricMorphBC {return _dcfd ,nil ; -};_ebdf ,_egbg ,_gfga ,_dfad :=_bfec .findMaxTranslations ();if _ebdf > 0{if _dfffd =_dcfd .RasterOperation (0,0,_ebdf ,_bffg .Height ,PixClr ,nil ,0,0);_dfffd !=nil {return nil ,_d .Wrap (_dfffd ,_ecbd ,"\u0078\u0070\u0020\u003e\u0020\u0030");};};if _gfga > 0{if _dfffd =_dcfd .RasterOperation (_bffg .Width -_gfga ,0,_gfga ,_bffg .Height ,PixClr ,nil ,0,0); -_dfffd !=nil {return nil ,_d .Wrap (_dfffd ,_ecbd ,"\u0078\u006e\u0020\u003e\u0020\u0030");};};if _egbg > 0{if _dfffd =_dcfd .RasterOperation (0,0,_bffg .Width ,_egbg ,PixClr ,nil ,0,0);_dfffd !=nil {return nil ,_d .Wrap (_dfffd ,_ecbd ,"\u0079\u0070\u0020\u003e\u0020\u0030"); -};};if _dfad > 0{if _dfffd =_dcfd .RasterOperation (0,_bffg .Height -_dfad ,_bffg .Width ,_dfad ,PixClr ,nil ,0,0);_dfffd !=nil {return nil ,_d .Wrap (_dfffd ,_ecbd ,"\u0079\u006e\u0020\u003e\u0020\u0030");};};return _dcfd ,nil ;};func CombineBytes (oldByte ,newByte byte ,op CombinationOperator )byte {return _adda (oldByte ,newByte ,op ); -};func RankHausTest (p1 ,p2 ,p3 ,p4 *Bitmap ,delX ,delY float32 ,maxDiffW ,maxDiffH ,area1 ,area3 int ,rank float32 ,tab8 []int )(_afga bool ,_bddg error ){const _fbfc ="\u0052\u0061\u006ek\u0048\u0061\u0075\u0073\u0054\u0065\u0073\u0074";_efdc ,_cbag :=p1 .Width ,p1 .Height ; -_gge ,_fgaf :=p3 .Width ,p3 .Height ;if _b .Abs (_efdc -_gge )> maxDiffW {return false ,nil ;};if _b .Abs (_cbag -_fgaf )> maxDiffH {return false ,nil ;};_afgag :=int (float32 (area1 )*(1.0-rank )+0.5);_ccg :=int (float32 (area3 )*(1.0-rank )+0.5);var _aeda ,_daad int ; -if delX >=0{_aeda =int (delX +0.5);}else {_aeda =int (delX -0.5);};if delY >=0{_daad =int (delY +0.5);}else {_daad =int (delY -0.5);};_gfbb :=p1 .CreateTemplate ();if _bddg =_gfbb .RasterOperation (0,0,_efdc ,_cbag ,PixSrc ,p1 ,0,0);_bddg !=nil {return false ,_d .Wrap (_bddg ,_fbfc ,"p\u0031\u0020\u002d\u0053\u0052\u0043\u002d\u003e\u0020\u0074"); -};if _bddg =_gfbb .RasterOperation (_aeda ,_daad ,_efdc ,_cbag ,PixNotSrcAndDst ,p4 ,0,0);_bddg !=nil {return false ,_d .Wrap (_bddg ,_fbfc ,"\u0074 \u0026\u0020\u0021\u0070\u0034");};_afga ,_bddg =_gfbb .ThresholdPixelSum (_afgag ,tab8 );if _bddg !=nil {return false ,_d .Wrap (_bddg ,_fbfc ,"\u0074\u002d\u003e\u0074\u0068\u0072\u0065\u0073\u0068\u0031"); -};if _afga {return false ,nil ;};if _bddg =_gfbb .RasterOperation (_aeda ,_daad ,_gge ,_fgaf ,PixSrc ,p3 ,0,0);_bddg !=nil {return false ,_d .Wrap (_bddg ,_fbfc ,"p\u0033\u0020\u002d\u0053\u0052\u0043\u002d\u003e\u0020\u0074");};if _bddg =_gfbb .RasterOperation (0,0,_gge ,_fgaf ,PixNotSrcAndDst ,p2 ,0,0); -_bddg !=nil {return false ,_d .Wrap (_bddg ,_fbfc ,"\u0074 \u0026\u0020\u0021\u0070\u0032");};_afga ,_bddg =_gfbb .ThresholdPixelSum (_ccg ,tab8 );if _bddg !=nil {return false ,_d .Wrap (_bddg ,_fbfc ,"\u0074\u002d\u003e\u0074\u0068\u0072\u0065\u0073\u0068\u0033"); -};return !_afga ,nil ;};func _fbgc (_ecca ,_eeae int )int {if _ecca < _eeae {return _ecca ;};return _eeae ;};func _efgb (_bbaa *Bitmap ,_daegd ,_gccg int ,_aafe ,_aada int ,_gdde RasterOperator ){var (_bgae bool ;_ageeb bool ;_gaee int ;_eaaf int ;_bcee int ; -_dbbac int ;_bdae bool ;_fbfb byte ;);_bccbe :=8-(_daegd &7);_begf :=_eaec [_bccbe ];_ffac :=_bbaa .RowStride *_gccg +(_daegd >>3);if _aafe < _bccbe {_bgae =true ;_begf &=_fada [8-_bccbe +_aafe ];};if !_bgae {_gaee =(_aafe -_bccbe )>>3;if _gaee !=0{_ageeb =true ; -_eaaf =_ffac +1;};};_bcee =(_daegd +_aafe )&7;if !(_bgae ||_bcee ==0){_bdae =true ;_fbfb =_fada [_bcee ];_dbbac =_ffac +1+_gaee ;};var _cfgc ,_ffca int ;switch _gdde {case PixClr :for _cfgc =0;_cfgc < _aada ;_cfgc ++{_bbaa .Data [_ffac ]=_efee (_bbaa .Data [_ffac ],0x0,_begf ); -_ffac +=_bbaa .RowStride ;};if _ageeb {for _cfgc =0;_cfgc < _aada ;_cfgc ++{for _ffca =0;_ffca < _gaee ;_ffca ++{_bbaa .Data [_eaaf +_ffca ]=0x0;};_eaaf +=_bbaa .RowStride ;};};if _bdae {for _cfgc =0;_cfgc < _aada ;_cfgc ++{_bbaa .Data [_dbbac ]=_efee (_bbaa .Data [_dbbac ],0x0,_fbfb ); -_dbbac +=_bbaa .RowStride ;};};case PixSet :for _cfgc =0;_cfgc < _aada ;_cfgc ++{_bbaa .Data [_ffac ]=_efee (_bbaa .Data [_ffac ],0xff,_begf );_ffac +=_bbaa .RowStride ;};if _ageeb {for _cfgc =0;_cfgc < _aada ;_cfgc ++{for _ffca =0;_ffca < _gaee ;_ffca ++{_bbaa .Data [_eaaf +_ffca ]=0xff; -};_eaaf +=_bbaa .RowStride ;};};if _bdae {for _cfgc =0;_cfgc < _aada ;_cfgc ++{_bbaa .Data [_dbbac ]=_efee (_bbaa .Data [_dbbac ],0xff,_fbfb );_dbbac +=_bbaa .RowStride ;};};case PixNotDst :for _cfgc =0;_cfgc < _aada ;_cfgc ++{_bbaa .Data [_ffac ]=_efee (_bbaa .Data [_ffac ],^_bbaa .Data [_ffac ],_begf ); -_ffac +=_bbaa .RowStride ;};if _ageeb {for _cfgc =0;_cfgc < _aada ;_cfgc ++{for _ffca =0;_ffca < _gaee ;_ffca ++{_bbaa .Data [_eaaf +_ffca ]=^(_bbaa .Data [_eaaf +_ffca ]);};_eaaf +=_bbaa .RowStride ;};};if _bdae {for _cfgc =0;_cfgc < _aada ;_cfgc ++{_bbaa .Data [_dbbac ]=_efee (_bbaa .Data [_dbbac ],^_bbaa .Data [_dbbac ],_fbfb ); -_dbbac +=_bbaa .RowStride ;};};};};func _aef (_dacbd *Bitmap ,_afaf *Bitmap ,_cadbf *Selection )(*Bitmap ,error ){var (_gfdde *Bitmap ;_egbd error ;);_dacbd ,_egbd =_fccf (_dacbd ,_afaf ,_cadbf ,&_gfdde );if _egbd !=nil {return nil ,_egbd ;};if _egbd =_dacbd .clearAll (); -_egbd !=nil {return nil ,_egbd ;};var _fbca SelectionValue ;for _gadg :=0;_gadg < _cadbf .Height ;_gadg ++{for _fcef :=0;_fcef < _cadbf .Width ;_fcef ++{_fbca =_cadbf .Data [_gadg ][_fcef ];if _fbca ==SelHit {if _egbd =_dacbd .RasterOperation (_fcef -_cadbf .Cx ,_gadg -_cadbf .Cy ,_afaf .Width ,_afaf .Height ,PixSrcOrDst ,_gfdde ,0,0); -_egbd !=nil {return nil ,_egbd ;};};};};return _dacbd ,nil ;};func (_cgfab *byWidth )Len ()int {return len (_cgfab .Values )};func (_bdd *Bitmap )SizesEqual (s *Bitmap )bool {if _bdd ==s {return true ;};if _bdd .Width !=s .Width ||_bdd .Height !=s .Height {return false ; -};return true ;};func (_ffd *Bitmap )GetUnpaddedData ()([]byte ,error ){_badd :=uint (_ffd .Width &0x07);if _badd ==0{return _ffd .Data ,nil ;};_fcc :=_ffd .Width *_ffd .Height ;if _fcc %8!=0{_fcc >>=3;_fcc ++;}else {_fcc >>=3;};_cac :=make ([]byte ,_fcc ); -_eddb :=_bg .NewWriterMSB (_cac );const _aec ="\u0047e\u0074U\u006e\u0070\u0061\u0064\u0064\u0065\u0064\u0044\u0061\u0074\u0061";for _gecc :=0;_gecc < _ffd .Height ;_gecc ++{for _gbe :=0;_gbe < _ffd .RowStride ;_gbe ++{_ddge :=_ffd .Data [_gecc *_ffd .RowStride +_gbe ]; -if _gbe !=_ffd .RowStride -1{_fea :=_eddb .WriteByte (_ddge );if _fea !=nil {return nil ,_d .Wrap (_fea ,_aec ,"");};continue ;};for _fgcg :=uint (0);_fgcg < _badd ;_fgcg ++{_abe :=_eddb .WriteBit (int (_ddge >>(7-_fgcg )&0x01));if _abe !=nil {return nil ,_d .Wrap (_abe ,_aec ,""); -};};};};return _cac ,nil ;};func _bgg (_gage ,_fdb *Bitmap ,_gdg int ,_aca []byte ,_acc int )(_gcf error ){const _dgd ="\u0072\u0065\u0064uc\u0065\u0052\u0061\u006e\u006b\u0042\u0069\u006e\u0061\u0072\u0079\u0032\u004c\u0065\u0076\u0065\u006c\u0031";var (_cffd ,_cbd ,_ged ,_ebdc ,_cecd ,_ecg ,_ad ,_ecab int ; -_ag ,_bad uint32 ;_geb ,_cca byte ;_cdgd uint16 ;);_egc :=make ([]byte ,4);_ddd :=make ([]byte ,4);for _ged =0;_ged < _gage .Height -1;_ged ,_ebdc =_ged +2,_ebdc +1{_cffd =_ged *_gage .RowStride ;_cbd =_ebdc *_fdb .RowStride ;for _cecd ,_ecg =0,0;_cecd < _acc ; -_cecd ,_ecg =_cecd +4,_ecg +1{for _ad =0;_ad < 4;_ad ++{_ecab =_cffd +_cecd +_ad ;if _ecab <=len (_gage .Data )-1&&_ecab < _cffd +_gage .RowStride {_egc [_ad ]=_gage .Data [_ecab ];}else {_egc [_ad ]=0x00;};_ecab =_cffd +_gage .RowStride +_cecd +_ad ;if _ecab <=len (_gage .Data )-1&&_ecab < _cffd +(2*_gage .RowStride ){_ddd [_ad ]=_gage .Data [_ecab ]; -}else {_ddd [_ad ]=0x00;};};_ag =_df .BigEndian .Uint32 (_egc );_bad =_df .BigEndian .Uint32 (_ddd );_bad |=_ag ;_bad |=_bad <<1;_bad &=0xaaaaaaaa;_ag =_bad |(_bad <<7);_geb =byte (_ag >>24);_cca =byte ((_ag >>8)&0xff);_ecab =_cbd +_ecg ;if _ecab +1==len (_fdb .Data )-1||_ecab +1>=_cbd +_fdb .RowStride {_fdb .Data [_ecab ]=_aca [_geb ]; -}else {_cdgd =(uint16 (_aca [_geb ])<<8)|uint16 (_aca [_cca ]);if _gcf =_fdb .setTwoBytes (_ecab ,_cdgd );_gcf !=nil {return _d .Wrapf (_gcf ,_dgd ,"s\u0065\u0074\u0074\u0069\u006e\u0067 \u0074\u0077\u006f\u0020\u0062\u0079t\u0065\u0073\u0020\u0066\u0061\u0069\u006ce\u0064\u002c\u0020\u0069\u006e\u0064\u0065\u0078\u003a\u0020%\u0064",_ecab ); -};_ecg ++;};};};return nil ;}; \ No newline at end of file +package bitmap ;import (_fc "encoding/binary";_c "github.com/stretchr/testify/require";_b "github.com/unidoc/unipdf/v3/common";_ga "github.com/unidoc/unipdf/v3/internal/bitwise";_e "github.com/unidoc/unipdf/v3/internal/imageutil";_cd "github.com/unidoc/unipdf/v3/internal/jbig2/basic"; +_g "github.com/unidoc/unipdf/v3/internal/jbig2/errors";_ff "image";_gd "math";_d "sort";_cb "strings";_a "testing";);func (_gadf CombinationOperator )String ()string {var _dcc string ;switch _gadf {case CmbOpOr :_dcc ="\u004f\u0052";case CmbOpAnd :_dcc ="\u0041\u004e\u0044"; +case CmbOpXor :_dcc ="\u0058\u004f\u0052";case CmbOpXNor :_dcc ="\u0058\u004e\u004f\u0052";case CmbOpReplace :_dcc ="\u0052E\u0050\u004c\u0041\u0043\u0045";case CmbOpNot :_dcc ="\u004e\u004f\u0054";};return _dcc ;};func _cdf (_dfe ,_fdf int )*Bitmap {return &Bitmap {Width :_dfe ,Height :_fdf ,RowStride :(_dfe +7)>>3}; +};func TstWordBitmap (t *_a .T ,scale ...int )*Bitmap {_ecdc :=1;if len (scale )> 0{_ecdc =scale [0];};_ccgc :=3;_baeec :=9+7+15+2*_ccgc ;_fgeef :=5+_ccgc +5;_ffcee :=New (_baeec *_ecdc ,_fgeef *_ecdc );_ccfbf :=&Bitmaps {};var _cced *int ;_ccgc *=_ecdc ; +_ebagd :=0;_cced =&_ebagd ;_edgb :=0;_bdge :=TstDSymbol (t ,scale ...);TstAddSymbol (t ,_ccfbf ,_bdge ,_cced ,_edgb ,1*_ecdc );_bdge =TstOSymbol (t ,scale ...);TstAddSymbol (t ,_ccfbf ,_bdge ,_cced ,_edgb ,_ccgc );_bdge =TstISymbol (t ,scale ...);TstAddSymbol (t ,_ccfbf ,_bdge ,_cced ,_edgb ,1*_ecdc ); +_bdge =TstTSymbol (t ,scale ...);TstAddSymbol (t ,_ccfbf ,_bdge ,_cced ,_edgb ,_ccgc );_bdge =TstNSymbol (t ,scale ...);TstAddSymbol (t ,_ccfbf ,_bdge ,_cced ,_edgb ,1*_ecdc );_bdge =TstOSymbol (t ,scale ...);TstAddSymbol (t ,_ccfbf ,_bdge ,_cced ,_edgb ,1*_ecdc ); +_bdge =TstWSymbol (t ,scale ...);TstAddSymbol (t ,_ccfbf ,_bdge ,_cced ,_edgb ,0);*_cced =0;_edgb =5*_ecdc +_ccgc ;_bdge =TstOSymbol (t ,scale ...);TstAddSymbol (t ,_ccfbf ,_bdge ,_cced ,_edgb ,1*_ecdc );_bdge =TstRSymbol (t ,scale ...);TstAddSymbol (t ,_ccfbf ,_bdge ,_cced ,_edgb ,_ccgc ); +_bdge =TstNSymbol (t ,scale ...);TstAddSymbol (t ,_ccfbf ,_bdge ,_cced ,_edgb ,1*_ecdc );_bdge =TstESymbol (t ,scale ...);TstAddSymbol (t ,_ccfbf ,_bdge ,_cced ,_edgb ,1*_ecdc );_bdge =TstVSymbol (t ,scale ...);TstAddSymbol (t ,_ccfbf ,_bdge ,_cced ,_edgb ,1*_ecdc ); +_bdge =TstESymbol (t ,scale ...);TstAddSymbol (t ,_ccfbf ,_bdge ,_cced ,_edgb ,1*_ecdc );_bdge =TstRSymbol (t ,scale ...);TstAddSymbol (t ,_ccfbf ,_bdge ,_cced ,_edgb ,0);TstWriteSymbols (t ,_ccfbf ,_ffcee );return _ffcee ;};func _fbba (_affa *Bitmap ,_gfca ,_cbfga ,_cfce ,_badgd int ,_acbg RasterOperator ,_aaag *Bitmap ,_fgcda ,_age int )error {var (_bbbb bool ; +_abaa bool ;_acbea byte ;_ceaa int ;_ccfce int ;_cdcaa int ;_gbbe int ;_gfee bool ;_fafge int ;_cdcb int ;_egdc int ;_abfga bool ;_edbg byte ;_dfab int ;_fgce int ;_gecd int ;_efabe byte ;_cfcc int ;_adfg int ;_gcgbf uint ;_cgee uint ;_dadc byte ;_becec shift ; +_baabd bool ;_fcff bool ;_baabc ,_ggga int ;);if _fgcda &7!=0{_adfg =8-(_fgcda &7);};if _gfca &7!=0{_ccfce =8-(_gfca &7);};if _adfg ==0&&_ccfce ==0{_dadc =_gbfbd [0];}else {if _ccfce > _adfg {_gcgbf =uint (_ccfce -_adfg );}else {_gcgbf =uint (8-(_adfg -_ccfce )); +};_cgee =8-_gcgbf ;_dadc =_gbfbd [_gcgbf ];};if (_gfca &7)!=0{_bbbb =true ;_ceaa =8-(_gfca &7);_acbea =_gbfbd [_ceaa ];_cdcaa =_affa .RowStride *_cbfga +(_gfca >>3);_gbbe =_aaag .RowStride *_age +(_fgcda >>3);_cfcc =8-(_fgcda &7);if _ceaa > _cfcc {_becec =_acgf ; +if _cfce >=_adfg {_baabd =true ;};}else {_becec =_abae ;};};if _cfce < _ceaa {_abaa =true ;_acbea &=_ceaad [8-_ceaa +_cfce ];};if !_abaa {_fafge =(_cfce -_ceaa )>>3;if _fafge !=0{_gfee =true ;_cdcb =_affa .RowStride *_cbfga +((_gfca +_ccfce )>>3);_egdc =_aaag .RowStride *_age +((_fgcda +_ccfce )>>3); +};};_dfab =(_gfca +_cfce )&7;if !(_abaa ||_dfab ==0){_abfga =true ;_edbg =_ceaad [_dfab ];_fgce =_affa .RowStride *_cbfga +((_gfca +_ccfce )>>3)+_fafge ;_gecd =_aaag .RowStride *_age +((_fgcda +_ccfce )>>3)+_fafge ;if _dfab > int (_cgee ){_fcff =true ; +};};switch _acbg {case PixSrc :if _bbbb {for _baabc =0;_baabc < _badgd ;_baabc ++{if _becec ==_acgf {_efabe =_aaag .Data [_gbbe ]<<_gcgbf ;if _baabd {_efabe =_accd (_efabe ,_aaag .Data [_gbbe +1]>>_cgee ,_dadc );};}else {_efabe =_aaag .Data [_gbbe ]>>_cgee ; +};_affa .Data [_cdcaa ]=_accd (_affa .Data [_cdcaa ],_efabe ,_acbea );_cdcaa +=_affa .RowStride ;_gbbe +=_aaag .RowStride ;};};if _gfee {for _baabc =0;_baabc < _badgd ;_baabc ++{for _ggga =0;_ggga < _fafge ;_ggga ++{_efabe =_accd (_aaag .Data [_egdc +_ggga ]<<_gcgbf ,_aaag .Data [_egdc +_ggga +1]>>_cgee ,_dadc ); +_affa .Data [_cdcb +_ggga ]=_efabe ;};_cdcb +=_affa .RowStride ;_egdc +=_aaag .RowStride ;};};if _abfga {for _baabc =0;_baabc < _badgd ;_baabc ++{_efabe =_aaag .Data [_gecd ]<<_gcgbf ;if _fcff {_efabe =_accd (_efabe ,_aaag .Data [_gecd +1]>>_cgee ,_dadc ); +};_affa .Data [_fgce ]=_accd (_affa .Data [_fgce ],_efabe ,_edbg );_fgce +=_affa .RowStride ;_gecd +=_aaag .RowStride ;};};case PixNotSrc :if _bbbb {for _baabc =0;_baabc < _badgd ;_baabc ++{if _becec ==_acgf {_efabe =_aaag .Data [_gbbe ]<<_gcgbf ;if _baabd {_efabe =_accd (_efabe ,_aaag .Data [_gbbe +1]>>_cgee ,_dadc ); +};}else {_efabe =_aaag .Data [_gbbe ]>>_cgee ;};_affa .Data [_cdcaa ]=_accd (_affa .Data [_cdcaa ],^_efabe ,_acbea );_cdcaa +=_affa .RowStride ;_gbbe +=_aaag .RowStride ;};};if _gfee {for _baabc =0;_baabc < _badgd ;_baabc ++{for _ggga =0;_ggga < _fafge ; +_ggga ++{_efabe =_accd (_aaag .Data [_egdc +_ggga ]<<_gcgbf ,_aaag .Data [_egdc +_ggga +1]>>_cgee ,_dadc );_affa .Data [_cdcb +_ggga ]=^_efabe ;};_cdcb +=_affa .RowStride ;_egdc +=_aaag .RowStride ;};};if _abfga {for _baabc =0;_baabc < _badgd ;_baabc ++{_efabe =_aaag .Data [_gecd ]<<_gcgbf ; +if _fcff {_efabe =_accd (_efabe ,_aaag .Data [_gecd +1]>>_cgee ,_dadc );};_affa .Data [_fgce ]=_accd (_affa .Data [_fgce ],^_efabe ,_edbg );_fgce +=_affa .RowStride ;_gecd +=_aaag .RowStride ;};};case PixSrcOrDst :if _bbbb {for _baabc =0;_baabc < _badgd ; +_baabc ++{if _becec ==_acgf {_efabe =_aaag .Data [_gbbe ]<<_gcgbf ;if _baabd {_efabe =_accd (_efabe ,_aaag .Data [_gbbe +1]>>_cgee ,_dadc );};}else {_efabe =_aaag .Data [_gbbe ]>>_cgee ;};_affa .Data [_cdcaa ]=_accd (_affa .Data [_cdcaa ],_efabe |_affa .Data [_cdcaa ],_acbea ); +_cdcaa +=_affa .RowStride ;_gbbe +=_aaag .RowStride ;};};if _gfee {for _baabc =0;_baabc < _badgd ;_baabc ++{for _ggga =0;_ggga < _fafge ;_ggga ++{_efabe =_accd (_aaag .Data [_egdc +_ggga ]<<_gcgbf ,_aaag .Data [_egdc +_ggga +1]>>_cgee ,_dadc );_affa .Data [_cdcb +_ggga ]|=_efabe ; +};_cdcb +=_affa .RowStride ;_egdc +=_aaag .RowStride ;};};if _abfga {for _baabc =0;_baabc < _badgd ;_baabc ++{_efabe =_aaag .Data [_gecd ]<<_gcgbf ;if _fcff {_efabe =_accd (_efabe ,_aaag .Data [_gecd +1]>>_cgee ,_dadc );};_affa .Data [_fgce ]=_accd (_affa .Data [_fgce ],_efabe |_affa .Data [_fgce ],_edbg ); +_fgce +=_affa .RowStride ;_gecd +=_aaag .RowStride ;};};case PixSrcAndDst :if _bbbb {for _baabc =0;_baabc < _badgd ;_baabc ++{if _becec ==_acgf {_efabe =_aaag .Data [_gbbe ]<<_gcgbf ;if _baabd {_efabe =_accd (_efabe ,_aaag .Data [_gbbe +1]>>_cgee ,_dadc ); +};}else {_efabe =_aaag .Data [_gbbe ]>>_cgee ;};_affa .Data [_cdcaa ]=_accd (_affa .Data [_cdcaa ],_efabe &_affa .Data [_cdcaa ],_acbea );_cdcaa +=_affa .RowStride ;_gbbe +=_aaag .RowStride ;};};if _gfee {for _baabc =0;_baabc < _badgd ;_baabc ++{for _ggga =0; +_ggga < _fafge ;_ggga ++{_efabe =_accd (_aaag .Data [_egdc +_ggga ]<<_gcgbf ,_aaag .Data [_egdc +_ggga +1]>>_cgee ,_dadc );_affa .Data [_cdcb +_ggga ]&=_efabe ;};_cdcb +=_affa .RowStride ;_egdc +=_aaag .RowStride ;};};if _abfga {for _baabc =0;_baabc < _badgd ; +_baabc ++{_efabe =_aaag .Data [_gecd ]<<_gcgbf ;if _fcff {_efabe =_accd (_efabe ,_aaag .Data [_gecd +1]>>_cgee ,_dadc );};_affa .Data [_fgce ]=_accd (_affa .Data [_fgce ],_efabe &_affa .Data [_fgce ],_edbg );_fgce +=_affa .RowStride ;_gecd +=_aaag .RowStride ; +};};case PixSrcXorDst :if _bbbb {for _baabc =0;_baabc < _badgd ;_baabc ++{if _becec ==_acgf {_efabe =_aaag .Data [_gbbe ]<<_gcgbf ;if _baabd {_efabe =_accd (_efabe ,_aaag .Data [_gbbe +1]>>_cgee ,_dadc );};}else {_efabe =_aaag .Data [_gbbe ]>>_cgee ;}; +_affa .Data [_cdcaa ]=_accd (_affa .Data [_cdcaa ],_efabe ^_affa .Data [_cdcaa ],_acbea );_cdcaa +=_affa .RowStride ;_gbbe +=_aaag .RowStride ;};};if _gfee {for _baabc =0;_baabc < _badgd ;_baabc ++{for _ggga =0;_ggga < _fafge ;_ggga ++{_efabe =_accd (_aaag .Data [_egdc +_ggga ]<<_gcgbf ,_aaag .Data [_egdc +_ggga +1]>>_cgee ,_dadc ); +_affa .Data [_cdcb +_ggga ]^=_efabe ;};_cdcb +=_affa .RowStride ;_egdc +=_aaag .RowStride ;};};if _abfga {for _baabc =0;_baabc < _badgd ;_baabc ++{_efabe =_aaag .Data [_gecd ]<<_gcgbf ;if _fcff {_efabe =_accd (_efabe ,_aaag .Data [_gecd +1]>>_cgee ,_dadc ); +};_affa .Data [_fgce ]=_accd (_affa .Data [_fgce ],_efabe ^_affa .Data [_fgce ],_edbg );_fgce +=_affa .RowStride ;_gecd +=_aaag .RowStride ;};};case PixNotSrcOrDst :if _bbbb {for _baabc =0;_baabc < _badgd ;_baabc ++{if _becec ==_acgf {_efabe =_aaag .Data [_gbbe ]<<_gcgbf ; +if _baabd {_efabe =_accd (_efabe ,_aaag .Data [_gbbe +1]>>_cgee ,_dadc );};}else {_efabe =_aaag .Data [_gbbe ]>>_cgee ;};_affa .Data [_cdcaa ]=_accd (_affa .Data [_cdcaa ],^_efabe |_affa .Data [_cdcaa ],_acbea );_cdcaa +=_affa .RowStride ;_gbbe +=_aaag .RowStride ; +};};if _gfee {for _baabc =0;_baabc < _badgd ;_baabc ++{for _ggga =0;_ggga < _fafge ;_ggga ++{_efabe =_accd (_aaag .Data [_egdc +_ggga ]<<_gcgbf ,_aaag .Data [_egdc +_ggga +1]>>_cgee ,_dadc );_affa .Data [_cdcb +_ggga ]|=^_efabe ;};_cdcb +=_affa .RowStride ; +_egdc +=_aaag .RowStride ;};};if _abfga {for _baabc =0;_baabc < _badgd ;_baabc ++{_efabe =_aaag .Data [_gecd ]<<_gcgbf ;if _fcff {_efabe =_accd (_efabe ,_aaag .Data [_gecd +1]>>_cgee ,_dadc );};_affa .Data [_fgce ]=_accd (_affa .Data [_fgce ],^_efabe |_affa .Data [_fgce ],_edbg ); +_fgce +=_affa .RowStride ;_gecd +=_aaag .RowStride ;};};case PixNotSrcAndDst :if _bbbb {for _baabc =0;_baabc < _badgd ;_baabc ++{if _becec ==_acgf {_efabe =_aaag .Data [_gbbe ]<<_gcgbf ;if _baabd {_efabe =_accd (_efabe ,_aaag .Data [_gbbe +1]>>_cgee ,_dadc ); +};}else {_efabe =_aaag .Data [_gbbe ]>>_cgee ;};_affa .Data [_cdcaa ]=_accd (_affa .Data [_cdcaa ],^_efabe &_affa .Data [_cdcaa ],_acbea );_cdcaa +=_affa .RowStride ;_gbbe +=_aaag .RowStride ;};};if _gfee {for _baabc =0;_baabc < _badgd ;_baabc ++{for _ggga =0; +_ggga < _fafge ;_ggga ++{_efabe =_accd (_aaag .Data [_egdc +_ggga ]<<_gcgbf ,_aaag .Data [_egdc +_ggga +1]>>_cgee ,_dadc );_affa .Data [_cdcb +_ggga ]&=^_efabe ;};_cdcb +=_affa .RowStride ;_egdc +=_aaag .RowStride ;};};if _abfga {for _baabc =0;_baabc < _badgd ; +_baabc ++{_efabe =_aaag .Data [_gecd ]<<_gcgbf ;if _fcff {_efabe =_accd (_efabe ,_aaag .Data [_gecd +1]>>_cgee ,_dadc );};_affa .Data [_fgce ]=_accd (_affa .Data [_fgce ],^_efabe &_affa .Data [_fgce ],_edbg );_fgce +=_affa .RowStride ;_gecd +=_aaag .RowStride ; +};};case PixSrcOrNotDst :if _bbbb {for _baabc =0;_baabc < _badgd ;_baabc ++{if _becec ==_acgf {_efabe =_aaag .Data [_gbbe ]<<_gcgbf ;if _baabd {_efabe =_accd (_efabe ,_aaag .Data [_gbbe +1]>>_cgee ,_dadc );};}else {_efabe =_aaag .Data [_gbbe ]>>_cgee ; +};_affa .Data [_cdcaa ]=_accd (_affa .Data [_cdcaa ],_efabe |^_affa .Data [_cdcaa ],_acbea );_cdcaa +=_affa .RowStride ;_gbbe +=_aaag .RowStride ;};};if _gfee {for _baabc =0;_baabc < _badgd ;_baabc ++{for _ggga =0;_ggga < _fafge ;_ggga ++{_efabe =_accd (_aaag .Data [_egdc +_ggga ]<<_gcgbf ,_aaag .Data [_egdc +_ggga +1]>>_cgee ,_dadc ); +_affa .Data [_cdcb +_ggga ]=_efabe |^_affa .Data [_cdcb +_ggga ];};_cdcb +=_affa .RowStride ;_egdc +=_aaag .RowStride ;};};if _abfga {for _baabc =0;_baabc < _badgd ;_baabc ++{_efabe =_aaag .Data [_gecd ]<<_gcgbf ;if _fcff {_efabe =_accd (_efabe ,_aaag .Data [_gecd +1]>>_cgee ,_dadc ); +};_affa .Data [_fgce ]=_accd (_affa .Data [_fgce ],_efabe |^_affa .Data [_fgce ],_edbg );_fgce +=_affa .RowStride ;_gecd +=_aaag .RowStride ;};};case PixSrcAndNotDst :if _bbbb {for _baabc =0;_baabc < _badgd ;_baabc ++{if _becec ==_acgf {_efabe =_aaag .Data [_gbbe ]<<_gcgbf ; +if _baabd {_efabe =_accd (_efabe ,_aaag .Data [_gbbe +1]>>_cgee ,_dadc );};}else {_efabe =_aaag .Data [_gbbe ]>>_cgee ;};_affa .Data [_cdcaa ]=_accd (_affa .Data [_cdcaa ],_efabe &^_affa .Data [_cdcaa ],_acbea );_cdcaa +=_affa .RowStride ;_gbbe +=_aaag .RowStride ; +};};if _gfee {for _baabc =0;_baabc < _badgd ;_baabc ++{for _ggga =0;_ggga < _fafge ;_ggga ++{_efabe =_accd (_aaag .Data [_egdc +_ggga ]<<_gcgbf ,_aaag .Data [_egdc +_ggga +1]>>_cgee ,_dadc );_affa .Data [_cdcb +_ggga ]=_efabe &^_affa .Data [_cdcb +_ggga ]; +};_cdcb +=_affa .RowStride ;_egdc +=_aaag .RowStride ;};};if _abfga {for _baabc =0;_baabc < _badgd ;_baabc ++{_efabe =_aaag .Data [_gecd ]<<_gcgbf ;if _fcff {_efabe =_accd (_efabe ,_aaag .Data [_gecd +1]>>_cgee ,_dadc );};_affa .Data [_fgce ]=_accd (_affa .Data [_fgce ],_efabe &^_affa .Data [_fgce ],_edbg ); +_fgce +=_affa .RowStride ;_gecd +=_aaag .RowStride ;};};case PixNotPixSrcOrDst :if _bbbb {for _baabc =0;_baabc < _badgd ;_baabc ++{if _becec ==_acgf {_efabe =_aaag .Data [_gbbe ]<<_gcgbf ;if _baabd {_efabe =_accd (_efabe ,_aaag .Data [_gbbe +1]>>_cgee ,_dadc ); +};}else {_efabe =_aaag .Data [_gbbe ]>>_cgee ;};_affa .Data [_cdcaa ]=_accd (_affa .Data [_cdcaa ],^(_efabe |_affa .Data [_cdcaa ]),_acbea );_cdcaa +=_affa .RowStride ;_gbbe +=_aaag .RowStride ;};};if _gfee {for _baabc =0;_baabc < _badgd ;_baabc ++{for _ggga =0; +_ggga < _fafge ;_ggga ++{_efabe =_accd (_aaag .Data [_egdc +_ggga ]<<_gcgbf ,_aaag .Data [_egdc +_ggga +1]>>_cgee ,_dadc );_affa .Data [_cdcb +_ggga ]=^(_efabe |_affa .Data [_cdcb +_ggga ]);};_cdcb +=_affa .RowStride ;_egdc +=_aaag .RowStride ;};};if _abfga {for _baabc =0; +_baabc < _badgd ;_baabc ++{_efabe =_aaag .Data [_gecd ]<<_gcgbf ;if _fcff {_efabe =_accd (_efabe ,_aaag .Data [_gecd +1]>>_cgee ,_dadc );};_affa .Data [_fgce ]=_accd (_affa .Data [_fgce ],^(_efabe |_affa .Data [_fgce ]),_edbg );_fgce +=_affa .RowStride ; +_gecd +=_aaag .RowStride ;};};case PixNotPixSrcAndDst :if _bbbb {for _baabc =0;_baabc < _badgd ;_baabc ++{if _becec ==_acgf {_efabe =_aaag .Data [_gbbe ]<<_gcgbf ;if _baabd {_efabe =_accd (_efabe ,_aaag .Data [_gbbe +1]>>_cgee ,_dadc );};}else {_efabe =_aaag .Data [_gbbe ]>>_cgee ; +};_affa .Data [_cdcaa ]=_accd (_affa .Data [_cdcaa ],^(_efabe &_affa .Data [_cdcaa ]),_acbea );_cdcaa +=_affa .RowStride ;_gbbe +=_aaag .RowStride ;};};if _gfee {for _baabc =0;_baabc < _badgd ;_baabc ++{for _ggga =0;_ggga < _fafge ;_ggga ++{_efabe =_accd (_aaag .Data [_egdc +_ggga ]<<_gcgbf ,_aaag .Data [_egdc +_ggga +1]>>_cgee ,_dadc ); +_affa .Data [_cdcb +_ggga ]=^(_efabe &_affa .Data [_cdcb +_ggga ]);};_cdcb +=_affa .RowStride ;_egdc +=_aaag .RowStride ;};};if _abfga {for _baabc =0;_baabc < _badgd ;_baabc ++{_efabe =_aaag .Data [_gecd ]<<_gcgbf ;if _fcff {_efabe =_accd (_efabe ,_aaag .Data [_gecd +1]>>_cgee ,_dadc ); +};_affa .Data [_fgce ]=_accd (_affa .Data [_fgce ],^(_efabe &_affa .Data [_fgce ]),_edbg );_fgce +=_affa .RowStride ;_gecd +=_aaag .RowStride ;};};case PixNotPixSrcXorDst :if _bbbb {for _baabc =0;_baabc < _badgd ;_baabc ++{if _becec ==_acgf {_efabe =_aaag .Data [_gbbe ]<<_gcgbf ; +if _baabd {_efabe =_accd (_efabe ,_aaag .Data [_gbbe +1]>>_cgee ,_dadc );};}else {_efabe =_aaag .Data [_gbbe ]>>_cgee ;};_affa .Data [_cdcaa ]=_accd (_affa .Data [_cdcaa ],^(_efabe ^_affa .Data [_cdcaa ]),_acbea );_cdcaa +=_affa .RowStride ;_gbbe +=_aaag .RowStride ; +};};if _gfee {for _baabc =0;_baabc < _badgd ;_baabc ++{for _ggga =0;_ggga < _fafge ;_ggga ++{_efabe =_accd (_aaag .Data [_egdc +_ggga ]<<_gcgbf ,_aaag .Data [_egdc +_ggga +1]>>_cgee ,_dadc );_affa .Data [_cdcb +_ggga ]=^(_efabe ^_affa .Data [_cdcb +_ggga ]); +};_cdcb +=_affa .RowStride ;_egdc +=_aaag .RowStride ;};};if _abfga {for _baabc =0;_baabc < _badgd ;_baabc ++{_efabe =_aaag .Data [_gecd ]<<_gcgbf ;if _fcff {_efabe =_accd (_efabe ,_aaag .Data [_gecd +1]>>_cgee ,_dadc );};_affa .Data [_fgce ]=_accd (_affa .Data [_fgce ],^(_efabe ^_affa .Data [_fgce ]),_edbg ); +_fgce +=_affa .RowStride ;_gecd +=_aaag .RowStride ;};};default:_b .Log .Debug ("\u004f\u0070e\u0072\u0061\u0074\u0069\u006f\u006e\u003a\u0020\u0027\u0025\u0064\u0027\u0020\u006e\u006f\u0074\u0020\u0070\u0065\u0072\u006d\u0069tt\u0065\u0064",_acbg );return _g .Error ("\u0072a\u0073t\u0065\u0072\u004f\u0070\u0047e\u006e\u0065r\u0061\u006c\u004c\u006f\u0077","\u0072\u0061\u0073\u0074\u0065\u0072\u0020\u006f\u0070\u0065r\u0061\u0074\u0069\u006f\u006e\u0020\u006eo\u0074\u0020\u0070\u0065\u0072\u006d\u0069\u0074\u0074\u0065\u0064"); +};return nil ;};type LocationFilter int ;const (MopDilation MorphOperation =iota ;MopErosion ;MopOpening ;MopClosing ;MopRankBinaryReduction ;MopReplicativeBinaryExpansion ;MopAddBorder ;);func CorrelationScore (bm1 ,bm2 *Bitmap ,area1 ,area2 int ,delX ,delY float32 ,maxDiffW ,maxDiffH int ,tab []int )(_eeea float64 ,_cfbe error ){const _bba ="\u0063\u006fr\u0072\u0065\u006ca\u0074\u0069\u006f\u006e\u0053\u0063\u006f\u0072\u0065"; +if bm1 ==nil ||bm2 ==nil {return 0,_g .Error (_bba ,"p\u0072o\u0076\u0069\u0064\u0065\u0064\u0020\u006e\u0069l\u0020\u0062\u0069\u0074ma\u0070\u0073");};if tab ==nil {return 0,_g .Error (_bba ,"\u0027\u0074\u0061\u0062\u0027\u0020\u006e\u006f\u0074\u0020\u0064\u0065f\u0069\u006e\u0065\u0064"); +};if area1 <=0||area2 <=0{return 0,_g .Error (_bba ,"\u0061\u0072\u0065\u0061s\u0020\u006d\u0075\u0073\u0074\u0020\u0062\u0065\u0020\u0067r\u0065a\u0074\u0065\u0072\u0020\u0074\u0068\u0061n\u0020\u0030");};_aaf ,_cdab :=bm1 .Width ,bm1 .Height ;_ecbe ,_cgbc :=bm2 .Width ,bm2 .Height ; +_ccgga :=_gebfc (_aaf -_ecbe );if _ccgga > maxDiffW {return 0,nil ;};_efdf :=_gebfc (_cdab -_cgbc );if _efdf > maxDiffH {return 0,nil ;};var _eeeaa ,_ceb int ;if delX >=0{_eeeaa =int (delX +0.5);}else {_eeeaa =int (delX -0.5);};if delY >=0{_ceb =int (delY +0.5); +}else {_ceb =int (delY -0.5);};_ggad :=_abfcf (_ceb ,0);_cfab :=_cddf (_cgbc +_ceb ,_cdab );_gef :=bm1 .RowStride *_ggad ;_dcae :=bm2 .RowStride *(_ggad -_ceb );_ffcg :=_abfcf (_eeeaa ,0);_edeb :=_cddf (_ecbe +_eeeaa ,_aaf );_fbfcc :=bm2 .RowStride ;var _ecdf ,_fge int ; +if _eeeaa >=8{_ecdf =_eeeaa >>3;_gef +=_ecdf ;_ffcg -=_ecdf <<3;_edeb -=_ecdf <<3;_eeeaa &=7;}else if _eeeaa <=-8{_fge =-((_eeeaa +7)>>3);_dcae +=_fge ;_fbfcc -=_fge ;_eeeaa +=_fge <<3;};if _ffcg >=_edeb ||_ggad >=_cfab {return 0,nil ;};_bfc :=(_edeb +7)>>3; +var (_begbb ,_bcaa ,_cafe byte ;_egbc ,_bdd ,_cfd int ;);switch {case _eeeaa ==0:for _cfd =_ggad ;_cfd < _cfab ;_cfd ,_gef ,_dcae =_cfd +1,_gef +bm1 .RowStride ,_dcae +bm2 .RowStride {for _bdd =0;_bdd < _bfc ;_bdd ++{_cafe =bm1 .Data [_gef +_bdd ]&bm2 .Data [_dcae +_bdd ]; +_egbc +=tab [_cafe ];};};case _eeeaa > 0:if _fbfcc < _bfc {for _cfd =_ggad ;_cfd < _cfab ;_cfd ,_gef ,_dcae =_cfd +1,_gef +bm1 .RowStride ,_dcae +bm2 .RowStride {_begbb ,_bcaa =bm1 .Data [_gef ],bm2 .Data [_dcae ]>>uint (_eeeaa );_cafe =_begbb &_bcaa ; +_egbc +=tab [_cafe ];for _bdd =1;_bdd < _fbfcc ;_bdd ++{_begbb ,_bcaa =bm1 .Data [_gef +_bdd ],(bm2 .Data [_dcae +_bdd ]>>uint (_eeeaa ))|(bm2 .Data [_dcae +_bdd -1]<>uint (_eeeaa ); +_cafe =_begbb &_bcaa ;_egbc +=tab [_cafe ];for _bdd =1;_bdd < _bfc ;_bdd ++{_begbb =bm1 .Data [_gef +_bdd ];_bcaa =(bm2 .Data [_dcae +_bdd ]>>uint (_eeeaa ))|(bm2 .Data [_dcae +_bdd -1]<>uint (8+_eeeaa ); +_cafe =_begbb &_bcaa ;_egbc +=tab [_cafe ];};};}else {for _cfd =_ggad ;_cfd < _cfab ;_cfd ,_gef ,_dcae =_cfd +1,_gef +bm1 .RowStride ,_dcae +bm2 .RowStride {for _bdd =0;_bdd < _bfc -1;_bdd ++{_begbb =bm1 .Data [_gef +_bdd ];_bcaa =bm2 .Data [_dcae +_bdd ]<>uint (8+_eeeaa );_cafe =_begbb &_bcaa ;_egbc +=tab [_cafe ];};_begbb =bm1 .Data [_gef +_bdd ];_bcaa =bm2 .Data [_dcae +_bdd ]<>1)&0x1)+(uint8 (_efdg >>2)&0x1)+(uint8 (_efdg >>3)&0x1)+(uint8 (_efdg >>4)&0x1)+(uint8 (_efdg >>5)&0x1)+(uint8 (_efdg >>6)&0x1)+(uint8 (_efdg >>7)&0x1);};}; +func _fdee (_aeae *Bitmap ,_ggcb *_cd .Stack ,_gcgca ,_ecgfb ,_gaaae int )(_aded *_ff .Rectangle ,_bbgdef error ){const _dbba ="\u0073e\u0065d\u0046\u0069\u006c\u006c\u0053\u0074\u0061\u0063\u006b\u0042\u0042";if _aeae ==nil {return nil ,_g .Error (_dbba ,"\u0070\u0072\u006fvi\u0064\u0065\u0064\u0020\u006e\u0069\u006c\u0020\u0027\u0073\u0027\u0020\u0042\u0069\u0074\u006d\u0061\u0070"); +};if _ggcb ==nil {return nil ,_g .Error (_dbba ,"p\u0072o\u0076\u0069\u0064\u0065\u0064\u0020\u006e\u0069l\u0020\u0027\u0073\u0074ac\u006b\u0027");};switch _gaaae {case 4:if _aded ,_bbgdef =_dbfe (_aeae ,_ggcb ,_gcgca ,_ecgfb );_bbgdef !=nil {return nil ,_g .Wrap (_bbgdef ,_dbba ,""); +};return _aded ,nil ;case 8:if _aded ,_bbgdef =_ffad (_aeae ,_ggcb ,_gcgca ,_ecgfb );_bbgdef !=nil {return nil ,_g .Wrap (_bbgdef ,_dbba ,"");};return _aded ,nil ;default:return nil ,_g .Errorf (_dbba ,"\u0063\u006f\u006e\u006e\u0065\u0063\u0074\u0069\u0076\u0069\u0074\u0079\u0020\u0069\u0073 \u006eo\u0074\u0020\u0034\u0020\u006f\u0072\u0020\u0038\u003a\u0020\u0027\u0025\u0064\u0027",_gaaae ); +};};func (_ccfcb *Bitmap )GetByte (index int )(byte ,error ){if index > len (_ccfcb .Data )-1||index < 0{return 0,_g .Errorf ("\u0047e\u0074\u0042\u0079\u0074\u0065","\u0069\u006e\u0064\u0065x:\u0020\u0025\u0064\u0020\u006f\u0075\u0074\u0020\u006f\u0066\u0020\u0072\u0061\u006eg\u0065",index ); +};return _ccfcb .Data [index ],nil ;};func Blit (src *Bitmap ,dst *Bitmap ,x ,y int ,op CombinationOperator )error {var _cbdg ,_cdbe int ;_aea :=src .RowStride -1;if x < 0{_cdbe =-x ;x =0;}else if x +src .Width > dst .Width {_aea -=src .Width +x -dst .Width ; +};if y < 0{_cbdg =-y ;y =0;_cdbe +=src .RowStride ;_aea +=src .RowStride ;}else if y +src .Height > dst .Height {_cbdg =src .Height +y -dst .Height ;};var (_eac int ;_fea error ;);_cbg :=x &0x07;_adba :=8-_cbg ;_geda :=src .Width &0x07;_efdgd :=_adba -_geda ; +_ega :=_adba &0x07!=0;_caca :=src .Width <=((_aea -_cdbe )<<3)+_adba ;_affe :=dst .GetByteIndex (x ,y );_gbdd :=_cbdg +dst .Height ;if src .Height > _gbdd {_eac =_gbdd ;}else {_eac =src .Height ;};switch {case !_ega :_fea =_ccdc (src ,dst ,_cbdg ,_eac ,_affe ,_cdbe ,_aea ,op ); +case _caca :_fea =_eefba (src ,dst ,_cbdg ,_eac ,_affe ,_cdbe ,_aea ,_efdgd ,_cbg ,_adba ,op );default:_fea =_gcgc (src ,dst ,_cbdg ,_eac ,_affe ,_cdbe ,_aea ,_efdgd ,_cbg ,_adba ,op ,_geda );};return _fea ;};func _fgcb (_bffdg ,_efab byte ,_aeaf CombinationOperator )byte {switch _aeaf {case CmbOpOr :return _efab |_bffdg ; +case CmbOpAnd :return _efab &_bffdg ;case CmbOpXor :return _efab ^_bffdg ;case CmbOpXNor :return ^(_efab ^_bffdg );case CmbOpNot :return ^(_efab );default:return _efab ;};};func _gdc (_ffc ,_egb *Bitmap ,_ddc int ,_cfcb []byte ,_dbc int )(_abg error ){const _acg ="\u0072\u0065\u0064uc\u0065\u0052\u0061\u006e\u006b\u0042\u0069\u006e\u0061\u0072\u0079\u0032\u004c\u0065\u0076\u0065\u006c\u0033"; +var (_dgb ,_ege ,_bcb ,_bcbg ,_ggg ,_ada ,_gca ,_aba int ;_cbae ,_fed ,_bgbg ,_gec uint32 ;_dce ,_bff byte ;_cca uint16 ;);_cda :=make ([]byte ,4);_ccae :=make ([]byte ,4);for _bcb =0;_bcb < _ffc .Height -1;_bcb ,_bcbg =_bcb +2,_bcbg +1{_dgb =_bcb *_ffc .RowStride ; +_ege =_bcbg *_egb .RowStride ;for _ggg ,_ada =0,0;_ggg < _dbc ;_ggg ,_ada =_ggg +4,_ada +1{for _gca =0;_gca < 4;_gca ++{_aba =_dgb +_ggg +_gca ;if _aba <=len (_ffc .Data )-1&&_aba < _dgb +_ffc .RowStride {_cda [_gca ]=_ffc .Data [_aba ];}else {_cda [_gca ]=0x00; +};_aba =_dgb +_ffc .RowStride +_ggg +_gca ;if _aba <=len (_ffc .Data )-1&&_aba < _dgb +(2*_ffc .RowStride ){_ccae [_gca ]=_ffc .Data [_aba ];}else {_ccae [_gca ]=0x00;};};_cbae =_fc .BigEndian .Uint32 (_cda );_fed =_fc .BigEndian .Uint32 (_ccae );_bgbg =_cbae &_fed ; +_bgbg |=_bgbg <<1;_gec =_cbae |_fed ;_gec &=_gec <<1;_fed =_bgbg &_gec ;_fed &=0xaaaaaaaa;_cbae =_fed |(_fed <<7);_dce =byte (_cbae >>24);_bff =byte ((_cbae >>8)&0xff);_aba =_ege +_ada ;if _aba +1==len (_egb .Data )-1||_aba +1>=_ege +_egb .RowStride {if _abg =_egb .SetByte (_aba ,_cfcb [_dce ]); +_abg !=nil {return _g .Wrapf (_abg ,_acg ,"\u0069n\u0064\u0065\u0078\u003a\u0020\u0025d",_aba );};}else {_cca =(uint16 (_cfcb [_dce ])<<8)|uint16 (_cfcb [_bff ]);if _abg =_egb .setTwoBytes (_aba ,_cca );_abg !=nil {return _g .Wrapf (_abg ,_acg ,"s\u0065\u0074\u0074\u0069\u006e\u0067 \u0074\u0077\u006f\u0020\u0062\u0079t\u0065\u0073\u0020\u0066\u0061\u0069\u006ce\u0064\u002c\u0020\u0069\u006e\u0064\u0065\u0078\u003a\u0020%\u0064",_aba ); +};_ada ++;};};};return nil ;};func (_bfbf *Bitmap )connComponentsBB (_aecf int )(_fag *Boxes ,_ggcd error ){const _bgefd ="\u0042\u0069\u0074ma\u0070\u002e\u0063\u006f\u006e\u006e\u0043\u006f\u006d\u0070\u006f\u006e\u0065\u006e\u0074\u0073\u0042\u0042"; +if _aecf !=4&&_aecf !=8{return nil ,_g .Error (_bgefd ,"\u0063\u006f\u006e\u006e\u0065\u0063t\u0069\u0076\u0069\u0074\u0079\u0020\u006d\u0075\u0073\u0074\u0020\u0062\u0065 \u0061\u0020\u0027\u0034\u0027\u0020\u006fr\u0020\u0027\u0038\u0027");};if _bfbf .Zero (){return &Boxes {},nil ; +};_bfbf .setPadBits (0);_faf ,_ggcd :=_cgde (nil ,_bfbf );if _ggcd !=nil {return nil ,_g .Wrap (_ggcd ,_bgefd ,"\u0062\u006d\u0031");};_dedc :=&_cd .Stack {};_dedc .Aux =&_cd .Stack {};_fag =&Boxes {};var (_decc ,_feca int ;_bbb _ff .Point ;_gdad bool ; +_fee *_ff .Rectangle ;);for {if _bbb ,_gdad ,_ggcd =_faf .nextOnPixel (_feca ,_decc );_ggcd !=nil {return nil ,_g .Wrap (_ggcd ,_bgefd ,"");};if !_gdad {break ;};if _fee ,_ggcd =_fdee (_faf ,_dedc ,_bbb .X ,_bbb .Y ,_aecf );_ggcd !=nil {return nil ,_g .Wrap (_ggcd ,_bgefd ,""); +};if _ggcd =_fag .Add (_fee );_ggcd !=nil {return nil ,_g .Wrap (_ggcd ,_bgefd ,"");};_feca =_bbb .X ;_decc =_bbb .Y ;};return _fag ,nil ;};func _efaf ()[]int {_ebdb :=make ([]int ,256);for _bbefe :=0;_bbefe <=0xff;_bbefe ++{_gdca :=byte (_bbefe );_ebdb [_gdca ]=int (_gdca &0x1)+(int (_gdca >>1)&0x1)+(int (_gdca >>2)&0x1)+(int (_gdca >>3)&0x1)+(int (_gdca >>4)&0x1)+(int (_gdca >>5)&0x1)+(int (_gdca >>6)&0x1)+(int (_gdca >>7)&0x1); +};return _ebdb ;};func _gda (_de ,_bg *Bitmap )(_ccd error ){const _fa ="\u0065\u0078\u0070\u0061nd\u0042\u0069\u006e\u0061\u0072\u0079\u0046\u0061\u0063\u0074\u006f\u0072\u0038";_dad :=_bg .RowStride ;_daf :=_de .RowStride ;var _fcc ,_dee ,_dag ,_gaa ,_afe int ; +for _dag =0;_dag < _bg .Height ;_dag ++{_fcc =_dag *_dad ;_dee =8*_dag *_daf ;for _gaa =0;_gaa < _dad ;_gaa ++{if _ccd =_de .setEightBytes (_dee +_gaa *8,_fbbc [_bg .Data [_fcc +_gaa ]]);_ccd !=nil {return _g .Wrap (_ccd ,_fa ,"");};};for _afe =1;_afe < 8; +_afe ++{for _gaa =0;_gaa < _daf ;_gaa ++{if _ccd =_de .SetByte (_dee +_afe *_daf +_gaa ,_de .Data [_dee +_gaa ]);_ccd !=nil {return _g .Wrap (_ccd ,_fa ,"");};};};};return nil ;};func (_accgb *Bitmap )inverseData (){if _ddbb :=_accgb .RasterOperation (0,0,_accgb .Width ,_accgb .Height ,PixNotDst ,nil ,0,0); +_ddbb !=nil {_b .Log .Debug ("\u0049n\u0076\u0065\u0072\u0073e\u0020\u0064\u0061\u0074\u0061 \u0066a\u0069l\u0065\u0064\u003a\u0020\u0027\u0025\u0076'",_ddbb );};if _accgb .Color ==Chocolate {_accgb .Color =Vanilla ;}else {_accgb .Color =Chocolate ;};}; +func _fggb (_fbcd ,_bfac *Bitmap ,_eada *Selection )(*Bitmap ,error ){const _fabf ="\u0070\u0072\u006f\u0063\u0065\u0073\u0073\u004d\u006f\u0072\u0070\u0068A\u0072\u0067\u0073\u0032";var _fggd ,_ddg int ;if _bfac ==nil {return nil ,_g .Error (_fabf ,"s\u006fu\u0072\u0063\u0065\u0020\u0062\u0069\u0074\u006da\u0070\u0020\u0069\u0073 n\u0069\u006c"); +};if _eada ==nil {return nil ,_g .Error (_fabf ,"\u0073e\u006c \u006e\u006f\u0074\u0020\u0064\u0065\u0066\u0069\u006e\u0065\u0064");};_fggd =_eada .Width ;_ddg =_eada .Height ;if _fggd ==0||_ddg ==0{return nil ,_g .Error (_fabf ,"\u0073\u0065\u006c\u0020\u006f\u0066\u0020\u0073\u0069\u007a\u0065\u0020\u0030"); +};if _fbcd ==nil {return _bfac .createTemplate (),nil ;};if _acef :=_fbcd .resizeImageData (_bfac );_acef !=nil {return nil ,_acef ;};return _fbcd ,nil ;};type MorphProcess struct{Operation MorphOperation ;Arguments []int ;};func Centroids (bms []*Bitmap )(*Points ,error ){_fbde :=make ([]Point ,len (bms )); +_bagb :=_fddb ();_dfga :=_efaf ();var _dddb error ;for _cfcg ,_gbfb :=range bms {_fbde [_cfcg ],_dddb =_gbfb .centroid (_bagb ,_dfga );if _dddb !=nil {return nil ,_dddb ;};};_cdac :=Points (_fbde );return &_cdac ,nil ;};func NewWithUnpaddedData (width ,height int ,data []byte )(*Bitmap ,error ){const _ebeg ="\u004e\u0065\u0077\u0057it\u0068\u0055\u006e\u0070\u0061\u0064\u0064\u0065\u0064\u0044\u0061\u0074\u0061"; +_ebbc :=_cdf (width ,height );_ebbc .Data =data ;if _cbafe :=((width *height )+7)>>3;len (data )< _cbafe {return nil ,_g .Errorf (_ebeg ,"\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0064a\u0074\u0061\u0020\u006c\u0065\u006e\u0067\u0074\u0068\u003a\u0020\u0027\u0025\u0064\u0027\u002e\u0020\u0054\u0068\u0065\u0020\u0064\u0061t\u0061\u0020s\u0068\u006fu\u006c\u0064\u0020\u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0020\u0061\u0074 l\u0065\u0061\u0073\u0074\u003a\u0020\u0027\u0025\u0064'\u0020\u0062\u0079\u0074\u0065\u0073",len (data ),_cbafe ); +};if _fae :=_ebbc .addPadBits ();_fae !=nil {return nil ,_g .Wrap (_fae ,_ebeg ,"");};return _ebbc ,nil ;};const (CmbOpOr CombinationOperator =iota ;CmbOpAnd ;CmbOpXor ;CmbOpXNor ;CmbOpReplace ;CmbOpNot ;);func _gcad (_fdecb *Bitmap ,_edbe ,_dafe ,_fgfb ,_bged int ,_fdab RasterOperator ){if _edbe < 0{_fgfb +=_edbe ; +_edbe =0;};_cecc :=_edbe +_fgfb -_fdecb .Width ;if _cecc > 0{_fgfb -=_cecc ;};if _dafe < 0{_bged +=_dafe ;_dafe =0;};_dfac :=_dafe +_bged -_fdecb .Height ;if _dfac > 0{_bged -=_dfac ;};if _fgfb <=0||_bged <=0{return ;};if (_edbe &7)==0{_dbeca (_fdecb ,_edbe ,_dafe ,_fgfb ,_bged ,_fdab ); +}else {_cgeb (_fdecb ,_edbe ,_dafe ,_fgfb ,_bged ,_fdab );};};func _fdfc (_gedd ,_aedgg *Bitmap ,_aafa ,_fadc int )(*Bitmap ,error ){const _dcfcd ="\u0065\u0072\u006f\u0064\u0065\u0042\u0072\u0069\u0063\u006b";if _aedgg ==nil {return nil ,_g .Error (_dcfcd ,"\u0073o\u0075r\u0063\u0065\u0020\u006e\u006ft\u0020\u0064e\u0066\u0069\u006e\u0065\u0064"); +};if _aafa < 1||_fadc < 1{return nil ,_g .Error (_dcfcd ,"\u0068\u0073\u0069\u007a\u0065\u0020\u0061\u006e\u0064\u0020\u0076\u0073\u0069\u007a\u0065\u0020\u0061\u0072e\u0020\u006e\u006f\u0074\u0020\u0067\u0072e\u0061\u0074\u0065\u0072\u0020\u0074\u0068\u0061\u006e\u0020\u006fr\u0020\u0065\u0071\u0075\u0061\u006c\u0020\u0074\u006f\u0020\u0031"); +};if _aafa ==1&&_fadc ==1{_gegc ,_cafc :=_cgde (_gedd ,_aedgg );if _cafc !=nil {return nil ,_g .Wrap (_cafc ,_dcfcd ,"\u0068S\u0069\u007a\u0065\u0020\u003d\u003d\u0020\u0031\u0020\u0026\u0026 \u0076\u0053\u0069\u007a\u0065\u0020\u003d\u003d\u0020\u0031"); +};return _gegc ,nil ;};if _aafa ==1||_fadc ==1{_ebcf :=SelCreateBrick (_fadc ,_aafa ,_fadc /2,_aafa /2,SelHit );_efge ,_ffge :=_dgbcf (_gedd ,_aedgg ,_ebcf );if _ffge !=nil {return nil ,_g .Wrap (_ffge ,_dcfcd ,"\u0068S\u0069\u007a\u0065\u0020\u003d\u003d\u0020\u0031\u0020\u007c\u007c \u0076\u0053\u0069\u007a\u0065\u0020\u003d\u003d\u0020\u0031"); +};return _efge ,nil ;};_cdg :=SelCreateBrick (1,_aafa ,0,_aafa /2,SelHit );_bdb :=SelCreateBrick (_fadc ,1,_fadc /2,0,SelHit );_ebdg ,_cade :=_dgbcf (nil ,_aedgg ,_cdg );if _cade !=nil {return nil ,_g .Wrap (_cade ,_dcfcd ,"\u0031s\u0074\u0020\u0065\u0072\u006f\u0064e"); +};_gedd ,_cade =_dgbcf (_gedd ,_ebdg ,_bdb );if _cade !=nil {return nil ,_g .Wrap (_cade ,_dcfcd ,"\u0032n\u0064\u0020\u0065\u0072\u006f\u0064e");};return _gedd ,nil ;};func CorrelationScoreSimple (bm1 ,bm2 *Bitmap ,area1 ,area2 int ,delX ,delY float32 ,maxDiffW ,maxDiffH int ,tab []int )(_bcaad float64 ,_gceda error ){const _cdbg ="\u0043\u006f\u0072\u0072el\u0061\u0074\u0069\u006f\u006e\u0053\u0063\u006f\u0072\u0065\u0053\u0069\u006d\u0070l\u0065"; +if bm1 ==nil ||bm2 ==nil {return _bcaad ,_g .Error (_cdbg ,"n\u0069l\u0020\u0062\u0069\u0074\u006d\u0061\u0070\u0073 \u0070\u0072\u006f\u0076id\u0065\u0064");};if tab ==nil {return _bcaad ,_g .Error (_cdbg ,"\u0074\u0061\u0062\u0020\u0075\u006e\u0064\u0065\u0066\u0069\u006e\u0065\u0064"); +};if area1 ==0||area2 ==0{return _bcaad ,_g .Error (_cdbg ,"\u0070\u0072\u006f\u0076\u0069\u0064\u0065\u0064\u0020\u0061\u0072e\u0061\u0073\u0020\u006d\u0075\u0073\u0074\u0020\u0062\u0065 \u003e\u0020\u0030");};_bdea ,_cdbdd :=bm1 .Width ,bm1 .Height ; +_ggadc ,_aadd :=bm2 .Width ,bm2 .Height ;if _gebfc (_bdea -_ggadc )> maxDiffW {return 0,nil ;};if _gebfc (_cdbdd -_aadd )> maxDiffH {return 0,nil ;};var _ccaf ,_edgc int ;if delX >=0{_ccaf =int (delX +0.5);}else {_ccaf =int (delX -0.5);};if delY >=0{_edgc =int (delY +0.5); +}else {_edgc =int (delY -0.5);};_efagf :=bm1 .createTemplate ();if _gceda =_efagf .RasterOperation (_ccaf ,_edgc ,_ggadc ,_aadd ,PixSrc ,bm2 ,0,0);_gceda !=nil {return _bcaad ,_g .Wrap (_gceda ,_cdbg ,"\u0062m\u0032 \u0074\u006f\u0020\u0054\u0065\u006d\u0070\u006c\u0061\u0074\u0065"); +};if _gceda =_efagf .RasterOperation (0,0,_bdea ,_cdbdd ,PixSrcAndDst ,bm1 ,0,0);_gceda !=nil {return _bcaad ,_g .Wrap (_gceda ,_cdbg ,"b\u006d\u0031\u0020\u0061\u006e\u0064\u0020\u0062\u006d\u0054");};_eagb :=_efagf .countPixels ();_bcaad =float64 (_eagb )*float64 (_eagb )/(float64 (area1 )*float64 (area2 )); +return _bcaad ,nil ;};func (_bgfc Points )XSorter ()func (_fgbg ,_cgcd int )bool {return func (_ceggb ,_bbbgc int )bool {return _bgfc [_ceggb ].X < _bgfc [_bbbgc ].X };};func _cddf (_cdaed ,_abfg int )int {if _cdaed < _abfg {return _cdaed ;};return _abfg ; +};func (_dbd *Bitmap )RemoveBorder (borderSize int )(*Bitmap ,error ){if borderSize ==0{return _dbd .Copy (),nil ;};_fbg ,_cgb :=_dbd .removeBorderGeneral (borderSize ,borderSize ,borderSize ,borderSize );if _cgb !=nil {return nil ,_g .Wrap (_cgb ,"\u0052\u0065\u006do\u0076\u0065\u0042\u006f\u0072\u0064\u0065\u0072",""); +};return _fbg ,nil ;};func (_fda *Bitmap )setEightPartlyBytes (_ccdf ,_eefdg int ,_cac uint64 )(_acd error ){var (_fcdb byte ;_cfea int ;);const _eggc ="\u0073\u0065\u0074\u0045ig\u0068\u0074\u0050\u0061\u0072\u0074\u006c\u0079\u0042\u0079\u0074\u0065\u0073"; +for _cage :=1;_cage <=_eefdg ;_cage ++{_cfea =64-_cage *8;_fcdb =byte (_cac >>uint (_cfea )&0xff);_b .Log .Trace ("\u0074\u0065\u006d\u0070\u003a\u0020\u0025\u0030\u0038\u0062\u002c\u0020\u0069\u006e\u0064\u0065\u0078\u003a %\u0064,\u0020\u0069\u0064\u0078\u003a\u0020\u0025\u0064\u002c\u0020\u0066\u0075l\u006c\u0042\u0079\u0074\u0065\u0073\u004e\u0075\u006d\u0062\u0065\u0072\u003a\u0020\u0025\u0064\u002c \u0073\u0068\u0069\u0066\u0074\u003a\u0020\u0025\u0064",_fcdb ,_ccdf ,_ccdf +_cage -1,_eefdg ,_cfea ); +if _acd =_fda .SetByte (_ccdf +_cage -1,_fcdb );_acd !=nil {return _g .Wrap (_acd ,_eggc ,"\u0066\u0075\u006c\u006c\u0042\u0079\u0074\u0065");};};_begb :=_fda .RowStride *8-_fda .Width ;if _begb ==0{return nil ;};_cfea -=8;_fcdb =byte (_cac >>uint (_cfea )&0xff)< maxDiffW {return false ,nil ;};if _cd .Abs (_dega -_fecg )> maxDiffH {return false ,nil ;};_cegg :=int (delX +_cd .Sign (delX )*0.5);_caff :=int (delY +_cd .Sign (delY )*0.5); +var _ccgd error ;_gcdc :=p1 .CreateTemplate ();if _ccgd =_gcdc .RasterOperation (0,0,_bbbg ,_dega ,PixSrc ,p1 ,0,0);_ccgd !=nil {return false ,_g .Wrap (_ccgd ,_efb ,"p\u0031\u0020\u002d\u0053\u0052\u0043\u002d\u003e\u0020\u0074");};if _ccgd =_gcdc .RasterOperation (_cegg ,_caff ,_bbbg ,_dega ,PixNotSrcAndDst ,p4 ,0,0); +_ccgd !=nil {return false ,_g .Wrap (_ccgd ,_efb ,"\u0021p\u0034\u0020\u0026\u0020\u0074");};if _gcdc .Zero (){return false ,nil ;};if _ccgd =_gcdc .RasterOperation (_cegg ,_caff ,_cggf ,_fecg ,PixSrc ,p3 ,0,0);_ccgd !=nil {return false ,_g .Wrap (_ccgd ,_efb ,"p\u0033\u0020\u002d\u0053\u0052\u0043\u002d\u003e\u0020\u0074"); +};if _ccgd =_gcdc .RasterOperation (0,0,_cggf ,_fecg ,PixNotSrcAndDst ,p2 ,0,0);_ccgd !=nil {return false ,_g .Wrap (_ccgd ,_efb ,"\u0021p\u0032\u0020\u0026\u0020\u0074");};return _gcdc .Zero (),nil ;};func (_ddbe *Bitmap )GetVanillaData ()[]byte {if _ddbe .Color ==Chocolate {_ddbe .inverseData (); +};return _ddbe .Data ;};func (_acc *Bitmap )CreateTemplate ()*Bitmap {return _acc .createTemplate ()};func (_gaba *Bitmap )equivalent (_eabf *Bitmap )bool {if _gaba ==_eabf {return true ;};if !_gaba .SizesEqual (_eabf ){return false ;};_bbeb :=_aefa (_gaba ,_eabf ,CmbOpXor ); +_gea :=_gaba .countPixels ();_cdca :=int (0.25*float32 (_gea ));if _bbeb .thresholdPixelSum (_cdca ){return false ;};var (_egc [9][9]int ;_bbgd [18][9]int ;_bbge [9][18]int ;_abf int ;_cffc int ;);_dade :=9;_ddf :=_gaba .Height /_dade ;_bec :=_gaba .Width /_dade ; +_caef ,_bea :=_ddf /2,_bec /2;if _ddf < _bec {_caef =_bec /2;_bea =_ddf /2;};_ade :=float64 (_caef )*float64 (_bea )*_gd .Pi ;_aegg :=int (float64 (_ddf *_bec /2)*0.9);_gfd :=int (float64 (_bec *_ddf /2)*0.9);for _abfb :=0;_abfb < _dade ;_abfb ++{_eefb :=_bec *_abfb +_abf ; +var _bcfa int ;if _abfb ==_dade -1{_abf =0;_bcfa =_gaba .Width ;}else {_bcfa =_eefb +_bec ;if ((_gaba .Width -_abf )%_dade )> 0{_abf ++;_bcfa ++;};};for _fbd :=0;_fbd < _dade ;_fbd ++{_gfef :=_ddf *_fbd +_cffc ;var _agcd int ;if _fbd ==_dade -1{_cffc =0; +_agcd =_gaba .Height ;}else {_agcd =_gfef +_ddf ;if (_gaba .Height -_cffc )%_dade > 0{_cffc ++;_agcd ++;};};var _efe ,_gade ,_aaec ,_fgcd int ;_dcg :=(_eefb +_bcfa )/2;_fgbb :=(_gfef +_agcd )/2;for _aegd :=_eefb ;_aegd < _bcfa ;_aegd ++{for _gaf :=_gfef ; +_gaf < _agcd ;_gaf ++{if _bbeb .GetPixel (_aegd ,_gaf ){if _aegd < _dcg {_efe ++;}else {_gade ++;};if _gaf < _fgbb {_fgcd ++;}else {_aaec ++;};};};};_egc [_abfb ][_fbd ]=_efe +_gade ;_bbgd [_abfb *2][_fbd ]=_efe ;_bbgd [_abfb *2+1][_fbd ]=_gade ;_bbge [_abfb ][_fbd *2]=_fgcd ; +_bbge [_abfb ][_fbd *2+1]=_aaec ;};};for _dadb :=0;_dadb < _dade *2-1;_dadb ++{for _gaef :=0;_gaef < (_dade -1);_gaef ++{var _dge int ;for _gebc :=0;_gebc < 2;_gebc ++{for _gdf :=0;_gdf < 2;_gdf ++{_dge +=_bbgd [_dadb +_gebc ][_gaef +_gdf ];};};if _dge > _gfd {return false ; +};};};for _cfa :=0;_cfa < (_dade -1);_cfa ++{for _ebca :=0;_ebca < ((_dade *2)-1);_ebca ++{var _acgg int ;for _ebbg :=0;_ebbg < 2;_ebbg ++{for _aga :=0;_aga < 2;_aga ++{_acgg +=_bbge [_cfa +_ebbg ][_ebca +_aga ];};};if _acgg > _aegg {return false ;};}; +};for _ecgf :=0;_ecgf < (_dade -2);_ecgf ++{for _cbdb :=0;_cbdb < (_dade -2);_cbdb ++{var _agce ,_dac int ;for _dcb :=0;_dcb < 3;_dcb ++{for _acga :=0;_acga < 3;_acga ++{if _dcb ==_acga {_agce +=_egc [_ecgf +_dcb ][_cbdb +_acga ];};if (2-_dcb )==_acga {_dac +=_egc [_ecgf +_dcb ][_cbdb +_acga ]; +};};};if _agce > _gfd ||_dac > _gfd {return false ;};};};for _afega :=0;_afega < (_dade -1);_afega ++{for _cdbb :=0;_cdbb < (_dade -1);_cdbb ++{var _gcfd int ;for _faea :=0;_faea < 2;_faea ++{for _fegd :=0;_fegd < 2;_fegd ++{_gcfd +=_egc [_afega +_faea ][_cdbb +_fegd ]; +};};if float64 (_gcfd )> _ade {return false ;};};};return true ;};type Selection struct{Height ,Width int ;Cx ,Cy int ;Name string ;Data [][]SelectionValue ;};func _dbfe (_gage *Bitmap ,_bfea *_cd .Stack ,_aaeg ,_fgdb int )(_dgbb *_ff .Rectangle ,_edaa error ){const _degd ="\u0073e\u0065d\u0046\u0069\u006c\u006c\u0053\u0074\u0061\u0063\u006b\u0042\u0042"; +if _gage ==nil {return nil ,_g .Error (_degd ,"\u0070\u0072\u006fvi\u0064\u0065\u0064\u0020\u006e\u0069\u006c\u0020\u0027\u0073\u0027\u0020\u0042\u0069\u0074\u006d\u0061\u0070");};if _bfea ==nil {return nil ,_g .Error (_degd ,"p\u0072o\u0076\u0069\u0064\u0065\u0064\u0020\u006e\u0069l\u0020\u0027\u0073\u0074ac\u006b\u0027"); +};_baf ,_ffbb :=_gage .Width ,_gage .Height ;_fgda :=_baf -1;_gbbab :=_ffbb -1;if _aaeg < 0||_aaeg > _fgda ||_fgdb < 0||_fgdb > _gbbab ||!_gage .GetPixel (_aaeg ,_fgdb ){return nil ,nil ;};var _cgdf *_ff .Rectangle ;_cgdf ,_edaa =Rect (100000,100000,0,0); +if _edaa !=nil {return nil ,_g .Wrap (_edaa ,_degd ,"");};if _edaa =_efbg (_bfea ,_aaeg ,_aaeg ,_fgdb ,1,_gbbab ,_cgdf );_edaa !=nil {return nil ,_g .Wrap (_edaa ,_degd ,"\u0069\u006e\u0069t\u0069\u0061\u006c\u0020\u0070\u0075\u0073\u0068");};if _edaa =_efbg (_bfea ,_aaeg ,_aaeg ,_fgdb +1,-1,_gbbab ,_cgdf ); +_edaa !=nil {return nil ,_g .Wrap (_edaa ,_degd ,"\u0032\u006ed\u0020\u0069\u006ei\u0074\u0069\u0061\u006c\u0020\u0070\u0075\u0073\u0068");};_cgdf .Min .X ,_cgdf .Max .X =_aaeg ,_aaeg ;_cgdf .Min .Y ,_cgdf .Max .Y =_fgdb ,_fgdb ;var (_bdgce *fillSegment ; +_cadc int ;);for _bfea .Len ()> 0{if _bdgce ,_edaa =_cdbdf (_bfea );_edaa !=nil {return nil ,_g .Wrap (_edaa ,_degd ,"");};_fgdb =_bdgce ._deab ;for _aaeg =_bdgce ._gebd ;_aaeg >=0&&_gage .GetPixel (_aaeg ,_fgdb );_aaeg --{if _edaa =_gage .SetPixel (_aaeg ,_fgdb ,0); +_edaa !=nil {return nil ,_g .Wrap (_edaa ,_degd ,"");};};if _aaeg >=_bdgce ._gebd {for _aaeg ++;_aaeg <=_bdgce ._bfbce &&_aaeg <=_fgda &&!_gage .GetPixel (_aaeg ,_fgdb );_aaeg ++{};_cadc =_aaeg ;if !(_aaeg <=_bdgce ._bfbce &&_aaeg <=_fgda ){continue ;}; +}else {_cadc =_aaeg +1;if _cadc < _bdgce ._gebd -1{if _edaa =_efbg (_bfea ,_cadc ,_bdgce ._gebd -1,_bdgce ._deab ,-_bdgce ._bdeb ,_gbbab ,_cgdf );_edaa !=nil {return nil ,_g .Wrap (_edaa ,_degd ,"\u006c\u0065\u0061\u006b\u0020\u006f\u006e\u0020\u006c\u0065\u0066\u0074 \u0073\u0069\u0064\u0065"); +};};_aaeg =_bdgce ._gebd +1;};for {for ;_aaeg <=_fgda &&_gage .GetPixel (_aaeg ,_fgdb );_aaeg ++{if _edaa =_gage .SetPixel (_aaeg ,_fgdb ,0);_edaa !=nil {return nil ,_g .Wrap (_edaa ,_degd ,"\u0032n\u0064\u0020\u0073\u0065\u0074");};};if _edaa =_efbg (_bfea ,_cadc ,_aaeg -1,_bdgce ._deab ,_bdgce ._bdeb ,_gbbab ,_cgdf ); +_edaa !=nil {return nil ,_g .Wrap (_edaa ,_degd ,"n\u006f\u0072\u006d\u0061\u006c\u0020\u0070\u0075\u0073\u0068");};if _aaeg > _bdgce ._bfbce +1{if _edaa =_efbg (_bfea ,_bdgce ._bfbce +1,_aaeg -1,_bdgce ._deab ,-_bdgce ._bdeb ,_gbbab ,_cgdf );_edaa !=nil {return nil ,_g .Wrap (_edaa ,_degd ,"\u006ce\u0061k\u0020\u006f\u006e\u0020\u0072i\u0067\u0068t\u0020\u0073\u0069\u0064\u0065"); +};};for _aaeg ++;_aaeg <=_bdgce ._bfbce &&_aaeg <=_fgda &&!_gage .GetPixel (_aaeg ,_fgdb );_aaeg ++{};_cadc =_aaeg ;if !(_aaeg <=_bdgce ._bfbce &&_aaeg <=_fgda ){break ;};};};_cgdf .Max .X ++;_cgdf .Max .Y ++;return _cgdf ,nil ;};func Rect (x ,y ,w ,h int )(*_ff .Rectangle ,error ){const _bdc ="b\u0069\u0074\u006d\u0061\u0070\u002e\u0052\u0065\u0063\u0074"; +if x < 0{w +=x ;x =0;if w <=0{return nil ,_g .Errorf (_bdc ,"x\u003a\u0027\u0025\u0064\u0027\u0020<\u0020\u0030\u0020\u0061\u006e\u0064\u0020\u0077\u003a \u0027\u0025\u0064'\u0020<\u003d\u0020\u0030",x ,w );};};if y < 0{h +=y ;y =0;if h <=0{return nil ,_g .Error (_bdc ,"\u0079\u0020\u003c 0\u0020\u0061\u006e\u0064\u0020\u0062\u006f\u0078\u0020\u006f\u0066\u0066\u0020\u002b\u0071\u0075\u0061\u0064"); +};};_aedg :=_ff .Rect (x ,y ,x +w ,y +h );return &_aedg ,nil ;};func (_cbbf *ClassedPoints )GetIntYByClass (i int )(int ,error ){const _dacd ="\u0043\u006c\u0061\u0073s\u0065\u0064\u0050\u006f\u0069\u006e\u0074\u0073\u002e\u0047e\u0074I\u006e\u0074\u0059\u0042\u0079\u0043\u006ca\u0073\u0073"; +if i >=_cbbf .IntSlice .Size (){return 0,_g .Errorf (_dacd ,"\u0069\u003a\u0020\u0027\u0025\u0064\u0027 \u0069\u0073\u0020o\u0075\u0074\u0020\u006ff\u0020\u0074\u0068\u0065\u0020\u0072\u0061\u006e\u0067\u0065\u0020\u006f\u0066\u0020\u0074\u0068\u0065\u0020\u0049\u006e\u0074\u0053\u006c\u0069\u0063\u0065",i ); +};return int (_cbbf .YAtIndex (i )),nil ;};func _dgbcf (_bgegg ,_gfgb *Bitmap ,_bac *Selection )(*Bitmap ,error ){const _face ="\u0065\u0072\u006fd\u0065";var (_gdac error ;_bdee *Bitmap ;);_bgegg ,_gdac =_bdeae (_bgegg ,_gfgb ,_bac ,&_bdee );if _gdac !=nil {return nil ,_g .Wrap (_gdac ,_face ,""); +};if _gdac =_bgegg .setAll ();_gdac !=nil {return nil ,_g .Wrap (_gdac ,_face ,"");};var _gcdee SelectionValue ;for _defb :=0;_defb < _bac .Height ;_defb ++{for _dege :=0;_dege < _bac .Width ;_dege ++{_gcdee =_bac .Data [_defb ][_dege ];if _gcdee ==SelHit {_gdac =_gddaa (_bgegg ,_bac .Cx -_dege ,_bac .Cy -_defb ,_gfgb .Width ,_gfgb .Height ,PixSrcAndDst ,_bdee ,0,0); +if _gdac !=nil {return nil ,_g .Wrap (_gdac ,_face ,"");};};};};if MorphBC ==SymmetricMorphBC {return _bgegg ,nil ;};_cdfe ,_cedc ,_daabg ,_gbfa :=_bac .findMaxTranslations ();if _cdfe > 0{if _gdac =_bgegg .RasterOperation (0,0,_cdfe ,_gfgb .Height ,PixClr ,nil ,0,0); +_gdac !=nil {return nil ,_g .Wrap (_gdac ,_face ,"\u0078\u0070\u0020\u003e\u0020\u0030");};};if _daabg > 0{if _gdac =_bgegg .RasterOperation (_gfgb .Width -_daabg ,0,_daabg ,_gfgb .Height ,PixClr ,nil ,0,0);_gdac !=nil {return nil ,_g .Wrap (_gdac ,_face ,"\u0078\u006e\u0020\u003e\u0020\u0030"); +};};if _cedc > 0{if _gdac =_bgegg .RasterOperation (0,0,_gfgb .Width ,_cedc ,PixClr ,nil ,0,0);_gdac !=nil {return nil ,_g .Wrap (_gdac ,_face ,"\u0079\u0070\u0020\u003e\u0020\u0030");};};if _gbfa > 0{if _gdac =_bgegg .RasterOperation (0,_gfgb .Height -_gbfa ,_gfgb .Width ,_gbfa ,PixClr ,nil ,0,0); +_gdac !=nil {return nil ,_g .Wrap (_gdac ,_face ,"\u0079\u006e\u0020\u003e\u0020\u0030");};};return _bgegg ,nil ;};func _cfcge (_gccf *Bitmap ,_cbbd *Bitmap ,_aeb *Selection )(*Bitmap ,error ){var (_fbbd *Bitmap ;_gdfad error ;);_gccf ,_gdfad =_bdeae (_gccf ,_cbbd ,_aeb ,&_fbbd ); +if _gdfad !=nil {return nil ,_gdfad ;};if _gdfad =_gccf .clearAll ();_gdfad !=nil {return nil ,_gdfad ;};var _gcbgd SelectionValue ;for _bbgde :=0;_bbgde < _aeb .Height ;_bbgde ++{for _babg :=0;_babg < _aeb .Width ;_babg ++{_gcbgd =_aeb .Data [_bbgde ][_babg ]; +if _gcbgd ==SelHit {if _gdfad =_gccf .RasterOperation (_babg -_aeb .Cx ,_bbgde -_aeb .Cy ,_cbbd .Width ,_cbbd .Height ,PixSrcOrDst ,_fbbd ,0,0);_gdfad !=nil {return nil ,_gdfad ;};};};};return _gccf ,nil ;};var (_cdgf *Bitmap ;_debg *Bitmap ;);func _aefa (_cdcae ,_dbeg *Bitmap ,_dabd CombinationOperator )*Bitmap {_bfb :=New (_cdcae .Width ,_cdcae .Height ); +for _gebcd :=0;_gebcd < len (_bfb .Data );_gebcd ++{_bfb .Data [_gebcd ]=_fgcb (_cdcae .Data [_gebcd ],_dbeg .Data [_gebcd ],_dabd );};return _bfb ;};func _fddb ()[]int {_dabdc :=make ([]int ,256);_dabdc [0]=0;_dabdc [1]=7;var _fbae int ;for _fbae =2;_fbae < 4; +_fbae ++{_dabdc [_fbae ]=_dabdc [_fbae -2]+6;};for _fbae =4;_fbae < 8;_fbae ++{_dabdc [_fbae ]=_dabdc [_fbae -4]+5;};for _fbae =8;_fbae < 16;_fbae ++{_dabdc [_fbae ]=_dabdc [_fbae -8]+4;};for _fbae =16;_fbae < 32;_fbae ++{_dabdc [_fbae ]=_dabdc [_fbae -16]+3; +};for _fbae =32;_fbae < 64;_fbae ++{_dabdc [_fbae ]=_dabdc [_fbae -32]+2;};for _fbae =64;_fbae < 128;_fbae ++{_dabdc [_fbae ]=_dabdc [_fbae -64]+1;};for _fbae =128;_fbae < 256;_fbae ++{_dabdc [_fbae ]=_dabdc [_fbae -128];};return _dabdc ;};func (_ebg *Boxes )selectWithIndicator (_cddc *_cd .NumSlice )(_gbe *Boxes ,_faba error ){const _ffb ="\u0042o\u0078\u0065\u0073\u002es\u0065\u006c\u0065\u0063\u0074W\u0069t\u0068I\u006e\u0064\u0069\u0063\u0061\u0074\u006fr"; +if _ebg ==nil {return nil ,_g .Error (_ffb ,"b\u006f\u0078\u0065\u0073 '\u0062'\u0020\u006e\u006f\u0074\u0020d\u0065\u0066\u0069\u006e\u0065\u0064");};if _cddc ==nil {return nil ,_g .Error (_ffb ,"\u0027\u006ea\u0027\u0020\u006eo\u0074\u0020\u0064\u0065\u0066\u0069\u006e\u0065\u0064"); +};if len (*_cddc )!=len (*_ebg ){return nil ,_g .Error (_ffb ,"\u0062\u006f\u0078\u0065\u0073\u0020\u0027\u0062\u0027\u0020\u0068\u0061\u0073\u0020\u0064\u0069\u0066\u0066\u0065\u0072\u0065\u006e\u0074\u0020s\u0069\u007a\u0065\u0020\u0074h\u0061\u006e \u0027\u006e\u0061\u0027"); +};var _ecdb ,_cdff int ;for _egff :=0;_egff < len (*_cddc );_egff ++{if _ecdb ,_faba =_cddc .GetInt (_egff );_faba !=nil {return nil ,_g .Wrap (_faba ,_ffb ,"\u0063\u0068\u0065\u0063\u006b\u0069\u006e\u0067\u0020c\u006f\u0075\u006e\u0074");};if _ecdb ==1{_cdff ++; +};};if _cdff ==len (*_ebg ){return _ebg ,nil ;};_cfed :=Boxes {};for _ccdb :=0;_ccdb < len (*_cddc );_ccdb ++{_ecdb =int ((*_cddc )[_ccdb ]);if _ecdb ==0{continue ;};_cfed =append (_cfed ,(*_ebg )[_ccdb ]);};_gbe =&_cfed ;return _gbe ,nil ;};func TstAddSymbol (t *_a .T ,bms *Bitmaps ,sym *Bitmap ,x *int ,y int ,space int ){bms .AddBitmap (sym ); +_fbfg :=_ff .Rect (*x ,y ,*x +sym .Width ,y +sym .Height );bms .AddBox (&_fbfg );*x +=sym .Width +space ;};func (_ccfe MorphProcess )verify (_eegf int ,_cdffc ,_ccba *int )error {const _cfda ="\u004d\u006f\u0072\u0070hP\u0072\u006f\u0063\u0065\u0073\u0073\u002e\u0076\u0065\u0072\u0069\u0066\u0079"; +switch _ccfe .Operation {case MopDilation ,MopErosion ,MopOpening ,MopClosing :if len (_ccfe .Arguments )!=2{return _g .Error (_cfda ,"\u004f\u0070\u0065\u0072\u0061\u0074\u0069\u006f\u006e\u003a\u0020\u0027\u0064\u0027\u002c\u0020\u0027\u0065\u0027\u002c \u0027\u006f\u0027\u002c\u0020\u0027\u0063\u0027\u0020\u0072\u0065\u0071\u0075\u0069\u0072\u0065\u0073\u0020\u0061\u0074\u0020\u006c\u0065\u0061\u0073\u0074\u0020\u0032\u0020\u0061r\u0067\u0075\u006d\u0065\u006et\u0073"); +};_bgac ,_adfd :=_ccfe .getWidthHeight ();if _bgac <=0||_adfd <=0{return _g .Error (_cfda ,"O\u0070er\u0061t\u0069o\u006e\u003a\u0020\u0027\u0064'\u002c\u0020\u0027e\u0027\u002c\u0020\u0027\u006f'\u002c\u0020\u0027c\u0027\u0020\u0020\u0072\u0065\u0071\u0075\u0069\u0072\u0065\u0073 \u0062\u006f\u0074h w\u0069\u0064\u0074\u0068\u0020\u0061n\u0064\u0020\u0068\u0065\u0069\u0067\u0068\u0074\u0020\u0074\u006f\u0020b\u0065 \u003e\u003d\u0020\u0030"); +};case MopRankBinaryReduction :_gfba :=len (_ccfe .Arguments );*_cdffc +=_gfba ;if _gfba < 1||_gfba > 4{return _g .Error (_cfda ,"\u004f\u0070\u0065\u0072\u0061\u0074\u0069\u006f\u006e\u003a\u0020\u0027\u0072\u0027\u0020\u0072\u0065\u0071\u0075\u0069r\u0065\u0073\u0020\u0061\u0074\u0020\u006c\u0065\u0061s\u0074\u0020\u0031\u0020\u0061\u006e\u0064\u0020\u0061\u0074\u0020\u006d\u006fs\u0074\u0020\u0034\u0020\u0061\u0072g\u0075\u006d\u0065n\u0074\u0073"); +};for _gadce :=0;_gadce < _gfba ;_gadce ++{if _ccfe .Arguments [_gadce ]< 1||_ccfe .Arguments [_gadce ]> 4{return _g .Error (_cfda ,"\u0052\u0061\u006e\u006b\u0042\u0069n\u0061\u0072\u0079\u0052\u0065\u0064\u0075\u0063\u0074\u0069\u006f\u006e\u0020\u006c\u0065\u0076\u0065\u006c\u0020\u006du\u0073\u0074\u0020\u0062\u0065\u0020\u0069\u006e\u0020\u0072\u0061\u006e\u0067\u0065 \u00280\u002c\u0020\u0034\u003e"); +};};case MopReplicativeBinaryExpansion :if len (_ccfe .Arguments )==0{return _g .Error (_cfda ,"\u0052\u0065\u0070\u006c\u0069\u0063\u0061\u0074i\u0076\u0065\u0042in\u0061\u0072\u0079\u0045\u0078\u0070a\u006e\u0073\u0069\u006f\u006e\u0020\u0072\u0065\u0071\u0075\u0069\u0072\u0065\u0073\u0020o\u006e\u0065\u0020\u0061\u0072\u0067\u0075\u006de\u006e\u0074"); +};_gfaf :=_ccfe .Arguments [0];if _gfaf !=2&&_gfaf !=4&&_gfaf !=8{return _g .Error (_cfda ,"R\u0065\u0070\u006c\u0069\u0063\u0061\u0074\u0069\u0076\u0065\u0042\u0069\u006e\u0061\u0072\u0079\u0045\u0078\u0070\u0061\u006e\u0073\u0069\u006f\u006e\u0020m\u0075s\u0074\u0020\u0062\u0065 \u006f\u0066 \u0066\u0061\u0063\u0074\u006f\u0072\u0020\u0069\u006e\u0020\u0072\u0061\u006e\u0067\u0065\u0020\u007b\u0032\u002c\u0034\u002c\u0038\u007d"); +};*_cdffc -=_ddeb [_gfaf /4];case MopAddBorder :if len (_ccfe .Arguments )==0{return _g .Error (_cfda ,"\u0041\u0064\u0064B\u006f\u0072\u0064\u0065r\u0020\u0072\u0065\u0071\u0075\u0069\u0072e\u0073\u0020\u006f\u006e\u0065\u0020\u0061\u0072\u0067\u0075\u006d\u0065\u006e\u0074"); +};_dfaf :=_ccfe .Arguments [0];if _eegf > 0{return _g .Error (_cfda ,"\u0041\u0064\u0064\u0042\u006f\u0072\u0064\u0065\u0072\u0020\u006d\u0075\u0073t\u0020\u0062\u0065\u0020\u0061\u0020f\u0069\u0072\u0073\u0074\u0020\u006d\u006f\u0072\u0070\u0068\u0020\u0070\u0072o\u0063\u0065\u0073\u0073"); +};if _dfaf < 1{return _g .Error (_cfda ,"\u0041\u0064\u0064\u0042o\u0072\u0064\u0065\u0072\u0020\u0076\u0061\u006c\u0075\u0065 \u006co\u0077\u0065\u0072\u0020\u0074\u0068\u0061n\u0020\u0030");};*_ccba =_dfaf ;};return nil ;};type byWidth Bitmaps ;func (_gcbc *Bitmap )GetChocolateData ()[]byte {if _gcbc .Color ==Vanilla {_gcbc .inverseData (); +};return _gcbc .Data ;};const (SelDontCare SelectionValue =iota ;SelHit ;SelMiss ;);func _ccdc (_gcfdf ,_eae *Bitmap ,_ddae ,_baab ,_ccgb ,_eaaa ,_afdf int ,_cec CombinationOperator )error {var _gedb int ;_fbbeg :=func (){_gedb ++;_ccgb +=_eae .RowStride ; +_eaaa +=_gcfdf .RowStride ;_afdf +=_gcfdf .RowStride };for _gedb =_ddae ;_gedb < _baab ;_fbbeg (){_bdag :=_ccgb ;for _ebd :=_eaaa ;_ebd <=_afdf ;_ebd ++{_afeag ,_ffcf :=_eae .GetByte (_bdag );if _ffcf !=nil {return _ffcf ;};_fgaf ,_ffcf :=_gcfdf .GetByte (_ebd ); +if _ffcf !=nil {return _ffcf ;};if _ffcf =_eae .SetByte (_bdag ,_fgcb (_afeag ,_fgaf ,_cec ));_ffcf !=nil {return _ffcf ;};_bdag ++;};};return nil ;};func TstImageBitmapData ()[]byte {return _debg .Data };func _abfcf (_feccc ,_debd int )int {if _feccc > _debd {return _feccc ; +};return _debd ;};func (_cbd *Bitmap )Zero ()bool {_afde :=_cbd .Width /8;_gdb :=_cbd .Width &7;var _deg byte ;if _gdb !=0{_deg =byte (0xff< 0{if _cbd .Data [_dcec ]&_deg !=0{return false ;};};};return true ;};type BoundaryCondition int ;func MorphSequence (src *Bitmap ,sequence ...MorphProcess )(*Bitmap ,error ){return _cagc (src ,sequence ...); +};type Bitmap struct{Width ,Height int ;BitmapNumber int ;RowStride int ;Data []byte ;Color Color ;Special int ;Text string ;XResolution ,YResolution int ;};type shift int ;type Component int ;func TstImageBitmap ()*Bitmap {return _debg .Copy ()};type MorphOperation int ; +func (_cgbfb *Bitmaps )ClipToBitmap (s *Bitmap )(*Bitmaps ,error ){const _dfgc ="B\u0069t\u006d\u0061\u0070\u0073\u002e\u0043\u006c\u0069p\u0054\u006f\u0042\u0069tm\u0061\u0070";if _cgbfb ==nil {return nil ,_g .Error (_dfgc ,"\u0042\u0069\u0074\u006dap\u0073\u0020\u006e\u006f\u0074\u0020\u0064\u0065\u0066\u0069\u006e\u0065\u0064"); +};if s ==nil {return nil ,_g .Error (_dfgc ,"\u0073o\u0075\u0072\u0063\u0065 \u0062\u0069\u0074\u006d\u0061p\u0020n\u006ft\u0020\u0064\u0065\u0066\u0069\u006e\u0065d");};_fagd :=len (_cgbfb .Values );_daac :=&Bitmaps {Values :make ([]*Bitmap ,_fagd ),Boxes :make ([]*_ff .Rectangle ,_fagd )}; +var (_gafce ,_gdcgc *Bitmap ;_fage *_ff .Rectangle ;_cfbbf error ;);for _dgee :=0;_dgee < _fagd ;_dgee ++{if _gafce ,_cfbbf =_cgbfb .GetBitmap (_dgee );_cfbbf !=nil {return nil ,_g .Wrap (_cfbbf ,_dfgc ,"");};if _fage ,_cfbbf =_cgbfb .GetBox (_dgee );_cfbbf !=nil {return nil ,_g .Wrap (_cfbbf ,_dfgc ,""); +};if _gdcgc ,_cfbbf =s .clipRectangle (_fage ,nil );_cfbbf !=nil {return nil ,_g .Wrap (_cfbbf ,_dfgc ,"");};if _gdcgc ,_cfbbf =_gdcgc .And (_gafce );_cfbbf !=nil {return nil ,_g .Wrap (_cfbbf ,_dfgc ,"");};_daac .Values [_dgee ]=_gdcgc ;_daac .Boxes [_dgee ]=_fage ; +};return _daac ,nil ;};func (_bccg *Boxes )Add (box *_ff .Rectangle )error {if _bccg ==nil {return _g .Error ("\u0042o\u0078\u0065\u0073\u002e\u0041\u0064d","\u0027\u0042\u006f\u0078es\u0027\u0020\u006e\u006f\u0074\u0020\u0064\u0065\u0066\u0069\u006e\u0065\u0064"); +};*_bccg =append (*_bccg ,box );return nil ;};func _dbeca (_dgdb *Bitmap ,_ggde ,_gbfd int ,_ebbcac ,_bdcf int ,_cega RasterOperator ){var (_bgede int ;_aegde byte ;_eggbc ,_cdfbb int ;_afgc int ;);_ecgb :=_ebbcac >>3;_bdbb :=_ebbcac &7;if _bdbb > 0{_aegde =_ceaad [_bdbb ]; +};_bgede =_dgdb .RowStride *_gbfd +(_ggde >>3);switch _cega {case PixClr :for _eggbc =0;_eggbc < _bdcf ;_eggbc ++{_afgc =_bgede +_eggbc *_dgdb .RowStride ;for _cdfbb =0;_cdfbb < _ecgb ;_cdfbb ++{_dgdb .Data [_afgc ]=0x0;_afgc ++;};if _bdbb > 0{_dgdb .Data [_afgc ]=_accd (_dgdb .Data [_afgc ],0x0,_aegde ); +};};case PixSet :for _eggbc =0;_eggbc < _bdcf ;_eggbc ++{_afgc =_bgede +_eggbc *_dgdb .RowStride ;for _cdfbb =0;_cdfbb < _ecgb ;_cdfbb ++{_dgdb .Data [_afgc ]=0xff;_afgc ++;};if _bdbb > 0{_dgdb .Data [_afgc ]=_accd (_dgdb .Data [_afgc ],0xff,_aegde );}; +};case PixNotDst :for _eggbc =0;_eggbc < _bdcf ;_eggbc ++{_afgc =_bgede +_eggbc *_dgdb .RowStride ;for _cdfbb =0;_cdfbb < _ecgb ;_cdfbb ++{_dgdb .Data [_afgc ]=^_dgdb .Data [_afgc ];_afgc ++;};if _bdbb > 0{_dgdb .Data [_afgc ]=_accd (_dgdb .Data [_afgc ],^_dgdb .Data [_afgc ],_aegde ); +};};};};func (_fddc *Bitmap )SetPixel (x ,y int ,pixel byte )error {_dadg :=_fddc .GetByteIndex (x ,y );if _dadg > len (_fddc .Data )-1{return _g .Errorf ("\u0053\u0065\u0074\u0050\u0069\u0078\u0065\u006c","\u0069\u006e\u0064\u0065x \u006f\u0075\u0074\u0020\u006f\u0066\u0020\u0072\u0061\u006e\u0067\u0065\u003a\u0020%\u0064",_dadg ); +};_deef :=_fddc .GetBitOffset (x );_daab :=uint (7-_deef );_dgf :=_fddc .Data [_dadg ];var _aec byte ;if pixel ==1{_aec =_dgf |(pixel &0x01<<_daab );}else {_aec =_dgf &^(1<<_daab );};_fddc .Data [_dadg ]=_aec ;return nil ;};func (_gbc Points )Get (i int )(Point ,error ){if i > len (_gbc )-1{return Point {},_g .Errorf ("\u0050\u006f\u0069\u006e\u0074\u0073\u002e\u0047\u0065\u0074","\u0069n\u0064\u0065\u0078\u003a\u0020\u0027\u0025\u0064\u0027\u0020\u006fu\u0074\u0020\u006f\u0066\u0020\u0072\u0061\u006e\u0067\u0065",i ); +};return _gbc [i ],nil ;};var MorphBC BoundaryCondition ;func (_abdd *Bitmap )nextOnPixelLow (_bgg ,_bab ,_bdff ,_caec ,_abce int )(_fga _ff .Point ,_cbf bool ,_bfad error ){const _gabe ="B\u0069\u0074\u006d\u0061p.\u006ee\u0078\u0074\u004f\u006e\u0050i\u0078\u0065\u006c\u004c\u006f\u0077"; +var (_dgef int ;_decf byte ;);_aabf :=_abce *_bdff ;_gbde :=_aabf +(_caec /8);if _decf ,_bfad =_abdd .GetByte (_gbde );_bfad !=nil {return _fga ,false ,_g .Wrap (_bfad ,_gabe ,"\u0078\u0053\u0074\u0061\u0072\u0074\u0020\u0061\u006e\u0064 \u0079\u0053\u0074\u0061\u0072\u0074\u0020o\u0075\u0074\u0020\u006f\u0066\u0020\u0072\u0061\u006e\u0067\u0065"); +};if _decf !=0{_dfdd :=_caec -(_caec %8)+7;for _dgef =_caec ;_dgef <=_dfdd &&_dgef < _bgg ;_dgef ++{if _abdd .GetPixel (_dgef ,_abce ){_fga .X =_dgef ;_fga .Y =_abce ;return _fga ,true ,nil ;};};};_ggd :=(_caec /8)+1;_dgef =8*_ggd ;var _gead int ;for _gbde =_aabf +_ggd ; +_dgef < _bgg ;_gbde ,_dgef =_gbde +1,_dgef +8{if _decf ,_bfad =_abdd .GetByte (_gbde );_bfad !=nil {return _fga ,false ,_g .Wrap (_bfad ,_gabe ,"r\u0065\u0073\u0074\u0020of\u0020t\u0068\u0065\u0020\u006c\u0069n\u0065\u0020\u0062\u0079\u0074\u0065");};if _decf ==0{continue ; +};for _gead =0;_gead < 8&&_dgef < _bgg ;_gead ,_dgef =_gead +1,_dgef +1{if _abdd .GetPixel (_dgef ,_abce ){_fga .X =_dgef ;_fga .Y =_abce ;return _fga ,true ,nil ;};};};for _gacf :=_abce +1;_gacf < _bab ;_gacf ++{_aabf =_gacf *_bdff ;for _gbde ,_dgef =_aabf ,0; +_dgef < _bgg ;_gbde ,_dgef =_gbde +1,_dgef +8{if _decf ,_bfad =_abdd .GetByte (_gbde );_bfad !=nil {return _fga ,false ,_g .Wrap (_bfad ,_gabe ,"\u0066o\u006cl\u006f\u0077\u0069\u006e\u0067\u0020\u006c\u0069\u006e\u0065\u0073");};if _decf ==0{continue ; +};for _gead =0;_gead < 8&&_dgef < _bgg ;_gead ,_dgef =_gead +1,_dgef +1{if _abdd .GetPixel (_dgef ,_gacf ){_fga .X =_dgef ;_fga .Y =_gacf ;return _fga ,true ,nil ;};};};};return _fga ,false ,nil ;};func (_dedd *Bitmap )GetBitOffset (x int )int {return x &0x07}; +func (_gacd Points )GetIntX (i int )(int ,error ){if i >=len (_gacd ){return 0,_g .Errorf ("\u0050\u006f\u0069\u006e\u0074\u0073\u002e\u0047\u0065t\u0049\u006e\u0074\u0058","\u0069n\u0064\u0065\u0078\u003a\u0020\u0027\u0025\u0064\u0027\u0020\u006fu\u0074\u0020\u006f\u0066\u0020\u0072\u0061\u006e\u0067\u0065",i ); +};return int (_gacd [i ].X ),nil ;};func (_fagg Points )GetIntY (i int )(int ,error ){if i >=len (_fagg ){return 0,_g .Errorf ("\u0050\u006f\u0069\u006e\u0074\u0073\u002e\u0047\u0065t\u0049\u006e\u0074\u0059","\u0069n\u0064\u0065\u0078\u003a\u0020\u0027\u0025\u0064\u0027\u0020\u006fu\u0074\u0020\u006f\u0066\u0020\u0072\u0061\u006e\u0067\u0065",i ); +};return int (_fagg [i ].Y ),nil ;};func (_befa *ClassedPoints )GroupByY ()([]*ClassedPoints ,error ){const _cdbfe ="\u0043\u006c\u0061\u0073se\u0064\u0050\u006f\u0069\u006e\u0074\u0073\u002e\u0047\u0072\u006f\u0075\u0070\u0042y\u0059";if _aebf :=_befa .validateIntSlice (); +_aebf !=nil {return nil ,_g .Wrap (_aebf ,_cdbfe ,"");};if _befa .IntSlice .Size ()==0{return nil ,_g .Error (_cdbfe ,"\u004e\u006f\u0020\u0063la\u0073\u0073\u0065\u0073\u0020\u0070\u0072\u006f\u0076\u0069\u0064\u0065\u0064");};_befa .SortByY ();var (_adac []*ClassedPoints ; +_ffgf int ;);_dfec :=-1;var _afca *ClassedPoints ;for _ebbdf :=0;_ebbdf < len (_befa .IntSlice );_ebbdf ++{_ffgf =int (_befa .YAtIndex (_ebbdf ));if _ffgf !=_dfec {_afca =&ClassedPoints {Points :_befa .Points };_dfec =_ffgf ;_adac =append (_adac ,_afca ); +};_afca .IntSlice =append (_afca .IntSlice ,_befa .IntSlice [_ebbdf ]);};for _ ,_dgda :=range _adac {_dgda .SortByX ();};return _adac ,nil ;};func _beee (_afb ,_faa *Bitmap ,_feg int ,_dda []byte ,_gcb int )(_eee error ){const _eea ="\u0072\u0065\u0064uc\u0065\u0052\u0061\u006e\u006b\u0042\u0069\u006e\u0061\u0072\u0079\u0032\u004c\u0065\u0076\u0065\u006c\u0031"; +var (_fef ,_ecf ,_ae ,_fbe ,_ffd ,_bda ,_baa ,_edc int ;_fgfd ,_eed uint32 ;_eefd ,_bbd byte ;_cce uint16 ;);_aff :=make ([]byte ,4);_dg :=make ([]byte ,4);for _ae =0;_ae < _afb .Height -1;_ae ,_fbe =_ae +2,_fbe +1{_fef =_ae *_afb .RowStride ;_ecf =_fbe *_faa .RowStride ; +for _ffd ,_bda =0,0;_ffd < _gcb ;_ffd ,_bda =_ffd +4,_bda +1{for _baa =0;_baa < 4;_baa ++{_edc =_fef +_ffd +_baa ;if _edc <=len (_afb .Data )-1&&_edc < _fef +_afb .RowStride {_aff [_baa ]=_afb .Data [_edc ];}else {_aff [_baa ]=0x00;};_edc =_fef +_afb .RowStride +_ffd +_baa ; +if _edc <=len (_afb .Data )-1&&_edc < _fef +(2*_afb .RowStride ){_dg [_baa ]=_afb .Data [_edc ];}else {_dg [_baa ]=0x00;};};_fgfd =_fc .BigEndian .Uint32 (_aff );_eed =_fc .BigEndian .Uint32 (_dg );_eed |=_fgfd ;_eed |=_eed <<1;_eed &=0xaaaaaaaa;_fgfd =_eed |(_eed <<7); +_eefd =byte (_fgfd >>24);_bbd =byte ((_fgfd >>8)&0xff);_edc =_ecf +_bda ;if _edc +1==len (_faa .Data )-1||_edc +1>=_ecf +_faa .RowStride {_faa .Data [_edc ]=_dda [_eefd ];}else {_cce =(uint16 (_dda [_eefd ])<<8)|uint16 (_dda [_bbd ]);if _eee =_faa .setTwoBytes (_edc ,_cce ); +_eee !=nil {return _g .Wrapf (_eee ,_eea ,"s\u0065\u0074\u0074\u0069\u006e\u0067 \u0074\u0077\u006f\u0020\u0062\u0079t\u0065\u0073\u0020\u0066\u0061\u0069\u006ce\u0064\u002c\u0020\u0069\u006e\u0064\u0065\u0078\u003a\u0020%\u0064",_edc );};_bda ++;};};}; +return nil ;};func (_dedad *ClassedPoints )GetIntXByClass (i int )(int ,error ){const _fcdgc ="\u0043\u006c\u0061\u0073s\u0065\u0064\u0050\u006f\u0069\u006e\u0074\u0073\u002e\u0047e\u0074I\u006e\u0074\u0059\u0042\u0079\u0043\u006ca\u0073\u0073";if i >=_dedad .IntSlice .Size (){return 0,_g .Errorf (_fcdgc ,"\u0069\u003a\u0020\u0027\u0025\u0064\u0027 \u0069\u0073\u0020o\u0075\u0074\u0020\u006ff\u0020\u0074\u0068\u0065\u0020\u0072\u0061\u006e\u0067\u0065\u0020\u006f\u0066\u0020\u0074\u0068\u0065\u0020\u0049\u006e\u0074\u0053\u006c\u0069\u0063\u0065",i ); +};return int (_dedad .XAtIndex (i )),nil ;};func _ed (_fcdd *Bitmap ,_dec ,_def int )(*Bitmap ,error ){const _gag ="e\u0078\u0070\u0061\u006edB\u0069n\u0061\u0072\u0079\u0052\u0065p\u006c\u0069\u0063\u0061\u0074\u0065";if _fcdd ==nil {return nil ,_g .Error (_gag ,"\u0073o\u0075r\u0063\u0065\u0020\u006e\u006ft\u0020\u0064e\u0066\u0069\u006e\u0065\u0064"); +};if _dec <=0||_def <=0{return nil ,_g .Error (_gag ,"\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0073\u0063\u0061l\u0065\u0020\u0066\u0061\u0063\u0074\u006f\u0072\u003a\u0020<\u003d\u0020\u0030");};if _dec ==_def {if _dec ==1{_eef ,_ccg :=_cgde (nil ,_fcdd ); +if _ccg !=nil {return nil ,_g .Wrap (_ccg ,_gag ,"\u0078\u0046\u0061\u0063\u0074\u0020\u003d\u003d\u0020y\u0046\u0061\u0063\u0074");};return _eef ,nil ;};if _dec ==2||_dec ==4||_dec ==8{_eg ,_ede :=_fd (_fcdd ,_dec );if _ede !=nil {return nil ,_g .Wrap (_ede ,_gag ,"\u0078\u0046a\u0063\u0074\u0020i\u006e\u0020\u007b\u0032\u002c\u0034\u002c\u0038\u007d"); +};return _eg ,nil ;};};_bef :=_dec *_fcdd .Width ;_db :=_def *_fcdd .Height ;_cgg :=New (_bef ,_db );_ebf :=_cgg .RowStride ;var (_fgf ,_feb ,_cdcf ,_bf ,_gad int ;_eeb byte ;_cdbf error ;);for _feb =0;_feb < _fcdd .Height ;_feb ++{_fgf =_def *_feb *_ebf ; +for _cdcf =0;_cdcf < _fcdd .Width ;_cdcf ++{if _ded :=_fcdd .GetPixel (_cdcf ,_feb );_ded {_gad =_dec *_cdcf ;for _bf =0;_bf < _dec ;_bf ++{_cgg .setBit (_fgf *8+_gad +_bf );};};};for _bf =1;_bf < _def ;_bf ++{_bcf :=_fgf +_bf *_ebf ;for _fce :=0;_fce < _ebf ; +_fce ++{if _eeb ,_cdbf =_cgg .GetByte (_fgf +_fce );_cdbf !=nil {return nil ,_g .Wrapf (_cdbf ,_gag ,"\u0072\u0065\u0070\u006cic\u0061\u0074\u0069\u006e\u0067\u0020\u006c\u0069\u006e\u0065\u003a\u0020\u0027\u0025d\u0027",_bf );};if _cdbf =_cgg .SetByte (_bcf +_fce ,_eeb ); +_cdbf !=nil {return nil ,_g .Wrap (_cdbf ,_gag ,"\u0053\u0065\u0074\u0074in\u0067\u0020\u0062\u0079\u0074\u0065\u0020\u0066\u0061\u0069\u006c\u0065\u0064");};};};};return _cgg ,nil ;};func (_agg *Bitmap )ClipRectangle (box *_ff .Rectangle )(_gcc *Bitmap ,_fcca *_ff .Rectangle ,_bbg error ){const _dcfd ="\u0043\u006c\u0069\u0070\u0052\u0065\u0063\u0074\u0061\u006e\u0067\u006c\u0065"; +if box ==nil {return nil ,nil ,_g .Error (_dcfd ,"\u0062o\u0078 \u0069\u0073\u0020\u006e\u006ft\u0020\u0064e\u0066\u0069\u006e\u0065\u0064");};_fdc ,_defea :=_agg .Width ,_agg .Height ;_ccb :=_ff .Rect (0,0,_fdc ,_defea );if !box .Overlaps (_ccb ){return nil ,nil ,_g .Error (_dcfd ,"b\u006f\u0078\u0020\u0064oe\u0073n\u0027\u0074\u0020\u006f\u0076e\u0072\u006c\u0061\u0070\u0020\u0062"); +};_eeed :=box .Intersect (_ccb );_bcc ,_ffe :=_eeed .Min .X ,_eeed .Min .Y ;_dde ,_beb :=_eeed .Dx (),_eeed .Dy ();_gcc =New (_dde ,_beb );_gcc .Text =_agg .Text ;if _bbg =_gcc .RasterOperation (0,0,_dde ,_beb ,PixSrc ,_agg ,_bcc ,_ffe );_bbg !=nil {return nil ,nil ,_g .Wrap (_bbg ,_dcfd ,"\u0050\u0069\u0078\u0053\u0072\u0063\u0020\u0074\u006f\u0020\u0063\u006ci\u0070\u0070\u0065\u0064"); +};_fcca =&_eeed ;return _gcc ,_fcca ,nil ;};type fillSegment struct{_gebd int ;_bfbce int ;_deab int ;_bdeb int ;};func (_cea *Bitmap )setEightBytes (_fbbe int ,_aacg uint64 )error {_bffd :=_cea .RowStride -(_fbbe %_cea .RowStride );if _cea .RowStride !=_cea .Width >>3{_bffd --; +};if _bffd >=8{return _cea .setEightFullBytes (_fbbe ,_aacg );};return _cea .setEightPartlyBytes (_fbbe ,_bffd ,_aacg );};type ClassedPoints struct{*Points ;_cd .IntSlice ;_dbcd func (_fafg ,_bfacf int )bool ;};func (_bfbb *Bitmaps )AddBox (box *_ff .Rectangle ){_bfbb .Boxes =append (_bfbb .Boxes ,box )}; +func _fffb (_daaa ,_ddab ,_gabeb *Bitmap )(*Bitmap ,error ){const _bcd ="\u0062\u0069\u0074\u006d\u0061\u0070\u002e\u0078\u006f\u0072";if _ddab ==nil {return nil ,_g .Error (_bcd ,"'\u0062\u0031\u0027\u0020\u0069\u0073\u0020\u006e\u0069\u006c");};if _gabeb ==nil {return nil ,_g .Error (_bcd ,"'\u0062\u0032\u0027\u0020\u0069\u0073\u0020\u006e\u0069\u006c"); +};if _daaa ==_gabeb {return nil ,_g .Error (_bcd ,"'\u0064\u0027\u0020\u003d\u003d\u0020\u0027\u0062\u0032\u0027");};if !_ddab .SizesEqual (_gabeb ){_b .Log .Debug ("\u0025s\u0020\u002d \u0042\u0069\u0074\u006da\u0070\u0020\u0027b\u0031\u0027\u0020\u0069\u0073\u0020\u006e\u006f\u0074 e\u0071\u0075\u0061l\u0020\u0073i\u007a\u0065\u0020\u0077\u0069\u0074h\u0020\u0027b\u0032\u0027",_bcd ); +};var _adce error ;if _daaa ,_adce =_cgde (_daaa ,_ddab );_adce !=nil {return nil ,_g .Wrap (_adce ,_bcd ,"\u0063\u0061n\u0027\u0074\u0020c\u0072\u0065\u0061\u0074\u0065\u0020\u0027\u0064\u0027");};if _adce =_daaa .RasterOperation (0,0,_daaa .Width ,_daaa .Height ,PixSrcXorDst ,_gabeb ,0,0); +_adce !=nil {return nil ,_g .Wrap (_adce ,_bcd ,"");};return _daaa ,nil ;};type SizeSelection int ;func (_agf *Bitmap )setAll ()error {_cdcad :=_gddaa (_agf ,0,0,_agf .Width ,_agf .Height ,PixSet ,nil ,0,0);if _cdcad !=nil {return _g .Wrap (_cdcad ,"\u0073\u0065\u0074\u0041\u006c\u006c",""); +};return nil ;};func (_ffcea *Bitmap )setPadBits (_dgba int ){_cefg :=8-_ffcea .Width %8;if _cefg ==8{return ;};_aef :=_ffcea .Width /8;_eadb :=_gbfbd [_cefg ];if _dgba ==0{_eadb ^=_eadb ;};var _ggc int ;for _caee :=0;_caee < _ffcea .Height ;_caee ++{_ggc =_caee *_ffcea .RowStride +_aef ; +if _dgba ==0{_ffcea .Data [_ggc ]&=_eadb ;}else {_ffcea .Data [_ggc ]|=_eadb ;};};};func TstGetScaledSymbol (t *_a .T ,sm *Bitmap ,scale ...int )*Bitmap {if len (scale )==0{return sm ;};if scale [0]==1{return sm ;};_gfedg ,_eedda :=MorphSequence (sm ,MorphProcess {Operation :MopReplicativeBinaryExpansion ,Arguments :scale }); +_c .NoError (t ,_eedda );return _gfedg ;};func (_aac *Bitmap )ToImage ()_ff .Image {_edb ,_fgca :=_e .NewImage (_aac .Width ,_aac .Height ,1,1,_aac .Data ,nil ,nil );if _fgca !=nil {_b .Log .Error ("\u0043\u006f\u006e\u0076\u0065\u0072\u0074\u0069\u006e\u0067\u0020j\u0062\u0069\u0067\u0032\u002e\u0042\u0069\u0074m\u0061p\u0020\u0074\u006f\u0020\u0069\u006d\u0061\u0067\u0065\u0075\u0074\u0069\u006c\u002e\u0049\u006d\u0061\u0067e\u0020\u0066\u0061\u0069\u006c\u0065\u0064\u003a\u0020\u0025\u0076",_fgca ); +};return _edb ;};func New (width ,height int )*Bitmap {_egf :=_cdf (width ,height );_egf .Data =make ([]byte ,height *_egf .RowStride );return _egf ;};func (_bfa *Bitmap )clipRectangle (_eafe ,_aae *_ff .Rectangle )(_adbd *Bitmap ,_beea error ){const _eca ="\u0063\u006c\u0069\u0070\u0052\u0065\u0063\u0074\u0061\u006e\u0067\u006c\u0065"; +if _eafe ==nil {return nil ,_g .Error (_eca ,"\u0070r\u006fv\u0069\u0064\u0065\u0064\u0020n\u0069\u006c \u0027\u0062\u006f\u0078\u0027");};_ead ,_fccd :=_bfa .Width ,_bfa .Height ;_gabg ,_beea :=ClipBoxToRectangle (_eafe ,_ead ,_fccd );if _beea !=nil {_b .Log .Warning ("\u0027\u0062ox\u0027\u0020\u0064o\u0065\u0073\u006e\u0027t o\u0076er\u006c\u0061\u0070\u0020\u0062\u0069\u0074ma\u0070\u0020\u0027\u0062\u0027\u003a\u0020%\u0076",_beea ); +return nil ,nil ;};_cffg ,_adf :=_gabg .Min .X ,_gabg .Min .Y ;_ebbca ,_gbgb :=_gabg .Max .X -_gabg .Min .X ,_gabg .Max .Y -_gabg .Min .Y ;_adbd =New (_ebbca ,_gbgb );_adbd .Text =_bfa .Text ;if _beea =_adbd .RasterOperation (0,0,_ebbca ,_gbgb ,PixSrc ,_bfa ,_cffg ,_adf ); +_beea !=nil {return nil ,_g .Wrap (_beea ,_eca ,"");};if _aae !=nil {*_aae =*_gabg ;};return _adbd ,nil ;};func (_defe *Bitmap )AddBorder (borderSize ,val int )(*Bitmap ,error ){if borderSize ==0{return _defe .Copy (),nil ;};_ffg ,_gcgd :=_defe .addBorderGeneral (borderSize ,borderSize ,borderSize ,borderSize ,val ); +if _gcgd !=nil {return nil ,_g .Wrap (_gcgd ,"\u0041d\u0064\u0042\u006f\u0072\u0064\u0065r","");};return _ffg ,nil ;};func _cggb (_gbff ,_deee *Bitmap ,_dfeef ,_afaa int )(*Bitmap ,error ){const _eda ="\u006fp\u0065\u006e\u0042\u0072\u0069\u0063k";if _deee ==nil {return nil ,_g .Error (_eda ,"\u0073o\u0075\u0072\u0063\u0065 \u0062\u0069\u0074\u006d\u0061p\u0020n\u006ft\u0020\u0064\u0065\u0066\u0069\u006e\u0065d"); +};if _dfeef < 1&&_afaa < 1{return nil ,_g .Error (_eda ,"\u0068\u0053\u0069\u007ae \u003c\u0020\u0031\u0020\u0026\u0026\u0020\u0076\u0053\u0069\u007a\u0065\u0020\u003c \u0031");};if _dfeef ==1&&_afaa ==1{return _deee .Copy (),nil ;};if _dfeef ==1||_afaa ==1{var _cdef error ; +_eefce :=SelCreateBrick (_afaa ,_dfeef ,_afaa /2,_dfeef /2,SelHit );_gbff ,_cdef =_eccb (_gbff ,_deee ,_eefce );if _cdef !=nil {return nil ,_g .Wrap (_cdef ,_eda ,"\u0068S\u0069\u007a\u0065\u0020\u003d\u003d\u0020\u0031\u0020\u007c\u007c \u0076\u0053\u0069\u007a\u0065\u0020\u003d\u003d\u0020\u0031"); +};return _gbff ,nil ;};_eafa :=SelCreateBrick (1,_dfeef ,0,_dfeef /2,SelHit );_dage :=SelCreateBrick (_afaa ,1,_afaa /2,0,SelHit );_gbge ,_dfed :=_dgbcf (nil ,_deee ,_eafa );if _dfed !=nil {return nil ,_g .Wrap (_dfed ,_eda ,"\u0031s\u0074\u0020\u0065\u0072\u006f\u0064e"); +};_gbff ,_dfed =_dgbcf (_gbff ,_gbge ,_dage );if _dfed !=nil {return nil ,_g .Wrap (_dfed ,_eda ,"\u0032n\u0064\u0020\u0065\u0072\u006f\u0064e");};_ ,_dfed =_cfcge (_gbge ,_gbff ,_eafa );if _dfed !=nil {return nil ,_g .Wrap (_dfed ,_eda ,"\u0031\u0073\u0074\u0020\u0064\u0069\u006c\u0061\u0074\u0065"); +};_ ,_dfed =_cfcge (_gbff ,_gbge ,_dage );if _dfed !=nil {return nil ,_g .Wrap (_dfed ,_eda ,"\u0032\u006e\u0064\u0020\u0064\u0069\u006c\u0061\u0074\u0065");};return _gbff ,nil ;};func (_ccagc *Bitmap )ConnComponents (bms *Bitmaps ,connectivity int )(_gaee *Boxes ,_eefg error ){const _bcdd ="B\u0069\u0074\u006d\u0061p.\u0043o\u006e\u006e\u0043\u006f\u006dp\u006f\u006e\u0065\u006e\u0074\u0073"; +if _ccagc ==nil {return nil ,_g .Error (_bcdd ,"\u0070r\u006f\u0076\u0069\u0064e\u0064\u0020\u0065\u006d\u0070t\u0079 \u0027b\u0027\u0020\u0062\u0069\u0074\u006d\u0061p");};if connectivity !=4&&connectivity !=8{return nil ,_g .Error (_bcdd ,"\u0063\u006f\u006ene\u0063\u0074\u0069\u0076\u0069\u0074\u0079\u0020\u006e\u006f\u0074\u0020\u0034\u0020\u006f\u0072\u0020\u0038"); +};if bms ==nil {if _gaee ,_eefg =_ccagc .connComponentsBB (connectivity );_eefg !=nil {return nil ,_g .Wrap (_eefg ,_bcdd ,"");};}else {if _gaee ,_eefg =_ccagc .connComponentsBitmapsBB (bms ,connectivity );_eefg !=nil {return nil ,_g .Wrap (_eefg ,_bcdd ,""); +};};return _gaee ,nil ;};func TstESymbol (t *_a .T ,scale ...int )*Bitmap {_gdcf ,_befcg :=NewWithData (4,5,[]byte {0xF0,0x80,0xE0,0x80,0xF0});_c .NoError (t ,_befcg );return TstGetScaledSymbol (t ,_gdcf ,scale ...);};func _bdeae (_cfabb *Bitmap ,_add *Bitmap ,_febeg *Selection ,_ggb **Bitmap )(*Bitmap ,error ){const _ffff ="\u0070\u0072\u006f\u0063\u0065\u0073\u0073\u004d\u006f\u0072\u0070\u0068A\u0072\u0067\u0073\u0031"; +if _add ==nil {return nil ,_g .Error (_ffff ,"\u004d\u006f\u0072\u0070\u0068\u0041\u0072\u0067\u0073\u0031\u0020'\u0073\u0027\u0020\u006e\u006f\u0074\u0020\u0064\u0065\u0066i\u006e\u0065\u0064");};if _febeg ==nil {return nil ,_g .Error (_ffff ,"\u004d\u006f\u0072\u0068p\u0041\u0072\u0067\u0073\u0031\u0020\u0027\u0073\u0065\u006c'\u0020n\u006f\u0074\u0020\u0064\u0065\u0066\u0069n\u0065\u0064"); +};_acbae ,_afdc :=_febeg .Height ,_febeg .Width ;if _acbae ==0||_afdc ==0{return nil ,_g .Error (_ffff ,"\u0073\u0065\u006c\u0065ct\u0069\u006f\u006e\u0020\u006f\u0066\u0020\u0073\u0069\u007a\u0065\u0020\u0030");};if _cfabb ==nil {_cfabb =_add .createTemplate (); +*_ggb =_add ;return _cfabb ,nil ;};_cfabb .Width =_add .Width ;_cfabb .Height =_add .Height ;_cfabb .RowStride =_add .RowStride ;_cfabb .Color =_add .Color ;_cfabb .Data =make ([]byte ,_add .RowStride *_add .Height );if _cfabb ==_add {*_ggb =_add .Copy (); +}else {*_ggb =_add ;};return _cfabb ,nil ;};func (_deda Points )Size ()int {return len (_deda )};func _ce (_ced ,_fcdg *Bitmap ,_ea int ,_bgb []byte ,_gcef int )(_eff error ){const _ecd ="\u0072\u0065\u0064uc\u0065\u0052\u0061\u006e\u006b\u0042\u0069\u006e\u0061\u0072\u0079\u0032\u004c\u0065\u0076\u0065\u006c\u0032"; +var (_fde ,_gfa ,_eaf ,_cgd ,_ddb ,_fdd ,_bdad ,_bae int ;_gcg ,_cba ,_dbfa ,_fac uint32 ;_cff ,_adc byte ;_gadd uint16 ;);_bde :=make ([]byte ,4);_bdef :=make ([]byte ,4);for _eaf =0;_eaf < _ced .Height -1;_eaf ,_cgd =_eaf +2,_cgd +1{_fde =_eaf *_ced .RowStride ; +_gfa =_cgd *_fcdg .RowStride ;for _ddb ,_fdd =0,0;_ddb < _gcef ;_ddb ,_fdd =_ddb +4,_fdd +1{for _bdad =0;_bdad < 4;_bdad ++{_bae =_fde +_ddb +_bdad ;if _bae <=len (_ced .Data )-1&&_bae < _fde +_ced .RowStride {_bde [_bdad ]=_ced .Data [_bae ];}else {_bde [_bdad ]=0x00; +};_bae =_fde +_ced .RowStride +_ddb +_bdad ;if _bae <=len (_ced .Data )-1&&_bae < _fde +(2*_ced .RowStride ){_bdef [_bdad ]=_ced .Data [_bae ];}else {_bdef [_bdad ]=0x00;};};_gcg =_fc .BigEndian .Uint32 (_bde );_cba =_fc .BigEndian .Uint32 (_bdef );_dbfa =_gcg &_cba ; +_dbfa |=_dbfa <<1;_fac =_gcg |_cba ;_fac &=_fac <<1;_cba =_dbfa |_fac ;_cba &=0xaaaaaaaa;_gcg =_cba |(_cba <<7);_cff =byte (_gcg >>24);_adc =byte ((_gcg >>8)&0xff);_bae =_gfa +_fdd ;if _bae +1==len (_fcdg .Data )-1||_bae +1>=_gfa +_fcdg .RowStride {if _eff =_fcdg .SetByte (_bae ,_bgb [_cff ]); +_eff !=nil {return _g .Wrapf (_eff ,_ecd ,"\u0069n\u0064\u0065\u0078\u003a\u0020\u0025d",_bae );};}else {_gadd =(uint16 (_bgb [_cff ])<<8)|uint16 (_bgb [_adc ]);if _eff =_fcdg .setTwoBytes (_bae ,_gadd );_eff !=nil {return _g .Wrapf (_eff ,_ecd ,"s\u0065\u0074\u0074\u0069\u006e\u0067 \u0074\u0077\u006f\u0020\u0062\u0079t\u0065\u0073\u0020\u0066\u0061\u0069\u006ce\u0064\u002c\u0020\u0069\u006e\u0064\u0065\u0078\u003a\u0020%\u0064",_bae ); +};_fdd ++;};};};return nil ;};func (_bed *Bitmap )removeBorderGeneral (_cdd ,_dbe ,_dfc ,_fbge int )(*Bitmap ,error ){const _bgdb ="\u0072\u0065\u006d\u006fve\u0042\u006f\u0072\u0064\u0065\u0072\u0047\u0065\u006e\u0065\u0072\u0061\u006c";if _cdd < 0||_dbe < 0||_dfc < 0||_fbge < 0{return nil ,_g .Error (_bgdb ,"\u006e\u0065g\u0061\u0074\u0069\u0076\u0065\u0020\u0062\u0072\u006f\u0064\u0065\u0072\u0020\u0072\u0065\u006d\u006f\u0076\u0065\u0020\u0076\u0061lu\u0065\u0073"); +};_dgbc ,_fecc :=_bed .Width ,_bed .Height ;_efaa :=_dgbc -_cdd -_dbe ;_afc :=_fecc -_dfc -_fbge ;if _efaa <=0{return nil ,_g .Errorf (_bgdb ,"w\u0069\u0064\u0074\u0068: \u0025d\u0020\u006d\u0075\u0073\u0074 \u0062\u0065\u0020\u003e\u0020\u0030",_efaa ); +};if _afc <=0{return nil ,_g .Errorf (_bgdb ,"\u0068\u0065\u0069\u0067ht\u003a\u0020\u0025\u0064\u0020\u006d\u0075\u0073\u0074\u0020\u0062\u0065\u0020\u003e \u0030",_afc );};_gffc :=New (_efaa ,_afc );_gffc .Color =_bed .Color ;_edfa :=_gffc .RasterOperation (0,0,_efaa ,_afc ,PixSrc ,_bed ,_cdd ,_dfc ); +if _edfa !=nil {return nil ,_g .Wrap (_edfa ,_bgdb ,"");};return _gffc ,nil ;};func _gbbdb (_gaaa ,_dbde *Bitmap ,_fgff *Selection )(*Bitmap ,error ){const _dbcfb ="c\u006c\u006f\u0073\u0065\u0042\u0069\u0074\u006d\u0061\u0070";var _aadc error ;if _gaaa ,_aadc =_fggb (_gaaa ,_dbde ,_fgff ); +_aadc !=nil {return nil ,_aadc ;};_ebagc ,_aadc :=_cfcge (nil ,_dbde ,_fgff );if _aadc !=nil {return nil ,_g .Wrap (_aadc ,_dbcfb ,"");};if _ ,_aadc =_dgbcf (_gaaa ,_ebagc ,_fgff );_aadc !=nil {return nil ,_g .Wrap (_aadc ,_dbcfb ,"");};return _gaaa ,nil ; +};func _bacc (_ddce ...MorphProcess )(_egd error ){const _befce ="v\u0065r\u0069\u0066\u0079\u004d\u006f\u0072\u0070\u0068P\u0072\u006f\u0063\u0065ss\u0065\u0073";var _abeg ,_abgdd int ;for _fgee ,_ggdg :=range _ddce {if _egd =_ggdg .verify (_fgee ,&_abeg ,&_abgdd ); +_egd !=nil {return _g .Wrap (_egd ,_befce ,"");};};if _abgdd !=0&&_abeg !=0{return _g .Error (_befce ,"\u004d\u006f\u0072\u0070\u0068\u0020\u0073\u0065\u0071\u0075\u0065n\u0063\u0065\u0020\u002d\u0020\u0062\u006f\u0072d\u0065r\u0020\u0061\u0064\u0064\u0065\u0064\u0020\u0062\u0075\u0074\u0020\u006e\u0065\u0074\u0020\u0072\u0065\u0064u\u0063\u0074\u0069\u006f\u006e\u0020\u006e\u006f\u0074\u0020\u0030"); +};return nil ;};func RankHausTest (p1 ,p2 ,p3 ,p4 *Bitmap ,delX ,delY float32 ,maxDiffW ,maxDiffH ,area1 ,area3 int ,rank float32 ,tab8 []int )(_egeg bool ,_dcda error ){const _gedaa ="\u0052\u0061\u006ek\u0048\u0061\u0075\u0073\u0054\u0065\u0073\u0074"; +_cfbb ,_ddfb :=p1 .Width ,p1 .Height ;_gge ,_gdeb :=p3 .Width ,p3 .Height ;if _cd .Abs (_cfbb -_gge )> maxDiffW {return false ,nil ;};if _cd .Abs (_ddfb -_gdeb )> maxDiffH {return false ,nil ;};_deff :=int (float32 (area1 )*(1.0-rank )+0.5);_gdea :=int (float32 (area3 )*(1.0-rank )+0.5); +var _eedd ,_dcbd int ;if delX >=0{_eedd =int (delX +0.5);}else {_eedd =int (delX -0.5);};if delY >=0{_dcbd =int (delY +0.5);}else {_dcbd =int (delY -0.5);};_dgbd :=p1 .CreateTemplate ();if _dcda =_dgbd .RasterOperation (0,0,_cfbb ,_ddfb ,PixSrc ,p1 ,0,0); +_dcda !=nil {return false ,_g .Wrap (_dcda ,_gedaa ,"p\u0031\u0020\u002d\u0053\u0052\u0043\u002d\u003e\u0020\u0074");};if _dcda =_dgbd .RasterOperation (_eedd ,_dcbd ,_cfbb ,_ddfb ,PixNotSrcAndDst ,p4 ,0,0);_dcda !=nil {return false ,_g .Wrap (_dcda ,_gedaa ,"\u0074 \u0026\u0020\u0021\u0070\u0034"); +};_egeg ,_dcda =_dgbd .ThresholdPixelSum (_deff ,tab8 );if _dcda !=nil {return false ,_g .Wrap (_dcda ,_gedaa ,"\u0074\u002d\u003e\u0074\u0068\u0072\u0065\u0073\u0068\u0031");};if _egeg {return false ,nil ;};if _dcda =_dgbd .RasterOperation (_eedd ,_dcbd ,_gge ,_gdeb ,PixSrc ,p3 ,0,0); +_dcda !=nil {return false ,_g .Wrap (_dcda ,_gedaa ,"p\u0033\u0020\u002d\u0053\u0052\u0043\u002d\u003e\u0020\u0074");};if _dcda =_dgbd .RasterOperation (0,0,_gge ,_gdeb ,PixNotSrcAndDst ,p2 ,0,0);_dcda !=nil {return false ,_g .Wrap (_dcda ,_gedaa ,"\u0074 \u0026\u0020\u0021\u0070\u0032"); +};_egeg ,_dcda =_dgbd .ThresholdPixelSum (_gdea ,tab8 );if _dcda !=nil {return false ,_g .Wrap (_dcda ,_gedaa ,"\u0074\u002d\u003e\u0074\u0068\u0072\u0065\u0073\u0068\u0033");};return !_egeg ,nil ;};func (_fcab *Bitmaps )GroupByWidth ()(*BitmapsArray ,error ){const _afac ="\u0047\u0072\u006fu\u0070\u0042\u0079\u0057\u0069\u0064\u0074\u0068"; +if len (_fcab .Values )==0{return nil ,_g .Error (_afac ,"\u006eo\u0020v\u0061\u006c\u0075\u0065\u0073 \u0070\u0072o\u0076\u0069\u0064\u0065\u0064");};_dgfc :=&BitmapsArray {};_fcab .SortByWidth ();_aacb :=-1;_efba :=-1;for _deea :=0;_deea < len (_fcab .Values ); +_deea ++{_fdgc :=_fcab .Values [_deea ].Width ;if _fdgc > _aacb {_aacb =_fdgc ;_efba ++;_dgfc .Values =append (_dgfc .Values ,&Bitmaps {});};_dgfc .Values [_efba ].AddBitmap (_fcab .Values [_deea ]);};return _dgfc ,nil ;};func (_gbbd *Bitmap )Equivalent (s *Bitmap )bool {return _gbbd .equivalent (s )}; +func CorrelationScoreThresholded (bm1 ,bm2 *Bitmap ,area1 ,area2 int ,delX ,delY float32 ,maxDiffW ,maxDiffH int ,tab ,downcount []int ,scoreThreshold float32 )(bool ,error ){const _eebb ="C\u006f\u0072\u0072\u0065\u006c\u0061t\u0069\u006f\u006e\u0053\u0063\u006f\u0072\u0065\u0054h\u0072\u0065\u0073h\u006fl\u0064\u0065\u0064"; +if bm1 ==nil {return false ,_g .Error (_eebb ,"\u0063\u006f\u0072\u0072\u0065\u006c\u0061\u0074\u0069\u006f\u006e\u0053\u0063\u006f\u0072\u0065\u0054\u0068\u0072\u0065\u0073\u0068\u006f\u006cd\u0065\u0064\u0020\u0062\u006d1\u0020\u0069s\u0020\u006e\u0069\u006c"); +};if bm2 ==nil {return false ,_g .Error (_eebb ,"\u0063\u006f\u0072\u0072\u0065\u006c\u0061\u0074\u0069\u006f\u006e\u0053\u0063\u006f\u0072\u0065\u0054\u0068\u0072\u0065\u0073\u0068\u006f\u006cd\u0065\u0064\u0020\u0062\u006d2\u0020\u0069s\u0020\u006e\u0069\u006c"); +};if area1 <=0||area2 <=0{return false ,_g .Error (_eebb ,"c\u006f\u0072\u0072\u0065\u006c\u0061\u0074\u0069\u006fn\u0053\u0063\u006f\u0072\u0065\u0054\u0068re\u0073\u0068\u006f\u006cd\u0065\u0064\u0020\u002d\u0020\u0061\u0072\u0065\u0061s \u006d\u0075s\u0074\u0020\u0062\u0065\u0020\u003e\u0020\u0030"); +};if downcount ==nil {return false ,_g .Error (_eebb ,"\u0070\u0072\u006fvi\u0064\u0065\u0064\u0020\u006e\u006f\u0020\u0027\u0064\u006f\u0077\u006e\u0063\u006f\u0075\u006e\u0074\u0027");};if tab ==nil {return false ,_g .Error (_eebb ,"p\u0072\u006f\u0076\u0069de\u0064 \u006e\u0069\u006c\u0020\u0027s\u0075\u006d\u0074\u0061\u0062\u0027"); +};_aee ,_gcbg :=bm1 .Width ,bm1 .Height ;_bgba ,_fgbd :=bm2 .Width ,bm2 .Height ;if _cd .Abs (_aee -_bgba )> maxDiffW {return false ,nil ;};if _cd .Abs (_gcbg -_fgbd )> maxDiffH {return false ,nil ;};_geaa :=int (delX +_cd .Sign (delX )*0.5);_bga :=int (delY +_cd .Sign (delY )*0.5); +_ffaf :=int (_gd .Ceil (_gd .Sqrt (float64 (scoreThreshold )*float64 (area1 )*float64 (area2 ))));_agbe :=bm2 .RowStride ;_fagc :=_abfcf (_bga ,0);_cacg :=_cddf (_fgbd +_bga ,_gcbg );_afce :=bm1 .RowStride *_fagc ;_dggc :=bm2 .RowStride *(_fagc -_bga ); +var _bgga int ;if _cacg <=_gcbg {_bgga =downcount [_cacg -1];};_egad :=_abfcf (_geaa ,0);_gcgb :=_cddf (_bgba +_geaa ,_aee );var _cbee ,_bce int ;if _geaa >=8{_cbee =_geaa >>3;_afce +=_cbee ;_egad -=_cbee <<3;_gcgb -=_cbee <<3;_geaa &=7;}else if _geaa <=-8{_bce =-((_geaa +7)>>3); +_dggc +=_bce ;_agbe -=_bce ;_geaa +=_bce <<3;};var (_dada ,_ccc ,_dbff int ;_bfbc ,_bdgf ,_bbdef byte ;);if _egad >=_gcgb ||_fagc >=_cacg {return false ,nil ;};_ddea :=(_gcgb +7)>>3;switch {case _geaa ==0:for _ccc =_fagc ;_ccc < _cacg ;_ccc ,_afce ,_dggc =_ccc +1,_afce +bm1 .RowStride ,_dggc +bm2 .RowStride {for _dbff =0; +_dbff < _ddea ;_dbff ++{_bfbc =bm1 .Data [_afce +_dbff ]&bm2 .Data [_dggc +_dbff ];_dada +=tab [_bfbc ];};if _dada >=_ffaf {return true ,nil ;};if _ddac :=_dada +downcount [_ccc ]-_bgga ;_ddac < _ffaf {return false ,nil ;};};case _geaa > 0&&_agbe < _ddea :for _ccc =_fagc ; +_ccc < _cacg ;_ccc ,_afce ,_dggc =_ccc +1,_afce +bm1 .RowStride ,_dggc +bm2 .RowStride {_bdgf =bm1 .Data [_afce ];_bbdef =bm2 .Data [_dggc ]>>uint (_geaa );_bfbc =_bdgf &_bbdef ;_dada +=tab [_bfbc ];for _dbff =1;_dbff < _agbe ;_dbff ++{_bdgf =bm1 .Data [_afce +_dbff ]; +_bbdef =bm2 .Data [_dggc +_dbff ]>>uint (_geaa )|bm2 .Data [_dggc +_dbff -1]<=_ffaf {return true ,nil ;}else if _dada +downcount [_ccc ]-_bgga < _ffaf {return false ,nil ;};};case _geaa > 0&&_agbe >=_ddea :for _ccc =_fagc ;_ccc < _cacg ;_ccc ,_afce ,_dggc =_ccc +1,_afce +bm1 .RowStride ,_dggc +bm2 .RowStride {_bdgf =bm1 .Data [_afce ]; +_bbdef =bm2 .Data [_dggc ]>>uint (_geaa );_bfbc =_bdgf &_bbdef ;_dada +=tab [_bfbc ];for _dbff =1;_dbff < _ddea ;_dbff ++{_bdgf =bm1 .Data [_afce +_dbff ];_bbdef =bm2 .Data [_dggc +_dbff ]>>uint (_geaa );_bbdef |=bm2 .Data [_dggc +_dbff -1]<=_ffaf {return true ,nil ;}else if _dada +downcount [_ccc ]-_bgga < _ffaf {return false ,nil ;};};case _ddea < _agbe :for _ccc =_fagc ;_ccc < _cacg ;_ccc ,_afce ,_dggc =_ccc +1,_afce +bm1 .RowStride ,_dggc +bm2 .RowStride {for _dbff =0; +_dbff < _ddea ;_dbff ++{_bdgf =bm1 .Data [_afce +_dbff ];_bbdef =bm2 .Data [_dggc +_dbff ]<>uint (8+_geaa );_bfbc =_bdgf &_bbdef ;_dada +=tab [_bfbc ];};if _dada >=_ffaf {return true ,nil ;}else if _ccad :=_dada +downcount [_ccc ]-_bgga ; +_ccad < _ffaf {return false ,nil ;};};case _agbe >=_ddea :for _ccc =_fagc ;_ccc < _cacg ;_ccc ,_afce ,_dggc =_ccc +1,_afce +bm1 .RowStride ,_dggc +bm2 .RowStride {for _dbff =0;_dbff < _ddea ;_dbff ++{_bdgf =bm1 .Data [_afce +_dbff ];_bbdef =bm2 .Data [_dggc +_dbff ]<>uint (8+_geaa );_bfbc =_bdgf &_bbdef ;_dada +=tab [_bfbc ];};_bdgf =bm1 .Data [_afce +_dbff ];_bbdef =bm2 .Data [_dggc +_dbff ]<=_ffaf {return true ,nil ; +}else if _dada +downcount [_ccc ]-_bgga < _ffaf {return false ,nil ;};};};_cbef :=float32 (_dada )*float32 (_dada )/(float32 (area1 )*float32 (area2 ));if _cbef >=scoreThreshold {_b .Log .Trace ("\u0063\u006f\u0075\u006e\u0074\u003a\u0020\u0025\u0064\u0020\u003c\u0020\u0074\u0068\u0072\u0065\u0073\u0068\u006f\u006cd\u0020\u0025\u0064\u0020\u0062\u0075\u0074\u0020\u0073c\u006f\u0072\u0065\u0020\u0025\u0066\u0020\u003e\u003d\u0020\u0073\u0063\u006fr\u0065\u0054\u0068\u0072\u0065\u0073h\u006f\u006c\u0064 \u0025\u0066",_dada ,_ffaf ,_cbef ,scoreThreshold ); +};return false ,nil ;};func (_aggc *Boxes )makeSizeIndicator (_edca ,_acb int ,_ddbef LocationFilter ,_gfb SizeComparison )*_cd .NumSlice {_gceb :=&_cd .NumSlice {};var _dbdf ,_bada ,_dfbg int ;for _ ,_gdda :=range *_aggc {_dbdf =0;_bada ,_dfbg =_gdda .Dx (),_gdda .Dy (); +switch _ddbef {case LocSelectWidth :if (_gfb ==SizeSelectIfLT &&_bada < _edca )||(_gfb ==SizeSelectIfGT &&_bada > _edca )||(_gfb ==SizeSelectIfLTE &&_bada <=_edca )||(_gfb ==SizeSelectIfGTE &&_bada >=_edca ){_dbdf =1;};case LocSelectHeight :if (_gfb ==SizeSelectIfLT &&_dfbg < _acb )||(_gfb ==SizeSelectIfGT &&_dfbg > _acb )||(_gfb ==SizeSelectIfLTE &&_dfbg <=_acb )||(_gfb ==SizeSelectIfGTE &&_dfbg >=_acb ){_dbdf =1; +};case LocSelectIfEither :if (_gfb ==SizeSelectIfLT &&(_dfbg < _acb ||_bada < _edca ))||(_gfb ==SizeSelectIfGT &&(_dfbg > _acb ||_bada > _edca ))||(_gfb ==SizeSelectIfLTE &&(_dfbg <=_acb ||_bada <=_edca ))||(_gfb ==SizeSelectIfGTE &&(_dfbg >=_acb ||_bada >=_edca )){_dbdf =1; +};case LocSelectIfBoth :if (_gfb ==SizeSelectIfLT &&(_dfbg < _acb &&_bada < _edca ))||(_gfb ==SizeSelectIfGT &&(_dfbg > _acb &&_bada > _edca ))||(_gfb ==SizeSelectIfLTE &&(_dfbg <=_acb &&_bada <=_edca ))||(_gfb ==SizeSelectIfGTE &&(_dfbg >=_acb &&_bada >=_edca )){_dbdf =1; +};};_gceb .AddInt (_dbdf );};return _gceb ;};func _ggcf (_ffga ,_daee int ,_dcac string )*Selection {_eecb :=&Selection {Height :_ffga ,Width :_daee ,Name :_dcac };_eecb .Data =make ([][]SelectionValue ,_ffga );for _gffcg :=0;_gffcg < _ffga ;_gffcg ++{_eecb .Data [_gffcg ]=make ([]SelectionValue ,_daee ); +};return _eecb ;};func (_adacg *Bitmaps )selectByIndexes (_ecfaa []int )(*Bitmaps ,error ){_dgbe :=&Bitmaps {};for _ ,_decg :=range _ecfaa {_dbfag ,_ebaa :=_adacg .GetBitmap (_decg );if _ebaa !=nil {return nil ,_g .Wrap (_ebaa ,"\u0073e\u006ce\u0063\u0074\u0042\u0079\u0049\u006e\u0064\u0065\u0078\u0065\u0073",""); +};_dgbe .AddBitmap (_dbfag );};return _dgbe ,nil ;};const (_ SizeSelection =iota ;SizeSelectByWidth ;SizeSelectByHeight ;SizeSelectByMaxDimension ;SizeSelectByArea ;SizeSelectByPerimeter ;);func (_beg *Bitmap )SizesEqual (s *Bitmap )bool {if _beg ==s {return true ; +};if _beg .Width !=s .Width ||_beg .Height !=s .Height {return false ;};return true ;};func _fbf ()(_dc [256]uint16 ){for _cfc :=0;_cfc < 256;_cfc ++{if _cfc &0x01!=0{_dc [_cfc ]|=0x3;};if _cfc &0x02!=0{_dc [_cfc ]|=0xc;};if _cfc &0x04!=0{_dc [_cfc ]|=0x30; +};if _cfc &0x08!=0{_dc [_cfc ]|=0xc0;};if _cfc &0x10!=0{_dc [_cfc ]|=0x300;};if _cfc &0x20!=0{_dc [_cfc ]|=0xc00;};if _cfc &0x40!=0{_dc [_cfc ]|=0x3000;};if _cfc &0x80!=0{_dc [_cfc ]|=0xc000;};};return _dc ;};func _deeg (_fbdd ,_gbba *Bitmap ,_badd ,_egbb int )(*Bitmap ,error ){const _dfdf ="\u0063\u006c\u006f\u0073\u0065\u0042\u0072\u0069\u0063\u006b"; +if _gbba ==nil {return nil ,_g .Error (_dfdf ,"\u0073o\u0075r\u0063\u0065\u0020\u006e\u006ft\u0020\u0064e\u0066\u0069\u006e\u0065\u0064");};if _badd < 1||_egbb < 1{return nil ,_g .Error (_dfdf ,"\u0068S\u0069\u007a\u0065\u0020\u0061\u006e\u0064\u0020\u0076\u0053\u0069z\u0065\u0020\u006e\u006f\u0074\u0020\u003e\u003d\u0020\u0031"); +};if _badd ==1&&_egbb ==1{return _gbba .Copy (),nil ;};if _badd ==1||_egbb ==1{_egcc :=SelCreateBrick (_egbb ,_badd ,_egbb /2,_badd /2,SelHit );var _cbdd error ;_fbdd ,_cbdd =_gbbdb (_fbdd ,_gbba ,_egcc );if _cbdd !=nil {return nil ,_g .Wrap (_cbdd ,_dfdf ,"\u0068S\u0069\u007a\u0065\u0020\u003d\u003d\u0020\u0031\u0020\u007c\u007c \u0076\u0053\u0069\u007a\u0065\u0020\u003d\u003d\u0020\u0031"); +};return _fbdd ,nil ;};_agdc :=SelCreateBrick (1,_badd ,0,_badd /2,SelHit );_cbfa :=SelCreateBrick (_egbb ,1,_egbb /2,0,SelHit );_edfb ,_ddcg :=_cfcge (nil ,_gbba ,_agdc );if _ddcg !=nil {return nil ,_g .Wrap (_ddcg ,_dfdf ,"\u0031\u0073\u0074\u0020\u0064\u0069\u006c\u0061\u0074\u0065"); +};if _fbdd ,_ddcg =_cfcge (_fbdd ,_edfb ,_cbfa );_ddcg !=nil {return nil ,_g .Wrap (_ddcg ,_dfdf ,"\u0032\u006e\u0064\u0020\u0064\u0069\u006c\u0061\u0074\u0065");};if _ ,_ddcg =_dgbcf (_edfb ,_fbdd ,_agdc );_ddcg !=nil {return nil ,_g .Wrap (_ddcg ,_dfdf ,"\u0031s\u0074\u0020\u0065\u0072\u006f\u0064e"); +};if _ ,_ddcg =_dgbcf (_fbdd ,_edfb ,_cbfa );_ddcg !=nil {return nil ,_g .Wrap (_ddcg ,_dfdf ,"\u0032n\u0064\u0020\u0065\u0072\u006f\u0064e");};return _fbdd ,nil ;};func (_bece *Bitmap )resizeImageData (_gfed *Bitmap )error {if _gfed ==nil {return _g .Error ("\u0072e\u0073i\u007a\u0065\u0049\u006d\u0061\u0067\u0065\u0044\u0061\u0074\u0061","\u0073r\u0063 \u0069\u0073\u0020\u006e\u006ft\u0020\u0064e\u0066\u0069\u006e\u0065\u0064"); +};if _bece .SizesEqual (_gfed ){return nil ;};_bece .Data =make ([]byte ,len (_gfed .Data ));_bece .Width =_gfed .Width ;_bece .Height =_gfed .Height ;_bece .RowStride =_gfed .RowStride ;return nil ;};func (_ebcb *ClassedPoints )xSortFunction ()func (_acbe int ,_cffgc int )bool {return func (_bebg ,_fcdf int )bool {return _ebcb .XAtIndex (_bebg )< _ebcb .XAtIndex (_fcdf )}; +};func (_bdbbf *Selection )findMaxTranslations ()(_agced ,_bcee ,_cbce ,_ggcaa int ){for _fedbg :=0;_fedbg < _bdbbf .Height ;_fedbg ++{for _fbdecc :=0;_fbdecc < _bdbbf .Width ;_fbdecc ++{if _bdbbf .Data [_fedbg ][_fbdecc ]==SelHit {_agced =_abfcf (_agced ,_bdbbf .Cx -_fbdecc ); +_bcee =_abfcf (_bcee ,_bdbbf .Cy -_fedbg );_cbce =_abfcf (_cbce ,_fbdecc -_bdbbf .Cx );_ggcaa =_abfcf (_ggcaa ,_fedbg -_bdbbf .Cy );};};};return _agced ,_bcee ,_cbce ,_ggcaa ;};func _gece (_cbfg *Bitmap ,_ccef ,_eaae ,_daad ,_bdcc int ,_dbegf RasterOperator ,_ggef *Bitmap ,_dcba ,_bddd int )error {var (_dffg bool ; +_febba bool ;_agcbc int ;_ffagd int ;_febg int ;_gffdg bool ;_bcaf byte ;_debdb int ;_degc int ;_fged int ;_gcdb ,_eacc int ;);_aabb :=8-(_ccef &7);_efeb :=_gbfbd [_aabb ];_ebcc :=_cbfg .RowStride *_eaae +(_ccef >>3);_cbcac :=_ggef .RowStride *_bddd +(_dcba >>3); +if _daad < _aabb {_dffg =true ;_efeb &=_ceaad [8-_aabb +_daad ];};if !_dffg {_agcbc =(_daad -_aabb )>>3;if _agcbc > 0{_febba =true ;_ffagd =_ebcc +1;_febg =_cbcac +1;};};_debdb =(_ccef +_daad )&7;if !(_dffg ||_debdb ==0){_gffdg =true ;_bcaf =_ceaad [_debdb ]; +_degc =_ebcc +1+_agcbc ;_fged =_cbcac +1+_agcbc ;};switch _dbegf {case PixSrc :for _gcdb =0;_gcdb < _bdcc ;_gcdb ++{_cbfg .Data [_ebcc ]=_accd (_cbfg .Data [_ebcc ],_ggef .Data [_cbcac ],_efeb );_ebcc +=_cbfg .RowStride ;_cbcac +=_ggef .RowStride ;};if _febba {for _gcdb =0; +_gcdb < _bdcc ;_gcdb ++{for _eacc =0;_eacc < _agcbc ;_eacc ++{_cbfg .Data [_ffagd +_eacc ]=_ggef .Data [_febg +_eacc ];};_ffagd +=_cbfg .RowStride ;_febg +=_ggef .RowStride ;};};if _gffdg {for _gcdb =0;_gcdb < _bdcc ;_gcdb ++{_cbfg .Data [_degc ]=_accd (_cbfg .Data [_degc ],_ggef .Data [_fged ],_bcaf ); +_degc +=_cbfg .RowStride ;_fged +=_ggef .RowStride ;};};case PixNotSrc :for _gcdb =0;_gcdb < _bdcc ;_gcdb ++{_cbfg .Data [_ebcc ]=_accd (_cbfg .Data [_ebcc ],^_ggef .Data [_cbcac ],_efeb );_ebcc +=_cbfg .RowStride ;_cbcac +=_ggef .RowStride ;};if _febba {for _gcdb =0; +_gcdb < _bdcc ;_gcdb ++{for _eacc =0;_eacc < _agcbc ;_eacc ++{_cbfg .Data [_ffagd +_eacc ]=^_ggef .Data [_febg +_eacc ];};_ffagd +=_cbfg .RowStride ;_febg +=_ggef .RowStride ;};};if _gffdg {for _gcdb =0;_gcdb < _bdcc ;_gcdb ++{_cbfg .Data [_degc ]=_accd (_cbfg .Data [_degc ],^_ggef .Data [_fged ],_bcaf ); +_degc +=_cbfg .RowStride ;_fged +=_ggef .RowStride ;};};case PixSrcOrDst :for _gcdb =0;_gcdb < _bdcc ;_gcdb ++{_cbfg .Data [_ebcc ]=_accd (_cbfg .Data [_ebcc ],_ggef .Data [_cbcac ]|_cbfg .Data [_ebcc ],_efeb );_ebcc +=_cbfg .RowStride ;_cbcac +=_ggef .RowStride ; +};if _febba {for _gcdb =0;_gcdb < _bdcc ;_gcdb ++{for _eacc =0;_eacc < _agcbc ;_eacc ++{_cbfg .Data [_ffagd +_eacc ]|=_ggef .Data [_febg +_eacc ];};_ffagd +=_cbfg .RowStride ;_febg +=_ggef .RowStride ;};};if _gffdg {for _gcdb =0;_gcdb < _bdcc ;_gcdb ++{_cbfg .Data [_degc ]=_accd (_cbfg .Data [_degc ],_ggef .Data [_fged ]|_cbfg .Data [_degc ],_bcaf ); +_degc +=_cbfg .RowStride ;_fged +=_ggef .RowStride ;};};case PixSrcAndDst :for _gcdb =0;_gcdb < _bdcc ;_gcdb ++{_cbfg .Data [_ebcc ]=_accd (_cbfg .Data [_ebcc ],_ggef .Data [_cbcac ]&_cbfg .Data [_ebcc ],_efeb );_ebcc +=_cbfg .RowStride ;_cbcac +=_ggef .RowStride ; +};if _febba {for _gcdb =0;_gcdb < _bdcc ;_gcdb ++{for _eacc =0;_eacc < _agcbc ;_eacc ++{_cbfg .Data [_ffagd +_eacc ]&=_ggef .Data [_febg +_eacc ];};_ffagd +=_cbfg .RowStride ;_febg +=_ggef .RowStride ;};};if _gffdg {for _gcdb =0;_gcdb < _bdcc ;_gcdb ++{_cbfg .Data [_degc ]=_accd (_cbfg .Data [_degc ],_ggef .Data [_fged ]&_cbfg .Data [_degc ],_bcaf ); +_degc +=_cbfg .RowStride ;_fged +=_ggef .RowStride ;};};case PixSrcXorDst :for _gcdb =0;_gcdb < _bdcc ;_gcdb ++{_cbfg .Data [_ebcc ]=_accd (_cbfg .Data [_ebcc ],_ggef .Data [_cbcac ]^_cbfg .Data [_ebcc ],_efeb );_ebcc +=_cbfg .RowStride ;_cbcac +=_ggef .RowStride ; +};if _febba {for _gcdb =0;_gcdb < _bdcc ;_gcdb ++{for _eacc =0;_eacc < _agcbc ;_eacc ++{_cbfg .Data [_ffagd +_eacc ]^=_ggef .Data [_febg +_eacc ];};_ffagd +=_cbfg .RowStride ;_febg +=_ggef .RowStride ;};};if _gffdg {for _gcdb =0;_gcdb < _bdcc ;_gcdb ++{_cbfg .Data [_degc ]=_accd (_cbfg .Data [_degc ],_ggef .Data [_fged ]^_cbfg .Data [_degc ],_bcaf ); +_degc +=_cbfg .RowStride ;_fged +=_ggef .RowStride ;};};case PixNotSrcOrDst :for _gcdb =0;_gcdb < _bdcc ;_gcdb ++{_cbfg .Data [_ebcc ]=_accd (_cbfg .Data [_ebcc ],^(_ggef .Data [_cbcac ])|_cbfg .Data [_ebcc ],_efeb );_ebcc +=_cbfg .RowStride ;_cbcac +=_ggef .RowStride ; +};if _febba {for _gcdb =0;_gcdb < _bdcc ;_gcdb ++{for _eacc =0;_eacc < _agcbc ;_eacc ++{_cbfg .Data [_ffagd +_eacc ]|=^(_ggef .Data [_febg +_eacc ]);};_ffagd +=_cbfg .RowStride ;_febg +=_ggef .RowStride ;};};if _gffdg {for _gcdb =0;_gcdb < _bdcc ;_gcdb ++{_cbfg .Data [_degc ]=_accd (_cbfg .Data [_degc ],^(_ggef .Data [_fged ])|_cbfg .Data [_degc ],_bcaf ); +_degc +=_cbfg .RowStride ;_fged +=_ggef .RowStride ;};};case PixNotSrcAndDst :for _gcdb =0;_gcdb < _bdcc ;_gcdb ++{_cbfg .Data [_ebcc ]=_accd (_cbfg .Data [_ebcc ],^(_ggef .Data [_cbcac ])&_cbfg .Data [_ebcc ],_efeb );_ebcc +=_cbfg .RowStride ;_cbcac +=_ggef .RowStride ; +};if _febba {for _gcdb =0;_gcdb < _bdcc ;_gcdb ++{for _eacc =0;_eacc < _agcbc ;_eacc ++{_cbfg .Data [_ffagd +_eacc ]&=^_ggef .Data [_febg +_eacc ];};_ffagd +=_cbfg .RowStride ;_febg +=_ggef .RowStride ;};};if _gffdg {for _gcdb =0;_gcdb < _bdcc ;_gcdb ++{_cbfg .Data [_degc ]=_accd (_cbfg .Data [_degc ],^(_ggef .Data [_fged ])&_cbfg .Data [_degc ],_bcaf ); +_degc +=_cbfg .RowStride ;_fged +=_ggef .RowStride ;};};case PixSrcOrNotDst :for _gcdb =0;_gcdb < _bdcc ;_gcdb ++{_cbfg .Data [_ebcc ]=_accd (_cbfg .Data [_ebcc ],_ggef .Data [_cbcac ]|^(_cbfg .Data [_ebcc ]),_efeb );_ebcc +=_cbfg .RowStride ;_cbcac +=_ggef .RowStride ; +};if _febba {for _gcdb =0;_gcdb < _bdcc ;_gcdb ++{for _eacc =0;_eacc < _agcbc ;_eacc ++{_cbfg .Data [_ffagd +_eacc ]=_ggef .Data [_febg +_eacc ]|^(_cbfg .Data [_ffagd +_eacc ]);};_ffagd +=_cbfg .RowStride ;_febg +=_ggef .RowStride ;};};if _gffdg {for _gcdb =0; +_gcdb < _bdcc ;_gcdb ++{_cbfg .Data [_degc ]=_accd (_cbfg .Data [_degc ],_ggef .Data [_fged ]|^(_cbfg .Data [_degc ]),_bcaf );_degc +=_cbfg .RowStride ;_fged +=_ggef .RowStride ;};};case PixSrcAndNotDst :for _gcdb =0;_gcdb < _bdcc ;_gcdb ++{_cbfg .Data [_ebcc ]=_accd (_cbfg .Data [_ebcc ],_ggef .Data [_cbcac ]&^(_cbfg .Data [_ebcc ]),_efeb ); +_ebcc +=_cbfg .RowStride ;_cbcac +=_ggef .RowStride ;};if _febba {for _gcdb =0;_gcdb < _bdcc ;_gcdb ++{for _eacc =0;_eacc < _agcbc ;_eacc ++{_cbfg .Data [_ffagd +_eacc ]=_ggef .Data [_febg +_eacc ]&^(_cbfg .Data [_ffagd +_eacc ]);};_ffagd +=_cbfg .RowStride ; +_febg +=_ggef .RowStride ;};};if _gffdg {for _gcdb =0;_gcdb < _bdcc ;_gcdb ++{_cbfg .Data [_degc ]=_accd (_cbfg .Data [_degc ],_ggef .Data [_fged ]&^(_cbfg .Data [_degc ]),_bcaf );_degc +=_cbfg .RowStride ;_fged +=_ggef .RowStride ;};};case PixNotPixSrcOrDst :for _gcdb =0; +_gcdb < _bdcc ;_gcdb ++{_cbfg .Data [_ebcc ]=_accd (_cbfg .Data [_ebcc ],^(_ggef .Data [_cbcac ]|_cbfg .Data [_ebcc ]),_efeb );_ebcc +=_cbfg .RowStride ;_cbcac +=_ggef .RowStride ;};if _febba {for _gcdb =0;_gcdb < _bdcc ;_gcdb ++{for _eacc =0;_eacc < _agcbc ; +_eacc ++{_cbfg .Data [_ffagd +_eacc ]=^(_ggef .Data [_febg +_eacc ]|_cbfg .Data [_ffagd +_eacc ]);};_ffagd +=_cbfg .RowStride ;_febg +=_ggef .RowStride ;};};if _gffdg {for _gcdb =0;_gcdb < _bdcc ;_gcdb ++{_cbfg .Data [_degc ]=_accd (_cbfg .Data [_degc ],^(_ggef .Data [_fged ]|_cbfg .Data [_degc ]),_bcaf ); +_degc +=_cbfg .RowStride ;_fged +=_ggef .RowStride ;};};case PixNotPixSrcAndDst :for _gcdb =0;_gcdb < _bdcc ;_gcdb ++{_cbfg .Data [_ebcc ]=_accd (_cbfg .Data [_ebcc ],^(_ggef .Data [_cbcac ]&_cbfg .Data [_ebcc ]),_efeb );_ebcc +=_cbfg .RowStride ;_cbcac +=_ggef .RowStride ; +};if _febba {for _gcdb =0;_gcdb < _bdcc ;_gcdb ++{for _eacc =0;_eacc < _agcbc ;_eacc ++{_cbfg .Data [_ffagd +_eacc ]=^(_ggef .Data [_febg +_eacc ]&_cbfg .Data [_ffagd +_eacc ]);};_ffagd +=_cbfg .RowStride ;_febg +=_ggef .RowStride ;};};if _gffdg {for _gcdb =0; +_gcdb < _bdcc ;_gcdb ++{_cbfg .Data [_degc ]=_accd (_cbfg .Data [_degc ],^(_ggef .Data [_fged ]&_cbfg .Data [_degc ]),_bcaf );_degc +=_cbfg .RowStride ;_fged +=_ggef .RowStride ;};};case PixNotPixSrcXorDst :for _gcdb =0;_gcdb < _bdcc ;_gcdb ++{_cbfg .Data [_ebcc ]=_accd (_cbfg .Data [_ebcc ],^(_ggef .Data [_cbcac ]^_cbfg .Data [_ebcc ]),_efeb ); +_ebcc +=_cbfg .RowStride ;_cbcac +=_ggef .RowStride ;};if _febba {for _gcdb =0;_gcdb < _bdcc ;_gcdb ++{for _eacc =0;_eacc < _agcbc ;_eacc ++{_cbfg .Data [_ffagd +_eacc ]=^(_ggef .Data [_febg +_eacc ]^_cbfg .Data [_ffagd +_eacc ]);};_ffagd +=_cbfg .RowStride ; +_febg +=_ggef .RowStride ;};};if _gffdg {for _gcdb =0;_gcdb < _bdcc ;_gcdb ++{_cbfg .Data [_degc ]=_accd (_cbfg .Data [_degc ],^(_ggef .Data [_fged ]^_cbfg .Data [_degc ]),_bcaf );_degc +=_cbfg .RowStride ;_fged +=_ggef .RowStride ;};};default:_b .Log .Debug ("I\u006e\u0076\u0061\u006c\u0069\u0064 \u0072\u0061\u0073\u0074\u0065\u0072\u0020\u006f\u0070e\u0072\u0061\u0074o\u0072:\u0020\u0025\u0064",_dbegf ); +return _g .Error ("\u0072\u0061\u0073\u0074er\u004f\u0070\u0056\u0041\u006c\u0069\u0067\u006e\u0065\u0064\u004c\u006f\u0077","\u0069\u006e\u0076al\u0069\u0064\u0020\u0072\u0061\u0073\u0074\u0065\u0072\u0020\u006f\u0070\u0065\u0072\u0061\u0074\u006f\u0072"); +};return nil ;};func _efgf (_bbf ,_baba *Bitmap ,_dagg ,_efgc ,_aggb uint ,_bfdb ,_fefcc int ,_ccfa bool ,_bdec ,_badaa int )error {for _gafd :=_bfdb ;_gafd < _fefcc ;_gafd ++{if _bdec +1< len (_bbf .Data ){_eeg :=_gafd +1==_fefcc ;_gde ,_ccag :=_bbf .GetByte (_bdec ); +if _ccag !=nil {return _ccag ;};_bdec ++;_gde <<=_dagg ;_fcea ,_ccag :=_bbf .GetByte (_bdec );if _ccag !=nil {return _ccag ;};_fcea >>=_efgc ;_agab :=_gde |_fcea ;if _eeg &&!_ccfa {_agab =_afbb (_aggb ,_agab );};_ccag =_baba .SetByte (_badaa ,_agab );if _ccag !=nil {return _ccag ; +};_badaa ++;if _eeg &&_ccfa {_acbf ,_cbed :=_bbf .GetByte (_bdec );if _cbed !=nil {return _cbed ;};_acbf <<=_dagg ;_agab =_afbb (_aggb ,_acbf );if _cbed =_baba .SetByte (_badaa ,_agab );_cbed !=nil {return _cbed ;};};continue ;};_dgfe ,_efag :=_bbf .GetByte (_bdec ); +if _efag !=nil {_b .Log .Debug ("G\u0065\u0074\u0074\u0069\u006e\u0067 \u0074\u0068\u0065\u0020\u0076\u0061l\u0075\u0065\u0020\u0061\u0074\u003a\u0020%\u0064\u0020\u0066\u0061\u0069\u006c\u0065\u0064\u003a\u0020%\u0073",_bdec ,_efag );return _efag ;};_dgfe <<=_dagg ; +_bdec ++;_efag =_baba .SetByte (_badaa ,_dgfe );if _efag !=nil {return _efag ;};_badaa ++;};return nil ;};var _ffa [256]uint8 ;func _aeggb (_gcdd ,_aefc *Bitmap ,_bebeg ,_bgee int )(_gebg error ){const _fdabb ="\u0073e\u0065d\u0066\u0069\u006c\u006c\u0042i\u006e\u0061r\u0079\u004c\u006f\u0077\u0034"; +var (_daef ,_ccbab ,_eaab ,_bdfcd int ;_fecb ,_eebba ,_cddfb ,_edbb ,_gfbab ,_gdgb ,_ccaa byte ;);for _daef =0;_daef < _bebeg ;_daef ++{_eaab =_daef *_gcdd .RowStride ;_bdfcd =_daef *_aefc .RowStride ;for _ccbab =0;_ccbab < _bgee ;_ccbab ++{_fecb ,_gebg =_gcdd .GetByte (_eaab +_ccbab ); +if _gebg !=nil {return _g .Wrap (_gebg ,_fdabb ,"\u0066i\u0072\u0073\u0074\u0020\u0067\u0065t");};_eebba ,_gebg =_aefc .GetByte (_bdfcd +_ccbab );if _gebg !=nil {return _g .Wrap (_gebg ,_fdabb ,"\u0073\u0065\u0063\u006f\u006e\u0064\u0020\u0067\u0065\u0074"); +};if _daef > 0{_cddfb ,_gebg =_gcdd .GetByte (_eaab -_gcdd .RowStride +_ccbab );if _gebg !=nil {return _g .Wrap (_gebg ,_fdabb ,"\u0069\u0020\u003e \u0030");};_fecb |=_cddfb ;};if _ccbab > 0{_edbb ,_gebg =_gcdd .GetByte (_eaab +_ccbab -1);if _gebg !=nil {return _g .Wrap (_gebg ,_fdabb ,"\u006a\u0020\u003e \u0030"); +};_fecb |=_edbb <<7;};_fecb &=_eebba ;if _fecb ==0||(^_fecb )==0{if _gebg =_gcdd .SetByte (_eaab +_ccbab ,_fecb );_gebg !=nil {return _g .Wrap (_gebg ,_fdabb ,"b\u0074\u0020\u003d\u003d 0\u0020|\u007c\u0020\u0028\u005e\u0062t\u0029\u0020\u003d\u003d\u0020\u0030"); +};continue ;};for {_ccaa =_fecb ;_fecb =(_fecb |(_fecb >>1)|(_fecb <<1))&_eebba ;if (_fecb ^_ccaa )==0{if _gebg =_gcdd .SetByte (_eaab +_ccbab ,_fecb );_gebg !=nil {return _g .Wrap (_gebg ,_fdabb ,"\u0073\u0065\u0074\u0074\u0069\u006e\u0067\u0020\u0070\u0072\u0065\u0076 \u0062\u0079\u0074\u0065"); +};break ;};};};};for _daef =_bebeg -1;_daef >=0;_daef --{_eaab =_daef *_gcdd .RowStride ;_bdfcd =_daef *_aefc .RowStride ;for _ccbab =_bgee -1;_ccbab >=0;_ccbab --{if _fecb ,_gebg =_gcdd .GetByte (_eaab +_ccbab );_gebg !=nil {return _g .Wrap (_gebg ,_fdabb ,"\u0072\u0065\u0076\u0065\u0072\u0073\u0065\u0020\u0066\u0069\u0072\u0073t\u0020\u0067\u0065\u0074"); +};if _eebba ,_gebg =_aefc .GetByte (_bdfcd +_ccbab );_gebg !=nil {return _g .Wrap (_gebg ,_fdabb ,"r\u0065\u0076\u0065\u0072se\u0020g\u0065\u0074\u0020\u006d\u0061s\u006b\u0020\u0062\u0079\u0074\u0065");};if _daef < _bebeg -1{if _gfbab ,_gebg =_gcdd .GetByte (_eaab +_gcdd .RowStride +_ccbab ); +_gebg !=nil {return _g .Wrap (_gebg ,_fdabb ,"\u0072\u0065v\u0065\u0072\u0073e\u0020\u0069\u0020\u003c\u0020\u0068\u0020\u002d\u0031");};_fecb |=_gfbab ;};if _ccbab < _bgee -1{if _gdgb ,_gebg =_gcdd .GetByte (_eaab +_ccbab +1);_gebg !=nil {return _g .Wrap (_gebg ,_fdabb ,"\u0072\u0065\u0076\u0065rs\u0065\u0020\u006a\u0020\u003c\u0020\u0077\u0070\u006c\u0020\u002d\u0020\u0031"); +};_fecb |=_gdgb >>7;};_fecb &=_eebba ;if _fecb ==0||(^_fecb )==0{if _gebg =_gcdd .SetByte (_eaab +_ccbab ,_fecb );_gebg !=nil {return _g .Wrap (_gebg ,_fdabb ,"\u0073\u0065\u0074\u0074\u0069\u006e\u0067\u0020\u006d\u0061\u0073k\u0065\u0064\u0020\u0062\u0079\u0074\u0065\u0020\u0066\u0061i\u006c\u0065\u0064"); +};continue ;};for {_ccaa =_fecb ;_fecb =(_fecb |(_fecb >>1)|(_fecb <<1))&_eebba ;if (_fecb ^_ccaa )==0{if _gebg =_gcdd .SetByte (_eaab +_ccbab ,_fecb );_gebg !=nil {return _g .Wrap (_gebg ,_fdabb ,"\u0072e\u0076\u0065\u0072\u0073e\u0020\u0073\u0065\u0074\u0074i\u006eg\u0020p\u0072\u0065\u0076\u0020\u0062\u0079\u0074e"); +};break ;};};};};return nil ;};var (_aaa =_fbf ();_bffg =_dcf ();_fbbc =_gae (););func (_edce *ClassedPoints )YAtIndex (i int )float32 {return (*_edce .Points )[_edce .IntSlice [i ]].Y };func (_gagf *Bitmap )addPadBits ()(_eafg error ){const _fgd ="\u0062\u0069\u0074\u006d\u0061\u0070\u002e\u0061\u0064\u0064\u0050\u0061d\u0042\u0069\u0074\u0073"; +_bgec :=_gagf .Width %8;if _bgec ==0{return nil ;};_cfb :=_gagf .Width /8;_fab :=_ga .NewReader (_gagf .Data );_gffd :=make ([]byte ,_gagf .Height *_gagf .RowStride );_adbb :=_ga .NewWriterMSB (_gffd );_dadf :=make ([]byte ,_cfb );var (_fgdc int ;_baeb uint64 ; +);for _fgdc =0;_fgdc < _gagf .Height ;_fgdc ++{if _ ,_eafg =_fab .Read (_dadf );_eafg !=nil {return _g .Wrap (_eafg ,_fgd ,"\u0066u\u006c\u006c\u0020\u0062\u0079\u0074e");};if _ ,_eafg =_adbb .Write (_dadf );_eafg !=nil {return _g .Wrap (_eafg ,_fgd ,"\u0066\u0075\u006c\u006c\u0020\u0062\u0079\u0074\u0065\u0073"); +};if _baeb ,_eafg =_fab .ReadBits (byte (_bgec ));_eafg !=nil {return _g .Wrap (_eafg ,_fgd ,"\u0073\u006b\u0069\u0070\u0070\u0069\u006e\u0067\u0020\u0062\u0069\u0074\u0073");};if _eafg =_adbb .WriteByte (byte (_baeb )<>3)]|=0x80>>uint (_efc &7)};const (_ SizeComparison =iota ;SizeSelectIfLT ;SizeSelectIfGT ;SizeSelectIfLTE ;SizeSelectIfGTE ;SizeSelectIfEQ ;);func (_fedbe *Points )AddPoint (x ,y float32 ){*_fedbe =append (*_fedbe ,Point {x ,y })}; +type BitmapsArray struct{Values []*Bitmaps ;Boxes []*_ff .Rectangle ;};func TstImageBitmapInverseData ()[]byte {_cecdd :=_debg .Copy ();_cecdd .InverseData ();return _cecdd .Data ;};func _gcgc (_cbca ,_fbgb *Bitmap ,_ece ,_ggag ,_dbca ,_abfge ,_ebee ,_gcbe ,_effb ,_ffag int ,_bfd CombinationOperator ,_gedc int )error {var _ddbd int ; +_bbga :=func (){_ddbd ++;_dbca +=_fbgb .RowStride ;_abfge +=_cbca .RowStride ;_ebee +=_cbca .RowStride };for _ddbd =_ece ;_ddbd < _ggag ;_bbga (){var _fgbfe uint16 ;_dedg :=_dbca ;for _fad :=_abfge ;_fad <=_ebee ;_fad ++{_fabg ,_ccgbd :=_fbgb .GetByte (_dedg ); +if _ccgbd !=nil {return _ccgbd ;};_fefcg ,_ccgbd :=_cbca .GetByte (_fad );if _ccgbd !=nil {return _ccgbd ;};_fgbfe =(_fgbfe |(uint16 (_fefcg )&0xff))<>8);if _ccgbd =_fbgb .SetByte (_dedg ,_fgcb (_fabg ,_fefcg ,_bfd )); +_ccgbd !=nil {return _ccgbd ;};_dedg ++;_fgbfe <<=uint (_effb );if _fad ==_ebee {_fefcg =byte (_fgbfe >>(8-uint8 (_ffag )));if _gedc !=0{_fefcg =_afbb (uint (8+_gcbe ),_fefcg );};_fabg ,_ccgbd =_fbgb .GetByte (_dedg );if _ccgbd !=nil {return _ccgbd ;}; +if _ccgbd =_fbgb .SetByte (_dedg ,_fgcb (_fabg ,_fefcg ,_bfd ));_ccgbd !=nil {return _ccgbd ;};};};};return nil ;};func _aede (_aebb ,_fefg ,_dfgd *Bitmap ,_dfag int )(*Bitmap ,error ){const _dbfg ="\u0073\u0065\u0065\u0064\u0046\u0069\u006c\u006c\u0042i\u006e\u0061\u0072\u0079"; +if _fefg ==nil {return nil ,_g .Error (_dbfg ,"s\u006fu\u0072\u0063\u0065\u0020\u0062\u0069\u0074\u006da\u0070\u0020\u0069\u0073 n\u0069\u006c");};if _dfgd ==nil {return nil ,_g .Error (_dbfg ,"'\u006da\u0073\u006b\u0027\u0020\u0062\u0069\u0074\u006da\u0070\u0020\u0069\u0073 n\u0069\u006c"); +};if _dfag !=4&&_dfag !=8{return nil ,_g .Error (_dbfg ,"\u0063\u006f\u006en\u0065\u0063\u0074\u0069v\u0069\u0074\u0079\u0020\u006e\u006f\u0074 \u0069\u006e\u0020\u0072\u0061\u006e\u0067\u0065\u0020\u007b\u0034\u002c\u0038\u007d");};var _fgcea error ;_aebb ,_fgcea =_cgde (_aebb ,_fefg ); +if _fgcea !=nil {return nil ,_g .Wrap (_fgcea ,_dbfg ,"\u0063o\u0070y\u0020\u0073\u006f\u0075\u0072c\u0065\u0020t\u006f\u0020\u0027\u0064\u0027");};_dgbdc :=_fefg .createTemplate ();_dfgd .setPadBits (0);for _bbca :=0;_bbca < _ggda ;_bbca ++{_dgbdc ,_fgcea =_cgde (_dgbdc ,_aebb ); +if _fgcea !=nil {return nil ,_g .Wrapf (_fgcea ,_dbfg ,"\u0069\u0074\u0065\u0072\u0061\u0074\u0069\u006f\u006e\u003a\u0020\u0025\u0064",_bbca );};if _fgcea =_caad (_aebb ,_dfgd ,_dfag );_fgcea !=nil {return nil ,_g .Wrapf (_fgcea ,_dbfg ,"\u0069\u0074\u0065\u0072\u0061\u0074\u0069\u006f\u006e\u003a\u0020\u0025\u0064",_bbca ); +};if _dgbdc .Equals (_aebb ){break ;};};return _aebb ,nil ;};func (_bdcd Points )YSorter ()func (_abege ,_abgc int )bool {return func (_eeee ,_feeb int )bool {return _bdcd [_eeee ].Y < _bdcd [_feeb ].Y };};func _fd (_ee *Bitmap ,_bd int )(*Bitmap ,error ){const _ge ="\u0065x\u0070a\u006e\u0064\u0042\u0069\u006ea\u0072\u0079P\u006f\u0077\u0065\u0072\u0032"; +if _ee ==nil {return nil ,_g .Error (_ge ,"\u0073o\u0075r\u0063\u0065\u0020\u006e\u006ft\u0020\u0064e\u0066\u0069\u006e\u0065\u0064");};if _bd ==1{return _cgde (nil ,_ee );};if _bd !=2&&_bd !=4&&_bd !=8{return nil ,_g .Error (_ge ,"\u0066\u0061\u0063t\u006f\u0072\u0020\u006du\u0073\u0074\u0020\u0062\u0065\u0020\u0069n\u0020\u007b\u0032\u002c\u0034\u002c\u0038\u007d\u0020\u0072\u0061\u006e\u0067\u0065"); +};_efa :=_bd *_ee .Width ;_bdg :=_bd *_ee .Height ;_be :=New (_efa ,_bdg );var _ebe error ;switch _bd {case 2:_ebe =_dd (_be ,_ee );case 4:_ebe =_gab (_be ,_ee );case 8:_ebe =_gda (_be ,_ee );};if _ebe !=nil {return nil ,_g .Wrap (_ebe ,_ge ,"");};return _be ,nil ; +};func (_cdfg *byHeight )Less (i ,j int )bool {return _cdfg .Values [i ].Height < _cdfg .Values [j ].Height };const (AsymmetricMorphBC BoundaryCondition =iota ;SymmetricMorphBC ;);func (_abef *Bitmaps )SortByHeight (){_cedg :=(*byHeight )(_abef );_d .Sort (_cedg )}; +func (_bdgg *Bitmaps )GetBitmap (i int )(*Bitmap ,error ){const _fbafc ="\u0047e\u0074\u0042\u0069\u0074\u006d\u0061p";if _bdgg ==nil {return nil ,_g .Error (_fbafc ,"p\u0072o\u0076\u0069\u0064\u0065\u0064\u0020\u006e\u0069l\u0020\u0042\u0069\u0074ma\u0070\u0073"); +};if i > len (_bdgg .Values )-1{return nil ,_g .Errorf (_fbafc ,"\u0069n\u0064\u0065\u0078\u003a\u0020\u0027\u0025\u0064\u0027\u0020\u006fu\u0074\u0020\u006f\u0066\u0020\u0072\u0061\u006e\u0067\u0065",i );};return _bdgg .Values [i ],nil ;};func (_fcaf *ClassedPoints )Less (i ,j int )bool {return _fcaf ._dbcd (i ,j )}; +type SizeComparison int ;func (_bdcda *ClassedPoints )Len ()int {return _bdcda .IntSlice .Size ()};func (_ccfc *Bitmap )CountPixels ()int {return _ccfc .countPixels ()};func (_ccadb *Bitmaps )WidthSorter ()func (_caacf ,_dced int )bool {return func (_gdead ,_edgg int )bool {return _ccadb .Values [_gdead ].Width < _ccadb .Values [_edgg ].Width }; +};func RasterOperation (dest *Bitmap ,dx ,dy ,dw ,dh int ,op RasterOperator ,src *Bitmap ,sx ,sy int )error {return _gddaa (dest ,dx ,dy ,dw ,dh ,op ,src ,sx ,sy );};func _ccfb (_gaag *Bitmap ,_ggfb int )(*Bitmap ,error ){const _ddca ="\u0065x\u0070a\u006e\u0064\u0052\u0065\u0070\u006c\u0069\u0063\u0061\u0074\u0065"; +if _gaag ==nil {return nil ,_g .Error (_ddca ,"\u0073o\u0075r\u0063\u0065\u0020\u006e\u006ft\u0020\u0064e\u0066\u0069\u006e\u0065\u0064");};if _ggfb <=0{return nil ,_g .Error (_ddca ,"i\u006e\u0076\u0061\u006cid\u0020f\u0061\u0063\u0074\u006f\u0072 \u002d\u0020\u003c\u003d\u0020\u0030"); +};if _ggfb ==1{_facec ,_ddfa :=_cgde (nil ,_gaag );if _ddfa !=nil {return nil ,_g .Wrap (_ddfa ,_ddca ,"\u0066\u0061\u0063\u0074\u006f\u0072\u0020\u003d\u0020\u0031");};return _facec ,nil ;};_fcfd ,_bgab :=_ed (_gaag ,_ggfb ,_ggfb );if _bgab !=nil {return nil ,_g .Wrap (_bgab ,_ddca ,""); +};return _fcfd ,nil ;};type RasterOperator int ;const (_ LocationFilter =iota ;LocSelectWidth ;LocSelectHeight ;LocSelectXVal ;LocSelectYVal ;LocSelectIfEither ;LocSelectIfBoth ;);func (_dfcg *Bitmap )setFourBytes (_gced int ,_fefe uint32 )error {if _gced +3> len (_dfcg .Data )-1{return _g .Errorf ("\u0073\u0065\u0074F\u006f\u0075\u0072\u0042\u0079\u0074\u0065\u0073","\u0069n\u0064\u0065\u0078\u003a\u0020\u0027\u0025\u0064\u0027\u0020\u006fu\u0074\u0020\u006f\u0066\u0020\u0072\u0061\u006e\u0067\u0065",_gced ); +};_dfcg .Data [_gced ]=byte ((_fefe &0xff000000)>>24);_dfcg .Data [_gced +1]=byte ((_fefe &0xff0000)>>16);_dfcg .Data [_gced +2]=byte ((_fefe &0xff00)>>8);_dfcg .Data [_gced +3]=byte (_fefe &0xff);return nil ;};func (_faef *Bitmap )Copy ()*Bitmap {_gcf :=make ([]byte ,len (_faef .Data )); +copy (_gcf ,_faef .Data );return &Bitmap {Width :_faef .Width ,Height :_faef .Height ,RowStride :_faef .RowStride ,Data :_gcf ,Color :_faef .Color ,Text :_faef .Text ,BitmapNumber :_faef .BitmapNumber ,Special :_faef .Special };};func (_cfbd *Bitmap )thresholdPixelSum (_gbgba int )bool {var (_gdg int ; +_fgfa uint8 ;_gee byte ;_cgab int ;);_cdae :=_cfbd .RowStride ;_eafb :=uint (_cfbd .Width &0x07);if _eafb !=0{_fgfa =uint8 ((0xff<<(8-_eafb ))&0xff);_cdae --;};for _afeaf :=0;_afeaf < _cfbd .Height ;_afeaf ++{for _cgab =0;_cgab < _cdae ;_cgab ++{_gee =_cfbd .Data [_afeaf *_cfbd .RowStride +_cgab ]; +_gdg +=int (_ffa [_gee ]);};if _eafb !=0{_gee =_cfbd .Data [_afeaf *_cfbd .RowStride +_cgab ]&_fgfa ;_gdg +=int (_ffa [_gee ]);};if _gdg > _gbgba {return true ;};};return false ;};func (_bdgb *Bitmap )addBorderGeneral (_cag ,_abe ,_cdbd ,_deb int ,_ecb int )(*Bitmap ,error ){const _cbde ="\u0061\u0064d\u0042\u006f\u0072d\u0065\u0072\u0047\u0065\u006e\u0065\u0072\u0061\u006c"; +if _cag < 0||_abe < 0||_cdbd < 0||_deb < 0{return nil ,_g .Error (_cbde ,"n\u0065\u0067\u0061\u0074iv\u0065 \u0062\u006f\u0072\u0064\u0065r\u0020\u0061\u0064\u0064\u0065\u0064");};_cef ,_bgef :=_bdgb .Width ,_bdgb .Height ;_fffd :=_cef +_cag +_abe ;_bfge :=_bgef +_cdbd +_deb ; +_fccb :=New (_fffd ,_bfge );_fccb .Color =_bdgb .Color ;_gfc :=PixClr ;if _ecb > 0{_gfc =PixSet ;};_egee :=_fccb .RasterOperation (0,0,_cag ,_bfge ,_gfc ,nil ,0,0);if _egee !=nil {return nil ,_g .Wrap (_egee ,_cbde ,"\u006c\u0065\u0066\u0074");};_egee =_fccb .RasterOperation (_fffd -_abe ,0,_abe ,_bfge ,_gfc ,nil ,0,0); +if _egee !=nil {return nil ,_g .Wrap (_egee ,_cbde ,"\u0072\u0069\u0067h\u0074");};_egee =_fccb .RasterOperation (0,0,_fffd ,_cdbd ,_gfc ,nil ,0,0);if _egee !=nil {return nil ,_g .Wrap (_egee ,_cbde ,"\u0074\u006f\u0070");};_egee =_fccb .RasterOperation (0,_bfge -_deb ,_fffd ,_deb ,_gfc ,nil ,0,0); +if _egee !=nil {return nil ,_g .Wrap (_egee ,_cbde ,"\u0062\u006f\u0074\u0074\u006f\u006d");};_egee =_fccb .RasterOperation (_cag ,_cdbd ,_cef ,_bgef ,PixSrc ,_bdgb ,0,0);if _egee !=nil {return nil ,_g .Wrap (_egee ,_cbde ,"\u0063\u006f\u0070\u0079");}; +return _fccb ,nil ;};func (_ceec *byHeight )Len ()int {return len (_ceec .Values )};func (_edd *Bitmap )GetUnpaddedData ()([]byte ,error ){_aed :=uint (_edd .Width &0x07);if _aed ==0{return _edd .Data ,nil ;};_accg :=_edd .Width *_edd .Height ;if _accg %8!=0{_accg >>=3; +_accg ++;}else {_accg >>=3;};_fgc :=make ([]byte ,_accg );_eab :=_ga .NewWriterMSB (_fgc );const _fdg ="\u0047e\u0074U\u006e\u0070\u0061\u0064\u0064\u0065\u0064\u0044\u0061\u0074\u0061";for _ebef :=0;_ebef < _edd .Height ;_ebef ++{for _ddaa :=0;_ddaa < _edd .RowStride ; +_ddaa ++{_egg :=_edd .Data [_ebef *_edd .RowStride +_ddaa ];if _ddaa !=_edd .RowStride -1{_baag :=_eab .WriteByte (_egg );if _baag !=nil {return nil ,_g .Wrap (_baag ,_fdg ,"");};continue ;};for _edf :=uint (0);_edf < _aed ;_edf ++{_edcf :=_eab .WriteBit (int (_egg >>(7-_edf )&0x01)); +if _edcf !=nil {return nil ,_g .Wrap (_edcf ,_fdg ,"");};};};};return _fgc ,nil ;};func _cgeb (_gcbcc *Bitmap ,_gfda ,_abgcc int ,_acbeg ,_ffceg int ,_edaf RasterOperator ){var (_aggba bool ;_eefdc bool ;_fbgg int ;_dggcd int ;_adg int ;_cebe int ;_effa bool ; +_bgbc byte ;);_bedf :=8-(_gfda &7);_bbfb :=_gbfbd [_bedf ];_dcff :=_gcbcc .RowStride *_abgcc +(_gfda >>3);if _acbeg < _bedf {_aggba =true ;_bbfb &=_ceaad [8-_bedf +_acbeg ];};if !_aggba {_fbgg =(_acbeg -_bedf )>>3;if _fbgg !=0{_eefdc =true ;_dggcd =_dcff +1; +};};_adg =(_gfda +_acbeg )&7;if !(_aggba ||_adg ==0){_effa =true ;_bgbc =_ceaad [_adg ];_cebe =_dcff +1+_fbgg ;};var _acaa ,_baee int ;switch _edaf {case PixClr :for _acaa =0;_acaa < _ffceg ;_acaa ++{_gcbcc .Data [_dcff ]=_accd (_gcbcc .Data [_dcff ],0x0,_bbfb ); +_dcff +=_gcbcc .RowStride ;};if _eefdc {for _acaa =0;_acaa < _ffceg ;_acaa ++{for _baee =0;_baee < _fbgg ;_baee ++{_gcbcc .Data [_dggcd +_baee ]=0x0;};_dggcd +=_gcbcc .RowStride ;};};if _effa {for _acaa =0;_acaa < _ffceg ;_acaa ++{_gcbcc .Data [_cebe ]=_accd (_gcbcc .Data [_cebe ],0x0,_bgbc ); +_cebe +=_gcbcc .RowStride ;};};case PixSet :for _acaa =0;_acaa < _ffceg ;_acaa ++{_gcbcc .Data [_dcff ]=_accd (_gcbcc .Data [_dcff ],0xff,_bbfb );_dcff +=_gcbcc .RowStride ;};if _eefdc {for _acaa =0;_acaa < _ffceg ;_acaa ++{for _baee =0;_baee < _fbgg ; +_baee ++{_gcbcc .Data [_dggcd +_baee ]=0xff;};_dggcd +=_gcbcc .RowStride ;};};if _effa {for _acaa =0;_acaa < _ffceg ;_acaa ++{_gcbcc .Data [_cebe ]=_accd (_gcbcc .Data [_cebe ],0xff,_bgbc );_cebe +=_gcbcc .RowStride ;};};case PixNotDst :for _acaa =0;_acaa < _ffceg ; +_acaa ++{_gcbcc .Data [_dcff ]=_accd (_gcbcc .Data [_dcff ],^_gcbcc .Data [_dcff ],_bbfb );_dcff +=_gcbcc .RowStride ;};if _eefdc {for _acaa =0;_acaa < _ffceg ;_acaa ++{for _baee =0;_baee < _fbgg ;_baee ++{_gcbcc .Data [_dggcd +_baee ]=^(_gcbcc .Data [_dggcd +_baee ]); +};_dggcd +=_gcbcc .RowStride ;};};if _effa {for _acaa =0;_acaa < _ffceg ;_acaa ++{_gcbcc .Data [_cebe ]=_accd (_gcbcc .Data [_cebe ],^_gcbcc .Data [_cebe ],_bgbc );_cebe +=_gcbcc .RowStride ;};};};};const (Vanilla Color =iota ;Chocolate ;);func (_cceb *Bitmap )SetDefaultPixel (){for _gebf :=range _cceb .Data {_cceb .Data [_gebf ]=byte (0xff); +};};func (_dfae *Bitmaps )CountPixels ()*_cd .NumSlice {_fcdc :=&_cd .NumSlice {};for _ ,_aaca :=range _dfae .Values {_fcdc .AddInt (_aaca .CountPixels ());};return _fcdc ;};func (_fdgb *Bitmap )countPixels ()int {var (_agca int ;_gga uint8 ;_aca byte ; +_fgb int ;);_cffd :=_fdgb .RowStride ;_gddc :=uint (_fdgb .Width &0x07);if _gddc !=0{_gga =uint8 ((0xff<<(8-_gddc ))&0xff);_cffd --;};for _cfg :=0;_cfg < _fdgb .Height ;_cfg ++{for _fgb =0;_fgb < _cffd ;_fgb ++{_aca =_fdgb .Data [_cfg *_fdgb .RowStride +_fgb ]; +_agca +=int (_ffa [_aca ]);};if _gddc !=0{_agca +=int (_ffa [_fdgb .Data [_cfg *_fdgb .RowStride +_fgb ]&_gga ]);};};return _agca ;};func (_aag *Boxes )SelectBySize (width ,height int ,tp LocationFilter ,relation SizeComparison )(_ggf *Boxes ,_bgeg error ){const _cfaf ="\u0042o\u0078e\u0073\u002e\u0053\u0065\u006ce\u0063\u0074B\u0079\u0053\u0069\u007a\u0065"; +if _aag ==nil {return nil ,_g .Error (_cfaf ,"b\u006f\u0078\u0065\u0073 '\u0062'\u0020\u006e\u006f\u0074\u0020d\u0065\u0066\u0069\u006e\u0065\u0064");};if len (*_aag )==0{return _aag ,nil ;};switch tp {case LocSelectWidth ,LocSelectHeight ,LocSelectIfEither ,LocSelectIfBoth :default:return nil ,_g .Errorf (_cfaf ,"\u0069\u006e\u0076al\u0069\u0064\u0020\u0066\u0069\u006c\u0074\u0065\u0072\u0020\u0074\u0079\u0070\u0065\u003a\u0020\u0025\u0064",tp ); +};switch relation {case SizeSelectIfLT ,SizeSelectIfGT ,SizeSelectIfLTE ,SizeSelectIfGTE :default:return nil ,_g .Errorf (_cfaf ,"i\u006e\u0076\u0061\u006c\u0069\u0064 \u0072\u0065\u006c\u0061\u0074\u0069\u006f\u006e\u0020t\u0079\u0070\u0065:\u0020'\u0025\u0064\u0027",tp ); +};_fedd :=_aag .makeSizeIndicator (width ,height ,tp ,relation );_ebbd ,_bgeg :=_aag .selectWithIndicator (_fedd );if _bgeg !=nil {return nil ,_g .Wrap (_bgeg ,_cfaf ,"");};return _ebbd ,nil ;};func (_abgd *Bitmap )SetPadBits (value int ){_abgd .setPadBits (value )}; +func (_bbaf Points )GetGeometry (i int )(_ffec ,_fcgb float32 ,_gddf error ){if i > len (_bbaf )-1{return 0,0,_g .Errorf ("\u0050\u006f\u0069\u006e\u0074\u0073\u002e\u0047\u0065\u0074","\u0069n\u0064\u0065\u0078\u003a\u0020\u0027\u0025\u0064\u0027\u0020\u006fu\u0074\u0020\u006f\u0066\u0020\u0072\u0061\u006e\u0067\u0065",i ); +};_aefg :=_bbaf [i ];return _aefg .X ,_aefg .Y ,nil ;};func (_gcd *Bitmap )String ()string {var _badg ="\u000a";for _fbfc :=0;_fbfc < _gcd .Height ;_fbfc ++{var _cde string ;for _cae :=0;_cae < _gcd .Width ;_cae ++{_cfe :=_gcd .GetPixel (_cae ,_fbfc ); +if _cfe {_cde +="\u0031";}else {_cde +="\u0030";};};_badg +=_cde +"\u000a";};return _badg ;};func TstFrameBitmap ()*Bitmap {return _cdgf .Copy ()};func (_debf *BitmapsArray )AddBitmaps (bm *Bitmaps ){_debf .Values =append (_debf .Values ,bm )};func _gddaa (_faeb *Bitmap ,_gbcc ,_dbgd ,_gffa ,_faaa int ,_fdde RasterOperator ,_caac *Bitmap ,_dfecb ,_ffbg int )error {const _cdaf ="\u0072a\u0073t\u0065\u0072\u004f\u0070\u0065\u0072\u0061\u0074\u0069\u006f\u006e"; +if _faeb ==nil {return _g .Error (_cdaf ,"\u006e\u0069\u006c\u0020\u0027\u0064\u0065\u0073\u0074\u0027\u0020\u0042i\u0074\u006d\u0061\u0070");};if _fdde ==PixDst {return nil ;};switch _fdde {case PixClr ,PixSet ,PixNotDst :_gcad (_faeb ,_gbcc ,_dbgd ,_gffa ,_faaa ,_fdde ); +return nil ;};if _caac ==nil {_b .Log .Debug ("\u0052a\u0073\u0074e\u0072\u004f\u0070\u0065r\u0061\u0074\u0069o\u006e\u0020\u0073\u006f\u0075\u0072\u0063\u0065\u0020bi\u0074\u006d\u0061p\u0020\u0069s\u0020\u006e\u006f\u0074\u0020\u0064e\u0066\u0069n\u0065\u0064"); +return _g .Error (_cdaf ,"\u006e\u0069l\u0020\u0027\u0073r\u0063\u0027\u0020\u0062\u0069\u0074\u006d\u0061\u0070");};if _gdbf :=_fegeg (_faeb ,_gbcc ,_dbgd ,_gffa ,_faaa ,_fdde ,_caac ,_dfecb ,_ffbg );_gdbf !=nil {return _g .Wrap (_gdbf ,_cdaf ,"");};return nil ; +};func TstWriteSymbols (t *_a .T ,bms *Bitmaps ,src *Bitmap ){for _bfgc :=0;_bfgc < bms .Size ();_bfgc ++{_afee :=bms .Values [_bfgc ];_gded :=bms .Boxes [_bfgc ];_faced :=src .RasterOperation (_gded .Min .X ,_gded .Min .Y ,_afee .Width ,_afee .Height ,PixSrc ,_afee ,0,0); +_c .NoError (t ,_faced );};};func (_ccgbf *BitmapsArray )GetBox (i int )(*_ff .Rectangle ,error ){const _cdee ="\u0042\u0069\u0074\u006dap\u0073\u0041\u0072\u0072\u0061\u0079\u002e\u0047\u0065\u0074\u0042\u006f\u0078";if _ccgbf ==nil {return nil ,_g .Error (_cdee ,"p\u0072\u006f\u0076\u0069\u0064\u0065d\u0020\u006e\u0069\u006c\u0020\u0027\u0042\u0069\u0074m\u0061\u0070\u0073A\u0072r\u0061\u0079\u0027"); +};if i > len (_ccgbf .Boxes )-1{return nil ,_g .Errorf (_cdee ,"\u0069n\u0064\u0065\u0078\u003a\u0020\u0027\u0025\u0064\u0027\u0020\u006fu\u0074\u0020\u006f\u0066\u0020\u0072\u0061\u006e\u0067\u0065",i );};return _ccgbf .Boxes [i ],nil ;};func CombineBytes (oldByte ,newByte byte ,op CombinationOperator )byte {return _fgcb (oldByte ,newByte ,op ); +};func TstISymbol (t *_a .T ,scale ...int )*Bitmap {_bcfd ,_aecb :=NewWithData (1,5,[]byte {0x80,0x80,0x80,0x80,0x80});_c .NoError (t ,_aecb );return TstGetScaledSymbol (t ,_bcfd ,scale ...);};func _gab (_gc ,_ec *Bitmap )(_cad error ){const _ag ="\u0065\u0078\u0070\u0061nd\u0042\u0069\u006e\u0061\u0072\u0079\u0046\u0061\u0063\u0074\u006f\u0072\u0034"; +_gbb :=_ec .RowStride ;_daa :=_gc .RowStride ;_aab :=_ec .RowStride *4-_gc .RowStride ;var (_daaf ,_fe byte ;_cg uint32 ;_eb ,_bbe ,_ef ,_af ,_ad ,_fg ,_df int ;);for _ef =0;_ef < _ec .Height ;_ef ++{_eb =_ef *_gbb ;_bbe =4*_ef *_daa ;for _af =0;_af < _gbb ; +_af ++{_daaf =_ec .Data [_eb +_af ];_cg =_bffg [_daaf ];_fg =_bbe +_af *4;if _aab !=0&&(_af +1)*4> _gc .RowStride {for _ad =_aab ;_ad > 0;_ad --{_fe =byte ((_cg >>uint (_ad *8))&0xff);_df =_fg +(_aab -_ad );if _cad =_gc .SetByte (_df ,_fe );_cad !=nil {return _g .Wrapf (_cad ,_ag ,"D\u0069\u0066\u0066\u0065\u0072\u0065n\u0074\u0020\u0072\u006f\u0077\u0073\u0074\u0072\u0069d\u0065\u0073\u002e \u004b:\u0020\u0025\u0064",_ad ); +};};}else if _cad =_gc .setFourBytes (_fg ,_cg );_cad !=nil {return _g .Wrap (_cad ,_ag ,"");};if _cad =_gc .setFourBytes (_bbe +_af *4,_bffg [_ec .Data [_eb +_af ]]);_cad !=nil {return _g .Wrap (_cad ,_ag ,"");};};for _ad =1;_ad < 4;_ad ++{for _af =0; +_af < _daa ;_af ++{if _cad =_gc .SetByte (_bbe +_ad *_daa +_af ,_gc .Data [_bbe +_af ]);_cad !=nil {return _g .Wrapf (_cad ,_ag ,"\u0063\u006f\u0070\u0079\u0020\u0027\u0071\u0075\u0061\u0064\u0072\u0061\u0062l\u0065\u0027\u0020\u006c\u0069\u006ee\u003a\u0020\u0027\u0025\u0064\u0027\u002c\u0020\u0062\u0079\u0074\u0065\u003a \u0027\u0025\u0064\u0027",_ad ,_af ); +};};};};return nil ;};func _gfea (_gfff *Bitmap ,_cbfc ,_faebd ,_cfdaa ,_dbea int ,_dbfd RasterOperator ,_bfga *Bitmap ,_bebe ,_cecd int )error {var (_dacc byte ;_ggadg int ;_badgb int ;_gagb ,_efca int ;_gedag ,_gefa int ;);_bfee :=_cfdaa >>3;_caea :=_cfdaa &7; +if _caea > 0{_dacc =_ceaad [_caea ];};_ggadg =_bfga .RowStride *_cecd +(_bebe >>3);_badgb =_gfff .RowStride *_faebd +(_cbfc >>3);switch _dbfd {case PixSrc :for _gedag =0;_gedag < _dbea ;_gedag ++{_gagb =_ggadg +_gedag *_bfga .RowStride ;_efca =_badgb +_gedag *_gfff .RowStride ; +for _gefa =0;_gefa < _bfee ;_gefa ++{_gfff .Data [_efca ]=_bfga .Data [_gagb ];_efca ++;_gagb ++;};if _caea > 0{_gfff .Data [_efca ]=_accd (_gfff .Data [_efca ],_bfga .Data [_gagb ],_dacc );};};case PixNotSrc :for _gedag =0;_gedag < _dbea ;_gedag ++{_gagb =_ggadg +_gedag *_bfga .RowStride ; +_efca =_badgb +_gedag *_gfff .RowStride ;for _gefa =0;_gefa < _bfee ;_gefa ++{_gfff .Data [_efca ]=^(_bfga .Data [_gagb ]);_efca ++;_gagb ++;};if _caea > 0{_gfff .Data [_efca ]=_accd (_gfff .Data [_efca ],^_bfga .Data [_gagb ],_dacc );};};case PixSrcOrDst :for _gedag =0; +_gedag < _dbea ;_gedag ++{_gagb =_ggadg +_gedag *_bfga .RowStride ;_efca =_badgb +_gedag *_gfff .RowStride ;for _gefa =0;_gefa < _bfee ;_gefa ++{_gfff .Data [_efca ]|=_bfga .Data [_gagb ];_efca ++;_gagb ++;};if _caea > 0{_gfff .Data [_efca ]=_accd (_gfff .Data [_efca ],_bfga .Data [_gagb ]|_gfff .Data [_efca ],_dacc ); +};};case PixSrcAndDst :for _gedag =0;_gedag < _dbea ;_gedag ++{_gagb =_ggadg +_gedag *_bfga .RowStride ;_efca =_badgb +_gedag *_gfff .RowStride ;for _gefa =0;_gefa < _bfee ;_gefa ++{_gfff .Data [_efca ]&=_bfga .Data [_gagb ];_efca ++;_gagb ++;};if _caea > 0{_gfff .Data [_efca ]=_accd (_gfff .Data [_efca ],_bfga .Data [_gagb ]&_gfff .Data [_efca ],_dacc ); +};};case PixSrcXorDst :for _gedag =0;_gedag < _dbea ;_gedag ++{_gagb =_ggadg +_gedag *_bfga .RowStride ;_efca =_badgb +_gedag *_gfff .RowStride ;for _gefa =0;_gefa < _bfee ;_gefa ++{_gfff .Data [_efca ]^=_bfga .Data [_gagb ];_efca ++;_gagb ++;};if _caea > 0{_gfff .Data [_efca ]=_accd (_gfff .Data [_efca ],_bfga .Data [_gagb ]^_gfff .Data [_efca ],_dacc ); +};};case PixNotSrcOrDst :for _gedag =0;_gedag < _dbea ;_gedag ++{_gagb =_ggadg +_gedag *_bfga .RowStride ;_efca =_badgb +_gedag *_gfff .RowStride ;for _gefa =0;_gefa < _bfee ;_gefa ++{_gfff .Data [_efca ]|=^(_bfga .Data [_gagb ]);_efca ++;_gagb ++;};if _caea > 0{_gfff .Data [_efca ]=_accd (_gfff .Data [_efca ],^(_bfga .Data [_gagb ])|_gfff .Data [_efca ],_dacc ); +};};case PixNotSrcAndDst :for _gedag =0;_gedag < _dbea ;_gedag ++{_gagb =_ggadg +_gedag *_bfga .RowStride ;_efca =_badgb +_gedag *_gfff .RowStride ;for _gefa =0;_gefa < _bfee ;_gefa ++{_gfff .Data [_efca ]&=^(_bfga .Data [_gagb ]);_efca ++;_gagb ++;};if _caea > 0{_gfff .Data [_efca ]=_accd (_gfff .Data [_efca ],^(_bfga .Data [_gagb ])&_gfff .Data [_efca ],_dacc ); +};};case PixSrcOrNotDst :for _gedag =0;_gedag < _dbea ;_gedag ++{_gagb =_ggadg +_gedag *_bfga .RowStride ;_efca =_badgb +_gedag *_gfff .RowStride ;for _gefa =0;_gefa < _bfee ;_gefa ++{_gfff .Data [_efca ]=_bfga .Data [_gagb ]|^(_gfff .Data [_efca ]);_efca ++; +_gagb ++;};if _caea > 0{_gfff .Data [_efca ]=_accd (_gfff .Data [_efca ],_bfga .Data [_gagb ]|^(_gfff .Data [_efca ]),_dacc );};};case PixSrcAndNotDst :for _gedag =0;_gedag < _dbea ;_gedag ++{_gagb =_ggadg +_gedag *_bfga .RowStride ;_efca =_badgb +_gedag *_gfff .RowStride ; +for _gefa =0;_gefa < _bfee ;_gefa ++{_gfff .Data [_efca ]=_bfga .Data [_gagb ]&^(_gfff .Data [_efca ]);_efca ++;_gagb ++;};if _caea > 0{_gfff .Data [_efca ]=_accd (_gfff .Data [_efca ],_bfga .Data [_gagb ]&^(_gfff .Data [_efca ]),_dacc );};};case PixNotPixSrcOrDst :for _gedag =0; +_gedag < _dbea ;_gedag ++{_gagb =_ggadg +_gedag *_bfga .RowStride ;_efca =_badgb +_gedag *_gfff .RowStride ;for _gefa =0;_gefa < _bfee ;_gefa ++{_gfff .Data [_efca ]=^(_bfga .Data [_gagb ]|_gfff .Data [_efca ]);_efca ++;_gagb ++;};if _caea > 0{_gfff .Data [_efca ]=_accd (_gfff .Data [_efca ],^(_bfga .Data [_gagb ]|_gfff .Data [_efca ]),_dacc ); +};};case PixNotPixSrcAndDst :for _gedag =0;_gedag < _dbea ;_gedag ++{_gagb =_ggadg +_gedag *_bfga .RowStride ;_efca =_badgb +_gedag *_gfff .RowStride ;for _gefa =0;_gefa < _bfee ;_gefa ++{_gfff .Data [_efca ]=^(_bfga .Data [_gagb ]&_gfff .Data [_efca ]); +_efca ++;_gagb ++;};if _caea > 0{_gfff .Data [_efca ]=_accd (_gfff .Data [_efca ],^(_bfga .Data [_gagb ]&_gfff .Data [_efca ]),_dacc );};};case PixNotPixSrcXorDst :for _gedag =0;_gedag < _dbea ;_gedag ++{_gagb =_ggadg +_gedag *_bfga .RowStride ;_efca =_badgb +_gedag *_gfff .RowStride ; +for _gefa =0;_gefa < _bfee ;_gefa ++{_gfff .Data [_efca ]=^(_bfga .Data [_gagb ]^_gfff .Data [_efca ]);_efca ++;_gagb ++;};if _caea > 0{_gfff .Data [_efca ]=_accd (_gfff .Data [_efca ],^(_bfga .Data [_gagb ]^_gfff .Data [_efca ]),_dacc );};};default:_b .Log .Debug ("\u0050\u0072ov\u0069\u0064\u0065d\u0020\u0069\u006e\u0076ali\u0064 r\u0061\u0073\u0074\u0065\u0072\u0020\u006fpe\u0072\u0061\u0074\u006f\u0072\u003a\u0020%\u0076",_dbfd ); +return _g .Error ("\u0072\u0061\u0073\u0074er\u004f\u0070\u0042\u0079\u0074\u0065\u0041\u006c\u0069\u0067\u006e\u0065\u0064\u004co\u0077","\u0069\u006e\u0076al\u0069\u0064\u0020\u0072\u0061\u0073\u0074\u0065\u0072\u0020\u006f\u0070\u0065\u0072\u0061\u0074\u006f\u0072"); +};return nil ;};func _accd (_bgc ,_dfecg ,_bagc byte )byte {return (_bgc &^(_bagc ))|(_dfecg &_bagc )};func _fdfe (_bbcf ,_eabg *Bitmap ,_bddf ,_bgcd int )(_dbb error ){const _eedb ="\u0073e\u0065d\u0066\u0069\u006c\u006c\u0042i\u006e\u0061r\u0079\u004c\u006f\u0077\u0038"; +var (_cfcba ,_abge ,_cffcb ,_gebca int ;_cged ,_bdab ,_ddfg ,_eedde ,_aaff ,_dddbg ,_efgfa ,_daada byte ;);for _cfcba =0;_cfcba < _bddf ;_cfcba ++{_cffcb =_cfcba *_bbcf .RowStride ;_gebca =_cfcba *_eabg .RowStride ;for _abge =0;_abge < _bgcd ;_abge ++{if _cged ,_dbb =_bbcf .GetByte (_cffcb +_abge ); +_dbb !=nil {return _g .Wrap (_dbb ,_eedb ,"\u0067e\u0074 \u0073\u006f\u0075\u0072\u0063\u0065\u0020\u0062\u0079\u0074\u0065");};if _bdab ,_dbb =_eabg .GetByte (_gebca +_abge );_dbb !=nil {return _g .Wrap (_dbb ,_eedb ,"\u0067\u0065\u0074\u0020\u006d\u0061\u0073\u006b\u0020\u0062\u0079\u0074\u0065"); +};if _cfcba > 0{if _ddfg ,_dbb =_bbcf .GetByte (_cffcb -_bbcf .RowStride +_abge );_dbb !=nil {return _g .Wrap (_dbb ,_eedb ,"\u0069\u0020\u003e\u0020\u0030\u0020\u0062\u0079\u0074\u0065");};_cged |=_ddfg |(_ddfg <<1)|(_ddfg >>1);if _abge > 0{if _daada ,_dbb =_bbcf .GetByte (_cffcb -_bbcf .RowStride +_abge -1); +_dbb !=nil {return _g .Wrap (_dbb ,_eedb ,"\u0069\u0020\u003e\u00200 \u0026\u0026\u0020\u006a\u0020\u003e\u0020\u0030\u0020\u0062\u0079\u0074\u0065");};_cged |=_daada <<7;};if _abge < _bgcd -1{if _daada ,_dbb =_bbcf .GetByte (_cffcb -_bbcf .RowStride +_abge +1); +_dbb !=nil {return _g .Wrap (_dbb ,_eedb ,"\u006a\u0020<\u0020\u0077\u0070l\u0020\u002d\u0020\u0031\u0020\u0062\u0079\u0074\u0065");};_cged |=_daada >>7;};};if _abge > 0{if _eedde ,_dbb =_bbcf .GetByte (_cffcb +_abge -1);_dbb !=nil {return _g .Wrap (_dbb ,_eedb ,"\u006a\u0020\u003e \u0030"); +};_cged |=_eedde <<7;};_cged &=_bdab ;if _cged ==0||^_cged ==0{if _dbb =_bbcf .SetByte (_cffcb +_abge ,_cged );_dbb !=nil {return _g .Wrap (_dbb ,_eedb ,"\u0073e\u0074t\u0069\u006e\u0067\u0020\u0065m\u0070\u0074y\u0020\u0062\u0079\u0074\u0065");};};for {_efgfa =_cged ; +_cged =(_cged |(_cged >>1)|(_cged <<1))&_bdab ;if (_cged ^_efgfa )==0{if _dbb =_bbcf .SetByte (_cffcb +_abge ,_cged );_dbb !=nil {return _g .Wrap (_dbb ,_eedb ,"\u0073\u0065\u0074\u0074\u0069\u006e\u0067\u0020\u0070\u0072\u0065\u0076 \u0062\u0079\u0074\u0065"); +};break ;};};};};for _cfcba =_bddf -1;_cfcba >=0;_cfcba --{_cffcb =_cfcba *_bbcf .RowStride ;_gebca =_cfcba *_eabg .RowStride ;for _abge =_bgcd -1;_abge >=0;_abge --{if _cged ,_dbb =_bbcf .GetByte (_cffcb +_abge );_dbb !=nil {return _g .Wrap (_dbb ,_eedb ,"\u0072\u0065\u0076er\u0073\u0065\u0020\u0067\u0065\u0074\u0020\u0073\u006f\u0075\u0072\u0063\u0065\u0020\u0062\u0079\u0074\u0065"); +};if _bdab ,_dbb =_eabg .GetByte (_gebca +_abge );_dbb !=nil {return _g .Wrap (_dbb ,_eedb ,"r\u0065\u0076\u0065\u0072se\u0020g\u0065\u0074\u0020\u006d\u0061s\u006b\u0020\u0062\u0079\u0074\u0065");};if _cfcba < _bddf -1{if _aaff ,_dbb =_bbcf .GetByte (_cffcb +_bbcf .RowStride +_abge ); +_dbb !=nil {return _g .Wrap (_dbb ,_eedb ,"\u0069\u0020\u003c\u0020h\u0020\u002d\u0020\u0031\u0020\u002d\u003e\u0020\u0067\u0065t\u0020s\u006f\u0075\u0072\u0063\u0065\u0020\u0062y\u0074\u0065");};_cged |=_aaff |(_aaff <<1)|_aaff >>1;if _abge > 0{if _daada ,_dbb =_bbcf .GetByte (_cffcb +_bbcf .RowStride +_abge -1); +_dbb !=nil {return _g .Wrap (_dbb ,_eedb ,"\u0069\u0020\u003c h\u002d\u0031\u0020\u0026\u0020\u006a\u0020\u003e\u00200\u0020-\u003e \u0067e\u0074\u0020\u0073\u006f\u0075\u0072\u0063\u0065\u0020\u0062\u0079\u0074\u0065");};_cged |=_daada <<7;};if _abge < _bgcd -1{if _daada ,_dbb =_bbcf .GetByte (_cffcb +_bbcf .RowStride +_abge +1); +_dbb !=nil {return _g .Wrap (_dbb ,_eedb ,"\u0069\u0020\u003c\u0020\u0068\u002d\u0031\u0020\u0026\u0026\u0020\u006a\u0020\u003c\u0077\u0070\u006c\u002d\u0031\u0020\u002d\u003e\u0020\u0067e\u0074\u0020\u0073\u006f\u0075r\u0063\u0065 \u0062\u0079\u0074\u0065"); +};_cged |=_daada >>7;};};if _abge < _bgcd -1{if _dddbg ,_dbb =_bbcf .GetByte (_cffcb +_abge +1);_dbb !=nil {return _g .Wrap (_dbb ,_eedb ,"\u006a\u0020<\u0020\u0077\u0070\u006c\u0020\u002d\u0031\u0020\u002d\u003e\u0020\u0067\u0065\u0074\u0020\u0073\u006f\u0075\u0072\u0063\u0065\u0020by\u0074\u0065"); +};_cged |=_dddbg >>7;};_cged &=_bdab ;if _cged ==0||(^_cged )==0{if _dbb =_bbcf .SetByte (_cffcb +_abge ,_cged );_dbb !=nil {return _g .Wrap (_dbb ,_eedb ,"\u0073e\u0074 \u006d\u0061\u0073\u006b\u0065\u0064\u0020\u0062\u0079\u0074\u0065");};};for {_efgfa =_cged ; +_cged =(_cged |(_cged >>1)|(_cged <<1))&_bdab ;if (_cged ^_efgfa )==0{if _dbb =_bbcf .SetByte (_cffcb +_abge ,_cged );_dbb !=nil {return _g .Wrap (_dbb ,_eedb ,"r\u0065\u0076\u0065\u0072se\u0020s\u0065\u0074\u0020\u0070\u0072e\u0076\u0020\u0062\u0079\u0074\u0065"); +};break ;};};};};return nil ;};func TstVSymbol (t *_a .T ,scale ...int )*Bitmap {_bfda ,_acgd :=NewWithData (5,5,[]byte {0x88,0x88,0x88,0x50,0x20});_c .NoError (t ,_acgd );return TstGetScaledSymbol (t ,_bfda ,scale ...);};var _daba =[]byte {0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x3E,0x78,0x27,0xC2,0x27,0x91,0x00,0x22,0x48,0x21,0x03,0x24,0x91,0x00,0x22,0x48,0x21,0x02,0xA4,0x95,0x00,0x22,0x48,0x21,0x02,0x64,0x9B,0x00,0x3C,0x78,0x21,0x02,0x27,0x91,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x7F,0xF8,0x00,0x00,0x00,0x00,0x00,0x7F,0xF8,0x00,0x00,0x00,0x00,0x00,0x63,0x18,0x00,0x00,0x00,0x00,0x00,0x63,0x18,0x00,0x00,0x00,0x00,0x00,0x63,0x18,0x00,0x00,0x00,0x00,0x00,0x7F,0xF8,0x00,0x00,0x00,0x00,0x00,0x15,0x50,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00}; +func _eccb (_cfca ,_bfdbd *Bitmap ,_agda *Selection )(*Bitmap ,error ){const _eddb ="\u006f\u0070\u0065\u006e";var _cdgc error ;_cfca ,_cdgc =_fggb (_cfca ,_bfdbd ,_agda );if _cdgc !=nil {return nil ,_g .Wrap (_cdgc ,_eddb ,"");};_ccbb ,_cdgc :=_dgbcf (nil ,_bfdbd ,_agda ); +if _cdgc !=nil {return nil ,_g .Wrap (_cdgc ,_eddb ,"");};_ ,_cdgc =_cfcge (_cfca ,_ccbb ,_agda );if _cdgc !=nil {return nil ,_g .Wrap (_cdgc ,_eddb ,"");};return _cfca ,nil ;};func (_dbda *Bitmap )ThresholdPixelSum (thresh int ,tab8 []int )(_ffce bool ,_gggg error ){const _eba ="\u0042i\u0074\u006d\u0061\u0070\u002e\u0054\u0068\u0072\u0065\u0073\u0068o\u006c\u0064\u0050\u0069\u0078\u0065\u006c\u0053\u0075\u006d"; +if tab8 ==nil {tab8 =_efaf ();};_accc :=_dbda .Width >>3;_gcda :=_dbda .Width &7;_cdcc :=byte (0xff< thresh {return true ,nil ;};};return _ffce ,nil ;};func (_ebagb *Bitmaps )makeSizeIndicator (_ebac ,_fdcg int ,_efga LocationFilter ,_gbccd SizeComparison )(_eecdd *_cd .NumSlice ,_cdbeb error ){const _debc ="\u0042i\u0074\u006d\u0061\u0070s\u002e\u006d\u0061\u006b\u0065S\u0069z\u0065I\u006e\u0064\u0069\u0063\u0061\u0074\u006fr"; +if _ebagb ==nil {return nil ,_g .Error (_debc ,"\u0062\u0069\u0074ma\u0070\u0073\u0020\u0027\u0062\u0027\u0020\u006e\u006f\u0074\u0020\u0064\u0065\u0066\u0069\u006e\u0065\u0064");};switch _efga {case LocSelectWidth ,LocSelectHeight ,LocSelectIfEither ,LocSelectIfBoth :default:return nil ,_g .Errorf (_debc ,"\u0070\u0072\u006f\u0076\u0069d\u0065\u0064\u0020\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u006c\u006fc\u0061\u0074\u0069\u006f\u006e\u0020\u0066\u0069\u006c\u0074\u0065\u0072\u0020\u0074\u0079\u0070\u0065\u003a\u0020\u0025\u0064",_efga ); +};switch _gbccd {case SizeSelectIfLT ,SizeSelectIfGT ,SizeSelectIfLTE ,SizeSelectIfGTE ,SizeSelectIfEQ :default:return nil ,_g .Errorf (_debc ,"\u0069\u006e\u0076\u0061li\u0064\u0020\u0072\u0065\u006c\u0061\u0074\u0069\u006f\u006e\u003a\u0020\u0027\u0025d\u0027",_gbccd ); +};_eecdd =&_cd .NumSlice {};var (_babc ,_cbec ,_cebg int ;_bdba *Bitmap ;);for _ ,_bdba =range _ebagb .Values {_babc =0;_cbec ,_cebg =_bdba .Width ,_bdba .Height ;switch _efga {case LocSelectWidth :if (_gbccd ==SizeSelectIfLT &&_cbec < _ebac )||(_gbccd ==SizeSelectIfGT &&_cbec > _ebac )||(_gbccd ==SizeSelectIfLTE &&_cbec <=_ebac )||(_gbccd ==SizeSelectIfGTE &&_cbec >=_ebac )||(_gbccd ==SizeSelectIfEQ &&_cbec ==_ebac ){_babc =1; +};case LocSelectHeight :if (_gbccd ==SizeSelectIfLT &&_cebg < _fdcg )||(_gbccd ==SizeSelectIfGT &&_cebg > _fdcg )||(_gbccd ==SizeSelectIfLTE &&_cebg <=_fdcg )||(_gbccd ==SizeSelectIfGTE &&_cebg >=_fdcg )||(_gbccd ==SizeSelectIfEQ &&_cebg ==_fdcg ){_babc =1; +};case LocSelectIfEither :if (_gbccd ==SizeSelectIfLT &&(_cbec < _ebac ||_cebg < _fdcg ))||(_gbccd ==SizeSelectIfGT &&(_cbec > _ebac ||_cebg > _fdcg ))||(_gbccd ==SizeSelectIfLTE &&(_cbec <=_ebac ||_cebg <=_fdcg ))||(_gbccd ==SizeSelectIfGTE &&(_cbec >=_ebac ||_cebg >=_fdcg ))||(_gbccd ==SizeSelectIfEQ &&(_cbec ==_ebac ||_cebg ==_fdcg )){_babc =1; +};case LocSelectIfBoth :if (_gbccd ==SizeSelectIfLT &&(_cbec < _ebac &&_cebg < _fdcg ))||(_gbccd ==SizeSelectIfGT &&(_cbec > _ebac &&_cebg > _fdcg ))||(_gbccd ==SizeSelectIfLTE &&(_cbec <=_ebac &&_cebg <=_fdcg ))||(_gbccd ==SizeSelectIfGTE &&(_cbec >=_ebac &&_cebg >=_fdcg ))||(_gbccd ==SizeSelectIfEQ &&(_cbec ==_ebac &&_cebg ==_fdcg )){_babc =1; +};};_eecdd .AddInt (_babc );};return _eecdd ,nil ;};func ClipBoxToRectangle (box *_ff .Rectangle ,wi ,hi int )(_ffcd *_ff .Rectangle ,_ddd error ){const _eefc ="\u0043l\u0069p\u0042\u006f\u0078\u0054\u006fR\u0065\u0063t\u0061\u006e\u0067\u006c\u0065";if box ==nil {return nil ,_g .Error (_eefc ,"\u0027\u0062\u006f\u0078\u0027\u0020\u006e\u006f\u0074\u0020\u0064\u0065f\u0069\u006e\u0065\u0064"); +};if box .Min .X >=wi ||box .Min .Y >=hi ||box .Max .X <=0||box .Max .Y <=0{return nil ,_g .Error (_eefc ,"\u0027\u0062\u006fx'\u0020\u006f\u0075\u0074\u0073\u0069\u0064\u0065\u0020\u0072\u0065\u0063\u0074\u0061\u006e\u0067\u006c\u0065");};_cbb :=*box ; +_ffcd =&_cbb ;if _ffcd .Min .X < 0{_ffcd .Max .X +=_ffcd .Min .X ;_ffcd .Min .X =0;};if _ffcd .Min .Y < 0{_ffcd .Max .Y +=_ffcd .Min .Y ;_ffcd .Min .Y =0;};if _ffcd .Max .X > wi {_ffcd .Max .X =wi ;};if _ffcd .Max .Y > hi {_ffcd .Max .Y =hi ;};return _ffcd ,nil ; +};func (_cgc *Bitmap )clearAll ()error {return _cgc .RasterOperation (0,0,_cgc .Width ,_cgc .Height ,PixClr ,nil ,0,0);};func _cgf (_afa *Bitmap ,_dcd ...int )(_dbf *Bitmap ,_cga error ){const _bfe ="\u0072\u0065\u0064uc\u0065\u0052\u0061\u006e\u006b\u0042\u0069\u006e\u0061\u0072\u0079\u0043\u0061\u0073\u0063\u0061\u0064\u0065"; +if _afa ==nil {return nil ,_g .Error (_bfe ,"\u0073o\u0075\u0072\u0063\u0065 \u0062\u0069\u0074\u006d\u0061p\u0020n\u006ft\u0020\u0064\u0065\u0066\u0069\u006e\u0065d");};if len (_dcd )==0||len (_dcd )> 4{return nil ,_g .Error (_bfe ,"t\u0068\u0065\u0072\u0065\u0020\u006d\u0075\u0073\u0074 \u0062\u0065\u0020\u0061\u0074\u0020\u006cea\u0073\u0074\u0020\u006fn\u0065\u0020\u0061\u006e\u0064\u0020\u0061\u0074\u0020mo\u0073\u0074 \u0034\u0020\u006c\u0065\u0076\u0065\u006c\u0073"); +};if _dcd [0]<=0{_b .Log .Debug ("\u006c\u0065\u0076\u0065\u006c\u0031\u0020\u003c\u003d\u0020\u0030 \u002d\u0020\u006e\u006f\u0020\u0072\u0065\u0064\u0075\u0063t\u0069\u006f\u006e");_dbf ,_cga =_cgde (nil ,_afa );if _cga !=nil {return nil ,_g .Wrap (_cga ,_bfe ,"l\u0065\u0076\u0065\u006c\u0031\u0020\u003c\u003d\u0020\u0030"); +};return _dbf ,nil ;};_agc :=_egef ();_dbf =_afa ;for _geb ,_bcg :=range _dcd {if _bcg <=0{break ;};_dbf ,_cga =_ebb (_dbf ,_bcg ,_agc );if _cga !=nil {return nil ,_g .Wrapf (_cga ,_bfe ,"\u006c\u0065\u0076\u0065\u006c\u0025\u0064\u0020\u0072\u0065\u0064\u0075c\u0074\u0069\u006f\u006e",_geb ); +};};return _dbf ,nil ;};func (_efdge *Bitmap )GetByteIndex (x ,y int )int {return y *_efdge .RowStride +(x >>3)};func _efbg (_ebgd *_cd .Stack ,_baaa ,_dbffd ,_dafc ,_gdcg ,_gbbg int ,_eaca *_ff .Rectangle )(_dccc error ){const _afeae ="\u0070\u0075\u0073\u0068\u0046\u0069\u006c\u006c\u0053\u0065\u0067m\u0065\u006e\u0074\u0042\u006f\u0075\u006e\u0064\u0069\u006eg\u0042\u006f\u0078"; +if _ebgd ==nil {return _g .Error (_afeae ,"\u006ei\u006c \u0073\u0074\u0061\u0063\u006b \u0070\u0072o\u0076\u0069\u0064\u0065\u0064");};if _eaca ==nil {return _g .Error (_afeae ,"\u0070\u0072\u006f\u0076i\u0064\u0065\u0064\u0020\u006e\u0069\u006c\u0020\u0069\u006da\u0067e\u002e\u0052\u0065\u0063\u0074\u0061\u006eg\u006c\u0065"); +};_eaca .Min .X =_cd .Min (_eaca .Min .X ,_baaa );_eaca .Max .X =_cd .Max (_eaca .Max .X ,_dbffd );_eaca .Min .Y =_cd .Min (_eaca .Min .Y ,_dafc );_eaca .Max .Y =_cd .Max (_eaca .Max .Y ,_dafc );if !(_dafc +_gdcg >=0&&_dafc +_gdcg <=_gbbg ){return nil ; +};if _ebgd .Aux ==nil {return _g .Error (_afeae ,"a\u0075x\u0053\u0074\u0061\u0063\u006b\u0020\u006e\u006ft\u0020\u0064\u0065\u0066in\u0065\u0064");};var _fdba *fillSegment ;_dfecc ,_ageg :=_ebgd .Aux .Pop ();if _ageg {if _fdba ,_ageg =_dfecc .(*fillSegment ); +!_ageg {return _g .Error (_afeae ,"a\u0075\u0078\u0053\u0074\u0061\u0063k\u0020\u0064\u0061\u0074\u0061\u0020i\u0073\u0020\u006e\u006f\u0074\u0020\u0061 \u002a\u0066\u0069\u006c\u006c\u0053\u0065\u0067\u006d\u0065n\u0074");};}else {_fdba =&fillSegment {}; +};_fdba ._gebd =_baaa ;_fdba ._bfbce =_dbffd ;_fdba ._deab =_dafc ;_fdba ._bdeb =_gdcg ;_ebgd .Push (_fdba );return nil ;};func (_egcb *Bitmaps )GroupByHeight ()(*BitmapsArray ,error ){const _bgabc ="\u0047\u0072\u006f\u0075\u0070\u0042\u0079\u0048\u0065\u0069\u0067\u0068\u0074"; +if len (_egcb .Values )==0{return nil ,_g .Error (_bgabc ,"\u006eo\u0020v\u0061\u006c\u0075\u0065\u0073 \u0070\u0072o\u0076\u0069\u0064\u0065\u0064");};_aeeab :=&BitmapsArray {};_egcb .SortByHeight ();_ccdac :=-1;_bccd :=-1;for _efebf :=0;_efebf < len (_egcb .Values ); +_efebf ++{_gcgfb :=_egcb .Values [_efebf ].Height ;if _gcgfb > _ccdac {_ccdac =_gcgfb ;_bccd ++;_aeeab .Values =append (_aeeab .Values ,&Bitmaps {});};_aeeab .Values [_bccd ].AddBitmap (_egcb .Values [_efebf ]);};return _aeeab ,nil ;};func (_aad *Bitmap )setTwoBytes (_fgbf int ,_afea uint16 )error {if _fgbf +1> len (_aad .Data )-1{return _g .Errorf ("s\u0065\u0074\u0054\u0077\u006f\u0042\u0079\u0074\u0065\u0073","\u0069n\u0064\u0065\u0078\u003a\u0020\u0027\u0025\u0064\u0027\u0020\u006fu\u0074\u0020\u006f\u0066\u0020\u0072\u0061\u006e\u0067\u0065",_fgbf ); +};_aad .Data [_fgbf ]=byte ((_afea &0xff00)>>8);_aad .Data [_fgbf +1]=byte (_afea &0xff);return nil ;};func (_ecda *Bitmap )SetByte (index int ,v byte )error {if index > len (_ecda .Data )-1||index < 0{return _g .Errorf ("\u0053e\u0074\u0042\u0079\u0074\u0065","\u0069\u006e\u0064\u0065x \u006f\u0075\u0074\u0020\u006f\u0066\u0020\u0072\u0061\u006e\u0067\u0065\u003a\u0020%\u0064",index ); +};_ecda .Data [index ]=v ;return nil ;};func NewClassedPoints (points *Points ,classes _cd .IntSlice )(*ClassedPoints ,error ){const _badc ="\u004e\u0065w\u0043\u006c\u0061s\u0073\u0065\u0064\u0050\u006f\u0069\u006e\u0074\u0073";if points ==nil {return nil ,_g .Error (_badc ,"\u0070\u0072\u006f\u0076id\u0065\u0064\u0020\u006e\u0069\u006c\u0020\u0070\u006f\u0069\u006e\u0074\u0073"); +};if classes ==nil {return nil ,_g .Error (_badc ,"p\u0072o\u0076\u0069\u0064\u0065\u0064\u0020\u006e\u0069l\u0020\u0063\u006c\u0061ss\u0065\u0073");};_gdeac :=&ClassedPoints {Points :points ,IntSlice :classes };if _feebb :=_gdeac .validateIntSlice (); +_feebb !=nil {return nil ,_g .Wrap (_feebb ,_badc ,"");};return _gdeac ,nil ;};func (_agfe *Bitmaps )AddBitmap (bm *Bitmap ){_agfe .Values =append (_agfe .Values ,bm )};func _cdc (_afeg *Bitmap ,_gf *Bitmap ,_fcd int )(_bge error ){const _adb ="e\u0078\u0070\u0061\u006edB\u0069n\u0061\u0072\u0079\u0050\u006fw\u0065\u0072\u0032\u004c\u006f\u0077"; +switch _fcd {case 2:_bge =_dd (_afeg ,_gf );case 4:_bge =_gab (_afeg ,_gf );case 8:_bge =_gda (_afeg ,_gf );default:return _g .Error (_adb ,"\u0065\u0078p\u0061\u006e\u0073\u0069o\u006e\u0020f\u0061\u0063\u0074\u006f\u0072\u0020\u006e\u006ft\u0020\u0069\u006e\u0020\u007b\u0032\u002c\u0034\u002c\u0038\u007d\u0020r\u0061\u006e\u0067\u0065"); +};if _bge !=nil {_bge =_g .Wrap (_bge ,_adb ,"");};return _bge ;};func _afbb (_cfag uint ,_eeae byte )byte {return _eeae >>_cfag <<_cfag };func _dcf ()(_gbd [256]uint32 ){for _cbc :=0;_cbc < 256;_cbc ++{if _cbc &0x01!=0{_gbd [_cbc ]|=0xf;};if _cbc &0x02!=0{_gbd [_cbc ]|=0xf0; +};if _cbc &0x04!=0{_gbd [_cbc ]|=0xf00;};if _cbc &0x08!=0{_gbd [_cbc ]|=0xf000;};if _cbc &0x10!=0{_gbd [_cbc ]|=0xf0000;};if _cbc &0x20!=0{_gbd [_cbc ]|=0xf00000;};if _cbc &0x40!=0{_gbd [_cbc ]|=0xf000000;};if _cbc &0x80!=0{_gbd [_cbc ]|=0xf0000000;};}; +return _gbd ;};func _fegeg (_fbfcd *Bitmap ,_bdfc ,_eggd int ,_begf ,_fegb int ,_edeg RasterOperator ,_cbcdd *Bitmap ,_fbdec ,_bffe int )error {var _deddg ,_ggbc ,_fcfg ,_bbdeb int ;if _bdfc < 0{_fbdec -=_bdfc ;_begf +=_bdfc ;_bdfc =0;};if _fbdec < 0{_bdfc -=_fbdec ; +_begf +=_fbdec ;_fbdec =0;};_deddg =_bdfc +_begf -_fbfcd .Width ;if _deddg > 0{_begf -=_deddg ;};_ggbc =_fbdec +_begf -_cbcdd .Width ;if _ggbc > 0{_begf -=_ggbc ;};if _eggd < 0{_bffe -=_eggd ;_fegb +=_eggd ;_eggd =0;};if _bffe < 0{_eggd -=_bffe ;_fegb +=_bffe ; +_bffe =0;};_fcfg =_eggd +_fegb -_fbfcd .Height ;if _fcfg > 0{_fegb -=_fcfg ;};_bbdeb =_bffe +_fegb -_cbcdd .Height ;if _bbdeb > 0{_fegb -=_bbdeb ;};if _begf <=0||_fegb <=0{return nil ;};var _bfbd error ;switch {case _bdfc &7==0&&_fbdec &7==0:_bfbd =_gfea (_fbfcd ,_bdfc ,_eggd ,_begf ,_fegb ,_edeg ,_cbcdd ,_fbdec ,_bffe ); +case _bdfc &7==_fbdec &7:_bfbd =_gece (_fbfcd ,_bdfc ,_eggd ,_begf ,_fegb ,_edeg ,_cbcdd ,_fbdec ,_bffe );default:_bfbd =_fbba (_fbfcd ,_bdfc ,_eggd ,_begf ,_fegb ,_edeg ,_cbcdd ,_fbdec ,_bffe );};if _bfbd !=nil {return _g .Wrap (_bfbd ,"r\u0061\u0073\u0074\u0065\u0072\u004f\u0070\u004c\u006f\u0077",""); +};return nil ;};func (_cbfcg *Bitmaps )SelectByIndexes (idx []int )(*Bitmaps ,error ){const _geea ="B\u0069\u0074\u006d\u0061\u0070\u0073.\u0053\u006f\u0072\u0074\u0049\u006e\u0064\u0065\u0078e\u0073\u0042\u0079H\u0065i\u0067\u0068\u0074";_dbdag ,_bdce :=_cbfcg .selectByIndexes (idx ); +if _bdce !=nil {return nil ,_g .Wrap (_bdce ,_geea ,"");};return _dbdag ,nil ;};func (_fbddae *BitmapsArray )AddBox (box *_ff .Rectangle ){_fbddae .Boxes =append (_fbddae .Boxes ,box )};func DilateBrick (d ,s *Bitmap ,hSize ,vSize int )(*Bitmap ,error ){return _dacf (d ,s ,hSize ,vSize )}; +func (_adbdf *Bitmap )createTemplate ()*Bitmap {return &Bitmap {Width :_adbdf .Width ,Height :_adbdf .Height ,RowStride :_adbdf .RowStride ,Color :_adbdf .Color ,Text :_adbdf .Text ,BitmapNumber :_adbdf .BitmapNumber ,Special :_adbdf .Special ,Data :make ([]byte ,len (_adbdf .Data ))}; +};func Dilate (d *Bitmap ,s *Bitmap ,sel *Selection )(*Bitmap ,error ){return _cfcge (d ,s ,sel )};type Color int ;func Copy (d ,s *Bitmap )(*Bitmap ,error ){return _cgde (d ,s )};func _dd (_aa ,_fb *Bitmap )(_bc error ){const _bb ="\u0065\u0078\u0070\u0061nd\u0042\u0069\u006e\u0061\u0072\u0079\u0046\u0061\u0063\u0074\u006f\u0072\u0032"; +_ac :=_fb .RowStride ;_gb :=_aa .RowStride ;var (_cdb byte ;_cf uint16 ;_ba ,_ca ,_da ,_cc ,_fbc int ;);for _da =0;_da < _fb .Height ;_da ++{_ba =_da *_ac ;_ca =2*_da *_gb ;for _cc =0;_cc < _ac ;_cc ++{_cdb =_fb .Data [_ba +_cc ];_cf =_aaa [_cdb ];_fbc =_ca +_cc *2; +if _aa .RowStride !=_fb .RowStride *2&&(_cc +1)*2> _aa .RowStride {_bc =_aa .SetByte (_fbc ,byte (_cf >>8));}else {_bc =_aa .setTwoBytes (_fbc ,_cf );};if _bc !=nil {return _g .Wrap (_bc ,_bb ,"");};};for _cc =0;_cc < _gb ;_cc ++{_fbc =_ca +_gb +_cc ;_cdb =_aa .Data [_ca +_cc ]; +if _bc =_aa .SetByte (_fbc ,_cdb );_bc !=nil {return _g .Wrapf (_bc ,_bb ,"c\u006f\u0070\u0079\u0020\u0064\u006fu\u0062\u006c\u0065\u0064\u0020\u006ci\u006e\u0065\u003a\u0020\u0027\u0025\u0064'\u002c\u0020\u0042\u0079\u0074\u0065\u003a\u0020\u0027\u0025d\u0027",_ca +_cc ,_ca +_gb +_cc ); +};};};return nil ;};func _ffad (_fdff *Bitmap ,_deed *_cd .Stack ,_afba ,_fdea int )(_accga *_ff .Rectangle ,_abea error ){const _eeef ="\u0073e\u0065d\u0046\u0069\u006c\u006c\u0053\u0074\u0061\u0063\u006b\u0042\u0042";if _fdff ==nil {return nil ,_g .Error (_eeef ,"\u0070\u0072\u006fvi\u0064\u0065\u0064\u0020\u006e\u0069\u006c\u0020\u0027\u0073\u0027\u0020\u0042\u0069\u0074\u006d\u0061\u0070"); +};if _deed ==nil {return nil ,_g .Error (_eeef ,"p\u0072o\u0076\u0069\u0064\u0065\u0064\u0020\u006e\u0069l\u0020\u0027\u0073\u0074ac\u006b\u0027");};_ecbc ,_gba :=_fdff .Width ,_fdff .Height ;_bgedg :=_ecbc -1;_bggb :=_gba -1;if _afba < 0||_afba > _bgedg ||_fdea < 0||_fdea > _bggb ||!_fdff .GetPixel (_afba ,_fdea ){return nil ,nil ; +};_cbge :=_ff .Rect (100000,100000,0,0);if _abea =_efbg (_deed ,_afba ,_afba ,_fdea ,1,_bggb ,&_cbge );_abea !=nil {return nil ,_g .Wrap (_abea ,_eeef ,"\u0069\u006e\u0069t\u0069\u0061\u006c\u0020\u0070\u0075\u0073\u0068");};if _abea =_efbg (_deed ,_afba ,_afba ,_fdea +1,-1,_bggb ,&_cbge ); +_abea !=nil {return nil ,_g .Wrap (_abea ,_eeef ,"\u0032\u006ed\u0020\u0069\u006ei\u0074\u0069\u0061\u006c\u0020\u0070\u0075\u0073\u0068");};_cbge .Min .X ,_cbge .Max .X =_afba ,_afba ;_cbge .Min .Y ,_cbge .Max .Y =_fdea ,_fdea ;var (_fgea *fillSegment ; +_agcdbb int ;);for _deed .Len ()> 0{if _fgea ,_abea =_cdbdf (_deed );_abea !=nil {return nil ,_g .Wrap (_abea ,_eeef ,"");};_fdea =_fgea ._deab ;for _afba =_fgea ._gebd -1;_afba >=0&&_fdff .GetPixel (_afba ,_fdea );_afba --{if _abea =_fdff .SetPixel (_afba ,_fdea ,0); +_abea !=nil {return nil ,_g .Wrap (_abea ,_eeef ,"\u0031s\u0074\u0020\u0073\u0065\u0074");};};if _afba >=_fgea ._gebd -1{for {for _afba ++;_afba <=_fgea ._bfbce +1&&_afba <=_bgedg &&!_fdff .GetPixel (_afba ,_fdea );_afba ++{};_agcdbb =_afba ;if !(_afba <=_fgea ._bfbce +1&&_afba <=_bgedg ){break ; +};for ;_afba <=_bgedg &&_fdff .GetPixel (_afba ,_fdea );_afba ++{if _abea =_fdff .SetPixel (_afba ,_fdea ,0);_abea !=nil {return nil ,_g .Wrap (_abea ,_eeef ,"\u0032n\u0064\u0020\u0073\u0065\u0074");};};if _abea =_efbg (_deed ,_agcdbb ,_afba -1,_fgea ._deab ,_fgea ._bdeb ,_bggb ,&_cbge ); +_abea !=nil {return nil ,_g .Wrap (_abea ,_eeef ,"n\u006f\u0072\u006d\u0061\u006c\u0020\u0070\u0075\u0073\u0068");};if _afba > _fgea ._bfbce {if _abea =_efbg (_deed ,_fgea ._bfbce +1,_afba -1,_fgea ._deab ,-_fgea ._bdeb ,_bggb ,&_cbge );_abea !=nil {return nil ,_g .Wrap (_abea ,_eeef ,"\u006ce\u0061k\u0020\u006f\u006e\u0020\u0072i\u0067\u0068t\u0020\u0073\u0069\u0064\u0065"); +};};};continue ;};_agcdbb =_afba +1;if _agcdbb < _fgea ._gebd {if _abea =_efbg (_deed ,_agcdbb ,_fgea ._gebd -1,_fgea ._deab ,-_fgea ._bdeb ,_bggb ,&_cbge );_abea !=nil {return nil ,_g .Wrap (_abea ,_eeef ,"\u006c\u0065\u0061\u006b\u0020\u006f\u006e\u0020\u006c\u0065\u0066\u0074 \u0073\u0069\u0064\u0065"); +};};_afba =_fgea ._gebd ;for {for ;_afba <=_bgedg &&_fdff .GetPixel (_afba ,_fdea );_afba ++{if _abea =_fdff .SetPixel (_afba ,_fdea ,0);_abea !=nil {return nil ,_g .Wrap (_abea ,_eeef ,"\u0032n\u0064\u0020\u0073\u0065\u0074");};};if _abea =_efbg (_deed ,_agcdbb ,_afba -1,_fgea ._deab ,_fgea ._bdeb ,_bggb ,&_cbge ); +_abea !=nil {return nil ,_g .Wrap (_abea ,_eeef ,"n\u006f\u0072\u006d\u0061\u006c\u0020\u0070\u0075\u0073\u0068");};if _afba > _fgea ._bfbce {if _abea =_efbg (_deed ,_fgea ._bfbce +1,_afba -1,_fgea ._deab ,-_fgea ._bdeb ,_bggb ,&_cbge );_abea !=nil {return nil ,_g .Wrap (_abea ,_eeef ,"\u006ce\u0061k\u0020\u006f\u006e\u0020\u0072i\u0067\u0068t\u0020\u0073\u0069\u0064\u0065"); +};};for _afba ++;_afba <=_fgea ._bfbce +1&&_afba <=_bgedg &&!_fdff .GetPixel (_afba ,_fdea );_afba ++{};_agcdbb =_afba ;if !(_afba <=_fgea ._bfbce +1&&_afba <=_bgedg ){break ;};};};_cbge .Max .X ++;_cbge .Max .Y ++;return &_cbge ,nil ;};func TstRSymbol (t *_a .T ,scale ...int )*Bitmap {_gbad ,_bgfe :=NewWithData (4,5,[]byte {0xF0,0x90,0xF0,0xA0,0x90}); +_c .NoError (t ,_bgfe );return TstGetScaledSymbol (t ,_gbad ,scale ...);};func _gae ()(_dbg [256]uint64 ){for _ged :=0;_ged < 256;_ged ++{if _ged &0x01!=0{_dbg [_ged ]|=0xff;};if _ged &0x02!=0{_dbg [_ged ]|=0xff00;};if _ged &0x04!=0{_dbg [_ged ]|=0xff0000; +};if _ged &0x08!=0{_dbg [_ged ]|=0xff000000;};if _ged &0x10!=0{_dbg [_ged ]|=0xff00000000;};if _ged &0x20!=0{_dbg [_ged ]|=0xff0000000000;};if _ged &0x40!=0{_dbg [_ged ]|=0xff000000000000;};if _ged &0x80!=0{_dbg [_ged ]|=0xff00000000000000;};};return _dbg ; +};func (_eced *ClassedPoints )Swap (i ,j int ){_eced .IntSlice [i ],_eced .IntSlice [j ]=_eced .IntSlice [j ],_eced .IntSlice [i ];};func (_dbbe *Bitmaps )GetBox (i int )(*_ff .Rectangle ,error ){const _ecfa ="\u0047\u0065\u0074\u0042\u006f\u0078";if _dbbe ==nil {return nil ,_g .Error (_ecfa ,"\u0070\u0072\u006f\u0076id\u0065\u0064\u0020\u006e\u0069\u006c\u0020\u0027\u0042\u0069\u0074\u006d\u0061\u0070s\u0027"); +};if i > len (_dbbe .Boxes )-1{return nil ,_g .Errorf (_ecfa ,"\u0069n\u0064\u0065\u0078\u003a\u0020\u0027\u0025\u0064\u0027\u0020\u006fu\u0074\u0020\u006f\u0066\u0020\u0072\u0061\u006e\u0067\u0065",i );};return _dbbe .Boxes [i ],nil ;};func (_gcfe *ClassedPoints )XAtIndex (i int )float32 {return (*_gcfe .Points )[_gcfe .IntSlice [i ]].X }; +func (_fedf *Bitmaps )HeightSorter ()func (_fbaa ,_cfaba int )bool {return func (_cdabg ,_baac int )bool {_ggfa :=_fedf .Values [_cdabg ].Height < _fedf .Values [_baac ].Height ;_b .Log .Debug ("H\u0065i\u0067\u0068\u0074\u003a\u0020\u0025\u0076\u0020<\u0020\u0025\u0076\u0020= \u0025\u0076",_fedf .Values [_cdabg ].Height ,_fedf .Values [_baac ].Height ,_ggfa ); +return _ggfa ;};};func Extract (roi _ff .Rectangle ,src *Bitmap )(*Bitmap ,error ){_abdf :=New (roi .Dx (),roi .Dy ());_afff :=roi .Min .X &0x07;_afed :=8-_afff ;_afegg :=uint (8-_abdf .Width &0x07);_degg :=src .GetByteIndex (roi .Min .X ,roi .Min .Y ); +_afbbb :=src .GetByteIndex (roi .Max .X -1,roi .Min .Y );_afg :=_abdf .RowStride ==_afbbb +1-_degg ;var _ccgg int ;for _fbgaf :=roi .Min .Y ;_fbgaf < roi .Max .Y ;_fbgaf ++{_fade :=_degg ;_bag :=_ccgg ;switch {case _degg ==_afbbb :_daed ,_cbcd :=src .GetByte (_fade ); +if _cbcd !=nil {return nil ,_cbcd ;};_daed <<=uint (_afff );_cbcd =_abdf .SetByte (_bag ,_afbb (_afegg ,_daed ));if _cbcd !=nil {return nil ,_cbcd ;};case _afff ==0:for _aeaa :=_degg ;_aeaa <=_afbbb ;_aeaa ++{_gbf ,_dbec :=src .GetByte (_fade );if _dbec !=nil {return nil ,_dbec ; +};_fade ++;if _aeaa ==_afbbb &&_afg {_gbf =_afbb (_afegg ,_gbf );};_dbec =_abdf .SetByte (_bag ,_gbf );if _dbec !=nil {return nil ,_dbec ;};_bag ++;};default:_afec :=_efgf (src ,_abdf ,uint (_afff ),uint (_afed ),_afegg ,_degg ,_afbbb ,_afg ,_fade ,_bag ); +if _afec !=nil {return nil ,_afec ;};};_degg +=src .RowStride ;_afbbb +=src .RowStride ;_ccgg +=_abdf .RowStride ;};return _abdf ,nil ;};func (_adde *Bitmaps )SortByWidth (){_dga :=(*byWidth )(_adde );_d .Sort (_dga )};func (_agcdb *ClassedPoints )validateIntSlice ()error {const _ddacf ="\u0076\u0061l\u0069\u0064\u0061t\u0065\u0049\u006e\u0074\u0053\u006c\u0069\u0063\u0065"; +for _ ,_bfbg :=range _agcdb .IntSlice {if _bfbg >=(_agcdb .Points .Size ()){return _g .Errorf (_ddacf ,"c\u006c\u0061\u0073\u0073\u0020\u0069\u0064\u003a\u0020\u0027\u0025\u0064\u0027\u0020\u0069\u0073\u0020\u006e\u006f\u0074\u0020\u0061\u0020\u0076\u0061\u006ci\u0064 \u0069\u006e\u0064\u0065x\u0020\u0069n\u0020\u0074\u0068\u0065\u0020\u0070\u006f\u0069\u006e\u0074\u0073\u0020\u006f\u0066\u0020\u0073\u0069\u007a\u0065\u003a\u0020\u0025\u0064",_bfbg ,_agcdb .Points .Size ()); +};};return nil ;};func _dacf (_fcg ,_gcefc *Bitmap ,_ebfg ,_cbbg int )(*Bitmap ,error ){const _gcec ="d\u0069\u006c\u0061\u0074\u0065\u0042\u0072\u0069\u0063\u006b";if _gcefc ==nil {_b .Log .Debug ("\u0064\u0069\u006c\u0061\u0074\u0065\u0042\u0072\u0069\u0063k\u0020\u0073\u006f\u0075\u0072\u0063\u0065 \u006e\u006f\u0074\u0020\u0064\u0065\u0066\u0069\u006e\u0065\u0064"); +return nil ,_g .Error (_gcec ,"\u0073o\u0075\u0072\u0063\u0065 \u0062\u0069\u0074\u006d\u0061p\u0020n\u006ft\u0020\u0064\u0065\u0066\u0069\u006e\u0065d");};if _ebfg < 1||_cbbg < 1{return nil ,_g .Error (_gcec ,"\u0068\u0053\u007a\u0069\u0065 \u0061\u006e\u0064\u0020\u0076\u0053\u0069\u007a\u0065\u0020\u0061\u0072\u0065 \u006e\u006f\u0020\u0067\u0072\u0065\u0061\u0074\u0065\u0072\u0020\u0065\u0071\u0075\u0061\u006c\u0020\u0074\u006f\u0020\u0031"); +};if _ebfg ==1&&_cbbg ==1{_dfee ,_dedf :=_cgde (_fcg ,_gcefc );if _dedf !=nil {return nil ,_g .Wrap (_dedf ,_gcec ,"\u0068S\u0069\u007a\u0065\u0020\u003d\u003d\u0020\u0031\u0020\u0026\u0026 \u0076\u0053\u0069\u007a\u0065\u0020\u003d\u003d\u0020\u0031"); +};return _dfee ,nil ;};if _ebfg ==1||_cbbg ==1{_bdgbg :=SelCreateBrick (_cbbg ,_ebfg ,_cbbg /2,_ebfg /2,SelHit );_gabad ,_dedfc :=_cfcge (_fcg ,_gcefc ,_bdgbg );if _dedfc !=nil {return nil ,_g .Wrap (_dedfc ,_gcec ,"\u0068s\u0069\u007a\u0065\u0020\u003d\u003d\u0020\u0031\u0020\u007c\u007c \u0076\u0053\u0069\u007a\u0065\u0020\u003d\u003d\u0020\u0031"); +};return _gabad ,nil ;};_cbbe :=SelCreateBrick (1,_ebfg ,0,_ebfg /2,SelHit );_aadf :=SelCreateBrick (_cbbg ,1,_cbbg /2,0,SelHit );_acbb ,_gbed :=_cfcge (nil ,_gcefc ,_cbbe );if _gbed !=nil {return nil ,_g .Wrap (_gbed ,_gcec ,"\u0031\u0073\u0074\u0020\u0064\u0069\u006c\u0061\u0074\u0065"); +};_fcg ,_gbed =_cfcge (_fcg ,_acbb ,_aadf );if _gbed !=nil {return nil ,_g .Wrap (_gbed ,_gcec ,"\u0032\u006e\u0064\u0020\u0064\u0069\u006c\u0061\u0074\u0065");};return _fcg ,nil ;};func TstFrameBitmapData ()[]byte {return _cdgf .Data };func (_bbef MorphProcess )getWidthHeight ()(_afffe ,_fffg int ){return _bbef .Arguments [0],_bbef .Arguments [1]; +};const (_acgf shift =iota ;_abae ;);func (_fcddf *Bitmap )nextOnPixel (_fgdg ,_bdae int )(_eggb _ff .Point ,_fbb bool ,_gadc error ){const _bbgef ="n\u0065\u0078\u0074\u004f\u006e\u0050\u0069\u0078\u0065\u006c";_eggb ,_fbb ,_gadc =_fcddf .nextOnPixelLow (_fcddf .Width ,_fcddf .Height ,_fcddf .RowStride ,_fgdg ,_bdae ); +if _gadc !=nil {return _eggb ,false ,_g .Wrap (_gadc ,_bbgef ,"");};return _eggb ,_fbb ,nil ;};func (_faeg *BitmapsArray )GetBitmaps (i int )(*Bitmaps ,error ){const _fgcf ="\u0042\u0069\u0074ma\u0070\u0073\u0041\u0072\u0072\u0061\u0079\u002e\u0047\u0065\u0074\u0042\u0069\u0074\u006d\u0061\u0070\u0073"; +if _faeg ==nil {return nil ,_g .Error (_fgcf ,"p\u0072\u006f\u0076\u0069\u0064\u0065d\u0020\u006e\u0069\u006c\u0020\u0027\u0042\u0069\u0074m\u0061\u0070\u0073A\u0072r\u0061\u0079\u0027");};if i > len (_faeg .Values )-1{return nil ,_g .Errorf (_fgcf ,"\u0069n\u0064\u0065\u0078\u003a\u0020\u0027\u0025\u0064\u0027\u0020\u006fu\u0074\u0020\u006f\u0066\u0020\u0072\u0061\u006e\u0067\u0065",i ); +};return _faeg .Values [i ],nil ;};func TstCSymbol (t *_a .T )*Bitmap {t .Helper ();_cfdf :=New (6,6);_c .NoError (t ,_cfdf .SetPixel (1,0,1));_c .NoError (t ,_cfdf .SetPixel (2,0,1));_c .NoError (t ,_cfdf .SetPixel (3,0,1));_c .NoError (t ,_cfdf .SetPixel (4,0,1)); +_c .NoError (t ,_cfdf .SetPixel (0,1,1));_c .NoError (t ,_cfdf .SetPixel (5,1,1));_c .NoError (t ,_cfdf .SetPixel (0,2,1));_c .NoError (t ,_cfdf .SetPixel (0,3,1));_c .NoError (t ,_cfdf .SetPixel (0,4,1));_c .NoError (t ,_cfdf .SetPixel (5,4,1));_c .NoError (t ,_cfdf .SetPixel (1,5,1)); +_c .NoError (t ,_cfdf .SetPixel (2,5,1));_c .NoError (t ,_cfdf .SetPixel (3,5,1));_c .NoError (t ,_cfdf .SetPixel (4,5,1));return _cfdf ;};func (_dgfa *byWidth )Len ()int {return len (_dgfa .Values )};func (_becb *Boxes )Get (i int )(*_ff .Rectangle ,error ){const _fgbbb ="\u0042o\u0078\u0065\u0073\u002e\u0047\u0065t"; +if _becb ==nil {return nil ,_g .Error (_fgbbb ,"\u0027\u0042\u006f\u0078es\u0027\u0020\u006e\u006f\u0074\u0020\u0064\u0065\u0066\u0069\u006e\u0065\u0064");};if i > len (*_becb )-1{return nil ,_g .Errorf (_fgbbb ,"\u0069n\u0064\u0065\u0078\u003a\u0020\u0027\u0025\u0064\u0027\u0020\u006fu\u0074\u0020\u006f\u0066\u0020\u0072\u0061\u006e\u0067\u0065",i ); +};return (*_becb )[i ],nil ;};func (_ecg *Bitmap )InverseData (){_ecg .inverseData ()};type CombinationOperator int ;func (_cbfgaf *Bitmaps )selectByIndicator (_gcgbfb *_cd .NumSlice )(_acbeac *Bitmaps ,_caeab error ){const _dbbae ="\u0042i\u0074\u006d\u0061\u0070s\u002e\u0073\u0065\u006c\u0065c\u0074B\u0079I\u006e\u0064\u0069\u0063\u0061\u0074\u006fr"; +if _cbfgaf ==nil {return nil ,_g .Error (_dbbae ,"\u0027\u0062\u0027 b\u0069\u0074\u006d\u0061\u0070\u0073\u0020\u006e\u006f\u0074\u0020\u0064\u0065\u0066\u0069\u006e\u0065\u0064");};if _gcgbfb ==nil {return nil ,_g .Error (_dbbae ,"'\u006e\u0061\u0027\u0020\u0069\u006ed\u0069\u0063\u0061\u0074\u006f\u0072\u0073\u0020\u006eo\u0074\u0020\u0064e\u0066i\u006e\u0065\u0064"); +};if len (_cbfgaf .Values )==0{return _cbfgaf ,nil ;};if len (*_gcgbfb )!=len (_cbfgaf .Values ){return nil ,_g .Errorf (_dbbae ,"\u006ea\u0020\u006ce\u006e\u0067\u0074\u0068:\u0020\u0025\u0064,\u0020\u0069\u0073\u0020\u0064\u0069\u0066\u0066\u0065re\u006e\u0074\u0020t\u0068\u0061n\u0020\u0062\u0069\u0074\u006d\u0061p\u0073\u003a \u0025\u0064",len (*_gcgbfb ),len (_cbfgaf .Values )); +};var _bggbe ,_dcgc ,_agdcf int ;for _dcgc =0;_dcgc < len (*_gcgbfb );_dcgc ++{if _bggbe ,_caeab =_gcgbfb .GetInt (_dcgc );_caeab !=nil {return nil ,_g .Wrap (_caeab ,_dbbae ,"f\u0069\u0072\u0073\u0074\u0020\u0063\u0068\u0065\u0063\u006b");};if _bggbe ==1{_agdcf ++; +};};if _agdcf ==len (_cbfgaf .Values ){return _cbfgaf ,nil ;};_acbeac =&Bitmaps {};_dgc :=len (_cbfgaf .Values )==len (_cbfgaf .Boxes );for _dcgc =0;_dcgc < len (*_gcgbfb );_dcgc ++{if _bggbe =int ((*_gcgbfb )[_dcgc ]);_bggbe ==0{continue ;};_acbeac .Values =append (_acbeac .Values ,_cbfgaf .Values [_dcgc ]); +if _dgc {_acbeac .Boxes =append (_acbeac .Boxes ,_cbfgaf .Boxes [_dcgc ]);};};return _acbeac ,nil ;};func NewWithData (width ,height int ,data []byte )(*Bitmap ,error ){const _gff ="N\u0065\u0077\u0057\u0069\u0074\u0068\u0044\u0061\u0074\u0061";_dece :=_cdf (width ,height ); +_dece .Data =data ;if len (data )< height *_dece .RowStride {return nil ,_g .Errorf (_gff ,"\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0064\u0061\u0074\u0061\u0020l\u0065\u006e\u0067\u0074\u0068\u003a \u0025\u0064\u0020\u002d\u0020\u0073\u0068\u006f\u0075\u006c\u0064\u0020\u0062e\u003a\u0020\u0025\u0064",len (data ),height *_dece .RowStride ); +};return _dece ,nil ;};func _cge (_fca ,_dfa *Bitmap ,_cbcc int ,_dbce []byte ,_gcgf int )(_afd error ){const _efd ="\u0072\u0065\u0064uc\u0065\u0052\u0061\u006e\u006b\u0042\u0069\u006e\u0061\u0072\u0079\u0032\u004c\u0065\u0076\u0065\u006c\u0034";var (_fedb ,_dab ,_bdf ,_dba ,_fff ,_fdb ,_gfe ,_gdd int ; +_cede ,_gbg uint32 ;_fec ,_fcec byte ;_ebc uint16 ;);_eaa :=make ([]byte ,4);_cbaf :=make ([]byte ,4);for _bdf =0;_bdf < _fca .Height -1;_bdf ,_dba =_bdf +2,_dba +1{_fedb =_bdf *_fca .RowStride ;_dab =_dba *_dfa .RowStride ;for _fff ,_fdb =0,0;_fff < _gcgf ; +_fff ,_fdb =_fff +4,_fdb +1{for _gfe =0;_gfe < 4;_gfe ++{_gdd =_fedb +_fff +_gfe ;if _gdd <=len (_fca .Data )-1&&_gdd < _fedb +_fca .RowStride {_eaa [_gfe ]=_fca .Data [_gdd ];}else {_eaa [_gfe ]=0x00;};_gdd =_fedb +_fca .RowStride +_fff +_gfe ;if _gdd <=len (_fca .Data )-1&&_gdd < _fedb +(2*_fca .RowStride ){_cbaf [_gfe ]=_fca .Data [_gdd ]; +}else {_cbaf [_gfe ]=0x00;};};_cede =_fc .BigEndian .Uint32 (_eaa );_gbg =_fc .BigEndian .Uint32 (_cbaf );_gbg &=_cede ;_gbg &=_gbg <<1;_gbg &=0xaaaaaaaa;_cede =_gbg |(_gbg <<7);_fec =byte (_cede >>24);_fcec =byte ((_cede >>8)&0xff);_gdd =_dab +_fdb ;if _gdd +1==len (_dfa .Data )-1||_gdd +1>=_dab +_dfa .RowStride {_dfa .Data [_gdd ]=_dbce [_fec ]; +if _afd =_dfa .SetByte (_gdd ,_dbce [_fec ]);_afd !=nil {return _g .Wrapf (_afd ,_efd ,"\u0069n\u0064\u0065\u0078\u003a\u0020\u0025d",_gdd );};}else {_ebc =(uint16 (_dbce [_fec ])<<8)|uint16 (_dbce [_fcec ]);if _afd =_dfa .setTwoBytes (_gdd ,_ebc );_afd !=nil {return _g .Wrapf (_afd ,_efd ,"s\u0065\u0074\u0074\u0069\u006e\u0067 \u0074\u0077\u006f\u0020\u0062\u0079t\u0065\u0073\u0020\u0066\u0061\u0069\u006ce\u0064\u002c\u0020\u0069\u006e\u0064\u0065\u0078\u003a\u0020%\u0064",_gdd ); +};_fdb ++;};};};return nil ;};func _gebfc (_adfa int )int {if _adfa < 0{return -_adfa ;};return _adfa ;};func TstWordBitmapWithSpaces (t *_a .T ,scale ...int )*Bitmap {_ddec :=1;if len (scale )> 0{_ddec =scale [0];};_babf :=3;_eegb :=9+7+15+2*_babf +2*_babf ; +_efdfd :=5+_babf +5+2*_babf ;_afcg :=New (_eegb *_ddec ,_efdfd *_ddec );_gccb :=&Bitmaps {};var _cdacf *int ;_babf *=_ddec ;_ggff :=_babf ;_cdacf =&_ggff ;_gegcb :=_babf ;_dcgd :=TstDSymbol (t ,scale ...);TstAddSymbol (t ,_gccb ,_dcgd ,_cdacf ,_gegcb ,1*_ddec ); +_dcgd =TstOSymbol (t ,scale ...);TstAddSymbol (t ,_gccb ,_dcgd ,_cdacf ,_gegcb ,_babf );_dcgd =TstISymbol (t ,scale ...);TstAddSymbol (t ,_gccb ,_dcgd ,_cdacf ,_gegcb ,1*_ddec );_dcgd =TstTSymbol (t ,scale ...);TstAddSymbol (t ,_gccb ,_dcgd ,_cdacf ,_gegcb ,_babf ); +_dcgd =TstNSymbol (t ,scale ...);TstAddSymbol (t ,_gccb ,_dcgd ,_cdacf ,_gegcb ,1*_ddec );_dcgd =TstOSymbol (t ,scale ...);TstAddSymbol (t ,_gccb ,_dcgd ,_cdacf ,_gegcb ,1*_ddec );_dcgd =TstWSymbol (t ,scale ...);TstAddSymbol (t ,_gccb ,_dcgd ,_cdacf ,_gegcb ,0); +*_cdacf =_babf ;_gegcb =5*_ddec +_babf ;_dcgd =TstOSymbol (t ,scale ...);TstAddSymbol (t ,_gccb ,_dcgd ,_cdacf ,_gegcb ,1*_ddec );_dcgd =TstRSymbol (t ,scale ...);TstAddSymbol (t ,_gccb ,_dcgd ,_cdacf ,_gegcb ,_babf );_dcgd =TstNSymbol (t ,scale ...);TstAddSymbol (t ,_gccb ,_dcgd ,_cdacf ,_gegcb ,1*_ddec ); +_dcgd =TstESymbol (t ,scale ...);TstAddSymbol (t ,_gccb ,_dcgd ,_cdacf ,_gegcb ,1*_ddec );_dcgd =TstVSymbol (t ,scale ...);TstAddSymbol (t ,_gccb ,_dcgd ,_cdacf ,_gegcb ,1*_ddec );_dcgd =TstESymbol (t ,scale ...);TstAddSymbol (t ,_gccb ,_dcgd ,_cdacf ,_gegcb ,1*_ddec ); +_dcgd =TstRSymbol (t ,scale ...);TstAddSymbol (t ,_gccb ,_dcgd ,_cdacf ,_gegcb ,0);TstWriteSymbols (t ,_gccb ,_afcg );return _afcg ;};func TstOSymbol (t *_a .T ,scale ...int )*Bitmap {_fcgbb ,_cbbc :=NewWithData (4,5,[]byte {0xF0,0x90,0x90,0x90,0xF0}); +_c .NoError (t ,_cbbc );return TstGetScaledSymbol (t ,_fcgbb ,scale ...);};func (_gcgfg *Bitmap )connComponentsBitmapsBB (_fgfdf *Bitmaps ,_ebag int )(_fcf *Boxes ,_afbf error ){const _dbcb ="\u0063\u006f\u006enC\u006f\u006d\u0070\u006f\u006e\u0065\u006e\u0074\u0073\u0042\u0069\u0074\u006d\u0061\u0070\u0073\u0042\u0042"; +if _ebag !=4&&_ebag !=8{return nil ,_g .Error (_dbcb ,"\u0063\u006f\u006e\u006e\u0065\u0063t\u0069\u0076\u0069\u0074\u0079\u0020\u006d\u0075\u0073\u0074\u0020\u0062\u0065 \u0061\u0020\u0027\u0034\u0027\u0020\u006fr\u0020\u0027\u0038\u0027");};if _fgfdf ==nil {return nil ,_g .Error (_dbcb ,"p\u0072o\u0076\u0069\u0064\u0065\u0064\u0020\u006e\u0069l\u0020\u0042\u0069\u0074ma\u0070\u0073"); +};if len (_fgfdf .Values )> 0{return nil ,_g .Error (_dbcb ,"\u0070\u0072\u006f\u0076\u0069\u0064\u0065\u0064\u0020\u006e\u006fn\u002d\u0065\u006d\u0070\u0074\u0079\u0020\u0042\u0069\u0074m\u0061\u0070\u0073");};if _gcgfg .Zero (){return &Boxes {},nil ; +};var (_aada ,_abdff ,_bfdg ,_ceff *Bitmap ;);_gcgfg .setPadBits (0);if _aada ,_afbf =_cgde (nil ,_gcgfg );_afbf !=nil {return nil ,_g .Wrap (_afbf ,_dbcb ,"\u0062\u006d\u0031");};if _abdff ,_afbf =_cgde (nil ,_gcgfg );_afbf !=nil {return nil ,_g .Wrap (_afbf ,_dbcb ,"\u0062\u006d\u0032"); +};_eag :=&_cd .Stack {};_eag .Aux =&_cd .Stack {};_fcf =&Boxes {};var (_agd ,_dcfc int ;_fdcc _ff .Point ;_beab bool ;_daaad *_ff .Rectangle ;);for {if _fdcc ,_beab ,_afbf =_aada .nextOnPixel (_agd ,_dcfc );_afbf !=nil {return nil ,_g .Wrap (_afbf ,_dbcb ,""); +};if !_beab {break ;};if _daaad ,_afbf =_fdee (_aada ,_eag ,_fdcc .X ,_fdcc .Y ,_ebag );_afbf !=nil {return nil ,_g .Wrap (_afbf ,_dbcb ,"");};if _afbf =_fcf .Add (_daaad );_afbf !=nil {return nil ,_g .Wrap (_afbf ,_dbcb ,"");};if _bfdg ,_afbf =_aada .clipRectangle (_daaad ,nil ); +_afbf !=nil {return nil ,_g .Wrap (_afbf ,_dbcb ,"\u0062\u006d\u0033");};if _ceff ,_afbf =_abdff .clipRectangle (_daaad ,nil );_afbf !=nil {return nil ,_g .Wrap (_afbf ,_dbcb ,"\u0062\u006d\u0034");};if _ ,_afbf =_fffb (_bfdg ,_bfdg ,_ceff );_afbf !=nil {return nil ,_g .Wrap (_afbf ,_dbcb ,"\u0062m\u0033\u0020\u005e\u0020\u0062\u006d4"); +};if _afbf =_abdff .RasterOperation (_daaad .Min .X ,_daaad .Min .Y ,_daaad .Dx (),_daaad .Dy (),PixSrcXorDst ,_bfdg ,0,0);_afbf !=nil {return nil ,_g .Wrap (_afbf ,_dbcb ,"\u0062\u006d\u0032\u0020\u002d\u0058\u004f\u0052\u002d>\u0020\u0062\u006d\u0033"); +};_fgfdf .AddBitmap (_bfdg );_agd =_fdcc .X ;_dcfc =_fdcc .Y ;};_fgfdf .Boxes =*_fcf ;return _fcf ,nil ;};func (_bfg *Bitmap )RemoveBorderGeneral (left ,right ,top ,bot int )(*Bitmap ,error ){return _bfg .removeBorderGeneral (left ,right ,top ,bot );}; +type Points []Point ;func (_eafed *byHeight )Swap (i ,j int ){_eafed .Values [i ],_eafed .Values [j ]=_eafed .Values [j ],_eafed .Values [i ];if _eafed .Boxes !=nil {_eafed .Boxes [i ],_eafed .Boxes [j ]=_eafed .Boxes [j ],_eafed .Boxes [i ];};};func _cdbdf (_eece *_cd .Stack )(_ggfe *fillSegment ,_dbceb error ){const _gbbbc ="\u0070\u006f\u0070\u0046\u0069\u006c\u006c\u0053\u0065g\u006d\u0065\u006e\u0074"; +if _eece ==nil {return nil ,_g .Error (_gbbbc ,"\u006ei\u006c \u0073\u0074\u0061\u0063\u006b \u0070\u0072o\u0076\u0069\u0064\u0065\u0064");};if _eece .Aux ==nil {return nil ,_g .Error (_gbbbc ,"a\u0075x\u0053\u0074\u0061\u0063\u006b\u0020\u006e\u006ft\u0020\u0064\u0065\u0066in\u0065\u0064"); +};_gcade ,_gffe :=_eece .Pop ();if !_gffe {return nil ,nil ;};_cddd ,_gffe :=_gcade .(*fillSegment );if !_gffe {return nil ,_g .Error (_gbbbc ,"\u0073\u0074\u0061ck\u0020\u0064\u006f\u0065\u0073\u006e\u0027\u0074\u0020c\u006fn\u0074a\u0069n\u0020\u002a\u0066\u0069\u006c\u006c\u0053\u0065\u0067\u006d\u0065\u006e\u0074"); +};_ggfe =&fillSegment {_cddd ._gebd ,_cddd ._bfbce ,_cddd ._deab +_cddd ._bdeb ,_cddd ._bdeb };_eece .Aux .Push (_cddd );return _ggfe ,nil ;};func _ebb (_gce *Bitmap ,_bgd int ,_ab []byte )(_fba *Bitmap ,_ccf error ){const _gg ="\u0072\u0065\u0064\u0075\u0063\u0065\u0052\u0061\u006e\u006b\u0042\u0069n\u0061\u0072\u0079\u0032"; +if _gce ==nil {return nil ,_g .Error (_gg ,"\u0073o\u0075\u0072\u0063\u0065 \u0062\u0069\u0074\u006d\u0061p\u0020n\u006ft\u0020\u0064\u0065\u0066\u0069\u006e\u0065d");};if _bgd < 1||_bgd > 4{return nil ,_g .Error (_gg ,"\u006c\u0065\u0076\u0065\u006c\u0020\u006d\u0075\u0073\u0074 \u0062\u0065\u0020\u0069\u006e\u0020\u0073e\u0074\u0020\u007b\u0031\u002c\u0032\u002c\u0033\u002c\u0034\u007d"); +};if _gce .Height <=1{return nil ,_g .Errorf (_gg ,"\u0073o\u0075\u0072c\u0065\u0020\u0068e\u0069\u0067\u0068\u0074\u0020\u006d\u0075s\u0074\u0020\u0062\u0065\u0020\u0061t\u0020\u006c\u0065\u0061\u0073\u0074\u0020\u0027\u0032\u0027\u0020-\u0020\u0069\u0073\u003a\u0020\u0027\u0025\u0064\u0027",_gce .Height ); +};_fba =New (_gce .Width /2,_gce .Height /2);if _ab ==nil {_ab =_egef ();};_bee :=_cddf (_gce .RowStride ,2*_fba .RowStride );switch _bgd {case 1:_ccf =_beee (_gce ,_fba ,_bgd ,_ab ,_bee );case 2:_ccf =_ce (_gce ,_fba ,_bgd ,_ab ,_bee );case 3:_ccf =_gdc (_gce ,_fba ,_bgd ,_ab ,_bee ); +case 4:_ccf =_cge (_gce ,_fba ,_bgd ,_ab ,_bee );};if _ccf !=nil {return nil ,_ccf ;};return _fba ,nil ;};func _caad (_aeab *Bitmap ,_faaef *Bitmap ,_bbbe int )(_cddg error ){const _bffge ="\u0073\u0065\u0065\u0064\u0066\u0069\u006c\u006c\u0042\u0069\u006e\u0061r\u0079\u004c\u006f\u0077"; +_dfcb :=_cddf (_aeab .Height ,_faaef .Height );_aega :=_cddf (_aeab .RowStride ,_faaef .RowStride );switch _bbbe {case 4:_cddg =_aeggb (_aeab ,_faaef ,_dfcb ,_aega );case 8:_cddg =_fdfe (_aeab ,_faaef ,_dfcb ,_aega );default:return _g .Errorf (_bffge ,"\u0063\u006f\u006e\u006e\u0065\u0063\u0074\u0069\u0076\u0069\u0074\u0079\u0020\u006d\u0075\u0073\u0074\u0020\u0062\u0065\u0020\u0034\u0020\u006fr\u0020\u0038\u0020\u002d\u0020i\u0073\u003a \u0027\u0025\u0064\u0027",_bbbe ); +};if _cddg !=nil {return _g .Wrap (_cddg ,_bffge ,"");};return nil ;};func (_daea *Bitmaps )String ()string {_gaga :=_cb .Builder {};for _ ,_bgedgb :=range _daea .Values {_gaga .WriteString (_bgedgb .String ());_gaga .WriteRune ('\n');};return _gaga .String (); +};func TstDSymbol (t *_a .T ,scale ...int )*Bitmap {_bfde ,_eagc :=NewWithData (4,5,[]byte {0xf0,0x90,0x90,0x90,0xE0});_c .NoError (t ,_eagc );return TstGetScaledSymbol (t ,_bfde ,scale ...);};func (_eaeg *ClassedPoints )SortByY (){_eaeg ._dbcd =_eaeg .ySortFunction (); +_d .Sort (_eaeg )};func (_cfdac *ClassedPoints )SortByX (){_cfdac ._dbcd =_cfdac .xSortFunction ();_d .Sort (_cfdac )};func (_fbag *Bitmap )GetPixel (x ,y int )bool {_dfd :=_fbag .GetByteIndex (x ,y );_aeg :=_fbag .GetBitOffset (x );_fbfa :=uint (7-_aeg ); +if _dfd > len (_fbag .Data )-1{_b .Log .Debug ("\u0054\u0072\u0079\u0069\u006e\u0067\u0020\u0074\u006f\u0020\u0067\u0065\u0074\u0020\u0070\u0069\u0078\u0065\u006c\u0020o\u0075\u0074\u0020\u006f\u0066\u0020\u0074\u0068\u0065\u0020\u0064\u0061\u0074\u0061\u0020\u0072\u0061\u006e\u0067\u0065\u002e \u0078\u003a\u0020\u0027\u0025\u0064\u0027\u002c\u0020\u0079\u003a\u0027\u0025\u0064'\u002c\u0020\u0062m\u003a\u0020\u0027\u0025\u0073\u0027",x ,y ,_fbag ); +return false ;};if (_fbag .Data [_dfd ]>>_fbfa )&0x01>=1{return true ;};return false ;};func (_aafag *byWidth )Swap (i ,j int ){_aafag .Values [i ],_aafag .Values [j ]=_aafag .Values [j ],_aafag .Values [i ];if _aafag .Boxes !=nil {_aafag .Boxes [i ],_aafag .Boxes [j ]=_aafag .Boxes [j ],_aafag .Boxes [i ]; +};};func TstNSymbol (t *_a .T ,scale ...int )*Bitmap {_cecf ,_edcg :=NewWithData (4,5,[]byte {0x90,0xD0,0xB0,0x90,0x90});_c .NoError (t ,_edcg );return TstGetScaledSymbol (t ,_cecf ,scale ...);};type byHeight Bitmaps ;func TstWSymbol (t *_a .T ,scale ...int )*Bitmap {_faccb ,_dgff :=NewWithData (5,5,[]byte {0x88,0x88,0xA8,0xD8,0x88}); +_c .NoError (t ,_dgff );return TstGetScaledSymbol (t ,_faccb ,scale ...);};func (_aadab *Bitmap )RasterOperation (dx ,dy ,dw ,dh int ,op RasterOperator ,src *Bitmap ,sx ,sy int )error {return _gddaa (_aadab ,dx ,dy ,dw ,dh ,op ,src ,sx ,sy );};func TstTSymbol (t *_a .T ,scale ...int )*Bitmap {_dcbg ,_egbcg :=NewWithData (5,5,[]byte {0xF8,0x20,0x20,0x20,0x20}); +_c .NoError (t ,_egbcg );return TstGetScaledSymbol (t ,_dcbg ,scale ...);};func (_eabe *Bitmap )GetComponents (components Component ,maxWidth ,maxHeight int )(_febb *Bitmaps ,_adca *Boxes ,_daae error ){const _acba ="B\u0069t\u006d\u0061\u0070\u002e\u0047\u0065\u0074\u0043o\u006d\u0070\u006f\u006een\u0074\u0073"; +if _eabe ==nil {return nil ,nil ,_g .Error (_acba ,"\u0073\u006f\u0075\u0072\u0063\u0065\u0020\u0042\u0069\u0074\u006da\u0070\u0020\u006e\u006f\u0074\u0020\u0064\u0065\u0066\u0069n\u0065\u0064\u002e");};switch components {case ComponentConn ,ComponentCharacters ,ComponentWords :default:return nil ,nil ,_g .Error (_acba ,"\u0069\u006e\u0076\u0061l\u0069\u0064\u0020\u0063\u006f\u006d\u0070\u006f\u006e\u0065n\u0074s\u0020\u0070\u0061\u0072\u0061\u006d\u0065t\u0065\u0072"); +};if _eabe .Zero (){_adca =&Boxes {};_febb =&Bitmaps {};return _febb ,_adca ,nil ;};switch components {case ComponentConn :_febb =&Bitmaps {};if _adca ,_daae =_eabe .ConnComponents (_febb ,8);_daae !=nil {return nil ,nil ,_g .Wrap (_daae ,_acba ,"\u006e\u006f \u0070\u0072\u0065p\u0072\u006f\u0063\u0065\u0073\u0073\u0069\u006e\u0067"); +};case ComponentCharacters :_feac ,_dedgd :=MorphSequence (_eabe ,MorphProcess {Operation :MopClosing ,Arguments :[]int {1,6}});if _dedgd !=nil {return nil ,nil ,_g .Wrap (_dedgd ,_acba ,"\u0063h\u0061\u0072\u0061\u0063\u0074\u0065\u0072\u0073\u0020\u0070\u0072e\u0070\u0072\u006f\u0063\u0065\u0073\u0073\u0069\u006e\u0067"); +};if _b .Log .IsLogLevel (_b .LogLevelTrace ){_b .Log .Trace ("\u0043o\u006d\u0070o\u006e\u0065\u006e\u0074C\u0068\u0061\u0072a\u0063\u0074\u0065\u0072\u0073\u0020\u0062\u0069\u0074ma\u0070\u0020\u0061f\u0074\u0065r\u0020\u0063\u006c\u006f\u0073\u0069n\u0067\u003a \u0025\u0073",_feac .String ()); +};_facc :=&Bitmaps {};_adca ,_dedgd =_feac .ConnComponents (_facc ,8);if _dedgd !=nil {return nil ,nil ,_g .Wrap (_dedgd ,_acba ,"\u0063h\u0061\u0072\u0061\u0063\u0074\u0065\u0072\u0073\u0020\u0070\u0072e\u0070\u0072\u006f\u0063\u0065\u0073\u0073\u0069\u006e\u0067"); +};if _b .Log .IsLogLevel (_b .LogLevelTrace ){_b .Log .Trace ("\u0043\u006f\u006d\u0070\u006f\u006ee\u006e\u0074\u0043\u0068\u0061\u0072\u0061\u0063\u0074\u0065\u0072\u0073\u0020\u0062\u0069\u0074\u006d\u0061\u0070\u0020a\u0066\u0074\u0065\u0072\u0020\u0063\u006f\u006e\u006e\u0065\u0063\u0074\u0069\u0076i\u0074y\u003a\u0020\u0025\u0073",_facc .String ()); +};if _febb ,_dedgd =_facc .ClipToBitmap (_eabe );_dedgd !=nil {return nil ,nil ,_g .Wrap (_dedgd ,_acba ,"\u0063h\u0061\u0072\u0061\u0063\u0074\u0065\u0072\u0073\u0020\u0070\u0072e\u0070\u0072\u006f\u0063\u0065\u0073\u0073\u0069\u006e\u0067");};case ComponentWords :_fege :=1; +var _bbde *Bitmap ;switch {case _eabe .XResolution <=200:_bbde =_eabe ;case _eabe .XResolution <=400:_fege =2;_bbde ,_daae =_cgf (_eabe ,1,0,0,0);if _daae !=nil {return nil ,nil ,_g .Wrap (_daae ,_acba ,"w\u006f\u0072\u0064\u0020\u0070\u0072e\u0070\u0072\u006f\u0063\u0065\u0073\u0073\u0020\u002d \u0078\u0072\u0065s\u003c=\u0034\u0030\u0030"); +};default:_fege =4;_bbde ,_daae =_cgf (_eabe ,1,1,0,0);if _daae !=nil {return nil ,nil ,_g .Wrap (_daae ,_acba ,"\u0077\u006f\u0072\u0064 \u0070\u0072\u0065\u0070\u0072\u006f\u0063\u0065\u0073\u0073 \u002d \u0078\u0072\u0065\u0073\u0020\u003e\u00204\u0030\u0030"); +};};_bedd ,_ ,_ggaf :=_eeca (_bbde );if _ggaf !=nil {return nil ,nil ,_g .Wrap (_ggaf ,_acba ,"\u0077o\u0072d\u0020\u0070\u0072\u0065\u0070\u0072\u006f\u0063\u0065\u0073\u0073");};_gfg ,_ggaf :=_ccfb (_bedd ,_fege );if _ggaf !=nil {return nil ,nil ,_g .Wrap (_ggaf ,_acba ,"\u0077o\u0072d\u0020\u0070\u0072\u0065\u0070\u0072\u006f\u0063\u0065\u0073\u0073"); +};_eeeg :=&Bitmaps {};if _adca ,_ggaf =_gfg .ConnComponents (_eeeg ,4);_ggaf !=nil {return nil ,nil ,_g .Wrap (_ggaf ,_acba ,"\u0077\u006f\u0072\u0064\u0020\u0070r\u0065\u0070\u0072\u006f\u0063\u0065\u0073\u0073\u002c\u0020\u0063\u006f\u006en\u0065\u0063\u0074\u0020\u0065\u0078\u0070a\u006e\u0064\u0065\u0064"); +};if _febb ,_ggaf =_eeeg .ClipToBitmap (_eabe );_ggaf !=nil {return nil ,nil ,_g .Wrap (_ggaf ,_acba ,"\u0077o\u0072d\u0020\u0070\u0072\u0065\u0070\u0072\u006f\u0063\u0065\u0073\u0073");};};_febb ,_daae =_febb .SelectBySize (maxWidth ,maxHeight ,LocSelectIfBoth ,SizeSelectIfLTE ); +if _daae !=nil {return nil ,nil ,_g .Wrap (_daae ,_acba ,"");};_adca ,_daae =_adca .SelectBySize (maxWidth ,maxHeight ,LocSelectIfBoth ,SizeSelectIfLTE );if _daae !=nil {return nil ,nil ,_g .Wrap (_daae ,_acba ,"");};return _febb ,_adca ,nil ;};func _cgde (_dgg ,_febe *Bitmap )(*Bitmap ,error ){if _febe ==nil {return nil ,_g .Error ("\u0063\u006f\u0070\u0079\u0042\u0069\u0074\u006d\u0061\u0070","\u0073o\u0075r\u0063\u0065\u0020\u006e\u006ft\u0020\u0064e\u0066\u0069\u006e\u0065\u0064"); +};if _febe ==_dgg {return _dgg ,nil ;};if _dgg ==nil {_dgg =_febe .createTemplate ();copy (_dgg .Data ,_febe .Data );return _dgg ,nil ;};_afcf :=_dgg .resizeImageData (_febe );if _afcf !=nil {return nil ,_g .Wrap (_afcf ,"\u0063\u006f\u0070\u0079\u0042\u0069\u0074\u006d\u0061\u0070",""); +};_dgg .Text =_febe .Text ;copy (_dgg .Data ,_febe .Data );return _dgg ,nil ;};func _eeca (_befc *Bitmap )(_fdaa *Bitmap ,_edcab int ,_bgf error ){const _cbfd ="\u0042i\u0074\u006d\u0061\u0070.\u0077\u006f\u0072\u0064\u004da\u0073k\u0042y\u0044\u0069\u006c\u0061\u0074\u0069\u006fn"; +if _befc ==nil {return nil ,0,_g .Errorf (_cbfd ,"\u0027\u0073\u0027\u0020bi\u0074\u006d\u0061\u0070\u0020\u006e\u006f\u0074\u0020\u0064\u0065\u0066\u0069\u006ee\u0064");};var _gfbe ,_geg *Bitmap ;if _gfbe ,_bgf =_cgde (nil ,_befc );_bgf !=nil {return nil ,0,_g .Wrap (_bgf ,_cbfd ,"\u0063\u006f\u0070\u0079\u0020\u0027\u0073\u0027"); +};var (_dfg [13]int ;_dfbe ,_cegd int ;);_gcbd :=12;_ecae :=_cd .NewNumSlice (_gcbd +1);_edgf :=_cd .NewNumSlice (_gcbd +1);var _defa *Boxes ;for _afae :=0;_afae <=_gcbd ;_afae ++{if _afae ==0{if _geg ,_bgf =_cgde (nil ,_gfbe );_bgf !=nil {return nil ,0,_g .Wrap (_bgf ,_cbfd ,"\u0066i\u0072\u0073\u0074\u0020\u0062\u006d2"); +};}else {if _geg ,_bgf =_cagc (_gfbe ,MorphProcess {Operation :MopDilation ,Arguments :[]int {2,1}});_bgf !=nil {return nil ,0,_g .Wrap (_bgf ,_cbfd ,"\u0064\u0069\u006ca\u0074\u0069\u006f\u006e\u0020\u0062\u006d\u0032");};};if _defa ,_bgf =_geg .connComponentsBB (4); +_bgf !=nil {return nil ,0,_g .Wrap (_bgf ,_cbfd ,"");};_dfg [_afae ]=len (*_defa );_ecae .AddInt (_dfg [_afae ]);switch _afae {case 0:_dfbe =_dfg [0];default:_cegd =_dfg [_afae -1]-_dfg [_afae ];_edgf .AddInt (_cegd );};_gfbe =_geg ;};_fgba :=true ;_cead :=2; +var _dca ,_fabe int ;for _cdfb :=1;_cdfb < len (*_edgf );_cdfb ++{if _dca ,_bgf =_ecae .GetInt (_cdfb );_bgf !=nil {return nil ,0,_g .Wrap (_bgf ,_cbfd ,"\u0043\u0068\u0065\u0063ki\u006e\u0067\u0020\u0062\u0065\u0073\u0074\u0020\u0064\u0069\u006c\u0061\u0074\u0069o\u006e"); +};if _fgba &&_dca < int (0.3*float32 (_dfbe )){_cead =_cdfb +1;_fgba =false ;};if _cegd ,_bgf =_edgf .GetInt (_cdfb );_bgf !=nil {return nil ,0,_g .Wrap (_bgf ,_cbfd ,"\u0067\u0065\u0074\u0074\u0069\u006e\u0067\u0020\u006ea\u0044\u0069\u0066\u0066");}; +if _cegd > _fabe {_fabe =_cegd ;};};_feag :=_befc .XResolution ;if _feag ==0{_feag =150;};if _feag > 110{_cead ++;};if _cead < 2{_b .Log .Trace ("J\u0042\u0049\u0047\u0032\u0020\u0073\u0065\u0074\u0074\u0069\u006e\u0067\u0020\u0069\u0042\u0065\u0073\u0074 \u0074\u006f\u0020\u006d\u0069\u006e\u0069\u006d\u0075\u006d a\u006c\u006c\u006fw\u0061b\u006c\u0065"); +_cead =2;};_edcab =_cead +1;if _fdaa ,_bgf =_deeg (nil ,_befc ,_cead +1,1);_bgf !=nil {return nil ,0,_g .Wrap (_bgf ,_cbfd ,"\u0067\u0065\u0074\u0074in\u0067\u0020\u006d\u0061\u0073\u006b\u0020\u0066\u0061\u0069\u006c\u0065\u0064");};return _fdaa ,_edcab ,nil ; +};func init (){const _fgdag ="\u0062\u0069\u0074\u006dap\u0073\u002e\u0069\u006e\u0069\u0074\u0069\u0061\u006c\u0069\u007a\u0061\u0074\u0069o\u006e";_cdgf =New (50,40);var _ccgda error ;_cdgf ,_ccgda =_cdgf .AddBorder (2,1);if _ccgda !=nil {panic (_g .Wrap (_ccgda ,_fgdag ,"f\u0072\u0061\u006d\u0065\u0042\u0069\u0074\u006d\u0061\u0070")); +};_debg ,_ccgda =NewWithData (50,22,_daba );if _ccgda !=nil {panic (_g .Wrap (_ccgda ,_fgdag ,"i\u006d\u0061\u0067\u0065\u0042\u0069\u0074\u006d\u0061\u0070"));};};func (_eggce *ClassedPoints )ySortFunction ()func (_cgbf int ,_dcfb int )bool {return func (_fdec ,_aafb int )bool {return _eggce .YAtIndex (_fdec )< _eggce .YAtIndex (_aafb )}; +};func (_gbbba *Selection )setOrigin (_fcddc ,_acbaa int ){_gbbba .Cy ,_gbbba .Cx =_fcddc ,_acbaa };type SelectionValue int ;type Getter interface{GetBitmap ()*Bitmap ;};func _cagc (_baca *Bitmap ,_daaaf ...MorphProcess )(_dgdd *Bitmap ,_eaff error ){const _ebfa ="\u006d\u006f\u0072\u0070\u0068\u0053\u0065\u0071\u0075\u0065\u006e\u0063\u0065"; +if _baca ==nil {return nil ,_g .Error (_ebfa ,"\u006d\u006f\u0072\u0070\u0068\u0053\u0065\u0071\u0075\u0065\u006e\u0063\u0065 \u0073\u006f\u0075\u0072\u0063\u0065 \u0062\u0069\u0074\u006d\u0061\u0070\u0020\u006e\u006f\u0074\u0020\u0064\u0065f\u0069\u006e\u0065\u0064"); +};if len (_daaaf )==0{return nil ,_g .Error (_ebfa ,"m\u006f\u0072\u0070\u0068\u0053\u0065q\u0075\u0065\u006e\u0063\u0065\u002c \u0073\u0065\u0071\u0075\u0065\u006e\u0063e\u0020\u006e\u006f\u0074\u0020\u0064\u0065\u0066\u0069\u006ee\u0064");};if _eaff =_bacc (_daaaf ...); +_eaff !=nil {return nil ,_g .Wrap (_eaff ,_ebfa ,"");};var _ecaf ,_dadfa ,_ccda int ;_dgdd =_baca .Copy ();for _ ,_defg :=range _daaaf {switch _defg .Operation {case MopDilation :_ecaf ,_dadfa =_defg .getWidthHeight ();_dgdd ,_eaff =DilateBrick (nil ,_dgdd ,_ecaf ,_dadfa ); +if _eaff !=nil {return nil ,_g .Wrap (_eaff ,_ebfa ,"");};case MopErosion :_ecaf ,_dadfa =_defg .getWidthHeight ();_dgdd ,_eaff =_fdfc (nil ,_dgdd ,_ecaf ,_dadfa );if _eaff !=nil {return nil ,_g .Wrap (_eaff ,_ebfa ,"");};case MopOpening :_ecaf ,_dadfa =_defg .getWidthHeight (); +_dgdd ,_eaff =_cggb (nil ,_dgdd ,_ecaf ,_dadfa );if _eaff !=nil {return nil ,_g .Wrap (_eaff ,_ebfa ,"");};case MopClosing :_ecaf ,_dadfa =_defg .getWidthHeight ();_dgdd ,_eaff =_gdfa (nil ,_dgdd ,_ecaf ,_dadfa );if _eaff !=nil {return nil ,_g .Wrap (_eaff ,_ebfa ,""); +};case MopRankBinaryReduction :_dgdd ,_eaff =_cgf (_dgdd ,_defg .Arguments ...);if _eaff !=nil {return nil ,_g .Wrap (_eaff ,_ebfa ,"");};case MopReplicativeBinaryExpansion :_dgdd ,_eaff =_ccfb (_dgdd ,_defg .Arguments [0]);if _eaff !=nil {return nil ,_g .Wrap (_eaff ,_ebfa ,""); +};case MopAddBorder :_ccda =_defg .Arguments [0];_dgdd ,_eaff =_dgdd .AddBorder (_ccda ,0);if _eaff !=nil {return nil ,_g .Wrap (_eaff ,_ebfa ,"");};default:return nil ,_g .Error (_ebfa ,"i\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u006d\u006fr\u0070\u0068\u004f\u0070\u0065\u0072\u0061ti\u006f\u006e\u0020\u0070r\u006f\u0076\u0069\u0064\u0065\u0064\u0020\u0074\u006f t\u0068\u0065 \u0073\u0065\u0071\u0075\u0065\u006e\u0063\u0065"); +};};if _ccda > 0{_dgdd ,_eaff =_dgdd .RemoveBorder (_ccda );if _eaff !=nil {return nil ,_g .Wrap (_eaff ,_ebfa ,"\u0062\u006f\u0072\u0064\u0065\u0072\u0020\u003e\u0020\u0030");};};return _dgdd ,nil ;};const (ComponentConn Component =iota ;ComponentCharacters ; +ComponentWords ;);const _ggda =5000;type Bitmaps struct{Values []*Bitmap ;Boxes []*_ff .Rectangle ;};func _eefba (_cgcc ,_beca *Bitmap ,_fbaf ,_decfc ,_edg ,_ceg ,_cbe ,_gbbb ,_gcfdff ,_gafc int ,_fded CombinationOperator )error {var _dfeff int ;_gbga :=func (){_dfeff ++; +_edg +=_beca .RowStride ;_ceg +=_cgcc .RowStride ;_cbe +=_cgcc .RowStride };for _dfeff =_fbaf ;_dfeff < _decfc ;_gbga (){var _cacc uint16 ;_gdbe :=_edg ;for _aead :=_ceg ;_aead <=_cbe ;_aead ++{_caf ,_fbga :=_beca .GetByte (_gdbe );if _fbga !=nil {return _fbga ; +};_gcde ,_fbga :=_cgcc .GetByte (_aead );if _fbga !=nil {return _fbga ;};_cacc =(_cacc |uint16 (_gcde ))<>8);if _aead ==_cbe {_gcde =_afbb (uint (_gbbb ),_gcde );};if _fbga =_beca .SetByte (_gdbe ,_fgcb (_caf ,_gcde ,_fded )); +_fbga !=nil {return _fbga ;};_gdbe ++;_cacc <<=uint (_gcfdff );};};return nil ;};func _egef ()(_abc []byte ){_abc =make ([]byte ,256);for _ace :=0;_ace < 256;_ace ++{_edcc :=byte (_ace );_abc [_edcc ]=(_edcc &0x01)|((_edcc &0x04)>>1)|((_edcc &0x10)>>2)|((_edcc &0x40)>>3)|((_edcc &0x02)<<3)|((_edcc &0x08)<<2)|((_edcc &0x20)<<1)|(_edcc &0x80); +};return _abc ;};type Boxes []*_ff .Rectangle ;func (_eecd *Bitmap )centroid (_afge ,_gebb []int )(Point ,error ){_dgd :=Point {};_eecd .setPadBits (0);if len (_afge )==0{_afge =_fddb ();};if len (_gebb )==0{_gebb =_efaf ();};var _bgfb ,_bccf ,_ecc ,_cgea ,_ffafd ,_gcba int ; +var _dea byte ;for _ffafd =0;_ffafd < _eecd .Height ;_ffafd ++{_faca :=_eecd .RowStride *_ffafd ;_cgea =0;for _gcba =0;_gcba < _eecd .RowStride ;_gcba ++{_dea =_eecd .Data [_faca +_gcba ];if _dea !=0{_cgea +=_gebb [_dea ];_bgfb +=_afge [_dea ]+_gcba *8*_gebb [_dea ]; +};};_ecc +=_cgea ;_bccf +=_cgea *_ffafd ;};if _ecc !=0{_dgd .X =float32 (_bgfb )/float32 (_ecc );_dgd .Y =float32 (_bccf )/float32 (_ecc );};return _dgd ,nil ;};func _ggca (_fgg ,_ffgb ,_fbcb *Bitmap )(*Bitmap ,error ){const _baeg ="\u0073\u0075\u0062\u0074\u0072\u0061\u0063\u0074"; +if _ffgb ==nil {return nil ,_g .Error (_baeg ,"'\u0073\u0031\u0027\u0020\u0069\u0073\u0020\u006e\u0069\u006c");};if _fbcb ==nil {return nil ,_g .Error (_baeg ,"'\u0073\u0032\u0027\u0020\u0069\u0073\u0020\u006e\u0069\u006c");};var _ggdf error ;switch {case _fgg ==_ffgb :if _ggdf =_fgg .RasterOperation (0,0,_ffgb .Width ,_ffgb .Height ,PixNotSrcAndDst ,_fbcb ,0,0); +_ggdf !=nil {return nil ,_g .Wrap (_ggdf ,_baeg ,"\u0064 \u003d\u003d\u0020\u0073\u0031");};case _fgg ==_fbcb :if _ggdf =_fgg .RasterOperation (0,0,_ffgb .Width ,_ffgb .Height ,PixNotSrcAndDst ,_ffgb ,0,0);_ggdf !=nil {return nil ,_g .Wrap (_ggdf ,_baeg ,"\u0064 \u003d\u003d\u0020\u0073\u0032"); +};default:_fgg ,_ggdf =_cgde (_fgg ,_ffgb );if _ggdf !=nil {return nil ,_g .Wrap (_ggdf ,_baeg ,"");};if _ggdf =_fgg .RasterOperation (0,0,_ffgb .Width ,_ffgb .Height ,PixNotSrcAndDst ,_fbcb ,0,0);_ggdf !=nil {return nil ,_g .Wrap (_ggdf ,_baeg ,"\u0064e\u0066\u0061\u0075\u006c\u0074"); +};};return _fgg ,nil ;};func MakePixelSumTab8 ()[]int {return _efaf ()};func TstASymbol (t *_a .T )*Bitmap {t .Helper ();_dceb :=New (6,6);_c .NoError (t ,_dceb .SetPixel (1,0,1));_c .NoError (t ,_dceb .SetPixel (2,0,1));_c .NoError (t ,_dceb .SetPixel (3,0,1)); +_c .NoError (t ,_dceb .SetPixel (4,0,1));_c .NoError (t ,_dceb .SetPixel (5,1,1));_c .NoError (t ,_dceb .SetPixel (1,2,1));_c .NoError (t ,_dceb .SetPixel (2,2,1));_c .NoError (t ,_dceb .SetPixel (3,2,1));_c .NoError (t ,_dceb .SetPixel (4,2,1));_c .NoError (t ,_dceb .SetPixel (5,2,1)); +_c .NoError (t ,_dceb .SetPixel (0,3,1));_c .NoError (t ,_dceb .SetPixel (5,3,1));_c .NoError (t ,_dceb .SetPixel (0,4,1));_c .NoError (t ,_dceb .SetPixel (5,4,1));_c .NoError (t ,_dceb .SetPixel (1,5,1));_c .NoError (t ,_dceb .SetPixel (2,5,1));_c .NoError (t ,_dceb .SetPixel (3,5,1)); +_c .NoError (t ,_dceb .SetPixel (4,5,1));_c .NoError (t ,_dceb .SetPixel (5,5,1));return _dceb ;};func SelCreateBrick (h ,w int ,cy ,cx int ,tp SelectionValue )*Selection {_aaae :=_ggcf (h ,w ,"");_aaae .setOrigin (cy ,cx );var _ffgef ,_gbgf int ;for _ffgef =0; +_ffgef < h ;_ffgef ++{for _gbgf =0;_gbgf < w ;_gbgf ++{_aaae .Data [_ffgef ][_gbgf ]=tp ;};};return _aaae ;};func MakePixelCentroidTab8 ()[]int {return _fddb ()};func (_gcga *Bitmaps )SelectBySize (width ,height int ,tp LocationFilter ,relation SizeComparison )(_egbg *Bitmaps ,_eebf error ){const _dbfad ="B\u0069t\u006d\u0061\u0070\u0073\u002e\u0053\u0065\u006ce\u0063\u0074\u0042\u0079Si\u007a\u0065"; +if _gcga ==nil {return nil ,_g .Error (_dbfad ,"\u0027\u0062\u0027 B\u0069\u0074\u006d\u0061\u0070\u0073\u0020\u006e\u006f\u0074\u0020\u0064\u0065\u0066\u0069\u006e\u0065\u0064");};switch tp {case LocSelectWidth ,LocSelectHeight ,LocSelectIfEither ,LocSelectIfBoth :default:return nil ,_g .Errorf (_dbfad ,"\u0070\u0072\u006f\u0076\u0069d\u0065\u0064\u0020\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u006c\u006fc\u0061\u0074\u0069\u006f\u006e\u0020\u0066\u0069\u006c\u0074\u0065\u0072\u0020\u0074\u0079\u0070\u0065\u003a\u0020\u0025\u0064",tp ); +};switch relation {case SizeSelectIfLT ,SizeSelectIfGT ,SizeSelectIfLTE ,SizeSelectIfGTE ,SizeSelectIfEQ :default:return nil ,_g .Errorf (_dbfad ,"\u0069\u006e\u0076\u0061li\u0064\u0020\u0072\u0065\u006c\u0061\u0074\u0069\u006f\u006e\u003a\u0020\u0027\u0025d\u0027",relation ); +};_cbddg ,_eebf :=_gcga .makeSizeIndicator (width ,height ,tp ,relation );if _eebf !=nil {return nil ,_g .Wrap (_eebf ,_dbfad ,"");};_egbg ,_eebf =_gcga .selectByIndicator (_cbddg );if _eebf !=nil {return nil ,_g .Wrap (_eebf ,_dbfad ,"");};return _egbg ,nil ; +};func (_bgda *Bitmaps )Size ()int {return len (_bgda .Values )};var _ _d .Interface =&ClassedPoints {};func Centroid (bm *Bitmap ,centTab ,sumTab []int )(Point ,error ){return bm .centroid (centTab ,sumTab )};func (_fdge *Bitmap )setEightFullBytes (_eabb int ,_abfc uint64 )error {if _eabb +7> len (_fdge .Data )-1{return _g .Error ("\u0073\u0065\u0074\u0045\u0069\u0067\u0068\u0074\u0042\u0079\u0074\u0065\u0073","\u0069n\u0064e\u0078\u0020\u006f\u0075\u0074 \u006f\u0066 \u0072\u0061\u006e\u0067\u0065"); +};_fdge .Data [_eabb ]=byte ((_abfc &0xff00000000000000)>>56);_fdge .Data [_eabb +1]=byte ((_abfc &0xff000000000000)>>48);_fdge .Data [_eabb +2]=byte ((_abfc &0xff0000000000)>>40);_fdge .Data [_eabb +3]=byte ((_abfc &0xff00000000)>>32);_fdge .Data [_eabb +4]=byte ((_abfc &0xff000000)>>24); +_fdge .Data [_eabb +5]=byte ((_abfc &0xff0000)>>16);_fdge .Data [_eabb +6]=byte ((_abfc &0xff00)>>8);_fdge .Data [_eabb +7]=byte (_abfc &0xff);return nil ;}; \ No newline at end of file diff --git a/internal/jbig2/decoder/arithmetic/arithmetic.go b/internal/jbig2/decoder/arithmetic/arithmetic.go index e8db12618..1243f034d 100644 --- a/internal/jbig2/decoder/arithmetic/arithmetic.go +++ b/internal/jbig2/decoder/arithmetic/arithmetic.go @@ -9,27 +9,27 @@ // Use of this source code is governed by the UniDoc End User License Agreement // terms that can be accessed at https://unidoc.io/eula/ -package arithmetic ;import (_da "fmt";_e "github.com/unidoc/unipdf/v3/common";_bc "github.com/unidoc/unipdf/v3/internal/bitwise";_bce "github.com/unidoc/unipdf/v3/internal/jbig2/internal";_c "io";_d "strings";);func New (r *_bc .Reader )(*Decoder ,error ){_cc :=&Decoder {_dd :r ,ContextSize :[]uint32 {16,13,10,10},ReferedToContextSize :[]uint32 {13,10}}; -if _fa :=_cc .init ();_fa !=nil {return nil ,_fa ;};return _cc ,nil ;};func (_fc *Decoder )DecodeBit (stats *DecoderStats )(int ,error ){var (_ff int ;_ed =_f [stats .cx ()][0];_ge =int32 (stats .cx ()););defer func (){_fc ._bd ++}();_fc ._dg -=_ed ;if (_fc ._bf >>16)< uint64 (_ed ){_ff =_fc .lpsExchange (stats ,_ge ,_ed ); -if _be :=_fc .renormalize ();_be !=nil {return 0,_be ;};}else {_fc ._bf -=uint64 (_ed )<<16;if (_fc ._dg &0x8000)==0{_ff =_fc .mpsExchange (stats ,_ge );if _fg :=_fc .renormalize ();_fg !=nil {return 0,_fg ;};}else {_ff =int (stats .getMps ());};};return _ff ,nil ; -};var (_f =[][4]uint32 {{0x5601,1,1,1},{0x3401,2,6,0},{0x1801,3,9,0},{0x0AC1,4,12,0},{0x0521,5,29,0},{0x0221,38,33,0},{0x5601,7,6,1},{0x5401,8,14,0},{0x4801,9,14,0},{0x3801,10,14,0},{0x3001,11,17,0},{0x2401,12,18,0},{0x1C01,13,20,0},{0x1601,29,21,0},{0x5601,15,14,1},{0x5401,16,14,0},{0x5101,17,15,0},{0x4801,18,16,0},{0x3801,19,17,0},{0x3401,20,18,0},{0x3001,21,19,0},{0x2801,22,19,0},{0x2401,23,20,0},{0x2201,24,21,0},{0x1C01,25,22,0},{0x1801,26,23,0},{0x1601,27,24,0},{0x1401,28,25,0},{0x1201,29,26,0},{0x1101,30,27,0},{0x0AC1,31,28,0},{0x09C1,32,29,0},{0x08A1,33,30,0},{0x0521,34,31,0},{0x0441,35,32,0},{0x02A1,36,33,0},{0x0221,37,34,0},{0x0141,38,35,0},{0x0111,39,36,0},{0x0085,40,37,0},{0x0049,41,38,0},{0x0025,42,39,0},{0x0015,43,40,0},{0x0009,44,41,0},{0x0005,45,42,0},{0x0001,45,43,0},{0x5601,46,46,0}}; -);type DecoderStats struct{_gd int32 ;_cad int32 ;_dgf []byte ;_eb []byte ;};func (_cb *Decoder )DecodeInt (stats *DecoderStats )(int32 ,error ){var (_fgg ,_gb int32 ;_fb ,_cg ,_bb int ;_bee error ;);if stats ==nil {stats =NewStats (512,1);};_cb ._g =1; -_cg ,_bee =_cb .decodeIntBit (stats );if _bee !=nil {return 0,_bee ;};_fb ,_bee =_cb .decodeIntBit (stats );if _bee !=nil {return 0,_bee ;};if _fb ==1{_fb ,_bee =_cb .decodeIntBit (stats );if _bee !=nil {return 0,_bee ;};if _fb ==1{_fb ,_bee =_cb .decodeIntBit (stats ); -if _bee !=nil {return 0,_bee ;};if _fb ==1{_fb ,_bee =_cb .decodeIntBit (stats );if _bee !=nil {return 0,_bee ;};if _fb ==1{_fb ,_bee =_cb .decodeIntBit (stats );if _bee !=nil {return 0,_bee ;};if _fb ==1{_bb =32;_gb =4436;}else {_bb =12;_gb =340;};}else {_bb =8; -_gb =84;};}else {_bb =6;_gb =20;};}else {_bb =4;_gb =4;};}else {_bb =2;_gb =0;};for _bdg :=0;_bdg < _bb ;_bdg ++{_fb ,_bee =_cb .decodeIntBit (stats );if _bee !=nil {return 0,_bee ;};_fgg =(_fgg <<1)|int32 (_fb );};_fgg +=_gb ;if _cg ==0{return _fgg ,nil ; -}else if _cg ==1&&_fgg > 0{return -_fgg ,nil ;};return 0,_bce .ErrOOB ;};func (_cd *Decoder )readByte ()error {if _cd ._dd .AbsolutePosition ()> _cd ._cf {if _ ,_ad :=_cd ._dd .Seek (-1,_c .SeekCurrent );_ad !=nil {return _ad ;};};_fd ,_ca :=_cd ._dd .ReadByte (); -if _ca !=nil {return _ca ;};_cd ._bg =_fd ;if _cd ._bg ==0xFF{_gc ,_df :=_cd ._dd .ReadByte ();if _df !=nil {return _df ;};if _gc > 0x8F{_cd ._bf +=0xFF00;_cd ._ce =8;if _ ,_daf :=_cd ._dd .Seek (-2,_c .SeekCurrent );_daf !=nil {return _daf ;};}else {_cd ._bf +=uint64 (_gc )<<9; -_cd ._ce =7;};}else {_fd ,_ca =_cd ._dd .ReadByte ();if _ca !=nil {return _ca ;};_cd ._bg =_fd ;_cd ._bf +=uint64 (_cd ._bg )<<8;_cd ._ce =8;};_cd ._bf &=0xFFFFFFFFFF;return nil ;};func (_db *Decoder )init ()error {_db ._cf =_db ._dd .AbsolutePosition (); -_dc ,_dgb :=_db ._dd .ReadByte ();if _dgb !=nil {_e .Log .Debug ("B\u0075\u0066\u0066\u0065\u0072\u0030 \u0072\u0065\u0061\u0064\u0042\u0079\u0074\u0065\u0020f\u0061\u0069\u006ce\u0064.\u0020\u0025\u0076",_dgb );return _dgb ;};_db ._bg =_dc ;_db ._bf =uint64 (_dc )<<16; -if _dgb =_db .readByte ();_dgb !=nil {return _dgb ;};_db ._bf <<=7;_db ._ce -=7;_db ._dg =0x8000;_db ._bd ++;return nil ;};func (_bbg *DecoderStats )SetIndex (index int32 ){_bbg ._gd =index };type Decoder struct{ContextSize []uint32 ;ReferedToContextSize []uint32 ; -_dd *_bc .Reader ;_bg uint8 ;_bf uint64 ;_dg uint32 ;_g int64 ;_ce int32 ;_bd int32 ;_cf int64 ;};func (_ccd *Decoder )decodeIntBit (_dbc *DecoderStats )(int ,error ){_dbc .SetIndex (int32 (_ccd ._g ));_bdf ,_fcc :=_ccd .DecodeBit (_dbc );if _fcc !=nil {_e .Log .Debug ("\u0041\u0072\u0069\u0074\u0068\u006d\u0065t\u0069\u0063\u0044e\u0063\u006f\u0064e\u0072\u0020'\u0064\u0065\u0063\u006f\u0064\u0065I\u006etB\u0069\u0074\u0027\u002d\u003e\u0020\u0044\u0065\u0063\u006f\u0064\u0065\u0042\u0069\u0074\u0020\u0066\u0061\u0069\u006c\u0065\u0064\u002e\u0020\u0025\u0076",_fcc ); -return _bdf ,_fcc ;};if _ccd ._g < 256{_ccd ._g =((_ccd ._g <>16)< uint64 (_edg ){_fb =_feg .lpsExchange (stats ,_fd ,_edg );if _dc :=_feg .renormalize ();_dc !=nil {return 0,_dc ;};}else {_feg ._dd -=uint64 (_edg )<<16; +if (_feg ._dab &0x8000)==0{_fb =_feg .mpsExchange (stats ,_fd );if _g :=_feg .renormalize ();_g !=nil {return 0,_g ;};}else {_fb =int (stats .getMps ());};};return _fb ,nil ;};func (_bab *Decoder )lpsExchange (_ae *DecoderStats ,_ff int32 ,_dcc uint32 )int {_ggcb :=_ae .getMps (); +if _bab ._dab < _dcc {_ae .setEntry (int (_ed [_ff ][1]));_bab ._dab =_dcc ;return int (_ggcb );};if _ed [_ff ][3]==1{_ae .toggleMps ();};_ae .setEntry (int (_ed [_ff ][2]));_bab ._dab =_dcc ;return int (1-_ggcb );};func (_dede *DecoderStats )String ()string {_ebf :=&_c .Builder {}; +_ebf .WriteString (_b .Sprintf ("S\u0074\u0061\u0074\u0073\u003a\u0020\u0020\u0025\u0064\u000a",len (_dede ._dgg )));for _eac ,_ec :=range _dede ._dgg {if _ec !=0{_ebf .WriteString (_b .Sprintf ("N\u006f\u0074\u0020\u007aer\u006f \u0061\u0074\u003a\u0020\u0025d\u0020\u002d\u0020\u0025\u0064\u000a",_eac ,_ec )); +};};return _ebf .String ();};func (_edc *DecoderStats )toggleMps (){_edc ._dgga [_edc ._dbe ]^=1};func (_bb *DecoderStats )Copy ()*DecoderStats {_ef :=&DecoderStats {_gfd :_bb ._gfd ,_dgg :make ([]byte ,_bb ._gfd )};copy (_ef ._dgg ,_bb ._dgg );return _ef ; +};func (_eaa *DecoderStats )SetIndex (index int32 ){_eaa ._dbe =index };func (_fef *DecoderStats )setEntry (_gd int ){_geg :=byte (_gd &0x7f);_fef ._dgg [_fef ._dbe ]=_geg };func (_cfa *DecoderStats )cx ()byte {return _cfa ._dgg [_cfa ._dbe ]};func (_caa *Decoder )mpsExchange (_db *DecoderStats ,_eba int32 )int {_ga :=_db ._dgga [_db ._dbe ]; +if _caa ._dab < _ed [_eba ][0]{if _ed [_eba ][3]==1{_db .toggleMps ();};_db .setEntry (int (_ed [_eba ][2]));return int (1-_ga );};_db .setEntry (int (_ed [_eba ][1]));return int (_ga );};func (_efa *DecoderStats )getMps ()byte {return _efa ._dgga [_efa ._dbe ]}; +func NewStats (contextSize int32 ,index int32 )*DecoderStats {return &DecoderStats {_dbe :index ,_gfd :contextSize ,_dgg :make ([]byte ,contextSize ),_dgga :make ([]byte ,contextSize )};};var (_ed =[][4]uint32 {{0x5601,1,1,1},{0x3401,2,6,0},{0x1801,3,9,0},{0x0AC1,4,12,0},{0x0521,5,29,0},{0x0221,38,33,0},{0x5601,7,6,1},{0x5401,8,14,0},{0x4801,9,14,0},{0x3801,10,14,0},{0x3001,11,17,0},{0x2401,12,18,0},{0x1C01,13,20,0},{0x1601,29,21,0},{0x5601,15,14,1},{0x5401,16,14,0},{0x5101,17,15,0},{0x4801,18,16,0},{0x3801,19,17,0},{0x3401,20,18,0},{0x3001,21,19,0},{0x2801,22,19,0},{0x2401,23,20,0},{0x2201,24,21,0},{0x1C01,25,22,0},{0x1801,26,23,0},{0x1601,27,24,0},{0x1401,28,25,0},{0x1201,29,26,0},{0x1101,30,27,0},{0x0AC1,31,28,0},{0x09C1,32,29,0},{0x08A1,33,30,0},{0x0521,34,31,0},{0x0441,35,32,0},{0x02A1,36,33,0},{0x0221,37,34,0},{0x0141,38,35,0},{0x0111,39,36,0},{0x0085,40,37,0},{0x0049,41,38,0},{0x0025,42,39,0},{0x0015,43,40,0},{0x0009,44,41,0},{0x0005,45,42,0},{0x0001,45,43,0},{0x5601,46,46,0}}; +);func (_cdg *DecoderStats )Reset (){for _ab :=0;_ab < len (_cdg ._dgg );_ab ++{_cdg ._dgg [_ab ]=0;_cdg ._dgga [_ab ]=0;};};func (_fee *Decoder )DecodeIAID (codeLen uint64 ,stats *DecoderStats )(int64 ,error ){_fee ._cf =1;var _ad uint64 ;for _ad =0;_ad < codeLen ; +_ad ++{stats .SetIndex (int32 (_fee ._cf ));_age ,_ca :=_fee .DecodeBit (stats );if _ca !=nil {return 0,_ca ;};_fee ._cf =(_fee ._cf <<1)|int64 (_age );};_bac :=_fee ._cf -(1< 0{return -_ded ,nil ;};return 0,_cc .ErrOOB ;};func (_deg *Decoder )readByte ()error {if _deg ._da .AbsolutePosition ()> _deg ._ccd {if _ ,_eb :=_deg ._da .Seek (-1,_e .SeekCurrent ); +_eb !=nil {return _eb ;};};_df ,_ada :=_deg ._da .ReadByte ();if _ada !=nil {return _ada ;};_deg ._ag =_df ;if _deg ._ag ==0xFF{_dec ,_gff :=_deg ._da .ReadByte ();if _gff !=nil {return _gff ;};if _dec > 0x8F{_deg ._dd +=0xFF00;_deg ._de =8;if _ ,_cg :=_deg ._da .Seek (-2,_e .SeekCurrent ); +_cg !=nil {return _cg ;};}else {_deg ._dd +=uint64 (_dec )<<9;_deg ._de =7;};}else {_df ,_ada =_deg ._da .ReadByte ();if _ada !=nil {return _ada ;};_deg ._ag =_df ;_deg ._dd +=uint64 (_deg ._ag )<<8;_deg ._de =8;};_deg ._dd &=0xFFFFFFFFFF;return nil ;}; diff --git a/internal/jbig2/decoder/decoder.go b/internal/jbig2/decoder/decoder.go index 296f8c9da..368c5646e 100644 --- a/internal/jbig2/decoder/decoder.go +++ b/internal/jbig2/decoder/decoder.go @@ -9,14 +9,14 @@ // Use of this source code is governed by the UniDoc End User License Agreement // terms that can be accessed at https://unidoc.io/eula/ -package decoder ;import (_b "github.com/unidoc/unipdf/v3/internal/bitwise";_bg "github.com/unidoc/unipdf/v3/internal/jbig2/bitmap";_bf "github.com/unidoc/unipdf/v3/internal/jbig2/document";_e "github.com/unidoc/unipdf/v3/internal/jbig2/errors";_fc "image"; -);func (_g *Decoder )DecodePage (pageNumber int )([]byte ,error ){return _g .decodePage (pageNumber )};type Parameters struct{UnpaddedData bool ;Color _bg .Color ;};func (_cc *Decoder )DecodeNextPage ()([]byte ,error ){_cc ._ea ++;_ag :=_cc ._ea ;return _cc .decodePage (_ag ); -};func (_ec *Decoder )PageNumber ()(int ,error ){const _gge ="\u0044e\u0063o\u0064\u0065\u0072\u002e\u0050a\u0067\u0065N\u0075\u006d\u0062\u0065\u0072";if _ec ._c ==nil {return 0,_e .Error (_gge ,"d\u0065\u0063\u006f\u0064\u0065\u0072 \u006e\u006f\u0074\u0020\u0069\u006e\u0069\u0074\u0069a\u006c\u0069\u007ae\u0064 \u0079\u0065\u0074"); -};return int (_ec ._c .NumberOfPages ),nil ;};func (_a *Decoder )DecodePageImage (pageNumber int )(_fc .Image ,error ){const _fa ="\u0064\u0065\u0063od\u0065\u0072\u002e\u0044\u0065\u0063\u006f\u0064\u0065\u0050\u0061\u0067\u0065\u0049\u006d\u0061\u0067\u0065"; -_cf ,_gg :=_a .decodePageImage (pageNumber );if _gg !=nil {return nil ,_e .Wrap (_gg ,_fa ,"");};return _cf ,nil ;};func Decode (input []byte ,parameters Parameters ,globals *_bf .Globals )(*Decoder ,error ){_cca :=_b .NewReader (input );_dd ,_eeg :=_bf .DecodeDocument (_cca ,globals ); -if _eeg !=nil {return nil ,_eeg ;};return &Decoder {_fd :_cca ,_c :_dd ,_eaf :parameters },nil ;};func (_d *Decoder )decodePage (_ee int )([]byte ,error ){const _gb ="\u0064\u0065\u0063\u006f\u0064\u0065\u0050\u0061\u0067\u0065";if _ee < 0{return nil ,_e .Errorf (_gb ,"\u0069n\u0076\u0061\u006c\u0069d\u0020\u0070\u0061\u0067\u0065 \u006eu\u006db\u0065\u0072\u003a\u0020\u0027\u0025\u0064'",_ee ); -};if _ee > int (_d ._c .NumberOfPages ){return nil ,_e .Errorf (_gb ,"p\u0061\u0067\u0065\u003a\u0020\u0027%\u0064\u0027\u0020\u006e\u006f\u0074 \u0066\u006f\u0075\u006e\u0064\u0020\u0069n\u0020\u0074\u0068\u0065\u0020\u0064\u0065\u0063\u006f\u0064e\u0072",_ee ); -};_bge ,_ce :=_d ._c .GetPage (_ee );if _ce !=nil {return nil ,_e .Wrap (_ce ,_gb ,"");};_bgg ,_ce :=_bge .GetBitmap ();if _ce !=nil {return nil ,_e .Wrap (_ce ,_gb ,"");};_bgg .InverseData ();if !_d ._eaf .UnpaddedData {return _bgg .Data ,nil ;};return _bgg .GetUnpaddedData (); -};type Decoder struct{_fd *_b .Reader ;_c *_bf .Document ;_ea int ;_eaf Parameters ;};func (_eg *Decoder )decodePageImage (_db int )(_fc .Image ,error ){const _ef ="\u0064e\u0063o\u0064\u0065\u0050\u0061\u0067\u0065\u0049\u006d\u0061\u0067\u0065";if _db < 0{return nil ,_e .Errorf (_ef ,"\u0069n\u0076\u0061\u006c\u0069d\u0020\u0070\u0061\u0067\u0065 \u006eu\u006db\u0065\u0072\u003a\u0020\u0027\u0025\u0064'",_db ); -};if _db > int (_eg ._c .NumberOfPages ){return nil ,_e .Errorf (_ef ,"p\u0061\u0067\u0065\u003a\u0020\u0027%\u0064\u0027\u0020\u006e\u006f\u0074 \u0066\u006f\u0075\u006e\u0064\u0020\u0069n\u0020\u0074\u0068\u0065\u0020\u0064\u0065\u0063\u006f\u0064e\u0072",_db ); -};_agg ,_fe :=_eg ._c .GetPage (_db );if _fe !=nil {return nil ,_e .Wrap (_fe ,_ef ,"");};_gf ,_fe :=_agg .GetBitmap ();if _fe !=nil {return nil ,_e .Wrap (_fe ,_ef ,"");};_gf .InverseData ();return _gf .ToImage (),nil ;}; \ No newline at end of file +package decoder ;import (_c "github.com/unidoc/unipdf/v3/internal/bitwise";_a "github.com/unidoc/unipdf/v3/internal/jbig2/bitmap";_ae "github.com/unidoc/unipdf/v3/internal/jbig2/document";_gf "github.com/unidoc/unipdf/v3/internal/jbig2/errors";_f "image"; +);func (_ce *Decoder )DecodePage (pageNumber int )([]byte ,error ){return _ce .decodePage (pageNumber )};func (_fa *Decoder )decodePage (_bb int )([]byte ,error ){const _abb ="\u0064\u0065\u0063\u006f\u0064\u0065\u0050\u0061\u0067\u0065";if _bb < 0{return nil ,_gf .Errorf (_abb ,"\u0069n\u0076\u0061\u006c\u0069d\u0020\u0070\u0061\u0067\u0065 \u006eu\u006db\u0065\u0072\u003a\u0020\u0027\u0025\u0064'",_bb ); +};if _bb > int (_fa ._b .NumberOfPages ){return nil ,_gf .Errorf (_abb ,"p\u0061\u0067\u0065\u003a\u0020\u0027%\u0064\u0027\u0020\u006e\u006f\u0074 \u0066\u006f\u0075\u006e\u0064\u0020\u0069n\u0020\u0074\u0068\u0065\u0020\u0064\u0065\u0063\u006f\u0064e\u0072",_bb ); +};_cg ,_ec :=_fa ._b .GetPage (_bb );if _ec !=nil {return nil ,_gf .Wrap (_ec ,_abb ,"");};_df ,_ec :=_cg .GetBitmap ();if _ec !=nil {return nil ,_gf .Wrap (_ec ,_abb ,"");};_df .InverseData ();if !_fa ._e .UnpaddedData {return _df .Data ,nil ;};return _df .GetUnpaddedData (); +};func (_bg *Decoder )DecodePageImage (pageNumber int )(_f .Image ,error ){const _fb ="\u0064\u0065\u0063od\u0065\u0072\u002e\u0044\u0065\u0063\u006f\u0064\u0065\u0050\u0061\u0067\u0065\u0049\u006d\u0061\u0067\u0065";_ada ,_aa :=_bg .decodePageImage (pageNumber ); +if _aa !=nil {return nil ,_gf .Wrap (_aa ,_fb ,"");};return _ada ,nil ;};func (_d *Decoder )PageNumber ()(int ,error ){const _fbf ="\u0044e\u0063o\u0064\u0065\u0072\u002e\u0050a\u0067\u0065N\u0075\u006d\u0062\u0065\u0072";if _d ._b ==nil {return 0,_gf .Error (_fbf ,"d\u0065\u0063\u006f\u0064\u0065\u0072 \u006e\u006f\u0074\u0020\u0069\u006e\u0069\u0074\u0069a\u006c\u0069\u007ae\u0064 \u0079\u0065\u0074"); +};return int (_d ._b .NumberOfPages ),nil ;};func Decode (input []byte ,parameters Parameters ,globals *_ae .Globals )(*Decoder ,error ){_cb :=_c .NewReader (input );_bd ,_cca :=_ae .DecodeDocument (_cb ,globals );if _cca !=nil {return nil ,_cca ;};return &Decoder {_ad :_cb ,_b :_bd ,_e :parameters },nil ; +};type Parameters struct{UnpaddedData bool ;Color _a .Color ;};func (_cc *Decoder )DecodeNextPage ()([]byte ,error ){_cc ._ab ++;_aea :=_cc ._ab ;return _cc .decodePage (_aea );};type Decoder struct{_ad *_c .Reader ;_b *_ae .Document ;_ab int ;_e Parameters ; +};func (_ag *Decoder )decodePageImage (_ed int )(_f .Image ,error ){const _ced ="\u0064e\u0063o\u0064\u0065\u0050\u0061\u0067\u0065\u0049\u006d\u0061\u0067\u0065";if _ed < 0{return nil ,_gf .Errorf (_ced ,"\u0069n\u0076\u0061\u006c\u0069d\u0020\u0070\u0061\u0067\u0065 \u006eu\u006db\u0065\u0072\u003a\u0020\u0027\u0025\u0064'",_ed ); +};if _ed > int (_ag ._b .NumberOfPages ){return nil ,_gf .Errorf (_ced ,"p\u0061\u0067\u0065\u003a\u0020\u0027%\u0064\u0027\u0020\u006e\u006f\u0074 \u0066\u006f\u0075\u006e\u0064\u0020\u0069n\u0020\u0074\u0068\u0065\u0020\u0064\u0065\u0063\u006f\u0064e\u0072",_ed ); +};_eb ,_gc :=_ag ._b .GetPage (_ed );if _gc !=nil {return nil ,_gf .Wrap (_gc ,_ced ,"");};_da ,_gc :=_eb .GetBitmap ();if _gc !=nil {return nil ,_gf .Wrap (_gc ,_ced ,"");};_da .InverseData ();return _da .ToImage (),nil ;}; \ No newline at end of file diff --git a/internal/jbig2/decoder/huffman/huffman.go b/internal/jbig2/decoder/huffman/huffman.go index 52a71ee0c..8e8b3ad2d 100644 --- a/internal/jbig2/decoder/huffman/huffman.go +++ b/internal/jbig2/decoder/huffman/huffman.go @@ -9,35 +9,34 @@ // Use of this source code is governed by the UniDoc End User License Agreement // terms that can be accessed at https://unidoc.io/eula/ -package huffman ;import (_ec "errors";_e "fmt";_de "github.com/unidoc/unipdf/v3/internal/bitwise";_db "github.com/unidoc/unipdf/v3/internal/jbig2/internal";_f "math";_dg "strings";);func (_ac *FixedSizeTable )RootNode ()*InternalNode {return _ac ._ccb }; -type EncodedTable struct{BasicTabler ;_bg *InternalNode ;};func _fe (_ge *Code )*ValueNode {return &ValueNode {_daf :_ge ._bgac ,_gc :_ge ._fgg ,_efe :_ge ._be }};func NewCode (prefixLength ,rangeLength ,rangeLow int32 ,isLowerRange bool )*Code {return &Code {_gag :prefixLength ,_bgac :rangeLength ,_fgg :rangeLow ,_be :isLowerRange ,_bc :-1}; -};type OutOfBandNode struct{};func (_add *StandardTable )RootNode ()*InternalNode {return _add ._dbgc };func (_efg *ValueNode )String ()string {return _e .Sprintf ("\u0025\u0064\u002f%\u0064",_efg ._daf ,_efg ._gc );};type InternalNode struct{_daa int32 ; -_bad Node ;_ggg Node ;};func (_bdg *InternalNode )append (_eg *Code )(_gfb error ){if _eg ._gag ==0{return nil ;};_dgf :=_eg ._gag -1-_bdg ._daa ;if _dgf < 0{return _ec .New ("\u004e\u0065\u0067\u0061\u0074\u0069\u0076\u0065\u0020\u0073\u0068\u0069\u0066\u0074\u0069n\u0067 \u0069\u0073\u0020\u006e\u006f\u0074\u0020\u0061\u006c\u006c\u006f\u0077\u0065\u0064"); -};_ad :=(_eg ._bc >>uint (_dgf ))&0x1;if _dgf ==0{if _eg ._bgac ==-1{if _ad ==1{if _bdg ._ggg !=nil {return _e .Errorf ("O\u004f\u0042\u0020\u0061\u006c\u0072e\u0061\u0064\u0079\u0020\u0073\u0065\u0074\u0020\u0066o\u0072\u0020\u0063o\u0064e\u0020\u0025\u0073",_eg ); -};_bdg ._ggg =_eaa (_eg );}else {if _bdg ._bad !=nil {return _e .Errorf ("O\u004f\u0042\u0020\u0061\u006c\u0072e\u0061\u0064\u0079\u0020\u0073\u0065\u0074\u0020\u0066o\u0072\u0020\u0063o\u0064e\u0020\u0025\u0073",_eg );};_bdg ._bad =_eaa (_eg );};}else {if _ad ==1{if _bdg ._ggg !=nil {return _e .Errorf ("\u0056\u0061\u006cue\u0020\u004e\u006f\u0064\u0065\u0020\u0061\u006c\u0072e\u0061d\u0079 \u0073e\u0074\u0020\u0066\u006f\u0072\u0020\u0063\u006f\u0064\u0065\u0020\u0025\u0073",_eg ); -};_bdg ._ggg =_fe (_eg );}else {if _bdg ._bad !=nil {return _e .Errorf ("\u0056\u0061\u006cue\u0020\u004e\u006f\u0064\u0065\u0020\u0061\u006c\u0072e\u0061d\u0079 \u0073e\u0074\u0020\u0066\u006f\u0072\u0020\u0063\u006f\u0064\u0065\u0020\u0025\u0073",_eg ); -};_bdg ._bad =_fe (_eg );};};}else {if _ad ==1{if _bdg ._ggg ==nil {_bdg ._ggg =_cad (_bdg ._daa +1);};if _gfb =_bdg ._ggg .(*InternalNode ).append (_eg );_gfb !=nil {return _gfb ;};}else {if _bdg ._bad ==nil {_bdg ._bad =_cad (_bdg ._daa +1);};if _gfb =_bdg ._bad .(*InternalNode ).append (_eg ); -_gfb !=nil {return _gfb ;};};};return nil ;};var _ Node =&InternalNode {};func (_ae *OutOfBandNode )Decode (r *_de .Reader )(int64 ,error ){return 0,_db .ErrOOB };var _ Node =&OutOfBandNode {};type Code struct{_gag int32 ;_bgac int32 ;_fgg int32 ;_be bool ; -_bc int32 ;};func _eaa (_gad *Code )*OutOfBandNode {return &OutOfBandNode {}};func NewFixedSizeTable (codeTable []*Code )(*FixedSizeTable ,error ){_ca :=&FixedSizeTable {_ccb :&InternalNode {}};if _abb :=_ca .InitTree (codeTable );_abb !=nil {return nil ,_abb ; -};return _ca ,nil ;};func (_dd *EncodedTable )InitTree (codeTable []*Code )error {_bade (codeTable );for _ ,_fc :=range codeTable {if _g :=_dd ._bg .append (_fc );_g !=nil {return _g ;};};return nil ;};type FixedSizeTable struct{_ccb *InternalNode };var _ Node =&ValueNode {}; -func (_ecf *StandardTable )String ()string {return _ecf ._dbgc .String ()+"\u000a"};func (_afd *InternalNode )Decode (r *_de .Reader )(int64 ,error ){_fed ,_bd :=r .ReadBit ();if _bd !=nil {return 0,_bd ;};if _fed ==0{return _afd ._bad .Decode (r );};return _afd ._ggg .Decode (r ); -};func (_bf *EncodedTable )RootNode ()*InternalNode {return _bf ._bg };type StandardTable struct{_dbgc *InternalNode };func _cad (_bdd int32 )*InternalNode {return &InternalNode {_daa :_bdd }};type ValueNode struct{_daf int32 ;_gc int32 ;_efe bool ;};func (_af *ValueNode )Decode (r *_de .Reader )(int64 ,error ){_ff ,_cbb :=r .ReadBits (byte (_af ._daf )); -if _cbb !=nil {return 0,_cbb ;};if _af ._efe {_ff =-_ff ;};return int64 (_af ._gc )+int64 (_ff ),nil ;};type Node interface{Decode (_cb *_de .Reader )(int64 ,error );String ()string ;};func NewEncodedTable (table BasicTabler )(*EncodedTable ,error ){_c :=&EncodedTable {_bg :&InternalNode {},BasicTabler :table }; -if _fg :=_c .parseTable ();_fg !=nil {return nil ,_fg ;};return _c ,nil ;};func (_ag *OutOfBandNode )String ()string {return _e .Sprintf ("\u0025\u0030\u00364\u0062",int64 (_f .MaxInt64 ));};func (_abg *StandardTable )Decode (r *_de .Reader )(int64 ,error ){return _abg ._dbgc .Decode (r )}; -var _efga =make ([]Tabler ,len (_agce ));type Tabler interface{Decode (_feb *_de .Reader )(int64 ,error );InitTree (_aga []*Code )error ;String ()string ;RootNode ()*InternalNode ;};func _bade (_abca []*Code ){var _bef int32 ;for _ ,_fea :=range _abca {_bef =_gecf (_bef ,_fea ._gag ); -};_dafe :=make ([]int32 ,_bef +1);for _ ,_aa :=range _abca {_dafe [_aa ._gag ]++;};var _bgb int32 ;_fdd :=make ([]int32 ,len (_dafe )+1);_dafe [0]=0;for _gfg :=int32 (1);_gfg <=int32 (len (_dafe ));_gfg ++{_fdd [_gfg ]=(_fdd [_gfg -1]+(_dafe [_gfg -1]))<<1; -_bgb =_fdd [_gfg ];for _ ,_dfec :=range _abca {if _dfec ._gag ==_gfg {_dfec ._bc =_bgb ;_bgb ++;};};};};func (_eb *InternalNode )String ()string {_cbf :=&_dg .Builder {};_cbf .WriteString ("\u000a");_eb .pad (_cbf );_cbf .WriteString ("\u0030\u003a\u0020"); -_cbf .WriteString (_eb ._bad .String ()+"\u000a");_eb .pad (_cbf );_cbf .WriteString ("\u0031\u003a\u0020");_cbf .WriteString (_eb ._ggg .String ()+"\u000a");return _cbf .String ();};var _ Tabler =&EncodedTable {};func (_bga *FixedSizeTable )InitTree (codeTable []*Code )error {_bade (codeTable ); -for _ ,_gg :=range codeTable {_gf :=_bga ._ccb .append (_gg );if _gf !=nil {return _gf ;};};return nil ;};func (_cfb *StandardTable )InitTree (codeTable []*Code )error {_bade (codeTable );for _ ,_gd :=range codeTable {if _fa :=_cfb ._dbgc .append (_gd ); -_fa !=nil {return _fa ;};};return nil ;};func (_df *EncodedTable )String ()string {return _df ._bg .String ()+"\u000a"};func _gecf (_dgg ,_fae int32 )int32 {if _dgg > _fae {return _dgg ;};return _fae ;};func _cef (_dee ,_dc int32 )string {var _bbe int32 ; -_gff :=make ([]rune ,_dc );for _bddg :=int32 (1);_bddg <=_dc ;_bddg ++{_bbe =_dee >>uint (_dc -_bddg )&1;if _bbe !=0{_gff [_bddg -1]='1';}else {_gff [_bddg -1]='0';};};return string (_gff );};func (_ab *EncodedTable )parseTable ()error {var (_cf []*Code ; -_fd ,_bgd ,_ed int32 ;_cc uint64 ;_ba error ;);_ea :=_ab .StreamReader ();_ce :=_ab .HtLow ();for _ce < _ab .HtHigh (){_cc ,_ba =_ea .ReadBits (byte (_ab .HtPS ()));if _ba !=nil {return _ba ;};_fd =int32 (_cc );_cc ,_ba =_ea .ReadBits (byte (_ab .HtRS ())); -if _ba !=nil {return _ba ;};_bgd =int32 (_cc );_cf =append (_cf ,NewCode (_fd ,_bgd ,_ed ,false ));_ce +=1< len (_efga ){return nil ,_ec .New ("\u0049n\u0064e\u0078\u0020\u006f\u0075\u0074 \u006f\u0066 \u0072\u0061\u006e\u0067\u0065"); -};_dfea :=_efga [number -1];if _dfea ==nil {var _dbe error ;_dfea ,_dbe =_fb (_agce [number -1]);if _dbe !=nil {return nil ,_dbe ;};_efga [number -1]=_dfea ;};return _dfea ,nil ;};func (_bfg *InternalNode )pad (_eae *_dg .Builder ){for _dfe :=int32 (0); -_dfe < _bfg ._daa ;_dfe ++{_eae .WriteString ("\u0020\u0020\u0020");};};type BasicTabler interface{HtHigh ()int32 ;HtLow ()int32 ;StreamReader ()*_de .Reader ;HtPS ()int32 ;HtRS ()int32 ;HtOOB ()int32 ;};func (_a *EncodedTable )Decode (r *_de .Reader )(int64 ,error ){return _a ._bg .Decode (r )}; -func _fb (_bb [][]int32 )(*StandardTable ,error ){var _ega []*Code ;for _ee :=0;_ee < len (_bb );_ee ++{_cbbb :=_bb [_ee ][0];_agb :=_bb [_ee ][1];_agc :=_bb [_ee ][2];var _gdg bool ;if len (_bb [_ee ])> 3{_gdg =true ;};_ega =append (_ega ,NewCode (_cbbb ,_agb ,_agc ,_gdg )); -};_fdc :=&StandardTable {_dbgc :_cad (0)};if _adc :=_fdc .InitTree (_ega );_adc !=nil {return nil ,_adc ;};return _fdc ,nil ;}; \ No newline at end of file +package huffman ;import (_df "errors";_d "fmt";_c "github.com/unidoc/unipdf/v3/internal/bitwise";_g "github.com/unidoc/unipdf/v3/internal/jbig2/internal";_a "math";_ec "strings";);func (_cg *InternalNode )pad (_ggc *_ec .Builder ){for _baa :=int32 (0); +_baa < _cg ._fa ;_baa ++{_ggc .WriteString ("\u0020\u0020\u0020");};};func (_fge *FixedSizeTable )InitTree (codeTable []*Code )error {_fef (codeTable );for _ ,_de :=range codeTable {_dd :=_fge ._bd .append (_de );if _dd !=nil {return _dd ;};};return nil ; +};func (_fg *FixedSizeTable )Decode (r *_c .Reader )(int64 ,error ){return _fg ._bd .Decode (r )};type EncodedTable struct{BasicTabler ;_cc *InternalNode ;};func (_ee *InternalNode )String ()string {_gbf :=&_ec .Builder {};_gbf .WriteString ("\u000a"); +_ee .pad (_gbf );_gbf .WriteString ("\u0030\u003a\u0020");_gbf .WriteString (_ee ._dcd .String ()+"\u000a");_ee .pad (_gbf );_gbf .WriteString ("\u0031\u003a\u0020");_gbf .WriteString (_ee ._bgd .String ()+"\u000a");return _gbf .String ();};type ValueNode struct{_cd int32 ; +_dfac int32 ;_gdb bool ;};func (_dfa *EncodedTable )InitTree (codeTable []*Code )error {_fef (codeTable );for _ ,_cb :=range codeTable {if _gd :=_dfa ._cc .append (_cb );_gd !=nil {return _gd ;};};return nil ;};type OutOfBandNode struct{};func _gbg (_cgc int32 )*InternalNode {return &InternalNode {_fa :_cgc }}; +var _ Node =&InternalNode {};func (_fgcg *StandardTable )RootNode ()*InternalNode {return _fgcg ._ga };func (_deb *StandardTable )InitTree (codeTable []*Code )error {_fef (codeTable );for _ ,_fgc :=range codeTable {if _bf :=_deb ._ga .append (_fgc );_bf !=nil {return _bf ; +};};return nil ;};type Tabler interface{Decode (_cgg *_c .Reader )(int64 ,error );InitTree (_bgg []*Code )error ;String ()string ;RootNode ()*InternalNode ;};type BasicTabler interface{HtHigh ()int32 ;HtLow ()int32 ;StreamReader ()*_c .Reader ;HtPS ()int32 ; +HtRS ()int32 ;HtOOB ()int32 ;};func (_fcg *InternalNode )append (_dbab *Code )(_ggf error ){if _dbab ._ega ==0{return nil ;};_agf :=_dbab ._ega -1-_fcg ._fa ;if _agf < 0{return _df .New ("\u004e\u0065\u0067\u0061\u0074\u0069\u0076\u0065\u0020\u0073\u0068\u0069\u0066\u0074\u0069n\u0067 \u0069\u0073\u0020\u006e\u006f\u0074\u0020\u0061\u006c\u006c\u006f\u0077\u0065\u0064"); +};_eac :=(_dbab ._ebd >>uint (_agf ))&0x1;if _agf ==0{if _dbab ._bag ==-1{if _eac ==1{if _fcg ._bgd !=nil {return _d .Errorf ("O\u004f\u0042\u0020\u0061\u006c\u0072e\u0061\u0064\u0079\u0020\u0073\u0065\u0074\u0020\u0066o\u0072\u0020\u0063o\u0064e\u0020\u0025\u0073",_dbab ); +};_fcg ._bgd =_fe (_dbab );}else {if _fcg ._dcd !=nil {return _d .Errorf ("O\u004f\u0042\u0020\u0061\u006c\u0072e\u0061\u0064\u0079\u0020\u0073\u0065\u0074\u0020\u0066o\u0072\u0020\u0063o\u0064e\u0020\u0025\u0073",_dbab );};_fcg ._dcd =_fe (_dbab );};}else {if _eac ==1{if _fcg ._bgd !=nil {return _d .Errorf ("\u0056\u0061\u006cue\u0020\u004e\u006f\u0064\u0065\u0020\u0061\u006c\u0072e\u0061d\u0079 \u0073e\u0074\u0020\u0066\u006f\u0072\u0020\u0063\u006f\u0064\u0065\u0020\u0025\u0073",_dbab ); +};_fcg ._bgd =_cdc (_dbab );}else {if _fcg ._dcd !=nil {return _d .Errorf ("\u0056\u0061\u006cue\u0020\u004e\u006f\u0064\u0065\u0020\u0061\u006c\u0072e\u0061d\u0079 \u0073e\u0074\u0020\u0066\u006f\u0072\u0020\u0063\u006f\u0064\u0065\u0020\u0025\u0073",_dbab ); +};_fcg ._dcd =_cdc (_dbab );};};}else {if _eac ==1{if _fcg ._bgd ==nil {_fcg ._bgd =_gbg (_fcg ._fa +1);};if _ggf =_fcg ._bgd .(*InternalNode ).append (_dbab );_ggf !=nil {return _ggf ;};}else {if _fcg ._dcd ==nil {_fcg ._dcd =_gbg (_fcg ._fa +1);};if _ggf =_fcg ._dcd .(*InternalNode ).append (_dbab ); +_ggf !=nil {return _ggf ;};};};return nil ;};var _ Node =&ValueNode {};type Code struct{_ega int32 ;_bag int32 ;_fgd int32 ;_gfc bool ;_ebd int32 ;};func GetStandardTable (number int )(Tabler ,error ){if number <=0||number > len (_dddd ){return nil ,_df .New ("\u0049n\u0064e\u0078\u0020\u006f\u0075\u0074 \u006f\u0066 \u0072\u0061\u006e\u0067\u0065"); +};_cgd :=_dddd [number -1];if _cgd ==nil {var _gc error ;_cgd ,_gc =_aag (_dgc [number -1]);if _gc !=nil {return nil ,_gc ;};_dddd [number -1]=_cgd ;};return _cgd ,nil ;};func (_bg *OutOfBandNode )String ()string {return _d .Sprintf ("\u0025\u0030\u00364\u0062",int64 (_a .MaxInt64 )); +};var _dddd =make ([]Tabler ,len (_dgc ));func (_gg *OutOfBandNode )Decode (r *_c .Reader )(int64 ,error ){return 0,_g .ErrOOB };func (_fbd *ValueNode )Decode (r *_c .Reader )(int64 ,error ){_ggg ,_be :=r .ReadBits (byte (_fbd ._cd ));if _be !=nil {return 0,_be ; +};if _fbd ._gdb {_ggg =-_ggg ;};return int64 (_fbd ._dfac )+int64 (_ggg ),nil ;};type StandardTable struct{_ga *InternalNode };type FixedSizeTable struct{_bd *InternalNode };func NewFixedSizeTable (codeTable []*Code )(*FixedSizeTable ,error ){_ccd :=&FixedSizeTable {_bd :&InternalNode {}}; +if _ef :=_ccd .InitTree (codeTable );_ef !=nil {return nil ,_ef ;};return _ccd ,nil ;};var _ Tabler =&EncodedTable {};type InternalNode struct{_fa int32 ;_dcd Node ;_bgd Node ;};type Node interface{Decode (_ecg *_c .Reader )(int64 ,error );String ()string ; +};func _fef (_eaa []*Code ){var _bge int32 ;for _ ,_dcb :=range _eaa {_bge =_ddddg (_bge ,_dcb ._ega );};_gbd :=make ([]int32 ,_bge +1);for _ ,_fcd :=range _eaa {_gbd [_fcd ._ega ]++;};var _cbf int32 ;_ccg :=make ([]int32 ,len (_gbd )+1);_gbd [0]=0;for _bfa :=int32 (1); +_bfa <=int32 (len (_gbd ));_bfa ++{_ccg [_bfa ]=(_ccg [_bfa -1]+(_gbd [_bfa -1]))<<1;_cbf =_ccg [_bfa ];for _ ,_cdb :=range _eaa {if _cdb ._ega ==_bfa {_cdb ._ebd =_cbf ;_cbf ++;};};};};func (_ddd *InternalNode )Decode (r *_c .Reader )(int64 ,error ){_fc ,_gbe :=r .ReadBit (); +if _gbe !=nil {return 0,_gbe ;};if _fc ==0{return _ddd ._dcd .Decode (r );};return _ddd ._bgd .Decode (r );};func (_dba *FixedSizeTable )RootNode ()*InternalNode {return _dba ._bd };func _fe (_bc *Code )*OutOfBandNode {return &OutOfBandNode {}};var _dgc =[][][]int32 {{{1,4,0},{2,8,16},{3,16,272},{3,32,65808}},{{1,0,0},{2,0,1},{3,0,2},{4,3,3},{5,6,11},{6,32,75},{6,-1,0}},{{8,8,-256},{1,0,0},{2,0,1},{3,0,2},{4,3,3},{5,6,11},{8,32,-257,999},{7,32,75},{6,-1,0}},{{1,0,1},{2,0,2},{3,0,3},{4,3,4},{5,6,12},{5,32,76}},{{7,8,-255},{1,0,1},{2,0,2},{3,0,3},{4,3,4},{5,6,12},{7,32,-256,999},{6,32,76}},{{5,10,-2048},{4,9,-1024},{4,8,-512},{4,7,-256},{5,6,-128},{5,5,-64},{4,5,-32},{2,7,0},{3,7,128},{3,8,256},{4,9,512},{4,10,1024},{6,32,-2049,999},{6,32,2048}},{{4,9,-1024},{3,8,-512},{4,7,-256},{5,6,-128},{5,5,-64},{4,5,-32},{4,5,0},{5,5,32},{5,6,64},{4,7,128},{3,8,256},{3,9,512},{3,10,1024},{5,32,-1025,999},{5,32,2048}},{{8,3,-15},{9,1,-7},{8,1,-5},{9,0,-3},{7,0,-2},{4,0,-1},{2,1,0},{5,0,2},{6,0,3},{3,4,4},{6,1,20},{4,4,22},{4,5,38},{5,6,70},{5,7,134},{6,7,262},{7,8,390},{6,10,646},{9,32,-16,999},{9,32,1670},{2,-1,0}},{{8,4,-31},{9,2,-15},{8,2,-11},{9,1,-7},{7,1,-5},{4,1,-3},{3,1,-1},{3,1,1},{5,1,3},{6,1,5},{3,5,7},{6,2,39},{4,5,43},{4,6,75},{5,7,139},{5,8,267},{6,8,523},{7,9,779},{6,11,1291},{9,32,-32,999},{9,32,3339},{2,-1,0}},{{7,4,-21},{8,0,-5},{7,0,-4},{5,0,-3},{2,2,-2},{5,0,2},{6,0,3},{7,0,4},{8,0,5},{2,6,6},{5,5,70},{6,5,102},{6,6,134},{6,7,198},{6,8,326},{6,9,582},{6,10,1094},{7,11,2118},{8,32,-22,999},{8,32,4166},{2,-1,0}},{{1,0,1},{2,1,2},{4,0,4},{4,1,5},{5,1,7},{5,2,9},{6,2,13},{7,2,17},{7,3,21},{7,4,29},{7,5,45},{7,6,77},{7,32,141}},{{1,0,1},{2,0,2},{3,1,3},{5,0,5},{5,1,6},{6,1,8},{7,0,10},{7,1,11},{7,2,13},{7,3,17},{7,4,25},{8,5,41},{8,32,73}},{{1,0,1},{3,0,2},{4,0,3},{5,0,4},{4,1,5},{3,3,7},{6,1,15},{6,2,17},{6,3,21},{6,4,29},{6,5,45},{7,6,77},{7,32,141}},{{3,0,-2},{3,0,-1},{1,0,0},{3,0,1},{3,0,2}},{{7,4,-24},{6,2,-8},{5,1,-4},{4,0,-2},{3,0,-1},{1,0,0},{3,0,1},{4,0,2},{5,1,3},{6,2,5},{7,4,9},{7,32,-25,999},{7,32,25}}}; +func (_ed *StandardTable )String ()string {return _ed ._ga .String ()+"\u000a"};func _bec (_dgea ,_cba int32 )string {var _faa int32 ;_ada :=make ([]rune ,_cba );for _ae :=int32 (1);_ae <=_cba ;_ae ++{_faa =_dgea >>uint (_cba -_ae )&1;if _faa !=0{_ada [_ae -1]='1'; +}else {_ada [_ae -1]='0';};};return string (_ada );};var _ Node =&OutOfBandNode {};func (_ba *EncodedTable )parseTable ()error {var (_bab []*Code ;_ebf ,_cf ,_ad int32 ;_ab uint64 ;_abb error ;);_dc :=_ba .StreamReader ();_fd :=_ba .HtLow ();for _fd < _ba .HtHigh (){_ab ,_abb =_dc .ReadBits (byte (_ba .HtPS ())); +if _abb !=nil {return _abb ;};_ebf =int32 (_ab );_ab ,_abb =_dc .ReadBits (byte (_ba .HtRS ()));if _abb !=nil {return _abb ;};_cf =int32 (_ab );_bab =append (_bab ,NewCode (_ebf ,_cf ,_ad ,false ));_fd +=1< 3{_ff =true ;};_eg =append (_eg ,NewCode (_dg ,_cfg ,_dga ,_ff ));};_dge :=&StandardTable {_ga :_gbg (0)};if _dda :=_dge .InitTree (_eg );_dda !=nil {return nil ,_dda ;};return _dge ,nil ;};func NewEncodedTable (table BasicTabler )(*EncodedTable ,error ){_eb :=&EncodedTable {_cc :&InternalNode {},BasicTabler :table }; +if _bb :=_eb .parseTable ();_bb !=nil {return nil ,_bb ;};return _eb ,nil ;};func _ddddg (_fed ,_fdf int32 )int32 {if _fed > _fdf {return _fed ;};return _fdf ;};func (_f *EncodedTable )String ()string {return _f ._cc .String ()+"\u000a"};func (_fgb *FixedSizeTable )String ()string {return _fgb ._bd .String ()+"\u000a"}; +func (_ag *ValueNode )String ()string {return _d .Sprintf ("\u0025\u0064\u002f%\u0064",_ag ._cd ,_ag ._dfac );};func (_bgb *StandardTable )Decode (r *_c .Reader )(int64 ,error ){return _bgb ._ga .Decode (r )}; \ No newline at end of file diff --git a/internal/jbig2/decoder/mmr/mmr.go b/internal/jbig2/decoder/mmr/mmr.go index 19d28e993..6d003e33c 100644 --- a/internal/jbig2/decoder/mmr/mmr.go +++ b/internal/jbig2/decoder/mmr/mmr.go @@ -9,43 +9,41 @@ // Use of this source code is governed by the UniDoc End User License Agreement // terms that can be accessed at https://unidoc.io/eula/ -package mmr ;import (_bg "errors";_d "fmt";_da "github.com/unidoc/unipdf/v3/common";_e "github.com/unidoc/unipdf/v3/internal/bitwise";_c "github.com/unidoc/unipdf/v3/internal/jbig2/bitmap";_b "io";);func (_bbe *runData )uncompressGetNextCodeLittleEndian ()(int ,error ){_eff :=_bbe ._ffdd -_bbe ._fad ; -if _eff < 0||_eff > 24{_dab :=(_bbe ._ffdd >>3)-_bbe ._cef ;if _dab >=_bbe ._dace {_dab +=_bbe ._cef ;if _adf :=_bbe .fillBuffer (_dab );_adf !=nil {return 0,_adf ;};_dab -=_bbe ._cef ;};_bbff :=(uint32 (_bbe ._agfc [_dab ]&0xFF)<<16)|(uint32 (_bbe ._agfc [_dab +1]&0xFF)<<8)|(uint32 (_bbe ._agfc [_dab +2]&0xFF)); -_gea :=uint32 (_bbe ._ffdd &7);_bbff <<=_gea ;_bbe ._eabg =int (_bbff );}else {_cbb :=_bbe ._fad &7;_eaab :=7-_cbb ;if _eff <=_eaab {_bbe ._eabg <<=uint (_eff );}else {_ga :=(_bbe ._fad >>3)+3-_bbe ._cef ;if _ga >=_bbe ._dace {_ga +=_bbe ._cef ;if _gbb :=_bbe .fillBuffer (_ga ); -_gbb !=nil {return 0,_gbb ;};_ga -=_bbe ._cef ;};_cbb =8-_cbb ;for {_bbe ._eabg <<=uint (_cbb );_bbe ._eabg |=int (uint (_bbe ._agfc [_ga ])&0xFF);_eff -=_cbb ;_ga ++;_cbb =8;if !(_eff >=8){break ;};};_bbe ._eabg <<=uint (_eff );};};_bbe ._fad =_bbe ._ffdd ; -return _bbe ._eabg ,nil ;};func (_cfg *runData )uncompressGetCode (_cbc []*code )(*code ,error ){return _cfg .uncompressGetCodeLittleEndian (_cbc );};func (_ceg *Decoder )uncompress1d (_eaf *runData ,_bcf []int ,_bfb int )(int ,error ){var (_dag =true ; -_bd int ;_eaa *code ;_ggf int ;_eedb error ;);_bfae :for _bd < _bfb {_efg :for {if _dag {_eaa ,_eedb =_eaf .uncompressGetCode (_ceg ._ffd );if _eedb !=nil {return 0,_eedb ;};}else {_eaa ,_eedb =_eaf .uncompressGetCode (_ceg ._ab );if _eedb !=nil {return 0,_eedb ; -};};_eaf ._ffdd +=_eaa ._cd ;if _eaa ._f < 0{break _bfae ;};_bd +=_eaa ._f ;if _eaa ._f < 64{_dag =!_dag ;_bcf [_ggf ]=_bd ;_ggf ++;break _efg ;};};};if _bcf [_ggf ]!=_bfb {_bcf [_ggf ]=_bfb ;};_dga :=EOL ;if _eaa !=nil &&_eaa ._f !=EOL {_dga =_ggf ;}; -return _dga ,nil ;};func _eeg (_edag *_e .Reader )(*runData ,error ){_cab :=&runData {_edfb :_edag ,_ffdd :0,_fad :1};_abe :=_ea (_ba (_cca ,int (_edag .Length ())),_cgc );_cab ._agfc =make ([]byte ,_abe );if _feb :=_cab .fillBuffer (0);_feb !=nil {if _feb ==_b .EOF {_cab ._agfc =make ([]byte ,10); -_da .Log .Debug ("F\u0069\u006c\u006c\u0042uf\u0066e\u0072\u0020\u0066\u0061\u0069l\u0065\u0064\u003a\u0020\u0025\u0076",_feb );}else {return nil ,_feb ;};};return _cab ,nil ;};const (_bb mmrCode =iota ;_baa ;_fb ;_gb ;_cdf ;_edb ;_bf ;_dg ;_egg ;_cc ; -_be ;);var (_dc =[][3]int {{4,0x1,int (_bb )},{3,0x1,int (_baa )},{1,0x1,int (_fb )},{3,0x3,int (_gb )},{6,0x3,int (_cdf )},{7,0x3,int (_edb )},{3,0x2,int (_bf )},{6,0x2,int (_dg )},{7,0x2,int (_egg )},{10,0xf,int (_cc )},{12,0xf,int (_be )},{12,0x1,int (EOL )}}; -_ge =[][3]int {{4,0x07,2},{4,0x08,3},{4,0x0B,4},{4,0x0C,5},{4,0x0E,6},{4,0x0F,7},{5,0x12,128},{5,0x13,8},{5,0x14,9},{5,0x1B,64},{5,0x07,10},{5,0x08,11},{6,0x17,192},{6,0x18,1664},{6,0x2A,16},{6,0x2B,17},{6,0x03,13},{6,0x34,14},{6,0x35,15},{6,0x07,1},{6,0x08,12},{7,0x13,26},{7,0x17,21},{7,0x18,28},{7,0x24,27},{7,0x27,18},{7,0x28,24},{7,0x2B,25},{7,0x03,22},{7,0x37,256},{7,0x04,23},{7,0x08,20},{7,0xC,19},{8,0x12,33},{8,0x13,34},{8,0x14,35},{8,0x15,36},{8,0x16,37},{8,0x17,38},{8,0x1A,31},{8,0x1B,32},{8,0x02,29},{8,0x24,53},{8,0x25,54},{8,0x28,39},{8,0x29,40},{8,0x2A,41},{8,0x2B,42},{8,0x2C,43},{8,0x2D,44},{8,0x03,30},{8,0x32,61},{8,0x33,62},{8,0x34,63},{8,0x35,0},{8,0x36,320},{8,0x37,384},{8,0x04,45},{8,0x4A,59},{8,0x4B,60},{8,0x5,46},{8,0x52,49},{8,0x53,50},{8,0x54,51},{8,0x55,52},{8,0x58,55},{8,0x59,56},{8,0x5A,57},{8,0x5B,58},{8,0x64,448},{8,0x65,512},{8,0x67,640},{8,0x68,576},{8,0x0A,47},{8,0x0B,48},{9,0x01,_fd },{9,0x98,1472},{9,0x99,1536},{9,0x9A,1600},{9,0x9B,1728},{9,0xCC,704},{9,0xCD,768},{9,0xD2,832},{9,0xD3,896},{9,0xD4,960},{9,0xD5,1024},{9,0xD6,1088},{9,0xD7,1152},{9,0xD8,1216},{9,0xD9,1280},{9,0xDA,1344},{9,0xDB,1408},{10,0x01,_fd },{11,0x01,_fd },{11,0x08,1792},{11,0x0C,1856},{11,0x0D,1920},{12,0x00,EOF },{12,0x01,EOL },{12,0x12,1984},{12,0x13,2048},{12,0x14,2112},{12,0x15,2176},{12,0x16,2240},{12,0x17,2304},{12,0x1C,2368},{12,0x1D,2432},{12,0x1E,2496},{12,0x1F,2560}}; -_deg =[][3]int {{2,0x02,3},{2,0x03,2},{3,0x02,1},{3,0x03,4},{4,0x02,6},{4,0x03,5},{5,0x03,7},{6,0x04,9},{6,0x05,8},{7,0x04,10},{7,0x05,11},{7,0x07,12},{8,0x04,13},{8,0x07,14},{9,0x01,_fd },{9,0x18,15},{10,0x01,_fd },{10,0x17,16},{10,0x18,17},{10,0x37,0},{10,0x08,18},{10,0x0F,64},{11,0x01,_fd },{11,0x17,24},{11,0x18,25},{11,0x28,23},{11,0x37,22},{11,0x67,19},{11,0x68,20},{11,0x6C,21},{11,0x08,1792},{11,0x0C,1856},{11,0x0D,1920},{12,0x00,EOF },{12,0x01,EOL },{12,0x12,1984},{12,0x13,2048},{12,0x14,2112},{12,0x15,2176},{12,0x16,2240},{12,0x17,2304},{12,0x1C,2368},{12,0x1D,2432},{12,0x1E,2496},{12,0x1F,2560},{12,0x24,52},{12,0x27,55},{12,0x28,56},{12,0x2B,59},{12,0x2C,60},{12,0x33,320},{12,0x34,384},{12,0x35,448},{12,0x37,53},{12,0x38,54},{12,0x52,50},{12,0x53,51},{12,0x54,44},{12,0x55,45},{12,0x56,46},{12,0x57,47},{12,0x58,57},{12,0x59,58},{12,0x5A,61},{12,0x5B,256},{12,0x64,48},{12,0x65,49},{12,0x66,62},{12,0x67,63},{12,0x68,30},{12,0x69,31},{12,0x6A,32},{12,0x6B,33},{12,0x6C,40},{12,0x6D,41},{12,0xC8,128},{12,0xC9,192},{12,0xCA,26},{12,0xCB,27},{12,0xCC,28},{12,0xCD,29},{12,0xD2,34},{12,0xD3,35},{12,0xD4,36},{12,0xD5,37},{12,0xD6,38},{12,0xD7,39},{12,0xDA,42},{12,0xDB,43},{13,0x4A,640},{13,0x4B,704},{13,0x4C,768},{13,0x4D,832},{13,0x52,1280},{13,0x53,1344},{13,0x54,1408},{13,0x55,1472},{13,0x5A,1536},{13,0x5B,1600},{13,0x64,1664},{13,0x65,1728},{13,0x6C,512},{13,0x6D,576},{13,0x72,896},{13,0x73,960},{13,0x74,1024},{13,0x75,1088},{13,0x76,1152},{13,0x77,1216}}; -);func New (r *_e .Reader ,width ,height int ,dataOffset ,dataLength int64 )(*Decoder ,error ){_eed :=&Decoder {_gf :width ,_bfa :height };_ffb ,_dcg :=r .NewPartialReader (int (dataOffset ),int (dataLength ),false );if _dcg !=nil {return nil ,_dcg ;}; -_cg ,_dcg :=_eeg (_ffb );if _dcg !=nil {return nil ,_dcg ;};_ ,_dcg =r .Seek (_ffb .RelativePosition (),_b .SeekCurrent );if _dcg !=nil {return nil ,_dcg ;};_eed ._eef =_cg ;if _dd :=_eed .initTables ();_dd !=nil {return nil ,_dd ;};return _eed ,nil ;}; -func (_deb *Decoder )fillBitmap (_ecd *_c .Bitmap ,_ad int ,_eggb []int ,_add int )error {var _eagf byte ;_cde :=0;_gfd :=_ecd .GetByteIndex (_cde ,_ad );for _aed :=0;_aed < _add ;_aed ++{_ef :=byte (1);_acb :=_eggb [_aed ];if (_aed &1)==0{_ef =0;};for _cde < _acb {_eagf =(_eagf <<1)|_ef ; -_cde ++;if (_cde &7)==0{if _cfe :=_ecd .SetByte (_gfd ,_eagf );_cfe !=nil {return _cfe ;};_gfd ++;_eagf =0;};};};if (_cde &7)!=0{_eagf <<=uint (8-(_cde &7));if _df :=_ecd .SetByte (_gfd ,_eagf );_df !=nil {return _df ;};};return nil ;};type runData struct{_edfb *_e .Reader ; -_ffdd int ;_fad int ;_eabg int ;_agfc []byte ;_cef int ;_dace int ;};func (_ag *code )String ()string {return _d .Sprintf ("\u0025\u0064\u002f\u0025\u0064\u002f\u0025\u0064",_ag ._cd ,_ag ._eg ,_ag ._f );};func (_ae *Decoder )createLittleEndianTable (_eab [][3]int )([]*code ,error ){_gg :=make ([]*code ,_eda +1); -for _bc :=0;_bc < len (_eab );_bc ++{_dce :=_ff (_eab [_bc ]);if _dce ._cd <=_ee {_gfa :=_ee -_dce ._cd ;_cdd :=_dce ._eg <=0;_ec --{_ca :=_cdd |_ec ;_gg [_ca ]=_dce ;};}else {_bcd :=_dce ._eg >>uint (_dce ._cd -_ee ); -if _gg [_bcd ]==nil {var _cda =_ff ([3]int {});_cda ._ed =make ([]*code ,_bbfb +1);_gg [_bcd ]=_cda ;};if _dce ._cd <=_ee +_bbf {_eefe :=_ee +_bbf -_dce ._cd ;_db :=(_dce ._eg <=0;_ac --{_gg [_bcd ]._ed [_db |_ac ]=_dce ;};}else {return nil ,_bg .New ("\u0043\u006f\u0064\u0065\u0020\u0074a\u0062\u006c\u0065\u0020\u006f\u0076\u0065\u0072\u0066\u006c\u006f\u0077\u0020i\u006e\u0020\u004d\u004d\u0052\u0044\u0065c\u006f\u0064\u0065\u0072"); -};};};return _gg ,nil ;};const (_cgc int =1024<<7;_cca int =3;_efd uint =24;);func _ff (_ce [3]int )*code {return &code {_cd :_ce [0],_eg :_ce [1],_f :_ce [2]}};func (_gdb *runData )align (){_gdb ._ffdd =((_gdb ._ffdd +7)>>3)<<3};func (_ccc *Decoder )uncompress2d (_fbb *runData ,_aa []int ,_dbb int ,_dgb []int ,_dcgc int )(int ,error ){var (_ffe int ; -_edf int ;_dff int ;_degb =true ;_fef error ;_abg *code ;);_aa [_dbb ]=_dcgc ;_aa [_dbb +1]=_dcgc ;_aa [_dbb +2]=_dcgc +1;_aa [_dbb +3]=_dcgc +1;_agf :for _dff < _dcgc {_abg ,_fef =_fbb .uncompressGetCode (_ccc ._dee );if _fef !=nil {return EOL ,nil ;}; -if _abg ==nil {_fbb ._ffdd ++;break _agf ;};_fbb ._ffdd +=_abg ._cd ;switch mmrCode (_abg ._f ){case _fb :_dff =_aa [_ffe ];case _gb :_dff =_aa [_ffe ]+1;case _bf :_dff =_aa [_ffe ]-1;case _baa :for {var _dagc []*code ;if _degb {_dagc =_ccc ._ffd ;}else {_dagc =_ccc ._ab ; -};_abg ,_fef =_fbb .uncompressGetCode (_dagc );if _fef !=nil {return 0,_fef ;};if _abg ==nil {break _agf ;};_fbb ._ffdd +=_abg ._cd ;if _abg ._f < 64{if _abg ._f < 0{_dgb [_edf ]=_dff ;_edf ++;_abg =nil ;break _agf ;};_dff +=_abg ._f ;_dgb [_edf ]=_dff ; -_edf ++;break ;};_dff +=_abg ._f ;};_dbf :=_dff ;_ccd :for {var _gec []*code ;if !_degb {_gec =_ccc ._ffd ;}else {_gec =_ccc ._ab ;};_abg ,_fef =_fbb .uncompressGetCode (_gec );if _fef !=nil {return 0,_fef ;};if _abg ==nil {break _agf ;};_fbb ._ffdd +=_abg ._cd ; -if _abg ._f < 64{if _abg ._f < 0{_dgb [_edf ]=_dff ;_edf ++;break _agf ;};_dff +=_abg ._f ;if _dff < _dcgc ||_dff !=_dbf {_dgb [_edf ]=_dff ;_edf ++;};break _ccd ;};_dff +=_abg ._f ;};for _dff < _dcgc &&_aa [_ffe ]<=_dff {_ffe +=2;};continue _agf ;case _bb :_ffe ++; -_dff =_aa [_ffe ];_ffe ++;continue _agf ;case _cdf :_dff =_aa [_ffe ]+2;case _dg :_dff =_aa [_ffe ]-2;case _edb :_dff =_aa [_ffe ]+3;case _egg :_dff =_aa [_ffe ]-3;default:if _fbb ._ffdd ==12&&_abg ._f ==EOL {_fbb ._ffdd =0;if _ ,_fef =_ccc .uncompress1d (_fbb ,_aa ,_dcgc ); -_fef !=nil {return 0,_fef ;};_fbb ._ffdd ++;if _ ,_fef =_ccc .uncompress1d (_fbb ,_dgb ,_dcgc );_fef !=nil {return 0,_fef ;};_dac ,_abc :=_ccc .uncompress1d (_fbb ,_aa ,_dcgc );if _abc !=nil {return EOF ,_abc ;};_fbb ._ffdd ++;return _dac ,nil ;};_dff =_dcgc ; -continue _agf ;};if _dff <=_dcgc {_degb =!_degb ;_dgb [_edf ]=_dff ;_edf ++;if _ffe > 0{_ffe --;}else {_ffe ++;};for _dff < _dcgc &&_aa [_ffe ]<=_dff {_ffe +=2;};};};if _dgb [_edf ]!=_dcgc {_dgb [_edf ]=_dcgc ;};if _abg ==nil {return EOL ,nil ;};return _edf ,nil ; -};func (_eag *Decoder )detectAndSkipEOL ()error {for {_gbc ,_edab :=_eag ._eef .uncompressGetCode (_eag ._dee );if _edab !=nil {return _edab ;};if _gbc !=nil &&_gbc ._f ==EOL {_eag ._eef ._ffdd +=_gbc ._cd ;}else {return nil ;};};};func _ba (_de ,_g int )int {if _de < _g {return _g ; -};return _de ;};const (EOF =-3;_fd =-2;EOL =-1;_ee =8;_eda =(1<<_ee )-1;_bbf =5;_bbfb =(1<<_bbf )-1;);type code struct{_cd int ;_eg int ;_f int ;_ed []*code ;_cb bool ;};func (_eb *Decoder )initTables ()(_eggf error ){if _eb ._ffd ==nil {_eb ._ffd ,_eggf =_eb .createLittleEndianTable (_ge ); -if _eggf !=nil {return ;};_eb ._ab ,_eggf =_eb .createLittleEndianTable (_deg );if _eggf !=nil {return ;};_eb ._dee ,_eggf =_eb .createLittleEndianTable (_dc );if _eggf !=nil {return ;};};return nil ;};func (_fff *Decoder )UncompressMMR ()(_fe *_c .Bitmap ,_fbf error ){_fe =_c .New (_fff ._gf ,_fff ._bfa ); -_cgg :=make ([]int ,_fe .Width +5);_bfe :=make ([]int ,_fe .Width +5);_bfe [0]=_fe .Width ;_dcf :=1;var _gd int ;for _cf :=0;_cf < _fe .Height ;_cf ++{_gd ,_fbf =_fff .uncompress2d (_fff ._eef ,_bfe ,_dcf ,_cgg ,_fe .Width );if _fbf !=nil {return nil ,_fbf ; -};if _gd ==EOF {break ;};if _gd > 0{_fbf =_fff .fillBitmap (_fe ,_cf ,_cgg ,_gd );if _fbf !=nil {return nil ,_fbf ;};};_bfe ,_cgg =_cgg ,_bfe ;_dcf =_gd ;};if _fbf =_fff .detectAndSkipEOL ();_fbf !=nil {return nil ,_fbf ;};_fff ._eef .align ();return _fe ,nil ; -};func _ea (_agd ,_fa int )int {if _agd > _fa {return _fa ;};return _agd ;};func (_ede *runData )uncompressGetCodeLittleEndian (_agg []*code )(*code ,error ){_gfdc ,_dbe :=_ede .uncompressGetNextCodeLittleEndian ();if _dbe !=nil {_da .Log .Debug ("\u0055n\u0063\u006fm\u0070\u0072\u0065\u0073s\u0047\u0065\u0074N\u0065\u0078\u0074\u0043\u006f\u0064\u0065\u004c\u0069tt\u006c\u0065\u0045n\u0064\u0069a\u006e\u0020\u0066\u0061\u0069\u006ce\u0064\u003a \u0025\u0076",_dbe ); -return nil ,_dbe ;};_gfdc &=0xffffff;_ddg :=_gfdc >>(_efd -_ee );_ece :=_agg [_ddg ];if _ece !=nil &&_ece ._cb {_ddg =(_gfdc >>(_efd -_ee -_bbf ))&_bbfb ;_ece =_ece ._ed [_ddg ];};return _ece ,nil ;};func (_agc *runData )fillBuffer (_ecb int )error {_agc ._cef =_ecb ; -_ ,_fc :=_agc ._edfb .Seek (int64 (_ecb ),_b .SeekStart );if _fc !=nil {if _fc ==_b .EOF {_da .Log .Debug ("\u0053\u0065\u0061\u006b\u0020\u0045\u004f\u0046");_agc ._dace =-1;}else {return _fc ;};};if _fc ==nil {_agc ._dace ,_fc =_agc ._edfb .Read (_agc ._agfc ); -if _fc !=nil {if _fc ==_b .EOF {_da .Log .Trace ("\u0052\u0065\u0061\u0064\u0020\u0045\u004f\u0046");_agc ._dace =-1;}else {return _fc ;};};};if _agc ._dace > -1&&_agc ._dace < 3{for _agc ._dace < 3{_adde ,_gc :=_agc ._edfb .ReadByte ();if _gc !=nil {if _gc ==_b .EOF {_agc ._agfc [_agc ._dace ]=0; -}else {return _gc ;};}else {_agc ._agfc [_agc ._dace ]=_adde &0xFF;};_agc ._dace ++;};};_agc ._dace -=3;if _agc ._dace < 0{_agc ._agfc =make ([]byte ,len (_agc ._agfc ));_agc ._dace =len (_agc ._agfc )-3;};return nil ;};type Decoder struct{_gf ,_bfa int ; -_eef *runData ;_ffd []*code ;_ab []*code ;_dee []*code ;};type mmrCode int ; \ No newline at end of file +package mmr ;import (_b "errors";_d "fmt";_e "github.com/unidoc/unipdf/v3/common";_c "github.com/unidoc/unipdf/v3/internal/bitwise";_ea "github.com/unidoc/unipdf/v3/internal/jbig2/bitmap";_fc "io";);func New (r *_c .Reader ,width ,height int ,dataOffset ,dataLength int64 )(*Decoder ,error ){_eg :=&Decoder {_bb :width ,_bfc :height }; +_eca ,_gdc :=r .NewPartialReader (int (dataOffset ),int (dataLength ),false );if _gdc !=nil {return nil ,_gdc ;};_ge ,_gdc :=_acd (_eca );if _gdc !=nil {return nil ,_gdc ;};_ ,_gdc =r .Seek (_eca .RelativePosition (),_fc .SeekCurrent );if _gdc !=nil {return nil ,_gdc ; +};_eg ._cg =_ge ;if _ga :=_eg .initTables ();_ga !=nil {return nil ,_ga ;};return _eg ,nil ;};func _da (_bd ,_af int )int {if _bd < _af {return _af ;};return _bd ;};func (_eaef *runData )align (){_eaef ._dfb =((_eaef ._dfb +7)>>3)<<3};func (_bgc *runData )uncompressGetNextCodeLittleEndian ()(int ,error ){_adc :=_bgc ._dfb -_bgc ._gad ; +if _adc < 0||_adc > 24{_dda :=(_bgc ._dfb >>3)-_bgc ._adg ;if _dda >=_bgc ._gac {_dda +=_bgc ._adg ;if _fgc :=_bgc .fillBuffer (_dda );_fgc !=nil {return 0,_fgc ;};_dda -=_bgc ._adg ;};_abcb :=(uint32 (_bgc ._ddc [_dda ]&0xFF)<<16)|(uint32 (_bgc ._ddc [_dda +1]&0xFF)<<8)|(uint32 (_bgc ._ddc [_dda +2]&0xFF)); +_bgbc :=uint32 (_bgc ._dfb &7);_abcb <<=_bgbc ;_bgc ._bdb =int (_abcb );}else {_cbd :=_bgc ._gad &7;_cfg :=7-_cbd ;if _adc <=_cfg {_bgc ._bdb <<=uint (_adc );}else {_eed :=(_bgc ._gad >>3)+3-_bgc ._adg ;if _eed >=_bgc ._gac {_eed +=_bgc ._adg ;if _ecce :=_bgc .fillBuffer (_eed ); +_ecce !=nil {return 0,_ecce ;};_eed -=_bgc ._adg ;};_cbd =8-_cbd ;for {_bgc ._bdb <<=uint (_cbd );_bgc ._bdb |=int (uint (_bgc ._ddc [_eed ])&0xFF);_adc -=_cbd ;_eed ++;_cbd =8;if !(_adc >=8){break ;};};_bgc ._bdb <<=uint (_adc );};};_bgc ._gad =_bgc ._dfb ; +return _bgc ._bdb ,nil ;};type code struct{_ed int ;_eda int ;_df int ;_g []*code ;_fa bool ;};const (_ebf mmrCode =iota ;_edb ;_bf ;_ba ;_cc ;_de ;_ec ;_fe ;_ag ;_bg ;_gf ;);func (_cgg *Decoder )detectAndSkipEOL ()error {for {_dc ,_cce :=_cgg ._cg .uncompressGetCode (_cgg ._ac ); +if _cce !=nil {return _cce ;};if _dc !=nil &&_dc ._df ==EOL {_cgg ._cg ._dfb +=_dc ._ed ;}else {return nil ;};};};const (EOF =-3;_gc =-2;EOL =-1;_dec =8;_bgb =(1<<_dec )-1;_ecb =5;_fcd =(1<<_ecb )-1;);func _ca (_be ,_eb int )int {if _be > _eb {return _eb ; +};return _be ;};const (_gcc int =1024<<7;_feg int =3;_dee uint =24;);var (_fd =[][3]int {{4,0x1,int (_ebf )},{3,0x1,int (_edb )},{1,0x1,int (_bf )},{3,0x3,int (_ba )},{6,0x3,int (_cc )},{7,0x3,int (_de )},{3,0x2,int (_ec )},{6,0x2,int (_fe )},{7,0x2,int (_ag )},{10,0xf,int (_bg )},{12,0xf,int (_gf )},{12,0x1,int (EOL )}}; +_ecd =[][3]int {{4,0x07,2},{4,0x08,3},{4,0x0B,4},{4,0x0C,5},{4,0x0E,6},{4,0x0F,7},{5,0x12,128},{5,0x13,8},{5,0x14,9},{5,0x1B,64},{5,0x07,10},{5,0x08,11},{6,0x17,192},{6,0x18,1664},{6,0x2A,16},{6,0x2B,17},{6,0x03,13},{6,0x34,14},{6,0x35,15},{6,0x07,1},{6,0x08,12},{7,0x13,26},{7,0x17,21},{7,0x18,28},{7,0x24,27},{7,0x27,18},{7,0x28,24},{7,0x2B,25},{7,0x03,22},{7,0x37,256},{7,0x04,23},{7,0x08,20},{7,0xC,19},{8,0x12,33},{8,0x13,34},{8,0x14,35},{8,0x15,36},{8,0x16,37},{8,0x17,38},{8,0x1A,31},{8,0x1B,32},{8,0x02,29},{8,0x24,53},{8,0x25,54},{8,0x28,39},{8,0x29,40},{8,0x2A,41},{8,0x2B,42},{8,0x2C,43},{8,0x2D,44},{8,0x03,30},{8,0x32,61},{8,0x33,62},{8,0x34,63},{8,0x35,0},{8,0x36,320},{8,0x37,384},{8,0x04,45},{8,0x4A,59},{8,0x4B,60},{8,0x5,46},{8,0x52,49},{8,0x53,50},{8,0x54,51},{8,0x55,52},{8,0x58,55},{8,0x59,56},{8,0x5A,57},{8,0x5B,58},{8,0x64,448},{8,0x65,512},{8,0x67,640},{8,0x68,576},{8,0x0A,47},{8,0x0B,48},{9,0x01,_gc },{9,0x98,1472},{9,0x99,1536},{9,0x9A,1600},{9,0x9B,1728},{9,0xCC,704},{9,0xCD,768},{9,0xD2,832},{9,0xD3,896},{9,0xD4,960},{9,0xD5,1024},{9,0xD6,1088},{9,0xD7,1152},{9,0xD8,1216},{9,0xD9,1280},{9,0xDA,1344},{9,0xDB,1408},{10,0x01,_gc },{11,0x01,_gc },{11,0x08,1792},{11,0x0C,1856},{11,0x0D,1920},{12,0x00,EOF },{12,0x01,EOL },{12,0x12,1984},{12,0x13,2048},{12,0x14,2112},{12,0x15,2176},{12,0x16,2240},{12,0x17,2304},{12,0x1C,2368},{12,0x1D,2432},{12,0x1E,2496},{12,0x1F,2560}}; +_ab =[][3]int {{2,0x02,3},{2,0x03,2},{3,0x02,1},{3,0x03,4},{4,0x02,6},{4,0x03,5},{5,0x03,7},{6,0x04,9},{6,0x05,8},{7,0x04,10},{7,0x05,11},{7,0x07,12},{8,0x04,13},{8,0x07,14},{9,0x01,_gc },{9,0x18,15},{10,0x01,_gc },{10,0x17,16},{10,0x18,17},{10,0x37,0},{10,0x08,18},{10,0x0F,64},{11,0x01,_gc },{11,0x17,24},{11,0x18,25},{11,0x28,23},{11,0x37,22},{11,0x67,19},{11,0x68,20},{11,0x6C,21},{11,0x08,1792},{11,0x0C,1856},{11,0x0D,1920},{12,0x00,EOF },{12,0x01,EOL },{12,0x12,1984},{12,0x13,2048},{12,0x14,2112},{12,0x15,2176},{12,0x16,2240},{12,0x17,2304},{12,0x1C,2368},{12,0x1D,2432},{12,0x1E,2496},{12,0x1F,2560},{12,0x24,52},{12,0x27,55},{12,0x28,56},{12,0x2B,59},{12,0x2C,60},{12,0x33,320},{12,0x34,384},{12,0x35,448},{12,0x37,53},{12,0x38,54},{12,0x52,50},{12,0x53,51},{12,0x54,44},{12,0x55,45},{12,0x56,46},{12,0x57,47},{12,0x58,57},{12,0x59,58},{12,0x5A,61},{12,0x5B,256},{12,0x64,48},{12,0x65,49},{12,0x66,62},{12,0x67,63},{12,0x68,30},{12,0x69,31},{12,0x6A,32},{12,0x6B,33},{12,0x6C,40},{12,0x6D,41},{12,0xC8,128},{12,0xC9,192},{12,0xCA,26},{12,0xCB,27},{12,0xCC,28},{12,0xCD,29},{12,0xD2,34},{12,0xD3,35},{12,0xD4,36},{12,0xD5,37},{12,0xD6,38},{12,0xD7,39},{12,0xDA,42},{12,0xDB,43},{13,0x4A,640},{13,0x4B,704},{13,0x4C,768},{13,0x4D,832},{13,0x52,1280},{13,0x53,1344},{13,0x54,1408},{13,0x55,1472},{13,0x5A,1536},{13,0x5B,1600},{13,0x64,1664},{13,0x65,1728},{13,0x6C,512},{13,0x6D,576},{13,0x72,896},{13,0x73,960},{13,0x74,1024},{13,0x75,1088},{13,0x76,1152},{13,0x77,1216}}; +);func (_gdd *Decoder )UncompressMMR ()(_gde *_ea .Bitmap ,_ace error ){_gde =_ea .New (_gdd ._bb ,_gdd ._bfc );_bfe :=make ([]int ,_gde .Width +5);_fb :=make ([]int ,_gde .Width +5);_fb [0]=_gde .Width ;_gee :=1;var _ff int ;for _fab :=0;_fab < _gde .Height ; +_fab ++{_ff ,_ace =_gdd .uncompress2d (_gdd ._cg ,_fb ,_gee ,_bfe ,_gde .Width );if _ace !=nil {return nil ,_ace ;};if _ff ==EOF {break ;};if _ff > 0{_ace =_gdd .fillBitmap (_gde ,_fab ,_bfe ,_ff );if _ace !=nil {return nil ,_ace ;};};_fb ,_bfe =_bfe ,_fb ; +_gee =_ff ;};if _ace =_gdd .detectAndSkipEOL ();_ace !=nil {return nil ,_ace ;};_gdd ._cg .align ();return _gde ,nil ;};func (_abe *Decoder )fillBitmap (_decd *_ea .Bitmap ,_ae int ,_agg []int ,_bde int )error {var _dae byte ;_fag :=0;_fda :=_decd .GetByteIndex (_fag ,_ae ); +for _egg :=0;_egg < _bde ;_egg ++{_ddf :=byte (1);_gg :=_agg [_egg ];if (_egg &1)==0{_ddf =0;};for _fag < _gg {_dae =(_dae <<1)|_ddf ;_fag ++;if (_fag &7)==0{if _cb :=_decd .SetByte (_fda ,_dae );_cb !=nil {return _cb ;};_fda ++;_dae =0;};};};if (_fag &7)!=0{_dae <<=uint (8-(_fag &7)); +if _fdg :=_decd .SetByte (_fda ,_dae );_fdg !=nil {return _fdg ;};};return nil ;};func (_eagc *Decoder )uncompress1d (_ffd *runData ,_bbg []int ,_aab int )(int ,error ){var (_ebd =true ;_baa int ;_cge *code ;_eff int ;_aba error ;);_ece :for _baa < _aab {_ecbc :for {if _ebd {_cge ,_aba =_ffd .uncompressGetCode (_eagc ._eae ); +if _aba !=nil {return 0,_aba ;};}else {_cge ,_aba =_ffd .uncompressGetCode (_eagc ._aa );if _aba !=nil {return 0,_aba ;};};_ffd ._dfb +=_cge ._ed ;if _cge ._df < 0{break _ece ;};_baa +=_cge ._df ;if _cge ._df < 64{_ebd =!_ebd ;_bbg [_eff ]=_baa ;_eff ++; +break _ecbc ;};};};if _bbg [_eff ]!=_aab {_bbg [_eff ]=_aab ;};_dfe :=EOL ;if _cge !=nil &&_cge ._df !=EOL {_dfe =_eff ;};return _dfe ,nil ;};func (_edd *runData )fillBuffer (_dg int )error {_edd ._adg =_dg ;_ ,_fbd :=_edd ._bfa .Seek (int64 (_dg ),_fc .SeekStart ); +if _fbd !=nil {if _fbd ==_fc .EOF {_e .Log .Debug ("\u0053\u0065\u0061\u006b\u0020\u0045\u004f\u0046");_edd ._gac =-1;}else {return _fbd ;};};if _fbd ==nil {_edd ._gac ,_fbd =_edd ._bfa .Read (_edd ._ddc );if _fbd !=nil {if _fbd ==_fc .EOF {_e .Log .Trace ("\u0052\u0065\u0061\u0064\u0020\u0045\u004f\u0046"); +_edd ._gac =-1;}else {return _fbd ;};};};if _edd ._gac > -1&&_edd ._gac < 3{for _edd ._gac < 3{_dbe ,_fdgc :=_edd ._bfa .ReadByte ();if _fdgc !=nil {if _fdgc ==_fc .EOF {_edd ._ddc [_edd ._gac ]=0;}else {return _fdgc ;};}else {_edd ._ddc [_edd ._gac ]=_dbe &0xFF; +};_edd ._gac ++;};};_edd ._gac -=3;if _edd ._gac < 0{_edd ._ddc =make ([]byte ,len (_edd ._ddc ));_edd ._gac =len (_edd ._ddc )-3;};return nil ;};func (_a *code )String ()string {return _d .Sprintf ("\u0025\u0064\u002f\u0025\u0064\u002f\u0025\u0064",_a ._ed ,_a ._eda ,_a ._df ); +};func (_ead *Decoder )createLittleEndianTable (_afg [][3]int )([]*code ,error ){_dd :=make ([]*code ,_bgb +1);for _abc :=0;_abc < len (_afg );_abc ++{_cda :=_gd (_afg [_abc ]);if _cda ._ed <=_dec {_ege :=_dec -_cda ._ed ;_gda :=_cda ._eda <=0;_bdd --{_ffc :=_gda |_bdd ;_dd [_ffc ]=_cda ;};}else {_afe :=_cda ._eda >>uint (_cda ._ed -_dec );if _dd [_afe ]==nil {var _aaf =_gd ([3]int {});_aaf ._g =make ([]*code ,_fcd +1);_dd [_afe ]=_aaf ;};if _cda ._ed <=_dec +_ecb {_bff :=_dec +_ecb -_cda ._ed ; +_bc :=(_cda ._eda <=0;_db --{_dd [_afe ]._g [_bc |_db ]=_cda ;};}else {return nil ,_b .New ("\u0043\u006f\u0064\u0065\u0020\u0074a\u0062\u006c\u0065\u0020\u006f\u0076\u0065\u0072\u0066\u006c\u006f\u0077\u0020i\u006e\u0020\u004d\u004d\u0052\u0044\u0065c\u006f\u0064\u0065\u0072"); +};};};return _dd ,nil ;};func (_dbf *Decoder )initTables ()(_eag error ){if _dbf ._eae ==nil {_dbf ._eae ,_eag =_dbf .createLittleEndianTable (_ecd );if _eag !=nil {return ;};_dbf ._aa ,_eag =_dbf .createLittleEndianTable (_ab );if _eag !=nil {return ; +};_dbf ._ac ,_eag =_dbf .createLittleEndianTable (_fd );if _eag !=nil {return ;};};return nil ;};type runData struct{_bfa *_c .Reader ;_dfb int ;_gad int ;_bdb int ;_ddc []byte ;_adg int ;_gac int ;};func (_ddd *runData )uncompressGetCode (_cf []*code )(*code ,error ){return _ddd .uncompressGetCodeLittleEndian (_cf ); +};type mmrCode int ;func (_aed *runData )uncompressGetCodeLittleEndian (_aaff []*code )(*code ,error ){_efd ,_bbge :=_aed .uncompressGetNextCodeLittleEndian ();if _bbge !=nil {_e .Log .Debug ("\u0055n\u0063\u006fm\u0070\u0072\u0065\u0073s\u0047\u0065\u0074N\u0065\u0078\u0074\u0043\u006f\u0064\u0065\u004c\u0069tt\u006c\u0065\u0045n\u0064\u0069a\u006e\u0020\u0066\u0061\u0069\u006ce\u0064\u003a \u0025\u0076",_bbge ); +return nil ,_bbge ;};_efd &=0xffffff;_faga :=_efd >>(_dee -_dec );_dag :=_aaff [_faga ];if _dag !=nil &&_dag ._fa {_faga =(_efd >>(_dee -_dec -_ecb ))&_fcd ;_dag =_dag ._g [_faga ];};return _dag ,nil ;};func _acd (_bfag *_c .Reader )(*runData ,error ){_bfd :=&runData {_bfa :_bfag ,_dfb :0,_gad :1}; +_ecba :=_ca (_da (_feg ,int (_bfag .Length ())),_gcc );_bfd ._ddc =make ([]byte ,_ecba );if _fg :=_bfd .fillBuffer (0);_fg !=nil {if _fg ==_fc .EOF {_bfd ._ddc =make ([]byte ,10);_e .Log .Debug ("F\u0069\u006c\u006c\u0042uf\u0066e\u0072\u0020\u0066\u0061\u0069l\u0065\u0064\u003a\u0020\u0025\u0076",_fg ); +}else {return nil ,_fg ;};};return _bfd ,nil ;};func _gd (_ef [3]int )*code {return &code {_ed :_ef [0],_eda :_ef [1],_df :_ef [2]}};func (_ecc *Decoder )uncompress2d (_ffdg *runData ,_gcb []int ,_cbf int ,_ccg []int ,_cab int )(int ,error ){var (_eaf int ; +_fad int ;_ce int ;_bfcf =true ;_gcg error ;_ggf *code ;);_gcb [_cbf ]=_cab ;_gcb [_cbf +1]=_cab ;_gcb [_cbf +2]=_cab +1;_gcb [_cbf +3]=_cab +1;_bda :for _ce < _cab {_ggf ,_gcg =_ffdg .uncompressGetCode (_ecc ._ac );if _gcg !=nil {return EOL ,nil ;};if _ggf ==nil {_ffdg ._dfb ++; +break _bda ;};_ffdg ._dfb +=_ggf ._ed ;switch mmrCode (_ggf ._df ){case _bf :_ce =_gcb [_eaf ];case _ba :_ce =_gcb [_eaf ]+1;case _ec :_ce =_gcb [_eaf ]-1;case _edb :for {var _cbfa []*code ;if _bfcf {_cbfa =_ecc ._eae ;}else {_cbfa =_ecc ._aa ;};_ggf ,_gcg =_ffdg .uncompressGetCode (_cbfa ); +if _gcg !=nil {return 0,_gcg ;};if _ggf ==nil {break _bda ;};_ffdg ._dfb +=_ggf ._ed ;if _ggf ._df < 64{if _ggf ._df < 0{_ccg [_fad ]=_ce ;_fad ++;_ggf =nil ;break _bda ;};_ce +=_ggf ._df ;_ccg [_fad ]=_ce ;_fad ++;break ;};_ce +=_ggf ._df ;};_bcc :=_ce ; +_cag :for {var _def []*code ;if !_bfcf {_def =_ecc ._eae ;}else {_def =_ecc ._aa ;};_ggf ,_gcg =_ffdg .uncompressGetCode (_def );if _gcg !=nil {return 0,_gcg ;};if _ggf ==nil {break _bda ;};_ffdg ._dfb +=_ggf ._ed ;if _ggf ._df < 64{if _ggf ._df < 0{_ccg [_fad ]=_ce ; +_fad ++;break _bda ;};_ce +=_ggf ._df ;if _ce < _cab ||_ce !=_bcc {_ccg [_fad ]=_ce ;_fad ++;};break _cag ;};_ce +=_ggf ._df ;};for _ce < _cab &&_gcb [_eaf ]<=_ce {_eaf +=2;};continue _bda ;case _ebf :_eaf ++;_ce =_gcb [_eaf ];_eaf ++;continue _bda ;case _cc :_ce =_gcb [_eaf ]+2; +case _fe :_ce =_gcb [_eaf ]-2;case _de :_ce =_gcb [_eaf ]+3;case _ag :_ce =_gcb [_eaf ]-3;default:if _ffdg ._dfb ==12&&_ggf ._df ==EOL {_ffdg ._dfb =0;if _ ,_gcg =_ecc .uncompress1d (_ffdg ,_gcb ,_cab );_gcg !=nil {return 0,_gcg ;};_ffdg ._dfb ++;if _ ,_gcg =_ecc .uncompress1d (_ffdg ,_ccg ,_cab ); +_gcg !=nil {return 0,_gcg ;};_ee ,_ad :=_ecc .uncompress1d (_ffdg ,_gcb ,_cab );if _ad !=nil {return EOF ,_ad ;};_ffdg ._dfb ++;return _ee ,nil ;};_ce =_cab ;continue _bda ;};if _ce <=_cab {_bfcf =!_bfcf ;_ccg [_fad ]=_ce ;_fad ++;if _eaf > 0{_eaf --;}else {_eaf ++; +};for _ce < _cab &&_gcb [_eaf ]<=_ce {_eaf +=2;};};};if _ccg [_fad ]!=_cab {_ccg [_fad ]=_cab ;};if _ggf ==nil {return EOL ,nil ;};return _fad ,nil ;};type Decoder struct{_bb ,_bfc int ;_cg *runData ;_eae []*code ;_aa []*code ;_ac []*code ;}; \ No newline at end of file diff --git a/internal/jbig2/document/document.go b/internal/jbig2/document/document.go index 7587cd964..5ee0a23be 100644 --- a/internal/jbig2/document/document.go +++ b/internal/jbig2/document/document.go @@ -9,124 +9,126 @@ // Use of this source code is governed by the UniDoc End User License Agreement // terms that can be accessed at https://unidoc.io/eula/ -package document ;import (_b "encoding/binary";_bf "fmt";_g "github.com/unidoc/unipdf/v3/common";_f "github.com/unidoc/unipdf/v3/internal/bitwise";_e "github.com/unidoc/unipdf/v3/internal/jbig2/basic";_gc "github.com/unidoc/unipdf/v3/internal/jbig2/bitmap"; -_gd "github.com/unidoc/unipdf/v3/internal/jbig2/document/segments";_de "github.com/unidoc/unipdf/v3/internal/jbig2/encoder/classer";_eb "github.com/unidoc/unipdf/v3/internal/jbig2/errors";_bg "io";_be "math";_d "runtime/debug";);func (_fa *Document )AddClassifiedPage (bm *_gc .Bitmap ,method _de .Method )(_deg error ){const _caf ="\u0044\u006f\u0063\u0075\u006d\u0065\u006e\u0074\u002e\u0041\u0064d\u0043\u006c\u0061\u0073\u0073\u0069\u0066\u0069\u0065\u0064P\u0061\u0067\u0065"; -if !_fa .FullHeaders &&_fa .NumberOfPages !=0{return _eb .Error (_caf ,"\u0064\u006f\u0063\u0075\u006de\u006e\u0074\u0020\u0061\u006c\u0072\u0065a\u0064\u0079\u0020\u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0073\u0020\u0070\u0061\u0067\u0065\u002e\u0020\u0046\u0069\u006c\u0065\u004d\u006f\u0064\u0065\u0020\u0064\u0069\u0073\u0061\u006c\u006c\u006f\u0077\u0073\u0020\u0061\u0064\u0064i\u006e\u0067\u0020\u006d\u006f\u0072\u0065\u0020\u0074\u0068\u0061\u006e \u006f\u006e\u0065\u0020\u0070\u0061g\u0065"); -};if _fa .Classer ==nil {if _fa .Classer ,_deg =_de .Init (_de .DefaultSettings ());_deg !=nil {return _eb .Wrap (_deg ,_caf ,"");};};_cf :=int (_fa .nextPageNumber ());_cfe :=&Page {Segments :[]*_gd .Header {},Bitmap :bm ,Document :_fa ,FinalHeight :bm .Height ,FinalWidth :bm .Width ,PageNumber :_cf }; -_fa .Pages [_cf ]=_cfe ;switch method {case _de .RankHaus :_cfe .EncodingMethod =RankHausEM ;case _de .Correlation :_cfe .EncodingMethod =CorrelationEM ;};_cfe .AddPageInformationSegment ();if _deg =_fa .Classer .AddPage (bm ,_cf ,method );_deg !=nil {return _eb .Wrap (_deg ,_caf ,""); -};if _fa .FullHeaders {_cfe .AddEndOfPageSegment ();};return nil ;};func (_agf *Document )GetPage (pageNumber int )(_gd .Pager ,error ){const _bgae ="\u0044\u006fc\u0075\u006d\u0065n\u0074\u002e\u0047\u0065\u0074\u0050\u0061\u0067\u0065";if pageNumber < 0{_g .Log .Debug ("\u004a\u0042\u0049\u00472\u0020\u0050\u0061\u0067\u0065\u0020\u002d\u0020\u0047e\u0074\u0050\u0061\u0067\u0065\u003a\u0020\u0025\u0064\u002e\u0020\u0050\u0061\u0067\u0065\u0020\u0063\u0061n\u006e\u006f\u0074\u0020\u0062e\u0020\u006c\u006f\u0077\u0065\u0072\u0020\u0074\u0068\u0061\u006e\u0020\u0030\u002e\u0020\u0025\u0073",pageNumber ,_d .Stack ()); -return nil ,_eb .Errorf (_bgae ,"\u0069\u006e\u0076\u0061l\u0069\u0064\u0020\u006a\u0062\u0069\u0067\u0032\u0020d\u006f\u0063\u0075\u006d\u0065\u006e\u0074\u0020\u002d\u0020\u0070\u0072\u006f\u0076\u0069\u0064\u0065\u0064 \u0069\u006e\u0076\u0061\u006ci\u0064\u0020\u0070\u0061\u0067\u0065\u0020\u006e\u0075\u006d\u0062\u0065\u0072\u003a\u0020\u0025\u0064",pageNumber ); -};if pageNumber > len (_agf .Pages ){_g .Log .Debug ("\u0050\u0061\u0067\u0065 n\u006f\u0074\u0020\u0066\u006f\u0075\u006e\u0064\u003a\u0020\u0025\u0064\u002e\u0020%\u0073",pageNumber ,_d .Stack ());return nil ,_eb .Error (_bgae ,"\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u006a\u0062\u0069\u0067\u0032 \u0064\u006f\u0063\u0075\u006d\u0065n\u0074\u0020\u002d\u0020\u0070\u0061\u0067\u0065\u0020\u006e\u006f\u0074\u0020f\u006f\u0075\u006e\u0064"); -};_ff ,_ffg :=_agf .Pages [pageNumber ];if !_ffg {_g .Log .Debug ("\u0050\u0061\u0067\u0065 n\u006f\u0074\u0020\u0066\u006f\u0075\u006e\u0064\u003a\u0020\u0025\u0064\u002e\u0020%\u0073",pageNumber ,_d .Stack ());return nil ,_eb .Errorf (_bgae ,"\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u006a\u0062\u0069\u0067\u0032 \u0064\u006f\u0063\u0075\u006d\u0065n\u0074\u0020\u002d\u0020\u0070\u0061\u0067\u0065\u0020\u006e\u006f\u0074\u0020f\u006f\u0075\u006e\u0064"); -};return _ff ,nil ;};func (_age *Document )encodeSegment (_af *_gd .Header ,_fag *int )error {const _cca ="\u0065\u006e\u0063\u006f\u0064\u0065\u0053\u0065\u0067\u006d\u0065\u006e\u0074";_af .SegmentNumber =_age .nextSegmentNumber ();_bgd ,_baac :=_af .Encode (_age ._ee ); -if _baac !=nil {return _eb .Wrapf (_baac ,_cca ,"\u0073\u0065\u0067\u006d\u0065\u006e\u0074\u003a\u0020\u0027\u0025\u0064\u0027",_af .SegmentNumber );};*_fag +=_bgd ;return nil ;};func (_cec *Document )produceClassifiedPage (_egb *Page ,_ged *_gd .Header )(_gb error ){const _bc ="p\u0072\u006f\u0064\u0075ce\u0043l\u0061\u0073\u0073\u0069\u0066i\u0065\u0064\u0050\u0061\u0067\u0065"; -var _cdf map[int ]int ;_dga :=_cec ._ec ;_ac :=[]*_gd .Header {_ged };if len (_cec ._ca [_egb .PageNumber ])> 0{_cdf =map[int ]int {};_gfa ,_cae :=_cec .addSymbolDictionary (_egb .PageNumber ,_cec .Classer .UndilatedTemplates ,_cec ._ca [_egb .PageNumber ],_cdf ,false ); -if _cae !=nil {return _eb .Wrap (_cae ,_bc ,"");};_ac =append (_ac ,_gfa );_dga +=len (_cec ._ca [_egb .PageNumber ]);};_da :=_cec ._cd [_egb .PageNumber ];_g .Log .Debug ("P\u0061g\u0065\u003a\u0020\u0027\u0025\u0064\u0027\u0020c\u006f\u006d\u0070\u0073: \u0025\u0076",_egb .PageNumber ,_da ); -_egb .addTextRegionSegment (_ac ,_cec ._df ,_cdf ,_cec ._cd [_egb .PageNumber ],_cec .Classer .PtaLL ,_cec .Classer .UndilatedTemplates ,_cec .Classer .ClassIDs ,nil ,_bad (_dga ),len (_cec ._cd [_egb .PageNumber ]));return nil ;};func (_fffe *Page )getCombinationOperator (_debg *_gd .PageInformationSegment ,_gcfc _gc .CombinationOperator )_gc .CombinationOperator {if _debg .CombinationOperatorOverrideAllowed (){return _gcfc ; -};return _debg .CombinationOperator ();};func _fde (_dge *Document ,_fce int )*Page {return &Page {Document :_dge ,PageNumber :_fce ,Segments :[]*_gd .Header {}};};type EncodingMethod int ;func (_aab *Page )composePageBitmap ()error {const _cge ="\u0063\u006f\u006d\u0070\u006f\u0073\u0065\u0050\u0061\u0067\u0065\u0042i\u0074\u006d\u0061\u0070"; -if _aab .PageNumber ==0{return nil ;};_bgdd :=_aab .getPageInformationSegment ();if _bgdd ==nil {return _eb .Error (_cge ,"\u0070\u0061\u0067e \u0069\u006e\u0066\u006f\u0072\u006d\u0061\u0074\u0069o\u006e \u0073e\u0067m\u0065\u006e\u0074\u0020\u006e\u006f\u0074\u0020\u0066\u006f\u0075\u006e\u0064"); -};_eggf ,_bdd :=_bgdd .GetSegmentData ();if _bdd !=nil {return _bdd ;};_dda ,_bdde :=_eggf .(*_gd .PageInformationSegment );if !_bdde {return _eb .Error (_cge ,"\u0070\u0061\u0067\u0065\u0020\u0069\u006ef\u006f\u0072\u006da\u0074\u0069\u006f\u006e \u0073\u0065\u0067\u006d\u0065\u006e\u0074\u0020\u0069\u0073\u0020\u006f\u0066\u0020\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0074\u0079\u0070\u0065"); -};if _bdd =_aab .createPage (_dda );_bdd !=nil {return _eb .Wrap (_bdd ,_cge ,"");};_aab .clearSegmentData ();return nil ;};func (_daee *Page )getResolutionY ()(int ,error ){const _dcab ="\u0067\u0065\u0074\u0052\u0065\u0073\u006f\u006c\u0075t\u0069\u006f\u006e\u0059"; -if _daee .ResolutionY !=0{return _daee .ResolutionY ,nil ;};_aae :=_daee .getPageInformationSegment ();if _aae ==nil {return 0,_eb .Error (_dcab ,"n\u0069l\u0020\u0070\u0061\u0067\u0065\u0020\u0069\u006ef\u006f\u0072\u006d\u0061ti\u006f\u006e");};_ccca ,_cdb :=_aae .GetSegmentData (); -if _cdb !=nil {return 0,_eb .Wrap (_cdb ,_dcab ,"");};_dea ,_cfa :=_ccca .(*_gd .PageInformationSegment );if !_cfa {return 0,_eb .Errorf (_dcab ,"\u0070\u0061\u0067\u0065\u0020\u0069\u006e\u0066o\u0072\u006d\u0061ti\u006f\u006e\u0020\u0073\u0065\u0067m\u0065\u006e\u0074\u0020\u0069\u0073\u0020\u006f\u0066\u0020\u0069\u006e\u0076\u0061\u006ci\u0064\u0020\u0074\u0079\u0070\u0065\u003a\u0027%\u0054\u0027",_ccca ); -};_daee .ResolutionY =_dea .ResolutionY ;return _daee .ResolutionY ,nil ;};var _fc =[]byte {0x97,0x4A,0x42,0x32,0x0D,0x0A,0x1A,0x0A};func (_gfb *Document )nextPageNumber ()uint32 {_gfb .NumberOfPages ++;return _gfb .NumberOfPages };func (_gde *Page )String ()string {return _bf .Sprintf ("\u0050\u0061\u0067\u0065\u0020\u0023\u0025\u0064",_gde .PageNumber ); -};func (_fcg *Page )collectPageStripes ()(_bac []_gd .Segmenter ,_feg error ){const _fca ="\u0063o\u006cl\u0065\u0063\u0074\u0050\u0061g\u0065\u0053t\u0072\u0069\u0070\u0065\u0073";var _dcb _gd .Segmenter ;for _ ,_fdec :=range _fcg .Segments {switch _fdec .Type {case 6,7,22,23,38,39,42,43:_dcb ,_feg =_fdec .GetSegmentData (); -if _feg !=nil {return nil ,_eb .Wrap (_feg ,_fca ,"");};_bac =append (_bac ,_dcb );case 50:_dcb ,_feg =_fdec .GetSegmentData ();if _feg !=nil {return nil ,_feg ;};_fbag ,_fccg :=_dcb .(*_gd .EndOfStripe );if !_fccg {return nil ,_eb .Errorf (_fca ,"\u0045\u006e\u0064\u004f\u0066\u0053\u0074\u0072\u0069\u0070\u0065\u0020\u0069\u0073\u0020\u006e\u006f\u0074\u0020\u006f\u0066\u0020\u0076\u0061l\u0069\u0064\u0020\u0074\u0079p\u0065\u003a \u0027\u0025\u0054\u0027",_dcb ); -};_bac =append (_bac ,_fbag );_fcg .FinalHeight =_fbag .LineNumber ();};};return _bac ,nil ;};func (_ggd *Page )AddGenericRegion (bm *_gc .Bitmap ,xloc ,yloc ,template int ,tp _gd .Type ,duplicateLineRemoval bool )error {const _fbe ="P\u0061\u0067\u0065\u002eAd\u0064G\u0065\u006e\u0065\u0072\u0069c\u0052\u0065\u0067\u0069\u006f\u006e"; -_ffde :=&_gd .GenericRegion {};if _cfde :=_ffde .InitEncode (bm ,xloc ,yloc ,template ,duplicateLineRemoval );_cfde !=nil {return _eb .Wrap (_cfde ,_fbe ,"");};_cbd :=&_gd .Header {Type :_gd .TImmediateGenericRegion ,PageAssociation :_ggd .PageNumber ,SegmentData :_ffde }; -_ggd .Segments =append (_ggd .Segments ,_cbd );return nil ;};func (_cb *Document )completeClassifiedPages ()(_bgg error ){const _eg ="\u0063\u006f\u006dpl\u0065\u0074\u0065\u0043\u006c\u0061\u0073\u0073\u0069\u0066\u0069\u0065\u0064\u0050\u0061\u0067\u0065\u0073"; -if _cb .Classer ==nil {return nil ;};_cb ._cc =make ([]int ,_cb .Classer .UndilatedTemplates .Size ());for _ab :=0;_ab < _cb .Classer .ClassIDs .Size ();_ab ++{_dfg ,_ge :=_cb .Classer .ClassIDs .Get (_ab );if _ge !=nil {return _eb .Wrapf (_ge ,_eg ,"\u0063\u006c\u0061\u0073s \u0077\u0069\u0074\u0068\u0020\u0069\u0064\u003a\u0020\u0027\u0025\u0064\u0027",_ab ); -};_cb ._cc [_dfg ]++;};var _ag []int ;for _ga :=0;_ga < _cb .Classer .UndilatedTemplates .Size ();_ga ++{if _cb .NumberOfPages ==1||_cb ._cc [_ga ]> 1{_ag =append (_ag ,_ga );};};var (_cg *Page ;_bee bool ;);for _ce ,_bfd :=range *_cb .Classer .ComponentPageNumbers {if _cg ,_bee =_cb .Pages [_bfd ]; -!_bee {return _eb .Errorf (_eg ,"p\u0061g\u0065\u003a\u0020\u0027\u0025\u0064\u0027\u0020n\u006f\u0074\u0020\u0066ou\u006e\u0064",_ce );};if _cg .EncodingMethod ==GenericEM {_g .Log .Error ("\u0047\u0065\u006e\u0065\u0072\u0069c\u0020\u0070\u0061g\u0065\u0020\u0077i\u0074\u0068\u0020\u006e\u0075\u006d\u0062\u0065\u0072\u003a \u0027\u0025\u0064\u0027\u0020ma\u0070\u0070\u0065\u0064\u0020\u0061\u0073\u0020\u0063\u006c\u0061\u0073\u0073\u0069\u0066\u0069\u0065\u0064\u0020\u0070\u0061\u0067\u0065",_ce ); -continue ;};_cb ._cd [_bfd ]=append (_cb ._cd [_bfd ],_ce );_ccd ,_bb :=_cb .Classer .ClassIDs .Get (_ce );if _bb !=nil {return _eb .Wrapf (_bb ,_eg ,"\u006e\u006f\u0020\u0073uc\u0068\u0020\u0063\u006c\u0061\u0073\u0073\u0049\u0044\u003a\u0020\u0025\u0064",_ce ); -};if _cb ._cc [_ccd ]==1&&_cb .NumberOfPages !=1{_bd :=append (_cb ._ca [_bfd ],_ccd );_cb ._ca [_bfd ]=_bd ;};};if _bgg =_cb .Classer .ComputeLLCorners ();_bgg !=nil {return _eb .Wrap (_bgg ,_eg ,"");};if _ ,_bgg =_cb .addSymbolDictionary (0,_cb .Classer .UndilatedTemplates ,_ag ,_cb ._df ,false ); -_bgg !=nil {return _eb .Wrap (_bgg ,_eg ,"");};return nil ;};func (_gdc *Document )encodeEOFHeader (_aed _f .BinaryWriter )(_fdcc int ,_dgc error ){_gbb :=&_gd .Header {SegmentNumber :_gdc .nextSegmentNumber (),Type :_gd .TEndOfFile };if _fdcc ,_dgc =_gbb .Encode (_aed ); -_dgc !=nil {return 0,_eb .Wrap (_dgc ,"\u0065n\u0063o\u0064\u0065\u0045\u004f\u0046\u0048\u0065\u0061\u0064\u0065\u0072","");};return _fdcc ,nil ;};func (_dbb *Document )completeSymbols ()(_cecd error ){const _aa ="\u0063o\u006dp\u006c\u0065\u0074\u0065\u0053\u0079\u006d\u0062\u006f\u006c\u0073"; -if _dbb .Classer ==nil {return nil ;};if _dbb .Classer .UndilatedTemplates ==nil {return _eb .Error (_aa ,"\u006e\u006f t\u0065\u006d\u0070l\u0061\u0074\u0065\u0073 de\u0066in\u0065\u0064\u0020\u0066\u006f\u0072\u0020th\u0065\u0020\u0063\u006c\u0061\u0073\u0073e\u0072"); -};_efg :=len (_dbb .Pages )==1;_gcf :=make ([]int ,_dbb .Classer .UndilatedTemplates .Size ());var _gbf int ;for _bag :=0;_bag < _dbb .Classer .ClassIDs .Size ();_bag ++{_gbf ,_cecd =_dbb .Classer .ClassIDs .Get (_bag );if _cecd !=nil {return _eb .Wrap (_cecd ,_aa ,"\u0063\u006c\u0061\u0073\u0073\u0020\u0049\u0044\u0027\u0073"); -};_gcf [_gbf ]++;};var _gfcg []int ;for _ebf :=0;_ebf < _dbb .Classer .UndilatedTemplates .Size ();_ebf ++{if _gcf [_ebf ]==0{return _eb .Error (_aa ,"\u006eo\u0020\u0073y\u006d\u0062\u006f\u006cs\u0020\u0069\u006es\u0074\u0061\u006e\u0063\u0065\u0073\u0020\u0066\u006fun\u0064\u0020\u0066o\u0072\u0020g\u0069\u0076\u0065\u006e\u0020\u0063l\u0061\u0073s\u003f\u0020"); -};if _gcf [_ebf ]> 1||_efg {_gfcg =append (_gfcg ,_ebf );};};_dbb ._ec =len (_gfcg );var _gad ,_bgb int ;for _dc :=0;_dc < _dbb .Classer .ComponentPageNumbers .Size ();_dc ++{_gad ,_cecd =_dbb .Classer .ComponentPageNumbers .Get (_dc );if _cecd !=nil {return _eb .Wrapf (_cecd ,_aa ,"p\u0061\u0067\u0065\u003a\u0020\u0027\u0025\u0064\u0027 \u006e\u006f\u0074\u0020\u0066\u006f\u0075nd\u0020\u0069\u006e\u0020t\u0068\u0065\u0020\u0063\u006c\u0061\u0073\u0073\u0065r \u0070\u0061g\u0065\u006e\u0075\u006d\u0062\u0065\u0072\u0073",_dc ); -};_bgb ,_cecd =_dbb .Classer .ClassIDs .Get (_dc );if _cecd !=nil {return _eb .Wrapf (_cecd ,_aa ,"\u0063\u0061\u006e\u0027\u0074\u0020\u0067e\u0074\u0020\u0073y\u006d\u0062\u006f\u006c \u0066\u006f\u0072\u0020\u0070\u0061\u0067\u0065\u0020\u0027\u0025\u0064\u0027\u0020\u0066\u0072\u006f\u006d\u0020\u0063\u006c\u0061\u0073\u0073\u0065\u0072",_gad ); -};if _gcf [_bgb ]==1&&!_efg {_dbb ._ca [_gad ]=append (_dbb ._ca [_gad ],_bgb );};};if _cecd =_dbb .Classer .ComputeLLCorners ();_cecd !=nil {return _eb .Wrap (_cecd ,_aa ,"");};return nil ;};func (_cfg *Globals )GetSegment (segmentNumber int )(*_gd .Header ,error ){const _bbc ="\u0047l\u006fb\u0061\u006c\u0073\u002e\u0047e\u0074\u0053e\u0067\u006d\u0065\u006e\u0074"; -if _cfg ==nil {return nil ,_eb .Error (_bbc ,"\u0067\u006c\u006f\u0062al\u0073\u0020\u006e\u006f\u0074\u0020\u0064\u0065\u0066\u0069\u006e\u0065\u0064");};if len (_cfg .Segments )==0{return nil ,_eb .Error (_bbc ,"\u0067\u006c\u006f\u0062\u0061\u006c\u0073\u0020\u0061\u0072\u0065\u0020e\u006d\u0070\u0074\u0079"); -};var _gff *_gd .Header ;for _ ,_gff =range _cfg .Segments {if _gff .SegmentNumber ==uint32 (segmentNumber ){break ;};};if _gff ==nil {return nil ,_eb .Error (_bbc ,"\u0073\u0065\u0067\u006d\u0065\u006e\u0074\u0020\u006e\u006f\u0074\u0020f\u006f\u0075\u006e\u0064"); -};return _gff ,nil ;};func (_bea *Document )isFileHeaderPresent ()(bool ,error ){_bea .InputStream .Mark ();for _ ,_eee :=range _fc {_bgbb ,_fg :=_bea .InputStream .ReadByte ();if _fg !=nil {return false ,_fg ;};if _eee !=_bgbb {_bea .InputStream .Reset (); -return false ,nil ;};};_bea .InputStream .Reset ();return true ,nil ;};func (_bgbbg *Page )createNormalPage (_egf *_gd .PageInformationSegment )error {const _bcae ="\u0063\u0072e\u0061\u0074\u0065N\u006f\u0072\u006d\u0061\u006c\u0050\u0061\u0067\u0065"; -_bgbbg .Bitmap =_gc .New (_egf .PageBMWidth ,_egf .PageBMHeight );if _egf .DefaultPixelValue !=0{_bgbbg .Bitmap .SetDefaultPixel ();};for _ ,_fcef :=range _bgbbg .Segments {switch _fcef .Type {case 6,7,22,23,38,39,42,43:_g .Log .Trace ("\u0047\u0065\u0074\u0074in\u0067\u0020\u0053\u0065\u0067\u006d\u0065\u006e\u0074\u003a\u0020\u0025\u0064",_fcef .SegmentNumber ); -_gea ,_cffb :=_fcef .GetSegmentData ();if _cffb !=nil {return _cffb ;};_fded ,_gae :=_gea .(_gd .Regioner );if !_gae {_g .Log .Debug ("\u0053\u0065g\u006d\u0065\u006e\u0074\u003a\u0020\u0025\u0054\u0020\u0069\u0073\u0020\u006e\u006f\u0074\u0020\u0061\u0020\u0052\u0065\u0067\u0069on\u0065\u0072",_gea ); -return _eb .Errorf (_bcae ,"i\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u006a\u0062i\u0067\u0032\u0020\u0073\u0065\u0067\u006den\u0074\u0020\u0074\u0079p\u0065\u0020\u002d\u0020\u006e\u006f\u0074\u0020\u0061 R\u0065\u0067i\u006f\u006e\u0065\u0072\u003a\u0020\u0025\u0054",_gea ); -};_fdac ,_cffb :=_fded .GetRegionBitmap ();if _cffb !=nil {return _eb .Wrap (_cffb ,_bcae ,"");};if _bgbbg .fitsPage (_egf ,_fdac ){_bgbbg .Bitmap =_fdac ;}else {_bab :=_fded .GetRegionInfo ();_gdcb :=_bgbbg .getCombinationOperator (_egf ,_bab .CombinaionOperator ); -_cffb =_gc .Blit (_fdac ,_bgbbg .Bitmap ,int (_bab .XLocation ),int (_bab .YLocation ),_gdcb );if _cffb !=nil {return _eb .Wrap (_cffb ,_bcae ,"");};};};};return nil ;};const (GenericEM EncodingMethod =iota ;CorrelationEM ;RankHausEM ;);func InitEncodeDocument (fullHeaders bool )*Document {return &Document {FullHeaders :fullHeaders ,_ee :_f .BufferedMSB (),Pages :map[int ]*Page {},_ca :map[int ][]int {},_df :map[int ]int {},_cd :map[int ][]int {}}; -};type Page struct{Segments []*_gd .Header ;PageNumber int ;Bitmap *_gc .Bitmap ;FinalHeight int ;FinalWidth int ;ResolutionX int ;ResolutionY int ;IsLossless bool ;Document *Document ;FirstSegmentNumber int ;EncodingMethod EncodingMethod ;BlackIsOne bool ; -};func (_acef *Page )createStripedPage (_agd *_gd .PageInformationSegment )error {const _cfdg ="\u0063\u0072\u0065\u0061\u0074\u0065\u0053\u0074\u0072\u0069\u0070\u0065d\u0050\u0061\u0067\u0065";_cfda ,_agc :=_acef .collectPageStripes ();if _agc !=nil {return _eb .Wrap (_agc ,_cfdg ,""); -};var _eag int ;for _ ,_fad :=range _cfda {if _bfdc ,_fef :=_fad .(*_gd .EndOfStripe );_fef {_eag =_bfdc .LineNumber ()+1;}else {_acdc :=_fad .(_gd .Regioner );_eefe :=_acdc .GetRegionInfo ();_gbe :=_acef .getCombinationOperator (_agd ,_eefe .CombinaionOperator ); -_gce ,_dde :=_acdc .GetRegionBitmap ();if _dde !=nil {return _eb .Wrap (_dde ,_cfdg ,"");};_dde =_gc .Blit (_gce ,_acef .Bitmap ,int (_eefe .XLocation ),_eag ,_gbe );if _dde !=nil {return _eb .Wrap (_dde ,_cfdg ,"");};};};return nil ;};func (_gee *Page )getResolutionX ()(int ,error ){const _ecg ="\u0067\u0065\u0074\u0052\u0065\u0073\u006f\u006c\u0075t\u0069\u006f\u006e\u0058"; -if _gee .ResolutionX !=0{return _gee .ResolutionX ,nil ;};_egbd :=_gee .getPageInformationSegment ();if _egbd ==nil {return 0,_eb .Error (_ecg ,"n\u0069l\u0020\u0070\u0061\u0067\u0065\u0020\u0069\u006ef\u006f\u0072\u006d\u0061ti\u006f\u006e");};_bage ,_aee :=_egbd .GetSegmentData (); -if _aee !=nil {return 0,_eb .Wrap (_aee ,_ecg ,"");};_egfg ,_cfdf :=_bage .(*_gd .PageInformationSegment );if !_cfdf {return 0,_eb .Errorf (_ecg ,"\u0070\u0061\u0067\u0065\u0020\u0069n\u0066\u006f\u0072\u006d\u0061\u0074\u0069\u006f\u006e\u0020\u0073\u0065\u0067\u006d\u0065\u006e\u0074\u0020\u0069\u0073 \u006f\u0066\u0020\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0074\u0079\u0070e\u003a \u0027\u0025\u0054\u0027",_bage ); -};_gee .ResolutionX =_egfg .ResolutionX ;return _gee .ResolutionX ,nil ;};func (_aff *Page )GetBitmap ()(_deb *_gc .Bitmap ,_dbe error ){_g .Log .Trace (_bf .Sprintf ("\u005b\u0050\u0041G\u0045\u005d\u005b\u0023%\u0064\u005d\u0020\u0047\u0065\u0074\u0042i\u0074\u006d\u0061\u0070\u0020\u0062\u0065\u0067\u0069\u006e\u0073\u002e\u002e\u002e",_aff .PageNumber )); -defer func (){if _dbe !=nil {_g .Log .Trace (_bf .Sprintf ("\u005b\u0050\u0041\u0047\u0045\u005d\u005b\u0023\u0025\u0064\u005d\u0020\u0047\u0065\u0074B\u0069t\u006d\u0061\u0070\u0020\u0066\u0061\u0069\u006c\u0065\u0064\u002e\u0020\u0025\u0076",_aff .PageNumber ,_dbe )); -}else {_g .Log .Trace (_bf .Sprintf ("\u005b\u0050\u0041\u0047\u0045\u005d\u005b\u0023\u0025\u0064]\u0020\u0047\u0065\u0074\u0042\u0069\u0074m\u0061\u0070\u0020\u0066\u0069\u006e\u0069\u0073\u0068\u0065\u0064",_aff .PageNumber ));};}();if _aff .Bitmap !=nil {return _aff .Bitmap ,nil ; -};_dbe =_aff .composePageBitmap ();if _dbe !=nil {return nil ,_dbe ;};return _aff .Bitmap ,nil ;};func (_fafd *Page )GetResolutionY ()(int ,error ){return _fafd .getResolutionY ()};func (_aba *Page )GetSegment (number int )(*_gd .Header ,error ){const _fddd ="\u0050a\u0067e\u002e\u0047\u0065\u0074\u0053\u0065\u0067\u006d\u0065\u006e\u0074"; -for _ ,_ccb :=range _aba .Segments {if _ccb .SegmentNumber ==uint32 (number ){return _ccb ,nil ;};};_ccg :=make ([]uint32 ,len (_aba .Segments ));for _fe ,_ade :=range _aba .Segments {_ccg [_fe ]=_ade .SegmentNumber ;};return nil ,_eb .Errorf (_fddd ,"\u0073e\u0067\u006d\u0065n\u0074\u0020\u0077i\u0074h \u006e\u0075\u006d\u0062\u0065\u0072\u003a \u0027\u0025\u0064\u0027\u0020\u006e\u006f\u0074\u0020\u0066\u006f\u0075\u006e\u0064\u0020\u0069\u006e\u0020\u0074\u0068\u0065\u0020\u0070\u0061\u0067\u0065\u003a\u0020'%\u0064'\u002e\u0020\u004b\u006e\u006f\u0077n\u0020\u0073\u0065\u0067\u006de\u006e\u0074\u0020\u006e\u0075\u006d\u0062\u0065\u0072\u0073\u003a \u0025\u0076",number ,_aba .PageNumber ,_ccg ); -};func (_dgcg *Globals )GetSegmentByIndex (index int )(*_gd .Header ,error ){const _ccc ="\u0047l\u006f\u0062\u0061\u006cs\u002e\u0047\u0065\u0074\u0053e\u0067m\u0065n\u0074\u0042\u0079\u0049\u006e\u0064\u0065x";if _dgcg ==nil {return nil ,_eb .Error (_ccc ,"\u0067\u006c\u006f\u0062al\u0073\u0020\u006e\u006f\u0074\u0020\u0064\u0065\u0066\u0069\u006e\u0065\u0064"); -};if len (_dgcg .Segments )==0{return nil ,_eb .Error (_ccc ,"\u0067\u006c\u006f\u0062\u0061\u006c\u0073\u0020\u0061\u0072\u0065\u0020e\u006d\u0070\u0074\u0079");};if index > len (_dgcg .Segments )-1{return nil ,_eb .Error (_ccc ,"\u0069n\u0064e\u0078\u0020\u006f\u0075\u0074 \u006f\u0066 \u0072\u0061\u006e\u0067\u0065"); -};return _dgcg .Segments [index ],nil ;};func (_cdg *Page )AddPageInformationSegment (){_ebba :=&_gd .PageInformationSegment {PageBMWidth :_cdg .FinalWidth ,PageBMHeight :_cdg .FinalHeight ,ResolutionX :_cdg .ResolutionX ,ResolutionY :_cdg .ResolutionY ,IsLossless :_cdg .IsLossless }; -if _cdg .BlackIsOne {_ebba .DefaultPixelValue =uint8 (0x1);};_bed :=&_gd .Header {PageAssociation :_cdg .PageNumber ,SegmentDataLength :uint64 (_ebba .Size ()),SegmentData :_ebba ,Type :_gd .TPageInformation };_cdg .Segments =append (_cdg .Segments ,_bed ); -};func (_ffa *Page )countRegions ()int {var _gbeb int ;for _ ,_fagg :=range _ffa .Segments {switch _fagg .Type {case 6,7,22,23,38,39,42,43:_gbeb ++;};};return _gbeb ;};func (_fcc *Document )reachedEOF (_baf int64 )(bool ,error ){const _dfab ="\u0072\u0065\u0061\u0063\u0068\u0065\u0064\u0045\u004f\u0046"; -_ ,_fcf :=_fcc .InputStream .Seek (_baf ,_bg .SeekStart );if _fcf !=nil {_g .Log .Debug ("\u0072\u0065\u0061c\u0068\u0065\u0064\u0045\u004f\u0046\u0020\u002d\u0020\u0064\u002e\u0049\u006e\u0070\u0075\u0074\u0053\u0074\u0072\u0065\u0061\u006d\u002e\u0053\u0065\u0065\u006b\u0020\u0066a\u0069\u006c\u0065\u0064\u003a\u0020\u0025\u0076",_fcf ); -return false ,_eb .Wrap (_fcf ,_dfab ,"\u0069n\u0070\u0075\u0074\u0020\u0073\u0074\u0072\u0065\u0061\u006d\u0020s\u0065\u0065\u006b\u0020\u0066\u0061\u0069\u006c\u0065\u0064");};_ ,_fcf =_fcc .InputStream .ReadBits (32);if _fcf ==_bg .EOF {return true ,nil ; -}else if _fcf !=nil {return false ,_eb .Wrap (_fcf ,_dfab ,"");};return false ,nil ;};func (_fdf *Document )Encode ()(_bcg []byte ,_efa error ){const _abb ="\u0044o\u0063u\u006d\u0065\u006e\u0074\u002e\u0045\u006e\u0063\u006f\u0064\u0065";var _fdd ,_dbd int ; -if _fdf .FullHeaders {if _fdd ,_efa =_fdf .encodeFileHeader (_fdf ._ee );_efa !=nil {return nil ,_eb .Wrap (_efa ,_abb ,"");};};var (_gcb bool ;_ebc *_gd .Header ;_gdd *Page ;);if _efa =_fdf .completeClassifiedPages ();_efa !=nil {return nil ,_eb .Wrap (_efa ,_abb ,""); -};if _efa =_fdf .produceClassifiedPages ();_efa !=nil {return nil ,_eb .Wrap (_efa ,_abb ,"");};if _fdf .GlobalSegments !=nil {for _ ,_ebc =range _fdf .GlobalSegments .Segments {if _efa =_fdf .encodeSegment (_ebc ,&_fdd );_efa !=nil {return nil ,_eb .Wrap (_efa ,_abb ,""); -};};};for _bcd :=1;_bcd <=int (_fdf .NumberOfPages );_bcd ++{if _gdd ,_gcb =_fdf .Pages [_bcd ];!_gcb {return nil ,_eb .Errorf (_abb ,"p\u0061g\u0065\u003a\u0020\u0027\u0025\u0064\u0027\u0020n\u006f\u0074\u0020\u0066ou\u006e\u0064",_bcd );};for _ ,_ebc =range _gdd .Segments {if _efa =_fdf .encodeSegment (_ebc ,&_fdd ); -_efa !=nil {return nil ,_eb .Wrap (_efa ,_abb ,"");};};};if _fdf .FullHeaders {if _dbd ,_efa =_fdf .encodeEOFHeader (_fdf ._ee );_efa !=nil {return nil ,_eb .Wrap (_efa ,_abb ,"");};_fdd +=_dbd ;};_bcg =_fdf ._ee .Data ();if len (_bcg )!=_fdd {_g .Log .Debug ("\u0042\u0079\u0074\u0065\u0073 \u0077\u0072\u0069\u0074\u0074\u0065\u006e \u0028\u006e\u0029\u003a\u0020\u0027\u0025\u0064\u0027\u0020\u0069\u0073\u0020\u006e\u006f\u0074\u0020\u0065\u0071\u0075\u0061\u006c\u0020\u0074\u006f\u0020\u0074\u0068\u0065\u0020\u006c\u0065\u006e\u0067\u0074\u0068\u0020\u006f\u0066\u0020t\u0068\u0065\u0020\u0064\u0061\u0074\u0061\u0020\u0065\u006e\u0063\u006fd\u0065\u0064\u003a\u0020\u0027\u0025d\u0027",_fdd ,len (_bcg )); -};return _bcg ,nil ;};func (_ege *Page )fitsPage (_gbd *_gd .PageInformationSegment ,_aaae *_gc .Bitmap )bool {return _ege .countRegions ()==1&&_gbd .DefaultPixelValue ==0&&_gbd .PageBMWidth ==_aaae .Width &&_gbd .PageBMHeight ==_aaae .Height ;};func (_egg *Document )parseFileHeader ()error {const _dff ="\u0070a\u0072s\u0065\u0046\u0069\u006c\u0065\u0048\u0065\u0061\u0064\u0065\u0072"; -_ ,_ebe :=_egg .InputStream .Seek (8,_bg .SeekStart );if _ebe !=nil {return _eb .Wrap (_ebe ,_dff ,"\u0069\u0064");};_ ,_ebe =_egg .InputStream .ReadBits (5);if _ebe !=nil {return _eb .Wrap (_ebe ,_dff ,"\u0072\u0065\u0073\u0065\u0072\u0076\u0065\u0064\u0020\u0062\u0069\u0074\u0073"); -};_cfd ,_ebe :=_egg .InputStream .ReadBit ();if _ebe !=nil {return _eb .Wrap (_ebe ,_dff ,"\u0065x\u0074e\u006e\u0064\u0065\u0064\u0020t\u0065\u006dp\u006c\u0061\u0074\u0065\u0073");};if _cfd ==1{_egg .GBUseExtTemplate =true ;};_cfd ,_ebe =_egg .InputStream .ReadBit (); -if _ebe !=nil {return _eb .Wrap (_ebe ,_dff ,"\u0075\u006e\u006b\u006eow\u006e\u0020\u0070\u0061\u0067\u0065\u0020\u006e\u0075\u006d\u0062\u0065\u0072");};if _cfd !=1{_egg .NumberOfPagesUnknown =false ;};_cfd ,_ebe =_egg .InputStream .ReadBit ();if _ebe !=nil {return _eb .Wrap (_ebe ,_dff ,"\u006f\u0072\u0067\u0061\u006e\u0069\u007a\u0061\u0074\u0069\u006f\u006e \u0074\u0079\u0070\u0065"); -};_egg .OrganizationType =_gd .OrganizationType (_cfd );if !_egg .NumberOfPagesUnknown {_egg .NumberOfPages ,_ebe =_egg .InputStream .ReadUint32 ();if _ebe !=nil {return _eb .Wrap (_ebe ,_dff ,"\u006eu\u006db\u0065\u0072\u0020\u006f\u0066\u0020\u0070\u0061\u0067\u0065\u0073"); -};_egg ._a =13;};return nil ;};func _bad (_ef int )int {_dgg :=0;_ad :=(_ef &(_ef -1))==0;_ef >>=1;for ;_ef !=0;_ef >>=1{_dgg ++;};if _ad {return _dgg ;};return _dgg +1;};func (_bgf *Globals )GetSymbolDictionary ()(*_gd .Header ,error ){const _eca ="G\u006c\u006f\u0062\u0061\u006c\u0073.\u0047\u0065\u0074\u0053\u0079\u006d\u0062\u006f\u006cD\u0069\u0063\u0074i\u006fn\u0061\u0072\u0079"; -if _bgf ==nil {return nil ,_eb .Error (_eca ,"\u0067\u006c\u006f\u0062al\u0073\u0020\u006e\u006f\u0074\u0020\u0064\u0065\u0066\u0069\u006e\u0065\u0064");};if len (_bgf .Segments )==0{return nil ,_eb .Error (_eca ,"\u0067\u006c\u006f\u0062\u0061\u006c\u0073\u0020\u0061\u0072\u0065\u0020e\u006d\u0070\u0074\u0079"); -};for _ ,_acg :=range _bgf .Segments {if _acg .Type ==_gd .TSymbolDictionary {return _acg ,nil ;};};return nil ,_eb .Error (_eca ,"\u0067\u006c\u006fba\u006c\u0020\u0073\u0079\u006d\u0062\u006f\u006c\u0020d\u0069c\u0074i\u006fn\u0061\u0072\u0079\u0020\u006e\u006f\u0074\u0020\u0066\u006f\u0075\u006e\u0064"); -};func (_abed *Page )AddEndOfPageSegment (){_fdg :=&_gd .Header {Type :_gd .TEndOfPage ,PageAssociation :_abed .PageNumber };_abed .Segments =append (_abed .Segments ,_fdg );};func (_gffc *Page )getWidth ()(int ,error ){const _fbagd ="\u0067\u0065\u0074\u0057\u0069\u0064\u0074\u0068"; -if _gffc .FinalWidth !=0{return _gffc .FinalWidth ,nil ;};_gbebe :=_gffc .getPageInformationSegment ();if _gbebe ==nil {return 0,_eb .Error (_fbagd ,"n\u0069l\u0020\u0070\u0061\u0067\u0065\u0020\u0069\u006ef\u006f\u0072\u006d\u0061ti\u006f\u006e");};_eege ,_dbddb :=_gbebe .GetSegmentData (); -if _dbddb !=nil {return 0,_eb .Wrap (_dbddb ,_fbagd ,"");};_ecae ,_aeg :=_eege .(*_gd .PageInformationSegment );if !_aeg {return 0,_eb .Errorf (_fbagd ,"\u0070\u0061\u0067\u0065\u0020\u0069n\u0066\u006f\u0072\u006d\u0061\u0074\u0069\u006f\u006e\u0020\u0073\u0065\u0067\u006d\u0065\u006e\u0074\u0020\u0069\u0073 \u006f\u0066\u0020\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0074\u0079\u0070e\u003a \u0027\u0025\u0054\u0027",_eege ); -};_gffc .FinalWidth =_ecae .PageBMWidth ;return _gffc .FinalWidth ,nil ;};func (_dfd *Document )AddGenericPage (bm *_gc .Bitmap ,duplicateLineRemoval bool )(_ecd error ){const _ae ="\u0044\u006f\u0063um\u0065\u006e\u0074\u002e\u0041\u0064\u0064\u0047\u0065\u006e\u0065\u0072\u0069\u0063\u0050\u0061\u0067\u0065"; -if !_dfd .FullHeaders &&_dfd .NumberOfPages !=0{return _eb .Error (_ae ,"\u0064\u006f\u0063\u0075\u006de\u006e\u0074\u0020\u0061\u006c\u0072\u0065a\u0064\u0079\u0020\u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0073\u0020\u0070\u0061\u0067\u0065\u002e\u0020\u0046\u0069\u006c\u0065\u004d\u006f\u0064\u0065\u0020\u0064\u0069\u0073\u0061\u006c\u006c\u006f\u0077\u0073\u0020\u0061\u0064\u0064i\u006e\u0067\u0020\u006d\u006f\u0072\u0065\u0020\u0074\u0068\u0061\u006e \u006f\u006e\u0065\u0020\u0070\u0061g\u0065"); -};_eef :=&Page {Segments :[]*_gd .Header {},Bitmap :bm ,Document :_dfd ,FinalHeight :bm .Height ,FinalWidth :bm .Width ,IsLossless :true ,BlackIsOne :bm .Color ==_gc .Chocolate };_eef .PageNumber =int (_dfd .nextPageNumber ());_dfd .Pages [_eef .PageNumber ]=_eef ; -bm .InverseData ();_eef .AddPageInformationSegment ();if _ecd =_eef .AddGenericRegion (bm ,0,0,0,_gd .TImmediateGenericRegion ,duplicateLineRemoval );_ecd !=nil {return _eb .Wrap (_ecd ,_ae ,"");};if _dfd .FullHeaders {_eef .AddEndOfPageSegment ();};return nil ; -};func (_badd *Document )GetNumberOfPages ()(uint32 ,error ){if _badd .NumberOfPagesUnknown ||_badd .NumberOfPages ==0{if len (_badd .Pages )==0{if _abe :=_badd .mapData ();_abe !=nil {return 0,_eb .Wrap (_abe ,"\u0044o\u0063\u0075\u006d\u0065n\u0074\u002e\u0047\u0065\u0074N\u0075m\u0062e\u0072\u004f\u0066\u0050\u0061\u0067\u0065s",""); -};};return uint32 (len (_badd .Pages )),nil ;};return _badd .NumberOfPages ,nil ;};func (_eaf *Document )encodeFileHeader (_fda _f .BinaryWriter )(_ace int ,_bdg error ){const _afa ="\u0065\u006ec\u006f\u0064\u0065F\u0069\u006c\u0065\u0048\u0065\u0061\u0064\u0065\u0072"; -_ace ,_bdg =_fda .Write (_fc );if _bdg !=nil {return _ace ,_eb .Wrap (_bdg ,_afa ,"\u0069\u0064");};if _bdg =_fda .WriteByte (0x01);_bdg !=nil {return _ace ,_eb .Wrap (_bdg ,_afa ,"\u0066\u006c\u0061g\u0073");};_ace ++;_eeb :=make ([]byte ,4);_b .BigEndian .PutUint32 (_eeb ,_eaf .NumberOfPages ); -_eff ,_bdg :=_fda .Write (_eeb );if _bdg !=nil {return _eff ,_eb .Wrap (_bdg ,_afa ,"p\u0061\u0067\u0065\u0020\u006e\u0075\u006d\u0062\u0065\u0072");};_ace +=_eff ;return _ace ,nil ;};type Document struct{Pages map[int ]*Page ;NumberOfPagesUnknown bool ; -NumberOfPages uint32 ;GBUseExtTemplate bool ;InputStream *_f .Reader ;GlobalSegments *Globals ;OrganizationType _gd .OrganizationType ;Classer *_de .Classer ;XRes ,YRes int ;FullHeaders bool ;CurrentSegmentNumber uint32 ;AverageTemplates *_gc .Bitmaps ; -BaseIndexes []int ;Refinement bool ;RefineLevel int ;_a uint8 ;_ee *_f .BufferedWriter ;EncodeGlobals bool ;_ec int ;_ca map[int ][]int ;_cd map[int ][]int ;_cc []int ;_df map[int ]int ;};func (_fbg *Page )clearSegmentData (){for _gdb :=range _fbg .Segments {_fbg .Segments [_gdb ].CleanSegmentData (); -};};func (_efe *Document )determineRandomDataOffsets (_gec []*_gd .Header ,_caa uint64 ){if _efe .OrganizationType !=_gd .ORandom {return ;};for _ ,_cga :=range _gec {_cga .SegmentDataStartOffset =_caa ;_caa +=_cga .SegmentDataLength ;};};func (_bca *Page )GetHeight ()(int ,error ){return _bca .getHeight ()}; -func (_ed *Document )addSymbolDictionary (_ced int ,_dd *_gc .Bitmaps ,_ega []int ,_ea map[int ]int ,_baa bool )(*_gd .Header ,error ){const _bbe ="\u0061\u0064\u0064\u0053ym\u0062\u006f\u006c\u0044\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079"; -_fdc :=&_gd .SymbolDictionary {};if _gac :=_fdc .InitEncode (_dd ,_ega ,_ea ,_baa );_gac !=nil {return nil ,_gac ;};_dae :=&_gd .Header {Type :_gd .TSymbolDictionary ,PageAssociation :_ced ,SegmentData :_fdc };if _ced ==0{if _ed .GlobalSegments ==nil {_ed .GlobalSegments =&Globals {}; -};_ed .GlobalSegments .AddSegment (_dae );return _dae ,nil ;};_dgd ,_adf :=_ed .Pages [_ced ];if !_adf {return nil ,_eb .Errorf (_bbe ,"p\u0061g\u0065\u003a\u0020\u0027\u0025\u0064\u0027\u0020n\u006f\u0074\u0020\u0066ou\u006e\u0064",_ced );};var (_eeg int ; -_edb *_gd .Header ;);for _eeg ,_edb =range _dgd .Segments {if _edb .Type ==_gd .TPageInformation {break ;};};_eeg ++;_dgd .Segments =append (_dgd .Segments ,nil );copy (_dgd .Segments [_eeg +1:],_dgd .Segments [_eeg :]);_dgd .Segments [_eeg ]=_dae ;return _dae ,nil ; -};func (_ba *Document )produceClassifiedPages ()(_fd error ){const _gf ="\u0070\u0072\u006f\u0064uc\u0065\u0043\u006c\u0061\u0073\u0073\u0069\u0066\u0069\u0065\u0064\u0050\u0061\u0067e\u0073";if _ba .Classer ==nil {return nil ;};var (_abd *Page ;_dg bool ; -_gfc *_gd .Header ;);for _db :=1;_db <=int (_ba .NumberOfPages );_db ++{if _abd ,_dg =_ba .Pages [_db ];!_dg {return _eb .Errorf (_gf ,"p\u0061g\u0065\u003a\u0020\u0027\u0025\u0064\u0027\u0020n\u006f\u0074\u0020\u0066ou\u006e\u0064",_db );};if _abd .EncodingMethod ==GenericEM {continue ; -};if _gfc ==nil {if _gfc ,_fd =_ba .GlobalSegments .GetSymbolDictionary ();_fd !=nil {return _eb .Wrap (_fd ,_gf ,"");};};if _fd =_ba .produceClassifiedPage (_abd ,_gfc );_fd !=nil {return _eb .Wrapf (_fd ,_gf ,"\u0070\u0061\u0067\u0065\u003a\u0020\u0027\u0025\u0064\u0027",_db ); -};};return nil ;};func DecodeDocument (input *_f .Reader ,globals *Globals )(*Document ,error ){return _edg (input ,globals );};func (_cfed *Document )mapData ()error {const _aaa ="\u006da\u0070\u0044\u0061\u0074\u0061";var (_acd []*_gd .Header ;_ebb int64 ; -_egc _gd .Type ;);_ede ,_gab :=_cfed .isFileHeaderPresent ();if _gab !=nil {return _eb .Wrap (_gab ,_aaa ,"");};if _ede {if _gab =_cfed .parseFileHeader ();_gab !=nil {return _eb .Wrap (_gab ,_aaa ,"");};_ebb +=int64 (_cfed ._a );_cfed .FullHeaders =true ; -};var (_aef *Page ;_edbd bool ;);for _egc !=51&&!_edbd {_eed ,_adc :=_gd .NewHeader (_cfed ,_cfed .InputStream ,_ebb ,_cfed .OrganizationType );if _adc !=nil {return _eb .Wrap (_adc ,_aaa ,"");};_g .Log .Trace ("\u0044\u0065c\u006f\u0064\u0069\u006eg\u0020\u0073e\u0067\u006d\u0065\u006e\u0074\u0020\u006e\u0075m\u0062\u0065\u0072\u003a\u0020\u0025\u0064\u002c\u0020\u0054\u0079\u0070e\u003a\u0020\u0025\u0073",_eed .SegmentNumber ,_eed .Type ); -_egc =_eed .Type ;if _egc !=_gd .TEndOfFile {if _eed .PageAssociation !=0{_aef =_cfed .Pages [_eed .PageAssociation ];if _aef ==nil {_aef =_fde (_cfed ,_eed .PageAssociation );_cfed .Pages [_eed .PageAssociation ]=_aef ;if _cfed .NumberOfPagesUnknown {_cfed .NumberOfPages ++; -};};_aef .Segments =append (_aef .Segments ,_eed );}else {_cfed .GlobalSegments .AddSegment (_eed );};};_acd =append (_acd ,_eed );_ebb =_cfed .InputStream .AbsolutePosition ();if _cfed .OrganizationType ==_gd .OSequential {_ebb +=int64 (_eed .SegmentDataLength ); -};_edbd ,_adc =_cfed .reachedEOF (_ebb );if _adc !=nil {_g .Log .Debug ("\u006a\u0062\u0069\u0067\u0032 \u0064\u006f\u0063\u0075\u006d\u0065\u006e\u0074\u0020\u0072\u0065\u0061\u0063h\u0065\u0064\u0020\u0045\u004f\u0046\u0020\u0077\u0069\u0074\u0068\u0020\u0065\u0072\u0072\u006f\u0072\u003a\u0020\u0025\u0076",_adc ); -return _eb .Wrap (_adc ,_aaa ,"");};};_cfed .determineRandomDataOffsets (_acd ,uint64 (_ebb ));return nil ;};func (_fbb *Page )nextSegmentNumber ()uint32 {return _fbb .Document .nextSegmentNumber ()};func (_fffee *Page )lastSegmentNumber ()(_eadg uint32 ,_daf error ){const _fccgb ="\u006c\u0061\u0073\u0074\u0053\u0065\u0067\u006d\u0065\u006e\u0074\u004eu\u006d\u0062\u0065\u0072"; -if len (_fffee .Segments )==0{return _eadg ,_eb .Errorf (_fccgb ,"\u006e\u006f\u0020se\u0067\u006d\u0065\u006e\u0074\u0073\u0020\u0066\u006fu\u006ed\u0020i\u006e \u0074\u0068\u0065\u0020\u0070\u0061\u0067\u0065\u0020\u0027\u0025\u0064\u0027",_fffee .PageNumber ); -};return _fffee .Segments [len (_fffee .Segments )-1].SegmentNumber ,nil ;};func (_dfb *Page )GetWidth ()(int ,error ){return _dfb .getWidth ()};func (_fba *Page )GetResolutionX ()(int ,error ){return _fba .getResolutionX ()};func (_bead *Page )addTextRegionSegment (_fbc []*_gd .Header ,_beae ,_bagf map[int ]int ,_bdc []int ,_faf *_gc .Points ,_eeba *_gc .Bitmaps ,_geg *_e .IntSlice ,_gedg *_gc .Boxes ,_gdg ,_eac int ){_cdgd :=&_gd .TextRegion {NumberOfSymbols :uint32 (_eac )}; -_cdgd .InitEncode (_beae ,_bagf ,_bdc ,_faf ,_eeba ,_geg ,_gedg ,_bead .FinalWidth ,_bead .FinalHeight ,_gdg );_fccb :=&_gd .Header {RTSegments :_fbc ,SegmentData :_cdgd ,PageAssociation :_bead .PageNumber ,Type :_gd .TImmediateTextRegion };_abdc :=_gd .TPageInformation ; -if _bagf !=nil {_abdc =_gd .TSymbolDictionary ;};var _eec int ;for ;_eec < len (_bead .Segments );_eec ++{if _bead .Segments [_eec ].Type ==_abdc {_eec ++;break ;};};_bead .Segments =append (_bead .Segments ,nil );copy (_bead .Segments [_eec +1:],_bead .Segments [_eec :]); -_bead .Segments [_eec ]=_fccb ;};func _edg (_cbg *_f .Reader ,_fff *Globals )(*Document ,error ){_abee :=&Document {Pages :make (map[int ]*Page ),InputStream :_cbg ,OrganizationType :_gd .OSequential ,NumberOfPagesUnknown :true ,GlobalSegments :_fff ,_a :9}; -if _abee .GlobalSegments ==nil {_abee .GlobalSegments =&Globals {};};if _dfdd :=_abee .mapData ();_dfdd !=nil {return nil ,_dfdd ;};return _abee ,nil ;};func (_bff *Document )nextSegmentNumber ()uint32 {_ceg :=_bff .CurrentSegmentNumber ;_bff .CurrentSegmentNumber ++; -return _ceg ;};func (_gcfg *Globals )AddSegment (segment *_gd .Header ){_gcfg .Segments =append (_gcfg .Segments ,segment );};func (_ddc *Document )GetGlobalSegment (i int )(*_gd .Header ,error ){_dfda ,_bga :=_ddc .GlobalSegments .GetSegment (i );if _bga !=nil {return nil ,_eb .Wrap (_bga ,"\u0047\u0065t\u0047\u006c\u006fb\u0061\u006c\u0053\u0065\u0067\u006d\u0065\u006e\u0074",""); -};return _dfda ,nil ;};type Globals struct{Segments []*_gd .Header ;};func (_fdb *Page )getHeight ()(int ,error ){const _ffgc ="\u0067e\u0074\u0048\u0065\u0069\u0067\u0068t";if _fdb .FinalHeight !=0{return _fdb .FinalHeight ,nil ;};_ead :=_fdb .getPageInformationSegment (); -if _ead ==nil {return 0,_eb .Error (_ffgc ,"n\u0069l\u0020\u0070\u0061\u0067\u0065\u0020\u0069\u006ef\u006f\u0072\u006d\u0061ti\u006f\u006e");};_dbdd ,_bbcf :=_ead .GetSegmentData ();if _bbcf !=nil {return 0,_eb .Wrap (_bbcf ,_ffgc ,"");};_egd ,_afg :=_dbdd .(*_gd .PageInformationSegment ); -if !_afg {return 0,_eb .Errorf (_ffgc ,"\u0070\u0061\u0067\u0065\u0020\u0069n\u0066\u006f\u0072\u006d\u0061\u0074\u0069\u006f\u006e\u0020\u0073\u0065\u0067\u006d\u0065\u006e\u0074\u0020\u0069\u0073 \u006f\u0066\u0020\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0074\u0079\u0070e\u003a \u0027\u0025\u0054\u0027",_dbdd ); -};if _egd .PageBMHeight ==_be .MaxInt32 {_ ,_bbcf =_fdb .GetBitmap ();if _bbcf !=nil {return 0,_eb .Wrap (_bbcf ,_ffgc ,"");};}else {_fdb .FinalHeight =_egd .PageBMHeight ;};return _fdb .FinalHeight ,nil ;};func (_ggg *Page )Encode (w _f .BinaryWriter )(_cff int ,_ebbd error ){const _ecf ="P\u0061\u0067\u0065\u002e\u0045\u006e\u0063\u006f\u0064\u0065"; -var _gaa int ;for _ ,_edd :=range _ggg .Segments {if _gaa ,_ebbd =_edd .Encode (w );_ebbd !=nil {return _cff ,_eb .Wrap (_ebbd ,_ecf ,"");};_cff +=_gaa ;};return _cff ,nil ;};func (_edc *Page )getPageInformationSegment ()*_gd .Header {for _ ,_fgf :=range _edc .Segments {if _fgf .Type ==_gd .TPageInformation {return _fgf ; -};};_g .Log .Debug ("\u0050\u0061\u0067\u0065\u0020\u0069\u006e\u0066o\u0072\u006d\u0061ti\u006f\u006e\u0020\u0073\u0065\u0067m\u0065\u006e\u0074\u0020\u006e\u006f\u0074\u0020\u0066\u006f\u0075\u006e\u0064\u0020\u0066o\u0072\u0020\u0070\u0061\u0067\u0065\u003a\u0020%\u0073\u002e",_edc ); -return nil ;};func (_efc *Page )createPage (_ddf *_gd .PageInformationSegment )error {var _fac error ;if !_ddf .IsStripe ||_ddf .PageBMHeight !=-1{_fac =_efc .createNormalPage (_ddf );}else {_fac =_efc .createStripedPage (_ddf );};return _fac ;}; \ No newline at end of file +package document ;import (_e "encoding/binary";_g "fmt";_ea "github.com/unidoc/unipdf/v3/common";_gd "github.com/unidoc/unipdf/v3/internal/bitwise";_gdg "github.com/unidoc/unipdf/v3/internal/jbig2/basic";_f "github.com/unidoc/unipdf/v3/internal/jbig2/bitmap"; +_gg "github.com/unidoc/unipdf/v3/internal/jbig2/document/segments";_gc "github.com/unidoc/unipdf/v3/internal/jbig2/encoder/classer";_c "github.com/unidoc/unipdf/v3/internal/jbig2/errors";_eba "io";_eb "math";_ag "runtime/debug";);func (_dcb *Page )Encode (w _gd .BinaryWriter )(_eagf int ,_fff error ){const _agdf ="P\u0061\u0067\u0065\u002e\u0045\u006e\u0063\u006f\u0064\u0065"; +var _fdda int ;for _ ,_cdeb :=range _dcb .Segments {if _fdda ,_fff =_cdeb .Encode (w );_fff !=nil {return _eagf ,_c .Wrap (_fff ,_agdf ,"");};_eagf +=_fdda ;};return _eagf ,nil ;};func DecodeDocument (input *_gd .Reader ,globals *Globals )(*Document ,error ){return _fbfc (input ,globals ); +};func (_cefa *Document )nextPageNumber ()uint32 {_cefa .NumberOfPages ++;return _cefa .NumberOfPages };func (_ccg *Globals )GetSegmentByIndex (index int )(*_gg .Header ,error ){const _dcce ="\u0047l\u006f\u0062\u0061\u006cs\u002e\u0047\u0065\u0074\u0053e\u0067m\u0065n\u0074\u0042\u0079\u0049\u006e\u0064\u0065x"; +if _ccg ==nil {return nil ,_c .Error (_dcce ,"\u0067\u006c\u006f\u0062al\u0073\u0020\u006e\u006f\u0074\u0020\u0064\u0065\u0066\u0069\u006e\u0065\u0064");};if len (_ccg .Segments )==0{return nil ,_c .Error (_dcce ,"\u0067\u006c\u006f\u0062\u0061\u006c\u0073\u0020\u0061\u0072\u0065\u0020e\u006d\u0070\u0074\u0079"); +};if index > len (_ccg .Segments )-1{return nil ,_c .Error (_dcce ,"\u0069n\u0064e\u0078\u0020\u006f\u0075\u0074 \u006f\u0066 \u0072\u0061\u006e\u0067\u0065");};return _ccg .Segments [index ],nil ;};type Page struct{Segments []*_gg .Header ;PageNumber int ; +Bitmap *_f .Bitmap ;FinalHeight int ;FinalWidth int ;ResolutionX int ;ResolutionY int ;IsLossless bool ;Document *Document ;FirstSegmentNumber int ;EncodingMethod EncodingMethod ;BlackIsOne bool ;};func (_ffa *Document )nextSegmentNumber ()uint32 {_ecb :=_ffa .CurrentSegmentNumber ; +_ffa .CurrentSegmentNumber ++;return _ecb ;};func (_gde *Page )GetWidth ()(int ,error ){return _gde .getWidth ()};func (_fda *Page )clearSegmentData (){for _aeb :=range _fda .Segments {_fda .Segments [_aeb ].CleanSegmentData ();};};func (_gggb *Globals )GetSegment (segmentNumber int )(*_gg .Header ,error ){const _afg ="\u0047l\u006fb\u0061\u006c\u0073\u002e\u0047e\u0074\u0053e\u0067\u006d\u0065\u006e\u0074"; +if _gggb ==nil {return nil ,_c .Error (_afg ,"\u0067\u006c\u006f\u0062al\u0073\u0020\u006e\u006f\u0074\u0020\u0064\u0065\u0066\u0069\u006e\u0065\u0064");};if len (_gggb .Segments )==0{return nil ,_c .Error (_afg ,"\u0067\u006c\u006f\u0062\u0061\u006c\u0073\u0020\u0061\u0072\u0065\u0020e\u006d\u0070\u0074\u0079"); +};var _eeba *_gg .Header ;for _ ,_eeba =range _gggb .Segments {if _eeba .SegmentNumber ==uint32 (segmentNumber ){break ;};};if _eeba ==nil {return nil ,_c .Error (_afg ,"\u0073\u0065\u0067\u006d\u0065\u006e\u0074\u0020\u006e\u006f\u0074\u0020f\u006f\u0075\u006e\u0064"); +};return _eeba ,nil ;};type Globals struct{Segments []*_gg .Header ;};func (_aaaa *Page )addTextRegionSegment (_cbeb []*_gg .Header ,_fgbf ,_eaae map[int ]int ,_cd []int ,_cde *_f .Points ,_fce *_f .Bitmaps ,_cbgb *_gdg .IntSlice ,_cae *_f .Boxes ,_efa ,_ggf int ){_fdec :=&_gg .TextRegion {NumberOfSymbols :uint32 (_ggf )}; +_fdec .InitEncode (_fgbf ,_eaae ,_cd ,_cde ,_fce ,_cbgb ,_cae ,_aaaa .FinalWidth ,_aaaa .FinalHeight ,_efa );_fgbd :=&_gg .Header {RTSegments :_cbeb ,SegmentData :_fdec ,PageAssociation :_aaaa .PageNumber ,Type :_gg .TImmediateTextRegion };_bfc :=_gg .TPageInformation ; +if _eaae !=nil {_bfc =_gg .TSymbolDictionary ;};var _cdec int ;for ;_cdec < len (_aaaa .Segments );_cdec ++{if _aaaa .Segments [_cdec ].Type ==_bfc {_cdec ++;break ;};};_aaaa .Segments =append (_aaaa .Segments ,nil );copy (_aaaa .Segments [_cdec +1:],_aaaa .Segments [_cdec :]); +_aaaa .Segments [_cdec ]=_fgbd ;};func (_age *Document )completeSymbols ()(_aeg error ){const _dca ="\u0063o\u006dp\u006c\u0065\u0074\u0065\u0053\u0079\u006d\u0062\u006f\u006c\u0073";if _age .Classer ==nil {return nil ;};if _age .Classer .UndilatedTemplates ==nil {return _c .Error (_dca ,"\u006e\u006f t\u0065\u006d\u0070l\u0061\u0074\u0065\u0073 de\u0066in\u0065\u0064\u0020\u0066\u006f\u0072\u0020th\u0065\u0020\u0063\u006c\u0061\u0073\u0073e\u0072"); +};_aaa :=len (_age .Pages )==1;_gb :=make ([]int ,_age .Classer .UndilatedTemplates .Size ());var _ece int ;for _gf :=0;_gf < _age .Classer .ClassIDs .Size ();_gf ++{_ece ,_aeg =_age .Classer .ClassIDs .Get (_gf );if _aeg !=nil {return _c .Wrap (_aeg ,_dca ,"\u0063\u006c\u0061\u0073\u0073\u0020\u0049\u0044\u0027\u0073"); +};_gb [_ece ]++;};var _fdf []int ;for _ee :=0;_ee < _age .Classer .UndilatedTemplates .Size ();_ee ++{if _gb [_ee ]==0{return _c .Error (_dca ,"\u006eo\u0020\u0073y\u006d\u0062\u006f\u006cs\u0020\u0069\u006es\u0074\u0061\u006e\u0063\u0065\u0073\u0020\u0066\u006fun\u0064\u0020\u0066o\u0072\u0020g\u0069\u0076\u0065\u006e\u0020\u0063l\u0061\u0073s\u003f\u0020"); +};if _gb [_ee ]> 1||_aaa {_fdf =append (_fdf ,_ee );};};_age ._cb =len (_fdf );var _ebg ,_bag int ;for _dcg :=0;_dcg < _age .Classer .ComponentPageNumbers .Size ();_dcg ++{_ebg ,_aeg =_age .Classer .ComponentPageNumbers .Get (_dcg );if _aeg !=nil {return _c .Wrapf (_aeg ,_dca ,"p\u0061\u0067\u0065\u003a\u0020\u0027\u0025\u0064\u0027 \u006e\u006f\u0074\u0020\u0066\u006f\u0075nd\u0020\u0069\u006e\u0020t\u0068\u0065\u0020\u0063\u006c\u0061\u0073\u0073\u0065r \u0070\u0061g\u0065\u006e\u0075\u006d\u0062\u0065\u0072\u0073",_dcg ); +};_bag ,_aeg =_age .Classer .ClassIDs .Get (_dcg );if _aeg !=nil {return _c .Wrapf (_aeg ,_dca ,"\u0063\u0061\u006e\u0027\u0074\u0020\u0067e\u0074\u0020\u0073y\u006d\u0062\u006f\u006c \u0066\u006f\u0072\u0020\u0070\u0061\u0067\u0065\u0020\u0027\u0025\u0064\u0027\u0020\u0066\u0072\u006f\u006d\u0020\u0063\u006c\u0061\u0073\u0073\u0065\u0072",_ebg ); +};if _gb [_bag ]==1&&!_aaa {_age ._ed [_ebg ]=append (_age ._ed [_ebg ],_bag );};};if _aeg =_age .Classer .ComputeLLCorners ();_aeg !=nil {return _c .Wrap (_aeg ,_dca ,"");};return nil ;};func (_fb *Document )produceClassifiedPage (_eg *Page ,_cbc *_gg .Header )(_cff error ){const _ccc ="p\u0072\u006f\u0064\u0075ce\u0043l\u0061\u0073\u0073\u0069\u0066i\u0065\u0064\u0050\u0061\u0067\u0065"; +var _fdg map[int ]int ;_ddb :=_fb ._cb ;_bce :=[]*_gg .Header {_cbc };if len (_fb ._ed [_eg .PageNumber ])> 0{_fdg =map[int ]int {};_aa ,_dfaa :=_fb .addSymbolDictionary (_eg .PageNumber ,_fb .Classer .UndilatedTemplates ,_fb ._ed [_eg .PageNumber ],_fdg ,false ); +if _dfaa !=nil {return _c .Wrap (_dfaa ,_ccc ,"");};_bce =append (_bce ,_aa );_ddb +=len (_fb ._ed [_eg .PageNumber ]);};_cad :=_fb ._eaa [_eg .PageNumber ];_ea .Log .Debug ("P\u0061g\u0065\u003a\u0020\u0027\u0025\u0064\u0027\u0020c\u006f\u006d\u0070\u0073: \u0025\u0076",_eg .PageNumber ,_cad ); +_eg .addTextRegionSegment (_bce ,_fb ._da ,_fdg ,_fb ._eaa [_eg .PageNumber ],_fb .Classer .PtaLL ,_fb .Classer .UndilatedTemplates ,_fb .Classer .ClassIDs ,nil ,_bff (_ddb ),len (_fb ._eaa [_eg .PageNumber ]));return nil ;};func (_ge *Document )completeClassifiedPages ()(_ef error ){const _cg ="\u0063\u006f\u006dpl\u0065\u0074\u0065\u0043\u006c\u0061\u0073\u0073\u0069\u0066\u0069\u0065\u0064\u0050\u0061\u0067\u0065\u0073"; +if _ge .Classer ==nil {return nil ;};_ge ._ae =make ([]int ,_ge .Classer .UndilatedTemplates .Size ());for _db :=0;_db < _ge .Classer .ClassIDs .Size ();_db ++{_cfa ,_aec :=_ge .Classer .ClassIDs .Get (_db );if _aec !=nil {return _c .Wrapf (_aec ,_cg ,"\u0063\u006c\u0061\u0073s \u0077\u0069\u0074\u0068\u0020\u0069\u0064\u003a\u0020\u0027\u0025\u0064\u0027",_db ); +};_ge ._ae [_cfa ]++;};var _b []int ;for _bc :=0;_bc < _ge .Classer .UndilatedTemplates .Size ();_bc ++{if _ge .NumberOfPages ==1||_ge ._ae [_bc ]> 1{_b =append (_b ,_bc );};};var (_geg *Page ;_dbc bool ;);for _ba ,_fe :=range *_ge .Classer .ComponentPageNumbers {if _geg ,_dbc =_ge .Pages [_fe ]; +!_dbc {return _c .Errorf (_cg ,"p\u0061g\u0065\u003a\u0020\u0027\u0025\u0064\u0027\u0020n\u006f\u0074\u0020\u0066ou\u006e\u0064",_ba );};if _geg .EncodingMethod ==GenericEM {_ea .Log .Error ("\u0047\u0065\u006e\u0065\u0072\u0069c\u0020\u0070\u0061g\u0065\u0020\u0077i\u0074\u0068\u0020\u006e\u0075\u006d\u0062\u0065\u0072\u003a \u0027\u0025\u0064\u0027\u0020ma\u0070\u0070\u0065\u0064\u0020\u0061\u0073\u0020\u0063\u006c\u0061\u0073\u0073\u0069\u0066\u0069\u0065\u0064\u0020\u0070\u0061\u0067\u0065",_ba ); +continue ;};_ge ._eaa [_fe ]=append (_ge ._eaa [_fe ],_ba );_bd ,_eaf :=_ge .Classer .ClassIDs .Get (_ba );if _eaf !=nil {return _c .Wrapf (_eaf ,_cg ,"\u006e\u006f\u0020\u0073uc\u0068\u0020\u0063\u006c\u0061\u0073\u0073\u0049\u0044\u003a\u0020\u0025\u0064",_ba ); +};if _ge ._ae [_bd ]==1&&_ge .NumberOfPages !=1{_bg :=append (_ge ._ed [_fe ],_bd );_ge ._ed [_fe ]=_bg ;};};if _ef =_ge .Classer .ComputeLLCorners ();_ef !=nil {return _c .Wrap (_ef ,_cg ,"");};if _ ,_ef =_ge .addSymbolDictionary (0,_ge .Classer .UndilatedTemplates ,_b ,_ge ._da ,false ); +_ef !=nil {return _c .Wrap (_ef ,_cg ,"");};return nil ;};func (_ebc *Page )String ()string {return _g .Sprintf ("\u0050\u0061\u0067\u0065\u0020\u0023\u0025\u0064",_ebc .PageNumber );};func (_dae *Page )getPageInformationSegment ()*_gg .Header {for _ ,_caff :=range _dae .Segments {if _caff .Type ==_gg .TPageInformation {return _caff ; +};};_ea .Log .Debug ("\u0050\u0061\u0067\u0065\u0020\u0069\u006e\u0066o\u0072\u006d\u0061ti\u006f\u006e\u0020\u0073\u0065\u0067m\u0065\u006e\u0074\u0020\u006e\u006f\u0074\u0020\u0066\u006f\u0075\u006e\u0064\u0020\u0066o\u0072\u0020\u0070\u0061\u0067\u0065\u003a\u0020%\u0073\u002e",_dae ); +return nil ;};func (_fbdb *Page )GetResolutionY ()(int ,error ){return _fbdb .getResolutionY ()};func (_dc *Document )AddGenericPage (bm *_f .Bitmap ,duplicateLineRemoval bool )(_cbe error ){const _fd ="\u0044\u006f\u0063um\u0065\u006e\u0074\u002e\u0041\u0064\u0064\u0047\u0065\u006e\u0065\u0072\u0069\u0063\u0050\u0061\u0067\u0065"; +if !_dc .FullHeaders &&_dc .NumberOfPages !=0{return _c .Error (_fd ,"\u0064\u006f\u0063\u0075\u006de\u006e\u0074\u0020\u0061\u006c\u0072\u0065a\u0064\u0079\u0020\u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0073\u0020\u0070\u0061\u0067\u0065\u002e\u0020\u0046\u0069\u006c\u0065\u004d\u006f\u0064\u0065\u0020\u0064\u0069\u0073\u0061\u006c\u006c\u006f\u0077\u0073\u0020\u0061\u0064\u0064i\u006e\u0067\u0020\u006d\u006f\u0072\u0065\u0020\u0074\u0068\u0061\u006e \u006f\u006e\u0065\u0020\u0070\u0061g\u0065"); +};_ff :=&Page {Segments :[]*_gg .Header {},Bitmap :bm ,Document :_dc ,FinalHeight :bm .Height ,FinalWidth :bm .Width ,IsLossless :true ,BlackIsOne :bm .Color ==_f .Chocolate };_ff .PageNumber =int (_dc .nextPageNumber ());_dc .Pages [_ff .PageNumber ]=_ff ; +bm .InverseData ();_ff .AddPageInformationSegment ();if _cbe =_ff .AddGenericRegion (bm ,0,0,0,_gg .TImmediateGenericRegion ,duplicateLineRemoval );_cbe !=nil {return _c .Wrap (_cbe ,_fd ,"");};if _dc .FullHeaders {_ff .AddEndOfPageSegment ();};return nil ; +};func (_bfde *Page )getWidth ()(int ,error ){const _gfdb ="\u0067\u0065\u0074\u0057\u0069\u0064\u0074\u0068";if _bfde .FinalWidth !=0{return _bfde .FinalWidth ,nil ;};_edb :=_bfde .getPageInformationSegment ();if _edb ==nil {return 0,_c .Error (_gfdb ,"n\u0069l\u0020\u0070\u0061\u0067\u0065\u0020\u0069\u006ef\u006f\u0072\u006d\u0061ti\u006f\u006e"); +};_ege ,_cbb :=_edb .GetSegmentData ();if _cbb !=nil {return 0,_c .Wrap (_cbb ,_gfdb ,"");};_efad ,_faad :=_ege .(*_gg .PageInformationSegment );if !_faad {return 0,_c .Errorf (_gfdb ,"\u0070\u0061\u0067\u0065\u0020\u0069n\u0066\u006f\u0072\u006d\u0061\u0074\u0069\u006f\u006e\u0020\u0073\u0065\u0067\u006d\u0065\u006e\u0074\u0020\u0069\u0073 \u006f\u0066\u0020\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0074\u0079\u0070e\u003a \u0027\u0025\u0054\u0027",_ege ); +};_bfde .FinalWidth =_efad .PageBMWidth ;return _bfde .FinalWidth ,nil ;};func (_dfe *Page )getCombinationOperator (_fcfc *_gg .PageInformationSegment ,_dcdg _f .CombinationOperator )_f .CombinationOperator {if _fcfc .CombinationOperatorOverrideAllowed (){return _dcdg ; +};return _fcfc .CombinationOperator ();};func (_bfag *Document )encodeEOFHeader (_ecf _gd .BinaryWriter )(_gfg int ,_fde error ){_aed :=&_gg .Header {SegmentNumber :_bfag .nextSegmentNumber (),Type :_gg .TEndOfFile };if _gfg ,_fde =_aed .Encode (_ecf ); +_fde !=nil {return 0,_c .Wrap (_fde ,"\u0065n\u0063o\u0064\u0065\u0045\u004f\u0046\u0048\u0065\u0061\u0064\u0065\u0072","");};return _gfg ,nil ;};func (_bb *Document )addSymbolDictionary (_aag int ,_fdga *_f .Bitmaps ,_baa []int ,_ce map[int ]int ,_bffg bool )(*_gg .Header ,error ){const _bbf ="\u0061\u0064\u0064\u0053ym\u0062\u006f\u006c\u0044\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079"; +_ec :=&_gg .SymbolDictionary {};if _bcb :=_ec .InitEncode (_fdga ,_baa ,_ce ,_bffg );_bcb !=nil {return nil ,_bcb ;};_egc :=&_gg .Header {Type :_gg .TSymbolDictionary ,PageAssociation :_aag ,SegmentData :_ec };if _aag ==0{if _bb .GlobalSegments ==nil {_bb .GlobalSegments =&Globals {}; +};_bb .GlobalSegments .AddSegment (_egc );return _egc ,nil ;};_ac ,_ffc :=_bb .Pages [_aag ];if !_ffc {return nil ,_c .Errorf (_bbf ,"p\u0061g\u0065\u003a\u0020\u0027\u0025\u0064\u0027\u0020n\u006f\u0074\u0020\u0066ou\u006e\u0064",_aag );};var (_ga int ; +_bfa *_gg .Header ;);for _ga ,_bfa =range _ac .Segments {if _bfa .Type ==_gg .TPageInformation {break ;};};_ga ++;_ac .Segments =append (_ac .Segments ,nil );copy (_ac .Segments [_ga +1:],_ac .Segments [_ga :]);_ac .Segments [_ga ]=_egc ;return _egc ,nil ; +};func (_bcf *Document )Encode ()(_ddc []byte ,_dgc error ){const _gce ="\u0044o\u0063u\u006d\u0065\u006e\u0074\u002e\u0045\u006e\u0063\u006f\u0064\u0065";var _ab ,_fcd int ;if _bcf .FullHeaders {if _ab ,_dgc =_bcf .encodeFileHeader (_bcf ._gda );_dgc !=nil {return nil ,_c .Wrap (_dgc ,_gce ,""); +};};var (_ead bool ;_cef *_gg .Header ;_acb *Page ;);if _dgc =_bcf .completeClassifiedPages ();_dgc !=nil {return nil ,_c .Wrap (_dgc ,_gce ,"");};if _dgc =_bcf .produceClassifiedPages ();_dgc !=nil {return nil ,_c .Wrap (_dgc ,_gce ,"");};if _bcf .GlobalSegments !=nil {for _ ,_cef =range _bcf .GlobalSegments .Segments {if _dgc =_bcf .encodeSegment (_cef ,&_ab ); +_dgc !=nil {return nil ,_c .Wrap (_dgc ,_gce ,"");};};};for _acf :=1;_acf <=int (_bcf .NumberOfPages );_acf ++{if _acb ,_ead =_bcf .Pages [_acf ];!_ead {return nil ,_c .Errorf (_gce ,"p\u0061g\u0065\u003a\u0020\u0027\u0025\u0064\u0027\u0020n\u006f\u0074\u0020\u0066ou\u006e\u0064",_acf ); +};for _ ,_cef =range _acb .Segments {if _dgc =_bcf .encodeSegment (_cef ,&_ab );_dgc !=nil {return nil ,_c .Wrap (_dgc ,_gce ,"");};};};if _bcf .FullHeaders {if _fcd ,_dgc =_bcf .encodeEOFHeader (_bcf ._gda );_dgc !=nil {return nil ,_c .Wrap (_dgc ,_gce ,""); +};_ab +=_fcd ;};_ddc =_bcf ._gda .Data ();if len (_ddc )!=_ab {_ea .Log .Debug ("\u0042\u0079\u0074\u0065\u0073 \u0077\u0072\u0069\u0074\u0074\u0065\u006e \u0028\u006e\u0029\u003a\u0020\u0027\u0025\u0064\u0027\u0020\u0069\u0073\u0020\u006e\u006f\u0074\u0020\u0065\u0071\u0075\u0061\u006c\u0020\u0074\u006f\u0020\u0074\u0068\u0065\u0020\u006c\u0065\u006e\u0067\u0074\u0068\u0020\u006f\u0066\u0020t\u0068\u0065\u0020\u0064\u0061\u0074\u0061\u0020\u0065\u006e\u0063\u006fd\u0065\u0064\u003a\u0020\u0027\u0025d\u0027",_ab ,len (_ddc )); +};return _ddc ,nil ;};func (_cbd *Page )GetHeight ()(int ,error ){return _cbd .getHeight ()};func (_efe *Document )mapData ()error {const _dbf ="\u006da\u0070\u0044\u0061\u0074\u0061";var (_gbe []*_gg .Header ;_fcc int64 ;_ecg _gg .Type ;);_aab ,_eeb :=_efe .isFileHeaderPresent (); +if _eeb !=nil {return _c .Wrap (_eeb ,_dbf ,"");};if _aab {if _eeb =_efe .parseFileHeader ();_eeb !=nil {return _c .Wrap (_eeb ,_dbf ,"");};_fcc +=int64 (_efe ._dg );_efe .FullHeaders =true ;};var (_eab *Page ;_gbc bool ;);for _ecg !=51&&!_gbc {_caf ,_gfc :=_gg .NewHeader (_efe ,_efe .InputStream ,_fcc ,_efe .OrganizationType ); +if _gfc !=nil {return _c .Wrap (_gfc ,_dbf ,"");};_ea .Log .Trace ("\u0044\u0065c\u006f\u0064\u0069\u006eg\u0020\u0073e\u0067\u006d\u0065\u006e\u0074\u0020\u006e\u0075m\u0062\u0065\u0072\u003a\u0020\u0025\u0064\u002c\u0020\u0054\u0079\u0070e\u003a\u0020\u0025\u0073",_caf .SegmentNumber ,_caf .Type ); +_ecg =_caf .Type ;if _ecg !=_gg .TEndOfFile {if _caf .PageAssociation !=0{_eab =_efe .Pages [_caf .PageAssociation ];if _eab ==nil {_eab =_gcb (_efe ,_caf .PageAssociation );_efe .Pages [_caf .PageAssociation ]=_eab ;if _efe .NumberOfPagesUnknown {_efe .NumberOfPages ++; +};};_eab .Segments =append (_eab .Segments ,_caf );}else {_efe .GlobalSegments .AddSegment (_caf );};};_gbe =append (_gbe ,_caf );_fcc =_efe .InputStream .AbsolutePosition ();if _efe .OrganizationType ==_gg .OSequential {_fcc +=int64 (_caf .SegmentDataLength ); +};_gbc ,_gfc =_efe .reachedEOF (_fcc );if _gfc !=nil {_ea .Log .Debug ("\u006a\u0062\u0069\u0067\u0032 \u0064\u006f\u0063\u0075\u006d\u0065\u006e\u0074\u0020\u0072\u0065\u0061\u0063h\u0065\u0064\u0020\u0045\u004f\u0046\u0020\u0077\u0069\u0074\u0068\u0020\u0065\u0072\u0072\u006f\u0072\u003a\u0020\u0025\u0076",_gfc ); +return _c .Wrap (_gfc ,_dbf ,"");};};_efe .determineRandomDataOffsets (_gbe ,uint64 (_fcc ));return nil ;};func (_eff *Page )countRegions ()int {var _aecc int ;for _ ,_ede :=range _eff .Segments {switch _ede .Type {case 6,7,22,23,38,39,42,43:_aecc ++;}; +};return _aecc ;};func (_eaba *Page )GetBitmap ()(_dbce *_f .Bitmap ,_bda error ){_ea .Log .Trace (_g .Sprintf ("\u005b\u0050\u0041G\u0045\u005d\u005b\u0023%\u0064\u005d\u0020\u0047\u0065\u0074\u0042i\u0074\u006d\u0061\u0070\u0020\u0062\u0065\u0067\u0069\u006e\u0073\u002e\u002e\u002e",_eaba .PageNumber )); +defer func (){if _bda !=nil {_ea .Log .Trace (_g .Sprintf ("\u005b\u0050\u0041\u0047\u0045\u005d\u005b\u0023\u0025\u0064\u005d\u0020\u0047\u0065\u0074B\u0069t\u006d\u0061\u0070\u0020\u0066\u0061\u0069\u006c\u0065\u0064\u002e\u0020\u0025\u0076",_eaba .PageNumber ,_bda )); +}else {_ea .Log .Trace (_g .Sprintf ("\u005b\u0050\u0041\u0047\u0045\u005d\u005b\u0023\u0025\u0064]\u0020\u0047\u0065\u0074\u0042\u0069\u0074m\u0061\u0070\u0020\u0066\u0069\u006e\u0069\u0073\u0068\u0065\u0064",_eaba .PageNumber ));};}();if _eaba .Bitmap !=nil {return _eaba .Bitmap ,nil ; +};_bda =_eaba .composePageBitmap ();if _bda !=nil {return nil ,_bda ;};return _eaba .Bitmap ,nil ;};func (_ecc *Page )getResolutionY ()(int ,error ){const _eec ="\u0067\u0065\u0074\u0052\u0065\u0073\u006f\u006c\u0075t\u0069\u006f\u006e\u0059";if _ecc .ResolutionY !=0{return _ecc .ResolutionY ,nil ; +};_cgde :=_ecc .getPageInformationSegment ();if _cgde ==nil {return 0,_c .Error (_eec ,"n\u0069l\u0020\u0070\u0061\u0067\u0065\u0020\u0069\u006ef\u006f\u0072\u006d\u0061ti\u006f\u006e");};_gcg ,_bbe :=_cgde .GetSegmentData ();if _bbe !=nil {return 0,_c .Wrap (_bbe ,_eec ,""); +};_gad ,_cbfg :=_gcg .(*_gg .PageInformationSegment );if !_cbfg {return 0,_c .Errorf (_eec ,"\u0070\u0061\u0067\u0065\u0020\u0069\u006e\u0066o\u0072\u006d\u0061ti\u006f\u006e\u0020\u0073\u0065\u0067m\u0065\u006e\u0074\u0020\u0069\u0073\u0020\u006f\u0066\u0020\u0069\u006e\u0076\u0061\u006ci\u0064\u0020\u0074\u0079\u0070\u0065\u003a\u0027%\u0054\u0027",_gcg ); +};_ecc .ResolutionY =_gad .ResolutionY ;return _ecc .ResolutionY ,nil ;};func (_bbd *Page )createNormalPage (_fgcb *_gg .PageInformationSegment )error {const _gfa ="\u0063\u0072e\u0061\u0074\u0065N\u006f\u0072\u006d\u0061\u006c\u0050\u0061\u0067\u0065"; +_bbd .Bitmap =_f .New (_fgcb .PageBMWidth ,_fgcb .PageBMHeight );if _fgcb .DefaultPixelValue !=0{_bbd .Bitmap .SetDefaultPixel ();};for _ ,_eadd :=range _bbd .Segments {switch _eadd .Type {case 6,7,22,23,38,39,42,43:_ea .Log .Trace ("\u0047\u0065\u0074\u0074in\u0067\u0020\u0053\u0065\u0067\u006d\u0065\u006e\u0074\u003a\u0020\u0025\u0064",_eadd .SegmentNumber ); +_bga ,_fbda :=_eadd .GetSegmentData ();if _fbda !=nil {return _fbda ;};_ddbf ,_fdff :=_bga .(_gg .Regioner );if !_fdff {_ea .Log .Debug ("\u0053\u0065g\u006d\u0065\u006e\u0074\u003a\u0020\u0025\u0054\u0020\u0069\u0073\u0020\u006e\u006f\u0074\u0020\u0061\u0020\u0052\u0065\u0067\u0069on\u0065\u0072",_bga ); +return _c .Errorf (_gfa ,"i\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u006a\u0062i\u0067\u0032\u0020\u0073\u0065\u0067\u006den\u0074\u0020\u0074\u0079p\u0065\u0020\u002d\u0020\u006e\u006f\u0074\u0020\u0061 R\u0065\u0067i\u006f\u006e\u0065\u0072\u003a\u0020\u0025\u0054",_bga ); +};_gdcg ,_fbda :=_ddbf .GetRegionBitmap ();if _fbda !=nil {return _c .Wrap (_fbda ,_gfa ,"");};if _bbd .fitsPage (_fgcb ,_gdcg ){_bbd .Bitmap =_gdcg ;}else {_dge :=_ddbf .GetRegionInfo ();_bdg :=_bbd .getCombinationOperator (_fgcb ,_dge .CombinaionOperator ); +_fbda =_f .Blit (_gdcg ,_bbd .Bitmap ,int (_dge .XLocation ),int (_dge .YLocation ),_bdg );if _fbda !=nil {return _c .Wrap (_fbda ,_gfa ,"");};};};};return nil ;};func (_agd *Document )GetNumberOfPages ()(uint32 ,error ){if _agd .NumberOfPagesUnknown ||_agd .NumberOfPages ==0{if len (_agd .Pages )==0{if _gebb :=_agd .mapData (); +_gebb !=nil {return 0,_c .Wrap (_gebb ,"\u0044o\u0063\u0075\u006d\u0065n\u0074\u002e\u0047\u0065\u0074N\u0075m\u0062e\u0072\u004f\u0066\u0050\u0061\u0067\u0065s","");};};return uint32 (len (_agd .Pages )),nil ;};return _agd .NumberOfPages ,nil ;};func (_cbg *Document )AddClassifiedPage (bm *_f .Bitmap ,method _gc .Method )(_fg error ){const _df ="\u0044\u006f\u0063\u0075\u006d\u0065\u006e\u0074\u002e\u0041\u0064d\u0043\u006c\u0061\u0073\u0073\u0069\u0066\u0069\u0065\u0064P\u0061\u0067\u0065"; +if !_cbg .FullHeaders &&_cbg .NumberOfPages !=0{return _c .Error (_df ,"\u0064\u006f\u0063\u0075\u006de\u006e\u0074\u0020\u0061\u006c\u0072\u0065a\u0064\u0079\u0020\u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0073\u0020\u0070\u0061\u0067\u0065\u002e\u0020\u0046\u0069\u006c\u0065\u004d\u006f\u0064\u0065\u0020\u0064\u0069\u0073\u0061\u006c\u006c\u006f\u0077\u0073\u0020\u0061\u0064\u0064i\u006e\u0067\u0020\u006d\u006f\u0072\u0065\u0020\u0074\u0068\u0061\u006e \u006f\u006e\u0065\u0020\u0070\u0061g\u0065"); +};if _cbg .Classer ==nil {if _cbg .Classer ,_fg =_gc .Init (_gc .DefaultSettings ());_fg !=nil {return _c .Wrap (_fg ,_df ,"");};};_cf :=int (_cbg .nextPageNumber ());_ad :=&Page {Segments :[]*_gg .Header {},Bitmap :bm ,Document :_cbg ,FinalHeight :bm .Height ,FinalWidth :bm .Width ,PageNumber :_cf }; +_cbg .Pages [_cf ]=_ad ;switch method {case _gc .RankHaus :_ad .EncodingMethod =RankHausEM ;case _gc .Correlation :_ad .EncodingMethod =CorrelationEM ;};_ad .AddPageInformationSegment ();if _fg =_cbg .Classer .AddPage (bm ,_cf ,method );_fg !=nil {return _c .Wrap (_fg ,_df ,""); +};if _cbg .FullHeaders {_ad .AddEndOfPageSegment ();};return nil ;};const (GenericEM EncodingMethod =iota ;CorrelationEM ;RankHausEM ;);func (_cc *Document )produceClassifiedPages ()(_dd error ){const _fgb ="\u0070\u0072\u006f\u0064uc\u0065\u0043\u006c\u0061\u0073\u0073\u0069\u0066\u0069\u0065\u0064\u0050\u0061\u0067e\u0073"; +if _cc .Classer ==nil {return nil ;};var (_fgc *Page ;_dfa bool ;_ca *_gg .Header ;);for _fc :=1;_fc <=int (_cc .NumberOfPages );_fc ++{if _fgc ,_dfa =_cc .Pages [_fc ];!_dfa {return _c .Errorf (_fgb ,"p\u0061g\u0065\u003a\u0020\u0027\u0025\u0064\u0027\u0020n\u006f\u0074\u0020\u0066ou\u006e\u0064",_fc ); +};if _fgc .EncodingMethod ==GenericEM {continue ;};if _ca ==nil {if _ca ,_dd =_cc .GlobalSegments .GetSymbolDictionary ();_dd !=nil {return _c .Wrap (_dd ,_fgb ,"");};};if _dd =_cc .produceClassifiedPage (_fgc ,_ca );_dd !=nil {return _c .Wrapf (_dd ,_fgb ,"\u0070\u0061\u0067\u0065\u003a\u0020\u0027\u0025\u0064\u0027",_fc ); +};};return nil ;};func (_cbf *Page )GetSegment (number int )(*_gg .Header ,error ){const _dcf ="\u0050a\u0067e\u002e\u0047\u0065\u0074\u0053\u0065\u0067\u006d\u0065\u006e\u0074";for _ ,_cfg :=range _cbf .Segments {if _cfg .SegmentNumber ==uint32 (number ){return _cfg ,nil ; +};};_fcdd :=make ([]uint32 ,len (_cbf .Segments ));for _cfgg ,_fca :=range _cbf .Segments {_fcdd [_cfgg ]=_fca .SegmentNumber ;};return nil ,_c .Errorf (_dcf ,"\u0073e\u0067\u006d\u0065n\u0074\u0020\u0077i\u0074h \u006e\u0075\u006d\u0062\u0065\u0072\u003a \u0027\u0025\u0064\u0027\u0020\u006e\u006f\u0074\u0020\u0066\u006f\u0075\u006e\u0064\u0020\u0069\u006e\u0020\u0074\u0068\u0065\u0020\u0070\u0061\u0067\u0065\u003a\u0020'%\u0064'\u002e\u0020\u004b\u006e\u006f\u0077n\u0020\u0073\u0065\u0067\u006de\u006e\u0074\u0020\u006e\u0075\u006d\u0062\u0065\u0072\u0073\u003a \u0025\u0076",number ,_cbf .PageNumber ,_fcdd ); +};func (_af *Document )determineRandomDataOffsets (_cab []*_gg .Header ,_dcc uint64 ){if _af .OrganizationType !=_gg .ORandom {return ;};for _ ,_fa :=range _cab {_fa .SegmentDataStartOffset =_dcc ;_dcc +=_fa .SegmentDataLength ;};};func (_fadc *Page )fitsPage (_cfgf *_gg .PageInformationSegment ,_cebc *_f .Bitmap )bool {return _fadc .countRegions ()==1&&_cfgf .DefaultPixelValue ==0&&_cfgf .PageBMWidth ==_cebc .Width &&_cfgf .PageBMHeight ==_cebc .Height ; +};var _d =[]byte {0x97,0x4A,0x42,0x32,0x0D,0x0A,0x1A,0x0A};func (_gdf *Document )isFileHeaderPresent ()(bool ,error ){_gdf .InputStream .Mark ();for _ ,_gbg :=range _d {_gfb ,_gab :=_gdf .InputStream .ReadByte ();if _gab !=nil {return false ,_gab ;};if _gbg !=_gfb {_gdf .InputStream .Reset (); +return false ,nil ;};};_gdf .InputStream .Reset ();return true ,nil ;};func _gcb (_fafg *Document ,_eae int )*Page {return &Page {Document :_fafg ,PageNumber :_eae ,Segments :[]*_gg .Header {}};};type EncodingMethod int ;func (_bfcd *Page )getResolutionX ()(int ,error ){const _dbd ="\u0067\u0065\u0074\u0052\u0065\u0073\u006f\u006c\u0075t\u0069\u006f\u006e\u0058"; +if _bfcd .ResolutionX !=0{return _bfcd .ResolutionX ,nil ;};_dgca :=_bfcd .getPageInformationSegment ();if _dgca ==nil {return 0,_c .Error (_dbd ,"n\u0069l\u0020\u0070\u0061\u0067\u0065\u0020\u0069\u006ef\u006f\u0072\u006d\u0061ti\u006f\u006e");};_bfdec ,_gge :=_dgca .GetSegmentData (); +if _gge !=nil {return 0,_c .Wrap (_gge ,_dbd ,"");};_fgcbe ,_bceb :=_bfdec .(*_gg .PageInformationSegment );if !_bceb {return 0,_c .Errorf (_dbd ,"\u0070\u0061\u0067\u0065\u0020\u0069n\u0066\u006f\u0072\u006d\u0061\u0074\u0069\u006f\u006e\u0020\u0073\u0065\u0067\u006d\u0065\u006e\u0074\u0020\u0069\u0073 \u006f\u0066\u0020\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0074\u0079\u0070e\u003a \u0027\u0025\u0054\u0027",_bfdec ); +};_bfcd .ResolutionX =_fgcbe .ResolutionX ;return _bfcd .ResolutionX ,nil ;};func InitEncodeDocument (fullHeaders bool )*Document {return &Document {FullHeaders :fullHeaders ,_gda :_gd .BufferedMSB (),Pages :map[int ]*Page {},_ed :map[int ][]int {},_da :map[int ]int {},_eaa :map[int ][]int {}}; +};func (_ddba *Document )encodeSegment (_gcc *_gg .Header ,_abe *int )error {const _bad ="\u0065\u006e\u0063\u006f\u0064\u0065\u0053\u0065\u0067\u006d\u0065\u006e\u0074";_gcc .SegmentNumber =_ddba .nextSegmentNumber ();_fdd ,_fea :=_gcc .Encode (_ddba ._gda ); +if _fea !=nil {return _c .Wrapf (_fea ,_bad ,"\u0073\u0065\u0067\u006d\u0065\u006e\u0074\u003a\u0020\u0027\u0025\u0064\u0027",_gcc .SegmentNumber );};*_abe +=_fdd ;return nil ;};func (_bdb *Document )parseFileHeader ()error {const _dgb ="\u0070a\u0072s\u0065\u0046\u0069\u006c\u0065\u0048\u0065\u0061\u0064\u0065\u0072"; +_ ,_gdgb :=_bdb .InputStream .Seek (8,_eba .SeekStart );if _gdgb !=nil {return _c .Wrap (_gdgb ,_dgb ,"\u0069\u0064");};_ ,_gdgb =_bdb .InputStream .ReadBits (5);if _gdgb !=nil {return _c .Wrap (_gdgb ,_dgb ,"\u0072\u0065\u0073\u0065\u0072\u0076\u0065\u0064\u0020\u0062\u0069\u0074\u0073"); +};_dgba ,_gdgb :=_bdb .InputStream .ReadBit ();if _gdgb !=nil {return _c .Wrap (_gdgb ,_dgb ,"\u0065x\u0074e\u006e\u0064\u0065\u0064\u0020t\u0065\u006dp\u006c\u0061\u0074\u0065\u0073");};if _dgba ==1{_bdb .GBUseExtTemplate =true ;};_dgba ,_gdgb =_bdb .InputStream .ReadBit (); +if _gdgb !=nil {return _c .Wrap (_gdgb ,_dgb ,"\u0075\u006e\u006b\u006eow\u006e\u0020\u0070\u0061\u0067\u0065\u0020\u006e\u0075\u006d\u0062\u0065\u0072");};if _dgba !=1{_bdb .NumberOfPagesUnknown =false ;};_dgba ,_gdgb =_bdb .InputStream .ReadBit ();if _gdgb !=nil {return _c .Wrap (_gdgb ,_dgb ,"\u006f\u0072\u0067\u0061\u006e\u0069\u007a\u0061\u0074\u0069\u006f\u006e \u0074\u0079\u0070\u0065"); +};_bdb .OrganizationType =_gg .OrganizationType (_dgba );if !_bdb .NumberOfPagesUnknown {_bdb .NumberOfPages ,_gdgb =_bdb .InputStream .ReadUint32 ();if _gdgb !=nil {return _c .Wrap (_gdgb ,_dgb ,"\u006eu\u006db\u0065\u0072\u0020\u006f\u0066\u0020\u0070\u0061\u0067\u0065\u0073"); +};_bdb ._dg =13;};return nil ;};func (_afc *Document )encodeFileHeader (_fbf _gd .BinaryWriter )(_afb int ,_fag error ){const _fagf ="\u0065\u006ec\u006f\u0064\u0065F\u0069\u006c\u0065\u0048\u0065\u0061\u0064\u0065\u0072";_afb ,_fag =_fbf .Write (_d ); +if _fag !=nil {return _afb ,_c .Wrap (_fag ,_fagf ,"\u0069\u0064");};if _fag =_fbf .WriteByte (0x01);_fag !=nil {return _afb ,_c .Wrap (_fag ,_fagf ,"\u0066\u006c\u0061g\u0073");};_afb ++;_gcf :=make ([]byte ,4);_e .BigEndian .PutUint32 (_gcf ,_afc .NumberOfPages ); +_abeg ,_fag :=_fbf .Write (_gcf );if _fag !=nil {return _abeg ,_c .Wrap (_fag ,_fagf ,"p\u0061\u0067\u0065\u0020\u006e\u0075\u006d\u0062\u0065\u0072");};_afb +=_abeg ;return _afb ,nil ;};func (_fcf *Page )collectPageStripes ()(_acbg []_gg .Segmenter ,_gac error ){const _aedf ="\u0063o\u006cl\u0065\u0063\u0074\u0050\u0061g\u0065\u0053t\u0072\u0069\u0070\u0065\u0073"; +var _fge _gg .Segmenter ;for _ ,_aga :=range _fcf .Segments {switch _aga .Type {case 6,7,22,23,38,39,42,43:_fge ,_gac =_aga .GetSegmentData ();if _gac !=nil {return nil ,_c .Wrap (_gac ,_aedf ,"");};_acbg =append (_acbg ,_fge );case 50:_fge ,_gac =_aga .GetSegmentData (); +if _gac !=nil {return nil ,_gac ;};_dccf ,_ccb :=_fge .(*_gg .EndOfStripe );if !_ccb {return nil ,_c .Errorf (_aedf ,"\u0045\u006e\u0064\u004f\u0066\u0053\u0074\u0072\u0069\u0070\u0065\u0020\u0069\u0073\u0020\u006e\u006f\u0074\u0020\u006f\u0066\u0020\u0076\u0061l\u0069\u0064\u0020\u0074\u0079p\u0065\u003a \u0027\u0025\u0054\u0027",_fge ); +};_acbg =append (_acbg ,_dccf );_fcf .FinalHeight =_dccf .LineNumber ();};};return _acbg ,nil ;};func (_gdag *Document )GetPage (pageNumber int )(_gg .Pager ,error ){const _ebe ="\u0044\u006fc\u0075\u006d\u0065n\u0074\u002e\u0047\u0065\u0074\u0050\u0061\u0067\u0065"; +if pageNumber < 0{_ea .Log .Debug ("\u004a\u0042\u0049\u00472\u0020\u0050\u0061\u0067\u0065\u0020\u002d\u0020\u0047e\u0074\u0050\u0061\u0067\u0065\u003a\u0020\u0025\u0064\u002e\u0020\u0050\u0061\u0067\u0065\u0020\u0063\u0061n\u006e\u006f\u0074\u0020\u0062e\u0020\u006c\u006f\u0077\u0065\u0072\u0020\u0074\u0068\u0061\u006e\u0020\u0030\u002e\u0020\u0025\u0073",pageNumber ,_ag .Stack ()); +return nil ,_c .Errorf (_ebe ,"\u0069\u006e\u0076\u0061l\u0069\u0064\u0020\u006a\u0062\u0069\u0067\u0032\u0020d\u006f\u0063\u0075\u006d\u0065\u006e\u0074\u0020\u002d\u0020\u0070\u0072\u006f\u0076\u0069\u0064\u0065\u0064 \u0069\u006e\u0076\u0061\u006ci\u0064\u0020\u0070\u0061\u0067\u0065\u0020\u006e\u0075\u006d\u0062\u0065\u0072\u003a\u0020\u0025\u0064",pageNumber ); +};if pageNumber > len (_gdag .Pages ){_ea .Log .Debug ("\u0050\u0061\u0067\u0065 n\u006f\u0074\u0020\u0066\u006f\u0075\u006e\u0064\u003a\u0020\u0025\u0064\u002e\u0020%\u0073",pageNumber ,_ag .Stack ());return nil ,_c .Error (_ebe ,"\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u006a\u0062\u0069\u0067\u0032 \u0064\u006f\u0063\u0075\u006d\u0065n\u0074\u0020\u002d\u0020\u0070\u0061\u0067\u0065\u0020\u006e\u006f\u0074\u0020f\u006f\u0075\u006e\u0064"); +};_daa ,_fee :=_gdag .Pages [pageNumber ];if !_fee {_ea .Log .Debug ("\u0050\u0061\u0067\u0065 n\u006f\u0074\u0020\u0066\u006f\u0075\u006e\u0064\u003a\u0020\u0025\u0064\u002e\u0020%\u0073",pageNumber ,_ag .Stack ());return nil ,_c .Errorf (_ebe ,"\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u006a\u0062\u0069\u0067\u0032 \u0064\u006f\u0063\u0075\u006d\u0065n\u0074\u0020\u002d\u0020\u0070\u0061\u0067\u0065\u0020\u006e\u006f\u0074\u0020f\u006f\u0075\u006e\u0064"); +};return _daa ,nil ;};func _bff (_gdab int )int {_fgcg :=0;_ggg :=(_gdab &(_gdab -1))==0;_gdab >>=1;for ;_gdab !=0;_gdab >>=1{_fgcg ++;};if _ggg {return _fgcg ;};return _fgcg +1;};func (_bge *Page )lastSegmentNumber ()(_gdd uint32 ,_gdfd error ){const _gcec ="\u006c\u0061\u0073\u0074\u0053\u0065\u0067\u006d\u0065\u006e\u0074\u004eu\u006d\u0062\u0065\u0072"; +if len (_bge .Segments )==0{return _gdd ,_c .Errorf (_gcec ,"\u006e\u006f\u0020se\u0067\u006d\u0065\u006e\u0074\u0073\u0020\u0066\u006fu\u006ed\u0020i\u006e \u0074\u0068\u0065\u0020\u0070\u0061\u0067\u0065\u0020\u0027\u0025\u0064\u0027",_bge .PageNumber ); +};return _bge .Segments [len (_bge .Segments )-1].SegmentNumber ,nil ;};func (_cfe *Page )AddGenericRegion (bm *_f .Bitmap ,xloc ,yloc ,template int ,tp _gg .Type ,duplicateLineRemoval bool )error {const _eceb ="P\u0061\u0067\u0065\u002eAd\u0064G\u0065\u006e\u0065\u0072\u0069c\u0052\u0065\u0067\u0069\u006f\u006e"; +_fbd :=&_gg .GenericRegion {};if _cgd :=_fbd .InitEncode (bm ,xloc ,yloc ,template ,duplicateLineRemoval );_cgd !=nil {return _c .Wrap (_cgd ,_eceb ,"");};_cafb :=&_gg .Header {Type :_gg .TImmediateGenericRegion ,PageAssociation :_cfe .PageNumber ,SegmentData :_fbd }; +_cfe .Segments =append (_cfe .Segments ,_cafb );return nil ;};func (_dde *Page )composePageBitmap ()error {const _ecgb ="\u0063\u006f\u006d\u0070\u006f\u0073\u0065\u0050\u0061\u0067\u0065\u0042i\u0074\u006d\u0061\u0070";if _dde .PageNumber ==0{return nil ; +};_dce :=_dde .getPageInformationSegment ();if _dce ==nil {return _c .Error (_ecgb ,"\u0070\u0061\u0067e \u0069\u006e\u0066\u006f\u0072\u006d\u0061\u0074\u0069o\u006e \u0073e\u0067m\u0065\u006e\u0074\u0020\u006e\u006f\u0074\u0020\u0066\u006f\u0075\u006e\u0064"); +};_cee ,_gabe :=_dce .GetSegmentData ();if _gabe !=nil {return _gabe ;};_dbg ,_fgbc :=_cee .(*_gg .PageInformationSegment );if !_fgbc {return _c .Error (_ecgb ,"\u0070\u0061\u0067\u0065\u0020\u0069\u006ef\u006f\u0072\u006da\u0074\u0069\u006f\u006e \u0073\u0065\u0067\u006d\u0065\u006e\u0074\u0020\u0069\u0073\u0020\u006f\u0066\u0020\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0074\u0079\u0070\u0065"); +};if _gabe =_dde .createPage (_dbg );_gabe !=nil {return _c .Wrap (_gabe ,_ecgb ,"");};_dde .clearSegmentData ();return nil ;};func (_ffb *Document )GetGlobalSegment (i int )(*_gg .Header ,error ){_ggb ,_gfe :=_ffb .GlobalSegments .GetSegment (i );if _gfe !=nil {return nil ,_c .Wrap (_gfe ,"\u0047\u0065t\u0047\u006c\u006fb\u0061\u006c\u0053\u0065\u0067\u006d\u0065\u006e\u0074",""); +};return _ggb ,nil ;};type Document struct{Pages map[int ]*Page ;NumberOfPagesUnknown bool ;NumberOfPages uint32 ;GBUseExtTemplate bool ;InputStream *_gd .Reader ;GlobalSegments *Globals ;OrganizationType _gg .OrganizationType ;Classer *_gc .Classer ;XRes ,YRes int ; +FullHeaders bool ;CurrentSegmentNumber uint32 ;AverageTemplates *_f .Bitmaps ;BaseIndexes []int ;Refinement bool ;RefineLevel int ;_dg uint8 ;_gda *_gd .BufferedWriter ;EncodeGlobals bool ;_cb int ;_ed map[int ][]int ;_eaa map[int ][]int ;_ae []int ;_da map[int ]int ; +};func _fbfc (_cec *_gd .Reader ,_faf *Globals )(*Document ,error ){_egcf :=&Document {Pages :make (map[int ]*Page ),InputStream :_cec ,OrganizationType :_gg .OSequential ,NumberOfPagesUnknown :true ,GlobalSegments :_faf ,_dg :9};if _egcf .GlobalSegments ==nil {_egcf .GlobalSegments =&Globals {}; +};if _dbfc :=_egcf .mapData ();_dbfc !=nil {return nil ,_dbfc ;};return _egcf ,nil ;};func (_fab *Page )AddEndOfPageSegment (){_dcad :=&_gg .Header {Type :_gg .TEndOfPage ,PageAssociation :_fab .PageNumber };_fab .Segments =append (_fab .Segments ,_dcad ); +};func (_gdgbd *Document )reachedEOF (_dcge int64 )(bool ,error ){const _badg ="\u0072\u0065\u0061\u0063\u0068\u0065\u0064\u0045\u004f\u0046";_ ,_aega :=_gdgbd .InputStream .Seek (_dcge ,_eba .SeekStart );if _aega !=nil {_ea .Log .Debug ("\u0072\u0065\u0061c\u0068\u0065\u0064\u0045\u004f\u0046\u0020\u002d\u0020\u0064\u002e\u0049\u006e\u0070\u0075\u0074\u0053\u0074\u0072\u0065\u0061\u006d\u002e\u0053\u0065\u0065\u006b\u0020\u0066a\u0069\u006c\u0065\u0064\u003a\u0020\u0025\u0076",_aega ); +return false ,_c .Wrap (_aega ,_badg ,"\u0069n\u0070\u0075\u0074\u0020\u0073\u0074\u0072\u0065\u0061\u006d\u0020s\u0065\u0065\u006b\u0020\u0066\u0061\u0069\u006c\u0065\u0064");};_ ,_aega =_gdgbd .InputStream .ReadBits (32);if _aega ==_eba .EOF {return true ,nil ; +}else if _aega !=nil {return false ,_c .Wrap (_aega ,_badg ,"");};return false ,nil ;};func (_dgf *Page )createPage (_gdgda *_gg .PageInformationSegment )error {var _ecga error ;if !_gdgda .IsStripe ||_gdgda .PageBMHeight !=-1{_ecga =_dgf .createNormalPage (_gdgda ); +}else {_ecga =_dgf .createStripedPage (_gdgda );};return _ecga ;};func (_cccd *Page )getHeight ()(int ,error ){const _ffd ="\u0067e\u0074\u0048\u0065\u0069\u0067\u0068t";if _cccd .FinalHeight !=0{return _cccd .FinalHeight ,nil ;};_bfcb :=_cccd .getPageInformationSegment (); +if _bfcb ==nil {return 0,_c .Error (_ffd ,"n\u0069l\u0020\u0070\u0061\u0067\u0065\u0020\u0069\u006ef\u006f\u0072\u006d\u0061ti\u006f\u006e");};_efbe ,_aeeg :=_bfcb .GetSegmentData ();if _aeeg !=nil {return 0,_c .Wrap (_aeeg ,_ffd ,"");};_fadf ,_gfbbd :=_efbe .(*_gg .PageInformationSegment ); +if !_gfbbd {return 0,_c .Errorf (_ffd ,"\u0070\u0061\u0067\u0065\u0020\u0069n\u0066\u006f\u0072\u006d\u0061\u0074\u0069\u006f\u006e\u0020\u0073\u0065\u0067\u006d\u0065\u006e\u0074\u0020\u0069\u0073 \u006f\u0066\u0020\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0074\u0079\u0070e\u003a \u0027\u0025\u0054\u0027",_efbe ); +};if _fadf .PageBMHeight ==_eb .MaxInt32 {_ ,_aeeg =_cccd .GetBitmap ();if _aeeg !=nil {return 0,_c .Wrap (_aeeg ,_ffd ,"");};}else {_cccd .FinalHeight =_fadf .PageBMHeight ;};return _cccd .FinalHeight ,nil ;};func (_be *Page )GetResolutionX ()(int ,error ){return _be .getResolutionX ()}; +func (_cefg *Page )AddPageInformationSegment (){_dcca :=&_gg .PageInformationSegment {PageBMWidth :_cefg .FinalWidth ,PageBMHeight :_cefg .FinalHeight ,ResolutionX :_cefg .ResolutionX ,ResolutionY :_cefg .ResolutionY ,IsLossless :_cefg .IsLossless };if _cefg .BlackIsOne {_dcca .DefaultPixelValue =uint8 (0x1); +};_gdgd :=&_gg .Header {PageAssociation :_cefg .PageNumber ,SegmentDataLength :uint64 (_dcca .Size ()),SegmentData :_dcca ,Type :_gg .TPageInformation };_cefg .Segments =append (_cefg .Segments ,_gdgd );};func (_dfd *Page )nextSegmentNumber ()uint32 {return _dfd .Document .nextSegmentNumber ()}; +func (_adb *Globals )GetSymbolDictionary ()(*_gg .Header ,error ){const _bab ="G\u006c\u006f\u0062\u0061\u006c\u0073.\u0047\u0065\u0074\u0053\u0079\u006d\u0062\u006f\u006cD\u0069\u0063\u0074i\u006fn\u0061\u0072\u0079";if _adb ==nil {return nil ,_c .Error (_bab ,"\u0067\u006c\u006f\u0062al\u0073\u0020\u006e\u006f\u0074\u0020\u0064\u0065\u0066\u0069\u006e\u0065\u0064"); +};if len (_adb .Segments )==0{return nil ,_c .Error (_bab ,"\u0067\u006c\u006f\u0062\u0061\u006c\u0073\u0020\u0061\u0072\u0065\u0020e\u006d\u0070\u0074\u0079");};for _ ,_gaa :=range _adb .Segments {if _gaa .Type ==_gg .TSymbolDictionary {return _gaa ,nil ; +};};return nil ,_c .Error (_bab ,"\u0067\u006c\u006fba\u006c\u0020\u0073\u0079\u006d\u0062\u006f\u006c\u0020d\u0069c\u0074i\u006fn\u0061\u0072\u0079\u0020\u006e\u006f\u0074\u0020\u0066\u006f\u0075\u006e\u0064");};func (_ceb *Page )createStripedPage (_aedd *_gg .PageInformationSegment )error {const _bfd ="\u0063\u0072\u0065\u0061\u0074\u0065\u0053\u0074\u0072\u0069\u0070\u0065d\u0050\u0061\u0067\u0065"; +_bcg ,_fad :=_ceb .collectPageStripes ();if _fad !=nil {return _c .Wrap (_fad ,_bfd ,"");};var _bae int ;for _ ,_agg :=range _bcg {if _dcbf ,_gfd :=_agg .(*_gg .EndOfStripe );_gfd {_bae =_dcbf .LineNumber ()+1;}else {_bfe :=_agg .(_gg .Regioner );_dcd :=_bfe .GetRegionInfo (); +_eafc :=_ceb .getCombinationOperator (_aedd ,_dcd .CombinaionOperator );_dgfe ,_dad :=_bfe .GetRegionBitmap ();if _dad !=nil {return _c .Wrap (_dad ,_bfd ,"");};_dad =_f .Blit (_dgfe ,_ceb .Bitmap ,int (_dcd .XLocation ),_bae ,_eafc );if _dad !=nil {return _c .Wrap (_dad ,_bfd ,""); +};};};return nil ;};func (_gfbb *Globals )AddSegment (segment *_gg .Header ){_gfbb .Segments =append (_gfbb .Segments ,segment );}; \ No newline at end of file diff --git a/internal/jbig2/document/segments/segments.go b/internal/jbig2/document/segments/segments.go index dc54e2416..73a5fafb0 100644 --- a/internal/jbig2/document/segments/segments.go +++ b/internal/jbig2/document/segments/segments.go @@ -9,607 +9,606 @@ // Use of this source code is governed by the UniDoc End User License Agreement // terms that can be accessed at https://unidoc.io/eula/ -package segments ;import (_d "encoding/binary";_aa "errors";_dg "fmt";_af "github.com/unidoc/unipdf/v3/common";_ae "github.com/unidoc/unipdf/v3/internal/bitwise";_fgc "github.com/unidoc/unipdf/v3/internal/jbig2/basic";_df "github.com/unidoc/unipdf/v3/internal/jbig2/bitmap"; -_b "github.com/unidoc/unipdf/v3/internal/jbig2/decoder/arithmetic";_ge "github.com/unidoc/unipdf/v3/internal/jbig2/decoder/huffman";_aad "github.com/unidoc/unipdf/v3/internal/jbig2/decoder/mmr";_gc "github.com/unidoc/unipdf/v3/internal/jbig2/encoder/arithmetic"; -_fe "github.com/unidoc/unipdf/v3/internal/jbig2/errors";_e "github.com/unidoc/unipdf/v3/internal/jbig2/internal";_f "image";_fg "io";_c "math";_a "strings";_gf "time";);func (_beec *GenericRefinementRegion )overrideAtTemplate0 (_cad ,_bfa ,_faa ,_dce ,_gcg int )int {if _beec ._ba [0]{_cad &=0xfff7; -if _beec .GrAtY [0]==0&&int (_beec .GrAtX [0])>=-_gcg {_cad |=(_dce >>uint (7-(_gcg +int (_beec .GrAtX [0])))&0x1)<<3;}else {_cad |=_beec .getPixel (_beec .RegionBitmap ,_bfa +int (_beec .GrAtX [0]),_faa +int (_beec .GrAtY [0]))<<3;};};if _beec ._ba [1]{_cad &=0xefff; -if _beec .GrAtY [1]==0&&int (_beec .GrAtX [1])>=-_gcg {_cad |=(_dce >>uint (7-(_gcg +int (_beec .GrAtX [1])))&0x1)<<12;}else {_cad |=_beec .getPixel (_beec .ReferenceBitmap ,_bfa +int (_beec .GrAtX [1]),_faa +int (_beec .GrAtY [1]));};};return _cad ;}; -var _ _ge .BasicTabler =&TableSegment {};func (_bcec *PageInformationSegment )readWidthAndHeight ()error {_abbg ,_eacb :=_bcec ._fgee .ReadBits (32);if _eacb !=nil {return _eacb ;};_bcec .PageBMWidth =int (_abbg &_c .MaxInt32 );_abbg ,_eacb =_bcec ._fgee .ReadBits (32); -if _eacb !=nil {return _eacb ;};_bcec .PageBMHeight =int (_abbg &_c .MaxInt32 );return nil ;};func (_dcef *SymbolDictionary )readRefinementAtPixels (_aabf int )error {_dcef .SdrATX =make ([]int8 ,_aabf );_dcef .SdrATY =make ([]int8 ,_aabf );var (_abef byte ; -_bgba error ;);for _dbbe :=0;_dbbe < _aabf ;_dbbe ++{_abef ,_bgba =_dcef ._bbda .ReadByte ();if _bgba !=nil {return _bgba ;};_dcef .SdrATX [_dbbe ]=int8 (_abef );_abef ,_bgba =_dcef ._bbda .ReadByte ();if _bgba !=nil {return _bgba ;};_dcef .SdrATY [_dbbe ]=int8 (_abef ); -};return nil ;};func (_bacb *HalftoneRegion )computeY (_fgde ,_dbba int )int {return _bacb .shiftAndFill (int (_bacb .HGridY )+_fgde *int (_bacb .HRegionX )-_dbba *int (_bacb .HRegionY ));};func (_afe *SymbolDictionary )setRetainedCodingContexts (_bdde *SymbolDictionary ){_afe ._fdbf =_bdde ._fdbf ; -_afe .IsHuffmanEncoded =_bdde .IsHuffmanEncoded ;_afe .UseRefinementAggregation =_bdde .UseRefinementAggregation ;_afe .SdTemplate =_bdde .SdTemplate ;_afe .SdrTemplate =_bdde .SdrTemplate ;_afe .SdATX =_bdde .SdATX ;_afe .SdATY =_bdde .SdATY ;_afe .SdrATX =_bdde .SdrATX ; -_afe .SdrATY =_bdde .SdrATY ;_afe ._fbcd =_bdde ._fbcd ;};func (_ga *GenericRefinementRegion )getGrReference ()(*_df .Bitmap ,error ){segments :=_ga ._ce .RTSegments ;if len (segments )==0{return nil ,_aa .New ("\u0052\u0065f\u0065\u0072\u0065\u006e\u0063\u0065\u0064\u0020\u0053\u0065\u0067\u006d\u0065\u006e\u0074\u0020\u006e\u006f\u0074\u0020\u0065\u0078is\u0074\u0073"); -};_cag ,_bfg :=segments [0].GetSegmentData ();if _bfg !=nil {return nil ,_bfg ;};_eda ,_gae :=_cag .(Regioner );if !_gae {return nil ,_dg .Errorf ("\u0072\u0065\u0066\u0065\u0072r\u0065\u0064\u0020\u0074\u006f\u0020\u0053\u0065\u0067\u006d\u0065\u006e\u0074 \u0069\u0073\u0020\u006e\u006f\u0074\u0020\u0061\u0020\u0052\u0065\u0067\u0069\u006f\u006e\u0065\u0072\u003a\u0020\u0025\u0054",_cag ); -};return _eda .GetRegionBitmap ();};func (_eebb *TextRegion )blit (_cfadc *_df .Bitmap ,_dbcg int64 )error {if _eebb .IsTransposed ==0&&(_eebb .ReferenceCorner ==2||_eebb .ReferenceCorner ==3){_eebb ._bcef +=int64 (_cfadc .Width -1);}else if _eebb .IsTransposed ==1&&(_eebb .ReferenceCorner ==0||_eebb .ReferenceCorner ==2){_eebb ._bcef +=int64 (_cfadc .Height -1); -};_dcge :=_eebb ._bcef ;if _eebb .IsTransposed ==1{_dcge ,_dbcg =_dbcg ,_dcge ;};switch _eebb .ReferenceCorner {case 0:_dbcg -=int64 (_cfadc .Height -1);case 2:_dbcg -=int64 (_cfadc .Height -1);_dcge -=int64 (_cfadc .Width -1);case 3:_dcge -=int64 (_cfadc .Width -1); -};_adea :=_df .Blit (_cfadc ,_eebb .RegionBitmap ,int (_dcge ),int (_dbcg ),_eebb .CombinationOperator );if _adea !=nil {return _adea ;};if _eebb .IsTransposed ==0&&(_eebb .ReferenceCorner ==0||_eebb .ReferenceCorner ==1){_eebb ._bcef +=int64 (_cfadc .Width -1); -};if _eebb .IsTransposed ==1&&(_eebb .ReferenceCorner ==1||_eebb .ReferenceCorner ==3){_eebb ._bcef +=int64 (_cfadc .Height -1);};return nil ;};func (_gdad *SymbolDictionary )setCodingStatistics ()error {if _gdad ._agfa ==nil {_gdad ._agfa =_b .NewStats (512,1); -};if _gdad ._cacfe ==nil {_gdad ._cacfe =_b .NewStats (512,1);};if _gdad ._cdab ==nil {_gdad ._cdab =_b .NewStats (512,1);};if _gdad ._aebeg ==nil {_gdad ._aebeg =_b .NewStats (512,1);};if _gdad ._bgdf ==nil {_gdad ._bgdf =_b .NewStats (512,1);};if _gdad .UseRefinementAggregation &&_gdad ._ecc ==nil {_gdad ._ecc =_b .NewStats (1< 0x0f{_dbca .SbDsOffset -=0x20;};_gffd ,_gdgce =_dbca ._deba .ReadBit ();if _gdgce !=nil {return _gdgce ;};_dbca .DefaultPixel =int8 (_gffd );_fbba ,_gdgce =_dbca ._deba .ReadBits (2); -if _gdgce !=nil {return _gdgce ;};_dbca .CombinationOperator =_df .CombinationOperator (int (_fbba )&0x3);_gffd ,_gdgce =_dbca ._deba .ReadBit ();if _gdgce !=nil {return _gdgce ;};_dbca .IsTransposed =int8 (_gffd );_fbba ,_gdgce =_dbca ._deba .ReadBits (2); -if _gdgce !=nil {return _gdgce ;};_dbca .ReferenceCorner =int16 (_fbba )&0x3;_fbba ,_gdgce =_dbca ._deba .ReadBits (2);if _gdgce !=nil {return _gdgce ;};_dbca .LogSBStrips =int16 (_fbba )&0x3;_dbca .SbStrips =1<=0; -_baaab --{if _gdgdf [_baaab ].Type ==0{_gaae ,_dddd :=_gdgdf [_baaab ].SegmentData .(*SymbolDictionary );if !_dddd {_ggbe =_dg .Errorf ("\u0072\u0065\u006c\u0061\u0074\u0065\u0064\u0020\u0053\u0065\u0067\u006d\u0065\u006e\u0074:\u0020\u0025\u0076\u0020\u0069\u0073\u0020\u006e\u006f\u0074\u0020\u0061\u0020S\u0079\u006d\u0062\u006f\u006c\u0020\u0044\u0069\u0063\u0074\u0069\u006fna\u0072\u0079\u0020\u0053\u0065\u0067\u006d\u0065\u006e\u0074",_gdgdf [_baaab ]); -return _ggbe ;};if _gaae ._dgeg {_begcd .setRetainedCodingContexts (_gaae );};break ;};};};if _ggbe =_begcd .checkInput ();_ggbe !=nil {return _ggbe ;};return nil ;};func (_fgeb *Header )GetSegmentData ()(Segmenter ,error ){var _fedg Segmenter ;if _fgeb .SegmentData !=nil {_fedg =_fgeb .SegmentData ; -};if _fedg ==nil {_dfb ,_dde :=_dae [_fgeb .Type ];if !_dde {return nil ,_dg .Errorf ("\u0074\u0079\u0070\u0065\u003a\u0020\u0025\u0073\u002f\u0020\u0025\u0064\u0020\u0063\u0072e\u0061t\u006f\u0072\u0020\u006e\u006f\u0074\u0020\u0066\u006f\u0075\u006e\u0064\u002e\u0020",_fgeb .Type ,_fgeb .Type ); -};_fedg =_dfb ();_af .Log .Trace ("\u005b\u0053E\u0047\u004d\u0045\u004e\u0054-\u0048\u0045\u0041\u0044\u0045R\u005d\u005b\u0023\u0025\u0064\u005d\u0020\u0047\u0065\u0074\u0053\u0065\u0067\u006d\u0065\u006e\u0074\u0044\u0061\u0074\u0061\u0020\u0061\u0074\u0020\u004f\u0066\u0066\u0073\u0065\u0074\u003a\u0020\u0025\u0030\u0034\u0058",_fgeb .SegmentNumber ,_fgeb .SegmentDataStartOffset ); -_ddgc ,_ffge :=_fgeb .subInputReader ();if _ffge !=nil {return nil ,_ffge ;};if _ffb :=_fedg .Init (_fgeb ,_ddgc );_ffb !=nil {_af .Log .Debug ("\u0049\u006e\u0069\u0074 \u0066\u0061\u0069\u006c\u0065\u0064\u003a\u0020\u0025\u0076 \u0066o\u0072\u0020\u0074\u0079\u0070\u0065\u003a \u0025\u0054",_ffb ,_fedg ); -return nil ,_ffb ;};_fgeb .SegmentData =_fedg ;};return _fedg ,nil ;};func (_defca *PageInformationSegment )readResolution ()error {_bcdb ,_ccb :=_defca ._fgee .ReadBits (32);if _ccb !=nil {return _ccb ;};_defca .ResolutionX =int (_bcdb &_c .MaxInt32 ); -_bcdb ,_ccb =_defca ._fgee .ReadBits (32);if _ccb !=nil {return _ccb ;};_defca .ResolutionY =int (_bcdb &_c .MaxInt32 );return nil ;};func (_cceb *Header )readSegmentNumber (_fbad *_ae .Reader )error {const _eefb ="\u0072\u0065\u0061\u0064\u0053\u0065\u0067\u006d\u0065\u006e\u0074\u004eu\u006d\u0062\u0065\u0072"; -_cbgf :=make ([]byte ,4);_ ,_fgab :=_fbad .Read (_cbgf );if _fgab !=nil {return _fe .Wrap (_fgab ,_eefb ,"");};_cceb .SegmentNumber =_d .BigEndian .Uint32 (_cbgf );return nil ;};func (_cbba *PatternDictionary )GetDictionary ()([]*_df .Bitmap ,error ){if _cbba .Patterns !=nil {return _cbba .Patterns ,nil ; -};if !_cbba .IsMMREncoded {_cbba .setGbAtPixels ();};_agee :=NewGenericRegion (_cbba ._fdcf );_agee .setParametersMMR (_cbba .IsMMREncoded ,_cbba .DataOffset ,_cbba .DataLength ,uint32 (_cbba .HdpHeight ),(_cbba .GrayMax +1)*uint32 (_cbba .HdpWidth ),_cbba .HDTemplate ,false ,false ,_cbba .GBAtX ,_cbba .GBAtY ); -_cedf ,_adf :=_agee .GetRegionBitmap ();if _adf !=nil {return nil ,_adf ;};if _adf =_cbba .extractPatterns (_cedf );_adf !=nil {return nil ,_adf ;};return _cbba .Patterns ,nil ;};func (_bcbd *TableSegment )StreamReader ()*_ae .Reader {return _bcbd ._ebef }; -func (_fdgge *TableSegment )HtOOB ()int32 {return _fdgge ._cadd };func (_afd *GenericRefinementRegion )decodeTemplate (_fdb ,_cggc ,_gec ,_bgc ,_edcd ,_ddg ,_ggb ,_fbf ,_agc ,_dcf int ,_bcbb templater )(_cgd error ){var (_bfd ,_cdgg ,_fde ,_beg ,_db int16 ; -_eacf ,_gbd ,_gdgc ,_dfe int ;_cf byte ;);if _agc >=1&&(_agc -1)< _afd .ReferenceBitmap .Height {_cf ,_cgd =_afd .ReferenceBitmap .GetByte (_dcf -_bgc );if _cgd !=nil {return _cgd ;};_eacf =int (_cf );};if _agc >=0&&(_agc )< _afd .ReferenceBitmap .Height {_cf ,_cgd =_afd .ReferenceBitmap .GetByte (_dcf ); -if _cgd !=nil {return _cgd ;};_gbd =int (_cf );};if _agc >=-1&&(_agc +1)< _afd .ReferenceBitmap .Height {_cf ,_cgd =_afd .ReferenceBitmap .GetByte (_dcf +_bgc );if _cgd !=nil {return _cgd ;};_gdgc =int (_cf );};_dcf ++;if _fdb >=1{_cf ,_cgd =_afd .RegionBitmap .GetByte (_fbf -_gec ); -if _cgd !=nil {return _cgd ;};_dfe =int (_cf );};_fbf ++;_cda :=_afd .ReferenceDX %8;_dgab :=6+_cda ;_fdeg :=_dcf %_bgc ;if _dgab >=0{if _dgab < 8{_bfd =int16 (_eacf >>uint (_dgab ))&0x07;};if _dgab < 8{_cdgg =int16 (_gbd >>uint (_dgab ))&0x07;};if _dgab < 8{_fde =int16 (_gdgc >>uint (_dgab ))&0x07; -};if _dgab ==6&&_fdeg > 1{if _agc >=1&&(_agc -1)< _afd .ReferenceBitmap .Height {_cf ,_cgd =_afd .ReferenceBitmap .GetByte (_dcf -_bgc -2);if _cgd !=nil {return _cgd ;};_bfd |=int16 (_cf <<2)&0x04;};if _agc >=0&&_agc < _afd .ReferenceBitmap .Height {_cf ,_cgd =_afd .ReferenceBitmap .GetByte (_dcf -2); -if _cgd !=nil {return _cgd ;};_cdgg |=int16 (_cf <<2)&0x04;};if _agc >=-1&&_agc +1< _afd .ReferenceBitmap .Height {_cf ,_cgd =_afd .ReferenceBitmap .GetByte (_dcf +_bgc -2);if _cgd !=nil {return _cgd ;};_fde |=int16 (_cf <<2)&0x04;};};if _dgab ==0{_eacf =0; -_gbd =0;_gdgc =0;if _fdeg < _bgc -1{if _agc >=1&&_agc -1< _afd .ReferenceBitmap .Height {_cf ,_cgd =_afd .ReferenceBitmap .GetByte (_dcf -_bgc );if _cgd !=nil {return _cgd ;};_eacf =int (_cf );};if _agc >=0&&_agc < _afd .ReferenceBitmap .Height {_cf ,_cgd =_afd .ReferenceBitmap .GetByte (_dcf ); -if _cgd !=nil {return _cgd ;};_gbd =int (_cf );};if _agc >=-1&&_agc +1< _afd .ReferenceBitmap .Height {_cf ,_cgd =_afd .ReferenceBitmap .GetByte (_dcf +_bgc );if _cgd !=nil {return _cgd ;};_gdgc =int (_cf );};};_dcf ++;};}else {_bfd =int16 (_eacf <<1)&0x07; -_cdgg =int16 (_gbd <<1)&0x07;_fde =int16 (_gdgc <<1)&0x07;_eacf =0;_gbd =0;_gdgc =0;if _fdeg < _bgc -1{if _agc >=1&&_agc -1< _afd .ReferenceBitmap .Height {_cf ,_cgd =_afd .ReferenceBitmap .GetByte (_dcf -_bgc );if _cgd !=nil {return _cgd ;};_eacf =int (_cf ); -};if _agc >=0&&_agc < _afd .ReferenceBitmap .Height {_cf ,_cgd =_afd .ReferenceBitmap .GetByte (_dcf );if _cgd !=nil {return _cgd ;};_gbd =int (_cf );};if _agc >=-1&&_agc +1< _afd .ReferenceBitmap .Height {_cf ,_cgd =_afd .ReferenceBitmap .GetByte (_dcf +_bgc ); -if _cgd !=nil {return _cgd ;};_gdgc =int (_cf );};_dcf ++;};_bfd |=int16 ((_eacf >>7)&0x07);_cdgg |=int16 ((_gbd >>7)&0x07);_fde |=int16 ((_gdgc >>7)&0x07);};_beg =int16 (_dfe >>6);_db =0;_fab :=(2-_cda )%8;_eacf <<=uint (_fab );_gbd <<=uint (_fab );_gdgc <<=uint (_fab ); -_dfe <<=2;var _bee int ;for _bga :=0;_bga < _cggc ;_bga ++{_bbd :=_bga &0x07;_degc :=_bcbb .form (_bfd ,_cdgg ,_fde ,_beg ,_db );if _afd ._bf {_cf ,_cgd =_afd .RegionBitmap .GetByte (_afd .RegionBitmap .GetByteIndex (_bga ,_fdb ));if _cgd !=nil {return _cgd ; -};_afd ._ab .SetIndex (int32 (_afd .overrideAtTemplate0 (int (_degc ),_bga ,_fdb ,int (_cf ),_bbd )));}else {_afd ._ab .SetIndex (int32 (_degc ));};_bee ,_cgd =_afd ._eg .DecodeBit (_afd ._ab );if _cgd !=nil {return _cgd ;};if _cgd =_afd .RegionBitmap .SetPixel (_bga ,_fdb ,byte (_bee )); -_cgd !=nil {return _cgd ;};_bfd =((_bfd <<1)|0x01&int16 (_eacf >>7))&0x07;_cdgg =((_cdgg <<1)|0x01&int16 (_gbd >>7))&0x07;_fde =((_fde <<1)|0x01&int16 (_gdgc >>7))&0x07;_beg =((_beg <<1)|0x01&int16 (_dfe >>7))&0x07;_db =int16 (_bee );if (_bga -int (_afd .ReferenceDX ))%8==5{_eacf =0; -_gbd =0;_gdgc =0;if ((_bga -int (_afd .ReferenceDX ))/8)+1< _afd .ReferenceBitmap .RowStride {if _agc >=1&&(_agc -1)< _afd .ReferenceBitmap .Height {_cf ,_cgd =_afd .ReferenceBitmap .GetByte (_dcf -_bgc );if _cgd !=nil {return _cgd ;};_eacf =int (_cf ); -};if _agc >=0&&_agc < _afd .ReferenceBitmap .Height {_cf ,_cgd =_afd .ReferenceBitmap .GetByte (_dcf );if _cgd !=nil {return _cgd ;};_gbd =int (_cf );};if _agc >=-1&&(_agc +1)< _afd .ReferenceBitmap .Height {_cf ,_cgd =_afd .ReferenceBitmap .GetByte (_dcf +_bgc ); -if _cgd !=nil {return _cgd ;};_gdgc =int (_cf );};};_dcf ++;}else {_eacf <<=1;_gbd <<=1;_gdgc <<=1;};if _bbd ==5&&_fdb >=1{if ((_bga >>3)+1)>=_afd .RegionBitmap .RowStride {_dfe =0;}else {_cf ,_cgd =_afd .RegionBitmap .GetByte (_fbf -_gec );if _cgd !=nil {return _cgd ; -};_dfe =int (_cf );};_fbf ++;}else {_dfe <<=1;};};return nil ;};func (_dfge *GenericRefinementRegion )parseHeader ()(_fdg error ){_af .Log .Trace ("\u005b\u0047\u0045\u004e\u0045\u0052\u0049\u0043\u002d\u0052\u0045\u0046\u002d\u0052\u0045\u0047\u0049\u004f\u004e\u005d\u0020\u0070\u0061\u0072s\u0069\u006e\u0067\u0020\u0048e\u0061\u0064e\u0072\u002e\u002e\u002e"); -_ega :=_gf .Now ();defer func (){if _fdg ==nil {_af .Log .Trace ("\u005b\u0047\u0045\u004e\u0045\u0052\u0049\u0043\u002d\u0052\u0045\u0046\u002d\u0052\u0045G\u0049\u004f\u004e\u005d\u0020\u0070\u0061\u0072\u0073\u0069\u006e\u0067\u0020h\u0065\u0061\u0064\u0065\u0072\u0020\u0066\u0069\u006e\u0069\u0073\u0068id\u0020\u0069\u006e\u003a\u0020\u0025\u0064\u0020\u006e\u0073",_gf .Since (_ega ).Nanoseconds ()); -}else {_af .Log .Trace ("\u005b\u0047E\u004e\u0045\u0052\u0049\u0043\u002d\u0052\u0045\u0046\u002d\u0052\u0045\u0047\u0049\u004f\u004e\u005d\u0020\u0070\u0061\u0072\u0073\u0069\u006e\u0067\u0020\u0068\u0065\u0061\u0064\u0065\u0072\u0020\u0066\u0061\u0069\u006c\u0065\u0064\u003a\u0020\u0025\u0073",_fdg ); -};}();if _fdg =_dfge .RegionInfo .parseHeader ();_fdg !=nil {return _fdg ;};_ ,_fdg =_dfge ._fd .ReadBits (6);if _fdg !=nil {return _fdg ;};_dfge .IsTPGROn ,_fdg =_dfge ._fd .ReadBool ();if _fdg !=nil {return _fdg ;};var _eeg int ;_eeg ,_fdg =_dfge ._fd .ReadBit (); -if _fdg !=nil {return _fdg ;};_dfge .TemplateID =int8 (_eeg );switch _dfge .TemplateID {case 0:_dfge .Template =_dfge ._fa ;if _fdg =_dfge .readAtPixels ();_fdg !=nil {return _fdg ;};case 1:_dfge .Template =_dfge ._gd ;};return nil ;};func (_de *GenericRefinementRegion )Init (header *Header ,r *_ae .Reader )error {_de ._ce =header ; -_de ._fd =r ;_de .RegionInfo =NewRegionSegment (r );return _de .parseHeader ();};func (_gebc *HalftoneRegion )computeGrayScalePlanes (_dfcf []*_df .Bitmap ,_caff int )([][]int ,error ){_aec :=make ([][]int ,_gebc .HGridHeight );for _acdg :=0;_acdg < len (_aec ); -_acdg ++{_aec [_acdg ]=make ([]int ,_gebc .HGridWidth );};for _abdga :=0;_abdga < int (_gebc .HGridHeight );_abdga ++{for _bcbgf :=0;_bcbgf < int (_gebc .HGridWidth );_bcbgf +=8{var _bggd int ;if _eaeg :=int (_gebc .HGridWidth )-_bcbgf ;_eaeg > 8{_bggd =8; -}else {_bggd =_eaeg ;};_cba :=_dfcf [0].GetByteIndex (_bcbgf ,_abdga );for _fgdf :=0;_fgdf < _bggd ;_fgdf ++{_adca :=_fgdf +_bcbgf ;_aec [_abdga ][_adca ]=0;for _aebg :=0;_aebg < _caff ;_aebg ++{_bebd ,_cabe :=_dfcf [_aebg ].GetByte (_cba );if _cabe !=nil {return nil ,_cabe ; -};_fcfa :=_bebd >>uint (7-_adca &7);_bagc :=_fcfa &1;_ffaf :=1< 0{_gfc =_gbb ;};_geg :=_cac .ReferenceBitmap .GetByteIndex (_gfc ,_fgb ); -if _cac .ReferenceDX > 0{_gcf =int (_cac .ReferenceDX );};_gbe :=_cac .RegionBitmap .GetByteIndex (_gcf ,_ede );switch _cac .TemplateID {case 0:_fca =_cac .decodeTemplate (_ede ,_ad ,_dga ,_fc ,_aff ,_cge ,_deg ,_gbe ,_fgb ,_geg ,_cac ._fa );case 1:_fca =_cac .decodeTemplate (_ede ,_ad ,_dga ,_fc ,_aff ,_cge ,_deg ,_gbe ,_fgb ,_geg ,_cac ._gd ); -};return _fca ;};func (_cfb *GenericRegion )InitEncode (bm *_df .Bitmap ,xLoc ,yLoc ,template int ,duplicateLineRemoval bool )error {const _bcg ="\u0047e\u006e\u0065\u0072\u0069\u0063\u0052\u0065\u0067\u0069\u006f\u006e.\u0049\u006e\u0069\u0074\u0045\u006e\u0063\u006f\u0064\u0065"; -if bm ==nil {return _fe .Error (_bcg ,"\u0070\u0072\u006f\u0076id\u0065\u0064\u0020\u006e\u0069\u006c\u0020\u0062\u0069\u0074\u006d\u0061\u0070");};if xLoc < 0||yLoc < 0{return _fe .Error (_bcg ,"\u0078\u0020\u0061\u006e\u0064\u0020\u0079\u0020\u006c\u006f\u0063\u0061\u0074i\u006f\u006e\u0020\u006d\u0075\u0073t\u0020\u0062\u0065\u0020\u0067\u0072\u0065\u0061\u0074\u0065\u0072\u0020\u0074h\u0061\u006e\u0020\u0030"); -};_cfb .Bitmap =bm ;_cfb .GBTemplate =byte (template );switch _cfb .GBTemplate {case 0:_cfb .GBAtX =[]int8 {3,-3,2,-2};_cfb .GBAtY =[]int8 {-1,-1,-2,-2};case 1:_cfb .GBAtX =[]int8 {3};_cfb .GBAtY =[]int8 {-1};case 2,3:_cfb .GBAtX =[]int8 {2};_cfb .GBAtY =[]int8 {-1}; -default:return _fe .Errorf (_bcg ,"\u0070\u0072o\u0076\u0069\u0064\u0065\u0064 \u0074\u0065\u006d\u0070\u006ca\u0074\u0065\u003a\u0020\u0027\u0025\u0064\u0027\u0020\u006e\u006f\u0074\u0020\u0069\u006e\u0020\u0076\u0061\u006c\u0069\u0064\u0020\u0072\u0061\u006e\u0067\u0065\u0020\u007b\u0030\u002c\u0031\u002c\u0032\u002c\u0033\u007d",template ); -};_cfb .RegionSegment =&RegionSegment {BitmapHeight :uint32 (bm .Height ),BitmapWidth :uint32 (bm .Width ),XLocation :uint32 (xLoc ),YLocation :uint32 (yLoc )};_cfb .IsTPGDon =duplicateLineRemoval ;return nil ;};func (_affb *SymbolDictionary )readNumberOfNewSymbols ()error {_dbcb ,_bacg :=_affb ._bbda .ReadBits (32); -if _bacg !=nil {return _bacg ;};_affb .NumberOfNewSymbols =uint32 (_dbcb &_c .MaxUint32 );return nil ;};func (_cbe *Header )subInputReader ()(*_ae .Reader ,error ){_cfee :=int (_cbe .SegmentDataLength );if _cbe .SegmentDataLength ==_c .MaxInt32 {_cfee =-1; -};return _cbe .Reader .NewPartialReader (int (_cbe .SegmentDataStartOffset ),_cfee ,false );};func (_deea *SymbolDictionary )InitEncode (symbols *_df .Bitmaps ,symbolList []int ,symbolMap map[int ]int ,unborderSymbols bool )error {const _bdce ="S\u0079\u006d\u0062\u006f\u006c\u0044i\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u002eI\u006e\u0069\u0074E\u006ec\u006f\u0064\u0065"; -_deea .SdATX =[]int8 {3,-3,2,-2};_deea .SdATY =[]int8 {-1,-1,-2,-2};_deea ._daaa =symbols ;_deea ._face =make ([]int ,len (symbolList ));copy (_deea ._face ,symbolList );if len (_deea ._face )!=_deea ._daaa .Size (){return _fe .Error (_bdce ,"s\u0079\u006d\u0062\u006f\u006c\u0073\u0020\u0061\u006e\u0064\u0020\u0073\u0079\u006d\u0062\u006f\u006c\u004ci\u0073\u0074\u0020\u006f\u0066\u0020\u0064\u0069\u0066\u0066er\u0065\u006e\u0074 \u0073i\u007a\u0065"); -};_deea .NumberOfNewSymbols =uint32 (symbols .Size ());_deea .NumberOfExportedSymbols =uint32 (symbols .Size ());_deea ._feda =symbolMap ;_deea ._afcf =unborderSymbols ;return nil ;};type HalftoneRegion struct{_baab *_ae .Reader ;_bfed *Header ;DataHeaderOffset int64 ; -DataHeaderLength int64 ;DataOffset int64 ;DataLength int64 ;RegionSegment *RegionSegment ;HDefaultPixel int8 ;CombinationOperator _df .CombinationOperator ;HSkipEnabled bool ;HTemplate byte ;IsMMREncoded bool ;HGridWidth uint32 ;HGridHeight uint32 ;HGridX int32 ; -HGridY int32 ;HRegionX uint16 ;HRegionY uint16 ;HalftoneRegionBitmap *_df .Bitmap ;Patterns []*_df .Bitmap ;};func (_abaa *SymbolDictionary )String ()string {_gaaa :=&_a .Builder {};_gaaa .WriteString ("\n\u005b\u0053\u0059\u004dBO\u004c-\u0044\u0049\u0043\u0054\u0049O\u004e\u0041\u0052\u0059\u005d\u000a"); -_gaaa .WriteString (_dg .Sprintf ("\u0009-\u0020S\u0064\u0072\u0054\u0065\u006dp\u006c\u0061t\u0065\u0020\u0025\u0076\u000a",_abaa .SdrTemplate ));_gaaa .WriteString (_dg .Sprintf ("\u0009\u002d\u0020\u0053\u0064\u0054\u0065\u006d\u0070\u006c\u0061\u0074e\u0020\u0025\u0076\u000a",_abaa .SdTemplate )); -_gaaa .WriteString (_dg .Sprintf ("\u0009\u002d\u0020\u0069\u0073\u0043\u006f\u0064\u0069\u006eg\u0043\u006f\u006e\u0074\u0065\u0078\u0074R\u0065\u0074\u0061\u0069\u006e\u0065\u0064\u0020\u0025\u0076\u000a",_abaa ._acgc ));_gaaa .WriteString (_dg .Sprintf ("\u0009\u002d\u0020\u0069\u0073\u0043\u006f\u0064\u0069\u006e\u0067C\u006f\u006e\u0074\u0065\u0078\u0074\u0055\u0073\u0065\u0064 \u0025\u0076\u000a",_abaa ._dgeg )); -_gaaa .WriteString (_dg .Sprintf ("\u0009\u002d\u0020\u0053\u0064\u0048u\u0066\u0066\u0041\u0067\u0067\u0049\u006e\u0073\u0074\u0061\u006e\u0063\u0065S\u0065\u006c\u0065\u0063\u0074\u0069\u006fn\u0020\u0025\u0076\u000a",_abaa .SdHuffAggInstanceSelection )); -_gaaa .WriteString (_dg .Sprintf ("\u0009\u002d\u0020\u0053d\u0048\u0075\u0066\u0066\u0042\u004d\u0053\u0069\u007a\u0065S\u0065l\u0065\u0063\u0074\u0069\u006f\u006e\u0020%\u0076\u000a",_abaa .SdHuffBMSizeSelection ));_gaaa .WriteString (_dg .Sprintf ("\u0009\u002d\u0020\u0053\u0064\u0048u\u0066\u0066\u0044\u0065\u0063\u006f\u0064\u0065\u0057\u0069\u0064\u0074\u0068S\u0065\u006c\u0065\u0063\u0074\u0069\u006fn\u0020\u0025\u0076\u000a",_abaa .SdHuffDecodeWidthSelection )); -_gaaa .WriteString (_dg .Sprintf ("\u0009\u002d\u0020Sd\u0048\u0075\u0066\u0066\u0044\u0065\u0063\u006f\u0064e\u0048e\u0069g\u0068t\u0053\u0065\u006c\u0065\u0063\u0074\u0069\u006f\u006e\u0020\u0025\u0076\u000a",_abaa .SdHuffDecodeHeightSelection ));_gaaa .WriteString (_dg .Sprintf ("\u0009\u002d\u0020U\u0073\u0065\u0052\u0065f\u0069\u006e\u0065\u006d\u0065\u006e\u0074A\u0067\u0067\u0072\u0065\u0067\u0061\u0074\u0069\u006f\u006e\u0020\u0025\u0076\u000a",_abaa .UseRefinementAggregation )); -_gaaa .WriteString (_dg .Sprintf ("\u0009\u002d\u0020is\u0048\u0075\u0066\u0066\u006d\u0061\u006e\u0045\u006e\u0063\u006f\u0064\u0065\u0064\u0020\u0025\u0076\u000a",_abaa .IsHuffmanEncoded ));_gaaa .WriteString (_dg .Sprintf ("\u0009\u002d\u0020S\u0064\u0041\u0054\u0058\u0020\u0025\u0076\u000a",_abaa .SdATX )); -_gaaa .WriteString (_dg .Sprintf ("\u0009\u002d\u0020S\u0064\u0041\u0054\u0059\u0020\u0025\u0076\u000a",_abaa .SdATY ));_gaaa .WriteString (_dg .Sprintf ("\u0009\u002d\u0020\u0053\u0064\u0072\u0041\u0054\u0058\u0020\u0025\u0076\u000a",_abaa .SdrATX )); -_gaaa .WriteString (_dg .Sprintf ("\u0009\u002d\u0020\u0053\u0064\u0072\u0041\u0054\u0059\u0020\u0025\u0076\u000a",_abaa .SdrATY ));_gaaa .WriteString (_dg .Sprintf ("\u0009\u002d\u0020\u004e\u0075\u006d\u0062\u0065\u0072\u004ff\u0045\u0078\u0070\u006f\u0072\u0074\u0065d\u0053\u0079\u006d\u0062\u006f\u006c\u0073\u0020\u0025\u0076\u000a",_abaa .NumberOfExportedSymbols )); -_gaaa .WriteString (_dg .Sprintf ("\u0009-\u0020\u004e\u0075\u006db\u0065\u0072\u004f\u0066\u004ee\u0077S\u0079m\u0062\u006f\u006c\u0073\u0020\u0025\u0076\n",_abaa .NumberOfNewSymbols ));_gaaa .WriteString (_dg .Sprintf ("\u0009\u002d\u0020\u006e\u0075\u006d\u0062\u0065\u0072\u004ff\u0049\u006d\u0070\u006f\u0072\u0074\u0065d\u0053\u0079\u006d\u0062\u006f\u006c\u0073\u0020\u0025\u0076\u000a",_abaa ._eaab )); -_gaaa .WriteString (_dg .Sprintf ("\u0009\u002d \u006e\u0075\u006d\u0062\u0065\u0072\u004f\u0066\u0044\u0065\u0063\u006f\u0064\u0065\u0064\u0053\u0079\u006d\u0062\u006f\u006c\u0073 %\u0076\u000a",_abaa ._dacc ));return _gaaa .String ();};func (_daf *PageInformationSegment )Size ()int {return 19}; -func (_aba *GenericRegion )readGBAtPixels (_edcg int )error {const _bbeb ="\u0072\u0065\u0061\u0064\u0047\u0042\u0041\u0074\u0050i\u0078\u0065\u006c\u0073";_aba .GBAtX =make ([]int8 ,_edcg );_aba .GBAtY =make ([]int8 ,_edcg );for _dcd :=0;_dcd < _edcg ; -_dcd ++{_fgcd ,_fbdc :=_aba ._abe .ReadByte ();if _fbdc !=nil {return _fe .Wrapf (_fbdc ,_bbeb ,"\u0058\u0020\u0061t\u0020\u0069\u003a\u0020\u0027\u0025\u0064\u0027",_dcd );};_aba .GBAtX [_dcd ]=int8 (_fgcd );_fgcd ,_fbdc =_aba ._abe .ReadByte ();if _fbdc !=nil {return _fe .Wrapf (_fbdc ,_bbeb ,"\u0059\u0020\u0061t\u0020\u0069\u003a\u0020\u0027\u0025\u0064\u0027",_dcd ); -};_aba .GBAtY [_dcd ]=int8 (_fgcd );};return nil ;};func (_baa *template1 )setIndex (_dgb *_b .DecoderStats ){_dgb .SetIndex (0x080)};func (_gfcf *SymbolDictionary )readAtPixels (_gdaa int )error {_gfcf .SdATX =make ([]int8 ,_gdaa );_gfcf .SdATY =make ([]int8 ,_gdaa ); -var (_dffg byte ;_gecg error ;);for _beed :=0;_beed < _gdaa ;_beed ++{_dffg ,_gecg =_gfcf ._bbda .ReadByte ();if _gecg !=nil {return _gecg ;};_gfcf .SdATX [_beed ]=int8 (_dffg );_dffg ,_gecg =_gfcf ._bbda .ReadByte ();if _gecg !=nil {return _gecg ;};_gfcf .SdATY [_beed ]=int8 (_dffg ); -};return nil ;};func (_fda *GenericRegion )Init (h *Header ,r *_ae .Reader )error {_fda .RegionSegment =NewRegionSegment (r );_fda ._abe =r ;return _fda .parseHeader ();};func (_efg *GenericRegion )setParametersMMR (_bcdd bool ,_dbcf ,_ece int64 ,_gbbd ,_fbdf uint32 ,_dac byte ,_fafd ,_abfe bool ,_bcc ,_abac []int8 ){_efg .DataOffset =_dbcf ; -_efg .DataLength =_ece ;_efg .RegionSegment =&RegionSegment {};_efg .RegionSegment .BitmapHeight =_gbbd ;_efg .RegionSegment .BitmapWidth =_fbdf ;_efg .GBTemplate =_dac ;_efg .IsMMREncoded =_bcdd ;_efg .IsTPGDon =_fafd ;_efg .GBAtX =_bcc ;_efg .GBAtY =_abac ; -};func (_fcfaa *PageInformationSegment )Init (h *Header ,r *_ae .Reader )(_adab error ){_fcfaa ._fgee =r ;if _adab =_fcfaa .parseHeader ();_adab !=nil {return _fe .Wrap (_adab ,"P\u0061\u0067\u0065\u0049\u006e\u0066o\u0072\u006d\u0061\u0074\u0069\u006f\u006e\u0053\u0065g\u006d\u0065\u006et\u002eI\u006e\u0069\u0074",""); -};return nil ;};func (_addd *PageInformationSegment )readCombinationOperatorOverrideAllowed ()error {_cgcb ,_dfdag :=_addd ._fgee .ReadBit ();if _dfdag !=nil {return _dfdag ;};if _cgcb ==1{_addd ._gced =true ;};return nil ;};func (_fbgeb *PageInformationSegment )checkInput ()error {if _fbgeb .PageBMHeight ==_c .MaxInt32 {if !_fbgeb .IsStripe {_af .Log .Debug ("P\u0061\u0067\u0065\u0049\u006e\u0066\u006f\u0072\u006da\u0074\u0069\u006f\u006e\u0053\u0065\u0067me\u006e\u0074\u002e\u0049s\u0053\u0074\u0072\u0069\u0070\u0065\u0020\u0073\u0068ou\u006c\u0064 \u0062\u0065\u0020\u0074\u0072\u0075\u0065\u002e"); -};};return nil ;};func (_bgea *Header )readHeaderLength (_dfda *_ae .Reader ,_bcfd int64 ){_bgea .HeaderLength =_dfda .AbsolutePosition ()-_bcfd ;};func (_adaa *TextRegion )decodeIds ()(int64 ,error ){const _dfgd ="\u0064e\u0063\u006f\u0064\u0065\u0049\u0064s"; -if _adaa .IsHuffmanEncoded {if _adaa .SbHuffDS ==3{if _adaa ._ddea ==nil {_ddfc :=0;if _adaa .SbHuffFS ==3{_ddfc ++;};var _ecbc error ;_adaa ._ddea ,_ecbc =_adaa .getUserTable (_ddfc );if _ecbc !=nil {return 0,_fe .Wrap (_ecbc ,_dfgd ,"");};};return _adaa ._ddea .Decode (_adaa ._deba ); -};_cfac ,_ccfa :=_ge .GetStandardTable (8+int (_adaa .SbHuffDS ));if _ccfa !=nil {return 0,_fe .Wrap (_ccfa ,_dfgd ,"");};return _cfac .Decode (_adaa ._deba );};_aefc ,_agfgd :=_adaa ._fagf .DecodeInt (_adaa ._ccac );if _agfgd !=nil {return 0,_fe .Wrap (_agfgd ,_dfgd ,"\u0063\u0078\u0049\u0041\u0044\u0053"); -};return int64 (_aefc ),nil ;};func (_cbef *SymbolDictionary )encodeRefinementATFlags (_gbeg _ae .BinaryWriter )(_eafcb int ,_bcfda error ){const _cfbb ="\u0065\u006e\u0063od\u0065\u0052\u0065\u0066\u0069\u006e\u0065\u006d\u0065\u006e\u0074\u0041\u0054\u0046\u006c\u0061\u0067\u0073"; -if !_cbef .UseRefinementAggregation ||_cbef .SdrTemplate !=0{return 0,nil ;};for _ccea :=0;_ccea < 2;_ccea ++{if _bcfda =_gbeg .WriteByte (byte (_cbef .SdrATX [_ccea ]));_bcfda !=nil {return _eafcb ,_fe .Wrapf (_bcfda ,_cfbb ,"\u0053\u0064\u0072\u0041\u0054\u0058\u005b\u0025\u0064\u005d",_ccea ); -};_eafcb ++;if _bcfda =_gbeg .WriteByte (byte (_cbef .SdrATY [_ccea ]));_bcfda !=nil {return _eafcb ,_fe .Wrapf (_bcfda ,_cfbb ,"\u0053\u0064\u0072\u0041\u0054\u0059\u005b\u0025\u0064\u005d",_ccea );};_eafcb ++;};return _eafcb ,nil ;};func (_fgec *SymbolDictionary )setRefinementAtPixels ()error {if !_fgec .UseRefinementAggregation ||_fgec .SdrTemplate !=0{return nil ; -};if _gbaa :=_fgec .readRefinementAtPixels (2);_gbaa !=nil {return _gbaa ;};return nil ;};func (_dcfg *HalftoneRegion )checkInput ()error {if _dcfg .IsMMREncoded {if _dcfg .HTemplate !=0{_af .Log .Debug ("\u0048\u0054\u0065\u006d\u0070l\u0061\u0074\u0065\u0020\u003d\u0020\u0025\u0064\u0020\u0073\u0068\u006f\u0075l\u0064\u0020\u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0020\u0074\u0068\u0065\u0020\u0076\u0061\u006c\u0075\u0065\u0020\u0030",_dcfg .HTemplate ); -};if _dcfg .HSkipEnabled {_af .Log .Debug ("\u0048\u0053\u006b\u0069\u0070\u0045\u006e\u0061\u0062\u006c\u0065\u0064\u0020\u0030\u0020\u0025\u0076\u0020(\u0073\u0068\u006f\u0075\u006c\u0064\u0020c\u006f\u006e\u0074\u0061\u0069\u006e\u0020\u0074\u0068\u0065\u0020v\u0061\u006c\u0075\u0065\u0020\u0066\u0061\u006c\u0073\u0065\u0029",_dcfg .HSkipEnabled ); -};};return nil ;};type Type int ;func (_bcba *TextRegion )getSymbols ()error {if _bcba .Header .RTSegments !=nil {return _bcba .initSymbols ();};return nil ;};type PageInformationSegment struct{_fgee *_ae .Reader ;PageBMHeight int ;PageBMWidth int ;ResolutionX int ; -ResolutionY int ;_gced bool ;_bca _df .CombinationOperator ;_fgaa bool ;DefaultPixelValue uint8 ;_cadb bool ;IsLossless bool ;IsStripe bool ;MaxStripeSize uint16 ;};func (_ffce *GenericRegion )overrideAtTemplate0b (_gfb ,_bfdf ,_ebca ,_fadd ,_edgg ,_abcfd int )int {if _ffce .GBAtOverride [0]{_gfb &=0xFFFD; -if _ffce .GBAtY [0]==0&&_ffce .GBAtX [0]>=-int8 (_edgg ){_gfb |=(_fadd >>uint (int8 (_abcfd )-_ffce .GBAtX [0]&0x1))<<1;}else {_gfb |=int (_ffce .getPixel (_bfdf +int (_ffce .GBAtX [0]),_ebca +int (_ffce .GBAtY [0])))<<1;};};if _ffce .GBAtOverride [1]{_gfb &=0xDFFF; -if _ffce .GBAtY [1]==0&&_ffce .GBAtX [1]>=-int8 (_edgg ){_gfb |=(_fadd >>uint (int8 (_abcfd )-_ffce .GBAtX [1]&0x1))<<13;}else {_gfb |=int (_ffce .getPixel (_bfdf +int (_ffce .GBAtX [1]),_ebca +int (_ffce .GBAtY [1])))<<13;};};if _ffce .GBAtOverride [2]{_gfb &=0xFDFF; -if _ffce .GBAtY [2]==0&&_ffce .GBAtX [2]>=-int8 (_edgg ){_gfb |=(_fadd >>uint (int8 (_abcfd )-_ffce .GBAtX [2]&0x1))<<9;}else {_gfb |=int (_ffce .getPixel (_bfdf +int (_ffce .GBAtX [2]),_ebca +int (_ffce .GBAtY [2])))<<9;};};if _ffce .GBAtOverride [3]{_gfb &=0xBFFF; -if _ffce .GBAtY [3]==0&&_ffce .GBAtX [3]>=-int8 (_edgg ){_gfb |=(_fadd >>uint (int8 (_abcfd )-_ffce .GBAtX [3]&0x1))<<14;}else {_gfb |=int (_ffce .getPixel (_bfdf +int (_ffce .GBAtX [3]),_ebca +int (_ffce .GBAtY [3])))<<14;};};if _ffce .GBAtOverride [4]{_gfb &=0xEFFF; -if _ffce .GBAtY [4]==0&&_ffce .GBAtX [4]>=-int8 (_edgg ){_gfb |=(_fadd >>uint (int8 (_abcfd )-_ffce .GBAtX [4]&0x1))<<12;}else {_gfb |=int (_ffce .getPixel (_bfdf +int (_ffce .GBAtX [4]),_ebca +int (_ffce .GBAtY [4])))<<12;};};if _ffce .GBAtOverride [5]{_gfb &=0xFFDF; -if _ffce .GBAtY [5]==0&&_ffce .GBAtX [5]>=-int8 (_edgg ){_gfb |=(_fadd >>uint (int8 (_abcfd )-_ffce .GBAtX [5]&0x1))<<5;}else {_gfb |=int (_ffce .getPixel (_bfdf +int (_ffce .GBAtX [5]),_ebca +int (_ffce .GBAtY [5])))<<5;};};if _ffce .GBAtOverride [6]{_gfb &=0xFFFB; -if _ffce .GBAtY [6]==0&&_ffce .GBAtX [6]>=-int8 (_edgg ){_gfb |=(_fadd >>uint (int8 (_abcfd )-_ffce .GBAtX [6]&0x1))<<2;}else {_gfb |=int (_ffce .getPixel (_bfdf +int (_ffce .GBAtX [6]),_ebca +int (_ffce .GBAtY [6])))<<2;};};if _ffce .GBAtOverride [7]{_gfb &=0xFFF7; -if _ffce .GBAtY [7]==0&&_ffce .GBAtX [7]>=-int8 (_edgg ){_gfb |=(_fadd >>uint (int8 (_abcfd )-_ffce .GBAtX [7]&0x1))<<3;}else {_gfb |=int (_ffce .getPixel (_bfdf +int (_ffce .GBAtX [7]),_ebca +int (_ffce .GBAtY [7])))<<3;};};if _ffce .GBAtOverride [8]{_gfb &=0xF7FF; -if _ffce .GBAtY [8]==0&&_ffce .GBAtX [8]>=-int8 (_edgg ){_gfb |=(_fadd >>uint (int8 (_abcfd )-_ffce .GBAtX [8]&0x1))<<11;}else {_gfb |=int (_ffce .getPixel (_bfdf +int (_ffce .GBAtX [8]),_ebca +int (_ffce .GBAtY [8])))<<11;};};if _ffce .GBAtOverride [9]{_gfb &=0xFFEF; -if _ffce .GBAtY [9]==0&&_ffce .GBAtX [9]>=-int8 (_edgg ){_gfb |=(_fadd >>uint (int8 (_abcfd )-_ffce .GBAtX [9]&0x1))<<4;}else {_gfb |=int (_ffce .getPixel (_bfdf +int (_ffce .GBAtX [9]),_ebca +int (_ffce .GBAtY [9])))<<4;};};if _ffce .GBAtOverride [10]{_gfb &=0x7FFF; -if _ffce .GBAtY [10]==0&&_ffce .GBAtX [10]>=-int8 (_edgg ){_gfb |=(_fadd >>uint (int8 (_abcfd )-_ffce .GBAtX [10]&0x1))<<15;}else {_gfb |=int (_ffce .getPixel (_bfdf +int (_ffce .GBAtX [10]),_ebca +int (_ffce .GBAtY [10])))<<15;};};if _ffce .GBAtOverride [11]{_gfb &=0xFDFF; -if _ffce .GBAtY [11]==0&&_ffce .GBAtX [11]>=-int8 (_edgg ){_gfb |=(_fadd >>uint (int8 (_abcfd )-_ffce .GBAtX [11]&0x1))<<10;}else {_gfb |=int (_ffce .getPixel (_bfdf +int (_ffce .GBAtX [11]),_ebca +int (_ffce .GBAtY [11])))<<10;};};return _gfb ;};func (_dbdg *TextRegion )setContexts (_aeag *_b .DecoderStats ,_gabf *_b .DecoderStats ,_cfde *_b .DecoderStats ,_gebfb *_b .DecoderStats ,_adcg *_b .DecoderStats ,_fedaf *_b .DecoderStats ,_adaf *_b .DecoderStats ,_cbbg *_b .DecoderStats ,_cccg *_b .DecoderStats ,_aace *_b .DecoderStats ){_dbdg ._bgce =_gabf ; -_dbdg ._deef =_cfde ;_dbdg ._ccac =_gebfb ;_dbdg ._cbgce =_adcg ;_dbdg ._abbd =_adaf ;_dbdg ._gbgf =_cbbg ;_dbdg ._bebb =_fedaf ;_dbdg ._gdgaf =_cccg ;_dbdg ._fddb =_aace ;_dbdg ._aaag =_aeag ;};func (_egag *TextRegion )decodeRdw ()(int64 ,error ){const _ccbe ="\u0064e\u0063\u006f\u0064\u0065\u0052\u0064w"; -if _egag .IsHuffmanEncoded {if _egag .SbHuffRDWidth ==3{if _egag ._agab ==nil {var (_dbdbe int ;_cbdfd error ;);if _egag .SbHuffFS ==3{_dbdbe ++;};if _egag .SbHuffDS ==3{_dbdbe ++;};if _egag .SbHuffDT ==3{_dbdbe ++;};_egag ._agab ,_cbdfd =_egag .getUserTable (_dbdbe ); -if _cbdfd !=nil {return 0,_fe .Wrap (_cbdfd ,_ccbe ,"");};};return _egag ._agab .Decode (_egag ._deba );};_adfa ,_cage :=_ge .GetStandardTable (14+int (_egag .SbHuffRDWidth ));if _cage !=nil {return 0,_fe .Wrap (_cage ,_ccbe ,"");};return _adfa .Decode (_egag ._deba ); -};_gbf ,_agabc :=_egag ._fagf .DecodeInt (_egag ._abbd );if _agabc !=nil {return 0,_fe .Wrap (_agabc ,_ccbe ,"");};return int64 (_gbf ),nil ;};func (_agg *GenericRefinementRegion )getPixel (_fbc *_df .Bitmap ,_bd ,_def int )int {if _bd < 0||_bd >=_fbc .Width {return 0; -};if _def < 0||_def >=_fbc .Height {return 0;};if _fbc .GetPixel (_bd ,_def ){return 1;};return 0;};func (_fbcc *TextRegion )computeSymbolCodeLength ()error {if _fbcc .IsHuffmanEncoded {return _fbcc .symbolIDCodeLengths ();};_fbcc ._adfd =int8 (_c .Ceil (_c .Log (float64 (_fbcc .NumberOfSymbols ))/_c .Log (2))); -return nil ;};type Segmenter interface{Init (_dadd *Header ,_ebga *_ae .Reader )error ;};func (_aafaf *TextRegion )GetRegionBitmap ()(*_df .Bitmap ,error ){if _aafaf .RegionBitmap !=nil {return _aafaf .RegionBitmap ,nil ;};if !_aafaf .IsHuffmanEncoded {if _edgf :=_aafaf .setCodingStatistics (); -_edgf !=nil {return nil ,_edgf ;};};if _gbcc :=_aafaf .createRegionBitmap ();_gbcc !=nil {return nil ,_gbcc ;};if _gbdc :=_aafaf .decodeSymbolInstances ();_gbdc !=nil {return nil ,_gbdc ;};return _aafaf .RegionBitmap ,nil ;};func (_cecg *TextRegion )decodeDT ()(_agca int64 ,_efeg error ){if _cecg .IsHuffmanEncoded {if _cecg .SbHuffDT ==3{_agca ,_efeg =_cecg ._cafd .Decode (_cecg ._deba ); -if _efeg !=nil {return 0,_efeg ;};}else {var _dceb _ge .Tabler ;_dceb ,_efeg =_ge .GetStandardTable (11+int (_cecg .SbHuffDT ));if _efeg !=nil {return 0,_efeg ;};_agca ,_efeg =_dceb .Decode (_cecg ._deba );if _efeg !=nil {return 0,_efeg ;};};}else {var _gcda int32 ; -_gcda ,_efeg =_cecg ._fagf .DecodeInt (_cecg ._bgce );if _efeg !=nil {return 0,_efeg ;};_agca =int64 (_gcda );};_agca *=int64 (_cecg .SbStrips );return _agca ,nil ;};func (_edee *Header )parse (_dabf Documenter ,_dgbg *_ae .Reader ,_gedfc int64 ,_cceg OrganizationType )(_fgge error ){const _fbeg ="\u0070\u0061\u0072s\u0065"; -_af .Log .Trace ("\u005b\u0053\u0045\u0047\u004d\u0045\u004e\u0054\u002d\u0048E\u0041\u0044\u0045\u0052\u005d\u005b\u0050A\u0052\u0053\u0045\u005d\u0020\u0042\u0065\u0067\u0069\u006e\u0073");defer func (){if _fgge !=nil {_af .Log .Trace ("\u005b\u0053\u0045GM\u0045\u004e\u0054\u002d\u0048\u0045\u0041\u0044\u0045R\u005d[\u0050A\u0052S\u0045\u005d\u0020\u0046\u0061\u0069\u006c\u0065\u0064\u002e\u0020\u0025\u0076",_fgge ); -}else {_af .Log .Trace ("\u005b\u0053\u0045\u0047\u004d\u0045\u004e\u0054\u002d\u0048\u0045\u0041\u0044\u0045\u0052]\u005bP\u0041\u0052\u0053\u0045\u005d\u0020\u0046\u0069\u006e\u0069\u0073\u0068\u0065\u0064");};}();_ ,_fgge =_dgbg .Seek (_gedfc ,_fg .SeekStart ); -if _fgge !=nil {return _fe .Wrap (_fgge ,_fbeg ,"\u0073\u0065\u0065\u006b\u0020\u0073\u0074\u0061\u0072\u0074");};if _fgge =_edee .readSegmentNumber (_dgbg );_fgge !=nil {return _fe .Wrap (_fgge ,_fbeg ,"");};if _fgge =_edee .readHeaderFlags ();_fgge !=nil {return _fe .Wrap (_fgge ,_fbeg ,""); -};var _bafc uint64 ;_bafc ,_fgge =_edee .readNumberOfReferredToSegments (_dgbg );if _fgge !=nil {return _fe .Wrap (_fgge ,_fbeg ,"");};_edee .RTSNumbers ,_fgge =_edee .readReferredToSegmentNumbers (_dgbg ,int (_bafc ));if _fgge !=nil {return _fe .Wrap (_fgge ,_fbeg ,""); -};_fgge =_edee .readSegmentPageAssociation (_dabf ,_dgbg ,_bafc ,_edee .RTSNumbers ...);if _fgge !=nil {return _fe .Wrap (_fgge ,_fbeg ,"");};if _edee .Type !=TEndOfFile {if _fgge =_edee .readSegmentDataLength (_dgbg );_fgge !=nil {return _fe .Wrap (_fgge ,_fbeg ,""); -};};_edee .readDataStartOffset (_dgbg ,_cceg );_edee .readHeaderLength (_dgbg ,_gedfc );_af .Log .Trace ("\u0025\u0073",_edee );return nil ;};func (_acb *Header )CleanSegmentData (){if _acb .SegmentData !=nil {_acb .SegmentData =nil ;};};func (_gecdd *PatternDictionary )readPatternWidthAndHeight ()error {_ccebf ,_abdge :=_gecdd ._fdcf .ReadByte (); -if _abdge !=nil {return _abdge ;};_gecdd .HdpWidth =_ccebf ;_ccebf ,_abdge =_gecdd ._fdcf .ReadByte ();if _abdge !=nil {return _abdge ;};_gecdd .HdpHeight =_ccebf ;return nil ;};func (_efcd *SymbolDictionary )Encode (w _ae .BinaryWriter )(_dceac int ,_cdfb error ){const _fgaf ="\u0053\u0079\u006dbo\u006c\u0044\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u002e\u0045\u006e\u0063\u006f\u0064\u0065"; -if _efcd ==nil {return 0,_fe .Error (_fgaf ,"\u0073\u0079m\u0062\u006f\u006c\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u0020\u006e\u006f\u0074\u0020\u0064\u0065\u0066in\u0065\u0064");};if _dceac ,_cdfb =_efcd .encodeFlags (w );_cdfb !=nil {return _dceac ,_fe .Wrap (_cdfb ,_fgaf ,""); -};_gccc ,_cdfb :=_efcd .encodeATFlags (w );if _cdfb !=nil {return _dceac ,_fe .Wrap (_cdfb ,_fgaf ,"");};_dceac +=_gccc ;if _gccc ,_cdfb =_efcd .encodeRefinementATFlags (w );_cdfb !=nil {return _dceac ,_fe .Wrap (_cdfb ,_fgaf ,"");};_dceac +=_gccc ;if _gccc ,_cdfb =_efcd .encodeNumSyms (w ); -_cdfb !=nil {return _dceac ,_fe .Wrap (_cdfb ,_fgaf ,"");};_dceac +=_gccc ;if _gccc ,_cdfb =_efcd .encodeSymbols (w );_cdfb !=nil {return _dceac ,_fe .Wrap (_cdfb ,_fgaf ,"");};_dceac +=_gccc ;return _dceac ,nil ;};func (_cbfe *Header )readNumberOfReferredToSegments (_gag *_ae .Reader )(uint64 ,error ){const _ceea ="\u0072\u0065\u0061\u0064\u004e\u0075\u006d\u0062\u0065\u0072O\u0066\u0052\u0065\u0066\u0065\u0072\u0072e\u0064\u0054\u006f\u0053\u0065\u0067\u006d\u0065\u006e\u0074\u0073"; -_dbac ,_ddcg :=_gag .ReadBits (3);if _ddcg !=nil {return 0,_fe .Wrap (_ddcg ,_ceea ,"\u0063\u006f\u0075n\u0074\u0020\u006f\u0066\u0020\u0072\u0074\u0073");};_dbac &=0xf;var _gabb []byte ;if _dbac <=4{_gabb =make ([]byte ,5);for _fcaf :=0;_fcaf <=4;_fcaf ++{_ddga ,_eggb :=_gag .ReadBit (); -if _eggb !=nil {return 0,_fe .Wrap (_eggb ,_ceea ,"\u0073\u0068\u006fr\u0074\u0020\u0066\u006f\u0072\u006d\u0061\u0074");};_gabb [_fcaf ]=byte (_ddga );};}else {_dbac ,_ddcg =_gag .ReadBits (29);if _ddcg !=nil {return 0,_ddcg ;};_dbac &=_c .MaxInt32 ;_dag :=(_dbac +8)>>3; -_dag <<=3;_gabb =make ([]byte ,_dag );var _dad uint64 ;for _dad =0;_dad < _dag ;_dad ++{_cgccd ,_gdcc :=_gag .ReadBit ();if _gdcc !=nil {return 0,_fe .Wrap (_gdcc ,_ceea ,"l\u006f\u006e\u0067\u0020\u0066\u006f\u0072\u006d\u0061\u0074");};_gabb [_dad ]=byte (_cgccd ); -};};return _dbac ,nil ;};func (_bfge *HalftoneRegion )combineGrayscalePlanes (_eag []*_df .Bitmap ,_gecb int )error {_dccb :=0;for _fcd :=0;_fcd < _eag [_gecb ].Height ;_fcd ++{for _fddc :=0;_fddc < _eag [_gecb ].Width ;_fddc +=8{_dfcd ,_cdd :=_eag [_gecb +1].GetByte (_dccb ); -if _cdd !=nil {return _cdd ;};_abeb ,_cdd :=_eag [_gecb ].GetByte (_dccb );if _cdd !=nil {return _cdd ;};_cdd =_eag [_gecb ].SetByte (_dccb ,_df .CombineBytes (_abeb ,_dfcd ,_df .CmbOpXor ));if _cdd !=nil {return _cdd ;};_dccb ++;};};return nil ;};func (_dgfb *SymbolDictionary )decodeAggregate (_ggce ,_ddee uint32 )error {var (_dcb int64 ; -_ggeee error ;);if _dgfb .IsHuffmanEncoded {_dcb ,_ggeee =_dgfb .huffDecodeRefAggNInst ();if _ggeee !=nil {return _ggeee ;};}else {_gbegc ,_ggag :=_dgfb ._fdbf .DecodeInt (_dgfb ._aebeg );if _ggag !=nil {return _ggag ;};_dcb =int64 (_gbegc );};if _dcb > 1{return _dgfb .decodeThroughTextRegion (_ggce ,_ddee ,uint32 (_dcb )); -}else if _dcb ==1{return _dgfb .decodeRefinedSymbol (_ggce ,_ddee );};return nil ;};func (_fadcf *SymbolDictionary )getUserTable (_ffca int )(_ge .Tabler ,error ){var _deac int ;for _ ,_bgeag :=range _fadcf .Header .RTSegments {if _bgeag .Type ==53{if _deac ==_ffca {_fee ,_ccfb :=_bgeag .GetSegmentData (); -if _ccfb !=nil {return nil ,_ccfb ;};_dggg :=_fee .(_ge .BasicTabler );return _ge .NewEncodedTable (_dggg );};_deac ++;};};return nil ,nil ;};func (_ebfa *HalftoneRegion )GetRegionInfo ()*RegionSegment {return _ebfa .RegionSegment };func (_effa *Header )readDataStartOffset (_ced *_ae .Reader ,_dfcfd OrganizationType ){if _dfcfd ==OSequential {_effa .SegmentDataStartOffset =uint64 (_ced .AbsolutePosition ()); -};};func (_bff *GenericRefinementRegion )updateOverride ()error {if _bff .GrAtX ==nil ||_bff .GrAtY ==nil {return _aa .New ("\u0041\u0054\u0020\u0070\u0069\u0078\u0065\u006c\u0073\u0020\u006e\u006ft\u0020\u0073\u0065\u0074");};if len (_bff .GrAtX )!=len (_bff .GrAtY ){return _aa .New ("A\u0054\u0020\u0070\u0069xe\u006c \u0069\u006e\u0063\u006f\u006es\u0069\u0073\u0074\u0065\u006e\u0074"); -};_bff ._ba =make ([]bool ,len (_bff .GrAtX ));switch _bff .TemplateID {case 0:if _bff .GrAtX [0]!=-1&&_bff .GrAtY [0]!=-1{_bff ._ba [0]=true ;_bff ._bf =true ;};if _bff .GrAtX [1]!=-1&&_bff .GrAtY [1]!=-1{_bff ._ba [1]=true ;_bff ._bf =true ;};case 1:_bff ._bf =false ; -};return nil ;};func (_begeg *TextRegion )decodeRdx ()(int64 ,error ){const _babc ="\u0064e\u0063\u006f\u0064\u0065\u0052\u0064x";if _begeg .IsHuffmanEncoded {if _begeg .SbHuffRDX ==3{if _begeg ._bgde ==nil {var (_efaf int ;_fgede error ;);if _begeg .SbHuffFS ==3{_efaf ++; -};if _begeg .SbHuffDS ==3{_efaf ++;};if _begeg .SbHuffDT ==3{_efaf ++;};if _begeg .SbHuffRDWidth ==3{_efaf ++;};if _begeg .SbHuffRDHeight ==3{_efaf ++;};_begeg ._bgde ,_fgede =_begeg .getUserTable (_efaf );if _fgede !=nil {return 0,_fe .Wrap (_fgede ,_babc ,""); -};};return _begeg ._bgde .Decode (_begeg ._deba );};_ceaf ,_cefb :=_ge .GetStandardTable (14+int (_begeg .SbHuffRDX ));if _cefb !=nil {return 0,_fe .Wrap (_cefb ,_babc ,"");};return _ceaf .Decode (_begeg ._deba );};_abge ,_agcce :=_begeg ._fagf .DecodeInt (_begeg ._gdgaf ); -if _agcce !=nil {return 0,_fe .Wrap (_agcce ,_babc ,"");};return int64 (_abge ),nil ;};func (_dgfd *PatternDictionary )checkInput ()error {if _dgfd .HdpHeight < 1||_dgfd .HdpWidth < 1{return _aa .New ("in\u0076\u0061l\u0069\u0064\u0020\u0048\u0065\u0061\u0064\u0065\u0072 \u0056\u0061\u006c\u0075\u0065\u003a\u0020\u0057\u0069\u0064\u0074\u0068\u002f\u0048\u0065\u0069\u0067\u0068\u0074\u0020\u006d\u0075\u0073\u0074\u0020\u0062\u0065\u0020g\u0072e\u0061\u0074\u0065\u0072\u0020\u0074\u0068\u0061n\u0020z\u0065\u0072o"); -};if _dgfd .IsMMREncoded {if _dgfd .HDTemplate !=0{_af .Log .Debug ("\u0076\u0061\u0072\u0069\u0061\u0062\u006c\u0065\u0020\u0048\u0044\u0054\u0065\u006d\u0070\u006c\u0061\u0074e\u0020\u0073\u0068\u006f\u0075\u006c\u0064 \u006e\u006f\u0074\u0020\u0063\u006f\u006e\u0074\u0061\u0069\u006e \u0074\u0068\u0065\u0020\u0076\u0061\u006c\u0075\u0065\u0020\u0030"); -};};return nil ;};func (_efdee *SymbolDictionary )getSymbol (_dgg int )(*_df .Bitmap ,error ){const _fbca ="\u0067e\u0074\u0053\u0079\u006d\u0062\u006fl";_fdag ,_aee :=_efdee ._daaa .GetBitmap (_efdee ._face [_dgg ]);if _aee !=nil {return nil ,_fe .Wrap (_aee ,_fbca ,"\u0063\u0061n\u0027\u0074\u0020g\u0065\u0074\u0020\u0073\u0079\u006d\u0062\u006f\u006c"); -};return _fdag ,nil ;};func (_dgdbe *TextRegion )decodeStripT ()(_ffdg int64 ,_fagb error ){if _dgdbe .IsHuffmanEncoded {if _dgdbe .SbHuffDT ==3{if _dgdbe ._cafd ==nil {var _cafb int ;if _dgdbe .SbHuffFS ==3{_cafb ++;};if _dgdbe .SbHuffDS ==3{_cafb ++; -};_dgdbe ._cafd ,_fagb =_dgdbe .getUserTable (_cafb );if _fagb !=nil {return 0,_fagb ;};};_ffdg ,_fagb =_dgdbe ._cafd .Decode (_dgdbe ._deba );if _fagb !=nil {return 0,_fagb ;};}else {var _bfedd _ge .Tabler ;_bfedd ,_fagb =_ge .GetStandardTable (11+int (_dgdbe .SbHuffDT )); -if _fagb !=nil {return 0,_fagb ;};_ffdg ,_fagb =_bfedd .Decode (_dgdbe ._deba );if _fagb !=nil {return 0,_fagb ;};};}else {var _bdda int32 ;_bdda ,_fagb =_dgdbe ._fagf .DecodeInt (_dgdbe ._bgce );if _fagb !=nil {return 0,_fagb ;};_ffdg =int64 (_bdda ); -};_ffdg *=int64 (-_dgdbe .SbStrips );return _ffdg ,nil ;};func (_ecbb *TextRegion )decodeRdy ()(int64 ,error ){const _eedg ="\u0064e\u0063\u006f\u0064\u0065\u0052\u0064y";if _ecbb .IsHuffmanEncoded {if _ecbb .SbHuffRDY ==3{if _ecbb ._ffaa ==nil {var (_eggfa int ; -_dgef error ;);if _ecbb .SbHuffFS ==3{_eggfa ++;};if _ecbb .SbHuffDS ==3{_eggfa ++;};if _ecbb .SbHuffDT ==3{_eggfa ++;};if _ecbb .SbHuffRDWidth ==3{_eggfa ++;};if _ecbb .SbHuffRDHeight ==3{_eggfa ++;};if _ecbb .SbHuffRDX ==3{_eggfa ++;};_ecbb ._ffaa ,_dgef =_ecbb .getUserTable (_eggfa ); -if _dgef !=nil {return 0,_fe .Wrap (_dgef ,_eedg ,"");};};return _ecbb ._ffaa .Decode (_ecbb ._deba );};_gfeb ,_eddf :=_ge .GetStandardTable (14+int (_ecbb .SbHuffRDY ));if _eddf !=nil {return 0,_eddf ;};return _gfeb .Decode (_ecbb ._deba );};_eagb ,_gfg :=_ecbb ._fagf .DecodeInt (_ecbb ._fddb ); -if _gfg !=nil {return 0,_fe .Wrap (_gfg ,_eedg ,"");};return int64 (_eagb ),nil ;};type template1 struct{};func (_bgda *GenericRegion )overrideAtTemplate1 (_dgdc ,_bfdff ,_cgb ,_gedb ,_aef int )int {_dgdc &=0x1FF7;if _bgda .GBAtY [0]==0&&_bgda .GBAtX [0]>=-int8 (_aef ){_dgdc |=(_gedb >>uint (7-(int8 (_aef )+_bgda .GBAtX [0]))&0x1)<<3; -}else {_dgdc |=int (_bgda .getPixel (_bfdff +int (_bgda .GBAtX [0]),_cgb +int (_bgda .GBAtY [0])))<<3;};return _dgdc ;};type templater interface{form (_dbf ,_cdaa ,_aeg ,_adg ,_cab int16 )int16 ;setIndex (_egc *_b .DecoderStats );};func _eea (_adcd *_ae .Reader ,_gda *Header )*GenericRefinementRegion {return &GenericRefinementRegion {_fd :_adcd ,RegionInfo :NewRegionSegment (_adcd ),_ce :_gda ,_fa :&template0 {},_gd :&template1 {}}; -};func (_gcge *Header )readSegmentPageAssociation (_ffcc Documenter ,_aacg *_ae .Reader ,_bdac uint64 ,_eaeb ...int )(_fcgg error ){const _dcgc ="\u0072\u0065\u0061\u0064\u0053\u0065\u0067\u006d\u0065\u006e\u0074P\u0061\u0067\u0065\u0041\u0073\u0073\u006f\u0063\u0069\u0061t\u0069\u006f\u006e"; -if !_gcge .PageAssociationFieldSize {_gfbe ,_dbd :=_aacg .ReadBits (8);if _dbd !=nil {return _fe .Wrap (_dbd ,_dcgc ,"\u0073\u0068\u006fr\u0074\u0020\u0066\u006f\u0072\u006d\u0061\u0074");};_gcge .PageAssociation =int (_gfbe &0xFF);}else {_edbb ,_ada :=_aacg .ReadBits (32); -if _ada !=nil {return _fe .Wrap (_ada ,_dcgc ,"l\u006f\u006e\u0067\u0020\u0066\u006f\u0072\u006d\u0061\u0074");};_gcge .PageAssociation =int (_edbb &_c .MaxInt32 );};if _bdac ==0{return nil ;};if _gcge .PageAssociation !=0{_adcf ,_cccf :=_ffcc .GetPage (_gcge .PageAssociation ); -if _cccf !=nil {return _fe .Wrap (_cccf ,_dcgc ,"\u0061s\u0073\u006f\u0063\u0069a\u0074\u0065\u0064\u0020\u0070a\u0067e\u0020n\u006f\u0074\u0020\u0066\u006f\u0075\u006ed");};var _abeea int ;for _acbg :=uint64 (0);_acbg < _bdac ;_acbg ++{_abeea =_eaeb [_acbg ]; -_gcge .RTSegments [_acbg ],_cccf =_adcf .GetSegment (_abeea );if _cccf !=nil {var _cada error ;_gcge .RTSegments [_acbg ],_cada =_ffcc .GetGlobalSegment (_abeea );if _cada !=nil {return _fe .Wrapf (_cccf ,_dcgc ,"\u0072\u0065\u0066\u0065\u0072\u0065n\u0063\u0065\u0020s\u0065\u0067\u006de\u006e\u0074\u0020\u006e\u006f\u0074\u0020\u0066\u006f\u0075n\u0064\u0020\u0061\u0074\u0020pa\u0067\u0065\u003a\u0020\u0027\u0025\u0064\u0027\u0020\u006e\u006f\u0072\u0020\u0069\u006e\u0020\u0067\u006c\u006f\u0062\u0061\u006c\u0073",_gcge .PageAssociation ); -};};};return nil ;};for _abba :=uint64 (0);_abba < _bdac ;_abba ++{_gcge .RTSegments [_abba ],_fcgg =_ffcc .GetGlobalSegment (_eaeb [_abba ]);if _fcgg !=nil {return _fe .Wrapf (_fcgg ,_dcgc ,"\u0067\u006c\u006f\u0062\u0061\u006c\u0020\u0073\u0065\u0067m\u0065\u006e\u0074\u003a\u0020\u0027\u0025d\u0027\u0020\u006e\u006f\u0074\u0020\u0066\u006f\u0075\u006e\u0064",_eaeb [_abba ]); -};};return nil ;};func (_eaf *GenericRefinementRegion )decodeTypicalPredictedLineTemplate1 (_bcb ,_fcg ,_fbd ,_ee ,_edd ,_ef ,_dd ,_cacf ,_gef int )(_dcg error ){var (_faf ,_bbg int ;_cdg ,_gcb int ;_abc ,_ff int ;_abca byte ;);if _bcb > 0{_abca ,_dcg =_eaf .RegionBitmap .GetByte (_dd -_fbd ); -if _dcg !=nil {return _dcg ;};_cdg =int (_abca );};if _cacf > 0&&_cacf <=_eaf .ReferenceBitmap .Height {_abca ,_dcg =_eaf .ReferenceBitmap .GetByte (_gef -_ee +_ef );if _dcg !=nil {return _dcg ;};_gcb =int (_abca )<<2;};if _cacf >=0&&_cacf < _eaf .ReferenceBitmap .Height {_abca ,_dcg =_eaf .ReferenceBitmap .GetByte (_gef +_ef ); -if _dcg !=nil {return _dcg ;};_abc =int (_abca );};if _cacf > -2&&_cacf < _eaf .ReferenceBitmap .Height -1{_abca ,_dcg =_eaf .ReferenceBitmap .GetByte (_gef +_ee +_ef );if _dcg !=nil {return _dcg ;};_ff =int (_abca );};_faf =((_cdg >>5)&0x6)|((_ff >>2)&0x30)|(_abc &0xc0)|(_gcb &0x200); -_bbg =((_ff >>2)&0x70)|(_abc &0xc0)|(_gcb &0x700);var _adc int ;for _ffg :=0;_ffg < _edd ;_ffg =_adc {var (_ded int ;_cc int ;);_adc =_ffg +8;if _ded =_fcg -_ffg ;_ded > 8{_ded =8;};_dedb :=_adc < _fcg ;_aabe :=_adc < _eaf .ReferenceBitmap .Width ;_fgg :=_ef +1; -if _bcb > 0{_abca =0;if _dedb {_abca ,_dcg =_eaf .RegionBitmap .GetByte (_dd -_fbd +1);if _dcg !=nil {return _dcg ;};};_cdg =(_cdg <<8)|int (_abca );};if _cacf > 0&&_cacf <=_eaf .ReferenceBitmap .Height {var _cgge int ;if _aabe {_abca ,_dcg =_eaf .ReferenceBitmap .GetByte (_gef -_ee +_fgg ); -if _dcg !=nil {return _dcg ;};_cgge =int (_abca )<<2;};_gcb =(_gcb <<8)|_cgge ;};if _cacf >=0&&_cacf < _eaf .ReferenceBitmap .Height {_abca =0;if _aabe {_abca ,_dcg =_eaf .ReferenceBitmap .GetByte (_gef +_fgg );if _dcg !=nil {return _dcg ;};};_abc =(_abc <<8)|int (_abca ); -};if _cacf > -2&&_cacf < (_eaf .ReferenceBitmap .Height -1){_abca =0;if _aabe {_abca ,_dcg =_eaf .ReferenceBitmap .GetByte (_gef +_ee +_fgg );if _dcg !=nil {return _dcg ;};};_ff =(_ff <<8)|int (_abca );};for _gbaf :=0;_gbaf < _ded ;_gbaf ++{var _eaa int ; -_gadf :=(_bbg >>4)&0x1ff;switch _gadf {case 0x1ff:_eaa =1;case 0x00:_eaa =0;default:_eaf ._ab .SetIndex (int32 (_faf ));_eaa ,_dcg =_eaf ._eg .DecodeBit (_eaf ._ab );if _dcg !=nil {return _dcg ;};};_fce :=uint (7-_gbaf );_cc |=_eaa <<_fce ;_faf =((_faf &0x0d6)<<1)|_eaa |(_cdg >>_fce +5)&0x002|((_ff >>_fce +2)&0x010)|((_abc >>_fce )&0x040)|((_gcb >>_fce )&0x200); -_bbg =((_bbg &0xdb)<<1)|((_ff >>_fce +2)&0x010)|((_abc >>_fce )&0x080)|((_gcb >>_fce )&0x400);};_dcg =_eaf .RegionBitmap .SetByte (_dd ,byte (_cc ));if _dcg !=nil {return _dcg ;};_dd ++;_gef ++;};return nil ;};func (_gffa *TableSegment )HtPS ()int32 {return _gffa ._dfdfb }; -func (_bcgc *TextRegion )setParameters (_daef *_b .Decoder ,_fdcc ,_cgga bool ,_aaed ,_aedf uint32 ,_bdfe uint32 ,_fcba int8 ,_gbbc uint32 ,_becg int8 ,_deeag _df .CombinationOperator ,_fbed int8 ,_ecce int16 ,_ecfc ,_dgbd ,_cfacd ,_eafd ,_abce ,_cgdbb ,_accc ,_caffc ,_dec ,_bedgc int8 ,_ccgg ,_cdea []int8 ,_adcfg []*_df .Bitmap ,_ceafa int8 ){_bcgc ._fagf =_daef ; -_bcgc .IsHuffmanEncoded =_fdcc ;_bcgc .UseRefinement =_cgga ;_bcgc .RegionInfo .BitmapWidth =_aaed ;_bcgc .RegionInfo .BitmapHeight =_aedf ;_bcgc .NumberOfSymbolInstances =_bdfe ;_bcgc .SbStrips =_fcba ;_bcgc .NumberOfSymbols =_gbbc ;_bcgc .DefaultPixel =_becg ; -_bcgc .CombinationOperator =_deeag ;_bcgc .IsTransposed =_fbed ;_bcgc .ReferenceCorner =_ecce ;_bcgc .SbDsOffset =_ecfc ;_bcgc .SbHuffFS =_dgbd ;_bcgc .SbHuffDS =_cfacd ;_bcgc .SbHuffDT =_eafd ;_bcgc .SbHuffRDWidth =_abce ;_bcgc .SbHuffRDHeight =_cgdbb ; -_bcgc .SbHuffRSize =_dec ;_bcgc .SbHuffRDX =_accc ;_bcgc .SbHuffRDY =_caffc ;_bcgc .SbrTemplate =_bedgc ;_bcgc .SbrATX =_ccgg ;_bcgc .SbrATY =_cdea ;_bcgc .Symbols =_adcfg ;_bcgc ._adfd =_ceafa ;};func (_afbb *TextRegion )getUserTable (_dfgb int )(_ge .Tabler ,error ){const _bgcc ="\u0067\u0065\u0074U\u0073\u0065\u0072\u0054\u0061\u0062\u006c\u0065"; -var _ecaa int ;for _ ,_eggg :=range _afbb .Header .RTSegments {if _eggg .Type ==53{if _ecaa ==_dfgb {_dgcc ,_fead :=_eggg .GetSegmentData ();if _fead !=nil {return nil ,_fead ;};_efad ,_gaca :=_dgcc .(*TableSegment );if !_gaca {_af .Log .Debug (_dg .Sprintf ("\u0073\u0065\u0067\u006d\u0065\u006e\u0074 \u0077\u0069\u0074h\u0020\u0054\u0079p\u0065\u00205\u0033\u0020\u002d\u0020\u0061\u006ed\u0020in\u0064\u0065\u0078\u003a\u0020\u0025\u0064\u0020\u006e\u006f\u0074\u0020\u0061\u0020\u0054\u0061\u0062\u006c\u0065\u0053\u0065\u0067\u006d\u0065\u006e\u0074",_eggg .SegmentNumber )); -return nil ,_fe .Error (_bgcc ,"\u0073\u0065\u0067\u006d\u0065\u006e\u0074 \u0077\u0069\u0074h\u0020\u0054\u0079\u0070e\u0020\u0035\u0033\u0020\u0069\u0073\u0020\u006e\u006f\u0074\u0020\u0061\u0020\u002a\u0054\u0061\u0062\u006c\u0065\u0053\u0065\u0067\u006d\u0065\u006e\u0074"); -};return _ge .NewEncodedTable (_efad );};_ecaa ++;};};return nil ,nil ;};func (_gebf *PageInformationSegment )readDefaultPixelValue ()error {_gece ,_fdc :=_gebf ._fgee .ReadBit ();if _fdc !=nil {return _fdc ;};_gebf .DefaultPixelValue =uint8 (_gece &0xf); -return nil ;};func (_fbbe *SymbolDictionary )decodeThroughTextRegion (_ecca ,_gbce ,_cefg uint32 )error {if _fbbe ._ebe ==nil {_fbbe ._ebe =_cgebd (_fbbe ._bbda ,nil );_fbbe ._ebe .setContexts (_fbbe ._fbcd ,_b .NewStats (512,1),_b .NewStats (512,1),_b .NewStats (512,1),_b .NewStats (512,1),_fbbe ._ecc ,_b .NewStats (512,1),_b .NewStats (512,1),_b .NewStats (512,1),_b .NewStats (512,1)); -};if _gaag :=_fbbe .setSymbolsArray ();_gaag !=nil {return _gaag ;};_fbbe ._ebe .setParameters (_fbbe ._fdbf ,_fbbe .IsHuffmanEncoded ,true ,_ecca ,_gbce ,_cefg ,1,_fbbe ._eaab +_fbbe ._dacc ,0,0,0,1,0,0,0,0,0,0,0,0,0,_fbbe .SdrTemplate ,_fbbe .SdrATX ,_fbbe .SdrATY ,_fbbe ._bccf ,_fbbe ._efgc ); -return _fbbe .addSymbol (_fbbe ._ebe );};func (_gdb *PatternDictionary )readTemplate ()error {_cccd ,_bcgg :=_gdb ._fdcf .ReadBits (2);if _bcgg !=nil {return _bcgg ;};_gdb .HDTemplate =byte (_cccd );return nil ;};func (_aaee *TextRegion )readUseRefinement ()error {if !_aaee .UseRefinement ||_aaee .SbrTemplate !=0{return nil ; -};var (_cbff byte ;_gbdb error ;);_aaee .SbrATX =make ([]int8 ,2);_aaee .SbrATY =make ([]int8 ,2);_cbff ,_gbdb =_aaee ._deba .ReadByte ();if _gbdb !=nil {return _gbdb ;};_aaee .SbrATX [0]=int8 (_cbff );_cbff ,_gbdb =_aaee ._deba .ReadByte ();if _gbdb !=nil {return _gbdb ; -};_aaee .SbrATY [0]=int8 (_cbff );_cbff ,_gbdb =_aaee ._deba .ReadByte ();if _gbdb !=nil {return _gbdb ;};_aaee .SbrATX [1]=int8 (_cbff );_cbff ,_gbdb =_aaee ._deba .ReadByte ();if _gbdb !=nil {return _gbdb ;};_aaee .SbrATY [1]=int8 (_cbff );return nil ; -};type RegionSegment struct{_gega *_ae .Reader ;BitmapWidth uint32 ;BitmapHeight uint32 ;XLocation uint32 ;YLocation uint32 ;CombinaionOperator _df .CombinationOperator ;};func (_dcfe *Header )pageSize ()uint {if _dcfe .PageAssociation <=255{return 1;}; -return 4;};func (_dea *GenericRegion )decodeTemplate3 (_deff ,_dba ,_abcd int ,_bag ,_ceg int )(_bace error ){const _gge ="\u0064e\u0063o\u0064\u0065\u0054\u0065\u006d\u0070\u006c\u0061\u0074\u0065\u0033";var (_dff ,_cfaf int ;_eefd int ;_eab byte ;_dab ,_cgea int ; -);if _deff >=1{_eab ,_bace =_dea .Bitmap .GetByte (_ceg );if _bace !=nil {return _fe .Wrap (_bace ,_gge ,"\u006ci\u006e\u0065\u0020\u003e\u003d\u00201");};_eefd =int (_eab );};_dff =(_eefd >>1)&0x70;for _fcfe :=0;_fcfe < _abcd ;_fcfe =_dab {var (_ebbg byte ; -_bcbbe int ;);_dab =_fcfe +8;if _adge :=_dba -_fcfe ;_adge > 8{_bcbbe =8;}else {_bcbbe =_adge ;};if _deff >=1{_eefd <<=8;if _dab < _dba {_eab ,_bace =_dea .Bitmap .GetByte (_ceg +1);if _bace !=nil {return _fe .Wrap (_bace ,_gge ,"\u0069\u006e\u006e\u0065\u0072\u0020\u002d\u0020\u006c\u0069\u006e\u0065 \u003e\u003d\u0020\u0031"); -};_eefd |=int (_eab );};};for _egf :=0;_egf < _bcbbe ;_egf ++{if _dea ._dca {_cfaf =_dea .overrideAtTemplate3 (_dff ,_fcfe +_egf ,_deff ,int (_ebbg ),_egf );_dea ._bfe .SetIndex (int32 (_cfaf ));}else {_dea ._bfe .SetIndex (int32 (_dff ));};_cgea ,_bace =_dea ._caf .DecodeBit (_dea ._bfe ); -if _bace !=nil {return _fe .Wrap (_bace ,_gge ,"");};_ebbg |=byte (_cgea )<>uint (8-_egf ))&0x010);};if _eeafb :=_dea .Bitmap .SetByte (_bag ,_ebbg );_eeafb !=nil {return _fe .Wrap (_eeafb ,_gge ,""); -};_bag ++;_ceg ++;};return nil ;};func (_aebb *RegionSegment )parseHeader ()error {const _bgagc ="p\u0061\u0072\u0073\u0065\u0048\u0065\u0061\u0064\u0065\u0072";_af .Log .Trace ("\u005b\u0052\u0045\u0047I\u004f\u004e\u005d\u005b\u0050\u0041\u0052\u0053\u0045\u002dH\u0045A\u0044\u0045\u0052\u005d\u0020\u0042\u0065g\u0069\u006e"); -defer func (){_af .Log .Trace ("\u005b\u0052\u0045G\u0049\u004f\u004e\u005d[\u0050\u0041\u0052\u0053\u0045\u002d\u0048E\u0041\u0044\u0045\u0052\u005d\u0020\u0046\u0069\u006e\u0069\u0073\u0068\u0065\u0064");}();_agcf ,_dbdb :=_aebb ._gega .ReadBits (32); -if _dbdb !=nil {return _fe .Wrap (_dbdb ,_bgagc ,"\u0077\u0069\u0064t\u0068");};_aebb .BitmapWidth =uint32 (_agcf &_c .MaxUint32 );_agcf ,_dbdb =_aebb ._gega .ReadBits (32);if _dbdb !=nil {return _fe .Wrap (_dbdb ,_bgagc ,"\u0068\u0065\u0069\u0067\u0068\u0074"); -};_aebb .BitmapHeight =uint32 (_agcf &_c .MaxUint32 );_agcf ,_dbdb =_aebb ._gega .ReadBits (32);if _dbdb !=nil {return _fe .Wrap (_dbdb ,_bgagc ,"\u0078\u0020\u006c\u006f\u0063\u0061\u0074\u0069\u006f\u006e");};_aebb .XLocation =uint32 (_agcf &_c .MaxUint32 ); -_agcf ,_dbdb =_aebb ._gega .ReadBits (32);if _dbdb !=nil {return _fe .Wrap (_dbdb ,_bgagc ,"\u0079\u0020\u006c\u006f\u0063\u0061\u0074\u0069\u006f\u006e");};_aebb .YLocation =uint32 (_agcf &_c .MaxUint32 );if _ ,_dbdb =_aebb ._gega .ReadBits (5);_dbdb !=nil {return _fe .Wrap (_dbdb ,_bgagc ,"\u0064i\u0072\u0079\u0020\u0072\u0065\u0061d"); -};if _dbdb =_aebb .readCombinationOperator ();_dbdb !=nil {return _fe .Wrap (_dbdb ,_bgagc ,"c\u006fm\u0062\u0069\u006e\u0061\u0074\u0069\u006f\u006e \u006f\u0070\u0065\u0072at\u006f\u0072");};return nil ;};func (_aaa *GenericRegion )updateOverrideFlags ()error {const _ffc ="\u0075\u0070\u0064\u0061te\u004f\u0076\u0065\u0072\u0072\u0069\u0064\u0065\u0046\u006c\u0061\u0067\u0073"; -if _aaa .GBAtX ==nil ||_aaa .GBAtY ==nil {return nil ;};if len (_aaa .GBAtX )!=len (_aaa .GBAtY ){return _fe .Errorf (_ffc ,"i\u006eco\u0073i\u0073t\u0065\u006e\u0074\u0020\u0041T\u0020\u0070\u0069x\u0065\u006c\u002e\u0020\u0041m\u006f\u0075\u006et\u0020\u006f\u0066\u0020\u0027\u0078\u0027\u0020\u0070\u0069\u0078e\u006c\u0073\u003a %d\u002c\u0020\u0041\u006d\u006f\u0075n\u0074\u0020\u006f\u0066\u0020\u0027\u0079\u0027\u0020\u0070\u0069\u0078e\u006cs\u003a\u0020\u0025\u0064",len (_aaa .GBAtX ),len (_aaa .GBAtY )); -};_aaa .GBAtOverride =make ([]bool ,len (_aaa .GBAtX ));switch _aaa .GBTemplate {case 0:if !_aaa .UseExtTemplates {if _aaa .GBAtX [0]!=3||_aaa .GBAtY [0]!=-1{_aaa .setOverrideFlag (0);};if _aaa .GBAtX [1]!=-3||_aaa .GBAtY [1]!=-1{_aaa .setOverrideFlag (1); -};if _aaa .GBAtX [2]!=2||_aaa .GBAtY [2]!=-2{_aaa .setOverrideFlag (2);};if _aaa .GBAtX [3]!=-2||_aaa .GBAtY [3]!=-2{_aaa .setOverrideFlag (3);};}else {if _aaa .GBAtX [0]!=-2||_aaa .GBAtY [0]!=0{_aaa .setOverrideFlag (0);};if _aaa .GBAtX [1]!=0||_aaa .GBAtY [1]!=-2{_aaa .setOverrideFlag (1); -};if _aaa .GBAtX [2]!=-2||_aaa .GBAtY [2]!=-1{_aaa .setOverrideFlag (2);};if _aaa .GBAtX [3]!=-1||_aaa .GBAtY [3]!=-2{_aaa .setOverrideFlag (3);};if _aaa .GBAtX [4]!=1||_aaa .GBAtY [4]!=-2{_aaa .setOverrideFlag (4);};if _aaa .GBAtX [5]!=2||_aaa .GBAtY [5]!=-1{_aaa .setOverrideFlag (5); -};if _aaa .GBAtX [6]!=-3||_aaa .GBAtY [6]!=0{_aaa .setOverrideFlag (6);};if _aaa .GBAtX [7]!=-4||_aaa .GBAtY [7]!=0{_aaa .setOverrideFlag (7);};if _aaa .GBAtX [8]!=2||_aaa .GBAtY [8]!=-2{_aaa .setOverrideFlag (8);};if _aaa .GBAtX [9]!=3||_aaa .GBAtY [9]!=-1{_aaa .setOverrideFlag (9); -};if _aaa .GBAtX [10]!=-2||_aaa .GBAtY [10]!=-2{_aaa .setOverrideFlag (10);};if _aaa .GBAtX [11]!=-3||_aaa .GBAtY [11]!=-1{_aaa .setOverrideFlag (11);};};case 1:if _aaa .GBAtX [0]!=3||_aaa .GBAtY [0]!=-1{_aaa .setOverrideFlag (0);};case 2:if _aaa .GBAtX [0]!=2||_aaa .GBAtY [0]!=-1{_aaa .setOverrideFlag (0); -};case 3:if _aaa .GBAtX [0]!=2||_aaa .GBAtY [0]!=-1{_aaa .setOverrideFlag (0);};};return nil ;};func (_aadcg Type )String ()string {switch _aadcg {case TSymbolDictionary :return "\u0053\u0079\u006d\u0062\u006f\u006c\u0020\u0044\u0069\u0063\u0074\u0069o\u006e\u0061\u0072\u0079"; -case TIntermediateTextRegion :return "\u0049n\u0074\u0065\u0072\u006d\u0065\u0064\u0069\u0061\u0074\u0065\u0020T\u0065\u0078\u0074\u0020\u0052\u0065\u0067\u0069\u006f\u006e";case TImmediateTextRegion :return "I\u006d\u006d\u0065\u0064ia\u0074e\u0020\u0054\u0065\u0078\u0074 \u0052\u0065\u0067\u0069\u006f\u006e"; -case TImmediateLosslessTextRegion :return "\u0049\u006d\u006d\u0065\u0064\u0069\u0061\u0074\u0065\u0020L\u006f\u0073\u0073\u006c\u0065\u0073\u0073 \u0054\u0065\u0078\u0074\u0020\u0052\u0065\u0067\u0069\u006f\u006e";case TPatternDictionary :return "\u0050a\u0074t\u0065\u0072\u006e\u0020\u0044i\u0063\u0074i\u006f\u006e\u0061\u0072\u0079"; -case TIntermediateHalftoneRegion :return "\u0049\u006e\u0074\u0065r\u006d\u0065\u0064\u0069\u0061\u0074\u0065\u0020\u0048\u0061l\u0066t\u006f\u006e\u0065\u0020\u0052\u0065\u0067i\u006f\u006e";case TImmediateHalftoneRegion :return "\u0049m\u006d\u0065\u0064\u0069a\u0074\u0065\u0020\u0048\u0061l\u0066t\u006fn\u0065\u0020\u0052\u0065\u0067\u0069\u006fn"; -case TImmediateLosslessHalftoneRegion :return "\u0049\u006d\u006ded\u0069\u0061\u0074\u0065\u0020\u004c\u006f\u0073\u0073l\u0065s\u0073 \u0048a\u006c\u0066\u0074\u006f\u006e\u0065\u0020\u0052\u0065\u0067\u0069\u006f\u006e";case TIntermediateGenericRegion :return "I\u006e\u0074\u0065\u0072\u006d\u0065d\u0069\u0061\u0074\u0065\u0020\u0047\u0065\u006e\u0065r\u0069\u0063\u0020R\u0065g\u0069\u006f\u006e"; -case TImmediateGenericRegion :return "\u0049m\u006d\u0065\u0064\u0069\u0061\u0074\u0065\u0020\u0047\u0065\u006ee\u0072\u0069\u0063\u0020\u0052\u0065\u0067\u0069\u006f\u006e";case TImmediateLosslessGenericRegion :return "\u0049\u006d\u006d\u0065\u0064\u0069a\u0074\u0065\u0020\u004c\u006f\u0073\u0073\u006c\u0065\u0073\u0073\u0020\u0047e\u006e\u0065\u0072\u0069\u0063\u0020\u0052e\u0067\u0069\u006f\u006e"; -case TIntermediateGenericRefinementRegion :return "\u0049\u006e\u0074\u0065\u0072\u006d\u0065\u0064\u0069\u0061\u0074\u0065\u0020\u0047\u0065\u006e\u0065\u0072\u0069\u0063\u0020\u0052\u0065\u0066i\u006e\u0065\u006d\u0065\u006et\u0020\u0052e\u0067\u0069\u006f\u006e"; +package segments ;import (_c "encoding/binary";_d "errors";_ff "fmt";_ge "github.com/unidoc/unipdf/v3/common";_b "github.com/unidoc/unipdf/v3/internal/bitwise";_ea "github.com/unidoc/unipdf/v3/internal/jbig2/basic";_be "github.com/unidoc/unipdf/v3/internal/jbig2/bitmap"; +_aca "github.com/unidoc/unipdf/v3/internal/jbig2/decoder/arithmetic";_dc "github.com/unidoc/unipdf/v3/internal/jbig2/decoder/huffman";_df "github.com/unidoc/unipdf/v3/internal/jbig2/decoder/mmr";_fd "github.com/unidoc/unipdf/v3/internal/jbig2/encoder/arithmetic"; +_ac "github.com/unidoc/unipdf/v3/internal/jbig2/errors";_g "github.com/unidoc/unipdf/v3/internal/jbig2/internal";_f "image";_fe "io";_ae "math";_e "strings";_ce "time";);func (_cafgf *Header )String ()string {_fgca :=&_e .Builder {};_fgca .WriteString ("\u000a[\u0053E\u0047\u004d\u0045\u004e\u0054-\u0048\u0045A\u0044\u0045\u0052\u005d\u000a"); +_fgca .WriteString (_ff .Sprintf ("\t\u002d\u0020\u0053\u0065gm\u0065n\u0074\u004e\u0075\u006d\u0062e\u0072\u003a\u0020\u0025\u0076\u000a",_cafgf .SegmentNumber ));_fgca .WriteString (_ff .Sprintf ("\u0009\u002d\u0020T\u0079\u0070\u0065\u003a\u0020\u0025\u0076\u000a",_cafgf .Type )); +_fgca .WriteString (_ff .Sprintf ("\u0009-\u0020R\u0065\u0074\u0061\u0069\u006eF\u006c\u0061g\u003a\u0020\u0025\u0076\u000a",_cafgf .RetainFlag ));_fgca .WriteString (_ff .Sprintf ("\u0009\u002d\u0020Pa\u0067\u0065\u0041\u0073\u0073\u006f\u0063\u0069\u0061\u0074\u0069\u006f\u006e\u003a\u0020\u0025\u0076\u000a",_cafgf .PageAssociation )); +_fgca .WriteString (_ff .Sprintf ("\u0009\u002d\u0020\u0050\u0061\u0067\u0065\u0041\u0073\u0073\u006f\u0063\u0069\u0061\u0074i\u006fn\u0046\u0069\u0065\u006c\u0064\u0053\u0069\u007a\u0065\u003a\u0020\u0025\u0076\u000a",_cafgf .PageAssociationFieldSize )); +_fgca .WriteString ("\u0009-\u0020R\u0054\u0053\u0045\u0047\u004d\u0045\u004e\u0054\u0053\u003a\u000a");for _ ,_aag :=range _cafgf .RTSNumbers {_fgca .WriteString (_ff .Sprintf ("\u0009\t\u002d\u0020\u0025\u0064\u000a",_aag ));};_fgca .WriteString (_ff .Sprintf ("\t\u002d \u0048\u0065\u0061\u0064\u0065\u0072\u004c\u0065n\u0067\u0074\u0068\u003a %\u0076\u000a",_cafgf .HeaderLength )); +_fgca .WriteString (_ff .Sprintf ("\u0009-\u0020\u0053\u0065\u0067m\u0065\u006e\u0074\u0044\u0061t\u0061L\u0065n\u0067\u0074\u0068\u003a\u0020\u0025\u0076\n",_cafgf .SegmentDataLength ));_fgca .WriteString (_ff .Sprintf ("\u0009\u002d\u0020\u0053\u0065\u0067\u006d\u0065\u006e\u0074D\u0061\u0074\u0061\u0053\u0074\u0061\u0072t\u004f\u0066\u0066\u0073\u0065\u0074\u003a\u0020\u0025\u0076\u000a",_cafgf .SegmentDataStartOffset )); +return _fgca .String ();};func (_bead *GenericRefinementRegion )overrideAtTemplate0 (_gae ,_dba ,_aac ,_fbb ,_gcg int )int {if _bead ._fed [0]{_gae &=0xfff7;if _bead .GrAtY [0]==0&&int (_bead .GrAtX [0])>=-_gcg {_gae |=(_fbb >>uint (7-(_gcg +int (_bead .GrAtX [0])))&0x1)<<3; +}else {_gae |=_bead .getPixel (_bead .RegionBitmap ,_dba +int (_bead .GrAtX [0]),_aac +int (_bead .GrAtY [0]))<<3;};};if _bead ._fed [1]{_gae &=0xefff;if _bead .GrAtY [1]==0&&int (_bead .GrAtX [1])>=-_gcg {_gae |=(_fbb >>uint (7-(_gcg +int (_bead .GrAtX [1])))&0x1)<<12; +}else {_gae |=_bead .getPixel (_bead .ReferenceBitmap ,_dba +int (_bead .GrAtX [1]),_aac +int (_bead .GrAtY [1]));};};return _gae ;};func (_fgdb *Header )writeSegmentDataLength (_agcc _b .BinaryWriter )(_bbea int ,_eegb error ){_deeg :=make ([]byte ,4); +_c .BigEndian .PutUint32 (_deeg ,uint32 (_fgdb .SegmentDataLength ));if _bbea ,_eegb =_agcc .Write (_deeg );_eegb !=nil {return 0,_ac .Wrap (_eegb ,"\u0048\u0065a\u0064\u0065\u0072\u002e\u0077\u0072\u0069\u0074\u0065\u0053\u0065\u0067\u006d\u0065\u006e\u0074\u0044\u0061\u0074\u0061\u004c\u0065ng\u0074\u0068",""); +};return _bbea ,nil ;};type GenericRefinementRegion struct{_af templater ;_ad templater ;_acab *_b .Reader ;_aeg *Header ;RegionInfo *RegionSegment ;IsTPGROn bool ;TemplateID int8 ;Template templater ;GrAtX []int8 ;GrAtY []int8 ;RegionBitmap *_be .Bitmap ; +ReferenceBitmap *_be .Bitmap ;ReferenceDX int32 ;ReferenceDY int32 ;_bg *_aca .Decoder ;_bge *_aca .DecoderStats ;_eb bool ;_fed []bool ;};func (_ba *EndOfStripe )parseHeader ()error {_bae ,_fc :=_ba ._ga .ReadBits (32);if _fc !=nil {return _fc ;};_ba ._cd =int (_bae &_ae .MaxInt32 ); +return nil ;};func (_ade *GenericRefinementRegion )decodeTypicalPredictedLineTemplate0 (_acd ,_cdb ,_afa ,_efb ,_acbe ,_cge ,_cee ,_ebd ,_db int )error {var (_bbb ,_egf ,_gad ,_gfe ,_ab ,_gd int ;_aad byte ;_ffa error ;);if _acd > 0{_aad ,_ffa =_ade .RegionBitmap .GetByte (_cee -_afa ); +if _ffa !=nil {return _ffa ;};_gad =int (_aad );};if _ebd > 0&&_ebd <=_ade .ReferenceBitmap .Height {_aad ,_ffa =_ade .ReferenceBitmap .GetByte (_db -_efb +_cge );if _ffa !=nil {return _ffa ;};_gfe =int (_aad )<<4;};if _ebd >=0&&_ebd < _ade .ReferenceBitmap .Height {_aad ,_ffa =_ade .ReferenceBitmap .GetByte (_db +_cge ); +if _ffa !=nil {return _ffa ;};_ab =int (_aad )<<1;};if _ebd > -2&&_ebd < _ade .ReferenceBitmap .Height -1{_aad ,_ffa =_ade .ReferenceBitmap .GetByte (_db +_efb +_cge );if _ffa !=nil {return _ffa ;};_gd =int (_aad );};_bbb =((_gad >>5)&0x6)|((_gd >>2)&0x30)|(_ab &0x180)|(_gfe &0xc00); +var _gg int ;for _faca :=0;_faca < _acbe ;_faca =_gg {var _efae int ;_gg =_faca +8;var _bc int ;if _bc =_cdb -_faca ;_bc > 8{_bc =8;};_abg :=_gg < _cdb ;_dg :=_gg < _ade .ReferenceBitmap .Width ;_dde :=_cge +1;if _acd > 0{_aad =0;if _abg {_aad ,_ffa =_ade .RegionBitmap .GetByte (_cee -_afa +1); +if _ffa !=nil {return _ffa ;};};_gad =(_gad <<8)|int (_aad );};if _ebd > 0&&_ebd <=_ade .ReferenceBitmap .Height {var _bee int ;if _dg {_aad ,_ffa =_ade .ReferenceBitmap .GetByte (_db -_efb +_dde );if _ffa !=nil {return _ffa ;};_bee =int (_aad )<<4;};_gfe =(_gfe <<8)|_bee ; +};if _ebd >=0&&_ebd < _ade .ReferenceBitmap .Height {var _fg int ;if _dg {_aad ,_ffa =_ade .ReferenceBitmap .GetByte (_db +_dde );if _ffa !=nil {return _ffa ;};_fg =int (_aad )<<1;};_ab =(_ab <<8)|_fg ;};if _ebd > -2&&_ebd < (_ade .ReferenceBitmap .Height -1){_aad =0; +if _dg {_aad ,_ffa =_ade .ReferenceBitmap .GetByte (_db +_efb +_dde );if _ffa !=nil {return _ffa ;};};_gd =(_gd <<8)|int (_aad );};for _ege :=0;_ege < _bc ;_ege ++{var _gea int ;_egd :=false ;_bgc :=(_bbb >>4)&0x1ff;if _bgc ==0x1ff{_egd =true ;_gea =1; +}else if _bgc ==0x00{_egd =true ;};if !_egd {if _ade ._eb {_egf =_ade .overrideAtTemplate0 (_bbb ,_faca +_ege ,_acd ,_efae ,_ege );_ade ._bge .SetIndex (int32 (_egf ));}else {_ade ._bge .SetIndex (int32 (_bbb ));};_gea ,_ffa =_ade ._bg .DecodeBit (_ade ._bge ); +if _ffa !=nil {return _ffa ;};};_dcg :=uint (7-_ege );_efae |=_gea <<_dcg ;_bbb =((_bbb &0xdb6)<<1)|_gea |(_gad >>_dcg +5)&0x002|((_gd >>_dcg +2)&0x010)|((_ab >>_dcg )&0x080)|((_gfe >>_dcg )&0x400);};_ffa =_ade .RegionBitmap .SetByte (_cee ,byte (_efae )); +if _ffa !=nil {return _ffa ;};_cee ++;_db ++;};return nil ;};func (_edae *HalftoneRegion )computeGrayScalePlanes (_bbec []*_be .Bitmap ,_fege int )([][]int ,error ){_abfg :=make ([][]int ,_edae .HGridHeight );for _gag :=0;_gag < len (_abfg );_gag ++{_abfg [_gag ]=make ([]int ,_edae .HGridWidth ); +};for _baf :=0;_baf < int (_edae .HGridHeight );_baf ++{for _aee :=0;_aee < int (_edae .HGridWidth );_aee +=8{var _faba int ;if _dgd :=int (_edae .HGridWidth )-_aee ;_dgd > 8{_faba =8;}else {_faba =_dgd ;};_fceg :=_bbec [0].GetByteIndex (_aee ,_baf );for _dgcf :=0; +_dgcf < _faba ;_dgcf ++{_gadef :=_dgcf +_aee ;_abfg [_baf ][_gadef ]=0;for _cfcg :=0;_cfcg < _fege ;_cfcg ++{_ebcf ,_fgfd :=_bbec [_cfcg ].GetByte (_fceg );if _fgfd !=nil {return nil ,_fgfd ;};_cfeb :=_ebcf >>uint (7-_gadef &7);_bfbf :=_cfeb &1;_gcd :=1<=1{_caa ,_abb =_bgfd .Bitmap .GetByte (_ebg );if _abb !=nil {return _ac .Wrap (_abb ,_cae ,"\u006ci\u006e\u0065\u0020\u003e\u003d\u00201");};_dgba =int (_caa );};if _ecf >=2{_caa ,_abb =_bgfd .Bitmap .GetByte (_ebg -_bgfd .Bitmap .RowStride ); +if _abb !=nil {return _ac .Wrap (_abb ,_cae ,"\u006ci\u006e\u0065\u0020\u003e\u003d\u00202");};_cgge =int (_caa )<<5;};_add =((_dgba >>1)&0x1f8)|((_cgge >>1)&0x1e00);for _dcaa :=0;_dcaa < _deb ;_dcaa =_gebec {var (_cafg byte ;_aaf int ;);_gebec =_dcaa +8; +if _feef :=_bdge -_dcaa ;_feef > 8{_aaf =8;}else {_aaf =_feef ;};if _ecf > 0{_dgba <<=8;if _gebec < _bdge {_caa ,_abb =_bgfd .Bitmap .GetByte (_ebg +1);if _abb !=nil {return _ac .Wrap (_abb ,_cae ,"\u006c\u0069\u006e\u0065\u0020\u003e\u0020\u0030");};_dgba |=int (_caa ); +};};if _ecf > 1{_cgge <<=8;if _gebec < _bdge {_caa ,_abb =_bgfd .Bitmap .GetByte (_ebg -_bgfd .Bitmap .RowStride +1);if _abb !=nil {return _ac .Wrap (_abb ,_cae ,"\u006c\u0069\u006e\u0065\u0020\u003e\u0020\u0031");};_cgge |=int (_caa )<<5;};};for _bab :=0; +_bab < _aaf ;_bab ++{if _bgfd ._bbba {_gcbc =_bgfd .overrideAtTemplate1 (_add ,_dcaa +_bab ,_ecf ,int (_cafg ),_bab );_bgfd ._bed .SetIndex (int32 (_gcbc ));}else {_bgfd ._bed .SetIndex (int32 (_add ));};_egdc ,_abb =_bgfd ._befa .DecodeBit (_bgfd ._bed ); +if _abb !=nil {return _ac .Wrap (_abb ,_cae ,"");};_cafg |=byte (_egdc )<>_fafb )&0x8)|((_cgge >>_fafb )&0x200);};if _ddc :=_bgfd .Bitmap .SetByte (_bce ,_cafg );_ddc !=nil {return _ac .Wrap (_ddc ,_cae ,""); +};_bce ++;_ebg ++;};return nil ;};func (_gaefd *SymbolDictionary )addSymbol (_fdba Regioner )error {_bagg ,_affe :=_fdba .GetRegionBitmap ();if _affe !=nil {return _affe ;};_gaefd ._cefe [_gaefd ._adbc ]=_bagg ;_gaefd ._aegd =append (_gaefd ._aegd ,_bagg ); +_ge .Log .Trace ("\u005b\u0053YM\u0042\u004f\u004c \u0044\u0049\u0043\u0054ION\u0041RY\u005d\u0020\u0041\u0064\u0064\u0065\u0064 s\u0079\u006d\u0062\u006f\u006c\u003a\u0020%\u0073",_bagg );return nil ;};func (_edeb *PatternDictionary )computeSegmentDataStructure ()error {_edeb .DataOffset =_edeb ._abca .AbsolutePosition (); +_edeb .DataHeaderLength =_edeb .DataOffset -_edeb .DataHeaderOffset ;_edeb .DataLength =int64 (_edeb ._abca .AbsoluteLength ())-_edeb .DataHeaderLength ;return nil ;};func (_afcg *PatternDictionary )GetDictionary ()([]*_be .Bitmap ,error ){if _afcg .Patterns !=nil {return _afcg .Patterns ,nil ; +};if !_afcg .IsMMREncoded {_afcg .setGbAtPixels ();};_cggdg :=NewGenericRegion (_afcg ._abca );_cggdg .setParametersMMR (_afcg .IsMMREncoded ,_afcg .DataOffset ,_afcg .DataLength ,uint32 (_afcg .HdpHeight ),(_afcg .GrayMax +1)*uint32 (_afcg .HdpWidth ),_afcg .HDTemplate ,false ,false ,_afcg .GBAtX ,_afcg .GBAtY ); +_cdd ,_eafg :=_cggdg .GetRegionBitmap ();if _eafg !=nil {return nil ,_eafg ;};if _eafg =_afcg .extractPatterns (_cdd );_eafg !=nil {return nil ,_eafg ;};return _afcg .Patterns ,nil ;};func (_dadb *SymbolDictionary )Init (h *Header ,r *_b .Reader )error {_dadb .Header =h ; +_dadb ._ffaa =r ;return _dadb .parseHeader ();};func (_aced *SymbolDictionary )readNumberOfExportedSymbols ()error {_babc ,_edcg :=_aced ._ffaa .ReadBits (32);if _edcg !=nil {return _edcg ;};_aced .NumberOfExportedSymbols =uint32 (_babc &_ae .MaxUint32 ); +return nil ;};type template1 struct{};func (_dfe *EndOfStripe )Init (h *Header ,r *_b .Reader )error {_dfe ._ga =r ;return _dfe .parseHeader ()};func (_dbff *TextRegion )readHuffmanFlags ()error {var (_dfgc int ;_fdg uint64 ;_adbf error ;);_ ,_adbf =_dbff ._bfde .ReadBit (); +if _adbf !=nil {return _adbf ;};_dfgc ,_adbf =_dbff ._bfde .ReadBit ();if _adbf !=nil {return _adbf ;};_dbff .SbHuffRSize =int8 (_dfgc );_fdg ,_adbf =_dbff ._bfde .ReadBits (2);if _adbf !=nil {return _adbf ;};_dbff .SbHuffRDY =int8 (_fdg )&0xf;_fdg ,_adbf =_dbff ._bfde .ReadBits (2); +if _adbf !=nil {return _adbf ;};_dbff .SbHuffRDX =int8 (_fdg )&0xf;_fdg ,_adbf =_dbff ._bfde .ReadBits (2);if _adbf !=nil {return _adbf ;};_dbff .SbHuffRDHeight =int8 (_fdg )&0xf;_fdg ,_adbf =_dbff ._bfde .ReadBits (2);if _adbf !=nil {return _adbf ;};_dbff .SbHuffRDWidth =int8 (_fdg )&0xf; +_fdg ,_adbf =_dbff ._bfde .ReadBits (2);if _adbf !=nil {return _adbf ;};_dbff .SbHuffDT =int8 (_fdg )&0xf;_fdg ,_adbf =_dbff ._bfde .ReadBits (2);if _adbf !=nil {return _adbf ;};_dbff .SbHuffDS =int8 (_fdg )&0xf;_fdg ,_adbf =_dbff ._bfde .ReadBits (2); +if _adbf !=nil {return _adbf ;};_dbff .SbHuffFS =int8 (_fdg )&0xf;return nil ;};func (_fced *SymbolDictionary )encodeFlags (_abcg _b .BinaryWriter )(_accg int ,_ebff error ){const _bgcf ="e\u006e\u0063\u006f\u0064\u0065\u0046\u006c\u0061\u0067\u0073";if _ebff =_abcg .SkipBits (3); +_ebff !=nil {return 0,_ac .Wrap (_ebff ,_bgcf ,"\u0065\u006d\u0070\u0074\u0079\u0020\u0062\u0069\u0074\u0073");};var _geab int ;if _fced .SdrTemplate > 0{_geab =1;};if _ebff =_abcg .WriteBit (_geab );_ebff !=nil {return _accg ,_ac .Wrap (_ebff ,_bgcf ,"s\u0064\u0072\u0054\u0065\u006d\u0070\u006c\u0061\u0074\u0065"); +};_geab =0;if _fced .SdTemplate > 1{_geab =1;};if _ebff =_abcg .WriteBit (_geab );_ebff !=nil {return _accg ,_ac .Wrap (_ebff ,_bgcf ,"\u0073\u0064\u0054\u0065\u006d\u0070\u006c\u0061\u0074\u0065");};_geab =0;if _fced .SdTemplate ==1||_fced .SdTemplate ==3{_geab =1; +};if _ebff =_abcg .WriteBit (_geab );_ebff !=nil {return _accg ,_ac .Wrap (_ebff ,_bgcf ,"\u0073\u0064\u0054\u0065\u006d\u0070\u006c\u0061\u0074\u0065");};_geab =0;if _fced ._dfbd {_geab =1;};if _ebff =_abcg .WriteBit (_geab );_ebff !=nil {return _accg ,_ac .Wrap (_ebff ,_bgcf ,"\u0063\u006f\u0064in\u0067\u0020\u0063\u006f\u006e\u0074\u0065\u0078\u0074\u0020\u0072\u0065\u0074\u0061\u0069\u006e\u0065\u0064"); +};_geab =0;if _fced ._aegee {_geab =1;};if _ebff =_abcg .WriteBit (_geab );_ebff !=nil {return _accg ,_ac .Wrap (_ebff ,_bgcf ,"\u0063\u006f\u0064\u0069ng\u0020\u0063\u006f\u006e\u0074\u0065\u0078\u0074\u0020\u0075\u0073\u0065\u0064");};_geab =0;if _fced .SdHuffAggInstanceSelection {_geab =1; +};if _ebff =_abcg .WriteBit (_geab );_ebff !=nil {return _accg ,_ac .Wrap (_ebff ,_bgcf ,"\u0073\u0064\u0048\u0075\u0066\u0066\u0041\u0067\u0067\u0049\u006e\u0073\u0074");};_geab =int (_fced .SdHuffBMSizeSelection );if _ebff =_abcg .WriteBit (_geab );_ebff !=nil {return _accg ,_ac .Wrap (_ebff ,_bgcf ,"\u0073\u0064\u0048u\u0066\u0066\u0042\u006d\u0053\u0069\u007a\u0065"); +};_geab =0;if _fced .SdHuffDecodeWidthSelection > 1{_geab =1;};if _ebff =_abcg .WriteBit (_geab );_ebff !=nil {return _accg ,_ac .Wrap (_ebff ,_bgcf ,"s\u0064\u0048\u0075\u0066\u0066\u0057\u0069\u0064\u0074\u0068");};_geab =0;switch _fced .SdHuffDecodeWidthSelection {case 1,3:_geab =1; +};if _ebff =_abcg .WriteBit (_geab );_ebff !=nil {return _accg ,_ac .Wrap (_ebff ,_bgcf ,"s\u0064\u0048\u0075\u0066\u0066\u0057\u0069\u0064\u0074\u0068");};_geab =0;if _fced .SdHuffDecodeHeightSelection > 1{_geab =1;};if _ebff =_abcg .WriteBit (_geab ); +_ebff !=nil {return _accg ,_ac .Wrap (_ebff ,_bgcf ,"\u0073\u0064\u0048u\u0066\u0066\u0048\u0065\u0069\u0067\u0068\u0074");};_geab =0;switch _fced .SdHuffDecodeHeightSelection {case 1,3:_geab =1;};if _ebff =_abcg .WriteBit (_geab );_ebff !=nil {return _accg ,_ac .Wrap (_ebff ,_bgcf ,"\u0073\u0064\u0048u\u0066\u0066\u0048\u0065\u0069\u0067\u0068\u0074"); +};_geab =0;if _fced .UseRefinementAggregation {_geab =1;};if _ebff =_abcg .WriteBit (_geab );_ebff !=nil {return _accg ,_ac .Wrap (_ebff ,_bgcf ,"\u0073\u0064\u0052\u0065\u0066\u0041\u0067\u0067");};_geab =0;if _fced .IsHuffmanEncoded {_geab =1;};if _ebff =_abcg .WriteBit (_geab ); +_ebff !=nil {return _accg ,_ac .Wrap (_ebff ,_bgcf ,"\u0073\u0064\u0048\u0075\u0066\u0066");};return 2,nil ;};func (_afca *SymbolDictionary )decodeHeightClassCollectiveBitmap (_eegeb int64 ,_bceg ,_fba uint32 )(*_be .Bitmap ,error ){if _eegeb ==0{_bgcc :=_be .New (int (_fba ),int (_bceg )); +var (_dgff byte ;_fafg error ;);for _befb :=0;_befb < len (_bgcc .Data );_befb ++{_dgff ,_fafg =_afca ._ffaa .ReadByte ();if _fafg !=nil {return nil ,_fafg ;};if _fafg =_bgcc .SetByte (_befb ,_dgff );_fafg !=nil {return nil ,_fafg ;};};return _bgcc ,nil ; +};if _afca ._bbfdd ==nil {_afca ._bbfdd =NewGenericRegion (_afca ._ffaa );};_afca ._bbfdd .setParameters (true ,_afca ._ffaa .AbsolutePosition (),_eegeb ,_bceg ,_fba );_ccde ,_ggad :=_afca ._bbfdd .GetRegionBitmap ();if _ggad !=nil {return nil ,_ggad ; +};return _ccde ,nil ;};func (_gbgc *Header )readHeaderFlags ()error {const _efd ="\u0072e\u0061d\u0048\u0065\u0061\u0064\u0065\u0072\u0046\u006c\u0061\u0067\u0073";_aeda ,_bdfa :=_gbgc .Reader .ReadBit ();if _bdfa !=nil {return _ac .Wrap (_bdfa ,_efd ,"r\u0065\u0074\u0061\u0069\u006e\u0020\u0066\u006c\u0061\u0067"); +};if _aeda !=0{_gbgc .RetainFlag =true ;};_aeda ,_bdfa =_gbgc .Reader .ReadBit ();if _bdfa !=nil {return _ac .Wrap (_bdfa ,_efd ,"\u0070\u0061g\u0065\u0020\u0061s\u0073\u006f\u0063\u0069\u0061\u0074\u0069\u006f\u006e");};if _aeda !=0{_gbgc .PageAssociationFieldSize =true ; +};_abga ,_bdfa :=_gbgc .Reader .ReadBits (6);if _bdfa !=nil {return _ac .Wrap (_bdfa ,_efd ,"\u0073\u0065\u0067m\u0065\u006e\u0074\u0020\u0074\u0079\u0070\u0065");};_gbgc .Type =Type (int (_abga ));return nil ;};func (_baga *PageInformationSegment )readWidthAndHeight ()error {_ffcd ,_ddd :=_baga ._eegd .ReadBits (32); +if _ddd !=nil {return _ddd ;};_baga .PageBMWidth =int (_ffcd &_ae .MaxInt32 );_ffcd ,_ddd =_baga ._eegd .ReadBits (32);if _ddd !=nil {return _ddd ;};_baga .PageBMHeight =int (_ffcd &_ae .MaxInt32 );return nil ;};func (_cgec *SymbolDictionary )getSymbol (_aeba int )(*_be .Bitmap ,error ){const _deag ="\u0067e\u0074\u0053\u0079\u006d\u0062\u006fl"; +_cede ,_cbdf :=_cgec ._gdaa .GetBitmap (_cgec ._eabgf [_aeba ]);if _cbdf !=nil {return nil ,_ac .Wrap (_cbdf ,_deag ,"\u0063\u0061n\u0027\u0074\u0020g\u0065\u0074\u0020\u0073\u0079\u006d\u0062\u006f\u006c");};return _cede ,nil ;};func (_gbfd *TextRegion )createRegionBitmap ()error {_gbfd .RegionBitmap =_be .New (int (_gbfd .RegionInfo .BitmapWidth ),int (_gbfd .RegionInfo .BitmapHeight )); +if _gbfd .DefaultPixel !=0{_gbfd .RegionBitmap .SetDefaultPixel ();};return nil ;};func (_ffb *EndOfStripe )LineNumber ()int {return _ffb ._cd };func (_effc *TextRegion )GetRegionInfo ()*RegionSegment {return _effc .RegionInfo };func (_eefe *Header )writeReferredToCount (_bddcg _b .BinaryWriter )(_eacc int ,_agcg error ){const _abc ="w\u0072i\u0074\u0065\u0052\u0065\u0066\u0065\u0072\u0072e\u0064\u0054\u006f\u0043ou\u006e\u0074"; +_eefe .RTSNumbers =make ([]int ,len (_eefe .RTSegments ));for _dbef ,_fgcb :=range _eefe .RTSegments {_eefe .RTSNumbers [_dbef ]=int (_fgcb .SegmentNumber );};if len (_eefe .RTSNumbers )<=4{var _ccce byte ;if len (_eefe .RetainBits )>=1{_ccce =_eefe .RetainBits [0]; +};_ccce |=byte (len (_eefe .RTSNumbers ))<<5;if _agcg =_bddcg .WriteByte (_ccce );_agcg !=nil {return 0,_ac .Wrap (_agcg ,_abc ,"\u0073\u0068\u006fr\u0074\u0020\u0066\u006f\u0072\u006d\u0061\u0074");};return 1,nil ;};_ggb :=uint32 (len (_eefe .RTSNumbers )); +_badd :=make ([]byte ,4+_ea .Ceil (len (_eefe .RTSNumbers )+1,8));_ggb |=0x7<<29;_c .BigEndian .PutUint32 (_badd ,_ggb );copy (_badd [1:],_eefe .RetainBits );_eacc ,_agcg =_bddcg .Write (_badd );if _agcg !=nil {return 0,_ac .Wrap (_agcg ,_abc ,"l\u006f\u006e\u0067\u0020\u0066\u006f\u0072\u006d\u0061\u0074"); +};return _eacc ,nil ;};func (_cbad *HalftoneRegion )computeSegmentDataStructure ()error {_cbad .DataOffset =_cbad ._daec .AbsolutePosition ();_cbad .DataHeaderLength =_cbad .DataOffset -_cbad .DataHeaderOffset ;_cbad .DataLength =int64 (_cbad ._daec .AbsoluteLength ())-_cbad .DataHeaderLength ; +return nil ;};func (_gbbe *PageInformationSegment )readIsStriped ()error {_fdae ,_gcca :=_gbbe ._eegd .ReadBit ();if _gcca !=nil {return _gcca ;};if _fdae ==1{_gbbe .IsStripe =true ;};return nil ;};func (_fca *GenericRegion )setParametersMMR (_ddb bool ,_dcb ,_egee int64 ,_fde ,_gcc uint32 ,_abbba byte ,_eadf ,_feda bool ,_aadd ,_bgec []int8 ){_fca .DataOffset =_dcb ; +_fca .DataLength =_egee ;_fca .RegionSegment =&RegionSegment {};_fca .RegionSegment .BitmapHeight =_fde ;_fca .RegionSegment .BitmapWidth =_gcc ;_fca .GBTemplate =_abbba ;_fca .IsMMREncoded =_ddb ;_fca .IsTPGDon =_eadf ;_fca .GBAtX =_aadd ;_fca .GBAtY =_bgec ; +};func (_ddce *SymbolDictionary )InitEncode (symbols *_be .Bitmaps ,symbolList []int ,symbolMap map[int ]int ,unborderSymbols bool )error {const _gebb ="S\u0079\u006d\u0062\u006f\u006c\u0044i\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u002eI\u006e\u0069\u0074E\u006ec\u006f\u0064\u0065"; +_ddce .SdATX =[]int8 {3,-3,2,-2};_ddce .SdATY =[]int8 {-1,-1,-2,-2};_ddce ._gdaa =symbols ;_ddce ._eabgf =make ([]int ,len (symbolList ));copy (_ddce ._eabgf ,symbolList );if len (_ddce ._eabgf )!=_ddce ._gdaa .Size (){return _ac .Error (_gebb ,"s\u0079\u006d\u0062\u006f\u006c\u0073\u0020\u0061\u006e\u0064\u0020\u0073\u0079\u006d\u0062\u006f\u006c\u004ci\u0073\u0074\u0020\u006f\u0066\u0020\u0064\u0069\u0066\u0066er\u0065\u006e\u0074 \u0073i\u007a\u0065"); +};_ddce .NumberOfNewSymbols =uint32 (symbols .Size ());_ddce .NumberOfExportedSymbols =uint32 (symbols .Size ());_ddce ._cbed =symbolMap ;_ddce ._egbga =unborderSymbols ;return nil ;};const (TSymbolDictionary Type =0;TIntermediateTextRegion Type =4;TImmediateTextRegion Type =6; +TImmediateLosslessTextRegion Type =7;TPatternDictionary Type =16;TIntermediateHalftoneRegion Type =20;TImmediateHalftoneRegion Type =22;TImmediateLosslessHalftoneRegion Type =23;TIntermediateGenericRegion Type =36;TImmediateGenericRegion Type =38;TImmediateLosslessGenericRegion Type =39; +TIntermediateGenericRefinementRegion Type =40;TImmediateGenericRefinementRegion Type =42;TImmediateLosslessGenericRefinementRegion Type =43;TPageInformation Type =48;TEndOfPage Type =49;TEndOfStrip Type =50;TEndOfFile Type =51;TProfiles Type =52;TTables Type =53; +TExtension Type =62;TBitmap Type =70;);func (_bcabb *SymbolDictionary )decodeDifferenceWidth ()(int64 ,error ){if _bcabb .IsHuffmanEncoded {switch _bcabb .SdHuffDecodeWidthSelection {case 0:_fgagd ,_gfdc :=_dc .GetStandardTable (2);if _gfdc !=nil {return 0,_gfdc ; +};return _fgagd .Decode (_bcabb ._ffaa );case 1:_cbcac ,_dgad :=_dc .GetStandardTable (3);if _dgad !=nil {return 0,_dgad ;};return _cbcac .Decode (_bcabb ._ffaa );case 3:if _bcabb ._gdba ==nil {var _bcge int ;if _bcabb .SdHuffDecodeHeightSelection ==3{_bcge ++; +};_eggc ,_dbad :=_bcabb .getUserTable (_bcge );if _dbad !=nil {return 0,_dbad ;};_bcabb ._gdba =_eggc ;};return _bcabb ._gdba .Decode (_bcabb ._ffaa );};}else {_egdf ,_caea :=_bcabb ._gede .DecodeInt (_bcabb ._eafgd );if _caea !=nil {return 0,_caea ;}; +return int64 (_egdf ),nil ;};return 0,nil ;};func (_eaae *SymbolDictionary )setExportedSymbols (_eaddd []int ){for _bbeb :=uint32 (0);_bbeb < _eaae ._debf +_eaae .NumberOfNewSymbols ;_bbeb ++{if _eaddd [_bbeb ]==1{var _bcbfe *_be .Bitmap ;if _bbeb < _eaae ._debf {_bcbfe =_eaae ._ggfa [_bbeb ]; +}else {_bcbfe =_eaae ._cefe [_bbeb -_eaae ._debf ];};_ge .Log .Trace ("\u005bS\u0059\u004dB\u004f\u004c\u002d\u0044I\u0043\u0054\u0049O\u004e\u0041\u0052\u0059\u005d\u0020\u0041\u0064\u0064 E\u0078\u0070\u006fr\u0074\u0065d\u0053\u0079\u006d\u0062\u006f\u006c:\u0020\u0027%\u0073\u0027",_bcbfe ); +_eaae ._acdec =append (_eaae ._acdec ,_bcbfe );};};};func (_ggag *HalftoneRegion )computeX (_bcfg ,_adb int )int {return _ggag .shiftAndFill (int (_ggag .HGridX )+_bcfg *int (_ggag .HRegionY )+_adb *int (_ggag .HRegionX ));};func (_egdd *TextRegion )decodeDT ()(_dcbcf int64 ,_cfgf error ){if _egdd .IsHuffmanEncoded {if _egdd .SbHuffDT ==3{_dcbcf ,_cfgf =_egdd ._fdcf .Decode (_egdd ._bfde ); +if _cfgf !=nil {return 0,_cfgf ;};}else {var _bfffc _dc .Tabler ;_bfffc ,_cfgf =_dc .GetStandardTable (11+int (_egdd .SbHuffDT ));if _cfgf !=nil {return 0,_cfgf ;};_dcbcf ,_cfgf =_bfffc .Decode (_egdd ._bfde );if _cfgf !=nil {return 0,_cfgf ;};};}else {var _cbgb int32 ; +_cbgb ,_cfgf =_egdd ._bfga .DecodeInt (_egdd ._agfd );if _cfgf !=nil {return 0,_cfgf ;};_dcbcf =int64 (_cbgb );};_dcbcf *=int64 (_egdd .SbStrips );return _dcbcf ,nil ;};func (_ceea *TextRegion )String ()string {_gabc :=&_e .Builder {};_gabc .WriteString ("\u000a[\u0054E\u0058\u0054\u0020\u0052\u0045\u0047\u0049\u004f\u004e\u005d\u000a"); +_gabc .WriteString (_ceea .RegionInfo .String ()+"\u000a");_gabc .WriteString (_ff .Sprintf ("\u0009\u002d\u0020\u0053br\u0054\u0065\u006d\u0070\u006c\u0061\u0074\u0065\u003a\u0020\u0025\u0076\u000a",_ceea .SbrTemplate ));_gabc .WriteString (_ff .Sprintf ("\u0009-\u0020S\u0062\u0044\u0073\u004f\u0066f\u0073\u0065t\u003a\u0020\u0025\u0076\u000a",_ceea .SbDsOffset )); +_gabc .WriteString (_ff .Sprintf ("\t\u002d \u0044\u0065\u0066\u0061\u0075\u006c\u0074\u0050i\u0078\u0065\u006c\u003a %\u0076\u000a",_ceea .DefaultPixel ));_gabc .WriteString (_ff .Sprintf ("\t\u002d\u0020\u0043\u006f\u006d\u0062i\u006e\u0061\u0074\u0069\u006f\u006e\u004f\u0070\u0065r\u0061\u0074\u006fr\u003a \u0025\u0076\u000a",_ceea .CombinationOperator )); +_gabc .WriteString (_ff .Sprintf ("\t\u002d \u0049\u0073\u0054\u0072\u0061\u006e\u0073\u0070o\u0073\u0065\u0064\u003a %\u0076\u000a",_ceea .IsTransposed ));_gabc .WriteString (_ff .Sprintf ("\u0009\u002d\u0020Re\u0066\u0065\u0072\u0065\u006e\u0063\u0065\u0043\u006f\u0072\u006e\u0065\u0072\u003a\u0020\u0025\u0076\u000a",_ceea .ReferenceCorner )); +_gabc .WriteString (_ff .Sprintf ("\t\u002d\u0020\u0055\u0073eR\u0065f\u0069\u006e\u0065\u006d\u0065n\u0074\u003a\u0020\u0025\u0076\u000a",_ceea .UseRefinement ));_gabc .WriteString (_ff .Sprintf ("\u0009-\u0020\u0049\u0073\u0048\u0075\u0066\u0066\u006d\u0061\u006e\u0045n\u0063\u006f\u0064\u0065\u0064\u003a\u0020\u0025\u0076\u000a",_ceea .IsHuffmanEncoded )); +if _ceea .IsHuffmanEncoded {_gabc .WriteString (_ff .Sprintf ("\u0009\u002d\u0020\u0053bH\u0075\u0066\u0066\u0052\u0053\u0069\u007a\u0065\u003a\u0020\u0025\u0076\u000a",_ceea .SbHuffRSize ));_gabc .WriteString (_ff .Sprintf ("\u0009\u002d\u0020\u0053\u0062\u0048\u0075\u0066\u0066\u0052\u0044\u0059:\u0020\u0025\u0076\u000a",_ceea .SbHuffRDY )); +_gabc .WriteString (_ff .Sprintf ("\u0009\u002d\u0020\u0053\u0062\u0048\u0075\u0066\u0066\u0052\u0044\u0058:\u0020\u0025\u0076\u000a",_ceea .SbHuffRDX ));_gabc .WriteString (_ff .Sprintf ("\u0009\u002d\u0020\u0053bH\u0075\u0066\u0066\u0052\u0044\u0048\u0065\u0069\u0067\u0068\u0074\u003a\u0020\u0025v\u000a",_ceea .SbHuffRDHeight )); +_gabc .WriteString (_ff .Sprintf ("\t\u002d\u0020\u0053\u0062Hu\u0066f\u0052\u0044\u0057\u0069\u0064t\u0068\u003a\u0020\u0025\u0076\u000a",_ceea .SbHuffRDWidth ));_gabc .WriteString (_ff .Sprintf ("\u0009\u002d \u0053\u0062\u0048u\u0066\u0066\u0044\u0054\u003a\u0020\u0025\u0076\u000a",_ceea .SbHuffDT )); +_gabc .WriteString (_ff .Sprintf ("\u0009\u002d \u0053\u0062\u0048u\u0066\u0066\u0044\u0053\u003a\u0020\u0025\u0076\u000a",_ceea .SbHuffDS ));_gabc .WriteString (_ff .Sprintf ("\u0009\u002d \u0053\u0062\u0048u\u0066\u0066\u0046\u0053\u003a\u0020\u0025\u0076\u000a",_ceea .SbHuffFS )); +};_gabc .WriteString (_ff .Sprintf ("\u0009\u002d\u0020\u0053\u0062\u0072\u0041\u0054\u0058:\u0020\u0025\u0076\u000a",_ceea .SbrATX ));_gabc .WriteString (_ff .Sprintf ("\u0009\u002d\u0020\u0053\u0062\u0072\u0041\u0054\u0059:\u0020\u0025\u0076\u000a",_ceea .SbrATY )); +_gabc .WriteString (_ff .Sprintf ("\u0009\u002d\u0020N\u0075\u006d\u0062\u0065r\u004f\u0066\u0053\u0079\u006d\u0062\u006fl\u0049\u006e\u0073\u0074\u0061\u006e\u0063\u0065\u0073\u003a\u0020\u0025\u0076\u000a",_ceea .NumberOfSymbolInstances ));_gabc .WriteString (_ff .Sprintf ("\u0009\u002d\u0020\u0053\u0062\u0072\u0041\u0054\u0058:\u0020\u0025\u0076\u000a",_ceea .SbrATX )); +return _gabc .String ();};func (_fbc *template0 )form (_gab ,_baa ,_fegg ,_egfb ,_dca int16 )int16 {return (_gab <<10)|(_baa <<7)|(_fegg <<4)|(_egfb <<1)|_dca ;};type GenericRegion struct{_acfe *_b .Reader ;DataHeaderOffset int64 ;DataHeaderLength int64 ; +DataOffset int64 ;DataLength int64 ;RegionSegment *RegionSegment ;UseExtTemplates bool ;IsTPGDon bool ;GBTemplate byte ;IsMMREncoded bool ;UseMMR bool ;GBAtX []int8 ;GBAtY []int8 ;GBAtOverride []bool ;_bbba bool ;Bitmap *_be .Bitmap ;_befa *_aca .Decoder ; +_bed *_aca .DecoderStats ;_bfbc *_df .Decoder ;};func (_cdfg *PageInformationSegment )readDefaultPixelValue ()error {_dfde ,_dfb :=_cdfg ._eegd .ReadBit ();if _dfb !=nil {return _dfb ;};_cdfg .DefaultPixelValue =uint8 (_dfde &0xf);return nil ;};type TextRegion struct{_bfde *_b .Reader ; +RegionInfo *RegionSegment ;SbrTemplate int8 ;SbDsOffset int8 ;DefaultPixel int8 ;CombinationOperator _be .CombinationOperator ;IsTransposed int8 ;ReferenceCorner int16 ;LogSBStrips int16 ;UseRefinement bool ;IsHuffmanEncoded bool ;SbHuffRSize int8 ;SbHuffRDY int8 ; +SbHuffRDX int8 ;SbHuffRDHeight int8 ;SbHuffRDWidth int8 ;SbHuffDT int8 ;SbHuffDS int8 ;SbHuffFS int8 ;SbrATX []int8 ;SbrATY []int8 ;NumberOfSymbolInstances uint32 ;_eaga int64 ;SbStrips int8 ;NumberOfSymbols uint32 ;RegionBitmap *_be .Bitmap ;Symbols []*_be .Bitmap ; +_bfga *_aca .Decoder ;_fggc *GenericRefinementRegion ;_agfd *_aca .DecoderStats ;_eaff *_aca .DecoderStats ;_febc *_aca .DecoderStats ;_ffg *_aca .DecoderStats ;_cace *_aca .DecoderStats ;_dgdc *_aca .DecoderStats ;_gcag *_aca .DecoderStats ;_fgef *_aca .DecoderStats ; +_bcfe *_aca .DecoderStats ;_dfa *_aca .DecoderStats ;_cdccb *_aca .DecoderStats ;_bcac int8 ;_bgaa *_dc .FixedSizeTable ;Header *Header ;_faad _dc .Tabler ;_fbbe _dc .Tabler ;_fdcf _dc .Tabler ;_afff _dc .Tabler ;_acdge _dc .Tabler ;_efdf _dc .Tabler ; +_dfad _dc .Tabler ;_aacee _dc .Tabler ;_gdfg ,_caeg map[int ]int ;_cdaa []int ;_acbaa *_be .Points ;_gbdd *_be .Bitmaps ;_adac *_ea .IntSlice ;_bfgcc ,_gcfe int ;_eacf *_be .Boxes ;};func (_gc *GenericRefinementRegion )Init (header *Header ,r *_b .Reader )error {_gc ._aeg =header ; +_gc ._acab =r ;_gc .RegionInfo =NewRegionSegment (r );return _gc .parseHeader ();};func (_dded *GenericRefinementRegion )decodeTypicalPredictedLineTemplate1 (_cgd ,_bcc ,_abd ,_fee ,_gge ,_eae ,_bgb ,_gec ,_ged int )(_dea error ){var (_deg ,_abgg int ; +_eag ,_gac int ;_dcgc ,_fab int ;_fcd byte ;);if _cgd > 0{_fcd ,_dea =_dded .RegionBitmap .GetByte (_bgb -_abd );if _dea !=nil {return _dea ;};_eag =int (_fcd );};if _gec > 0&&_gec <=_dded .ReferenceBitmap .Height {_fcd ,_dea =_dded .ReferenceBitmap .GetByte (_ged -_fee +_eae ); +if _dea !=nil {return _dea ;};_gac =int (_fcd )<<2;};if _gec >=0&&_gec < _dded .ReferenceBitmap .Height {_fcd ,_dea =_dded .ReferenceBitmap .GetByte (_ged +_eae );if _dea !=nil {return _dea ;};_dcgc =int (_fcd );};if _gec > -2&&_gec < _dded .ReferenceBitmap .Height -1{_fcd ,_dea =_dded .ReferenceBitmap .GetByte (_ged +_fee +_eae ); +if _dea !=nil {return _dea ;};_fab =int (_fcd );};_deg =((_eag >>5)&0x6)|((_fab >>2)&0x30)|(_dcgc &0xc0)|(_gac &0x200);_abgg =((_fab >>2)&0x70)|(_dcgc &0xc0)|(_gac &0x700);var _geeg int ;for _dee :=0;_dee < _gge ;_dee =_geeg {var (_beg int ;_gdb int ;); +_geeg =_dee +8;if _beg =_bcc -_dee ;_beg > 8{_beg =8;};_eed :=_geeg < _bcc ;_cgg :=_geeg < _dded .ReferenceBitmap .Width ;_abf :=_eae +1;if _cgd > 0{_fcd =0;if _eed {_fcd ,_dea =_dded .RegionBitmap .GetByte (_bgb -_abd +1);if _dea !=nil {return _dea ;}; +};_eag =(_eag <<8)|int (_fcd );};if _gec > 0&&_gec <=_dded .ReferenceBitmap .Height {var _aaaa int ;if _cgg {_fcd ,_dea =_dded .ReferenceBitmap .GetByte (_ged -_fee +_abf );if _dea !=nil {return _dea ;};_aaaa =int (_fcd )<<2;};_gac =(_gac <<8)|_aaaa ;}; +if _gec >=0&&_gec < _dded .ReferenceBitmap .Height {_fcd =0;if _cgg {_fcd ,_dea =_dded .ReferenceBitmap .GetByte (_ged +_abf );if _dea !=nil {return _dea ;};};_dcgc =(_dcgc <<8)|int (_fcd );};if _gec > -2&&_gec < (_dded .ReferenceBitmap .Height -1){_fcd =0; +if _cgg {_fcd ,_dea =_dded .ReferenceBitmap .GetByte (_ged +_fee +_abf );if _dea !=nil {return _dea ;};};_fab =(_fab <<8)|int (_fcd );};for _gadb :=0;_gadb < _beg ;_gadb ++{var _cgb int ;_abe :=(_abgg >>4)&0x1ff;switch _abe {case 0x1ff:_cgb =1;case 0x00:_cgb =0; +default:_dded ._bge .SetIndex (int32 (_deg ));_cgb ,_dea =_dded ._bg .DecodeBit (_dded ._bge );if _dea !=nil {return _dea ;};};_ega :=uint (7-_gadb );_gdb |=_cgb <<_ega ;_deg =((_deg &0x0d6)<<1)|_cgb |(_eag >>_ega +5)&0x002|((_fab >>_ega +2)&0x010)|((_dcgc >>_ega )&0x040)|((_gac >>_ega )&0x200); +_abgg =((_abgg &0xdb)<<1)|((_fab >>_ega +2)&0x010)|((_dcgc >>_ega )&0x080)|((_gac >>_ega )&0x400);};_dea =_dded .RegionBitmap .SetByte (_bgb ,byte (_gdb ));if _dea !=nil {return _dea ;};_bgb ++;_ged ++;};return nil ;};func (_eega *TextRegion )encodeFlags (_cbce _b .BinaryWriter )(_ffcb int ,_dfdb error ){const _fgda ="e\u006e\u0063\u006f\u0064\u0065\u0046\u006c\u0061\u0067\u0073"; +if _dfdb =_cbce .WriteBit (int (_eega .SbrTemplate ));_dfdb !=nil {return _ffcb ,_ac .Wrap (_dfdb ,_fgda ,"s\u0062\u0072\u0054\u0065\u006d\u0070\u006c\u0061\u0074\u0065");};if _ ,_dfdb =_cbce .WriteBits (uint64 (_eega .SbDsOffset ),5);_dfdb !=nil {return _ffcb ,_ac .Wrap (_dfdb ,_fgda ,"\u0073\u0062\u0044\u0073\u004f\u0066\u0066\u0073\u0065\u0074"); +};if _dfdb =_cbce .WriteBit (int (_eega .DefaultPixel ));_dfdb !=nil {return _ffcb ,_ac .Wrap (_dfdb ,_fgda ,"\u0044\u0065\u0066a\u0075\u006c\u0074\u0050\u0069\u0078\u0065\u006c");};if _ ,_dfdb =_cbce .WriteBits (uint64 (_eega .CombinationOperator ),2); +_dfdb !=nil {return _ffcb ,_ac .Wrap (_dfdb ,_fgda ,"\u0043\u006f\u006d\u0062in\u0061\u0074\u0069\u006f\u006e\u004f\u0070\u0065\u0072\u0061\u0074\u006f\u0072");};if _dfdb =_cbce .WriteBit (int (_eega .IsTransposed ));_dfdb !=nil {return _ffcb ,_ac .Wrap (_dfdb ,_fgda ,"\u0069\u0073\u0020\u0074\u0072\u0061\u006e\u0073\u0070\u006f\u0073\u0065\u0064"); +};if _ ,_dfdb =_cbce .WriteBits (uint64 (_eega .ReferenceCorner ),2);_dfdb !=nil {return _ffcb ,_ac .Wrap (_dfdb ,_fgda ,"\u0072\u0065f\u0065\u0072\u0065n\u0063\u0065\u0020\u0063\u006f\u0072\u006e\u0065\u0072");};if _ ,_dfdb =_cbce .WriteBits (uint64 (_eega .LogSBStrips ),2); +_dfdb !=nil {return _ffcb ,_ac .Wrap (_dfdb ,_fgda ,"L\u006f\u0067\u0053\u0042\u0053\u0074\u0072\u0069\u0070\u0073");};var _baaa int ;if _eega .UseRefinement {_baaa =1;};if _dfdb =_cbce .WriteBit (_baaa );_dfdb !=nil {return _ffcb ,_ac .Wrap (_dfdb ,_fgda ,"\u0075\u0073\u0065\u0020\u0072\u0065\u0066\u0069\u006ee\u006d\u0065\u006e\u0074"); +};_baaa =0;if _eega .IsHuffmanEncoded {_baaa =1;};if _dfdb =_cbce .WriteBit (_baaa );_dfdb !=nil {return _ffcb ,_ac .Wrap (_dfdb ,_fgda ,"u\u0073\u0065\u0020\u0068\u0075\u0066\u0066\u006d\u0061\u006e");};_ffcb =2;return _ffcb ,nil ;};func (_ccfd *TextRegion )symbolIDCodeLengths ()error {var (_acbad []*_dc .Code ; +_afea uint64 ;_ebbf _dc .Tabler ;_eafb error ;);for _gedbg :=0;_gedbg < 35;_gedbg ++{_afea ,_eafb =_ccfd ._bfde .ReadBits (4);if _eafb !=nil {return _eafb ;};_fdcaf :=int (_afea &0xf);if _fdcaf > 0{_acbad =append (_acbad ,_dc .NewCode (int32 (_fdcaf ),0,int32 (_gedbg ),false )); +};};_ebbf ,_eafb =_dc .NewFixedSizeTable (_acbad );if _eafb !=nil {return _eafb ;};var (_fdbd int64 ;_cgdf uint32 ;_dfae []*_dc .Code ;_bbdab int64 ;);for _cgdf < _ccfd .NumberOfSymbols {_bbdab ,_eafb =_ebbf .Decode (_ccfd ._bfde );if _eafb !=nil {return _eafb ; +};if _bbdab < 32{if _bbdab > 0{_dfae =append (_dfae ,_dc .NewCode (int32 (_bbdab ),0,int32 (_cgdf ),false ));};_fdbd =_bbdab ;_cgdf ++;}else {var _gcdcb ,_efed int64 ;switch _bbdab {case 32:_afea ,_eafb =_ccfd ._bfde .ReadBits (2);if _eafb !=nil {return _eafb ; +};_gcdcb =3+int64 (_afea );if _cgdf > 0{_efed =_fdbd ;};case 33:_afea ,_eafb =_ccfd ._bfde .ReadBits (3);if _eafb !=nil {return _eafb ;};_gcdcb =3+int64 (_afea );case 34:_afea ,_eafb =_ccfd ._bfde .ReadBits (7);if _eafb !=nil {return _eafb ;};_gcdcb =11+int64 (_afea ); +};for _gdbf :=0;_gdbf < int (_gcdcb );_gdbf ++{if _efed > 0{_dfae =append (_dfae ,_dc .NewCode (int32 (_efed ),0,int32 (_cgdf ),false ));};_cgdf ++;};};};_ccfd ._bfde .Align ();_ccfd ._bgaa ,_eafb =_dc .NewFixedSizeTable (_dfae );return _eafb ;};func (_fff *GenericRefinementRegion )GetRegionBitmap ()(*_be .Bitmap ,error ){var _afg error ; +_ge .Log .Trace ("\u005b\u0047E\u004e\u0045\u0052\u0049\u0043\u002d\u0052\u0045\u0046\u002d\u0052\u0045\u0047\u0049\u004f\u004e\u005d\u0020\u0047\u0065\u0074\u0052\u0065\u0067\u0069\u006f\u006e\u0042\u0069\u0074\u006d\u0061\u0070\u0020\u0062\u0065\u0067\u0069\u006e\u0073\u002e\u002e\u002e"); +defer func (){if _afg !=nil {_ge .Log .Trace ("[\u0047\u0045\u004e\u0045\u0052\u0049\u0043\u002d\u0052E\u0046\u002d\u0052\u0045\u0047\u0049\u004fN]\u0020\u0047\u0065\u0074R\u0065\u0067\u0069\u006f\u006e\u0042\u0069\u0074\u006dap\u0020\u0066a\u0069\u006c\u0065\u0064\u002e\u0020\u0025\u0076",_afg ); +}else {_ge .Log .Trace ("\u005b\u0047E\u004e\u0045\u0052\u0049\u0043\u002d\u0052\u0045\u0046\u002d\u0052\u0045\u0047\u0049\u004f\u004e\u005d\u0020\u0047\u0065\u0074\u0052\u0065\u0067\u0069\u006f\u006e\u0042\u0069\u0074\u006d\u0061\u0070\u0020\u0066\u0069\u006e\u0069\u0073\u0068\u0065\u0064\u002e"); +};}();if _fff .RegionBitmap !=nil {return _fff .RegionBitmap ,nil ;};_cg :=0;if _fff .ReferenceBitmap ==nil {_fff .ReferenceBitmap ,_afg =_fff .getGrReference ();if _afg !=nil {return nil ,_afg ;};};if _fff ._bg ==nil {_fff ._bg ,_afg =_aca .New (_fff ._acab ); +if _afg !=nil {return nil ,_afg ;};};if _fff ._bge ==nil {_fff ._bge =_aca .NewStats (8192,1);};_fff .RegionBitmap =_be .New (int (_fff .RegionInfo .BitmapWidth ),int (_fff .RegionInfo .BitmapHeight ));if _fff .TemplateID ==0{if _afg =_fff .updateOverride (); +_afg !=nil {return nil ,_afg ;};};_gf :=(_fff .RegionBitmap .Width +7)&-8;var _dd int ;if _fff .IsTPGROn {_dd =int (-_fff .ReferenceDY )*_fff .ReferenceBitmap .RowStride ;};_fb :=_dd +1;for _dfed :=0;_dfed < _fff .RegionBitmap .Height ;_dfed ++{if _fff .IsTPGROn {_ee ,_cb :=_fff .decodeSLTP (); +if _cb !=nil {return nil ,_cb ;};_cg ^=_ee ;};if _cg ==0{_afg =_fff .decodeOptimized (_dfed ,_fff .RegionBitmap .Width ,_fff .RegionBitmap .RowStride ,_fff .ReferenceBitmap .RowStride ,_gf ,_dd ,_fb );if _afg !=nil {return nil ,_afg ;};}else {_afg =_fff .decodeTypicalPredictedLine (_dfed ,_fff .RegionBitmap .Width ,_fff .RegionBitmap .RowStride ,_fff .ReferenceBitmap .RowStride ,_gf ,_dd ); +if _afg !=nil {return nil ,_afg ;};};};return _fff .RegionBitmap ,nil ;};func (_eccd *TextRegion )readUseRefinement ()error {if !_eccd .UseRefinement ||_eccd .SbrTemplate !=0{return nil ;};var (_fede byte ;_gdggf error ;);_eccd .SbrATX =make ([]int8 ,2); +_eccd .SbrATY =make ([]int8 ,2);_fede ,_gdggf =_eccd ._bfde .ReadByte ();if _gdggf !=nil {return _gdggf ;};_eccd .SbrATX [0]=int8 (_fede );_fede ,_gdggf =_eccd ._bfde .ReadByte ();if _gdggf !=nil {return _gdggf ;};_eccd .SbrATY [0]=int8 (_fede );_fede ,_gdggf =_eccd ._bfde .ReadByte (); +if _gdggf !=nil {return _gdggf ;};_eccd .SbrATX [1]=int8 (_fede );_fede ,_gdggf =_eccd ._bfde .ReadByte ();if _gdggf !=nil {return _gdggf ;};_eccd .SbrATY [1]=int8 (_fede );return nil ;};func (_bfab *TextRegion )Encode (w _b .BinaryWriter )(_accc int ,_gbed error ){const _dgef ="\u0054\u0065\u0078\u0074\u0052\u0065\u0067\u0069\u006f\u006e\u002e\u0045n\u0063\u006f\u0064\u0065"; +if _accc ,_gbed =_bfab .RegionInfo .Encode (w );_gbed !=nil {return _accc ,_ac .Wrap (_gbed ,_dgef ,"");};var _ggc int ;if _ggc ,_gbed =_bfab .encodeFlags (w );_gbed !=nil {return _accc ,_ac .Wrap (_gbed ,_dgef ,"");};_accc +=_ggc ;if _ggc ,_gbed =_bfab .encodeSymbols (w ); +_gbed !=nil {return _accc ,_ac .Wrap (_gbed ,_dgef ,"");};_accc +=_ggc ;return _accc ,nil ;};func (_gedg *Header )writeSegmentPageAssociation (_dgaa _b .BinaryWriter )(_cecf int ,_cbca error ){const _cggd ="w\u0072\u0069\u0074\u0065\u0053\u0065g\u006d\u0065\u006e\u0074\u0050\u0061\u0067\u0065\u0041s\u0073\u006f\u0063i\u0061t\u0069\u006f\u006e"; +if _gedg .pageSize ()!=4{if _cbca =_dgaa .WriteByte (byte (_gedg .PageAssociation ));_cbca !=nil {return 0,_ac .Wrap (_cbca ,_cggd ,"\u0070\u0061\u0067\u0065\u0053\u0069\u007a\u0065\u0020\u0021\u003d\u0020\u0034");};return 1,nil ;};_acba :=make ([]byte ,4); +_c .BigEndian .PutUint32 (_acba ,uint32 (_gedg .PageAssociation ));if _cecf ,_cbca =_dgaa .Write (_acba );_cbca !=nil {return 0,_ac .Wrap (_cbca ,_cggd ,"\u0034 \u0062y\u0074\u0065\u0020\u0070\u0061g\u0065\u0020n\u0075\u006d\u0062\u0065\u0072");};return _cecf ,nil ; +};func (_bedf *TextRegion )parseHeader ()error {var _bgfe error ;_ge .Log .Trace ("\u005b\u0054E\u0058\u0054\u0020\u0052E\u0047\u0049O\u004e\u005d\u005b\u0050\u0041\u0052\u0053\u0045-\u0048\u0045\u0041\u0044\u0045\u0052\u005d\u0020\u0062\u0065\u0067\u0069n\u0073\u002e\u002e\u002e"); +defer func (){if _bgfe !=nil {_ge .Log .Trace ("\u005b\u0054\u0045\u0058\u0054\u0020\u0052\u0045\u0047\u0049\u004f\u004e\u005d\u005b\u0050\u0041\u0052\u0053\u0045\u002d\u0048\u0045\u0041\u0044E\u0052\u005d\u0020\u0066\u0061i\u006c\u0065d\u002e\u0020\u0025\u0076",_bgfe ); +}else {_ge .Log .Trace ("\u005b\u0054E\u0058\u0054\u0020\u0052E\u0047\u0049O\u004e\u005d\u005b\u0050\u0041\u0052\u0053\u0045-\u0048\u0045\u0041\u0044\u0045\u0052\u005d\u0020\u0066\u0069\u006e\u0069s\u0068\u0065\u0064\u002e");};}();if _bgfe =_bedf .RegionInfo .parseHeader (); +_bgfe !=nil {return _bgfe ;};if _bgfe =_bedf .readRegionFlags ();_bgfe !=nil {return _bgfe ;};if _bedf .IsHuffmanEncoded {if _bgfe =_bedf .readHuffmanFlags ();_bgfe !=nil {return _bgfe ;};};if _bgfe =_bedf .readUseRefinement ();_bgfe !=nil {return _bgfe ; +};if _bgfe =_bedf .readAmountOfSymbolInstances ();_bgfe !=nil {return _bgfe ;};if _bgfe =_bedf .getSymbols ();_bgfe !=nil {return _bgfe ;};if _bgfe =_bedf .computeSymbolCodeLength ();_bgfe !=nil {return _bgfe ;};if _bgfe =_bedf .checkInput ();_bgfe !=nil {return _bgfe ; +};_ge .Log .Trace ("\u0025\u0073",_bedf .String ());return nil ;};func (_cbg *GenericRefinementRegion )String ()string {_bef :=&_e .Builder {};_bef .WriteString ("\u000a[\u0047E\u004e\u0045\u0052\u0049\u0043 \u0052\u0045G\u0049\u004f\u004e\u005d\u000a"); +_bef .WriteString (_cbg .RegionInfo .String ()+"\u000a");_bef .WriteString (_ff .Sprintf ("\u0009\u002d \u0049\u0073\u0054P\u0047\u0052\u006f\u006e\u003a\u0020\u0025\u0076\u000a",_cbg .IsTPGROn ));_bef .WriteString (_ff .Sprintf ("\u0009-\u0020T\u0065\u006d\u0070\u006c\u0061t\u0065\u0049D\u003a\u0020\u0025\u0076\u000a",_cbg .TemplateID )); +_bef .WriteString (_ff .Sprintf ("\u0009\u002d\u0020\u0047\u0072\u0041\u0074\u0058\u003a\u0020\u0025\u0076\u000a",_cbg .GrAtX ));_bef .WriteString (_ff .Sprintf ("\u0009\u002d\u0020\u0047\u0072\u0041\u0074\u0059\u003a\u0020\u0025\u0076\u000a",_cbg .GrAtY )); +_bef .WriteString (_ff .Sprintf ("\u0009-\u0020R\u0065\u0066\u0065\u0072\u0065n\u0063\u0065D\u0058\u0020\u0025\u0076\u000a",_cbg .ReferenceDX ));_bef .WriteString (_ff .Sprintf ("\u0009\u002d\u0020\u0052ef\u0065\u0072\u0065\u006e\u0063\u0044\u0065\u0059\u003a\u0020\u0025\u0076\u000a",_cbg .ReferenceDY )); +return _bef .String ();};func (_ddbga *PageInformationSegment )readIsLossless ()error {_gcba ,_gcfg :=_ddbga ._eegd .ReadBit ();if _gcfg !=nil {return _gcfg ;};if _gcba ==1{_ddbga .IsLossless =true ;};return nil ;};func (_dcef *Header )readSegmentNumber (_gfec *_b .Reader )error {const _gbg ="\u0072\u0065\u0061\u0064\u0053\u0065\u0067\u006d\u0065\u006e\u0074\u004eu\u006d\u0062\u0065\u0072"; +_bcaf :=make ([]byte ,4);_ ,_ebb :=_gfec .Read (_bcaf );if _ebb !=nil {return _ac .Wrap (_ebb ,_gbg ,"");};_dcef .SegmentNumber =_c .BigEndian .Uint32 (_bcaf );return nil ;};func (_abde *Header )readNumberOfReferredToSegments (_agff *_b .Reader )(uint64 ,error ){const _gaed ="\u0072\u0065\u0061\u0064\u004e\u0075\u006d\u0062\u0065\u0072O\u0066\u0052\u0065\u0066\u0065\u0072\u0072e\u0064\u0054\u006f\u0053\u0065\u0067\u006d\u0065\u006e\u0074\u0073"; +_eeee ,_fdfc :=_agff .ReadBits (3);if _fdfc !=nil {return 0,_ac .Wrap (_fdfc ,_gaed ,"\u0063\u006f\u0075n\u0074\u0020\u006f\u0066\u0020\u0072\u0074\u0073");};_eeee &=0xf;var _cacf []byte ;if _eeee <=4{_cacf =make ([]byte ,5);for _bfe :=0;_bfe <=4;_bfe ++{_addd ,_gdae :=_agff .ReadBit (); +if _gdae !=nil {return 0,_ac .Wrap (_gdae ,_gaed ,"\u0073\u0068\u006fr\u0074\u0020\u0066\u006f\u0072\u006d\u0061\u0074");};_cacf [_bfe ]=byte (_addd );};}else {_eeee ,_fdfc =_agff .ReadBits (29);if _fdfc !=nil {return 0,_fdfc ;};_eeee &=_ae .MaxInt32 ; +_cbfae :=(_eeee +8)>>3;_cbfae <<=3;_cacf =make ([]byte ,_cbfae );var _adbe uint64 ;for _adbe =0;_adbe < _cbfae ;_adbe ++{_bdb ,_edacd :=_agff .ReadBit ();if _edacd !=nil {return 0,_ac .Wrap (_edacd ,_gaed ,"l\u006f\u006e\u0067\u0020\u0066\u006f\u0072\u006d\u0061\u0074"); +};_cacf [_adbe ]=byte (_bdb );};};return _eeee ,nil ;};func (_dcce *PageInformationSegment )readContainsRefinement ()error {_ecde ,_gfeb :=_dcce ._eegd .ReadBit ();if _gfeb !=nil {return _gfeb ;};if _ecde ==1{_dcce ._ffcgf =true ;};return nil ;};func (_aa *GenericRefinementRegion )decodeSLTP ()(int ,error ){_aa .Template .setIndex (_aa ._bge ); +return _aa ._bg .DecodeBit (_aa ._bge );};func (_gcad *PageInformationSegment )readCombinationOperator ()error {_ffbd ,_cdge :=_gcad ._eegd .ReadBits (2);if _cdge !=nil {return _cdge ;};_gcad ._gcbcf =_be .CombinationOperator (int (_ffbd ));return nil ; +};func (_daed *TextRegion )decodeSymbolInstances ()error {_acabg ,_agcce :=_daed .decodeStripT ();if _agcce !=nil {return _agcce ;};var (_dccd int64 ;_afcga uint32 ;);for _afcga < _daed .NumberOfSymbolInstances {_ffdg ,_eaef :=_daed .decodeDT ();if _eaef !=nil {return _eaef ; +};_acabg +=_ffdg ;var _bfff int64 ;_geea :=true ;_daed ._eaga =0;for {if _geea {_bfff ,_eaef =_daed .decodeDfs ();if _eaef !=nil {return _eaef ;};_dccd +=_bfff ;_daed ._eaga =_dccd ;_geea =false ;}else {_cbeb ,_gecc :=_daed .decodeIds ();if _d .Is (_gecc ,_g .ErrOOB ){break ; +};if _gecc !=nil {return _gecc ;};if _afcga >=_daed .NumberOfSymbolInstances {break ;};_daed ._eaga +=_cbeb +int64 (_daed .SbDsOffset );};_gged ,_cbaf :=_daed .decodeCurrentT ();if _cbaf !=nil {return _cbaf ;};_dcag :=_acabg +_gged ;_bgge ,_cbaf :=_daed .decodeID (); +if _cbaf !=nil {return _cbaf ;};_dafa ,_cbaf :=_daed .decodeRI ();if _cbaf !=nil {return _cbaf ;};_dcbc ,_cbaf :=_daed .decodeIb (_dafa ,_bgge );if _cbaf !=nil {return _cbaf ;};if _cbaf =_daed .blit (_dcbc ,_dcag );_cbaf !=nil {return _cbaf ;};_afcga ++; +};};return nil ;};func (_dcgg *SymbolDictionary )encodeNumSyms (_eegc _b .BinaryWriter )(_ffbf int ,_effa error ){const _gdf ="\u0065\u006e\u0063\u006f\u0064\u0065\u004e\u0075\u006d\u0053\u0079\u006d\u0073";_ecdb :=make ([]byte ,4);_c .BigEndian .PutUint32 (_ecdb ,_dcgg .NumberOfExportedSymbols ); +if _ffbf ,_effa =_eegc .Write (_ecdb );_effa !=nil {return _ffbf ,_ac .Wrap (_effa ,_gdf ,"\u0065\u0078p\u006f\u0072\u0074e\u0064\u0020\u0073\u0079\u006d\u0062\u006f\u006c\u0073");};_c .BigEndian .PutUint32 (_ecdb ,_dcgg .NumberOfNewSymbols );_cfcd ,_effa :=_eegc .Write (_ecdb ); +if _effa !=nil {return _ffbf ,_ac .Wrap (_effa ,_gdf ,"n\u0065\u0077\u0020\u0073\u0079\u006d\u0062\u006f\u006c\u0073");};return _ffbf +_cfcd ,nil ;};func (_gcab *TextRegion )Init (header *Header ,r *_b .Reader )error {_gcab .Header =header ;_gcab ._bfde =r ; +_gcab .RegionInfo =NewRegionSegment (_gcab ._bfde );return _gcab .parseHeader ();};func (_fcdd *TableSegment )parseHeader ()error {var (_aafa int ;_baag uint64 ;_aadfe error ;);_aafa ,_aadfe =_fcdd ._daff .ReadBit ();if _aadfe !=nil {return _aadfe ;};if _aafa ==1{return _ff .Errorf ("\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0074\u0061\u0062\u006c\u0065 \u0073\u0065\u0067\u006d\u0065\u006e\u0074\u0020\u0064e\u0066\u0069\u006e\u0069\u0074\u0069\u006f\u006e\u002e\u0020\u0042\u002e\u0032\u002e1\u0020\u0043\u006f\u0064\u0065\u0020\u0054\u0061\u0062\u006c\u0065\u0020\u0066\u006c\u0061\u0067\u0073\u003a\u0020\u0042\u0069\u0074\u0020\u0037\u0020\u006d\u0075\u0073\u0074\u0020b\u0065\u0020\u007a\u0065\u0072\u006f\u002e\u0020\u0057a\u0073\u003a \u0025\u0064",_aafa ); +};if _baag ,_aadfe =_fcdd ._daff .ReadBits (3);_aadfe !=nil {return _aadfe ;};_fcdd ._cbea =(int32 (_baag )+1)&0xf;if _baag ,_aadfe =_fcdd ._daff .ReadBits (3);_aadfe !=nil {return _aadfe ;};_fcdd ._aega =(int32 (_baag )+1)&0xf;if _baag ,_aadfe =_fcdd ._daff .ReadBits (32); +_aadfe !=nil {return _aadfe ;};_fcdd ._gdec =int32 (_baag &_ae .MaxInt32 );if _baag ,_aadfe =_fcdd ._daff .ReadBits (32);_aadfe !=nil {return _aadfe ;};_fcdd ._ggec =int32 (_baag &_ae .MaxInt32 );return nil ;};func (_gebf *GenericRegion )decodeTemplate0a (_gca ,_ede ,_cga int ,_gba ,_dda int )(_aea error ){const _cfe ="\u0064\u0065c\u006f\u0064\u0065T\u0065\u006d\u0070\u006c\u0061\u0074\u0065\u0030\u0061"; +var (_afgc ,_ddad int ;_cbc ,_cfcc int ;_acbf byte ;_gfg int ;);if _gca >=1{_acbf ,_aea =_gebf .Bitmap .GetByte (_dda );if _aea !=nil {return _ac .Wrap (_aea ,_cfe ,"\u006ci\u006e\u0065\u0020\u003e\u003d\u00201");};_cbc =int (_acbf );};if _gca >=2{_acbf ,_aea =_gebf .Bitmap .GetByte (_dda -_gebf .Bitmap .RowStride ); +if _aea !=nil {return _ac .Wrap (_aea ,_cfe ,"\u006ci\u006e\u0065\u0020\u003e\u003d\u00202");};_cfcc =int (_acbf )<<6;};_afgc =(_cbc &0xf0)|(_cfcc &0x3800);for _ca :=0;_ca < _cga ;_ca =_gfg {var (_cac byte ;_dbaf int ;);_gfg =_ca +8;if _dbda :=_ede -_ca ; +_dbda > 8{_dbaf =8;}else {_dbaf =_dbda ;};if _gca > 0{_cbc <<=8;if _gfg < _ede {_acbf ,_aea =_gebf .Bitmap .GetByte (_dda +1);if _aea !=nil {return _ac .Wrap (_aea ,_cfe ,"\u006c\u0069\u006e\u0065\u0020\u003e\u0020\u0030");};_cbc |=int (_acbf );};};if _gca > 1{_abeg :=_dda -_gebf .Bitmap .RowStride +1; +_cfcc <<=8;if _gfg < _ede {_acbf ,_aea =_gebf .Bitmap .GetByte (_abeg );if _aea !=nil {return _ac .Wrap (_aea ,_cfe ,"\u006c\u0069\u006e\u0065\u0020\u003e\u0020\u0031");};_cfcc |=int (_acbf )<<6;}else {_cfcc |=0;};};for _edd :=0;_edd < _dbaf ;_edd ++{_ecb :=uint (7-_edd ); +if _gebf ._bbba {_ddad =_gebf .overrideAtTemplate0a (_afgc ,_ca +_edd ,_gca ,int (_cac ),_edd ,int (_ecb ));_gebf ._bed .SetIndex (int32 (_ddad ));}else {_gebf ._bed .SetIndex (int32 (_afgc ));};var _cec int ;_cec ,_aea =_gebf ._befa .DecodeBit (_gebf ._bed ); +if _aea !=nil {return _ac .Wrap (_aea ,_cfe ,"");};_cac |=byte (_cec )<<_ecb ;_afgc =((_afgc &0x7bf7)<<1)|_cec |((_cbc >>_ecb )&0x10)|((_cfcc >>_ecb )&0x800);};if _gbfa :=_gebf .Bitmap .SetByte (_gba ,_cac );_gbfa !=nil {return _ac .Wrap (_gbfa ,_cfe ,""); +};_gba ++;_dda ++;};return nil ;};func (_cce *GenericRegion )String ()string {_bfgf :=&_e .Builder {};_bfgf .WriteString ("\u000a[\u0047E\u004e\u0045\u0052\u0049\u0043 \u0052\u0045G\u0049\u004f\u004e\u005d\u000a");_bfgf .WriteString (_cce .RegionSegment .String ()+"\u000a"); +_bfgf .WriteString (_ff .Sprintf ("\u0009\u002d\u0020Us\u0065\u0045\u0078\u0074\u0054\u0065\u006d\u0070\u006c\u0061\u0074\u0065\u0073\u003a\u0020\u0025\u0076\u000a",_cce .UseExtTemplates ));_bfgf .WriteString (_ff .Sprintf ("\u0009\u002d \u0049\u0073\u0054P\u0047\u0044\u006f\u006e\u003a\u0020\u0025\u0076\u000a",_cce .IsTPGDon )); +_bfgf .WriteString (_ff .Sprintf ("\u0009-\u0020G\u0042\u0054\u0065\u006d\u0070l\u0061\u0074e\u003a\u0020\u0025\u0064\u000a",_cce .GBTemplate ));_bfgf .WriteString (_ff .Sprintf ("\t\u002d \u0049\u0073\u004d\u004d\u0052\u0045\u006e\u0063o\u0064\u0065\u0064\u003a %\u0076\u000a",_cce .IsMMREncoded )); +_bfgf .WriteString (_ff .Sprintf ("\u0009\u002d\u0020\u0047\u0042\u0041\u0074\u0058\u003a\u0020\u0025\u0076\u000a",_cce .GBAtX ));_bfgf .WriteString (_ff .Sprintf ("\u0009\u002d\u0020\u0047\u0042\u0041\u0074\u0059\u003a\u0020\u0025\u0076\u000a",_cce .GBAtY )); +_bfgf .WriteString (_ff .Sprintf ("\t\u002d \u0047\u0042\u0041\u0074\u004f\u0076\u0065\u0072r\u0069\u0064\u0065\u003a %\u0076\u000a",_cce .GBAtOverride ));return _bfgf .String ();};func (_gaadd *TextRegion )decodeIds ()(int64 ,error ){const _ddbec ="\u0064e\u0063\u006f\u0064\u0065\u0049\u0064s"; +if _gaadd .IsHuffmanEncoded {if _gaadd .SbHuffDS ==3{if _gaadd ._fbbe ==nil {_cgfg :=0;if _gaadd .SbHuffFS ==3{_cgfg ++;};var _ebed error ;_gaadd ._fbbe ,_ebed =_gaadd .getUserTable (_cgfg );if _ebed !=nil {return 0,_ac .Wrap (_ebed ,_ddbec ,"");};};return _gaadd ._fbbe .Decode (_gaadd ._bfde ); +};_afba ,_gdac :=_dc .GetStandardTable (8+int (_gaadd .SbHuffDS ));if _gdac !=nil {return 0,_ac .Wrap (_gdac ,_ddbec ,"");};return _afba .Decode (_gaadd ._bfde );};_cddb ,_gcadf :=_gaadd ._bfga .DecodeInt (_gaadd ._febc );if _gcadf !=nil {return 0,_ac .Wrap (_gcadf ,_ddbec ,"\u0063\u0078\u0049\u0041\u0044\u0053"); +};return int64 (_cddb ),nil ;};func (_fafe *RegionSegment )readCombinationOperator ()error {_ebgd ,_gdgd :=_fafe ._ddaf .ReadBits (3);if _gdgd !=nil {return _gdgd ;};_fafe .CombinaionOperator =_be .CombinationOperator (_ebgd &0xF);return nil ;};func (_gcee *PageInformationSegment )checkInput ()error {if _gcee .PageBMHeight ==_ae .MaxInt32 {if !_gcee .IsStripe {_ge .Log .Debug ("P\u0061\u0067\u0065\u0049\u006e\u0066\u006f\u0072\u006da\u0074\u0069\u006f\u006e\u0053\u0065\u0067me\u006e\u0074\u002e\u0049s\u0053\u0074\u0072\u0069\u0070\u0065\u0020\u0073\u0068ou\u006c\u0064 \u0062\u0065\u0020\u0074\u0072\u0075\u0065\u002e"); +};};return nil ;};func (_bcba *TextRegion )decodeSymInRefSize ()(int64 ,error ){const _ggfd ="\u0064e\u0063o\u0064\u0065\u0053\u0079\u006dI\u006e\u0052e\u0066\u0053\u0069\u007a\u0065";if _bcba .SbHuffRSize ==0{_acg ,_ebcfe :=_dc .GetStandardTable (1);if _ebcfe !=nil {return 0,_ac .Wrap (_ebcfe ,_ggfd ,""); +};return _acg .Decode (_bcba ._bfde );};if _bcba ._aacee ==nil {var (_bcbcf int ;_cfaf error ;);if _bcba .SbHuffFS ==3{_bcbcf ++;};if _bcba .SbHuffDS ==3{_bcbcf ++;};if _bcba .SbHuffDT ==3{_bcbcf ++;};if _bcba .SbHuffRDWidth ==3{_bcbcf ++;};if _bcba .SbHuffRDHeight ==3{_bcbcf ++; +};if _bcba .SbHuffRDX ==3{_bcbcf ++;};if _bcba .SbHuffRDY ==3{_bcbcf ++;};_bcba ._aacee ,_cfaf =_bcba .getUserTable (_bcbcf );if _cfaf !=nil {return 0,_ac .Wrap (_cfaf ,_ggfd ,"");};};_bdac ,_cdac :=_bcba ._aacee .Decode (_bcba ._bfde );if _cdac !=nil {return 0,_ac .Wrap (_cdac ,_ggfd ,""); +};return _bdac ,nil ;};type Header struct{SegmentNumber uint32 ;Type Type ;RetainFlag bool ;PageAssociation int ;PageAssociationFieldSize bool ;RTSegments []*Header ;HeaderLength int64 ;SegmentDataLength uint64 ;SegmentDataStartOffset uint64 ;Reader *_b .Reader ; +SegmentData Segmenter ;RTSNumbers []int ;RetainBits []uint8 ;};func (_babg Type )String ()string {switch _babg {case TSymbolDictionary :return "\u0053\u0079\u006d\u0062\u006f\u006c\u0020\u0044\u0069\u0063\u0074\u0069o\u006e\u0061\u0072\u0079";case TIntermediateTextRegion :return "\u0049n\u0074\u0065\u0072\u006d\u0065\u0064\u0069\u0061\u0074\u0065\u0020T\u0065\u0078\u0074\u0020\u0052\u0065\u0067\u0069\u006f\u006e"; +case TImmediateTextRegion :return "I\u006d\u006d\u0065\u0064ia\u0074e\u0020\u0054\u0065\u0078\u0074 \u0052\u0065\u0067\u0069\u006f\u006e";case TImmediateLosslessTextRegion :return "\u0049\u006d\u006d\u0065\u0064\u0069\u0061\u0074\u0065\u0020L\u006f\u0073\u0073\u006c\u0065\u0073\u0073 \u0054\u0065\u0078\u0074\u0020\u0052\u0065\u0067\u0069\u006f\u006e"; +case TPatternDictionary :return "\u0050a\u0074t\u0065\u0072\u006e\u0020\u0044i\u0063\u0074i\u006f\u006e\u0061\u0072\u0079";case TIntermediateHalftoneRegion :return "\u0049\u006e\u0074\u0065r\u006d\u0065\u0064\u0069\u0061\u0074\u0065\u0020\u0048\u0061l\u0066t\u006f\u006e\u0065\u0020\u0052\u0065\u0067i\u006f\u006e"; +case TImmediateHalftoneRegion :return "\u0049m\u006d\u0065\u0064\u0069a\u0074\u0065\u0020\u0048\u0061l\u0066t\u006fn\u0065\u0020\u0052\u0065\u0067\u0069\u006fn";case TImmediateLosslessHalftoneRegion :return "\u0049\u006d\u006ded\u0069\u0061\u0074\u0065\u0020\u004c\u006f\u0073\u0073l\u0065s\u0073 \u0048a\u006c\u0066\u0074\u006f\u006e\u0065\u0020\u0052\u0065\u0067\u0069\u006f\u006e"; +case TIntermediateGenericRegion :return "I\u006e\u0074\u0065\u0072\u006d\u0065d\u0069\u0061\u0074\u0065\u0020\u0047\u0065\u006e\u0065r\u0069\u0063\u0020R\u0065g\u0069\u006f\u006e";case TImmediateGenericRegion :return "\u0049m\u006d\u0065\u0064\u0069\u0061\u0074\u0065\u0020\u0047\u0065\u006ee\u0072\u0069\u0063\u0020\u0052\u0065\u0067\u0069\u006f\u006e"; +case TImmediateLosslessGenericRegion :return "\u0049\u006d\u006d\u0065\u0064\u0069a\u0074\u0065\u0020\u004c\u006f\u0073\u0073\u006c\u0065\u0073\u0073\u0020\u0047e\u006e\u0065\u0072\u0069\u0063\u0020\u0052e\u0067\u0069\u006f\u006e";case TIntermediateGenericRefinementRegion :return "\u0049\u006e\u0074\u0065\u0072\u006d\u0065\u0064\u0069\u0061\u0074\u0065\u0020\u0047\u0065\u006e\u0065\u0072\u0069\u0063\u0020\u0052\u0065\u0066i\u006e\u0065\u006d\u0065\u006et\u0020\u0052e\u0067\u0069\u006f\u006e"; case TImmediateGenericRefinementRegion :return "I\u006d\u006d\u0065\u0064\u0069\u0061t\u0065\u0020\u0047\u0065\u006e\u0065r\u0069\u0063\u0020\u0052\u0065\u0066\u0069n\u0065\u006d\u0065\u006e\u0074\u0020\u0052\u0065\u0067\u0069o\u006e";case TImmediateLosslessGenericRefinementRegion :return "\u0049m\u006d\u0065d\u0069\u0061\u0074\u0065 \u004c\u006f\u0073s\u006c\u0065\u0073\u0073\u0020\u0047\u0065\u006e\u0065ri\u0063\u0020\u0052e\u0066\u0069n\u0065\u006d\u0065\u006e\u0074\u0020R\u0065\u0067i\u006f\u006e"; case TPageInformation :return "\u0050\u0061g\u0065\u0020\u0049n\u0066\u006f\u0072\u006d\u0061\u0074\u0069\u006f\u006e";case TEndOfPage :return "E\u006e\u0064\u0020\u004f\u0066\u0020\u0050\u0061\u0067\u0065";case TEndOfStrip :return "\u0045\u006e\u0064 \u004f\u0066\u0020\u0053\u0074\u0072\u0069\u0070"; case TEndOfFile :return "E\u006e\u0064\u0020\u004f\u0066\u0020\u0046\u0069\u006c\u0065";case TProfiles :return "\u0050\u0072\u006f\u0066\u0069\u006c\u0065\u0073";case TTables :return "\u0054\u0061\u0062\u006c\u0065\u0073";case TExtension :return "\u0045x\u0074\u0065\u006e\u0073\u0069\u006fn"; -case TBitmap :return "\u0042\u0069\u0074\u006d\u0061\u0070";};return "I\u006ev\u0061\u006c\u0069\u0064\u0020\u0053\u0065\u0067m\u0065\u006e\u0074\u0020Ki\u006e\u0064";};func (_ddcb *SymbolDictionary )decodeNewSymbols (_fggee ,_daeg uint32 ,_eeeb *_df .Bitmap ,_fcdf ,_dagf int32 )error {if _ddcb ._abcc ==nil {_ddcb ._abcc =_eea (_ddcb ._bbda ,nil ); -if _ddcb ._fdbf ==nil {var _eefa error ;_ddcb ._fdbf ,_eefa =_b .New (_ddcb ._bbda );if _eefa !=nil {return _eefa ;};};if _ddcb ._fbcd ==nil {_ddcb ._fbcd =_b .NewStats (65536,1);};};_ddcb ._abcc .setParameters (_ddcb ._fbcd ,_ddcb ._fdbf ,_ddcb .SdrTemplate ,_fggee ,_daeg ,_eeeb ,_fcdf ,_dagf ,false ,_ddcb .SdrATX ,_ddcb .SdrATY ); -return _ddcb .addSymbol (_ddcb ._abcc );};func (_bba *GenericRegion )writeGBAtPixels (_bab _ae .BinaryWriter )(_gacf int ,_fbge error ){const _cbdf ="\u0077r\u0069t\u0065\u0047\u0042\u0041\u0074\u0050\u0069\u0078\u0065\u006c\u0073";if _bba .UseMMR {return 0,nil ; -};_gcc :=1;if _bba .GBTemplate ==0{_gcc =4;}else if _bba .UseExtTemplates {_gcc =12;};if len (_bba .GBAtX )!=_gcc {return 0,_fe .Errorf (_cbdf ,"\u0067\u0062\u0020\u0061\u0074\u0020\u0070\u0061\u0069\u0072\u0020\u006e\u0075\u006d\u0062\u0065\u0072\u0020d\u006f\u0065\u0073\u006e\u0027\u0074\u0020m\u0061\u0074\u0063\u0068\u0020\u0074\u006f\u0020\u0047\u0042\u0041t\u0058\u0020\u0073\u006c\u0069\u0063\u0065\u0020\u006c\u0065\u006e"); -};if len (_bba .GBAtY )!=_gcc {return 0,_fe .Errorf (_cbdf ,"\u0067\u0062\u0020\u0061\u0074\u0020\u0070\u0061\u0069\u0072\u0020\u006e\u0075\u006d\u0062\u0065\u0072\u0020d\u006f\u0065\u0073\u006e\u0027\u0074\u0020m\u0061\u0074\u0063\u0068\u0020\u0074\u006f\u0020\u0047\u0042\u0041t\u0059\u0020\u0073\u006c\u0069\u0063\u0065\u0020\u006c\u0065\u006e"); -};for _aaae :=0;_aaae < _gcc ;_aaae ++{if _fbge =_bab .WriteByte (byte (_bba .GBAtX [_aaae ]));_fbge !=nil {return _gacf ,_fe .Wrap (_fbge ,_cbdf ,"w\u0072\u0069\u0074\u0065\u0020\u0047\u0042\u0041\u0074\u0058");};_gacf ++;if _fbge =_bab .WriteByte (byte (_bba .GBAtY [_aaae ])); -_fbge !=nil {return _gacf ,_fe .Wrap (_fbge ,_cbdf ,"w\u0072\u0069\u0074\u0065\u0020\u0047\u0042\u0041\u0074\u0059");};_gacf ++;};return _gacf ,nil ;};func (_ec *EndOfStripe )parseHeader ()error {_ag ,_cg :=_ec ._bc .ReadBits (32);if _cg !=nil {return _cg ; -};_ec ._fgce =int (_ag &_c .MaxInt32 );return nil ;};func (_gbdac *TextRegion )symbolIDCodeLengths ()error {var (_cebfb []*_ge .Code ;_ccaa uint64 ;_bcefg _ge .Tabler ;_ebab error ;);for _ebbgg :=0;_ebbgg < 35;_ebbgg ++{_ccaa ,_ebab =_gbdac ._deba .ReadBits (4); -if _ebab !=nil {return _ebab ;};_dege :=int (_ccaa &0xf);if _dege > 0{_cebfb =append (_cebfb ,_ge .NewCode (int32 (_dege ),0,int32 (_ebbgg ),false ));};};_bcefg ,_ebab =_ge .NewFixedSizeTable (_cebfb );if _ebab !=nil {return _ebab ;};var (_gbbcg int64 ; -_efaff uint32 ;_agdb []*_ge .Code ;_fbaf int64 ;);for _efaff < _gbdac .NumberOfSymbols {_fbaf ,_ebab =_bcefg .Decode (_gbdac ._deba );if _ebab !=nil {return _ebab ;};if _fbaf < 32{if _fbaf > 0{_agdb =append (_agdb ,_ge .NewCode (int32 (_fbaf ),0,int32 (_efaff ),false )); -};_gbbcg =_fbaf ;_efaff ++;}else {var _ddeg ,_caa int64 ;switch _fbaf {case 32:_ccaa ,_ebab =_gbdac ._deba .ReadBits (2);if _ebab !=nil {return _ebab ;};_ddeg =3+int64 (_ccaa );if _efaff > 0{_caa =_gbbcg ;};case 33:_ccaa ,_ebab =_gbdac ._deba .ReadBits (3); -if _ebab !=nil {return _ebab ;};_ddeg =3+int64 (_ccaa );case 34:_ccaa ,_ebab =_gbdac ._deba .ReadBits (7);if _ebab !=nil {return _ebab ;};_ddeg =11+int64 (_ccaa );};for _bdade :=0;_bdade < int (_ddeg );_bdade ++{if _caa > 0{_agdb =append (_agdb ,_ge .NewCode (int32 (_caa ),0,int32 (_efaff ),false )); -};_efaff ++;};};};_gbdac ._deba .Align ();_gbdac ._bebbb ,_ebab =_ge .NewFixedSizeTable (_agdb );return _ebab ;};func (_baffb *TableSegment )HtRS ()int32 {return _baffb ._bfcc };func (_gcfe *TextRegion )decodeDfs ()(int64 ,error ){if _gcfe .IsHuffmanEncoded {if _gcfe .SbHuffFS ==3{if _gcfe ._cbgg ==nil {var _fdgad error ; -_gcfe ._cbgg ,_fdgad =_gcfe .getUserTable (0);if _fdgad !=nil {return 0,_fdgad ;};};return _gcfe ._cbgg .Decode (_gcfe ._deba );};_edadf ,_aaaef :=_ge .GetStandardTable (6+int (_gcfe .SbHuffFS ));if _aaaef !=nil {return 0,_aaaef ;};return _edadf .Decode (_gcfe ._deba ); -};_begad ,_gdaf :=_gcfe ._fagf .DecodeInt (_gcfe ._deef );if _gdaf !=nil {return 0,_gdaf ;};return int64 (_begad ),nil ;};func (_aafa *PageInformationSegment )readIsLossless ()error {_cgeb ,_adbe :=_aafa ._fgee .ReadBit ();if _adbe !=nil {return _adbe ; -};if _cgeb ==1{_aafa .IsLossless =true ;};return nil ;};func (_accd *SymbolDictionary )decodeHeightClassDeltaHeight ()(int64 ,error ){if _accd .IsHuffmanEncoded {return _accd .decodeHeightClassDeltaHeightWithHuffman ();};_gfe ,_ebed :=_accd ._fdbf .DecodeInt (_accd ._cacfe ); -if _ebed !=nil {return 0,_ebed ;};return int64 (_gfe ),nil ;};func (_efde *PageInformationSegment )readIsStriped ()error {_gebd ,_ffga :=_efde ._fgee .ReadBit ();if _ffga !=nil {return _ffga ;};if _gebd ==1{_efde .IsStripe =true ;};return nil ;};func (_deb *PatternDictionary )parseHeader ()error {_af .Log .Trace ("\u005b\u0050\u0041\u0054\u0054\u0045\u0052\u004e\u002d\u0044\u0049\u0043\u0054I\u004f\u004e\u0041\u0052\u0059\u005d[\u0070\u0061\u0072\u0073\u0065\u0048\u0065\u0061\u0064\u0065\u0072\u005d\u0020b\u0065\u0067\u0069\u006e"); -defer func (){_af .Log .Trace ("\u005b\u0050\u0041T\u0054\u0045\u0052\u004e\u002d\u0044\u0049\u0043\u0054\u0049\u004f\u004e\u0041\u0052\u0059\u005d\u005b\u0070\u0061\u0072\u0073\u0065\u0048\u0065\u0061\u0064\u0065\u0072\u005d \u0066\u0069\u006e\u0069\u0073\u0068\u0065\u0064"); -}();_ ,_gdgda :=_deb ._fdcf .ReadBits (5);if _gdgda !=nil {return _gdgda ;};if _gdgda =_deb .readTemplate ();_gdgda !=nil {return _gdgda ;};if _gdgda =_deb .readIsMMREncoded ();_gdgda !=nil {return _gdgda ;};if _gdgda =_deb .readPatternWidthAndHeight (); -_gdgda !=nil {return _gdgda ;};if _gdgda =_deb .readGrayMax ();_gdgda !=nil {return _gdgda ;};if _gdgda =_deb .computeSegmentDataStructure ();_gdgda !=nil {return _gdgda ;};return _deb .checkInput ();};type PatternDictionary struct{_fdcf *_ae .Reader ; -DataHeaderOffset int64 ;DataHeaderLength int64 ;DataOffset int64 ;DataLength int64 ;GBAtX []int8 ;GBAtY []int8 ;IsMMREncoded bool ;HDTemplate byte ;HdpWidth byte ;HdpHeight byte ;Patterns []*_df .Bitmap ;GrayMax uint32 ;};func (_ffa *GenericRefinementRegion )setParameters (_gaf *_b .DecoderStats ,_cacg *_b .Decoder ,_bcf int8 ,_fbg ,_bfc uint32 ,_dcc *_df .Bitmap ,_aac ,_fec int32 ,_defc bool ,_aag []int8 ,_cfe []int8 ){_af .Log .Trace ("\u005b\u0047\u0045NE\u0052\u0049\u0043\u002d\u0052\u0045\u0046\u002d\u0052E\u0047I\u004fN\u005d \u0073\u0065\u0074\u0050\u0061\u0072\u0061\u006d\u0065\u0074\u0065\u0072\u0073"); -if _gaf !=nil {_ffa ._ab =_gaf ;};if _cacg !=nil {_ffa ._eg =_cacg ;};_ffa .TemplateID =_bcf ;_ffa .RegionInfo .BitmapWidth =_fbg ;_ffa .RegionInfo .BitmapHeight =_bfc ;_ffa .ReferenceBitmap =_dcc ;_ffa .ReferenceDX =_aac ;_ffa .ReferenceDY =_fec ;_ffa .IsTPGROn =_defc ; -_ffa .GrAtX =_aag ;_ffa .GrAtY =_cfe ;_ffa .RegionBitmap =nil ;_af .Log .Trace ("[\u0047\u0045\u004e\u0045\u0052\u0049\u0043\u002d\u0052E\u0046\u002d\u0052\u0045\u0047\u0049\u004fN]\u0020\u0073\u0065\u0074P\u0061\u0072\u0061\u006d\u0065\u0074\u0065\u0072\u0073 f\u0069\u006ei\u0073\u0068\u0065\u0064\u002e\u0020\u0025\u0073",_ffa ); -};func (_ca *EndOfStripe )LineNumber ()int {return _ca ._fgce };func (_dfga *template1 )form (_bge ,_abdg ,_dbb ,_ccd ,_bdc int16 )int16 {return ((_bge &0x02)<<8)|(_abdg <<6)|((_dbb &0x03)<<4)|(_ccd <<1)|_bdc ;};func (_bcag *PageInformationSegment )readRequiresAuxiliaryBuffer ()error {_ggfc ,_bcfa :=_bcag ._fgee .ReadBit (); -if _bcfa !=nil {return _bcfa ;};if _ggfc ==1{_bcag ._fgaa =true ;};return nil ;};var (_gdff Segmenter ;_dae =map[Type ]func ()Segmenter {TSymbolDictionary :func ()Segmenter {return &SymbolDictionary {}},TIntermediateTextRegion :func ()Segmenter {return &TextRegion {}},TImmediateTextRegion :func ()Segmenter {return &TextRegion {}},TImmediateLosslessTextRegion :func ()Segmenter {return &TextRegion {}},TPatternDictionary :func ()Segmenter {return &PatternDictionary {}},TIntermediateHalftoneRegion :func ()Segmenter {return &HalftoneRegion {}},TImmediateHalftoneRegion :func ()Segmenter {return &HalftoneRegion {}},TImmediateLosslessHalftoneRegion :func ()Segmenter {return &HalftoneRegion {}},TIntermediateGenericRegion :func ()Segmenter {return &GenericRegion {}},TImmediateGenericRegion :func ()Segmenter {return &GenericRegion {}},TImmediateLosslessGenericRegion :func ()Segmenter {return &GenericRegion {}},TIntermediateGenericRefinementRegion :func ()Segmenter {return &GenericRefinementRegion {}},TImmediateGenericRefinementRegion :func ()Segmenter {return &GenericRefinementRegion {}},TImmediateLosslessGenericRefinementRegion :func ()Segmenter {return &GenericRefinementRegion {}},TPageInformation :func ()Segmenter {return &PageInformationSegment {}},TEndOfPage :func ()Segmenter {return _gdff },TEndOfStrip :func ()Segmenter {return &EndOfStripe {}},TEndOfFile :func ()Segmenter {return _gdff },TProfiles :func ()Segmenter {return _gdff },TTables :func ()Segmenter {return &TableSegment {}},TExtension :func ()Segmenter {return _gdff },TBitmap :func ()Segmenter {return _gdff }}; -);func (_fegc *TableSegment )Init (h *Header ,r *_ae .Reader )error {_fegc ._ebef =r ;return _fegc .parseHeader ();};func (_cegbb *SymbolDictionary )retrieveImportSymbols ()error {for _ ,_bfgb :=range _cegbb .Header .RTSegments {if _bfgb .Type ==0{_adcdb ,_beef :=_bfgb .GetSegmentData (); -if _beef !=nil {return _beef ;};_bfgf ,_cgce :=_adcdb .(*SymbolDictionary );if !_cgce {return _dg .Errorf ("\u0070\u0072\u006f\u0076\u0069\u0064\u0065\u0064\u0020\u0053\u0065\u0067\u006d\u0065\u006e\u0074\u0020\u0044\u0061\u0074a\u0020\u0069\u0073\u0020\u006e\u006f\u0074\u0020\u0061\u0020\u0053\u0079\u006d\u0062\u006f\u006c\u0044\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u0020\u0053\u0065\u0067m\u0065\u006e\u0074\u003a\u0020%\u0054",_adcdb ); -};_ebfbg ,_beef :=_bfgf .GetDictionary ();if _beef !=nil {return _dg .Errorf ("\u0072\u0065\u006c\u0061\u0074\u0065\u0064 \u0073\u0065\u0067m\u0065\u006e\u0074 \u0077\u0069t\u0068\u0020\u0069\u006e\u0064\u0065x\u003a %\u0064\u0020\u0067\u0065\u0074\u0044\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u0020\u0066\u0061\u0069\u006c\u0065\u0064\u002e\u0020\u0025\u0073",_bfgb .SegmentNumber ,_beef .Error ()); -};_cegbb ._fege =append (_cegbb ._fege ,_ebfbg ...);_cegbb ._eaab +=_bfgf .NumberOfExportedSymbols ;};};return nil ;};func (_dgfc *HalftoneRegion )grayScaleDecoding (_eee int )([][]int ,error ){var (_daa []int8 ;_efd []int8 ;);if !_dgfc .IsMMREncoded {_daa =make ([]int8 ,4); -_efd =make ([]int8 ,4);if _dgfc .HTemplate <=1{_daa [0]=3;}else if _dgfc .HTemplate >=2{_daa [0]=2;};_efd [0]=-1;_daa [1]=-3;_efd [1]=-1;_daa [2]=2;_efd [2]=-2;_daa [3]=-2;_efd [3]=-2;};_ggaa :=make ([]*_df .Bitmap ,_eee );_bcgd :=NewGenericRegion (_dgfc ._baab ); -_bcgd .setParametersMMR (_dgfc .IsMMREncoded ,_dgfc .DataOffset ,_dgfc .DataLength ,_dgfc .HGridHeight ,_dgfc .HGridWidth ,_dgfc .HTemplate ,false ,_dgfc .HSkipEnabled ,_daa ,_efd );_gdfc :=_eee -1;var _cbg error ;_ggaa [_gdfc ],_cbg =_bcgd .GetRegionBitmap (); -if _cbg !=nil {return nil ,_cbg ;};for _gdfc > 0{_gdfc --;_bcgd .Bitmap =nil ;_ggaa [_gdfc ],_cbg =_bcgd .GetRegionBitmap ();if _cbg !=nil {return nil ,_cbg ;};if _cbg =_dgfc .combineGrayscalePlanes (_ggaa ,_gdfc );_cbg !=nil {return nil ,_cbg ;};};return _dgfc .computeGrayScalePlanes (_ggaa ,_eee ); -};func (_fbfe *SymbolDictionary )huffDecodeRefAggNInst ()(int64 ,error ){if !_fbfe .SdHuffAggInstanceSelection {_ceab ,_gbabc :=_ge .GetStandardTable (1);if _gbabc !=nil {return 0,_gbabc ;};return _ceab .Decode (_fbfe ._bbda );};if _fbfe ._fdgf ==nil {var (_daee int ; -_dedg error ;);if _fbfe .SdHuffDecodeHeightSelection ==3{_daee ++;};if _fbfe .SdHuffDecodeWidthSelection ==3{_daee ++;};if _fbfe .SdHuffBMSizeSelection ==3{_daee ++;};_fbfe ._fdgf ,_dedg =_fbfe .getUserTable (_daee );if _dedg !=nil {return 0,_dedg ;};}; -return _fbfe ._fdgf .Decode (_fbfe ._bbda );};func (_bgead *SymbolDictionary )decodeHeightClassDeltaHeightWithHuffman ()(int64 ,error ){switch _bgead .SdHuffDecodeHeightSelection {case 0:_ggd ,_ggcde :=_ge .GetStandardTable (4);if _ggcde !=nil {return 0,_ggcde ; -};return _ggd .Decode (_bgead ._bbda );case 1:_afdf ,_fbab :=_ge .GetStandardTable (5);if _fbab !=nil {return 0,_fbab ;};return _afdf .Decode (_bgead ._bbda );case 3:if _bgead ._fcdb ==nil {_gecdb ,_ecd :=_ge .GetStandardTable (0);if _ecd !=nil {return 0,_ecd ; -};_bgead ._fcdb =_gecdb ;};return _bgead ._fcdb .Decode (_bgead ._bbda );};return 0,nil ;};var _ SegmentEncoder =&RegionSegment {};func (_ebfg *TableSegment )HtHigh ()int32 {return _ebfg ._gafe };func (_eaac *HalftoneRegion )parseHeader ()error {if _edff :=_eaac .RegionSegment .parseHeader (); -_edff !=nil {return _edff ;};_afc ,_afb :=_eaac ._baab .ReadBit ();if _afb !=nil {return _afb ;};_eaac .HDefaultPixel =int8 (_afc );_dced ,_afb :=_eaac ._baab .ReadBits (3);if _afb !=nil {return _afb ;};_eaac .CombinationOperator =_df .CombinationOperator (_dced &0xf); -_afc ,_afb =_eaac ._baab .ReadBit ();if _afb !=nil {return _afb ;};if _afc ==1{_eaac .HSkipEnabled =true ;};_dced ,_afb =_eaac ._baab .ReadBits (2);if _afb !=nil {return _afb ;};_eaac .HTemplate =byte (_dced &0xf);_afc ,_afb =_eaac ._baab .ReadBit ();if _afb !=nil {return _afb ; -};if _afc ==1{_eaac .IsMMREncoded =true ;};_dced ,_afb =_eaac ._baab .ReadBits (32);if _afb !=nil {return _afb ;};_eaac .HGridWidth =uint32 (_dced &_c .MaxUint32 );_dced ,_afb =_eaac ._baab .ReadBits (32);if _afb !=nil {return _afb ;};_eaac .HGridHeight =uint32 (_dced &_c .MaxUint32 ); -_dced ,_afb =_eaac ._baab .ReadBits (32);if _afb !=nil {return _afb ;};_eaac .HGridX =int32 (_dced &_c .MaxInt32 );_dced ,_afb =_eaac ._baab .ReadBits (32);if _afb !=nil {return _afb ;};_eaac .HGridY =int32 (_dced &_c .MaxInt32 );_dced ,_afb =_eaac ._baab .ReadBits (16); -if _afb !=nil {return _afb ;};_eaac .HRegionX =uint16 (_dced &_c .MaxUint16 );_dced ,_afb =_eaac ._baab .ReadBits (16);if _afb !=nil {return _afb ;};_eaac .HRegionY =uint16 (_dced &_c .MaxUint16 );if _afb =_eaac .computeSegmentDataStructure ();_afb !=nil {return _afb ; -};return _eaac .checkInput ();};func (_ebg *GenericRegion )decodeTemplate0a (_fad ,_ebb ,_cbda int ,_fdgb ,_egcf int )(_fcb error ){const _gea ="\u0064\u0065c\u006f\u0064\u0065T\u0065\u006d\u0070\u006c\u0061\u0074\u0065\u0030\u0061";var (_gcbe ,_dgdb int ; -_gdc ,_aea int ;_egb byte ;_fggd int ;);if _fad >=1{_egb ,_fcb =_ebg .Bitmap .GetByte (_egcf );if _fcb !=nil {return _fe .Wrap (_fcb ,_gea ,"\u006ci\u006e\u0065\u0020\u003e\u003d\u00201");};_gdc =int (_egb );};if _fad >=2{_egb ,_fcb =_ebg .Bitmap .GetByte (_egcf -_ebg .Bitmap .RowStride ); -if _fcb !=nil {return _fe .Wrap (_fcb ,_gea ,"\u006ci\u006e\u0065\u0020\u003e\u003d\u00202");};_aea =int (_egb )<<6;};_gcbe =(_gdc &0xf0)|(_aea &0x3800);for _eed :=0;_eed < _cbda ;_eed =_fggd {var (_fbdg byte ;_bbe int ;);_fggd =_eed +8;if _egda :=_ebb -_eed ; -_egda > 8{_bbe =8;}else {_bbe =_egda ;};if _fad > 0{_gdc <<=8;if _fggd < _ebb {_egb ,_fcb =_ebg .Bitmap .GetByte (_egcf +1);if _fcb !=nil {return _fe .Wrap (_fcb ,_gea ,"\u006c\u0069\u006e\u0065\u0020\u003e\u0020\u0030");};_gdc |=int (_egb );};};if _fad > 1{_ecf :=_egcf -_ebg .Bitmap .RowStride +1; -_aea <<=8;if _fggd < _ebb {_egb ,_fcb =_ebg .Bitmap .GetByte (_ecf );if _fcb !=nil {return _fe .Wrap (_fcb ,_gea ,"\u006c\u0069\u006e\u0065\u0020\u003e\u0020\u0031");};_aea |=int (_egb )<<6;}else {_aea |=0;};};for _abde :=0;_abde < _bbe ;_abde ++{_fadc :=uint (7-_abde ); -if _ebg ._dca {_dgdb =_ebg .overrideAtTemplate0a (_gcbe ,_eed +_abde ,_fad ,int (_fbdg ),_abde ,int (_fadc ));_ebg ._bfe .SetIndex (int32 (_dgdb ));}else {_ebg ._bfe .SetIndex (int32 (_gcbe ));};var _bfab int ;_bfab ,_fcb =_ebg ._caf .DecodeBit (_ebg ._bfe ); -if _fcb !=nil {return _fe .Wrap (_fcb ,_gea ,"");};_fbdg |=byte (_bfab )<<_fadc ;_gcbe =((_gcbe &0x7bf7)<<1)|_bfab |((_gdc >>_fadc )&0x10)|((_aea >>_fadc )&0x800);};if _ege :=_ebg .Bitmap .SetByte (_fdgb ,_fbdg );_ege !=nil {return _fe .Wrap (_ege ,_gea ,""); -};_fdgb ++;_egcf ++;};return nil ;};func (_gbbe *PageInformationSegment )encodeFlags (_cefe _ae .BinaryWriter )(_edggg error ){const _baaad ="e\u006e\u0063\u006f\u0064\u0065\u0046\u006c\u0061\u0067\u0073";if _edggg =_cefe .SkipBits (1);_edggg !=nil {return _fe .Wrap (_edggg ,_baaad ,"\u0072\u0065\u0073e\u0072\u0076\u0065\u0064\u0020\u0062\u0069\u0074"); -};var _cfad int ;if _gbbe .CombinationOperatorOverrideAllowed (){_cfad =1;};if _edggg =_cefe .WriteBit (_cfad );_edggg !=nil {return _fe .Wrap (_edggg ,_baaad ,"\u0063\u006f\u006db\u0069\u006e\u0061\u0074i\u006f\u006e\u0020\u006f\u0070\u0065\u0072a\u0074\u006f\u0072\u0020\u006f\u0076\u0065\u0072\u0072\u0069\u0064\u0064\u0065\u006e"); -};_cfad =0;if _gbbe ._fgaa {_cfad =1;};if _edggg =_cefe .WriteBit (_cfad );_edggg !=nil {return _fe .Wrap (_edggg ,_baaad ,"\u0072e\u0071\u0075\u0069\u0072e\u0073\u0020\u0061\u0075\u0078i\u006ci\u0061r\u0079\u0020\u0062\u0075\u0066\u0066\u0065r");};if _edggg =_cefe .WriteBit ((int (_gbbe ._bca )>>1)&0x01); -_edggg !=nil {return _fe .Wrap (_edggg ,_baaad ,"\u0063\u006f\u006d\u0062\u0069\u006e\u0061\u0074\u0069\u006fn\u0020\u006f\u0070\u0065\u0072\u0061\u0074o\u0072\u0020\u0066\u0069\u0072\u0073\u0074\u0020\u0062\u0069\u0074");};if _edggg =_cefe .WriteBit (int (_gbbe ._bca )&0x01); -_edggg !=nil {return _fe .Wrap (_edggg ,_baaad ,"\u0063\u006f\u006db\u0069\u006e\u0061\u0074i\u006f\u006e\u0020\u006f\u0070\u0065\u0072a\u0074\u006f\u0072\u0020\u0073\u0065\u0063\u006f\u006e\u0064\u0020\u0062\u0069\u0074");};_cfad =int (_gbbe .DefaultPixelValue ); -if _edggg =_cefe .WriteBit (_cfad );_edggg !=nil {return _fe .Wrap (_edggg ,_baaad ,"\u0064e\u0066\u0061\u0075\u006c\u0074\u0020\u0070\u0061\u0067\u0065\u0020p\u0069\u0078\u0065\u006c\u0020\u0076\u0061\u006c\u0075\u0065");};_cfad =0;if _gbbe ._cadb {_cfad =1; -};if _edggg =_cefe .WriteBit (_cfad );_edggg !=nil {return _fe .Wrap (_edggg ,_baaad ,"\u0063\u006f\u006e\u0074ai\u006e\u0073\u0020\u0072\u0065\u0066\u0069\u006e\u0065\u006d\u0065\u006e\u0074");};_cfad =0;if _gbbe .IsLossless {_cfad =1;};if _edggg =_cefe .WriteBit (_cfad ); -_edggg !=nil {return _fe .Wrap (_edggg ,_baaad ,"p\u0061\u0067\u0065\u0020\u0069\u0073 \u0065\u0076\u0065\u006e\u0074\u0075\u0061\u006c\u006cy\u0020\u006c\u006fs\u0073l\u0065\u0073\u0073");};return nil ;};func (_dgd *GenericRegion )copyLineAbove (_fdga int )error {_dee :=_fdga *_dgd .Bitmap .RowStride ; -_gde :=_dee -_dgd .Bitmap .RowStride ;for _aadc :=0;_aadc < _dgd .Bitmap .RowStride ;_aadc ++{_afa ,_bgag :=_dgd .Bitmap .GetByte (_gde );if _bgag !=nil {return _bgag ;};_gde ++;if _bgag =_dgd .Bitmap .SetByte (_dee ,_afa );_bgag !=nil {return _bgag ;}; -_dee ++;};return nil ;};type GenericRegion struct{_abe *_ae .Reader ;DataHeaderOffset int64 ;DataHeaderLength int64 ;DataOffset int64 ;DataLength int64 ;RegionSegment *RegionSegment ;UseExtTemplates bool ;IsTPGDon bool ;GBTemplate byte ;IsMMREncoded bool ; -UseMMR bool ;GBAtX []int8 ;GBAtY []int8 ;GBAtOverride []bool ;_dca bool ;Bitmap *_df .Bitmap ;_caf *_b .Decoder ;_bfe *_b .DecoderStats ;_cca *_aad .Decoder ;};const (ORandom OrganizationType =iota ;OSequential ;);func (_dddc *RegionSegment )readCombinationOperator ()error {_afca ,_bedg :=_dddc ._gega .ReadBits (3); -if _bedg !=nil {return _bedg ;};_dddc .CombinaionOperator =_df .CombinationOperator (_afca &0xF);return nil ;};func NewGenericRegion (r *_ae .Reader )*GenericRegion {return &GenericRegion {RegionSegment :NewRegionSegment (r ),_abe :r };};func (_eaegb *SymbolDictionary )readRegionFlags ()error {var (_eggf uint64 ; -_efgg int ;);_ ,_fgfa :=_eaegb ._bbda .ReadBits (3);if _fgfa !=nil {return _fgfa ;};_efgg ,_fgfa =_eaegb ._bbda .ReadBit ();if _fgfa !=nil {return _fgfa ;};_eaegb .SdrTemplate =int8 (_efgg );_eggf ,_fgfa =_eaegb ._bbda .ReadBits (2);if _fgfa !=nil {return _fgfa ; -};_eaegb .SdTemplate =int8 (_eggf &0xf);_efgg ,_fgfa =_eaegb ._bbda .ReadBit ();if _fgfa !=nil {return _fgfa ;};if _efgg ==1{_eaegb ._acgc =true ;};_efgg ,_fgfa =_eaegb ._bbda .ReadBit ();if _fgfa !=nil {return _fgfa ;};if _efgg ==1{_eaegb ._dgeg =true ; -};_efgg ,_fgfa =_eaegb ._bbda .ReadBit ();if _fgfa !=nil {return _fgfa ;};if _efgg ==1{_eaegb .SdHuffAggInstanceSelection =true ;};_efgg ,_fgfa =_eaegb ._bbda .ReadBit ();if _fgfa !=nil {return _fgfa ;};_eaegb .SdHuffBMSizeSelection =int8 (_efgg );_eggf ,_fgfa =_eaegb ._bbda .ReadBits (2); -if _fgfa !=nil {return _fgfa ;};_eaegb .SdHuffDecodeWidthSelection =int8 (_eggf &0xf);_eggf ,_fgfa =_eaegb ._bbda .ReadBits (2);if _fgfa !=nil {return _fgfa ;};_eaegb .SdHuffDecodeHeightSelection =int8 (_eggf &0xf);_efgg ,_fgfa =_eaegb ._bbda .ReadBit (); -if _fgfa !=nil {return _fgfa ;};if _efgg ==1{_eaegb .UseRefinementAggregation =true ;};_efgg ,_fgfa =_eaegb ._bbda .ReadBit ();if _fgfa !=nil {return _fgfa ;};if _efgg ==1{_eaegb .IsHuffmanEncoded =true ;};return nil ;};type SymbolDictionary struct{_bbda *_ae .Reader ; -SdrTemplate int8 ;SdTemplate int8 ;_acgc bool ;_dgeg bool ;SdHuffAggInstanceSelection bool ;SdHuffBMSizeSelection int8 ;SdHuffDecodeWidthSelection int8 ;SdHuffDecodeHeightSelection int8 ;UseRefinementAggregation bool ;IsHuffmanEncoded bool ;SdATX []int8 ; -SdATY []int8 ;SdrATX []int8 ;SdrATY []int8 ;NumberOfExportedSymbols uint32 ;NumberOfNewSymbols uint32 ;Header *Header ;_eaab uint32 ;_fege []*_df .Bitmap ;_dacc uint32 ;_dede []*_df .Bitmap ;_fcdb _ge .Tabler ;_efec _ge .Tabler ;_efcb _ge .Tabler ;_fdgf _ge .Tabler ; -_ddac []*_df .Bitmap ;_bccf []*_df .Bitmap ;_fdbf *_b .Decoder ;_ebe *TextRegion ;_fgbe *GenericRegion ;_abcc *GenericRefinementRegion ;_fbcd *_b .DecoderStats ;_cacfe *_b .DecoderStats ;_cdab *_b .DecoderStats ;_aebeg *_b .DecoderStats ;_bgdf *_b .DecoderStats ; -_egdc *_b .DecoderStats ;_fcbb *_b .DecoderStats ;_agfa *_b .DecoderStats ;_ecc *_b .DecoderStats ;_efgc int8 ;_daaa *_df .Bitmaps ;_face []int ;_feda map[int ]int ;_afcf bool ;};type GenericRefinementRegion struct{_fa templater ;_gd templater ;_fd *_ae .Reader ; -_ce *Header ;RegionInfo *RegionSegment ;IsTPGROn bool ;TemplateID int8 ;Template templater ;GrAtX []int8 ;GrAtY []int8 ;RegionBitmap *_df .Bitmap ;ReferenceBitmap *_df .Bitmap ;ReferenceDX int32 ;ReferenceDY int32 ;_eg *_b .Decoder ;_ab *_b .DecoderStats ; -_bf bool ;_ba []bool ;};func (_gbge *SymbolDictionary )huffDecodeBmSize ()(int64 ,error ){if _gbge ._efcb ==nil {var (_agge int ;_ggea error ;);if _gbge .SdHuffDecodeHeightSelection ==3{_agge ++;};if _gbge .SdHuffDecodeWidthSelection ==3{_agge ++;};_gbge ._efcb ,_ggea =_gbge .getUserTable (_agge ); -if _ggea !=nil {return 0,_ggea ;};};return _gbge ._efcb .Decode (_gbge ._bbda );};func (_fdcd *TextRegion )initSymbols ()error {const _cgca ="i\u006e\u0069\u0074\u0053\u0079\u006d\u0062\u006f\u006c\u0073";for _ ,_afea :=range _fdcd .Header .RTSegments {if _afea ==nil {return _fe .Error (_cgca ,"\u006e\u0069\u006c\u0020\u0073\u0065\u0067\u006de\u006e\u0074\u0020pr\u006f\u0076\u0069\u0064\u0065\u0064 \u0066\u006f\u0072\u0020\u0074\u0068\u0065\u0020\u0074\u0065\u0078\u0074\u0020\u0072\u0065g\u0069\u006f\u006e\u0020\u0053\u0079\u006d\u0062o\u006c\u0073"); -};if _afea .Type ==0{_accfc ,_fcbc :=_afea .GetSegmentData ();if _fcbc !=nil {return _fe .Wrap (_fcbc ,_cgca ,"");};_dfbg ,_dcbb :=_accfc .(*SymbolDictionary );if !_dcbb {return _fe .Error (_cgca ,"\u0072e\u0066\u0065r\u0072\u0065\u0064 \u0054\u006f\u0020\u0053\u0065\u0067\u006de\u006e\u0074\u0020\u0069\u0073\u0020n\u006f\u0074\u0020\u0061\u0020\u0053\u0079\u006d\u0062\u006f\u006cD\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079"); -};_dfbg ._ecc =_fdcd ._bebb ;_agfge ,_fcbc :=_dfbg .GetDictionary ();if _fcbc !=nil {return _fe .Wrap (_fcbc ,_cgca ,"");};_fdcd .Symbols =append (_fdcd .Symbols ,_agfge ...);};};_fdcd .NumberOfSymbols =uint32 (len (_fdcd .Symbols ));return nil ;};func (_edf *GenericRegion )decodeSLTP ()(int ,error ){switch _edf .GBTemplate {case 0:_edf ._bfe .SetIndex (0x9B25); -case 1:_edf ._bfe .SetIndex (0x795);case 2:_edf ._bfe .SetIndex (0xE5);case 3:_edf ._bfe .SetIndex (0x195);};return _edf ._caf .DecodeBit (_edf ._bfe );};func (_ddfe *TextRegion )decodeSymbolInstances ()error {_cdggg ,_ecdg :=_ddfe .decodeStripT ();if _ecdg !=nil {return _ecdg ; -};var (_dbafa int64 ;_bdbb uint32 ;);for _bdbb < _ddfe .NumberOfSymbolInstances {_ebbe ,_fdea :=_ddfe .decodeDT ();if _fdea !=nil {return _fdea ;};_cdggg +=_ebbe ;var _ceabd int64 ;_adbea :=true ;_ddfe ._bcef =0;for {if _adbea {_ceabd ,_fdea =_ddfe .decodeDfs (); -if _fdea !=nil {return _fdea ;};_dbafa +=_ceabd ;_ddfe ._bcef =_dbafa ;_adbea =false ;}else {_dfad ,_dafb :=_ddfe .decodeIds ();if _aa .Is (_dafb ,_e .ErrOOB ){break ;};if _dafb !=nil {return _dafb ;};if _bdbb >=_ddfe .NumberOfSymbolInstances {break ;}; -_ddfe ._bcef +=_dfad +int64 (_ddfe .SbDsOffset );};_cbfb ,_cffa :=_ddfe .decodeCurrentT ();if _cffa !=nil {return _cffa ;};_cebgf :=_cdggg +_cbfb ;_fdfb ,_cffa :=_ddfe .decodeID ();if _cffa !=nil {return _cffa ;};_agdd ,_cffa :=_ddfe .decodeRI ();if _cffa !=nil {return _cffa ; -};_ddfgd ,_cffa :=_ddfe .decodeIb (_agdd ,_fdfb );if _cffa !=nil {return _cffa ;};if _cffa =_ddfe .blit (_ddfgd ,_cebgf );_cffa !=nil {return _cffa ;};_bdbb ++;};};return nil ;};func (_aaf *GenericRegion )getPixel (_cdfc ,_gcba int )int8 {if _cdfc < 0||_cdfc >=_aaf .Bitmap .Width {return 0; -};if _gcba < 0||_gcba >=_aaf .Bitmap .Height {return 0;};if _aaf .Bitmap .GetPixel (_cdfc ,_gcba ){return 1;};return 0;};func (_fcab *template0 )setIndex (_fdee *_b .DecoderStats ){_fdee .SetIndex (0x100)};func (_bdfc *TextRegion )GetRegionInfo ()*RegionSegment {return _bdfc .RegionInfo }; -var _ templater =&template0 {};type template0 struct{};func (_faac *SymbolDictionary )decodeDirectlyThroughGenericRegion (_fged ,_affab uint32 )error {if _faac ._fgbe ==nil {_faac ._fgbe =NewGenericRegion (_faac ._bbda );};_faac ._fgbe .setParametersWithAt (false ,byte (_faac .SdTemplate ),false ,false ,_faac .SdATX ,_faac .SdATY ,_fged ,_affab ,_faac ._fbcd ,_faac ._fdbf ); -return _faac .addSymbol (_faac ._fgbe );};func (_bde *TextRegion )Encode (w _ae .BinaryWriter )(_cgab int ,_cbcb error ){const _eccd ="\u0054\u0065\u0078\u0074\u0052\u0065\u0067\u0069\u006f\u006e\u002e\u0045n\u0063\u006f\u0064\u0065";if _cgab ,_cbcb =_bde .RegionInfo .Encode (w ); -_cbcb !=nil {return _cgab ,_fe .Wrap (_cbcb ,_eccd ,"");};var _gee int ;if _gee ,_cbcb =_bde .encodeFlags (w );_cbcb !=nil {return _cgab ,_fe .Wrap (_cbcb ,_eccd ,"");};_cgab +=_gee ;if _gee ,_cbcb =_bde .encodeSymbols (w );_cbcb !=nil {return _cgab ,_fe .Wrap (_cbcb ,_eccd ,""); -};_cgab +=_gee ;return _cgab ,nil ;};type Header struct{SegmentNumber uint32 ;Type Type ;RetainFlag bool ;PageAssociation int ;PageAssociationFieldSize bool ;RTSegments []*Header ;HeaderLength int64 ;SegmentDataLength uint64 ;SegmentDataStartOffset uint64 ; -Reader *_ae .Reader ;SegmentData Segmenter ;RTSNumbers []int ;RetainBits []uint8 ;};func NewHeader (d Documenter ,r *_ae .Reader ,offset int64 ,organizationType OrganizationType )(*Header ,error ){_gbbg :=&Header {Reader :r };if _bega :=_gbbg .parse (d ,r ,offset ,organizationType ); -_bega !=nil {return nil ,_fe .Wrap (_bega ,"\u004ee\u0077\u0048\u0065\u0061\u0064\u0065r","");};return _gbbg ,nil ;};func (_aafbg *TextRegion )decodeID ()(int64 ,error ){if _aafbg .IsHuffmanEncoded {if _aafbg ._bebbb ==nil {_aggab ,_edcda :=_aafbg ._deba .ReadBits (byte (_aafbg ._adfd )); -return int64 (_aggab ),_edcda ;};return _aafbg ._bebbb .Decode (_aafbg ._deba );};return _aafbg ._fagf .DecodeIAID (uint64 (_aafbg ._adfd ),_aafbg ._bebb );};func (_ac *EndOfStripe )Init (h *Header ,r *_ae .Reader )error {_ac ._bc =r ;return _ac .parseHeader ()}; -func (_edac *GenericRegion )setParameters (_degg bool ,_fea ,_fdgg int64 ,_fabb ,_gedd uint32 ){_edac .IsMMREncoded =_degg ;_edac .DataOffset =_fea ;_edac .DataLength =_fdgg ;_edac .RegionSegment .BitmapHeight =_fabb ;_edac .RegionSegment .BitmapWidth =_gedd ; -_edac ._cca =nil ;_edac .Bitmap =nil ;};func (_bgg *GenericRefinementRegion )decodeTypicalPredictedLine (_gaa ,_fb ,_cea ,_edc ,_be ,_feb int )error {_ceb :=_gaa -int (_bgg .ReferenceDY );_bgf :=_bgg .ReferenceBitmap .GetByteIndex (0,_ceb );_cgg :=_bgg .RegionBitmap .GetByteIndex (0,_gaa ); -var _gg error ;switch _bgg .TemplateID {case 0:_gg =_bgg .decodeTypicalPredictedLineTemplate0 (_gaa ,_fb ,_cea ,_edc ,_be ,_feb ,_cgg ,_ceb ,_bgf );case 1:_gg =_bgg .decodeTypicalPredictedLineTemplate1 (_gaa ,_fb ,_cea ,_edc ,_be ,_feb ,_cgg ,_ceb ,_bgf ); -};return _gg ;};func (_cecc *SymbolDictionary )addSymbol (_aeef Regioner )error {_abfd ,_cbdfg :=_aeef .GetRegionBitmap ();if _cbdfg !=nil {return _cbdfg ;};_cecc ._dede [_cecc ._dacc ]=_abfd ;_cecc ._bccf =append (_cecc ._bccf ,_abfd );_af .Log .Trace ("\u005b\u0053YM\u0042\u004f\u004c \u0044\u0049\u0043\u0054ION\u0041RY\u005d\u0020\u0041\u0064\u0064\u0065\u0064 s\u0079\u006d\u0062\u006f\u006c\u003a\u0020%\u0073",_abfd ); -return nil ;};func (_gbc *PageInformationSegment )readCombinationOperator ()error {_egeb ,_efa :=_gbc ._fgee .ReadBits (2);if _efa !=nil {return _efa ;};_gbc ._bca =_df .CombinationOperator (int (_egeb ));return nil ;};func (_bgcd *Header )readHeaderFlags ()error {const _agcc ="\u0072e\u0061d\u0048\u0065\u0061\u0064\u0065\u0072\u0046\u006c\u0061\u0067\u0073"; -_gdae ,_cgcc :=_bgcd .Reader .ReadBit ();if _cgcc !=nil {return _fe .Wrap (_cgcc ,_agcc ,"r\u0065\u0074\u0061\u0069\u006e\u0020\u0066\u006c\u0061\u0067");};if _gdae !=0{_bgcd .RetainFlag =true ;};_gdae ,_cgcc =_bgcd .Reader .ReadBit ();if _cgcc !=nil {return _fe .Wrap (_cgcc ,_agcc ,"\u0070\u0061g\u0065\u0020\u0061s\u0073\u006f\u0063\u0069\u0061\u0074\u0069\u006f\u006e"); -};if _gdae !=0{_bgcd .PageAssociationFieldSize =true ;};_eaad ,_cgcc :=_bgcd .Reader .ReadBits (6);if _cgcc !=nil {return _fe .Wrap (_cgcc ,_agcc ,"\u0073\u0065\u0067m\u0065\u006e\u0074\u0020\u0074\u0079\u0070\u0065");};_bgcd .Type =Type (int (_eaad )); -return nil ;};func (_bfb *GenericRegion )String ()string {_fgd :=&_a .Builder {};_fgd .WriteString ("\u000a[\u0047E\u004e\u0045\u0052\u0049\u0043 \u0052\u0045G\u0049\u004f\u004e\u005d\u000a");_fgd .WriteString (_bfb .RegionSegment .String ()+"\u000a"); -_fgd .WriteString (_dg .Sprintf ("\u0009\u002d\u0020Us\u0065\u0045\u0078\u0074\u0054\u0065\u006d\u0070\u006c\u0061\u0074\u0065\u0073\u003a\u0020\u0025\u0076\u000a",_bfb .UseExtTemplates ));_fgd .WriteString (_dg .Sprintf ("\u0009\u002d \u0049\u0073\u0054P\u0047\u0044\u006f\u006e\u003a\u0020\u0025\u0076\u000a",_bfb .IsTPGDon )); -_fgd .WriteString (_dg .Sprintf ("\u0009-\u0020G\u0042\u0054\u0065\u006d\u0070l\u0061\u0074e\u003a\u0020\u0025\u0064\u000a",_bfb .GBTemplate ));_fgd .WriteString (_dg .Sprintf ("\t\u002d \u0049\u0073\u004d\u004d\u0052\u0045\u006e\u0063o\u0064\u0065\u0064\u003a %\u0076\u000a",_bfb .IsMMREncoded )); -_fgd .WriteString (_dg .Sprintf ("\u0009\u002d\u0020\u0047\u0042\u0041\u0074\u0058\u003a\u0020\u0025\u0076\u000a",_bfb .GBAtX ));_fgd .WriteString (_dg .Sprintf ("\u0009\u002d\u0020\u0047\u0042\u0041\u0074\u0059\u003a\u0020\u0025\u0076\u000a",_bfb .GBAtY )); -_fgd .WriteString (_dg .Sprintf ("\t\u002d \u0047\u0042\u0041\u0074\u004f\u0076\u0065\u0072r\u0069\u0064\u0065\u003a %\u0076\u000a",_bfb .GBAtOverride ));return _fgd .String ();};func (_gdd *SymbolDictionary )decodeDifferenceWidth ()(int64 ,error ){if _gdd .IsHuffmanEncoded {switch _gdd .SdHuffDecodeWidthSelection {case 0:_edbd ,_egeg :=_ge .GetStandardTable (2); -if _egeg !=nil {return 0,_egeg ;};return _edbd .Decode (_gdd ._bbda );case 1:_gcede ,_gfdb :=_ge .GetStandardTable (3);if _gfdb !=nil {return 0,_gfdb ;};return _gcede .Decode (_gdd ._bbda );case 3:if _gdd ._efec ==nil {var _gfcd int ;if _gdd .SdHuffDecodeHeightSelection ==3{_gfcd ++; -};_cdde ,_bedf :=_gdd .getUserTable (_gfcd );if _bedf !=nil {return 0,_bedf ;};_gdd ._efec =_cdde ;};return _gdd ._efec .Decode (_gdd ._bbda );};}else {_bbgf ,_fcbe :=_gdd ._fdbf .DecodeInt (_gdd ._cdab );if _fcbe !=nil {return 0,_fcbe ;};return int64 (_bbgf ),nil ; -};return 0,nil ;};func (_egff *SymbolDictionary )Init (h *Header ,r *_ae .Reader )error {_egff .Header =h ;_egff ._bbda =r ;return _egff .parseHeader ();};type OrganizationType uint8 ;func (_bcgf *Header )Encode (w _ae .BinaryWriter )(_afg int ,_fede error ){const _gafc ="\u0048\u0065\u0061d\u0065\u0072\u002e\u0057\u0072\u0069\u0074\u0065"; -var _aegb _ae .BinaryWriter ;_af .Log .Trace ("\u005b\u0053\u0045G\u004d\u0045\u004e\u0054-\u0048\u0045\u0041\u0044\u0045\u0052\u005d[\u0045\u004e\u0043\u004f\u0044\u0045\u005d\u0020\u0042\u0065\u0067\u0069\u006e\u0073");defer func (){if _fede !=nil {_af .Log .Trace ("[\u0053\u0045\u0047\u004d\u0045\u004eT\u002d\u0048\u0045\u0041\u0044\u0045R\u005d\u005b\u0045\u004e\u0043\u004f\u0044E\u005d\u0020\u0046\u0061\u0069\u006c\u0065\u0064\u002e\u0020%\u0076",_fede ); -}else {_af .Log .Trace ("\u005b\u0053\u0045\u0047ME\u004e\u0054\u002d\u0048\u0045\u0041\u0044\u0045\u0052\u005d\u0020\u0025\u0076",_bcgf );_af .Log .Trace ("\u005b\u0053\u0045\u0047\u004d\u0045N\u0054\u002d\u0048\u0045\u0041\u0044\u0045\u0052\u005d\u005b\u0045\u004e\u0043O\u0044\u0045\u005d\u0020\u0046\u0069\u006ei\u0073\u0068\u0065\u0064"); -};}();w .FinishByte ();if _bcgf .SegmentData !=nil {_cfg ,_dbff :=_bcgf .SegmentData .(SegmentEncoder );if !_dbff {return 0,_fe .Errorf (_gafc ,"\u0053\u0065\u0067\u006d\u0065\u006e\u0074\u003a\u0020\u0025\u0054\u0020\u0064\u006f\u0065s\u006e\u0027\u0074\u0020\u0069\u006d\u0070\u006c\u0065\u006d\u0065\u006e\u0074 \u0053\u0065\u0067\u006d\u0065\u006e\u0074\u0045\u006e\u0063\u006f\u0064er\u0020\u0069\u006e\u0074\u0065\u0072\u0066\u0061\u0063\u0065",_bcgf .SegmentData ); -};_aegb =_ae .BufferedMSB ();_afg ,_fede =_cfg .Encode (_aegb );if _fede !=nil {return 0,_fe .Wrap (_fede ,_gafc ,"");};_bcgf .SegmentDataLength =uint64 (_afg );};if _bcgf .pageSize ()==4{_bcgf .PageAssociationFieldSize =true ;};var _fegb int ;_fegb ,_fede =_bcgf .writeSegmentNumber (w ); -if _fede !=nil {return 0,_fe .Wrap (_fede ,_gafc ,"");};_afg +=_fegb ;if _fede =_bcgf .writeFlags (w );_fede !=nil {return _afg ,_fe .Wrap (_fede ,_gafc ,"");};_afg ++;_fegb ,_fede =_bcgf .writeReferredToCount (w );if _fede !=nil {return 0,_fe .Wrap (_fede ,_gafc ,""); -};_afg +=_fegb ;_fegb ,_fede =_bcgf .writeReferredToSegments (w );if _fede !=nil {return 0,_fe .Wrap (_fede ,_gafc ,"");};_afg +=_fegb ;_fegb ,_fede =_bcgf .writeSegmentPageAssociation (w );if _fede !=nil {return 0,_fe .Wrap (_fede ,_gafc ,"");};_afg +=_fegb ; -_fegb ,_fede =_bcgf .writeSegmentDataLength (w );if _fede !=nil {return 0,_fe .Wrap (_fede ,_gafc ,"");};_afg +=_fegb ;_bcgf .HeaderLength =int64 (_afg )-int64 (_bcgf .SegmentDataLength );if _aegb !=nil {if _ ,_fede =w .Write (_aegb .Data ());_fede !=nil {return _afg ,_fe .Wrap (_fede ,_gafc ,"\u0077r\u0069t\u0065\u0020\u0073\u0065\u0067m\u0065\u006et\u0020\u0064\u0061\u0074\u0061"); -};};return _afg ,nil ;};func (_caea *TextRegion )decodeIb (_fbfgb ,_ecacb int64 )(*_df .Bitmap ,error ){const _fggdc ="\u0064\u0065\u0063\u006f\u0064\u0065\u0049\u0062";var (_bafgf error ;_dfde *_df .Bitmap ;);if _fbfgb ==0{if int (_ecacb )> len (_caea .Symbols )-1{return nil ,_fe .Error (_fggdc ,"\u0064\u0065\u0063\u006f\u0064\u0069\u006e\u0067\u0020\u0049\u0042\u0020\u0062\u0069\u0074\u006d\u0061\u0070\u002e\u0020\u0069\u006e\u0064\u0065x\u0020\u006f\u0075\u0074\u0020o\u0066\u0020r\u0061\u006e\u0067\u0065"); -};return _caea .Symbols [int (_ecacb )],nil ;};var _bege ,_gbbb ,_ccga ,_dfada int64 ;_bege ,_bafgf =_caea .decodeRdw ();if _bafgf !=nil {return nil ,_fe .Wrap (_bafgf ,_fggdc ,"");};_gbbb ,_bafgf =_caea .decodeRdh ();if _bafgf !=nil {return nil ,_fe .Wrap (_bafgf ,_fggdc ,""); -};_ccga ,_bafgf =_caea .decodeRdx ();if _bafgf !=nil {return nil ,_fe .Wrap (_bafgf ,_fggdc ,"");};_dfada ,_bafgf =_caea .decodeRdy ();if _bafgf !=nil {return nil ,_fe .Wrap (_bafgf ,_fggdc ,"");};if _caea .IsHuffmanEncoded {if _ ,_bafgf =_caea .decodeSymInRefSize (); -_bafgf !=nil {return nil ,_fe .Wrap (_bafgf ,_fggdc ,"");};_caea ._deba .Align ();};_aggc :=_caea .Symbols [_ecacb ];_gcff :=uint32 (_aggc .Width );_aabg :=uint32 (_aggc .Height );_ceaa :=int32 (uint32 (_bege )>>1)+int32 (_ccga );_ddec :=int32 (uint32 (_gbbb )>>1)+int32 (_dfada ); -if _caea ._gefd ==nil {_caea ._gefd =_eea (_caea ._deba ,nil );};_caea ._gefd .setParameters (_caea ._aaag ,_caea ._fagf ,_caea .SbrTemplate ,_gcff +uint32 (_bege ),_aabg +uint32 (_gbbb ),_aggc ,_ceaa ,_ddec ,false ,_caea .SbrATX ,_caea .SbrATY );_dfde ,_bafgf =_caea ._gefd .GetRegionBitmap (); -if _bafgf !=nil {return nil ,_fe .Wrap (_bafgf ,_fggdc ,"\u0067\u0072\u0066");};if _caea .IsHuffmanEncoded {_caea ._deba .Align ();};return _dfde ,nil ;};func (_cbgfc *Header )writeReferredToCount (_ddbg _ae .BinaryWriter )(_fgbd int ,_fgbce error ){const _eacc ="w\u0072i\u0074\u0065\u0052\u0065\u0066\u0065\u0072\u0072e\u0064\u0054\u006f\u0043ou\u006e\u0074"; -_cbgfc .RTSNumbers =make ([]int ,len (_cbgfc .RTSegments ));for _beee ,_faag :=range _cbgfc .RTSegments {_cbgfc .RTSNumbers [_beee ]=int (_faag .SegmentNumber );};if len (_cbgfc .RTSNumbers )<=4{var _fdfg byte ;if len (_cbgfc .RetainBits )>=1{_fdfg =_cbgfc .RetainBits [0]; -};_fdfg |=byte (len (_cbgfc .RTSNumbers ))<<5;if _fgbce =_ddbg .WriteByte (_fdfg );_fgbce !=nil {return 0,_fe .Wrap (_fgbce ,_eacc ,"\u0073\u0068\u006fr\u0074\u0020\u0066\u006f\u0072\u006d\u0061\u0074");};return 1,nil ;};_adgea :=uint32 (len (_cbgfc .RTSNumbers )); -_ecg :=make ([]byte ,4+_fgc .Ceil (len (_cbgfc .RTSNumbers )+1,8));_adgea |=0x7<<29;_d .BigEndian .PutUint32 (_ecg ,_adgea );copy (_ecg [1:],_cbgfc .RetainBits );_fgbd ,_fgbce =_ddbg .Write (_ecg );if _fgbce !=nil {return 0,_fe .Wrap (_fgbce ,_eacc ,"l\u006f\u006e\u0067\u0020\u0066\u006f\u0072\u006d\u0061\u0074"); -};return _fgbd ,nil ;};func (_gegg *GenericRegion )decodeTemplate0b (_fagd ,_aggf ,_fge int ,_fcc ,_gadc int )(_bcd error ){const _eef ="\u0064\u0065c\u006f\u0064\u0065T\u0065\u006d\u0070\u006c\u0061\u0074\u0065\u0030\u0062";var (_age ,_dfec int ;_eafb ,_edb int ; -_ead byte ;_abfb int ;);if _fagd >=1{_ead ,_bcd =_gegg .Bitmap .GetByte (_gadc );if _bcd !=nil {return _fe .Wrap (_bcd ,_eef ,"\u006ci\u006e\u0065\u0020\u003e\u003d\u00201");};_eafb =int (_ead );};if _fagd >=2{_ead ,_bcd =_gegg .Bitmap .GetByte (_gadc -_gegg .Bitmap .RowStride ); -if _bcd !=nil {return _fe .Wrap (_bcd ,_eef ,"\u006ci\u006e\u0065\u0020\u003e\u003d\u00202");};_edb =int (_ead )<<6;};_age =(_eafb &0xf0)|(_edb &0x3800);for _bda :=0;_bda < _fge ;_bda =_abfb {var (_bfgd byte ;_gcbd int ;);_abfb =_bda +8;if _edfd :=_aggf -_bda ; -_edfd > 8{_gcbd =8;}else {_gcbd =_edfd ;};if _fagd > 0{_eafb <<=8;if _abfb < _aggf {_ead ,_bcd =_gegg .Bitmap .GetByte (_gadc +1);if _bcd !=nil {return _fe .Wrap (_bcd ,_eef ,"\u006c\u0069\u006e\u0065\u0020\u003e\u0020\u0030");};_eafb |=int (_ead );};}; -if _fagd > 1{_edb <<=8;if _abfb < _aggf {_ead ,_bcd =_gegg .Bitmap .GetByte (_gadc -_gegg .Bitmap .RowStride +1);if _bcd !=nil {return _fe .Wrap (_bcd ,_eef ,"\u006c\u0069\u006e\u0065\u0020\u003e\u0020\u0031");};_edb |=int (_ead )<<6;};};for _fbe :=0;_fbe < _gcbd ; -_fbe ++{_ccc :=uint (7-_fbe );if _gegg ._dca {_dfec =_gegg .overrideAtTemplate0b (_age ,_bda +_fbe ,_fagd ,int (_bfgd ),_fbe ,int (_ccc ));_gegg ._bfe .SetIndex (int32 (_dfec ));}else {_gegg ._bfe .SetIndex (int32 (_age ));};var _cae int ;_cae ,_bcd =_gegg ._caf .DecodeBit (_gegg ._bfe ); -if _bcd !=nil {return _fe .Wrap (_bcd ,_eef ,"");};_bfgd |=byte (_cae <<_ccc );_age =((_age &0x7bf7)<<1)|_cae |((_eafb >>_ccc )&0x10)|((_edb >>_ccc )&0x800);};if _eddc :=_gegg .Bitmap .SetByte (_fcc ,_bfgd );_eddc !=nil {return _fe .Wrap (_eddc ,_eef ,""); -};_fcc ++;_gadc ++;};return nil ;};func (_ccda *PatternDictionary )computeSegmentDataStructure ()error {_ccda .DataOffset =_ccda ._fdcf .AbsolutePosition ();_ccda .DataHeaderLength =_ccda .DataOffset -_ccda .DataHeaderOffset ;_ccda .DataLength =int64 (_ccda ._fdcf .AbsoluteLength ())-_ccda .DataHeaderLength ; -return nil ;};func (_fgda *TextRegion )Init (header *Header ,r *_ae .Reader )error {_fgda .Header =header ;_fgda ._deba =r ;_fgda .RegionInfo =NewRegionSegment (_fgda ._deba );return _fgda .parseHeader ();};func _cegb (_cbf int )int {if _cbf ==0{return 0; -};_cbf |=_cbf >>1;_cbf |=_cbf >>2;_cbf |=_cbf >>4;_cbf |=_cbf >>8;_cbf |=_cbf >>16;return (_cbf +1)>>1;};func (_fbbc *Header )writeFlags (_edcga _ae .BinaryWriter )(_gdgd error ){const _dbae ="\u0048\u0065\u0061\u0064\u0065\u0072\u002e\u0077\u0072\u0069\u0074\u0065F\u006c\u0061\u0067\u0073"; -_eafc :=byte (_fbbc .Type );if _gdgd =_edcga .WriteByte (_eafc );_gdgd !=nil {return _fe .Wrap (_gdgd ,_dbae ,"\u0077\u0072\u0069ti\u006e\u0067\u0020\u0073\u0065\u0067\u006d\u0065\u006et\u0020t\u0079p\u0065 \u006e\u0075\u006d\u0062\u0065\u0072\u0020\u0066\u0061\u0069\u006c\u0065\u0064"); -};if !_fbbc .RetainFlag &&!_fbbc .PageAssociationFieldSize {return nil ;};if _gdgd =_edcga .SkipBits (-8);_gdgd !=nil {return _fe .Wrap (_gdgd ,_dbae ,"\u0073\u006bi\u0070\u0070\u0069\u006e\u0067\u0020\u0062\u0061\u0063\u006b\u0020\u0074\u0068\u0065\u0020\u0062\u0069\u0074\u0073\u0020\u0066\u0061il\u0065\u0064"); -};var _gcaf int ;if _fbbc .RetainFlag {_gcaf =1;};if _gdgd =_edcga .WriteBit (_gcaf );_gdgd !=nil {return _fe .Wrap (_gdgd ,_dbae ,"\u0072\u0065\u0074\u0061in\u0020\u0072\u0065\u0074\u0061\u0069\u006e\u0020\u0066\u006c\u0061\u0067\u0073");};_gcaf =0;if _fbbc .PageAssociationFieldSize {_gcaf =1; -};if _gdgd =_edcga .WriteBit (_gcaf );_gdgd !=nil {return _fe .Wrap (_gdgd ,_dbae ,"p\u0061\u0067\u0065\u0020as\u0073o\u0063\u0069\u0061\u0074\u0069o\u006e\u0020\u0066\u006c\u0061\u0067");};_edcga .FinishByte ();return nil ;};func (_fbcfd *SymbolDictionary )encodeSymbols (_fddce _ae .BinaryWriter )(_aged int ,_cggd error ){const _dagc ="\u0065\u006e\u0063o\u0064\u0065\u0053\u0079\u006d\u0062\u006f\u006c"; -_eega :=_gc .New ();_eega .Init ();_fcag ,_cggd :=_fbcfd ._daaa .SelectByIndexes (_fbcfd ._face );if _cggd !=nil {return 0,_fe .Wrap (_cggd ,_dagc ,"\u0069n\u0069\u0074\u0069\u0061\u006c");};_cebf :=map[*_df .Bitmap ]int {};for _dgcf ,_gaff :=range _fcag .Values {_cebf [_gaff ]=_dgcf ; -};_fcag .SortByHeight ();var _aaec ,_cfgd int ;_eaag ,_cggd :=_fcag .GroupByHeight ();if _cggd !=nil {return 0,_fe .Wrap (_cggd ,_dagc ,"");};for _ ,_gfbg :=range _eaag .Values {_fbff :=_gfbg .Values [0].Height ;_adag :=_fbff -_aaec ;if _cggd =_eega .EncodeInteger (_gc .IADH ,_adag ); -_cggd !=nil {return 0,_fe .Wrapf (_cggd ,_dagc ,"\u0049\u0041\u0044\u0048\u0020\u0066\u006f\u0072\u0020\u0064\u0068\u003a \u0027\u0025\u0064\u0027",_adag );};_aaec =_fbff ;_bec ,_aege :=_gfbg .GroupByWidth ();if _aege !=nil {return 0,_fe .Wrapf (_aege ,_dagc ,"\u0068\u0065\u0069g\u0068\u0074\u003a\u0020\u0027\u0025\u0064\u0027",_fbff ); -};var _gebb int ;for _ ,_fedaa :=range _bec .Values {for _ ,_cecf :=range _fedaa .Values {_dfdg :=_cecf .Width ;_aeca :=_dfdg -_gebb ;if _aege =_eega .EncodeInteger (_gc .IADW ,_aeca );_aege !=nil {return 0,_fe .Wrapf (_aege ,_dagc ,"\u0049\u0041\u0044\u0057\u0020\u0066\u006f\u0072\u0020\u0064\u0077\u003a \u0027\u0025\u0064\u0027",_aeca ); -};_gebb +=_aeca ;if _aege =_eega .EncodeBitmap (_cecf ,false );_aege !=nil {return 0,_fe .Wrapf (_aege ,_dagc ,"H\u0065i\u0067\u0068\u0074\u003a\u0020\u0025\u0064\u0020W\u0069\u0064\u0074\u0068: \u0025\u0064",_fbff ,_dfdg );};_egbe :=_cebf [_cecf ];_fbcfd ._feda [_egbe ]=_cfgd ; -_cfgd ++;};};if _aege =_eega .EncodeOOB (_gc .IADW );_aege !=nil {return 0,_fe .Wrap (_aege ,_dagc ,"\u0049\u0041\u0044\u0057");};};if _cggd =_eega .EncodeInteger (_gc .IAEX ,0);_cggd !=nil {return 0,_fe .Wrap (_cggd ,_dagc ,"\u0065\u0078p\u006f\u0072\u0074e\u0064\u0020\u0073\u0079\u006d\u0062\u006f\u006c\u0073"); -};if _cggd =_eega .EncodeInteger (_gc .IAEX ,len (_fbcfd ._face ));_cggd !=nil {return 0,_fe .Wrap (_cggd ,_dagc ,"\u006e\u0075\u006d\u0062\u0065\u0072\u0020\u006f\u0066\u0020\u0073\u0079m\u0062\u006f\u006c\u0073");};_eega .Final ();_gcbc ,_cggd :=_eega .WriteTo (_fddce ); -if _cggd !=nil {return 0,_fe .Wrap (_cggd ,_dagc ,"\u0077\u0072i\u0074\u0069\u006e\u0067 \u0065\u006ec\u006f\u0064\u0065\u0072\u0020\u0063\u006f\u006et\u0065\u0078\u0074\u0020\u0074\u006f\u0020\u0027\u0077\u0027\u0020\u0077r\u0069\u0074\u0065\u0072");}; -return int (_gcbc ),nil ;};var (_ Regioner =&TextRegion {};_ Segmenter =&TextRegion {};);func (_fff *RegionSegment )String ()string {_begc :=&_a .Builder {};_begc .WriteString ("\u0009[\u0052E\u0047\u0049\u004f\u004e\u0020S\u0045\u0047M\u0045\u004e\u0054\u005d\u000a"); -_begc .WriteString (_dg .Sprintf ("\t\u0009\u002d\u0020\u0042\u0069\u0074m\u0061\u0070\u0020\u0028\u0077\u0069d\u0074\u0068\u002c\u0020\u0068\u0065\u0069g\u0068\u0074\u0029\u0020\u005b\u0025\u0064\u0078\u0025\u0064]\u000a",_fff .BitmapWidth ,_fff .BitmapHeight )); -_begc .WriteString (_dg .Sprintf ("\u0009\u0009\u002d\u0020L\u006f\u0063\u0061\u0074\u0069\u006f\u006e\u0020\u0028\u0078,\u0079)\u003a\u0020\u005b\u0025\u0064\u002c\u0025d\u005d\u000a",_fff .XLocation ,_fff .YLocation ));_begc .WriteString (_dg .Sprintf ("\t\u0009\u002d\u0020\u0043\u006f\u006db\u0069\u006e\u0061\u0074\u0069\u006f\u006e\u004f\u0070e\u0072\u0061\u0074o\u0072:\u0020\u0025\u0073",_fff .CombinaionOperator )); -return _begc .String ();};func (_acc *GenericRefinementRegion )String ()string {_fbcf :=&_a .Builder {};_fbcf .WriteString ("\u000a[\u0047E\u004e\u0045\u0052\u0049\u0043 \u0052\u0045G\u0049\u004f\u004e\u005d\u000a");_fbcf .WriteString (_acc .RegionInfo .String ()+"\u000a"); -_fbcf .WriteString (_dg .Sprintf ("\u0009\u002d \u0049\u0073\u0054P\u0047\u0052\u006f\u006e\u003a\u0020\u0025\u0076\u000a",_acc .IsTPGROn ));_fbcf .WriteString (_dg .Sprintf ("\u0009-\u0020T\u0065\u006d\u0070\u006c\u0061t\u0065\u0049D\u003a\u0020\u0025\u0076\u000a",_acc .TemplateID )); -_fbcf .WriteString (_dg .Sprintf ("\u0009\u002d\u0020\u0047\u0072\u0041\u0074\u0058\u003a\u0020\u0025\u0076\u000a",_acc .GrAtX ));_fbcf .WriteString (_dg .Sprintf ("\u0009\u002d\u0020\u0047\u0072\u0041\u0074\u0059\u003a\u0020\u0025\u0076\u000a",_acc .GrAtY )); -_fbcf .WriteString (_dg .Sprintf ("\u0009-\u0020R\u0065\u0066\u0065\u0072\u0065n\u0063\u0065D\u0058\u0020\u0025\u0076\u000a",_acc .ReferenceDX ));_fbcf .WriteString (_dg .Sprintf ("\u0009\u002d\u0020\u0052ef\u0065\u0072\u0065\u006e\u0063\u0044\u0065\u0059\u003a\u0020\u0025\u0076\u000a",_acc .ReferenceDY )); -return _fbcf .String ();};func (_bced *Header )readSegmentDataLength (_befc *_ae .Reader )(_aedd error ){_bced .SegmentDataLength ,_aedd =_befc .ReadBits (32);if _aedd !=nil {return _aedd ;};_bced .SegmentDataLength &=_c .MaxInt32 ;return nil ;};func (_fbccb *TextRegion )decodeRI ()(int64 ,error ){if !_fbccb .UseRefinement {return 0,nil ; -};if _fbccb .IsHuffmanEncoded {_egdf ,_edgfc :=_fbccb ._deba .ReadBit ();return int64 (_egdf ),_edgfc ;};_ccbb ,_dceg :=_fbccb ._fagf .DecodeInt (_fbccb ._gddf );return int64 (_ccbb ),_dceg ;};func (_eedf *PageInformationSegment )CombinationOperator ()_df .CombinationOperator {return _eedf ._bca }; -func (_fdbab *SymbolDictionary )setExportedSymbols (_efagg []int ){for _ccgd :=uint32 (0);_ccgd < _fdbab ._eaab +_fdbab .NumberOfNewSymbols ;_ccgd ++{if _efagg [_ccgd ]==1{var _fccc *_df .Bitmap ;if _ccgd < _fdbab ._eaab {_fccc =_fdbab ._fege [_ccgd ]; -}else {_fccc =_fdbab ._dede [_ccgd -_fdbab ._eaab ];};_af .Log .Trace ("\u005bS\u0059\u004dB\u004f\u004c\u002d\u0044I\u0043\u0054\u0049O\u004e\u0041\u0052\u0059\u005d\u0020\u0041\u0064\u0064 E\u0078\u0070\u006fr\u0074\u0065d\u0053\u0079\u006d\u0062\u006f\u006c:\u0020\u0027%\u0073\u0027",_fccc ); -_fdbab ._ddac =append (_fdbab ._ddac ,_fccc );};};};func (_cgccg *SymbolDictionary )encodeFlags (_efaa _ae .BinaryWriter )(_cedfc int ,_egfe error ){const _ffafe ="e\u006e\u0063\u006f\u0064\u0065\u0046\u006c\u0061\u0067\u0073";if _egfe =_efaa .SkipBits (3); -_egfe !=nil {return 0,_fe .Wrap (_egfe ,_ffafe ,"\u0065\u006d\u0070\u0074\u0079\u0020\u0062\u0069\u0074\u0073");};var _edffg int ;if _cgccg .SdrTemplate > 0{_edffg =1;};if _egfe =_efaa .WriteBit (_edffg );_egfe !=nil {return _cedfc ,_fe .Wrap (_egfe ,_ffafe ,"s\u0064\u0072\u0054\u0065\u006d\u0070\u006c\u0061\u0074\u0065"); -};_edffg =0;if _cgccg .SdTemplate > 1{_edffg =1;};if _egfe =_efaa .WriteBit (_edffg );_egfe !=nil {return _cedfc ,_fe .Wrap (_egfe ,_ffafe ,"\u0073\u0064\u0054\u0065\u006d\u0070\u006c\u0061\u0074\u0065");};_edffg =0;if _cgccg .SdTemplate ==1||_cgccg .SdTemplate ==3{_edffg =1; -};if _egfe =_efaa .WriteBit (_edffg );_egfe !=nil {return _cedfc ,_fe .Wrap (_egfe ,_ffafe ,"\u0073\u0064\u0054\u0065\u006d\u0070\u006c\u0061\u0074\u0065");};_edffg =0;if _cgccg ._acgc {_edffg =1;};if _egfe =_efaa .WriteBit (_edffg );_egfe !=nil {return _cedfc ,_fe .Wrap (_egfe ,_ffafe ,"\u0063\u006f\u0064in\u0067\u0020\u0063\u006f\u006e\u0074\u0065\u0078\u0074\u0020\u0072\u0065\u0074\u0061\u0069\u006e\u0065\u0064"); -};_edffg =0;if _cgccg ._dgeg {_edffg =1;};if _egfe =_efaa .WriteBit (_edffg );_egfe !=nil {return _cedfc ,_fe .Wrap (_egfe ,_ffafe ,"\u0063\u006f\u0064\u0069ng\u0020\u0063\u006f\u006e\u0074\u0065\u0078\u0074\u0020\u0075\u0073\u0065\u0064");};_edffg =0; -if _cgccg .SdHuffAggInstanceSelection {_edffg =1;};if _egfe =_efaa .WriteBit (_edffg );_egfe !=nil {return _cedfc ,_fe .Wrap (_egfe ,_ffafe ,"\u0073\u0064\u0048\u0075\u0066\u0066\u0041\u0067\u0067\u0049\u006e\u0073\u0074");};_edffg =int (_cgccg .SdHuffBMSizeSelection ); -if _egfe =_efaa .WriteBit (_edffg );_egfe !=nil {return _cedfc ,_fe .Wrap (_egfe ,_ffafe ,"\u0073\u0064\u0048u\u0066\u0066\u0042\u006d\u0053\u0069\u007a\u0065");};_edffg =0;if _cgccg .SdHuffDecodeWidthSelection > 1{_edffg =1;};if _egfe =_efaa .WriteBit (_edffg ); -_egfe !=nil {return _cedfc ,_fe .Wrap (_egfe ,_ffafe ,"s\u0064\u0048\u0075\u0066\u0066\u0057\u0069\u0064\u0074\u0068");};_edffg =0;switch _cgccg .SdHuffDecodeWidthSelection {case 1,3:_edffg =1;};if _egfe =_efaa .WriteBit (_edffg );_egfe !=nil {return _cedfc ,_fe .Wrap (_egfe ,_ffafe ,"s\u0064\u0048\u0075\u0066\u0066\u0057\u0069\u0064\u0074\u0068"); -};_edffg =0;if _cgccg .SdHuffDecodeHeightSelection > 1{_edffg =1;};if _egfe =_efaa .WriteBit (_edffg );_egfe !=nil {return _cedfc ,_fe .Wrap (_egfe ,_ffafe ,"\u0073\u0064\u0048u\u0066\u0066\u0048\u0065\u0069\u0067\u0068\u0074");};_edffg =0;switch _cgccg .SdHuffDecodeHeightSelection {case 1,3:_edffg =1; -};if _egfe =_efaa .WriteBit (_edffg );_egfe !=nil {return _cedfc ,_fe .Wrap (_egfe ,_ffafe ,"\u0073\u0064\u0048u\u0066\u0066\u0048\u0065\u0069\u0067\u0068\u0074");};_edffg =0;if _cgccg .UseRefinementAggregation {_edffg =1;};if _egfe =_efaa .WriteBit (_edffg ); -_egfe !=nil {return _cedfc ,_fe .Wrap (_egfe ,_ffafe ,"\u0073\u0064\u0052\u0065\u0066\u0041\u0067\u0067");};_edffg =0;if _cgccg .IsHuffmanEncoded {_edffg =1;};if _egfe =_efaa .WriteBit (_edffg );_egfe !=nil {return _cedfc ,_fe .Wrap (_egfe ,_ffafe ,"\u0073\u0064\u0048\u0075\u0066\u0066"); -};return 2,nil ;};func (_faaa *GenericRefinementRegion )readAtPixels ()error {_faaa .GrAtX =make ([]int8 ,2);_faaa .GrAtY =make ([]int8 ,2);_abcf ,_dfd :=_faaa ._fd .ReadByte ();if _dfd !=nil {return _dfd ;};_faaa .GrAtX [0]=int8 (_abcf );_abcf ,_dfd =_faaa ._fd .ReadByte (); -if _dfd !=nil {return _dfd ;};_faaa .GrAtY [0]=int8 (_abcf );_abcf ,_dfd =_faaa ._fd .ReadByte ();if _dfd !=nil {return _dfd ;};_faaa .GrAtX [1]=int8 (_abcf );_abcf ,_dfd =_faaa ._fd .ReadByte ();if _dfd !=nil {return _dfd ;};_faaa .GrAtY [1]=int8 (_abcf ); -return nil ;};type Documenter interface{GetPage (int )(Pager ,error );GetGlobalSegment (int )(*Header ,error );};func (_gaaab *TextRegion )InitEncode (globalSymbolsMap ,localSymbolsMap map[int ]int ,comps []int ,inLL *_df .Points ,symbols *_df .Bitmaps ,classIDs *_fgc .IntSlice ,boxes *_df .Boxes ,width ,height ,symBits int ){_gaaab .RegionInfo =&RegionSegment {BitmapWidth :uint32 (width ),BitmapHeight :uint32 (height )}; -_gaaab ._eeaa =globalSymbolsMap ;_gaaab ._gecbc =localSymbolsMap ;_gaaab ._faba =comps ;_gaaab ._eegg =inLL ;_gaaab ._gdffg =symbols ;_gaaab ._cdbe =classIDs ;_gaaab ._fgbef =boxes ;_gaaab ._dccc =symBits ;};func (_ecec *RegionSegment )Size ()int {return 17}; -func (_cff *SymbolDictionary )decodeRefinedSymbol (_eaec ,_aafb uint32 )error {var (_agd int ;_efag ,_bbbg int32 ;);if _cff .IsHuffmanEncoded {_afaec ,_ggcd :=_cff ._bbda .ReadBits (byte (_cff ._efgc ));if _ggcd !=nil {return _ggcd ;};_agd =int (_afaec ); -_bcddd ,_ggcd :=_ge .GetStandardTable (15);if _ggcd !=nil {return _ggcd ;};_dafg ,_ggcd :=_bcddd .Decode (_cff ._bbda );if _ggcd !=nil {return _ggcd ;};_efag =int32 (_dafg );_dafg ,_ggcd =_bcddd .Decode (_cff ._bbda );if _ggcd !=nil {return _ggcd ;};_bbbg =int32 (_dafg ); -_bcddd ,_ggcd =_ge .GetStandardTable (1);if _ggcd !=nil {return _ggcd ;};if _ ,_ggcd =_bcddd .Decode (_cff ._bbda );_ggcd !=nil {return _ggcd ;};_cff ._bbda .Align ();}else {_fbbg ,_ggge :=_cff ._fdbf .DecodeIAID (uint64 (_cff ._efgc ),_cff ._ecc );if _ggge !=nil {return _ggge ; -};_agd =int (_fbbg );_efag ,_ggge =_cff ._fdbf .DecodeInt (_cff ._egdc );if _ggge !=nil {return _ggge ;};_bbbg ,_ggge =_cff ._fdbf .DecodeInt (_cff ._fcbb );if _ggge !=nil {return _ggge ;};};if _gaed :=_cff .setSymbolsArray ();_gaed !=nil {return _gaed ; -};_dcac :=_cff ._bccf [_agd ];if _baaf :=_cff .decodeNewSymbols (_eaec ,_aafb ,_dcac ,_efag ,_bbbg );_baaf !=nil {return _baaf ;};if _cff .IsHuffmanEncoded {_cff ._bbda .Align ();};return nil ;};func (_cced *PageInformationSegment )parseHeader ()(_eedb error ){_af .Log .Trace ("\u005b\u0050\u0061\u0067\u0065I\u006e\u0066\u006f\u0072\u006d\u0061\u0074\u0069\u006f\u006e\u0053\u0065\u0067m\u0065\u006e\u0074\u005d\u0020\u0050\u0061\u0072\u0073\u0069\u006e\u0067\u0048\u0065\u0061\u0064\u0065\u0072\u002e\u002e\u002e"); -defer func (){var _daab ="[\u0050\u0061\u0067\u0065\u0049\u006e\u0066\u006f\u0072m\u0061\u0074\u0069\u006f\u006e\u0053\u0065gm\u0065\u006e\u0074\u005d \u0050\u0061\u0072\u0073\u0069\u006e\u0067\u0048\u0065ad\u0065\u0072 \u0046\u0069\u006e\u0069\u0073\u0068\u0065\u0064"; -if _eedb !=nil {_daab +="\u0020\u0077\u0069t\u0068\u0020\u0065\u0072\u0072\u006f\u0072\u0020"+_eedb .Error ();}else {_daab +="\u0020\u0073\u0075\u0063\u0063\u0065\u0073\u0073\u0066\u0075\u006c\u006c\u0079";};_af .Log .Trace (_daab );}();if _eedb =_cced .readWidthAndHeight (); -_eedb !=nil {return _eedb ;};if _eedb =_cced .readResolution ();_eedb !=nil {return _eedb ;};_ ,_eedb =_cced ._fgee .ReadBit ();if _eedb !=nil {return _eedb ;};if _eedb =_cced .readCombinationOperatorOverrideAllowed ();_eedb !=nil {return _eedb ;};if _eedb =_cced .readRequiresAuxiliaryBuffer (); -_eedb !=nil {return _eedb ;};if _eedb =_cced .readCombinationOperator ();_eedb !=nil {return _eedb ;};if _eedb =_cced .readDefaultPixelValue ();_eedb !=nil {return _eedb ;};if _eedb =_cced .readContainsRefinement ();_eedb !=nil {return _eedb ;};if _eedb =_cced .readIsLossless (); -_eedb !=nil {return _eedb ;};if _eedb =_cced .readIsStriped ();_eedb !=nil {return _eedb ;};if _eedb =_cced .readMaxStripeSize ();_eedb !=nil {return _eedb ;};if _eedb =_cced .checkInput ();_eedb !=nil {return _eedb ;};_af .Log .Trace ("\u0025\u0073",_cced ); -return nil ;};func (_abd *GenericRefinementRegion )GetRegionInfo ()*RegionSegment {return _abd .RegionInfo };func (_adcc *PatternDictionary )readGrayMax ()error {_dbaf ,_bggbb :=_adcc ._fdcf .ReadBits (32);if _bggbb !=nil {return _bggbb ;};_adcc .GrayMax =uint32 (_dbaf &_c .MaxUint32 ); -return nil ;};func (_cdee *SymbolDictionary )readNumberOfExportedSymbols ()error {_eabd ,_cdade :=_cdee ._bbda .ReadBits (32);if _cdade !=nil {return _cdade ;};_cdee .NumberOfExportedSymbols =uint32 (_eabd &_c .MaxUint32 );return nil ;};func (_aae *SymbolDictionary )encodeNumSyms (_aadg _ae .BinaryWriter )(_deffg int ,_afbg error ){const _cggea ="\u0065\u006e\u0063\u006f\u0064\u0065\u004e\u0075\u006d\u0053\u0079\u006d\u0073"; -_cgccf :=make ([]byte ,4);_d .BigEndian .PutUint32 (_cgccf ,_aae .NumberOfExportedSymbols );if _deffg ,_afbg =_aadg .Write (_cgccf );_afbg !=nil {return _deffg ,_fe .Wrap (_afbg ,_cggea ,"\u0065\u0078p\u006f\u0072\u0074e\u0064\u0020\u0073\u0079\u006d\u0062\u006f\u006c\u0073"); -};_d .BigEndian .PutUint32 (_cgccf ,_aae .NumberOfNewSymbols );_fdce ,_afbg :=_aadg .Write (_cgccf );if _afbg !=nil {return _deffg ,_fe .Wrap (_afbg ,_cggea ,"n\u0065\u0077\u0020\u0073\u0079\u006d\u0062\u006f\u006c\u0073");};return _deffg +_fdce ,nil ; -};func (_gbda *GenericRegion )overrideAtTemplate0a (_gceg ,_ddc ,_bgd ,_ddb ,_aaad ,_dgf int )int {if _gbda .GBAtOverride [0]{_gceg &=0xFFEF;if _gbda .GBAtY [0]==0&&_gbda .GBAtX [0]>=-int8 (_aaad ){_gceg |=(_ddb >>uint (int8 (_dgf )-_gbda .GBAtX [0]&0x1))<<4; -}else {_gceg |=int (_gbda .getPixel (_ddc +int (_gbda .GBAtX [0]),_bgd +int (_gbda .GBAtY [0])))<<4;};};if _gbda .GBAtOverride [1]{_gceg &=0xFBFF;if _gbda .GBAtY [1]==0&&_gbda .GBAtX [1]>=-int8 (_aaad ){_gceg |=(_ddb >>uint (int8 (_dgf )-_gbda .GBAtX [1]&0x1))<<10; -}else {_gceg |=int (_gbda .getPixel (_ddc +int (_gbda .GBAtX [1]),_bgd +int (_gbda .GBAtY [1])))<<10;};};if _gbda .GBAtOverride [2]{_gceg &=0xF7FF;if _gbda .GBAtY [2]==0&&_gbda .GBAtX [2]>=-int8 (_aaad ){_gceg |=(_ddb >>uint (int8 (_dgf )-_gbda .GBAtX [2]&0x1))<<11; -}else {_gceg |=int (_gbda .getPixel (_ddc +int (_gbda .GBAtX [2]),_bgd +int (_gbda .GBAtY [2])))<<11;};};if _gbda .GBAtOverride [3]{_gceg &=0x7FFF;if _gbda .GBAtY [3]==0&&_gbda .GBAtX [3]>=-int8 (_aaad ){_gceg |=(_ddb >>uint (int8 (_dgf )-_gbda .GBAtX [3]&0x1))<<15; -}else {_gceg |=int (_gbda .getPixel (_ddc +int (_gbda .GBAtX [3]),_bgd +int (_gbda .GBAtY [3])))<<15;};};return _gceg ;};func (_ed *GenericRefinementRegion )GetRegionBitmap ()(*_df .Bitmap ,error ){var _da error ;_af .Log .Trace ("\u005b\u0047E\u004e\u0045\u0052\u0049\u0043\u002d\u0052\u0045\u0046\u002d\u0052\u0045\u0047\u0049\u004f\u004e\u005d\u0020\u0047\u0065\u0074\u0052\u0065\u0067\u0069\u006f\u006e\u0042\u0069\u0074\u006d\u0061\u0070\u0020\u0062\u0065\u0067\u0069\u006e\u0073\u002e\u002e\u002e"); -defer func (){if _da !=nil {_af .Log .Trace ("[\u0047\u0045\u004e\u0045\u0052\u0049\u0043\u002d\u0052E\u0046\u002d\u0052\u0045\u0047\u0049\u004fN]\u0020\u0047\u0065\u0074R\u0065\u0067\u0069\u006f\u006e\u0042\u0069\u0074\u006dap\u0020\u0066a\u0069\u006c\u0065\u0064\u002e\u0020\u0025\u0076",_da ); -}else {_af .Log .Trace ("\u005b\u0047E\u004e\u0045\u0052\u0049\u0043\u002d\u0052\u0045\u0046\u002d\u0052\u0045\u0047\u0049\u004f\u004e\u005d\u0020\u0047\u0065\u0074\u0052\u0065\u0067\u0069\u006f\u006e\u0042\u0069\u0074\u006d\u0061\u0070\u0020\u0066\u0069\u006e\u0069\u0073\u0068\u0065\u0064\u002e"); -};}();if _ed .RegionBitmap !=nil {return _ed .RegionBitmap ,nil ;};_dc :=0;if _ed .ReferenceBitmap ==nil {_ed .ReferenceBitmap ,_da =_ed .getGrReference ();if _da !=nil {return nil ,_da ;};};if _ed ._eg ==nil {_ed ._eg ,_da =_b .New (_ed ._fd );if _da !=nil {return nil ,_da ; -};};if _ed ._ab ==nil {_ed ._ab =_b .NewStats (8192,1);};_ed .RegionBitmap =_df .New (int (_ed .RegionInfo .BitmapWidth ),int (_ed .RegionInfo .BitmapHeight ));if _ed .TemplateID ==0{if _da =_ed .updateOverride ();_da !=nil {return nil ,_da ;};};_egd :=(_ed .RegionBitmap .Width +7)&-8; -var _bb int ;if _ed .IsTPGROn {_bb =int (-_ed .ReferenceDY )*_ed .ReferenceBitmap .RowStride ;};_fdf :=_bb +1;for _bg :=0;_bg < _ed .RegionBitmap .Height ;_bg ++{if _ed .IsTPGROn {_gdg ,_eca :=_ed .decodeSLTP ();if _eca !=nil {return nil ,_eca ;};_dc ^=_gdg ; -};if _dc ==0{_da =_ed .decodeOptimized (_bg ,_ed .RegionBitmap .Width ,_ed .RegionBitmap .RowStride ,_ed .ReferenceBitmap .RowStride ,_egd ,_bb ,_fdf );if _da !=nil {return nil ,_da ;};}else {_da =_ed .decodeTypicalPredictedLine (_bg ,_ed .RegionBitmap .Width ,_ed .RegionBitmap .RowStride ,_ed .ReferenceBitmap .RowStride ,_egd ,_bb ); -if _da !=nil {return nil ,_da ;};};};return _ed .RegionBitmap ,nil ;};func (_dbad *GenericRegion )setParametersWithAt (_eacg bool ,_bgge byte ,_aeb ,_fbbd bool ,_bce ,_gadfg []int8 ,_cbb ,_gdf uint32 ,_dfed *_b .DecoderStats ,_egbc *_b .Decoder ){_dbad .IsMMREncoded =_eacg ; -_dbad .GBTemplate =_bgge ;_dbad .IsTPGDon =_aeb ;_dbad .GBAtX =_bce ;_dbad .GBAtY =_gadfg ;_dbad .RegionSegment .BitmapHeight =_gdf ;_dbad .RegionSegment .BitmapWidth =_cbb ;_dbad ._cca =nil ;_dbad .Bitmap =nil ;if _dfed !=nil {_dbad ._bfe =_dfed ;};if _egbc !=nil {_dbad ._caf =_egbc ; -};_af .Log .Trace ("\u005b\u0047\u0045\u004e\u0045\u0052\u0049\u0043\u002d\u0052\u0045\u0047\u0049O\u004e\u005d\u0020\u0073\u0065\u0074P\u0061\u0072\u0061\u006d\u0065\u0074\u0065\u0072\u0073\u0020\u0053\u0044\u0041t\u003a\u0020\u0025\u0073",_dbad );};func (_agdg *TextRegion )parseHeader ()error {var _acga error ; -_af .Log .Trace ("\u005b\u0054E\u0058\u0054\u0020\u0052E\u0047\u0049O\u004e\u005d\u005b\u0050\u0041\u0052\u0053\u0045-\u0048\u0045\u0041\u0044\u0045\u0052\u005d\u0020\u0062\u0065\u0067\u0069n\u0073\u002e\u002e\u002e");defer func (){if _acga !=nil {_af .Log .Trace ("\u005b\u0054\u0045\u0058\u0054\u0020\u0052\u0045\u0047\u0049\u004f\u004e\u005d\u005b\u0050\u0041\u0052\u0053\u0045\u002d\u0048\u0045\u0041\u0044E\u0052\u005d\u0020\u0066\u0061i\u006c\u0065d\u002e\u0020\u0025\u0076",_acga ); -}else {_af .Log .Trace ("\u005b\u0054E\u0058\u0054\u0020\u0052E\u0047\u0049O\u004e\u005d\u005b\u0050\u0041\u0052\u0053\u0045-\u0048\u0045\u0041\u0044\u0045\u0052\u005d\u0020\u0066\u0069\u006e\u0069s\u0068\u0065\u0064\u002e");};}();if _acga =_agdg .RegionInfo .parseHeader (); -_acga !=nil {return _acga ;};if _acga =_agdg .readRegionFlags ();_acga !=nil {return _acga ;};if _agdg .IsHuffmanEncoded {if _acga =_agdg .readHuffmanFlags ();_acga !=nil {return _acga ;};};if _acga =_agdg .readUseRefinement ();_acga !=nil {return _acga ; -};if _acga =_agdg .readAmountOfSymbolInstances ();_acga !=nil {return _acga ;};if _acga =_agdg .getSymbols ();_acga !=nil {return _acga ;};if _acga =_agdg .computeSymbolCodeLength ();_acga !=nil {return _acga ;};if _acga =_agdg .checkInput ();_acga !=nil {return _acga ; -};_af .Log .Trace ("\u0025\u0073",_agdg .String ());return nil ;};func (_eec *GenericRegion )Size ()int {return _eec .RegionSegment .Size ()+1+2*len (_eec .GBAtX )};type TextRegion struct{_deba *_ae .Reader ;RegionInfo *RegionSegment ;SbrTemplate int8 ; -SbDsOffset int8 ;DefaultPixel int8 ;CombinationOperator _df .CombinationOperator ;IsTransposed int8 ;ReferenceCorner int16 ;LogSBStrips int16 ;UseRefinement bool ;IsHuffmanEncoded bool ;SbHuffRSize int8 ;SbHuffRDY int8 ;SbHuffRDX int8 ;SbHuffRDHeight int8 ; -SbHuffRDWidth int8 ;SbHuffDT int8 ;SbHuffDS int8 ;SbHuffFS int8 ;SbrATX []int8 ;SbrATY []int8 ;NumberOfSymbolInstances uint32 ;_bcef int64 ;SbStrips int8 ;NumberOfSymbols uint32 ;RegionBitmap *_df .Bitmap ;Symbols []*_df .Bitmap ;_fagf *_b .Decoder ;_gefd *GenericRefinementRegion ; -_bgce *_b .DecoderStats ;_deef *_b .DecoderStats ;_ccac *_b .DecoderStats ;_cbgce *_b .DecoderStats ;_gddf *_b .DecoderStats ;_abbd *_b .DecoderStats ;_gbgf *_b .DecoderStats ;_bebb *_b .DecoderStats ;_gdgaf *_b .DecoderStats ;_fddb *_b .DecoderStats ; -_aaag *_b .DecoderStats ;_adfd int8 ;_bebbb *_ge .FixedSizeTable ;Header *Header ;_cbgg _ge .Tabler ;_ddea _ge .Tabler ;_cafd _ge .Tabler ;_agab _ge .Tabler ;_cagbc _ge .Tabler ;_bgde _ge .Tabler ;_ffaa _ge .Tabler ;_ffcfg _ge .Tabler ;_eeaa ,_gecbc map[int ]int ; -_faba []int ;_eegg *_df .Points ;_gdffg *_df .Bitmaps ;_cdbe *_fgc .IntSlice ;_abcaa ,_dccc int ;_fgbef *_df .Boxes ;};func (_aeaa *PageInformationSegment )readMaxStripeSize ()error {_cfaff ,_gfdfb :=_aeaa ._fgee .ReadBits (15);if _gfdfb !=nil {return _gfdfb ; -};_aeaa .MaxStripeSize =uint16 (_cfaff &_c .MaxUint16 );return nil ;};func (_gfd *GenericRefinementRegion )decodeTypicalPredictedLineTemplate0 (_egg ,_gba ,_beb ,_gce ,_bac ,_ged ,_fcac ,_ea ,_cee int )error {var (_fdd ,_aab ,_gga ,_fag ,_ace ,_bggb int ; -_cb byte ;_gab error ;);if _egg > 0{_cb ,_gab =_gfd .RegionBitmap .GetByte (_fcac -_beb );if _gab !=nil {return _gab ;};_gga =int (_cb );};if _ea > 0&&_ea <=_gfd .ReferenceBitmap .Height {_cb ,_gab =_gfd .ReferenceBitmap .GetByte (_cee -_gce +_ged );if _gab !=nil {return _gab ; -};_fag =int (_cb )<<4;};if _ea >=0&&_ea < _gfd .ReferenceBitmap .Height {_cb ,_gab =_gfd .ReferenceBitmap .GetByte (_cee +_ged );if _gab !=nil {return _gab ;};_ace =int (_cb )<<1;};if _ea > -2&&_ea < _gfd .ReferenceBitmap .Height -1{_cb ,_gab =_gfd .ReferenceBitmap .GetByte (_cee +_gce +_ged ); -if _gab !=nil {return _gab ;};_bggb =int (_cb );};_fdd =((_gga >>5)&0x6)|((_bggb >>2)&0x30)|(_ace &0x180)|(_fag &0xc00);var _eb int ;for _dfg :=0;_dfg < _bac ;_dfg =_eb {var _gaec int ;_eb =_dfg +8;var _dfc int ;if _dfc =_gba -_dfg ;_dfc > 8{_dfc =8;}; -_cd :=_eb < _gba ;_gad :=_eb < _gfd .ReferenceBitmap .Width ;_gcea :=_ged +1;if _egg > 0{_cb =0;if _cd {_cb ,_gab =_gfd .RegionBitmap .GetByte (_fcac -_beb +1);if _gab !=nil {return _gab ;};};_gga =(_gga <<8)|int (_cb );};if _ea > 0&&_ea <=_gfd .ReferenceBitmap .Height {var _eac int ; -if _gad {_cb ,_gab =_gfd .ReferenceBitmap .GetByte (_cee -_gce +_gcea );if _gab !=nil {return _gab ;};_eac =int (_cb )<<4;};_fag =(_fag <<8)|_eac ;};if _ea >=0&&_ea < _gfd .ReferenceBitmap .Height {var _abf int ;if _gad {_cb ,_gab =_gfd .ReferenceBitmap .GetByte (_cee +_gcea ); -if _gab !=nil {return _gab ;};_abf =int (_cb )<<1;};_ace =(_ace <<8)|_abf ;};if _ea > -2&&_ea < (_gfd .ReferenceBitmap .Height -1){_cb =0;if _gad {_cb ,_gab =_gfd .ReferenceBitmap .GetByte (_cee +_gce +_gcea );if _gab !=nil {return _gab ;};};_bggb =(_bggb <<8)|int (_cb ); -};for _cace :=0;_cace < _dfc ;_cace ++{var _gfa int ;_cef :=false ;_gcd :=(_fdd >>4)&0x1ff;if _gcd ==0x1ff{_cef =true ;_gfa =1;}else if _gcd ==0x00{_cef =true ;};if !_cef {if _gfd ._bf {_aab =_gfd .overrideAtTemplate0 (_fdd ,_dfg +_cace ,_egg ,_gaec ,_cace ); -_gfd ._ab .SetIndex (int32 (_aab ));}else {_gfd ._ab .SetIndex (int32 (_fdd ));};_gfa ,_gab =_gfd ._eg .DecodeBit (_gfd ._ab );if _gab !=nil {return _gab ;};};_fed :=uint (7-_cace );_gaec |=_gfa <<_fed ;_fdd =((_fdd &0xdb6)<<1)|_gfa |(_gga >>_fed +5)&0x002|((_bggb >>_fed +2)&0x010)|((_ace >>_fed )&0x080)|((_fag >>_fed )&0x400); -};_gab =_gfd .RegionBitmap .SetByte (_fcac ,byte (_gaec ));if _gab !=nil {return _gab ;};_fcac ++;_cee ++;};return nil ;};func (_gegb *PatternDictionary )extractPatterns (_bgaf *_df .Bitmap )error {var _aacf int ;_ecbg :=make ([]*_df .Bitmap ,_gegb .GrayMax +1); -for _aacf <=int (_gegb .GrayMax ){_feag :=int (_gegb .HdpWidth )*_aacf ;_acce :=_f .Rect (_feag ,0,_feag +int (_gegb .HdpWidth ),int (_gegb .HdpHeight ));_bfbbb ,_eadb :=_df .Extract (_acce ,_bgaf );if _eadb !=nil {return _eadb ;};_ecbg [_aacf ]=_bfbbb ; -_aacf ++;};_gegb .Patterns =_ecbg ;return nil ;};func (_gefa *GenericRegion )overrideAtTemplate3 (_agfg ,_abed ,_fbb ,_dfdf ,_bgfe int )int {_agfg &=0x3EF;if _gefa .GBAtY [0]==0&&_gefa .GBAtX [0]>=-int8 (_bgfe ){_agfg |=(_dfdf >>uint (7-(int8 (_bgfe )+_gefa .GBAtX [0]))&0x1)<<4; -}else {_agfg |=int (_gefa .getPixel (_abed +int (_gefa .GBAtX [0]),_fbb +int (_gefa .GBAtY [0])))<<4;};return _agfg ;};func (_agac *SymbolDictionary )GetDictionary ()([]*_df .Bitmap ,error ){_af .Log .Trace ("\u005b\u0053\u0059\u004d\u0042\u004f\u004c-\u0044\u0049\u0043T\u0049\u004f\u004e\u0041R\u0059\u005d\u0020\u0047\u0065\u0074\u0044\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u0020\u0062\u0065\u0067\u0069\u006e\u0073\u002e\u002e\u002e"); -defer func (){_af .Log .Trace ("\u005b\u0053\u0059M\u0042\u004f\u004c\u002d\u0044\u0049\u0043\u0054\u0049\u004f\u004e\u0041\u0052\u0059\u005d\u0020\u0047\u0065\u0074\u0044\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079 \u0066\u0069\u006e\u0069\u0073\u0068\u0065\u0064"); -_af .Log .Trace ("\u005b\u0053Y\u004d\u0042\u004f\u004c\u002dD\u0049\u0043\u0054\u0049\u004fN\u0041\u0052\u0059\u005d\u0020\u0044\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u002e\u0020\u000a\u0045\u0078\u003a\u0020\u0027\u0025\u0073\u0027\u002c\u0020\u000a\u006e\u0065\u0077\u003a\u0027\u0025\u0073\u0027",_agac ._ddac ,_agac ._dede ); -}();if _agac ._ddac ==nil {var _afae error ;if _agac .UseRefinementAggregation {_agac ._efgc =_agac .getSbSymCodeLen ();};if !_agac .IsHuffmanEncoded {if _afae =_agac .setCodingStatistics ();_afae !=nil {return nil ,_afae ;};};_agac ._dede =make ([]*_df .Bitmap ,_agac .NumberOfNewSymbols ); -var _cegc []int ;if _agac .IsHuffmanEncoded &&!_agac .UseRefinementAggregation {_cegc =make ([]int ,_agac .NumberOfNewSymbols );};if _afae =_agac .setSymbolsArray ();_afae !=nil {return nil ,_afae ;};var _eefg ,_cbbd int64 ;_agac ._dacc =0;for _agac ._dacc < _agac .NumberOfNewSymbols {_cbbd ,_afae =_agac .decodeHeightClassDeltaHeight (); -if _afae !=nil {return nil ,_afae ;};_eefg +=_cbbd ;var _cfda ,_fadg uint32 ;_dgfe :=int64 (_agac ._dacc );for {var _cabb int64 ;_cabb ,_afae =_agac .decodeDifferenceWidth ();if _aa .Is (_afae ,_e .ErrOOB ){break ;};if _afae !=nil {return nil ,_afae ;}; -if _agac ._dacc >=_agac .NumberOfNewSymbols {break ;};_cfda +=uint32 (_cabb );_fadg +=_cfda ;if !_agac .IsHuffmanEncoded ||_agac .UseRefinementAggregation {if !_agac .UseRefinementAggregation {_afae =_agac .decodeDirectlyThroughGenericRegion (_cfda ,uint32 (_eefg )); -if _afae !=nil {return nil ,_afae ;};}else {_afae =_agac .decodeAggregate (_cfda ,uint32 (_eefg ));if _afae !=nil {return nil ,_afae ;};};}else if _agac .IsHuffmanEncoded &&!_agac .UseRefinementAggregation {_cegc [_agac ._dacc ]=int (_cfda );};_agac ._dacc ++; -};if _agac .IsHuffmanEncoded &&!_agac .UseRefinementAggregation {var _abeg int64 ;if _agac .SdHuffBMSizeSelection ==0{var _gdga _ge .Tabler ;_gdga ,_afae =_ge .GetStandardTable (1);if _afae !=nil {return nil ,_afae ;};_abeg ,_afae =_gdga .Decode (_agac ._bbda ); -if _afae !=nil {return nil ,_afae ;};}else {_abeg ,_afae =_agac .huffDecodeBmSize ();if _afae !=nil {return nil ,_afae ;};};_agac ._bbda .Align ();var _bgb *_df .Bitmap ;_bgb ,_afae =_agac .decodeHeightClassCollectiveBitmap (_abeg ,uint32 (_eefg ),_fadg ); -if _afae !=nil {return nil ,_afae ;};_afae =_agac .decodeHeightClassBitmap (_bgb ,_dgfe ,int (_eefg ),_cegc );if _afae !=nil {return nil ,_afae ;};};};_daae ,_afae :=_agac .getToExportFlags ();if _afae !=nil {return nil ,_afae ;};_agac .setExportedSymbols (_daae ); -};return _agac ._ddac ,nil ;};func (_fac *HalftoneRegion )renderPattern (_fcff [][]int )(_bbdb error ){var _ggc ,_ddf int ;for _gedbf :=0;_gedbf < int (_fac .HGridHeight );_gedbf ++{for _cdga :=0;_cdga < int (_fac .HGridWidth );_cdga ++{_ggc =_fac .computeX (_gedbf ,_cdga ); -_ddf =_fac .computeY (_gedbf ,_cdga );_gdeg :=_fac .Patterns [_fcff [_gedbf ][_cdga ]];if _bbdb =_df .Blit (_gdeg ,_fac .HalftoneRegionBitmap ,_ggc +int (_fac .HGridX ),_ddf +int (_fac .HGridY ),_fac .CombinationOperator );_bbdb !=nil {return _bbdb ;}; -};};return nil ;};func (_agfd *SymbolDictionary )getToExportFlags ()([]int ,error ){var (_cfbd int ;_cfec int32 ;_cfge error ;_afge =int32 (_agfd ._eaab +_agfd .NumberOfNewSymbols );_dgegb =make ([]int ,_afge ););for _eeae :=int32 (0);_eeae < _afge ;_eeae +=_cfec {if _agfd .IsHuffmanEncoded {_gcgf ,_ccfc :=_ge .GetStandardTable (1); -if _ccfc !=nil {return nil ,_ccfc ;};_gbg ,_ccfc :=_gcgf .Decode (_agfd ._bbda );if _ccfc !=nil {return nil ,_ccfc ;};_cfec =int32 (_gbg );}else {_cfec ,_cfge =_agfd ._fdbf .DecodeInt (_agfd ._bgdf );if _cfge !=nil {return nil ,_cfge ;};};if _cfec !=0{if _eeae +_cfec > _afge {return nil ,_fe .Error ("\u0053\u0079\u006d\u0062\u006f\u006cD\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u002e\u0067\u0065\u0074T\u006f\u0045\u0078\u0070\u006f\u0072\u0074F\u006c\u0061\u0067\u0073","\u006d\u0061\u006c\u0066\u006f\u0072m\u0065\u0064\u0020\u0069\u006e\u0070\u0075\u0074\u0020\u0064\u0061\u0074\u0061\u0020\u0070\u0072\u006f\u0076\u0069\u0064e\u0064\u002e\u0020\u0069\u006e\u0064\u0065\u0078\u0020\u006f\u0075\u0074\u0020\u006ff\u0020r\u0061\u006e\u0067\u0065"); -};for _ggaf :=_eeae ;_ggaf < _eeae +_cfec ;_ggaf ++{_dgegb [_ggaf ]=_cfbd ;};};if _cfbd ==0{_cfbd =1;}else {_cfbd =0;};};return _dgegb ,nil ;};func (_gbae *GenericRegion )GetRegionBitmap ()(_caba *_df .Bitmap ,_ebc error ){if _gbae .Bitmap !=nil {return _gbae .Bitmap ,nil ; -};if _gbae .IsMMREncoded {if _gbae ._cca ==nil {_gbae ._cca ,_ebc =_aad .New (_gbae ._abe ,int (_gbae .RegionSegment .BitmapWidth ),int (_gbae .RegionSegment .BitmapHeight ),_gbae .DataOffset ,_gbae .DataLength );if _ebc !=nil {return nil ,_ebc ;};};_gbae .Bitmap ,_ebc =_gbae ._cca .UncompressMMR (); -return _gbae .Bitmap ,_ebc ;};if _ebc =_gbae .updateOverrideFlags ();_ebc !=nil {return nil ,_ebc ;};var _fcaa int ;if _gbae ._caf ==nil {_gbae ._caf ,_ebc =_b .New (_gbae ._abe );if _ebc !=nil {return nil ,_ebc ;};};if _gbae ._bfe ==nil {_gbae ._bfe =_b .NewStats (65536,1); -};_gbae .Bitmap =_df .New (int (_gbae .RegionSegment .BitmapWidth ),int (_gbae .RegionSegment .BitmapHeight ));_agf :=int (uint32 (_gbae .Bitmap .Width +7)&(^uint32 (7)));for _cfa :=0;_cfa < _gbae .Bitmap .Height ;_cfa ++{if _gbae .IsTPGDon {var _ebf int ; -_ebf ,_ebc =_gbae .decodeSLTP ();if _ebc !=nil {return nil ,_ebc ;};_fcaa ^=_ebf ;};if _fcaa ==1{if _cfa > 0{if _ebc =_gbae .copyLineAbove (_cfa );_ebc !=nil {return nil ,_ebc ;};};}else {if _ebc =_gbae .decodeLine (_cfa ,_gbae .Bitmap .Width ,_agf );_ebc !=nil {return nil ,_ebc ; -};};};return _gbae .Bitmap ,nil ;};func (_cagd *PatternDictionary )readIsMMREncoded ()error {_cdac ,_gada :=_cagd ._fdcf .ReadBit ();if _gada !=nil {return _gada ;};if _cdac !=0{_cagd .IsMMREncoded =true ;};return nil ;};type Regioner interface{GetRegionBitmap ()(*_df .Bitmap ,error ); -GetRegionInfo ()*RegionSegment ;};type EndOfStripe struct{_bc *_ae .Reader ;_fgce int ;};func (_aeae *TextRegion )decodeCurrentT ()(int64 ,error ){if _aeae .SbStrips !=1{if _aeae .IsHuffmanEncoded {_dbef ,_afce :=_aeae ._deba .ReadBits (byte (_aeae .LogSBStrips )); -return int64 (_dbef ),_afce ;};_egabe ,_ggdc :=_aeae ._fagf .DecodeInt (_aeae ._cbgce );if _ggdc !=nil {return 0,_ggdc ;};return int64 (_egabe ),nil ;};return 0,nil ;};func (_afag *SymbolDictionary )encodeATFlags (_cede _ae .BinaryWriter )(_cbgc int ,_fafe error ){const _eded ="\u0065\u006e\u0063\u006f\u0064\u0065\u0041\u0054\u0046\u006c\u0061\u0067\u0073"; -if _afag .IsHuffmanEncoded ||_afag .SdTemplate !=0{return 0,nil ;};_bebee :=4;if _afag .SdTemplate !=0{_bebee =1;};for _gaef :=0;_gaef < _bebee ;_gaef ++{if _fafe =_cede .WriteByte (byte (_afag .SdATX [_gaef ]));_fafe !=nil {return _cbgc ,_fe .Wrapf (_fafe ,_eded ,"\u0053d\u0041\u0054\u0058\u005b\u0025\u0064]",_gaef ); -};_cbgc ++;if _fafe =_cede .WriteByte (byte (_afag .SdATY [_gaef ]));_fafe !=nil {return _cbgc ,_fe .Wrapf (_fafe ,_eded ,"\u0053d\u0041\u0054\u0059\u005b\u0025\u0064]",_gaef );};_cbgc ++;};return _cbgc ,nil ;};func (_degb *PageInformationSegment )CombinationOperatorOverrideAllowed ()bool {return _degb ._gced }; -func (_acdc *PageInformationSegment )String ()string {_cecb :=&_a .Builder {};_cecb .WriteString ("\u000a\u005b\u0050\u0041G\u0045\u002d\u0049\u004e\u0046\u004f\u0052\u004d\u0041\u0054I\u004fN\u002d\u0053\u0045\u0047\u004d\u0045\u004eT\u005d\u000a");_cecb .WriteString (_dg .Sprintf ("\u0009\u002d \u0042\u004d\u0048e\u0069\u0067\u0068\u0074\u003a\u0020\u0025\u0064\u000a",_acdc .PageBMHeight )); -_cecb .WriteString (_dg .Sprintf ("\u0009-\u0020B\u004d\u0057\u0069\u0064\u0074\u0068\u003a\u0020\u0025\u0064\u000a",_acdc .PageBMWidth ));_cecb .WriteString (_dg .Sprintf ("\u0009\u002d\u0020\u0052es\u006f\u006c\u0075\u0074\u0069\u006f\u006e\u0058\u003a\u0020\u0025\u0064\u000a",_acdc .ResolutionX )); -_cecb .WriteString (_dg .Sprintf ("\u0009\u002d\u0020\u0052es\u006f\u006c\u0075\u0074\u0069\u006f\u006e\u0059\u003a\u0020\u0025\u0064\u000a",_acdc .ResolutionY ));_cecb .WriteString (_dg .Sprintf ("\t\u002d\u0020\u0043\u006f\u006d\u0062i\u006e\u0061\u0074\u0069\u006f\u006e\u004f\u0070\u0065r\u0061\u0074\u006fr\u003a \u0025\u0073\u000a",_acdc ._bca )); -_cecb .WriteString (_dg .Sprintf ("\t\u002d\u0020\u0043\u006f\u006d\u0062i\u006e\u0061\u0074\u0069\u006f\u006eO\u0070\u0065\u0072\u0061\u0074\u006f\u0072O\u0076\u0065\u0072\u0072\u0069\u0064\u0065\u003a\u0020\u0025v\u000a",_acdc ._gced ));_cecb .WriteString (_dg .Sprintf ("\u0009-\u0020I\u0073\u004c\u006f\u0073\u0073l\u0065\u0073s\u003a\u0020\u0025\u0076\u000a",_acdc .IsLossless )); -_cecb .WriteString (_dg .Sprintf ("\u0009\u002d\u0020R\u0065\u0071\u0075\u0069r\u0065\u0073\u0041\u0075\u0078\u0069\u006ci\u0061\u0072\u0079\u0042\u0075\u0066\u0066\u0065\u0072\u003a\u0020\u0025\u0076\u000a",_acdc ._fgaa ));_cecb .WriteString (_dg .Sprintf ("\u0009\u002d\u0020M\u0069\u0067\u0068\u0074C\u006f\u006e\u0074\u0061\u0069\u006e\u0052e\u0066\u0069\u006e\u0065\u006d\u0065\u006e\u0074\u0073\u003a\u0020\u0025\u0076\u000a",_acdc ._cadb )); -_cecb .WriteString (_dg .Sprintf ("\u0009\u002d\u0020\u0049\u0073\u0053\u0074\u0072\u0069\u0070\u0065\u0064:\u0020\u0025\u0076\u000a",_acdc .IsStripe ));_cecb .WriteString (_dg .Sprintf ("\t\u002d\u0020\u004d\u0061xS\u0074r\u0069\u0070\u0065\u0053\u0069z\u0065\u003a\u0020\u0025\u0076\u000a",_acdc .MaxStripeSize )); -return _cecb .String ();};func (_fdge *TableSegment )parseHeader ()error {var (_fffg int ;_cdb uint64 ;_cgf error ;);_fffg ,_cgf =_fdge ._ebef .ReadBit ();if _cgf !=nil {return _cgf ;};if _fffg ==1{return _dg .Errorf ("\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0074\u0061\u0062\u006c\u0065 \u0073\u0065\u0067\u006d\u0065\u006e\u0074\u0020\u0064e\u0066\u0069\u006e\u0069\u0074\u0069\u006f\u006e\u002e\u0020\u0042\u002e\u0032\u002e1\u0020\u0043\u006f\u0064\u0065\u0020\u0054\u0061\u0062\u006c\u0065\u0020\u0066\u006c\u0061\u0067\u0073\u003a\u0020\u0042\u0069\u0074\u0020\u0037\u0020\u006d\u0075\u0073\u0074\u0020b\u0065\u0020\u007a\u0065\u0072\u006f\u002e\u0020\u0057a\u0073\u003a \u0025\u0064",_fffg ); -};if _cdb ,_cgf =_fdge ._ebef .ReadBits (3);_cgf !=nil {return _cgf ;};_fdge ._bfcc =(int32 (_cdb )+1)&0xf;if _cdb ,_cgf =_fdge ._ebef .ReadBits (3);_cgf !=nil {return _cgf ;};_fdge ._dfdfb =(int32 (_cdb )+1)&0xf;if _cdb ,_cgf =_fdge ._ebef .ReadBits (32); -_cgf !=nil {return _cgf ;};_fdge ._gefag =int32 (_cdb &_c .MaxInt32 );if _cdb ,_cgf =_fdge ._ebef .ReadBits (32);_cgf !=nil {return _cgf ;};_fdge ._gafe =int32 (_cdb &_c .MaxInt32 );return nil ;};type EncodeInitializer interface{InitEncode ();};func (_dcea *GenericRegion )Encode (w _ae .BinaryWriter )(_cafc int ,_eeaf error ){const _fbfg ="G\u0065n\u0065\u0072\u0069\u0063\u0052\u0065\u0067\u0069o\u006e\u002e\u0045\u006eco\u0064\u0065"; -if _dcea .Bitmap ==nil {return 0,_fe .Error (_fbfg ,"\u0070\u0072\u006f\u0076id\u0065\u0064\u0020\u006e\u0069\u006c\u0020\u0062\u0069\u0074\u006d\u0061\u0070");};_efe ,_eeaf :=_dcea .RegionSegment .Encode (w );if _eeaf !=nil {return 0,_fe .Wrap (_eeaf ,_fbfg ,"\u0052\u0065\u0067\u0069\u006f\u006e\u0053\u0065\u0067\u006d\u0065\u006e\u0074"); -};_cafc +=_efe ;if _eeaf =w .SkipBits (4);_eeaf !=nil {return _cafc ,_fe .Wrap (_eeaf ,_fbfg ,"\u0073k\u0069p\u0020\u0072\u0065\u0073\u0065r\u0076\u0065d\u0020\u0062\u0069\u0074\u0073");};var _aed int ;if _dcea .IsTPGDon {_aed =1;};if _eeaf =w .WriteBit (_aed ); -_eeaf !=nil {return _cafc ,_fe .Wrap (_eeaf ,_fbfg ,"\u0074\u0070\u0067\u0064\u006f\u006e");};_aed =0;if _eeaf =w .WriteBit (int (_dcea .GBTemplate >>1)&0x01);_eeaf !=nil {return _cafc ,_fe .Wrap (_eeaf ,_fbfg ,"f\u0069r\u0073\u0074\u0020\u0067\u0062\u0074\u0065\u006dp\u006c\u0061\u0074\u0065 b\u0069\u0074"); -};if _eeaf =w .WriteBit (int (_dcea .GBTemplate )&0x01);_eeaf !=nil {return _cafc ,_fe .Wrap (_eeaf ,_fbfg ,"s\u0065\u0063\u006f\u006ed \u0067b\u0074\u0065\u006d\u0070\u006ca\u0074\u0065\u0020\u0062\u0069\u0074");};if _dcea .UseMMR {_aed =1;};if _eeaf =w .WriteBit (_aed ); -_eeaf !=nil {return _cafc ,_fe .Wrap (_eeaf ,_fbfg ,"u\u0073\u0065\u0020\u004d\u004d\u0052\u0020\u0062\u0069\u0074");};_cafc ++;if _efe ,_eeaf =_dcea .writeGBAtPixels (w );_eeaf !=nil {return _cafc ,_fe .Wrap (_eeaf ,_fbfg ,"");};_cafc +=_efe ;_dbg :=_gc .New (); -if _eeaf =_dbg .EncodeBitmap (_dcea .Bitmap ,_dcea .IsTPGDon );_eeaf !=nil {return _cafc ,_fe .Wrap (_eeaf ,_fbfg ,"");};_dbg .Final ();var _cce int64 ;if _cce ,_eeaf =_dbg .WriteTo (w );_eeaf !=nil {return _cafc ,_fe .Wrap (_eeaf ,_fbfg ,"");};_cafc +=int (_cce ); -return _cafc ,nil ;};func (_bbed *SymbolDictionary )decodeHeightClassBitmap (_feab *_df .Bitmap ,_efcg int64 ,_bdadd int ,_eage []int )error {for _gdfg :=_efcg ;_gdfg < int64 (_bbed ._dacc );_gdfg ++{var _ffe int ;for _gbea :=_efcg ;_gbea <=_gdfg -1;_gbea ++{_ffe +=_eage [_gbea ]; -};_ddfg :=_f .Rect (_ffe ,0,_ffe +_eage [_gdfg ],_bdadd );_bddd ,_abg :=_df .Extract (_ddfg ,_feab );if _abg !=nil {return _abg ;};_bbed ._dede [_gdfg ]=_bddd ;_bbed ._bccf =append (_bbed ._bccf ,_bddd );};return nil ;};func (_bfdb *GenericRegion )overrideAtTemplate2 (_acg ,_agga ,_cadg ,_acfa ,_efc int )int {_acg &=0x3FB; -if _bfdb .GBAtY [0]==0&&_bfdb .GBAtX [0]>=-int8 (_efc ){_acg |=(_acfa >>uint (7-(int8 (_efc )+_bfdb .GBAtX [0]))&0x1)<<2;}else {_acg |=int (_bfdb .getPixel (_agga +int (_bfdb .GBAtX [0]),_cadg +int (_bfdb .GBAtY [0])))<<2;};return _acg ;};var _ templater =&template1 {}; -func (_baff *PageInformationSegment )Encode (w _ae .BinaryWriter )(_cacd int ,_adde error ){const _effe ="\u0050\u0061g\u0065\u0049\u006e\u0066\u006f\u0072\u006d\u0061\u0074\u0069\u006f\u006e\u0053\u0065\u0067\u006d\u0065\u006e\u0074\u002e\u0045\u006eco\u0064\u0065"; -_ccce :=make ([]byte ,4);_d .BigEndian .PutUint32 (_ccce ,uint32 (_baff .PageBMWidth ));_cacd ,_adde =w .Write (_ccce );if _adde !=nil {return _cacd ,_fe .Wrap (_adde ,_effe ,"\u0077\u0069\u0064t\u0068");};_d .BigEndian .PutUint32 (_ccce ,uint32 (_baff .PageBMHeight )); -var _agbe int ;_agbe ,_adde =w .Write (_ccce );if _adde !=nil {return _agbe +_cacd ,_fe .Wrap (_adde ,_effe ,"\u0068\u0065\u0069\u0067\u0068\u0074");};_cacd +=_agbe ;_d .BigEndian .PutUint32 (_ccce ,uint32 (_baff .ResolutionX ));_agbe ,_adde =w .Write (_ccce ); -if _adde !=nil {return _agbe +_cacd ,_fe .Wrap (_adde ,_effe ,"\u0078\u0020\u0072e\u0073\u006f\u006c\u0075\u0074\u0069\u006f\u006e");};_cacd +=_agbe ;_d .BigEndian .PutUint32 (_ccce ,uint32 (_baff .ResolutionY ));if _agbe ,_adde =w .Write (_ccce );_adde !=nil {return _agbe +_cacd ,_fe .Wrap (_adde ,_effe ,"\u0079\u0020\u0072e\u0073\u006f\u006c\u0075\u0074\u0069\u006f\u006e"); -};_cacd +=_agbe ;if _adde =_baff .encodeFlags (w );_adde !=nil {return _cacd ,_fe .Wrap (_adde ,_effe ,"");};_cacd ++;if _agbe ,_adde =_baff .encodeStripingInformation (w );_adde !=nil {return _cacd ,_fe .Wrap (_adde ,_effe ,"");};_cacd +=_agbe ;return _cacd ,nil ; -};var _ SegmentEncoder =&GenericRegion {};func (_gecd *HalftoneRegion )GetRegionBitmap ()(*_df .Bitmap ,error ){if _gecd .HalftoneRegionBitmap !=nil {return _gecd .HalftoneRegionBitmap ,nil ;};var _deggb error ;_gecd .HalftoneRegionBitmap =_df .New (int (_gecd .RegionSegment .BitmapWidth ),int (_gecd .RegionSegment .BitmapHeight )); -if _gecd .Patterns ==nil ||(_gecd .Patterns !=nil &&len (_gecd .Patterns )==0){_gecd .Patterns ,_deggb =_gecd .GetPatterns ();if _deggb !=nil {return nil ,_deggb ;};};if _gecd .HDefaultPixel ==1{_gecd .HalftoneRegionBitmap .SetDefaultPixel ();};_ebgd :=_c .Ceil (_c .Log (float64 (len (_gecd .Patterns )))/_c .Log (2)); -_ccf :=int (_ebgd );var _cdag [][]int ;_cdag ,_deggb =_gecd .grayScaleDecoding (_ccf );if _deggb !=nil {return nil ,_deggb ;};if _deggb =_gecd .renderPattern (_cdag );_deggb !=nil {return nil ,_deggb ;};return _gecd .HalftoneRegionBitmap ,nil ;};func (_egab *Header )String ()string {_gedf :=&_a .Builder {}; -_gedf .WriteString ("\u000a[\u0053E\u0047\u004d\u0045\u004e\u0054-\u0048\u0045A\u0044\u0045\u0052\u005d\u000a");_gedf .WriteString (_dg .Sprintf ("\t\u002d\u0020\u0053\u0065gm\u0065n\u0074\u004e\u0075\u006d\u0062e\u0072\u003a\u0020\u0025\u0076\u000a",_egab .SegmentNumber )); -_gedf .WriteString (_dg .Sprintf ("\u0009\u002d\u0020T\u0079\u0070\u0065\u003a\u0020\u0025\u0076\u000a",_egab .Type ));_gedf .WriteString (_dg .Sprintf ("\u0009-\u0020R\u0065\u0074\u0061\u0069\u006eF\u006c\u0061g\u003a\u0020\u0025\u0076\u000a",_egab .RetainFlag )); -_gedf .WriteString (_dg .Sprintf ("\u0009\u002d\u0020Pa\u0067\u0065\u0041\u0073\u0073\u006f\u0063\u0069\u0061\u0074\u0069\u006f\u006e\u003a\u0020\u0025\u0076\u000a",_egab .PageAssociation ));_gedf .WriteString (_dg .Sprintf ("\u0009\u002d\u0020\u0050\u0061\u0067\u0065\u0041\u0073\u0073\u006f\u0063\u0069\u0061\u0074i\u006fn\u0046\u0069\u0065\u006c\u0064\u0053\u0069\u007a\u0065\u003a\u0020\u0025\u0076\u000a",_egab .PageAssociationFieldSize )); -_gedf .WriteString ("\u0009-\u0020R\u0054\u0053\u0045\u0047\u004d\u0045\u004e\u0054\u0053\u003a\u000a");for _ ,_bdg :=range _egab .RTSNumbers {_gedf .WriteString (_dg .Sprintf ("\u0009\t\u002d\u0020\u0025\u0064\u000a",_bdg ));};_gedf .WriteString (_dg .Sprintf ("\t\u002d \u0048\u0065\u0061\u0064\u0065\u0072\u004c\u0065n\u0067\u0074\u0068\u003a %\u0076\u000a",_egab .HeaderLength )); -_gedf .WriteString (_dg .Sprintf ("\u0009-\u0020\u0053\u0065\u0067m\u0065\u006e\u0074\u0044\u0061t\u0061L\u0065n\u0067\u0074\u0068\u003a\u0020\u0025\u0076\n",_egab .SegmentDataLength ));_gedf .WriteString (_dg .Sprintf ("\u0009\u002d\u0020\u0053\u0065\u0067\u006d\u0065\u006e\u0074D\u0061\u0074\u0061\u0053\u0074\u0061\u0072t\u004f\u0066\u0066\u0073\u0065\u0074\u003a\u0020\u0025\u0076\u000a",_egab .SegmentDataStartOffset )); -return _gedf .String ();};func (_ffda *SymbolDictionary )getSbSymCodeLen ()int8 {_edcf :=int8 (_c .Ceil (_c .Log (float64 (_ffda ._eaab +_ffda .NumberOfNewSymbols ))/_c .Log (2)));if _ffda .IsHuffmanEncoded &&_edcf < 1{return 1;};return _edcf ;};func (_dcdd *TextRegion )decodeRdh ()(int64 ,error ){const _dcedf ="\u0064e\u0063\u006f\u0064\u0065\u0052\u0064h"; -if _dcdd .IsHuffmanEncoded {if _dcdd .SbHuffRDHeight ==3{if _dcdd ._cagbc ==nil {var (_geab int ;_eafe error ;);if _dcdd .SbHuffFS ==3{_geab ++;};if _dcdd .SbHuffDS ==3{_geab ++;};if _dcdd .SbHuffDT ==3{_geab ++;};if _dcdd .SbHuffRDWidth ==3{_geab ++;}; -_dcdd ._cagbc ,_eafe =_dcdd .getUserTable (_geab );if _eafe !=nil {return 0,_fe .Wrap (_eafe ,_dcedf ,"");};};return _dcdd ._cagbc .Decode (_dcdd ._deba );};_bded ,_daeb :=_ge .GetStandardTable (14+int (_dcdd .SbHuffRDHeight ));if _daeb !=nil {return 0,_fe .Wrap (_daeb ,_dcedf ,""); -};return _bded .Decode (_dcdd ._deba );};_bdbcf ,_aggcg :=_dcdd ._fagf .DecodeInt (_dcdd ._gbgf );if _aggcg !=nil {return 0,_fe .Wrap (_aggcg ,_dcedf ,"");};return int64 (_bdbcf ),nil ;};func (_edad *SymbolDictionary )setSymbolsArray ()error {if _edad ._fege ==nil {if _gffe :=_edad .retrieveImportSymbols (); -_gffe !=nil {return _gffe ;};};if _edad ._bccf ==nil {_edad ._bccf =append (_edad ._bccf ,_edad ._fege ...);};return nil ;};func NewRegionSegment (r *_ae .Reader )*RegionSegment {return &RegionSegment {_gega :r }};func (_ebbc *HalftoneRegion )GetPatterns ()([]*_df .Bitmap ,error ){var (_add []*_df .Bitmap ; -_ecb error ;);for _ ,_fgf :=range _ebbc ._bfed .RTSegments {var _bdba Segmenter ;_bdba ,_ecb =_fgf .GetSegmentData ();if _ecb !=nil {_af .Log .Debug ("\u0047e\u0074\u0053\u0065\u0067m\u0065\u006e\u0074\u0044\u0061t\u0061 \u0066a\u0069\u006c\u0065\u0064\u003a\u0020\u0025v",_ecb ); -return nil ,_ecb ;};_bdf ,_bfbb :=_bdba .(*PatternDictionary );if !_bfbb {_ecb =_dg .Errorf ("\u0072e\u006c\u0061t\u0065\u0064\u0020\u0073e\u0067\u006d\u0065n\u0074\u0020\u006e\u006f\u0074\u0020\u0061\u0020\u0070at\u0074\u0065\u0072n\u0020\u0064i\u0063\u0074\u0069\u006f\u006e\u0061r\u0079\u003a \u0025\u0054",_bdba ); -return nil ,_ecb ;};var _bcge []*_df .Bitmap ;_bcge ,_ecb =_bdf .GetDictionary ();if _ecb !=nil {_af .Log .Debug ("\u0070\u0061\u0074\u0074\u0065\u0072\u006e\u0020\u0047\u0065\u0074\u0044\u0069\u0063\u0074i\u006fn\u0061\u0072\u0079\u0020\u0066\u0061\u0069\u006c\u0065\u0064\u003a\u0020\u0025\u0076",_ecb ); -return nil ,_ecb ;};_add =append (_add ,_bcge ...);};return _add ,nil ;};const (TSymbolDictionary Type =0;TIntermediateTextRegion Type =4;TImmediateTextRegion Type =6;TImmediateLosslessTextRegion Type =7;TPatternDictionary Type =16;TIntermediateHalftoneRegion Type =20; -TImmediateHalftoneRegion Type =22;TImmediateLosslessHalftoneRegion Type =23;TIntermediateGenericRegion Type =36;TImmediateGenericRegion Type =38;TImmediateLosslessGenericRegion Type =39;TIntermediateGenericRefinementRegion Type =40;TImmediateGenericRefinementRegion Type =42; -TImmediateLosslessGenericRefinementRegion Type =43;TPageInformation Type =48;TEndOfPage Type =49;TEndOfStrip Type =50;TEndOfFile Type =51;TProfiles Type =52;TTables Type =53;TExtension Type =62;TBitmap Type =70;);func (_dcgb *PageInformationSegment )encodeStripingInformation (_feaa _ae .BinaryWriter )(_gfdd int ,_cagb error ){const _dbe ="\u0065n\u0063\u006f\u0064\u0065S\u0074\u0072\u0069\u0070\u0069n\u0067I\u006ef\u006f\u0072\u006d\u0061\u0074\u0069\u006fn"; -if !_dcgb .IsStripe {if _gfdd ,_cagb =_feaa .Write ([]byte {0x00,0x00});_cagb !=nil {return 0,_fe .Wrap (_cagb ,_dbe ,"n\u006f\u0020\u0073\u0074\u0072\u0069\u0070\u0069\u006e\u0067");};return _gfdd ,nil ;};_eddg :=make ([]byte ,2);_d .BigEndian .PutUint16 (_eddg ,_dcgb .MaxStripeSize |1<<15); -if _gfdd ,_cagb =_feaa .Write (_eddg );_cagb !=nil {return 0,_fe .Wrapf (_cagb ,_dbe ,"\u0073\u0074\u0072i\u0070\u0069\u006e\u0067\u003a\u0020\u0025\u0064",_dcgb .MaxStripeSize );};return _gfdd ,nil ;};func (_fdegd *GenericRegion )setOverrideFlag (_fada int ){_fdegd .GBAtOverride [_fada ]=true ; -_fdegd ._dca =true ;};func (_bdbc *Header )referenceSize ()uint {switch {case _bdbc .SegmentNumber <=255:return 1;case _bdbc .SegmentNumber <=65535:return 2;default:return 4;};};func (_gdegf *Header )writeSegmentPageAssociation (_bfedg _ae .BinaryWriter )(_egbf int ,_aaabc error ){const _bcgb ="w\u0072\u0069\u0074\u0065\u0053\u0065g\u006d\u0065\u006e\u0074\u0050\u0061\u0067\u0065\u0041s\u0073\u006f\u0063i\u0061t\u0069\u006f\u006e"; -if _gdegf .pageSize ()!=4{if _aaabc =_bfedg .WriteByte (byte (_gdegf .PageAssociation ));_aaabc !=nil {return 0,_fe .Wrap (_aaabc ,_bcgb ,"\u0070\u0061\u0067\u0065\u0053\u0069\u007a\u0065\u0020\u0021\u003d\u0020\u0034");};return 1,nil ;};_fdae :=make ([]byte ,4); -_d .BigEndian .PutUint32 (_fdae ,uint32 (_gdegf .PageAssociation ));if _egbf ,_aaabc =_bfedg .Write (_fdae );_aaabc !=nil {return 0,_fe .Wrap (_aaabc ,_bcgb ,"\u0034 \u0062y\u0074\u0065\u0020\u0070\u0061g\u0065\u0020n\u0075\u006d\u0062\u0065\u0072");}; -return _egbf ,nil ;};func (_fdba *GenericRegion )decodeLine (_bcbg ,_ccee ,_ggac int )error {const _cec ="\u0064\u0065\u0063\u006f\u0064\u0065\u004c\u0069\u006e\u0065";_fcabc :=_fdba .Bitmap .GetByteIndex (0,_bcbg );_bebe :=_fcabc -_fdba .Bitmap .RowStride ; -switch _fdba .GBTemplate {case 0:if !_fdba .UseExtTemplates {return _fdba .decodeTemplate0a (_bcbg ,_ccee ,_ggac ,_fcabc ,_bebe );};return _fdba .decodeTemplate0b (_bcbg ,_ccee ,_ggac ,_fcabc ,_bebe );case 1:return _fdba .decodeTemplate1 (_bcbg ,_ccee ,_ggac ,_fcabc ,_bebe ); -case 2:return _fdba .decodeTemplate2 (_bcbg ,_ccee ,_ggac ,_fcabc ,_bebe );case 3:return _fdba .decodeTemplate3 (_bcbg ,_ccee ,_ggac ,_fcabc ,_bebe );};return _fe .Errorf (_cec ,"\u0069\u006e\u0076a\u006c\u0069\u0064\u0020G\u0042\u0054\u0065\u006d\u0070\u006c\u0061t\u0065\u0020\u0070\u0072\u006f\u0076\u0069\u0064\u0065\u0064\u003a\u0020\u0025\u0064",_fdba .GBTemplate ); -};func (_ggg *RegionSegment )Encode (w _ae .BinaryWriter )(_ebce int ,_cbc error ){const _edgb ="R\u0065g\u0069\u006f\u006e\u0053\u0065\u0067\u006d\u0065n\u0074\u002e\u0045\u006eco\u0064\u0065";_bfdfe :=make ([]byte ,4);_d .BigEndian .PutUint32 (_bfdfe ,_ggg .BitmapWidth ); -_ebce ,_cbc =w .Write (_bfdfe );if _cbc !=nil {return 0,_fe .Wrap (_cbc ,_edgb ,"\u0057\u0069\u0064t\u0068");};_d .BigEndian .PutUint32 (_bfdfe ,_ggg .BitmapHeight );var _bdbe int ;_bdbe ,_cbc =w .Write (_bfdfe );if _cbc !=nil {return 0,_fe .Wrap (_cbc ,_edgb ,"\u0048\u0065\u0069\u0067\u0068\u0074"); -};_ebce +=_bdbe ;_d .BigEndian .PutUint32 (_bfdfe ,_ggg .XLocation );_bdbe ,_cbc =w .Write (_bfdfe );if _cbc !=nil {return 0,_fe .Wrap (_cbc ,_edgb ,"\u0058L\u006f\u0063\u0061\u0074\u0069\u006fn");};_ebce +=_bdbe ;_d .BigEndian .PutUint32 (_bfdfe ,_ggg .YLocation ); -_bdbe ,_cbc =w .Write (_bfdfe );if _cbc !=nil {return 0,_fe .Wrap (_cbc ,_edgb ,"\u0059L\u006f\u0063\u0061\u0074\u0069\u006fn");};_ebce +=_bdbe ;if _cbc =w .WriteByte (byte (_ggg .CombinaionOperator )&0x07);_cbc !=nil {return 0,_fe .Wrap (_cbc ,_edgb ,"c\u006fm\u0062\u0069\u006e\u0061\u0074\u0069\u006f\u006e \u006f\u0070\u0065\u0072at\u006f\u0072"); -};_ebce ++;return _ebce ,nil ;};type Pager interface{GetSegment (int )(*Header ,error );GetBitmap ()(*_df .Bitmap ,error );};func (_dabff *TextRegion )encodeSymbols (_gedc _ae .BinaryWriter )(_edga int ,_fbffb error ){const _fceg ="\u0065\u006e\u0063\u006f\u0064\u0065\u0053\u0079\u006d\u0062\u006f\u006c\u0073"; -_fgfc :=make ([]byte ,4);_d .BigEndian .PutUint32 (_fgfc ,_dabff .NumberOfSymbols );if _edga ,_fbffb =_gedc .Write (_fgfc );_fbffb !=nil {return _edga ,_fe .Wrap (_fbffb ,_fceg ,"\u004e\u0075\u006dbe\u0072\u004f\u0066\u0053\u0079\u006d\u0062\u006f\u006c\u0049\u006e\u0073\u0074\u0061\u006e\u0063\u0065\u0073"); -};_cacge ,_fbffb :=_df .NewClassedPoints (_dabff ._eegg ,_dabff ._faba );if _fbffb !=nil {return 0,_fe .Wrap (_fbffb ,_fceg ,"");};var _dcfb ,_eegb int ;_cagda :=_gc .New ();_cagda .Init ();if _fbffb =_cagda .EncodeInteger (_gc .IADT ,0);_fbffb !=nil {return _edga ,_fe .Wrap (_fbffb ,_fceg ,"\u0069\u006e\u0069\u0074\u0069\u0061\u006c\u0020\u0044\u0054"); -};_gafa ,_fbffb :=_cacge .GroupByY ();if _fbffb !=nil {return 0,_fe .Wrap (_fbffb ,_fceg ,"");};for _ ,_bggda :=range _gafa {_cggb :=int (_bggda .YAtIndex (0));_geabe :=_cggb -_dcfb ;if _fbffb =_cagda .EncodeInteger (_gc .IADT ,_geabe );_fbffb !=nil {return _edga ,_fe .Wrap (_fbffb ,_fceg ,""); -};var _fcfad int ;for _efda ,_geca :=range _bggda .IntSlice {switch _efda {case 0:_agfgc :=int (_bggda .XAtIndex (_efda ))-_eegb ;if _fbffb =_cagda .EncodeInteger (_gc .IAFS ,_agfgc );_fbffb !=nil {return _edga ,_fe .Wrap (_fbffb ,_fceg ,"");};_eegb +=_agfgc ; -_fcfad =_eegb ;default:_dggd :=int (_bggda .XAtIndex (_efda ))-_fcfad ;if _fbffb =_cagda .EncodeInteger (_gc .IADS ,_dggd );_fbffb !=nil {return _edga ,_fe .Wrap (_fbffb ,_fceg ,"");};_fcfad +=_dggd ;};_cabbc ,_eggdb :=_dabff ._cdbe .Get (_geca );if _eggdb !=nil {return _edga ,_fe .Wrap (_eggdb ,_fceg ,""); -};_bcfc ,_eafg :=_dabff ._eeaa [_cabbc ];if !_eafg {_bcfc ,_eafg =_dabff ._gecbc [_cabbc ];if !_eafg {return _edga ,_fe .Errorf (_fceg ,"\u0053\u0079\u006d\u0062\u006f\u006c:\u0020\u0027\u0025d\u0027\u0020\u0069s\u0020\u006e\u006f\u0074\u0020\u0066\u006f\u0075\u006e\u0064 \u0069\u006e\u0020\u0067\u006cob\u0061\u006c\u0020\u0061\u006e\u0064\u0020\u006c\u006f\u0063\u0061\u006c\u0020\u0073\u0079\u006d\u0062\u006f\u006c\u0020\u006d\u0061\u0070",_cabbc ); -};};if _eggdb =_cagda .EncodeIAID (_dabff ._dccc ,_bcfc );_eggdb !=nil {return _edga ,_fe .Wrap (_eggdb ,_fceg ,"");};};if _fbffb =_cagda .EncodeOOB (_gc .IADS );_fbffb !=nil {return _edga ,_fe .Wrap (_fbffb ,_fceg ,"");};};_cagda .Final ();_bdfa ,_fbffb :=_cagda .WriteTo (_gedc ); -if _fbffb !=nil {return _edga ,_fe .Wrap (_fbffb ,_fceg ,"");};_edga +=int (_bdfa );return _edga ,nil ;};func (_bagb *PageInformationSegment )readContainsRefinement ()error {_gfdf ,_fcfb :=_bagb ._fgee .ReadBit ();if _fcfb !=nil {return _fcfb ;};if _gfdf ==1{_bagb ._cadb =true ; -};return nil ;};func (_ffbd *TextRegion )checkInput ()error {const _fbbcd ="\u0063\u0068\u0065\u0063\u006b\u0049\u006e\u0070\u0075\u0074";if !_ffbd .UseRefinement {if _ffbd .SbrTemplate !=0{_af .Log .Debug ("\u0053\u0062\u0072Te\u006d\u0070\u006c\u0061\u0074\u0065\u0020\u0073\u0068\u006f\u0075\u006c\u0064\u0020\u0062\u0065\u0020\u0030"); -_ffbd .SbrTemplate =0;};};if _ffbd .SbHuffFS ==2||_ffbd .SbHuffRDWidth ==2||_ffbd .SbHuffRDHeight ==2||_ffbd .SbHuffRDX ==2||_ffbd .SbHuffRDY ==2{return _fe .Error (_fbbcd ,"h\u0075\u0066\u0066\u006d\u0061\u006e \u0066\u006c\u0061\u0067\u0020\u0076a\u006c\u0075\u0065\u0020\u0069\u0073\u0020n\u006f\u0074\u0020\u0070\u0065\u0072\u006d\u0069\u0074\u0074e\u0064"); -};if !_ffbd .UseRefinement {if _ffbd .SbHuffRSize !=0{_af .Log .Debug ("\u0053\u0062\u0048uf\u0066\u0052\u0053\u0069\u007a\u0065\u0020\u0073\u0068\u006f\u0075\u006c\u0064\u0020\u0062\u0065\u0020\u0030");_ffbd .SbHuffRSize =0;};if _ffbd .SbHuffRDY !=0{_af .Log .Debug ("S\u0062\u0048\u0075\u0066fR\u0044Y\u0020\u0073\u0068\u006f\u0075l\u0064\u0020\u0062\u0065\u0020\u0030"); -_ffbd .SbHuffRDY =0;};if _ffbd .SbHuffRDX !=0{_af .Log .Debug ("S\u0062\u0048\u0075\u0066fR\u0044X\u0020\u0073\u0068\u006f\u0075l\u0064\u0020\u0062\u0065\u0020\u0030");_ffbd .SbHuffRDX =0;};if _ffbd .SbHuffRDWidth !=0{_af .Log .Debug ("\u0053b\u0048\u0075\u0066\u0066R\u0044\u0057\u0069\u0064\u0074h\u0020s\u0068o\u0075\u006c\u0064\u0020\u0062\u0065\u00200"); -_ffbd .SbHuffRDWidth =0;};if _ffbd .SbHuffRDHeight !=0{_af .Log .Debug ("\u0053\u0062\u0048\u0075\u0066\u0066\u0052\u0044\u0048\u0065\u0069g\u0068\u0074\u0020\u0073\u0068\u006f\u0075\u006c\u0064\u0020b\u0065\u0020\u0030");_ffbd .SbHuffRDHeight =0;};};return nil ; -};func (_edg *GenericRegion )parseHeader ()(_dbc error ){_af .Log .Trace ("\u005b\u0047\u0045\u004e\u0045\u0052I\u0043\u002d\u0052\u0045\u0047\u0049\u004f\u004e\u005d\u0020\u0050\u0061\u0072s\u0069\u006e\u0067\u0048\u0065\u0061\u0064e\u0072\u002e\u002e\u002e"); -defer func (){if _dbc !=nil {_af .Log .Trace ("\u005b\u0047\u0045\u004e\u0045\u0052\u0049\u0043\u002d\u0052\u0045\u0047\u0049\u004f\u004e]\u0020\u0050\u0061\u0072\u0073\u0069\u006e\u0067\u0048\u0065\u0061\u0064\u0065r\u0020\u0046\u0069\u006e\u0069\u0073\u0068\u0065\u0064\u0020\u0077\u0069th\u0020\u0065\u0072\u0072\u006f\u0072\u002e\u0020\u0025\u0076",_dbc ); -}else {_af .Log .Trace ("\u005b\u0047\u0045\u004e\u0045\u0052\u0049C\u002d\u0052\u0045G\u0049\u004f\u004e]\u0020\u0050a\u0072\u0073\u0069\u006e\u0067\u0048e\u0061de\u0072\u0020\u0046\u0069\u006e\u0069\u0073\u0068\u0065\u0064\u0020\u0053\u0075\u0063\u0063\u0065\u0073\u0073\u0066\u0075\u006c\u006c\u0079\u002e\u002e\u002e"); -};}();var (_bbb int ;_cbd uint64 ;);if _dbc =_edg .RegionSegment .parseHeader ();_dbc !=nil {return _dbc ;};if _ ,_dbc =_edg ._abe .ReadBits (3);_dbc !=nil {return _dbc ;};_bbb ,_dbc =_edg ._abe .ReadBit ();if _dbc !=nil {return _dbc ;};if _bbb ==1{_edg .UseExtTemplates =true ; -};_bbb ,_dbc =_edg ._abe .ReadBit ();if _dbc !=nil {return _dbc ;};if _bbb ==1{_edg .IsTPGDon =true ;};_cbd ,_dbc =_edg ._abe .ReadBits (2);if _dbc !=nil {return _dbc ;};_edg .GBTemplate =byte (_cbd &0xf);_bbb ,_dbc =_edg ._abe .ReadBit ();if _dbc !=nil {return _dbc ; -};if _bbb ==1{_edg .IsMMREncoded =true ;};if !_edg .IsMMREncoded {_cde :=1;if _edg .GBTemplate ==0{_cde =4;if _edg .UseExtTemplates {_cde =12;};};if _dbc =_edg .readGBAtPixels (_cde );_dbc !=nil {return _dbc ;};};if _dbc =_edg .computeSegmentDataStructure (); -_dbc !=nil {return _dbc ;};_af .Log .Trace ("\u0025\u0073",_edg );return nil ;};func (_dbada *TextRegion )String ()string {_gaea :=&_a .Builder {};_gaea .WriteString ("\u000a[\u0054E\u0058\u0054\u0020\u0052\u0045\u0047\u0049\u004f\u004e\u005d\u000a");_gaea .WriteString (_dbada .RegionInfo .String ()+"\u000a"); -_gaea .WriteString (_dg .Sprintf ("\u0009\u002d\u0020\u0053br\u0054\u0065\u006d\u0070\u006c\u0061\u0074\u0065\u003a\u0020\u0025\u0076\u000a",_dbada .SbrTemplate ));_gaea .WriteString (_dg .Sprintf ("\u0009-\u0020S\u0062\u0044\u0073\u004f\u0066f\u0073\u0065t\u003a\u0020\u0025\u0076\u000a",_dbada .SbDsOffset )); -_gaea .WriteString (_dg .Sprintf ("\t\u002d \u0044\u0065\u0066\u0061\u0075\u006c\u0074\u0050i\u0078\u0065\u006c\u003a %\u0076\u000a",_dbada .DefaultPixel ));_gaea .WriteString (_dg .Sprintf ("\t\u002d\u0020\u0043\u006f\u006d\u0062i\u006e\u0061\u0074\u0069\u006f\u006e\u004f\u0070\u0065r\u0061\u0074\u006fr\u003a \u0025\u0076\u000a",_dbada .CombinationOperator )); -_gaea .WriteString (_dg .Sprintf ("\t\u002d \u0049\u0073\u0054\u0072\u0061\u006e\u0073\u0070o\u0073\u0065\u0064\u003a %\u0076\u000a",_dbada .IsTransposed ));_gaea .WriteString (_dg .Sprintf ("\u0009\u002d\u0020Re\u0066\u0065\u0072\u0065\u006e\u0063\u0065\u0043\u006f\u0072\u006e\u0065\u0072\u003a\u0020\u0025\u0076\u000a",_dbada .ReferenceCorner )); -_gaea .WriteString (_dg .Sprintf ("\t\u002d\u0020\u0055\u0073eR\u0065f\u0069\u006e\u0065\u006d\u0065n\u0074\u003a\u0020\u0025\u0076\u000a",_dbada .UseRefinement ));_gaea .WriteString (_dg .Sprintf ("\u0009-\u0020\u0049\u0073\u0048\u0075\u0066\u0066\u006d\u0061\u006e\u0045n\u0063\u006f\u0064\u0065\u0064\u003a\u0020\u0025\u0076\u000a",_dbada .IsHuffmanEncoded )); -if _dbada .IsHuffmanEncoded {_gaea .WriteString (_dg .Sprintf ("\u0009\u002d\u0020\u0053bH\u0075\u0066\u0066\u0052\u0053\u0069\u007a\u0065\u003a\u0020\u0025\u0076\u000a",_dbada .SbHuffRSize ));_gaea .WriteString (_dg .Sprintf ("\u0009\u002d\u0020\u0053\u0062\u0048\u0075\u0066\u0066\u0052\u0044\u0059:\u0020\u0025\u0076\u000a",_dbada .SbHuffRDY )); -_gaea .WriteString (_dg .Sprintf ("\u0009\u002d\u0020\u0053\u0062\u0048\u0075\u0066\u0066\u0052\u0044\u0058:\u0020\u0025\u0076\u000a",_dbada .SbHuffRDX ));_gaea .WriteString (_dg .Sprintf ("\u0009\u002d\u0020\u0053bH\u0075\u0066\u0066\u0052\u0044\u0048\u0065\u0069\u0067\u0068\u0074\u003a\u0020\u0025v\u000a",_dbada .SbHuffRDHeight )); -_gaea .WriteString (_dg .Sprintf ("\t\u002d\u0020\u0053\u0062Hu\u0066f\u0052\u0044\u0057\u0069\u0064t\u0068\u003a\u0020\u0025\u0076\u000a",_dbada .SbHuffRDWidth ));_gaea .WriteString (_dg .Sprintf ("\u0009\u002d \u0053\u0062\u0048u\u0066\u0066\u0044\u0054\u003a\u0020\u0025\u0076\u000a",_dbada .SbHuffDT )); -_gaea .WriteString (_dg .Sprintf ("\u0009\u002d \u0053\u0062\u0048u\u0066\u0066\u0044\u0053\u003a\u0020\u0025\u0076\u000a",_dbada .SbHuffDS ));_gaea .WriteString (_dg .Sprintf ("\u0009\u002d \u0053\u0062\u0048u\u0066\u0066\u0046\u0053\u003a\u0020\u0025\u0076\u000a",_dbada .SbHuffFS )); -};_gaea .WriteString (_dg .Sprintf ("\u0009\u002d\u0020\u0053\u0062\u0072\u0041\u0054\u0058:\u0020\u0025\u0076\u000a",_dbada .SbrATX ));_gaea .WriteString (_dg .Sprintf ("\u0009\u002d\u0020\u0053\u0062\u0072\u0041\u0054\u0059:\u0020\u0025\u0076\u000a",_dbada .SbrATY )); -_gaea .WriteString (_dg .Sprintf ("\u0009\u002d\u0020N\u0075\u006d\u0062\u0065r\u004f\u0066\u0053\u0079\u006d\u0062\u006fl\u0049\u006e\u0073\u0074\u0061\u006e\u0063\u0065\u0073\u003a\u0020\u0025\u0076\u000a",_dbada .NumberOfSymbolInstances ));_gaea .WriteString (_dg .Sprintf ("\u0009\u002d\u0020\u0053\u0062\u0072\u0041\u0054\u0058:\u0020\u0025\u0076\u000a",_dbada .SbrATX )); -return _gaea .String ();};func (_aabec *SymbolDictionary )checkInput ()error {if _aabec .SdHuffDecodeHeightSelection ==2{_af .Log .Debug ("\u0053\u0079\u006d\u0062\u006fl\u0020\u0044\u0069\u0063\u0074i\u006fn\u0061\u0072\u0079\u0020\u0044\u0065\u0063\u006f\u0064\u0065\u0020\u0048\u0065\u0069\u0067\u0068\u0074\u0020\u0053e\u006c\u0065\u0063\u0074\u0069\u006f\u006e\u003a\u0020\u0025\u0064\u0020\u0076\u0061\u006c\u0075\u0065\u0020\u006e\u006f\u0074\u0020\u0070\u0065r\u006d\u0069\u0074\u0074\u0065\u0064",_aabec .SdHuffDecodeHeightSelection ); -};if _aabec .SdHuffDecodeWidthSelection ==2{_af .Log .Debug ("\u0053\u0079\u006d\u0062\u006f\u006c\u0020\u0044\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079 \u0044\u0065\u0063\u006f\u0064\u0065\u0020\u0057\u0069\u0064t\u0068\u0020\u0053\u0065\u006c\u0065\u0063\u0074\u0069\u006f\u006e\u003a\u0020\u0025\u0064\u0020\u0076\u0061l\u0075\u0065\u0020\u006e\u006f\u0074 \u0070\u0065r\u006d\u0069t\u0074e\u0064",_aabec .SdHuffDecodeWidthSelection ); -};if _aabec .IsHuffmanEncoded {if _aabec .SdTemplate !=0{_af .Log .Debug ("\u0053\u0044T\u0065\u006d\u0070\u006c\u0061\u0074\u0065\u0020\u003d\u0020\u0025\u0064\u0020\u0028\u0073\u0068\u006f\u0075\u006c\u0064\u0020\u0062e \u0030\u0029",_aabec .SdTemplate ); -};if !_aabec .UseRefinementAggregation {if !_aabec .UseRefinementAggregation {if _aabec ._acgc {_af .Log .Debug ("\u0049\u0073\u0043\u006f\u0064\u0069\u006e\u0067C\u006f\u006e\u0074ex\u0074\u0052\u0065\u0074\u0061\u0069n\u0065\u0064\u0020\u003d\u0020\u0074\u0072\u0075\u0065\u0020\u0028\u0073\u0068\u006f\u0075l\u0064\u0020\u0062\u0065\u0020\u0066\u0061\u006cs\u0065\u0029"); -_aabec ._acgc =false ;};if _aabec ._dgeg {_af .Log .Debug ("\u0069s\u0043\u006fd\u0069\u006e\u0067\u0043o\u006e\u0074\u0065x\u0074\u0055\u0073\u0065\u0064\u0020\u003d\u0020\u0074ru\u0065\u0020\u0028s\u0068\u006fu\u006c\u0064\u0020\u0062\u0065\u0020f\u0061\u006cs\u0065\u0029"); -_aabec ._dgeg =false ;};};};}else {if _aabec .SdHuffBMSizeSelection !=0{_af .Log .Debug ("\u0053\u0064\u0048\u0075\u0066\u0066B\u004d\u0053\u0069\u007a\u0065\u0053\u0065\u006c\u0065\u0063\u0074\u0069\u006fn\u0020\u0073\u0068\u006f\u0075\u006c\u0064 \u0062\u0065\u0020\u0030"); -_aabec .SdHuffBMSizeSelection =0;};if _aabec .SdHuffDecodeWidthSelection !=0{_af .Log .Debug ("\u0053\u0064\u0048\u0075\u0066\u0066\u0044\u0065\u0063\u006f\u0064\u0065\u0057\u0069\u0064\u0074\u0068\u0053\u0065\u006c\u0065\u0063\u0074\u0069o\u006e\u0020\u0073\u0068\u006fu\u006c\u0064 \u0062\u0065\u0020\u0030"); -_aabec .SdHuffDecodeWidthSelection =0;};if _aabec .SdHuffDecodeHeightSelection !=0{_af .Log .Debug ("\u0053\u0064\u0048\u0075\u0066\u0066\u0044\u0065\u0063\u006f\u0064\u0065\u0048e\u0069\u0067\u0068\u0074\u0053\u0065l\u0065\u0063\u0074\u0069\u006f\u006e\u0020\u0073\u0068\u006f\u0075\u006c\u0064 \u0062\u0065\u0020\u0030"); -_aabec .SdHuffDecodeHeightSelection =0;};};if !_aabec .UseRefinementAggregation {if _aabec .SdrTemplate !=0{_af .Log .Debug ("\u0053\u0044\u0052\u0054\u0065\u006d\u0070\u006c\u0061\u0074e\u0020\u003d\u0020\u0025\u0064\u0020\u0028s\u0068\u006f\u0075\u006c\u0064\u0020\u0062\u0065\u0020\u0030\u0029",_aabec .SdrTemplate ); -_aabec .SdrTemplate =0;};};if !_aabec .IsHuffmanEncoded ||!_aabec .UseRefinementAggregation {if _aabec .SdHuffAggInstanceSelection {_af .Log .Debug ("\u0053d\u0048\u0075f\u0066\u0041\u0067g\u0049\u006e\u0073\u0074\u0061\u006e\u0063e\u0053\u0065\u006c\u0065\u0063\u0074i\u006f\u006e\u0020\u003d\u0020\u0025\u0064\u0020\u0028\u0073\u0068o\u0075\u006c\u0064\u0020\u0062\u0065\u0020\u0030\u0029",_aabec .SdHuffAggInstanceSelection ); -};};return nil ;};func (_baf *GenericRegion )computeSegmentDataStructure ()error {_baf .DataOffset =_baf ._abe .AbsolutePosition ();_baf .DataHeaderLength =_baf .DataOffset -_baf .DataHeaderOffset ;_baf .DataLength =int64 (_baf ._abe .AbsoluteLength ())-_baf .DataHeaderLength ; -return nil ;};func (_dabb *HalftoneRegion )computeSegmentDataStructure ()error {_dabb .DataOffset =_dabb ._baab .AbsolutePosition ();_dabb .DataHeaderLength =_dabb .DataOffset -_dabb .DataHeaderOffset ;_dabb .DataLength =int64 (_dabb ._baab .AbsoluteLength ())-_dabb .DataHeaderLength ; -return nil ;};func (_gca *HalftoneRegion )Init (hd *Header ,r *_ae .Reader )error {_gca ._baab =r ;_gca ._bfed =hd ;_gca .RegionSegment =NewRegionSegment (r );return _gca .parseHeader ();};func (_abaad *TextRegion )encodeFlags (_ecaf _ae .BinaryWriter )(_ccge int ,_fbdga error ){const _bgfef ="e\u006e\u0063\u006f\u0064\u0065\u0046\u006c\u0061\u0067\u0073"; -if _fbdga =_ecaf .WriteBit (int (_abaad .SbrTemplate ));_fbdga !=nil {return _ccge ,_fe .Wrap (_fbdga ,_bgfef ,"s\u0062\u0072\u0054\u0065\u006d\u0070\u006c\u0061\u0074\u0065");};if _ ,_fbdga =_ecaf .WriteBits (uint64 (_abaad .SbDsOffset ),5);_fbdga !=nil {return _ccge ,_fe .Wrap (_fbdga ,_bgfef ,"\u0073\u0062\u0044\u0073\u004f\u0066\u0066\u0073\u0065\u0074"); -};if _fbdga =_ecaf .WriteBit (int (_abaad .DefaultPixel ));_fbdga !=nil {return _ccge ,_fe .Wrap (_fbdga ,_bgfef ,"\u0044\u0065\u0066a\u0075\u006c\u0074\u0050\u0069\u0078\u0065\u006c");};if _ ,_fbdga =_ecaf .WriteBits (uint64 (_abaad .CombinationOperator ),2); -_fbdga !=nil {return _ccge ,_fe .Wrap (_fbdga ,_bgfef ,"\u0043\u006f\u006d\u0062in\u0061\u0074\u0069\u006f\u006e\u004f\u0070\u0065\u0072\u0061\u0074\u006f\u0072");};if _fbdga =_ecaf .WriteBit (int (_abaad .IsTransposed ));_fbdga !=nil {return _ccge ,_fe .Wrap (_fbdga ,_bgfef ,"\u0069\u0073\u0020\u0074\u0072\u0061\u006e\u0073\u0070\u006f\u0073\u0065\u0064"); -};if _ ,_fbdga =_ecaf .WriteBits (uint64 (_abaad .ReferenceCorner ),2);_fbdga !=nil {return _ccge ,_fe .Wrap (_fbdga ,_bgfef ,"\u0072\u0065f\u0065\u0072\u0065n\u0063\u0065\u0020\u0063\u006f\u0072\u006e\u0065\u0072");};if _ ,_fbdga =_ecaf .WriteBits (uint64 (_abaad .LogSBStrips ),2); -_fbdga !=nil {return _ccge ,_fe .Wrap (_fbdga ,_bgfef ,"L\u006f\u0067\u0053\u0042\u0053\u0074\u0072\u0069\u0070\u0073");};var _cbaa int ;if _abaad .UseRefinement {_cbaa =1;};if _fbdga =_ecaf .WriteBit (_cbaa );_fbdga !=nil {return _ccge ,_fe .Wrap (_fbdga ,_bgfef ,"\u0075\u0073\u0065\u0020\u0072\u0065\u0066\u0069\u006ee\u006d\u0065\u006e\u0074"); -};_cbaa =0;if _abaad .IsHuffmanEncoded {_cbaa =1;};if _fbdga =_ecaf .WriteBit (_cbaa );_fbdga !=nil {return _ccge ,_fe .Wrap (_fbdga ,_bgfef ,"u\u0073\u0065\u0020\u0068\u0075\u0066\u0066\u006d\u0061\u006e");};_ccge =2;return _ccge ,nil ;};func (_bbbf *TextRegion )setCodingStatistics ()error {if _bbbf ._bgce ==nil {_bbbf ._bgce =_b .NewStats (512,1); -};if _bbbf ._deef ==nil {_bbbf ._deef =_b .NewStats (512,1);};if _bbbf ._ccac ==nil {_bbbf ._ccac =_b .NewStats (512,1);};if _bbbf ._cbgce ==nil {_bbbf ._cbgce =_b .NewStats (512,1);};if _bbbf ._gddf ==nil {_bbbf ._gddf =_b .NewStats (512,1);};if _bbbf ._abbd ==nil {_bbbf ._abbd =_b .NewStats (512,1); -};if _bbbf ._gbgf ==nil {_bbbf ._gbgf =_b .NewStats (512,1);};if _bbbf ._bebb ==nil {_bbbf ._bebb =_b .NewStats (1< 0{_ebfb .RTSegments =make ([]*Header ,_ffd );var (_bafg uint64 ;_aaab error ;);for _aced :=0;_aced < _ffd ;_aced ++{_bafg ,_aaab =_gdea .ReadBits (byte (_ebfb .referenceSize ())<<3);if _aaab !=nil {return nil ,_fe .Wrapf (_aaab ,_cfd ,"\u0027\u0025\u0064\u0027 \u0072\u0065\u0066\u0065\u0072\u0072\u0065\u0064\u0020\u0073e\u0067m\u0065\u006e\u0074\u0020\u006e\u0075\u006db\u0065\u0072",_aced ); -};_ebbcc [_aced ]=int (_bafg &_c .MaxInt32 );};};return _ebbcc ,nil ;};func (_adb *GenericRegion )decodeTemplate1 (_fdda ,_ceeg ,_eeb int ,_eege ,_ade int )(_cfeb error ){const _gac ="\u0064e\u0063o\u0064\u0065\u0054\u0065\u006d\u0070\u006c\u0061\u0074\u0065\u0031"; -var (_ffgg ,_cga int ;_aga ,_eba int ;_ddd byte ;_cafcc ,_bea int ;);if _fdda >=1{_ddd ,_cfeb =_adb .Bitmap .GetByte (_ade );if _cfeb !=nil {return _fe .Wrap (_cfeb ,_gac ,"\u006ci\u006e\u0065\u0020\u003e\u003d\u00201");};_aga =int (_ddd );};if _fdda >=2{_ddd ,_cfeb =_adb .Bitmap .GetByte (_ade -_adb .Bitmap .RowStride ); -if _cfeb !=nil {return _fe .Wrap (_cfeb ,_gac ,"\u006ci\u006e\u0065\u0020\u003e\u003d\u00202");};_eba =int (_ddd )<<5;};_ffgg =((_aga >>1)&0x1f8)|((_eba >>1)&0x1e00);for _fcf :=0;_fcf < _eeb ;_fcf =_cafcc {var (_eeac byte ;_bdad int ;);_cafcc =_fcf +8; -if _baaa :=_ceeg -_fcf ;_baaa > 8{_bdad =8;}else {_bdad =_baaa ;};if _fdda > 0{_aga <<=8;if _cafcc < _ceeg {_ddd ,_cfeb =_adb .Bitmap .GetByte (_ade +1);if _cfeb !=nil {return _fe .Wrap (_cfeb ,_gac ,"\u006c\u0069\u006e\u0065\u0020\u003e\u0020\u0030"); -};_aga |=int (_ddd );};};if _fdda > 1{_eba <<=8;if _cafcc < _ceeg {_ddd ,_cfeb =_adb .Bitmap .GetByte (_ade -_adb .Bitmap .RowStride +1);if _cfeb !=nil {return _fe .Wrap (_cfeb ,_gac ,"\u006c\u0069\u006e\u0065\u0020\u003e\u0020\u0031");};_eba |=int (_ddd )<<5; -};};for _fccf :=0;_fccf < _bdad ;_fccf ++{if _adb ._dca {_cga =_adb .overrideAtTemplate1 (_ffgg ,_fcf +_fccf ,_fdda ,int (_eeac ),_fccf );_adb ._bfe .SetIndex (int32 (_cga ));}else {_adb ._bfe .SetIndex (int32 (_ffgg ));};_bea ,_cfeb =_adb ._caf .DecodeBit (_adb ._bfe ); -if _cfeb !=nil {return _fe .Wrap (_cfeb ,_gac ,"");};_eeac |=byte (_bea )<>_aeac )&0x8)|((_eba >>_aeac )&0x200);};if _bad :=_adb .Bitmap .SetByte (_eege ,_eeac );_bad !=nil {return _fe .Wrap (_bad ,_gac ,""); -};_eege ++;_ade ++;};return nil ;};func (_abgf *TextRegion )createRegionBitmap ()error {_abgf .RegionBitmap =_df .New (int (_abgf .RegionInfo .BitmapWidth ),int (_abgf .RegionInfo .BitmapHeight ));if _abgf .DefaultPixel !=0{_abgf .RegionBitmap .SetDefaultPixel (); -};return nil ;};func (_eff *HalftoneRegion )computeX (_cdad ,_cdfa int )int {return _eff .shiftAndFill (int (_eff .HGridX )+_cdad *int (_eff .HRegionY )+_cdfa *int (_eff .HRegionX ));};func (_bagf *SymbolDictionary )setAtPixels ()error {if _bagf .IsHuffmanEncoded {return nil ; -};_dfbd :=1;if _bagf .SdTemplate ==0{_dfbd =4;};if _gdfcf :=_bagf .readAtPixels (_dfbd );_gdfcf !=nil {return _gdfcf ;};return nil ;};func (_egcd *TextRegion )readAmountOfSymbolInstances ()error {_acea ,_caga :=_egcd ._deba .ReadBits (32);if _caga !=nil {return _caga ; -};_egcd .NumberOfSymbolInstances =uint32 (_acea &_c .MaxUint32 );_fef :=_egcd .RegionInfo .BitmapWidth *_egcd .RegionInfo .BitmapHeight ;if _fef < _egcd .NumberOfSymbolInstances {_af .Log .Debug ("\u004c\u0069\u006d\u0069t\u0069\u006e\u0067\u0020t\u0068\u0065\u0020n\u0075\u006d\u0062\u0065\u0072\u0020o\u0066\u0020d\u0065\u0063\u006f\u0064e\u0064\u0020\u0073\u0079m\u0062\u006f\u006c\u0020\u0069n\u0073\u0074\u0061\u006e\u0063\u0065\u0073 \u0074\u006f\u0020\u006f\u006ee\u0020\u0070\u0065\u0072\u0020\u0070\u0069\u0078\u0065l\u0020\u0028\u0020\u0025\u0064\u0020\u0069\u006e\u0073\u0074\u0065\u0061\u0064\u0020\u006f\u0066\u0020\u0025\u0064\u0029",_fef ,_egcd .NumberOfSymbolInstances ); -_egcd .NumberOfSymbolInstances =_fef ;};return nil ;};func (_adda *Header )writeReferredToSegments (_dge _ae .BinaryWriter )(_ecfd int ,_babe error ){const _aegd ="\u0077\u0072\u0069te\u0052\u0065\u0066\u0065\u0072\u0072\u0065\u0064\u0054\u006f\u0053\u0065\u0067\u006d\u0065\u006e\u0074\u0073"; -var (_gfff uint16 ;_caef uint32 ;);_ddaf :=_adda .referenceSize ();_aeff :=1;_bagd :=make ([]byte ,_ddaf );for _ ,_ffcf :=range _adda .RTSNumbers {switch _ddaf {case 4:_caef =uint32 (_ffcf );_d .BigEndian .PutUint32 (_bagd ,_caef );_aeff ,_babe =_dge .Write (_bagd ); -if _babe !=nil {return 0,_fe .Wrap (_babe ,_aegd ,"u\u0069\u006e\u0074\u0033\u0032\u0020\u0073\u0069\u007a\u0065");};case 2:_gfff =uint16 (_ffcf );_d .BigEndian .PutUint16 (_bagd ,_gfff );_aeff ,_babe =_dge .Write (_bagd );if _babe !=nil {return 0,_fe .Wrap (_babe ,_aegd ,"\u0075\u0069\u006e\u0074\u0031\u0036"); -};default:if _babe =_dge .WriteByte (byte (_ffcf ));_babe !=nil {return 0,_fe .Wrap (_babe ,_aegd ,"\u0075\u0069\u006et\u0038");};};_ecfd +=_aeff ;};return _ecfd ,nil ;};func (_geb *GenericRegion )GetRegionInfo ()*RegionSegment {return _geb .RegionSegment }; -type TableSegment struct{_ebef *_ae .Reader ;_cadd int32 ;_dfdfb int32 ;_bfcc int32 ;_gefag int32 ;_gafe int32 ;};func (_agb *GenericRegion )decodeTemplate2 (_fba ,_cfbf ,_bfbg int ,_defcb ,_gbeb int )(_eecf error ){const _egdb ="\u0064e\u0063o\u0064\u0065\u0054\u0065\u006d\u0070\u006c\u0061\u0074\u0065\u0032"; -var (_ddgb ,_abbb int ;_abee ,_acf int ;_gff byte ;_acd ,_affe int ;);if _fba >=1{_gff ,_eecf =_agb .Bitmap .GetByte (_gbeb );if _eecf !=nil {return _fe .Wrap (_eecf ,_egdb ,"\u006ci\u006ee\u004e\u0075\u006d\u0062\u0065\u0072\u0020\u003e\u003d\u0020\u0031"); -};_abee =int (_gff );};if _fba >=2{_gff ,_eecf =_agb .Bitmap .GetByte (_gbeb -_agb .Bitmap .RowStride );if _eecf !=nil {return _fe .Wrap (_eecf ,_egdb ,"\u006ci\u006ee\u004e\u0075\u006d\u0062\u0065\u0072\u0020\u003e\u003d\u0020\u0032");};_acf =int (_gff )<<4; -};_ddgb =(_abee >>3&0x7c)|(_acf >>3&0x380);for _eae :=0;_eae < _bfbg ;_eae =_acd {var (_gcfa byte ;_bdd int ;);_acd =_eae +8;if _abbc :=_cfbf -_eae ;_abbc > 8{_bdd =8;}else {_bdd =_abbc ;};if _fba > 0{_abee <<=8;if _acd < _cfbf {_gff ,_eecf =_agb .Bitmap .GetByte (_gbeb +1); -if _eecf !=nil {return _fe .Wrap (_eecf ,_egdb ,"\u006c\u0069\u006e\u0065\u004e\u0075\u006d\u0062\u0065r\u0020\u003e\u0020\u0030");};_abee |=int (_gff );};};if _fba > 1{_acf <<=8;if _acd < _cfbf {_gff ,_eecf =_agb .Bitmap .GetByte (_gbeb -_agb .Bitmap .RowStride +1); -if _eecf !=nil {return _fe .Wrap (_eecf ,_egdb ,"\u006c\u0069\u006e\u0065\u004e\u0075\u006d\u0062\u0065r\u0020\u003e\u0020\u0031");};_acf |=int (_gff )<<4;};};for _fgbc :=0;_fgbc < _bdd ;_fgbc ++{_bdb :=uint (10-_fgbc );if _agb ._dca {_abbb =_agb .overrideAtTemplate2 (_ddgb ,_eae +_fgbc ,_fba ,int (_gcfa ),_fgbc ); -_agb ._bfe .SetIndex (int32 (_abbb ));}else {_agb ._bfe .SetIndex (int32 (_ddgb ));};_affe ,_eecf =_agb ._caf .DecodeBit (_agb ._bfe );if _eecf !=nil {return _fe .Wrap (_eecf ,_egdb ,"");};_gcfa |=byte (_affe <>_bdb )&0x4)|((_acf >>_bdb )&0x80); -};if _bddf :=_agb .Bitmap .SetByte (_defcb ,_gcfa );_bddf !=nil {return _fe .Wrap (_bddf ,_egdb ,"");};_defcb ++;_gbeb ++;};return nil ;};func (_bfag *HalftoneRegion )shiftAndFill (_feg int )int {_feg >>=8;if _feg < 0{_fgac :=int (_c .Log (float64 (_cegb (_feg )))/_c .Log (2)); -_bffg :=31-_fgac ;for _dda :=1;_dda < _bffg ;_dda ++{_feg |=1<=-int8 (_egc ){_bfdg |=(_bcd >>uint (int8 (_fega )-_bcab .GBAtX [0]&0x1))<<4; +}else {_bfdg |=int (_bcab .getPixel (_ecdg +int (_bcab .GBAtX [0]),_dbg +int (_bcab .GBAtY [0])))<<4;};};if _bcab .GBAtOverride [1]{_bfdg &=0xFBFF;if _bcab .GBAtY [1]==0&&_bcab .GBAtX [1]>=-int8 (_egc ){_bfdg |=(_bcd >>uint (int8 (_fega )-_bcab .GBAtX [1]&0x1))<<10; +}else {_bfdg |=int (_bcab .getPixel (_ecdg +int (_bcab .GBAtX [1]),_dbg +int (_bcab .GBAtY [1])))<<10;};};if _bcab .GBAtOverride [2]{_bfdg &=0xF7FF;if _bcab .GBAtY [2]==0&&_bcab .GBAtX [2]>=-int8 (_egc ){_bfdg |=(_bcd >>uint (int8 (_fega )-_bcab .GBAtX [2]&0x1))<<11; +}else {_bfdg |=int (_bcab .getPixel (_ecdg +int (_bcab .GBAtX [2]),_dbg +int (_bcab .GBAtY [2])))<<11;};};if _bcab .GBAtOverride [3]{_bfdg &=0x7FFF;if _bcab .GBAtY [3]==0&&_bcab .GBAtX [3]>=-int8 (_egc ){_bfdg |=(_bcd >>uint (int8 (_fega )-_bcab .GBAtX [3]&0x1))<<15; +}else {_bfdg |=int (_bcab .getPixel (_ecdg +int (_bcab .GBAtX [3]),_dbg +int (_bcab .GBAtY [3])))<<15;};};return _bfdg ;};func (_fbga *TextRegion )encodeSymbols (_gcbb _b .BinaryWriter )(_bagbd int ,_dbdg error ){const _dcdb ="\u0065\u006e\u0063\u006f\u0064\u0065\u0053\u0079\u006d\u0062\u006f\u006c\u0073"; +_gdad :=make ([]byte ,4);_c .BigEndian .PutUint32 (_gdad ,_fbga .NumberOfSymbols );if _bagbd ,_dbdg =_gcbb .Write (_gdad );_dbdg !=nil {return _bagbd ,_ac .Wrap (_dbdg ,_dcdb ,"\u004e\u0075\u006dbe\u0072\u004f\u0066\u0053\u0079\u006d\u0062\u006f\u006c\u0049\u006e\u0073\u0074\u0061\u006e\u0063\u0065\u0073"); +};_ddgb ,_dbdg :=_be .NewClassedPoints (_fbga ._acbaa ,_fbga ._cdaa );if _dbdg !=nil {return 0,_ac .Wrap (_dbdg ,_dcdb ,"");};var _ggbb ,_aaef int ;_bac :=_fd .New ();_bac .Init ();if _dbdg =_bac .EncodeInteger (_fd .IADT ,0);_dbdg !=nil {return _bagbd ,_ac .Wrap (_dbdg ,_dcdb ,"\u0069\u006e\u0069\u0074\u0069\u0061\u006c\u0020\u0044\u0054"); +};_cdfge ,_dbdg :=_ddgb .GroupByY ();if _dbdg !=nil {return 0,_ac .Wrap (_dbdg ,_dcdb ,"");};for _ ,_efdae :=range _cdfge {_fcag :=int (_efdae .YAtIndex (0));_dbbc :=_fcag -_ggbb ;if _dbdg =_bac .EncodeInteger (_fd .IADT ,_dbbc );_dbdg !=nil {return _bagbd ,_ac .Wrap (_dbdg ,_dcdb ,""); +};var _dadbd int ;for _dcgge ,_dgbe :=range _efdae .IntSlice {switch _dcgge {case 0:_aedf :=int (_efdae .XAtIndex (_dcgge ))-_aaef ;if _dbdg =_bac .EncodeInteger (_fd .IAFS ,_aedf );_dbdg !=nil {return _bagbd ,_ac .Wrap (_dbdg ,_dcdb ,"");};_aaef +=_aedf ; +_dadbd =_aaef ;default:_fafef :=int (_efdae .XAtIndex (_dcgge ))-_dadbd ;if _dbdg =_bac .EncodeInteger (_fd .IADS ,_fafef );_dbdg !=nil {return _bagbd ,_ac .Wrap (_dbdg ,_dcdb ,"");};_dadbd +=_fafef ;};_gbgea ,_cfbc :=_fbga ._adac .Get (_dgbe );if _cfbc !=nil {return _bagbd ,_ac .Wrap (_cfbc ,_dcdb ,""); +};_cdcf ,_eabd :=_fbga ._gdfg [_gbgea ];if !_eabd {_cdcf ,_eabd =_fbga ._caeg [_gbgea ];if !_eabd {return _bagbd ,_ac .Errorf (_dcdb ,"\u0053\u0079\u006d\u0062\u006f\u006c:\u0020\u0027\u0025d\u0027\u0020\u0069s\u0020\u006e\u006f\u0074\u0020\u0066\u006f\u0075\u006e\u0064 \u0069\u006e\u0020\u0067\u006cob\u0061\u006c\u0020\u0061\u006e\u0064\u0020\u006c\u006f\u0063\u0061\u006c\u0020\u0073\u0079\u006d\u0062\u006f\u006c\u0020\u006d\u0061\u0070",_gbgea ); +};};if _cfbc =_bac .EncodeIAID (_fbga ._gcfe ,_cdcf );_cfbc !=nil {return _bagbd ,_ac .Wrap (_cfbc ,_dcdb ,"");};};if _dbdg =_bac .EncodeOOB (_fd .IADS );_dbdg !=nil {return _bagbd ,_ac .Wrap (_dbdg ,_dcdb ,"");};};_bac .Final ();_eedc ,_dbdg :=_bac .WriteTo (_gcbb ); +if _dbdg !=nil {return _bagbd ,_ac .Wrap (_dbdg ,_dcdb ,"");};_bagbd +=int (_eedc );return _bagbd ,nil ;};func (_adaad *TextRegion )setParameters (_cgecd *_aca .Decoder ,_cfgg ,_gggb bool ,_cdcb ,_bfbb uint32 ,_gfgf uint32 ,_ebfff int8 ,_gdeeg uint32 ,_afaa int8 ,_fcge _be .CombinationOperator ,_fdbab int8 ,_ggda int16 ,_eecf ,_ggba ,_fbed ,_ffadc ,_gbee ,_fbgea ,_gadc ,_dgee ,_caceb ,_fcaf int8 ,_cddba ,_gbga []int8 ,_cea []*_be .Bitmap ,_gaadf int8 ){_adaad ._bfga =_cgecd ; +_adaad .IsHuffmanEncoded =_cfgg ;_adaad .UseRefinement =_gggb ;_adaad .RegionInfo .BitmapWidth =_cdcb ;_adaad .RegionInfo .BitmapHeight =_bfbb ;_adaad .NumberOfSymbolInstances =_gfgf ;_adaad .SbStrips =_ebfff ;_adaad .NumberOfSymbols =_gdeeg ;_adaad .DefaultPixel =_afaa ; +_adaad .CombinationOperator =_fcge ;_adaad .IsTransposed =_fdbab ;_adaad .ReferenceCorner =_ggda ;_adaad .SbDsOffset =_eecf ;_adaad .SbHuffFS =_ggba ;_adaad .SbHuffDS =_fbed ;_adaad .SbHuffDT =_ffadc ;_adaad .SbHuffRDWidth =_gbee ;_adaad .SbHuffRDHeight =_fbgea ; +_adaad .SbHuffRSize =_caceb ;_adaad .SbHuffRDX =_gadc ;_adaad .SbHuffRDY =_dgee ;_adaad .SbrTemplate =_fcaf ;_adaad .SbrATX =_cddba ;_adaad .SbrATY =_gbga ;_adaad .Symbols =_cea ;_adaad ._bcac =_gaadf ;};func (_bca *GenericRegion )computeSegmentDataStructure ()error {_bca .DataOffset =_bca ._acfe .AbsolutePosition (); +_bca .DataHeaderLength =_bca .DataOffset -_bca .DataHeaderOffset ;_bca .DataLength =int64 (_bca ._acfe .AbsoluteLength ())-_bca .DataHeaderLength ;return nil ;};type EncodeInitializer interface{InitEncode ();};func (_fcda *GenericRegion )overrideAtTemplate2 (_eab ,_cgga ,_bdcb ,_bbbe ,_fcg int )int {_eab &=0x3FB; +if _fcda .GBAtY [0]==0&&_fcda .GBAtX [0]>=-int8 (_fcg ){_eab |=(_bbbe >>uint (7-(int8 (_fcg )+_fcda .GBAtX [0]))&0x1)<<2;}else {_eab |=int (_fcda .getPixel (_cgga +int (_fcda .GBAtX [0]),_bdcb +int (_fcda .GBAtY [0])))<<2;};return _eab ;};func (_ffea *SymbolDictionary )setInSyms ()error {if _ffea .Header .RTSegments !=nil {return _ffea .retrieveImportSymbols (); +};_ffea ._ggfa =make ([]*_be .Bitmap ,0);return nil ;};func (_aaaab *GenericRegion )setOverrideFlag (_egfg int ){_aaaab .GBAtOverride [_egfg ]=true ;_aaaab ._bbba =true ;};func (_dgeg *TextRegion )decodeID ()(int64 ,error ){if _dgeg .IsHuffmanEncoded {if _dgeg ._bgaa ==nil {_bcfd ,_cggce :=_dgeg ._bfde .ReadBits (byte (_dgeg ._bcac )); +return int64 (_bcfd ),_cggce ;};return _dgeg ._bgaa .Decode (_dgeg ._bfde );};return _dgeg ._bfga .DecodeIAID (uint64 (_dgeg ._bcac ),_dgeg ._fgef );};var _ templater =&template1 {};func NewHeader (d Documenter ,r *_b .Reader ,offset int64 ,organizationType OrganizationType )(*Header ,error ){_bgef :=&Header {Reader :r }; +if _bfcc :=_bgef .parse (d ,r ,offset ,organizationType );_bfcc !=nil {return nil ,_ac .Wrap (_bfcc ,"\u004ee\u0077\u0048\u0065\u0061\u0064\u0065r","");};return _bgef ,nil ;};func (_cef *PageInformationSegment )Size ()int {return 19};func (_daf *GenericRefinementRegion )decodeOptimized (_eea ,_fbg ,_cc ,_feg ,_dag ,_fac ,_ec int )error {var (_de error ; +_acaa int ;_eeb int ;);_eg :=_eea -int (_daf .ReferenceDY );if _bea :=int (-_daf .ReferenceDX );_bea > 0{_acaa =_bea ;};_adg :=_daf .ReferenceBitmap .GetByteIndex (_acaa ,_eg );if _daf .ReferenceDX > 0{_eeb =int (_daf .ReferenceDX );};_fcf :=_daf .RegionBitmap .GetByteIndex (_eeb ,_eea ); +switch _daf .TemplateID {case 0:_de =_daf .decodeTemplate (_eea ,_fbg ,_cc ,_feg ,_dag ,_fac ,_ec ,_fcf ,_eg ,_adg ,_daf ._af );case 1:_de =_daf .decodeTemplate (_eea ,_fbg ,_cc ,_feg ,_dag ,_fac ,_ec ,_fcf ,_eg ,_adg ,_daf ._ad );};return _de ;};func (_gaad *GenericRegion )overrideAtTemplate1 (_bfbd ,_efab ,_ebga ,_gaf ,_fae int )int {_bfbd &=0x1FF7; +if _gaad .GBAtY [0]==0&&_gaad .GBAtX [0]>=-int8 (_fae ){_bfbd |=(_gaf >>uint (7-(int8 (_fae )+_gaad .GBAtX [0]))&0x1)<<3;}else {_bfbd |=int (_gaad .getPixel (_efab +int (_gaad .GBAtX [0]),_ebga +int (_gaad .GBAtY [0])))<<3;};return _bfbd ;};func NewGenericRegion (r *_b .Reader )*GenericRegion {return &GenericRegion {RegionSegment :NewRegionSegment (r ),_acfe :r }; +};func (_efda *SymbolDictionary )readAtPixels (_fggg int )error {_efda .SdATX =make ([]int8 ,_fggg );_efda .SdATY =make ([]int8 ,_fggg );var (_bdbf byte ;_ccff error ;);for _caff :=0;_caff < _fggg ;_caff ++{_bdbf ,_ccff =_efda ._ffaa .ReadByte ();if _ccff !=nil {return _ccff ; +};_efda .SdATX [_caff ]=int8 (_bdbf );_bdbf ,_ccff =_efda ._ffaa .ReadByte ();if _ccff !=nil {return _ccff ;};_efda .SdATY [_caff ]=int8 (_bdbf );};return nil ;};func (_afe *GenericRefinementRegion )parseHeader ()(_eefc error ){_ge .Log .Trace ("\u005b\u0047\u0045\u004e\u0045\u0052\u0049\u0043\u002d\u0052\u0045\u0046\u002d\u0052\u0045\u0047\u0049\u004f\u004e\u005d\u0020\u0070\u0061\u0072s\u0069\u006e\u0067\u0020\u0048e\u0061\u0064e\u0072\u002e\u002e\u002e"); +_egb :=_ce .Now ();defer func (){if _eefc ==nil {_ge .Log .Trace ("\u005b\u0047\u0045\u004e\u0045\u0052\u0049\u0043\u002d\u0052\u0045\u0046\u002d\u0052\u0045G\u0049\u004f\u004e\u005d\u0020\u0070\u0061\u0072\u0073\u0069\u006e\u0067\u0020h\u0065\u0061\u0064\u0065\u0072\u0020\u0066\u0069\u006e\u0069\u0073\u0068id\u0020\u0069\u006e\u003a\u0020\u0025\u0064\u0020\u006e\u0073",_ce .Since (_egb ).Nanoseconds ()); +}else {_ge .Log .Trace ("\u005b\u0047E\u004e\u0045\u0052\u0049\u0043\u002d\u0052\u0045\u0046\u002d\u0052\u0045\u0047\u0049\u004f\u004e\u005d\u0020\u0070\u0061\u0072\u0073\u0069\u006e\u0067\u0020\u0068\u0065\u0061\u0064\u0065\u0072\u0020\u0066\u0061\u0069\u006c\u0065\u0064\u003a\u0020\u0025\u0073",_eefc ); +};}();if _eefc =_afe .RegionInfo .parseHeader ();_eefc !=nil {return _eefc ;};_ ,_eefc =_afe ._acab .ReadBits (6);if _eefc !=nil {return _eefc ;};_afe .IsTPGROn ,_eefc =_afe ._acab .ReadBool ();if _eefc !=nil {return _eefc ;};var _adgg int ;_adgg ,_eefc =_afe ._acab .ReadBit (); +if _eefc !=nil {return _eefc ;};_afe .TemplateID =int8 (_adgg );switch _afe .TemplateID {case 0:_afe .Template =_afe ._af ;if _eefc =_afe .readAtPixels ();_eefc !=nil {return _eefc ;};case 1:_afe .Template =_afe ._ad ;};return nil ;};func (_affd *GenericRegion )writeGBAtPixels (_bdd _b .BinaryWriter )(_egfd int ,_fcga error ){const _decg ="\u0077r\u0069t\u0065\u0047\u0042\u0041\u0074\u0050\u0069\u0078\u0065\u006c\u0073"; +if _affd .UseMMR {return 0,nil ;};_bfcd :=1;if _affd .GBTemplate ==0{_bfcd =4;}else if _affd .UseExtTemplates {_bfcd =12;};if len (_affd .GBAtX )!=_bfcd {return 0,_ac .Errorf (_decg ,"\u0067\u0062\u0020\u0061\u0074\u0020\u0070\u0061\u0069\u0072\u0020\u006e\u0075\u006d\u0062\u0065\u0072\u0020d\u006f\u0065\u0073\u006e\u0027\u0074\u0020m\u0061\u0074\u0063\u0068\u0020\u0074\u006f\u0020\u0047\u0042\u0041t\u0058\u0020\u0073\u006c\u0069\u0063\u0065\u0020\u006c\u0065\u006e"); +};if len (_affd .GBAtY )!=_bfcd {return 0,_ac .Errorf (_decg ,"\u0067\u0062\u0020\u0061\u0074\u0020\u0070\u0061\u0069\u0072\u0020\u006e\u0075\u006d\u0062\u0065\u0072\u0020d\u006f\u0065\u0073\u006e\u0027\u0074\u0020m\u0061\u0074\u0063\u0068\u0020\u0074\u006f\u0020\u0047\u0042\u0041t\u0059\u0020\u0073\u006c\u0069\u0063\u0065\u0020\u006c\u0065\u006e"); +};for _dcd :=0;_dcd < _bfcd ;_dcd ++{if _fcga =_bdd .WriteByte (byte (_affd .GBAtX [_dcd ]));_fcga !=nil {return _egfd ,_ac .Wrap (_fcga ,_decg ,"w\u0072\u0069\u0074\u0065\u0020\u0047\u0042\u0041\u0074\u0058");};_egfd ++;if _fcga =_bdd .WriteByte (byte (_affd .GBAtY [_dcd ])); +_fcga !=nil {return _egfd ,_ac .Wrap (_fcga ,_decg ,"w\u0072\u0069\u0074\u0065\u0020\u0047\u0042\u0041\u0074\u0059");};_egfd ++;};return _egfd ,nil ;};func (_deda *HalftoneRegion )grayScaleDecoding (_affa int )([][]int ,error ){var (_bfbe []int8 ;_gadd []int8 ; +);if !_deda .IsMMREncoded {_bfbe =make ([]int8 ,4);_gadd =make ([]int8 ,4);if _deda .HTemplate <=1{_bfbe [0]=3;}else if _deda .HTemplate >=2{_bfbe [0]=2;};_gadd [0]=-1;_bfbe [1]=-3;_gadd [1]=-1;_bfbe [2]=2;_gadd [2]=-2;_bfbe [3]=-2;_gadd [3]=-2;};_agdb :=make ([]*_be .Bitmap ,_affa ); +_age :=NewGenericRegion (_deda ._daec );_age .setParametersMMR (_deda .IsMMREncoded ,_deda .DataOffset ,_deda .DataLength ,_deda .HGridHeight ,_deda .HGridWidth ,_deda .HTemplate ,false ,_deda .HSkipEnabled ,_bfbe ,_gadd );_fdf :=_affa -1;var _ffd error ; +_agdb [_fdf ],_ffd =_age .GetRegionBitmap ();if _ffd !=nil {return nil ,_ffd ;};for _fdf > 0{_fdf --;_age .Bitmap =nil ;_agdb [_fdf ],_ffd =_age .GetRegionBitmap ();if _ffd !=nil {return nil ,_ffd ;};if _ffd =_deda .combineGrayscalePlanes (_agdb ,_fdf ); +_ffd !=nil {return nil ,_ffd ;};};return _deda .computeGrayScalePlanes (_agdb ,_affa );};func (_ddeb *HalftoneRegion )GetRegionInfo ()*RegionSegment {return _ddeb .RegionSegment };func (_ccd *SymbolDictionary )decodeHeightClassDeltaHeightWithHuffman ()(int64 ,error ){switch _ccd .SdHuffDecodeHeightSelection {case 0:_adba ,_ffde :=_dc .GetStandardTable (4); +if _ffde !=nil {return 0,_ffde ;};return _adba .Decode (_ccd ._ffaa );case 1:_bfbaeb ,_cgda :=_dc .GetStandardTable (5);if _cgda !=nil {return 0,_cgda ;};return _bfbaeb .Decode (_ccd ._ffaa );case 3:if _ccd ._edb ==nil {_badg ,_cfa :=_dc .GetStandardTable (0); +if _cfa !=nil {return 0,_cfa ;};_ccd ._edb =_badg ;};return _ccd ._edb .Decode (_ccd ._ffaa );};return 0,nil ;};func (_acdd *TableSegment )HtPS ()int32 {return _acdd ._aega };func (_bagb *TableSegment )HtHigh ()int32 {return _bagb ._ggec };func (_gadf *GenericRegion )copyLineAbove (_eda int )error {_gecb :=_eda *_gadf .Bitmap .RowStride ; +_ggd :=_gecb -_gadf .Bitmap .RowStride ;for _gdgg :=0;_gdgg < _gadf .Bitmap .RowStride ;_gdgg ++{_cdba ,_faccb :=_gadf .Bitmap .GetByte (_ggd );if _faccb !=nil {return _faccb ;};_ggd ++;if _faccb =_gadf .Bitmap .SetByte (_gecb ,_cdba );_faccb !=nil {return _faccb ; +};_gecb ++;};return nil ;};func (_bebb *SymbolDictionary )decodeHeightClassBitmap (_bcagd *_be .Bitmap ,_eegdf int64 ,_bfgg int ,_abfga []int )error {for _dbgcb :=_eegdf ;_dbgcb < int64 (_bebb ._adbc );_dbgcb ++{var _aage int ;for _fagd :=_eegdf ;_fagd <=_dbgcb -1; +_fagd ++{_aage +=_abfga [_fagd ];};_bcbc :=_f .Rect (_aage ,0,_aage +_abfga [_dbgcb ],_bfgg );_adgd ,_dgf :=_be .Extract (_bcbc ,_bcagd );if _dgf !=nil {return _dgf ;};_bebb ._cefe [_dbgcb ]=_adgd ;_bebb ._aegd =append (_bebb ._aegd ,_adgd );};return nil ; +};func (_gbgd *SymbolDictionary )GetDictionary ()([]*_be .Bitmap ,error ){_ge .Log .Trace ("\u005b\u0053\u0059\u004d\u0042\u004f\u004c-\u0044\u0049\u0043T\u0049\u004f\u004e\u0041R\u0059\u005d\u0020\u0047\u0065\u0074\u0044\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u0020\u0062\u0065\u0067\u0069\u006e\u0073\u002e\u002e\u002e"); +defer func (){_ge .Log .Trace ("\u005b\u0053\u0059M\u0042\u004f\u004c\u002d\u0044\u0049\u0043\u0054\u0049\u004f\u004e\u0041\u0052\u0059\u005d\u0020\u0047\u0065\u0074\u0044\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079 \u0066\u0069\u006e\u0069\u0073\u0068\u0065\u0064"); +_ge .Log .Trace ("\u005b\u0053Y\u004d\u0042\u004f\u004c\u002dD\u0049\u0043\u0054\u0049\u004fN\u0041\u0052\u0059\u005d\u0020\u0044\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u002e\u0020\u000a\u0045\u0078\u003a\u0020\u0027\u0025\u0073\u0027\u002c\u0020\u000a\u006e\u0065\u0077\u003a\u0027\u0025\u0073\u0027",_gbgd ._acdec ,_gbgd ._cefe ); +}();if _gbgd ._acdec ==nil {var _bggc error ;if _gbgd .UseRefinementAggregation {_gbgd ._dddb =_gbgd .getSbSymCodeLen ();};if !_gbgd .IsHuffmanEncoded {if _bggc =_gbgd .setCodingStatistics ();_bggc !=nil {return nil ,_bggc ;};};_gbgd ._cefe =make ([]*_be .Bitmap ,_gbgd .NumberOfNewSymbols ); +var _daeca []int ;if _gbgd .IsHuffmanEncoded &&!_gbgd .UseRefinementAggregation {_daeca =make ([]int ,_gbgd .NumberOfNewSymbols );};if _bggc =_gbgd .setSymbolsArray ();_bggc !=nil {return nil ,_bggc ;};var _fdec ,_ccfb int64 ;_gbgd ._adbc =0;for _gbgd ._adbc < _gbgd .NumberOfNewSymbols {_ccfb ,_bggc =_gbgd .decodeHeightClassDeltaHeight (); +if _bggc !=nil {return nil ,_bggc ;};_fdec +=_ccfb ;var _agbc ,_gaee uint32 ;_edad :=int64 (_gbgd ._adbc );for {var _dafda int64 ;_dafda ,_bggc =_gbgd .decodeDifferenceWidth ();if _d .Is (_bggc ,_g .ErrOOB ){break ;};if _bggc !=nil {return nil ,_bggc ; +};if _gbgd ._adbc >=_gbgd .NumberOfNewSymbols {break ;};_agbc +=uint32 (_dafda );_gaee +=_agbc ;if !_gbgd .IsHuffmanEncoded ||_gbgd .UseRefinementAggregation {if !_gbgd .UseRefinementAggregation {_bggc =_gbgd .decodeDirectlyThroughGenericRegion (_agbc ,uint32 (_fdec )); +if _bggc !=nil {return nil ,_bggc ;};}else {_bggc =_gbgd .decodeAggregate (_agbc ,uint32 (_fdec ));if _bggc !=nil {return nil ,_bggc ;};};}else if _gbgd .IsHuffmanEncoded &&!_gbgd .UseRefinementAggregation {_daeca [_gbgd ._adbc ]=int (_agbc );};_gbgd ._adbc ++; +};if _gbgd .IsHuffmanEncoded &&!_gbgd .UseRefinementAggregation {var _aebc int64 ;if _gbgd .SdHuffBMSizeSelection ==0{var _dbce _dc .Tabler ;_dbce ,_bggc =_dc .GetStandardTable (1);if _bggc !=nil {return nil ,_bggc ;};_aebc ,_bggc =_dbce .Decode (_gbgd ._ffaa ); +if _bggc !=nil {return nil ,_bggc ;};}else {_aebc ,_bggc =_gbgd .huffDecodeBmSize ();if _bggc !=nil {return nil ,_bggc ;};};_gbgd ._ffaa .Align ();var _eegcb *_be .Bitmap ;_eegcb ,_bggc =_gbgd .decodeHeightClassCollectiveBitmap (_aebc ,uint32 (_fdec ),_gaee ); +if _bggc !=nil {return nil ,_bggc ;};_bggc =_gbgd .decodeHeightClassBitmap (_eegcb ,_edad ,int (_fdec ),_daeca );if _bggc !=nil {return nil ,_bggc ;};};};_cdce ,_bggc :=_gbgd .getToExportFlags ();if _bggc !=nil {return nil ,_bggc ;};_gbgd .setExportedSymbols (_cdce ); +};return _gbgd ._acdec ,nil ;};func (_bffa *GenericRegion )setParametersWithAt (_eeff bool ,_fddf byte ,_degb ,_afad bool ,_adcb ,_afd []int8 ,_fgf ,_abbd uint32 ,_cfee *_aca .DecoderStats ,_babe *_aca .Decoder ){_bffa .IsMMREncoded =_eeff ;_bffa .GBTemplate =_fddf ; +_bffa .IsTPGDon =_degb ;_bffa .GBAtX =_adcb ;_bffa .GBAtY =_afd ;_bffa .RegionSegment .BitmapHeight =_abbd ;_bffa .RegionSegment .BitmapWidth =_fgf ;_bffa ._bfbc =nil ;_bffa .Bitmap =nil ;if _cfee !=nil {_bffa ._bed =_cfee ;};if _babe !=nil {_bffa ._befa =_babe ; +};_ge .Log .Trace ("\u005b\u0047\u0045\u004e\u0045\u0052\u0049\u0043\u002d\u0052\u0045\u0047\u0049O\u004e\u005d\u0020\u0073\u0065\u0074P\u0061\u0072\u0061\u006d\u0065\u0074\u0065\u0072\u0073\u0020\u0053\u0044\u0041t\u003a\u0020\u0025\u0073",_bffa );};func (_dgcg *Header )parse (_gbfg Documenter ,_bbge *_b .Reader ,_fgfde int64 ,_bdda OrganizationType )(_ggdb error ){const _bcb ="\u0070\u0061\u0072s\u0065"; +_ge .Log .Trace ("\u005b\u0053\u0045\u0047\u004d\u0045\u004e\u0054\u002d\u0048E\u0041\u0044\u0045\u0052\u005d\u005b\u0050A\u0052\u0053\u0045\u005d\u0020\u0042\u0065\u0067\u0069\u006e\u0073");defer func (){if _ggdb !=nil {_ge .Log .Trace ("\u005b\u0053\u0045GM\u0045\u004e\u0054\u002d\u0048\u0045\u0041\u0044\u0045R\u005d[\u0050A\u0052S\u0045\u005d\u0020\u0046\u0061\u0069\u006c\u0065\u0064\u002e\u0020\u0025\u0076",_ggdb ); +}else {_ge .Log .Trace ("\u005b\u0053\u0045\u0047\u004d\u0045\u004e\u0054\u002d\u0048\u0045\u0041\u0044\u0045\u0052]\u005bP\u0041\u0052\u0053\u0045\u005d\u0020\u0046\u0069\u006e\u0069\u0073\u0068\u0065\u0064");};}();_ ,_ggdb =_bbge .Seek (_fgfde ,_fe .SeekStart ); +if _ggdb !=nil {return _ac .Wrap (_ggdb ,_bcb ,"\u0073\u0065\u0065\u006b\u0020\u0073\u0074\u0061\u0072\u0074");};if _ggdb =_dgcg .readSegmentNumber (_bbge );_ggdb !=nil {return _ac .Wrap (_ggdb ,_bcb ,"");};if _ggdb =_dgcg .readHeaderFlags ();_ggdb !=nil {return _ac .Wrap (_ggdb ,_bcb ,""); +};var _aege uint64 ;_aege ,_ggdb =_dgcg .readNumberOfReferredToSegments (_bbge );if _ggdb !=nil {return _ac .Wrap (_ggdb ,_bcb ,"");};_dgcg .RTSNumbers ,_ggdb =_dgcg .readReferredToSegmentNumbers (_bbge ,int (_aege ));if _ggdb !=nil {return _ac .Wrap (_ggdb ,_bcb ,""); +};_ggdb =_dgcg .readSegmentPageAssociation (_gbfg ,_bbge ,_aege ,_dgcg .RTSNumbers ...);if _ggdb !=nil {return _ac .Wrap (_ggdb ,_bcb ,"");};if _dgcg .Type !=TEndOfFile {if _ggdb =_dgcg .readSegmentDataLength (_bbge );_ggdb !=nil {return _ac .Wrap (_ggdb ,_bcb ,""); +};};_dgcg .readDataStartOffset (_bbge ,_bdda );_dgcg .readHeaderLength (_bbge ,_fgfde );_ge .Log .Trace ("\u0025\u0073",_dgcg );return nil ;};func (_bdbb *PageInformationSegment )readCombinationOperatorOverrideAllowed ()error {_dbdca ,_dffd :=_bdbb ._eegd .ReadBit (); +if _dffd !=nil {return _dffd ;};if _dbdca ==1{_bdbb ._aecb =true ;};return nil ;};func (_faabd *TableSegment )Init (h *Header ,r *_b .Reader )error {_faabd ._daff =r ;return _faabd .parseHeader ();};func (_abgc *TableSegment )StreamReader ()*_b .Reader {return _abgc ._daff }; +func (_eeg *GenericRefinementRegion )getPixel (_ccf *_be .Bitmap ,_bdg ,_gcb int )int {if _bdg < 0||_bdg >=_ccf .Width {return 0;};if _gcb < 0||_gcb >=_ccf .Height {return 0;};if _ccf .GetPixel (_bdg ,_gcb ){return 1;};return 0;};func (_fedc *SymbolDictionary )huffDecodeBmSize ()(int64 ,error ){if _fedc ._faeg ==nil {var (_egdb int ; +_cfaa error ;);if _fedc .SdHuffDecodeHeightSelection ==3{_egdb ++;};if _fedc .SdHuffDecodeWidthSelection ==3{_egdb ++;};_fedc ._faeg ,_cfaa =_fedc .getUserTable (_egdb );if _cfaa !=nil {return 0,_cfaa ;};};return _fedc ._faeg .Decode (_fedc ._ffaa );}; +func (_aefbc *SymbolDictionary )readNumberOfNewSymbols ()error {_fadecf ,_ccb :=_aefbc ._ffaa .ReadBits (32);if _ccb !=nil {return _ccb ;};_aefbc .NumberOfNewSymbols =uint32 (_fadecf &_ae .MaxUint32 );return nil ;};type SegmentEncoder interface{Encode (_gef _b .BinaryWriter )(_efbcc int ,_bag error ); +};func (_dfda *PageInformationSegment )CombinationOperatorOverrideAllowed ()bool {return _dfda ._aecb };func (_bf *GenericRefinementRegion )GetRegionInfo ()*RegionSegment {return _bf .RegionInfo };func (_dga *HalftoneRegion )computeY (_cbe ,_cbdb int )int {return _dga .shiftAndFill (int (_dga .HGridY )+_cbe *int (_dga .HRegionX )-_cbdb *int (_dga .HRegionY )); +};func (_aecab *SymbolDictionary )checkInput ()error {if _aecab .SdHuffDecodeHeightSelection ==2{_ge .Log .Debug ("\u0053\u0079\u006d\u0062\u006fl\u0020\u0044\u0069\u0063\u0074i\u006fn\u0061\u0072\u0079\u0020\u0044\u0065\u0063\u006f\u0064\u0065\u0020\u0048\u0065\u0069\u0067\u0068\u0074\u0020\u0053e\u006c\u0065\u0063\u0074\u0069\u006f\u006e\u003a\u0020\u0025\u0064\u0020\u0076\u0061\u006c\u0075\u0065\u0020\u006e\u006f\u0074\u0020\u0070\u0065r\u006d\u0069\u0074\u0074\u0065\u0064",_aecab .SdHuffDecodeHeightSelection ); +};if _aecab .SdHuffDecodeWidthSelection ==2{_ge .Log .Debug ("\u0053\u0079\u006d\u0062\u006f\u006c\u0020\u0044\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079 \u0044\u0065\u0063\u006f\u0064\u0065\u0020\u0057\u0069\u0064t\u0068\u0020\u0053\u0065\u006c\u0065\u0063\u0074\u0069\u006f\u006e\u003a\u0020\u0025\u0064\u0020\u0076\u0061l\u0075\u0065\u0020\u006e\u006f\u0074 \u0070\u0065r\u006d\u0069t\u0074e\u0064",_aecab .SdHuffDecodeWidthSelection ); +};if _aecab .IsHuffmanEncoded {if _aecab .SdTemplate !=0{_ge .Log .Debug ("\u0053\u0044T\u0065\u006d\u0070\u006c\u0061\u0074\u0065\u0020\u003d\u0020\u0025\u0064\u0020\u0028\u0073\u0068\u006f\u0075\u006c\u0064\u0020\u0062e \u0030\u0029",_aecab .SdTemplate ); +};if !_aecab .UseRefinementAggregation {if !_aecab .UseRefinementAggregation {if _aecab ._dfbd {_ge .Log .Debug ("\u0049\u0073\u0043\u006f\u0064\u0069\u006e\u0067C\u006f\u006e\u0074ex\u0074\u0052\u0065\u0074\u0061\u0069n\u0065\u0064\u0020\u003d\u0020\u0074\u0072\u0075\u0065\u0020\u0028\u0073\u0068\u006f\u0075l\u0064\u0020\u0062\u0065\u0020\u0066\u0061\u006cs\u0065\u0029"); +_aecab ._dfbd =false ;};if _aecab ._aegee {_ge .Log .Debug ("\u0069s\u0043\u006fd\u0069\u006e\u0067\u0043o\u006e\u0074\u0065x\u0074\u0055\u0073\u0065\u0064\u0020\u003d\u0020\u0074ru\u0065\u0020\u0028s\u0068\u006fu\u006c\u0064\u0020\u0062\u0065\u0020f\u0061\u006cs\u0065\u0029"); +_aecab ._aegee =false ;};};};}else {if _aecab .SdHuffBMSizeSelection !=0{_ge .Log .Debug ("\u0053\u0064\u0048\u0075\u0066\u0066B\u004d\u0053\u0069\u007a\u0065\u0053\u0065\u006c\u0065\u0063\u0074\u0069\u006fn\u0020\u0073\u0068\u006f\u0075\u006c\u0064 \u0062\u0065\u0020\u0030"); +_aecab .SdHuffBMSizeSelection =0;};if _aecab .SdHuffDecodeWidthSelection !=0{_ge .Log .Debug ("\u0053\u0064\u0048\u0075\u0066\u0066\u0044\u0065\u0063\u006f\u0064\u0065\u0057\u0069\u0064\u0074\u0068\u0053\u0065\u006c\u0065\u0063\u0074\u0069o\u006e\u0020\u0073\u0068\u006fu\u006c\u0064 \u0062\u0065\u0020\u0030"); +_aecab .SdHuffDecodeWidthSelection =0;};if _aecab .SdHuffDecodeHeightSelection !=0{_ge .Log .Debug ("\u0053\u0064\u0048\u0075\u0066\u0066\u0044\u0065\u0063\u006f\u0064\u0065\u0048e\u0069\u0067\u0068\u0074\u0053\u0065l\u0065\u0063\u0074\u0069\u006f\u006e\u0020\u0073\u0068\u006f\u0075\u006c\u0064 \u0062\u0065\u0020\u0030"); +_aecab .SdHuffDecodeHeightSelection =0;};};if !_aecab .UseRefinementAggregation {if _aecab .SdrTemplate !=0{_ge .Log .Debug ("\u0053\u0044\u0052\u0054\u0065\u006d\u0070\u006c\u0061\u0074e\u0020\u003d\u0020\u0025\u0064\u0020\u0028s\u0068\u006f\u0075\u006c\u0064\u0020\u0062\u0065\u0020\u0030\u0029",_aecab .SdrTemplate ); +_aecab .SdrTemplate =0;};};if !_aecab .IsHuffmanEncoded ||!_aecab .UseRefinementAggregation {if _aecab .SdHuffAggInstanceSelection {_ge .Log .Debug ("\u0053d\u0048\u0075f\u0066\u0041\u0067g\u0049\u006e\u0073\u0074\u0061\u006e\u0063e\u0053\u0065\u006c\u0065\u0063\u0074i\u006f\u006e\u0020\u003d\u0020\u0025\u0064\u0020\u0028\u0073\u0068o\u0075\u006c\u0064\u0020\u0062\u0065\u0020\u0030\u0029",_aecab .SdHuffAggInstanceSelection ); +};};return nil ;};var (_ Regioner =&TextRegion {};_ Segmenter =&TextRegion {};);func (_bbfd *PageInformationSegment )readRequiresAuxiliaryBuffer ()error {_affag ,_gcae :=_bbfd ._eegd .ReadBit ();if _gcae !=nil {return _gcae ;};if _affag ==1{_bbfd ._fafc =true ; +};return nil ;};func (_eec *HalftoneRegion )parseHeader ()error {if _addf :=_eec .RegionSegment .parseHeader ();_addf !=nil {return _addf ;};_egcc ,_fadec :=_eec ._daec .ReadBit ();if _fadec !=nil {return _fadec ;};_eec .HDefaultPixel =int8 (_egcc );_cbfa ,_fadec :=_eec ._daec .ReadBits (3); +if _fadec !=nil {return _fadec ;};_eec .CombinationOperator =_be .CombinationOperator (_cbfa &0xf);_egcc ,_fadec =_eec ._daec .ReadBit ();if _fadec !=nil {return _fadec ;};if _egcc ==1{_eec .HSkipEnabled =true ;};_cbfa ,_fadec =_eec ._daec .ReadBits (2); +if _fadec !=nil {return _fadec ;};_eec .HTemplate =byte (_cbfa &0xf);_egcc ,_fadec =_eec ._daec .ReadBit ();if _fadec !=nil {return _fadec ;};if _egcc ==1{_eec .IsMMREncoded =true ;};_cbfa ,_fadec =_eec ._daec .ReadBits (32);if _fadec !=nil {return _fadec ; +};_eec .HGridWidth =uint32 (_cbfa &_ae .MaxUint32 );_cbfa ,_fadec =_eec ._daec .ReadBits (32);if _fadec !=nil {return _fadec ;};_eec .HGridHeight =uint32 (_cbfa &_ae .MaxUint32 );_cbfa ,_fadec =_eec ._daec .ReadBits (32);if _fadec !=nil {return _fadec ; +};_eec .HGridX =int32 (_cbfa &_ae .MaxInt32 );_cbfa ,_fadec =_eec ._daec .ReadBits (32);if _fadec !=nil {return _fadec ;};_eec .HGridY =int32 (_cbfa &_ae .MaxInt32 );_cbfa ,_fadec =_eec ._daec .ReadBits (16);if _fadec !=nil {return _fadec ;};_eec .HRegionX =uint16 (_cbfa &_ae .MaxUint16 ); +_cbfa ,_fadec =_eec ._daec .ReadBits (16);if _fadec !=nil {return _fadec ;};_eec .HRegionY =uint16 (_cbfa &_ae .MaxUint16 );if _fadec =_eec .computeSegmentDataStructure ();_fadec !=nil {return _fadec ;};return _eec .checkInput ();};func (_eefg *PatternDictionary )setGbAtPixels (){if _eefg .HDTemplate ==0{_eefg .GBAtX =make ([]int8 ,4); +_eefg .GBAtY =make ([]int8 ,4);_eefg .GBAtX [0]=-int8 (_eefg .HdpWidth );_eefg .GBAtY [0]=0;_eefg .GBAtX [1]=-3;_eefg .GBAtY [1]=-1;_eefg .GBAtX [2]=2;_eefg .GBAtY [2]=-2;_eefg .GBAtX [3]=-2;_eefg .GBAtY [3]=-2;}else {_eefg .GBAtX =[]int8 {-int8 (_eefg .HdpWidth )}; +_eefg .GBAtY =[]int8 {0};};};func (_fbgbf *RegionSegment )Size ()int {return 17};func (_beaf *SymbolDictionary )setRefinementAtPixels ()error {if !_beaf .UseRefinementAggregation ||_beaf .SdrTemplate !=0{return nil ;};if _ebbbb :=_beaf .readRefinementAtPixels (2); +_ebbbb !=nil {return _ebbbb ;};return nil ;};func (_dggd *SymbolDictionary )Encode (w _b .BinaryWriter )(_dgda int ,_begca error ){const _acac ="\u0053\u0079\u006dbo\u006c\u0044\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u002e\u0045\u006e\u0063\u006f\u0064\u0065"; +if _dggd ==nil {return 0,_ac .Error (_acac ,"\u0073\u0079m\u0062\u006f\u006c\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u0020\u006e\u006f\u0074\u0020\u0064\u0065\u0066in\u0065\u0064");};if _dgda ,_begca =_dggd .encodeFlags (w );_begca !=nil {return _dgda ,_ac .Wrap (_begca ,_acac ,""); +};_dafd ,_begca :=_dggd .encodeATFlags (w );if _begca !=nil {return _dgda ,_ac .Wrap (_begca ,_acac ,"");};_dgda +=_dafd ;if _dafd ,_begca =_dggd .encodeRefinementATFlags (w );_begca !=nil {return _dgda ,_ac .Wrap (_begca ,_acac ,"");};_dgda +=_dafd ;if _dafd ,_begca =_dggd .encodeNumSyms (w ); +_begca !=nil {return _dgda ,_ac .Wrap (_begca ,_acac ,"");};_dgda +=_dafd ;if _dafd ,_begca =_dggd .encodeSymbols (w );_begca !=nil {return _dgda ,_ac .Wrap (_begca ,_acac ,"");};_dgda +=_dafd ;return _dgda ,nil ;};func (_gfa *GenericRegion )parseHeader ()(_ccc error ){_ge .Log .Trace ("\u005b\u0047\u0045\u004e\u0045\u0052I\u0043\u002d\u0052\u0045\u0047\u0049\u004f\u004e\u005d\u0020\u0050\u0061\u0072s\u0069\u006e\u0067\u0048\u0065\u0061\u0064e\u0072\u002e\u002e\u002e"); +defer func (){if _ccc !=nil {_ge .Log .Trace ("\u005b\u0047\u0045\u004e\u0045\u0052\u0049\u0043\u002d\u0052\u0045\u0047\u0049\u004f\u004e]\u0020\u0050\u0061\u0072\u0073\u0069\u006e\u0067\u0048\u0065\u0061\u0064\u0065r\u0020\u0046\u0069\u006e\u0069\u0073\u0068\u0065\u0064\u0020\u0077\u0069th\u0020\u0065\u0072\u0072\u006f\u0072\u002e\u0020\u0025\u0076",_ccc ); +}else {_ge .Log .Trace ("\u005b\u0047\u0045\u004e\u0045\u0052\u0049C\u002d\u0052\u0045G\u0049\u004f\u004e]\u0020\u0050a\u0072\u0073\u0069\u006e\u0067\u0048e\u0061de\u0072\u0020\u0046\u0069\u006e\u0069\u0073\u0068\u0065\u0064\u0020\u0053\u0075\u0063\u0063\u0065\u0073\u0073\u0066\u0075\u006c\u006c\u0079\u002e\u002e\u002e"); +};}();var (_daa int ;_eadd uint64 ;);if _ccc =_gfa .RegionSegment .parseHeader ();_ccc !=nil {return _ccc ;};if _ ,_ccc =_gfa ._acfe .ReadBits (3);_ccc !=nil {return _ccc ;};_daa ,_ccc =_gfa ._acfe .ReadBit ();if _ccc !=nil {return _ccc ;};if _daa ==1{_gfa .UseExtTemplates =true ; +};_daa ,_ccc =_gfa ._acfe .ReadBit ();if _ccc !=nil {return _ccc ;};if _daa ==1{_gfa .IsTPGDon =true ;};_eadd ,_ccc =_gfa ._acfe .ReadBits (2);if _ccc !=nil {return _ccc ;};_gfa .GBTemplate =byte (_eadd &0xf);_daa ,_ccc =_gfa ._acfe .ReadBit ();if _ccc !=nil {return _ccc ; +};if _daa ==1{_gfa .IsMMREncoded =true ;};if !_gfa .IsMMREncoded {_dbe :=1;if _gfa .GBTemplate ==0{_dbe =4;if _gfa .UseExtTemplates {_dbe =12;};};if _ccc =_gfa .readGBAtPixels (_dbe );_ccc !=nil {return _ccc ;};};if _ccc =_gfa .computeSegmentDataStructure (); +_ccc !=nil {return _ccc ;};_ge .Log .Trace ("\u0025\u0073",_gfa );return nil ;};func _ead (_dfg *_b .Reader ,_fcfe *Header )*GenericRefinementRegion {return &GenericRefinementRegion {_acab :_dfg ,RegionInfo :NewRegionSegment (_dfg ),_aeg :_fcfe ,_af :&template0 {},_ad :&template1 {}}; +};func (_dddf *SymbolDictionary )decodeHeightClassDeltaHeight ()(int64 ,error ){if _dddf .IsHuffmanEncoded {return _dddf .decodeHeightClassDeltaHeightWithHuffman ();};_acbd ,_fffb :=_dddf ._gede .DecodeInt (_dddf ._ace );if _fffb !=nil {return 0,_fffb ; +};return int64 (_acbd ),nil ;};func (_acdg *PatternDictionary )extractPatterns (_eff *_be .Bitmap )error {var _dbfd int ;_cggc :=make ([]*_be .Bitmap ,_acdg .GrayMax +1);for _dbfd <=int (_acdg .GrayMax ){_bfba :=int (_acdg .HdpWidth )*_dbfd ;_cdedg :=_f .Rect (_bfba ,0,_bfba +int (_acdg .HdpWidth ),int (_acdg .HdpHeight )); +_cffe ,_feb :=_be .Extract (_cdedg ,_eff );if _feb !=nil {return _feb ;};_cggc [_dbfd ]=_cffe ;_dbfd ++;};_acdg .Patterns =_cggc ;return nil ;};func NewRegionSegment (r *_b .Reader )*RegionSegment {return &RegionSegment {_ddaf :r }};func (_gbdf *RegionSegment )Encode (w _b .BinaryWriter )(_effg int ,_dedd error ){const _ffdaa ="R\u0065g\u0069\u006f\u006e\u0053\u0065\u0067\u006d\u0065n\u0074\u002e\u0045\u006eco\u0064\u0065"; +_acaf :=make ([]byte ,4);_c .BigEndian .PutUint32 (_acaf ,_gbdf .BitmapWidth );_effg ,_dedd =w .Write (_acaf );if _dedd !=nil {return 0,_ac .Wrap (_dedd ,_ffdaa ,"\u0057\u0069\u0064t\u0068");};_c .BigEndian .PutUint32 (_acaf ,_gbdf .BitmapHeight );var _bdca int ; +_bdca ,_dedd =w .Write (_acaf );if _dedd !=nil {return 0,_ac .Wrap (_dedd ,_ffdaa ,"\u0048\u0065\u0069\u0067\u0068\u0074");};_effg +=_bdca ;_c .BigEndian .PutUint32 (_acaf ,_gbdf .XLocation );_bdca ,_dedd =w .Write (_acaf );if _dedd !=nil {return 0,_ac .Wrap (_dedd ,_ffdaa ,"\u0058L\u006f\u0063\u0061\u0074\u0069\u006fn"); +};_effg +=_bdca ;_c .BigEndian .PutUint32 (_acaf ,_gbdf .YLocation );_bdca ,_dedd =w .Write (_acaf );if _dedd !=nil {return 0,_ac .Wrap (_dedd ,_ffdaa ,"\u0059L\u006f\u0063\u0061\u0074\u0069\u006fn");};_effg +=_bdca ;if _dedd =w .WriteByte (byte (_gbdf .CombinaionOperator )&0x07); +_dedd !=nil {return 0,_ac .Wrap (_dedd ,_ffdaa ,"c\u006fm\u0062\u0069\u006e\u0061\u0074\u0069\u006f\u006e \u006f\u0070\u0065\u0072at\u006f\u0072");};_effg ++;return _effg ,nil ;};func (_cbde *SymbolDictionary )decodeRefinedSymbol (_cgef ,_adea uint32 )error {var (_ceeeg int ; +_fcgca ,_bbfe int32 ;);if _cbde .IsHuffmanEncoded {_acaaa ,_cdbb :=_cbde ._ffaa .ReadBits (byte (_cbde ._dddb ));if _cdbb !=nil {return _cdbb ;};_ceeeg =int (_acaaa );_fdff ,_cdbb :=_dc .GetStandardTable (15);if _cdbb !=nil {return _cdbb ;};_fdaa ,_cdbb :=_fdff .Decode (_cbde ._ffaa ); +if _cdbb !=nil {return _cdbb ;};_fcgca =int32 (_fdaa );_fdaa ,_cdbb =_fdff .Decode (_cbde ._ffaa );if _cdbb !=nil {return _cdbb ;};_bbfe =int32 (_fdaa );_fdff ,_cdbb =_dc .GetStandardTable (1);if _cdbb !=nil {return _cdbb ;};if _ ,_cdbb =_fdff .Decode (_cbde ._ffaa ); +_cdbb !=nil {return _cdbb ;};_cbde ._ffaa .Align ();}else {_eedg ,_fefa :=_cbde ._gede .DecodeIAID (uint64 (_cbde ._dddb ),_cbde ._gecad );if _fefa !=nil {return _fefa ;};_ceeeg =int (_eedg );_fcgca ,_fefa =_cbde ._gede .DecodeInt (_cbde ._bfbae );if _fefa !=nil {return _fefa ; +};_bbfe ,_fefa =_cbde ._gede .DecodeInt (_cbde ._dcbf );if _fefa !=nil {return _fefa ;};};if _aefge :=_cbde .setSymbolsArray ();_aefge !=nil {return _aefge ;};_gaga :=_cbde ._aegd [_ceeeg ];if _acfed :=_cbde .decodeNewSymbols (_cgef ,_adea ,_gaga ,_fcgca ,_bbfe ); +_acfed !=nil {return _acfed ;};if _cbde .IsHuffmanEncoded {_cbde ._ffaa .Align ();};return nil ;};func (_gcgfd *SymbolDictionary )encodeSymbols (_geec _b .BinaryWriter )(_adgcd int ,_ggaf error ){const _bcafa ="\u0065\u006e\u0063o\u0064\u0065\u0053\u0079\u006d\u0062\u006f\u006c"; +_bced :=_fd .New ();_bced .Init ();_deeb ,_ggaf :=_gcgfd ._gdaa .SelectByIndexes (_gcgfd ._eabgf );if _ggaf !=nil {return 0,_ac .Wrap (_ggaf ,_bcafa ,"\u0069n\u0069\u0074\u0069\u0061\u006c");};_agcd :=map[*_be .Bitmap ]int {};for _afcfd ,_fadc :=range _deeb .Values {_agcd [_fadc ]=_afcfd ; +};_deeb .SortByHeight ();var _egaa ,_baab int ;_cacga ,_ggaf :=_deeb .GroupByHeight ();if _ggaf !=nil {return 0,_ac .Wrap (_ggaf ,_bcafa ,"");};for _ ,_ggac :=range _cacga .Values {_fcabc :=_ggac .Values [0].Height ;_fgag :=_fcabc -_egaa ;if _ggaf =_bced .EncodeInteger (_fd .IADH ,_fgag ); +_ggaf !=nil {return 0,_ac .Wrapf (_ggaf ,_bcafa ,"\u0049\u0041\u0044\u0048\u0020\u0066\u006f\u0072\u0020\u0064\u0068\u003a \u0027\u0025\u0064\u0027",_fgag );};_egaa =_fcabc ;_bdgc ,_gggg :=_ggac .GroupByWidth ();if _gggg !=nil {return 0,_ac .Wrapf (_gggg ,_bcafa ,"\u0068\u0065\u0069g\u0068\u0074\u003a\u0020\u0027\u0025\u0064\u0027",_fcabc ); +};var _bgg int ;for _ ,_cecd :=range _bdgc .Values {for _ ,_gfgg :=range _cecd .Values {_ecag :=_gfgg .Width ;_ffe :=_ecag -_bgg ;if _gggg =_bced .EncodeInteger (_fd .IADW ,_ffe );_gggg !=nil {return 0,_ac .Wrapf (_gggg ,_bcafa ,"\u0049\u0041\u0044\u0057\u0020\u0066\u006f\u0072\u0020\u0064\u0077\u003a \u0027\u0025\u0064\u0027",_ffe ); +};_bgg +=_ffe ;if _gggg =_bced .EncodeBitmap (_gfgg ,false );_gggg !=nil {return 0,_ac .Wrapf (_gggg ,_bcafa ,"H\u0065i\u0067\u0068\u0074\u003a\u0020\u0025\u0064\u0020W\u0069\u0064\u0074\u0068: \u0025\u0064",_fcabc ,_ecag );};_gfcf :=_agcd [_gfgg ];_gcgfd ._cbed [_gfcf ]=_baab ; +_baab ++;};};if _gggg =_bced .EncodeOOB (_fd .IADW );_gggg !=nil {return 0,_ac .Wrap (_gggg ,_bcafa ,"\u0049\u0041\u0044\u0057");};};if _ggaf =_bced .EncodeInteger (_fd .IAEX ,0);_ggaf !=nil {return 0,_ac .Wrap (_ggaf ,_bcafa ,"\u0065\u0078p\u006f\u0072\u0074e\u0064\u0020\u0073\u0079\u006d\u0062\u006f\u006c\u0073"); +};if _ggaf =_bced .EncodeInteger (_fd .IAEX ,len (_gcgfd ._eabgf ));_ggaf !=nil {return 0,_ac .Wrap (_ggaf ,_bcafa ,"\u006e\u0075\u006d\u0062\u0065\u0072\u0020\u006f\u0066\u0020\u0073\u0079m\u0062\u006f\u006c\u0073");};_bced .Final ();_feca ,_ggaf :=_bced .WriteTo (_geec ); +if _ggaf !=nil {return 0,_ac .Wrap (_ggaf ,_bcafa ,"\u0077\u0072i\u0074\u0069\u006e\u0067 \u0065\u006ec\u006f\u0064\u0065\u0072\u0020\u0063\u006f\u006et\u0065\u0078\u0074\u0020\u0074\u006f\u0020\u0027\u0077\u0027\u0020\u0077r\u0069\u0074\u0065\u0072"); +};return int (_feca ),nil ;};func (_cecb *TextRegion )decodeRdh ()(int64 ,error ){const _fccf ="\u0064e\u0063\u006f\u0064\u0065\u0052\u0064h";if _cecb .IsHuffmanEncoded {if _cecb .SbHuffRDHeight ==3{if _cecb ._acdge ==nil {var (_caac int ;_ggea error ; +);if _cecb .SbHuffFS ==3{_caac ++;};if _cecb .SbHuffDS ==3{_caac ++;};if _cecb .SbHuffDT ==3{_caac ++;};if _cecb .SbHuffRDWidth ==3{_caac ++;};_cecb ._acdge ,_ggea =_cecb .getUserTable (_caac );if _ggea !=nil {return 0,_ac .Wrap (_ggea ,_fccf ,"");};}; +return _cecb ._acdge .Decode (_cecb ._bfde );};_bbcc ,_aebg :=_dc .GetStandardTable (14+int (_cecb .SbHuffRDHeight ));if _aebg !=nil {return 0,_ac .Wrap (_aebg ,_fccf ,"");};return _bbcc .Decode (_cecb ._bfde );};_eabfe ,_fagdb :=_cecb ._bfga .DecodeInt (_cecb ._gcag ); +if _fagdb !=nil {return 0,_ac .Wrap (_fagdb ,_fccf ,"");};return int64 (_eabfe ),nil ;};type HalftoneRegion struct{_daec *_b .Reader ;_eba *Header ;DataHeaderOffset int64 ;DataHeaderLength int64 ;DataOffset int64 ;DataLength int64 ;RegionSegment *RegionSegment ; +HDefaultPixel int8 ;CombinationOperator _be .CombinationOperator ;HSkipEnabled bool ;HTemplate byte ;IsMMREncoded bool ;HGridWidth uint32 ;HGridHeight uint32 ;HGridX int32 ;HGridY int32 ;HRegionX uint16 ;HRegionY uint16 ;HalftoneRegionBitmap *_be .Bitmap ; +Patterns []*_be .Bitmap ;};func (_ebf *GenericRegion )GetRegionBitmap ()(_dcf *_be .Bitmap ,_fdbe error ){if _ebf .Bitmap !=nil {return _ebf .Bitmap ,nil ;};if _ebf .IsMMREncoded {if _ebf ._bfbc ==nil {_ebf ._bfbc ,_fdbe =_df .New (_ebf ._acfe ,int (_ebf .RegionSegment .BitmapWidth ),int (_ebf .RegionSegment .BitmapHeight ),_ebf .DataOffset ,_ebf .DataLength ); +if _fdbe !=nil {return nil ,_fdbe ;};};_ebf .Bitmap ,_fdbe =_ebf ._bfbc .UncompressMMR ();return _ebf .Bitmap ,_fdbe ;};if _fdbe =_ebf .updateOverrideFlags ();_fdbe !=nil {return nil ,_fdbe ;};var _ded int ;if _ebf ._befa ==nil {_ebf ._befa ,_fdbe =_aca .New (_ebf ._acfe ); +if _fdbe !=nil {return nil ,_fdbe ;};};if _ebf ._bed ==nil {_ebf ._bed =_aca .NewStats (65536,1);};_ebf .Bitmap =_be .New (int (_ebf .RegionSegment .BitmapWidth ),int (_ebf .RegionSegment .BitmapHeight ));_eebf :=int (uint32 (_ebf .Bitmap .Width +7)&(^uint32 (7))); +for _cgebg :=0;_cgebg < _ebf .Bitmap .Height ;_cgebg ++{if _ebf .IsTPGDon {var _cba int ;_cba ,_fdbe =_ebf .decodeSLTP ();if _fdbe !=nil {return nil ,_fdbe ;};_ded ^=_cba ;};if _ded ==1{if _cgebg > 0{if _fdbe =_ebf .copyLineAbove (_cgebg );_fdbe !=nil {return nil ,_fdbe ; +};};}else {if _fdbe =_ebf .decodeLine (_cgebg ,_ebf .Bitmap .Width ,_eebf );_fdbe !=nil {return nil ,_fdbe ;};};};return _ebf .Bitmap ,nil ;};func (_abega *SymbolDictionary )readRegionFlags ()error {var (_dafg uint64 ;_gcda int ;);_ ,_cfde :=_abega ._ffaa .ReadBits (3); +if _cfde !=nil {return _cfde ;};_gcda ,_cfde =_abega ._ffaa .ReadBit ();if _cfde !=nil {return _cfde ;};_abega .SdrTemplate =int8 (_gcda );_dafg ,_cfde =_abega ._ffaa .ReadBits (2);if _cfde !=nil {return _cfde ;};_abega .SdTemplate =int8 (_dafg &0xf);_gcda ,_cfde =_abega ._ffaa .ReadBit (); +if _cfde !=nil {return _cfde ;};if _gcda ==1{_abega ._dfbd =true ;};_gcda ,_cfde =_abega ._ffaa .ReadBit ();if _cfde !=nil {return _cfde ;};if _gcda ==1{_abega ._aegee =true ;};_gcda ,_cfde =_abega ._ffaa .ReadBit ();if _cfde !=nil {return _cfde ;};if _gcda ==1{_abega .SdHuffAggInstanceSelection =true ; +};_gcda ,_cfde =_abega ._ffaa .ReadBit ();if _cfde !=nil {return _cfde ;};_abega .SdHuffBMSizeSelection =int8 (_gcda );_dafg ,_cfde =_abega ._ffaa .ReadBits (2);if _cfde !=nil {return _cfde ;};_abega .SdHuffDecodeWidthSelection =int8 (_dafg &0xf);_dafg ,_cfde =_abega ._ffaa .ReadBits (2); +if _cfde !=nil {return _cfde ;};_abega .SdHuffDecodeHeightSelection =int8 (_dafg &0xf);_gcda ,_cfde =_abega ._ffaa .ReadBit ();if _cfde !=nil {return _cfde ;};if _gcda ==1{_abega .UseRefinementAggregation =true ;};_gcda ,_cfde =_abega ._ffaa .ReadBit (); +if _cfde !=nil {return _cfde ;};if _gcda ==1{_abega .IsHuffmanEncoded =true ;};return nil ;};func (_dbdce *GenericRegion )setParameters (_ebc bool ,_fef ,_ccea int64 ,_acde ,_gafb uint32 ){_dbdce .IsMMREncoded =_ebc ;_dbdce .DataOffset =_fef ;_dbdce .DataLength =_ccea ; +_dbdce .RegionSegment .BitmapHeight =_acde ;_dbdce .RegionSegment .BitmapWidth =_gafb ;_dbdce ._bfbc =nil ;_dbdce .Bitmap =nil ;};func (_bcfa *TextRegion )decodeRdy ()(int64 ,error ){const _aabd ="\u0064e\u0063\u006f\u0064\u0065\u0052\u0064y";if _bcfa .IsHuffmanEncoded {if _bcfa .SbHuffRDY ==3{if _bcfa ._dfad ==nil {var (_cgfc int ; +_fgbf error ;);if _bcfa .SbHuffFS ==3{_cgfc ++;};if _bcfa .SbHuffDS ==3{_cgfc ++;};if _bcfa .SbHuffDT ==3{_cgfc ++;};if _bcfa .SbHuffRDWidth ==3{_cgfc ++;};if _bcfa .SbHuffRDHeight ==3{_cgfc ++;};if _bcfa .SbHuffRDX ==3{_cgfc ++;};_bcfa ._dfad ,_fgbf =_bcfa .getUserTable (_cgfc ); +if _fgbf !=nil {return 0,_ac .Wrap (_fgbf ,_aabd ,"");};};return _bcfa ._dfad .Decode (_bcfa ._bfde );};_dgebg ,_gbge :=_dc .GetStandardTable (14+int (_bcfa .SbHuffRDY ));if _gbge !=nil {return 0,_gbge ;};return _dgebg .Decode (_bcfa ._bfde );};_abdd ,_eagdc :=_bcfa ._bfga .DecodeInt (_bcfa ._dfa ); +if _eagdc !=nil {return 0,_ac .Wrap (_eagdc ,_aabd ,"");};return int64 (_abdd ),nil ;};func (_dege *Header )writeFlags (_fagb _b .BinaryWriter )(_bddc error ){const _fafff ="\u0048\u0065\u0061\u0064\u0065\u0072\u002e\u0077\u0072\u0069\u0074\u0065F\u006c\u0061\u0067\u0073"; +_dfd :=byte (_dege .Type );if _bddc =_fagb .WriteByte (_dfd );_bddc !=nil {return _ac .Wrap (_bddc ,_fafff ,"\u0077\u0072\u0069ti\u006e\u0067\u0020\u0073\u0065\u0067\u006d\u0065\u006et\u0020t\u0079p\u0065 \u006e\u0075\u006d\u0062\u0065\u0072\u0020\u0066\u0061\u0069\u006c\u0065\u0064"); +};if !_dege .RetainFlag &&!_dege .PageAssociationFieldSize {return nil ;};if _bddc =_fagb .SkipBits (-8);_bddc !=nil {return _ac .Wrap (_bddc ,_fafff ,"\u0073\u006bi\u0070\u0070\u0069\u006e\u0067\u0020\u0062\u0061\u0063\u006b\u0020\u0074\u0068\u0065\u0020\u0062\u0069\u0074\u0073\u0020\u0066\u0061il\u0065\u0064"); +};var _fcec int ;if _dege .RetainFlag {_fcec =1;};if _bddc =_fagb .WriteBit (_fcec );_bddc !=nil {return _ac .Wrap (_bddc ,_fafff ,"\u0072\u0065\u0074\u0061in\u0020\u0072\u0065\u0074\u0061\u0069\u006e\u0020\u0066\u006c\u0061\u0067\u0073");};_fcec =0;if _dege .PageAssociationFieldSize {_fcec =1; +};if _bddc =_fagb .WriteBit (_fcec );_bddc !=nil {return _ac .Wrap (_bddc ,_fafff ,"p\u0061\u0067\u0065\u0020as\u0073o\u0063\u0069\u0061\u0074\u0069o\u006e\u0020\u0066\u006c\u0061\u0067");};_fagb .FinishByte ();return nil ;};func _bgbd (_gagd int )int {if _gagd ==0{return 0; +};_gagd |=_gagd >>1;_gagd |=_gagd >>2;_gagd |=_gagd >>4;_gagd |=_gagd >>8;_gagd |=_gagd >>16;return (_gagd +1)>>1;};func (_gdca *SymbolDictionary )setAtPixels ()error {if _gdca .IsHuffmanEncoded {return nil ;};_agg :=1;if _gdca .SdTemplate ==0{_agg =4; +};if _efdb :=_gdca .readAtPixels (_agg );_efdb !=nil {return _efdb ;};return nil ;};func (_bgeg *PageInformationSegment )parseHeader ()(_ced error ){_ge .Log .Trace ("\u005b\u0050\u0061\u0067\u0065I\u006e\u0066\u006f\u0072\u006d\u0061\u0074\u0069\u006f\u006e\u0053\u0065\u0067m\u0065\u006e\u0074\u005d\u0020\u0050\u0061\u0072\u0073\u0069\u006e\u0067\u0048\u0065\u0061\u0064\u0065\u0072\u002e\u002e\u002e"); +defer func (){var _daaa ="[\u0050\u0061\u0067\u0065\u0049\u006e\u0066\u006f\u0072m\u0061\u0074\u0069\u006f\u006e\u0053\u0065gm\u0065\u006e\u0074\u005d \u0050\u0061\u0072\u0073\u0069\u006e\u0067\u0048\u0065ad\u0065\u0072 \u0046\u0069\u006e\u0069\u0073\u0068\u0065\u0064"; +if _ced !=nil {_daaa +="\u0020\u0077\u0069t\u0068\u0020\u0065\u0072\u0072\u006f\u0072\u0020"+_ced .Error ();}else {_daaa +="\u0020\u0073\u0075\u0063\u0063\u0065\u0073\u0073\u0066\u0075\u006c\u006c\u0079";};_ge .Log .Trace (_daaa );}();if _ced =_bgeg .readWidthAndHeight (); +_ced !=nil {return _ced ;};if _ced =_bgeg .readResolution ();_ced !=nil {return _ced ;};_ ,_ced =_bgeg ._eegd .ReadBit ();if _ced !=nil {return _ced ;};if _ced =_bgeg .readCombinationOperatorOverrideAllowed ();_ced !=nil {return _ced ;};if _ced =_bgeg .readRequiresAuxiliaryBuffer (); +_ced !=nil {return _ced ;};if _ced =_bgeg .readCombinationOperator ();_ced !=nil {return _ced ;};if _ced =_bgeg .readDefaultPixelValue ();_ced !=nil {return _ced ;};if _ced =_bgeg .readContainsRefinement ();_ced !=nil {return _ced ;};if _ced =_bgeg .readIsLossless (); +_ced !=nil {return _ced ;};if _ced =_bgeg .readIsStriped ();_ced !=nil {return _ced ;};if _ced =_bgeg .readMaxStripeSize ();_ced !=nil {return _ced ;};if _ced =_bgeg .checkInput ();_ced !=nil {return _ced ;};_ge .Log .Trace ("\u0025\u0073",_bgeg );return nil ; +};func (_bd *GenericRefinementRegion )decodeTemplate (_dec ,_eca ,_fgb ,_fad ,_gbf ,_gade ,_ggg ,_dcgcf ,_ed ,_dbc int ,_eef templater )(_acdb error ){var (_cdg ,_bgf ,_ag ,_fcb ,_fga int16 ;_fbf ,_ebe ,_bbf ,_eagg int ;_bfg byte ;);if _ed >=1&&(_ed -1)< _bd .ReferenceBitmap .Height {_bfg ,_acdb =_bd .ReferenceBitmap .GetByte (_dbc -_fad ); +if _acdb !=nil {return _acdb ;};_fbf =int (_bfg );};if _ed >=0&&(_ed )< _bd .ReferenceBitmap .Height {_bfg ,_acdb =_bd .ReferenceBitmap .GetByte (_dbc );if _acdb !=nil {return _acdb ;};_ebe =int (_bfg );};if _ed >=-1&&(_ed +1)< _bd .ReferenceBitmap .Height {_bfg ,_acdb =_bd .ReferenceBitmap .GetByte (_dbc +_fad ); +if _acdb !=nil {return _acdb ;};_bbf =int (_bfg );};_dbc ++;if _dec >=1{_bfg ,_acdb =_bd .RegionBitmap .GetByte (_dcgcf -_fgb );if _acdb !=nil {return _acdb ;};_eagg =int (_bfg );};_dcgcf ++;_dagb :=_bd .ReferenceDX %8;_agd :=6+_dagb ;_egg :=_dbc %_fad ; +if _agd >=0{if _agd < 8{_cdg =int16 (_fbf >>uint (_agd ))&0x07;};if _agd < 8{_bgf =int16 (_ebe >>uint (_agd ))&0x07;};if _agd < 8{_ag =int16 (_bbf >>uint (_agd ))&0x07;};if _agd ==6&&_egg > 1{if _ed >=1&&(_ed -1)< _bd .ReferenceBitmap .Height {_bfg ,_acdb =_bd .ReferenceBitmap .GetByte (_dbc -_fad -2); +if _acdb !=nil {return _acdb ;};_cdg |=int16 (_bfg <<2)&0x04;};if _ed >=0&&_ed < _bd .ReferenceBitmap .Height {_bfg ,_acdb =_bd .ReferenceBitmap .GetByte (_dbc -2);if _acdb !=nil {return _acdb ;};_bgf |=int16 (_bfg <<2)&0x04;};if _ed >=-1&&_ed +1< _bd .ReferenceBitmap .Height {_bfg ,_acdb =_bd .ReferenceBitmap .GetByte (_dbc +_fad -2); +if _acdb !=nil {return _acdb ;};_ag |=int16 (_bfg <<2)&0x04;};};if _agd ==0{_fbf =0;_ebe =0;_bbf =0;if _egg < _fad -1{if _ed >=1&&_ed -1< _bd .ReferenceBitmap .Height {_bfg ,_acdb =_bd .ReferenceBitmap .GetByte (_dbc -_fad );if _acdb !=nil {return _acdb ; +};_fbf =int (_bfg );};if _ed >=0&&_ed < _bd .ReferenceBitmap .Height {_bfg ,_acdb =_bd .ReferenceBitmap .GetByte (_dbc );if _acdb !=nil {return _acdb ;};_ebe =int (_bfg );};if _ed >=-1&&_ed +1< _bd .ReferenceBitmap .Height {_bfg ,_acdb =_bd .ReferenceBitmap .GetByte (_dbc +_fad ); +if _acdb !=nil {return _acdb ;};_bbf =int (_bfg );};};_dbc ++;};}else {_cdg =int16 (_fbf <<1)&0x07;_bgf =int16 (_ebe <<1)&0x07;_ag =int16 (_bbf <<1)&0x07;_fbf =0;_ebe =0;_bbf =0;if _egg < _fad -1{if _ed >=1&&_ed -1< _bd .ReferenceBitmap .Height {_bfg ,_acdb =_bd .ReferenceBitmap .GetByte (_dbc -_fad ); +if _acdb !=nil {return _acdb ;};_fbf =int (_bfg );};if _ed >=0&&_ed < _bd .ReferenceBitmap .Height {_bfg ,_acdb =_bd .ReferenceBitmap .GetByte (_dbc );if _acdb !=nil {return _acdb ;};_ebe =int (_bfg );};if _ed >=-1&&_ed +1< _bd .ReferenceBitmap .Height {_bfg ,_acdb =_bd .ReferenceBitmap .GetByte (_dbc +_fad ); +if _acdb !=nil {return _acdb ;};_bbf =int (_bfg );};_dbc ++;};_cdg |=int16 ((_fbf >>7)&0x07);_bgf |=int16 ((_ebe >>7)&0x07);_ag |=int16 ((_bbf >>7)&0x07);};_fcb =int16 (_eagg >>6);_fga =0;_bda :=(2-_dagb )%8;_fbf <<=uint (_bda );_ebe <<=uint (_bda );_bbf <<=uint (_bda ); +_eagg <<=2;var _faf int ;for _gdg :=0;_gdg < _eca ;_gdg ++{_cfb :=_gdg &0x07;_edf :=_eef .form (_cdg ,_bgf ,_ag ,_fcb ,_fga );if _bd ._eb {_bfg ,_acdb =_bd .RegionBitmap .GetByte (_bd .RegionBitmap .GetByteIndex (_gdg ,_dec ));if _acdb !=nil {return _acdb ; +};_bd ._bge .SetIndex (int32 (_bd .overrideAtTemplate0 (int (_edf ),_gdg ,_dec ,int (_bfg ),_cfb )));}else {_bd ._bge .SetIndex (int32 (_edf ));};_faf ,_acdb =_bd ._bg .DecodeBit (_bd ._bge );if _acdb !=nil {return _acdb ;};if _acdb =_bd .RegionBitmap .SetPixel (_gdg ,_dec ,byte (_faf )); +_acdb !=nil {return _acdb ;};_cdg =((_cdg <<1)|0x01&int16 (_fbf >>7))&0x07;_bgf =((_bgf <<1)|0x01&int16 (_ebe >>7))&0x07;_ag =((_ag <<1)|0x01&int16 (_bbf >>7))&0x07;_fcb =((_fcb <<1)|0x01&int16 (_eagg >>7))&0x07;_fga =int16 (_faf );if (_gdg -int (_bd .ReferenceDX ))%8==5{_fbf =0; +_ebe =0;_bbf =0;if ((_gdg -int (_bd .ReferenceDX ))/8)+1< _bd .ReferenceBitmap .RowStride {if _ed >=1&&(_ed -1)< _bd .ReferenceBitmap .Height {_bfg ,_acdb =_bd .ReferenceBitmap .GetByte (_dbc -_fad );if _acdb !=nil {return _acdb ;};_fbf =int (_bfg );}; +if _ed >=0&&_ed < _bd .ReferenceBitmap .Height {_bfg ,_acdb =_bd .ReferenceBitmap .GetByte (_dbc );if _acdb !=nil {return _acdb ;};_ebe =int (_bfg );};if _ed >=-1&&(_ed +1)< _bd .ReferenceBitmap .Height {_bfg ,_acdb =_bd .ReferenceBitmap .GetByte (_dbc +_fad ); +if _acdb !=nil {return _acdb ;};_bbf =int (_bfg );};};_dbc ++;}else {_fbf <<=1;_ebe <<=1;_bbf <<=1;};if _cfb ==5&&_dec >=1{if ((_gdg >>3)+1)>=_bd .RegionBitmap .RowStride {_eagg =0;}else {_bfg ,_acdb =_bd .RegionBitmap .GetByte (_dcgcf -_fgb );if _acdb !=nil {return _acdb ; +};_eagg =int (_bfg );};_dcgcf ++;}else {_eagg <<=1;};};return nil ;};type PatternDictionary struct{_abca *_b .Reader ;DataHeaderOffset int64 ;DataHeaderLength int64 ;DataOffset int64 ;DataLength int64 ;GBAtX []int8 ;GBAtY []int8 ;IsMMREncoded bool ;HDTemplate byte ; +HdpWidth byte ;HdpHeight byte ;Patterns []*_be .Bitmap ;GrayMax uint32 ;};func (_dcced *PatternDictionary )readIsMMREncoded ()error {_cfdb ,_gbeg :=_dcced ._abca .ReadBit ();if _gbeg !=nil {return _gbeg ;};if _cfdb !=0{_dcced .IsMMREncoded =true ;};return nil ; +};func (_bbeec *PatternDictionary )readTemplate ()error {_fbe ,_gbbd :=_bbeec ._abca .ReadBits (2);if _gbbd !=nil {return _gbbd ;};_bbeec .HDTemplate =byte (_fbe );return nil ;};func (_begb *PageInformationSegment )String ()string {_bgeec :=&_e .Builder {}; +_bgeec .WriteString ("\u000a\u005b\u0050\u0041G\u0045\u002d\u0049\u004e\u0046\u004f\u0052\u004d\u0041\u0054I\u004fN\u002d\u0053\u0045\u0047\u004d\u0045\u004eT\u005d\u000a");_bgeec .WriteString (_ff .Sprintf ("\u0009\u002d \u0042\u004d\u0048e\u0069\u0067\u0068\u0074\u003a\u0020\u0025\u0064\u000a",_begb .PageBMHeight )); +_bgeec .WriteString (_ff .Sprintf ("\u0009-\u0020B\u004d\u0057\u0069\u0064\u0074\u0068\u003a\u0020\u0025\u0064\u000a",_begb .PageBMWidth ));_bgeec .WriteString (_ff .Sprintf ("\u0009\u002d\u0020\u0052es\u006f\u006c\u0075\u0074\u0069\u006f\u006e\u0058\u003a\u0020\u0025\u0064\u000a",_begb .ResolutionX )); +_bgeec .WriteString (_ff .Sprintf ("\u0009\u002d\u0020\u0052es\u006f\u006c\u0075\u0074\u0069\u006f\u006e\u0059\u003a\u0020\u0025\u0064\u000a",_begb .ResolutionY ));_bgeec .WriteString (_ff .Sprintf ("\t\u002d\u0020\u0043\u006f\u006d\u0062i\u006e\u0061\u0074\u0069\u006f\u006e\u004f\u0070\u0065r\u0061\u0074\u006fr\u003a \u0025\u0073\u000a",_begb ._gcbcf )); +_bgeec .WriteString (_ff .Sprintf ("\t\u002d\u0020\u0043\u006f\u006d\u0062i\u006e\u0061\u0074\u0069\u006f\u006eO\u0070\u0065\u0072\u0061\u0074\u006f\u0072O\u0076\u0065\u0072\u0072\u0069\u0064\u0065\u003a\u0020\u0025v\u000a",_begb ._aecb ));_bgeec .WriteString (_ff .Sprintf ("\u0009-\u0020I\u0073\u004c\u006f\u0073\u0073l\u0065\u0073s\u003a\u0020\u0025\u0076\u000a",_begb .IsLossless )); +_bgeec .WriteString (_ff .Sprintf ("\u0009\u002d\u0020R\u0065\u0071\u0075\u0069r\u0065\u0073\u0041\u0075\u0078\u0069\u006ci\u0061\u0072\u0079\u0042\u0075\u0066\u0066\u0065\u0072\u003a\u0020\u0025\u0076\u000a",_begb ._fafc ));_bgeec .WriteString (_ff .Sprintf ("\u0009\u002d\u0020M\u0069\u0067\u0068\u0074C\u006f\u006e\u0074\u0061\u0069\u006e\u0052e\u0066\u0069\u006e\u0065\u006d\u0065\u006e\u0074\u0073\u003a\u0020\u0025\u0076\u000a",_begb ._ffcgf )); +_bgeec .WriteString (_ff .Sprintf ("\u0009\u002d\u0020\u0049\u0073\u0053\u0074\u0072\u0069\u0070\u0065\u0064:\u0020\u0025\u0076\u000a",_begb .IsStripe ));_bgeec .WriteString (_ff .Sprintf ("\t\u002d\u0020\u004d\u0061xS\u0074r\u0069\u0070\u0065\u0053\u0069z\u0065\u003a\u0020\u0025\u0076\u000a",_begb .MaxStripeSize )); +return _bgeec .String ();};var (_aegg Segmenter ;_fbcb =map[Type ]func ()Segmenter {TSymbolDictionary :func ()Segmenter {return &SymbolDictionary {}},TIntermediateTextRegion :func ()Segmenter {return &TextRegion {}},TImmediateTextRegion :func ()Segmenter {return &TextRegion {}},TImmediateLosslessTextRegion :func ()Segmenter {return &TextRegion {}},TPatternDictionary :func ()Segmenter {return &PatternDictionary {}},TIntermediateHalftoneRegion :func ()Segmenter {return &HalftoneRegion {}},TImmediateHalftoneRegion :func ()Segmenter {return &HalftoneRegion {}},TImmediateLosslessHalftoneRegion :func ()Segmenter {return &HalftoneRegion {}},TIntermediateGenericRegion :func ()Segmenter {return &GenericRegion {}},TImmediateGenericRegion :func ()Segmenter {return &GenericRegion {}},TImmediateLosslessGenericRegion :func ()Segmenter {return &GenericRegion {}},TIntermediateGenericRefinementRegion :func ()Segmenter {return &GenericRefinementRegion {}},TImmediateGenericRefinementRegion :func ()Segmenter {return &GenericRefinementRegion {}},TImmediateLosslessGenericRefinementRegion :func ()Segmenter {return &GenericRefinementRegion {}},TPageInformation :func ()Segmenter {return &PageInformationSegment {}},TEndOfPage :func ()Segmenter {return _aegg },TEndOfStrip :func ()Segmenter {return &EndOfStripe {}},TEndOfFile :func ()Segmenter {return _aegg },TProfiles :func ()Segmenter {return _aegg },TTables :func ()Segmenter {return &TableSegment {}},TExtension :func ()Segmenter {return _aegg },TBitmap :func ()Segmenter {return _aegg }}; +);func (_egfda *TextRegion )decodeCurrentT ()(int64 ,error ){if _egfda .SbStrips !=1{if _egfda .IsHuffmanEncoded {_fcgf ,_eabf :=_egfda ._bfde .ReadBits (byte (_egfda .LogSBStrips ));return int64 (_fcgf ),_eabf ;};_bec ,_facg :=_egfda ._bfga .DecodeInt (_egfda ._ffg ); +if _facg !=nil {return 0,_facg ;};return int64 (_bec ),nil ;};return 0,nil ;};type TableSegment struct{_daff *_b .Reader ;_acdeg int32 ;_aega int32 ;_cbea int32 ;_gdec int32 ;_ggec int32 ;};func (_cfcce *HalftoneRegion )checkInput ()error {if _cfcce .IsMMREncoded {if _cfcce .HTemplate !=0{_ge .Log .Debug ("\u0048\u0054\u0065\u006d\u0070l\u0061\u0074\u0065\u0020\u003d\u0020\u0025\u0064\u0020\u0073\u0068\u006f\u0075l\u0064\u0020\u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0020\u0074\u0068\u0065\u0020\u0076\u0061\u006c\u0075\u0065\u0020\u0030",_cfcce .HTemplate ); +};if _cfcce .HSkipEnabled {_ge .Log .Debug ("\u0048\u0053\u006b\u0069\u0070\u0045\u006e\u0061\u0062\u006c\u0065\u0064\u0020\u0030\u0020\u0025\u0076\u0020(\u0073\u0068\u006f\u0075\u006c\u0064\u0020c\u006f\u006e\u0074\u0061\u0069\u006e\u0020\u0074\u0068\u0065\u0020v\u0061\u006c\u0075\u0065\u0020\u0066\u0061\u006c\u0073\u0065\u0029",_cfcce .HSkipEnabled ); +};};return nil ;};func (_dbae *SymbolDictionary )encodeRefinementATFlags (_eebd _b .BinaryWriter )(_aadf int ,_ecfd error ){const _eafc ="\u0065\u006e\u0063od\u0065\u0052\u0065\u0066\u0069\u006e\u0065\u006d\u0065\u006e\u0074\u0041\u0054\u0046\u006c\u0061\u0067\u0073"; +if !_dbae .UseRefinementAggregation ||_dbae .SdrTemplate !=0{return 0,nil ;};for _afcf :=0;_afcf < 2;_afcf ++{if _ecfd =_eebd .WriteByte (byte (_dbae .SdrATX [_afcf ]));_ecfd !=nil {return _aadf ,_ac .Wrapf (_ecfd ,_eafc ,"\u0053\u0064\u0072\u0041\u0054\u0058\u005b\u0025\u0064\u005d",_afcf ); +};_aadf ++;if _ecfd =_eebd .WriteByte (byte (_dbae .SdrATY [_afcf ]));_ecfd !=nil {return _aadf ,_ac .Wrapf (_ecfd ,_eafc ,"\u0053\u0064\u0072\u0041\u0054\u0059\u005b\u0025\u0064\u005d",_afcf );};_aadf ++;};return _aadf ,nil ;};type PageInformationSegment struct{_eegd *_b .Reader ; +PageBMHeight int ;PageBMWidth int ;ResolutionX int ;ResolutionY int ;_aecb bool ;_gcbcf _be .CombinationOperator ;_fafc bool ;DefaultPixelValue uint8 ;_ffcgf bool ;IsLossless bool ;IsStripe bool ;MaxStripeSize uint16 ;};func (_cgbe *PageInformationSegment )Init (h *Header ,r *_b .Reader )(_fdad error ){_cgbe ._eegd =r ; +if _fdad =_cgbe .parseHeader ();_fdad !=nil {return _ac .Wrap (_fdad ,"P\u0061\u0067\u0065\u0049\u006e\u0066o\u0072\u006d\u0061\u0074\u0069\u006f\u006e\u0053\u0065g\u006d\u0065\u006et\u002eI\u006e\u0069\u0074","");};return nil ;};func (_gee *GenericRefinementRegion )decodeTypicalPredictedLine (_ef ,_aaa ,_gb ,_fcc ,_efa ,_fce int )error {_eee :=_ef -int (_gee .ReferenceDY ); +_gbd :=_gee .ReferenceBitmap .GetByteIndex (0,_eee );_ecc :=_gee .RegionBitmap .GetByteIndex (0,_ef );var _eac error ;switch _gee .TemplateID {case 0:_eac =_gee .decodeTypicalPredictedLineTemplate0 (_ef ,_aaa ,_gb ,_fcc ,_efa ,_fce ,_ecc ,_eee ,_gbd ); +case 1:_eac =_gee .decodeTypicalPredictedLineTemplate1 (_ef ,_aaa ,_gb ,_fcc ,_efa ,_fce ,_ecc ,_eee ,_gbd );};return _eac ;};func (_bfdc *GenericRegion )decodeTemplate2 (_bdgg ,_edg ,_fec int ,_afbb ,_eacab int )(_efc error ){const _gebfb ="\u0064e\u0063o\u0064\u0065\u0054\u0065\u006d\u0070\u006c\u0061\u0074\u0065\u0032"; +var (_dbb ,_gcgf int ;_egfa ,_cacg int ;_gfaf byte ;_fbd ,_gebeg int ;);if _bdgg >=1{_gfaf ,_efc =_bfdc .Bitmap .GetByte (_eacab );if _efc !=nil {return _ac .Wrap (_efc ,_gebfb ,"\u006ci\u006ee\u004e\u0075\u006d\u0062\u0065\u0072\u0020\u003e\u003d\u0020\u0031"); +};_egfa =int (_gfaf );};if _bdgg >=2{_gfaf ,_efc =_bfdc .Bitmap .GetByte (_eacab -_bfdc .Bitmap .RowStride );if _efc !=nil {return _ac .Wrap (_efc ,_gebfb ,"\u006ci\u006ee\u004e\u0075\u006d\u0062\u0065\u0072\u0020\u003e\u003d\u0020\u0032");};_cacg =int (_gfaf )<<4; +};_dbb =(_egfa >>3&0x7c)|(_cacg >>3&0x380);for _bbc :=0;_bbc < _fec ;_bbc =_fbd {var (_dcab byte ;_cdf int ;);_fbd =_bbc +8;if _cgf :=_edg -_bbc ;_cgf > 8{_cdf =8;}else {_cdf =_cgf ;};if _bdgg > 0{_egfa <<=8;if _fbd < _edg {_gfaf ,_efc =_bfdc .Bitmap .GetByte (_eacab +1); +if _efc !=nil {return _ac .Wrap (_efc ,_gebfb ,"\u006c\u0069\u006e\u0065\u004e\u0075\u006d\u0062\u0065r\u0020\u003e\u0020\u0030");};_egfa |=int (_gfaf );};};if _bdgg > 1{_cacg <<=8;if _fbd < _edg {_gfaf ,_efc =_bfdc .Bitmap .GetByte (_eacab -_bfdc .Bitmap .RowStride +1); +if _efc !=nil {return _ac .Wrap (_efc ,_gebfb ,"\u006c\u0069\u006e\u0065\u004e\u0075\u006d\u0062\u0065r\u0020\u003e\u0020\u0031");};_cacg |=int (_gfaf )<<4;};};for _fgc :=0;_fgc < _cdf ;_fgc ++{_faa :=uint (10-_fgc );if _bfdc ._bbba {_gcgf =_bfdc .overrideAtTemplate2 (_dbb ,_bbc +_fgc ,_bdgg ,int (_dcab ),_fgc ); +_bfdc ._bed .SetIndex (int32 (_gcgf ));}else {_bfdc ._bed .SetIndex (int32 (_dbb ));};_gebeg ,_efc =_bfdc ._befa .DecodeBit (_bfdc ._bed );if _efc !=nil {return _ac .Wrap (_efc ,_gebfb ,"");};_dcab |=byte (_gebeg <>_faa )&0x4)|((_cacg >>_faa )&0x80); +};if _ecg :=_bfdc .Bitmap .SetByte (_afbb ,_dcab );_ecg !=nil {return _ac .Wrap (_ecg ,_gebfb ,"");};_afbb ++;_eacab ++;};return nil ;};func (_edc *template0 )setIndex (_deae *_aca .DecoderStats ){_deae .SetIndex (0x100)};func (_eege *GenericRegion )decodeSLTP ()(int ,error ){switch _eege .GBTemplate {case 0:_eege ._bed .SetIndex (0x9B25); +case 1:_eege ._bed .SetIndex (0x795);case 2:_eege ._bed .SetIndex (0xE5);case 3:_eege ._bed .SetIndex (0x195);};return _eege ._befa .DecodeBit (_eege ._bed );};func (_acc *Header )readReferredToSegmentNumbers (_ecbb *_b .Reader ,_bbee int )([]int ,error ){const _aede ="\u0072\u0065\u0061\u0064R\u0065\u0066\u0065\u0072\u0072\u0065\u0064\u0054\u006f\u0053e\u0067m\u0065\u006e\u0074\u004e\u0075\u006d\u0062e\u0072\u0073"; +_aefgf :=make ([]int ,_bbee );if _bbee > 0{_acc .RTSegments =make ([]*Header ,_bbee );var (_cacfa uint64 ;_gcce error ;);for _begc :=0;_begc < _bbee ;_begc ++{_cacfa ,_gcce =_ecbb .ReadBits (byte (_acc .referenceSize ())<<3);if _gcce !=nil {return nil ,_ac .Wrapf (_gcce ,_aede ,"\u0027\u0025\u0064\u0027 \u0072\u0065\u0066\u0065\u0072\u0072\u0065\u0064\u0020\u0073e\u0067m\u0065\u006e\u0074\u0020\u006e\u0075\u006db\u0065\u0072",_begc ); +};_aefgf [_begc ]=int (_cacfa &_ae .MaxInt32 );};};return _aefgf ,nil ;};func _daac (_fecg *_b .Reader ,_gdbb *Header )*TextRegion {_gabd :=&TextRegion {_bfde :_fecg ,Header :_gdbb ,RegionInfo :NewRegionSegment (_fecg )};return _gabd ;};func (_cbbg *SymbolDictionary )decodeDirectlyThroughGenericRegion (_egaac ,_cda uint32 )error {if _cbbg ._bbfdd ==nil {_cbbg ._bbfdd =NewGenericRegion (_cbbg ._ffaa ); +};_cbbg ._bbfdd .setParametersWithAt (false ,byte (_cbbg .SdTemplate ),false ,false ,_cbbg .SdATX ,_cbbg .SdATY ,_egaac ,_cda ,_cbbg ._bgba ,_cbbg ._gede );return _cbbg .addSymbol (_cbbg ._bbfdd );};func (_dddcf *SymbolDictionary )setSymbolsArray ()error {if _dddcf ._ggfa ==nil {if _acce :=_dddcf .retrieveImportSymbols (); +_acce !=nil {return _acce ;};};if _dddcf ._aegd ==nil {_dddcf ._aegd =append (_dddcf ._aegd ,_dddcf ._ggfa ...);};return nil ;};func (_cacc *TextRegion )checkInput ()error {const _bgfg ="\u0063\u0068\u0065\u0063\u006b\u0049\u006e\u0070\u0075\u0074";if !_cacc .UseRefinement {if _cacc .SbrTemplate !=0{_ge .Log .Debug ("\u0053\u0062\u0072Te\u006d\u0070\u006c\u0061\u0074\u0065\u0020\u0073\u0068\u006f\u0075\u006c\u0064\u0020\u0062\u0065\u0020\u0030"); +_cacc .SbrTemplate =0;};};if _cacc .SbHuffFS ==2||_cacc .SbHuffRDWidth ==2||_cacc .SbHuffRDHeight ==2||_cacc .SbHuffRDX ==2||_cacc .SbHuffRDY ==2{return _ac .Error (_bgfg ,"h\u0075\u0066\u0066\u006d\u0061\u006e \u0066\u006c\u0061\u0067\u0020\u0076a\u006c\u0075\u0065\u0020\u0069\u0073\u0020n\u006f\u0074\u0020\u0070\u0065\u0072\u006d\u0069\u0074\u0074e\u0064"); +};if !_cacc .UseRefinement {if _cacc .SbHuffRSize !=0{_ge .Log .Debug ("\u0053\u0062\u0048uf\u0066\u0052\u0053\u0069\u007a\u0065\u0020\u0073\u0068\u006f\u0075\u006c\u0064\u0020\u0062\u0065\u0020\u0030");_cacc .SbHuffRSize =0;};if _cacc .SbHuffRDY !=0{_ge .Log .Debug ("S\u0062\u0048\u0075\u0066fR\u0044Y\u0020\u0073\u0068\u006f\u0075l\u0064\u0020\u0062\u0065\u0020\u0030"); +_cacc .SbHuffRDY =0;};if _cacc .SbHuffRDX !=0{_ge .Log .Debug ("S\u0062\u0048\u0075\u0066fR\u0044X\u0020\u0073\u0068\u006f\u0075l\u0064\u0020\u0062\u0065\u0020\u0030");_cacc .SbHuffRDX =0;};if _cacc .SbHuffRDWidth !=0{_ge .Log .Debug ("\u0053b\u0048\u0075\u0066\u0066R\u0044\u0057\u0069\u0064\u0074h\u0020s\u0068o\u0075\u006c\u0064\u0020\u0062\u0065\u00200"); +_cacc .SbHuffRDWidth =0;};if _cacc .SbHuffRDHeight !=0{_ge .Log .Debug ("\u0053\u0062\u0048\u0075\u0066\u0066\u0052\u0044\u0048\u0065\u0069g\u0068\u0074\u0020\u0073\u0068\u006f\u0075\u006c\u0064\u0020b\u0065\u0020\u0030");_cacc .SbHuffRDHeight =0;};};return nil ; +};func (_aadea *SymbolDictionary )encodeATFlags (_edbb _b .BinaryWriter )(_fcgd int ,_gdbe error ){const _gbeag ="\u0065\u006e\u0063\u006f\u0064\u0065\u0041\u0054\u0046\u006c\u0061\u0067\u0073";if _aadea .IsHuffmanEncoded ||_aadea .SdTemplate !=0{return 0,nil ; +};_eefea :=4;if _aadea .SdTemplate !=0{_eefea =1;};for _ddbe :=0;_ddbe < _eefea ;_ddbe ++{if _gdbe =_edbb .WriteByte (byte (_aadea .SdATX [_ddbe ]));_gdbe !=nil {return _fcgd ,_ac .Wrapf (_gdbe ,_gbeag ,"\u0053d\u0041\u0054\u0058\u005b\u0025\u0064]",_ddbe ); +};_fcgd ++;if _gdbe =_edbb .WriteByte (byte (_aadea .SdATY [_ddbe ]));_gdbe !=nil {return _fcgd ,_ac .Wrapf (_gdbe ,_gbeag ,"\u0053d\u0041\u0054\u0059\u005b\u0025\u0064]",_ddbe );};_fcgd ++;};return _fcgd ,nil ;};func (_bcea *TextRegion )getUserTable (_dcec int )(_dc .Tabler ,error ){const _fggf ="\u0067\u0065\u0074U\u0073\u0065\u0072\u0054\u0061\u0062\u006c\u0065"; +var _egfgf int ;for _ ,_eaed :=range _bcea .Header .RTSegments {if _eaed .Type ==53{if _egfgf ==_dcec {_gedb ,_gdcb :=_eaed .GetSegmentData ();if _gdcb !=nil {return nil ,_gdcb ;};_cab ,_degg :=_gedb .(*TableSegment );if !_degg {_ge .Log .Debug (_ff .Sprintf ("\u0073\u0065\u0067\u006d\u0065\u006e\u0074 \u0077\u0069\u0074h\u0020\u0054\u0079p\u0065\u00205\u0033\u0020\u002d\u0020\u0061\u006ed\u0020in\u0064\u0065\u0078\u003a\u0020\u0025\u0064\u0020\u006e\u006f\u0074\u0020\u0061\u0020\u0054\u0061\u0062\u006c\u0065\u0053\u0065\u0067\u006d\u0065\u006e\u0074",_eaed .SegmentNumber )); +return nil ,_ac .Error (_fggf ,"\u0073\u0065\u0067\u006d\u0065\u006e\u0074 \u0077\u0069\u0074h\u0020\u0054\u0079\u0070e\u0020\u0035\u0033\u0020\u0069\u0073\u0020\u006e\u006f\u0074\u0020\u0061\u0020\u002a\u0054\u0061\u0062\u006c\u0065\u0053\u0065\u0067\u006d\u0065\u006e\u0074"); +};return _dc .NewEncodedTable (_cab );};_egfgf ++;};};return nil ,nil ;};func (_abbfd *TextRegion )setContexts (_fedb *_aca .DecoderStats ,_daecac *_aca .DecoderStats ,_gabf *_aca .DecoderStats ,_cbgbg *_aca .DecoderStats ,_afbd *_aca .DecoderStats ,_cgdc *_aca .DecoderStats ,_abcd *_aca .DecoderStats ,_abfc *_aca .DecoderStats ,_efba *_aca .DecoderStats ,_eecd *_aca .DecoderStats ){_abbfd ._agfd =_daecac ; +_abbfd ._eaff =_gabf ;_abbfd ._febc =_cbgbg ;_abbfd ._ffg =_afbd ;_abbfd ._dgdc =_abcd ;_abbfd ._gcag =_abfc ;_abbfd ._fgef =_cgdc ;_abbfd ._bcfe =_efba ;_abbfd ._dfa =_eecd ;_abbfd ._cdccb =_fedb ;};func (_dfgd *GenericRegion )decodeTemplate3 (_gde ,_gbfc ,_cfd int ,_gfef ,_cag int )(_fade error ){const _gaa ="\u0064e\u0063o\u0064\u0065\u0054\u0065\u006d\u0070\u006c\u0061\u0074\u0065\u0033"; +var (_bfgc ,_dbdcc int ;_adef int ;_bcag byte ;_gce ,_efbc int ;);if _gde >=1{_bcag ,_fade =_dfgd .Bitmap .GetByte (_cag );if _fade !=nil {return _ac .Wrap (_fade ,_gaa ,"\u006ci\u006e\u0065\u0020\u003e\u003d\u00201");};_adef =int (_bcag );};_bfgc =(_adef >>1)&0x70; +for _gabg :=0;_gabg < _cfd ;_gabg =_gce {var (_gbfb byte ;_gfc int ;);_gce =_gabg +8;if _gacc :=_gbfc -_gabg ;_gacc > 8{_gfc =8;}else {_gfc =_gacc ;};if _gde >=1{_adef <<=8;if _gce < _gbfc {_bcag ,_fade =_dfgd .Bitmap .GetByte (_cag +1);if _fade !=nil {return _ac .Wrap (_fade ,_gaa ,"\u0069\u006e\u006e\u0065\u0072\u0020\u002d\u0020\u006c\u0069\u006e\u0065 \u003e\u003d\u0020\u0031"); +};_adef |=int (_bcag );};};for _bfa :=0;_bfa < _gfc ;_bfa ++{if _dfgd ._bbba {_dbdcc =_dfgd .overrideAtTemplate3 (_bfgc ,_gabg +_bfa ,_gde ,int (_gbfb ),_bfa );_dfgd ._bed .SetIndex (int32 (_dbdcc ));}else {_dfgd ._bed .SetIndex (int32 (_bfgc ));};_efbc ,_fade =_dfgd ._befa .DecodeBit (_dfgd ._bed ); +if _fade !=nil {return _ac .Wrap (_fade ,_gaa ,"");};_gbfb |=byte (_efbc )<>uint (8-_bfa ))&0x010);};if _acbb :=_dfgd .Bitmap .SetByte (_gfef ,_gbfb );_acbb !=nil {return _ac .Wrap (_acbb ,_gaa ,""); +};_gfef ++;_cag ++;};return nil ;};func (_agdf *GenericRegion )overrideAtTemplate0b (_gbe ,_ceed ,_cfed ,_dad ,_cfbgg ,_abbb int )int {if _agdf .GBAtOverride [0]{_gbe &=0xFFFD;if _agdf .GBAtY [0]==0&&_agdf .GBAtX [0]>=-int8 (_cfbgg ){_gbe |=(_dad >>uint (int8 (_abbb )-_agdf .GBAtX [0]&0x1))<<1; +}else {_gbe |=int (_agdf .getPixel (_ceed +int (_agdf .GBAtX [0]),_cfed +int (_agdf .GBAtY [0])))<<1;};};if _agdf .GBAtOverride [1]{_gbe &=0xDFFF;if _agdf .GBAtY [1]==0&&_agdf .GBAtX [1]>=-int8 (_cfbgg ){_gbe |=(_dad >>uint (int8 (_abbb )-_agdf .GBAtX [1]&0x1))<<13; +}else {_gbe |=int (_agdf .getPixel (_ceed +int (_agdf .GBAtX [1]),_cfed +int (_agdf .GBAtY [1])))<<13;};};if _agdf .GBAtOverride [2]{_gbe &=0xFDFF;if _agdf .GBAtY [2]==0&&_agdf .GBAtX [2]>=-int8 (_cfbgg ){_gbe |=(_dad >>uint (int8 (_abbb )-_agdf .GBAtX [2]&0x1))<<9; +}else {_gbe |=int (_agdf .getPixel (_ceed +int (_agdf .GBAtX [2]),_cfed +int (_agdf .GBAtY [2])))<<9;};};if _agdf .GBAtOverride [3]{_gbe &=0xBFFF;if _agdf .GBAtY [3]==0&&_agdf .GBAtX [3]>=-int8 (_cfbgg ){_gbe |=(_dad >>uint (int8 (_abbb )-_agdf .GBAtX [3]&0x1))<<14; +}else {_gbe |=int (_agdf .getPixel (_ceed +int (_agdf .GBAtX [3]),_cfed +int (_agdf .GBAtY [3])))<<14;};};if _agdf .GBAtOverride [4]{_gbe &=0xEFFF;if _agdf .GBAtY [4]==0&&_agdf .GBAtX [4]>=-int8 (_cfbgg ){_gbe |=(_dad >>uint (int8 (_abbb )-_agdf .GBAtX [4]&0x1))<<12; +}else {_gbe |=int (_agdf .getPixel (_ceed +int (_agdf .GBAtX [4]),_cfed +int (_agdf .GBAtY [4])))<<12;};};if _agdf .GBAtOverride [5]{_gbe &=0xFFDF;if _agdf .GBAtY [5]==0&&_agdf .GBAtX [5]>=-int8 (_cfbgg ){_gbe |=(_dad >>uint (int8 (_abbb )-_agdf .GBAtX [5]&0x1))<<5; +}else {_gbe |=int (_agdf .getPixel (_ceed +int (_agdf .GBAtX [5]),_cfed +int (_agdf .GBAtY [5])))<<5;};};if _agdf .GBAtOverride [6]{_gbe &=0xFFFB;if _agdf .GBAtY [6]==0&&_agdf .GBAtX [6]>=-int8 (_cfbgg ){_gbe |=(_dad >>uint (int8 (_abbb )-_agdf .GBAtX [6]&0x1))<<2; +}else {_gbe |=int (_agdf .getPixel (_ceed +int (_agdf .GBAtX [6]),_cfed +int (_agdf .GBAtY [6])))<<2;};};if _agdf .GBAtOverride [7]{_gbe &=0xFFF7;if _agdf .GBAtY [7]==0&&_agdf .GBAtX [7]>=-int8 (_cfbgg ){_gbe |=(_dad >>uint (int8 (_abbb )-_agdf .GBAtX [7]&0x1))<<3; +}else {_gbe |=int (_agdf .getPixel (_ceed +int (_agdf .GBAtX [7]),_cfed +int (_agdf .GBAtY [7])))<<3;};};if _agdf .GBAtOverride [8]{_gbe &=0xF7FF;if _agdf .GBAtY [8]==0&&_agdf .GBAtX [8]>=-int8 (_cfbgg ){_gbe |=(_dad >>uint (int8 (_abbb )-_agdf .GBAtX [8]&0x1))<<11; +}else {_gbe |=int (_agdf .getPixel (_ceed +int (_agdf .GBAtX [8]),_cfed +int (_agdf .GBAtY [8])))<<11;};};if _agdf .GBAtOverride [9]{_gbe &=0xFFEF;if _agdf .GBAtY [9]==0&&_agdf .GBAtX [9]>=-int8 (_cfbgg ){_gbe |=(_dad >>uint (int8 (_abbb )-_agdf .GBAtX [9]&0x1))<<4; +}else {_gbe |=int (_agdf .getPixel (_ceed +int (_agdf .GBAtX [9]),_cfed +int (_agdf .GBAtY [9])))<<4;};};if _agdf .GBAtOverride [10]{_gbe &=0x7FFF;if _agdf .GBAtY [10]==0&&_agdf .GBAtX [10]>=-int8 (_cfbgg ){_gbe |=(_dad >>uint (int8 (_abbb )-_agdf .GBAtX [10]&0x1))<<15; +}else {_gbe |=int (_agdf .getPixel (_ceed +int (_agdf .GBAtX [10]),_cfed +int (_agdf .GBAtY [10])))<<15;};};if _agdf .GBAtOverride [11]{_gbe &=0xFDFF;if _agdf .GBAtY [11]==0&&_agdf .GBAtX [11]>=-int8 (_cfbgg ){_gbe |=(_dad >>uint (int8 (_abbb )-_agdf .GBAtX [11]&0x1))<<10; +}else {_gbe |=int (_agdf .getPixel (_ceed +int (_agdf .GBAtX [11]),_cfed +int (_agdf .GBAtY [11])))<<10;};};return _gbe ;};var _ _dc .BasicTabler =&TableSegment {};func (_fgd *GenericRefinementRegion )setParameters (_bad *_aca .DecoderStats ,_bbe *_aca .Decoder ,_dagg int8 ,_fafa ,_dgc uint32 ,_cgeb *_be .Bitmap ,_aade ,_afbg int32 ,_bba bool ,_egbg []int8 ,_eaec []int8 ){_ge .Log .Trace ("\u005b\u0047\u0045NE\u0052\u0049\u0043\u002d\u0052\u0045\u0046\u002d\u0052E\u0047I\u004fN\u005d \u0073\u0065\u0074\u0050\u0061\u0072\u0061\u006d\u0065\u0074\u0065\u0072\u0073"); +if _bad !=nil {_fgd ._bge =_bad ;};if _bbe !=nil {_fgd ._bg =_bbe ;};_fgd .TemplateID =_dagg ;_fgd .RegionInfo .BitmapWidth =_fafa ;_fgd .RegionInfo .BitmapHeight =_dgc ;_fgd .ReferenceBitmap =_cgeb ;_fgd .ReferenceDX =_aade ;_fgd .ReferenceDY =_afbg ; +_fgd .IsTPGROn =_bba ;_fgd .GrAtX =_egbg ;_fgd .GrAtY =_eaec ;_fgd .RegionBitmap =nil ;_ge .Log .Trace ("[\u0047\u0045\u004e\u0045\u0052\u0049\u0043\u002d\u0052E\u0046\u002d\u0052\u0045\u0047\u0049\u004fN]\u0020\u0073\u0065\u0074P\u0061\u0072\u0061\u006d\u0065\u0074\u0065\u0072\u0073 f\u0069\u006ei\u0073\u0068\u0065\u0064\u002e\u0020\u0025\u0073",_fgd ); +};func (_geg *template1 )form (_fbbd ,_fbgb ,_dae ,_bcf ,_fdb int16 )int16 {return ((_fbbd &0x02)<<8)|(_fbgb <<6)|((_dae &0x03)<<4)|(_bcf <<1)|_fdb ;};func (_dgb *GenericRefinementRegion )readAtPixels ()error {_dgb .GrAtX =make ([]int8 ,2);_dgb .GrAtY =make ([]int8 ,2); +_ceee ,_baef :=_dgb ._acab .ReadByte ();if _baef !=nil {return _baef ;};_dgb .GrAtX [0]=int8 (_ceee );_ceee ,_baef =_dgb ._acab .ReadByte ();if _baef !=nil {return _baef ;};_dgb .GrAtY [0]=int8 (_ceee );_ceee ,_baef =_dgb ._acab .ReadByte ();if _baef !=nil {return _baef ; +};_dgb .GrAtX [1]=int8 (_ceee );_ceee ,_baef =_dgb ._acab .ReadByte ();if _baef !=nil {return _baef ;};_dgb .GrAtY [1]=int8 (_ceee );return nil ;};func (_acb *GenericRefinementRegion )getGrReference ()(*_be .Bitmap ,error ){segments :=_acb ._aeg .RTSegments ; +if len (segments )==0{return nil ,_d .New ("\u0052\u0065f\u0065\u0072\u0065\u006e\u0063\u0065\u0064\u0020\u0053\u0065\u0067\u006d\u0065\u006e\u0074\u0020\u006e\u006f\u0074\u0020\u0065\u0078is\u0074\u0073");};_bb ,_afb :=segments [0].GetSegmentData ();if _afb !=nil {return nil ,_afb ; +};_cf ,_da :=_bb .(Regioner );if !_da {return nil ,_ff .Errorf ("\u0072\u0065\u0066\u0065\u0072r\u0065\u0064\u0020\u0074\u006f\u0020\u0053\u0065\u0067\u006d\u0065\u006e\u0074 \u0069\u0073\u0020\u006e\u006f\u0074\u0020\u0061\u0020\u0052\u0065\u0067\u0069\u006f\u006e\u0065\u0072\u003a\u0020\u0025\u0054",_bb ); +};return _cf .GetRegionBitmap ();};func (_bdf *GenericRegion )decodeLine (_geb ,_aace ,_bgd int )error {const _bga ="\u0064\u0065\u0063\u006f\u0064\u0065\u004c\u0069\u006e\u0065";_gdcd :=_bdf .Bitmap .GetByteIndex (0,_geb );_gff :=_gdcd -_bdf .Bitmap .RowStride ; +switch _bdf .GBTemplate {case 0:if !_bdf .UseExtTemplates {return _bdf .decodeTemplate0a (_geb ,_aace ,_bgd ,_gdcd ,_gff );};return _bdf .decodeTemplate0b (_geb ,_aace ,_bgd ,_gdcd ,_gff );case 1:return _bdf .decodeTemplate1 (_geb ,_aace ,_bgd ,_gdcd ,_gff ); +case 2:return _bdf .decodeTemplate2 (_geb ,_aace ,_bgd ,_gdcd ,_gff );case 3:return _bdf .decodeTemplate3 (_geb ,_aace ,_bgd ,_gdcd ,_gff );};return _ac .Errorf (_bga ,"\u0069\u006e\u0076a\u006c\u0069\u0064\u0020G\u0042\u0054\u0065\u006d\u0070\u006c\u0061t\u0065\u0020\u0070\u0072\u006f\u0076\u0069\u0064\u0065\u0064\u003a\u0020\u0025\u0064",_bdf .GBTemplate ); +};func (_bage *RegionSegment )String ()string {_cfg :=&_e .Builder {};_cfg .WriteString ("\u0009[\u0052E\u0047\u0049\u004f\u004e\u0020S\u0045\u0047M\u0045\u004e\u0054\u005d\u000a");_cfg .WriteString (_ff .Sprintf ("\t\u0009\u002d\u0020\u0042\u0069\u0074m\u0061\u0070\u0020\u0028\u0077\u0069d\u0074\u0068\u002c\u0020\u0068\u0065\u0069g\u0068\u0074\u0029\u0020\u005b\u0025\u0064\u0078\u0025\u0064]\u000a",_bage .BitmapWidth ,_bage .BitmapHeight )); +_cfg .WriteString (_ff .Sprintf ("\u0009\u0009\u002d\u0020L\u006f\u0063\u0061\u0074\u0069\u006f\u006e\u0020\u0028\u0078,\u0079)\u003a\u0020\u005b\u0025\u0064\u002c\u0025d\u005d\u000a",_bage .XLocation ,_bage .YLocation ));_cfg .WriteString (_ff .Sprintf ("\t\u0009\u002d\u0020\u0043\u006f\u006db\u0069\u006e\u0061\u0074\u0069\u006f\u006e\u004f\u0070e\u0072\u0061\u0074o\u0072:\u0020\u0025\u0073",_bage .CombinaionOperator )); +return _cfg .String ();};func (_ggge *PageInformationSegment )readResolution ()error {_cbbf ,_befc :=_ggge ._eegd .ReadBits (32);if _befc !=nil {return _befc ;};_ggge .ResolutionX =int (_cbbf &_ae .MaxInt32 );_cbbf ,_befc =_ggge ._eegd .ReadBits (32);if _befc !=nil {return _befc ; +};_ggge .ResolutionY =int (_cbbf &_ae .MaxInt32 );return nil ;};type Regioner interface{GetRegionBitmap ()(*_be .Bitmap ,error );GetRegionInfo ()*RegionSegment ;};type OrganizationType uint8 ;func (_deab *TextRegion )computeSymbolCodeLength ()error {if _deab .IsHuffmanEncoded {return _deab .symbolIDCodeLengths (); +};_deab ._bcac =int8 (_ae .Ceil (_ae .Log (float64 (_deab .NumberOfSymbols ))/_ae .Log (2)));return nil ;};func (_deca *PageInformationSegment )CombinationOperator ()_be .CombinationOperator {return _deca ._gcbcf ;};func (_bcfc *SymbolDictionary )parseHeader ()(_adaa error ){_ge .Log .Trace ("\u005b\u0053\u0059\u004d\u0042\u004f\u004c \u0044\u0049\u0043T\u0049\u004f\u004e\u0041R\u0059\u005d\u005b\u0050\u0041\u0052\u0053\u0045\u002d\u0048\u0045\u0041\u0044\u0045\u0052\u005d\u0020\u0062\u0065\u0067\u0069\u006e\u0073\u002e\u002e\u002e"); +defer func (){if _adaa !=nil {_ge .Log .Trace ("\u005bS\u0059\u004dB\u004f\u004c\u0020\u0044I\u0043\u0054\u0049O\u004e\u0041\u0052\u0059\u005d\u005b\u0050\u0041\u0052SE\u002d\u0048\u0045A\u0044\u0045R\u005d\u0020\u0066\u0061\u0069\u006ce\u0064\u002e \u0025\u0076",_adaa ); +}else {_ge .Log .Trace ("\u005b\u0053\u0059\u004d\u0042\u004f\u004c \u0044\u0049\u0043T\u0049\u004f\u004e\u0041R\u0059\u005d\u005b\u0050\u0041\u0052\u0053\u0045\u002d\u0048\u0045\u0041\u0044\u0045\u0052\u005d\u0020\u0066\u0069\u006e\u0069\u0073\u0068\u0065\u0064\u002e"); +};}();if _adaa =_bcfc .readRegionFlags ();_adaa !=nil {return _adaa ;};if _adaa =_bcfc .setAtPixels ();_adaa !=nil {return _adaa ;};if _adaa =_bcfc .setRefinementAtPixels ();_adaa !=nil {return _adaa ;};if _adaa =_bcfc .readNumberOfExportedSymbols ();_adaa !=nil {return _adaa ; +};if _adaa =_bcfc .readNumberOfNewSymbols ();_adaa !=nil {return _adaa ;};if _adaa =_bcfc .setInSyms ();_adaa !=nil {return _adaa ;};if _bcfc ._aegee {_gbgf :=_bcfc .Header .RTSegments ;for _gfce :=len (_gbgf )-1;_gfce >=0;_gfce --{if _gbgf [_gfce ].Type ==0{_aga ,_efac :=_gbgf [_gfce ].SegmentData .(*SymbolDictionary ); +if !_efac {_adaa =_ff .Errorf ("\u0072\u0065\u006c\u0061\u0074\u0065\u0064\u0020\u0053\u0065\u0067\u006d\u0065\u006e\u0074:\u0020\u0025\u0076\u0020\u0069\u0073\u0020\u006e\u006f\u0074\u0020\u0061\u0020S\u0079\u006d\u0062\u006f\u006c\u0020\u0044\u0069\u0063\u0074\u0069\u006fna\u0072\u0079\u0020\u0053\u0065\u0067\u006d\u0065\u006e\u0074",_gbgf [_gfce ]); +return _adaa ;};if _aga ._aegee {_bcfc .setRetainedCodingContexts (_aga );};break ;};};};if _adaa =_bcfc .checkInput ();_adaa !=nil {return _adaa ;};return nil ;};func (_fgde *PageInformationSegment )encodeFlags (_deaea _b .BinaryWriter )(_fegea error ){const _aegf ="e\u006e\u0063\u006f\u0064\u0065\u0046\u006c\u0061\u0067\u0073"; +if _fegea =_deaea .SkipBits (1);_fegea !=nil {return _ac .Wrap (_fegea ,_aegf ,"\u0072\u0065\u0073e\u0072\u0076\u0065\u0064\u0020\u0062\u0069\u0074");};var _cbge int ;if _fgde .CombinationOperatorOverrideAllowed (){_cbge =1;};if _fegea =_deaea .WriteBit (_cbge ); +_fegea !=nil {return _ac .Wrap (_fegea ,_aegf ,"\u0063\u006f\u006db\u0069\u006e\u0061\u0074i\u006f\u006e\u0020\u006f\u0070\u0065\u0072a\u0074\u006f\u0072\u0020\u006f\u0076\u0065\u0072\u0072\u0069\u0064\u0064\u0065\u006e");};_cbge =0;if _fgde ._fafc {_cbge =1; +};if _fegea =_deaea .WriteBit (_cbge );_fegea !=nil {return _ac .Wrap (_fegea ,_aegf ,"\u0072e\u0071\u0075\u0069\u0072e\u0073\u0020\u0061\u0075\u0078i\u006ci\u0061r\u0079\u0020\u0062\u0075\u0066\u0066\u0065r");};if _fegea =_deaea .WriteBit ((int (_fgde ._gcbcf )>>1)&0x01); +_fegea !=nil {return _ac .Wrap (_fegea ,_aegf ,"\u0063\u006f\u006d\u0062\u0069\u006e\u0061\u0074\u0069\u006fn\u0020\u006f\u0070\u0065\u0072\u0061\u0074o\u0072\u0020\u0066\u0069\u0072\u0073\u0074\u0020\u0062\u0069\u0074");};if _fegea =_deaea .WriteBit (int (_fgde ._gcbcf )&0x01); +_fegea !=nil {return _ac .Wrap (_fegea ,_aegf ,"\u0063\u006f\u006db\u0069\u006e\u0061\u0074i\u006f\u006e\u0020\u006f\u0070\u0065\u0072a\u0074\u006f\u0072\u0020\u0073\u0065\u0063\u006f\u006e\u0064\u0020\u0062\u0069\u0074");};_cbge =int (_fgde .DefaultPixelValue ); +if _fegea =_deaea .WriteBit (_cbge );_fegea !=nil {return _ac .Wrap (_fegea ,_aegf ,"\u0064e\u0066\u0061\u0075\u006c\u0074\u0020\u0070\u0061\u0067\u0065\u0020p\u0069\u0078\u0065\u006c\u0020\u0076\u0061\u006c\u0075\u0065");};_cbge =0;if _fgde ._ffcgf {_cbge =1; +};if _fegea =_deaea .WriteBit (_cbge );_fegea !=nil {return _ac .Wrap (_fegea ,_aegf ,"\u0063\u006f\u006e\u0074ai\u006e\u0073\u0020\u0072\u0065\u0066\u0069\u006e\u0065\u006d\u0065\u006e\u0074");};_cbge =0;if _fgde .IsLossless {_cbge =1;};if _fegea =_deaea .WriteBit (_cbge ); +_fegea !=nil {return _ac .Wrap (_fegea ,_aegf ,"p\u0061\u0067\u0065\u0020\u0069\u0073 \u0065\u0076\u0065\u006e\u0074\u0075\u0061\u006c\u006cy\u0020\u006c\u006fs\u0073l\u0065\u0073\u0073");};return nil ;};const (ORandom OrganizationType =iota ;OSequential ; +);func (_cddbg *TextRegion )readAmountOfSymbolInstances ()error {_aecf ,_dgebb :=_cddbg ._bfde .ReadBits (32);if _dgebb !=nil {return _dgebb ;};_cddbg .NumberOfSymbolInstances =uint32 (_aecf &_ae .MaxUint32 );_ecaf :=_cddbg .RegionInfo .BitmapWidth *_cddbg .RegionInfo .BitmapHeight ; +if _ecaf < _cddbg .NumberOfSymbolInstances {_ge .Log .Debug ("\u004c\u0069\u006d\u0069t\u0069\u006e\u0067\u0020t\u0068\u0065\u0020n\u0075\u006d\u0062\u0065\u0072\u0020o\u0066\u0020d\u0065\u0063\u006f\u0064e\u0064\u0020\u0073\u0079m\u0062\u006f\u006c\u0020\u0069n\u0073\u0074\u0061\u006e\u0063\u0065\u0073 \u0074\u006f\u0020\u006f\u006ee\u0020\u0070\u0065\u0072\u0020\u0070\u0069\u0078\u0065l\u0020\u0028\u0020\u0025\u0064\u0020\u0069\u006e\u0073\u0074\u0065\u0061\u0064\u0020\u006f\u0066\u0020\u0025\u0064\u0029",_ecaf ,_cddbg .NumberOfSymbolInstances ); +_cddbg .NumberOfSymbolInstances =_ecaf ;};return nil ;};func (_afcc *PageInformationSegment )readMaxStripeSize ()error {_gbfe ,_aeca :=_afcc ._eegd .ReadBits (15);if _aeca !=nil {return _aeca ;};_afcc .MaxStripeSize =uint16 (_gbfe &_ae .MaxUint16 );return nil ; +};func (_fda *HalftoneRegion )GetRegionBitmap ()(*_be .Bitmap ,error ){if _fda .HalftoneRegionBitmap !=nil {return _fda .HalftoneRegionBitmap ,nil ;};var _bbbee error ;_fda .HalftoneRegionBitmap =_be .New (int (_fda .RegionSegment .BitmapWidth ),int (_fda .RegionSegment .BitmapHeight )); +if _fda .Patterns ==nil ||(_fda .Patterns !=nil &&len (_fda .Patterns )==0){_fda .Patterns ,_bbbee =_fda .GetPatterns ();if _bbbee !=nil {return nil ,_bbbee ;};};if _fda .HDefaultPixel ==1{_fda .HalftoneRegionBitmap .SetDefaultPixel ();};_geef :=_ae .Ceil (_ae .Log (float64 (len (_fda .Patterns )))/_ae .Log (2)); +_afdg :=int (_geef );var _dacd [][]int ;_dacd ,_bbbee =_fda .grayScaleDecoding (_afdg );if _bbbee !=nil {return nil ,_bbbee ;};if _bbbee =_fda .renderPattern (_dacd );_bbbee !=nil {return nil ,_bbbee ;};return _fda .HalftoneRegionBitmap ,nil ;};func (_agc *GenericRegion )getPixel (_bbd ,_daaf int )int8 {if _bbd < 0||_bbd >=_agc .Bitmap .Width {return 0; +};if _daaf < 0||_daaf >=_agc .Bitmap .Height {return 0;};if _agc .Bitmap .GetPixel (_bbd ,_daaf ){return 1;};return 0;};type Pager interface{GetSegment (int )(*Header ,error );GetBitmap ()(*_be .Bitmap ,error );};func (_dafe *GenericRegion )overrideAtTemplate3 (_fedd ,_dgeb ,_adgc ,_dacf ,_dbac int )int {_fedd &=0x3EF; +if _dafe .GBAtY [0]==0&&_dafe .GBAtX [0]>=-int8 (_dbac ){_fedd |=(_dacf >>uint (7-(int8 (_dbac )+_dafe .GBAtX [0]))&0x1)<<4;}else {_fedd |=int (_dafe .getPixel (_dgeb +int (_dafe .GBAtX [0]),_adgc +int (_dafe .GBAtY [0])))<<4;};return _fedd ;};func (_bggd *SymbolDictionary )readRefinementAtPixels (_cfeaa int )error {_bggd .SdrATX =make ([]int8 ,_cfeaa ); +_bggd .SdrATY =make ([]int8 ,_cfeaa );var (_ddf byte ;_afga error ;);for _ggdc :=0;_ggdc < _cfeaa ;_ggdc ++{_ddf ,_afga =_bggd ._ffaa .ReadByte ();if _afga !=nil {return _afga ;};_bggd .SdrATX [_ggdc ]=int8 (_ddf );_ddf ,_afga =_bggd ._ffaa .ReadByte (); +if _afga !=nil {return _afga ;};_bggd .SdrATY [_ggdc ]=int8 (_ddf );};return nil ;};func (_aba *SymbolDictionary )getUserTable (_gaeb int )(_dc .Tabler ,error ){var _dddca int ;for _ ,_ddbf :=range _aba .Header .RTSegments {if _ddbf .Type ==53{if _dddca ==_gaeb {_bggg ,_eagd :=_ddbf .GetSegmentData (); +if _eagd !=nil {return nil ,_eagd ;};_dged :=_bggg .(_dc .BasicTabler );return _dc .NewEncodedTable (_dged );};_dddca ++;};};return nil ,nil ;};func (_gbeb *PatternDictionary )parseHeader ()error {_ge .Log .Trace ("\u005b\u0050\u0041\u0054\u0054\u0045\u0052\u004e\u002d\u0044\u0049\u0043\u0054I\u004f\u004e\u0041\u0052\u0059\u005d[\u0070\u0061\u0072\u0073\u0065\u0048\u0065\u0061\u0064\u0065\u0072\u005d\u0020b\u0065\u0067\u0069\u006e"); +defer func (){_ge .Log .Trace ("\u005b\u0050\u0041T\u0054\u0045\u0052\u004e\u002d\u0044\u0049\u0043\u0054\u0049\u004f\u004e\u0041\u0052\u0059\u005d\u005b\u0070\u0061\u0072\u0073\u0065\u0048\u0065\u0061\u0064\u0065\u0072\u005d \u0066\u0069\u006e\u0069\u0073\u0068\u0065\u0064"); +}();_ ,_ggbc :=_gbeb ._abca .ReadBits (5);if _ggbc !=nil {return _ggbc ;};if _ggbc =_gbeb .readTemplate ();_ggbc !=nil {return _ggbc ;};if _ggbc =_gbeb .readIsMMREncoded ();_ggbc !=nil {return _ggbc ;};if _ggbc =_gbeb .readPatternWidthAndHeight ();_ggbc !=nil {return _ggbc ; +};if _ggbc =_gbeb .readGrayMax ();_ggbc !=nil {return _ggbc ;};if _ggbc =_gbeb .computeSegmentDataStructure ();_ggbc !=nil {return _ggbc ;};return _gbeb .checkInput ();};func (_dff *HalftoneRegion )renderPattern (_ddbg [][]int )(_ffcg error ){var _bedc ,_beee int ; +for _cad :=0;_cad < int (_dff .HGridHeight );_cad ++{for _cde :=0;_cde < int (_dff .HGridWidth );_cde ++{_bedc =_dff .computeX (_cad ,_cde );_beee =_dff .computeY (_cad ,_cde );_afegg :=_dff .Patterns [_ddbg [_cad ][_cde ]];if _ffcg =_be .Blit (_afegg ,_dff .HalftoneRegionBitmap ,_bedc +int (_dff .HGridX ),_beee +int (_dff .HGridY ),_dff .CombinationOperator ); +_ffcg !=nil {return _ffcg ;};};};return nil ;};type templater interface{form (_adc ,_baec ,_ece ,_bbg ,_gfd int16 )int16 ;setIndex (_gdc *_aca .DecoderStats );};func (_gacg *TextRegion )decodeRdw ()(int64 ,error ){const _aafg ="\u0064e\u0063\u006f\u0064\u0065\u0052\u0064w"; +if _gacg .IsHuffmanEncoded {if _gacg .SbHuffRDWidth ==3{if _gacg ._afff ==nil {var (_fegf int ;_abbf error ;);if _gacg .SbHuffFS ==3{_fegf ++;};if _gacg .SbHuffDS ==3{_fegf ++;};if _gacg .SbHuffDT ==3{_fegf ++;};_gacg ._afff ,_abbf =_gacg .getUserTable (_fegf ); +if _abbf !=nil {return 0,_ac .Wrap (_abbf ,_aafg ,"");};};return _gacg ._afff .Decode (_gacg ._bfde );};_caafc ,_agbg :=_dc .GetStandardTable (14+int (_gacg .SbHuffRDWidth ));if _agbg !=nil {return 0,_ac .Wrap (_agbg ,_aafg ,"");};return _caafc .Decode (_gacg ._bfde ); +};_ebcb ,_aggd :=_gacg ._bfga .DecodeInt (_gacg ._dgdc );if _aggd !=nil {return 0,_ac .Wrap (_aggd ,_aafg ,"");};return int64 (_ebcb ),nil ;};func (_ddbgf *SymbolDictionary )setCodingStatistics ()error {if _ddbgf ._bccf ==nil {_ddbgf ._bccf =_aca .NewStats (512,1); +};if _ddbgf ._ace ==nil {_ddbgf ._ace =_aca .NewStats (512,1);};if _ddbgf ._eafgd ==nil {_ddbgf ._eafgd =_aca .NewStats (512,1);};if _ddbgf ._cecg ==nil {_ddbgf ._cecg =_aca .NewStats (512,1);};if _ddbgf ._ggbf ==nil {_ddbgf ._ggbf =_aca .NewStats (512,1); +};if _ddbgf .UseRefinementAggregation &&_ddbgf ._gecad ==nil {_ddbgf ._gecad =_aca .NewStats (1< 0x0f{_becg .SbDsOffset -=0x20;};_cgad ,_egdbc =_becg ._bfde .ReadBit ();if _egdbc !=nil {return _egdbc ;};_becg .DefaultPixel =int8 (_cgad ); +_adbd ,_egdbc =_becg ._bfde .ReadBits (2);if _egdbc !=nil {return _egdbc ;};_becg .CombinationOperator =_be .CombinationOperator (int (_adbd )&0x3);_cgad ,_egdbc =_becg ._bfde .ReadBit ();if _egdbc !=nil {return _egdbc ;};_becg .IsTransposed =int8 (_cgad ); +_adbd ,_egdbc =_becg ._bfde .ReadBits (2);if _egdbc !=nil {return _egdbc ;};_becg .ReferenceCorner =int16 (_adbd )&0x3;_adbd ,_egdbc =_becg ._bfde .ReadBits (2);if _egdbc !=nil {return _egdbc ;};_becg .LogSBStrips =int16 (_adbd )&0x3;_becg .SbStrips =1<>1)&0x01);_ccfg !=nil {return _fdd ,_ac .Wrap (_ccfg ,_efaeb ,"f\u0069r\u0073\u0074\u0020\u0067\u0062\u0074\u0065\u006dp\u006c\u0061\u0074\u0065 b\u0069\u0074"); +};if _ccfg =w .WriteBit (int (_aded .GBTemplate )&0x01);_ccfg !=nil {return _fdd ,_ac .Wrap (_ccfg ,_efaeb ,"s\u0065\u0063\u006f\u006ed \u0067b\u0074\u0065\u006d\u0070\u006ca\u0074\u0065\u0020\u0062\u0069\u0074");};if _aded .UseMMR {_bfd =1;};if _ccfg =w .WriteBit (_bfd ); +_ccfg !=nil {return _fdd ,_ac .Wrap (_ccfg ,_efaeb ,"u\u0073\u0065\u0020\u004d\u004d\u0052\u0020\u0062\u0069\u0074");};_fdd ++;if _aff ,_ccfg =_aded .writeGBAtPixels (w );_ccfg !=nil {return _fdd ,_ac .Wrap (_ccfg ,_efaeb ,"");};_fdd +=_aff ;_cfc :=_fd .New (); +if _ccfg =_cfc .EncodeBitmap (_aded .Bitmap ,_aded .IsTPGDon );_ccfg !=nil {return _fdd ,_ac .Wrap (_ccfg ,_efaeb ,"");};_cfc .Final ();var _eaca int64 ;if _eaca ,_ccfg =_cfc .WriteTo (w );_ccfg !=nil {return _fdd ,_ac .Wrap (_ccfg ,_efaeb ,"");};_fdd +=int (_eaca ); +return _fdd ,nil ;};var _ SegmentEncoder =&GenericRegion {};func (_cded *Header )writeSegmentNumber (_degbg _b .BinaryWriter )(_gaaa int ,_fdee error ){_cfea :=make ([]byte ,4);_c .BigEndian .PutUint32 (_cfea ,_cded .SegmentNumber );if _gaaa ,_fdee =_degbg .Write (_cfea ); +_fdee !=nil {return 0,_ac .Wrap (_fdee ,"\u0048e\u0061\u0064\u0065\u0072.\u0077\u0072\u0069\u0074\u0065S\u0065g\u006de\u006e\u0074\u004e\u0075\u006d\u0062\u0065r","");};return _gaaa ,nil ;};func (_acaff *SymbolDictionary )retrieveImportSymbols ()error {for _ ,_gdcf :=range _acaff .Header .RTSegments {if _gdcf .Type ==0{_cbbdc ,_gcac :=_gdcf .GetSegmentData (); +if _gcac !=nil {return _gcac ;};_eagff ,_ddaa :=_cbbdc .(*SymbolDictionary );if !_ddaa {return _ff .Errorf ("\u0070\u0072\u006f\u0076\u0069\u0064\u0065\u0064\u0020\u0053\u0065\u0067\u006d\u0065\u006e\u0074\u0020\u0044\u0061\u0074a\u0020\u0069\u0073\u0020\u006e\u006f\u0074\u0020\u0061\u0020\u0053\u0079\u006d\u0062\u006f\u006c\u0044\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u0020\u0053\u0065\u0067m\u0065\u006e\u0074\u003a\u0020%\u0054",_cbbdc ); +};_adgf ,_gcac :=_eagff .GetDictionary ();if _gcac !=nil {return _ff .Errorf ("\u0072\u0065\u006c\u0061\u0074\u0065\u0064 \u0073\u0065\u0067m\u0065\u006e\u0074 \u0077\u0069t\u0068\u0020\u0069\u006e\u0064\u0065x\u003a %\u0064\u0020\u0067\u0065\u0074\u0044\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u0020\u0066\u0061\u0069\u006c\u0065\u0064\u002e\u0020\u0025\u0073",_gdcf .SegmentNumber ,_gcac .Error ()); +};_acaff ._ggfa =append (_acaff ._ggfa ,_adgf ...);_acaff ._debf +=_eagff .NumberOfExportedSymbols ;};};return nil ;};func (_fbfd *Header )Encode (w _b .BinaryWriter )(_gcgd int ,_bfac error ){const _def ="\u0048\u0065\u0061d\u0065\u0072\u002e\u0057\u0072\u0069\u0074\u0065"; +var _eabg _b .BinaryWriter ;_ge .Log .Trace ("\u005b\u0053\u0045G\u004d\u0045\u004e\u0054-\u0048\u0045\u0041\u0044\u0045\u0052\u005d[\u0045\u004e\u0043\u004f\u0044\u0045\u005d\u0020\u0042\u0065\u0067\u0069\u006e\u0073");defer func (){if _bfac !=nil {_ge .Log .Trace ("[\u0053\u0045\u0047\u004d\u0045\u004eT\u002d\u0048\u0045\u0041\u0044\u0045R\u005d\u005b\u0045\u004e\u0043\u004f\u0044E\u005d\u0020\u0046\u0061\u0069\u006c\u0065\u0064\u002e\u0020%\u0076",_bfac ); +}else {_ge .Log .Trace ("\u005b\u0053\u0045\u0047ME\u004e\u0054\u002d\u0048\u0045\u0041\u0044\u0045\u0052\u005d\u0020\u0025\u0076",_fbfd );_ge .Log .Trace ("\u005b\u0053\u0045\u0047\u004d\u0045N\u0054\u002d\u0048\u0045\u0041\u0044\u0045\u0052\u005d\u005b\u0045\u004e\u0043O\u0044\u0045\u005d\u0020\u0046\u0069\u006ei\u0073\u0068\u0065\u0064"); +};}();w .FinishByte ();if _fbfd .SegmentData !=nil {_gcf ,_ceg :=_fbfd .SegmentData .(SegmentEncoder );if !_ceg {return 0,_ac .Errorf (_def ,"\u0053\u0065\u0067\u006d\u0065\u006e\u0074\u003a\u0020\u0025\u0054\u0020\u0064\u006f\u0065s\u006e\u0027\u0074\u0020\u0069\u006d\u0070\u006c\u0065\u006d\u0065\u006e\u0074 \u0053\u0065\u0067\u006d\u0065\u006e\u0074\u0045\u006e\u0063\u006f\u0064er\u0020\u0069\u006e\u0074\u0065\u0072\u0066\u0061\u0063\u0065",_fbfd .SegmentData ); +};_eabg =_b .BufferedMSB ();_gcgd ,_bfac =_gcf .Encode (_eabg );if _bfac !=nil {return 0,_ac .Wrap (_bfac ,_def ,"");};_fbfd .SegmentDataLength =uint64 (_gcgd );};if _fbfd .pageSize ()==4{_fbfd .PageAssociationFieldSize =true ;};var _aab int ;_aab ,_bfac =_fbfd .writeSegmentNumber (w ); +if _bfac !=nil {return 0,_ac .Wrap (_bfac ,_def ,"");};_gcgd +=_aab ;if _bfac =_fbfd .writeFlags (w );_bfac !=nil {return _gcgd ,_ac .Wrap (_bfac ,_def ,"");};_gcgd ++;_aab ,_bfac =_fbfd .writeReferredToCount (w );if _bfac !=nil {return 0,_ac .Wrap (_bfac ,_def ,""); +};_gcgd +=_aab ;_aab ,_bfac =_fbfd .writeReferredToSegments (w );if _bfac !=nil {return 0,_ac .Wrap (_bfac ,_def ,"");};_gcgd +=_aab ;_aab ,_bfac =_fbfd .writeSegmentPageAssociation (w );if _bfac !=nil {return 0,_ac .Wrap (_bfac ,_def ,"");};_gcgd +=_aab ; +_aab ,_bfac =_fbfd .writeSegmentDataLength (w );if _bfac !=nil {return 0,_ac .Wrap (_bfac ,_def ,"");};_gcgd +=_aab ;_fbfd .HeaderLength =int64 (_gcgd )-int64 (_fbfd .SegmentDataLength );if _eabg !=nil {if _ ,_bfac =w .Write (_eabg .Data ());_bfac !=nil {return _gcgd ,_ac .Wrap (_bfac ,_def ,"\u0077r\u0069t\u0065\u0020\u0073\u0065\u0067m\u0065\u006et\u0020\u0064\u0061\u0074\u0061"); +};};return _gcgd ,nil ;};type EndOfStripe struct{_ga *_b .Reader ;_cd int ;};func (_cff *Header )pageSize ()uint {if _cff .PageAssociation <=255{return 1;};return 4;};func (_agcgb *PageInformationSegment )encodeStripingInformation (_cefg _b .BinaryWriter )(_bfea int ,_geca error ){const _gdd ="\u0065n\u0063\u006f\u0064\u0065S\u0074\u0072\u0069\u0070\u0069n\u0067I\u006ef\u006f\u0072\u006d\u0061\u0074\u0069\u006fn"; +if !_agcgb .IsStripe {if _bfea ,_geca =_cefg .Write ([]byte {0x00,0x00});_geca !=nil {return 0,_ac .Wrap (_geca ,_gdd ,"n\u006f\u0020\u0073\u0074\u0072\u0069\u0070\u0069\u006e\u0067");};return _bfea ,nil ;};_afab :=make ([]byte ,2);_c .BigEndian .PutUint16 (_afab ,_agcgb .MaxStripeSize |1<<15); +if _bfea ,_geca =_cefg .Write (_afab );_geca !=nil {return 0,_ac .Wrapf (_geca ,_gdd ,"\u0073\u0074\u0072i\u0070\u0069\u006e\u0067\u003a\u0020\u0025\u0064",_agcgb .MaxStripeSize );};return _bfea ,nil ;};func (_afbga *SymbolDictionary )getToExportFlags ()([]int ,error ){var (_aedc int ; +_geabe int32 ;_dcfgc error ;_cbedb =int32 (_afbga ._debf +_afbga .NumberOfNewSymbols );_ddg =make ([]int ,_cbedb ););for _aadc :=int32 (0);_aadc < _cbedb ;_aadc +=_geabe {if _afbga .IsHuffmanEncoded {_fcgcab ,_bgda :=_dc .GetStandardTable (1);if _bgda !=nil {return nil ,_bgda ; +};_accf ,_bgda :=_fcgcab .Decode (_afbga ._ffaa );if _bgda !=nil {return nil ,_bgda ;};_geabe =int32 (_accf );}else {_geabe ,_dcfgc =_afbga ._gede .DecodeInt (_afbga ._ggbf );if _dcfgc !=nil {return nil ,_dcfgc ;};};if _geabe !=0{if _aadc +_geabe > _cbedb {return nil ,_ac .Error ("\u0053\u0079\u006d\u0062\u006f\u006cD\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u002e\u0067\u0065\u0074T\u006f\u0045\u0078\u0070\u006f\u0072\u0074F\u006c\u0061\u0067\u0073","\u006d\u0061\u006c\u0066\u006f\u0072m\u0065\u0064\u0020\u0069\u006e\u0070\u0075\u0074\u0020\u0064\u0061\u0074\u0061\u0020\u0070\u0072\u006f\u0076\u0069\u0064e\u0064\u002e\u0020\u0069\u006e\u0064\u0065\u0078\u0020\u006f\u0075\u0074\u0020\u006ff\u0020r\u0061\u006e\u0067\u0065"); +};for _dgab :=_aadc ;_dgab < _aadc +_geabe ;_dgab ++{_ddg [_dgab ]=_aedc ;};};if _aedc ==0{_aedc =1;}else {_aedc =0;};};return _ddg ,nil ;};func (_gbbc *TextRegion )decodeStripT ()(_ffcdg int64 ,_cbae error ){if _gbbc .IsHuffmanEncoded {if _gbbc .SbHuffDT ==3{if _gbbc ._fdcf ==nil {var _dadd int ; +if _gbbc .SbHuffFS ==3{_dadd ++;};if _gbbc .SbHuffDS ==3{_dadd ++;};_gbbc ._fdcf ,_cbae =_gbbc .getUserTable (_dadd );if _cbae !=nil {return 0,_cbae ;};};_ffcdg ,_cbae =_gbbc ._fdcf .Decode (_gbbc ._bfde );if _cbae !=nil {return 0,_cbae ;};}else {var _cgba _dc .Tabler ; +_cgba ,_cbae =_dc .GetStandardTable (11+int (_gbbc .SbHuffDT ));if _cbae !=nil {return 0,_cbae ;};_ffcdg ,_cbae =_cgba .Decode (_gbbc ._bfde );if _cbae !=nil {return 0,_cbae ;};};}else {var _defg int32 ;_defg ,_cbae =_gbbc ._bfga .DecodeInt (_gbbc ._agfd ); +if _cbae !=nil {return 0,_cbae ;};_ffcdg =int64 (_defg );};_ffcdg *=int64 (-_gbbc .SbStrips );return _ffcdg ,nil ;};func (_fcab *PatternDictionary )checkInput ()error {if _fcab .HdpHeight < 1||_fcab .HdpWidth < 1{return _d .New ("in\u0076\u0061l\u0069\u0064\u0020\u0048\u0065\u0061\u0064\u0065\u0072 \u0056\u0061\u006c\u0075\u0065\u003a\u0020\u0057\u0069\u0064\u0074\u0068\u002f\u0048\u0065\u0069\u0067\u0068\u0074\u0020\u006d\u0075\u0073\u0074\u0020\u0062\u0065\u0020g\u0072e\u0061\u0074\u0065\u0072\u0020\u0074\u0068\u0061n\u0020z\u0065\u0072o"); +};if _fcab .IsMMREncoded {if _fcab .HDTemplate !=0{_ge .Log .Debug ("\u0076\u0061\u0072\u0069\u0061\u0062\u006c\u0065\u0020\u0048\u0044\u0054\u0065\u006d\u0070\u006c\u0061\u0074e\u0020\u0073\u0068\u006f\u0075\u006c\u0064 \u006e\u006f\u0074\u0020\u0063\u006f\u006e\u0074\u0061\u0069\u006e \u0074\u0068\u0065\u0020\u0076\u0061\u006c\u0075\u0065\u0020\u0030"); +};};return nil ;};func (_fgaf *HalftoneRegion )shiftAndFill (_fbge int )int {_fbge >>=8;if _fbge < 0{_bdfd :=int (_ae .Log (float64 (_bgbd (_fbge )))/_ae .Log (2));_gdee :=31-_bdfd ;for _dfeg :=1;_dfeg < _gdee ;_dfeg ++{_fbge |=1<=1{_ccg ,_dce =_cfbg .Bitmap .GetByte (_gebe );if _dce !=nil {return _ac .Wrap (_dce ,_acag ,"\u006ci\u006e\u0065\u0020\u003e\u003d\u00201");};_caf =int (_ccg );};if _gaec >=2{_ccg ,_dce =_cfbg .Bitmap .GetByte (_gebe -_cfbg .Bitmap .RowStride ); +if _dce !=nil {return _ac .Wrap (_dce ,_acag ,"\u006ci\u006e\u0065\u0020\u003e\u003d\u00202");};_edac =int (_ccg )<<6;};_fgg =(_caf &0xf0)|(_edac &0x3800);for _dac :=0;_dac < _gabe ;_dac =_dfgb {var (_agf byte ;_cbab int ;);_dfgb =_dac +8;if _ecd :=_afeg -_dac ; +_ecd > 8{_cbab =8;}else {_cbab =_ecd ;};if _gaec > 0{_caf <<=8;if _dfgb < _afeg {_ccg ,_dce =_cfbg .Bitmap .GetByte (_gebe +1);if _dce !=nil {return _ac .Wrap (_dce ,_acag ,"\u006c\u0069\u006e\u0065\u0020\u003e\u0020\u0030");};_caf |=int (_ccg );};};if _gaec > 1{_edac <<=8; +if _dfgb < _afeg {_ccg ,_dce =_cfbg .Bitmap .GetByte (_gebe -_cfbg .Bitmap .RowStride +1);if _dce !=nil {return _ac .Wrap (_dce ,_acag ,"\u006c\u0069\u006e\u0065\u0020\u003e\u0020\u0031");};_edac |=int (_ccg )<<6;};};for _bcad :=0;_bcad < _cbab ;_bcad ++{_gadec :=uint (7-_bcad ); +if _cfbg ._bbba {_bff =_cfbg .overrideAtTemplate0b (_fgg ,_dac +_bcad ,_gaec ,int (_agf ),_bcad ,int (_gadec ));_cfbg ._bed .SetIndex (int32 (_bff ));}else {_cfbg ._bed .SetIndex (int32 (_fgg ));};var _dbdc int ;_dbdc ,_dce =_cfbg ._befa .DecodeBit (_cfbg ._bed ); +if _dce !=nil {return _ac .Wrap (_dce ,_acag ,"");};_agf |=byte (_dbdc <<_gadec );_fgg =((_fgg &0x7bf7)<<1)|_dbdc |((_caf >>_gadec )&0x10)|((_edac >>_gadec )&0x800);};if _dbf :=_cfbg .Bitmap .SetByte (_cbf ,_agf );_dbf !=nil {return _ac .Wrap (_dbf ,_acag ,""); +};_cbf ++;_gebe ++;};return nil ;};func (_efbf *Header )readSegmentPageAssociation (_decb Documenter ,_cca *_b .Reader ,_bbgef uint64 ,_adf ...int )(_caee error ){const _dffb ="\u0072\u0065\u0061\u0064\u0053\u0065\u0067\u006d\u0065\u006e\u0074P\u0061\u0067\u0065\u0041\u0073\u0073\u006f\u0063\u0069\u0061t\u0069\u006f\u006e"; +if !_efbf .PageAssociationFieldSize {_aafc ,_ffcc :=_cca .ReadBits (8);if _ffcc !=nil {return _ac .Wrap (_ffcc ,_dffb ,"\u0073\u0068\u006fr\u0074\u0020\u0066\u006f\u0072\u006d\u0061\u0074");};_efbf .PageAssociation =int (_aafc &0xFF);}else {_ccae ,_aec :=_cca .ReadBits (32); +if _aec !=nil {return _ac .Wrap (_aec ,_dffb ,"l\u006f\u006e\u0067\u0020\u0066\u006f\u0072\u006d\u0061\u0074");};_efbf .PageAssociation =int (_ccae &_ae .MaxInt32 );};if _bbgef ==0{return nil ;};if _efbf .PageAssociation !=0{_bdfc ,_bedd :=_decb .GetPage (_efbf .PageAssociation ); +if _bedd !=nil {return _ac .Wrap (_bedd ,_dffb ,"\u0061s\u0073\u006f\u0063\u0069a\u0074\u0065\u0064\u0020\u0070a\u0067e\u0020n\u006f\u0074\u0020\u0066\u006f\u0075\u006ed");};var _cffg int ;for _eddb :=uint64 (0);_eddb < _bbgef ;_eddb ++{_cffg =_adf [_eddb ]; +_efbf .RTSegments [_eddb ],_bedd =_bdfc .GetSegment (_cffg );if _bedd !=nil {var _eagf error ;_efbf .RTSegments [_eddb ],_eagf =_decb .GetGlobalSegment (_cffg );if _eagf !=nil {return _ac .Wrapf (_bedd ,_dffb ,"\u0072\u0065\u0066\u0065\u0072\u0065n\u0063\u0065\u0020s\u0065\u0067\u006de\u006e\u0074\u0020\u006e\u006f\u0074\u0020\u0066\u006f\u0075n\u0064\u0020\u0061\u0074\u0020pa\u0067\u0065\u003a\u0020\u0027\u0025\u0064\u0027\u0020\u006e\u006f\u0072\u0020\u0069\u006e\u0020\u0067\u006c\u006f\u0062\u0061\u006c\u0073",_efbf .PageAssociation ); +};};};return nil ;};for _befd :=uint64 (0);_befd < _bbgef ;_befd ++{_efbf .RTSegments [_befd ],_caee =_decb .GetGlobalSegment (_adf [_befd ]);if _caee !=nil {return _ac .Wrapf (_caee ,_dffb ,"\u0067\u006c\u006f\u0062\u0061\u006c\u0020\u0073\u0065\u0067m\u0065\u006e\u0074\u003a\u0020\u0027\u0025d\u0027\u0020\u006e\u006f\u0074\u0020\u0066\u006f\u0075\u006e\u0064",_adf [_befd ]); +};};return nil ;};func (_cbb *GenericRefinementRegion )updateOverride ()error {if _cbb .GrAtX ==nil ||_cbb .GrAtY ==nil {return _d .New ("\u0041\u0054\u0020\u0070\u0069\u0078\u0065\u006c\u0073\u0020\u006e\u006ft\u0020\u0073\u0065\u0074");};if len (_cbb .GrAtX )!=len (_cbb .GrAtY ){return _d .New ("A\u0054\u0020\u0070\u0069xe\u006c \u0069\u006e\u0063\u006f\u006es\u0069\u0073\u0074\u0065\u006e\u0074"); +};_cbb ._fed =make ([]bool ,len (_cbb .GrAtX ));switch _cbb .TemplateID {case 0:if _cbb .GrAtX [0]!=-1&&_cbb .GrAtY [0]!=-1{_cbb ._fed [0]=true ;_cbb ._eb =true ;};if _cbb .GrAtX [1]!=-1&&_cbb .GrAtY [1]!=-1{_cbb ._fed [1]=true ;_cbb ._eb =true ;};case 1:_cbb ._eb =false ; +};return nil ;};func (_gada *TextRegion )getSymbols ()error {if _gada .Header .RTSegments !=nil {return _gada .initSymbols ();};return nil ;};type RegionSegment struct{_ddaf *_b .Reader ;BitmapWidth uint32 ;BitmapHeight uint32 ;XLocation uint32 ;YLocation uint32 ; +CombinaionOperator _be .CombinationOperator ;};func (_dafc *Header )CleanSegmentData (){if _dafc .SegmentData !=nil {_dafc .SegmentData =nil ;};};func (_gbb *HalftoneRegion )combineGrayscalePlanes (_ecggc []*_be .Bitmap ,_ebag int )error {_egac :=0;for _bdfe :=0; +_bdfe < _ecggc [_ebag ].Height ;_bdfe ++{for _ffc :=0;_ffc < _ecggc [_ebag ].Width ;_ffc +=8{_ffca ,_ggf :=_ecggc [_ebag +1].GetByte (_egac );if _ggf !=nil {return _ggf ;};_dbgc ,_ggf :=_ecggc [_ebag ].GetByte (_egac );if _ggf !=nil {return _ggf ;};_ggf =_ecggc [_ebag ].SetByte (_egac ,_be .CombineBytes (_dbgc ,_ffca ,_be .CmbOpXor )); +if _ggf !=nil {return _ggf ;};_egac ++;};};return nil ;};func (_dbd *GenericRegion )Size ()int {return _dbd .RegionSegment .Size ()+1+2*len (_dbd .GBAtX )};type template0 struct{};func (_fdeb *TextRegion )decodeIb (_dagff ,_febce int64 )(*_be .Bitmap ,error ){const _eeef ="\u0064\u0065\u0063\u006f\u0064\u0065\u0049\u0062"; +var (_bccfb error ;_fcad *_be .Bitmap ;);if _dagff ==0{if int (_febce )> len (_fdeb .Symbols )-1{return nil ,_ac .Error (_eeef ,"\u0064\u0065\u0063\u006f\u0064\u0069\u006e\u0067\u0020\u0049\u0042\u0020\u0062\u0069\u0074\u006d\u0061\u0070\u002e\u0020\u0069\u006e\u0064\u0065x\u0020\u006f\u0075\u0074\u0020o\u0066\u0020r\u0061\u006e\u0067\u0065"); +};return _fdeb .Symbols [int (_febce )],nil ;};var _bgdb ,_ccbf ,_befda ,_fgfg int64 ;_bgdb ,_bccfb =_fdeb .decodeRdw ();if _bccfb !=nil {return nil ,_ac .Wrap (_bccfb ,_eeef ,"");};_ccbf ,_bccfb =_fdeb .decodeRdh ();if _bccfb !=nil {return nil ,_ac .Wrap (_bccfb ,_eeef ,""); +};_befda ,_bccfb =_fdeb .decodeRdx ();if _bccfb !=nil {return nil ,_ac .Wrap (_bccfb ,_eeef ,"");};_fgfg ,_bccfb =_fdeb .decodeRdy ();if _bccfb !=nil {return nil ,_ac .Wrap (_bccfb ,_eeef ,"");};if _fdeb .IsHuffmanEncoded {if _ ,_bccfb =_fdeb .decodeSymInRefSize (); +_bccfb !=nil {return nil ,_ac .Wrap (_bccfb ,_eeef ,"");};_fdeb ._bfde .Align ();};_fegd :=_fdeb .Symbols [_febce ];_fgfee :=uint32 (_fegd .Width );_agba :=uint32 (_fegd .Height );_faaa :=int32 (uint32 (_bgdb )>>1)+int32 (_befda );_aebb :=int32 (uint32 (_ccbf )>>1)+int32 (_fgfg ); +if _fdeb ._fggc ==nil {_fdeb ._fggc =_ead (_fdeb ._bfde ,nil );};_fdeb ._fggc .setParameters (_fdeb ._cdccb ,_fdeb ._bfga ,_fdeb .SbrTemplate ,_fgfee +uint32 (_bgdb ),_agba +uint32 (_ccbf ),_fegd ,_faaa ,_aebb ,false ,_fdeb .SbrATX ,_fdeb .SbrATY );_fcad ,_bccfb =_fdeb ._fggc .GetRegionBitmap (); +if _bccfb !=nil {return nil ,_ac .Wrap (_bccfb ,_eeef ,"\u0067\u0072\u0066");};if _fdeb .IsHuffmanEncoded {_fdeb ._bfde .Align ();};return _fcad ,nil ;};func (_bfcf *PatternDictionary )readPatternWidthAndHeight ()error {_faab ,_fdadb :=_bfcf ._abca .ReadByte (); +if _fdadb !=nil {return _fdadb ;};_bfcf .HdpWidth =_faab ;_faab ,_fdadb =_bfcf ._abca .ReadByte ();if _fdadb !=nil {return _fdadb ;};_bfcf .HdpHeight =_faab ;return nil ;};func (_cdaf *TextRegion )InitEncode (globalSymbolsMap ,localSymbolsMap map[int ]int ,comps []int ,inLL *_be .Points ,symbols *_be .Bitmaps ,classIDs *_ea .IntSlice ,boxes *_be .Boxes ,width ,height ,symBits int ){_cdaf .RegionInfo =&RegionSegment {BitmapWidth :uint32 (width ),BitmapHeight :uint32 (height )}; +_cdaf ._gdfg =globalSymbolsMap ;_cdaf ._caeg =localSymbolsMap ;_cdaf ._cdaa =comps ;_cdaf ._acbaa =inLL ;_cdaf ._gbdd =symbols ;_cdaf ._adac =classIDs ;_cdaf ._eacf =boxes ;_cdaf ._gcfe =symBits ;};func (_cfbggd *SymbolDictionary )decodeAggregate (_efcd ,_dcfg uint32 )error {var (_cfebf int64 ; +_cdfa error ;);if _cfbggd .IsHuffmanEncoded {_cfebf ,_cdfa =_cfbggd .huffDecodeRefAggNInst ();if _cdfa !=nil {return _cdfa ;};}else {_afag ,_aabg :=_cfbggd ._gede .DecodeInt (_cfbggd ._cecg );if _aabg !=nil {return _aabg ;};_cfebf =int64 (_afag );};if _cfebf > 1{return _cfbggd .decodeThroughTextRegion (_efcd ,_dcfg ,uint32 (_cfebf )); +}else if _cfebf ==1{return _cfbggd .decodeRefinedSymbol (_efcd ,_dcfg );};return nil ;}; \ No newline at end of file diff --git a/internal/jbig2/encoder/arithmetic/arithmetic.go b/internal/jbig2/encoder/arithmetic/arithmetic.go index b2a9a1e69..b203ba502 100644 --- a/internal/jbig2/encoder/arithmetic/arithmetic.go +++ b/internal/jbig2/encoder/arithmetic/arithmetic.go @@ -9,51 +9,52 @@ // Use of this source code is governed by the UniDoc End User License Agreement // terms that can be accessed at https://unidoc.io/eula/ -package arithmetic ;import (_a "bytes";_e "github.com/unidoc/unipdf/v3/common";_d "github.com/unidoc/unipdf/v3/internal/jbig2/bitmap";_db "github.com/unidoc/unipdf/v3/internal/jbig2/errors";_ba "io";);type codingContext struct{_fe []byte ;_ce []byte ;}; -func (_ca *Encoder )renormalize (){for {_ca ._adc <<=1;_ca ._g <<=1;_ca ._cg --;if _ca ._cg ==0{_ca .byteOut ();};if (_ca ._adc &0x8000)!=0{break ;};};};type Encoder struct{_g uint32 ;_adc uint16 ;_cg ,_fc uint8 ;_gb int ;_gg int ;_cfd [][]byte ;_ade []byte ; -_cb int ;_egb *codingContext ;_bg [13]*codingContext ;_bga *codingContext ;};func (_bgg *Encoder )Init (){_bgg ._egb =_feb (_bbf );_bgg ._adc =0x8000;_bgg ._g =0;_bgg ._cg =12;_bgg ._gb =-1;_bgg ._fc =0;_bgg ._cb =0;_bgg ._ade =make ([]byte ,_dacd );for _bad :=0; -_bad < len (_bgg ._bg );_bad ++{_bgg ._bg [_bad ]=_feb (512);};_bgg ._bga =nil ;};const (_bbf =65536;_dacd =20*1024;);func New ()*Encoder {_ef :=&Encoder {};_ef .Init ();return _ef };func (_gaaa *Encoder )encodeInteger (_eb Class ,_eec int )error {const _cbg ="E\u006e\u0063\u006f\u0064er\u002ee\u006e\u0063\u006f\u0064\u0065I\u006e\u0074\u0065\u0067\u0065\u0072"; -if _eec > 2000000000||_eec < -2000000000{return _db .Errorf (_cbg ,"\u0061\u0072\u0069\u0074\u0068\u006d\u0065\u0074i\u0063\u0020\u0065nc\u006f\u0064\u0065\u0072\u0020\u002d \u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0069\u006e\u0074\u0065\u0067\u0065\u0072 \u0076\u0061\u006c\u0075\u0065\u003a\u0020\u0027%\u0064\u0027",_eec ); -};_bbb :=_gaaa ._bg [_eb ];_bbd :=uint32 (1);var _afde int ;for ;;_afde ++{if _cf [_afde ]._ac <=_eec &&_cf [_afde ]._ad >=_eec {break ;};};if _eec < 0{_eec =-_eec ;};_eec -=int (_cf [_afde ]._bd );_fad :=_cf [_afde ]._f ;for _aaf :=uint8 (0);_aaf < _cf [_afde ]._ea ; -_aaf ++{_bag :=_fad &1;if _feg :=_gaaa .encodeBit (_bbb ,_bbd ,_bag );_feg !=nil {return _db .Wrap (_feg ,_cbg ,"");};_fad >>=1;if _bbd &0x100> 0{_bbd =(((_bbd <<1)|uint32 (_bag ))&0x1ff)|0x100;}else {_bbd =(_bbd <<1)|uint32 (_bag );};};_eec <<=32-_cf [_afde ]._eg ; -for _fba :=uint8 (0);_fba < _cf [_afde ]._eg ;_fba ++{_be :=uint8 ((uint32 (_eec )&0x80000000)>>31);if _aea :=_gaaa .encodeBit (_bbb ,_bbd ,_be );_aea !=nil {return _db .Wrap (_aea ,_cbg ,"\u006d\u006f\u0076\u0065 \u0064\u0061\u0074\u0061\u0020\u0074\u006f\u0020\u0074\u0068e\u0020t\u006f\u0070\u0020\u006f\u0066\u0020\u0077o\u0072\u0064"); -};_eec <<=1;if _bbd &0x100!=0{_bbd =(((_bbd <<1)|uint32 (_be ))&0x1ff)|0x100;}else {_bbd =(_bbd <<1)|uint32 (_be );};};return nil ;};func (_gcd *Encoder )byteOut (){if _gcd ._fc ==0xff{_gcd .rBlock ();return ;};if _gcd ._g < 0x8000000{_gcd .lBlock ();return ; -};_gcd ._fc ++;if _gcd ._fc !=0xff{_gcd .lBlock ();return ;};_gcd ._g &=0x7ffffff;_gcd .rBlock ();};const _efd =0x9b25;func (_gfgc *Encoder )encodeIAID (_dbe ,_gbfb int )error {if _gfgc ._bga ==nil {_gfgc ._bga =_feb (1<>31);if _df :=_gfgc .encodeBit (_gfgc ._bga ,_gfgg ,_gag );_df !=nil {return _df ;};_ffbd =(_ffbd <<1)|uint32 (_gag ); -_gbfb <<=1;};return nil ;};func (_ead *Encoder )Reset (){_ead ._adc =0x8000;_ead ._g =0;_ead ._cg =12;_ead ._gb =-1;_ead ._fc =0;_ead ._bga =nil ;_ead ._egb =_feb (_bbf );};var _cf =[]intEncRangeS {{0,3,0,2,0,2},{-1,-1,9,4,0,0},{-3,-2,5,3,2,1},{4,19,2,3,4,4},{-19,-4,3,3,4,4},{20,83,6,4,20,6},{-83,-20,7,4,20,6},{84,339,14,5,84,8},{-339,-84,15,5,84,8},{340,4435,30,6,340,12},{-4435,-340,31,6,340,12},{4436,2000000000,62,6,4436,32},{-2000000000,-4436,63,6,4436,32}}; -func (_edg *Encoder )codeLPS (_dba *codingContext ,_bffc uint32 ,_bgd uint16 ,_efdb byte ){_edg ._adc -=_bgd ;if _edg ._adc < _bgd {_edg ._g +=uint32 (_bgd );}else {_edg ._adc =_bgd ;};if _ceg [_efdb ]._aba ==1{_dba .flipMps (_bffc );};_dba ._fe [_bffc ]=_ceg [_efdb ]._efda ; -_edg .renormalize ();};func (_cab *Encoder )setBits (){_cfb :=_cab ._g +uint32 (_cab ._adc );_cab ._g |=0xffff;if _cab ._g >=_cfb {_cab ._g -=0x8000;};};const (IAAI Class =iota ;IADH ;IADS ;IADT ;IADW ;IAEX ;IAFS ;IAIT ;IARDH ;IARDW ;IARDX ;IARDY ;IARI ; -);func (_ed *codingContext )flipMps (_bb uint32 ){_ed ._ce [_bb ]=1-_ed ._ce [_bb ]};func (_daa *Encoder )WriteTo (w _ba .Writer )(int64 ,error ){const _bfa ="\u0045n\u0063o\u0064\u0065\u0072\u002e\u0057\u0072\u0069\u0074\u0065\u0054\u006f";var _aed int64 ; -for _edd ,_bbe :=range _daa ._cfd {_aca ,_eff :=w .Write (_bbe );if _eff !=nil {return 0,_db .Wrapf (_eff ,_bfa ,"\u0066\u0061\u0069\u006c\u0065\u0064\u0020\u0061\u0074\u0020\u0069'\u0074\u0068\u003a\u0020\u0027\u0025\u0064\u0027\u0020\u0063h\u0075\u006e\u006b",_edd ); -};_aed +=int64 (_aca );};_daa ._ade =_daa ._ade [:_daa ._cb ];_fce ,_gc :=w .Write (_daa ._ade );if _gc !=nil {return 0,_db .Wrap (_gc ,_bfa ,"\u0062u\u0066f\u0065\u0072\u0065\u0064\u0020\u0063\u0068\u0075\u006e\u006b\u0073");};_aed +=int64 (_fce );return _aed ,nil ; -};func (_bc *Encoder )Final (){_bc .flush ()};var _ceg =[]state {{0x5601,1,1,1},{0x3401,2,6,0},{0x1801,3,9,0},{0x0AC1,4,12,0},{0x0521,5,29,0},{0x0221,38,33,0},{0x5601,7,6,1},{0x5401,8,14,0},{0x4801,9,14,0},{0x3801,10,14,0},{0x3001,11,17,0},{0x2401,12,18,0},{0x1C01,13,20,0},{0x1601,29,21,0},{0x5601,15,14,1},{0x5401,16,14,0},{0x5101,17,15,0},{0x4801,18,16,0},{0x3801,19,17,0},{0x3401,20,18,0},{0x3001,21,19,0},{0x2801,22,19,0},{0x2401,23,20,0},{0x2201,24,21,0},{0x1C01,25,22,0},{0x1801,26,23,0},{0x1601,27,24,0},{0x1401,28,25,0},{0x1201,29,26,0},{0x1101,30,27,0},{0x0AC1,31,28,0},{0x09C1,32,29,0},{0x08A1,33,30,0},{0x0521,34,31,0},{0x0441,35,32,0},{0x02A1,36,33,0},{0x0221,37,34,0},{0x0141,38,35,0},{0x0111,39,36,0},{0x0085,40,37,0},{0x0049,41,38,0},{0x0025,42,39,0},{0x0015,43,40,0},{0x0009,44,41,0},{0x0005,45,42,0},{0x0001,45,43,0},{0x5601,46,46,0}}; -func (_gd *Encoder )code0 (_dg *codingContext ,_aag uint32 ,_aac uint16 ,_bfg byte ){if _dg .mps (_aag )==0{_gd .codeMPS (_dg ,_aag ,_aac ,_bfg );}else {_gd .codeLPS (_dg ,_aag ,_aac ,_bfg );};};func (_bf *Encoder )EncodeInteger (proc Class ,value int )(_eed error ){_e .Log .Trace ("\u0045\u006eco\u0064\u0065\u0020I\u006e\u0074\u0065\u0067er:\u0027%d\u0027\u0020\u0077\u0069\u0074\u0068\u0020Cl\u0061\u0073\u0073\u003a\u0020\u0027\u0025s\u0027",value ,proc ); -if _eed =_bf .encodeInteger (proc ,value );_eed !=nil {return _db .Wrap (_eed ,"\u0045\u006e\u0063\u006f\u0064\u0065\u0049\u006e\u0074\u0065\u0067\u0065\u0072","");};return nil ;};func (_egf *Encoder )EncodeIAID (symbolCodeLength ,value int )(_af error ){_e .Log .Trace ("\u0045\u006e\u0063\u006f\u0064\u0065\u0020\u0049A\u0049\u0044\u002e S\u0079\u006d\u0062\u006f\u006c\u0043o\u0064\u0065\u004c\u0065\u006e\u0067\u0074\u0068\u003a\u0020\u0027\u0025\u0064\u0027\u002c \u0056\u0061\u006c\u0075\u0065\u003a\u0020\u0027%\u0064\u0027",symbolCodeLength ,value ); -if _af =_egf .encodeIAID (symbolCodeLength ,value );_af !=nil {return _db .Wrap (_af ,"\u0045\u006e\u0063\u006f\u0064\u0065\u0049\u0041\u0049\u0044","");};return nil ;};func (_gbc *Encoder )dataSize ()int {return _dacd *len (_gbc ._cfd )+_gbc ._cb };func (_gfg *Encoder )EncodeOOB (proc Class )(_fa error ){_e .Log .Trace ("E\u006e\u0063\u006f\u0064\u0065\u0020O\u004f\u0042\u0020\u0077\u0069\u0074\u0068\u0020\u0043l\u0061\u0073\u0073:\u0020'\u0025\u0073\u0027",proc ); -if _fa =_gfg .encodeOOB (proc );_fa !=nil {return _db .Wrap (_fa ,"\u0045n\u0063\u006f\u0064\u0065\u004f\u004fB","");};return nil ;};func (_efbg *Encoder )emit (){if _efbg ._cb ==_dacd {_efbg ._cfd =append (_efbg ._cfd ,_efbg ._ade );_efbg ._ade =make ([]byte ,_dacd ); -_efbg ._cb =0;};_efbg ._ade [_efbg ._cb ]=_efbg ._fc ;_efbg ._cb ++;};func (_gga *Encoder )code1 (_afg *codingContext ,_efb uint32 ,_efg uint16 ,_eae byte ){if _afg .mps (_efb )==1{_gga .codeMPS (_afg ,_efb ,_efg ,_eae );}else {_gga .codeLPS (_afg ,_efb ,_efg ,_eae ); -};};func (_abf *Encoder )codeMPS (_aedd *codingContext ,_cefb uint32 ,_ecc uint16 ,_gbf byte ){_abf ._adc -=_ecc ;if _abf ._adc &0x8000!=0{_abf ._g +=uint32 (_ecc );return ;};if _abf ._adc < _ecc {_abf ._adc =_ecc ;}else {_abf ._g +=uint32 (_ecc );};_aedd ._fe [_cefb ]=_ceg [_gbf ]._gca ; -_abf .renormalize ();};func (_ace *Encoder )Refine (iTemp ,iTarget *_d .Bitmap ,ox ,oy int )error {for _bcf :=0;_bcf < iTarget .Height ;_bcf ++{var _bdg int ;_badb :=_bcf +oy ;var (_acb ,_gad ,_ec ,_fb ,_bac uint16 ;_ag ,_bge ,_cbd ,_ccc ,_ecg byte ;); -if _badb >=1&&(_badb -1)< iTemp .Height {_ag =iTemp .Data [(_badb -1)*iTemp .RowStride ];};if _badb >=0&&_badb < iTemp .Height {_bge =iTemp .Data [_badb *iTemp .RowStride ];};if _badb >=-1&&_badb +1< iTemp .Height {_cbd =iTemp .Data [(_badb +1)*iTemp .RowStride ]; -};if _bcf >=1{_ccc =iTarget .Data [(_bcf -1)*iTarget .RowStride ];};_ecg =iTarget .Data [_bcf *iTarget .RowStride ];_ffe :=uint (6+ox );_acb =uint16 (_ag >>_ffe );_gad =uint16 (_bge >>_ffe );_ec =uint16 (_cbd >>_ffe );_fb =uint16 (_ccc >>6);_dac :=uint (2-ox ); -_ag <<=_dac ;_bge <<=_dac ;_cbd <<=_dac ;_ccc <<=2;for _bdg =0;_bdg < iTarget .Width ;_bdg ++{_cgf :=(_acb <<10)|(_gad <<7)|(_ec <<4)|(_fb <<1)|_bac ;_dcb :=_ecg >>7;_aaa :=_ace .encodeBit (_ace ._egb ,uint32 (_cgf ),_dcb );if _aaa !=nil {return _aaa ; -};_acb <<=1;_gad <<=1;_ec <<=1;_fb <<=1;_acb |=uint16 (_ag >>7);_gad |=uint16 (_bge >>7);_ec |=uint16 (_cbd >>7);_fb |=uint16 (_ccc >>7);_bac =uint16 (_dcb );_bff :=_bdg %8;_bgea :=_bdg /8+1;if _bff ==5+ox {_ag ,_bge ,_cbd =0,0,0;if _bgea < iTemp .RowStride &&_badb >=1&&(_badb -1)< iTemp .Height {_ag =iTemp .Data [(_badb -1)*iTemp .RowStride +_bgea ]; -};if _bgea < iTemp .RowStride &&_badb >=0&&_badb < iTemp .Height {_bge =iTemp .Data [_badb *iTemp .RowStride +_bgea ];};if _bgea < iTemp .RowStride &&_badb >=-1&&(_badb +1)< iTemp .Height {_cbd =iTemp .Data [(_badb +1)*iTemp .RowStride +_bgea ];};}else {_ag <<=1; -_bge <<=1;_cbd <<=1;};if _bff ==5&&_bcf >=1{_ccc =0;if _bgea < iTarget .RowStride {_ccc =iTarget .Data [(_bcf -1)*iTarget .RowStride +_bgea ];};}else {_ccc <<=1;};if _bff ==7{_ecg =0;if _bgea < iTarget .RowStride {_ecg =iTarget .Data [_bcf *iTarget .RowStride +_bgea ]; -};}else {_ecg <<=1;};_acb &=7;_gad &=7;_ec &=7;_fb &=7;};};return nil ;};func _feb (_dc int )*codingContext {return &codingContext {_fe :make ([]byte ,_dc ),_ce :make ([]byte ,_dc )};};func (_faec *Encoder )flush (){_faec .setBits ();_faec ._g <<=_faec ._cg ; -_faec .byteOut ();_faec ._g <<=_faec ._cg ;_faec .byteOut ();_faec .emit ();if _faec ._fc !=0xff{_faec ._gb ++;_faec ._fc =0xff;_faec .emit ();};_faec ._gb ++;_faec ._fc =0xac;_faec ._gb ++;_faec .emit ();};func (_ffb *Encoder )encodeBit (_abb *codingContext ,_bcb uint32 ,_eedf uint8 )error {const _afd ="\u0045\u006e\u0063\u006f\u0064\u0065\u0072\u002e\u0065\u006e\u0063\u006fd\u0065\u0042\u0069\u0074"; -_ffb ._gg ++;if _bcb >=uint32 (len (_abb ._fe )){return _db .Errorf (_afd ,"\u0061r\u0069\u0074h\u006d\u0065\u0074i\u0063\u0020\u0065\u006e\u0063\u006f\u0064e\u0072\u0020\u002d\u0020\u0069\u006ev\u0061\u006c\u0069\u0064\u0020\u0063\u0074\u0078\u0020\u006e\u0075m\u0062\u0065\u0072\u003a\u0020\u0027\u0025\u0064\u0027",_bcb ); -};_ccd :=_abb ._fe [_bcb ];_gbg :=_abb .mps (_bcb );_dae :=_ceg [_ccd ]._eee ;_e .Log .Trace ("\u0045\u0043\u003a\u0020\u0025d\u0009\u0020D\u003a\u0020\u0025d\u0009\u0020\u0049\u003a\u0020\u0025d\u0009\u0020\u004dPS\u003a \u0025\u0064\u0009\u0020\u0051\u0045\u003a \u0025\u0030\u0034\u0058\u0009\u0020\u0020\u0041\u003a\u0020\u0025\u0030\u0034\u0058\u0009\u0020\u0043\u003a %\u0030\u0038\u0058\u0009\u0020\u0043\u0054\u003a\u0020\u0025\u0064\u0009\u0020\u0042\u003a\u0020\u0025\u0030\u0032\u0058\u0009\u0020\u0042\u0050\u003a\u0020\u0025\u0064",_ffb ._gg ,_eedf ,_ccd ,_gbg ,_dae ,_ffb ._adc ,_ffb ._g ,_ffb ._cg ,_ffb ._fc ,_ffb ._gb ); -if _eedf ==0{_ffb .code0 (_abb ,_bcb ,_dae ,_ccd );}else {_ffb .code1 (_abb ,_bcb ,_dae ,_ccd );};return nil ;};var _ _ba .WriterTo =&Encoder {};type state struct{_eee uint16 ;_gca ,_efda uint8 ;_aba uint8 ;};func (_fcee *Encoder )rBlock (){if _fcee ._gb >=0{_fcee .emit (); -};_fcee ._gb ++;_fcee ._fc =uint8 (_fcee ._g >>20);_fcee ._g &=0xfffff;_fcee ._cg =7;};type intEncRangeS struct{_ac ,_ad int ;_f ,_ea uint8 ;_bd uint16 ;_eg uint8 ;};func (_bgc *Encoder )lBlock (){if _bgc ._gb >=0{_bgc .emit ();};_bgc ._gb ++;_bgc ._fc =uint8 (_bgc ._g >>19); -_bgc ._g &=0x7ffff;_bgc ._cg =8;};func (_ae *Encoder )DataSize ()int {return _ae .dataSize ()};type Class int ;func (_dgb *Encoder )encodeOOB (_eef Class )error {_fae :=_dgb ._bg [_eef ];_bfb :=_dgb .encodeBit (_fae ,1,1);if _bfb !=nil {return _bfb ;}; -_bfb =_dgb .encodeBit (_fae ,3,0);if _bfb !=nil {return _bfb ;};_bfb =_dgb .encodeBit (_fae ,6,0);if _bfb !=nil {return _bfb ;};_bfb =_dgb .encodeBit (_fae ,12,0);if _bfb !=nil {return _bfb ;};return nil ;};func (_fcc *Encoder )Flush (){_fcc ._cb =0;_fcc ._cfd =nil ; -_fcc ._gb =-1};func (_cef *codingContext )mps (_de uint32 )int {return int (_cef ._ce [_de ])};func (_ee *Encoder )EncodeBitmap (bm *_d .Bitmap ,duplicateLineRemoval bool )error {_e .Log .Trace ("\u0045n\u0063\u006f\u0064\u0065 \u0042\u0069\u0074\u006d\u0061p\u0020[\u0025d\u0078\u0025\u0064\u005d\u002c\u0020\u0025s",bm .Width ,bm .Height ,bm ); -var (_cbf ,_da uint8 ;_ga ,_febe ,_aeb uint16 ;_aa ,_gaa ,_ab byte ;_gf ,_dcd ,_egg int ;_ff ,_eaf []byte ;);for _cc :=0;_cc < bm .Height ;_cc ++{_aa ,_gaa =0,0;if _cc >=2{_aa =bm .Data [(_cc -2)*bm .RowStride ];};if _cc >=1{_gaa =bm .Data [(_cc -1)*bm .RowStride ]; -if duplicateLineRemoval {_dcd =_cc *bm .RowStride ;_ff =bm .Data [_dcd :_dcd +bm .RowStride ];_egg =(_cc -1)*bm .RowStride ;_eaf =bm .Data [_egg :_egg +bm .RowStride ];if _a .Equal (_ff ,_eaf ){_da =_cbf ^1;_cbf =1;}else {_da =_cbf ;_cbf =0;};};};if duplicateLineRemoval {if _fea :=_ee .encodeBit (_ee ._egb ,_efd ,_da ); -_fea !=nil {return _fea ;};if _cbf !=0{continue ;};};_ab =bm .Data [_cc *bm .RowStride ];_ga =uint16 (_aa >>5);_febe =uint16 (_gaa >>4);_aa <<=3;_gaa <<=4;_aeb =0;for _gf =0;_gf < bm .Width ;_gf ++{_dbg :=uint32 (_ga <<11|_febe <<4|_aeb );_aeg :=(_ab &0x80)>>7; -_ge :=_ee .encodeBit (_ee ._egb ,_dbg ,_aeg );if _ge !=nil {return _ge ;};_ga <<=1;_febe <<=1;_aeb <<=1;_ga |=uint16 ((_aa &0x80)>>7);_febe |=uint16 ((_gaa &0x80)>>7);_aeb |=uint16 (_aeg );_fg :=_gf %8;_edc :=_gf /8+1;if _fg ==4&&_cc >=2{_aa =0;if _edc < bm .RowStride {_aa =bm .Data [(_cc -2)*bm .RowStride +_edc ]; -};}else {_aa <<=1;};if _fg ==3&&_cc >=1{_gaa =0;if _edc < bm .RowStride {_gaa =bm .Data [(_cc -1)*bm .RowStride +_edc ];};}else {_gaa <<=1;};if _fg ==7{_ab =0;if _edc < bm .RowStride {_ab =bm .Data [_cc *bm .RowStride +_edc ];};}else {_ab <<=1;};_ga &=31; -_febe &=127;_aeb &=15;};};return nil ;};func (_c Class )String ()string {switch _c {case IAAI :return "\u0049\u0041\u0041\u0049";case IADH :return "\u0049\u0041\u0044\u0048";case IADS :return "\u0049\u0041\u0044\u0053";case IADT :return "\u0049\u0041\u0044\u0054"; -case IADW :return "\u0049\u0041\u0044\u0057";case IAEX :return "\u0049\u0041\u0045\u0058";case IAFS :return "\u0049\u0041\u0046\u0053";case IAIT :return "\u0049\u0041\u0049\u0054";case IARDH :return "\u0049\u0041\u0052D\u0048";case IARDW :return "\u0049\u0041\u0052D\u0057"; -case IARDX :return "\u0049\u0041\u0052D\u0058";case IARDY :return "\u0049\u0041\u0052D\u0059";case IARI :return "\u0049\u0041\u0052\u0049";default:return "\u0055N\u004b\u004e\u004f\u0057\u004e";};}; \ No newline at end of file +package arithmetic ;import (_g "bytes";_b "github.com/unidoc/unipdf/v3/common";_fb "github.com/unidoc/unipdf/v3/internal/jbig2/bitmap";_d "github.com/unidoc/unipdf/v3/internal/jbig2/errors";_e "io";);type state struct{_fbbf uint16 ;_cda ,_eefb uint8 ;_bdfd uint8 ; +};type codingContext struct{_ec []byte ;_bf []byte ;};func (_dg *Encoder )EncodeBitmap (bm *_fb .Bitmap ,duplicateLineRemoval bool )error {_b .Log .Trace ("\u0045n\u0063\u006f\u0064\u0065 \u0042\u0069\u0074\u006d\u0061p\u0020[\u0025d\u0078\u0025\u0064\u005d\u002c\u0020\u0025s",bm .Width ,bm .Height ,bm ); +var (_ga ,_ce uint8 ;_gb ,_fcf ,_af uint16 ;_dge ,_bgg ,_bc byte ;_deaa ,_dcb ,_gc int ;_efa ,_feg []byte ;);for _eg :=0;_eg < bm .Height ;_eg ++{_dge ,_bgg =0,0;if _eg >=2{_dge =bm .Data [(_eg -2)*bm .RowStride ];};if _eg >=1{_bgg =bm .Data [(_eg -1)*bm .RowStride ]; +if duplicateLineRemoval {_dcb =_eg *bm .RowStride ;_efa =bm .Data [_dcb :_dcb +bm .RowStride ];_gc =(_eg -1)*bm .RowStride ;_feg =bm .Data [_gc :_gc +bm .RowStride ];if _g .Equal (_efa ,_feg ){_ce =_ga ^1;_ga =1;}else {_ce =_ga ;_ga =0;};};};if duplicateLineRemoval {if _ad :=_dg .encodeBit (_dg ._ge ,_aac ,_ce ); +_ad !=nil {return _ad ;};if _ga !=0{continue ;};};_bc =bm .Data [_eg *bm .RowStride ];_gb =uint16 (_dge >>5);_fcf =uint16 (_bgg >>4);_dge <<=3;_bgg <<=4;_af =0;for _deaa =0;_deaa < bm .Width ;_deaa ++{_dgf :=uint32 (_gb <<11|_fcf <<4|_af );_fba :=(_bc &0x80)>>7; +_cgg :=_dg .encodeBit (_dg ._ge ,_dgf ,_fba );if _cgg !=nil {return _cgg ;};_gb <<=1;_fcf <<=1;_af <<=1;_gb |=uint16 ((_dge &0x80)>>7);_fcf |=uint16 ((_bgg &0x80)>>7);_af |=uint16 (_fba );_ecc :=_deaa %8;_cc :=_deaa /8+1;if _ecc ==4&&_eg >=2{_dge =0;if _cc < bm .RowStride {_dge =bm .Data [(_eg -2)*bm .RowStride +_cc ]; +};}else {_dge <<=1;};if _ecc ==3&&_eg >=1{_bgg =0;if _cc < bm .RowStride {_bgg =bm .Data [(_eg -1)*bm .RowStride +_cc ];};}else {_bgg <<=1;};if _ecc ==7{_bc =0;if _cc < bm .RowStride {_bc =bm .Data [_eg *bm .RowStride +_cc ];};}else {_bc <<=1;};_gb &=31; +_fcf &=127;_af &=15;};};return nil ;};func (_gd *Encoder )Refine (iTemp ,iTarget *_fb .Bitmap ,ox ,oy int )error {for _bd :=0;_bd < iTarget .Height ;_bd ++{var _afd int ;_ggf :=_bd +oy ;var (_fdb ,_ae ,_ecf ,_cbd ,_fg uint16 ;_fea ,_bga ,_eab ,_ddf ,_gcb byte ; +);if _ggf >=1&&(_ggf -1)< iTemp .Height {_fea =iTemp .Data [(_ggf -1)*iTemp .RowStride ];};if _ggf >=0&&_ggf < iTemp .Height {_bga =iTemp .Data [_ggf *iTemp .RowStride ];};if _ggf >=-1&&_ggf +1< iTemp .Height {_eab =iTemp .Data [(_ggf +1)*iTemp .RowStride ]; +};if _bd >=1{_ddf =iTarget .Data [(_bd -1)*iTarget .RowStride ];};_gcb =iTarget .Data [_bd *iTarget .RowStride ];_ag :=uint (6+ox );_fdb =uint16 (_fea >>_ag );_ae =uint16 (_bga >>_ag );_ecf =uint16 (_eab >>_ag );_cbd =uint16 (_ddf >>6);_da :=uint (2-ox ); +_fea <<=_da ;_bga <<=_da ;_eab <<=_da ;_ddf <<=2;for _afd =0;_afd < iTarget .Width ;_afd ++{_ffag :=(_fdb <<10)|(_ae <<7)|(_ecf <<4)|(_cbd <<1)|_fg ;_dbg :=_gcb >>7;_gde :=_gd .encodeBit (_gd ._ge ,uint32 (_ffag ),_dbg );if _gde !=nil {return _gde ;};_fdb <<=1; +_ae <<=1;_ecf <<=1;_cbd <<=1;_fdb |=uint16 (_fea >>7);_ae |=uint16 (_bga >>7);_ecf |=uint16 (_eab >>7);_cbd |=uint16 (_ddf >>7);_fg =uint16 (_dbg );_fbg :=_afd %8;_egc :=_afd /8+1;if _fbg ==5+ox {_fea ,_bga ,_eab =0,0,0;if _egc < iTemp .RowStride &&_ggf >=1&&(_ggf -1)< iTemp .Height {_fea =iTemp .Data [(_ggf -1)*iTemp .RowStride +_egc ]; +};if _egc < iTemp .RowStride &&_ggf >=0&&_ggf < iTemp .Height {_bga =iTemp .Data [_ggf *iTemp .RowStride +_egc ];};if _egc < iTemp .RowStride &&_ggf >=-1&&(_ggf +1)< iTemp .Height {_eab =iTemp .Data [(_ggf +1)*iTemp .RowStride +_egc ];};}else {_fea <<=1; +_bga <<=1;_eab <<=1;};if _fbg ==5&&_bd >=1{_ddf =0;if _egc < iTarget .RowStride {_ddf =iTarget .Data [(_bd -1)*iTarget .RowStride +_egc ];};}else {_ddf <<=1;};if _fbg ==7{_gcb =0;if _egc < iTarget .RowStride {_gcb =iTarget .Data [_bd *iTarget .RowStride +_egc ]; +};}else {_gcb <<=1;};_fdb &=7;_ae &=7;_ecf &=7;_cbd &=7;};};return nil ;};func (_egca *Encoder )Reset (){_egca ._ef =0x8000;_egca ._ff =0;_egca ._bb =12;_egca ._dea =-1;_egca ._ea =0;_egca ._ba =nil ;_egca ._ge =_db (_bfg );};func (_fd *Encoder )EncodeInteger (proc Class ,value int )(_ffg error ){_b .Log .Trace ("\u0045\u006eco\u0064\u0065\u0020I\u006e\u0074\u0065\u0067er:\u0027%d\u0027\u0020\u0077\u0069\u0074\u0068\u0020Cl\u0061\u0073\u0073\u003a\u0020\u0027\u0025s\u0027",value ,proc ); +if _ffg =_fd .encodeInteger (proc ,value );_ffg !=nil {return _d .Wrap (_ffg ,"\u0045\u006e\u0063\u006f\u0064\u0065\u0049\u006e\u0074\u0065\u0067\u0065\u0072","");};return nil ;};func (_cb *codingContext )flipMps (_aa uint32 ){_cb ._bf [_aa ]=1-_cb ._bf [_aa ]}; +func (_bce *Encoder )flush (){_bce .setBits ();_bce ._ff <<=_bce ._bb ;_bce .byteOut ();_bce ._ff <<=_bce ._bb ;_bce .byteOut ();_bce .emit ();if _bce ._ea !=0xff{_bce ._dea ++;_bce ._ea =0xff;_bce .emit ();};_bce ._dea ++;_bce ._ea =0xac;_bce ._dea ++; +_bce .emit ();};type Class int ;func (_bab *Encoder )Flush (){_bab ._fc =0;_bab ._ffa =nil ;_bab ._dea =-1};func (_deg *Encoder )renormalize (){for {_deg ._ef <<=1;_deg ._ff <<=1;_deg ._bb --;if _deg ._bb ==0{_deg .byteOut ();};if (_deg ._ef &0x8000)!=0{break ; +};};};func (_cbb *Encoder )EncodeOOB (proc Class )(_gg error ){_b .Log .Trace ("E\u006e\u0063\u006f\u0064\u0065\u0020O\u004f\u0042\u0020\u0077\u0069\u0074\u0068\u0020\u0043l\u0061\u0073\u0073:\u0020'\u0025\u0073\u0027",proc );if _gg =_cbb .encodeOOB (proc ); +_gg !=nil {return _d .Wrap (_gg ,"\u0045n\u0063\u006f\u0064\u0065\u004f\u004fB","");};return nil ;};func (_abf *Encoder )code0 (_fcd *codingContext ,_bcd uint32 ,_gbb uint16 ,_eb byte ){if _fcd .mps (_bcd )==0{_abf .codeMPS (_fcd ,_bcd ,_gbb ,_eb );}else {_abf .codeLPS (_fcd ,_bcd ,_gbb ,_eb ); +};};var _gbg =[]state {{0x5601,1,1,1},{0x3401,2,6,0},{0x1801,3,9,0},{0x0AC1,4,12,0},{0x0521,5,29,0},{0x0221,38,33,0},{0x5601,7,6,1},{0x5401,8,14,0},{0x4801,9,14,0},{0x3801,10,14,0},{0x3001,11,17,0},{0x2401,12,18,0},{0x1C01,13,20,0},{0x1601,29,21,0},{0x5601,15,14,1},{0x5401,16,14,0},{0x5101,17,15,0},{0x4801,18,16,0},{0x3801,19,17,0},{0x3401,20,18,0},{0x3001,21,19,0},{0x2801,22,19,0},{0x2401,23,20,0},{0x2201,24,21,0},{0x1C01,25,22,0},{0x1801,26,23,0},{0x1601,27,24,0},{0x1401,28,25,0},{0x1201,29,26,0},{0x1101,30,27,0},{0x0AC1,31,28,0},{0x09C1,32,29,0},{0x08A1,33,30,0},{0x0521,34,31,0},{0x0441,35,32,0},{0x02A1,36,33,0},{0x0221,37,34,0},{0x0141,38,35,0},{0x0111,39,36,0},{0x0085,40,37,0},{0x0049,41,38,0},{0x0025,42,39,0},{0x0015,43,40,0},{0x0009,44,41,0},{0x0005,45,42,0},{0x0001,45,43,0},{0x5601,46,46,0}}; +func (_a *codingContext )mps (_ece uint32 )int {return int (_a ._bf [_ece ])};func (_edf *Encoder )codeMPS (_fgc *codingContext ,_adb uint32 ,_eef uint16 ,_aega byte ){_edf ._ef -=_eef ;if _edf ._ef &0x8000!=0{_edf ._ff +=uint32 (_eef );return ;};if _edf ._ef < _eef {_edf ._ef =_eef ; +}else {_edf ._ff +=uint32 (_eef );};_fgc ._ec [_adb ]=_gbg [_aega ]._cda ;_edf .renormalize ();};func _db (_dd int )*codingContext {return &codingContext {_ec :make ([]byte ,_dd ),_bf :make ([]byte ,_dd )};};func (_gba *Encoder )rBlock (){if _gba ._dea >=0{_gba .emit (); +};_gba ._dea ++;_gba ._ea =uint8 (_gba ._ff >>20);_gba ._ff &=0xfffff;_gba ._bb =7;};func (_gefd *Encoder )encodeIAID (_gga ,_bfb int )error {if _gefd ._ba ==nil {_gefd ._ba =_db (1<>31);if _ffd :=_gefd .encodeBit (_gefd ._ba ,_ggfg ,_egb );_ffd !=nil {return _ffd ;};_ffe =(_ffe <<1)|uint32 (_egb );_bfb <<=1;};return nil ; +};type Encoder struct{_ff uint32 ;_ef uint16 ;_bb ,_ea uint8 ;_dea int ;_dbc int ;_ffa [][]byte ;_aad []byte ;_fc int ;_ge *codingContext ;_cf [13]*codingContext ;_ba *codingContext ;};func (_ab *Encoder )DataSize ()int {return _ab .dataSize ()};var _ _e .WriterTo =&Encoder {}; +var _cg =[]intEncRangeS {{0,3,0,2,0,2},{-1,-1,9,4,0,0},{-3,-2,5,3,2,1},{4,19,2,3,4,4},{-19,-4,3,3,4,4},{20,83,6,4,20,6},{-83,-20,7,4,20,6},{84,339,14,5,84,8},{-339,-84,15,5,84,8},{340,4435,30,6,340,12},{-4435,-340,31,6,340,12},{4436,2000000000,62,6,4436,32},{-2000000000,-4436,63,6,4436,32}}; +func (_gcf *Encoder )WriteTo (w _e .Writer )(int64 ,error ){const _gce ="\u0045n\u0063o\u0064\u0065\u0072\u002e\u0057\u0072\u0069\u0074\u0065\u0054\u006f";var _dde int64 ;for _gf ,_dbcb :=range _gcf ._ffa {_eea ,_faf :=w .Write (_dbcb );if _faf !=nil {return 0,_d .Wrapf (_faf ,_gce ,"\u0066\u0061\u0069\u006c\u0065\u0064\u0020\u0061\u0074\u0020\u0069'\u0074\u0068\u003a\u0020\u0027\u0025\u0064\u0027\u0020\u0063h\u0075\u006e\u006b",_gf ); +};_dde +=int64 (_eea );};_gcf ._aad =_gcf ._aad [:_gcf ._fc ];_agb ,_eae :=w .Write (_gcf ._aad );if _eae !=nil {return 0,_d .Wrap (_eae ,_gce ,"\u0062u\u0066f\u0065\u0072\u0065\u0064\u0020\u0063\u0068\u0075\u006e\u006b\u0073");};_dde +=int64 (_agb );return _dde ,nil ; +};func (_ecff *Encoder )byteOut (){if _ecff ._ea ==0xff{_ecff .rBlock ();return ;};if _ecff ._ff < 0x8000000{_ecff .lBlock ();return ;};_ecff ._ea ++;if _ecff ._ea !=0xff{_ecff .lBlock ();return ;};_ecff ._ff &=0x7ffffff;_ecff .rBlock ();};func (_bcf *Encoder )encodeOOB (_cbf Class )error {_fgdc :=_bcf ._cf [_cbf ]; +_ddfe :=_bcf .encodeBit (_fgdc ,1,1);if _ddfe !=nil {return _ddfe ;};_ddfe =_bcf .encodeBit (_fgdc ,3,0);if _ddfe !=nil {return _ddfe ;};_ddfe =_bcf .encodeBit (_fgdc ,6,0);if _ddfe !=nil {return _ddfe ;};_ddfe =_bcf .encodeBit (_fgdc ,12,0);if _ddfe !=nil {return _ddfe ; +};return nil ;};const (_bfg =65536;_fdbf =20*1024;);func New ()*Encoder {_gef :=&Encoder {};_gef .Init ();return _gef };func (_ee *Encoder )Final (){_ee .flush ()};func (_fbb *Encoder )setBits (){_dbb :=_fbb ._ff +uint32 (_fbb ._ef );_fbb ._ff |=0xffff; +if _fbb ._ff >=_dbb {_fbb ._ff -=0x8000;};};func (_bbb *Encoder )emit (){if _bbb ._fc ==_fdbf {_bbb ._ffa =append (_bbb ._ffa ,_bbb ._aad );_bbb ._aad =make ([]byte ,_fdbf );_bbb ._fc =0;};_bbb ._aad [_bbb ._fc ]=_bbb ._ea ;_bbb ._fc ++;};const _aac =0x9b25; +func (_fa Class )String ()string {switch _fa {case IAAI :return "\u0049\u0041\u0041\u0049";case IADH :return "\u0049\u0041\u0044\u0048";case IADS :return "\u0049\u0041\u0044\u0053";case IADT :return "\u0049\u0041\u0044\u0054";case IADW :return "\u0049\u0041\u0044\u0057"; +case IAEX :return "\u0049\u0041\u0045\u0058";case IAFS :return "\u0049\u0041\u0046\u0053";case IAIT :return "\u0049\u0041\u0049\u0054";case IARDH :return "\u0049\u0041\u0052D\u0048";case IARDW :return "\u0049\u0041\u0052D\u0057";case IARDX :return "\u0049\u0041\u0052D\u0058"; +case IARDY :return "\u0049\u0041\u0052D\u0059";case IARI :return "\u0049\u0041\u0052\u0049";default:return "\u0055N\u004b\u004e\u004f\u0057\u004e";};};type intEncRangeS struct{_c ,_bg int ;_dc ,_fe uint8 ;_de uint16 ;_bge uint8 ;};func (_ed *Encoder )Init (){_ed ._ge =_db (_bfg ); +_ed ._ef =0x8000;_ed ._ff =0;_ed ._bb =12;_ed ._dea =-1;_ed ._ea =0;_ed ._fc =0;_ed ._aad =make ([]byte ,_fdbf );for _cfa :=0;_cfa < len (_ed ._cf );_cfa ++{_ed ._cf [_cfa ]=_db (512);};_ed ._ba =nil ;};func (_bgc *Encoder )dataSize ()int {return _fdbf *len (_bgc ._ffa )+_bgc ._fc }; +func (_fcb *Encoder )encodeInteger (_bfa Class ,_gfbf int )error {const _deac ="E\u006e\u0063\u006f\u0064er\u002ee\u006e\u0063\u006f\u0064\u0065I\u006e\u0074\u0065\u0067\u0065\u0072";if _gfbf > 2000000000||_gfbf < -2000000000{return _d .Errorf (_deac ,"\u0061\u0072\u0069\u0074\u0068\u006d\u0065\u0074i\u0063\u0020\u0065nc\u006f\u0064\u0065\u0072\u0020\u002d \u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0069\u006e\u0074\u0065\u0067\u0065\u0072 \u0076\u0061\u006c\u0075\u0065\u003a\u0020\u0027%\u0064\u0027",_gfbf ); +};_cfff :=_fcb ._cf [_bfa ];_bdf :=uint32 (1);var _fdc int ;for ;;_fdc ++{if _cg [_fdc ]._c <=_gfbf &&_cg [_fdc ]._bg >=_gfbf {break ;};};if _gfbf < 0{_gfbf =-_gfbf ;};_gfbf -=int (_cg [_fdc ]._de );_cge :=_cg [_fdc ]._dc ;for _cd :=uint8 (0);_cd < _cg [_fdc ]._fe ; +_cd ++{_bda :=_cge &1;if _ac :=_fcb .encodeBit (_cfff ,_bdf ,_bda );_ac !=nil {return _d .Wrap (_ac ,_deac ,"");};_cge >>=1;if _bdf &0x100> 0{_bdf =(((_bdf <<1)|uint32 (_bda ))&0x1ff)|0x100;}else {_bdf =(_bdf <<1)|uint32 (_bda );};};_gfbf <<=32-_cg [_fdc ]._bge ; +for _aab :=uint8 (0);_aab < _cg [_fdc ]._bge ;_aab ++{_df :=uint8 ((uint32 (_gfbf )&0x80000000)>>31);if _eee :=_fcb .encodeBit (_cfff ,_bdf ,_df );_eee !=nil {return _d .Wrap (_eee ,_deac ,"\u006d\u006f\u0076\u0065 \u0064\u0061\u0074\u0061\u0020\u0074\u006f\u0020\u0074\u0068e\u0020t\u006f\u0070\u0020\u006f\u0066\u0020\u0077o\u0072\u0064"); +};_gfbf <<=1;if _bdf &0x100!=0{_bdf =(((_bdf <<1)|uint32 (_df ))&0x1ff)|0x100;}else {_bdf =(_bdf <<1)|uint32 (_df );};};return nil ;};func (_fgd *Encoder )codeLPS (_gcfb *codingContext ,_eba uint32 ,_cef uint16 ,_cefc byte ){_fgd ._ef -=_cef ;if _fgd ._ef < _cef {_fgd ._ff +=uint32 (_cef ); +}else {_fgd ._ef =_cef ;};if _gbg [_cefc ]._bdfd ==1{_gcfb .flipMps (_eba );};_gcfb ._ec [_eba ]=_gbg [_cefc ]._eefb ;_fgd .renormalize ();};func (_ebe *Encoder )lBlock (){if _ebe ._dea >=0{_ebe .emit ();};_ebe ._dea ++;_ebe ._ea =uint8 (_ebe ._ff >>19); +_ebe ._ff &=0x7ffff;_ebe ._bb =8;};func (_gfa *Encoder )encodeBit (_ebb *codingContext ,_gcd uint32 ,_eabe uint8 )error {const _gbbc ="\u0045\u006e\u0063\u006f\u0064\u0065\u0072\u002e\u0065\u006e\u0063\u006fd\u0065\u0042\u0069\u0074";_gfa ._dbc ++;if _gcd >=uint32 (len (_ebb ._ec )){return _d .Errorf (_gbbc ,"\u0061r\u0069\u0074h\u006d\u0065\u0074i\u0063\u0020\u0065\u006e\u0063\u006f\u0064e\u0072\u0020\u002d\u0020\u0069\u006ev\u0061\u006c\u0069\u0064\u0020\u0063\u0074\u0078\u0020\u006e\u0075m\u0062\u0065\u0072\u003a\u0020\u0027\u0025\u0064\u0027",_gcd ); +};_ecd :=_ebb ._ec [_gcd ];_bgcc :=_ebb .mps (_gcd );_fafc :=_gbg [_ecd ]._fbbf ;_b .Log .Trace ("\u0045\u0043\u003a\u0020\u0025d\u0009\u0020D\u003a\u0020\u0025d\u0009\u0020\u0049\u003a\u0020\u0025d\u0009\u0020\u004dPS\u003a \u0025\u0064\u0009\u0020\u0051\u0045\u003a \u0025\u0030\u0034\u0058\u0009\u0020\u0020\u0041\u003a\u0020\u0025\u0030\u0034\u0058\u0009\u0020\u0043\u003a %\u0030\u0038\u0058\u0009\u0020\u0043\u0054\u003a\u0020\u0025\u0064\u0009\u0020\u0042\u003a\u0020\u0025\u0030\u0032\u0058\u0009\u0020\u0042\u0050\u003a\u0020\u0025\u0064",_gfa ._dbc ,_eabe ,_ecd ,_bgcc ,_fafc ,_gfa ._ef ,_gfa ._ff ,_gfa ._bb ,_gfa ._ea ,_gfa ._dea ); +if _eabe ==0{_gfa .code0 (_ebb ,_gcd ,_fafc ,_ecd );}else {_gfa .code1 (_ebb ,_gcd ,_fafc ,_ecd );};return nil ;};func (_aeg *Encoder )code1 (_dce *codingContext ,_afdg uint32 ,_gfb uint16 ,_dbca byte ){if _dce .mps (_afdg )==1{_aeg .codeMPS (_dce ,_afdg ,_gfb ,_dbca ); +}else {_aeg .codeLPS (_dce ,_afdg ,_gfb ,_dbca );};};func (_efd *Encoder )EncodeIAID (symbolCodeLength ,value int )(_cff error ){_b .Log .Trace ("\u0045\u006e\u0063\u006f\u0064\u0065\u0020\u0049A\u0049\u0044\u002e S\u0079\u006d\u0062\u006f\u006c\u0043o\u0064\u0065\u004c\u0065\u006e\u0067\u0074\u0068\u003a\u0020\u0027\u0025\u0064\u0027\u002c \u0056\u0061\u006c\u0075\u0065\u003a\u0020\u0027%\u0064\u0027",symbolCodeLength ,value ); +if _cff =_efd .encodeIAID (symbolCodeLength ,value );_cff !=nil {return _d .Wrap (_cff ,"\u0045\u006e\u0063\u006f\u0064\u0065\u0049\u0041\u0049\u0044","");};return nil ;};const (IAAI Class =iota ;IADH ;IADS ;IADT ;IADW ;IAEX ;IAFS ;IAIT ;IARDH ;IARDW ; +IARDX ;IARDY ;IARI ;); \ No newline at end of file diff --git a/internal/jbig2/encoder/classer/classer.go b/internal/jbig2/encoder/classer/classer.go index 597b8822e..5bf82808c 100644 --- a/internal/jbig2/encoder/classer/classer.go +++ b/internal/jbig2/encoder/classer/classer.go @@ -9,102 +9,102 @@ // Use of this source code is governed by the UniDoc End User License Agreement // terms that can be accessed at https://unidoc.io/eula/ -package classer ;import (_dbe "github.com/unidoc/unipdf/v3/common";_e "github.com/unidoc/unipdf/v3/internal/jbig2/basic";_g "github.com/unidoc/unipdf/v3/internal/jbig2/bitmap";_ff "github.com/unidoc/unipdf/v3/internal/jbig2/errors";_d "image";_db "math"; -);func DefaultSettings ()Settings {_ebeb :=&Settings {};_ebeb .SetDefault ();return *_ebeb };const (MaxConnCompWidth =350;MaxCharCompWidth =350;MaxWordCompWidth =1000;MaxCompHeight =120;);type Method int ;func (_aac *Classer )getULCorners (_bc *_g .Bitmap ,_ggfc *_g .Boxes )error {const _ggb ="\u0067\u0065\u0074U\u004c\u0043\u006f\u0072\u006e\u0065\u0072\u0073"; -if _bc ==nil {return _ff .Error (_ggb ,"\u006e\u0069l\u0020\u0069\u006da\u0067\u0065\u0020\u0062\u0069\u0074\u006d\u0061\u0070");};if _ggfc ==nil {return _ff .Error (_ggb ,"\u006e\u0069\u006c\u0020\u0062\u006f\u0075\u006e\u0064\u0073");};if _aac .PtaUL ==nil {_aac .PtaUL =&_g .Points {}; -};_dd :=len (*_ggfc );var (_ac ,_fc ,_fe ,_c int ;_ce ,_ae ,_fee ,_cd float32 ;_ea error ;_gbd *_d .Rectangle ;_cf *_g .Bitmap ;_dg _d .Point ;);for _dc :=0;_dc < _dd ;_dc ++{_ac =_aac .BaseIndex +_dc ;if _ce ,_ae ,_ea =_aac .CentroidPoints .GetGeometry (_ac ); -_ea !=nil {return _ff .Wrap (_ea ,_ggb ,"\u0043\u0065\u006e\u0074\u0072\u006f\u0069\u0064\u0050o\u0069\u006e\u0074\u0073");};if _fc ,_ea =_aac .ClassIDs .Get (_ac );_ea !=nil {return _ff .Wrap (_ea ,_ggb ,"\u0043\u006c\u0061s\u0073\u0049\u0044\u0073\u002e\u0047\u0065\u0074"); -};if _fee ,_cd ,_ea =_aac .CentroidPointsTemplates .GetGeometry (_fc );_ea !=nil {return _ff .Wrap (_ea ,_ggb ,"\u0043\u0065\u006etr\u006f\u0069\u0064\u0050\u006f\u0069\u006e\u0074\u0073\u0054\u0065\u006d\u0070\u006c\u0061\u0074\u0065\u0073");};_fde :=_fee -_ce ; -_ee :=_cd -_ae ;if _fde >=0{_fe =int (_fde +0.5);}else {_fe =int (_fde -0.5);};if _ee >=0{_c =int (_ee +0.5);}else {_c =int (_ee -0.5);};if _gbd ,_ea =_ggfc .Get (_dc );_ea !=nil {return _ff .Wrap (_ea ,_ggb ,"");};_agf ,_eb :=_gbd .Min .X ,_gbd .Min .Y ; -_cf ,_ea =_aac .UndilatedTemplates .GetBitmap (_fc );if _ea !=nil {return _ff .Wrap (_ea ,_ggb ,"\u0055\u006e\u0064\u0069\u006c\u0061\u0074\u0065\u0064\u0054e\u006d\u0070\u006c\u0061\u0074\u0065\u0073.\u0047\u0065\u0074\u0028\u0069\u0043\u006c\u0061\u0073\u0073\u0029"); -};_dg ,_ea =_ffa (_bc ,_agf ,_eb ,_fe ,_c ,_cf );if _ea !=nil {return _ff .Wrap (_ea ,_ggb ,"");};_aac .PtaUL .AddPoint (float32 (_agf -_fe +_dg .X ),float32 (_eb -_c +_dg .Y ));};return nil ;};type Classer struct{BaseIndex int ;Settings Settings ;ComponentsNumber *_e .IntSlice ; -TemplateAreas *_e .IntSlice ;Widths map[int ]int ;Heights map[int ]int ;NumberOfClasses int ;ClassInstances *_g .BitmapsArray ;UndilatedTemplates *_g .Bitmaps ;DilatedTemplates *_g .Bitmaps ;TemplatesSize _e .IntsMap ;FgTemplates *_e .NumSlice ;CentroidPoints *_g .Points ; -CentroidPointsTemplates *_g .Points ;ClassIDs *_e .IntSlice ;ComponentPageNumbers *_e .IntSlice ;PtaUL *_g .Points ;PtaLL *_g .Points ;};func (_fgd *Classer )classifyRankHouseNonOne (_afb *_g .Boxes ,_eea ,_gfe ,_gaf *_g .Bitmaps ,_fbb *_g .Points ,_dgd *_e .NumSlice ,_fgg int )(_ffff error ){const _gae ="\u0043\u006c\u0061\u0073s\u0065\u0072\u002e\u0063\u006c\u0061\u0073\u0073\u0069\u0066y\u0052a\u006e\u006b\u0048\u006f\u0075\u0073\u0065O\u006e\u0065"; -var (_gfb ,_edb ,_dfa ,_dada float32 ;_egaf ,_daaa ,_bcgd int ;_ecgb ,_acc ,_adf ,_cce ,_eec *_g .Bitmap ;_dgdg ,_afe bool ;);_ecf :=_g .MakePixelSumTab8 ();for _bbc :=0;_bbc < len (_eea .Values );_bbc ++{if _acc ,_ffff =_gfe .GetBitmap (_bbc );_ffff !=nil {return _ff .Wrap (_ffff ,_gae ,"b\u006d\u0073\u0031\u002e\u0047\u0065\u0074\u0028\u0069\u0029"); -};if _egaf ,_ffff =_dgd .GetInt (_bbc );_ffff !=nil {_dbe .Log .Trace ("\u0047\u0065t\u0074\u0069\u006e\u0067 \u0046\u0047T\u0065\u006d\u0070\u006c\u0061\u0074\u0065\u0073 \u0061\u0074\u003a\u0020\u0025\u0064\u0020\u0066\u0061\u0069\u006c\u0065d\u003a\u0020\u0025\u0076",_bbc ,_ffff ); -};if _adf ,_ffff =_gaf .GetBitmap (_bbc );_ffff !=nil {return _ff .Wrap (_ffff ,_gae ,"b\u006d\u0073\u0032\u002e\u0047\u0065\u0074\u0028\u0069\u0029");};if _gfb ,_edb ,_ffff =_fbb .GetGeometry (_bbc );_ffff !=nil {return _ff .Wrapf (_ffff ,_gae ,"\u0070t\u0061[\u0069\u005d\u002e\u0047\u0065\u006f\u006d\u0065\u0074\u0072\u0079"); -};_fcd :=len (_fgd .UndilatedTemplates .Values );_dgdg =false ;_eedf :=_dcc (_fgd ,_acc );for _bcgd =_eedf .Next ();_bcgd > -1;{if _cce ,_ffff =_fgd .UndilatedTemplates .GetBitmap (_bcgd );_ffff !=nil {return _ff .Wrap (_ffff ,_gae ,"\u0070\u0069\u0078\u0061\u0074\u002e\u005b\u0069\u0043l\u0061\u0073\u0073\u005d"); -};if _daaa ,_ffff =_fgd .FgTemplates .GetInt (_bcgd );_ffff !=nil {_dbe .Log .Trace ("\u0047\u0065\u0074\u0074\u0069\u006eg\u0020\u0046\u0047\u0054\u0065\u006d\u0070\u006c\u0061\u0074\u0065\u005b\u0025d\u005d\u0020\u0066\u0061\u0069\u006c\u0065d\u003a\u0020\u0025\u0076",_bcgd ,_ffff ); -};if _eec ,_ffff =_fgd .DilatedTemplates .GetBitmap (_bcgd );_ffff !=nil {return _ff .Wrap (_ffff ,_gae ,"\u0070\u0069\u0078\u0061\u0074\u0064\u005b\u0069\u0043l\u0061\u0073\u0073\u005d");};if _dfa ,_dada ,_ffff =_fgd .CentroidPointsTemplates .GetGeometry (_bcgd ); -_ffff !=nil {return _ff .Wrap (_ffff ,_gae ,"\u0043\u0065\u006et\u0072\u006f\u0069\u0064P\u006f\u0069\u006e\u0074\u0073\u0054\u0065m\u0070\u006c\u0061\u0074\u0065\u0073\u005b\u0069\u0043\u006c\u0061\u0073\u0073\u005d");};_afe ,_ffff =_g .RankHausTest (_acc ,_adf ,_cce ,_eec ,_gfb -_dfa ,_edb -_dada ,MaxDiffWidth ,MaxDiffHeight ,_egaf ,_daaa ,float32 (_fgd .Settings .RankHaus ),_ecf ); -if _ffff !=nil {return _ff .Wrap (_ffff ,_gae ,"");};if _afe {_dgdg =true ;if _ffff =_fgd .ClassIDs .Add (_bcgd );_ffff !=nil {return _ff .Wrap (_ffff ,_gae ,"");};if _ffff =_fgd .ComponentPageNumbers .Add (_fgg );_ffff !=nil {return _ff .Wrap (_ffff ,_gae ,""); -};if _fgd .Settings .KeepClassInstances {_def ,_eca :=_fgd .ClassInstances .GetBitmaps (_bcgd );if _eca !=nil {return _ff .Wrap (_eca ,_gae ,"\u0063\u002e\u0050\u0069\u0078\u0061\u0061\u002e\u0047\u0065\u0074B\u0069\u0074\u006d\u0061\u0070\u0073\u0028\u0069\u0043\u006ca\u0073\u0073\u0029"); -};if _ecgb ,_eca =_eea .GetBitmap (_bbc );_eca !=nil {return _ff .Wrap (_eca ,_gae ,"\u0070i\u0078\u0061\u005b\u0069\u005d");};_def .Values =append (_def .Values ,_ecgb );_egbg ,_eca :=_afb .Get (_bbc );if _eca !=nil {return _ff .Wrap (_eca ,_gae ,"b\u006f\u0078\u0061\u002e\u0047\u0065\u0074\u0028\u0069\u0029"); -};_def .Boxes =append (_def .Boxes ,_egbg );};break ;};};if !_dgdg {if _ffff =_fgd .ClassIDs .Add (_fcd );_ffff !=nil {return _ff .Wrap (_ffff ,_gae ,"\u0021\u0066\u006f\u0075\u006e\u0064");};if _ffff =_fgd .ComponentPageNumbers .Add (_fgg );_ffff !=nil {return _ff .Wrap (_ffff ,_gae ,"\u0021\u0066\u006f\u0075\u006e\u0064"); -};_bcbg :=&_g .Bitmaps {};_ecgb =_eea .Values [_bbc ];_bcbg .AddBitmap (_ecgb );_agb ,_fdf :=_ecgb .Width ,_ecgb .Height ;_fgd .TemplatesSize .Add (uint64 (_agb )*uint64 (_fdf ),_fcd );_babc ,_fcde :=_afb .Get (_bbc );if _fcde !=nil {return _ff .Wrap (_fcde ,_gae ,"\u0021\u0066\u006f\u0075\u006e\u0064"); -};_bcbg .AddBox (_babc );_fgd .ClassInstances .AddBitmaps (_bcbg );_fgd .CentroidPointsTemplates .AddPoint (_gfb ,_edb );_fgd .UndilatedTemplates .AddBitmap (_acc );_fgd .DilatedTemplates .AddBitmap (_adf );_fgd .FgTemplates .AddInt (_egaf );};};_fgd .NumberOfClasses =len (_fgd .UndilatedTemplates .Values ); -return nil ;};const (RankHaus Method =iota ;Correlation ;);func (_fd *Classer )ComputeLLCorners ()(_de error ){const _gd ="\u0043l\u0061\u0073\u0073\u0065\u0072\u002e\u0043\u006f\u006d\u0070\u0075t\u0065\u004c\u004c\u0043\u006f\u0072\u006e\u0065\u0072\u0073"; -if _fd .PtaUL ==nil {return _ff .Error (_gd ,"\u0055\u004c\u0020\u0043or\u006e\u0065\u0072\u0073\u0020\u006e\u006f\u0074\u0020\u0064\u0065\u0066\u0069\u006ee\u0064");};_fbg :=len (*_fd .PtaUL );_fd .PtaLL =&_g .Points {};var (_fbf ,_b float32 ;_bg ,_gg int ; -_be *_g .Bitmap ;);for _ba :=0;_ba < _fbg ;_ba ++{_fbf ,_b ,_de =_fd .PtaUL .GetGeometry (_ba );if _de !=nil {_dbe .Log .Debug ("\u0047e\u0074\u0074\u0069\u006e\u0067\u0020\u0050\u0074\u0061\u0055\u004c \u0066\u0061\u0069\u006c\u0065\u0064\u003a\u0020\u0025\u0076",_de ); -return _ff .Wrap (_de ,_gd ,"\u0050\u0074\u0061\u0055\u004c\u0020\u0047\u0065\u006fm\u0065\u0074\u0072\u0079");};_bg ,_de =_fd .ClassIDs .Get (_ba );if _de !=nil {_dbe .Log .Debug ("\u0047\u0065\u0074\u0074\u0069\u006e\u0067\u0020\u0043\u006c\u0061s\u0073\u0049\u0044\u0020\u0066\u0061\u0069\u006c\u0065\u0064:\u0020\u0025\u0076",_de ); -return _ff .Wrap (_de ,_gd ,"\u0043l\u0061\u0073\u0073\u0049\u0044");};_be ,_de =_fd .UndilatedTemplates .GetBitmap (_bg );if _de !=nil {_dbe .Log .Debug ("\u0047\u0065t\u0074\u0069\u006e\u0067 \u0055\u006ed\u0069\u006c\u0061\u0074\u0065\u0064\u0054\u0065m\u0070\u006c\u0061\u0074\u0065\u0073\u0020\u0066\u0061\u0069\u006c\u0065d\u003a\u0020\u0025\u0076",_de ); -return _ff .Wrap (_de ,_gd ,"\u0055\u006e\u0064\u0069la\u0074\u0065\u0064\u0020\u0054\u0065\u006d\u0070\u006c\u0061\u0074\u0065\u0073");};_gg =_be .Height ;_fd .PtaLL .AddPoint (_fbf ,_b +float32 (_gg ));};return nil ;};func (_ecd *Classer )classifyCorrelation (_bdd *_g .Boxes ,_efd *_g .Bitmaps ,_dbd int )error {const _cc ="\u0063\u006c\u0061\u0073si\u0066\u0079\u0043\u006f\u0072\u0072\u0065\u006c\u0061\u0074\u0069\u006f\u006e"; -if _bdd ==nil {return _ff .Error (_cc ,"\u006e\u0065\u0077\u0043\u006f\u006d\u0070\u006f\u006e\u0065\u006e\u0074\u0073\u0020\u0062\u006f\u0075\u006e\u0064\u0069\u006e\u0067\u0020\u0062o\u0078\u0065\u0073\u0020\u006eo\u0074\u0020f\u006f\u0075\u006e\u0064"); -};if _efd ==nil {return _ff .Error (_cc ,"\u006e\u0065wC\u006f\u006d\u0070o\u006e\u0065\u006e\u0074s b\u0069tm\u0061\u0070\u0020\u0061\u0072\u0072\u0061y \u006e\u006f\u0074\u0020\u0066\u006f\u0075n\u0064");};_egb :=len (_efd .Values );if _egb ==0{_dbe .Log .Debug ("\u0063l\u0061\u0073s\u0069\u0066\u0079C\u006f\u0072\u0072\u0065\u006c\u0061\u0074i\u006f\u006e\u0020\u002d\u0020\u0070r\u006f\u0076\u0069\u0064\u0065\u0064\u0020\u0070\u0069\u0078\u0061s\u0020\u0069\u0073\u0020\u0065\u006d\u0070\u0074\u0079"); -return nil ;};var (_ccf ,_cdd *_g .Bitmap ;_bde error ;);_gf :=&_g .Bitmaps {Values :make ([]*_g .Bitmap ,_egb )};for _dga ,_fba :=range _efd .Values {_cdd ,_bde =_fba .AddBorderGeneral (JbAddedPixels ,JbAddedPixels ,JbAddedPixels ,JbAddedPixels ,0);if _bde !=nil {return _ff .Wrap (_bde ,_cc ,""); -};_gf .Values [_dga ]=_cdd ;};_ga :=_ecd .FgTemplates ;_egd :=_g .MakePixelSumTab8 ();_gfc :=_g .MakePixelCentroidTab8 ();_ge :=make ([]int ,_egb );_ffb :=make ([][]int ,_egb );_dgg :=_g .Points (make ([]_g .Point ,_egb ));_bdde :=&_dgg ;var (_df ,_gba int ; -_ffd ,_ca ,_fed int ;_agec ,_eaff int ;_gea byte ;);for _bb ,_fedf :=range _gf .Values {_ffb [_bb ]=make ([]int ,_fedf .Height );_df =0;_gba =0;_ca =(_fedf .Height -1)*_fedf .RowStride ;_ffd =0;for _eaff =_fedf .Height -1;_eaff >=0;_eaff ,_ca =_eaff -1,_ca -_fedf .RowStride {_ffb [_bb ][_eaff ]=_ffd ; -_fed =0;for _agec =0;_agec < _fedf .RowStride ;_agec ++{_gea =_fedf .Data [_ca +_agec ];_fed +=_egd [_gea ];_df +=_gfc [_gea ]+_agec *8*_egd [_gea ];};_ffd +=_fed ;_gba +=_fed *_eaff ;};_ge [_bb ]=_ffd ;if _ffd > 0{(*_bdde )[_bb ]=_g .Point {X :float32 (_df )/float32 (_ffd ),Y :float32 (_gba )/float32 (_ffd )}; -}else {(*_bdde )[_bb ]=_g .Point {X :float32 (_fedf .Width )/float32 (2),Y :float32 (_fedf .Height )/float32 (2)};};};if _bde =_ecd .CentroidPoints .Add (_bdde );_bde !=nil {return _ff .Wrap (_bde ,_cc ,"\u0063\u0065\u006et\u0072\u006f\u0069\u0064\u0020\u0061\u0064\u0064"); -};var (_dad ,_cfa ,_ffdb int ;_aeg float64 ;_ade ,_cdb ,_fca ,_ccd float32 ;_eba ,_faa _g .Point ;_ffg bool ;_ddb *similarTemplatesFinder ;_fab int ;_acf *_g .Bitmap ;_dba *_d .Rectangle ;_cg *_g .Bitmaps ;);for _fab ,_cdd =range _gf .Values {_cfa =_ge [_fab ]; -if _ade ,_cdb ,_bde =_bdde .GetGeometry (_fab );_bde !=nil {return _ff .Wrap (_bde ,_cc ,"\u0070t\u0061\u0020\u002d\u0020\u0069");};_ffg =false ;_aabb :=len (_ecd .UndilatedTemplates .Values );_ddb =_dcc (_ecd ,_cdd );for _gcd :=_ddb .Next ();_gcd > -1; -{if _acf ,_bde =_ecd .UndilatedTemplates .GetBitmap (_gcd );_bde !=nil {return _ff .Wrap (_bde ,_cc ,"\u0075\u006e\u0069dl\u0061\u0074\u0065\u0064\u005b\u0069\u0063\u006c\u0061\u0073\u0073\u005d\u0020\u003d\u0020\u0062\u006d\u0032");};if _ffdb ,_bde =_ga .GetInt (_gcd ); -_bde !=nil {_dbe .Log .Trace ("\u0046\u0047\u0020T\u0065\u006d\u0070\u006ca\u0074\u0065\u0020\u005b\u0069\u0063\u006ca\u0073\u0073\u005d\u0020\u0066\u0061\u0069\u006c\u0065\u0064\u003a\u0020\u0025\u0076",_bde );};if _fca ,_ccd ,_bde =_ecd .CentroidPointsTemplates .GetGeometry (_gcd ); -_bde !=nil {return _ff .Wrap (_bde ,_cc ,"\u0043\u0065\u006e\u0074\u0072\u006f\u0069\u0064\u0050\u006f\u0069\u006e\u0074T\u0065\u006d\u0070\u006c\u0061\u0074e\u0073\u005b\u0069\u0063\u006c\u0061\u0073\u0073\u005d\u0020\u003d\u0020\u00782\u002c\u0079\u0032\u0020"); -};if _ecd .Settings .WeightFactor > 0.0{if _dad ,_bde =_ecd .TemplateAreas .Get (_gcd );_bde !=nil {_dbe .Log .Trace ("\u0054\u0065\u006dp\u006c\u0061\u0074\u0065A\u0072\u0065\u0061\u0073\u005b\u0069\u0063l\u0061\u0073\u0073\u005d\u0020\u003d\u0020\u0061\u0072\u0065\u0061\u0020\u0025\u0076",_bde ); -};_aeg =_ecd .Settings .Thresh +(1.0-_ecd .Settings .Thresh )*_ecd .Settings .WeightFactor *float64 (_ffdb )/float64 (_dad );}else {_aeg =_ecd .Settings .Thresh ;};_agfa ,_bbe :=_g .CorrelationScoreThresholded (_cdd ,_acf ,_cfa ,_ffdb ,_eba .X -_faa .X ,_eba .Y -_faa .Y ,MaxDiffWidth ,MaxDiffHeight ,_egd ,_ffb [_fab ],float32 (_aeg )); -if _bbe !=nil {return _ff .Wrap (_bbe ,_cc ,"");};if _aaf {var (_cee ,_eafd float64 ;_adc ,_bag int ;);_cee ,_bbe =_g .CorrelationScore (_cdd ,_acf ,_cfa ,_ffdb ,_ade -_fca ,_cdb -_ccd ,MaxDiffWidth ,MaxDiffHeight ,_egd );if _bbe !=nil {return _ff .Wrap (_bbe ,_cc ,"d\u0065\u0062\u0075\u0067Co\u0072r\u0065\u006c\u0061\u0074\u0069o\u006e\u0053\u0063\u006f\u0072\u0065"); -};_eafd ,_bbe =_g .CorrelationScoreSimple (_cdd ,_acf ,_cfa ,_ffdb ,_ade -_fca ,_cdb -_ccd ,MaxDiffWidth ,MaxDiffHeight ,_egd );if _bbe !=nil {return _ff .Wrap (_bbe ,_cc ,"d\u0065\u0062\u0075\u0067Co\u0072r\u0065\u006c\u0061\u0074\u0069o\u006e\u0053\u0063\u006f\u0072\u0065"); -};_adc =int (_db .Sqrt (_cee *float64 (_cfa )*float64 (_ffdb )));_bag =int (_db .Sqrt (_eafd *float64 (_cfa )*float64 (_ffdb )));if (_cee >=_aeg )!=(_eafd >=_aeg ){return _ff .Errorf (_cc ,"\u0064\u0065\u0062\u0075\u0067\u0020\u0043\u006f\u0072r\u0065\u006c\u0061\u0074\u0069\u006f\u006e\u0020\u0073\u0063\u006f\u0072\u0065\u0020\u006d\u0069\u0073\u006d\u0061\u0074\u0063\u0068\u0020-\u0020\u0025d\u0028\u00250\u002e\u0034\u0066\u002c\u0020\u0025\u0076\u0029\u0020\u0076\u0073\u0020\u0025d(\u0025\u0030\u002e\u0034\u0066\u002c\u0020\u0025\u0076)\u0020\u0025\u0030\u002e\u0034\u0066",_adc ,_cee ,_cee >=_aeg ,_bag ,_eafd ,_eafd >=_aeg ,_cee -_eafd ); -};if _cee >=_aeg !=_agfa {return _ff .Errorf (_cc ,"\u0064\u0065\u0062\u0075\u0067\u0020\u0043o\u0072\u0072\u0065\u006c\u0061\u0074\u0069\u006f\u006e \u0073\u0063\u006f\u0072\u0065 \u004d\u0069\u0073\u006d\u0061t\u0063\u0068 \u0062\u0065\u0074w\u0065\u0065\u006e\u0020\u0063\u006frr\u0065\u006c\u0061\u0074\u0069\u006f\u006e\u0020/\u0020\u0074\u0068\u0072\u0065s\u0068\u006f\u006c\u0064\u002e\u0020\u0043\u006f\u006dpa\u0072\u0069\u0073\u006f\u006e:\u0020\u0025\u0030\u002e\u0034\u0066\u0028\u0025\u0030\u002e\u0034\u0066\u002c\u0020\u0025\u0064\u0029\u0020\u003e\u003d\u0020\u00250\u002e\u0034\u0066\u0028\u0025\u0030\u002e\u0034\u0066\u0029\u0020\u0076\u0073\u0020\u0025\u0076",_cee ,_cee *float64 (_cfa )*float64 (_ffdb ),_adc ,_aeg ,float32 (_aeg )*float32 (_cfa )*float32 (_ffdb ),_agfa ); -};};if _agfa {_ffg =true ;if _bbe =_ecd .ClassIDs .Add (_gcd );_bbe !=nil {return _ff .Wrap (_bbe ,_cc ,"\u006f\u0076\u0065\u0072\u0054\u0068\u0072\u0065\u0073\u0068\u006f\u006c\u0064");};if _bbe =_ecd .ComponentPageNumbers .Add (_dbd );_bbe !=nil {return _ff .Wrap (_bbe ,_cc ,"\u006f\u0076\u0065\u0072\u0054\u0068\u0072\u0065\u0073\u0068\u006f\u006c\u0064"); -};if _ecd .Settings .KeepClassInstances {if _ccf ,_bbe =_efd .GetBitmap (_fab );_bbe !=nil {return _ff .Wrap (_bbe ,_cc ,"\u004b\u0065\u0065\u0070Cl\u0061\u0073\u0073\u0049\u006e\u0073\u0074\u0061\u006e\u0063\u0065\u0073\u0020\u002d \u0069");};if _cg ,_bbe =_ecd .ClassInstances .GetBitmaps (_gcd ); -_bbe !=nil {return _ff .Wrap (_bbe ,_cc ,"K\u0065\u0065\u0070\u0043\u006c\u0061s\u0073\u0049\u006e\u0073\u0074\u0061\u006e\u0063\u0065s\u0020\u002d\u0020i\u0043l\u0061\u0073\u0073");};_cg .AddBitmap (_ccf );if _dba ,_bbe =_bdd .Get (_fab );_bbe !=nil {return _ff .Wrap (_bbe ,_cc ,"\u004be\u0065p\u0043\u006c\u0061\u0073\u0073I\u006e\u0073t\u0061\u006e\u0063\u0065\u0073"); -};_cg .AddBox (_dba );};break ;};};if !_ffg {if _bde =_ecd .ClassIDs .Add (_aabb );_bde !=nil {return _ff .Wrap (_bde ,_cc ,"\u0021\u0066\u006f\u0075\u006e\u0064");};if _bde =_ecd .ComponentPageNumbers .Add (_dbd );_bde !=nil {return _ff .Wrap (_bde ,_cc ,"\u0021\u0066\u006f\u0075\u006e\u0064"); -};_cg =&_g .Bitmaps {};if _ccf ,_bde =_efd .GetBitmap (_fab );_bde !=nil {return _ff .Wrap (_bde ,_cc ,"\u0021\u0066\u006f\u0075\u006e\u0064");};_cg .AddBitmap (_ccf );_ccfd ,_ebea :=_ccf .Width ,_ccf .Height ;_bdg :=uint64 (_ebea )*uint64 (_ccfd );_ecd .TemplatesSize .Add (_bdg ,_aabb ); -if _dba ,_bde =_bdd .Get (_fab );_bde !=nil {return _ff .Wrap (_bde ,_cc ,"\u0021\u0066\u006f\u0075\u006e\u0064");};_cg .AddBox (_dba );_ecd .ClassInstances .AddBitmaps (_cg );_ecd .CentroidPointsTemplates .AddPoint (_ade ,_cdb );_ecd .FgTemplates .AddInt (_cfa ); -_ecd .UndilatedTemplates .AddBitmap (_ccf );_dad =(_cdd .Width -2*JbAddedPixels )*(_cdd .Height -2*JbAddedPixels );if _bde =_ecd .TemplateAreas .Add (_dad );_bde !=nil {return _ff .Wrap (_bde ,_cc ,"\u0021\u0066\u006f\u0075\u006e\u0064");};};};_ecd .NumberOfClasses =len (_ecd .UndilatedTemplates .Values ); -return nil ;};func Init (settings Settings )(*Classer ,error ){const _ef ="\u0063\u006c\u0061s\u0073\u0065\u0072\u002e\u0049\u006e\u0069\u0074";_a :=&Classer {Settings :settings ,Widths :map[int ]int {},Heights :map[int ]int {},TemplatesSize :_e .IntsMap {},TemplateAreas :&_e .IntSlice {},ComponentPageNumbers :&_e .IntSlice {},ClassIDs :&_e .IntSlice {},ComponentsNumber :&_e .IntSlice {},CentroidPoints :&_g .Points {},CentroidPointsTemplates :&_g .Points {},UndilatedTemplates :&_g .Bitmaps {},DilatedTemplates :&_g .Bitmaps {},ClassInstances :&_g .BitmapsArray {},FgTemplates :&_e .NumSlice {}}; -if _ec :=_a .Settings .Validate ();_ec !=nil {return nil ,_ff .Wrap (_ec ,_ef ,"");};return _a ,nil ;};func _ffa (_eaf *_g .Bitmap ,_gc ,_ggfa ,_aab ,_bab int ,_bcc *_g .Bitmap )(_ecg _d .Point ,_gdb error ){const _bf ="\u0066i\u006e\u0061\u006c\u0041l\u0069\u0067\u006e\u006d\u0065n\u0074P\u006fs\u0069\u0074\u0069\u006f\u006e\u0069\u006eg"; -if _eaf ==nil {return _ecg ,_ff .Error (_bf ,"\u0073\u006f\u0075\u0072ce\u0020\u006e\u006f\u0074\u0020\u0070\u0072\u006f\u0076\u0069\u0064\u0065\u0064");};if _bcc ==nil {return _ecg ,_ff .Error (_bf ,"t\u0065\u006d\u0070\u006cat\u0065 \u006e\u006f\u0074\u0020\u0070r\u006f\u0076\u0069\u0064\u0065\u0064"); -};_age ,_deb :=_bcc .Width ,_bcc .Height ;_fea ,_eafg :=_gc -_aab -JbAddedPixels ,_ggfa -_bab -JbAddedPixels ;_dbe .Log .Trace ("\u0078\u003a\u0020\u0027\u0025\u0064\u0027\u002c\u0020\u0079\u003a\u0020\u0027\u0025\u0064'\u002c\u0020\u0077\u003a\u0020\u0027\u0025\u0064\u0027\u002c\u0020\u0068\u003a \u0027\u0025\u0064\u0027\u002c\u0020\u0062\u0078\u003a\u0020\u0027\u0025d'\u002c\u0020\u0062\u0079\u003a\u0020\u0027\u0025\u0064\u0027",_gc ,_ggfa ,_age ,_deb ,_fea ,_eafg ); -_agg ,_gdb :=_g .Rect (_fea ,_eafg ,_age ,_deb );if _gdb !=nil {return _ecg ,_ff .Wrap (_gdb ,_bf ,"");};_ad ,_ ,_gdb :=_eaf .ClipRectangle (_agg );if _gdb !=nil {_dbe .Log .Error ("\u0043a\u006e\u0027\u0074\u0020\u0063\u006c\u0069\u0070\u0020\u0072\u0065c\u0074\u0061\u006e\u0067\u006c\u0065\u003a\u0020\u0025\u0076",_agg ); -return _ecg ,_ff .Wrap (_gdb ,_bf ,"");};_aag :=_g .New (_ad .Width ,_ad .Height );_dbc :=_db .MaxInt32 ;var _ed ,_bgg ,_fa ,_ebe ,_daa int ;for _ed =-1;_ed <=1;_ed ++{for _bgg =-1;_bgg <=1;_bgg ++{if _ ,_gdb =_g .Copy (_aag ,_ad );_gdb !=nil {return _ecg ,_ff .Wrap (_gdb ,_bf ,""); -};if _gdb =_aag .RasterOperation (_bgg ,_ed ,_age ,_deb ,_g .PixSrcXorDst ,_bcc ,0,0);_gdb !=nil {return _ecg ,_ff .Wrap (_gdb ,_bf ,"");};_fa =_aag .CountPixels ();if _fa < _dbc {_ebe =_bgg ;_daa =_ed ;_dbc =_fa ;};};};_ecg .X =_ebe ;_ecg .Y =_daa ;return _ecg ,nil ; -};func _dcc (_bgb *Classer ,_dca *_g .Bitmap )*similarTemplatesFinder {return &similarTemplatesFinder {Width :_dca .Width ,Height :_dca .Height ,Classer :_bgb };};const JbAddedPixels =6;func (_fce *Classer )classifyRankHaus (_adg *_g .Boxes ,_af *_g .Bitmaps ,_gge int )error {const _ega ="\u0063\u006ca\u0073\u0073\u0069f\u0079\u0052\u0061\u006e\u006b\u0048\u0061\u0075\u0073"; -if _adg ==nil {return _ff .Error (_ega ,"\u0062\u006fx\u0061\u0020\u006eo\u0074\u0020\u0064\u0065\u0066\u0069\u006e\u0065\u0064");};if _af ==nil {return _ff .Error (_ega ,"\u0070\u0069x\u0061\u0020\u006eo\u0074\u0020\u0064\u0065\u0066\u0069\u006e\u0065\u0064"); -};_gcg :=len (_af .Values );if _gcg ==0{return _ff .Error (_ega ,"e\u006dp\u0074\u0079\u0020\u006e\u0065\u0077\u0020\u0063o\u006d\u0070\u006f\u006een\u0074\u0073");};_ffaf :=_af .CountPixels ();_dab :=_fce .Settings .SizeHaus ;_dfe :=_g .SelCreateBrick (_dab ,_dab ,_dab /2,_dab /2,_g .SelHit ); -_cde :=&_g .Bitmaps {Values :make ([]*_g .Bitmap ,_gcg )};_fcg :=&_g .Bitmaps {Values :make ([]*_g .Bitmap ,_gcg )};var (_fdg ,_bcb ,_gef *_g .Bitmap ;_dgc error ;);for _fbge :=0;_fbge < _gcg ;_fbge ++{_fdg ,_dgc =_af .GetBitmap (_fbge );if _dgc !=nil {return _ff .Wrap (_dgc ,_ega ,""); -};_bcb ,_dgc =_fdg .AddBorderGeneral (JbAddedPixels ,JbAddedPixels ,JbAddedPixels ,JbAddedPixels ,0);if _dgc !=nil {return _ff .Wrap (_dgc ,_ega ,"");};_gef ,_dgc =_g .Dilate (nil ,_bcb ,_dfe );if _dgc !=nil {return _ff .Wrap (_dgc ,_ega ,"");};_cde .Values [_gcg ]=_bcb ; -_fcg .Values [_gcg ]=_gef ;};_afd ,_dgc :=_g .Centroids (_cde .Values );if _dgc !=nil {return _ff .Wrap (_dgc ,_ega ,"");};if _dgc =_afd .Add (_fce .CentroidPoints );_dgc !=nil {_dbe .Log .Trace ("\u004e\u006f\u0020\u0063en\u0074\u0072\u006f\u0069\u0064\u0073\u0020\u0074\u006f\u0020\u0061\u0064\u0064"); -};if _fce .Settings .RankHaus ==1.0{_dgc =_fce .classifyRankHouseOne (_adg ,_af ,_cde ,_fcg ,_afd ,_gge );}else {_dgc =_fce .classifyRankHouseNonOne (_adg ,_af ,_cde ,_fcg ,_afd ,_ffaf ,_gge );};if _dgc !=nil {return _ff .Wrap (_dgc ,_ega ,"");};return nil ; -};const (MaxDiffWidth =2;MaxDiffHeight =2;);type similarTemplatesFinder struct{Classer *Classer ;Width int ;Height int ;Index int ;CurrentNumbers []int ;N int ;};func (_ggc *similarTemplatesFinder )Next ()int {var (_cge ,_gff ,_bcac ,_gfbb int ;_cgc bool ; -_bfe *_g .Bitmap ;_geaa error ;);for {if _ggc .Index >=25{return -1;};_gff =_ggc .Width +TwoByTwoWalk [2*_ggc .Index ];_cge =_ggc .Height +TwoByTwoWalk [2*_ggc .Index +1];if _cge < 1||_gff < 1{_ggc .Index ++;continue ;};if len (_ggc .CurrentNumbers )==0{_ggc .CurrentNumbers ,_cgc =_ggc .Classer .TemplatesSize .GetSlice (uint64 (_gff )*uint64 (_cge )); -if !_cgc {_ggc .Index ++;continue ;};_ggc .N =0;};_bcac =len (_ggc .CurrentNumbers );for ;_ggc .N < _bcac ;_ggc .N ++{_gfbb =_ggc .CurrentNumbers [_ggc .N ];_bfe ,_geaa =_ggc .Classer .DilatedTemplates .GetBitmap (_gfbb );if _geaa !=nil {_dbe .Log .Debug ("\u0046\u0069\u006e\u0064\u004e\u0065\u0078\u0074\u0054\u0065\u006d\u0070\u006c\u0061\u0074\u0065\u003a\u0020\u0074\u0065\u006d\u0070\u006c\u0061t\u0065\u0020\u006e\u006f\u0074 \u0066\u006fu\u006e\u0064\u003a\u0020"); -return 0;};if _bfe .Width -2*JbAddedPixels ==_gff &&_bfe .Height -2*JbAddedPixels ==_cge {return _gfbb ;};};_ggc .Index ++;_ggc .CurrentNumbers =nil ;};};func (_bcg *Classer )verifyMethod (_bd Method )error {if _bd !=RankHaus &&_bd !=Correlation {return _ff .Error ("\u0076\u0065\u0072i\u0066\u0079\u004d\u0065\u0074\u0068\u006f\u0064","\u0069\u006e\u0076\u0061li\u0064\u0020\u0063\u006c\u0061\u0073\u0073\u0065\u0072\u0020\u006d\u0065\u0074\u0068o\u0064"); -};return nil ;};var _aaf bool ;func (_eeb Settings )Validate ()error {const _fga ="\u0053\u0065\u0074\u0074\u0069\u006e\u0067\u0073\u002e\u0056\u0061\u006ci\u0064\u0061\u0074\u0065";if _eeb .Thresh < 0.4||_eeb .Thresh > 0.98{return _ff .Error (_fga ,"\u006a\u0062i\u0067\u0032\u0020\u0065\u006e\u0063\u006f\u0064\u0065\u0072\u0020\u0074\u0068\u0072\u0065\u0073\u0068\u0020\u006e\u006f\u0074\u0020\u0069\u006e\u0020\u0072\u0061\u006e\u0067\u0065\u0020\u005b\u0030\u002e\u0034\u0020\u002d\u0020\u0030\u002e\u0039\u0038\u005d"); -};if _eeb .WeightFactor < 0.0||_eeb .WeightFactor > 1.0{return _ff .Error (_fga ,"\u006a\u0062i\u0067\u0032\u0020\u0065\u006ec\u006f\u0064\u0065\u0072\u0020w\u0065\u0069\u0067\u0068\u0074\u0020\u0066\u0061\u0063\u0074\u006f\u0072\u0020\u006e\u006f\u0074\u0020\u0069\u006e\u0020\u0072\u0061\u006e\u0067\u0065\u0020\u005b\u0030\u002e\u0030\u0020\u002d\u0020\u0031\u002e\u0030\u005d"); -};if _eeb .RankHaus < 0.5||_eeb .RankHaus > 1.0{return _ff .Error (_fga ,"\u006a\u0062\u0069\u0067\u0032\u0020\u0065\u006e\u0063\u006f\u0064\u0065\u0072\u0020\u0072a\u006e\u006b\u0020\u0068\u0061\u0075\u0073\u0020\u0076\u0061\u006c\u0075\u0065 \u006e\u006f\u0074\u0020\u0069\u006e\u0020\u0072\u0061\u006e\u0067\u0065 [\u0030\u002e\u0035\u0020\u002d\u0020\u0031\u002e\u0030\u005d"); -};if _eeb .SizeHaus < 1||_eeb .SizeHaus > 10{return _ff .Error (_fga ,"\u006a\u0062\u0069\u0067\u0032 \u0065\u006e\u0063\u006f\u0064\u0065\u0072\u0020\u0073\u0069\u007a\u0065\u0020h\u0061\u0075\u0073\u0020\u0076\u0061\u006c\u0075\u0065\u0020\u006e\u006f\u0074\u0020\u0069\u006e\u0020\u0072\u0061\u006e\u0067\u0065\u0020\u005b\u0031\u0020\u002d\u0020\u0031\u0030]"); -};switch _eeb .Components {case _g .ComponentConn ,_g .ComponentCharacters ,_g .ComponentWords :default:return _ff .Error (_fga ,"\u0069n\u0076\u0061\u006c\u0069d\u0020\u0063\u006c\u0061\u0073s\u0065r\u0020c\u006f\u006d\u0070\u006f\u006e\u0065\u006et"); -};return nil ;};func (_ag *Classer )AddPage (inputPage *_g .Bitmap ,pageNumber int ,method Method )(_aa error ){const _fb ="\u0043l\u0061s\u0073\u0065\u0072\u002e\u0041\u0064\u0064\u0050\u0061\u0067\u0065";_ag .Widths [pageNumber ]=inputPage .Width ;_ag .Heights [pageNumber ]=inputPage .Height ; -if _aa =_ag .verifyMethod (method );_aa !=nil {return _ff .Wrap (_aa ,_fb ,"");};_fbd ,_ab ,_aa :=inputPage .GetComponents (_ag .Settings .Components ,_ag .Settings .MaxCompWidth ,_ag .Settings .MaxCompHeight );if _aa !=nil {return _ff .Wrap (_aa ,_fb ,""); -};_dbe .Log .Debug ("\u0043\u006f\u006d\u0070\u006f\u006e\u0065\u006e\u0074s\u003a\u0020\u0025\u0076",_fbd );if _aa =_ag .addPageComponents (inputPage ,_ab ,_fbd ,pageNumber ,method );_aa !=nil {return _ff .Wrap (_aa ,_fb ,"");};return nil ;};func (_cbg *Settings )SetDefault (){if _cbg .MaxCompWidth ==0{switch _cbg .Components {case _g .ComponentConn :_cbg .MaxCompWidth =MaxConnCompWidth ; -case _g .ComponentCharacters :_cbg .MaxCompWidth =MaxCharCompWidth ;case _g .ComponentWords :_cbg .MaxCompWidth =MaxWordCompWidth ;};};if _cbg .MaxCompHeight ==0{_cbg .MaxCompHeight =MaxCompHeight ;};if _cbg .Thresh ==0.0{_cbg .Thresh =0.9;};if _cbg .WeightFactor ==0.0{_cbg .WeightFactor =0.75; -};if _cbg .RankHaus ==0.0{_cbg .RankHaus =0.97;};if _cbg .SizeHaus ==0{_cbg .SizeHaus =2;};};func (_ecde *Classer )classifyRankHouseOne (_aeb *_g .Boxes ,_baa ,_ggg ,_fffd *_g .Bitmaps ,_gggd *_g .Points ,_cb int )(_aad error ){const _gbe ="\u0043\u006c\u0061\u0073s\u0065\u0072\u002e\u0063\u006c\u0061\u0073\u0073\u0069\u0066y\u0052a\u006e\u006b\u0048\u006f\u0075\u0073\u0065O\u006e\u0065"; -var (_cag ,_ccde ,_gfcg ,_bca float32 ;_dge int ;_bbb ,_acb ,_cbc ,_cgd ,_ebeg *_g .Bitmap ;_dgea ,_bcbc bool ;);for _ecc :=0;_ecc < len (_baa .Values );_ecc ++{_acb =_ggg .Values [_ecc ];_cbc =_fffd .Values [_ecc ];_cag ,_ccde ,_aad =_gggd .GetGeometry (_ecc ); -if _aad !=nil {return _ff .Wrapf (_aad ,_gbe ,"\u0066\u0069\u0072\u0073\u0074\u0020\u0067\u0065\u006fm\u0065\u0074\u0072\u0079");};_eed :=len (_ecde .UndilatedTemplates .Values );_dgea =false ;_cda :=_dcc (_ecde ,_acb );for _dge =_cda .Next ();_dge > -1; -{_cgd ,_aad =_ecde .UndilatedTemplates .GetBitmap (_dge );if _aad !=nil {return _ff .Wrap (_aad ,_gbe ,"\u0062\u006d\u0033");};_ebeg ,_aad =_ecde .DilatedTemplates .GetBitmap (_dge );if _aad !=nil {return _ff .Wrap (_aad ,_gbe ,"\u0062\u006d\u0034");}; -_gfcg ,_bca ,_aad =_ecde .CentroidPointsTemplates .GetGeometry (_dge );if _aad !=nil {return _ff .Wrap (_aad ,_gbe ,"\u0043\u0065\u006e\u0074\u0072\u006f\u0069\u0064\u0054\u0065\u006d\u0070l\u0061\u0074\u0065\u0073");};_bcbc ,_aad =_g .HausTest (_acb ,_cbc ,_cgd ,_ebeg ,_cag -_gfcg ,_ccde -_bca ,MaxDiffWidth ,MaxDiffHeight ); -if _aad !=nil {return _ff .Wrap (_aad ,_gbe ,"");};if _bcbc {_dgea =true ;if _aad =_ecde .ClassIDs .Add (_dge );_aad !=nil {return _ff .Wrap (_aad ,_gbe ,"");};if _aad =_ecde .ComponentPageNumbers .Add (_cb );_aad !=nil {return _ff .Wrap (_aad ,_gbe ,""); -};if _ecde .Settings .KeepClassInstances {_bec ,_ecdf :=_ecde .ClassInstances .GetBitmaps (_dge );if _ecdf !=nil {return _ff .Wrap (_ecdf ,_gbe ,"\u004be\u0065\u0070\u0050\u0069\u0078\u0061a");};_bbb ,_ecdf =_baa .GetBitmap (_ecc );if _ecdf !=nil {return _ff .Wrap (_ecdf ,_gbe ,"\u004be\u0065\u0070\u0050\u0069\u0078\u0061a"); -};_bec .AddBitmap (_bbb );_abc ,_ecdf :=_aeb .Get (_ecc );if _ecdf !=nil {return _ff .Wrap (_ecdf ,_gbe ,"\u004be\u0065\u0070\u0050\u0069\u0078\u0061a");};_bec .AddBox (_abc );};break ;};};if !_dgea {if _aad =_ecde .ClassIDs .Add (_eed );_aad !=nil {return _ff .Wrap (_aad ,_gbe ,""); -};if _aad =_ecde .ComponentPageNumbers .Add (_cb );_aad !=nil {return _ff .Wrap (_aad ,_gbe ,"");};_bfb :=&_g .Bitmaps {};_bbb ,_aad =_baa .GetBitmap (_ecc );if _aad !=nil {return _ff .Wrap (_aad ,_gbe ,"\u0021\u0066\u006f\u0075\u006e\u0064");};_bfb .Values =append (_bfb .Values ,_bbb ); -_ced ,_cfg :=_bbb .Width ,_bbb .Height ;_ecde .TemplatesSize .Add (uint64 (_cfg )*uint64 (_ced ),_eed );_eef ,_fda :=_aeb .Get (_ecc );if _fda !=nil {return _ff .Wrap (_fda ,_gbe ,"\u0021\u0066\u006f\u0075\u006e\u0064");};_bfb .AddBox (_eef );_ecde .ClassInstances .AddBitmaps (_bfb ); -_ecde .CentroidPointsTemplates .AddPoint (_cag ,_ccde );_ecde .UndilatedTemplates .AddBitmap (_acb );_ecde .DilatedTemplates .AddBitmap (_cbc );};};return nil ;};var TwoByTwoWalk =[]int {0,0,0,1,-1,0,0,-1,1,0,-1,1,1,1,-1,-1,1,-1,0,-2,2,0,0,2,-2,0,-1,-2,1,-2,2,-1,2,1,1,2,-1,2,-2,1,-2,-1,-2,-2,2,-2,2,2,-2,2}; -func (_agd *Classer )addPageComponents (_eg *_g .Bitmap ,_fg *_g .Boxes ,_dec *_g .Bitmaps ,_da int ,_daf Method )error {const _abb ="\u0043l\u0061\u0073\u0073\u0065r\u002e\u0041\u0064\u0064\u0050a\u0067e\u0043o\u006d\u0070\u006f\u006e\u0065\u006e\u0074s"; -if _eg ==nil {return _ff .Error (_abb ,"\u006e\u0069\u006c\u0020\u0069\u006e\u0070\u0075\u0074 \u0070\u0061\u0067\u0065");};if _fg ==nil ||_dec ==nil ||len (*_fg )==0{_dbe .Log .Trace ("\u0041\u0064\u0064P\u0061\u0067\u0065\u0043\u006f\u006d\u0070\u006f\u006e\u0065\u006e\u0074\u0073\u003a\u0020\u0025\u0073\u002e\u0020\u004e\u006f\u0020\u0063\u006f\u006d\u0070\u006f\u006e\u0065n\u0074\u0073\u0020\u0066\u006f\u0075\u006e\u0064",_eg ); -return nil ;};var _gb error ;switch _daf {case RankHaus :_gb =_agd .classifyRankHaus (_fg ,_dec ,_da );case Correlation :_gb =_agd .classifyCorrelation (_fg ,_dec ,_da );default:_dbe .Log .Debug ("\u0055\u006ek\u006e\u006f\u0077\u006e\u0020\u0063\u006c\u0061\u0073\u0073\u0069\u0066\u0079\u0020\u006d\u0065\u0074\u0068\u006f\u0064\u003a\u0020'%\u0076\u0027",_daf ); -return _ff .Error (_abb ,"\u0075\u006e\u006bno\u0077\u006e\u0020\u0063\u006c\u0061\u0073\u0073\u0069\u0066\u0079\u0020\u006d\u0065\u0074\u0068\u006f\u0064");};if _gb !=nil {return _ff .Wrap (_gb ,_abb ,"");};if _gb =_agd .getULCorners (_eg ,_fg );_gb !=nil {return _ff .Wrap (_gb ,_abb ,""); -};_ggf :=len (*_fg );_agd .BaseIndex +=_ggf ;if _gb =_agd .ComponentsNumber .Add (_ggf );_gb !=nil {return _ff .Wrap (_gb ,_abb ,"");};return nil ;};type Settings struct{MaxCompWidth int ;MaxCompHeight int ;SizeHaus int ;RankHaus float64 ;Thresh float64 ; -WeightFactor float64 ;KeepClassInstances bool ;Components _g .Component ;Method Method ;}; \ No newline at end of file +package classer ;import (_e "github.com/unidoc/unipdf/v3/common";_cb "github.com/unidoc/unipdf/v3/internal/jbig2/basic";_eg "github.com/unidoc/unipdf/v3/internal/jbig2/bitmap";_fe "github.com/unidoc/unipdf/v3/internal/jbig2/errors";_f "image";_c "math"; +);type Settings struct{MaxCompWidth int ;MaxCompHeight int ;SizeHaus int ;RankHaus float64 ;Thresh float64 ;WeightFactor float64 ;KeepClassInstances bool ;Components _eg .Component ;Method Method ;};func (_dff *Classer )classifyRankHaus (_ecg *_eg .Boxes ,_daaf *_eg .Bitmaps ,_geg int )error {const _dgc ="\u0063\u006ca\u0073\u0073\u0069f\u0079\u0052\u0061\u006e\u006b\u0048\u0061\u0075\u0073"; +if _ecg ==nil {return _fe .Error (_dgc ,"\u0062\u006fx\u0061\u0020\u006eo\u0074\u0020\u0064\u0065\u0066\u0069\u006e\u0065\u0064");};if _daaf ==nil {return _fe .Error (_dgc ,"\u0070\u0069x\u0061\u0020\u006eo\u0074\u0020\u0064\u0065\u0066\u0069\u006e\u0065\u0064"); +};_abdc :=len (_daaf .Values );if _abdc ==0{return _fe .Error (_dgc ,"e\u006dp\u0074\u0079\u0020\u006e\u0065\u0077\u0020\u0063o\u006d\u0070\u006f\u006een\u0074\u0073");};_fed :=_daaf .CountPixels ();_daag :=_dff .Settings .SizeHaus ;_db :=_eg .SelCreateBrick (_daag ,_daag ,_daag /2,_daag /2,_eg .SelHit ); +_gegg :=&_eg .Bitmaps {Values :make ([]*_eg .Bitmap ,_abdc )};_ced :=&_eg .Bitmaps {Values :make ([]*_eg .Bitmap ,_abdc )};var (_cac ,_dgg ,_fcf *_eg .Bitmap ;_abf error ;);for _dba :=0;_dba < _abdc ;_dba ++{_cac ,_abf =_daaf .GetBitmap (_dba );if _abf !=nil {return _fe .Wrap (_abf ,_dgc ,""); +};_dgg ,_abf =_cac .AddBorderGeneral (JbAddedPixels ,JbAddedPixels ,JbAddedPixels ,JbAddedPixels ,0);if _abf !=nil {return _fe .Wrap (_abf ,_dgc ,"");};_fcf ,_abf =_eg .Dilate (nil ,_dgg ,_db );if _abf !=nil {return _fe .Wrap (_abf ,_dgc ,"");};_gegg .Values [_abdc ]=_dgg ; +_ced .Values [_abdc ]=_fcf ;};_ffa ,_abf :=_eg .Centroids (_gegg .Values );if _abf !=nil {return _fe .Wrap (_abf ,_dgc ,"");};if _abf =_ffa .Add (_dff .CentroidPoints );_abf !=nil {_e .Log .Trace ("\u004e\u006f\u0020\u0063en\u0074\u0072\u006f\u0069\u0064\u0073\u0020\u0074\u006f\u0020\u0061\u0064\u0064"); +};if _dff .Settings .RankHaus ==1.0{_abf =_dff .classifyRankHouseOne (_ecg ,_daaf ,_gegg ,_ced ,_ffa ,_geg );}else {_abf =_dff .classifyRankHouseNonOne (_ecg ,_daaf ,_gegg ,_ced ,_ffa ,_fed ,_geg );};if _abf !=nil {return _fe .Wrap (_abf ,_dgc ,"");};return nil ; +};type similarTemplatesFinder struct{Classer *Classer ;Width int ;Height int ;Index int ;CurrentNumbers []int ;N int ;};func (_ac *Classer )verifyMethod (_feb Method )error {if _feb !=RankHaus &&_feb !=Correlation {return _fe .Error ("\u0076\u0065\u0072i\u0066\u0079\u004d\u0065\u0074\u0068\u006f\u0064","\u0069\u006e\u0076\u0061li\u0064\u0020\u0063\u006c\u0061\u0073\u0073\u0065\u0072\u0020\u006d\u0065\u0074\u0068o\u0064"); +};return nil ;};func DefaultSettings ()Settings {_ccg :=&Settings {};_ccg .SetDefault ();return *_ccg };const (MaxDiffWidth =2;MaxDiffHeight =2;);func (_gea *Classer )getULCorners (_dad *_eg .Bitmap ,_ab *_eg .Boxes )error {const _ega ="\u0067\u0065\u0074U\u004c\u0043\u006f\u0072\u006e\u0065\u0072\u0073"; +if _dad ==nil {return _fe .Error (_ega ,"\u006e\u0069l\u0020\u0069\u006da\u0067\u0065\u0020\u0062\u0069\u0074\u006d\u0061\u0070");};if _ab ==nil {return _fe .Error (_ega ,"\u006e\u0069\u006c\u0020\u0062\u006f\u0075\u006e\u0064\u0073");};if _gea .PtaUL ==nil {_gea .PtaUL =&_eg .Points {}; +};_dg :=len (*_ab );var (_gf ,_ga ,_ggb ,_gef int ;_ba ,_ae ,_dcd ,_bf float32 ;_gd error ;_bde *_f .Rectangle ;_fdd *_eg .Bitmap ;_fac _f .Point ;);for _af :=0;_af < _dg ;_af ++{_gf =_gea .BaseIndex +_af ;if _ba ,_ae ,_gd =_gea .CentroidPoints .GetGeometry (_gf ); +_gd !=nil {return _fe .Wrap (_gd ,_ega ,"\u0043\u0065\u006e\u0074\u0072\u006f\u0069\u0064\u0050o\u0069\u006e\u0074\u0073");};if _ga ,_gd =_gea .ClassIDs .Get (_gf );_gd !=nil {return _fe .Wrap (_gd ,_ega ,"\u0043\u006c\u0061s\u0073\u0049\u0044\u0073\u002e\u0047\u0065\u0074"); +};if _dcd ,_bf ,_gd =_gea .CentroidPointsTemplates .GetGeometry (_ga );_gd !=nil {return _fe .Wrap (_gd ,_ega ,"\u0043\u0065\u006etr\u006f\u0069\u0064\u0050\u006f\u0069\u006e\u0074\u0073\u0054\u0065\u006d\u0070\u006c\u0061\u0074\u0065\u0073");};_facb :=_dcd -_ba ; +_ca :=_bf -_ae ;if _facb >=0{_ggb =int (_facb +0.5);}else {_ggb =int (_facb -0.5);};if _ca >=0{_gef =int (_ca +0.5);}else {_gef =int (_ca -0.5);};if _bde ,_gd =_ab .Get (_af );_gd !=nil {return _fe .Wrap (_gd ,_ega ,"");};_bc ,_efg :=_bde .Min .X ,_bde .Min .Y ; +_fdd ,_gd =_gea .UndilatedTemplates .GetBitmap (_ga );if _gd !=nil {return _fe .Wrap (_gd ,_ega ,"\u0055\u006e\u0064\u0069\u006c\u0061\u0074\u0065\u0064\u0054e\u006d\u0070\u006c\u0061\u0074\u0065\u0073.\u0047\u0065\u0074\u0028\u0069\u0043\u006c\u0061\u0073\u0073\u0029"); +};_fac ,_gd =_bgc (_dad ,_bc ,_efg ,_ggb ,_gef ,_fdd );if _gd !=nil {return _fe .Wrap (_gd ,_ega ,"");};_gea .PtaUL .AddPoint (float32 (_bc -_ggb +_fac .X ),float32 (_efg -_gef +_fac .Y ));};return nil ;};type Classer struct{BaseIndex int ;Settings Settings ; +ComponentsNumber *_cb .IntSlice ;TemplateAreas *_cb .IntSlice ;Widths map[int ]int ;Heights map[int ]int ;NumberOfClasses int ;ClassInstances *_eg .BitmapsArray ;UndilatedTemplates *_eg .Bitmaps ;DilatedTemplates *_eg .Bitmaps ;TemplatesSize _cb .IntsMap ; +FgTemplates *_cb .NumSlice ;CentroidPoints *_eg .Points ;CentroidPointsTemplates *_eg .Points ;ClassIDs *_cb .IntSlice ;ComponentPageNumbers *_cb .IntSlice ;PtaUL *_eg .Points ;PtaLL *_eg .Points ;};func (_gad *Classer )classifyCorrelation (_dfg *_eg .Boxes ,_gefa *_eg .Bitmaps ,_bfb int )error {const _fb ="\u0063\u006c\u0061\u0073si\u0066\u0079\u0043\u006f\u0072\u0072\u0065\u006c\u0061\u0074\u0069\u006f\u006e"; +if _dfg ==nil {return _fe .Error (_fb ,"\u006e\u0065\u0077\u0043\u006f\u006d\u0070\u006f\u006e\u0065\u006e\u0074\u0073\u0020\u0062\u006f\u0075\u006e\u0064\u0069\u006e\u0067\u0020\u0062o\u0078\u0065\u0073\u0020\u006eo\u0074\u0020f\u006f\u0075\u006e\u0064"); +};if _gefa ==nil {return _fe .Error (_fb ,"\u006e\u0065wC\u006f\u006d\u0070o\u006e\u0065\u006e\u0074s b\u0069tm\u0061\u0070\u0020\u0061\u0072\u0072\u0061y \u006e\u006f\u0074\u0020\u0066\u006f\u0075n\u0064");};_daf :=len (_gefa .Values );if _daf ==0{_e .Log .Debug ("\u0063l\u0061\u0073s\u0069\u0066\u0079C\u006f\u0072\u0072\u0065\u006c\u0061\u0074i\u006f\u006e\u0020\u002d\u0020\u0070r\u006f\u0076\u0069\u0064\u0065\u0064\u0020\u0070\u0069\u0078\u0061s\u0020\u0069\u0073\u0020\u0065\u006d\u0070\u0074\u0079"); +return nil ;};var (_ag ,_gdb *_eg .Bitmap ;_fbc error ;);_dda :=&_eg .Bitmaps {Values :make ([]*_eg .Bitmap ,_daf )};for _fc ,_gc :=range _gefa .Values {_gdb ,_fbc =_gc .AddBorderGeneral (JbAddedPixels ,JbAddedPixels ,JbAddedPixels ,JbAddedPixels ,0);if _fbc !=nil {return _fe .Wrap (_fbc ,_fb ,""); +};_dda .Values [_fc ]=_gdb ;};_dcg :=_gad .FgTemplates ;_gaca :=_eg .MakePixelSumTab8 ();_cgc :=_eg .MakePixelCentroidTab8 ();_fgg :=make ([]int ,_daf );_agd :=make ([][]int ,_daf );_bge :=_eg .Points (make ([]_eg .Point ,_daf ));_gbe :=&_bge ;var (_bfg ,_ccd int ; +_agc ,_ecd ,_gcb int ;_de ,_dag int ;_ce byte ;);for _bfc ,_afe :=range _dda .Values {_agd [_bfc ]=make ([]int ,_afe .Height );_bfg =0;_ccd =0;_ecd =(_afe .Height -1)*_afe .RowStride ;_agc =0;for _dag =_afe .Height -1;_dag >=0;_dag ,_ecd =_dag -1,_ecd -_afe .RowStride {_agd [_bfc ][_dag ]=_agc ; +_gcb =0;for _de =0;_de < _afe .RowStride ;_de ++{_ce =_afe .Data [_ecd +_de ];_gcb +=_gaca [_ce ];_bfg +=_cgc [_ce ]+_de *8*_gaca [_ce ];};_agc +=_gcb ;_ccd +=_gcb *_dag ;};_fgg [_bfc ]=_agc ;if _agc > 0{(*_gbe )[_bfc ]=_eg .Point {X :float32 (_bfg )/float32 (_agc ),Y :float32 (_ccd )/float32 (_agc )}; +}else {(*_gbe )[_bfc ]=_eg .Point {X :float32 (_afe .Width )/float32 (2),Y :float32 (_afe .Height )/float32 (2)};};};if _fbc =_gad .CentroidPoints .Add (_gbe );_fbc !=nil {return _fe .Wrap (_fbc ,_fb ,"\u0063\u0065\u006et\u0072\u006f\u0069\u0064\u0020\u0061\u0064\u0064"); +};var (_dcc ,_gee ,_cad int ;_aec float64 ;_be ,_edcb ,_beg ,_ff float32 ;_dca ,_cae _eg .Point ;_abd bool ;_ddb *similarTemplatesFinder ;_gfb int ;_fec *_eg .Bitmap ;_dcag *_f .Rectangle ;_aaf *_eg .Bitmaps ;);for _gfb ,_gdb =range _dda .Values {_gee =_fgg [_gfb ]; +if _be ,_edcb ,_fbc =_gbe .GetGeometry (_gfb );_fbc !=nil {return _fe .Wrap (_fbc ,_fb ,"\u0070t\u0061\u0020\u002d\u0020\u0069");};_abd =false ;_ggbg :=len (_gad .UndilatedTemplates .Values );_ddb =_fcef (_gad ,_gdb );for _acc :=_ddb .Next ();_acc > -1; +{if _fec ,_fbc =_gad .UndilatedTemplates .GetBitmap (_acc );_fbc !=nil {return _fe .Wrap (_fbc ,_fb ,"\u0075\u006e\u0069dl\u0061\u0074\u0065\u0064\u005b\u0069\u0063\u006c\u0061\u0073\u0073\u005d\u0020\u003d\u0020\u0062\u006d\u0032");};if _cad ,_fbc =_dcg .GetInt (_acc ); +_fbc !=nil {_e .Log .Trace ("\u0046\u0047\u0020T\u0065\u006d\u0070\u006ca\u0074\u0065\u0020\u005b\u0069\u0063\u006ca\u0073\u0073\u005d\u0020\u0066\u0061\u0069\u006c\u0065\u0064\u003a\u0020\u0025\u0076",_fbc );};if _beg ,_ff ,_fbc =_gad .CentroidPointsTemplates .GetGeometry (_acc ); +_fbc !=nil {return _fe .Wrap (_fbc ,_fb ,"\u0043\u0065\u006e\u0074\u0072\u006f\u0069\u0064\u0050\u006f\u0069\u006e\u0074T\u0065\u006d\u0070\u006c\u0061\u0074e\u0073\u005b\u0069\u0063\u006c\u0061\u0073\u0073\u005d\u0020\u003d\u0020\u00782\u002c\u0079\u0032\u0020"); +};if _gad .Settings .WeightFactor > 0.0{if _dcc ,_fbc =_gad .TemplateAreas .Get (_acc );_fbc !=nil {_e .Log .Trace ("\u0054\u0065\u006dp\u006c\u0061\u0074\u0065A\u0072\u0065\u0061\u0073\u005b\u0069\u0063l\u0061\u0073\u0073\u005d\u0020\u003d\u0020\u0061\u0072\u0065\u0061\u0020\u0025\u0076",_fbc ); +};_aec =_gad .Settings .Thresh +(1.0-_gad .Settings .Thresh )*_gad .Settings .WeightFactor *float64 (_cad )/float64 (_dcc );}else {_aec =_gad .Settings .Thresh ;};_fee ,_aff :=_eg .CorrelationScoreThresholded (_gdb ,_fec ,_gee ,_cad ,_dca .X -_cae .X ,_dca .Y -_cae .Y ,MaxDiffWidth ,MaxDiffHeight ,_gaca ,_agd [_gfb ],float32 (_aec )); +if _aff !=nil {return _fe .Wrap (_aff ,_fb ,"");};if _bff {var (_gfe ,_fgge float64 ;_edbe ,_ecc int ;);_gfe ,_aff =_eg .CorrelationScore (_gdb ,_fec ,_gee ,_cad ,_be -_beg ,_edcb -_ff ,MaxDiffWidth ,MaxDiffHeight ,_gaca );if _aff !=nil {return _fe .Wrap (_aff ,_fb ,"d\u0065\u0062\u0075\u0067Co\u0072r\u0065\u006c\u0061\u0074\u0069o\u006e\u0053\u0063\u006f\u0072\u0065"); +};_fgge ,_aff =_eg .CorrelationScoreSimple (_gdb ,_fec ,_gee ,_cad ,_be -_beg ,_edcb -_ff ,MaxDiffWidth ,MaxDiffHeight ,_gaca );if _aff !=nil {return _fe .Wrap (_aff ,_fb ,"d\u0065\u0062\u0075\u0067Co\u0072r\u0065\u006c\u0061\u0074\u0069o\u006e\u0053\u0063\u006f\u0072\u0065"); +};_edbe =int (_c .Sqrt (_gfe *float64 (_gee )*float64 (_cad )));_ecc =int (_c .Sqrt (_fgge *float64 (_gee )*float64 (_cad )));if (_gfe >=_aec )!=(_fgge >=_aec ){return _fe .Errorf (_fb ,"\u0064\u0065\u0062\u0075\u0067\u0020\u0043\u006f\u0072r\u0065\u006c\u0061\u0074\u0069\u006f\u006e\u0020\u0073\u0063\u006f\u0072\u0065\u0020\u006d\u0069\u0073\u006d\u0061\u0074\u0063\u0068\u0020-\u0020\u0025d\u0028\u00250\u002e\u0034\u0066\u002c\u0020\u0025\u0076\u0029\u0020\u0076\u0073\u0020\u0025d(\u0025\u0030\u002e\u0034\u0066\u002c\u0020\u0025\u0076)\u0020\u0025\u0030\u002e\u0034\u0066",_edbe ,_gfe ,_gfe >=_aec ,_ecc ,_fgge ,_fgge >=_aec ,_gfe -_fgge ); +};if _gfe >=_aec !=_fee {return _fe .Errorf (_fb ,"\u0064\u0065\u0062\u0075\u0067\u0020\u0043o\u0072\u0072\u0065\u006c\u0061\u0074\u0069\u006f\u006e \u0073\u0063\u006f\u0072\u0065 \u004d\u0069\u0073\u006d\u0061t\u0063\u0068 \u0062\u0065\u0074w\u0065\u0065\u006e\u0020\u0063\u006frr\u0065\u006c\u0061\u0074\u0069\u006f\u006e\u0020/\u0020\u0074\u0068\u0072\u0065s\u0068\u006f\u006c\u0064\u002e\u0020\u0043\u006f\u006dpa\u0072\u0069\u0073\u006f\u006e:\u0020\u0025\u0030\u002e\u0034\u0066\u0028\u0025\u0030\u002e\u0034\u0066\u002c\u0020\u0025\u0064\u0029\u0020\u003e\u003d\u0020\u00250\u002e\u0034\u0066\u0028\u0025\u0030\u002e\u0034\u0066\u0029\u0020\u0076\u0073\u0020\u0025\u0076",_gfe ,_gfe *float64 (_gee )*float64 (_cad ),_edbe ,_aec ,float32 (_aec )*float32 (_gee )*float32 (_cad ),_fee ); +};};if _fee {_abd =true ;if _aff =_gad .ClassIDs .Add (_acc );_aff !=nil {return _fe .Wrap (_aff ,_fb ,"\u006f\u0076\u0065\u0072\u0054\u0068\u0072\u0065\u0073\u0068\u006f\u006c\u0064");};if _aff =_gad .ComponentPageNumbers .Add (_bfb );_aff !=nil {return _fe .Wrap (_aff ,_fb ,"\u006f\u0076\u0065\u0072\u0054\u0068\u0072\u0065\u0073\u0068\u006f\u006c\u0064"); +};if _gad .Settings .KeepClassInstances {if _ag ,_aff =_gefa .GetBitmap (_gfb );_aff !=nil {return _fe .Wrap (_aff ,_fb ,"\u004b\u0065\u0065\u0070Cl\u0061\u0073\u0073\u0049\u006e\u0073\u0074\u0061\u006e\u0063\u0065\u0073\u0020\u002d \u0069");};if _aaf ,_aff =_gad .ClassInstances .GetBitmaps (_acc ); +_aff !=nil {return _fe .Wrap (_aff ,_fb ,"K\u0065\u0065\u0070\u0043\u006c\u0061s\u0073\u0049\u006e\u0073\u0074\u0061\u006e\u0063\u0065s\u0020\u002d\u0020i\u0043l\u0061\u0073\u0073");};_aaf .AddBitmap (_ag );if _dcag ,_aff =_dfg .Get (_gfb );_aff !=nil {return _fe .Wrap (_aff ,_fb ,"\u004be\u0065p\u0043\u006c\u0061\u0073\u0073I\u006e\u0073t\u0061\u006e\u0063\u0065\u0073"); +};_aaf .AddBox (_dcag );};break ;};};if !_abd {if _fbc =_gad .ClassIDs .Add (_ggbg );_fbc !=nil {return _fe .Wrap (_fbc ,_fb ,"\u0021\u0066\u006f\u0075\u006e\u0064");};if _fbc =_gad .ComponentPageNumbers .Add (_bfb );_fbc !=nil {return _fe .Wrap (_fbc ,_fb ,"\u0021\u0066\u006f\u0075\u006e\u0064"); +};_aaf =&_eg .Bitmaps {};if _ag ,_fbc =_gefa .GetBitmap (_gfb );_fbc !=nil {return _fe .Wrap (_fbc ,_fb ,"\u0021\u0066\u006f\u0075\u006e\u0064");};_aaf .AddBitmap (_ag );_acb ,_geae :=_ag .Width ,_ag .Height ;_cda :=uint64 (_geae )*uint64 (_acb );_gad .TemplatesSize .Add (_cda ,_ggbg ); +if _dcag ,_fbc =_dfg .Get (_gfb );_fbc !=nil {return _fe .Wrap (_fbc ,_fb ,"\u0021\u0066\u006f\u0075\u006e\u0064");};_aaf .AddBox (_dcag );_gad .ClassInstances .AddBitmaps (_aaf );_gad .CentroidPointsTemplates .AddPoint (_be ,_edcb );_gad .FgTemplates .AddInt (_gee ); +_gad .UndilatedTemplates .AddBitmap (_ag );_dcc =(_gdb .Width -2*JbAddedPixels )*(_gdb .Height -2*JbAddedPixels );if _fbc =_gad .TemplateAreas .Add (_dcc );_fbc !=nil {return _fe .Wrap (_fbc ,_fb ,"\u0021\u0066\u006f\u0075\u006e\u0064");};};};_gad .NumberOfClasses =len (_gad .UndilatedTemplates .Values ); +return nil ;};func _fcef (_eac *Classer ,_gbf *_eg .Bitmap )*similarTemplatesFinder {return &similarTemplatesFinder {Width :_gbf .Width ,Height :_gbf .Height ,Classer :_eac };};var TwoByTwoWalk =[]int {0,0,0,1,-1,0,0,-1,1,0,-1,1,1,1,-1,-1,1,-1,0,-2,2,0,0,2,-2,0,-1,-2,1,-2,2,-1,2,1,1,2,-1,2,-2,1,-2,-1,-2,-2,2,-2,2,2,-2,2}; +func (_eef *Settings )SetDefault (){if _eef .MaxCompWidth ==0{switch _eef .Components {case _eg .ComponentConn :_eef .MaxCompWidth =MaxConnCompWidth ;case _eg .ComponentCharacters :_eef .MaxCompWidth =MaxCharCompWidth ;case _eg .ComponentWords :_eef .MaxCompWidth =MaxWordCompWidth ; +};};if _eef .MaxCompHeight ==0{_eef .MaxCompHeight =MaxCompHeight ;};if _eef .Thresh ==0.0{_eef .Thresh =0.9;};if _eef .WeightFactor ==0.0{_eef .WeightFactor =0.75;};if _eef .RankHaus ==0.0{_eef .RankHaus =0.97;};if _eef .SizeHaus ==0{_eef .SizeHaus =2; +};};func (_cff *Classer )classifyRankHouseOne (_dab *_eg .Boxes ,_abe ,_gaa ,_ecdd *_eg .Bitmaps ,_begd *_eg .Points ,_ccc int )(_gdg error ){const _add ="\u0043\u006c\u0061\u0073s\u0065\u0072\u002e\u0063\u006c\u0061\u0073\u0073\u0069\u0066y\u0052a\u006e\u006b\u0048\u006f\u0075\u0073\u0065O\u006e\u0065"; +var (_fad ,_edbd ,_ada ,_dcdd float32 ;_cfa int ;_cacd ,_acg ,_ecb ,_eag ,_agb *_eg .Bitmap ;_dfa ,_aecf bool ;);for _caf :=0;_caf < len (_abe .Values );_caf ++{_acg =_gaa .Values [_caf ];_ecb =_ecdd .Values [_caf ];_fad ,_edbd ,_gdg =_begd .GetGeometry (_caf ); +if _gdg !=nil {return _fe .Wrapf (_gdg ,_add ,"\u0066\u0069\u0072\u0073\u0074\u0020\u0067\u0065\u006fm\u0065\u0074\u0072\u0079");};_gga :=len (_cff .UndilatedTemplates .Values );_dfa =false ;_dagf :=_fcef (_cff ,_acg );for _cfa =_dagf .Next ();_cfa > -1; +{_eag ,_gdg =_cff .UndilatedTemplates .GetBitmap (_cfa );if _gdg !=nil {return _fe .Wrap (_gdg ,_add ,"\u0062\u006d\u0033");};_agb ,_gdg =_cff .DilatedTemplates .GetBitmap (_cfa );if _gdg !=nil {return _fe .Wrap (_gdg ,_add ,"\u0062\u006d\u0034");};_ada ,_dcdd ,_gdg =_cff .CentroidPointsTemplates .GetGeometry (_cfa ); +if _gdg !=nil {return _fe .Wrap (_gdg ,_add ,"\u0043\u0065\u006e\u0074\u0072\u006f\u0069\u0064\u0054\u0065\u006d\u0070l\u0061\u0074\u0065\u0073");};_aecf ,_gdg =_eg .HausTest (_acg ,_ecb ,_eag ,_agb ,_fad -_ada ,_edbd -_dcdd ,MaxDiffWidth ,MaxDiffHeight ); +if _gdg !=nil {return _fe .Wrap (_gdg ,_add ,"");};if _aecf {_dfa =true ;if _gdg =_cff .ClassIDs .Add (_cfa );_gdg !=nil {return _fe .Wrap (_gdg ,_add ,"");};if _gdg =_cff .ComponentPageNumbers .Add (_ccc );_gdg !=nil {return _fe .Wrap (_gdg ,_add ,""); +};if _cff .Settings .KeepClassInstances {_baa ,_cfg :=_cff .ClassInstances .GetBitmaps (_cfa );if _cfg !=nil {return _fe .Wrap (_cfg ,_add ,"\u004be\u0065\u0070\u0050\u0069\u0078\u0061a");};_cacd ,_cfg =_abe .GetBitmap (_caf );if _cfg !=nil {return _fe .Wrap (_cfg ,_add ,"\u004be\u0065\u0070\u0050\u0069\u0078\u0061a"); +};_baa .AddBitmap (_cacd );_eaa ,_cfg :=_dab .Get (_caf );if _cfg !=nil {return _fe .Wrap (_cfg ,_add ,"\u004be\u0065\u0070\u0050\u0069\u0078\u0061a");};_baa .AddBox (_eaa );};break ;};};if !_dfa {if _gdg =_cff .ClassIDs .Add (_gga );_gdg !=nil {return _fe .Wrap (_gdg ,_add ,""); +};if _gdg =_cff .ComponentPageNumbers .Add (_ccc );_gdg !=nil {return _fe .Wrap (_gdg ,_add ,"");};_fea :=&_eg .Bitmaps {};_cacd ,_gdg =_abe .GetBitmap (_caf );if _gdg !=nil {return _fe .Wrap (_gdg ,_add ,"\u0021\u0066\u006f\u0075\u006e\u0064");};_fea .Values =append (_fea .Values ,_cacd ); +_bffe ,_dbd :=_cacd .Width ,_cacd .Height ;_cff .TemplatesSize .Add (uint64 (_dbd )*uint64 (_bffe ),_gga );_ebec ,_efb :=_dab .Get (_caf );if _efb !=nil {return _fe .Wrap (_efb ,_add ,"\u0021\u0066\u006f\u0075\u006e\u0064");};_fea .AddBox (_ebec );_cff .ClassInstances .AddBitmaps (_fea ); +_cff .CentroidPointsTemplates .AddPoint (_fad ,_edbd );_cff .UndilatedTemplates .AddBitmap (_acg );_cff .DilatedTemplates .AddBitmap (_ecb );};};return nil ;};func _bgc (_gec *_eg .Bitmap ,_ace ,_ee ,_ec ,_ecf int ,_bbd *_eg .Bitmap )(_gdc _f .Point ,_fg error ){const _cgg ="\u0066i\u006e\u0061\u006c\u0041l\u0069\u0067\u006e\u006d\u0065n\u0074P\u006fs\u0069\u0074\u0069\u006f\u006e\u0069\u006eg"; +if _gec ==nil {return _gdc ,_fe .Error (_cgg ,"\u0073\u006f\u0075\u0072ce\u0020\u006e\u006f\u0074\u0020\u0070\u0072\u006f\u0076\u0069\u0064\u0065\u0064");};if _bbd ==nil {return _gdc ,_fe .Error (_cgg ,"t\u0065\u006d\u0070\u006cat\u0065 \u006e\u006f\u0074\u0020\u0070r\u006f\u0076\u0069\u0064\u0065\u0064"); +};_eca ,_edb :=_bbd .Width ,_bbd .Height ;_gab ,_ea :=_ace -_ec -JbAddedPixels ,_ee -_ecf -JbAddedPixels ;_e .Log .Trace ("\u0078\u003a\u0020\u0027\u0025\u0064\u0027\u002c\u0020\u0079\u003a\u0020\u0027\u0025\u0064'\u002c\u0020\u0077\u003a\u0020\u0027\u0025\u0064\u0027\u002c\u0020\u0068\u003a \u0027\u0025\u0064\u0027\u002c\u0020\u0062\u0078\u003a\u0020\u0027\u0025d'\u002c\u0020\u0062\u0079\u003a\u0020\u0027\u0025\u0064\u0027",_ace ,_ee ,_eca ,_edb ,_gab ,_ea ); +_eae ,_fg :=_eg .Rect (_gab ,_ea ,_eca ,_edb );if _fg !=nil {return _gdc ,_fe .Wrap (_fg ,_cgg ,"");};_ad ,_ ,_fg :=_gec .ClipRectangle (_eae );if _fg !=nil {_e .Log .Error ("\u0043a\u006e\u0027\u0074\u0020\u0063\u006c\u0069\u0070\u0020\u0072\u0065c\u0074\u0061\u006e\u0067\u006c\u0065\u003a\u0020\u0025\u0076",_eae ); +return _gdc ,_fe .Wrap (_fg ,_cgg ,"");};_daa :=_eg .New (_ad .Width ,_ad .Height );_dga :=_c .MaxInt32 ;var _cbf ,_cd ,_cdf ,_bdg ,_gecf int ;for _cbf =-1;_cbf <=1;_cbf ++{for _cd =-1;_cd <=1;_cd ++{if _ ,_fg =_eg .Copy (_daa ,_ad );_fg !=nil {return _gdc ,_fe .Wrap (_fg ,_cgg ,""); +};if _fg =_daa .RasterOperation (_cd ,_cbf ,_eca ,_edb ,_eg .PixSrcXorDst ,_bbd ,0,0);_fg !=nil {return _gdc ,_fe .Wrap (_fg ,_cgg ,"");};_cdf =_daa .CountPixels ();if _cdf < _dga {_bdg =_cd ;_gecf =_cbf ;_dga =_cdf ;};};};_gdc .X =_bdg ;_gdc .Y =_gecf ; +return _gdc ,nil ;};const JbAddedPixels =6;func (_da *Classer )ComputeLLCorners ()(_ggd error ){const _ef ="\u0043l\u0061\u0073\u0073\u0065\u0072\u002e\u0043\u006f\u006d\u0070\u0075t\u0065\u004c\u004c\u0043\u006f\u0072\u006e\u0065\u0072\u0073";if _da .PtaUL ==nil {return _fe .Error (_ef ,"\u0055\u004c\u0020\u0043or\u006e\u0065\u0072\u0073\u0020\u006e\u006f\u0074\u0020\u0064\u0065\u0066\u0069\u006ee\u0064"); +};_dc :=len (*_da .PtaUL );_da .PtaLL =&_eg .Points {};var (_egf ,_bb float32 ;_a ,_cg int ;_eb *_eg .Bitmap ;);for _cf :=0;_cf < _dc ;_cf ++{_egf ,_bb ,_ggd =_da .PtaUL .GetGeometry (_cf );if _ggd !=nil {_e .Log .Debug ("\u0047e\u0074\u0074\u0069\u006e\u0067\u0020\u0050\u0074\u0061\u0055\u004c \u0066\u0061\u0069\u006c\u0065\u0064\u003a\u0020\u0025\u0076",_ggd ); +return _fe .Wrap (_ggd ,_ef ,"\u0050\u0074\u0061\u0055\u004c\u0020\u0047\u0065\u006fm\u0065\u0074\u0072\u0079");};_a ,_ggd =_da .ClassIDs .Get (_cf );if _ggd !=nil {_e .Log .Debug ("\u0047\u0065\u0074\u0074\u0069\u006e\u0067\u0020\u0043\u006c\u0061s\u0073\u0049\u0044\u0020\u0066\u0061\u0069\u006c\u0065\u0064:\u0020\u0025\u0076",_ggd ); +return _fe .Wrap (_ggd ,_ef ,"\u0043l\u0061\u0073\u0073\u0049\u0044");};_eb ,_ggd =_da .UndilatedTemplates .GetBitmap (_a );if _ggd !=nil {_e .Log .Debug ("\u0047\u0065t\u0074\u0069\u006e\u0067 \u0055\u006ed\u0069\u006c\u0061\u0074\u0065\u0064\u0054\u0065m\u0070\u006c\u0061\u0074\u0065\u0073\u0020\u0066\u0061\u0069\u006c\u0065d\u003a\u0020\u0025\u0076",_ggd ); +return _fe .Wrap (_ggd ,_ef ,"\u0055\u006e\u0064\u0069la\u0074\u0065\u0064\u0020\u0054\u0065\u006d\u0070\u006c\u0061\u0074\u0065\u0073");};_cg =_eb .Height ;_da .PtaLL .AddPoint (_egf ,_bb +float32 (_cg ));};return nil ;};func Init (settings Settings )(*Classer ,error ){const _d ="\u0063\u006c\u0061s\u0073\u0065\u0072\u002e\u0049\u006e\u0069\u0074"; +_df :=&Classer {Settings :settings ,Widths :map[int ]int {},Heights :map[int ]int {},TemplatesSize :_cb .IntsMap {},TemplateAreas :&_cb .IntSlice {},ComponentPageNumbers :&_cb .IntSlice {},ClassIDs :&_cb .IntSlice {},ComponentsNumber :&_cb .IntSlice {},CentroidPoints :&_eg .Points {},CentroidPointsTemplates :&_eg .Points {},UndilatedTemplates :&_eg .Bitmaps {},DilatedTemplates :&_eg .Bitmaps {},ClassInstances :&_eg .BitmapsArray {},FgTemplates :&_cb .NumSlice {}}; +if _g :=_df .Settings .Validate ();_g !=nil {return nil ,_fe .Wrap (_g ,_d ,"");};return _df ,nil ;};var _bff bool ;func (_bg *Classer )addPageComponents (_gge *_eg .Bitmap ,_fa *_eg .Boxes ,_dd *_eg .Bitmaps ,_aa int ,_cc Method )error {const _gb ="\u0043l\u0061\u0073\u0073\u0065r\u002e\u0041\u0064\u0064\u0050a\u0067e\u0043o\u006d\u0070\u006f\u006e\u0065\u006e\u0074s"; +if _gge ==nil {return _fe .Error (_gb ,"\u006e\u0069\u006c\u0020\u0069\u006e\u0070\u0075\u0074 \u0070\u0061\u0067\u0065");};if _fa ==nil ||_dd ==nil ||len (*_fa )==0{_e .Log .Trace ("\u0041\u0064\u0064P\u0061\u0067\u0065\u0043\u006f\u006d\u0070\u006f\u006e\u0065\u006e\u0074\u0073\u003a\u0020\u0025\u0073\u002e\u0020\u004e\u006f\u0020\u0063\u006f\u006d\u0070\u006f\u006e\u0065n\u0074\u0073\u0020\u0066\u006f\u0075\u006e\u0064",_gge ); +return nil ;};var _edc error ;switch _cc {case RankHaus :_edc =_bg .classifyRankHaus (_fa ,_dd ,_aa );case Correlation :_edc =_bg .classifyCorrelation (_fa ,_dd ,_aa );default:_e .Log .Debug ("\u0055\u006ek\u006e\u006f\u0077\u006e\u0020\u0063\u006c\u0061\u0073\u0073\u0069\u0066\u0079\u0020\u006d\u0065\u0074\u0068\u006f\u0064\u003a\u0020'%\u0076\u0027",_cc ); +return _fe .Error (_gb ,"\u0075\u006e\u006bno\u0077\u006e\u0020\u0063\u006c\u0061\u0073\u0073\u0069\u0066\u0079\u0020\u006d\u0065\u0074\u0068\u006f\u0064");};if _edc !=nil {return _fe .Wrap (_edc ,_gb ,"");};if _edc =_bg .getULCorners (_gge ,_fa );_edc !=nil {return _fe .Wrap (_edc ,_gb ,""); +};_fdg :=len (*_fa );_bg .BaseIndex +=_fdg ;if _edc =_bg .ComponentsNumber .Add (_fdg );_edc !=nil {return _fe .Wrap (_edc ,_gb ,"");};return nil ;};type Method int ;func (_bdge Settings )Validate ()error {const _baf ="\u0053\u0065\u0074\u0074\u0069\u006e\u0067\u0073\u002e\u0056\u0061\u006ci\u0064\u0061\u0074\u0065"; +if _bdge .Thresh < 0.4||_bdge .Thresh > 0.98{return _fe .Error (_baf ,"\u006a\u0062i\u0067\u0032\u0020\u0065\u006e\u0063\u006f\u0064\u0065\u0072\u0020\u0074\u0068\u0072\u0065\u0073\u0068\u0020\u006e\u006f\u0074\u0020\u0069\u006e\u0020\u0072\u0061\u006e\u0067\u0065\u0020\u005b\u0030\u002e\u0034\u0020\u002d\u0020\u0030\u002e\u0039\u0038\u005d"); +};if _bdge .WeightFactor < 0.0||_bdge .WeightFactor > 1.0{return _fe .Error (_baf ,"\u006a\u0062i\u0067\u0032\u0020\u0065\u006ec\u006f\u0064\u0065\u0072\u0020w\u0065\u0069\u0067\u0068\u0074\u0020\u0066\u0061\u0063\u0074\u006f\u0072\u0020\u006e\u006f\u0074\u0020\u0069\u006e\u0020\u0072\u0061\u006e\u0067\u0065\u0020\u005b\u0030\u002e\u0030\u0020\u002d\u0020\u0031\u002e\u0030\u005d"); +};if _bdge .RankHaus < 0.5||_bdge .RankHaus > 1.0{return _fe .Error (_baf ,"\u006a\u0062\u0069\u0067\u0032\u0020\u0065\u006e\u0063\u006f\u0064\u0065\u0072\u0020\u0072a\u006e\u006b\u0020\u0068\u0061\u0075\u0073\u0020\u0076\u0061\u006c\u0075\u0065 \u006e\u006f\u0074\u0020\u0069\u006e\u0020\u0072\u0061\u006e\u0067\u0065 [\u0030\u002e\u0035\u0020\u002d\u0020\u0031\u002e\u0030\u005d"); +};if _bdge .SizeHaus < 1||_bdge .SizeHaus > 10{return _fe .Error (_baf ,"\u006a\u0062\u0069\u0067\u0032 \u0065\u006e\u0063\u006f\u0064\u0065\u0072\u0020\u0073\u0069\u007a\u0065\u0020h\u0061\u0075\u0073\u0020\u0076\u0061\u006c\u0075\u0065\u0020\u006e\u006f\u0074\u0020\u0069\u006e\u0020\u0072\u0061\u006e\u0067\u0065\u0020\u005b\u0031\u0020\u002d\u0020\u0031\u0030]"); +};switch _bdge .Components {case _eg .ComponentConn ,_eg .ComponentCharacters ,_eg .ComponentWords :default:return _fe .Error (_baf ,"\u0069n\u0076\u0061\u006c\u0069d\u0020\u0063\u006c\u0061\u0073s\u0065r\u0020c\u006f\u006d\u0070\u006f\u006e\u0065\u006et"); +};return nil ;};func (_bd *Classer )AddPage (inputPage *_eg .Bitmap ,pageNumber int ,method Method )(_fd error ){const _ed ="\u0043l\u0061s\u0073\u0065\u0072\u002e\u0041\u0064\u0064\u0050\u0061\u0067\u0065";_bd .Widths [pageNumber ]=inputPage .Width ;_bd .Heights [pageNumber ]=inputPage .Height ; +if _fd =_bd .verifyMethod (method );_fd !=nil {return _fe .Wrap (_fd ,_ed ,"");};_gg ,_ge ,_fd :=inputPage .GetComponents (_bd .Settings .Components ,_bd .Settings .MaxCompWidth ,_bd .Settings .MaxCompHeight );if _fd !=nil {return _fe .Wrap (_fd ,_ed ,""); +};_e .Log .Debug ("\u0043\u006f\u006d\u0070\u006f\u006e\u0065\u006e\u0074s\u003a\u0020\u0025\u0076",_gg );if _fd =_bd .addPageComponents (inputPage ,_ge ,_gg ,pageNumber ,method );_fd !=nil {return _fe .Wrap (_fd ,_ed ,"");};return nil ;};func (_gfg *similarTemplatesFinder )Next ()int {var (_aef ,_cea ,_fbg ,_dfd int ; +_ead bool ;_cge *_eg .Bitmap ;_feca error ;);for {if _gfg .Index >=25{return -1;};_cea =_gfg .Width +TwoByTwoWalk [2*_gfg .Index ];_aef =_gfg .Height +TwoByTwoWalk [2*_gfg .Index +1];if _aef < 1||_cea < 1{_gfg .Index ++;continue ;};if len (_gfg .CurrentNumbers )==0{_gfg .CurrentNumbers ,_ead =_gfg .Classer .TemplatesSize .GetSlice (uint64 (_cea )*uint64 (_aef )); +if !_ead {_gfg .Index ++;continue ;};_gfg .N =0;};_fbg =len (_gfg .CurrentNumbers );for ;_gfg .N < _fbg ;_gfg .N ++{_dfd =_gfg .CurrentNumbers [_gfg .N ];_cge ,_feca =_gfg .Classer .DilatedTemplates .GetBitmap (_dfd );if _feca !=nil {_e .Log .Debug ("\u0046\u0069\u006e\u0064\u004e\u0065\u0078\u0074\u0054\u0065\u006d\u0070\u006c\u0061\u0074\u0065\u003a\u0020\u0074\u0065\u006d\u0070\u006c\u0061t\u0065\u0020\u006e\u006f\u0074 \u0066\u006fu\u006e\u0064\u003a\u0020"); +return 0;};if _cge .Width -2*JbAddedPixels ==_cea &&_cge .Height -2*JbAddedPixels ==_aef {return _dfd ;};};_gfg .Index ++;_gfg .CurrentNumbers =nil ;};};func (_eea *Classer )classifyRankHouseNonOne (_ebd *_eg .Boxes ,_fgc ,_aba ,_bfge *_eg .Bitmaps ,_aga *_eg .Points ,_ccb *_cb .NumSlice ,_aafb int )(_bfcb error ){const _bgg ="\u0043\u006c\u0061\u0073s\u0065\u0072\u002e\u0063\u006c\u0061\u0073\u0073\u0069\u0066y\u0052a\u006e\u006b\u0048\u006f\u0075\u0073\u0065O\u006e\u0065"; +var (_bbb ,_cdd ,_cadc ,_eec float32 ;_eed ,_dgaf ,_dcdg int ;_egc ,_ecad ,_gbc ,_afg ,_fag *_eg .Bitmap ;_fce ,_bffg bool ;);_aee :=_eg .MakePixelSumTab8 ();for _efd :=0;_efd < len (_fgc .Values );_efd ++{if _ecad ,_bfcb =_aba .GetBitmap (_efd );_bfcb !=nil {return _fe .Wrap (_bfcb ,_bgg ,"b\u006d\u0073\u0031\u002e\u0047\u0065\u0074\u0028\u0069\u0029"); +};if _eed ,_bfcb =_ccb .GetInt (_efd );_bfcb !=nil {_e .Log .Trace ("\u0047\u0065t\u0074\u0069\u006e\u0067 \u0046\u0047T\u0065\u006d\u0070\u006c\u0061\u0074\u0065\u0073 \u0061\u0074\u003a\u0020\u0025\u0064\u0020\u0066\u0061\u0069\u006c\u0065d\u003a\u0020\u0025\u0076",_efd ,_bfcb ); +};if _gbc ,_bfcb =_bfge .GetBitmap (_efd );_bfcb !=nil {return _fe .Wrap (_bfcb ,_bgg ,"b\u006d\u0073\u0032\u002e\u0047\u0065\u0074\u0028\u0069\u0029");};if _bbb ,_cdd ,_bfcb =_aga .GetGeometry (_efd );_bfcb !=nil {return _fe .Wrapf (_bfcb ,_bgg ,"\u0070t\u0061[\u0069\u005d\u002e\u0047\u0065\u006f\u006d\u0065\u0074\u0072\u0079"); +};_afd :=len (_eea .UndilatedTemplates .Values );_fce =false ;_ebg :=_fcef (_eea ,_ecad );for _dcdg =_ebg .Next ();_dcdg > -1;{if _afg ,_bfcb =_eea .UndilatedTemplates .GetBitmap (_dcdg );_bfcb !=nil {return _fe .Wrap (_bfcb ,_bgg ,"\u0070\u0069\u0078\u0061\u0074\u002e\u005b\u0069\u0043l\u0061\u0073\u0073\u005d"); +};if _dgaf ,_bfcb =_eea .FgTemplates .GetInt (_dcdg );_bfcb !=nil {_e .Log .Trace ("\u0047\u0065\u0074\u0074\u0069\u006eg\u0020\u0046\u0047\u0054\u0065\u006d\u0070\u006c\u0061\u0074\u0065\u005b\u0025d\u005d\u0020\u0066\u0061\u0069\u006c\u0065d\u003a\u0020\u0025\u0076",_dcdg ,_bfcb ); +};if _fag ,_bfcb =_eea .DilatedTemplates .GetBitmap (_dcdg );_bfcb !=nil {return _fe .Wrap (_bfcb ,_bgg ,"\u0070\u0069\u0078\u0061\u0074\u0064\u005b\u0069\u0043l\u0061\u0073\u0073\u005d");};if _cadc ,_eec ,_bfcb =_eea .CentroidPointsTemplates .GetGeometry (_dcdg ); +_bfcb !=nil {return _fe .Wrap (_bfcb ,_bgg ,"\u0043\u0065\u006et\u0072\u006f\u0069\u0064P\u006f\u0069\u006e\u0074\u0073\u0054\u0065m\u0070\u006c\u0061\u0074\u0065\u0073\u005b\u0069\u0043\u006c\u0061\u0073\u0073\u005d");};_bffg ,_bfcb =_eg .RankHausTest (_ecad ,_gbc ,_afg ,_fag ,_bbb -_cadc ,_cdd -_eec ,MaxDiffWidth ,MaxDiffHeight ,_eed ,_dgaf ,float32 (_eea .Settings .RankHaus ),_aee ); +if _bfcb !=nil {return _fe .Wrap (_bfcb ,_bgg ,"");};if _bffg {_fce =true ;if _bfcb =_eea .ClassIDs .Add (_dcdg );_bfcb !=nil {return _fe .Wrap (_bfcb ,_bgg ,"");};if _bfcb =_eea .ComponentPageNumbers .Add (_aafb );_bfcb !=nil {return _fe .Wrap (_bfcb ,_bgg ,""); +};if _eea .Settings .KeepClassInstances {_dfb ,_dbg :=_eea .ClassInstances .GetBitmaps (_dcdg );if _dbg !=nil {return _fe .Wrap (_dbg ,_bgg ,"\u0063\u002e\u0050\u0069\u0078\u0061\u0061\u002e\u0047\u0065\u0074B\u0069\u0074\u006d\u0061\u0070\u0073\u0028\u0069\u0043\u006ca\u0073\u0073\u0029"); +};if _egc ,_dbg =_fgc .GetBitmap (_efd );_dbg !=nil {return _fe .Wrap (_dbg ,_bgg ,"\u0070i\u0078\u0061\u005b\u0069\u005d");};_dfb .Values =append (_dfb .Values ,_egc );_acbd ,_dbg :=_ebd .Get (_efd );if _dbg !=nil {return _fe .Wrap (_dbg ,_bgg ,"b\u006f\u0078\u0061\u002e\u0047\u0065\u0074\u0028\u0069\u0029"); +};_dfb .Boxes =append (_dfb .Boxes ,_acbd );};break ;};};if !_fce {if _bfcb =_eea .ClassIDs .Add (_afd );_bfcb !=nil {return _fe .Wrap (_bfcb ,_bgg ,"\u0021\u0066\u006f\u0075\u006e\u0064");};if _bfcb =_eea .ComponentPageNumbers .Add (_aafb );_bfcb !=nil {return _fe .Wrap (_bfcb ,_bgg ,"\u0021\u0066\u006f\u0075\u006e\u0064"); +};_agcd :=&_eg .Bitmaps {};_egc =_fgc .Values [_efd ];_agcd .AddBitmap (_egc );_fdf ,_ecde :=_egc .Width ,_egc .Height ;_eea .TemplatesSize .Add (uint64 (_fdf )*uint64 (_ecde ),_afd );_ebda ,_faga :=_ebd .Get (_efd );if _faga !=nil {return _fe .Wrap (_faga ,_bgg ,"\u0021\u0066\u006f\u0075\u006e\u0064"); +};_agcd .AddBox (_ebda );_eea .ClassInstances .AddBitmaps (_agcd );_eea .CentroidPointsTemplates .AddPoint (_bbb ,_cdd );_eea .UndilatedTemplates .AddBitmap (_ecad );_eea .DilatedTemplates .AddBitmap (_gbc );_eea .FgTemplates .AddInt (_eed );};};_eea .NumberOfClasses =len (_eea .UndilatedTemplates .Values ); +return nil ;};const (MaxConnCompWidth =350;MaxCharCompWidth =350;MaxWordCompWidth =1000;MaxCompHeight =120;);const (RankHaus Method =iota ;Correlation ;); \ No newline at end of file diff --git a/internal/jbig2/errors/errors.go b/internal/jbig2/errors/errors.go index 6a1696919..1d28a67f2 100644 --- a/internal/jbig2/errors/errors.go +++ b/internal/jbig2/errors/errors.go @@ -9,8 +9,8 @@ // Use of this source code is governed by the UniDoc End User License Agreement // terms that can be accessed at https://unidoc.io/eula/ -package errors ;import (_f "fmt";_e "golang.org/x/xerrors";);var _ _e .Wrapper =(*processError )(nil );func Wrapf (err error ,processName ,message string ,arguments ...interface{})error {if _da ,_eg :=err .(*processError );_eg {_da ._c ="";};_ec :=_ad (_f .Sprintf (message ,arguments ...),processName ); -_ec ._b =err ;return _ec ;};func (_ee *processError )Error ()string {var _g string ;if _ee ._c !=""{_g =_ee ._c ;};_g +="\u0050r\u006f\u0063\u0065\u0073\u0073\u003a "+_ee ._ef ;if _ee ._d !=""{_g +="\u0020\u004d\u0065\u0073\u0073\u0061\u0067\u0065\u003a\u0020"+_ee ._d ; -};if _ee ._b !=nil {_g +="\u002e\u0020"+_ee ._b .Error ();};return _g ;};func (_cc *processError )Unwrap ()error {return _cc ._b };type processError struct{_c string ;_ef string ;_d string ;_b error ;};func Wrap (err error ,processName ,message string )error {if _cf ,_deb :=err .(*processError ); -_deb {_cf ._c ="";};_ca :=_ad (message ,processName );_ca ._b =err ;return _ca ;};func Errorf (processName ,message string ,arguments ...interface{})error {return _ad (_f .Sprintf (message ,arguments ...),processName );};func Error (processName ,message string )error {return _ad (message ,processName )}; -func _ad (_fd ,_de string )*processError {return &processError {_c :"\u005b\u0055\u006e\u0069\u0050\u0044\u0046\u005d",_d :_fd ,_ef :_de };}; \ No newline at end of file +package errors ;import (_e "fmt";_d "golang.org/x/xerrors";);func _b (_gf ,_c string )*processError {return &processError {_dd :"\u005b\u0055\u006e\u0069\u0050\u0044\u0046\u005d",_gc :_gf ,_ec :_c };};func (_gcb *processError )Error ()string {var _ddc string ; +if _gcb ._dd !=""{_ddc =_gcb ._dd ;};_ddc +="\u0050r\u006f\u0063\u0065\u0073\u0073\u003a "+_gcb ._ec ;if _gcb ._gc !=""{_ddc +="\u0020\u004d\u0065\u0073\u0073\u0061\u0067\u0065\u003a\u0020"+_gcb ._gc ;};if _gcb ._ge !=nil {_ddc +="\u002e\u0020"+_gcb ._ge .Error (); +};return _ddc ;};func (_a *processError )Unwrap ()error {return _a ._ge };func Wrap (err error ,processName ,message string )error {if _ca ,_f :=err .(*processError );_f {_ca ._dd ="";};_df :=_b (message ,processName );_df ._ge =err ;return _df ;};func Errorf (processName ,message string ,arguments ...interface{})error {return _b (_e .Sprintf (message ,arguments ...),processName ); +};func Wrapf (err error ,processName ,message string ,arguments ...interface{})error {if _cb ,_da :=err .(*processError );_da {_cb ._dd ="";};_cf :=_b (_e .Sprintf (message ,arguments ...),processName );_cf ._ge =err ;return _cf ;};func Error (processName ,message string )error {return _b (message ,processName )}; +var _ _d .Wrapper =(*processError )(nil );type processError struct{_dd string ;_ec string ;_gc string ;_ge error ;}; \ No newline at end of file diff --git a/internal/jbig2/internal/internal.go b/internal/jbig2/internal/internal.go index 5910813da..26a98575e 100644 --- a/internal/jbig2/internal/internal.go +++ b/internal/jbig2/internal/internal.go @@ -9,4 +9,4 @@ // Use of this source code is governed by the UniDoc End User License Agreement // terms that can be accessed at https://unidoc.io/eula/ -package internal ;import _d "errors";var ErrOOB =_d .New ("o\u0075\u0074\u0020\u006f\u0066\u0020\u0062\u0061\u006e\u0064"); \ No newline at end of file +package internal ;import _f "errors";var ErrOOB =_f .New ("o\u0075\u0074\u0020\u006f\u0066\u0020\u0062\u0061\u006e\u0064"); \ No newline at end of file diff --git a/internal/jbig2/jbig2.go b/internal/jbig2/jbig2.go index 168dc8afd..7042b08d9 100644 --- a/internal/jbig2/jbig2.go +++ b/internal/jbig2/jbig2.go @@ -9,9 +9,9 @@ // Use of this source code is governed by the UniDoc End User License Agreement // terms that can be accessed at https://unidoc.io/eula/ -package jbig2 ;import (_c "github.com/unidoc/unipdf/v3/internal/bitwise";_ec "github.com/unidoc/unipdf/v3/internal/jbig2/decoder";_f "github.com/unidoc/unipdf/v3/internal/jbig2/document";_cd "github.com/unidoc/unipdf/v3/internal/jbig2/document/segments"; -_a "github.com/unidoc/unipdf/v3/internal/jbig2/errors";_d "sort";);func DecodeBytes (encoded []byte ,parameters _ec .Parameters ,globals ...Globals )([]byte ,error ){var _ca Globals ;if len (globals )> 0{_ca =globals [0];};_b ,_be :=_ec .Decode (encoded ,parameters ,_ca .ToDocumentGlobals ()); -if _be !=nil {return nil ,_be ;};return _b .DecodeNextPage ();};type Globals map[int ]*_cd .Header ;func DecodeGlobals (encoded []byte )(Globals ,error ){const _g ="\u0044\u0065\u0063\u006f\u0064\u0065\u0047\u006c\u006f\u0062\u0061\u006c\u0073";_gc :=_c .NewReader (encoded ); -_ge ,_ad :=_f .DecodeDocument (_gc ,nil );if _ad !=nil {return nil ,_a .Wrap (_ad ,_g ,"");};if _ge .GlobalSegments ==nil ||(_ge .GlobalSegments .Segments ==nil ){return nil ,_a .Error (_g ,"\u006eo\u0020\u0067\u006c\u006f\u0062\u0061\u006c\u0020\u0073\u0065\u0067m\u0065\u006e\u0074\u0073\u0020\u0066\u006f\u0075\u006e\u0064"); -};_aa :=Globals {};for _ ,_ff :=range _ge .GlobalSegments .Segments {_aa [int (_ff .SegmentNumber )]=_ff ;};return _aa ,nil ;};func (_aae Globals )ToDocumentGlobals ()*_f .Globals {if _aae ==nil {return nil ;};_ffa :=[]*_cd .Header {};for _ ,_fc :=range _aae {_ffa =append (_ffa ,_fc ); -};_d .Slice (_ffa ,func (_bb ,_ee int )bool {return _ffa [_bb ].SegmentNumber < _ffa [_ee ].SegmentNumber });return &_f .Globals {Segments :_ffa };}; \ No newline at end of file +package jbig2 ;import (_f "github.com/unidoc/unipdf/v3/internal/bitwise";_a "github.com/unidoc/unipdf/v3/internal/jbig2/decoder";_d "github.com/unidoc/unipdf/v3/internal/jbig2/document";_bd "github.com/unidoc/unipdf/v3/internal/jbig2/document/segments"; +_ab "github.com/unidoc/unipdf/v3/internal/jbig2/errors";_g "sort";);type Globals map[int ]*_bd .Header ;func DecodeGlobals (encoded []byte )(Globals ,error ){const _e ="\u0044\u0065\u0063\u006f\u0064\u0065\u0047\u006c\u006f\u0062\u0061\u006c\u0073";_ed :=_f .NewReader (encoded ); +_af ,_fb :=_d .DecodeDocument (_ed ,nil );if _fb !=nil {return nil ,_ab .Wrap (_fb ,_e ,"");};if _af .GlobalSegments ==nil ||(_af .GlobalSegments .Segments ==nil ){return nil ,_ab .Error (_e ,"\u006eo\u0020\u0067\u006c\u006f\u0062\u0061\u006c\u0020\u0073\u0065\u0067m\u0065\u006e\u0074\u0073\u0020\u0066\u006f\u0075\u006e\u0064"); +};_eg :=Globals {};for _ ,_gf :=range _af .GlobalSegments .Segments {_eg [int (_gf .SegmentNumber )]=_gf ;};return _eg ,nil ;};func DecodeBytes (encoded []byte ,parameters _a .Parameters ,globals ...Globals )([]byte ,error ){var _dg Globals ;if len (globals )> 0{_dg =globals [0]; +};_fg ,_ge :=_a .Decode (encoded ,parameters ,_dg .ToDocumentGlobals ());if _ge !=nil {return nil ,_ge ;};return _fg .DecodeNextPage ();};func (_bg Globals )ToDocumentGlobals ()*_d .Globals {if _bg ==nil {return nil ;};_ba :=[]*_bd .Header {};for _ ,_ae :=range _bg {_ba =append (_ba ,_ae ); +};_g .Slice (_ba ,func (_ac ,_cd int )bool {return _ba [_ac ].SegmentNumber < _ba [_cd ].SegmentNumber });return &_d .Globals {Segments :_ba };}; \ No newline at end of file diff --git a/internal/license/license.go b/internal/license/license.go index f25d5e6d2..d0359199d 100644 --- a/internal/license/license.go +++ b/internal/license/license.go @@ -9,110 +9,112 @@ // Use of this source code is governed by the UniDoc End User License Agreement // terms that can be accessed at https://unidoc.io/eula/ -package license ;import (_a "bytes";_ed "compress/gzip";_e "crypto";_acb "crypto/aes";_dga "crypto/cipher";_dg "crypto/hmac";_efc "crypto/rand";_ec "crypto/rsa";_eba "crypto/sha256";_bd "crypto/sha512";_ee "crypto/x509";_edg "encoding/base64";_eg "encoding/hex"; -_ac "encoding/json";_gd "encoding/pem";_cd "errors";_eb "fmt";_dbb "github.com/unidoc/unipdf/v3/common";_f "io";_gc "net";_gb "net/http";_ef "os";_cg "path/filepath";_g "sort";_b "strings";_d "sync";_db "time";);const (_dc ="\u002d\u002d\u002d--\u0042\u0045\u0047\u0049\u004e\u0020\u0055\u004e\u0049D\u004fC\u0020L\u0049C\u0045\u004e\u0053\u0045\u0020\u004b\u0045\u0059\u002d\u002d\u002d\u002d\u002d"; -_ca ="\u002d\u002d\u002d\u002d\u002d\u0045\u004e\u0044\u0020\u0055\u004e\u0049\u0044\u004f\u0043 \u004cI\u0043\u0045\u004e\u0053\u0045\u0020\u004b\u0045\u0059\u002d\u002d\u002d\u002d\u002d";);type meteredUsageCheckinResp struct{Instance string `json:"inst"`; -Next string `json:"next"`;Success bool `json:"success"`;Message string `json:"message"`;RemainingDocs int `json:"rd"`;LimitDocs bool `json:"ld"`;};var _fac []interface{};func (_cgc *LicenseKey )TypeToString ()string {if _cgc ._be {return "M\u0065t\u0065\u0072\u0065\u0064\u0020\u0073\u0075\u0062s\u0063\u0072\u0069\u0070ti\u006f\u006e"; -};if _cgc .Tier ==LicenseTierUnlicensed {return "\u0055\u006e\u006c\u0069\u0063\u0065\u006e\u0073\u0065\u0064";};if _cgc .Tier ==LicenseTierCommunity {return "\u0041\u0047PL\u0076\u0033\u0020O\u0070\u0065\u006e\u0020Sou\u0072ce\u0020\u0043\u006f\u006d\u006d\u0075\u006eit\u0079\u0020\u004c\u0069\u0063\u0065\u006es\u0065"; -};if _cgc .Tier ==LicenseTierIndividual ||_cgc .Tier =="\u0069\u006e\u0064i\u0065"{return "\u0043\u006f\u006dm\u0065\u0072\u0063\u0069a\u006c\u0020\u004c\u0069\u0063\u0065\u006es\u0065\u0020\u002d\u0020\u0049\u006e\u0064\u0069\u0076\u0069\u0064\u0075\u0061\u006c"; -};return "\u0043\u006fm\u006d\u0065\u0072\u0063\u0069\u0061\u006c\u0020\u004c\u0069\u0063\u0065\u006e\u0073\u0065\u0020\u002d\u0020\u0042\u0075\u0073\u0069ne\u0073\u0073";};func SetMeteredKey (apiKey string )error {if len (apiKey )==0{_dbb .Log .Error ("\u004d\u0065\u0074\u0065\u0072e\u0064\u0020\u004c\u0069\u0063\u0065\u006e\u0073\u0065\u0020\u0041\u0050\u0049 \u004b\u0065\u0079\u0020\u006d\u0075\u0073\u0074\u0020\u006e\u006f\u0074\u0020\u0062\u0065\u0020\u0065\u006d\u0070\u0074\u0079"); -_dbb .Log .Error ("\u002d\u0020\u0047\u0072\u0061\u0062\u0020\u006f\u006e\u0065\u0020\u0069\u006e\u0020\u0074h\u0065\u0020\u0046\u0072\u0065\u0065\u0020\u0054\u0069\u0065\u0072\u0020\u0061t\u0020\u0068\u0074\u0074\u0070\u0073\u003a\u002f\u002f\u0063\u006c\u006fud\u002e\u0075\u006e\u0069\u0064\u006f\u0063\u002e\u0069\u006f"); -return _eb .Errorf ("\u006de\u0074\u0065\u0072e\u0064\u0020\u006ci\u0063en\u0073\u0065\u0020\u0061\u0070\u0069\u0020k\u0065\u0079\u0020\u006d\u0075\u0073\u0074\u0020\u006e\u006f\u0074\u0020\u0062\u0065\u0020\u0065\u006d\u0070\u0074\u0079\u003a\u0020\u0063\u0072\u0065\u0061\u0074\u0065 o\u006ee\u0020\u0061\u0074\u0020\u0068\u0074t\u0070\u0073\u003a\u002f\u002fc\u006c\u006f\u0075\u0064\u002e\u0075\u006e\u0069\u0064\u006f\u0063.\u0069\u006f"); -};if _cbe !=nil &&(_cbe ._be ||_cbe .Tier !=LicenseTierUnlicensed ){_dbb .Log .Error ("\u0045\u0052\u0052\u004f\u0052:\u0020\u0043\u0061\u006e\u006eo\u0074 \u0073\u0065\u0074\u0020\u006c\u0069\u0063\u0065\u006e\u0073\u0065\u0020\u006b\u0065\u0079\u0020\u0074\u0077\u0069c\u0065\u0020\u002d\u0020\u0053\u0068\u006f\u0075\u006c\u0064\u0020\u006a\u0075\u0073\u0074\u0020\u0069\u006e\u0069\u0074\u0069\u0061\u006c\u0069z\u0065\u0020\u006f\u006e\u0063\u0065"); -return _cd .New ("\u006c\u0069\u0063en\u0073\u0065\u0020\u006b\u0065\u0079\u0020\u0061\u006c\u0072\u0065\u0061\u0064\u0079\u0020\u0073\u0065\u0074");};_aef :=_gbaf ();_aef ._fdb =apiKey ;_bca ,_ebd :=_aef .getStatus ();if _ebd !=nil {return _ebd ;};if !_bca .Valid {return _cd .New ("\u006b\u0065\u0079\u0020\u006e\u006f\u0074\u0020\u0076\u0061\u006c\u0069\u0064"); -};_acd :=&LicenseKey {_be :true ,_fbc :apiKey ,_agf :true };_cbe =_acd ;return nil ;};func (_ada *LicenseKey )IsLicensed ()bool {return _ada .Tier !=LicenseTierUnlicensed ||_ada ._be };var _cbe =MakeUnlicensedKey ();var _gf =_db .Date (2019,6,6,0,0,0,0,_db .UTC ); -type meteredStatusResp struct{Valid bool `json:"valid"`;OrgCredits int64 `json:"org_credits"`;OrgUsed int64 `json:"org_used"`;OrgRemaining int64 `json:"org_remaining"`;};func _eed (_df string ,_dgb []byte )(string ,error ){_bf ,_ :=_gd .Decode ([]byte (_df )); -if _bf ==nil {return "",_eb .Errorf ("\u0050\u0072\u0069\u0076\u004b\u0065\u0079\u0020\u0066a\u0069\u006c\u0065\u0064");};_bda ,_dd :=_ee .ParsePKCS1PrivateKey (_bf .Bytes );if _dd !=nil {return "",_dd ;};_fb :=_bd .New ();_fb .Write (_dgb );_ae :=_fb .Sum (nil ); -_acbd ,_dd :=_ec .SignPKCS1v15 (_efc .Reader ,_bda ,_e .SHA512 ,_ae );if _dd !=nil {return "",_dd ;};_cdc :=_edg .StdEncoding .EncodeToString (_dgb );_cdc +="\u000a\u002b\u000a";_cdc +=_edg .StdEncoding .EncodeToString (_acbd );return _cdc ,nil ;};func (_fgb *meteredClient )getStatus ()(meteredStatusResp ,error ){var _bdag meteredStatusResp ; -_cafc :=_fgb ._ddb +"\u002fm\u0065t\u0065\u0072\u0065\u0064\u002f\u0073\u0074\u0061\u0074\u0075\u0073";var _fe meteredStatusForm ;_gef ,_gfc :=_ac .Marshal (_fe );if _gfc !=nil {return _bdag ,_gfc ;};_acc ,_gfc :=_dggg (_gef );if _gfc !=nil {return _bdag ,_gfc ; -};_gda ,_gfc :=_gb .NewRequest ("\u0050\u004f\u0053\u0054",_cafc ,_acc );if _gfc !=nil {return _bdag ,_gfc ;};_gda .Header .Add ("\u0043\u006f\u006et\u0065\u006e\u0074\u002d\u0054\u0079\u0070\u0065","\u0061\u0070p\u006c\u0069\u0063a\u0074\u0069\u006f\u006e\u002f\u006a\u0073\u006f\u006e"); -_gda .Header .Add ("\u0043\u006fn\u0074\u0065\u006et\u002d\u0045\u006e\u0063\u006f\u0064\u0069\u006e\u0067","\u0067\u007a\u0069\u0070");_gda .Header .Add ("\u0041c\u0063e\u0070\u0074\u002d\u0045\u006e\u0063\u006f\u0064\u0069\u006e\u0067","\u0067\u007a\u0069\u0070"); -_gda .Header .Add ("\u0058-\u0041\u0050\u0049\u002d\u004b\u0045Y",_fgb ._fdb );_fbf ,_gfc :=_fgb ._bdb .Do (_gda );if _gfc !=nil {return _bdag ,_gfc ;};defer _fbf .Body .Close ();if _fbf .StatusCode !=200{return _bdag ,_eb .Errorf ("\u0066\u0061i\u006c\u0065\u0064\u0020t\u006f\u0020c\u0068\u0065\u0063\u006b\u0069\u006e\u002c\u0020s\u0074\u0061\u0074\u0075\u0073\u0020\u0063\u006f\u0064\u0065\u0020\u0069s\u003a\u0020\u0025\u0064",_fbf .StatusCode ); -};_cfg ,_gfc :=_ggga (_fbf );if _gfc !=nil {return _bdag ,_gfc ;};_gfc =_ac .Unmarshal (_cfg ,&_bdag );if _gfc !=nil {return _bdag ,_gfc ;};return _bdag ,nil ;};type meteredClient struct{_ddb string ;_fdb string ;_bdb *_gb .Client ;};func _aaf (_eea string )(LicenseKey ,error ){var _ga LicenseKey ; -_eae ,_caf :=_bfa (_dc ,_ca ,_eea );if _caf !=nil {return _ga ,_caf ;};_bcc ,_caf :=_bdg (_fec ,_eae );if _caf !=nil {return _ga ,_caf ;};_caf =_ac .Unmarshal (_bcc ,&_ga );if _caf !=nil {return _ga ,_caf ;};_ga .CreatedAt =_db .Unix (_ga .CreatedAtInt ,0); -if _ga .ExpiresAtInt > 0{_cb :=_db .Unix (_ga .ExpiresAtInt ,0);_ga .ExpiresAt =&_cb ;};return _ga ,nil ;};func SetMeteredKeyUsageLogVerboseMode (val bool ){_cbe ._edb =val };var _ecd =_db .Date (2020,1,1,0,0,0,0,_db .UTC );type reportState struct{Instance string `json:"inst"`; -Next string `json:"n"`;Docs int64 `json:"d"`;NumErrors int64 `json:"e"`;LimitDocs bool `json:"ld"`;RemainingDocs int64 `json:"rd"`;LastReported _db .Time `json:"lr"`;LastWritten _db .Time `json:"lw"`;Usage map[string ]int `json:"u"`;UsageLogs []interface{}`json:"ul,omitempty"`; -};var _agb map[string ]int ;func (_dgac defaultStateHolder )loadState (_acce string )(reportState ,error ){_bb ,_ecc :=_ded ();if _ecc !=nil {return reportState {},_ecc ;};_ecc =_ef .MkdirAll (_bb ,0777);if _ecc !=nil {return reportState {},_ecc ;};if len (_acce )< 20{return reportState {},_cd .New ("i\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u006b\u0065\u0079"); -};_faa :=[]byte (_acce );_aea :=_bd .Sum512_256 (_faa [:20]);_fc :=_eg .EncodeToString (_aea [:]);_bdbc :=_cg .Join (_bb ,_fc );_da ,_ecc :=_ef .ReadFile (_bdbc );if _ecc !=nil {if _ef .IsNotExist (_ecc ){return reportState {},nil ;};_dbb .Log .Debug ("\u0045R\u0052\u004f\u0052\u003a\u0020\u0025v",_ecc ); -return reportState {},_cd .New ("\u0069\u006e\u0076a\u006c\u0069\u0064\u0020\u0064\u0061\u0074\u0061");};const _gfg ="\u0068\u00619\u004e\u004b\u0038]\u0052\u0062\u004c\u002a\u006d\u0034\u004c\u004b\u0057";_da ,_ecc =_afdc ([]byte (_gfg ),_da );if _ecc !=nil {return reportState {},_ecc ; -};var _ffg reportState ;_ecc =_ac .Unmarshal (_da ,&_ffg );if _ecc !=nil {_dbb .Log .Debug ("\u0045\u0052\u0052OR\u003a\u0020\u0049\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0064\u0061\u0074\u0061\u003a\u0020\u0025\u0076",_ecc );return reportState {},_cd .New ("\u0069\u006e\u0076a\u006c\u0069\u0064\u0020\u0064\u0061\u0074\u0061"); -};return _ffg ,nil ;};var _gbg stateLoader =defaultStateHolder {};func (_agd *LicenseKey )getExpiryDateToCompare ()_db .Time {if _agd .Trial {return _db .Now ().UTC ();};return _dbb .ReleasedAt ;};func (_abgd defaultStateHolder )updateState (_abd ,_aabe ,_geg string ,_beg int ,_cdb bool ,_cc int ,_dcb int ,_faea _db .Time ,_eaf map[string ]int ,_efcg ...interface{})error {_cad ,_de :=_ded (); -if _de !=nil {return _de ;};if len (_abd )< 20{return _cd .New ("i\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u006b\u0065\u0079");};_ecad :=[]byte (_abd );_fgf :=_bd .Sum512_256 (_ecad [:20]);_geb :=_eg .EncodeToString (_fgf [:]);_bdca :=_cg .Join (_cad ,_geb ); -var _fbbc reportState ;_fbbc .Docs =int64 (_beg );_fbbc .NumErrors =int64 (_dcb );_fbbc .LimitDocs =_cdb ;_fbbc .RemainingDocs =int64 (_cc );_fbbc .LastWritten =_db .Now ().UTC ();_fbbc .LastReported =_faea ;_fbbc .Instance =_aabe ;_fbbc .Next =_geg ;_fbbc .Usage =_eaf ; -_fbbc .UsageLogs =_efcg ;_aefa ,_de :=_ac .Marshal (_fbbc );if _de !=nil {return _de ;};const _bcb ="\u0068\u00619\u004e\u004b\u0038]\u0052\u0062\u004c\u002a\u006d\u0034\u004c\u004b\u0057";_aefa ,_de =_gfe ([]byte (_bcb ),_aefa );if _de !=nil {return _de ; -};_de =_ef .WriteFile (_bdca ,_aefa ,0600);if _de !=nil {return _de ;};return nil ;};var _ggg map[string ]struct{};const _dgab ="\u0055\u004e\u0049\u0050DF\u005f\u004c\u0049\u0043\u0045\u004e\u0053\u0045\u005f\u0050\u0041\u0054\u0048";const (LicenseTierUnlicensed ="\u0075\u006e\u006c\u0069\u0063\u0065\u006e\u0073\u0065\u0064"; -LicenseTierCommunity ="\u0063o\u006d\u006d\u0075\u006e\u0069\u0074y";LicenseTierIndividual ="\u0069\u006e\u0064\u0069\u0076\u0069\u0064\u0075\u0061\u006c";LicenseTierBusiness ="\u0062\u0075\u0073\u0069\u006e\u0065\u0073\u0073";);var _caff =_db .Date (2010,1,1,0,0,0,0,_db .UTC ); -func _bee (_egbd ,_ddg string )string {_gfd :=[]byte (_egbd );_egaf :=_dg .New (_eba .New ,_gfd );_egaf .Write ([]byte (_ddg ));return _edg .StdEncoding .EncodeToString (_egaf .Sum (nil ));};type LicenseKey struct{LicenseId string `json:"license_id"`;CustomerId string `json:"customer_id"`; -CustomerName string `json:"customer_name"`;Tier string `json:"tier"`;CreatedAt _db .Time `json:"-"`;CreatedAtInt int64 `json:"created_at"`;ExpiresAt *_db .Time `json:"-"`;ExpiresAtInt int64 `json:"expires_at"`;CreatedBy string `json:"created_by"`;CreatorName string `json:"creator_name"`; -CreatorEmail string `json:"creator_email"`;UniPDF bool `json:"unipdf"`;UniOffice bool `json:"unioffice"`;UniHTML bool `json:"unihtml"`;Trial bool `json:"trial"`;_be bool ;_fbc string ;_agf bool ;_edb bool ;};func _gff ()([]string ,[]string ,error ){_fbdc ,_baag :=_gc .Interfaces (); -if _baag !=nil {return nil ,nil ,_baag ;};var _ega []string ;var _faca []string ;for _ ,_dfeb :=range _fbdc {if _dfeb .Flags &_gc .FlagUp ==0||_a .Equal (_dfeb .HardwareAddr ,nil ){continue ;};_fda ,_fgd :=_dfeb .Addrs ();if _fgd !=nil {return nil ,nil ,_fgd ; -};_aag :=0;for _ ,_cbb :=range _fda {var _dad _gc .IP ;switch _dcf :=_cbb .(type ){case *_gc .IPNet :_dad =_dcf .IP ;case *_gc .IPAddr :_dad =_dcf .IP ;};if _dad .IsLoopback (){continue ;};if _dad .To4 ()==nil {continue ;};_faca =append (_faca ,_dad .String ()); -_aag ++;};_gcb :=_dfeb .HardwareAddr .String ();if _gcb !=""&&_aag > 0{_ega =append (_ega ,_gcb );};};return _ega ,_faca ,nil ;};func (_gdf *LicenseKey )Validate ()error {if _gdf ._be {return nil ;};if len (_gdf .LicenseId )< 10{return _eb .Errorf ("i\u006e\u0076\u0061\u006c\u0069\u0064 \u006c\u0069\u0063\u0065\u006e\u0073\u0065\u003a\u0020L\u0069\u0063\u0065n\u0073e\u0020\u0049\u0064"); -};if len (_gdf .CustomerId )< 10{return _eb .Errorf ("\u0069\u006e\u0076\u0061l\u0069\u0064\u0020\u006c\u0069\u0063\u0065\u006e\u0073\u0065:\u0020C\u0075\u0073\u0074\u006f\u006d\u0065\u0072 \u0049\u0064");};if len (_gdf .CustomerName )< 1{return _eb .Errorf ("\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u006c\u0069c\u0065\u006e\u0073\u0065\u003a\u0020\u0043u\u0073\u0074\u006f\u006d\u0065\u0072\u0020\u004e\u0061\u006d\u0065"); -};if _caff .After (_gdf .CreatedAt ){return _eb .Errorf ("\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u006c\u0069\u0063\u0065\u006e\u0073\u0065\u003a\u0020\u0043\u0072\u0065\u0061\u0074\u0065\u0064 \u0041\u0074\u0020\u0069\u0073 \u0069\u006ev\u0061\u006c\u0069\u0064"); -};if _gdf .ExpiresAt ==nil {_gg :=_gdf .CreatedAt .AddDate (1,0,0);if _ecd .After (_gg ){_gg =_ecd ;};_gdf .ExpiresAt =&_gg ;};if _gdf .CreatedAt .After (*_gdf .ExpiresAt ){return _eb .Errorf ("i\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u006c\u0069\u0063\u0065\u006e\u0073\u0065\u003a\u0020\u0043\u0072\u0065\u0061\u0074\u0065\u0064\u0020\u0041\u0074 \u0063a\u006e\u006e\u006f\u0074 \u0062\u0065 \u0047\u0072\u0065\u0061\u0074\u0065\u0072\u0020\u0074\u0068\u0061\u006e\u0020\u0045\u0078\u0070\u0069\u0072\u0065\u0073\u0020\u0041\u0074"); -};if _gdf .isExpired (){_ge :="\u0054\u0068\u0065\u0020\u006c\u0069c\u0065\u006e\u0073\u0065\u0020\u0068\u0061\u0073\u0020\u0061\u006c\u0072\u0065a\u0064\u0079\u0020\u0065\u0078\u0070\u0069r\u0065\u0064\u002e\u000a"+"\u0059o\u0075\u0020\u006d\u0061y\u0020n\u0065\u0065\u0064\u0020\u0074\u006f\u0020\u0075\u0070d\u0061\u0074\u0065\u0020\u0074\u0068\u0065\u0020l\u0069\u0063\u0065\u006e\u0073\u0065\u0020\u006b\u0065\u0079\u0020t\u006f\u0020\u0074\u0068\u0065\u0020\u006e\u0065\u0077\u0065s\u0074\u0020\u006c\u0069\u0063\u0065\u006e\u0073\u0065\u0020\u006b\u0065\u0079\u0020\u0066\u006f\u0072\u0020\u0079o\u0075\u0072\u0020\u006f\u0072\u0067\u0061\u006e\u0069\u007a\u0061\u0074i\u006fn\u002e\u000a"+"\u0054o\u0020\u0066\u0069\u006ed y\u006f\u0075\u0072\u0020n\u0065\u0077\u0065\u0073\u0074\u0020\u006c\u0069\u0063\u0065n\u0073\u0065\u0020\u006b\u0065\u0079\u002c\u0020\u0067\u006f\u0020\u0074\u006f\u0020\u0068\u0074\u0074\u0070\u0073\u003a\u002f\u002f\u0063l\u006f\u0075\u0064\u002e\u0075\u006e\u0069\u0064oc\u002e\u0069\u006f \u0061\u006e\u0064\u0020\u0067o\u0020t\u006f\u0020\u0074\u0068\u0065\u0020\u006c\u0069\u0063e\u006e\u0073\u0065\u0020\u006d\u0065\u006e\u0075\u002e"; -return _eb .Errorf ("\u0069\u006e\u0076\u0061li\u0064\u0020\u006c\u0069\u0063\u0065\u006e\u0073\u0065\u003a\u0020\u0025\u0073",_ge );};if len (_gdf .CreatorName )< 1{return _eb .Errorf ("\u0069\u006ev\u0061\u006c\u0069\u0064\u0020\u006c\u0069\u0063\u0065\u006e\u0073\u0065\u003a\u0020\u0043\u0072\u0065\u0061\u0074\u006f\u0072\u0020na\u006d\u0065"); -};if len (_gdf .CreatorEmail )< 1{return _eb .Errorf ("\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u006c\u0069c\u0065\u006e\u0073\u0065\u003a\u0020\u0043r\u0065\u0061\u0074\u006f\u0072\u0020\u0065\u006d\u0061\u0069\u006c");};if _gdf .CreatedAt .After (_gf ){if !_gdf .UniPDF {return _eb .Errorf ("\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u006c\u0069\u0063\u0065\u006e\u0073\u0065:\u0020\u0054\u0068\u0069\u0073\u0020\u0055\u006e\u0069\u0044\u006f\u0063\u0020k\u0065\u0079\u0020\u0069\u0073\u0020\u0069\u006e\u0076\u0061\u006c\u0069d \u0066\u006f\u0072\u0020\u0055\u006e\u0069\u0050\u0044\u0046"); -};};return nil ;};func _ffgd (_eeac *_gb .Response )(_f .ReadCloser ,error ){var _fef error ;var _gbac _f .ReadCloser ;switch _b .ToLower (_eeac .Header .Get ("\u0043\u006fn\u0074\u0065\u006et\u002d\u0045\u006e\u0063\u006f\u0064\u0069\u006e\u0067")){case "\u0067\u007a\u0069\u0070":_gbac ,_fef =_ed .NewReader (_eeac .Body ); -if _fef !=nil {return _gbac ,_fef ;};defer _gbac .Close ();default:_gbac =_eeac .Body ;};return _gbac ,nil ;};func _bfa (_fd string ,_bfc string ,_gba string )(string ,error ){_aab :=_b .Index (_gba ,_fd );if _aab ==-1{return "",_eb .Errorf ("\u0068\u0065a\u0064\u0065\u0072 \u006e\u006f\u0074\u0020\u0066\u006f\u0075\u006e\u0064"); -};_ab :=_b .Index (_gba ,_bfc );if _ab ==-1{return "",_eb .Errorf ("\u0066\u006fo\u0074\u0065\u0072 \u006e\u006f\u0074\u0020\u0066\u006f\u0075\u006e\u0064");};_acg :=_aab +len (_fd )+1;return _gba [_acg :_ab -1],nil ;};func _bdg (_dfe string ,_fbb string )([]byte ,error ){var (_bc int ; -_fg string ;);for _ ,_fg =range []string {"\u000a\u002b\u000a","\u000d\u000a\u002b\r\u000a","\u0020\u002b\u0020"}{if _bc =_b .Index (_fbb ,_fg );_bc !=-1{break ;};};if _bc ==-1{return nil ,_eb .Errorf ("\u0069\u006e\u0076al\u0069\u0064\u0020\u0069\u006e\u0070\u0075\u0074\u002c \u0073i\u0067n\u0061t\u0075\u0072\u0065\u0020\u0073\u0065\u0070\u0061\u0072\u0061\u0074\u006f\u0072"); -};_ea :=_fbb [:_bc ];_fa :=_bc +len (_fg );_eeda :=_fbb [_fa :];if _ea ==""||_eeda ==""{return nil ,_eb .Errorf ("\u0069n\u0076\u0061l\u0069\u0064\u0020\u0069n\u0070\u0075\u0074,\u0020\u006d\u0069\u0073\u0073\u0069\u006e\u0067\u0020or\u0069\u0067\u0069n\u0061\u006c \u006f\u0072\u0020\u0073\u0069\u0067n\u0061\u0074u\u0072\u0065"); -};_bg ,_gde :=_edg .StdEncoding .DecodeString (_ea );if _gde !=nil {return nil ,_eb .Errorf ("\u0069\u006e\u0076\u0061li\u0064\u0020\u0069\u006e\u0070\u0075\u0074\u0020\u006f\u0072\u0069\u0067\u0069\u006ea\u006c");};_eab ,_gde :=_edg .StdEncoding .DecodeString (_eeda ); -if _gde !=nil {return nil ,_eb .Errorf ("\u0069\u006e\u0076al\u0069\u0064\u0020\u0069\u006e\u0070\u0075\u0074\u0020\u0073\u0069\u0067\u006e\u0061\u0074\u0075\u0072\u0065");};_eda ,_ :=_gd .Decode ([]byte (_dfe ));if _eda ==nil {return nil ,_eb .Errorf ("\u0050\u0075\u0062\u004b\u0065\u0079\u0020\u0066\u0061\u0069\u006c\u0065\u0064"); -};_ad ,_gde :=_ee .ParsePKIXPublicKey (_eda .Bytes );if _gde !=nil {return nil ,_gde ;};_cf :=_ad .(*_ec .PublicKey );if _cf ==nil {return nil ,_eb .Errorf ("\u0050u\u0062\u004b\u0065\u0079\u0020\u0063\u006f\u006e\u0076\u0065\u0072s\u0069\u006f\u006e\u0020\u0066\u0061\u0069\u006c\u0065\u0064"); -};_ce :=_bd .New ();_ce .Write (_bg );_aeg :=_ce .Sum (nil );_gde =_ec .VerifyPKCS1v15 (_cf ,_e .SHA512 ,_aeg ,_eab );if _gde !=nil {return nil ,_gde ;};return _bg ,nil ;};func Track (docKey string ,useKey string ,docName string )error {return _agg (docKey ,useKey ,docName ,!_cbe ._agf ); -};func _afdc (_aff ,_geed []byte )([]byte ,error ){_afb :=make ([]byte ,_edg .URLEncoding .DecodedLen (len (_geed )));_eec ,_aga :=_edg .URLEncoding .Decode (_afb ,_geed );if _aga !=nil {return nil ,_aga ;};_afb =_afb [:_eec ];_accb ,_aga :=_acb .NewCipher (_aff ); -if _aga !=nil {return nil ,_aga ;};if len (_afb )< _acb .BlockSize {return nil ,_cd .New ("c\u0069p\u0068\u0065\u0072\u0074\u0065\u0078\u0074\u0020t\u006f\u006f\u0020\u0073ho\u0072\u0074");};_dce :=_afb [:_acb .BlockSize ];_afb =_afb [_acb .BlockSize :]; -_ffga :=_dga .NewCFBDecrypter (_accb ,_dce );_ffga .XORKeyStream (_afb ,_afb );return _afb ,nil ;};func SetMeteredKeyPersistentCache (val bool ){_cbe ._agf =val };func _gfe (_adag ,_dfdc []byte )([]byte ,error ){_egb ,_afc :=_acb .NewCipher (_adag );if _afc !=nil {return nil ,_afc ; -};_dgge :=make ([]byte ,_acb .BlockSize +len (_dfdc ));_ebgc :=_dgge [:_acb .BlockSize ];if _ ,_egbf :=_f .ReadFull (_efc .Reader ,_ebgc );_egbf !=nil {return nil ,_egbf ;};_edaf :=_dga .NewCFBEncrypter (_egb ,_ebgc );_edaf .XORKeyStream (_dgge [_acb .BlockSize :],_dfdc ); -_ddbe :=make ([]byte ,_edg .URLEncoding .EncodedLen (len (_dgge )));_edg .URLEncoding .Encode (_ddbe ,_dgge );return _ddbe ,nil ;};type meteredUsageCheckinForm struct{Instance string `json:"inst"`;Next string `json:"next"`;UsageNumber int `json:"usage_number"`; +package license ;import (_ga "bytes";_gc "compress/gzip";_f "crypto";_aec "crypto/aes";_ef "crypto/cipher";_ab "crypto/hmac";_da "crypto/rand";_abb "crypto/rsa";_gb "crypto/sha256";_bf "crypto/sha512";_ggf "crypto/x509";_bg "encoding/base64";_gga "encoding/hex"; +_gcg "encoding/json";_dd "encoding/pem";_a "errors";_ae "fmt";_dg "github.com/unidoc/unipdf/v3/common";_c "io";_cc "net";_ge "net/http";_fe "os";_e "path/filepath";_b "sort";_d "strings";_gg "sync";_fed "time";);const (LicenseTierUnlicensed ="\u0075\u006e\u006c\u0069\u0063\u0065\u006e\u0073\u0065\u0064"; +LicenseTierCommunity ="\u0063o\u006d\u006d\u0075\u006e\u0069\u0074y";LicenseTierIndividual ="\u0069\u006e\u0064\u0069\u0076\u0069\u0064\u0075\u0061\u006c";LicenseTierBusiness ="\u0062\u0075\u0073\u0069\u006e\u0065\u0073\u0073";);func _cedc (_agdd ,_feeb []byte )([]byte ,error ){_edc :=make ([]byte ,_bg .URLEncoding .DecodedLen (len (_feeb ))); +_fdd ,_geba :=_bg .URLEncoding .Decode (_edc ,_feeb );if _geba !=nil {return nil ,_geba ;};_edc =_edc [:_fdd ];_cfe ,_geba :=_aec .NewCipher (_agdd );if _geba !=nil {return nil ,_geba ;};if len (_edc )< _aec .BlockSize {return nil ,_a .New ("c\u0069p\u0068\u0065\u0072\u0074\u0065\u0078\u0074\u0020t\u006f\u006f\u0020\u0073ho\u0072\u0074"); +};_gdac :=_edc [:_aec .BlockSize ];_edc =_edc [_aec .BlockSize :];_edge :=_ef .NewCFBDecrypter (_cfe ,_gdac );_edge .XORKeyStream (_edc ,_edc );return _edc ,nil ;};func _gbc ()(string ,error ){_dgbc :=_d .TrimSpace (_fe .Getenv (_acg ));if _dgbc ==""{_dg .Log .Debug ("\u0024\u0025\u0073\u0020e\u006e\u0076\u0069\u0072\u006f\u006e\u006d\u0065\u006e\u0074\u0020\u0076\u0061\u0072\u0069\u0061\u0062l\u0065\u0020\u006e\u006f\u0074\u0020\u0066\u006f\u0075\u006e\u0064\u002e\u0020\u0057\u0069\u006c\u006c\u0020\u0075\u0073\u0065\u0020\u0068\u006f\u006d\u0065\u0020\u0064\u0069\u0072\u0065\u0063\u0074\u006f\u0072\u0079\u0020\u0074\u006f\u0020s\u0074\u006f\u0072\u0065\u0020\u006c\u0069\u0063\u0065\u006e\u0073\u0065\u0020in\u0066o\u0072\u006d\u0061\u0074\u0069\u006f\u006e\u002e",_acg ); +_bca :=_bdf ();if len (_bca )==0{return "",_ae .Errorf ("r\u0065\u0071\u0075\u0069\u0072\u0065\u0064\u0020\u0024\u0025\u0073\u0020\u0065\u006e\u0076\u0069\u0072\u006f\u006e\u006d\u0065\u006e\u0074\u0020\u0076\u0061r\u0069a\u0062\u006c\u0065\u0020o\u0072\u0020h\u006f\u006d\u0065\u0020\u0064\u0069\u0072\u0065\u0063\u0074\u006f\u0072\u0079\u0020\u006e\u006f\u0074\u0020\u0066\u006f\u0075\u006e\u0064",_acg ); +};_dgbc =_e .Join (_bca ,"\u002eu\u006e\u0069\u0064\u006f\u0063");};_cee :=_fe .MkdirAll (_dgbc ,0777);if _cee !=nil {return "",_cee ;};return _dgbc ,nil ;};func (_cbg *LicenseKey )ToString ()string {if _cbg ._fca {return "M\u0065t\u0065\u0072\u0065\u0064\u0020\u0073\u0075\u0062s\u0063\u0072\u0069\u0070ti\u006f\u006e"; +};_efa :=_ae .Sprintf ("\u004ci\u0063e\u006e\u0073\u0065\u0020\u0049\u0064\u003a\u0020\u0025\u0073\u000a",_cbg .LicenseId );_efa +=_ae .Sprintf ("\u0043\u0075s\u0074\u006f\u006de\u0072\u0020\u0049\u0064\u003a\u0020\u0025\u0073\u000a",_cbg .CustomerId ); +_efa +=_ae .Sprintf ("\u0043u\u0073t\u006f\u006d\u0065\u0072\u0020N\u0061\u006de\u003a\u0020\u0025\u0073\u000a",_cbg .CustomerName );_efa +=_ae .Sprintf ("\u0054i\u0065\u0072\u003a\u0020\u0025\u0073\n",_cbg .Tier );_efa +=_ae .Sprintf ("\u0043r\u0065a\u0074\u0065\u0064\u0020\u0041\u0074\u003a\u0020\u0025\u0073\u000a",_dg .UtcTimeFormat (_cbg .CreatedAt )); +if _cbg .ExpiresAt ==nil {_efa +="\u0045x\u0070i\u0072\u0065\u0073\u0020\u0041t\u003a\u0020N\u0065\u0076\u0065\u0072\u000a";}else {_efa +=_ae .Sprintf ("\u0045x\u0070i\u0072\u0065\u0073\u0020\u0041\u0074\u003a\u0020\u0025\u0073\u000a",_dg .UtcTimeFormat (*_cbg .ExpiresAt )); +};_efa +=_ae .Sprintf ("\u0043\u0072\u0065\u0061\u0074\u006f\u0072\u003a\u0020\u0025\u0073\u0020<\u0025\u0073\u003e\u000a",_cbg .CreatorName ,_cbg .CreatorEmail );return _efa ;};type defaultStateHolder struct{};var _gaa stateLoader =defaultStateHolder {}; +type reportState struct{Instance string `json:"inst"`;Next string `json:"n"`;Docs int64 `json:"d"`;NumErrors int64 `json:"e"`;LimitDocs bool `json:"ld"`;RemainingDocs int64 `json:"rd"`;LastReported _fed .Time `json:"lr"`;LastWritten _fed .Time `json:"lw"`; +Usage map[string ]int `json:"u"`;UsageLogs []interface{}`json:"ul,omitempty"`;};func _fbg ()*meteredClient {_fg :=meteredClient {_eac :"h\u0074\u0074\u0070\u0073\u003a\u002f/\u0063\u006c\u006f\u0075\u0064\u002e\u0075\u006e\u0069d\u006f\u0063\u002ei\u006f/\u0061\u0070\u0069",_fcd :&_ge .Client {Timeout :30*_fed .Second }}; +if _bgf :=_fe .Getenv ("\u0055N\u0049\u0044\u004f\u0043_\u004c\u0049\u0043\u0045\u004eS\u0045_\u0053E\u0052\u0056\u0045\u0052\u005f\u0055\u0052L");_d .HasPrefix (_bgf ,"\u0068\u0074\u0074\u0070"){_fg ._eac =_bgf ;};return &_fg ;};func (_dfc *meteredClient )checkinUsage (_cfa meteredUsageCheckinForm )(meteredUsageCheckinResp ,error ){_cfa .Package ="\u0075\u006e\u0069\u0070\u0064\u0066"; +_cfa .PackageVersion =_dg .Version ;var _egd meteredUsageCheckinResp ;_afed :=_dfc ._eac +"\u002f\u006d\u0065\u0074er\u0065\u0064\u002f\u0075\u0073\u0061\u0067\u0065\u005f\u0063\u0068\u0065\u0063\u006bi\u006e";_dge ,_ddg :=_gcg .Marshal (_cfa );if _ddg !=nil {return _egd ,_ddg ; +};_geb ,_ddg :=_gcgd (_dge );if _ddg !=nil {return _egd ,_ddg ;};_gce ,_ddg :=_ge .NewRequest ("\u0050\u004f\u0053\u0054",_afed ,_geb );if _ddg !=nil {return _egd ,_ddg ;};_gce .Header .Add ("\u0043\u006f\u006et\u0065\u006e\u0074\u002d\u0054\u0079\u0070\u0065","\u0061\u0070p\u006c\u0069\u0063a\u0074\u0069\u006f\u006e\u002f\u006a\u0073\u006f\u006e"); +_gce .Header .Add ("\u0043\u006fn\u0074\u0065\u006et\u002d\u0045\u006e\u0063\u006f\u0064\u0069\u006e\u0067","\u0067\u007a\u0069\u0070");_gce .Header .Add ("\u0041c\u0063e\u0070\u0074\u002d\u0045\u006e\u0063\u006f\u0064\u0069\u006e\u0067","\u0067\u007a\u0069\u0070"); +_gce .Header .Add ("\u0058-\u0041\u0050\u0049\u002d\u004b\u0045Y",_dfc ._eaa );_cfb ,_ddg :=_dfc ._fcd .Do (_gce );if _ddg !=nil {return _egd ,_ddg ;};defer _cfb .Body .Close ();if _cfb .StatusCode !=200{_bgc ,_bfca :=_fbbg (_cfb );if _bfca !=nil {return _egd ,_bfca ; +};_bfca =_gcg .Unmarshal (_bgc ,&_egd );if _bfca !=nil {return _egd ,_bfca ;};return _egd ,_ae .Errorf ("\u0066\u0061i\u006c\u0065\u0064\u0020t\u006f\u0020c\u0068\u0065\u0063\u006b\u0069\u006e\u002c\u0020s\u0074\u0061\u0074\u0075\u0073\u0020\u0063\u006f\u0064\u0065\u0020\u0069s\u003a\u0020\u0025\u0064",_cfb .StatusCode ); +};_cfg :=_cfb .Header .Get ("\u0058\u002d\u0055\u0043\u002d\u0053\u0069\u0067\u006ea\u0074\u0075\u0072\u0065");_gea :=_cba (_cfa .MacAddress ,string (_dge ));if _gea !=_cfg {_dg .Log .Error ("I\u006e\u0076\u0061l\u0069\u0064\u0020\u0072\u0065\u0073\u0070\u006f\u006e\u0073\u0065\u0020\u0073\u0069\u0067\u006e\u0061\u0074\u0075\u0072\u0065\u002c\u0020\u0073\u0065t\u0020\u0074\u0068e\u0020\u006c\u0069\u0063\u0065\u006e\u0073\u0065\u0020\u0073\u0065\u0072\u0076e\u0072\u0020\u0074\u006f \u0068\u0074\u0074\u0070s\u003a\u002f\u002f\u0063\u006c\u006f\u0075\u0064\u002e\u0075\u006e\u0069\u0064\u006f\u0063\u002e\u0069o\u002f\u0061\u0070\u0069"); +return _egd ,_a .New ("\u0066\u0061\u0069l\u0065\u0064\u0020\u0074\u006f\u0020\u0063\u0068\u0065\u0063\u006b\u0069\u006e\u002c\u0020\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0073\u0065\u0072\u0076\u0065\u0072 \u0072\u0065\u0073\u0070\u006f\u006e\u0073\u0065"); +};_gae ,_ddg :=_fbbg (_cfb );if _ddg !=nil {return _egd ,_ddg ;};_ddg =_gcg .Unmarshal (_gae ,&_egd );if _ddg !=nil {return _egd ,_ddg ;};return _egd ,nil ;};var _eg =_fed .Date (2020,1,1,0,0,0,0,_fed .UTC );func _gcgd (_age []byte )(_c .Reader ,error ){_aeb :=new (_ga .Buffer ); +_edd :=_gc .NewWriter (_aeb );_edd .Write (_age );_bcc :=_edd .Close ();if _bcc !=nil {return nil ,_bcc ;};return _aeb ,nil ;};type meteredClient struct{_eac string ;_eaa string ;_fcd *_ge .Client ;};func SetMeteredKey (apiKey string )error {if len (apiKey )==0{_dg .Log .Error ("\u004d\u0065\u0074\u0065\u0072e\u0064\u0020\u004c\u0069\u0063\u0065\u006e\u0073\u0065\u0020\u0041\u0050\u0049 \u004b\u0065\u0079\u0020\u006d\u0075\u0073\u0074\u0020\u006e\u006f\u0074\u0020\u0062\u0065\u0020\u0065\u006d\u0070\u0074\u0079"); +_dg .Log .Error ("\u002d\u0020\u0047\u0072\u0061\u0062\u0020\u006f\u006e\u0065\u0020\u0069\u006e\u0020\u0074h\u0065\u0020\u0046\u0072\u0065\u0065\u0020\u0054\u0069\u0065\u0072\u0020\u0061t\u0020\u0068\u0074\u0074\u0070\u0073\u003a\u002f\u002f\u0063\u006c\u006fud\u002e\u0075\u006e\u0069\u0064\u006f\u0063\u002e\u0069\u006f"); +return _ae .Errorf ("\u006de\u0074\u0065\u0072e\u0064\u0020\u006ci\u0063en\u0073\u0065\u0020\u0061\u0070\u0069\u0020k\u0065\u0079\u0020\u006d\u0075\u0073\u0074\u0020\u006e\u006f\u0074\u0020\u0062\u0065\u0020\u0065\u006d\u0070\u0074\u0079\u003a\u0020\u0063\u0072\u0065\u0061\u0074\u0065 o\u006ee\u0020\u0061\u0074\u0020\u0068\u0074t\u0070\u0073\u003a\u002f\u002fc\u006c\u006f\u0075\u0064\u002e\u0075\u006e\u0069\u0064\u006f\u0063.\u0069\u006f"); +};if _cebc !=nil &&(_cebc ._fca ||_cebc .Tier !=LicenseTierUnlicensed ){_dg .Log .Error ("\u0045\u0052\u0052\u004f\u0052:\u0020\u0043\u0061\u006e\u006eo\u0074 \u0073\u0065\u0074\u0020\u006c\u0069\u0063\u0065\u006e\u0073\u0065\u0020\u006b\u0065\u0079\u0020\u0074\u0077\u0069c\u0065\u0020\u002d\u0020\u0053\u0068\u006f\u0075\u006c\u0064\u0020\u006a\u0075\u0073\u0074\u0020\u0069\u006e\u0069\u0074\u0069\u0061\u006c\u0069z\u0065\u0020\u006f\u006e\u0063\u0065"); +return _a .New ("\u006c\u0069\u0063en\u0073\u0065\u0020\u006b\u0065\u0079\u0020\u0061\u006c\u0072\u0065\u0061\u0064\u0079\u0020\u0073\u0065\u0074");};_dcb :=_fbg ();_dcb ._eaa =apiKey ;_gee ,_aeccb :=_dcb .getStatus ();if _aeccb !=nil {return _aeccb ;}; +if !_gee .Valid {return _a .New ("\u006b\u0065\u0079\u0020\u006e\u006f\u0074\u0020\u0076\u0061\u006c\u0069\u0064");};_feec :=&LicenseKey {_fca :true ,_bcg :apiKey ,_ecc :true };_cebc =_feec ;return nil ;};func _bd (_ca string ,_dgb string )([]byte ,error ){var (_ee int ; +_dfb string ;);for _ ,_dfb =range []string {"\u000a\u002b\u000a","\u000d\u000a\u002b\r\u000a","\u0020\u002b\u0020"}{if _ee =_d .Index (_dgb ,_dfb );_ee !=-1{break ;};};if _ee ==-1{return nil ,_ae .Errorf ("\u0069\u006e\u0076al\u0069\u0064\u0020\u0069\u006e\u0070\u0075\u0074\u002c \u0073i\u0067n\u0061t\u0075\u0072\u0065\u0020\u0073\u0065\u0070\u0061\u0072\u0061\u0074\u006f\u0072"); +};_cb :=_dgb [:_ee ];_gf :=_ee +len (_dfb );_af :=_dgb [_gf :];if _cb ==""||_af ==""{return nil ,_ae .Errorf ("\u0069n\u0076\u0061l\u0069\u0064\u0020\u0069n\u0070\u0075\u0074,\u0020\u006d\u0069\u0073\u0073\u0069\u006e\u0067\u0020or\u0069\u0067\u0069n\u0061\u006c \u006f\u0072\u0020\u0073\u0069\u0067n\u0061\u0074u\u0072\u0065"); +};_dfg ,_dde :=_bg .StdEncoding .DecodeString (_cb );if _dde !=nil {return nil ,_ae .Errorf ("\u0069\u006e\u0076\u0061li\u0064\u0020\u0069\u006e\u0070\u0075\u0074\u0020\u006f\u0072\u0069\u0067\u0069\u006ea\u006c");};_dea ,_dde :=_bg .StdEncoding .DecodeString (_af ); +if _dde !=nil {return nil ,_ae .Errorf ("\u0069\u006e\u0076al\u0069\u0064\u0020\u0069\u006e\u0070\u0075\u0074\u0020\u0073\u0069\u0067\u006e\u0061\u0074\u0075\u0072\u0065");};_ff ,_ :=_dd .Decode ([]byte (_ca ));if _ff ==nil {return nil ,_ae .Errorf ("\u0050\u0075\u0062\u004b\u0065\u0079\u0020\u0066\u0061\u0069\u006c\u0065\u0064"); +};_ag ,_dde :=_ggf .ParsePKIXPublicKey (_ff .Bytes );if _dde !=nil {return nil ,_dde ;};_fbe :=_ag .(*_abb .PublicKey );if _fbe ==nil {return nil ,_ae .Errorf ("\u0050u\u0062\u004b\u0065\u0079\u0020\u0063\u006f\u006e\u0076\u0065\u0072s\u0069\u006f\u006e\u0020\u0066\u0061\u0069\u006c\u0065\u0064"); +};_cf :=_bf .New ();_cf .Write (_dfg );_eb :=_cf .Sum (nil );_dde =_abb .VerifyPKCS1v15 (_fbe ,_f .SHA512 ,_eb ,_dea );if _dde !=nil {return nil ,_dde ;};return _dfg ,nil ;};const _dcg ="\u0055\u004e\u0049\u0050DF\u005f\u004c\u0049\u0043\u0045\u004e\u0053\u0045\u005f\u0050\u0041\u0054\u0048"; +func TrackUse (useKey string ){if _cebc ==nil {return ;};if !_cebc ._fca ||len (_cebc ._bcg )==0{return ;};if len (useKey )==0{return ;};_bdce .Lock ();defer _bdce .Unlock ();if _fedg ==nil {_fedg =map[string ]int {};};_fedg [useKey ]++;};func MakeUnlicensedKey ()*LicenseKey {_cd :=LicenseKey {}; +_cd .CustomerName ="\u0055\u006e\u006c\u0069\u0063\u0065\u006e\u0073\u0065\u0064";_cd .Tier =LicenseTierUnlicensed ;_cd .CreatedAt =_fed .Now ().UTC ();_cd .CreatedAtInt =_cd .CreatedAt .Unix ();return &_cd ;};func _dc (_gab string ,_aecc []byte )(string ,error ){_gba ,_ :=_dd .Decode ([]byte (_gab )); +if _gba ==nil {return "",_ae .Errorf ("\u0050\u0072\u0069\u0076\u004b\u0065\u0079\u0020\u0066a\u0069\u006c\u0065\u0064");};_fb ,_df :=_ggf .ParsePKCS1PrivateKey (_gba .Bytes );if _df !=nil {return "",_df ;};_fa :=_bf .New ();_fa .Write (_aecc );_de :=_fa .Sum (nil ); +_db ,_df :=_abb .SignPKCS1v15 (_da .Reader ,_fb ,_f .SHA512 ,_de );if _df !=nil {return "",_df ;};_bgb :=_bg .StdEncoding .EncodeToString (_aecc );_bgb +="\u000a\u002b\u000a";_bgb +=_bg .StdEncoding .EncodeToString (_db );return _bgb ,nil ;};const _acg ="\u0055N\u0049D\u004f\u0043\u005f\u004c\u0049C\u0045\u004eS\u0045\u005f\u0044\u0049\u0052"; +type meteredUsageCheckinResp struct{Instance string `json:"inst"`;Next string `json:"next"`;Success bool `json:"success"`;Message string `json:"message"`;RemainingDocs int `json:"rd"`;LimitDocs bool `json:"ld"`;};func GetLicenseKey ()*LicenseKey {if _cebc ==nil {return nil ; +};_eee :=*_cebc ;return &_eee ;};func _fbbg (_feed *_ge .Response )([]byte ,error ){var _dcgg []byte ;_agee ,_fff :=_dff (_feed );if _fff !=nil {return _dcgg ,_fff ;};return _c .ReadAll (_agee );};var _aed []interface{};var _cebc =MakeUnlicensedKey (); +var _fedg map[string ]int ;func GetMeteredState ()(MeteredStatus ,error ){if _cebc ==nil {return MeteredStatus {},_a .New ("\u006c\u0069\u0063\u0065ns\u0065\u0020\u006b\u0065\u0079\u0020\u006e\u006f\u0074\u0020\u0073\u0065\u0074");};if !_cebc ._fca ||len (_cebc ._bcg )==0{return MeteredStatus {},_a .New ("\u0061p\u0069 \u006b\u0065\u0079\u0020\u006e\u006f\u0074\u0020\u0073\u0065\u0074"); +};_agc ,_gde :=_gaa .loadState (_cebc ._bcg );if _gde !=nil {_dg .Log .Debug ("\u0045R\u0052\u004f\u0052\u003a\u0020\u0025v",_gde );return MeteredStatus {},_gde ;};if _agc .Docs > 0{_eeb :=_bfcd ("","","",true );if _eeb !=nil {return MeteredStatus {},_eeb ; +};};_bdce .Lock ();defer _bdce .Unlock ();_cgb :=_fbg ();_cgb ._eaa =_cebc ._bcg ;_ggff ,_gde :=_cgb .getStatus ();if _gde !=nil {return MeteredStatus {},_gde ;};if !_ggff .Valid {return MeteredStatus {},_a .New ("\u006b\u0065\u0079\u0020\u006e\u006f\u0074\u0020\u0076\u0061\u006c\u0069\u0064"); +};_abd :=MeteredStatus {OK :true ,Credits :_ggff .OrgCredits ,Used :_ggff .OrgUsed };return _abd ,nil ;};var _ffb map[string ]struct{};func (_bdc *LicenseKey )Validate ()error {if _bdc ._fca {return nil ;};if len (_bdc .LicenseId )< 10{return _ae .Errorf ("i\u006e\u0076\u0061\u006c\u0069\u0064 \u006c\u0069\u0063\u0065\u006e\u0073\u0065\u003a\u0020L\u0069\u0063\u0065n\u0073e\u0020\u0049\u0064"); +};if len (_bdc .CustomerId )< 10{return _ae .Errorf ("\u0069\u006e\u0076\u0061l\u0069\u0064\u0020\u006c\u0069\u0063\u0065\u006e\u0073\u0065:\u0020C\u0075\u0073\u0074\u006f\u006d\u0065\u0072 \u0049\u0064");};if len (_bdc .CustomerName )< 1{return _ae .Errorf ("\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u006c\u0069c\u0065\u006e\u0073\u0065\u003a\u0020\u0043u\u0073\u0074\u006f\u006d\u0065\u0072\u0020\u004e\u0061\u006d\u0065"); +};if _ggc .After (_bdc .CreatedAt ){return _ae .Errorf ("\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u006c\u0069\u0063\u0065\u006e\u0073\u0065\u003a\u0020\u0043\u0072\u0065\u0061\u0074\u0065\u0064 \u0041\u0074\u0020\u0069\u0073 \u0069\u006ev\u0061\u006c\u0069\u0064"); +};if _bdc .ExpiresAt ==nil {_ea :=_bdc .CreatedAt .AddDate (1,0,0);if _eg .After (_ea ){_ea =_eg ;};_bdc .ExpiresAt =&_ea ;};if _bdc .CreatedAt .After (*_bdc .ExpiresAt ){return _ae .Errorf ("i\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u006c\u0069\u0063\u0065\u006e\u0073\u0065\u003a\u0020\u0043\u0072\u0065\u0061\u0074\u0065\u0064\u0020\u0041\u0074 \u0063a\u006e\u006e\u006f\u0074 \u0062\u0065 \u0047\u0072\u0065\u0061\u0074\u0065\u0072\u0020\u0074\u0068\u0061\u006e\u0020\u0045\u0078\u0070\u0069\u0072\u0065\u0073\u0020\u0041\u0074"); +};if _bdc .isExpired (){_cad :="\u0054\u0068\u0065\u0020\u006c\u0069c\u0065\u006e\u0073\u0065\u0020\u0068\u0061\u0073\u0020\u0061\u006c\u0072\u0065a\u0064\u0079\u0020\u0065\u0078\u0070\u0069r\u0065\u0064\u002e\u000a"+"\u0059o\u0075\u0020\u006d\u0061y\u0020n\u0065\u0065\u0064\u0020\u0074\u006f\u0020\u0075\u0070d\u0061\u0074\u0065\u0020\u0074\u0068\u0065\u0020l\u0069\u0063\u0065\u006e\u0073\u0065\u0020\u006b\u0065\u0079\u0020t\u006f\u0020\u0074\u0068\u0065\u0020\u006e\u0065\u0077\u0065s\u0074\u0020\u006c\u0069\u0063\u0065\u006e\u0073\u0065\u0020\u006b\u0065\u0079\u0020\u0066\u006f\u0072\u0020\u0079o\u0075\u0072\u0020\u006f\u0072\u0067\u0061\u006e\u0069\u007a\u0061\u0074i\u006fn\u002e\u000a"+"\u0054o\u0020\u0066\u0069\u006ed y\u006f\u0075\u0072\u0020n\u0065\u0077\u0065\u0073\u0074\u0020\u006c\u0069\u0063\u0065n\u0073\u0065\u0020\u006b\u0065\u0079\u002c\u0020\u0067\u006f\u0020\u0074\u006f\u0020\u0068\u0074\u0074\u0070\u0073\u003a\u002f\u002f\u0063l\u006f\u0075\u0064\u002e\u0075\u006e\u0069\u0064oc\u002e\u0069\u006f \u0061\u006e\u0064\u0020\u0067o\u0020t\u006f\u0020\u0074\u0068\u0065\u0020\u006c\u0069\u0063e\u006e\u0073\u0065\u0020\u006d\u0065\u006e\u0075\u002e"; +return _ae .Errorf ("\u0069\u006e\u0076\u0061li\u0064\u0020\u006c\u0069\u0063\u0065\u006e\u0073\u0065\u003a\u0020\u0025\u0073",_cad );};if len (_bdc .CreatorName )< 1{return _ae .Errorf ("\u0069\u006ev\u0061\u006c\u0069\u0064\u0020\u006c\u0069\u0063\u0065\u006e\u0073\u0065\u003a\u0020\u0043\u0072\u0065\u0061\u0074\u006f\u0072\u0020na\u006d\u0065"); +};if len (_bdc .CreatorEmail )< 1{return _ae .Errorf ("\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u006c\u0069c\u0065\u006e\u0073\u0065\u003a\u0020\u0043r\u0065\u0061\u0074\u006f\u0072\u0020\u0065\u006d\u0061\u0069\u006c");};if _bdc .CreatedAt .After (_gaf ){if !_bdc .UniPDF {return _ae .Errorf ("\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u006c\u0069\u0063\u0065\u006e\u0073\u0065:\u0020\u0054\u0068\u0069\u0073\u0020\u0055\u006e\u0069\u0044\u006f\u0063\u0020k\u0065\u0079\u0020\u0069\u0073\u0020\u0069\u006e\u0076\u0061\u006c\u0069d \u0066\u006f\u0072\u0020\u0055\u006e\u0069\u0050\u0044\u0046"); +};};return nil ;};func SetMeteredKeyPersistentCache (val bool ){_cebc ._ecc =val };const (_be ="\u002d\u002d\u002d--\u0042\u0045\u0047\u0049\u004e\u0020\u0055\u004e\u0049D\u004fC\u0020L\u0049C\u0045\u004e\u0053\u0045\u0020\u004b\u0045\u0059\u002d\u002d\u002d\u002d\u002d"; +_fee ="\u002d\u002d\u002d\u002d\u002d\u0045\u004e\u0044\u0020\u0055\u004e\u0049\u0044\u004f\u0043 \u004cI\u0043\u0045\u004e\u0053\u0045\u0020\u004b\u0045\u0059\u002d\u002d\u002d\u002d\u002d";);func (_aee *meteredClient )getStatus ()(meteredStatusResp ,error ){var _ce meteredStatusResp ; +_gfg :=_aee ._eac +"\u002fm\u0065t\u0065\u0072\u0065\u0064\u002f\u0073\u0074\u0061\u0074\u0075\u0073";var _bea meteredStatusForm ;_bb ,_ed :=_gcg .Marshal (_bea );if _ed !=nil {return _ce ,_ed ;};_ffe ,_ed :=_gcgd (_bb );if _ed !=nil {return _ce ,_ed ; +};_ba ,_ed :=_ge .NewRequest ("\u0050\u004f\u0053\u0054",_gfg ,_ffe );if _ed !=nil {return _ce ,_ed ;};_ba .Header .Add ("\u0043\u006f\u006et\u0065\u006e\u0074\u002d\u0054\u0079\u0070\u0065","\u0061\u0070p\u006c\u0069\u0063a\u0074\u0069\u006f\u006e\u002f\u006a\u0073\u006f\u006e"); +_ba .Header .Add ("\u0043\u006fn\u0074\u0065\u006et\u002d\u0045\u006e\u0063\u006f\u0064\u0069\u006e\u0067","\u0067\u007a\u0069\u0070");_ba .Header .Add ("\u0041c\u0063e\u0070\u0074\u002d\u0045\u006e\u0063\u006f\u0064\u0069\u006e\u0067","\u0067\u007a\u0069\u0070"); +_ba .Header .Add ("\u0058-\u0041\u0050\u0049\u002d\u004b\u0045Y",_aee ._eaa );_bbe ,_ed :=_aee ._fcd .Do (_ba );if _ed !=nil {return _ce ,_ed ;};defer _bbe .Body .Close ();if _bbe .StatusCode !=200{return _ce ,_ae .Errorf ("\u0066\u0061i\u006c\u0065\u0064\u0020t\u006f\u0020c\u0068\u0065\u0063\u006b\u0069\u006e\u002c\u0020s\u0074\u0061\u0074\u0075\u0073\u0020\u0063\u006f\u0064\u0065\u0020\u0069s\u003a\u0020\u0025\u0064",_bbe .StatusCode ); +};_fbf ,_ed :=_fbbg (_bbe );if _ed !=nil {return _ce ,_ed ;};_ed =_gcg .Unmarshal (_fbf ,&_ce );if _ed !=nil {return _ce ,_ed ;};return _ce ,nil ;};func (_abbb *LicenseKey )IsLicensed ()bool {return _abbb .Tier !=LicenseTierUnlicensed ||_abbb ._fca };const _bfbc ="U\u004eI\u0050\u0044\u0046\u005f\u0043\u0055\u0053\u0054O\u004d\u0045\u0052\u005fNA\u004d\u0045"; +func _dfbg (_bdd string )(LicenseKey ,error ){var _ac LicenseKey ;_ec ,_fc :=_afe (_be ,_fee ,_bdd );if _fc !=nil {return _ac ,_fc ;};_gad ,_fc :=_bd (_bba ,_ec );if _fc !=nil {return _ac ,_fc ;};_fc =_gcg .Unmarshal (_gad ,&_ac );if _fc !=nil {return _ac ,_fc ; +};_ac .CreatedAt =_fed .Unix (_ac .CreatedAtInt ,0);if _ac .ExpiresAtInt > 0{_gec :=_fed .Unix (_ac .ExpiresAtInt ,0);_ac .ExpiresAt =&_gec ;};return _ac ,nil ;};func _ced (_eacc ,_afeb []byte )([]byte ,error ){_gda ,_ggd :=_aec .NewCipher (_eacc );if _ggd !=nil {return nil ,_ggd ; +};_dcge :=make ([]byte ,_aec .BlockSize +len (_afeb ));_cac :=_dcge [:_aec .BlockSize ];if _ ,_bbaa :=_c .ReadFull (_da .Reader ,_cac );_bbaa !=nil {return nil ,_bbaa ;};_ccce :=_ef .NewCFBEncrypter (_gda ,_cac );_ccce .XORKeyStream (_dcge [_aec .BlockSize :],_afeb ); +_cga :=make ([]byte ,_bg .URLEncoding .EncodedLen (len (_dcge )));_bg .URLEncoding .Encode (_cga ,_dcge );return _cga ,nil ;};func _dff (_cbgd *_ge .Response )(_c .ReadCloser ,error ){var _bfg error ;var _cbd _c .ReadCloser ;switch _d .ToLower (_cbgd .Header .Get ("\u0043\u006fn\u0074\u0065\u006et\u002d\u0045\u006e\u0063\u006f\u0064\u0069\u006e\u0067")){case "\u0067\u007a\u0069\u0070":_cbd ,_bfg =_gc .NewReader (_cbgd .Body ); +if _bfg !=nil {return _cbd ,_bfg ;};defer _cbd .Close ();default:_cbd =_cbgd .Body ;};return _cbd ,nil ;};func _cba (_fec ,_gag string )string {_feb :=[]byte (_fec );_fbbge :=_ab .New (_gb .New ,_feb );_fbbge .Write ([]byte (_gag ));return _bg .StdEncoding .EncodeToString (_fbbge .Sum (nil )); +};func (_ddf *LicenseKey )TypeToString ()string {if _ddf ._fca {return "M\u0065t\u0065\u0072\u0065\u0064\u0020\u0073\u0075\u0062s\u0063\u0072\u0069\u0070ti\u006f\u006e";};if _ddf .Tier ==LicenseTierUnlicensed {return "\u0055\u006e\u006c\u0069\u0063\u0065\u006e\u0073\u0065\u0064"; +};if _ddf .Tier ==LicenseTierCommunity {return "\u0041\u0047PL\u0076\u0033\u0020O\u0070\u0065\u006e\u0020Sou\u0072ce\u0020\u0043\u006f\u006d\u006d\u0075\u006eit\u0079\u0020\u004c\u0069\u0063\u0065\u006es\u0065";};if _ddf .Tier ==LicenseTierIndividual ||_ddf .Tier =="\u0069\u006e\u0064i\u0065"{return "\u0043\u006f\u006dm\u0065\u0072\u0063\u0069a\u006c\u0020\u004c\u0069\u0063\u0065\u006es\u0065\u0020\u002d\u0020\u0049\u006e\u0064\u0069\u0076\u0069\u0064\u0075\u0061\u006c"; +};return "\u0043\u006fm\u006d\u0065\u0072\u0063\u0069\u0061\u006c\u0020\u004c\u0069\u0063\u0065\u006e\u0073\u0065\u0020\u002d\u0020\u0042\u0075\u0073\u0069ne\u0073\u0073";};func (_afd *LicenseKey )isExpired ()bool {return _afd .getExpiryDateToCompare ().After (*_afd .ExpiresAt )}; +func SetLicenseKey (content string ,customerName string )error {_afeda ,_daf :=_dfbg (content );if _daf !=nil {_dg .Log .Error ("\u004c\u0069c\u0065\u006e\u0073\u0065\u0020\u0063\u006f\u0064\u0065\u0020\u0064\u0065\u0063\u006f\u0064\u0065\u0020\u0065\u0072\u0072\u006f\u0072: \u0025\u0076",_daf ); +return _daf ;};if !_d .EqualFold (_afeda .CustomerName ,customerName ){_dg .Log .Error ("L\u0069ce\u006es\u0065 \u0063\u006f\u0064\u0065\u0020i\u0073\u0073\u0075e\u0020\u002d\u0020\u0043\u0075s\u0074\u006f\u006de\u0072\u0020\u006e\u0061\u006d\u0065\u0020\u006d\u0069\u0073\u006da\u0074\u0063\u0068, e\u0078\u0070\u0065\u0063\u0074\u0065d\u0020\u0027\u0025\u0073\u0027\u002c\u0020\u0062\u0075\u0074\u0020\u0067o\u0074 \u0027\u0025\u0073\u0027",_afeda .CustomerName ,customerName ); +return _ae .Errorf ("\u0063\u0075\u0073\u0074\u006fm\u0065\u0072\u0020\u006e\u0061\u006d\u0065\u0020\u006d\u0069\u0073\u006d\u0061t\u0063\u0068\u002c\u0020\u0065\u0078\u0070\u0065\u0063\u0074\u0065\u0064\u0020\u0027\u0025\u0073\u0027\u002c\u0020\u0062\u0075\u0074\u0020\u0067\u006f\u0074\u0020\u0027\u0025\u0073'",_afeda .CustomerName ,customerName ); +};_daf =_afeda .Validate ();if _daf !=nil {_dg .Log .Error ("\u004c\u0069\u0063\u0065\u006e\u0073e\u0020\u0063\u006f\u0064\u0065\u0020\u0076\u0061\u006c\u0069\u0064\u0061\u0074i\u006f\u006e\u0020\u0065\u0072\u0072\u006fr\u003a\u0020\u0025\u0076",_daf ); +return _daf ;};_cebc =&_afeda ;return nil ;};const _bba ="\u000a\u002d\u002d\u002d\u002d\u002d\u0042\u0045\u0047\u0049\u004e \u0050\u0055\u0042\u004c\u0049\u0043\u0020\u004b\u0045Y\u002d\u002d\u002d\u002d\u002d\u000a\u004d\u0049I\u0042\u0049\u006a\u0041NB\u0067\u006b\u0071\u0068\u006b\u0069G\u0039\u0077\u0030\u0042\u0041\u0051\u0045\u0046A\u0041\u004f\u0043\u0041\u0051\u0038\u0041\u004d\u0049\u0049\u0042\u0043\u0067\u004b\u0043\u0041\u0051\u0045A\u006dF\u0055\u0069\u0079\u0064\u0037\u0062\u0035\u0058\u006a\u0070\u006b\u0050\u0035\u0052\u0061\u0070\u0034\u0077\u000a\u0044\u0063\u0031d\u0079\u007a\u0049\u0051\u0034\u004c\u0065\u006b\u0078\u0072\u0076\u0079\u0074\u006e\u0045\u004d\u0070\u004e\u0055\u0062\u006f\u0036i\u0041\u0037\u0034\u0056\u0038\u0072\u0075\u005a\u004f\u0076\u0072\u0053\u0063\u0073\u0066\u0032\u0051\u0065\u004e9\u002f\u0071r\u0055\u0047\u0038\u0071\u0045\u0062\u0055\u0057\u0064\u006f\u0045\u0059\u0071+\u000a\u006f\u0074\u0046\u004e\u0041\u0046N\u0078\u006c\u0047\u0062\u0078\u0062\u0044\u0048\u0063\u0064\u0047\u0056\u0061\u004d\u0030\u004f\u0058\u0064\u0058g\u0044y\u004c5\u0061\u0049\u0045\u0061\u0067\u004c\u0030\u0063\u0035\u0070\u0077\u006a\u0049\u0064\u0050G\u0049\u006e\u0034\u0036\u0066\u0037\u0038\u0065\u004d\u004a\u002b\u004a\u006b\u0064\u0063\u0070\u0044\n\u0044\u004a\u0061\u0071\u0059\u0058d\u0072\u007a5\u004b\u0065\u0073\u0068\u006aS\u0069\u0049\u0061\u0061\u0037\u006d\u0065\u006e\u0042\u0049\u0041\u0058\u0053\u0034\u0055\u0046\u0078N\u0066H\u0068\u004e\u0030\u0048\u0043\u0059\u005a\u0059\u0071\u0051\u0047\u0037\u0062K+\u0073\u0035\u0072R\u0048\u006f\u006e\u0079\u0064\u004eW\u0045\u0047\u000a\u0048\u0038M\u0079\u0076\u00722\u0070\u0079\u0061\u0032K\u0072\u004d\u0075m\u0066\u006d\u0041\u0078\u0055\u0042\u0036\u0066\u0065\u006e\u0043\u002f4\u004f\u0030\u0057\u00728\u0067\u0066\u0050\u004f\u0055\u0038R\u0069\u0074\u006d\u0062\u0044\u0076\u0051\u0050\u0049\u0052\u0058\u004fL\u0034\u0076\u0054B\u0072\u0042\u0064\u0062a\u0041\u000a9\u006e\u0077\u004e\u0050\u002b\u0069\u002f\u002f\u0032\u0030\u004d\u00542\u0062\u0078\u006d\u0065\u0057\u0042\u002b\u0067\u0070\u0063\u0045\u0068G\u0070\u0058\u005a7\u0033\u0033\u0061\u007a\u0051\u0078\u0072\u0043\u0033\u004a\u0034\u0076\u0033C\u005a\u006d\u0045\u004eS\u0074\u0044\u004b\u002f\u004b\u0044\u0053\u0050\u004b\u0055\u0047\u0066\u00756\u000a\u0066\u0077I\u0044\u0041\u0051\u0041\u0042\u000a\u002d\u002d\u002d\u002d\u002dE\u004e\u0044\u0020\u0050\u0055\u0042\u004c\u0049\u0043 \u004b\u0045Y\u002d\u002d\u002d\u002d\u002d\n"; +func _ffg ()([]string ,[]string ,error ){_bgff ,_dgdd :=_cc .Interfaces ();if _dgdd !=nil {return nil ,nil ,_dgdd ;};var _ega []string ;var _aefa []string ;for _ ,_acc :=range _bgff {if _acc .Flags &_cc .FlagUp ==0||_ga .Equal (_acc .HardwareAddr ,nil ){continue ; +};_add ,_ebb :=_acc .Addrs ();if _ebb !=nil {return nil ,nil ,_ebb ;};_egcb :=0;for _ ,_aaf :=range _add {var _bbda _cc .IP ;switch _dec :=_aaf .(type ){case *_cc .IPNet :_bbda =_dec .IP ;case *_cc .IPAddr :_bbda =_dec .IP ;};if _bbda .IsLoopback (){continue ; +};if _bbda .To4 ()==nil {continue ;};_aefa =append (_aefa ,_bbda .String ());_egcb ++;};_eccg :=_acc .HardwareAddr .String ();if _eccg !=""&&_egcb > 0{_ega =append (_ega ,_eccg );};};return _ega ,_aefa ,nil ;};func _bege ()(_cc .IP ,error ){_agd ,_cec :=_cc .Dial ("\u0075\u0064\u0070","\u0038\u002e\u0038\u002e\u0038\u002e\u0038\u003a\u0038\u0030"); +if _cec !=nil {return nil ,_cec ;};defer _agd .Close ();_dded :=_agd .LocalAddr ().(*_cc .UDPAddr );return _dded .IP ,nil ;};type meteredUsageCheckinForm struct{Instance string `json:"inst"`;Next string `json:"next"`;UsageNumber int `json:"usage_number"`; NumFailed int64 `json:"num_failed"`;Hostname string `json:"hostname"`;LocalIP string `json:"local_ip"`;MacAddress string `json:"mac_address"`;Package string `json:"package"`;PackageVersion string `json:"package_version"`;Usage map[string ]int `json:"u"`; -IsPersistentCache bool `json:"is_persistent_cache"`;Timestamp int64 `json:"timestamp"`;UsageLogs []interface{}`json:"ul,omitempty"`;};func _ded ()(string ,error ){_fee :=_b .TrimSpace (_ef .Getenv (_adc ));if _fee ==""{_dbb .Log .Debug ("\u0024\u0025\u0073\u0020e\u006e\u0076\u0069\u0072\u006f\u006e\u006d\u0065\u006e\u0074\u0020\u0076\u0061\u0072\u0069\u0061\u0062l\u0065\u0020\u006e\u006f\u0074\u0020\u0066\u006f\u0075\u006e\u0064\u002e\u0020\u0057\u0069\u006c\u006c\u0020\u0075\u0073\u0065\u0020\u0068\u006f\u006d\u0065\u0020\u0064\u0069\u0072\u0065\u0063\u0074\u006f\u0072\u0079\u0020\u0074\u006f\u0020s\u0074\u006f\u0072\u0065\u0020\u006c\u0069\u0063\u0065\u006e\u0073\u0065\u0020in\u0066o\u0072\u006d\u0061\u0074\u0069\u006f\u006e\u002e",_adc ); -_cgb :=_bcbg ();if len (_cgb )==0{return "",_eb .Errorf ("r\u0065\u0071\u0075\u0069\u0072\u0065\u0064\u0020\u0024\u0025\u0073\u0020\u0065\u006e\u0076\u0069\u0072\u006f\u006e\u006d\u0065\u006e\u0074\u0020\u0076\u0061r\u0069a\u0062\u006c\u0065\u0020o\u0072\u0020h\u006f\u006d\u0065\u0020\u0064\u0069\u0072\u0065\u0063\u0074\u006f\u0072\u0079\u0020\u006e\u006f\u0074\u0020\u0066\u006f\u0075\u006e\u0064",_adc ); -};_fee =_cg .Join (_cgb ,"\u002eu\u006e\u0069\u0064\u006f\u0063");};_cbcd :=_ef .MkdirAll (_fee ,0777);if _cbcd !=nil {return "",_cbcd ;};return _fee ,nil ;};func _gce ()(_gc .IP ,error ){_fbfa ,_dcd :=_gc .Dial ("\u0075\u0064\u0070","\u0038\u002e\u0038\u002e\u0038\u002e\u0038\u003a\u0038\u0030"); -if _dcd !=nil {return nil ,_dcd ;};defer _fbfa .Close ();_gaa :=_fbfa .LocalAddr ().(*_gc .UDPAddr );return _gaa .IP ,nil ;};func GetMeteredState ()(MeteredStatus ,error ){if _cbe ==nil {return MeteredStatus {},_cd .New ("\u006c\u0069\u0063\u0065ns\u0065\u0020\u006b\u0065\u0079\u0020\u006e\u006f\u0074\u0020\u0073\u0065\u0074"); -};if !_cbe ._be ||len (_cbe ._fbc )==0{return MeteredStatus {},_cd .New ("\u0061p\u0069 \u006b\u0065\u0079\u0020\u006e\u006f\u0074\u0020\u0073\u0065\u0074");};_dbe ,_bfaf :=_gbg .loadState (_cbe ._fbc );if _bfaf !=nil {_dbb .Log .Debug ("\u0045R\u0052\u004f\u0052\u003a\u0020\u0025v",_bfaf ); -return MeteredStatus {},_bfaf ;};if _dbe .Docs > 0{_adg :=_agg ("","","",true );if _adg !=nil {return MeteredStatus {},_adg ;};};_fgg .Lock ();defer _fgg .Unlock ();_faf :=_gbaf ();_faf ._fdb =_cbe ._fbc ;_eca ,_bfaf :=_faf .getStatus ();if _bfaf !=nil {return MeteredStatus {},_bfaf ; -};if !_eca .Valid {return MeteredStatus {},_cd .New ("\u006b\u0065\u0079\u0020\u006e\u006f\u0074\u0020\u0076\u0061\u006c\u0069\u0064");};_efa :=MeteredStatus {OK :true ,Credits :_eca .OrgCredits ,Used :_eca .OrgUsed };return _efa ,nil ;};func GetLicenseKey ()*LicenseKey {if _cbe ==nil {return nil ; -};_bff :=*_cbe ;return &_bff ;};func _bcbg ()string {_ffgg :=_ef .Getenv ("\u0048\u004f\u004d\u0045");if len (_ffgg )==0{_ffgg ,_ =_ef .UserHomeDir ();};return _ffgg ;};const _fec ="\u000a\u002d\u002d\u002d\u002d\u002d\u0042\u0045\u0047\u0049\u004e \u0050\u0055\u0042\u004c\u0049\u0043\u0020\u004b\u0045Y\u002d\u002d\u002d\u002d\u002d\u000a\u004d\u0049I\u0042\u0049\u006a\u0041NB\u0067\u006b\u0071\u0068\u006b\u0069G\u0039\u0077\u0030\u0042\u0041\u0051\u0045\u0046A\u0041\u004f\u0043\u0041\u0051\u0038\u0041\u004d\u0049\u0049\u0042\u0043\u0067\u004b\u0043\u0041\u0051\u0045A\u006dF\u0055\u0069\u0079\u0064\u0037\u0062\u0035\u0058\u006a\u0070\u006b\u0050\u0035\u0052\u0061\u0070\u0034\u0077\u000a\u0044\u0063\u0031d\u0079\u007a\u0049\u0051\u0034\u004c\u0065\u006b\u0078\u0072\u0076\u0079\u0074\u006e\u0045\u004d\u0070\u004e\u0055\u0062\u006f\u0036i\u0041\u0037\u0034\u0056\u0038\u0072\u0075\u005a\u004f\u0076\u0072\u0053\u0063\u0073\u0066\u0032\u0051\u0065\u004e9\u002f\u0071r\u0055\u0047\u0038\u0071\u0045\u0062\u0055\u0057\u0064\u006f\u0045\u0059\u0071+\u000a\u006f\u0074\u0046\u004e\u0041\u0046N\u0078\u006c\u0047\u0062\u0078\u0062\u0044\u0048\u0063\u0064\u0047\u0056\u0061\u004d\u0030\u004f\u0058\u0064\u0058g\u0044y\u004c5\u0061\u0049\u0045\u0061\u0067\u004c\u0030\u0063\u0035\u0070\u0077\u006a\u0049\u0064\u0050G\u0049\u006e\u0034\u0036\u0066\u0037\u0038\u0065\u004d\u004a\u002b\u004a\u006b\u0064\u0063\u0070\u0044\n\u0044\u004a\u0061\u0071\u0059\u0058d\u0072\u007a5\u004b\u0065\u0073\u0068\u006aS\u0069\u0049\u0061\u0061\u0037\u006d\u0065\u006e\u0042\u0049\u0041\u0058\u0053\u0034\u0055\u0046\u0078N\u0066H\u0068\u004e\u0030\u0048\u0043\u0059\u005a\u0059\u0071\u0051\u0047\u0037\u0062K+\u0073\u0035\u0072R\u0048\u006f\u006e\u0079\u0064\u004eW\u0045\u0047\u000a\u0048\u0038M\u0079\u0076\u00722\u0070\u0079\u0061\u0032K\u0072\u004d\u0075m\u0066\u006d\u0041\u0078\u0055\u0042\u0036\u0066\u0065\u006e\u0043\u002f4\u004f\u0030\u0057\u00728\u0067\u0066\u0050\u004f\u0055\u0038R\u0069\u0074\u006d\u0062\u0044\u0076\u0051\u0050\u0049\u0052\u0058\u004fL\u0034\u0076\u0054B\u0072\u0042\u0064\u0062a\u0041\u000a9\u006e\u0077\u004e\u0050\u002b\u0069\u002f\u002f\u0032\u0030\u004d\u00542\u0062\u0078\u006d\u0065\u0057\u0042\u002b\u0067\u0070\u0063\u0045\u0068G\u0070\u0058\u005a7\u0033\u0033\u0061\u007a\u0051\u0078\u0072\u0043\u0033\u004a\u0034\u0076\u0033C\u005a\u006d\u0045\u004eS\u0074\u0044\u004b\u002f\u004b\u0044\u0053\u0050\u004b\u0055\u0047\u0066\u00756\u000a\u0066\u0077I\u0044\u0041\u0051\u0041\u0042\u000a\u002d\u002d\u002d\u002d\u002dE\u004e\u0044\u0020\u0050\u0055\u0042\u004c\u0049\u0043 \u004b\u0045Y\u002d\u002d\u002d\u002d\u002d\n"; -func _agg (_ggd string ,_abf string ,_abgb string ,_bgg bool )error {if _cbe ==nil {return _cd .New ("\u006e\u006f\u0020\u006c\u0069\u0063\u0065\u006e\u0073e\u0020\u006b\u0065\u0079");};if !_cbe ._be ||len (_cbe ._fbc )==0{return nil ;};if len (_ggd )==0&&!_bgg {return _cd .New ("\u0064\u006f\u0063\u004b\u0065\u0079\u0020\u006e\u006ft\u0020\u0073\u0065\u0074"); -};_fgg .Lock ();defer _fgg .Unlock ();if _ggg ==nil {_ggg =map[string ]struct{}{};};if _agb ==nil {_agb =map[string ]int {};};_dfed :=0;if len (_ggd )> 0{_ ,_agc :=_ggg [_ggd ];if !_agc {_ggg [_ggd ]=struct{}{};_dfed ++;};if _cbe ._edb {_fac =append (_fac ,map[string ]interface{}{"\u0074\u0069\u006d\u0065":_db .Now ().String (),"\u0066\u0075\u006e\u0063":_abf ,"\u0072\u0065\u0066":_ggd [:8],"\u0066\u0069\u006c\u0065":_abgb ,"\u0063\u006f\u0073\u0074":_dfed }); -if _agc &&_dfed ==0{_dbb .Log .Info ("\u0025\u0073\u0020\u0052\u0065\u0066\u003a\u0020\u0025\u0073\u0020\u007c\u0020\u0025\u0073 \u007c \u004e\u006f\u0020\u0063\u0072\u0065\u0064\u0069\u0074\u0020\u0075\u0073\u0065\u0064",_db .Now ().String (),_ggd [:8],_abf ); -};};};if _dfed ==0&&!_bgg {return nil ;};_agb [_abf ]++;_cag :=_db .Now ();_ace ,_gdab :=_gbg .loadState (_cbe ._fbc );if _gdab !=nil {_dbb .Log .Debug ("\u0045R\u0052\u004f\u0052\u003a\u0020\u0025v",_gdab );return _gdab ;};_ace .UsageLogs =append (_ace .UsageLogs ,_fac ...); -if _ace .Usage ==nil {_ace .Usage =map[string ]int {};};for _cagc ,_cfb :=range _agb {if _cagc !=""{_ace .Usage [_cagc ]+=_cfb ;};};_agb =nil ;const _dfd =24*_db .Hour ;const _eee =3*24*_db .Hour ;if len (_ace .Instance )==0||_cag .Sub (_ace .LastReported )> _dfd ||(_ace .LimitDocs &&_ace .RemainingDocs <=_ace .Docs +int64 (_dfed ))||_bgg {_ffd ,_afd :=_ef .Hostname (); -if _afd !=nil {return _afd ;};_gag :=_ace .Docs ;_dgg ,_feb ,_afd :=_gff ();if _afd !=nil {_dbb .Log .Debug ("\u0055\u006e\u0061b\u006c\u0065\u0020\u0074o\u0020\u0067\u0065\u0074\u0020\u006c\u006fc\u0061\u006c\u0020\u0061\u0064\u0064\u0072\u0065\u0073\u0073\u003a\u0020\u0025\u0073",_afd .Error ()); -_dgg =append (_dgg ,"\u0069n\u0066\u006f\u0072\u006da\u0074\u0069\u006f\u006e\u0020n\u006ft\u0020a\u0076\u0061\u0069\u006c\u0061\u0062\u006ce");_feb =append (_feb ,"\u0069n\u0066\u006f\u0072\u006da\u0074\u0069\u006f\u006e\u0020n\u006ft\u0020a\u0076\u0061\u0069\u006c\u0061\u0062\u006ce"); -}else {_g .Strings (_feb );_g .Strings (_dgg );_aad ,_cea :=_gce ();if _cea !=nil {return _cea ;};_cge :=false ;for _ ,_fba :=range _feb {if _fba ==_aad .String (){_cge =true ;};};if !_cge {_feb =append (_feb ,_aad .String ());};};_agbf :=_gbaf ();_agbf ._fdb =_cbe ._fbc ; -_gag +=int64 (_dfed );_aeb :=meteredUsageCheckinForm {Instance :_ace .Instance ,Next :_ace .Next ,UsageNumber :int (_gag ),NumFailed :_ace .NumErrors ,Hostname :_ffd ,LocalIP :_b .Join (_feb ,"\u002c\u0020"),MacAddress :_b .Join (_dgg ,"\u002c\u0020"),Package :"\u0075\u006e\u0069\u0070\u0064\u0066",PackageVersion :_dbb .Version ,Usage :_ace .Usage ,IsPersistentCache :_cbe ._agf ,Timestamp :_cag .Unix ()}; -if len (_dgg )==0{_aeb .MacAddress ="\u006e\u006f\u006e\u0065";};if _cbe ._edb {_aeb .UsageLogs =_ace .UsageLogs ;};_ccc :=int64 (0);_fed :=_ace .NumErrors ;_bcad :=_cag ;_ceg :=0;_gcd :=_ace .LimitDocs ;_abgba ,_afd :=_agbf .checkinUsage (_aeb );if _afd !=nil {if _cag .Sub (_ace .LastReported )> _eee {if !_abgba .Success {return _cd .New (_abgba .Message ); -};return _cd .New ("\u0074\u006f\u006f\u0020\u006c\u006f\u006e\u0067\u0020\u0073\u0069\u006e\u0063\u0065\u0020\u006c\u0061\u0073\u0074\u0020\u0073\u0075\u0063\u0063e\u0073\u0073\u0066\u0075\u006c \u0063\u0068e\u0063\u006b\u0069\u006e");};_ccc =_gag ;_fed ++; -_bcad =_ace .LastReported ;}else {_gcd =_abgba .LimitDocs ;_ceg =_abgba .RemainingDocs ;_fed =0;};if len (_abgba .Instance )==0{_abgba .Instance =_aeb .Instance ;};if len (_abgba .Next )==0{_abgba .Next =_aeb .Next ;};_afd =_gbg .updateState (_agbf ._fdb ,_abgba .Instance ,_abgba .Next ,int (_ccc ),_gcd ,_ceg ,int (_fed ),_bcad ,nil ); -if _afd !=nil {return _afd ;};if !_abgba .Success {return _eb .Errorf ("\u0065r\u0072\u006f\u0072\u003a\u0020\u0025s",_abgba .Message );};}else {_gdab =_gbg .updateState (_cbe ._fbc ,_ace .Instance ,_ace .Next ,int (_ace .Docs )+_dfed ,_ace .LimitDocs ,int (_ace .RemainingDocs ),int (_ace .NumErrors ),_ace .LastReported ,_ace .Usage ,_ace .UsageLogs ...); -if _gdab !=nil {return _gdab ;};};if _cbe ._edb &&len (_ggd )> 0{_cfe :="";if _abgb !=""{_cfe =_eb .Sprintf ("\u0046i\u006c\u0065\u0020\u0025\u0073\u0020|",_abgb );};_dbb .Log .Info ("%\u0073\u0020\u007c\u0020\u0025\u0073\u0020\u0052\u0065\u0066\u003a\u0020\u0025\u0073\u0020\u007c\u0020\u0025s\u0020\u007c\u0020\u0025\u0064\u0020\u0063\u0072\u0065\u0064it\u0028\u0073\u0029 \u0075s\u0065\u0064",_cag .String (),_cfe ,_ggd [:8],_abf ,_dfed ); -};return nil ;};func (_eabf *LicenseKey )isExpired ()bool {return _eabf .getExpiryDateToCompare ().After (*_eabf .ExpiresAt );};const _adc ="\u0055N\u0049D\u004f\u0043\u005f\u004c\u0049C\u0045\u004eS\u0045\u005f\u0044\u0049\u0052";func TrackUse (useKey string ){if _cbe ==nil {return ; -};if !_cbe ._be ||len (_cbe ._fbc )==0{return ;};if len (useKey )==0{return ;};_fgg .Lock ();defer _fgg .Unlock ();if _agb ==nil {_agb =map[string ]int {};};_agb [useKey ]++;};func MakeUnlicensedKey ()*LicenseKey {_ege :=LicenseKey {};_ege .CustomerName ="\u0055\u006e\u006c\u0069\u0063\u0065\u006e\u0073\u0065\u0064"; -_ege .Tier =LicenseTierUnlicensed ;_ege .CreatedAt =_db .Now ().UTC ();_ege .CreatedAtInt =_ege .CreatedAt .Unix ();return &_ege ;};const _bbf ="U\u004eI\u0050\u0044\u0046\u005f\u0043\u0055\u0053\u0054O\u004d\u0045\u0052\u005fNA\u004d\u0045";func (_abg *LicenseKey )ToString ()string {if _abg ._be {return "M\u0065t\u0065\u0072\u0065\u0064\u0020\u0073\u0075\u0062s\u0063\u0072\u0069\u0070ti\u006f\u006e"; -};_af :=_eb .Sprintf ("\u004ci\u0063e\u006e\u0073\u0065\u0020\u0049\u0064\u003a\u0020\u0025\u0073\u000a",_abg .LicenseId );_af +=_eb .Sprintf ("\u0043\u0075s\u0074\u006f\u006de\u0072\u0020\u0049\u0064\u003a\u0020\u0025\u0073\u000a",_abg .CustomerId );_af +=_eb .Sprintf ("\u0043u\u0073t\u006f\u006d\u0065\u0072\u0020N\u0061\u006de\u003a\u0020\u0025\u0073\u000a",_abg .CustomerName ); -_af +=_eb .Sprintf ("\u0054i\u0065\u0072\u003a\u0020\u0025\u0073\n",_abg .Tier );_af +=_eb .Sprintf ("\u0043r\u0065a\u0074\u0065\u0064\u0020\u0041\u0074\u003a\u0020\u0025\u0073\u000a",_dbb .UtcTimeFormat (_abg .CreatedAt ));if _abg .ExpiresAt ==nil {_af +="\u0045x\u0070i\u0072\u0065\u0073\u0020\u0041t\u003a\u0020N\u0065\u0076\u0065\u0072\u000a"; -}else {_af +=_eb .Sprintf ("\u0045x\u0070i\u0072\u0065\u0073\u0020\u0041\u0074\u003a\u0020\u0025\u0073\u000a",_dbb .UtcTimeFormat (*_abg .ExpiresAt ));};_af +=_eb .Sprintf ("\u0043\u0072\u0065\u0061\u0074\u006f\u0072\u003a\u0020\u0025\u0073\u0020<\u0025\u0073\u003e\u000a",_abg .CreatorName ,_abg .CreatorEmail ); -return _af ;};var _fgg =&_d .Mutex {};func init (){_gdg :=_ef .Getenv (_dgab );_fdf :=_ef .Getenv (_bbf );if len (_gdg )==0||len (_fdf )==0{return ;};_fbfb ,_cff :=_ef .ReadFile (_gdg );if _cff !=nil {_dbb .Log .Error ("\u0055\u006eab\u006c\u0065\u0020t\u006f\u0020\u0072\u0065ad \u006cic\u0065\u006e\u0073\u0065\u0020\u0063\u006fde\u0020\u0066\u0069\u006c\u0065\u003a\u0020%\u0076",_cff ); -return ;};_cff =SetLicenseKey (string (_fbfb ),_fdf );if _cff !=nil {_dbb .Log .Error ("\u0055\u006e\u0061b\u006c\u0065\u0020\u0074o\u0020\u006c\u006f\u0061\u0064\u0020\u006ci\u0063\u0065\u006e\u0073\u0065\u0020\u0063\u006f\u0064\u0065\u003a\u0020\u0025\u0076",_cff ); -return ;};};func _gbaf ()*meteredClient {_fga :=meteredClient {_ddb :"h\u0074\u0074\u0070\u0073\u003a\u002f/\u0063\u006c\u006f\u0075\u0064\u002e\u0075\u006e\u0069d\u006f\u0063\u002ei\u006f/\u0061\u0070\u0069",_bdb :&_gb .Client {Timeout :30*_db .Second }}; -if _bdc :=_ef .Getenv ("\u0055N\u0049\u0044\u004f\u0043_\u004c\u0049\u0043\u0045\u004eS\u0045_\u0053E\u0052\u0056\u0045\u0052\u005f\u0055\u0052L");_b .HasPrefix (_bdc ,"\u0068\u0074\u0074\u0070"){_fga ._ddb =_bdc ;};return &_fga ;};func SetLicenseKey (content string ,customerName string )error {_acdb ,_eaeg :=_aaf (content ); -if _eaeg !=nil {_dbb .Log .Error ("\u004c\u0069c\u0065\u006e\u0073\u0065\u0020\u0063\u006f\u0064\u0065\u0020\u0064\u0065\u0063\u006f\u0064\u0065\u0020\u0065\u0072\u0072\u006f\u0072: \u0025\u0076",_eaeg );return _eaeg ;};if !_b .EqualFold (_acdb .CustomerName ,customerName ){_dbb .Log .Error ("L\u0069ce\u006es\u0065 \u0063\u006f\u0064\u0065\u0020i\u0073\u0073\u0075e\u0020\u002d\u0020\u0043\u0075s\u0074\u006f\u006de\u0072\u0020\u006e\u0061\u006d\u0065\u0020\u006d\u0069\u0073\u006da\u0074\u0063\u0068, e\u0078\u0070\u0065\u0063\u0074\u0065d\u0020\u0027\u0025\u0073\u0027\u002c\u0020\u0062\u0075\u0074\u0020\u0067o\u0074 \u0027\u0025\u0073\u0027",_acdb .CustomerName ,customerName ); -return _eb .Errorf ("\u0063\u0075\u0073\u0074\u006fm\u0065\u0072\u0020\u006e\u0061\u006d\u0065\u0020\u006d\u0069\u0073\u006d\u0061t\u0063\u0068\u002c\u0020\u0065\u0078\u0070\u0065\u0063\u0074\u0065\u0064\u0020\u0027\u0025\u0073\u0027\u002c\u0020\u0062\u0075\u0074\u0020\u0067\u006f\u0074\u0020\u0027\u0025\u0073'",_acdb .CustomerName ,customerName ); -};_eaeg =_acdb .Validate ();if _eaeg !=nil {_dbb .Log .Error ("\u004c\u0069\u0063\u0065\u006e\u0073e\u0020\u0063\u006f\u0064\u0065\u0020\u0076\u0061\u006c\u0069\u0064\u0061\u0074i\u006f\u006e\u0020\u0065\u0072\u0072\u006fr\u003a\u0020\u0025\u0076",_eaeg ); -return _eaeg ;};_cbe =&_acdb ;return nil ;};func _ggga (_edc *_gb .Response )([]byte ,error ){var _fab []byte ;_fca ,_daf :=_ffgd (_edc );if _daf !=nil {return _fab ,_daf ;};return _f .ReadAll (_fca );};type MeteredStatus struct{OK bool ;Credits int64 ; -Used int64 ;};type meteredStatusForm struct{};type stateLoader interface{loadState (_cbc string )(reportState ,error );updateState (_ff ,_ebg ,_abeg string ,_eac int ,_cbd bool ,_baaf int ,_ddd int ,_fbce _db .Time ,_gfb map[string ]int ,_efab ...interface{})error ; -};type defaultStateHolder struct{};func (_gee *meteredClient )checkinUsage (_fbd meteredUsageCheckinForm )(meteredUsageCheckinResp ,error ){_fbd .Package ="\u0075\u006e\u0069\u0070\u0064\u0066";_fbd .PackageVersion =_dbb .Version ;var _add meteredUsageCheckinResp ; -_fae :=_gee ._ddb +"\u002f\u006d\u0065\u0074er\u0065\u0064\u002f\u0075\u0073\u0061\u0067\u0065\u005f\u0063\u0068\u0065\u0063\u006bi\u006e";_edgf ,_gab :=_ac .Marshal (_fbd );if _gab !=nil {return _add ,_gab ;};_agda ,_gab :=_dggg (_edgf );if _gab !=nil {return _add ,_gab ; -};_cdg ,_gab :=_gb .NewRequest ("\u0050\u004f\u0053\u0054",_fae ,_agda );if _gab !=nil {return _add ,_gab ;};_cdg .Header .Add ("\u0043\u006f\u006et\u0065\u006e\u0074\u002d\u0054\u0079\u0070\u0065","\u0061\u0070p\u006c\u0069\u0063a\u0074\u0069\u006f\u006e\u002f\u006a\u0073\u006f\u006e"); -_cdg .Header .Add ("\u0043\u006fn\u0074\u0065\u006et\u002d\u0045\u006e\u0063\u006f\u0064\u0069\u006e\u0067","\u0067\u007a\u0069\u0070");_cdg .Header .Add ("\u0041c\u0063e\u0070\u0074\u002d\u0045\u006e\u0063\u006f\u0064\u0069\u006e\u0067","\u0067\u007a\u0069\u0070"); -_cdg .Header .Add ("\u0058-\u0041\u0050\u0049\u002d\u004b\u0045Y",_gee ._fdb );_baa ,_gab :=_gee ._bdb .Do (_cdg );if _gab !=nil {return _add ,_gab ;};defer _baa .Body .Close ();if _baa .StatusCode !=200{_abe ,_abb :=_ggga (_baa );if _abb !=nil {return _add ,_abb ; -};_abb =_ac .Unmarshal (_abe ,&_add );if _abb !=nil {return _add ,_abb ;};return _add ,_eb .Errorf ("\u0066\u0061i\u006c\u0065\u0064\u0020t\u006f\u0020c\u0068\u0065\u0063\u006b\u0069\u006e\u002c\u0020s\u0074\u0061\u0074\u0075\u0073\u0020\u0063\u006f\u0064\u0065\u0020\u0069s\u003a\u0020\u0025\u0064",_baa .StatusCode ); -};_fbfe :=_baa .Header .Get ("\u0058\u002d\u0055\u0043\u002d\u0053\u0069\u0067\u006ea\u0074\u0075\u0072\u0065");_abgf :=_bee (_fbd .MacAddress ,string (_edgf ));if _abgf !=_fbfe {_dbb .Log .Error ("I\u006e\u0076\u0061l\u0069\u0064\u0020\u0072\u0065\u0073\u0070\u006f\u006e\u0073\u0065\u0020\u0073\u0069\u0067\u006e\u0061\u0074\u0075\u0072\u0065\u002c\u0020\u0073\u0065t\u0020\u0074\u0068e\u0020\u006c\u0069\u0063\u0065\u006e\u0073\u0065\u0020\u0073\u0065\u0072\u0076e\u0072\u0020\u0074\u006f \u0068\u0074\u0074\u0070s\u003a\u002f\u002f\u0063\u006c\u006f\u0075\u0064\u002e\u0075\u006e\u0069\u0064\u006f\u0063\u002e\u0069o\u002f\u0061\u0070\u0069"); -return _add ,_cd .New ("\u0066\u0061\u0069l\u0065\u0064\u0020\u0074\u006f\u0020\u0063\u0068\u0065\u0063\u006b\u0069\u006e\u002c\u0020\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0073\u0065\u0072\u0076\u0065\u0072 \u0072\u0065\u0073\u0070\u006f\u006e\u0073\u0065"); -};_gcg ,_gab :=_ggga (_baa );if _gab !=nil {return _add ,_gab ;};_gab =_ac .Unmarshal (_gcg ,&_add );if _gab !=nil {return _add ,_gab ;};return _add ,nil ;};func _dggg (_gea []byte )(_f .Reader ,error ){_cfeb :=new (_a .Buffer );_afg :=_ed .NewWriter (_cfeb ); -_afg .Write (_gea );_fbae :=_afg .Close ();if _fbae !=nil {return nil ,_fbae ;};return _cfeb ,nil ;}; \ No newline at end of file +IsPersistentCache bool `json:"is_persistent_cache"`;Timestamp int64 `json:"timestamp"`;UsageLogs []interface{}`json:"ul,omitempty"`;};type meteredStatusResp struct{Valid bool `json:"valid"`;OrgCredits int64 `json:"org_credits"`;OrgUsed int64 `json:"org_used"`; +OrgRemaining int64 `json:"org_remaining"`;};func (_cge *LicenseKey )getExpiryDateToCompare ()_fed .Time {if _cge .Trial {return _fed .Now ().UTC ();};return _dg .ReleasedAt ;};type meteredStatusForm struct{};func _afe (_fd string ,_gd string ,_bfc string )(string ,error ){_bgg :=_d .Index (_bfc ,_fd ); +if _bgg ==-1{return "",_ae .Errorf ("\u0068\u0065a\u0064\u0065\u0072 \u006e\u006f\u0074\u0020\u0066\u006f\u0075\u006e\u0064");};_dgd :=_d .Index (_bfc ,_gd );if _dgd ==-1{return "",_ae .Errorf ("\u0066\u006fo\u0074\u0065\u0072 \u006e\u006f\u0074\u0020\u0066\u006f\u0075\u006e\u0064"); +};_cg :=_bgg +len (_fd )+1;return _bfc [_cg :_dgd -1],nil ;};type stateLoader interface{loadState (_feeg string )(reportState ,error );updateState (_dba ,_abbg ,_fgf string ,_fcb int ,_cdg bool ,_caf int ,_bbf int ,_baa _fed .Time ,_acd map[string ]int ,_ddfc ...interface{})error ; +};var _ggc =_fed .Date (2010,1,1,0,0,0,0,_fed .UTC );func SetMeteredKeyUsageLogVerboseMode (val bool ){_cebc ._eea =val };func init (){_dbc :=_fe .Getenv (_dcg );_ecg :=_fe .Getenv (_bfbc );if len (_dbc )==0||len (_ecg )==0{return ;};_bace ,_fcdg :=_fe .ReadFile (_dbc ); +if _fcdg !=nil {_dg .Log .Error ("\u0055\u006eab\u006c\u0065\u0020t\u006f\u0020\u0072\u0065ad \u006cic\u0065\u006e\u0073\u0065\u0020\u0063\u006fde\u0020\u0066\u0069\u006c\u0065\u003a\u0020%\u0076",_fcdg );return ;};_fcdg =SetLicenseKey (string (_bace ),_ecg ); +if _fcdg !=nil {_dg .Log .Error ("\u0055\u006e\u0061b\u006c\u0065\u0020\u0074o\u0020\u006c\u006f\u0061\u0064\u0020\u006ci\u0063\u0065\u006e\u0073\u0065\u0020\u0063\u006f\u0064\u0065\u003a\u0020\u0025\u0076",_fcdg );return ;};};type MeteredStatus struct{OK bool ; +Credits int64 ;Used int64 ;};var _gaf =_fed .Date (2019,6,6,0,0,0,0,_fed .UTC );type LicenseKey struct{LicenseId string `json:"license_id"`;CustomerId string `json:"customer_id"`;CustomerName string `json:"customer_name"`;Tier string `json:"tier"`;CreatedAt _fed .Time `json:"-"`; +CreatedAtInt int64 `json:"created_at"`;ExpiresAt *_fed .Time `json:"-"`;ExpiresAtInt int64 `json:"expires_at"`;CreatedBy string `json:"created_by"`;CreatorName string `json:"creator_name"`;CreatorEmail string `json:"creator_email"`;UniPDF bool `json:"unipdf"`; +UniOffice bool `json:"unioffice"`;UniHTML bool `json:"unihtml"`;Trial bool `json:"trial"`;_fca bool ;_bcg string ;_ecc bool ;_eea bool ;};func _bdf ()string {_dbca :=_fe .Getenv ("\u0048\u004f\u004d\u0045");if len (_dbca )==0{_dbca ,_ =_fe .UserHomeDir (); +};return _dbca ;};func _bfcd (_ebd string ,_afef string ,_cca string ,_bag bool )error {if _cebc ==nil {return _a .New ("\u006e\u006f\u0020\u006c\u0069\u0063\u0065\u006e\u0073e\u0020\u006b\u0065\u0079");};if !_cebc ._fca ||len (_cebc ._bcg )==0{return nil ; +};if len (_ebd )==0&&!_bag {return _a .New ("\u0064\u006f\u0063\u004b\u0065\u0079\u0020\u006e\u006ft\u0020\u0073\u0065\u0074");};_bdce .Lock ();defer _bdce .Unlock ();if _ffb ==nil {_ffb =map[string ]struct{}{};};if _fedg ==nil {_fedg =map[string ]int {}; +};_bda :=0;if len (_ebd )> 0{_ ,_abbe :=_ffb [_ebd ];if !_abbe {_ffb [_ebd ]=struct{}{};_bda ++;};if _cebc ._eea {_aed =append (_aed ,map[string ]interface{}{"\u0074\u0069\u006d\u0065":_fed .Now ().String (),"\u0066\u0075\u006e\u0063":_afef ,"\u0072\u0065\u0066":_ebd [:8],"\u0066\u0069\u006c\u0065":_cca ,"\u0063\u006f\u0073\u0074":_bda }); +if _abbe &&_bda ==0{_dg .Log .Info ("\u0025\u0073\u0020\u0052\u0065\u0066\u003a\u0020\u0025\u0073\u0020\u007c\u0020\u0025\u0073 \u007c \u004e\u006f\u0020\u0063\u0072\u0065\u0064\u0069\u0074\u0020\u0075\u0073\u0065\u0064",_fed .Now ().String (),_ebd [:8],_afef ); +};};};if _bda ==0&&!_bag {return nil ;};_fedg [_afef ]++;_gcga :=_fed .Now ();_fce ,_faf :=_gaa .loadState (_cebc ._bcg );if _faf !=nil {_dg .Log .Debug ("\u0045R\u0052\u004f\u0052\u003a\u0020\u0025v",_faf );return _faf ;};_fce .UsageLogs =append (_fce .UsageLogs ,_aed ...); +if _fce .Usage ==nil {_fce .Usage =map[string ]int {};};for _dee ,_fcac :=range _fedg {if _dee !=""{_fce .Usage [_dee ]+=_fcac ;};};_fedg =nil ;const _ddfg =24*_fed .Hour ;const _beac =3*24*_fed .Hour ;if len (_fce .Instance )==0||_gcga .Sub (_fce .LastReported )> _ddfg ||(_fce .LimitDocs &&_fce .RemainingDocs <=_fce .Docs +int64 (_bda ))||_bag {_ddc ,_ggcc :=_fe .Hostname (); +if _ggcc !=nil {return _ggcc ;};_bdg :=_fce .Docs ;_ccac ,_cebf ,_ggcc :=_ffg ();if _ggcc !=nil {_dg .Log .Debug ("\u0055\u006e\u0061b\u006c\u0065\u0020\u0074o\u0020\u0067\u0065\u0074\u0020\u006c\u006fc\u0061\u006c\u0020\u0061\u0064\u0064\u0072\u0065\u0073\u0073\u003a\u0020\u0025\u0073",_ggcc .Error ()); +_ccac =append (_ccac ,"\u0069n\u0066\u006f\u0072\u006da\u0074\u0069\u006f\u006e\u0020n\u006ft\u0020a\u0076\u0061\u0069\u006c\u0061\u0062\u006ce");_cebf =append (_cebf ,"\u0069n\u0066\u006f\u0072\u006da\u0074\u0069\u006f\u006e\u0020n\u006ft\u0020a\u0076\u0061\u0069\u006c\u0061\u0062\u006ce"); +}else {_b .Strings (_cebf );_b .Strings (_ccac );_beg ,_afde :=_bege ();if _afde !=nil {return _afde ;};_gff :=false ;for _ ,_gcc :=range _cebf {if _gcc ==_beg .String (){_gff =true ;};};if !_gff {_cebf =append (_cebf ,_beg .String ());};};_efg :=_fbg (); +_efg ._eaa =_cebc ._bcg ;_bdg +=int64 (_bda );_gef :=meteredUsageCheckinForm {Instance :_fce .Instance ,Next :_fce .Next ,UsageNumber :int (_bdg ),NumFailed :_fce .NumErrors ,Hostname :_ddc ,LocalIP :_d .Join (_cebf ,"\u002c\u0020"),MacAddress :_d .Join (_ccac ,"\u002c\u0020"),Package :"\u0075\u006e\u0069\u0070\u0064\u0066",PackageVersion :_dg .Version ,Usage :_fce .Usage ,IsPersistentCache :_cebc ._ecc ,Timestamp :_gcga .Unix ()}; +if len (_ccac )==0{_gef .MacAddress ="\u006e\u006f\u006e\u0065";};if _cebc ._eea {_gef .UsageLogs =_fce .UsageLogs ;};_gbe :=int64 (0);_cgd :=_fce .NumErrors ;_aag :=_gcga ;_geee :=0;_ebdb :=_fce .LimitDocs ;_gbd ,_ggcc :=_efg .checkinUsage (_gef );if _ggcc !=nil {if _gcga .Sub (_fce .LastReported )> _beac {if !_gbd .Success {return _a .New (_gbd .Message ); +};return _a .New ("\u0074\u006f\u006f\u0020\u006c\u006f\u006e\u0067\u0020\u0073\u0069\u006e\u0063\u0065\u0020\u006c\u0061\u0073\u0074\u0020\u0073\u0075\u0063\u0063e\u0073\u0073\u0066\u0075\u006c \u0063\u0068e\u0063\u006b\u0069\u006e");};_gbe =_bdg ;_cgd ++; +_aag =_fce .LastReported ;}else {_ebdb =_gbd .LimitDocs ;_geee =_gbd .RemainingDocs ;_cgd =0;};if len (_gbd .Instance )==0{_gbd .Instance =_gef .Instance ;};if len (_gbd .Next )==0{_gbd .Next =_gef .Next ;};_ggcc =_gaa .updateState (_efg ._eaa ,_gbd .Instance ,_gbd .Next ,int (_gbe ),_ebdb ,_geee ,int (_cgd ),_aag ,nil ); +if _ggcc !=nil {return _ggcc ;};if !_gbd .Success {return _ae .Errorf ("\u0065r\u0072\u006f\u0072\u003a\u0020\u0025s",_gbd .Message );};}else {_faf =_gaa .updateState (_cebc ._bcg ,_fce .Instance ,_fce .Next ,int (_fce .Docs )+_bda ,_fce .LimitDocs ,int (_fce .RemainingDocs ),int (_fce .NumErrors ),_fce .LastReported ,_fce .Usage ,_fce .UsageLogs ...); +if _faf !=nil {return _faf ;};};if _cebc ._eea &&len (_ebd )> 0{_ccc :="";if _cca !=""{_ccc =_ae .Sprintf ("\u0046i\u006c\u0065\u0020\u0025\u0073\u0020|",_cca );};_dg .Log .Info ("%\u0073\u0020\u007c\u0020\u0025\u0073\u0020\u0052\u0065\u0066\u003a\u0020\u0025\u0073\u0020\u007c\u0020\u0025s\u0020\u007c\u0020\u0025\u0064\u0020\u0063\u0072\u0065\u0064it\u0028\u0073\u0029 \u0075s\u0065\u0064",_gcga .String (),_ccc ,_ebd [:8],_afef ,_bda ); +};return nil ;};func Track (docKey string ,useKey string ,docName string )error {return _bfcd (docKey ,useKey ,docName ,!_cebc ._ecc );};func (_egc defaultStateHolder )updateState (_dbd ,_abc ,_aef string ,_eca int ,_gge bool ,_fbb int ,_cbf int ,_ebg _fed .Time ,_acdg map[string ]int ,_bde ...interface{})error {_ggaa ,_ceb :=_gbc (); +if _ceb !=nil {return _ceb ;};if len (_dbd )< 20{return _a .New ("i\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u006b\u0065\u0079");};_abcb :=[]byte (_dbd );_faa :=_bf .Sum512_256 (_abcb [:20]);_eec :=_gga .EncodeToString (_faa [:]);_ffc :=_e .Join (_ggaa ,_eec ); +var _ecd reportState ;_ecd .Docs =int64 (_eca );_ecd .NumErrors =int64 (_cbf );_ecd .LimitDocs =_gge ;_ecd .RemainingDocs =int64 (_fbb );_ecd .LastWritten =_fed .Now ().UTC ();_ecd .LastReported =_ebg ;_ecd .Instance =_abc ;_ecd .Next =_aef ;_ecd .Usage =_acdg ; +_ecd .UsageLogs =_bde ;_cfge ,_ceb :=_gcg .Marshal (_ecd );if _ceb !=nil {return _ceb ;};const _aa ="\u0068\u00619\u004e\u004b\u0038]\u0052\u0062\u004c\u002a\u006d\u0034\u004c\u004b\u0057";_cfge ,_ceb =_ced ([]byte (_aa ),_cfge );if _ceb !=nil {return _ceb ; +};_ceb =_fe .WriteFile (_ffc ,_cfge ,0600);if _ceb !=nil {return _ceb ;};return nil ;};var _bdce =&_gg .Mutex {};func (_ege defaultStateHolder )loadState (_dgbe string )(reportState ,error ){_bbc ,_ecb :=_gbc ();if _ecb !=nil {return reportState {},_ecb ; +};_ecb =_fe .MkdirAll (_bbc ,0777);if _ecb !=nil {return reportState {},_ecb ;};if len (_dgbe )< 20{return reportState {},_a .New ("i\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u006b\u0065\u0079");};_bfb :=[]byte (_dgbe );_eeba :=_bf .Sum512_256 (_bfb [:20]); +_aca :=_gga .EncodeToString (_eeba [:]);_edb :=_e .Join (_bbc ,_aca );_edg ,_ecb :=_fe .ReadFile (_edb );if _ecb !=nil {if _fe .IsNotExist (_ecb ){return reportState {},nil ;};_dg .Log .Debug ("\u0045R\u0052\u004f\u0052\u003a\u0020\u0025v",_ecb );return reportState {},_a .New ("\u0069\u006e\u0076a\u006c\u0069\u0064\u0020\u0064\u0061\u0074\u0061"); +};const _aae ="\u0068\u00619\u004e\u004b\u0038]\u0052\u0062\u004c\u002a\u006d\u0034\u004c\u004b\u0057";_edg ,_ecb =_cedc ([]byte (_aae ),_edg );if _ecb !=nil {return reportState {},_ecb ;};var _bbd reportState ;_ecb =_gcg .Unmarshal (_edg ,&_bbd );if _ecb !=nil {_dg .Log .Debug ("\u0045\u0052\u0052OR\u003a\u0020\u0049\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0064\u0061\u0074\u0061\u003a\u0020\u0025\u0076",_ecb ); +return reportState {},_a .New ("\u0069\u006e\u0076a\u006c\u0069\u0064\u0020\u0064\u0061\u0074\u0061");};return _bbd ,nil ;}; \ No newline at end of file diff --git a/internal/sampling/sampling.go b/internal/sampling/sampling.go index 15fa47af2..fcf487a44 100644 --- a/internal/sampling/sampling.go +++ b/internal/sampling/sampling.go @@ -9,18 +9,19 @@ // Use of this source code is governed by the UniDoc End User License Agreement // terms that can be accessed at https://unidoc.io/eula/ -package sampling ;import (_ff "github.com/unidoc/unipdf/v3/internal/bitwise";_e "github.com/unidoc/unipdf/v3/internal/imageutil";_b "io";);func (_aa *Reader )ReadSample ()(uint32 ,error ){if _aa ._fgc ==_aa ._a .Height {return 0,_b .EOF ;};_be ,_dc :=_aa ._c .ReadBits (byte (_aa ._a .BitsPerComponent )); -if _dc !=nil {return 0,_dc ;};_aa ._bg --;if _aa ._bg ==0{_aa ._bg =_aa ._a .ColorComponents ;_aa ._fg ++;};if _aa ._fg ==_aa ._a .Width {if _aa ._ad {_aa ._c .ConsumeRemainingBits ();};_aa ._fg =0;_aa ._fgc ++;};return uint32 (_be ),nil ;};type SampleWriter interface{WriteSample (_bb uint32 )error ; -WriteSamples (_db []uint32 )error ;};func ResampleBytes (data []byte ,bitsPerSample int )[]uint32 {var _fgcg []uint32 ;_cgb :=bitsPerSample ;var _ed uint32 ;var _af byte ;_ce :=0;_ae :=0;_gc :=0;for _gc < len (data ){if _ce > 0{_ef :=_ce ;if _cgb < _ef {_ef =_cgb ; -};_ed =(_ed <>uint (8-_ef ));_ce -=_ef ;if _ce > 0{_af =_af <>uint (_ce ));if _bgd < 8{_af =_fe <=bitsPerSample {_afc :=_ce ;if _cgb < _afc {_afc =_cgb ; -};_ed =(_ed <>uint (8-_afc ));_ce -=_afc ;if _ce > 0{_af =_af < 0{_fbg :=_ecf ;if _ec < _fbg {_fbg =_ec ;};_gca =(_gca <>uint (bitsPerInputSample -_fbg ));_ecf -=_fbg ;if _ecf > 0{_eff =_eff <>uint (_ecf )); -if _ecb < bitsPerInputSample {_eff =_gcab <=bitsPerOutputSample {_ba :=_ecf ;if _ec < _ba {_ba =_ec ;};_gca =(_gca <>uint (bitsPerInputSample -_ba )); -_ecf -=_ba ;if _ecf > 0{_eff =_eff < 0&&_ec < bitsPerOutputSample {_gca <<=uint (_ec );_fb =append (_fb ,_gca );};return _fb ; -};func (_dbc *Writer )WriteSamples (samples []uint32 )error {for _ca :=0;_ca < len (samples );_ca ++{if _da :=_dbc .WriteSample (samples [_ca ]);_da !=nil {return _da ;};};return nil ;};type SampleReader interface{ReadSample ()(uint32 ,error );ReadSamples (_d []uint32 )error ; -};type Writer struct{_gf _e .ImageBase ;_bac *_ff .Writer ;_ge ,_ac int ;_ee bool ;};func (_fbc *Writer )WriteSample (sample uint32 )error {if _ ,_ede :=_fbc ._bac .WriteBits (uint64 (sample ),_fbc ._gf .BitsPerComponent );_ede !=nil {return _ede ;};_fbc ._ac --; -if _fbc ._ac ==0{_fbc ._ac =_fbc ._gf .ColorComponents ;_fbc ._ge ++;};if _fbc ._ge ==_fbc ._gf .Width {if _fbc ._ee {_fbc ._bac .FinishByte ();};_fbc ._ge =0;};return nil ;}; \ No newline at end of file +package sampling ;import (_c "github.com/unidoc/unipdf/v3/internal/bitwise";_d "github.com/unidoc/unipdf/v3/internal/imageutil";_e "io";);func (_dd *Writer )WriteSample (sample uint32 )error {if _ ,_fef :=_dd ._fg .WriteBits (uint64 (sample ),_dd ._egd .BitsPerComponent ); +_fef !=nil {return _fef ;};_dd ._gfa --;if _dd ._gfa ==0{_dd ._gfa =_dd ._egd .ColorComponents ;_dd ._aa ++;};if _dd ._aa ==_dd ._egd .Width {if _dd ._ad {_dd ._fg .FinishByte ();};_dd ._aa =0;};return nil ;};type Reader struct{_ec _d .ImageBase ;_gg *_c .Reader ; +_bc ,_bf ,_bg int ;_ca bool ;};type SampleWriter interface{WriteSample (_bcb uint32 )error ;WriteSamples (_fd []uint32 )error ;};func (_ge *Reader )ReadSamples (samples []uint32 )(_gf error ){for _f :=0;_f < len (samples );_f ++{samples [_f ],_gf =_ge .ReadSample (); +if _gf !=nil {return _gf ;};};return nil ;};type SampleReader interface{ReadSample ()(uint32 ,error );ReadSamples (_g []uint32 )error ;};type Writer struct{_egd _d .ImageBase ;_fg *_c .Writer ;_aa ,_gfa int ;_ad bool ;};func ResampleBytes (data []byte ,bitsPerSample int )[]uint32 {var _a []uint32 ; +_af :=bitsPerSample ;var _fe uint32 ;var _ce byte ;_ac :=0;_bd :=0;_gb :=0;for _gb < len (data ){if _ac > 0{_gbc :=_ac ;if _af < _gbc {_gbc =_af ;};_fe =(_fe <>uint (8-_gbc ));_ac -=_gbc ;if _ac > 0{_ce =_ce <>uint (_ac ));if _ee < 8{_ce =_eca <=bitsPerSample {_afd :=_ac ;if _af < _afd {_afd =_af ;};_fe =(_fe <>uint (8-_afd ));_ac -=_afd ;if _ac > 0{_ce =_ce < 0{_eb :=_bff ;if _eg < _eb {_eb =_eg ;};_ceb =(_ceb <>uint (bitsPerInputSample -_eb ));_bff -=_eb ;if _bff > 0{_ed =_ed <>uint (_bff )); +if _ege < bitsPerInputSample {_ed =_bge <=bitsPerOutputSample {_ebb :=_bff ;if _eg < _ebb {_ebb =_eg ;};_ceb =(_ceb <>uint (bitsPerInputSample -_ebb )); +_bff -=_ebb ;if _bff > 0{_ed =_ed < 0&&_eg < bitsPerOutputSample {_ceb <<=uint (_eg );_acd =append (_acd ,_ceb );};return _acd ; +}; \ No newline at end of file diff --git a/internal/strutils/strutils.go b/internal/strutils/strutils.go index 18858a054..8ca297a19 100644 --- a/internal/strutils/strutils.go +++ b/internal/strutils/strutils.go @@ -9,10 +9,9 @@ // Use of this source code is governed by the UniDoc End User License Agreement // terms that can be accessed at https://unidoc.io/eula/ -package strutils ;import (_c "bytes";_cc "github.com/unidoc/unipdf/v3/common";_b "unicode/utf16";);func UTF16ToString (b []byte )string {return string (UTF16ToRunes (b ))};func init (){_f =map[rune ]byte {};for _bd ,_g :=range _dc {_f [_g ]=_bd ;};};func PDFDocEncodingToString (b []byte )string {return string (PDFDocEncodingToRunes (b ))}; -func StringToUTF16 (s string )string {_dgb :=_b .Encode ([]rune (s ));var _ea _c .Buffer ;for _ ,_db :=range _dgb {_ea .WriteByte (byte ((_db >>8)&0xff));_ea .WriteByte (byte (_db &0xff));};return _ea .String ();};func StringToPDFDocEncoding (s string )[]byte {var _ab _c .Buffer ; -for _ ,_fc :=range s {_ae ,_fca :=_f [_fc ];if !_fca {_cc .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0050\u0044\u0046\u0044\u006f\u0063\u0045\u006e\u0063\u006f\u0064\u0069\u006eg\u0020\u0072\u0075\u006e\u0065\u0020\u006d\u0061\u0070\u0070\u0069\u006e\u0067\u0020\u006d\u0069\u0073\u0073\u0069\u006e\u0067\u0020\u0025\u0063\u002f\u0025\u0058\u0020\u002d\u0020s\u006b\u0069\u0070\u0070\u0069n\u0067",_fc ,_fc ); -continue ;};_ab .WriteByte (_ae );};return _ab .Bytes ();};func UTF16ToRunes (b []byte )[]rune {if len (b )==1{return []rune {rune (b [0])};};if len (b )%2!=0{b =append (b ,0);_cc .Log .Debug ("E\u0052\u0052\u004f\u0052\u003a\u0020\u0055\u0054\u0046\u0031\u0036\u0054\u006f\u0052\u0075\u006e\u0065\u0073.\u0020\u0050\u0061\u0064\u0064\u0069\u006e\u0067\u0020\u0077it\u0068\u0020\u007ae\u0072o\u0073\u002e"); -};_a :=len (b )>>1;_gf :=make ([]uint16 ,_a );for _ac :=0;_ac < _a ;_ac ++{_gf [_ac ]=uint16 (b [_ac <<1])<<8+uint16 (b [_ac <<1+1]);};_dg :=_b .Decode (_gf );return _dg ;};var _dc =map[byte ]rune {0x01:'\u0001',0x02:'\u0002',0x03:'\u0003',0x04:'\u0004',0x05:'\u0005',0x06:'\u0006',0x07:'\u0007',0x08:'\u0008',0x09:'\u0009',0x0a:'\u000a',0x0b:'\u000b',0x0c:'\u000c',0x0d:'\u000d',0x0e:'\u000e',0x0f:'\u000f',0x10:'\u0010',0x11:'\u0011',0x12:'\u0012',0x13:'\u0013',0x14:'\u0014',0x15:'\u0015',0x16:'\u0017',0x17:'\u0017',0x18:'\u02d8',0x19:'\u02c7',0x1a:'\u02c6',0x1b:'\u02d9',0x1c:'\u02dd',0x1d:'\u02db',0x1e:'\u02da',0x1f:'\u02dc',0x20:'\u0020',0x21:'\u0021',0x22:'\u0022',0x23:'\u0023',0x24:'\u0024',0x25:'\u0025',0x26:'\u0026',0x27:'\u0027',0x28:'\u0028',0x29:'\u0029',0x2a:'\u002a',0x2b:'\u002b',0x2c:'\u002c',0x2d:'\u002d',0x2e:'\u002e',0x2f:'\u002f',0x30:'\u0030',0x31:'\u0031',0x32:'\u0032',0x33:'\u0033',0x34:'\u0034',0x35:'\u0035',0x36:'\u0036',0x37:'\u0037',0x38:'\u0038',0x39:'\u0039',0x3a:'\u003a',0x3b:'\u003b',0x3c:'\u003c',0x3d:'\u003d',0x3e:'\u003e',0x3f:'\u003f',0x40:'\u0040',0x41:'\u0041',0x42:'\u0042',0x43:'\u0043',0x44:'\u0044',0x45:'\u0045',0x46:'\u0046',0x47:'\u0047',0x48:'\u0048',0x49:'\u0049',0x4a:'\u004a',0x4b:'\u004b',0x4c:'\u004c',0x4d:'\u004d',0x4e:'\u004e',0x4f:'\u004f',0x50:'\u0050',0x51:'\u0051',0x52:'\u0052',0x53:'\u0053',0x54:'\u0054',0x55:'\u0055',0x56:'\u0056',0x57:'\u0057',0x58:'\u0058',0x59:'\u0059',0x5a:'\u005a',0x5b:'\u005b',0x5c:'\u005c',0x5d:'\u005d',0x5e:'\u005e',0x5f:'\u005f',0x60:'\u0060',0x61:'\u0061',0x62:'\u0062',0x63:'\u0063',0x64:'\u0064',0x65:'\u0065',0x66:'\u0066',0x67:'\u0067',0x68:'\u0068',0x69:'\u0069',0x6a:'\u006a',0x6b:'\u006b',0x6c:'\u006c',0x6d:'\u006d',0x6e:'\u006e',0x6f:'\u006f',0x70:'\u0070',0x71:'\u0071',0x72:'\u0072',0x73:'\u0073',0x74:'\u0074',0x75:'\u0075',0x76:'\u0076',0x77:'\u0077',0x78:'\u0078',0x79:'\u0079',0x7a:'\u007a',0x7b:'\u007b',0x7c:'\u007c',0x7d:'\u007d',0x7e:'\u007e',0x80:'\u2022',0x81:'\u2020',0x82:'\u2021',0x83:'\u2026',0x84:'\u2014',0x85:'\u2013',0x86:'\u0192',0x87:'\u2044',0x88:'\u2039',0x89:'\u203a',0x8a:'\u2212',0x8b:'\u2030',0x8c:'\u201e',0x8d:'\u201c',0x8e:'\u201d',0x8f:'\u2018',0x90:'\u2019',0x91:'\u201a',0x92:'\u2122',0x93:'\ufb01',0x94:'\ufb02',0x95:'\u0141',0x96:'\u0152',0x97:'\u0160',0x98:'\u0178',0x99:'\u017d',0x9a:'\u0131',0x9b:'\u0142',0x9c:'\u0153',0x9d:'\u0161',0x9e:'\u017e',0xa0:'\u20ac',0xa1:'\u00a1',0xa2:'\u00a2',0xa3:'\u00a3',0xa4:'\u00a4',0xa5:'\u00a5',0xa6:'\u00a6',0xa7:'\u00a7',0xa8:'\u00a8',0xa9:'\u00a9',0xaa:'\u00aa',0xab:'\u00ab',0xac:'\u00ac',0xae:'\u00ae',0xaf:'\u00af',0xb0:'\u00b0',0xb1:'\u00b1',0xb2:'\u00b2',0xb3:'\u00b3',0xb4:'\u00b4',0xb5:'\u00b5',0xb6:'\u00b6',0xb7:'\u00b7',0xb8:'\u00b8',0xb9:'\u00b9',0xba:'\u00ba',0xbb:'\u00bb',0xbc:'\u00bc',0xbd:'\u00bd',0xbe:'\u00be',0xbf:'\u00bf',0xc0:'\u00c0',0xc1:'\u00c1',0xc2:'\u00c2',0xc3:'\u00c3',0xc4:'\u00c4',0xc5:'\u00c5',0xc6:'\u00c6',0xc7:'\u00c7',0xc8:'\u00c8',0xc9:'\u00c9',0xca:'\u00ca',0xcb:'\u00cb',0xcc:'\u00cc',0xcd:'\u00cd',0xce:'\u00ce',0xcf:'\u00cf',0xd0:'\u00d0',0xd1:'\u00d1',0xd2:'\u00d2',0xd3:'\u00d3',0xd4:'\u00d4',0xd5:'\u00d5',0xd6:'\u00d6',0xd7:'\u00d7',0xd8:'\u00d8',0xd9:'\u00d9',0xda:'\u00da',0xdb:'\u00db',0xdc:'\u00dc',0xdd:'\u00dd',0xde:'\u00de',0xdf:'\u00df',0xe0:'\u00e0',0xe1:'\u00e1',0xe2:'\u00e2',0xe3:'\u00e3',0xe4:'\u00e4',0xe5:'\u00e5',0xe6:'\u00e6',0xe7:'\u00e7',0xe8:'\u00e8',0xe9:'\u00e9',0xea:'\u00ea',0xeb:'\u00eb',0xec:'\u00ec',0xed:'\u00ed',0xee:'\u00ee',0xef:'\u00ef',0xf0:'\u00f0',0xf1:'\u00f1',0xf2:'\u00f2',0xf3:'\u00f3',0xf4:'\u00f4',0xf5:'\u00f5',0xf6:'\u00f6',0xf7:'\u00f7',0xf8:'\u00f8',0xf9:'\u00f9',0xfa:'\u00fa',0xfb:'\u00fb',0xfc:'\u00fc',0xfd:'\u00fd',0xfe:'\u00fe',0xff:'\u00ff'}; -var _f map[rune ]byte ;func PDFDocEncodingToRunes (b []byte )[]rune {var _ag []rune ;for _ ,_ge :=range b {_cdb ,_agf :=_dc [_ge ];if !_agf {_cc .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u003a\u0020P\u0044\u0046\u0044o\u0063\u0045\u006ec\u006f\u0064i\u006e\u0067\u0020\u0069\u006e\u0070u\u0074 m\u0061\u0070\u0070\u0069\u006e\u0067\u0020\u0065\u0072\u0072\u006f\u0072\u0020\u0025\u0064\u0020\u002d\u0020\u0073\u006b\u0069\u0070\u0070\u0069\u006e\u0067",_ge ); -continue ;};_ag =append (_ag ,_cdb );};return _ag ;}; \ No newline at end of file +package strutils ;import (_d "bytes";_g "github.com/unidoc/unipdf/v3/common";_ae "unicode/utf16";);func UTF16ToRunes (b []byte )[]rune {if len (b )==1{return []rune {rune (b [0])};};if len (b )%2!=0{b =append (b ,0);_g .Log .Debug ("E\u0052\u0052\u004f\u0052\u003a\u0020\u0055\u0054\u0046\u0031\u0036\u0054\u006f\u0052\u0075\u006e\u0065\u0073.\u0020\u0050\u0061\u0064\u0064\u0069\u006e\u0067\u0020\u0077it\u0068\u0020\u007ae\u0072o\u0073\u002e"); +};_f :=len (b )>>1;_fb :=make ([]uint16 ,_f );for _gb :=0;_gb < _f ;_gb ++{_fb [_gb ]=uint16 (b [_gb <<1])<<8+uint16 (b [_gb <<1+1]);};_dc :=_ae .Decode (_fb );return _dc ;};func init (){_e =map[rune ]byte {};for _c ,_db :=range _feg {_e [_db ]=_c ;};}; +func UTF16ToString (b []byte )string {return string (UTF16ToRunes (b ))};func StringToUTF16 (s string )string {_b :=_ae .Encode ([]rune (s ));var _da _d .Buffer ;for _ ,_dce :=range _b {_da .WriteByte (byte ((_dce >>8)&0xff));_da .WriteByte (byte (_dce &0xff)); +};return _da .String ();};func PDFDocEncodingToString (b []byte )string {return string (PDFDocEncodingToRunes (b ))};var _e map[rune ]byte ;func StringToPDFDocEncoding (s string )[]byte {var _ce _d .Buffer ;for _ ,_ed :=range s {_ca ,_cc :=_e [_ed ];if !_cc {_g .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0050\u0044\u0046\u0044\u006f\u0063\u0045\u006e\u0063\u006f\u0064\u0069\u006eg\u0020\u0072\u0075\u006e\u0065\u0020\u006d\u0061\u0070\u0070\u0069\u006e\u0067\u0020\u006d\u0069\u0073\u0073\u0069\u006e\u0067\u0020\u0025\u0063\u002f\u0025\u0058\u0020\u002d\u0020s\u006b\u0069\u0070\u0070\u0069n\u0067",_ed ,_ed ); +continue ;};_ce .WriteByte (_ca );};return _ce .Bytes ();};func PDFDocEncodingToRunes (b []byte )[]rune {var _fd []rune ;for _ ,_ec :=range b {_fe ,_fdb :=_feg [_ec ];if !_fdb {_g .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u003a\u0020P\u0044\u0046\u0044o\u0063\u0045\u006ec\u006f\u0064i\u006e\u0067\u0020\u0069\u006e\u0070u\u0074 m\u0061\u0070\u0070\u0069\u006e\u0067\u0020\u0065\u0072\u0072\u006f\u0072\u0020\u0025\u0064\u0020\u002d\u0020\u0073\u006b\u0069\u0070\u0070\u0069\u006e\u0067",_ec ); +continue ;};_fd =append (_fd ,_fe );};return _fd ;};var _feg =map[byte ]rune {0x01:'\u0001',0x02:'\u0002',0x03:'\u0003',0x04:'\u0004',0x05:'\u0005',0x06:'\u0006',0x07:'\u0007',0x08:'\u0008',0x09:'\u0009',0x0a:'\u000a',0x0b:'\u000b',0x0c:'\u000c',0x0d:'\u000d',0x0e:'\u000e',0x0f:'\u000f',0x10:'\u0010',0x11:'\u0011',0x12:'\u0012',0x13:'\u0013',0x14:'\u0014',0x15:'\u0015',0x16:'\u0017',0x17:'\u0017',0x18:'\u02d8',0x19:'\u02c7',0x1a:'\u02c6',0x1b:'\u02d9',0x1c:'\u02dd',0x1d:'\u02db',0x1e:'\u02da',0x1f:'\u02dc',0x20:'\u0020',0x21:'\u0021',0x22:'\u0022',0x23:'\u0023',0x24:'\u0024',0x25:'\u0025',0x26:'\u0026',0x27:'\u0027',0x28:'\u0028',0x29:'\u0029',0x2a:'\u002a',0x2b:'\u002b',0x2c:'\u002c',0x2d:'\u002d',0x2e:'\u002e',0x2f:'\u002f',0x30:'\u0030',0x31:'\u0031',0x32:'\u0032',0x33:'\u0033',0x34:'\u0034',0x35:'\u0035',0x36:'\u0036',0x37:'\u0037',0x38:'\u0038',0x39:'\u0039',0x3a:'\u003a',0x3b:'\u003b',0x3c:'\u003c',0x3d:'\u003d',0x3e:'\u003e',0x3f:'\u003f',0x40:'\u0040',0x41:'\u0041',0x42:'\u0042',0x43:'\u0043',0x44:'\u0044',0x45:'\u0045',0x46:'\u0046',0x47:'\u0047',0x48:'\u0048',0x49:'\u0049',0x4a:'\u004a',0x4b:'\u004b',0x4c:'\u004c',0x4d:'\u004d',0x4e:'\u004e',0x4f:'\u004f',0x50:'\u0050',0x51:'\u0051',0x52:'\u0052',0x53:'\u0053',0x54:'\u0054',0x55:'\u0055',0x56:'\u0056',0x57:'\u0057',0x58:'\u0058',0x59:'\u0059',0x5a:'\u005a',0x5b:'\u005b',0x5c:'\u005c',0x5d:'\u005d',0x5e:'\u005e',0x5f:'\u005f',0x60:'\u0060',0x61:'\u0061',0x62:'\u0062',0x63:'\u0063',0x64:'\u0064',0x65:'\u0065',0x66:'\u0066',0x67:'\u0067',0x68:'\u0068',0x69:'\u0069',0x6a:'\u006a',0x6b:'\u006b',0x6c:'\u006c',0x6d:'\u006d',0x6e:'\u006e',0x6f:'\u006f',0x70:'\u0070',0x71:'\u0071',0x72:'\u0072',0x73:'\u0073',0x74:'\u0074',0x75:'\u0075',0x76:'\u0076',0x77:'\u0077',0x78:'\u0078',0x79:'\u0079',0x7a:'\u007a',0x7b:'\u007b',0x7c:'\u007c',0x7d:'\u007d',0x7e:'\u007e',0x80:'\u2022',0x81:'\u2020',0x82:'\u2021',0x83:'\u2026',0x84:'\u2014',0x85:'\u2013',0x86:'\u0192',0x87:'\u2044',0x88:'\u2039',0x89:'\u203a',0x8a:'\u2212',0x8b:'\u2030',0x8c:'\u201e',0x8d:'\u201c',0x8e:'\u201d',0x8f:'\u2018',0x90:'\u2019',0x91:'\u201a',0x92:'\u2122',0x93:'\ufb01',0x94:'\ufb02',0x95:'\u0141',0x96:'\u0152',0x97:'\u0160',0x98:'\u0178',0x99:'\u017d',0x9a:'\u0131',0x9b:'\u0142',0x9c:'\u0153',0x9d:'\u0161',0x9e:'\u017e',0xa0:'\u20ac',0xa1:'\u00a1',0xa2:'\u00a2',0xa3:'\u00a3',0xa4:'\u00a4',0xa5:'\u00a5',0xa6:'\u00a6',0xa7:'\u00a7',0xa8:'\u00a8',0xa9:'\u00a9',0xaa:'\u00aa',0xab:'\u00ab',0xac:'\u00ac',0xae:'\u00ae',0xaf:'\u00af',0xb0:'\u00b0',0xb1:'\u00b1',0xb2:'\u00b2',0xb3:'\u00b3',0xb4:'\u00b4',0xb5:'\u00b5',0xb6:'\u00b6',0xb7:'\u00b7',0xb8:'\u00b8',0xb9:'\u00b9',0xba:'\u00ba',0xbb:'\u00bb',0xbc:'\u00bc',0xbd:'\u00bd',0xbe:'\u00be',0xbf:'\u00bf',0xc0:'\u00c0',0xc1:'\u00c1',0xc2:'\u00c2',0xc3:'\u00c3',0xc4:'\u00c4',0xc5:'\u00c5',0xc6:'\u00c6',0xc7:'\u00c7',0xc8:'\u00c8',0xc9:'\u00c9',0xca:'\u00ca',0xcb:'\u00cb',0xcc:'\u00cc',0xcd:'\u00cd',0xce:'\u00ce',0xcf:'\u00cf',0xd0:'\u00d0',0xd1:'\u00d1',0xd2:'\u00d2',0xd3:'\u00d3',0xd4:'\u00d4',0xd5:'\u00d5',0xd6:'\u00d6',0xd7:'\u00d7',0xd8:'\u00d8',0xd9:'\u00d9',0xda:'\u00da',0xdb:'\u00db',0xdc:'\u00dc',0xdd:'\u00dd',0xde:'\u00de',0xdf:'\u00df',0xe0:'\u00e0',0xe1:'\u00e1',0xe2:'\u00e2',0xe3:'\u00e3',0xe4:'\u00e4',0xe5:'\u00e5',0xe6:'\u00e6',0xe7:'\u00e7',0xe8:'\u00e8',0xe9:'\u00e9',0xea:'\u00ea',0xeb:'\u00eb',0xec:'\u00ec',0xed:'\u00ed',0xee:'\u00ee',0xef:'\u00ef',0xf0:'\u00f0',0xf1:'\u00f1',0xf2:'\u00f2',0xf3:'\u00f3',0xf4:'\u00f4',0xf5:'\u00f5',0xf6:'\u00f6',0xf7:'\u00f7',0xf8:'\u00f8',0xf9:'\u00f9',0xfa:'\u00fa',0xfb:'\u00fb',0xfc:'\u00fc',0xfd:'\u00fd',0xfe:'\u00fe',0xff:'\u00ff'}; diff --git a/internal/testutils/testutils.go b/internal/testutils/testutils.go index 87f3e9537..75d6b257c 100644 --- a/internal/testutils/testutils.go +++ b/internal/testutils/testutils.go @@ -9,32 +9,32 @@ // Use of this source code is governed by the UniDoc End User License Agreement // terms that can be accessed at https://unidoc.io/eula/ -package testutils ;import (_b "crypto/md5";_ad "encoding/hex";_e "errors";_ab "fmt";_cf "github.com/unidoc/unipdf/v3/common";_ca "github.com/unidoc/unipdf/v3/core";_cg "image";_cb "image/png";_cee "io";_gf "os";_a "os/exec";_ce "path/filepath";_c "strings"; -_gg "testing";);func ParseIndirectObjects (rawpdf string )(map[int64 ]_ca .PdfObject ,error ){_gd :=_ca .NewParserFromString (rawpdf );_abf :=map[int64 ]_ca .PdfObject {};for {_gge ,_ecf :=_gd .ParseIndirectObject ();if _ecf !=nil {if _ecf ==_cee .EOF {break ; -};return nil ,_ecf ;};switch _ee :=_gge .(type ){case *_ca .PdfIndirectObject :_abf [_ee .ObjectNumber ]=_gge ;case *_ca .PdfObjectStream :_abf [_ee .ObjectNumber ]=_gge ;};};for _ ,_dda :=range _abf {_ege (_dda ,_abf );};return _abf ,nil ;};func CopyFile (src ,dst string )error {_ec ,_be :=_gf .Open (src ); -if _be !=nil {return _be ;};defer _ec .Close ();_bb ,_be :=_gf .Create (dst );if _be !=nil {return _be ;};defer _bb .Close ();_ ,_be =_cee .Copy (_bb ,_ec );return _be ;};func _ege (_bf _ca .PdfObject ,_ace map[int64 ]_ca .PdfObject )error {switch _bfa :=_bf .(type ){case *_ca .PdfIndirectObject :_fbe :=_bfa ; -_ege (_fbe .PdfObject ,_ace );case *_ca .PdfObjectDictionary :_df :=_bfa ;for _ ,_gb :=range _df .Keys (){_ecfe :=_df .Get (_gb );if _gc ,_efc :=_ecfe .(*_ca .PdfObjectReference );_efc {_aaa ,_aae :=_ace [_gc .ObjectNumber ];if !_aae {return _e .New ("r\u0065\u0066\u0065\u0072\u0065\u006ec\u0065\u0020\u0074\u006f\u0020\u006f\u0075\u0074\u0073i\u0064\u0065\u0020o\u0062j\u0065\u0063\u0074"); -};_df .Set (_gb ,_aaa );}else {_ege (_ecfe ,_ace );};};case *_ca .PdfObjectArray :_ba :=_bfa ;for _abfe ,_eb :=range _ba .Elements (){if _fe ,_fea :=_eb .(*_ca .PdfObjectReference );_fea {_fed ,_ade :=_ace [_fe .ObjectNumber ];if !_ade {return _e .New ("r\u0065\u0066\u0065\u0072\u0065\u006ec\u0065\u0020\u0074\u006f\u0020\u006f\u0075\u0074\u0073i\u0064\u0065\u0020o\u0062j\u0065\u0063\u0074"); -};_ba .Set (_abfe ,_fed );}else {_ege (_eb ,_ace );};};};return nil ;};func CompareDictionariesDeep (d1 ,d2 *_ca .PdfObjectDictionary )bool {if len (d1 .Keys ())!=len (d2 .Keys ()){_cf .Log .Debug ("\u0044\u0069\u0063\u0074\u0020\u0065\u006e\u0074\u0072\u0069\u0065\u0073\u0020\u006d\u0069s\u006da\u0074\u0063\u0068\u0020\u0028\u0025\u0064\u0020\u0021\u003d\u0020\u0025\u0064\u0029",len (d1 .Keys ()),len (d2 .Keys ())); -_cf .Log .Debug ("\u0057\u0061s\u0020\u0027\u0025s\u0027\u0020\u0076\u0073\u0020\u0027\u0025\u0073\u0027",d1 .WriteString (),d2 .WriteString ());return false ;};for _ ,_dg :=range d1 .Keys (){if _dg =="\u0050\u0061\u0072\u0065\u006e\u0074"{continue ;}; -_ag :=_ca .TraceToDirectObject (d1 .Get (_dg ));_ea :=_ca .TraceToDirectObject (d2 .Get (_dg ));if _ag ==nil {_cf .Log .Debug ("\u00761\u0020\u0069\u0073\u0020\u006e\u0069l");return false ;};if _ea ==nil {_cf .Log .Debug ("\u00762\u0020\u0069\u0073\u0020\u006e\u0069l"); -return false ;};switch _af :=_ag .(type ){case *_ca .PdfObjectDictionary :_cca ,_fba :=_ea .(*_ca .PdfObjectDictionary );if !_fba {_cf .Log .Debug ("\u0054\u0079\u0070\u0065 m\u0069\u0073\u006d\u0061\u0074\u0063\u0068\u0020\u0025\u0054\u0020\u0076\u0073\u0020%\u0054",_ag ,_ea ); -return false ;};if !CompareDictionariesDeep (_af ,_cca ){return false ;};continue ;case *_ca .PdfObjectArray :_fdb ,_dfa :=_ea .(*_ca .PdfObjectArray );if !_dfa {_cf .Log .Debug ("\u00762\u0020n\u006f\u0074\u0020\u0061\u006e\u0020\u0061\u0072\u0072\u0061\u0079"); -return false ;};if _af .Len ()!=_fdb .Len (){_cf .Log .Debug ("\u0061\u0072\u0072\u0061\u0079\u0020\u006c\u0065\u006e\u0067\u0074\u0068\u0020\u006d\u0069s\u006da\u0074\u0063\u0068\u0020\u0028\u0025\u0064\u0020\u0021\u003d\u0020\u0025\u0064\u0029",_af .Len (),_fdb .Len ()); -return false ;};for _eef :=0;_eef < _af .Len ();_eef ++{_gga :=_ca .TraceToDirectObject (_af .Get (_eef ));_gae :=_ca .TraceToDirectObject (_fdb .Get (_eef ));if _becg ,_gbd :=_gga .(*_ca .PdfObjectDictionary );_gbd {_gbg ,_gde :=_gae .(*_ca .PdfObjectDictionary ); -if !_gde {return false ;};if !CompareDictionariesDeep (_becg ,_gbg ){return false ;};}else {if _gga .WriteString ()!=_gae .WriteString (){_cf .Log .Debug ("M\u0069\u0073\u006d\u0061tc\u0068 \u0027\u0025\u0073\u0027\u0020!\u003d\u0020\u0027\u0025\u0073\u0027",_gga .WriteString (),_gae .WriteString ()); -return false ;};};};continue ;};if _ag .String ()!=_ea .String (){_cf .Log .Debug ("\u006b\u0065y\u003d\u0025\u0073\u0020\u004d\u0069\u0073\u006d\u0061\u0074\u0063\u0068\u0021\u0020\u0027\u0025\u0073\u0027\u0020\u0021\u003d\u0020'%\u0073\u0027",_dg ,_ag .String (),_ea .String ()); -_cf .Log .Debug ("\u0046o\u0072 \u0027\u0025\u0054\u0027\u0020\u002d\u0020\u0027\u0025\u0054\u0027",_ag ,_ea );_cf .Log .Debug ("\u0046\u006f\u0072\u0020\u0027\u0025\u002b\u0076\u0027\u0020\u002d\u0020'\u0025\u002b\u0076\u0027",_ag ,_ea );return false ; -};};return true ;};var (ErrRenderNotSupported =_e .New ("\u0072\u0065\u006e\u0064\u0065r\u0069\u006e\u0067\u0020\u0050\u0044\u0046\u0020\u0066\u0069\u006c\u0065\u0073 \u0069\u0073\u0020\u006e\u006f\u0074\u0020\u0073\u0075\u0070\u0070\u006f\u0072\u0074\u0065\u0064\u0020\u006f\u006e\u0020\u0074\u0068\u0069\u0073\u0020\u0073\u0079\u0073\u0074\u0065m"); -);func RenderPDFToPNGs (pdfPath string ,dpi int ,outpathTpl string )error {if dpi <=0{dpi =100;};if _ ,_bec :=_a .LookPath ("\u0067\u0073");_bec !=nil {return ErrRenderNotSupported ;};return _a .Command ("\u0067\u0073","\u002d\u0073\u0044\u0045\u0056\u0049\u0043\u0045\u003d\u0070\u006e\u0067a\u006c\u0070\u0068\u0061","\u002d\u006f",outpathTpl ,_ab .Sprintf ("\u002d\u0072\u0025\u0064",dpi ),pdfPath ).Run (); -};func HashFile (file string )(string ,error ){_dc ,_db :=_gf .Open (file );if _db !=nil {return "",_db ;};defer _dc .Close ();_bg :=_b .New ();if _ ,_db =_cee .Copy (_bg ,_dc );_db !=nil {return "",_db ;};return _ad .EncodeToString (_bg .Sum (nil )),nil ; -};func CompareImages (img1 ,img2 _cg .Image )(bool ,error ){_ac :=img1 .Bounds ();_bc :=0;for _dd :=0;_dd < _ac .Size ().X ;_dd ++{for _ef :=0;_ef < _ac .Size ().Y ;_ef ++{_ae ,_ge ,_ff ,_ :=img1 .At (_dd ,_ef ).RGBA ();_fc ,_fg ,_ddd ,_ :=img2 .At (_dd ,_ef ).RGBA (); -if _ae !=_fc ||_ge !=_fg ||_ff !=_ddd {_bc ++;};};};_dbf :=float64 (_bc )/float64 (_ac .Dx ()*_ac .Dy ());if _dbf > 0.0001{_ab .Printf ("\u0064\u0069\u0066f \u0066\u0072\u0061\u0063\u0074\u0069\u006f\u006e\u003a\u0020\u0025\u0076\u0020\u0028\u0025\u0064\u0029\u000a",_dbf ,_bc ); -return false ,nil ;};return true ,nil ;};func ComparePNGFiles (file1 ,file2 string )(bool ,error ){_fb ,_da :=HashFile (file1 );if _da !=nil {return false ,_da ;};_fa ,_da :=HashFile (file2 );if _da !=nil {return false ,_da ;};if _fb ==_fa {return true ,nil ; -};_cc ,_da :=ReadPNG (file1 );if _da !=nil {return false ,_da ;};_cgd ,_da :=ReadPNG (file2 );if _da !=nil {return false ,_da ;};if _cc .Bounds ()!=_cgd .Bounds (){return false ,nil ;};return CompareImages (_cc ,_cgd );};func ReadPNG (file string )(_cg .Image ,error ){_cab ,_ga :=_gf .Open (file ); -if _ga !=nil {return nil ,_ga ;};defer _cab .Close ();return _cb .Decode (_cab );};func RunRenderTest (t *_gg .T ,pdfPath ,outputDir ,baselineRenderPath string ,saveBaseline bool ){_ed :=_c .TrimSuffix (_ce .Base (pdfPath ),_ce .Ext (pdfPath ));t .Run ("\u0072\u0065\u006e\u0064\u0065\u0072",func (_ggc *_gg .T ){_fgg :=_ce .Join (outputDir ,_ed ); -_efe :=_fgg +"\u002d%\u0064\u002e\u0070\u006e\u0067";if _eg :=RenderPDFToPNGs (pdfPath ,0,_efe );_eg !=nil {_ggc .Skip (_eg );};for _bcc :=1;true ;_bcc ++{_dbc :=_ab .Sprintf ("\u0025s\u002d\u0025\u0064\u002e\u0070\u006eg",_fgg ,_bcc );_ced :=_ce .Join (baselineRenderPath ,_ab .Sprintf ("\u0025\u0073\u002d\u0025\u0064\u005f\u0065\u0078\u0070\u002e\u0070\u006e\u0067",_ed ,_bcc )); -if _ ,_cgdf :=_gf .Stat (_dbc );_cgdf !=nil {break ;};_ggc .Logf ("\u0025\u0073",_ced );if saveBaseline {_ggc .Logf ("\u0043\u006fp\u0079\u0069\u006eg\u0020\u0025\u0073\u0020\u002d\u003e\u0020\u0025\u0073",_dbc ,_ced );_cfc :=CopyFile (_dbc ,_ced );if _cfc !=nil {_ggc .Fatalf ("\u0045\u0052\u0052OR\u0020\u0063\u006f\u0070\u0079\u0069\u006e\u0067\u0020\u0074\u006f\u0020\u0025\u0073\u003a\u0020\u0025\u0076",_ced ,_cfc ); -};continue ;};_ggc .Run (_ab .Sprintf ("\u0070\u0061\u0067\u0065\u0025\u0064",_bcc ),func (_fd *_gg .T ){_fd .Logf ("\u0043o\u006dp\u0061\u0072\u0069\u006e\u0067 \u0025\u0073 \u0076\u0073\u0020\u0025\u0073",_dbc ,_ced );_aed ,_edb :=ComparePNGFiles (_dbc ,_ced ); -if _gf .IsNotExist (_edb ){_fd .Fatal ("\u0069m\u0061g\u0065\u0020\u0066\u0069\u006ce\u0020\u006di\u0073\u0073\u0069\u006e\u0067");}else if !_aed {_fd .Fatal ("\u0077\u0072\u006f\u006eg \u0070\u0061\u0067\u0065\u0020\u0072\u0065\u006e\u0064\u0065\u0072\u0065\u0064"); -};});};});}; \ No newline at end of file +package testutils ;import (_cc "crypto/md5";_gb "encoding/hex";_gg "errors";_b "fmt";_cda "github.com/unidoc/unipdf/v3/common";_fc "github.com/unidoc/unipdf/v3/core";_f "image";_g "image/png";_da "io";_a "os";_e "os/exec";_df "path/filepath";_cd "strings"; +_d "testing";);func RunRenderTest (t *_d .T ,pdfPath ,outputDir ,baselineRenderPath string ,saveBaseline bool ){_edc :=_cd .TrimSuffix (_df .Base (pdfPath ),_df .Ext (pdfPath ));t .Run ("\u0072\u0065\u006e\u0064\u0065\u0072",func (_dfd *_d .T ){_dcda :=_df .Join (outputDir ,_edc ); +_agc :=_dcda +"\u002d%\u0064\u002e\u0070\u006e\u0067";if _bafa :=RenderPDFToPNGs (pdfPath ,0,_agc );_bafa !=nil {_dfd .Skip (_bafa );};for _gda :=1;true ;_gda ++{_gdb :=_b .Sprintf ("\u0025s\u002d\u0025\u0064\u002e\u0070\u006eg",_dcda ,_gda );_de :=_df .Join (baselineRenderPath ,_b .Sprintf ("\u0025\u0073\u002d\u0025\u0064\u005f\u0065\u0078\u0070\u002e\u0070\u006e\u0067",_edc ,_gda )); +if _ ,_feb :=_a .Stat (_gdb );_feb !=nil {break ;};_dfd .Logf ("\u0025\u0073",_de );if saveBaseline {_dfd .Logf ("\u0043\u006fp\u0079\u0069\u006eg\u0020\u0025\u0073\u0020\u002d\u003e\u0020\u0025\u0073",_gdb ,_de );_ee :=CopyFile (_gdb ,_de );if _ee !=nil {_dfd .Fatalf ("\u0045\u0052\u0052OR\u0020\u0063\u006f\u0070\u0079\u0069\u006e\u0067\u0020\u0074\u006f\u0020\u0025\u0073\u003a\u0020\u0025\u0076",_de ,_ee ); +};continue ;};_dfd .Run (_b .Sprintf ("\u0070\u0061\u0067\u0065\u0025\u0064",_gda ),func (_edcd *_d .T ){_edcd .Logf ("\u0043o\u006dp\u0061\u0072\u0069\u006e\u0067 \u0025\u0073 \u0076\u0073\u0020\u0025\u0073",_gdb ,_de );_ea ,_ad :=ComparePNGFiles (_gdb ,_de ); +if _a .IsNotExist (_ad ){_edcd .Fatal ("\u0069m\u0061g\u0065\u0020\u0066\u0069\u006ce\u0020\u006di\u0073\u0073\u0069\u006e\u0067");}else if !_ea {_edcd .Fatal ("\u0077\u0072\u006f\u006eg \u0070\u0061\u0067\u0065\u0020\u0072\u0065\u006e\u0064\u0065\u0072\u0065\u0064"); +};});};});};func ComparePNGFiles (file1 ,file2 string )(bool ,error ){_ff ,_ec :=HashFile (file1 );if _ec !=nil {return false ,_ec ;};_cdc ,_ec :=HashFile (file2 );if _ec !=nil {return false ,_ec ;};if _ff ==_cdc {return true ,nil ;};_dcd ,_ec :=ReadPNG (file1 ); +if _ec !=nil {return false ,_ec ;};_ffe ,_ec :=ReadPNG (file2 );if _ec !=nil {return false ,_ec ;};if _dcd .Bounds ()!=_ffe .Bounds (){return false ,nil ;};return CompareImages (_dcd ,_ffe );};func RenderPDFToPNGs (pdfPath string ,dpi int ,outpathTpl string )error {if dpi <=0{dpi =100; +};if _ ,_bd :=_e .LookPath ("\u0067\u0073");_bd !=nil {return ErrRenderNotSupported ;};return _e .Command ("\u0067\u0073","\u002d\u0073\u0044\u0045\u0056\u0049\u0043\u0045\u003d\u0070\u006e\u0067a\u006c\u0070\u0068\u0061","\u002d\u006f",outpathTpl ,_b .Sprintf ("\u002d\u0072\u0025\u0064",dpi ),pdfPath ).Run (); +};func ParseIndirectObjects (rawpdf string )(map[int64 ]_fc .PdfObject ,error ){_cce :=_fc .NewParserFromString (rawpdf );_gc :=map[int64 ]_fc .PdfObject {};for {_aa ,_acf :=_cce .ParseIndirectObject ();if _acf !=nil {if _acf ==_da .EOF {break ;};return nil ,_acf ; +};switch _eee :=_aa .(type ){case *_fc .PdfIndirectObject :_gc [_eee .ObjectNumber ]=_aa ;case *_fc .PdfObjectStream :_gc [_eee .ObjectNumber ]=_aa ;};};for _ ,_aga :=range _gc {_aff (_aga ,_gc );};return _gc ,nil ;};var (ErrRenderNotSupported =_gg .New ("\u0072\u0065\u006e\u0064\u0065r\u0069\u006e\u0067\u0020\u0050\u0044\u0046\u0020\u0066\u0069\u006c\u0065\u0073 \u0069\u0073\u0020\u006e\u006f\u0074\u0020\u0073\u0075\u0070\u0070\u006f\u0072\u0074\u0065\u0064\u0020\u006f\u006e\u0020\u0074\u0068\u0069\u0073\u0020\u0073\u0079\u0073\u0074\u0065m"); +);func ReadPNG (file string )(_f .Image ,error ){_ccb ,_gd :=_a .Open (file );if _gd !=nil {return nil ,_gd ;};defer _ccb .Close ();return _g .Decode (_ccb );};func HashFile (file string )(string ,error ){_bfb ,_ed :=_a .Open (file );if _ed !=nil {return "",_ed ; +};defer _bfb .Close ();_ag :=_cc .New ();if _ ,_ed =_da .Copy (_ag ,_bfb );_ed !=nil {return "",_ed ;};return _gb .EncodeToString (_ag .Sum (nil )),nil ;};func CompareImages (img1 ,img2 _f .Image )(bool ,error ){_ca :=img1 .Bounds ();_bfe :=0;for _bg :=0; +_bg < _ca .Size ().X ;_bg ++{for _af :=0;_af < _ca .Size ().Y ;_af ++{_ac ,_db ,_dbd ,_ :=img1 .At (_bg ,_af ).RGBA ();_fg ,_baf ,_dc ,_ :=img2 .At (_bg ,_af ).RGBA ();if _ac !=_fg ||_db !=_baf ||_dbd !=_dc {_bfe ++;};};};_ae :=float64 (_bfe )/float64 (_ca .Dx ()*_ca .Dy ()); +if _ae > 0.0001{_b .Printf ("\u0064\u0069\u0066f \u0066\u0072\u0061\u0063\u0074\u0069\u006f\u006e\u003a\u0020\u0025\u0076\u0020\u0028\u0025\u0064\u0029\u000a",_ae ,_bfe );return false ,nil ;};return true ,nil ;};func CompareDictionariesDeep (d1 ,d2 *_fc .PdfObjectDictionary )bool {if len (d1 .Keys ())!=len (d2 .Keys ()){_cda .Log .Debug ("\u0044\u0069\u0063\u0074\u0020\u0065\u006e\u0074\u0072\u0069\u0065\u0073\u0020\u006d\u0069s\u006da\u0074\u0063\u0068\u0020\u0028\u0025\u0064\u0020\u0021\u003d\u0020\u0025\u0064\u0029",len (d1 .Keys ()),len (d2 .Keys ())); +_cda .Log .Debug ("\u0057\u0061s\u0020\u0027\u0025s\u0027\u0020\u0076\u0073\u0020\u0027\u0025\u0073\u0027",d1 .WriteString (),d2 .WriteString ());return false ;};for _ ,_bgc :=range d1 .Keys (){if _bgc =="\u0050\u0061\u0072\u0065\u006e\u0074"{continue ; +};_bge :=_fc .TraceToDirectObject (d1 .Get (_bgc ));_dab :=_fc .TraceToDirectObject (d2 .Get (_bgc ));if _bge ==nil {_cda .Log .Debug ("\u00761\u0020\u0069\u0073\u0020\u006e\u0069l");return false ;};if _dab ==nil {_cda .Log .Debug ("\u00762\u0020\u0069\u0073\u0020\u006e\u0069l"); +return false ;};switch _gdd :=_bge .(type ){case *_fc .PdfObjectDictionary :_cbf ,_fab :=_dab .(*_fc .PdfObjectDictionary );if !_fab {_cda .Log .Debug ("\u0054\u0079\u0070\u0065 m\u0069\u0073\u006d\u0061\u0074\u0063\u0068\u0020\u0025\u0054\u0020\u0076\u0073\u0020%\u0054",_bge ,_dab ); +return false ;};if !CompareDictionariesDeep (_gdd ,_cbf ){return false ;};continue ;case *_fc .PdfObjectArray :_ffa ,_fcd :=_dab .(*_fc .PdfObjectArray );if !_fcd {_cda .Log .Debug ("\u00762\u0020n\u006f\u0074\u0020\u0061\u006e\u0020\u0061\u0072\u0072\u0061\u0079"); +return false ;};if _gdd .Len ()!=_ffa .Len (){_cda .Log .Debug ("\u0061\u0072\u0072\u0061\u0079\u0020\u006c\u0065\u006e\u0067\u0074\u0068\u0020\u006d\u0069s\u006da\u0074\u0063\u0068\u0020\u0028\u0025\u0064\u0020\u0021\u003d\u0020\u0025\u0064\u0029",_gdd .Len (),_ffa .Len ()); +return false ;};for _ebd :=0;_ebd < _gdd .Len ();_ebd ++{_afa :=_fc .TraceToDirectObject (_gdd .Get (_ebd ));_faa :=_fc .TraceToDirectObject (_ffa .Get (_ebd ));if _fcef ,_cbc :=_afa .(*_fc .PdfObjectDictionary );_cbc {_gbe ,_bc :=_faa .(*_fc .PdfObjectDictionary ); +if !_bc {return false ;};if !CompareDictionariesDeep (_fcef ,_gbe ){return false ;};}else {if _afa .WriteString ()!=_faa .WriteString (){_cda .Log .Debug ("M\u0069\u0073\u006d\u0061tc\u0068 \u0027\u0025\u0073\u0027\u0020!\u003d\u0020\u0027\u0025\u0073\u0027",_afa .WriteString (),_faa .WriteString ()); +return false ;};};};continue ;};if _bge .String ()!=_dab .String (){_cda .Log .Debug ("\u006b\u0065y\u003d\u0025\u0073\u0020\u004d\u0069\u0073\u006d\u0061\u0074\u0063\u0068\u0021\u0020\u0027\u0025\u0073\u0027\u0020\u0021\u003d\u0020'%\u0073\u0027",_bgc ,_bge .String (),_dab .String ()); +_cda .Log .Debug ("\u0046o\u0072 \u0027\u0025\u0054\u0027\u0020\u002d\u0020\u0027\u0025\u0054\u0027",_bge ,_dab );_cda .Log .Debug ("\u0046\u006f\u0072\u0020\u0027\u0025\u002b\u0076\u0027\u0020\u002d\u0020'\u0025\u002b\u0076\u0027",_bge ,_dab );return false ; +};};return true ;};func CopyFile (src ,dst string )error {_fe ,_ba :=_a .Open (src );if _ba !=nil {return _ba ;};defer _fe .Close ();_bf ,_ba :=_a .Create (dst );if _ba !=nil {return _ba ;};defer _bf .Close ();_ ,_ba =_da .Copy (_bf ,_fe );return _ba ; +};func _aff (_ded _fc .PdfObject ,_bfa map[int64 ]_fc .PdfObject )error {switch _fge :=_ded .(type ){case *_fc .PdfIndirectObject :_eea :=_fge ;_aff (_eea .PdfObject ,_bfa );case *_fc .PdfObjectDictionary :_eeee :=_fge ;for _ ,_agaf :=range _eeee .Keys (){_bfg :=_eeee .Get (_agaf ); +if _cf ,_cac :=_bfg .(*_fc .PdfObjectReference );_cac {_fce ,_age :=_bfa [_cf .ObjectNumber ];if !_age {return _gg .New ("r\u0065\u0066\u0065\u0072\u0065\u006ec\u0065\u0020\u0074\u006f\u0020\u006f\u0075\u0074\u0073i\u0064\u0065\u0020o\u0062j\u0065\u0063\u0074"); +};_eeee .Set (_agaf ,_fce );}else {_aff (_bfg ,_bfa );};};case *_fc .PdfObjectArray :_ebc :=_fge ;for _fcec ,_ge :=range _ebc .Elements (){if _gad ,_dbf :=_ge .(*_fc .PdfObjectReference );_dbf {_fgc ,_geb :=_bfa [_gad .ObjectNumber ];if !_geb {return _gg .New ("r\u0065\u0066\u0065\u0072\u0065\u006ec\u0065\u0020\u0074\u006f\u0020\u006f\u0075\u0074\u0073i\u0064\u0065\u0020o\u0062j\u0065\u0063\u0074"); +};_ebc .Set (_fcec ,_fgc );}else {_aff (_ge ,_bfa );};};};return nil ;}; \ No newline at end of file diff --git a/internal/textencoding/internal/syncmap/syncmap.go b/internal/textencoding/internal/syncmap/syncmap.go index ee16b0250..78b8a0bec 100644 --- a/internal/textencoding/internal/syncmap/syncmap.go +++ b/internal/textencoding/internal/syncmap/syncmap.go @@ -9,25 +9,24 @@ // Use of this source code is governed by the UniDoc End User License Agreement // terms that can be accessed at https://unidoc.io/eula/ -package syncmap ;import _g "sync";func (_gae *ByteRuneMap )Read (b byte )(rune ,bool ){_gae ._e .RLock ();defer _gae ._e .RUnlock ();_dc ,_a :=_gae ._ga [b ];return _dc ,_a ;};func (_bbf *RuneUint16Map )RangeDelete (f func (_bdc rune ,_ffa uint16 )(_gaeb bool ,_gba bool )){_bbf ._gd .Lock (); -defer _bbf ._gd .Unlock ();for _cg ,_dgb :=range _bbf ._ba {_fabe ,_ced :=f (_cg ,_dgb );if _fabe {delete (_bbf ._ba ,_cg );};if _ced {break ;};};};func (_f *RuneByteMap )Read (r rune )(byte ,bool ){_f ._dec .RLock ();defer _f ._dec .RUnlock ();_af ,_gf :=_f ._ded [r ]; -return _af ,_gf ;};func (_geb *RuneStringMap )Read (r rune )(string ,bool ){_geb ._ag .RLock ();defer _geb ._ag .RUnlock ();_aab ,_db :=_geb ._fab [r ];return _aab ,_db ;};type StringRuneMap struct{_efge map[string ]rune ;_ea _g .RWMutex ;};type RuneSet struct{_ege map[rune ]struct{}; -_fa _g .RWMutex ;};func (_gb *RuneStringMap )Length ()int {_gb ._ag .RLock ();defer _gb ._ag .RUnlock ();return len (_gb ._fab );};func (_ge *RuneByteMap )Range (f func (_aa rune ,_gec byte )(_eg bool )){_ge ._dec .RLock ();defer _ge ._dec .RUnlock (); -for _fb ,_fd :=range _ge ._ded {if f (_fb ,_fd ){break ;};};};func MakeRuneSet (length int )*RuneSet {return &RuneSet {_ege :make (map[rune ]struct{},length )}};func (_fda *RuneUint16Map )Length ()int {_fda ._gd .RLock ();defer _fda ._gd .RUnlock ();return len (_fda ._ba ); -};func (_ae *RuneStringMap )Range (f func (_ed rune ,_ace string )(_eeg bool )){_ae ._ag .RLock ();defer _ae ._ag .RUnlock ();for _ecc ,_fbc :=range _ae ._fab {if f (_ecc ,_fbc ){break ;};};};type RuneStringMap struct{_fab map[rune ]string ;_ag _g .RWMutex ; -};type ByteRuneMap struct{_ga map[byte ]rune ;_e _g .RWMutex ;};func (_bg *RuneByteMap )Write (r rune ,b byte ){_bg ._dec .Lock ();defer _bg ._dec .Unlock ();_bg ._ded [r ]=b ;};func (_daa *StringsMap )Write (g1 ,g2 string ){_daa ._babb .Lock ();defer _daa ._babb .Unlock (); -_daa ._dcc [g1 ]=g2 ;};func MakeRuneByteMap (length int )*RuneByteMap {_ee :=make (map[rune ]byte ,length );return &RuneByteMap {_ded :_ee };};func NewByteRuneMap (m map[byte ]rune )*ByteRuneMap {return &ByteRuneMap {_ga :m }};func (_daf *RuneSet )Exists (r rune )bool {_daf ._fa .RLock (); -defer _daf ._fa .RUnlock ();_ ,_df :=_daf ._ege [r ];return _df ;};func (_ff *RuneStringMap )Write (r rune ,s string ){_ff ._ag .Lock ();defer _ff ._ag .Unlock ();_ff ._fab [r ]=s ;};func (_fbg *StringRuneMap )Range (f func (_faf string ,_gaca rune )(_bc bool )){_fbg ._ea .RLock (); -defer _fbg ._ea .RUnlock ();for _fbga ,_dga :=range _fbg ._efge {if f (_fbga ,_dga ){break ;};};};type RuneUint16Map struct{_ba map[rune ]uint16 ;_gd _g .RWMutex ;};func (_afc *RuneUint16Map )Delete (r rune ){_afc ._gd .Lock ();defer _afc ._gd .Unlock (); -delete (_afc ._ba ,r );};func (_gg *ByteRuneMap )Range (f func (_de byte ,_dd rune )(_c bool )){_gg ._e .RLock ();defer _gg ._e .RUnlock ();for _eb ,_da :=range _gg ._ga {if f (_eb ,_da ){break ;};};};type StringsMap struct{_dcc map[string ]string ;_babb _g .RWMutex ; -};func MakeByteRuneMap (length int )*ByteRuneMap {return &ByteRuneMap {_ga :make (map[byte ]rune ,length )}};func (_cf *StringsMap )Range (f func (_bgg ,_fg string )(_dca bool )){_cf ._babb .RLock ();defer _cf ._babb .RUnlock ();for _bgd ,_bdb :=range _cf ._dcc {if f (_bgd ,_bdb ){break ; -};};};func (_eccg *StringsMap )Copy ()*StringsMap {_eccg ._babb .RLock ();defer _eccg ._babb .RUnlock ();_bac :=map[string ]string {};for _gaf ,_fgc :=range _eccg ._dcc {_bac [_gaf ]=_fgc ;};return &StringsMap {_dcc :_bac };};func (_b *ByteRuneMap )Length ()int {_b ._e .RLock (); -defer _b ._e .RUnlock ();return len (_b ._ga )};func NewStringsMap (tuples []StringsTuple )*StringsMap {_def :=map[string ]string {};for _ ,_efgb :=range tuples {_def [_efgb .Key ]=_efgb .Value ;};return &StringsMap {_dcc :_def };};func (_ce *RuneSet )Range (f func (_bb rune )(_ec bool )){_ce ._fa .RLock (); -defer _ce ._fa .RUnlock ();for _aaa :=range _ce ._ege {if f (_aaa ){break ;};};};func NewRuneStringMap (m map[rune ]string )*RuneStringMap {return &RuneStringMap {_fab :m }};func (_gac *RuneSet )Write (r rune ){_gac ._fa .Lock ();defer _gac ._fa .Unlock (); -_gac ._ege [r ]=struct{}{};};type RuneByteMap struct{_ded map[rune ]byte ;_dec _g .RWMutex ;};func (_dcb *RuneSet )Length ()int {_dcb ._fa .RLock ();defer _dcb ._fa .RUnlock ();return len (_dcb ._ege )};func (_eeb *RuneByteMap )Length ()int {_eeb ._dec .RLock (); -defer _eeb ._dec .RUnlock ();return len (_eeb ._ded );};func (_dda *StringRuneMap )Read (g string )(rune ,bool ){_dda ._ea .RLock ();defer _dda ._ea .RUnlock ();_gda ,_fff :=_dda ._efge [g ];return _gda ,_fff ;};func (_ef *ByteRuneMap )Write (b byte ,r rune ){_ef ._e .Lock (); -defer _ef ._e .Unlock ();_ef ._ga [b ]=r };func (_afd *StringRuneMap )Write (g string ,r rune ){_afd ._ea .Lock ();defer _afd ._ea .Unlock ();_afd ._efge [g ]=r ;};type StringsTuple struct{Key ,Value string ;};func (_dg *RuneUint16Map )Write (r rune ,g uint16 ){_dg ._gd .Lock (); -defer _dg ._gd .Unlock ();_dg ._ba [r ]=g ;};func NewStringRuneMap (m map[string ]rune )*StringRuneMap {return &StringRuneMap {_efge :m }};func (_fba *StringRuneMap )Length ()int {_fba ._ea .RLock ();defer _fba ._ea .RUnlock ();return len (_fba ._efge ); -};func MakeRuneUint16Map (length int )*RuneUint16Map {return &RuneUint16Map {_ba :make (map[rune ]uint16 ,length )};};func (_bab *RuneUint16Map )Range (f func (_efg rune ,_gaec uint16 )(_edg bool )){_bab ._gd .RLock ();defer _bab ._gd .RUnlock ();for _acf ,_bd :=range _bab ._ba {if f (_acf ,_bd ){break ; -};};};func (_ecf *RuneUint16Map )Read (r rune )(uint16 ,bool ){_ecf ._gd .RLock ();defer _ecf ._gd .RUnlock ();_ab ,_aeb :=_ecf ._ba [r ];return _ab ,_aeb ;};func (_fafg *StringsMap )Read (g string )(string ,bool ){_fafg ._babb .RLock ();defer _fafg ._babb .RUnlock (); -_efd ,_eebe :=_fafg ._dcc [g ];return _efd ,_eebe ;}; \ No newline at end of file +package syncmap ;import _c "sync";func (_eg *RuneStringMap )Length ()int {_eg ._dd .RLock ();defer _eg ._dd .RUnlock ();return len (_eg ._aee );};func MakeRuneByteMap (length int )*RuneByteMap {_be :=make (map[rune ]byte ,length );return &RuneByteMap {_fe :_be }; +};func (_gd *RuneSet )Length ()int {_gd ._beb .RLock ();defer _gd ._beb .RUnlock ();return len (_gd ._adb )};func (_aca *RuneUint16Map )RangeDelete (f func (_deb rune ,_ged uint16 )(_ccb bool ,_fac bool )){_aca ._ce .Lock ();defer _aca ._ce .Unlock (); +for _gea ,_af :=range _aca ._aa {_ba ,_deg :=f (_gea ,_af );if _ba {delete (_aca ._aa ,_gea );};if _deg {break ;};};};func (_eee *RuneUint16Map )Range (f func (_beac rune ,_gae uint16 )(_cdb bool )){_eee ._ce .RLock ();defer _eee ._ce .RUnlock ();for _cad ,_ef :=range _eee ._aa {if f (_cad ,_ef ){break ; +};};};func (_cba *RuneByteMap )Range (f func (_da rune ,_ge byte )(_ga bool )){_cba ._bc .RLock ();defer _cba ._bc .RUnlock ();for _cab ,_fb :=range _cba ._fe {if f (_cab ,_fb ){break ;};};};type RuneSet struct{_adb map[rune ]struct{};_beb _c .RWMutex ; +};func (_df *StringRuneMap )Write (g string ,r rune ){_df ._bdf .Lock ();defer _df ._bdf .Unlock ();_df ._gede [g ]=r ;};func MakeRuneSet (length int )*RuneSet {return &RuneSet {_adb :make (map[rune ]struct{},length )}};func (_gcb *RuneByteMap )Length ()int {_gcb ._bc .RLock (); +defer _gcb ._bc .RUnlock ();return len (_gcb ._fe );};func (_bdb *RuneByteMap )Read (r rune )(byte ,bool ){_bdb ._bc .RLock ();defer _bdb ._bc .RUnlock ();_faa ,_cb :=_bdb ._fe [r ];return _faa ,_cb ;};func (_ccc *StringsMap )Range (f func (_fgf ,_edc string )(_dad bool )){_ccc ._gb .RLock (); +defer _ccc ._gb .RUnlock ();for _ceg ,_bg :=range _ccc ._aeea {if f (_ceg ,_bg ){break ;};};};func MakeRuneUint16Map (length int )*RuneUint16Map {return &RuneUint16Map {_aa :make (map[rune ]uint16 ,length )};};func (_gcg *RuneUint16Map )Write (r rune ,g uint16 ){_gcg ._ce .Lock (); +defer _gcg ._ce .Unlock ();_gcg ._aa [r ]=g ;};type RuneUint16Map struct{_aa map[rune ]uint16 ;_ce _c .RWMutex ;};func (_ab *RuneStringMap )Range (f func (_ea rune ,_abe string )(_fad bool )){_ab ._dd .RLock ();defer _ab ._dd .RUnlock ();for _fg ,_cd :=range _ab ._aee {if f (_fg ,_cd ){break ; +};};};func NewStringRuneMap (m map[string ]rune )*StringRuneMap {return &StringRuneMap {_gede :m }};type StringsTuple struct{Key ,Value string ;};func (_aaf *StringsMap )Copy ()*StringsMap {_aaf ._gb .RLock ();defer _aaf ._gb .RUnlock ();_ead :=map[string ]string {}; +for _bbg ,_bcge :=range _aaf ._aeea {_ead [_bbg ]=_bcge ;};return &StringsMap {_aeea :_ead };};func (_cc *RuneStringMap )Write (r rune ,s string ){_cc ._dd .Lock ();defer _cc ._dd .Unlock ();_cc ._aee [r ]=s ;};func NewByteRuneMap (m map[byte ]rune )*ByteRuneMap {return &ByteRuneMap {_g :m }}; +func (_ae *RuneByteMap )Write (r rune ,b byte ){_ae ._bc .Lock ();defer _ae ._bc .Unlock ();_ae ._fe [r ]=b };type StringRuneMap struct{_gede map[string ]rune ;_bdf _c .RWMutex ;};func (_dde *RuneUint16Map )Length ()int {_dde ._ce .RLock ();defer _dde ._ce .RUnlock (); +return len (_dde ._aa );};func MakeByteRuneMap (length int )*ByteRuneMap {return &ByteRuneMap {_g :make (map[byte ]rune ,length )}};type StringsMap struct{_aeea map[string ]string ;_gb _c .RWMutex ;};func (_bf *RuneUint16Map )Read (r rune )(uint16 ,bool ){_bf ._ce .RLock (); +defer _bf ._ce .RUnlock ();_ac ,_egd :=_bf ._aa [r ];return _ac ,_egd ;};func (_cbc *StringRuneMap )Range (f func (_bbb string ,_degc rune )(_aef bool )){_cbc ._bdf .RLock ();defer _cbc ._bdf .RUnlock ();for _gcbd ,_abc :=range _cbc ._gede {if f (_gcbd ,_abc ){break ; +};};};func (_ee *RuneStringMap )Read (r rune )(string ,bool ){_ee ._dd .RLock ();defer _ee ._dd .RUnlock ();_fef ,_bce :=_ee ._aee [r ];return _fef ,_bce ;};func (_a *ByteRuneMap )Range (f func (_b byte ,_ed rune )(_ad bool )){_a ._f .RLock ();defer _a ._f .RUnlock (); +for _ca ,_fa :=range _a ._g {if f (_ca ,_fa ){break ;};};};func (_fba *RuneSet )Range (f func (_eb rune )(_de bool )){_fba ._beb .RLock ();defer _fba ._beb .RUnlock ();for _def :=range _fba ._adb {if f (_def ){break ;};};};func (_gc *ByteRuneMap )Write (b byte ,r rune ){_gc ._f .Lock (); +defer _gc ._f .Unlock ();_gc ._g [b ]=r };func (_aae *StringRuneMap )Read (g string )(rune ,bool ){_aae ._bdf .RLock ();defer _aae ._bdf .RUnlock ();_ddd ,_dg :=_aae ._gede [g ];return _ddd ,_dg ;};type ByteRuneMap struct{_g map[byte ]rune ;_f _c .RWMutex ; +};func (_fbg *StringRuneMap )Length ()int {_fbg ._bdf .RLock ();defer _fbg ._bdf .RUnlock ();return len (_fbg ._gede );};func (_edd *RuneSet )Write (r rune ){_edd ._beb .Lock ();defer _edd ._beb .Unlock ();_edd ._adb [r ]=struct{}{};};func NewRuneStringMap (m map[rune ]string )*RuneStringMap {return &RuneStringMap {_aee :m }}; +func NewStringsMap (tuples []StringsTuple )*StringsMap {_gfd :=map[string ]string {};for _ ,_db :=range tuples {_gfd [_db .Key ]=_db .Value ;};return &StringsMap {_aeea :_gfd };};type RuneByteMap struct{_fe map[rune ]byte ;_bc _c .RWMutex ;};type RuneStringMap struct{_aee map[rune ]string ; +_dd _c .RWMutex ;};func (_fd *RuneUint16Map )Delete (r rune ){_fd ._ce .Lock ();defer _fd ._ce .Unlock ();delete (_fd ._aa ,r )};func (_adg *StringsMap )Write (g1 ,g2 string ){_adg ._gb .Lock ();defer _adg ._gb .Unlock ();_adg ._aeea [g1 ]=g2 ;};func (_bd *ByteRuneMap )Length ()int {_bd ._f .RLock (); +defer _bd ._f .RUnlock ();return len (_bd ._g )};func (_gf *ByteRuneMap )Read (b byte )(rune ,bool ){_gf ._f .RLock ();defer _gf ._f .RUnlock ();_d ,_ff :=_gf ._g [b ];return _d ,_ff ;};func (_bb *RuneSet )Exists (r rune )bool {_bb ._beb .RLock ();defer _bb ._beb .RUnlock (); +_ ,_bcg :=_bb ._adb [r ];return _bcg ;};func (_abf *StringsMap )Read (g string )(string ,bool ){_abf ._gb .RLock ();defer _abf ._gb .RUnlock ();_cdg ,_ccg :=_abf ._aeea [g ];return _cdg ,_ccg ;}; \ No newline at end of file diff --git a/internal/textencoding/textencoding.go b/internal/textencoding/textencoding.go index 5f3af44cd..b721eba74 100644 --- a/internal/textencoding/textencoding.go +++ b/internal/textencoding/textencoding.go @@ -9,101 +9,103 @@ // Use of this source code is governed by the UniDoc End User License Agreement // terms that can be accessed at https://unidoc.io/eula/ -package textencoding ;import (_ec "bytes";_ed "encoding/binary";_ae "errors";_b "fmt";_ad "github.com/unidoc/unipdf/v3/common";_edf "github.com/unidoc/unipdf/v3/core";_gg "github.com/unidoc/unipdf/v3/internal/cmap";_dg "github.com/unidoc/unipdf/v3/internal/strutils"; -_fc "github.com/unidoc/unipdf/v3/internal/textencoding/internal/syncmap";_ff "golang.org/x/text/encoding";_df "golang.org/x/text/transform";_fa "regexp";_ef "sort";_e "strconv";_fb "strings";_d "sync";_f "unicode";_g "unicode/utf8";);type simpleMapping struct{_agf string ; -_gdbc _d .Once ;_ebd *_fc .ByteRuneMap ;_bae *_fc .RuneByteMap ;};func (_aedd *simpleEncodersMap )Range (f func (_cac string ,_acc func ()SimpleEncoder )(_bfcb bool )){_aedd ._cbe .RLock ();defer _aedd ._cbe .RUnlock ();for _bec ,_dbce :=range _aedd ._bgec {if f (_bec ,_dbce ){break ; -};};};func (_gaba *TrueTypeFontEncoder )Decode (raw []byte )string {return _caa (_gaba ,raw )};func (_bgdg *differencesEncoding )CharcodeToRune (code CharCode )(rune ,bool ){if code > 0xff{return MissingCodeRune ,false ;};_aea :=byte (code );if _bbb ,_dfe :=_bgdg ._ca .Read (_aea ); -_dfe {return _bbb ,true ;};return _bgdg ._eb .CharcodeToRune (code );};type TextEncoder interface{String ()string ;Encode (_ebb string )[]byte ;Decode (_dae []byte )string ;RuneToCharcode (_abg rune )(CharCode ,bool );CharcodeToRune (_dce CharCode )(rune ,bool ); -ToPdfObject ()_edf .PdfObject ;};const (_afea ="\u0050\u0064\u0066\u0044\u006f\u0063\u0045\u006e\u0063o\u0064\u0069\u006e\u0067";_deb ="\u0053\u0074a\u006e\u0064\u0061r\u0064\u0045\u006e\u0063\u006f\u0064\u0069\u006e\u0067";);var (_cgd =_ccb (_abc ,_eaee ); -);func GlyphToRune (glyph GlyphName )(rune ,bool ){_cag :=string (glyph );if _fb .Contains (_cag ,"\u002e"){_dag :=_fde .FindStringSubmatch (_cag );if _dag !=nil {_cag =_dag [1];};};if _dbe ,_bbd :=_fgg .Read (_cag );_bbd {_cag =_dbe ;};if _efbg ,_abf :=_eaf .Read (_cag ); -_abf {return _efbg ,true ;};if _bdf ,_bff :=_acf .Read (_cag );_bff {return _bdf ,true ;};if _cbc :=_bffa .FindStringSubmatch (_cag );_cbc !=nil {_efa ,_ac :=_e .ParseInt (_cbc [1],16,32);if _ac ==nil {return rune (_efa ),true ;};};if _dba :=_gce .FindStringSubmatch (_cag ); -_dba !=nil {_ggg ,_gebe :=_e .Atoi (_dba [1]);if _gebe ==nil {return rune (_ggg ),true ;};};return rune (0),false ;};func (_geef UTF16Encoder )ToPdfObject ()_edf .PdfObject {if _geef ._bcgf !=""{return _edf .MakeName (_geef ._bcgf );};return _edf .MakeNull (); -};func (_bfe *IdentityEncoder )CharcodeToRune (code CharCode )(rune ,bool ){_bfe ._abfg .Write (rune (code ));return rune (code ),true ;};var _cgc =_fc .NewByteRuneMap (map[byte ]rune {0x1:'\x01',0x2:'\x02',0x3:'\x03',0x4:'\x04',0x5:'\x05',0x6:'\x06',0x7:'\a',0x8:'\b',0x9:'\t',0xa:'\n',0xb:'\v',0xc:'\f',0xd:'\r',0xe:'\x0e',0xf:'\x0f',0x10:'\x10',0x11:'\x11',0x12:'\x12',0x13:'\x13',0x14:'\x14',0x15:'\x15',0x16:'\x17',0x17:'\x17',0x18:'˘',0x19:'ˇ',0x1a:'ˆ',0x1b:'˙',0x1c:'˝',0x1d:'˛',0x1e:'˚',0x1f:'˜',0x20:' ',0x21:'!',0x22:'"',0x23:'#',0x24:'$',0x25:'%',0x26:'&',0x27:'\'',0x28:'(',0x29:')',0x2a:'*',0x2b:'+',0x2c:',',0x2d:'-',0x2e:'.',0x2f:'/',0x30:'0',0x31:'1',0x32:'2',0x33:'3',0x34:'4',0x35:'5',0x36:'6',0x37:'7',0x38:'8',0x39:'9',0x3a:':',0x3b:';',0x3c:'<',0x3d:'=',0x3e:'>',0x3f:'?',0x40:'@',0x41:'A',0x42:'B',0x43:'C',0x44:'D',0x45:'E',0x46:'F',0x47:'G',0x48:'H',0x49:'I',0x4a:'J',0x4b:'K',0x4c:'L',0x4d:'M',0x4e:'N',0x4f:'O',0x50:'P',0x51:'Q',0x52:'R',0x53:'S',0x54:'T',0x55:'U',0x56:'V',0x57:'W',0x58:'X',0x59:'Y',0x5a:'Z',0x5b:'[',0x5c:'\\',0x5d:']',0x5e:'^',0x5f:'_',0x60:'`',0x61:'a',0x62:'b',0x63:'c',0x64:'d',0x65:'e',0x66:'f',0x67:'g',0x68:'h',0x69:'i',0x6a:'j',0x6b:'k',0x6c:'l',0x6d:'m',0x6e:'n',0x6f:'o',0x70:'p',0x71:'q',0x72:'r',0x73:'s',0x74:'t',0x75:'u',0x76:'v',0x77:'w',0x78:'x',0x79:'y',0x7a:'z',0x7b:'{',0x7c:'|',0x7d:'}',0x7e:'~',0x80:'•',0x81:'†',0x82:'‡',0x83:'…',0x84:'—',0x85:'–',0x86:'ƒ',0x87:'⁄',0x88:'‹',0x89:'›',0x8a:'−',0x8b:'‰',0x8c:'„',0x8d:'“',0x8e:'”',0x8f:'‘',0x90:'’',0x91:'‚',0x92:'™',0x93:'fi',0x94:'fl',0x95:'Ł',0x96:'Œ',0x97:'Š',0x98:'Ÿ',0x99:'Ž',0x9a:'ı',0x9b:'ł',0x9c:'œ',0x9d:'š',0x9e:'ž',0xa0:'€',0xa1:'¡',0xa2:'¢',0xa3:'£',0xa4:'¤',0xa5:'¥',0xa6:'¦',0xa7:'§',0xa8:'¨',0xa9:'©',0xaa:'ª',0xab:'«',0xac:'¬',0xae:'®',0xaf:'¯',0xb0:'°',0xb1:'±',0xb2:'²',0xb3:'³',0xb4:'´',0xb5:'µ',0xb6:'¶',0xb7:'·',0xb8:'¸',0xb9:'¹',0xba:'º',0xbb:'»',0xbc:'¼',0xbd:'½',0xbe:'¾',0xbf:'¿',0xc0:'À',0xc1:'Á',0xc2:'Â',0xc3:'Ã',0xc4:'Ä',0xc5:'Å',0xc6:'Æ',0xc7:'Ç',0xc8:'È',0xc9:'É',0xca:'Ê',0xcb:'Ë',0xcc:'Ì',0xcd:'Í',0xce:'Î',0xcf:'Ï',0xd0:'Ð',0xd1:'Ñ',0xd2:'Ò',0xd3:'Ó',0xd4:'Ô',0xd5:'Õ',0xd6:'Ö',0xd7:'×',0xd8:'Ø',0xd9:'Ù',0xda:'Ú',0xdb:'Û',0xdc:'Ü',0xdd:'Ý',0xde:'Þ',0xdf:'ß',0xe0:'à',0xe1:'á',0xe2:'â',0xe3:'ã',0xe4:'ä',0xe5:'å',0xe6:'æ',0xe7:'ç',0xe8:'è',0xe9:'é',0xea:'ê',0xeb:'ë',0xec:'ì',0xed:'í',0xee:'î',0xef:'ï',0xf0:'ð',0xf1:'ñ',0xf2:'ò',0xf3:'ó',0xf4:'ô',0xf5:'õ',0xf6:'ö',0xf7:'÷',0xf8:'ø',0xf9:'ù',0xfa:'ú',0xfb:'û',0xfc:'ü',0xfd:'ý',0xfe:'þ',0xff:'ÿ'}); -func (_gafe *differencesEncoding )ToPdfObject ()_edf .PdfObject {_cdd :=_edf .MakeDict ();_cdd .Set ("\u0054\u0079\u0070\u0065",_edf .MakeName ("\u0045\u006e\u0063\u006f\u0064\u0069\u006e\u0067"));_cdd .Set ("\u0042\u0061\u0073e\u0045\u006e\u0063\u006f\u0064\u0069\u006e\u0067",_gafe ._eb .ToPdfObject ()); -if _gdfea :=_ecd (_gafe ._fcca );_gdfea !=nil {_cdd .Set ("D\u0069\u0066\u0066\u0065\u0072\u0065\u006e\u0063\u0065\u0073",_gdfea );}else {_ad .Log .Debug ("W\u0041\u0052\u004e\u003a\u0020\u0066\u006f\u006e\u0074\u0020\u0044\u0069\u0066\u0066\u0065\u0072\u0065\u006e\u0063\u0065\u0073\u0020\u0061\u0072\u0072\u0061y\u0020i\u0073\u0020\u006e\u0069l\u002e\u0020O\u0075\u0074\u0070\u0075\u0074\u0020\u006d\u0061\u0079\u0020\u0062\u0065\u0020\u0069\u006e\u0063\u006f\u0072\u0072\u0065\u0063\u0074\u002e"); -};return _edf .MakeIndirectObject (_cdd );};type charCodeGlyphNameTuple struct{CharCode CharCode ;GlyphName GlyphName ;};func (_dcf CMapEncoder )charcodeToString (_fg CharCode )(string ,bool ){if _dcf ._agb ==nil {return MissingCodeString ,false ;};_efc :=_gg .CharCode (_fg ); -if _dcf ._fdc !=nil {var _cdb bool ;if _efc ,_cdb =_dcf ._fdc .CharcodeToCID (_gg .CharCode (_fg ));!_cdb {return MissingCodeString ,false ;};};return _dcf ._agb .CharcodeToUnicode (_efc );};func (_ddfg *differencesEncoding )Decode (raw []byte )string {_fdf :=make ([]rune ,0,len (raw )); -for _ ,_cec :=range raw {_bgae ,_ :=_ddfg .CharcodeToRune (CharCode (_cec ));_fdf =append (_fdf ,_bgae );};return string (_fdf );};func (_fadg *TrueTypeFontEncoder )Encode (str string )[]byte {return _efd (_fadg ,str )};func (_gcdf *TrueTypeFontEncoder )String ()string {_dfa :=[]string {_b .Sprintf ("\u0025\u0064\u0020\u0065\u006e\u0074\u0072\u0069\u0065\u0073",_gcdf ._eeea .Length ())}; -type runeGID struct{_dfb rune ;_bcf GID ;};_agbf :=make ([]runeGID ,0,_gcdf ._eeea .Length ());_gcdf ._eeea .Range (func (_fad rune ,_ggac uint16 )(_gbag bool ){_agbf =append (_agbf ,runeGID {_dfb :_fad ,_bcf :GID (_ggac )});return false ;});_ef .Slice (_agbf ,func (_fdga ,_gabb int )bool {return _agbf [_fdga ]._dfb < _agbf [_gabb ]._dfb }); -_dfab :=len (_agbf );if _dfab > _bddf {_dfab =_bddf ;};for _bgg :=0;_bgg < _dfab ;_bgg ++{_ccc :=_agbf [_bgg ];_dfa =append (_dfa ,_b .Sprintf ("\u0025\u0064\u003d\u0030\u0078\u0025\u0030\u0032\u0078\u003a\u0020\u0025\u0071",_ccc ._dfb ,_ccc ._dfb ,_ccc ._bcf )); -};return _b .Sprintf ("T\u0052U\u0045\u0054\u0059\u0050\u0045\u005f\u0045\u004eC\u004f\u0044\u0045\u0052{%\u0073\u007d",_fb .Join (_dfa ,"\u002c\u0020"));};func (_dgf CMapEncoder )Encode (str string )[]byte {if _dgf ._agb ==nil {return []byte {};};if _dgf ._agb .NBits ()==8{return _gc (_dgf ,str ); -};return _efd (_dgf ,str );};func (_ecb UTF16Encoder )Encode (str string )[]byte {return []byte (_dg .StringToUTF16 (str ))};func NewTrueTypeFontEncoder (runeToGIDMap map[rune ]GID )*TrueTypeFontEncoder {_gdde :=_fc .MakeRuneUint16Map (len (runeToGIDMap )); -for _cbf ,_febf :=range runeToGIDMap {_gdde .Write (_cbf ,uint16 (_febf ));};return &TrueTypeFontEncoder {_eeea :_gdde ,_begd :_fc .MakeRuneSet (0)};};type CharCode uint16 ;func (_dccf UTF16Encoder )RuneToCharcode (r rune )(CharCode ,bool ){return CharCode (r ),true }; -var (_gce =_fa .MustCompile ("\u005e\u005b\u0041\u002dZa\u002d\u007a\u005d\u0028\u005c\u0064\u007b\u0031\u002c\u0035\u007d\u0029\u0024");_bffa =_fa .MustCompile ("\u005e\u0075\u006e\u0069\u0028\u005b\u005c\u0064\u0041\u002d\u0046\u005d{\u0034\u007d\u0029\u0024"); -_fde =_fa .MustCompile ("\u005e\u0028\u005cw\u002b\u0029\u005c\u002e\u005c\u0077\u002b\u0024"););func (_cb CMapEncoder )Decode (raw []byte )string {if _cb ._fdc !=nil {if _gb ,_ge :=_cb ._fdc .BytesToCharcodes (raw );_ge {var _da _ec .Buffer ;for _ ,_eg :=range _gb {_eef ,_ :=_cb .charcodeToString (CharCode (_eg )); -_da .WriteString (_eef );};return _da .String ();};};return _caa (_cb ,raw );};func (_eab *IdentityEncoder )Decode (raw []byte )string {return _caa (_eab ,raw )};func (_gga *differencesEncoding )RuneToCharcode (r rune )(CharCode ,bool ){if _edd ,_dda :=_gga ._cc .Read (r ); -_dda {return CharCode (_edd ),true ;};return _gga ._eb .RuneToCharcode (r );};type GlyphName string ;func RegisterSimpleEncoding (name string ,fnc func ()SimpleEncoder ){if _ ,_ege :=_fda .Read (name );_ege {panic ("\u0061l\u0072e\u0061\u0064\u0079\u0020\u0072e\u0067\u0069s\u0074\u0065\u0072\u0065\u0064"); -};_fda .Write (name ,fnc );};func (_abab *TrueTypeFontEncoder )SubsetRegistered (){_ad .Log .Info ("\u0054\u0054\u0046\u0020Su\u0062\u0073\u0065\u0074\u003a\u0020\u0050\u0072\u0075\u006e\u0069\u006e\u0067");_abab ._eeea .RangeDelete (func (_egeg rune ,_ uint16 )(_dfc bool ,_fef bool ){return !_abab ._begd .Exists (_egeg ),_fef }); -};var (_gfa =_ccb (_cage ,_fbea );_dcb =_ccb (_ced ,_fbba ););type simpleDecoder struct{_ddbb *_fc .ByteRuneMap };var _ageb =_fc .NewByteRuneMap (map[byte ]rune {0x20:' ',0x21:'✁',0x22:'✂',0x23:'✃',0x24:'✄',0x25:'☎',0x26:'✆',0x27:'✇',0x28:'✈',0x29:'✉',0x2a:'☛',0x2b:'☞',0x2c:'✌',0x2d:'✍',0x2e:'✎',0x2f:'✏',0x30:'✐',0x31:'✑',0x32:'✒',0x33:'✓',0x34:'✔',0x35:'✕',0x36:'✖',0x37:'✗',0x38:'✘',0x39:'✙',0x3a:'✚',0x3b:'✛',0x3c:'✜',0x3d:'✝',0x3e:'✞',0x3f:'✟',0x40:'✠',0x41:'✡',0x42:'✢',0x43:'✣',0x44:'✤',0x45:'✥',0x46:'✦',0x47:'✧',0x48:'★',0x49:'✩',0x4a:'✪',0x4b:'✫',0x4c:'✬',0x4d:'✭',0x4e:'✮',0x4f:'✯',0x50:'✰',0x51:'✱',0x52:'✲',0x53:'✳',0x54:'✴',0x55:'✵',0x56:'✶',0x57:'✷',0x58:'✸',0x59:'✹',0x5a:'✺',0x5b:'✻',0x5c:'✼',0x5d:'✽',0x5e:'✾',0x5f:'✿',0x60:'❀',0x61:'❁',0x62:'❂',0x63:'❃',0x64:'❄',0x65:'❅',0x66:'❆',0x67:'❇',0x68:'❈',0x69:'❉',0x6a:'❊',0x6b:'❋',0x6c:'●',0x6d:'❍',0x6e:'■',0x6f:'❏',0x70:'❐',0x71:'❑',0x72:'❒',0x73:'▲',0x74:'▼',0x75:'◆',0x76:'❖',0x77:'◗',0x78:'❘',0x79:'❙',0x7a:'❚',0x7b:'❛',0x7c:'❜',0x7d:'❝',0x7e:'❞',0x80:'\uf8d7',0x81:'\uf8d8',0x82:'\uf8d9',0x83:'\uf8da',0x84:'\uf8db',0x85:'\uf8dc',0x86:'\uf8dd',0x87:'\uf8de',0x88:'\uf8df',0x89:'\uf8e0',0x8a:'\uf8e1',0x8b:'\uf8e2',0x8c:'\uf8e3',0x8d:'\uf8e4',0xa1:'❡',0xa2:'❢',0xa3:'❣',0xa4:'❤',0xa5:'❥',0xa6:'❦',0xa7:'❧',0xa8:'♣',0xa9:'♦',0xaa:'♥',0xab:'♠',0xac:'①',0xad:'②',0xae:'③',0xaf:'④',0xb0:'⑤',0xb1:'⑥',0xb2:'⑦',0xb3:'⑧',0xb4:'⑨',0xb5:'⑩',0xb6:'❶',0xb7:'❷',0xb8:'❸',0xb9:'❹',0xba:'❺',0xbb:'❻',0xbc:'❼',0xbd:'❽',0xbe:'❾',0xbf:'❿',0xc0:'➀',0xc1:'➁',0xc2:'➂',0xc3:'➃',0xc4:'➄',0xc5:'➅',0xc6:'➆',0xc7:'➇',0xc8:'➈',0xc9:'➉',0xca:'➊',0xcb:'➋',0xcc:'➌',0xcd:'➍',0xce:'➎',0xcf:'➏',0xd0:'➐',0xd1:'➑',0xd2:'➒',0xd3:'➓',0xd4:'➔',0xd5:'→',0xd6:'↔',0xd7:'↕',0xd8:'➘',0xd9:'➙',0xda:'➚',0xdb:'➛',0xdc:'➜',0xdd:'➝',0xde:'➞',0xdf:'➟',0xe0:'➠',0xe1:'➡',0xe2:'➢',0xe3:'➣',0xe4:'➤',0xe5:'➥',0xe6:'➦',0xe7:'➧',0xe8:'➨',0xe9:'➩',0xea:'➪',0xeb:'➫',0xec:'➬',0xed:'➭',0xee:'➮',0xef:'➯',0xf1:'➱',0xf2:'➲',0xf3:'➳',0xf4:'➴',0xf5:'➵',0xf6:'➶',0xf7:'➷',0xf8:'➸',0xf9:'➹',0xfa:'➺',0xfb:'➻',0xfc:'➼',0xfd:'➽',0xfe:'➾'}); -func _ccb (_affe string ,_ddc *_fc .ByteRuneMap )*simpleMapping {return &simpleMapping {_agf :_affe ,_ebd :_ddc };};type charCodeGlyphNameMap struct{_ea map[CharCode ]GlyphName ;_c _d .RWMutex ;};func NewMacRomanEncoder ()SimpleEncoder {return _dcb .NewEncoder ()}; -func (_db CMapEncoder )String ()string {return _db ._fcf };func (_fdba *TrueTypeFontEncoder )RegisteredRunes ()[]rune {_agbd :=make ([]rune ,_fdba ._begd .Length ());_aaf :=0;_fdba ._begd .Range (func (_fegb rune )(_beabd bool ){_agbd [_aaf ]=_fegb ;_aaf ++; -return false });return _agbd ;};func (_ggc *IdentityEncoder )String ()string {return _ggc ._ddb };func (_bbde *simpleEncoding )RuneToCharcode (r rune )(CharCode ,bool ){_daa ,_gdbd :=_bbde ._bcef .Read (r );if _bbde ._bdd ==nil {_bbde ._bdd =_fc .MakeRuneSet (1); -};_bbde ._bdd .Write (r );return CharCode (_daa ),_gdbd ;};var (_eff =_ccb (_edgf ,_aab );_gba =_ccb (_bcg ,_ageb ););var _fgg =_fc .NewStringsMap (_gead [:]);func (_eagg simpleDecoder )Transform (dst ,src []byte ,_ bool )(_aag ,_aaaf int ,_ error ){for len (src )!=0{_beab :=src [0]; -src =src [1:];_gab ,_cecd :=_eagg ._ddbb .Read (_beab );if !_cecd {_gab =MissingCodeRune ;};if _g .RuneLen (_gab )> len (dst ){return _aag ,_aaaf ,_df .ErrShortDst ;};_agc :=_g .EncodeRune (dst ,_gab );dst =dst [_agc :];_aaaf ++;_aag +=_agc ;};return _aag ,_aaaf ,nil ; -};func RuneToString (r rune )string {if _def ,_ccf :=_cdf .Read (r );_ccf {return _def ;};return string (r );};func (_fcea *TrueTypeFontEncoder )GlyphToCharcode (glyph GlyphName )(CharCode ,bool ){if len (glyph )==7&&glyph [0:3]=="\u0075\u006e\u0069"{var _bag uint16 ; -_ddga ,_cddf :=_b .Sscanf (string (glyph ),"\u0075\u006e\u0069%\u0058",&_bag );if _ddga ==1&&_cddf ==nil {return _fcea .RuneToCharcode (rune (_bag ));};};if _gfae ,_bcbe :=_eaf .Read (string (glyph ));_bcbe {return _fcea .RuneToCharcode (_gfae );};_ad .Log .Debug ("\u0053\u0079\u006d\u0062\u006f\u006c\u0020\u0065\u006e\u0063\u006f\u0064\u0069\u006e\u0067\u0020\u0065r\u0072\u006f\u0072\u003a\u0020\u0075\u006e\u0061\u0062\u006ce\u0020\u0074\u006f\u0020\u0066\u0069\u006e\u0064\u0020\u0067\u006c\u0079\u0070\u0068\u002d\u003e\u0063\u0068a\u0072\u0063\u006f\u0064\u0065\u0020e\u006e\u0074r\u0079\u0020(\u0025s\u0029",glyph ); -return 0,false ;};func (_fbeg *IdentityEncoder )RegisteredRunes ()[]rune {_eafc :=make ([]rune ,_fbeg ._abfg .Length ());_dfga :=0;_fbeg ._abfg .Range (func (_cff rune )(_ffg bool ){_eafc [_dfga ]=_cff ;_dfga ++;return false });return _eafc ;};var _gdec =_fc .NewByteRuneMap (map[byte ]rune {0x20:' ',0x21:'!',0x22:'"',0x23:'#',0x24:'$',0x25:'%',0x26:'&',0x27:'’',0x28:'(',0x29:')',0x2a:'*',0x2b:'+',0x2c:',',0x2d:'-',0x2e:'.',0x2f:'/',0x30:'0',0x31:'1',0x32:'2',0x33:'3',0x34:'4',0x35:'5',0x36:'6',0x37:'7',0x38:'8',0x39:'9',0x3a:':',0x3b:';',0x3c:'<',0x3d:'=',0x3e:'>',0x3f:'?',0x40:'@',0x41:'A',0x42:'B',0x43:'C',0x44:'D',0x45:'E',0x46:'F',0x47:'G',0x48:'H',0x49:'I',0x4a:'J',0x4b:'K',0x4c:'L',0x4d:'M',0x4e:'N',0x4f:'O',0x50:'P',0x51:'Q',0x52:'R',0x53:'S',0x54:'T',0x55:'U',0x56:'V',0x57:'W',0x58:'X',0x59:'Y',0x5a:'Z',0x5b:'[',0x5c:'\\',0x5d:']',0x5e:'^',0x5f:'_',0x60:'‘',0x61:'a',0x62:'b',0x63:'c',0x64:'d',0x65:'e',0x66:'f',0x67:'g',0x68:'h',0x69:'i',0x6a:'j',0x6b:'k',0x6c:'l',0x6d:'m',0x6e:'n',0x6f:'o',0x70:'p',0x71:'q',0x72:'r',0x73:'s',0x74:'t',0x75:'u',0x76:'v',0x77:'w',0x78:'x',0x79:'y',0x7a:'z',0x7b:'{',0x7c:'|',0x7d:'}',0x7e:'~',0xa1:'¡',0xa2:'¢',0xa3:'£',0xa4:'⁄',0xa5:'¥',0xa6:'ƒ',0xa7:'§',0xa8:'¤',0xa9:'\'',0xaa:'“',0xab:'«',0xac:'‹',0xad:'›',0xae:'fi',0xaf:'fl',0xb1:'–',0xb2:'†',0xb3:'‡',0xb4:'·',0xb6:'¶',0xb7:'•',0xb8:'‚',0xb9:'„',0xba:'”',0xbb:'»',0xbc:'…',0xbd:'‰',0xbf:'¿',0xc1:'`',0xc2:'´',0xc3:'ˆ',0xc4:'˜',0xc5:'¯',0xc6:'˘',0xc7:'˙',0xc8:'¨',0xca:'˚',0xcb:'¸',0xcc:'˝',0xcd:'˛',0xce:'ˇ',0xcf:'—',0xe1:'Æ',0xe3:'ª',0xe8:'Ł',0xe9:'Ø',0xea:'Œ',0xeb:'º',0xf1:'æ',0xf5:'ı',0xf8:'ł',0xf9:'ø',0xfa:'œ',0xfb:'ß'}); -type simpleEncodersMap struct{_bgec map[string ]func ()SimpleEncoder ;_cbe _d .RWMutex ;};func (_bfd *IdentityEncoder )ToPdfObject ()_edf .PdfObject {if _bfd ._ddb !=""{return _edf .MakeName (_bfd ._ddb );};return _edf .MakeNull ();};func (_ceb *differencesEncoding )Encode (str string )[]byte {_efbc :=[]rune (str ); -_ceg :=_ec .NewBuffer (nil );_ceg .Grow (len (_efbc ));for _ ,_bdc :=range _efbc {_fac ,_ :=_ceb .RuneToCharcode (_bdc );_ceg .WriteByte (byte (_fac ));};return _ceg .Bytes ();};func (_daf *simpleEncoding )NewEncoder ()*_ff .Encoder {return &_ff .Encoder {Transformer :&simpleEncoder {_efce :_daf ._bcef }}; -};func (_gaef UTF16Encoder )CharcodeToRune (code CharCode )(rune ,bool ){return rune (code ),true };var (_fda =&simpleEncodersMap {_bgec :map[string ]func ()SimpleEncoder {}};);const _bddf =10;func (_egb *simpleEncodersMap )Read (s string )(func ()SimpleEncoder ,bool ){_egb ._cbe .RLock (); -defer _egb ._cbe .RUnlock ();_eacb ,_aeba :=_egb ._bgec [s ];return _eacb ,_aeba ;};func (_gdbe *TrueTypeFontEncoder )RuneToCharcode (r rune )(CharCode ,bool ){_eeg ,_bcbd :=_gdbe ._eeea .Read (r );if !_bcbd {_ad .Log .Debug ("M\u0069\u0073\u0073\u0069\u006e\u0067 \u0072\u0075\u006e\u0065\u0020\u0025d\u0020\u0028\u0025\u002b\u0071\u0029\u0020f\u0072\u006f\u006d\u0020\u0065\u006e\u0063\u006f\u0064\u0069n\u0067",r ,r ); -return 0,false ;};_gdbe ._begd .Write (r );_dccc :=CharCode (_eeg );return _dccc ,true ;};const (_cage ="\u004d\u0061\u0063\u0045\u0078\u0070\u0065\u0072\u0074\u0045\u006e\u0063o\u0064\u0069\u006e\u0067";_ced ="\u004d\u0061c\u0052\u006f\u006da\u006e\u0045\u006e\u0063\u006f\u0064\u0069\u006e\u0067"; -);func (_afe *charCodeGlyphNameMap )Delete (key CharCode ){_afe ._c .Lock ();defer _afe ._c .Unlock ();delete (_afe ._ea ,key );};func NewCustomSimpleTextEncoder (encoding ,differences map[CharCode ]GlyphName )(SimpleEncoder ,error ){if len (encoding )==0{return nil ,_ae .New ("e\u006d\u0070\u0074\u0079 c\u0075s\u0074\u006f\u006d\u0020\u0065n\u0063\u006f\u0064\u0069\u006e\u0067"); -};const _fagf ="\u0063\u0075\u0073\u0074\u006f\u006d";_cbce :=_fc .MakeByteRuneMap (len (encoding ));for _fgca ,_dbcc :=range encoding {_gdg ,_add :=GlyphToRune (_dbcc );if !_add {_ad .Log .Debug ("\u0045R\u0052\u004f\u0052\u003a\u0020\u0055\u006e\u006b\u006e\u006f\u0077n\u0020\u0067\u006c\u0079\u0070\u0068\u002e\u0020\u0025\u0071",_dbcc ); -continue ;};_cbce .Write (byte (_fgca ),_gdg );};_age :=_agec (_fagf ,_cbce );if len (differences )!=0{_age =ApplyDifferences (_age ,differences );};return _age ,nil ;};func (_dc *charCodeGlyphNameMap )Range (f func (_efb CharCode ,_fcc GlyphName )(_ab bool )){_dc ._c .RLock (); -defer _dc ._c .RUnlock ();for _ggd ,_ga :=range _dc ._ea {if f (_ggd ,_ga ){break ;};};};func (_ffe *simpleEncoding )ToPdfObject ()_edf .PdfObject {return _edf .MakeName (_ffe ._eddb )};type SimpleEncoder interface{TextEncoder ;BaseName ()string ;Charcodes ()[]CharCode ; -};func _gfec (_degg rune )string {_dcfd :="u\u006e\u0070\u0072\u0069\u006e\u0074\u0061\u0062\u006c\u0065";if _f .IsPrint (_degg ){_dcfd =_b .Sprintf ("\u0025\u0023\u0071",_degg );};return _b .Sprintf ("\u0025\u002b\u0071\u0020\u0028\u0025\u0073\u0029",_degg ,_dcfd ); -};func _caa (_gfg TextEncoder ,_fbae []byte )string {_cee :=make ([]rune ,0,len (_fbae )/2+len (_fbae )%2);for len (_fbae )> 0{if len (_fbae )==1{_fbae =[]byte {_fbae [0],0};};_faf :=CharCode (_ed .BigEndian .Uint16 (_fbae [:]));_fbae =_fbae [2:];_ddad ,_baa :=_gfg .CharcodeToRune (_faf ); -if !_baa {_ad .Log .Debug ("\u0046a\u0069\u006ce\u0064\u0020\u0074\u006f \u006d\u0061\u0070 \u0063\u0068\u0061\u0072\u0063\u006f\u0064\u0065\u0020to\u0020\u0072\u0075n\u0065\u002e \u0063\u0068\u0061\u0072\u0063\u006fd\u0065\u003d%\u0023\u0078",_faf );continue ; -};_cee =append (_cee ,_ddad );};return string (_cee );};type GID uint16 ;var _aab =_fc .NewByteRuneMap (map[byte ]rune {0x20:' ',0x21:'!',0x22:'∀',0x23:'#',0x24:'∃',0x25:'%',0x26:'&',0x27:'∋',0x28:'(',0x29:')',0x2a:'∗',0x2b:'+',0x2c:',',0x2d:'−',0x2e:'.',0x2f:'/',0x30:'0',0x31:'1',0x32:'2',0x33:'3',0x34:'4',0x35:'5',0x36:'6',0x37:'7',0x38:'8',0x39:'9',0x3a:':',0x3b:';',0x3c:'<',0x3d:'=',0x3e:'>',0x3f:'?',0x40:'≅',0x41:'Α',0x42:'Β',0x43:'Χ',0x44:'∆',0x45:'Ε',0x46:'Φ',0x47:'Γ',0x48:'Η',0x49:'Ι',0x4a:'ϑ',0x4b:'Κ',0x4c:'Λ',0x4d:'Μ',0x4e:'Ν',0x4f:'Ο',0x50:'Π',0x51:'Θ',0x52:'Ρ',0x53:'Σ',0x54:'Τ',0x55:'Υ',0x56:'ς',0x57:'Ω',0x58:'Ξ',0x59:'Ψ',0x5a:'Ζ',0x5b:'[',0x5c:'∴',0x5d:']',0x5e:'⊥',0x5f:'_',0x60:'\uf8e5',0x61:'α',0x62:'β',0x63:'χ',0x64:'δ',0x65:'ε',0x66:'φ',0x67:'γ',0x68:'η',0x69:'ι',0x6a:'ϕ',0x6b:'κ',0x6c:'λ',0x6d:'µ',0x6e:'ν',0x6f:'ο',0x70:'π',0x71:'θ',0x72:'ρ',0x73:'σ',0x74:'τ',0x75:'υ',0x76:'ϖ',0x77:'ω',0x78:'ξ',0x79:'ψ',0x7a:'ζ',0x7b:'{',0x7c:'|',0x7d:'}',0x7e:'∼',0xa0:'€',0xa1:'ϒ',0xa2:'′',0xa3:'≤',0xa4:'⁄',0xa5:'∞',0xa6:'ƒ',0xa7:'♣',0xa8:'♦',0xa9:'♥',0xaa:'♠',0xab:'↔',0xac:'←',0xad:'↑',0xae:'→',0xaf:'↓',0xb0:'°',0xb1:'±',0xb2:'″',0xb3:'≥',0xb4:'×',0xb5:'∝',0xb6:'∂',0xb7:'•',0xb8:'÷',0xb9:'≠',0xba:'≡',0xbb:'≈',0xbc:'…',0xbd:'\uf8e6',0xbe:'\uf8e7',0xbf:'↵',0xc0:'ℵ',0xc1:'ℑ',0xc2:'ℜ',0xc3:'℘',0xc4:'⊗',0xc5:'⊕',0xc6:'∅',0xc7:'∩',0xc8:'∪',0xc9:'⊃',0xca:'⊇',0xcb:'⊄',0xcc:'⊂',0xcd:'⊆',0xce:'∈',0xcf:'∉',0xd0:'∠',0xd1:'∇',0xd2:'\uf6da',0xd3:'\uf6d9',0xd4:'\uf6db',0xd5:'∏',0xd6:'√',0xd7:'⋅',0xd8:'¬',0xd9:'∧',0xda:'∨',0xdb:'⇔',0xdc:'⇐',0xdd:'⇑',0xde:'⇒',0xdf:'⇓',0xe0:'◊',0xe1:'〈',0xe2:'\uf8e8',0xe3:'\uf8e9',0xe4:'\uf8ea',0xe5:'∑',0xe6:'\uf8eb',0xe7:'\uf8ec',0xe8:'\uf8ed',0xe9:'\uf8ee',0xea:'\uf8ef',0xeb:'\uf8f0',0xec:'\uf8f1',0xed:'\uf8f2',0xee:'\uf8f3',0xef:'\uf8f4',0xf1:'〉',0xf2:'∫',0xf3:'⌠',0xf4:'\uf8f5',0xf5:'⌡',0xf6:'\uf8f6',0xf7:'\uf8f7',0xf8:'\uf8f8',0xf9:'\uf8f9',0xfa:'\uf8fa',0xfb:'\uf8fb',0xfc:'\uf8fc',0xfd:'\uf8fd',0xfe:'\uf8fe'}); -func NewStandardEncoder ()SimpleEncoder {return _afa .NewEncoder ()};func (_daea *simpleEncoding )CharcodeToRune (code CharCode )(rune ,bool ){if code > 0xff{return MissingCodeRune ,false ;};_geea :=byte (code );_aaec ,_dcg :=_daea ._eddg .Read (_geea ); -if _daea ._bdd ==nil {_daea ._bdd =_fc .MakeRuneSet (1);};_daea ._bdd .Write (_aaec );return _aaec ,_dcg ;};func (_ffc CMapEncoder )CharcodeToRune (code CharCode )(rune ,bool ){_ddf ,_geg :=_ffc .charcodeToString (code );if len (_ddf )< 1{return MissingCodeRune ,false ; -};return ([]rune (_ddf ))[0],_geg ;};type TrueTypeFontEncoder struct{_eeea *_fc .RuneUint16Map ;_begd *_fc .RuneSet ;};func (_bdbc *simpleEncoding )NewDecoder ()*_ff .Decoder {return &_ff .Decoder {Transformer :simpleDecoder {_ddbb :_bdbc ._eddg }};};var _eaf =_fc .NewStringRuneMap (map[string ]rune {"\u002en\u006f\u0074\u0064\u0065\u0066":0xfffd,"\u0032\u0035\u0030\u0061":0x250a,"\u0032\u0035\u0030\u0062":0x250b,"\u0032\u0035\u0030\u0064":0x250d,"\u0032\u0035\u0030\u0065":0x250e,"\u0032\u0035\u0030\u0066":0x250f,"\u0032\u0035\u0031\u0061":0x251a,"\u0032\u0035\u0031\u0062":0x251b,"\u0032\u0035\u0031\u0064":0x251d,"\u0032\u0035\u0031\u0065":0x251e,"\u0032\u0035\u0031\u0066":0x251f,"\u0032\u0035\u0032\u0061":0x252a,"\u0032\u0035\u0032\u0062":0x252b,"\u0032\u0035\u0032\u0064":0x252d,"\u0032\u0035\u0032\u0065":0x252e,"\u0032\u0035\u0032\u0066":0x252f,"\u0032\u0035\u0033\u0061":0x253a,"\u0032\u0035\u0033\u0062":0x253b,"\u0032\u0035\u0033\u0064":0x253d,"\u0032\u0035\u0033\u0065":0x253e,"\u0032\u0035\u0033\u0066":0x253f,"\u0032\u0035\u0034\u0061":0x254a,"\u0032\u0035\u0034\u0062":0x254b,"\u0032\u0035\u0034\u0063":0x254c,"\u0032\u0035\u0034\u0064":0x254d,"\u0032\u0035\u0034\u0065":0x254e,"\u0032\u0035\u0034\u0066":0x254f,"\u0032\u0035\u0036\u0064":0x256d,"\u0032\u0035\u0036\u0065":0x256e,"\u0032\u0035\u0036\u0066":0x256f,"\u0032\u0035\u0037\u0061":0x257a,"\u0032\u0035\u0037\u0062":0x257b,"\u0032\u0035\u0037\u0063":0x257c,"\u0032\u0035\u0037\u0064":0x257d,"\u0032\u0035\u0037\u0065":0x257e,"\u0032\u0035\u0037\u0066":0x257f,"\u0041":0x0041,"\u0041\u0045":0x00c6,"\u0041E\u0061\u0063\u0075\u0074\u0065":0x01fc,"\u0041\u0045\u006d\u0061\u0063\u0072\u006f\u006e":0x01e2,"\u0041E\u0073\u006d\u0061\u006c\u006c":0xf7e6,"\u0041\u0050\u004c\u0062\u006f\u0078\u0071\u0075\u0065s\u0074\u0069\u006f\u006e":0x2370,"\u0041\u0050\u004c\u0062\u006f\u0078\u0075\u0070\u0063\u0061\u0072\u0065\u0074":0x2353,"\u0041P\u004cn\u006f\u0074\u0062\u0061\u0063\u006b\u0073\u006c\u0061\u0073\u0068":0x2340,"A\u0050\u004c\u006e\u006f\u0074\u0073\u006c\u0061\u0073\u0068":0x233f,"\u0041\u0061\u0063\u0075\u0074\u0065":0x00c1,"A\u0061\u0063\u0075\u0074\u0065\u0073\u006d\u0061\u006c\u006c":0xf7e1,"\u0041\u0062\u0072\u0065\u0076\u0065":0x0102,"A\u0062\u0072\u0065\u0076\u0065\u0061\u0063\u0075\u0074\u0065":0x1eae,"\u0041\u0062\u0072\u0065\u0076\u0065\u0063\u0079\u0072i\u006c\u006c\u0069\u0063":0x04d0,"\u0041\u0062\u0072\u0065\u0076\u0065\u0064\u006f\u0074b\u0065\u006c\u006f\u0077":0x1eb6,"A\u0062\u0072\u0065\u0076\u0065\u0067\u0072\u0061\u0076\u0065":0x1eb0,"\u0041b\u0072e\u0076\u0065\u0068\u006f\u006f\u006b\u0061\u0062\u006f\u0076\u0065":0x1eb2,"A\u0062\u0072\u0065\u0076\u0065\u0074\u0069\u006c\u0064\u0065":0x1eb4,"\u0041\u0063\u0061\u0072\u006f\u006e":0x01cd,"\u0041c\u0069\u0072\u0063\u006c\u0065":0x24b6,"A\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078":0x00c2,"\u0041\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0061\u0063\u0075\u0074\u0065":0x1ea4,"\u0041\u0063\u0069\u0072cu\u006d\u0066\u006c\u0065\u0078\u0064\u006f\u0074\u0062\u0065\u006c\u006f\u0077":0x1eac,"\u0041\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0067\u0072\u0061\u0076\u0065":0x1ea6,"A\u0063i\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078h\u006f\u006f\u006b\u0061bo\u0076\u0065":0x1ea8,"\u0041\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0073\u006d\u0061\u006c\u006c":0xf7e2,"\u0041\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0074\u0069\u006c\u0064\u0065":0x1eaa,"\u0041\u0063\u0075t\u0065":0xf6c9,"\u0041\u0063\u0075\u0074\u0065\u0073\u006d\u0061\u006c\u006c":0xf7b4,"\u0041d\u0062\u006c\u0067\u0072\u0061\u0076e":0x0200,"\u0041d\u0069\u0065\u0072\u0065\u0073\u0069s":0x00c4,"\u0041\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073\u0063\u0079\u0072i\u006c\u006c\u0069\u0063":0x04d2,"\u0041d\u0069e\u0072\u0065\u0073\u0069\u0073\u006d\u0061\u0063\u0072\u006f\u006e":0x01de,"\u0041\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073s\u006d\u0061\u006c\u006c":0xf7e4,"\u0041d\u006f\u0074\u0062\u0065\u006c\u006fw":0x1ea0,"\u0041\u0064\u006f\u0074\u006d\u0061\u0063\u0072\u006f\u006e":0x01e0,"\u0041\u0067\u0072\u0061\u0076\u0065":0x00c0,"A\u0067\u0072\u0061\u0076\u0065\u0073\u006d\u0061\u006c\u006c":0xf7e0,"\u0041\u0068\u006f\u006f\u006b\u0061\u0062\u006f\u0076\u0065":0x1ea2,"A\u0069\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x04d4,"\u0041\u0069\u006e\u0076\u0065\u0072\u0074\u0065\u0064b\u0072\u0065\u0076\u0065":0x0202,"\u0041\u006c\u0070h\u0061":0x0391,"\u0041\u006c\u0070\u0068\u0061\u0074\u006f\u006e\u006f\u0073":0x0386,"\u0041m\u0061\u0063\u0072\u006f\u006e":0x0100,"\u0041\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff21,"\u0041o\u0067\u006f\u006e\u0065\u006b":0x0104,"\u0041\u0072\u0069n\u0067":0x00c5,"\u0041\u0072\u0069\u006e\u0067\u0061\u0063\u0075\u0074\u0065":0x01fa,"\u0041\u0072\u0069\u006e\u0067\u0062\u0065\u006c\u006f\u0077":0x1e00,"\u0041\u0072\u0069\u006e\u0067\u0073\u006d\u0061\u006c\u006c":0xf7e5,"\u0041\u0073\u006d\u0061\u006c\u006c":0xf761,"\u0041\u0074\u0069\u006c\u0064\u0065":0x00c3,"A\u0074\u0069\u006c\u0064\u0065\u0073\u006d\u0061\u006c\u006c":0xf7e3,"A\u0079\u0062\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x0531,"\u0042":0x0042,"\u0042\u0061\u0072\u0076":0x2ae7,"\u0042\u0062\u0062\u0041":0x1d538,"\u0042\u0062\u0062\u0042":0x1d539,"\u0042\u0062\u0062\u0043":0x2102,"\u0042\u0062\u0062\u0044":0x1d53b,"\u0042\u0062\u0062\u0045":0x1d53c,"\u0042\u0062\u0062\u0046":0x1d53d,"\u0042\u0062\u0062\u0047":0x1d53e,"\u0042\u0062\u0062\u0047\u0061\u006d\u006d\u0061":0x213e,"\u0042\u0062\u0062\u0048":0x210d,"\u0042\u0062\u0062\u0049":0x1d540,"\u0042\u0062\u0062\u004a":0x1d541,"\u0042\u0062\u0062\u004b":0x1d542,"\u0042\u0062\u0062\u004c":0x1d543,"\u0042\u0062\u0062\u004d":0x1d544,"\u0042\u0062\u0062\u004e":0x2115,"\u0042\u0062\u0062\u004f":0x1d546,"\u0042\u0062\u0062\u0050":0x2119,"\u0042\u0062\u0062P\u0069":0x213f,"\u0042\u0062\u0062\u0051":0x211a,"\u0042\u0062\u0062\u0052":0x211d,"\u0042\u0062\u0062\u0053":0x1d54a,"\u0042\u0062\u0062\u0054":0x1d54b,"\u0042\u0062\u0062\u0055":0x1d54c,"\u0042\u0062\u0062\u0056":0x1d54d,"\u0042\u0062\u0062\u0057":0x1d54e,"\u0042\u0062\u0062\u0058":0x1d54f,"\u0042\u0062\u0062\u0059":0x1d550,"\u0042\u0062\u0062\u005a":0x2124,"\u0042\u0062\u0062\u0061":0x1d552,"\u0042\u0062\u0062\u0062":0x1d553,"\u0042\u0062\u0062\u0063":0x1d554,"\u0042\u0062\u0062\u0064":0x1d555,"\u0042\u0062\u0062\u0065":0x1d556,"\u0042\u0062\u0062\u0065\u0069\u0067\u0068\u0074":0x1d7e0,"\u0042\u0062\u0062\u0066":0x1d557,"\u0042b\u0062\u0066\u0069\u0076\u0065":0x1d7dd,"\u0042b\u0062\u0066\u006f\u0075\u0072":0x1d7dc,"\u0042\u0062\u0062\u0067":0x1d558,"\u0042\u0062\u0062\u0067\u0061\u006d\u006d\u0061":0x213d,"\u0042\u0062\u0062\u0068":0x1d559,"\u0042\u0062\u0062\u0069":0x1d55a,"\u0042\u0062\u0062\u006a":0x1d55b,"\u0042\u0062\u0062\u006b":0x1d55c,"\u0042\u0062\u0062\u006c":0x1d55d,"\u0042\u0062\u0062\u006d":0x1d55e,"\u0042\u0062\u0062\u006e":0x1d55f,"\u0042b\u0062\u006e\u0069\u006e\u0065":0x1d7e1,"\u0042\u0062\u0062\u006f":0x1d560,"\u0042\u0062\u0062\u006f\u006e\u0065":0x1d7d9,"\u0042\u0062\u0062\u0070":0x1d561,"\u0042\u0062\u0062p\u0069":0x213c,"\u0042\u0062\u0062\u0071":0x1d562,"\u0042\u0062\u0062\u0072":0x1d563,"\u0042\u0062\u0062\u0073":0x1d564,"\u0042\u0062\u0062\u0073\u0065\u0076\u0065\u006e":0x1d7df,"\u0042\u0062\u0062\u0073\u0069\u0078":0x1d7de,"\u0042\u0062\u0062\u0073\u0075\u006d":0x2140,"\u0042\u0062\u0062\u0074":0x1d565,"\u0042\u0062\u0062\u0074\u0068\u0072\u0065\u0065":0x1d7db,"\u0042\u0062\u0062\u0074\u0077\u006f":0x1d7da,"\u0042\u0062\u0062\u0075":0x1d566,"\u0042\u0062\u0062\u0076":0x1d567,"\u0042\u0062\u0062\u0077":0x1d568,"\u0042\u0062\u0062\u0078":0x1d569,"\u0042\u0062\u0062\u0079":0x1d56a,"\u0042\u0062\u0062\u007a":0x1d56b,"\u0042b\u0062\u007a\u0065\u0072\u006f":0x1d7d8,"\u0042c\u0069\u0072\u0063\u006c\u0065":0x24b7,"\u0042\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074":0x1e02,"\u0042d\u006f\u0074\u0062\u0065\u006c\u006fw":0x1e04,"B\u0065\u006e\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x0532,"\u0042\u0065\u0074\u0061":0x0392,"\u0042\u0068\u006fo\u006b":0x0181,"\u0042\u006c\u0069\u006e\u0065\u0062\u0065\u006c\u006f\u0077":0x1e06,"\u0042\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff22,"\u0042\u0072\u0065\u0076\u0065\u0073\u006d\u0061\u006c\u006c":0xf6f4,"\u0042\u0073\u006d\u0061\u006c\u006c":0xf762,"\u0042s\u006d\u0061\u006c\u006c\u0063\u0061p":0x0229,"\u0042t\u006f\u0070\u0062\u0061\u0072":0x0182,"\u0043":0x0043,"\u0043\u0061\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x053e,"\u0043\u0061\u0063\u0075\u0074\u0065":0x0106,"\u0043\u0061\u0072o\u006e":0xf6ca,"\u0043\u0061\u0072\u006f\u006e\u0073\u006d\u0061\u006c\u006c":0xf6f5,"\u0043\u0063\u0061\u0072\u006f\u006e":0x010c,"\u0043\u0063\u0065\u0064\u0069\u006c\u006c\u0061":0x00c7,"\u0043\u0063\u0065\u0064\u0069\u006c\u006c\u0061\u0061\u0063\u0075\u0074\u0065":0x1e08,"\u0043\u0063\u0065\u0064\u0069\u006c\u006c\u0061\u0073\u006d\u0061\u006c\u006c":0xf7e7,"\u0043c\u0069\u0072\u0063\u006c\u0065":0x24b8,"C\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078":0x0108,"\u0043\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074":0x010a,"\u0043\u0065\u0064i\u006c\u006c\u0061\u0073\u006d\u0061\u006c\u006c":0xf7b8,"C\u0068\u0061\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x0549,"C\u0068e\u0061\u0062\u006b\u0068\u0061\u0073\u0069\u0061n\u0063\u0079\u0072\u0069ll\u0069\u0063":0x04bc,"C\u0068\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x0427,"\u0043\u0068e\u0064\u0065\u0073\u0063\u0065\u006e\u0064\u0065\u0072\u0061\u0062\u006b\u0068\u0061\u0073\u0069\u0061\u006e\u0063\u0079\u0072\u0069ll\u0069\u0063":0x04be,"C\u0068e\u0064\u0065\u0073\u0063\u0065\u006e\u0064\u0065r\u0063\u0079\u0072\u0069ll\u0069\u0063":0x04b6,"\u0043\u0068\u0065\u0064ie\u0072\u0065\u0073\u0069\u0073\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x04f4,"\u0043\u0068\u0065h\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x0543,"C\u0068\u0065\u006b\u0068ak\u0061s\u0073\u0069\u0061\u006e\u0063y\u0072\u0069\u006c\u006c\u0069\u0063":0x04cb,"\u0043h\u0065\u0076\u0065\u0072t\u0069\u0063\u0061\u006c\u0073t\u0072o\u006be\u0063\u0079\u0072\u0069\u006c\u006c\u0069c":0x04b8,"\u0043\u0068\u0069":0x03a7,"\u0043\u0068\u006fo\u006b":0x0187,"\u0043i\u0072c\u0075\u006d\u0066\u006c\u0065\u0078\u0073\u006d\u0061\u006c\u006c":0xf6f6,"\u0043\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff23,"\u0043\u006f\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x0551,"\u0043o\u006c\u006f\u006e\u0065\u0071":0x2a74,"\u0043\u0073\u006d\u0061\u006c\u006c":0xf763,"\u0044":0x0044,"\u0044\u0044\u006f\u0077\u006e\u0061\u0072\u0072\u006f\u0077":0x27f1,"\u0044\u005a":0x01f1,"\u0044Z\u0063\u0061\u0072\u006f\u006e":0x01c4,"\u0044\u0061\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x0534,"\u0044\u0061\u0066\u0072\u0069\u0063\u0061\u006e":0x0189,"\u0044\u0061\u0073h\u0056":0x2ae5,"\u0044a\u0073\u0068\u0056\u0044\u0061\u0073h":0x27da,"\u0044\u0061\u0073h\u0076":0x2ae4,"\u0044\u0063\u0061\u0072\u006f\u006e":0x010e,"\u0044c\u0061\u0072\u006f\u006e\u0031":0xf810,"\u0044\u0063\u0065\u0064\u0069\u006c\u006c\u0061":0x1e10,"\u0044c\u0069\u0072\u0063\u006c\u0065":0x24b9,"\u0044\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0062\u0065\u006c\u006f\u0077":0x1e12,"\u0044\u0063\u0072\u006f\u0061\u0074":0x0110,"\u0044\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074":0x1e0a,"\u0044d\u006f\u0074\u0062\u0065\u006c\u006fw":0x1e0c,"\u0044\u0064\u006f\u0077\u006e\u0061\u0072\u0072\u006f\u0077":0x290b,"\u0044\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x0414,"\u0044e\u0069\u0063\u006f\u0070\u0074\u0069c":0x03ee,"\u0044\u0065\u006ct\u0061":0x2206,"\u0044\u0065\u006c\u0074\u0061\u0067\u0072\u0065\u0065\u006b":0x0394,"\u0044\u0068\u006fo\u006b":0x018a,"\u0044\u0069\u0065\u0072\u0065\u0073\u0069\u0073":0xf6cb,"\u0044\u0069\u0065\u0072\u0065\u0073\u0069\u0073\u0041\u0063\u0075\u0074\u0065":0xf6cc,"\u0044\u0069\u0065\u0072\u0065\u0073\u0069\u0073\u0047\u0072\u0061\u0076\u0065":0xf6cd,"\u0044\u0069\u0065\u0072\u0065\u0073\u0069\u0073\u0073\u006d\u0061\u006c\u006c":0xf7a8,"\u0044i\u0067\u0061\u006d\u006d\u0061":0x1d7cb,"\u0044\u0069\u0067a\u006d\u006d\u0061\u0067\u0072\u0065\u0065\u006b":0x03dc,"\u0044\u006c\u0069\u006e\u0065\u0062\u0065\u006c\u006f\u0077":0x1e0e,"\u0044\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff24,"\u0044\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074s\u006d\u0061\u006c\u006c":0xf6f7,"\u0044\u0073\u006d\u0061\u006c\u006c":0xf764,"\u0044t\u006f\u0070\u0062\u0061\u0072":0x018b,"\u0044\u007a":0x01f2,"\u0044z\u0063\u0061\u0072\u006f\u006e":0x01c5,"D\u007ae\u0061\u0062\u006b\u0068\u0061\u0073\u0069\u0061n\u0063\u0079\u0072\u0069ll\u0069\u0063":0x04e0,"\u0044\u007a\u0068e\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x040f,"\u0045":0x0045,"\u0045\u0061\u0063\u0075\u0074\u0065":0x00c9,"E\u0061\u0063\u0075\u0074\u0065\u0073\u006d\u0061\u006c\u006c":0xf7e9,"\u0045\u0062\u0072\u0065\u0076\u0065":0x0114,"\u0045\u0063\u0061\u0072\u006f\u006e":0x011a,"\u0045\u0063\u0065\u0064\u0069\u006c\u006c\u0061\u0062\u0072\u0065\u0076\u0065":0x1e1c,"E\u0063\u0068\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x0535,"\u0045c\u0069\u0072\u0063\u006c\u0065":0x24ba,"E\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078":0x00ca,"\u0045\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0061\u0063\u0075\u0074\u0065":0x1ebe,"\u0045\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0062\u0065\u006c\u006f\u0077":0x1e18,"\u0045\u0063\u0069\u0072cu\u006d\u0066\u006c\u0065\u0078\u0064\u006f\u0074\u0062\u0065\u006c\u006f\u0077":0x1ec6,"\u0045\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0067\u0072\u0061\u0076\u0065":0x1ec0,"E\u0063i\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078h\u006f\u006f\u006b\u0061bo\u0076\u0065":0x1ec2,"\u0045\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0073\u006d\u0061\u006c\u006c":0xf7ea,"\u0045\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0074\u0069\u006c\u0064\u0065":0x1ec4,"\u0045c\u0079\u0072\u0069\u006c\u006c\u0069c":0x0404,"\u0045d\u0062\u006c\u0067\u0072\u0061\u0076e":0x0204,"\u0045d\u0069\u0065\u0072\u0065\u0073\u0069s":0x00cb,"\u0045\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073s\u006d\u0061\u006c\u006c":0xf7eb,"\u0045\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074":0x0116,"\u0045d\u006f\u0074\u0062\u0065\u006c\u006fw":0x1eb8,"\u0045\u0067\u0072\u0061\u0076\u0065":0x00c8,"E\u0067\u0072\u0061\u0076\u0065\u0073\u006d\u0061\u006c\u006c":0xf7e8,"\u0045\u0068\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x0537,"\u0045\u0068\u006f\u006f\u006b\u0061\u0062\u006f\u0076\u0065":0x1eba,"\u0045\u0069\u0067\u0068\u0074\u0072\u006f\u006d\u0061\u006e":0x2167,"\u0045\u0069\u006e\u0076\u0065\u0072\u0074\u0065\u0064b\u0072\u0065\u0076\u0065":0x0206,"\u0045\u0069\u006f\u0074\u0069\u0066\u0069\u0065\u0064\u0063\u0079\u0072i\u006c\u006c\u0069\u0063":0x0464,"\u0045\u006c\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x041b,"E\u006c\u0065\u0076\u0065\u006e\u0072\u006f\u006d\u0061\u006e":0x216a,"\u0045m\u0061\u0063\u0072\u006f\u006e":0x0112,"\u0045\u006d\u0061c\u0072\u006f\u006e\u0061\u0063\u0075\u0074\u0065":0x1e16,"\u0045\u006d\u0061c\u0072\u006f\u006e\u0067\u0072\u0061\u0076\u0065":0x1e14,"\u0045\u006d\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x041c,"\u0045\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff25,"\u0045\u006e\u0064\u0065sc\u0065\u006e\u0064\u0065\u0072\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x04a2,"\u0045\u006e\u0067":0x014a,"\u0045\u006e\u0067\u0068\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x04a4,"\u0045\u006e\u0068\u006f\u006f\u006b\u0063\u0079\u0072i\u006c\u006c\u0069\u0063":0x04c7,"\u0045o\u0067\u006f\u006e\u0065\u006b":0x0118,"\u0045\u006f\u0070e\u006e":0x0190,"\u0045p\u0073\u0069\u006c\u006f\u006e":0x0395,"\u0045\u0070\u0073i\u006c\u006f\u006e\u0074\u006f\u006e\u006f\u0073":0x0388,"\u0045\u0071\u0075i\u0076":0x2263,"\u0045r\u0065\u0076\u0065\u0072\u0073\u0065d":0x018e,"\u0045\u0072\u0065\u0076\u0065\u0072\u0073\u0065\u0064\u0063\u0079\u0072i\u006c\u006c\u0069\u0063":0x042d,"\u0045\u0073\u0064\u0065sc\u0065\u006e\u0064\u0065\u0072\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x04aa,"\u0045\u0073\u0068":0x01a9,"\u0045\u0073\u006d\u0061\u006c\u006c":0xf765,"\u0045\u0074\u0061":0x0397,"\u0045\u0074\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x0538,"\u0045\u0074\u0061\u0074\u006f\u006e\u006f\u0073":0x0389,"\u0045\u0074\u0068":0x00d0,"\u0045\u0074\u0068\u0073\u006d\u0061\u006c\u006c":0xf7f0,"\u0045\u0074\u0069\u006c\u0064\u0065":0x1ebc,"E\u0074\u0069\u006c\u0064\u0065\u0062\u0065\u006c\u006f\u0077":0x1e1a,"\u0045\u0075\u006c\u0065\u0072\u0063\u006f\u006e\u0073\u0074":0x2107,"\u0045\u0075\u0072\u006f":0x20ac,"\u0045\u007a\u0068":0x01b7,"\u0045\u007a\u0068\u0063\u0061\u0072\u006f\u006e":0x01ee,"E\u007a\u0068\u0072\u0065\u0076\u0065\u0072\u0073\u0065\u0064":0x01b8,"\u0046":0x0046,"\u0046c\u0069\u0072\u0063\u006c\u0065":0x24bb,"\u0046\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074":0x1e1e,"F\u0065\u0068\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x0556,"\u0046e\u0069\u0063\u006f\u0070\u0074\u0069c":0x03e4,"\u0046\u0068\u006fo\u006b":0x0191,"\u0046\u0069\u006e\u0076":0x2132,"\u0046i\u0076\u0065\u0072\u006f\u006d\u0061n":0x2164,"\u0046\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff26,"\u0046o\u0075\u0072\u0072\u006f\u006d\u0061n":0x2163,"\u0046\u0073\u006d\u0061\u006c\u006c":0xf766,"\u0047":0x0047,"\u0047\u0042\u0073\u0071\u0075\u0061\u0072\u0065":0x3387,"\u0047\u0061\u0063\u0075\u0074\u0065":0x01f4,"\u0047\u0061\u006dm\u0061":0x0393,"\u0047\u0061\u006dm\u0061\u0061\u0066\u0072\u0069\u0063\u0061\u006e":0x0194,"\u0047\u0061\u006eg\u0069\u0061\u0063\u006f\u0070\u0074\u0069\u0063":0x03ea,"\u0047\u0062\u0072\u0065\u0076\u0065":0x011e,"\u0047\u0063\u0061\u0072\u006f\u006e":0x01e6,"\u0047c\u0069\u0072\u0063\u006c\u0065":0x24bc,"G\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078":0x011c,"\u0047\u0063\u006fm\u006d\u0061\u0061\u0063\u0063\u0065\u006e\u0074":0x0122,"\u0047\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074":0x0120,"\u0047\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x0413,"\u0047\u0068\u0061d\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x0542,"G\u0068\u0065\u006d\u0069dd\u006ce\u0068\u006f\u006f\u006b\u0063y\u0072\u0069\u006c\u006c\u0069\u0063":0x0494,"\u0047\u0068\u0065\u0073\u0074\u0072\u006f\u006b\u0065\u0063\u0079\u0072i\u006c\u006c\u0069\u0063":0x0492,"\u0047\u0068\u0065\u0075\u0070\u0074\u0075\u0072\u006e\u0063\u0079\u0072i\u006c\u006c\u0069\u0063":0x0490,"\u0047\u0068\u006fo\u006b":0x0193,"G\u0069\u006d\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x0533,"\u0047m\u0061\u0063\u0072\u006f\u006e":0x1e20,"\u0047\u006d\u0069\u0072":0x2141,"\u0047\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff27,"\u0047\u0072\u0061v\u0065":0xf6ce,"\u0047\u0072\u0061\u0076\u0065\u0073\u006d\u0061\u006c\u006c":0xf760,"\u0047\u0073\u006d\u0061\u006c\u006c":0xf767,"\u0047\u0073\u006d\u0061\u006c\u006c\u0063\u0061\u0070\u0068\u006f\u006f\u006b":0x022b,"\u0047\u0073\u006d\u0061\u006c\u006c\u0068\u006f\u006f\u006b":0x029b,"\u0047s\u0074\u0072\u006f\u006b\u0065":0x01e4,"\u0047\u0074":0x2aa2,"\u0048":0x0048,"\u0048\u0032\u0032\u0030\u0037\u0033":0x25a1,"\u0048\u0050\u0073\u0071\u0075\u0061\u0072\u0065":0x33cb,"\u0048\u0061\u0061\u0062kh\u0061\u0073\u0069\u0061\u006e\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x04a8,"\u0048\u0061\u0064\u0065sc\u0065\u006e\u0064\u0065\u0072\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x04b2,"\u0048\u0062\u0061\u0072":0x0126,"H\u0062\u0072\u0065\u0076\u0065\u0062\u0065\u006c\u006f\u0077":0x1e2a,"\u0048\u0063\u0065\u0064\u0069\u006c\u006c\u0061":0x1e28,"\u0048c\u0069\u0072\u0063\u006c\u0065":0x24bd,"H\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078":0x0124,"\u0048d\u0069\u0065\u0072\u0065\u0073\u0069s":0x1e26,"\u0048\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074":0x1e22,"\u0048d\u006f\u0074\u0062\u0065\u006c\u006fw":0x1e24,"\u0048\u0065\u0072\u006d\u0061\u0070\u0068\u0072\u006f\u0064\u0069\u0074\u0065":0x26a5,"\u0048\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff28,"\u0048\u006f\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x0540,"\u0048\u006f\u0072\u0069\u0063\u006f\u0070\u0074\u0069\u0063":0x03e8,"\u0048\u0073\u006d\u0061\u006c\u006c":0xf768,"\u0048s\u006d\u0061\u006c\u006c\u0063\u0061p":0x022c,"\u0048\u0075\u006eg\u0061\u0072\u0075\u006d\u006c\u0061\u0075\u0074":0xf6cf,"\u0048\u0075\u006e\u0067\u0061\u0072\u0075\u006d\u006c\u0061\u0075\u0074s\u006d\u0061\u006c\u006c":0xf6f8,"\u0048\u007a\u0073\u0071\u0075\u0061\u0072\u0065":0x3390,"\u0049":0x0049,"\u0049\u004a":0x0132,"\u0049\u0061\u0063\u0075\u0074\u0065":0x00cd,"I\u0061\u0063\u0075\u0074\u0065\u0073\u006d\u0061\u006c\u006c":0xf7ed,"\u0049\u0062\u0072\u0065\u0076\u0065":0x012c,"\u0049\u0063\u0061\u0072\u006f\u006e":0x01cf,"\u0049c\u0069\u0072\u0063\u006c\u0065":0x24be,"I\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078":0x00ce,"\u0049\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0073\u006d\u0061\u006c\u006c":0xf7ee,"\u0049c\u0079\u0072\u0069\u006c\u0031":0x03fc,"\u0049d\u0062\u006c\u0067\u0072\u0061\u0076e":0x0208,"\u0049d\u0069\u0065\u0072\u0065\u0073\u0069s":0x00cf,"\u0049\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073a\u0063\u0075\u0074\u0065":0x1e2e,"\u0049\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073\u0063\u0079\u0072i\u006c\u006c\u0069\u0063":0x04e4,"\u0049\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073s\u006d\u0061\u006c\u006c":0xf7ef,"\u0049\u0064\u006f\u0074":0x0130,"\u0049d\u006f\u0074\u0062\u0065\u006c\u006fw":0x1eca,"\u0049e\u0062r\u0065\u0076\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x04d6,"\u0049\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x0415,"\u0049\u0065\u0068\u006f\u006f\u006b":0x03f8,"\u0049\u0065\u0068o\u006f\u006b\u006f\u0067\u006f\u006e\u0065\u006b":0x03fa,"\u0049\u0066\u0072\u0061\u006b\u0074\u0075\u0072":0x2111,"\u0049\u0067\u0072\u0061\u0076\u0065":0x00cc,"I\u0067\u0072\u0061\u0076\u0065\u0073\u006d\u0061\u006c\u006c":0xf7ec,"\u0049\u0068\u006f\u006f\u006b\u0061\u0062\u006f\u0076\u0065":0x1ec8,"\u0049\u0069\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x0418,"\u0049\u0069\u006e\u0076\u0065\u0072\u0074\u0065\u0064b\u0072\u0065\u0076\u0065":0x020a,"\u0049m\u0061\u0063\u0072\u006f\u006e":0x012a,"\u0049m\u0061c\u0072\u006f\u006e\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x04e2,"\u0049\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff29,"I\u006e\u0069\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x053b,"\u0049\u006f\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x0401,"\u0049o\u0067\u006f\u006e\u0065\u006b":0x012e,"\u0049\u006f\u0074\u0061":0x0399,"I\u006f\u0074\u0061\u0061\u0066\u0072\u0069\u0063\u0061\u006e":0x0196,"\u0049\u006f\u0074\u0061\u0064\u0069\u0061\u0065\u0072\u0065\u0073\u0069\u0073":0x02f3,"\u0049\u006f\u0074a\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073":0x03aa,"\u0049o\u0074\u0061\u0074\u006f\u006e\u006fs":0x038a,"\u0049\u0073\u006d\u0061\u006c\u006c":0xf769,"\u0049s\u0074\u0072\u006f\u006b\u0065":0x0197,"\u0049\u0074\u0069\u006c\u0064\u0065":0x0128,"I\u0074\u0069\u006c\u0064\u0065\u0062\u0065\u006c\u006f\u0077":0x1e2c,"\u0049\u007a\u0068it\u0073\u0061\u0064\u0062\u006c\u0067\u0072\u0061\u0076\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x0476,"\u004a":0x004a,"\u004a\u0061\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x0541,"\u004ac\u0069\u0072\u0063\u006c\u0065":0x24bf,"J\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078":0x0134,"\u004a\u0068\u0065h\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x054b,"\u004a\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff2a,"\u004a\u006f\u0069\u006e":0x2a1d,"\u004a\u0073\u006d\u0061\u006c\u006c":0xf76a,"\u004b":0x004b,"\u004b\u0042\u0073\u0071\u0075\u0061\u0072\u0065":0x3385,"\u004b\u004b\u0073\u0071\u0075\u0061\u0072\u0065":0x33cd,"\u004b\u0061\u0062\u0061\u0073\u0068\u006b\u0069\u0072\u0063\u0079\u0072i\u006c\u006c\u0069\u0063":0x04a0,"\u004b\u0061\u0063\u0075\u0074\u0065":0x1e30,"\u004b\u0061\u0064\u0065sc\u0065\u006e\u0064\u0065\u0072\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x049a,"\u004b\u0061\u0068\u006f\u006f\u006b":0x03ff,"\u004b\u0061\u0068\u006f\u006f\u006b\u0063\u0079\u0072i\u006c\u006c\u0069\u0063":0x04c3,"\u004b\u0061\u0070p\u0061":0x039a,"\u004b\u0061s\u0074\u0072\u006fk\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x049e,"\u004ba\u0076\u0065\u0072\u0074\u0069\u0063\u0061\u006c\u0073\u0074\u0072o\u006b\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x049c,"\u004b\u0063\u0061\u0072\u006f\u006e":0x01e8,"\u004b\u0063\u0065\u0064\u0069\u006c\u006c\u0061":0x0136,"\u004bc\u0069\u0072\u0063\u006c\u0065":0x24c0,"\u004bd\u006f\u0074\u0062\u0065\u006c\u006fw":0x1e32,"K\u0065\u0068\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x0554,"K\u0065\u006e\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x053f,"K\u0068\u0061\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x0425,"\u004b\u0068\u0065\u0069\u0063\u006f\u0070\u0074\u0069\u0063":0x03e6,"\u004b\u0068\u006fo\u006b":0x0198,"K\u006a\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x040c,"\u004b\u006c\u0069\u006e\u0065\u0062\u0065\u006c\u006f\u0077":0x1e34,"\u004b\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff2b,"\u004b\u006f\u0070\u0070\u0061\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x0480,"\u004b\u006f\u0070\u0070\u0061\u0067\u0072\u0065\u0065\u006b":0x03de,"K\u0073\u0069\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x046e,"\u004b\u0073\u006d\u0061\u006c\u006c":0xf76b,"\u004c":0x004c,"\u004c\u004a":0x01c7,"\u004c\u004c":0xf6bf,"\u004c\u004c\u0065\u0066\u0074\u0061\u0072\u0072\u006f\u0077":0x2b45,"\u004c\u0061\u0063\u0075\u0074\u0065":0x0139,"\u004c\u0061\u006d\u0062\u0064\u0061":0x039b,"\u004cb\u0072\u0062\u0072\u0061\u006b":0x27ec,"\u004c\u0063\u0061\u0072\u006f\u006e":0x013d,"\u004cc\u0061\u0072\u006f\u006e\u0031":0xf812,"\u004c\u0063\u0065\u0064\u0069\u006c\u006c\u0061":0x013b,"\u004cc\u0065\u0064\u0069\u006c\u006c\u00611":0xf81a,"\u004cc\u0069\u0072\u0063\u006c\u0065":0x24c1,"\u004c\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0062\u0065\u006c\u006f\u0077":0x1e3c,"\u004c\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074":0x013f,"\u004cd\u006f\u0074\u0062\u0065\u006c\u006fw":0x1e36,"\u004cd\u006ft\u0062\u0065\u006c\u006f\u0077\u006d\u0061\u0063\u0072\u006f\u006e":0x1e38,"\u004c\u0064\u0073\u0068":0x21b2,"\u004c\u0069\u0077n\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x053c,"\u004c\u006a":0x01c8,"L\u006a\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x0409,"\u004c\u006c\u0069\u006e\u0065\u0062\u0065\u006c\u006f\u0077":0x1e3a,"\u004c\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff2c,"\u004c\u006f\u006e\u0067\u006c\u0065\u0066\u0074\u0061\u0072\u0072\u006f\u0077":0x27f8,"\u004co\u006eg\u006c\u0065\u0066\u0074\u0072i\u0067\u0068t\u0061\u0072\u0072\u006f\u0077":0x27fa,"\u004c\u006f\u006eg\u006d\u0061\u0070\u0073\u0066\u0072\u006f\u006d":0x27fd,"\u004c\u006f\u006e\u0067\u006d\u0061\u0070\u0073\u0074\u006f":0x27fe,"\u004c\u006f\u006e\u0067\u0072\u0069\u0067\u0068\u0074a\u0072\u0072\u006f\u0077":0x27f9,"\u004cp\u0061\u0072\u0065\u006e\u0067\u0074r":0x2995,"\u004c\u0073\u006c\u0061\u0073\u0068":0x0141,"L\u0073\u006c\u0061\u0073\u0068\u0073\u006d\u0061\u006c\u006c":0xf6f9,"\u004c\u0073\u006d\u0061\u006c\u006c":0xf76c,"\u004cs\u006d\u0061\u006c\u006c\u0063\u0061p":0x022f,"\u004c\u0074":0x2aa1,"\u004c\u0076\u007a\u0069\u0067\u007a\u0061\u0067":0x29da,"\u004d":0x004d,"\u004d\u0042\u0073\u0071\u0075\u0061\u0072\u0065":0x3386,"\u004d\u0061\u0063\u0072\u006f\u006e":0xf6d0,"M\u0061\u0063\u0072\u006f\u006e\u0073\u006d\u0061\u006c\u006c":0xf7af,"\u004d\u0061\u0063\u0075\u0074\u0065":0x1e3e,"\u004d\u0061\u0070\u0073\u0066\u0072\u006f\u006d":0x2906,"\u004d\u0061\u0070\u0073\u0074\u006f":0x2907,"\u004dc\u0069\u0072\u0063\u006c\u0065":0x24c2,"\u004d\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074":0x1e40,"\u004dd\u006f\u0074\u0062\u0065\u006c\u006fw":0x1e42,"M\u0065\u006e\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x0544,"\u004d\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff2d,"\u004d\u0073\u006d\u0061\u006c\u006c":0xf76d,"\u004dt\u0075\u0072\u006e\u0065\u0064":0x019c,"\u004d\u0075":0x039c,"\u004e":0x004e,"\u004e\u004a":0x01ca,"\u004e\u0061\u0063\u0075\u0074\u0065":0x0143,"\u004e\u0063\u0061\u0072\u006f\u006e":0x0147,"\u004ec\u0065\u0064\u0069\u006c\u006c\u00611":0xf81c,"\u004ec\u0069\u0072\u0063\u006c\u0065":0x24c3,"\u004e\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0062\u0065\u006c\u006f\u0077":0x1e4a,"\u004e\u0063\u006fm\u006d\u0061\u0061\u0063\u0063\u0065\u006e\u0074":0x0145,"\u004e\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074":0x1e44,"\u004ed\u006f\u0074\u0062\u0065\u006c\u006fw":0x1e46,"\u004ee\u0061\u0072\u0072\u006f\u0077":0x21d7,"\u004eh\u006f\u006f\u006b\u006c\u0065\u0066t":0x019d,"\u004ei\u006e\u0065\u0072\u006f\u006d\u0061n":0x2168,"\u004e\u006a":0x01cb,"\u004e\u006c\u0069\u006e\u0065\u0062\u0065\u006c\u006f\u0077":0x1e48,"\u004e\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff2e,"\u004e\u006f\u0074":0x2aec,"N\u006f\u0077\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x0546,"\u004e\u0073\u006d\u0061\u006c\u006c":0xf76e,"\u004e\u0074\u0069\u006c\u0064\u0065":0x00d1,"N\u0074\u0069\u006c\u0064\u0065\u0073\u006d\u0061\u006c\u006c":0xf7f1,"\u004e\u0075":0x039d,"\u004ew\u0061\u0072\u0072\u006f\u0077":0x21d6,"\u004f":0x004f,"\u004f\u0045":0x0152,"\u004fE\u0073\u006d\u0061\u006c\u006c":0xf6fa,"\u004f\u0061\u0063\u0075\u0074\u0065":0x00d3,"O\u0061\u0063\u0075\u0074\u0065\u0073\u006d\u0061\u006c\u006c":0xf7f3,"\u004fb\u0061r\u0072\u0065\u0064\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x04e8,"\u004f\u0062\u0061rr\u0065\u0064\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x04ea,"\u004f\u0062\u0072\u0065\u0076\u0065":0x014e,"\u004f\u0063\u0061\u0072\u006f\u006e":0x01d1,"\u004f\u0063\u0065\u006e\u0074\u0065\u0072\u0065\u0064t\u0069\u006c\u0064\u0065":0x019f,"\u004fc\u0069\u0072\u0063\u006c\u0065":0x24c4,"O\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078":0x00d4,"\u004f\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0061\u0063\u0075\u0074\u0065":0x1ed0,"\u004f\u0063\u0069\u0072cu\u006d\u0066\u006c\u0065\u0078\u0064\u006f\u0074\u0062\u0065\u006c\u006f\u0077":0x1ed8,"\u004f\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0067\u0072\u0061\u0076\u0065":0x1ed2,"O\u0063i\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078h\u006f\u006f\u006b\u0061bo\u0076\u0065":0x1ed4,"\u004f\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0073\u006d\u0061\u006c\u006c":0xf7f4,"\u004f\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0074\u0069\u006c\u0064\u0065":0x1ed6,"\u004fc\u0079\u0072\u0069\u006c\u006c\u0069c":0x041e,"\u004fd\u0062\u006c\u0061\u0063\u0075\u0074e":0x0150,"\u004fd\u0062\u006c\u0067\u0072\u0061\u0076e":0x020c,"\u004fd\u0069\u0065\u0072\u0065\u0073\u0069s":0x00d6,"\u004f\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073\u0063\u0079\u0072i\u006c\u006c\u0069\u0063":0x04e6,"\u004f\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073s\u006d\u0061\u006c\u006c":0xf7f6,"\u004fd\u006f\u0074\u0062\u0065\u006c\u006fw":0x1ecc,"O\u0067\u006f\u006e\u0065\u006b\u0073\u006d\u0061\u006c\u006c":0xf6fb,"\u004f\u0067\u0072\u0061\u0076\u0065":0x00d2,"O\u0067\u0072\u0061\u0076\u0065\u0073\u006d\u0061\u006c\u006c":0xf7f2,"\u004f\u0068\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x0555,"\u004f\u0068\u006f\u006f\u006b\u0061\u0062\u006f\u0076\u0065":0x1ece,"\u004f\u0068\u006fr\u006e":0x01a0,"\u004f\u0068\u006f\u0072\u006e\u0061\u0063\u0075\u0074\u0065":0x1eda,"\u004f\u0068\u006f\u0072\u006e\u0064\u006f\u0074\u0062\u0065\u006c\u006f\u0077":0x1ee2,"\u004f\u0068\u006f\u0072\u006e\u0067\u0072\u0061\u0076\u0065":0x1edc,"\u004f\u0068\u006f\u0072\u006e\u0068\u006f\u006f\u006ba\u0062\u006f\u0076\u0065":0x1ede,"\u004f\u0068\u006f\u0072\u006e\u0074\u0069\u006c\u0064\u0065":0x1ee0,"\u004f\u0069":0x01a2,"\u004f\u0069\u006e\u0076\u0065\u0072\u0074\u0065\u0064b\u0072\u0065\u0076\u0065":0x020e,"\u004fm\u0061\u0063\u0072\u006f\u006e":0x014c,"\u004f\u006d\u0061c\u0072\u006f\u006e\u0061\u0063\u0075\u0074\u0065":0x1e52,"\u004f\u006d\u0061c\u0072\u006f\u006e\u0067\u0072\u0061\u0076\u0065":0x1e50,"\u004f\u006d\u0065g\u0061":0x2126,"\u004f\u006d\u0065\u0067\u0061\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x0460,"\u004f\u006d\u0065\u0067\u0061\u0067\u0072\u0065\u0065\u006b":0x03a9,"\u004f\u006d\u0065\u0067\u0061\u0069\u006e\u0076":0x2127,"\u004fm\u0065g\u0061\u0072\u006f\u0075\u006ed\u0063\u0079r\u0069\u006c\u006c\u0069\u0063":0x047a,"\u004fm\u0065g\u0061\u0074\u0069\u0074\u006co\u0063\u0079r\u0069\u006c\u006c\u0069\u0063":0x047c,"\u004f\u006d\u0065\u0067\u0061\u0074\u006f\u006e\u006f\u0073":0x038f,"\u004fm\u0069\u0063\u0072\u006f\u006e":0x039f,"\u004f\u006d\u0069c\u0072\u006f\u006e\u0074\u006f\u006e\u006f\u0073":0x038c,"\u004f\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff2f,"\u004f\u006e\u0065\u0072\u006f\u006d\u0061\u006e":0x2160,"\u004fo\u0067\u006f\u006e\u0065\u006b":0x01ea,"\u004f\u006f\u0067\u006f\u006e\u0065\u006b\u006d\u0061\u0063\u0072\u006f\u006e":0x01ec,"\u004f\u006f\u0070e\u006e":0x0186,"\u004f\u0073\u006c\u0061\u0073\u0068":0x00d8,"O\u0073\u006c\u0061\u0073\u0068\u0061\u0063\u0075\u0074\u0065":0x01fe,"O\u0073\u006c\u0061\u0073\u0068\u0073\u006d\u0061\u006c\u006c":0xf7f8,"\u004f\u0073\u006d\u0061\u006c\u006c":0xf76f,"\u004f\u0074\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x047e,"\u004f\u0074\u0069\u006c\u0064\u0065":0x00d5,"O\u0074\u0069\u006c\u0064\u0065\u0061\u0063\u0075\u0074\u0065":0x1e4c,"\u004f\u0074\u0069\u006c\u0064\u0065\u0064\u0069\u0065r\u0065\u0073\u0069\u0073":0x1e4e,"O\u0074\u0069\u006c\u0064\u0065\u0073\u006d\u0061\u006c\u006c":0xf7f5,"\u004f\u0074\u0069\u006d\u0065\u0073":0x2a37,"\u0050":0x0050,"\u0050\u0061\u0063\u0075\u0074\u0065":0x1e54,"\u0050c\u0069\u0072\u0063\u006c\u0065":0x24c5,"\u0050\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074":0x1e56,"P\u0065\u0068\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x054a,"P\u0065m\u0069\u0064\u0064\u006c\u0065\u0068\u006f\u006fk\u0063\u0079\u0072\u0069ll\u0069\u0063":0x04a6,"\u0050\u0068\u0069":0x03a6,"\u0050\u0068\u006fo\u006b":0x01a4,"\u0050\u0069":0x03a0,"\u0050\u0069\u0077r\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x0553,"P\u006c\u0061\u006e\u0063\u006b\u0063\u006f\u006e\u0073\u0074":0x210e,"\u0050\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff30,"\u0050\u0072\u0065\u0063":0x2abb,"\u0050\u0072\u006fp\u0065\u0072\u0074\u0079\u004c\u0069\u006e\u0065":0x214a,"\u0050\u0073\u0069":0x03a8,"P\u0073\u0069\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x0470,"\u0050\u0073\u006d\u0061\u006c\u006c":0xf770,"\u0051":0x0051,"\u0051\u0045\u0044":0x220e,"\u0051c\u0069\u0072\u0063\u006c\u0065":0x24c6,"\u0051\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff31,"\u0051\u0073\u006d\u0061\u006c\u006c":0xf771,"\u0051\u0075\u0065\u0073\u0074\u0069\u006f\u006e":0x2047,"\u0052":0x0052,"R\u0052\u0069\u0067\u0068\u0074\u0061\u0072\u0072\u006f\u0077":0x2b46,"\u0052\u0061\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x054c,"\u0052\u0061\u0063\u0075\u0074\u0065":0x0154,"\u0052b\u0072\u0062\u0072\u0061\u006b":0x27ed,"\u0052\u0063\u0061\u0072\u006f\u006e":0x0158,"\u0052\u0063\u0065\u0064\u0069\u006c\u006c\u0061":0x0156,"\u0052c\u0065\u0064\u0069\u006c\u006c\u00611":0xf81e,"\u0052c\u0069\u0072\u0063\u006c\u0065":0x24c7,"R\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078":0xf831,"\u0052d\u0062\u006c\u0067\u0072\u0061\u0076e":0x0210,"\u0052\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074":0x1e58,"\u0052d\u006f\u0074\u0062\u0065\u006c\u006fw":0x1e5a,"\u0052d\u006ft\u0062\u0065\u006c\u006f\u0077\u006d\u0061\u0063\u0072\u006f\u006e":0x1e5c,"\u0052\u0064\u0073\u0068":0x21b3,"R\u0065\u0068\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x0550,"\u0052\u0066\u0072\u0061\u006b\u0074\u0075\u0072":0x211c,"\u0052\u0068\u006f":0x03a1,"\u0052i\u006e\u0067\u0073\u006d\u0061\u006cl":0xf6fc,"\u0052\u0069\u006e\u0076\u0065\u0072\u0074\u0065\u0064b\u0072\u0065\u0076\u0065":0x0212,"\u0052\u006c\u0069\u006e\u0065\u0062\u0065\u006c\u006f\u0077":0x1e5e,"\u0052\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff32,"\u0052\u0070\u0061\u0072\u0065\u006e\u006c\u0065\u0073\u0073":0x2996,"\u0052\u0073\u006d\u0061\u006c\u006c":0xf772,"\u0052\u0073\u006d\u0061\u006c\u006c\u0069\u006e\u0076e\u0072\u0074\u0065\u0064":0x0281,"\u0052\u0073\u006d\u0061ll\u0069\u006e\u0076\u0065\u0072\u0074\u0065\u0064\u0073\u0075\u0070\u0065\u0072\u0069o\u0072":0x02b6,"\u0052\u0074\u0075\u0072\u006e\u0073\u0075\u0070\u0065\u0072":0x023f,"\u0052\u0076\u007a\u0069\u0067\u007a\u0061\u0067":0x29db,"\u0053":0x0053,"\u0053\u0044\u0031\u0035\u0030\u0031\u0030\u0030":0x024f,"\u0053\u0046\u0030\u0031\u0030\u0030\u0030\u0030":0x250c,"\u0053\u0046\u0030\u0032\u0030\u0030\u0030\u0030":0x2514,"\u0053\u0046\u0030\u0033\u0030\u0030\u0030\u0030":0x2510,"\u0053\u0046\u0030\u0034\u0030\u0030\u0030\u0030":0x2518,"\u0053\u0046\u0030\u0035\u0030\u0030\u0030\u0030":0x253c,"\u0053\u0046\u0030\u0036\u0030\u0030\u0030\u0030":0x252c,"\u0053\u0046\u0030\u0037\u0030\u0030\u0030\u0030":0x2534,"\u0053\u0046\u0030\u0038\u0030\u0030\u0030\u0030":0x251c,"\u0053\u0046\u0030\u0039\u0030\u0030\u0030\u0030":0x2524,"\u0053\u0046\u0031\u0030\u0030\u0030\u0030\u0030":0x2500,"\u0053\u0046\u0031\u0031\u0030\u0030\u0030\u0030":0x2502,"\u0053\u0046\u0031\u0039\u0030\u0030\u0030\u0030":0x2561,"\u0053\u0046\u0032\u0030\u0030\u0030\u0030\u0030":0x2562,"\u0053\u0046\u0032\u0031\u0030\u0030\u0030\u0030":0x2556,"\u0053\u0046\u0032\u0032\u0030\u0030\u0030\u0030":0x2555,"\u0053\u0046\u0032\u0033\u0030\u0030\u0030\u0030":0x2563,"\u0053\u0046\u0032\u0034\u0030\u0030\u0030\u0030":0x2551,"\u0053\u0046\u0032\u0035\u0030\u0030\u0030\u0030":0x2557,"\u0053\u0046\u0032\u0036\u0030\u0030\u0030\u0030":0x255d,"\u0053\u0046\u0032\u0037\u0030\u0030\u0030\u0030":0x255c,"\u0053\u0046\u0032\u0038\u0030\u0030\u0030\u0030":0x255b,"\u0053\u0046\u0033\u0036\u0030\u0030\u0030\u0030":0x255e,"\u0053\u0046\u0033\u0037\u0030\u0030\u0030\u0030":0x255f,"\u0053\u0046\u0033\u0038\u0030\u0030\u0030\u0030":0x255a,"\u0053\u0046\u0033\u0039\u0030\u0030\u0030\u0030":0x2554,"\u0053\u0046\u0034\u0030\u0030\u0030\u0030\u0030":0x2569,"\u0053\u0046\u0034\u0031\u0030\u0030\u0030\u0030":0x2566,"\u0053\u0046\u0034\u0032\u0030\u0030\u0030\u0030":0x2560,"\u0053\u0046\u0034\u0033\u0030\u0030\u0030\u0030":0x2550,"\u0053\u0046\u0034\u0034\u0030\u0030\u0030\u0030":0x256c,"\u0053\u0046\u0034\u0035\u0030\u0030\u0030\u0030":0x2567,"\u0053\u0046\u0034\u0036\u0030\u0030\u0030\u0030":0x2568,"\u0053\u0046\u0034\u0037\u0030\u0030\u0030\u0030":0x2564,"\u0053\u0046\u0034\u0038\u0030\u0030\u0030\u0030":0x2565,"\u0053\u0046\u0034\u0039\u0030\u0030\u0030\u0030":0x2559,"\u0053\u0046\u0035\u0030\u0030\u0030\u0030\u0030":0x2558,"\u0053\u0046\u0035\u0031\u0030\u0030\u0030\u0030":0x2552,"\u0053\u0046\u0035\u0032\u0030\u0030\u0030\u0030":0x2553,"\u0053\u0046\u0035\u0033\u0030\u0030\u0030\u0030":0x256b,"\u0053\u0046\u0035\u0034\u0030\u0030\u0030\u0030":0x256a,"\u0053\u0061\u0063\u0075\u0074\u0065":0x015a,"\u0053a\u0063u\u0074\u0065\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074":0x1e64,"\u0053\u0061\u006d\u0070\u0069\u0067\u0072\u0065\u0065\u006b":0x03e0,"\u0053\u0063\u0061\u0072\u006f\u006e":0x0160,"\u0053c\u0061r\u006f\u006e\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074":0x1e66,"S\u0063\u0061\u0072\u006f\u006e\u0073\u006d\u0061\u006c\u006c":0xf6fd,"\u0053\u0063\u0065\u0064\u0069\u006c\u006c\u0061":0x015e,"\u0053c\u0065\u0064\u0069\u006c\u006c\u00611":0xf816,"\u0053\u0063\u0068w\u0061":0x018f,"\u0053\u0063\u0068\u0077\u0061\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x04d8,"S\u0063\u0068\u0077\u0061di\u0065r\u0065\u0073\u0069\u0073\u0063y\u0072\u0069\u006c\u006c\u0069\u0063":0x04da,"\u0053c\u0069\u0072\u0063\u006c\u0065":0x24c8,"S\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078":0x015c,"\u0053\u0063\u006fm\u006d\u0061\u0061\u0063\u0063\u0065\u006e\u0074":0x0218,"\u0053\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074":0x1e60,"\u0053d\u006f\u0074\u0062\u0065\u006c\u006fw":0x1e62,"\u0053d\u006ft\u0062\u0065\u006c\u006f\u0077d\u006f\u0074a\u0063\u0063\u0065\u006e\u0074":0x1e68,"\u0053e\u0061\u0072\u0072\u006f\u0077":0x21d8,"S\u0065\u0068\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x054d,"\u0053\u0065\u0076\u0065\u006e\u0072\u006f\u006d\u0061\u006e":0x2166,"S\u0068\u0061\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x0547,"S\u0068\u0061\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x0428,"\u0053\u0068\u0065\u0069\u0063\u006f\u0070\u0074\u0069\u0063":0x03e2,"\u0053\u0068\u0068a\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x04ba,"S\u0068\u0069\u006d\u0061\u0063\u006f\u0070\u0074\u0069\u0063":0x03ec,"\u0053\u0069\u0067m\u0061":0x03a3,"\u0053\u0069\u0078\u0072\u006f\u006d\u0061\u006e":0x2165,"\u0053\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff33,"\u0053\u0071\u0063a\u0070":0x2a4e,"\u0053\u0071\u0063u\u0070":0x2a4f,"\u0053\u0073\u006d\u0061\u006c\u006c":0xf773,"S\u0074\u0069\u0067\u006d\u0061\u0067\u0072\u0065\u0065\u006b":0x03da,"\u0053\u0075\u0063\u0063":0x2abc,"\u0053w\u0061\u0072\u0072\u006f\u0077":0x21d9,"\u0054":0x0054,"\u0054\u0061\u0075":0x03a4,"\u0054\u0062\u0061\u0072":0x0166,"\u0054\u0063\u0061\u0072\u006f\u006e":0x0164,"\u0054c\u0061\u0072\u006f\u006e\u0031":0xf814,"\u0054c\u0065\u0064\u0069\u006c\u006c\u00611":0xf818,"\u0054c\u0069\u0072\u0063\u006c\u0065":0x24c9,"\u0054\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0062\u0065\u006c\u006f\u0077":0x1e70,"\u0054\u0063\u006fm\u006d\u0061\u0061\u0063\u0063\u0065\u006e\u0074":0x0162,"\u0054\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074":0x1e6a,"\u0054d\u006f\u0074\u0062\u0065\u006c\u006fw":0x1e6c,"\u0054\u0065\u0064\u0065sc\u0065\u006e\u0064\u0065\u0072\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x04ac,"\u0054\u0065\u006e\u0072\u006f\u006d\u0061\u006e":0x2169,"\u0054\u0065\u0074\u0073\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x04b4,"\u0054\u0068\u0065t\u0061":0x0398,"\u0054\u0068\u006fo\u006b":0x01ac,"\u0054\u0068\u006fr\u006e":0x00de,"\u0054\u0068\u006f\u0072\u006e\u0073\u006d\u0061\u006c\u006c":0xf7fe,"\u0054\u0068\u0072\u0065\u0065\u0072\u006f\u006d\u0061\u006e":0x2162,"\u0054\u0069\u006c\u0064\u0065\u0073\u006d\u0061\u006c\u006c":0xf6fe,"\u0054\u0069\u0077n\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x054f,"\u0054\u006c\u0069\u006e\u0065\u0062\u0065\u006c\u006f\u0077":0x1e6e,"\u0054\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff34,"\u0054\u006f\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x0539,"\u0054\u006f\u006e\u0065\u0066\u0069\u0076\u0065":0x01bc,"\u0054o\u006e\u0065\u0073\u0069\u0078":0x0184,"\u0054o\u006e\u0065\u0074\u0077\u006f":0x01a7,"\u0054\u0072\u0065\u0074\u0072\u006f\u0066\u006c\u0065x\u0068\u006f\u006f\u006b":0x01ae,"T\u0073\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x0426,"\u0054\u0073\u0068e\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x040b,"\u0054\u0073\u006d\u0061\u006c\u006c":0xf774,"T\u0077\u0065\u006c\u0076\u0065\u0072\u006f\u006d\u0061\u006e":0x216b,"\u0054\u0077\u006f\u0072\u006f\u006d\u0061\u006e":0x2161,"\u0055":0x0055,"\u0055\u0055\u0070\u0061\u0072\u0072\u006f\u0077":0x27f0,"\u0055\u0061\u0063\u0075\u0074\u0065":0x00da,"U\u0061\u0063\u0075\u0074\u0065\u0073\u006d\u0061\u006c\u006c":0xf7fa,"\u0055\u0062\u0072\u0065\u0076\u0065":0x016c,"\u0055\u0063\u0061\u0072\u006f\u006e":0x01d3,"\u0055\u0063\u0065\u0064\u0069\u006c\u006c\u0061":0xf833,"\u0055c\u0069\u0072\u0063\u006c\u0065":0x24ca,"U\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078":0x00db,"\u0055\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0062\u0065\u006c\u006f\u0077":0x1e76,"\u0055\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0073\u006d\u0061\u006c\u006c":0xf7fb,"\u0055c\u0079\u0072\u0069\u006c\u006c\u0069c":0x0423,"\u0055d\u0062\u006c\u0067\u0072\u0061\u0076e":0x0214,"\u0055d\u0069\u0065\u0072\u0065\u0073\u0069s":0x00dc,"\u0055\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073a\u0063\u0075\u0074\u0065":0x01d7,"\u0055\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073b\u0065\u006c\u006f\u0077":0x1e72,"\u0055\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073c\u0061\u0072\u006f\u006e":0x01d9,"\u0055\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073\u0063\u0079\u0072i\u006c\u006c\u0069\u0063":0x04f0,"\u0055\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073g\u0072\u0061\u0076\u0065":0x01db,"\u0055d\u0069e\u0072\u0065\u0073\u0069\u0073\u006d\u0061\u0063\u0072\u006f\u006e":0x01d5,"\u0055\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073s\u006d\u0061\u006c\u006c":0xf7fc,"\u0055d\u006f\u0074\u0062\u0065\u006c\u006fw":0x1ee4,"\u0055\u0067\u0072\u0061\u0076\u0065":0x00d9,"U\u0067\u0072\u0061\u0076\u0065\u0073\u006d\u0061\u006c\u006c":0xf7f9,"\u0055\u0068\u006f\u006f\u006b\u0061\u0062\u006f\u0076\u0065":0x1ee6,"\u0055\u0068\u006fr\u006e":0x01af,"\u0055\u0068\u006f\u0072\u006e\u0061\u0063\u0075\u0074\u0065":0x1ee8,"\u0055\u0068\u006f\u0072\u006e\u0064\u006f\u0074\u0062\u0065\u006c\u006f\u0077":0x1ef0,"\u0055\u0068\u006f\u0072\u006e\u0067\u0072\u0061\u0076\u0065":0x1eea,"\u0055\u0068\u006f\u0072\u006e\u0068\u006f\u006f\u006ba\u0062\u006f\u0076\u0065":0x1eec,"\u0055\u0068\u006f\u0072\u006e\u0074\u0069\u006c\u0064\u0065":0x1eee,"\u0055\u0068\u0075\u006e\u0067\u0061\u0072\u0075\u006d\u006c\u0061\u0075\u0074":0x0170,"U\u0068\u0075\u006e\u0067ar\u0075m\u006c\u0061\u0075\u0074\u0063y\u0072\u0069\u006c\u006c\u0069\u0063":0x04f2,"\u0055\u0069\u006e\u0076\u0065\u0072\u0074\u0065\u0064b\u0072\u0065\u0076\u0065":0x0216,"\u0055\u006b\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x0478,"\u0055m\u0061\u0063\u0072\u006f\u006e":0x016a,"\u0055m\u0061c\u0072\u006f\u006e\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x04ee,"\u0055m\u0061c\u0072\u006f\u006e\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073":0x1e7a,"\u0055\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff35,"\u0055o\u0067\u006f\u006e\u0065\u006b":0x0172,"\u0055p\u0073\u0069\u006c\u006f\u006e":0x03a5,"\u0055\u0070\u0073\u0069\u006c\u006f\u006e\u0031":0x03d2,"U\u0070\u0073\u0069\u006c\u006f\u006ea\u0063\u0075\u0074\u0065\u0068\u006f\u006f\u006b\u0073y\u006d\u0062\u006fl\u0067r\u0065\u0065\u006b":0x03d3,"\u0055\u0070\u0073\u0069\u006c\u006f\u006e\u0061\u0066r\u0069\u0063\u0061\u006e":0x01b1,"\u0055\u0070s\u0069\u006c\u006fn\u0064\u0069\u0061\u0065\u0072\u0065\u0073\u0069\u0073":0x02f4,"\u0055p\u0073i\u006c\u006f\u006e\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073":0x03ab,"\u0055\u0070\u0073\u0069\u006c\u006f\u006e\u0064\u0069\u0065r\u0065\u0073\u0069\u0073\u0068\u006f\u006fk\u0073\u0079\u006d\u0062\u006f\u006c\u0067\u0072\u0065\u0065\u006b":0x03d4,"\u0055\u0070\u0073i\u006c\u006f\u006e\u0074\u006f\u006e\u006f\u0073":0x038e,"\u0055\u0072\u0069n\u0067":0x016e,"\u0055\u0073\u0068\u006f\u0072\u0074\u0063\u0079\u0072i\u006c\u006c\u0069\u0063":0x040e,"\u0055\u0073\u006d\u0061\u006c\u006c":0xf775,"\u0055\u0073\u0074\u0072\u0061\u0069\u0067\u0068\u0074\u0063\u0079\u0072i\u006c\u006c\u0069\u0063":0x04ae,"\u0055\u0073\u0074ra\u0069\u0067\u0068\u0074\u0073\u0074\u0072\u006f\u006b\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x04b0,"\u0055\u0074\u0069\u006c\u0064\u0065":0x0168,"U\u0074\u0069\u006c\u0064\u0065\u0061\u0063\u0075\u0074\u0065":0x1e78,"U\u0074\u0069\u006c\u0064\u0065\u0062\u0065\u006c\u006f\u0077":0x1e74,"\u0055\u0075\u0070\u0061\u0072\u0072\u006f\u0077":0x290a,"\u0056":0x0056,"\u0056\u0044\u0061s\u0068":0x22ab,"\u0056\u0062\u0061\u0072":0x2aeb,"\u0056c\u0069\u0072\u0063\u006c\u0065":0x24cb,"\u0056d\u006f\u0074\u0062\u0065\u006c\u006fw":0x1e7e,"\u0056\u0065\u0065":0x2a54,"V\u0065\u0077\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x054e,"\u0056\u0068\u006fo\u006b":0x01b2,"\u0056\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff36,"\u0056\u006f\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x0548,"\u0056\u0073\u006d\u0061\u006c\u006c":0xf776,"\u0056\u0074\u0069\u006c\u0064\u0065":0x1e7c,"\u0056\u0076\u0065r\u0074":0x2980,"\u0057":0x0057,"\u0057\u0061\u0063\u0075\u0074\u0065":0x1e82,"\u0057c\u0069\u0072\u0063\u006c\u0065":0x24cc,"W\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078":0x0174,"\u0057d\u0069\u0065\u0072\u0065\u0073\u0069s":0x1e84,"\u0057\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074":0x1e86,"\u0057d\u006f\u0074\u0062\u0065\u006c\u006fw":0x1e88,"\u0057\u0065\u0064g\u0065":0x2a53,"\u0057\u0067\u0072\u0061\u0076\u0065":0x1e80,"\u0057\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff37,"\u0057\u0073\u006d\u0061\u006c\u006c":0xf777,"\u0058":0x0058,"\u0058c\u0069\u0072\u0063\u006c\u0065":0x24cd,"\u0058d\u0069\u0065\u0072\u0065\u0073\u0069s":0x1e8c,"\u0058\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074":0x1e8a,"X\u0065\u0068\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x053d,"\u0058\u0069":0x039e,"\u0058\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff38,"\u0058\u0073\u006d\u0061\u006c\u006c":0xf778,"\u0059":0x0059,"\u0059\u0061\u0063\u0075\u0074\u0065":0x00dd,"Y\u0061\u0063\u0075\u0074\u0065\u0073\u006d\u0061\u006c\u006c":0xf7fd,"\u0059c\u0069\u0072\u0063\u006c\u0065":0x24ce,"Y\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078":0x0176,"\u0059d\u0069\u0065\u0072\u0065\u0073\u0069s":0x0178,"\u0059\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073s\u006d\u0061\u006c\u006c":0xf7ff,"\u0059\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074":0x1e8e,"\u0059d\u006f\u0074\u0062\u0065\u006c\u006fw":0x1ef4,"Y\u0065r\u0075\u0064\u0069\u0065\u0072\u0065\u0073\u0069s\u0063\u0079\u0072\u0069ll\u0069\u0063":0x04f8,"\u0059\u0067\u0072\u0061\u0076\u0065":0x1ef2,"\u0059\u0068\u006fo\u006b":0x01b3,"\u0059\u0068\u006f\u006f\u006b\u0061\u0062\u006f\u0076\u0065":0x1ef6,"\u0059\u0069\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x0545,"\u0059\u0069\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x0407,"\u0059\u0069\u0077n\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x0552,"\u0059\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff39,"\u0059\u0073\u006d\u0061\u006c\u006c":0xf779,"\u0059s\u006d\u0061\u006c\u006c\u0063\u0061p":0x021f,"\u0059\u0074\u0069\u006c\u0064\u0065":0x1ef8,"\u0059\u0075\u0070":0x2144,"\u0059\u0075\u0073\u0062\u0069\u0067\u0063\u0079\u0072i\u006c\u006c\u0069\u0063":0x046a,"\u0059\u0075\u0073\u0062ig\u0069\u006f\u0074\u0069\u0066\u0069\u0065\u0064\u0063\u0079\u0072\u0069\u006c\u006ci\u0063":0x046c,"\u0059\u0075\u0073\u006c\u0069\u0074\u0074\u006c\u0065\u0063\u0079\u0072i\u006c\u006c\u0069\u0063":0x0466,"\u0059u\u0073\u006c\u0069\u0074t\u006c\u0065\u0069\u006f\u0074i\u0066i\u0065d\u0063\u0079\u0072\u0069\u006c\u006c\u0069c":0x0468,"\u005a":0x005a,"\u005a\u0061\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x0536,"\u005a\u0061\u0063\u0075\u0074\u0065":0x0179,"\u005a\u0063\u0061\u0072\u006f\u006e":0x017d,"Z\u0063\u0061\u0072\u006f\u006e\u0073\u006d\u0061\u006c\u006c":0xf6ff,"\u005ac\u0069\u0072\u0063\u006c\u0065":0x24cf,"Z\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078":0x1e90,"\u005a\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074":0x017b,"\u005ad\u006f\u0074\u0062\u0065\u006c\u006fw":0x1e92,"\u005a\u0065\u0064\u0065sc\u0065\u006e\u0064\u0065\u0072\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x0498,"\u005ae\u0064i\u0065\u0072\u0065\u0073\u0069s\u0063\u0079r\u0069\u006c\u006c\u0069\u0063":0x04de,"\u005a\u0065\u0074\u0061":0x0396,"Z\u0068\u0065\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x053a,"\u005a\u0068\u0065\u0062\u0072\u0065\u0076\u0065":0x03fd,"\u005a\u0068e\u0062\u0072\u0065v\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x04c1,"Z\u0068e\u0064\u0065\u0073\u0063\u0065\u006e\u0064\u0065r\u0063\u0079\u0072\u0069ll\u0069\u0063":0x0496,"\u005a\u0068\u0065\u0064ie\u0072\u0065\u0073\u0069\u0073\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x04dc,"\u005a\u006c\u0069\u006e\u0065\u0062\u0065\u006c\u006f\u0077":0x1e94,"\u005a\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff3a,"\u005a\u0073\u006d\u0061\u006c\u006c":0xf77a,"\u005as\u0074\u0072\u006f\u006b\u0065":0x01b5,"\u0061":0x0061,"\u0061\u0031":0x2701,"\u0061\u0032":0x2702,"\u0061\u0033":0x2704,"\u0061\u0034":0x260e,"\u0061\u0035":0x2706,"\u0061\u0036":0x271d,"\u0061\u0037":0x271e,"\u0061\u0038":0x271f,"\u0061\u0039":0x2720,"\u0061\u0031\u0030":0x2721,"\u0061\u0031\u0031":0x261b,"\u0061\u0031\u0032":0x261e,"\u0061\u0031\u0033":0x270c,"\u0061\u0031\u0034":0x270d,"\u0061\u0031\u0035":0x270e,"\u0061\u0031\u0036":0x270f,"\u0061\u0031\u0037":0x2711,"\u0061\u0031\u0038":0x2712,"\u0061\u0031\u0039":0x2713,"\u0061\u0032\u0030":0x2714,"\u0061\u0032\u0031":0x2715,"\u0061\u0032\u0032":0x2716,"\u0061\u0032\u0033":0x2717,"\u0061\u0032\u0034":0x2718,"\u0061\u0032\u0035":0x2719,"\u0061\u0032\u0036":0x271a,"\u0061\u0032\u0037":0x271b,"\u0061\u0032\u0038":0x271c,"\u0061\u0032\u0039":0x2722,"\u0061\u0033\u0030":0x2723,"\u0061\u0033\u0031":0x2724,"\u0061\u0033\u0032":0x2725,"\u0061\u0033\u0033":0x2726,"\u0061\u0033\u0034":0x2727,"\u0061\u0033\u0035":0x2605,"\u0061\u0033\u0036":0x2729,"\u0061\u0033\u0037":0x272a,"\u0061\u0033\u0038":0x272b,"\u0061\u0033\u0039":0x272c,"\u0061\u0034\u0030":0x272d,"\u0061\u0034\u0031":0x272e,"\u0061\u0034\u0032":0x272f,"\u0061\u0034\u0033":0x2730,"\u0061\u0034\u0034":0x2731,"\u0061\u0034\u0035":0x2732,"\u0061\u0034\u0036":0x2733,"\u0061\u0034\u0037":0x2734,"\u0061\u0034\u0038":0x2735,"\u0061\u0034\u0039":0x2736,"\u0061\u0035\u0030":0x2737,"\u0061\u0035\u0031":0x2738,"\u0061\u0035\u0032":0x2739,"\u0061\u0035\u0033":0x273a,"\u0061\u0035\u0034":0x273b,"\u0061\u0035\u0035":0x273c,"\u0061\u0035\u0036":0x273d,"\u0061\u0035\u0037":0x273e,"\u0061\u0035\u0038":0x273f,"\u0061\u0035\u0039":0x2740,"\u0061\u0036\u0030":0x2741,"\u0061\u0036\u0031":0x2742,"\u0061\u0036\u0032":0x2743,"\u0061\u0036\u0033":0x2744,"\u0061\u0036\u0034":0x2745,"\u0061\u0036\u0035":0x2746,"\u0061\u0036\u0036":0x2747,"\u0061\u0036\u0037":0x2748,"\u0061\u0036\u0038":0x2749,"\u0061\u0036\u0039":0x274a,"\u0061\u0037\u0030":0x274b,"\u0061\u0037\u0031":0x25cf,"\u0061\u0037\u0032":0x274d,"\u0061\u0037\u0033":0x25a0,"\u0061\u0037\u0034":0x274f,"\u0061\u0037\u0035":0x2751,"\u0061\u0037\u0036":0x25b2,"\u0061\u0037\u0037":0x25bc,"\u0061\u0037\u0038":0x25c6,"\u0061\u0037\u0039":0x2756,"\u0061\u0038\u0031":0x25d7,"\u0061\u0038\u0032":0x2758,"\u0061\u0038\u0033":0x2759,"\u0061\u0038\u0034":0x275a,"\u0061\u0038\u0035":0xf8de,"\u0061\u0038\u0036":0xf8e0,"\u0061\u0038\u0037":0xf8e1,"\u0061\u0038\u0038":0xf8e2,"\u0061\u0038\u0039":0xf8d7,"\u0061\u0039\u0030":0xf8d8,"\u0061\u0039\u0031":0xf8db,"\u0061\u0039\u0032":0xf8dc,"\u0061\u0039\u0033":0xf8d9,"\u0061\u0039\u0034":0xf8da,"\u0061\u0039\u0035":0xf8e3,"\u0061\u0039\u0036":0xf8e4,"\u0061\u0039\u0037":0x275b,"\u0061\u0039\u0038":0x275c,"\u0061\u0039\u0039":0x275d,"\u0061\u0031\u0030\u0030":0x275e,"\u0061\u0031\u0030\u0031":0x2761,"\u0061\u0031\u0030\u0032":0x2762,"\u0061\u0031\u0030\u0033":0x2763,"\u0061\u0031\u0030\u0034":0x2764,"\u0061\u0031\u0030\u0035":0x2710,"\u0061\u0031\u0030\u0036":0x2765,"\u0061\u0031\u0030\u0037":0x2766,"\u0061\u0031\u0030\u0038":0x2767,"\u0061\u0031\u0031\u0037":0x2709,"\u0061\u0031\u0031\u0038":0x2708,"\u0061\u0031\u0031\u0039":0x2707,"\u0061\u0031\u0032\u0030":0x2460,"\u0061\u0031\u0032\u0031":0x2461,"\u0061\u0031\u0032\u0032":0x2462,"\u0061\u0031\u0032\u0033":0x2463,"\u0061\u0031\u0032\u0034":0x2464,"\u0061\u0031\u0032\u0035":0x2465,"\u0061\u0031\u0032\u0036":0x2466,"\u0061\u0031\u0032\u0037":0x2467,"\u0061\u0031\u0032\u0038":0x2468,"\u0061\u0031\u0032\u0039":0x2469,"\u0061\u0031\u0033\u0030":0x2776,"\u0061\u0031\u0033\u0031":0x2777,"\u0061\u0031\u0033\u0032":0x2778,"\u0061\u0031\u0033\u0033":0x2779,"\u0061\u0031\u0033\u0034":0x277a,"\u0061\u0031\u0033\u0035":0x277b,"\u0061\u0031\u0033\u0036":0x277c,"\u0061\u0031\u0033\u0037":0x277d,"\u0061\u0031\u0033\u0038":0x277e,"\u0061\u0031\u0033\u0039":0x277f,"\u0061\u0031\u0034\u0030":0x2780,"\u0061\u0031\u0034\u0031":0x2781,"\u0061\u0031\u0034\u0032":0x2782,"\u0061\u0031\u0034\u0033":0x2783,"\u0061\u0031\u0034\u0034":0x2784,"\u0061\u0031\u0034\u0035":0x2785,"\u0061\u0031\u0034\u0036":0x2786,"\u0061\u0031\u0034\u0037":0x2787,"\u0061\u0031\u0034\u0038":0x2788,"\u0061\u0031\u0034\u0039":0x2789,"\u0061\u0031\u0035\u0030":0x278a,"\u0061\u0031\u0035\u0031":0x278b,"\u0061\u0031\u0035\u0032":0x278c,"\u0061\u0031\u0035\u0033":0x278d,"\u0061\u0031\u0035\u0034":0x278e,"\u0061\u0031\u0035\u0035":0x278f,"\u0061\u0031\u0035\u0036":0x2790,"\u0061\u0031\u0035\u0037":0x2791,"\u0061\u0031\u0035\u0038":0x2792,"\u0061\u0031\u0035\u0039":0x2793,"\u0061\u0031\u0036\u0030":0x2794,"\u0061\u0031\u0036\u0032":0x27a3,"\u0061\u0031\u0036\u0034":0x2195,"\u0061\u0031\u0036\u0035":0x2799,"\u0061\u0031\u0036\u0036":0x279b,"\u0061\u0031\u0036\u0037":0x279c,"\u0061\u0031\u0036\u0038":0x279d,"\u0061\u0031\u0036\u0039":0x279e,"\u0061\u0031\u0037\u0030":0x279f,"\u0061\u0031\u0037\u0031":0x27a0,"\u0061\u0031\u0037\u0032":0x27a1,"\u0061\u0031\u0037\u0033":0x27a2,"\u0061\u0031\u0037\u0034":0x27a4,"\u0061\u0031\u0037\u0035":0x27a5,"\u0061\u0031\u0037\u0036":0x27a6,"\u0061\u0031\u0037\u0037":0x27a7,"\u0061\u0031\u0037\u0038":0x27a8,"\u0061\u0031\u0037\u0039":0x27a9,"\u0061\u0031\u0038\u0030":0x27ab,"\u0061\u0031\u0038\u0031":0x27ad,"\u0061\u0031\u0038\u0032":0x27af,"\u0061\u0031\u0038\u0033":0x27b2,"\u0061\u0031\u0038\u0034":0x27b3,"\u0061\u0031\u0038\u0035":0x27b5,"\u0061\u0031\u0038\u0036":0x27b8,"\u0061\u0031\u0038\u0037":0x27ba,"\u0061\u0031\u0038\u0038":0x27bb,"\u0061\u0031\u0038\u0039":0x27bc,"\u0061\u0031\u0039\u0030":0x27bd,"\u0061\u0031\u0039\u0031":0x27be,"\u0061\u0031\u0039\u0032":0x279a,"\u0061\u0031\u0039\u0033":0x27aa,"\u0061\u0031\u0039\u0034":0x27b6,"\u0061\u0031\u0039\u0035":0x27b9,"\u0061\u0031\u0039\u0036":0x2798,"\u0061\u0031\u0039\u0037":0x27b4,"\u0061\u0031\u0039\u0038":0x27b7,"\u0061\u0031\u0039\u0039":0x27ac,"\u0061\u0032\u0030\u0030":0x27ae,"\u0061\u0032\u0030\u0031":0x27b1,"\u0061\u0032\u0030\u0032":0x2703,"\u0061\u0032\u0030\u0033":0x2750,"\u0061\u0032\u0030\u0034":0x2752,"\u0061\u0032\u0030\u0035":0xf8dd,"\u0061\u0032\u0030\u0036":0xf8df,"\u0061a\u0062\u0065\u006e\u0067\u0061\u006ci":0x0986,"\u0061\u0061\u0063\u0075\u0074\u0065":0x00e1,"\u0061\u0061\u0064\u0065\u0076\u0061":0x0906,"\u0061\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069":0x0a86,"\u0061\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a06,"\u0061a\u006da\u0074\u0072\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a3e,"\u0061\u0061\u0072\u0075\u0073\u0071\u0075\u0061\u0072\u0065":0x3303,"\u0061a\u0076o\u0077\u0065\u006c\u0073\u0069g\u006e\u0062e\u006e\u0067\u0061\u006c\u0069":0x09be,"\u0061a\u0076o\u0077\u0065\u006c\u0073\u0069\u0067\u006e\u0064\u0065\u0076\u0061":0x093e,"\u0061\u0061\u0076\u006fwe\u006c\u0073\u0069\u0067\u006e\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069":0x0abe,"\u0061b\u0062\u0072\u0065\u0076\u0069\u0061\u0074\u0069\u006f\u006e\u006da\u0072\u006b\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x055f,"a\u0062b\u0072\u0065\u0076\u0069\u0061\u0074\u0069\u006fn\u0073\u0069\u0067\u006ede\u0076\u0061":0x0970,"\u0061\u0062\u0065\u006e\u0067\u0061\u006c\u0069":0x0985,"\u0061b\u006f\u0070\u006f\u006d\u006f\u0066o":0x311a,"\u0061\u0062\u0072\u0065\u0076\u0065":0x0103,"a\u0062\u0072\u0065\u0076\u0065\u0061\u0063\u0075\u0074\u0065":0x1eaf,"\u0061\u0062\u0072\u0065\u0076\u0065\u0063\u0079\u0072i\u006c\u006c\u0069\u0063":0x04d1,"\u0061\u0062\u0072\u0065\u0076\u0065\u0064\u006f\u0074b\u0065\u006c\u006f\u0077":0x1eb7,"a\u0062\u0072\u0065\u0076\u0065\u0067\u0072\u0061\u0076\u0065":0x1eb1,"\u0061b\u0072e\u0076\u0065\u0068\u006f\u006f\u006b\u0061\u0062\u006f\u0076\u0065":0x1eb3,"a\u0062\u0072\u0065\u0076\u0065\u0074\u0069\u006c\u0064\u0065":0x1eb5,"\u0061\u0063\u0061\u0072\u006f\u006e":0x01ce,"\u0061c\u0063\u006f\u0075\u006e\u0074\u006ff":0x2100,"\u0061c\u0063\u0075\u0072\u0072\u0065\u006et":0x23e6,"\u0061\u0063\u0069\u0064\u0066\u0072\u0065\u0065":0x267e,"\u0061c\u0069\u0072\u0063\u006c\u0065":0x24d0,"a\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078":0x00e2,"\u0061\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0061\u0063\u0075\u0074\u0065":0x1ea5,"\u0061\u0063\u0069\u0072cu\u006d\u0066\u006c\u0065\u0078\u0064\u006f\u0074\u0062\u0065\u006c\u006f\u0077":0x1ead,"\u0061\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0067\u0072\u0061\u0076\u0065":0x1ea7,"a\u0063i\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078h\u006f\u006f\u006b\u0061bo\u0076\u0065":0x1ea9,"\u0061\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0074\u0069\u006c\u0064\u0065":0x1eab,"\u0061\u0063\u0075t\u0065":0x00b4,"\u0061\u0063\u0075\u0074\u0065\u0062\u0065\u006c\u006f\u0077\u0063\u006d\u0062":0x0317,"\u0061c\u0075\u0074\u0065\u0063\u006f\u006db":0x0301,"\u0061c\u0075\u0074\u0065\u0064\u0065\u0076a":0x0954,"a\u0063\u0075\u0074\u0065\u006c\u006f\u0077\u006d\u006f\u0064":0x02cf,"\u0061c\u0075\u0074\u0065\u006e\u006f\u0073p":0x0274,"\u0061\u0063\u0075t\u0065\u0074\u006f\u006e\u0065\u0063\u006d\u0062":0x0341,"\u0061\u0063\u0077\u0063\u0069\u0072\u0063\u006c\u0065a\u0072\u0072\u006f\u0077":0x2940,"\u0061c\u0077l\u0065\u0066\u0074\u0061\u0072\u0063\u0061\u0072\u0072\u006f\u0077":0x2939,"\u0061c\u0077o\u0070\u0065\u006e\u0063\u0069r\u0063\u006ce\u0061\u0072\u0072\u006f\u0077":0x21ba,"\u0061c\u0077o\u0076\u0065\u0072\u0061\u0072\u0063\u0061\u0072\u0072\u006f\u0077":0x293a,"\u0061\u0063w\u0075\u006e\u0064e\u0072\u0061\u0072\u0063\u0061\u0072\u0072\u006f\u0077":0x293b,"\u0061d\u0062\u006c\u0067\u0072\u0061\u0076e":0x0201,"\u0061\u0064\u0064\u0061\u006b\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a71,"\u0061\u0064\u0064\u0072\u0065\u0073\u0073\u0073\u0075b\u006a\u0065\u0063\u0074":0x2101,"\u0061\u0064\u0065v\u0061":0x0905,"\u0061d\u0069\u0065\u0072\u0065\u0073\u0069s":0x00e4,"\u0061\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073\u0063\u0079\u0072i\u006c\u006c\u0069\u0063":0x04d3,"\u0061d\u0069e\u0072\u0065\u0073\u0069\u0073\u006d\u0061\u0063\u0072\u006f\u006e":0x01df,"\u0061d\u006f\u0074\u0062\u0065\u006c\u006fw":0x1ea1,"\u0061\u0064\u006f\u0074\u006d\u0061\u0063\u0072\u006f\u006e":0x01e1,"\u0061\u0064\u006ft\u0073":0x22f0,"\u0061\u0065":0x00e6,"\u0061e\u0061\u0063\u0075\u0074\u0065":0x01fd,"\u0061\u0065\u006b\u006f\u0072\u0065\u0061\u006e":0x3150,"\u0061\u0065\u006d\u0061\u0063\u0072\u006f\u006e":0x01e3,"\u0061f\u0069\u0069\u0032\u0039\u0039":0x200e,"\u0061f\u0069\u0069\u0033\u0030\u0030":0x200f,"\u0061f\u0069\u0069\u0033\u0030\u0031":0x200d,"\u0061f\u0069\u0069\u0031\u0030\u0030\u00317":0x0410,"\u0061f\u0069\u0069\u0031\u0030\u0030\u00318":0x0411,"\u0061f\u0069\u0069\u0031\u0030\u0030\u00319":0x0412,"\u0061f\u0069\u0069\u0031\u0030\u0030\u00324":0x0416,"\u0061f\u0069\u0069\u0031\u0030\u0030\u00325":0x0417,"\u0061f\u0069\u0069\u0031\u0030\u0030\u00327":0x0419,"\u0061f\u0069\u0069\u0031\u0030\u0030\u00328":0x041a,"\u0061f\u0069\u0069\u0031\u0030\u0030\u00331":0x041d,"\u0061f\u0069\u0069\u0031\u0030\u0030\u00333":0x041f,"\u0061f\u0069\u0069\u0031\u0030\u0030\u00334":0x0420,"\u0061f\u0069\u0069\u0031\u0030\u0030\u00335":0x0421,"\u0061f\u0069\u0069\u0031\u0030\u0030\u00336":0x0422,"\u0061f\u0069\u0069\u0031\u0030\u0030\u00338":0x0424,"\u0061f\u0069\u0069\u0031\u0030\u0030\u00343":0x0429,"\u0061f\u0069\u0069\u0031\u0030\u0030\u00344":0x042a,"\u0061f\u0069\u0069\u0031\u0030\u0030\u00345":0x042b,"\u0061f\u0069\u0069\u0031\u0030\u0030\u00346":0x042c,"\u0061f\u0069\u0069\u0031\u0030\u0030\u00348":0x042e,"\u0061f\u0069\u0069\u0031\u0030\u0030\u00349":0x042f,"\u0061f\u0069\u0069\u0031\u0030\u0030\u00351":0x0402,"\u0061f\u0069\u0069\u0031\u0030\u0030\u00352":0x0403,"\u0061f\u0069\u0069\u0031\u0030\u0030\u00354":0x0405,"\u0061f\u0069\u0069\u0031\u0030\u0030\u00355":0x0406,"\u0061f\u0069\u0069\u0031\u0030\u0030\u00357":0x0408,"\u0061f\u0069\u0069\u0031\u0030\u0030\u00359":0x040a,"\u0061f\u0069\u0069\u0031\u0030\u0030\u00363":0xf6c4,"\u0061f\u0069\u0069\u0031\u0030\u0030\u00364":0xf6c5,"\u0061f\u0069\u0069\u0031\u0030\u0030\u00365":0x0430,"\u0061f\u0069\u0069\u0031\u0030\u0030\u00367":0x0432,"\u0061f\u0069\u0069\u0031\u0030\u0030\u00368":0x0433,"\u0061f\u0069\u0069\u0031\u0030\u0030\u00369":0x0434,"\u0061f\u0069\u0069\u0031\u0030\u0030\u00371":0x0451,"\u0061f\u0069\u0069\u0031\u0030\u0030\u00373":0x0437,"\u0061f\u0069\u0069\u0031\u0030\u0030\u00375":0x0439,"\u0061f\u0069\u0069\u0031\u0030\u0030\u00379":0x043d,"\u0061f\u0069\u0069\u0031\u0030\u0030\u00384":0x0442,"\u0061f\u0069\u0069\u0031\u0030\u0030\u00385":0x0443,"\u0061f\u0069\u0069\u0031\u0030\u0030\u00386":0x0444,"\u0061f\u0069\u0069\u0031\u0030\u0030\u00387":0x0445,"\u0061f\u0069\u0069\u0031\u0030\u0030\u00390":0x0448,"\u0061f\u0069\u0069\u0031\u0030\u0030\u00391":0x0449,"\u0061f\u0069\u0069\u0031\u0030\u0030\u00396":0x044e,"\u0061f\u0069\u0069\u0031\u0030\u0030\u00397":0x044f,"\u0061f\u0069\u0069\u0031\u0030\u0031\u00302":0x0455,"\u0061f\u0069\u0069\u0031\u0030\u0031\u00303":0x0456,"\u0061f\u0069\u0069\u0031\u0030\u0031\u00305":0x0458,"\u0061f\u0069\u0069\u0031\u0030\u0031\u00307":0x045a,"\u0061f\u0069\u0069\u0031\u0030\u0031\u00309":0x045c,"\u0061f\u0069\u0069\u0031\u0030\u0031\u00310":0x045e,"\u0061f\u0069\u0069\u0031\u0030\u0031\u00346":0x0462,"\u0061f\u0069\u0069\u0031\u0030\u0031\u00347":0x0472,"\u0061f\u0069\u0069\u0031\u0030\u0031\u00348":0x0474,"\u0061f\u0069\u0069\u0031\u0030\u0031\u00392":0xf6c6,"\u0061f\u0069\u0069\u0031\u0030\u0031\u00395":0x0473,"\u0061f\u0069\u0069\u0031\u0030\u0031\u00396":0x0475,"\u0061f\u0069\u0069\u0031\u0030\u0038\u00331":0xf6c7,"\u0061f\u0069\u0069\u0031\u0030\u0038\u00332":0xf6c8,"\u0061f\u0069\u0069\u0035\u0037\u0033\u00388":0x060c,"\u0061f\u0069\u0069\u0035\u0037\u0033\u00395":0x0663,"\u0061f\u0069\u0069\u0035\u0037\u0033\u00398":0x0666,"\u0061f\u0069\u0069\u0035\u0037\u0033\u00399":0x0667,"\u0061f\u0069\u0069\u0035\u0037\u0034\u00303":0x061b,"\u0061f\u0069\u0069\u0035\u0037\u0034\u00307":0x061f,"\u0061f\u0069\u0069\u0035\u0037\u0034\u00310":0x0622,"\u0061f\u0069\u0069\u0035\u0037\u0034\u00311":0x0623,"\u0061f\u0069\u0069\u0035\u0037\u0034\u00312":0x0624,"\u0061f\u0069\u0069\u0035\u0037\u0034\u00318":0x062a,"\u0061f\u0069\u0069\u0035\u0037\u0034\u00321":0x062d,"\u0061f\u0069\u0069\u0035\u0037\u0034\u00322":0x062e,"\u0061f\u0069\u0069\u0035\u0037\u0034\u00323":0x062f,"\u0061f\u0069\u0069\u0035\u0037\u0034\u00327":0x0633,"\u0061f\u0069\u0069\u0035\u0037\u0034\u00328":0x0634,"\u0061f\u0069\u0069\u0035\u0037\u0034\u00329":0x0635,"\u0061f\u0069\u0069\u0035\u0037\u0034\u00330":0x0636,"\u0061f\u0069\u0069\u0035\u0037\u0034\u00333":0x0639,"\u0061f\u0069\u0069\u0035\u0037\u0034\u00341":0x0641,"\u0061f\u0069\u0069\u0035\u0037\u0034\u00342":0x0642,"\u0061f\u0069\u0069\u0035\u0037\u0034\u00343":0x0643,"\u0061f\u0069\u0069\u0035\u0037\u0034\u00344":0x0644,"\u0061f\u0069\u0069\u0035\u0037\u0034\u00345":0x0645,"\u0061f\u0069\u0069\u0035\u0037\u0034\u00351":0x064b,"\u0061f\u0069\u0069\u0035\u0037\u0034\u00352":0x064c,"\u0061f\u0069\u0069\u0035\u0037\u0034\u00356":0x0650,"\u0061f\u0069\u0069\u0035\u0037\u0035\u00308":0x0698,"\u0061f\u0069\u0069\u0035\u0037\u0035\u00311":0x0679,"\u0061f\u0069\u0069\u0035\u0037\u0035\u00312":0x0688,"\u0061f\u0069\u0069\u0035\u0037\u0035\u00314":0x06ba,"\u0061f\u0069\u0069\u0035\u0037\u0035\u00334":0x06d5,"\u0061f\u0069\u0069\u0035\u0037\u0036\u00336":0x20aa,"\u0061f\u0069\u0069\u0035\u0037\u0036\u00345":0x05be,"\u0061f\u0069\u0069\u0035\u0037\u0036\u00366":0x05d2,"\u0061f\u0069\u0069\u0035\u0037\u0036\u00368":0x05d4,"\u0061f\u0069\u0069\u0035\u0037\u0036\u00370":0x05d6,"\u0061f\u0069\u0069\u0035\u0037\u0036\u00371":0x05d7,"\u0061f\u0069\u0069\u0035\u0037\u0036\u00373":0x05d9,"\u0061f\u0069\u0069\u0035\u0037\u0036\u00374":0x05da,"\u0061f\u0069\u0069\u0035\u0037\u0036\u00379":0x05df,"\u0061f\u0069\u0069\u0035\u0037\u0036\u00384":0x05e4,"\u0061f\u0069\u0069\u0035\u0037\u0036\u00386":0x05e6,"\u0061f\u0069\u0069\u0035\u0037\u0036\u00395":0xfb2b,"\u0061f\u0069\u0069\u0035\u0037\u0037\u00316":0x05f0,"\u0061f\u0069\u0069\u0035\u0037\u0037\u00317":0x05f1,"\u0061f\u0069\u0069\u0035\u0037\u0037\u00397":0x05b8,"\u0061f\u0069\u0069\u0035\u0037\u0037\u00399":0x05b0,"\u0061f\u0069\u0069\u0035\u0037\u0038\u00303":0x05c2,"\u0061f\u0069\u0069\u0035\u0037\u0038\u00341":0x05bf,"\u0061f\u0069\u0069\u0035\u0037\u0038\u00342":0x05c0,"\u0061f\u0069\u0069\u0036\u0031\u0032\u00389":0x2113,"\u0061f\u0069\u0069\u0036\u0031\u0035\u00373":0x202c,"\u0061f\u0069\u0069\u0036\u0031\u0035\u00374":0x202d,"\u0061f\u0069\u0069\u0036\u0031\u0035\u00375":0x202e,"\u0061f\u0069\u0069\u0036\u0031\u0036\u00364":0x200c,"\u0061f\u0069\u0069\u0036\u0033\u0031\u00367":0x066d,"\u0061f\u0069\u0069\u0036\u0034\u0039\u00337":0x02bd,"\u0061\u0067\u0072\u0061\u0076\u0065":0x00e0,"\u0061g\u0075\u006a\u0061\u0072\u0061\u0074i":0x0a85,"\u0061g\u0075\u0072\u006d\u0075\u006b\u0068i":0x0a05,"\u0061h\u0069\u0072\u0061\u0067\u0061\u006ea":0x3042,"\u0061\u0068\u006f\u006f\u006b\u0061\u0062\u006f\u0076\u0065":0x1ea3,"\u0061i\u0062\u0065\u006e\u0067\u0061\u006ci":0x0990,"\u0061\u0069\u0062\u006f\u0070\u006f\u006d\u006f\u0066\u006f":0x311e,"\u0061\u0069\u0064\u0065\u0076\u0061":0x0910,"a\u0069\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x04d5,"\u0061\u0069\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069":0x0a90,"\u0061\u0069\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a10,"\u0061i\u006da\u0074\u0072\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a48,"\u0061\u0069\u006e\u0066\u0069\u006e\u0061\u006c\u0061r\u0061\u0062\u0069\u0063":0xfeca,"\u0061\u0069n\u0069\u006e\u0069t\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063":0xfecb,"a\u0069\u006e\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064":0xfec9,"\u0061i\u006em\u0065\u0064\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063":0xfecc,"\u0061\u0069\u006e\u0076\u0065\u0072\u0074\u0065\u0064b\u0072\u0065\u0076\u0065":0x0203,"\u0061i\u0076o\u0077\u0065\u006c\u0073\u0069g\u006e\u0062e\u006e\u0067\u0061\u006c\u0069":0x09c8,"\u0061i\u0076o\u0077\u0065\u006c\u0073\u0069\u0067\u006e\u0064\u0065\u0076\u0061":0x0948,"\u0061\u0069\u0076\u006fwe\u006c\u0073\u0069\u0067\u006e\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069":0x0ac8,"\u0061k\u0061\u0074\u0061\u006b\u0061\u006ea":0x30a2,"\u0061k\u0061t\u0061\u006b\u0061\u006e\u0061h\u0061\u006cf\u0077\u0069\u0064\u0074\u0068":0xff71,"\u0061k\u006f\u0072\u0065\u0061\u006e":0x314f,"\u0061\u006c\u0065\u0066":0x05d0,"\u0061\u006c\u0065\u0066\u0061\u0072\u0061\u0062\u0069\u0063":0x0627,"\u0061\u006ce\u0066\u0064\u0061g\u0065\u0073\u0068\u0068\u0065\u0062\u0072\u0065\u0077":0xfb30,"\u0061l\u0065f\u0066\u0069\u006e\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063":0xfe8e,"\u0061l\u0065\u0066\u0068\u0061m\u007a\u0061\u0061\u0062\u006fv\u0065f\u0069n\u0061\u006c\u0061\u0072\u0061\u0062\u0069c":0xfe84,"a\u006ce\u0066\u0068\u0061\u006d\u007a\u0061\u0062\u0065l\u006f\u0077\u0061\u0072ab\u0069\u0063":0x0625,"\u0061l\u0065\u0066\u0068\u0061m\u007a\u0061\u0062\u0065\u006co\u0077f\u0069n\u0061\u006c\u0061\u0072\u0061\u0062\u0069c":0xfe88,"\u0061\u006c\u0065f\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064":0xfe8d,"\u0061l\u0065f\u006c\u0061\u006d\u0065\u0064\u0068\u0065\u0062\u0072\u0065\u0077":0xfb4f,"\u0061l\u0065\u0066\u006d\u0061d\u0064\u0061\u0061\u0062\u006fv\u0065f\u0069n\u0061\u006c\u0061\u0072\u0061\u0062\u0069c":0xfe82,"\u0061\u006c\u0065\u0066\u006d\u0061\u006b\u0073\u0075\u0072\u0061\u0061r\u0061\u0062\u0069\u0063":0x0649,"\u0061\u006c\u0065\u0066ma\u006b\u0073\u0075\u0072\u0061\u0066\u0069\u006e\u0061\u006c\u0061\u0072\u0061\u0062i\u0063":0xfef0,"\u0061\u006c\u0065\u0066ma\u006b\u0073\u0075\u0072\u0061\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064":0xfeef,"\u0061\u006c\u0065fm\u0061\u006b\u0073\u0075\u0072\u0061\u006d\u0065\u0064\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063":0xfef4,"\u0061l\u0065f\u0070\u0061\u0074\u0061\u0068\u0068\u0065\u0062\u0072\u0065\u0077":0xfb2e,"\u0061\u006ce\u0066\u0071\u0061m\u0061\u0074\u0073\u0068\u0065\u0062\u0072\u0065\u0077":0xfb2f,"\u0061l\u0065\u0066\u0077\u0061\u0073\u006ca":0x0671,"\u0061\u006c\u0065\u0066\u0077\u0061\u0073\u006c\u0061f\u0069\u006e\u0061\u006c":0xfb51,"\u0061\u006c\u0065\u0066\u0077\u0061\u0073\u006c\u0061\u0069\u0073\u006fl\u0061\u0074\u0065\u0064":0xfb50,"a\u006c\u0065\u0066\u0077it\u0068f\u0061\u0074\u0068\u0061\u0074a\u006e\u0066\u0069\u006e\u0061\u006c":0xfd3c,"\u0061l\u0065\u0066\u0077\u0069\u0074\u0068\u0066\u0061\u0074\u0068\u0061t\u0061\u006e\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064":0xfd3d,"\u0061\u006c\u0065\u0066\u0077\u0069\u0074\u0068\u0068\u0061\u006dz\u0061\u0061\u0062\u006f\u0076\u0065\u0069\u0073\u006f\u006ca\u0074\u0065\u0064":0xfe83,"\u0061\u006c\u0065\u0066\u0077\u0069\u0074\u0068\u0068\u0061\u006dz\u0061\u0062\u0065\u006c\u006f\u0077\u0069\u0073\u006f\u006ca\u0074\u0065\u0064":0xfe87,"\u0061\u006c\u0065\u0066\u0077\u0069\u0074\u0068\u006d\u0061\u0064d\u0061\u0061\u0062\u006f\u0076\u0065\u0069\u0073\u006f\u006ca\u0074\u0065\u0064":0xfe81,"\u0061\u006c\u0065p\u0068":0x2135,"\u0061\u006c\u006c\u0065\u0071\u0075\u0061\u006c":0x224c,"\u0061\u006c\u0070h\u0061":0x03b1,"\u0061\u006c\u0070\u0068\u0061\u0074\u006f\u006e\u006f\u0073":0x03ac,"a\u006c\u0074\u0073\u0065\u006c\u0065\u0063\u0074\u006f\u0072":0xd802,"\u0061m\u0061\u0063\u0072\u006f\u006e":0x0101,"\u0061\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff41,"\u0061m\u0070\u0065\u0072\u0073\u0061\u006ed":0x0026,"\u0061m\u0070e\u0072\u0073\u0061\u006e\u0064m\u006f\u006eo\u0073\u0070\u0061\u0063\u0065":0xff06,"\u0061\u006d\u0070\u0065\u0072\u0073\u0061\u006e\u0064s\u006d\u0061\u006c\u006c":0xf726,"\u0061\u006d\u0073\u0071\u0075\u0061\u0072\u0065":0x33c2,"\u0061\u006e\u0062\u006f\u0070\u006f\u006d\u006f\u0066\u006f":0x3122,"a\u006e\u0067\u0062\u006f\u0070\u006f\u006d\u006f\u0066\u006f":0x3124,"\u0061\u006e\u0067\u0062\u0072\u0061\u0063\u006b\u0065t\u006c\u0065\u0066\u0074":0x27e8,"\u0061n\u0067b\u0072\u0061\u0063\u006b\u0065\u0074\u0072\u0069\u0067\u0068\u0074":0x27e9,"\u0061\u006e\u0067\u0064\u006e\u0072":0x299f,"\u0061\u006e\u0067\u006b\u0068\u0061\u006e\u006b\u0068u\u0074\u0068\u0061\u0069":0x0e5a,"\u0061\u006e\u0067l\u0065":0x2220,"\u0061\u006eg\u006c\u0065\u0062r\u0061\u0063\u006b\u0065\u0074\u006c\u0065\u0066\u0074":0x3008,"\u0061n\u0067\u006c\u0065\u0062\u0072\u0061\u0063\u006b\u0065\u0074\u006ce\u0066\u0074\u0076\u0065\u0072\u0074\u0069\u0063\u0061\u006c":0xfe3f,"\u0061\u006e\u0067\u006c\u0065\u0062\u0072\u0061\u0063\u006b\u0065\u0074r\u0069\u0067\u0068\u0074":0x3009,"\u0061n\u0067\u006c\u0065\u0062r\u0061\u0063\u006b\u0065\u0074r\u0069g\u0068t\u0076\u0065\u0072\u0074\u0069\u0063\u0061l":0xfe40,"\u0061n\u0067\u006c\u0065\u006c\u0065\u0066t":0x2329,"\u0061\u006e\u0067\u006c\u0065\u0072\u0069\u0067\u0068\u0074":0x232a,"\u0061\u006e\u0067\u006c\u0065\u0073":0x299e,"\u0061n\u0067\u006c\u0065\u0075\u0062\u0061r":0x29a4,"\u0061\u006e\u0067\u0073\u0074\u0072\u006f\u006d":0x212b,"\u0061n\u006e\u0075\u0069\u0074\u0079":0x20e7,"\u0061n\u006f\u0074\u0065\u006c\u0065\u0069a":0x0387,"\u0061\u006e\u0074\u0069\u0063\u006c\u006f\u0063\u006b\u0077\u0069\u0073\u0065":0x27f2,"\u0061\u006e\u0075d\u0061\u0074\u0074\u0061\u0064\u0065\u0076\u0061":0x0952,"\u0061n\u0075s\u0076\u0061\u0072\u0061\u0062\u0065\u006e\u0067\u0061\u006c\u0069":0x0982,"\u0061\u006e\u0075s\u0076\u0061\u0072\u0061\u0064\u0065\u0076\u0061":0x0902,"\u0061\u006eu\u0073\u0076\u0061r\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069":0x0a82,"\u0061o\u0067\u006f\u006e\u0065\u006b":0x0105,"\u0061\u0070\u0061a\u0074\u006f\u0073\u0071\u0075\u0061\u0072\u0065":0x3300,"\u0061\u0070\u0061\u0072\u0065\u006e":0x249c,"\u0061\u0070\u006f\u0073\u0074\u0072\u006f\u0070\u0068\u0065":0x0245,"\u0061p\u006fs\u0074\u0072\u006f\u0070\u0068e\u0061\u0072m\u0065\u006e\u0069\u0061\u006e":0x055a,"\u0061\u0070\u006f\u0073\u0074\u0072\u006f\u0070\u0068\u0065\u006d\u006f\u0064":0x02bc,"\u0061\u0070\u006f\u0073\u0074\u0072\u006f\u0070\u0068\u0065\u0072\u0065\u0076":0x0246,"\u0061\u0070\u0070l\u0065":0xf8ff,"\u0061\u0070\u0070\u0072\u006f\u0061\u0063\u0068\u0065\u0073":0x2250,"\u0061p\u0070\u0072\u006f\u0078\u0065\u0071q":0x2a70,"a\u0070\u0070\u0072\u006f\u0078\u0065\u0071\u0075\u0061\u006c":0x2248,"\u0061p\u0070r\u006f\u0078\u0065\u0071\u0075a\u006c\u006fr\u0069\u006d\u0061\u0067\u0065":0x2252,"a\u0070\u0070\u0072\u006f\u0078\u0069\u0064\u0065\u006e\u0074":0x224b,"\u0061\u0070\u0070\u0072\u006f\u0078\u006f\u0072\u0065\u0071\u0075\u0061\u006c":0x224a,"\u0061\u0072\u0061e\u0061\u0065\u006b\u006f\u0072\u0065\u0061\u006e":0x318e,"a\u0072\u0061\u0065\u0061\u006b\u006f\u0072\u0065\u0061\u006e":0x318d,"\u0061\u0072\u0063":0x2312,"\u0061\u0072\u0063e\u0071":0x2258,"\u0061\u0072\u0063h\u006c\u0065\u0066\u0074\u0064\u006f\u0077\u006e":0x21b6,"\u0061\u0072\u0063\u0068\u0072\u0069\u0067\u0068\u0074\u0064\u006f\u0077\u006e":0x21b7,"\u0061\u0072\u0069\u0067\u0068\u0074\u0068\u0061\u006cf\u0072\u0069\u006e\u0067":0x1e9a,"\u0061\u0072\u0069n\u0067":0x00e5,"\u0061\u0072\u0069\u006e\u0067\u0061\u0063\u0075\u0074\u0065":0x01fb,"\u0061\u0072\u0069\u006e\u0067\u0062\u0065\u006c\u006f\u0077":0x1e01,"\u0061\u0072\u0072o\u0077\u0062\u0061\u0072\u0064\u006f\u0077\u006e":0x0590,"\u0061\u0072\u0072o\u0077\u0062\u0061\u0072\u006c\u0065\u0066\u0074":0x058d,"\u0061\u0072\u0072\u006f\u0077\u0062\u0061\u0072\u0072\u0069\u0067\u0068\u0074":0x058f,"\u0061\u0072\u0072\u006f\u0077\u0062\u0061\u0072\u0075\u0070":0x058e,"\u0061r\u0072\u006f\u0077\u0062\u006f\u0074h":0x2194,"\u0061\u0072\u0072\u006f\u0077\u0064\u0061\u0073\u0068\u0064\u006f\u0077\u006e":0x21e3,"\u0061\u0072\u0072\u006f\u0077\u0064\u0061\u0073\u0068\u006c\u0065\u0066\u0074":0x21e0,"\u0061\u0072\u0072\u006f\u0077\u0064\u0061\u0073\u0068r\u0069\u0067\u0068\u0074":0x21e2,"a\u0072\u0072\u006f\u0077\u0064\u0061\u0073\u0068\u0075\u0070":0x21e1,"\u0061\u0072\u0072o\u0077\u0064\u0062\u006c\u0062\u006f\u0074\u0068":0x21d4,"\u0061\u0072\u0072\u006f\u0077\u0064\u0062\u006c\u0062\u006f\u0074\u0068\u0076":0x21d5,"\u0061\u0072\u0072o\u0077\u0064\u0062\u006c\u0064\u006f\u0077\u006e":0x21d3,"\u0061\u0072\u0072o\u0077\u0064\u0062\u006c\u006c\u0065\u0066\u0074":0x21d0,"\u0061\u0072\u0072\u006f\u0077\u0064\u0062\u006c\u0072\u0069\u0067\u0068\u0074":0x21d2,"\u0061\u0072\u0072\u006f\u0077\u0064\u0062\u006c\u0075\u0070":0x21d1,"\u0061r\u0072\u006f\u0077\u0064\u006f\u0077n":0x2193,"\u0061\u0072\u0072\u006f\u0077\u0064\u006f\u0077\u006e\u006c\u0065\u0066\u0074":0x2199,"\u0061\u0072\u0072\u006f\u0077\u0064\u006f\u0077\u006er\u0069\u0067\u0068\u0074":0x2198,"\u0061\u0072\u0072\u006f\u0077\u0064\u006f\u0077\u006ew\u0068\u0069\u0074\u0065":0x21e9,"\u0061\u0072r\u006f\u0077\u0068e\u0061\u0064\u0064\u006f\u0077\u006e\u006d\u006f\u0064":0x02c5,"\u0061\u0072r\u006f\u0077\u0068e\u0061\u0064\u006c\u0065\u0066\u0074\u006d\u006f\u0064":0x02c2,"\u0061\u0072\u0072\u006f\u0077\u0068\u0065\u0061\u0064\u0072\u0069\u0067h\u0074\u006d\u006f\u0064":0x02c3,"\u0061\u0072\u0072\u006f\u0077\u0068\u0065\u0061\u0064u\u0070\u006d\u006f\u0064":0x02c4,"\u0061\u0072\u0072\u006f\u0077\u0068\u006f\u006f\u006b\u006c\u0065\u0066\u0074":0x21aa,"\u0061\u0072\u0072\u006f\u0077\u0068\u006f\u006f\u006br\u0069\u0067\u0068\u0074":0x21a9,"\u0061\u0072\u0072o\u0077\u0068\u006f\u0072\u0069\u007a\u0065\u0078":0xf8e7,"\u0061r\u0072\u006f\u0077\u006c\u0065\u0066t":0x2190,"\u0061\u0072r\u006f\u0077\u006ce\u0066\u0074\u0062\u006f\u0074\u0068\u0061\u006c\u0066":0x21bd,"\u0061r\u0072o\u0077\u006c\u0065\u0066\u0074d\u0062\u006cs\u0074\u0072\u006f\u006b\u0065":0x21cd,"\u0061r\u0072o\u0077\u006c\u0065\u0066\u0074o\u0076\u0065r\u0072\u0069\u0067\u0068\u0074":0x21c6,"\u0061\u0072\u0072\u006f\u0077\u006c\u0065\u0066\u0074w\u0068\u0069\u0074\u0065":0x21e6,"\u0061\u0072\u0072\u006f\u0077\u0072\u0069\u0067\u0068\u0074":0x2192,"\u0061\u0072\u0072\u006f\u0077\u0072\u0069\u0067\u0068\u0074\u0062\u006ft\u0068\u0061\u006c\u0066":0x21c1,"\u0061\u0072\u0072\u006fwr\u0069\u0067\u0068\u0074\u0064\u0062\u006c\u0073\u0074\u0072\u006f\u006b\u0065":0x21cf,"\u0061r\u0072o\u0077\u0072\u0069\u0067\u0068t\u006f\u0076e\u0072\u006c\u0065\u0066\u0074":0x21c4,"\u0061r\u0072o\u0077\u0072\u0069\u0067\u0068\u0074\u0077\u0068\u0069\u0074\u0065":0x21e8,"\u0061\u0072\u0072o\u0077\u0074\u0061\u0062\u006c\u0065\u0066\u0074":0x21e4,"\u0061\u0072\u0072\u006f\u0077\u0074\u0061\u0062\u0072\u0069\u0067\u0068\u0074":0x21e5,"\u0061\u0072\u0072\u006f\u0077\u0074\u0061\u0069\u006c\u006c\u0065\u0066\u0074":0x21a2,"\u0061\u0072\u0072\u006f\u0077\u0074\u0061\u0069\u006cr\u0069\u0067\u0068\u0074":0x21a3,"\u0061r\u0072o\u0077\u0074\u0072\u0069\u0070\u006c\u0065\u006c\u0065\u0066\u0074":0x21da,"\u0061\u0072r\u006f\u0077\u0074r\u0069\u0070\u006c\u0065\u0072\u0069\u0067\u0068\u0074":0x21db,"\u0061r\u0072\u006f\u0077\u0075\u0070":0x2191,"\u0061r\u0072o\u0077\u0075\u0070\u0064\u006f\u0077\u006e\u0062\u0061\u0073\u0065":0x21a8,"a\u0072\u0072\u006f\u0077\u0075\u0070\u006c\u0065\u0066\u0074":0x2196,"\u0061\u0072\u0072\u006f\u0077\u0075\u0070\u006c\u0065\u0066\u0074\u006ff\u0064\u006f\u0077\u006e":0x21c5,"\u0061\u0072\u0072o\u0077\u0075\u0070\u0072\u0069\u0067\u0068\u0074":0x2197,"\u0061\u0072\u0072o\u0077\u0075\u0070\u0077\u0068\u0069\u0074\u0065":0x21e7,"a\u0072\u0072\u006f\u0077\u0076\u0065\u0072\u0074\u0065\u0078":0xf8e6,"a\u0073c\u0065\u006e\u0064\u0065\u0072\u0063\u006f\u006dp\u0077\u006f\u0072\u0064ma\u0072\u006b":0xd80a,"a\u0073\u0063\u0069\u0069\u0063\u0069\u0072\u0063\u0075\u006d":0x005e,"a\u0073c\u0069\u0069\u0063\u0069\u0072\u0063\u0075\u006dm\u006f\u006e\u006f\u0073pa\u0063\u0065":0xff3e,"\u0061\u0073\u0063\u0069\u0069\u0074\u0069\u006c\u0064\u0065":0x007e,"\u0061\u0073\u0063\u0069it\u0069\u006c\u0064\u0065\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff5e,"\u0061s\u0063\u0072\u0069\u0070\u0074":0x0251,"\u0061\u0073\u0063\u0072\u0069\u0070\u0074\u0074\u0075\u0072\u006e\u0065\u0064":0x0252,"\u0061\u0073\u006d\u0061\u006c\u006c\u0068\u0069\u0072a\u0067\u0061\u006e\u0061":0x3041,"\u0061\u0073\u006d\u0061\u006c\u006c\u006b\u0061\u0074a\u006b\u0061\u006e\u0061":0x30a1,"\u0061\u0073\u006dal\u006c\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068":0xff67,"\u0061\u0073\u0073\u0065\u0072\u0074":0x22a6,"\u0061\u0073\u0074e\u0071":0x2a6e,"a\u0073\u0074\u0065\u0072\u0061\u0063\u0063\u0065\u006e\u0074":0x20f0,"\u0061\u0073\u0074\u0065\u0072\u0069\u0073\u006b":0x002a,"\u0061\u0073\u0074e\u0072\u0069\u0073\u006b\u006d\u0061\u0074\u0068":0x2217,"\u0061\u0073\u0074\u0065\u0072\u0069\u0073\u006b\u006d\u006f\u006e\u006fs\u0070\u0061\u0063\u0065":0xff0a,"\u0061\u0073\u0074\u0065\u0072\u0069\u0073\u006b\u0073\u006d\u0061\u006c\u006c":0xfe61,"\u0061\u0073\u0074\u0065\u0072\u0069\u0073\u006d":0x2042,"\u0061\u0073\u0074\u0072\u006f\u0073\u0075\u006e":0x2609,"\u0061s\u0075\u0070\u0065\u0072\u0069\u006fr":0xf6e9,"\u0061\u0073\u0079\u006dpt\u006f\u0074\u0069\u0063\u0061\u006c\u006c\u0079\u0065\u0071\u0075\u0061\u006c":0x2243,"\u0061\u0074":0x0040,"\u0061\u0074\u0069\u006c\u0064\u0065":0x00e3,"a\u0074\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff20,"\u0061t\u0073\u006d\u0061\u006c\u006c":0xfe6b,"\u0061t\u0075\u0072\u006e\u0065\u0064":0x0250,"\u0061u\u0062\u0065\u006e\u0067\u0061\u006ci":0x0994,"\u0061\u0075\u0062\u006f\u0070\u006f\u006d\u006f\u0066\u006f":0x3120,"\u0061\u0075\u0064\u0065\u0076\u0061":0x0914,"\u0061\u0075\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069":0x0a94,"\u0061\u0075\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a14,"\u0061\u0075\u006c\u0065ng\u0074\u0068\u006d\u0061\u0072\u006b\u0062\u0065\u006e\u0067\u0061\u006c\u0069":0x09d7,"\u0061u\u006da\u0074\u0072\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a4c,"\u0061u\u0076o\u0077\u0065\u006c\u0073\u0069g\u006e\u0062e\u006e\u0067\u0061\u006c\u0069":0x09cc,"\u0061u\u0076o\u0077\u0065\u006c\u0073\u0069\u0067\u006e\u0064\u0065\u0076\u0061":0x094c,"\u0061\u0075\u0076\u006fwe\u006c\u0073\u0069\u0067\u006e\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069":0x0acc,"\u0061\u0076\u0061g\u0072\u0061\u0068\u0061\u0064\u0065\u0076\u0061":0x093d,"\u0061\u0077\u0069n\u0074":0x2a11,"a\u0079\u0062\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x0561,"\u0061\u0079i\u006e\u0061\u006ct\u006f\u006e\u0065\u0068\u0065\u0062\u0072\u0065\u0077":0xfb20,"\u0061\u0079\u0069\u006e\u0068\u0065\u0062\u0072\u0065\u0077":0x05e2,"\u0062":0x0062,"\u0062\u004e\u006f\u0074":0x2aed,"\u0062a\u0062\u0065\u006e\u0067\u0061\u006ci":0x09ac,"\u0062\u0061\u0063\u006b\u0064\u0070\u0072\u0069\u006d\u0065":0x2036,"\u0062\u0061\u0063\u006b\u0065\u0064":0x024c,"\u0062a\u0063\u006b\u0073\u006c\u0061\u0073h":0x005c,"\u0062a\u0063k\u0073\u006c\u0061\u0073\u0068m\u006f\u006eo\u0073\u0070\u0061\u0063\u0065":0xff3c,"b\u0061\u0063\u006b\u0074\u0072\u0070\u0072\u0069\u006d\u0065":0x2037,"\u0062\u0061\u0064\u0065\u0076\u0061":0x092c,"\u0062a\u0067\u006d\u0065\u006d\u0062\u0065r":0x22ff,"\u0062\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069":0x0aac,"\u0062\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a2c,"\u0062\u0061\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x3070,"\u0062\u0061\u0068\u0074\u0074\u0068\u0061\u0069":0x0e3f,"\u0062\u0061\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30d0,"\u0062\u0061\u0072":0x007c,"\u0062\u0061\u0072\u0056":0x2aea,"\u0062\u0061\u0072\u0063\u0061\u0070":0x2a43,"\u0062\u0061\u0072\u0063\u0075\u0070":0x2a42,"\u0062a\u0072d\u006f\u0077\u006e\u0068\u0061r\u0070\u006fo\u006e\u006c\u0065\u0066\u0074":0x2961,"\u0062\u0061\u0072\u0064ow\u006e\u0068\u0061\u0072\u0070\u006f\u006f\u006e\u0072\u0069\u0067\u0068\u0074":0x295d,"\u0062a\u0072\u006c\u0065\u0066\u0074\u0061\u0072\u0072\u006f\u0077\u0072i\u0067\u0068\u0074\u0061\u0072\u0072\u006f\u0077\u0062\u0061":0x21b9,"\u0062a\u0072l\u0065\u0066\u0074\u0068\u0061r\u0070\u006fo\u006e\u0064\u006f\u0077\u006e":0x2956,"\u0062\u0061r\u006c\u0065\u0066t\u0068\u0061\u0072\u0070\u006f\u006f\u006e\u0075\u0070":0x2952,"\u0062\u0061\u0072\u006d\u0069\u0064\u006c\u006f\u006eg\u006e\u006f\u0073\u0070":0x02a9,"\u0062\u0061\u0072m\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff5c,"b\u0061\u0072\u006f\u0076er\u006eo\u0072\u0074\u0068\u0077\u0065s\u0074\u0061\u0072\u0072\u006f\u0077":0x21b8,"b\u0061r\u0072\u0069\u0067\u0068\u0074\u0061\u0072\u0072o\u0077\u0064\u0069\u0061mo\u006e\u0064":0x2920,"\u0062\u0061\u0072\u0072ig\u0068\u0074\u0068\u0061\u0072\u0070\u006f\u006f\u006e\u0064\u006f\u0077\u006e":0x295f,"\u0062\u0061\u0072\u0072\u0069\u0067\u0068\u0074\u0068\u0061\u0072\u0070o\u006f\u006e\u0075\u0070":0x295b,"\u0062\u0061\u0072\u0075\u0070\u0061\u0072\u0072\u006f\u0077":0x2912,"\u0062\u0061r\u0075\u0070\u0068a\u0072\u0070\u006f\u006f\u006e\u006c\u0065\u0066\u0074":0x2958,"\u0062\u0061\u0072\u0075\u0070\u0068\u0061\u0072\u0070\u006f\u006f\u006er\u0069\u0067\u0068\u0074":0x2954,"\u0062\u0061\u0072\u0076\u0065\u0065":0x22bd,"\u0062b\u006f\u0070\u006f\u006d\u006f\u0066o":0x3105,"\u0062\u0062\u0072\u006b\u0074\u0062\u0072\u006b":0x23b6,"\u0062c\u0069\u0072\u0063\u006c\u0065":0x24d1,"\u0062\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074":0x1e03,"\u0062d\u006f\u0074\u0062\u0065\u006c\u006fw":0x1e05,"\u0062\u0064\u0074\u0072\u0069\u0070\u006c\u0065\u0076\u0064\u0061\u0073\u0068":0x2506,"b\u0065a\u006d\u0065\u0064\u0073\u0069\u0078\u0074\u0065e\u006e\u0074\u0068\u006eot\u0065\u0073":0x266c,"\u0062e\u0063\u0061\u0075\u0073\u0065":0x2235,"\u0062\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x0431,"\u0062e\u0068\u0061\u0072\u0061\u0062\u0069c":0x0628,"\u0062\u0065\u0068\u0066\u0069\u006e\u0061\u006c\u0061r\u0061\u0062\u0069\u0063":0xfe90,"\u0062\u0065h\u0069\u006e\u0069t\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063":0xfe91,"\u0062\u0065\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x3079,"b\u0065\u0068\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064":0xfe8f,"\u0062e\u0068m\u0065\u0064\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063":0xfe92,"b\u0065h\u006d\u0065\u0065\u006d\u0069\u006e\u0069\u0074i\u0061\u006c\u0061\u0072ab\u0069\u0063":0xfc9f,"b\u0065\u0068\u006d\u0065em\u0069s\u006f\u006c\u0061\u0074\u0065d\u0061\u0072\u0061\u0062\u0069\u0063":0xfc08,"\u0062e\u0068n\u006f\u006f\u006e\u0066\u0069n\u0061\u006ca\u0072\u0061\u0062\u0069\u0063":0xfc6d,"\u0062\u0065\u0068wi\u0074\u0068\u0061\u006c\u0065\u0066\u006d\u0061\u006b\u0073\u0075\u0072\u0061\u0066\u0069\u006e\u0061\u006c":0xfc6e,"\u0062\u0065\u0068\u0077\u0069\u0074\u0068\u0061\u006c\u0065\u0066m\u0061\u006b\u0073\u0075\u0072\u0061\u0069\u0073\u006f\u006ca\u0074\u0065\u0064":0xfc09,"\u0062\u0065\u0068\u0077\u0069\u0074\u0068\u0068\u0061\u0068\u0069\u006ei\u0074\u0069\u0061\u006c":0xfc9d,"\u0062\u0065\u0068\u0077\u0069\u0074\u0068\u0068\u0065\u0068\u0069\u006ei\u0074\u0069\u0061\u006c":0xe812,"\u0062e\u0068w\u0069\u0074\u0068\u006a\u0065e\u006d\u0069n\u0069\u0074\u0069\u0061\u006c":0xfc9c,"\u0062e\u0068w\u0069\u0074\u0068\u006b\u0068a\u0068\u0069n\u0069\u0074\u0069\u0061\u006c":0xfc9e,"\u0062e\u0068w\u0069\u0074\u0068\u0072\u0065\u0068\u0066\u0069\u006e\u0061\u006c":0xfc6a,"\u0062e\u0068w\u0069\u0074\u0068\u0079\u0065\u0068\u0066\u0069\u006e\u0061\u006c":0xfc6f,"\u0062e\u0068w\u0069\u0074\u0068\u0079\u0065h\u0069\u0073o\u006c\u0061\u0074\u0065\u0064":0xfc0a,"\u0062\u0065\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30d9,"b\u0065\u006e\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x0562,"\u0062e\u006e\u007a\u0065\u006e\u0072":0x23e3,"\u0062\u0065\u0074\u0061":0x03b2,"\u0062e\u0074a\u0073\u0079\u006d\u0062\u006f\u006c\u0067\u0072\u0065\u0065\u006b":0x03d0,"\u0062e\u0074d\u0061\u0067\u0065\u0073\u0068\u0068\u0065\u0062\u0072\u0065\u0077":0xfb31,"\u0062\u0065\u0074\u0068":0x2136,"\u0062e\u0074\u0068\u0065\u0062\u0072\u0065w":0x05d1,"\u0062\u0065\u0074\u0072\u0061\u0066\u0065\u0068\u0065\u0062\u0072\u0065\u0077":0xfb4c,"\u0062e\u0074\u0077\u0065\u0065\u006e":0x226c,"\u0062\u0068\u0061\u0062\u0065\u006e\u0067\u0061\u006c\u0069":0x09ad,"\u0062h\u0061\u0064\u0065\u0076\u0061":0x092d,"b\u0068\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069":0x0aad,"b\u0068\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a2d,"\u0062\u0068\u006fo\u006b":0x0253,"\u0062\u0069\u0067\u0062\u006f\u0074":0x27d8,"\u0062i\u0067\u0063\u0075\u0070\u0064\u006ft":0x2a03,"\u0062\u0069\u0067\u0069\u006e\u0074\u0065\u0072\u006c\u0065\u0061\u0076\u0065":0x2afc,"\u0062i\u0067\u006f\u0064\u006f\u0074":0x2a00,"\u0062\u0069\u0067\u006f\u0070\u006c\u0075\u0073":0x2a01,"\u0062i\u0067\u006f\u0074\u0069\u006d\u0065s":0x2a02,"\u0062\u0069\u0067s\u006c\u006f\u0070\u0065\u0064\u0076\u0065\u0065":0x2a57,"\u0062\u0069\u0067\u0073\u006c\u006f\u0070\u0065\u0064w\u0065\u0064\u0067\u0065":0x2a58,"\u0062\u0069\u0067\u0073\u0071\u0063\u0061\u0070":0x2a05,"\u0062\u0069\u0067\u0073\u0071\u0063\u0075\u0070":0x2a06,"\u0062\u0069\u0067\u0074\u0061\u006c\u006c\u006f\u0062\u006c\u006f\u006e\u0067":0x2aff,"\u0062\u0069\u0067\u0074\u0069\u006d\u0065\u0073":0x2a09,"\u0062\u0069\u0067\u0074\u006f\u0070":0x27d9,"\u0062i\u0067t\u0072\u0069\u0061\u006e\u0067\u006c\u0065\u006c\u0065\u0066\u0074":0x2a1e,"\u0062\u0069\u0067\u0075\u0070\u006c\u0075\u0073":0x2a04,"\u0062\u0069\u0067\u0076\u0065\u0065":0x22c1,"\u0062\u0069\u0067\u0077\u0065\u0064\u0067\u0065":0x22c0,"\u0062\u0069\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x3073,"\u0062\u0069\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30d3,"\u0062\u0069\u006c\u0061\u0062\u0069\u0061\u006c\u0063\u006c\u0069\u0063\u006b":0x0298,"\u0062\u0069\u006e\u0064\u0069\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a02,"\u0062\u0069\u0072\u0075\u0073\u0071\u0075\u0061\u0072\u0065":0x3331,"b\u006ca\u0063\u006b\u0063\u0069\u0072\u0063\u006c\u0065d\u006f\u0077\u006e\u0061rr\u006f\u0077":0x29ed,"b\u006ca\u0063\u006b\u0063\u0069\u0072\u0063\u006c\u0065d\u0072\u0069\u0067\u0068td\u006f\u0074":0x2688,"\u0062\u006c\u0061\u0063kc\u0069\u0072\u0063\u006c\u0065\u0064\u0074\u0077\u006f\u0064\u006f\u0074\u0073":0x2689,"\u0062\u006c\u0061\u0063kc\u0069\u0072\u0063\u006c\u0065\u0075\u006c\u0071\u0075\u0061\u0064\u0077\u0068\u0069t\u0065":0x25d5,"b\u006c\u0061\u0063\u006bdi\u0061m\u006f\u006e\u0064\u0064\u006fw\u006e\u0061\u0072\u0072\u006f\u0077":0x29ea,"\u0062\u006c\u0061\u0063\u006b\u0068\u006f\u0075\u0072g\u006c\u0061\u0073\u0073":0x29d7,"\u0062\u006c\u0061\u0063kl\u0065\u0066\u0074\u0068\u0061\u006c\u0066\u0063\u0069\u0072\u0063\u006c\u0065":0x25d6,"\u0062l\u0061\u0063\u006b\u006c\u0065\u0066\u0074\u0070\u006f\u0069\u006et\u0069\u006e\u0067\u0070\u006f\u0069\u006e\u0074\u0065\u0072":0x25c4,"\u0062l\u0061\u0063\u006b\u006ce\u0066\u0074\u0070\u006f\u0069n\u0074i\u006eg\u0074\u0072\u0069\u0061\u006e\u0067\u006ce":0x25c0,"\u0062\u006c\u0061\u0063\u006b\u006c\u0065\u006e\u0074\u0069\u0063u\u006c\u0061\u0072\u0062\u0072\u0061\u0063\u006b\u0065\u0074l\u0065\u0066\u0074":0x3010,"\u0062\u006c\u0061ck\u006c\u0065\u006e\u0074\u0069\u0063\u0075\u006c\u0061r\u0062r\u0061c\u006be\u0074\u006c\u0065\u0066\u0074\u0076\u0065\u0072\u0074\u0069\u0063\u0061\u006c":0xfe3b,"b\u006c\u0061\u0063\u006b\u006c\u0065n\u0074\u0069\u0063\u0075\u006c\u0061\u0072\u0062\u0072a\u0063\u006b\u0065t\u0072i\u0067\u0068\u0074":0x3011,"b\u006c\u0061\u0063\u006b\u006c\u0065n\u0074\u0069\u0063\u0075\u006c\u0061r\u0062\u0072\u0061\u0063\u006b\u0065\u0074r\u0069\u0067\u0068\u0074\u0076\u0065\u0072\u0074\u0069\u0063a\u006c":0xfe3c,"\u0062\u006c\u0061\u0063kl\u006f\u0077\u0065\u0072\u006c\u0065\u0066\u0074\u0074\u0072\u0069\u0061\u006e\u0067l\u0065":0x25e3,"\u0062\u006c\u0061ck\u006c\u006f\u0077\u0065\u0072\u0072\u0069\u0067\u0068\u0074\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065":0x25e2,"\u0062\u006c\u0061\u0063\u006b\u0072\u0065\u0063\u0074a\u006e\u0067\u006c\u0065":0x25ac,"\u0062l\u0061\u0063\u006b\u0072i\u0067\u0068\u0074\u0070\u006fi\u006et\u0069n\u0067\u0070\u006f\u0069\u006e\u0074\u0065r":0x25ba,"\u0062\u006c\u0061\u0063\u006b\u0072\u0069\u0067\u0068\u0074\u0070o\u0069\u006e\u0074\u0069\u006e\u0067\u0074\u0072\u0069\u0061n\u0067\u006c\u0065":0x25b6,"\u0062\u006ca\u0063\u006b\u0073m\u0061\u006c\u006c\u0073\u0071\u0075\u0061\u0072\u0065":0x25aa,"\u0062\u006ca\u0063\u006b\u0073m\u0069\u006c\u0069\u006e\u0067\u0066\u0061\u0063\u0065":0x263b,"\u0062\u006c\u0061\u0063\u006b\u0074\u0072\u0069\u0061\u006e\u0067\u006ce\u0064\u006f\u0077\u006e":0x25be,"\u0062\u006c\u0061\u0063ku\u0070\u0070\u0065\u0072\u006c\u0065\u0066\u0074\u0074\u0072\u0069\u0061\u006e\u0067l\u0065":0x25e4,"\u0062\u006c\u0061ck\u0075\u0070\u0070\u0065\u0072\u0072\u0069\u0067\u0068\u0074\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065":0x25e5,"\u0062\u006c\u0061\u0063k\u0075\u0070\u0070\u006f\u0069\u006e\u0074\u0069\u006e\u0067s\u006da\u006c\u006c\u0074\u0072\u0069\u0061\u006eg\u006c\u0065":0x25b4,"\u0062\u006c\u0061n\u006b":0x2423,"\u0062\u006c\u0069\u006e\u0065\u0062\u0065\u006c\u006f\u0077":0x1e07,"b\u006c\u006b\u0068\u006f\u0072\u007a\u006f\u0076\u0061\u006c":0x2b2c,"b\u006c\u006b\u0076\u0065\u0072\u0074\u006f\u0076\u0061\u006c":0x2b2e,"\u0062\u006c\u006fc\u006b":0x2588,"\u0062\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff42,"\u0062\u006f\u0062a\u0069\u006d\u0061\u0069\u0074\u0068\u0061\u0069":0x0e1a,"\u0062\u006f\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x307c,"\u0062\u006f\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30dc,"\u0062\u006f\u0074\u0073\u0065\u006d\u0069\u0063\u0069\u0072\u0063\u006c\u0065":0x25e1,"\u0062\u006f\u0077\u0074\u0069\u0065":0x22c8,"\u0062\u006f\u0078\u0061\u0073\u0074":0x29c6,"\u0062\u006f\u0078\u0062\u0061\u0072":0x25eb,"\u0062\u006f\u0078\u0062\u006f\u0078":0x29c8,"\u0062o\u0078\u0062\u0073\u006c\u0061\u0073h":0x29c5,"\u0062o\u0078\u0063\u0069\u0072\u0063\u006ce":0x29c7,"\u0062o\u0078\u0064\u0069\u0061\u0067":0x29c4,"\u0062\u006f\u0078\u006f\u006e\u0062\u006f\u0078":0x29c9,"\u0062\u0070\u0061\u0072\u0065\u006e":0x249d,"\u0062\u0071\u0073\u0071\u0075\u0061\u0072\u0065":0x33c3,"\u0062r\u0061\u0063\u0065\u0065\u0078":0xf8f4,"\u0062r\u0061\u0063\u0065\u006c\u0065\u0066t":0x007b,"b\u0072\u0061\u0063\u0065\u006c\u0065\u0066\u0074\u0062\u0074":0xf8f3,"\u0062\u0072\u0061c\u0065\u006c\u0065\u0066\u0074\u006d\u0069\u0064":0xf8f2,"\u0062r\u0061c\u0065\u006c\u0065\u0066\u0074m\u006f\u006eo\u0073\u0070\u0061\u0063\u0065":0xff5b,"\u0062\u0072\u0061\u0063\u0065\u006c\u0065\u0066\u0074s\u006d\u0061\u006c\u006c":0xfe5b,"b\u0072\u0061\u0063\u0065\u006c\u0065\u0066\u0074\u0074\u0070":0xf8f1,"\u0062\u0072\u0061\u0063\u0065\u006c\u0065\u0066\u0074\u0076\u0065\u0072t\u0069\u0063\u0061\u006c":0xfe37,"\u0062\u0072\u0061\u0063\u0065\u0072\u0069\u0067\u0068\u0074":0x007d,"\u0062\u0072\u0061c\u0065\u0072\u0069\u0067\u0068\u0074\u0062\u0074":0xf8fe,"\u0062\u0072\u0061\u0063\u0065\u0072\u0069\u0067\u0068\u0074\u006d\u0069\u0064":0xf8fd,"\u0062\u0072\u0061\u0063er\u0069\u0067\u0068\u0074\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff5d,"\u0062r\u0061c\u0065\u0072\u0069\u0067\u0068\u0074\u0073\u006d\u0061\u006c\u006c":0xfe5c,"\u0062\u0072\u0061c\u0065\u0072\u0069\u0067\u0068\u0074\u0074\u0070":0xf8fc,"\u0062r\u0061c\u0065\u0072\u0069\u0067\u0068t\u0076\u0065r\u0074\u0069\u0063\u0061\u006c":0xfe38,"b\u0072\u0061\u0063\u006b\u0065\u0074\u006c\u0065\u0066\u0074":0x005b,"\u0062\u0072\u0061\u0063\u006b\u0065\u0074\u006c\u0065\u0066\u0074\u0062\u0074":0xf8f0,"\u0062\u0072\u0061\u0063\u006b\u0065\u0074\u006c\u0065\u0066\u0074\u0065\u0078":0xf8ef,"b\u0072a\u0063\u006b\u0065\u0074\u006c\u0065\u0066\u0074m\u006f\u006e\u006f\u0073pa\u0063\u0065":0xff3b,"\u0062\u0072a\u0063\u006b\u0065t\u006c\u0065\u0066\u0074\u0071\u0075\u0069\u006c\u006c":0x2045,"\u0062\u0072\u0061\u0063\u006b\u0065\u0074\u006c\u0065\u0066\u0074\u0074\u0070":0xf8ee,"\u0062\u0072\u0061c\u006b\u0065\u0074\u0072\u0069\u0067\u0068\u0074":0x005d,"\u0062\u0072\u0061\u0063\u006b\u0065\u0074\u0072\u0069g\u0068\u0074\u0062\u0074":0xf8fb,"\u0062\u0072\u0061\u0063\u006b\u0065\u0074\u0072\u0069g\u0068\u0074\u0065\u0078":0xf8fa,"b\u0072\u0061\u0063\u006bet\u0072i\u0067\u0068\u0074\u006d\u006fn\u006f\u0073\u0070\u0061\u0063\u0065":0xff3d,"\u0062\u0072\u0061\u0063\u006b\u0065\u0074\u0072\u0069\u0067\u0068\u0074q\u0075\u0069\u006c\u006c":0x2046,"\u0062\u0072\u0061\u0063\u006b\u0065\u0074\u0072\u0069g\u0068\u0074\u0074\u0070":0xf8f9,"\u0062\u0072\u0065v\u0065":0x02d8,"\u0062\u0072\u0065\u0076\u0065\u0031":0xf006,"\u0062\u0072\u0065\u0076\u0065\u0062\u0065\u006c\u006f\u0077\u0063\u006d\u0062":0x032e,"\u0062\u0072\u0065\u0076\u0065\u0063\u006d\u0062":0x0306,"b\u0072\u0065\u0076\u0065in\u0076e\u0072\u0074\u0065\u0064\u0062e\u006c\u006f\u0077\u0063\u006d\u0062":0x032f,"\u0062\u0072e\u0076\u0065\u0069n\u0076\u0065\u0072\u0074\u0065\u0064\u0063\u006d\u0062":0x0311,"\u0062\u0072\u0065\u0076ei\u006e\u0076\u0065\u0072\u0074\u0065\u0064\u0064\u006f\u0075\u0062\u006c\u0065\u0063m\u0062":0x0361,"\u0062\u0072\u0069\u0064\u0067\u0065\u0062\u0065\u006co\u0077\u0063\u006d\u0062":0x032a,"\u0062\u0072\u0069\u0064ge\u0069\u006e\u0076\u0065\u0072\u0074\u0065\u0064\u0062\u0065\u006c\u006f\u0077\u0063m\u0062":0x033a,"\u0062\u0072i\u0064\u0067\u0065i\u006e\u0076\u0073\u0075\u0062\u006e\u006f\u0073\u0070":0x02ad,"\u0062r\u006f\u006b\u0065\u006e\u0062\u0061r":0x00a6,"\u0062\u0073\u0069\u006d\u0069\u006c\u0061\u0072\u006c\u0065\u0066\u0074a\u0072\u0072\u006f\u0077":0x2b41,"\u0062s\u0069m\u0069\u006c\u0061\u0072\u0072i\u0067\u0068t\u0061\u0072\u0072\u006f\u0077":0x2b47,"\u0062\u0073\u006f\u006c\u0068\u0073\u0075\u0062":0x27c8,"\u0062s\u0074\u0072\u006f\u006b\u0065":0x0180,"\u0062s\u0075\u0070\u0065\u0072\u0069\u006fr":0xf6ea,"\u0062\u0074\u0069\u006d\u0065\u0073":0x2a32,"\u0062t\u006f\u0070\u0062\u0061\u0072":0x0183,"\u0062\u0075\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x3076,"\u0062\u0075\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30d6,"\u0062\u0075\u006c\u006c\u0065\u0074":0x2022,"\u0062\u0075\u006c\u006c\u0065\u0074\u006f\u0070\u0065r\u0061\u0074\u006f\u0072":0x2219,"\u0062\u0075\u006c\u006c\u0073\u0065\u0079\u0065":0x25ce,"\u0062u\u006d\u0070\u0065\u0071\u0071":0x2aae,"\u0063":0x0063,"\u0063\u0031\u0032\u0038":0x0080,"\u0063\u0031\u0032\u0039":0x0081,"\u0063\u0031\u0034\u0031":0x008d,"\u0063\u0031\u0034\u0032":0x008e,"\u0063\u0031\u0034\u0033":0x008f,"\u0063\u0061\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x056e,"\u0063a\u0062\u0065\u006e\u0067\u0061\u006ci":0x099a,"\u0063\u0061\u0063\u0075\u0074\u0065":0x0107,"\u0063a\u0064\u0061\u0075\u006e\u0061":0x2106,"\u0063\u0061\u0064\u0065\u0076\u0061":0x091a,"\u0063\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069":0x0a9a,"\u0063\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a1a,"\u0063a\u006c\u0073\u0071\u0075\u0061\u0072e":0x3388,"\u0063a\u006ed\u0072\u0061\u0062\u0069\u006ed\u0075\u0062e\u006e\u0067\u0061\u006c\u0069":0x0981,"\u0063\u0061\u006e\u0064\u0072\u0061\u0062\u0069\u006ed\u0075\u0063\u006d\u0062":0x0310,"\u0063a\u006ed\u0072\u0061\u0062\u0069\u006e\u0064\u0075\u0064\u0065\u0076\u0061":0x0901,"\u0063\u0061\u006e\u0064ra\u0062\u0069\u006e\u0064\u0075\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069":0x0a81,"\u0063a\u0070\u0062\u0061\u0072\u0063\u0075p":0x2a49,"\u0063\u0061\u0070\u0064\u006f\u0074":0x2a40,"\u0063\u0061\u0070\u0069ta\u006c\u0063\u006f\u006d\u0070\u0077\u006f\u0072\u0064\u006d\u0061\u0072\u006b":0xd809,"\u0063\u0061\u0070\u006f\u0076\u0065\u0072\u0063\u0075\u0070":0x2a47,"\u0063\u0061\u0070\u0073\u006c\u006f\u0063\u006b":0x21ea,"\u0063\u0061\u0070\u0077\u0065\u0064\u0067\u0065":0x2a44,"\u0063\u0061\u0072\u0065\u006f\u0066":0x2105,"c\u0061\u0072\u0065\u0074\u0069\u006e\u0073\u0065\u0072\u0074":0x2038,"\u0063\u0061\u0072o\u006e":0x02c7,"\u0063\u0061\u0072\u006f\u006e\u0031":0xf00a,"\u0063\u0061\u0072\u006f\u006e\u0062\u0065\u006c\u006f\u0077\u0063\u006d\u0062":0x032c,"\u0063\u0061\u0072\u006f\u006e\u0063\u006d\u0062":0x030c,"\u0063\u0061\u0072\u0072\u0069\u0061\u0067\u0065\u0072e\u0074\u0075\u0072\u006e":0x21b5,"\u0063b\u006f\u0070\u006f\u006d\u006f\u0066o":0x3118,"\u0063\u0063\u0061\u0072\u006f\u006e":0x010d,"\u0063\u0063\u0065\u0064\u0069\u006c\u006c\u0061":0x00e7,"\u0063\u0063\u0065\u0064\u0069\u006c\u006c\u0061\u0061\u0063\u0075\u0074\u0065":0x1e09,"\u0063c\u0069\u0072\u0063\u006c\u0065":0x24d2,"c\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078":0x0109,"\u0063\u0063\u0075r\u006c":0x0255,"\u0063c\u0077u\u006e\u0064\u0065\u0072\u0063u\u0072\u0076e\u0061\u0072\u0072\u006f\u0077":0x293f,"\u0063\u0064\u006f\u0074":0x010b,"\u0063\u0064\u0073\u0071\u0075\u0061\u0072\u0065":0x33c5,"\u0063e\u0064\u0069\u006c\u006c\u0061":0x00b8,"\u0063\u0065\u0064\u0069\u006c\u006c\u0061\u0031":0xf008,"\u0063\u0065\u0064\u0069\u006c\u006c\u0061\u0032":0xf00d,"\u0063\u0065\u0064\u0069\u006c\u006c\u0061\u0063\u006d\u0062":0x0327,"c\u0065\u0069\u006c\u0069\u006e\u0067\u006c\u0065\u0066\u0074":0x2308,"\u0063\u0065\u0069l\u0069\u006e\u0067\u0072\u0069\u0067\u0068\u0074":0x2309,"\u0063\u0065\u006e\u0074":0x00a2,"\u0063\u0065\u006e\u0074\u0069\u0067\u0072\u0061\u0064\u0065":0x2103,"\u0063\u0065\u006et\u0069\u006e\u0066\u0065\u0072\u0069\u006f\u0072":0xf6df,"\u0063\u0065\u006e\u0074\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xffe0,"\u0063\u0065\u006et\u006f\u006c\u0064\u0073\u0074\u0079\u006c\u0065":0xf7a2,"\u0063\u0065\u006e\u0074\u0072\u0065\u006c\u0069\u006e\u0065":0x2104,"\u0063\u0065\u006et\u0073\u0075\u0070\u0065\u0072\u0069\u006f\u0072":0xf6e0,"c\u0068\u0061\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x0579,"\u0063\u0068\u0061\u0062\u0065\u006e\u0067\u0061\u006c\u0069":0x099b,"\u0063h\u0061\u0064\u0065\u0076\u0061":0x091b,"c\u0068\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069":0x0a9b,"c\u0068\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a1b,"\u0063\u0068\u0062\u006f\u0070\u006f\u006d\u006f\u0066\u006f":0x3114,"c\u0068e\u0061\u0062\u006b\u0068\u0061\u0073\u0069\u0061n\u0063\u0079\u0072\u0069ll\u0069\u0063":0x04bd,"c\u0068\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x0447,"\u0063\u0068e\u0064\u0065\u0073\u0063\u0065\u006e\u0064\u0065\u0072\u0061\u0062\u006b\u0068\u0061\u0073\u0069\u0061\u006e\u0063\u0079\u0072\u0069ll\u0069\u0063":0x04bf,"c\u0068e\u0064\u0065\u0073\u0063\u0065\u006e\u0064\u0065r\u0063\u0079\u0072\u0069ll\u0069\u0063":0x04b7,"\u0063\u0068\u0065\u0064ie\u0072\u0065\u0073\u0069\u0073\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x04f5,"\u0063\u0068\u0065h\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x0573,"c\u0068\u0065\u006b\u0068ak\u0061s\u0073\u0069\u0061\u006e\u0063y\u0072\u0069\u006c\u006c\u0069\u0063":0x04cc,"\u0063h\u0065\u0076\u0065\u0072t\u0069\u0063\u0061\u006c\u0073t\u0072o\u006be\u0063\u0079\u0072\u0069\u006c\u006c\u0069c":0x04b9,"\u0063\u0068\u0069":0x03c7,"c\u0068i\u0065\u0075\u0063\u0068\u0061\u0063\u0069\u0072c\u006c\u0065\u006b\u006fre\u0061\u006e":0x3277,"\u0063\u0068\u0069\u0065uc\u0068\u0061\u0070\u0061\u0072\u0065\u006e\u006b\u006f\u0072\u0065\u0061\u006e":0x3217,"\u0063\u0068\u0069\u0065uc\u0068\u0063\u0069\u0072\u0063\u006c\u0065\u006b\u006f\u0072\u0065\u0061\u006e":0x3269,"\u0063\u0068\u0069\u0065\u0075\u0063\u0068\u006b\u006f\u0072\u0065\u0061\u006e":0x314a,"\u0063h\u0069e\u0075\u0063\u0068\u0070\u0061r\u0065\u006ek\u006f\u0072\u0065\u0061\u006e":0x3209,"\u0063\u0068\u006fc\u0068\u0061\u006e\u0067\u0074\u0068\u0061\u0069":0x0e0a,"c\u0068\u006f\u0063\u0068\u0061\u006e\u0074\u0068\u0061\u0069":0x0e08,"\u0063\u0068\u006fc\u0068\u0069\u006e\u0067\u0074\u0068\u0061\u0069":0x0e09,"c\u0068\u006f\u0063\u0068\u006f\u0065\u0074\u0068\u0061\u0069":0x0e0c,"\u0063\u0068\u006fo\u006b":0x0188,"\u0063i\u0065u\u0063\u0061\u0063\u0069\u0072c\u006c\u0065k\u006f\u0072\u0065\u0061\u006e":0x3276,"\u0063\u0069\u0065\u0075\u0063\u0061\u0070\u0061\u0072\u0065\u006e\u006bo\u0072\u0065\u0061\u006e":0x3216,"\u0063\u0069\u0065\u0075\u0063\u0063\u0069\u0072\u0063\u006c\u0065\u006bo\u0072\u0065\u0061\u006e":0x3268,"c\u0069\u0065\u0075\u0063\u006b\u006f\u0072\u0065\u0061\u006e":0x3148,"\u0063\u0069e\u0075\u0063\u0070a\u0072\u0065\u006e\u006b\u006f\u0072\u0065\u0061\u006e":0x3208,"\u0063\u0069\u0065\u0075\u0063\u0075\u0070\u0061\u0072\u0065\u006e\u006bo\u0072\u0065\u0061\u006e":0x321c,"\u0063\u0069\u0072\u0045":0x29c3,"\u0063\u0069\u0072\u0062\u006f\u0074":0x27df,"\u0063\u0069\u0072\u0063\u0065\u0071":0x2257,"\u0063\u0069\u0072\u0063\u006c\u0065\u0061\u0073\u0074e\u0072\u0069\u0073\u006b":0x229b,"c\u0069\u0072\u0063\u006ceb\u006ft\u0074\u006f\u006d\u0068\u0061l\u0066\u0062\u006c\u0061\u0063\u006b":0x25d2,"\u0063\u0069\u0072c\u006c\u0065\u0063\u006f\u0070\u0079\u0072\u0074":0x20dd,"\u0063\u0069\u0072\u0063\u006c\u0065\u0064\u0062\u0075\u006c\u006c\u0065\u0074":0x29bf,"c\u0069\u0072\u0063\u006c\u0065\u0064\u0064\u0061\u0073\u0068":0x229d,"\u0063\u0069\u0072c\u006c\u0065\u0064\u0069\u0076\u0069\u0064\u0065":0x2298,"\u0063i\u0072c\u006c\u0065\u0064\u006f\u0077\u006e\u0061\u0072\u0072\u006f\u0077":0x29ec,"\u0063i\u0072c\u006c\u0065\u0064\u0070\u0061\u0072\u0061\u006c\u006c\u0065\u006c":0x29b7,"\u0063i\u0072c\u006c\u0065\u0064\u0072\u0069\u0067\u0068\u0074\u0064\u006f\u0074":0x2686,"\u0063\u0069\u0072\u0063\u006c\u0065\u0064\u0074\u0077o\u0064\u006f\u0074\u0073":0x2687,"c\u0069\u0072\u0063\u006c\u0065\u0064\u0076\u0065\u0072\u0074":0x29b6,"\u0063i\u0072c\u006c\u0065\u0064\u0077\u0068i\u0074\u0065b\u0075\u006c\u006c\u0065\u0074":0x29be,"c\u0069\u0072\u0063\u006c\u0065\u0065\u0071\u0075\u0061\u006c":0x229c,"\u0063\u0069\u0072\u0063\u006c\u0065\u0068\u0062\u0061\u0072":0x29b5,"\u0063\u0069\u0072c\u006c\u0065\u006c\u006c\u0071\u0075\u0061\u0064":0x25f5,"\u0063\u0069\u0072c\u006c\u0065\u006c\u0072\u0071\u0075\u0061\u0064":0x25f6,"\u0063\u0069\u0072\u0063\u006c\u0065\u006d\u0075\u006ct\u0069\u0070\u006c\u0079":0x2297,"\u0063\u0069\u0072\u0063\u006c\u0065\u006f\u006e\u006c\u0065\u0066\u0074a\u0072\u0072\u006f\u0077":0x2b30,"\u0063i\u0072c\u006c\u0065\u006f\u006e\u0072i\u0067\u0068t\u0061\u0072\u0072\u006f\u0077":0x21f4,"\u0063\u0069\u0072\u0063\u006c\u0065\u006f\u0074":0x2299,"\u0063\u0069\u0072\u0063\u006c\u0065\u0070\u006c\u0075\u0073":0x2295,"\u0063\u0069r\u0063\u006c\u0065p\u006f\u0073\u0074\u0061\u006c\u006d\u0061\u0072\u006b":0x3036,"\u0063\u0069\u0072\u0063\u006c\u0065\u0072\u0069\u006e\u0067":0x229a,"\u0063i\u0072c\u006c\u0065\u0074\u006f\u0070h\u0061\u006cf\u0062\u006c\u0061\u0063\u006b":0x25d3,"\u0063\u0069\u0072c\u006c\u0065\u0075\u006c\u0071\u0075\u0061\u0064":0x25f4,"\u0063\u0069\u0072c\u006c\u0065\u0075\u0072\u0071\u0075\u0061\u0064":0x25f7,"\u0063\u0069\u0072\u0063\u006c\u0065\u0075\u0072\u0071\u0075\u0061\u0064b\u006c\u0061\u0063\u006b":0x25d4,"\u0063\u0069\u0072\u0063\u006c\u0065\u0076\u0065\u0072t\u0066\u0069\u006c\u006c":0x25cd,"\u0063\u0069\u0072cl\u0065\u0077\u0069\u0074\u0068\u006c\u0065\u0066\u0074\u0068\u0061\u006c\u0066\u0062\u006c\u0061\u0063\u006b":0x25d0,"\u0063i\u0072\u0063\u006c\u0065\u0077\u0069\u0074\u0068\u0072\u0069\u0067h\u0074\u0068\u0061\u006c\u0066\u0062\u006c\u0061\u0063\u006b":0x25d1,"\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078":0x02c6,"c\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078\u0031":0xf003,"\u0063i\u0072c\u0075\u006d\u0066\u006c\u0065x\u0062\u0065l\u006f\u0077\u0063\u006d\u0062":0x032d,"\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078\u0063\u006d\u0062":0x0302,"\u0063\u0069\u0072\u0066\u006e\u0069\u006e\u0074":0x2a10,"\u0063\u0069\u0072\u006d\u0069\u0064":0x2aef,"\u0063i\u0072\u0073\u0063\u0069\u0072":0x29c2,"\u0063\u006c\u0065a\u0072":0x2327,"\u0063\u006c\u0069\u0063\u006b\u0061\u006c\u0076\u0065\u006f\u006c\u0061\u0072":0x01c2,"c\u006c\u0069\u0063\u006b\u0064\u0065\u006e\u0074\u0061\u006c":0x01c0,"\u0063\u006c\u0069c\u006b\u006c\u0061\u0074\u0065\u0072\u0061\u006c":0x01c1,"\u0063\u006c\u0069\u0063\u006b\u0072\u0065\u0074\u0072o\u0066\u006c\u0065\u0078":0x01c3,"\u0063l\u006f\u0063\u006b\u0077\u0069\u0073e":0x27f3,"\u0063\u006c\u006fs\u0065\u0064\u0076\u0061\u0072\u0063\u0061\u0070":0x2a4d,"\u0063\u006c\u006fs\u0065\u0064\u0076\u0061\u0072\u0063\u0075\u0070":0x2a4c,"c\u006c\u006f\u0073\u0065dv\u0061r\u0063\u0075\u0070\u0073\u006da\u0073\u0068\u0070\u0072\u006f\u0064":0x2a50,"\u0063l\u006f\u0073\u0075\u0072\u0065":0x2050,"\u0063\u006c\u0075\u0062":0x2663,"\u0063\u006c\u0075\u0062\u0073\u0075\u0069\u0074\u0077\u0068\u0069\u0074\u0065":0x2667,"\u0063\u006d\u0063\u0075\u0062\u0065\u0064\u0073\u0071\u0075\u0061\u0072\u0065":0x33a4,"\u0063\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff43,"\u0063m\u0073q\u0075\u0061\u0072\u0065\u0064\u0073\u0071\u0075\u0061\u0072\u0065":0x33a0,"\u0063\u006f\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x0581,"\u0063\u006f\u006co\u006e":0x003a,"\u0063o\u006c\u006f\u006e\u0065\u0071":0x2254,"\u0063\u006f\u006c\u006f\u006e\u006d\u006f\u006e\u0065\u0074\u0061\u0072\u0079":0x20a1,"\u0063\u006f\u006c\u006f\u006e\u006d\u006f\u006e\u006fs\u0070\u0061\u0063\u0065":0xff1a,"\u0063\u006f\u006c\u006f\u006e\u0073\u006d\u0061\u006c\u006c":0xfe55,"\u0063\u006f\u006c\u006fnt\u0072\u0069\u0061\u006e\u0067\u0075\u006c\u0061\u0072\u0068\u0061\u006c\u0066\u006do\u0064":0x02d1,"\u0063o\u006co\u006e\u0074\u0072\u0069\u0061n\u0067\u0075l\u0061\u0072\u006d\u006f\u0064":0x02d0,"\u0063\u006f\u006dm\u0061":0x002c,"\u0063\u006f\u006d\u006d\u0061\u0061\u0062\u006f\u0076\u0065\u0063\u006d\u0062":0x0313,"\u0063o\u006dm\u0061\u0061\u0062\u006f\u0076e\u0072\u0069g\u0068\u0074\u0063\u006d\u0062":0x0315,"c\u006f\u006d\u006d\u0061\u0061\u0063\u0063\u0065\u006e\u0074":0xf6c3,"\u0063\u006f\u006d\u006d\u0061\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x055d,"\u0063\u006f\u006d\u006d\u0061\u0069\u006e\u0066\u0065\u0072\u0069\u006f\u0072":0xf6e1,"\u0063\u006f\u006d\u006d\u0061\u006d\u0069\u006e\u0075\u0073":0x2a29,"\u0063\u006f\u006d\u006d\u0061\u006d\u006f\u006e\u006fs\u0070\u0061\u0063\u0065":0xff0c,"c\u006f\u006d\u006d\u0061re\u0076e\u0072\u0073\u0065\u0064\u0061b\u006f\u0076\u0065\u0063\u006d\u0062":0x0314,"\u0063\u006f\u006d\u006d\u0061\u0073\u006d\u0061\u006c\u006c":0xfe50,"\u0063\u006f\u006dm\u0061\u0073\u0075\u0062\u006e\u006f\u0073\u0070":0x0299,"\u0063\u006f\u006d\u006d\u0061\u0073\u0075\u0070\u0065\u0072\u0069\u006f\u0072":0xf6e2,"\u0063\u006f\u006d\u006dat\u0075\u0072\u006e\u0065\u0064\u0061\u0062\u006f\u0076\u0065\u0063\u006d\u0062":0x0312,"\u0063\u006f\u006d\u006d\u0061\u0074\u0075\u0072\u006ee\u0064\u006d\u006f\u0064":0x02bb,"\u0063\u006f\u006d\u0070\u006c\u0065\u006d\u0065\u006e\u0074":0x2201,"\u0063\u006f\u006e\u0063\u0061\u0076\u0065\u0064\u0069a\u006d\u006f\u006e\u0064":0x27e1,"\u0063\u006f\u006e\u0063av\u0065\u0064\u0069\u0061\u006d\u006f\u006e\u0064\u0074\u0069\u0063\u006b\u006c\u0065f\u0074":0x27e2,"\u0063\u006f\u006eca\u0076\u0065\u0064\u0069\u0061\u006d\u006f\u006e\u0064\u0074\u0069\u0063\u006b\u0072\u0069\u0067\u0068\u0074":0x27e3,"\u0063o\u006e\u0067\u0064\u006f\u0074":0x2a6d,"\u0063o\u006e\u0067\u0072\u0075\u0065\u006et":0x2245,"\u0063\u006f\u006e\u0069\u0063\u0074\u0061\u0070\u0065\u0072":0x2332,"\u0063o\u006e\u006a\u0071\u0075\u0061\u006et":0x2a07,"\u0063o\u006et\u006f\u0075\u0072\u0069\u006e\u0074\u0065\u0067\u0072\u0061\u006c":0x222e,"\u0063o\u006e\u0074\u0072\u006f\u006c":0x2303,"\u0063\u006f\u006e\u0074\u0072\u006f\u006c\u0041\u0043\u004b":0x0006,"\u0063\u006f\u006e\u0074\u0072\u006f\u006c\u0042\u0045\u004c":0x0007,"\u0063o\u006e\u0074\u0072\u006f\u006c\u0042S":0x0008,"\u0063\u006f\u006e\u0074\u0072\u006f\u006c\u0043\u0041\u004e":0x0018,"\u0063o\u006e\u0074\u0072\u006f\u006c\u0043R":0x000d,"\u0063\u006f\u006e\u0074\u0072\u006f\u006c\u0044\u0043\u0031":0x0011,"\u0063\u006f\u006e\u0074\u0072\u006f\u006c\u0044\u0043\u0032":0x0012,"\u0063\u006f\u006e\u0074\u0072\u006f\u006c\u0044\u0043\u0033":0x0013,"\u0063\u006f\u006e\u0074\u0072\u006f\u006c\u0044\u0043\u0034":0x0014,"\u0063\u006f\u006e\u0074\u0072\u006f\u006c\u0044\u0045\u004c":0x007f,"\u0063\u006f\u006e\u0074\u0072\u006f\u006c\u0044\u004c\u0045":0x0010,"\u0063o\u006e\u0074\u0072\u006f\u006c\u0045M":0x0019,"\u0063\u006f\u006e\u0074\u0072\u006f\u006c\u0045\u004e\u0051":0x0005,"\u0063\u006f\u006e\u0074\u0072\u006f\u006c\u0045\u004f\u0054":0x0004,"\u0063\u006f\u006e\u0074\u0072\u006f\u006c\u0045\u0053\u0043":0x001b,"\u0063\u006f\u006e\u0074\u0072\u006f\u006c\u0045\u0054\u0042":0x0017,"\u0063\u006f\u006e\u0074\u0072\u006f\u006c\u0045\u0054\u0058":0x0003,"\u0063o\u006e\u0074\u0072\u006f\u006c\u0046F":0x000c,"\u0063o\u006e\u0074\u0072\u006f\u006c\u0046S":0x001c,"\u0063o\u006e\u0074\u0072\u006f\u006c\u0047S":0x001d,"\u0063o\u006e\u0074\u0072\u006f\u006c\u0048T":0x0009,"\u0063o\u006e\u0074\u0072\u006f\u006c\u004cF":0x000a,"\u0063\u006f\u006e\u0074\u0072\u006f\u006c\u004e\u0041\u004b":0x0015,"c\u006f\u006e\u0074\u0072\u006f\u006c\u004e\u0055\u004c\u004c":0x0000,"\u0063o\u006e\u0074\u0072\u006f\u006c\u0052S":0x001e,"\u0063o\u006e\u0074\u0072\u006f\u006c\u0053I":0x000f,"\u0063o\u006e\u0074\u0072\u006f\u006c\u0053O":0x000e,"\u0063\u006f\u006e\u0074\u0072\u006f\u006c\u0053\u004f\u0054":0x0002,"\u0063\u006f\u006e\u0074\u0072\u006f\u006c\u0053\u0054\u0058":0x0001,"\u0063\u006f\u006e\u0074\u0072\u006f\u006c\u0053\u0055\u0042":0x001a,"\u0063\u006f\u006e\u0074\u0072\u006f\u006c\u0053\u0059\u004e":0x0016,"\u0063o\u006e\u0074\u0072\u006f\u006c\u0055S":0x001f,"\u0063o\u006e\u0074\u0072\u006f\u006c\u0056T":0x000b,"\u0063o\u0070\u0072\u006f\u0064\u0075\u0063t":0x2a3f,"\u0063\u006fp\u0072\u006f\u0064u\u0063\u0074\u0064\u0069\u0073\u0070\u006c\u0061\u0079":0x2210,"\u0063o\u0070\u0079\u0072\u0069\u0067\u0068t":0x00a9,"\u0063\u006f\u0070\u0079\u0072\u0069\u0067\u0068\u0074\u0073\u0061\u006e\u0073":0xf8e9,"\u0063\u006f\u0070\u0079\u0072\u0069\u0067\u0068\u0074s\u0065\u0072\u0069\u0066":0xf6d9,"\u0063\u006f\u0072\u006e\u0065\u0072\u0062\u0072\u0061\u0063\u006b\u0065t\u006c\u0065\u0066\u0074":0x300c,"\u0063\u006f\u0072\u006e\u0065\u0072\u0062\u0072\u0061\u0063\u006be\u0074\u006c\u0065\u0066\u0074\u0068\u0061\u006c\u0066\u0077i\u0064\u0074\u0068":0xff62,"\u0063o\u0072\u006e\u0065\u0072b\u0072\u0061\u0063\u006b\u0065t\u006ce\u0066t\u0076\u0065\u0072\u0074\u0069\u0063\u0061l":0xfe41,"\u0063o\u0072n\u0065\u0072\u0062\u0072\u0061c\u006b\u0065t\u0072\u0069\u0067\u0068\u0074":0x300d,"c\u006f\u0072\u006e\u0065\u0072\u0062r\u0061\u0063\u006b\u0065\u0074\u0072\u0069\u0067\u0068t\u0068\u0061\u006cf\u0077i\u0064\u0074\u0068":0xff63,"\u0063\u006f\u0072\u006e\u0065\u0072\u0062\u0072\u0061\u0063\u006be\u0074\u0072\u0069\u0067\u0068\u0074\u0076\u0065\u0072\u0074i\u0063\u0061\u006c":0xfe42,"\u0063\u006f\u0072\u0070\u006f\u0072\u0061\u0074\u0069\u006f\u006e\u0073q\u0075\u0061\u0072\u0065":0x337f,"\u0063\u006f\u0073\u0071\u0075\u0061\u0072\u0065":0x33c7,"\u0063\u006f\u0076\u0065\u0072\u006b\u0067\u0073\u0071\u0075\u0061\u0072\u0065":0x33c6,"\u0063\u0070\u0061\u0072\u0065\u006e":0x249e,"\u0063\u0072\u0075\u007a\u0065\u0069\u0072\u006f":0x20a2,"\u0063\u0073\u0074\u0072\u0065\u0074\u0063\u0068":0x0227,"\u0063\u0073\u0074\u0072\u0065\u0074\u0063\u0068\u0065\u0064":0x0297,"\u0063\u0073\u0075\u0062":0x2acf,"\u0063\u0073\u0075b\u0065":0x2ad1,"\u0063\u0073\u0075\u0070":0x2ad0,"\u0063\u0073\u0075p\u0065":0x2ad2,"\u0063\u0075\u0062\u0065\u0072\u006f\u006f\u0074":0x221b,"\u0063u\u0070\u0062\u0061\u0072\u0063\u0061p":0x2a48,"\u0063\u0075\u0070\u0064\u006f\u0074":0x228d,"\u0063\u0075\u0070l\u0065\u0066\u0074\u0061\u0072\u0072\u006f\u0077":0x228c,"\u0063\u0075\u0070\u006f\u0076\u0065\u0072\u0063\u0061\u0070":0x2a46,"\u0063\u0075\u0070\u0076\u0065\u0065":0x2a45,"\u0063\u0075\u0072\u006c\u0079\u0061\u006e\u0064":0x22cf,"\u0063u\u0072\u006c\u0079\u006c\u0065\u0066t":0x21ab,"\u0063u\u0072\u006c\u0079\u006f\u0072":0x22ce,"\u0063\u0075\u0072\u006c\u0079\u0072\u0069\u0067\u0068\u0074":0x21ac,"\u0063\u0075\u0072\u0072\u0065\u006e\u0063\u0079":0x00a4,"\u0063u\u0072v\u0065\u0061\u0072\u0072\u006fw\u006c\u0065f\u0074\u0070\u006c\u0075\u0073":0x293d,"c\u0075r\u0076\u0065\u0061\u0072\u0072\u006f\u0077\u0072i\u0067\u0068\u0074\u006din\u0075\u0073":0x293c,"\u0063\u0077\u0063\u0069\u0072\u0063\u006c\u0065\u0061\u0072\u0072\u006f\u0077":0x2941,"\u0063\u0077\u006f\u0070\u0065\u006e\u0063\u0069\u0072\u0063\u006c\u0065a\u0072\u0072\u006f\u0077":0x21bb,"\u0063w\u0072i\u0067\u0068\u0074\u0061\u0072\u0063\u0061\u0072\u0072\u006f\u0077":0x2938,"\u0063\u0077\u0075\u006e\u0064\u0065\u0072\u0063\u0075\u0072\u0076\u0065a\u0072\u0072\u006f\u0077":0x293e,"\u0063\u0079\u0072\u0042\u0072\u0065\u0076\u0065":0xf6d1,"\u0063y\u0072\u0046\u006c\u0065\u0078":0xf6d2,"\u0063\u0079\u0072\u0062\u0072\u0065\u0076\u0065":0xf6d4,"\u0063y\u0072\u0066\u006c\u0065\u0078":0xf6d5,"\u0064":0x0064,"\u0064\u0061\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x0564,"\u0064a\u0062\u0065\u006e\u0067\u0061\u006ci":0x09a6,"\u0064\u0061\u0064\u0065\u0076\u0061":0x0926,"\u0064\u0061\u0064\u0066\u0069\u006e\u0061\u006c\u0061r\u0061\u0062\u0069\u0063":0xfebe,"\u0064\u0061d\u0069\u006e\u0069t\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063":0xfebf,"d\u0061\u0064\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064":0xfebd,"\u0064a\u0064m\u0065\u0064\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063":0xfec0,"\u0064\u0061\u0067\u0065\u0073\u0068":0x05bc,"\u0064\u0061\u0067\u0067\u0065\u0072":0x2020,"\u0064a\u0067\u0067\u0065\u0072\u0064\u0062l":0x2021,"\u0064\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069":0x0aa6,"\u0064\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a26,"\u0064\u0061\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x3060,"\u0064\u0061\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30c0,"d\u0061\u006c\u0065\u0074\u0064\u0061\u0067\u0065\u0073\u0068":0xfb33,"\u0064\u0061\u006c\u0065\u0074\u0068":0x2138,"\u0064\u0061\u006c\u0065\u0074\u0071\u0061\u006d\u0061\u0074\u0073\u0068e\u0062\u0072\u0065\u0077":0x05d3,"\u0064\u0061\u006c\u0066\u0069\u006e\u0061\u006c\u0061r\u0061\u0062\u0069\u0063":0xfeaa,"d\u0061\u006c\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064":0xfea9,"d\u0061\u006d\u006d\u0061\u0061\u0072\u0061\u0062\u0069\u0063":0x064f,"\u0064\u0061\u006d\u006d\u0061\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064":0xfe78,"\u0064\u0061\u006d\u006d\u0061\u006c\u006f\u0077":0xe821,"d\u0061\u006d\u006d\u0061\u006d\u0065\u0064\u0069\u0061\u006c":0xfe79,"\u0064\u0061\u006dm\u0061\u006f\u006e\u0068\u0061\u006d\u007a\u0061":0xe835,"\u0064\u0061m\u006d\u0061\u0074a\u006e\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064":0xfe72,"d\u0061\u006d\u006d\u0061\u0074\u0061\u006e\u006c\u006f\u0077":0xe824,"\u0064a\u006dm\u0061\u0074\u0061\u006e\u006f\u006e\u0068\u0061\u006d\u007a\u0061":0xe836,"\u0064\u0061\u006ed\u0061":0x0964,"\u0064\u0061\u006e\u0067\u0065\u0072":0x2621,"\u0064a\u0072g\u0061\u006c\u0065\u0066\u0074\u0068\u0065\u0062\u0072\u0065\u0077":0x05a7,"\u0064\u0061\u0073h\u0056":0x2ae3,"\u0064a\u0073\u0068\u0056\u0064\u0061\u0073h":0x27db,"\u0064a\u0073\u0068\u0063\u006f\u006c\u006fn":0x2239,"\u0064\u0061\u0073\u0068le\u0066\u0074\u0068\u0061\u0072\u0070\u006f\u006f\u006e\u0064\u006f\u0077\u006e":0x296b,"d\u0061s\u0068\u0072\u0069\u0067\u0068\u0074\u0068\u0061r\u0070\u006f\u006f\u006edo\u0077\u006e":0x296d,"\u0064a\u0073\u0069\u0061\u0070\u006e\u0065\u0075\u006d\u0061\u0074\u0061c\u0079\u0072\u0069\u006c\u006c\u0069\u0063\u0063\u006d\u0062":0x0485,"\u0064b\u006b\u0061\u0072\u006f\u0077":0x290f,"\u0064\u0062\u006c\u0047\u0072\u0061\u0076\u0065":0xf6d3,"\u0064\u0062\u006c\u0061ng\u006c\u0065\u0062\u0072\u0061\u0063\u006b\u0065\u0074\u006c\u0065\u0066\u0074":0x300a,"d\u0062\u006c\u0061\u006e\u0067\u006ce\u0062\u0072\u0061\u0063\u006b\u0065\u0074\u006c\u0065f\u0074\u0076\u0065r\u0074i\u0063\u0061\u006c":0xfe3d,"d\u0062l\u0061\u006e\u0067\u006c\u0065\u0062\u0072\u0061c\u006b\u0065\u0074\u0072ig\u0068\u0074":0x300b,"\u0064\u0062\u006c\u0061n\u0067\u006c\u0065\u0062\u0072\u0061\u0063\u006b\u0065\u0074r\u0069g\u0068\u0074\u0076\u0065\u0072\u0074\u0069c\u0061\u006c":0xfe3e,"\u0064\u0062\u006car\u0063\u0068\u0069\u006e\u0076\u0065\u0072\u0074\u0065\u0064\u0062\u0065\u006c\u006f\u0077\u0063\u006d\u0062":0x032b,"d\u0062\u006c\u0061\u0072\u0072\u006f\u0077\u0064\u0077\u006e":0x21ca,"\u0064\u0062l\u0061\u0072\u0072o\u0077\u0068\u0065\u0061\u0064\u0064\u006f\u0077\u006e":0x058a,"\u0064\u0062l\u0061\u0072\u0072o\u0077\u0068\u0065\u0061\u0064\u006c\u0065\u0066\u0074":0x219e,"\u0064\u0062\u006c\u0061\u0072\u0072\u006f\u0077\u0068\u0065\u0061\u0064r\u0069\u0067\u0068\u0074":0x21a0,"\u0064\u0062\u006c\u0061\u0072\u0072\u006f\u0077\u0068e\u0061\u0064\u0075\u0070":0x0588,"\u0064\u0062\u006c\u0061\u0072\u0072\u006f\u0077\u0075\u0070":0x21c8,"\u0064\u0062\u006c\u0062\u0072\u0061\u0063\u006b\u0065t\u006c\u0065\u0066\u0074":0x27e6,"\u0064b\u006cb\u0072\u0061\u0063\u006b\u0065\u0074\u0072\u0069\u0067\u0068\u0074":0x27e7,"\u0064\u0062\u006c\u0064\u0061\u006e\u0064\u0061":0x0965,"\u0064\u0062\u006c\u0067\u0072\u0061\u0076\u0065":0xf6d6,"d\u0062\u006c\u0067\u0072\u0061\u0076\u0065\u0063\u006d\u0062":0x030f,"d\u0062\u006c\u0069\u006e\u0074\u0065\u0067\u0072\u0061\u006c":0x222c,"\u0064\u0062\u006c\u006c\u006f\u0077\u006c\u0069\u006e\u0065\u0063\u006d\u0062":0x0333,"\u0064\u0062\u006c\u006f\u0076\u0065\u0072\u006c\u0069n\u0065\u0063\u006d\u0062":0x033f,"d\u0062\u006c\u0070\u0072\u0069\u006d\u0065\u006d\u006f\u0064":0x02ba,"\u0064\u0062\u006c\u0076\u0065\u0072\u0074\u0069\u0063a\u006c\u0062\u0061\u0072":0x2016,"\u0064\u0062\u006cve\u0072\u0074\u0069\u0063\u0061\u006c\u006c\u0069\u006e\u0065\u0061\u0062\u006f\u0076\u0065\u0063\u006d\u0062":0x030e,"\u0064b\u006f\u0070\u006f\u006d\u006f\u0066o":0x3109,"\u0064\u0062\u0073\u0071\u0075\u0061\u0072\u0065":0x33c8,"\u0064\u0063\u0061\u0072\u006f\u006e":0x010f,"\u0064c\u0061\u0072\u006f\u006e\u0031":0xf811,"\u0064\u0063\u0065\u0064\u0069\u006c\u006c\u0061":0x1e11,"\u0064c\u0069\u0072\u0063\u006c\u0065":0x24d3,"\u0064\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0062\u0065\u006c\u006f\u0077":0x1e13,"\u0064\u0064\u0061\u0062\u0065\u006e\u0067\u0061\u006c\u0069":0x09a1,"\u0064d\u0061\u0064\u0065\u0076\u0061":0x0921,"d\u0064\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069":0x0aa1,"d\u0064\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a21,"\u0064d\u0061l\u0066\u0069\u006e\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063":0xfb89,"\u0064\u0064\u0064\u0064\u006f\u0074":0x20dc,"\u0064d\u0064\u0068\u0061\u0064\u0065\u0076a":0x095c,"\u0064\u0064\u0064o\u0074":0x20db,"d\u0064\u0068\u0061\u0062\u0065\u006e\u0067\u0061\u006c\u0069":0x09a2,"\u0064\u0064\u0068\u0061\u0064\u0065\u0076\u0061":0x0922,"\u0064\u0064\u0068a\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069":0x0aa2,"\u0064\u0064\u0068a\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a22,"\u0064\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074":0x1e0b,"\u0064d\u006f\u0074\u0062\u0065\u006c\u006fw":0x1e0d,"\u0064\u0064\u006ft\u0073":0x22f1,"\u0064d\u006f\u0074\u0073\u0065\u0071":0x2a77,"\u0064\u0065\u0063im\u0061\u006c\u0073\u0065\u0070\u0061\u0072\u0061\u0074\u006f\u0072\u0070\u0065\u0072\u0073\u0069\u0061\u006e":0x066b,"\u0064e\u0066\u0069\u006e\u0065\u0073":0x225c,"\u0064\u0065\u0067\u0072\u0065\u0065":0x00b0,"\u0064\u0065\u0067r\u0065\u0065\u006b\u0065\u006c\u0076\u0069\u006e":0x212a,"\u0064\u0065\u0068\u0069\u0068\u0065\u0062\u0072\u0065\u0077":0x05ad,"\u0064\u0065\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x3067,"\u0064e\u0069\u0063\u006f\u0070\u0074\u0069c":0x03ef,"\u0064\u0065\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30c7,"\u0064\u0065\u006c\u0065\u0074\u0065":0x05ba,"\u0064\u0065\u006c\u0065\u0074\u0065\u006c\u0065\u0066\u0074":0x232b,"d\u0065\u006c\u0065\u0074\u0065\u0072\u0069\u0067\u0068\u0074":0x2326,"\u0064\u0065\u006ct\u0061":0x03b4,"d\u0065\u006c\u0074\u0061\u0074\u0075\u0072\u006e\u0065\u0064":0x018d,"d\u0065\u006e\u006f\u006d\u0069\u006ea\u0074\u006f\u0072\u006d\u0069\u006eu\u0073\u006f\u006e\u0065\u006e\u0075\u006de\u0072\u0061\u0074\u006f\u0072\u0062\u0065\u006e\u0067\u0061l\u0069":0x09f8,"\u0064\u0065\u007a\u0068":0x02a4,"\u0064\u0068\u0061\u0062\u0065\u006e\u0067\u0061\u006c\u0069":0x09a7,"\u0064h\u0061\u0064\u0065\u0076\u0061":0x0927,"d\u0068\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069":0x0aa7,"d\u0068\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a27,"\u0064\u0068\u006fo\u006b":0x0257,"\u0064i\u0061\u0065\u0072\u0065\u0073\u0069s":0x0088,"\u0064\u0069\u0061\u006c\u0079\u0074\u0069\u006b\u0061\u0074\u006f\u006eo\u0073\u0063\u006d\u0062":0x0344,"\u0064\u0069\u0061\u006d\u0065\u0074\u0065\u0072":0x2300,"\u0064i\u0061\u006d\u006f\u006e\u0064":0x2666,"\u0064i\u0061m\u006f\u006e\u0064\u0062\u006f\u0074\u0062\u006c\u0061\u0063\u006b":0x2b19,"d\u0069\u0061\u006d\u006f\u006e\u0064\u0063\u0064\u006f\u0074":0x27d0,"\u0064\u0069a\u006d\u006f\u006ed\u006c\u0065\u0066\u0074\u0061\u0072\u0072\u006f\u0077":0x291d,"\u0064\u0069\u0061\u006don\u0064\u006c\u0065\u0066\u0074\u0061\u0072\u0072\u006f\u0077\u0062\u0061\u0072":0x291f,"\u0064\u0069a\u006d\u006f\u006ed\u006c\u0065\u0066\u0074\u0062\u006c\u0061\u0063\u006b":0x2b16,"d\u0069\u0061\u006d\u006f\u006e\u0064\u006d\u0061\u0074\u0068":0x22c4,"\u0064\u0069\u0061\u006d\u006f\u006e\u0064\u0072\u0069\u0067\u0068\u0074b\u006c\u0061\u0063\u006b":0x2b17,"\u0064\u0069a\u006d\u006f\u006ed\u0073\u0075\u0069\u0074\u0077\u0068\u0069\u0074\u0065":0x2662,"\u0064i\u0061m\u006f\u006e\u0064\u0074\u006f\u0070\u0062\u006c\u0061\u0063\u006b":0x2b18,"\u0064\u0069\u0063e\u0069":0x2680,"\u0064\u0069\u0063\u0065\u0069\u0069":0x2681,"\u0064i\u0063\u0065\u0069\u0069\u0069":0x2682,"\u0064\u0069\u0063\u0065\u0069\u0076":0x2683,"\u0064\u0069\u0063e\u0076":0x2684,"\u0064\u0069\u0063\u0065\u0076\u0069":0x2685,"\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073":0x00a8,"\u0064i\u0065\u0072\u0065\u0073\u0069\u00731":0xf005,"\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073\u0061\u0063\u0075\u0074\u0065":0xf6d7,"\u0064\u0069e\u0072\u0065\u0073i\u0073\u0062\u0065\u006c\u006f\u0077\u0063\u006d\u0062":0x0324,"d\u0069\u0065\u0072\u0065\u0073\u0069\u0073\u0063\u006d\u0062":0x0308,"\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073\u0067\u0072\u0061\u0076\u0065":0xf6d8,"\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073\u0074\u006f\u006e\u006f\u0073":0x0385,"\u0064\u0069\u0066\u0066\u0065\u0072\u0065\u006e\u0063\u0065":0x224f,"\u0064\u0069\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x3062,"\u0064\u0069\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30c2,"\u0064\u0069\u0073i\u006e":0x22f2,"\u0064i\u0073\u006a\u0071\u0075\u0061\u006et":0x2a08,"\u0064i\u0074\u0074\u006f\u006d\u0061\u0072k":0x3003,"\u0064\u0069\u0076\u0069\u0064\u0065":0x00f7,"\u0064\u0069\u0076\u0069\u0064\u0065\u006d\u0075\u006ct\u0069\u0070\u006c\u0079":0x22c7,"\u0064i\u0076\u0069\u0064\u0065\u0073":0x2223,"\u0064\u0069\u0076\u0069\u0073\u0069\u006f\u006e\u0073\u006c\u0061\u0073\u0068":0x2215,"d\u006a\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x0452,"\u0064k\u0073\u0068\u0061\u0064\u0065":0x2593,"\u0064\u006b\u0073\u0068\u0061\u0064\u0065\u0031":0xf823,"\u0064\u006c\u0069\u006e\u0065\u0062\u0065\u006c\u006f\u0077":0x1e0f,"\u0064\u006c\u0073\u0071\u0075\u0061\u0072\u0065":0x3397,"\u0064m\u0061\u0063\u0072\u006f\u006e":0x0111,"\u0064\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff44,"\u0064n\u0062\u006c\u006f\u0063\u006b":0x2584,"\u0064\u006e\u0065i\u0067\u0068\u0074\u0062\u006c\u006f\u0063\u006b":0x2581,"\u0064\u006e\u0066\u0069\u0076\u0065\u0065\u0069\u0067\u0068\u0074\u0068b\u006c\u006f\u0063\u006b":0x2585,"\u0064\u006e\u0071\u0075\u0061\u0072\u0074\u0065\u0072b\u006c\u006f\u0063\u006b":0x2582,"\u0064n\u0073e\u0076\u0065\u006e\u0065\u0069g\u0068\u0074h\u0062\u006c\u006f\u0063\u006b":0x2587,"\u0064n\u0074h\u0072\u0065\u0065\u0065\u0069g\u0068\u0074h\u0062\u006c\u006f\u0063\u006b":0x2583,"\u0064\u006e\u0074\u0068re\u0065\u0071\u0075\u0061\u0072\u0074\u0065\u0072\u0062\u006c\u006f\u0063\u006b":0x2586,"d\u006f\u0063\u0068\u0061\u0064\u0061\u0074\u0068\u0061\u0069":0x0e0e,"\u0064o\u0064\u0065\u006b\u0074\u0068\u0061i":0x0e14,"\u0064\u006f\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x3069,"\u0064\u006f\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30c9,"\u0064\u006f\u006c\u006c\u0061\u0072":0x0024,"\u0064\u006f\u006c\u006c\u0061\u0072\u0069\u006e\u0066e\u0072\u0069\u006f\u0072":0xf6e3,"\u0064o\u006cl\u0061\u0072\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff04,"\u0064\u006f\u006c\u006c\u0061\u0072\u006f\u006c\u0064s\u0074\u0079\u006c\u0065":0xf724,"d\u006f\u006c\u006c\u0061\u0072\u0073\u006d\u0061\u006c\u006c":0xfe69,"\u0064\u006f\u006c\u006c\u0061\u0072\u0073\u0075\u0070e\u0072\u0069\u006f\u0072":0xf6e4,"\u0064\u006f\u006e\u0067":0x20ab,"\u0064\u006f\u0072\u0075\u0073\u0071\u0075\u0061\u0072\u0065":0x3326,"\u0064o\u0074\u0061\u0063\u0063\u0065\u006et":0x02d9,"\u0064\u006f\u0074a\u0063\u0063\u0065\u006e\u0074\u0063\u006d\u0062":0x0307,"\u0064\u006f\u0074b\u0065\u006c\u006f\u0077\u0063\u006f\u006d\u0062":0x0323,"\u0064\u006f\u0074\u0063\u0069\u0072\u0063\u006c\u0065\u0031":0xf820,"\u0064\u006f\u0074\u0065\u0071\u0075\u0069\u0076":0x2a67,"d\u006f\u0074\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30fb,"\u0064\u006f\u0074\u006c\u0065\u0073\u0073\u0069":0x0131,"\u0064\u006f\u0074\u006c\u0065\u0073\u0073\u006a":0xf6be,"\u0064o\u0074l\u0065\u0073\u0073\u006a\u0073t\u0072\u006fk\u0065\u0068\u006f\u006f\u006b":0x0284,"\u0064o\u0074\u006d\u0061\u0074\u0068":0x22c5,"\u0064\u006f\u0074\u006d\u0069\u006e\u0075\u0073":0x2238,"\u0064o\u0074\u0070\u006c\u0075\u0073":0x2214,"\u0064\u006f\u0074\u0073\u0069\u006d":0x2a6a,"\u0064\u006f\u0074\u0073\u006d\u0069\u006e\u0075\u0073\u0064\u006f\u0074\u0073":0x223a,"\u0064\u006f\u0074t\u0065\u0064\u0063\u0069\u0072\u0063\u006c\u0065":0x25cc,"\u0064\u006f\u0074t\u0065\u0064\u0073\u0071\u0075\u0061\u0072\u0065":0x2b1a,"\u0064\u006f\u0074\u0074\u0069\u006d\u0065\u0073":0x2a30,"\u0064\u006f\u0075b\u006c\u0065\u0062\u0061\u0072\u0076\u0065\u0065":0x2a62,"\u0064\u006f\u0075\u0062\u006c\u0065\u0070\u006c\u0075\u0073":0x29fa,"\u0064\u006f\u0077n\u0061\u0072\u0072\u006f\u0077\u0062\u0061\u0072":0x2913,"\u0064o\u0077n\u0061\u0072\u0072\u006f\u0077\u0062\u0061\u0072\u0072\u0065\u0064":0x2908,"\u0064\u006f\u0077n\u0066\u0069\u0073\u0068\u0074\u0061\u0069\u006c":0x297f,"\u0064o\u0077n\u0068\u0061\u0072\u0070\u006fo\u006e\u006ce\u0066\u0074\u0062\u0061\u0072":0x2959,"\u0064\u006f\u0077\u006eha\u0072\u0070\u006f\u006f\u006e\u0072\u0069\u0067\u0068\u0074\u0062\u0061\u0072":0x2955,"d\u006f\u0077\u006e\u0068ar\u0070o\u006f\u006e\u0073\u006c\u0065f\u0074\u0072\u0069\u0067\u0068\u0074":0x2965,"d\u006fw\u006e\u0072\u0069\u0067\u0068\u0074\u0063\u0075r\u0076\u0065\u0064\u0061rr\u006f\u0077":0x2935,"\u0064o\u0077\u006e\u0073\u006c\u006f\u0070e":0x29f9,"\u0064\u006fw\u006e\u0074\u0061c\u006b\u0062\u0065\u006c\u006f\u0077\u0063\u006d\u0062":0x031e,"d\u006f\u0077\u006e\u0074\u0061\u0063\u006b\u006d\u006f\u0064":0x02d5,"d\u006f\u0077\u006e\u0074ri\u0061n\u0067\u006c\u0065\u006c\u0065f\u0074\u0062\u006c\u0061\u0063\u006b":0x29e8,"\u0064\u006f\u0077\u006etr\u0069\u0061\u006e\u0067\u006c\u0065\u0072\u0069\u0067\u0068\u0074\u0062\u006c\u0061c\u006b":0x29e9,"\u0064\u006f\u0077n\u0075\u0070\u0061\u0072\u0072\u006f\u0077\u0073":0x21f5,"\u0064\u006f\u0077nu\u0070\u0068\u0061\u0072\u0070\u006f\u006f\u006e\u0073\u006c\u0065\u0066\u0074\u0072\u0069\u0067\u0068\u0074":0x296f,"\u0064o\u0077n\u007a\u0069\u0067\u007a\u0061\u0067\u0061\u0072\u0072\u006f\u0077":0x21af,"\u0064\u0070\u0061\u0072\u0065\u006e":0x249f,"\u0064\u0072\u0062\u006b\u0061\u0072\u006f\u0077":0x2910,"\u0064\u0073\u006f\u006c":0x29f6,"\u0064\u0073\u0075\u0062":0x2a64,"\u0064s\u0075\u0070\u0065\u0072\u0069\u006fr":0xf6eb,"\u0064\u0074\u0061i\u006c":0x0256,"\u0064t\u006f\u0070\u0062\u0061\u0072":0x018c,"\u0064u\u0061\u006c\u006d\u0061\u0070":0x29df,"\u0064\u0075\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x3065,"\u0064\u0075\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30c5,"\u0064\u0079\u006fg\u0068":0x0234,"\u0064\u007a":0x01f3,"\u0064\u007a\u0061\u006c\u0074\u006f\u006e\u0065":0x02a3,"\u0064z\u0063\u0061\u0072\u006f\u006e":0x01c6,"\u0064\u007a\u0063\u0075\u0072\u006c":0x02a5,"d\u007ae\u0061\u0062\u006b\u0068\u0061\u0073\u0069\u0061n\u0063\u0079\u0072\u0069ll\u0069\u0063":0x04e1,"\u0064\u007a\u0068e\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x045f,"\u0065":0x0065,"\u0065\u0061\u0063\u0075\u0074\u0065":0x00e9,"\u0065\u0061\u0072t\u0068":0x2641,"\u0065\u0062\u0065\u006e\u0067\u0061\u006c\u0069":0x098f,"\u0065b\u006f\u0070\u006f\u006d\u006f\u0066o":0x311c,"\u0065\u0062\u0072\u0065\u0076\u0065":0x0115,"e\u0063\u0061\u006e\u0064\u0072\u0061\u0064\u0065\u0076\u0061":0x090d,"\u0065c\u0061n\u0064\u0072\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069":0x0a8d,"e\u0063a\u006e\u0064\u0072\u0061\u0076\u006f\u0077\u0065l\u0073\u0069\u0067\u006ede\u0076\u0061":0x0945,"\u0065c\u0061\u006e\u0064\u0072\u0061\u0076\u006f\u0077\u0065\u006c\u0073i\u0067\u006e\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069":0x0ac5,"\u0065\u0063\u0061\u0072\u006f\u006e":0x011b,"\u0065\u0063\u0065\u0064\u0069\u006c\u006c\u0061\u0062\u0072\u0065\u0076\u0065":0x1e1d,"e\u0063\u0068\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x0565,"\u0065c\u0068y\u0069\u0077\u006e\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x0587,"\u0065c\u0069\u0072\u0063\u006c\u0065":0x24d4,"e\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078":0x00ea,"\u0065\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0061\u0063\u0075\u0074\u0065":0x1ebf,"\u0065\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0062\u0065\u006c\u006f\u0077":0x1e19,"\u0065\u0063\u0069\u0072cu\u006d\u0066\u006c\u0065\u0078\u0064\u006f\u0074\u0062\u0065\u006c\u006f\u0077":0x1ec7,"\u0065\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0067\u0072\u0061\u0076\u0065":0x1ec1,"e\u0063i\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078h\u006f\u006f\u006b\u0061bo\u0076\u0065":0x1ec3,"\u0065\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0074\u0069\u006c\u0064\u0065":0x1ec5,"\u0065c\u0079\u0072\u0069\u006c\u006c\u0069c":0x0454,"\u0065d\u0062\u006c\u0067\u0072\u0061\u0076e":0x0205,"\u0065\u0064\u0065v\u0061":0x090f,"\u0065d\u0069\u0065\u0072\u0065\u0073\u0069s":0x00eb,"\u0065\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074":0x0117,"\u0065d\u006f\u0074\u0062\u0065\u006c\u006fw":0x1eb9,"\u0065\u0065\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a0f,"\u0065e\u006da\u0074\u0072\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a47,"\u0065\u0067\u0072\u0061\u0076\u0065":0x00e8,"\u0065\u0067\u0073\u0064\u006f\u0074":0x2a98,"\u0065g\u0075\u006a\u0061\u0072\u0061\u0074i":0x0a8f,"\u0065\u0068\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x0567,"\u0065\u0068\u0062\u006f\u0070\u006f\u006d\u006f\u0066\u006f":0x311d,"\u0065h\u0069\u0072\u0061\u0067\u0061\u006ea":0x3048,"\u0065\u0068\u006f\u006f\u006b\u0061\u0062\u006f\u0076\u0065":0x1ebb,"\u0065\u0069\u0062\u006f\u0070\u006f\u006d\u006f\u0066\u006f":0x311f,"\u0065\u0069\u0067h\u0074":0x0038,"\u0065\u0069\u0067h\u0074\u0062\u0065\u006e\u0067\u0061\u006c\u0069":0x09ee,"\u0065i\u0067\u0068\u0074\u0064\u0065\u0076a":0x096e,"\u0065\u0069\u0067\u0068\u0074\u0065\u0065\u006e\u0063i\u0072\u0063\u006c\u0065":0x2471,"\u0065\u0069\u0067\u0068\u0074\u0065\u0065\u006e\u0070\u0061\u0072\u0065\u006e":0x2485,"\u0065\u0069\u0067\u0068\u0074\u0065\u0065\u006e\u0070e\u0072\u0069\u006f\u0064":0x2499,"\u0065\u0069\u0067\u0068\u0074\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069":0x0aee,"\u0065\u0069\u0067\u0068\u0074\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a6e,"\u0065i\u0067h\u0074\u0068\u0061\u0063\u006b\u0061\u0072\u0061\u0062\u0069\u0063":0x0668,"\u0065\u0069\u0067\u0068\u0074\u0068\u0061\u006e\u0067\u007a\u0068\u006f\u0075":0x3028,"\u0065\u0069g\u0068\u0074\u0068n\u006f\u0074\u0065\u0062\u0065\u0061\u006d\u0065\u0064":0x266b,"e\u0069\u0067\u0068\u0074id\u0065o\u0067\u0072\u0061\u0070\u0068i\u0063\u0070\u0061\u0072\u0065\u006e":0x3227,"\u0065\u0069\u0067\u0068\u0074\u0069\u006e\u0066\u0065\u0072\u0069\u006f\u0072":0x2088,"\u0065\u0069\u0067\u0068\u0074\u006d\u006f\u006e\u006fs\u0070\u0061\u0063\u0065":0xff18,"\u0065\u0069\u0067\u0068\u0074\u006f\u006c\u0064\u0073\u0074\u0079\u006c\u0065":0xf738,"\u0065\u0069\u0067\u0068\u0074\u0070\u0061\u0072\u0065\u006e":0x247b,"e\u0069\u0067\u0068\u0074\u0070\u0065\u0072\u0069\u006f\u0064":0x248f,"\u0065\u0069\u0067h\u0074\u0070\u0065\u0072\u0073\u0069\u0061\u006e":0x06f8,"\u0065\u0069\u0067\u0068\u0074\u0072\u006f\u006d\u0061\u006e":0x2177,"\u0065\u0069\u0067\u0068\u0074\u0073\u0075\u0070\u0065\u0072\u0069\u006f\u0072":0x2078,"\u0065i\u0067\u0068\u0074\u0074\u0068\u0061i":0x0e58,"\u0065\u0069\u006e\u0076\u0065\u0072\u0074\u0065\u0064b\u0072\u0065\u0076\u0065":0x0207,"\u0065\u0069\u006f\u0074\u0069\u0066\u0069\u0065\u0064\u0063\u0079\u0072i\u006c\u006c\u0069\u0063":0x0465,"\u0065k\u0061\u0074\u0061\u006b\u0061\u006ea":0x30a8,"\u0065k\u0061t\u0061\u006b\u0061\u006e\u0061h\u0061\u006cf\u0077\u0069\u0064\u0074\u0068":0xff74,"\u0065k\u006fn\u006b\u0061\u0072\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a74,"\u0065k\u006f\u0072\u0065\u0061\u006e":0x3154,"\u0065\u006c\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x043b,"\u0065l\u0065\u006d\u0065\u006e\u0074":0x2208,"\u0065\u006c\u0065v\u0065\u006e\u0063\u0069\u0072\u0063\u006c\u0065":0x246a,"e\u006c\u0065\u0076\u0065\u006e\u0070\u0061\u0072\u0065\u006e":0x247e,"\u0065\u006c\u0065v\u0065\u006e\u0070\u0065\u0072\u0069\u006f\u0064":0x2492,"e\u006c\u0065\u0076\u0065\u006e\u0072\u006f\u006d\u0061\u006e":0x217a,"\u0065\u006c\u0069\u006e\u0074\u0065\u0072\u0073":0x23e7,"\u0065\u006c\u006c\u0069\u0070\u0073\u0069\u0073":0x2026,"\u0065\u006cl\u0069\u0070\u0073i\u0073\u0076\u0065\u0072\u0074\u0069\u0063\u0061\u006c":0x22ee,"\u0065\u006c\u0073\u0064\u006f\u0074":0x2a97,"\u0065m\u0061\u0063\u0072\u006f\u006e":0x0113,"\u0065\u006d\u0061c\u0072\u006f\u006e\u0061\u0063\u0075\u0074\u0065":0x1e17,"\u0065\u006d\u0061c\u0072\u006f\u006e\u0067\u0072\u0061\u0076\u0065":0x1e15,"\u0065\u006d\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x043c,"\u0065\u006d\u0064\u0061\u0073\u0068":0x2014,"\u0065\u006d\u0064\u0061\u0073\u0068\u0076\u0065\u0072t\u0069\u0063\u0061\u006c":0xfe31,"\u0065\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff45,"e\u006dp\u0068\u0061\u0073\u0069\u0073\u006d\u0061\u0072k\u0061\u0072\u006d\u0065ni\u0061\u006e":0x055b,"\u0065\u006d\u0070\u0074\u0079\u0073\u0065\u0074":0x2205,"\u0065\u006d\u0070t\u0079\u0073\u0065\u0074\u006f\u0061\u0072\u0072":0x29b3,"\u0065\u006d\u0070\u0074\u0079\u0073\u0065\u0074\u006f\u0061\u0072\u0072\u006c":0x29b4,"\u0065\u006d\u0070t\u0079\u0073\u0065\u0074\u006f\u0062\u0061\u0072":0x29b1,"\u0065\u006d\u0070\u0074\u0079\u0073\u0065\u0074\u006f\u0063\u0069\u0072\u0063":0x29b2,"\u0065m\u0070\u0074\u0079\u0073\u006c\u006ft":0xd801,"\u0065\u006d\u0071\u0075\u0061\u0064":0x2001,"\u0065m\u0073\u0070\u0061\u0063\u0065":0x2003,"\u0065\u006e\u0062\u006f\u0070\u006f\u006d\u006f\u0066\u006f":0x3123,"\u0065\u006e\u0063\u006c\u006f\u0073\u0065\u0064\u0069a\u006d\u006f\u006e\u0064":0x20df,"\u0065\u006e\u0063\u006c\u006f\u0073\u0065\u0073\u0071\u0075\u0061\u0072\u0065":0x20de,"\u0065n\u0063l\u006f\u0073\u0065\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065":0x20e4,"\u0065\u006e\u0064\u0061\u0073\u0068":0x2013,"\u0065\u006e\u0064\u0061\u0073\u0068\u0076\u0065\u0072t\u0069\u0063\u0061\u006c":0xfe32,"\u0065\u006e\u0064\u0065sc\u0065\u006e\u0064\u0065\u0072\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x04a3,"\u0065\u006e\u0067":0x014b,"e\u006e\u0067\u0062\u006f\u0070\u006f\u006d\u006f\u0066\u006f":0x3125,"\u0065\u006e\u0067\u0068\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x04a5,"\u0065\u006e\u0068\u006f\u006f\u006b\u0063\u0079\u0072i\u006c\u006c\u0069\u0063":0x04c8,"\u0065\u006e\u0071\u0075\u0061\u0064":0x2000,"\u0065n\u0073\u0070\u0061\u0063\u0065":0x2002,"\u0065o\u0067\u006f\u006e\u0065\u006b":0x0119,"\u0065\u006f\u006b\u006f\u0072\u0065\u0061\u006e":0x3153,"\u0065\u006f\u0070e\u006e":0x025b,"e\u006f\u0070\u0065\u006e\u0063\u006c\u006f\u0073\u0065\u0064":0x029a,"\u0065\u006f\u0070\u0065\u006e\u0072\u0065\u0076\u0065\u0072\u0073\u0065\u0064":0x025c,"\u0065\u006f\u0070\u0065nr\u0065\u0076\u0065\u0072\u0073\u0065\u0064\u0063\u006c\u006f\u0073\u0065\u0064":0x025e,"\u0065\u006f\u0070\u0065\u006e\u0072\u0065\u0076\u0065\u0072\u0073\u0065d\u0068\u006f\u006f\u006b":0x025d,"\u0065\u0070\u0061\u0072\u0065\u006e":0x24a0,"\u0065\u0070\u0061\u0072\u0073\u006c":0x29e3,"\u0065p\u0073\u0069\u006c\u006f\u006e":0x03b5,"\u0065\u0070\u0073\u0069\u006c\u006f\u006e\u0031":0x03f5,"\u0065\u0070\u0073\u0069\u006c\u006f\u006e\u0063\u006c\u006f\u0073\u0065\u0064":0x022a,"\u0065\u0070\u0073\u0069\u006c\u006f\u006e\u0069\u006e\u0076":0x03f6,"\u0065\u0070\u0073i\u006c\u006f\u006e\u0074\u006f\u006e\u006f\u0073":0x03ad,"\u0065q\u0063\u006f\u006c\u006f\u006e":0x2255,"\u0065\u0071\u0064e\u0066":0x225d,"\u0065\u0071\u0064o\u0074":0x2a66,"\u0065\u0071\u0065\u0071":0x2a75,"\u0065\u0071\u0065\u0071\u0065\u0071":0x2a76,"\u0065\u0071\u0067t\u0072":0x22dd,"\u0065\u0071\u006c\u0065\u0073\u0073":0x22dc,"\u0065\u0071\u0071\u0067\u0074\u0072":0x2a9a,"\u0065q\u0071\u006c\u0065\u0073\u0073":0x2a99,"\u0065q\u0071\u0070\u006c\u0075\u0073":0x2a71,"\u0065\u0071\u0071\u0073\u0069\u006d":0x2a73,"e\u0071\u0071\u0073\u006c\u0061\u006e\u0074\u0067\u0074\u0072":0x2a9c,"\u0065\u0071\u0071s\u006c\u0061\u006e\u0074\u006c\u0065\u0073\u0073":0x2a9b,"\u0065\u0071\u0075a\u006c":0x003d,"\u0065\u0071\u0075\u0061\u006c\u006c\u0065\u0066\u0074a\u0072\u0072\u006f\u0077":0x2b40,"\u0065\u0071\u0075\u0061\u006c\u006d\u006f\u006e\u006fs\u0070\u0061\u0063\u0065":0xff1d,"\u0065\u0071\u0075\u0061\u006c\u006f\u0072\u0066\u006fl\u006c\u006f\u0077\u0073":0x22df,"\u0065\u0071\u0075\u0061\u006c\u006f\u0072\u0067\u0072e\u0061\u0074\u0065\u0072":0x2a96,"e\u0071\u0075\u0061\u006c\u006f\u0072\u006c\u0065\u0073\u0073":0x2a95,"\u0065q\u0075a\u006c\u006f\u0072\u0070\u0072\u0065\u0063\u0065\u0064\u0065\u0073":0x22de,"\u0065\u0071\u0075\u0061\u006c\u006f\u0072\u0073\u0069m\u0069\u006c\u0061\u0072":0x2242,"\u0065\u0071\u0075\u0061\u006c\u0070\u0061\u0072\u0061\u006c\u006c\u0065\u006c":0x22d5,"\u0065q\u0075a\u006c\u0072\u0069\u0067\u0068\u0074\u0061\u0072\u0072\u006f\u0077":0x2971,"\u0065\u0071\u0075\u0061\u006c\u0073\u006d\u0061\u006c\u006c":0xfe66,"\u0065\u0071\u0075\u0061\u006c\u0073\u0075\u0062":0x208c,"\u0065\u0071\u0075\u0061\u006c\u0073\u0075\u0070\u0065\u0072\u0069\u006f\u0072":0x207c,"\u0065q\u0075\u0069\u0076\u0044\u0044":0x2a78,"\u0065q\u0075\u0069\u0076\u0056\u0065\u0072t":0x2a68,"\u0065\u0071\u0075\u0069\u0076\u0056\u0076\u0065\u0072\u0074":0x2a69,"e\u0071\u0075\u0069\u0076\u0061\u006c\u0065\u006e\u0063\u0065":0x2261,"\u0065q\u0075i\u0076\u0061\u0073\u0079\u006d\u0070\u0074\u006f\u0074\u0069\u0063":0x224d,"\u0065\u0071\u0076\u0070\u0061\u0072\u0073\u006c":0x29e5,"\u0065\u0072\u0062\u006f\u0070\u006f\u006d\u006f\u0066\u006f":0x3126,"\u0065\u0072\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x0440,"\u0065r\u0065\u0076\u0065\u0072\u0073\u0065d":0x0258,"\u0065\u0072\u0065\u0076\u0065\u0072\u0073\u0065\u0064\u0063\u0079\u0072i\u006c\u006c\u0069\u0063":0x044d,"\u0065\u0072\u0072\u0062\u0061\u0072\u0062\u006c\u0061\u0063\u006b\u0063i\u0072\u0063\u006c\u0065":0x29f3,"\u0065r\u0072b\u0061\u0072\u0062\u006c\u0061c\u006b\u0064i\u0061\u006d\u006f\u006e\u0064":0x29f1,"\u0065\u0072\u0072\u0062\u0061\u0072\u0062\u006c\u0061\u0063\u006b\u0073q\u0075\u0061\u0072\u0065":0x29ef,"\u0065\u0072\u0072b\u0061\u0072\u0063\u0069\u0072\u0063\u006c\u0065":0x29f2,"\u0065\u0072\u0072\u0062\u0061\u0072\u0064\u0069\u0061\u006d\u006f\u006e\u0064":0x29f0,"\u0065\u0072\u0072b\u0061\u0072\u0073\u0071\u0075\u0061\u0072\u0065":0x29ee,"\u0065\u0073\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x0441,"\u0065\u0073\u0064\u0065sc\u0065\u006e\u0064\u0065\u0072\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x04ab,"\u0065\u0073\u0068":0x0283,"\u0065s\u0068\u0063\u0075\u0072\u006c":0x0286,"\u0065\u0073\u0068\u006f\u0072\u0074\u0064\u0065\u0076\u0061":0x090e,"\u0065\u0073\u0068\u006frt\u0076\u006f\u0077\u0065\u006c\u0073\u0069\u0067\u006e\u0064\u0065\u0076\u0061":0x0946,"\u0065s\u0068r\u0065\u0076\u0065\u0072\u0073\u0065\u0064\u006c\u006f\u006f\u0070":0x01aa,"\u0065\u0073h\u0073\u0071\u0075a\u0074\u0072\u0065\u0076\u0065\u0072\u0073\u0065\u0064":0x0285,"\u0065\u0073\u006d\u0061\u006c\u006c\u0068\u0069\u0072a\u0067\u0061\u006e\u0061":0x3047,"\u0065\u0073\u006d\u0061\u006c\u006c\u006b\u0061\u0074a\u006b\u0061\u006e\u0061":0x30a7,"\u0065\u0073\u006dal\u006c\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068":0xff6a,"\u0065s\u0074\u0069\u006d\u0061\u0074\u0065d":0x212e,"\u0065s\u0075\u0070\u0065\u0072\u0069\u006fr":0xf6ec,"\u0065\u0074\u0061":0x03b7,"\u0065\u0074\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x0568,"\u0065\u0074\u0061\u0074\u006f\u006e\u006f\u0073":0x03ae,"\u0065\u0074\u0068":0x00f0,"\u0065\u0074\u0069\u006c\u0064\u0065":0x1ebd,"e\u0074\u0069\u006c\u0064\u0065\u0062\u0065\u006c\u006f\u0077":0x1e1b,"\u0065\u0074\u006e\u0061\u0068\u0074\u0061\u006c\u0065\u0066\u0074\u0068e\u0062\u0072\u0065\u0077":0x0591,"\u0065t\u0075\u0072\u006e\u0065\u0064":0x01dd,"\u0065\u0075\u006b\u006f\u0072\u0065\u0061\u006e":0x3161,"\u0065\u0075\u0072o\u0063\u0075\u0072\u0072\u0065\u006e\u0063\u0079":0x20a0,"\u0065\u0076\u006f\u0077\u0065\u006c\u0073\u0069\u0067\u006e\u0062\u0065n\u0067\u0061\u006c\u0069":0x09c7,"\u0065\u0076\u006f\u0077\u0065\u006c\u0073\u0069\u0067n\u0064\u0065\u0076\u0061":0x0947,"\u0065v\u006fw\u0065\u006c\u0073\u0069\u0067n\u0067\u0075j\u0061\u0072\u0061\u0074\u0069":0x0ac7,"\u0065\u0078\u0063\u006c\u0061\u006d":0x0021,"\u0065\u0078\u0063\u006c\u0061\u006d\u0061\u0072\u006de\u006e\u0069\u0061\u006e":0x055c,"\u0065x\u0063\u006c\u0061\u006d\u0064\u0062l":0x203c,"\u0065\u0078\u0063\u006c\u0061\u006d\u0064\u006f\u0077\u006e":0x00a1,"\u0065x\u0063l\u0061\u006d\u0064\u006f\u0077\u006e\u0073\u006d\u0061\u006c\u006c":0xf7a1,"\u0065x\u0063l\u0061\u006d\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff01,"e\u0078\u0063\u006c\u0061\u006d\u0073\u006d\u0061\u006c\u006c":0xf721,"e\u0078\u0069\u0073\u0074\u0065\u006e\u0074\u0069\u0061\u006c":0x2203,"\u0065\u007a\u0068":0x0292,"\u0065\u007a\u0068\u0063\u0061\u0072\u006f\u006e":0x01ef,"\u0065z\u0068\u0063\u0075\u0072\u006c":0x0293,"e\u007a\u0068\u0072\u0065\u0076\u0065\u0072\u0073\u0065\u0064":0x01b9,"\u0065z\u0068\u0074\u0061\u0069\u006c":0x01ba,"\u0066":0x0066,"\u0066\u0037\u0030\u0065":0xf70e,"\u0066\u0037\u0030\u0061":0xf70a,"\u0066\u0037\u0030\u0063":0xf70c,"\u0066\u0037\u0030\u0064":0xf70d,"\u0066\u0037\u0030\u0062":0xf70b,"\u0066\u0037\u0030\u0066":0xf70f,"\u0066\u0037\u0031\u0063":0xf71c,"\u0066\u0037\u0031\u0061":0xf71a,"\u0066\u0037\u0031\u0064":0xf71d,"\u0066\u0037\u0030\u0030":0xf700,"\u0066\u0037\u0030\u0031":0xf701,"\u0066\u0037\u0030\u0032":0xf702,"\u0066\u0037\u0030\u0033":0xf703,"\u0066\u0037\u0030\u0034":0xf704,"\u0066\u0037\u0030\u0035":0xf705,"\u0066\u0037\u0030\u0036":0xf706,"\u0066\u0037\u0030\u0037":0xf707,"\u0066\u0037\u0030\u0038":0xf708,"\u0066\u0037\u0030\u0039":0xf709,"\u0066\u0037\u0031\u0030":0xf710,"\u0066\u0037\u0031\u0031":0xf711,"\u0066\u0037\u0031\u0032":0xf712,"\u0066\u0037\u0031\u0033":0xf713,"\u0066\u0037\u0031\u0034":0xf714,"\u0066\u0037\u0031\u0035":0xf715,"\u0066\u0037\u0031\u0036":0xf716,"\u0066\u0037\u0031\u0037":0xf717,"\u0066\u0037\u0031\u0038":0xf718,"\u0066\u0037\u0031\u0039":0xf719,"\u0066\u0061\u0064\u0065\u0076\u0061":0x095e,"\u0066\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a5e,"\u0066\u0061\u0068\u0072\u0065\u006e\u0068\u0065\u0069\u0074":0x2109,"\u0066\u0061\u0072\u0073\u0069\u0079\u0065\u0068":0x06cc,"\u0066\u0061\u0072\u0073\u0069\u0079\u0065\u0068\u0066\u0069\u006e\u0061\u006c":0xfbfd,"\u0066\u0061r\u0073\u0069\u0079e\u0068\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064":0xfbfc,"\u0066a\u0074h\u0061\u0068\u006f\u006e\u0074\u0061\u0074\u0077\u0065\u0065\u006c":0xfe77,"\u0066\u0061\u0074\u0068\u0061\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064":0xfe76,"\u0066\u0061\u0074\u0068\u0061\u006c\u006f\u0077":0xe820,"\u0066\u0061\u0074\u0068\u0061\u006c\u006f\u0077\u0061r\u0061\u0062\u0069\u0063":0x064e,"\u0066\u0061\u0074h\u0061\u006f\u006e\u0068\u0061\u006d\u007a\u0061":0xe832,"\u0066\u0061t\u0068\u0061\u0074a\u006e\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064":0xfe70,"f\u0061\u0074\u0068\u0061\u0074\u0061\u006e\u006c\u006f\u0077":0xe823,"\u0066a\u0074h\u0061\u0074\u0061\u006e\u006f\u006e\u0068\u0061\u006d\u007a\u0061":0xe833,"\u0066b\u006f\u0070\u006f\u006d\u006f\u0066o":0x3108,"\u0066b\u006f\u0077\u0074\u0069\u0065":0x29d3,"\u0066c\u0069\u0072\u0063\u006c\u0065":0x24d5,"\u0066\u0063\u006d\u0070":0x2a3e,"\u0066\u0064\u0069\u0061\u0067\u006f\u0076\u006e\u0065a\u0072\u0072\u006f\u0077":0x292f,"\u0066\u0064\u0069a\u0067\u006f\u0076\u0072\u0064\u0069\u0061\u0067":0x292c,"\u0066\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074":0x1e1f,"f\u0065\u0068\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x0586,"\u0066\u0065\u0068\u0066\u0069\u006e\u0061\u006c\u0061r\u0061\u0062\u0069\u0063":0xfed2,"\u0066\u0065h\u0069\u006e\u0069t\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063":0xfed3,"f\u0065\u0068\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064":0xfed1,"\u0066e\u0068m\u0065\u0064\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063":0xfed4,"\u0066\u0065\u0068\u0077\u0069\u0074\u0068\u0061\u006c\u0065\u0066m\u0061\u006b\u0073\u0075\u0072\u0061\u0069\u0073\u006f\u006ca\u0074\u0065\u0064":0xfc31,"\u0066e\u0068w\u0069\u0074\u0068\u0079\u0065h\u0069\u0073o\u006c\u0061\u0074\u0065\u0064":0xfc32,"\u0066e\u0069\u0063\u006f\u0070\u0074\u0069c":0x03e5,"\u0066\u0065\u006d\u0061\u006c\u0065":0x2640,"\u0066\u0066":0xfb00,"\u0066\u0066\u0069":0xfb03,"\u0066\u0066\u006c":0xfb04,"\u0066\u0069":0xfb01,"\u0066\u0069\u0066\u0074\u0065\u0065\u006e\u0063\u0069\u0072\u0063\u006c\u0065":0x246e,"\u0066\u0069\u0066t\u0065\u0065\u006e\u0070\u0061\u0072\u0065\u006e":0x2482,"\u0066\u0069\u0066\u0074\u0065\u0065\u006e\u0070\u0065\u0072\u0069\u006f\u0064":0x2496,"\u0066\u0069\u0067\u0075\u0072\u0065\u0064\u0061\u0073\u0068":0x2012,"f\u0069\u0067\u0075\u0072\u0065\u0073\u0070\u0061\u0063\u0065":0x2007,"f\u0069n\u0061\u006c\u006b\u0061\u0066\u0064\u0061\u0067e\u0073\u0068\u0068\u0065br\u0065\u0077":0xfb3a,"\u0066i\u006ea\u006c\u006b\u0061\u0066\u0077i\u0074\u0068q\u0061\u006d\u0061\u0074\u0073":0xe803,"\u0066\u0069\u006e\u0061\u006c\u006b\u0061\u0066\u0077\u0069\u0074\u0068s\u0068\u0065\u0076\u0061":0xe802,"\u0066\u0069\u006e\u0061\u006c\u006d\u0065\u006d\u0068e\u0062\u0072\u0065\u0077":0x05dd,"\u0066\u0069\u006e\u0061\u006c\u0070\u0065\u0068\u0065\u0062\u0072\u0065\u0077":0x05e3,"\u0066\u0069\u006e\u0061\u006c\u0074\u0073\u0061\u0064\u0069":0x05e5,"\u0066\u0069\u006e\u0074":0x2a0f,"\u0066\u0069r\u0073\u0074\u0074o\u006e\u0065\u0063\u0068\u0069\u006e\u0065\u0073\u0065":0x02c9,"\u0066i\u0073\u0068\u0065\u0079\u0065":0x25c9,"\u0066\u0069\u0076\u0065":0x0035,"\u0066\u0069\u0076\u0065\u0061\u0072\u0061\u0062\u0069\u0063":0x0665,"f\u0069\u0076\u0065\u0062\u0065\u006e\u0067\u0061\u006c\u0069":0x09eb,"\u0066\u0069\u0076\u0065\u0064\u0065\u0076\u0061":0x096b,"f\u0069\u0076\u0065\u0065\u0069\u0067\u0068\u0074\u0068\u0073":0x215d,"\u0066\u0069\u0076e\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069":0x0aeb,"\u0066\u0069\u0076e\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a6b,"\u0066\u0069\u0076e\u0068\u0061\u006e\u0067\u007a\u0068\u006f\u0075":0x3025,"f\u0069v\u0065\u0069\u0064\u0065\u006f\u0067\u0072\u0061p\u0068\u0069\u0063\u0070ar\u0065\u006e":0x3224,"\u0066\u0069\u0076e\u0069\u006e\u0066\u0065\u0072\u0069\u006f\u0072":0x2085,"\u0066\u0069\u0076\u0065\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff15,"\u0066\u0069\u0076e\u006f\u006c\u0064\u0073\u0074\u0079\u006c\u0065":0xf735,"\u0066i\u0076\u0065\u0070\u0061\u0072\u0065n":0x2478,"\u0066\u0069\u0076\u0065\u0070\u0065\u0072\u0069\u006f\u0064":0x248c,"f\u0069\u0076\u0065\u0070\u0065\u0072\u0073\u0069\u0061\u006e":0x06f5,"\u0066i\u0076\u0065\u0072\u006f\u006d\u0061n":0x2174,"\u0066i\u0076\u0065\u0073\u0069\u0078\u0074h":0x215a,"\u0066\u0069\u0076e\u0073\u0075\u0070\u0065\u0072\u0069\u006f\u0072":0x2075,"\u0066\u0069\u0076\u0065\u0074\u0068\u0061\u0069":0x0e55,"\u0066\u006c":0xfb02,"\u0066l\u006f\u006f\u0072\u006c\u0065\u0066t":0x230a,"\u0066\u006c\u006f\u006f\u0072\u0072\u0069\u0067\u0068\u0074":0x230b,"\u0066\u006c\u006f\u0072\u0069\u006e":0x0192,"\u0066\u006c\u0074n\u0073":0x23e5,"\u0066\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff46,"\u0066\u006d\u0073\u0071\u0075\u0061\u0072\u0065":0x3399,"\u0066o\u0066\u0061\u006e\u0074\u0068\u0061i":0x0e1f,"\u0066\u006f\u0066\u0061\u0074\u0068\u0061\u0069":0x0e1d,"\u0066o\u006cl\u006f\u0077\u006e\u006f\u0074\u0064\u0062\u006c\u0065\u0071\u0076":0x2aba,"\u0066\u006fl\u006c\u006f\u0077n\u006f\u0074\u0073\u006c\u006e\u0074\u0065\u0071\u006c":0x2ab6,"\u0066\u006f\u006c\u006c\u006f\u0077\u006f\u0072\u006e\u006f\u0074\u0065q\u0076\u006c\u006e\u0074":0x22e9,"\u0066\u006f\u006cl\u006f\u0077\u0073\u0065\u0071\u0075\u0061\u006c":0x2ab0,"\u0066\u006f\u006c\u006c\u006f\u0077\u0073\u006f\u0072c\u0075\u0072\u006c\u0079":0x227d,"\u0066\u006f\u006c\u006c\u006f\u0077\u0073\u006f\u0072e\u0071\u0075\u0061\u006c":0x227f,"f\u006f\u006e\u0067\u006d\u0061\u006e\u0074\u0068\u0061\u0069":0x0e4f,"\u0066\u006f\u0072\u0063\u0065\u0073":0x22a9,"\u0066o\u0072\u0063\u0065\u0073\u0062\u0061r":0x22aa,"\u0066\u006f\u0072\u006b":0x22d4,"\u0066\u006f\u0072k\u0073":0x2adc,"\u0066\u006f\u0072\u006b\u0073\u006e\u006f\u0074":0x2add,"\u0066\u006f\u0072k\u0076":0x2ad9,"\u0066\u006f\u0075\u0072":0x0034,"\u0066\u006f\u0075\u0072\u0061\u0072\u0061\u0062\u0069\u0063":0x0664,"f\u006f\u0075\u0072\u0062\u0065\u006e\u0067\u0061\u006c\u0069":0x09ea,"\u0066\u006f\u0075\u0072\u0064\u0065\u0076\u0061":0x096a,"\u0066\u006f\u0075\u0072\u0066\u0069\u0066\u0074\u0068\u0073":0x2158,"\u0066\u006f\u0075r\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069":0x0aea,"\u0066\u006f\u0075r\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a6a,"\u0066\u006f\u0075r\u0068\u0061\u006e\u0067\u007a\u0068\u006f\u0075":0x3024,"f\u006fu\u0072\u0069\u0064\u0065\u006f\u0067\u0072\u0061p\u0068\u0069\u0063\u0070ar\u0065\u006e":0x3223,"\u0066\u006f\u0075r\u0069\u006e\u0066\u0065\u0072\u0069\u006f\u0072":0x2084,"\u0066\u006f\u0075\u0072\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff14,"f\u006fu\u0072\u006e\u0075\u006d\u0065\u0072\u0061\u0074o\u0072\u0062\u0065\u006ega\u006c\u0069":0x09f7,"\u0066\u006f\u0075r\u006f\u006c\u0064\u0073\u0074\u0079\u006c\u0065":0xf734,"\u0066o\u0075\u0072\u0070\u0061\u0072\u0065n":0x2477,"\u0066\u006f\u0075\u0072\u0070\u0065\u0072\u0065\u006ds\u0070\u0061\u0063\u0065":0x2005,"\u0066\u006f\u0075\u0072\u0070\u0065\u0072\u0069\u006f\u0064":0x248b,"f\u006f\u0075\u0072\u0070\u0065\u0072\u0073\u0069\u0061\u006e":0x06f4,"\u0066o\u0075\u0072\u0072\u006f\u006d\u0061n":0x2173,"\u0066\u006f\u0075r\u0073\u0075\u0070\u0065\u0072\u0069\u006f\u0072":0x2074,"\u0066\u006f\u0075\u0072\u0074\u0065\u0065\u006e\u0063i\u0072\u0063\u006c\u0065":0x246d,"\u0066\u006f\u0075\u0072\u0074\u0065\u0065\u006e\u0070\u0061\u0072\u0065\u006e":0x2481,"\u0066\u006f\u0075\u0072\u0074\u0065\u0065\u006e\u0070e\u0072\u0069\u006f\u0064":0x2495,"\u0066\u006f\u0075\u0072\u0074\u0068\u0061\u0069":0x0e54,"\u0066\u006f\u0075\u0072\u0074\u0068\u0072\u006f\u006f\u0074":0x221c,"\u0066\u006f\u0075\u0072\u0074\u0068\u0074\u006f\u006e\u0065\u0063\u0068i\u006e\u0065\u0073\u0065":0x02cb,"\u0066o\u0075\u0072\u0076\u0064\u006f\u0074s":0x2999,"\u0066\u0070\u0061\u0072\u0065\u006e":0x24a1,"\u0066\u0072\u0061\u0063\u0074\u0069\u006f\u006e":0x2044,"\u0066\u0072\u0061n\u0063":0x20a3,"\u0066r\u006f\u006e\u0074\u0065\u0064":0x024b,"\u0066\u0075\u006c\u006c\u006f\u0075\u0074\u0065\u0072\u006a\u006f\u0069\u006e":0x27d7,"\u0067":0x0067,"\u0067a\u0062\u0065\u006e\u0067\u0061\u006ci":0x0997,"\u0067\u0061\u0063\u0075\u0074\u0065":0x01f5,"\u0067\u0061\u0064\u0065\u0076\u0061":0x0917,"\u0067a\u0066\u0061\u0072\u0061\u0062\u0069c":0x06af,"\u0067\u0061\u0066\u0066\u0069\u006e\u0061\u006c\u0061r\u0061\u0062\u0069\u0063":0xfb93,"\u0067\u0061f\u0069\u006e\u0069t\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063":0xfb94,"g\u0061\u0066\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064":0xfb92,"\u0067a\u0066m\u0065\u0064\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063":0xfb95,"\u0067\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069":0x0a97,"\u0067\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a17,"\u0067\u0061\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x304c,"\u0067\u0061\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30ac,"\u0067\u0061\u006dm\u0061":0x03b3,"\u0067a\u006dm\u0061\u006c\u0061\u0074\u0069\u006e\u0073\u006d\u0061\u006c\u006c":0x0263,"\u0067\u0061\u006d\u006d\u0061\u0073\u0075\u0070\u0065\u0072\u0069\u006f\u0072":0x02e0,"\u0067\u0061\u006eg\u0069\u0061\u0063\u006f\u0070\u0074\u0069\u0063":0x03eb,"\u0067b\u006f\u0070\u006f\u006d\u006f\u0066o":0x310d,"\u0067\u0062\u0072\u0065\u0076\u0065":0x011f,"\u0067\u0063\u0061\u0072\u006f\u006e":0x01e7,"\u0067\u0063\u0065\u0064\u0069\u006c\u006c\u0061":0x0123,"\u0067c\u0069\u0072\u0063\u006c\u0065":0x24d6,"g\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078":0x011d,"\u0067\u0064\u006f\u0074":0x0121,"\u0067\u0065\u0062a\u0072":0x03cf,"\u0067\u0065\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x3052,"\u0067\u0065\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30b2,"\u0067\u0065\u006f\u006d\u0065\u0071\u0075\u0069\u0076a\u006c\u0065\u006e\u0074":0x224e,"\u0067e\u006fm\u0065\u0074\u0072\u0069\u0063a\u006c\u006cy\u0065\u0071\u0075\u0061\u006c":0x2251,"\u0067e\u0071\u0071\u0073\u006c\u0061\u006et":0x2afa,"\u0067e\u0072e\u0073\u0068\u0061\u0063\u0063e\u006e\u0074h\u0065\u0062\u0072\u0065\u0077":0x059c,"\u0067\u0065\u0072e\u0073\u0068\u0068\u0065\u0062\u0072\u0065\u0077":0x05f3,"\u0067e\u0072e\u0073\u0068\u006d\u0075\u0071d\u0061\u006dh\u0065\u0062\u0072\u0065\u0077":0x059d,"\u0067\u0065\u0072\u006d\u0061\u006e\u0064\u0062\u006c\u0073":0x00df,"g\u0065\u0072\u0073\u0068ay\u0069m\u0061\u0063\u0063\u0065\u006et\u0068\u0065\u0062\u0072\u0065\u0077":0x059e,"\u0067e\u0072s\u0068\u0061\u0079\u0069\u006d\u0068\u0065\u0062\u0072\u0065\u0077":0x05f4,"\u0067\u0065\u0073c\u0063":0x2aa9,"\u0067\u0065\u0073\u0064\u006f\u0074":0x2a80,"\u0067e\u0073\u0064\u006f\u0074\u006f":0x2a82,"\u0067\u0065\u0073\u0064\u006f\u0074\u006f\u006c":0x2a84,"\u0067\u0065\u0073\u006c\u0065\u0073":0x2a94,"\u0067\u0065\u0074\u0061\u006d\u0061\u0072\u006b":0x3013,"\u0067\u0067\u0067":0x22d9,"\u0067g\u0067\u006e\u0065\u0073\u0074":0x2af8,"\u0067\u0068\u0061\u0062\u0065\u006e\u0067\u0061\u006c\u0069":0x0998,"\u0067\u0068\u0061d\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x0572,"\u0067h\u0061\u0064\u0065\u0076\u0061":0x0918,"g\u0068\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069":0x0a98,"g\u0068\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a18,"g\u0068\u0061\u0069\u006e\u0061\u0072\u0061\u0062\u0069\u0063":0x063a,"\u0067\u0068a\u0069\u006e\u0066i\u006e\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063":0xfece,"\u0067h\u0061i\u006e\u0069\u006e\u0069\u0074i\u0061\u006ca\u0072\u0061\u0062\u0069\u0063":0xfecf,"\u0067\u0068\u0061\u0069\u006e\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064":0xfecd,"\u0067\u0068\u0061\u0069\u006e\u006d\u0065\u0064\u0069\u0061\u006c\u0061r\u0061\u0062\u0069\u0063":0xfed0,"g\u0068\u0065\u006d\u0069dd\u006ce\u0068\u006f\u006f\u006b\u0063y\u0072\u0069\u006c\u006c\u0069\u0063":0x0495,"\u0067\u0068\u0065\u0073\u0074\u0072\u006f\u006b\u0065\u0063\u0079\u0072i\u006c\u006c\u0069\u0063":0x0493,"\u0067\u0068\u0065\u0075\u0070\u0074\u0075\u0072\u006e\u0063\u0079\u0072i\u006c\u006c\u0069\u0063":0x0491,"\u0067\u0068\u0068\u0061\u0064\u0065\u0076\u0061":0x095a,"\u0067\u0068\u0068a\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a5a,"\u0067\u0068\u006fo\u006b":0x0260,"\u0067h\u007a\u0073\u0071\u0075\u0061\u0072e":0x3393,"\u0067\u0069\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x304e,"\u0067\u0069\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30ae,"g\u0069\u006d\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x0563,"\u0067\u0069\u006de\u006c":0x2137,"\u0067\u0069\u006d\u0065\u006c\u0064\u0061\u0067\u0065\u0073\u0068\u0068e\u0062\u0072\u0065\u0077":0xfb32,"g\u006a\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x0453,"\u0067\u006c\u0045":0x2a92,"\u0067\u006c\u0061":0x2aa5,"g\u006c\u0065\u0069\u0063\u0068\u0073\u0074\u0061\u0072\u006b":0x29e6,"\u0067\u006c\u006a":0x2aa4,"\u0067l\u006f\u0074\u0074\u0061\u006c":0x0249,"g\u006c\u006f\u0074\u0074al\u0069n\u0076\u0065\u0072\u0074\u0065d\u0073\u0074\u0072\u006f\u006b\u0065":0x01be,"\u0067\u006c\u006f\u0074\u0074\u0061\u006c\u0072\u0065\u0076":0x024a,"g\u006c\u006f\u0074\u0074\u0061\u006c\u0073\u0074\u006f\u0070":0x0294,"\u0067\u006c\u006f\u0074\u0074\u0061\u006c\u0073\u0074o\u0070\u0062\u0061\u0072":0x0231,"\u0067\u006c\u006f\u0074\u0074\u0061\u006c\u0073\u0074\u006f\u0070\u0062a\u0072\u0072\u0065\u0076":0x0232,"\u0067\u006c\u006f\u0074\u0074\u0061\u006c\u0073\u0074o\u0070\u0069\u006e\u0076":0x0226,"\u0067\u006c\u006f\u0074ta\u006c\u0073\u0074\u006f\u0070\u0069\u006e\u0076\u0065\u0072\u0074\u0065\u0064":0x0296,"\u0067\u006c\u006f\u0074\u0074\u0061\u006c\u0073\u0074o\u0070\u006d\u006f\u0064":0x02c0,"\u0067\u006c\u006f\u0074ta\u006c\u0073\u0074\u006f\u0070\u0072\u0065\u0076\u0065\u0072\u0073\u0065\u0064":0x0295,"\u0067\u006c\u006f\u0074ta\u006c\u0073\u0074\u006f\u0070\u0072\u0065\u0076\u0065\u0072\u0073\u0065\u0064\u006do\u0064":0x02c1,"g\u006c\u006f\u0074\u0074\u0061\u006cs\u0074\u006f\u0070\u0072\u0065\u0076\u0065\u0072\u0073e\u0064\u0073\u0075p\u0065r\u0069\u006f\u0072":0x02e4,"\u0067\u006c\u006f\u0074\u0074\u0061\u006c\u0073\u0074\u006f\u0070\u0072e\u0076\u0069\u006e\u0076":0x0225,"\u0067\u006c\u006f\u0074\u0074\u0061\u006c\u0073\u0074\u006f\u0070\u0073t\u0072\u006f\u006b\u0065":0x02a1,"\u0067l\u006f\u0074\u0074\u0061l\u0073\u0074\u006f\u0070\u0073t\u0072o\u006be\u0072\u0065\u0076\u0065\u0072\u0073\u0065d":0x02a2,"\u0067m\u0061\u0063\u0072\u006f\u006e":0x1e21,"\u0067\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff47,"\u0067\u006e\u0073i\u006d":0x22e7,"\u0067\u006f\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x3054,"\u0067\u006f\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30b4,"\u0067\u0070\u0061\u0072\u0065\u006e":0x24a2,"\u0067p\u0061\u0073\u0071\u0075\u0061\u0072e":0x33ac,"\u0067\u0072\u0061\u0064\u0069\u0065\u006e\u0074":0x2207,"\u0067\u0072\u0061v\u0065":0x0060,"\u0067\u0072\u0061\u0076\u0065\u0062\u0065\u006c\u006f\u0077\u0063\u006d\u0062":0x0316,"\u0067\u0072\u0061\u0076\u0065\u0063\u006d\u0062":0x0300,"\u0067r\u0061\u0076\u0065\u0064\u0065\u0076a":0x0953,"\u0067\u0072\u0061\u0076\u0065\u006c\u0065\u0066\u0074\u006e\u006f\u0073\u0070":0x02b3,"g\u0072\u0061\u0076\u0065\u006c\u006f\u0077\u006d\u006f\u0064":0x02ce,"\u0067\u0072\u0061\u0076\u0065\u006d\u006f\u006e\u006fs\u0070\u0061\u0063\u0065":0xff40,"\u0067\u0072\u0061v\u0065\u0074\u006f\u006e\u0065\u0063\u006d\u0062":0x0340,"\u0067r\u0065\u0061\u0074\u0065\u0072":0x003e,"\u0067\u0072\u0065\u0061\u0074\u0065\u0072\u0064\u0062\u006c\u0065\u0071l\u006c\u0065\u0073\u0073":0x2a8c,"\u0067\u0072\u0065\u0061\u0074\u0065\u0072\u0064\u006f\u0074":0x22d7,"\u0067\u0072\u0065a\u0074\u0065\u0072\u0065\u0071\u0075\u0061\u006c":0x2265,"\u0067r\u0065a\u0074\u0065\u0072\u0065\u0071u\u0061\u006co\u0072\u006c\u0065\u0073\u0073":0x22db,"\u0067\u0072e\u0061\u0074\u0065r\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff1e,"\u0067r\u0065a\u0074\u0065\u0072\u006e\u006ft\u0064\u0062l\u0065\u0071\u0075\u0061\u006c":0x2a8a,"\u0067r\u0065a\u0074\u0065\u0072\u006e\u006f\u0074\u0065\u0071\u0075\u0061\u006c":0x2a88,"\u0067r\u0065a\u0074\u0065\u0072\u006f\u0072a\u0070\u0070r\u006f\u0078\u0065\u0071\u006c":0x2a86,"\u0067\u0072\u0065\u0061te\u0072\u006f\u0072\u0065\u0071\u0075\u0069\u0076\u0061\u006c\u0065\u006e\u0074":0x2273,"\u0067\u0072\u0065\u0061\u0074\u0065\u0072\u006f\u0072\u006c\u0065\u0073\u0073":0x2277,"\u0067r\u0065a\u0074\u0065\u0072\u006f\u0072n\u006f\u0074d\u0062\u006c\u0065\u0071\u006c":0x2269,"\u0067\u0072e\u0061\u0074\u0065r\u006f\u0076\u0065\u0072\u0065\u0071\u0075\u0061\u006c":0x2267,"\u0067\u0072\u0065a\u0074\u0065\u0072\u0073\u006d\u0061\u006c\u006c":0xfe65,"\u0067s\u0063\u0072\u0069\u0070\u0074":0x0261,"\u0067\u0073\u0069m\u0065":0x2a8e,"\u0067\u0073\u0069m\u006c":0x2a90,"\u0067s\u0074\u0072\u006f\u006b\u0065":0x01e5,"\u0067\u0074\u0063\u0063":0x2aa7,"\u0067\u0074\u0063i\u0072":0x2a7a,"\u0067\u0074\u006c\u0070\u0061\u0072":0x29a0,"\u0067t\u0071\u0075\u0065\u0073\u0074":0x2a7c,"\u0067\u0074\u0072\u0061\u0072\u0072":0x2978,"\u0067\u0075\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x3050,"\u0067\u0075\u0069\u006c\u006c\u0065\u006d\u006f\u0074\u006c\u0065\u0066\u0074":0x00ab,"\u0067\u0075\u0069\u006c\u006c\u0065\u006d\u006f\u0074r\u0069\u0067\u0068\u0074":0x00bb,"\u0067\u0075\u0069\u006c\u0073\u0069\u006e\u0067\u006c\u006c\u0065\u0066\u0074":0x2039,"\u0067\u0075\u0069\u006c\u0073\u0069\u006e\u0067\u006cr\u0069\u0067\u0068\u0074":0x203a,"\u0067\u0075\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30b0,"\u0067\u0075\u0072a\u006d\u0075\u0073\u0071\u0075\u0061\u0072\u0065":0x3318,"\u0067\u0079\u0073\u0071\u0075\u0061\u0072\u0065":0x33c9,"\u0068":0x0068,"\u0068\u0061\u0061\u0062kh\u0061\u0073\u0069\u0061\u006e\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x04a9,"\u0068\u0061\u0061\u006c\u0074\u006f\u006e\u0065\u0061r\u0061\u0062\u0069\u0063":0x06c1,"\u0068a\u0062\u0065\u006e\u0067\u0061\u006ci":0x09b9,"\u0068\u0061\u0063e\u006b\u0073\u0075\u0062\u006e\u006f\u0073\u0070":0x029f,"\u0068\u0061\u0064\u0065sc\u0065\u006e\u0064\u0065\u0072\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x04b3,"\u0068\u0061\u0064\u0065\u0076\u0061":0x0939,"\u0068\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069":0x0ab9,"\u0068\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a39,"\u0068\u0061\u0068\u0066\u0069\u006e\u0061\u006c\u0061r\u0061\u0062\u0069\u0063":0xfea2,"\u0068\u0061h\u0069\u006e\u0069t\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063":0xfea3,"\u0068\u0061\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x306f,"h\u0061\u0068\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064":0xfea1,"\u0068a\u0068m\u0065\u0064\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063":0xfea4,"\u0068a\u0068w\u0069\u0074\u0068\u006d\u0065e\u006d\u0069n\u0069\u0074\u0069\u0061\u006c":0xfcaa,"\u0068a\u0069\u0072\u0073\u0070\u0061\u0063e":0x200a,"h\u0061\u0069\u0074\u0075\u0073\u0071\u0075\u0061\u0072\u0065":0x332a,"\u0068\u0061\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30cf,"\u0068\u0061\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068":0xff8a,"\u0068\u0061\u006c\u0061\u006e\u0074\u0067\u0075\u0072m\u0075\u006b\u0068\u0069":0x0a4d,"\u0068\u0061m\u007a\u0061\u0064a\u006d\u006d\u0061\u0061\u0072\u0061\u0062\u0069\u0063":0x0621,"\u0068\u0061\u006d\u007a\u0061\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064":0xfe80,"\u0068\u0061\u006eg\u0075\u006c\u0066\u0069\u006c\u006c\u0065\u0072":0x3164,"\u0068\u0061r\u0064\u0073\u0069g\u006e\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x044a,"\u0068a\u0072p\u006f\u006f\u006e\u0064\u006f\u0077\u006e\u006c\u0065\u0066\u0074":0x21c3,"\u0068\u0061r\u0070\u006f\u006fn\u0064\u006f\u0077\u006e\u0072\u0069\u0067\u0068\u0074":0x21c2,"\u0068\u0061\u0072\u0070\u006f\u006f\u006e\u006c\u0065\u0066\u0074\u0062a\u0072\u0062\u0075\u0070":0x21bc,"\u0068\u0061r\u0070\u006f\u006fn\u006c\u0065\u0066\u0074\u0072\u0069\u0067\u0068\u0074":0x21cc,"\u0068a\u0072p\u006f\u006f\u006e\u0072\u0069g\u0068\u0074b\u0061\u0072\u0062\u0075\u0070":0x21c0,"\u0068\u0061r\u0070\u006f\u006fn\u0072\u0069\u0067\u0068\u0074\u006c\u0065\u0066\u0074":0x21cb,"\u0068\u0061\u0072\u0070\u006f\u006f\u006e\u0075\u0070\u006c\u0065\u0066\u0074":0x21bf,"\u0068\u0061\u0072\u0070\u006f\u006f\u006e\u0075\u0070r\u0069\u0067\u0068\u0074":0x21be,"\u0068\u0061\u0072\u0072\u006f\u0077\u0065\u0078\u0074e\u006e\u0064\u0065\u0072":0x23af,"\u0068\u0061\u0073\u0071\u0075\u0061\u0072\u0065":0x33ca,"\u0068\u0061\u0074a\u0066\u0070\u0061\u0074\u0061\u0068\u0031\u0036":0x05b2,"\u0068\u0061\u0074\u0061\u0066\u0071\u0061\u006d\u0061\u0074\u0073\u0032\u0038":0x05b3,"h\u0061t\u0061\u0066\u0073\u0065\u0067\u006f\u006c\u0077i\u0064\u0065\u0068\u0065br\u0065\u0077":0x05b1,"\u0068a\u0074\u0061\u0070\u0070\u0072\u006fx":0x2a6f,"\u0068\u0062\u0061\u0072":0x0127,"\u0068b\u006f\u0070\u006f\u006d\u006f\u0066o":0x310f,"h\u0062\u0072\u0065\u0076\u0065\u0062\u0065\u006c\u006f\u0077":0x1e2b,"\u0068\u0063\u0065\u0064\u0069\u006c\u006c\u0061":0x1e29,"\u0068c\u0069\u0072\u0063\u006c\u0065":0x24d7,"h\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078":0x0125,"\u0068\u0063\u0079\u0072\u0069\u006c":0x03f7,"\u0068d\u0069\u0065\u0072\u0065\u0073\u0069s":0x1e27,"\u0068\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074":0x1e23,"\u0068d\u006f\u0074\u0062\u0065\u006c\u006fw":0x1e25,"\u0068\u0065\u0061r\u0074":0x2665,"\u0068\u0065\u0061\u0072\u0074\u0073\u0075\u0069\u0074w\u0068\u0069\u0074\u0065":0x2661,"\u0068\u0065\u0064\u0061\u0067\u0065\u0073\u0068\u0068e\u0062\u0072\u0065\u0077":0xfb34,"\u0068e\u0068\u0061\u0072\u0061\u0062\u0069c":0x0647,"h\u0065h\u0066\u0069\u006e\u0061\u006c\u0061\u006c\u0074o\u006e\u0065\u0061\u0072ab\u0069\u0063":0xfba7,"\u0068\u0065\u0068\u0066\u0069\u006e\u0061\u006c\u0061r\u0061\u0062\u0069\u0063":0xfeea,"\u0068e\u0068\u0068\u0061\u006d\u007a\u0061\u0061\u0062\u006f\u0076\u0065f\u0069\u006e\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063":0xfba5,"h\u0065\u0068\u0068\u0061\u006d\u007aa\u0061\u0062\u006f\u0076\u0065\u0069\u0073\u006f\u006ca\u0074\u0065\u0064a\u0072a\u0062\u0069\u0063":0xfba4,"\u0068\u0065\u0068\u0069ni\u0074\u0069\u0061\u006c\u0061\u006c\u0074\u006f\u006e\u0065\u0061\u0072\u0061\u0062i\u0063":0xfba8,"\u0068\u0065h\u0069\u006e\u0069t\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063":0xfeeb,"\u0068\u0065\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x3078,"h\u0065\u0068\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064":0xfee9,"h\u0065\u0068\u006d\u0065di\u0061l\u0061\u006c\u0074\u006f\u006ee\u0061\u0072\u0061\u0062\u0069\u0063":0xfba9,"\u0068e\u0068m\u0065\u0064\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063":0xfeec,"\u0068e\u0068w\u0069\u0074\u0068\u006d\u0065e\u006d\u0069n\u0069\u0074\u0069\u0061\u006c":0xfcd8,"\u0068e\u0069s\u0065\u0069\u0065\u0072\u0061\u0073\u0071\u0075\u0061\u0072\u0065":0x337b,"\u0068\u0065\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30d8,"\u0068\u0065\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068":0xff8d,"\u0068e\u006bu\u0074\u0061\u0061\u0072\u0075\u0073\u0071\u0075\u0061\u0072\u0065":0x3336,"\u0068\u0065\u006e\u0067\u0068\u006f\u006f\u006b":0x0267,"\u0068\u0065\u0072m\u0069\u0074\u006d\u0061\u0074\u0072\u0069\u0078":0x22b9,"\u0068\u0065\u0072u\u0074\u0075\u0073\u0071\u0075\u0061\u0072\u0065":0x3339,"\u0068e\u0078\u0061\u0067\u006f\u006e":0x2394,"\u0068\u0065\u0078a\u0067\u006f\u006e\u0062\u006c\u0061\u0063\u006b":0x2b23,"\u0068\u0068\u006fo\u006b":0x0266,"\u0068\u0068\u006f\u006f\u006b\u0073\u0075\u0070\u0065\u0072":0x023a,"\u0068\u0068\u006f\u006f\u006b\u0073\u0075\u0070\u0065\u0072\u0069\u006f\u0072":0x02b1,"\u0068i\u0065u\u0068\u0061\u0063\u0069\u0072c\u006c\u0065k\u006f\u0072\u0065\u0061\u006e":0x327b,"\u0068\u0069\u0065\u0075\u0068\u0061\u0070\u0061\u0072\u0065\u006e\u006bo\u0072\u0065\u0061\u006e":0x321b,"\u0068\u0069\u0065\u0075\u0068\u0063\u0069\u0072\u0063\u006c\u0065\u006bo\u0072\u0065\u0061\u006e":0x326d,"h\u0069\u0065\u0075\u0068\u006b\u006f\u0072\u0065\u0061\u006e":0x314e,"\u0068\u0069e\u0075\u0068\u0070a\u0072\u0065\u006e\u006b\u006f\u0072\u0065\u0061\u006e":0x320d,"\u0068i\u0067\u0068\u0068\u0061\u006d\u007aa":0x0674,"\u0068\u0069\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x3072,"\u0068\u0069\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30d2,"\u0068\u0069\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068":0xff8b,"\u0068i\u0072\u0069\u0071\u0031\u0034":0x05b4,"\u0068k\u006e\u0065\u0061\u0072\u0072\u006fw":0x2924,"\u0068k\u006e\u0077\u0061\u0072\u0072\u006fw":0x2923,"\u0068\u006b\u0073\u0065\u0061\u0072\u006f\u0077":0x2925,"\u0068\u006b\u0073\u0077\u0061\u0072\u006f\u0077":0x2926,"\u0068\u006c\u0069\u006e\u0065\u0062\u0065\u006c\u006f\u0077":0x1e96,"\u0068\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff48,"\u0068\u006f\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x0570,"\u0068o\u0068\u0069\u0070\u0074\u0068\u0061i":0x0e2b,"\u0068\u006f\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x307b,"\u0068\u006f\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30db,"\u0068\u006f\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068":0xff8e,"\u0068o\u006ca\u006d\u0071\u0075\u0061\u0072t\u0065\u0072h\u0065\u0062\u0072\u0065\u0077":0x05b9,"\u0068\u006f\u006eo\u006b\u0068\u0075\u006b\u0074\u0068\u0061\u0069":0x0e2e,"\u0068o\u006f\u006b\u0063\u006d\u0062":0x0309,"\u0068\u006f\u006fkp\u0061\u006c\u0061\u0074\u0061\u006c\u0069\u007a\u0065\u0064\u0062\u0065\u006c\u006f\u0077\u0063\u006d\u0062":0x0321,"h\u006f\u006f\u006b\u0072et\u0072o\u0066\u006c\u0065\u0078\u0062e\u006c\u006f\u0077\u0063\u006d\u0062":0x0322,"\u0068\u006f\u006f\u006e\u0073\u0071\u0075\u0061\u0072\u0065":0x3342,"\u0068\u006f\u0072\u0069\u0063\u006f\u0070\u0074\u0069\u0063":0x03e9,"\u0068\u006f\u0072\u0069\u007a\u006f\u006e\u0074\u0061\u006c\u0062\u0061\u0072":0x2015,"\u0068\u006f\u0072\u0069\u007a\u0074\u0061\u0062":0x05a2,"\u0068o\u0072\u006e\u0063\u006d\u0062":0x031b,"\u0068\u006f\u0074\u0073\u0070\u0072\u0069\u006e\u0067\u0073":0x2668,"\u0068o\u0075\u0072\u0067\u006c\u0061\u0073s":0x29d6,"\u0068\u006f\u0075s\u0065":0x2302,"\u0068\u0070\u0061\u0072\u0065\u006e":0x24a3,"\u0068\u0072\u0065\u0063\u0074\u0061\u006e\u0067\u006c\u0065":0x25ad,"\u0068\u0073\u0075\u0070\u0065\u0072":0x0239,"\u0068s\u0075\u0070\u0065\u0072\u0069\u006fr":0x02b0,"\u0068t\u0075\u0072\u006e\u0065\u0064":0x0265,"\u0068\u0075\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x3075,"\u0068\u0075\u0069i\u0074\u006f\u0073\u0071\u0075\u0061\u0072\u0065":0x3333,"\u0068\u0075\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30d5,"\u0068\u0075\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068":0xff8c,"\u0068\u0075\u006eg\u0061\u0072\u0075\u006d\u006c\u0061\u0075\u0074":0x02dd,"\u0068\u0075\u006e\u0067\u0061\u0072\u0075\u006d\u006c\u0061\u0075\u0074\u0031":0xf009,"\u0068u\u006eg\u0061\u0072\u0075\u006d\u006c\u0061\u0075\u0074\u0063\u006d\u0062":0x030b,"\u0068\u0076":0x0195,"\u0068\u0079\u0070\u0068\u0065\u006e":0x002d,"\u0068\u0079\u0070h\u0065\u006e\u0062\u0075\u006c\u006c\u0065\u0074":0x2043,"\u0068y\u0070\u0068\u0065\u006e\u0064\u006ft":0x2027,"\u0068\u0079\u0070\u0068\u0065\u006e\u0069\u006e\u0066e\u0072\u0069\u006f\u0072":0xf6e5,"\u0068y\u0070h\u0065\u006e\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff0d,"h\u0079\u0070\u0068\u0065\u006e\u0073\u006d\u0061\u006c\u006c":0xfe63,"\u0068\u0079\u0070\u0068\u0065\u006e\u0073\u0075\u0070e\u0072\u0069\u006f\u0072":0xf6e6,"\u0068y\u0070\u0068\u0065\u006e\u0074\u0077o":0x2010,"\u0068z\u0069\u0067\u007a\u0061\u0067":0x3030,"\u0069":0x0069,"\u0069\u0061\u0063\u0075\u0074\u0065":0x00ed,"\u0069\u0062\u0061\u0072":0x01f8,"\u0069\u0062\u0065\u006e\u0067\u0061\u006c\u0069":0x0987,"\u0069b\u006f\u0070\u006f\u006d\u006f\u0066o":0x3127,"\u0069\u0062\u0072\u0065\u0076\u0065":0x012d,"\u0069\u0063\u0061\u0072\u006f\u006e":0x01d0,"\u0069c\u0069\u0072\u0063\u006c\u0065":0x24d8,"i\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078":0x00ee,"\u0069d\u0062\u006c\u0067\u0072\u0061\u0076e":0x0209,"i\u0064e\u006f\u0067\u0072\u0061\u0070\u0068\u0065\u0061r\u0074\u0068\u0063\u0069rc\u006c\u0065":0x328f,"\u0069\u0064\u0065\u006fgr\u0061\u0070\u0068\u0066\u0069\u0072\u0065\u0063\u0069\u0072\u0063\u006c\u0065":0x328b,"\u0069d\u0065\u006f\u0067\u0072\u0061\u0070\u0068\u0069\u0063\u0061\u006cl\u0069\u0061\u006e\u0063\u0065\u0070\u0061\u0072\u0065\u006e":0x323f,"i\u0064e\u006f\u0067\u0072\u0061\u0070\u0068\u0069\u0063c\u0061\u006c\u006c\u0070ar\u0065\u006e":0x323a,"\u0069\u0064\u0065og\u0072\u0061\u0070\u0068\u0069\u0063\u0063\u0065\u006e\u0074\u0072\u0065\u0063\u0069\u0072\u0063\u006c\u0065":0x32a5,"\u0069\u0064e\u006f\u0067\u0072a\u0070\u0068\u0069\u0063\u0063\u006c\u006f\u0073\u0065":0x3006,"\u0069\u0064e\u006f\u0067\u0072a\u0070\u0068\u0069\u0063\u0063\u006f\u006d\u006d\u0061":0x3001,"i\u0064e\u006f\u0067\u0072\u0061\u0070\u0068\u0069\u0063c\u006f\u006d\u006d\u0061le\u0066\u0074":0xff64,"\u0069\u0064\u0065\u006f\u0067\u0072\u0061\u0070\u0068\u0069c\u0063\u006f\u006e\u0067\u0072\u0061\u0074u\u006c\u0061\u0074\u0069\u006f\u006e\u0070\u0061\u0072\u0065\u006e":0x3237,"\u0069d\u0065\u006f\u0067\u0072\u0061\u0070\u0068\u0069\u0063\u0063\u006fr\u0072\u0065\u0063\u0074\u0063\u0069\u0072\u0063\u006c\u0065":0x32a3,"i\u0064\u0065\u006f\u0067ra\u0070h\u0069\u0063\u0065\u0061\u0072t\u0068\u0070\u0061\u0072\u0065\u006e":0x322f,"\u0069\u0064\u0065\u006f\u0067\u0072\u0061\u0070\u0068\u0069\u0063e\u006e\u0074\u0065\u0072\u0070\u0072\u0069\u0073\u0065\u0070a\u0072\u0065\u006e":0x323d,"\u0069\u0064\u0065\u006f\u0067\u0072\u0061\u0070\u0068\u0069\u0063e\u0078\u0063\u0065\u006c\u006c\u0065\u006e\u0074\u0063\u0069r\u0063\u006c\u0065":0x329d,"\u0069d\u0065\u006f\u0067\u0072\u0061\u0070\u0068\u0069\u0063\u0066\u0065s\u0074\u0069\u0076\u0061\u006c\u0070\u0061\u0072\u0065\u006e":0x3240,"\u0069\u0064\u0065\u006f\u0067\u0072\u0061\u0070\u0068\u0069\u0063f\u0069\u006e\u0061\u006e\u0063\u0069\u0061\u006c\u0063\u0069r\u0063\u006c\u0065":0x3296,"\u0069d\u0065\u006f\u0067\u0072a\u0070\u0068\u0069\u0063\u0066i\u006ea\u006ec\u0069\u0061\u006c\u0070\u0061\u0072\u0065n":0x3236,"i\u0064e\u006f\u0067\u0072\u0061\u0070\u0068\u0069\u0063f\u0069\u0072\u0065\u0070ar\u0065\u006e":0x322b,"i\u0064e\u006f\u0067\u0072\u0061\u0070\u0068\u0069\u0063h\u0061\u0076\u0065\u0070ar\u0065\u006e":0x3232,"i\u0064\u0065\u006f\u0067ra\u0070h\u0069\u0063\u0068\u0069\u0067h\u0063\u0069\u0072\u0063\u006c\u0065":0x32a4,"\u0069d\u0065\u006f\u0067\u0072\u0061\u0070\u0068\u0069\u0063\u0069\u0074e\u0072\u0061\u0074\u0069\u006f\u006e\u006d\u0061\u0072\u006b":0x3005,"\u0069\u0064\u0065\u006fgr\u0061\u0070\u0068\u0069\u0063\u006c\u0061\u0062\u006f\u0072\u0063\u0069\u0072\u0063l\u0065":0x3298,"i\u0064\u0065\u006f\u0067ra\u0070h\u0069\u0063\u006c\u0061\u0062o\u0072\u0070\u0061\u0072\u0065\u006e":0x3238,"i\u0064\u0065\u006f\u0067ra\u0070h\u0069\u0063\u006c\u0065\u0066t\u0063\u0069\u0072\u0063\u006c\u0065":0x32a7,"i\u0064e\u006f\u0067\u0072\u0061\u0070\u0068\u0069\u0063l\u006f\u0077\u0063\u0069rc\u006c\u0065":0x32a6,"\u0069d\u0065\u006f\u0067\u0072a\u0070\u0068\u0069\u0063\u006de\u0064i\u0063i\u006e\u0065\u0063\u0069\u0072\u0063\u006ce":0x32a9,"i\u0064\u0065\u006f\u0067ra\u0070h\u0069\u0063\u006d\u0065\u0074a\u006c\u0070\u0061\u0072\u0065\u006e":0x322e,"i\u0064e\u006f\u0067\u0072\u0061\u0070\u0068\u0069\u0063m\u006f\u006f\u006e\u0070ar\u0065\u006e":0x322a,"i\u0064e\u006f\u0067\u0072\u0061\u0070\u0068\u0069\u0063n\u0061\u006d\u0065\u0070ar\u0065\u006e":0x3234,"\u0069\u0064\u0065\u006f\u0067\u0072\u0061\u0070\u0068\u0069\u0063\u0070e\u0072\u0069\u006f\u0064":0x3002,"\u0069\u0064\u0065\u006fgr\u0061\u0070\u0068\u0069\u0063\u0070\u0072\u0069\u006e\u0074\u0063\u0069\u0072\u0063l\u0065":0x329e,"i\u0064\u0065\u006f\u0067ra\u0070h\u0069\u0063\u0072\u0065\u0061c\u0068\u0070\u0061\u0072\u0065\u006e":0x3243,"\u0069d\u0065\u006f\u0067\u0072a\u0070\u0068\u0069\u0063\u0072e\u0070r\u0065s\u0065\u006e\u0074\u0070\u0061\u0072\u0065n":0x3239,"\u0069d\u0065\u006f\u0067\u0072\u0061\u0070\u0068\u0069\u0063\u0072\u0065s\u006f\u0075\u0072\u0063\u0065\u0070\u0061\u0072\u0065\u006e":0x323e,"\u0069\u0064\u0065\u006fgr\u0061\u0070\u0068\u0069\u0063\u0072\u0069\u0067\u0068\u0074\u0063\u0069\u0072\u0063l\u0065":0x32a8,"\u0069\u0064\u0065og\u0072\u0061\u0070\u0068\u0069\u0063\u0073\u0065\u0063\u0072\u0065\u0074\u0063\u0069\u0072\u0063\u006c\u0065":0x3299,"i\u0064e\u006f\u0067\u0072\u0061\u0070\u0068\u0069\u0063s\u0065\u006c\u0066\u0070ar\u0065\u006e":0x3242,"\u0069\u0064\u0065og\u0072\u0061\u0070\u0068\u0069\u0063\u0073\u006f\u0063\u0069\u0065\u0074\u0079\u0070\u0061\u0072\u0065\u006e":0x3233,"\u0069\u0064e\u006f\u0067\u0072a\u0070\u0068\u0069\u0063\u0073\u0070\u0061\u0063\u0065":0x3000,"\u0069\u0064\u0065og\u0072\u0061\u0070\u0068\u0069\u0063\u0073\u0070\u0065\u0063\u0069\u0061\u006c\u0070\u0061\u0072\u0065\u006e":0x3235,"i\u0064\u0065\u006f\u0067ra\u0070h\u0069\u0063\u0073\u0074\u006fc\u006b\u0070\u0061\u0072\u0065\u006e":0x3231,"i\u0064\u0065\u006f\u0067ra\u0070h\u0069\u0063\u0073\u0074\u0075d\u0079\u0070\u0061\u0072\u0065\u006e":0x323b,"\u0069\u0064\u0065\u006fgr\u0061\u0070\u0068\u0069\u0063\u0073\u0075\u006e\u0070\u0061\u0072\u0065\u006e":0x3230,"\u0069d\u0065\u006f\u0067\u0072a\u0070\u0068\u0069\u0063\u0073u\u0070e\u0072v\u0069\u0073\u0065\u0070\u0061\u0072\u0065n":0x323c,"i\u0064\u0065\u006f\u0067ra\u0070h\u0069\u0063\u0077\u0061\u0074e\u0072\u0070\u0061\u0072\u0065\u006e":0x322c,"i\u0064e\u006f\u0067\u0072\u0061\u0070\u0068\u0069\u0063w\u006f\u006f\u0064\u0070ar\u0065\u006e":0x322d,"\u0069d\u0065o\u0067\u0072\u0061\u0070\u0068\u0069\u0063\u007a\u0065\u0072\u006f":0x3007,"i\u0064e\u006f\u0067\u0072\u0061\u0070\u0068\u006d\u0065t\u0061\u006c\u0063\u0069rc\u006c\u0065":0x328e,"\u0069\u0064\u0065\u006fgr\u0061\u0070\u0068\u006d\u006f\u006f\u006e\u0063\u0069\u0072\u0063\u006c\u0065":0x328a,"\u0069\u0064\u0065\u006fgr\u0061\u0070\u0068\u006e\u0061\u006d\u0065\u0063\u0069\u0072\u0063\u006c\u0065":0x3294,"\u0069d\u0065o\u0067\u0072\u0061\u0070\u0068s\u0075\u006ec\u0069\u0072\u0063\u006c\u0065":0x3290,"i\u0064e\u006f\u0067\u0072\u0061\u0070\u0068\u0077\u0061t\u0065\u0072\u0063\u0069rc\u006c\u0065":0x328c,"\u0069\u0064\u0065\u006fgr\u0061\u0070\u0068\u0077\u006f\u006f\u0064\u0063\u0069\u0072\u0063\u006c\u0065":0x328d,"\u0069\u0064\u0065v\u0061":0x0907,"\u0069d\u0069\u0065\u0072\u0065\u0073\u0069s":0x00ef,"\u0069\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073a\u0063\u0075\u0074\u0065":0x1e2f,"\u0069\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073\u0063\u0079\u0072i\u006c\u006c\u0069\u0063":0x04e5,"\u0069d\u006f\u0074\u0062\u0065\u006c\u006fw":0x1ecb,"\u0069e\u0062r\u0065\u0076\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x04d7,"\u0069\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x0435,"\u0069\u0065\u0068\u006f\u006f\u006b":0x03f9,"\u0069\u0065\u0068o\u006f\u006b\u006f\u0067\u006f\u006e\u0065\u006b":0x03fb,"\u0069e\u0075n\u0067\u0061\u0063\u0069\u0072c\u006c\u0065k\u006f\u0072\u0065\u0061\u006e":0x3275,"\u0069\u0065\u0075\u006e\u0067\u0061\u0070\u0061\u0072\u0065\u006e\u006bo\u0072\u0065\u0061\u006e":0x3215,"\u0069\u0065\u0075\u006e\u0067\u0063\u0069\u0072\u0063\u006c\u0065\u006bo\u0072\u0065\u0061\u006e":0x3267,"i\u0065\u0075\u006e\u0067\u006b\u006f\u0072\u0065\u0061\u006e":0x3147,"\u0069\u0065u\u006e\u0067\u0070a\u0072\u0065\u006e\u006b\u006f\u0072\u0065\u0061\u006e":0x3207,"\u0069\u0067\u0072\u0061\u0076\u0065":0x00ec,"\u0069g\u0075\u006a\u0061\u0072\u0061\u0074i":0x0a87,"\u0069g\u0075\u0072\u006d\u0075\u006b\u0068i":0x0a07,"\u0069h\u0069\u0072\u0061\u0067\u0061\u006ea":0x3044,"\u0069\u0068\u006f\u006f\u006b\u0061\u0062\u006f\u0076\u0065":0x1ec9,"\u0069i\u0062\u0065\u006e\u0067\u0061\u006ci":0x0988,"\u0069\u0069\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x0438,"\u0069\u0069\u0064\u0065\u0076\u0061":0x0908,"\u0069\u0069\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069":0x0a88,"\u0069\u0069\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a08,"\u0069\u0069\u0069\u0069\u006e\u0074":0x2a0c,"\u0069\u0069\u0069n\u0074":0x222d,"\u0069i\u006da\u0074\u0072\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a40,"\u0069\u0069\u006e\u0066\u0069\u006e":0x29dc,"\u0069\u0069\u006e\u0076\u0065\u0072\u0074\u0065\u0064b\u0072\u0065\u0076\u0065":0x020b,"\u0069i\u0076o\u0077\u0065\u006c\u0073\u0069g\u006e\u0062e\u006e\u0067\u0061\u006c\u0069":0x09c0,"\u0069i\u0076o\u0077\u0065\u006c\u0073\u0069\u0067\u006e\u0064\u0065\u0076\u0061":0x0940,"\u0069\u0069\u0076\u006fwe\u006c\u0073\u0069\u0067\u006e\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069":0x0ac0,"\u0069\u006a":0x0133,"\u0069k\u0061\u0074\u0061\u006b\u0061\u006ea":0x30a4,"\u0069k\u0061t\u0061\u006b\u0061\u006e\u0061h\u0061\u006cf\u0077\u0069\u0064\u0074\u0068":0xff72,"\u0069k\u006f\u0072\u0065\u0061\u006e":0x3163,"\u0069\u006c\u0075\u0079\u0068\u0065\u0062\u0072\u0065\u0077":0x05ac,"\u0069m\u0061\u0063\u0072\u006f\u006e":0x012b,"\u0069m\u0061c\u0072\u006f\u006e\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x04e3,"\u0069m\u0061\u0067\u0065\u006f\u0066":0x22b7,"\u0069m\u0061\u0067\u0065\u006fr\u0061\u0070\u0070\u0072\u006fx\u0069m\u0061t\u0065\u006c\u0079\u0065\u0071\u0075\u0061l":0x2253,"\u0069\u006d\u0061t\u0068":0x1d6a4,"\u0069\u006d\u0061\u0074\u0072\u0061\u0067\u0075\u0072m\u0075\u006b\u0068\u0069":0x0a3f,"\u0069\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff49,"\u0069\u006e\u0066\u0069\u006e\u0069\u0074\u0079":0x221e,"i\u006e\u0069\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x056b,"\u0069\u006e\u0074\u0042\u0061\u0072":0x2a0e,"\u0069\u006e\u0074\u0062\u0061\u0072":0x2a0d,"\u0069\u006e\u0074\u0063\u0061\u0070":0x2a19,"\u0069\u006e\u0074c\u006c\u006f\u0063\u006b\u0077\u0069\u0073\u0065":0x2231,"\u0069\u006e\u0074\u0063\u0075\u0070":0x2a1a,"\u0069\u006e\u0074\u0065\u0067\u0065\u0072\u0064\u0069\u0076\u0069\u0064\u0065":0x2216,"\u0069\u006e\u0074\u0065\u0067\u0072\u0061\u006c":0x222b,"\u0069\u006e\u0074\u0065\u0067\u0072\u0061\u006c\u0062\u0074":0x2321,"\u0069\u006e\u0074\u0065\u0067\u0072\u0061\u006c\u0065\u0078":0xf8f5,"\u0069\u006e\u0074\u0065\u0067\u0072\u0061\u006c\u0074\u0070":0x2320,"\u0069\u006e\u0074\u0065\u0072\u0063\u0061\u006c":0x22ba,"\u0069\u006e\u0074\u0065\u0072\u006c\u0065\u0061\u0076\u0065":0x2af4,"i\u006e\u0074\u0065\u0072\u0072\u006f\u0062\u0061\u006e\u0067":0x203d,"\u0069n\u0074e\u0072\u0072\u006f\u0062\u0061\u006e\u0067\u0064\u006f\u0077\u006e":0x2e18,"\u0069\u006e\u0074e\u0072\u0073\u0065\u0063\u0074\u0069\u006f\u006e":0x2229,"\u0069n\u0074e\u0072\u0073\u0065\u0063\u0074\u0069\u006f\u006e\u0064\u0062\u006c":0x22d2,"\u0069\u006e\u0074\u0065rs\u0065\u0063\u0074\u0069\u006f\u006e\u0064\u0069\u0073\u0070\u006c\u0061\u0079":0x22c2,"\u0069\u006e\u0074\u0065\u0072\u0073\u0065\u0063\u0074i\u006f\u006e\u0073\u0071":0x2293,"i\u006e\u0074\u0065\u0078\u0074\u0065\u006e\u0064\u0065\u0072":0x23ae,"\u0069\u006e\u0074\u0069\u0073\u0071\u0075\u0061\u0072\u0065":0x3305,"\u0069\u006e\u0074\u006c\u0061\u0072\u0068\u006b":0x2a17,"\u0069n\u0074\u0070\u0072\u006f\u0064":0x2a3c,"\u0069\u006e\u0074\u0070\u0072\u006f\u0064\u0072":0x2a3d,"\u0069\u006e\u0074\u0078":0x2a18,"\u0069n\u0076\u0062\u0075\u006c\u006c\u0065t":0x25d8,"\u0069n\u0076\u0063\u0069\u0072\u0063\u006ce":0x25d9,"\u0069\u006e\u0076\u006c\u0061\u007a\u0079\u0073":0x223e,"\u0069\u006e\u0076wh\u0069\u0074\u0065\u006c\u006f\u0077\u0065\u0072\u0068\u0061\u006c\u0066\u0063\u0069\u0072\u0063\u006c\u0065":0x25db,"\u0069\u006e\u0076wh\u0069\u0074\u0065\u0075\u0070\u0070\u0065\u0072\u0068\u0061\u006c\u0066\u0063\u0069\u0072\u0063\u006c\u0065":0x25da,"\u0069o\u0067\u006f\u006e\u0065\u006b":0x012f,"\u0069\u006f\u0074\u0061":0x03b9,"\u0069\u006f\u0074a\u0031":0x01f9,"\u0069\u006f\u0074a\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073":0x03ca,"\u0069\u006f\u0074\u0061\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073t\u006f\u006e\u006f\u0073":0x0390,"\u0069o\u0074\u0061\u006c\u0061\u0074\u0069n":0x0269,"\u0069o\u0074\u0061\u0074\u006f\u006e\u006fs":0x03af,"\u0069\u0070\u0061\u0072\u0065\u006e":0x24a4,"i\u0072\u0069\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a72,"\u0069\u0073\u0069n\u0045":0x22f9,"\u0069s\u0069\u006e\u0064\u006f\u0074":0x22f5,"\u0069\u0073\u0069\u006e\u006f\u0062\u0061\u0072":0x22f7,"\u0069\u0073\u0069n\u0073":0x22f4,"\u0069\u0073\u0069\u006e\u0076\u0062":0x22f8,"\u0069\u0073\u006d\u0061\u006c\u006c\u0068\u0069\u0072a\u0067\u0061\u006e\u0061":0x3043,"\u0069\u0073\u006d\u0061\u006c\u006c\u006b\u0061\u0074a\u006b\u0061\u006e\u0061":0x30a3,"\u0069\u0073\u006dal\u006c\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068":0xff68,"\u0069\u0073\u0073\u0068\u0061\u0072\u0062\u0065\u006e\u0067\u0061\u006c\u0069":0x09fa,"\u0069s\u0074\u0072\u006f\u006b\u0065":0x0268,"\u0069s\u0075\u0070\u0065\u0072\u0069\u006fr":0xf6ed,"\u0069\u0074\u0065\u0072\u0061\u0074\u0069\u006f\u006e\u0068\u0069\u0072a\u0067\u0061\u006e\u0061":0x309d,"\u0069\u0074\u0065\u0072\u0061\u0074\u0069\u006f\u006e\u006b\u0061\u0074a\u006b\u0061\u006e\u0061":0x30fd,"\u0069\u0074\u0069\u006c\u0064\u0065":0x0129,"i\u0074\u0069\u006c\u0064\u0065\u0062\u0065\u006c\u006f\u0077":0x1e2d,"\u0069\u0075\u0062\u006f\u0070\u006f\u006d\u006f\u0066\u006f":0x3129,"\u0069\u0076\u006f\u0077\u0065\u006c\u0073\u0069\u0067\u006e\u0062\u0065n\u0067\u0061\u006c\u0069":0x09bf,"\u0069\u0076\u006f\u0077\u0065\u006c\u0073\u0069\u0067n\u0064\u0065\u0076\u0061":0x093f,"\u0069v\u006fw\u0065\u006c\u0073\u0069\u0067n\u0067\u0075j\u0061\u0072\u0061\u0074\u0069":0x0abf,"\u0069\u007a\u0068it\u0073\u0061\u0064\u0062\u006c\u0067\u0072\u0061\u0076\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x0477,"\u006a":0x006a,"\u006a\u0061\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x0571,"\u006aa\u0062\u0065\u006e\u0067\u0061\u006ci":0x099c,"\u006a\u0061\u0064\u0065\u0076\u0061":0x091c,"\u006a\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069":0x0a9c,"\u006a\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a1c,"\u006ab\u006f\u0070\u006f\u006d\u006f\u0066o":0x3110,"\u006a\u0063\u0061\u0072\u006f\u006e":0x01f0,"\u006ac\u0069\u0072\u0063\u006c\u0065":0x24d9,"j\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078":0x0135,"\u006a\u0063\u0072o\u0073\u0073\u0065\u0064\u0074\u0061\u0069\u006c":0x029d,"\u006a\u0063\u0072\u006f\u0073\u0073\u0074\u0061\u0069\u006c":0x022d,"\u006a\u0064\u006f\u0074\u006c\u0065\u0073\u0073\u0073t\u0072\u006f\u006b\u0065":0x025f,"\u006a\u0065\u0065\u006d\u0061\u0072\u0061\u0062\u0069\u0063":0x062c,"\u006ae\u0065m\u0066\u0069\u006e\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063":0xfe9e,"\u006a\u0065\u0065\u006d\u0069\u006e\u0069\u0074\u0069\u0061\u006c\u0061r\u0061\u0062\u0069\u0063":0xfe9f,"\u006a\u0065\u0065m\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064":0xfe9d,"\u006a\u0065e\u006d\u006d\u0065d\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063":0xfea0,"\u006a\u0065\u0065\u006dwi\u0074\u0068\u006d\u0065\u0065\u006d\u0069\u006e\u0069\u0074\u0069\u0061\u006c":0xfca8,"\u006a\u0065\u0068\u0066\u0069\u006e\u0061\u006c\u0061r\u0061\u0062\u0069\u0063":0xfb8b,"j\u0065\u0068\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064":0xfb8a,"\u006a\u0068\u0061\u0062\u0065\u006e\u0067\u0061\u006c\u0069":0x099d,"\u006ah\u0061\u0064\u0065\u0076\u0061":0x091d,"j\u0068\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069":0x0a9d,"j\u0068\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a1d,"\u006a\u0068\u0065h\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x057b,"\u006a\u0069\u0073":0x3004,"\u006a\u006d\u0061t\u0068":0x1d6a5,"\u006a\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff4a,"\u006a\u0070\u0061\u0072\u0065\u006e":0x24a5,"\u006a\u0073\u0075\u0070\u0065\u0072":0x023b,"\u006as\u0075\u0070\u0065\u0072\u0069\u006fr":0x02b2,"\u006b":0x006b,"\u006b\u0061\u0062\u0061\u0073\u0068\u006b\u0069\u0072\u0063\u0079\u0072i\u006c\u006c\u0069\u0063":0x04a1,"\u006ba\u0062\u0065\u006e\u0067\u0061\u006ci":0x0995,"\u006b\u0061\u0063\u0075\u0074\u0065":0x1e31,"\u006b\u0061\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x043a,"\u006b\u0061\u0064\u0065sc\u0065\u006e\u0064\u0065\u0072\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x049b,"\u006b\u0061\u0064\u0065\u0076\u0061":0x0915,"\u006b\u0061\u0066":0x05db,"\u006ba\u0066\u0064\u0061\u0067\u0065\u0073h":0xfb3b,"\u006b\u0061\u0066\u0066\u0069\u006e\u0061\u006c\u0061r\u0061\u0062\u0069\u0063":0xfeda,"\u006b\u0061f\u0069\u006e\u0069t\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063":0xfedb,"k\u0061\u0066\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064":0xfed9,"\u006ba\u0066m\u0065\u0064\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063":0xfedc,"\u006b\u0061\u0066\u0072\u0061\u0066\u0065\u0068\u0065\u0062\u0072\u0065\u0077":0xfb4d,"\u006b\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069":0x0a95,"\u006b\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a15,"\u006b\u0061\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x304b,"\u006b\u0061\u0068\u006f\u006f\u006b":0x0400,"\u006b\u0061\u0068\u006f\u006f\u006b\u0063\u0079\u0072i\u006c\u006c\u0069\u0063":0x04c4,"\u006b\u0061\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30ab,"\u006b\u0061\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068":0xff76,"\u006b\u0061\u0070p\u0061":0x03ba,"\u006b\u0061p\u0070\u0061\u0073y\u006d\u0062\u006f\u006c\u0067\u0072\u0065\u0065\u006b":0x03f0,"\u006b\u0061\u0070\u0079eo\u0075\u006e\u006d\u0069\u0065\u0075\u006d\u006b\u006f\u0072\u0065\u0061\u006e":0x3171,"k\u0061\u0070\u0079\u0065ou\u006ep\u0068\u0069\u0065\u0075\u0070h\u006b\u006f\u0072\u0065\u0061\u006e":0x3184,"\u006b\u0061\u0070\u0079eo\u0075\u006e\u0070\u0069\u0065\u0075\u0070\u006b\u006f\u0072\u0065\u0061\u006e":0x3178,"\u006ba\u0070\u0079\u0065\u006f\u0075\u006e\u0073\u0073\u0061\u006e\u0067p\u0069\u0065\u0075\u0070\u006b\u006f\u0072\u0065\u0061\u006e":0x3179,"\u006b\u0061\u0072\u006f\u0072\u0069\u0069\u0073\u0071\u0075\u0061\u0072\u0065":0x330d,"\u006ba\u0072\u0074\u0064\u0065\u0073":0x03d7,"\u006b\u0061\u0073\u0068\u0069\u0064\u0061\u0061\u0075\u0074o\u006e\u006f\u0073\u0069\u0064\u0065\u0062e\u0061\u0072\u0069\u006e\u0067\u0061\u0072\u0061\u0062\u0069\u0063":0x0640,"\u006ba\u0073m\u0061\u006c\u006c\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30f5,"\u006b\u0061\u0073\u0071\u0075\u0061\u0072\u0065":0x3384,"\u006b\u0061\u0073\u0072\u0061\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064":0xfe7a,"\u006b\u0061\u0073\u0072\u0061\u006c\u006f\u0077":0xe826,"k\u0061\u0073\u0072\u0061\u006d\u0065\u0064\u0069\u0061\u006c":0xfe7b,"\u006b\u0061\u0073\u0072\u0061\u0074\u0061\u006e\u0061r\u0061\u0062\u0069\u0063":0x064d,"\u006b\u0061s\u0072\u0061\u0074a\u006e\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064":0xfe74,"k\u0061\u0073\u0072\u0061\u0074\u0061\u006e\u006c\u006f\u0077":0xe827,"\u006b\u0061s\u0074\u0072\u006fk\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x049f,"\u006b\u0061\u0074\u0061h\u0069\u0072\u0061\u0070\u0072\u006f\u006c\u006f\u006e\u0067m\u0061r\u006b\u0068\u0061\u006c\u0066\u0077\u0069d\u0074\u0068":0xff70,"\u006ba\u0076\u0065\u0072\u0074\u0069\u0063\u0061\u006c\u0073\u0074\u0072o\u006b\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x049d,"\u006bb\u006f\u0070\u006f\u006d\u006f\u0066o":0x310e,"\u006b\u0063\u0061\u006c\u0073\u0071\u0075\u0061\u0072\u0065":0x3389,"\u006b\u0063\u0061\u0072\u006f\u006e":0x01e9,"\u006bc\u0069\u0072\u0063\u006c\u0065":0x24da,"\u006b\u0063\u006fm\u006d\u0061\u0061\u0063\u0063\u0065\u006e\u0074":0x0137,"\u006bd\u006f\u0074\u0062\u0065\u006c\u006fw":0x1e33,"k\u0065\u0068\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x0584,"\u006b\u0065\u0068e\u0068":0x06a9,"\u006b\u0065\u0068\u0065\u0068\u0066\u0069\u006e\u0061\u006c":0xfb8f,"\u006b\u0065\u0068e\u0068\u0069\u006e\u0069\u0074\u0069\u0061\u006c":0xfb90,"\u006b\u0065\u0068\u0065\u0068\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064":0xfb8e,"k\u0065\u0068\u0065\u0068\u006d\u0065\u0064\u0069\u0061\u006c":0xfb91,"\u006b\u0065\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x3051,"\u006b\u0065\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30b1,"\u006b\u0065\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068":0xff79,"k\u0065\u006e\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x056f,"\u006b\u0065\u0072\u006e\u0065\u006c\u0063\u006f\u006e\u0074\u0072\u0061c\u0074\u0069\u006f\u006e":0x223b,"\u006be\u0073m\u0061\u006c\u006c\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30f6,"\u006b\u0067\u0072e\u0065\u006e\u006c\u0061\u006e\u0064\u0069\u0063":0x0138,"\u006b\u0068\u0061\u0062\u0065\u006e\u0067\u0061\u006c\u0069":0x0996,"\u006bh\u0061\u0064\u0065\u0076\u0061":0x0916,"k\u0068\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069":0x0a96,"k\u0068\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a16,"\u006bh\u0061h\u0066\u0069\u006e\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063":0xfea6,"\u006b\u0068\u0061\u0068\u0069\u006e\u0069\u0074\u0069\u0061\u006c\u0061r\u0061\u0062\u0069\u0063":0xfea7,"\u006b\u0068\u0061h\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064":0xfea5,"\u006b\u0068a\u0068\u006d\u0065d\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063":0xfea8,"\u006b\u0068\u0061\u0068wi\u0074\u0068\u006d\u0065\u0065\u006d\u0069\u006e\u0069\u0074\u0069\u0061\u006c":0xfcac,"\u006b\u0068\u0065\u0069\u0063\u006f\u0070\u0074\u0069\u0063":0x03e7,"\u006b\u0068\u0068\u0061\u0064\u0065\u0076\u0061":0x0959,"\u006b\u0068\u0068a\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a59,"k\u0068i\u0065\u0075\u006b\u0068\u0061\u0063\u0069\u0072c\u006c\u0065\u006b\u006fre\u0061\u006e":0x3278,"\u006b\u0068\u0069\u0065uk\u0068\u0061\u0070\u0061\u0072\u0065\u006e\u006b\u006f\u0072\u0065\u0061\u006e":0x3218,"\u006b\u0068\u0069\u0065uk\u0068\u0063\u0069\u0072\u0063\u006c\u0065\u006b\u006f\u0072\u0065\u0061\u006e":0x326a,"\u006b\u0068\u0069\u0065\u0075\u006b\u0068\u006b\u006f\u0072\u0065\u0061\u006e":0x314b,"\u006bh\u0069e\u0075\u006b\u0068\u0070\u0061r\u0065\u006ek\u006f\u0072\u0065\u0061\u006e":0x320a,"k\u0068\u006f\u006b\u0068\u0061\u0069\u0074\u0068\u0061\u0069":0x0e02,"k\u0068\u006f\u006b\u0068\u006f\u006e\u0074\u0068\u0061\u0069":0x0e05,"\u006b\u0068\u006fk\u0068\u0075\u0061\u0074\u0074\u0068\u0061\u0069":0x0e03,"\u006b\u0068\u006fk\u0068\u0077\u0061\u0069\u0074\u0068\u0061\u0069":0x0e04,"\u006b\u0068\u006f\u006d\u0075\u0074\u0074\u0068\u0061\u0069":0x0e5b,"\u006b\u0068\u006fo\u006b":0x0199,"\u006b\u0068\u006f\u0072\u0061\u006b\u0068\u0061\u006eg\u0074\u0068\u0061\u0069":0x0e06,"\u006bh\u007a\u0073\u0071\u0075\u0061\u0072e":0x3391,"\u006b\u0069\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x304d,"\u006b\u0069\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30ad,"\u006b\u0069\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068":0xff77,"\u006b\u0069r\u006f\u0067\u0075r\u0061\u006d\u0075\u0073\u0071\u0075\u0061\u0072\u0065":0x3315,"\u006b\u0069\u0072\u006f\u006d\u0065\u0065\u0074\u006f\u0072\u0075\u0073q\u0075\u0061\u0072\u0065":0x3316,"\u006b\u0069\u0072\u006f\u0073\u0071\u0075\u0061\u0072\u0065":0x3314,"\u006b\u0069\u0079\u0065ok\u0061\u0063\u0069\u0072\u0063\u006c\u0065\u006b\u006f\u0072\u0065\u0061\u006e":0x326e,"\u006bi\u0079e\u006f\u006b\u0061\u0070\u0061r\u0065\u006ek\u006f\u0072\u0065\u0061\u006e":0x320e,"\u006bi\u0079e\u006f\u006b\u0063\u0069\u0072c\u006c\u0065k\u006f\u0072\u0065\u0061\u006e":0x3260,"\u006b\u0069\u0079e\u006f\u006b\u006b\u006f\u0072\u0065\u0061\u006e":0x3131,"\u006b\u0069\u0079\u0065\u006f\u006b\u0070\u0061\u0072\u0065\u006e\u006bo\u0072\u0065\u0061\u006e":0x3200,"\u006b\u0069y\u0065\u006f\u006bs\u0069\u006f\u0073\u006b\u006f\u0072\u0065\u0061\u006e":0x3133,"\u006b\u006c\u0069\u006e\u0065\u0062\u0065\u006c\u006f\u0077":0x1e35,"\u006b\u006c\u0073\u0071\u0075\u0061\u0072\u0065":0x3398,"\u006b\u006d\u0063\u0075\u0062\u0065\u0064\u0073\u0071\u0075\u0061\u0072\u0065":0x33a6,"\u006b\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff4b,"\u006bm\u0073q\u0075\u0061\u0072\u0065\u0064\u0073\u0071\u0075\u0061\u0072\u0065":0x33a2,"\u006b\u006f\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x3053,"\u006b\u006f\u0068\u006d\u0073\u0071\u0075\u0061\u0072\u0065":0x33c0,"\u006bo\u006b\u0061\u0069\u0074\u0068\u0061i":0x0e01,"\u006b\u006f\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30b3,"\u006b\u006f\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068":0xff7a,"k\u006f\u006f\u0070\u006f\u0073\u0071\u0075\u0061\u0072\u0065":0x331e,"\u006b\u006f\u0070\u0070\u0061\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x0481,"k\u006fr\u0065\u0061\u006e\u0073\u0074\u0061\u006e\u0064a\u0072\u0064\u0073\u0079mb\u006f\u006c":0x327f,"\u006b\u006f\u0072\u006f\u006e\u0069\u0073\u0063\u006d\u0062":0x0343,"\u006b\u0070\u0061\u0072\u0065\u006e":0x24a6,"\u006bp\u0061\u0073\u0071\u0075\u0061\u0072e":0x33aa,"k\u0073\u0069\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x046f,"\u006b\u0074\u0073\u0071\u0075\u0061\u0072\u0065":0x33cf,"\u006b\u0074\u0075r\u006e":0x022e,"\u006bt\u0075\u0072\u006e\u0065\u0064":0x029e,"\u006b\u0075\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x304f,"\u006b\u0075\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30af,"\u006b\u0075\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068":0xff78,"\u006b\u0076\u0073\u0071\u0075\u0061\u0072\u0065":0x33b8,"\u006b\u0077\u0073\u0071\u0075\u0061\u0072\u0065":0x33be,"\u006c":0x006c,"\u006c\u0041\u006e\u0067\u006c\u0065":0x27ea,"\u006c\u0042\u0072\u0061\u0063\u0065":0x2983,"\u006c\u0050\u0061\u0072\u0065\u006e":0x2985,"\u006ca\u0062\u0065\u006e\u0067\u0061\u006ci":0x09b2,"\u006c\u0061\u0063\u0075\u0074\u0065":0x013a,"\u006c\u0061\u0064\u0065\u0076\u0061":0x0932,"\u006c\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069":0x0ab2,"\u006c\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a32,"\u006ca\u006bk\u0068\u0061\u006e\u0067\u0079\u0061\u006f\u0074\u0068\u0061\u0069":0x0e45,"\u006ca\u006da\u006c\u0065\u0066\u0066\u0069n\u0061\u006ca\u0072\u0061\u0062\u0069\u0063":0xfefc,"\u006c\u0061\u006d\u0061l\u0065\u0066\u0068\u0061\u006d\u007a\u0061\u0061\u0062\u006fv\u0065f\u0069\u006e\u0061\u006c\u0061\u0072\u0061b\u0069\u0063":0xfef8,"\u006c\u0061\u006da\u006c\u0065\u0066\u0068a\u006d\u007a\u0061\u0061\u0062\u006f\u0076e\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064\u0061\u0072\u0061\u0062\u0069\u0063":0xfef7,"\u006c\u0061\u006d\u0061l\u0065\u0066\u0068\u0061\u006d\u007a\u0061\u0062\u0065\u006co\u0077f\u0069\u006e\u0061\u006c\u0061\u0072\u0061b\u0069\u0063":0xfefa,"\u006c\u0061\u006da\u006c\u0065\u0066\u0068a\u006d\u007a\u0061\u0062\u0065\u006c\u006fw\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064\u0061\u0072\u0061\u0062\u0069\u0063":0xfef9,"l\u0061\u006d\u0061\u006cef\u0069s\u006f\u006c\u0061\u0074\u0065d\u0061\u0072\u0061\u0062\u0069\u0063":0xfefb,"\u006c\u0061\u006d\u0061l\u0065\u0066\u006d\u0061\u0064\u0064\u0061\u0061\u0062\u006fv\u0065f\u0069\u006e\u0061\u006c\u0061\u0072\u0061b\u0069\u0063":0xfef6,"\u006c\u0061\u006da\u006c\u0065\u0066\u006da\u0064\u0064\u0061\u0061\u0062\u006f\u0076e\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064\u0061\u0072\u0061\u0062\u0069\u0063":0xfef5,"\u006c\u0061\u006d\u0062\u0064\u0061":0x03bb,"\u006c\u0061\u006db\u0064\u0061\u0073\u0074\u0072\u006f\u006b\u0065":0x019b,"l\u0061\u006d\u0065\u0064\u0064\u0061\u0067\u0065\u0073\u0068":0xfb3c,"\u006c\u0061m\u0065\u0064\u0068o\u006c\u0061\u006d\u0068\u0065\u0062\u0072\u0065\u0077":0x05dc,"\u006c\u0061\u006ded\u0077\u0069\u0074\u0068\u0064\u0061\u0067\u0065\u0073\u0068\u0061\u006e\u0064\u0068\u006f\u006c\u0061\u006d":0xe805,"\u006c\u0061\u006d\u0065\u0064\u0077\u0069\u0074\u0068h\u006f\u006c\u0061\u006d":0xe804,"\u006c\u0061\u006d\u0066\u0069\u006e\u0061\u006c\u0061r\u0061\u0062\u0069\u0063":0xfede,"\u006c\u0061\u006d\u0068ah\u0069\u006e\u0069\u0074\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063":0xfcca,"\u006c\u0061m\u0069\u006e\u0069t\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063":0xfedf,"l\u0061\u006d\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064":0xfedd,"l\u0061m\u006a\u0065\u0065\u006d\u0069\u006e\u0069\u0074i\u0061\u006c\u0061\u0072ab\u0069\u0063":0xfcc9,"l\u0061m\u006b\u0068\u0061\u0068\u0069\u006e\u0069\u0074i\u0061\u006c\u0061\u0072ab\u0069\u0063":0xfccb,"\u006c\u0061\u006dla\u006d\u0068\u0065\u0068\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064\u0061\u0072\u0061\u0062\u0069\u0063":0xfdf2,"\u006ca\u006dm\u0065\u0064\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063":0xfee0,"\u006c\u0061\u006dme\u0065\u006d\u0068\u0061\u0068\u0069\u006e\u0069\u0074\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063":0xfd88,"l\u0061m\u006d\u0065\u0065\u006d\u0069\u006e\u0069\u0074i\u0061\u006c\u0061\u0072ab\u0069\u0063":0xfccc,"\u006c\u0061\u006d\u0077\u0069\u0074\u0068\u0061\u006c\u0065\u0066m\u0061\u006b\u0073\u0075\u0072\u0061\u0069\u0073\u006f\u006ca\u0074\u0065\u0064":0xfc43,"\u006ca\u006dw\u0069\u0074\u0068\u0068\u0061h\u0069\u0073o\u006c\u0061\u0074\u0065\u0064":0xfc40,"\u006c\u0061\u006d\u0077\u0069\u0074\u0068\u0068\u0065\u0068\u0069\u006ei\u0074\u0069\u0061\u006c":0xfccd,"\u006c\u0061\u006d\u0077it\u0068\u006a\u0065\u0065\u006d\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064":0xfc3f,"\u006c\u0061\u006d\u0077it\u0068\u006b\u0068\u0061\u0068\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064":0xfc41,"\u006c\u0061\u006d\u0077it\u0068\u006d\u0065\u0065\u006d\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064":0xfc42,"\u006c\u0061\u006d\u0077\u0069\u0074\u0068\u006d\u0065\u0065\u006dw\u0069\u0074\u0068\u006a\u0065\u0065\u006d\u0069\u006e\u0069t\u0069\u0061\u006c":0xe811,"\u006ca\u006dw\u0069\u0074\u0068\u0079\u0065h\u0069\u0073o\u006c\u0061\u0074\u0065\u0064":0xfc44,"\u006ca\u006e\u0067\u006c\u0065\u0064\u006ft":0x2991,"\u006c\u0061\u0070\u006c\u0061\u0063":0x29e0,"l\u0061\u0072\u0067\u0065\u0063\u0069\u0072\u0063\u006c\u0065":0x25ef,"\u006c\u0061\u0074":0x2aab,"\u006c\u0061\u0074\u0065":0x2aad,"\u006c\u0062\u0061\u0067":0x27c5,"\u006c\u0062\u0061\u0072":0x019a,"\u006c\u0062\u0062a\u0072":0x2114,"\u006c\u0062\u0065l\u0074":0x026c,"\u006c\u0062\u006c\u006b\u0062\u0072\u0062\u0072\u0061\u006b":0x2997,"\u006cb\u006f\u0070\u006f\u006d\u006f\u0066o":0x310c,"\u006c\u0062\u0072\u0061\u0063\u0065\u006c\u0065\u006e\u0064":0x23a9,"\u006cb\u0072\u0061\u0063\u0065\u006d\u0069d":0x23a8,"\u006c\u0062\u0072\u0061\u0063\u0065\u0075\u0065\u006e\u0064":0x23a7,"\u006c\u0062\u0072\u0061\u0063\u006b\u0065\u0078\u0074e\u006e\u0064\u0065\u0072":0x23a2,"\u006c\u0062\u0072\u0061\u0063\u006b\u006c\u0065\u006e\u0064":0x23a3,"\u006c\u0062\u0072a\u0063\u006b\u006c\u006c\u0074\u0069\u0063\u006b":0x298f,"\u006c\u0062\u0072\u0061\u0063\u006b\u0075\u0062\u0061\u0072":0x298b,"\u006c\u0062\u0072\u0061\u0063\u006b\u0075\u0065\u006e\u0064":0x23a1,"\u006c\u0062\u0072a\u0063\u006b\u0075\u006c\u0074\u0069\u0063\u006b":0x298d,"\u006cb\u0072\u0062\u0072\u0061\u006b":0x2772,"\u006c\u0063\u0061\u0072\u006f\u006e":0x013e,"\u006cc\u0061\u0072\u006f\u006e\u0031":0xf813,"\u006cc\u0069\u0072\u0063\u006c\u0065":0x24db,"\u006c\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0062\u0065\u006c\u006f\u0077":0x1e3d,"\u006c\u0063\u006fm\u006d\u0061\u0061\u0063\u0063\u0065\u006e\u0074":0x013c,"l\u0063\u0075\u0072\u0076\u0079\u0061\u006e\u0067\u006c\u0065":0x29fc,"\u006c\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074":0x0140,"\u006cd\u006f\u0074\u0062\u0065\u006c\u006fw":0x1e37,"\u006cd\u006ft\u0062\u0065\u006c\u006f\u0077\u006d\u0061\u0063\u0072\u006f\u006e":0x1e39,"\u006c\u0065\u0066\u0074\u0061\u006e\u0067\u006c\u0065\u0061\u0062\u006fv\u0065\u0063\u006d\u0062":0x031a,"\u006ce\u0066t\u0061\u0072\u0072\u006f\u0077\u0061\u0070\u0070\u0072\u006f\u0078":0x2b4a,"\u006c\u0065\u0066\u0074ar\u0072\u006f\u0077\u0062\u0061\u0063\u006b\u0061\u0070\u0070\u0072\u006f\u0078":0x2b42,"\u006c\u0065\u0066\u0074\u0061\u0072\u0072\u006f\u0077\u0062\u0073\u0069m\u0069\u006c\u0061\u0072":0x2b4b,"\u006c\u0065\u0066\u0074\u0061\u0072\u0072\u006f\u0077\u006c\u0065\u0073\u0073":0x2977,"\u006c\u0065f\u0074\u0061\u0072r\u006f\u0077\u006f\u006e\u006f\u0070\u006c\u0075\u0073":0x2b32,"\u006c\u0065\u0066\u0074\u0061\u0072\u0072\u006f\u0077\u0070\u006c\u0075\u0073":0x2946,"\u006ce\u0066\u0074\u0061\u0072\u0072\u006f\u0077\u0073\u0068\u006f\u0072t\u0072\u0069\u0067\u0068\u0074\u0061\u0072\u0072\u006f\u0077":0x2943,"\u006c\u0065f\u0074\u0061\u0072r\u006f\u0077\u0073\u0069\u006d\u0069\u006c\u0061\u0072":0x2973,"\u006ce\u0066t\u0061\u0072\u0072\u006f\u0077\u0073\u0075\u0062\u0073\u0065\u0074":0x297a,"\u006c\u0065\u0066\u0074\u0061\u0072\u0072\u006f\u0077\u0074\u0072\u0069a\u006e\u0067\u006c\u0065":0x21fd,"\u006c\u0065\u0066\u0074\u0061\u0072\u0072\u006f\u0077\u0078":0x2b3e,"l\u0065\u0066\u0074\u0062\u006b\u0061\u0072\u0072\u006f\u0077":0x290c,"\u006ce\u0066t\u0063\u0075\u0072\u0076\u0065\u0064\u0061\u0072\u0072\u006f\u0077":0x2b3f,"\u006c\u0065\u0066t\u0064\u0062\u006b\u0061\u0072\u0072\u006f\u0077":0x290e,"l\u0065\u0066\u0074\u0064\u0062\u006c\u0074\u0061\u0069\u006c":0x291b,"\u006c\u0065\u0066t\u0064\u006f\u0074\u0061\u0072\u0072\u006f\u0077":0x2b38,"\u006c\u0065\u0066\u0074do\u0077\u006e\u0063\u0075\u0072\u0076\u0065\u0064\u0061\u0072\u0072\u006f\u0077":0x2936,"\u006c\u0065\u0066t\u0066\u0069\u0073\u0068\u0074\u0061\u0069\u006c":0x297c,"\u006c\u0065\u0066\u0074\u0068\u0061\u0072\u0070\u006f\u006f\u006e\u0061c\u0063\u0065\u006e\u0074":0x20d0,"\u006ce\u0066t\u0068\u0061\u0072\u0070\u006fo\u006e\u0064o\u0077\u006e\u0062\u0061\u0072":0x295e,"\u006ce\u0066t\u0068\u0061\u0072\u0070\u006fo\u006e\u0073u\u0070\u0064\u006f\u0077\u006e":0x2962,"\u006c\u0065f\u0074\u0068\u0061r\u0070\u006f\u006f\u006e\u0075\u0070\u0062\u0061\u0072":0x295a,"\u006c\u0065\u0066\u0074\u0068\u0061\u0072\u0070\u006f\u006f\u006e\u0075p\u0064\u0061\u0073\u0068":0x296a,"\u006c\u0065\u0066\u0074\u006c\u0065\u0066\u0074\u0061r\u0072\u006f\u0077\u0073":0x21c7,"\u006c\u0065\u0066\u0074\u006d\u006f\u006f\u006e":0x263e,"\u006c\u0065\u0066\u0074\u006f\u0075\u0074\u0065\u0072\u006a\u006f\u0069\u006e":0x27d5,"l\u0065f\u0074\u0072\u0069\u0067\u0068\u0074\u0061\u0072r\u006f\u0077\u0063\u0069rc\u006c\u0065":0x2948,"\u006c\u0065\u0066\u0074ri\u0067\u0068\u0074\u0061\u0072\u0072\u006f\u0077\u0074\u0072\u0069\u0061\u006e\u0067l\u0065":0x21ff,"\u006ce\u0066\u0074\u0072\u0069\u0067\u0068\u0074\u0068\u0061\u0072\u0070o\u006f\u006e\u0064\u006f\u0077\u006e\u0064\u006f\u0077\u006e":0x2950,"\u006c\u0065\u0066\u0074ri\u0067\u0068\u0074\u0068\u0061\u0072\u0070\u006f\u006f\u006e\u0064\u006f\u0077\u006eu\u0070":0x294b,"l\u0065\u0066\u0074\u0072ig\u0068t\u0068\u0061\u0072\u0070\u006fo\u006e\u0073\u0064\u006f\u0077\u006e":0x2967,"\u006c\u0065\u0066\u0074ri\u0067\u0068\u0074\u0068\u0061\u0072\u0070\u006f\u006f\u006e\u0073\u0075\u0070":0x2966,"\u006c\u0065\u0066\u0074ri\u0067\u0068\u0074\u0068\u0061\u0072\u0070\u006f\u006f\u006e\u0075\u0070\u0064\u006fw\u006e":0x294a,"l\u0065f\u0074\u0072\u0069\u0067\u0068\u0074\u0068\u0061r\u0070\u006f\u006f\u006eup\u0075\u0070":0x294e,"\u006c\u0065\u0066\u0074\u0073\u0071\u0075\u0069\u0067a\u0072\u0072\u006f\u0077":0x21dc,"\u006c\u0065f\u0074\u0074\u0061c\u006b\u0062\u0065\u006c\u006f\u0077\u0063\u006d\u0062":0x0318,"\u006c\u0065\u0066\u0074\u0074\u0061\u0069\u006c":0x2919,"\u006ce\u0066t\u0074\u0068\u0072\u0065\u0065\u0061\u0072\u0072\u006f\u0077\u0073":0x2b31,"\u006c\u0065\u0066\u0074\u0077\u0061\u0076\u0065\u0061\u0072\u0072\u006f\u0077":0x219c,"\u006ce\u0071\u0071\u0073\u006c\u0061\u006et":0x2af9,"\u006c\u0065\u0073c\u0063":0x2aa8,"\u006c\u0065\u0073\u0064\u006f\u0074":0x2a7f,"\u006ce\u0073\u0064\u006f\u0074\u006f":0x2a81,"\u006c\u0065\u0073\u0064\u006f\u0074\u006f\u0072":0x2a83,"\u006c\u0065\u0073\u0067\u0065\u0073":0x2a93,"\u006c\u0065\u0073\u0073":0x003c,"\u006c\u0065\u0073\u0073\u0064\u0062\u006c\u0065\u0071\u006c\u0067\u0072e\u0061\u0074\u0065\u0072":0x2a8b,"\u006ce\u0073\u0073\u0064\u006f\u0074":0x22d6,"\u006ce\u0073\u0073\u0065\u0071\u0075\u0061l":0x2264,"\u006ce\u0073s\u0065\u0071\u0075\u0061\u006co\u0072\u0067r\u0065\u0061\u0074\u0065\u0072":0x22da,"\u006c\u0065\u0073\u0073\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff1c,"\u006ce\u0073s\u006e\u006f\u0074\u0064\u0062\u006c\u0065\u0071\u0075\u0061\u006c":0x2a89,"\u006c\u0065\u0073s\u006e\u006f\u0074\u0065\u0071\u0075\u0061\u006c":0x2a87,"\u006ce\u0073s\u006f\u0072\u0061\u0070\u0070\u0072\u006f\u0078\u0065\u0071\u006c":0x2a85,"\u006c\u0065s\u0073\u006f\u0072e\u0071\u0075\u0061\u006c\u0073\u006c\u0061\u006e\u0074":0x2a7d,"\u006c\u0065s\u0073\u006f\u0072e\u0071\u0075\u0069\u0076\u0061\u006c\u0065\u006e\u0074":0x2272,"\u006c\u0065\u0073\u0073\u006f\u0072\u0067\u0072\u0065\u0061\u0074\u0065\u0072":0x2276,"\u006c\u0065\u0073\u0073\u006f\u0072\u006e\u006f\u0074e\u0071\u0075\u0061\u006c":0x2268,"\u006c\u0065\u0073\u0073\u006f\u0076\u0065\u0072\u0065\u0071\u0075\u0061\u006c":0x2266,"\u006ce\u0073\u0073\u0073\u006d\u0061\u006cl":0xfe64,"\u006c\u0065\u007a\u0068":0x026e,"\u006cf\u0062\u006c\u006f\u0063\u006b":0x258c,"\u006c\u0066\u0062\u006f\u0077\u0074\u0069\u0065":0x29d1,"\u006c\u0066\u0065\u0069\u0067\u0068\u0074\u0068\u0062\u006c\u006f\u0063\u006b":0x258f,"\u006c\u0066\u0066\u0069\u0076\u0065\u0065\u0069\u0067\u0068\u0074\u0068b\u006c\u006f\u0063\u006b":0x258b,"\u006c\u0066\u0071\u0075\u0061\u0072\u0074\u0065\u0072b\u006c\u006f\u0063\u006b":0x258e,"\u006cf\u0073e\u0076\u0065\u006e\u0065\u0069g\u0068\u0074h\u0062\u006c\u006f\u0063\u006b":0x2589,"\u006cf\u0074h\u0072\u0065\u0065\u0065\u0069g\u0068\u0074h\u0062\u006c\u006f\u0063\u006b":0x258d,"\u006c\u0066\u0074\u0068re\u0065\u0071\u0075\u0061\u0072\u0074\u0065\u0072\u0062\u006c\u006f\u0063\u006b":0x258a,"\u006cf\u0074\u0069\u006d\u0065\u0073":0x29d4,"\u006c\u0067\u0045":0x2a91,"l\u0067\u0062\u006c\u006b\u0063\u0069\u0072\u0063\u006c\u0065":0x2b24,"l\u0067\u0062\u006c\u006b\u0073\u0071\u0075\u0061\u0072\u0065":0x2b1b,"l\u0067\u0077\u0068\u0074\u0073\u0071\u0075\u0061\u0072\u0065":0x2b1c,"\u006c\u0068\u006f\u006f\u006b\u0072\u0065\u0074\u0072o\u0066\u006c\u0065\u0078":0x026d,"\u006c\u0069\u006e\u0065\u0066\u0065\u0065\u0064":0x21b4,"\u006c\u0069\u006e\u0065\u0073\u0065\u0070\u0061\u0072\u0061\u0074\u006f\u0072":0x2028,"\u006c\u0069\u006ee\u0076\u0065\u0072\u0074\u006e\u006f\u0073\u0070":0x0280,"\u006ci\u006ee\u0076\u0065\u0072\u0074\u0073\u0075\u0062\u006e\u006f\u0073\u0070":0x029c,"\u006c\u0069\u0072\u0061":0x20a4,"\u006c\u0069\u0077n\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x056c,"\u006c\u006a":0x01c9,"l\u006a\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x0459,"\u006c\u006c":0xf6c0,"\u006cl\u0061\u0064\u0065\u0076\u0061":0x0933,"l\u006c\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069":0x0ab3,"\u006cl\u0061\u006e\u0067\u006c\u0065":0x2989,"\u006c\u006c\u0061r\u0063":0x25df,"\u006c\u006c\u0069\u006e\u0065\u0062\u0065\u006c\u006f\u0077":0x1e3b,"\u006c\u006c\u006c":0x22d8,"\u006c\u006c\u006c\u0061\u0064\u0065\u0076\u0061":0x0934,"\u006cl\u006c\u006e\u0065\u0073\u0074":0x2af7,"\u006c\u006c\u0070\u0061\u0072\u0065\u006e\u0074\u0068\u0065\u0073\u0069\u0073":0x2987,"\u006c\u006c\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065":0x25fa,"\u006c\u006cv\u006f\u0063\u0061l\u0069\u0063\u0062\u0065\u006e\u0067\u0061\u006c\u0069":0x09e1,"\u006c\u006c\u0076\u006f\u0063\u0061\u006c\u0069\u0063\u0064\u0065\u0076\u0061":0x0961,"\u006cl\u0076\u006f\u0063\u0061l\u0069\u0063\u0076\u006f\u0077e\u006cs\u0069g\u006e\u0062\u0065\u006e\u0067\u0061\u006ci":0x09e3,"\u006c\u006c\u0076\u006fca\u006c\u0069\u0063\u0076\u006f\u0077\u0065\u006c\u0073\u0069\u0067\u006e\u0064\u0065v\u0061":0x0963,"\u006c\u006d\u0069d\u0064\u006c\u0065\u0074\u0069\u006c\u0064\u0065":0x026b,"\u006c\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff4c,"\u006c\u006d\u006f\u0075\u0073\u0074\u0061\u0063\u0068\u0065":0x23b0,"\u006c\u006d\u0073\u0071\u0075\u0061\u0072\u0065":0x33d0,"\u006c\u006e\u0073i\u006d":0x22e6,"l\u006f\u0063\u0068\u0075\u006c\u0061\u0074\u0068\u0061\u0069":0x0e2c,"\u006c\u006f\u0067\u0069\u0063\u0061\u006c\u0061\u006e\u0064":0x2227,"\u006c\u006f\u0067\u0069\u0063\u0061\u006c\u006e\u006f\u0074":0x00ac,"\u006co\u0067\u0069\u0063\u0061\u006c\u006fr":0x2228,"\u006co\u0067\u006f\u006e\u0065\u006b":0xf830,"\u006c\u006f\u006c\u0069\u006e\u0067\u0074\u0068\u0061\u0069":0x0e25,"\u006co\u006e\u0067\u0064\u0061\u0073\u0068v":0x27de,"\u006c\u006f\u006eg\u0064\u0069\u0076\u0069\u0073\u0069\u006f\u006e":0x27cc,"\u006c\u006f\u006e\u0067\u006c\u0065\u0066\u0074\u0061\u0072\u0072\u006f\u0077":0x27f5,"\u006co\u006eg\u006c\u0065\u0066\u0074\u0072i\u0067\u0068t\u0061\u0072\u0072\u006f\u0077":0x27f7,"\u006co\u006eg\u006c\u0065\u0066\u0074\u0073q\u0075\u0069g\u0061\u0072\u0072\u006f\u0077":0x2b33,"\u006c\u006f\u006eg\u006d\u0061\u0070\u0073\u0066\u0072\u006f\u006d":0x27fb,"\u006c\u006f\u006e\u0067\u006d\u0061\u0070\u0073\u0074\u006f":0x27fc,"\u006c\u006f\u006e\u0067\u0072\u0069\u0067\u0068\u0074a\u0072\u0072\u006f\u0077":0x27f6,"\u006c\u006f\u006e\u0067ri\u0067\u0068\u0074\u0073\u0071\u0075\u0069\u0067\u0061\u0072\u0072\u006f\u0077":0x27ff,"\u006c\u006f\u006eg\u0073":0x017f,"\u006c\u006f\u006e\u0067\u0073\u0074":0xfb05,"\u006co\u0077\u0065\u0072\u0065\u0064":0x024e,"\u006c\u006f\u0077\u0069\u006e\u0074":0x2a1c,"\u006c\u006f\u0077\u006c\u0069\u006e\u0065\u0063\u0065\u006e\u0074\u0065r\u006c\u0069\u006e\u0065":0xfe4e,"\u006c\u006f\u0077\u006c\u0069\u006e\u0065\u0063\u006d\u0062":0x0332,"\u006c\u006f\u0077\u006c\u0069\u006e\u0065\u0064\u0061\u0073\u0068\u0065\u0064":0xfe4d,"\u006co\u007a\u0065\u006e\u0067\u0065":0x25ca,"\u006c\u006f\u007ae\u006e\u0067\u0065\u006d\u0069\u006e\u0075\u0073":0x27e0,"\u006c\u0070\u0061\u0072\u0065\u006e":0x24a7,"\u006c\u0070\u0061\u0072\u0065\u006e\u0065\u0078\u0074e\u006e\u0064\u0065\u0072":0x239c,"\u006c\u0070\u0061\u0072\u0065\u006e\u006c\u0065\u006e\u0064":0x239d,"\u006c\u0070\u0061\u0072\u0065\u006e\u006c\u0065\u0073\u0073":0x2993,"\u006c\u0070\u0061\u0072\u0065\u006e\u0075\u0065\u006e\u0064":0x239b,"\u006c\u0072\u0061r\u0063":0x25de,"\u006c\u0072\u0065":0x202a,"\u006c\u0072\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065":0x25ff,"\u006c\u0072\u0074r\u0069\u0061\u006e\u0067\u006c\u0065\u0065\u0071":0x29e1,"\u006c\u0073\u0069m\u0065":0x2a8d,"\u006c\u0073\u0069m\u0067":0x2a8f,"\u006c\u0073\u006c\u0061\u0073\u0068":0x0142,"\u006cs\u0071\u0068\u006f\u006f\u006b":0x2acd,"\u006c\u0073\u0075\u0070\u0065\u0072":0x026a,"\u006cs\u0075\u0070\u0065\u0072\u0069\u006fr":0xf6ee,"\u006c\u0074\u0063\u0063":0x2aa6,"\u006c\u0074\u0063i\u0072":0x2a79,"\u006c\u0074\u006c\u0061\u0072\u0072":0x2976,"\u006ct\u0071\u0075\u0065\u0073\u0074":0x2a7b,"\u006c\u0074\u0072\u0069\u0076\u0062":0x29cf,"\u006c\u0074\u0073\u0068\u0061\u0064\u0065\u0031":0xf821,"\u006c\u0075\u0074\u0068\u0061\u0069":0x0e26,"\u006cv\u0062\u006f\u0078\u006c\u0069\u006ee":0x23b8,"\u006cv\u006fc\u0061\u006c\u0069\u0063\u0062\u0065\u006e\u0067\u0061\u006c\u0069":0x098c,"\u006c\u0076\u006fc\u0061\u006c\u0069\u0063\u0064\u0065\u0076\u0061":0x090c,"\u006cv\u006f\u0063\u0061\u006c\u0069\u0063\u0076\u006f\u0077\u0065\u006cs\u0069\u0067\u006e\u0062\u0065\u006e\u0067\u0061\u006c\u0069":0x09e2,"l\u0076\u006f\u0063\u0061li\u0063v\u006f\u0077\u0065\u006c\u0073i\u0067\u006e\u0064\u0065\u0076\u0061":0x0962,"\u006c\u0076\u007a\u0069\u0067\u007a\u0061\u0067":0x29d8,"\u006c\u0078\u0073\u0071\u0075\u0061\u0072\u0065":0x33d3,"\u006d":0x006d,"\u006da\u0062\u0065\u006e\u0067\u0061\u006ci":0x09ae,"\u006d\u0061\u0063\u0072\u006f\u006e":0x00af,"\u006d\u0061\u0063\u0072\u006f\u006e\u0062\u0065\u006co\u0077\u0063\u006d\u0062":0x0331,"\u006da\u0063\u0072\u006f\u006e\u0063\u006db":0x0304,"\u006d\u0061\u0063r\u006f\u006e\u006c\u006f\u0077\u006d\u006f\u0064":0x02cd,"\u006da\u0063r\u006f\u006e\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xffe3,"\u006d\u0061\u0063\u0075\u0074\u0065":0x1e3f,"\u006d\u0061\u0064\u0065\u0076\u0061":0x092e,"\u006d\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069":0x0aae,"\u006d\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a2e,"\u006d\u0061\u0068\u0061\u0070\u0061\u006b\u0068\u0068e\u0062\u0072\u0065\u0077":0x05a4,"\u006d\u0061\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x307e,"\u006d\u0061\u0069\u0063ha\u0074\u0074\u0061\u0077\u0061\u006c\u006f\u0077\u006c\u0065\u0066\u0074\u0074\u0068a\u0069":0xf895,"\u006d\u0061\u0069ch\u0061\u0074\u0074\u0061\u0077\u0061\u006c\u006f\u0077\u0072\u0069\u0067\u0068\u0074\u0074\u0068\u0061\u0069":0xf894,"\u006da\u0069c\u0068\u0061\u0074\u0074\u0061\u0077\u0061\u0074\u0068\u0061\u0069":0x0e4b,"\u006da\u0069\u0063\u0068\u0061\u0074\u0074\u0061\u0077\u0061\u0075\u0070p\u0065\u0072\u006c\u0065\u0066\u0074\u0074\u0068\u0061\u0069":0xf893,"\u006d\u0061i\u0065\u006b\u006co\u0077\u006c\u0065\u0066\u0074\u0074\u0068\u0061\u0069":0xf88c,"\u006d\u0061\u0069\u0065\u006b\u006c\u006f\u0077\u0072\u0069\u0067\u0068t\u0074\u0068\u0061\u0069":0xf88b,"\u006da\u0069\u0065\u006b\u0074\u0068\u0061i":0x0e48,"\u006da\u0069e\u006b\u0075\u0070\u0070\u0065r\u006c\u0065f\u0074\u0074\u0068\u0061\u0069":0xf88a,"\u006da\u0069h\u0061\u006e\u0061\u006b\u0061t\u006c\u0065f\u0074\u0074\u0068\u0061\u0069":0xf884,"\u006d\u0061\u0069\u0068\u0061\u006e\u0061\u006b\u0061t\u0074\u0068\u0061\u0069":0x0e31,"\u006d\u0061\u0069\u0074\u0061\u0069\u006b\u0068\u0075\u006c\u0065\u0066t\u0074\u0068\u0061\u0069":0xf889,"\u006d\u0061\u0069\u0074\u0061\u0069\u006b\u0068\u0075\u0074\u0068\u0061\u0069":0x0e47,"\u006d\u0061\u0069\u0074\u0068\u006f\u006c\u006f\u0077\u006c\u0065\u0066t\u0074\u0068\u0061\u0069":0xf88f,"\u006da\u0069t\u0068\u006f\u006c\u006f\u0077r\u0069\u0067h\u0074\u0074\u0068\u0061\u0069":0xf88e,"\u006d\u0061\u0069\u0074\u0068\u006f\u0074\u0068\u0061\u0069":0x0e49,"\u006d\u0061\u0069\u0074ho\u0075\u0070\u0070\u0065\u0072\u006c\u0065\u0066\u0074\u0074\u0068\u0061\u0069":0xf88d,"\u006d\u0061\u0069\u0074\u0072\u0069\u006c\u006f\u0077\u006c\u0065\u0066t\u0074\u0068\u0061\u0069":0xf892,"\u006da\u0069t\u0072\u0069\u006c\u006f\u0077r\u0069\u0067h\u0074\u0074\u0068\u0061\u0069":0xf891,"\u006d\u0061\u0069\u0074\u0072\u0069\u0074\u0068\u0061\u0069":0x0e4a,"\u006d\u0061\u0069\u0074ri\u0075\u0070\u0070\u0065\u0072\u006c\u0065\u0066\u0074\u0074\u0068\u0061\u0069":0xf890,"\u006d\u0061\u0069y\u0061\u006d\u006f\u006b\u0074\u0068\u0061\u0069":0x0e46,"\u006d\u0061\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30de,"\u006d\u0061\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068":0xff8f,"\u006d\u0061\u006e\u0073\u0079\u006f\u006e\u0073\u0071\u0075\u0061\u0072\u0065":0x3347,"\u006d\u0061\u0070\u0073\u0064\u006f\u0077\u006e":0x21a7,"\u006d\u0061\u0070\u0073\u0066\u0072\u006f\u006d":0x21a4,"\u006d\u0061\u0070\u0073\u0074\u006f":0x21a6,"\u006d\u0061\u0070\u0073\u0075\u0070":0x21a5,"\u006d\u0061\u0072\u0073":0x2642,"\u006da\u0073o\u0072\u0061\u0063\u0069\u0072c\u006c\u0065h\u0065\u0062\u0072\u0065\u0077":0x05af,"\u006d\u0061\u0073\u0071\u0075\u0061\u0072\u0065":0x3383,"\u006d\u0062\u0066\u0041":0x1d400,"\u006d\u0062\u0066\u0041\u006c\u0070\u0068\u0061":0x1d6a8,"\u006d\u0062\u0066\u0042":0x1d401,"\u006db\u0066\u0042\u0065\u0074\u0061":0x1d6a9,"\u006d\u0062\u0066\u0043":0x1d402,"\u006d\u0062\u0066\u0043\u0068\u0069":0x1d6be,"\u006d\u0062\u0066\u0044":0x1d403,"\u006d\u0062\u0066\u0044\u0065\u006c\u0074\u0061":0x1d6ab,"\u006d\u0062\u0066\u0044\u0069\u0067\u0061\u006d\u006d\u0061":0x1d7ca,"\u006d\u0062\u0066\u0045":0x1d404,"\u006d\u0062\u0066\u0045\u0070\u0073\u0069\u006c\u006f\u006e":0x1d6ac,"\u006d\u0062\u0066\u0045\u0074\u0061":0x1d6ae,"\u006d\u0062\u0066\u0046":0x1d405,"\u006d\u0062\u0066\u0047":0x1d406,"\u006d\u0062\u0066\u0047\u0061\u006d\u006d\u0061":0x1d6aa,"\u006d\u0062\u0066\u0048":0x1d407,"\u006d\u0062\u0066\u0049":0x1d408,"\u006db\u0066\u0049\u006f\u0074\u0061":0x1d6b0,"\u006d\u0062\u0066\u004a":0x1d409,"\u006d\u0062\u0066\u004b":0x1d40a,"\u006d\u0062\u0066\u004b\u0061\u0070\u0070\u0061":0x1d6b1,"\u006d\u0062\u0066\u004c":0x1d40b,"\u006db\u0066\u004c\u0061\u006d\u0062\u0064a":0x1d6b2,"\u006d\u0062\u0066\u004d":0x1d40c,"\u006d\u0062\u0066M\u0075":0x1d6b3,"\u006d\u0062\u0066\u004e":0x1d40d,"\u006d\u0062\u0066N\u0075":0x1d6b4,"\u006d\u0062\u0066\u004f":0x1d40e,"\u006d\u0062\u0066\u004f\u006d\u0065\u0067\u0061":0x1d6c0,"\u006d\u0062\u0066\u004f\u006d\u0069\u0063\u0072\u006f\u006e":0x1d6b6,"\u006d\u0062\u0066\u0050":0x1d40f,"\u006d\u0062\u0066\u0050\u0068\u0069":0x1d6bd,"\u006d\u0062\u0066P\u0069":0x1d6b7,"\u006d\u0062\u0066\u0050\u0073\u0069":0x1d6bf,"\u006d\u0062\u0066\u0051":0x1d410,"\u006d\u0062\u0066\u0052":0x1d411,"\u006d\u0062\u0066\u0052\u0068\u006f":0x1d6b8,"\u006d\u0062\u0066\u0053":0x1d412,"\u006d\u0062\u0066\u0053\u0069\u0067\u006d\u0061":0x1d6ba,"\u006d\u0062\u0066\u0054":0x1d413,"\u006d\u0062\u0066\u0054\u0061\u0075":0x1d6bb,"\u006d\u0062\u0066\u0054\u0068\u0065\u0074\u0061":0x1d6af,"\u006d\u0062\u0066\u0055":0x1d414,"\u006d\u0062\u0066\u0055\u0070\u0073\u0069\u006c\u006f\u006e":0x1d6bc,"\u006d\u0062\u0066\u0056":0x1d415,"\u006d\u0062\u0066\u0057":0x1d416,"\u006d\u0062\u0066\u0058":0x1d417,"\u006d\u0062\u0066X\u0069":0x1d6b5,"\u006d\u0062\u0066\u0059":0x1d418,"\u006d\u0062\u0066\u005a":0x1d419,"\u006db\u0066\u005a\u0065\u0074\u0061":0x1d6ad,"\u006d\u0062\u0066\u0061":0x1d41a,"\u006d\u0062\u0066\u0061\u006c\u0070\u0068\u0061":0x1d6c2,"\u006d\u0062\u0066\u0062":0x1d41b,"\u006db\u0066\u0062\u0065\u0074\u0061":0x1d6c3,"\u006d\u0062\u0066\u0063":0x1d41c,"\u006d\u0062\u0066\u0063\u0068\u0069":0x1d6d8,"\u006d\u0062\u0066\u0064":0x1d41d,"\u006d\u0062\u0066\u0064\u0065\u006c\u0074\u0061":0x1d6c5,"\u006d\u0062\u0066\u0065":0x1d41e,"\u006d\u0062\u0066\u0065\u0070\u0073\u0069\u006c\u006f\u006e":0x1d6c6,"\u006d\u0062\u0066\u0065\u0074\u0061":0x1d6c8,"\u006d\u0062\u0066\u0066":0x1d41f,"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0041":0x1d56c,"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0042":0x1d56d,"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0043":0x1d56e,"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0044":0x1d56f,"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0045":0x1d570,"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0046":0x1d571,"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0047":0x1d572,"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0048":0x1d573,"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0049":0x1d574,"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u004a":0x1d575,"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u004b":0x1d576,"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u004c":0x1d577,"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u004d":0x1d578,"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u004e":0x1d579,"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u004f":0x1d57a,"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0050":0x1d57b,"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0051":0x1d57c,"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0052":0x1d57d,"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0053":0x1d57e,"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0054":0x1d57f,"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0055":0x1d580,"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0056":0x1d581,"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0057":0x1d582,"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0058":0x1d583,"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0059":0x1d584,"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u005a":0x1d585,"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0061":0x1d586,"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0062":0x1d587,"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0063":0x1d588,"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0064":0x1d589,"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0065":0x1d58a,"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0066":0x1d58b,"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0067":0x1d58c,"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0068":0x1d58d,"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0069":0x1d58e,"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u006a":0x1d58f,"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u006b":0x1d590,"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u006c":0x1d591,"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u006d":0x1d592,"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u006e":0x1d593,"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u006f":0x1d594,"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0070":0x1d595,"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0071":0x1d596,"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0072":0x1d597,"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0073":0x1d598,"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0074":0x1d599,"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0075":0x1d59a,"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0076":0x1d59b,"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0077":0x1d59c,"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0078":0x1d59d,"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0079":0x1d59e,"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u007a":0x1d59f,"\u006d\u0062\u0066\u0067":0x1d420,"\u006d\u0062\u0066\u0067\u0061\u006d\u006d\u0061":0x1d6c4,"\u006d\u0062\u0066\u0068":0x1d421,"\u006d\u0062\u0066\u0069":0x1d422,"\u006db\u0066\u0069\u006f\u0074\u0061":0x1d6ca,"\u006d\u0062\u0066\u0069\u0074\u0041":0x1d468,"\u006d\u0062\u0066\u0069\u0074\u0041\u006c\u0070\u0068\u0061":0x1d71c,"\u006d\u0062\u0066\u0069\u0074\u0042":0x1d469,"\u006db\u0066\u0069\u0074\u0042\u0065\u0074a":0x1d71d,"\u006d\u0062\u0066\u0069\u0074\u0043":0x1d46a,"\u006d\u0062\u0066\u0069\u0074\u0043\u0068\u0069":0x1d732,"\u006d\u0062\u0066\u0069\u0074\u0044":0x1d46b,"\u006d\u0062\u0066\u0069\u0074\u0044\u0065\u006c\u0074\u0061":0x1d71f,"\u006d\u0062\u0066\u0069\u0074\u0045":0x1d46c,"\u006d\u0062\u0066i\u0074\u0045\u0070\u0073\u0069\u006c\u006f\u006e":0x1d720,"\u006d\u0062\u0066\u0069\u0074\u0045\u0074\u0061":0x1d722,"\u006d\u0062\u0066\u0069\u0074\u0046":0x1d46d,"\u006d\u0062\u0066\u0069\u0074\u0047":0x1d46e,"\u006d\u0062\u0066\u0069\u0074\u0047\u0061\u006d\u006d\u0061":0x1d71e,"\u006d\u0062\u0066\u0069\u0074\u0048":0x1d46f,"\u006d\u0062\u0066\u0069\u0074\u0049":0x1d470,"\u006db\u0066\u0069\u0074\u0049\u006f\u0074a":0x1d724,"\u006d\u0062\u0066\u0069\u0074\u004a":0x1d471,"\u006d\u0062\u0066\u0069\u0074\u004b":0x1d472,"\u006d\u0062\u0066\u0069\u0074\u004b\u0061\u0070\u0070\u0061":0x1d725,"\u006d\u0062\u0066\u0069\u0074\u004c":0x1d473,"m\u0062\u0066\u0069\u0074\u004c\u0061\u006d\u0062\u0064\u0061":0x1d726,"\u006d\u0062\u0066\u0069\u0074\u004d":0x1d474,"\u006db\u0066\u0069\u0074\u004d\u0075":0x1d727,"\u006d\u0062\u0066\u0069\u0074\u004e":0x1d475,"\u006db\u0066\u0069\u0074\u004e\u0075":0x1d728,"\u006d\u0062\u0066\u0069\u0074\u004f":0x1d476,"\u006d\u0062\u0066\u0069\u0074\u004f\u006d\u0065\u0067\u0061":0x1d734,"\u006d\u0062\u0066i\u0074\u004f\u006d\u0069\u0063\u0072\u006f\u006e":0x1d72a,"\u006d\u0062\u0066\u0069\u0074\u0050":0x1d477,"\u006d\u0062\u0066\u0069\u0074\u0050\u0068\u0069":0x1d731,"\u006db\u0066\u0069\u0074\u0050\u0069":0x1d72b,"\u006d\u0062\u0066\u0069\u0074\u0050\u0073\u0069":0x1d733,"\u006d\u0062\u0066\u0069\u0074\u0051":0x1d478,"\u006d\u0062\u0066\u0069\u0074\u0052":0x1d479,"\u006d\u0062\u0066\u0069\u0074\u0052\u0068\u006f":0x1d72c,"\u006d\u0062\u0066\u0069\u0074\u0053":0x1d47a,"\u006d\u0062\u0066\u0069\u0074\u0053\u0069\u0067\u006d\u0061":0x1d72e,"\u006d\u0062\u0066\u0069\u0074\u0054":0x1d47b,"\u006d\u0062\u0066\u0069\u0074\u0054\u0061\u0075":0x1d72f,"\u006d\u0062\u0066\u0069\u0074\u0054\u0068\u0065\u0074\u0061":0x1d723,"\u006d\u0062\u0066\u0069\u0074\u0055":0x1d47c,"\u006d\u0062\u0066i\u0074\u0055\u0070\u0073\u0069\u006c\u006f\u006e":0x1d730,"\u006d\u0062\u0066\u0069\u0074\u0056":0x1d47d,"\u006d\u0062\u0066\u0069\u0074\u0057":0x1d47e,"\u006d\u0062\u0066\u0069\u0074\u0058":0x1d47f,"\u006db\u0066\u0069\u0074\u0058\u0069":0x1d729,"\u006d\u0062\u0066\u0069\u0074\u0059":0x1d480,"\u006d\u0062\u0066\u0069\u0074\u005a":0x1d481,"\u006db\u0066\u0069\u0074\u005a\u0065\u0074a":0x1d721,"\u006d\u0062\u0066\u0069\u0074\u0061":0x1d482,"\u006d\u0062\u0066\u0069\u0074\u0061\u006c\u0070\u0068\u0061":0x1d736,"\u006d\u0062\u0066\u0069\u0074\u0062":0x1d483,"\u006db\u0066\u0069\u0074\u0062\u0065\u0074a":0x1d737,"\u006d\u0062\u0066\u0069\u0074\u0063":0x1d484,"\u006d\u0062\u0066\u0069\u0074\u0063\u0068\u0069":0x1d74c,"\u006d\u0062\u0066\u0069\u0074\u0064":0x1d485,"\u006d\u0062\u0066\u0069\u0074\u0064\u0065\u006c\u0074\u0061":0x1d739,"\u006d\u0062\u0066\u0069\u0074\u0065":0x1d486,"\u006d\u0062\u0066i\u0074\u0065\u0070\u0073\u0069\u006c\u006f\u006e":0x1d73a,"\u006d\u0062\u0066\u0069\u0074\u0065\u0074\u0061":0x1d73c,"\u006d\u0062\u0066\u0069\u0074\u0066":0x1d487,"\u006d\u0062\u0066\u0069\u0074\u0067":0x1d488,"\u006d\u0062\u0066\u0069\u0074\u0067\u0061\u006d\u006d\u0061":0x1d738,"\u006d\u0062\u0066\u0069\u0074\u0068":0x1d489,"\u006d\u0062\u0066\u0069\u0074\u0069":0x1d48a,"\u006db\u0066\u0069\u0074\u0069\u006f\u0074a":0x1d73e,"\u006d\u0062\u0066\u0069\u0074\u006a":0x1d48b,"\u006d\u0062\u0066\u0069\u0074\u006b":0x1d48c,"\u006d\u0062\u0066\u0069\u0074\u006b\u0061\u0070\u0070\u0061":0x1d73f,"\u006d\u0062\u0066\u0069\u0074\u006c":0x1d48d,"m\u0062\u0066\u0069\u0074\u006c\u0061\u006d\u0062\u0064\u0061":0x1d740,"\u006d\u0062\u0066\u0069\u0074\u006d":0x1d48e,"\u006db\u0066\u0069\u0074\u006d\u0075":0x1d741,"\u006d\u0062\u0066\u0069\u0074\u006e":0x1d48f,"\u006d\u0062\u0066\u0069\u0074\u006e\u0061\u0062\u006c\u0061":0x1d735,"\u006db\u0066\u0069\u0074\u006e\u0075":0x1d742,"\u006d\u0062\u0066\u0069\u0074\u006f":0x1d490,"\u006d\u0062\u0066\u0069\u0074\u006f\u006d\u0065\u0067\u0061":0x1d74e,"\u006d\u0062\u0066i\u0074\u006f\u006d\u0069\u0063\u0072\u006f\u006e":0x1d744,"\u006d\u0062\u0066\u0069\u0074\u0070":0x1d491,"\u006d\u0062\u0066i\u0074\u0070\u0061\u0072\u0074\u0069\u0061\u006c":0x1d74f,"\u006d\u0062\u0066\u0069\u0074\u0070\u0068\u0069":0x1d74b,"\u006db\u0066\u0069\u0074\u0070\u0069":0x1d745,"\u006d\u0062\u0066\u0069\u0074\u0070\u0073\u0069":0x1d74d,"\u006d\u0062\u0066\u0069\u0074\u0071":0x1d492,"\u006d\u0062\u0066\u0069\u0074\u0072":0x1d493,"\u006d\u0062\u0066\u0069\u0074\u0072\u0068\u006f":0x1d746,"\u006d\u0062\u0066\u0069\u0074\u0073":0x1d494,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0041":0x1d63c,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073A\u006c\u0070\u0068\u0061":0x1d790,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0042":0x1d63d,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0042\u0065\u0074\u0061":0x1d791,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0043":0x1d63e,"\u006d\u0062\u0066i\u0074\u0073\u0061\u006e\u0073\u0043\u0068\u0069":0x1d7a6,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0044":0x1d63f,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073D\u0065\u006c\u0074\u0061":0x1d793,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0045":0x1d640,"\u006d\u0062f\u0069\u0074\u0073a\u006e\u0073\u0045\u0070\u0073\u0069\u006c\u006f\u006e":0x1d794,"\u006d\u0062\u0066i\u0074\u0073\u0061\u006e\u0073\u0045\u0074\u0061":0x1d796,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0046":0x1d641,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0047":0x1d642,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073G\u0061\u006d\u006d\u0061":0x1d792,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0048":0x1d643,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0049":0x1d644,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0049\u006f\u0074\u0061":0x1d798,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u004a":0x1d645,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u004b":0x1d646,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073K\u0061\u0070\u0070\u0061":0x1d799,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u004c":0x1d647,"\u006db\u0066i\u0074\u0073\u0061\u006e\u0073\u004c\u0061\u006d\u0062\u0064\u0061":0x1d79a,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u004d":0x1d648,"m\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u004d\u0075":0x1d79b,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u004e":0x1d649,"m\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u004e\u0075":0x1d79c,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u004f":0x1d64a,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073O\u006d\u0065\u0067\u0061":0x1d7a8,"\u006d\u0062f\u0069\u0074\u0073a\u006e\u0073\u004f\u006d\u0069\u0063\u0072\u006f\u006e":0x1d79e,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0050":0x1d64b,"\u006d\u0062\u0066i\u0074\u0073\u0061\u006e\u0073\u0050\u0068\u0069":0x1d7a5,"m\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0050\u0069":0x1d79f,"\u006d\u0062\u0066i\u0074\u0073\u0061\u006e\u0073\u0050\u0073\u0069":0x1d7a7,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0051":0x1d64c,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0052":0x1d64d,"\u006d\u0062\u0066i\u0074\u0073\u0061\u006e\u0073\u0052\u0068\u006f":0x1d7a0,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0053":0x1d64e,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073S\u0069\u0067\u006d\u0061":0x1d7a2,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0054":0x1d64f,"\u006d\u0062\u0066i\u0074\u0073\u0061\u006e\u0073\u0054\u0061\u0075":0x1d7a3,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073T\u0068\u0065\u0074\u0061":0x1d797,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0055":0x1d650,"\u006d\u0062f\u0069\u0074\u0073a\u006e\u0073\u0055\u0070\u0073\u0069\u006c\u006f\u006e":0x1d7a4,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0056":0x1d651,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0057":0x1d652,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0058":0x1d653,"m\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0058\u0069":0x1d79d,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0059":0x1d654,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u005a":0x1d655,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u005a\u0065\u0074\u0061":0x1d795,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0061":0x1d656,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073a\u006c\u0070\u0068\u0061":0x1d7aa,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0062":0x1d657,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0062\u0065\u0074\u0061":0x1d7ab,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0063":0x1d658,"\u006d\u0062\u0066i\u0074\u0073\u0061\u006e\u0073\u0063\u0068\u0069":0x1d7c0,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0064":0x1d659,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073d\u0065\u006c\u0074\u0061":0x1d7ad,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0065":0x1d65a,"\u006d\u0062f\u0069\u0074\u0073a\u006e\u0073\u0065\u0070\u0073\u0069\u006c\u006f\u006e":0x1d7ae,"\u006d\u0062\u0066i\u0074\u0073\u0061\u006e\u0073\u0065\u0074\u0061":0x1d7b0,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0066":0x1d65b,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0067":0x1d65c,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073g\u0061\u006d\u006d\u0061":0x1d7ac,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0068":0x1d65d,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0069":0x1d65e,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0069\u006f\u0074\u0061":0x1d7b2,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u006a":0x1d65f,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u006b":0x1d660,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073k\u0061\u0070\u0070\u0061":0x1d7b3,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u006c":0x1d661,"\u006db\u0066i\u0074\u0073\u0061\u006e\u0073\u006c\u0061\u006d\u0062\u0064\u0061":0x1d7b4,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u006d":0x1d662,"m\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u006d\u0075":0x1d7b5,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u006e":0x1d663,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073n\u0061\u0062\u006c\u0061":0x1d7a9,"m\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u006e\u0075":0x1d7b6,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u006f":0x1d664,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073o\u006d\u0065\u0067\u0061":0x1d7c2,"\u006d\u0062f\u0069\u0074\u0073a\u006e\u0073\u006f\u006d\u0069\u0063\u0072\u006f\u006e":0x1d7b8,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0070":0x1d665,"\u006d\u0062f\u0069\u0074\u0073a\u006e\u0073\u0070\u0061\u0072\u0074\u0069\u0061\u006c":0x1d7c3,"\u006d\u0062\u0066i\u0074\u0073\u0061\u006e\u0073\u0070\u0068\u0069":0x1d7bf,"m\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0070\u0069":0x1d7b9,"\u006d\u0062\u0066i\u0074\u0073\u0061\u006e\u0073\u0070\u0073\u0069":0x1d7c1,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0071":0x1d666,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0072":0x1d667,"\u006d\u0062\u0066i\u0074\u0073\u0061\u006e\u0073\u0072\u0068\u006f":0x1d7ba,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0073":0x1d668,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073s\u0069\u0067\u006d\u0061":0x1d7bc,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0074":0x1d669,"\u006d\u0062\u0066i\u0074\u0073\u0061\u006e\u0073\u0074\u0061\u0075":0x1d7bd,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073t\u0068\u0065\u0074\u0061":0x1d7b1,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0075":0x1d66a,"\u006d\u0062f\u0069\u0074\u0073a\u006e\u0073\u0075\u0070\u0073\u0069\u006c\u006f\u006e":0x1d7be,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0076":0x1d66b,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0076\u0061\u0072T\u0068\u0065\u0074\u0061":0x1d7a1,"\u006d\u0062\u0066\u0069ts\u0061\u006e\u0073\u0076\u0061\u0072\u0065\u0070\u0073\u0069\u006c\u006f\u006e":0x1d7c4,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0076\u0061\u0072k\u0061\u0070\u0070\u0061":0x1d7c6,"\u006db\u0066i\u0074\u0073\u0061\u006e\u0073\u0076\u0061\u0072\u0070\u0068\u0069":0x1d7c7,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073v\u0061\u0072\u0070\u0069":0x1d7c9,"\u006db\u0066i\u0074\u0073\u0061\u006e\u0073\u0076\u0061\u0072\u0072\u0068\u006f":0x1d7c8,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0076\u0061\u0072s\u0069\u0067\u006d\u0061":0x1d7bb,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0076\u0061\u0072t\u0068\u0065\u0074\u0061":0x1d7c5,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0077":0x1d66c,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0078":0x1d66d,"m\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0078\u0069":0x1d7b7,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0079":0x1d66e,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u007a":0x1d66f,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u007a\u0065\u0074\u0061":0x1d7af,"\u006d\u0062\u0066\u0069\u0074\u0073\u0069\u0067\u006d\u0061":0x1d748,"\u006d\u0062\u0066\u0069\u0074\u0074":0x1d495,"\u006d\u0062\u0066\u0069\u0074\u0074\u0061\u0075":0x1d749,"\u006d\u0062\u0066\u0069\u0074\u0074\u0068\u0065\u0074\u0061":0x1d73d,"\u006d\u0062\u0066\u0069\u0074\u0075":0x1d496,"\u006d\u0062\u0066i\u0074\u0075\u0070\u0073\u0069\u006c\u006f\u006e":0x1d74a,"\u006d\u0062\u0066\u0069\u0074\u0076":0x1d497,"\u006d\u0062\u0066\u0069\u0074\u0076\u0061\u0072\u0054\u0068\u0065\u0074\u0061":0x1d72d,"\u006db\u0066i\u0074\u0076\u0061\u0072\u0065\u0070\u0073\u0069\u006c\u006f\u006e":0x1d750,"\u006d\u0062\u0066\u0069\u0074\u0076\u0061\u0072\u006b\u0061\u0070\u0070\u0061":0x1d752,"m\u0062\u0066\u0069\u0074\u0076\u0061\u0072\u0070\u0068\u0069":0x1d753,"\u006d\u0062\u0066\u0069\u0074\u0076\u0061\u0072\u0070\u0069":0x1d755,"m\u0062\u0066\u0069\u0074\u0076\u0061\u0072\u0072\u0068\u006f":0x1d754,"\u006d\u0062\u0066\u0069\u0074\u0076\u0061\u0072\u0073\u0069\u0067\u006d\u0061":0x1d747,"\u006d\u0062\u0066\u0069\u0074\u0076\u0061\u0072\u0074\u0068\u0065\u0074\u0061":0x1d751,"\u006d\u0062\u0066\u0069\u0074\u0077":0x1d498,"\u006d\u0062\u0066\u0069\u0074\u0078":0x1d499,"\u006db\u0066\u0069\u0074\u0078\u0069":0x1d743,"\u006d\u0062\u0066\u0069\u0074\u0079":0x1d49a,"\u006d\u0062\u0066\u0069\u0074\u007a":0x1d49b,"\u006db\u0066\u0069\u0074\u007a\u0065\u0074a":0x1d73b,"\u006d\u0062\u0066\u006a":0x1d423,"\u006d\u0062\u0066\u006b":0x1d424,"\u006d\u0062\u0066\u006b\u0061\u0070\u0070\u0061":0x1d6cb,"\u006d\u0062\u0066\u006c":0x1d425,"\u006db\u0066\u006c\u0061\u006d\u0062\u0064a":0x1d6cc,"\u006d\u0062\u0066\u006d":0x1d426,"\u006d\u0062\u0066m\u0075":0x1d6cd,"\u006d\u0062\u0066\u006e":0x1d427,"\u006d\u0062\u0066\u006e\u0061\u0062\u006c\u0061":0x1d6c1,"\u006d\u0062\u0066n\u0075":0x1d6ce,"\u006d\u0062\u0066\u006f":0x1d428,"\u006d\u0062\u0066\u006f\u006d\u0065\u0067\u0061":0x1d6da,"\u006d\u0062\u0066\u006f\u006d\u0069\u0063\u0072\u006f\u006e":0x1d6d0,"\u006d\u0062\u0066\u0070":0x1d429,"\u006d\u0062\u0066\u0070\u0061\u0072\u0074\u0069\u0061\u006c":0x1d6db,"\u006d\u0062\u0066\u0070\u0068\u0069":0x1d6df,"\u006d\u0062\u0066p\u0069":0x1d6d1,"\u006d\u0062\u0066\u0070\u0073\u0069":0x1d6d9,"\u006d\u0062\u0066\u0071":0x1d42a,"\u006d\u0062\u0066\u0072":0x1d42b,"\u006d\u0062\u0066\u0072\u0068\u006f":0x1d6d2,"\u006d\u0062\u0066\u0073":0x1d42c,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0041":0x1d5d4,"\u006d\u0062\u0066s\u0061\u006e\u0073\u0041\u006c\u0070\u0068\u0061":0x1d756,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0042":0x1d5d5,"m\u0062\u0066\u0073\u0061\u006e\u0073\u0042\u0065\u0074\u0061":0x1d757,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0043":0x1d5d6,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0043\u0068\u0069":0x1d76c,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0044":0x1d5d7,"\u006d\u0062\u0066s\u0061\u006e\u0073\u0044\u0065\u006c\u0074\u0061":0x1d759,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0045":0x1d5d8,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0045\u0070s\u0069\u006c\u006f\u006e":0x1d75a,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0045\u0074\u0061":0x1d75c,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0046":0x1d5d9,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0047":0x1d5da,"\u006d\u0062\u0066s\u0061\u006e\u0073\u0047\u0061\u006d\u006d\u0061":0x1d758,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0048":0x1d5db,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0049":0x1d5dc,"m\u0062\u0066\u0073\u0061\u006e\u0073\u0049\u006f\u0074\u0061":0x1d75e,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u004a":0x1d5dd,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u004b":0x1d5de,"\u006d\u0062\u0066s\u0061\u006e\u0073\u004b\u0061\u0070\u0070\u0061":0x1d75f,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u004c":0x1d5df,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u004c\u0061\u006d\u0062\u0064\u0061":0x1d760,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u004d":0x1d5e0,"\u006db\u0066\u0073\u0061\u006e\u0073\u004du":0x1d761,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u004e":0x1d5e1,"\u006db\u0066\u0073\u0061\u006e\u0073\u004eu":0x1d762,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u004f":0x1d5e2,"\u006d\u0062\u0066s\u0061\u006e\u0073\u004f\u006d\u0065\u0067\u0061":0x1d76e,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u004f\u006di\u0063\u0072\u006f\u006e":0x1d764,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0050":0x1d5e3,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0050\u0068\u0069":0x1d76b,"\u006db\u0066\u0073\u0061\u006e\u0073\u0050i":0x1d765,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0050\u0073\u0069":0x1d76d,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0051":0x1d5e4,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0052":0x1d5e5,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0052\u0068\u006f":0x1d766,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0053":0x1d5e6,"\u006d\u0062\u0066s\u0061\u006e\u0073\u0053\u0069\u0067\u006d\u0061":0x1d768,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0054":0x1d5e7,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0054\u0061\u0075":0x1d769,"\u006d\u0062\u0066s\u0061\u006e\u0073\u0054\u0068\u0065\u0074\u0061":0x1d75d,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0055":0x1d5e8,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0055\u0070s\u0069\u006c\u006f\u006e":0x1d76a,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0056":0x1d5e9,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0057":0x1d5ea,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0058":0x1d5eb,"\u006db\u0066\u0073\u0061\u006e\u0073\u0058i":0x1d763,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0059":0x1d5ec,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u005a":0x1d5ed,"m\u0062\u0066\u0073\u0061\u006e\u0073\u005a\u0065\u0074\u0061":0x1d75b,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0061":0x1d5ee,"\u006d\u0062\u0066s\u0061\u006e\u0073\u0061\u006c\u0070\u0068\u0061":0x1d770,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0062":0x1d5ef,"m\u0062\u0066\u0073\u0061\u006e\u0073\u0062\u0065\u0074\u0061":0x1d771,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0063":0x1d5f0,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0063\u0068\u0069":0x1d786,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0064":0x1d5f1,"\u006d\u0062\u0066s\u0061\u006e\u0073\u0064\u0065\u006c\u0074\u0061":0x1d773,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0065":0x1d5f2,"\u006d\u0062\u0066s\u0061\u006e\u0073\u0065\u0069\u0067\u0068\u0074":0x1d7f4,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0065\u0070s\u0069\u006c\u006f\u006e":0x1d774,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0065\u0074\u0061":0x1d776,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0066":0x1d5f3,"m\u0062\u0066\u0073\u0061\u006e\u0073\u0066\u0069\u0076\u0065":0x1d7f1,"m\u0062\u0066\u0073\u0061\u006e\u0073\u0066\u006f\u0075\u0072":0x1d7f0,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0067":0x1d5f4,"\u006d\u0062\u0066s\u0061\u006e\u0073\u0067\u0061\u006d\u006d\u0061":0x1d772,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0068":0x1d5f5,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0069":0x1d5f6,"m\u0062\u0066\u0073\u0061\u006e\u0073\u0069\u006f\u0074\u0061":0x1d778,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u006a":0x1d5f7,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u006b":0x1d5f8,"\u006d\u0062\u0066s\u0061\u006e\u0073\u006b\u0061\u0070\u0070\u0061":0x1d779,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u006c":0x1d5f9,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u006c\u0061\u006d\u0062\u0064\u0061":0x1d77a,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u006d":0x1d5fa,"\u006db\u0066\u0073\u0061\u006e\u0073\u006du":0x1d77b,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u006e":0x1d5fb,"\u006d\u0062\u0066s\u0061\u006e\u0073\u006e\u0061\u0062\u006c\u0061":0x1d76f,"m\u0062\u0066\u0073\u0061\u006e\u0073\u006e\u0069\u006e\u0065":0x1d7f5,"\u006db\u0066\u0073\u0061\u006e\u0073\u006eu":0x1d77c,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u006f":0x1d5fc,"\u006d\u0062\u0066s\u0061\u006e\u0073\u006f\u006d\u0065\u0067\u0061":0x1d788,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u006f\u006di\u0063\u0072\u006f\u006e":0x1d77e,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u006f\u006e\u0065":0x1d7ed,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0070":0x1d5fd,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0070\u0061r\u0074\u0069\u0061\u006c":0x1d789,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0070\u0068\u0069":0x1d785,"\u006db\u0066\u0073\u0061\u006e\u0073\u0070i":0x1d77f,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0070\u0073\u0069":0x1d787,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0071":0x1d5fe,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0072":0x1d5ff,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0072\u0068\u006f":0x1d780,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0073":0x1d600,"\u006d\u0062\u0066s\u0061\u006e\u0073\u0073\u0065\u0076\u0065\u006e":0x1d7f3,"\u006d\u0062\u0066s\u0061\u006e\u0073\u0073\u0069\u0067\u006d\u0061":0x1d782,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0073\u0069\u0078":0x1d7f2,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0074":0x1d601,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0074\u0061\u0075":0x1d783,"\u006d\u0062\u0066s\u0061\u006e\u0073\u0074\u0068\u0065\u0074\u0061":0x1d777,"\u006d\u0062\u0066s\u0061\u006e\u0073\u0074\u0068\u0072\u0065\u0065":0x1d7ef,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0074\u0077\u006f":0x1d7ee,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0075":0x1d602,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0075\u0070s\u0069\u006c\u006f\u006e":0x1d784,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0076":0x1d603,"\u006db\u0066s\u0061\u006e\u0073\u0076\u0061\u0072\u0054\u0068\u0065\u0074\u0061":0x1d767,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0076\u0061\u0072\u0065\u0070s\u0069\u006c\u006f\u006e":0x1d78a,"\u006db\u0066s\u0061\u006e\u0073\u0076\u0061\u0072\u006b\u0061\u0070\u0070\u0061":0x1d78c,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0076\u0061\u0072\u0070\u0068\u0069":0x1d78d,"\u006d\u0062\u0066s\u0061\u006e\u0073\u0076\u0061\u0072\u0070\u0069":0x1d78f,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0076\u0061\u0072\u0072\u0068\u006f":0x1d78e,"\u006db\u0066s\u0061\u006e\u0073\u0076\u0061\u0072\u0073\u0069\u0067\u006d\u0061":0x1d781,"\u006db\u0066s\u0061\u006e\u0073\u0076\u0061\u0072\u0074\u0068\u0065\u0074\u0061":0x1d78b,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0077":0x1d604,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0078":0x1d605,"\u006db\u0066\u0073\u0061\u006e\u0073\u0078i":0x1d77d,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0079":0x1d606,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u007a":0x1d607,"m\u0062\u0066\u0073\u0061\u006e\u0073\u007a\u0065\u0072\u006f":0x1d7ec,"m\u0062\u0066\u0073\u0061\u006e\u0073\u007a\u0065\u0074\u0061":0x1d775,"\u006db\u0066\u0073\u0063\u0072\u0041":0x1d4d0,"\u006db\u0066\u0073\u0063\u0072\u0042":0x1d4d1,"\u006db\u0066\u0073\u0063\u0072\u0043":0x1d4d2,"\u006db\u0066\u0073\u0063\u0072\u0044":0x1d4d3,"\u006db\u0066\u0073\u0063\u0072\u0045":0x1d4d4,"\u006db\u0066\u0073\u0063\u0072\u0046":0x1d4d5,"\u006db\u0066\u0073\u0063\u0072\u0047":0x1d4d6,"\u006db\u0066\u0073\u0063\u0072\u0048":0x1d4d7,"\u006db\u0066\u0073\u0063\u0072\u0049":0x1d4d8,"\u006db\u0066\u0073\u0063\u0072\u004a":0x1d4d9,"\u006db\u0066\u0073\u0063\u0072\u004b":0x1d4da,"\u006db\u0066\u0073\u0063\u0072\u004c":0x1d4db,"\u006db\u0066\u0073\u0063\u0072\u004d":0x1d4dc,"\u006db\u0066\u0073\u0063\u0072\u004e":0x1d4dd,"\u006db\u0066\u0073\u0063\u0072\u004f":0x1d4de,"\u006db\u0066\u0073\u0063\u0072\u0050":0x1d4df,"\u006db\u0066\u0073\u0063\u0072\u0051":0x1d4e0,"\u006db\u0066\u0073\u0063\u0072\u0052":0x1d4e1,"\u006db\u0066\u0073\u0063\u0072\u0053":0x1d4e2,"\u006db\u0066\u0073\u0063\u0072\u0054":0x1d4e3,"\u006db\u0066\u0073\u0063\u0072\u0055":0x1d4e4,"\u006db\u0066\u0073\u0063\u0072\u0056":0x1d4e5,"\u006db\u0066\u0073\u0063\u0072\u0057":0x1d4e6,"\u006db\u0066\u0073\u0063\u0072\u0058":0x1d4e7,"\u006db\u0066\u0073\u0063\u0072\u0059":0x1d4e8,"\u006db\u0066\u0073\u0063\u0072\u005a":0x1d4e9,"\u006db\u0066\u0073\u0063\u0072\u0061":0x1d4ea,"\u006db\u0066\u0073\u0063\u0072\u0062":0x1d4eb,"\u006db\u0066\u0073\u0063\u0072\u0063":0x1d4ec,"\u006db\u0066\u0073\u0063\u0072\u0064":0x1d4ed,"\u006db\u0066\u0073\u0063\u0072\u0065":0x1d4ee,"\u006db\u0066\u0073\u0063\u0072\u0066":0x1d4ef,"\u006db\u0066\u0073\u0063\u0072\u0067":0x1d4f0,"\u006db\u0066\u0073\u0063\u0072\u0068":0x1d4f1,"\u006db\u0066\u0073\u0063\u0072\u0069":0x1d4f2,"\u006db\u0066\u0073\u0063\u0072\u006a":0x1d4f3,"\u006db\u0066\u0073\u0063\u0072\u006b":0x1d4f4,"\u006db\u0066\u0073\u0063\u0072\u006c":0x1d4f5,"\u006db\u0066\u0073\u0063\u0072\u006d":0x1d4f6,"\u006db\u0066\u0073\u0063\u0072\u006e":0x1d4f7,"\u006db\u0066\u0073\u0063\u0072\u006f":0x1d4f8,"\u006db\u0066\u0073\u0063\u0072\u0070":0x1d4f9,"\u006db\u0066\u0073\u0063\u0072\u0071":0x1d4fa,"\u006db\u0066\u0073\u0063\u0072\u0072":0x1d4fb,"\u006db\u0066\u0073\u0063\u0072\u0073":0x1d4fc,"\u006db\u0066\u0073\u0063\u0072\u0074":0x1d4fd,"\u006db\u0066\u0073\u0063\u0072\u0075":0x1d4fe,"\u006db\u0066\u0073\u0063\u0072\u0076":0x1d4ff,"\u006db\u0066\u0073\u0063\u0072\u0077":0x1d500,"\u006db\u0066\u0073\u0063\u0072\u0078":0x1d501,"\u006db\u0066\u0073\u0063\u0072\u0079":0x1d502,"\u006db\u0066\u0073\u0063\u0072\u007a":0x1d503,"\u006d\u0062\u0066\u0073\u0069\u0067\u006d\u0061":0x1d6d4,"\u006d\u0062\u0066\u0074":0x1d42d,"\u006d\u0062\u0066\u0074\u0061\u0075":0x1d6d5,"\u006d\u0062\u0066\u0074\u0068\u0065\u0074\u0061":0x1d6c9,"\u006d\u0062\u0066\u0075":0x1d42e,"\u006d\u0062\u0066\u0075\u0070\u0073\u0069\u006c\u006f\u006e":0x1d6d6,"\u006d\u0062\u0066\u0076":0x1d42f,"m\u0062\u0066\u0076\u0061\u0072\u0054\u0068\u0065\u0074\u0061":0x1d6b9,"\u006d\u0062\u0066\u0076\u0061\u0072\u0065\u0070\u0073\u0069\u006c\u006f\u006e":0x1d6dc,"m\u0062\u0066\u0076\u0061\u0072\u006b\u0061\u0070\u0070\u0061":0x1d6de,"\u006db\u0066\u0076\u0061\u0072\u0070\u0068i":0x1d6d7,"\u006d\u0062\u0066\u0076\u0061\u0072\u0070\u0069":0x1d6e1,"\u006db\u0066\u0076\u0061\u0072\u0072\u0068o":0x1d6e0,"m\u0062\u0066\u0076\u0061\u0072\u0073\u0069\u0067\u006d\u0061":0x1d6d3,"m\u0062\u0066\u0076\u0061\u0072\u0074\u0068\u0065\u0074\u0061":0x1d6dd,"\u006d\u0062\u0066\u0077":0x1d430,"\u006d\u0062\u0066\u0078":0x1d431,"\u006d\u0062\u0066x\u0069":0x1d6cf,"\u006d\u0062\u0066\u0079":0x1d432,"\u006d\u0062\u0066\u007a":0x1d433,"\u006db\u0066\u007a\u0065\u0074\u0061":0x1d6c7,"\u006db\u006f\u0070\u006f\u006d\u006f\u0066o":0x3107,"\u006d\u0062\u0073\u0071\u0075\u0061\u0072\u0065":0x33d4,"\u006dc\u0069\u0072\u0063\u006c\u0065":0x24dc,"\u006d\u0063\u0075b\u0065\u0064\u0073\u0071\u0075\u0061\u0072\u0065":0x33a5,"m\u0064\u0062\u006c\u006b\u0063\u0069\u0072\u0063\u006c\u0065":0x26ab,"\u006d\u0064\u0062l\u006b\u0064\u0069\u0061\u006d\u006f\u006e\u0064":0x2b25,"\u006d\u0064\u0062l\u006b\u006c\u006f\u007a\u0065\u006e\u0067\u0065":0x2b27,"m\u0064\u0062\u006c\u006b\u0073\u0071\u0075\u0061\u0072\u0065":0x25fc,"\u006d\u0064\u006c\u0067\u0062\u006c\u006b\u006c\u006fz\u0065\u006e\u0067\u0065":0x29eb,"\u006d\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074":0x1e41,"\u006dd\u006f\u0074\u0062\u0065\u006c\u006fw":0x1e43,"\u006d\u0064\u0073\u006d\u0062\u006c\u006b\u0063\u0069\u0072\u0063\u006c\u0065":0x2981,"\u006d\u0064\u0073\u006d\u0062\u006c\u006b\u0073\u0071\u0075\u0061\u0072\u0065":0x25fe,"\u006d\u0064\u0073\u006d\u0077\u0068\u0074\u0063\u0069\u0072\u0063\u006c\u0065":0x26ac,"\u006d\u0064\u0073\u006d\u0077\u0068\u0074\u0073\u0071\u0075\u0061\u0072\u0065":0x25fd,"m\u0064\u0077\u0068\u0074\u0063\u0069\u0072\u0063\u006c\u0065":0x26aa,"\u006d\u0064\u0077h\u0074\u0064\u0069\u0061\u006d\u006f\u006e\u0064":0x2b26,"\u006d\u0064\u0077h\u0074\u006c\u006f\u007a\u0065\u006e\u0067\u0065":0x2b28,"m\u0064\u0077\u0068\u0074\u0073\u0071\u0075\u0061\u0072\u0065":0x25fb,"\u006de\u0061s\u0061\u006e\u0067\u006c\u0065\u0064\u006c\u0074\u006f\u0073\u0077":0x29af,"\u006de\u0061s\u0061\u006e\u0067\u006c\u0065\u0064\u0072\u0074\u006f\u0073\u0065":0x29ae,"\u006de\u0061s\u0061\u006e\u0067\u006c\u0065\u006c\u0064\u0074\u006f\u0073\u0077":0x29ab,"\u006de\u0061s\u0061\u006e\u0067\u006c\u0065\u006c\u0075\u0074\u006f\u006e\u0077":0x29a9,"\u006de\u0061s\u0061\u006e\u0067\u006c\u0065\u0072\u0064\u0074\u006f\u0073\u0065":0x29aa,"\u006de\u0061s\u0061\u006e\u0067\u006c\u0065\u0072\u0075\u0074\u006f\u006e\u0065":0x29a8,"\u006de\u0061s\u0061\u006e\u0067\u006c\u0065\u0075\u006c\u0074\u006f\u006e\u0077":0x29ad,"\u006de\u0061s\u0061\u006e\u0067\u006c\u0065\u0075\u0072\u0074\u006f\u006e\u0065":0x29ac,"\u006d\u0065\u0061\u0073\u0065\u0071":0x225e,"\u006d\u0065\u0061\u0073\u0075\u0072\u0065\u0064\u0061\u006e\u0067\u006c\u0065":0x2221,"\u006d\u0065\u0061\u0073\u0075\u0072\u0065\u0064\u0061\u006e\u0067\u006ce\u006c\u0065\u0066\u0074":0x299b,"\u006de\u0061s\u0075\u0072\u0065\u0064\u0072i\u0067\u0068t\u0061\u006e\u0067\u006c\u0065":0x22be,"\u006d\u0065\u0064b\u006c\u0061\u0063\u006b\u0073\u0074\u0061\u0072":0x2b51,"\u006d\u0065\u0064w\u0068\u0069\u0074\u0065\u0073\u0074\u0061\u0072":0x2b50,"\u006de\u0065m\u0066\u0069\u006e\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063":0xfee2,"\u006d\u0065\u0065\u006d\u0069\u006e\u0069\u0074\u0069\u0061\u006c\u0061r\u0061\u0062\u0069\u0063":0xfee3,"\u006d\u0065\u0065m\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064":0xfee1,"\u006d\u0065e\u006d\u006d\u0065d\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063":0xfee4,"m\u0065\u0065\u006d\u006dee\u006di\u006e\u0069\u0074\u0069\u0061l\u0061\u0072\u0061\u0062\u0069\u0063":0xfcd1,"\u006d\u0065\u0065\u006dme\u0065\u006d\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064\u0061\u0072\u0061\u0062i\u0063":0xfc48,"\u006de\u0065m\u0077\u0069\u0074\u0068\u0068a\u0068\u0069n\u0069\u0074\u0069\u0061\u006c":0xfccf,"\u006d\u0065\u0065\u006dwi\u0074\u0068\u006a\u0065\u0065\u006d\u0069\u006e\u0069\u0074\u0069\u0061\u006c":0xfcce,"\u006d\u0065\u0065\u006dwi\u0074\u0068\u006b\u0068\u0061\u0068\u0069\u006e\u0069\u0074\u0069\u0061\u006c":0xfcd0,"\u006d\u0065\u0065\u0074\u006f\u0072\u0075\u0073\u0071\u0075\u0061\u0072\u0065":0x334d,"\u006d\u0065\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x3081,"\u006d\u0065\u0069\u007a\u0069\u0065\u0072\u0061\u0073q\u0075\u0061\u0072\u0065":0x337e,"\u006d\u0065\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30e1,"\u006d\u0065\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068":0xff92,"\u006d\u0065\u006d":0x05de,"\u006de\u006dd\u0061\u0067\u0065\u0073\u0068\u0068\u0065\u0062\u0072\u0065\u0077":0xfb3e,"m\u0065\u006e\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x0574,"\u006d\u0065\u0072k\u0068\u0061\u0068\u0065\u0062\u0072\u0065\u0077":0x05a5,"\u006de\u0072k\u0068\u0061\u006b\u0065\u0066u\u006c\u0061h\u0065\u0062\u0072\u0065\u0077":0x05a6,"\u006d\u0066\u0072\u0061\u006b\u0041":0x1d504,"\u006d\u0066\u0072\u0061\u006b\u0042":0x1d505,"\u006d\u0066\u0072\u0061\u006b\u0043":0x212d,"\u006d\u0066\u0072\u0061\u006b\u0044":0x1d507,"\u006d\u0066\u0072\u0061\u006b\u0045":0x1d508,"\u006d\u0066\u0072\u0061\u006b\u0046":0x1d509,"\u006d\u0066\u0072\u0061\u006b\u0047":0x1d50a,"\u006d\u0066\u0072\u0061\u006b\u0048":0x210c,"\u006d\u0066\u0072\u0061\u006b\u004a":0x1d50d,"\u006d\u0066\u0072\u0061\u006b\u004b":0x1d50e,"\u006d\u0066\u0072\u0061\u006b\u004c":0x1d50f,"\u006d\u0066\u0072\u0061\u006b\u004d":0x1d510,"\u006d\u0066\u0072\u0061\u006b\u004e":0x1d511,"\u006d\u0066\u0072\u0061\u006b\u004f":0x1d512,"\u006d\u0066\u0072\u0061\u006b\u0050":0x1d513,"\u006d\u0066\u0072\u0061\u006b\u0051":0x1d514,"\u006d\u0066\u0072\u0061\u006b\u0053":0x1d516,"\u006d\u0066\u0072\u0061\u006b\u0054":0x1d517,"\u006d\u0066\u0072\u0061\u006b\u0055":0x1d518,"\u006d\u0066\u0072\u0061\u006b\u0056":0x1d519,"\u006d\u0066\u0072\u0061\u006b\u0057":0x1d51a,"\u006d\u0066\u0072\u0061\u006b\u0058":0x1d51b,"\u006d\u0066\u0072\u0061\u006b\u0059":0x1d51c,"\u006d\u0066\u0072\u0061\u006b\u005a":0x2128,"\u006d\u0066\u0072\u0061\u006b\u0061":0x1d51e,"\u006d\u0066\u0072\u0061\u006b\u0062":0x1d51f,"\u006d\u0066\u0072\u0061\u006b\u0063":0x1d520,"\u006d\u0066\u0072\u0061\u006b\u0064":0x1d521,"\u006d\u0066\u0072\u0061\u006b\u0065":0x1d522,"\u006d\u0066\u0072\u0061\u006b\u0066":0x1d523,"\u006d\u0066\u0072\u0061\u006b\u0067":0x1d524,"\u006d\u0066\u0072\u0061\u006b\u0068":0x1d525,"\u006d\u0066\u0072\u0061\u006b\u0069":0x1d526,"\u006d\u0066\u0072\u0061\u006b\u006a":0x1d527,"\u006d\u0066\u0072\u0061\u006b\u006b":0x1d528,"\u006d\u0066\u0072\u0061\u006b\u006c":0x1d529,"\u006d\u0066\u0072\u0061\u006b\u006d":0x1d52a,"\u006d\u0066\u0072\u0061\u006b\u006e":0x1d52b,"\u006d\u0066\u0072\u0061\u006b\u006f":0x1d52c,"\u006d\u0066\u0072\u0061\u006b\u0070":0x1d52d,"\u006d\u0066\u0072\u0061\u006b\u0071":0x1d52e,"\u006d\u0066\u0072\u0061\u006b\u0072":0x1d52f,"\u006d\u0066\u0072\u0061\u006b\u0073":0x1d530,"\u006d\u0066\u0072\u0061\u006b\u0074":0x1d531,"\u006d\u0066\u0072\u0061\u006b\u0075":0x1d532,"\u006d\u0066\u0072\u0061\u006b\u0076":0x1d533,"\u006d\u0066\u0072\u0061\u006b\u0077":0x1d534,"\u006d\u0066\u0072\u0061\u006b\u0078":0x1d535,"\u006d\u0066\u0072\u0061\u006b\u0079":0x1d536,"\u006d\u0066\u0072\u0061\u006b\u007a":0x1d537,"\u006d\u0068\u006fo\u006b":0x0271,"\u006dh\u007a\u0073\u0071\u0075\u0061\u0072e":0x3392,"\u006d\u0069\u0063r\u006f":0x0095,"\u006di\u0064\u0062\u0061\u0072\u0076\u0065e":0x2a5d,"m\u0069\u0064\u0062\u0061\u0072\u0077\u0065\u0064\u0067\u0065":0x2a5c,"\u006d\u0069\u0064\u0063\u0069\u0072":0x2af0,"\u006d\u0069\u0064\u0064\u006c\u0065\u0064\u006f\u0074\u006b\u0061t\u0061\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077i\u0064\u0074\u0068":0xff65,"\u006di\u0065u\u006d\u0061\u0063\u0069\u0072c\u006c\u0065k\u006f\u0072\u0065\u0061\u006e":0x3272,"\u006d\u0069\u0065\u0075\u006d\u0061\u0070\u0061\u0072\u0065\u006e\u006bo\u0072\u0065\u0061\u006e":0x3212,"\u006d\u0069\u0065\u0075\u006d\u0063\u0069\u0072\u0063\u006c\u0065\u006bo\u0072\u0065\u0061\u006e":0x3264,"m\u0069\u0065\u0075\u006d\u006b\u006f\u0072\u0065\u0061\u006e":0x3141,"\u006di\u0065u\u006d\u0070\u0061\u006e\u0073i\u006f\u0073k\u006f\u0072\u0065\u0061\u006e":0x3170,"\u006d\u0069e\u0075\u006d\u0070a\u0072\u0065\u006e\u006b\u006f\u0072\u0065\u0061\u006e":0x3204,"\u006d\u0069e\u0075\u006d\u0070i\u0065\u0075\u0070\u006b\u006f\u0072\u0065\u0061\u006e":0x316e,"\u006di\u0065u\u006d\u0073\u0069\u006f\u0073\u006b\u006f\u0072\u0065\u0061\u006e":0x316f,"\u006d\u0069\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x307f,"\u006d\u0069\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30df,"\u006d\u0069\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068":0xff90,"\u006d\u0069\u006c\u006c":0x20a5,"\u006d\u0069\u006eu\u0073":0x2212,"\u006d\u0069\u006e\u0075\u0073\u0062\u0065\u006c\u006f\u0077\u0063\u006d\u0062":0x0320,"m\u0069\u006e\u0075\u0073\u0063\u0069\u0072\u0063\u006c\u0065":0x2296,"\u006d\u0069\u006e\u0075\u0073\u0064\u006f\u0074":0x2a2a,"\u006d\u0069\u006e\u0075\u0073\u0066\u0064\u006f\u0074\u0073":0x2a2b,"\u006d\u0069\u006e\u0075\u0073\u0069\u006e\u0066\u0065\u0072\u0069\u006f\u0072":0x208b,"\u006d\u0069\u006e\u0075\u0073\u006d\u006f\u0064":0x02d7,"\u006di\u006e\u0075\u0073\u0070\u006c\u0075s":0x2213,"\u006d\u0069\u006e\u0075\u0073\u0072\u0064\u006f\u0074\u0073":0x2a2c,"\u006d\u0069\u006e\u0075\u0073\u0073\u0075\u0070\u0065\u0072\u0069\u006f\u0072":0x207b,"\u006d\u0069\u006e\u0075\u0074\u0065":0x2032,"\u006di\u0072i\u0062\u0061\u0061\u0072\u0075\u0073\u0071\u0075\u0061\u0072\u0065":0x334a,"\u006d\u0069\u0072\u0069\u0073\u0071\u0075\u0061\u0072\u0065":0x3349,"\u006d\u0069\u0074\u0041":0x1d434,"\u006d\u0069\u0074\u0041\u006c\u0070\u0068\u0061":0x1d6e2,"\u006d\u0069\u0074\u0042":0x1d435,"\u006di\u0074\u0042\u0062\u0062\u0044":0x2145,"\u006di\u0074\u0042\u0062\u0062\u0064":0x2146,"\u006di\u0074\u0042\u0062\u0062\u0065":0x2147,"\u006di\u0074\u0042\u0062\u0062\u0069":0x2148,"\u006di\u0074\u0042\u0062\u0062\u006a":0x2149,"\u006di\u0074\u0042\u0065\u0074\u0061":0x1d6e3,"\u006d\u0069\u0074\u0043":0x1d436,"\u006d\u0069\u0074\u0043\u0068\u0069":0x1d6f8,"\u006d\u0069\u0074\u0044":0x1d437,"\u006d\u0069\u0074\u0044\u0065\u006c\u0074\u0061":0x1d6e5,"\u006d\u0069\u0074\u0045":0x1d438,"\u006d\u0069\u0074\u0045\u0070\u0073\u0069\u006c\u006f\u006e":0x1d6e6,"\u006d\u0069\u0074\u0045\u0074\u0061":0x1d6e8,"\u006d\u0069\u0074\u0046":0x1d439,"\u006d\u0069\u0074\u0047":0x1d43a,"\u006d\u0069\u0074\u0047\u0061\u006d\u006d\u0061":0x1d6e4,"\u006d\u0069\u0074\u0048":0x1d43b,"\u006d\u0069\u0074\u0049":0x1d43c,"\u006di\u0074\u0049\u006f\u0074\u0061":0x1d6ea,"\u006d\u0069\u0074\u004a":0x1d43d,"\u006d\u0069\u0074\u004b":0x1d43e,"\u006d\u0069\u0074\u004b\u0061\u0070\u0070\u0061":0x1d6eb,"\u006d\u0069\u0074\u004c":0x1d43f,"\u006di\u0074\u004c\u0061\u006d\u0062\u0064a":0x1d6ec,"\u006d\u0069\u0074\u004d":0x1d440,"\u006d\u0069\u0074M\u0075":0x1d6ed,"\u006d\u0069\u0074\u004e":0x1d441,"\u006d\u0069\u0074N\u0075":0x1d6ee,"\u006d\u0069\u0074\u004f":0x1d442,"\u006d\u0069\u0074\u004f\u006d\u0065\u0067\u0061":0x1d6fa,"\u006d\u0069\u0074\u004f\u006d\u0069\u0063\u0072\u006f\u006e":0x1d6f0,"\u006d\u0069\u0074\u0050":0x1d443,"\u006d\u0069\u0074\u0050\u0068\u0069":0x1d6f7,"\u006d\u0069\u0074P\u0069":0x1d6f1,"\u006d\u0069\u0074\u0050\u0073\u0069":0x1d6f9,"\u006d\u0069\u0074\u0051":0x1d444,"\u006d\u0069\u0074\u0052":0x1d445,"\u006d\u0069\u0074\u0052\u0068\u006f":0x1d6f2,"\u006d\u0069\u0074\u0053":0x1d446,"\u006d\u0069\u0074\u0053\u0069\u0067\u006d\u0061":0x1d6f4,"\u006d\u0069\u0074\u0054":0x1d447,"\u006d\u0069\u0074\u0054\u0061\u0075":0x1d6f5,"\u006d\u0069\u0074\u0054\u0068\u0065\u0074\u0061":0x1d6e9,"\u006d\u0069\u0074\u0055":0x1d448,"\u006d\u0069\u0074\u0055\u0070\u0073\u0069\u006c\u006f\u006e":0x1d6f6,"\u006d\u0069\u0074\u0056":0x1d449,"\u006d\u0069\u0074\u0057":0x1d44a,"\u006d\u0069\u0074\u0058":0x1d44b,"\u006d\u0069\u0074X\u0069":0x1d6ef,"\u006d\u0069\u0074\u0059":0x1d44c,"\u006d\u0069\u0074\u005a":0x1d44d,"\u006di\u0074\u005a\u0065\u0074\u0061":0x1d6e7,"\u006d\u0069\u0074\u0061":0x1d44e,"\u006d\u0069\u0074\u0061\u006c\u0070\u0068\u0061":0x1d6fc,"\u006d\u0069\u0074\u0062":0x1d44f,"\u006di\u0074\u0062\u0065\u0074\u0061":0x1d6fd,"\u006d\u0069\u0074\u0063":0x1d450,"\u006d\u0069\u0074\u0063\u0068\u0069":0x1d712,"\u006d\u0069\u0074\u0064":0x1d451,"\u006d\u0069\u0074\u0064\u0065\u006c\u0074\u0061":0x1d6ff,"\u006d\u0069\u0074\u0065":0x1d452,"\u006d\u0069\u0074\u0065\u0070\u0073\u0069\u006c\u006f\u006e":0x1d700,"\u006d\u0069\u0074\u0065\u0074\u0061":0x1d702,"\u006d\u0069\u0074\u0066":0x1d453,"\u006d\u0069\u0074\u0067":0x1d454,"\u006d\u0069\u0074\u0067\u0061\u006d\u006d\u0061":0x1d6fe,"\u006d\u0069\u0074\u0069":0x1d456,"\u006di\u0074\u0069\u006f\u0074\u0061":0x1d704,"\u006d\u0069\u0074\u006a":0x1d457,"\u006d\u0069\u0074\u006b":0x1d458,"\u006d\u0069\u0074\u006b\u0061\u0070\u0070\u0061":0x1d705,"\u006d\u0069\u0074\u006c":0x1d459,"\u006di\u0074\u006c\u0061\u006d\u0062\u0064a":0x1d706,"\u006d\u0069\u0074\u006d":0x1d45a,"\u006d\u0069\u0074m\u0075":0x1d707,"\u006d\u0069\u0074\u006e":0x1d45b,"\u006d\u0069\u0074\u006e\u0061\u0062\u006c\u0061":0x1d6fb,"\u006d\u0069\u0074n\u0075":0x1d708,"\u006d\u0069\u0074\u006f":0x1d45c,"\u006d\u0069\u0074\u006f\u006d\u0065\u0067\u0061":0x1d714,"\u006d\u0069\u0074\u006f\u006d\u0069\u0063\u0072\u006f\u006e":0x1d70a,"\u006d\u0069\u0074\u0070":0x1d45d,"\u006d\u0069\u0074\u0070\u0061\u0072\u0074\u0069\u0061\u006c":0x1d715,"\u006d\u0069\u0074\u0070\u0068\u0069":0x1d711,"\u006d\u0069\u0074p\u0069":0x1d70b,"\u006d\u0069\u0074\u0070\u0073\u0069":0x1d713,"\u006d\u0069\u0074\u0071":0x1d45e,"\u006d\u0069\u0074\u0072":0x1d45f,"\u006d\u0069\u0074\u0072\u0068\u006f":0x1d70c,"\u006d\u0069\u0074\u0073":0x1d460,"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0041":0x1d608,"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0042":0x1d609,"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0043":0x1d60a,"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0044":0x1d60b,"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0045":0x1d60c,"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0046":0x1d60d,"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0047":0x1d60e,"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0048":0x1d60f,"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0049":0x1d610,"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u004a":0x1d611,"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u004b":0x1d612,"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u004c":0x1d613,"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u004d":0x1d614,"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u004e":0x1d615,"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u004f":0x1d616,"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0050":0x1d617,"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0051":0x1d618,"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0052":0x1d619,"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0053":0x1d61a,"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0054":0x1d61b,"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0055":0x1d61c,"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0056":0x1d61d,"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0057":0x1d61e,"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0058":0x1d61f,"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0059":0x1d620,"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u005a":0x1d621,"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0061":0x1d622,"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0062":0x1d623,"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0063":0x1d624,"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0064":0x1d625,"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0065":0x1d626,"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0066":0x1d627,"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0067":0x1d628,"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0068":0x1d629,"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0069":0x1d62a,"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u006a":0x1d62b,"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u006b":0x1d62c,"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u006c":0x1d62d,"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u006d":0x1d62e,"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u006e":0x1d62f,"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u006f":0x1d630,"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0070":0x1d631,"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0071":0x1d632,"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0072":0x1d633,"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0073":0x1d634,"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0074":0x1d635,"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0075":0x1d636,"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0076":0x1d637,"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0077":0x1d638,"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0078":0x1d639,"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0079":0x1d63a,"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u007a":0x1d63b,"\u006d\u0069\u0074\u0073\u0069\u0067\u006d\u0061":0x1d70e,"\u006d\u0069\u0074\u0074":0x1d461,"\u006d\u0069\u0074\u0074\u0061\u0075":0x1d70f,"\u006d\u0069\u0074\u0074\u0068\u0065\u0074\u0061":0x1d703,"\u006d\u0069\u0074\u0075":0x1d462,"\u006d\u0069\u0074\u0075\u0070\u0073\u0069\u006c\u006f\u006e":0x1d710,"\u006d\u0069\u0074\u0076":0x1d463,"m\u0069\u0074\u0076\u0061\u0072\u0054\u0068\u0065\u0074\u0061":0x1d6f3,"\u006d\u0069\u0074\u0076\u0061\u0072\u0065\u0070\u0073\u0069\u006c\u006f\u006e":0x1d716,"m\u0069\u0074\u0076\u0061\u0072\u006b\u0061\u0070\u0070\u0061":0x1d718,"\u006di\u0074\u0076\u0061\u0072\u0070\u0068i":0x1d719,"\u006d\u0069\u0074\u0076\u0061\u0072\u0070\u0069":0x1d71b,"\u006di\u0074\u0076\u0061\u0072\u0072\u0068o":0x1d71a,"m\u0069\u0074\u0076\u0061\u0072\u0073\u0069\u0067\u006d\u0061":0x1d70d,"m\u0069\u0074\u0076\u0061\u0072\u0074\u0068\u0065\u0074\u0061":0x1d717,"\u006d\u0069\u0074\u0077":0x1d464,"\u006d\u0069\u0074\u0078":0x1d465,"\u006d\u0069\u0074x\u0069":0x1d709,"\u006d\u0069\u0074\u0079":0x1d466,"\u006d\u0069\u0074\u007a":0x1d467,"\u006di\u0074\u007a\u0065\u0074\u0061":0x1d701,"\u006d\u006c\u0063\u0070":0x2adb,"\u006d\u006c\u006f\u006e\u0067\u006c\u0065\u0067\u0074u\u0072\u006e\u0065\u0064":0x0270,"\u006d\u006c\u0073\u0071\u0075\u0061\u0072\u0065":0x3396,"\u006d\u006d\u0063\u0075\u0062\u0065\u0064\u0073\u0071\u0075\u0061\u0072\u0065":0x33a3,"\u006d\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff4d,"\u006dm\u0073q\u0075\u0061\u0072\u0065\u0064\u0073\u0071\u0075\u0061\u0072\u0065":0x339f,"\u006d\u006f\u0064\u0065\u006c\u0073":0x22a7,"\u006do\u0064\u0074\u0077\u006f\u0073\u0075m":0x2a0a,"\u006d\u006f\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x3082,"\u006d\u006f\u0068\u006d\u0073\u0071\u0075\u0061\u0072\u0065":0x33c1,"\u006d\u006f\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30e2,"\u006d\u006f\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068":0xff93,"\u006do\u006c\u0073\u0071\u0075\u0061\u0072e":0x33d6,"\u006d\u006f\u006d\u0061\u0074\u0068\u0061\u0069":0x0e21,"\u006d\u006f\u0076e\u0072\u0073\u0073\u0071\u0075\u0061\u0072\u0065":0x33a7,"\u006d\u006f\u0076\u0065rs\u0073\u0071\u0075\u0061\u0072\u0065\u0064\u0073\u0071\u0075\u0061\u0072\u0065":0x33a8,"\u006d\u0070\u0061\u0072\u0065\u006e":0x24a8,"\u006dp\u0061\u0073\u0071\u0075\u0061\u0072e":0x33ab,"\u006d\u0073\u0061\u006e\u0073\u0041":0x1d5a0,"\u006d\u0073\u0061\u006e\u0073\u0042":0x1d5a1,"\u006d\u0073\u0061\u006e\u0073\u0043":0x1d5a2,"\u006d\u0073\u0061\u006e\u0073\u0044":0x1d5a3,"\u006d\u0073\u0061\u006e\u0073\u0045":0x1d5a4,"\u006d\u0073\u0061\u006e\u0073\u0046":0x1d5a5,"\u006d\u0073\u0061\u006e\u0073\u0047":0x1d5a6,"\u006d\u0073\u0061\u006e\u0073\u0048":0x1d5a7,"\u006d\u0073\u0061\u006e\u0073\u0049":0x1d5a8,"\u006d\u0073\u0061\u006e\u0073\u004a":0x1d5a9,"\u006d\u0073\u0061\u006e\u0073\u004b":0x1d5aa,"\u006d\u0073\u0061\u006e\u0073\u004c":0x1d5ab,"\u006d\u0073\u0061\u006e\u0073\u004d":0x1d5ac,"\u006d\u0073\u0061\u006e\u0073\u004e":0x1d5ad,"\u006d\u0073\u0061\u006e\u0073\u004f":0x1d5ae,"\u006d\u0073\u0061\u006e\u0073\u0050":0x1d5af,"\u006d\u0073\u0061\u006e\u0073\u0051":0x1d5b0,"\u006d\u0073\u0061\u006e\u0073\u0052":0x1d5b1,"\u006d\u0073\u0061\u006e\u0073\u0053":0x1d5b2,"\u006d\u0073\u0061\u006e\u0073\u0054":0x1d5b3,"\u006d\u0073\u0061\u006e\u0073\u0055":0x1d5b4,"\u006d\u0073\u0061\u006e\u0073\u0056":0x1d5b5,"\u006d\u0073\u0061\u006e\u0073\u0057":0x1d5b6,"\u006d\u0073\u0061\u006e\u0073\u0058":0x1d5b7,"\u006d\u0073\u0061\u006e\u0073\u0059":0x1d5b8,"\u006d\u0073\u0061\u006e\u0073\u005a":0x1d5b9,"\u006d\u0073\u0061\u006e\u0073\u0061":0x1d5ba,"\u006d\u0073\u0061\u006e\u0073\u0062":0x1d5bb,"\u006d\u0073\u0061\u006e\u0073\u0063":0x1d5bc,"\u006d\u0073\u0061\u006e\u0073\u0064":0x1d5bd,"\u006d\u0073\u0061\u006e\u0073\u0065":0x1d5be,"\u006d\u0073\u0061\u006e\u0073\u0065\u0069\u0067\u0068\u0074":0x1d7ea,"\u006d\u0073\u0061\u006e\u0073\u0066":0x1d5bf,"\u006ds\u0061\u006e\u0073\u0066\u0069\u0076e":0x1d7e7,"\u006ds\u0061\u006e\u0073\u0066\u006f\u0075r":0x1d7e6,"\u006d\u0073\u0061\u006e\u0073\u0067":0x1d5c0,"\u006d\u0073\u0061\u006e\u0073\u0068":0x1d5c1,"\u006d\u0073\u0061\u006e\u0073\u0069":0x1d5c2,"\u006d\u0073\u0061\u006e\u0073\u006a":0x1d5c3,"\u006d\u0073\u0061\u006e\u0073\u006b":0x1d5c4,"\u006d\u0073\u0061\u006e\u0073\u006c":0x1d5c5,"\u006d\u0073\u0061\u006e\u0073\u006d":0x1d5c6,"\u006d\u0073\u0061\u006e\u0073\u006e":0x1d5c7,"\u006ds\u0061\u006e\u0073\u006e\u0069\u006ee":0x1d7eb,"\u006d\u0073\u0061\u006e\u0073\u006f":0x1d5c8,"\u006d\u0073\u0061\u006e\u0073\u006f\u006e\u0065":0x1d7e3,"\u006d\u0073\u0061\u006e\u0073\u0070":0x1d5c9,"\u006d\u0073\u0061\u006e\u0073\u0071":0x1d5ca,"\u006d\u0073\u0061\u006e\u0073\u0072":0x1d5cb,"\u006d\u0073\u0061\u006e\u0073\u0073":0x1d5cc,"\u006d\u0073\u0061\u006e\u0073\u0073\u0065\u0076\u0065\u006e":0x1d7e9,"\u006d\u0073\u0061\u006e\u0073\u0073\u0069\u0078":0x1d7e8,"\u006d\u0073\u0061\u006e\u0073\u0074":0x1d5cd,"\u006d\u0073\u0061\u006e\u0073\u0074\u0068\u0072\u0065\u0065":0x1d7e5,"\u006d\u0073\u0061\u006e\u0073\u0074\u0077\u006f":0x1d7e4,"\u006d\u0073\u0061\u006e\u0073\u0075":0x1d5ce,"\u006d\u0073\u0061\u006e\u0073\u0076":0x1d5cf,"\u006d\u0073\u0061\u006e\u0073\u0077":0x1d5d0,"\u006d\u0073\u0061\u006e\u0073\u0078":0x1d5d1,"\u006d\u0073\u0061\u006e\u0073\u0079":0x1d5d2,"\u006d\u0073\u0061\u006e\u0073\u007a":0x1d5d3,"\u006ds\u0061\u006e\u0073\u007a\u0065\u0072o":0x1d7e2,"\u006d\u0073\u0063r\u0041":0x1d49c,"\u006d\u0073\u0063r\u0042":0x212c,"\u006d\u0073\u0063r\u0043":0x1d49e,"\u006d\u0073\u0063r\u0044":0x1d49f,"\u006d\u0073\u0063r\u0045":0x2130,"\u006d\u0073\u0063r\u0046":0x2131,"\u006d\u0073\u0063r\u0047":0x1d4a2,"\u006d\u0073\u0063r\u0048":0x210b,"\u006d\u0073\u0063r\u0049":0x2110,"\u006d\u0073\u0063r\u004a":0x1d4a5,"\u006d\u0073\u0063r\u004b":0x1d4a6,"\u006d\u0073\u0063r\u004c":0x2112,"\u006d\u0073\u0063r\u004d":0x2133,"\u006d\u0073\u0063r\u004e":0x1d4a9,"\u006d\u0073\u0063r\u004f":0x1d4aa,"\u006d\u0073\u0063r\u0050":0x1d4ab,"\u006d\u0073\u0063r\u0051":0x1d4ac,"\u006d\u0073\u0063r\u0052":0x211b,"\u006d\u0073\u0063r\u0053":0x1d4ae,"\u006d\u0073\u0063r\u0054":0x1d4af,"\u006d\u0073\u0063r\u0055":0x1d4b0,"\u006d\u0073\u0063r\u0056":0x1d4b1,"\u006d\u0073\u0063r\u0057":0x1d4b2,"\u006d\u0073\u0063r\u0058":0x1d4b3,"\u006d\u0073\u0063r\u0059":0x1d4b4,"\u006d\u0073\u0063r\u005a":0x1d4b5,"\u006d\u0073\u0063r\u0061":0x1d4b6,"\u006d\u0073\u0063r\u0062":0x1d4b7,"\u006d\u0073\u0063r\u0063":0x1d4b8,"\u006d\u0073\u0063r\u0064":0x1d4b9,"\u006d\u0073\u0063r\u0065":0x212f,"\u006d\u0073\u0063r\u0066":0x1d4bb,"\u006d\u0073\u0063r\u0067":0x210a,"\u006d\u0073\u0063r\u0068":0x1d4bd,"\u006d\u0073\u0063r\u0069":0x1d4be,"\u006d\u0073\u0063r\u006a":0x1d4bf,"\u006d\u0073\u0063r\u006b":0x1d4c0,"\u006d\u0073\u0063r\u006c":0x1d4c1,"\u006d\u0073\u0063r\u006d":0x1d4c2,"\u006d\u0073\u0063r\u006e":0x1d4c3,"\u006d\u0073\u0063r\u006f":0x2134,"\u006d\u0073\u0063r\u0070":0x1d4c5,"\u006d\u0073\u0063r\u0071":0x1d4c6,"\u006d\u0073\u0063r\u0072":0x1d4c7,"\u006d\u0073\u0063r\u0073":0x1d4c8,"\u006d\u0073\u0063r\u0074":0x1d4c9,"\u006d\u0073\u0063r\u0075":0x1d4ca,"\u006d\u0073\u0063r\u0076":0x1d4cb,"\u006d\u0073\u0063r\u0077":0x1d4cc,"\u006d\u0073\u0063r\u0078":0x1d4cd,"\u006d\u0073\u0063r\u0079":0x1d4ce,"\u006d\u0073\u0063r\u007a":0x1d4cf,"\u006d\u0073\u0073\u0071\u0075\u0061\u0072\u0065":0x33b3,"\u006ds\u0075\u0070\u0065\u0072\u0069\u006fr":0xf6ef,"\u006d\u0074\u0074\u0041":0x1d670,"\u006d\u0074\u0074\u0042":0x1d671,"\u006d\u0074\u0074\u0043":0x1d672,"\u006d\u0074\u0074\u0044":0x1d673,"\u006d\u0074\u0074\u0045":0x1d674,"\u006d\u0074\u0074\u0046":0x1d675,"\u006d\u0074\u0074\u0047":0x1d676,"\u006d\u0074\u0074\u0048":0x1d677,"\u006d\u0074\u0074\u0049":0x1d678,"\u006d\u0074\u0074\u004a":0x1d679,"\u006d\u0074\u0074\u004b":0x1d67a,"\u006d\u0074\u0074\u004c":0x1d67b,"\u006d\u0074\u0074\u004d":0x1d67c,"\u006d\u0074\u0074\u004e":0x1d67d,"\u006d\u0074\u0074\u004f":0x1d67e,"\u006d\u0074\u0074\u0050":0x1d67f,"\u006d\u0074\u0074\u0051":0x1d680,"\u006d\u0074\u0074\u0052":0x1d681,"\u006d\u0074\u0074\u0053":0x1d682,"\u006d\u0074\u0074\u0054":0x1d683,"\u006d\u0074\u0074\u0055":0x1d684,"\u006d\u0074\u0074\u0056":0x1d685,"\u006d\u0074\u0074\u0057":0x1d686,"\u006d\u0074\u0074\u0058":0x1d687,"\u006d\u0074\u0074\u0059":0x1d688,"\u006d\u0074\u0074\u005a":0x1d689,"\u006d\u0074\u0074\u0061":0x1d68a,"\u006d\u0074\u0074\u0062":0x1d68b,"\u006d\u0074\u0074\u0063":0x1d68c,"\u006d\u0074\u0074\u0064":0x1d68d,"\u006d\u0074\u0074\u0065":0x1d68e,"\u006d\u0074\u0074\u0065\u0069\u0067\u0068\u0074":0x1d7fe,"\u006d\u0074\u0074\u0066":0x1d68f,"\u006dt\u0074\u0066\u0069\u0076\u0065":0x1d7fb,"\u006dt\u0074\u0066\u006f\u0075\u0072":0x1d7fa,"\u006d\u0074\u0074\u0067":0x1d690,"\u006d\u0074\u0074\u0068":0x1d691,"\u006d\u0074\u0074\u0069":0x1d692,"\u006d\u0074\u0074\u006a":0x1d693,"\u006d\u0074\u0074\u006b":0x1d694,"\u006d\u0074\u0074\u006c":0x1d695,"\u006d\u0074\u0074\u006d":0x1d696,"\u006d\u0074\u0074\u006e":0x1d697,"\u006dt\u0074\u006e\u0069\u006e\u0065":0x1d7ff,"\u006d\u0074\u0074\u006f":0x1d698,"\u006d\u0074\u0074\u006f\u006e\u0065":0x1d7f7,"\u006d\u0074\u0074\u0070":0x1d699,"\u006d\u0074\u0074\u0071":0x1d69a,"\u006d\u0074\u0074\u0072":0x1d69b,"\u006d\u0074\u0074\u0073":0x1d69c,"\u006d\u0074\u0074\u0073\u0065\u0076\u0065\u006e":0x1d7fd,"\u006d\u0074\u0074\u0073\u0069\u0078":0x1d7fc,"\u006d\u0074\u0074\u0074":0x1d69d,"\u006d\u0074\u0074\u0074\u0068\u0072\u0065\u0065":0x1d7f9,"\u006d\u0074\u0074\u0074\u0077\u006f":0x1d7f8,"\u006d\u0074\u0074\u0075":0x1d69e,"\u006d\u0074\u0074\u0076":0x1d69f,"\u006d\u0074\u0074\u0077":0x1d6a0,"\u006d\u0074\u0074\u0078":0x1d6a1,"\u006d\u0074\u0074\u0079":0x1d6a2,"\u006d\u0074\u0074\u007a":0x1d6a3,"\u006dt\u0074\u007a\u0065\u0072\u006f":0x1d7f6,"\u006dt\u0075\u0072\u006e\u0065\u0064":0x026f,"\u006d\u0075":0x00b5,"\u006du\u0061\u0073\u0071\u0075\u0061\u0072e":0x3382,"m\u0075\u0063\u0068\u0067\u0072\u0065\u0061\u0074\u0065\u0072":0x226b,"\u006d\u0075\u0063\u0068\u006c\u0065\u0073\u0073":0x226a,"\u006du\u0066\u0073\u0071\u0075\u0061\u0072e":0x338c,"\u006du\u0067\u0072\u0065\u0065\u006b":0x03bc,"\u006du\u0067\u0073\u0071\u0075\u0061\u0072e":0x338d,"\u006d\u0075\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x3080,"\u006d\u0075\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30e0,"\u006d\u0075\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068":0xff91,"\u006du\u006c\u0073\u0071\u0075\u0061\u0072e":0x3395,"\u006d\u0075\u006c\u0074\u0069\u0063\u006c\u006f\u0073e\u006c\u0065\u0066\u0074":0x22c9,"\u006du\u006ct\u0069\u0063\u006c\u006f\u0073\u0065\u0072\u0069\u0067\u0068\u0074":0x22ca,"\u006d\u0075\u006c\u0074\u0069\u006d\u0061\u0070":0x22b8,"m\u0075\u006c\u0074\u0069\u006d\u0061\u0070\u0069\u006e\u0076":0x27dc,"\u006d\u0075\u006c\u0074\u0069\u006f\u0070\u0065\u006e\u006c\u0065\u0066\u0074":0x22cb,"\u006d\u0075\u006c\u0074\u0069\u006f\u0070\u0065\u006er\u0069\u0067\u0068\u0074":0x22cc,"\u006d\u0075\u006c\u0074\u0069\u0070\u006c\u0079":0x00d7,"\u006du\u006d\u0073\u0071\u0075\u0061\u0072e":0x339b,"\u006du\u006ea\u0068\u006c\u0065\u0066\u0074\u0068\u0065\u0062\u0072\u0065\u0077":0x05a3,"m\u0075\u0073\u0069\u0063\u0061\u006c\u006e\u006f\u0074\u0065":0x266a,"\u006d\u0075\u0073\u0069\u0063\u0066\u006c\u0061\u0074\u0073\u0069\u0067\u006e":0x266d,"\u006d\u0075\u0073\u0069\u0063\u0073\u0068\u0061\u0072p\u0073\u0069\u0067\u006e":0x266f,"\u006du\u0073\u0073\u0071\u0075\u0061\u0072e":0x33b2,"\u006du\u0076\u0073\u0071\u0075\u0061\u0072e":0x33b6,"\u006du\u0077\u0073\u0071\u0075\u0061\u0072e":0x33bc,"\u006d\u0076\u006de\u0067\u0061\u0073\u0071\u0075\u0061\u0072\u0065":0x33b9,"\u006d\u0076\u0073\u0071\u0075\u0061\u0072\u0065":0x33b7,"\u006d\u0077\u006de\u0067\u0061\u0073\u0071\u0075\u0061\u0072\u0065":0x33bf,"\u006d\u0077\u0073\u0071\u0075\u0061\u0072\u0065":0x33bd,"\u006e":0x006e,"n\u0056\u006c\u0065\u0066\u0074\u0061\u0072\u0072\u006f\u0077":0x21fa,"\u006eV\u006ce\u0066\u0074\u0061\u0072\u0072\u006f\u0077\u0074\u0061\u0069\u006c":0x2b3a,"\u006e\u0056l\u0065\u0066\u0074r\u0069\u0067\u0068\u0074\u0061\u0072\u0072\u006f\u0077":0x21fc,"\u006e\u0056\u0072i\u0067\u0068\u0074\u0061\u0072\u0072\u006f\u0077":0x21fb,"\u006e\u0056r\u0069\u0067\u0068t\u0061\u0072\u0072\u006f\u0077\u0074\u0061\u0069\u006c":0x2915,"\u006eV\u0074w\u006f\u0068\u0065\u0061\u0064l\u0065\u0066t\u0061\u0072\u0072\u006f\u0077":0x2b35,"\u006e\u0056\u0074\u0077oh\u0065\u0061\u0064\u006c\u0065\u0066\u0074\u0061\u0072\u0072\u006f\u0077\u0074\u0061i\u006c":0x2b3d,"\u006e\u0056\u0074\u0077oh\u0065\u0061\u0064\u0072\u0069\u0067\u0068\u0074\u0061\u0072\u0072\u006f\u0077":0x2901,"\u006e\u0056\u0074wo\u0068\u0065\u0061\u0064\u0072\u0069\u0067\u0068\u0074\u0061\u0072\u0072\u006f\u0077\u0074\u0061\u0069\u006c":0x2918,"\u006ea\u0062\u0065\u006e\u0067\u0061\u006ci":0x09a8,"\u006e\u0061\u0063\u0075\u0074\u0065":0x0144,"\u006e\u0061\u0064\u0065\u0076\u0061":0x0928,"\u006e\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069":0x0aa8,"\u006e\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a28,"\u006e\u0061\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x306a,"\u006e\u0061\u0069r\u0061":0x20a6,"\u006e\u0061\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30ca,"\u006e\u0061\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068":0xff85,"\u006e\u0061\u006e\u0064":0x22bc,"\u006ea\u0070\u0070\u0072\u006f\u0078":0x2249,"\u006e\u0061\u0073\u0071\u0075\u0061\u0072\u0065":0x3381,"\u006e\u0061\u0073\u0079\u006d\u0070":0x226d,"\u006ea\u0074\u0075\u0072\u0061\u006c":0x266e,"\u006e\u0062\u0068\u0079\u0070\u0068\u0065\u006e":0x2011,"\u006eb\u006f\u0070\u006f\u006d\u006f\u0066o":0x310b,"\u006e\u0063\u0061\u0072\u006f\u006e":0x0148,"\u006e\u0063\u0065\u0064\u0069\u006c\u006c\u0061":0x0146,"\u006ec\u0065\u0064\u0069\u006c\u006c\u00611":0xf81d,"\u006ec\u0069\u0072\u0063\u006c\u0065":0x24dd,"\u006e\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0062\u0065\u006c\u006f\u0077":0x1e4b,"\u006e\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074":0x1e45,"\u006ed\u006f\u0074\u0062\u0065\u006c\u006fw":0x1e47,"\u006e\u0065\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x306d,"\u006e\u0065\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30cd,"\u006e\u0065\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068":0xff88,"n\u0065\u006f\u0076\u006e\u0077\u0061\u0072\u0072\u006f\u0077":0x2931,"n\u0065\u006f\u0076\u0073\u0065\u0061\u0072\u0072\u006f\u0077":0x292e,"\u006ee\u0073\u0077\u0061\u0072\u0072\u006fw":0x2922,"\u006e\u0065\u0075\u0074\u0065\u0072":0x26b2,"\u006e\u0066\u0073\u0071\u0075\u0061\u0072\u0065":0x338b,"\u006e\u0067\u0061\u0062\u0065\u006e\u0067\u0061\u006c\u0069":0x0999,"\u006eg\u0061\u0064\u0065\u0076\u0061":0x0919,"n\u0067\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069":0x0a99,"n\u0067\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a19,"\u006e\u0067\u006f\u006e\u0067\u0075\u0074\u0068\u0061\u0069":0x0e07,"\u006eg\u0074\u0072\u0073\u0069\u006d":0x2275,"\u006eh\u0056\u0076\u0065\u0072\u0074":0x2af5,"\u006eh\u0069\u0072\u0061\u0067\u0061\u006ea":0x3093,"\u006eh\u006f\u006f\u006b\u006c\u0065\u0066t":0x0272,"\u006e\u0068\u006f\u006f\u006b\u0072\u0065\u0074\u0072o\u0066\u006c\u0065\u0078":0x0273,"\u006e\u0068\u0070a\u0072":0x2af2,"\u006ei\u0065u\u006e\u0061\u0063\u0069\u0072c\u006c\u0065k\u006f\u0072\u0065\u0061\u006e":0x326f,"\u006e\u0069\u0065\u0075\u006e\u0061\u0070\u0061\u0072\u0065\u006e\u006bo\u0072\u0065\u0061\u006e":0x320f,"\u006e\u0069e\u0075\u006e\u0063i\u0065\u0075\u0063\u006b\u006f\u0072\u0065\u0061\u006e":0x3135,"\u006e\u0069\u0065\u0075\u006e\u0063\u0069\u0072\u0063\u006c\u0065\u006bo\u0072\u0065\u0061\u006e":0x3261,"\u006e\u0069e\u0075\u006e\u0068i\u0065\u0075\u0068\u006b\u006f\u0072\u0065\u0061\u006e":0x3136,"n\u0069\u0065\u0075\u006e\u006b\u006f\u0072\u0065\u0061\u006e":0x3134,"\u006ei\u0065u\u006e\u0070\u0061\u006e\u0073i\u006f\u0073k\u006f\u0072\u0065\u0061\u006e":0x3168,"\u006e\u0069e\u0075\u006e\u0070a\u0072\u0065\u006e\u006b\u006f\u0072\u0065\u0061\u006e":0x3201,"\u006ei\u0065u\u006e\u0073\u0069\u006f\u0073\u006b\u006f\u0072\u0065\u0061\u006e":0x3167,"\u006e\u0069\u0065\u0075\u006e\u0074\u0069\u006b\u0065\u0075\u0074\u006bo\u0072\u0065\u0061\u006e":0x3166,"\u006e\u0069\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x306b,"\u006e\u0069\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30cb,"\u006e\u0069\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068":0xff86,"\u006e\u0069k\u0068\u0061\u0068i\u0074\u006c\u0065\u0066\u0074\u0074\u0068\u0061\u0069":0xf899,"\u006e\u0069\u006bh\u0061\u0068\u0069\u0074\u0074\u0068\u0061\u0069":0x0e4d,"\u006e\u0069\u006e\u0065":0x0039,"n\u0069\u006e\u0065\u0062\u0065\u006e\u0067\u0061\u006c\u0069":0x09ef,"\u006e\u0069\u006e\u0065\u0064\u0065\u0076\u0061":0x096f,"\u006e\u0069\u006ee\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069":0x0aef,"\u006e\u0069\u006ee\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a6f,"\u006e\u0069\u006e\u0065\u0068\u0061\u0063\u006b\u0061r\u0061\u0062\u0069\u0063":0x0669,"\u006e\u0069\u006ee\u0068\u0061\u006e\u0067\u007a\u0068\u006f\u0075":0x3029,"n\u0069n\u0065\u0069\u0064\u0065\u006f\u0067\u0072\u0061p\u0068\u0069\u0063\u0070ar\u0065\u006e":0x3228,"\u006e\u0069\u006ee\u0069\u006e\u0066\u0065\u0072\u0069\u006f\u0072":0x2089,"\u006e\u0069\u006e\u0065\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff19,"\u006e\u0069\u006ee\u006f\u006c\u0064\u0073\u0074\u0079\u006c\u0065":0xf739,"\u006ei\u006e\u0065\u0070\u0061\u0072\u0065n":0x247c,"\u006e\u0069\u006e\u0065\u0070\u0065\u0072\u0069\u006f\u0064":0x2490,"n\u0069\u006e\u0065\u0070\u0065\u0072\u0073\u0069\u0061\u006e":0x06f9,"\u006ei\u006e\u0065\u0072\u006f\u006d\u0061n":0x2178,"\u006e\u0069\u006ee\u0073\u0075\u0070\u0065\u0072\u0069\u006f\u0072":0x2079,"\u006e\u0069\u006e\u0065\u0074\u0065\u0065\u006e\u0063i\u0072\u0063\u006c\u0065":0x2472,"\u006e\u0069\u006e\u0065\u0074\u0065\u0065\u006e\u0070\u0061\u0072\u0065\u006e":0x2486,"\u006e\u0069\u006e\u0065\u0074\u0065\u0065\u006e\u0070e\u0072\u0069\u006f\u0064":0x249a,"\u006e\u0069\u006e\u0065\u0074\u0068\u0061\u0069":0x0e59,"\u006e\u0069\u006f\u0062\u0061\u0072":0x22fe,"\u006e\u0069\u0073":0x22fc,"\u006e\u0069\u0073\u0064":0x22fa,"\u006e\u006a":0x01cc,"\u006ek\u0061\u0074\u0061\u006b\u0061\u006ea":0x30f3,"\u006ek\u0061t\u0061\u006b\u0061\u006e\u0061h\u0061\u006cf\u0077\u0069\u0064\u0074\u0068":0xff9d,"\u006e\u006c\u0065\u0067\u0072\u0069\u0067\u0068\u0074\u006c\u006f\u006e\u0067":0x019e,"\u006e\u006c\u0065\u0073\u0073\u0067\u0074\u0072":0x2278,"\u006e\u006c\u0065\u0073\u0073\u0073\u0069\u006d":0x2274,"\u006e\u006c\u0069\u006e\u0065\u0062\u0065\u006c\u006f\u0077":0x1e49,"\u006e\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff4e,"\u006e\u006d\u0073\u0071\u0075\u0061\u0072\u0065":0x339a,"\u006e\u006e\u0061\u0062\u0065\u006e\u0067\u0061\u006c\u0069":0x09a3,"\u006en\u0061\u0064\u0065\u0076\u0061":0x0923,"n\u006e\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069":0x0aa3,"n\u006e\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a23,"\u006e\u006e\u006e\u0061\u0064\u0065\u0076\u0061":0x0929,"\u006e\u006f\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x306e,"\u006e\u006f\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30ce,"\u006e\u006f\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068":0xff89,"\u006e\u006fn\u0062\u0072\u0065a\u006b\u0069\u006e\u0067\u0073\u0070\u0061\u0063\u0065":0x00a0,"\u006eo\u006e\u0065\u006e\u0074\u0068\u0061i":0x0e13,"\u006e\u006f\u006e\u0075\u0074\u0068\u0061\u0069":0x0e19,"\u006e\u006f\u006f\u006e\u0061\u0072\u0061\u0062\u0069\u0063":0x0646,"\u006eo\u006fn\u0066\u0069\u006e\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063":0xfee6,"n\u006f\u006f\u006e\u0067hu\u006en\u0061\u0066\u0069\u006e\u0061l\u0061\u0072\u0061\u0062\u0069\u0063":0xfb9f,"n\u006fo\u006e\u0068\u0065\u0068\u0069\u006e\u0069\u0074i\u0061\u006c\u0061\u0072ab\u0069\u0063":0xfee7,"\u006e\u006f\u006fn\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064":0xfee5,"n\u006f\u006f\u006e\u006aee\u006di\u006e\u0069\u0074\u0069\u0061l\u0061\u0072\u0061\u0062\u0069\u0063":0xfcd2,"\u006e\u006f\u006f\u006eje\u0065\u006d\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064\u0061\u0072\u0061\u0062i\u0063":0xfc4b,"\u006e\u006fo\u006e\u006d\u0065d\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063":0xfee8,"n\u006f\u006f\u006e\u006dee\u006di\u006e\u0069\u0074\u0069\u0061l\u0061\u0072\u0061\u0062\u0069\u0063":0xfcd5,"\u006e\u006f\u006f\u006eme\u0065\u006d\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064\u0061\u0072\u0061\u0062i\u0063":0xfc4e,"\u006e\u006f\u006f\u006eno\u006f\u006e\u0066\u0069\u006e\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063":0xfc8d,"\u006eo\u006f\u006e\u0077\u0069\u0074\u0068\u0061\u006c\u0065\u0066\u006da\u006b\u0073\u0075\u0072\u0061\u0066\u0069\u006e\u0061\u006c":0xfc8e,"n\u006f\u006f\u006e\u0077\u0069\u0074h\u0061\u006c\u0065\u0066\u006d\u0061\u006b\u0073\u0075r\u0061\u0069\u0073o\u006ca\u0074\u0065\u0064":0xfc4f,"\u006eo\u006fn\u0077\u0069\u0074\u0068\u0068a\u0068\u0069n\u0069\u0074\u0069\u0061\u006c":0xfcd3,"\u006eo\u006fn\u0077\u0069\u0074\u0068\u0068e\u0068\u0069n\u0069\u0074\u0069\u0061\u006c":0xe815,"\u006e\u006f\u006f\u006ewi\u0074\u0068\u006b\u0068\u0061\u0068\u0069\u006e\u0069\u0074\u0069\u0061\u006c":0xfcd4,"\u006e\u006fo\u006e\u0077\u0069t\u0068\u0079\u0065\u0068\u0066\u0069\u006e\u0061\u006c":0xfc8f,"\u006e\u006f\u006f\u006ewi\u0074\u0068\u0079\u0065\u0068\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064":0xfc50,"\u006e\u006f\u006f\u006e\u0077\u0069\u0074\u0068\u007a\u0061\u0069\u006ef\u0069\u006e\u0061\u006c":0xfc70,"\u006e\u006f\u0074\u0061\u0070\u0070\u0072\u006f\u0078e\u0071\u0075\u0061\u006c":0x2247,"\u006e\u006f\u0074a\u0072\u0072\u006f\u0077\u0062\u006f\u0074\u0068":0x21ae,"\u006e\u006f\u0074a\u0072\u0072\u006f\u0077\u006c\u0065\u0066\u0074":0x219a,"\u006e\u006f\u0074\u0061\u0072\u0072\u006f\u0077\u0072\u0069\u0067\u0068\u0074":0x219b,"\u006e\u006f\u0074\u0062\u0061\u0072":0x2224,"n\u006f\u0074\u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0073":0x220c,"\u006eo\u0074d\u0062\u006c\u0061\u0072\u0072\u006f\u0077\u0062\u006f\u0074\u0068":0x21ce,"\u006e\u006f\u0074\u0065\u006c\u0065\u006d\u0065\u006e\u0074":0x2209,"\u006e\u006f\u0074\u0065\u0071\u0075\u0061\u006c":0x2260,"\u006e\u006f\u0074\u0065\u0078\u0069\u0073\u0074\u0065n\u0074\u0069\u0061\u006c":0x2204,"\u006eo\u0074\u0066\u006f\u0072\u0063\u0065s":0x22ae,"\u006e\u006f\u0074\u0066\u006f\u0072\u0063\u0065\u0073e\u0078\u0074\u0072\u0061":0x22af,"\u006e\u006f\u0074\u0067\u0072\u0065\u0061\u0074\u0065\u0072":0x226f,"\u006eo\u0074g\u0072\u0065\u0061\u0074\u0065r\u006e\u006fr\u0065\u0071\u0075\u0061\u006c":0x2271,"\u006e\u006f\u0074\u0067\u0072\u0065\u0061\u0074\u0065\u0072\u006e\u006fr\u006c\u0065\u0073\u0073":0x2279,"\u006e\u006f\u0074\u0067re\u0061\u0074\u0065\u0072\u006f\u0072\u0073\u006c\u006e\u0074\u0065\u0071\u006c":0x2a7e,"\u006e\u006f\u0074i\u0064\u0065\u006e\u0074\u0069\u0063\u0061\u006c":0x2262,"\u006eo\u0074\u006c\u0065\u0073\u0073":0x226e,"\u006eo\u0074l\u0065\u0073\u0073\u006e\u006f\u0072\u0065\u0071\u0075\u0061\u006c":0x2270,"n\u006f\u0074\u0070\u0061\u0072\u0061\u006c\u006c\u0065\u006c":0x2226,"n\u006f\u0074\u0070\u0072\u0065\u0063\u0065\u0064\u0065\u0073":0x2280,"\u006e\u006f\u0074s\u0061\u0074\u0069\u0073\u0066\u0069\u0065\u0073":0x22ad,"\u006e\u006f\u0074\u0073\u0069\u006d\u0069\u006c\u0061\u0072":0x2241,"\u006eo\u0074\u0073\u0075\u0062\u0073\u0065t":0x2284,"\u006e\u006f\u0074s\u0075\u0062\u0073\u0065\u0074\u0065\u0071\u006c":0x2288,"n\u006f\u0074\u0073\u0075\u0063\u0063\u0065\u0065\u0064\u0073":0x2281,"n\u006f\u0074\u0073\u0075\u0070\u0065\u0072\u0073\u0065\u0074":0x2285,"\u006e\u006f\u0074\u0073\u0075\u0070\u0065\u0072\u0073e\u0074\u0065\u0071\u006c":0x2289,"\u006e\u006ft\u0074\u0072\u0069a\u006e\u0067\u0065\u0071\u006c\u006c\u0065\u0066\u0074":0x22ec,"\u006e\u006f\u0074\u0074\u0072\u0069\u0061\u006e\u0067\u0065\u0071\u006cr\u0069\u0067\u0068\u0074":0x22ed,"\u006eo\u0074t\u0072\u0069\u0061\u006e\u0067\u006c\u0065\u006c\u0065\u0066\u0074":0x22ea,"\u006e\u006ft\u0074\u0072\u0069a\u006e\u0067\u006c\u0065\u0072\u0069\u0067\u0068\u0074":0x22eb,"\u006e\u006f\u0074t\u0075\u0072\u006e\u0073\u0074\u0069\u006c\u0065":0x22ac,"n\u006f\u0077\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x0576,"\u006e\u0070\u0061\u0072\u0065\u006e":0x24a9,"\u006ep\u006f\u006c\u0069\u006e\u0074":0x2a14,"\u006e\u0070\u0072e\u0063\u0063\u0075\u0072\u006c\u0079\u0065\u0071":0x22e0,"\u006e\u0073\u0069m\u0065":0x2244,"n\u0073\u0071\u0073\u0075\u0062\u0073\u0065\u0074\u0065\u0071":0x22e2,"n\u0073\u0071\u0073\u0075\u0070\u0073\u0065\u0074\u0065\u0071":0x22e3,"\u006e\u0073\u0073\u0071\u0075\u0061\u0072\u0065":0x33b1,"\u006e\u0073\u0075c\u0063\u0063\u0075\u0072\u006c\u0079\u0065\u0071":0x22e1,"\u006es\u0075\u0070\u0065\u0072\u0069\u006fr":0x207f,"\u006e\u0074\u0069\u006c\u0064\u0065":0x00f1,"\u006e\u0075":0x03bd,"\u006e\u0075\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x306c,"\u006e\u0075\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30cc,"\u006e\u0075\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068":0xff87,"\u006e\u0075\u006bt\u0061\u0062\u0065\u006e\u0067\u0061\u006c\u0069":0x09bc,"\u006eu\u006b\u0074\u0061\u0064\u0065\u0076a":0x093c,"\u006e\u0075\u006b\u0074\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069":0x0abc,"\u006e\u0075\u006b\u0074\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a3c,"\u006e\u0075\u006d\u0062\u0065\u0072\u0073\u0069\u0067\u006e":0x0023,"\u006e\u0075\u006d\u0062er\u0073\u0069\u0067\u006e\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff03,"\u006eu\u006db\u0065\u0072\u0073\u0069\u0067\u006e\u0073\u006d\u0061\u006c\u006c":0xfe5f,"\u006e\u0075m\u0065\u0072\u0061l\u0073\u0069\u0067\u006e\u0067\u0072\u0065\u0065\u006b":0x0374,"n\u0075\u006d\u0065\u0072al\u0073i\u0067\u006e\u006c\u006f\u0077e\u0072\u0067\u0072\u0065\u0065\u006b":0x0375,"\u006e\u0075\u006d\u0065\u0072\u006f":0x2116,"\u006e\u0075\u006e":0x05e0,"\u006eu\u006e\u0064\u0061\u0067\u0065\u0073h":0xfb40,"n\u0076\u004c\u0065\u0066\u0074\u0061\u0072\u0072\u006f\u0077":0x2902,"\u006e\u0076L\u0065\u0066\u0074r\u0069\u0067\u0068\u0074\u0061\u0072\u0072\u006f\u0077":0x2904,"\u006e\u0076\u0052i\u0067\u0068\u0074\u0061\u0072\u0072\u006f\u0077":0x2903,"\u006ev\u0069\u006e\u0066\u0074\u0079":0x29de,"n\u0076\u006c\u0065\u0066\u0074\u0061\u0072\u0072\u006f\u0077":0x21f7,"\u006ev\u006ce\u0066\u0074\u0061\u0072\u0072\u006f\u0077\u0074\u0061\u0069\u006c":0x2b39,"\u006e\u0076l\u0065\u0066\u0074r\u0069\u0067\u0068\u0074\u0061\u0072\u0072\u006f\u0077":0x21f9,"\u006e\u0076\u0072i\u0067\u0068\u0074\u0061\u0072\u0072\u006f\u0077":0x21f8,"\u006e\u0076r\u0069\u0067\u0068t\u0061\u0072\u0072\u006f\u0077\u0074\u0061\u0069\u006c":0x2914,"\u006e\u0076\u0073\u0071\u0075\u0061\u0072\u0065":0x33b5,"\u006ev\u0074w\u006f\u0068\u0065\u0061\u0064l\u0065\u0066t\u0061\u0072\u0072\u006f\u0077":0x2b34,"\u006e\u0076\u0074\u0077oh\u0065\u0061\u0064\u006c\u0065\u0066\u0074\u0061\u0072\u0072\u006f\u0077\u0074\u0061i\u006c":0x2b3c,"\u006e\u0076\u0074\u0077oh\u0065\u0061\u0064\u0072\u0069\u0067\u0068\u0074\u0061\u0072\u0072\u006f\u0077":0x2900,"\u006e\u0076\u0074wo\u0068\u0065\u0061\u0064\u0072\u0069\u0067\u0068\u0074\u0061\u0072\u0072\u006f\u0077\u0074\u0061\u0069\u006c":0x2917,"n\u0077\u006f\u0076\u006e\u0065\u0061\u0072\u0072\u006f\u0077":0x2932,"\u006ew\u0073\u0065\u0061\u0072\u0072\u006fw":0x2921,"\u006e\u0077\u0073\u0071\u0075\u0061\u0072\u0065":0x33bb,"\u006e\u0079\u0061\u0062\u0065\u006e\u0067\u0061\u006c\u0069":0x099e,"\u006ey\u0061\u0064\u0065\u0076\u0061":0x091e,"n\u0079\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069":0x0a9e,"n\u0079\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a1e,"\u006f":0x006f,"\u006f\u0061\u0063\u0075\u0074\u0065":0x00f3,"\u006f\u0061\u006e\u0067\u0074\u0068\u0061\u0069":0x0e2d,"\u006f\u0062\u0061\u0072":0x233d,"\u006fb\u0061\u0072\u0072\u0065\u0064":0x0275,"\u006fb\u0061r\u0072\u0065\u0064\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x04e9,"\u006f\u0062\u0061rr\u0065\u0064\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x04eb,"\u006f\u0062\u0065\u006e\u0067\u0061\u006c\u0069":0x0993,"\u006fb\u006f\u0070\u006f\u006d\u006f\u0066o":0x311b,"\u006f\u0062\u006f\u0074":0x29ba,"\u006fb\u0072\u0062\u0072\u0061\u006b":0x23e0,"\u006f\u0062\u0072\u0065\u0076\u0065":0x014f,"\u006fb\u0073\u006c\u0061\u0073\u0068":0x29b8,"o\u0063\u0061\u006e\u0064\u0072\u0061\u0064\u0065\u0076\u0061":0x0911,"\u006fc\u0061n\u0064\u0072\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069":0x0a91,"o\u0063a\u006e\u0064\u0072\u0061\u0076\u006f\u0077\u0065l\u0073\u0069\u0067\u006ede\u0076\u0061":0x0949,"\u006fc\u0061\u006e\u0064\u0072\u0061\u0076\u006f\u0077\u0065\u006c\u0073i\u0067\u006e\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069":0x0ac9,"\u006f\u0063\u0061\u0072\u006f\u006e":0x01d2,"\u006fc\u0069\u0072\u0063\u006c\u0065":0x24de,"o\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078":0x00f4,"\u006f\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0061\u0063\u0075\u0074\u0065":0x1ed1,"\u006f\u0063\u0069\u0072cu\u006d\u0066\u006c\u0065\u0078\u0064\u006f\u0074\u0062\u0065\u006c\u006f\u0077":0x1ed9,"\u006f\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0067\u0072\u0061\u0076\u0065":0x1ed3,"o\u0063i\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078h\u006f\u006f\u006b\u0061bo\u0076\u0065":0x1ed5,"\u006f\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0074\u0069\u006c\u0064\u0065":0x1ed7,"\u006fc\u0079\u0072\u0069\u006c\u006c\u0069c":0x043e,"\u006fd\u0062\u006c\u0067\u0072\u0061\u0076e":0x020d,"\u006f\u0064\u0065v\u0061":0x0913,"\u006fd\u0069\u0065\u0072\u0065\u0073\u0069s":0x00f6,"\u006f\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073\u0063\u0079\u0072i\u006c\u006c\u0069\u0063":0x04e7,"\u006f\u0064\u0069\u0076":0x2a38,"\u006fd\u006f\u0074\u0062\u0065\u006c\u006fw":0x1ecd,"\u006f\u0064\u006ft\u0073\u006c\u0061\u0073\u0068\u0064\u006f\u0074":0x29bc,"\u006f\u0065":0x0153,"\u006f\u0065\u006b\u006f\u0072\u0065\u0061\u006e":0x315a,"\u006f\u0067\u006f\u006e\u0065\u006b":0x02db,"\u006fg\u006f\u006e\u0065\u006b\u0063\u006db":0x0328,"\u006f\u0067\u0072\u0061\u0076\u0065":0x00f2,"\u006f\u0067\u0072e\u0061\u0074\u0065\u0072\u0074\u0068\u0061\u006e":0x29c1,"\u006fg\u0075\u006a\u0061\u0072\u0061\u0074i":0x0a93,"\u006f\u0068\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x0585,"\u006fh\u0069\u0072\u0061\u0067\u0061\u006ea":0x304a,"\u006f\u0068\u006f\u006f\u006b\u0061\u0062\u006f\u0076\u0065":0x1ecf,"\u006f\u0068\u006fr\u006e":0x01a1,"\u006f\u0068\u006f\u0072\u006e\u0061\u0063\u0075\u0074\u0065":0x1edb,"\u006f\u0068\u006f\u0072\u006e\u0064\u006f\u0074\u0062\u0065\u006c\u006f\u0077":0x1ee3,"\u006f\u0068\u006f\u0072\u006e\u0067\u0072\u0061\u0076\u0065":0x1edd,"\u006f\u0068\u006f\u0072\u006e\u0068\u006f\u006f\u006ba\u0062\u006f\u0076\u0065":0x1edf,"\u006f\u0068\u006f\u0072\u006e\u0074\u0069\u006c\u0064\u0065":0x1ee1,"\u006f\u0068\u0075\u006e\u0067\u0061\u0072\u0075\u006d\u006c\u0061\u0075\u0074":0x0151,"\u006f\u0069":0x01a3,"\u006f\u0069\u0069\u0069\u006e\u0074":0x2230,"\u006f\u0069\u0069n\u0074":0x222f,"\u006f\u0069n\u0074\u0063\u0074r\u0063\u006c\u006f\u0063\u006b\u0077\u0069\u0073\u0065":0x2233,"\u006f\u0069\u006e\u0076\u0065\u0072\u0074\u0065\u0064b\u0072\u0065\u0076\u0065":0x020f,"\u006fk\u0061\u0074\u0061\u006b\u0061\u006ea":0x30aa,"\u006fk\u0061t\u0061\u006b\u0061\u006e\u0061h\u0061\u006cf\u0077\u0069\u0064\u0074\u0068":0xff75,"\u006fk\u006f\u0072\u0065\u0061\u006e":0x3157,"\u006fl\u0063\u0072\u006f\u0073\u0073":0x29bb,"\u006fl\u0065\u0068\u0065\u0062\u0072\u0065w":0x05ab,"\u006fl\u0065\u0073\u0073\u0074\u0068\u0061n":0x29c0,"\u006fm\u0061\u0063\u0072\u006f\u006e":0x014d,"\u006f\u006d\u0061c\u0072\u006f\u006e\u0061\u0063\u0075\u0074\u0065":0x1e53,"\u006f\u006d\u0061c\u0072\u006f\u006e\u0067\u0072\u0061\u0076\u0065":0x1e51,"\u006f\u006d\u0064\u0065\u0076\u0061":0x0950,"\u006f\u006d\u0065g\u0061":0x03c9,"\u006f\u006d\u0065\u0067\u0061\u0031":0x03d6,"\u006f\u006d\u0065\u0067\u0061\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x0461,"\u006f\u006de\u0067\u0061\u006ca\u0074\u0069\u006e\u0063\u006c\u006f\u0073\u0065\u0064":0x0277,"\u006fm\u0065g\u0061\u0072\u006f\u0075\u006ed\u0063\u0079r\u0069\u006c\u006c\u0069\u0063":0x047b,"\u006fm\u0065g\u0061\u0074\u0069\u0074\u006co\u0063\u0079r\u0069\u006c\u006c\u0069\u0063":0x047d,"\u006f\u006d\u0065\u0067\u0061\u0074\u006f\u006e\u006f\u0073":0x03ce,"\u006f\u006d\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069":0x0ad0,"\u006fm\u0069\u0063\u0072\u006f\u006e":0x03bf,"\u006f\u006d\u0069c\u0072\u006f\u006e\u0074\u006f\u006e\u006f\u0073":0x03cc,"\u006f\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff4f,"\u006f\u006e\u0065":0x0031,"\u006f\u006e\u0065\u0062\u0065\u006e\u0067\u0061\u006c\u0069":0x09e7,"\u006fn\u0065\u0064\u0065\u0076\u0061":0x0967,"\u006f\u006e\u0065\u0064\u006f\u0074\u0065\u006e\u006ce\u0061\u0064\u0065\u0072":0x2024,"\u006fn\u0065\u0065\u0069\u0067\u0068\u0074h":0x215b,"\u006f\u006e\u0065\u0066\u0069\u0066\u0074\u0068":0x2155,"\u006fn\u0065\u0066\u0069\u0074\u0074\u0065d":0xf6dc,"o\u006e\u0065\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069":0x0ae7,"o\u006e\u0065\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a67,"\u006f\u006e\u0065\u0068\u0061\u0063\u006b\u0061\u0072\u0061\u0062\u0069\u0063":0x0661,"\u006fn\u0065\u0068\u0061\u006c\u0066":0x00bd,"o\u006e\u0065\u0068\u0061\u006e\u0067\u007a\u0068\u006f\u0075":0x3021,"\u006f\u006e\u0065\u0069de\u006f\u0067\u0072\u0061\u0070\u0068\u0069\u0063\u0070\u0061\u0072\u0065\u006e":0x3220,"o\u006e\u0065\u0069\u006e\u0066\u0065\u0072\u0069\u006f\u0072":0x2081,"\u006f\u006e\u0065m\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff11,"\u006f\u006e\u0065\u006eum\u0065\u0072\u0061\u0074\u006f\u0072\u0062\u0065\u006e\u0067\u0061\u006c\u0069":0x09f4,"o\u006e\u0065\u006f\u006c\u0064\u0073\u0074\u0079\u006c\u0065":0xf731,"\u006f\u006e\u0065\u0070\u0061\u0072\u0065\u006e":0x2474,"\u006fn\u0065\u0070\u0065\u0072\u0069\u006fd":0x2488,"\u006f\u006e\u0065\u0070\u0065\u0072\u0073\u0069\u0061\u006e":0x06f1,"\u006f\u006e\u0065\u0071\u0075\u0061\u0072\u0074\u0065\u0072":0x00bc,"\u006f\u006e\u0065\u0072\u006f\u006d\u0061\u006e":0x2170,"\u006f\u006e\u0065\u0073\u0069\u0078\u0074\u0068":0x2159,"o\u006e\u0065\u0073\u0075\u0070\u0065\u0072\u0069\u006f\u0072":0x00b9,"\u006fn\u0065\u0074\u0068\u0061\u0069":0x0e51,"\u006f\u006e\u0065\u0074\u0068\u0069\u0072\u0064":0x2153,"\u006fo\u0067\u006f\u006e\u0065\u006b":0x01eb,"\u006f\u006f\u0067\u006f\u006e\u0065\u006b\u006d\u0061\u0063\u0072\u006f\u006e":0x01ed,"\u006f\u006f\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a13,"\u006fo\u006da\u0074\u0072\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a4b,"\u006f\u006f\u0070e\u006e":0x0254,"\u006f\u0070\u0061\u0072\u0065\u006e":0x24aa,"\u006f\u0070\u0065r\u0070":0x29b9,"\u006f\u0070\u006c\u0075\u0073\u006c\u0068\u0072\u0069\u006d":0x2a2d,"\u006f\u0070\u006c\u0075\u0073\u0072\u0068\u0072\u0069\u006d":0x2a2e,"\u006f\u0070\u0074\u0069\u006f\u006e":0x2325,"o\u0072\u0064\u0066\u0065\u006d\u0069\u006e\u0069\u006e\u0065":0x00aa,"\u006f\u0072\u0064m\u0061\u0073\u0063\u0075\u006c\u0069\u006e\u0065":0x00ba,"\u006f\u0072\u0069\u0067\u006f\u0066":0x22b6,"\u006f\u0072\u0074\u0068\u006f\u0067\u006f\u006e\u0061\u006c":0x221f,"\u006f\u0072\u0075n\u0064\u0065\u0072\u0073\u0063\u006f\u0072\u0065":0x22bb,"\u006f\u0073\u0068\u006f\u0072\u0074\u0064\u0065\u0076\u0061":0x0912,"\u006f\u0073\u0068\u006frt\u0076\u006f\u0077\u0065\u006c\u0073\u0069\u0067\u006e\u0064\u0065\u0076\u0061":0x094a,"\u006f\u0073\u006c\u0061\u0073\u0068":0x00f8,"o\u0073\u006c\u0061\u0073\u0068\u0061\u0063\u0075\u0074\u0065":0x01ff,"\u006f\u0073\u006d\u0061\u006c\u006c\u0068\u0069\u0072a\u0067\u0061\u006e\u0061":0x3049,"\u006f\u0073\u006d\u0061\u006c\u006c\u006b\u0061\u0074a\u006b\u0061\u006e\u0061":0x30a9,"\u006f\u0073\u006dal\u006c\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068":0xff6b,"\u006fs\u0075\u0070\u0065\u0072\u0069\u006fr":0xf6f0,"\u006f\u0074\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x047f,"\u006f\u0074\u0069\u006c\u0064\u0065":0x00f5,"o\u0074\u0069\u006c\u0064\u0065\u0061\u0063\u0075\u0074\u0065":0x1e4d,"\u006f\u0074\u0069\u006c\u0064\u0065\u0064\u0069\u0065r\u0065\u0073\u0069\u0073":0x1e4f,"\u006ft\u0069\u006d\u0065\u0073\u0068\u0061t":0x2a36,"o\u0074\u0069\u006d\u0065\u0073\u006c\u0068\u0072\u0069\u006d":0x2a34,"o\u0074\u0069\u006d\u0065\u0073\u0072\u0068\u0072\u0069\u006d":0x2a35,"\u006f\u0075\u0062\u006f\u0070\u006f\u006d\u006f\u0066\u006f":0x3121,"\u006f\u0075\u006ec\u0065":0x2125,"\u006fv\u0065\u0072\u0062\u0072\u0061\u0063e":0x23de,"o\u0076\u0065\u0072\u0062\u0072\u0061\u0063\u006b\u0065\u0074":0x23b4,"\u006f\u0076\u0065\u0072\u006c\u0065\u0066\u0074\u0061\u0072\u0072\u006f\u0077":0x20d6,"\u006fv\u0065r\u006c\u0065\u0066\u0074\u0072i\u0067\u0068t\u0061\u0072\u0072\u006f\u0077":0x20e1,"\u006f\u0076\u0065\u0072\u006c\u0069\u006e\u0065":0x203e,"\u006fv\u0065r\u006c\u0069\u006e\u0065\u0063e\u006e\u0074e\u0072\u006c\u0069\u006e\u0065":0xfe4a,"o\u0076\u0065\u0072\u006c\u0069\u006e\u0065\u0063\u006d\u0062":0x0305,"\u006f\u0076\u0065\u0072\u006c\u0069\u006e\u0065\u0064a\u0073\u0068\u0065\u0064":0xfe49,"\u006fv\u0065r\u006c\u0069\u006e\u0065\u0064\u0062\u006c\u0077\u0061\u0076\u0079":0xfe4c,"\u006f\u0076\u0065r\u006c\u0069\u006e\u0065\u0077\u0061\u0076\u0079":0xfe4b,"\u006fv\u0065\u0072\u0070\u0061\u0072\u0065n":0x23dc,"\u006f\u0076\u006f\u0077\u0065\u006c\u0073\u0069\u0067\u006e\u0062\u0065n\u0067\u0061\u006c\u0069":0x09cb,"\u006f\u0076\u006f\u0077\u0065\u006c\u0073\u0069\u0067n\u0064\u0065\u0076\u0061":0x094b,"\u006fv\u006fw\u0065\u006c\u0073\u0069\u0067n\u0067\u0075j\u0061\u0072\u0061\u0074\u0069":0x0acb,"\u0070":0x0070,"\u0070\u0061\u0061m\u0070\u0073\u0073\u0071\u0075\u0061\u0072\u0065":0x3380,"\u0070\u0061\u0061\u0073\u0065\u006e\u0074\u006f\u0073q\u0075\u0061\u0072\u0065":0x332b,"\u0070a\u0062\u0065\u006e\u0067\u0061\u006ci":0x09aa,"\u0070\u0061\u0063\u0075\u0074\u0065":0x1e55,"\u0070\u0061\u0064\u0065\u0076\u0061":0x092a,"\u0070\u0061\u0067\u0065\u0064\u006f\u0077\u006e":0x21df,"\u0070\u0061\u0067\u0065\u0075\u0070":0x21de,"\u0070\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069":0x0aaa,"\u0070\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a2a,"\u0070\u0061\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x3071,"\u0070\u0061\u0069\u0079\u0061\u006e\u006e\u006f\u0069\u0074\u0068\u0061\u0069":0x0e2f,"\u0070\u0061\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30d1,"\u0070a\u006c\u0061\u0074\u0061l\u0069\u007a\u0061\u0074\u0069o\u006ec\u0079r\u0069\u006c\u006c\u0069\u0063\u0063\u006db":0x0484,"\u0070\u0061l\u006f\u0063\u0068k\u0061\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x04c0,"\u0070\u0061\u006e\u0073\u0069\u006f\u0073\u006b\u006f\u0072\u0065\u0061\u006e":0x317f,"\u0070a\u0072\u0061\u0067\u0072\u0061\u0070h":0x00b6,"\u0070a\u0072a\u0067\u0072\u0061\u0070\u0068s\u0065\u0070a\u0072\u0061\u0074\u006f\u0072":0x2029,"\u0070\u0061\u0072\u0061\u006c\u006c\u0065\u006c":0x2225,"\u0070\u0061\u0072\u0061\u006c\u006c\u0065\u006c\u006f\u0067\u0072\u0061\u006d":0x25b1,"\u0070a\u0072a\u006c\u006c\u0065\u006c\u006fg\u0072\u0061m\u0062\u006c\u0061\u0063\u006b":0x25b0,"\u0070a\u0072\u0065\u006e\u006c\u0065\u0066t":0x0028,"p\u0061\u0072\u0065\u006ele\u0066t\u0061\u006c\u0074\u006f\u006ee\u0061\u0072\u0061\u0062\u0069\u0063":0xfd3e,"p\u0061\u0072\u0065\u006e\u006c\u0065\u0066\u0074\u0062\u0074":0xf8ed,"p\u0061\u0072\u0065\u006e\u006c\u0065\u0066\u0074\u0065\u0078":0xf8ec,"\u0070\u0061\u0072\u0065\u006e\u006c\u0065\u0066\u0074\u0069\u006e\u0066e\u0072\u0069\u006f\u0072":0x208d,"\u0070a\u0072e\u006e\u006c\u0065\u0066\u0074m\u006f\u006eo\u0073\u0070\u0061\u0063\u0065":0xff08,"\u0070\u0061\u0072\u0065\u006e\u006c\u0065\u0066\u0074s\u006d\u0061\u006c\u006c":0xfe59,"\u0070\u0061\u0072\u0065\u006e\u006c\u0065\u0066\u0074\u0073\u0075\u0070e\u0072\u0069\u006f\u0072":0x207d,"p\u0061\u0072\u0065\u006e\u006c\u0065\u0066\u0074\u0074\u0070":0xf8eb,"\u0070\u0061\u0072\u0065\u006e\u006c\u0065\u0066\u0074\u0076\u0065\u0072t\u0069\u0063\u0061\u006c":0xfe35,"\u0070\u0061\u0072\u0065\u006e\u0072\u0069\u0067\u0068\u0074":0x0029,"\u0070\u0061\u0072\u0065nr\u0069\u0067\u0068\u0074\u0061\u006c\u0074\u006f\u006e\u0065\u0061\u0072\u0061\u0062i\u0063":0xfd3f,"\u0070\u0061\u0072e\u006e\u0072\u0069\u0067\u0068\u0074\u0062\u0074":0xf8f8,"\u0070\u0061\u0072e\u006e\u0072\u0069\u0067\u0068\u0074\u0065\u0078":0xf8f7,"\u0070a\u0072e\u006e\u0072\u0069\u0067\u0068t\u0069\u006ef\u0065\u0072\u0069\u006f\u0072":0x208e,"\u0070\u0061\u0072\u0065nr\u0069\u0067\u0068\u0074\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff09,"\u0070a\u0072e\u006e\u0072\u0069\u0067\u0068\u0074\u0073\u006d\u0061\u006c\u006c":0xfe5a,"\u0070a\u0072e\u006e\u0072\u0069\u0067\u0068t\u0073\u0075p\u0065\u0072\u0069\u006f\u0072":0x207e,"\u0070\u0061\u0072e\u006e\u0072\u0069\u0067\u0068\u0074\u0074\u0070":0xf8f6,"\u0070a\u0072e\u006e\u0072\u0069\u0067\u0068t\u0076\u0065r\u0074\u0069\u0063\u0061\u006c":0xfe36,"\u0070\u0061\u0072\u0073\u0069\u006d":0x2af3,"p\u0061\u0072\u0074\u0069\u0061\u006c\u0064\u0069\u0066\u0066":0x2202,"\u0070\u0061\u0072\u0074ia\u006c\u006d\u0065\u0065\u0074\u0063\u006f\u006e\u0074\u0072\u0061\u0063\u0074\u0069o\u006e":0x2aa3,"\u0070\u0061\u0073h\u0074\u0061\u0068\u0065\u0062\u0072\u0065\u0077":0x0599,"\u0070\u0061\u0073\u0071\u0075\u0061\u0072\u0065":0x33a9,"\u0070a\u0074\u0061\u0068\u0031\u0031":0x05b7,"p\u0061\u007a\u0065\u0072\u0068\u0065\u0062\u0072\u0065\u0077":0x05a1,"\u0070b\u006f\u0070\u006f\u006d\u006f\u0066o":0x3106,"\u0070c\u0069\u0072\u0063\u006c\u0065":0x24df,"\u0070\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074":0x1e57,"\u0070\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x043f,"\u0070\u0065\u0064\u0061\u0067\u0065\u0073\u0068":0xfb44,"p\u0065\u0065\u007a\u0069\u0073\u0071\u0075\u0061\u0072\u0065":0x333b,"\u0070\u0065\u0066\u0069na\u006c\u0064\u0061\u0067\u0065\u0073\u0068\u0068\u0065\u0062\u0072\u0065\u0077":0xfb43,"\u0070e\u0068\u0061\u0072\u0061\u0062\u0069c":0x067e,"p\u0065\u0068\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x057a,"\u0070\u0065\u0068\u0066\u0069\u006e\u0061\u006c\u0061r\u0061\u0062\u0069\u0063":0xfb57,"\u0070\u0065h\u0069\u006e\u0069t\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063":0xfb58,"\u0070\u0065\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x307a,"p\u0065\u0068\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064":0xfb56,"\u0070e\u0068m\u0065\u0064\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063":0xfb59,"\u0070\u0065\u0068\u0077\u0069\u0074\u0068\u0068\u0065\u0068\u0069\u006ei\u0074\u0069\u0061\u006c":0xe813,"\u0070\u0065\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30da,"p\u0065m\u0069\u0064\u0064\u006c\u0065\u0068\u006f\u006fk\u0063\u0079\u0072\u0069ll\u0069\u0063":0x04a7,"\u0070\u0065\u006e\u0074\u0061\u0067\u006f\u006e":0x2b20,"\u0070\u0065\u006e\u0074\u0061\u0067\u006f\u006e\u0062\u006c\u0061\u0063\u006b":0x2b1f,"\u0070\u0065\u0072a\u0066\u0065\u0068\u0065\u0062\u0072\u0065\u0077":0xfb4e,"\u0070e\u0072\u0063\u0065\u006e\u0074":0x0025,"\u0070\u0065\u0072\u0063\u0065\u006e\u0074\u0061\u0072\u0061\u0062\u0069\u0063":0x066a,"\u0070\u0065r\u0063\u0065\u006et\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff05,"\u0070\u0065\u0072c\u0065\u006e\u0074\u0073\u006d\u0061\u006c\u006c":0xfe6a,"\u0070\u0065\u0072\u0069\u006f\u0064":0x002e,"\u0070\u0065\u0072\u0069\u006f\u0064\u0061\u0072\u006de\u006e\u0069\u0061\u006e":0x0589,"\u0070\u0065\u0072\u0069\u006f\u0064\u0063\u0065\u006et\u0065\u0072\u0065\u0064":0x00b7,"\u0070\u0065r\u0069\u006f\u0064c\u0065\u006e\u0074\u0065\u0072\u0065\u0064\u002e\u0030":0x0097,"\u0070e\u0072i\u006f\u0064\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068":0xff61,"\u0070\u0065\u0072\u0069\u006f\u0064\u0069\u006e\u0066e\u0072\u0069\u006f\u0072":0xf6e7,"\u0070e\u0072i\u006f\u0064\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff0e,"p\u0065\u0072\u0069\u006f\u0064\u0073\u006d\u0061\u006c\u006c":0xfe52,"\u0070\u0065\u0072\u0069\u006f\u0064\u0073\u0075\u0070e\u0072\u0069\u006f\u0072":0xf6e8,"\u0070\u0065\u0072\u0069sp\u006f\u006d\u0065\u006e\u0069\u0067\u0072\u0065\u0065\u006b\u0063\u006d\u0062":0x0342,"\u0070\u0065\u0072\u0070":0x27c2,"\u0070\u0065\u0072\u0070\u0063\u006f\u0072\u0072\u0065s\u0070\u006f\u006e\u0064":0x2a5e,"\u0070\u0065\u0072\u0070\u0065\u006e\u0064\u0069\u0063\u0075\u006c\u0061\u0072":0x22a5,"\u0070\u0065\u0072p\u0073":0x2ae1,"\u0070\u0065\u0072\u0074\u0065\u006e\u0074\u0068\u006fu\u0073\u0061\u006e\u0064":0x2031,"p\u0065\u0072\u0074\u0068\u006f\u0075\u0073\u0061\u006e\u0064":0x2030,"\u0070\u0065\u0073\u0065\u0074\u0061":0x20a7,"\u0070\u0065\u0073o\u0031":0xf81b,"\u0070\u0066\u0073\u0071\u0075\u0061\u0072\u0065":0x338a,"\u0070\u0068\u0061\u0062\u0065\u006e\u0067\u0061\u006c\u0069":0x09ab,"\u0070h\u0061\u0064\u0065\u0076\u0061":0x092b,"p\u0068\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069":0x0aab,"p\u0068\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a2b,"\u0070\u0068\u0069":0x03c6,"\u0070\u0068\u0069\u0031":0x03d5,"p\u0068i\u0065\u0075\u0070\u0068\u0061\u0063\u0069\u0072c\u006c\u0065\u006b\u006fre\u0061\u006e":0x327a,"\u0070\u0068\u0069\u0065up\u0068\u0061\u0070\u0061\u0072\u0065\u006e\u006b\u006f\u0072\u0065\u0061\u006e":0x321a,"\u0070\u0068\u0069\u0065up\u0068\u0063\u0069\u0072\u0063\u006c\u0065\u006b\u006f\u0072\u0065\u0061\u006e":0x326c,"\u0070\u0068\u0069\u0065\u0075\u0070\u0068\u006b\u006f\u0072\u0065\u0061\u006e":0x314d,"\u0070h\u0069e\u0075\u0070\u0068\u0070\u0061r\u0065\u006ek\u006f\u0072\u0065\u0061\u006e":0x320c,"\u0070\u0068\u0069\u006c\u0061\u0074\u0069\u006e":0x0278,"p\u0068\u0069\u006e\u0074\u0068\u0075\u0074\u0068\u0061\u0069":0x0e3a,"\u0070\u0068\u006fo\u006b":0x01a5,"p\u0068\u006f\u0070\u0068\u0061\u006e\u0074\u0068\u0061\u0069":0x0e1e,"\u0070\u0068\u006fp\u0068\u0075\u006e\u0067\u0074\u0068\u0061\u0069":0x0e1c,"\u0070\u0068\u006f\u0073\u0061\u006d\u0070\u0068\u0061o\u0074\u0068\u0061\u0069":0x0e20,"\u0070\u0069":0x03c0,"\u0070i\u0065u\u0070\u0061\u0063\u0069\u0072c\u006c\u0065k\u006f\u0072\u0065\u0061\u006e":0x3273,"\u0070\u0069\u0065\u0075\u0070\u0061\u0070\u0061\u0072\u0065\u006e\u006bo\u0072\u0065\u0061\u006e":0x3213,"\u0070\u0069e\u0075\u0070\u0063i\u0065\u0075\u0063\u006b\u006f\u0072\u0065\u0061\u006e":0x3176,"\u0070\u0069\u0065\u0075\u0070\u0063\u0069\u0072\u0063\u006c\u0065\u006bo\u0072\u0065\u0061\u006e":0x3265,"\u0070\u0069\u0065\u0075\u0070\u006b\u0069\u0079\u0065\u006f\u006b\u006bo\u0072\u0065\u0061\u006e":0x3172,"p\u0069\u0065\u0075\u0070\u006b\u006f\u0072\u0065\u0061\u006e":0x3142,"\u0070\u0069e\u0075\u0070\u0070a\u0072\u0065\u006e\u006b\u006f\u0072\u0065\u0061\u006e":0x3205,"p\u0069\u0065\u0075\u0070si\u006fs\u006b\u0069\u0079\u0065\u006fk\u006b\u006f\u0072\u0065\u0061\u006e":0x3174,"\u0070i\u0065u\u0070\u0073\u0069\u006f\u0073\u006b\u006f\u0072\u0065\u0061\u006e":0x3144,"p\u0069\u0065\u0075\u0070si\u006fs\u0074\u0069\u006b\u0065\u0075t\u006b\u006f\u0072\u0065\u0061\u006e":0x3175,"\u0070i\u0065u\u0070\u0074\u0068\u0069\u0065u\u0074\u0068k\u006f\u0072\u0065\u0061\u006e":0x3177,"\u0070\u0069\u0065\u0075\u0070\u0074\u0069\u006b\u0065\u0075\u0074\u006bo\u0072\u0065\u0061\u006e":0x3173,"\u0070\u0069\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x3074,"\u0070\u0069\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30d4,"\u0070\u0069\u0077r\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x0583,"\u0070\u006c\u0061\u006e\u0063\u006b\u006f\u0076\u0065\u0072\u0032\u0070\u0069":0x210f,"\u0070\u006c\u0075\u0073":0x002b,"\u0070\u006c\u0075s\u0062\u0065\u006c\u006f\u0077\u0063\u006d\u0062":0x031f,"\u0070l\u0075\u0073\u0064\u006f\u0074":0x2a25,"\u0070l\u0075\u0073\u0065\u0071\u0071":0x2a72,"\u0070l\u0075\u0073\u0068\u0061\u0074":0x2a23,"\u0070\u006c\u0075s\u0069\u006e\u0066\u0065\u0072\u0069\u006f\u0072":0x208a,"\u0070l\u0075\u0073\u006d\u0069\u006e\u0075s":0x00b1,"\u0070l\u0075\u0073\u006d\u006f\u0064":0x02d6,"\u0070\u006c\u0075\u0073\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff0b,"\u0070l\u0075\u0073\u0073\u0069\u006d":0x2a26,"\u0070l\u0075\u0073\u0073\u006d\u0061\u006cl":0xfe62,"\u0070\u006c\u0075\u0073\u0073\u0075\u0062\u0074\u0077\u006f":0x2a27,"\u0070\u006c\u0075s\u0073\u0075\u0070\u0065\u0072\u0069\u006f\u0072":0x207a,"\u0070\u006c\u0075\u0073\u0074\u0072\u0069\u0066":0x2a28,"\u0070\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff50,"\u0070\u006d\u0073\u0071\u0075\u0061\u0072\u0065":0x33d8,"\u0070\u006f\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x307d,"\u0070\u006f\u0069\u006eti\u006e\u0067\u0069\u006e\u0064\u0065\u0078\u0064\u006f\u0077\u006e\u0077\u0068\u0069t\u0065":0x261f,"\u0070\u006f\u0069\u006eti\u006e\u0067\u0069\u006e\u0064\u0065\u0078\u006c\u0065\u0066\u0074\u0077\u0068\u0069t\u0065":0x261c,"p\u006fi\u006e\u0074\u0069\u006e\u0067\u0069\u006e\u0064e\u0078\u0075\u0070\u0077hi\u0074\u0065":0x261d,"\u0070\u006f\u0069\u006e\u0074\u0069\u006e\u0074":0x2a15,"\u0070\u006f\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30dd,"\u0070o\u0070\u006c\u0061\u0074\u0068\u0061i":0x0e1b,"\u0070\u006f\u0073\u0074\u0061\u006c\u006d\u0061\u0072\u006b":0x3012,"\u0070\u006f\u0073\u0074\u0061\u006c\u006d\u0061\u0072k\u0066\u0061\u0063\u0065":0x3020,"\u0070\u0070\u0061\u0072\u0065\u006e":0x24ab,"\u0070\u0072\u0065\u0063\u0061\u0070\u0070\u0072\u006f\u0078":0x2ab7,"\u0070\u0072e\u0063\u0065\u0064e\u006e\u006f\u0074\u0064\u0062\u006c\u0065\u0071\u0076":0x2ab9,"\u0070\u0072\u0065\u0063\u0065\u0064\u0065\u006e\u006f\u0074\u0073\u006cn\u0074\u0065\u0071\u006c":0x2ab5,"\u0070r\u0065c\u0065\u0064\u0065\u006f\u0072n\u006f\u0074e\u0071\u0076\u006c\u006e\u0074":0x22e8,"\u0070\u0072\u0065\u0063\u0065\u0064\u0065\u0073":0x227a,"\u0070\u0072\u0065\u0063\u0065\u0064\u0065\u0073\u0065\u0071\u0075\u0061\u006c":0x2aaf,"\u0070r\u0065c\u0065\u0064\u0065\u0073\u006f\u0072\u0063\u0075\u0072\u006c\u0079":0x227c,"\u0070r\u0065c\u0065\u0064\u0065\u0073\u006f\u0072\u0065\u0071\u0075\u0061\u006c":0x227e,"\u0070r\u0065\u0063\u0065\u0071\u0071":0x2ab3,"\u0070r\u0065\u0063\u006e\u0065\u0071":0x2ab1,"\u0070\u0072\u0065s\u0063\u0072\u0069\u0070\u0074\u0069\u006f\u006e":0x211e,"p\u0072\u0069\u006d\u0065\u0064\u0062\u006c\u006d\u006f\u0064":0x0243,"\u0070\u0072\u0069\u006d\u0065\u006d\u006f\u0064":0x02b9,"\u0070\u0072\u0069\u006d\u0065\u0072\u0065\u0076\u0065\u0072\u0073\u0065\u0064":0x2035,"\u0070r\u006f\u0064\u0075\u0063\u0074":0x220f,"\u0070\u0072\u006f\u0066\u0073\u0075\u0072\u0066":0x2313,"\u0070\u0072\u006f\u006a\u0065\u0063\u0074\u0069\u0076\u0065":0x2305,"\u0070\u0072\u006f\u006c\u006f\u006e\u0067\u0065\u0064\u006b\u0061\u006e\u0061":0x30fc,"\u0070r\u006f\u0070\u0065\u006c\u006c\u006fr":0x2318,"\u0070\u0072\u006fp\u0065\u0072\u0073\u0075\u0062\u0073\u0065\u0074":0x2282,"\u0070\u0072\u006f\u0070\u0065\u0072\u0073\u0075\u0070e\u0072\u0073\u0065\u0074":0x2283,"\u0070\u0072\u006f\u0070\u006f\u0072\u0074\u0069\u006f\u006e":0x2237,"\u0070\u0072\u006fp\u006f\u0072\u0074\u0069\u006f\u006e\u0061\u006c":0x221d,"\u0070\u0072\u0075\u0072\u0065\u006c":0x22b0,"\u0070\u0073\u0069":0x03c8,"p\u0073\u0069\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x0471,"\u0070s\u0069\u006c\u0069\u0070\u006e\u0065\u0075\u006d\u0061\u0074\u0061c\u0079\u0072\u0069\u006c\u006c\u0069\u0063\u0063\u006d\u0062":0x0486,"\u0070\u0073\u0073\u0071\u0075\u0061\u0072\u0065":0x33b0,"\u0070\u0075\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x3077,"\u0070\u0075\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30d7,"\u0070\u0075\u006c\u006c\u0062\u0061\u0063\u006b":0x27d3,"\u0070\u0075n\u0063\u0074\u0075a\u0074\u0069\u006f\u006e\u0073\u0070\u0061\u0063\u0065":0x2008,"\u0070u\u0073\u0068\u006f\u0075\u0074":0x27d4,"\u0070\u0076\u0073\u0071\u0075\u0061\u0072\u0065":0x33b4,"\u0070\u0077\u0073\u0071\u0075\u0061\u0072\u0065":0x33ba,"\u0071":0x0071,"\u0071\u0061\u0064\u0065\u0076\u0061":0x0958,"q\u0061\u0064\u006d\u0061\u0068\u0065\u0062\u0072\u0065\u0077":0x05a8,"\u0071\u0061\u0066\u0066\u0069\u006e\u0061\u006c\u0061r\u0061\u0062\u0069\u0063":0xfed6,"\u0071\u0061f\u0069\u006e\u0069t\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063":0xfed7,"q\u0061\u0066\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064":0xfed5,"\u0071a\u0066m\u0065\u0064\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063":0xfed8,"\u0071\u0061r\u006e\u0065\u0079p\u0061\u0072\u0061\u0068\u0065\u0062\u0072\u0065\u0077":0x059f,"\u0071b\u006f\u0070\u006f\u006d\u006f\u0066o":0x3111,"\u0071c\u0069\u0072\u0063\u006c\u0065":0x24e0,"\u0071\u0068\u006fo\u006b":0x02a0,"\u0071\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff51,"\u0071o\u0066\u0064\u0061\u0067\u0065\u0073h":0xfb47,"\u0071o\u0066q\u0075\u0062\u0075\u0074\u0073\u0068\u0065\u0062\u0072\u0065\u0077":0x05e7,"\u0071\u0070\u0061\u0072\u0065\u006e":0x24ac,"\u0071\u0070\u0072\u0069\u006d\u0065":0x2057,"q\u0075\u0061\u0072\u0074\u0065\u0072\u006e\u006f\u0074\u0065":0x2669,"\u0071\u0075b\u0075\u0074\u0073w\u0069\u0064\u0065\u0068\u0065\u0062\u0072\u0065\u0077":0x05bb,"\u0071u\u0065\u0073\u0074\u0065\u0071":0x225f,"\u0071\u0075\u0065\u0073\u0074\u0069\u006f\u006e":0x003f,"\u0071\u0075e\u0073\u0074\u0069o\u006e\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x055e,"\u0071\u0075\u0065s\u0074\u0069\u006f\u006e\u0064\u006f\u0077\u006e":0x00bf,"\u0071\u0075\u0065\u0073\u0074\u0069\u006f\u006e\u0064\u006f\u0077\u006es\u006d\u0061\u006c\u006c":0xf7bf,"\u0071\u0075\u0065\u0073\u0074\u0069\u006f\u006e\u0067\u0072\u0065\u0065\u006b":0x037e,"\u0071\u0075\u0065\u0073\u0074\u0069\u006f\u006e\u006d\u006f\u006e\u006fs\u0070\u0061\u0063\u0065":0xff1f,"\u0071\u0075\u0065\u0073\u0074\u0069\u006f\u006e\u0073\u006d\u0061\u006c\u006c":0xf73f,"\u0071\u0075\u006f\u0074\u0065\u0064\u0062\u006c":0x0022,"\u0071\u0075\u006ft\u0065\u0064\u0062\u006c\u0062\u0061\u0073\u0065":0x201e,"\u0071\u0075\u006ft\u0065\u0064\u0062\u006c\u006c\u0065\u0066\u0074":0x201c,"\u0071\u0075\u006f\u0074\u0065\u0064\u0062\u006c\u006d\u006f\u006e\u006fs\u0070\u0061\u0063\u0065":0xff02,"\u0071\u0075\u006f\u0074\u0065\u0064\u0062\u006c\u0070\u0072\u0069\u006d\u0065":0x301e,"q\u0075\u006f\u0074\u0065db\u006cp\u0072\u0069\u006d\u0065\u0072e\u0076\u0065\u0072\u0073\u0065\u0064":0x301d,"q\u0075\u006f\u0074\u0065\u0064\u0062\u006c\u0072\u0065\u0076":0x201f,"\u0071\u0075\u006f\u0074\u0065\u0064\u0062\u006c\u0072\u0069\u0067\u0068\u0074":0x201d,"\u0071u\u006f\u0074\u0065\u006c\u0065\u0066t":0x2018,"\u0071\u0075\u006ft\u0065\u006c\u0065\u0066\u0074\u006d\u006f\u0064":0x0244,"\u0071\u0075\u006f\u0074\u0065\u0072\u0065\u0076\u0065\u0072\u0073\u0065\u0064":0x201b,"\u0071\u0075\u006f\u0074\u0065\u0072\u0069\u0067\u0068\u0074":0x2019,"q\u0075\u006f\u0074\u0065\u0072\u0069\u0067\u0068\u0074\u006e":0x0149,"\u0071\u0075\u006f\u0074\u0065\u0073\u0069\u006e\u0067l\u0062\u0061\u0073\u0065":0x201a,"q\u0075\u006f\u0074\u0065\u0073\u0069\u006e\u0067\u006c\u0065":0x0027,"q\u0075o\u0074\u0065\u0073\u0069\u006e\u0067\u006c\u0065m\u006f\u006e\u006f\u0073pa\u0063\u0065":0xff07,"\u0072":0x0072,"\u0072\u0041\u006e\u0067\u006c\u0065":0x27eb,"\u0072\u0042\u0072\u0061\u0063\u0065":0x2984,"\u0072\u0050\u0061\u0072\u0065\u006e":0x2986,"\u0072\u0061\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x057c,"\u0072a\u0062\u0065\u006e\u0067\u0061\u006ci":0x09b0,"\u0072\u0061\u0063\u0075\u0074\u0065":0x0155,"\u0072\u0061\u0064\u0065\u0076\u0061":0x0930,"\u0072a\u0064\u0069\u0063\u0061\u006c":0x221a,"\u0072a\u0064\u0069\u0063\u0061\u006c\u0065x":0xf8e5,"\u0072\u0061\u0064\u006f\u0076\u0065\u0072\u0073\u0073q\u0075\u0061\u0072\u0065":0x33ae,"r\u0061\u0064\u006f\u0076er\u0073s\u0071\u0075\u0061\u0072\u0065d\u0073\u0071\u0075\u0061\u0072\u0065":0x33af,"\u0072a\u0064\u0073\u0071\u0075\u0061\u0072e":0x33ad,"\u0072\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069":0x0ab0,"\u0072\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a30,"\u0072\u0061\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x3089,"\u0072\u0061\u0069\u0073\u0065\u0064":0x024d,"\u0072\u0061\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30e9,"\u0072\u0061\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068":0xff97,"\u0072\u0061\u006c\u006fwe\u0072\u0064\u0069\u0061\u0067\u006f\u006e\u0061\u006c\u0062\u0065\u006e\u0067\u0061l\u0069":0x09f1,"\u0072\u0061\u006did\u0064\u006c\u0065\u0064\u0069\u0061\u0067\u006f\u006e\u0061\u006c\u0062\u0065\u006e\u0067\u0061\u006c\u0069":0x09f0,"\u0072\u0061\u006d\u0073\u0068\u006f\u0072\u006e":0x0264,"\u0072a\u006e\u0067\u006c\u0065\u0064\u006ft":0x2992,"r\u0061\u006e\u0067\u006ced\u006fw\u006e\u007a\u0069\u0067\u007aa\u0067\u0061\u0072\u0072\u006f\u0077":0x237c,"\u0072\u0061\u0074i\u006f":0x2236,"\u0072\u0061\u0079\u0061\u006c\u0065\u0066\u006c\u0061\u006d":0xe816,"\u0072\u0062\u0061\u0067":0x27c6,"\u0072\u0062\u006c\u006b\u0062\u0072\u0062\u0072\u0061\u006b":0x2998,"\u0072b\u006f\u0070\u006f\u006d\u006f\u0066o":0x3116,"\u0072\u0062\u0072\u0061\u0063\u0065\u006c\u0065\u006e\u0064":0x23ad,"\u0072b\u0072\u0061\u0063\u0065\u006d\u0069d":0x23ac,"\u0072\u0062\u0072\u0061\u0063\u0065\u0075\u0065\u006e\u0064":0x23ab,"\u0072\u0062\u0072\u0061\u0063\u006b\u0065\u0078\u0074e\u006e\u0064\u0065\u0072":0x23a5,"\u0072\u0062\u0072\u0061\u0063\u006b\u006c\u0065\u006e\u0064":0x23a6,"\u0072\u0062\u0072a\u0063\u006b\u006c\u0072\u0074\u0069\u0063\u006b":0x298e,"\u0072\u0062\u0072\u0061\u0063\u006b\u0075\u0062\u0061\u0072":0x298c,"\u0072\u0062\u0072\u0061\u0063\u006b\u0075\u0065\u006e\u0064":0x23a4,"\u0072\u0062\u0072a\u0063\u006b\u0075\u0072\u0074\u0069\u0063\u006b":0x2990,"\u0072b\u0072\u0062\u0072\u0061\u006b":0x2773,"\u0072\u0063\u0061\u0072\u006f\u006e":0x0159,"\u0072\u0063\u0065\u0064\u0069\u006c\u006c\u0061":0x0157,"\u0072c\u0065\u0064\u0069\u006c\u006c\u00611":0xf81f,"\u0072c\u0069\u0072\u0063\u006c\u0065":0x24e1,"r\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078":0xf832,"r\u0063\u0075\u0072\u0076\u0079\u0061\u006e\u0067\u006c\u0065":0x29fd,"\u0072d\u0062\u006c\u0067\u0072\u0061\u0076e":0x0211,"\u0072\u0064\u0069a\u0067\u006f\u0076\u0066\u0064\u0069\u0061\u0067":0x292b,"\u0072\u0064\u0069\u0061\u0067\u006f\u0076\u0073\u0065a\u0072\u0072\u006f\u0077":0x2930,"\u0072\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074":0x1e59,"\u0072d\u006f\u0074\u0062\u0065\u006c\u006fw":0x1e5b,"\u0072d\u006ft\u0062\u0065\u006c\u006f\u0077\u006d\u0061\u0063\u0072\u006f\u006e":0x1e5d,"r\u0065\u0063\u006f\u0072\u0064\u0072\u0069\u0067\u0068\u0074":0x2117,"\u0072\u0065\u0066\u0065\u0072\u0065\u006e\u0063\u0065\u006d\u0061\u0072\u006b":0x203b,"\u0072\u0065\u0066l\u0065\u0078\u0073\u0075\u0062\u0073\u0065\u0074":0x2286,"\u0072\u0065\u0066\u006c\u0065\u0078\u0073\u0075\u0070e\u0072\u0073\u0065\u0074":0x2287,"\u0072\u0065\u0067\u0069\u0073\u0074\u0065\u0072\u0065\u0064":0x00ae,"\u0072\u0065\u0067i\u0073\u0074\u0065\u0072\u0073\u0061\u006e\u0073":0xf8e8,"\u0072\u0065\u0067\u0069\u0073\u0074\u0065\u0072\u0073\u0065\u0072\u0069\u0066":0xf6da,"\u0072e\u0068\u0061\u0072\u0061\u0062\u0069c":0x0631,"r\u0065\u0068\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x0580,"\u0072\u0065\u0068\u0066\u0069\u006e\u0061\u006c\u0061r\u0061\u0062\u0069\u0063":0xfeae,"\u0072\u0065\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x308c,"r\u0065\u0068\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064":0xfead,"\u0072\u0065\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30ec,"\u0072\u0065\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068":0xff9a,"\u0072\u0065s\u0068\u0064\u0061g\u0065\u0073\u0068\u0068\u0065\u0062\u0072\u0065\u0077":0xfb48,"\u0072e\u0073\u0068\u0068\u0069\u0072\u0069q":0x05e8,"\u0072\u0065\u0073\u0070\u006f\u006e\u0073\u0065":0x211f,"\u0072\u0065\u0076\u0061\u006e\u0067\u006c\u0065":0x29a3,"\u0072\u0065\u0076a\u006e\u0067\u006c\u0065\u0075\u0062\u0061\u0072":0x29a5,"\u0072\u0065\u0076\u0061\u0073\u0079\u006d\u0070\u0074e\u0071\u0075\u0061\u006c":0x22cd,"r\u0065\u0076\u0065\u006d\u0070\u0074\u0079\u0073\u0065\u0074":0x29b0,"\u0072\u0065\u0076\u0065\u0072\u0073\u0065\u0064\u0074\u0069\u006c\u0064\u0065":0x223d,"\u0072e\u0076i\u0061\u006d\u0075\u0067\u0072a\u0073\u0068h\u0065\u0062\u0072\u0065\u0077":0x0597,"\u0072\u0065\u0076\u006c\u006f\u0067\u0069\u0063\u0061\u006c\u006e\u006f\u0074":0x2310,"\u0072e\u0076\u006e\u006d\u0069\u0064":0x2aee,"\u0072\u0066\u0062\u006f\u0077\u0074\u0069\u0065":0x29d2,"\u0072f\u0069\u0073\u0068\u0068\u006f\u006fk":0x027e,"\u0072\u0066\u0069\u0073\u0068\u0068\u006f\u006f\u006b\u0072\u0065\u0076e\u0072\u0073\u0065\u0064":0x027f,"\u0072f\u0074\u0069\u006d\u0065\u0073":0x29d5,"\u0072\u0068\u0061\u0062\u0065\u006e\u0067\u0061\u006c\u0069":0x09dd,"\u0072h\u0061\u0064\u0065\u0076\u0061":0x095d,"\u0072\u0068\u006f":0x03c1,"\u0072\u0068\u006fo\u006b":0x027d,"r\u0068\u006f\u006f\u006b\u0074\u0075\u0072\u006e\u0065\u0064":0x027b,"\u0072\u0068\u006f\u006fkt\u0075\u0072\u006e\u0065\u0064\u0073\u0075\u0070\u0065\u0072\u0069\u006f\u0072":0x02b5,"\u0072\u0068\u006f\u0073\u0079\u006d\u0062\u006f\u006cg\u0072\u0065\u0065\u006b":0x03f1,"\u0072\u0068\u006f\u0074\u0069\u0063\u0068\u006f\u006f\u006b\u006d\u006f\u0064":0x02de,"\u0072i\u0065u\u006c\u0061\u0063\u0069\u0072c\u006c\u0065k\u006f\u0072\u0065\u0061\u006e":0x3271,"\u0072\u0069\u0065\u0075\u006c\u0061\u0070\u0061\u0072\u0065\u006e\u006bo\u0072\u0065\u0061\u006e":0x3211,"\u0072\u0069\u0065\u0075\u006c\u0063\u0069\u0072\u0063\u006c\u0065\u006bo\u0072\u0065\u0061\u006e":0x3263,"\u0072\u0069e\u0075\u006c\u0068i\u0065\u0075\u0068\u006b\u006f\u0072\u0065\u0061\u006e":0x3140,"\u0072\u0069\u0065\u0075\u006c\u006b\u0069\u0079\u0065\u006f\u006b\u006bo\u0072\u0065\u0061\u006e":0x313a,"r\u0069\u0065\u0075\u006cki\u0079e\u006f\u006b\u0073\u0069\u006fs\u006b\u006f\u0072\u0065\u0061\u006e":0x3169,"r\u0069\u0065\u0075\u006c\u006b\u006f\u0072\u0065\u0061\u006e":0x3139,"\u0072\u0069e\u0075\u006c\u006di\u0065\u0075\u006d\u006b\u006f\u0072\u0065\u0061\u006e":0x313b,"\u0072i\u0065u\u006c\u0070\u0061\u006e\u0073i\u006f\u0073k\u006f\u0072\u0065\u0061\u006e":0x316c,"\u0072\u0069e\u0075\u006c\u0070a\u0072\u0065\u006e\u006b\u006f\u0072\u0065\u0061\u006e":0x3203,"\u0072i\u0065u\u006c\u0070\u0068\u0069\u0065u\u0070\u0068k\u006f\u0072\u0065\u0061\u006e":0x313f,"\u0072\u0069e\u0075\u006c\u0070i\u0065\u0075\u0070\u006b\u006f\u0072\u0065\u0061\u006e":0x313c,"r\u0069e\u0075\u006c\u0070\u0069\u0065\u0075\u0070\u0073i\u006f\u0073\u006b\u006fre\u0061\u006e":0x316b,"\u0072i\u0065u\u006c\u0073\u0069\u006f\u0073\u006b\u006f\u0072\u0065\u0061\u006e":0x313d,"\u0072i\u0065u\u006c\u0074\u0068\u0069\u0065u\u0074\u0068k\u006f\u0072\u0065\u0061\u006e":0x313e,"\u0072\u0069\u0065\u0075\u006c\u0074\u0069\u006b\u0065\u0075\u0074\u006bo\u0072\u0065\u0061\u006e":0x316a,"\u0072\u0069\u0065\u0075ly\u0065\u006f\u0072\u0069\u006e\u0068\u0069\u0065\u0075\u0068\u006b\u006f\u0072\u0065a\u006e":0x316d,"\u0072\u0069\u0067\u0068\u0074\u0061\u006e\u0067\u006ce\u006d\u0064\u006f\u0074":0x299d,"\u0072\u0069\u0067h\u0074\u0061\u006e\u0067\u006c\u0065\u006e\u0065":0x231d,"\u0072\u0069\u0067h\u0074\u0061\u006e\u0067\u006c\u0065\u006e\u0077":0x231c,"\u0072\u0069\u0067h\u0074\u0061\u006e\u0067\u006c\u0065\u0073\u0065":0x231f,"\u0072\u0069\u0067\u0068\u0074\u0061\u006e\u0067\u006c\u0065\u0073\u0071\u0072":0x299c,"\u0072\u0069\u0067h\u0074\u0061\u006e\u0067\u006c\u0065\u0073\u0077":0x231e,"\u0072\u0069g\u0068\u0074\u0061r\u0072\u006f\u0077\u0061\u0070\u0070\u0072\u006f\u0078":0x2975,"r\u0069g\u0068\u0074\u0061\u0072\u0072\u006f\u0077\u0062a\u0063\u006b\u0061\u0070pr\u006f\u0078":0x2b48,"\u0072i\u0067h\u0074\u0061\u0072\u0072\u006fw\u0062\u0073i\u006d\u0069\u006c\u0061\u0072":0x2b4c,"\u0072\u0069\u0067\u0068\u0074\u0061\u0072\u0072\u006f\u0077\u0064\u0069a\u006d\u006f\u006e\u0064":0x291e,"\u0072\u0069\u0067\u0068\u0074\u0061\u0072\u0072\u006f\u0077\u0067\u0074\u0072":0x2b43,"\u0072\u0069\u0067\u0068\u0074\u0061\u0072\u0072\u006f\u0077\u006f\u006eo\u0070\u006c\u0075\u0073":0x27f4,"\u0072\u0069\u0067\u0068\u0074\u0061\u0072\u0072\u006fw\u0070\u006c\u0075\u0073":0x2945,"\u0072i\u0067\u0068\u0074\u0061\u0072\u0072\u006f\u0077\u0073\u0068\u006fr\u0074\u006c\u0065\u0066\u0074\u0061\u0072\u0072\u006f\u0077":0x2942,"\u0072\u0069\u0067\u0068\u0074\u0061\u0072\u0072\u006f\u0077\u0073\u0069m\u0069\u006c\u0061\u0072":0x2974,"\u0072\u0069g\u0068\u0074\u0061r\u0072\u006f\u0077\u0073\u0075\u0070\u0073\u0065\u0074":0x2b44,"\u0072i\u0067h\u0074\u0061\u0072\u0072\u006fw\u0074\u0072i\u0061\u006e\u0067\u006c\u0065":0x21fe,"r\u0069\u0067\u0068\u0074\u0061\u0072\u0072\u006f\u0077\u0078":0x2947,"\u0072\u0069\u0067h\u0074\u0062\u006b\u0061\u0072\u0072\u006f\u0077":0x290d,"\u0072\u0069g\u0068\u0074\u0063u\u0072\u0076\u0065\u0064\u0061\u0072\u0072\u006f\u0077":0x2933,"\u0072\u0069\u0067h\u0074\u0064\u0062\u006c\u0074\u0061\u0069\u006c":0x291c,"\u0072\u0069\u0067\u0068\u0074\u0064\u006f\u0074\u0061\u0072\u0072\u006f\u0077":0x2911,"r\u0069g\u0068\u0074\u0064\u006f\u0077\u006e\u0063\u0075r\u0076\u0065\u0064\u0061rr\u006f\u0077":0x2937,"\u0072\u0069\u0067\u0068\u0074\u0066\u0069\u0073\u0068\u0074\u0061\u0069\u006c":0x297d,"\u0072i\u0067h\u0074\u0068\u0061\u0072\u0070o\u006f\u006ea\u0063\u0063\u0065\u006e\u0074":0x20d1,"\u0072\u0069\u0067\u0068th\u0061\u0072\u0070\u006f\u006f\u006e\u0064\u006f\u0077\u006e\u0062\u0061\u0072":0x2957,"\u0072\u0069\u0067\u0068th\u0061\u0072\u0070\u006f\u006f\u006e\u0073\u0075\u0070\u0064\u006f\u0077\u006e":0x2964,"\u0072\u0069\u0067\u0068\u0074\u0068\u0061\u0072\u0070\u006f\u006f\u006eu\u0070\u0062\u0061\u0072":0x2953,"\u0072i\u0067h\u0074\u0068\u0061\u0072\u0070o\u006f\u006eu\u0070\u0064\u0061\u0073\u0068":0x296c,"\u0072\u0069\u0067\u0068\u0074\u0069\u006d\u0070\u006c\u0079":0x2970,"r\u0069\u0067\u0068\u0074le\u0066t\u0068\u0061\u0072\u0070\u006fo\u006e\u0073\u0064\u006f\u0077\u006e":0x2969,"\u0072\u0069\u0067\u0068tl\u0065\u0066\u0074\u0068\u0061\u0072\u0070\u006f\u006f\u006e\u0073\u0075\u0070":0x2968,"\u0072i\u0067\u0068\u0074\u006d\u006f\u006fn":0x263d,"\u0072\u0069\u0067\u0068\u0074\u006f\u0075\u0074\u0065r\u006a\u006f\u0069\u006e":0x27d6,"\u0072\u0069\u0067\u0068\u0074\u0070\u0065\u006e\u0074\u0061\u0067\u006f\u006e":0x2b54,"\u0072i\u0067h\u0074\u0070\u0065\u006e\u0074a\u0067\u006fn\u0062\u006c\u0061\u0063\u006b":0x2b53,"\u0072\u0069g\u0068\u0074\u0072i\u0067\u0068\u0074\u0061\u0072\u0072\u006f\u0077\u0073":0x21c9,"\u0072\u0069\u0067\u0068\u0074\u0074\u0061\u0063\u006b\u0062\u0065\u006co\u0077\u0063\u006d\u0062":0x0319,"\u0072i\u0067\u0068\u0074\u0074\u0061\u0069l":0x291a,"\u0072\u0069g\u0068\u0074\u0074h\u0072\u0065\u0065\u0061\u0072\u0072\u006f\u0077\u0073":0x21f6,"\u0072\u0069\u0067\u0068\u0074\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065":0x22bf,"\u0072\u0069\u0067\u0068\u0074\u0077\u0061\u0076\u0065a\u0072\u0072\u006f\u0077":0x219d,"\u0072\u0069\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x308a,"\u0072\u0069\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30ea,"\u0072\u0069\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068":0xff98,"\u0072\u0069\u006e\u0067":0x02da,"\u0072\u0069\u006eg\u0031":0xf007,"\u0072\u0069\u006eg\u0062\u0065\u006c\u006f\u0077\u0063\u006d\u0062":0x0325,"\u0072i\u006e\u0067\u0063\u006d\u0062":0x030a,"\u0072\u0069\u006e\u0067\u0066\u0069\u0074\u0074\u0065\u0064":0xd80d,"\u0072\u0069\u006eg\u0068\u0061\u006c\u0066\u006c\u0065\u0066\u0074":0x02bf,"r\u0069n\u0067\u0068\u0061\u006c\u0066\u006c\u0065\u0066t\u0061\u0072\u006d\u0065ni\u0061\u006e":0x0559,"r\u0069n\u0067\u0068\u0061\u006c\u0066\u006c\u0065\u0066t\u0062\u0065\u006c\u006fwc\u006d\u0062":0x031c,"r\u0069n\u0067\u0068\u0061\u006c\u0066\u006c\u0065\u0066t\u0063\u0065\u006e\u0074er\u0065\u0064":0x02d3,"\u0072\u0069\u006e\u0067\u0068\u0061\u006c\u0066\u0072\u0069\u0067\u0068\u0074":0x02be,"r\u0069\u006e\u0067\u0068al\u0066r\u0069\u0067\u0068\u0074\u0062e\u006c\u006f\u0077\u0063\u006d\u0062":0x0339,"r\u0069\u006e\u0067\u0068al\u0066r\u0069\u0067\u0068\u0074\u0063e\u006e\u0074\u0065\u0072\u0065\u0064":0x02d2,"r\u0069\u006e\u0067\u0069\u006e\u0065\u0071\u0075\u0061\u006c":0x2256,"\u0072\u0069\u006e\u0067le\u0066\u0074\u0068\u0061\u006c\u0066\u0073\u0075\u0062\u006e\u006f\u0073\u0070":0x028f,"\u0072\u0069\u006e\u0067\u006c\u0065\u0066\u0074\u0068\u0061\u006c\u0066s\u0075\u0070\u0065\u0072":0x0248,"\u0072\u0069\u006e\u0067\u0070\u006c\u0075\u0073":0x2a22,"r\u0069n\u0067\u0072\u0069\u0067\u0068\u0074\u0068\u0061l\u0066\u0073\u0075\u0062no\u0073\u0070":0x02ac,"\u0072i\u006eg\u0072\u0069\u0067\u0068\u0074h\u0061\u006cf\u0073\u0075\u0070\u0065\u0072":0x0247,"\u0072\u0069\u006e\u0076\u0065\u0072\u0074\u0065\u0064b\u0072\u0065\u0076\u0065":0x0213,"\u0072\u0069\u0074\u0074\u006f\u0072\u0075\u0073\u0071\u0075\u0061\u0072\u0065":0x3351,"\u0072\u006c\u0065":0x202b,"\u0072\u006c\u0069\u006e\u0065\u0062\u0065\u006c\u006f\u0077":0x1e5f,"\u0072\u006c\u006f\u006e\u0067\u006c\u0065\u0067":0x027c,"\u0072\u006c\u006f\u006e\u0067\u006c\u0065\u0067\u0074u\u0072\u006e\u0065\u0064":0x027a,"\u0072\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff52,"\u0072\u006d\u006f\u0075\u0073\u0074\u0061\u0063\u0068\u0065":0x23b1,"\u0072\u006f\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x308d,"\u0072\u006f\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30ed,"\u0072\u006f\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068":0xff9b,"\u0072o\u0072\u0075\u0061\u0074\u0068\u0061i":0x0e23,"\u0072\u0070\u0061\u0072\u0065\u006e":0x24ad,"\u0072\u0070\u0061\u0072\u0065\u006e\u0065\u0078\u0074e\u006e\u0064\u0065\u0072":0x239f,"\u0072p\u0061\u0072\u0065\u006e\u0067\u0074r":0x2994,"\u0072\u0070\u0061\u0072\u0065\u006e\u006c\u0065\u006e\u0064":0x23a0,"\u0072\u0070\u0061\u0072\u0065\u006e\u0075\u0065\u006e\u0064":0x239e,"\u0072\u0070\u0070\u006f\u006c\u0069\u006e\u0074":0x2a12,"\u0072\u0072\u0061\u0062\u0065\u006e\u0067\u0061\u006c\u0069":0x09dc,"\u0072r\u0061\u0064\u0065\u0076\u0061":0x0931,"r\u0072\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a5c,"\u0072r\u0061\u006e\u0067\u006c\u0065":0x298a,"\u0072\u0072\u0065\u0068\u0061\u0072\u0061\u0062\u0069\u0063":0x0691,"\u0072r\u0065h\u0066\u0069\u006e\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063":0xfb8d,"\u0072\u0072\u0070\u0061\u0072\u0065\u006e\u0074\u0068\u0065\u0073\u0069\u0073":0x2988,"\u0072\u0072v\u006f\u0063\u0061l\u0069\u0063\u0062\u0065\u006e\u0067\u0061\u006c\u0069":0x09e0,"\u0072\u0072\u0076\u006f\u0063\u0061\u006c\u0069\u0063\u0064\u0065\u0076\u0061":0x0960,"\u0072\u0072\u0076\u006f\u0063\u0061\u006c\u0069\u0063\u0067\u0075\u006aa\u0072\u0061\u0074\u0069":0x0ae0,"\u0072r\u0076\u006f\u0063\u0061l\u0069\u0063\u0076\u006f\u0077e\u006cs\u0069g\u006e\u0062\u0065\u006e\u0067\u0061\u006ci":0x09c4,"\u0072\u0072\u0076\u006fca\u006c\u0069\u0063\u0076\u006f\u0077\u0065\u006c\u0073\u0069\u0067\u006e\u0064\u0065v\u0061":0x0944,"\u0072\u0072\u0076\u006f\u0063\u0061\u006c\u0069\u0063\u0076\u006fw\u0065\u006c\u0073\u0069\u0067\u006e\u0067\u0075\u006a\u0061r\u0061\u0074\u0069":0x0ac4,"\u0072s\u006f\u006c\u0062\u0061\u0072":0x29f7,"\u0072s\u0071\u0068\u006f\u006f\u006b":0x2ace,"\u0072\u0073\u0075\u0062":0x2a65,"\u0072\u0073\u0075\u0070\u0065\u0072":0x023c,"\u0072s\u0075\u0070\u0065\u0072\u0069\u006fr":0xf6f1,"\u0072t\u0062\u006c\u006f\u0063\u006b":0x2590,"\u0072\u0074\u0065\u0069\u0067\u0068\u0074\u0068\u0062\u006c\u006f\u0063\u006b":0x2595,"\u0072\u0074\u0072\u0069\u006c\u0074\u0072\u0069":0x29ce,"\u0072t\u0075\u0072\u006e\u0065\u0064":0x0279,"\u0072t\u0075r\u006e\u0065\u0064\u0073\u0075\u0070\u0065\u0072\u0069\u006f\u0072":0x02b4,"\u0072\u0074u\u0072\u006e\u0072t\u0068\u006f\u006f\u006b\u0073\u0075\u0070\u0065\u0072":0x023e,"\u0072\u0074\u0075\u0072\u006e\u0073\u0075\u0070\u0065\u0072":0x023d,"\u0072\u0075\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x308b,"\u0072\u0075\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30eb,"\u0072\u0075\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068":0xff99,"r\u0075\u006c\u0065\u0064\u0065\u006c\u0061\u0079\u0065\u0064":0x29f4,"\u0072\u0075\u0070e\u0065":0x20a8,"\u0072\u0075p\u0065\u0065\u006da\u0072\u006b\u0062\u0065\u006e\u0067\u0061\u006c\u0069":0x09f2,"\u0072\u0075p\u0065\u0065\u0073i\u0067\u006e\u0062\u0065\u006e\u0067\u0061\u006c\u0069":0x09f3,"\u0072\u0075\u0070\u0069\u0061\u0068":0xf6dd,"\u0072\u0075\u0074\u0068\u0061\u0069":0x0e24,"\u0072v\u0062\u006f\u0078\u006c\u0069\u006ee":0x23b9,"\u0072v\u006fc\u0061\u006c\u0069\u0063\u0062\u0065\u006e\u0067\u0061\u006c\u0069":0x098b,"\u0072\u0076\u006fc\u0061\u006c\u0069\u0063\u0064\u0065\u0076\u0061":0x090b,"\u0072\u0076o\u0063\u0061\u006ci\u0063\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069":0x0a8b,"\u0072v\u006f\u0063\u0061\u006c\u0069\u0063\u0076\u006f\u0077\u0065\u006cs\u0069\u0067\u006e\u0062\u0065\u006e\u0067\u0061\u006c\u0069":0x09c3,"r\u0076\u006f\u0063\u0061li\u0063v\u006f\u0077\u0065\u006c\u0073i\u0067\u006e\u0064\u0065\u0076\u0061":0x0943,"\u0072v\u006f\u0063\u0061\u006ci\u0063\u0076\u006f\u0077\u0065l\u0073i\u0067n\u0067\u0075\u006a\u0061\u0072\u0061\u0074i":0x0ac3,"\u0072\u0076\u007a\u0069\u0067\u007a\u0061\u0067":0x29d9,"\u0073":0x0073,"\u0073a\u0062\u0065\u006e\u0067\u0061\u006ci":0x09b8,"\u0073\u0061\u0063\u0075\u0074\u0065":0x015b,"\u0073a\u0063u\u0074\u0065\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074":0x1e65,"\u0073\u0061\u0064\u0065\u0076\u0061":0x0938,"\u0073\u0061\u0064\u0066\u0069\u006e\u0061\u006c\u0061r\u0061\u0062\u0069\u0063":0xfeba,"\u0073\u0061d\u0069\u006e\u0069t\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063":0xfebb,"s\u0061\u0064\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064":0xfeb9,"\u0073a\u0064m\u0065\u0064\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063":0xfebc,"\u0073\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069":0x0ab8,"\u0073\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a38,"\u0073\u0061\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x3055,"\u0073\u0061\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30b5,"\u0073\u0061\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068":0xff7b,"\u0073\u0061\u006cl\u0061\u006c\u006c\u0061h\u006f\u0075\u0061\u006c\u0061\u0079\u0068e\u0077\u0061\u0073\u0061\u006c\u006c\u0061\u006d\u0061\u0072\u0061\u0062\u0069\u0063":0xfdfa,"\u0073\u0061\u006d\u0065\u006b\u0068":0x05e1,"\u0073a\u006de\u006b\u0068\u0064\u0061\u0067e\u0073\u0068h\u0065\u0062\u0072\u0065\u0077":0xfb41,"\u0073\u0061\u006e\u0073\u004c\u006d\u0069\u0072\u0072\u006f\u0072\u0065\u0064":0x2143,"s\u0061\u006e\u0073\u004c\u0074\u0075\u0072\u006e\u0065\u0064":0x2142,"\u0073\u0061\u0072\u0061\u0061\u0061\u0074\u0068\u0061\u0069":0x0e32,"\u0073\u0061\u0072\u0061\u0061\u0065\u0074\u0068\u0061\u0069":0x0e41,"\u0073a\u0072a\u0061\u0069\u006d\u0061\u0069m\u0061\u006ca\u0069\u0074\u0068\u0061\u0069":0x0e44,"\u0073\u0061\u0072\u0061\u0061\u0069\u006d\u0061\u0069\u006d\u0075\u0061n\u0074\u0068\u0061\u0069":0x0e43,"\u0073\u0061\u0072\u0061\u0061\u006d\u0074\u0068\u0061\u0069":0x0e33,"\u0073a\u0072\u0061\u0061\u0074\u0068\u0061i":0x0e30,"\u0073a\u0072\u0061\u0065\u0074\u0068\u0061i":0x0e40,"\u0073\u0061\u0072\u0061\u0069\u0069\u006c\u0065\u0066t\u0074\u0068\u0061\u0069":0xf886,"\u0073\u0061\u0072\u0061\u0069\u0069\u0074\u0068\u0061\u0069":0x0e35,"\u0073\u0061\u0072\u0061\u0069\u006c\u0065\u0066\u0074\u0074\u0068\u0061\u0069":0xf885,"\u0073a\u0072\u0061\u0069\u0074\u0068\u0061i":0x0e34,"\u0073a\u0072\u0061\u006f\u0074\u0068\u0061i":0x0e42,"\u0073a\u0072a\u0075\u0065\u0065\u006c\u0065\u0066\u0074\u0074\u0068\u0061\u0069":0xf888,"s\u0061\u0072\u0061\u0075\u0065\u0065\u0074\u0068\u0061\u0069":0x0e37,"\u0073\u0061\u0072\u0061\u0075\u0065\u006c\u0065\u0066t\u0074\u0068\u0061\u0069":0xf887,"\u0073\u0061\u0072\u0061\u0075\u0065\u0074\u0068\u0061\u0069":0x0e36,"\u0073a\u0072\u0061\u0075\u0074\u0068\u0061i":0x0e38,"\u0073\u0061\u0072\u0061\u0075\u0075\u0074\u0068\u0061\u0069":0x0e39,"\u0073a\u0074\u0069\u0073\u0066\u0069\u0065s":0x22a8,"\u0073b\u006f\u0070\u006f\u006d\u006f\u0066o":0x3119,"\u0073\u0063\u0061\u0072\u006f\u006e":0x0161,"\u0073c\u0061r\u006f\u006e\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074":0x1e67,"\u0073\u0063\u0065\u0064\u0069\u006c\u006c\u0061":0x015f,"\u0073c\u0065\u0064\u0069\u006c\u006c\u00611":0xf817,"\u0073\u0063\u0068w\u0061":0x0259,"\u0073\u0063\u0068\u0077\u0061\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x04d9,"s\u0063\u0068\u0077\u0061di\u0065r\u0065\u0073\u0069\u0073\u0063y\u0072\u0069\u006c\u006c\u0069\u0063":0x04db,"\u0073c\u0068\u0077\u0061\u0068\u006f\u006fk":0x025a,"\u0073c\u0069\u0072\u0063\u006c\u0065":0x24e2,"s\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078":0x015d,"\u0073\u0063\u006fm\u006d\u0061\u0061\u0063\u0063\u0065\u006e\u0074":0x0219,"\u0073\u0063\u0070\u006f\u006c\u0069\u006e\u0074":0x2a13,"\u0073c\u0072\u0075\u0070\u006c\u0065":0x2108,"\u0073\u0063\u0075\u0072\u0065\u006c":0x22b1,"\u0073\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074":0x1e61,"\u0073d\u006f\u0074\u0062\u0065\u006c\u006fw":0x1e63,"\u0073d\u006ft\u0062\u0065\u006c\u006f\u0077d\u006f\u0074a\u0063\u0063\u0065\u006e\u0074":0x1e69,"\u0073e\u0061g\u0075\u006c\u006c\u0062\u0065\u006c\u006f\u0077\u0063\u006d\u0062":0x033c,"\u0073\u0065\u0061\u0067\u0075\u006c\u006c\u0073\u0075b\u006e\u006f\u0073\u0070":0x02af,"\u0073\u0065\u0063\u006f\u006e\u0064":0x2033,"\u0073\u0065\u0063\u006f\u006e\u0064\u0074\u006f\u006e\u0065\u0063\u0068i\u006e\u0065\u0073\u0065":0x02ca,"\u0073e\u0063\u0074\u0069\u006f\u006e":0x00a7,"\u0073e\u0065n\u0066\u0069\u006e\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063":0xfeb2,"\u0073\u0065\u0065\u006e\u0069\u006e\u0069\u0074\u0069\u0061\u006c\u0061r\u0061\u0062\u0069\u0063":0xfeb3,"\u0073\u0065\u0065n\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064":0xfeb1,"\u0073\u0065e\u006e\u006d\u0065d\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063":0xfeb4,"\u0073\u0065\u0065\u006ewi\u0074\u0068\u006d\u0065\u0065\u006d\u0069\u006e\u0069\u0074\u0069\u0061\u006c":0xfcb0,"s\u0065\u0067\u006f\u006c\u0068\u0065\u0062\u0072\u0065\u0077":0x05b6,"\u0073\u0065\u0067\u006f\u006c\u0074\u0061\u0068\u0065\u0062\u0072\u0065\u0077":0x0592,"s\u0065\u0068\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x057d,"\u0073\u0065\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x305b,"\u0073\u0065\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30bb,"\u0073\u0065\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068":0xff7e,"\u0073e\u006d\u0069\u0063\u006f\u006c\u006fn":0x003b,"\u0073e\u006di\u0063\u006f\u006c\u006f\u006em\u006f\u006eo\u0073\u0070\u0061\u0063\u0065":0xff1b,"\u0073\u0065\u006d\u0069\u0063\u006f\u006c\u006f\u006es\u006d\u0061\u006c\u006c":0xfe54,"\u0073e\u006di\u0076\u006f\u0069\u0063\u0065d\u006d\u0061r\u006b\u006b\u0061\u006e\u0061":0x309c,"s\u0065\u006d\u0069\u0076\u006f\u0069c\u0065\u0064\u006d\u0061\u0072\u006b\u006b\u0061\u006ea\u0068\u0061\u006cf\u0077i\u0064\u0074\u0068":0xff9f,"s\u0065\u006e\u0074\u0069\u0073\u0071\u0075\u0061\u0072\u0065":0x3322,"s\u0065\u006e\u0074\u006f\u0073\u0071\u0075\u0061\u0072\u0065":0x3323,"s\u0065\u006f\u0076\u006e\u0065\u0061\u0072\u0072\u006f\u0077":0x292d,"s\u0065\u0072\u0076\u0069\u0063\u0065\u006d\u0061\u0072\u006b":0x2120,"\u0073\u0065\u0074\u006d\u0069\u006e\u0075\u0073":0x29f5,"\u0073\u0065\u0076e\u006e":0x0037,"\u0073\u0065\u0076e\u006e\u0062\u0065\u006e\u0067\u0061\u006c\u0069":0x09ed,"\u0073e\u0076\u0065\u006e\u0064\u0065\u0076a":0x096d,"\u0073\u0065\u0076e\u006e\u0065\u0069\u0067\u0068\u0074\u0068\u0073":0x215e,"\u0073\u0065\u0076\u0065\u006e\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069":0x0aed,"\u0073\u0065\u0076\u0065\u006e\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a6d,"\u0073\u0065\u0076\u0065\u006e\u0068\u0061\u006e\u0067\u007a\u0068\u006f\u0075":0x3027,"s\u0065\u0076\u0065\u006eid\u0065o\u0067\u0072\u0061\u0070\u0068i\u0063\u0070\u0061\u0072\u0065\u006e":0x3226,"\u0073\u0065\u0076\u0065\u006e\u0069\u006e\u0066\u0065\u0072\u0069\u006f\u0072":0x2087,"\u0073\u0065\u0076\u0065\u006e\u006d\u006f\u006e\u006fs\u0070\u0061\u0063\u0065":0xff17,"\u0073\u0065\u0076\u0065\u006e\u006f\u006c\u0064\u0073\u0074\u0079\u006c\u0065":0xf737,"\u0073\u0065\u0076\u0065\u006e\u0070\u0061\u0072\u0065\u006e":0x247a,"s\u0065\u0076\u0065\u006e\u0070\u0065\u0072\u0069\u006f\u0064":0x248e,"\u0073\u0065\u0076e\u006e\u0070\u0065\u0072\u0073\u0069\u0061\u006e":0x06f7,"\u0073\u0065\u0076\u0065\u006e\u0072\u006f\u006d\u0061\u006e":0x2176,"\u0073\u0065\u0076\u0065\u006e\u0073\u0075\u0070\u0065\u0072\u0069\u006f\u0072":0x2077,"\u0073e\u0076e\u006e\u0074\u0065\u0065\u006e\u0063\u0069\u0072\u0063\u006c\u0065":0x2470,"\u0073\u0065\u0076\u0065\u006e\u0074\u0065\u0065\u006ep\u0061\u0072\u0065\u006e":0x2484,"\u0073e\u0076e\u006e\u0074\u0065\u0065\u006e\u0070\u0065\u0072\u0069\u006f\u0064":0x2498,"\u0073e\u0076\u0065\u006e\u0074\u0068\u0061i":0x0e57,"s\u0068\u0061\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x0577,"\u0073\u0068\u0061\u0062\u0065\u006e\u0067\u0061\u006c\u0069":0x09b6,"\u0073\u0068\u0061d\u0064\u0061\u0061\u0072\u0061\u0062\u0069\u0063":0x0651,"\u0073\u0068\u0061\u0064\u0064\u0061\u0064\u0061\u006d\u006d\u0061\u0061r\u0061\u0062\u0069\u0063":0xfc61,"s\u0068a\u0064\u0064\u0061\u0064\u0061\u006d\u006d\u0061t\u0061\u006e\u0061\u0072ab\u0069\u0063":0xfc5e,"\u0073\u0068\u0061\u0064\u0064\u0061\u0066\u0061\u0074\u0068\u0061\u0061r\u0061\u0062\u0069\u0063":0xfc60,"\u0073\u0068a\u0064\u0064\u0061h\u006f\u006e\u0074\u0061\u0074\u0077\u0065\u0065\u006c":0xfe7d,"\u0073\u0068\u0061\u0064\u0064\u0061\u0069\u0073\u006fl\u0061\u0074\u0065\u0064":0xfe7c,"\u0073\u0068\u0061\u0064\u0064\u0061\u006b\u0061\u0073\u0072\u0061\u0061r\u0061\u0062\u0069\u0063":0xfc62,"s\u0068a\u0064\u0064\u0061\u006b\u0061\u0073\u0072\u0061t\u0061\u006e\u0061\u0072ab\u0069\u0063":0xfc5f,"\u0073h\u0061\u0064\u0064\u0061\u006c\u006fw":0xe825,"\u0073\u0068\u0061\u0064\u0064\u0061\u0077\u0069\u0074\u0068\u0064a\u006d\u006d\u0061\u0069\u0073\u006f\u006c\u0061\u0074\u0065d\u006c\u006f\u0077":0xe829,"s\u0068\u0061\u0064\u0064aw\u0069t\u0068\u0064\u0061\u006d\u006da\u006d\u0065\u0064\u0069\u0061\u006c":0xfcf3,"\u0073\u0068a\u0064\u0064\u0061\u0077\u0069\u0074\u0068\u0064\u0061\u006d\u006d\u0061\u0074\u0061\u006e\u0069\u0073\u006f\u006c\u0061\u0074\u0065dl\u006f\u0077":0xe82b,"\u0073h\u0061d\u0064\u0061\u0077\u0069\u0074h\u0066\u0061t\u0068\u0061\u006c\u006f\u0077":0xe828,"s\u0068\u0061\u0064\u0064aw\u0069t\u0068\u0066\u0061\u0074\u0068a\u006d\u0065\u0064\u0069\u0061\u006c":0xfcf2,"\u0073\u0068\u0061\u0064\u0064\u0061\u0077\u0069\u0074\u0068\u0066a\u0074\u0068\u0061\u0074\u0061\u006e\u0069\u0073\u006f\u006ca\u0074\u0065\u0064":0xe818,"s\u0068\u0061\u0064\u0064aw\u0069t\u0068\u0066\u0061\u0074\u0068a\u0074\u0061\u006e\u006c\u006f\u0077":0xe82a,"\u0073\u0068\u0061\u0064\u0064\u0061\u0077\u0069\u0074\u0068\u006ba\u0073\u0072\u0061\u0069\u0073\u006f\u006c\u0061\u0074\u0065d\u006c\u006f\u0077":0xe82c,"s\u0068\u0061\u0064\u0064aw\u0069t\u0068\u006b\u0061\u0073\u0072a\u006d\u0065\u0064\u0069\u0061\u006c":0xfcf4,"\u0073\u0068a\u0064\u0064\u0061\u0077\u0069\u0074\u0068\u006b\u0061\u0073\u0072\u0061\u0074\u0061\u006e\u0069\u0073\u006f\u006c\u0061\u0074\u0065dl\u006f\u0077":0xe82d,"\u0073\u0068\u0061d\u0065":0x2592,"\u0073\u0068\u0061\u0064\u0065\u0031":0xf822,"\u0073\u0068\u0061\u0064\u0065\u006c\u0069\u0067\u0068\u0074":0x2591,"\u0073h\u0061\u0064\u0065\u0076\u0061":0x0936,"s\u0068\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069":0x0ab6,"s\u0068\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a36,"\u0073\u0068a\u006c\u0073\u0068e\u006c\u0065\u0074\u0068\u0065\u0062\u0072\u0065\u0077":0x0593,"\u0073\u0068\u0062\u006f\u0070\u006f\u006d\u006f\u0066\u006f":0x3115,"\u0073\u0068e\u0065\u006e\u0066i\u006e\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063":0xfeb6,"\u0073h\u0065e\u006e\u0069\u006e\u0069\u0074i\u0061\u006ca\u0072\u0061\u0062\u0069\u0063":0xfeb7,"\u0073\u0068\u0065\u0065\u006e\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064":0xfeb5,"\u0073\u0068\u0065\u0065\u006e\u006d\u0065\u0064\u0069\u0061\u006c\u0061r\u0061\u0062\u0069\u0063":0xfeb8,"s\u0068e\u0065\u006e\u0077\u0069\u0074\u0068\u006d\u0065e\u006d\u0069\u006e\u0069ti\u0061\u006c":0xfd30,"\u0073\u0068\u0065\u0069\u0063\u006f\u0070\u0074\u0069\u0063":0x03e3,"\u0073\u0068\u0068a\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x04bb,"\u0073h\u0069\u0066\u0074\u006c\u0065\u0066t":0x21b0,"\u0073\u0068\u0069\u0066\u0074\u0072\u0069\u0067\u0068\u0074":0x21b1,"s\u0068\u0069\u006d\u0061\u0063\u006f\u0070\u0074\u0069\u0063":0x03ed,"\u0073\u0068\u0069\u006e":0x05e9,"\u0073\u0068\u0069\u006e\u0064\u0061\u0067\u0065\u0073\u0068":0xfb49,"\u0073\u0068\u0069\u006e\u0064\u0061\u0067\u0065\u0073\u0068\u0073\u0068i\u006e\u0064\u006f\u0074":0xfb2c,"\u0073\u0068\u0069\u006eda\u0067\u0065\u0073\u0068\u0073\u0069\u006e\u0064\u006f\u0074\u0068\u0065\u0062\u0072e\u0077":0xfb2d,"\u0073\u0068\u0069\u006e\u0064\u006f\u0074\u0068\u0065\u0062\u0072\u0065\u0077":0x05c1,"s\u0068\u0069\u006e\u0073\u0068\u0069\u006e\u0064\u006f\u0074":0xfb2a,"\u0073\u0068\u006fo\u006b":0x0282,"\u0073\u0068\u006f\u0072\u0074\u0064\u006f\u0077\u006e\u0074\u0061\u0063\u006b":0x2adf,"\u0073\u0068\u006f\u0072\u0074\u006c\u0065\u0066\u0074\u0074\u0061\u0063\u006b":0x2ade,"\u0073h\u006f\u0072\u0074\u0072\u0069\u0067\u0068\u0074\u0061\u0072\u0072o\u0077\u006c\u0065\u0066\u0074\u0061\u0072\u0072\u006f\u0077":0x2944,"s\u0068\u006f\u0072\u0074\u0075\u0070\u0074\u0061\u0063\u006b":0x2ae0,"\u0073h\u0075\u0066\u0066\u006c\u0065":0x29e2,"\u0073\u0069\u0067m\u0061":0x03c3,"\u0073\u0069\u0067\u006d\u0061\u0031":0x03c2,"\u0073\u0069\u0067\u006dal\u0075\u006e\u0061\u0074\u0065\u0073\u0079\u006d\u0062\u006f\u006c\u0067\u0072\u0065e\u006b":0x03f2,"\u0073\u0069\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x3057,"\u0073\u0069\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30b7,"\u0073\u0069\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068":0xff7c,"\u0073i\u006cu\u0071\u006c\u0065\u0066\u0074\u0068\u0065\u0062\u0072\u0065\u0077":0x05bd,"\u0073\u0069\u006dg\u0045":0x2aa0,"\u0073\u0069\u006d\u0067\u0074\u0072":0x2a9e,"\u0073i\u006d\u0069\u006c\u0061\u0072":0x223c,"\u0073\u0069m\u0069\u006c\u0061r\u006c\u0065\u0066\u0074\u0061\u0072\u0072\u006f\u0077":0x2b49,"\u0073\u0069\u006d\u0069\u006c\u0061\u0072\u0072\u0069\u0067\u0068\u0074a\u0072\u0072\u006f\u0077":0x2972,"\u0073\u0069\u006dl\u0045":0x2a9f,"\u0073i\u006d\u006c\u0065\u0073\u0073":0x2a9d,"s\u0069\u006d\u006d\u0069\u006e\u0075\u0073\u0073\u0069\u006d":0x2a6c,"\u0073i\u006d\u006e\u0065\u0071\u0071":0x2246,"\u0073i\u006d\u0070\u006c\u0075\u0073":0x2a24,"\u0073\u0069\u006d\u0072\u0064\u006f\u0074\u0073":0x2a6b,"\u0073\u0069\u006e\u0065\u0077\u0061\u0076\u0065":0x223f,"\u0073\u0069\u006f\u0073\u0061\u0063\u0069\u0072\u0063\u006c\u0065\u006bo\u0072\u0065\u0061\u006e":0x3274,"\u0073\u0069o\u0073\u0061\u0070a\u0072\u0065\u006e\u006b\u006f\u0072\u0065\u0061\u006e":0x3214,"\u0073i\u006fs\u0063\u0069\u0065\u0075\u0063\u006b\u006f\u0072\u0065\u0061\u006e":0x317e,"\u0073\u0069o\u0073\u0063\u0069r\u0063\u006c\u0065\u006b\u006f\u0072\u0065\u0061\u006e":0x3266,"\u0073\u0069o\u0073\u006b\u0069y\u0065\u006f\u006b\u006b\u006f\u0072\u0065\u0061\u006e":0x317a,"\u0073\u0069\u006f\u0073\u006b\u006f\u0072\u0065\u0061\u006e":0x3145,"\u0073i\u006fs\u006e\u0069\u0065\u0075\u006e\u006b\u006f\u0072\u0065\u0061\u006e":0x317b,"\u0073i\u006fs\u0070\u0061\u0072\u0065\u006e\u006b\u006f\u0072\u0065\u0061\u006e":0x3206,"\u0073i\u006fs\u0070\u0069\u0065\u0075\u0070\u006b\u006f\u0072\u0065\u0061\u006e":0x317d,"\u0073\u0069o\u0073\u0074\u0069k\u0065\u0075\u0074\u006b\u006f\u0072\u0065\u0061\u006e":0x317c,"\u0073\u0069\u0078":0x0036,"\u0073\u0069\u0078\u0062\u0065\u006e\u0067\u0061\u006c\u0069":0x09ec,"\u0073i\u0078\u0064\u0065\u0076\u0061":0x096c,"s\u0069\u0078\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069":0x0aec,"s\u0069\u0078\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a6c,"s\u0069\u0078\u0068\u0061\u006e\u0067\u007a\u0068\u006f\u0075":0x3026,"\u0073\u0069\u0078\u0069de\u006f\u0067\u0072\u0061\u0070\u0068\u0069\u0063\u0070\u0061\u0072\u0065\u006e":0x3225,"s\u0069\u0078\u0069\u006e\u0066\u0065\u0072\u0069\u006f\u0072":0x2086,"\u0073\u0069\u0078m\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff16,"s\u0069\u0078\u006f\u006c\u0064\u0073\u0074\u0079\u006c\u0065":0xf736,"\u0073\u0069\u0078\u0070\u0061\u0072\u0065\u006e":0x2479,"\u0073\u0069\u0078\u0070\u0065\u0072\u0065\u006d\u0073\u0070\u0061\u0063\u0065":0x2006,"\u0073i\u0078\u0070\u0065\u0072\u0069\u006fd":0x248d,"\u0073\u0069\u0078\u0070\u0065\u0072\u0073\u0069\u0061\u006e":0x06f6,"\u0073\u0069\u0078\u0072\u006f\u006d\u0061\u006e":0x2175,"s\u0069\u0078\u0073\u0075\u0070\u0065\u0072\u0069\u006f\u0072":0x2076,"\u0073\u0069\u0078\u0074\u0065\u0065\u006e\u0063\u0069\u0072\u0063\u006c\u0065":0x246f,"\u0073\u0069\u0078\u0074\u0065\u0065n\u0063\u0075\u0072\u0072\u0065\u006e\u0063\u0079\u0064\u0065\u006e\u006f\u006di\u006e\u0061\u0074\u006f\u0072\u0062\u0065n\u0067\u0061\u006c\u0069":0x09f9,"\u0073\u0069\u0078t\u0065\u0065\u006e\u0070\u0061\u0072\u0065\u006e":0x2483,"\u0073\u0069\u0078\u0074\u0065\u0065\u006e\u0070\u0065\u0072\u0069\u006f\u0064":0x2497,"\u0073i\u0078\u0074\u0068\u0061\u0069":0x0e56,"\u0073\u006c\u0061s\u0068":0x002f,"\u0073\u006c\u0061\u0073\u0068\u006c\u006f\u006e\u0067\u006e\u006f\u0073\u0070":0x02ab,"\u0073\u006c\u0061\u0073\u0068\u006d\u006f\u006e\u006fs\u0070\u0061\u0063\u0065":0xff0f,"\u0073\u006c\u0061\u0073\u0068\u0073\u0068\u006f\u0072t\u006e\u006f\u0073\u0070":0x02aa,"\u0073\u006c\u006f\u006e\u0067\u0064\u006f\u0074\u0061c\u0063\u0065\u006e\u0074":0x1e9b,"\u0073l\u0075\u0072\u0061\u0062\u006f\u0076e":0x2322,"\u0073\u006d\u0061\u006clb\u006c\u0061\u0063\u006b\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065\u006c\u0065f\u0074":0x25c2,"\u0073\u006d\u0061ll\u0062\u006c\u0061\u0063\u006b\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065\u0072\u0069\u0067\u0068\u0074":0x25b8,"\u0073\u006d\u0061\u006c\u006c\u0068\u0069\u0067\u0068m\u0061\u0064\u0064\u0061":0x06e4,"\u0073m\u0061\u006c\u006c\u0069\u006e":0x220a,"\u0073m\u0061\u006c\u006c\u006e\u0069":0x220d,"\u0073\u006d\u0061\u0073\u0068\u0074\u0069\u006d\u0065\u0073":0x2a33,"\u0073\u006d\u0062l\u006b\u0064\u0069\u0061\u006d\u006f\u006e\u0064":0x2b29,"\u0073\u006d\u0062l\u006b\u006c\u006f\u007a\u0065\u006e\u0067\u0065":0x2b2a,"\u0073\u006d\u0065\u0070\u0061\u0072\u0073\u006c":0x29e4,"\u0073\u006d\u0069l\u0065":0x2323,"\u0073m\u0069\u006c\u0065\u0066\u0061\u0063e":0x263a,"\u0073\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff53,"\u0073\u006d\u0074":0x2aaa,"\u0073\u006d\u0074\u0065":0x2aac,"s\u006d\u0077\u0068\u0069\u0074\u0065\u0073\u0074\u0061\u0072":0x2b52,"\u0073\u006d\u0077h\u0074\u006c\u006f\u007a\u0065\u006e\u0067\u0065":0x2b2b,"\u0073\u006f\u0066\u0070\u0061\u0073\u0075\u0071\u0068e\u0062\u0072\u0065\u0077":0x05c3,"\u0073\u006f\u0066\u0074\u0068\u0079\u0070\u0068\u0065\u006e":0x00ad,"\u0073\u006ff\u0074\u0073\u0069g\u006e\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x044c,"\u0073\u006f\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x305d,"\u0073\u006f\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30bd,"\u0073\u006f\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068":0xff7f,"s\u006f\u006c\u0069\u0064us\u006co\u006e\u0067\u006f\u0076\u0065r\u006c\u0061\u0079\u0063\u006d\u0062":0x0338,"\u0073\u006f\u006c\u0069du\u0073\u0073\u0068\u006f\u0072\u0074\u006f\u0076\u0065\u0072\u006c\u0061\u0079\u0063m\u0062":0x0337,"\u0073\u006f\u0072\u0075\u0073\u0069\u0074\u0068\u0061\u0069":0x0e29,"\u0073\u006f\u0073\u0061\u006c\u0061\u0074\u0068\u0061\u0069":0x0e28,"\u0073\u006f\u0073\u006f\u0074\u0068\u0061\u0069":0x0e0b,"\u0073o\u0073\u0075\u0061\u0074\u0068\u0061i":0x0e2a,"\u0073\u0070\u0061c\u0065":0x0020,"\u0073\u0070\u0061d\u0065":0x2660,"\u0073\u0070\u0061\u0064\u0065\u0073\u0075\u0069\u0074w\u0068\u0069\u0074\u0065":0x2664,"\u0073\u0070\u0061\u0072\u0065\u006e":0x24ae,"\u0073\u0070\u0068\u0065\u0072\u0069\u0063\u0061\u006ca\u006e\u0067\u006c\u0065":0x2222,"\u0073\u0070h\u0065\u0072\u0069c\u0061\u006c\u0061\u006e\u0067\u006c\u0065\u0075\u0070":0x29a1,"\u0073\u0071\u0069n\u0074":0x2a16,"\u0073q\u006c\u006f\u007a\u0065\u006e\u0067e":0x2311,"\u0073\u0071\u0072\u0074\u0062\u006f\u0074\u0074\u006f\u006d":0x23b7,"s\u0071\u0073\u0075\u0062\u0073\u0065\u0074\u006e\u0065\u0071":0x22e4,"s\u0071\u0073\u0075\u0070\u0073\u0065\u0074\u006e\u0065\u0071":0x22e5,"\u0073\u0071\u0075\u0061\u0072\u0065\u0062\u0065\u006co\u0077\u0063\u006d\u0062":0x033b,"\u0073\u0071\u0075\u0061\u0072\u0065\u0062\u006f\u0074b\u006c\u0061\u0063\u006b":0x2b13,"\u0073\u0071\u0075\u0061\u0072\u0065\u0063\u0063":0x33c4,"\u0073\u0071\u0075\u0061\u0072\u0065\u0063\u006d":0x339d,"\u0073\u0071\u0075\u0061r\u0065\u0064\u0069\u0061\u0067\u006f\u006e\u0061\u006c\u0063r\u006fs\u0073\u0068\u0061\u0074\u0063\u0068\u0066i\u006c\u006c":0x25a9,"\u0073q\u0075\u0061\u0072\u0065\u0064\u006ft":0x22a1,"s\u0071u\u0061\u0072\u0065\u0068\u006f\u0072\u0069\u007ao\u006e\u0074\u0061\u006cfi\u006c\u006c":0x25a4,"s\u0071\u0075\u0061\u0072\u0065\u0069\u006d\u0061\u0067\u0065":0x228f,"\u0073\u0071\u0075\u0061\u0072\u0065\u006b\u0067":0x338f,"\u0073\u0071\u0075\u0061\u0072\u0065\u006b\u006d":0x339e,"\u0073q\u0075a\u0072\u0065\u006b\u006d\u0063\u0061\u0070\u0069\u0074\u0061\u006c":0x33ce,"\u0073q\u0075a\u0072\u0065\u006c\u0065\u0066\u0074\u0062\u006c\u0061\u0063\u006b":0x25e7,"\u0073\u0071\u0075\u0061\u0072\u0065\u006c\u006c\u0062\u006c\u0061\u0063\u006b":0x2b15,"\u0073\u0071\u0075a\u0072\u0065\u006c\u006c\u0071\u0075\u0061\u0064":0x25f1,"\u0073\u0071\u0075\u0061\u0072\u0065\u006c\u006e":0x33d1,"\u0073q\u0075\u0061\u0072\u0065\u006c\u006fg":0x33d2,"\u0073\u0071\u0075\u0061\u0072\u0065\u006c\u0072\u0062\u006c\u0061\u0063\u006b":0x25ea,"\u0073\u0071\u0075a\u0072\u0065\u006c\u0072\u0071\u0075\u0061\u0064":0x25f2,"\u0073\u0071\u0075\u0061\u0072\u0065\u006d\u0067":0x338e,"\u0073q\u0075\u0061\u0072\u0065\u006d\u0069l":0x33d5,"s\u0071\u0075\u0061\u0072\u0065\u006d\u0069\u006e\u0075\u0073":0x229f,"\u0073\u0071\u0075\u0061\u0072\u0065\u006d\u006d":0x339c,"\u0073\u0071\u0075\u0061\u0072\u0065\u006d\u0073\u0071u\u0061\u0072\u0065\u0064":0x33a1,"\u0073\u0071\u0075\u0061\u0072\u0065\u006d\u0075\u006ct\u0069\u0070\u006c\u0079":0x22a0,"\u0073\u0071\u0075\u0061\u0072\u0065\u006f\u0072\u0069g\u0069\u006e\u0061\u006c":0x2290,"\u0073\u0071\u0075\u0061\u0072\u0065\u006f\u0072\u0074\u0068o\u0067\u006f\u006e\u0061\u006c\u0063\u0072o\u0073\u0073\u0068\u0061\u0074\u0063\u0068\u0066\u0069\u006c\u006c":0x25a6,"\u0073\u0071\u0075\u0061\u0072\u0065\u0070\u006c\u0075\u0073":0x229e,"\u0073\u0071u\u0061\u0072\u0065r\u0069\u0067\u0068\u0074\u0062\u006c\u0061\u0063\u006b":0x25e8,"\u0073\u0071\u0075\u0061\u0072\u0065\u0073\u0075\u0062\u006e\u006f\u0073\u0070":0x02ae,"\u0073\u0071\u0075\u0061\u0072\u0065\u0074\u006f\u0070b\u006c\u0061\u0063\u006b":0x2b12,"\u0073\u0071\u0075\u0061\u0072\u0065\u0075\u006c\u0062\u006c\u0061\u0063\u006b":0x25e9,"\u0073\u0071\u0075a\u0072\u0065\u0075\u006c\u0071\u0075\u0061\u0064":0x25f0,"\u0073\u0071\u0075a\u0072\u0065\u0075\u0070p\u0065\u0072\u006c\u0065\u0066\u0074\u0074o\u006c\u006f\u0077\u0065\u0072\u0072\u0069\u0067\u0068\u0074\u0066\u0069\u006c\u006c":0x25a7,"\u0073\u0071\u0075a\u0072\u0065\u0075\u0070p\u0065\u0072\u0072\u0069\u0067\u0068\u0074t\u006f\u006c\u006f\u0077\u0065\u0072\u006c\u0065\u0066\u0074\u0066\u0069\u006c\u006c":0x25a8,"\u0073\u0071\u0075\u0061\u0072\u0065\u0075\u0072\u0062\u006c\u0061\u0063\u006b":0x2b14,"\u0073\u0071\u0075a\u0072\u0065\u0075\u0072\u0071\u0075\u0061\u0064":0x25f3,"\u0073q\u0075a\u0072\u0065\u0076\u0065\u0072t\u0069\u0063a\u006c\u0066\u0069\u006c\u006c":0x25a5,"\u0073q\u0075\u0061\u0072\u0065w\u0068\u0069\u0074\u0065\u0077i\u0074h\u0073m\u0061\u006c\u006c\u0062\u006c\u0061\u0063k":0x25a3,"\u0073\u0071\u0075\u0069\u0067\u0067\u006c\u0065\u006c\u0065\u0066\u0074r\u0069\u0067\u0068\u0074":0x21ad,"\u0073\u0071\u0075\u0069\u0067\u0067\u006c\u0065\u0072\u0069\u0067\u0068\u0074":0x21dd,"\u0073q\u0075\u006f\u0076\u0061\u006c":0x25a2,"\u0073\u0072\u0073\u0071\u0075\u0061\u0072\u0065":0x33db,"\u0073\u0073\u0061\u0062\u0065\u006e\u0067\u0061\u006c\u0069":0x09b7,"\u0073s\u0061\u0064\u0065\u0076\u0061":0x0937,"s\u0073\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069":0x0ab7,"\u0073\u0073a\u006e\u0067\u0063i\u0065\u0075\u0063\u006b\u006f\u0072\u0065\u0061\u006e":0x3149,"\u0073\u0073a\u006e\u0067\u0068i\u0065\u0075\u0068\u006b\u006f\u0072\u0065\u0061\u006e":0x3185,"\u0073\u0073a\u006e\u0067\u0069e\u0075\u006e\u0067\u006b\u006f\u0072\u0065\u0061\u006e":0x3180,"\u0073\u0073\u0061\u006e\u0067\u006b\u0069\u0079\u0065\u006f\u006b\u006bo\u0072\u0065\u0061\u006e":0x3132,"\u0073\u0073a\u006e\u0067\u006ei\u0065\u0075\u006e\u006b\u006f\u0072\u0065\u0061\u006e":0x3165,"\u0073\u0073a\u006e\u0067\u0070i\u0065\u0075\u0070\u006b\u006f\u0072\u0065\u0061\u006e":0x3143,"\u0073s\u0061n\u0067\u0073\u0069\u006f\u0073\u006b\u006f\u0072\u0065\u0061\u006e":0x3146,"\u0073\u0073\u0061\u006e\u0067\u0074\u0069\u006b\u0065\u0075\u0074\u006bo\u0072\u0065\u0061\u006e":0x3138,"\u0073\u0073\u006c\u0061\u0073\u0068":0x2afd,"\u0073s\u0075\u0070\u0065\u0072\u0069\u006fr":0xf6f2,"\u0073\u0074":0xfb06,"\u0073\u0074\u0061\u0072":0x22c6,"\u0073\u0074\u0061\u0072\u0065\u0071":0x225b,"\u0073\u0074\u0065\u0072\u006c\u0069\u006e\u0067":0x00a3,"\u0073\u0074\u0065\u0072\u006c\u0069\u006e\u0067\u006d\u006f\u006e\u006fs\u0070\u0061\u0063\u0065":0xffe1,"\u0073\u0074\u0072n\u0073":0x23e4,"s\u0074r\u006f\u006b\u0065\u006c\u006f\u006e\u0067\u006fv\u0065\u0072\u006c\u0061yc\u006d\u0062":0x0336,"s\u0074\u0072\u006f\u006bes\u0068o\u0072\u0074\u006f\u0076\u0065r\u006c\u0061\u0079\u0063\u006d\u0062":0x0335,"\u0073u\u0062\u0065\u0064\u006f\u0074":0x2ac3,"\u0073u\u0062\u006d\u0075\u006c\u0074":0x2ac1,"\u0073u\u0062\u0072\u0061\u0072\u0072":0x2979,"\u0073\u0075\u0062s\u0065\u0074\u0061\u0070\u0070\u0072\u006f\u0078":0x2ac9,"\u0073\u0075\u0062\u0073\u0065\u0074\u0063\u0069\u0072\u0063":0x27c3,"\u0073u\u0062\u0073\u0065\u0074\u0064\u0062l":0x22d0,"\u0073\u0075\u0062\u0073\u0065\u0074\u0064\u0062\u006ce\u0071\u0075\u0061\u006c":0x2ac5,"\u0073u\u0062\u0073\u0065\u0074\u0064\u006ft":0x2abd,"\u0073\u0075\u0062\u0073\u0065\u0074\u006e\u006f\u0074e\u0071\u0075\u0061\u006c":0x228a,"\u0073\u0075\u0062\u0073\u0065\u0074\u006f\u0072\u006e\u006f\u0074\u0064b\u006c\u0065\u0071\u006c":0x2acb,"\u0073\u0075\u0062\u0073\u0065\u0074\u0070\u006c\u0075\u0073":0x2abf,"\u0073\u0075\u0062\u0073\u0065\u0074\u0073\u0071\u0065\u0071\u0075\u0061\u006c":0x2291,"\u0073\u0075\u0062\u0073\u0069\u006d":0x2ac7,"\u0073\u0075\u0062\u0073\u0075\u0062":0x2ad5,"\u0073\u0075\u0062\u0073\u0075\u0070":0x2ad3,"\u0073\u0075\u0063\u0063\u0061\u0070\u0070\u0072\u006f\u0078":0x2ab8,"\u0073\u0075\u0063\u0063\u0065\u0065\u0064\u0073":0x227b,"\u0073u\u0063\u0063\u0065\u0071\u0071":0x2ab4,"\u0073u\u0063\u0063\u006e\u0065\u0071":0x2ab2,"\u0073\u0075\u0063\u0068\u0074\u0068\u0061\u0074":0x220b,"\u0073\u0075\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x3059,"\u0073\u0075\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30b9,"\u0073\u0075\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068":0xff7d,"s\u0075\u006b\u0075\u006e\u0061\u0072\u0061\u0062\u0069\u0063":0x0652,"\u0073\u0075\u006b\u0075\u006e\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064":0xfe7e,"\u0073\u0075\u006b\u0075\u006e\u006c\u006f\u0077":0xe822,"s\u0075\u006b\u0075\u006e\u006d\u0065\u0064\u0069\u0061\u006c":0xfe7f,"\u0073\u0075\u006bu\u006e\u006f\u006e\u0068\u0061\u006d\u007a\u0061":0xe834,"\u0073u\u006d\u0062\u006f\u0074\u0074\u006fm":0x23b3,"\u0073\u0075\u006d\u0069\u006e\u0074":0x2a0b,"\u0073u\u006d\u006d\u0061\u0074\u0069\u006fn":0x2211,"\u0073\u0075\u006d\u0074\u006f\u0070":0x23b2,"\u0073\u0075\u006e":0x263c,"\u0073u\u0070\u0064\u0073\u0075\u0062":0x2ad8,"\u0073u\u0070\u0065\u0064\u006f\u0074":0x2ac4,"\u0073u\u0070e\u0072\u0073\u0063\u0072\u0069\u0070\u0074\u0061\u006c\u0065\u0066":0x0670,"s\u0075\u0070\u0065\u0072\u0073\u0065\u0074\u0064\u0062\u006c":0x22d1,"\u0073\u0075p\u0065\u0072\u0073e\u0074\u0064\u0062\u006c\u0065\u0071\u0075\u0061\u006c":0x2ac6,"\u0073\u0075p\u0065\u0072\u0073e\u0074\u006e\u006f\u0074\u0065\u0071\u0075\u0061\u006c":0x228b,"\u0073\u0075\u0070\u0065rs\u0065\u0074\u006f\u0072\u006e\u006f\u0074\u0064\u0062\u006c\u0065\u0071\u006c":0x2acc,"\u0073u\u0070e\u0072\u0073\u0065\u0074\u0073\u0071\u0065\u0071\u0075\u0061\u006c":0x2292,"\u0073u\u0070\u0068\u0073\u006f\u006c":0x27c9,"\u0073u\u0070\u0068\u0073\u0075\u0062":0x2ad7,"\u0073u\u0070\u006c\u0061\u0072\u0072":0x297b,"\u0073u\u0070\u006d\u0075\u006c\u0074":0x2ac2,"\u0073\u0075\u0070s\u0065\u0074\u0061\u0070\u0070\u0072\u006f\u0078":0x2aca,"\u0073\u0075\u0070\u0073\u0065\u0074\u0063\u0069\u0072\u0063":0x27c4,"\u0073u\u0070\u0073\u0065\u0074\u0064\u006ft":0x2abe,"\u0073\u0075\u0070\u0073\u0065\u0074\u0070\u006c\u0075\u0073":0x2ac0,"\u0073\u0075\u0070\u0073\u0069\u006d":0x2ac8,"\u0073\u0075\u0070\u0073\u0075\u0062":0x2ad4,"\u0073\u0075\u0070\u0073\u0075\u0070":0x2ad6,"\u0073\u0076\u0073\u0071\u0075\u0061\u0072\u0065":0x33dc,"\u0073y\u006fu\u0077\u0061\u0065\u0072\u0061\u0073\u0071\u0075\u0061\u0072\u0065":0x337c,"\u0074":0x0074,"\u0074a\u0062\u0065\u006e\u0067\u0061\u006ci":0x09a4,"\u0074\u0061\u0063\u006b\u0064\u006f\u0077\u006e":0x22a4,"\u0074\u0061\u0063\u006b\u006c\u0065\u0066\u0074":0x22a3,"\u0074\u0061\u0064\u0065\u0076\u0061":0x0924,"\u0074\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069":0x0aa4,"\u0074\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a24,"\u0074a\u0068\u0061\u0072\u0061\u0062\u0069c":0x0637,"\u0074\u0061\u0068\u0066\u0069\u006e\u0061\u006c\u0061r\u0061\u0062\u0069\u0063":0xfec2,"\u0074\u0061h\u0069\u006e\u0069t\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063":0xfec3,"\u0074\u0061\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x305f,"t\u0061\u0068\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064":0xfec1,"\u0074a\u0068m\u0065\u0064\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063":0xfec4,"\u0074\u0061i\u0073\u0079\u006fu\u0065\u0072\u0061\u0073\u0071\u0075\u0061\u0072\u0065":0x337d,"\u0074\u0061\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30bf,"\u0074\u0061\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068":0xff80,"\u0074\u0061\u006c\u006c\u006f\u0062\u006c\u006f\u006e\u0067":0x2afe,"\u0074a\u0074\u0077\u0065\u0065\u006c\u0077\u0069\u0074\u0068\u0066\u0061t\u0068\u0061\u0074\u0061\u006e\u0061\u0062\u006f\u0076\u0065":0xfe71,"\u0074\u0061\u0075":0x03c4,"\u0074a\u0076\u0064\u0061\u0067\u0065\u0073h":0xfb4a,"\u0074a\u0076\u0068\u0065\u0062\u0072\u0065w":0x05ea,"\u0074\u0062\u0061\u0072":0x0167,"\u0074b\u006f\u0070\u006f\u006d\u006f\u0066o":0x310a,"\u0074\u0063\u0061\u0072\u006f\u006e":0x0165,"\u0074c\u0061\u0072\u006f\u006e\u0031":0xf815,"\u0074\u0063\u0063\u0075\u0072\u006c":0x02a8,"\u0074\u0063\u0065\u0064\u0069\u006c\u006c\u0061":0x0163,"\u0074c\u0065\u0064\u0069\u006c\u006c\u00611":0xf819,"t\u0063\u0068\u0065\u0068\u0061\u0072\u0061\u0062\u0069\u0063":0x0686,"\u0074\u0063h\u0065\u0068\u0066i\u006e\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063":0xfb7b,"\u0074c\u0068e\u0068\u0069\u006e\u0069\u0074i\u0061\u006ca\u0072\u0061\u0062\u0069\u0063":0xfb7c,"\u0074\u0063\u0068\u0065\u0068\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064":0xfb7a,"\u0074\u0063\u0068\u0065\u0068\u006d\u0065\u0064\u0069\u0061\u006c\u0061r\u0061\u0062\u0069\u0063":0xfb7d,"\u0074c\u0069\u0072\u0063\u006c\u0065":0x24e3,"\u0074\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0062\u0065\u006c\u006f\u0077":0x1e71,"\u0074d\u0069\u0065\u0072\u0065\u0073\u0069s":0x1e97,"\u0074\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074":0x1e6b,"\u0074d\u006f\u0074\u0062\u0065\u006c\u006fw":0x1e6d,"\u0074\u0065\u0064\u0065sc\u0065\u006e\u0064\u0065\u0072\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x04ad,"\u0074\u0065\u0068\u0066\u0069\u006e\u0061\u006c\u0061r\u0061\u0062\u0069\u0063":0xfe96,"\u0074\u0065\u0068\u0068ah\u0069\u006e\u0069\u0074\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063":0xfca2,"t\u0065h\u0068\u0061\u0068\u0069\u0073\u006f\u006c\u0061t\u0065\u0064\u0061\u0072ab\u0069\u0063":0xfc0c,"\u0074\u0065h\u0069\u006e\u0069t\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063":0xfe97,"\u0074\u0065\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x3066,"t\u0065\u0068\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064":0xfe95,"t\u0065h\u006a\u0065\u0065\u006d\u0069\u006e\u0069\u0074i\u0061\u006c\u0061\u0072ab\u0069\u0063":0xfca1,"t\u0065\u0068\u006a\u0065em\u0069s\u006f\u006c\u0061\u0074\u0065d\u0061\u0072\u0061\u0062\u0069\u0063":0xfc0b,"\u0074\u0065h\u006d\u0061\u0072b\u0075\u0074\u0061\u0061\u0072\u0061\u0062\u0069\u0063":0x0629,"t\u0065\u0068\u006d\u0061rb\u0075t\u0061\u0066\u0069\u006e\u0061l\u0061\u0072\u0061\u0062\u0069\u0063":0xfe94,"\u0074e\u0068m\u0061\u0072\u0062\u0075\u0074a\u0069\u0073o\u006c\u0061\u0074\u0065\u0064":0xfe93,"\u0074e\u0068m\u0065\u0064\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063":0xfe98,"t\u0065h\u006d\u0065\u0065\u006d\u0069\u006e\u0069\u0074i\u0061\u006c\u0061\u0072ab\u0069\u0063":0xfca4,"t\u0065\u0068\u006d\u0065em\u0069s\u006f\u006c\u0061\u0074\u0065d\u0061\u0072\u0061\u0062\u0069\u0063":0xfc0e,"\u0074e\u0068n\u006f\u006f\u006e\u0066\u0069n\u0061\u006ca\u0072\u0061\u0062\u0069\u0063":0xfc73,"\u0074\u0065\u0068wi\u0074\u0068\u0061\u006c\u0065\u0066\u006d\u0061\u006b\u0073\u0075\u0072\u0061\u0066\u0069\u006e\u0061\u006c":0xfc74,"\u0074\u0065\u0068\u0077\u0069\u0074\u0068\u0068\u0065\u0068\u0069\u006ei\u0074\u0069\u0061\u006c":0xe814,"\u0074e\u0068w\u0069\u0074\u0068\u006b\u0068a\u0068\u0069n\u0069\u0074\u0069\u0061\u006c":0xfca3,"\u0074e\u0068w\u0069\u0074\u0068\u0079\u0065\u0068\u0066\u0069\u006e\u0061\u006c":0xfc75,"\u0074e\u0068w\u0069\u0074\u0068\u0079\u0065h\u0069\u0073o\u006c\u0061\u0074\u0065\u0064":0xfc10,"\u0074\u0065\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30c6,"\u0074\u0065\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068":0xff83,"\u0074e\u006c\u0065\u0070\u0068\u006f\u006ee":0x2121,"\u0074\u0065\u006c\u0069sh\u0061\u0067\u0065\u0064\u006f\u006c\u0061\u0068\u0065\u0062\u0072\u0065\u0077":0x05a0,"\u0074\u0065\u006c\u0069sh\u0061\u0071\u0065\u0074\u0061\u006e\u0061\u0068\u0065\u0062\u0072\u0065\u0077":0x05a9,"\u0074\u0065\u006e\u0069de\u006f\u0067\u0072\u0061\u0070\u0068\u0069\u0063\u0070\u0061\u0072\u0065\u006e":0x3229,"\u0074\u0065\u006e\u0070\u0061\u0072\u0065\u006e":0x247d,"\u0074e\u006e\u0070\u0065\u0072\u0069\u006fd":0x2491,"\u0074\u0065\u006e\u0072\u006f\u006d\u0061\u006e":0x2179,"\u0074\u0065\u0073\u0068":0x02a7,"\u0074e\u0074\u0064\u0061\u0067\u0065\u0073h":0xfb38,"\u0074e\u0074\u0068\u0065\u0062\u0072\u0065w":0x05d8,"\u0074\u0065\u0074\u0073\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x04b5,"t\u0065\u0076\u0069\u0072\u0068\u0065\u0062\u0072\u0065\u0077":0x059b,"\u0074\u0068\u0061\u0062\u0065\u006e\u0067\u0061\u006c\u0069":0x09a5,"\u0074h\u0061\u0064\u0065\u0076\u0061":0x0925,"t\u0068\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069":0x0aa5,"t\u0068\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a25,"\u0074\u0068\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063":0x0630,"\u0074h\u0061l\u0066\u0069\u006e\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063":0xfeac,"\u0074\u0068\u0061l\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064":0xfeab,"\u0074\u0068\u0061\u006eth\u0061\u006b\u0068\u0061\u0074\u006c\u006f\u0077\u006c\u0065\u0066\u0074\u0074\u0068a\u0069":0xf898,"\u0074\u0068\u0061nt\u0068\u0061\u006b\u0068\u0061\u0074\u006c\u006f\u0077\u0072\u0069\u0067\u0068\u0074\u0074\u0068\u0061\u0069":0xf897,"\u0074h\u0061n\u0074\u0068\u0061\u006b\u0068\u0061\u0074\u0074\u0068\u0061\u0069":0x0e4c,"\u0074h\u0061\u006e\u0074\u0068\u0061\u006b\u0068\u0061\u0074\u0075\u0070p\u0065\u0072\u006c\u0065\u0066\u0074\u0074\u0068\u0061\u0069":0xf896,"\u0074\u0068\u0065\u0068\u0061\u0072\u0061\u0062\u0069\u0063":0x062b,"\u0074h\u0065h\u0066\u0069\u006e\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063":0xfe9a,"\u0074\u0068\u0065\u0068\u0069\u006e\u0069\u0074\u0069\u0061\u006c\u0061r\u0061\u0062\u0069\u0063":0xfe9b,"\u0074\u0068\u0065h\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064":0xfe99,"\u0074\u0068e\u0068\u006d\u0065d\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063":0xfe9c,"\u0074\u0068\u0065\u0068wi\u0074\u0068\u006d\u0065\u0065\u006d\u0069\u006e\u0069\u0074\u0069\u0061\u006c":0xfca6,"t\u0068e\u0068\u0077\u0069\u0074\u0068\u006d\u0065\u0065m\u0069\u0073\u006f\u006cat\u0065\u0064":0xfc12,"\u0074h\u0065\u0072\u0065\u0066\u006f\u0072e":0x2234,"\u0074h\u0065\u0072\u006d\u006f\u0064":0x29e7,"\u0074\u0068\u0065t\u0061":0x03b8,"\u0074\u0068\u0065\u0074\u0061\u0031":0x03d1,"t\u0068i\u0065\u0075\u0074\u0068\u0061\u0063\u0069\u0072c\u006c\u0065\u006b\u006fre\u0061\u006e":0x3279,"\u0074\u0068\u0069\u0065ut\u0068\u0061\u0070\u0061\u0072\u0065\u006e\u006b\u006f\u0072\u0065\u0061\u006e":0x3219,"\u0074\u0068\u0069\u0065ut\u0068\u0063\u0069\u0072\u0063\u006c\u0065\u006b\u006f\u0072\u0065\u0061\u006e":0x326b,"\u0074\u0068\u0069\u0065\u0075\u0074\u0068\u006b\u006f\u0072\u0065\u0061\u006e":0x314c,"\u0074h\u0069e\u0075\u0074\u0068\u0070\u0061r\u0065\u006ek\u006f\u0072\u0065\u0061\u006e":0x320b,"\u0074h\u0069\u006e\u0073\u0070\u0061\u0063e":0x2009,"\u0074\u0068\u0069\u0072\u0074\u0065\u0065\u006e\u0063i\u0072\u0063\u006c\u0065":0x246c,"\u0074\u0068\u0069\u0072\u0074\u0065\u0065\u006e\u0070\u0061\u0072\u0065\u006e":0x2480,"\u0074\u0068\u0069\u0072\u0074\u0065\u0065\u006e\u0070e\u0072\u0069\u006f\u0064":0x2494,"\u0074\u0068\u006f\u006e\u0061\u006e\u0067\u006d\u006f\u006e\u0074\u0068o\u0074\u0068\u0061\u0069":0x0e11,"\u0074\u0068\u006fo\u006b":0x01ad,"\u0074\u0068\u006f\u0070\u0068\u0075\u0074\u0068\u0061o\u0074\u0068\u0061\u0069":0x0e12,"\u0074\u0068\u006fr\u006e":0x00fe,"\u0074\u0068\u006f\u0074\u0068\u0061\u0068\u0061\u006e\u0074\u0068\u0061\u0069":0x0e17,"t\u0068\u006f\u0074\u0068\u0061\u006e\u0074\u0068\u0061\u0069":0x0e10,"\u0074\u0068\u006ft\u0068\u006f\u006e\u0067\u0074\u0068\u0061\u0069":0x0e18,"\u0074\u0068\u006ft\u0068\u0075\u006e\u0067\u0074\u0068\u0061\u0069":0x0e16,"\u0074\u0068o\u0075\u0073\u0061n\u0064\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x0482,"\u0074h\u006f\u0075\u0073\u0061\u006e\u0064\u0073\u0073\u0065\u0070\u0061r\u0061\u0074\u006f\u0072\u0061\u0072\u0061\u0062\u0069\u0063":0x066c,"\u0074\u0068\u0072e\u0065":0x0033,"\u0074\u0068\u0072e\u0065\u0062\u0065\u006e\u0067\u0061\u006c\u0069":0x09e9,"t\u0068\u0072\u0065\u0065\u0064\u0061\u006e\u0067\u006c\u0065":0x27c0,"\u0074h\u0072\u0065\u0065\u0064\u0065\u0076a":0x0969,"\u0074\u0068\u0072\u0065\u0065\u0064\u006f\u0074\u0063\u006f\u006c\u006f\u006e":0x2af6,"\u0074\u0068\u0072e\u0065\u0065\u0069\u0067\u0068\u0074\u0068\u0073":0x215c,"t\u0068\u0072\u0065\u0065\u0066\u0069\u0066\u0074\u0068\u0073":0x2157,"\u0074\u0068\u0072\u0065\u0065\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069":0x0ae9,"\u0074\u0068\u0072\u0065\u0065\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a69,"\u0074\u0068\u0072\u0065\u0065\u0068\u0061\u006e\u0067\u007a\u0068\u006f\u0075":0x3023,"t\u0068\u0072\u0065\u0065id\u0065o\u0067\u0072\u0061\u0070\u0068i\u0063\u0070\u0061\u0072\u0065\u006e":0x3222,"\u0074\u0068\u0072\u0065\u0065\u0069\u006e\u0066\u0065\u0072\u0069\u006f\u0072":0x2083,"\u0074\u0068\u0072\u0065\u0065\u006d\u006f\u006e\u006fs\u0070\u0061\u0063\u0065":0xff13,"t\u0068\u0072\u0065\u0065nu\u006de\u0072\u0061\u0074\u006f\u0072b\u0065\u006e\u0067\u0061\u006c\u0069":0x09f6,"\u0074\u0068\u0072\u0065\u0065\u006f\u006c\u0064\u0073\u0074\u0079\u006c\u0065":0xf733,"\u0074\u0068\u0072\u0065\u0065\u0070\u0061\u0072\u0065\u006e":0x2476,"\u0074h\u0072e\u0065\u0070\u0065\u0072\u0065\u006d\u0073\u0070\u0061\u0063\u0065":0x2004,"t\u0068\u0072\u0065\u0065\u0070\u0065\u0072\u0069\u006f\u0064":0x248a,"\u0074\u0068\u0072e\u0065\u0070\u0065\u0072\u0073\u0069\u0061\u006e":0x06f3,"\u0074\u0068\u0072\u0065\u0065\u0071\u0075\u0061\u0072\u0074\u0065\u0072\u0073":0x00be,"\u0074\u0068\u0072\u0065eq\u0075\u0061\u0072\u0074\u0065\u0072\u0073\u0065\u006d\u0064\u0061\u0073\u0068":0xf6de,"\u0074\u0068\u0072\u0065\u0065\u0072\u006f\u006d\u0061\u006e":0x2172,"\u0074\u0068\u0072\u0065\u0065\u0073\u0075\u0070\u0065\u0072\u0069\u006f\u0072":0x00b3,"\u0074h\u0072\u0065\u0065\u0074\u0068\u0061i":0x0e53,"\u0074\u0068\u0072\u0065\u0065\u0075\u006e\u0064\u0065\u0072\u0064\u006f\u0074":0x20e8,"\u0074h\u007a\u0073\u0071\u0075\u0061\u0072e":0x3394,"\u0074i\u0065\u0063\u006f\u006e\u0063\u0061t":0x2040,"\u0074\u0069\u0065\u0069\u006e\u0066\u0074\u0079":0x29dd,"\u0074\u0069\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x3061,"\u0074\u0069\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30c1,"\u0074\u0069\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068":0xff81,"\u0074\u0069\u006b\u0065ut\u0061\u0063\u0069\u0072\u0063\u006c\u0065\u006b\u006f\u0072\u0065\u0061\u006e":0x3270,"\u0074i\u006be\u0075\u0074\u0061\u0070\u0061r\u0065\u006ek\u006f\u0072\u0065\u0061\u006e":0x3210,"\u0074i\u006be\u0075\u0074\u0063\u0069\u0072c\u006c\u0065k\u006f\u0072\u0065\u0061\u006e":0x3262,"\u0074\u0069\u006be\u0075\u0074\u006b\u006f\u0072\u0065\u0061\u006e":0x3137,"\u0074\u0069\u006b\u0065\u0075\u0074\u0070\u0061\u0072\u0065\u006e\u006bo\u0072\u0065\u0061\u006e":0x3202,"\u0074\u0069\u006cd\u0065":0x02dc,"\u0074\u0069\u006c\u0064\u0065\u0031":0xf004,"\u0074\u0069\u006c\u0064\u0065\u0062\u0065\u006c\u006f\u0077\u0063\u006d\u0062":0x0330,"\u0074\u0069\u006c\u0064\u0065\u0063\u006d\u0062":0x0303,"\u0074\u0069\u006c\u0064\u0065\u0064\u006f\u0075\u0062l\u0065\u0063\u006d\u0062":0x0360,"\u0074i\u006c\u0064\u0065\u006e\u006f\u0073p":0x0276,"\u0074i\u006cd\u0065\u006f\u0076\u0065\u0072\u006c\u0061\u0079\u0063\u006d\u0062":0x0334,"\u0074\u0069l\u0064\u0065\u0076e\u0072\u0074\u0069\u0063\u0061\u006c\u0063\u006d\u0062":0x033e,"\u0074\u0069\u006d\u0065\u0073\u0062\u0061\u0072":0x2a31,"\u0074\u0069\u0070e\u0068\u0061\u0068\u0065\u0062\u0072\u0065\u0077":0x0596,"\u0074\u0069\u0070\u0070\u0069\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a70,"\u0074\u0069t\u006c\u006f\u0063y\u0072\u0069\u006c\u006c\u0069\u0063\u0063\u006d\u0062":0x0483,"\u0074\u0069\u0077n\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x057f,"\u0074\u006c\u0069\u006e\u0065\u0062\u0065\u006c\u006f\u0077":0x1e6f,"\u0074\u006d\u0069\u006e\u0075\u0073":0x29ff,"\u0074\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff54,"\u0074\u006f\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x0569,"\u0074\u006f\u0065\u0061":0x2928,"\u0074\u006f\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x3068,"\u0074\u006f\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30c8,"\u0074\u006f\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068":0xff84,"\u0074\u006f\u006e\u0061":0x2927,"\u0074\u006f\u006e\u0065ba\u0072\u0065\u0078\u0074\u0072\u0061\u0068\u0069\u0067\u0068\u006d\u006f\u0064":0x02e5,"\u0074o\u006ee\u0062\u0061\u0072\u0065\u0078t\u0072\u0061l\u006f\u0077\u006d\u006f\u0064":0x02e9,"\u0074\u006f\u006e\u0065\u0062\u0061\u0072\u0068\u0069g\u0068\u006d\u006f\u0064":0x02e6,"\u0074\u006f\u006e\u0065\u0062\u0061\u0072\u006c\u006f\u0077\u006d\u006f\u0064":0x02e8,"\u0074\u006f\u006e\u0065\u0062\u0061\u0072\u006d\u0069\u0064\u006d\u006f\u0064":0x02e7,"\u0074\u006f\u006e\u0065\u0066\u0069\u0076\u0065":0x01bd,"\u0074o\u006e\u0065\u0073\u0069\u0078":0x0185,"\u0074o\u006e\u0065\u0074\u0077\u006f":0x01a8,"\u0074\u006f\u006eo\u0073":0x0384,"\u0074o\u006e\u0073\u0071\u0075\u0061\u0072e":0x3327,"t\u006f\u0070\u0061\u0074\u0061\u006b\u0074\u0068\u0061\u0069":0x0e0f,"\u0074\u006f\u0070\u0062\u006f\u0074":0x2336,"\u0074\u006f\u0070\u0063\u0069\u0072":0x2af1,"\u0074o\u0070\u0066\u006f\u0072\u006b":0x2ada,"\u0074\u006f\u0070\u0073\u0065\u006d\u0069\u0063\u0069\u0072\u0063\u006c\u0065":0x25e0,"\u0074o\u0072\u0074\u006f\u0069\u0073\u0065\u0073\u0068\u0065\u006c\u006cb\u0072\u0061\u0063\u006b\u0065\u0074\u006c\u0065\u0066\u0074":0x3014,"\u0074\u006fr\u0074\u006f\u0069\u0073\u0065\u0073\u0068\u0065\u006c\u006c\u0062\u0072\u0061\u0063\u006b\u0065\u0074\u006c\u0065\u0066\u0074\u0073ma\u006c\u006c":0xfe5d,"\u0074\u006f\u0072\u0074\u006f\u0069\u0073\u0065\u0073\u0068\u0065\u006c\u006c\u0062\u0072a\u0063k\u0065\u0074\u006c\u0065\u0066\u0074\u0076\u0065\u0072\u0074\u0069\u0063\u0061\u006c":0xfe39,"\u0074o\u0072\u0074\u006f\u0069s\u0065\u0073\u0068\u0065\u006cl\u0062r\u0061c\u006b\u0065\u0074\u0072\u0069\u0067\u0068t":0x3015,"\u0074\u006f\u0072\u0074\u006f\u0069\u0073\u0065\u0073\u0068e\u006c\u006c\u0062\u0072\u0061\u0063\u006be\u0074\u0072\u0069\u0067\u0068\u0074\u0073\u006d\u0061\u006c\u006c":0xfe5e,"\u0074\u006f\u0072\u0074\u006f\u0069s\u0065\u0073\u0068\u0065\u006c\u006c\u0062\u0072\u0061\u0063\u006b\u0065\u0074r\u0069\u0067\u0068\u0074\u0076\u0065\u0072t\u0069\u0063\u0061\u006c":0xfe3a,"\u0074\u006f\u0073\u0061":0x2929,"\u0074o\u0074\u0061\u006f\u0074\u0068\u0061i":0x0e15,"\u0074\u006f\u0077\u0061":0x292a,"\u0074\u0070\u0061l\u0061\u0074\u0061\u006c\u0068\u006f\u006f\u006b":0x01ab,"\u0074\u0070\u0061\u0072\u0065\u006e":0x24af,"\u0074\u0070\u006cu\u0073":0x29fe,"\u0074r\u0061\u0064\u0065\u006d\u0061\u0072k":0x2122,"\u0074\u0072\u0061\u0064\u0065\u006d\u0061\u0072\u006b\u0073\u0061\u006e\u0073":0xf8ea,"\u0074\u0072\u0061\u0064\u0065\u006d\u0061\u0072\u006bs\u0065\u0072\u0069\u0066":0xf6db,"\u0074r\u0061\u0070\u0065\u007a\u0069\u0075m":0x23e2,"\u0074\u0072\u0065\u0074\u0072\u006f\u0066\u006c\u0065x\u0068\u006f\u006f\u006b":0x0288,"\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065\u0062u\u006c\u006c\u0065\u0074":0x2023,"\u0074\u0072\u0069a\u006e\u0067\u006c\u0065\u0063\u0064\u006f\u0074":0x25ec,"\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065\u006c\u0065\u0066\u0074b\u006c\u0061\u0063\u006b":0x25ed,"\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065\u006c\u0065\u0066\u0074e\u0071\u0075\u0061\u006c":0x22b4,"\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065\u006d\u0069\u006e\u0075\u0073":0x2a3a,"\u0074\u0072\u0069a\u006e\u0067\u006c\u0065\u006f\u0064\u006f\u0074":0x29ca,"\u0074\u0072\u0069a\u006e\u0067\u006c\u0065\u0070\u006c\u0075\u0073":0x2a39,"\u0074r\u0069a\u006e\u0067\u006c\u0065\u0072i\u0067\u0068t\u0062\u006c\u0061\u0063\u006b":0x25ee,"\u0074r\u0069a\u006e\u0067\u006c\u0065\u0072i\u0067\u0068t\u0065\u0071\u0075\u0061\u006c":0x22b5,"\u0074r\u0069\u0061\u006e\u0067\u006c\u0065s":0x29cc,"\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065\u0073e\u0072\u0069\u0066\u0073":0x29cd,"\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065\u0074\u0069\u006d\u0065\u0073":0x2a3b,"\u0074\u0072\u0069a\u006e\u0067\u006c\u0065\u0075\u0062\u0061\u0072":0x29cb,"\u0074\u0072\u0069\u0070\u006c\u0065\u0070\u006c\u0075\u0073":0x29fb,"\u0074r\u0070\u0072\u0069\u006d\u0065":0x2034,"\u0074r\u0073\u006c\u0061\u0073\u0068":0x2afb,"\u0074\u0073":0x02a6,"t\u0073\u0061\u0064\u0069\u0064\u0061\u0067\u0065\u0073\u0068":0xfb46,"t\u0073\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x0446,"\u0074s\u0065\u0072\u0065\u0031\u0032":0x05b5,"\u0074\u0073\u0068e\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x045b,"\u0074s\u0075\u0070\u0065\u0072\u0069\u006fr":0xf6f3,"\u0074\u0074\u0061\u0062\u0065\u006e\u0067\u0061\u006c\u0069":0x099f,"\u0074t\u0061\u0064\u0065\u0076\u0061":0x091f,"t\u0074\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069":0x0a9f,"t\u0074\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a1f,"\u0074t\u0065h\u0066\u0069\u006e\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063":0xfb67,"\u0074\u0074\u0065\u0068\u0069\u006e\u0069\u0074\u0069\u0061\u006c\u0061r\u0061\u0062\u0069\u0063":0xfb68,"\u0074\u0074e\u0068\u006d\u0065d\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063":0xfb69,"t\u0074\u0068\u0061\u0062\u0065\u006e\u0067\u0061\u006c\u0069":0x09a0,"\u0074\u0074\u0068\u0061\u0064\u0065\u0076\u0061":0x0920,"\u0074\u0074\u0068a\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069":0x0aa0,"\u0074\u0074\u0068a\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a20,"\u0074t\u0075\u0072\u006e\u0065\u0064":0x0287,"\u0074\u0075\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x3064,"\u0074\u0075\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30c4,"\u0074\u0075\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068":0xff82,"\u0074u\u0072\u006e\u0061\u006e\u0067\u006ce":0x29a2,"\u0074\u0075\u0072\u006e\u0065\u0064\u0069\u006f\u0074\u0061":0x2129,"\u0074u\u0072\u006e\u0065\u0064\u006e\u006ft":0x2319,"\u0074\u0075\u0072\u006e\u0073\u0074\u0069\u006c\u0065\u006c\u0065\u0066\u0074":0x22a2,"\u0074u\u0073m\u0061\u006c\u006c\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x3063,"\u0074u\u0073m\u0061\u006c\u006c\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30c3,"\u0074u\u0073\u006d\u0061\u006c\u006c\u006b\u0061\u0074\u0061\u006b\u0061n\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068":0xff6f,"\u0074\u0077\u0065l\u0076\u0065\u0063\u0069\u0072\u0063\u006c\u0065":0x246b,"t\u0077\u0065\u006c\u0076\u0065\u0070\u0061\u0072\u0065\u006e":0x247f,"\u0074\u0077\u0065l\u0076\u0065\u0070\u0065\u0072\u0069\u006f\u0064":0x2493,"t\u0077\u0065\u006c\u0076\u0065\u0072\u006f\u006d\u0061\u006e":0x217b,"t\u0077\u0065\u006c\u0076\u0065\u0075\u0064\u0061\u0073\u0068":0xd80c,"\u0074\u0077\u0065n\u0074\u0079\u0063\u0069\u0072\u0063\u006c\u0065":0x2473,"\u0074\u0077\u0065\u006e\u0074\u0079\u0068\u0061\u006eg\u007a\u0068\u006f\u0075":0x5344,"t\u0077\u0065\u006e\u0074\u0079\u0070\u0061\u0072\u0065\u006e":0x2487,"\u0074\u0077\u0065n\u0074\u0079\u0070\u0065\u0072\u0069\u006f\u0064":0x249b,"\u0074\u0077\u006f":0x0032,"\u0074w\u006f\u0061\u0072\u0061\u0062\u0069c":0x0662,"\u0074\u0077\u006f\u0062\u0065\u006e\u0067\u0061\u006c\u0069":0x09e8,"\u0074w\u006f\u0063\u0061\u0070\u0073":0x2a4b,"\u0074w\u006f\u0063\u0075\u0070\u0073":0x2a4a,"\u0074w\u006f\u0064\u0065\u0076\u0061":0x0968,"\u0074\u0077\u006fd\u006f\u0074\u006c\u0065\u0061\u0064\u0065\u0072":0x2025,"t\u0077o\u0064\u006f\u0074\u006c\u0065\u0061\u0064\u0065r\u0076\u0065\u0072\u0074ic\u0061\u006c":0xfe30,"\u0074w\u006f\u0066\u0069\u0066\u0074\u0068s":0x2156,"t\u0077\u006f\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069":0x0ae8,"t\u0077\u006f\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a68,"t\u0077\u006f\u0068\u0061\u006e\u0067\u007a\u0068\u006f\u0075":0x3022,"\u0074\u0077o\u0068\u0065\u0061d\u0064\u006f\u0077\u006e\u0061\u0072\u0072\u006f\u0077":0x21a1,"t\u0077o\u0068\u0065\u0061\u0064\u006c\u0065\u0066\u0074a\u0072\u0072\u006f\u0077ta\u0069\u006c":0x2b3b,"\u0074\u0077\u006f\u0068ea\u0064\u006c\u0065\u0066\u0074\u0064\u0062\u006b\u0061\u0072\u0072\u006f\u0077":0x2b37,"\u0074w\u006fh\u0065\u0061\u0064\u006d\u0061\u0070\u0073\u0066\u0072\u006f\u006d":0x2b36,"\u0074\u0077\u006f\u0068\u0065\u0061\u0064\u006d\u0061\u0070\u0073\u0074\u006f":0x2905,"t\u0077\u006f\u0068\u0065ad\u0072i\u0067\u0068\u0074\u0061\u0072r\u006f\u0077\u0074\u0061\u0069\u006c":0x2916,"\u0074\u0077\u006f\u0068\u0065\u0061\u0064\u0075\u0070a\u0072\u0072\u006f\u0077":0x219f,"t\u0077o\u0068\u0065\u0061\u0064\u0075\u0070\u0061\u0072r\u006f\u0077\u0063\u0069rc\u006c\u0065":0x2949,"\u0074\u0077\u006f\u0069de\u006f\u0067\u0072\u0061\u0070\u0068\u0069\u0063\u0070\u0061\u0072\u0065\u006e":0x3221,"t\u0077\u006f\u0069\u006e\u0066\u0065\u0072\u0069\u006f\u0072":0x2082,"\u0074\u0077\u006fm\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff12,"\u0074\u0077\u006f\u006eum\u0065\u0072\u0061\u0074\u006f\u0072\u0062\u0065\u006e\u0067\u0061\u006c\u0069":0x09f5,"t\u0077\u006f\u006f\u006c\u0064\u0073\u0074\u0079\u006c\u0065":0xf732,"\u0074\u0077\u006f\u0070\u0061\u0072\u0065\u006e":0x2475,"\u0074w\u006f\u0070\u0065\u0072\u0069\u006fd":0x2489,"\u0074\u0077\u006f\u0070\u0065\u0072\u0073\u0069\u0061\u006e":0x06f2,"\u0074\u0077\u006f\u0072\u006f\u006d\u0061\u006e":0x2171,"\u0074w\u006f\u0073\u0074\u0072\u006f\u006be":0x01bb,"t\u0077\u006f\u0073\u0075\u0070\u0065\u0072\u0069\u006f\u0072":0x00b2,"\u0074w\u006f\u0074\u0068\u0061\u0069":0x0e52,"\u0074w\u006f\u0074\u0068\u0069\u0072\u0064s":0x2154,"\u0074y\u0070\u0065\u0063\u006f\u006c\u006fn":0x2982,"\u0075":0x0075,"\u0075\u0032\u00364\u0033":0x2643,"\u0075\u0061\u0063\u0075\u0074\u0065":0x00fa,"\u0075\u0062\u0061\u0072":0x0289,"\u0075\u0062\u0065\u006e\u0067\u0061\u006c\u0069":0x0989,"\u0075b\u006f\u0070\u006f\u006d\u006f\u0066o":0x3128,"\u0075b\u0072\u0062\u0072\u0061\u006b":0x23e1,"\u0075\u0062\u0072\u0065\u0076\u0065":0x016d,"\u0075\u0063\u0061\u0072\u006f\u006e":0x01d4,"\u0075\u0063\u0065\u0064\u0069\u006c\u006c\u0061":0xf834,"\u0075c\u0069\u0072\u0063\u006c\u0065":0x24e4,"u\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078":0x00fb,"\u0075\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0062\u0065\u006c\u006f\u0077":0x1e77,"\u0075\u0064\u0061\u0074\u0074\u0061\u0064\u0065\u0076\u0061":0x0951,"\u0075d\u0062\u006c\u0061\u0063\u0075\u0074e":0x0171,"\u0075d\u0062\u006c\u0067\u0072\u0061\u0076e":0x0215,"\u0075\u0064\u0065v\u0061":0x0909,"\u0075d\u0069\u0065\u0072\u0065\u0073\u0069s":0x00fc,"\u0075\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073a\u0063\u0075\u0074\u0065":0x01d8,"\u0075\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073b\u0065\u006c\u006f\u0077":0x1e73,"\u0075\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073c\u0061\u0072\u006f\u006e":0x01da,"\u0075\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073\u0063\u0079\u0072i\u006c\u006c\u0069\u0063":0x04f1,"\u0075\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073g\u0072\u0061\u0076\u0065":0x01dc,"\u0075d\u0069e\u0072\u0065\u0073\u0069\u0073\u006d\u0061\u0063\u0072\u006f\u006e":0x01d6,"\u0075d\u006f\u0074\u0062\u0065\u006c\u006fw":0x1ee5,"\u0075\u0067\u0072\u0061\u0076\u0065":0x00f9,"\u0075g\u0075\u006a\u0061\u0072\u0061\u0074i":0x0a89,"\u0075g\u0075\u0072\u006d\u0075\u006b\u0068i":0x0a09,"\u0075h\u0069\u0072\u0061\u0067\u0061\u006ea":0x3046,"\u0075\u0068\u006f\u006f\u006b\u0061\u0062\u006f\u0076\u0065":0x1ee7,"\u0075\u0068\u006fr\u006e":0x01b0,"\u0075\u0068\u006f\u0072\u006e\u0061\u0063\u0075\u0074\u0065":0x1ee9,"\u0075\u0068\u006f\u0072\u006e\u0064\u006f\u0074\u0062\u0065\u006c\u006f\u0077":0x1ef1,"\u0075\u0068\u006f\u0072\u006e\u0067\u0072\u0061\u0076\u0065":0x1eeb,"\u0075\u0068\u006f\u0072\u006e\u0068\u006f\u006f\u006ba\u0062\u006f\u0076\u0065":0x1eed,"\u0075\u0068\u006f\u0072\u006e\u0074\u0069\u006c\u0064\u0065":0x1eef,"u\u0068\u0075\u006e\u0067ar\u0075m\u006c\u0061\u0075\u0074\u0063y\u0072\u0069\u006c\u006c\u0069\u0063":0x04f3,"\u0075\u0069\u006e\u0076\u0065\u0072\u0074\u0065\u0064b\u0072\u0065\u0076\u0065":0x0217,"\u0075k\u0061\u0074\u0061\u006b\u0061\u006ea":0x30a6,"\u0075k\u0061t\u0061\u006b\u0061\u006e\u0061h\u0061\u006cf\u0077\u0069\u0064\u0074\u0068":0xff73,"\u0075\u006b\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x0479,"\u0075k\u006f\u0072\u0065\u0061\u006e":0x315c,"\u0075\u006c\u0061r\u0063":0x25dc,"\u0075\u006c\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065":0x25f8,"\u0075m\u0061\u0063\u0072\u006f\u006e":0x016b,"\u0075m\u0061c\u0072\u006f\u006e\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x04ef,"\u0075m\u0061c\u0072\u006f\u006e\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073":0x1e7b,"\u0075\u006d\u0061\u0074\u0072\u0061\u0067\u0075\u0072m\u0075\u006b\u0068\u0069":0x0a41,"\u0075\u006d\u0069\u006e\u0075\u0073":0x2a41,"\u0075\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff55,"\u0075\u006e\u0064\u0065\u0072\u0062\u0072\u0061\u0063\u0065":0x23df,"\u0075\u006e\u0064e\u0072\u0062\u0072\u0061\u0063\u006b\u0065\u0074":0x23b5,"\u0075\u006e\u0064\u0065\u0072\u006c\u0065\u0066\u0074a\u0072\u0072\u006f\u0077":0x20ee,"u\u006ed\u0065\u0072\u006c\u0065\u0066\u0074\u0068\u0061r\u0070\u006f\u006f\u006edo\u0077\u006e":0x20ed,"\u0075\u006e\u0064\u0065\u0072\u0070\u0061\u0072\u0065\u006e":0x23dd,"\u0075n\u0064e\u0072\u0072\u0069\u0067\u0068\u0074\u0061\u0072\u0072\u006f\u0077":0x20ef,"u\u006e\u0064\u0065\u0072ri\u0067h\u0074\u0068\u0061\u0072\u0070o\u006f\u006e\u0064\u006f\u0077\u006e":0x20ec,"\u0075\u006e\u0064\u0065\u0072\u0073\u0063\u006f\u0072\u0065":0x005f,"\u0075\u006e\u0064\u0065\u0072\u0073\u0063\u006f\u0072\u0065\u0064\u0062\u006c":0x2017,"\u0075\u006e\u0064\u0065rs\u0063\u006f\u0072\u0065\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff3f,"\u0075n\u0064e\u0072\u0073\u0063\u006f\u0072e\u0076\u0065r\u0074\u0069\u0063\u0061\u006c":0xfe33,"\u0075\u006e\u0064\u0065\u0072\u0073\u0063\u006f\u0072e\u0077\u0061\u0076\u0079":0xfe4f,"\u0075\u006e\u0064\u0065\u0072\u0074\u0069\u0065":0x203f,"\u0075\u006e\u0069c\u006f\u0064\u0065\u0063\u0064\u006f\u0074\u0073":0x22ef,"\u0075\u006e\u0069o\u006e":0x222a,"\u0075\u006e\u0069\u006f\u006e\u0064\u0062\u006c":0x22d3,"\u0075\u006e\u0069\u006f\u006e\u006d\u0075\u006c\u0074\u0069":0x228e,"\u0075n\u0069\u006f\u006e\u0073\u0071":0x2294,"\u0075n\u0069\u006f\u006e\u0074\u0065\u0078t":0x22c3,"\u0075n\u0069\u0076\u0065\u0072\u0073\u0061l":0x2200,"\u0075o\u0067\u006f\u006e\u0065\u006b":0x0173,"\u0075\u0070\u0061n\u0064":0x214b,"\u0075\u0070\u0061\u0072\u0065\u006e":0x24b0,"\u0075\u0070\u0061\u0072\u0072\u006f\u0077\u0062\u0061\u0072\u0072\u0065\u0064":0x2909,"\u0075p\u0061r\u0072\u006f\u0077\u006f\u006e\u0063\u0069\u0072\u0063\u006c\u0065":0x29bd,"\u0075p\u0062\u006c\u006f\u0063\u006b":0x2580,"\u0075p\u0064\u0069\u0067\u0061\u006d\u006da":0x03dd,"u\u0070\u0064\u006f\u0077nh\u0061r\u0070\u006f\u006f\u006e\u006ce\u0066\u0074\u006c\u0065\u0066\u0074":0x2951,"\u0075\u0070\u0064\u006fwn\u0068\u0061\u0072\u0070\u006f\u006f\u006e\u006c\u0065\u0066\u0074\u0072\u0069\u0067h\u0074":0x294d,"\u0075\u0070\u0064\u006fwn\u0068\u0061\u0072\u0070\u006f\u006f\u006e\u0072\u0069\u0067\u0068\u0074\u006c\u0065f\u0074":0x294c,"\u0075\u0070\u0064ow\u006e\u0068\u0061\u0072\u0070\u006f\u006f\u006e\u0072\u0069\u0067\u0068\u0074\u0072\u0069\u0067\u0068\u0074":0x294f,"\u0075\u0070\u0064ow\u006e\u0068\u0061\u0072\u0070\u006f\u006f\u006e\u0073\u006c\u0065\u0066\u0074\u0072\u0069\u0067\u0068\u0074":0x296e,"\u0075\u0070\u0065\u0069\u0067\u0068\u0074\u0068\u0062\u006c\u006f\u0063\u006b":0x2594,"\u0075\u0070\u0066\u0069\u0073\u0068\u0074\u0061\u0069\u006c":0x297e,"\u0075\u0070h\u0061\u0072\u0070o\u006f\u006e\u006c\u0065\u0066\u0074\u0062\u0061\u0072":0x2960,"\u0075\u0070\u0068\u0061\u0072\u0070\u006f\u006f\u006e\u0072\u0069\u0067h\u0074\u0062\u0061\u0072":0x295c,"\u0075\u0070\u0068\u0061rp\u006f\u006f\u006e\u0073\u006c\u0065\u0066\u0074\u0072\u0069\u0067\u0068\u0074":0x2963,"\u0075\u0070\u0069\u006e":0x27d2,"\u0075\u0070\u0069n\u0074":0x2a1b,"\u0075p\u006b\u006f\u0070\u0070\u0061":0x03df,"\u0075\u0070\u006f\u006c\u0064\u004b\u006f\u0070\u0070\u0061":0x03d8,"\u0075\u0070\u006f\u006c\u0064\u006b\u006f\u0070\u0070\u0061":0x03d9,"\u0075\u0070\u0070\u0065\u0072\u0064\u006f\u0074\u0068e\u0062\u0072\u0065\u0077":0x05c4,"\u0075\u0070\u0072\u0069\u0067\u0068\u0074\u0063\u0075\u0072\u0076\u0065a\u0072\u0072\u006f\u0077":0x2934,"\u0075p\u0073\u0061\u006d\u0070\u0069":0x03e1,"\u0075p\u0073\u0069\u006c\u006f\u006e":0x03c5,"u\u0070\u0073\u0069\u006con\u0064i\u0061\u0065\u0072\u0065\u0073i\u0073\u0074\u006f\u006e\u006f\u0073":0x02f9,"\u0075p\u0073i\u006c\u006f\u006e\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073":0x03cb,"u\u0070s\u0069\u006c\u006f\u006e\u0064\u0069\u0065\u0072e\u0073\u0069\u0073\u0074on\u006f\u0073":0x03b0,"\u0075\u0070\u0073i\u006c\u006f\u006e\u006c\u0061\u0074\u0069\u006e":0x028a,"\u0075\u0070\u0073i\u006c\u006f\u006e\u0074\u006f\u006e\u006f\u0073":0x03cd,"\u0075p\u0073\u006c\u006f\u0070\u0065":0x29f8,"\u0075\u0070\u0073\u0074\u0069\u0067\u006d\u0061":0x03db,"\u0075\u0070\u0074\u0061\u0063\u006b\u0062\u0065\u006co\u0077\u0063\u006d\u0062":0x031d,"\u0075p\u0074\u0061\u0063\u006b\u006d\u006fd":0x02d4,"\u0075\u0070\u0076\u0061\u0072\u0054\u0068\u0065\u0074\u0061":0x03f4,"u\u0072\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a73,"\u0075\u0072\u0061r\u0063":0x25dd,"\u0075\u0072\u0069n\u0067":0x016f,"\u0075\u0072\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065":0x25f9,"\u0075\u0073\u006d\u0061\u006c\u006c\u0068\u0069\u0072a\u0067\u0061\u006e\u0061":0x3045,"\u0075\u0073\u006d\u0061\u006c\u006c\u006b\u0061\u0074a\u006b\u0061\u006e\u0061":0x30a5,"\u0075\u0073\u006dal\u006c\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068":0xff69,"\u0075\u0073\u0074\u0072\u0061\u0069\u0067\u0068\u0074\u0063\u0079\u0072i\u006c\u006c\u0069\u0063":0x04af,"\u0075\u0073\u0074ra\u0069\u0067\u0068\u0074\u0073\u0074\u0072\u006f\u006b\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x04b1,"\u0075\u0074\u0069\u006c\u0064\u0065":0x0169,"u\u0074\u0069\u006c\u0064\u0065\u0061\u0063\u0075\u0074\u0065":0x1e79,"u\u0074\u0069\u006c\u0064\u0065\u0062\u0065\u006c\u006f\u0077":0x1e75,"\u0075u\u0062\u0065\u006e\u0067\u0061\u006ci":0x098a,"\u0075\u0075\u0064\u0065\u0076\u0061":0x090a,"\u0075\u0075\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069":0x0a8a,"\u0075\u0075\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a0a,"\u0075u\u006da\u0074\u0072\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a42,"\u0075u\u0076o\u0077\u0065\u006c\u0073\u0069g\u006e\u0062e\u006e\u0067\u0061\u006c\u0069":0x09c2,"\u0075u\u0076o\u0077\u0065\u006c\u0073\u0069\u0067\u006e\u0064\u0065\u0076\u0061":0x0942,"\u0075\u0075\u0076\u006fwe\u006c\u0073\u0069\u0067\u006e\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069":0x0ac2,"\u0075\u0076\u006f\u0077\u0065\u006c\u0073\u0069\u0067\u006e\u0062\u0065n\u0067\u0061\u006c\u0069":0x09c1,"\u0075\u0076\u006f\u0077\u0065\u006c\u0073\u0069\u0067n\u0064\u0065\u0076\u0061":0x0941,"\u0075v\u006fw\u0065\u006c\u0073\u0069\u0067n\u0067\u0075j\u0061\u0072\u0061\u0074\u0069":0x0ac1,"\u0076":0x0076,"\u0076\u0042\u0061\u0072":0x2ae8,"\u0076\u0042\u0061r\u0076":0x2ae9,"\u0076\u0044\u0064\u0061\u0073\u0068":0x2ae2,"\u0076\u0061\u0064\u0065\u0076\u0061":0x0935,"\u0076\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069":0x0ab5,"\u0076\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a35,"\u0076\u0061\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30f7,"\u0076\u0061\u0072\u0056\u0064\u0061\u0073\u0068":0x2ae6,"\u0076\u0061\u0072\u0063\u0061\u0072\u0072\u0069\u0061\u0067\u0065\u0072e\u0074\u0075\u0072\u006e":0x23ce,"\u0076\u0061\u0072\u0064\u006f\u0075\u0062\u006c\u0065\u0062\u0061\u0072w\u0065\u0064\u0067\u0065":0x2306,"\u0076\u0061\u0072\u0068\u0065\u0078\u0061\u0067\u006f\u006e":0x2b21,"\u0076a\u0072h\u0065\u0078\u0061\u0067\u006f\u006e\u0062\u006c\u0061\u0063\u006b":0x2b22,"\u0076\u0061\u0072\u0068\u0065\u0078\u0061\u0067\u006f\u006e\u006c\u0072b\u006f\u006e\u0064\u0073":0x232c,"\u0076\u0061\u0072\u0069\u006b\u0061":0xfb1e,"v\u0061\u0072\u0069\u0073\u0069\u006e\u006f\u0062\u0061\u0072":0x22f6,"\u0076\u0061\u0072\u0069\u0073\u0069\u006e\u0073":0x22f3,"\u0076a\u0072\u006e\u0069\u006f\u0062\u0061r":0x22fd,"\u0076\u0061\u0072\u006e\u0069\u0073":0x22fb,"\u0076\u0061r\u006f\u0069\u006et\u0063\u006c\u006f\u0063\u006b\u0077\u0069\u0073\u0065":0x2232,"\u0076a\u0072t\u0072\u0069\u0061\u006e\u0067\u006c\u0065\u006c\u0065\u0066\u0074":0x22b2,"\u0076\u0061r\u0074\u0072\u0069a\u006e\u0067\u006c\u0065\u0072\u0069\u0067\u0068\u0074":0x22b3,"\u0076a\u0072\u0076\u0065\u0065\u0062\u0061r":0x2a61,"\u0076\u0061\u0076":0x05d5,"\u0076a\u0076d\u0061\u0067\u0065\u0073\u0068\u0068\u0065\u0062\u0072\u0065\u0077":0xfb35,"\u0076\u0061\u0076\u0068\u006f\u006c\u0061\u006d":0xfb4b,"\u0076\u0062\u0072\u0061\u0063\u0065\u0065\u0078\u0074e\u006e\u0064\u0065\u0072":0x23aa,"\u0076\u0062\u0072\u0074\u0072\u0069":0x29d0,"\u0076c\u0069\u0072\u0063\u006c\u0065":0x24e5,"\u0076d\u006f\u0074\u0062\u0065\u006c\u006fw":0x1e7f,"\u0076\u0065\u0063\u0074\u0069\u006d\u0065\u0073":0x2a2f,"\u0076\u0065\u0063\u0074\u006f\u0072":0x20d7,"\u0076\u0065\u0065\u0064\u006f\u0074":0x27c7,"\u0076\u0065\u0065d\u006f\u0075\u0062\u006c\u0065\u0062\u0061\u0072":0x2a63,"\u0076\u0065\u0065e\u0071":0x225a,"\u0076\u0065\u0065\u006d\u0069\u0064\u0076\u0065\u0072\u0074":0x2a5b,"\u0076e\u0065\u006f\u0064\u006f\u0074":0x2a52,"\u0076\u0065\u0065\u006f\u006e\u0076\u0065\u0065":0x2a56,"\u0076\u0065\u0065\u006f\u006e\u0077\u0065\u0064\u0067\u0065":0x2a59,"\u0076e\u0068\u0061\u0072\u0061\u0062\u0069c":0x06a4,"\u0076\u0065\u0068\u0066\u0069\u006e\u0061\u006c\u0061r\u0061\u0062\u0069\u0063":0xfb6b,"\u0076\u0065h\u0069\u006e\u0069t\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063":0xfb6c,"v\u0065\u0068\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064":0xfb6a,"\u0076e\u0068m\u0065\u0064\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063":0xfb6d,"\u0076\u0065\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30f9,"\u0076\u0065\u0072\u0073\u0069\u0063\u006c\u0065":0x2123,"v\u0065r\u0074\u0069\u0063\u0061\u006c\u006c\u0069\u006ee\u0061\u0062\u006f\u0076ec\u006d\u0062":0x030d,"v\u0065r\u0074\u0069\u0063\u0061\u006c\u006c\u0069\u006ee\u0062\u0065\u006c\u006fwc\u006d\u0062":0x0329,"\u0076e\u0072t\u0069\u0063\u0061\u006c\u006ci\u006e\u0065l\u006f\u0077\u006d\u006f\u0064":0x02cc,"\u0076e\u0072t\u0069\u0063\u0061\u006c\u006c\u0069\u006e\u0065\u006d\u006f\u0064":0x02c8,"v\u0065\u0072\u0074\u006f\u0076\u0065\u0072\u006c\u0061\u0079":0x20d2,"v\u0065\u0077\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x057e,"\u0076\u0068\u006fo\u006b":0x028b,"\u0076\u0069\u0065\u0077\u0064\u0061\u0074\u0061":0x2317,"\u0076\u0069\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30f8,"\u0076\u0069\u0072\u0061\u006d\u0061\u0062\u0065\u006e\u0067\u0061\u006c\u0069":0x09cd,"\u0076\u0069\u0072\u0061\u006d\u0061\u0064\u0065\u0076\u0061":0x094d,"\u0076\u0069\u0072\u0061\u006d\u0061\u0067\u0075\u006aa\u0072\u0061\u0074\u0069":0x0acd,"\u0076\u0069\u0073\u0061\u0072\u0067\u0061\u0062\u0065n\u0067\u0061\u006c\u0069":0x0983,"v\u0069\u0073\u0061\u0072\u0067\u0061\u0064\u0065\u0076\u0061":0x0903,"\u0076i\u0073a\u0072\u0067\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069":0x0a83,"\u0076l\u006f\u006e\u0067\u0064\u0061\u0073h":0x27dd,"\u0076\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff56,"\u0076\u006f\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x0578,"\u0076\u006f\u0069ce\u0064\u0069\u0074\u0065\u0072\u0061\u0074\u0069\u006f\u006e\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x309e,"\u0076\u006f\u0069ce\u0064\u0069\u0074\u0065\u0072\u0061\u0074\u0069\u006f\u006e\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30fe,"\u0076\u006f\u0069\u0063\u0065\u0064\u006d\u0061\u0072k\u006b\u0061\u006e\u0061":0x309b,"\u0076\u006f\u0069ce\u0064\u006d\u0061\u0072\u006b\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068":0xff9e,"\u0076\u006f\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30fa,"\u0076\u0070\u0061\u0072\u0065\u006e":0x24b1,"\u0076\u0072\u0065\u0063\u0074\u0061\u006e\u0067\u006c\u0065":0x25af,"\u0076r\u0065c\u0074\u0061\u006e\u0067\u006c\u0065\u0062\u006c\u0061\u0063\u006b":0x25ae,"\u0076s\u0063\u0072\u0069\u0070\u0074":0x021b,"\u0076\u0074\u0069\u006c\u0064\u0065":0x1e7d,"\u0076\u0074\u0075r\u006e":0x021c,"\u0076t\u0075\u0072\u006e\u0065\u0064":0x028c,"\u0076\u0075\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x3094,"\u0076\u0075\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30f4,"\u0076\u0079\u0073\u006d\u0062\u006c\u006b\u0073\u0071\u0075\u0061\u0072\u0065":0x2b1d,"\u0076\u0079\u0073\u006d\u0077\u0068\u0074\u0063\u0069\u0072\u0063\u006c\u0065":0x2218,"\u0076\u0079\u0073\u006d\u0077\u0068\u0074\u0073\u0071\u0075\u0061\u0072\u0065":0x2b1e,"\u0076z\u0069\u0067\u007a\u0061\u0067":0x299a,"\u0077":0x0077,"\u0077\u0061\u0063\u0075\u0074\u0065":0x1e83,"\u0077a\u0065\u006b\u006f\u0072\u0065\u0061n":0x3159,"\u0077\u0061\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x308f,"\u0077\u0061\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30ef,"\u0077\u0061\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068":0xff9c,"\u0077\u0061\u006b\u006f\u0072\u0065\u0061\u006e":0x3158,"\u0077a\u0073m\u0061\u006c\u006c\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x308e,"\u0077a\u0073m\u0061\u006c\u006c\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30ee,"w\u0061\u0074\u0074\u006f\u0073\u0071\u0075\u0061\u0072\u0065":0x3357,"\u0077\u0061\u0076\u0065\u0064\u0061\u0073\u0068":0x301c,"\u0077\u0061\u0076\u0079un\u0064\u0065\u0072\u0073\u0063\u006f\u0072\u0065\u0076\u0065\u0072\u0074\u0069\u0063a\u006c":0xfe34,"\u0077a\u0077\u0061\u0072\u0061\u0062\u0069c":0x0648,"\u0077\u0061\u0077\u0066\u0069\u006e\u0061\u006c\u0061r\u0061\u0062\u0069\u0063":0xfeee,"\u0077a\u0077\u0068\u0061\u006d\u007a\u0061\u0061\u0062\u006f\u0076\u0065f\u0069\u006e\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063":0xfe86,"w\u0061\u0077\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064":0xfeed,"\u0077a\u0077\u0077\u0069\u0074h\u0068\u0061\u006d\u007a\u0061a\u0062o\u0076e\u0069\u0073\u006f\u006c\u0061\u0074\u0065d":0xfe85,"\u0077\u0062\u0073\u0071\u0075\u0061\u0072\u0065":0x33dd,"\u0077c\u0069\u0072\u0063\u006c\u0065":0x24e6,"w\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078":0x0175,"\u0077d\u0069\u0065\u0072\u0065\u0073\u0069s":0x1e85,"\u0077\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074":0x1e87,"\u0077d\u006f\u0074\u0062\u0065\u006c\u006fw":0x1e89,"\u0077\u0065\u0064\u0067\u0065\u0062\u0061\u0072":0x2a5f,"\u0077\u0065\u0064\u0067\u0065\u0064\u006f\u0074":0x27d1,"\u0077\u0065\u0064\u0067\u0065\u0064\u006f\u0075\u0062l\u0065\u0062\u0061\u0072":0x2a60,"\u0077\u0065\u0064g\u0065\u006d\u0069\u0064\u0076\u0065\u0072\u0074":0x2a5a,"\u0077e\u0064\u0067\u0065\u006f\u0064\u006ft":0x2a51,"\u0077\u0065\u0064g\u0065\u006f\u006e\u0077\u0065\u0064\u0067\u0065":0x2a55,"\u0077\u0065\u0064\u0067\u0065\u0071":0x2259,"\u0077\u0065\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x3091,"w\u0065\u0069\u0065\u0072\u0073\u0074\u0072\u0061\u0073\u0073":0x2118,"\u0077\u0065\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30f1,"\u0077\u0065\u006b\u006f\u0072\u0065\u0061\u006e":0x315e,"\u0077e\u006f\u006b\u006f\u0072\u0065\u0061n":0x315d,"\u0077\u0067\u0072\u0061\u0076\u0065":0x1e81,"w\u0068\u0069\u0074\u0065\u0062\u0075\u006c\u006c\u0065\u0074":0x25e6,"w\u0068\u0069\u0074\u0065\u0063\u0069\u0072\u0063\u006c\u0065":0x25cb,"\u0077\u0068\u0069\u0074ec\u006f\u0072\u006e\u0065\u0072\u0062\u0072\u0061\u0063\u006b\u0065\u0074\u006c\u0065f\u0074":0x300e,"\u0077\u0068\u0069\u0074\u0065\u0063\u006f\u0072\u006e\u0065r\u0062\u0072\u0061\u0063\u006b\u0065\u0074l\u0065\u0066\u0074\u0076\u0065\u0072\u0074\u0069\u0063\u0061\u006c":0xfe43,"\u0077\u0068\u0069te\u0063\u006f\u0072\u006e\u0065\u0072\u0062\u0072\u0061\u0063\u006b\u0065\u0074\u0072\u0069\u0067\u0068\u0074":0x300f,"\u0077\u0068\u0069t\u0065\u0063\u006f\u0072n\u0065\u0072\u0062\u0072\u0061\u0063\u006be\u0074\u0072\u0069\u0067\u0068\u0074\u0076\u0065\u0072\u0074\u0069\u0063\u0061\u006c":0xfe44,"\u0077\u0068\u0069t\u0065\u0064\u0069\u0061\u006d\u006f\u006e\u0064":0x25c7,"\u0077\u0068\u0069\u0074\u0065\u0064\u0069\u0061\u006d\u006f\u006e\u0064\u0063o\u006e\u0074\u0061\u0069\u006e\u0069n\u0067\u0062\u006c\u0061\u0063\u006b\u0073\u006d\u0061\u006c\u006c\u0064\u0069a\u006d\u006f\u006e\u0064":0x25c8,"\u0077\u0068\u0069\u0074\u0065\u0064\u006f\u0077\u006e\u0070o\u0069\u006e\u0074\u0069\u006e\u0067\u0073m\u0061\u006c\u006c\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065":0x25bf,"\u0077h\u0069\u0074\u0065\u0064o\u0077\u006e\u0070\u006f\u0069n\u0074i\u006eg\u0074\u0072\u0069\u0061\u006e\u0067\u006ce":0x25bd,"w\u0068i\u0074\u0065\u0069\u006e\u0077\u0068\u0069\u0074e\u0074\u0072\u0069\u0061ng\u006c\u0065":0x27c1,"\u0077\u0068\u0069\u0074\u0065\u006c\u0065\u0066\u0074\u0070o\u0069\u006e\u0074\u0069\u006e\u0067\u0073m\u0061\u006c\u006c\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065":0x25c3,"\u0077h\u0069\u0074\u0065\u006ce\u0066\u0074\u0070\u006f\u0069n\u0074i\u006eg\u0074\u0072\u0069\u0061\u006e\u0067\u006ce":0x25c1,"\u0077\u0068\u0069\u0074\u0065\u006c\u0065\u006e\u0074\u0069\u0063u\u006c\u0061\u0072\u0062\u0072\u0061\u0063\u006b\u0065\u0074l\u0065\u0066\u0074":0x3016,"w\u0068\u0069\u0074\u0065\u006c\u0065n\u0074\u0069\u0063\u0075\u006c\u0061\u0072\u0062\u0072a\u0063\u006b\u0065t\u0072i\u0067\u0068\u0074":0x3017,"\u0077\u0068i\u0074\u0065\u0070o\u0069\u006e\u0074\u0065\u0072\u006c\u0065\u0066\u0074":0x25c5,"\u0077\u0068\u0069\u0074\u0065\u0070\u006f\u0069\u006e\u0074\u0065\u0072r\u0069\u0067\u0068\u0074":0x25bb,"\u0077\u0068\u0069t\u0065\u0072\u0069\u0067h\u0074\u0070\u006f\u0069\u006e\u0074\u0069n\u0067\u0073\u006d\u0061\u006c\u006c\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065":0x25b9,"\u0077\u0068\u0069\u0074\u0065\u0072\u0069\u0067\u0068\u0074\u0070o\u0069\u006e\u0074\u0069\u006e\u0067\u0074\u0072\u0069\u0061n\u0067\u006c\u0065":0x25b7,"\u0077\u0068i\u0074\u0065\u0073m\u0061\u006c\u006c\u0073\u0071\u0075\u0061\u0072\u0065":0x25ab,"\u0077\u0068\u0069\u0074es\u0071\u0075\u0061\u0072\u0065\u0074\u0069\u0063\u006b\u006c\u0065\u0066\u0074":0x27e4,"w\u0068i\u0074\u0065\u0073\u0071\u0075\u0061\u0072\u0065t\u0069\u0063\u006b\u0072ig\u0068\u0074":0x27e5,"\u0077h\u0069\u0074\u0065\u0073\u0074\u0061r":0x2606,"\u0077\u0068\u0069\u0074\u0065\u0074\u0065\u006c\u0065p\u0068\u006f\u006e\u0065":0x260f,"\u0077\u0068i\u0074\u0065\u0074\u006f\u0072\u0074\u006f\u0069\u0073\u0065\u0073\u0068\u0065\u006c\u006c\u0062\u0072\u0061\u0063\u006b\u0065\u0074le\u0066\u0074":0x3018,"\u0077\u0068\u0069\u0074\u0065\u0074\u006f\u0072\u0074\u006fi\u0073\u0065\u0073\u0068\u0065\u006c\u006cb\u0072\u0061\u0063\u006b\u0065\u0074\u0072\u0069\u0067\u0068\u0074":0x3019,"\u0077\u0068\u0069\u0074e\u0075\u0070\u0070\u006f\u0069\u006e\u0074\u0069\u006e\u0067s\u006da\u006c\u006c\u0074\u0072\u0069\u0061\u006eg\u006c\u0065":0x25b5,"\u0077\u0068\u0069te\u0075\u0070\u0070\u006f\u0069\u006e\u0074\u0069\u006e\u0067\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065":0x25b3,"w\u0068\u0074\u0068\u006f\u0072\u007a\u006f\u0076\u0061\u006c":0x2b2d,"w\u0068\u0074\u0076\u0065\u0072\u0074\u006f\u0076\u0061\u006c":0x2b2f,"\u0077\u0069\u0064\u0065\u0061\u006e\u0067\u006c\u0065\u0064\u006f\u0077\u006e":0x29a6,"w\u0069\u0064\u0065\u0061\u006e\u0067\u006c\u0065\u0075\u0070":0x29a7,"\u0077i\u0064e\u0062\u0072\u0069\u0064\u0067\u0065\u0061\u0062\u006f\u0076\u0065":0x20e9,"\u0077\u0069\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x3090,"\u0077\u0069\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30f0,"\u0077\u0069\u006b\u006f\u0072\u0065\u0061\u006e":0x315f,"\u0077\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff57,"\u0077\u006f\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x3092,"\u0077\u006f\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30f2,"\u0077\u006f\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068":0xff66,"\u0077\u006f\u006e":0x20a9,"\u0077\u006f\u006em\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xffe6,"\u0077\u006f\u0077\u0061\u0065\u006e\u0074\u0068\u0061\u0069":0x0e27,"\u0077\u0070\u0061\u0072\u0065\u006e":0x24b2,"\u0077\u0072\u0065\u0061\u0074\u0068\u0070\u0072\u006f\u0064\u0075\u0063\u0074":0x2240,"\u0077\u0072\u0069n\u0067":0x1e98,"\u0077\u0073\u0075\u0070\u0065\u0072":0x0240,"\u0077s\u0075\u0070\u0065\u0072\u0069\u006fr":0x02b7,"\u0077\u0074\u0075r\u006e":0x021d,"\u0077t\u0075\u0072\u006e\u0065\u0064":0x028d,"\u0077\u0079\u006e\u006e":0x01bf,"\u0078":0x0078,"\u0078a\u0062\u006f\u0076\u0065\u0063\u006db":0x033d,"\u0078b\u006f\u0070\u006f\u006d\u006f\u0066o":0x3112,"\u0078c\u0069\u0072\u0063\u006c\u0065":0x24e7,"\u0078d\u0069\u0065\u0072\u0065\u0073\u0069s":0x1e8d,"\u0078\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074":0x1e8b,"x\u0065\u0068\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x056d,"\u0078\u0069":0x03be,"\u0078\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff58,"\u0078\u0070\u0061\u0072\u0065\u006e":0x24b3,"\u0078s\u0075\u0070\u0065\u0072\u0069\u006fr":0x02e3,"\u0079":0x0079,"y\u0061\u0061\u0064\u006f\u0073\u0071\u0075\u0061\u0072\u0065":0x334e,"\u0079a\u0062\u0065\u006e\u0067\u0061\u006ci":0x09af,"\u0079\u0061\u0063\u0075\u0074\u0065":0x00fd,"\u0079\u0061\u0064\u0065\u0076\u0061":0x092f,"\u0079a\u0065\u006b\u006f\u0072\u0065\u0061n":0x3152,"\u0079\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069":0x0aaf,"\u0079\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a2f,"\u0079\u0061\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x3084,"\u0079\u0061\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30e4,"\u0079\u0061\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068":0xff94,"\u0079\u0061\u006b\u006f\u0072\u0065\u0061\u006e":0x3151,"\u0079\u0061\u006da\u006b\u006b\u0061\u006e\u0074\u0068\u0061\u0069":0x0e4e,"\u0079a\u0073m\u0061\u006c\u006c\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x3083,"\u0079a\u0073m\u0061\u006c\u006c\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30e3,"\u0079a\u0073\u006d\u0061\u006c\u006c\u006b\u0061\u0074\u0061\u006b\u0061n\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068":0xff6c,"y\u0061\u0074\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x0463,"\u0079c\u0069\u0072\u0063\u006c\u0065":0x24e8,"y\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078":0x0177,"\u0079d\u0069\u0065\u0072\u0065\u0073\u0069s":0x00ff,"\u0079\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074":0x1e8f,"\u0079d\u006f\u0074\u0062\u0065\u006c\u006fw":0x1ef5,"\u0079e\u0068\u0061\u0072\u0061\u0062\u0069c":0x064a,"\u0079e\u0068b\u0061\u0072\u0072\u0065\u0065\u0061\u0072\u0061\u0062\u0069\u0063":0x06d2,"y\u0065h\u0062\u0061\u0072\u0072\u0065\u0065\u0066\u0069n\u0061\u006c\u0061\u0072ab\u0069\u0063":0xfbaf,"\u0079\u0065\u0068\u0066\u0069\u006e\u0061\u006c\u0061r\u0061\u0062\u0069\u0063":0xfef2,"\u0079\u0065\u0068\u0068am\u007a\u0061\u0061\u0062\u006f\u0076\u0065\u0061\u0072\u0061\u0062\u0069\u0063":0x0626,"\u0079e\u0068\u0068\u0061\u006d\u007a\u0061\u0061\u0062\u006f\u0076\u0065f\u0069\u006e\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063":0xfe8a,"\u0079\u0065\u0068\u0068\u0061\u006d\u007a\u0061\u0061\u0062\u006fv\u0065\u0069\u006e\u0069\u0074\u0069\u0061\u006c\u0061\u0072a\u0062\u0069\u0063":0xfe8b,"\u0079e\u0068\u0068\u0061\u006dz\u0061\u0061\u0062\u006f\u0076e\u006de\u0064i\u0061\u006c\u0061\u0072\u0061\u0062\u0069c":0xfe8c,"\u0079\u0065h\u0069\u006e\u0069t\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063":0xfef3,"y\u0065\u0068\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064":0xfef1,"y\u0065h\u006d\u0065\u0065\u006d\u0069\u006e\u0069\u0074i\u0061\u006c\u0061\u0072ab\u0069\u0063":0xfcdd,"y\u0065\u0068\u006d\u0065em\u0069s\u006f\u006c\u0061\u0074\u0065d\u0061\u0072\u0061\u0062\u0069\u0063":0xfc58,"\u0079e\u0068n\u006f\u006f\u006e\u0066\u0069n\u0061\u006ca\u0072\u0061\u0062\u0069\u0063":0xfc94,"\u0079\u0065\u0068th\u0072\u0065\u0065\u0064\u006f\u0074\u0073\u0062\u0065\u006c\u006f\u0077\u0061\u0072\u0061\u0062\u0069\u0063":0x06d1,"\u0079\u0065\u0068wi\u0074\u0068\u0061\u006c\u0065\u0066\u006d\u0061\u006b\u0073\u0075\u0072\u0061\u0066\u0069\u006e\u0061\u006c":0xfc95,"\u0079\u0065\u0068\u0077\u0069\u0074\u0068\u0061\u006c\u0065\u0066m\u0061\u006b\u0073\u0075\u0072\u0061\u0069\u0073\u006f\u006ca\u0074\u0065\u0064":0xfc59,"\u0079\u0065\u0068\u0077\u0069\u0074\u0068\u0068\u0061\u0068\u0069\u006ei\u0074\u0069\u0061\u006c":0xfcdb,"\u0079e\u0068\u0077\u0069\u0074h\u0068\u0061\u006d\u007a\u0061a\u0062o\u0076e\u0069\u0073\u006f\u006c\u0061\u0074\u0065d":0xfe89,"\u0079e\u0068w\u0069\u0074\u0068\u006a\u0065e\u006d\u0069n\u0069\u0074\u0069\u0061\u006c":0xfcda,"\u0079e\u0068w\u0069\u0074\u0068\u006b\u0068a\u0068\u0069n\u0069\u0074\u0069\u0061\u006c":0xfcdc,"\u0079e\u0068w\u0069\u0074\u0068\u0072\u0065\u0068\u0066\u0069\u006e\u0061\u006c":0xfc91,"\u0079\u0065\u006b\u006f\u0072\u0065\u0061\u006e":0x3156,"\u0079\u0065\u006e":0x00a5,"\u0079\u0065\u006em\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xffe5,"\u0079e\u006f\u006b\u006f\u0072\u0065\u0061n":0x3155,"\u0079\u0065\u006f\u0072\u0069\u006e\u0068\u0069\u0065\u0075\u0068\u006bo\u0072\u0065\u0061\u006e":0x3186,"\u0079e\u0072a\u0068\u0062\u0065\u006e\u0079o\u006d\u006fh\u0065\u0062\u0072\u0065\u0077":0x05aa,"\u0079\u0065\u0072i\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x044b,"y\u0065r\u0075\u0064\u0069\u0065\u0072\u0065\u0073\u0069s\u0063\u0079\u0072\u0069ll\u0069\u0063":0x04f9,"\u0079\u0065\u0073\u0069\u0065\u0075\u006e\u0067\u006bo\u0072\u0065\u0061\u006e":0x3181,"y\u0065\u0073\u0069\u0065un\u0067p\u0061\u006e\u0073\u0069\u006fs\u006b\u006f\u0072\u0065\u0061\u006e":0x3183,"\u0079e\u0073i\u0065\u0075\u006e\u0067\u0073i\u006f\u0073k\u006f\u0072\u0065\u0061\u006e":0x3182,"y\u0065\u0074\u0069\u0076\u0068\u0065\u0062\u0072\u0065\u0077":0x059a,"\u0079\u0067\u0072\u0061\u0076\u0065":0x1ef3,"\u0079\u0068\u006fo\u006b":0x01b4,"\u0079\u0068\u006f\u006f\u006b\u0061\u0062\u006f\u0076\u0065":0x1ef7,"\u0079\u0069\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x0575,"\u0079\u0069\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x0457,"\u0079\u0069\u006b\u006f\u0072\u0065\u0061\u006e":0x3162,"\u0079i\u006e\u0079\u0061\u006e\u0067":0x262f,"\u0079\u0069\u0077n\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x0582,"\u0079\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff59,"\u0079o\u0064d\u0061\u0067\u0065\u0073\u0068\u0068\u0065\u0062\u0072\u0065\u0077":0xfb39,"\u0079\u006f\u0064y\u006f\u0064\u0068\u0065\u0062\u0072\u0065\u0077":0x05f2,"\u0079\u006f\u0064\u0079\u006f\u0064\u0070\u0061\u0074\u0061\u0068\u0068e\u0062\u0072\u0065\u0077":0xfb1f,"\u0079\u006f\u0067\u0068":0x0222,"\u0079\u006f\u0067\u0068\u0063\u0075\u0072\u006c":0x0223,"\u0079\u006f\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x3088,"\u0079o\u0069\u006b\u006f\u0072\u0065\u0061n":0x3189,"\u0079\u006f\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30e8,"\u0079\u006f\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068":0xff96,"\u0079\u006f\u006b\u006f\u0072\u0065\u0061\u006e":0x315b,"\u0079o\u0073m\u0061\u006c\u006c\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x3087,"\u0079o\u0073m\u0061\u006c\u006c\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30e7,"\u0079o\u0073\u006d\u0061\u006c\u006c\u006b\u0061\u0074\u0061\u006b\u0061n\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068":0xff6e,"\u0079\u006f\u0074\u0067\u0072\u0065\u0065\u006b":0x03f3,"y\u006f\u0079\u0061\u0065\u006b\u006f\u0072\u0065\u0061\u006e":0x3188,"\u0079\u006f\u0079\u0061\u006b\u006f\u0072\u0065\u0061\u006e":0x3187,"\u0079o\u0079\u0061\u006b\u0074\u0068\u0061i":0x0e22,"\u0079\u006f\u0079\u0069\u006e\u0067\u0074\u0068\u0061\u0069":0x0e0d,"\u0079\u0070\u0061\u0072\u0065\u006e":0x24b4,"\u0079\u0070\u006f\u0067\u0065\u0067\u0072\u0061\u006d\u006d\u0065\u006e\u0069":0x037a,"y\u0070\u006f\u0067\u0065gr\u0061m\u006d\u0065\u006e\u0069\u0067r\u0065\u0065\u006b\u0063\u006d\u0062":0x0345,"\u0079\u0072":0x01a6,"\u0079\u0072\u0069n\u0067":0x1e99,"\u0079\u0073\u0075\u0070\u0065\u0072":0x0241,"\u0079s\u0075\u0070\u0065\u0072\u0069\u006fr":0x02b8,"\u0079\u0074\u0069\u006c\u0064\u0065":0x1ef9,"\u0079\u0074\u0075r\u006e":0x021e,"\u0079t\u0075\u0072\u006e\u0065\u0064":0x028e,"\u0079\u0075\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x3086,"\u0079u\u0069\u006b\u006f\u0072\u0065\u0061n":0x318c,"\u0079\u0075\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30e6,"\u0079\u0075\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068":0xff95,"\u0079\u0075\u006b\u006f\u0072\u0065\u0061\u006e":0x3160,"\u0079\u0075\u0073\u0062\u0069\u0067\u0063\u0079\u0072i\u006c\u006c\u0069\u0063":0x046b,"\u0079\u0075\u0073\u0062ig\u0069\u006f\u0074\u0069\u0066\u0069\u0065\u0064\u0063\u0079\u0072\u0069\u006c\u006ci\u0063":0x046d,"\u0079\u0075\u0073\u006c\u0069\u0074\u0074\u006c\u0065\u0063\u0079\u0072i\u006c\u006c\u0069\u0063":0x0467,"\u0079u\u0073\u006c\u0069\u0074t\u006c\u0065\u0069\u006f\u0074i\u0066i\u0065d\u0063\u0079\u0072\u0069\u006c\u006c\u0069c":0x0469,"\u0079u\u0073m\u0061\u006c\u006c\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x3085,"\u0079u\u0073m\u0061\u006c\u006c\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30e5,"\u0079u\u0073\u006d\u0061\u006c\u006c\u006b\u0061\u0074\u0061\u006b\u0061n\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068":0xff6d,"\u0079\u0075\u0079\u0065\u006b\u006f\u0072\u0065\u0061\u006e":0x318b,"y\u0075\u0079\u0065\u006f\u006b\u006f\u0072\u0065\u0061\u006e":0x318a,"\u0079\u0079\u0061\u0062\u0065\u006e\u0067\u0061\u006c\u0069":0x09df,"\u0079y\u0061\u0064\u0065\u0076\u0061":0x095f,"\u007a":0x007a,"\u007a\u0061\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x0566,"\u007a\u0061\u0063\u0075\u0074\u0065":0x017a,"\u007a\u0061\u0064\u0065\u0076\u0061":0x095b,"\u007a\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a5b,"\u007aa\u0068\u0061\u0072\u0061\u0062\u0069c":0x0638,"\u007a\u0061\u0068\u0066\u0069\u006e\u0061\u006c\u0061r\u0061\u0062\u0069\u0063":0xfec6,"\u007a\u0061h\u0069\u006e\u0069t\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063":0xfec7,"\u007a\u0061\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x3056,"z\u0061\u0068\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064":0xfec5,"\u007aa\u0068m\u0065\u0064\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063":0xfec8,"\u007a\u0061\u0069\u006e\u0061\u0072\u0061\u0062\u0069\u0063":0x0632,"\u007aa\u0069n\u0066\u0069\u006e\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063":0xfeb0,"\u007a\u0061\u0069n\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064":0xfeaf,"\u007a\u0061\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30b6,"\u007a\u0061q\u0065\u0066\u0067a\u0064\u006f\u006c\u0068\u0065\u0062\u0072\u0065\u0077":0x0595,"\u007a\u0061q\u0065\u0066\u0071a\u0074\u0061\u006e\u0068\u0065\u0062\u0072\u0065\u0077":0x0594,"z\u0061\u0072\u0071\u0061\u0068\u0065\u0062\u0072\u0065\u0077":0x0598,"\u007a\u0061\u0079\u0069\u006e\u0064\u0061\u0067\u0065\u0073\u0068\u0068e\u0062\u0072\u0065\u0077":0xfb36,"\u007ab\u006f\u0070\u006f\u006d\u006f\u0066o":0x3117,"\u007a\u0063\u0061\u0072\u006f\u006e":0x017e,"\u007ac\u0069\u0072\u0063\u006c\u0065":0x24e9,"z\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078":0x1e91,"\u007a\u0063\u006d\u0070":0x2a1f,"\u007a\u0063\u0075r\u006c":0x0291,"\u007a\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074":0x017c,"\u007ad\u006f\u0074\u0062\u0065\u006c\u006fw":0x1e93,"\u007a\u0065\u0064\u0065sc\u0065\u006e\u0064\u0065\u0072\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x0499,"\u007ae\u0064i\u0065\u0072\u0065\u0073\u0069s\u0063\u0079r\u0069\u006c\u006c\u0069\u0063":0x04df,"\u007a\u0065\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x305c,"\u007a\u0065\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30bc,"\u007a\u0065\u0072\u006f":0x0030,"z\u0065\u0072\u006f\u0062\u0065\u006e\u0067\u0061\u006c\u0069":0x09e6,"\u007a\u0065\u0072\u006f\u0064\u0065\u0076\u0061":0x0966,"\u007a\u0065\u0072o\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069":0x0ae6,"\u007a\u0065\u0072o\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a66,"\u007a\u0065\u0072\u006f\u0068\u0061\u0063\u006b\u0061r\u0061\u0062\u0069\u0063":0x0660,"\u007a\u0065\u0072o\u0069\u006e\u0066\u0065\u0072\u0069\u006f\u0072":0x2080,"\u007a\u0065\u0072\u006f\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff10,"\u007a\u0065\u0072o\u006f\u006c\u0064\u0073\u0074\u0079\u006c\u0065":0xf730,"z\u0065\u0072\u006f\u0070\u0065\u0072\u0073\u0069\u0061\u006e":0x06f0,"\u007a\u0065\u0072o\u0073\u0075\u0070\u0065\u0072\u0069\u006f\u0072":0x2070,"\u007a\u0065\u0072\u006f\u0074\u0068\u0061\u0069":0x0e50,"\u007ae\u0072o\u0077\u0069\u0064\u0074\u0068\u006a\u006f\u0069\u006e\u0065\u0072":0xfeff,"\u007a\u0065\u0072\u006f\u0077\u0069\u0064\u0074\u0068s\u0070\u0061\u0063\u0065":0x200b,"\u007a\u0065\u0074\u0061":0x03b6,"\u007a\u0068\u0062\u006f\u0070\u006f\u006d\u006f\u0066\u006f":0x3113,"z\u0068\u0065\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x056a,"\u007a\u0068\u0065\u0062\u0072\u0065\u0076\u0065":0x03fe,"\u007a\u0068e\u0062\u0072\u0065v\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x04c2,"z\u0068\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x0436,"z\u0068e\u0064\u0065\u0073\u0063\u0065\u006e\u0064\u0065r\u0063\u0079\u0072\u0069ll\u0069\u0063":0x0497,"\u007a\u0068\u0065\u0064ie\u0072\u0065\u0073\u0069\u0073\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x04dd,"\u007a\u0069\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x3058,"\u007a\u0069\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30b8,"z\u0069\u006e\u006f\u0072\u0068\u0065\u0062\u0072\u0065\u0077":0x05ae,"\u007a\u006c\u0069\u006e\u0065\u0062\u0065\u006c\u006f\u0077":0x1e95,"\u007a\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff5a,"\u007a\u006f\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x305e,"\u007a\u006f\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30be,"\u007a\u0070\u0061\u0072\u0065\u006e":0x24b5,"\u007a\u0070\u0069p\u0065":0x2a20,"\u007a\u0070\u0072\u006f\u006a\u0065\u0063\u0074":0x2a21,"\u007a\u0072\u0065\u0074\u0072\u006f\u0066\u006c\u0065x\u0068\u006f\u006f\u006b":0x0290,"\u007ar\u0074\u0068\u006f\u006f\u006b":0x0220,"\u007as\u0074\u0072\u006f\u006b\u0065":0x01b6,"\u007a\u0075\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x305a,"\u007a\u0075\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30ba}); -var _eaee =_fc .NewByteRuneMap (map[byte ]rune {0x20:' ',0x21:'!',0x22:'"',0x23:'#',0x24:'$',0x25:'%',0x26:'&',0x27:'\'',0x28:'(',0x29:')',0x2a:'*',0x2b:'+',0x2c:',',0x2d:'-',0x2e:'.',0x2f:'/',0x30:'0',0x31:'1',0x32:'2',0x33:'3',0x34:'4',0x35:'5',0x36:'6',0x37:'7',0x38:'8',0x39:'9',0x3a:':',0x3b:';',0x3c:'<',0x3d:'=',0x3e:'>',0x3f:'?',0x40:'@',0x41:'A',0x42:'B',0x43:'C',0x44:'D',0x45:'E',0x46:'F',0x47:'G',0x48:'H',0x49:'I',0x4a:'J',0x4b:'K',0x4c:'L',0x4d:'M',0x4e:'N',0x4f:'O',0x50:'P',0x51:'Q',0x52:'R',0x53:'S',0x54:'T',0x55:'U',0x56:'V',0x57:'W',0x58:'X',0x59:'Y',0x5a:'Z',0x5b:'[',0x5c:'\\',0x5d:']',0x5e:'^',0x5f:'_',0x60:'`',0x61:'a',0x62:'b',0x63:'c',0x64:'d',0x65:'e',0x66:'f',0x67:'g',0x68:'h',0x69:'i',0x6a:'j',0x6b:'k',0x6c:'l',0x6d:'m',0x6e:'n',0x6f:'o',0x70:'p',0x71:'q',0x72:'r',0x73:'s',0x74:'t',0x75:'u',0x76:'v',0x77:'w',0x78:'x',0x79:'y',0x7a:'z',0x7b:'{',0x7c:'|',0x7d:'}',0x7e:'~',0x7f:'•',0x80:'€',0x81:'•',0x82:'‚',0x83:'ƒ',0x84:'„',0x85:'…',0x86:'†',0x87:'‡',0x88:'ˆ',0x89:'‰',0x8a:'Š',0x8b:'‹',0x8c:'Œ',0x8d:'•',0x8e:'Ž',0x8f:'•',0x90:'•',0x91:'‘',0x92:'’',0x93:'“',0x94:'”',0x95:'•',0x96:'–',0x97:'—',0x98:'˜',0x99:'™',0x9a:'š',0x9b:'›',0x9c:'œ',0x9d:'•',0x9e:'ž',0x9f:'Ÿ',0xa0:' ',0xa1:'¡',0xa2:'¢',0xa3:'£',0xa4:'¤',0xa5:'¥',0xa6:'¦',0xa7:'§',0xa8:'¨',0xa9:'©',0xaa:'ª',0xab:'«',0xac:'¬',0xad:'-',0xae:'®',0xaf:'¯',0xb0:'°',0xb1:'±',0xb2:'²',0xb3:'³',0xb4:'´',0xb5:'µ',0xb6:'¶',0xb7:'·',0xb8:'¸',0xb9:'¹',0xba:'º',0xbb:'»',0xbc:'¼',0xbd:'½',0xbe:'¾',0xbf:'¿',0xc0:'À',0xc1:'Á',0xc2:'Â',0xc3:'Ã',0xc4:'Ä',0xc5:'Å',0xc6:'Æ',0xc7:'Ç',0xc8:'È',0xc9:'É',0xca:'Ê',0xcb:'Ë',0xcc:'Ì',0xcd:'Í',0xce:'Î',0xcf:'Ï',0xd0:'Ð',0xd1:'Ñ',0xd2:'Ò',0xd3:'Ó',0xd4:'Ô',0xd5:'Õ',0xd6:'Ö',0xd7:'×',0xd8:'Ø',0xd9:'Ù',0xda:'Ú',0xdb:'Û',0xdc:'Ü',0xdd:'Ý',0xde:'Þ',0xdf:'ß',0xe0:'à',0xe1:'á',0xe2:'â',0xe3:'ã',0xe4:'ä',0xe5:'å',0xe6:'æ',0xe7:'ç',0xe8:'è',0xe9:'é',0xea:'ê',0xeb:'ë',0xec:'ì',0xed:'í',0xee:'î',0xef:'ï',0xf0:'ð',0xf1:'ñ',0xf2:'ò',0xf3:'ó',0xf4:'ô',0xf5:'õ',0xf6:'ö',0xf7:'÷',0xf8:'ø',0xf9:'ù',0xfa:'ú',0xfb:'û',0xfc:'ü',0xfd:'ý',0xfe:'þ',0xff:'ÿ'}); -func (_dd *charCodeGlyphNameMap )Write (k CharCode ,v GlyphName ){_dd ._c .Lock ();defer _dd ._c .Unlock ();_dd ._ea [k ]=v ;};type CMapEncoder struct{_fcf string ;_fdc *_gg .CMap ;_agb *_gg .CMap ;};var _acf =_fc .NewStringRuneMap (map[string ]rune {"\u0066\u005f\u0074":0xe000,"\u0066\u005f\u006a":0xe001,"\u0066\u005f\u0062":0xe002,"\u0066\u005f\u0068":0xe003,"\u0066\u005f\u006b":0xe004,"\u0074\u005f\u0074":0xe005,"\u0074\u005f\u0066":0xe006,"\u0066\u005f\u0066_\u006a":0xe007,"\u0066\u005f\u0066_\u0062":0xe008,"\u0066\u005f\u0066_\u0068":0xe009,"\u0066\u005f\u0066_\u006b":0xe00a,"\u0054\u005f\u0068":0xe00b}); -func (_ddd *simpleEncoder )Reset (){};type IdentityEncoder struct{_ddb string ;_abfg *_fc .RuneSet ;};func (_adf UTF16Encoder )Decode (raw []byte )string {return _dg .UTF16ToString (raw )};type differencesEncoding struct{_eb SimpleEncoder ;_fcca *charCodeGlyphNameMap ; -_ca *_fc .ByteRuneMap ;_cc *_fc .RuneByteMap ;};func (_bgee *simpleEncoding )String ()string {return "\u0073i\u006dp\u006c\u0065\u0045\u006e\u0063\u006f\u0064\u0069\u006e\u0067\u0028"+_bgee ._eddb +"\u0029";};func (_eed *charCodeGlyphNameMap )Read (key CharCode )(GlyphName ,bool ){_eed ._c .RLock (); -defer _eed ._c .RUnlock ();_gd ,_ag :=_eed ._ea [key ];return _gd ,_ag ;};func (_ecc *charCodeGlyphNameMap )Length ()int {_ecc ._c .RLock ();defer _ecc ._c .RUnlock ();return len (_ecc ._ea );};func NewWinAnsiEncoder ()SimpleEncoder {return _cgd .NewEncoder ()}; -func (_ccbc *simpleEncodersMap )Write (s string ,f func ()SimpleEncoder ){_ccbc ._cbe .Lock ();defer _ccbc ._cbe .Unlock ();_ccbc ._bgec [s ]=f ;};func _ecd (_dab *charCodeGlyphNameMap )*_edf .PdfObjectArray {if _dab .Length ()==0{return nil ;};_fcfg :=make ([]CharCode ,0,_dab .Length ()); -_dab .Range (func (_bcb CharCode ,_ GlyphName )(_fdg bool ){_fcfg =append (_fcfg ,_bcb );return false });_ef .Slice (_fcfg ,func (_bdg ,_gdf int )bool {return _fcfg [_bdg ]< _fcfg [_gdf ]});_dbc :=_fcfg [0];_cbd ,_ :=_dab .Read (_dbc );_cg :=[]_edf .PdfObject {_edf .MakeInteger (int64 (_dbc )),_edf .MakeName (string (_cbd ))}; -for _ ,_fbe :=range _fcfg [1:]{if _fbe ==_dbc +1{_cbd ,_ =_dab .Read (_fbe );_cg =append (_cg ,_edf .MakeName (string (_cbd )));}else {_cg =append (_cg ,_edf .MakeInteger (int64 (_fbe )));};_dbc =_fbe ;};return _edf .MakeArray (_cg ...);};func (_gcd *simpleMapping )init (){_gcd ._bae =_fc .MakeRuneByteMap (_gcd ._ebd .Length ()); -_gcd ._ebd .Range (func (_cfb byte ,_eda rune )(_aede bool ){if _facd ,_cef :=_gcd ._bae .Read (_eda );!_cef ||_cfb < _facd {_gcd ._bae .Write (_eda ,_cfb );};return false ;});};func (_bbg *simpleEncoding )BaseName ()string {return _bbg ._eddb };func NewZapfDingbatsEncoder ()SimpleEncoder {return _gba .NewEncoder ()}; -func ExpandLigatures (runes []rune )string {var _gea _ec .Buffer ;for _ ,_cdcc :=range runes {_cgb :=RuneToString (_cdcc );_gea .WriteString (_cgb );};return _gea .String ();};var _fbea =_fc .NewByteRuneMap (map[byte ]rune {0x20:' ',0x21:'\uf721',0x22:'\uf6f8',0x23:'\uf7a2',0x24:'\uf724',0x25:'\uf6e4',0x26:'\uf726',0x27:'\uf7b4',0x28:'⁽',0x29:'⁾',0x2a:'‥',0x2b:'․',0x2c:',',0x2d:'-',0x2e:'.',0x2f:'⁄',0x30:'\uf730',0x31:'\uf731',0x32:'\uf732',0x33:'\uf733',0x34:'\uf734',0x35:'\uf735',0x36:'\uf736',0x37:'\uf737',0x38:'\uf738',0x39:'\uf739',0x3a:':',0x3b:';',0x3d:'\uf6de',0x3f:'\uf73f',0x44:'\uf7f0',0x47:'¼',0x48:'½',0x49:'¾',0x4a:'⅛',0x4b:'⅜',0x4c:'⅝',0x4d:'⅞',0x4e:'⅓',0x4f:'⅔',0x56:'ff',0x57:'fi',0x58:'fl',0x59:'ffi',0x5a:'ffl',0x5b:'₍',0x5d:'₎',0x5e:'\uf6f6',0x5f:'\uf6e5',0x60:'\uf760',0x61:'\uf761',0x62:'\uf762',0x63:'\uf763',0x64:'\uf764',0x65:'\uf765',0x66:'\uf766',0x67:'\uf767',0x68:'\uf768',0x69:'\uf769',0x6a:'\uf76a',0x6b:'\uf76b',0x6c:'\uf76c',0x6d:'\uf76d',0x6e:'\uf76e',0x6f:'\uf76f',0x70:'\uf770',0x71:'\uf771',0x72:'\uf772',0x73:'\uf773',0x74:'\uf774',0x75:'\uf775',0x76:'\uf776',0x77:'\uf777',0x78:'\uf778',0x79:'\uf779',0x7a:'\uf77a',0x7b:'₡',0x7c:'\uf6dc',0x7d:'\uf6dd',0x7e:'\uf6fe',0x81:'\uf6e9',0x82:'\uf6e0',0x87:'\uf7e1',0x88:'\uf7e0',0x89:'\uf7e2',0x8a:'\uf7e4',0x8b:'\uf7e3',0x8c:'\uf7e5',0x8d:'\uf7e7',0x8e:'\uf7e9',0x8f:'\uf7e8',0x90:'\uf7ea',0x91:'\uf7eb',0x92:'\uf7ed',0x93:'\uf7ec',0x94:'\uf7ee',0x95:'\uf7ef',0x96:'\uf7f1',0x97:'\uf7f3',0x98:'\uf7f2',0x99:'\uf7f4',0x9a:'\uf7f6',0x9b:'\uf7f5',0x9c:'\uf7fa',0x9d:'\uf7f9',0x9e:'\uf7fb',0x9f:'\uf7fc',0xa1:'⁸',0xa2:'₄',0xa3:'₃',0xa4:'₆',0xa5:'₈',0xa6:'₇',0xa7:'\uf6fd',0xa9:'\uf6df',0xaa:'₂',0xac:'\uf7a8',0xae:'\uf6f5',0xaf:'\uf6f0',0xb0:'₅',0xb2:'\uf6e1',0xb3:'\uf6e7',0xb4:'\uf7fd',0xb6:'\uf6e3',0xb9:'\uf7fe',0xbb:'₉',0xbc:'₀',0xbd:'\uf6ff',0xbe:'\uf7e6',0xbf:'\uf7f8',0xc0:'\uf7bf',0xc1:'₁',0xc2:'\uf6f9',0xc9:'\uf7b8',0xcf:'\uf6fa',0xd0:'‒',0xd1:'\uf6e6',0xd6:'\uf7a1',0xd8:'\uf7ff',0xda:'¹',0xdb:'²',0xdc:'³',0xdd:'⁴',0xde:'⁵',0xdf:'⁶',0xe0:'⁷',0xe1:'⁹',0xe2:'⁰',0xe4:'\uf6ec',0xe5:'\uf6f1',0xe6:'\uf6f3',0xe9:'\uf6ed',0xea:'\uf6f2',0xeb:'\uf6eb',0xf1:'\uf6ee',0xf2:'\uf6fb',0xf3:'\uf6f4',0xf4:'\uf7af',0xf5:'\uf6ea',0xf6:'ⁿ',0xf7:'\uf6ef',0xf8:'\uf6e2',0xf9:'\uf6e8',0xfa:'\uf6f7',0xfb:'\uf6fc'}); -func (_gfc *TrueTypeFontEncoder )ToPdfObject ()_edf .PdfObject {return _edf .MakeNull ()};func NewCMapEncoder (baseName string ,codeToCID ,cidToUnicode *_gg .CMap )CMapEncoder {return CMapEncoder {_fcf :baseName ,_fdc :codeToCID ,_agb :cidToUnicode };}; -var _cdf =_fc .NewRuneStringMap (map[rune ]string {'Ꜳ':"\u0041\u0041",'ꜳ':"\u0061\u0061",'Ꜵ':"\u0061\u0061",'ꜵ':"\u0061\u006f",'Ꜷ':"\u0041\u0055",'ꜷ':"\u0061\u0075",'Ꜽ':"\u0041\u0059",'ꜽ':"\u0061\u0079",'\U0001f670':"\u0065\u0074",'ff':"\u0066\u0066",'ffi':"\u0066\u0066\u0069",'ffl':"\u0066\u0066\u006c",'fi':"\u0066\u0069",'fl':"\u0066\u006c",'Œ':"\u004f\u0045",'œ':"\u006f\u0065",'Ꝏ':"\u004f\u004f",'ꝏ':"\u006f\u006f",'st':"\u0073\u0074",'ſt':"\u017f\u0074",'Ꜩ':"\u0054\u005a",'ꜩ':"\u0074\u007a",'ᵫ':"\u0075\u0065",'Ꝡ':"\u0056\u0059",'ꝡ':"\u0076\u0079",0xe000:"\u0066\u0074",0xe001:"\u0066\u006a",0xe002:"\u0066\u0062",0xe003:"\u0066\u0068",0xe004:"\u0066\u006b",0xe005:"\u0074\u0074",0xe006:"\u0074\u0066",0xe007:"\u0066\u0066\u006a",0xe008:"\u0066\u0066\u0062",0xe009:"\u0066\u0066\u0068",0xe00a:"\u0066\u0066\u006b",0xe00b:"\u0054\u005f\u0068"}); -func init (){RegisterSimpleEncoding (_cage ,NewMacExpertEncoder );RegisterSimpleEncoding (_ced ,NewMacRomanEncoder );};type simpleEncoder struct{_efce *_fc .RuneByteMap };func (_aed CMapEncoder )ToPdfObject ()_edf .PdfObject {if _aed ._fcf !=""{return _edf .MakeName (_aed ._fcf ); -};return _edf .MakeNull ();};func (_fed *IdentityEncoder )Encode (str string )[]byte {return _efd (_fed ,str )};func NewMacExpertEncoder ()SimpleEncoder {return _gfa .NewEncoder ()};func (_gabc UTF16Encoder )String ()string {return _gabc ._bcgf };var _gead =[...]_fc .StringsTuple {{Key :"\u0066\u005f\u0066",Value :"\u0066\u0066"},{Key :"\u0066\u005f\u0066_\u0069",Value :"\u0066\u0066\u0069"},{Key :"\u0066\u005f\u0066_\u006c",Value :"\u0066\u0066\u006c"},{Key :"\u0066\u005f\u0069",Value :"\u0066\u0069"},{Key :"\u0066\u005f\u006c",Value :"\u0066\u006c"},{Key :"a\u0073\u0063\u0072\u0069\u0070\u0074\u0074\u0075\u0072\u006e",Value :"\u0041\u0045\u006d\u0061\u0063\u0072\u006f\u006e"},{Key :"\u006d\u0074\u0075r\u006e\u0064\u0065\u0073\u0063\u0065\u006e\u0064",Value :"\u0041d\u0062\u006c\u0067\u0072\u0061\u0076e"},{Key :"\u0061\u0074\u0075r\u006e",Value :"\u0041\u0064\u006f\u0074\u006d\u0061\u0063\u0072\u006f\u006e"},{Key :"n\u006c\u0066\u0074\u006c\u0066\u0074\u0068\u006f\u006f\u006b",Value :"\u0041\u0069\u006e\u0076\u0065\u0072\u0074\u0065\u0064b\u0072\u0065\u0076\u0065"},{Key :"\u0075p\u0041\u006c\u0070\u0068\u0061",Value :"\u0041\u006c\u0070h\u0061"},{Key :"\u0049s\u006d\u0061\u006c\u006c\u0063\u0061p",Value :"\u0041\u0072\u0069\u006e\u0067\u0061\u0063\u0075\u0074\u0065"},{Key :"\u0043\u0062\u0062",Value :"\u0042\u0062\u0062\u0043"},{Key :"\u0043\u0064\u0062\u006c\u0073\u0074\u0072\u0075\u0063\u006b",Value :"\u0042\u0062\u0062\u0043"},{Key :"\u0048\u0062\u0062",Value :"\u0042\u0062\u0062\u0048"},{Key :"\u0048\u0064\u0062\u006c\u0073\u0074\u0072\u0075\u0063\u006b",Value :"\u0042\u0062\u0062\u0048"},{Key :"\u004e\u0062\u0062",Value :"\u0042\u0062\u0062\u004e"},{Key :"\u004e\u0064\u0062\u006c\u0073\u0074\u0072\u0075\u0063\u006b",Value :"\u0042\u0062\u0062\u004e"},{Key :"\u0050\u0062\u0062",Value :"\u0042\u0062\u0062\u0050"},{Key :"\u0050\u0064\u0062\u006c\u0073\u0074\u0072\u0075\u0063\u006b",Value :"\u0042\u0062\u0062\u0050"},{Key :"\u0051\u0062\u0062",Value :"\u0042\u0062\u0062\u0051"},{Key :"\u0051\u0064\u0062\u006c\u0073\u0074\u0072\u0075\u0063\u006b",Value :"\u0042\u0062\u0062\u0051"},{Key :"\u0052\u0062\u0062",Value :"\u0042\u0062\u0062\u0052"},{Key :"\u0052\u0064\u0062\u006c\u0073\u0074\u0072\u0075\u0063\u006b",Value :"\u0042\u0062\u0062\u0052"},{Key :"\u005a\u0062\u0062",Value :"\u0042\u0062\u0062\u005a"},{Key :"\u005a\u0064\u0062\u006c\u0073\u0074\u0072\u0075\u0063\u006b",Value :"\u0042\u0062\u0062\u005a"},{Key :"\u0075\u0070\u0042\u0065\u0074\u0061",Value :"\u0042\u0065\u0074\u0061"},{Key :"\u004f\u0049",Value :"\u0042t\u006f\u0070\u0062\u0061\u0072"},{Key :"\u0048m\u0061\u0063\u0072\u006f\u006e",Value :"\u0043\u0061\u0063\u0075\u0074\u0065"},{Key :"\u0043\u0064\u006f\u0074",Value :"\u0043\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074"},{Key :"\u0043\u0068\u0065",Value :"C\u0068\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00341",Value :"C\u0068\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"l\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078",Value :"C\u0068e\u0064\u0065\u0073\u0063\u0065\u006e\u0064\u0065r\u0063\u0079\u0072\u0069ll\u0069\u0063"},{Key :"\u0075\u0070\u0043h\u0069",Value :"\u0043\u0068\u0069"},{Key :"\u0079\u0075\u0073\u0062\u0069\u0067",Value :"\u0043\u0068\u0069"},{Key :"\u0067\u0063\u0075\u0072\u0073\u0069\u0076\u0065",Value :"\u0044\u005a"},{Key :"\u0047\u0062\u0061\u0072",Value :"\u0044Z\u0063\u0061\u0072\u006f\u006e"},{Key :"\u0044\u0073\u006c\u0061\u0073\u0068",Value :"\u0044\u0063\u0072\u006f\u0061\u0074"},{Key :"\u0044\u0065",Value :"\u0044\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00321",Value :"\u0044\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u004b\u0068\u0061\u0072\u0074\u0064\u0065\u0073",Value :"\u0044e\u0069\u0063\u006f\u0070\u0074\u0069c"},{Key :"\u0069n\u0063\u0072\u0065\u006d\u0065\u006et",Value :"\u0044\u0065\u006ct\u0061"},{Key :"\u0075p\u0044\u0065\u006c\u0074\u0061",Value :"\u0044\u0065\u006c\u0074\u0061\u0067\u0072\u0065\u0065\u006b"},{Key :"\u0065\u0073\u0068\u006c\u006f\u006f\u0070\u0072\u0065\u0076",Value :"\u0044\u0068\u006fo\u006b"},{Key :"\u006d\u0062\u0066\u0064\u0069\u0067\u0061\u006d\u006d\u0061",Value :"\u0044i\u0067\u0061\u006d\u006d\u0061"},{Key :"\u0047e\u004b\u0061\u0072\u0065\u0076",Value :"\u0044\u0069\u0067a\u006d\u006d\u0061\u0067\u0072\u0065\u0065\u006b"},{Key :"\u0075p\u0044\u0069\u0067\u0061\u006d\u006da",Value :"\u0044\u0069\u0067a\u006d\u006d\u0061\u0067\u0072\u0065\u0065\u006b"},{Key :"\u0047s\u006d\u0061\u006c\u006c\u0063\u0061p",Value :"\u0044\u007a"},{Key :"\u0067\u0062\u0061\u0072",Value :"\u0044z\u0063\u0061\u0072\u006f\u006e"},{Key :"\u0044\u007a\u0068\u0065",Value :"\u0044\u007a\u0068e\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0061f\u0069\u0069\u0031\u0030\u0031\u00345",Value :"\u0044\u007a\u0068e\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0045\u0063\u0079\u0072\u0069\u006c",Value :"\u0045c\u0079\u0072\u0069\u006c\u006c\u0069c"},{Key :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00353",Value :"\u0045c\u0079\u0072\u0069\u006c\u006c\u0069c"},{Key :"\u004es\u006d\u0061\u006c\u006c\u0063\u0061p",Value :"\u0045d\u0062\u006c\u0067\u0072\u0061\u0076e"},{Key :"\u0045\u0064\u006f\u0074",Value :"\u0045\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074"},{Key :"\u004f\u0045\u0073\u006d\u0061\u006c\u006c\u0063\u0061\u0070",Value :"\u0045\u0069\u006e\u0076\u0065\u0072\u0074\u0065\u0064b\u0072\u0065\u0076\u0065"},{Key :"\u0045\u006c",Value :"\u0045\u006c\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00329",Value :"\u0045\u006c\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0045\u006d",Value :"\u0045\u006d\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00330",Value :"\u0045\u006d\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u004e\u0067",Value :"\u0045\u006e\u0067"},{Key :"\u006b\u0072\u0061",Value :"\u0045o\u0067\u006f\u006e\u0065\u006b"},{Key :"\u0075p\u0045\u0070\u0073\u0069\u006c\u006fn",Value :"\u0045p\u0073\u0069\u006c\u006f\u006e"},{Key :"\u0073\u0074\u0072\u0069\u0063\u0074\u0065\u0071\u0075\u0069\u0076\u0061l\u0065\u006e\u0063\u0065",Value :"\u0045\u0071\u0075i\u0076"},{Key :"\u0054r\u0074\u0068\u006f\u006f\u006b",Value :"\u0045r\u0065\u0076\u0065\u0072\u0073\u0065d"},{Key :"\u0045c\u0079\u0072\u0069\u006c\u0072\u0065v",Value :"\u0045\u0072\u0065\u0076\u0065\u0072\u0073\u0065\u0064\u0063\u0079\u0072i\u006c\u006c\u0069\u0063"},{Key :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00347",Value :"\u0045\u0072\u0065\u0076\u0065\u0072\u0073\u0065\u0064\u0063\u0079\u0072i\u006c\u006c\u0069\u0063"},{Key :"\u0075\u0070\u0045t\u0061",Value :"\u0045\u0074\u0061"},{Key :"\u0045\u0075\u006ce\u0072",Value :"\u0045\u0075\u006c\u0065\u0072\u0063\u006f\u006e\u0073\u0074"},{Key :"\u0065\u0075\u0072\u006f",Value :"\u0045\u0075\u0072\u006f"},{Key :"\u0065\u0070\u0073\u0069\u006c\u006f\u006e\u0031\u0072\u0065\u0076\u0063l\u006f\u0073\u0065\u0064",Value :"\u0045\u007a\u0068\u0063\u0061\u0072\u006f\u006e"},{Key :"\u004f\u0068\u006fo\u006b",Value :"\u0046e\u0069\u0063\u006f\u0070\u0074\u0069c"},{Key :"\u0055\u0070\u0073\u0069\u006c\u006f\u006e\u0032",Value :"\u0046\u0068\u006fo\u006b"},{Key :"\u0046\u0074\u0075r\u006e",Value :"\u0046\u0069\u006e\u0076"},{Key :"\u0046\u0046\u0049\u0073\u006d\u0061\u006c\u006c",Value :"\u0046\u0073\u006d\u0061\u006c\u006c"},{Key :"\u0046\u0046\u004c\u0073\u006d\u0061\u006c\u006c",Value :"\u0046\u0073\u006d\u0061\u006c\u006c"},{Key :"\u0046F\u0073\u006d\u0061\u006c\u006c",Value :"\u0046\u0073\u006d\u0061\u006c\u006c"},{Key :"\u0046I\u0073\u006d\u0061\u006c\u006c",Value :"\u0046\u0073\u006d\u0061\u006c\u006c"},{Key :"\u0046L\u0073\u006d\u0061\u006c\u006c",Value :"\u0046\u0073\u006d\u0061\u006c\u006c"},{Key :"\u0062a\u0062\u0079\u0067\u0061\u006d\u006da",Value :"\u0047\u0061\u0063\u0075\u0074\u0065"},{Key :"\u0075p\u0047\u0061\u006d\u006d\u0061",Value :"\u0047\u0061\u006dm\u0061"},{Key :"\u0055\u0073\u0074r\u0074",Value :"\u0047\u0061\u006eg\u0069\u0061\u0063\u006f\u0070\u0074\u0069\u0063"},{Key :"\u0064r\u0074\u0068\u006f\u006f\u006b",Value :"\u0047\u0063\u0061\u0072\u006f\u006e"},{Key :"\u0047\u0063\u0065\u0064\u0069\u006c\u006c\u0061",Value :"\u0047\u0063\u006fm\u006d\u0061\u0061\u0063\u0063\u0065\u006e\u0074"},{Key :"\u0047\u0064\u006f\u0074",Value :"\u0047\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074"},{Key :"\u0047\u0065",Value :"\u0047\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00320",Value :"\u0047\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0047\u0065\u0075\u0070\u0074\u0075\u0072\u006e",Value :"\u0047\u0068\u0065\u0075\u0070\u0074\u0075\u0072\u006e\u0063\u0079\u0072i\u006c\u006c\u0069\u0063"},{Key :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00350",Value :"\u0047\u0068\u0065\u0075\u0070\u0074\u0075\u0072\u006e\u0063\u0079\u0072i\u006c\u006c\u0069\u0063"},{Key :"\u0047\u0061\u006d\u0065",Value :"\u0047\u006d\u0069\u0072"},{Key :"\u006f\u0067\u006f\u006e\u0065\u006b\u006e\u006f\u0073\u0070",Value :"\u0047\u0073\u006d\u0061\u006c\u006c\u0068\u006f\u006f\u006b"},{Key :"\u0063\u0074\u0075r\u006e",Value :"\u0047s\u0074\u0072\u006f\u006b\u0065"},{Key :"w\u0068\u0069\u0074\u0065\u0073\u0071\u0075\u0061\u0072\u0065",Value :"\u0048\u0032\u0032\u0030\u0037\u0033"},{Key :"\u0062\u006f\u0078",Value :"\u0048\u0032\u0032\u0030\u0037\u0033"},{Key :"\u006d\u0064\u006c\u0067\u0077\u0068\u0074\u0073\u0071\u0075\u0061\u0072\u0065",Value :"\u0048\u0032\u0032\u0030\u0037\u0033"},{Key :"\u0073\u0071\u0075\u0061\u0072\u0065",Value :"\u0048\u0032\u0032\u0030\u0037\u0033"},{Key :"\u0054e\u0072\u0074\u0064\u0065\u0073",Value :"\u0048\u006f\u0072\u0069\u0063\u006f\u0070\u0074\u0069\u0063"},{Key :"\u0049\u006e\u006f\u0064\u006f\u0074",Value :"\u0049"},{Key :"\u0079o\u0067\u0068\u0068\u0061\u0063\u0065k",Value :"\u0049\u0063\u0061\u0072\u006f\u006e"},{Key :"\u0049\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074",Value :"\u0049\u0064\u006f\u0074"},{Key :"\u0049\u0065",Value :"\u0049\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00322",Value :"\u0049\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0049\u0062\u006ca\u0063\u006b\u006c\u0065\u0074\u0074\u0065\u0072",Value :"\u0049\u0066\u0072\u0061\u006b\u0074\u0075\u0072"},{Key :"\u0049\u0066\u0072\u0061\u0063\u0074\u0075\u0072",Value :"\u0049\u0066\u0072\u0061\u006b\u0074\u0075\u0072"},{Key :"\u0049\u006d",Value :"\u0049\u0066\u0072\u0061\u006b\u0074\u0075\u0072"},{Key :"\u0049\u0069",Value :"\u0049\u0069\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00326",Value :"\u0049\u0069\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"r\u0074\u0075\u0072\u006e\u0061\u0073\u0063\u0065\u006e\u0064",Value :"\u0049\u0069\u006e\u0076\u0065\u0072\u0074\u0065\u0064b\u0072\u0065\u0076\u0065"},{Key :"\u0049\u006f",Value :"\u0049\u006f\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00323",Value :"\u0049\u006f\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0075\u0070\u0049\u006f\u0074\u0061",Value :"\u0049\u006f\u0074\u0061"},{Key :"\u007a\u0062\u0061\u0072",Value :"I\u006f\u0074\u0061\u0061\u0066\u0072\u0069\u0063\u0061\u006e"},{Key :"\u0059\u006f\u0067\u0068",Value :"\u0049s\u0074\u0072\u006f\u006b\u0065"},{Key :"\u0075p\u004b\u0061\u0070\u0070\u0061",Value :"\u004b\u0061\u0070p\u0061"},{Key :"\u0065\u0072\u0065\u0076",Value :"\u004b\u0063\u0061\u0072\u006f\u006e"},{Key :"\u004b\u0063\u006fm\u006d\u0061\u0061\u0063\u0063\u0065\u006e\u0074",Value :"\u004b\u0063\u0065\u0064\u0069\u006c\u006c\u0061"},{Key :"\u004b\u0068\u0061",Value :"K\u0068\u0061\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00339",Value :"K\u0068\u0061\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0045s\u0063\u0065\u0064\u0069\u006c\u006ca",Value :"\u004b\u0068\u0065\u0069\u0063\u006f\u0070\u0074\u0069\u0063"},{Key :"\u0059o\u0067\u0068\u0072\u0065\u0076",Value :"\u004b\u0068\u006fo\u006b"},{Key :"\u004b\u006a\u0065",Value :"K\u006a\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00361",Value :"K\u006a\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0045n\u0072\u0074\u0064\u0065\u0073",Value :"\u004b\u006f\u0070\u0070\u0061\u0067\u0072\u0065\u0065\u006b"},{Key :"\u0075p\u004b\u006f\u0070\u0070\u0061",Value :"\u004b\u006f\u0070\u0070\u0061\u0067\u0072\u0065\u0065\u006b"},{Key :"\u0067\u0068\u0061\u0063\u0065\u006b",Value :"\u004c\u004a"},{Key :"\u0075\u0070\u004c\u0061\u006d\u0062\u0064\u0061",Value :"\u004c\u0061\u006d\u0062\u0064\u0061"},{Key :"\u004c\u0063\u006fm\u006d\u0061\u0061\u0063\u0063\u0065\u006e\u0074",Value :"\u004c\u0063\u0065\u0064\u0069\u006c\u006c\u0061"},{Key :"\u0067c\u0065\u0064\u0069\u006c\u006c\u00611",Value :"\u004cc\u0065\u0064\u0069\u006c\u006c\u00611"},{Key :"\u004c\u0064\u006f\u0074",Value :"\u004c\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074"},{Key :"\u004b\u0068\u0061\u0063\u0065\u006b",Value :"\u004c\u006a"},{Key :"\u004c\u006a\u0065",Value :"L\u006a\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00358",Value :"L\u006a\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0075\u0070\u004d\u0075",Value :"\u004d\u0075"},{Key :"\u0074m\u0061\u0063\u0072\u006f\u006e",Value :"\u004e\u0063\u0061\u0072\u006f\u006e"},{Key :"\u004e\u0063\u0065\u0064\u0069\u006c\u006c\u0061",Value :"\u004e\u0063\u006fm\u006d\u0061\u0061\u0063\u0063\u0065\u006e\u0074"},{Key :"t\u0071\u0075\u006f\u0074\u0065\u0072\u0069\u0067\u0068\u0074",Value :"\u004e\u0063\u006fm\u006d\u0061\u0061\u0063\u0063\u0065\u006e\u0074"},{Key :"\u0061\u0072\u0072\u006f\u0077\u0064\u0062\u006c\u006e\u0065",Value :"\u004ee\u0061\u0072\u0072\u006f\u0077"},{Key :"\u0075\u0070\u004e\u0075",Value :"\u004e\u0075"},{Key :"\u0061\u0072\u0072\u006f\u0077\u0064\u0062\u006c\u006e\u0077",Value :"\u004ew\u0061\u0072\u0072\u006f\u0077"},{Key :"\u004f\u0063\u0079\u0072\u0069\u006c",Value :"\u004fc\u0079\u0072\u0069\u006c\u006c\u0069c"},{Key :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00332",Value :"\u004fc\u0079\u0072\u0069\u006c\u006c\u0069c"},{Key :"\u004f\u0068\u0075\u006e\u0067\u0061\u0072\u0075\u006d\u006c\u0061\u0075\u0074",Value :"\u004fd\u0062\u006c\u0061\u0063\u0075\u0074e"},{Key :"\u0072\u0064\u0065\u0073\u0063\u0065\u006e\u0064",Value :"\u004fd\u0062\u006c\u0067\u0072\u0061\u0076e"},{Key :"\u0070\u0069\u0070\u0065",Value :"\u004f\u0068\u006fr\u006e"},{Key :"\u0070\u0069\u0070\u0065\u0064\u0062\u006c\u0062\u0061\u0072",Value :"\u004f\u0069"},{Key :"\u004f\u0068\u006d",Value :"\u004f\u006d\u0065g\u0061"},{Key :"\u006f\u0068\u006d",Value :"\u004f\u006d\u0065g\u0061"},{Key :"\u0075p\u004f\u006d\u0065\u0067\u0061",Value :"\u004f\u006d\u0065\u0067\u0061\u0067\u0072\u0065\u0065\u006b"},{Key :"\u006d\u0068\u006f",Value :"\u004f\u006d\u0065\u0067\u0061\u0069\u006e\u0076"},{Key :"o\u0068\u006d\u0069\u006e\u0076\u0065\u0072\u0074\u0065\u0064",Value :"\u004f\u006d\u0065\u0067\u0061\u0069\u006e\u0076"},{Key :"\u0075p\u004f\u006d\u0069\u0063\u0072\u006fn",Value :"\u004fm\u0069\u0063\u0072\u006f\u006e"},{Key :"\u0079\u0061\u0074",Value :"\u004fm\u0069\u0063\u0072\u006f\u006e"},{Key :"e\u0070\u0073\u0069\u006c\u006f\u006e\u0031\u0072\u0065\u0076",Value :"\u004f\u006f\u0067\u006f\u006e\u0065\u006b\u006d\u0061\u0063\u0072\u006f\u006e"},{Key :"\u0059\u0052",Value :"\u004f\u006f\u0070e\u006e"},{Key :"\u004f\u0073\u0074r\u006f\u006b\u0065\u0061\u0063\u0075\u0074\u0065",Value :"O\u0073\u006c\u0061\u0073\u0068\u0061\u0063\u0075\u0074\u0065"},{Key :"\u006c\u0079\u006fg\u0068",Value :"O\u0073\u006c\u0061\u0073\u0068\u0061\u0063\u0075\u0074\u0065"},{Key :"\u0059\u0075\u0073\u0062\u0069\u0067",Value :"\u0050\u0068\u0069"},{Key :"\u0075\u0070\u0050h\u0069",Value :"\u0050\u0068\u0069"},{Key :"\u0044Z\u0068\u0061\u0063\u0065\u006b",Value :"\u0050\u0068\u006fo\u006b"},{Key :"\u0075\u0070\u0050\u0069",Value :"\u0050\u0069"},{Key :"\u0070\u006c\u0061\u006e\u0063\u006b",Value :"P\u006c\u0061\u006e\u0063\u006b\u0063\u006f\u006e\u0073\u0074"},{Key :"\u0075\u0070\u0050s\u0069",Value :"\u0050\u0073\u0069"},{Key :"\u0065\u006e\u0064\u006f\u0066\u0070\u0072\u006f\u006f\u0066",Value :"\u0051\u0045\u0044"},{Key :"\u0065\u006f\u0070",Value :"\u0051\u0045\u0044"},{Key :"\u0052\u0063\u006fm\u006d\u0061\u0061\u0063\u0063\u0065\u006e\u0074",Value :"\u0052\u0063\u0065\u0064\u0069\u006c\u006c\u0061"},{Key :"\u0052s\u006d\u0061\u006c\u006c\u0063\u0061p",Value :"\u0052d\u0062\u006c\u0067\u0072\u0061\u0076e"},{Key :"\u0052\u0062\u006ca\u0063\u006b\u006c\u0065\u0074\u0074\u0065\u0072",Value :"\u0052\u0066\u0072\u0061\u006b\u0074\u0075\u0072"},{Key :"\u0052\u0065",Value :"\u0052\u0066\u0072\u0061\u006b\u0074\u0075\u0072"},{Key :"\u0052\u0066\u0072\u0061\u0063\u0074\u0075\u0072",Value :"\u0052\u0066\u0072\u0061\u006b\u0074\u0075\u0072"},{Key :"\u0075\u0070\u0052h\u006f",Value :"\u0052\u0068\u006f"},{Key :"\u0073r\u0074\u0068\u006f\u006f\u006b",Value :"\u0052\u0069\u006e\u0076\u0065\u0072\u0074\u0065\u0064b\u0072\u0065\u0076\u0065"},{Key :"\u006ci\u006ee\u0076\u0065\u0072\u0074\u0064\u0062\u006c\u006e\u006f\u0073\u0070",Value :"\u0052\u0073\u006d\u0061\u006c\u006c\u0069\u006e\u0076e\u0072\u0074\u0065\u0064"},{Key :"\u0047\u0065\u0072\u006d\u0061\u006e\u0064\u0062\u006c\u0073",Value :"\u0053"},{Key :"\u0053\u0053",Value :"\u0053"},{Key :"\u0032\u0035\u0030\u0063",Value :"\u0053\u0046\u0030\u0031\u0030\u0030\u0030\u0030"},{Key :"\u0032\u0035\u0033\u0063",Value :"\u0053\u0046\u0030\u0035\u0030\u0030\u0030\u0030"},{Key :"\u0032\u0035\u0032\u0063",Value :"\u0053\u0046\u0030\u0036\u0030\u0030\u0030\u0030"},{Key :"\u0032\u0035\u0031\u0063",Value :"\u0053\u0046\u0030\u0038\u0030\u0030\u0030\u0030"},{Key :"\u0032\u0035\u0035\u0064",Value :"\u0053\u0046\u0032\u0036\u0030\u0030\u0030\u0030"},{Key :"\u0032\u0035\u0035\u0063",Value :"\u0053\u0046\u0032\u0037\u0030\u0030\u0030\u0030"},{Key :"\u0032\u0035\u0035\u0062",Value :"\u0053\u0046\u0032\u0038\u0030\u0030\u0030\u0030"},{Key :"\u0032\u0035\u0035\u0065",Value :"\u0053\u0046\u0033\u0036\u0030\u0030\u0030\u0030"},{Key :"\u0032\u0035\u0035\u0066",Value :"\u0053\u0046\u0033\u0037\u0030\u0030\u0030\u0030"},{Key :"\u0032\u0035\u0035\u0061",Value :"\u0053\u0046\u0033\u0038\u0030\u0030\u0030\u0030"},{Key :"\u0032\u0035\u0036\u0063",Value :"\u0053\u0046\u0034\u0034\u0030\u0030\u0030\u0030"},{Key :"\u0032\u0035\u0036\u0062",Value :"\u0053\u0046\u0035\u0033\u0030\u0030\u0030\u0030"},{Key :"\u0032\u0035\u0036\u0061",Value :"\u0053\u0046\u0035\u0034\u0030\u0030\u0030\u0030"},{Key :"\u0045\u006e\u0047\u0065",Value :"\u0053\u0061\u006d\u0070\u0069\u0067\u0072\u0065\u0065\u006b"},{Key :"\u0075p\u0053\u0061\u006d\u0070\u0069",Value :"\u0053\u0061\u006d\u0070\u0069\u0067\u0072\u0065\u0065\u006b"},{Key :"\u0062\u0062\u0061\u0072",Value :"\u0053\u0063\u0061\u0072\u006f\u006e"},{Key :"\u0063i\u0072\u0063\u006c\u0065\u0053",Value :"\u0053c\u0069\u0072\u0063\u006c\u0065"},{Key :"\u0074r\u0074\u0068\u006f\u006f\u006b",Value :"\u0053\u0063\u006fm\u006d\u0061\u0061\u0063\u0063\u0065\u006e\u0074"},{Key :"\u0061\u0072\u0072\u006f\u0077\u0064\u0062\u006c\u0073\u0065",Value :"\u0053e\u0061\u0072\u0072\u006f\u0077"},{Key :"\u0053\u0068\u0061",Value :"S\u0068\u0061\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00342",Value :"S\u0068\u0061\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0050\u0065\u0068\u006f\u006f\u006b",Value :"\u0053\u0068\u0065\u0069\u0063\u006f\u0070\u0074\u0069\u0063"},{Key :"\u0055\u0073\u0074\u0072\u0074\u0062\u0061\u0072",Value :"S\u0068\u0069\u006d\u0061\u0063\u006f\u0070\u0074\u0069\u0063"},{Key :"\u0075p\u0053\u0069\u0067\u006d\u0061",Value :"\u0053\u0069\u0067m\u0061"},{Key :"\u0047e\u0072m\u0061\u006e\u0064\u0062\u006c\u0073\u0073\u006d\u0061\u006c\u006c",Value :"\u0053\u0073\u006d\u0061\u006c\u006c"},{Key :"\u0053S\u0073\u006d\u0061\u006c\u006c",Value :"\u0053\u0073\u006d\u0061\u006c\u006c"},{Key :"\u004b\u0061\u0062a\u0072",Value :"S\u0074\u0069\u0067\u006d\u0061\u0067\u0072\u0065\u0065\u006b"},{Key :"\u0075\u0070\u0053\u0074\u0069\u0067\u006d\u0061",Value :"S\u0074\u0069\u0067\u006d\u0061\u0067\u0072\u0065\u0065\u006b"},{Key :"\u0061\u0072\u0072\u006f\u0077\u0064\u0062\u006c\u0073\u0077",Value :"\u0053w\u0061\u0072\u0072\u006f\u0077"},{Key :"\u0075\u0070\u0054a\u0075",Value :"\u0054\u0061\u0075"},{Key :"\u004bc\u0065\u0064\u0069\u006c\u006c\u00611",Value :"\u0054c\u0065\u0064\u0069\u006c\u006c\u00611"},{Key :"\u0054\u0063\u0065\u0064\u0069\u006c\u006c\u0061",Value :"\u0054\u0063\u006fm\u006d\u0061\u0061\u0063\u0063\u0065\u006e\u0074"},{Key :"\u0075p\u0054\u0068\u0065\u0074\u0061",Value :"\u0054\u0068\u0065t\u0061"},{Key :"\u0061\u0068\u0061\u0063\u0065\u006b",Value :"\u0054\u0072\u0065\u0074\u0072\u006f\u0066\u006c\u0065x\u0068\u006f\u006f\u006b"},{Key :"\u0054\u0073\u0065",Value :"T\u0073\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00340",Value :"T\u0073\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0054\u0073\u0068\u0065",Value :"\u0054\u0073\u0068e\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00360",Value :"\u0054\u0073\u0068e\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0055\u0063\u0079\u0072\u0069\u006c",Value :"\u0055c\u0079\u0072\u0069\u006c\u006c\u0069c"},{Key :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00337",Value :"\u0055c\u0079\u0072\u0069\u006c\u006c\u0069c"},{Key :"j\u0068\u006f\u006f\u006b\u0064\u0062\u006c\u0062\u0061\u0072",Value :"\u0055d\u0062\u006c\u0067\u0072\u0061\u0076e"},{Key :"\u0061\u0061\u0063\u0075\u0074\u0065\u0072\u0069\u006e\u0067",Value :"\u0055\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073g\u0072\u0061\u0076\u0065"},{Key :"\u0049\u0068\u0061\u0063\u0065\u006b",Value :"\u0055\u0068\u006fr\u006e"},{Key :"\u0045\u0070\u0073\u0069\u006c\u006f\u006e\u0031",Value :"\u0055\u0068\u0075\u006e\u0067\u0061\u0072\u0075\u006d\u006c\u0061\u0075\u0074"},{Key :"\u0055d\u0062\u006c\u0061\u0063\u0075\u0074e",Value :"\u0055\u0068\u0075\u006e\u0067\u0061\u0072\u0075\u006d\u006c\u0061\u0075\u0074"},{Key :"\u0066s\u0063\u0072\u0069\u0070\u0074",Value :"\u0055o\u0067\u006f\u006e\u0065\u006b"},{Key :"\u0075p\u0055\u0070\u0073\u0069\u006c\u006fn",Value :"\u0055p\u0073\u0069\u006c\u006f\u006e"},{Key :"\u0055\u0070\u0073\u0069\u006c\u006f\u006e\u0068\u006f\u006f\u006b\u0073y\u006d\u0062\u006f\u006c",Value :"\u0055\u0070\u0073\u0069\u006c\u006f\u006e\u0031"},{Key :"\u005a\u0068\u0065\u0072\u0074\u0064\u0065\u0073",Value :"\u0055\u0070\u0073\u0069\u006c\u006f\u006e\u0031"},{Key :"\u007a\u0068\u0065\u0072\u0074\u0064\u0065\u0073",Value :"U\u0070\u0073\u0069\u006c\u006f\u006ea\u0063\u0075\u0074\u0065\u0068\u006f\u006f\u006b\u0073y\u006d\u0062\u006fl\u0067r\u0065\u0065\u006b"},{Key :"\u004f\u0068\u0061\u0063\u0065\u006b",Value :"\u0055\u0070\u0073\u0069\u006c\u006f\u006e\u0061\u0066r\u0069\u0063\u0061\u006e"},{Key :"\u005ae\u0063\u0065\u0064\u0069\u006c\u006ca",Value :"\u0055\u0070\u0073\u0069\u006c\u006f\u006e\u0064\u0069\u0065r\u0065\u0073\u0069\u0073\u0068\u006f\u006fk\u0073\u0079\u006d\u0062\u006f\u006c\u0067\u0072\u0065\u0065\u006b"},{Key :"\u0045\u0074\u0075r\u006e",Value :"\u0055\u0072\u0069n\u0067"},{Key :"U\u0063\u0079\u0072\u0069\u006c\u0062\u0072\u0065\u0076\u0065",Value :"\u0055\u0073\u0068\u006f\u0072\u0074\u0063\u0079\u0072i\u006c\u006c\u0069\u0063"},{Key :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00362",Value :"\u0055\u0073\u0068\u006f\u0072\u0074\u0063\u0079\u0072i\u006c\u006c\u0069\u0063"},{Key :"\u0066o\u0072\u0063\u0065\u0065\u0078\u0074r",Value :"\u0056\u0044\u0061s\u0068"},{Key :"\u006f\u0068\u0061\u0063\u0065\u006b",Value :"\u0056\u0068\u006fo\u006b"},{Key :"\u0047\u0061\u006d\u006d\u0061\u0031",Value :"W\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078"},{Key :"\u0059\u0061\u0074",Value :"\u0058\u0069"},{Key :"\u0075\u0070\u0058\u0069",Value :"\u0058\u0069"},{Key :"\u0049\u006f\u0074a\u0031",Value :"Y\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078"},{Key :"\u0055\u0068\u0061\u0063\u0065\u006b",Value :"\u0059\u0068\u006fo\u006b"},{Key :"\u0059\u0069",Value :"\u0059\u0069\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00356",Value :"\u0059\u0069\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u004e\u0068\u006fo\u006b",Value :"\u005a\u0063\u0061\u0072\u006f\u006e"},{Key :"\u005a\u0064\u006f\u0074",Value :"\u005a\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074"},{Key :"\u006ca\u006d\u0062\u0064\u0061\u0062\u0061r",Value :"\u005a\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074"},{Key :"\u0075\u0070\u005a\u0065\u0074\u0061",Value :"\u005a\u0065\u0074\u0061"},{Key :"\u0074\u0065\u006c\u0065\u0070\u0068\u006f\u006e\u0065b\u006c\u0061\u0063\u006b",Value :"\u0061\u0034"},{Key :"\u006da\u006c\u0074\u0065\u0073\u0065",Value :"\u0061\u0039"},{Key :"\u006d\u0061\u006ct\u0065\u0073\u0065\u0063\u0072\u006f\u0073\u0073",Value :"\u0061\u0039"},{Key :"\u0070\u006f\u0069nt\u0069\u006e\u0067\u0069\u006e\u0064\u0065\u0078\u0072\u0069\u0067\u0068\u0074\u0077\u0068\u0069\u0074\u0065",Value :"\u0061\u0031\u0032"},{Key :"\u0063h\u0065\u0063\u006b\u006d\u0061\u0072k",Value :"\u0061\u0031\u0039"},{Key :"\u0062i\u0067\u0073\u0074\u0061\u0072",Value :"\u0061\u0033\u0035"},{Key :"\u0062l\u0061\u0063\u006b\u0073\u0074\u0061r",Value :"\u0061\u0033\u0035"},{Key :"c\u0069\u0072\u0063\u006c\u0065\u0064\u0073\u0074\u0061\u0072",Value :"\u0061\u0033\u0037"},{Key :"\u0076a\u0072\u0073\u0074\u0061\u0072",Value :"\u0061\u0034\u0039"},{Key :"\u0064\u0069\u006eg\u0061\u0073\u0074\u0065\u0072\u0069\u0073\u006b",Value :"\u0061\u0035\u0036"},{Key :"c\u0069\u0072\u0063\u006c\u0065\u0073\u006f\u006c\u0069\u0064",Value :"\u0061\u0037\u0031"},{Key :"\u006d\u0064\u006c\u0067\u0062\u006c\u006b\u0063\u0069\u0072\u0063\u006c\u0065",Value :"\u0061\u0037\u0031"},{Key :"\u0062\u0075\u006cl\u0065\u0074\u0061\u006c\u0074\u006f\u006e\u0065",Value :"\u0061\u0037\u0031"},{Key :"b\u006c\u0061\u0063\u006b\u0063\u0069\u0072\u0063\u006c\u0065",Value :"\u0061\u0037\u0031"},{Key :"\u0048\u0031\u0038\u0035\u0033\u0033",Value :"\u0061\u0037\u0031"},{Key :"\u0066i\u006c\u006c\u0065\u0064\u0062\u006fx",Value :"\u0061\u0037\u0033"},{Key :"s\u0071\u0075\u0061\u0072\u0065\u0073\u006f\u006c\u0069\u0064",Value :"\u0061\u0037\u0033"},{Key :"\u006d\u0064\u006c\u0067\u0062\u006c\u006b\u0073\u0071\u0075\u0061\u0072\u0065",Value :"\u0061\u0037\u0033"},{Key :"b\u006c\u0061\u0063\u006b\u0073\u0071\u0075\u0061\u0072\u0065",Value :"\u0061\u0037\u0033"},{Key :"\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065\u0073\u006f\u006c\u0069\u0064",Value :"\u0061\u0037\u0036"},{Key :"\u0062\u006c\u0061ck\u0075\u0070\u0070\u006f\u0069\u006e\u0074\u0069\u006e\u0067\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065",Value :"\u0061\u0037\u0036"},{Key :"\u0062i\u0067b\u006c\u0061\u0063\u006b\u0074r\u0069\u0061n\u0067\u006c\u0065\u0075\u0070",Value :"\u0061\u0037\u0036"},{Key :"\u0074r\u0069\u0061\u0067\u0075\u0070",Value :"\u0061\u0037\u0036"},{Key :"\u0062l\u0061\u0063\u006b\u0064o\u0077\u006e\u0070\u006f\u0069n\u0074i\u006eg\u0074\u0072\u0069\u0061\u006e\u0067\u006ce",Value :"\u0061\u0037\u0037"},{Key :"\u0074r\u0069a\u006e\u0067\u006c\u0065\u0064\u006f\u0077\u006e\u0073\u006c\u0064",Value :"\u0061\u0037\u0037"},{Key :"\u0074r\u0069\u0061\u0067\u0064\u006e",Value :"\u0061\u0037\u0037"},{Key :"b\u0069g\u0062\u006c\u0061\u0063\u006b\u0074\u0072\u0069a\u006e\u0067\u006c\u0065do\u0077\u006e",Value :"\u0061\u0037\u0037"},{Key :"\u0064\u0069\u0061\u006d\u006f\u006e\u0064\u0072\u0068\u006f\u006d\u0062s\u006f\u006c\u0069\u0064",Value :"\u0061\u0037\u0038"},{Key :"\u0062\u006c\u0061c\u006b\u0064\u0069\u0061\u006d\u006f\u006e\u0064",Value :"\u0061\u0037\u0038"},{Key :"\u006d\u0064\u006c\u0067\u0062\u006c\u006b\u0064\u0069a\u006d\u006f\u006e\u0064",Value :"\u0061\u0037\u0038"},{Key :"\u0073\u0065\u006d\u0069\u0063\u0069\u0072\u0063\u006c\u0065\u006c\u0065r\u0074\u0073\u006c\u0064",Value :"\u0061\u0038\u0031"},{Key :"b\u006ca\u0063\u006b\u0072\u0069\u0067\u0068\u0074\u0068a\u006c\u0066\u0063\u0069rc\u006c\u0065",Value :"\u0061\u0038\u0031"},{Key :"\u006fn\u0065\u0063\u0069\u0072\u0063\u006ce",Value :"\u0061\u0031\u0032\u0030"},{Key :"\u0074w\u006f\u0063\u0069\u0072\u0063\u006ce",Value :"\u0061\u0031\u0032\u0031"},{Key :"t\u0068\u0072\u0065\u0065\u0063\u0069\u0072\u0063\u006c\u0065",Value :"\u0061\u0031\u0032\u0032"},{Key :"\u0066\u006f\u0075\u0072\u0063\u0069\u0072\u0063\u006c\u0065",Value :"\u0061\u0031\u0032\u0033"},{Key :"\u0066\u0069\u0076\u0065\u0063\u0069\u0072\u0063\u006c\u0065",Value :"\u0061\u0031\u0032\u0034"},{Key :"\u0073i\u0078\u0063\u0069\u0072\u0063\u006ce",Value :"\u0061\u0031\u0032\u0035"},{Key :"s\u0065\u0076\u0065\u006e\u0063\u0069\u0072\u0063\u006c\u0065",Value :"\u0061\u0031\u0032\u0036"},{Key :"e\u0069\u0067\u0068\u0074\u0063\u0069\u0072\u0063\u006c\u0065",Value :"\u0061\u0031\u0032\u0037"},{Key :"\u006e\u0069\u006e\u0065\u0063\u0069\u0072\u0063\u006c\u0065",Value :"\u0061\u0031\u0032\u0038"},{Key :"\u0074e\u006e\u0063\u0069\u0072\u0063\u006ce",Value :"\u0061\u0031\u0032\u0039"},{Key :"\u006fn\u0065\u0063\u0069\u0072c\u006c\u0065\u0069\u006e\u0076e\u0072s\u0065s\u0061\u006e\u0073\u0073\u0065\u0072\u0069f",Value :"\u0061\u0031\u0035\u0030"},{Key :"\u0074w\u006f\u0063\u0069\u0072c\u006c\u0065\u0069\u006e\u0076e\u0072s\u0065s\u0061\u006e\u0073\u0073\u0065\u0072\u0069f",Value :"\u0061\u0031\u0035\u0031"},{Key :"t\u0068\u0072\u0065\u0065\u0063\u0069r\u0063\u006c\u0065\u0069\u006e\u0076\u0065\u0072\u0073e\u0073\u0061\u006es\u0073e\u0072\u0069\u0066",Value :"\u0061\u0031\u0035\u0032"},{Key :"\u0066\u006f\u0075\u0072\u0063\u0069\u0072\u0063\u006c\u0065\u0069n\u0076\u0065\u0072\u0073\u0065\u0073\u0061\u006e\u0073\u0073e\u0072\u0069\u0066",Value :"\u0061\u0031\u0035\u0033"},{Key :"\u0066\u0069\u0076\u0065\u0063\u0069\u0072\u0063\u006c\u0065\u0069n\u0076\u0065\u0072\u0073\u0065\u0073\u0061\u006e\u0073\u0073e\u0072\u0069\u0066",Value :"\u0061\u0031\u0035\u0034"},{Key :"\u0073i\u0078\u0063\u0069\u0072c\u006c\u0065\u0069\u006e\u0076e\u0072s\u0065s\u0061\u006e\u0073\u0073\u0065\u0072\u0069f",Value :"\u0061\u0031\u0035\u0035"},{Key :"s\u0065\u0076\u0065\u006e\u0063\u0069r\u0063\u006c\u0065\u0069\u006e\u0076\u0065\u0072\u0073e\u0073\u0061\u006es\u0073e\u0072\u0069\u0066",Value :"\u0061\u0031\u0035\u0036"},{Key :"e\u0069\u0067\u0068\u0074\u0063\u0069r\u0063\u006c\u0065\u0069\u006e\u0076\u0065\u0072\u0073e\u0073\u0061\u006es\u0073e\u0072\u0069\u0066",Value :"\u0061\u0031\u0035\u0037"},{Key :"\u006e\u0069\u006e\u0065\u0063\u0069\u0072\u0063\u006c\u0065\u0069n\u0076\u0065\u0072\u0073\u0065\u0073\u0061\u006e\u0073\u0073e\u0072\u0069\u0066",Value :"\u0061\u0031\u0035\u0038"},{Key :"u\u0070\u0064\u006f\u0077\u006e\u0061\u0072\u0072\u006f\u0077",Value :"\u0061\u0031\u0036\u0034"},{Key :"\u0061\u0072\u0072\u006f\u0077\u0062\u006f\u0074\u0068\u0076",Value :"\u0061\u0031\u0036\u0034"},{Key :"\u0061r\u0072\u006f\u0077\u0075\u0070\u0064n",Value :"\u0061\u0031\u0036\u0034"},{Key :"\u0064\u0072\u0061\u0066\u0074\u0069\u006e\u0067\u0061\u0072\u0072\u006f\u0077",Value :"\u0061\u0031\u0036\u0036"},{Key :"\u0061r\u0072o\u0077\u0072\u0069\u0067\u0068\u0074\u0068\u0065\u0061\u0076\u0079",Value :"\u0061\u0031\u0036\u0039"},{Key :"\u0059o\u0067\u0068\u0068\u0061\u0063\u0065k",Value :"\u0061\u0063\u0061\u0072\u006f\u006e"},{Key :"\u0061\u0063\u0075\u0074\u0065\u0063\u006d\u0062",Value :"\u0061c\u0075\u0074\u0065\u0063\u006f\u006db"},{Key :"\u0061r\u0072o\u0077\u0061\u006e\u0074\u0069\u0063\u006c\u006f\u0063\u006b\u0077",Value :"\u0061c\u0077o\u0070\u0065\u006e\u0063\u0069r\u0063\u006ce\u0061\u0072\u0072\u006f\u0077"},{Key :"\u0075p\u0073l\u006f\u0070\u0065\u0065\u006c\u006c\u0069\u0070\u0073\u0069\u0073",Value :"\u0061\u0064\u006ft\u0073"},{Key :"\u006cr\u0074\u0068\u006f\u006f\u006b",Value :"\u0061e\u0061\u0063\u0075\u0074\u0065"},{Key :"l\u0065\u0066\u0074\u0074\u006f\u0072\u0069\u0067\u0068\u0074",Value :"\u0061f\u0069\u0069\u0032\u0039\u0039"},{Key :"r\u0069\u0067\u0068\u0074\u0074\u006f\u006c\u0065\u0066\u0074",Value :"\u0061f\u0069\u0069\u0033\u0030\u0030"},{Key :"\u007a\u0065\u0072\u006f\u006a\u006f\u0069\u006e",Value :"\u0061f\u0069\u0069\u0033\u0030\u0031"},{Key :"\u0041\u0063\u0079\u0072\u0069\u006c",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00317"},{Key :"\u0041c\u0079\u0072\u0069\u006c\u006c\u0069c",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00317"},{Key :"\u0042\u0065",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00318"},{Key :"\u0042\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00318"},{Key :"\u0056\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00319"},{Key :"\u0056\u0065",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00319"},{Key :"\u005a\u0068\u0065",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00324"},{Key :"Z\u0068\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00324"},{Key :"\u005a\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00325"},{Key :"\u005a\u0065",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00325"},{Key :"\u0049i\u0062\u0072\u0065\u0076\u0065",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00327"},{Key :"\u0049i\u0073h\u006f\u0072\u0074\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00327"},{Key :"\u004b\u0061\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00328"},{Key :"\u004b\u0061",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00328"},{Key :"\u0045\u006e",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00331"},{Key :"\u0045\u006e\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00331"},{Key :"\u0050e\u0063\u0079\u0072\u0069\u006c",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00333"},{Key :"\u0050\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00333"},{Key :"\u0045\u0072\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00334"},{Key :"\u0045\u0072",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00334"},{Key :"\u0045\u0073",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00335"},{Key :"\u0045\u0073\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00335"},{Key :"\u0054\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00336"},{Key :"\u0054\u0065",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00336"},{Key :"\u0045\u0066\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00338"},{Key :"\u0045\u0066",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00338"},{Key :"\u0053\u0068\u0063\u0068\u0061\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00343"},{Key :"\u0053\u0068\u0063h\u0061",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00343"},{Key :"\u0048\u0061\u0072\u0064",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00344"},{Key :"\u0048\u0061r\u0064\u0073\u0069g\u006e\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00344"},{Key :"\u0059\u0065\u0072i\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00345"},{Key :"\u0059\u0065\u0072\u0069",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00345"},{Key :"\u0053\u006f\u0066\u0074",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00346"},{Key :"\u0053\u006ff\u0074\u0073\u0069g\u006e\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00346"},{Key :"\u0049\u0075",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00348"},{Key :"\u0049\u0055\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00348"},{Key :"\u0049\u0061",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00349"},{Key :"\u0049\u0041\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00349"},{Key :"\u0044\u006a\u0065",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00351"},{Key :"D\u006a\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00351"},{Key :"\u0047\u006a\u0065",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00352"},{Key :"G\u006a\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00352"},{Key :"\u0044\u007a\u0065",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00354"},{Key :"D\u007a\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00354"},{Key :"\u0049\u0063\u0079\u0072\u0069\u006c",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00355"},{Key :"\u0049c\u0079\u0072\u0069\u006c\u006c\u0069c",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00355"},{Key :"\u004a\u0065",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00357"},{Key :"\u004a\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00357"},{Key :"\u004e\u006a\u0065",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00359"},{Key :"N\u006a\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00359"},{Key :"\u0061c\u0079\u0072\u0069\u006c\u006c\u0069c",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00365"},{Key :"\u0061\u0063\u0079\u0072\u0069\u006c",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00365"},{Key :"\u0076\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00367"},{Key :"\u0076\u0065",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00367"},{Key :"\u0067\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00368"},{Key :"\u0067\u0065",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00368"},{Key :"\u0064\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00369"},{Key :"\u0064\u0065",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00369"},{Key :"\u0069\u006f",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00371"},{Key :"\u0069\u006f\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00371"},{Key :"\u007a\u0065",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00373"},{Key :"\u007a\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00373"},{Key :"\u0069i\u0062\u0072\u0065\u0076\u0065",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00375"},{Key :"\u0069i\u0073h\u006f\u0072\u0074\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00375"},{Key :"\u0065\u006e",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00379"},{Key :"\u0065\u006e\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00379"},{Key :"\u0074\u0065",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00384"},{Key :"\u0074\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00384"},{Key :"\u0075c\u0079\u0072\u0069\u006c\u006c\u0069c",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00385"},{Key :"\u0075\u0063\u0079\u0072\u0069\u006c",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00385"},{Key :"\u0065\u0066\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00386"},{Key :"\u0065\u0066",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00386"},{Key :"\u006b\u0068\u0061",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00387"},{Key :"k\u0068\u0061\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00387"},{Key :"s\u0068\u0061\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00390"},{Key :"\u0073\u0068\u0061",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00390"},{Key :"\u0073\u0068\u0063\u0068\u0061\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00391"},{Key :"\u0073\u0068\u0063h\u0061",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00391"},{Key :"\u0069\u0075",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00396"},{Key :"\u0069\u0075\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00396"},{Key :"\u0069\u0061\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00397"},{Key :"\u0069\u0061",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00397"},{Key :"d\u007a\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",Value :"\u0061f\u0069\u0069\u0031\u0030\u0031\u00302"},{Key :"\u0064\u007a\u0065",Value :"\u0061f\u0069\u0069\u0031\u0030\u0031\u00302"},{Key :"\u0069c\u0079\u0072\u0069\u006c\u006c\u0069c",Value :"\u0061f\u0069\u0069\u0031\u0030\u0031\u00303"},{Key :"\u0069\u0063\u0079\u0072\u0069\u006c",Value :"\u0061f\u0069\u0069\u0031\u0030\u0031\u00303"},{Key :"\u006a\u0065",Value :"\u0061f\u0069\u0069\u0031\u0030\u0031\u00305"},{Key :"\u006a\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",Value :"\u0061f\u0069\u0069\u0031\u0030\u0031\u00305"},{Key :"n\u006a\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",Value :"\u0061f\u0069\u0069\u0031\u0030\u0031\u00307"},{Key :"\u006e\u006a\u0065",Value :"\u0061f\u0069\u0069\u0031\u0030\u0031\u00307"},{Key :"k\u006a\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",Value :"\u0061f\u0069\u0069\u0031\u0030\u0031\u00309"},{Key :"\u006b\u006a\u0065",Value :"\u0061f\u0069\u0069\u0031\u0030\u0031\u00309"},{Key :"\u0075\u0073\u0068\u006f\u0072\u0074\u0063\u0079\u0072i\u006c\u006c\u0069\u0063",Value :"\u0061f\u0069\u0069\u0031\u0030\u0031\u00310"},{Key :"u\u0063\u0079\u0072\u0069\u006c\u0062\u0072\u0065\u0076\u0065",Value :"\u0061f\u0069\u0069\u0031\u0030\u0031\u00310"},{Key :"Y\u0061\u0074\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",Value :"\u0061f\u0069\u0069\u0031\u0030\u0031\u00346"},{Key :"\u0046\u0069\u0074a\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",Value :"\u0061f\u0069\u0069\u0031\u0030\u0031\u00347"},{Key :"\u0049z\u0068i\u0074\u0073\u0061\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",Value :"\u0061f\u0069\u0069\u0031\u0030\u0031\u00348"},{Key :"\u0066\u0069\u0074a\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",Value :"\u0061f\u0069\u0069\u0031\u0030\u0031\u00395"},{Key :"\u0069z\u0068i\u0074\u0073\u0061\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",Value :"\u0061f\u0069\u0069\u0031\u0030\u0031\u00396"},{Key :"\u0061f\u0069\u0069\u0031\u0030\u0031\u00390",Value :"\u0061f\u0069\u0069\u0031\u0030\u0031\u00396"},{Key :"a\u0072\u0061\u0062\u0069\u0063\u0063\u006f\u006d\u006d\u0061",Value :"\u0061f\u0069\u0069\u0035\u0037\u0033\u00388"},{Key :"c\u006f\u006d\u006d\u0061\u0061\u0072\u0061\u0062\u0069\u0063",Value :"\u0061f\u0069\u0069\u0035\u0037\u0033\u00388"},{Key :"t\u0068\u0072\u0065\u0065\u0061\u0072\u0061\u0062\u0069\u0063",Value :"\u0061f\u0069\u0069\u0035\u0037\u0033\u00395"},{Key :"\u0074h\u0072e\u0065\u0068\u0061\u0063\u006b\u0061\u0072\u0061\u0062\u0069\u0063",Value :"\u0061f\u0069\u0069\u0035\u0037\u0033\u00395"},{Key :"a\u0072\u0061\u0062\u0069ci\u006ed\u0069\u0063\u0064\u0069\u0067i\u0074\u0074\u0068\u0072\u0065\u0065",Value :"\u0061f\u0069\u0069\u0035\u0037\u0033\u00395"},{Key :"\u0073\u0069\u0078\u0068\u0061\u0063\u006b\u0061\u0072\u0061\u0062\u0069\u0063",Value :"\u0061f\u0069\u0069\u0035\u0037\u0033\u00398"},{Key :"\u0061\u0072\u0061\u0062ic\u0069\u006e\u0064\u0069\u0063\u0064\u0069\u0067\u0069\u0074\u0073\u0069\u0078",Value :"\u0061f\u0069\u0069\u0035\u0037\u0033\u00398"},{Key :"\u0073i\u0078\u0061\u0072\u0061\u0062\u0069c",Value :"\u0061f\u0069\u0069\u0035\u0037\u0033\u00398"},{Key :"\u0073e\u0076e\u006e\u0068\u0061\u0063\u006b\u0061\u0072\u0061\u0062\u0069\u0063",Value :"\u0061f\u0069\u0069\u0035\u0037\u0033\u00399"},{Key :"a\u0072\u0061\u0062\u0069ci\u006ed\u0069\u0063\u0064\u0069\u0067i\u0074\u0073\u0065\u0076\u0065\u006e",Value :"\u0061f\u0069\u0069\u0035\u0037\u0033\u00399"},{Key :"s\u0065\u0076\u0065\u006e\u0061\u0072\u0061\u0062\u0069\u0063",Value :"\u0061f\u0069\u0069\u0035\u0037\u0033\u00399"},{Key :"\u0061r\u0061b\u0069\u0063\u0073\u0065\u006d\u0069\u0063\u006f\u006c\u006f\u006e",Value :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00303"},{Key :"\u0073e\u006di\u0063\u006f\u006c\u006f\u006e\u0061\u0072\u0061\u0062\u0069\u0063",Value :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00303"},{Key :"\u0071\u0075\u0065\u0073\u0074\u0069\u006f\u006e\u0061r\u0061\u0062\u0069\u0063",Value :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00307"},{Key :"\u0061r\u0061b\u0069\u0063\u0071\u0075\u0065s\u0074\u0069o\u006e\u006d\u0061\u0072\u006b",Value :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00307"},{Key :"a\u006ce\u0066\u006d\u0061\u0064\u0064\u0061\u0061\u0062o\u0076\u0065\u0061\u0072ab\u0069\u0063",Value :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00310"},{Key :"\u0061l\u0065f\u0077\u0069\u0074\u0068\u006da\u0064\u0064a\u0061\u0062\u006f\u0076\u0065",Value :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00310"},{Key :"a\u006ce\u0066\u0068\u0061\u006d\u007a\u0061\u0061\u0062o\u0076\u0065\u0061\u0072ab\u0069\u0063",Value :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00311"},{Key :"\u0061l\u0065f\u0077\u0069\u0074\u0068\u0068a\u006d\u007aa\u0061\u0062\u006f\u0076\u0065",Value :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00311"},{Key :"\u0077\u0061\u0077\u0077\u0069\u0074\u0068\u0068\u0061\u006d\u007a\u0061a\u0062\u006f\u0076\u0065",Value :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00312"},{Key :"\u0077\u0061\u0077\u0068am\u007a\u0061\u0061\u0062\u006f\u0076\u0065\u0061\u0072\u0061\u0062\u0069\u0063",Value :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00312"},{Key :"\u0074\u0065\u0068",Value :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00318"},{Key :"\u0074e\u0068\u0061\u0072\u0061\u0062\u0069c",Value :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00318"},{Key :"\u0068\u0061\u0068",Value :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00321"},{Key :"\u0068a\u0068\u0061\u0072\u0061\u0062\u0069c",Value :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00321"},{Key :"\u006b\u0068\u0061\u0068\u0061\u0072\u0061\u0062\u0069\u0063",Value :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00322"},{Key :"\u006b\u0068\u0061\u0068",Value :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00322"},{Key :"\u0064a\u006c\u0061\u0072\u0061\u0062\u0069c",Value :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00323"},{Key :"\u0064\u0061\u006c",Value :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00323"},{Key :"\u0073\u0065\u0065\u006e\u0061\u0072\u0061\u0062\u0069\u0063",Value :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00327"},{Key :"\u0073\u0065\u0065\u006e",Value :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00327"},{Key :"s\u0068\u0065\u0065\u006e\u0061\u0072\u0061\u0062\u0069\u0063",Value :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00328"},{Key :"\u0073\u0068\u0065e\u006e",Value :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00328"},{Key :"\u0073a\u0064\u0061\u0072\u0061\u0062\u0069c",Value :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00329"},{Key :"\u0073\u0061\u0064",Value :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00329"},{Key :"\u0064\u0061\u0064",Value :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00330"},{Key :"\u0064a\u0064\u0061\u0072\u0061\u0062\u0069c",Value :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00330"},{Key :"\u0061i\u006e\u0061\u0072\u0061\u0062\u0069c",Value :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00333"},{Key :"\u0061\u0069\u006e",Value :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00333"},{Key :"\u0066e\u0068\u0061\u0072\u0061\u0062\u0069c",Value :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00341"},{Key :"\u0066\u0065\u0068",Value :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00341"},{Key :"\u0071\u0061\u0066",Value :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00342"},{Key :"\u0071a\u0066\u0061\u0072\u0061\u0062\u0069c",Value :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00342"},{Key :"\u0061r\u0061\u0062\u0069\u0063\u006b\u0061f",Value :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00343"},{Key :"\u006ba\u0066\u0061\u0072\u0061\u0062\u0069c",Value :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00343"},{Key :"\u006c\u0061\u006d",Value :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00344"},{Key :"\u006ca\u006d\u0061\u0072\u0061\u0062\u0069c",Value :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00344"},{Key :"\u006d\u0065\u0065\u006d",Value :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00345"},{Key :"\u006d\u0065\u0065\u006d\u0061\u0072\u0061\u0062\u0069\u0063",Value :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00345"},{Key :"\u0066\u0061\u0074\u0068\u0061\u0074\u0061\u006e\u0061r\u0061\u0062\u0069\u0063",Value :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00351"},{Key :"\u0066\u0061\u0074\u0068\u0061\u0074\u0061\u006e",Value :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00351"},{Key :"\u0064\u0061\u006d\u006d\u0061\u0074\u0061\u006e",Value :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00352"},{Key :"\u0064\u0061\u006d\u006d\u0061\u0074\u0061\u006e\u0061r\u0061\u0062\u0069\u0063",Value :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00352"},{Key :"d\u0061m\u006d\u0061\u0074\u0061\u006e\u0061\u006c\u0074o\u006e\u0065\u0061\u0072ab\u0069\u0063",Value :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00352"},{Key :"k\u0061\u0073\u0072\u0061\u0061\u0072\u0061\u0062\u0069\u0063",Value :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00356"},{Key :"\u006b\u0061\u0073r\u0061",Value :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00356"},{Key :"\u006a\u0065\u0068",Value :"\u0061f\u0069\u0069\u0035\u0037\u0035\u00308"},{Key :"\u006ae\u0068\u0061\u0072\u0061\u0062\u0069c",Value :"\u0061f\u0069\u0069\u0035\u0037\u0035\u00308"},{Key :"\u0074\u0074\u0065\u0068\u0061\u0072\u0061\u0062\u0069\u0063",Value :"\u0061f\u0069\u0069\u0035\u0037\u0035\u00311"},{Key :"\u0064\u0064\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",Value :"\u0061f\u0069\u0069\u0035\u0037\u0035\u00312"},{Key :"\u006e\u006fo\u006e\u0067\u0068u\u006e\u006e\u0061\u0061\u0072\u0061\u0062\u0069\u0063",Value :"\u0061f\u0069\u0069\u0035\u0037\u0035\u00314"},{Key :"\u0061\u0072\u0061\u0062\u0069\u0063\u0061\u0065",Value :"\u0061f\u0069\u0069\u0035\u0037\u0035\u00334"},{Key :"\u0073\u0068\u0065\u0071\u0065\u006c",Value :"\u0061f\u0069\u0069\u0035\u0037\u0036\u00336"},{Key :"\u0073\u0068\u0065q\u0065\u006c\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0061f\u0069\u0069\u0035\u0037\u0036\u00336"},{Key :"\u006e\u0065\u0077\u0073\u0068\u0065\u0071\u0065\u006c\u0073\u0069\u0067\u006e",Value :"\u0061f\u0069\u0069\u0035\u0037\u0036\u00336"},{Key :"\u006ee\u0077\u0073\u0068\u0065\u0071\u0065l",Value :"\u0061f\u0069\u0069\u0035\u0037\u0036\u00336"},{Key :"\u006d\u0061\u0071a\u0066",Value :"\u0061f\u0069\u0069\u0035\u0037\u0036\u00345"},{Key :"m\u0061\u0071\u0061\u0066\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0061f\u0069\u0069\u0035\u0037\u0036\u00345"},{Key :"g\u0069\u006d\u0065\u006c\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0061f\u0069\u0069\u0035\u0037\u0036\u00366"},{Key :"\u0067\u0069\u006de\u006c",Value :"\u0061f\u0069\u0069\u0035\u0037\u0036\u00366"},{Key :"\u0068\u0065\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0061f\u0069\u0069\u0035\u0037\u0036\u00368"},{Key :"\u0068\u0065",Value :"\u0061f\u0069\u0069\u0035\u0037\u0036\u00368"},{Key :"\u007a\u0061\u0079i\u006e",Value :"\u0061f\u0069\u0069\u0035\u0037\u0036\u00370"},{Key :"z\u0061\u0079\u0069\u006e\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0061f\u0069\u0069\u0035\u0037\u0036\u00370"},{Key :"\u0068e\u0074\u0068\u0065\u0062\u0072\u0065w",Value :"\u0061f\u0069\u0069\u0035\u0037\u0036\u00371"},{Key :"\u0068\u0065\u0074",Value :"\u0061f\u0069\u0069\u0035\u0037\u0036\u00371"},{Key :"\u0079o\u0064\u0068\u0065\u0062\u0072\u0065w",Value :"\u0061f\u0069\u0069\u0035\u0037\u0036\u00373"},{Key :"\u0079\u006f\u0064",Value :"\u0061f\u0069\u0069\u0035\u0037\u0036\u00373"},{Key :"\u0066\u0069\u006e\u0061lk\u0061\u0066\u0073\u0068\u0065\u0076\u0061\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0061f\u0069\u0069\u0035\u0037\u0036\u00374"},{Key :"\u0066\u0069\u006e\u0061\u006c\u006b\u0061\u0066",Value :"\u0061f\u0069\u0069\u0035\u0037\u0036\u00374"},{Key :"\u0066\u0069\u006e\u0061\u006c\u006b\u0061\u0066\u0073\u0068\u0065\u0076\u0061",Value :"\u0061f\u0069\u0069\u0035\u0037\u0036\u00374"},{Key :"f\u0069n\u0061\u006c\u006b\u0061\u0066\u0071\u0061\u006da\u0074\u0073\u0068\u0065br\u0065\u0077",Value :"\u0061f\u0069\u0069\u0035\u0037\u0036\u00374"},{Key :"\u0066\u0069\u006e\u0061\u006c\u006b\u0061\u0066\u0068e\u0062\u0072\u0065\u0077",Value :"\u0061f\u0069\u0069\u0035\u0037\u0036\u00374"},{Key :"\u0066\u0069\u006e\u0061\u006c\u006b\u0061\u0066\u0071a\u006d\u0061\u0074\u0073",Value :"\u0061f\u0069\u0069\u0035\u0037\u0036\u00374"},{Key :"\u006b\u0061\u0066\u0066\u0069\u006e\u0061\u006c",Value :"\u0061f\u0069\u0069\u0035\u0037\u0036\u00374"},{Key :"\u0066\u0069\u006e\u0061\u006c\u006e\u0075\u006e\u0068e\u0062\u0072\u0065\u0077",Value :"\u0061f\u0069\u0069\u0035\u0037\u0036\u00379"},{Key :"\u006e\u0075\u006e\u0066\u0069\u006e\u0061\u006c",Value :"\u0061f\u0069\u0069\u0035\u0037\u0036\u00379"},{Key :"\u0066\u0069\u006e\u0061\u006c\u006e\u0075\u006e",Value :"\u0061f\u0069\u0069\u0035\u0037\u0036\u00379"},{Key :"\u0070\u0065\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0061f\u0069\u0069\u0035\u0037\u0036\u00384"},{Key :"\u0070\u0065",Value :"\u0061f\u0069\u0069\u0035\u0037\u0036\u00384"},{Key :"\u0074\u0073\u0061d\u0069",Value :"\u0061f\u0069\u0069\u0035\u0037\u0036\u00386"},{Key :"t\u0073\u0061\u0064\u0069\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0061f\u0069\u0069\u0035\u0037\u0036\u00386"},{Key :"\u0073\u0068\u0069\u006e\u0077\u0069\u0074\u0068\u0073i\u006e\u0064\u006f\u0074",Value :"\u0061f\u0069\u0069\u0035\u0037\u0036\u00395"},{Key :"\u0073\u0068i\u006e\u0073\u0069n\u0064\u006f\u0074\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0061f\u0069\u0069\u0035\u0037\u0036\u00395"},{Key :"\u0073\u0068\u0069\u006e\u0073\u0069\u006e\u0064\u006f\u0074",Value :"\u0061f\u0069\u0069\u0035\u0037\u0036\u00395"},{Key :"\u0076\u0061\u0076v\u0061\u0076\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0061f\u0069\u0069\u0035\u0037\u0037\u00316"},{Key :"\u0076\u0061\u0076\u0064\u0062\u006c",Value :"\u0061f\u0069\u0069\u0035\u0037\u0037\u00316"},{Key :"\u0076\u0061\u0076y\u006f\u0064\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0061f\u0069\u0069\u0035\u0037\u0037\u00317"},{Key :"\u0076\u0061\u0076\u0079\u006f\u0064",Value :"\u0061f\u0069\u0069\u0035\u0037\u0037\u00317"},{Key :"\u0071\u0061\u006d\u0061ts\u0071\u0075\u0061\u0072\u0074\u0065\u0072\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0061f\u0069\u0069\u0035\u0037\u0037\u00397"},{Key :"\u0071a\u006d\u0061\u0074\u0073\u0071\u0061\u0074\u0061\u006e\u0071\u0075a\u0072\u0074\u0065\u0072\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0061f\u0069\u0069\u0035\u0037\u0037\u00397"},{Key :"\u0071\u0061\u006d\u0061\u0074\u0073\u0031\u0061",Value :"\u0061f\u0069\u0069\u0035\u0037\u0037\u00397"},{Key :"\u0071\u0061\u006da\u0074\u0073\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0061f\u0069\u0069\u0035\u0037\u0037\u00397"},{Key :"\u0071\u0061\u006dat\u0073\u0071\u0061\u0074\u0061\u006e\u006e\u0061\u0072\u0072\u006f\u0077\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0061f\u0069\u0069\u0035\u0037\u0037\u00397"},{Key :"\u0075\u006e\u0069\u0074\u0073\u0065\u0070\u0061\u0072\u0061\u0074\u006f\u0072",Value :"\u0061f\u0069\u0069\u0035\u0037\u0037\u00397"},{Key :"\u0071\u0061m\u0061\u0074\u0073w\u0069\u0064\u0065\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0061f\u0069\u0069\u0035\u0037\u0037\u00397"},{Key :"\u0071\u0061\u006d\u0061\u0074\u0073",Value :"\u0061f\u0069\u0069\u0035\u0037\u0037\u00397"},{Key :"\u0071\u0061\u006d\u0061\u0074\u0073\u0032\u0037",Value :"\u0061f\u0069\u0069\u0035\u0037\u0037\u00397"},{Key :"\u0071\u0061\u006d\u0061\u0074\u0073\u0071\u0061\u0074\u0061\u006e\u0068e\u0062\u0072\u0065\u0077",Value :"\u0061f\u0069\u0069\u0035\u0037\u0037\u00397"},{Key :"q\u0061\u006d\u0061\u0074sq\u0061t\u0061\u006e\u0077\u0069\u0064e\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0061f\u0069\u0069\u0035\u0037\u0037\u00397"},{Key :"\u0071\u0061\u006d\u0061\u0074\u0073\u0064\u0065",Value :"\u0061f\u0069\u0069\u0035\u0037\u0037\u00397"},{Key :"\u0071\u0061\u006d\u0061\u0074\u0073\u0031\u0063",Value :"\u0061f\u0069\u0069\u0035\u0037\u0037\u00397"},{Key :"\u0071\u0061\u006d\u0061\u0074\u0073\u0032\u0039",Value :"\u0061f\u0069\u0069\u0035\u0037\u0037\u00397"},{Key :"\u0071a\u006da\u0074\u0073\u006e\u0061\u0072r\u006f\u0077h\u0065\u0062\u0072\u0065\u0077",Value :"\u0061f\u0069\u0069\u0035\u0037\u0037\u00397"},{Key :"\u0071\u0061\u006d\u0061\u0074\u0073\u0031\u0030",Value :"\u0061f\u0069\u0069\u0035\u0037\u0037\u00397"},{Key :"\u0071\u0061\u006d\u0061\u0074\u0073\u0033\u0033",Value :"\u0061f\u0069\u0069\u0035\u0037\u0037\u00397"},{Key :"\u0073h\u0065\u0076\u0061\u0032\u0065",Value :"\u0061f\u0069\u0069\u0035\u0037\u0037\u00399"},{Key :"\u0073h\u0065v\u0061\u0071\u0075\u0061\u0072t\u0065\u0072h\u0065\u0062\u0072\u0065\u0077",Value :"\u0061f\u0069\u0069\u0035\u0037\u0037\u00399"},{Key :"\u0073h\u0065\u0076\u0061\u0031\u0035",Value :"\u0061f\u0069\u0069\u0035\u0037\u0037\u00399"},{Key :"\u0073\u0068\u0065\u0076\u0061\u0031\u0031\u0035",Value :"\u0061f\u0069\u0069\u0035\u0037\u0037\u00399"},{Key :"s\u0068\u0065\u0076\u0061\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0061f\u0069\u0069\u0035\u0037\u0037\u00399"},{Key :"\u0073\u0068\u0065v\u0061",Value :"\u0061f\u0069\u0069\u0035\u0037\u0037\u00399"},{Key :"\u0065\u006e\u0064\u0074\u0072\u0061\u006e\u0073\u0062\u006c\u006f\u0063\u006b",Value :"\u0061f\u0069\u0069\u0035\u0037\u0037\u00399"},{Key :"\u0073h\u0065\u0076\u0061\u0032\u0032",Value :"\u0061f\u0069\u0069\u0035\u0037\u0037\u00399"},{Key :"\u0073h\u0065v\u0061\u0077\u0069\u0064\u0065\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0061f\u0069\u0069\u0035\u0037\u0037\u00399"},{Key :"\u0073\u0068\u0065\u0076\u0061\u006e\u0061\u0072\u0072\u006f\u0077\u0068e\u0062\u0072\u0065\u0077",Value :"\u0061f\u0069\u0069\u0035\u0037\u0037\u00399"},{Key :"\u0073\u0069\u006ed\u006f\u0074\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0061f\u0069\u0069\u0035\u0037\u0038\u00303"},{Key :"\u0073\u0069\u006e\u0064\u006f\u0074",Value :"\u0061f\u0069\u0069\u0035\u0037\u0038\u00303"},{Key :"\u0072\u0061\u0066\u0065\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0061f\u0069\u0069\u0035\u0037\u0038\u00341"},{Key :"\u0072\u0061\u0066\u0065",Value :"\u0061f\u0069\u0069\u0035\u0037\u0038\u00341"},{Key :"\u0070\u0061\u0073e\u0071",Value :"\u0061f\u0069\u0069\u0035\u0037\u0038\u00342"},{Key :"p\u0061\u0073\u0065\u0071\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0061f\u0069\u0069\u0035\u0037\u0038\u00342"},{Key :"\u006cs\u0063\u0072\u0069\u0070\u0074",Value :"\u0061f\u0069\u0069\u0036\u0031\u0032\u00389"},{Key :"\u006cs\u0071\u0075\u0061\u0072\u0065",Value :"\u0061f\u0069\u0069\u0036\u0031\u0032\u00389"},{Key :"\u006c\u0069\u0074e\u0072",Value :"\u0061f\u0069\u0069\u0036\u0031\u0032\u00389"},{Key :"\u0065\u006c\u006c",Value :"\u0061f\u0069\u0069\u0036\u0031\u0032\u00389"},{Key :"\u0070\u0064\u0066",Value :"\u0061f\u0069\u0069\u0036\u0031\u0035\u00373"},{Key :"\u006c\u0072\u006f",Value :"\u0061f\u0069\u0069\u0036\u0031\u0035\u00374"},{Key :"\u0072\u006c\u006f",Value :"\u0061f\u0069\u0069\u0036\u0031\u0035\u00375"},{Key :"\u007ae\u0072o\u0077\u0069\u0064\u0074\u0068n\u006f\u006ej\u006f\u0069\u006e\u0065\u0072",Value :"\u0061f\u0069\u0069\u0036\u0031\u0036\u00364"},{Key :"\u0063\u0077\u006d",Value :"\u0061f\u0069\u0069\u0036\u0031\u0036\u00364"},{Key :"\u007a\u0065\u0072\u006f\u006e\u006f\u006a\u006f\u0069\u006e",Value :"\u0061f\u0069\u0069\u0036\u0031\u0036\u00364"},{Key :"\u0063\u006f\u006dp\u0077\u006f\u0072\u0064\u006d\u0061\u0072\u006b",Value :"\u0061f\u0069\u0069\u0036\u0031\u0036\u00364"},{Key :"a\u0072\u0061\u0062\u0069cf\u0069v\u0065\u0070\u006f\u0069\u006et\u0065\u0064\u0073\u0074\u0061\u0072",Value :"\u0061f\u0069\u0069\u0036\u0033\u0031\u00367"},{Key :"a\u0073t\u0065\u0072\u0069\u0073\u006b\u0061\u006c\u0074o\u006e\u0065\u0061\u0072ab\u0069\u0063",Value :"\u0061f\u0069\u0069\u0036\u0033\u0031\u00367"},{Key :"\u0061\u0073\u0074\u0065\u0072\u0069\u0073\u006b\u0061r\u0061\u0062\u0069\u0063",Value :"\u0061f\u0069\u0069\u0036\u0033\u0031\u00367"},{Key :"\u0063\u006fm\u006d\u0061\u0072e\u0076\u0065\u0072\u0073\u0065\u0064\u006d\u006f\u0064",Value :"\u0061f\u0069\u0069\u0036\u0034\u0039\u00337"},{Key :"\u006e\u0075\u006de\u0072\u0061\u006c\u0067\u0072\u0065\u0065\u006b",Value :"\u0061f\u0069\u0069\u0036\u0034\u0039\u00337"},{Key :"\u0061\u0069\u006e\u0066\u0069\u006e\u0061\u006c",Value :"\u0061\u0069\u006e\u0066\u0069\u006e\u0061\u006c\u0061r\u0061\u0062\u0069\u0063"},{Key :"\u0061\u0069\u006e\u0069\u006e\u0069\u0074\u0069\u0061\u006c",Value :"\u0061\u0069n\u0069\u006e\u0069t\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0061i\u006e\u006d\u0065\u0064\u0069\u0061l",Value :"\u0061i\u006em\u0065\u0064\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u006er\u0074\u0068\u006f\u006f\u006b",Value :"\u0061\u0069\u006e\u0076\u0065\u0072\u0074\u0065\u0064b\u0072\u0065\u0076\u0065"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0036\u00364",Value :"\u0061\u006c\u0065\u0066"},{Key :"\u0061\u006c\u0065\u0066\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0061\u006c\u0065\u0066"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00315",Value :"\u0061\u006c\u0065\u0066\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0061\u0072\u0061\u0062\u0069\u0063\u0061\u006c\u0065\u0066",Value :"\u0061\u006c\u0065\u0066\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0061\u006c\u0065\u0066\u0077\u0069\u0074\u0068\u006d\u0061\u0070\u0069\u0071",Value :"\u0061\u006ce\u0066\u0064\u0061g\u0065\u0073\u0068\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0061l\u0065\u0066\u0066\u0069\u006e\u0061l",Value :"\u0061l\u0065f\u0066\u0069\u006e\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0061\u006c\u0065fw\u0069\u0074\u0068\u0068\u0061\u006d\u007a\u0061\u0061\u0062\u006f\u0076\u0065\u0066\u0069\u006e\u0061\u006c",Value :"\u0061l\u0065\u0066\u0068\u0061m\u007a\u0061\u0061\u0062\u006fv\u0065f\u0069n\u0061\u006c\u0061\u0072\u0061\u0062\u0069c"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00313",Value :"a\u006ce\u0066\u0068\u0061\u006d\u007a\u0061\u0062\u0065l\u006f\u0077\u0061\u0072ab\u0069\u0063"},{Key :"\u0061l\u0065f\u0077\u0069\u0074\u0068\u0068a\u006d\u007aa\u0062\u0065\u006c\u006f\u0077",Value :"a\u006ce\u0066\u0068\u0061\u006d\u007a\u0061\u0062\u0065l\u006f\u0077\u0061\u0072ab\u0069\u0063"},{Key :"\u0061\u006c\u0065fw\u0069\u0074\u0068\u0068\u0061\u006d\u007a\u0061\u0062\u0065\u006c\u006f\u0077\u0066\u0069\u006e\u0061\u006c",Value :"\u0061l\u0065\u0066\u0068\u0061m\u007a\u0061\u0062\u0065\u006co\u0077f\u0069n\u0061\u006c\u0061\u0072\u0061\u0062\u0069c"},{Key :"\u0061l\u0065\u0066\u006c\u0061\u006d\u0065d",Value :"\u0061l\u0065f\u006c\u0061\u006d\u0065\u0064\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0061\u006c\u0065fw\u0069\u0074\u0068\u006d\u0061\u0064\u0064\u0061\u0061\u0062\u006f\u0076\u0065\u0066\u0069\u006e\u0061\u006c",Value :"\u0061l\u0065\u0066\u006d\u0061d\u0064\u0061\u0061\u0062\u006fv\u0065f\u0069n\u0061\u006c\u0061\u0072\u0061\u0062\u0069c"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00349",Value :"\u0061\u006c\u0065\u0066\u006d\u0061\u006b\u0073\u0075\u0072\u0061\u0061r\u0061\u0062\u0069\u0063"},{Key :"a\u006c\u0065\u0066\u006d\u0061\u006b\u0073\u0075\u0072\u0061",Value :"\u0061\u006c\u0065\u0066\u006d\u0061\u006b\u0073\u0075\u0072\u0061\u0061r\u0061\u0062\u0069\u0063"},{Key :"\u0061\u006ce\u0066\u006d\u0061k\u0073\u0075\u0072\u0061\u0066\u0069\u006e\u0061\u006c",Value :"\u0061\u006c\u0065\u0066ma\u006b\u0073\u0075\u0072\u0061\u0066\u0069\u006e\u0061\u006c\u0061\u0072\u0061\u0062i\u0063"},{Key :"\u0079e\u0068\u006d\u0065\u0064\u0069\u0061l",Value :"\u0061\u006c\u0065fm\u0061\u006b\u0073\u0075\u0072\u0061\u006d\u0065\u0064\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0079e\u0068m\u0065\u0064\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",Value :"\u0061\u006c\u0065fm\u0061\u006b\u0073\u0075\u0072\u0061\u006d\u0065\u0064\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0061\u006c\u0065\u0066\u0077\u0069\u0074\u0068\u0070\u0061\u0074\u0061\u0068",Value :"\u0061l\u0065f\u0070\u0061\u0074\u0061\u0068\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0061\u006c\u0065\u0066\u0077\u0069\u0074\u0068\u0071a\u006d\u0061\u0074\u0073",Value :"\u0061\u006ce\u0066\u0071\u0061m\u0061\u0074\u0073\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0061l\u0065\u0070\u0068\u006d\u0061\u0074h",Value :"\u0061\u006c\u0065p\u0068"},{Key :"\u0062\u0061\u0063\u006b\u0063\u006f\u006e\u0067",Value :"\u0061\u006c\u006c\u0065\u0071\u0075\u0061\u006c"},{Key :"\u0075p\u0061\u006c\u0070\u0068\u0061",Value :"\u0061\u006c\u0070h\u0061"},{Key :"\u0063\u0031\u0035\u0038",Value :"\u0061m\u0061\u0063\u0072\u006f\u006e"},{Key :"\u006c\u0061\u006e\u0067\u006c\u0065",Value :"\u0061\u006e\u0067\u0062\u0072\u0061\u0063\u006b\u0065t\u006c\u0065\u0066\u0074"},{Key :"\u0072\u0061\u006e\u0067\u006c\u0065",Value :"\u0061n\u0067b\u0072\u0061\u0063\u006b\u0065\u0074\u0072\u0069\u0067\u0068\u0074"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00370",Value :"\u0061\u006e\u0067\u006b\u0068\u0061\u006e\u006b\u0068u\u0074\u0068\u0061\u0069"},{Key :"\u0061\u006e\u0067\u0062\u0072\u0061\u0063\u006b\u0065\u0074\u006c\u0065f\u0074\u0042\u0069\u0067",Value :"\u0061n\u0067\u006c\u0065\u006c\u0065\u0066t"},{Key :"\u0061n\u0067b\u0072\u0061\u0063\u006b\u0065t\u006c\u0065f\u0074\u0042\u0069\u0067\u0067",Value :"\u0061n\u0067\u006c\u0065\u006c\u0065\u0066t"},{Key :"\u0061\u006e\u0067\u0062\u0072\u0061\u0063\u006b\u0065\u0074\u006c\u0065f\u0074\u0062\u0069\u0067",Value :"\u0061n\u0067\u006c\u0065\u006c\u0065\u0066t"},{Key :"\u0061n\u0067b\u0072\u0061\u0063\u006b\u0065t\u006c\u0065f\u0074\u0062\u0069\u0067\u0067",Value :"\u0061n\u0067\u006c\u0065\u006c\u0065\u0066t"},{Key :"\u0061n\u0067b\u0072\u0061\u0063\u006b\u0065t\u0072\u0069g\u0068\u0074\u0042\u0069\u0067",Value :"\u0061\u006e\u0067\u006c\u0065\u0072\u0069\u0067\u0068\u0074"},{Key :"\u0061\u006e\u0067\u0062ra\u0063\u006b\u0065\u0074\u0072\u0069\u0067\u0068\u0074\u0042\u0069\u0067\u0067",Value :"\u0061\u006e\u0067\u006c\u0065\u0072\u0069\u0067\u0068\u0074"},{Key :"\u0061n\u0067b\u0072\u0061\u0063\u006b\u0065t\u0072\u0069g\u0068\u0074\u0062\u0069\u0067",Value :"\u0061\u006e\u0067\u006c\u0065\u0072\u0069\u0067\u0068\u0074"},{Key :"\u0061\u006e\u0067\u0062ra\u0063\u006b\u0065\u0074\u0072\u0069\u0067\u0068\u0074\u0062\u0069\u0067\u0067",Value :"\u0061\u006e\u0067\u006c\u0065\u0072\u0069\u0067\u0068\u0074"},{Key :"\u0041\u006e\u0067\u0073\u0074\u0072\u006f\u006d",Value :"\u0061\u006e\u0067\u0073\u0074\u0072\u006f\u006d"},{Key :"\u0061\u0063\u0077\u0067\u0061\u0070\u0063\u0069\u0072\u0063\u006c\u0065a\u0072\u0072\u006f\u0077",Value :"\u0061\u006e\u0074\u0069\u0063\u006c\u006f\u0063\u006b\u0077\u0069\u0073\u0065"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0039\u00329",Value :"\u0061\u0070\u006f\u0073\u0074\u0072\u006f\u0070\u0068\u0065\u006d\u006f\u0064"},{Key :"\u0061\u0070\u0070\u0072\u006f\u0061\u0063\u0068\u006c\u0069\u006d\u0069\u0074",Value :"\u0061\u0070\u0070\u0072\u006f\u0061\u0063\u0068\u0065\u0073"},{Key :"\u0064\u006f\u0074e\u0071",Value :"\u0061\u0070\u0070\u0072\u006f\u0061\u0063\u0068\u0065\u0073"},{Key :"a\u006c\u006d\u006f\u0073\u0074\u0065\u0071\u0075\u0061\u006c",Value :"a\u0070\u0070\u0072\u006f\u0078\u0065\u0071\u0075\u0061\u006c"},{Key :"\u0061\u0070\u0070\u0072\u006f\u0078",Value :"a\u0070\u0070\u0072\u006f\u0078\u0065\u0071\u0075\u0061\u006c"},{Key :"\u0065\u0071\u0075\u0061\u006c\u0064\u006f\u0074\u006c\u0065\u0066\u0074r\u0069\u0067\u0068\u0074",Value :"\u0061p\u0070r\u006f\u0078\u0065\u0071\u0075a\u006c\u006fr\u0069\u006d\u0061\u0067\u0065"},{Key :"\u0066\u0061\u006c\u006c\u0069\u006e\u0067\u0064\u006f\u0074\u0073\u0065\u0071",Value :"\u0061p\u0070r\u006f\u0078\u0065\u0071\u0075a\u006c\u006fr\u0069\u006d\u0061\u0067\u0065"},{Key :"\u0074i\u006c\u0064\u0065\u0074\u0072\u0070l",Value :"a\u0070\u0070\u0072\u006f\u0078\u0069\u0064\u0065\u006e\u0074"},{Key :"\u0061\u006c\u006d\u006f\u0073\u0074\u006f\u0072\u0065\u0071\u0075\u0061\u006c",Value :"\u0061\u0070\u0070\u0072\u006f\u0078\u006f\u0072\u0065\u0071\u0075\u0061\u006c"},{Key :"\u0061\u0070\u0070\u0072\u006f\u0078\u0065\u0071",Value :"\u0061\u0070\u0070\u0072\u006f\u0078\u006f\u0072\u0065\u0071\u0075\u0061\u006c"},{Key :"\u0070\u0072\u006f\u0066\u006c\u0069\u006e\u0065",Value :"\u0061\u0072\u0063"},{Key :"c\u006f\u0072\u0072\u0065\u0073\u0070\u006f\u006e\u0064\u0073",Value :"\u0061\u0072\u0063e\u0071"},{Key :"\u0061r\u0072o\u0077\u0073\u0065\u006d\u0061n\u0074\u0069c\u006c\u006f\u0063\u006b\u0077",Value :"\u0061\u0072\u0063h\u006c\u0065\u0066\u0074\u0064\u006f\u0077\u006e"},{Key :"\u0063\u0075\u0072\u0076\u0065\u0061\u0072\u0072\u006fw\u006c\u0065\u0066\u0074",Value :"\u0061\u0072\u0063h\u006c\u0065\u0066\u0074\u0064\u006f\u0077\u006e"},{Key :"\u0061\u0072\u0072\u006f\u0077\u0073\u0065\u006d\u0063l\u006f\u0063\u006b\u0077",Value :"\u0061\u0072\u0063\u0068\u0072\u0069\u0067\u0068\u0074\u0064\u006f\u0077\u006e"},{Key :"\u0063u\u0072v\u0065\u0061\u0072\u0072\u006f\u0077\u0072\u0069\u0067\u0068\u0074",Value :"\u0061\u0072\u0063\u0068\u0072\u0069\u0067\u0068\u0074\u0064\u006f\u0077\u006e"},{Key :"\u006cm\u0069\u0064\u0074\u0069\u006c\u0064e",Value :"\u0061\u0072\u0069\u006e\u0067\u0061\u0063\u0075\u0074\u0065"},{Key :"\u0061\u0031\u0036\u0033",Value :"\u0061r\u0072\u006f\u0077\u0062\u006f\u0074h"},{Key :"\u006c\u0065\u0066\u0074\u0072\u0069\u0067\u0068\u0074a\u0072\u0072\u006f\u0077",Value :"\u0061r\u0072\u006f\u0077\u0062\u006f\u0074h"},{Key :"\u0064\u006f\u0077\u006e\u0064\u0061\u0073\u0068\u0061\u0072\u0072\u006f\u0077",Value :"\u0061\u0072\u0072\u006f\u0077\u0064\u0061\u0073\u0068\u0064\u006f\u0077\u006e"},{Key :"\u006c\u0065\u0066\u0074\u0064\u0061\u0073\u0068\u0061\u0072\u0072\u006f\u0077",Value :"\u0061\u0072\u0072\u006f\u0077\u0064\u0061\u0073\u0068\u006c\u0065\u0066\u0074"},{Key :"\u0072\u0069\u0067\u0068\u0074\u0064\u0061\u0073\u0068a\u0072\u0072\u006f\u0077",Value :"\u0061\u0072\u0072\u006f\u0077\u0064\u0061\u0073\u0068r\u0069\u0067\u0068\u0074"},{Key :"u\u0070\u0064\u0061\u0073\u0068\u0061\u0072\u0072\u006f\u0077",Value :"a\u0072\u0072\u006f\u0077\u0064\u0061\u0073\u0068\u0075\u0070"},{Key :"\u004c\u0065\u0066\u0074\u0072\u0069\u0067\u0068\u0074a\u0072\u0072\u006f\u0077",Value :"\u0061\u0072\u0072o\u0077\u0064\u0062\u006c\u0062\u006f\u0074\u0068"},{Key :"\u0061\u0072r\u006f\u0077\u0064b\u006c\u006c\u006f\u006e\u0067\u0062\u006f\u0074\u0068",Value :"\u0061\u0072\u0072o\u0077\u0064\u0062\u006c\u0062\u006f\u0074\u0068"},{Key :"\u0064\u0062\u006ca\u0072\u0072\u006f\u0077\u006c\u0065\u0066\u0074",Value :"\u0061\u0072\u0072o\u0077\u0064\u0062\u006c\u0062\u006f\u0074\u0068"},{Key :"U\u0070\u0064\u006f\u0077\u006e\u0061\u0072\u0072\u006f\u0077",Value :"\u0061\u0072\u0072\u006f\u0077\u0064\u0062\u006c\u0062\u006f\u0074\u0068\u0076"},{Key :"\u0061\u0072\u0072\u006f\u0077\u0064\u0062\u006c\u006c\u006f\u006e\u0067b\u006f\u0074\u0068\u0076",Value :"\u0061\u0072\u0072\u006f\u0077\u0064\u0062\u006c\u0062\u006f\u0074\u0068\u0076"},{Key :"\u0044o\u0077\u006e\u0061\u0072\u0072\u006fw",Value :"\u0061\u0072\u0072o\u0077\u0064\u0062\u006c\u0064\u006f\u0077\u006e"},{Key :"\u004ce\u0066\u0074\u0061\u0072\u0072\u006fw",Value :"\u0061\u0072\u0072o\u0077\u0064\u0062\u006c\u006c\u0065\u0066\u0074"},{Key :"\u0061\u0072\u0072o\u0077\u006c\u0065\u0066\u0074\u0064\u0062\u006c",Value :"\u0061\u0072\u0072o\u0077\u0064\u0062\u006c\u006c\u0065\u0066\u0074"},{Key :"\u0052\u0069\u0067\u0068\u0074\u0061\u0072\u0072\u006f\u0077",Value :"\u0061\u0072\u0072\u006f\u0077\u0064\u0062\u006c\u0072\u0069\u0067\u0068\u0074"},{Key :"\u0064\u0062\u006c\u0061\u0072\u0072\u006f\u0077\u0072\u0069\u0067\u0068\u0074",Value :"\u0061\u0072\u0072\u006f\u0077\u0064\u0062\u006c\u0072\u0069\u0067\u0068\u0074"},{Key :"\u0055p\u0061\u0072\u0072\u006f\u0077",Value :"\u0061\u0072\u0072\u006f\u0077\u0064\u0062\u006c\u0075\u0070"},{Key :"\u0064o\u0077\u006e\u0061\u0072\u0072\u006fw",Value :"\u0061r\u0072\u006f\u0077\u0064\u006f\u0077n"},{Key :"\u0073w\u0061\u0072\u0072\u006f\u0077",Value :"\u0061\u0072\u0072\u006f\u0077\u0064\u006f\u0077\u006e\u006c\u0065\u0066\u0074"},{Key :"\u0073e\u0061\u0072\u0072\u006f\u0077",Value :"\u0061\u0072\u0072\u006f\u0077\u0064\u006f\u0077\u006er\u0069\u0067\u0068\u0074"},{Key :"\u0061\u0072\u0072\u006f\u0077\u006f\u0070\u0065\u006e\u0064\u006f\u0077\u006e",Value :"\u0061\u0072\u0072\u006f\u0077\u0064\u006f\u0077\u006ew\u0068\u0069\u0074\u0065"},{Key :"\u0064\u006f\u0077\u006e\u0077\u0068\u0069\u0074\u0065a\u0072\u0072\u006f\u0077",Value :"\u0061\u0072\u0072\u006f\u0077\u0064\u006f\u0077\u006ew\u0068\u0069\u0074\u0065"},{Key :"\u0069o\u0074\u0061\u0073\u0075\u0062",Value :"\u0061\u0072\u0072\u006f\u0077\u0068\u0065\u0061\u0064\u0072\u0069\u0067h\u0074\u006d\u006f\u0064"},{Key :"\u0068\u006f\u006f\u006b\u0072\u0069\u0067\u0068\u0074a\u0072\u0072\u006f\u0077",Value :"\u0061\u0072\u0072\u006f\u0077\u0068\u006f\u006f\u006b\u006c\u0065\u0066\u0074"},{Key :"\u0068\u006f\u006f\u006b\u006c\u0065\u0066\u0074\u0061\u0072\u0072\u006f\u0077",Value :"\u0061\u0072\u0072\u006f\u0077\u0068\u006f\u006f\u006br\u0069\u0067\u0068\u0074"},{Key :"\u006ce\u0066\u0074\u0061\u0072\u0072\u006fw",Value :"\u0061r\u0072\u006f\u0077\u006c\u0065\u0066t"},{Key :"\u006ce\u0066t\u0068\u0061\u0072\u0070\u006f\u006f\u006e\u0064\u006f\u0077\u006e",Value :"\u0061\u0072r\u006f\u0077\u006ce\u0066\u0074\u0062\u006f\u0074\u0068\u0061\u006c\u0066"},{Key :"\u0061r\u0072o\u0077\u0064\u0062\u006c\u006c\u0065\u0066\u0074\u006e\u006f\u0074",Value :"\u0061r\u0072o\u0077\u006c\u0065\u0066\u0074d\u0062\u006cs\u0074\u0072\u006f\u006b\u0065"},{Key :"\u006e\u004c\u0065\u0066\u0074\u0061\u0072\u0072\u006f\u0077",Value :"\u0061r\u0072o\u0077\u006c\u0065\u0066\u0074d\u0062\u006cs\u0074\u0072\u006f\u006b\u0065"},{Key :"\u006eo\u0074d\u0062\u006c\u0061\u0072\u0072\u006f\u0077\u006c\u0065\u0066\u0074",Value :"\u0061r\u0072o\u0077\u006c\u0065\u0066\u0074d\u0062\u006cs\u0074\u0072\u006f\u006b\u0065"},{Key :"\u0061r\u0072o\u0077\u0070\u0061\u0072\u0072l\u0065\u0066t\u0072\u0069\u0067\u0068\u0074",Value :"\u0061r\u0072o\u0077\u006c\u0065\u0066\u0074o\u0076\u0065r\u0072\u0069\u0067\u0068\u0074"},{Key :"\u006ce\u0066t\u0072\u0069\u0067\u0068\u0074\u0061\u0072\u0072\u006f\u0077\u0073",Value :"\u0061r\u0072o\u0077\u006c\u0065\u0066\u0074o\u0076\u0065r\u0072\u0069\u0067\u0068\u0074"},{Key :"\u0061\u0072\u0072\u006f\u0077\u006f\u0070\u0065\u006e\u006c\u0065\u0066\u0074",Value :"\u0061\u0072\u0072\u006f\u0077\u006c\u0065\u0066\u0074w\u0068\u0069\u0074\u0065"},{Key :"\u006c\u0065\u0066\u0074\u0077\u0068\u0069\u0074\u0065a\u0072\u0072\u006f\u0077",Value :"\u0061\u0072\u0072\u006f\u0077\u006c\u0065\u0066\u0074w\u0068\u0069\u0074\u0065"},{Key :"\u0061\u0031\u0036\u0031",Value :"\u0061\u0072\u0072\u006f\u0077\u0072\u0069\u0067\u0068\u0074"},{Key :"\u0072\u0069\u0067\u0068\u0074\u0061\u0072\u0072\u006f\u0077",Value :"\u0061\u0072\u0072\u006f\u0077\u0072\u0069\u0067\u0068\u0074"},{Key :"\u0072\u0069g\u0068\u0074\u0068a\u0072\u0070\u006f\u006f\u006e\u0064\u006f\u0077\u006e",Value :"\u0061\u0072\u0072\u006f\u0077\u0072\u0069\u0067\u0068\u0074\u0062\u006ft\u0068\u0061\u006c\u0066"},{Key :"\u0061\u0072r\u006f\u0077\u0064b\u006c\u0072\u0069\u0067\u0068\u0074\u006e\u006f\u0074",Value :"\u0061\u0072\u0072\u006fwr\u0069\u0067\u0068\u0074\u0064\u0062\u006c\u0073\u0074\u0072\u006f\u006b\u0065"},{Key :"n\u0052\u0069\u0067\u0068\u0074\u0061\u0072\u0072\u006f\u0077",Value :"\u0061\u0072\u0072\u006fwr\u0069\u0067\u0068\u0074\u0064\u0062\u006c\u0073\u0074\u0072\u006f\u006b\u0065"},{Key :"\u006e\u006ft\u0064\u0062\u006ca\u0072\u0072\u006f\u0077\u0072\u0069\u0067\u0068\u0074",Value :"\u0061\u0072\u0072\u006fwr\u0069\u0067\u0068\u0074\u0064\u0062\u006c\u0073\u0074\u0072\u006f\u006b\u0065"},{Key :"\u0061r\u0072o\u0077\u0070\u0061\u0072\u0072r\u0069\u0067h\u0074\u006c\u0065\u0066\u0074",Value :"\u0061r\u0072o\u0077\u0072\u0069\u0067\u0068t\u006f\u0076e\u0072\u006c\u0065\u0066\u0074"},{Key :"\u0072i\u0067h\u0074\u006c\u0065\u0066\u0074\u0061\u0072\u0072\u006f\u0077\u0073",Value :"\u0061r\u0072o\u0077\u0072\u0069\u0067\u0068t\u006f\u0076e\u0072\u006c\u0065\u0066\u0074"},{Key :"\u0061\u0072\u0072\u006f\u0077\u006f\u0070\u0065\u006er\u0069\u0067\u0068\u0074",Value :"\u0061r\u0072o\u0077\u0072\u0069\u0067\u0068\u0074\u0077\u0068\u0069\u0074\u0065"},{Key :"\u0072i\u0067h\u0074\u0077\u0068\u0069\u0074\u0065\u0061\u0072\u0072\u006f\u0077",Value :"\u0061r\u0072o\u0077\u0072\u0069\u0067\u0068\u0074\u0077\u0068\u0069\u0074\u0065"},{Key :"\u0062\u0061\u0072l\u0065\u0066\u0074\u0061\u0072\u0072\u006f\u0077",Value :"\u0061\u0072\u0072o\u0077\u0074\u0061\u0062\u006c\u0065\u0066\u0074"},{Key :"\u0072\u0069\u0067\u0068\u0074\u0061\u0072\u0072\u006f\u0077\u0062\u0061\u0072",Value :"\u0061\u0072\u0072\u006f\u0077\u0074\u0061\u0062\u0072\u0069\u0067\u0068\u0074"},{Key :"\u006c\u0065\u0066\u0074\u0061\u0072\u0072\u006f\u0077\u0074\u0061\u0069\u006c",Value :"\u0061\u0072\u0072\u006f\u0077\u0074\u0061\u0069\u006c\u006c\u0065\u0066\u0074"},{Key :"\u0072\u0069\u0067\u0068\u0074\u0061\u0072\u0072\u006fw\u0074\u0061\u0069\u006c",Value :"\u0061\u0072\u0072\u006f\u0077\u0074\u0061\u0069\u006cr\u0069\u0067\u0068\u0074"},{Key :"\u004c\u006c\u0065\u0066\u0074\u0061\u0072\u0072\u006f\u0077",Value :"\u0061r\u0072o\u0077\u0074\u0072\u0069\u0070\u006c\u0065\u006c\u0065\u0066\u0074"},{Key :"R\u0072\u0069\u0067\u0068\u0074\u0061\u0072\u0072\u006f\u0077",Value :"\u0061\u0072r\u006f\u0077\u0074r\u0069\u0070\u006c\u0065\u0072\u0069\u0067\u0068\u0074"},{Key :"\u0075p\u0061\u0072\u0072\u006f\u0077",Value :"\u0061r\u0072\u006f\u0077\u0075\u0070"},{Key :"\u0061\u0072\u0072o\u0077\u0075\u0070\u0064\u006e\u0062\u0073\u0065",Value :"\u0061r\u0072o\u0077\u0075\u0070\u0064\u006f\u0077\u006e\u0062\u0061\u0073\u0065"},{Key :"\u0075\u0070\u0064\u006f\u0077\u006e\u0061\u0072\u0072o\u0077\u0062\u0061\u0072",Value :"\u0061r\u0072o\u0077\u0075\u0070\u0064\u006f\u0077\u006e\u0062\u0061\u0073\u0065"},{Key :"\u006ew\u0061\u0072\u0072\u006f\u0077",Value :"a\u0072\u0072\u006f\u0077\u0075\u0070\u006c\u0065\u0066\u0074"},{Key :"\u0064\u0062\u006c\u0061\u0072\u0072\u006f\u0077\u0075p\u0064\u006f\u0077\u006e",Value :"\u0061\u0072\u0072\u006f\u0077\u0075\u0070\u006c\u0065\u0066\u0074\u006ff\u0064\u006f\u0077\u006e"},{Key :"\u0075\u0070\u0064o\u0077\u006e\u0061\u0072\u0072\u006f\u0077\u0073",Value :"\u0061\u0072\u0072\u006f\u0077\u0075\u0070\u006c\u0065\u0066\u0074\u006ff\u0064\u006f\u0077\u006e"},{Key :"\u006ee\u0061\u0072\u0072\u006f\u0077",Value :"\u0061\u0072\u0072o\u0077\u0075\u0070\u0072\u0069\u0067\u0068\u0074"},{Key :"a\u0072\u0072\u006f\u0077\u006f\u0070\u0065\u006e\u0075\u0070",Value :"\u0061\u0072\u0072o\u0077\u0075\u0070\u0077\u0068\u0069\u0074\u0065"},{Key :"\u0075\u0070\u0077h\u0069\u0074\u0065\u0061\u0072\u0072\u006f\u0077",Value :"\u0061\u0072\u0072o\u0077\u0075\u0070\u0077\u0068\u0069\u0074\u0065"},{Key :"\u006c\u0069\u006e\u0065\u0076\u0065\u0072\u0074",Value :"\u0061s\u0063\u0072\u0069\u0070\u0074"},{Key :"\u006da\u0063\u0072\u006f\u006e\u0031",Value :"\u0061\u0073\u0063\u0072\u0069\u0070\u0074\u0074\u0075\u0072\u006e\u0065\u0064"},{Key :"\u006f\u0076\u0065\u0072\u0073\u0063\u006f\u0072\u0065\u0031",Value :"\u0061\u0073\u0063\u0072\u0069\u0070\u0074\u0074\u0075\u0072\u006e\u0065\u0064"},{Key :"\u0061s\u0073\u0065\u0072\u0074\u0069\u006fn",Value :"\u0061\u0073\u0073\u0065\u0072\u0074"},{Key :"\u0061\u0073\u0074",Value :"\u0061\u0073\u0074e\u0072\u0069\u0073\u006b\u006d\u0061\u0074\u0068"},{Key :"\u0061\u0073t\u0065\u0072\u0069s\u006b\u0063\u0065\u006e\u0074\u0065\u0072\u0065\u0064",Value :"\u0061\u0073\u0074e\u0072\u0069\u0073\u006b\u006d\u0061\u0074\u0068"},{Key :"\u0061\u0070\u0070\u0072\u006f\u0078\u0065\u0071\u0075a\u006c\u0061\u006c\u0074",Value :"\u0061\u0073\u0079\u006dpt\u006f\u0074\u0069\u0063\u0061\u006c\u006c\u0079\u0065\u0071\u0075\u0061\u006c"},{Key :"a\u0073\u0079\u006d\u0070\u0074\u0065\u0071\u0075\u0061\u006c",Value :"\u0061\u0073\u0079\u006dpt\u006f\u0074\u0069\u0063\u0061\u006c\u006c\u0079\u0065\u0071\u0075\u0061\u006c"},{Key :"\u0073\u0069\u006de\u0071",Value :"\u0061\u0073\u0079\u006dpt\u006f\u0074\u0069\u0063\u0061\u006c\u006c\u0079\u0065\u0071\u0075\u0061\u006c"},{Key :"\u0073\u0069\u006di\u006c\u0061\u0072\u0065\u0071\u0075\u0061\u006c",Value :"\u0061\u0073\u0079\u006dpt\u006f\u0074\u0069\u0063\u0061\u006c\u006c\u0079\u0065\u0071\u0075\u0061\u006c"},{Key :"\u0061\u0074\u0073\u0069\u0067\u006e",Value :"\u0061\u0074"},{Key :"\u0061l\u0074e\u0072\u006e\u0061\u0074\u0069\u0076\u0065\u0061\u0079\u0069\u006e",Value :"\u0061\u0079i\u006e\u0061\u006ct\u006f\u006e\u0065\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0036\u00382",Value :"\u0061\u0079\u0069\u006e\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0061\u0079\u0069\u006e",Value :"\u0061\u0079\u0069\u006e\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"p\u0072\u0069\u006d\u0065\u0064\u0062\u006c\u0072\u0065\u0076",Value :"\u0062\u0061\u0063\u006b\u0064\u0070\u0072\u0069\u006d\u0065"},{Key :"\u0070\u0072\u0069m\u0065\u0064\u0062\u006c\u0072\u0065\u0076\u0031",Value :"\u0062\u0061\u0063\u006b\u0064\u0070\u0072\u0069\u006d\u0065"},{Key :"\u0073e\u0063\u006f\u006e\u0064\u0072\u0065v",Value :"\u0062\u0061\u0063\u006b\u0064\u0070\u0072\u0069\u006d\u0065"},{Key :"\u0070\u0072\u0069\u006d\u0065\u0074\u0072\u0069\u0070l\u0065\u0072\u0065\u0076",Value :"b\u0061\u0063\u006b\u0074\u0072\u0070\u0072\u0069\u006d\u0065"},{Key :"\u0070r\u0069m\u0065\u0074\u0072\u0069\u0070\u006c\u0065\u0072\u0065\u0076\u0031",Value :"b\u0061\u0063\u006b\u0074\u0072\u0070\u0072\u0069\u006d\u0065"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00343",Value :"\u0062\u0061\u0068\u0074\u0074\u0068\u0061\u0069"},{Key :"\u0076\u0065\u0072\u0074",Value :"\u0062\u0061\u0072"},{Key :"v\u0065\u0072\u0074\u0069\u0063\u0061\u006c\u0062\u0061\u0072",Value :"\u0062\u0061\u0072"},{Key :"\u0074\u0061\u0062l\u0065\u0066\u0074\u0072\u0069\u0067\u0068\u0074",Value :"\u0062a\u0072\u006c\u0065\u0066\u0074\u0061\u0072\u0072\u006f\u0077\u0072i\u0067\u0068\u0074\u0061\u0072\u0072\u006f\u0077\u0062\u0061"},{Key :"\u0068\u006f\u006d\u0065",Value :"b\u0061\u0072\u006f\u0076er\u006eo\u0072\u0074\u0068\u0077\u0065s\u0074\u0061\u0072\u0072\u006f\u0077"},{Key :"\u006e\u006f\u0072",Value :"\u0062\u0061\u0072\u0076\u0065\u0065"},{Key :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00366",Value :"\u0062\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0062\u0065",Value :"\u0062\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00316",Value :"\u0062e\u0068\u0061\u0072\u0061\u0062\u0069c"},{Key :"\u0062\u0065\u0068",Value :"\u0062e\u0068\u0061\u0072\u0061\u0062\u0069c"},{Key :"\u0062\u0065\u0068\u0066\u0069\u006e\u0061\u006c",Value :"\u0062\u0065\u0068\u0066\u0069\u006e\u0061\u006c\u0061r\u0061\u0062\u0069\u0063"},{Key :"\u0062\u0065\u0068\u0069\u006e\u0069\u0074\u0069\u0061\u006c",Value :"\u0062\u0065h\u0069\u006e\u0069t\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0062e\u0068\u006d\u0065\u0064\u0069\u0061l",Value :"\u0062e\u0068m\u0065\u0064\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0062e\u0068w\u0069\u0074\u0068\u006d\u0065e\u006d\u0069n\u0069\u0074\u0069\u0061\u006c",Value :"b\u0065h\u006d\u0065\u0065\u006d\u0069\u006e\u0069\u0074i\u0061\u006c\u0061\u0072ab\u0069\u0063"},{Key :"\u0062\u0065\u0068\u0077it\u0068\u006d\u0065\u0065\u006d\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064",Value :"b\u0065\u0068\u006d\u0065em\u0069s\u006f\u006c\u0061\u0074\u0065d\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0062\u0065h\u0077\u0069\u0074h\u006e\u006f\u006f\u006e\u0066\u0069\u006e\u0061\u006c",Value :"\u0062e\u0068n\u006f\u006f\u006e\u0066\u0069n\u0061\u006ca\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0075\u0070\u0062\u0065\u0074\u0061",Value :"\u0062\u0065\u0074\u0061"},{Key :"\u0047\u0065\u0068\u006f\u006f\u006b",Value :"\u0062e\u0074a\u0073\u0079\u006d\u0062\u006f\u006c\u0067\u0072\u0065\u0065\u006b"},{Key :"\u0075p\u0076\u0061\u0072\u0062\u0065\u0074a",Value :"\u0062e\u0074a\u0073\u0079\u006d\u0062\u006f\u006c\u0067\u0072\u0065\u0065\u006b"},{Key :"\u0062e\u0074\u0064\u0061\u0067\u0065\u0073h",Value :"\u0062e\u0074d\u0061\u0067\u0065\u0073\u0068\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0062\u0065\u0074\u0077\u0069\u0074\u0068\u0064\u0061\u0067\u0065\u0073\u0068",Value :"\u0062e\u0074d\u0061\u0067\u0065\u0073\u0068\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0062\u0065\u0074\u0068\u006d\u0061\u0074\u0068",Value :"\u0062\u0065\u0074\u0068"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0036\u00365",Value :"\u0062e\u0074\u0068\u0065\u0062\u0072\u0065w"},{Key :"\u0062\u0065\u0074",Value :"\u0062e\u0074\u0068\u0065\u0062\u0072\u0065w"},{Key :"b\u0065\u0074\u0077\u0069\u0074\u0068\u0072\u0061\u0066\u0065",Value :"\u0062\u0065\u0074\u0072\u0061\u0066\u0065\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0061\u0063\u0075\u0074\u0065\u0031",Value :"\u0062\u0068\u006fo\u006b"},{Key :"\u006e\u0061\u0072\u0079\u006c\u006f\u0067\u0069\u0063\u0061\u006c\u006f\u0072",Value :"\u0062\u0069\u0067\u0076\u0065\u0065"},{Key :"\u006e\u0061\u0072\u0079\u006c\u006f\u0067\u0069\u0063a\u006c\u0061\u006e\u0064",Value :"\u0062\u0069\u0067\u0077\u0065\u0064\u0067\u0065"},{Key :"r\u0069\u006e\u0067\u0073\u0075\u0062\u006e\u006f\u0073\u0070",Value :"\u0062\u0069\u006c\u0061\u0062\u0069\u0061\u006c\u0063\u006c\u0069\u0063\u006b"},{Key :"\u0063\u0069\u0072c\u006c\u0065\u006e\u0077\u006f\u0070\u0065\u006e",Value :"\u0062\u006c\u0061\u0063kc\u0069\u0072\u0063\u006c\u0065\u0075\u006c\u0071\u0075\u0061\u0064\u0077\u0068\u0069t\u0065"},{Key :"\u0073\u0065\u006d\u0069\u0063\u0069\u0072\u0063\u006c\u0065\u006c\u0065f\u0074\u0073\u006c\u0064",Value :"\u0062\u006c\u0061\u0063kl\u0065\u0066\u0074\u0068\u0061\u006c\u0066\u0063\u0069\u0072\u0063\u006c\u0065"},{Key :"\u0062\u006ca\u0063\u006b\u0070o\u0069\u006e\u0074\u0065\u0072\u006c\u0065\u0066\u0074",Value :"\u0062l\u0061\u0063\u006b\u006c\u0065\u0066\u0074\u0070\u006f\u0069\u006et\u0069\u006e\u0067\u0070\u006f\u0069\u006e\u0074\u0065\u0072"},{Key :"\u0074r\u0069\u0061\u0067\u006c\u0066",Value :"\u0062l\u0061\u0063\u006b\u006c\u0065\u0066\u0074\u0070\u006f\u0069\u006et\u0069\u006e\u0067\u0070\u006f\u0069\u006e\u0074\u0065\u0072"},{Key :"\u0062\u006c\u0061\u0063\u006b\u0074\u0072\u0069\u0061\u006e\u0067\u006ce\u006c\u0065\u0066\u0074",Value :"\u0062l\u0061\u0063\u006b\u006ce\u0066\u0074\u0070\u006f\u0069n\u0074i\u006eg\u0074\u0072\u0069\u0061\u006e\u0067\u006ce"},{Key :"\u0074\u0072i\u0061\u006e\u0067l\u0065\u006c\u0065\u0066\u0074\u0073\u006c\u0064\u0031",Value :"\u0062l\u0061\u0063\u006b\u006ce\u0066\u0074\u0070\u006f\u0069n\u0074i\u006eg\u0074\u0072\u0069\u0061\u006e\u0067\u006ce"},{Key :"\u006cl\u0062l\u0061\u0063\u006b\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065",Value :"\u0062\u006c\u0061\u0063kl\u006f\u0077\u0065\u0072\u006c\u0065\u0066\u0074\u0074\u0072\u0069\u0061\u006e\u0067l\u0065"},{Key :"\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065\u0073\u0077\u0073\u006c\u0064",Value :"\u0062\u006c\u0061\u0063kl\u006f\u0077\u0065\u0072\u006c\u0065\u0066\u0074\u0074\u0072\u0069\u0061\u006e\u0067l\u0065"},{Key :"\u006cr\u0062l\u0061\u0063\u006b\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065",Value :"\u0062\u006c\u0061ck\u006c\u006f\u0077\u0065\u0072\u0072\u0069\u0067\u0068\u0074\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065"},{Key :"\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065\u0073\u0065\u0073\u006c\u0064",Value :"\u0062\u006c\u0061ck\u006c\u006f\u0077\u0065\u0072\u0072\u0069\u0067\u0068\u0074\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065"},{Key :"\u0066\u0069\u006c\u006c\u0065\u0064\u0072\u0065\u0063\u0074",Value :"\u0062\u006c\u0061\u0063\u006b\u0072\u0065\u0063\u0074a\u006e\u0067\u006c\u0065"},{Key :"\u0068r\u0065c\u0074\u0061\u006e\u0067\u006c\u0065\u0062\u006c\u0061\u0063\u006b",Value :"\u0062\u006c\u0061\u0063\u006b\u0072\u0065\u0063\u0074a\u006e\u0067\u006c\u0065"},{Key :"\u0062\u006c\u0061\u0063\u006b\u0070\u006f\u0069\u006e\u0074\u0065\u0072r\u0069\u0067\u0068\u0074",Value :"\u0062l\u0061\u0063\u006b\u0072i\u0067\u0068\u0074\u0070\u006fi\u006et\u0069n\u0067\u0070\u006f\u0069\u006e\u0074\u0065r"},{Key :"\u0074r\u0069\u0061\u0067\u0072\u0074",Value :"\u0062l\u0061\u0063\u006b\u0072i\u0067\u0068\u0074\u0070\u006fi\u006et\u0069n\u0067\u0070\u006f\u0069\u006e\u0074\u0065r"},{Key :"\u0062l\u0061c\u006b\u0074\u0072\u0069\u0061n\u0067\u006ce\u0072\u0069\u0067\u0068\u0074",Value :"\u0062\u006c\u0061\u0063\u006b\u0072\u0069\u0067\u0068\u0074\u0070o\u0069\u006e\u0074\u0069\u006e\u0067\u0074\u0072\u0069\u0061n\u0067\u006c\u0065"},{Key :"\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065\u0072\u0069\u0067\u0068t\u0073\u006c\u0064\u0031",Value :"\u0062\u006c\u0061\u0063\u006b\u0072\u0069\u0067\u0068\u0074\u0070o\u0069\u006e\u0074\u0069\u006e\u0067\u0074\u0072\u0069\u0061n\u0067\u006c\u0065"},{Key :"\u0048\u0031\u0038\u0035\u0034\u0033",Value :"\u0062\u006ca\u0063\u006b\u0073m\u0061\u006c\u006c\u0073\u0071\u0075\u0061\u0072\u0065"},{Key :"\u0073\u006d\u0061\u006c\u006c\u0062\u006f\u0078\u0066i\u006c\u006c\u0065\u0064",Value :"\u0062\u006ca\u0063\u006b\u0073m\u0061\u006c\u006c\u0073\u0071\u0075\u0061\u0072\u0065"},{Key :"s\u006d\u0062\u006c\u006b\u0073\u0071\u0075\u0061\u0072\u0065",Value :"\u0062\u006ca\u0063\u006b\u0073m\u0061\u006c\u006c\u0073\u0071\u0075\u0061\u0072\u0065"},{Key :"b\u006c\u0061\u0063\u006b\u0073\u006d\u0069\u006c\u0065\u0079",Value :"\u0062\u006ca\u0063\u006b\u0073m\u0069\u006c\u0069\u006e\u0067\u0066\u0061\u0063\u0065"},{Key :"\u0069\u006e\u0076s\u006d\u0069\u006c\u0065\u0066\u0061\u0063\u0065",Value :"\u0062\u006ca\u0063\u006b\u0073m\u0069\u006c\u0069\u006e\u0067\u0066\u0061\u0063\u0065"},{Key :"\u0073\u006d\u0061\u006clt\u0072\u0069\u0061\u006e\u0067\u006c\u0065\u0069\u006e\u0076\u0073\u006c\u0064",Value :"\u0062\u006c\u0061\u0063\u006b\u0074\u0072\u0069\u0061\u006e\u0067\u006ce\u0064\u006f\u0077\u006e"},{Key :"\u0074\u0072\u0061n\u0067\u006c\u0065\u006e\u0077\u0073\u006c\u0064",Value :"\u0062\u006c\u0061\u0063ku\u0070\u0070\u0065\u0072\u006c\u0065\u0066\u0074\u0074\u0072\u0069\u0061\u006e\u0067l\u0065"},{Key :"\u0075l\u0062l\u0061\u0063\u006b\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065",Value :"\u0062\u006c\u0061\u0063ku\u0070\u0070\u0065\u0072\u006c\u0065\u0066\u0074\u0074\u0072\u0069\u0061\u006e\u0067l\u0065"},{Key :"\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065\u006e\u0065\u0073\u006c\u0064",Value :"\u0062\u006c\u0061ck\u0075\u0070\u0070\u0065\u0072\u0072\u0069\u0067\u0068\u0074\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065"},{Key :"\u0075r\u0062l\u0061\u0063\u006b\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065",Value :"\u0062\u006c\u0061ck\u0075\u0070\u0070\u0065\u0072\u0072\u0069\u0067\u0068\u0074\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065"},{Key :"\u0062\u006c\u0061\u0063\u006b\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065",Value :"\u0062\u006c\u0061\u0063k\u0075\u0070\u0070\u006f\u0069\u006e\u0074\u0069\u006e\u0067s\u006da\u006c\u006c\u0074\u0072\u0069\u0061\u006eg\u006c\u0065"},{Key :"\u0073\u006da\u006c\u006c\u0074r\u0069\u0061\u006e\u0067\u006c\u0065\u0073\u006c\u0064",Value :"\u0062\u006c\u0061\u0063k\u0075\u0070\u0070\u006f\u0069\u006e\u0074\u0069\u006e\u0067s\u006da\u006c\u006c\u0074\u0072\u0069\u0061\u006eg\u006c\u0065"},{Key :"\u0076\u0069\u0073i\u0062\u006c\u0065\u0073\u0070\u0061\u0063\u0065",Value :"\u0062\u006c\u0061n\u006b"},{Key :"v\u0069\u0073\u0075\u0061\u006c\u0073\u0070\u0061\u0063\u0065",Value :"\u0062\u006c\u0061n\u006b"},{Key :"\u0062l\u006f\u0063\u006b\u0066\u0075\u006cl",Value :"\u0062\u006c\u006fc\u006b"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00306",Value :"\u0062\u006f\u0062a\u0069\u006d\u0061\u0069\u0074\u0068\u0061\u0069"},{Key :"\u0062o\u0074\u0074\u006f\u006d\u0061\u0072c",Value :"\u0062\u006f\u0074\u0073\u0065\u006d\u0069\u0063\u0069\u0072\u0063\u006c\u0065"},{Key :"\u0073\u0071u\u0061\u0072\u0065v\u0065\u0072\u0074\u0062\u0069\u0073\u0065\u0063\u0074",Value :"\u0062\u006f\u0078\u0062\u0061\u0072"},{Key :"\u0062\u0072\u0061c\u0065\u006c\u0065\u0066\u0074\u0042\u0069\u0067",Value :"\u0062r\u0061\u0063\u0065\u006c\u0065\u0066t"},{Key :"\u0062\u0072\u0061\u0063\u0065\u006c\u0065\u0066\u0074\u0042\u0069\u0067\u0067",Value :"\u0062r\u0061\u0063\u0065\u006c\u0065\u0066t"},{Key :"\u0062\u0072\u0061c\u0065\u006c\u0065\u0066\u0074\u0062\u0069\u0067",Value :"\u0062r\u0061\u0063\u0065\u006c\u0065\u0066t"},{Key :"\u0062\u0072\u0061\u0063\u0065\u006c\u0065\u0066\u0074\u0062\u0069\u0067\u0067",Value :"\u0062r\u0061\u0063\u0065\u006c\u0065\u0066t"},{Key :"\u006c\u0062\u0072\u0061\u0063\u0065",Value :"\u0062r\u0061\u0063\u0065\u006c\u0065\u0066t"},{Key :"\u0062\u0072\u0061\u0063\u0065\u0068\u0074\u0069\u0070\u0064\u006f\u0077n\u006c\u0065\u0066\u0074",Value :"\u0062\u0072\u0061\u0063\u0065\u006c\u0065\u0066\u0074\u0076\u0065\u0072t\u0069\u0063\u0061\u006c"},{Key :"\u0062r\u0061c\u0065\u0068\u0074\u0069\u0070d\u006f\u0077n\u0072\u0069\u0067\u0068\u0074",Value :"\u0062\u0072\u0061\u0063\u0065\u006c\u0065\u0066\u0074\u0076\u0065\u0072t\u0069\u0063\u0061\u006c"},{Key :"\u0062\u0072\u0061\u0063\u0065\u0072\u0069\u0067\u0068\u0074\u0042\u0069\u0067",Value :"\u0062\u0072\u0061\u0063\u0065\u0072\u0069\u0067\u0068\u0074"},{Key :"\u0062\u0072\u0061\u0063\u0065\u0072\u0069\u0067\u0068t\u0042\u0069\u0067\u0067",Value :"\u0062\u0072\u0061\u0063\u0065\u0072\u0069\u0067\u0068\u0074"},{Key :"\u0062\u0072\u0061\u0063\u0065\u0072\u0069\u0067\u0068\u0074\u0062\u0069\u0067",Value :"\u0062\u0072\u0061\u0063\u0065\u0072\u0069\u0067\u0068\u0074"},{Key :"\u0062\u0072\u0061\u0063\u0065\u0072\u0069\u0067\u0068t\u0062\u0069\u0067\u0067",Value :"\u0062\u0072\u0061\u0063\u0065\u0072\u0069\u0067\u0068\u0074"},{Key :"\u0072\u0062\u0072\u0061\u0063\u0065",Value :"\u0062\u0072\u0061\u0063\u0065\u0072\u0069\u0067\u0068\u0074"},{Key :"\u0061p\u0070\u006c\u0065\u006f\u0070\u0065n",Value :"\u0062\u0072\u0061c\u0065\u0072\u0069\u0067\u0068\u0074\u0062\u0074"},{Key :"\u0065\u006e\u0074e\u0072",Value :"\u0062\u0072\u0061\u0063\u0065\u0072\u0069\u0067\u0068\u0074\u006d\u0069\u0064"},{Key :"\u0063a\u0072r\u0069\u0061\u0067\u0065\u0072e\u0074\u0075r\u006e\u006c\u0065\u0066\u0074",Value :"\u0062\u0072\u0061c\u0065\u0072\u0069\u0067\u0068\u0074\u0074\u0070"},{Key :"\u0062r\u0061c\u0065\u0068\u0074\u0069\u0070\u0075\u0070\u006c\u0065\u0066\u0074",Value :"\u0062r\u0061c\u0065\u0072\u0069\u0067\u0068t\u0076\u0065r\u0074\u0069\u0063\u0061\u006c"},{Key :"\u0062\u0072a\u0063\u0065\u0068t\u0069\u0070\u0075\u0070\u0072\u0069\u0067\u0068\u0074",Value :"\u0062r\u0061c\u0065\u0072\u0069\u0067\u0068t\u0076\u0065r\u0074\u0069\u0063\u0061\u006c"},{Key :"\u0062\u0072\u0061\u0063\u006b\u0065\u0074\u006c\u0065f\u0074\u0042\u0069\u0067",Value :"b\u0072\u0061\u0063\u006b\u0065\u0074\u006c\u0065\u0066\u0074"},{Key :"\u0062r\u0061c\u006b\u0065\u0074\u006c\u0065\u0066\u0074\u0042\u0069\u0067\u0067",Value :"b\u0072\u0061\u0063\u006b\u0065\u0074\u006c\u0065\u0066\u0074"},{Key :"\u0062\u0072\u0061\u0063\u006b\u0065\u0074\u006c\u0065f\u0074\u0062\u0069\u0067",Value :"b\u0072\u0061\u0063\u006b\u0065\u0074\u006c\u0065\u0066\u0074"},{Key :"\u0062r\u0061c\u006b\u0065\u0074\u006c\u0065\u0066\u0074\u0062\u0069\u0067\u0067",Value :"b\u0072\u0061\u0063\u006b\u0065\u0074\u006c\u0065\u0066\u0074"},{Key :"\u006c\u0062\u0072\u0061\u0063\u006b",Value :"b\u0072\u0061\u0063\u006b\u0065\u0074\u006c\u0065\u0066\u0074"},{Key :"\u0062r\u0061c\u006b\u0065\u0074\u0072\u0069\u0067\u0068\u0074\u0042\u0069\u0067",Value :"\u0062\u0072\u0061c\u006b\u0065\u0074\u0072\u0069\u0067\u0068\u0074"},{Key :"\u0062\u0072a\u0063\u006b\u0065t\u0072\u0069\u0067\u0068\u0074\u0042\u0069\u0067\u0067",Value :"\u0062\u0072\u0061c\u006b\u0065\u0074\u0072\u0069\u0067\u0068\u0074"},{Key :"\u0062r\u0061c\u006b\u0065\u0074\u0072\u0069\u0067\u0068\u0074\u0062\u0069\u0067",Value :"\u0062\u0072\u0061c\u006b\u0065\u0074\u0072\u0069\u0067\u0068\u0074"},{Key :"\u0062\u0072a\u0063\u006b\u0065t\u0072\u0069\u0067\u0068\u0074\u0062\u0069\u0067\u0067",Value :"\u0062\u0072\u0061c\u006b\u0065\u0074\u0072\u0069\u0067\u0068\u0074"},{Key :"\u0072\u0062\u0072\u0061\u0063\u006b",Value :"\u0062\u0072\u0061c\u006b\u0065\u0074\u0072\u0069\u0067\u0068\u0074"},{Key :"c\u006f\u006e\u0074\u0065\u0078\u0074\u006d\u0065\u006e\u0075",Value :"\u0062\u0072\u0061\u0063\u006b\u0065\u0074\u0072\u0069g\u0068\u0074\u0062\u0074"},{Key :"\u0070\u006f\u0077e\u0072",Value :"\u0062\u0072\u0061\u0063\u006b\u0065\u0074\u0072\u0069g\u0068\u0074\u0074\u0070"},{Key :"\u0072\u0068\u006f\u0031",Value :"\u0062\u0072\u0069\u0064ge\u0069\u006e\u0076\u0065\u0072\u0074\u0065\u0064\u0062\u0065\u006c\u006f\u0077\u0063m\u0062"},{Key :"s\u006d\u0062\u006c\u006b\u0063\u0069\u0072\u0063\u006c\u0065",Value :"\u0062\u0075\u006c\u006c\u0065\u0074"},{Key :"\u0062\u0075\u006c\u006c\u0065\u0074\u006d\u0061\u0074\u0068",Value :"\u0062\u0075\u006c\u006c\u0065\u0074\u006f\u0070\u0065r\u0061\u0074\u006f\u0072"},{Key :"\u0070\u0072\u006f\u0064\u0075\u0063\u0074\u0064\u006f\u0074",Value :"\u0062\u0075\u006c\u006c\u0065\u0074\u006f\u0070\u0065r\u0061\u0074\u006f\u0072"},{Key :"\u0076\u0079\u0073\u006d\u0062\u006c\u006b\u0063\u0069\u0072\u0063\u006c\u0065",Value :"\u0062\u0075\u006c\u006c\u0065\u0074\u006f\u0070\u0065r\u0061\u0074\u006f\u0072"},{Key :"\u0062u\u006c\u006c\u0073\u0065\u0079\u00651",Value :"\u0062\u0075\u006c\u006c\u0073\u0065\u0079\u0065"},{Key :"\u0063\u0074",Value :"\u0063"},{Key :"\u006fv\u0065\u0072\u0073\u0074\u006f\u0072e",Value :"\u0063\u0031\u0034\u0033"},{Key :"\u0068m\u0061\u0063\u0072\u006f\u006e",Value :"\u0063\u0061\u0063\u0075\u0074\u0065"},{Key :"\u0063\u0061\u006e\u0064\u0072\u0061",Value :"\u0063\u0061\u006e\u0064\u0072\u0061\u0062\u0069\u006ed\u0075\u0063\u006d\u0062"},{Key :"\u0077\u0068\u0069\u0074ea\u0072\u0072\u006f\u0077\u0075\u0070\u0066\u0072\u006f\u006d\u0062\u0061\u0072",Value :"\u0063\u0061\u0070\u0073\u006c\u006f\u0063\u006b"},{Key :"\u0061f\u0069\u0069\u0036\u0031\u0032\u00348",Value :"\u0063\u0061\u0072\u0065\u006f\u0066"},{Key :"\u0063\u0061\u0072e\u0074",Value :"c\u0061\u0072\u0065\u0074\u0069\u006e\u0073\u0065\u0072\u0074"},{Key :"\u0063\u0068\u0065c\u006b",Value :"\u0063\u0061\u0072\u006f\u006e\u0063\u006d\u0062"},{Key :"\u0063a\u0072r\u0069\u0061\u0067\u0065\u0072\u0072\u0065\u0074\u0075\u0072\u006e",Value :"\u0063\u0061\u0072\u0072\u0069\u0061\u0067\u0065\u0072e\u0074\u0075\u0072\u006e"},{Key :"l\u0069\u006e\u0065\u0076\u0065\u0072\u0074\u0073\u0075\u0062",Value :"\u0063\u0063\u0075r\u006c"},{Key :"\u0063\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074",Value :"\u0063\u0064\u006f\u0074"},{Key :"\u004b\u006f\u0070p\u0061",Value :"\u0063\u0065\u0064\u0069\u006c\u006c\u0061\u0063\u006d\u0062"},{Key :"\u0063\u0065\u0069\u006c\u0069\u006e\u0067\u006c\u0065f\u0074\u0042\u0069\u0067",Value :"c\u0065\u0069\u006c\u0069\u006e\u0067\u006c\u0065\u0066\u0074"},{Key :"\u0063e\u0069l\u0069\u006e\u0067\u006c\u0065\u0066\u0074\u0042\u0069\u0067\u0067",Value :"c\u0065\u0069\u006c\u0069\u006e\u0067\u006c\u0065\u0066\u0074"},{Key :"\u0063\u0065\u0069\u006c\u0069\u006e\u0067\u006c\u0065f\u0074\u0062\u0069\u0067",Value :"c\u0065\u0069\u006c\u0069\u006e\u0067\u006c\u0065\u0066\u0074"},{Key :"\u0063e\u0069l\u0069\u006e\u0067\u006c\u0065\u0066\u0074\u0062\u0069\u0067\u0067",Value :"c\u0065\u0069\u006c\u0069\u006e\u0067\u006c\u0065\u0066\u0074"},{Key :"\u006c\u0063\u0065i\u006c",Value :"c\u0065\u0069\u006c\u0069\u006e\u0067\u006c\u0065\u0066\u0074"},{Key :"\u0063e\u0069l\u0069\u006e\u0067\u0072\u0069\u0067\u0068\u0074\u0042\u0069\u0067",Value :"\u0063\u0065\u0069l\u0069\u006e\u0067\u0072\u0069\u0067\u0068\u0074"},{Key :"\u0063\u0065i\u006c\u0069\u006eg\u0072\u0069\u0067\u0068\u0074\u0042\u0069\u0067\u0067",Value :"\u0063\u0065\u0069l\u0069\u006e\u0067\u0072\u0069\u0067\u0068\u0074"},{Key :"\u0063e\u0069l\u0069\u006e\u0067\u0072\u0069\u0067\u0068\u0074\u0062\u0069\u0067",Value :"\u0063\u0065\u0069l\u0069\u006e\u0067\u0072\u0069\u0067\u0068\u0074"},{Key :"\u0063\u0065i\u006c\u0069\u006eg\u0072\u0069\u0067\u0068\u0074\u0062\u0069\u0067\u0067",Value :"\u0063\u0065\u0069l\u0069\u006e\u0067\u0072\u0069\u0067\u0068\u0074"},{Key :"\u0072\u0063\u0065i\u006c",Value :"\u0063\u0065\u0069l\u0069\u006e\u0067\u0072\u0069\u0067\u0068\u0074"},{Key :"\u0063e\u006c\u0073\u0069\u0075\u0073",Value :"\u0063\u0065\u006e\u0074\u0069\u0067\u0072\u0061\u0064\u0065"},{Key :"\u0064\u0065g\u0072\u0065\u0065c\u0065\u006e\u0074\u0069\u0067\u0072\u0061\u0064\u0065",Value :"\u0063\u0065\u006e\u0074\u0069\u0067\u0072\u0061\u0064\u0065"},{Key :"\u0043\u004c",Value :"\u0063\u0065\u006e\u0074\u0072\u0065\u006c\u0069\u006e\u0065"},{Key :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00389",Value :"c\u0068\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0063\u0068\u0065",Value :"c\u0068\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0075\u0070\u0063h\u0069",Value :"\u0063\u0068\u0069"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0036\u00390",Value :"\u0063\u0068\u006fc\u0068\u0061\u006e\u0067\u0074\u0068\u0061\u0069"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0036\u00388",Value :"c\u0068\u006f\u0063\u0068\u0061\u006e\u0074\u0068\u0061\u0069"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0036\u00389",Value :"\u0063\u0068\u006fc\u0068\u0069\u006e\u0067\u0074\u0068\u0061\u0069"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0036\u00392",Value :"c\u0068\u006f\u0063\u0068\u006f\u0065\u0074\u0068\u0061\u0069"},{Key :"\u0072i\u006e\u0067\u0065\u0071\u0075\u0061l",Value :"\u0063\u0069\u0072\u0063\u0065\u0071"},{Key :"\u0063\u0069\u0072\u0063\u006c\u0065\u0064\u0061\u0073\u0074",Value :"\u0063\u0069\u0072\u0063\u006c\u0065\u0061\u0073\u0074e\u0072\u0069\u0073\u006b"},{Key :"\u0063i\u0072c\u006c\u0065\u0062\u006f\u0074\u0074\u006f\u006d\u0073\u006c\u0064",Value :"c\u0069\u0072\u0063\u006ceb\u006ft\u0074\u006f\u006d\u0068\u0061l\u0066\u0062\u006c\u0061\u0063\u006b"},{Key :"\u0065\u006e\u0063\u006c\u006f\u0073\u0065\u0063\u0069\u0072\u0063\u006c\u0065",Value :"\u0063\u0069\u0072c\u006c\u0065\u0063\u006f\u0070\u0079\u0072\u0074"},{Key :"\u0063\u0069\u0072c\u006c\u0065\u006d\u0069\u006e\u0075\u0073\u0031",Value :"c\u0069\u0072\u0063\u006c\u0065\u0064\u0064\u0061\u0073\u0068"},{Key :"\u0063\u0069\u0072c\u006c\u0065\u0064\u0065\u0071\u0075\u0061\u006c",Value :"c\u0069\u0072\u0063\u006c\u0065\u0065\u0071\u0075\u0061\u006c"},{Key :"c\u0069\u0072\u0063\u006cem\u0075l\u0074\u0069\u0070\u006c\u0079d\u0069\u0073\u0070\u006c\u0061\u0079",Value :"\u0063\u0069\u0072\u0063\u006c\u0065\u006d\u0075\u006ct\u0069\u0070\u006c\u0079"},{Key :"\u0063i\u0072c\u006c\u0065\u006d\u0075\u006ct\u0069\u0070l\u0079\u0074\u0065\u0078\u0074",Value :"\u0063\u0069\u0072\u0063\u006c\u0065\u006d\u0075\u006ct\u0069\u0070\u006c\u0079"},{Key :"\u006f\u0074\u0069\u006d\u0065\u0073",Value :"\u0063\u0069\u0072\u0063\u006c\u0065\u006d\u0075\u006ct\u0069\u0070\u006c\u0079"},{Key :"t\u0069\u006d\u0065\u0073\u0063\u0069\u0072\u0063\u006c\u0065",Value :"\u0063\u0069\u0072\u0063\u006c\u0065\u006d\u0075\u006ct\u0069\u0070\u006c\u0079"},{Key :"\u0063i\u0072\u0063\u006c\u0065\u0064\u006ft",Value :"\u0063\u0069\u0072\u0063\u006c\u0065\u006f\u0074"},{Key :"\u0063\u0069r\u0063\u006c\u0065d\u006f\u0074\u0064\u0069\u0073\u0070\u006c\u0061\u0079",Value :"\u0063\u0069\u0072\u0063\u006c\u0065\u006f\u0074"},{Key :"\u0063\u0069\u0072\u0063\u006c\u0065\u0064\u006f\u0074\u0074\u0065\u0078\u0074",Value :"\u0063\u0069\u0072\u0063\u006c\u0065\u006f\u0074"},{Key :"\u006f\u0064\u006f\u0074",Value :"\u0063\u0069\u0072\u0063\u006c\u0065\u006f\u0074"},{Key :"\u0063\u0069\u0072\u0063\u006c\u0065\u0070\u006c\u0075\u0073\u0064\u0069s\u0070\u006c\u0061\u0079",Value :"\u0063\u0069\u0072\u0063\u006c\u0065\u0070\u006c\u0075\u0073"},{Key :"\u0063\u0069\u0072\u0063\u006c\u0065\u0070\u006c\u0075s\u0074\u0065\u0078\u0074",Value :"\u0063\u0069\u0072\u0063\u006c\u0065\u0070\u006c\u0075\u0073"},{Key :"\u006f\u0070\u006cu\u0073",Value :"\u0063\u0069\u0072\u0063\u006c\u0065\u0070\u006c\u0075\u0073"},{Key :"\u0070\u006c\u0075\u0073\u0063\u0069\u0072\u0063\u006c\u0065",Value :"\u0063\u0069\u0072\u0063\u006c\u0065\u0070\u006c\u0075\u0073"},{Key :"c\u0069\u0072\u0063\u006c\u0065\u0064\u0063\u0069\u0072\u0063",Value :"\u0063\u0069\u0072\u0063\u006c\u0065\u0072\u0069\u006e\u0067"},{Key :"\u0063\u0069\u0072c\u006c\u0065\u0074\u006f\u0070\u0073\u006c\u0064",Value :"\u0063i\u0072c\u006c\u0065\u0074\u006f\u0070h\u0061\u006cf\u0062\u006c\u0061\u0063\u006b"},{Key :"c\u0069\u0072\u0063\u006c\u0065\u006e\u0065\u0073\u006c\u0064",Value :"\u0063\u0069\u0072\u0063\u006c\u0065\u0075\u0072\u0071\u0075\u0061\u0064b\u006c\u0061\u0063\u006b"},{Key :"\u0063i\u0072c\u006c\u0065\u0076\u0065\u0072\u0074\u0068\u0061\u0074\u0063\u0068",Value :"\u0063\u0069\u0072\u0063\u006c\u0065\u0076\u0065\u0072t\u0066\u0069\u006c\u006c"},{Key :"\u0063\u0069\u0072\u0063le\u006c\u0065\u0066\u0074\u0068\u0061\u006c\u0066\u0062\u006c\u0061\u0063\u006b",Value :"\u0063\u0069\u0072cl\u0065\u0077\u0069\u0074\u0068\u006c\u0065\u0066\u0074\u0068\u0061\u006c\u0066\u0062\u006c\u0061\u0063\u006b"},{Key :"\u0063\u0069\u0072\u0063\u006c\u0065\u006c\u0065\u0066\u0074\u0073\u006c\u0064",Value :"\u0063\u0069\u0072cl\u0065\u0077\u0069\u0074\u0068\u006c\u0065\u0066\u0074\u0068\u0061\u006c\u0066\u0062\u006c\u0061\u0063\u006b"},{Key :"c\u0069r\u0063\u006c\u0065\u0072\u0069\u0067\u0068\u0074h\u0061\u006c\u0066\u0062la\u0063\u006b",Value :"\u0063i\u0072\u0063\u006c\u0065\u0077\u0069\u0074\u0068\u0072\u0069\u0067h\u0074\u0068\u0061\u006c\u0066\u0062\u006c\u0061\u0063\u006b"},{Key :"\u0063\u0069\u0072\u0063\u006c\u0065\u0072\u0069\u0067h\u0074\u0073\u006c\u0064",Value :"\u0063i\u0072\u0063\u006c\u0065\u0077\u0069\u0074\u0068\u0072\u0069\u0067h\u0074\u0068\u0061\u006c\u0066\u0062\u006c\u0061\u0063\u006b"},{Key :"\u0068\u0061\u0074",Value :"\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078\u0063\u006d\u0062"},{Key :"\u0068a\u0074\u0077\u0069\u0064\u0065",Value :"\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078\u0063\u006d\u0062"},{Key :"\u0068\u0061\u0074\u0077\u0069\u0064\u0065\u0072",Value :"\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078\u0063\u006d\u0062"},{Key :"\u0068a\u0074\u0077\u0069\u0064\u0065\u0073t",Value :"\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078\u0063\u006d\u0062"},{Key :"\u0063\u0077g\u0061\u0070\u0063i\u0072\u0063\u006c\u0065\u0061\u0072\u0072\u006f\u0077",Value :"\u0063l\u006f\u0063\u006b\u0077\u0069\u0073e"},{Key :"\u0061\u0031\u0031\u0032",Value :"\u0063\u006c\u0075\u0062"},{Key :"\u0063\u006c\u0075\u0062\u0073\u0075\u0069\u0074",Value :"\u0063\u006c\u0075\u0062"},{Key :"\u0063\u006c\u0075\u0062\u0073\u0075\u0069\u0074\u0062\u006c\u0061\u0063\u006b",Value :"\u0063\u006c\u0075\u0062"},{Key :"v\u0061\u0072\u0063\u006c\u0075\u0062\u0073\u0075\u0069\u0074",Value :"\u0063\u006c\u0075\u0062\u0073\u0075\u0069\u0074\u0077\u0068\u0069\u0074\u0065"},{Key :"\u0061\u0072\u0072\u006f\u0077\u0073\u006f\u0075\u0074h\u0065\u0061\u0073\u0074",Value :"\u0063\u006f\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e"},{Key :"\u006da\u0074\u0068\u0063\u006f\u006c\u006fn",Value :"\u0063\u006f\u006co\u006e"},{Key :"\u0063\u006f\u006c\u006f\u006e\u0065\u0071\u0075\u0061\u006c",Value :"\u0063o\u006c\u006f\u006e\u0065\u0071"},{Key :"\u0043\u006f\u006c\u006f\u006e\u006d\u006f\u006e\u0065\u0074\u0061\u0072\u0079",Value :"\u0063\u006f\u006c\u006f\u006e\u006d\u006f\u006e\u0065\u0074\u0061\u0072\u0079"},{Key :"\u0063\u006f\u006c\u006f\u006e\u0063\u0075\u0072",Value :"\u0063\u006f\u006c\u006f\u006e\u006d\u006f\u006e\u0065\u0074\u0061\u0072\u0079"},{Key :"\u0063\u006f\u006c\u006f\u006e\u0063\u0075\u0072\u0072\u0065\u006e\u0063\u0079",Value :"\u0063\u006f\u006c\u006f\u006e\u006d\u006f\u006e\u0065\u0074\u0061\u0072\u0079"},{Key :"\u0063o\u006c\u006f\u006e\u0073\u0069\u0067n",Value :"\u0063\u006f\u006c\u006f\u006e\u006d\u006f\u006e\u0065\u0074\u0061\u0072\u0079"},{Key :"\u0069\u006f\u0074\u0061\u0064\u0069\u0061\u0065\u0072\u0065\u0073\u0069\u0073",Value :"\u0063\u006f\u006d\u006d\u0061\u0061\u0062\u006f\u0076\u0065\u0063\u006d\u0062"},{Key :"\u006f\u0063\u006f\u006d\u006d\u0061\u0074\u006f\u0070r\u0069\u0067\u0068\u0074",Value :"\u0063o\u006dm\u0061\u0061\u0062\u006f\u0076e\u0072\u0069g\u0068\u0074\u0063\u006d\u0062"},{Key :"\u0075\u0070s\u0069\u006c\u006fn\u0064\u0069\u0061\u0065\u0072\u0065\u0073\u0069\u0073",Value :"c\u006f\u006d\u006d\u0061re\u0076e\u0072\u0073\u0065\u0064\u0061b\u006f\u0076\u0065\u0063\u006d\u0062"},{Key :"\u006f\u0074\u0075r\u006e\u0065\u0064\u0063\u006f\u006d\u006d\u0061",Value :"\u0063\u006f\u006d\u006dat\u0075\u0072\u006e\u0065\u0064\u0061\u0062\u006f\u0076\u0065\u0063\u006d\u0062"},{Key :"\u0061p\u0070r\u006f\u0078\u0069\u006d\u0061t\u0065\u006cy\u0065\u0071\u0075\u0061\u006c",Value :"\u0063o\u006e\u0067\u0072\u0075\u0065\u006et"},{Key :"\u0063\u006f\u006e\u0067",Value :"\u0063o\u006e\u0067\u0072\u0075\u0065\u006et"},{Key :"\u0063\u006f\u006et\u0069\u006e\u0074\u0065\u0067\u0072\u0061\u006c",Value :"\u0063o\u006et\u006f\u0075\u0072\u0069\u006e\u0074\u0065\u0067\u0072\u0061\u006c"},{Key :"\u0063\u006f\u006e\u0074in\u0074\u0065\u0067\u0072\u0061\u006c\u0064\u0069\u0073\u0070\u006c\u0061\u0079",Value :"\u0063o\u006et\u006f\u0075\u0072\u0069\u006e\u0074\u0065\u0067\u0072\u0061\u006c"},{Key :"\u0063\u006fn\u0074\u0069\u006et\u0065\u0067\u0072\u0061\u006c\u0074\u0065\u0078\u0074",Value :"\u0063o\u006et\u006f\u0075\u0072\u0069\u006e\u0074\u0065\u0067\u0072\u0061\u006c"},{Key :"\u006f\u0069\u006e\u0074",Value :"\u0063o\u006et\u006f\u0075\u0072\u0069\u006e\u0074\u0065\u0067\u0072\u0061\u006c"},{Key :"\u0041\u0043\u004b",Value :"\u0063\u006f\u006e\u0074\u0072\u006f\u006c\u0041\u0043\u004b"},{Key :"\u0042\u0045\u004c",Value :"\u0063\u006f\u006e\u0074\u0072\u006f\u006c\u0042\u0045\u004c"},{Key :"\u0042\u0053",Value :"\u0063o\u006e\u0074\u0072\u006f\u006c\u0042S"},{Key :"\u0043\u0041\u004e",Value :"\u0063\u006f\u006e\u0074\u0072\u006f\u006c\u0043\u0041\u004e"},{Key :"\u0043\u0052",Value :"\u0063o\u006e\u0074\u0072\u006f\u006c\u0043R"},{Key :"\u006e\u006fn\u006d\u0061\u0072k\u0069\u006e\u0067\u0072\u0065\u0074\u0075\u0072\u006e",Value :"\u0063o\u006e\u0074\u0072\u006f\u006c\u0043R"},{Key :"\u0058\u004f\u004e",Value :"\u0063\u006f\u006e\u0074\u0072\u006f\u006c\u0044\u0043\u0031"},{Key :"\u0044\u0043\u0031",Value :"\u0063\u006f\u006e\u0074\u0072\u006f\u006c\u0044\u0043\u0031"},{Key :"\u0044\u0043\u0032",Value :"\u0063\u006f\u006e\u0074\u0072\u006f\u006c\u0044\u0043\u0032"},{Key :"\u0058\u004f\u0046",Value :"\u0063\u006f\u006e\u0074\u0072\u006f\u006c\u0044\u0043\u0033"},{Key :"\u0044\u0043\u0033",Value :"\u0063\u006f\u006e\u0074\u0072\u006f\u006c\u0044\u0043\u0033"},{Key :"\u0044\u0043\u0034",Value :"\u0063\u006f\u006e\u0074\u0072\u006f\u006c\u0044\u0043\u0034"},{Key :"\u0044\u0045\u004c",Value :"\u0063\u006f\u006e\u0074\u0072\u006f\u006c\u0044\u0045\u004c"},{Key :"\u0044\u0043\u0030",Value :"\u0063\u006f\u006e\u0074\u0072\u006f\u006c\u0044\u004c\u0045"},{Key :"\u0044\u004c\u0045",Value :"\u0063\u006f\u006e\u0074\u0072\u006f\u006c\u0044\u004c\u0045"},{Key :"\u0045\u004d",Value :"\u0063o\u006e\u0074\u0072\u006f\u006c\u0045M"},{Key :"\u0045\u004e\u0051",Value :"\u0063\u006f\u006e\u0074\u0072\u006f\u006c\u0045\u004e\u0051"},{Key :"\u0045\u004f\u0054",Value :"\u0063\u006f\u006e\u0074\u0072\u006f\u006c\u0045\u004f\u0054"},{Key :"\u0045\u0053\u0043",Value :"\u0063\u006f\u006e\u0074\u0072\u006f\u006c\u0045\u0053\u0043"},{Key :"\u0045\u0054\u0042",Value :"\u0063\u006f\u006e\u0074\u0072\u006f\u006c\u0045\u0054\u0042"},{Key :"\u0045\u0054\u0058",Value :"\u0063\u006f\u006e\u0074\u0072\u006f\u006c\u0045\u0054\u0058"},{Key :"\u0046\u0046",Value :"\u0063o\u006e\u0074\u0072\u006f\u006c\u0046F"},{Key :"\u0046\u0053",Value :"\u0063o\u006e\u0074\u0072\u006f\u006c\u0046S"},{Key :"\u0049\u0046\u0053",Value :"\u0063o\u006e\u0074\u0072\u006f\u006c\u0046S"},{Key :"\u0047\u0053",Value :"\u0063o\u006e\u0074\u0072\u006f\u006c\u0047S"},{Key :"\u0049\u0047\u0053",Value :"\u0063o\u006e\u0074\u0072\u006f\u006c\u0047S"},{Key :"\u0048\u0054",Value :"\u0063o\u006e\u0074\u0072\u006f\u006c\u0048T"},{Key :"\u004c\u0046",Value :"\u0063o\u006e\u0074\u0072\u006f\u006c\u004cF"},{Key :"\u004e\u0041\u004b",Value :"\u0063\u006f\u006e\u0074\u0072\u006f\u006c\u004e\u0041\u004b"},{Key :"\u002e\u006e\u0075l\u006c",Value :"c\u006f\u006e\u0074\u0072\u006f\u006c\u004e\u0055\u004c\u004c"},{Key :"\u004e\u0055\u004c",Value :"c\u006f\u006e\u0074\u0072\u006f\u006c\u004e\u0055\u004c\u004c"},{Key :"\u0049\u0052\u0053",Value :"\u0063o\u006e\u0074\u0072\u006f\u006c\u0052S"},{Key :"\u0052\u0053",Value :"\u0063o\u006e\u0074\u0072\u006f\u006c\u0052S"},{Key :"\u0053\u0049",Value :"\u0063o\u006e\u0074\u0072\u006f\u006c\u0053I"},{Key :"\u0053\u004f",Value :"\u0063o\u006e\u0074\u0072\u006f\u006c\u0053O"},{Key :"\u0053\u0054\u0058",Value :"\u0063\u006f\u006e\u0074\u0072\u006f\u006c\u0053\u004f\u0054"},{Key :"\u0053\u004f\u0048",Value :"\u0063\u006f\u006e\u0074\u0072\u006f\u006c\u0053\u0054\u0058"},{Key :"\u0045\u004f\u0046",Value :"\u0063\u006f\u006e\u0074\u0072\u006f\u006c\u0053\u0055\u0042"},{Key :"\u0053\u0055\u0042",Value :"\u0063\u006f\u006e\u0074\u0072\u006f\u006c\u0053\u0055\u0042"},{Key :"\u0053\u0059\u004e",Value :"\u0063\u006f\u006e\u0074\u0072\u006f\u006c\u0053\u0059\u004e"},{Key :"\u0049\u0055\u0053",Value :"\u0063o\u006e\u0074\u0072\u006f\u006c\u0055S"},{Key :"\u0055\u0053",Value :"\u0063o\u006e\u0074\u0072\u006f\u006c\u0055S"},{Key :"\u0056\u0054",Value :"\u0063o\u006e\u0074\u0072\u006f\u006c\u0056T"},{Key :"\u0061\u006d\u0061l\u0067",Value :"\u0063o\u0070\u0072\u006f\u0064\u0075\u0063t"},{Key :"\u0063\u006f\u0070\u0072\u006f\u0064",Value :"\u0063\u006fp\u0072\u006f\u0064u\u0063\u0074\u0064\u0069\u0073\u0070\u006c\u0061\u0079"},{Key :"\u0063\u006f\u0070\u0072\u006f\u0064\u0075\u0063\u0074\u0074\u0065\u0078\u0074",Value :"\u0063\u006fp\u0072\u006f\u0064u\u0063\u0074\u0064\u0069\u0073\u0070\u006c\u0061\u0079"},{Key :"\u0064\u006f\u0074\u0064\u0062\u006c\u0073\u0075\u0062\u006e\u006f\u0073\u0070",Value :"\u0063\u0073\u0074\u0072\u0065\u0074\u0063\u0068\u0065\u0064"},{Key :"\u006d\u0075l\u0074\u0069\u0070l\u0079\u006d\u0075\u006c\u0074\u0069\u0073\u0065\u0074",Value :"\u0063\u0075\u0070\u0064\u006f\u0074"},{Key :"\u006d\u0075\u006c\u0074\u0069\u0073\u0065\u0074",Value :"\u0063\u0075\u0070l\u0065\u0066\u0074\u0061\u0072\u0072\u006f\u0077"},{Key :"\u0063u\u0072\u006c\u0061\u006e\u0064",Value :"\u0063\u0075\u0072\u006c\u0079\u0061\u006e\u0064"},{Key :"\u0063\u0075\u0072\u006c\u0079\u0077\u0065\u0064\u0067\u0065",Value :"\u0063\u0075\u0072\u006c\u0079\u0061\u006e\u0064"},{Key :"\u0075\u0070\u0072\u0069\u0073\u0065",Value :"\u0063\u0075\u0072\u006c\u0079\u0061\u006e\u0064"},{Key :"\u006c\u006f\u006f\u0070\u0061\u0072\u0072\u006f\u0077\u006c\u0065\u0066\u0074",Value :"\u0063u\u0072\u006c\u0079\u006c\u0065\u0066t"},{Key :"\u0063\u0075\u0072\u006c\u006f\u0072",Value :"\u0063u\u0072\u006c\u0079\u006f\u0072"},{Key :"\u0063\u0075\u0072\u006c\u0079\u0076\u0065\u0065",Value :"\u0063u\u0072\u006c\u0079\u006f\u0072"},{Key :"\u0064\u006f\u0077\u006e\u0066\u0061\u006c\u006c",Value :"\u0063u\u0072\u006c\u0079\u006f\u0072"},{Key :"\u006c\u006f\u006f\u0070\u0061\u0072\u0072\u006f\u0077r\u0069\u0067\u0068\u0074",Value :"\u0063\u0075\u0072\u006c\u0079\u0072\u0069\u0067\u0068\u0074"},{Key :"a\u0072\u0072\u006f\u0077\u0063\u006c\u006f\u0063\u006b\u0077",Value :"\u0063\u0077\u006f\u0070\u0065\u006e\u0063\u0069\u0072\u0063\u006c\u0065a\u0072\u0072\u006f\u0077"},{Key :"\u0064\u0061\u0064\u0066\u0069\u006e\u0061\u006c",Value :"\u0064\u0061\u0064\u0066\u0069\u006e\u0061\u006c\u0061r\u0061\u0062\u0069\u0063"},{Key :"\u0064\u0061\u0064\u0069\u006e\u0069\u0074\u0069\u0061\u006c",Value :"\u0064\u0061d\u0069\u006e\u0069t\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0064a\u0064\u006d\u0065\u0064\u0069\u0061l",Value :"\u0064a\u0064m\u0065\u0064\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0038\u00307",Value :"\u0064\u0061\u0067\u0065\u0073\u0068"},{Key :"\u0064\u0061\u0067e\u0073\u0068\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0064\u0061\u0067\u0065\u0073\u0068"},{Key :"\u0073\u0070\u0061c\u0065\u006f\u0070\u0065\u006e\u0062\u006f\u0078",Value :"\u0064\u0061\u0067\u0065\u0073\u0068"},{Key :"\u0064d\u0061\u0067\u0067\u0065\u0072",Value :"\u0064a\u0067\u0067\u0065\u0072\u0064\u0062l"},{Key :"\u0064\u0061\u006c\u0065\u0074\u0064\u0061\u0067\u0065\u0073\u0068\u0068e\u0062\u0072\u0065\u0077",Value :"d\u0061\u006c\u0065\u0074\u0064\u0061\u0067\u0065\u0073\u0068"},{Key :"\u0064a\u006ce\u0074\u0077\u0069\u0074\u0068\u0064\u0061\u0067\u0065\u0073\u0068",Value :"d\u0061\u006c\u0065\u0074\u0064\u0061\u0067\u0065\u0073\u0068"},{Key :"\u0064\u0061\u006c\u0065\u0074\u0068\u006d\u0061\u0074\u0068",Value :"\u0064\u0061\u006c\u0065\u0074\u0068"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0036\u00367",Value :"\u0064\u0061\u006c\u0065\u0074\u0071\u0061\u006d\u0061\u0074\u0073\u0068e\u0062\u0072\u0065\u0077"},{Key :"\u0064\u0061\u006ce\u0074",Value :"\u0064\u0061\u006c\u0065\u0074\u0071\u0061\u006d\u0061\u0074\u0073\u0068e\u0062\u0072\u0065\u0077"},{Key :"\u0064a\u006ce\u0074\u0068\u0061\u0074\u0061\u0066\u0070\u0061\u0074\u0061\u0068",Value :"\u0064\u0061\u006c\u0065\u0074\u0071\u0061\u006d\u0061\u0074\u0073\u0068e\u0062\u0072\u0065\u0077"},{Key :"d\u0061\u006c\u0065\u0074ha\u0074a\u0066\u0070\u0061\u0074\u0061h\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0064\u0061\u006c\u0065\u0074\u0071\u0061\u006d\u0061\u0074\u0073\u0068e\u0062\u0072\u0065\u0077"},{Key :"\u0064a\u006ce\u0074\u0068\u0061\u0074\u0061\u0066\u0073\u0065\u0067\u006f\u006c",Value :"\u0064\u0061\u006c\u0065\u0074\u0071\u0061\u006d\u0061\u0074\u0073\u0068e\u0062\u0072\u0065\u0077"},{Key :"d\u0061\u006c\u0065\u0074ha\u0074a\u0066\u0073\u0065\u0067\u006fl\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0064\u0061\u006c\u0065\u0074\u0071\u0061\u006d\u0061\u0074\u0073\u0068e\u0062\u0072\u0065\u0077"},{Key :"d\u0061\u006c\u0065\u0074\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0064\u0061\u006c\u0065\u0074\u0071\u0061\u006d\u0061\u0074\u0073\u0068e\u0062\u0072\u0065\u0077"},{Key :"\u0064\u0061\u006c\u0065\u0074\u0068\u0069\u0072\u0069\u0071",Value :"\u0064\u0061\u006c\u0065\u0074\u0071\u0061\u006d\u0061\u0074\u0073\u0068e\u0062\u0072\u0065\u0077"},{Key :"\u0064\u0061l\u0065\u0074\u0068i\u0072\u0069\u0071\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0064\u0061\u006c\u0065\u0074\u0071\u0061\u006d\u0061\u0074\u0073\u0068e\u0062\u0072\u0065\u0077"},{Key :"\u0064\u0061\u006c\u0065\u0074\u0068\u006f\u006c\u0061\u006d",Value :"\u0064\u0061\u006c\u0065\u0074\u0071\u0061\u006d\u0061\u0074\u0073\u0068e\u0062\u0072\u0065\u0077"},{Key :"\u0064\u0061l\u0065\u0074\u0068o\u006c\u0061\u006d\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0064\u0061\u006c\u0065\u0074\u0071\u0061\u006d\u0061\u0074\u0073\u0068e\u0062\u0072\u0065\u0077"},{Key :"\u0064\u0061\u006c\u0065\u0074\u0070\u0061\u0074\u0061\u0068",Value :"\u0064\u0061\u006c\u0065\u0074\u0071\u0061\u006d\u0061\u0074\u0073\u0068e\u0062\u0072\u0065\u0077"},{Key :"\u0064\u0061l\u0065\u0074\u0070a\u0074\u0061\u0068\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0064\u0061\u006c\u0065\u0074\u0071\u0061\u006d\u0061\u0074\u0073\u0068e\u0062\u0072\u0065\u0077"},{Key :"d\u0061\u006c\u0065\u0074\u0071\u0061\u006d\u0061\u0074\u0073",Value :"\u0064\u0061\u006c\u0065\u0074\u0071\u0061\u006d\u0061\u0074\u0073\u0068e\u0062\u0072\u0065\u0077"},{Key :"d\u0061\u006c\u0065\u0074\u0071\u0075\u0062\u0075\u0074\u0073",Value :"\u0064\u0061\u006c\u0065\u0074\u0071\u0061\u006d\u0061\u0074\u0073\u0068e\u0062\u0072\u0065\u0077"},{Key :"\u0064\u0061\u006c\u0065\u0074\u0071\u0075\u0062\u0075\u0074\u0073\u0068e\u0062\u0072\u0065\u0077",Value :"\u0064\u0061\u006c\u0065\u0074\u0071\u0061\u006d\u0061\u0074\u0073\u0068e\u0062\u0072\u0065\u0077"},{Key :"\u0064\u0061\u006c\u0065\u0074\u0073\u0065\u0067\u006f\u006c",Value :"\u0064\u0061\u006c\u0065\u0074\u0071\u0061\u006d\u0061\u0074\u0073\u0068e\u0062\u0072\u0065\u0077"},{Key :"\u0064\u0061l\u0065\u0074\u0073e\u0067\u006f\u006c\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0064\u0061\u006c\u0065\u0074\u0071\u0061\u006d\u0061\u0074\u0073\u0068e\u0062\u0072\u0065\u0077"},{Key :"\u0064\u0061\u006c\u0065\u0074\u0073\u0068\u0065\u0076\u0061",Value :"\u0064\u0061\u006c\u0065\u0074\u0071\u0061\u006d\u0061\u0074\u0073\u0068e\u0062\u0072\u0065\u0077"},{Key :"\u0064\u0061l\u0065\u0074\u0073h\u0065\u0076\u0061\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0064\u0061\u006c\u0065\u0074\u0071\u0061\u006d\u0061\u0074\u0073\u0068e\u0062\u0072\u0065\u0077"},{Key :"\u0064\u0061\u006c\u0065\u0074\u0074\u0073\u0065\u0072\u0065",Value :"\u0064\u0061\u006c\u0065\u0074\u0071\u0061\u006d\u0061\u0074\u0073\u0068e\u0062\u0072\u0065\u0077"},{Key :"\u0064\u0061l\u0065\u0074\u0074s\u0065\u0072\u0065\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0064\u0061\u006c\u0065\u0074\u0071\u0061\u006d\u0061\u0074\u0073\u0068e\u0062\u0072\u0065\u0077"},{Key :"\u0064\u0061\u006c\u0066\u0069\u006e\u0061\u006c",Value :"\u0064\u0061\u006c\u0066\u0069\u006e\u0061\u006c\u0061r\u0061\u0062\u0069\u0063"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00355",Value :"d\u0061\u006d\u006d\u0061\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0064\u0061\u006dm\u0061",Value :"d\u0061\u006d\u006d\u0061\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0064\u0061\u006d\u006d\u0061\u006c\u006f\u0077\u0061r\u0061\u0062\u0069\u0063",Value :"d\u0061\u006d\u006d\u0061\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0064a\u006dm\u0061\u0068\u006f\u006e\u0074\u0061\u0074\u0077\u0065\u0065\u006c",Value :"d\u0061\u006d\u006d\u0061\u006d\u0065\u0064\u0069\u0061\u006c"},{Key :"d\u0061\u0072\u0067\u0061\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0064a\u0072g\u0061\u006c\u0065\u0066\u0074\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0073\u0068\u0069\u0066\u0074\u006f\u0075\u0074",Value :"\u0064a\u0072g\u0061\u006c\u0065\u0066\u0074\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0065\u0078\u0063\u0065\u0073\u0073",Value :"\u0064a\u0073\u0068\u0063\u006f\u006c\u006fn"},{Key :"\u0064\u0062\u006ca\u0072\u0072\u006f\u0077\u0064\u006f\u0077\u006e",Value :"d\u0062\u006c\u0061\u0072\u0072\u006f\u0077\u0064\u0077\u006e"},{Key :"\u0064\u006f\u0077\u006e\u0064\u006f\u0077\u006e\u0061r\u0072\u006f\u0077\u0073",Value :"d\u0062\u006c\u0061\u0072\u0072\u006f\u0077\u0064\u0077\u006e"},{Key :"\u0074\u0077o\u0068\u0065\u0061d\u006c\u0065\u0066\u0074\u0061\u0072\u0072\u006f\u0077",Value :"\u0064\u0062l\u0061\u0072\u0072o\u0077\u0068\u0065\u0061\u0064\u006c\u0065\u0066\u0074"},{Key :"\u0074\u0077\u006f\u0068\u0065\u0061\u0064\u0072\u0069\u0067\u0068\u0074a\u0072\u0072\u006f\u0077",Value :"\u0064\u0062\u006c\u0061\u0072\u0072\u006f\u0077\u0068\u0065\u0061\u0064r\u0069\u0067\u0068\u0074"},{Key :"\u0075\u0070\u0075\u0070\u0061\u0072\u0072\u006f\u0077\u0073",Value :"\u0064\u0062\u006c\u0061\u0072\u0072\u006f\u0077\u0075\u0070"},{Key :"\u006c\u0042\u0072\u0061\u0063\u006b",Value :"\u0064\u0062\u006c\u0062\u0072\u0061\u0063\u006b\u0065t\u006c\u0065\u0066\u0074"},{Key :"\u0072\u0042\u0072\u0061\u0063\u006b",Value :"\u0064b\u006cb\u0072\u0061\u0063\u006b\u0065\u0074\u0072\u0069\u0067\u0068\u0074"},{Key :"\u0064\u006f\u0075\u0062\u006c\u0065\u0069\u006e\u0074e\u0067\u0072\u0061\u006c",Value :"d\u0062\u006c\u0069\u006e\u0074\u0065\u0067\u0072\u0061\u006c"},{Key :"\u0069\u0069\u006e\u0074",Value :"d\u0062\u006c\u0069\u006e\u0074\u0065\u0067\u0072\u0061\u006c"},{Key :"i\u006e\u0074\u0065\u0067\u0072\u0061\u006c\u0064\u0062\u006c",Value :"d\u0062\u006c\u0069\u006e\u0074\u0065\u0067\u0072\u0061\u006c"},{Key :"\u0056\u0065\u0072\u0074",Value :"\u0064\u0062\u006c\u0076\u0065\u0072\u0074\u0069\u0063a\u006c\u0062\u0061\u0072"},{Key :"\u0062\u0061\u0072\u0064\u0062\u006c",Value :"\u0064\u0062\u006c\u0076\u0065\u0072\u0074\u0069\u0063a\u006c\u0062\u0061\u0072"},{Key :"\u0076\u0065\u0072\u0074\u0069\u0063\u0061\u006c\u0062a\u0072\u0064\u0062\u006c",Value :"\u0064\u0062\u006c\u0076\u0065\u0072\u0074\u0069\u0063a\u006c\u0062\u0061\u0072"},{Key :"v\u0065\u0072\u0074\u006c\u0069\u006e\u0065\u0064\u0062\u006c",Value :"\u0064\u0062\u006c\u0076\u0065\u0072\u0074\u0069\u0063a\u006c\u0062\u0061\u0072"},{Key :"\u0064\u006f\u0077\u006e\u0073\u006c\u006f\u0070\u0065\u0065\u006c\u006ci\u0070\u0073\u0069\u0073",Value :"\u0064\u0064\u006ft\u0073"},{Key :"\u0064\u0065\u0063\u0069ma\u006c\u0073\u0065\u0070\u0061\u0072\u0061\u0074\u006f\u0072\u0061\u0072\u0061\u0062i\u0063",Value :"\u0064\u0065\u0063im\u0061\u006c\u0073\u0065\u0070\u0061\u0072\u0061\u0074\u006f\u0072\u0070\u0065\u0072\u0073\u0069\u0061\u006e"},{Key :"\u0064\u0065\u006c\u0074\u0061\u0065\u0071\u0075\u0061\u006c",Value :"\u0064e\u0066\u0069\u006e\u0065\u0073"},{Key :"\u0074r\u0069\u0061\u006e\u0067\u006c\u0065q",Value :"\u0064e\u0066\u0069\u006e\u0065\u0073"},{Key :"\u006b\u0065\u006c\u0076\u0069\u006e",Value :"\u0064\u0065\u0067r\u0065\u0065\u006b\u0065\u006c\u0076\u0069\u006e"},{Key :"\u0064e\u0076\u0063\u006f\u006e\u0034",Value :"\u0064\u0065\u0068\u0069\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u006b\u0068\u0061\u0072\u0074\u0064\u0065\u0073",Value :"\u0064e\u0069\u0063\u006f\u0070\u0074\u0069c"},{Key :"\u0075p\u0064\u0065\u006c\u0074\u0061",Value :"\u0064\u0065\u006ct\u0061"},{Key :"\u006d\u0061\u0063\u0072\u006f\u006e\u0073\u0075\u0062\u006e\u006f\u0073\u0070",Value :"\u0064\u0065\u007a\u0068"},{Key :"\u0067\u0072\u0061\u0076\u0065\u0073\u0075\u0062",Value :"\u0064\u0068\u006fo\u006b"},{Key :"\u0061\u0031\u0031\u0031",Value :"\u0064i\u0061\u006d\u006f\u006e\u0064"},{Key :"\u0064\u0069\u0061m\u006f\u006e\u0064\u0073\u006f\u006c\u0069\u0064",Value :"\u0064i\u0061\u006d\u006f\u006e\u0064"},{Key :"\u0076\u0061\u0072\u0064\u0069\u0061\u006d\u006f\u006ed\u0073\u0075\u0069\u0074",Value :"\u0064i\u0061\u006d\u006f\u006e\u0064"},{Key :"\u0073\u006d\u0077h\u0074\u0064\u0069\u0061\u006d\u006f\u006e\u0064",Value :"d\u0069\u0061\u006d\u006f\u006e\u0064\u006d\u0061\u0074\u0068"},{Key :"d\u0069\u0061\u006d\u006f\u006e\u0064\u0073\u0075\u0069\u0074",Value :"\u0064\u0069a\u006d\u006f\u006ed\u0073\u0075\u0069\u0074\u0077\u0068\u0069\u0074\u0065"},{Key :"\u0064\u0064\u006f\u0074",Value :"d\u0069\u0065\u0072\u0065\u0073\u0069\u0073\u0063\u006d\u0062"},{Key :"\u0064\u0069\u0061\u006c\u0079\u0074\u0069\u006b\u0061t\u006f\u006e\u006f\u0073",Value :"\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073\u0074\u006f\u006e\u006f\u0073"},{Key :"\u0062\u0075\u006d\u0070\u0065\u0071",Value :"\u0064\u0069\u0066\u0066\u0065\u0072\u0065\u006e\u0063\u0065"},{Key :"\u0063\u0031\u0034\u0034",Value :"\u0064\u0069\u0076\u0069\u0064\u0065"},{Key :"\u0064\u0069\u0076",Value :"\u0064\u0069\u0076\u0069\u0064\u0065"},{Key :"\u0064\u0069v\u0069\u0064\u0065o\u006e\u006d\u0075\u006c\u0074\u0069\u0070\u006c\u0079",Value :"\u0064\u0069\u0076\u0069\u0064\u0065\u006d\u0075\u006ct\u0069\u0070\u006c\u0079"},{Key :"\u0064\u0069\u0076\u0069\u0064\u0065\u006f\u006e\u0074\u0069\u006d\u0065\u0073",Value :"\u0064\u0069\u0076\u0069\u0064\u0065\u006d\u0075\u006ct\u0069\u0070\u006c\u0079"},{Key :"\u0062\u0061\u0072\u0031",Value :"\u0064i\u0076\u0069\u0064\u0065\u0073"},{Key :"\u006d\u0069\u0064",Value :"\u0064i\u0076\u0069\u0064\u0065\u0073"},{Key :"\u0076\u0065\u0078\u0074\u0065\u006e\u0064\u0073\u0069\u006e\u0067\u006c\u0065",Value :"\u0064i\u0076\u0069\u0064\u0065\u0073"},{Key :"\u0064\u0069\u0076\u0073\u006c\u0061\u0073\u0068",Value :"\u0064\u0069\u0076\u0069\u0073\u0069\u006f\u006e\u0073\u006c\u0061\u0073\u0068"},{Key :"\u0073l\u0061\u0073\u0068\u006d\u0061\u0074h",Value :"\u0064\u0069\u0076\u0069\u0073\u0069\u006f\u006e\u0073\u006c\u0061\u0073\u0068"},{Key :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00399",Value :"d\u006a\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0064\u006a\u0065",Value :"d\u006a\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0062\u006c\u006f\u0063kt\u0068\u0072\u0065\u0065\u0071\u0074\u0072\u0073\u0068\u0061\u0064\u0065\u0064",Value :"\u0064k\u0073\u0068\u0061\u0064\u0065"},{Key :"\u0073h\u0061\u0064\u0065\u0064\u0061\u0072k",Value :"\u0064k\u0073\u0068\u0061\u0064\u0065"},{Key :"\u0064\u0063\u0072\u006f\u0061\u0074",Value :"\u0064m\u0061\u0063\u0072\u006f\u006e"},{Key :"\u0064\u0073\u006c\u0061\u0073\u0068",Value :"\u0064m\u0061\u0063\u0072\u006f\u006e"},{Key :"\u0062\u006c\u006fc\u006b\u006c\u006f\u0077\u0068\u0061\u006c\u0066",Value :"\u0064n\u0062\u006c\u006f\u0063\u006b"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0036\u00394",Value :"d\u006f\u0063\u0068\u0061\u0064\u0061\u0074\u0068\u0061\u0069"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00300",Value :"\u0064o\u0064\u0065\u006b\u0074\u0068\u0061i"},{Key :"\u0065\u0073\u0063\u0075\u0064\u006f",Value :"\u0064\u006f\u006c\u006c\u0061\u0072"},{Key :"\u006d\u0061\u0074\u0068\u0064\u006f\u006c\u006c\u0061\u0072",Value :"\u0064\u006f\u006c\u006c\u0061\u0072"},{Key :"\u006di\u006c\u0072\u0065\u0069\u0073",Value :"\u0064\u006f\u006c\u006c\u0061\u0072"},{Key :"\u0069o\u0074a\u0064\u0069\u0061\u0065\u0072e\u0073\u0069s\u0074\u006f\u006e\u006f\u0073",Value :"\u0064o\u0074\u0061\u0063\u0063\u0065\u006et"},{Key :"\u0064\u006f\u0074",Value :"\u0064\u006f\u0074a\u0063\u0063\u0065\u006e\u0074\u0063\u006d\u0062"},{Key :"\u0053\u0074\u0069\u0067\u006d\u0061",Value :"\u0064\u006f\u0074b\u0065\u006c\u006f\u0077\u0063\u006f\u006d\u0062"},{Key :"d\u006f\u0074\u0062\u0065\u006c\u006f\u0077\u0063\u006d\u0062",Value :"\u0064\u006f\u0074b\u0065\u006c\u006f\u0077\u0063\u006f\u006d\u0062"},{Key :"\u0062\u0072\u0065v\u0065\u0069\u006e\u0076\u006e\u006f\u0073\u0070",Value :"\u0064o\u0074l\u0065\u0073\u0073\u006a\u0073t\u0072\u006fk\u0065\u0068\u006f\u006f\u006b"},{Key :"\u0067\u0065\u006f\u006d\u0070\u0072\u006f\u0070\u006fr\u0074\u0069\u006f\u006e",Value :"\u0064\u006f\u0074\u0073\u006d\u0069\u006e\u0075\u0073\u0064\u006f\u0074\u0073"},{Key :"\u0070\u0072\u006f\u0070\u006f\u0072\u0074\u0069\u006fn\u0067\u0065\u006f\u006d",Value :"\u0064\u006f\u0074\u0073\u006d\u0069\u006e\u0075\u0073\u0064\u006f\u0074\u0073"},{Key :"\u0063\u0069\u0072\u0063\u006c\u0065\u0064\u0061\u0073\u0068",Value :"\u0064\u006f\u0074t\u0065\u0064\u0063\u0069\u0072\u0063\u006c\u0065"},{Key :"\u0078\u0062\u0073o\u006c",Value :"\u0064o\u0077\u006e\u0073\u006c\u006f\u0070e"},{Key :"\u006da\u0063\u0072\u006f\u006e\u0073\u0075b",Value :"\u0064\u0074\u0061i\u006c"},{Key :"\u0067\u0061\u006d\u006d\u0061\u0031",Value :"\u0064\u007a"},{Key :"\u0074\u0069\u006cd\u0065\u0073\u0075\u0062\u006e\u006f\u0073\u0070",Value :"\u0064\u007a\u0061\u006c\u0074\u006f\u006e\u0065"},{Key :"\u0047\u0068\u0061\u0063\u0065\u006b",Value :"\u0064z\u0063\u0061\u0072\u006f\u006e"},{Key :"\u0075\u006e\u0064\u0065\u0072\u0073\u0063\u006f\u0072e\u006e\u006f\u0073\u0070",Value :"\u0064\u007a\u0063\u0075\u0072\u006c"},{Key :"\u0061f\u0069\u0069\u0031\u0030\u0031\u00393",Value :"\u0064\u007a\u0068e\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0064\u007a\u0068\u0065",Value :"\u0064\u007a\u0068e\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0061f\u0069\u0069\u0031\u0030\u0031\u00301",Value :"\u0065c\u0079\u0072\u0069\u006c\u006c\u0069c"},{Key :"\u0065\u0063\u0079\u0072\u0069\u006c",Value :"\u0065c\u0079\u0072\u0069\u006c\u006c\u0069c"},{Key :"\u0065\u0064\u006f\u0074",Value :"\u0065\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00300",Value :"\u0065i\u0067h\u0074\u0068\u0061\u0063\u006b\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"a\u0072\u0061\u0062\u0069ci\u006ed\u0069\u0063\u0064\u0069\u0067i\u0074\u0065\u0069\u0067\u0068\u0074",Value :"\u0065i\u0067h\u0074\u0068\u0061\u0063\u006b\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"e\u0069\u0067\u0068\u0074\u0061\u0072\u0061\u0062\u0069\u0063",Value :"\u0065i\u0067h\u0074\u0068\u0061\u0063\u006b\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u006d\u0075\u0073\u0069\u0063\u0061\u006c\u006e\u006ft\u0065\u0064\u0062\u006c",Value :"\u0065\u0069g\u0068\u0074\u0068n\u006f\u0074\u0065\u0062\u0065\u0061\u006d\u0065\u0064"},{Key :"\u0074\u0077\u006f\u006e\u006f\u0074\u0065\u0073",Value :"\u0065\u0069g\u0068\u0074\u0068n\u006f\u0074\u0065\u0062\u0065\u0061\u006d\u0065\u0064"},{Key :"\u0065\u0069\u0067\u0068\u0074\u0073\u0075\u0062",Value :"\u0065\u0069\u0067\u0068\u0074\u0069\u006e\u0066\u0065\u0072\u0069\u006f\u0072"},{Key :"\u0065\u0078t\u0065\u006e\u0064\u0065\u0064\u0061\u0072\u0061\u0062\u0069\u0063\u0069\u006e\u0064\u0069\u0063\u0064\u0069\u0067\u0069\u0074\u0065ig\u0068\u0074",Value :"\u0065\u0069\u0067h\u0074\u0070\u0065\u0072\u0073\u0069\u0061\u006e"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00368",Value :"\u0065i\u0067\u0068\u0074\u0074\u0068\u0061i"},{Key :"o\u006d\u0065\u0067\u0061\u0063\u006c\u006f\u0073\u0065\u0064",Value :"\u0065\u0069\u006e\u0076\u0065\u0072\u0074\u0065\u0064b\u0072\u0065\u0076\u0065"},{Key :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00377",Value :"\u0065\u006c\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0065\u006c",Value :"\u0065\u006c\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0069\u006e",Value :"\u0065l\u0065\u006d\u0065\u006e\u0074"},{Key :"\u0065l\u0069\u0070\u0073\u0069\u0073",Value :"\u0065\u006c\u006c\u0069\u0070\u0073\u0069\u0073"},{Key :"\u0075n\u0069c\u006f\u0064\u0065\u0065\u006c\u006c\u0069\u0070\u0073\u0069\u0073",Value :"\u0065\u006c\u006c\u0069\u0070\u0073\u0069\u0073"},{Key :"\u0076\u0064\u006ft\u0073",Value :"\u0065\u006cl\u0069\u0070\u0073i\u0073\u0076\u0065\u0072\u0074\u0069\u0063\u0061\u006c"},{Key :"\u0076\u0065\u0072t\u0065\u006c\u006c\u0069\u0070\u0073\u0069\u0073",Value :"\u0065\u006cl\u0069\u0070\u0073i\u0073\u0076\u0065\u0072\u0074\u0069\u0063\u0061\u006c"},{Key :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00378",Value :"\u0065\u006d\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0065\u006d",Value :"\u0065\u006d\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0070u\u006e\u0063\u0074\u0064\u0061\u0073h",Value :"\u0065\u006d\u0064\u0061\u0073\u0068"},{Key :"\u0076\u0061\u0072\u006e\u006f\u0074\u0068\u0069\u006e\u0067",Value :"\u0065\u006d\u0070\u0074\u0079\u0073\u0065\u0074"},{Key :"\u0072a\u006e\u0067\u0065\u0064\u0061\u0073h",Value :"\u0065\u006e\u0064\u0061\u0073\u0068"},{Key :"\u006e\u0067",Value :"\u0065\u006e\u0067"},{Key :"\u0072\u0069\u006e\u0067ri\u0067\u0068\u0074\u0068\u0061\u006c\u0066\u0063\u0065\u006e\u0074\u0065\u0072",Value :"\u0065\u006f\u0070e\u006e"},{Key :"c\u0065\u0064\u0069\u006c\u006c\u0061\u006e\u006f\u0073\u0070",Value :"e\u006f\u0070\u0065\u006e\u0063\u006c\u006f\u0073\u0065\u0064"},{Key :"\u0072i\u006eg\u006c\u0065\u0066\u0074\u0068\u0061\u006c\u0066\u0073\u0075\u0070",Value :"\u0065\u006f\u0070\u0065\u006e\u0072\u0065\u0076\u0065\u0072\u0073\u0065\u0064"},{Key :"t\u0061\u0063\u006b\u0064\u006f\u0077\u006e\u006d\u0069\u0064",Value :"\u0065\u006f\u0070\u0065nr\u0065\u0076\u0065\u0072\u0073\u0065\u0064\u0063\u006c\u006f\u0073\u0065\u0064"},{Key :"\u0074a\u0063\u006b\u0075\u0070\u006d\u0069d",Value :"\u0065\u006f\u0070\u0065\u006e\u0072\u0065\u0076\u0065\u0072\u0073\u0065d\u0068\u006f\u006f\u006b"},{Key :"\u0075p\u0065\u0070\u0073\u0069\u006c\u006fn",Value :"\u0065p\u0073\u0069\u006c\u006f\u006e"},{Key :"\u0075\u0070\u0076a\u0072\u0065\u0070\u0073\u0069\u006c\u006f\u006e",Value :"\u0065\u0070\u0073\u0069\u006c\u006f\u006e\u0031"},{Key :"\u0063\u0068\u0065\u0076\u0065\u0072\u0074\u0062\u0061\u0072",Value :"\u0065\u0070\u0073\u0069\u006c\u006f\u006e\u0031"},{Key :"\u0048\u0063\u0079\u0072\u0069\u006c",Value :"\u0065\u0070\u0073\u0069\u006c\u006f\u006e\u0069\u006e\u0076"},{Key :"\u0075\u0070\u0062\u0061\u0063\u006b\u0065\u0070\u0073\u0069\u006c\u006f\u006e",Value :"\u0065\u0070\u0073\u0069\u006c\u006f\u006e\u0069\u006e\u0076"},{Key :"\u0065\u0071\u0075\u0061\u006c\u0063\u006f\u006c\u006f\u006e",Value :"\u0065q\u0063\u006f\u006c\u006f\u006e"},{Key :"\u0064\u0065\u0066\u0069\u006e\u0065\u0071\u0075\u0061\u006c",Value :"\u0065\u0071\u0064e\u0066"},{Key :"\u0065\u0071\u0075a\u006c\u0067\u0072\u0065\u0061\u0074\u0065\u0072",Value :"\u0065\u0071\u0067t\u0072"},{Key :"\u0065q\u0075\u0061\u006c\u006c\u0065\u0073s",Value :"\u0065\u0071\u006c\u0065\u0073\u0073"},{Key :"c\u0075\u0072\u006c\u0079\u0065\u0071\u0073\u0075\u0063\u0063",Value :"\u0065\u0071\u0075\u0061\u006c\u006f\u0072\u0066\u006fl\u006c\u006f\u0077\u0073"},{Key :"\u0065\u0071\u0075\u0061\u006c\u0066\u006f\u006c\u006c\u006f\u0077\u0073\u0031",Value :"\u0065\u0071\u0075\u0061\u006c\u006f\u0072\u0066\u006fl\u006c\u006f\u0077\u0073"},{Key :"\u0065\u0071\u0073\u006c\u0061\u006e\u0074\u0067\u0074\u0072",Value :"\u0065\u0071\u0075\u0061\u006c\u006f\u0072\u0067\u0072e\u0061\u0074\u0065\u0072"},{Key :"e\u0071\u0073\u006c\u0061\u006e\u0074\u006c\u0065\u0073\u0073",Value :"e\u0071\u0075\u0061\u006c\u006f\u0072\u006c\u0065\u0073\u0073"},{Key :"c\u0075\u0072\u006c\u0079\u0065\u0071\u0070\u0072\u0065\u0063",Value :"\u0065q\u0075a\u006c\u006f\u0072\u0070\u0072\u0065\u0063\u0065\u0064\u0065\u0073"},{Key :"\u0065\u0071\u0075\u0061\u006c\u0070\u0072\u0065\u0063e\u0064\u0065\u0073\u0031",Value :"\u0065q\u0075a\u006c\u006f\u0072\u0070\u0072\u0065\u0063\u0065\u0064\u0065\u0073"},{Key :"\u0065\u0071\u0073i\u006d",Value :"\u0065\u0071\u0075\u0061\u006c\u006f\u0072\u0073\u0069m\u0069\u006c\u0061\u0072"},{Key :"\u006d\u0069\u006e\u0075\u0073\u0074\u0069\u006c\u0064\u0065",Value :"\u0065\u0071\u0075\u0061\u006c\u006f\u0072\u0073\u0069m\u0069\u006c\u0061\u0072"},{Key :"\u0065\u0071\u0075\u0061\u006c\u0069\u006e\u0066\u0065\u0072\u0069\u006f\u0072",Value :"\u0065\u0071\u0075\u0061\u006c\u0073\u0075\u0062"},{Key :"\u0065\u0071\u0075i\u0076",Value :"e\u0071\u0075\u0069\u0076\u0061\u006c\u0065\u006e\u0063\u0065"},{Key :"\u0061\u0073\u0079m\u0070",Value :"\u0065q\u0075i\u0076\u0061\u0073\u0079\u006d\u0070\u0074\u006f\u0074\u0069\u0063"},{Key :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00382",Value :"\u0065\u0072\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0065\u0072",Value :"\u0065\u0072\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0061\u0063\u0075\u0074\u0065\u0073\u0075\u0062",Value :"\u0065r\u0065\u0076\u0065\u0072\u0073\u0065d"},{Key :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00395",Value :"\u0065\u0072\u0065\u0076\u0065\u0072\u0073\u0065\u0064\u0063\u0079\u0072i\u006c\u006c\u0069\u0063"},{Key :"\u0065c\u0079\u0072\u0069\u006c\u0072\u0065v",Value :"\u0065\u0072\u0065\u0076\u0065\u0072\u0073\u0065\u0064\u0063\u0079\u0072i\u006c\u006c\u0069\u0063"},{Key :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00383",Value :"\u0065\u0073\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0065\u0073",Value :"\u0065\u0073\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0063a\u006ed\u0072\u0061\u0062\u0069\u006e\u0064\u0075\u006e\u006f\u0073\u0070",Value :"\u0065\u0073\u0068"},{Key :"\u0061\u0070\u006f\u0073\u0074\u0072\u006f\u0070\u0068\u0065\u0073\u0075p\u006e\u006f\u0073\u0070",Value :"\u0065s\u0068\u0063\u0075\u0072\u006c"},{Key :"\u0063\u006fm\u006d\u0061\u0074u\u0072\u006e\u0073\u0075\u0070\u006e\u006f\u0073\u0070",Value :"\u0065\u0073h\u0073\u0071\u0075a\u0074\u0072\u0065\u0076\u0065\u0072\u0073\u0065\u0064"},{Key :"\u0075\u0070\u0065t\u0061",Value :"\u0065\u0074\u0061"},{Key :"\u0044\u0062\u0061\u0072",Value :"\u0065\u0074\u0068"},{Key :"\u0044m\u0061\u0063\u0072\u006f\u006e",Value :"\u0065\u0074\u0068"},{Key :"\u006da\u0074\u0068\u0065\u0074\u0068",Value :"\u0065\u0074\u0068"},{Key :"\u0061\u0072\u0072\u006f\u0077\u0062\u006f\u0074\u0068v\u0062\u0061\u0073\u0065",Value :"\u0065\u0074\u006e\u0061\u0068\u0074\u0061\u006c\u0065\u0066\u0074\u0068e\u0062\u0072\u0065\u0077"},{Key :"\u0065t\u006ea\u0068\u0074\u0061\u0066\u006fu\u006b\u0068h\u0065\u0062\u0072\u0065\u0077",Value :"\u0065\u0074\u006e\u0061\u0068\u0074\u0061\u006c\u0065\u0066\u0074\u0068e\u0062\u0072\u0065\u0077"},{Key :"\u0065\u0074\u006e\u0061ht\u0061\u0066\u006f\u0075\u006b\u0068\u006c\u0065\u0066\u0074\u0068\u0065\u0062\u0072e\u0077",Value :"\u0065\u0074\u006e\u0061\u0068\u0074\u0061\u006c\u0065\u0066\u0074\u0068e\u0062\u0072\u0065\u0077"},{Key :"\u0065\u0074\u006e\u0061\u0068\u0074\u0061\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0065\u0074\u006e\u0061\u0068\u0074\u0061\u006c\u0065\u0066\u0074\u0068e\u0062\u0072\u0065\u0077"},{Key :"\u0045\u0078\u0063\u006c\u0061\u006d",Value :"\u0065x\u0063\u006c\u0061\u006d\u0064\u0062l"},{Key :"\u0065\u0078\u0069\u0073\u0074\u0073",Value :"e\u0078\u0069\u0073\u0074\u0065\u006e\u0074\u0069\u0061\u006c"},{Key :"t\u0068\u0065\u0072\u0065\u0065\u0078\u0069\u0073\u0074\u0073",Value :"e\u0078\u0069\u0073\u0074\u0065\u006e\u0074\u0069\u0061\u006c"},{Key :"p\u006c\u0075\u0073\u0073\u0075\u0062\u006e\u006f\u0073\u0070",Value :"\u0065\u007a\u0068"},{Key :"j\u0064\u006f\u0074\u006c\u0065\u0073\u0073\u0062\u0061\u0072",Value :"\u0065\u007a\u0068\u0063\u0061\u0072\u006f\u006e"},{Key :"\u006d\u0069\u006eu\u0073\u0073\u0075\u0062\u006e\u006f\u0073\u0070",Value :"\u0065z\u0068\u0063\u0075\u0072\u006c"},{Key :"\u0055\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073h\u0061\u0063\u0065\u006b",Value :"e\u007a\u0068\u0072\u0065\u0076\u0065\u0072\u0073\u0065\u0064"},{Key :"\u0075\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073h\u0061\u0063\u0065\u006b",Value :"\u0065z\u0068\u0074\u0061\u0069\u006c"},{Key :"\u0064\u0065g\u0072\u0065\u0065f\u0061\u0068\u0072\u0065\u006e\u0068\u0065\u0069\u0074",Value :"\u0066\u0061\u0068\u0072\u0065\u006e\u0068\u0065\u0069\u0074"},{Key :"\u0064e\u0067r\u0065\u0065\u0066\u0061\u0072\u0065\u006e\u0068\u0065\u0069\u0074",Value :"\u0066\u0061\u0068\u0072\u0065\u006e\u0068\u0065\u0069\u0074"},{Key :"\u0066a\u0072\u0065\u006e\u0068\u0065\u0069t",Value :"\u0066\u0061\u0068\u0072\u0065\u006e\u0068\u0065\u0069\u0074"},{Key :"f\u0061\u0074\u0068\u0061\u006d\u0065\u0064\u0069\u0061\u006c",Value :"\u0066a\u0074h\u0061\u0068\u006f\u006e\u0074\u0061\u0074\u0077\u0065\u0065\u006c"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00354",Value :"\u0066\u0061\u0074\u0068\u0061\u006c\u006f\u0077\u0061r\u0061\u0062\u0069\u0063"},{Key :"\u0066\u0061\u0074h\u0061",Value :"\u0066\u0061\u0074\u0068\u0061\u006c\u006f\u0077\u0061r\u0061\u0062\u0069\u0063"},{Key :"f\u0061\u0074\u0068\u0061\u0061\u0072\u0061\u0062\u0069\u0063",Value :"\u0066\u0061\u0074\u0068\u0061\u006c\u006f\u0077\u0061r\u0061\u0062\u0069\u0063"},{Key :"\u0061\u0072\u0072\u006f\u0077\u0077\u0061\u0076\u0065r\u0069\u0067\u0068\u0074",Value :"f\u0065\u0068\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e"},{Key :"\u0066\u0065\u0068\u0066\u0069\u006e\u0061\u006c",Value :"\u0066\u0065\u0068\u0066\u0069\u006e\u0061\u006c\u0061r\u0061\u0062\u0069\u0063"},{Key :"\u0066\u0065\u0068\u0069\u006e\u0069\u0074\u0069\u0061\u006c",Value :"\u0066\u0065h\u0069\u006e\u0069t\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0066e\u0068\u006d\u0065\u0064\u0069\u0061l",Value :"\u0066e\u0068m\u0065\u0064\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u006f\u0068\u006fo\u006b",Value :"\u0066e\u0069\u0063\u006f\u0070\u0074\u0069c"},{Key :"\u0076\u0065\u006eu\u0073",Value :"\u0066\u0065\u006d\u0061\u006c\u0065"},{Key :"\u0066\u0069\u006e\u0061\u006c\u006b\u0061\u0066\u0064a\u0067\u0065\u0073\u0068",Value :"f\u0069n\u0061\u006c\u006b\u0061\u0066\u0064\u0061\u0067e\u0073\u0068\u0068\u0065br\u0065\u0077"},{Key :"\u0066i\u006ea\u006c\u006b\u0061\u0066\u0077i\u0074\u0068d\u0061\u0067\u0065\u0073\u0068",Value :"f\u0069n\u0061\u006c\u006b\u0061\u0066\u0064\u0061\u0067e\u0073\u0068\u0068\u0065br\u0065\u0077"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0036\u00377",Value :"\u0066\u0069\u006e\u0061\u006c\u006d\u0065\u006d\u0068e\u0062\u0072\u0065\u0077"},{Key :"\u0066\u0069\u006e\u0061\u006c\u006d\u0065\u006d",Value :"\u0066\u0069\u006e\u0061\u006c\u006d\u0065\u006d\u0068e\u0062\u0072\u0065\u0077"},{Key :"\u006d\u0065\u006d\u0066\u0069\u006e\u0061\u006c",Value :"\u0066\u0069\u006e\u0061\u006c\u006d\u0065\u006d\u0068e\u0062\u0072\u0065\u0077"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0036\u00383",Value :"\u0066\u0069\u006e\u0061\u006c\u0070\u0065\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0066i\u006e\u0061\u006c\u0070\u0065",Value :"\u0066\u0069\u006e\u0061\u006c\u0070\u0065\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0070e\u0066\u0069\u006e\u0061\u006c",Value :"\u0066\u0069\u006e\u0061\u006c\u0070\u0065\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0036\u00385",Value :"\u0066\u0069\u006e\u0061\u006c\u0074\u0073\u0061\u0064\u0069"},{Key :"\u0066\u0069n\u0061\u006c\u0074s\u0061\u0064\u0069\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0066\u0069\u006e\u0061\u006c\u0074\u0073\u0061\u0064\u0069"},{Key :"\u0074\u0073\u0061\u0064\u0069\u0066\u0069\u006e\u0061\u006c",Value :"\u0066\u0069\u006e\u0061\u006c\u0074\u0073\u0061\u0064\u0069"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0033\u00397",Value :"\u0066\u0069\u0076\u0065\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"a\u0072a\u0062\u0069\u0063\u0069\u006e\u0064\u0069\u0063d\u0069\u0067\u0069\u0074fi\u0076\u0065",Value :"\u0066\u0069\u0076\u0065\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0066\u0069\u0076\u0065\u0068\u0061\u0063\u006b\u0061r\u0061\u0062\u0069\u0063",Value :"\u0066\u0069\u0076\u0065\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0066i\u0076\u0065\u0073\u0075\u0062",Value :"\u0066\u0069\u0076e\u0069\u006e\u0066\u0065\u0072\u0069\u006f\u0072"},{Key :"\u0065\u0078\u0074\u0065n\u0064\u0065\u0064\u0061\u0072\u0061\u0062\u0069\u0063\u0069n\u0064i\u0063\u0064\u0069\u0067\u0069\u0074\u0066i\u0076\u0065",Value :"f\u0069\u0076\u0065\u0070\u0065\u0072\u0073\u0069\u0061\u006e"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00365",Value :"\u0066\u0069\u0076\u0065\u0074\u0068\u0061\u0069"},{Key :"\u0066\u006c\u006fo\u0072\u006c\u0065\u0066\u0074\u0042\u0069\u0067",Value :"\u0066l\u006f\u006f\u0072\u006c\u0065\u0066t"},{Key :"\u0066\u006c\u006f\u006f\u0072\u006c\u0065\u0066\u0074\u0042\u0069\u0067\u0067",Value :"\u0066l\u006f\u006f\u0072\u006c\u0065\u0066t"},{Key :"\u0066\u006c\u006fo\u0072\u006c\u0065\u0066\u0074\u0062\u0069\u0067",Value :"\u0066l\u006f\u006f\u0072\u006c\u0065\u0066t"},{Key :"\u0066\u006c\u006f\u006f\u0072\u006c\u0065\u0066\u0074\u0062\u0069\u0067\u0067",Value :"\u0066l\u006f\u006f\u0072\u006c\u0065\u0066t"},{Key :"\u006c\u0066\u006c\u006f\u006f\u0072",Value :"\u0066l\u006f\u006f\u0072\u006c\u0065\u0066t"},{Key :"\u0066\u006c\u006f\u006f\u0072\u0072\u0069\u0067\u0068\u0074\u0042\u0069\u0067",Value :"\u0066\u006c\u006f\u006f\u0072\u0072\u0069\u0067\u0068\u0074"},{Key :"\u0066\u006c\u006f\u006f\u0072\u0072\u0069\u0067\u0068t\u0042\u0069\u0067\u0067",Value :"\u0066\u006c\u006f\u006f\u0072\u0072\u0069\u0067\u0068\u0074"},{Key :"\u0066\u006c\u006f\u006f\u0072\u0072\u0069\u0067\u0068\u0074\u0062\u0069\u0067",Value :"\u0066\u006c\u006f\u006f\u0072\u0072\u0069\u0067\u0068\u0074"},{Key :"\u0066\u006c\u006f\u006f\u0072\u0072\u0069\u0067\u0068t\u0062\u0069\u0067\u0067",Value :"\u0066\u006c\u006f\u006f\u0072\u0072\u0069\u0067\u0068\u0074"},{Key :"\u0072\u0066\u006c\u006f\u006f\u0072",Value :"\u0066\u006c\u006f\u006f\u0072\u0072\u0069\u0067\u0068\u0074"},{Key :"\u0056\u0063\u0075\u0072\u0073\u0069\u0076\u0065",Value :"\u0066\u006c\u006f\u0072\u0069\u006e"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00311",Value :"\u0066o\u0066\u0061\u006e\u0074\u0068\u0061i"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00309",Value :"\u0066\u006f\u0066\u0061\u0074\u0068\u0061\u0069"},{Key :"s\u0075\u0063\u0063\u006e\u0061\u0070\u0070\u0072\u006f\u0078",Value :"\u0066o\u006cl\u006f\u0077\u006e\u006f\u0074\u0064\u0062\u006c\u0065\u0071\u0076"},{Key :"\u0073\u0075\u0063\u0063\u006e\u0065\u0071\u0071",Value :"\u0066\u006fl\u006c\u006f\u0077n\u006f\u0074\u0073\u006c\u006e\u0074\u0065\u0071\u006c"},{Key :"\u0066o\u006cl\u006f\u0077\u0073\u006e\u006ft\u0065\u0071u\u0069\u0076\u006c\u006e\u0074",Value :"\u0066\u006f\u006c\u006c\u006f\u0077\u006f\u0072\u006e\u006f\u0074\u0065q\u0076\u006c\u006e\u0074"},{Key :"\u0073\u0075\u0063\u0063\u006e\u0073\u0069\u006d",Value :"\u0066\u006f\u006c\u006c\u006f\u0077\u006f\u0072\u006e\u006f\u0074\u0065q\u0076\u006c\u006e\u0074"},{Key :"\u006eo\u0074f\u006f\u006c\u006c\u006f\u0077\u0073\u006f\u0072\u0065\u0071\u006c",Value :"\u0066\u006f\u006cl\u006f\u0077\u0073\u0065\u0071\u0075\u0061\u006c"},{Key :"\u0073\u0075\u0063\u0063\u0065\u0071",Value :"\u0066\u006f\u006cl\u006f\u0077\u0073\u0065\u0071\u0075\u0061\u006c"},{Key :"\u0066\u006f\u006c\u006c\u006f\u0077\u0073\u0065\u0071\u0075\u0061\u006c\u0031",Value :"\u0066\u006f\u006c\u006c\u006f\u0077\u0073\u006f\u0072c\u0075\u0072\u006c\u0079"},{Key :"s\u0075\u0063\u0063\u0063\u0075\u0072\u006c\u0079\u0065\u0071",Value :"\u0066\u006f\u006c\u006c\u006f\u0077\u0073\u006f\u0072c\u0075\u0072\u006c\u0079"},{Key :"\u0066o\u006cl\u006f\u0077\u0073\u0065\u0071\u0075\u0069\u0076\u006c\u006e\u0074",Value :"\u0066\u006f\u006c\u006c\u006f\u0077\u0073\u006f\u0072e\u0071\u0075\u0061\u006c"},{Key :"\u0073u\u0063\u0063\u0073\u0069\u006d",Value :"\u0066\u006f\u006c\u006c\u006f\u0077\u0073\u006f\u0072e\u0071\u0075\u0061\u006c"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00359",Value :"f\u006f\u006e\u0067\u006d\u0061\u006e\u0074\u0068\u0061\u0069"},{Key :"\u0056\u0064\u0061s\u0068",Value :"\u0066\u006f\u0072\u0063\u0065\u0073"},{Key :"\u0066\u006f\u0072c\u0065",Value :"\u0066\u006f\u0072\u0063\u0065\u0073"},{Key :"\u0056\u0076\u0064\u0061\u0073\u0068",Value :"\u0066o\u0072\u0063\u0065\u0073\u0062\u0061r"},{Key :"\u0074\u0061\u0063\u006b\u0074\u0072\u0070\u006c",Value :"\u0066o\u0072\u0063\u0065\u0073\u0062\u0061r"},{Key :"\u0070i\u0074\u0063\u0068\u0066\u006f\u0072k",Value :"\u0066\u006f\u0072\u006b"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0033\u00396",Value :"\u0066\u006f\u0075\u0072\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"a\u0072a\u0062\u0069\u0063\u0069\u006e\u0064\u0069\u0063d\u0069\u0067\u0069\u0074fo\u0075\u0072",Value :"\u0066\u006f\u0075\u0072\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0066\u006f\u0075\u0072\u0068\u0061\u0063\u006b\u0061r\u0061\u0062\u0069\u0063",Value :"\u0066\u006f\u0075\u0072\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0066o\u0075\u0072\u0073\u0075\u0062",Value :"\u0066\u006f\u0075r\u0069\u006e\u0066\u0065\u0072\u0069\u006f\u0072"},{Key :"\u0065\u0078\u0074\u0065n\u0064\u0065\u0064\u0061\u0072\u0061\u0062\u0069\u0063\u0069n\u0064i\u0063\u0064\u0069\u0067\u0069\u0074\u0066o\u0075\u0072",Value :"f\u006f\u0075\u0072\u0070\u0065\u0072\u0073\u0069\u0061\u006e"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00364",Value :"\u0066\u006f\u0075\u0072\u0074\u0068\u0061\u0069"},{Key :"\u0066r\u0061\u0063\u0073\u006c\u0061\u0073h",Value :"\u0066\u0072\u0061\u0063\u0074\u0069\u006f\u006e"},{Key :"\u0066r\u0061\u0063\u0074\u0069\u006f\u006e1",Value :"\u0066\u0072\u0061\u0063\u0074\u0069\u006f\u006e"},{Key :"\u0068\u0074\u0075r\u006e",Value :"\u0067\u0061\u0063\u0075\u0074\u0065"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0035\u00309",Value :"\u0067a\u0066\u0061\u0072\u0061\u0062\u0069c"},{Key :"\u0067\u0061\u0066",Value :"\u0067a\u0066\u0061\u0072\u0061\u0062\u0069c"},{Key :"\u0067\u0061\u0066\u0066\u0069\u006e\u0061\u006c",Value :"\u0067\u0061\u0066\u0066\u0069\u006e\u0061\u006c\u0061r\u0061\u0062\u0069\u0063"},{Key :"\u0067\u0061\u0066\u0069\u006e\u0069\u0074\u0069\u0061\u006c",Value :"\u0067\u0061f\u0069\u006e\u0069t\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0067a\u0066\u006d\u0065\u0064\u0069\u0061l",Value :"\u0067a\u0066m\u0065\u0064\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0075p\u0067\u0061\u006d\u006d\u0061",Value :"\u0067\u0061\u006dm\u0061"},{Key :"\u0075\u0073\u0074r\u0074",Value :"\u0067\u0061\u006eg\u0069\u0061\u0063\u006f\u0070\u0074\u0069\u0063"},{Key :"\u0067\u0063\u006fm\u006d\u0061\u0061\u0063\u0063\u0065\u006e\u0074",Value :"\u0067\u0063\u0065\u0064\u0069\u006c\u006c\u0061"},{Key :"\u0067\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074",Value :"\u0067\u0064\u006f\u0074"},{Key :"\u0042\u0075\u006d\u0070\u0065\u0071",Value :"\u0067\u0065\u006f\u006d\u0065\u0071\u0075\u0069\u0076a\u006c\u0065\u006e\u0074"},{Key :"\u0044\u006f\u0074e\u0071",Value :"\u0067e\u006fm\u0065\u0074\u0072\u0069\u0063a\u006c\u006cy\u0065\u0071\u0075\u0061\u006c"},{Key :"\u0065\u0071\u0075\u0061\u006c\u0073\u0064\u006f\u0074\u0073",Value :"\u0067e\u006fm\u0065\u0074\u0072\u0069\u0063a\u006c\u006cy\u0065\u0071\u0075\u0061\u006c"},{Key :"\u0067e\u006f\u006d\u0065\u0071\u0075\u0061l",Value :"\u0067e\u006fm\u0065\u0074\u0072\u0069\u0063a\u006c\u006cy\u0065\u0071\u0075\u0061\u006c"},{Key :"\u0065n\u0064\u0074\u0065\u0078\u0074",Value :"\u0067e\u0072e\u0073\u0068\u0061\u0063\u0063e\u006e\u0074h\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0067\u0065\u0072\u0065\u0073\u0068",Value :"\u0067\u0065\u0072e\u0073\u0068\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0065\u006e\u0064\u0074\u0072\u0061\u006e\u0073",Value :"\u0067e\u0072e\u0073\u0068\u006d\u0075\u0071d\u0061\u006dh\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0065n\u0071\u0075\u0069\u0072\u0079",Value :"g\u0065\u0072\u0073\u0068ay\u0069m\u0061\u0063\u0063\u0065\u006et\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0067e\u0072\u0073\u0068\u0061\u0079\u0069m",Value :"\u0067e\u0072s\u0068\u0061\u0079\u0069\u006d\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0076e\u0072y\u006d\u0075\u0063\u0068\u0067\u0072\u0065\u0061\u0074\u0065\u0072",Value :"\u0067\u0067\u0067"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00334",Value :"g\u0068\u0061\u0069\u006e\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0067\u0068\u0061i\u006e",Value :"g\u0068\u0061\u0069\u006e\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0067\u0068\u0061\u0069\u006e\u0066\u0069\u006e\u0061\u006c",Value :"\u0067\u0068a\u0069\u006e\u0066i\u006e\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0067\u0068\u0061i\u006e\u0069\u006e\u0069\u0074\u0069\u0061\u006c",Value :"\u0067h\u0061i\u006e\u0069\u006e\u0069\u0074i\u0061\u006ca\u0072\u0061\u0062\u0069\u0063"},{Key :"g\u0068\u0061\u0069\u006e\u006d\u0065\u0064\u0069\u0061\u006c",Value :"\u0067\u0068\u0061\u0069\u006e\u006d\u0065\u0064\u0069\u0061\u006c\u0061r\u0061\u0062\u0069\u0063"},{Key :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00398",Value :"\u0067\u0068\u0065\u0075\u0070\u0074\u0075\u0072\u006e\u0063\u0079\u0072i\u006c\u006c\u0069\u0063"},{Key :"\u0067\u0065\u0075\u0070\u0074\u0075\u0072\u006e",Value :"\u0067\u0068\u0065\u0075\u0070\u0074\u0075\u0072\u006e\u0063\u0079\u0072i\u006c\u006c\u0069\u0063"},{Key :"\u0067i\u006d\u0065\u006c\u006d\u0061\u0074h",Value :"\u0067\u0069\u006de\u006c"},{Key :"g\u0069\u006d\u0065\u006c\u0064\u0061\u0067\u0065\u0073\u0068",Value :"\u0067\u0069\u006d\u0065\u006c\u0064\u0061\u0067\u0065\u0073\u0068\u0068e\u0062\u0072\u0065\u0077"},{Key :"\u0067i\u006de\u006c\u0077\u0069\u0074\u0068\u0064\u0061\u0067\u0065\u0073\u0068",Value :"\u0067\u0069\u006d\u0065\u006c\u0064\u0061\u0067\u0065\u0073\u0068\u0068e\u0062\u0072\u0065\u0077"},{Key :"\u0061f\u0069\u0069\u0031\u0030\u0031\u00300",Value :"g\u006a\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0067\u006a\u0065",Value :"g\u006a\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0068\u006fo\u006b\u0073\u0075b\u0070\u0061\u006c\u0061\u0074\u006e\u006f\u0073\u0070",Value :"g\u006c\u006f\u0074\u0074\u0061\u006c\u0073\u0074\u006f\u0070"},{Key :"\u0064\u006f\u0074\u0073\u0075\u0062\u006e\u006f\u0073\u0070",Value :"\u0067\u006c\u006f\u0074ta\u006c\u0073\u0074\u006f\u0070\u0069\u006e\u0076\u0065\u0072\u0074\u0065\u0064"},{Key :"\u0068\u006fo\u006b\u0073\u0075b\u0072\u0065\u0074\u0072\u006f\u006e\u006f\u0073\u0070",Value :"\u0067\u006c\u006f\u0074ta\u006c\u0073\u0074\u006f\u0070\u0072\u0065\u0076\u0065\u0072\u0073\u0065\u0064"},{Key :"\u0062\u0072\u0065v\u0065\u0073\u0075\u0062\u006e\u006f\u0073\u0070",Value :"\u0067\u006c\u006f\u0074\u0074\u0061\u006c\u0073\u0074\u006f\u0070\u0073t\u0072\u006f\u006b\u0065"},{Key :"\u0062r\u0065v\u0065\u0069\u006e\u0076\u0073\u0075\u0062\u006e\u006f\u0073\u0070",Value :"\u0067l\u006f\u0074\u0074\u0061l\u0073\u0074\u006f\u0070\u0073t\u0072o\u006be\u0072\u0065\u0076\u0065\u0072\u0073\u0065d"},{Key :"\u0067r\u0065a\u0074\u0065\u0072\u006e\u006ft\u0065\u0071u\u0069\u0076\u006c\u006e\u0074",Value :"\u0067\u006e\u0073i\u006d"},{Key :"\u006e\u0061\u0062l\u0061",Value :"\u0067\u0072\u0061\u0064\u0069\u0065\u006e\u0074"},{Key :"\u0067r\u0061\u0076\u0065\u0063\u006f\u006db",Value :"\u0067\u0072\u0061\u0076\u0065\u0063\u006d\u0062"},{Key :"\u0064\u0069\u0061\u0065\u0072\u0065\u0073\u0069\u0073t\u006f\u006e\u006f\u0073",Value :"g\u0072\u0061\u0076\u0065\u006c\u006f\u0077\u006d\u006f\u0064"},{Key :"\u0067\u0074\u0072\u0065\u0071\u0071\u006c\u0065\u0073\u0073",Value :"\u0067\u0072\u0065\u0061\u0074\u0065\u0072\u0064\u0062\u006c\u0065\u0071l\u006c\u0065\u0073\u0073"},{Key :"\u0067\u0074\u0072\u0064\u006f\u0074",Value :"\u0067\u0072\u0065\u0061\u0074\u0065\u0072\u0064\u006f\u0074"},{Key :"\u0067\u0065\u0071",Value :"\u0067\u0072\u0065a\u0074\u0065\u0072\u0065\u0071\u0075\u0061\u006c"},{Key :"\u0067\u0072e\u0061\u0074\u0065r\u0065\u0071\u0075\u0061\u006c\u006c\u0065\u0073\u0073",Value :"\u0067r\u0065a\u0074\u0065\u0072\u0065\u0071u\u0061\u006co\u0072\u006c\u0065\u0073\u0073"},{Key :"\u0067\u0072e\u0061\u0074\u0065r\u006c\u0065\u0073\u0073\u0065\u0071\u0075\u0061\u006c",Value :"\u0067r\u0065a\u0074\u0065\u0072\u0065\u0071u\u0061\u006co\u0072\u006c\u0065\u0073\u0073"},{Key :"\u0067t\u0072\u0065\u0071\u006c\u0065\u0073s",Value :"\u0067r\u0065a\u0074\u0065\u0072\u0065\u0071u\u0061\u006co\u0072\u006c\u0065\u0073\u0073"},{Key :"\u0067\u006e\u0061\u0070\u0070\u0072\u006f\u0078",Value :"\u0067r\u0065a\u0074\u0065\u0072\u006e\u006ft\u0064\u0062l\u0065\u0071\u0075\u0061\u006c"},{Key :"\u0067\u006e\u0065\u0071",Value :"\u0067r\u0065a\u0074\u0065\u0072\u006e\u006f\u0074\u0065\u0071\u0075\u0061\u006c"},{Key :"\u0067t\u0072\u0061\u0070\u0070\u0072\u006fx",Value :"\u0067r\u0065a\u0074\u0065\u0072\u006f\u0072a\u0070\u0070r\u006f\u0078\u0065\u0071\u006c"},{Key :"\u0067r\u0065a\u0074\u0065\u0072\u0065\u0071\u0075\u0069\u0076\u006c\u006e\u0074",Value :"\u0067\u0072\u0065\u0061te\u0072\u006f\u0072\u0065\u0071\u0075\u0069\u0076\u0061\u006c\u0065\u006e\u0074"},{Key :"\u0067\u0072e\u0061\u0074\u0065r\u006f\u0072\u0073\u0069\u006d\u0069\u006c\u0061\u0072",Value :"\u0067\u0072\u0065\u0061te\u0072\u006f\u0072\u0065\u0071\u0075\u0069\u0076\u0061\u006c\u0065\u006e\u0074"},{Key :"\u0067\u0074\u0072\u0073\u0069\u006d",Value :"\u0067\u0072\u0065\u0061te\u0072\u006f\u0072\u0065\u0071\u0075\u0069\u0076\u0061\u006c\u0065\u006e\u0074"},{Key :"\u0067t\u0072\u006c\u0065\u0073\u0073",Value :"\u0067\u0072\u0065\u0061\u0074\u0065\u0072\u006f\u0072\u006c\u0065\u0073\u0073"},{Key :"\u0067\u006e\u0065q\u0071",Value :"\u0067r\u0065a\u0074\u0065\u0072\u006f\u0072n\u006f\u0074d\u0062\u006c\u0065\u0071\u006c"},{Key :"\u0067\u0072\u0065\u0061\u0074\u0065\u0072\u006f\u0072\u006e\u006f\u0074e\u0071\u0075\u0061\u006c",Value :"\u0067r\u0065a\u0074\u0065\u0072\u006f\u0072n\u006f\u0074d\u0062\u006c\u0065\u0071\u006c"},{Key :"\u0067\u0065\u0071\u0071",Value :"\u0067\u0072e\u0061\u0074\u0065r\u006f\u0076\u0065\u0072\u0065\u0071\u0075\u0061\u006c"},{Key :"\u0067r\u0065a\u0074\u0065\u0072\u0064\u0062\u006c\u0065\u0071\u0075\u0061\u006c",Value :"\u0067\u0072e\u0061\u0074\u0065r\u006f\u0076\u0065\u0072\u0065\u0071\u0075\u0061\u006c"},{Key :"\u006eo\u0074g\u0072\u0065\u0061\u0074\u0065r\u0064\u0062l\u0065\u0071\u0075\u0061\u006c",Value :"\u0067\u0072e\u0061\u0074\u0065r\u006f\u0076\u0065\u0072\u0065\u0071\u0075\u0061\u006c"},{Key :"\u0068e\u0068a\u006c\u0074\u006f\u006e\u0065\u0061\u0072\u0061\u0062\u0069\u0063",Value :"\u0068\u0061\u0061\u006c\u0074\u006f\u006e\u0065\u0061r\u0061\u0062\u0069\u0063"},{Key :"\u0068\u0061\u0068\u0066\u0069\u006e\u0061\u006c",Value :"\u0068\u0061\u0068\u0066\u0069\u006e\u0061\u006c\u0061r\u0061\u0062\u0069\u0063"},{Key :"\u0068\u0061\u0068\u0069\u006e\u0069\u0074\u0069\u0061\u006c",Value :"\u0068\u0061h\u0069\u006e\u0069t\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0068a\u0068\u006d\u0065\u0064\u0069\u0061l",Value :"\u0068a\u0068m\u0065\u0064\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00309",Value :"\u0068\u0061m\u007a\u0061\u0064a\u006d\u006d\u0061\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0068\u0061\u006dz\u0061",Value :"\u0068\u0061m\u007a\u0061\u0064a\u006d\u006d\u0061\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"h\u0061\u006d\u007a\u0061\u0061\u0072\u0061\u0062\u0069\u0063",Value :"\u0068\u0061m\u007a\u0061\u0064a\u006d\u006d\u0061\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0068\u0061\u006d\u007aad\u0061\u006d\u006d\u0061\u0074\u0061\u006e\u0061\u0072\u0061\u0062\u0069\u0063",Value :"\u0068\u0061m\u007a\u0061\u0064a\u006d\u006d\u0061\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0068\u0061m\u007a\u0061\u0066a\u0074\u0068\u0061\u0061\u0072\u0061\u0062\u0069\u0063",Value :"\u0068\u0061m\u007a\u0061\u0064a\u006d\u006d\u0061\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0068\u0061\u006d\u007aaf\u0061\u0074\u0068\u0061\u0074\u0061\u006e\u0061\u0072\u0061\u0062\u0069\u0063",Value :"\u0068\u0061m\u007a\u0061\u0064a\u006d\u006d\u0061\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0068\u0061\u006d\u007a\u0061\u006c\u006f\u0077\u0061r\u0061\u0062\u0069\u0063",Value :"\u0068\u0061m\u007a\u0061\u0064a\u006d\u006d\u0061\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0068\u0061\u006d\u007aal\u006f\u0077\u006b\u0061\u0073\u0072\u0061\u0061\u0072\u0061\u0062\u0069\u0063",Value :"\u0068\u0061m\u007a\u0061\u0064a\u006d\u006d\u0061\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0068\u0061\u006d\u007aal\u006f\u0077\u006b\u0061\u0073\u0072\u0061\u0074\u0061\u006e\u0061\u0072\u0061\u0062i\u0063",Value :"\u0068\u0061m\u007a\u0061\u0064a\u006d\u006d\u0061\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0068\u0061m\u007a\u0061\u0073u\u006b\u0075\u006e\u0061\u0072\u0061\u0062\u0069\u0063",Value :"\u0068\u0061m\u007a\u0061\u0064a\u006d\u006d\u0061\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00392",Value :"\u0068\u0061r\u0064\u0073\u0069g\u006e\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0068\u0061\u0072\u0064",Value :"\u0068\u0061r\u0064\u0073\u0069g\u006e\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0064o\u0077n\u0068\u0061\u0072\u0070\u006f\u006f\u006e\u006c\u0065\u0066\u0074",Value :"\u0068a\u0072p\u006f\u006f\u006e\u0064\u006f\u0077\u006e\u006c\u0065\u0066\u0074"},{Key :"\u0064\u006fw\u006e\u0068\u0061r\u0070\u006f\u006f\u006e\u0072\u0069\u0067\u0068\u0074",Value :"\u0068\u0061r\u0070\u006f\u006fn\u0064\u006f\u0077\u006e\u0072\u0069\u0067\u0068\u0074"},{Key :"\u0061\u0072r\u006f\u0077\u006ce\u0066\u0074\u0074\u006f\u0070\u0068\u0061\u006c\u0066",Value :"\u0068\u0061\u0072\u0070\u006f\u006f\u006e\u006c\u0065\u0066\u0074\u0062a\u0072\u0062\u0075\u0070"},{Key :"\u006c\u0065\u0066\u0074\u0068\u0061\u0072\u0070\u006f\u006f\u006e\u0075\u0070",Value :"\u0068\u0061\u0072\u0070\u006f\u006f\u006e\u006c\u0065\u0066\u0074\u0062a\u0072\u0062\u0075\u0070"},{Key :"\u0072\u0069\u0067\u0068\u0074\u006c\u0065\u0066\u0074\u0068\u0061\u0072p\u006f\u006f\u006e\u0073",Value :"\u0068\u0061r\u0070\u006f\u006fn\u006c\u0065\u0066\u0074\u0072\u0069\u0067\u0068\u0074"},{Key :"\u0061\u0072\u0072\u006f\u0077\u0072\u0069\u0067\u0068\u0074\u0074\u006fp\u0068\u0061\u006c\u0066",Value :"\u0068a\u0072p\u006f\u006f\u006e\u0072\u0069g\u0068\u0074b\u0061\u0072\u0062\u0075\u0070"},{Key :"\u0072\u0069\u0067\u0068\u0074\u0068\u0061\u0072\u0070o\u006f\u006e\u0075\u0070",Value :"\u0068a\u0072p\u006f\u006f\u006e\u0072\u0069g\u0068\u0074b\u0061\u0072\u0062\u0075\u0070"},{Key :"\u006c\u0065\u0066\u0074\u0072\u0069\u0067\u0068\u0074\u0068\u0061\u0072p\u006f\u006f\u006e\u0073",Value :"\u0068\u0061r\u0070\u006f\u006fn\u0072\u0069\u0067\u0068\u0074\u006c\u0065\u0066\u0074"},{Key :"\u0075\u0070\u0068\u0061\u0072\u0070\u006f\u006f\u006e\u006c\u0065\u0066\u0074",Value :"\u0068\u0061\u0072\u0070\u006f\u006f\u006e\u0075\u0070\u006c\u0065\u0066\u0074"},{Key :"\u0075\u0070\u0068\u0061\u0072\u0070\u006f\u006f\u006er\u0069\u0067\u0068\u0074",Value :"\u0068\u0061\u0072\u0070\u006f\u006f\u006e\u0075\u0070r\u0069\u0067\u0068\u0074"},{Key :"h\u0061t\u0061\u0066\u0070\u0061\u0074\u0061\u0068\u0077i\u0064\u0065\u0068\u0065br\u0065\u0077",Value :"\u0068\u0061\u0074a\u0066\u0070\u0061\u0074\u0061\u0068\u0031\u0036"},{Key :"\u0068\u0061\u0074af\u0070\u0061\u0074\u0061\u0068\u0071\u0075\u0061\u0072\u0074\u0065\u0072\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0068\u0061\u0074a\u0066\u0070\u0061\u0074\u0061\u0068\u0031\u0036"},{Key :"\u0068\u0061t\u0061\u0066\u0070a\u0074\u0061\u0068\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0068\u0061\u0074a\u0066\u0070\u0061\u0074\u0061\u0068\u0031\u0036"},{Key :"\u0068\u0061\u0074\u0061fp\u0061\u0074\u0061\u0068\u006e\u0061\u0072\u0072\u006f\u0077\u0068\u0065\u0062\u0072e\u0077",Value :"\u0068\u0061\u0074a\u0066\u0070\u0061\u0074\u0061\u0068\u0031\u0036"},{Key :"\u0068\u0061\u0074a\u0066\u0070\u0061\u0074\u0061\u0068\u0032\u0066",Value :"\u0068\u0061\u0074a\u0066\u0070\u0061\u0074\u0061\u0068\u0031\u0036"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0038\u00300",Value :"\u0068\u0061\u0074a\u0066\u0070\u0061\u0074\u0061\u0068\u0031\u0036"},{Key :"\u0065n\u0064\u006d\u0065\u0064\u0069\u0075m",Value :"\u0068\u0061\u0074a\u0066\u0070\u0061\u0074\u0061\u0068\u0031\u0036"},{Key :"\u0068\u0061\u0074a\u0066\u0070\u0061\u0074\u0061\u0068\u0032\u0033",Value :"\u0068\u0061\u0074a\u0066\u0070\u0061\u0074\u0061\u0068\u0031\u0036"},{Key :"\u0068\u0061\u0074\u0061\u0066\u0070\u0061\u0074\u0061\u0068",Value :"\u0068\u0061\u0074a\u0066\u0070\u0061\u0074\u0061\u0068\u0031\u0036"},{Key :"\u0068\u0061\u0074\u0061\u0066\u0071\u0061\u006d\u0061\u0074\u0073\u0068e\u0062\u0072\u0065\u0077",Value :"\u0068\u0061\u0074\u0061\u0066\u0071\u0061\u006d\u0061\u0074\u0073\u0032\u0038"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0038\u00302",Value :"\u0068\u0061\u0074\u0061\u0066\u0071\u0061\u006d\u0061\u0074\u0073\u0032\u0038"},{Key :"\u0073\u0075\u0062\u0073\u0074\u0069\u0074\u0075\u0074\u0065",Value :"\u0068\u0061\u0074\u0061\u0066\u0071\u0061\u006d\u0061\u0074\u0073\u0032\u0038"},{Key :"\u0068\u0061\u0074\u0061\u0066\u0071\u0061\u006d\u0061\u0074\u0073\u0033\u0034",Value :"\u0068\u0061\u0074\u0061\u0066\u0071\u0061\u006d\u0061\u0074\u0073\u0032\u0038"},{Key :"h\u0061\u0074\u0061\u0066qa\u006da\u0074\u0073\u0077\u0069\u0064e\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0068\u0061\u0074\u0061\u0066\u0071\u0061\u006d\u0061\u0074\u0073\u0032\u0038"},{Key :"\u0068\u0061\u0074af\u0071\u0061\u006d\u0061\u0074\u0073\u006e\u0061\u0072\u0072\u006f\u0077\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0068\u0061\u0074\u0061\u0066\u0071\u0061\u006d\u0061\u0074\u0073\u0032\u0038"},{Key :"\u0068a\u0074\u0061\u0066\u0071\u0061\u006d\u0061\u0074\u0073\u0071\u0075a\u0072\u0074\u0065\u0072\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0068\u0061\u0074\u0061\u0066\u0071\u0061\u006d\u0061\u0074\u0073\u0032\u0038"},{Key :"\u0068\u0061\u0074\u0061\u0066\u0071\u0061\u006d\u0061\u0074\u0073\u0031\u0062",Value :"\u0068\u0061\u0074\u0061\u0066\u0071\u0061\u006d\u0061\u0074\u0073\u0032\u0038"},{Key :"h\u0061\u0074\u0061\u0066\u0071\u0061\u006d\u0061\u0074\u0073",Value :"\u0068\u0061\u0074\u0061\u0066\u0071\u0061\u006d\u0061\u0074\u0073\u0032\u0038"},{Key :"\u0065n\u0064\u006f\u0066\u0066\u0069\u006ce",Value :"\u0068\u0061\u0074\u0061\u0066\u0071\u0061\u006d\u0061\u0074\u0073\u0032\u0038"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0038\u00301",Value :"h\u0061t\u0061\u0066\u0073\u0065\u0067\u006f\u006c\u0077i\u0064\u0065\u0068\u0065br\u0065\u0077"},{Key :"\u0063\u0061\u006e\u0063\u0065\u006c",Value :"h\u0061t\u0061\u0066\u0073\u0065\u0067\u006f\u006c\u0077i\u0064\u0065\u0068\u0065br\u0065\u0077"},{Key :"\u0068\u0061\u0074\u0061\u0066\u0073\u0065\u0067\u006f\u006c",Value :"h\u0061t\u0061\u0066\u0073\u0065\u0067\u006f\u006c\u0077i\u0064\u0065\u0068\u0065br\u0065\u0077"},{Key :"\u0068\u0061\u0074a\u0066\u0073\u0065\u0067\u006f\u006c\u0031\u0037",Value :"h\u0061t\u0061\u0066\u0073\u0065\u0067\u006f\u006c\u0077i\u0064\u0065\u0068\u0065br\u0065\u0077"},{Key :"\u0068\u0061\u0074a\u0066\u0073\u0065\u0067\u006f\u006c\u0032\u0034",Value :"h\u0061t\u0061\u0066\u0073\u0065\u0067\u006f\u006c\u0077i\u0064\u0065\u0068\u0065br\u0065\u0077"},{Key :"\u0068\u0061\u0074a\u0066\u0073\u0065\u0067\u006f\u006c\u0033\u0030",Value :"h\u0061t\u0061\u0066\u0073\u0065\u0067\u006f\u006c\u0077i\u0064\u0065\u0068\u0065br\u0065\u0077"},{Key :"\u0068\u0061t\u0061\u0066\u0073e\u0067\u006f\u006c\u0068\u0065\u0062\u0072\u0065\u0077",Value :"h\u0061t\u0061\u0066\u0073\u0065\u0067\u006f\u006c\u0077i\u0064\u0065\u0068\u0065br\u0065\u0077"},{Key :"\u0068\u0061\u0074\u0061fs\u0065\u0067\u006f\u006c\u006e\u0061\u0072\u0072\u006f\u0077\u0068\u0065\u0062\u0072e\u0077",Value :"h\u0061t\u0061\u0066\u0073\u0065\u0067\u006f\u006c\u0077i\u0064\u0065\u0068\u0065br\u0065\u0077"},{Key :"\u0068\u0061\u0074af\u0073\u0065\u0067\u006f\u006c\u0071\u0075\u0061\u0072\u0074\u0065\u0072\u0068\u0065\u0062\u0072\u0065\u0077",Value :"h\u0061t\u0061\u0066\u0073\u0065\u0067\u006f\u006c\u0077i\u0064\u0065\u0068\u0065br\u0065\u0077"},{Key :"\u0061\u0031\u0031\u0030",Value :"\u0068\u0065\u0061r\u0074"},{Key :"\u0068\u0065\u0061\u0072\u0074\u0073\u0075\u0069\u0074b\u006c\u0061\u0063\u006b",Value :"\u0068\u0065\u0061r\u0074"},{Key :"\u0076\u0061\u0072h\u0065\u0061\u0072\u0074\u0073\u0075\u0069\u0074",Value :"\u0068\u0065\u0061r\u0074"},{Key :"\u0068e\u0061\u0072\u0074\u0073\u0075\u0069t",Value :"\u0068\u0065\u0061\u0072\u0074\u0073\u0075\u0069\u0074w\u0068\u0069\u0074\u0065"},{Key :"\u0068\u0065\u0064\u0061\u0067\u0065\u0073\u0068",Value :"\u0068\u0065\u0064\u0061\u0067\u0065\u0073\u0068\u0068e\u0062\u0072\u0065\u0077"},{Key :"h\u0065\u0077\u0069\u0074\u0068\u006d\u0061\u0070\u0069\u0071",Value :"\u0068\u0065\u0064\u0061\u0067\u0065\u0073\u0068\u0068e\u0062\u0072\u0065\u0077"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00370",Value :"\u0068e\u0068\u0061\u0072\u0061\u0062\u0069c"},{Key :"\u0068\u0065\u0068",Value :"\u0068e\u0068\u0061\u0072\u0061\u0062\u0069c"},{Key :"\u0068\u0065\u0068\u0066\u0069\u006e\u0061\u006c",Value :"\u0068\u0065\u0068\u0066\u0069\u006e\u0061\u006c\u0061r\u0061\u0062\u0069\u0063"},{Key :"h\u0065h\u0066\u0069\u006e\u0061\u006c\u0061\u006c\u0074t\u0077\u006f\u0061\u0072ab\u0069\u0063",Value :"\u0068\u0065\u0068\u0066\u0069\u006e\u0061\u006c\u0061r\u0061\u0062\u0069\u0063"},{Key :"\u0068\u0065\u0068\u0069\u006e\u0069\u0074\u0069\u0061\u006c",Value :"\u0068\u0065h\u0069\u006e\u0069t\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0068e\u0068\u006d\u0065\u0064\u0069\u0061l",Value :"\u0068e\u0068m\u0065\u0064\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0072\u0068\u006f\u0074\u0069\u0063\u0068\u006f\u006f\u006b",Value :"\u0068\u0065\u006e\u0067\u0068\u006f\u006f\u006b"},{Key :"\u0068\u0065r\u006d\u0069\u0074c\u006f\u006e\u006a\u006d\u0061\u0074\u0072\u0069\u0078",Value :"\u0068\u0065\u0072m\u0069\u0074\u006d\u0061\u0074\u0072\u0069\u0078"},{Key :"\u0074\u0069l\u0064\u0065\u0076e\u0072\u0074\u0073\u0075\u0070\u006e\u006f\u0073\u0070",Value :"\u0068\u0068\u006f\u006f\u006b\u0073\u0075\u0070\u0065\u0072\u0069\u006f\u0072"},{Key :"\u0068\u0069\u0072i\u0071",Value :"\u0068i\u0072\u0069\u0071\u0031\u0034"},{Key :"\u0068i\u0072\u0069\u0071\u0032\u0064",Value :"\u0068i\u0072\u0069\u0071\u0031\u0034"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0037\u00393",Value :"\u0068i\u0072\u0069\u0071\u0031\u0034"},{Key :"h\u0069\u0072\u0069\u0071\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0068i\u0072\u0069\u0071\u0031\u0034"},{Key :"\u0065\u0073\u0063\u0061\u0070\u0065",Value :"\u0068i\u0072\u0069\u0071\u0031\u0034"},{Key :"\u0068\u0069\u0072\u0069\u0071\u006e\u0061\u0072\u0072\u006f\u0077\u0068e\u0062\u0072\u0065\u0077",Value :"\u0068i\u0072\u0069\u0071\u0031\u0034"},{Key :"\u0068i\u0072i\u0071\u0071\u0075\u0061\u0072t\u0065\u0072h\u0065\u0062\u0072\u0065\u0077",Value :"\u0068i\u0072\u0069\u0071\u0031\u0034"},{Key :"\u0068i\u0072\u0069\u0071\u0032\u0031",Value :"\u0068i\u0072\u0069\u0071\u0031\u0034"},{Key :"\u0068i\u0072i\u0071\u0077\u0069\u0064\u0065\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0068i\u0072\u0069\u0071\u0031\u0034"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00323",Value :"\u0068o\u0068\u0069\u0070\u0074\u0068\u0061i"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0038\u00306",Value :"\u0068o\u006ca\u006d\u0071\u0075\u0061\u0072t\u0065\u0072h\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0068\u006f\u006ca\u006d",Value :"\u0068o\u006ca\u006d\u0071\u0075\u0061\u0072t\u0065\u0072h\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0068o\u006c\u0061\u006d\u0031\u0039",Value :"\u0068o\u006ca\u006d\u0071\u0075\u0061\u0072t\u0065\u0072h\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0068o\u006c\u0061\u006d\u0032\u0036",Value :"\u0068o\u006ca\u006d\u0071\u0075\u0061\u0072t\u0065\u0072h\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0068o\u006c\u0061\u006d\u0033\u0032",Value :"\u0068o\u006ca\u006d\u0071\u0075\u0061\u0072t\u0065\u0072h\u0065\u0062\u0072\u0065\u0077"},{Key :"h\u006f\u006c\u0061\u006d\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0068o\u006ca\u006d\u0071\u0075\u0061\u0072t\u0065\u0072h\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0068\u006f\u006c\u0061\u006d\u006e\u0061\u0072\u0072\u006f\u0077\u0068e\u0062\u0072\u0065\u0077",Value :"\u0068o\u006ca\u006d\u0071\u0075\u0061\u0072t\u0065\u0072h\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0068o\u006ca\u006d\u0077\u0069\u0064\u0065\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0068o\u006ca\u006d\u0071\u0075\u0061\u0072t\u0065\u0072h\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0073\u0070\u0061c\u0065\u006c\u0069\u0074\u0065\u0072\u0061\u006c",Value :"\u0068o\u006ca\u006d\u0071\u0075\u0061\u0072t\u0065\u0072h\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00326",Value :"\u0068\u006f\u006eo\u006b\u0068\u0075\u006b\u0074\u0068\u0061\u0069"},{Key :"\u0068\u006f\u006f\u006b\u0061\u0062\u006f\u0076\u0065\u0063\u006f\u006d\u0062",Value :"\u0068o\u006f\u006b\u0063\u006d\u0062"},{Key :"\u006f\u0076\u0068\u006f\u006f\u006b",Value :"\u0068o\u006f\u006b\u0063\u006d\u0062"},{Key :"\u0074e\u0072\u0074\u0064\u0065\u0073",Value :"\u0068\u006f\u0072\u0069\u0063\u006f\u0070\u0074\u0069\u0063"},{Key :"\u0061f\u0069\u0069\u0030\u0030\u0032\u00308",Value :"\u0068\u006f\u0072\u0069\u007a\u006f\u006e\u0074\u0061\u006c\u0062\u0061\u0072"},{Key :"\u0068\u006f\u0072\u0069\u007a\u0062\u0061\u0072",Value :"\u0068\u006f\u0072\u0069\u007a\u006f\u006e\u0074\u0061\u006c\u0062\u0061\u0072"},{Key :"\u006c\u006f\u006e\u0067\u0064\u0061\u0073\u0068",Value :"\u0068\u006f\u0072\u0069\u007a\u006f\u006e\u0074\u0061\u006c\u0062\u0061\u0072"},{Key :"\u0071u\u006f\u0074\u0065\u0064\u0061\u0073h",Value :"\u0068\u006f\u0072\u0069\u007a\u006f\u006e\u0074\u0061\u006c\u0062\u0061\u0072"},{Key :"\u0072e\u0063\u0074\u0061\u006e\u0067\u006ce",Value :"\u0068\u0072\u0065\u0063\u0074\u0061\u006e\u0067\u006c\u0065"},{Key :"\u0078\u0073\u0075\u0070\u006e\u006f\u0073\u0070",Value :"\u0068s\u0075\u0070\u0065\u0072\u0069\u006fr"},{Key :"\u0053\u0044\u0031\u0039\u0030\u0031\u0030\u0030",Value :"\u0068t\u0075\u0072\u006e\u0065\u0064"},{Key :"\u005a\u0062\u0061\u0072",Value :"\u0068\u0076"},{Key :"\u0068\u0079\u0070h\u0065\u006e\u002d\u002c\u0069\u006e\u0075\u0073",Value :"\u0068\u0079\u0070\u0068\u0065\u006e"},{Key :"\u0068\u0079\u0070\u0068\u0065\u006e\u0063\u0068\u0061\u0072",Value :"\u0068\u0079\u0070\u0068\u0065\u006e"},{Key :"h\u0079\u0070\u0068\u0065\u006e\u006d\u0069\u006e\u0075\u0073",Value :"\u0068\u0079\u0070\u0068\u0065\u006e"},{Key :"\u0068y\u0070\u0068\u0065\u006e\u0031",Value :"\u0068y\u0070\u0068\u0065\u006e\u0074\u0077o"},{Key :"\u006a\u0068\u0061\u0063\u0065\u006b",Value :"\u0069\u0063\u0061\u0072\u006f\u006e"},{Key :"\u0072\u0074\u0075r\u006e",Value :"\u0069d\u0062\u006c\u0067\u0072\u0061\u0076e"},{Key :"d\u0071\u0075\u006f\u0074\u0065\u0072\u0069\u0067\u0068\u0074",Value :"\u0069d\u0069\u0065\u0072\u0065\u0073\u0069s"},{Key :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00370",Value :"\u0069\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0069\u0065",Value :"\u0069\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00374",Value :"\u0069\u0069\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0069\u0069",Value :"\u0069\u0069\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0069\u006e\u0074e\u0067\u0072\u0061\u006c\u0074\u0072\u0070\u006c",Value :"\u0069\u0069\u0069n\u0074"},{Key :"\u0074\u0072\u0069\u0070\u006c\u0065\u0069\u006e\u0074e\u0067\u0072\u0061\u006c",Value :"\u0069\u0069\u0069n\u0074"},{Key :"\u0072t\u0075\u0072\u006e\u0068\u006f\u006fk",Value :"\u0069\u0069\u006e\u0076\u0065\u0072\u0074\u0065\u0064b\u0072\u0065\u0076\u0065"},{Key :"r\u0074\u0075\u0072\u006e\u0072\u0074\u0068\u006f\u006f\u006b",Value :"\u0069\u0069\u006e\u0076\u0065\u0072\u0074\u0065\u0064b\u0072\u0065\u0076\u0065"},{Key :"\u0061\u0075\u0078i\u006c\u0069\u0061\u0072\u0079\u006f\u0066\u0066",Value :"\u0069\u006c\u0075\u0079\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0064e\u0076\u0063\u006f\u006e\u0033",Value :"\u0069\u006c\u0075\u0079\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0069\u006d\u0061g\u0065",Value :"\u0069m\u0061\u0067\u0065\u006f\u0066"},{Key :"\u0065\u0071\u0075\u0061\u006c\u0064\u006f\u0074\u0072\u0069\u0067\u0068t\u006c\u0065\u0066\u0074",Value :"\u0069m\u0061\u0067\u0065\u006fr\u0061\u0070\u0070\u0072\u006fx\u0069m\u0061t\u0065\u006c\u0079\u0065\u0071\u0075\u0061l"},{Key :"\u0069m\u0061g\u0065\u006f\u0072\u0061\u0070p\u0072\u006fx\u0065\u0071\u0075\u0061\u006c",Value :"\u0069m\u0061\u0067\u0065\u006fr\u0061\u0070\u0070\u0072\u006fx\u0069m\u0061t\u0065\u006c\u0079\u0065\u0071\u0075\u0061l"},{Key :"\u0072\u0069\u0073i\u006e\u0067\u0064\u006f\u0074\u0073\u0065\u0071",Value :"\u0069m\u0061\u0067\u0065\u006fr\u0061\u0070\u0070\u0072\u006fx\u0069m\u0061t\u0065\u006c\u0079\u0065\u0071\u0075\u0061l"},{Key :"\u0069\u006e\u0066t\u0079",Value :"\u0069\u006e\u0066\u0069\u006e\u0069\u0074\u0079"},{Key :"c\u006c\u0077\u0069\u006e\u0074\u0065\u0067\u0072\u0061\u006c",Value :"\u0069\u006e\u0074c\u006c\u006f\u0063\u006b\u0077\u0069\u0073\u0065"},{Key :"\u0062\u0061\u0063k\u0073\u006c\u0061\u0073\u0068\u0042\u0069\u0067",Value :"\u0069\u006e\u0074\u0065\u0067\u0065\u0072\u0064\u0069\u0076\u0069\u0064\u0065"},{Key :"\u0062\u0061\u0063\u006b\u0073\u006c\u0061\u0073\u0068\u0042\u0069\u0067\u0067",Value :"\u0069\u006e\u0074\u0065\u0067\u0065\u0072\u0064\u0069\u0076\u0069\u0064\u0065"},{Key :"\u0062\u0061\u0063k\u0073\u006c\u0061\u0073\u0068\u0062\u0069\u0067",Value :"\u0069\u006e\u0074\u0065\u0067\u0065\u0072\u0064\u0069\u0076\u0069\u0064\u0065"},{Key :"\u0062\u0061\u0063\u006b\u0073\u006c\u0061\u0073\u0068\u0062\u0069\u0067\u0067",Value :"\u0069\u006e\u0074\u0065\u0067\u0065\u0072\u0064\u0069\u0076\u0069\u0064\u0065"},{Key :"\u0062\u0061\u0063\u006b\u0073\u006c\u0061\u0073\u0068\u006d\u0061\u0074\u0068",Value :"\u0069\u006e\u0074\u0065\u0067\u0065\u0072\u0064\u0069\u0076\u0069\u0064\u0065"},{Key :"\u0073\u006d\u0061\u006c\u006c\u0073\u0065\u0074\u006d\u0069\u006e\u0075\u0073",Value :"\u0069\u006e\u0074\u0065\u0067\u0065\u0072\u0064\u0069\u0076\u0069\u0064\u0065"},{Key :"\u0069\u006e\u0074",Value :"\u0069\u006e\u0074\u0065\u0067\u0072\u0061\u006c"},{Key :"\u0069n\u0074e\u0067\u0072\u0061\u006c\u0064\u0069\u0073\u0070\u006c\u0061\u0079",Value :"\u0069\u006e\u0074\u0065\u0067\u0072\u0061\u006c"},{Key :"\u0069\u006e\u0074e\u0067\u0072\u0061\u006c\u0074\u0065\u0078\u0074",Value :"\u0069\u006e\u0074\u0065\u0067\u0072\u0061\u006c"},{Key :"\u0069n\u0074\u0062\u006f\u0074\u0074\u006fm",Value :"\u0069\u006e\u0074\u0065\u0067\u0072\u0061\u006c\u0062\u0074"},{Key :"\u0069\u006e\u0074\u0065\u0067\u0072\u0061\u006c\u0062o\u0074\u0074\u006f\u006d",Value :"\u0069\u006e\u0074\u0065\u0067\u0072\u0061\u006c\u0062\u0074"},{Key :"i\u006e\u0074\u0065\u0067\u0072\u0061\u006c\u0074\u006f\u0070",Value :"\u0069\u006e\u0074\u0065\u0067\u0072\u0061\u006c\u0074\u0070"},{Key :"\u0069\u006e\u0074\u0074\u006f\u0070",Value :"\u0069\u006e\u0074\u0065\u0067\u0072\u0061\u006c\u0074\u0070"},{Key :"\u0063\u0061\u0070",Value :"\u0069\u006e\u0074e\u0072\u0073\u0065\u0063\u0074\u0069\u006f\u006e"},{Key :"\u0043\u0061\u0070",Value :"\u0069n\u0074e\u0072\u0073\u0065\u0063\u0074\u0069\u006f\u006e\u0064\u0062\u006c"},{Key :"\u0062\u0069\u0067\u0063\u0061\u0070",Value :"\u0069\u006e\u0074\u0065rs\u0065\u0063\u0074\u0069\u006f\u006e\u0064\u0069\u0073\u0070\u006c\u0061\u0079"},{Key :"\u0069\u006et\u0065\u0072\u0073e\u0063\u0074\u0069\u006f\u006e\u0074\u0065\u0078\u0074",Value :"\u0069\u006e\u0074\u0065rs\u0065\u0063\u0074\u0069\u006f\u006e\u0064\u0069\u0073\u0070\u006c\u0061\u0079"},{Key :"\u006e\u0061r\u0079\u0069\u006et\u0065\u0072\u0073\u0065\u0063\u0074\u0069\u006f\u006e",Value :"\u0069\u006e\u0074\u0065rs\u0065\u0063\u0074\u0069\u006f\u006e\u0064\u0069\u0073\u0070\u006c\u0061\u0079"},{Key :"\u0073\u0071\u0063a\u0070",Value :"\u0069\u006e\u0074\u0065\u0072\u0073\u0065\u0063\u0074i\u006f\u006e\u0073\u0071"},{Key :"\u0062\u0075\u006c\u006c\u0065\u0074\u0069\u006e\u0076\u0065\u0072\u0073\u0065",Value :"\u0069n\u0076\u0062\u0075\u006c\u006c\u0065t"},{Key :"\u0069\u006e\u0076\u0065\u0072\u0073\u0065\u0062\u0075\u006c\u006c\u0065\u0074",Value :"\u0069n\u0076\u0062\u0075\u006c\u006c\u0065t"},{Key :"\u0069n\u0076e\u0072\u0073\u0065\u0077\u0068i\u0074\u0065c\u0069\u0072\u0063\u006c\u0065",Value :"\u0069n\u0076\u0063\u0069\u0072\u0063\u006ce"},{Key :"\u0077h\u0069t\u0065\u0063\u0069\u0072\u0063l\u0065\u0069n\u0076\u0065\u0072\u0073\u0065",Value :"\u0069n\u0076\u0063\u0069\u0072\u0063\u006ce"},{Key :"\u0053\u0069\u006e\u0076\u006c\u0061\u007a\u0079",Value :"\u0069\u006e\u0076\u006c\u0061\u007a\u0079\u0073"},{Key :"\u006c\u0061\u007a\u0079\u0073\u0069\u006e\u0076",Value :"\u0069\u006e\u0076\u006c\u0061\u007a\u0079\u0073"},{Key :"\u0069n\u0076s\u0065\u006d\u0069\u0063\u0069\u0072\u0063\u006c\u0065\u0064\u006e",Value :"\u0069\u006e\u0076wh\u0069\u0074\u0065\u006c\u006f\u0077\u0065\u0072\u0068\u0061\u006c\u0066\u0063\u0069\u0072\u0063\u006c\u0065"},{Key :"\u0069n\u0076s\u0065\u006d\u0069\u0063\u0069\u0072\u0063\u006c\u0065\u0075\u0070",Value :"\u0069\u006e\u0076wh\u0069\u0074\u0065\u0075\u0070\u0070\u0065\u0072\u0068\u0061\u006c\u0066\u0063\u0069\u0072\u0063\u006c\u0065"},{Key :"\u0075\u0070\u0069\u006f\u0074\u0061",Value :"\u0069\u006f\u0074\u0061"},{Key :"\u0067\u0061\u006d\u006d\u0061\u0073\u0075\u0070\u0065\u0072",Value :"\u0069o\u0074\u0061\u006c\u0061\u0074\u0069n"},{Key :"\u0068\u0069\u0067\u0068\u0063\u006f\u006d\u006d\u0061\u006e",Value :"\u0069\u0074\u0069\u006c\u0064\u0065"},{Key :"\u0062\u0072\u0069\u0064\u0067\u0065\u0073\u0075\u0062\u006e\u006f\u0073\u0070",Value :"\u006a\u0063\u0072o\u0073\u0073\u0065\u0064\u0074\u0061\u0069\u006c"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00320",Value :"\u006a\u0065\u0065\u006d\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u006a\u0065\u0065\u006d",Value :"\u006a\u0065\u0065\u006d\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u006ae\u0065\u006d\u0066\u0069\u006e\u0061l",Value :"\u006ae\u0065m\u0066\u0069\u006e\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"j\u0065\u0065\u006d\u0069\u006e\u0069\u0074\u0069\u0061\u006c",Value :"\u006a\u0065\u0065\u006d\u0069\u006e\u0069\u0074\u0069\u0061\u006c\u0061r\u0061\u0062\u0069\u0063"},{Key :"\u006a\u0065\u0065\u006d\u006d\u0065\u0064\u0069\u0061\u006c",Value :"\u006a\u0065e\u006d\u006d\u0065d\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u006a\u0065\u0068\u0066\u0069\u006e\u0061\u006c",Value :"\u006a\u0065\u0068\u0066\u0069\u006e\u0061\u006c\u0061r\u0061\u0062\u0069\u0063"},{Key :"\u006f\u0076e\u0072\u0073\u0063o\u0072\u0065\u0064\u0062\u006c\u006e\u006f\u0073\u0070",Value :"\u006as\u0075\u0070\u0065\u0072\u0069\u006fr"},{Key :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00376",Value :"\u006b\u0061\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u006b\u0061",Value :"\u006b\u0061\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0036\u00375",Value :"\u006b\u0061\u0066"},{Key :"\u006ba\u0066\u0068\u0065\u0062\u0072\u0065w",Value :"\u006b\u0061\u0066"},{Key :"\u006ba\u0066d\u0061\u0067\u0065\u0073\u0068\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u006ba\u0066\u0064\u0061\u0067\u0065\u0073h"},{Key :"\u006b\u0061\u0066\u0077\u0069\u0074\u0068\u0064\u0061\u0067\u0065\u0073\u0068",Value :"\u006ba\u0066\u0064\u0061\u0067\u0065\u0073h"},{Key :"\u0061\u0072\u0061\u0062\u0069\u0063\u006b\u0061\u0066f\u0069\u006e\u0061\u006c",Value :"\u006b\u0061\u0066\u0066\u0069\u006e\u0061\u006c\u0061r\u0061\u0062\u0069\u0063"},{Key :"\u006b\u0061\u0066\u0069\u006e\u0069\u0074\u0069\u0061\u006c",Value :"\u006b\u0061f\u0069\u006e\u0069t\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u006ba\u0066\u006d\u0065\u0064\u0069\u0061l",Value :"\u006ba\u0066m\u0065\u0064\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"k\u0061\u0066\u0077\u0069\u0074\u0068\u0072\u0061\u0066\u0065",Value :"\u006b\u0061\u0066\u0072\u0061\u0066\u0065\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0075p\u006b\u0061\u0070\u0070\u0061",Value :"\u006b\u0061\u0070p\u0061"},{Key :"\u0054\u0065\u0054s\u0065",Value :"\u006b\u0061p\u0070\u0061\u0073y\u006d\u0062\u006f\u006c\u0067\u0072\u0065\u0065\u006b"},{Key :"\u0075\u0070\u0076\u0061\u0072\u006b\u0061\u0070\u0070\u0061",Value :"\u006b\u0061p\u0070\u0061\u0073y\u006d\u0062\u006f\u006c\u0067\u0072\u0065\u0065\u006b"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00340",Value :"\u006b\u0061\u0073\u0068\u0069\u0064\u0061\u0061\u0075\u0074o\u006e\u006f\u0073\u0069\u0064\u0065\u0062e\u0061\u0072\u0069\u006e\u0067\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u006b\u0061\u0073\u0068\u0069\u0064\u0061\u0061\u0075\u0074\u006f\u0061r\u0061\u0062\u0069\u0063",Value :"\u006b\u0061\u0073\u0068\u0069\u0064\u0061\u0061\u0075\u0074o\u006e\u006f\u0073\u0069\u0064\u0065\u0062e\u0061\u0072\u0069\u006e\u0067\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0074a\u0074\u0077\u0065\u0065\u006c",Value :"\u006b\u0061\u0073\u0068\u0069\u0064\u0061\u0061\u0075\u0074o\u006e\u006f\u0073\u0069\u0064\u0065\u0062e\u0061\u0072\u0069\u006e\u0067\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0074\u0061\u0074\u0077\u0065\u0065\u006c\u0061\u0072\u0061\u0062\u0069\u0063",Value :"\u006b\u0061\u0073\u0068\u0069\u0064\u0061\u0061\u0075\u0074o\u006e\u006f\u0073\u0069\u0064\u0065\u0062e\u0061\u0072\u0069\u006e\u0067\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u006ba\u0073r\u0061\u0068\u006f\u006e\u0074\u0061\u0074\u0077\u0065\u0065\u006c",Value :"k\u0061\u0073\u0072\u0061\u006d\u0065\u0064\u0069\u0061\u006c"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00353",Value :"\u006b\u0061\u0073\u0072\u0061\u0074\u0061\u006e\u0061r\u0061\u0062\u0069\u0063"},{Key :"\u006b\u0061\u0073\u0072\u0061\u0074\u0061\u006e",Value :"\u006b\u0061\u0073\u0072\u0061\u0074\u0061\u006e\u0061r\u0061\u0062\u0069\u0063"},{Key :"\u006b\u0063\u0065\u0064\u0069\u006c\u006c\u0061",Value :"\u006b\u0063\u006fm\u006d\u0061\u0061\u0063\u0063\u0065\u006e\u0074"},{Key :"\u0061\u0072\u0072\u006f\u0077\u0072\u0069\u0067\u0068\u0074\u006e\u006f\u0074",Value :"k\u0065\u0068\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e"},{Key :"\u0068\u006f\u006d\u006f\u0074\u0068\u0065\u0074\u0069\u0063",Value :"\u006b\u0065\u0072\u006e\u0065\u006c\u0063\u006f\u006e\u0074\u0072\u0061c\u0074\u0069\u006f\u006e"},{Key :"\u006bh\u0061\u0068\u0066\u0069\u006e\u0061l",Value :"\u006bh\u0061h\u0066\u0069\u006e\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"k\u0068\u0061\u0068\u0069\u006e\u0069\u0074\u0069\u0061\u006c",Value :"\u006b\u0068\u0061\u0068\u0069\u006e\u0069\u0074\u0069\u0061\u006c\u0061r\u0061\u0062\u0069\u0063"},{Key :"\u006b\u0068\u0061\u0068\u006d\u0065\u0064\u0069\u0061\u006c",Value :"\u006b\u0068a\u0068\u006d\u0065d\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0065s\u0063\u0065\u0064\u0069\u006c\u006ca",Value :"\u006b\u0068\u0065\u0069\u0063\u006f\u0070\u0074\u0069\u0063"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0036\u00382",Value :"k\u0068\u006f\u006b\u0068\u0061\u0069\u0074\u0068\u0061\u0069"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0036\u00385",Value :"k\u0068\u006f\u006b\u0068\u006f\u006e\u0074\u0068\u0061\u0069"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0036\u00383",Value :"\u006b\u0068\u006fk\u0068\u0075\u0061\u0074\u0074\u0068\u0061\u0069"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0036\u00384",Value :"\u006b\u0068\u006fk\u0068\u0077\u0061\u0069\u0074\u0068\u0061\u0069"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00371",Value :"\u006b\u0068\u006f\u006d\u0075\u0074\u0074\u0068\u0061\u0069"},{Key :"\u0079o\u0067\u0068\u0072\u0065\u0076",Value :"\u006b\u0068\u006fo\u006b"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0036\u00386",Value :"\u006b\u0068\u006f\u0072\u0061\u006b\u0068\u0061\u006eg\u0074\u0068\u0061\u0069"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0036\u00381",Value :"\u006bo\u006b\u0061\u0069\u0074\u0068\u0061i"},{Key :"\u0061\u0072\u0063\u0068\u0064\u0062\u006c\u0073\u0075b\u006e\u006f\u0073\u0070",Value :"\u006bt\u0075\u0072\u006e\u0065\u0064"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00349",Value :"\u006ca\u006bk\u0068\u0061\u006e\u0067\u0079\u0061\u006f\u0074\u0068\u0061\u0069"},{Key :"\u006c\u0061m\u0077\u0069\u0074h\u0061\u006c\u0065\u0066\u0066\u0069\u006e\u0061\u006c",Value :"\u006ca\u006da\u006c\u0065\u0066\u0066\u0069n\u0061\u006ca\u0072\u0061\u0062\u0069\u0063"},{Key :"\u006c\u0061\u006d\u0077\u0069\u0074\u0068\u0061\u006c\u0065\u0066h\u0061\u006d\u007a\u0061\u0061\u0062\u006f\u0076\u0065\u0066i\u006e\u0061\u006c",Value :"\u006c\u0061\u006d\u0061l\u0065\u0066\u0068\u0061\u006d\u007a\u0061\u0061\u0062\u006fv\u0065f\u0069\u006e\u0061\u006c\u0061\u0072\u0061b\u0069\u0063"},{Key :"\u006c\u0061\u006d\u0077\u0069\u0074\u0068\u0061\u006c\u0065f\u0068\u0061\u006d\u007a\u0061\u0061\u0062o\u0076\u0065\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064\u0064",Value :"\u006c\u0061\u006da\u006c\u0065\u0066\u0068a\u006d\u007a\u0061\u0061\u0062\u006f\u0076e\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u006c\u0061\u006d\u0077\u0069\u0074\u0068\u0061\u006c\u0065\u0066h\u0061\u006d\u007a\u0061\u0062\u0065\u006c\u006f\u0077\u0066i\u006e\u0061\u006c",Value :"\u006c\u0061\u006d\u0061l\u0065\u0066\u0068\u0061\u006d\u007a\u0061\u0062\u0065\u006co\u0077f\u0069\u006e\u0061\u006c\u0061\u0072\u0061b\u0069\u0063"},{Key :"\u006c\u0061m\u0077\u0069\u0074\u0068\u0061\u006c\u0065\u0066\u0068\u0061\u006d\u007a\u0061\u0062\u0065\u006c\u006f\u0077\u0069\u0073\u006f\u006cat\u0065\u0064",Value :"\u006c\u0061\u006da\u006c\u0065\u0066\u0068a\u006d\u007a\u0061\u0062\u0065\u006c\u006fw\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u006c\u0061\u006d\u0077it\u0068\u0061\u006c\u0065\u0066\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064",Value :"l\u0061\u006d\u0061\u006cef\u0069s\u006f\u006c\u0061\u0074\u0065d\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u006c\u0061\u006d\u0077\u0069\u0074\u0068\u0061\u006c\u0065\u0066m\u0061\u0064\u0064\u0061\u0061\u0062\u006f\u0076\u0065\u0066i\u006e\u0061\u006c",Value :"\u006c\u0061\u006d\u0061l\u0065\u0066\u006d\u0061\u0064\u0064\u0061\u0061\u0062\u006fv\u0065f\u0069\u006e\u0061\u006c\u0061\u0072\u0061b\u0069\u0063"},{Key :"\u006c\u0061\u006d\u0077\u0069\u0074\u0068\u0061\u006c\u0065f\u006d\u0061\u0064\u0064\u0061\u0061\u0062o\u0076\u0065\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064\u0064",Value :"\u006c\u0061\u006da\u006c\u0065\u0066\u006da\u0064\u0064\u0061\u0061\u0062\u006f\u0076e\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0075\u0070\u006c\u0061\u006d\u0062\u0064\u0061",Value :"\u006c\u0061\u006d\u0062\u0064\u0061"},{Key :"\u0032\u0062\u0061\u0072",Value :"\u006c\u0061\u006db\u0064\u0061\u0073\u0074\u0072\u006f\u006b\u0065"},{Key :"\u006c\u0061\u006d\u0065\u0064\u0064\u0061\u0067\u0065\u0073\u0068\u0068e\u0062\u0072\u0065\u0077",Value :"l\u0061\u006d\u0065\u0064\u0064\u0061\u0067\u0065\u0073\u0068"},{Key :"\u006ca\u006de\u0064\u0077\u0069\u0074\u0068\u0064\u0061\u0067\u0065\u0073\u0068",Value :"l\u0061\u006d\u0065\u0064\u0064\u0061\u0067\u0065\u0073\u0068"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0036\u00376",Value :"\u006c\u0061m\u0065\u0064\u0068o\u006c\u0061\u006d\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u006c\u0061\u006de\u0064",Value :"\u006c\u0061m\u0065\u0064\u0068o\u006c\u0061\u006d\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"l\u0061\u006d\u0065\u0064\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u006c\u0061m\u0065\u0064\u0068o\u006c\u0061\u006d\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u006c\u0061\u006d\u0065\u0064\u0068\u006f\u006c\u0061\u006d",Value :"\u006c\u0061m\u0065\u0064\u0068o\u006c\u0061\u006d\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u006c\u0061m\u0065\u0064\u0068o\u006c\u0061\u006d\u0064\u0061\u0067\u0065\u0073\u0068",Value :"\u006c\u0061m\u0065\u0064\u0068o\u006c\u0061\u006d\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u006c\u0061\u006d\u0065dh\u006f\u006c\u0061\u006d\u0064\u0061\u0067\u0065\u0073\u0068\u0068\u0065\u0062\u0072e\u0077",Value :"\u006c\u0061m\u0065\u0064\u0068o\u006c\u0061\u006d\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u006c\u0061\u006d\u0066\u0069\u006e\u0061\u006c",Value :"\u006c\u0061\u006d\u0066\u0069\u006e\u0061\u006c\u0061r\u0061\u0062\u0069\u0063"},{Key :"\u006c\u0061\u006d\u0077\u0069\u0074\u0068\u0068\u0061\u0068\u0069\u006ei\u0074\u0069\u0061\u006c",Value :"\u006c\u0061\u006d\u0068ah\u0069\u006e\u0069\u0074\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u006c\u0061\u006d\u0069\u006e\u0069\u0074\u0069\u0061\u006c",Value :"\u006c\u0061m\u0069\u006e\u0069t\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u006ca\u006d\u006d\u0065\u0065\u006d\u006a\u0065\u0065\u006d\u0069\u006ei\u0074\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",Value :"\u006c\u0061m\u0069\u006e\u0069t\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u006ca\u006d\u006d\u0065\u0065\u006d\u006b\u0068\u0061\u0068\u0069\u006ei\u0074\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",Value :"\u006c\u0061m\u0069\u006e\u0069t\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u006ca\u006dw\u0069\u0074\u0068\u006a\u0065e\u006d\u0069n\u0069\u0074\u0069\u0061\u006c",Value :"l\u0061m\u006a\u0065\u0065\u006d\u0069\u006e\u0069\u0074i\u0061\u006c\u0061\u0072ab\u0069\u0063"},{Key :"\u006ca\u006dw\u0069\u0074\u0068\u006b\u0068a\u0068\u0069n\u0069\u0074\u0069\u0061\u006c",Value :"l\u0061m\u006b\u0068\u0061\u0068\u0069\u006e\u0069\u0074i\u0061\u006c\u0061\u0072ab\u0069\u0063"},{Key :"\u0061\u006c\u006c\u0061\u0068\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064",Value :"\u006c\u0061\u006dla\u006d\u0068\u0065\u0068\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u006ca\u006d\u006d\u0065\u0064\u0069\u0061l",Value :"\u006ca\u006dm\u0065\u0064\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u006ca\u006d\u0077\u0069\u0074h\u006d\u0065\u0065\u006d\u0077i\u0074h\u0068a\u0068\u0069\u006e\u0069\u0074\u0069\u0061l",Value :"\u006c\u0061\u006dme\u0065\u006d\u0068\u0061\u0068\u0069\u006e\u0069\u0074\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u006ca\u006dw\u0069\u0074\u0068\u006d\u0065e\u006d\u0069n\u0069\u0074\u0069\u0061\u006c",Value :"l\u0061m\u006d\u0065\u0065\u006d\u0069\u006e\u0069\u0074i\u0061\u006c\u0061\u0072ab\u0069\u0063"},{Key :"l\u0067\u0077\u0068\u0074\u0063\u0069\u0072\u0063\u006c\u0065",Value :"l\u0061\u0072\u0067\u0065\u0063\u0069\u0072\u0063\u006c\u0065"},{Key :"\u0079\u006f\u0067\u0068\u0074\u0061\u0069\u006c",Value :"\u006c\u0062\u0061\u0072"},{Key :"\u0078\u0073\u0075\u0070\u0065\u0072",Value :"\u006c\u0062\u0065l\u0074"},{Key :"\u006c\u0063\u0065\u0064\u0069\u006c\u006c\u0061",Value :"\u006c\u0063\u006fm\u006d\u0061\u0061\u0063\u0063\u0065\u006e\u0074"},{Key :"\u006c\u0064\u006f\u0074",Value :"\u006c\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074"},{Key :"\u0064\u0072\u006f\u0061\u006e\u0067",Value :"\u006c\u0065\u0066\u0074\u0061\u006e\u0067\u006c\u0065\u0061\u0062\u006fv\u0065\u0063\u006d\u0062"},{Key :"\u0061\u0072\u0072\u006f\u0077\u0073\u0071\u0075\u0069\u0067\u0067\u006ce\u006c\u0065\u0066\u0074",Value :"\u006c\u0065\u0066\u0074\u0073\u0071\u0075\u0069\u0067a\u0072\u0072\u006f\u0077"},{Key :"\u006c\u0065\u0073\u0073\u0065\u0071\u0071\u0067\u0074\u0072",Value :"\u006c\u0065\u0073\u0073\u0064\u0062\u006c\u0065\u0071\u006c\u0067\u0072e\u0061\u0074\u0065\u0072"},{Key :"\u006c\u0065\u0071",Value :"\u006ce\u0073\u0073\u0065\u0071\u0075\u0061l"},{Key :"\u006ce\u0073\u0073\u0065\u0071\u0067\u0074r",Value :"\u006ce\u0073s\u0065\u0071\u0075\u0061\u006co\u0072\u0067r\u0065\u0061\u0074\u0065\u0072"},{Key :"\u006c\u0065s\u0073\u0065\u0071u\u0061\u006c\u0067\u0072\u0065\u0061\u0074\u0065\u0072",Value :"\u006ce\u0073s\u0065\u0071\u0075\u0061\u006co\u0072\u0067r\u0065\u0061\u0074\u0065\u0072"},{Key :"\u006c\u006e\u0061\u0070\u0070\u0072\u006f\u0078",Value :"\u006ce\u0073s\u006e\u006f\u0074\u0064\u0062\u006c\u0065\u0071\u0075\u0061\u006c"},{Key :"\u006c\u006e\u0065\u0071",Value :"\u006c\u0065\u0073s\u006e\u006f\u0074\u0065\u0071\u0075\u0061\u006c"},{Key :"\u006c\u0065\u0073\u0073\u0061\u0070\u0070\u0072\u006f\u0078",Value :"\u006ce\u0073s\u006f\u0072\u0061\u0070\u0070\u0072\u006f\u0078\u0065\u0071\u006c"},{Key :"\u006c\u0065\u0071\u0073\u006c\u0061\u006e\u0074",Value :"\u006c\u0065s\u0073\u006f\u0072e\u0071\u0075\u0061\u006c\u0073\u006c\u0061\u006e\u0074"},{Key :"\u006e\u006ft\u006c\u0065\u0073s\u006f\u0072\u0073\u006c\u006e\u0074\u0065\u0071\u006c",Value :"\u006c\u0065s\u0073\u006f\u0072e\u0071\u0075\u0061\u006c\u0073\u006c\u0061\u006e\u0074"},{Key :"\u006c\u0065\u0073s\u0065\u0071\u0075\u0069\u0076\u006c\u006e\u0074",Value :"\u006c\u0065s\u0073\u006f\u0072e\u0071\u0075\u0069\u0076\u0061\u006c\u0065\u006e\u0074"},{Key :"\u006c\u0065\u0073\u0073\u006f\u0072\u0073\u0069\u006d\u0069\u006c\u0061\u0072",Value :"\u006c\u0065s\u0073\u006f\u0072e\u0071\u0075\u0069\u0076\u0061\u006c\u0065\u006e\u0074"},{Key :"\u006ce\u0073\u0073\u0073\u0069\u006d",Value :"\u006c\u0065s\u0073\u006f\u0072e\u0071\u0075\u0069\u0076\u0061\u006c\u0065\u006e\u0074"},{Key :"\u006ce\u0073\u0073\u0067\u0074\u0072",Value :"\u006c\u0065\u0073\u0073\u006f\u0072\u0067\u0072\u0065\u0061\u0074\u0065\u0072"},{Key :"\u006ce\u0073s\u006f\u0072\u006e\u006f\u0074\u0064\u0062\u006c\u0065\u0071\u006c",Value :"\u006c\u0065\u0073\u0073\u006f\u0072\u006e\u006f\u0074e\u0071\u0075\u0061\u006c"},{Key :"\u006c\u006e\u0065q\u0071",Value :"\u006c\u0065\u0073\u0073\u006f\u0072\u006e\u006f\u0074e\u0071\u0075\u0061\u006c"},{Key :"\u006c\u0065\u0071\u0071",Value :"\u006c\u0065\u0073\u0073\u006f\u0076\u0065\u0072\u0065\u0071\u0075\u0061\u006c"},{Key :"\u006c\u0065\u0073s\u0064\u0062\u006c\u0065\u0071\u0075\u0061\u006c",Value :"\u006c\u0065\u0073\u0073\u006f\u0076\u0065\u0072\u0065\u0071\u0075\u0061\u006c"},{Key :"\u006eo\u0074l\u0065\u0073\u0073\u0064\u0062\u006c\u0065\u0071\u0075\u0061\u006c",Value :"\u006c\u0065\u0073\u0073\u006f\u0076\u0065\u0072\u0065\u0071\u0075\u0061\u006c"},{Key :"\u0074\u006f\u006e\u0065\u0065\u0078\u0074\u0072\u0061\u0068\u0069\u0067\u0068",Value :"\u006c\u0065\u007a\u0068"},{Key :"\u0062\u006c\u006f\u0063\u006b\u006c\u0065\u0066\u0074\u0068\u0061\u006c\u0066",Value :"\u006cf\u0062\u006c\u006f\u0063\u006b"},{Key :"\u0067l\u006ft\u0074\u0061\u006c\u0072\u0065\u0076\u0073\u0075\u0070\u0065\u0072",Value :"\u006c\u0068\u006f\u006f\u006b\u0072\u0065\u0074\u0072o\u0066\u006c\u0065\u0078"},{Key :"\u0061\u0072\u0072\u006f\u0077\u0072\u0069\u0067\u0068t\u0064\u006f\u0077\u006e",Value :"\u006c\u0069\u006e\u0065\u0066\u0065\u0065\u0064"},{Key :"\u0061f\u0069\u0069\u0030\u0038\u0039\u00341",Value :"\u006c\u0069\u0072\u0061"},{Key :"\u006b\u0068\u0061\u0063\u0065\u006b",Value :"\u006c\u006a"},{Key :"\u0061f\u0069\u0069\u0031\u0030\u0031\u00306",Value :"l\u006a\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u006c\u006a\u0065",Value :"l\u006a\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0073w\u0071\u0075\u0061\u0064\u0061\u0072c",Value :"\u006c\u006c\u0061r\u0063"},{Key :"\u0076\u0065\u0072y\u006d\u0075\u0063\u0068\u006c\u0065\u0073\u0073",Value :"\u006c\u006c\u006c"},{Key :"\u0073\u0073\u0075\u0070\u0065\u0072",Value :"\u006c\u006d\u0069d\u0064\u006c\u0065\u0074\u0069\u006c\u0064\u0065"},{Key :"\u006ce\u0073s\u006e\u006f\u0074\u0065\u0071\u0075\u0069\u0076\u006c\u006e\u0074",Value :"\u006c\u006e\u0073i\u006d"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00324",Value :"l\u006f\u0063\u0068\u0075\u006c\u0061\u0074\u0068\u0061\u0069"},{Key :"\u006c\u006f\u0067\u0069\u0063\u0061\u006c\u0061\u006e\u0064\u0064\u0069s\u0070\u006c\u0061\u0079",Value :"\u006c\u006f\u0067\u0069\u0063\u0061\u006c\u0061\u006e\u0064"},{Key :"\u006c\u006f\u0067\u0069\u0063\u0061\u006c\u0061\u006ed\u0074\u0065\u0078\u0074",Value :"\u006c\u006f\u0067\u0069\u0063\u0061\u006c\u0061\u006e\u0064"},{Key :"\u0077\u0065\u0064g\u0065",Value :"\u006c\u006f\u0067\u0069\u0063\u0061\u006c\u0061\u006e\u0064"},{Key :"\u006e\u0065\u0067",Value :"\u006c\u006f\u0067\u0069\u0063\u0061\u006c\u006e\u006f\u0074"},{Key :"\u006c\u006fg\u0069\u0063\u0061l\u006f\u0072\u0064\u0069\u0073\u0070\u006c\u0061\u0079",Value :"\u006co\u0067\u0069\u0063\u0061\u006c\u006fr"},{Key :"\u006c\u006f\u0067\u0069\u0063\u0061\u006c\u006f\u0072\u0074\u0065\u0078\u0074",Value :"\u006co\u0067\u0069\u0063\u0061\u006c\u006fr"},{Key :"\u0076\u0065\u0065",Value :"\u006co\u0067\u0069\u0063\u0061\u006c\u006fr"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00317",Value :"\u006c\u006f\u006c\u0069\u006e\u0067\u0074\u0068\u0061\u0069"},{Key :"\u004f\u0062\u0061\u0072",Value :"\u006c\u006f\u006eg\u0073"},{Key :"\u006c\u006f\u006e\u0067\u0064\u0062\u006c\u0073",Value :"\u006c\u006f\u006eg\u0073"},{Key :"\u006c\u006f\u006e\u0067\u0073\u0068",Value :"\u006c\u006f\u006eg\u0073"},{Key :"\u006c\u006f\u006e\u0067\u0073\u0069",Value :"\u006c\u006f\u006eg\u0073"},{Key :"\u006c\u006f\u006e\u0067\u0073\u006c",Value :"\u006c\u006f\u006eg\u0073"},{Key :"\u0073\u006c\u006fn\u0067",Value :"\u006c\u006f\u006eg\u0073"},{Key :"\u0073\u006c\u006f\u006e\u0067\u0074",Value :"\u006c\u006f\u006e\u0067\u0073\u0074"},{Key :"\u006d\u0064\u006c\u0067\u0077\u0068\u0074\u006c\u006fz\u0065\u006e\u0067\u0065",Value :"\u006co\u007a\u0065\u006e\u0067\u0065"},{Key :"\u0073e\u0071\u0075\u0061\u0064\u0061\u0072c",Value :"\u006c\u0072\u0061r\u0063"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00318",Value :"\u006c\u0075\u0074\u0068\u0061\u0069"},{Key :"\u006fv\u0065\u0072\u0073\u0063\u006f\u0072e",Value :"\u006d\u0061\u0063\u0072\u006f\u006e"},{Key :"\u0075\u006e\u0064\u0065\u0072\u0062\u0061\u0072",Value :"\u006d\u0061\u0063\u0072\u006f\u006e\u0062\u0065\u006co\u0077\u0063\u006d\u0062"},{Key :"\u006da\u0068a\u0070\u0061\u006b\u0068\u006ce\u0066\u0074h\u0065\u0062\u0072\u0065\u0077",Value :"\u006d\u0061\u0068\u0061\u0070\u0061\u006b\u0068\u0068e\u0062\u0072\u0065\u0077"},{Key :"\u0076e\u0072\u0074\u0074\u0061\u0062",Value :"\u006d\u0061\u0068\u0061\u0070\u0061\u006b\u0068\u0068e\u0062\u0072\u0065\u0077"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00355",Value :"\u006da\u0069c\u0068\u0061\u0074\u0074\u0061\u0077\u0061\u0074\u0068\u0061\u0069"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00352",Value :"\u006da\u0069\u0065\u006b\u0074\u0068\u0061i"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00328",Value :"\u006d\u0061\u0069\u0068\u0061\u006e\u0061\u006b\u0061t\u0074\u0068\u0061\u0069"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00351",Value :"\u006d\u0061\u0069\u0074\u0061\u0069\u006b\u0068\u0075\u0074\u0068\u0061\u0069"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00353",Value :"\u006d\u0061\u0069\u0074\u0068\u006f\u0074\u0068\u0061\u0069"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00354",Value :"\u006d\u0061\u0069\u0074\u0072\u0069\u0074\u0068\u0061\u0069"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00350",Value :"\u006d\u0061\u0069y\u0061\u006d\u006f\u006b\u0074\u0068\u0061\u0069"},{Key :"\u006d\u0061\u006c\u0065",Value :"\u006d\u0061\u0072\u0073"},{Key :"\u0073\u0079\u006ec\u0068",Value :"\u006da\u0073o\u0072\u0061\u0063\u0069\u0072c\u006c\u0065h\u0065\u0062\u0072\u0065\u0077"},{Key :"m\u0065\u0061\u0073\u0075\u0072\u0065\u0071\u0075\u0061\u006c",Value :"\u006d\u0065\u0061\u0073\u0065\u0071"},{Key :"\u0072\u0069\u0067\u0068\u0074\u0061\u006e\u0067\u006c\u0065\u0061\u0072\u0063",Value :"\u006de\u0061s\u0075\u0072\u0065\u0064\u0072i\u0067\u0068t\u0061\u006e\u0067\u006c\u0065"},{Key :"\u006de\u0065\u006d\u0066\u0069\u006e\u0061l",Value :"\u006de\u0065m\u0066\u0069\u006e\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"m\u0065\u0065\u006d\u0069\u006e\u0069\u0074\u0069\u0061\u006c",Value :"\u006d\u0065\u0065\u006d\u0069\u006e\u0069\u0074\u0069\u0061\u006c\u0061r\u0061\u0062\u0069\u0063"},{Key :"\u006d\u0065\u0065\u006d\u006d\u0065\u0064\u0069\u0061\u006c",Value :"\u006d\u0065e\u006d\u006d\u0065d\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u006d\u0065\u0065\u006dwi\u0074\u0068\u006d\u0065\u0065\u006d\u0069\u006e\u0069\u0074\u0069\u0061\u006c",Value :"m\u0065\u0065\u006d\u006dee\u006di\u006e\u0069\u0074\u0069\u0061l\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0036\u00378",Value :"\u006d\u0065\u006d"},{Key :"\u006de\u006d\u0068\u0065\u0062\u0072\u0065w",Value :"\u006d\u0065\u006d"},{Key :"\u006de\u006d\u0064\u0061\u0067\u0065\u0073h",Value :"\u006de\u006dd\u0061\u0067\u0065\u0073\u0068\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u006d\u0065\u006d\u0077\u0069\u0074\u0068\u0064\u0061\u0067\u0065\u0073\u0068",Value :"\u006de\u006dd\u0061\u0067\u0065\u0073\u0068\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0066\u006f\u0072\u006d\u0066\u0065\u0065\u0064",Value :"\u006d\u0065\u0072k\u0068\u0061\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u006d\u0065r\u006b\u0068\u0061l\u0065\u0066\u0074\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u006d\u0065\u0072k\u0068\u0061\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u006d\u0065\u0072\u006bha\u006b\u0065\u0066\u0075\u006c\u0061\u006c\u0065\u0066\u0074\u0068\u0065\u0062\u0072e\u0077",Value :"\u006de\u0072k\u0068\u0061\u006b\u0065\u0066u\u006c\u0061h\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0043\u0062\u006ca\u0063\u006b\u006c\u0065\u0074\u0074\u0065\u0072",Value :"\u006d\u0066\u0072\u0061\u006b\u0043"},{Key :"\u0043\u0066\u0072\u0061\u0063\u0074\u0075\u0072",Value :"\u006d\u0066\u0072\u0061\u006b\u0043"},{Key :"\u0043\u0066\u0072\u0061\u006b\u0074\u0075\u0072",Value :"\u006d\u0066\u0072\u0061\u006b\u0043"},{Key :"\u0048\u0062\u006ca\u0063\u006b\u006c\u0065\u0074\u0074\u0065\u0072",Value :"\u006d\u0066\u0072\u0061\u006b\u0048"},{Key :"\u0048\u0066\u0072\u0061\u0063\u0074\u0075\u0072",Value :"\u006d\u0066\u0072\u0061\u006b\u0048"},{Key :"\u0048\u0066\u0072\u0061\u006b\u0074\u0075\u0072",Value :"\u006d\u0066\u0072\u0061\u006b\u0048"},{Key :"\u005a\u0062\u006ca\u0063\u006b\u006c\u0065\u0074\u0074\u0065\u0072",Value :"\u006d\u0066\u0072\u0061\u006b\u005a"},{Key :"\u005a\u0066\u0072\u0061\u0063\u0074\u0075\u0072",Value :"\u006d\u0066\u0072\u0061\u006b\u005a"},{Key :"\u005a\u0066\u0072\u0061\u006b\u0074\u0075\u0072",Value :"\u006d\u0066\u0072\u0061\u006b\u005a"},{Key :"\u0074o\u006e\u0065\u006c\u006f\u0077",Value :"\u006d\u0068\u006fo\u006b"},{Key :"c\u0069\u0072\u0063\u006c\u0065\u006d\u0069\u006e\u0075\u0073",Value :"m\u0069\u006e\u0075\u0073\u0063\u0069\u0072\u0063\u006c\u0065"},{Key :"\u006f\u006d\u0069\u006e\u0075\u0073",Value :"m\u0069\u006e\u0075\u0073\u0063\u0069\u0072\u0063\u006c\u0065"},{Key :"\u006d\u0069\u006e\u0075\u0073\u0073\u0075\u0062",Value :"\u006d\u0069\u006e\u0075\u0073\u0069\u006e\u0066\u0065\u0072\u0069\u006f\u0072"},{Key :"\u006d\u0070",Value :"\u006di\u006e\u0075\u0073\u0070\u006c\u0075s"},{Key :"\u0070\u0072\u0069m\u0065",Value :"\u006d\u0069\u006e\u0075\u0074\u0065"},{Key :"\u0070\u0072\u0069\u006d\u0065\u0031",Value :"\u006d\u0069\u006e\u0075\u0074\u0065"},{Key :"\u0074o\u006e\u0065\u006d\u0069\u0064",Value :"\u006d\u006c\u006f\u006e\u0067\u006c\u0065\u0067\u0074u\u0072\u006e\u0065\u0064"},{Key :"\u0074r\u0075\u0065\u0073\u0074\u0061\u0074e",Value :"\u006d\u006f\u0064\u0065\u006c\u0073"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00313",Value :"\u006d\u006f\u006d\u0061\u0074\u0068\u0061\u0069"},{Key :"\u0042s\u0063\u0072\u0069\u0070\u0074",Value :"\u006d\u0073\u0063r\u0042"},{Key :"\u0045s\u0063\u0072\u0069\u0070\u0074",Value :"\u006d\u0073\u0063r\u0045"},{Key :"\u0046s\u0063\u0072\u0069\u0070\u0074",Value :"\u006d\u0073\u0063r\u0046"},{Key :"\u0048s\u0063\u0072\u0069\u0070\u0074",Value :"\u006d\u0073\u0063r\u0048"},{Key :"\u0049s\u0063\u0072\u0069\u0070\u0074",Value :"\u006d\u0073\u0063r\u0049"},{Key :"\u004cs\u0063\u0072\u0069\u0070\u0074",Value :"\u006d\u0073\u0063r\u004c"},{Key :"\u004ds\u0063\u0072\u0069\u0070\u0074",Value :"\u006d\u0073\u0063r\u004d"},{Key :"\u0052s\u0063\u0072\u0069\u0070\u0074",Value :"\u006d\u0073\u0063r\u0052"},{Key :"\u0065s\u0063\u0072\u0069\u0070\u0074",Value :"\u006d\u0073\u0063r\u0065"},{Key :"g\u0073\u0063\u0072\u0069\u0070\u0074\u006d\u0061\u0074\u0068",Value :"\u006d\u0073\u0063r\u0067"},{Key :"\u0030s\u0063\u0072\u0069\u0070\u0074",Value :"\u006d\u0073\u0063r\u006f"},{Key :"\u006fs\u0063\u0072\u0069\u0070\u0074",Value :"\u006d\u0073\u0063r\u006f"},{Key :"\u0074\u006f\u006e\u0065\u0068\u0069\u0067\u0068",Value :"\u006dt\u0075\u0072\u006e\u0065\u0064"},{Key :"\u006d\u0075\u0031",Value :"\u006d\u0075"},{Key :"\u0067\u0067",Value :"m\u0075\u0063\u0068\u0067\u0072\u0065\u0061\u0074\u0065\u0072"},{Key :"g\u0072\u0065\u0061\u0074\u0065\u0072\u006d\u0075\u0063\u0068",Value :"m\u0075\u0063\u0068\u0067\u0072\u0065\u0061\u0074\u0065\u0072"},{Key :"\u006c\u0065\u0073\u0073\u006d\u0075\u0063\u0068",Value :"\u006d\u0075\u0063\u0068\u006c\u0065\u0073\u0073"},{Key :"\u0075\u0070\u006d\u0075",Value :"\u006du\u0067\u0072\u0065\u0065\u006b"},{Key :"\u006c\u0074\u0069\u006d\u0065\u0073",Value :"\u006d\u0075\u006c\u0074\u0069\u0063\u006c\u006f\u0073e\u006c\u0065\u0066\u0074"},{Key :"\u0072\u0074\u0069\u006d\u0065\u0073",Value :"\u006du\u006ct\u0069\u0063\u006c\u006f\u0073\u0065\u0072\u0069\u0067\u0068\u0074"},{Key :"\u006c\u0065\u0066\u0074\u0074\u0068\u0072\u0065\u0065t\u0069\u006d\u0065\u0073",Value :"\u006d\u0075\u006c\u0074\u0069\u006f\u0070\u0065\u006e\u006c\u0065\u0066\u0074"},{Key :"\u0072i\u0067h\u0074\u0074\u0068\u0072\u0065\u0065\u0074\u0069\u006d\u0065\u0073",Value :"\u006d\u0075\u006c\u0074\u0069\u006f\u0070\u0065\u006er\u0069\u0067\u0068\u0074"},{Key :"\u0074\u0069\u006de\u0073",Value :"\u006d\u0075\u006c\u0074\u0069\u0070\u006c\u0079"},{Key :"m\u0075\u006e\u0061\u0068\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u006du\u006ea\u0068\u006c\u0065\u0066\u0074\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0065\u0069\u0067\u0068\u0074\u0068\u006e\u006f\u0074\u0065",Value :"m\u0075\u0073\u0069\u0063\u0061\u006c\u006e\u006f\u0074\u0065"},{Key :"\u0066\u006c\u0061\u0074",Value :"\u006d\u0075\u0073\u0069\u0063\u0066\u006c\u0061\u0074\u0073\u0069\u0067\u006e"},{Key :"\u0073\u0068\u0061r\u0070",Value :"\u006d\u0075\u0073\u0069\u0063\u0073\u0068\u0061\u0072p\u0073\u0069\u0067\u006e"},{Key :"\u0062\u0061\u0072\u0077\u0065\u0064\u0067\u0065",Value :"\u006e\u0061\u006e\u0064"},{Key :"\u006e\u006f\u0074\u0061\u006c\u006d\u006f\u0073\u0074e\u0071\u0075\u0061\u006c",Value :"\u006ea\u0070\u0070\u0072\u006f\u0078"},{Key :"\u006eo\u0074e\u0071\u0075\u0069\u0076\u0061s\u0079\u006dp\u0074\u006f\u0074\u0069\u0063",Value :"\u006e\u0061\u0073\u0079\u006d\u0070"},{Key :"\u0068\u0079\u0070\u0068\u0065\u006e\u006e\u006f\u0062\u0072\u0065\u0061\u006b",Value :"\u006e\u0062\u0068\u0079\u0070\u0068\u0065\u006e"},{Key :"\u0054m\u0061\u0063\u0072\u006f\u006e",Value :"\u006e\u0063\u0065\u0064\u0069\u006c\u006c\u0061"},{Key :"\u006e\u0063\u006fm\u006d\u0061\u0061\u0063\u0063\u0065\u006e\u0074",Value :"\u006e\u0063\u0065\u0064\u0069\u006c\u006c\u0061"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0036\u00387",Value :"\u006e\u0067\u006f\u006e\u0067\u0075\u0074\u0068\u0061\u0069"},{Key :"\u006eo\u0074g\u0072\u0065\u0061\u0074\u0065r\u0065\u0071u\u0069\u0076\u006c\u006e\u0074",Value :"\u006eg\u0074\u0072\u0073\u0069\u006d"},{Key :"\u0074\u006f\u006ee\u0065\u0078\u0074\u0072\u0061\u006c\u006f\u0077",Value :"\u006eh\u006f\u006f\u006b\u006c\u0065\u0066t"},{Key :"\u0067r\u0061\u0076\u0065\u006e\u006f\u0073p",Value :"\u006e\u0068\u006f\u006f\u006b\u0072\u0065\u0074\u0072o\u0066\u006c\u0065\u0078"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00357",Value :"\u006e\u0069\u006bh\u0061\u0068\u0069\u0074\u0074\u0068\u0061\u0069"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00301",Value :"\u006e\u0069\u006e\u0065\u0068\u0061\u0063\u006b\u0061r\u0061\u0062\u0069\u0063"},{Key :"a\u0072a\u0062\u0069\u0063\u0069\u006e\u0064\u0069\u0063d\u0069\u0067\u0069\u0074ni\u006e\u0065",Value :"\u006e\u0069\u006e\u0065\u0068\u0061\u0063\u006b\u0061r\u0061\u0062\u0069\u0063"},{Key :"\u006e\u0069\u006e\u0065\u0061\u0072\u0061\u0062\u0069\u0063",Value :"\u006e\u0069\u006e\u0065\u0068\u0061\u0063\u006b\u0061r\u0061\u0062\u0069\u0063"},{Key :"\u006ei\u006e\u0065\u0073\u0075\u0062",Value :"\u006e\u0069\u006ee\u0069\u006e\u0066\u0065\u0072\u0069\u006f\u0072"},{Key :"\u0065\u0078\u0074\u0065n\u0064\u0065\u0064\u0061\u0072\u0061\u0062\u0069\u0063\u0069n\u0064i\u0063\u0064\u0069\u0067\u0069\u0074\u006ei\u006e\u0065",Value :"n\u0069\u006e\u0065\u0070\u0065\u0072\u0073\u0069\u0061\u006e"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00369",Value :"\u006e\u0069\u006e\u0065\u0074\u0068\u0061\u0069"},{Key :"\u0067\u006c\u006f\u0074\u0074\u0061\u006c\u0073\u0074\u006f\u0070\u0062a\u0072\u0069\u006e\u0076",Value :"\u006e\u006c\u0065\u0067\u0072\u0069\u0067\u0068\u0074\u006c\u006f\u006e\u0067"},{Key :"\u006e\u006f\u0074\u006c\u0065\u0073\u0073\u0067\u0072e\u0061\u0074\u0065\u0072",Value :"\u006e\u006c\u0065\u0073\u0073\u0067\u0074\u0072"},{Key :"\u006eo\u0074l\u0065\u0073\u0073\u0065\u0071\u0075\u0069\u0076\u006c\u006e\u0074",Value :"\u006e\u006c\u0065\u0073\u0073\u0073\u0069\u006d"},{Key :"\u006eb\u0073\u0070\u0061\u0063\u0065",Value :"\u006e\u006fn\u0062\u0072\u0065a\u006b\u0069\u006e\u0067\u0073\u0070\u0061\u0063\u0065"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0036\u00399",Value :"\u006eo\u006e\u0065\u006e\u0074\u0068\u0061i"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00305",Value :"\u006e\u006f\u006e\u0075\u0074\u0068\u0061\u0069"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00346",Value :"\u006e\u006f\u006f\u006e\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u006e\u006f\u006f\u006e",Value :"\u006e\u006f\u006f\u006e\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u006eo\u006f\u006e\u0066\u0069\u006e\u0061l",Value :"\u006eo\u006fn\u0066\u0069\u006e\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"n\u006f\u006f\u006e\u0069\u006e\u0069\u0074\u0069\u0061\u006c",Value :"n\u006fo\u006e\u0068\u0065\u0068\u0069\u006e\u0069\u0074i\u0061\u006c\u0061\u0072ab\u0069\u0063"},{Key :"\u006e\u006f\u006f\u006e\u0069\u006e\u0069\u0074\u0069\u0061\u006c\u0061r\u0061\u0062\u0069\u0063",Value :"n\u006fo\u006e\u0068\u0065\u0068\u0069\u006e\u0069\u0074i\u0061\u006c\u0061\u0072ab\u0069\u0063"},{Key :"\u006e\u006f\u006f\u006ewi\u0074\u0068\u006a\u0065\u0065\u006d\u0069\u006e\u0069\u0074\u0069\u0061\u006c",Value :"n\u006f\u006f\u006e\u006aee\u006di\u006e\u0069\u0074\u0069\u0061l\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u006e\u006f\u006f\u006e\u006d\u0065\u0064\u0069\u0061\u006c",Value :"\u006e\u006fo\u006e\u006d\u0065d\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u006e\u006f\u006f\u006ewi\u0074\u0068\u006d\u0065\u0065\u006d\u0069\u006e\u0069\u0074\u0069\u0061\u006c",Value :"n\u006f\u006f\u006e\u006dee\u006di\u006e\u0069\u0074\u0069\u0061l\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"n\u006fo\u006e\u0077\u0069\u0074\u0068\u006d\u0065\u0065m\u0069\u0073\u006f\u006cat\u0065\u0064",Value :"\u006e\u006f\u006f\u006eme\u0065\u006d\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064\u0061\u0072\u0061\u0062i\u0063"},{Key :"\u006e\u0063\u006fn\u0067",Value :"\u006e\u006f\u0074\u0061\u0070\u0070\u0072\u006f\u0078e\u0071\u0075\u0061\u006c"},{Key :"\u006el\u0065f\u0074\u0072\u0069\u0067\u0068\u0074\u0061\u0072\u0072\u006f\u0077",Value :"\u006e\u006f\u0074a\u0072\u0072\u006f\u0077\u0062\u006f\u0074\u0068"},{Key :"\u006e\u006c\u0065\u0066\u0074\u0061\u0072\u0072\u006f\u0077",Value :"\u006e\u006f\u0074a\u0072\u0072\u006f\u0077\u006c\u0065\u0066\u0074"},{Key :"n\u0072\u0069\u0067\u0068\u0074\u0061\u0072\u0072\u006f\u0077",Value :"\u006e\u006f\u0074\u0061\u0072\u0072\u006f\u0077\u0072\u0069\u0067\u0068\u0074"},{Key :"\u006e\u006d\u0069\u0064",Value :"\u006e\u006f\u0074\u0062\u0061\u0072"},{Key :"\u006e\u006f\u0074\u0064\u0069\u0076\u0069\u0064\u0065\u0073",Value :"\u006e\u006f\u0074\u0062\u0061\u0072"},{Key :"\u006e\u006e\u0069",Value :"n\u006f\u0074\u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0073"},{Key :"\u006e\u006f\u0074\u006f\u0077\u006e\u0065\u0072",Value :"n\u006f\u0074\u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0073"},{Key :"n\u006f\u0074\u0073\u0075\u0063\u0068\u0074\u0068\u0061\u0074",Value :"n\u006f\u0074\u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0073"},{Key :"\u0061\u0072\u0072\u006fwd\u0062\u006c\u006c\u006f\u006e\u0067\u0062\u006f\u0074\u0068\u006e\u006f\u0074",Value :"\u006eo\u0074d\u0062\u006c\u0061\u0072\u0072\u006f\u0077\u0062\u006f\u0074\u0068"},{Key :"\u006eL\u0065f\u0074\u0072\u0069\u0067\u0068\u0074\u0061\u0072\u0072\u006f\u0077",Value :"\u006eo\u0074d\u0062\u006c\u0061\u0072\u0072\u006f\u0077\u0062\u006f\u0074\u0068"},{Key :"\u006e\u006f\u0074e\u006c\u0065\u006d\u0065\u006e\u0074\u006f\u0066",Value :"\u006e\u006f\u0074\u0065\u006c\u0065\u006d\u0065\u006e\u0074"},{Key :"\u006e\u006f\u0074i\u006e",Value :"\u006e\u006f\u0074\u0065\u006c\u0065\u006d\u0065\u006e\u0074"},{Key :"\u006e\u0065",Value :"\u006e\u006f\u0074\u0065\u0071\u0075\u0061\u006c"},{Key :"\u006ee\u0078\u0069\u0073\u0074\u0073",Value :"\u006e\u006f\u0074\u0065\u0078\u0069\u0073\u0074\u0065n\u0074\u0069\u0061\u006c"},{Key :"\u006e\u0056\u0064\u0061\u0073\u0068",Value :"\u006eo\u0074\u0066\u006f\u0072\u0063\u0065s"},{Key :"\u006e\u006f\u0074\u0066\u006f\u0072\u0063\u0065",Value :"\u006eo\u0074\u0066\u006f\u0072\u0063\u0065s"},{Key :"\u006e\u0056\u0044\u0061\u0073\u0068",Value :"\u006e\u006f\u0074\u0066\u006f\u0072\u0063\u0065\u0073e\u0078\u0074\u0072\u0061"},{Key :"\u006e\u006f\u0074f\u006f\u0072\u0063\u0065\u0065\u0078\u0074\u0072",Value :"\u006e\u006f\u0074\u0066\u006f\u0072\u0063\u0065\u0073e\u0078\u0074\u0072\u0061"},{Key :"\u006e\u0067\u0074\u0072",Value :"\u006e\u006f\u0074\u0067\u0072\u0065\u0061\u0074\u0065\u0072"},{Key :"\u006e\u0067\u0065\u0071",Value :"\u006eo\u0074g\u0072\u0065\u0061\u0074\u0065r\u006e\u006fr\u0065\u0071\u0075\u0061\u006c"},{Key :"\u006eo\u0074g\u0072\u0065\u0061\u0074\u0065\u0072\u0065\u0071\u0075\u0061\u006c",Value :"\u006eo\u0074g\u0072\u0065\u0061\u0074\u0065r\u006e\u006fr\u0065\u0071\u0075\u0061\u006c"},{Key :"\u006e\u006ft\u0067\u0072\u0065a\u0074\u0065\u0072\u0065\u0071\u0075\u0061\u006c\u0031",Value :"\u006eo\u0074g\u0072\u0065\u0061\u0074\u0065r\u006e\u006fr\u0065\u0071\u0075\u0061\u006c"},{Key :"\u006e\u0067\u0074\u0072\u006c\u0065\u0073\u0073",Value :"\u006e\u006f\u0074\u0067\u0072\u0065\u0061\u0074\u0065\u0072\u006e\u006fr\u006c\u0065\u0073\u0073"},{Key :"\u006e\u006f\u0074\u0067\u0072\u0065\u0061\u0074\u0065r\u006c\u0065\u0073\u0073",Value :"\u006e\u006f\u0074\u0067\u0072\u0065\u0061\u0074\u0065\u0072\u006e\u006fr\u006c\u0065\u0073\u0073"},{Key :"\u0067\u0065\u0071\u0073\u006c\u0061\u006e\u0074",Value :"\u006e\u006f\u0074\u0067re\u0061\u0074\u0065\u0072\u006f\u0072\u0073\u006c\u006e\u0074\u0065\u0071\u006c"},{Key :"\u0067\u0072\u0065\u0061te\u0072\u006f\u0072\u0065\u0071\u0075\u0061\u006c\u0073\u006c\u0061\u006e\u0074",Value :"\u006e\u006f\u0074\u0067re\u0061\u0074\u0065\u0072\u006f\u0072\u0073\u006c\u006e\u0074\u0065\u0071\u006c"},{Key :"\u006e\u0065\u0071\u0075\u0069\u0076",Value :"\u006e\u006f\u0074i\u0064\u0065\u006e\u0074\u0069\u0063\u0061\u006c"},{Key :"\u006e\u006f\u0074\u0065\u0071\u0075\u0069\u0076\u0061l\u0065\u006e\u0063\u0065",Value :"\u006e\u006f\u0074i\u0064\u0065\u006e\u0074\u0069\u0063\u0061\u006c"},{Key :"\u006e\u006c\u0065s\u0073",Value :"\u006eo\u0074\u006c\u0065\u0073\u0073"},{Key :"\u006e\u006c\u0065\u0071",Value :"\u006eo\u0074l\u0065\u0073\u0073\u006e\u006f\u0072\u0065\u0071\u0075\u0061\u006c"},{Key :"\u006e\u006f\u0074l\u0065\u0073\u0073\u0065\u0071\u0075\u0061\u006c",Value :"\u006eo\u0074l\u0065\u0073\u0073\u006e\u006f\u0072\u0065\u0071\u0075\u0061\u006c"},{Key :"\u006e\u006f\u0074\u006c\u0065\u0073\u0073\u0065\u0071\u0075\u0061\u006c\u0031",Value :"\u006eo\u0074l\u0065\u0073\u0073\u006e\u006f\u0072\u0065\u0071\u0075\u0061\u006c"},{Key :"\u006eo\u0074\u0062\u0061\u0072\u0064\u0062l",Value :"n\u006f\u0074\u0070\u0061\u0072\u0061\u006c\u006c\u0065\u006c"},{Key :"\u006ep\u0061\u0072\u0061\u006c\u006c\u0065l",Value :"n\u006f\u0074\u0070\u0061\u0072\u0061\u006c\u006c\u0065\u006c"},{Key :"n\u006f\u0074\u0070\u0072\u0065\u0063\u0065\u0065\u0064\u0073",Value :"n\u006f\u0074\u0070\u0072\u0065\u0063\u0065\u0064\u0065\u0073"},{Key :"\u006e\u0070\u0072e\u0063",Value :"n\u006f\u0074\u0070\u0072\u0065\u0063\u0065\u0064\u0065\u0073"},{Key :"\u006e\u006f\u0074\u0073\u0061\u0074\u0069\u0073\u0066\u0079",Value :"\u006e\u006f\u0074s\u0061\u0074\u0069\u0073\u0066\u0069\u0065\u0073"},{Key :"\u006e\u0076\u0044\u0061\u0073\u0068",Value :"\u006e\u006f\u0074s\u0061\u0074\u0069\u0073\u0066\u0069\u0065\u0073"},{Key :"\u006e\u0073\u0069\u006d",Value :"\u006e\u006f\u0074\u0073\u0069\u006d\u0069\u006c\u0061\u0072"},{Key :"\u006eo\u0074p\u0072\u006f\u0070\u0065\u0072\u0073\u0075\u0062\u0073\u0065\u0074",Value :"\u006eo\u0074\u0073\u0075\u0062\u0073\u0065t"},{Key :"\u006es\u0075\u0062\u0073\u0065\u0074",Value :"\u006eo\u0074\u0073\u0075\u0062\u0073\u0065t"},{Key :"\u006eo\u0074r\u0065\u0066\u006c\u0065\u0078\u0073\u0075\u0062\u0073\u0065\u0074",Value :"\u006e\u006f\u0074s\u0075\u0062\u0073\u0065\u0074\u0065\u0071\u006c"},{Key :"\u006es\u0075\u0062\u0073\u0065\u0074\u0065q",Value :"\u006e\u006f\u0074s\u0075\u0062\u0073\u0065\u0074\u0065\u0071\u006c"},{Key :"\u006e\u006f\u0074\u0066\u006f\u006c\u006c\u006f\u0077\u0073",Value :"n\u006f\u0074\u0073\u0075\u0063\u0063\u0065\u0065\u0064\u0073"},{Key :"\u006e\u0073\u0075c\u0063",Value :"n\u006f\u0074\u0073\u0075\u0063\u0063\u0065\u0065\u0064\u0073"},{Key :"\u006e\u006f\u0074\u0070\u0072\u006f\u0070\u0065\u0072\u0073\u0075\u0070e\u0072\u0073\u0065\u0074",Value :"n\u006f\u0074\u0073\u0075\u0070\u0065\u0072\u0073\u0065\u0074"},{Key :"\u006es\u0075\u0070\u0073\u0065\u0074",Value :"n\u006f\u0074\u0073\u0075\u0070\u0065\u0072\u0073\u0065\u0074"},{Key :"\u006e\u006f\u0074\u0072\u0065\u0066\u006c\u0065\u0078\u0073\u0075\u0070e\u0072\u0073\u0065\u0074",Value :"\u006e\u006f\u0074\u0073\u0075\u0070\u0065\u0072\u0073e\u0074\u0065\u0071\u006c"},{Key :"\u006es\u0075\u0070\u0073\u0065\u0074\u0065q",Value :"\u006e\u006f\u0074\u0073\u0075\u0070\u0065\u0072\u0073e\u0074\u0065\u0071\u006c"},{Key :"n\u006ft\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065l\u0065\u0066\u0074\u0065qu\u0061\u006c",Value :"\u006e\u006ft\u0074\u0072\u0069a\u006e\u0067\u0065\u0071\u006c\u006c\u0065\u0066\u0074"},{Key :"\u006et\u0072i\u0061\u006e\u0067\u006c\u0065\u006c\u0065\u0066\u0074\u0065\u0071",Value :"\u006e\u006ft\u0074\u0072\u0069a\u006e\u0067\u0065\u0071\u006c\u006c\u0065\u0066\u0074"},{Key :"n\u006f\u0074\u0074\u0072ia\u006eg\u006c\u0065\u0072\u0069\u0067h\u0074\u0065\u0071\u0075\u0061\u006c",Value :"\u006e\u006f\u0074\u0074\u0072\u0069\u0061\u006e\u0067\u0065\u0071\u006cr\u0069\u0067\u0068\u0074"},{Key :"\u006e\u0074r\u0069\u0061\u006eg\u006c\u0065\u0072\u0069\u0067\u0068\u0074\u0065\u0071",Value :"\u006e\u006f\u0074\u0074\u0072\u0069\u0061\u006e\u0067\u0065\u0071\u006cr\u0069\u0067\u0068\u0074"},{Key :"\u006e\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065\u006c\u0065\u0066\u0074",Value :"\u006eo\u0074t\u0072\u0069\u0061\u006e\u0067\u006c\u0065\u006c\u0065\u0066\u0074"},{Key :"\u006e\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065r\u0069\u0067\u0068\u0074",Value :"\u006e\u006ft\u0074\u0072\u0069a\u006e\u0067\u006c\u0065\u0072\u0069\u0067\u0068\u0074"},{Key :"\u006e\u006ft\u0074\u0075\u0072n\u0073\u0074\u0069\u006c\u0065\u006c\u0065\u0066\u0074",Value :"\u006e\u006f\u0074t\u0075\u0072\u006e\u0073\u0074\u0069\u006c\u0065"},{Key :"\u006e\u0076\u0064\u0061\u0073\u0068",Value :"\u006e\u006f\u0074t\u0075\u0072\u006e\u0073\u0074\u0069\u006c\u0065"},{Key :"\u0070\u0072e\u0063\u0065\u0065d\u0073\u006e\u006f\u0074\u0065\u0071\u0075\u0061\u006c",Value :"\u006e\u0070\u0072e\u0063\u0063\u0075\u0072\u006c\u0079\u0065\u0071"},{Key :"\u006e\u006f\u0074\u0061\u0073\u0079\u006d\u0070\u0074e\u0071\u0075\u0061\u006c",Value :"\u006e\u0073\u0069m\u0065"},{Key :"\u006e\u006ft\u0073\u0075\u0062s\u0065\u0074\u0073\u0071\u0065\u0071\u0075\u0061\u006c",Value :"n\u0073\u0071\u0073\u0075\u0062\u0073\u0065\u0074\u0065\u0071"},{Key :"\u006eo\u0074s\u0075\u0070\u0065\u0072\u0073e\u0074\u0073q\u0065\u0071\u0075\u0061\u006c",Value :"n\u0073\u0071\u0073\u0075\u0070\u0073\u0065\u0074\u0065\u0071"},{Key :"\u0066o\u006cl\u006f\u0077\u0073\u006e\u006f\u0074\u0065\u0071\u0075\u0061\u006c",Value :"\u006e\u0073\u0075c\u0063\u0063\u0075\u0072\u006c\u0079\u0065\u0071"},{Key :"\u0064\u0062\u0061\u0072",Value :"\u006e\u0074\u0069\u006c\u0064\u0065"},{Key :"\u0075\u0070\u006e\u0075",Value :"\u006e\u0075"},{Key :"\u006f\u0063\u0074\u006f\u0074\u0068\u006f\u0072\u0070\u0065",Value :"\u006e\u0075\u006d\u0062\u0065\u0072\u0073\u0069\u0067\u006e"},{Key :"\u0061f\u0069\u0069\u0036\u0031\u0033\u00352",Value :"\u006e\u0075\u006d\u0065\u0072\u006f"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0036\u00380",Value :"\u006e\u0075\u006e"},{Key :"\u006eu\u006e\u0068\u0065\u0062\u0072\u0065w",Value :"\u006e\u0075\u006e"},{Key :"\u006eu\u006ed\u0061\u0067\u0065\u0073\u0068\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u006eu\u006e\u0064\u0061\u0067\u0065\u0073h"},{Key :"\u006e\u0075\u006e\u0077\u0069\u0074\u0068\u0064\u0061\u0067\u0065\u0073\u0068",Value :"\u006eu\u006e\u0064\u0061\u0067\u0065\u0073h"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00325",Value :"\u006f\u0061\u006e\u0067\u0074\u0068\u0061\u0069"},{Key :"\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065x\u006e\u006f\u0073\u0070",Value :"\u006fb\u0061\u0072\u0072\u0065\u0064"},{Key :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00380",Value :"\u006fc\u0079\u0072\u0069\u006c\u006c\u0069c"},{Key :"\u006f\u0063\u0079\u0072\u0069\u006c",Value :"\u006fc\u0079\u0072\u0069\u006c\u006c\u0069c"},{Key :"\u0072r\u0074\u0068\u006f\u006f\u006b",Value :"\u006fd\u0062\u006c\u0067\u0072\u0061\u0076e"},{Key :"\u0061\u0072\u0072\u006f\u0077\u0077\u0061\u0076\u0065\u006c\u0065\u0066\u0074",Value :"\u006f\u0068\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e"},{Key :"\u0070i\u0070\u0065\u0064\u0062\u006c",Value :"\u006f\u0068\u006fr\u006e"},{Key :"\u006fd\u0062\u006c\u0061\u0063\u0075\u0074e",Value :"\u006f\u0068\u0075\u006e\u0067\u0061\u0072\u0075\u006d\u006c\u0061\u0075\u0074"},{Key :"\u0065x\u0063\u006c\u0061\u006d\u0031",Value :"\u006f\u0069"},{Key :"v\u006f\u006c\u0069\u006e\u0074\u0065\u0067\u0072\u0061\u006c",Value :"\u006f\u0069\u0069\u0069\u006e\u0074"},{Key :"\u0076\u006f\u006c\u0075\u006d\u0065\u0069\u006e\u0074e\u0067\u0072\u0061\u006c",Value :"\u006f\u0069\u0069\u0069\u006e\u0074"},{Key :"\u0073u\u0072f\u0061\u0063\u0065\u0069\u006e\u0074\u0065\u0067\u0072\u0061\u006c",Value :"\u006f\u0069\u0069n\u0074"},{Key :"\u0073\u0075\u0072f\u0069\u006e\u0074\u0065\u0067\u0072\u0061\u006c",Value :"\u006f\u0069\u0069n\u0074"},{Key :"\u0063\u0063l\u0077\u0063\u006fn\u0074\u0069\u006e\u0074\u0065\u0067\u0072\u0061\u006c",Value :"\u006f\u0069n\u0074\u0063\u0074r\u0063\u006c\u006f\u0063\u006b\u0077\u0069\u0073\u0065"},{Key :"\u0072\u0066\u0069s\u0068\u0068\u006f\u006f\u006b\u0072\u0065\u0076",Value :"\u006f\u0069\u006e\u0076\u0065\u0072\u0074\u0065\u0064b\u0072\u0065\u0076\u0065"},{Key :"\u0064e\u0076\u0063\u006f\u006e\u0032",Value :"\u006fl\u0065\u0068\u0065\u0062\u0072\u0065w"},{Key :"\u0075p\u006f\u006d\u0065\u0067\u0061",Value :"\u006f\u006d\u0065g\u0061"},{Key :"\u0075p\u0076\u0061\u0072\u0070\u0069",Value :"\u006f\u006d\u0065\u0067\u0061\u0031"},{Key :"\u0070\u0069\u0073\u0079\u006d\u0062\u006f\u006c\u0067\u0072\u0065\u0065\u006b",Value :"\u006f\u006d\u0065\u0067\u0061\u0031"},{Key :"\u004ba\u0072\u0074\u0064\u0065\u0073",Value :"\u006f\u006d\u0065\u0067\u0061\u0031"},{Key :"\u006d\u0061\u0063\u0072\u006f\u006e\u006e\u006f\u0073\u0070",Value :"\u006f\u006de\u0067\u0061\u006ca\u0074\u0069\u006e\u0063\u006c\u006f\u0073\u0065\u0064"},{Key :"\u0047\u0065\u0062a\u0072",Value :"\u006f\u006d\u0065\u0067\u0061\u0074\u006f\u006e\u006f\u0073"},{Key :"\u0075p\u006f\u006d\u0069\u0063\u0072\u006fn",Value :"\u006fm\u0069\u0063\u0072\u006f\u006e"},{Key :"\u006f\u006e\u0065\u0064\u006f\u0074\u006c\u0065\u0061\u0064",Value :"\u006f\u006e\u0065\u0064\u006f\u0074\u0065\u006e\u006ce\u0061\u0064\u0065\u0072"},{Key :"\u006f\u006e\u0065d\u006f\u0074\u006c\u0065\u0061\u0064\u0065\u0072",Value :"\u006f\u006e\u0065\u0064\u006f\u0074\u0065\u006e\u006ce\u0061\u0064\u0065\u0072"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0033\u00393",Value :"\u006f\u006e\u0065\u0068\u0061\u0063\u006b\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0061\u0072\u0061\u0062ic\u0069\u006e\u0064\u0069\u0063\u0064\u0069\u0067\u0069\u0074\u006f\u006e\u0065",Value :"\u006f\u006e\u0065\u0068\u0061\u0063\u006b\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u006fn\u0065\u0061\u0072\u0061\u0062\u0069c",Value :"\u006f\u006e\u0065\u0068\u0061\u0063\u006b\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u006f\u006e\u0065\u0073\u0075\u0062",Value :"o\u006e\u0065\u0069\u006e\u0066\u0065\u0072\u0069\u006f\u0072"},{Key :"e\u0078\u0074\u0065\u006e\u0064\u0065d\u0061\u0072\u0061\u0062\u0069\u0063\u0069\u006e\u0064i\u0063\u0064\u0069g\u0069t\u006f\u006e\u0065",Value :"\u006f\u006e\u0065\u0070\u0065\u0072\u0073\u0069\u0061\u006e"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00361",Value :"\u006fn\u0065\u0074\u0068\u0061\u0069"},{Key :"\u0065p\u0073i\u006c\u006f\u006e\u0031\u0072\u0065\u0076\u0068\u006f\u006f\u006b",Value :"\u006f\u006f\u0067\u006f\u006e\u0065\u006b\u006d\u0061\u0063\u0072\u006f\u006e"},{Key :"\u0067\u0072\u0061\u0076\u0065\u0031",Value :"\u006f\u006f\u0070e\u006e"},{Key :"\u006f\u0072\u0069\u0067\u0069\u006e\u0061\u006c",Value :"\u006f\u0072\u0069\u0067\u006f\u0066"},{Key :"\u0072\u0069\u0067\u0068\u0074\u0061\u006e\u0067\u006c\u0065",Value :"\u006f\u0072\u0074\u0068\u006f\u0067\u006f\u006e\u0061\u006c"},{Key :"\u0076\u0065\u0065\u0062\u0061\u0072",Value :"\u006f\u0072\u0075n\u0064\u0065\u0072\u0073\u0063\u006f\u0072\u0065"},{Key :"\u0078\u006f\u0072",Value :"\u006f\u0072\u0075n\u0064\u0065\u0072\u0073\u0063\u006f\u0072\u0065"},{Key :"\u006d\u0074\u0075r\u006e",Value :"o\u0073\u006c\u0061\u0073\u0068\u0061\u0063\u0075\u0074\u0065"},{Key :"\u006f\u0073\u0074r\u006f\u006b\u0065\u0061\u0063\u0075\u0074\u0065",Value :"o\u0073\u006c\u0061\u0073\u0068\u0061\u0063\u0075\u0074\u0065"},{Key :"\u006fv\u0065\u0072\u0062\u0061\u0072",Value :"o\u0076\u0065\u0072\u006c\u0069\u006e\u0065\u0063\u006d\u0062"},{Key :"n\u0048\u0064\u006f\u0077\u006e\u0061\u0072\u0072\u006f\u0077",Value :"\u0070\u0061\u0067\u0065\u0064\u006f\u0077\u006e"},{Key :"\u006eH\u0075\u0070\u0061\u0072\u0072\u006fw",Value :"\u0070\u0061\u0067\u0065\u0075\u0070"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00327",Value :"\u0070\u0061\u0069\u0079\u0061\u006e\u006e\u006f\u0069\u0074\u0068\u0061\u0069"},{Key :"\u0062a\u0072\u0064\u0062\u006c\u0032",Value :"\u0070\u0061\u0072\u0061\u006c\u006c\u0065\u006c"},{Key :"\u0076\u0065\u0078\u0074\u0065\u006e\u0064\u0064\u006f\u0075\u0062\u006c\u0065",Value :"\u0070\u0061\u0072\u0061\u006c\u006c\u0065\u006c"},{Key :"\u0066\u0069\u006c\u006ced\u0070\u0061\u0072\u0061\u006c\u006c\u0065\u006c\u006f\u0067\u0072\u0061\u006d",Value :"\u0070a\u0072a\u006c\u006c\u0065\u006c\u006fg\u0072\u0061m\u0062\u006c\u0061\u0063\u006b"},{Key :"\u0070\u0061\u0072e\u006e\u006c\u0065\u0066\u0074\u0042\u0069\u0067",Value :"\u0070a\u0072\u0065\u006e\u006c\u0065\u0066t"},{Key :"\u0070\u0061\u0072\u0065\u006e\u006c\u0065\u0066\u0074\u0042\u0069\u0067\u0067",Value :"\u0070a\u0072\u0065\u006e\u006c\u0065\u0066t"},{Key :"\u0070\u0061\u0072e\u006e\u006c\u0065\u0066\u0074\u0062\u0069\u0067",Value :"\u0070a\u0072\u0065\u006e\u006c\u0065\u0066t"},{Key :"\u0070\u0061\u0072\u0065\u006e\u006c\u0065\u0066\u0074\u0062\u0069\u0067\u0067",Value :"\u0070a\u0072\u0065\u006e\u006c\u0065\u0066t"},{Key :"o\u0072\u006e\u0061\u0074el\u0065f\u0074\u0070\u0061\u0072\u0065n\u0074\u0068\u0065\u0073\u0069\u0073",Value :"p\u0061\u0072\u0065\u006ele\u0066t\u0061\u006c\u0074\u006f\u006ee\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0070\u0061\u0072e\u006e\u006c\u0065\u0066\u0074\u0073\u0075\u0062",Value :"\u0070\u0061\u0072\u0065\u006e\u006c\u0065\u0066\u0074\u0069\u006e\u0066e\u0072\u0069\u006f\u0072"},{Key :"\u0070\u0061\u0072\u0065\u006e\u0072\u0069\u0067\u0068\u0074\u0042\u0069\u0067",Value :"\u0070\u0061\u0072\u0065\u006e\u0072\u0069\u0067\u0068\u0074"},{Key :"\u0070\u0061\u0072\u0065\u006e\u0072\u0069\u0067\u0068t\u0042\u0069\u0067\u0067",Value :"\u0070\u0061\u0072\u0065\u006e\u0072\u0069\u0067\u0068\u0074"},{Key :"\u0070\u0061\u0072\u0065\u006e\u0072\u0069\u0067\u0068\u0074\u0062\u0069\u0067",Value :"\u0070\u0061\u0072\u0065\u006e\u0072\u0069\u0067\u0068\u0074"},{Key :"\u0070\u0061\u0072\u0065\u006e\u0072\u0069\u0067\u0068t\u0062\u0069\u0067\u0067",Value :"\u0070\u0061\u0072\u0065\u006e\u0072\u0069\u0067\u0068\u0074"},{Key :"\u006f\u0072\u006e\u0061te\u0072\u0069\u0067\u0068\u0074\u0070\u0061\u0072\u0065\u006e\u0074\u0068\u0065\u0073i\u0073",Value :"\u0070\u0061\u0072\u0065nr\u0069\u0067\u0068\u0074\u0061\u006c\u0074\u006f\u006e\u0065\u0061\u0072\u0061\u0062i\u0063"},{Key :"\u0070\u0061\u0072\u0065\u006e\u0072\u0069\u0067\u0068\u0074\u0073\u0075\u0062",Value :"\u0070a\u0072e\u006e\u0072\u0069\u0067\u0068t\u0069\u006ef\u0065\u0072\u0069\u006f\u0072"},{Key :"\u0068\u0065\u006c\u0070",Value :"\u0070\u0061\u0072e\u006e\u0072\u0069\u0067\u0068\u0074\u0074\u0070"},{Key :"\u0070a\u0072\u0074\u0069\u0061\u006c",Value :"p\u0061\u0072\u0074\u0069\u0061\u006c\u0064\u0069\u0066\u0066"},{Key :"\u006e\u0075\u006c\u006c",Value :"\u0070\u0061\u0073h\u0074\u0061\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0070a\u0074a\u0068\u0071\u0075\u0061\u0072t\u0065\u0072h\u0065\u0062\u0072\u0065\u0077",Value :"\u0070a\u0074\u0061\u0068\u0031\u0031"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0037\u00398",Value :"\u0070a\u0074\u0061\u0068\u0031\u0031"},{Key :"\u0070a\u0074\u0061\u0068\u0032\u0061",Value :"\u0070a\u0074\u0061\u0068\u0031\u0031"},{Key :"\u0070a\u0074a\u0068\u0077\u0069\u0064\u0065\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0070a\u0074\u0061\u0068\u0031\u0031"},{Key :"p\u0061\u0074\u0061\u0068\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0070a\u0074\u0061\u0068\u0031\u0031"},{Key :"\u0070a\u0074\u0061\u0068\u0031\u0064",Value :"\u0070a\u0074\u0061\u0068\u0031\u0031"},{Key :"\u0070\u0061\u0074a\u0068",Value :"\u0070a\u0074\u0061\u0068\u0031\u0031"},{Key :"\u0072e\u0063o\u0072\u0064\u0073\u0065\u0070\u0061\u0072\u0061\u0074\u006f\u0072",Value :"\u0070a\u0074\u0061\u0068\u0031\u0031"},{Key :"\u0070\u0061\u0074\u0061\u0068\u006e\u0061\u0072\u0072\u006f\u0077\u0068e\u0062\u0072\u0065\u0077",Value :"\u0070a\u0074\u0061\u0068\u0031\u0031"},{Key :"\u0062a\u0063\u006b\u0073\u0070\u0061\u0063e",Value :"p\u0061\u007a\u0065\u0072\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00381",Value :"\u0070\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0070e\u0063\u0079\u0072\u0069\u006c",Value :"\u0070\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0070\u0065\u0064\u0061\u0067\u0065\u0073\u0068\u0068e\u0062\u0072\u0065\u0077",Value :"\u0070\u0065\u0064\u0061\u0067\u0065\u0073\u0068"},{Key :"\u0070\u0065\u0077i\u0074\u0068\u0064\u0061\u0067\u0065\u0073\u0068",Value :"\u0070\u0065\u0064\u0061\u0067\u0065\u0073\u0068"},{Key :"\u0066\u0069\u006e\u0061\u006c\u0070\u0065\u0077\u0069\u0074\u0068\u0064a\u0067\u0065\u0073\u0068",Value :"\u0070\u0065\u0066\u0069na\u006c\u0064\u0061\u0067\u0065\u0073\u0068\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0035\u00306",Value :"\u0070e\u0068\u0061\u0072\u0061\u0062\u0069c"},{Key :"\u0070\u0065\u0068",Value :"\u0070e\u0068\u0061\u0072\u0061\u0062\u0069c"},{Key :"\u0070\u0065\u0068\u0066\u0069\u006e\u0061\u006c",Value :"\u0070\u0065\u0068\u0066\u0069\u006e\u0061\u006c\u0061r\u0061\u0062\u0069\u0063"},{Key :"\u0070\u0065\u0068\u0069\u006e\u0069\u0074\u0069\u0061\u006c",Value :"\u0070\u0065h\u0069\u006e\u0069t\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0070e\u0068\u006d\u0065\u0064\u0069\u0061l",Value :"\u0070e\u0068m\u0065\u0064\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0070\u0065\u0077\u0069\u0074\u0068\u0072\u0061\u0066\u0065",Value :"\u0070\u0065\u0072a\u0066\u0065\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0033\u00381",Value :"\u0070\u0065\u0072\u0063\u0065\u006e\u0074\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0061\u0072\u0061\u0062\u0069\u0063\u0070\u0065\u0072\u0063\u0065\u006et\u0073\u0069\u0067\u006e",Value :"\u0070\u0065\u0072\u0063\u0065\u006e\u0074\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0063\u0064\u006ft\u0070",Value :"\u0070\u0065\u0072\u0069\u006f\u0064\u0063\u0065\u006et\u0065\u0072\u0065\u0064"},{Key :"\u006d\u0069\u0064\u0064\u006f\u0074",Value :"\u0070\u0065\u0072\u0069\u006f\u0064\u0063\u0065\u006et\u0065\u0072\u0065\u0064"},{Key :"\u0064\u006f\u0075\u0062\u006c\u0065\u0062\u0061\u0072w\u0065\u0064\u0067\u0065",Value :"\u0070\u0065\u0072\u0070\u0063\u006f\u0072\u0072\u0065s\u0070\u006f\u006e\u0064"},{Key :"\u0062\u006f\u0074",Value :"\u0070\u0065\u0072\u0070\u0065\u006e\u0064\u0069\u0063\u0075\u006c\u0061\u0072"},{Key :"\u0050\u0074\u0073",Value :"\u0070\u0065\u0073\u0065\u0074\u0061"},{Key :"\u0070e\u0073\u0065\u0074\u0061\u0073",Value :"\u0070\u0065\u0073\u0065\u0074\u0061"},{Key :"\u006cc\u0065\u0064\u0069\u006c\u006c\u00611",Value :"\u0070\u0065\u0073o\u0031"},{Key :"\u0070\u0065\u0073\u006f\u0070\u0068",Value :"\u0070\u0065\u0073o\u0031"},{Key :"\u0075\u0070\u0076\u0061\u0072\u0070\u0068\u0069",Value :"\u0070\u0068\u0069"},{Key :"\u0070\u0068\u0069\u0073\u0079\u006d\u0062\u006f\u006cg\u0072\u0065\u0065\u006b",Value :"\u0070\u0068\u0069\u0031"},{Key :"\u0075\u0070\u0070h\u0069",Value :"\u0070\u0068\u0069\u0031"},{Key :"\u007ae\u0063\u0065\u0064\u0069\u006c\u006ca",Value :"\u0070\u0068\u0069\u0031"},{Key :"\u006f\u0076\u0065\u0072\u0073\u0063\u006f\u0072\u0065\u006e\u006f\u0073\u0070",Value :"\u0070\u0068\u0069\u006c\u0061\u0074\u0069\u006e"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00338",Value :"p\u0068\u0069\u006e\u0074\u0068\u0075\u0074\u0068\u0061\u0069"},{Key :"\u0044z\u0068\u0061\u0063\u0065\u006b",Value :"\u0070\u0068\u006fo\u006b"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00310",Value :"p\u0068\u006f\u0070\u0068\u0061\u006e\u0074\u0068\u0061\u0069"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00308",Value :"\u0070\u0068\u006fp\u0068\u0075\u006e\u0067\u0074\u0068\u0061\u0069"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00312",Value :"\u0070\u0068\u006f\u0073\u0061\u006d\u0070\u0068\u0061o\u0074\u0068\u0061\u0069"},{Key :"\u0075\u0070\u0070\u0069",Value :"\u0070\u0069"},{Key :"\u0061\u0072\u0072o\u0077\u006c\u0065\u0066\u0074\u006e\u006f\u0074",Value :"\u0070\u0069\u0077r\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e"},{Key :"\u0070\u006c\u0061\u006e\u0063\u006b\u006f\u0076\u0065r\u0032\u0070\u0069\u0031",Value :"\u0070\u006c\u0061\u006e\u0063\u006b\u006f\u0076\u0065\u0072\u0032\u0070\u0069"},{Key :"\u0068\u0073\u006c\u0061\u0073\u0068",Value :"\u0070\u006c\u0061\u006e\u0063\u006b\u006f\u0076\u0065\u0072\u0032\u0070\u0069"},{Key :"\u0070\u0069\u0031",Value :"\u0070\u006c\u0075s\u0062\u0065\u006c\u006f\u0077\u0063\u006d\u0062"},{Key :"\u0070l\u0075\u0073\u0073\u0075\u0062",Value :"\u0070\u006c\u0075s\u0069\u006e\u0066\u0065\u0072\u0069\u006f\u0072"},{Key :"\u0070\u006d",Value :"\u0070l\u0075\u0073\u006d\u0069\u006e\u0075s"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00307",Value :"\u0070o\u0070\u006c\u0061\u0074\u0068\u0061i"},{Key :"p\u0072\u0065\u0063\u006e\u0061\u0070\u0070\u0072\u006f\u0078",Value :"\u0070\u0072e\u0063\u0065\u0064e\u006e\u006f\u0074\u0064\u0062\u006c\u0065\u0071\u0076"},{Key :"\u0070\u0072\u0065\u0063\u006e\u0065\u0071\u0071",Value :"\u0070\u0072\u0065\u0063\u0065\u0064\u0065\u006e\u006f\u0074\u0073\u006cn\u0074\u0065\u0071\u006c"},{Key :"\u0070r\u0065c\u0065\u0065\u0064\u0073\u006eo\u0074\u0073i\u006d\u0069\u006c\u0061\u0072",Value :"\u0070r\u0065c\u0065\u0064\u0065\u006f\u0072n\u006f\u0074e\u0071\u0076\u006c\u006e\u0074"},{Key :"\u0070\u0072\u0065\u0063\u006e\u0073\u0069\u006d",Value :"\u0070r\u0065c\u0065\u0064\u0065\u006f\u0072n\u006f\u0074e\u0071\u0076\u006c\u006e\u0074"},{Key :"\u0070\u0072\u0065\u0063",Value :"\u0070\u0072\u0065\u0063\u0065\u0064\u0065\u0073"},{Key :"\u006e\u006ft\u0070\u0072\u0065c\u0065\u0064\u0065\u0073\u006f\u0072\u0065\u0071\u006c",Value :"\u0070\u0072\u0065\u0063\u0065\u0064\u0065\u0073\u0065\u0071\u0075\u0061\u006c"},{Key :"\u0070\u0072\u0065\u0063\u0065\u0071",Value :"\u0070\u0072\u0065\u0063\u0065\u0064\u0065\u0073\u0065\u0071\u0075\u0061\u006c"},{Key :"p\u0072\u0065\u0063\u0063\u0075\u0072\u006c\u0079\u0065\u0071",Value :"\u0070r\u0065c\u0065\u0064\u0065\u0073\u006f\u0072\u0063\u0075\u0072\u006c\u0079"},{Key :"\u0070\u0072\u0065\u0063\u0065\u0064\u0065\u0073\u0065q\u0075\u0061\u006c\u0031",Value :"\u0070r\u0065c\u0065\u0064\u0065\u0073\u006f\u0072\u0063\u0075\u0072\u006c\u0079"},{Key :"\u0070\u0072\u0065\u0063\u0065\u0064\u0065\u0071\u0075i\u0076\u006c\u006e\u0074",Value :"\u0070r\u0065c\u0065\u0064\u0065\u0073\u006f\u0072\u0065\u0071\u0075\u0061\u006c"},{Key :"\u0070r\u0065\u0063\u0073\u0069\u006d",Value :"\u0070r\u0065c\u0065\u0064\u0065\u0073\u006f\u0072\u0065\u0071\u0075\u0061\u006c"},{Key :"\u0052\u0078",Value :"\u0070\u0072\u0065s\u0063\u0072\u0069\u0070\u0074\u0069\u006f\u006e"},{Key :"\u0062a\u0063\u006b\u0070\u0072\u0069\u006de",Value :"\u0070\u0072\u0069\u006d\u0065\u0072\u0065\u0076\u0065\u0072\u0073\u0065\u0064"},{Key :"\u006di\u006e\u0075\u0074\u0065\u0072\u0065v",Value :"\u0070\u0072\u0069\u006d\u0065\u0072\u0065\u0076\u0065\u0072\u0073\u0065\u0064"},{Key :"\u0070\u0072\u0069\u006d\u0065\u0072\u0065\u0076",Value :"\u0070\u0072\u0069\u006d\u0065\u0072\u0065\u0076\u0065\u0072\u0073\u0065\u0064"},{Key :"\u0070r\u0069\u006d\u0065\u0072\u0065\u00761",Value :"\u0070\u0072\u0069\u006d\u0065\u0072\u0065\u0076\u0065\u0072\u0073\u0065\u0064"},{Key :"\u0070\u0072\u0069m\u0065\u0072\u0065\u0076\u0065\u0072\u0073\u0065",Value :"\u0070\u0072\u0069\u006d\u0065\u0072\u0065\u0076\u0065\u0072\u0073\u0065\u0064"},{Key :"\u0070\u0072\u006f\u0064",Value :"\u0070r\u006f\u0064\u0075\u0063\u0074"},{Key :"\u0070\u0072\u006f\u0064\u0075\u0063\u0074\u0064\u0069s\u0070\u006c\u0061\u0079",Value :"\u0070r\u006f\u0064\u0075\u0063\u0074"},{Key :"p\u0072\u006f\u0064\u0075\u0063\u0074\u0074\u0065\u0078\u0074",Value :"\u0070r\u006f\u0064\u0075\u0063\u0074"},{Key :"v\u0061\u0072\u0062\u0061\u0072\u0077\u0065\u0064\u0067\u0065",Value :"\u0070\u0072\u006f\u006a\u0065\u0063\u0074\u0069\u0076\u0065"},{Key :"\u0073\u0075\u0062\u0073\u0065\u0074",Value :"\u0070\u0072\u006fp\u0065\u0072\u0073\u0075\u0062\u0073\u0065\u0074"},{Key :"\u0073\u0075\u0070\u0065\u0072\u0073\u0065\u0074",Value :"\u0070\u0072\u006f\u0070\u0065\u0072\u0073\u0075\u0070e\u0072\u0073\u0065\u0074"},{Key :"\u0073\u0075\u0070\u0073\u0065\u0074",Value :"\u0070\u0072\u006f\u0070\u0065\u0072\u0073\u0075\u0070e\u0072\u0073\u0065\u0074"},{Key :"\u0043\u006f\u006co\u006e",Value :"\u0070\u0072\u006f\u0070\u006f\u0072\u0074\u0069\u006f\u006e"},{Key :"\u0070\u0072\u006f\u0070\u0074\u006f",Value :"\u0070\u0072\u006fp\u006f\u0072\u0074\u0069\u006f\u006e\u0061\u006c"},{Key :"\u006co\u0077\u0065\u0072\u0072\u0061\u006ek",Value :"\u0070\u0072\u0075\u0072\u0065\u006c"},{Key :"\u0075\u0070\u0070s\u0069",Value :"\u0070\u0073\u0069"},{Key :"\u0073h\u0069\u0066\u0074\u0069\u006e",Value :"q\u0061\u0064\u006d\u0061\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0071\u0061\u0066\u0066\u0069\u006e\u0061\u006c",Value :"\u0071\u0061\u0066\u0066\u0069\u006e\u0061\u006c\u0061r\u0061\u0062\u0069\u0063"},{Key :"\u0071\u0061\u0066\u0069\u006e\u0069\u0074\u0069\u0061\u006c",Value :"\u0071\u0061f\u0069\u006e\u0069t\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0071a\u0066\u006d\u0065\u0064\u0069\u0061l",Value :"\u0071a\u0066m\u0065\u0064\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"a\u0063\u006b\u006e\u006f\u0077\u006c\u0065\u0064\u0067\u0065",Value :"\u0071\u0061r\u006e\u0065\u0079p\u0061\u0072\u0061\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078\u0073\u0075b\u006e\u006f\u0073\u0070",Value :"\u0071\u0068\u006fo\u006b"},{Key :"\u0071o\u0066d\u0061\u0067\u0065\u0073\u0068\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0071o\u0066\u0064\u0061\u0067\u0065\u0073h"},{Key :"\u0071\u006f\u0066\u0077\u0069\u0074\u0068\u0064\u0061\u0067\u0065\u0073\u0068",Value :"\u0071o\u0066\u0064\u0061\u0067\u0065\u0073h"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0036\u00387",Value :"\u0071o\u0066q\u0075\u0062\u0075\u0074\u0073\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0071\u006f\u0066",Value :"\u0071o\u0066q\u0075\u0062\u0075\u0074\u0073\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0071\u006f\u0066\u0068\u0061\u0074\u0061\u0066\u0070\u0061\u0074\u0061\u0068",Value :"\u0071o\u0066q\u0075\u0062\u0075\u0074\u0073\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0071\u006f\u0066\u0068at\u0061\u0066\u0070\u0061\u0074\u0061\u0068\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0071o\u0066q\u0075\u0062\u0075\u0074\u0073\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0071\u006f\u0066\u0068\u0061\u0074\u0061\u0066\u0073\u0065\u0067\u006f\u006c",Value :"\u0071o\u0066q\u0075\u0062\u0075\u0074\u0073\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0071\u006f\u0066\u0068at\u0061\u0066\u0073\u0065\u0067\u006f\u006c\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0071o\u0066q\u0075\u0062\u0075\u0074\u0073\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0071o\u0066\u0068\u0065\u0062\u0072\u0065w",Value :"\u0071o\u0066q\u0075\u0062\u0075\u0074\u0073\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0071\u006f\u0066\u0068\u0069\u0072\u0069\u0071",Value :"\u0071o\u0066q\u0075\u0062\u0075\u0074\u0073\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0071\u006f\u0066\u0068\u0069\u0072\u0069\u0071\u0068e\u0062\u0072\u0065\u0077",Value :"\u0071o\u0066q\u0075\u0062\u0075\u0074\u0073\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0071\u006f\u0066\u0068\u006f\u006c\u0061\u006d",Value :"\u0071o\u0066q\u0075\u0062\u0075\u0074\u0073\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0071\u006f\u0066\u0068\u006f\u006c\u0061\u006d\u0068e\u0062\u0072\u0065\u0077",Value :"\u0071o\u0066q\u0075\u0062\u0075\u0074\u0073\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0071\u006f\u0066\u0070\u0061\u0074\u0061\u0068",Value :"\u0071o\u0066q\u0075\u0062\u0075\u0074\u0073\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0071\u006f\u0066\u0070\u0061\u0074\u0061\u0068\u0068e\u0062\u0072\u0065\u0077",Value :"\u0071o\u0066q\u0075\u0062\u0075\u0074\u0073\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0071o\u0066\u0071\u0061\u006d\u0061\u0074s",Value :"\u0071o\u0066q\u0075\u0062\u0075\u0074\u0073\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0071o\u0066q\u0061\u006d\u0061\u0074\u0073\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0071o\u0066q\u0075\u0062\u0075\u0074\u0073\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0071o\u0066\u0071\u0075\u0062\u0075\u0074s",Value :"\u0071o\u0066q\u0075\u0062\u0075\u0074\u0073\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0071\u006f\u0066\u0073\u0065\u0067\u006f\u006c",Value :"\u0071o\u0066q\u0075\u0062\u0075\u0074\u0073\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0071\u006f\u0066\u0073\u0065\u0067\u006f\u006c\u0068e\u0062\u0072\u0065\u0077",Value :"\u0071o\u0066q\u0075\u0062\u0075\u0074\u0073\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0071\u006f\u0066\u0073\u0068\u0065\u0076\u0061",Value :"\u0071o\u0066q\u0075\u0062\u0075\u0074\u0073\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0071\u006f\u0066\u0073\u0068\u0065\u0076\u0061\u0068e\u0062\u0072\u0065\u0077",Value :"\u0071o\u0066q\u0075\u0062\u0075\u0074\u0073\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0071\u006f\u0066\u0074\u0073\u0065\u0072\u0065",Value :"\u0071o\u0066q\u0075\u0062\u0075\u0074\u0073\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0071\u006f\u0066\u0074\u0073\u0065\u0072\u0065\u0068e\u0062\u0072\u0065\u0077",Value :"\u0071o\u0066q\u0075\u0062\u0075\u0074\u0073\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0037\u00396",Value :"\u0071\u0075b\u0075\u0074\u0073w\u0069\u0064\u0065\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0062\u006c\u0061\u006e\u006b\u0062",Value :"\u0071\u0075b\u0075\u0074\u0073w\u0069\u0064\u0065\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0071\u0069\u0062\u0075\u0074\u0073",Value :"\u0071\u0075b\u0075\u0074\u0073w\u0069\u0064\u0065\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0071\u0075\u0062\u0075\u0074\u0073",Value :"\u0071\u0075b\u0075\u0074\u0073w\u0069\u0064\u0065\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0071\u0075\u0062\u0075\u0074\u0073\u0031\u0038",Value :"\u0071\u0075b\u0075\u0074\u0073w\u0069\u0064\u0065\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0071\u0075\u0062\u0075\u0074\u0073\u0032\u0035",Value :"\u0071\u0075b\u0075\u0074\u0073w\u0069\u0064\u0065\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0071\u0075\u0062\u0075\u0074\u0073\u0033\u0031",Value :"\u0071\u0075b\u0075\u0074\u0073w\u0069\u0064\u0065\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0071\u0075\u0062u\u0074\u0073\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0071\u0075b\u0075\u0074\u0073w\u0069\u0064\u0065\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0071u\u0062u\u0074\u0073\u006e\u0061\u0072r\u006f\u0077h\u0065\u0062\u0072\u0065\u0077",Value :"\u0071\u0075b\u0075\u0074\u0073w\u0069\u0064\u0065\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0071\u0075\u0062\u0075ts\u0071\u0075\u0061\u0072\u0074\u0065\u0072\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0071\u0075b\u0075\u0074\u0073w\u0069\u0064\u0065\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0071\u0075\u0065\u0073\u0074\u0069\u006f\u006e\u0065\u0071\u0075\u0061\u006c",Value :"\u0071u\u0065\u0073\u0074\u0065\u0071"},{Key :"\u0071\u0075\u006f\u0074\u0065\u0073\u0069\u006e\u0067l\u006c\u0065\u0066\u0074",Value :"\u0071u\u006f\u0074\u0065\u006c\u0065\u0066t"},{Key :"\u0071\u0075\u006f\u0074\u0065\u006c\u0065\u0066\u0074\u0072\u0065\u0076e\u0072\u0073\u0065\u0064",Value :"\u0071\u0075\u006f\u0074\u0065\u0072\u0065\u0076\u0065\u0072\u0073\u0065\u0064"},{Key :"\u0071\u0075\u006f\u0074\u0065\u0073\u0069\u006e\u0067\u006c\u0072\u0065\u0076",Value :"\u0071\u0075\u006f\u0074\u0065\u0072\u0065\u0076\u0065\u0072\u0073\u0065\u0064"},{Key :"\u0071u\u006ft\u0065\u0073\u0069\u006e\u0067\u006c\u0072\u0069\u0067\u0068\u0074",Value :"\u0071\u0075\u006f\u0074\u0065\u0072\u0069\u0067\u0068\u0074"},{Key :"n\u0061\u0070\u006f\u0073\u0074\u0072\u006f\u0070\u0068\u0065",Value :"q\u0075\u006f\u0074\u0065\u0072\u0069\u0067\u0068\u0074\u006e"},{Key :"\u0072\u0061\u0064\u0069\u0063\u0061\u006c\u0042\u0069\u0067",Value :"\u0072a\u0064\u0069\u0063\u0061\u006c"},{Key :"r\u0061\u0064\u0069\u0063\u0061\u006c\u0042\u0069\u0067\u0067",Value :"\u0072a\u0064\u0069\u0063\u0061\u006c"},{Key :"\u0072\u0061\u0064\u0069\u0063\u0061\u006c\u0062\u0069\u0067",Value :"\u0072a\u0064\u0069\u0063\u0061\u006c"},{Key :"r\u0061\u0064\u0069\u0063\u0061\u006c\u0062\u0069\u0067\u0067",Value :"\u0072a\u0064\u0069\u0063\u0061\u006c"},{Key :"\u0072a\u0064\u0069\u0063\u0061\u006c\u0062t",Value :"\u0072a\u0064\u0069\u0063\u0061\u006c"},{Key :"\u0072a\u0064\u0069\u0063\u0061\u006c\u0074p",Value :"\u0072a\u0064\u0069\u0063\u0061\u006c"},{Key :"\u0072\u0061\u0064\u0069\u0063\u0061\u006c\u0076\u0065\u0072\u0074\u0065\u0078",Value :"\u0072a\u0064\u0069\u0063\u0061\u006c"},{Key :"\u0073\u0071\u0072\u0074",Value :"\u0072a\u0064\u0069\u0063\u0061\u006c"},{Key :"\u0073\u0071\u0075\u0061\u0072\u0065\u0072\u006f\u006f\u0074",Value :"\u0072a\u0064\u0069\u0063\u0061\u006c"},{Key :"\u006da\u0074\u0068\u0072\u0061\u0074\u0069o",Value :"\u0072\u0061\u0074i\u006f"},{Key :"\u0072\u0063\u006fm\u006d\u0061\u0061\u0063\u0063\u0065\u006e\u0074",Value :"\u0072\u0063\u0065\u0064\u0069\u006c\u006c\u0061"},{Key :"\u0052\u0073\u006da\u006c\u006c\u0063\u0061\u0070\u0069\u006e\u0076",Value :"\u0072d\u0062\u006c\u0067\u0072\u0061\u0076e"},{Key :"\u0073\u006f\u0075\u006e\u0064\u0063\u006f\u0070\u0079r\u0069\u0067\u0068\u0074",Value :"r\u0065\u0063\u006f\u0072\u0064\u0072\u0069\u0067\u0068\u0074"},{Key :"\u0072e\u0066\u006d\u0061\u0072\u006b",Value :"\u0072\u0065\u0066\u0065\u0072\u0065\u006e\u0063\u0065\u006d\u0061\u0072\u006b"},{Key :"\u0073\u0075\u0062\u0073\u0065\u0074\u0065\u0071",Value :"\u0072\u0065\u0066l\u0065\u0078\u0073\u0075\u0062\u0073\u0065\u0074"},{Key :"\u0073\u0075\u0062\u0073\u0065\u0074\u006f\u0072\u0065\u0071\u0075\u0061\u006c",Value :"\u0072\u0065\u0066l\u0065\u0078\u0073\u0075\u0062\u0073\u0065\u0074"},{Key :"\u0073u\u0070e\u0072\u0073\u0065\u0074\u006f\u0072\u0065\u0071\u0075\u0061\u006c",Value :"\u0072\u0065\u0066\u006c\u0065\u0078\u0073\u0075\u0070e\u0072\u0073\u0065\u0074"},{Key :"\u0073\u0075\u0070\u0073\u0065\u0074\u0065\u0071",Value :"\u0072\u0065\u0066\u006c\u0065\u0078\u0073\u0075\u0070e\u0072\u0073\u0065\u0074"},{Key :"\u0063i\u0072\u0063\u006c\u0065\u0052",Value :"\u0072\u0065\u0067\u0069\u0073\u0074\u0065\u0072\u0065\u0064"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00325",Value :"\u0072e\u0068\u0061\u0072\u0061\u0062\u0069c"},{Key :"\u0072\u0065\u0068",Value :"\u0072e\u0068\u0061\u0072\u0061\u0062\u0069c"},{Key :"\u0072\u0065\u0068\u0079eh\u0061\u006c\u0065\u0066\u006c\u0061\u006d\u0061\u0072\u0061\u0062\u0069\u0063",Value :"\u0072e\u0068\u0061\u0072\u0061\u0062\u0069c"},{Key :"\u0061\u0072\u0072\u006f\u0077\u006e\u006f\u0072\u0074h\u0065\u0061\u0073\u0074",Value :"r\u0065\u0068\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e"},{Key :"\u0072\u0065\u0068\u0066\u0069\u006e\u0061\u006c",Value :"\u0072\u0065\u0068\u0066\u0069\u006e\u0061\u006c\u0061r\u0061\u0062\u0069\u0063"},{Key :"\u0072\u0065\u0073\u0068\u0077\u0069\u0074\u0068\u0064a\u0067\u0065\u0073\u0068",Value :"\u0072\u0065s\u0068\u0064\u0061g\u0065\u0073\u0068\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0036\u00388",Value :"\u0072e\u0073\u0068\u0068\u0069\u0072\u0069q"},{Key :"\u0072\u0065\u0073\u0068",Value :"\u0072e\u0073\u0068\u0068\u0069\u0072\u0069q"},{Key :"\u0072\u0065\u0073\u0068\u0068\u0061\u0074\u0061\u0066p\u0061\u0074\u0061\u0068",Value :"\u0072e\u0073\u0068\u0068\u0069\u0072\u0069q"},{Key :"r\u0065s\u0068\u0068\u0061\u0074\u0061\u0066\u0070\u0061t\u0061\u0068\u0068\u0065br\u0065\u0077",Value :"\u0072e\u0073\u0068\u0068\u0069\u0072\u0069q"},{Key :"\u0072\u0065\u0073\u0068\u0068\u0061\u0074\u0061\u0066s\u0065\u0067\u006f\u006c",Value :"\u0072e\u0073\u0068\u0068\u0069\u0072\u0069q"},{Key :"r\u0065s\u0068\u0068\u0061\u0074\u0061\u0066\u0073\u0065g\u006f\u006c\u0068\u0065br\u0065\u0077",Value :"\u0072e\u0073\u0068\u0068\u0069\u0072\u0069q"},{Key :"\u0072\u0065\u0073\u0068\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0072e\u0073\u0068\u0068\u0069\u0072\u0069q"},{Key :"\u0072e\u0073h\u0068\u0069\u0072\u0069\u0071\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0072e\u0073\u0068\u0068\u0069\u0072\u0069q"},{Key :"\u0072e\u0073\u0068\u0068\u006f\u006c\u0061m",Value :"\u0072e\u0073\u0068\u0068\u0069\u0072\u0069q"},{Key :"\u0072e\u0073h\u0068\u006f\u006c\u0061\u006d\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0072e\u0073\u0068\u0068\u0069\u0072\u0069q"},{Key :"\u0072e\u0073\u0068\u0070\u0061\u0074\u0061h",Value :"\u0072e\u0073\u0068\u0068\u0069\u0072\u0069q"},{Key :"\u0072e\u0073h\u0070\u0061\u0074\u0061\u0068\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0072e\u0073\u0068\u0068\u0069\u0072\u0069q"},{Key :"\u0072\u0065\u0073\u0068\u0071\u0061\u006d\u0061\u0074\u0073",Value :"\u0072e\u0073\u0068\u0068\u0069\u0072\u0069q"},{Key :"\u0072\u0065s\u0068\u0071\u0061m\u0061\u0074\u0073\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0072e\u0073\u0068\u0068\u0069\u0072\u0069q"},{Key :"\u0072\u0065\u0073\u0068\u0071\u0075\u0062\u0075\u0074\u0073",Value :"\u0072e\u0073\u0068\u0068\u0069\u0072\u0069q"},{Key :"\u0072\u0065s\u0068\u0071\u0075b\u0075\u0074\u0073\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0072e\u0073\u0068\u0068\u0069\u0072\u0069q"},{Key :"\u0072e\u0073\u0068\u0073\u0065\u0067\u006fl",Value :"\u0072e\u0073\u0068\u0068\u0069\u0072\u0069q"},{Key :"\u0072e\u0073h\u0073\u0065\u0067\u006f\u006c\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0072e\u0073\u0068\u0068\u0069\u0072\u0069q"},{Key :"\u0072e\u0073\u0068\u0073\u0068\u0065\u0076a",Value :"\u0072e\u0073\u0068\u0068\u0069\u0072\u0069q"},{Key :"\u0072e\u0073h\u0073\u0068\u0065\u0076\u0061\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0072e\u0073\u0068\u0068\u0069\u0072\u0069q"},{Key :"\u0072e\u0073\u0068\u0074\u0073\u0065\u0072e",Value :"\u0072e\u0073\u0068\u0068\u0069\u0072\u0069q"},{Key :"\u0072e\u0073h\u0074\u0073\u0065\u0072\u0065\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0072e\u0073\u0068\u0068\u0069\u0072\u0069q"},{Key :"\u0062a\u0063\u006b\u0073\u0069\u006d\u0065q",Value :"\u0072\u0065\u0076\u0061\u0073\u0079\u006d\u0070\u0074e\u0071\u0075\u0061\u006c"},{Key :"\u0062a\u0063\u006b\u0073\u0069\u006d",Value :"\u0072\u0065\u0076\u0065\u0072\u0073\u0065\u0064\u0074\u0069\u006c\u0064\u0065"},{Key :"\u0072\u0065\u0076\u0073\u0069\u006d\u0069\u006c\u0061\u0072",Value :"\u0072\u0065\u0076\u0065\u0072\u0073\u0065\u0064\u0074\u0069\u006c\u0064\u0065"},{Key :"\u0074\u0069\u006c\u0064\u0065\u0072\u0065\u0076\u0065\u0072\u0073\u0065\u0064",Value :"\u0072\u0065\u0076\u0065\u0072\u0073\u0065\u0064\u0074\u0069\u006c\u0064\u0065"},{Key :"\u0061\u0072r\u006f\u0077\u006co\u006e\u0067\u0062\u006f\u0074\u0068\u006e\u006f\u0074",Value :"\u0072e\u0076i\u0061\u006d\u0075\u0067\u0072a\u0073\u0068h\u0065\u0062\u0072\u0065\u0077"},{Key :"r\u0065\u0076\u0069\u0061\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0072e\u0076i\u0061\u006d\u0075\u0067\u0072a\u0073\u0068h\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0069\u006e\u0076\u006e\u006f\u0074",Value :"\u0072\u0065\u0076\u006c\u006f\u0067\u0069\u0063\u0061\u006c\u006e\u006f\u0074"},{Key :"\u006co\u0067i\u0063\u0061\u006c\u006e\u006ft\u0072\u0065v\u0065\u0072\u0073\u0065\u0064",Value :"\u0072\u0065\u0076\u006c\u006f\u0067\u0069\u0063\u0061\u006c\u006e\u006f\u0074"},{Key :"\u0061\u0063\u0075t\u0065\u0064\u0062\u006c\u006e\u006f\u0073\u0070",Value :"\u0072f\u0069\u0073\u0068\u0068\u006f\u006fk"},{Key :"\u0068a\u0063\u0065\u006b\u006e\u006f\u0073p",Value :"\u0072\u0066\u0069\u0073\u0068\u0068\u006f\u006f\u006b\u0072\u0065\u0076e\u0072\u0073\u0065\u0064"},{Key :"\u0075\u0070\u0072h\u006f",Value :"\u0072\u0068\u006f"},{Key :"\u0072\u0069\u006e\u0067\u006e\u006f\u0073\u0070",Value :"\u0072\u0068\u006fo\u006b"},{Key :"\u0064\u0069\u0065r\u0065\u0073\u0069\u0073\u006e\u006f\u0073\u0070",Value :"r\u0068\u006f\u006f\u006b\u0074\u0075\u0072\u006e\u0065\u0064"},{Key :"\u0074\u0065\u0074s\u0065",Value :"\u0072\u0068\u006f\u0073\u0079\u006d\u0062\u006f\u006cg\u0072\u0065\u0065\u006b"},{Key :"\u0075\u0070\u0076\u0061\u0072\u0072\u0068\u006f",Value :"\u0072\u0068\u006f\u0073\u0079\u006d\u0062\u006f\u006cg\u0072\u0065\u0065\u006b"},{Key :"\u0075\u0072\u0063\u006f\u0072\u006e\u0065\u0072",Value :"\u0072\u0069\u0067h\u0074\u0061\u006e\u0067\u006c\u0065\u006e\u0065"},{Key :"\u0075\u006c\u0063\u006f\u0072\u006e\u0065\u0072",Value :"\u0072\u0069\u0067h\u0074\u0061\u006e\u0067\u006c\u0065\u006e\u0077"},{Key :"\u006c\u0072\u0063\u006f\u0072\u006e\u0065\u0072",Value :"\u0072\u0069\u0067h\u0074\u0061\u006e\u0067\u006c\u0065\u0073\u0065"},{Key :"\u006c\u006c\u0063\u006f\u0072\u006e\u0065\u0072",Value :"\u0072\u0069\u0067h\u0074\u0061\u006e\u0067\u006c\u0065\u0073\u0077"},{Key :"\u0062\u0065\u0074a\u0031",Value :"\u0072\u0069\u0067\u0068\u0074\u0074\u0061\u0063\u006b\u0062\u0065\u006co\u0077\u0063\u006d\u0062"},{Key :"\u0076\u0061\u0072\u006c\u0072\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065",Value :"\u0072\u0069\u0067\u0068\u0074\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065"},{Key :"\u006f\u0063\u0069r\u0063",Value :"\u0072i\u006e\u0067\u0063\u006d\u0062"},{Key :"\u0055\u0070\u0073\u0069\u006c\u006f\u006e\u0031\u0074\u006f\u006e\u006f\u0073",Value :"r\u0069n\u0067\u0068\u0061\u006c\u0066\u006c\u0065\u0066t\u0062\u0065\u006c\u006fwc\u006d\u0062"},{Key :"\u006eu\u006de\u0072\u0061\u006c\u0067\u0072\u0065\u0065\u006b\u0073\u0075\u0062",Value :"\u0072\u0069\u006e\u0067\u0068\u0061\u006c\u0066\u0072\u0069\u0067\u0068\u0074"},{Key :"\u006b\u0061\u0070\u0070\u0061\u0031",Value :"r\u0069\u006e\u0067\u0068al\u0066r\u0069\u0067\u0068\u0074\u0062e\u006c\u006f\u0077\u0063\u006d\u0062"},{Key :"\u0065\u0071\u0063\u0069\u0072\u0063",Value :"r\u0069\u006e\u0067\u0069\u006e\u0065\u0071\u0075\u0061\u006c"},{Key :"h\u006f\u006f\u006b\u0073\u0075\u0070\u006e\u006f\u0073\u0070",Value :"\u0072\u006c\u006f\u006e\u0067\u006c\u0065\u0067"},{Key :"\u0064o\u0074\u006e\u006f\u0073\u0070",Value :"\u0072\u006c\u006f\u006e\u0067\u006c\u0065\u0067\u0074u\u0072\u006e\u0065\u0064"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00315",Value :"\u0072o\u0072\u0075\u0061\u0074\u0068\u0061i"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0035\u00313",Value :"\u0072\u0072\u0065\u0068\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0062\u006c\u006f\u0063\u006b\u0072\u0069\u0067\u0068t\u0068\u0061\u006c\u0066",Value :"\u0072t\u0062\u006c\u006f\u0063\u006b"},{Key :"\u0062r\u0065\u0076\u0065\u006e\u006f\u0073p",Value :"\u0072t\u0075\u0072\u006e\u0065\u0064"},{Key :"\u0061\u0063\u0075\u0074\u0065\u0072\u0069\u0067\u0068t\u006e\u006f\u0073\u0070",Value :"\u0072t\u0075r\u006e\u0065\u0064\u0073\u0075\u0070\u0065\u0072\u0069\u006f\u0072"},{Key :"\u0072\u0074\u0075\u0072\u006e\u0068\u006f\u006f\u006bs\u0075\u0070\u0065\u0072",Value :"\u0072\u0074u\u0072\u006e\u0072t\u0068\u006f\u006f\u006b\u0073\u0075\u0070\u0065\u0072"},{Key :"\u0072\u0075\u0070\u0065\u0065\u0073",Value :"\u0072\u0075\u0070e\u0065"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00316",Value :"\u0072\u0075\u0074\u0068\u0061\u0069"},{Key :"\u0073\u0061\u0064\u0066\u0069\u006e\u0061\u006c",Value :"\u0073\u0061\u0064\u0066\u0069\u006e\u0061\u006c\u0061r\u0061\u0062\u0069\u0063"},{Key :"\u0073\u0061\u0064\u0069\u006e\u0069\u0074\u0069\u0061\u006c",Value :"\u0073\u0061d\u0069\u006e\u0069t\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0073a\u0064\u006d\u0065\u0064\u0069\u0061l",Value :"\u0073a\u0064m\u0065\u0064\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0036\u00381",Value :"\u0073\u0061\u006d\u0065\u006b\u0068"},{Key :"\u0073\u0061\u006de\u006b\u0068\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0073\u0061\u006d\u0065\u006b\u0068"},{Key :"\u0073\u0061\u006de\u006b\u0068\u0064\u0061\u0067\u0065\u0073\u0068",Value :"\u0073a\u006de\u006b\u0068\u0064\u0061\u0067e\u0073\u0068h\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0073\u0061m\u0065\u006b\u0068w\u0069\u0074\u0068\u0064\u0061\u0067\u0065\u0073\u0068",Value :"\u0073a\u006de\u006b\u0068\u0064\u0061\u0067e\u0073\u0068h\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00330",Value :"\u0073\u0061\u0072\u0061\u0061\u0061\u0074\u0068\u0061\u0069"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00345",Value :"\u0073\u0061\u0072\u0061\u0061\u0065\u0074\u0068\u0061\u0069"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00348",Value :"\u0073a\u0072a\u0061\u0069\u006d\u0061\u0069m\u0061\u006ca\u0069\u0074\u0068\u0061\u0069"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00347",Value :"\u0073\u0061\u0072\u0061\u0061\u0069\u006d\u0061\u0069\u006d\u0075\u0061n\u0074\u0068\u0061\u0069"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00331",Value :"\u0073\u0061\u0072\u0061\u0061\u006d\u0074\u0068\u0061\u0069"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00329",Value :"\u0073a\u0072\u0061\u0061\u0074\u0068\u0061i"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00344",Value :"\u0073a\u0072\u0061\u0065\u0074\u0068\u0061i"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00333",Value :"\u0073\u0061\u0072\u0061\u0069\u0069\u0074\u0068\u0061\u0069"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00332",Value :"\u0073a\u0072\u0061\u0069\u0074\u0068\u0061i"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00346",Value :"\u0073a\u0072\u0061\u006f\u0074\u0068\u0061i"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00335",Value :"s\u0061\u0072\u0061\u0075\u0065\u0065\u0074\u0068\u0061\u0069"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00334",Value :"\u0073\u0061\u0072\u0061\u0075\u0065\u0074\u0068\u0061\u0069"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00336",Value :"\u0073a\u0072\u0061\u0075\u0074\u0068\u0061i"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00337",Value :"\u0073\u0061\u0072\u0061\u0075\u0075\u0074\u0068\u0061\u0069"},{Key :"\u0073a\u0074\u0069\u0073\u0066\u0079",Value :"\u0073a\u0074\u0069\u0073\u0066\u0069\u0065s"},{Key :"\u0076\u0044\u0061s\u0068",Value :"\u0073a\u0074\u0069\u0073\u0066\u0069\u0065s"},{Key :"\u006c\u0065\u006e\u0067\u0074\u0068",Value :"\u0073\u0063\u0068w\u0061"},{Key :"\u0061f\u0069\u0069\u0031\u0030\u0038\u00346",Value :"\u0073\u0063\u0068\u0077\u0061\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0068\u0061\u006c\u0066\u006c\u0065\u006e\u0067\u0074\u0068",Value :"\u0073c\u0068\u0077\u0061\u0068\u006f\u006fk"},{Key :"\u0068\u0069\u0067\u0068\u0065\u0072\u0072\u0061\u006e\u006b",Value :"\u0073\u0063\u0075\u0072\u0065\u006c"},{Key :"\u0064\u0070\u0072\u0069\u006d\u0065",Value :"\u0073\u0065\u0063\u006f\u006e\u0064"},{Key :"\u0070\u0072\u0069\u006d\u0065\u0064\u0062\u006c",Value :"\u0073\u0065\u0063\u006f\u006e\u0064"},{Key :"\u0070r\u0069\u006d\u0065\u0064\u0062\u006c1",Value :"\u0073\u0065\u0063\u006f\u006e\u0064"},{Key :"\u0073e\u0065\u006e\u0066\u0069\u006e\u0061l",Value :"\u0073e\u0065n\u0066\u0069\u006e\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"s\u0065\u0065\u006e\u0069\u006e\u0069\u0074\u0069\u0061\u006c",Value :"\u0073\u0065\u0065\u006e\u0069\u006e\u0069\u0074\u0069\u0061\u006c\u0061r\u0061\u0062\u0069\u0063"},{Key :"\u0073\u0065\u0065\u006e\u006d\u0065\u0064\u0069\u0061\u006c",Value :"\u0073\u0065e\u006e\u006d\u0065d\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0037\u00395",Value :"s\u0065\u0067\u006f\u006c\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0067\u0072\u006f\u0075\u0070\u0073\u0065\u0070\u0061r\u0061\u0074\u006f\u0072",Value :"s\u0065\u0067\u006f\u006c\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0073\u0065\u0067o\u006c",Value :"s\u0065\u0067\u006f\u006c\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0073e\u0067\u006f\u006c\u0031\u0066",Value :"s\u0065\u0067\u006f\u006c\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0073e\u0067\u006f\u006c\u0032\u0063",Value :"s\u0065\u0067\u006f\u006c\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0073e\u0067\u006f\u006c\u0031\u0033",Value :"s\u0065\u0067\u006f\u006c\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0073\u0065\u0067\u006f\u006c\u006e\u0061\u0072\u0072\u006f\u0077\u0068e\u0062\u0072\u0065\u0077",Value :"s\u0065\u0067\u006f\u006c\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0073e\u0067o\u006c\u0071\u0075\u0061\u0072t\u0065\u0072h\u0065\u0062\u0072\u0065\u0077",Value :"s\u0065\u0067\u006f\u006c\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0073e\u0067o\u006c\u0077\u0069\u0064\u0065\u0068\u0065\u0062\u0072\u0065\u0077",Value :"s\u0065\u0067\u006f\u006c\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0061\u0072\u0072\u006f\u0077\u006c\u006f\u006e\u0067\u0062\u006f\u0074\u0068",Value :"s\u0065\u0068\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e"},{Key :"\u0073\u0065\u0076\u0065\u006e\u0073\u0075\u0062",Value :"\u0073\u0065\u0076\u0065\u006e\u0069\u006e\u0066\u0065\u0072\u0069\u006f\u0072"},{Key :"\u0065\u0078t\u0065\u006e\u0064\u0065\u0064\u0061\u0072\u0061\u0062\u0069\u0063\u0069\u006e\u0064\u0069\u0063\u0064\u0069\u0067\u0069\u0074\u0073ev\u0065\u006e",Value :"\u0073\u0065\u0076e\u006e\u0070\u0065\u0072\u0073\u0069\u0061\u006e"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00367",Value :"\u0073e\u0076\u0065\u006e\u0074\u0068\u0061i"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00357",Value :"\u0073\u0068\u0061d\u0064\u0061\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0073\u0068\u0061\u0064\u0064\u0061",Value :"\u0073\u0068\u0061d\u0064\u0061\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"s\u0068a\u0064\u0064\u0061\u0066\u0061\u0074\u0068\u0061t\u0061\u006e\u0061\u0072ab\u0069\u0063",Value :"\u0073\u0068\u0061d\u0064\u0061\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0073\u0068\u0061dd\u0061\u0077\u0069\u0074\u0068\u0064\u0061\u006d\u006d\u0061\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064",Value :"\u0073\u0068\u0061\u0064\u0064\u0061\u0064\u0061\u006d\u006d\u0061\u0061r\u0061\u0062\u0069\u0063"},{Key :"\u0073\u0068\u0061\u0064\u0064\u0061\u0077\u0069\u0074\u0068\u0064a\u006d\u006d\u0061\u0074\u0061\u006e\u0069\u0073\u006f\u006ca\u0074\u0065\u0064",Value :"s\u0068a\u0064\u0064\u0061\u0064\u0061\u006d\u006d\u0061t\u0061\u006e\u0061\u0072ab\u0069\u0063"},{Key :"\u0073\u0068\u0061dd\u0061\u0077\u0069\u0074\u0068\u0066\u0061\u0074\u0068\u0061\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064",Value :"\u0073\u0068\u0061\u0064\u0064\u0061\u0066\u0061\u0074\u0068\u0061\u0061r\u0061\u0062\u0069\u0063"},{Key :"\u0073\u0068\u0061d\u0064\u0061\u006d\u0065\u0064\u0069\u0061\u006c",Value :"\u0073\u0068a\u0064\u0064\u0061h\u006f\u006e\u0074\u0061\u0074\u0077\u0065\u0065\u006c"},{Key :"\u0073\u0068\u0061dd\u0061\u0077\u0069\u0074\u0068\u006b\u0061\u0073\u0072\u0061\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064",Value :"\u0073\u0068\u0061\u0064\u0064\u0061\u006b\u0061\u0073\u0072\u0061\u0061r\u0061\u0062\u0069\u0063"},{Key :"\u0073\u0068\u0061\u0064\u0064\u0061\u0077\u0069\u0074\u0068\u006ba\u0073\u0072\u0061\u0074\u0061\u006e\u0069\u0073\u006f\u006ca\u0074\u0065\u0064",Value :"s\u0068a\u0064\u0064\u0061\u006b\u0061\u0073\u0072\u0061t\u0061\u006e\u0061\u0072ab\u0069\u0063"},{Key :"\u0073h\u0061d\u0064\u0061\u0077\u0069\u0074h\u0064\u0061m\u006d\u0061\u006c\u006f\u0077",Value :"\u0073\u0068\u0061\u0064\u0064\u0061\u0077\u0069\u0074\u0068\u0064a\u006d\u006d\u0061\u0069\u0073\u006f\u006c\u0061\u0074\u0065d\u006c\u006f\u0077"},{Key :"s\u0068\u0061\u0064\u0064aw\u0069t\u0068\u0064\u0061\u006d\u006da\u0074\u0061\u006e\u006c\u006f\u0077",Value :"\u0073\u0068a\u0064\u0064\u0061\u0077\u0069\u0074\u0068\u0064\u0061\u006d\u006d\u0061\u0074\u0061\u006e\u0069\u0073\u006f\u006c\u0061\u0074\u0065dl\u006f\u0077"},{Key :"\u0073\u0068\u0061\u0064\u0064\u0061\u0077\u0069\u0074\u0068\u0066a\u0074\u0068\u0061\u0069\u0073\u006f\u006c\u0061\u0074\u0065d\u006c\u006f\u0077",Value :"\u0073h\u0061d\u0064\u0061\u0077\u0069\u0074h\u0066\u0061t\u0068\u0061\u006c\u006f\u0077"},{Key :"\u0073\u0068a\u0064\u0064\u0061\u0077\u0069\u0074\u0068\u0066\u0061\u0074\u0068\u0061\u0074\u0061\u006e\u0069\u0073\u006f\u006c\u0061\u0074\u0065dl\u006f\u0077",Value :"s\u0068\u0061\u0064\u0064aw\u0069t\u0068\u0066\u0061\u0074\u0068a\u0074\u0061\u006e\u006c\u006f\u0077"},{Key :"\u0073h\u0061d\u0064\u0061\u0077\u0069\u0074h\u006b\u0061s\u0072\u0061\u006c\u006f\u0077",Value :"\u0073\u0068\u0061\u0064\u0064\u0061\u0077\u0069\u0074\u0068\u006ba\u0073\u0072\u0061\u0069\u0073\u006f\u006c\u0061\u0074\u0065d\u006c\u006f\u0077"},{Key :"s\u0068\u0061\u0064\u0064aw\u0069t\u0068\u006b\u0061\u0073\u0072a\u0074\u0061\u006e\u006c\u006f\u0077",Value :"\u0073\u0068a\u0064\u0064\u0061\u0077\u0069\u0074\u0068\u006b\u0061\u0073\u0072\u0061\u0074\u0061\u006e\u0069\u0073\u006f\u006c\u0061\u0074\u0065dl\u006f\u0077"},{Key :"\u0062l\u006fc\u006b\u0068\u0061\u006c\u0066\u0073\u0068\u0061\u0064\u0065\u0064",Value :"\u0073\u0068\u0061d\u0065"},{Key :"s\u0068\u0061\u0064\u0065\u006d\u0065\u0064\u0069\u0075\u006d",Value :"\u0073\u0068\u0061d\u0065"},{Key :"\u0062\u006c\u006f\u0063\u006b\u0071\u0074\u0072\u0073h\u0061\u0064\u0065\u0064",Value :"\u0073\u0068\u0061\u0064\u0065\u006c\u0069\u0067\u0068\u0074"},{Key :"\u006ct\u0073\u0068\u0061\u0064\u0065",Value :"\u0073\u0068\u0061\u0064\u0065\u006c\u0069\u0067\u0068\u0074"},{Key :"\u0073\u0068\u0065\u0065\u006e\u0066\u0069\u006e\u0061\u006c",Value :"\u0073\u0068e\u0065\u006e\u0066i\u006e\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0073\u0068\u0065e\u006e\u0069\u006e\u0069\u0074\u0069\u0061\u006c",Value :"\u0073h\u0065e\u006e\u0069\u006e\u0069\u0074i\u0061\u006ca\u0072\u0061\u0062\u0069\u0063"},{Key :"s\u0068\u0065\u0065\u006e\u006d\u0065\u0064\u0069\u0061\u006c",Value :"\u0073\u0068\u0065\u0065\u006e\u006d\u0065\u0064\u0069\u0061\u006c\u0061r\u0061\u0062\u0069\u0063"},{Key :"\u0070\u0065\u0068\u006f\u006f\u006b",Value :"\u0073\u0068\u0065\u0069\u0063\u006f\u0070\u0074\u0069\u0063"},{Key :"\u004c\u0073\u0068",Value :"\u0073h\u0069\u0066\u0074\u006c\u0065\u0066t"},{Key :"\u0052\u0073\u0068",Value :"\u0073\u0068\u0069\u0066\u0074\u0072\u0069\u0067\u0068\u0074"},{Key :"\u0075\u0073\u0074\u0072\u0074\u0062\u0061\u0072",Value :"s\u0068\u0069\u006d\u0061\u0063\u006f\u0070\u0074\u0069\u0063"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0036\u00389",Value :"\u0073\u0068\u0069\u006e"},{Key :"\u0073\u0068\u0069\u006e\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0073\u0068\u0069\u006e"},{Key :"\u0073\u0068i\u006e\u0064\u0061g\u0065\u0073\u0068\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0073\u0068\u0069\u006e\u0064\u0061\u0067\u0065\u0073\u0068"},{Key :"\u0073\u0068\u0069\u006e\u0077\u0069\u0074\u0068\u0064a\u0067\u0065\u0073\u0068",Value :"\u0073\u0068\u0069\u006e\u0064\u0061\u0067\u0065\u0073\u0068"},{Key :"\u0073\u0068\u0069nd\u0061\u0067\u0065\u0073\u0068\u0073\u0068\u0069\u006e\u0064\u006f\u0074\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0073\u0068\u0069\u006e\u0064\u0061\u0067\u0065\u0073\u0068\u0073\u0068i\u006e\u0064\u006f\u0074"},{Key :"\u0073h\u0069\u006e\u0077\u0069\u0074\u0068\u0064\u0061\u0067\u0065\u0073h\u0061\u006e\u0064\u0073\u0068\u0069\u006e\u0064\u006f\u0074",Value :"\u0073\u0068\u0069\u006e\u0064\u0061\u0067\u0065\u0073\u0068\u0073\u0068i\u006e\u0064\u006f\u0074"},{Key :"\u0073\u0068i\u006e\u0064\u0061g\u0065\u0073\u0068\u0073\u0069\u006e\u0064\u006f\u0074",Value :"\u0073\u0068\u0069\u006eda\u0067\u0065\u0073\u0068\u0073\u0069\u006e\u0064\u006f\u0074\u0068\u0065\u0062\u0072e\u0077"},{Key :"\u0073\u0068\u0069nw\u0069\u0074\u0068\u0064\u0061\u0067\u0065\u0073\u0068\u0061\u006e\u0064\u0073\u0069\u006e\u0064\u006f\u0074",Value :"\u0073\u0068\u0069\u006eda\u0067\u0065\u0073\u0068\u0073\u0069\u006e\u0064\u006f\u0074\u0068\u0065\u0062\u0072e\u0077"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0038\u00304",Value :"\u0073\u0068\u0069\u006e\u0064\u006f\u0074\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0073h\u0069\u006e\u0064\u006f\u0074",Value :"\u0073\u0068\u0069\u006e\u0064\u006f\u0074\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0036\u00394",Value :"s\u0068\u0069\u006e\u0073\u0068\u0069\u006e\u0064\u006f\u0074"},{Key :"\u0073\u0068\u0069\u006e\u0073\u0068\u0069\u006e\u0064\u006f\u0074\u0068e\u0062\u0072\u0065\u0077",Value :"s\u0068\u0069\u006e\u0073\u0068\u0069\u006e\u0064\u006f\u0074"},{Key :"\u0073h\u0069n\u0077\u0069\u0074\u0068\u0073\u0068\u0069\u006e\u0064\u006f\u0074",Value :"s\u0068\u0069\u006e\u0073\u0068\u0069\u006e\u0064\u006f\u0074"},{Key :"\u0067\u0072\u0061v\u0065\u0064\u0062\u006c\u006e\u006f\u0073\u0070",Value :"\u0073\u0068\u006fo\u006b"},{Key :"\u0075p\u0073\u0069\u0067\u006d\u0061",Value :"\u0073\u0069\u0067m\u0061"},{Key :"\u0075\u0070\u0076\u0061\u0072\u0073\u0069\u0067\u006d\u0061",Value :"\u0073\u0069\u0067\u006d\u0061\u0031"},{Key :"\u0073\u0069\u0067\u006d\u0061\u0066\u0069\u006e\u0061\u006c",Value :"\u0073\u0069\u0067\u006d\u0061\u0031"},{Key :"\u0043\u0068\u0065\u0072\u0074\u0064\u0065\u0073",Value :"\u0073\u0069\u0067\u006dal\u0075\u006e\u0061\u0074\u0065\u0073\u0079\u006d\u0062\u006f\u006c\u0067\u0072\u0065e\u006b"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0038\u00339",Value :"\u0073i\u006cu\u0071\u006c\u0065\u0066\u0074\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u006d\u0065\u0074e\u0067",Value :"\u0073i\u006cu\u0071\u006c\u0065\u0066\u0074\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u006ee\u0077\u006c\u0069\u006e\u0065",Value :"\u0073i\u006cu\u0071\u006c\u0065\u0066\u0074\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"s\u0069\u006c\u0075\u0071\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0073i\u006cu\u0071\u006c\u0065\u0066\u0074\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0073\u0069\u006d",Value :"\u0073i\u006d\u0069\u006c\u0061\u0072"},{Key :"\u0074i\u006c\u0064\u0065\u006d\u0061\u0074h",Value :"\u0073i\u006d\u0069\u006c\u0061\u0072"},{Key :"\u0074\u0069\u006c\u0064\u0065\u006f\u0070\u0065\u0072\u0061\u0074\u006f\u0072",Value :"\u0073i\u006d\u0069\u006c\u0061\u0072"},{Key :"\u0061\u0070\u0070\u0072\u006f\u0078\u006e\u006f\u0074e\u0071\u0075\u0061\u006c",Value :"\u0073i\u006d\u006e\u0065\u0071\u0071"},{Key :"\u0073\u0069\u006e\u0065",Value :"\u0073\u0069\u006e\u0065\u0077\u0061\u0076\u0065"},{Key :"\u0073\u0069\u0078\u0073\u0075\u0062",Value :"s\u0069\u0078\u0069\u006e\u0066\u0065\u0072\u0069\u006f\u0072"},{Key :"e\u0078\u0074\u0065\u006e\u0064\u0065d\u0061\u0072\u0061\u0062\u0069\u0063\u0069\u006e\u0064i\u0063\u0064\u0069g\u0069t\u0073\u0069\u0078",Value :"\u0073\u0069\u0078\u0070\u0065\u0072\u0073\u0069\u0061\u006e"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00366",Value :"\u0073i\u0078\u0074\u0068\u0061\u0069"},{Key :"\u006da\u0074\u0068\u0073\u006c\u0061\u0073h",Value :"\u0073\u006c\u0061s\u0068"},{Key :"\u0073\u006c\u0061\u0073\u0068\u0042\u0069\u0067",Value :"\u0073\u006c\u0061s\u0068"},{Key :"\u0073l\u0061\u0073\u0068\u0042\u0069\u0067g",Value :"\u0073\u006c\u0061s\u0068"},{Key :"\u0073\u006c\u0061\u0073\u0068\u0062\u0069\u0067",Value :"\u0073\u006c\u0061s\u0068"},{Key :"\u0073l\u0061\u0073\u0068\u0062\u0069\u0067g",Value :"\u0073\u006c\u0061s\u0068"},{Key :"\u0066\u0072\u006fw\u006e",Value :"\u0073l\u0075\u0072\u0061\u0062\u006f\u0076e"},{Key :"s\u006da\u006c\u006c\u0074\u0072\u0069\u0061\u006e\u0067l\u0065\u006c\u0065\u0066ts\u006c\u0064",Value :"\u0073\u006d\u0061\u006clb\u006c\u0061\u0063\u006b\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065\u006c\u0065f\u0074"},{Key :"s\u006d\u0061\u006c\u006ctr\u0069a\u006e\u0067\u006c\u0065\u0072i\u0067\u0068\u0074\u0073\u006c\u0064",Value :"\u0073\u006d\u0061ll\u0062\u006c\u0061\u0063\u006b\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065\u0072\u0069\u0067\u0068\u0074"},{Key :"\u0065\u006c\u0065m\u0065\u006e\u0074\u0073\u006d\u0061\u006c\u006c",Value :"\u0073m\u0061\u006c\u006c\u0069\u006e"},{Key :"\u0073\u006d\u0061l\u006c\u0065\u006c\u0065\u006d\u0065\u006e\u0074",Value :"\u0073m\u0061\u006c\u006c\u0069\u006e"},{Key :"\u006f\u0077\u006e\u0065\u0072\u0073\u006d\u0061\u006c\u006c",Value :"\u0073m\u0061\u006c\u006c\u006e\u0069"},{Key :"\u0073\u006d\u0061\u006c\u006c\u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0073",Value :"\u0073m\u0061\u006c\u006c\u006e\u0069"},{Key :"\u0073l\u0075\u0072\u0062\u0065\u006c\u006fw",Value :"\u0073\u006d\u0069l\u0065"},{Key :"\u0077\u0068i\u0074\u0065\u0073m\u0069\u006c\u0069\u006e\u0067\u0066\u0061\u0063\u0065",Value :"\u0073m\u0069\u006c\u0065\u0066\u0061\u0063e"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0036\u00358",Value :"\u0073\u006f\u0066\u0070\u0061\u0073\u0075\u0071\u0068e\u0062\u0072\u0065\u0077"},{Key :"\u0073\u006f\u0066\u0070\u0061\u0073\u0075\u0071",Value :"\u0073\u006f\u0066\u0070\u0061\u0073\u0075\u0071\u0068e\u0062\u0072\u0065\u0077"},{Key :"\u0073f\u0074\u0068\u0079\u0070\u0068\u0065n",Value :"\u0073\u006f\u0066\u0074\u0068\u0079\u0070\u0068\u0065\u006e"},{Key :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00394",Value :"\u0073\u006ff\u0074\u0073\u0069g\u006e\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0073\u006f\u0066\u0074",Value :"\u0073\u006ff\u0074\u0073\u0069g\u006e\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0064\u0065\u0069",Value :"s\u006f\u006c\u0069\u0064us\u006co\u006e\u0067\u006f\u0076\u0065r\u006c\u0061\u0079\u0063\u006d\u0062"},{Key :"\u006e\u0065\u0067\u0061\u0074\u0069\u006f\u006e\u0073\u006c\u0061\u0073\u0068",Value :"s\u006f\u006c\u0069\u0064us\u006co\u006e\u0067\u006f\u0076\u0065r\u006c\u0061\u0079\u0063\u006d\u0062"},{Key :"\u006e\u006f\u0074",Value :"s\u006f\u006c\u0069\u0064us\u006co\u006e\u0067\u006f\u0076\u0065r\u006c\u0061\u0079\u0063\u006d\u0062"},{Key :"\u0044\u0065\u0069",Value :"\u0073\u006f\u006c\u0069du\u0073\u0073\u0068\u006f\u0072\u0074\u006f\u0076\u0065\u0072\u006c\u0061\u0079\u0063m\u0062"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00321",Value :"\u0073\u006f\u0072\u0075\u0073\u0069\u0074\u0068\u0061\u0069"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00320",Value :"\u0073\u006f\u0073\u0061\u006c\u0061\u0074\u0068\u0061\u0069"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0036\u00391",Value :"\u0073\u006f\u0073\u006f\u0074\u0068\u0061\u0069"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00322",Value :"\u0073o\u0073\u0075\u0061\u0074\u0068\u0061i"},{Key :"\u0073p\u0061c\u0065\u0068\u0061\u0063\u006b\u0061\u0072\u0061\u0062\u0069\u0063",Value :"\u0073\u0070\u0061c\u0065"},{Key :"\u0061\u0031\u0030\u0039",Value :"\u0073\u0070\u0061d\u0065"},{Key :"\u0073p\u0061\u0064\u0065\u0073\u0075\u0069t",Value :"\u0073\u0070\u0061d\u0065"},{Key :"\u0073\u0070\u0061\u0064\u0065\u0073\u0075\u0069\u0074b\u006c\u0061\u0063\u006b",Value :"\u0073\u0070\u0061d\u0065"},{Key :"\u0076\u0061\u0072s\u0070\u0061\u0064\u0065\u0073\u0075\u0069\u0074",Value :"\u0073\u0070\u0061\u0064\u0065\u0073\u0075\u0069\u0074w\u0068\u0069\u0074\u0065"},{Key :"\u0073\u0071\u0069\u006d\u0061\u0067\u0065\u006f\u0072\u006e\u006f\u0074e\u0071\u0075\u0061\u006c",Value :"s\u0071\u0073\u0075\u0062\u0073\u0065\u0074\u006e\u0065\u0071"},{Key :"\u0073q\u006fr\u0069\u0067\u0069\u006e\u006fr\u006e\u006ft\u0065\u0071\u0075\u0061\u006c",Value :"s\u0071\u0073\u0075\u0070\u0073\u0065\u0074\u006e\u0065\u0071"},{Key :"s\u0069\u0067\u006d\u0061\u006c\u0075\u006e\u0061\u0074\u0065",Value :"\u0073\u0071\u0075\u0061\u0072\u0065\u0062\u0065\u006co\u0077\u0063\u006d\u0062"},{Key :"\u0062\u006f\u0078\u0063\u0072\u006f\u0073\u0073\u0064\u0069\u0061\u0067h\u0061\u0074\u0063\u0068",Value :"\u0073\u0071\u0075\u0061r\u0065\u0064\u0069\u0061\u0067\u006f\u006e\u0061\u006c\u0063r\u006fs\u0073\u0068\u0061\u0074\u0063\u0068\u0066i\u006c\u006c"},{Key :"\u0073q\u0075a\u0072\u0065\u0063\u0072\u006f\u0073\u0073\u0066\u0069\u006c\u006c",Value :"\u0073\u0071\u0075\u0061r\u0065\u0064\u0069\u0061\u0067\u006f\u006e\u0061\u006c\u0063r\u006fs\u0073\u0068\u0061\u0074\u0063\u0068\u0066i\u006c\u006c"},{Key :"\u0062\u006f\u0078\u0064\u006f\u0074",Value :"\u0073q\u0075\u0061\u0072\u0065\u0064\u006ft"},{Key :"\u0062\u006f\u0078\u0068\u006f\u0072\u0069\u007a\u0068\u0061\u0074\u0063\u0068",Value :"s\u0071u\u0061\u0072\u0065\u0068\u006f\u0072\u0069\u007ao\u006e\u0074\u0061\u006cfi\u006c\u006c"},{Key :"s\u0071\u0075\u0061\u0072\u0065\u0068\u0066\u0069\u006c\u006c",Value :"s\u0071u\u0061\u0072\u0065\u0068\u006f\u0072\u0069\u007ao\u006e\u0074\u0061\u006cfi\u006c\u006c"},{Key :"\u0073\u0071\u0073\u0075\u0062\u0073\u0065\u0074",Value :"s\u0071\u0075\u0061\u0072\u0065\u0069\u006d\u0061\u0067\u0065"},{Key :"\u0073\u0071\u0075\u0061\u0072\u0065\u006c\u0065\u0066\u0074\u0073\u006c\u0064",Value :"\u0073q\u0075a\u0072\u0065\u006c\u0065\u0066\u0074\u0062\u006c\u0061\u0063\u006b"},{Key :"s\u0071\u0075\u0061\u0072\u0065\u0073\u0065\u0073\u006c\u0064",Value :"\u0073\u0071\u0075\u0061\u0072\u0065\u006c\u0072\u0062\u006c\u0061\u0063\u006b"},{Key :"\u0062\u006f\u0078\u006d\u0069\u006e\u0075\u0073",Value :"s\u0071\u0075\u0061\u0072\u0065\u006d\u0069\u006e\u0075\u0073"},{Key :"\u0062\u006f\u0078\u0074\u0069\u006d\u0065\u0073",Value :"\u0073\u0071\u0075\u0061\u0072\u0065\u006d\u0075\u006ct\u0069\u0070\u006c\u0079"},{Key :"\u0073\u0071\u0073\u0075\u0070\u0073\u0065\u0074",Value :"\u0073\u0071\u0075\u0061\u0072\u0065\u006f\u0072\u0069g\u0069\u006e\u0061\u006c"},{Key :"\u0062\u006f\u0078\u0063\u0072\u006f\u0073\u0073\u0068\u0061\u0074\u0063\u0068",Value :"\u0073\u0071\u0075\u0061\u0072\u0065\u006f\u0072\u0074\u0068o\u0067\u006f\u006e\u0061\u006c\u0063\u0072o\u0073\u0073\u0068\u0061\u0074\u0063\u0068\u0066\u0069\u006c\u006c"},{Key :"\u0073\u0071\u0075a\u0072\u0065\u0068\u0076\u0066\u0069\u006c\u006c",Value :"\u0073\u0071\u0075\u0061\u0072\u0065\u006f\u0072\u0074\u0068o\u0067\u006f\u006e\u0061\u006c\u0063\u0072o\u0073\u0073\u0068\u0061\u0074\u0063\u0068\u0066\u0069\u006c\u006c"},{Key :"\u0062o\u0078\u0070\u006c\u0075\u0073",Value :"\u0073\u0071\u0075\u0061\u0072\u0065\u0070\u006c\u0075\u0073"},{Key :"\u0073\u0071\u0075\u0061\u0072\u0065\u0072\u0069\u0067h\u0074\u0073\u006c\u0064",Value :"\u0073\u0071u\u0061\u0072\u0065r\u0069\u0067\u0068\u0074\u0062\u006c\u0061\u0063\u006b"},{Key :"s\u0071\u0075\u0061\u0072\u0065\u006e\u0077\u0073\u006c\u0064",Value :"\u0073\u0071\u0075\u0061\u0072\u0065\u0075\u006c\u0062\u006c\u0061\u0063\u006b"},{Key :"\u0062\u006fx\u006c\u0065\u0066t\u0064\u0069\u0061\u0067\u0068\u0061\u0074\u0063\u0068",Value :"\u0073\u0071\u0075a\u0072\u0065\u0075\u0070p\u0065\u0072\u006c\u0065\u0066\u0074\u0074o\u006c\u006f\u0077\u0065\u0072\u0072\u0069\u0067\u0068\u0074\u0066\u0069\u006c\u006c"},{Key :"\u0073\u0071\u0075\u0061\u0072\u0065\u006e\u0077\u0073e\u0066\u0069\u006c\u006c",Value :"\u0073\u0071\u0075a\u0072\u0065\u0075\u0070p\u0065\u0072\u006c\u0065\u0066\u0074\u0074o\u006c\u006f\u0077\u0065\u0072\u0072\u0069\u0067\u0068\u0074\u0066\u0069\u006c\u006c"},{Key :"\u0062\u006f\u0078\u0072\u0074\u0064\u0069\u0061\u0067h\u0061\u0074\u0063\u0068",Value :"\u0073\u0071\u0075a\u0072\u0065\u0075\u0070p\u0065\u0072\u0072\u0069\u0067\u0068\u0074t\u006f\u006c\u006f\u0077\u0065\u0072\u006c\u0065\u0066\u0074\u0066\u0069\u006c\u006c"},{Key :"\u0073\u0071\u0075\u0061\u0072\u0065\u006e\u0065\u0073w\u0066\u0069\u006c\u006c",Value :"\u0073\u0071\u0075a\u0072\u0065\u0075\u0070p\u0065\u0072\u0072\u0069\u0067\u0068\u0074t\u006f\u006c\u006f\u0077\u0065\u0072\u006c\u0065\u0066\u0074\u0066\u0069\u006c\u006c"},{Key :"\u0062\u006f\u0078v\u0065\u0072\u0074\u0068\u0061\u0074\u0063\u0068",Value :"\u0073q\u0075a\u0072\u0065\u0076\u0065\u0072t\u0069\u0063a\u006c\u0066\u0069\u006c\u006c"},{Key :"s\u0071\u0075\u0061\u0072\u0065\u0076\u0066\u0069\u006c\u006c",Value :"\u0073q\u0075a\u0072\u0065\u0076\u0065\u0072t\u0069\u0063a\u006c\u0066\u0069\u006c\u006c"},{Key :"\u0062l\u0061c\u006b\u0069\u006e\u0077\u0068i\u0074\u0065s\u0071\u0075\u0061\u0072\u0065",Value :"\u0073q\u0075\u0061\u0072\u0065w\u0068\u0069\u0074\u0065\u0077i\u0074h\u0073m\u0061\u006c\u006c\u0062\u006c\u0061\u0063k"},{Key :"\u0062o\u0078\u006e\u0065\u0073\u0074\u0065d",Value :"\u0073q\u0075\u0061\u0072\u0065w\u0068\u0069\u0074\u0065\u0077i\u0074h\u0073m\u0061\u006c\u006c\u0062\u006c\u0061\u0063k"},{Key :"\u006c\u0065\u0066\u0074ri\u0067\u0068\u0074\u0073\u0071\u0075\u0069\u0067\u0061\u0072\u0072\u006f\u0077",Value :"\u0073\u0071\u0075\u0069\u0067\u0067\u006c\u0065\u006c\u0065\u0066\u0074r\u0069\u0067\u0068\u0074"},{Key :"\u0061r\u0072o\u0077\u0073\u0071\u0075\u0069g\u0067\u006ce\u0072\u0069\u0067\u0068\u0074",Value :"\u0073\u0071\u0075\u0069\u0067\u0067\u006c\u0065\u0072\u0069\u0067\u0068\u0074"},{Key :"\u0072i\u0067h\u0074\u0073\u0071\u0075\u0069\u0067\u0061\u0072\u0072\u006f\u0077",Value :"\u0073\u0071\u0075\u0069\u0067\u0067\u006c\u0065\u0072\u0069\u0067\u0068\u0074"},{Key :"\u0062\u006f\u0078\u0072\u006f\u0075\u006e\u0064\u0065\u0064",Value :"\u0073q\u0075\u006f\u0076\u0061\u006c"},{Key :"\u0073t\u0061\u0072\u0065\u0071\u0075\u0061l",Value :"\u0073\u0074\u0061\u0072\u0065\u0071"},{Key :"\u0053\u0075\u0062\u0073\u0065\u0074",Value :"\u0073u\u0062\u0073\u0065\u0074\u0064\u0062l"},{Key :"\u006e\u006f\u0074\u0073\u0075\u0062\u0073\u0065\u0074\u006f\u0072\u0064b\u006c\u0065\u0071\u006c",Value :"\u0073\u0075\u0062\u0073\u0065\u0074\u0064\u0062\u006ce\u0071\u0075\u0061\u006c"},{Key :"\u0073u\u0062\u0073\u0065\u0074\u0065\u0071q",Value :"\u0073\u0075\u0062\u0073\u0065\u0074\u0064\u0062\u006ce\u0071\u0075\u0061\u006c"},{Key :"\u006e\u006f\u0074\u0073\u0075\u0062\u0073\u0065\u0074o\u0072\u0065\u0071\u006c",Value :"\u0073\u0075\u0062\u0073\u0065\u0074\u006e\u006f\u0074e\u0071\u0075\u0061\u006c"},{Key :"\u0073u\u0062\u0073\u0065\u0074\u006e\u0065q",Value :"\u0073\u0075\u0062\u0073\u0065\u0074\u006e\u006f\u0074e\u0071\u0075\u0061\u006c"},{Key :"\u0073\u0075\u0062s\u0065\u0074\u006e\u006f\u0074\u0065\u0071\u006c",Value :"\u0073\u0075\u0062\u0073\u0065\u0074\u006e\u006f\u0074e\u0071\u0075\u0061\u006c"},{Key :"\u0073\u0075\u0062\u0073\u0065\u0074\u006e\u0065\u0071\u0071",Value :"\u0073\u0075\u0062\u0073\u0065\u0074\u006f\u0072\u006e\u006f\u0074\u0064b\u006c\u0065\u0071\u006c"},{Key :"\u0073\u0071\u0073\u0075\u0062\u0073\u0065\u0074\u0065\u0071",Value :"\u0073\u0075\u0062\u0073\u0065\u0074\u0073\u0071\u0065\u0071\u0075\u0061\u006c"},{Key :"\u0066o\u006c\u006c\u006f\u0077\u0073",Value :"\u0073\u0075\u0063\u0063\u0065\u0065\u0064\u0073"},{Key :"\u0073\u0075\u0063\u0063",Value :"\u0073\u0075\u0063\u0063\u0065\u0065\u0064\u0073"},{Key :"\u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0073",Value :"\u0073\u0075\u0063\u0068\u0074\u0068\u0061\u0074"},{Key :"\u006e\u0069",Value :"\u0073\u0075\u0063\u0068\u0074\u0068\u0061\u0074"},{Key :"\u006f\u0077\u006ee\u0072",Value :"\u0073\u0075\u0063\u0068\u0074\u0068\u0061\u0074"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00358",Value :"s\u0075\u006b\u0075\u006e\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0073\u0075\u006bu\u006e",Value :"s\u0075\u006b\u0075\u006e\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0073\u0075\u006b\u0075\u006e\u006f\u006e\u0074\u0061t\u0077\u0065\u0065\u006c",Value :"s\u0075\u006b\u0075\u006e\u006d\u0065\u0064\u0069\u0061\u006c"},{Key :"\u0073\u0075\u006d",Value :"\u0073u\u006d\u006d\u0061\u0074\u0069\u006fn"},{Key :"\u0073\u0075m\u006d\u0061\u0074i\u006f\u006e\u0064\u0069\u0073\u0070\u006c\u0061\u0079",Value :"\u0073u\u006d\u006d\u0061\u0074\u0069\u006fn"},{Key :"\u0073\u0075\u006d\u006d\u0061\u0074\u0069\u006f\u006e\u0074\u0065\u0078\u0074",Value :"\u0073u\u006d\u006d\u0061\u0074\u0069\u006fn"},{Key :"\u0063o\u006d\u0070\u0061\u0073\u0073",Value :"\u0073\u0075\u006e"},{Key :"\u0053\u0075\u0070\u0073\u0065\u0074",Value :"s\u0075\u0070\u0065\u0072\u0073\u0065\u0074\u0064\u0062\u006c"},{Key :"\u006e\u006f\u0074\u0073up\u0065\u0072\u0073\u0065\u0074\u006f\u0072\u0064\u0062\u006c\u0065\u0071\u006c",Value :"\u0073\u0075p\u0065\u0072\u0073e\u0074\u0064\u0062\u006c\u0065\u0071\u0075\u0061\u006c"},{Key :"\u0073u\u0070\u0073\u0065\u0074\u0065\u0071q",Value :"\u0073\u0075p\u0065\u0072\u0073e\u0074\u0064\u0062\u006c\u0065\u0071\u0075\u0061\u006c"},{Key :"\u006e\u006ft\u0073\u0075\u0070e\u0072\u0073\u0065\u0074\u006f\u0072\u0065\u0071\u006c",Value :"\u0073\u0075p\u0065\u0072\u0073e\u0074\u006e\u006f\u0074\u0065\u0071\u0075\u0061\u006c"},{Key :"\u0073\u0075\u0070\u0065\u0072\u0073\u0065\u0074\u006eo\u0074\u0065\u0071\u006c",Value :"\u0073\u0075p\u0065\u0072\u0073e\u0074\u006e\u006f\u0074\u0065\u0071\u0075\u0061\u006c"},{Key :"\u0073u\u0070\u0073\u0065\u0074\u006e\u0065q",Value :"\u0073\u0075p\u0065\u0072\u0073e\u0074\u006e\u006f\u0074\u0065\u0071\u0075\u0061\u006c"},{Key :"\u0073\u0075\u0070\u0073\u0065\u0074\u006e\u0065\u0071\u0071",Value :"\u0073\u0075\u0070\u0065rs\u0065\u0074\u006f\u0072\u006e\u006f\u0074\u0064\u0062\u006c\u0065\u0071\u006c"},{Key :"\u0073\u0071\u0073\u0075\u0070\u0073\u0065\u0074\u0065\u0071",Value :"\u0073u\u0070e\u0072\u0073\u0065\u0074\u0073\u0071\u0065\u0071\u0075\u0061\u006c"},{Key :"\u006c\u0061\u0074\u0074\u0069\u0063\u0065\u0074\u006f\u0070",Value :"\u0074\u0061\u0063\u006b\u0064\u006f\u0077\u006e"},{Key :"\u0074\u006f\u0070",Value :"\u0074\u0061\u0063\u006b\u0064\u006f\u0077\u006e"},{Key :"\u0064\u0061\u0073h\u0076",Value :"\u0074\u0061\u0063\u006b\u006c\u0065\u0066\u0074"},{Key :"\u0074\u0075\u0072\u006e\u0073\u0074\u0069\u006c\u0065r\u0069\u0067\u0068\u0074",Value :"\u0074\u0061\u0063\u006b\u006c\u0065\u0066\u0074"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00331",Value :"\u0074a\u0068\u0061\u0072\u0061\u0062\u0069c"},{Key :"\u0074\u0061\u0068",Value :"\u0074a\u0068\u0061\u0072\u0061\u0062\u0069c"},{Key :"\u0074\u0061\u0068\u0066\u0069\u006e\u0061\u006c",Value :"\u0074\u0061\u0068\u0066\u0069\u006e\u0061\u006c\u0061r\u0061\u0062\u0069\u0063"},{Key :"\u0074\u0061\u0068\u0069\u006e\u0069\u0074\u0069\u0061\u006c",Value :"\u0074\u0061h\u0069\u006e\u0069t\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0074a\u0068\u006d\u0065\u0064\u0069\u0061l",Value :"\u0074a\u0068m\u0065\u0064\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0066\u0061\u0074\u0068\u0061\u0074\u0061\u006e\u006f\u006e\u0074\u0061t\u0077\u0065\u0065\u006c",Value :"\u0074a\u0074\u0077\u0065\u0065\u006c\u0077\u0069\u0074\u0068\u0066\u0061t\u0068\u0061\u0074\u0061\u006e\u0061\u0062\u006f\u0076\u0065"},{Key :"\u0075\u0070\u0074a\u0075",Value :"\u0074\u0061\u0075"},{Key :"\u0074\u0061\u0076\u0064\u0061\u0067\u0065\u0073",Value :"\u0074a\u0076\u0064\u0061\u0067\u0065\u0073h"},{Key :"\u0074a\u0076d\u0061\u0067\u0065\u0073\u0068\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0074a\u0076\u0064\u0061\u0067\u0065\u0073h"},{Key :"\u0074\u0061\u0076\u0077\u0069\u0074\u0068\u0064\u0061\u0067\u0065\u0073\u0068",Value :"\u0074a\u0076\u0064\u0061\u0067\u0065\u0073h"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0036\u00390",Value :"\u0074a\u0076\u0068\u0065\u0062\u0072\u0065w"},{Key :"\u0074\u0061\u0076",Value :"\u0074a\u0076\u0068\u0065\u0062\u0072\u0065w"},{Key :"\u0074\u0063\u0061r\u006f\u006e\u0061\u006c\u0074\u006f\u006e\u0065",Value :"\u0074c\u0061\u0072\u006f\u006e\u0031"},{Key :"\u0062a\u0072m\u0069\u0064\u0073\u0068\u006f\u0072\u0074\u006e\u006f\u0073\u0070",Value :"\u0074\u0063\u0063\u0075\u0072\u006c"},{Key :"\u0074\u0063\u006fm\u006d\u0061\u0061\u0063\u0063\u0065\u006e\u0074",Value :"\u0074\u0063\u0065\u0064\u0069\u006c\u006c\u0061"},{Key :"\u006bc\u0065\u0064\u0069\u006c\u006c\u00611",Value :"\u0074c\u0065\u0064\u0069\u006c\u006c\u00611"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0035\u00307",Value :"t\u0063\u0068\u0065\u0068\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0074\u0063\u0068e\u0068",Value :"t\u0063\u0068\u0065\u0068\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0074\u0063\u0068\u0065\u0068\u0066\u0069\u006e\u0061\u006c",Value :"\u0074\u0063h\u0065\u0068\u0066i\u006e\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0074\u0063\u0068e\u0068\u0069\u006e\u0069\u0074\u0069\u0061\u006c",Value :"\u0074c\u0068e\u0068\u0069\u006e\u0069\u0074i\u0061\u006ca\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0074\u0063\u0068\u0065hm\u0065\u0065\u006d\u0069\u006e\u0069\u0074\u0069\u0061\u006c\u0061\u0072\u0061\u0062i\u0063",Value :"\u0074c\u0068e\u0068\u0069\u006e\u0069\u0074i\u0061\u006ca\u0072\u0061\u0062\u0069\u0063"},{Key :"t\u0063\u0068\u0065\u0068\u006d\u0065\u0064\u0069\u0061\u006c",Value :"\u0074\u0063\u0068\u0065\u0068\u006d\u0065\u0064\u0069\u0061\u006c\u0061r\u0061\u0062\u0069\u0063"},{Key :"\u0074\u0065\u0068\u0066\u0069\u006e\u0061\u006c",Value :"\u0074\u0065\u0068\u0066\u0069\u006e\u0061\u006c\u0061r\u0061\u0062\u0069\u0063"},{Key :"\u0074\u0065\u0068\u0077\u0069\u0074\u0068\u0068\u0061\u0068\u0069\u006ei\u0074\u0069\u0061\u006c",Value :"\u0074\u0065\u0068\u0068ah\u0069\u006e\u0069\u0074\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0074\u0065\u0068\u0069\u006e\u0069\u0074\u0069\u0061\u006c",Value :"\u0074\u0065h\u0069\u006e\u0069t\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0074e\u0068w\u0069\u0074\u0068\u006a\u0065e\u006d\u0069n\u0069\u0074\u0069\u0061\u006c",Value :"t\u0065h\u006a\u0065\u0065\u006d\u0069\u006e\u0069\u0074i\u0061\u006c\u0061\u0072ab\u0069\u0063"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00317",Value :"\u0074\u0065h\u006d\u0061\u0072b\u0075\u0074\u0061\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0074\u0065\u0068\u006d\u0061\u0072\u0062\u0075\u0074\u0061",Value :"\u0074\u0065h\u006d\u0061\u0072b\u0075\u0074\u0061\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0074e\u0068m\u0061\u0072\u0062\u0075\u0074\u0061\u0066\u0069\u006e\u0061\u006c",Value :"t\u0065\u0068\u006d\u0061rb\u0075t\u0061\u0066\u0069\u006e\u0061l\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0074e\u0068\u006d\u0065\u0064\u0069\u0061l",Value :"\u0074e\u0068m\u0065\u0064\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0074e\u0068w\u0069\u0074\u0068\u006d\u0065e\u006d\u0069n\u0069\u0074\u0069\u0061\u006c",Value :"t\u0065h\u006d\u0065\u0065\u006d\u0069\u006e\u0069\u0074i\u0061\u006c\u0061\u0072ab\u0069\u0063"},{Key :"\u0074\u0065\u0068\u0077it\u0068\u006d\u0065\u0065\u006d\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064",Value :"t\u0065\u0068\u006d\u0065em\u0069s\u006f\u006c\u0061\u0074\u0065d\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0074\u0065h\u0077\u0069\u0074h\u006e\u006f\u006f\u006e\u0066\u0069\u006e\u0061\u006c",Value :"\u0074e\u0068n\u006f\u006f\u006e\u0066\u0069n\u0061\u006ca\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0074\u0065\u006c",Value :"\u0074e\u006c\u0065\u0070\u0068\u006f\u006ee"},{Key :"\u0062\u0065\u006c\u006c",Value :"\u0074\u0065\u006c\u0069sh\u0061\u0067\u0065\u0064\u006f\u006c\u0061\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0064\u0061\u0074\u0061\u006c\u0069\u006e\u006b\u0065s\u0063\u0061\u0070\u0065",Value :"\u0074\u0065\u006c\u0069sh\u0061\u0071\u0065\u0074\u0061\u006e\u0061\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0064e\u0076\u0063\u006f\u006e\u0030",Value :"\u0074\u0065\u006c\u0069sh\u0061\u0071\u0065\u0074\u0061\u006e\u0061\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0074\u0069\u006cd\u0065\u006d\u0069\u0064\u006e\u006f\u0073\u0070",Value :"\u0074\u0065\u0073\u0068"},{Key :"\u0074e\u0074d\u0061\u0067\u0065\u0073\u0068\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0074e\u0074\u0064\u0061\u0067\u0065\u0073h"},{Key :"\u0074\u0065\u0074\u0077\u0069\u0074\u0068\u0064\u0061\u0067\u0065\u0073\u0068",Value :"\u0074e\u0074\u0064\u0061\u0067\u0065\u0073h"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0036\u00372",Value :"\u0074e\u0074\u0068\u0065\u0062\u0072\u0065w"},{Key :"\u0074\u0065\u0074",Value :"\u0074e\u0074\u0068\u0065\u0062\u0072\u0065w"},{Key :"L\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078",Value :"\u0074\u0065\u0074\u0073\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0073t\u0061\u0072\u0074\u0074\u0065\u0078t",Value :"t\u0065\u0076\u0069\u0072\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0074e\u0076i\u0072\u006c\u0065\u0066\u0074\u0068\u0065\u0062\u0072\u0065\u0077",Value :"t\u0065\u0076\u0069\u0072\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00324",Value :"\u0074\u0068\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0074\u0068\u0061\u006c",Value :"\u0074\u0068\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0074h\u0061\u006c\u0066\u0069\u006e\u0061l",Value :"\u0074h\u0061l\u0066\u0069\u006e\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00356",Value :"\u0074h\u0061n\u0074\u0068\u0061\u006b\u0068\u0061\u0074\u0074\u0068\u0061\u0069"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00319",Value :"\u0074\u0068\u0065\u0068\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0074\u0068\u0065\u0068",Value :"\u0074\u0068\u0065\u0068\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0074h\u0065\u0068\u0066\u0069\u006e\u0061l",Value :"\u0074h\u0065h\u0066\u0069\u006e\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"t\u0068\u0065\u0068\u0069\u006e\u0069\u0074\u0069\u0061\u006c",Value :"\u0074\u0068\u0065\u0068\u0069\u006e\u0069\u0074\u0069\u0061\u006c\u0061r\u0061\u0062\u0069\u0063"},{Key :"\u0074\u0068\u0065\u0068\u006d\u0065\u0064\u0069\u0061\u006c",Value :"\u0074\u0068e\u0068\u006d\u0065d\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0075p\u0074\u0068\u0065\u0074\u0061",Value :"\u0074\u0068\u0065t\u0061"},{Key :"\u0067\u0065\u0068\u006f\u006f\u006b",Value :"\u0074\u0068\u0065\u0074\u0061\u0031"},{Key :"\u0075\u0070\u0076\u0061\u0072\u0074\u0068\u0065\u0074\u0061",Value :"\u0074\u0068\u0065\u0074\u0061\u0031"},{Key :"\u0074\u0068e\u0074\u0061\u0073y\u006d\u0062\u006f\u006c\u0067\u0072\u0065\u0065\u006b",Value :"\u0074\u0068\u0065\u0074\u0061\u0031"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0036\u00397",Value :"\u0074\u0068\u006f\u006e\u0061\u006e\u0067\u006d\u006f\u006e\u0074\u0068o\u0074\u0068\u0061\u0069"},{Key :"\u0041\u0068\u0061\u0063\u0065\u006b",Value :"\u0074\u0068\u006fo\u006b"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0036\u00398",Value :"\u0074\u0068\u006f\u0070\u0068\u0075\u0074\u0068\u0061o\u0074\u0068\u0061\u0069"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00303",Value :"\u0074\u0068\u006f\u0074\u0068\u0061\u0068\u0061\u006e\u0074\u0068\u0061\u0069"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0036\u00396",Value :"t\u0068\u006f\u0074\u0068\u0061\u006e\u0074\u0068\u0061\u0069"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00304",Value :"\u0074\u0068\u006ft\u0068\u006f\u006e\u0067\u0074\u0068\u0061\u0069"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00302",Value :"\u0074\u0068\u006ft\u0068\u0075\u006e\u0067\u0074\u0068\u0061\u0069"},{Key :"\u0074h\u006f\u0075\u0073\u0061n\u0064\u0073\u0073\u0065\u0070a\u0072a\u0074o\u0072\u0070\u0065\u0072\u0073\u0069\u0061n",Value :"\u0074h\u006f\u0075\u0073\u0061\u006e\u0064\u0073\u0073\u0065\u0070\u0061r\u0061\u0074\u006f\u0072\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0074\u0068\u0072\u0065\u0065\u0073\u0075\u0062",Value :"\u0074\u0068\u0072\u0065\u0065\u0069\u006e\u0066\u0065\u0072\u0069\u006f\u0072"},{Key :"\u0065\u0078t\u0065\u006e\u0064\u0065\u0064\u0061\u0072\u0061\u0062\u0069\u0063\u0069\u006e\u0064\u0069\u0063\u0064\u0069\u0067\u0069\u0074\u0074hr\u0065\u0065",Value :"\u0074\u0068\u0072e\u0065\u0070\u0065\u0072\u0073\u0069\u0061\u006e"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00363",Value :"\u0074h\u0072\u0065\u0065\u0074\u0068\u0061i"},{Key :"\u0074\u0069\u0065",Value :"\u0074i\u0065\u0063\u006f\u006e\u0063\u0061t"},{Key :"\u0074\u0069\u0065\u0031",Value :"\u0074i\u0065\u0063\u006f\u006e\u0063\u0061t"},{Key :"\u0069\u006c\u0064\u0065",Value :"\u0074\u0069\u006cd\u0065"},{Key :"\u0074i\u006c\u0064\u0065\u0077\u0069\u0064e",Value :"\u0074\u0069\u006cd\u0065"},{Key :"\u0074\u0069\u006c\u0064\u0065\u0077\u0069\u0064\u0065\u0072",Value :"\u0074\u0069\u006cd\u0065"},{Key :"t\u0069\u006c\u0064\u0065\u0077\u0069\u0064\u0065\u0073\u0074",Value :"\u0074\u0069\u006cd\u0065"},{Key :"\u0077\u0069\u0064\u0065\u0075\u0074\u0069\u006c\u0064\u0065",Value :"\u0074\u0069\u006c\u0064\u0065\u0062\u0065\u006c\u006f\u0077\u0063\u006d\u0062"},{Key :"\u0074i\u006c\u0064\u0065\u0063\u006f\u006db",Value :"\u0074\u0069\u006c\u0064\u0065\u0063\u006d\u0062"},{Key :"\u0061\u0072\u0072\u006f\u0077\u0077\u0061\u0076\u0065\u0062\u006f\u0074\u0068",Value :"\u0074\u0069\u0070e\u0068\u0061\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0074\u0069p\u0065\u0068\u0061l\u0065\u0066\u0074\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0074\u0069\u0070e\u0068\u0061\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0061\u0072\u0072\u006f\u0077\u006e\u006f\u0072\u0074h\u0077\u0065\u0073\u0074",Value :"\u0074\u0069\u0077n\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e"},{Key :"\u0065\u0074\u0075r\u006e",Value :"\u0074\u006f\u006e\u0065\u0066\u0069\u0076\u0065"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0036\u00395",Value :"t\u006f\u0070\u0061\u0074\u0061\u006b\u0074\u0068\u0061\u0069"},{Key :"\u0074\u006f\u0070\u0061\u0072\u0063",Value :"\u0074\u006f\u0070\u0073\u0065\u006d\u0069\u0063\u0069\u0072\u0063\u006c\u0065"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00301",Value :"\u0074o\u0074\u0061\u006f\u0074\u0068\u0061i"},{Key :"\u0063\u006f\u006d\u006d\u0061\u0073\u0075\u0070\u0072\u0069\u0067\u0068t\u006e\u006f\u0073\u0070",Value :"\u0074\u0072\u0065\u0074\u0072\u006f\u0066\u006c\u0065x\u0068\u006f\u006f\u006b"},{Key :"t\u0072\u0069\u0061\u006e\u0067\u006c\u0065\u0064\u006f\u0074",Value :"\u0074\u0072\u0069a\u006e\u0067\u006c\u0065\u0063\u0064\u006f\u0074"},{Key :"\u0074r\u0069a\u006e\u0067\u006c\u0065\u006c\u0065\u0066\u0074\u0073\u006c\u0064",Value :"\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065\u006c\u0065\u0066\u0074b\u006c\u0061\u0063\u006b"},{Key :"\u0074r\u0069a\u006e\u0067\u006c\u0065\u0066\u0074\u0065\u0071\u0075\u0061\u006c",Value :"\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065\u006c\u0065\u0066\u0074e\u0071\u0075\u0061\u006c"},{Key :"\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065\u006ce\u0066\u0074\u0065\u0071",Value :"\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065\u006c\u0065\u0066\u0074e\u0071\u0075\u0061\u006c"},{Key :"\u0074\u0072i\u0061\u006e\u0067l\u0065\u0072\u0069\u0067\u0068\u0074\u0073\u006c\u0064",Value :"\u0074r\u0069a\u006e\u0067\u006c\u0065\u0072i\u0067\u0068t\u0062\u006c\u0061\u0063\u006b"},{Key :"\u0074r\u0069a\u006e\u0067\u006c\u0065\u0072\u0069\u0067\u0068\u0074\u0065\u0071",Value :"\u0074r\u0069a\u006e\u0067\u006c\u0065\u0072i\u0067\u0068t\u0065\u0071\u0075\u0061\u006c"},{Key :"\u0074\u0072i\u0061\u006e\u0067r\u0069\u0067\u0068\u0074\u0065\u0071\u0075\u0061\u006c",Value :"\u0074r\u0069a\u006e\u0067\u006c\u0065\u0072i\u0067\u0068t\u0065\u0071\u0075\u0061\u006c"},{Key :"\u0070\u0072\u0069\u006d\u0065\u0074\u0072\u0069\u0070\u006c",Value :"\u0074r\u0070\u0072\u0069\u006d\u0065"},{Key :"p\u0072\u0069\u006d\u0065\u0074\u0072\u0069\u0070\u006c\u0031",Value :"\u0074r\u0070\u0072\u0069\u006d\u0065"},{Key :"\u0075\u006e\u0064\u0065\u0072\u0073\u0063\u006f\u0072\u0065\u0064\u0062l\u006e\u006f\u0073\u0070",Value :"\u0074\u0073"},{Key :"\u0074\u0073\u0061\u0064\u0069\u0064\u0061\u0067\u0065\u0073\u0068\u0068e\u0062\u0072\u0065\u0077",Value :"t\u0073\u0061\u0064\u0069\u0064\u0061\u0067\u0065\u0073\u0068"},{Key :"\u0074s\u0061d\u0069\u0077\u0069\u0074\u0068\u0064\u0061\u0067\u0065\u0073\u0068",Value :"t\u0073\u0061\u0064\u0069\u0064\u0061\u0067\u0065\u0073\u0068"},{Key :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00388",Value :"t\u0073\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0074\u0073\u0065",Value :"t\u0073\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0037\u00394",Value :"\u0074s\u0065\u0072\u0065\u0031\u0032"},{Key :"\u0074\u0073\u0065\u0072\u0065\u006e\u0061\u0072\u0072\u006f\u0077\u0068e\u0062\u0072\u0065\u0077",Value :"\u0074s\u0065\u0072\u0065\u0031\u0032"},{Key :"t\u0073\u0065\u0072\u0065\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0074s\u0065\u0072\u0065\u0031\u0032"},{Key :"\u0074s\u0065\u0072\u0065\u0031\u0065",Value :"\u0074s\u0065\u0072\u0065\u0031\u0032"},{Key :"\u0074\u0073\u0065r\u0065",Value :"\u0074s\u0065\u0072\u0065\u0031\u0032"},{Key :"\u0074s\u0065r\u0065\u0077\u0069\u0064\u0065\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0074s\u0065\u0072\u0065\u0031\u0032"},{Key :"\u0066\u0069\u006c\u0065\u0073\u0065\u0070\u0061\u0072\u0061\u0074\u006f\u0072",Value :"\u0074s\u0065\u0072\u0065\u0031\u0032"},{Key :"\u0074s\u0065\u0072\u0065\u0032\u0062",Value :"\u0074s\u0065\u0072\u0065\u0031\u0032"},{Key :"\u0074s\u0065r\u0065\u0071\u0075\u0061\u0072t\u0065\u0072h\u0065\u0062\u0072\u0065\u0077",Value :"\u0074s\u0065\u0072\u0065\u0031\u0032"},{Key :"\u0061f\u0069\u0069\u0031\u0030\u0031\u00308",Value :"\u0074\u0073\u0068e\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0074\u0073\u0068\u0065",Value :"\u0074\u0073\u0068e\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0063o\u006dm\u0061\u0073\u0075\u0070\u0072\u0065\u0076\u006e\u006f\u0073\u0070",Value :"\u0074t\u0075\u0072\u006e\u0065\u0064"},{Key :"\u0069\u006f\u0074\u0061\u0074\u0075\u0072\u006e",Value :"\u0074\u0075\u0072\u006e\u0065\u0064\u0069\u006f\u0074\u0061"},{Key :"\u0076\u0064\u0061s\u0068",Value :"\u0074\u0075\u0072\u006e\u0073\u0074\u0069\u006c\u0065\u006c\u0065\u0066\u0074"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0033\u00394",Value :"\u0074w\u006f\u0061\u0072\u0061\u0062\u0069c"},{Key :"\u0061\u0072\u0061\u0062ic\u0069\u006e\u0064\u0069\u0063\u0064\u0069\u0067\u0069\u0074\u0074\u0077\u006f",Value :"\u0074w\u006f\u0061\u0072\u0061\u0062\u0069c"},{Key :"\u0074\u0077\u006f\u0068\u0061\u0063\u006b\u0061\u0072\u0061\u0062\u0069\u0063",Value :"\u0074w\u006f\u0061\u0072\u0061\u0062\u0069c"},{Key :"\u0065n\u006ce\u0061\u0064\u0065\u0072\u0074\u0077\u006f\u0064\u006f\u0074\u0073",Value :"\u0074\u0077\u006fd\u006f\u0074\u006c\u0065\u0061\u0064\u0065\u0072"},{Key :"\u0074\u0077\u006f\u0064\u006f\u0074\u0065\u006e\u006ce\u0061\u0064\u0065\u0072",Value :"\u0074\u0077\u006fd\u006f\u0074\u006c\u0065\u0061\u0064\u0065\u0072"},{Key :"\u0074\u0077\u006f\u0064\u006f\u0074\u006c\u0065\u0061\u0064",Value :"\u0074\u0077\u006fd\u006f\u0074\u006c\u0065\u0061\u0064\u0065\u0072"},{Key :"\u0074\u0077\u006f\u0073\u0075\u0062",Value :"t\u0077\u006f\u0069\u006e\u0066\u0065\u0072\u0069\u006f\u0072"},{Key :"e\u0078\u0074\u0065\u006e\u0064\u0065d\u0061\u0072\u0061\u0062\u0069\u0063\u0069\u006e\u0064i\u0063\u0064\u0069g\u0069t\u0074\u0077\u006f",Value :"\u0074\u0077\u006f\u0070\u0065\u0072\u0073\u0069\u0061\u006e"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00362",Value :"\u0074w\u006f\u0074\u0068\u0061\u0069"},{Key :"\u0067\u0072\u0061v\u0065\u0073\u0075\u0062\u006e\u006f\u0073\u0070",Value :"\u0075\u0062\u0061\u0072"},{Key :"\u0064e\u006c\u0074\u0061\u0074\u0075\u0072n",Value :"\u0075\u0062\u0072\u0065\u0076\u0065"},{Key :"\u0075\u0068\u0075\u006e\u0067\u0061\u0072\u0075\u006d\u006c\u0061\u0075\u0074",Value :"\u0075d\u0062\u006c\u0061\u0063\u0075\u0074e"},{Key :"e\u0073\u0068\u0073\u0068\u006f\u0072\u0074\u0072\u0065\u0076",Value :"\u0075d\u0062\u006c\u0067\u0072\u0061\u0076e"},{Key :"\u0041\u0061\u0063\u0075\u0074\u0065\u0072\u0069\u006e\u0067",Value :"\u0075\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073c\u0061\u0072\u006f\u006e"},{Key :"\u0069\u0068\u0061\u0063\u0065\u006b",Value :"\u0075\u0068\u006fr\u006e"},{Key :"\u0074\u0074\u0075r\u006e",Value :"\u0075\u0069\u006e\u0076\u0065\u0072\u0074\u0065\u0064b\u0072\u0065\u0076\u0065"},{Key :"\u006ew\u0071\u0075\u0061\u0064\u0061\u0072c",Value :"\u0075\u006c\u0061r\u0063"},{Key :"\u0064\u0062\u006c\u006c\u006f\u0077\u006c\u0069\u006e\u0065",Value :"\u0075\u006e\u0064\u0065\u0072\u0073\u0063\u006f\u0072\u0065\u0064\u0062\u006c"},{Key :"\u0074\u0077\u006f\u006c\u006f\u0077\u006c\u0069\u006e\u0065",Value :"\u0075\u006e\u0064\u0065\u0072\u0073\u0063\u006f\u0072\u0065\u0064\u0062\u006c"},{Key :"\u006d\u0069d\u0068\u006f\u0072i\u007a\u0065\u006c\u006c\u0069\u0070\u0073\u0069\u0073",Value :"\u0075\u006e\u0069c\u006f\u0064\u0065\u0063\u0064\u006f\u0074\u0073"},{Key :"\u0063\u0075\u0070",Value :"\u0075\u006e\u0069o\u006e"},{Key :"\u0043\u0075\u0070",Value :"\u0075\u006e\u0069\u006f\u006e\u0064\u0062\u006c"},{Key :"\u0075\u006e\u0069\u006f\u006e\u006d\u0075\u006c\u0074\u0069\u0064\u0069s\u0070\u006c\u0061\u0079",Value :"\u0075\u006e\u0069\u006f\u006e\u006d\u0075\u006c\u0074\u0069"},{Key :"\u0075\u006e\u0069\u006f\u006e\u006d\u0075\u006c\u0074i\u0074\u0065\u0078\u0074",Value :"\u0075\u006e\u0069\u006f\u006e\u006d\u0075\u006c\u0074\u0069"},{Key :"\u0075\u0070\u006cu\u0073",Value :"\u0075\u006e\u0069\u006f\u006e\u006d\u0075\u006c\u0074\u0069"},{Key :"\u0073\u0071\u0063u\u0070",Value :"\u0075n\u0069\u006f\u006e\u0073\u0071"},{Key :"\u0075\u006e\u0069\u006f\u006e\u0073\u0071\u0064\u0069s\u0070\u006c\u0061\u0079",Value :"\u0075n\u0069\u006f\u006e\u0073\u0071"},{Key :"u\u006e\u0069\u006f\u006e\u0073\u0071\u0074\u0065\u0078\u0074",Value :"\u0075n\u0069\u006f\u006e\u0073\u0071"},{Key :"\u0062\u0069\u0067\u0063\u0075\u0070",Value :"\u0075n\u0069\u006f\u006e\u0074\u0065\u0078t"},{Key :"\u006ea\u0072\u0079\u0075\u006e\u0069\u006fn",Value :"\u0075n\u0069\u006f\u006e\u0074\u0065\u0078t"},{Key :"\u0075\u006e\u0069o\u006e\u0064\u0069\u0073\u0070\u006c\u0061\u0079",Value :"\u0075n\u0069\u006f\u006e\u0074\u0065\u0078t"},{Key :"\u0066\u006f\u0072\u0061\u006c\u006c",Value :"\u0075n\u0069\u0076\u0065\u0072\u0073\u0061l"},{Key :"b\u006c\u006f\u0063\u006b\u0075\u0070\u0068\u0061\u006c\u0066",Value :"\u0075p\u0062\u006c\u006f\u0063\u006b"},{Key :"\u0067e\u006b\u0061\u0072\u0065\u0076",Value :"\u0075p\u0064\u0069\u0067\u0061\u006d\u006da"},{Key :"\u0065n\u0072\u0074\u0064\u0065\u0073",Value :"\u0075p\u006b\u006f\u0070\u0070\u0061"},{Key :"\u004ba\u0076\u0065\u0072\u0074\u0062\u0061r",Value :"\u0075\u0070\u006f\u006c\u0064\u004b\u006f\u0070\u0070\u0061"},{Key :"\u006ba\u0076\u0065\u0072\u0074\u0062\u0061r",Value :"\u0075\u0070\u006f\u006c\u0064\u006b\u006f\u0070\u0070\u0061"},{Key :"\u0065\u006e\u0067\u0065",Value :"\u0075p\u0073\u0061\u006d\u0070\u0069"},{Key :"\u0075p\u0075\u0070\u0073\u0069\u006c\u006fn",Value :"\u0075p\u0073\u0069\u006c\u006f\u006e"},{Key :"\u0061\u0063\u0075t\u0065\u0073\u0075\u0062\u006e\u006f\u0073\u0070",Value :"\u0075\u0070\u0073i\u006c\u006f\u006e\u006c\u0061\u0074\u0069\u006e"},{Key :"\u0078\u0073\u006f\u006c",Value :"\u0075p\u0073\u006c\u006f\u0070\u0065"},{Key :"\u006b\u0061\u0062a\u0072",Value :"\u0075\u0070\u0073\u0074\u0069\u0067\u006d\u0061"},{Key :"\u0055\u0070s\u0069\u006c\u006fn\u0031\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073",Value :"\u0075\u0070\u0074\u0061\u0063\u006b\u0062\u0065\u006co\u0077\u0063\u006d\u0062"},{Key :"\u0055\u0070\u0073\u0069\u006c\u006f\u006e\u0031\u0064\u0069\u0061\u0065r\u0065\u0073\u0069\u0073",Value :"\u0075\u0070\u0074\u0061\u0063\u006b\u0062\u0065\u006co\u0077\u0063\u006d\u0062"},{Key :"\u0043\u0068\u0065\u0076\u0065\u0072\u0074\u0062\u0061\u0072",Value :"\u0075\u0070\u0076\u0061\u0072\u0054\u0068\u0065\u0074\u0061"},{Key :"\u006ee\u0071\u0075\u0061\u0064\u0061\u0072c",Value :"\u0075\u0072\u0061r\u0063"},{Key :"\u0044\u0062\u0061r\u0031",Value :"\u0075\u0074\u0069\u006c\u0064\u0065"},{Key :"\u0070e\u0072s\u0070\u0063\u006f\u0072\u0072\u0065\u0073\u0070\u006f\u006e\u0064",Value :"\u0076\u0061\u0072\u0064\u006f\u0075\u0062\u006c\u0065\u0062\u0061\u0072w\u0065\u0064\u0067\u0065"},{Key :"\u0063l\u0077c\u006f\u006e\u0074\u0069\u006e\u0074\u0065\u0067\u0072\u0061\u006c",Value :"\u0076\u0061r\u006f\u0069\u006et\u0063\u006c\u006f\u0063\u006b\u0077\u0069\u0073\u0065"},{Key :"\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065\u0072\u0069\u0067\u0068\u0074",Value :"\u0076a\u0072t\u0072\u0069\u0061\u006e\u0067\u006c\u0065\u006c\u0065\u0066\u0074"},{Key :"\u0074\u0072\u0069a\u006e\u0067\u006c\u0065\u006c\u0065\u0066\u0074",Value :"\u0076\u0061r\u0074\u0072\u0069a\u006e\u0067\u006c\u0065\u0072\u0069\u0067\u0068\u0074"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0036\u00369",Value :"\u0076\u0061\u0076"},{Key :"\u0076a\u0076\u0068\u0065\u0062\u0072\u0065w",Value :"\u0076\u0061\u0076"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0037\u00323",Value :"\u0076a\u0076d\u0061\u0067\u0065\u0073\u0068\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0076a\u0076\u0064\u0061\u0067\u0065\u0073h",Value :"\u0076a\u0076d\u0061\u0067\u0065\u0073\u0068\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"v\u0061\u0076\u0064\u0061\u0067\u0065\u0073\u0068\u0036\u0035",Value :"\u0076a\u0076d\u0061\u0067\u0065\u0073\u0068\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0076\u0061\u0076\u0077\u0069\u0074\u0068\u0064\u0061\u0067\u0065\u0073\u0068",Value :"\u0076a\u0076d\u0061\u0067\u0065\u0073\u0068\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0037\u00300",Value :"\u0076\u0061\u0076\u0068\u006f\u006c\u0061\u006d"},{Key :"\u0076\u0061\u0076\u0068\u006f\u006c\u0061\u006d\u0068e\u0062\u0072\u0065\u0077",Value :"\u0076\u0061\u0076\u0068\u006f\u006c\u0061\u006d"},{Key :"\u0076\u0061\u0076w\u0069\u0074\u0068\u0068\u006f\u006c\u0061\u006d",Value :"\u0076\u0061\u0076\u0068\u006f\u006c\u0061\u006d"},{Key :"\u0076\u0065\u0063",Value :"\u0076\u0065\u0063\u0074\u006f\u0072"},{Key :"e\u0071\u0075\u0069\u0061\u006e\u0067\u0075\u006c\u0061\u0072",Value :"\u0076\u0065\u0065e\u0071"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0035\u00305",Value :"\u0076e\u0068\u0061\u0072\u0061\u0062\u0069c"},{Key :"\u0076\u0065\u0068",Value :"\u0076e\u0068\u0061\u0072\u0061\u0062\u0069c"},{Key :"\u0076\u0065\u0068\u0066\u0069\u006e\u0061\u006c",Value :"\u0076\u0065\u0068\u0066\u0069\u006e\u0061\u006c\u0061r\u0061\u0062\u0069\u0063"},{Key :"\u0076\u0065\u0068\u0069\u006e\u0069\u0074\u0069\u0061\u006c",Value :"\u0076\u0065h\u0069\u006e\u0069t\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0076e\u0068\u006d\u0065\u0064\u0069\u0061l",Value :"\u0076e\u0068m\u0065\u0064\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0053\u0061\u006dp\u0069",Value :"v\u0065r\u0074\u0069\u0063\u0061\u006c\u006c\u0069\u006ee\u0062\u0065\u006c\u006fwc\u006d\u0062"},{Key :"\u0061\u0072\u0072\u006f\u0077\u006c\u006f\u006e\u0067b\u006f\u0074\u0068\u0076",Value :"v\u0065\u0077\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e"},{Key :"\u0074a\u0063k\u006c\u0065\u0066\u0074\u0073\u0075\u0062\u006e\u006f\u0073\u0070",Value :"\u0076\u0068\u006fo\u006b"},{Key :"\u0076\u0065\u0072\u0074\u0072\u0065\u0063\u0074\u0061\u006e\u0067\u006c\u0065",Value :"\u0076\u0072\u0065\u0063\u0074\u0061\u006e\u0067\u006c\u0065"},{Key :"\u0066\u0069\u006c\u006c\u0065\u0064\u0076\u0065\u0072t\u0072\u0065\u0063\u0074",Value :"\u0076r\u0065c\u0074\u0061\u006e\u0067\u006c\u0065\u0062\u006c\u0061\u0063\u006b"},{Key :"\u0074\u0061c\u006b\u0072\u0069g\u0068\u0074\u0073\u0075\u0062\u006e\u006f\u0073\u0070",Value :"\u0076t\u0075\u0072\u006e\u0065\u0064"},{Key :"o\u0070\u0065\u006e\u0062\u0075\u006c\u006c\u0065\u0074\u0031",Value :"\u0076\u0079\u0073\u006d\u0077\u0068\u0074\u0063\u0069\u0072\u0063\u006c\u0065"},{Key :"\u0072\u0069\u006e\u0067\u006d\u0061\u0074\u0068",Value :"\u0076\u0079\u0073\u006d\u0077\u0068\u0074\u0063\u0069\u0072\u0063\u006c\u0065"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00348",Value :"\u0077a\u0077\u0061\u0072\u0061\u0062\u0069c"},{Key :"\u0077\u0061\u0077",Value :"\u0077a\u0077\u0061\u0072\u0061\u0062\u0069c"},{Key :"\u0077\u0061\u0077\u0066\u0069\u006e\u0061\u006c",Value :"\u0077\u0061\u0077\u0066\u0069\u006e\u0061\u006c\u0061r\u0061\u0062\u0069\u0063"},{Key :"\u0077\u0061\u0077\u0077it\u0068\u0068\u0061\u006d\u007a\u0061\u0061\u0062\u006f\u0076\u0065\u0066\u0069\u006ea\u006c",Value :"\u0077a\u0077\u0068\u0061\u006d\u007a\u0061\u0061\u0062\u006f\u0076\u0065f\u0069\u006e\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0065s\u0074\u0069\u006d\u0061\u0074\u0065s",Value :"\u0077\u0065\u0064\u0067\u0065\u0071"},{Key :"\u0050s\u0063\u0072\u0069\u0070\u0074",Value :"w\u0065\u0069\u0065\u0072\u0073\u0074\u0072\u0061\u0073\u0073"},{Key :"\u0077\u0070",Value :"w\u0065\u0069\u0065\u0072\u0073\u0074\u0072\u0061\u0073\u0073"},{Key :"\u006f\u0070\u0065\u006e\u0062\u0075\u006c\u006c\u0065\u0074",Value :"w\u0068\u0069\u0074\u0065\u0062\u0075\u006c\u006c\u0065\u0074"},{Key :"s\u006d\u0077\u0068\u0074\u0063\u0069\u0072\u0063\u006c\u0065",Value :"w\u0068\u0069\u0074\u0065\u0062\u0075\u006c\u006c\u0065\u0074"},{Key :"\u0063\u0069\u0072\u0063\u006c\u0065",Value :"w\u0068\u0069\u0074\u0065\u0063\u0069\u0072\u0063\u006c\u0065"},{Key :"\u006d\u0064\u006c\u0067\u0077\u0068\u0074\u0063\u0069\u0072\u0063\u006c\u0065",Value :"w\u0068\u0069\u0074\u0065\u0063\u0069\u0072\u0063\u006c\u0065"},{Key :"\u0064\u0069\u0061m\u006f\u006e\u0064\u0072\u0068\u006f\u006d\u0062",Value :"\u0077\u0068\u0069t\u0065\u0064\u0069\u0061\u006d\u006f\u006e\u0064"},{Key :"\u006d\u0064\u006c\u0067\u0077\u0068\u0074\u0064\u0069a\u006d\u006f\u006e\u0064",Value :"\u0077\u0068\u0069t\u0065\u0064\u0069\u0061\u006d\u006f\u006e\u0064"},{Key :"\u0062\u006c\u0061\u0063ki\u006e\u0077\u0068\u0069\u0074\u0065\u0064\u0069\u0061\u006d\u006f\u006e\u0064",Value :"\u0077\u0068\u0069\u0074\u0065\u0064\u0069\u0061\u006d\u006f\u006e\u0064\u0063o\u006e\u0074\u0061\u0069\u006e\u0069n\u0067\u0062\u006c\u0061\u0063\u006b\u0073\u006d\u0061\u006c\u006c\u0064\u0069a\u006d\u006f\u006e\u0064"},{Key :"\u0064i\u0061m\u006f\u006e\u0064\u0072\u0068o\u006d\u0062n\u0065\u0073\u0074\u0065\u0064",Value :"\u0077\u0068\u0069\u0074\u0065\u0064\u0069\u0061\u006d\u006f\u006e\u0064\u0063o\u006e\u0074\u0061\u0069\u006e\u0069n\u0067\u0062\u006c\u0061\u0063\u006b\u0073\u006d\u0061\u006c\u006c\u0064\u0069a\u006d\u006f\u006e\u0064"},{Key :"\u0073\u006da\u006c\u006c\u0074r\u0069\u0061\u006e\u0067\u006c\u0065\u0069\u006e\u0076",Value :"\u0077\u0068\u0069\u0074\u0065\u0064\u006f\u0077\u006e\u0070o\u0069\u006e\u0074\u0069\u006e\u0067\u0073m\u0061\u006c\u006c\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065"},{Key :"\u0074\u0072\u0069a\u006e\u0067\u006c\u0065\u0064\u006f\u0077\u006e",Value :"\u0077\u0068\u0069\u0074\u0065\u0064\u006f\u0077\u006e\u0070o\u0069\u006e\u0074\u0069\u006e\u0067\u0073m\u0061\u006c\u006c\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065"},{Key :"\u0062i\u0067t\u0072\u0069\u0061\u006e\u0067\u006c\u0065\u0064\u006f\u0077\u006e",Value :"\u0077h\u0069\u0074\u0065\u0064o\u0077\u006e\u0070\u006f\u0069n\u0074i\u006eg\u0074\u0072\u0069\u0061\u006e\u0067\u006ce"},{Key :"t\u0072\u0069\u0061\u006e\u0067\u006c\u0065\u0069\u006e\u0076",Value :"\u0077h\u0069\u0074\u0065\u0064o\u0077\u006e\u0070\u006f\u0069n\u0074i\u006eg\u0074\u0072\u0069\u0061\u006e\u0067\u006ce"},{Key :"\u0073\u006d\u0061\u006c\u006c\u0074\u0072\u0069\u0061\u006e\u0067\u006ce\u006c\u0065\u0066\u0074",Value :"\u0077\u0068\u0069\u0074\u0065\u006c\u0065\u0066\u0074\u0070o\u0069\u006e\u0074\u0069\u006e\u0067\u0073m\u0061\u006c\u006c\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065"},{Key :"\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065\u006c\u0065\u0066\u0074\u0031",Value :"\u0077h\u0069\u0074\u0065\u006ce\u0066\u0074\u0070\u006f\u0069n\u0074i\u006eg\u0074\u0072\u0069\u0061\u006e\u0067\u006ce"},{Key :"t\u0072\u0069\u0061\u0067\u006c\u0066\u006f\u0070\u0065\u006e",Value :"\u0077\u0068i\u0074\u0065\u0070o\u0069\u006e\u0074\u0065\u0072\u006c\u0065\u0066\u0074"},{Key :"t\u0072\u0069\u0061\u0067\u0072\u0074\u006f\u0070\u0065\u006e",Value :"\u0077\u0068\u0069\u0074\u0065\u0070\u006f\u0069\u006e\u0074\u0065\u0072r\u0069\u0067\u0068\u0074"},{Key :"\u0073m\u0061l\u006c\u0074\u0072\u0069\u0061n\u0067\u006ce\u0072\u0069\u0067\u0068\u0074",Value :"\u0077\u0068\u0069t\u0065\u0072\u0069\u0067h\u0074\u0070\u006f\u0069\u006e\u0074\u0069n\u0067\u0073\u006d\u0061\u006c\u006c\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065"},{Key :"\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065\u0072i\u0067\u0068\u0074\u0031",Value :"\u0077\u0068\u0069\u0074\u0065\u0072\u0069\u0067\u0068\u0074\u0070o\u0069\u006e\u0074\u0069\u006e\u0067\u0074\u0072\u0069\u0061n\u0067\u006c\u0065"},{Key :"\u0048\u0031\u0038\u0035\u0035\u0031",Value :"\u0077\u0068i\u0074\u0065\u0073m\u0061\u006c\u006c\u0073\u0071\u0075\u0061\u0072\u0065"},{Key :"\u0073\u006d\u0061\u006c\u006c\u0062\u006f\u0078",Value :"\u0077\u0068i\u0074\u0065\u0073m\u0061\u006c\u006c\u0073\u0071\u0075\u0061\u0072\u0065"},{Key :"s\u006d\u0077\u0068\u0074\u0073\u0071\u0075\u0061\u0072\u0065",Value :"\u0077\u0068i\u0074\u0065\u0073m\u0061\u006c\u006c\u0073\u0071\u0075\u0061\u0072\u0065"},{Key :"\u0062\u0069\u0067w\u0068\u0069\u0074\u0065\u0073\u0074\u0061\u0072",Value :"\u0077h\u0069\u0074\u0065\u0073\u0074\u0061r"},{Key :"\u0073\u006d\u0061\u006c\u006c\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065",Value :"\u0077\u0068\u0069\u0074e\u0075\u0070\u0070\u006f\u0069\u006e\u0074\u0069\u006e\u0067s\u006da\u006c\u006c\u0074\u0072\u0069\u0061\u006eg\u006c\u0065"},{Key :"v\u0061\u0072\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065",Value :"\u0077\u0068\u0069\u0074e\u0075\u0070\u0070\u006f\u0069\u006e\u0074\u0069\u006e\u0067s\u006da\u006c\u006c\u0074\u0072\u0069\u0061\u006eg\u006c\u0065"},{Key :"\u0062\u0069\u0067\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065\u0075\u0070",Value :"\u0077\u0068\u0069te\u0075\u0070\u0070\u006f\u0069\u006e\u0074\u0069\u006e\u0067\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065"},{Key :"\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065",Value :"\u0077\u0068\u0069te\u0075\u0070\u0070\u006f\u0069\u006e\u0074\u0069\u006e\u0067\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00319",Value :"\u0077\u006f\u0077\u0061\u0065\u006e\u0074\u0068\u0061\u0069"},{Key :"\u0077\u0072",Value :"\u0077\u0072\u0065\u0061\u0074\u0068\u0070\u0072\u006f\u0064\u0075\u0063\u0074"},{Key :"\u0064i\u0061e\u0072\u0065\u0073\u0069\u0073t\u006f\u006eo\u0073\u006e\u006f\u0073\u0070",Value :"\u0077s\u0075\u0070\u0065\u0072\u0069\u006fr"},{Key :"\u0061\u006e\u0067l\u0065\u0073\u0075\u0070\u006e\u006f\u0073\u0070",Value :"\u0077t\u0075\u0072\u006e\u0065\u0064"},{Key :"\u0075\u0070\u0078\u0069",Value :"\u0078\u0069"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00358",Value :"\u0079\u0061\u006da\u006b\u006b\u0061\u006e\u0074\u0068\u0061\u0069"},{Key :"\u0061f\u0069\u0069\u0031\u0030\u0031\u00394",Value :"y\u0061\u0074\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0049\u0062\u0061\u0072",Value :"y\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00350",Value :"\u0079e\u0068\u0061\u0072\u0061\u0062\u0069c"},{Key :"\u0079\u0065\u0068",Value :"\u0079e\u0068\u0061\u0072\u0061\u0062\u0069c"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0035\u00319",Value :"\u0079e\u0068b\u0061\u0072\u0072\u0065\u0065\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0079\u0065\u0068\u0066\u0069\u006e\u0061\u006c",Value :"\u0079\u0065\u0068\u0066\u0069\u006e\u0061\u006c\u0061r\u0061\u0062\u0069\u0063"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00314",Value :"\u0079\u0065\u0068\u0068am\u007a\u0061\u0061\u0062\u006f\u0076\u0065\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0079\u0065\u0068\u0077\u0069\u0074\u0068\u0068\u0061\u006d\u007a\u0061a\u0062\u006f\u0076\u0065",Value :"\u0079\u0065\u0068\u0068am\u007a\u0061\u0061\u0062\u006f\u0076\u0065\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0079\u0065\u0068\u0077it\u0068\u0068\u0061\u006d\u007a\u0061\u0061\u0062\u006f\u0076\u0065\u0066\u0069\u006ea\u006c",Value :"\u0079e\u0068\u0068\u0061\u006d\u007a\u0061\u0061\u0062\u006f\u0076\u0065f\u0069\u006e\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0079e\u0068\u0077\u0069\u0074\u0068\u0068\u0061\u006d\u007a\u0061\u0061b\u006f\u0076\u0065\u0069\u006e\u0069\u0074\u0069\u0061\u006c",Value :"\u0079\u0065\u0068\u0068\u0061\u006d\u007a\u0061\u0061\u0062\u006fv\u0065\u0069\u006e\u0069\u0074\u0069\u0061\u006c\u0061\u0072a\u0062\u0069\u0063"},{Key :"\u0079\u0065\u0068wi\u0074\u0068\u0068\u0061\u006d\u007a\u0061\u0061\u0062\u006f\u0076\u0065\u006d\u0065\u0064\u0069\u0061\u006c",Value :"\u0079e\u0068\u0068\u0061\u006dz\u0061\u0061\u0062\u006f\u0076e\u006de\u0064i\u0061\u006c\u0061\u0072\u0061\u0062\u0069c"},{Key :"\u0061l\u0065\u0066\u006d\u0061\u006b\u0073\u0075\u0072\u0061\u0069\u006ei\u0074\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",Value :"\u0079\u0065h\u0069\u006e\u0069t\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0079\u0065\u0068\u0069\u006e\u0069\u0074\u0069\u0061\u006c",Value :"\u0079\u0065h\u0069\u006e\u0069t\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0079e\u0068w\u0069\u0074\u0068\u006d\u0065e\u006d\u0069n\u0069\u0074\u0069\u0061\u006c",Value :"y\u0065h\u006d\u0065\u0065\u006d\u0069\u006e\u0069\u0074i\u0061\u006c\u0061\u0072ab\u0069\u0063"},{Key :"\u0079\u0065\u0068\u0077it\u0068\u006d\u0065\u0065\u006d\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064",Value :"y\u0065\u0068\u006d\u0065em\u0069s\u006f\u006c\u0061\u0074\u0065d\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0079\u0065h\u0077\u0069\u0074h\u006e\u006f\u006f\u006e\u0066\u0069\u006e\u0061\u006c",Value :"\u0079e\u0068n\u006f\u006f\u006e\u0066\u0069n\u0061\u006ca\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0059\u0065\u006e",Value :"\u0079\u0065\u006e"},{Key :"a\u0075\u0078\u0069\u006c\u0069\u0061\u0072\u0079\u006f\u006e",Value :"\u0079e\u0072a\u0068\u0062\u0065\u006e\u0079o\u006d\u006fh\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0064e\u0076\u0063\u006f\u006e\u0031",Value :"\u0079e\u0072a\u0068\u0062\u0065\u006e\u0079o\u006d\u006fh\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0079\u0065\u0072\u0061hb\u0065\u006e\u0079\u006f\u006d\u006f\u006c\u0065\u0066\u0074\u0068\u0065\u0062\u0072e\u0077",Value :"\u0079e\u0072a\u0068\u0062\u0065\u006e\u0079o\u006d\u006fh\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00393",Value :"\u0079\u0065\u0072i\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0079\u0065\u0072\u0069",Value :"\u0079\u0065\u0072i\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"s\u0074\u0061\u0072\u0074\u006f\u0066\u0068\u0065\u0061\u0064",Value :"y\u0065\u0074\u0069\u0076\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0075\u0068\u0061\u0063\u0065\u006b",Value :"\u0079\u0068\u006fo\u006b"},{Key :"\u0061f\u0069\u0069\u0031\u0030\u0031\u00304",Value :"\u0079\u0069\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0079\u0069",Value :"\u0079\u0069\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0061\u0072\u0072\u006f\u0077\u0073\u006f\u0075\u0074h\u0077\u0065\u0073\u0074",Value :"\u0079\u0069\u0077n\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e"},{Key :"\u0079o\u0064\u0064\u0061\u0067\u0065\u0073h",Value :"\u0079o\u0064d\u0061\u0067\u0065\u0073\u0068\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0079\u006f\u0064\u0077\u0069\u0074\u0068\u0064\u0061\u0067\u0065\u0073\u0068",Value :"\u0079o\u0064d\u0061\u0067\u0065\u0073\u0068\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0037\u00318",Value :"\u0079\u006f\u0064y\u006f\u0064\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0079\u006f\u0064\u0064\u0062\u006c",Value :"\u0079\u006f\u0064y\u006f\u0064\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0037\u00305",Value :"\u0079\u006f\u0064\u0079\u006f\u0064\u0070\u0061\u0074\u0061\u0068\u0068e\u0062\u0072\u0065\u0077"},{Key :"\u0064\u006f\u0075\u0062\u006c\u0065\u0079\u006f\u0064p\u0061\u0074\u0061\u0068",Value :"\u0079\u006f\u0064\u0079\u006f\u0064\u0070\u0061\u0074\u0061\u0068\u0068e\u0062\u0072\u0065\u0077"},{Key :"d\u006fu\u0062\u006c\u0065\u0079\u006f\u0064\u0070\u0061t\u0061\u0068\u0068\u0065br\u0065\u0077",Value :"\u0079\u006f\u0064\u0079\u006f\u0064\u0070\u0061\u0074\u0061\u0068\u0068e\u0062\u0072\u0065\u0077"},{Key :"\u0063\u0068\u0065\u0072\u0074\u0064\u0065\u0073",Value :"\u0079\u006f\u0074\u0067\u0072\u0065\u0065\u006b"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00314",Value :"\u0079o\u0079\u0061\u006b\u0074\u0068\u0061i"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0036\u00393",Value :"\u0079\u006f\u0079\u0069\u006e\u0067\u0074\u0068\u0061\u0069"},{Key :"\u0064z\u0068\u0061\u0063\u0065\u006b",Value :"\u0079\u0072"},{Key :"i\u006f\u0074\u0061\u0073\u0075\u0062\u006e\u006f\u0073\u0070",Value :"\u0079s\u0075\u0070\u0065\u0072\u0069\u006fr"},{Key :"\u0068\u006f\u0072\u006e\u006e\u006f\u0073\u0070",Value :"\u0079t\u0075\u0072\u006e\u0065\u0064"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00332",Value :"\u007aa\u0068\u0061\u0072\u0061\u0062\u0069c"},{Key :"\u007a\u0061\u0068",Value :"\u007aa\u0068\u0061\u0072\u0061\u0062\u0069c"},{Key :"\u007a\u0061\u0068\u0066\u0069\u006e\u0061\u006c",Value :"\u007a\u0061\u0068\u0066\u0069\u006e\u0061\u006c\u0061r\u0061\u0062\u0069\u0063"},{Key :"\u007a\u0061\u0068\u0069\u006e\u0069\u0074\u0069\u0061\u006c",Value :"\u007a\u0061h\u0069\u006e\u0069t\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u007aa\u0068\u006d\u0065\u0064\u0069\u0061l",Value :"\u007aa\u0068m\u0065\u0064\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00326",Value :"\u007a\u0061\u0069\u006e\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u007a\u0061\u0069\u006e",Value :"\u007a\u0061\u0069\u006e\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u007aa\u0069\u006e\u0066\u0069\u006e\u0061l",Value :"\u007aa\u0069n\u0066\u0069\u006e\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0061\u0072\u0072\u006f\u0077\u006c\u006f\u006f\u0070r\u0069\u0067\u0068\u0074",Value :"\u007a\u0061q\u0065\u0066\u0067a\u0064\u006f\u006c\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0061\u0072\u0072\u006f\u0077\u006c\u006f\u006f\u0070\u006c\u0065\u0066\u0074",Value :"\u007a\u0061q\u0065\u0066\u0071a\u0074\u0061\u006e\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"a\u0072\u0072\u006f\u0077\u007a\u0069\u0067\u007a\u0061\u0067",Value :"z\u0061\u0072\u0071\u0061\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"z\u0061\u0079\u0069\u006e\u0064\u0061\u0067\u0065\u0073\u0068",Value :"\u007a\u0061\u0079\u0069\u006e\u0064\u0061\u0067\u0065\u0073\u0068\u0068e\u0062\u0072\u0065\u0077"},{Key :"\u007aa\u0079i\u006e\u0077\u0069\u0074\u0068\u0064\u0061\u0067\u0065\u0073\u0068",Value :"\u007a\u0061\u0079\u0069\u006e\u0064\u0061\u0067\u0065\u0073\u0068\u0068e\u0062\u0072\u0065\u0077"},{Key :"\u006e\u006c\u0065\u0067",Value :"\u007a\u0063\u0061\u0072\u006f\u006e"},{Key :"\u0074a\u0063k\u0064\u006f\u0077\u006e\u0073\u0075\u0062\u006e\u006f\u0073\u0070",Value :"\u007a\u0063\u0075r\u006c"},{Key :"\u006d\u0063\u0061\u0070\u0074\u0075\u0072\u006e",Value :"\u007a\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074"},{Key :"\u007a\u0064\u006f\u0074",Value :"\u007a\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074"},{Key :"\u007ae\u0072\u006f\u0064\u006f\u0074",Value :"\u007a\u0065\u0072\u006f"},{Key :"\u007ae\u0072\u006f\u0073\u006c\u0061\u0073h",Value :"\u007a\u0065\u0072\u006f"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0033\u00392",Value :"\u007a\u0065\u0072\u006f\u0068\u0061\u0063\u006b\u0061r\u0061\u0062\u0069\u0063"},{Key :"a\u0072a\u0062\u0069\u0063\u0069\u006e\u0064\u0069\u0063d\u0069\u0067\u0069\u0074ze\u0072\u006f",Value :"\u007a\u0065\u0072\u006f\u0068\u0061\u0063\u006b\u0061r\u0061\u0062\u0069\u0063"},{Key :"\u007a\u0065\u0072\u006f\u0061\u0072\u0061\u0062\u0069\u0063",Value :"\u007a\u0065\u0072\u006f\u0068\u0061\u0063\u006b\u0061r\u0061\u0062\u0069\u0063"},{Key :"\u007ae\u0072\u006f\u0073\u0075\u0062",Value :"\u007a\u0065\u0072o\u0069\u006e\u0066\u0065\u0072\u0069\u006f\u0072"},{Key :"\u0065\u0078\u0074\u0065n\u0064\u0065\u0064\u0061\u0072\u0061\u0062\u0069\u0063\u0069n\u0064i\u0063\u0064\u0069\u0067\u0069\u0074\u007ae\u0072\u006f",Value :"z\u0065\u0072\u006f\u0070\u0065\u0072\u0073\u0069\u0061\u006e"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00360",Value :"\u007a\u0065\u0072\u006f\u0074\u0068\u0061\u0069"},{Key :"\u0062\u006f\u006d",Value :"\u007ae\u0072o\u0077\u0069\u0064\u0074\u0068\u006a\u006f\u0069\u006e\u0065\u0072"},{Key :"z\u0065\u0072\u006f\u0077id\u0074h\u006e\u006f\u0062\u0072\u0065a\u006b\u0073\u0070\u0061\u0063\u0065",Value :"\u007ae\u0072o\u0077\u0069\u0064\u0074\u0068\u006a\u006f\u0069\u006e\u0065\u0072"},{Key :"\u007ae\u0072\u006f\u0073\u0070\u0061\u0063e",Value :"\u007a\u0065\u0072\u006f\u0077\u0069\u0064\u0074\u0068s\u0070\u0061\u0063\u0065"},{Key :"\u0075\u0070\u007a\u0065\u0074\u0061",Value :"\u007a\u0065\u0074\u0061"},{Key :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00372",Value :"z\u0068\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u007a\u0068\u0065",Value :"z\u0068\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u006e\u0065\u0067\u0061\u0063\u006b\u006e\u006f\u0077l\u0065\u0064\u0067\u0065",Value :"z\u0069\u006e\u006f\u0072\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0074\u0061\u0063\u006b\u0075\u0070\u0073\u0075\u0062\u006e\u006f\u0073\u0070",Value :"\u007a\u0072\u0065\u0074\u0072\u006f\u0066\u006c\u0065x\u0068\u006f\u006f\u006b"}}; -func init (){RegisterSimpleEncoding (_edgf ,NewSymbolEncoder );RegisterSimpleEncoding (_bcg ,NewZapfDingbatsEncoder );};func NewIdentityTextEncoder (baseName string )*IdentityEncoder {return &IdentityEncoder {_ddb :baseName ,_abfg :_fc .MakeRuneSet (0)}; -};func (_aefe *TrueTypeFontEncoder )CharcodeToRune (code CharCode )(rune ,bool ){_aebf :=rune (-1);_aefe ._eeea .Range (func (_cgg rune ,_fbc uint16 )(_aceb bool ){_ead :=CharCode (_fbc );if _ead ==code {_aebf =_cgg ;return true ;};return false ;});if _aebf !=-1{return _aebf ,true ; -};_ad .Log .Debug ("\u0043h\u0061\u0072c\u006f\u0064\u0065\u0054o\u0052\u0075\u006ee\u003a\u0020\u004e\u006f\u0020\u006d\u0061\u0074\u0063h.\u0020\u0063\u006fd\u0065\u003d0\u0078\u0025\u0030\u0034\u0078\u0020e\u006e\u0063=\u0025\u0073",code ,_aefe );return 0,false ; -};func (_fba *differencesEncoding )String ()string {return _b .Sprintf ("\u0064\u0069\u0066\u0066er\u0065\u006e\u0063\u0065\u0073\u0028\u0025\u0073\u002c\u0020\u0025\u0076\u0029",_fba ._eb .String (),_fba ._fcca );};func NewSymbolEncoder ()SimpleEncoder {return _eff .NewEncoder ()}; -func (_eebb *IdentityEncoder )RuneToGlyph (r rune )(GlyphName ,bool ){if r ==' '{return "\u0073\u0070\u0061c\u0065",true ;};_ccff :=GlyphName (_b .Sprintf ("\u0075n\u0069\u0025\u002e\u0034\u0058",r ));return _ccff ,true ;};func (_eba *simpleEncoding )Encode (str string )[]byte {_cffc ,_ :=_eba .NewEncoder ().Bytes ([]byte (str )); -return _cffc ;};func init (){RegisterSimpleEncoding (_afea ,NewPdfDocEncoder );RegisterSimpleEncoding (_deb ,NewStandardEncoder );};func (_abb *differencesEncoding )BaseName ()string {return _abb ._eb .BaseName ()};var (_eacg =_ccb (_afea ,_cgc );_afa =_ccb (_deb ,_gdec ); -);func NewSimpleTextEncoder (baseName string ,differences map[CharCode ]GlyphName )(SimpleEncoder ,error ){_cce ,_cceb :=_fda .Read (baseName );if !_cceb {_ad .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u004ee\u0077\u0053\u0069mp\u006c\u0065\u0054\u0065\u0078\u0074E\u006e\u0063\u006f\u0064\u0065\u0072\u002e\u0020\u0055\u006e\u006b\u006e\u006f\u0077\u006e \u0065\u006e\u0063\u006f\u0064\u0069\u006e\u0067 \u0025\u0071",baseName ); -return nil ,nil ;};_afd :=_cce ();if len (differences )!=0{_afd =ApplyDifferences (_afd ,differences );};return _afd ,nil ;};func (_beg *simpleMapping )NewEncoder ()SimpleEncoder {_beg ._gdbc .Do (_beg .init );return &simpleEncoding {_eddb :_beg ._agf ,_bcef :_beg ._bae ,_eddg :_beg ._ebd }; -};func (_ddge *differencesEncoding )Charcodes ()[]CharCode {_aeb :=_ddge ._eb .Charcodes ();_fbb :=true ;_gaf :=make (map[CharCode ]struct{},len (_aeb ));for _ ,_bfb :=range _aeb {_gaf [_bfb ]=struct{}{};};_ddge ._ca .Range (func (_bge byte ,_cfg rune )(_eae bool ){_ged :=CharCode (_bge ); -if _ ,_gdd :=_gaf [_ged ];!_gdd {_aeb =append (_aeb ,_ged );_fbb =false ;};return false ;});if !_fbb {_ef .Slice (_aeb ,func (_cfc ,_eec int )bool {return _aeb [_cfc ]< _aeb [_eec ]});};return _aeb ;};func _ee (_af ...charCodeGlyphNameTuple )*charCodeGlyphNameMap {_fe :=map[CharCode ]GlyphName {}; -for _ ,_fdb :=range _af {_fe [_fdb .CharCode ]=_fdb .GlyphName ;};return &charCodeGlyphNameMap {_ea :_fe };};func init (){RegisterSimpleEncoding (_abc ,NewWinAnsiEncoder )};const _abc ="\u0057i\u006eA\u006e\u0073\u0069\u0045\u006e\u0063\u006f\u0064\u0069\u006e\u0067"; -func (_aae *IdentityEncoder )GlyphToRune (glyph GlyphName )(rune ,bool ){if glyph =="\u0073\u0070\u0061c\u0065"{return ' ',true ;}else if !_fb .HasPrefix (string (glyph ),"\u0075\u006e\u0069")||len (glyph )!=7{return 0,false ;};_aaa ,_ega :=_e .ParseUint (string (glyph [3:]),16,16); -if _ega !=nil {return 0,false ;};return rune (_aaa ),true ;};func _agec (_daeb string ,_aaab *_fc .ByteRuneMap )SimpleEncoder {_cfe :=&simpleEncoding {_eddb :_daeb ,_eddg :_aaab ,_bcef :_fc .MakeRuneByteMap (_aaab .Length ())};_cfe ._eddg .Range (func (_dcff byte ,_agd rune )(_fce bool ){if _fcg ,_feg :=_cfe ._bcef .Read (_agd ); -!_feg ||_dcff < _fcg {_cfe ._bcef .Write (_agd ,_dcff );};return false ;});return _cfe ;};func RuneToGlyph (r rune )(GlyphName ,bool ){_eeb ,_gag :=_ace .Read (r );if !_gag &&r > 0{_eeb =_b .Sprintf ("\u0075n\u0069\u0025\u0030\u0034\u0078",r );_gag =true ; -};return GlyphName (_eeb ),_gag ;};type simpleEncoding struct{_eddb string ;_bcef *_fc .RuneByteMap ;_eddg *_fc .ByteRuneMap ;_bdd *_fc .RuneSet ;};func (_dbf simpleDecoder )Reset (){};func _efd (_ggdf TextEncoder ,_dgd string )[]byte {_bba :=[]rune (_dgd ); -_aa :=make ([]byte ,0,len (_bba )*2);for _ ,_cdbe :=range _bba {_fdd ,_aec :=_ggdf .RuneToCharcode (_cdbe );if !_aec {_ad .Log .Debug ("F\u0061\u0069\u006c\u0065\u0064\u0020\u0074\u006f\u0020\u006d\u0061\u0070\u0020\u0072\u0075\u006e\u0065\u0020t\u006f\u0020\u0063\u0068\u0061\u0072\u0063\u006f\u0064\u0065. \u0072\u0075\u006ee\u003d%\u002b\u0071",_cdbe ); -continue ;};var _ggf [2]byte ;_ed .BigEndian .PutUint16 (_ggf [:],uint16 (_fdd ));_aa =append (_aa ,_ggf [:]...);};return _aa ;};func (_gbb *IdentityEncoder )RuneToCharcode (r rune )(CharCode ,bool ){_gbb ._abfg .Write (r );return CharCode (r ),true ;}; -func (_eag *simpleEncoding )Decode (raw []byte )string {_aff ,_ :=_eag .NewDecoder ().Bytes (raw );return string (_aff );};func ApplyDifferences (base SimpleEncoder ,differences map[CharCode ]GlyphName )SimpleEncoder {if len (differences )==0{return base ; -};_bga :=make ([]charCodeGlyphNameTuple ,len (differences ));var _ecdb int ;for _efg ,_aef :=range differences {_bga [_ecdb ]=charCodeGlyphNameTuple {CharCode :_efg ,GlyphName :_aef };_ecdb ++;};_bee :=&differencesEncoding {_eb :base ,_fcca :_ee (_bga ...),_ca :_fc .MakeByteRuneMap (len (differences )),_cc :_fc .MakeRuneByteMap (len (differences ))}; -if _ffd ,_dff :=base .(*differencesEncoding );_dff {_adc :=make (map[CharCode ]GlyphName );_ffd ._fcca .Range (func (_bgd CharCode ,_cbaa GlyphName )(_bf bool ){_adc [_bgd ]=_cbaa ;return false });_bee ._fcca .Range (func (_bea CharCode ,_feb GlyphName )(_ecf bool ){_adc [_bea ]=_feb ; -return false });differences =_adc ;};for _gae ,_fag :=range differences {_cdc :=byte (_gae );_cf ,_fgc :=GlyphToRune (_fag );if _fgc {_bee ._cc .Write (_cf ,_cdc );}else {_ad .Log .Debug ("\u0045R\u0052\u004fR\u003a\u0020\u004e\u006f \u006d\u0061\u0074c\u0068\u0020\u0066\u006f\u0072\u0020\u0067\u006c\u0079ph\u003d\u0025\u0071 \u0064\u0069f\u0066\u0065\u0072\u0065\u006e\u0063e\u0073\u003d%\u002b\u0076",_fag ,differences ); -};_bee ._ca .Write (_cdc ,_cf );};return _bee ;};const (MissingCodeRune ='\ufffd';MissingCodeString =string (MissingCodeRune ););type UTF16Encoder struct{_bcgf string };func (_gac CMapEncoder )RuneToCharcode (r rune )(CharCode ,bool ){if _gac ._agb ==nil {return 0,false ; -};_ggb ,_cba :=_gac ._agb .StringToCID (string (r ));if !_cba {return 0,false ;};if _gac ._fdc !=nil {_dfg ,_dgg :=_gac ._fdc .CIDToCharcode (_ggb );if !_dgg {return 0,false ;};return CharCode (_dfg ),true ;};return CharCode (_ggb ),true ;};const (_edgf ="\u0053\u0079\u006d\u0062\u006f\u006c\u0045\u006e\u0063o\u0064\u0069\u006e\u0067"; -_bcg ="Z\u0061p\u0066\u0044\u0069\u006e\u0067\u0062\u0061\u0074s\u0045\u006e\u0063\u006fdi\u006e\u0067";);var _ace =_fc .NewRuneStringMap (map[rune ]string {0xfffd:"\u002en\u006f\u0074\u0064\u0065\u0066",0x250a:"\u0032\u0035\u0030\u0061",0x250b:"\u0032\u0035\u0030\u0062",0x250d:"\u0032\u0035\u0030\u0064",0x250e:"\u0032\u0035\u0030\u0065",0x250f:"\u0032\u0035\u0030\u0066",0x251a:"\u0032\u0035\u0031\u0061",0x251b:"\u0032\u0035\u0031\u0062",0x251d:"\u0032\u0035\u0031\u0064",0x251e:"\u0032\u0035\u0031\u0065",0x251f:"\u0032\u0035\u0031\u0066",0x252a:"\u0032\u0035\u0032\u0061",0x252b:"\u0032\u0035\u0032\u0062",0x252d:"\u0032\u0035\u0032\u0064",0x252e:"\u0032\u0035\u0032\u0065",0x252f:"\u0032\u0035\u0032\u0066",0x253a:"\u0032\u0035\u0033\u0061",0x253b:"\u0032\u0035\u0033\u0062",0x253d:"\u0032\u0035\u0033\u0064",0x253e:"\u0032\u0035\u0033\u0065",0x253f:"\u0032\u0035\u0033\u0066",0x254a:"\u0032\u0035\u0034\u0061",0x254b:"\u0032\u0035\u0034\u0062",0x254c:"\u0032\u0035\u0034\u0063",0x254d:"\u0032\u0035\u0034\u0064",0x254e:"\u0032\u0035\u0034\u0065",0x254f:"\u0032\u0035\u0034\u0066",0x256d:"\u0032\u0035\u0036\u0064",0x256e:"\u0032\u0035\u0036\u0065",0x256f:"\u0032\u0035\u0036\u0066",0x257a:"\u0032\u0035\u0037\u0061",0x257b:"\u0032\u0035\u0037\u0062",0x257c:"\u0032\u0035\u0037\u0063",0x257d:"\u0032\u0035\u0037\u0064",0x257e:"\u0032\u0035\u0037\u0065",0x257f:"\u0032\u0035\u0037\u0066",0x0041:"\u0041",0x00c6:"\u0041\u0045",0x01fc:"\u0041E\u0061\u0063\u0075\u0074\u0065",0x01e2:"\u0041\u0045\u006d\u0061\u0063\u0072\u006f\u006e",0xf7e6:"\u0041E\u0073\u006d\u0061\u006c\u006c",0x2370:"\u0041\u0050\u004c\u0062\u006f\u0078\u0071\u0075\u0065s\u0074\u0069\u006f\u006e",0x2353:"\u0041\u0050\u004c\u0062\u006f\u0078\u0075\u0070\u0063\u0061\u0072\u0065\u0074",0x2340:"\u0041P\u004cn\u006f\u0074\u0062\u0061\u0063\u006b\u0073\u006c\u0061\u0073\u0068",0x233f:"A\u0050\u004c\u006e\u006f\u0074\u0073\u006c\u0061\u0073\u0068",0x00c1:"\u0041\u0061\u0063\u0075\u0074\u0065",0xf7e1:"A\u0061\u0063\u0075\u0074\u0065\u0073\u006d\u0061\u006c\u006c",0x0102:"\u0041\u0062\u0072\u0065\u0076\u0065",0x1eae:"A\u0062\u0072\u0065\u0076\u0065\u0061\u0063\u0075\u0074\u0065",0x04d0:"\u0041\u0062\u0072\u0065\u0076\u0065\u0063\u0079\u0072i\u006c\u006c\u0069\u0063",0x1eb6:"\u0041\u0062\u0072\u0065\u0076\u0065\u0064\u006f\u0074b\u0065\u006c\u006f\u0077",0x1eb0:"A\u0062\u0072\u0065\u0076\u0065\u0067\u0072\u0061\u0076\u0065",0x1eb2:"\u0041b\u0072e\u0076\u0065\u0068\u006f\u006f\u006b\u0061\u0062\u006f\u0076\u0065",0x1eb4:"A\u0062\u0072\u0065\u0076\u0065\u0074\u0069\u006c\u0064\u0065",0x01cd:"\u0041\u0063\u0061\u0072\u006f\u006e",0x24b6:"\u0041c\u0069\u0072\u0063\u006c\u0065",0x00c2:"A\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078",0x1ea4:"\u0041\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0061\u0063\u0075\u0074\u0065",0x1eac:"\u0041\u0063\u0069\u0072cu\u006d\u0066\u006c\u0065\u0078\u0064\u006f\u0074\u0062\u0065\u006c\u006f\u0077",0x1ea6:"\u0041\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0067\u0072\u0061\u0076\u0065",0x1ea8:"A\u0063i\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078h\u006f\u006f\u006b\u0061bo\u0076\u0065",0xf7e2:"\u0041\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0073\u006d\u0061\u006c\u006c",0x1eaa:"\u0041\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0074\u0069\u006c\u0064\u0065",0xf6c9:"\u0041\u0063\u0075t\u0065",0xf7b4:"\u0041\u0063\u0075\u0074\u0065\u0073\u006d\u0061\u006c\u006c",0x0200:"\u0041d\u0062\u006c\u0067\u0072\u0061\u0076e",0x00c4:"\u0041d\u0069\u0065\u0072\u0065\u0073\u0069s",0x04d2:"\u0041\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073\u0063\u0079\u0072i\u006c\u006c\u0069\u0063",0x01de:"\u0041d\u0069e\u0072\u0065\u0073\u0069\u0073\u006d\u0061\u0063\u0072\u006f\u006e",0xf7e4:"\u0041\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073s\u006d\u0061\u006c\u006c",0x1ea0:"\u0041d\u006f\u0074\u0062\u0065\u006c\u006fw",0x01e0:"\u0041\u0064\u006f\u0074\u006d\u0061\u0063\u0072\u006f\u006e",0x00c0:"\u0041\u0067\u0072\u0061\u0076\u0065",0xf7e0:"A\u0067\u0072\u0061\u0076\u0065\u0073\u006d\u0061\u006c\u006c",0x1ea2:"\u0041\u0068\u006f\u006f\u006b\u0061\u0062\u006f\u0076\u0065",0x04d4:"A\u0069\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x0202:"\u0041\u0069\u006e\u0076\u0065\u0072\u0074\u0065\u0064b\u0072\u0065\u0076\u0065",0x0391:"\u0041\u006c\u0070h\u0061",0x0386:"\u0041\u006c\u0070\u0068\u0061\u0074\u006f\u006e\u006f\u0073",0x0100:"\u0041m\u0061\u0063\u0072\u006f\u006e",0xff21:"\u0041\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0x0104:"\u0041o\u0067\u006f\u006e\u0065\u006b",0x00c5:"\u0041\u0072\u0069n\u0067",0x01fa:"\u0041\u0072\u0069\u006e\u0067\u0061\u0063\u0075\u0074\u0065",0x1e00:"\u0041\u0072\u0069\u006e\u0067\u0062\u0065\u006c\u006f\u0077",0xf7e5:"\u0041\u0072\u0069\u006e\u0067\u0073\u006d\u0061\u006c\u006c",0xf761:"\u0041\u0073\u006d\u0061\u006c\u006c",0x00c3:"\u0041\u0074\u0069\u006c\u0064\u0065",0xf7e3:"A\u0074\u0069\u006c\u0064\u0065\u0073\u006d\u0061\u006c\u006c",0x0531:"A\u0079\u0062\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x0042:"\u0042",0x2ae7:"\u0042\u0061\u0072\u0076",0x1d538:"\u0042\u0062\u0062\u0041",0x1d539:"\u0042\u0062\u0062\u0042",0x2102:"\u0042\u0062\u0062\u0043",0x1d53b:"\u0042\u0062\u0062\u0044",0x1d53c:"\u0042\u0062\u0062\u0045",0x1d53d:"\u0042\u0062\u0062\u0046",0x1d53e:"\u0042\u0062\u0062\u0047",0x213e:"\u0042\u0062\u0062\u0047\u0061\u006d\u006d\u0061",0x210d:"\u0042\u0062\u0062\u0048",0x1d540:"\u0042\u0062\u0062\u0049",0x1d541:"\u0042\u0062\u0062\u004a",0x1d542:"\u0042\u0062\u0062\u004b",0x1d543:"\u0042\u0062\u0062\u004c",0x1d544:"\u0042\u0062\u0062\u004d",0x2115:"\u0042\u0062\u0062\u004e",0x1d546:"\u0042\u0062\u0062\u004f",0x2119:"\u0042\u0062\u0062\u0050",0x213f:"\u0042\u0062\u0062P\u0069",0x211a:"\u0042\u0062\u0062\u0051",0x211d:"\u0042\u0062\u0062\u0052",0x1d54a:"\u0042\u0062\u0062\u0053",0x1d54b:"\u0042\u0062\u0062\u0054",0x1d54c:"\u0042\u0062\u0062\u0055",0x1d54d:"\u0042\u0062\u0062\u0056",0x1d54e:"\u0042\u0062\u0062\u0057",0x1d54f:"\u0042\u0062\u0062\u0058",0x1d550:"\u0042\u0062\u0062\u0059",0x2124:"\u0042\u0062\u0062\u005a",0x1d552:"\u0042\u0062\u0062\u0061",0x1d553:"\u0042\u0062\u0062\u0062",0x1d554:"\u0042\u0062\u0062\u0063",0x1d555:"\u0042\u0062\u0062\u0064",0x1d556:"\u0042\u0062\u0062\u0065",0x1d7e0:"\u0042\u0062\u0062\u0065\u0069\u0067\u0068\u0074",0x1d557:"\u0042\u0062\u0062\u0066",0x1d7dd:"\u0042b\u0062\u0066\u0069\u0076\u0065",0x1d7dc:"\u0042b\u0062\u0066\u006f\u0075\u0072",0x1d558:"\u0042\u0062\u0062\u0067",0x213d:"\u0042\u0062\u0062\u0067\u0061\u006d\u006d\u0061",0x1d559:"\u0042\u0062\u0062\u0068",0x1d55a:"\u0042\u0062\u0062\u0069",0x1d55b:"\u0042\u0062\u0062\u006a",0x1d55c:"\u0042\u0062\u0062\u006b",0x1d55d:"\u0042\u0062\u0062\u006c",0x1d55e:"\u0042\u0062\u0062\u006d",0x1d55f:"\u0042\u0062\u0062\u006e",0x1d7e1:"\u0042b\u0062\u006e\u0069\u006e\u0065",0x1d560:"\u0042\u0062\u0062\u006f",0x1d7d9:"\u0042\u0062\u0062\u006f\u006e\u0065",0x1d561:"\u0042\u0062\u0062\u0070",0x213c:"\u0042\u0062\u0062p\u0069",0x1d562:"\u0042\u0062\u0062\u0071",0x1d563:"\u0042\u0062\u0062\u0072",0x1d564:"\u0042\u0062\u0062\u0073",0x1d7df:"\u0042\u0062\u0062\u0073\u0065\u0076\u0065\u006e",0x1d7de:"\u0042\u0062\u0062\u0073\u0069\u0078",0x2140:"\u0042\u0062\u0062\u0073\u0075\u006d",0x1d565:"\u0042\u0062\u0062\u0074",0x1d7db:"\u0042\u0062\u0062\u0074\u0068\u0072\u0065\u0065",0x1d7da:"\u0042\u0062\u0062\u0074\u0077\u006f",0x1d566:"\u0042\u0062\u0062\u0075",0x1d567:"\u0042\u0062\u0062\u0076",0x1d568:"\u0042\u0062\u0062\u0077",0x1d569:"\u0042\u0062\u0062\u0078",0x1d56a:"\u0042\u0062\u0062\u0079",0x1d56b:"\u0042\u0062\u0062\u007a",0x1d7d8:"\u0042b\u0062\u007a\u0065\u0072\u006f",0x24b7:"\u0042c\u0069\u0072\u0063\u006c\u0065",0x1e02:"\u0042\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074",0x1e04:"\u0042d\u006f\u0074\u0062\u0065\u006c\u006fw",0x0532:"B\u0065\u006e\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x0392:"\u0042\u0065\u0074\u0061",0x0181:"\u0042\u0068\u006fo\u006b",0x1e06:"\u0042\u006c\u0069\u006e\u0065\u0062\u0065\u006c\u006f\u0077",0xff22:"\u0042\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0xf6f4:"\u0042\u0072\u0065\u0076\u0065\u0073\u006d\u0061\u006c\u006c",0xf762:"\u0042\u0073\u006d\u0061\u006c\u006c",0x0229:"\u0042s\u006d\u0061\u006c\u006c\u0063\u0061p",0x0182:"\u0042t\u006f\u0070\u0062\u0061\u0072",0x0043:"\u0043",0x053e:"\u0043\u0061\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x0106:"\u0043\u0061\u0063\u0075\u0074\u0065",0xf6ca:"\u0043\u0061\u0072o\u006e",0xf6f5:"\u0043\u0061\u0072\u006f\u006e\u0073\u006d\u0061\u006c\u006c",0x010c:"\u0043\u0063\u0061\u0072\u006f\u006e",0x00c7:"\u0043\u0063\u0065\u0064\u0069\u006c\u006c\u0061",0x1e08:"\u0043\u0063\u0065\u0064\u0069\u006c\u006c\u0061\u0061\u0063\u0075\u0074\u0065",0xf7e7:"\u0043\u0063\u0065\u0064\u0069\u006c\u006c\u0061\u0073\u006d\u0061\u006c\u006c",0x24b8:"\u0043c\u0069\u0072\u0063\u006c\u0065",0x0108:"C\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078",0x010a:"\u0043\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074",0xf7b8:"\u0043\u0065\u0064i\u006c\u006c\u0061\u0073\u006d\u0061\u006c\u006c",0x0549:"C\u0068\u0061\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x04bc:"C\u0068e\u0061\u0062\u006b\u0068\u0061\u0073\u0069\u0061n\u0063\u0079\u0072\u0069ll\u0069\u0063",0x0427:"C\u0068\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x04be:"\u0043\u0068e\u0064\u0065\u0073\u0063\u0065\u006e\u0064\u0065\u0072\u0061\u0062\u006b\u0068\u0061\u0073\u0069\u0061\u006e\u0063\u0079\u0072\u0069ll\u0069\u0063",0x04b6:"C\u0068e\u0064\u0065\u0073\u0063\u0065\u006e\u0064\u0065r\u0063\u0079\u0072\u0069ll\u0069\u0063",0x04f4:"\u0043\u0068\u0065\u0064ie\u0072\u0065\u0073\u0069\u0073\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x0543:"\u0043\u0068\u0065h\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x04cb:"C\u0068\u0065\u006b\u0068ak\u0061s\u0073\u0069\u0061\u006e\u0063y\u0072\u0069\u006c\u006c\u0069\u0063",0x04b8:"\u0043h\u0065\u0076\u0065\u0072t\u0069\u0063\u0061\u006c\u0073t\u0072o\u006be\u0063\u0079\u0072\u0069\u006c\u006c\u0069c",0x03a7:"\u0043\u0068\u0069",0x0187:"\u0043\u0068\u006fo\u006b",0xf6f6:"\u0043i\u0072c\u0075\u006d\u0066\u006c\u0065\u0078\u0073\u006d\u0061\u006c\u006c",0xff23:"\u0043\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0x0551:"\u0043\u006f\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x2a74:"\u0043o\u006c\u006f\u006e\u0065\u0071",0xf763:"\u0043\u0073\u006d\u0061\u006c\u006c",0x0044:"\u0044",0x27f1:"\u0044\u0044\u006f\u0077\u006e\u0061\u0072\u0072\u006f\u0077",0x01f1:"\u0044\u005a",0x01c4:"\u0044Z\u0063\u0061\u0072\u006f\u006e",0x0534:"\u0044\u0061\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x0189:"\u0044\u0061\u0066\u0072\u0069\u0063\u0061\u006e",0x2ae5:"\u0044\u0061\u0073h\u0056",0x27da:"\u0044a\u0073\u0068\u0056\u0044\u0061\u0073h",0x2ae4:"\u0044\u0061\u0073h\u0076",0x010e:"\u0044\u0063\u0061\u0072\u006f\u006e",0xf810:"\u0044c\u0061\u0072\u006f\u006e\u0031",0x1e10:"\u0044\u0063\u0065\u0064\u0069\u006c\u006c\u0061",0x24b9:"\u0044c\u0069\u0072\u0063\u006c\u0065",0x1e12:"\u0044\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0062\u0065\u006c\u006f\u0077",0x0110:"\u0044\u0063\u0072\u006f\u0061\u0074",0x1e0a:"\u0044\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074",0x1e0c:"\u0044d\u006f\u0074\u0062\u0065\u006c\u006fw",0x290b:"\u0044\u0064\u006f\u0077\u006e\u0061\u0072\u0072\u006f\u0077",0x0414:"\u0044\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x03ee:"\u0044e\u0069\u0063\u006f\u0070\u0074\u0069c",0x2206:"\u0044\u0065\u006ct\u0061",0x0394:"\u0044\u0065\u006c\u0074\u0061\u0067\u0072\u0065\u0065\u006b",0x018a:"\u0044\u0068\u006fo\u006b",0xf6cb:"\u0044\u0069\u0065\u0072\u0065\u0073\u0069\u0073",0xf6cc:"\u0044\u0069\u0065\u0072\u0065\u0073\u0069\u0073\u0041\u0063\u0075\u0074\u0065",0xf6cd:"\u0044\u0069\u0065\u0072\u0065\u0073\u0069\u0073\u0047\u0072\u0061\u0076\u0065",0xf7a8:"\u0044\u0069\u0065\u0072\u0065\u0073\u0069\u0073\u0073\u006d\u0061\u006c\u006c",0x1d7cb:"\u0044i\u0067\u0061\u006d\u006d\u0061",0x03dc:"\u0044\u0069\u0067a\u006d\u006d\u0061\u0067\u0072\u0065\u0065\u006b",0x1e0e:"\u0044\u006c\u0069\u006e\u0065\u0062\u0065\u006c\u006f\u0077",0xff24:"\u0044\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0xf6f7:"\u0044\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074s\u006d\u0061\u006c\u006c",0xf764:"\u0044\u0073\u006d\u0061\u006c\u006c",0x018b:"\u0044t\u006f\u0070\u0062\u0061\u0072",0x01f2:"\u0044\u007a",0x01c5:"\u0044z\u0063\u0061\u0072\u006f\u006e",0x04e0:"D\u007ae\u0061\u0062\u006b\u0068\u0061\u0073\u0069\u0061n\u0063\u0079\u0072\u0069ll\u0069\u0063",0x040f:"\u0044\u007a\u0068e\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x0045:"\u0045",0x00c9:"\u0045\u0061\u0063\u0075\u0074\u0065",0xf7e9:"E\u0061\u0063\u0075\u0074\u0065\u0073\u006d\u0061\u006c\u006c",0x0114:"\u0045\u0062\u0072\u0065\u0076\u0065",0x011a:"\u0045\u0063\u0061\u0072\u006f\u006e",0x1e1c:"\u0045\u0063\u0065\u0064\u0069\u006c\u006c\u0061\u0062\u0072\u0065\u0076\u0065",0x0535:"E\u0063\u0068\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x24ba:"\u0045c\u0069\u0072\u0063\u006c\u0065",0x00ca:"E\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078",0x1ebe:"\u0045\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0061\u0063\u0075\u0074\u0065",0x1e18:"\u0045\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0062\u0065\u006c\u006f\u0077",0x1ec6:"\u0045\u0063\u0069\u0072cu\u006d\u0066\u006c\u0065\u0078\u0064\u006f\u0074\u0062\u0065\u006c\u006f\u0077",0x1ec0:"\u0045\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0067\u0072\u0061\u0076\u0065",0x1ec2:"E\u0063i\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078h\u006f\u006f\u006b\u0061bo\u0076\u0065",0xf7ea:"\u0045\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0073\u006d\u0061\u006c\u006c",0x1ec4:"\u0045\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0074\u0069\u006c\u0064\u0065",0x0404:"\u0045c\u0079\u0072\u0069\u006c\u006c\u0069c",0x0204:"\u0045d\u0062\u006c\u0067\u0072\u0061\u0076e",0x00cb:"\u0045d\u0069\u0065\u0072\u0065\u0073\u0069s",0xf7eb:"\u0045\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073s\u006d\u0061\u006c\u006c",0x0116:"\u0045\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074",0x1eb8:"\u0045d\u006f\u0074\u0062\u0065\u006c\u006fw",0x00c8:"\u0045\u0067\u0072\u0061\u0076\u0065",0xf7e8:"E\u0067\u0072\u0061\u0076\u0065\u0073\u006d\u0061\u006c\u006c",0x0537:"\u0045\u0068\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x1eba:"\u0045\u0068\u006f\u006f\u006b\u0061\u0062\u006f\u0076\u0065",0x2167:"\u0045\u0069\u0067\u0068\u0074\u0072\u006f\u006d\u0061\u006e",0x0206:"\u0045\u0069\u006e\u0076\u0065\u0072\u0074\u0065\u0064b\u0072\u0065\u0076\u0065",0x0464:"\u0045\u0069\u006f\u0074\u0069\u0066\u0069\u0065\u0064\u0063\u0079\u0072i\u006c\u006c\u0069\u0063",0x041b:"\u0045\u006c\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x216a:"E\u006c\u0065\u0076\u0065\u006e\u0072\u006f\u006d\u0061\u006e",0x0112:"\u0045m\u0061\u0063\u0072\u006f\u006e",0x1e16:"\u0045\u006d\u0061c\u0072\u006f\u006e\u0061\u0063\u0075\u0074\u0065",0x1e14:"\u0045\u006d\u0061c\u0072\u006f\u006e\u0067\u0072\u0061\u0076\u0065",0x041c:"\u0045\u006d\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0xff25:"\u0045\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0x04a2:"\u0045\u006e\u0064\u0065sc\u0065\u006e\u0064\u0065\u0072\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x014a:"\u0045\u006e\u0067",0x04a4:"\u0045\u006e\u0067\u0068\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x04c7:"\u0045\u006e\u0068\u006f\u006f\u006b\u0063\u0079\u0072i\u006c\u006c\u0069\u0063",0x0118:"\u0045o\u0067\u006f\u006e\u0065\u006b",0x0190:"\u0045\u006f\u0070e\u006e",0x0395:"\u0045p\u0073\u0069\u006c\u006f\u006e",0x0388:"\u0045\u0070\u0073i\u006c\u006f\u006e\u0074\u006f\u006e\u006f\u0073",0x2263:"\u0045\u0071\u0075i\u0076",0x018e:"\u0045r\u0065\u0076\u0065\u0072\u0073\u0065d",0x042d:"\u0045\u0072\u0065\u0076\u0065\u0072\u0073\u0065\u0064\u0063\u0079\u0072i\u006c\u006c\u0069\u0063",0x04aa:"\u0045\u0073\u0064\u0065sc\u0065\u006e\u0064\u0065\u0072\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x01a9:"\u0045\u0073\u0068",0xf765:"\u0045\u0073\u006d\u0061\u006c\u006c",0x0397:"\u0045\u0074\u0061",0x0538:"\u0045\u0074\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x0389:"\u0045\u0074\u0061\u0074\u006f\u006e\u006f\u0073",0x00d0:"\u0045\u0074\u0068",0xf7f0:"\u0045\u0074\u0068\u0073\u006d\u0061\u006c\u006c",0x1ebc:"\u0045\u0074\u0069\u006c\u0064\u0065",0x1e1a:"E\u0074\u0069\u006c\u0064\u0065\u0062\u0065\u006c\u006f\u0077",0x2107:"\u0045\u0075\u006c\u0065\u0072\u0063\u006f\u006e\u0073\u0074",0x20ac:"\u0045\u0075\u0072\u006f",0x01b7:"\u0045\u007a\u0068",0x01ee:"\u0045\u007a\u0068\u0063\u0061\u0072\u006f\u006e",0x01b8:"E\u007a\u0068\u0072\u0065\u0076\u0065\u0072\u0073\u0065\u0064",0x0046:"\u0046",0x24bb:"\u0046c\u0069\u0072\u0063\u006c\u0065",0x1e1e:"\u0046\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074",0x0556:"F\u0065\u0068\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x03e4:"\u0046e\u0069\u0063\u006f\u0070\u0074\u0069c",0x0191:"\u0046\u0068\u006fo\u006b",0x2132:"\u0046\u0069\u006e\u0076",0x2164:"\u0046i\u0076\u0065\u0072\u006f\u006d\u0061n",0xff26:"\u0046\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0x2163:"\u0046o\u0075\u0072\u0072\u006f\u006d\u0061n",0xf766:"\u0046\u0073\u006d\u0061\u006c\u006c",0x0047:"\u0047",0x3387:"\u0047\u0042\u0073\u0071\u0075\u0061\u0072\u0065",0x01f4:"\u0047\u0061\u0063\u0075\u0074\u0065",0x0393:"\u0047\u0061\u006dm\u0061",0x0194:"\u0047\u0061\u006dm\u0061\u0061\u0066\u0072\u0069\u0063\u0061\u006e",0x03ea:"\u0047\u0061\u006eg\u0069\u0061\u0063\u006f\u0070\u0074\u0069\u0063",0x011e:"\u0047\u0062\u0072\u0065\u0076\u0065",0x01e6:"\u0047\u0063\u0061\u0072\u006f\u006e",0x24bc:"\u0047c\u0069\u0072\u0063\u006c\u0065",0x011c:"G\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078",0x0122:"\u0047\u0063\u006fm\u006d\u0061\u0061\u0063\u0063\u0065\u006e\u0074",0x0120:"\u0047\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074",0x0413:"\u0047\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x0542:"\u0047\u0068\u0061d\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x0494:"G\u0068\u0065\u006d\u0069dd\u006ce\u0068\u006f\u006f\u006b\u0063y\u0072\u0069\u006c\u006c\u0069\u0063",0x0492:"\u0047\u0068\u0065\u0073\u0074\u0072\u006f\u006b\u0065\u0063\u0079\u0072i\u006c\u006c\u0069\u0063",0x0490:"\u0047\u0068\u0065\u0075\u0070\u0074\u0075\u0072\u006e\u0063\u0079\u0072i\u006c\u006c\u0069\u0063",0x0193:"\u0047\u0068\u006fo\u006b",0x0533:"G\u0069\u006d\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x1e20:"\u0047m\u0061\u0063\u0072\u006f\u006e",0x2141:"\u0047\u006d\u0069\u0072",0xff27:"\u0047\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0xf6ce:"\u0047\u0072\u0061v\u0065",0xf760:"\u0047\u0072\u0061\u0076\u0065\u0073\u006d\u0061\u006c\u006c",0xf767:"\u0047\u0073\u006d\u0061\u006c\u006c",0x022b:"\u0047\u0073\u006d\u0061\u006c\u006c\u0063\u0061\u0070\u0068\u006f\u006f\u006b",0x029b:"\u0047\u0073\u006d\u0061\u006c\u006c\u0068\u006f\u006f\u006b",0x01e4:"\u0047s\u0074\u0072\u006f\u006b\u0065",0x2aa2:"\u0047\u0074",0x0048:"\u0048",0x25a1:"\u0048\u0032\u0032\u0030\u0037\u0033",0x33cb:"\u0048\u0050\u0073\u0071\u0075\u0061\u0072\u0065",0x04a8:"\u0048\u0061\u0061\u0062kh\u0061\u0073\u0069\u0061\u006e\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x04b2:"\u0048\u0061\u0064\u0065sc\u0065\u006e\u0064\u0065\u0072\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x0126:"\u0048\u0062\u0061\u0072",0x1e2a:"H\u0062\u0072\u0065\u0076\u0065\u0062\u0065\u006c\u006f\u0077",0x1e28:"\u0048\u0063\u0065\u0064\u0069\u006c\u006c\u0061",0x24bd:"\u0048c\u0069\u0072\u0063\u006c\u0065",0x0124:"H\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078",0x1e26:"\u0048d\u0069\u0065\u0072\u0065\u0073\u0069s",0x1e22:"\u0048\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074",0x1e24:"\u0048d\u006f\u0074\u0062\u0065\u006c\u006fw",0x26a5:"\u0048\u0065\u0072\u006d\u0061\u0070\u0068\u0072\u006f\u0064\u0069\u0074\u0065",0xff28:"\u0048\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0x0540:"\u0048\u006f\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x03e8:"\u0048\u006f\u0072\u0069\u0063\u006f\u0070\u0074\u0069\u0063",0xf768:"\u0048\u0073\u006d\u0061\u006c\u006c",0x022c:"\u0048s\u006d\u0061\u006c\u006c\u0063\u0061p",0xf6cf:"\u0048\u0075\u006eg\u0061\u0072\u0075\u006d\u006c\u0061\u0075\u0074",0xf6f8:"\u0048\u0075\u006e\u0067\u0061\u0072\u0075\u006d\u006c\u0061\u0075\u0074s\u006d\u0061\u006c\u006c",0x3390:"\u0048\u007a\u0073\u0071\u0075\u0061\u0072\u0065",0x0049:"\u0049",0x0132:"\u0049\u004a",0x00cd:"\u0049\u0061\u0063\u0075\u0074\u0065",0xf7ed:"I\u0061\u0063\u0075\u0074\u0065\u0073\u006d\u0061\u006c\u006c",0x012c:"\u0049\u0062\u0072\u0065\u0076\u0065",0x01cf:"\u0049\u0063\u0061\u0072\u006f\u006e",0x24be:"\u0049c\u0069\u0072\u0063\u006c\u0065",0x00ce:"I\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078",0xf7ee:"\u0049\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0073\u006d\u0061\u006c\u006c",0x03fc:"\u0049c\u0079\u0072\u0069\u006c\u0031",0x0208:"\u0049d\u0062\u006c\u0067\u0072\u0061\u0076e",0x00cf:"\u0049d\u0069\u0065\u0072\u0065\u0073\u0069s",0x1e2e:"\u0049\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073a\u0063\u0075\u0074\u0065",0x04e4:"\u0049\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073\u0063\u0079\u0072i\u006c\u006c\u0069\u0063",0xf7ef:"\u0049\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073s\u006d\u0061\u006c\u006c",0x0130:"\u0049\u0064\u006f\u0074",0x1eca:"\u0049d\u006f\u0074\u0062\u0065\u006c\u006fw",0x04d6:"\u0049e\u0062r\u0065\u0076\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x0415:"\u0049\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x03f8:"\u0049\u0065\u0068\u006f\u006f\u006b",0x03fa:"\u0049\u0065\u0068o\u006f\u006b\u006f\u0067\u006f\u006e\u0065\u006b",0x2111:"\u0049\u0066\u0072\u0061\u006b\u0074\u0075\u0072",0x00cc:"\u0049\u0067\u0072\u0061\u0076\u0065",0xf7ec:"I\u0067\u0072\u0061\u0076\u0065\u0073\u006d\u0061\u006c\u006c",0x1ec8:"\u0049\u0068\u006f\u006f\u006b\u0061\u0062\u006f\u0076\u0065",0x0418:"\u0049\u0069\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x020a:"\u0049\u0069\u006e\u0076\u0065\u0072\u0074\u0065\u0064b\u0072\u0065\u0076\u0065",0x012a:"\u0049m\u0061\u0063\u0072\u006f\u006e",0x04e2:"\u0049m\u0061c\u0072\u006f\u006e\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0xff29:"\u0049\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0x053b:"I\u006e\u0069\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x0401:"\u0049\u006f\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x012e:"\u0049o\u0067\u006f\u006e\u0065\u006b",0x0399:"\u0049\u006f\u0074\u0061",0x0196:"I\u006f\u0074\u0061\u0061\u0066\u0072\u0069\u0063\u0061\u006e",0x02f3:"\u0049\u006f\u0074\u0061\u0064\u0069\u0061\u0065\u0072\u0065\u0073\u0069\u0073",0x03aa:"\u0049\u006f\u0074a\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073",0x038a:"\u0049o\u0074\u0061\u0074\u006f\u006e\u006fs",0xf769:"\u0049\u0073\u006d\u0061\u006c\u006c",0x0197:"\u0049s\u0074\u0072\u006f\u006b\u0065",0x0128:"\u0049\u0074\u0069\u006c\u0064\u0065",0x1e2c:"I\u0074\u0069\u006c\u0064\u0065\u0062\u0065\u006c\u006f\u0077",0x0476:"\u0049\u007a\u0068it\u0073\u0061\u0064\u0062\u006c\u0067\u0072\u0061\u0076\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x004a:"\u004a",0x0541:"\u004a\u0061\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x24bf:"\u004ac\u0069\u0072\u0063\u006c\u0065",0x0134:"J\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078",0x054b:"\u004a\u0068\u0065h\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0xff2a:"\u004a\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0x2a1d:"\u004a\u006f\u0069\u006e",0xf76a:"\u004a\u0073\u006d\u0061\u006c\u006c",0x004b:"\u004b",0x3385:"\u004b\u0042\u0073\u0071\u0075\u0061\u0072\u0065",0x33cd:"\u004b\u004b\u0073\u0071\u0075\u0061\u0072\u0065",0x04a0:"\u004b\u0061\u0062\u0061\u0073\u0068\u006b\u0069\u0072\u0063\u0079\u0072i\u006c\u006c\u0069\u0063",0x1e30:"\u004b\u0061\u0063\u0075\u0074\u0065",0x049a:"\u004b\u0061\u0064\u0065sc\u0065\u006e\u0064\u0065\u0072\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x03ff:"\u004b\u0061\u0068\u006f\u006f\u006b",0x04c3:"\u004b\u0061\u0068\u006f\u006f\u006b\u0063\u0079\u0072i\u006c\u006c\u0069\u0063",0x039a:"\u004b\u0061\u0070p\u0061",0x049e:"\u004b\u0061s\u0074\u0072\u006fk\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x049c:"\u004ba\u0076\u0065\u0072\u0074\u0069\u0063\u0061\u006c\u0073\u0074\u0072o\u006b\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x01e8:"\u004b\u0063\u0061\u0072\u006f\u006e",0x0136:"\u004b\u0063\u0065\u0064\u0069\u006c\u006c\u0061",0x24c0:"\u004bc\u0069\u0072\u0063\u006c\u0065",0x1e32:"\u004bd\u006f\u0074\u0062\u0065\u006c\u006fw",0x0554:"K\u0065\u0068\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x053f:"K\u0065\u006e\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x0425:"K\u0068\u0061\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x03e6:"\u004b\u0068\u0065\u0069\u0063\u006f\u0070\u0074\u0069\u0063",0x0198:"\u004b\u0068\u006fo\u006b",0x040c:"K\u006a\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x1e34:"\u004b\u006c\u0069\u006e\u0065\u0062\u0065\u006c\u006f\u0077",0xff2b:"\u004b\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0x0480:"\u004b\u006f\u0070\u0070\u0061\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x03de:"\u004b\u006f\u0070\u0070\u0061\u0067\u0072\u0065\u0065\u006b",0x046e:"K\u0073\u0069\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0xf76b:"\u004b\u0073\u006d\u0061\u006c\u006c",0x004c:"\u004c",0x01c7:"\u004c\u004a",0xf6bf:"\u004c\u004c",0x2b45:"\u004c\u004c\u0065\u0066\u0074\u0061\u0072\u0072\u006f\u0077",0x0139:"\u004c\u0061\u0063\u0075\u0074\u0065",0x039b:"\u004c\u0061\u006d\u0062\u0064\u0061",0x27ec:"\u004cb\u0072\u0062\u0072\u0061\u006b",0x013d:"\u004c\u0063\u0061\u0072\u006f\u006e",0xf812:"\u004cc\u0061\u0072\u006f\u006e\u0031",0x013b:"\u004c\u0063\u0065\u0064\u0069\u006c\u006c\u0061",0xf81a:"\u004cc\u0065\u0064\u0069\u006c\u006c\u00611",0x24c1:"\u004cc\u0069\u0072\u0063\u006c\u0065",0x1e3c:"\u004c\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0062\u0065\u006c\u006f\u0077",0x013f:"\u004c\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074",0x1e36:"\u004cd\u006f\u0074\u0062\u0065\u006c\u006fw",0x1e38:"\u004cd\u006ft\u0062\u0065\u006c\u006f\u0077\u006d\u0061\u0063\u0072\u006f\u006e",0x21b2:"\u004c\u0064\u0073\u0068",0x053c:"\u004c\u0069\u0077n\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x01c8:"\u004c\u006a",0x0409:"L\u006a\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x1e3a:"\u004c\u006c\u0069\u006e\u0065\u0062\u0065\u006c\u006f\u0077",0xff2c:"\u004c\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0x27f8:"\u004c\u006f\u006e\u0067\u006c\u0065\u0066\u0074\u0061\u0072\u0072\u006f\u0077",0x27fa:"\u004co\u006eg\u006c\u0065\u0066\u0074\u0072i\u0067\u0068t\u0061\u0072\u0072\u006f\u0077",0x27fd:"\u004c\u006f\u006eg\u006d\u0061\u0070\u0073\u0066\u0072\u006f\u006d",0x27fe:"\u004c\u006f\u006e\u0067\u006d\u0061\u0070\u0073\u0074\u006f",0x27f9:"\u004c\u006f\u006e\u0067\u0072\u0069\u0067\u0068\u0074a\u0072\u0072\u006f\u0077",0x2995:"\u004cp\u0061\u0072\u0065\u006e\u0067\u0074r",0x0141:"\u004c\u0073\u006c\u0061\u0073\u0068",0xf6f9:"L\u0073\u006c\u0061\u0073\u0068\u0073\u006d\u0061\u006c\u006c",0xf76c:"\u004c\u0073\u006d\u0061\u006c\u006c",0x022f:"\u004cs\u006d\u0061\u006c\u006c\u0063\u0061p",0x2aa1:"\u004c\u0074",0x29da:"\u004c\u0076\u007a\u0069\u0067\u007a\u0061\u0067",0x004d:"\u004d",0x3386:"\u004d\u0042\u0073\u0071\u0075\u0061\u0072\u0065",0xf6d0:"\u004d\u0061\u0063\u0072\u006f\u006e",0xf7af:"M\u0061\u0063\u0072\u006f\u006e\u0073\u006d\u0061\u006c\u006c",0x1e3e:"\u004d\u0061\u0063\u0075\u0074\u0065",0x2906:"\u004d\u0061\u0070\u0073\u0066\u0072\u006f\u006d",0x2907:"\u004d\u0061\u0070\u0073\u0074\u006f",0x24c2:"\u004dc\u0069\u0072\u0063\u006c\u0065",0x1e40:"\u004d\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074",0x1e42:"\u004dd\u006f\u0074\u0062\u0065\u006c\u006fw",0x0544:"M\u0065\u006e\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0xff2d:"\u004d\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0xf76d:"\u004d\u0073\u006d\u0061\u006c\u006c",0x019c:"\u004dt\u0075\u0072\u006e\u0065\u0064",0x039c:"\u004d\u0075",0x004e:"\u004e",0x01ca:"\u004e\u004a",0x0143:"\u004e\u0061\u0063\u0075\u0074\u0065",0x0147:"\u004e\u0063\u0061\u0072\u006f\u006e",0xf81c:"\u004ec\u0065\u0064\u0069\u006c\u006c\u00611",0x24c3:"\u004ec\u0069\u0072\u0063\u006c\u0065",0x1e4a:"\u004e\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0062\u0065\u006c\u006f\u0077",0x0145:"\u004e\u0063\u006fm\u006d\u0061\u0061\u0063\u0063\u0065\u006e\u0074",0x1e44:"\u004e\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074",0x1e46:"\u004ed\u006f\u0074\u0062\u0065\u006c\u006fw",0x21d7:"\u004ee\u0061\u0072\u0072\u006f\u0077",0x019d:"\u004eh\u006f\u006f\u006b\u006c\u0065\u0066t",0x2168:"\u004ei\u006e\u0065\u0072\u006f\u006d\u0061n",0x01cb:"\u004e\u006a",0x1e48:"\u004e\u006c\u0069\u006e\u0065\u0062\u0065\u006c\u006f\u0077",0xff2e:"\u004e\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0x2aec:"\u004e\u006f\u0074",0x0546:"N\u006f\u0077\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0xf76e:"\u004e\u0073\u006d\u0061\u006c\u006c",0x00d1:"\u004e\u0074\u0069\u006c\u0064\u0065",0xf7f1:"N\u0074\u0069\u006c\u0064\u0065\u0073\u006d\u0061\u006c\u006c",0x039d:"\u004e\u0075",0x21d6:"\u004ew\u0061\u0072\u0072\u006f\u0077",0x004f:"\u004f",0x0152:"\u004f\u0045",0xf6fa:"\u004fE\u0073\u006d\u0061\u006c\u006c",0x00d3:"\u004f\u0061\u0063\u0075\u0074\u0065",0xf7f3:"O\u0061\u0063\u0075\u0074\u0065\u0073\u006d\u0061\u006c\u006c",0x04e8:"\u004fb\u0061r\u0072\u0065\u0064\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x04ea:"\u004f\u0062\u0061rr\u0065\u0064\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x014e:"\u004f\u0062\u0072\u0065\u0076\u0065",0x01d1:"\u004f\u0063\u0061\u0072\u006f\u006e",0x019f:"\u004f\u0063\u0065\u006e\u0074\u0065\u0072\u0065\u0064t\u0069\u006c\u0064\u0065",0x24c4:"\u004fc\u0069\u0072\u0063\u006c\u0065",0x00d4:"O\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078",0x1ed0:"\u004f\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0061\u0063\u0075\u0074\u0065",0x1ed8:"\u004f\u0063\u0069\u0072cu\u006d\u0066\u006c\u0065\u0078\u0064\u006f\u0074\u0062\u0065\u006c\u006f\u0077",0x1ed2:"\u004f\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0067\u0072\u0061\u0076\u0065",0x1ed4:"O\u0063i\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078h\u006f\u006f\u006b\u0061bo\u0076\u0065",0xf7f4:"\u004f\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0073\u006d\u0061\u006c\u006c",0x1ed6:"\u004f\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0074\u0069\u006c\u0064\u0065",0x041e:"\u004fc\u0079\u0072\u0069\u006c\u006c\u0069c",0x0150:"\u004fd\u0062\u006c\u0061\u0063\u0075\u0074e",0x020c:"\u004fd\u0062\u006c\u0067\u0072\u0061\u0076e",0x00d6:"\u004fd\u0069\u0065\u0072\u0065\u0073\u0069s",0x04e6:"\u004f\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073\u0063\u0079\u0072i\u006c\u006c\u0069\u0063",0xf7f6:"\u004f\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073s\u006d\u0061\u006c\u006c",0x1ecc:"\u004fd\u006f\u0074\u0062\u0065\u006c\u006fw",0xf6fb:"O\u0067\u006f\u006e\u0065\u006b\u0073\u006d\u0061\u006c\u006c",0x00d2:"\u004f\u0067\u0072\u0061\u0076\u0065",0xf7f2:"O\u0067\u0072\u0061\u0076\u0065\u0073\u006d\u0061\u006c\u006c",0x0555:"\u004f\u0068\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x1ece:"\u004f\u0068\u006f\u006f\u006b\u0061\u0062\u006f\u0076\u0065",0x01a0:"\u004f\u0068\u006fr\u006e",0x1eda:"\u004f\u0068\u006f\u0072\u006e\u0061\u0063\u0075\u0074\u0065",0x1ee2:"\u004f\u0068\u006f\u0072\u006e\u0064\u006f\u0074\u0062\u0065\u006c\u006f\u0077",0x1edc:"\u004f\u0068\u006f\u0072\u006e\u0067\u0072\u0061\u0076\u0065",0x1ede:"\u004f\u0068\u006f\u0072\u006e\u0068\u006f\u006f\u006ba\u0062\u006f\u0076\u0065",0x1ee0:"\u004f\u0068\u006f\u0072\u006e\u0074\u0069\u006c\u0064\u0065",0x01a2:"\u004f\u0069",0x020e:"\u004f\u0069\u006e\u0076\u0065\u0072\u0074\u0065\u0064b\u0072\u0065\u0076\u0065",0x014c:"\u004fm\u0061\u0063\u0072\u006f\u006e",0x1e52:"\u004f\u006d\u0061c\u0072\u006f\u006e\u0061\u0063\u0075\u0074\u0065",0x1e50:"\u004f\u006d\u0061c\u0072\u006f\u006e\u0067\u0072\u0061\u0076\u0065",0x2126:"\u004f\u006d\u0065g\u0061",0x0460:"\u004f\u006d\u0065\u0067\u0061\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x03a9:"\u004f\u006d\u0065\u0067\u0061\u0067\u0072\u0065\u0065\u006b",0x2127:"\u004f\u006d\u0065\u0067\u0061\u0069\u006e\u0076",0x047a:"\u004fm\u0065g\u0061\u0072\u006f\u0075\u006ed\u0063\u0079r\u0069\u006c\u006c\u0069\u0063",0x047c:"\u004fm\u0065g\u0061\u0074\u0069\u0074\u006co\u0063\u0079r\u0069\u006c\u006c\u0069\u0063",0x038f:"\u004f\u006d\u0065\u0067\u0061\u0074\u006f\u006e\u006f\u0073",0x039f:"\u004fm\u0069\u0063\u0072\u006f\u006e",0x038c:"\u004f\u006d\u0069c\u0072\u006f\u006e\u0074\u006f\u006e\u006f\u0073",0xff2f:"\u004f\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0x2160:"\u004f\u006e\u0065\u0072\u006f\u006d\u0061\u006e",0x01ea:"\u004fo\u0067\u006f\u006e\u0065\u006b",0x01ec:"\u004f\u006f\u0067\u006f\u006e\u0065\u006b\u006d\u0061\u0063\u0072\u006f\u006e",0x0186:"\u004f\u006f\u0070e\u006e",0x00d8:"\u004f\u0073\u006c\u0061\u0073\u0068",0x01fe:"O\u0073\u006c\u0061\u0073\u0068\u0061\u0063\u0075\u0074\u0065",0xf7f8:"O\u0073\u006c\u0061\u0073\u0068\u0073\u006d\u0061\u006c\u006c",0xf76f:"\u004f\u0073\u006d\u0061\u006c\u006c",0x047e:"\u004f\u0074\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x00d5:"\u004f\u0074\u0069\u006c\u0064\u0065",0x1e4c:"O\u0074\u0069\u006c\u0064\u0065\u0061\u0063\u0075\u0074\u0065",0x1e4e:"\u004f\u0074\u0069\u006c\u0064\u0065\u0064\u0069\u0065r\u0065\u0073\u0069\u0073",0xf7f5:"O\u0074\u0069\u006c\u0064\u0065\u0073\u006d\u0061\u006c\u006c",0x2a37:"\u004f\u0074\u0069\u006d\u0065\u0073",0x0050:"\u0050",0x1e54:"\u0050\u0061\u0063\u0075\u0074\u0065",0x24c5:"\u0050c\u0069\u0072\u0063\u006c\u0065",0x1e56:"\u0050\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074",0x054a:"P\u0065\u0068\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x04a6:"P\u0065m\u0069\u0064\u0064\u006c\u0065\u0068\u006f\u006fk\u0063\u0079\u0072\u0069ll\u0069\u0063",0x03a6:"\u0050\u0068\u0069",0x01a4:"\u0050\u0068\u006fo\u006b",0x03a0:"\u0050\u0069",0x0553:"\u0050\u0069\u0077r\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x210e:"P\u006c\u0061\u006e\u0063\u006b\u0063\u006f\u006e\u0073\u0074",0xff30:"\u0050\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0x2abb:"\u0050\u0072\u0065\u0063",0x214a:"\u0050\u0072\u006fp\u0065\u0072\u0074\u0079\u004c\u0069\u006e\u0065",0x03a8:"\u0050\u0073\u0069",0x0470:"P\u0073\u0069\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0xf770:"\u0050\u0073\u006d\u0061\u006c\u006c",0x0051:"\u0051",0x220e:"\u0051\u0045\u0044",0x24c6:"\u0051c\u0069\u0072\u0063\u006c\u0065",0xff31:"\u0051\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0xf771:"\u0051\u0073\u006d\u0061\u006c\u006c",0x2047:"\u0051\u0075\u0065\u0073\u0074\u0069\u006f\u006e",0x0052:"\u0052",0x2b46:"R\u0052\u0069\u0067\u0068\u0074\u0061\u0072\u0072\u006f\u0077",0x054c:"\u0052\u0061\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x0154:"\u0052\u0061\u0063\u0075\u0074\u0065",0x27ed:"\u0052b\u0072\u0062\u0072\u0061\u006b",0x0158:"\u0052\u0063\u0061\u0072\u006f\u006e",0x0156:"\u0052\u0063\u0065\u0064\u0069\u006c\u006c\u0061",0xf81e:"\u0052c\u0065\u0064\u0069\u006c\u006c\u00611",0x24c7:"\u0052c\u0069\u0072\u0063\u006c\u0065",0xf831:"R\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078",0x0210:"\u0052d\u0062\u006c\u0067\u0072\u0061\u0076e",0x1e58:"\u0052\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074",0x1e5a:"\u0052d\u006f\u0074\u0062\u0065\u006c\u006fw",0x1e5c:"\u0052d\u006ft\u0062\u0065\u006c\u006f\u0077\u006d\u0061\u0063\u0072\u006f\u006e",0x21b3:"\u0052\u0064\u0073\u0068",0x0550:"R\u0065\u0068\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x211c:"\u0052\u0066\u0072\u0061\u006b\u0074\u0075\u0072",0x03a1:"\u0052\u0068\u006f",0xf6fc:"\u0052i\u006e\u0067\u0073\u006d\u0061\u006cl",0x0212:"\u0052\u0069\u006e\u0076\u0065\u0072\u0074\u0065\u0064b\u0072\u0065\u0076\u0065",0x1e5e:"\u0052\u006c\u0069\u006e\u0065\u0062\u0065\u006c\u006f\u0077",0xff32:"\u0052\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0x2996:"\u0052\u0070\u0061\u0072\u0065\u006e\u006c\u0065\u0073\u0073",0xf772:"\u0052\u0073\u006d\u0061\u006c\u006c",0x0281:"\u0052\u0073\u006d\u0061\u006c\u006c\u0069\u006e\u0076e\u0072\u0074\u0065\u0064",0x02b6:"\u0052\u0073\u006d\u0061ll\u0069\u006e\u0076\u0065\u0072\u0074\u0065\u0064\u0073\u0075\u0070\u0065\u0072\u0069o\u0072",0x023f:"\u0052\u0074\u0075\u0072\u006e\u0073\u0075\u0070\u0065\u0072",0x29db:"\u0052\u0076\u007a\u0069\u0067\u007a\u0061\u0067",0x0053:"\u0053",0x024f:"\u0053\u0044\u0031\u0035\u0030\u0031\u0030\u0030",0x250c:"\u0053\u0046\u0030\u0031\u0030\u0030\u0030\u0030",0x2514:"\u0053\u0046\u0030\u0032\u0030\u0030\u0030\u0030",0x2510:"\u0053\u0046\u0030\u0033\u0030\u0030\u0030\u0030",0x2518:"\u0053\u0046\u0030\u0034\u0030\u0030\u0030\u0030",0x253c:"\u0053\u0046\u0030\u0035\u0030\u0030\u0030\u0030",0x252c:"\u0053\u0046\u0030\u0036\u0030\u0030\u0030\u0030",0x2534:"\u0053\u0046\u0030\u0037\u0030\u0030\u0030\u0030",0x251c:"\u0053\u0046\u0030\u0038\u0030\u0030\u0030\u0030",0x2524:"\u0053\u0046\u0030\u0039\u0030\u0030\u0030\u0030",0x2500:"\u0053\u0046\u0031\u0030\u0030\u0030\u0030\u0030",0x2502:"\u0053\u0046\u0031\u0031\u0030\u0030\u0030\u0030",0x2561:"\u0053\u0046\u0031\u0039\u0030\u0030\u0030\u0030",0x2562:"\u0053\u0046\u0032\u0030\u0030\u0030\u0030\u0030",0x2556:"\u0053\u0046\u0032\u0031\u0030\u0030\u0030\u0030",0x2555:"\u0053\u0046\u0032\u0032\u0030\u0030\u0030\u0030",0x2563:"\u0053\u0046\u0032\u0033\u0030\u0030\u0030\u0030",0x2551:"\u0053\u0046\u0032\u0034\u0030\u0030\u0030\u0030",0x2557:"\u0053\u0046\u0032\u0035\u0030\u0030\u0030\u0030",0x255d:"\u0053\u0046\u0032\u0036\u0030\u0030\u0030\u0030",0x255c:"\u0053\u0046\u0032\u0037\u0030\u0030\u0030\u0030",0x255b:"\u0053\u0046\u0032\u0038\u0030\u0030\u0030\u0030",0x255e:"\u0053\u0046\u0033\u0036\u0030\u0030\u0030\u0030",0x255f:"\u0053\u0046\u0033\u0037\u0030\u0030\u0030\u0030",0x255a:"\u0053\u0046\u0033\u0038\u0030\u0030\u0030\u0030",0x2554:"\u0053\u0046\u0033\u0039\u0030\u0030\u0030\u0030",0x2569:"\u0053\u0046\u0034\u0030\u0030\u0030\u0030\u0030",0x2566:"\u0053\u0046\u0034\u0031\u0030\u0030\u0030\u0030",0x2560:"\u0053\u0046\u0034\u0032\u0030\u0030\u0030\u0030",0x2550:"\u0053\u0046\u0034\u0033\u0030\u0030\u0030\u0030",0x256c:"\u0053\u0046\u0034\u0034\u0030\u0030\u0030\u0030",0x2567:"\u0053\u0046\u0034\u0035\u0030\u0030\u0030\u0030",0x2568:"\u0053\u0046\u0034\u0036\u0030\u0030\u0030\u0030",0x2564:"\u0053\u0046\u0034\u0037\u0030\u0030\u0030\u0030",0x2565:"\u0053\u0046\u0034\u0038\u0030\u0030\u0030\u0030",0x2559:"\u0053\u0046\u0034\u0039\u0030\u0030\u0030\u0030",0x2558:"\u0053\u0046\u0035\u0030\u0030\u0030\u0030\u0030",0x2552:"\u0053\u0046\u0035\u0031\u0030\u0030\u0030\u0030",0x2553:"\u0053\u0046\u0035\u0032\u0030\u0030\u0030\u0030",0x256b:"\u0053\u0046\u0035\u0033\u0030\u0030\u0030\u0030",0x256a:"\u0053\u0046\u0035\u0034\u0030\u0030\u0030\u0030",0x015a:"\u0053\u0061\u0063\u0075\u0074\u0065",0x1e64:"\u0053a\u0063u\u0074\u0065\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074",0x03e0:"\u0053\u0061\u006d\u0070\u0069\u0067\u0072\u0065\u0065\u006b",0x0160:"\u0053\u0063\u0061\u0072\u006f\u006e",0x1e66:"\u0053c\u0061r\u006f\u006e\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074",0xf6fd:"S\u0063\u0061\u0072\u006f\u006e\u0073\u006d\u0061\u006c\u006c",0x015e:"\u0053\u0063\u0065\u0064\u0069\u006c\u006c\u0061",0xf816:"\u0053c\u0065\u0064\u0069\u006c\u006c\u00611",0x018f:"\u0053\u0063\u0068w\u0061",0x04d8:"\u0053\u0063\u0068\u0077\u0061\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x04da:"S\u0063\u0068\u0077\u0061di\u0065r\u0065\u0073\u0069\u0073\u0063y\u0072\u0069\u006c\u006c\u0069\u0063",0x24c8:"\u0053c\u0069\u0072\u0063\u006c\u0065",0x015c:"S\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078",0x0218:"\u0053\u0063\u006fm\u006d\u0061\u0061\u0063\u0063\u0065\u006e\u0074",0x1e60:"\u0053\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074",0x1e62:"\u0053d\u006f\u0074\u0062\u0065\u006c\u006fw",0x1e68:"\u0053d\u006ft\u0062\u0065\u006c\u006f\u0077d\u006f\u0074a\u0063\u0063\u0065\u006e\u0074",0x21d8:"\u0053e\u0061\u0072\u0072\u006f\u0077",0x054d:"S\u0065\u0068\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x2166:"\u0053\u0065\u0076\u0065\u006e\u0072\u006f\u006d\u0061\u006e",0x0547:"S\u0068\u0061\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x0428:"S\u0068\u0061\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x03e2:"\u0053\u0068\u0065\u0069\u0063\u006f\u0070\u0074\u0069\u0063",0x04ba:"\u0053\u0068\u0068a\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x03ec:"S\u0068\u0069\u006d\u0061\u0063\u006f\u0070\u0074\u0069\u0063",0x03a3:"\u0053\u0069\u0067m\u0061",0x2165:"\u0053\u0069\u0078\u0072\u006f\u006d\u0061\u006e",0xff33:"\u0053\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0x2a4e:"\u0053\u0071\u0063a\u0070",0x2a4f:"\u0053\u0071\u0063u\u0070",0xf773:"\u0053\u0073\u006d\u0061\u006c\u006c",0x03da:"S\u0074\u0069\u0067\u006d\u0061\u0067\u0072\u0065\u0065\u006b",0x2abc:"\u0053\u0075\u0063\u0063",0x21d9:"\u0053w\u0061\u0072\u0072\u006f\u0077",0x0054:"\u0054",0x03a4:"\u0054\u0061\u0075",0x0166:"\u0054\u0062\u0061\u0072",0x0164:"\u0054\u0063\u0061\u0072\u006f\u006e",0xf814:"\u0054c\u0061\u0072\u006f\u006e\u0031",0xf818:"\u0054c\u0065\u0064\u0069\u006c\u006c\u00611",0x24c9:"\u0054c\u0069\u0072\u0063\u006c\u0065",0x1e70:"\u0054\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0062\u0065\u006c\u006f\u0077",0x0162:"\u0054\u0063\u006fm\u006d\u0061\u0061\u0063\u0063\u0065\u006e\u0074",0x1e6a:"\u0054\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074",0x1e6c:"\u0054d\u006f\u0074\u0062\u0065\u006c\u006fw",0x04ac:"\u0054\u0065\u0064\u0065sc\u0065\u006e\u0064\u0065\u0072\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x2169:"\u0054\u0065\u006e\u0072\u006f\u006d\u0061\u006e",0x04b4:"\u0054\u0065\u0074\u0073\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x0398:"\u0054\u0068\u0065t\u0061",0x01ac:"\u0054\u0068\u006fo\u006b",0x00de:"\u0054\u0068\u006fr\u006e",0xf7fe:"\u0054\u0068\u006f\u0072\u006e\u0073\u006d\u0061\u006c\u006c",0x2162:"\u0054\u0068\u0072\u0065\u0065\u0072\u006f\u006d\u0061\u006e",0xf6fe:"\u0054\u0069\u006c\u0064\u0065\u0073\u006d\u0061\u006c\u006c",0x054f:"\u0054\u0069\u0077n\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x1e6e:"\u0054\u006c\u0069\u006e\u0065\u0062\u0065\u006c\u006f\u0077",0xff34:"\u0054\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0x0539:"\u0054\u006f\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x01bc:"\u0054\u006f\u006e\u0065\u0066\u0069\u0076\u0065",0x0184:"\u0054o\u006e\u0065\u0073\u0069\u0078",0x01a7:"\u0054o\u006e\u0065\u0074\u0077\u006f",0x01ae:"\u0054\u0072\u0065\u0074\u0072\u006f\u0066\u006c\u0065x\u0068\u006f\u006f\u006b",0x0426:"T\u0073\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x040b:"\u0054\u0073\u0068e\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0xf774:"\u0054\u0073\u006d\u0061\u006c\u006c",0x216b:"T\u0077\u0065\u006c\u0076\u0065\u0072\u006f\u006d\u0061\u006e",0x2161:"\u0054\u0077\u006f\u0072\u006f\u006d\u0061\u006e",0x0055:"\u0055",0x27f0:"\u0055\u0055\u0070\u0061\u0072\u0072\u006f\u0077",0x00da:"\u0055\u0061\u0063\u0075\u0074\u0065",0xf7fa:"U\u0061\u0063\u0075\u0074\u0065\u0073\u006d\u0061\u006c\u006c",0x016c:"\u0055\u0062\u0072\u0065\u0076\u0065",0x01d3:"\u0055\u0063\u0061\u0072\u006f\u006e",0xf833:"\u0055\u0063\u0065\u0064\u0069\u006c\u006c\u0061",0x24ca:"\u0055c\u0069\u0072\u0063\u006c\u0065",0x00db:"U\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078",0x1e76:"\u0055\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0062\u0065\u006c\u006f\u0077",0xf7fb:"\u0055\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0073\u006d\u0061\u006c\u006c",0x0423:"\u0055c\u0079\u0072\u0069\u006c\u006c\u0069c",0x0214:"\u0055d\u0062\u006c\u0067\u0072\u0061\u0076e",0x00dc:"\u0055d\u0069\u0065\u0072\u0065\u0073\u0069s",0x01d7:"\u0055\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073a\u0063\u0075\u0074\u0065",0x1e72:"\u0055\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073b\u0065\u006c\u006f\u0077",0x01d9:"\u0055\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073c\u0061\u0072\u006f\u006e",0x04f0:"\u0055\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073\u0063\u0079\u0072i\u006c\u006c\u0069\u0063",0x01db:"\u0055\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073g\u0072\u0061\u0076\u0065",0x01d5:"\u0055d\u0069e\u0072\u0065\u0073\u0069\u0073\u006d\u0061\u0063\u0072\u006f\u006e",0xf7fc:"\u0055\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073s\u006d\u0061\u006c\u006c",0x1ee4:"\u0055d\u006f\u0074\u0062\u0065\u006c\u006fw",0x00d9:"\u0055\u0067\u0072\u0061\u0076\u0065",0xf7f9:"U\u0067\u0072\u0061\u0076\u0065\u0073\u006d\u0061\u006c\u006c",0x1ee6:"\u0055\u0068\u006f\u006f\u006b\u0061\u0062\u006f\u0076\u0065",0x01af:"\u0055\u0068\u006fr\u006e",0x1ee8:"\u0055\u0068\u006f\u0072\u006e\u0061\u0063\u0075\u0074\u0065",0x1ef0:"\u0055\u0068\u006f\u0072\u006e\u0064\u006f\u0074\u0062\u0065\u006c\u006f\u0077",0x1eea:"\u0055\u0068\u006f\u0072\u006e\u0067\u0072\u0061\u0076\u0065",0x1eec:"\u0055\u0068\u006f\u0072\u006e\u0068\u006f\u006f\u006ba\u0062\u006f\u0076\u0065",0x1eee:"\u0055\u0068\u006f\u0072\u006e\u0074\u0069\u006c\u0064\u0065",0x0170:"\u0055\u0068\u0075\u006e\u0067\u0061\u0072\u0075\u006d\u006c\u0061\u0075\u0074",0x04f2:"U\u0068\u0075\u006e\u0067ar\u0075m\u006c\u0061\u0075\u0074\u0063y\u0072\u0069\u006c\u006c\u0069\u0063",0x0216:"\u0055\u0069\u006e\u0076\u0065\u0072\u0074\u0065\u0064b\u0072\u0065\u0076\u0065",0x0478:"\u0055\u006b\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x016a:"\u0055m\u0061\u0063\u0072\u006f\u006e",0x04ee:"\u0055m\u0061c\u0072\u006f\u006e\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x1e7a:"\u0055m\u0061c\u0072\u006f\u006e\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073",0xff35:"\u0055\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0x0172:"\u0055o\u0067\u006f\u006e\u0065\u006b",0x03a5:"\u0055p\u0073\u0069\u006c\u006f\u006e",0x03d2:"\u0055\u0070\u0073\u0069\u006c\u006f\u006e\u0031",0x03d3:"U\u0070\u0073\u0069\u006c\u006f\u006ea\u0063\u0075\u0074\u0065\u0068\u006f\u006f\u006b\u0073y\u006d\u0062\u006fl\u0067r\u0065\u0065\u006b",0x01b1:"\u0055\u0070\u0073\u0069\u006c\u006f\u006e\u0061\u0066r\u0069\u0063\u0061\u006e",0x02f4:"\u0055\u0070s\u0069\u006c\u006fn\u0064\u0069\u0061\u0065\u0072\u0065\u0073\u0069\u0073",0x03ab:"\u0055p\u0073i\u006c\u006f\u006e\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073",0x03d4:"\u0055\u0070\u0073\u0069\u006c\u006f\u006e\u0064\u0069\u0065r\u0065\u0073\u0069\u0073\u0068\u006f\u006fk\u0073\u0079\u006d\u0062\u006f\u006c\u0067\u0072\u0065\u0065\u006b",0x038e:"\u0055\u0070\u0073i\u006c\u006f\u006e\u0074\u006f\u006e\u006f\u0073",0x016e:"\u0055\u0072\u0069n\u0067",0x040e:"\u0055\u0073\u0068\u006f\u0072\u0074\u0063\u0079\u0072i\u006c\u006c\u0069\u0063",0xf775:"\u0055\u0073\u006d\u0061\u006c\u006c",0x04ae:"\u0055\u0073\u0074\u0072\u0061\u0069\u0067\u0068\u0074\u0063\u0079\u0072i\u006c\u006c\u0069\u0063",0x04b0:"\u0055\u0073\u0074ra\u0069\u0067\u0068\u0074\u0073\u0074\u0072\u006f\u006b\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x0168:"\u0055\u0074\u0069\u006c\u0064\u0065",0x1e78:"U\u0074\u0069\u006c\u0064\u0065\u0061\u0063\u0075\u0074\u0065",0x1e74:"U\u0074\u0069\u006c\u0064\u0065\u0062\u0065\u006c\u006f\u0077",0x290a:"\u0055\u0075\u0070\u0061\u0072\u0072\u006f\u0077",0x0056:"\u0056",0x22ab:"\u0056\u0044\u0061s\u0068",0x2aeb:"\u0056\u0062\u0061\u0072",0x24cb:"\u0056c\u0069\u0072\u0063\u006c\u0065",0x1e7e:"\u0056d\u006f\u0074\u0062\u0065\u006c\u006fw",0x2a54:"\u0056\u0065\u0065",0x054e:"V\u0065\u0077\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x01b2:"\u0056\u0068\u006fo\u006b",0xff36:"\u0056\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0x0548:"\u0056\u006f\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0xf776:"\u0056\u0073\u006d\u0061\u006c\u006c",0x1e7c:"\u0056\u0074\u0069\u006c\u0064\u0065",0x2980:"\u0056\u0076\u0065r\u0074",0x0057:"\u0057",0x1e82:"\u0057\u0061\u0063\u0075\u0074\u0065",0x24cc:"\u0057c\u0069\u0072\u0063\u006c\u0065",0x0174:"W\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078",0x1e84:"\u0057d\u0069\u0065\u0072\u0065\u0073\u0069s",0x1e86:"\u0057\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074",0x1e88:"\u0057d\u006f\u0074\u0062\u0065\u006c\u006fw",0x2a53:"\u0057\u0065\u0064g\u0065",0x1e80:"\u0057\u0067\u0072\u0061\u0076\u0065",0xff37:"\u0057\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0xf777:"\u0057\u0073\u006d\u0061\u006c\u006c",0x0058:"\u0058",0x24cd:"\u0058c\u0069\u0072\u0063\u006c\u0065",0x1e8c:"\u0058d\u0069\u0065\u0072\u0065\u0073\u0069s",0x1e8a:"\u0058\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074",0x053d:"X\u0065\u0068\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x039e:"\u0058\u0069",0xff38:"\u0058\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0xf778:"\u0058\u0073\u006d\u0061\u006c\u006c",0x0059:"\u0059",0x00dd:"\u0059\u0061\u0063\u0075\u0074\u0065",0xf7fd:"Y\u0061\u0063\u0075\u0074\u0065\u0073\u006d\u0061\u006c\u006c",0x24ce:"\u0059c\u0069\u0072\u0063\u006c\u0065",0x0176:"Y\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078",0x0178:"\u0059d\u0069\u0065\u0072\u0065\u0073\u0069s",0xf7ff:"\u0059\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073s\u006d\u0061\u006c\u006c",0x1e8e:"\u0059\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074",0x1ef4:"\u0059d\u006f\u0074\u0062\u0065\u006c\u006fw",0x04f8:"Y\u0065r\u0075\u0064\u0069\u0065\u0072\u0065\u0073\u0069s\u0063\u0079\u0072\u0069ll\u0069\u0063",0x1ef2:"\u0059\u0067\u0072\u0061\u0076\u0065",0x01b3:"\u0059\u0068\u006fo\u006b",0x1ef6:"\u0059\u0068\u006f\u006f\u006b\u0061\u0062\u006f\u0076\u0065",0x0545:"\u0059\u0069\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x0407:"\u0059\u0069\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x0552:"\u0059\u0069\u0077n\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0xff39:"\u0059\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0xf779:"\u0059\u0073\u006d\u0061\u006c\u006c",0x021f:"\u0059s\u006d\u0061\u006c\u006c\u0063\u0061p",0x1ef8:"\u0059\u0074\u0069\u006c\u0064\u0065",0x2144:"\u0059\u0075\u0070",0x046a:"\u0059\u0075\u0073\u0062\u0069\u0067\u0063\u0079\u0072i\u006c\u006c\u0069\u0063",0x046c:"\u0059\u0075\u0073\u0062ig\u0069\u006f\u0074\u0069\u0066\u0069\u0065\u0064\u0063\u0079\u0072\u0069\u006c\u006ci\u0063",0x0466:"\u0059\u0075\u0073\u006c\u0069\u0074\u0074\u006c\u0065\u0063\u0079\u0072i\u006c\u006c\u0069\u0063",0x0468:"\u0059u\u0073\u006c\u0069\u0074t\u006c\u0065\u0069\u006f\u0074i\u0066i\u0065d\u0063\u0079\u0072\u0069\u006c\u006c\u0069c",0x005a:"\u005a",0x0536:"\u005a\u0061\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x0179:"\u005a\u0061\u0063\u0075\u0074\u0065",0x017d:"\u005a\u0063\u0061\u0072\u006f\u006e",0xf6ff:"Z\u0063\u0061\u0072\u006f\u006e\u0073\u006d\u0061\u006c\u006c",0x24cf:"\u005ac\u0069\u0072\u0063\u006c\u0065",0x1e90:"Z\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078",0x017b:"\u005a\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074",0x1e92:"\u005ad\u006f\u0074\u0062\u0065\u006c\u006fw",0x0498:"\u005a\u0065\u0064\u0065sc\u0065\u006e\u0064\u0065\u0072\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x04de:"\u005ae\u0064i\u0065\u0072\u0065\u0073\u0069s\u0063\u0079r\u0069\u006c\u006c\u0069\u0063",0x0396:"\u005a\u0065\u0074\u0061",0x053a:"Z\u0068\u0065\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x03fd:"\u005a\u0068\u0065\u0062\u0072\u0065\u0076\u0065",0x04c1:"\u005a\u0068e\u0062\u0072\u0065v\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x0496:"Z\u0068e\u0064\u0065\u0073\u0063\u0065\u006e\u0064\u0065r\u0063\u0079\u0072\u0069ll\u0069\u0063",0x04dc:"\u005a\u0068\u0065\u0064ie\u0072\u0065\u0073\u0069\u0073\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x1e94:"\u005a\u006c\u0069\u006e\u0065\u0062\u0065\u006c\u006f\u0077",0xff3a:"\u005a\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0xf77a:"\u005a\u0073\u006d\u0061\u006c\u006c",0x01b5:"\u005as\u0074\u0072\u006f\u006b\u0065",0x0061:"\u0061",0x2701:"\u0061\u0031",0x2702:"\u0061\u0032",0x2704:"\u0061\u0033",0x260e:"\u0061\u0034",0x2706:"\u0061\u0035",0x271d:"\u0061\u0036",0x271e:"\u0061\u0037",0x271f:"\u0061\u0038",0x2720:"\u0061\u0039",0x2721:"\u0061\u0031\u0030",0x261b:"\u0061\u0031\u0031",0x261e:"\u0061\u0031\u0032",0x270c:"\u0061\u0031\u0033",0x270d:"\u0061\u0031\u0034",0x270e:"\u0061\u0031\u0035",0x270f:"\u0061\u0031\u0036",0x2711:"\u0061\u0031\u0037",0x2712:"\u0061\u0031\u0038",0x2713:"\u0061\u0031\u0039",0x2714:"\u0061\u0032\u0030",0x2715:"\u0061\u0032\u0031",0x2716:"\u0061\u0032\u0032",0x2717:"\u0061\u0032\u0033",0x2718:"\u0061\u0032\u0034",0x2719:"\u0061\u0032\u0035",0x271a:"\u0061\u0032\u0036",0x271b:"\u0061\u0032\u0037",0x271c:"\u0061\u0032\u0038",0x2722:"\u0061\u0032\u0039",0x2723:"\u0061\u0033\u0030",0x2724:"\u0061\u0033\u0031",0x2725:"\u0061\u0033\u0032",0x2726:"\u0061\u0033\u0033",0x2727:"\u0061\u0033\u0034",0x2605:"\u0061\u0033\u0035",0x2729:"\u0061\u0033\u0036",0x272a:"\u0061\u0033\u0037",0x272b:"\u0061\u0033\u0038",0x272c:"\u0061\u0033\u0039",0x272d:"\u0061\u0034\u0030",0x272e:"\u0061\u0034\u0031",0x272f:"\u0061\u0034\u0032",0x2730:"\u0061\u0034\u0033",0x2731:"\u0061\u0034\u0034",0x2732:"\u0061\u0034\u0035",0x2733:"\u0061\u0034\u0036",0x2734:"\u0061\u0034\u0037",0x2735:"\u0061\u0034\u0038",0x2736:"\u0061\u0034\u0039",0x2737:"\u0061\u0035\u0030",0x2738:"\u0061\u0035\u0031",0x2739:"\u0061\u0035\u0032",0x273a:"\u0061\u0035\u0033",0x273b:"\u0061\u0035\u0034",0x273c:"\u0061\u0035\u0035",0x273d:"\u0061\u0035\u0036",0x273e:"\u0061\u0035\u0037",0x273f:"\u0061\u0035\u0038",0x2740:"\u0061\u0035\u0039",0x2741:"\u0061\u0036\u0030",0x2742:"\u0061\u0036\u0031",0x2743:"\u0061\u0036\u0032",0x2744:"\u0061\u0036\u0033",0x2745:"\u0061\u0036\u0034",0x2746:"\u0061\u0036\u0035",0x2747:"\u0061\u0036\u0036",0x2748:"\u0061\u0036\u0037",0x2749:"\u0061\u0036\u0038",0x274a:"\u0061\u0036\u0039",0x274b:"\u0061\u0037\u0030",0x25cf:"\u0061\u0037\u0031",0x274d:"\u0061\u0037\u0032",0x25a0:"\u0061\u0037\u0033",0x274f:"\u0061\u0037\u0034",0x2751:"\u0061\u0037\u0035",0x25b2:"\u0061\u0037\u0036",0x25bc:"\u0061\u0037\u0037",0x25c6:"\u0061\u0037\u0038",0x2756:"\u0061\u0037\u0039",0x25d7:"\u0061\u0038\u0031",0x2758:"\u0061\u0038\u0032",0x2759:"\u0061\u0038\u0033",0x275a:"\u0061\u0038\u0034",0xf8de:"\u0061\u0038\u0035",0xf8e0:"\u0061\u0038\u0036",0xf8e1:"\u0061\u0038\u0037",0xf8e2:"\u0061\u0038\u0038",0xf8d7:"\u0061\u0038\u0039",0xf8d8:"\u0061\u0039\u0030",0xf8db:"\u0061\u0039\u0031",0xf8dc:"\u0061\u0039\u0032",0xf8d9:"\u0061\u0039\u0033",0xf8da:"\u0061\u0039\u0034",0xf8e3:"\u0061\u0039\u0035",0xf8e4:"\u0061\u0039\u0036",0x275b:"\u0061\u0039\u0037",0x275c:"\u0061\u0039\u0038",0x275d:"\u0061\u0039\u0039",0x275e:"\u0061\u0031\u0030\u0030",0x2761:"\u0061\u0031\u0030\u0031",0x2762:"\u0061\u0031\u0030\u0032",0x2763:"\u0061\u0031\u0030\u0033",0x2764:"\u0061\u0031\u0030\u0034",0x2710:"\u0061\u0031\u0030\u0035",0x2765:"\u0061\u0031\u0030\u0036",0x2766:"\u0061\u0031\u0030\u0037",0x2767:"\u0061\u0031\u0030\u0038",0x2709:"\u0061\u0031\u0031\u0037",0x2708:"\u0061\u0031\u0031\u0038",0x2707:"\u0061\u0031\u0031\u0039",0x2460:"\u0061\u0031\u0032\u0030",0x2461:"\u0061\u0031\u0032\u0031",0x2462:"\u0061\u0031\u0032\u0032",0x2463:"\u0061\u0031\u0032\u0033",0x2464:"\u0061\u0031\u0032\u0034",0x2465:"\u0061\u0031\u0032\u0035",0x2466:"\u0061\u0031\u0032\u0036",0x2467:"\u0061\u0031\u0032\u0037",0x2468:"\u0061\u0031\u0032\u0038",0x2469:"\u0061\u0031\u0032\u0039",0x2776:"\u0061\u0031\u0033\u0030",0x2777:"\u0061\u0031\u0033\u0031",0x2778:"\u0061\u0031\u0033\u0032",0x2779:"\u0061\u0031\u0033\u0033",0x277a:"\u0061\u0031\u0033\u0034",0x277b:"\u0061\u0031\u0033\u0035",0x277c:"\u0061\u0031\u0033\u0036",0x277d:"\u0061\u0031\u0033\u0037",0x277e:"\u0061\u0031\u0033\u0038",0x277f:"\u0061\u0031\u0033\u0039",0x2780:"\u0061\u0031\u0034\u0030",0x2781:"\u0061\u0031\u0034\u0031",0x2782:"\u0061\u0031\u0034\u0032",0x2783:"\u0061\u0031\u0034\u0033",0x2784:"\u0061\u0031\u0034\u0034",0x2785:"\u0061\u0031\u0034\u0035",0x2786:"\u0061\u0031\u0034\u0036",0x2787:"\u0061\u0031\u0034\u0037",0x2788:"\u0061\u0031\u0034\u0038",0x2789:"\u0061\u0031\u0034\u0039",0x278a:"\u0061\u0031\u0035\u0030",0x278b:"\u0061\u0031\u0035\u0031",0x278c:"\u0061\u0031\u0035\u0032",0x278d:"\u0061\u0031\u0035\u0033",0x278e:"\u0061\u0031\u0035\u0034",0x278f:"\u0061\u0031\u0035\u0035",0x2790:"\u0061\u0031\u0035\u0036",0x2791:"\u0061\u0031\u0035\u0037",0x2792:"\u0061\u0031\u0035\u0038",0x2793:"\u0061\u0031\u0035\u0039",0x2794:"\u0061\u0031\u0036\u0030",0x27a3:"\u0061\u0031\u0036\u0032",0x2195:"\u0061\u0031\u0036\u0034",0x2799:"\u0061\u0031\u0036\u0035",0x279b:"\u0061\u0031\u0036\u0036",0x279c:"\u0061\u0031\u0036\u0037",0x279d:"\u0061\u0031\u0036\u0038",0x279e:"\u0061\u0031\u0036\u0039",0x279f:"\u0061\u0031\u0037\u0030",0x27a0:"\u0061\u0031\u0037\u0031",0x27a1:"\u0061\u0031\u0037\u0032",0x27a2:"\u0061\u0031\u0037\u0033",0x27a4:"\u0061\u0031\u0037\u0034",0x27a5:"\u0061\u0031\u0037\u0035",0x27a6:"\u0061\u0031\u0037\u0036",0x27a7:"\u0061\u0031\u0037\u0037",0x27a8:"\u0061\u0031\u0037\u0038",0x27a9:"\u0061\u0031\u0037\u0039",0x27ab:"\u0061\u0031\u0038\u0030",0x27ad:"\u0061\u0031\u0038\u0031",0x27af:"\u0061\u0031\u0038\u0032",0x27b2:"\u0061\u0031\u0038\u0033",0x27b3:"\u0061\u0031\u0038\u0034",0x27b5:"\u0061\u0031\u0038\u0035",0x27b8:"\u0061\u0031\u0038\u0036",0x27ba:"\u0061\u0031\u0038\u0037",0x27bb:"\u0061\u0031\u0038\u0038",0x27bc:"\u0061\u0031\u0038\u0039",0x27bd:"\u0061\u0031\u0039\u0030",0x27be:"\u0061\u0031\u0039\u0031",0x279a:"\u0061\u0031\u0039\u0032",0x27aa:"\u0061\u0031\u0039\u0033",0x27b6:"\u0061\u0031\u0039\u0034",0x27b9:"\u0061\u0031\u0039\u0035",0x2798:"\u0061\u0031\u0039\u0036",0x27b4:"\u0061\u0031\u0039\u0037",0x27b7:"\u0061\u0031\u0039\u0038",0x27ac:"\u0061\u0031\u0039\u0039",0x27ae:"\u0061\u0032\u0030\u0030",0x27b1:"\u0061\u0032\u0030\u0031",0x2703:"\u0061\u0032\u0030\u0032",0x2750:"\u0061\u0032\u0030\u0033",0x2752:"\u0061\u0032\u0030\u0034",0xf8dd:"\u0061\u0032\u0030\u0035",0xf8df:"\u0061\u0032\u0030\u0036",0x0986:"\u0061a\u0062\u0065\u006e\u0067\u0061\u006ci",0x00e1:"\u0061\u0061\u0063\u0075\u0074\u0065",0x0906:"\u0061\u0061\u0064\u0065\u0076\u0061",0x0a86:"\u0061\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069",0x0a06:"\u0061\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0x0a3e:"\u0061a\u006da\u0074\u0072\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0x3303:"\u0061\u0061\u0072\u0075\u0073\u0071\u0075\u0061\u0072\u0065",0x09be:"\u0061a\u0076o\u0077\u0065\u006c\u0073\u0069g\u006e\u0062e\u006e\u0067\u0061\u006c\u0069",0x093e:"\u0061a\u0076o\u0077\u0065\u006c\u0073\u0069\u0067\u006e\u0064\u0065\u0076\u0061",0x0abe:"\u0061\u0061\u0076\u006fwe\u006c\u0073\u0069\u0067\u006e\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069",0x055f:"\u0061b\u0062\u0072\u0065\u0076\u0069\u0061\u0074\u0069\u006f\u006e\u006da\u0072\u006b\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x0970:"a\u0062b\u0072\u0065\u0076\u0069\u0061\u0074\u0069\u006fn\u0073\u0069\u0067\u006ede\u0076\u0061",0x0985:"\u0061\u0062\u0065\u006e\u0067\u0061\u006c\u0069",0x311a:"\u0061b\u006f\u0070\u006f\u006d\u006f\u0066o",0x0103:"\u0061\u0062\u0072\u0065\u0076\u0065",0x1eaf:"a\u0062\u0072\u0065\u0076\u0065\u0061\u0063\u0075\u0074\u0065",0x04d1:"\u0061\u0062\u0072\u0065\u0076\u0065\u0063\u0079\u0072i\u006c\u006c\u0069\u0063",0x1eb7:"\u0061\u0062\u0072\u0065\u0076\u0065\u0064\u006f\u0074b\u0065\u006c\u006f\u0077",0x1eb1:"a\u0062\u0072\u0065\u0076\u0065\u0067\u0072\u0061\u0076\u0065",0x1eb3:"\u0061b\u0072e\u0076\u0065\u0068\u006f\u006f\u006b\u0061\u0062\u006f\u0076\u0065",0x1eb5:"a\u0062\u0072\u0065\u0076\u0065\u0074\u0069\u006c\u0064\u0065",0x01ce:"\u0061\u0063\u0061\u0072\u006f\u006e",0x2100:"\u0061c\u0063\u006f\u0075\u006e\u0074\u006ff",0x23e6:"\u0061c\u0063\u0075\u0072\u0072\u0065\u006et",0x267e:"\u0061\u0063\u0069\u0064\u0066\u0072\u0065\u0065",0x24d0:"\u0061c\u0069\u0072\u0063\u006c\u0065",0x00e2:"a\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078",0x1ea5:"\u0061\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0061\u0063\u0075\u0074\u0065",0x1ead:"\u0061\u0063\u0069\u0072cu\u006d\u0066\u006c\u0065\u0078\u0064\u006f\u0074\u0062\u0065\u006c\u006f\u0077",0x1ea7:"\u0061\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0067\u0072\u0061\u0076\u0065",0x1ea9:"a\u0063i\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078h\u006f\u006f\u006b\u0061bo\u0076\u0065",0x1eab:"\u0061\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0074\u0069\u006c\u0064\u0065",0x00b4:"\u0061\u0063\u0075t\u0065",0x0317:"\u0061\u0063\u0075\u0074\u0065\u0062\u0065\u006c\u006f\u0077\u0063\u006d\u0062",0x0301:"\u0061c\u0075\u0074\u0065\u0063\u006f\u006db",0x0954:"\u0061c\u0075\u0074\u0065\u0064\u0065\u0076a",0x02cf:"a\u0063\u0075\u0074\u0065\u006c\u006f\u0077\u006d\u006f\u0064",0x0274:"\u0061c\u0075\u0074\u0065\u006e\u006f\u0073p",0x0341:"\u0061\u0063\u0075t\u0065\u0074\u006f\u006e\u0065\u0063\u006d\u0062",0x2940:"\u0061\u0063\u0077\u0063\u0069\u0072\u0063\u006c\u0065a\u0072\u0072\u006f\u0077",0x2939:"\u0061c\u0077l\u0065\u0066\u0074\u0061\u0072\u0063\u0061\u0072\u0072\u006f\u0077",0x21ba:"\u0061c\u0077o\u0070\u0065\u006e\u0063\u0069r\u0063\u006ce\u0061\u0072\u0072\u006f\u0077",0x293a:"\u0061c\u0077o\u0076\u0065\u0072\u0061\u0072\u0063\u0061\u0072\u0072\u006f\u0077",0x293b:"\u0061\u0063w\u0075\u006e\u0064e\u0072\u0061\u0072\u0063\u0061\u0072\u0072\u006f\u0077",0x0201:"\u0061d\u0062\u006c\u0067\u0072\u0061\u0076e",0x0a71:"\u0061\u0064\u0064\u0061\u006b\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0x2101:"\u0061\u0064\u0064\u0072\u0065\u0073\u0073\u0073\u0075b\u006a\u0065\u0063\u0074",0x0905:"\u0061\u0064\u0065v\u0061",0x00e4:"\u0061d\u0069\u0065\u0072\u0065\u0073\u0069s",0x04d3:"\u0061\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073\u0063\u0079\u0072i\u006c\u006c\u0069\u0063",0x01df:"\u0061d\u0069e\u0072\u0065\u0073\u0069\u0073\u006d\u0061\u0063\u0072\u006f\u006e",0x1ea1:"\u0061d\u006f\u0074\u0062\u0065\u006c\u006fw",0x01e1:"\u0061\u0064\u006f\u0074\u006d\u0061\u0063\u0072\u006f\u006e",0x22f0:"\u0061\u0064\u006ft\u0073",0x00e6:"\u0061\u0065",0x01fd:"\u0061e\u0061\u0063\u0075\u0074\u0065",0x3150:"\u0061\u0065\u006b\u006f\u0072\u0065\u0061\u006e",0x01e3:"\u0061\u0065\u006d\u0061\u0063\u0072\u006f\u006e",0x200e:"\u0061f\u0069\u0069\u0032\u0039\u0039",0x200f:"\u0061f\u0069\u0069\u0033\u0030\u0030",0x200d:"\u0061f\u0069\u0069\u0033\u0030\u0031",0x0410:"\u0061f\u0069\u0069\u0031\u0030\u0030\u00317",0x0411:"\u0061f\u0069\u0069\u0031\u0030\u0030\u00318",0x0412:"\u0061f\u0069\u0069\u0031\u0030\u0030\u00319",0x0416:"\u0061f\u0069\u0069\u0031\u0030\u0030\u00324",0x0417:"\u0061f\u0069\u0069\u0031\u0030\u0030\u00325",0x0419:"\u0061f\u0069\u0069\u0031\u0030\u0030\u00327",0x041a:"\u0061f\u0069\u0069\u0031\u0030\u0030\u00328",0x041d:"\u0061f\u0069\u0069\u0031\u0030\u0030\u00331",0x041f:"\u0061f\u0069\u0069\u0031\u0030\u0030\u00333",0x0420:"\u0061f\u0069\u0069\u0031\u0030\u0030\u00334",0x0421:"\u0061f\u0069\u0069\u0031\u0030\u0030\u00335",0x0422:"\u0061f\u0069\u0069\u0031\u0030\u0030\u00336",0x0424:"\u0061f\u0069\u0069\u0031\u0030\u0030\u00338",0x0429:"\u0061f\u0069\u0069\u0031\u0030\u0030\u00343",0x042a:"\u0061f\u0069\u0069\u0031\u0030\u0030\u00344",0x042b:"\u0061f\u0069\u0069\u0031\u0030\u0030\u00345",0x042c:"\u0061f\u0069\u0069\u0031\u0030\u0030\u00346",0x042e:"\u0061f\u0069\u0069\u0031\u0030\u0030\u00348",0x042f:"\u0061f\u0069\u0069\u0031\u0030\u0030\u00349",0x0402:"\u0061f\u0069\u0069\u0031\u0030\u0030\u00351",0x0403:"\u0061f\u0069\u0069\u0031\u0030\u0030\u00352",0x0405:"\u0061f\u0069\u0069\u0031\u0030\u0030\u00354",0x0406:"\u0061f\u0069\u0069\u0031\u0030\u0030\u00355",0x0408:"\u0061f\u0069\u0069\u0031\u0030\u0030\u00357",0x040a:"\u0061f\u0069\u0069\u0031\u0030\u0030\u00359",0xf6c4:"\u0061f\u0069\u0069\u0031\u0030\u0030\u00363",0xf6c5:"\u0061f\u0069\u0069\u0031\u0030\u0030\u00364",0x0430:"\u0061f\u0069\u0069\u0031\u0030\u0030\u00365",0x0432:"\u0061f\u0069\u0069\u0031\u0030\u0030\u00367",0x0433:"\u0061f\u0069\u0069\u0031\u0030\u0030\u00368",0x0434:"\u0061f\u0069\u0069\u0031\u0030\u0030\u00369",0x0451:"\u0061f\u0069\u0069\u0031\u0030\u0030\u00371",0x0437:"\u0061f\u0069\u0069\u0031\u0030\u0030\u00373",0x0439:"\u0061f\u0069\u0069\u0031\u0030\u0030\u00375",0x043d:"\u0061f\u0069\u0069\u0031\u0030\u0030\u00379",0x0442:"\u0061f\u0069\u0069\u0031\u0030\u0030\u00384",0x0443:"\u0061f\u0069\u0069\u0031\u0030\u0030\u00385",0x0444:"\u0061f\u0069\u0069\u0031\u0030\u0030\u00386",0x0445:"\u0061f\u0069\u0069\u0031\u0030\u0030\u00387",0x0448:"\u0061f\u0069\u0069\u0031\u0030\u0030\u00390",0x0449:"\u0061f\u0069\u0069\u0031\u0030\u0030\u00391",0x044e:"\u0061f\u0069\u0069\u0031\u0030\u0030\u00396",0x044f:"\u0061f\u0069\u0069\u0031\u0030\u0030\u00397",0x0455:"\u0061f\u0069\u0069\u0031\u0030\u0031\u00302",0x0456:"\u0061f\u0069\u0069\u0031\u0030\u0031\u00303",0x0458:"\u0061f\u0069\u0069\u0031\u0030\u0031\u00305",0x045a:"\u0061f\u0069\u0069\u0031\u0030\u0031\u00307",0x045c:"\u0061f\u0069\u0069\u0031\u0030\u0031\u00309",0x045e:"\u0061f\u0069\u0069\u0031\u0030\u0031\u00310",0x0462:"\u0061f\u0069\u0069\u0031\u0030\u0031\u00346",0x0472:"\u0061f\u0069\u0069\u0031\u0030\u0031\u00347",0x0474:"\u0061f\u0069\u0069\u0031\u0030\u0031\u00348",0xf6c6:"\u0061f\u0069\u0069\u0031\u0030\u0031\u00392",0x0473:"\u0061f\u0069\u0069\u0031\u0030\u0031\u00395",0x0475:"\u0061f\u0069\u0069\u0031\u0030\u0031\u00396",0xf6c7:"\u0061f\u0069\u0069\u0031\u0030\u0038\u00331",0xf6c8:"\u0061f\u0069\u0069\u0031\u0030\u0038\u00332",0x060c:"\u0061f\u0069\u0069\u0035\u0037\u0033\u00388",0x0663:"\u0061f\u0069\u0069\u0035\u0037\u0033\u00395",0x0666:"\u0061f\u0069\u0069\u0035\u0037\u0033\u00398",0x0667:"\u0061f\u0069\u0069\u0035\u0037\u0033\u00399",0x061b:"\u0061f\u0069\u0069\u0035\u0037\u0034\u00303",0x061f:"\u0061f\u0069\u0069\u0035\u0037\u0034\u00307",0x0622:"\u0061f\u0069\u0069\u0035\u0037\u0034\u00310",0x0623:"\u0061f\u0069\u0069\u0035\u0037\u0034\u00311",0x0624:"\u0061f\u0069\u0069\u0035\u0037\u0034\u00312",0x062a:"\u0061f\u0069\u0069\u0035\u0037\u0034\u00318",0x062d:"\u0061f\u0069\u0069\u0035\u0037\u0034\u00321",0x062e:"\u0061f\u0069\u0069\u0035\u0037\u0034\u00322",0x062f:"\u0061f\u0069\u0069\u0035\u0037\u0034\u00323",0x0633:"\u0061f\u0069\u0069\u0035\u0037\u0034\u00327",0x0634:"\u0061f\u0069\u0069\u0035\u0037\u0034\u00328",0x0635:"\u0061f\u0069\u0069\u0035\u0037\u0034\u00329",0x0636:"\u0061f\u0069\u0069\u0035\u0037\u0034\u00330",0x0639:"\u0061f\u0069\u0069\u0035\u0037\u0034\u00333",0x0641:"\u0061f\u0069\u0069\u0035\u0037\u0034\u00341",0x0642:"\u0061f\u0069\u0069\u0035\u0037\u0034\u00342",0x0643:"\u0061f\u0069\u0069\u0035\u0037\u0034\u00343",0x0644:"\u0061f\u0069\u0069\u0035\u0037\u0034\u00344",0x0645:"\u0061f\u0069\u0069\u0035\u0037\u0034\u00345",0x064b:"\u0061f\u0069\u0069\u0035\u0037\u0034\u00351",0x064c:"\u0061f\u0069\u0069\u0035\u0037\u0034\u00352",0x0650:"\u0061f\u0069\u0069\u0035\u0037\u0034\u00356",0x0698:"\u0061f\u0069\u0069\u0035\u0037\u0035\u00308",0x0679:"\u0061f\u0069\u0069\u0035\u0037\u0035\u00311",0x0688:"\u0061f\u0069\u0069\u0035\u0037\u0035\u00312",0x06ba:"\u0061f\u0069\u0069\u0035\u0037\u0035\u00314",0x06d5:"\u0061f\u0069\u0069\u0035\u0037\u0035\u00334",0x20aa:"\u0061f\u0069\u0069\u0035\u0037\u0036\u00336",0x05be:"\u0061f\u0069\u0069\u0035\u0037\u0036\u00345",0x05d2:"\u0061f\u0069\u0069\u0035\u0037\u0036\u00366",0x05d4:"\u0061f\u0069\u0069\u0035\u0037\u0036\u00368",0x05d6:"\u0061f\u0069\u0069\u0035\u0037\u0036\u00370",0x05d7:"\u0061f\u0069\u0069\u0035\u0037\u0036\u00371",0x05d9:"\u0061f\u0069\u0069\u0035\u0037\u0036\u00373",0x05da:"\u0061f\u0069\u0069\u0035\u0037\u0036\u00374",0x05df:"\u0061f\u0069\u0069\u0035\u0037\u0036\u00379",0x05e4:"\u0061f\u0069\u0069\u0035\u0037\u0036\u00384",0x05e6:"\u0061f\u0069\u0069\u0035\u0037\u0036\u00386",0xfb2b:"\u0061f\u0069\u0069\u0035\u0037\u0036\u00395",0x05f0:"\u0061f\u0069\u0069\u0035\u0037\u0037\u00316",0x05f1:"\u0061f\u0069\u0069\u0035\u0037\u0037\u00317",0x05b8:"\u0061f\u0069\u0069\u0035\u0037\u0037\u00397",0x05b0:"\u0061f\u0069\u0069\u0035\u0037\u0037\u00399",0x05c2:"\u0061f\u0069\u0069\u0035\u0037\u0038\u00303",0x05bf:"\u0061f\u0069\u0069\u0035\u0037\u0038\u00341",0x05c0:"\u0061f\u0069\u0069\u0035\u0037\u0038\u00342",0x2113:"\u0061f\u0069\u0069\u0036\u0031\u0032\u00389",0x202c:"\u0061f\u0069\u0069\u0036\u0031\u0035\u00373",0x202d:"\u0061f\u0069\u0069\u0036\u0031\u0035\u00374",0x202e:"\u0061f\u0069\u0069\u0036\u0031\u0035\u00375",0x200c:"\u0061f\u0069\u0069\u0036\u0031\u0036\u00364",0x066d:"\u0061f\u0069\u0069\u0036\u0033\u0031\u00367",0x02bd:"\u0061f\u0069\u0069\u0036\u0034\u0039\u00337",0x00e0:"\u0061\u0067\u0072\u0061\u0076\u0065",0x0a85:"\u0061g\u0075\u006a\u0061\u0072\u0061\u0074i",0x0a05:"\u0061g\u0075\u0072\u006d\u0075\u006b\u0068i",0x3042:"\u0061h\u0069\u0072\u0061\u0067\u0061\u006ea",0x1ea3:"\u0061\u0068\u006f\u006f\u006b\u0061\u0062\u006f\u0076\u0065",0x0990:"\u0061i\u0062\u0065\u006e\u0067\u0061\u006ci",0x311e:"\u0061\u0069\u0062\u006f\u0070\u006f\u006d\u006f\u0066\u006f",0x0910:"\u0061\u0069\u0064\u0065\u0076\u0061",0x04d5:"a\u0069\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x0a90:"\u0061\u0069\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069",0x0a10:"\u0061\u0069\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0x0a48:"\u0061i\u006da\u0074\u0072\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0xfeca:"\u0061\u0069\u006e\u0066\u0069\u006e\u0061\u006c\u0061r\u0061\u0062\u0069\u0063",0xfecb:"\u0061\u0069n\u0069\u006e\u0069t\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",0xfec9:"a\u0069\u006e\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064",0xfecc:"\u0061i\u006em\u0065\u0064\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",0x0203:"\u0061\u0069\u006e\u0076\u0065\u0072\u0074\u0065\u0064b\u0072\u0065\u0076\u0065",0x09c8:"\u0061i\u0076o\u0077\u0065\u006c\u0073\u0069g\u006e\u0062e\u006e\u0067\u0061\u006c\u0069",0x0948:"\u0061i\u0076o\u0077\u0065\u006c\u0073\u0069\u0067\u006e\u0064\u0065\u0076\u0061",0x0ac8:"\u0061\u0069\u0076\u006fwe\u006c\u0073\u0069\u0067\u006e\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069",0x30a2:"\u0061k\u0061\u0074\u0061\u006b\u0061\u006ea",0xff71:"\u0061k\u0061t\u0061\u006b\u0061\u006e\u0061h\u0061\u006cf\u0077\u0069\u0064\u0074\u0068",0x314f:"\u0061k\u006f\u0072\u0065\u0061\u006e",0x05d0:"\u0061\u006c\u0065\u0066",0x0627:"\u0061\u006c\u0065\u0066\u0061\u0072\u0061\u0062\u0069\u0063",0xfb30:"\u0061\u006ce\u0066\u0064\u0061g\u0065\u0073\u0068\u0068\u0065\u0062\u0072\u0065\u0077",0xfe8e:"\u0061l\u0065f\u0066\u0069\u006e\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",0xfe84:"\u0061l\u0065\u0066\u0068\u0061m\u007a\u0061\u0061\u0062\u006fv\u0065f\u0069n\u0061\u006c\u0061\u0072\u0061\u0062\u0069c",0x0625:"a\u006ce\u0066\u0068\u0061\u006d\u007a\u0061\u0062\u0065l\u006f\u0077\u0061\u0072ab\u0069\u0063",0xfe88:"\u0061l\u0065\u0066\u0068\u0061m\u007a\u0061\u0062\u0065\u006co\u0077f\u0069n\u0061\u006c\u0061\u0072\u0061\u0062\u0069c",0xfe8d:"\u0061\u006c\u0065f\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064",0xfb4f:"\u0061l\u0065f\u006c\u0061\u006d\u0065\u0064\u0068\u0065\u0062\u0072\u0065\u0077",0xfe82:"\u0061l\u0065\u0066\u006d\u0061d\u0064\u0061\u0061\u0062\u006fv\u0065f\u0069n\u0061\u006c\u0061\u0072\u0061\u0062\u0069c",0x0649:"\u0061\u006c\u0065\u0066\u006d\u0061\u006b\u0073\u0075\u0072\u0061\u0061r\u0061\u0062\u0069\u0063",0xfef0:"\u0061\u006c\u0065\u0066ma\u006b\u0073\u0075\u0072\u0061\u0066\u0069\u006e\u0061\u006c\u0061\u0072\u0061\u0062i\u0063",0xfeef:"\u0061\u006c\u0065\u0066ma\u006b\u0073\u0075\u0072\u0061\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064",0xfef4:"\u0061\u006c\u0065fm\u0061\u006b\u0073\u0075\u0072\u0061\u006d\u0065\u0064\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",0xfb2e:"\u0061l\u0065f\u0070\u0061\u0074\u0061\u0068\u0068\u0065\u0062\u0072\u0065\u0077",0xfb2f:"\u0061\u006ce\u0066\u0071\u0061m\u0061\u0074\u0073\u0068\u0065\u0062\u0072\u0065\u0077",0x0671:"\u0061l\u0065\u0066\u0077\u0061\u0073\u006ca",0xfb51:"\u0061\u006c\u0065\u0066\u0077\u0061\u0073\u006c\u0061f\u0069\u006e\u0061\u006c",0xfb50:"\u0061\u006c\u0065\u0066\u0077\u0061\u0073\u006c\u0061\u0069\u0073\u006fl\u0061\u0074\u0065\u0064",0xfd3c:"a\u006c\u0065\u0066\u0077it\u0068f\u0061\u0074\u0068\u0061\u0074a\u006e\u0066\u0069\u006e\u0061\u006c",0xfd3d:"\u0061l\u0065\u0066\u0077\u0069\u0074\u0068\u0066\u0061\u0074\u0068\u0061t\u0061\u006e\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064",0xfe83:"\u0061\u006c\u0065\u0066\u0077\u0069\u0074\u0068\u0068\u0061\u006dz\u0061\u0061\u0062\u006f\u0076\u0065\u0069\u0073\u006f\u006ca\u0074\u0065\u0064",0xfe87:"\u0061\u006c\u0065\u0066\u0077\u0069\u0074\u0068\u0068\u0061\u006dz\u0061\u0062\u0065\u006c\u006f\u0077\u0069\u0073\u006f\u006ca\u0074\u0065\u0064",0xfe81:"\u0061\u006c\u0065\u0066\u0077\u0069\u0074\u0068\u006d\u0061\u0064d\u0061\u0061\u0062\u006f\u0076\u0065\u0069\u0073\u006f\u006ca\u0074\u0065\u0064",0x2135:"\u0061\u006c\u0065p\u0068",0x224c:"\u0061\u006c\u006c\u0065\u0071\u0075\u0061\u006c",0x03b1:"\u0061\u006c\u0070h\u0061",0x03ac:"\u0061\u006c\u0070\u0068\u0061\u0074\u006f\u006e\u006f\u0073",0xd802:"a\u006c\u0074\u0073\u0065\u006c\u0065\u0063\u0074\u006f\u0072",0x0101:"\u0061m\u0061\u0063\u0072\u006f\u006e",0xff41:"\u0061\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0x0026:"\u0061m\u0070\u0065\u0072\u0073\u0061\u006ed",0xff06:"\u0061m\u0070e\u0072\u0073\u0061\u006e\u0064m\u006f\u006eo\u0073\u0070\u0061\u0063\u0065",0xf726:"\u0061\u006d\u0070\u0065\u0072\u0073\u0061\u006e\u0064s\u006d\u0061\u006c\u006c",0x33c2:"\u0061\u006d\u0073\u0071\u0075\u0061\u0072\u0065",0x3122:"\u0061\u006e\u0062\u006f\u0070\u006f\u006d\u006f\u0066\u006f",0x3124:"a\u006e\u0067\u0062\u006f\u0070\u006f\u006d\u006f\u0066\u006f",0x27e8:"\u0061\u006e\u0067\u0062\u0072\u0061\u0063\u006b\u0065t\u006c\u0065\u0066\u0074",0x27e9:"\u0061n\u0067b\u0072\u0061\u0063\u006b\u0065\u0074\u0072\u0069\u0067\u0068\u0074",0x299f:"\u0061\u006e\u0067\u0064\u006e\u0072",0x0e5a:"\u0061\u006e\u0067\u006b\u0068\u0061\u006e\u006b\u0068u\u0074\u0068\u0061\u0069",0x2220:"\u0061\u006e\u0067l\u0065",0x3008:"\u0061\u006eg\u006c\u0065\u0062r\u0061\u0063\u006b\u0065\u0074\u006c\u0065\u0066\u0074",0xfe3f:"\u0061n\u0067\u006c\u0065\u0062\u0072\u0061\u0063\u006b\u0065\u0074\u006ce\u0066\u0074\u0076\u0065\u0072\u0074\u0069\u0063\u0061\u006c",0x3009:"\u0061\u006e\u0067\u006c\u0065\u0062\u0072\u0061\u0063\u006b\u0065\u0074r\u0069\u0067\u0068\u0074",0xfe40:"\u0061n\u0067\u006c\u0065\u0062r\u0061\u0063\u006b\u0065\u0074r\u0069g\u0068t\u0076\u0065\u0072\u0074\u0069\u0063\u0061l",0x2329:"\u0061n\u0067\u006c\u0065\u006c\u0065\u0066t",0x232a:"\u0061\u006e\u0067\u006c\u0065\u0072\u0069\u0067\u0068\u0074",0x299e:"\u0061\u006e\u0067\u006c\u0065\u0073",0x29a4:"\u0061n\u0067\u006c\u0065\u0075\u0062\u0061r",0x212b:"\u0061\u006e\u0067\u0073\u0074\u0072\u006f\u006d",0x20e7:"\u0061n\u006e\u0075\u0069\u0074\u0079",0x0387:"\u0061n\u006f\u0074\u0065\u006c\u0065\u0069a",0x27f2:"\u0061\u006e\u0074\u0069\u0063\u006c\u006f\u0063\u006b\u0077\u0069\u0073\u0065",0x0952:"\u0061\u006e\u0075d\u0061\u0074\u0074\u0061\u0064\u0065\u0076\u0061",0x0982:"\u0061n\u0075s\u0076\u0061\u0072\u0061\u0062\u0065\u006e\u0067\u0061\u006c\u0069",0x0902:"\u0061\u006e\u0075s\u0076\u0061\u0072\u0061\u0064\u0065\u0076\u0061",0x0a82:"\u0061\u006eu\u0073\u0076\u0061r\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069",0x0105:"\u0061o\u0067\u006f\u006e\u0065\u006b",0x3300:"\u0061\u0070\u0061a\u0074\u006f\u0073\u0071\u0075\u0061\u0072\u0065",0x249c:"\u0061\u0070\u0061\u0072\u0065\u006e",0x0245:"\u0061\u0070\u006f\u0073\u0074\u0072\u006f\u0070\u0068\u0065",0x055a:"\u0061p\u006fs\u0074\u0072\u006f\u0070\u0068e\u0061\u0072m\u0065\u006e\u0069\u0061\u006e",0x02bc:"\u0061\u0070\u006f\u0073\u0074\u0072\u006f\u0070\u0068\u0065\u006d\u006f\u0064",0x0246:"\u0061\u0070\u006f\u0073\u0074\u0072\u006f\u0070\u0068\u0065\u0072\u0065\u0076",0xf8ff:"\u0061\u0070\u0070l\u0065",0x2250:"\u0061\u0070\u0070\u0072\u006f\u0061\u0063\u0068\u0065\u0073",0x2a70:"\u0061p\u0070\u0072\u006f\u0078\u0065\u0071q",0x2248:"a\u0070\u0070\u0072\u006f\u0078\u0065\u0071\u0075\u0061\u006c",0x2252:"\u0061p\u0070r\u006f\u0078\u0065\u0071\u0075a\u006c\u006fr\u0069\u006d\u0061\u0067\u0065",0x224b:"a\u0070\u0070\u0072\u006f\u0078\u0069\u0064\u0065\u006e\u0074",0x224a:"\u0061\u0070\u0070\u0072\u006f\u0078\u006f\u0072\u0065\u0071\u0075\u0061\u006c",0x318e:"\u0061\u0072\u0061e\u0061\u0065\u006b\u006f\u0072\u0065\u0061\u006e",0x318d:"a\u0072\u0061\u0065\u0061\u006b\u006f\u0072\u0065\u0061\u006e",0x2312:"\u0061\u0072\u0063",0x2258:"\u0061\u0072\u0063e\u0071",0x21b6:"\u0061\u0072\u0063h\u006c\u0065\u0066\u0074\u0064\u006f\u0077\u006e",0x21b7:"\u0061\u0072\u0063\u0068\u0072\u0069\u0067\u0068\u0074\u0064\u006f\u0077\u006e",0x1e9a:"\u0061\u0072\u0069\u0067\u0068\u0074\u0068\u0061\u006cf\u0072\u0069\u006e\u0067",0x00e5:"\u0061\u0072\u0069n\u0067",0x01fb:"\u0061\u0072\u0069\u006e\u0067\u0061\u0063\u0075\u0074\u0065",0x1e01:"\u0061\u0072\u0069\u006e\u0067\u0062\u0065\u006c\u006f\u0077",0x0590:"\u0061\u0072\u0072o\u0077\u0062\u0061\u0072\u0064\u006f\u0077\u006e",0x058d:"\u0061\u0072\u0072o\u0077\u0062\u0061\u0072\u006c\u0065\u0066\u0074",0x058f:"\u0061\u0072\u0072\u006f\u0077\u0062\u0061\u0072\u0072\u0069\u0067\u0068\u0074",0x058e:"\u0061\u0072\u0072\u006f\u0077\u0062\u0061\u0072\u0075\u0070",0x2194:"\u0061r\u0072\u006f\u0077\u0062\u006f\u0074h",0x21e3:"\u0061\u0072\u0072\u006f\u0077\u0064\u0061\u0073\u0068\u0064\u006f\u0077\u006e",0x21e0:"\u0061\u0072\u0072\u006f\u0077\u0064\u0061\u0073\u0068\u006c\u0065\u0066\u0074",0x21e2:"\u0061\u0072\u0072\u006f\u0077\u0064\u0061\u0073\u0068r\u0069\u0067\u0068\u0074",0x21e1:"a\u0072\u0072\u006f\u0077\u0064\u0061\u0073\u0068\u0075\u0070",0x21d4:"\u0061\u0072\u0072o\u0077\u0064\u0062\u006c\u0062\u006f\u0074\u0068",0x21d5:"\u0061\u0072\u0072\u006f\u0077\u0064\u0062\u006c\u0062\u006f\u0074\u0068\u0076",0x21d3:"\u0061\u0072\u0072o\u0077\u0064\u0062\u006c\u0064\u006f\u0077\u006e",0x21d0:"\u0061\u0072\u0072o\u0077\u0064\u0062\u006c\u006c\u0065\u0066\u0074",0x21d2:"\u0061\u0072\u0072\u006f\u0077\u0064\u0062\u006c\u0072\u0069\u0067\u0068\u0074",0x21d1:"\u0061\u0072\u0072\u006f\u0077\u0064\u0062\u006c\u0075\u0070",0x2193:"\u0061r\u0072\u006f\u0077\u0064\u006f\u0077n",0x2199:"\u0061\u0072\u0072\u006f\u0077\u0064\u006f\u0077\u006e\u006c\u0065\u0066\u0074",0x2198:"\u0061\u0072\u0072\u006f\u0077\u0064\u006f\u0077\u006er\u0069\u0067\u0068\u0074",0x21e9:"\u0061\u0072\u0072\u006f\u0077\u0064\u006f\u0077\u006ew\u0068\u0069\u0074\u0065",0x02c5:"\u0061\u0072r\u006f\u0077\u0068e\u0061\u0064\u0064\u006f\u0077\u006e\u006d\u006f\u0064",0x02c2:"\u0061\u0072r\u006f\u0077\u0068e\u0061\u0064\u006c\u0065\u0066\u0074\u006d\u006f\u0064",0x02c3:"\u0061\u0072\u0072\u006f\u0077\u0068\u0065\u0061\u0064\u0072\u0069\u0067h\u0074\u006d\u006f\u0064",0x02c4:"\u0061\u0072\u0072\u006f\u0077\u0068\u0065\u0061\u0064u\u0070\u006d\u006f\u0064",0x21aa:"\u0061\u0072\u0072\u006f\u0077\u0068\u006f\u006f\u006b\u006c\u0065\u0066\u0074",0x21a9:"\u0061\u0072\u0072\u006f\u0077\u0068\u006f\u006f\u006br\u0069\u0067\u0068\u0074",0xf8e7:"\u0061\u0072\u0072o\u0077\u0068\u006f\u0072\u0069\u007a\u0065\u0078",0x2190:"\u0061r\u0072\u006f\u0077\u006c\u0065\u0066t",0x21bd:"\u0061\u0072r\u006f\u0077\u006ce\u0066\u0074\u0062\u006f\u0074\u0068\u0061\u006c\u0066",0x21cd:"\u0061r\u0072o\u0077\u006c\u0065\u0066\u0074d\u0062\u006cs\u0074\u0072\u006f\u006b\u0065",0x21c6:"\u0061r\u0072o\u0077\u006c\u0065\u0066\u0074o\u0076\u0065r\u0072\u0069\u0067\u0068\u0074",0x21e6:"\u0061\u0072\u0072\u006f\u0077\u006c\u0065\u0066\u0074w\u0068\u0069\u0074\u0065",0x2192:"\u0061\u0072\u0072\u006f\u0077\u0072\u0069\u0067\u0068\u0074",0x21c1:"\u0061\u0072\u0072\u006f\u0077\u0072\u0069\u0067\u0068\u0074\u0062\u006ft\u0068\u0061\u006c\u0066",0x21cf:"\u0061\u0072\u0072\u006fwr\u0069\u0067\u0068\u0074\u0064\u0062\u006c\u0073\u0074\u0072\u006f\u006b\u0065",0x21c4:"\u0061r\u0072o\u0077\u0072\u0069\u0067\u0068t\u006f\u0076e\u0072\u006c\u0065\u0066\u0074",0x21e8:"\u0061r\u0072o\u0077\u0072\u0069\u0067\u0068\u0074\u0077\u0068\u0069\u0074\u0065",0x21e4:"\u0061\u0072\u0072o\u0077\u0074\u0061\u0062\u006c\u0065\u0066\u0074",0x21e5:"\u0061\u0072\u0072\u006f\u0077\u0074\u0061\u0062\u0072\u0069\u0067\u0068\u0074",0x21a2:"\u0061\u0072\u0072\u006f\u0077\u0074\u0061\u0069\u006c\u006c\u0065\u0066\u0074",0x21a3:"\u0061\u0072\u0072\u006f\u0077\u0074\u0061\u0069\u006cr\u0069\u0067\u0068\u0074",0x21da:"\u0061r\u0072o\u0077\u0074\u0072\u0069\u0070\u006c\u0065\u006c\u0065\u0066\u0074",0x21db:"\u0061\u0072r\u006f\u0077\u0074r\u0069\u0070\u006c\u0065\u0072\u0069\u0067\u0068\u0074",0x2191:"\u0061r\u0072\u006f\u0077\u0075\u0070",0x21a8:"\u0061r\u0072o\u0077\u0075\u0070\u0064\u006f\u0077\u006e\u0062\u0061\u0073\u0065",0x2196:"a\u0072\u0072\u006f\u0077\u0075\u0070\u006c\u0065\u0066\u0074",0x21c5:"\u0061\u0072\u0072\u006f\u0077\u0075\u0070\u006c\u0065\u0066\u0074\u006ff\u0064\u006f\u0077\u006e",0x2197:"\u0061\u0072\u0072o\u0077\u0075\u0070\u0072\u0069\u0067\u0068\u0074",0x21e7:"\u0061\u0072\u0072o\u0077\u0075\u0070\u0077\u0068\u0069\u0074\u0065",0xf8e6:"a\u0072\u0072\u006f\u0077\u0076\u0065\u0072\u0074\u0065\u0078",0xd80a:"a\u0073c\u0065\u006e\u0064\u0065\u0072\u0063\u006f\u006dp\u0077\u006f\u0072\u0064ma\u0072\u006b",0x005e:"a\u0073\u0063\u0069\u0069\u0063\u0069\u0072\u0063\u0075\u006d",0xff3e:"a\u0073c\u0069\u0069\u0063\u0069\u0072\u0063\u0075\u006dm\u006f\u006e\u006f\u0073pa\u0063\u0065",0x007e:"\u0061\u0073\u0063\u0069\u0069\u0074\u0069\u006c\u0064\u0065",0xff5e:"\u0061\u0073\u0063\u0069it\u0069\u006c\u0064\u0065\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0x0251:"\u0061s\u0063\u0072\u0069\u0070\u0074",0x0252:"\u0061\u0073\u0063\u0072\u0069\u0070\u0074\u0074\u0075\u0072\u006e\u0065\u0064",0x3041:"\u0061\u0073\u006d\u0061\u006c\u006c\u0068\u0069\u0072a\u0067\u0061\u006e\u0061",0x30a1:"\u0061\u0073\u006d\u0061\u006c\u006c\u006b\u0061\u0074a\u006b\u0061\u006e\u0061",0xff67:"\u0061\u0073\u006dal\u006c\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068",0x22a6:"\u0061\u0073\u0073\u0065\u0072\u0074",0x2a6e:"\u0061\u0073\u0074e\u0071",0x20f0:"a\u0073\u0074\u0065\u0072\u0061\u0063\u0063\u0065\u006e\u0074",0x002a:"\u0061\u0073\u0074\u0065\u0072\u0069\u0073\u006b",0x2217:"\u0061\u0073\u0074e\u0072\u0069\u0073\u006b\u006d\u0061\u0074\u0068",0xff0a:"\u0061\u0073\u0074\u0065\u0072\u0069\u0073\u006b\u006d\u006f\u006e\u006fs\u0070\u0061\u0063\u0065",0xfe61:"\u0061\u0073\u0074\u0065\u0072\u0069\u0073\u006b\u0073\u006d\u0061\u006c\u006c",0x2042:"\u0061\u0073\u0074\u0065\u0072\u0069\u0073\u006d",0x2609:"\u0061\u0073\u0074\u0072\u006f\u0073\u0075\u006e",0xf6e9:"\u0061s\u0075\u0070\u0065\u0072\u0069\u006fr",0x2243:"\u0061\u0073\u0079\u006dpt\u006f\u0074\u0069\u0063\u0061\u006c\u006c\u0079\u0065\u0071\u0075\u0061\u006c",0x0040:"\u0061\u0074",0x00e3:"\u0061\u0074\u0069\u006c\u0064\u0065",0xff20:"a\u0074\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0xfe6b:"\u0061t\u0073\u006d\u0061\u006c\u006c",0x0250:"\u0061t\u0075\u0072\u006e\u0065\u0064",0x0994:"\u0061u\u0062\u0065\u006e\u0067\u0061\u006ci",0x3120:"\u0061\u0075\u0062\u006f\u0070\u006f\u006d\u006f\u0066\u006f",0x0914:"\u0061\u0075\u0064\u0065\u0076\u0061",0x0a94:"\u0061\u0075\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069",0x0a14:"\u0061\u0075\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0x09d7:"\u0061\u0075\u006c\u0065ng\u0074\u0068\u006d\u0061\u0072\u006b\u0062\u0065\u006e\u0067\u0061\u006c\u0069",0x0a4c:"\u0061u\u006da\u0074\u0072\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0x09cc:"\u0061u\u0076o\u0077\u0065\u006c\u0073\u0069g\u006e\u0062e\u006e\u0067\u0061\u006c\u0069",0x094c:"\u0061u\u0076o\u0077\u0065\u006c\u0073\u0069\u0067\u006e\u0064\u0065\u0076\u0061",0x0acc:"\u0061\u0075\u0076\u006fwe\u006c\u0073\u0069\u0067\u006e\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069",0x093d:"\u0061\u0076\u0061g\u0072\u0061\u0068\u0061\u0064\u0065\u0076\u0061",0x2a11:"\u0061\u0077\u0069n\u0074",0x0561:"a\u0079\u0062\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0xfb20:"\u0061\u0079i\u006e\u0061\u006ct\u006f\u006e\u0065\u0068\u0065\u0062\u0072\u0065\u0077",0x05e2:"\u0061\u0079\u0069\u006e\u0068\u0065\u0062\u0072\u0065\u0077",0x0062:"\u0062",0x2aed:"\u0062\u004e\u006f\u0074",0x09ac:"\u0062a\u0062\u0065\u006e\u0067\u0061\u006ci",0x2036:"\u0062\u0061\u0063\u006b\u0064\u0070\u0072\u0069\u006d\u0065",0x024c:"\u0062\u0061\u0063\u006b\u0065\u0064",0x005c:"\u0062a\u0063\u006b\u0073\u006c\u0061\u0073h",0xff3c:"\u0062a\u0063k\u0073\u006c\u0061\u0073\u0068m\u006f\u006eo\u0073\u0070\u0061\u0063\u0065",0x2037:"b\u0061\u0063\u006b\u0074\u0072\u0070\u0072\u0069\u006d\u0065",0x092c:"\u0062\u0061\u0064\u0065\u0076\u0061",0x22ff:"\u0062a\u0067\u006d\u0065\u006d\u0062\u0065r",0x0aac:"\u0062\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069",0x0a2c:"\u0062\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0x3070:"\u0062\u0061\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x0e3f:"\u0062\u0061\u0068\u0074\u0074\u0068\u0061\u0069",0x30d0:"\u0062\u0061\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0x007c:"\u0062\u0061\u0072",0x2aea:"\u0062\u0061\u0072\u0056",0x2a43:"\u0062\u0061\u0072\u0063\u0061\u0070",0x2a42:"\u0062\u0061\u0072\u0063\u0075\u0070",0x2961:"\u0062a\u0072d\u006f\u0077\u006e\u0068\u0061r\u0070\u006fo\u006e\u006c\u0065\u0066\u0074",0x295d:"\u0062\u0061\u0072\u0064ow\u006e\u0068\u0061\u0072\u0070\u006f\u006f\u006e\u0072\u0069\u0067\u0068\u0074",0x21b9:"\u0062a\u0072\u006c\u0065\u0066\u0074\u0061\u0072\u0072\u006f\u0077\u0072i\u0067\u0068\u0074\u0061\u0072\u0072\u006f\u0077\u0062\u0061",0x2956:"\u0062a\u0072l\u0065\u0066\u0074\u0068\u0061r\u0070\u006fo\u006e\u0064\u006f\u0077\u006e",0x2952:"\u0062\u0061r\u006c\u0065\u0066t\u0068\u0061\u0072\u0070\u006f\u006f\u006e\u0075\u0070",0x02a9:"\u0062\u0061\u0072\u006d\u0069\u0064\u006c\u006f\u006eg\u006e\u006f\u0073\u0070",0xff5c:"\u0062\u0061\u0072m\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0x21b8:"b\u0061\u0072\u006f\u0076er\u006eo\u0072\u0074\u0068\u0077\u0065s\u0074\u0061\u0072\u0072\u006f\u0077",0x2920:"b\u0061r\u0072\u0069\u0067\u0068\u0074\u0061\u0072\u0072o\u0077\u0064\u0069\u0061mo\u006e\u0064",0x295f:"\u0062\u0061\u0072\u0072ig\u0068\u0074\u0068\u0061\u0072\u0070\u006f\u006f\u006e\u0064\u006f\u0077\u006e",0x295b:"\u0062\u0061\u0072\u0072\u0069\u0067\u0068\u0074\u0068\u0061\u0072\u0070o\u006f\u006e\u0075\u0070",0x2912:"\u0062\u0061\u0072\u0075\u0070\u0061\u0072\u0072\u006f\u0077",0x2958:"\u0062\u0061r\u0075\u0070\u0068a\u0072\u0070\u006f\u006f\u006e\u006c\u0065\u0066\u0074",0x2954:"\u0062\u0061\u0072\u0075\u0070\u0068\u0061\u0072\u0070\u006f\u006f\u006er\u0069\u0067\u0068\u0074",0x22bd:"\u0062\u0061\u0072\u0076\u0065\u0065",0x3105:"\u0062b\u006f\u0070\u006f\u006d\u006f\u0066o",0x23b6:"\u0062\u0062\u0072\u006b\u0074\u0062\u0072\u006b",0x24d1:"\u0062c\u0069\u0072\u0063\u006c\u0065",0x1e03:"\u0062\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074",0x1e05:"\u0062d\u006f\u0074\u0062\u0065\u006c\u006fw",0x2506:"\u0062\u0064\u0074\u0072\u0069\u0070\u006c\u0065\u0076\u0064\u0061\u0073\u0068",0x266c:"b\u0065a\u006d\u0065\u0064\u0073\u0069\u0078\u0074\u0065e\u006e\u0074\u0068\u006eot\u0065\u0073",0x2235:"\u0062e\u0063\u0061\u0075\u0073\u0065",0x0431:"\u0062\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x0628:"\u0062e\u0068\u0061\u0072\u0061\u0062\u0069c",0xfe90:"\u0062\u0065\u0068\u0066\u0069\u006e\u0061\u006c\u0061r\u0061\u0062\u0069\u0063",0xfe91:"\u0062\u0065h\u0069\u006e\u0069t\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",0x3079:"\u0062\u0065\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0xfe8f:"b\u0065\u0068\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064",0xfe92:"\u0062e\u0068m\u0065\u0064\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",0xfc9f:"b\u0065h\u006d\u0065\u0065\u006d\u0069\u006e\u0069\u0074i\u0061\u006c\u0061\u0072ab\u0069\u0063",0xfc08:"b\u0065\u0068\u006d\u0065em\u0069s\u006f\u006c\u0061\u0074\u0065d\u0061\u0072\u0061\u0062\u0069\u0063",0xfc6d:"\u0062e\u0068n\u006f\u006f\u006e\u0066\u0069n\u0061\u006ca\u0072\u0061\u0062\u0069\u0063",0xfc6e:"\u0062\u0065\u0068wi\u0074\u0068\u0061\u006c\u0065\u0066\u006d\u0061\u006b\u0073\u0075\u0072\u0061\u0066\u0069\u006e\u0061\u006c",0xfc09:"\u0062\u0065\u0068\u0077\u0069\u0074\u0068\u0061\u006c\u0065\u0066m\u0061\u006b\u0073\u0075\u0072\u0061\u0069\u0073\u006f\u006ca\u0074\u0065\u0064",0xfc9d:"\u0062\u0065\u0068\u0077\u0069\u0074\u0068\u0068\u0061\u0068\u0069\u006ei\u0074\u0069\u0061\u006c",0xe812:"\u0062\u0065\u0068\u0077\u0069\u0074\u0068\u0068\u0065\u0068\u0069\u006ei\u0074\u0069\u0061\u006c",0xfc9c:"\u0062e\u0068w\u0069\u0074\u0068\u006a\u0065e\u006d\u0069n\u0069\u0074\u0069\u0061\u006c",0xfc9e:"\u0062e\u0068w\u0069\u0074\u0068\u006b\u0068a\u0068\u0069n\u0069\u0074\u0069\u0061\u006c",0xfc6a:"\u0062e\u0068w\u0069\u0074\u0068\u0072\u0065\u0068\u0066\u0069\u006e\u0061\u006c",0xfc6f:"\u0062e\u0068w\u0069\u0074\u0068\u0079\u0065\u0068\u0066\u0069\u006e\u0061\u006c",0xfc0a:"\u0062e\u0068w\u0069\u0074\u0068\u0079\u0065h\u0069\u0073o\u006c\u0061\u0074\u0065\u0064",0x30d9:"\u0062\u0065\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0x0562:"b\u0065\u006e\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x23e3:"\u0062e\u006e\u007a\u0065\u006e\u0072",0x03b2:"\u0062\u0065\u0074\u0061",0x03d0:"\u0062e\u0074a\u0073\u0079\u006d\u0062\u006f\u006c\u0067\u0072\u0065\u0065\u006b",0xfb31:"\u0062e\u0074d\u0061\u0067\u0065\u0073\u0068\u0068\u0065\u0062\u0072\u0065\u0077",0x2136:"\u0062\u0065\u0074\u0068",0x05d1:"\u0062e\u0074\u0068\u0065\u0062\u0072\u0065w",0xfb4c:"\u0062\u0065\u0074\u0072\u0061\u0066\u0065\u0068\u0065\u0062\u0072\u0065\u0077",0x226c:"\u0062e\u0074\u0077\u0065\u0065\u006e",0x09ad:"\u0062\u0068\u0061\u0062\u0065\u006e\u0067\u0061\u006c\u0069",0x092d:"\u0062h\u0061\u0064\u0065\u0076\u0061",0x0aad:"b\u0068\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069",0x0a2d:"b\u0068\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0x0253:"\u0062\u0068\u006fo\u006b",0x27d8:"\u0062\u0069\u0067\u0062\u006f\u0074",0x2a03:"\u0062i\u0067\u0063\u0075\u0070\u0064\u006ft",0x2afc:"\u0062\u0069\u0067\u0069\u006e\u0074\u0065\u0072\u006c\u0065\u0061\u0076\u0065",0x2a00:"\u0062i\u0067\u006f\u0064\u006f\u0074",0x2a01:"\u0062\u0069\u0067\u006f\u0070\u006c\u0075\u0073",0x2a02:"\u0062i\u0067\u006f\u0074\u0069\u006d\u0065s",0x2a57:"\u0062\u0069\u0067s\u006c\u006f\u0070\u0065\u0064\u0076\u0065\u0065",0x2a58:"\u0062\u0069\u0067\u0073\u006c\u006f\u0070\u0065\u0064w\u0065\u0064\u0067\u0065",0x2a05:"\u0062\u0069\u0067\u0073\u0071\u0063\u0061\u0070",0x2a06:"\u0062\u0069\u0067\u0073\u0071\u0063\u0075\u0070",0x2aff:"\u0062\u0069\u0067\u0074\u0061\u006c\u006c\u006f\u0062\u006c\u006f\u006e\u0067",0x2a09:"\u0062\u0069\u0067\u0074\u0069\u006d\u0065\u0073",0x27d9:"\u0062\u0069\u0067\u0074\u006f\u0070",0x2a1e:"\u0062i\u0067t\u0072\u0069\u0061\u006e\u0067\u006c\u0065\u006c\u0065\u0066\u0074",0x2a04:"\u0062\u0069\u0067\u0075\u0070\u006c\u0075\u0073",0x22c1:"\u0062\u0069\u0067\u0076\u0065\u0065",0x22c0:"\u0062\u0069\u0067\u0077\u0065\u0064\u0067\u0065",0x3073:"\u0062\u0069\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x30d3:"\u0062\u0069\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0x0298:"\u0062\u0069\u006c\u0061\u0062\u0069\u0061\u006c\u0063\u006c\u0069\u0063\u006b",0x0a02:"\u0062\u0069\u006e\u0064\u0069\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0x3331:"\u0062\u0069\u0072\u0075\u0073\u0071\u0075\u0061\u0072\u0065",0x29ed:"b\u006ca\u0063\u006b\u0063\u0069\u0072\u0063\u006c\u0065d\u006f\u0077\u006e\u0061rr\u006f\u0077",0x2688:"b\u006ca\u0063\u006b\u0063\u0069\u0072\u0063\u006c\u0065d\u0072\u0069\u0067\u0068td\u006f\u0074",0x2689:"\u0062\u006c\u0061\u0063kc\u0069\u0072\u0063\u006c\u0065\u0064\u0074\u0077\u006f\u0064\u006f\u0074\u0073",0x25d5:"\u0062\u006c\u0061\u0063kc\u0069\u0072\u0063\u006c\u0065\u0075\u006c\u0071\u0075\u0061\u0064\u0077\u0068\u0069t\u0065",0x29ea:"b\u006c\u0061\u0063\u006bdi\u0061m\u006f\u006e\u0064\u0064\u006fw\u006e\u0061\u0072\u0072\u006f\u0077",0x29d7:"\u0062\u006c\u0061\u0063\u006b\u0068\u006f\u0075\u0072g\u006c\u0061\u0073\u0073",0x25d6:"\u0062\u006c\u0061\u0063kl\u0065\u0066\u0074\u0068\u0061\u006c\u0066\u0063\u0069\u0072\u0063\u006c\u0065",0x25c4:"\u0062l\u0061\u0063\u006b\u006c\u0065\u0066\u0074\u0070\u006f\u0069\u006et\u0069\u006e\u0067\u0070\u006f\u0069\u006e\u0074\u0065\u0072",0x25c0:"\u0062l\u0061\u0063\u006b\u006ce\u0066\u0074\u0070\u006f\u0069n\u0074i\u006eg\u0074\u0072\u0069\u0061\u006e\u0067\u006ce",0x3010:"\u0062\u006c\u0061\u0063\u006b\u006c\u0065\u006e\u0074\u0069\u0063u\u006c\u0061\u0072\u0062\u0072\u0061\u0063\u006b\u0065\u0074l\u0065\u0066\u0074",0xfe3b:"\u0062\u006c\u0061ck\u006c\u0065\u006e\u0074\u0069\u0063\u0075\u006c\u0061r\u0062r\u0061c\u006be\u0074\u006c\u0065\u0066\u0074\u0076\u0065\u0072\u0074\u0069\u0063\u0061\u006c",0x3011:"b\u006c\u0061\u0063\u006b\u006c\u0065n\u0074\u0069\u0063\u0075\u006c\u0061\u0072\u0062\u0072a\u0063\u006b\u0065t\u0072i\u0067\u0068\u0074",0xfe3c:"b\u006c\u0061\u0063\u006b\u006c\u0065n\u0074\u0069\u0063\u0075\u006c\u0061r\u0062\u0072\u0061\u0063\u006b\u0065\u0074r\u0069\u0067\u0068\u0074\u0076\u0065\u0072\u0074\u0069\u0063a\u006c",0x25e3:"\u0062\u006c\u0061\u0063kl\u006f\u0077\u0065\u0072\u006c\u0065\u0066\u0074\u0074\u0072\u0069\u0061\u006e\u0067l\u0065",0x25e2:"\u0062\u006c\u0061ck\u006c\u006f\u0077\u0065\u0072\u0072\u0069\u0067\u0068\u0074\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065",0x25ac:"\u0062\u006c\u0061\u0063\u006b\u0072\u0065\u0063\u0074a\u006e\u0067\u006c\u0065",0x25ba:"\u0062l\u0061\u0063\u006b\u0072i\u0067\u0068\u0074\u0070\u006fi\u006et\u0069n\u0067\u0070\u006f\u0069\u006e\u0074\u0065r",0x25b6:"\u0062\u006c\u0061\u0063\u006b\u0072\u0069\u0067\u0068\u0074\u0070o\u0069\u006e\u0074\u0069\u006e\u0067\u0074\u0072\u0069\u0061n\u0067\u006c\u0065",0x25aa:"\u0062\u006ca\u0063\u006b\u0073m\u0061\u006c\u006c\u0073\u0071\u0075\u0061\u0072\u0065",0x263b:"\u0062\u006ca\u0063\u006b\u0073m\u0069\u006c\u0069\u006e\u0067\u0066\u0061\u0063\u0065",0x25be:"\u0062\u006c\u0061\u0063\u006b\u0074\u0072\u0069\u0061\u006e\u0067\u006ce\u0064\u006f\u0077\u006e",0x25e4:"\u0062\u006c\u0061\u0063ku\u0070\u0070\u0065\u0072\u006c\u0065\u0066\u0074\u0074\u0072\u0069\u0061\u006e\u0067l\u0065",0x25e5:"\u0062\u006c\u0061ck\u0075\u0070\u0070\u0065\u0072\u0072\u0069\u0067\u0068\u0074\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065",0x25b4:"\u0062\u006c\u0061\u0063k\u0075\u0070\u0070\u006f\u0069\u006e\u0074\u0069\u006e\u0067s\u006da\u006c\u006c\u0074\u0072\u0069\u0061\u006eg\u006c\u0065",0x2423:"\u0062\u006c\u0061n\u006b",0x1e07:"\u0062\u006c\u0069\u006e\u0065\u0062\u0065\u006c\u006f\u0077",0x2b2c:"b\u006c\u006b\u0068\u006f\u0072\u007a\u006f\u0076\u0061\u006c",0x2b2e:"b\u006c\u006b\u0076\u0065\u0072\u0074\u006f\u0076\u0061\u006c",0x2588:"\u0062\u006c\u006fc\u006b",0xff42:"\u0062\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0x0e1a:"\u0062\u006f\u0062a\u0069\u006d\u0061\u0069\u0074\u0068\u0061\u0069",0x307c:"\u0062\u006f\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x30dc:"\u0062\u006f\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0x25e1:"\u0062\u006f\u0074\u0073\u0065\u006d\u0069\u0063\u0069\u0072\u0063\u006c\u0065",0x22c8:"\u0062\u006f\u0077\u0074\u0069\u0065",0x29c6:"\u0062\u006f\u0078\u0061\u0073\u0074",0x25eb:"\u0062\u006f\u0078\u0062\u0061\u0072",0x29c8:"\u0062\u006f\u0078\u0062\u006f\u0078",0x29c5:"\u0062o\u0078\u0062\u0073\u006c\u0061\u0073h",0x29c7:"\u0062o\u0078\u0063\u0069\u0072\u0063\u006ce",0x29c4:"\u0062o\u0078\u0064\u0069\u0061\u0067",0x29c9:"\u0062\u006f\u0078\u006f\u006e\u0062\u006f\u0078",0x249d:"\u0062\u0070\u0061\u0072\u0065\u006e",0x33c3:"\u0062\u0071\u0073\u0071\u0075\u0061\u0072\u0065",0xf8f4:"\u0062r\u0061\u0063\u0065\u0065\u0078",0x007b:"\u0062r\u0061\u0063\u0065\u006c\u0065\u0066t",0xf8f3:"b\u0072\u0061\u0063\u0065\u006c\u0065\u0066\u0074\u0062\u0074",0xf8f2:"\u0062\u0072\u0061c\u0065\u006c\u0065\u0066\u0074\u006d\u0069\u0064",0xff5b:"\u0062r\u0061c\u0065\u006c\u0065\u0066\u0074m\u006f\u006eo\u0073\u0070\u0061\u0063\u0065",0xfe5b:"\u0062\u0072\u0061\u0063\u0065\u006c\u0065\u0066\u0074s\u006d\u0061\u006c\u006c",0xf8f1:"b\u0072\u0061\u0063\u0065\u006c\u0065\u0066\u0074\u0074\u0070",0xfe37:"\u0062\u0072\u0061\u0063\u0065\u006c\u0065\u0066\u0074\u0076\u0065\u0072t\u0069\u0063\u0061\u006c",0x007d:"\u0062\u0072\u0061\u0063\u0065\u0072\u0069\u0067\u0068\u0074",0xf8fe:"\u0062\u0072\u0061c\u0065\u0072\u0069\u0067\u0068\u0074\u0062\u0074",0xf8fd:"\u0062\u0072\u0061\u0063\u0065\u0072\u0069\u0067\u0068\u0074\u006d\u0069\u0064",0xff5d:"\u0062\u0072\u0061\u0063er\u0069\u0067\u0068\u0074\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0xfe5c:"\u0062r\u0061c\u0065\u0072\u0069\u0067\u0068\u0074\u0073\u006d\u0061\u006c\u006c",0xf8fc:"\u0062\u0072\u0061c\u0065\u0072\u0069\u0067\u0068\u0074\u0074\u0070",0xfe38:"\u0062r\u0061c\u0065\u0072\u0069\u0067\u0068t\u0076\u0065r\u0074\u0069\u0063\u0061\u006c",0x005b:"b\u0072\u0061\u0063\u006b\u0065\u0074\u006c\u0065\u0066\u0074",0xf8f0:"\u0062\u0072\u0061\u0063\u006b\u0065\u0074\u006c\u0065\u0066\u0074\u0062\u0074",0xf8ef:"\u0062\u0072\u0061\u0063\u006b\u0065\u0074\u006c\u0065\u0066\u0074\u0065\u0078",0xff3b:"b\u0072a\u0063\u006b\u0065\u0074\u006c\u0065\u0066\u0074m\u006f\u006e\u006f\u0073pa\u0063\u0065",0x2045:"\u0062\u0072a\u0063\u006b\u0065t\u006c\u0065\u0066\u0074\u0071\u0075\u0069\u006c\u006c",0xf8ee:"\u0062\u0072\u0061\u0063\u006b\u0065\u0074\u006c\u0065\u0066\u0074\u0074\u0070",0x005d:"\u0062\u0072\u0061c\u006b\u0065\u0074\u0072\u0069\u0067\u0068\u0074",0xf8fb:"\u0062\u0072\u0061\u0063\u006b\u0065\u0074\u0072\u0069g\u0068\u0074\u0062\u0074",0xf8fa:"\u0062\u0072\u0061\u0063\u006b\u0065\u0074\u0072\u0069g\u0068\u0074\u0065\u0078",0xff3d:"b\u0072\u0061\u0063\u006bet\u0072i\u0067\u0068\u0074\u006d\u006fn\u006f\u0073\u0070\u0061\u0063\u0065",0x2046:"\u0062\u0072\u0061\u0063\u006b\u0065\u0074\u0072\u0069\u0067\u0068\u0074q\u0075\u0069\u006c\u006c",0xf8f9:"\u0062\u0072\u0061\u0063\u006b\u0065\u0074\u0072\u0069g\u0068\u0074\u0074\u0070",0x02d8:"\u0062\u0072\u0065v\u0065",0xf006:"\u0062\u0072\u0065\u0076\u0065\u0031",0x032e:"\u0062\u0072\u0065\u0076\u0065\u0062\u0065\u006c\u006f\u0077\u0063\u006d\u0062",0x0306:"\u0062\u0072\u0065\u0076\u0065\u0063\u006d\u0062",0x032f:"b\u0072\u0065\u0076\u0065in\u0076e\u0072\u0074\u0065\u0064\u0062e\u006c\u006f\u0077\u0063\u006d\u0062",0x0311:"\u0062\u0072e\u0076\u0065\u0069n\u0076\u0065\u0072\u0074\u0065\u0064\u0063\u006d\u0062",0x0361:"\u0062\u0072\u0065\u0076ei\u006e\u0076\u0065\u0072\u0074\u0065\u0064\u0064\u006f\u0075\u0062\u006c\u0065\u0063m\u0062",0x032a:"\u0062\u0072\u0069\u0064\u0067\u0065\u0062\u0065\u006co\u0077\u0063\u006d\u0062",0x033a:"\u0062\u0072\u0069\u0064ge\u0069\u006e\u0076\u0065\u0072\u0074\u0065\u0064\u0062\u0065\u006c\u006f\u0077\u0063m\u0062",0x02ad:"\u0062\u0072i\u0064\u0067\u0065i\u006e\u0076\u0073\u0075\u0062\u006e\u006f\u0073\u0070",0x00a6:"\u0062r\u006f\u006b\u0065\u006e\u0062\u0061r",0x2b41:"\u0062\u0073\u0069\u006d\u0069\u006c\u0061\u0072\u006c\u0065\u0066\u0074a\u0072\u0072\u006f\u0077",0x2b47:"\u0062s\u0069m\u0069\u006c\u0061\u0072\u0072i\u0067\u0068t\u0061\u0072\u0072\u006f\u0077",0x27c8:"\u0062\u0073\u006f\u006c\u0068\u0073\u0075\u0062",0x0180:"\u0062s\u0074\u0072\u006f\u006b\u0065",0xf6ea:"\u0062s\u0075\u0070\u0065\u0072\u0069\u006fr",0x2a32:"\u0062\u0074\u0069\u006d\u0065\u0073",0x0183:"\u0062t\u006f\u0070\u0062\u0061\u0072",0x3076:"\u0062\u0075\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x30d6:"\u0062\u0075\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0x2022:"\u0062\u0075\u006c\u006c\u0065\u0074",0x2219:"\u0062\u0075\u006c\u006c\u0065\u0074\u006f\u0070\u0065r\u0061\u0074\u006f\u0072",0x25ce:"\u0062\u0075\u006c\u006c\u0073\u0065\u0079\u0065",0x2aae:"\u0062u\u006d\u0070\u0065\u0071\u0071",0x0063:"\u0063",0x0080:"\u0063\u0031\u0032\u0038",0x0081:"\u0063\u0031\u0032\u0039",0x008d:"\u0063\u0031\u0034\u0031",0x008e:"\u0063\u0031\u0034\u0032",0x008f:"\u0063\u0031\u0034\u0033",0x056e:"\u0063\u0061\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x099a:"\u0063a\u0062\u0065\u006e\u0067\u0061\u006ci",0x0107:"\u0063\u0061\u0063\u0075\u0074\u0065",0x2106:"\u0063a\u0064\u0061\u0075\u006e\u0061",0x091a:"\u0063\u0061\u0064\u0065\u0076\u0061",0x0a9a:"\u0063\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069",0x0a1a:"\u0063\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0x3388:"\u0063a\u006c\u0073\u0071\u0075\u0061\u0072e",0x0981:"\u0063a\u006ed\u0072\u0061\u0062\u0069\u006ed\u0075\u0062e\u006e\u0067\u0061\u006c\u0069",0x0310:"\u0063\u0061\u006e\u0064\u0072\u0061\u0062\u0069\u006ed\u0075\u0063\u006d\u0062",0x0901:"\u0063a\u006ed\u0072\u0061\u0062\u0069\u006e\u0064\u0075\u0064\u0065\u0076\u0061",0x0a81:"\u0063\u0061\u006e\u0064ra\u0062\u0069\u006e\u0064\u0075\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069",0x2a49:"\u0063a\u0070\u0062\u0061\u0072\u0063\u0075p",0x2a40:"\u0063\u0061\u0070\u0064\u006f\u0074",0xd809:"\u0063\u0061\u0070\u0069ta\u006c\u0063\u006f\u006d\u0070\u0077\u006f\u0072\u0064\u006d\u0061\u0072\u006b",0x2a47:"\u0063\u0061\u0070\u006f\u0076\u0065\u0072\u0063\u0075\u0070",0x21ea:"\u0063\u0061\u0070\u0073\u006c\u006f\u0063\u006b",0x2a44:"\u0063\u0061\u0070\u0077\u0065\u0064\u0067\u0065",0x2105:"\u0063\u0061\u0072\u0065\u006f\u0066",0x2038:"c\u0061\u0072\u0065\u0074\u0069\u006e\u0073\u0065\u0072\u0074",0x02c7:"\u0063\u0061\u0072o\u006e",0xf00a:"\u0063\u0061\u0072\u006f\u006e\u0031",0x032c:"\u0063\u0061\u0072\u006f\u006e\u0062\u0065\u006c\u006f\u0077\u0063\u006d\u0062",0x030c:"\u0063\u0061\u0072\u006f\u006e\u0063\u006d\u0062",0x21b5:"\u0063\u0061\u0072\u0072\u0069\u0061\u0067\u0065\u0072e\u0074\u0075\u0072\u006e",0x3118:"\u0063b\u006f\u0070\u006f\u006d\u006f\u0066o",0x010d:"\u0063\u0063\u0061\u0072\u006f\u006e",0x00e7:"\u0063\u0063\u0065\u0064\u0069\u006c\u006c\u0061",0x1e09:"\u0063\u0063\u0065\u0064\u0069\u006c\u006c\u0061\u0061\u0063\u0075\u0074\u0065",0x24d2:"\u0063c\u0069\u0072\u0063\u006c\u0065",0x0109:"c\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078",0x0255:"\u0063\u0063\u0075r\u006c",0x293f:"\u0063c\u0077u\u006e\u0064\u0065\u0072\u0063u\u0072\u0076e\u0061\u0072\u0072\u006f\u0077",0x010b:"\u0063\u0064\u006f\u0074",0x33c5:"\u0063\u0064\u0073\u0071\u0075\u0061\u0072\u0065",0x00b8:"\u0063e\u0064\u0069\u006c\u006c\u0061",0xf008:"\u0063\u0065\u0064\u0069\u006c\u006c\u0061\u0031",0xf00d:"\u0063\u0065\u0064\u0069\u006c\u006c\u0061\u0032",0x0327:"\u0063\u0065\u0064\u0069\u006c\u006c\u0061\u0063\u006d\u0062",0x2308:"c\u0065\u0069\u006c\u0069\u006e\u0067\u006c\u0065\u0066\u0074",0x2309:"\u0063\u0065\u0069l\u0069\u006e\u0067\u0072\u0069\u0067\u0068\u0074",0x00a2:"\u0063\u0065\u006e\u0074",0x2103:"\u0063\u0065\u006e\u0074\u0069\u0067\u0072\u0061\u0064\u0065",0xf6df:"\u0063\u0065\u006et\u0069\u006e\u0066\u0065\u0072\u0069\u006f\u0072",0xffe0:"\u0063\u0065\u006e\u0074\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0xf7a2:"\u0063\u0065\u006et\u006f\u006c\u0064\u0073\u0074\u0079\u006c\u0065",0x2104:"\u0063\u0065\u006e\u0074\u0072\u0065\u006c\u0069\u006e\u0065",0xf6e0:"\u0063\u0065\u006et\u0073\u0075\u0070\u0065\u0072\u0069\u006f\u0072",0x0579:"c\u0068\u0061\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x099b:"\u0063\u0068\u0061\u0062\u0065\u006e\u0067\u0061\u006c\u0069",0x091b:"\u0063h\u0061\u0064\u0065\u0076\u0061",0x0a9b:"c\u0068\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069",0x0a1b:"c\u0068\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0x3114:"\u0063\u0068\u0062\u006f\u0070\u006f\u006d\u006f\u0066\u006f",0x04bd:"c\u0068e\u0061\u0062\u006b\u0068\u0061\u0073\u0069\u0061n\u0063\u0079\u0072\u0069ll\u0069\u0063",0x0447:"c\u0068\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x04bf:"\u0063\u0068e\u0064\u0065\u0073\u0063\u0065\u006e\u0064\u0065\u0072\u0061\u0062\u006b\u0068\u0061\u0073\u0069\u0061\u006e\u0063\u0079\u0072\u0069ll\u0069\u0063",0x04b7:"c\u0068e\u0064\u0065\u0073\u0063\u0065\u006e\u0064\u0065r\u0063\u0079\u0072\u0069ll\u0069\u0063",0x04f5:"\u0063\u0068\u0065\u0064ie\u0072\u0065\u0073\u0069\u0073\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x0573:"\u0063\u0068\u0065h\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x04cc:"c\u0068\u0065\u006b\u0068ak\u0061s\u0073\u0069\u0061\u006e\u0063y\u0072\u0069\u006c\u006c\u0069\u0063",0x04b9:"\u0063h\u0065\u0076\u0065\u0072t\u0069\u0063\u0061\u006c\u0073t\u0072o\u006be\u0063\u0079\u0072\u0069\u006c\u006c\u0069c",0x03c7:"\u0063\u0068\u0069",0x3277:"c\u0068i\u0065\u0075\u0063\u0068\u0061\u0063\u0069\u0072c\u006c\u0065\u006b\u006fre\u0061\u006e",0x3217:"\u0063\u0068\u0069\u0065uc\u0068\u0061\u0070\u0061\u0072\u0065\u006e\u006b\u006f\u0072\u0065\u0061\u006e",0x3269:"\u0063\u0068\u0069\u0065uc\u0068\u0063\u0069\u0072\u0063\u006c\u0065\u006b\u006f\u0072\u0065\u0061\u006e",0x314a:"\u0063\u0068\u0069\u0065\u0075\u0063\u0068\u006b\u006f\u0072\u0065\u0061\u006e",0x3209:"\u0063h\u0069e\u0075\u0063\u0068\u0070\u0061r\u0065\u006ek\u006f\u0072\u0065\u0061\u006e",0x0e0a:"\u0063\u0068\u006fc\u0068\u0061\u006e\u0067\u0074\u0068\u0061\u0069",0x0e08:"c\u0068\u006f\u0063\u0068\u0061\u006e\u0074\u0068\u0061\u0069",0x0e09:"\u0063\u0068\u006fc\u0068\u0069\u006e\u0067\u0074\u0068\u0061\u0069",0x0e0c:"c\u0068\u006f\u0063\u0068\u006f\u0065\u0074\u0068\u0061\u0069",0x0188:"\u0063\u0068\u006fo\u006b",0x3276:"\u0063i\u0065u\u0063\u0061\u0063\u0069\u0072c\u006c\u0065k\u006f\u0072\u0065\u0061\u006e",0x3216:"\u0063\u0069\u0065\u0075\u0063\u0061\u0070\u0061\u0072\u0065\u006e\u006bo\u0072\u0065\u0061\u006e",0x3268:"\u0063\u0069\u0065\u0075\u0063\u0063\u0069\u0072\u0063\u006c\u0065\u006bo\u0072\u0065\u0061\u006e",0x3148:"c\u0069\u0065\u0075\u0063\u006b\u006f\u0072\u0065\u0061\u006e",0x3208:"\u0063\u0069e\u0075\u0063\u0070a\u0072\u0065\u006e\u006b\u006f\u0072\u0065\u0061\u006e",0x321c:"\u0063\u0069\u0065\u0075\u0063\u0075\u0070\u0061\u0072\u0065\u006e\u006bo\u0072\u0065\u0061\u006e",0x29c3:"\u0063\u0069\u0072\u0045",0x27df:"\u0063\u0069\u0072\u0062\u006f\u0074",0x2257:"\u0063\u0069\u0072\u0063\u0065\u0071",0x229b:"\u0063\u0069\u0072\u0063\u006c\u0065\u0061\u0073\u0074e\u0072\u0069\u0073\u006b",0x25d2:"c\u0069\u0072\u0063\u006ceb\u006ft\u0074\u006f\u006d\u0068\u0061l\u0066\u0062\u006c\u0061\u0063\u006b",0x20dd:"\u0063\u0069\u0072c\u006c\u0065\u0063\u006f\u0070\u0079\u0072\u0074",0x29bf:"\u0063\u0069\u0072\u0063\u006c\u0065\u0064\u0062\u0075\u006c\u006c\u0065\u0074",0x229d:"c\u0069\u0072\u0063\u006c\u0065\u0064\u0064\u0061\u0073\u0068",0x2298:"\u0063\u0069\u0072c\u006c\u0065\u0064\u0069\u0076\u0069\u0064\u0065",0x29ec:"\u0063i\u0072c\u006c\u0065\u0064\u006f\u0077\u006e\u0061\u0072\u0072\u006f\u0077",0x29b7:"\u0063i\u0072c\u006c\u0065\u0064\u0070\u0061\u0072\u0061\u006c\u006c\u0065\u006c",0x2686:"\u0063i\u0072c\u006c\u0065\u0064\u0072\u0069\u0067\u0068\u0074\u0064\u006f\u0074",0x2687:"\u0063\u0069\u0072\u0063\u006c\u0065\u0064\u0074\u0077o\u0064\u006f\u0074\u0073",0x29b6:"c\u0069\u0072\u0063\u006c\u0065\u0064\u0076\u0065\u0072\u0074",0x29be:"\u0063i\u0072c\u006c\u0065\u0064\u0077\u0068i\u0074\u0065b\u0075\u006c\u006c\u0065\u0074",0x229c:"c\u0069\u0072\u0063\u006c\u0065\u0065\u0071\u0075\u0061\u006c",0x29b5:"\u0063\u0069\u0072\u0063\u006c\u0065\u0068\u0062\u0061\u0072",0x25f5:"\u0063\u0069\u0072c\u006c\u0065\u006c\u006c\u0071\u0075\u0061\u0064",0x25f6:"\u0063\u0069\u0072c\u006c\u0065\u006c\u0072\u0071\u0075\u0061\u0064",0x2297:"\u0063\u0069\u0072\u0063\u006c\u0065\u006d\u0075\u006ct\u0069\u0070\u006c\u0079",0x2b30:"\u0063\u0069\u0072\u0063\u006c\u0065\u006f\u006e\u006c\u0065\u0066\u0074a\u0072\u0072\u006f\u0077",0x21f4:"\u0063i\u0072c\u006c\u0065\u006f\u006e\u0072i\u0067\u0068t\u0061\u0072\u0072\u006f\u0077",0x2299:"\u0063\u0069\u0072\u0063\u006c\u0065\u006f\u0074",0x2295:"\u0063\u0069\u0072\u0063\u006c\u0065\u0070\u006c\u0075\u0073",0x3036:"\u0063\u0069r\u0063\u006c\u0065p\u006f\u0073\u0074\u0061\u006c\u006d\u0061\u0072\u006b",0x229a:"\u0063\u0069\u0072\u0063\u006c\u0065\u0072\u0069\u006e\u0067",0x25d3:"\u0063i\u0072c\u006c\u0065\u0074\u006f\u0070h\u0061\u006cf\u0062\u006c\u0061\u0063\u006b",0x25f4:"\u0063\u0069\u0072c\u006c\u0065\u0075\u006c\u0071\u0075\u0061\u0064",0x25f7:"\u0063\u0069\u0072c\u006c\u0065\u0075\u0072\u0071\u0075\u0061\u0064",0x25d4:"\u0063\u0069\u0072\u0063\u006c\u0065\u0075\u0072\u0071\u0075\u0061\u0064b\u006c\u0061\u0063\u006b",0x25cd:"\u0063\u0069\u0072\u0063\u006c\u0065\u0076\u0065\u0072t\u0066\u0069\u006c\u006c",0x25d0:"\u0063\u0069\u0072cl\u0065\u0077\u0069\u0074\u0068\u006c\u0065\u0066\u0074\u0068\u0061\u006c\u0066\u0062\u006c\u0061\u0063\u006b",0x25d1:"\u0063i\u0072\u0063\u006c\u0065\u0077\u0069\u0074\u0068\u0072\u0069\u0067h\u0074\u0068\u0061\u006c\u0066\u0062\u006c\u0061\u0063\u006b",0x02c6:"\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078",0xf003:"c\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078\u0031",0x032d:"\u0063i\u0072c\u0075\u006d\u0066\u006c\u0065x\u0062\u0065l\u006f\u0077\u0063\u006d\u0062",0x0302:"\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078\u0063\u006d\u0062",0x2a10:"\u0063\u0069\u0072\u0066\u006e\u0069\u006e\u0074",0x2aef:"\u0063\u0069\u0072\u006d\u0069\u0064",0x29c2:"\u0063i\u0072\u0073\u0063\u0069\u0072",0x2327:"\u0063\u006c\u0065a\u0072",0x01c2:"\u0063\u006c\u0069\u0063\u006b\u0061\u006c\u0076\u0065\u006f\u006c\u0061\u0072",0x01c0:"c\u006c\u0069\u0063\u006b\u0064\u0065\u006e\u0074\u0061\u006c",0x01c1:"\u0063\u006c\u0069c\u006b\u006c\u0061\u0074\u0065\u0072\u0061\u006c",0x01c3:"\u0063\u006c\u0069\u0063\u006b\u0072\u0065\u0074\u0072o\u0066\u006c\u0065\u0078",0x27f3:"\u0063l\u006f\u0063\u006b\u0077\u0069\u0073e",0x2a4d:"\u0063\u006c\u006fs\u0065\u0064\u0076\u0061\u0072\u0063\u0061\u0070",0x2a4c:"\u0063\u006c\u006fs\u0065\u0064\u0076\u0061\u0072\u0063\u0075\u0070",0x2a50:"c\u006c\u006f\u0073\u0065dv\u0061r\u0063\u0075\u0070\u0073\u006da\u0073\u0068\u0070\u0072\u006f\u0064",0x2050:"\u0063l\u006f\u0073\u0075\u0072\u0065",0x2663:"\u0063\u006c\u0075\u0062",0x2667:"\u0063\u006c\u0075\u0062\u0073\u0075\u0069\u0074\u0077\u0068\u0069\u0074\u0065",0x33a4:"\u0063\u006d\u0063\u0075\u0062\u0065\u0064\u0073\u0071\u0075\u0061\u0072\u0065",0xff43:"\u0063\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0x33a0:"\u0063m\u0073q\u0075\u0061\u0072\u0065\u0064\u0073\u0071\u0075\u0061\u0072\u0065",0x0581:"\u0063\u006f\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x003a:"\u0063\u006f\u006co\u006e",0x2254:"\u0063o\u006c\u006f\u006e\u0065\u0071",0x20a1:"\u0063\u006f\u006c\u006f\u006e\u006d\u006f\u006e\u0065\u0074\u0061\u0072\u0079",0xff1a:"\u0063\u006f\u006c\u006f\u006e\u006d\u006f\u006e\u006fs\u0070\u0061\u0063\u0065",0xfe55:"\u0063\u006f\u006c\u006f\u006e\u0073\u006d\u0061\u006c\u006c",0x02d1:"\u0063\u006f\u006c\u006fnt\u0072\u0069\u0061\u006e\u0067\u0075\u006c\u0061\u0072\u0068\u0061\u006c\u0066\u006do\u0064",0x02d0:"\u0063o\u006co\u006e\u0074\u0072\u0069\u0061n\u0067\u0075l\u0061\u0072\u006d\u006f\u0064",0x002c:"\u0063\u006f\u006dm\u0061",0x0313:"\u0063\u006f\u006d\u006d\u0061\u0061\u0062\u006f\u0076\u0065\u0063\u006d\u0062",0x0315:"\u0063o\u006dm\u0061\u0061\u0062\u006f\u0076e\u0072\u0069g\u0068\u0074\u0063\u006d\u0062",0xf6c3:"c\u006f\u006d\u006d\u0061\u0061\u0063\u0063\u0065\u006e\u0074",0x055d:"\u0063\u006f\u006d\u006d\u0061\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0xf6e1:"\u0063\u006f\u006d\u006d\u0061\u0069\u006e\u0066\u0065\u0072\u0069\u006f\u0072",0x2a29:"\u0063\u006f\u006d\u006d\u0061\u006d\u0069\u006e\u0075\u0073",0xff0c:"\u0063\u006f\u006d\u006d\u0061\u006d\u006f\u006e\u006fs\u0070\u0061\u0063\u0065",0x0314:"c\u006f\u006d\u006d\u0061re\u0076e\u0072\u0073\u0065\u0064\u0061b\u006f\u0076\u0065\u0063\u006d\u0062",0xfe50:"\u0063\u006f\u006d\u006d\u0061\u0073\u006d\u0061\u006c\u006c",0x0299:"\u0063\u006f\u006dm\u0061\u0073\u0075\u0062\u006e\u006f\u0073\u0070",0xf6e2:"\u0063\u006f\u006d\u006d\u0061\u0073\u0075\u0070\u0065\u0072\u0069\u006f\u0072",0x0312:"\u0063\u006f\u006d\u006dat\u0075\u0072\u006e\u0065\u0064\u0061\u0062\u006f\u0076\u0065\u0063\u006d\u0062",0x02bb:"\u0063\u006f\u006d\u006d\u0061\u0074\u0075\u0072\u006ee\u0064\u006d\u006f\u0064",0x2201:"\u0063\u006f\u006d\u0070\u006c\u0065\u006d\u0065\u006e\u0074",0x27e1:"\u0063\u006f\u006e\u0063\u0061\u0076\u0065\u0064\u0069a\u006d\u006f\u006e\u0064",0x27e2:"\u0063\u006f\u006e\u0063av\u0065\u0064\u0069\u0061\u006d\u006f\u006e\u0064\u0074\u0069\u0063\u006b\u006c\u0065f\u0074",0x27e3:"\u0063\u006f\u006eca\u0076\u0065\u0064\u0069\u0061\u006d\u006f\u006e\u0064\u0074\u0069\u0063\u006b\u0072\u0069\u0067\u0068\u0074",0x2a6d:"\u0063o\u006e\u0067\u0064\u006f\u0074",0x2245:"\u0063o\u006e\u0067\u0072\u0075\u0065\u006et",0x2332:"\u0063\u006f\u006e\u0069\u0063\u0074\u0061\u0070\u0065\u0072",0x2a07:"\u0063o\u006e\u006a\u0071\u0075\u0061\u006et",0x222e:"\u0063o\u006et\u006f\u0075\u0072\u0069\u006e\u0074\u0065\u0067\u0072\u0061\u006c",0x2303:"\u0063o\u006e\u0074\u0072\u006f\u006c",0x0006:"\u0063\u006f\u006e\u0074\u0072\u006f\u006c\u0041\u0043\u004b",0x0007:"\u0063\u006f\u006e\u0074\u0072\u006f\u006c\u0042\u0045\u004c",0x0008:"\u0063o\u006e\u0074\u0072\u006f\u006c\u0042S",0x0018:"\u0063\u006f\u006e\u0074\u0072\u006f\u006c\u0043\u0041\u004e",0x000d:"\u0063o\u006e\u0074\u0072\u006f\u006c\u0043R",0x0011:"\u0063\u006f\u006e\u0074\u0072\u006f\u006c\u0044\u0043\u0031",0x0012:"\u0063\u006f\u006e\u0074\u0072\u006f\u006c\u0044\u0043\u0032",0x0013:"\u0063\u006f\u006e\u0074\u0072\u006f\u006c\u0044\u0043\u0033",0x0014:"\u0063\u006f\u006e\u0074\u0072\u006f\u006c\u0044\u0043\u0034",0x007f:"\u0063\u006f\u006e\u0074\u0072\u006f\u006c\u0044\u0045\u004c",0x0010:"\u0063\u006f\u006e\u0074\u0072\u006f\u006c\u0044\u004c\u0045",0x0019:"\u0063o\u006e\u0074\u0072\u006f\u006c\u0045M",0x0005:"\u0063\u006f\u006e\u0074\u0072\u006f\u006c\u0045\u004e\u0051",0x0004:"\u0063\u006f\u006e\u0074\u0072\u006f\u006c\u0045\u004f\u0054",0x001b:"\u0063\u006f\u006e\u0074\u0072\u006f\u006c\u0045\u0053\u0043",0x0017:"\u0063\u006f\u006e\u0074\u0072\u006f\u006c\u0045\u0054\u0042",0x0003:"\u0063\u006f\u006e\u0074\u0072\u006f\u006c\u0045\u0054\u0058",0x000c:"\u0063o\u006e\u0074\u0072\u006f\u006c\u0046F",0x001c:"\u0063o\u006e\u0074\u0072\u006f\u006c\u0046S",0x001d:"\u0063o\u006e\u0074\u0072\u006f\u006c\u0047S",0x0009:"\u0063o\u006e\u0074\u0072\u006f\u006c\u0048T",0x000a:"\u0063o\u006e\u0074\u0072\u006f\u006c\u004cF",0x0015:"\u0063\u006f\u006e\u0074\u0072\u006f\u006c\u004e\u0041\u004b",0x0000:"c\u006f\u006e\u0074\u0072\u006f\u006c\u004e\u0055\u004c\u004c",0x001e:"\u0063o\u006e\u0074\u0072\u006f\u006c\u0052S",0x000f:"\u0063o\u006e\u0074\u0072\u006f\u006c\u0053I",0x000e:"\u0063o\u006e\u0074\u0072\u006f\u006c\u0053O",0x0002:"\u0063\u006f\u006e\u0074\u0072\u006f\u006c\u0053\u004f\u0054",0x0001:"\u0063\u006f\u006e\u0074\u0072\u006f\u006c\u0053\u0054\u0058",0x001a:"\u0063\u006f\u006e\u0074\u0072\u006f\u006c\u0053\u0055\u0042",0x0016:"\u0063\u006f\u006e\u0074\u0072\u006f\u006c\u0053\u0059\u004e",0x001f:"\u0063o\u006e\u0074\u0072\u006f\u006c\u0055S",0x000b:"\u0063o\u006e\u0074\u0072\u006f\u006c\u0056T",0x2a3f:"\u0063o\u0070\u0072\u006f\u0064\u0075\u0063t",0x2210:"\u0063\u006fp\u0072\u006f\u0064u\u0063\u0074\u0064\u0069\u0073\u0070\u006c\u0061\u0079",0x00a9:"\u0063o\u0070\u0079\u0072\u0069\u0067\u0068t",0xf8e9:"\u0063\u006f\u0070\u0079\u0072\u0069\u0067\u0068\u0074\u0073\u0061\u006e\u0073",0xf6d9:"\u0063\u006f\u0070\u0079\u0072\u0069\u0067\u0068\u0074s\u0065\u0072\u0069\u0066",0x300c:"\u0063\u006f\u0072\u006e\u0065\u0072\u0062\u0072\u0061\u0063\u006b\u0065t\u006c\u0065\u0066\u0074",0xff62:"\u0063\u006f\u0072\u006e\u0065\u0072\u0062\u0072\u0061\u0063\u006be\u0074\u006c\u0065\u0066\u0074\u0068\u0061\u006c\u0066\u0077i\u0064\u0074\u0068",0xfe41:"\u0063o\u0072\u006e\u0065\u0072b\u0072\u0061\u0063\u006b\u0065t\u006ce\u0066t\u0076\u0065\u0072\u0074\u0069\u0063\u0061l",0x300d:"\u0063o\u0072n\u0065\u0072\u0062\u0072\u0061c\u006b\u0065t\u0072\u0069\u0067\u0068\u0074",0xff63:"c\u006f\u0072\u006e\u0065\u0072\u0062r\u0061\u0063\u006b\u0065\u0074\u0072\u0069\u0067\u0068t\u0068\u0061\u006cf\u0077i\u0064\u0074\u0068",0xfe42:"\u0063\u006f\u0072\u006e\u0065\u0072\u0062\u0072\u0061\u0063\u006be\u0074\u0072\u0069\u0067\u0068\u0074\u0076\u0065\u0072\u0074i\u0063\u0061\u006c",0x337f:"\u0063\u006f\u0072\u0070\u006f\u0072\u0061\u0074\u0069\u006f\u006e\u0073q\u0075\u0061\u0072\u0065",0x33c7:"\u0063\u006f\u0073\u0071\u0075\u0061\u0072\u0065",0x33c6:"\u0063\u006f\u0076\u0065\u0072\u006b\u0067\u0073\u0071\u0075\u0061\u0072\u0065",0x249e:"\u0063\u0070\u0061\u0072\u0065\u006e",0x20a2:"\u0063\u0072\u0075\u007a\u0065\u0069\u0072\u006f",0x0227:"\u0063\u0073\u0074\u0072\u0065\u0074\u0063\u0068",0x0297:"\u0063\u0073\u0074\u0072\u0065\u0074\u0063\u0068\u0065\u0064",0x2acf:"\u0063\u0073\u0075\u0062",0x2ad1:"\u0063\u0073\u0075b\u0065",0x2ad0:"\u0063\u0073\u0075\u0070",0x2ad2:"\u0063\u0073\u0075p\u0065",0x221b:"\u0063\u0075\u0062\u0065\u0072\u006f\u006f\u0074",0x2a48:"\u0063u\u0070\u0062\u0061\u0072\u0063\u0061p",0x228d:"\u0063\u0075\u0070\u0064\u006f\u0074",0x228c:"\u0063\u0075\u0070l\u0065\u0066\u0074\u0061\u0072\u0072\u006f\u0077",0x2a46:"\u0063\u0075\u0070\u006f\u0076\u0065\u0072\u0063\u0061\u0070",0x2a45:"\u0063\u0075\u0070\u0076\u0065\u0065",0x22cf:"\u0063\u0075\u0072\u006c\u0079\u0061\u006e\u0064",0x21ab:"\u0063u\u0072\u006c\u0079\u006c\u0065\u0066t",0x22ce:"\u0063u\u0072\u006c\u0079\u006f\u0072",0x21ac:"\u0063\u0075\u0072\u006c\u0079\u0072\u0069\u0067\u0068\u0074",0x00a4:"\u0063\u0075\u0072\u0072\u0065\u006e\u0063\u0079",0x293d:"\u0063u\u0072v\u0065\u0061\u0072\u0072\u006fw\u006c\u0065f\u0074\u0070\u006c\u0075\u0073",0x293c:"c\u0075r\u0076\u0065\u0061\u0072\u0072\u006f\u0077\u0072i\u0067\u0068\u0074\u006din\u0075\u0073",0x2941:"\u0063\u0077\u0063\u0069\u0072\u0063\u006c\u0065\u0061\u0072\u0072\u006f\u0077",0x21bb:"\u0063\u0077\u006f\u0070\u0065\u006e\u0063\u0069\u0072\u0063\u006c\u0065a\u0072\u0072\u006f\u0077",0x2938:"\u0063w\u0072i\u0067\u0068\u0074\u0061\u0072\u0063\u0061\u0072\u0072\u006f\u0077",0x293e:"\u0063\u0077\u0075\u006e\u0064\u0065\u0072\u0063\u0075\u0072\u0076\u0065a\u0072\u0072\u006f\u0077",0xf6d1:"\u0063\u0079\u0072\u0042\u0072\u0065\u0076\u0065",0xf6d2:"\u0063y\u0072\u0046\u006c\u0065\u0078",0xf6d4:"\u0063\u0079\u0072\u0062\u0072\u0065\u0076\u0065",0xf6d5:"\u0063y\u0072\u0066\u006c\u0065\u0078",0x0064:"\u0064",0x0564:"\u0064\u0061\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x09a6:"\u0064a\u0062\u0065\u006e\u0067\u0061\u006ci",0x0926:"\u0064\u0061\u0064\u0065\u0076\u0061",0xfebe:"\u0064\u0061\u0064\u0066\u0069\u006e\u0061\u006c\u0061r\u0061\u0062\u0069\u0063",0xfebf:"\u0064\u0061d\u0069\u006e\u0069t\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",0xfebd:"d\u0061\u0064\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064",0xfec0:"\u0064a\u0064m\u0065\u0064\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",0x05bc:"\u0064\u0061\u0067\u0065\u0073\u0068",0x2020:"\u0064\u0061\u0067\u0067\u0065\u0072",0x2021:"\u0064a\u0067\u0067\u0065\u0072\u0064\u0062l",0x0aa6:"\u0064\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069",0x0a26:"\u0064\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0x3060:"\u0064\u0061\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x30c0:"\u0064\u0061\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0xfb33:"d\u0061\u006c\u0065\u0074\u0064\u0061\u0067\u0065\u0073\u0068",0x2138:"\u0064\u0061\u006c\u0065\u0074\u0068",0x05d3:"\u0064\u0061\u006c\u0065\u0074\u0071\u0061\u006d\u0061\u0074\u0073\u0068e\u0062\u0072\u0065\u0077",0xfeaa:"\u0064\u0061\u006c\u0066\u0069\u006e\u0061\u006c\u0061r\u0061\u0062\u0069\u0063",0xfea9:"d\u0061\u006c\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064",0x064f:"d\u0061\u006d\u006d\u0061\u0061\u0072\u0061\u0062\u0069\u0063",0xfe78:"\u0064\u0061\u006d\u006d\u0061\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064",0xe821:"\u0064\u0061\u006d\u006d\u0061\u006c\u006f\u0077",0xfe79:"d\u0061\u006d\u006d\u0061\u006d\u0065\u0064\u0069\u0061\u006c",0xe835:"\u0064\u0061\u006dm\u0061\u006f\u006e\u0068\u0061\u006d\u007a\u0061",0xfe72:"\u0064\u0061m\u006d\u0061\u0074a\u006e\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064",0xe824:"d\u0061\u006d\u006d\u0061\u0074\u0061\u006e\u006c\u006f\u0077",0xe836:"\u0064a\u006dm\u0061\u0074\u0061\u006e\u006f\u006e\u0068\u0061\u006d\u007a\u0061",0x0964:"\u0064\u0061\u006ed\u0061",0x2621:"\u0064\u0061\u006e\u0067\u0065\u0072",0x05a7:"\u0064a\u0072g\u0061\u006c\u0065\u0066\u0074\u0068\u0065\u0062\u0072\u0065\u0077",0x2ae3:"\u0064\u0061\u0073h\u0056",0x27db:"\u0064a\u0073\u0068\u0056\u0064\u0061\u0073h",0x2239:"\u0064a\u0073\u0068\u0063\u006f\u006c\u006fn",0x296b:"\u0064\u0061\u0073\u0068le\u0066\u0074\u0068\u0061\u0072\u0070\u006f\u006f\u006e\u0064\u006f\u0077\u006e",0x296d:"d\u0061s\u0068\u0072\u0069\u0067\u0068\u0074\u0068\u0061r\u0070\u006f\u006f\u006edo\u0077\u006e",0x0485:"\u0064a\u0073\u0069\u0061\u0070\u006e\u0065\u0075\u006d\u0061\u0074\u0061c\u0079\u0072\u0069\u006c\u006c\u0069\u0063\u0063\u006d\u0062",0x290f:"\u0064b\u006b\u0061\u0072\u006f\u0077",0xf6d3:"\u0064\u0062\u006c\u0047\u0072\u0061\u0076\u0065",0x300a:"\u0064\u0062\u006c\u0061ng\u006c\u0065\u0062\u0072\u0061\u0063\u006b\u0065\u0074\u006c\u0065\u0066\u0074",0xfe3d:"d\u0062\u006c\u0061\u006e\u0067\u006ce\u0062\u0072\u0061\u0063\u006b\u0065\u0074\u006c\u0065f\u0074\u0076\u0065r\u0074i\u0063\u0061\u006c",0x300b:"d\u0062l\u0061\u006e\u0067\u006c\u0065\u0062\u0072\u0061c\u006b\u0065\u0074\u0072ig\u0068\u0074",0xfe3e:"\u0064\u0062\u006c\u0061n\u0067\u006c\u0065\u0062\u0072\u0061\u0063\u006b\u0065\u0074r\u0069g\u0068\u0074\u0076\u0065\u0072\u0074\u0069c\u0061\u006c",0x032b:"\u0064\u0062\u006car\u0063\u0068\u0069\u006e\u0076\u0065\u0072\u0074\u0065\u0064\u0062\u0065\u006c\u006f\u0077\u0063\u006d\u0062",0x21ca:"d\u0062\u006c\u0061\u0072\u0072\u006f\u0077\u0064\u0077\u006e",0x058a:"\u0064\u0062l\u0061\u0072\u0072o\u0077\u0068\u0065\u0061\u0064\u0064\u006f\u0077\u006e",0x219e:"\u0064\u0062l\u0061\u0072\u0072o\u0077\u0068\u0065\u0061\u0064\u006c\u0065\u0066\u0074",0x21a0:"\u0064\u0062\u006c\u0061\u0072\u0072\u006f\u0077\u0068\u0065\u0061\u0064r\u0069\u0067\u0068\u0074",0x0588:"\u0064\u0062\u006c\u0061\u0072\u0072\u006f\u0077\u0068e\u0061\u0064\u0075\u0070",0x21c8:"\u0064\u0062\u006c\u0061\u0072\u0072\u006f\u0077\u0075\u0070",0x27e6:"\u0064\u0062\u006c\u0062\u0072\u0061\u0063\u006b\u0065t\u006c\u0065\u0066\u0074",0x27e7:"\u0064b\u006cb\u0072\u0061\u0063\u006b\u0065\u0074\u0072\u0069\u0067\u0068\u0074",0x0965:"\u0064\u0062\u006c\u0064\u0061\u006e\u0064\u0061",0xf6d6:"\u0064\u0062\u006c\u0067\u0072\u0061\u0076\u0065",0x030f:"d\u0062\u006c\u0067\u0072\u0061\u0076\u0065\u0063\u006d\u0062",0x222c:"d\u0062\u006c\u0069\u006e\u0074\u0065\u0067\u0072\u0061\u006c",0x0333:"\u0064\u0062\u006c\u006c\u006f\u0077\u006c\u0069\u006e\u0065\u0063\u006d\u0062",0x033f:"\u0064\u0062\u006c\u006f\u0076\u0065\u0072\u006c\u0069n\u0065\u0063\u006d\u0062",0x02ba:"d\u0062\u006c\u0070\u0072\u0069\u006d\u0065\u006d\u006f\u0064",0x2016:"\u0064\u0062\u006c\u0076\u0065\u0072\u0074\u0069\u0063a\u006c\u0062\u0061\u0072",0x030e:"\u0064\u0062\u006cve\u0072\u0074\u0069\u0063\u0061\u006c\u006c\u0069\u006e\u0065\u0061\u0062\u006f\u0076\u0065\u0063\u006d\u0062",0x3109:"\u0064b\u006f\u0070\u006f\u006d\u006f\u0066o",0x33c8:"\u0064\u0062\u0073\u0071\u0075\u0061\u0072\u0065",0x010f:"\u0064\u0063\u0061\u0072\u006f\u006e",0xf811:"\u0064c\u0061\u0072\u006f\u006e\u0031",0x1e11:"\u0064\u0063\u0065\u0064\u0069\u006c\u006c\u0061",0x24d3:"\u0064c\u0069\u0072\u0063\u006c\u0065",0x1e13:"\u0064\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0062\u0065\u006c\u006f\u0077",0x09a1:"\u0064\u0064\u0061\u0062\u0065\u006e\u0067\u0061\u006c\u0069",0x0921:"\u0064d\u0061\u0064\u0065\u0076\u0061",0x0aa1:"d\u0064\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069",0x0a21:"d\u0064\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0xfb89:"\u0064d\u0061l\u0066\u0069\u006e\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",0x20dc:"\u0064\u0064\u0064\u0064\u006f\u0074",0x095c:"\u0064d\u0064\u0068\u0061\u0064\u0065\u0076a",0x20db:"\u0064\u0064\u0064o\u0074",0x09a2:"d\u0064\u0068\u0061\u0062\u0065\u006e\u0067\u0061\u006c\u0069",0x0922:"\u0064\u0064\u0068\u0061\u0064\u0065\u0076\u0061",0x0aa2:"\u0064\u0064\u0068a\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069",0x0a22:"\u0064\u0064\u0068a\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0x1e0b:"\u0064\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074",0x1e0d:"\u0064d\u006f\u0074\u0062\u0065\u006c\u006fw",0x22f1:"\u0064\u0064\u006ft\u0073",0x2a77:"\u0064d\u006f\u0074\u0073\u0065\u0071",0x066b:"\u0064\u0065\u0063im\u0061\u006c\u0073\u0065\u0070\u0061\u0072\u0061\u0074\u006f\u0072\u0070\u0065\u0072\u0073\u0069\u0061\u006e",0x225c:"\u0064e\u0066\u0069\u006e\u0065\u0073",0x00b0:"\u0064\u0065\u0067\u0072\u0065\u0065",0x212a:"\u0064\u0065\u0067r\u0065\u0065\u006b\u0065\u006c\u0076\u0069\u006e",0x05ad:"\u0064\u0065\u0068\u0069\u0068\u0065\u0062\u0072\u0065\u0077",0x3067:"\u0064\u0065\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x03ef:"\u0064e\u0069\u0063\u006f\u0070\u0074\u0069c",0x30c7:"\u0064\u0065\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0x05ba:"\u0064\u0065\u006c\u0065\u0074\u0065",0x232b:"\u0064\u0065\u006c\u0065\u0074\u0065\u006c\u0065\u0066\u0074",0x2326:"d\u0065\u006c\u0065\u0074\u0065\u0072\u0069\u0067\u0068\u0074",0x03b4:"\u0064\u0065\u006ct\u0061",0x018d:"d\u0065\u006c\u0074\u0061\u0074\u0075\u0072\u006e\u0065\u0064",0x09f8:"d\u0065\u006e\u006f\u006d\u0069\u006ea\u0074\u006f\u0072\u006d\u0069\u006eu\u0073\u006f\u006e\u0065\u006e\u0075\u006de\u0072\u0061\u0074\u006f\u0072\u0062\u0065\u006e\u0067\u0061l\u0069",0x02a4:"\u0064\u0065\u007a\u0068",0x09a7:"\u0064\u0068\u0061\u0062\u0065\u006e\u0067\u0061\u006c\u0069",0x0927:"\u0064h\u0061\u0064\u0065\u0076\u0061",0x0aa7:"d\u0068\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069",0x0a27:"d\u0068\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0x0257:"\u0064\u0068\u006fo\u006b",0x0088:"\u0064i\u0061\u0065\u0072\u0065\u0073\u0069s",0x0344:"\u0064\u0069\u0061\u006c\u0079\u0074\u0069\u006b\u0061\u0074\u006f\u006eo\u0073\u0063\u006d\u0062",0x2300:"\u0064\u0069\u0061\u006d\u0065\u0074\u0065\u0072",0x2666:"\u0064i\u0061\u006d\u006f\u006e\u0064",0x2b19:"\u0064i\u0061m\u006f\u006e\u0064\u0062\u006f\u0074\u0062\u006c\u0061\u0063\u006b",0x27d0:"d\u0069\u0061\u006d\u006f\u006e\u0064\u0063\u0064\u006f\u0074",0x291d:"\u0064\u0069a\u006d\u006f\u006ed\u006c\u0065\u0066\u0074\u0061\u0072\u0072\u006f\u0077",0x291f:"\u0064\u0069\u0061\u006don\u0064\u006c\u0065\u0066\u0074\u0061\u0072\u0072\u006f\u0077\u0062\u0061\u0072",0x2b16:"\u0064\u0069a\u006d\u006f\u006ed\u006c\u0065\u0066\u0074\u0062\u006c\u0061\u0063\u006b",0x22c4:"d\u0069\u0061\u006d\u006f\u006e\u0064\u006d\u0061\u0074\u0068",0x2b17:"\u0064\u0069\u0061\u006d\u006f\u006e\u0064\u0072\u0069\u0067\u0068\u0074b\u006c\u0061\u0063\u006b",0x2662:"\u0064\u0069a\u006d\u006f\u006ed\u0073\u0075\u0069\u0074\u0077\u0068\u0069\u0074\u0065",0x2b18:"\u0064i\u0061m\u006f\u006e\u0064\u0074\u006f\u0070\u0062\u006c\u0061\u0063\u006b",0x2680:"\u0064\u0069\u0063e\u0069",0x2681:"\u0064\u0069\u0063\u0065\u0069\u0069",0x2682:"\u0064i\u0063\u0065\u0069\u0069\u0069",0x2683:"\u0064\u0069\u0063\u0065\u0069\u0076",0x2684:"\u0064\u0069\u0063e\u0076",0x2685:"\u0064\u0069\u0063\u0065\u0076\u0069",0x00a8:"\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073",0xf005:"\u0064i\u0065\u0072\u0065\u0073\u0069\u00731",0xf6d7:"\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073\u0061\u0063\u0075\u0074\u0065",0x0324:"\u0064\u0069e\u0072\u0065\u0073i\u0073\u0062\u0065\u006c\u006f\u0077\u0063\u006d\u0062",0x0308:"d\u0069\u0065\u0072\u0065\u0073\u0069\u0073\u0063\u006d\u0062",0xf6d8:"\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073\u0067\u0072\u0061\u0076\u0065",0x0385:"\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073\u0074\u006f\u006e\u006f\u0073",0x224f:"\u0064\u0069\u0066\u0066\u0065\u0072\u0065\u006e\u0063\u0065",0x3062:"\u0064\u0069\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x30c2:"\u0064\u0069\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0x22f2:"\u0064\u0069\u0073i\u006e",0x2a08:"\u0064i\u0073\u006a\u0071\u0075\u0061\u006et",0x3003:"\u0064i\u0074\u0074\u006f\u006d\u0061\u0072k",0x00f7:"\u0064\u0069\u0076\u0069\u0064\u0065",0x22c7:"\u0064\u0069\u0076\u0069\u0064\u0065\u006d\u0075\u006ct\u0069\u0070\u006c\u0079",0x2223:"\u0064i\u0076\u0069\u0064\u0065\u0073",0x2215:"\u0064\u0069\u0076\u0069\u0073\u0069\u006f\u006e\u0073\u006c\u0061\u0073\u0068",0x0452:"d\u006a\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x2593:"\u0064k\u0073\u0068\u0061\u0064\u0065",0xf823:"\u0064\u006b\u0073\u0068\u0061\u0064\u0065\u0031",0x1e0f:"\u0064\u006c\u0069\u006e\u0065\u0062\u0065\u006c\u006f\u0077",0x3397:"\u0064\u006c\u0073\u0071\u0075\u0061\u0072\u0065",0x0111:"\u0064m\u0061\u0063\u0072\u006f\u006e",0xff44:"\u0064\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0x2584:"\u0064n\u0062\u006c\u006f\u0063\u006b",0x2581:"\u0064\u006e\u0065i\u0067\u0068\u0074\u0062\u006c\u006f\u0063\u006b",0x2585:"\u0064\u006e\u0066\u0069\u0076\u0065\u0065\u0069\u0067\u0068\u0074\u0068b\u006c\u006f\u0063\u006b",0x2582:"\u0064\u006e\u0071\u0075\u0061\u0072\u0074\u0065\u0072b\u006c\u006f\u0063\u006b",0x2587:"\u0064n\u0073e\u0076\u0065\u006e\u0065\u0069g\u0068\u0074h\u0062\u006c\u006f\u0063\u006b",0x2583:"\u0064n\u0074h\u0072\u0065\u0065\u0065\u0069g\u0068\u0074h\u0062\u006c\u006f\u0063\u006b",0x2586:"\u0064\u006e\u0074\u0068re\u0065\u0071\u0075\u0061\u0072\u0074\u0065\u0072\u0062\u006c\u006f\u0063\u006b",0x0e0e:"d\u006f\u0063\u0068\u0061\u0064\u0061\u0074\u0068\u0061\u0069",0x0e14:"\u0064o\u0064\u0065\u006b\u0074\u0068\u0061i",0x3069:"\u0064\u006f\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x30c9:"\u0064\u006f\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0x0024:"\u0064\u006f\u006c\u006c\u0061\u0072",0xf6e3:"\u0064\u006f\u006c\u006c\u0061\u0072\u0069\u006e\u0066e\u0072\u0069\u006f\u0072",0xff04:"\u0064o\u006cl\u0061\u0072\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0xf724:"\u0064\u006f\u006c\u006c\u0061\u0072\u006f\u006c\u0064s\u0074\u0079\u006c\u0065",0xfe69:"d\u006f\u006c\u006c\u0061\u0072\u0073\u006d\u0061\u006c\u006c",0xf6e4:"\u0064\u006f\u006c\u006c\u0061\u0072\u0073\u0075\u0070e\u0072\u0069\u006f\u0072",0x20ab:"\u0064\u006f\u006e\u0067",0x3326:"\u0064\u006f\u0072\u0075\u0073\u0071\u0075\u0061\u0072\u0065",0x02d9:"\u0064o\u0074\u0061\u0063\u0063\u0065\u006et",0x0307:"\u0064\u006f\u0074a\u0063\u0063\u0065\u006e\u0074\u0063\u006d\u0062",0x0323:"\u0064\u006f\u0074b\u0065\u006c\u006f\u0077\u0063\u006f\u006d\u0062",0xf820:"\u0064\u006f\u0074\u0063\u0069\u0072\u0063\u006c\u0065\u0031",0x2a67:"\u0064\u006f\u0074\u0065\u0071\u0075\u0069\u0076",0x30fb:"d\u006f\u0074\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0x0131:"\u0064\u006f\u0074\u006c\u0065\u0073\u0073\u0069",0xf6be:"\u0064\u006f\u0074\u006c\u0065\u0073\u0073\u006a",0x0284:"\u0064o\u0074l\u0065\u0073\u0073\u006a\u0073t\u0072\u006fk\u0065\u0068\u006f\u006f\u006b",0x22c5:"\u0064o\u0074\u006d\u0061\u0074\u0068",0x2238:"\u0064\u006f\u0074\u006d\u0069\u006e\u0075\u0073",0x2214:"\u0064o\u0074\u0070\u006c\u0075\u0073",0x2a6a:"\u0064\u006f\u0074\u0073\u0069\u006d",0x223a:"\u0064\u006f\u0074\u0073\u006d\u0069\u006e\u0075\u0073\u0064\u006f\u0074\u0073",0x25cc:"\u0064\u006f\u0074t\u0065\u0064\u0063\u0069\u0072\u0063\u006c\u0065",0x2b1a:"\u0064\u006f\u0074t\u0065\u0064\u0073\u0071\u0075\u0061\u0072\u0065",0x2a30:"\u0064\u006f\u0074\u0074\u0069\u006d\u0065\u0073",0x2a62:"\u0064\u006f\u0075b\u006c\u0065\u0062\u0061\u0072\u0076\u0065\u0065",0x29fa:"\u0064\u006f\u0075\u0062\u006c\u0065\u0070\u006c\u0075\u0073",0x2913:"\u0064\u006f\u0077n\u0061\u0072\u0072\u006f\u0077\u0062\u0061\u0072",0x2908:"\u0064o\u0077n\u0061\u0072\u0072\u006f\u0077\u0062\u0061\u0072\u0072\u0065\u0064",0x297f:"\u0064\u006f\u0077n\u0066\u0069\u0073\u0068\u0074\u0061\u0069\u006c",0x2959:"\u0064o\u0077n\u0068\u0061\u0072\u0070\u006fo\u006e\u006ce\u0066\u0074\u0062\u0061\u0072",0x2955:"\u0064\u006f\u0077\u006eha\u0072\u0070\u006f\u006f\u006e\u0072\u0069\u0067\u0068\u0074\u0062\u0061\u0072",0x2965:"d\u006f\u0077\u006e\u0068ar\u0070o\u006f\u006e\u0073\u006c\u0065f\u0074\u0072\u0069\u0067\u0068\u0074",0x2935:"d\u006fw\u006e\u0072\u0069\u0067\u0068\u0074\u0063\u0075r\u0076\u0065\u0064\u0061rr\u006f\u0077",0x29f9:"\u0064o\u0077\u006e\u0073\u006c\u006f\u0070e",0x031e:"\u0064\u006fw\u006e\u0074\u0061c\u006b\u0062\u0065\u006c\u006f\u0077\u0063\u006d\u0062",0x02d5:"d\u006f\u0077\u006e\u0074\u0061\u0063\u006b\u006d\u006f\u0064",0x29e8:"d\u006f\u0077\u006e\u0074ri\u0061n\u0067\u006c\u0065\u006c\u0065f\u0074\u0062\u006c\u0061\u0063\u006b",0x29e9:"\u0064\u006f\u0077\u006etr\u0069\u0061\u006e\u0067\u006c\u0065\u0072\u0069\u0067\u0068\u0074\u0062\u006c\u0061c\u006b",0x21f5:"\u0064\u006f\u0077n\u0075\u0070\u0061\u0072\u0072\u006f\u0077\u0073",0x296f:"\u0064\u006f\u0077nu\u0070\u0068\u0061\u0072\u0070\u006f\u006f\u006e\u0073\u006c\u0065\u0066\u0074\u0072\u0069\u0067\u0068\u0074",0x21af:"\u0064o\u0077n\u007a\u0069\u0067\u007a\u0061\u0067\u0061\u0072\u0072\u006f\u0077",0x249f:"\u0064\u0070\u0061\u0072\u0065\u006e",0x2910:"\u0064\u0072\u0062\u006b\u0061\u0072\u006f\u0077",0x29f6:"\u0064\u0073\u006f\u006c",0x2a64:"\u0064\u0073\u0075\u0062",0xf6eb:"\u0064s\u0075\u0070\u0065\u0072\u0069\u006fr",0x0256:"\u0064\u0074\u0061i\u006c",0x018c:"\u0064t\u006f\u0070\u0062\u0061\u0072",0x29df:"\u0064u\u0061\u006c\u006d\u0061\u0070",0x3065:"\u0064\u0075\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x30c5:"\u0064\u0075\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0x0234:"\u0064\u0079\u006fg\u0068",0x01f3:"\u0064\u007a",0x02a3:"\u0064\u007a\u0061\u006c\u0074\u006f\u006e\u0065",0x01c6:"\u0064z\u0063\u0061\u0072\u006f\u006e",0x02a5:"\u0064\u007a\u0063\u0075\u0072\u006c",0x04e1:"d\u007ae\u0061\u0062\u006b\u0068\u0061\u0073\u0069\u0061n\u0063\u0079\u0072\u0069ll\u0069\u0063",0x045f:"\u0064\u007a\u0068e\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x0065:"\u0065",0x00e9:"\u0065\u0061\u0063\u0075\u0074\u0065",0x2641:"\u0065\u0061\u0072t\u0068",0x098f:"\u0065\u0062\u0065\u006e\u0067\u0061\u006c\u0069",0x311c:"\u0065b\u006f\u0070\u006f\u006d\u006f\u0066o",0x0115:"\u0065\u0062\u0072\u0065\u0076\u0065",0x090d:"e\u0063\u0061\u006e\u0064\u0072\u0061\u0064\u0065\u0076\u0061",0x0a8d:"\u0065c\u0061n\u0064\u0072\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069",0x0945:"e\u0063a\u006e\u0064\u0072\u0061\u0076\u006f\u0077\u0065l\u0073\u0069\u0067\u006ede\u0076\u0061",0x0ac5:"\u0065c\u0061\u006e\u0064\u0072\u0061\u0076\u006f\u0077\u0065\u006c\u0073i\u0067\u006e\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069",0x011b:"\u0065\u0063\u0061\u0072\u006f\u006e",0x1e1d:"\u0065\u0063\u0065\u0064\u0069\u006c\u006c\u0061\u0062\u0072\u0065\u0076\u0065",0x0565:"e\u0063\u0068\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x0587:"\u0065c\u0068y\u0069\u0077\u006e\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x24d4:"\u0065c\u0069\u0072\u0063\u006c\u0065",0x00ea:"e\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078",0x1ebf:"\u0065\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0061\u0063\u0075\u0074\u0065",0x1e19:"\u0065\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0062\u0065\u006c\u006f\u0077",0x1ec7:"\u0065\u0063\u0069\u0072cu\u006d\u0066\u006c\u0065\u0078\u0064\u006f\u0074\u0062\u0065\u006c\u006f\u0077",0x1ec1:"\u0065\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0067\u0072\u0061\u0076\u0065",0x1ec3:"e\u0063i\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078h\u006f\u006f\u006b\u0061bo\u0076\u0065",0x1ec5:"\u0065\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0074\u0069\u006c\u0064\u0065",0x0454:"\u0065c\u0079\u0072\u0069\u006c\u006c\u0069c",0x0205:"\u0065d\u0062\u006c\u0067\u0072\u0061\u0076e",0x090f:"\u0065\u0064\u0065v\u0061",0x00eb:"\u0065d\u0069\u0065\u0072\u0065\u0073\u0069s",0x0117:"\u0065\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074",0x1eb9:"\u0065d\u006f\u0074\u0062\u0065\u006c\u006fw",0x0a0f:"\u0065\u0065\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0x0a47:"\u0065e\u006da\u0074\u0072\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0x00e8:"\u0065\u0067\u0072\u0061\u0076\u0065",0x2a98:"\u0065\u0067\u0073\u0064\u006f\u0074",0x0a8f:"\u0065g\u0075\u006a\u0061\u0072\u0061\u0074i",0x0567:"\u0065\u0068\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x311d:"\u0065\u0068\u0062\u006f\u0070\u006f\u006d\u006f\u0066\u006f",0x3048:"\u0065h\u0069\u0072\u0061\u0067\u0061\u006ea",0x1ebb:"\u0065\u0068\u006f\u006f\u006b\u0061\u0062\u006f\u0076\u0065",0x311f:"\u0065\u0069\u0062\u006f\u0070\u006f\u006d\u006f\u0066\u006f",0x0038:"\u0065\u0069\u0067h\u0074",0x09ee:"\u0065\u0069\u0067h\u0074\u0062\u0065\u006e\u0067\u0061\u006c\u0069",0x096e:"\u0065i\u0067\u0068\u0074\u0064\u0065\u0076a",0x2471:"\u0065\u0069\u0067\u0068\u0074\u0065\u0065\u006e\u0063i\u0072\u0063\u006c\u0065",0x2485:"\u0065\u0069\u0067\u0068\u0074\u0065\u0065\u006e\u0070\u0061\u0072\u0065\u006e",0x2499:"\u0065\u0069\u0067\u0068\u0074\u0065\u0065\u006e\u0070e\u0072\u0069\u006f\u0064",0x0aee:"\u0065\u0069\u0067\u0068\u0074\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069",0x0a6e:"\u0065\u0069\u0067\u0068\u0074\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0x0668:"\u0065i\u0067h\u0074\u0068\u0061\u0063\u006b\u0061\u0072\u0061\u0062\u0069\u0063",0x3028:"\u0065\u0069\u0067\u0068\u0074\u0068\u0061\u006e\u0067\u007a\u0068\u006f\u0075",0x266b:"\u0065\u0069g\u0068\u0074\u0068n\u006f\u0074\u0065\u0062\u0065\u0061\u006d\u0065\u0064",0x3227:"e\u0069\u0067\u0068\u0074id\u0065o\u0067\u0072\u0061\u0070\u0068i\u0063\u0070\u0061\u0072\u0065\u006e",0x2088:"\u0065\u0069\u0067\u0068\u0074\u0069\u006e\u0066\u0065\u0072\u0069\u006f\u0072",0xff18:"\u0065\u0069\u0067\u0068\u0074\u006d\u006f\u006e\u006fs\u0070\u0061\u0063\u0065",0xf738:"\u0065\u0069\u0067\u0068\u0074\u006f\u006c\u0064\u0073\u0074\u0079\u006c\u0065",0x247b:"\u0065\u0069\u0067\u0068\u0074\u0070\u0061\u0072\u0065\u006e",0x248f:"e\u0069\u0067\u0068\u0074\u0070\u0065\u0072\u0069\u006f\u0064",0x06f8:"\u0065\u0069\u0067h\u0074\u0070\u0065\u0072\u0073\u0069\u0061\u006e",0x2177:"\u0065\u0069\u0067\u0068\u0074\u0072\u006f\u006d\u0061\u006e",0x2078:"\u0065\u0069\u0067\u0068\u0074\u0073\u0075\u0070\u0065\u0072\u0069\u006f\u0072",0x0e58:"\u0065i\u0067\u0068\u0074\u0074\u0068\u0061i",0x0207:"\u0065\u0069\u006e\u0076\u0065\u0072\u0074\u0065\u0064b\u0072\u0065\u0076\u0065",0x0465:"\u0065\u0069\u006f\u0074\u0069\u0066\u0069\u0065\u0064\u0063\u0079\u0072i\u006c\u006c\u0069\u0063",0x30a8:"\u0065k\u0061\u0074\u0061\u006b\u0061\u006ea",0xff74:"\u0065k\u0061t\u0061\u006b\u0061\u006e\u0061h\u0061\u006cf\u0077\u0069\u0064\u0074\u0068",0x0a74:"\u0065k\u006fn\u006b\u0061\u0072\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0x3154:"\u0065k\u006f\u0072\u0065\u0061\u006e",0x043b:"\u0065\u006c\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x2208:"\u0065l\u0065\u006d\u0065\u006e\u0074",0x246a:"\u0065\u006c\u0065v\u0065\u006e\u0063\u0069\u0072\u0063\u006c\u0065",0x247e:"e\u006c\u0065\u0076\u0065\u006e\u0070\u0061\u0072\u0065\u006e",0x2492:"\u0065\u006c\u0065v\u0065\u006e\u0070\u0065\u0072\u0069\u006f\u0064",0x217a:"e\u006c\u0065\u0076\u0065\u006e\u0072\u006f\u006d\u0061\u006e",0x23e7:"\u0065\u006c\u0069\u006e\u0074\u0065\u0072\u0073",0x2026:"\u0065\u006c\u006c\u0069\u0070\u0073\u0069\u0073",0x22ee:"\u0065\u006cl\u0069\u0070\u0073i\u0073\u0076\u0065\u0072\u0074\u0069\u0063\u0061\u006c",0x2a97:"\u0065\u006c\u0073\u0064\u006f\u0074",0x0113:"\u0065m\u0061\u0063\u0072\u006f\u006e",0x1e17:"\u0065\u006d\u0061c\u0072\u006f\u006e\u0061\u0063\u0075\u0074\u0065",0x1e15:"\u0065\u006d\u0061c\u0072\u006f\u006e\u0067\u0072\u0061\u0076\u0065",0x043c:"\u0065\u006d\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x2014:"\u0065\u006d\u0064\u0061\u0073\u0068",0xfe31:"\u0065\u006d\u0064\u0061\u0073\u0068\u0076\u0065\u0072t\u0069\u0063\u0061\u006c",0xff45:"\u0065\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0x055b:"e\u006dp\u0068\u0061\u0073\u0069\u0073\u006d\u0061\u0072k\u0061\u0072\u006d\u0065ni\u0061\u006e",0x2205:"\u0065\u006d\u0070\u0074\u0079\u0073\u0065\u0074",0x29b3:"\u0065\u006d\u0070t\u0079\u0073\u0065\u0074\u006f\u0061\u0072\u0072",0x29b4:"\u0065\u006d\u0070\u0074\u0079\u0073\u0065\u0074\u006f\u0061\u0072\u0072\u006c",0x29b1:"\u0065\u006d\u0070t\u0079\u0073\u0065\u0074\u006f\u0062\u0061\u0072",0x29b2:"\u0065\u006d\u0070\u0074\u0079\u0073\u0065\u0074\u006f\u0063\u0069\u0072\u0063",0xd801:"\u0065m\u0070\u0074\u0079\u0073\u006c\u006ft",0x2001:"\u0065\u006d\u0071\u0075\u0061\u0064",0x2003:"\u0065m\u0073\u0070\u0061\u0063\u0065",0x3123:"\u0065\u006e\u0062\u006f\u0070\u006f\u006d\u006f\u0066\u006f",0x20df:"\u0065\u006e\u0063\u006c\u006f\u0073\u0065\u0064\u0069a\u006d\u006f\u006e\u0064",0x20de:"\u0065\u006e\u0063\u006c\u006f\u0073\u0065\u0073\u0071\u0075\u0061\u0072\u0065",0x20e4:"\u0065n\u0063l\u006f\u0073\u0065\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065",0x2013:"\u0065\u006e\u0064\u0061\u0073\u0068",0xfe32:"\u0065\u006e\u0064\u0061\u0073\u0068\u0076\u0065\u0072t\u0069\u0063\u0061\u006c",0x04a3:"\u0065\u006e\u0064\u0065sc\u0065\u006e\u0064\u0065\u0072\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x014b:"\u0065\u006e\u0067",0x3125:"e\u006e\u0067\u0062\u006f\u0070\u006f\u006d\u006f\u0066\u006f",0x04a5:"\u0065\u006e\u0067\u0068\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x04c8:"\u0065\u006e\u0068\u006f\u006f\u006b\u0063\u0079\u0072i\u006c\u006c\u0069\u0063",0x2000:"\u0065\u006e\u0071\u0075\u0061\u0064",0x2002:"\u0065n\u0073\u0070\u0061\u0063\u0065",0x0119:"\u0065o\u0067\u006f\u006e\u0065\u006b",0x3153:"\u0065\u006f\u006b\u006f\u0072\u0065\u0061\u006e",0x025b:"\u0065\u006f\u0070e\u006e",0x029a:"e\u006f\u0070\u0065\u006e\u0063\u006c\u006f\u0073\u0065\u0064",0x025c:"\u0065\u006f\u0070\u0065\u006e\u0072\u0065\u0076\u0065\u0072\u0073\u0065\u0064",0x025e:"\u0065\u006f\u0070\u0065nr\u0065\u0076\u0065\u0072\u0073\u0065\u0064\u0063\u006c\u006f\u0073\u0065\u0064",0x025d:"\u0065\u006f\u0070\u0065\u006e\u0072\u0065\u0076\u0065\u0072\u0073\u0065d\u0068\u006f\u006f\u006b",0x24a0:"\u0065\u0070\u0061\u0072\u0065\u006e",0x29e3:"\u0065\u0070\u0061\u0072\u0073\u006c",0x03b5:"\u0065p\u0073\u0069\u006c\u006f\u006e",0x03f5:"\u0065\u0070\u0073\u0069\u006c\u006f\u006e\u0031",0x022a:"\u0065\u0070\u0073\u0069\u006c\u006f\u006e\u0063\u006c\u006f\u0073\u0065\u0064",0x03f6:"\u0065\u0070\u0073\u0069\u006c\u006f\u006e\u0069\u006e\u0076",0x03ad:"\u0065\u0070\u0073i\u006c\u006f\u006e\u0074\u006f\u006e\u006f\u0073",0x2255:"\u0065q\u0063\u006f\u006c\u006f\u006e",0x225d:"\u0065\u0071\u0064e\u0066",0x2a66:"\u0065\u0071\u0064o\u0074",0x2a75:"\u0065\u0071\u0065\u0071",0x2a76:"\u0065\u0071\u0065\u0071\u0065\u0071",0x22dd:"\u0065\u0071\u0067t\u0072",0x22dc:"\u0065\u0071\u006c\u0065\u0073\u0073",0x2a9a:"\u0065\u0071\u0071\u0067\u0074\u0072",0x2a99:"\u0065q\u0071\u006c\u0065\u0073\u0073",0x2a71:"\u0065q\u0071\u0070\u006c\u0075\u0073",0x2a73:"\u0065\u0071\u0071\u0073\u0069\u006d",0x2a9c:"e\u0071\u0071\u0073\u006c\u0061\u006e\u0074\u0067\u0074\u0072",0x2a9b:"\u0065\u0071\u0071s\u006c\u0061\u006e\u0074\u006c\u0065\u0073\u0073",0x003d:"\u0065\u0071\u0075a\u006c",0x2b40:"\u0065\u0071\u0075\u0061\u006c\u006c\u0065\u0066\u0074a\u0072\u0072\u006f\u0077",0xff1d:"\u0065\u0071\u0075\u0061\u006c\u006d\u006f\u006e\u006fs\u0070\u0061\u0063\u0065",0x22df:"\u0065\u0071\u0075\u0061\u006c\u006f\u0072\u0066\u006fl\u006c\u006f\u0077\u0073",0x2a96:"\u0065\u0071\u0075\u0061\u006c\u006f\u0072\u0067\u0072e\u0061\u0074\u0065\u0072",0x2a95:"e\u0071\u0075\u0061\u006c\u006f\u0072\u006c\u0065\u0073\u0073",0x22de:"\u0065q\u0075a\u006c\u006f\u0072\u0070\u0072\u0065\u0063\u0065\u0064\u0065\u0073",0x2242:"\u0065\u0071\u0075\u0061\u006c\u006f\u0072\u0073\u0069m\u0069\u006c\u0061\u0072",0x22d5:"\u0065\u0071\u0075\u0061\u006c\u0070\u0061\u0072\u0061\u006c\u006c\u0065\u006c",0x2971:"\u0065q\u0075a\u006c\u0072\u0069\u0067\u0068\u0074\u0061\u0072\u0072\u006f\u0077",0xfe66:"\u0065\u0071\u0075\u0061\u006c\u0073\u006d\u0061\u006c\u006c",0x208c:"\u0065\u0071\u0075\u0061\u006c\u0073\u0075\u0062",0x207c:"\u0065\u0071\u0075\u0061\u006c\u0073\u0075\u0070\u0065\u0072\u0069\u006f\u0072",0x2a78:"\u0065q\u0075\u0069\u0076\u0044\u0044",0x2a68:"\u0065q\u0075\u0069\u0076\u0056\u0065\u0072t",0x2a69:"\u0065\u0071\u0075\u0069\u0076\u0056\u0076\u0065\u0072\u0074",0x2261:"e\u0071\u0075\u0069\u0076\u0061\u006c\u0065\u006e\u0063\u0065",0x224d:"\u0065q\u0075i\u0076\u0061\u0073\u0079\u006d\u0070\u0074\u006f\u0074\u0069\u0063",0x29e5:"\u0065\u0071\u0076\u0070\u0061\u0072\u0073\u006c",0x3126:"\u0065\u0072\u0062\u006f\u0070\u006f\u006d\u006f\u0066\u006f",0x0440:"\u0065\u0072\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x0258:"\u0065r\u0065\u0076\u0065\u0072\u0073\u0065d",0x044d:"\u0065\u0072\u0065\u0076\u0065\u0072\u0073\u0065\u0064\u0063\u0079\u0072i\u006c\u006c\u0069\u0063",0x29f3:"\u0065\u0072\u0072\u0062\u0061\u0072\u0062\u006c\u0061\u0063\u006b\u0063i\u0072\u0063\u006c\u0065",0x29f1:"\u0065r\u0072b\u0061\u0072\u0062\u006c\u0061c\u006b\u0064i\u0061\u006d\u006f\u006e\u0064",0x29ef:"\u0065\u0072\u0072\u0062\u0061\u0072\u0062\u006c\u0061\u0063\u006b\u0073q\u0075\u0061\u0072\u0065",0x29f2:"\u0065\u0072\u0072b\u0061\u0072\u0063\u0069\u0072\u0063\u006c\u0065",0x29f0:"\u0065\u0072\u0072\u0062\u0061\u0072\u0064\u0069\u0061\u006d\u006f\u006e\u0064",0x29ee:"\u0065\u0072\u0072b\u0061\u0072\u0073\u0071\u0075\u0061\u0072\u0065",0x0441:"\u0065\u0073\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x04ab:"\u0065\u0073\u0064\u0065sc\u0065\u006e\u0064\u0065\u0072\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x0283:"\u0065\u0073\u0068",0x0286:"\u0065s\u0068\u0063\u0075\u0072\u006c",0x090e:"\u0065\u0073\u0068\u006f\u0072\u0074\u0064\u0065\u0076\u0061",0x0946:"\u0065\u0073\u0068\u006frt\u0076\u006f\u0077\u0065\u006c\u0073\u0069\u0067\u006e\u0064\u0065\u0076\u0061",0x01aa:"\u0065s\u0068r\u0065\u0076\u0065\u0072\u0073\u0065\u0064\u006c\u006f\u006f\u0070",0x0285:"\u0065\u0073h\u0073\u0071\u0075a\u0074\u0072\u0065\u0076\u0065\u0072\u0073\u0065\u0064",0x3047:"\u0065\u0073\u006d\u0061\u006c\u006c\u0068\u0069\u0072a\u0067\u0061\u006e\u0061",0x30a7:"\u0065\u0073\u006d\u0061\u006c\u006c\u006b\u0061\u0074a\u006b\u0061\u006e\u0061",0xff6a:"\u0065\u0073\u006dal\u006c\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068",0x212e:"\u0065s\u0074\u0069\u006d\u0061\u0074\u0065d",0xf6ec:"\u0065s\u0075\u0070\u0065\u0072\u0069\u006fr",0x03b7:"\u0065\u0074\u0061",0x0568:"\u0065\u0074\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x03ae:"\u0065\u0074\u0061\u0074\u006f\u006e\u006f\u0073",0x00f0:"\u0065\u0074\u0068",0x1ebd:"\u0065\u0074\u0069\u006c\u0064\u0065",0x1e1b:"e\u0074\u0069\u006c\u0064\u0065\u0062\u0065\u006c\u006f\u0077",0x0591:"\u0065\u0074\u006e\u0061\u0068\u0074\u0061\u006c\u0065\u0066\u0074\u0068e\u0062\u0072\u0065\u0077",0x01dd:"\u0065t\u0075\u0072\u006e\u0065\u0064",0x3161:"\u0065\u0075\u006b\u006f\u0072\u0065\u0061\u006e",0x20a0:"\u0065\u0075\u0072o\u0063\u0075\u0072\u0072\u0065\u006e\u0063\u0079",0x09c7:"\u0065\u0076\u006f\u0077\u0065\u006c\u0073\u0069\u0067\u006e\u0062\u0065n\u0067\u0061\u006c\u0069",0x0947:"\u0065\u0076\u006f\u0077\u0065\u006c\u0073\u0069\u0067n\u0064\u0065\u0076\u0061",0x0ac7:"\u0065v\u006fw\u0065\u006c\u0073\u0069\u0067n\u0067\u0075j\u0061\u0072\u0061\u0074\u0069",0x0021:"\u0065\u0078\u0063\u006c\u0061\u006d",0x055c:"\u0065\u0078\u0063\u006c\u0061\u006d\u0061\u0072\u006de\u006e\u0069\u0061\u006e",0x203c:"\u0065x\u0063\u006c\u0061\u006d\u0064\u0062l",0x00a1:"\u0065\u0078\u0063\u006c\u0061\u006d\u0064\u006f\u0077\u006e",0xf7a1:"\u0065x\u0063l\u0061\u006d\u0064\u006f\u0077\u006e\u0073\u006d\u0061\u006c\u006c",0xff01:"\u0065x\u0063l\u0061\u006d\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0xf721:"e\u0078\u0063\u006c\u0061\u006d\u0073\u006d\u0061\u006c\u006c",0x2203:"e\u0078\u0069\u0073\u0074\u0065\u006e\u0074\u0069\u0061\u006c",0x0292:"\u0065\u007a\u0068",0x01ef:"\u0065\u007a\u0068\u0063\u0061\u0072\u006f\u006e",0x0293:"\u0065z\u0068\u0063\u0075\u0072\u006c",0x01b9:"e\u007a\u0068\u0072\u0065\u0076\u0065\u0072\u0073\u0065\u0064",0x01ba:"\u0065z\u0068\u0074\u0061\u0069\u006c",0x0066:"\u0066",0xf70c:"\u0066\u0037\u0030\u0063",0xf70e:"\u0066\u0037\u0030\u0065",0xf70a:"\u0066\u0037\u0030\u0061",0xf70d:"\u0066\u0037\u0030\u0064",0xf70f:"\u0066\u0037\u0030\u0066",0xf70b:"\u0066\u0037\u0030\u0062",0xf71c:"\u0066\u0037\u0031\u0063",0xf71d:"\u0066\u0037\u0031\u0064",0xf71a:"\u0066\u0037\u0031\u0061",0xf700:"\u0066\u0037\u0030\u0030",0xf701:"\u0066\u0037\u0030\u0031",0xf702:"\u0066\u0037\u0030\u0032",0xf703:"\u0066\u0037\u0030\u0033",0xf704:"\u0066\u0037\u0030\u0034",0xf705:"\u0066\u0037\u0030\u0035",0xf706:"\u0066\u0037\u0030\u0036",0xf707:"\u0066\u0037\u0030\u0037",0xf708:"\u0066\u0037\u0030\u0038",0xf709:"\u0066\u0037\u0030\u0039",0xf710:"\u0066\u0037\u0031\u0030",0xf711:"\u0066\u0037\u0031\u0031",0xf712:"\u0066\u0037\u0031\u0032",0xf713:"\u0066\u0037\u0031\u0033",0xf714:"\u0066\u0037\u0031\u0034",0xf715:"\u0066\u0037\u0031\u0035",0xf716:"\u0066\u0037\u0031\u0036",0xf717:"\u0066\u0037\u0031\u0037",0xf718:"\u0066\u0037\u0031\u0038",0xf719:"\u0066\u0037\u0031\u0039",0x095e:"\u0066\u0061\u0064\u0065\u0076\u0061",0x0a5e:"\u0066\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0x2109:"\u0066\u0061\u0068\u0072\u0065\u006e\u0068\u0065\u0069\u0074",0x06cc:"\u0066\u0061\u0072\u0073\u0069\u0079\u0065\u0068",0xfbfd:"\u0066\u0061\u0072\u0073\u0069\u0079\u0065\u0068\u0066\u0069\u006e\u0061\u006c",0xfbfc:"\u0066\u0061r\u0073\u0069\u0079e\u0068\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064",0xfe77:"\u0066a\u0074h\u0061\u0068\u006f\u006e\u0074\u0061\u0074\u0077\u0065\u0065\u006c",0xfe76:"\u0066\u0061\u0074\u0068\u0061\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064",0xe820:"\u0066\u0061\u0074\u0068\u0061\u006c\u006f\u0077",0x064e:"\u0066\u0061\u0074\u0068\u0061\u006c\u006f\u0077\u0061r\u0061\u0062\u0069\u0063",0xe832:"\u0066\u0061\u0074h\u0061\u006f\u006e\u0068\u0061\u006d\u007a\u0061",0xfe70:"\u0066\u0061t\u0068\u0061\u0074a\u006e\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064",0xe823:"f\u0061\u0074\u0068\u0061\u0074\u0061\u006e\u006c\u006f\u0077",0xe833:"\u0066a\u0074h\u0061\u0074\u0061\u006e\u006f\u006e\u0068\u0061\u006d\u007a\u0061",0x3108:"\u0066b\u006f\u0070\u006f\u006d\u006f\u0066o",0x29d3:"\u0066b\u006f\u0077\u0074\u0069\u0065",0x24d5:"\u0066c\u0069\u0072\u0063\u006c\u0065",0x2a3e:"\u0066\u0063\u006d\u0070",0x292f:"\u0066\u0064\u0069\u0061\u0067\u006f\u0076\u006e\u0065a\u0072\u0072\u006f\u0077",0x292c:"\u0066\u0064\u0069a\u0067\u006f\u0076\u0072\u0064\u0069\u0061\u0067",0x1e1f:"\u0066\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074",0x0586:"f\u0065\u0068\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0xfed2:"\u0066\u0065\u0068\u0066\u0069\u006e\u0061\u006c\u0061r\u0061\u0062\u0069\u0063",0xfed3:"\u0066\u0065h\u0069\u006e\u0069t\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",0xfed1:"f\u0065\u0068\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064",0xfed4:"\u0066e\u0068m\u0065\u0064\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",0xfc31:"\u0066\u0065\u0068\u0077\u0069\u0074\u0068\u0061\u006c\u0065\u0066m\u0061\u006b\u0073\u0075\u0072\u0061\u0069\u0073\u006f\u006ca\u0074\u0065\u0064",0xfc32:"\u0066e\u0068w\u0069\u0074\u0068\u0079\u0065h\u0069\u0073o\u006c\u0061\u0074\u0065\u0064",0x03e5:"\u0066e\u0069\u0063\u006f\u0070\u0074\u0069c",0x2640:"\u0066\u0065\u006d\u0061\u006c\u0065",0xfb00:"\u0066\u0066",0xfb03:"\u0066\u0066\u0069",0xfb04:"\u0066\u0066\u006c",0xfb01:"\u0066\u0069",0x246e:"\u0066\u0069\u0066\u0074\u0065\u0065\u006e\u0063\u0069\u0072\u0063\u006c\u0065",0x2482:"\u0066\u0069\u0066t\u0065\u0065\u006e\u0070\u0061\u0072\u0065\u006e",0x2496:"\u0066\u0069\u0066\u0074\u0065\u0065\u006e\u0070\u0065\u0072\u0069\u006f\u0064",0x2012:"\u0066\u0069\u0067\u0075\u0072\u0065\u0064\u0061\u0073\u0068",0x2007:"f\u0069\u0067\u0075\u0072\u0065\u0073\u0070\u0061\u0063\u0065",0xfb3a:"f\u0069n\u0061\u006c\u006b\u0061\u0066\u0064\u0061\u0067e\u0073\u0068\u0068\u0065br\u0065\u0077",0xe803:"\u0066i\u006ea\u006c\u006b\u0061\u0066\u0077i\u0074\u0068q\u0061\u006d\u0061\u0074\u0073",0xe802:"\u0066\u0069\u006e\u0061\u006c\u006b\u0061\u0066\u0077\u0069\u0074\u0068s\u0068\u0065\u0076\u0061",0x05dd:"\u0066\u0069\u006e\u0061\u006c\u006d\u0065\u006d\u0068e\u0062\u0072\u0065\u0077",0x05e3:"\u0066\u0069\u006e\u0061\u006c\u0070\u0065\u0068\u0065\u0062\u0072\u0065\u0077",0x05e5:"\u0066\u0069\u006e\u0061\u006c\u0074\u0073\u0061\u0064\u0069",0x2a0f:"\u0066\u0069\u006e\u0074",0x02c9:"\u0066\u0069r\u0073\u0074\u0074o\u006e\u0065\u0063\u0068\u0069\u006e\u0065\u0073\u0065",0x25c9:"\u0066i\u0073\u0068\u0065\u0079\u0065",0x0035:"\u0066\u0069\u0076\u0065",0x0665:"\u0066\u0069\u0076\u0065\u0061\u0072\u0061\u0062\u0069\u0063",0x09eb:"f\u0069\u0076\u0065\u0062\u0065\u006e\u0067\u0061\u006c\u0069",0x096b:"\u0066\u0069\u0076\u0065\u0064\u0065\u0076\u0061",0x215d:"f\u0069\u0076\u0065\u0065\u0069\u0067\u0068\u0074\u0068\u0073",0x0aeb:"\u0066\u0069\u0076e\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069",0x0a6b:"\u0066\u0069\u0076e\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0x3025:"\u0066\u0069\u0076e\u0068\u0061\u006e\u0067\u007a\u0068\u006f\u0075",0x3224:"f\u0069v\u0065\u0069\u0064\u0065\u006f\u0067\u0072\u0061p\u0068\u0069\u0063\u0070ar\u0065\u006e",0x2085:"\u0066\u0069\u0076e\u0069\u006e\u0066\u0065\u0072\u0069\u006f\u0072",0xff15:"\u0066\u0069\u0076\u0065\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0xf735:"\u0066\u0069\u0076e\u006f\u006c\u0064\u0073\u0074\u0079\u006c\u0065",0x2478:"\u0066i\u0076\u0065\u0070\u0061\u0072\u0065n",0x248c:"\u0066\u0069\u0076\u0065\u0070\u0065\u0072\u0069\u006f\u0064",0x06f5:"f\u0069\u0076\u0065\u0070\u0065\u0072\u0073\u0069\u0061\u006e",0x2174:"\u0066i\u0076\u0065\u0072\u006f\u006d\u0061n",0x215a:"\u0066i\u0076\u0065\u0073\u0069\u0078\u0074h",0x2075:"\u0066\u0069\u0076e\u0073\u0075\u0070\u0065\u0072\u0069\u006f\u0072",0x0e55:"\u0066\u0069\u0076\u0065\u0074\u0068\u0061\u0069",0xfb02:"\u0066\u006c",0x230a:"\u0066l\u006f\u006f\u0072\u006c\u0065\u0066t",0x230b:"\u0066\u006c\u006f\u006f\u0072\u0072\u0069\u0067\u0068\u0074",0x0192:"\u0066\u006c\u006f\u0072\u0069\u006e",0x23e5:"\u0066\u006c\u0074n\u0073",0xff46:"\u0066\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0x3399:"\u0066\u006d\u0073\u0071\u0075\u0061\u0072\u0065",0x0e1f:"\u0066o\u0066\u0061\u006e\u0074\u0068\u0061i",0x0e1d:"\u0066\u006f\u0066\u0061\u0074\u0068\u0061\u0069",0x2aba:"\u0066o\u006cl\u006f\u0077\u006e\u006f\u0074\u0064\u0062\u006c\u0065\u0071\u0076",0x2ab6:"\u0066\u006fl\u006c\u006f\u0077n\u006f\u0074\u0073\u006c\u006e\u0074\u0065\u0071\u006c",0x22e9:"\u0066\u006f\u006c\u006c\u006f\u0077\u006f\u0072\u006e\u006f\u0074\u0065q\u0076\u006c\u006e\u0074",0x2ab0:"\u0066\u006f\u006cl\u006f\u0077\u0073\u0065\u0071\u0075\u0061\u006c",0x227d:"\u0066\u006f\u006c\u006c\u006f\u0077\u0073\u006f\u0072c\u0075\u0072\u006c\u0079",0x227f:"\u0066\u006f\u006c\u006c\u006f\u0077\u0073\u006f\u0072e\u0071\u0075\u0061\u006c",0x0e4f:"f\u006f\u006e\u0067\u006d\u0061\u006e\u0074\u0068\u0061\u0069",0x22a9:"\u0066\u006f\u0072\u0063\u0065\u0073",0x22aa:"\u0066o\u0072\u0063\u0065\u0073\u0062\u0061r",0x22d4:"\u0066\u006f\u0072\u006b",0x2adc:"\u0066\u006f\u0072k\u0073",0x2add:"\u0066\u006f\u0072\u006b\u0073\u006e\u006f\u0074",0x2ad9:"\u0066\u006f\u0072k\u0076",0x0034:"\u0066\u006f\u0075\u0072",0x0664:"\u0066\u006f\u0075\u0072\u0061\u0072\u0061\u0062\u0069\u0063",0x09ea:"f\u006f\u0075\u0072\u0062\u0065\u006e\u0067\u0061\u006c\u0069",0x096a:"\u0066\u006f\u0075\u0072\u0064\u0065\u0076\u0061",0x2158:"\u0066\u006f\u0075\u0072\u0066\u0069\u0066\u0074\u0068\u0073",0x0aea:"\u0066\u006f\u0075r\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069",0x0a6a:"\u0066\u006f\u0075r\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0x3024:"\u0066\u006f\u0075r\u0068\u0061\u006e\u0067\u007a\u0068\u006f\u0075",0x3223:"f\u006fu\u0072\u0069\u0064\u0065\u006f\u0067\u0072\u0061p\u0068\u0069\u0063\u0070ar\u0065\u006e",0x2084:"\u0066\u006f\u0075r\u0069\u006e\u0066\u0065\u0072\u0069\u006f\u0072",0xff14:"\u0066\u006f\u0075\u0072\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0x09f7:"f\u006fu\u0072\u006e\u0075\u006d\u0065\u0072\u0061\u0074o\u0072\u0062\u0065\u006ega\u006c\u0069",0xf734:"\u0066\u006f\u0075r\u006f\u006c\u0064\u0073\u0074\u0079\u006c\u0065",0x2477:"\u0066o\u0075\u0072\u0070\u0061\u0072\u0065n",0x2005:"\u0066\u006f\u0075\u0072\u0070\u0065\u0072\u0065\u006ds\u0070\u0061\u0063\u0065",0x248b:"\u0066\u006f\u0075\u0072\u0070\u0065\u0072\u0069\u006f\u0064",0x06f4:"f\u006f\u0075\u0072\u0070\u0065\u0072\u0073\u0069\u0061\u006e",0x2173:"\u0066o\u0075\u0072\u0072\u006f\u006d\u0061n",0x2074:"\u0066\u006f\u0075r\u0073\u0075\u0070\u0065\u0072\u0069\u006f\u0072",0x246d:"\u0066\u006f\u0075\u0072\u0074\u0065\u0065\u006e\u0063i\u0072\u0063\u006c\u0065",0x2481:"\u0066\u006f\u0075\u0072\u0074\u0065\u0065\u006e\u0070\u0061\u0072\u0065\u006e",0x2495:"\u0066\u006f\u0075\u0072\u0074\u0065\u0065\u006e\u0070e\u0072\u0069\u006f\u0064",0x0e54:"\u0066\u006f\u0075\u0072\u0074\u0068\u0061\u0069",0x221c:"\u0066\u006f\u0075\u0072\u0074\u0068\u0072\u006f\u006f\u0074",0x02cb:"\u0066\u006f\u0075\u0072\u0074\u0068\u0074\u006f\u006e\u0065\u0063\u0068i\u006e\u0065\u0073\u0065",0x2999:"\u0066o\u0075\u0072\u0076\u0064\u006f\u0074s",0x24a1:"\u0066\u0070\u0061\u0072\u0065\u006e",0x2044:"\u0066\u0072\u0061\u0063\u0074\u0069\u006f\u006e",0x20a3:"\u0066\u0072\u0061n\u0063",0x024b:"\u0066r\u006f\u006e\u0074\u0065\u0064",0x27d7:"\u0066\u0075\u006c\u006c\u006f\u0075\u0074\u0065\u0072\u006a\u006f\u0069\u006e",0x0067:"\u0067",0x0997:"\u0067a\u0062\u0065\u006e\u0067\u0061\u006ci",0x01f5:"\u0067\u0061\u0063\u0075\u0074\u0065",0x0917:"\u0067\u0061\u0064\u0065\u0076\u0061",0x06af:"\u0067a\u0066\u0061\u0072\u0061\u0062\u0069c",0xfb93:"\u0067\u0061\u0066\u0066\u0069\u006e\u0061\u006c\u0061r\u0061\u0062\u0069\u0063",0xfb94:"\u0067\u0061f\u0069\u006e\u0069t\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",0xfb92:"g\u0061\u0066\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064",0xfb95:"\u0067a\u0066m\u0065\u0064\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",0x0a97:"\u0067\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069",0x0a17:"\u0067\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0x304c:"\u0067\u0061\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x30ac:"\u0067\u0061\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0x03b3:"\u0067\u0061\u006dm\u0061",0x0263:"\u0067a\u006dm\u0061\u006c\u0061\u0074\u0069\u006e\u0073\u006d\u0061\u006c\u006c",0x02e0:"\u0067\u0061\u006d\u006d\u0061\u0073\u0075\u0070\u0065\u0072\u0069\u006f\u0072",0x03eb:"\u0067\u0061\u006eg\u0069\u0061\u0063\u006f\u0070\u0074\u0069\u0063",0x310d:"\u0067b\u006f\u0070\u006f\u006d\u006f\u0066o",0x011f:"\u0067\u0062\u0072\u0065\u0076\u0065",0x01e7:"\u0067\u0063\u0061\u0072\u006f\u006e",0x0123:"\u0067\u0063\u0065\u0064\u0069\u006c\u006c\u0061",0x24d6:"\u0067c\u0069\u0072\u0063\u006c\u0065",0x011d:"g\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078",0x0121:"\u0067\u0064\u006f\u0074",0x03cf:"\u0067\u0065\u0062a\u0072",0x3052:"\u0067\u0065\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x30b2:"\u0067\u0065\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0x224e:"\u0067\u0065\u006f\u006d\u0065\u0071\u0075\u0069\u0076a\u006c\u0065\u006e\u0074",0x2251:"\u0067e\u006fm\u0065\u0074\u0072\u0069\u0063a\u006c\u006cy\u0065\u0071\u0075\u0061\u006c",0x2afa:"\u0067e\u0071\u0071\u0073\u006c\u0061\u006et",0x059c:"\u0067e\u0072e\u0073\u0068\u0061\u0063\u0063e\u006e\u0074h\u0065\u0062\u0072\u0065\u0077",0x05f3:"\u0067\u0065\u0072e\u0073\u0068\u0068\u0065\u0062\u0072\u0065\u0077",0x059d:"\u0067e\u0072e\u0073\u0068\u006d\u0075\u0071d\u0061\u006dh\u0065\u0062\u0072\u0065\u0077",0x00df:"\u0067\u0065\u0072\u006d\u0061\u006e\u0064\u0062\u006c\u0073",0x059e:"g\u0065\u0072\u0073\u0068ay\u0069m\u0061\u0063\u0063\u0065\u006et\u0068\u0065\u0062\u0072\u0065\u0077",0x05f4:"\u0067e\u0072s\u0068\u0061\u0079\u0069\u006d\u0068\u0065\u0062\u0072\u0065\u0077",0x2aa9:"\u0067\u0065\u0073c\u0063",0x2a80:"\u0067\u0065\u0073\u0064\u006f\u0074",0x2a82:"\u0067e\u0073\u0064\u006f\u0074\u006f",0x2a84:"\u0067\u0065\u0073\u0064\u006f\u0074\u006f\u006c",0x2a94:"\u0067\u0065\u0073\u006c\u0065\u0073",0x3013:"\u0067\u0065\u0074\u0061\u006d\u0061\u0072\u006b",0x22d9:"\u0067\u0067\u0067",0x2af8:"\u0067g\u0067\u006e\u0065\u0073\u0074",0x0998:"\u0067\u0068\u0061\u0062\u0065\u006e\u0067\u0061\u006c\u0069",0x0572:"\u0067\u0068\u0061d\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x0918:"\u0067h\u0061\u0064\u0065\u0076\u0061",0x0a98:"g\u0068\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069",0x0a18:"g\u0068\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0x063a:"g\u0068\u0061\u0069\u006e\u0061\u0072\u0061\u0062\u0069\u0063",0xfece:"\u0067\u0068a\u0069\u006e\u0066i\u006e\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",0xfecf:"\u0067h\u0061i\u006e\u0069\u006e\u0069\u0074i\u0061\u006ca\u0072\u0061\u0062\u0069\u0063",0xfecd:"\u0067\u0068\u0061\u0069\u006e\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064",0xfed0:"\u0067\u0068\u0061\u0069\u006e\u006d\u0065\u0064\u0069\u0061\u006c\u0061r\u0061\u0062\u0069\u0063",0x0495:"g\u0068\u0065\u006d\u0069dd\u006ce\u0068\u006f\u006f\u006b\u0063y\u0072\u0069\u006c\u006c\u0069\u0063",0x0493:"\u0067\u0068\u0065\u0073\u0074\u0072\u006f\u006b\u0065\u0063\u0079\u0072i\u006c\u006c\u0069\u0063",0x0491:"\u0067\u0068\u0065\u0075\u0070\u0074\u0075\u0072\u006e\u0063\u0079\u0072i\u006c\u006c\u0069\u0063",0x095a:"\u0067\u0068\u0068\u0061\u0064\u0065\u0076\u0061",0x0a5a:"\u0067\u0068\u0068a\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0x0260:"\u0067\u0068\u006fo\u006b",0x3393:"\u0067h\u007a\u0073\u0071\u0075\u0061\u0072e",0x304e:"\u0067\u0069\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x30ae:"\u0067\u0069\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0x0563:"g\u0069\u006d\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x2137:"\u0067\u0069\u006de\u006c",0xfb32:"\u0067\u0069\u006d\u0065\u006c\u0064\u0061\u0067\u0065\u0073\u0068\u0068e\u0062\u0072\u0065\u0077",0x0453:"g\u006a\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x2a92:"\u0067\u006c\u0045",0x2aa5:"\u0067\u006c\u0061",0x29e6:"g\u006c\u0065\u0069\u0063\u0068\u0073\u0074\u0061\u0072\u006b",0x2aa4:"\u0067\u006c\u006a",0x0249:"\u0067l\u006f\u0074\u0074\u0061\u006c",0x01be:"g\u006c\u006f\u0074\u0074al\u0069n\u0076\u0065\u0072\u0074\u0065d\u0073\u0074\u0072\u006f\u006b\u0065",0x024a:"\u0067\u006c\u006f\u0074\u0074\u0061\u006c\u0072\u0065\u0076",0x0294:"g\u006c\u006f\u0074\u0074\u0061\u006c\u0073\u0074\u006f\u0070",0x0231:"\u0067\u006c\u006f\u0074\u0074\u0061\u006c\u0073\u0074o\u0070\u0062\u0061\u0072",0x0232:"\u0067\u006c\u006f\u0074\u0074\u0061\u006c\u0073\u0074\u006f\u0070\u0062a\u0072\u0072\u0065\u0076",0x0226:"\u0067\u006c\u006f\u0074\u0074\u0061\u006c\u0073\u0074o\u0070\u0069\u006e\u0076",0x0296:"\u0067\u006c\u006f\u0074ta\u006c\u0073\u0074\u006f\u0070\u0069\u006e\u0076\u0065\u0072\u0074\u0065\u0064",0x02c0:"\u0067\u006c\u006f\u0074\u0074\u0061\u006c\u0073\u0074o\u0070\u006d\u006f\u0064",0x0295:"\u0067\u006c\u006f\u0074ta\u006c\u0073\u0074\u006f\u0070\u0072\u0065\u0076\u0065\u0072\u0073\u0065\u0064",0x02c1:"\u0067\u006c\u006f\u0074ta\u006c\u0073\u0074\u006f\u0070\u0072\u0065\u0076\u0065\u0072\u0073\u0065\u0064\u006do\u0064",0x02e4:"g\u006c\u006f\u0074\u0074\u0061\u006cs\u0074\u006f\u0070\u0072\u0065\u0076\u0065\u0072\u0073e\u0064\u0073\u0075p\u0065r\u0069\u006f\u0072",0x0225:"\u0067\u006c\u006f\u0074\u0074\u0061\u006c\u0073\u0074\u006f\u0070\u0072e\u0076\u0069\u006e\u0076",0x02a1:"\u0067\u006c\u006f\u0074\u0074\u0061\u006c\u0073\u0074\u006f\u0070\u0073t\u0072\u006f\u006b\u0065",0x02a2:"\u0067l\u006f\u0074\u0074\u0061l\u0073\u0074\u006f\u0070\u0073t\u0072o\u006be\u0072\u0065\u0076\u0065\u0072\u0073\u0065d",0x1e21:"\u0067m\u0061\u0063\u0072\u006f\u006e",0xff47:"\u0067\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0x22e7:"\u0067\u006e\u0073i\u006d",0x3054:"\u0067\u006f\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x30b4:"\u0067\u006f\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0x24a2:"\u0067\u0070\u0061\u0072\u0065\u006e",0x33ac:"\u0067p\u0061\u0073\u0071\u0075\u0061\u0072e",0x2207:"\u0067\u0072\u0061\u0064\u0069\u0065\u006e\u0074",0x0060:"\u0067\u0072\u0061v\u0065",0x0316:"\u0067\u0072\u0061\u0076\u0065\u0062\u0065\u006c\u006f\u0077\u0063\u006d\u0062",0x0300:"\u0067\u0072\u0061\u0076\u0065\u0063\u006d\u0062",0x0953:"\u0067r\u0061\u0076\u0065\u0064\u0065\u0076a",0x02b3:"\u0067\u0072\u0061\u0076\u0065\u006c\u0065\u0066\u0074\u006e\u006f\u0073\u0070",0x02ce:"g\u0072\u0061\u0076\u0065\u006c\u006f\u0077\u006d\u006f\u0064",0xff40:"\u0067\u0072\u0061\u0076\u0065\u006d\u006f\u006e\u006fs\u0070\u0061\u0063\u0065",0x0340:"\u0067\u0072\u0061v\u0065\u0074\u006f\u006e\u0065\u0063\u006d\u0062",0x003e:"\u0067r\u0065\u0061\u0074\u0065\u0072",0x2a8c:"\u0067\u0072\u0065\u0061\u0074\u0065\u0072\u0064\u0062\u006c\u0065\u0071l\u006c\u0065\u0073\u0073",0x22d7:"\u0067\u0072\u0065\u0061\u0074\u0065\u0072\u0064\u006f\u0074",0x2265:"\u0067\u0072\u0065a\u0074\u0065\u0072\u0065\u0071\u0075\u0061\u006c",0x22db:"\u0067r\u0065a\u0074\u0065\u0072\u0065\u0071u\u0061\u006co\u0072\u006c\u0065\u0073\u0073",0xff1e:"\u0067\u0072e\u0061\u0074\u0065r\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0x2a8a:"\u0067r\u0065a\u0074\u0065\u0072\u006e\u006ft\u0064\u0062l\u0065\u0071\u0075\u0061\u006c",0x2a88:"\u0067r\u0065a\u0074\u0065\u0072\u006e\u006f\u0074\u0065\u0071\u0075\u0061\u006c",0x2a86:"\u0067r\u0065a\u0074\u0065\u0072\u006f\u0072a\u0070\u0070r\u006f\u0078\u0065\u0071\u006c",0x2273:"\u0067\u0072\u0065\u0061te\u0072\u006f\u0072\u0065\u0071\u0075\u0069\u0076\u0061\u006c\u0065\u006e\u0074",0x2277:"\u0067\u0072\u0065\u0061\u0074\u0065\u0072\u006f\u0072\u006c\u0065\u0073\u0073",0x2269:"\u0067r\u0065a\u0074\u0065\u0072\u006f\u0072n\u006f\u0074d\u0062\u006c\u0065\u0071\u006c",0x2267:"\u0067\u0072e\u0061\u0074\u0065r\u006f\u0076\u0065\u0072\u0065\u0071\u0075\u0061\u006c",0xfe65:"\u0067\u0072\u0065a\u0074\u0065\u0072\u0073\u006d\u0061\u006c\u006c",0x0261:"\u0067s\u0063\u0072\u0069\u0070\u0074",0x2a8e:"\u0067\u0073\u0069m\u0065",0x2a90:"\u0067\u0073\u0069m\u006c",0x01e5:"\u0067s\u0074\u0072\u006f\u006b\u0065",0x2aa7:"\u0067\u0074\u0063\u0063",0x2a7a:"\u0067\u0074\u0063i\u0072",0x29a0:"\u0067\u0074\u006c\u0070\u0061\u0072",0x2a7c:"\u0067t\u0071\u0075\u0065\u0073\u0074",0x2978:"\u0067\u0074\u0072\u0061\u0072\u0072",0x3050:"\u0067\u0075\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x00ab:"\u0067\u0075\u0069\u006c\u006c\u0065\u006d\u006f\u0074\u006c\u0065\u0066\u0074",0x00bb:"\u0067\u0075\u0069\u006c\u006c\u0065\u006d\u006f\u0074r\u0069\u0067\u0068\u0074",0x2039:"\u0067\u0075\u0069\u006c\u0073\u0069\u006e\u0067\u006c\u006c\u0065\u0066\u0074",0x203a:"\u0067\u0075\u0069\u006c\u0073\u0069\u006e\u0067\u006cr\u0069\u0067\u0068\u0074",0x30b0:"\u0067\u0075\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0x3318:"\u0067\u0075\u0072a\u006d\u0075\u0073\u0071\u0075\u0061\u0072\u0065",0x33c9:"\u0067\u0079\u0073\u0071\u0075\u0061\u0072\u0065",0x0068:"\u0068",0x04a9:"\u0068\u0061\u0061\u0062kh\u0061\u0073\u0069\u0061\u006e\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x06c1:"\u0068\u0061\u0061\u006c\u0074\u006f\u006e\u0065\u0061r\u0061\u0062\u0069\u0063",0x09b9:"\u0068a\u0062\u0065\u006e\u0067\u0061\u006ci",0x029f:"\u0068\u0061\u0063e\u006b\u0073\u0075\u0062\u006e\u006f\u0073\u0070",0x04b3:"\u0068\u0061\u0064\u0065sc\u0065\u006e\u0064\u0065\u0072\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x0939:"\u0068\u0061\u0064\u0065\u0076\u0061",0x0ab9:"\u0068\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069",0x0a39:"\u0068\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0xfea2:"\u0068\u0061\u0068\u0066\u0069\u006e\u0061\u006c\u0061r\u0061\u0062\u0069\u0063",0xfea3:"\u0068\u0061h\u0069\u006e\u0069t\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",0x306f:"\u0068\u0061\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0xfea1:"h\u0061\u0068\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064",0xfea4:"\u0068a\u0068m\u0065\u0064\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",0xfcaa:"\u0068a\u0068w\u0069\u0074\u0068\u006d\u0065e\u006d\u0069n\u0069\u0074\u0069\u0061\u006c",0x200a:"\u0068a\u0069\u0072\u0073\u0070\u0061\u0063e",0x332a:"h\u0061\u0069\u0074\u0075\u0073\u0071\u0075\u0061\u0072\u0065",0x30cf:"\u0068\u0061\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0xff8a:"\u0068\u0061\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068",0x0a4d:"\u0068\u0061\u006c\u0061\u006e\u0074\u0067\u0075\u0072m\u0075\u006b\u0068\u0069",0x0621:"\u0068\u0061m\u007a\u0061\u0064a\u006d\u006d\u0061\u0061\u0072\u0061\u0062\u0069\u0063",0xfe80:"\u0068\u0061\u006d\u007a\u0061\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064",0x3164:"\u0068\u0061\u006eg\u0075\u006c\u0066\u0069\u006c\u006c\u0065\u0072",0x044a:"\u0068\u0061r\u0064\u0073\u0069g\u006e\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x21c3:"\u0068a\u0072p\u006f\u006f\u006e\u0064\u006f\u0077\u006e\u006c\u0065\u0066\u0074",0x21c2:"\u0068\u0061r\u0070\u006f\u006fn\u0064\u006f\u0077\u006e\u0072\u0069\u0067\u0068\u0074",0x21bc:"\u0068\u0061\u0072\u0070\u006f\u006f\u006e\u006c\u0065\u0066\u0074\u0062a\u0072\u0062\u0075\u0070",0x21cc:"\u0068\u0061r\u0070\u006f\u006fn\u006c\u0065\u0066\u0074\u0072\u0069\u0067\u0068\u0074",0x21c0:"\u0068a\u0072p\u006f\u006f\u006e\u0072\u0069g\u0068\u0074b\u0061\u0072\u0062\u0075\u0070",0x21cb:"\u0068\u0061r\u0070\u006f\u006fn\u0072\u0069\u0067\u0068\u0074\u006c\u0065\u0066\u0074",0x21bf:"\u0068\u0061\u0072\u0070\u006f\u006f\u006e\u0075\u0070\u006c\u0065\u0066\u0074",0x21be:"\u0068\u0061\u0072\u0070\u006f\u006f\u006e\u0075\u0070r\u0069\u0067\u0068\u0074",0x23af:"\u0068\u0061\u0072\u0072\u006f\u0077\u0065\u0078\u0074e\u006e\u0064\u0065\u0072",0x33ca:"\u0068\u0061\u0073\u0071\u0075\u0061\u0072\u0065",0x05b2:"\u0068\u0061\u0074a\u0066\u0070\u0061\u0074\u0061\u0068\u0031\u0036",0x05b3:"\u0068\u0061\u0074\u0061\u0066\u0071\u0061\u006d\u0061\u0074\u0073\u0032\u0038",0x05b1:"h\u0061t\u0061\u0066\u0073\u0065\u0067\u006f\u006c\u0077i\u0064\u0065\u0068\u0065br\u0065\u0077",0x2a6f:"\u0068a\u0074\u0061\u0070\u0070\u0072\u006fx",0x0127:"\u0068\u0062\u0061\u0072",0x310f:"\u0068b\u006f\u0070\u006f\u006d\u006f\u0066o",0x1e2b:"h\u0062\u0072\u0065\u0076\u0065\u0062\u0065\u006c\u006f\u0077",0x1e29:"\u0068\u0063\u0065\u0064\u0069\u006c\u006c\u0061",0x24d7:"\u0068c\u0069\u0072\u0063\u006c\u0065",0x0125:"h\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078",0x03f7:"\u0068\u0063\u0079\u0072\u0069\u006c",0x1e27:"\u0068d\u0069\u0065\u0072\u0065\u0073\u0069s",0x1e23:"\u0068\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074",0x1e25:"\u0068d\u006f\u0074\u0062\u0065\u006c\u006fw",0x2665:"\u0068\u0065\u0061r\u0074",0x2661:"\u0068\u0065\u0061\u0072\u0074\u0073\u0075\u0069\u0074w\u0068\u0069\u0074\u0065",0xfb34:"\u0068\u0065\u0064\u0061\u0067\u0065\u0073\u0068\u0068e\u0062\u0072\u0065\u0077",0x0647:"\u0068e\u0068\u0061\u0072\u0061\u0062\u0069c",0xfba7:"h\u0065h\u0066\u0069\u006e\u0061\u006c\u0061\u006c\u0074o\u006e\u0065\u0061\u0072ab\u0069\u0063",0xfeea:"\u0068\u0065\u0068\u0066\u0069\u006e\u0061\u006c\u0061r\u0061\u0062\u0069\u0063",0xfba5:"\u0068e\u0068\u0068\u0061\u006d\u007a\u0061\u0061\u0062\u006f\u0076\u0065f\u0069\u006e\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",0xfba4:"h\u0065\u0068\u0068\u0061\u006d\u007aa\u0061\u0062\u006f\u0076\u0065\u0069\u0073\u006f\u006ca\u0074\u0065\u0064a\u0072a\u0062\u0069\u0063",0xfba8:"\u0068\u0065\u0068\u0069ni\u0074\u0069\u0061\u006c\u0061\u006c\u0074\u006f\u006e\u0065\u0061\u0072\u0061\u0062i\u0063",0xfeeb:"\u0068\u0065h\u0069\u006e\u0069t\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",0x3078:"\u0068\u0065\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0xfee9:"h\u0065\u0068\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064",0xfba9:"h\u0065\u0068\u006d\u0065di\u0061l\u0061\u006c\u0074\u006f\u006ee\u0061\u0072\u0061\u0062\u0069\u0063",0xfeec:"\u0068e\u0068m\u0065\u0064\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",0xfcd8:"\u0068e\u0068w\u0069\u0074\u0068\u006d\u0065e\u006d\u0069n\u0069\u0074\u0069\u0061\u006c",0x337b:"\u0068e\u0069s\u0065\u0069\u0065\u0072\u0061\u0073\u0071\u0075\u0061\u0072\u0065",0x30d8:"\u0068\u0065\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0xff8d:"\u0068\u0065\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068",0x3336:"\u0068e\u006bu\u0074\u0061\u0061\u0072\u0075\u0073\u0071\u0075\u0061\u0072\u0065",0x0267:"\u0068\u0065\u006e\u0067\u0068\u006f\u006f\u006b",0x22b9:"\u0068\u0065\u0072m\u0069\u0074\u006d\u0061\u0074\u0072\u0069\u0078",0x3339:"\u0068\u0065\u0072u\u0074\u0075\u0073\u0071\u0075\u0061\u0072\u0065",0x2394:"\u0068e\u0078\u0061\u0067\u006f\u006e",0x2b23:"\u0068\u0065\u0078a\u0067\u006f\u006e\u0062\u006c\u0061\u0063\u006b",0x0266:"\u0068\u0068\u006fo\u006b",0x023a:"\u0068\u0068\u006f\u006f\u006b\u0073\u0075\u0070\u0065\u0072",0x02b1:"\u0068\u0068\u006f\u006f\u006b\u0073\u0075\u0070\u0065\u0072\u0069\u006f\u0072",0x327b:"\u0068i\u0065u\u0068\u0061\u0063\u0069\u0072c\u006c\u0065k\u006f\u0072\u0065\u0061\u006e",0x321b:"\u0068\u0069\u0065\u0075\u0068\u0061\u0070\u0061\u0072\u0065\u006e\u006bo\u0072\u0065\u0061\u006e",0x326d:"\u0068\u0069\u0065\u0075\u0068\u0063\u0069\u0072\u0063\u006c\u0065\u006bo\u0072\u0065\u0061\u006e",0x314e:"h\u0069\u0065\u0075\u0068\u006b\u006f\u0072\u0065\u0061\u006e",0x320d:"\u0068\u0069e\u0075\u0068\u0070a\u0072\u0065\u006e\u006b\u006f\u0072\u0065\u0061\u006e",0x0674:"\u0068i\u0067\u0068\u0068\u0061\u006d\u007aa",0x3072:"\u0068\u0069\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x30d2:"\u0068\u0069\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0xff8b:"\u0068\u0069\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068",0x05b4:"\u0068i\u0072\u0069\u0071\u0031\u0034",0x2924:"\u0068k\u006e\u0065\u0061\u0072\u0072\u006fw",0x2923:"\u0068k\u006e\u0077\u0061\u0072\u0072\u006fw",0x2925:"\u0068\u006b\u0073\u0065\u0061\u0072\u006f\u0077",0x2926:"\u0068\u006b\u0073\u0077\u0061\u0072\u006f\u0077",0x1e96:"\u0068\u006c\u0069\u006e\u0065\u0062\u0065\u006c\u006f\u0077",0xff48:"\u0068\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0x0570:"\u0068\u006f\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x0e2b:"\u0068o\u0068\u0069\u0070\u0074\u0068\u0061i",0x307b:"\u0068\u006f\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x30db:"\u0068\u006f\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0xff8e:"\u0068\u006f\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068",0x05b9:"\u0068o\u006ca\u006d\u0071\u0075\u0061\u0072t\u0065\u0072h\u0065\u0062\u0072\u0065\u0077",0x0e2e:"\u0068\u006f\u006eo\u006b\u0068\u0075\u006b\u0074\u0068\u0061\u0069",0x0309:"\u0068o\u006f\u006b\u0063\u006d\u0062",0x0321:"\u0068\u006f\u006fkp\u0061\u006c\u0061\u0074\u0061\u006c\u0069\u007a\u0065\u0064\u0062\u0065\u006c\u006f\u0077\u0063\u006d\u0062",0x0322:"h\u006f\u006f\u006b\u0072et\u0072o\u0066\u006c\u0065\u0078\u0062e\u006c\u006f\u0077\u0063\u006d\u0062",0x3342:"\u0068\u006f\u006f\u006e\u0073\u0071\u0075\u0061\u0072\u0065",0x03e9:"\u0068\u006f\u0072\u0069\u0063\u006f\u0070\u0074\u0069\u0063",0x2015:"\u0068\u006f\u0072\u0069\u007a\u006f\u006e\u0074\u0061\u006c\u0062\u0061\u0072",0x05a2:"\u0068\u006f\u0072\u0069\u007a\u0074\u0061\u0062",0x031b:"\u0068o\u0072\u006e\u0063\u006d\u0062",0x2668:"\u0068\u006f\u0074\u0073\u0070\u0072\u0069\u006e\u0067\u0073",0x29d6:"\u0068o\u0075\u0072\u0067\u006c\u0061\u0073s",0x2302:"\u0068\u006f\u0075s\u0065",0x24a3:"\u0068\u0070\u0061\u0072\u0065\u006e",0x25ad:"\u0068\u0072\u0065\u0063\u0074\u0061\u006e\u0067\u006c\u0065",0x0239:"\u0068\u0073\u0075\u0070\u0065\u0072",0x02b0:"\u0068s\u0075\u0070\u0065\u0072\u0069\u006fr",0x0265:"\u0068t\u0075\u0072\u006e\u0065\u0064",0x3075:"\u0068\u0075\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x3333:"\u0068\u0075\u0069i\u0074\u006f\u0073\u0071\u0075\u0061\u0072\u0065",0x30d5:"\u0068\u0075\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0xff8c:"\u0068\u0075\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068",0x02dd:"\u0068\u0075\u006eg\u0061\u0072\u0075\u006d\u006c\u0061\u0075\u0074",0xf009:"\u0068\u0075\u006e\u0067\u0061\u0072\u0075\u006d\u006c\u0061\u0075\u0074\u0031",0x030b:"\u0068u\u006eg\u0061\u0072\u0075\u006d\u006c\u0061\u0075\u0074\u0063\u006d\u0062",0x0195:"\u0068\u0076",0x002d:"\u0068\u0079\u0070\u0068\u0065\u006e",0x2043:"\u0068\u0079\u0070h\u0065\u006e\u0062\u0075\u006c\u006c\u0065\u0074",0x2027:"\u0068y\u0070\u0068\u0065\u006e\u0064\u006ft",0xf6e5:"\u0068\u0079\u0070\u0068\u0065\u006e\u0069\u006e\u0066e\u0072\u0069\u006f\u0072",0xff0d:"\u0068y\u0070h\u0065\u006e\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0xfe63:"h\u0079\u0070\u0068\u0065\u006e\u0073\u006d\u0061\u006c\u006c",0xf6e6:"\u0068\u0079\u0070\u0068\u0065\u006e\u0073\u0075\u0070e\u0072\u0069\u006f\u0072",0x2010:"\u0068y\u0070\u0068\u0065\u006e\u0074\u0077o",0x3030:"\u0068z\u0069\u0067\u007a\u0061\u0067",0x0069:"\u0069",0x00ed:"\u0069\u0061\u0063\u0075\u0074\u0065",0x01f8:"\u0069\u0062\u0061\u0072",0x0987:"\u0069\u0062\u0065\u006e\u0067\u0061\u006c\u0069",0x3127:"\u0069b\u006f\u0070\u006f\u006d\u006f\u0066o",0x012d:"\u0069\u0062\u0072\u0065\u0076\u0065",0x01d0:"\u0069\u0063\u0061\u0072\u006f\u006e",0x24d8:"\u0069c\u0069\u0072\u0063\u006c\u0065",0x00ee:"i\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078",0x0209:"\u0069d\u0062\u006c\u0067\u0072\u0061\u0076e",0x328f:"i\u0064e\u006f\u0067\u0072\u0061\u0070\u0068\u0065\u0061r\u0074\u0068\u0063\u0069rc\u006c\u0065",0x328b:"\u0069\u0064\u0065\u006fgr\u0061\u0070\u0068\u0066\u0069\u0072\u0065\u0063\u0069\u0072\u0063\u006c\u0065",0x323f:"\u0069d\u0065\u006f\u0067\u0072\u0061\u0070\u0068\u0069\u0063\u0061\u006cl\u0069\u0061\u006e\u0063\u0065\u0070\u0061\u0072\u0065\u006e",0x323a:"i\u0064e\u006f\u0067\u0072\u0061\u0070\u0068\u0069\u0063c\u0061\u006c\u006c\u0070ar\u0065\u006e",0x32a5:"\u0069\u0064\u0065og\u0072\u0061\u0070\u0068\u0069\u0063\u0063\u0065\u006e\u0074\u0072\u0065\u0063\u0069\u0072\u0063\u006c\u0065",0x3006:"\u0069\u0064e\u006f\u0067\u0072a\u0070\u0068\u0069\u0063\u0063\u006c\u006f\u0073\u0065",0x3001:"\u0069\u0064e\u006f\u0067\u0072a\u0070\u0068\u0069\u0063\u0063\u006f\u006d\u006d\u0061",0xff64:"i\u0064e\u006f\u0067\u0072\u0061\u0070\u0068\u0069\u0063c\u006f\u006d\u006d\u0061le\u0066\u0074",0x3237:"\u0069\u0064\u0065\u006f\u0067\u0072\u0061\u0070\u0068\u0069c\u0063\u006f\u006e\u0067\u0072\u0061\u0074u\u006c\u0061\u0074\u0069\u006f\u006e\u0070\u0061\u0072\u0065\u006e",0x32a3:"\u0069d\u0065\u006f\u0067\u0072\u0061\u0070\u0068\u0069\u0063\u0063\u006fr\u0072\u0065\u0063\u0074\u0063\u0069\u0072\u0063\u006c\u0065",0x322f:"i\u0064\u0065\u006f\u0067ra\u0070h\u0069\u0063\u0065\u0061\u0072t\u0068\u0070\u0061\u0072\u0065\u006e",0x323d:"\u0069\u0064\u0065\u006f\u0067\u0072\u0061\u0070\u0068\u0069\u0063e\u006e\u0074\u0065\u0072\u0070\u0072\u0069\u0073\u0065\u0070a\u0072\u0065\u006e",0x329d:"\u0069\u0064\u0065\u006f\u0067\u0072\u0061\u0070\u0068\u0069\u0063e\u0078\u0063\u0065\u006c\u006c\u0065\u006e\u0074\u0063\u0069r\u0063\u006c\u0065",0x3240:"\u0069d\u0065\u006f\u0067\u0072\u0061\u0070\u0068\u0069\u0063\u0066\u0065s\u0074\u0069\u0076\u0061\u006c\u0070\u0061\u0072\u0065\u006e",0x3296:"\u0069\u0064\u0065\u006f\u0067\u0072\u0061\u0070\u0068\u0069\u0063f\u0069\u006e\u0061\u006e\u0063\u0069\u0061\u006c\u0063\u0069r\u0063\u006c\u0065",0x3236:"\u0069d\u0065\u006f\u0067\u0072a\u0070\u0068\u0069\u0063\u0066i\u006ea\u006ec\u0069\u0061\u006c\u0070\u0061\u0072\u0065n",0x322b:"i\u0064e\u006f\u0067\u0072\u0061\u0070\u0068\u0069\u0063f\u0069\u0072\u0065\u0070ar\u0065\u006e",0x3232:"i\u0064e\u006f\u0067\u0072\u0061\u0070\u0068\u0069\u0063h\u0061\u0076\u0065\u0070ar\u0065\u006e",0x32a4:"i\u0064\u0065\u006f\u0067ra\u0070h\u0069\u0063\u0068\u0069\u0067h\u0063\u0069\u0072\u0063\u006c\u0065",0x3005:"\u0069d\u0065\u006f\u0067\u0072\u0061\u0070\u0068\u0069\u0063\u0069\u0074e\u0072\u0061\u0074\u0069\u006f\u006e\u006d\u0061\u0072\u006b",0x3298:"\u0069\u0064\u0065\u006fgr\u0061\u0070\u0068\u0069\u0063\u006c\u0061\u0062\u006f\u0072\u0063\u0069\u0072\u0063l\u0065",0x3238:"i\u0064\u0065\u006f\u0067ra\u0070h\u0069\u0063\u006c\u0061\u0062o\u0072\u0070\u0061\u0072\u0065\u006e",0x32a7:"i\u0064\u0065\u006f\u0067ra\u0070h\u0069\u0063\u006c\u0065\u0066t\u0063\u0069\u0072\u0063\u006c\u0065",0x32a6:"i\u0064e\u006f\u0067\u0072\u0061\u0070\u0068\u0069\u0063l\u006f\u0077\u0063\u0069rc\u006c\u0065",0x32a9:"\u0069d\u0065\u006f\u0067\u0072a\u0070\u0068\u0069\u0063\u006de\u0064i\u0063i\u006e\u0065\u0063\u0069\u0072\u0063\u006ce",0x322e:"i\u0064\u0065\u006f\u0067ra\u0070h\u0069\u0063\u006d\u0065\u0074a\u006c\u0070\u0061\u0072\u0065\u006e",0x322a:"i\u0064e\u006f\u0067\u0072\u0061\u0070\u0068\u0069\u0063m\u006f\u006f\u006e\u0070ar\u0065\u006e",0x3234:"i\u0064e\u006f\u0067\u0072\u0061\u0070\u0068\u0069\u0063n\u0061\u006d\u0065\u0070ar\u0065\u006e",0x3002:"\u0069\u0064\u0065\u006f\u0067\u0072\u0061\u0070\u0068\u0069\u0063\u0070e\u0072\u0069\u006f\u0064",0x329e:"\u0069\u0064\u0065\u006fgr\u0061\u0070\u0068\u0069\u0063\u0070\u0072\u0069\u006e\u0074\u0063\u0069\u0072\u0063l\u0065",0x3243:"i\u0064\u0065\u006f\u0067ra\u0070h\u0069\u0063\u0072\u0065\u0061c\u0068\u0070\u0061\u0072\u0065\u006e",0x3239:"\u0069d\u0065\u006f\u0067\u0072a\u0070\u0068\u0069\u0063\u0072e\u0070r\u0065s\u0065\u006e\u0074\u0070\u0061\u0072\u0065n",0x323e:"\u0069d\u0065\u006f\u0067\u0072\u0061\u0070\u0068\u0069\u0063\u0072\u0065s\u006f\u0075\u0072\u0063\u0065\u0070\u0061\u0072\u0065\u006e",0x32a8:"\u0069\u0064\u0065\u006fgr\u0061\u0070\u0068\u0069\u0063\u0072\u0069\u0067\u0068\u0074\u0063\u0069\u0072\u0063l\u0065",0x3299:"\u0069\u0064\u0065og\u0072\u0061\u0070\u0068\u0069\u0063\u0073\u0065\u0063\u0072\u0065\u0074\u0063\u0069\u0072\u0063\u006c\u0065",0x3242:"i\u0064e\u006f\u0067\u0072\u0061\u0070\u0068\u0069\u0063s\u0065\u006c\u0066\u0070ar\u0065\u006e",0x3233:"\u0069\u0064\u0065og\u0072\u0061\u0070\u0068\u0069\u0063\u0073\u006f\u0063\u0069\u0065\u0074\u0079\u0070\u0061\u0072\u0065\u006e",0x3000:"\u0069\u0064e\u006f\u0067\u0072a\u0070\u0068\u0069\u0063\u0073\u0070\u0061\u0063\u0065",0x3235:"\u0069\u0064\u0065og\u0072\u0061\u0070\u0068\u0069\u0063\u0073\u0070\u0065\u0063\u0069\u0061\u006c\u0070\u0061\u0072\u0065\u006e",0x3231:"i\u0064\u0065\u006f\u0067ra\u0070h\u0069\u0063\u0073\u0074\u006fc\u006b\u0070\u0061\u0072\u0065\u006e",0x323b:"i\u0064\u0065\u006f\u0067ra\u0070h\u0069\u0063\u0073\u0074\u0075d\u0079\u0070\u0061\u0072\u0065\u006e",0x3230:"\u0069\u0064\u0065\u006fgr\u0061\u0070\u0068\u0069\u0063\u0073\u0075\u006e\u0070\u0061\u0072\u0065\u006e",0x323c:"\u0069d\u0065\u006f\u0067\u0072a\u0070\u0068\u0069\u0063\u0073u\u0070e\u0072v\u0069\u0073\u0065\u0070\u0061\u0072\u0065n",0x322c:"i\u0064\u0065\u006f\u0067ra\u0070h\u0069\u0063\u0077\u0061\u0074e\u0072\u0070\u0061\u0072\u0065\u006e",0x322d:"i\u0064e\u006f\u0067\u0072\u0061\u0070\u0068\u0069\u0063w\u006f\u006f\u0064\u0070ar\u0065\u006e",0x3007:"\u0069d\u0065o\u0067\u0072\u0061\u0070\u0068\u0069\u0063\u007a\u0065\u0072\u006f",0x328e:"i\u0064e\u006f\u0067\u0072\u0061\u0070\u0068\u006d\u0065t\u0061\u006c\u0063\u0069rc\u006c\u0065",0x328a:"\u0069\u0064\u0065\u006fgr\u0061\u0070\u0068\u006d\u006f\u006f\u006e\u0063\u0069\u0072\u0063\u006c\u0065",0x3294:"\u0069\u0064\u0065\u006fgr\u0061\u0070\u0068\u006e\u0061\u006d\u0065\u0063\u0069\u0072\u0063\u006c\u0065",0x3290:"\u0069d\u0065o\u0067\u0072\u0061\u0070\u0068s\u0075\u006ec\u0069\u0072\u0063\u006c\u0065",0x328c:"i\u0064e\u006f\u0067\u0072\u0061\u0070\u0068\u0077\u0061t\u0065\u0072\u0063\u0069rc\u006c\u0065",0x328d:"\u0069\u0064\u0065\u006fgr\u0061\u0070\u0068\u0077\u006f\u006f\u0064\u0063\u0069\u0072\u0063\u006c\u0065",0x0907:"\u0069\u0064\u0065v\u0061",0x00ef:"\u0069d\u0069\u0065\u0072\u0065\u0073\u0069s",0x1e2f:"\u0069\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073a\u0063\u0075\u0074\u0065",0x04e5:"\u0069\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073\u0063\u0079\u0072i\u006c\u006c\u0069\u0063",0x1ecb:"\u0069d\u006f\u0074\u0062\u0065\u006c\u006fw",0x04d7:"\u0069e\u0062r\u0065\u0076\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x0435:"\u0069\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x03f9:"\u0069\u0065\u0068\u006f\u006f\u006b",0x03fb:"\u0069\u0065\u0068o\u006f\u006b\u006f\u0067\u006f\u006e\u0065\u006b",0x3275:"\u0069e\u0075n\u0067\u0061\u0063\u0069\u0072c\u006c\u0065k\u006f\u0072\u0065\u0061\u006e",0x3215:"\u0069\u0065\u0075\u006e\u0067\u0061\u0070\u0061\u0072\u0065\u006e\u006bo\u0072\u0065\u0061\u006e",0x3267:"\u0069\u0065\u0075\u006e\u0067\u0063\u0069\u0072\u0063\u006c\u0065\u006bo\u0072\u0065\u0061\u006e",0x3147:"i\u0065\u0075\u006e\u0067\u006b\u006f\u0072\u0065\u0061\u006e",0x3207:"\u0069\u0065u\u006e\u0067\u0070a\u0072\u0065\u006e\u006b\u006f\u0072\u0065\u0061\u006e",0x00ec:"\u0069\u0067\u0072\u0061\u0076\u0065",0x0a87:"\u0069g\u0075\u006a\u0061\u0072\u0061\u0074i",0x0a07:"\u0069g\u0075\u0072\u006d\u0075\u006b\u0068i",0x3044:"\u0069h\u0069\u0072\u0061\u0067\u0061\u006ea",0x1ec9:"\u0069\u0068\u006f\u006f\u006b\u0061\u0062\u006f\u0076\u0065",0x0988:"\u0069i\u0062\u0065\u006e\u0067\u0061\u006ci",0x0438:"\u0069\u0069\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x0908:"\u0069\u0069\u0064\u0065\u0076\u0061",0x0a88:"\u0069\u0069\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069",0x0a08:"\u0069\u0069\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0x2a0c:"\u0069\u0069\u0069\u0069\u006e\u0074",0x222d:"\u0069\u0069\u0069n\u0074",0x0a40:"\u0069i\u006da\u0074\u0072\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0x29dc:"\u0069\u0069\u006e\u0066\u0069\u006e",0x020b:"\u0069\u0069\u006e\u0076\u0065\u0072\u0074\u0065\u0064b\u0072\u0065\u0076\u0065",0x09c0:"\u0069i\u0076o\u0077\u0065\u006c\u0073\u0069g\u006e\u0062e\u006e\u0067\u0061\u006c\u0069",0x0940:"\u0069i\u0076o\u0077\u0065\u006c\u0073\u0069\u0067\u006e\u0064\u0065\u0076\u0061",0x0ac0:"\u0069\u0069\u0076\u006fwe\u006c\u0073\u0069\u0067\u006e\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069",0x0133:"\u0069\u006a",0x30a4:"\u0069k\u0061\u0074\u0061\u006b\u0061\u006ea",0xff72:"\u0069k\u0061t\u0061\u006b\u0061\u006e\u0061h\u0061\u006cf\u0077\u0069\u0064\u0074\u0068",0x3163:"\u0069k\u006f\u0072\u0065\u0061\u006e",0x05ac:"\u0069\u006c\u0075\u0079\u0068\u0065\u0062\u0072\u0065\u0077",0x012b:"\u0069m\u0061\u0063\u0072\u006f\u006e",0x04e3:"\u0069m\u0061c\u0072\u006f\u006e\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x22b7:"\u0069m\u0061\u0067\u0065\u006f\u0066",0x2253:"\u0069m\u0061\u0067\u0065\u006fr\u0061\u0070\u0070\u0072\u006fx\u0069m\u0061t\u0065\u006c\u0079\u0065\u0071\u0075\u0061l",0x1d6a4:"\u0069\u006d\u0061t\u0068",0x0a3f:"\u0069\u006d\u0061\u0074\u0072\u0061\u0067\u0075\u0072m\u0075\u006b\u0068\u0069",0xff49:"\u0069\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0x221e:"\u0069\u006e\u0066\u0069\u006e\u0069\u0074\u0079",0x056b:"i\u006e\u0069\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x2a0e:"\u0069\u006e\u0074\u0042\u0061\u0072",0x2a0d:"\u0069\u006e\u0074\u0062\u0061\u0072",0x2a19:"\u0069\u006e\u0074\u0063\u0061\u0070",0x2231:"\u0069\u006e\u0074c\u006c\u006f\u0063\u006b\u0077\u0069\u0073\u0065",0x2a1a:"\u0069\u006e\u0074\u0063\u0075\u0070",0x2216:"\u0069\u006e\u0074\u0065\u0067\u0065\u0072\u0064\u0069\u0076\u0069\u0064\u0065",0x222b:"\u0069\u006e\u0074\u0065\u0067\u0072\u0061\u006c",0x2321:"\u0069\u006e\u0074\u0065\u0067\u0072\u0061\u006c\u0062\u0074",0xf8f5:"\u0069\u006e\u0074\u0065\u0067\u0072\u0061\u006c\u0065\u0078",0x2320:"\u0069\u006e\u0074\u0065\u0067\u0072\u0061\u006c\u0074\u0070",0x22ba:"\u0069\u006e\u0074\u0065\u0072\u0063\u0061\u006c",0x2af4:"\u0069\u006e\u0074\u0065\u0072\u006c\u0065\u0061\u0076\u0065",0x203d:"i\u006e\u0074\u0065\u0072\u0072\u006f\u0062\u0061\u006e\u0067",0x2e18:"\u0069n\u0074e\u0072\u0072\u006f\u0062\u0061\u006e\u0067\u0064\u006f\u0077\u006e",0x2229:"\u0069\u006e\u0074e\u0072\u0073\u0065\u0063\u0074\u0069\u006f\u006e",0x22d2:"\u0069n\u0074e\u0072\u0073\u0065\u0063\u0074\u0069\u006f\u006e\u0064\u0062\u006c",0x22c2:"\u0069\u006e\u0074\u0065rs\u0065\u0063\u0074\u0069\u006f\u006e\u0064\u0069\u0073\u0070\u006c\u0061\u0079",0x2293:"\u0069\u006e\u0074\u0065\u0072\u0073\u0065\u0063\u0074i\u006f\u006e\u0073\u0071",0x23ae:"i\u006e\u0074\u0065\u0078\u0074\u0065\u006e\u0064\u0065\u0072",0x3305:"\u0069\u006e\u0074\u0069\u0073\u0071\u0075\u0061\u0072\u0065",0x2a17:"\u0069\u006e\u0074\u006c\u0061\u0072\u0068\u006b",0x2a3c:"\u0069n\u0074\u0070\u0072\u006f\u0064",0x2a3d:"\u0069\u006e\u0074\u0070\u0072\u006f\u0064\u0072",0x2a18:"\u0069\u006e\u0074\u0078",0x25d8:"\u0069n\u0076\u0062\u0075\u006c\u006c\u0065t",0x25d9:"\u0069n\u0076\u0063\u0069\u0072\u0063\u006ce",0x223e:"\u0069\u006e\u0076\u006c\u0061\u007a\u0079\u0073",0x25db:"\u0069\u006e\u0076wh\u0069\u0074\u0065\u006c\u006f\u0077\u0065\u0072\u0068\u0061\u006c\u0066\u0063\u0069\u0072\u0063\u006c\u0065",0x25da:"\u0069\u006e\u0076wh\u0069\u0074\u0065\u0075\u0070\u0070\u0065\u0072\u0068\u0061\u006c\u0066\u0063\u0069\u0072\u0063\u006c\u0065",0x012f:"\u0069o\u0067\u006f\u006e\u0065\u006b",0x03b9:"\u0069\u006f\u0074\u0061",0x01f9:"\u0069\u006f\u0074a\u0031",0x03ca:"\u0069\u006f\u0074a\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073",0x0390:"\u0069\u006f\u0074\u0061\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073t\u006f\u006e\u006f\u0073",0x0269:"\u0069o\u0074\u0061\u006c\u0061\u0074\u0069n",0x03af:"\u0069o\u0074\u0061\u0074\u006f\u006e\u006fs",0x24a4:"\u0069\u0070\u0061\u0072\u0065\u006e",0x0a72:"i\u0072\u0069\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0x22f9:"\u0069\u0073\u0069n\u0045",0x22f5:"\u0069s\u0069\u006e\u0064\u006f\u0074",0x22f7:"\u0069\u0073\u0069\u006e\u006f\u0062\u0061\u0072",0x22f4:"\u0069\u0073\u0069n\u0073",0x22f8:"\u0069\u0073\u0069\u006e\u0076\u0062",0x3043:"\u0069\u0073\u006d\u0061\u006c\u006c\u0068\u0069\u0072a\u0067\u0061\u006e\u0061",0x30a3:"\u0069\u0073\u006d\u0061\u006c\u006c\u006b\u0061\u0074a\u006b\u0061\u006e\u0061",0xff68:"\u0069\u0073\u006dal\u006c\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068",0x09fa:"\u0069\u0073\u0073\u0068\u0061\u0072\u0062\u0065\u006e\u0067\u0061\u006c\u0069",0x0268:"\u0069s\u0074\u0072\u006f\u006b\u0065",0xf6ed:"\u0069s\u0075\u0070\u0065\u0072\u0069\u006fr",0x309d:"\u0069\u0074\u0065\u0072\u0061\u0074\u0069\u006f\u006e\u0068\u0069\u0072a\u0067\u0061\u006e\u0061",0x30fd:"\u0069\u0074\u0065\u0072\u0061\u0074\u0069\u006f\u006e\u006b\u0061\u0074a\u006b\u0061\u006e\u0061",0x0129:"\u0069\u0074\u0069\u006c\u0064\u0065",0x1e2d:"i\u0074\u0069\u006c\u0064\u0065\u0062\u0065\u006c\u006f\u0077",0x3129:"\u0069\u0075\u0062\u006f\u0070\u006f\u006d\u006f\u0066\u006f",0x09bf:"\u0069\u0076\u006f\u0077\u0065\u006c\u0073\u0069\u0067\u006e\u0062\u0065n\u0067\u0061\u006c\u0069",0x093f:"\u0069\u0076\u006f\u0077\u0065\u006c\u0073\u0069\u0067n\u0064\u0065\u0076\u0061",0x0abf:"\u0069v\u006fw\u0065\u006c\u0073\u0069\u0067n\u0067\u0075j\u0061\u0072\u0061\u0074\u0069",0x0477:"\u0069\u007a\u0068it\u0073\u0061\u0064\u0062\u006c\u0067\u0072\u0061\u0076\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x006a:"\u006a",0x0571:"\u006a\u0061\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x099c:"\u006aa\u0062\u0065\u006e\u0067\u0061\u006ci",0x091c:"\u006a\u0061\u0064\u0065\u0076\u0061",0x0a9c:"\u006a\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069",0x0a1c:"\u006a\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0x3110:"\u006ab\u006f\u0070\u006f\u006d\u006f\u0066o",0x01f0:"\u006a\u0063\u0061\u0072\u006f\u006e",0x24d9:"\u006ac\u0069\u0072\u0063\u006c\u0065",0x0135:"j\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078",0x029d:"\u006a\u0063\u0072o\u0073\u0073\u0065\u0064\u0074\u0061\u0069\u006c",0x022d:"\u006a\u0063\u0072\u006f\u0073\u0073\u0074\u0061\u0069\u006c",0x025f:"\u006a\u0064\u006f\u0074\u006c\u0065\u0073\u0073\u0073t\u0072\u006f\u006b\u0065",0x062c:"\u006a\u0065\u0065\u006d\u0061\u0072\u0061\u0062\u0069\u0063",0xfe9e:"\u006ae\u0065m\u0066\u0069\u006e\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",0xfe9f:"\u006a\u0065\u0065\u006d\u0069\u006e\u0069\u0074\u0069\u0061\u006c\u0061r\u0061\u0062\u0069\u0063",0xfe9d:"\u006a\u0065\u0065m\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064",0xfea0:"\u006a\u0065e\u006d\u006d\u0065d\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",0xfca8:"\u006a\u0065\u0065\u006dwi\u0074\u0068\u006d\u0065\u0065\u006d\u0069\u006e\u0069\u0074\u0069\u0061\u006c",0xfb8b:"\u006a\u0065\u0068\u0066\u0069\u006e\u0061\u006c\u0061r\u0061\u0062\u0069\u0063",0xfb8a:"j\u0065\u0068\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064",0x099d:"\u006a\u0068\u0061\u0062\u0065\u006e\u0067\u0061\u006c\u0069",0x091d:"\u006ah\u0061\u0064\u0065\u0076\u0061",0x0a9d:"j\u0068\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069",0x0a1d:"j\u0068\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0x057b:"\u006a\u0068\u0065h\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x3004:"\u006a\u0069\u0073",0x1d6a5:"\u006a\u006d\u0061t\u0068",0xff4a:"\u006a\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0x24a5:"\u006a\u0070\u0061\u0072\u0065\u006e",0x023b:"\u006a\u0073\u0075\u0070\u0065\u0072",0x02b2:"\u006as\u0075\u0070\u0065\u0072\u0069\u006fr",0x006b:"\u006b",0x04a1:"\u006b\u0061\u0062\u0061\u0073\u0068\u006b\u0069\u0072\u0063\u0079\u0072i\u006c\u006c\u0069\u0063",0x0995:"\u006ba\u0062\u0065\u006e\u0067\u0061\u006ci",0x1e31:"\u006b\u0061\u0063\u0075\u0074\u0065",0x043a:"\u006b\u0061\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x049b:"\u006b\u0061\u0064\u0065sc\u0065\u006e\u0064\u0065\u0072\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x0915:"\u006b\u0061\u0064\u0065\u0076\u0061",0x05db:"\u006b\u0061\u0066",0xfb3b:"\u006ba\u0066\u0064\u0061\u0067\u0065\u0073h",0xfeda:"\u006b\u0061\u0066\u0066\u0069\u006e\u0061\u006c\u0061r\u0061\u0062\u0069\u0063",0xfedb:"\u006b\u0061f\u0069\u006e\u0069t\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",0xfed9:"k\u0061\u0066\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064",0xfedc:"\u006ba\u0066m\u0065\u0064\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",0xfb4d:"\u006b\u0061\u0066\u0072\u0061\u0066\u0065\u0068\u0065\u0062\u0072\u0065\u0077",0x0a95:"\u006b\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069",0x0a15:"\u006b\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0x304b:"\u006b\u0061\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x0400:"\u006b\u0061\u0068\u006f\u006f\u006b",0x04c4:"\u006b\u0061\u0068\u006f\u006f\u006b\u0063\u0079\u0072i\u006c\u006c\u0069\u0063",0x30ab:"\u006b\u0061\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0xff76:"\u006b\u0061\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068",0x03ba:"\u006b\u0061\u0070p\u0061",0x03f0:"\u006b\u0061p\u0070\u0061\u0073y\u006d\u0062\u006f\u006c\u0067\u0072\u0065\u0065\u006b",0x3171:"\u006b\u0061\u0070\u0079eo\u0075\u006e\u006d\u0069\u0065\u0075\u006d\u006b\u006f\u0072\u0065\u0061\u006e",0x3184:"k\u0061\u0070\u0079\u0065ou\u006ep\u0068\u0069\u0065\u0075\u0070h\u006b\u006f\u0072\u0065\u0061\u006e",0x3178:"\u006b\u0061\u0070\u0079eo\u0075\u006e\u0070\u0069\u0065\u0075\u0070\u006b\u006f\u0072\u0065\u0061\u006e",0x3179:"\u006ba\u0070\u0079\u0065\u006f\u0075\u006e\u0073\u0073\u0061\u006e\u0067p\u0069\u0065\u0075\u0070\u006b\u006f\u0072\u0065\u0061\u006e",0x330d:"\u006b\u0061\u0072\u006f\u0072\u0069\u0069\u0073\u0071\u0075\u0061\u0072\u0065",0x03d7:"\u006ba\u0072\u0074\u0064\u0065\u0073",0x0640:"\u006b\u0061\u0073\u0068\u0069\u0064\u0061\u0061\u0075\u0074o\u006e\u006f\u0073\u0069\u0064\u0065\u0062e\u0061\u0072\u0069\u006e\u0067\u0061\u0072\u0061\u0062\u0069\u0063",0x30f5:"\u006ba\u0073m\u0061\u006c\u006c\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0x3384:"\u006b\u0061\u0073\u0071\u0075\u0061\u0072\u0065",0xfe7a:"\u006b\u0061\u0073\u0072\u0061\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064",0xe826:"\u006b\u0061\u0073\u0072\u0061\u006c\u006f\u0077",0xfe7b:"k\u0061\u0073\u0072\u0061\u006d\u0065\u0064\u0069\u0061\u006c",0x064d:"\u006b\u0061\u0073\u0072\u0061\u0074\u0061\u006e\u0061r\u0061\u0062\u0069\u0063",0xfe74:"\u006b\u0061s\u0072\u0061\u0074a\u006e\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064",0xe827:"k\u0061\u0073\u0072\u0061\u0074\u0061\u006e\u006c\u006f\u0077",0x049f:"\u006b\u0061s\u0074\u0072\u006fk\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0xff70:"\u006b\u0061\u0074\u0061h\u0069\u0072\u0061\u0070\u0072\u006f\u006c\u006f\u006e\u0067m\u0061r\u006b\u0068\u0061\u006c\u0066\u0077\u0069d\u0074\u0068",0x049d:"\u006ba\u0076\u0065\u0072\u0074\u0069\u0063\u0061\u006c\u0073\u0074\u0072o\u006b\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x310e:"\u006bb\u006f\u0070\u006f\u006d\u006f\u0066o",0x3389:"\u006b\u0063\u0061\u006c\u0073\u0071\u0075\u0061\u0072\u0065",0x01e9:"\u006b\u0063\u0061\u0072\u006f\u006e",0x24da:"\u006bc\u0069\u0072\u0063\u006c\u0065",0x0137:"\u006b\u0063\u006fm\u006d\u0061\u0061\u0063\u0063\u0065\u006e\u0074",0x1e33:"\u006bd\u006f\u0074\u0062\u0065\u006c\u006fw",0x0584:"k\u0065\u0068\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x06a9:"\u006b\u0065\u0068e\u0068",0xfb8f:"\u006b\u0065\u0068\u0065\u0068\u0066\u0069\u006e\u0061\u006c",0xfb90:"\u006b\u0065\u0068e\u0068\u0069\u006e\u0069\u0074\u0069\u0061\u006c",0xfb8e:"\u006b\u0065\u0068\u0065\u0068\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064",0xfb91:"k\u0065\u0068\u0065\u0068\u006d\u0065\u0064\u0069\u0061\u006c",0x3051:"\u006b\u0065\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x30b1:"\u006b\u0065\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0xff79:"\u006b\u0065\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068",0x056f:"k\u0065\u006e\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x223b:"\u006b\u0065\u0072\u006e\u0065\u006c\u0063\u006f\u006e\u0074\u0072\u0061c\u0074\u0069\u006f\u006e",0x30f6:"\u006be\u0073m\u0061\u006c\u006c\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0x0138:"\u006b\u0067\u0072e\u0065\u006e\u006c\u0061\u006e\u0064\u0069\u0063",0x0996:"\u006b\u0068\u0061\u0062\u0065\u006e\u0067\u0061\u006c\u0069",0x0916:"\u006bh\u0061\u0064\u0065\u0076\u0061",0x0a96:"k\u0068\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069",0x0a16:"k\u0068\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0xfea6:"\u006bh\u0061h\u0066\u0069\u006e\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",0xfea7:"\u006b\u0068\u0061\u0068\u0069\u006e\u0069\u0074\u0069\u0061\u006c\u0061r\u0061\u0062\u0069\u0063",0xfea5:"\u006b\u0068\u0061h\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064",0xfea8:"\u006b\u0068a\u0068\u006d\u0065d\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",0xfcac:"\u006b\u0068\u0061\u0068wi\u0074\u0068\u006d\u0065\u0065\u006d\u0069\u006e\u0069\u0074\u0069\u0061\u006c",0x03e7:"\u006b\u0068\u0065\u0069\u0063\u006f\u0070\u0074\u0069\u0063",0x0959:"\u006b\u0068\u0068\u0061\u0064\u0065\u0076\u0061",0x0a59:"\u006b\u0068\u0068a\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0x3278:"k\u0068i\u0065\u0075\u006b\u0068\u0061\u0063\u0069\u0072c\u006c\u0065\u006b\u006fre\u0061\u006e",0x3218:"\u006b\u0068\u0069\u0065uk\u0068\u0061\u0070\u0061\u0072\u0065\u006e\u006b\u006f\u0072\u0065\u0061\u006e",0x326a:"\u006b\u0068\u0069\u0065uk\u0068\u0063\u0069\u0072\u0063\u006c\u0065\u006b\u006f\u0072\u0065\u0061\u006e",0x314b:"\u006b\u0068\u0069\u0065\u0075\u006b\u0068\u006b\u006f\u0072\u0065\u0061\u006e",0x320a:"\u006bh\u0069e\u0075\u006b\u0068\u0070\u0061r\u0065\u006ek\u006f\u0072\u0065\u0061\u006e",0x0e02:"k\u0068\u006f\u006b\u0068\u0061\u0069\u0074\u0068\u0061\u0069",0x0e05:"k\u0068\u006f\u006b\u0068\u006f\u006e\u0074\u0068\u0061\u0069",0x0e03:"\u006b\u0068\u006fk\u0068\u0075\u0061\u0074\u0074\u0068\u0061\u0069",0x0e04:"\u006b\u0068\u006fk\u0068\u0077\u0061\u0069\u0074\u0068\u0061\u0069",0x0e5b:"\u006b\u0068\u006f\u006d\u0075\u0074\u0074\u0068\u0061\u0069",0x0199:"\u006b\u0068\u006fo\u006b",0x0e06:"\u006b\u0068\u006f\u0072\u0061\u006b\u0068\u0061\u006eg\u0074\u0068\u0061\u0069",0x3391:"\u006bh\u007a\u0073\u0071\u0075\u0061\u0072e",0x304d:"\u006b\u0069\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x30ad:"\u006b\u0069\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0xff77:"\u006b\u0069\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068",0x3315:"\u006b\u0069r\u006f\u0067\u0075r\u0061\u006d\u0075\u0073\u0071\u0075\u0061\u0072\u0065",0x3316:"\u006b\u0069\u0072\u006f\u006d\u0065\u0065\u0074\u006f\u0072\u0075\u0073q\u0075\u0061\u0072\u0065",0x3314:"\u006b\u0069\u0072\u006f\u0073\u0071\u0075\u0061\u0072\u0065",0x326e:"\u006b\u0069\u0079\u0065ok\u0061\u0063\u0069\u0072\u0063\u006c\u0065\u006b\u006f\u0072\u0065\u0061\u006e",0x320e:"\u006bi\u0079e\u006f\u006b\u0061\u0070\u0061r\u0065\u006ek\u006f\u0072\u0065\u0061\u006e",0x3260:"\u006bi\u0079e\u006f\u006b\u0063\u0069\u0072c\u006c\u0065k\u006f\u0072\u0065\u0061\u006e",0x3131:"\u006b\u0069\u0079e\u006f\u006b\u006b\u006f\u0072\u0065\u0061\u006e",0x3200:"\u006b\u0069\u0079\u0065\u006f\u006b\u0070\u0061\u0072\u0065\u006e\u006bo\u0072\u0065\u0061\u006e",0x3133:"\u006b\u0069y\u0065\u006f\u006bs\u0069\u006f\u0073\u006b\u006f\u0072\u0065\u0061\u006e",0x1e35:"\u006b\u006c\u0069\u006e\u0065\u0062\u0065\u006c\u006f\u0077",0x3398:"\u006b\u006c\u0073\u0071\u0075\u0061\u0072\u0065",0x33a6:"\u006b\u006d\u0063\u0075\u0062\u0065\u0064\u0073\u0071\u0075\u0061\u0072\u0065",0xff4b:"\u006b\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0x33a2:"\u006bm\u0073q\u0075\u0061\u0072\u0065\u0064\u0073\u0071\u0075\u0061\u0072\u0065",0x3053:"\u006b\u006f\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x33c0:"\u006b\u006f\u0068\u006d\u0073\u0071\u0075\u0061\u0072\u0065",0x0e01:"\u006bo\u006b\u0061\u0069\u0074\u0068\u0061i",0x30b3:"\u006b\u006f\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0xff7a:"\u006b\u006f\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068",0x331e:"k\u006f\u006f\u0070\u006f\u0073\u0071\u0075\u0061\u0072\u0065",0x0481:"\u006b\u006f\u0070\u0070\u0061\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x327f:"k\u006fr\u0065\u0061\u006e\u0073\u0074\u0061\u006e\u0064a\u0072\u0064\u0073\u0079mb\u006f\u006c",0x0343:"\u006b\u006f\u0072\u006f\u006e\u0069\u0073\u0063\u006d\u0062",0x24a6:"\u006b\u0070\u0061\u0072\u0065\u006e",0x33aa:"\u006bp\u0061\u0073\u0071\u0075\u0061\u0072e",0x046f:"k\u0073\u0069\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x33cf:"\u006b\u0074\u0073\u0071\u0075\u0061\u0072\u0065",0x022e:"\u006b\u0074\u0075r\u006e",0x029e:"\u006bt\u0075\u0072\u006e\u0065\u0064",0x304f:"\u006b\u0075\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x30af:"\u006b\u0075\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0xff78:"\u006b\u0075\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068",0x33b8:"\u006b\u0076\u0073\u0071\u0075\u0061\u0072\u0065",0x33be:"\u006b\u0077\u0073\u0071\u0075\u0061\u0072\u0065",0x006c:"\u006c",0x27ea:"\u006c\u0041\u006e\u0067\u006c\u0065",0x2983:"\u006c\u0042\u0072\u0061\u0063\u0065",0x2985:"\u006c\u0050\u0061\u0072\u0065\u006e",0x09b2:"\u006ca\u0062\u0065\u006e\u0067\u0061\u006ci",0x013a:"\u006c\u0061\u0063\u0075\u0074\u0065",0x0932:"\u006c\u0061\u0064\u0065\u0076\u0061",0x0ab2:"\u006c\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069",0x0a32:"\u006c\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0x0e45:"\u006ca\u006bk\u0068\u0061\u006e\u0067\u0079\u0061\u006f\u0074\u0068\u0061\u0069",0xfefc:"\u006ca\u006da\u006c\u0065\u0066\u0066\u0069n\u0061\u006ca\u0072\u0061\u0062\u0069\u0063",0xfef8:"\u006c\u0061\u006d\u0061l\u0065\u0066\u0068\u0061\u006d\u007a\u0061\u0061\u0062\u006fv\u0065f\u0069\u006e\u0061\u006c\u0061\u0072\u0061b\u0069\u0063",0xfef7:"\u006c\u0061\u006da\u006c\u0065\u0066\u0068a\u006d\u007a\u0061\u0061\u0062\u006f\u0076e\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064\u0061\u0072\u0061\u0062\u0069\u0063",0xfefa:"\u006c\u0061\u006d\u0061l\u0065\u0066\u0068\u0061\u006d\u007a\u0061\u0062\u0065\u006co\u0077f\u0069\u006e\u0061\u006c\u0061\u0072\u0061b\u0069\u0063",0xfef9:"\u006c\u0061\u006da\u006c\u0065\u0066\u0068a\u006d\u007a\u0061\u0062\u0065\u006c\u006fw\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064\u0061\u0072\u0061\u0062\u0069\u0063",0xfefb:"l\u0061\u006d\u0061\u006cef\u0069s\u006f\u006c\u0061\u0074\u0065d\u0061\u0072\u0061\u0062\u0069\u0063",0xfef6:"\u006c\u0061\u006d\u0061l\u0065\u0066\u006d\u0061\u0064\u0064\u0061\u0061\u0062\u006fv\u0065f\u0069\u006e\u0061\u006c\u0061\u0072\u0061b\u0069\u0063",0xfef5:"\u006c\u0061\u006da\u006c\u0065\u0066\u006da\u0064\u0064\u0061\u0061\u0062\u006f\u0076e\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064\u0061\u0072\u0061\u0062\u0069\u0063",0x03bb:"\u006c\u0061\u006d\u0062\u0064\u0061",0x019b:"\u006c\u0061\u006db\u0064\u0061\u0073\u0074\u0072\u006f\u006b\u0065",0xfb3c:"l\u0061\u006d\u0065\u0064\u0064\u0061\u0067\u0065\u0073\u0068",0x05dc:"\u006c\u0061m\u0065\u0064\u0068o\u006c\u0061\u006d\u0068\u0065\u0062\u0072\u0065\u0077",0xe805:"\u006c\u0061\u006ded\u0077\u0069\u0074\u0068\u0064\u0061\u0067\u0065\u0073\u0068\u0061\u006e\u0064\u0068\u006f\u006c\u0061\u006d",0xe804:"\u006c\u0061\u006d\u0065\u0064\u0077\u0069\u0074\u0068h\u006f\u006c\u0061\u006d",0xfede:"\u006c\u0061\u006d\u0066\u0069\u006e\u0061\u006c\u0061r\u0061\u0062\u0069\u0063",0xfcca:"\u006c\u0061\u006d\u0068ah\u0069\u006e\u0069\u0074\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",0xfedf:"\u006c\u0061m\u0069\u006e\u0069t\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",0xfedd:"l\u0061\u006d\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064",0xfcc9:"l\u0061m\u006a\u0065\u0065\u006d\u0069\u006e\u0069\u0074i\u0061\u006c\u0061\u0072ab\u0069\u0063",0xfccb:"l\u0061m\u006b\u0068\u0061\u0068\u0069\u006e\u0069\u0074i\u0061\u006c\u0061\u0072ab\u0069\u0063",0xfdf2:"\u006c\u0061\u006dla\u006d\u0068\u0065\u0068\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064\u0061\u0072\u0061\u0062\u0069\u0063",0xfee0:"\u006ca\u006dm\u0065\u0064\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",0xfd88:"\u006c\u0061\u006dme\u0065\u006d\u0068\u0061\u0068\u0069\u006e\u0069\u0074\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",0xfccc:"l\u0061m\u006d\u0065\u0065\u006d\u0069\u006e\u0069\u0074i\u0061\u006c\u0061\u0072ab\u0069\u0063",0xfc43:"\u006c\u0061\u006d\u0077\u0069\u0074\u0068\u0061\u006c\u0065\u0066m\u0061\u006b\u0073\u0075\u0072\u0061\u0069\u0073\u006f\u006ca\u0074\u0065\u0064",0xfc40:"\u006ca\u006dw\u0069\u0074\u0068\u0068\u0061h\u0069\u0073o\u006c\u0061\u0074\u0065\u0064",0xfccd:"\u006c\u0061\u006d\u0077\u0069\u0074\u0068\u0068\u0065\u0068\u0069\u006ei\u0074\u0069\u0061\u006c",0xfc3f:"\u006c\u0061\u006d\u0077it\u0068\u006a\u0065\u0065\u006d\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064",0xfc41:"\u006c\u0061\u006d\u0077it\u0068\u006b\u0068\u0061\u0068\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064",0xfc42:"\u006c\u0061\u006d\u0077it\u0068\u006d\u0065\u0065\u006d\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064",0xe811:"\u006c\u0061\u006d\u0077\u0069\u0074\u0068\u006d\u0065\u0065\u006dw\u0069\u0074\u0068\u006a\u0065\u0065\u006d\u0069\u006e\u0069t\u0069\u0061\u006c",0xfc44:"\u006ca\u006dw\u0069\u0074\u0068\u0079\u0065h\u0069\u0073o\u006c\u0061\u0074\u0065\u0064",0x2991:"\u006ca\u006e\u0067\u006c\u0065\u0064\u006ft",0x29e0:"\u006c\u0061\u0070\u006c\u0061\u0063",0x25ef:"l\u0061\u0072\u0067\u0065\u0063\u0069\u0072\u0063\u006c\u0065",0x2aab:"\u006c\u0061\u0074",0x2aad:"\u006c\u0061\u0074\u0065",0x27c5:"\u006c\u0062\u0061\u0067",0x019a:"\u006c\u0062\u0061\u0072",0x2114:"\u006c\u0062\u0062a\u0072",0x026c:"\u006c\u0062\u0065l\u0074",0x2997:"\u006c\u0062\u006c\u006b\u0062\u0072\u0062\u0072\u0061\u006b",0x310c:"\u006cb\u006f\u0070\u006f\u006d\u006f\u0066o",0x23a9:"\u006c\u0062\u0072\u0061\u0063\u0065\u006c\u0065\u006e\u0064",0x23a8:"\u006cb\u0072\u0061\u0063\u0065\u006d\u0069d",0x23a7:"\u006c\u0062\u0072\u0061\u0063\u0065\u0075\u0065\u006e\u0064",0x23a2:"\u006c\u0062\u0072\u0061\u0063\u006b\u0065\u0078\u0074e\u006e\u0064\u0065\u0072",0x23a3:"\u006c\u0062\u0072\u0061\u0063\u006b\u006c\u0065\u006e\u0064",0x298f:"\u006c\u0062\u0072a\u0063\u006b\u006c\u006c\u0074\u0069\u0063\u006b",0x298b:"\u006c\u0062\u0072\u0061\u0063\u006b\u0075\u0062\u0061\u0072",0x23a1:"\u006c\u0062\u0072\u0061\u0063\u006b\u0075\u0065\u006e\u0064",0x298d:"\u006c\u0062\u0072a\u0063\u006b\u0075\u006c\u0074\u0069\u0063\u006b",0x2772:"\u006cb\u0072\u0062\u0072\u0061\u006b",0x013e:"\u006c\u0063\u0061\u0072\u006f\u006e",0xf813:"\u006cc\u0061\u0072\u006f\u006e\u0031",0x24db:"\u006cc\u0069\u0072\u0063\u006c\u0065",0x1e3d:"\u006c\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0062\u0065\u006c\u006f\u0077",0x013c:"\u006c\u0063\u006fm\u006d\u0061\u0061\u0063\u0063\u0065\u006e\u0074",0x29fc:"l\u0063\u0075\u0072\u0076\u0079\u0061\u006e\u0067\u006c\u0065",0x0140:"\u006c\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074",0x1e37:"\u006cd\u006f\u0074\u0062\u0065\u006c\u006fw",0x1e39:"\u006cd\u006ft\u0062\u0065\u006c\u006f\u0077\u006d\u0061\u0063\u0072\u006f\u006e",0x031a:"\u006c\u0065\u0066\u0074\u0061\u006e\u0067\u006c\u0065\u0061\u0062\u006fv\u0065\u0063\u006d\u0062",0x2b4a:"\u006ce\u0066t\u0061\u0072\u0072\u006f\u0077\u0061\u0070\u0070\u0072\u006f\u0078",0x2b42:"\u006c\u0065\u0066\u0074ar\u0072\u006f\u0077\u0062\u0061\u0063\u006b\u0061\u0070\u0070\u0072\u006f\u0078",0x2b4b:"\u006c\u0065\u0066\u0074\u0061\u0072\u0072\u006f\u0077\u0062\u0073\u0069m\u0069\u006c\u0061\u0072",0x2977:"\u006c\u0065\u0066\u0074\u0061\u0072\u0072\u006f\u0077\u006c\u0065\u0073\u0073",0x2b32:"\u006c\u0065f\u0074\u0061\u0072r\u006f\u0077\u006f\u006e\u006f\u0070\u006c\u0075\u0073",0x2946:"\u006c\u0065\u0066\u0074\u0061\u0072\u0072\u006f\u0077\u0070\u006c\u0075\u0073",0x2943:"\u006ce\u0066\u0074\u0061\u0072\u0072\u006f\u0077\u0073\u0068\u006f\u0072t\u0072\u0069\u0067\u0068\u0074\u0061\u0072\u0072\u006f\u0077",0x2973:"\u006c\u0065f\u0074\u0061\u0072r\u006f\u0077\u0073\u0069\u006d\u0069\u006c\u0061\u0072",0x297a:"\u006ce\u0066t\u0061\u0072\u0072\u006f\u0077\u0073\u0075\u0062\u0073\u0065\u0074",0x21fd:"\u006c\u0065\u0066\u0074\u0061\u0072\u0072\u006f\u0077\u0074\u0072\u0069a\u006e\u0067\u006c\u0065",0x2b3e:"\u006c\u0065\u0066\u0074\u0061\u0072\u0072\u006f\u0077\u0078",0x290c:"l\u0065\u0066\u0074\u0062\u006b\u0061\u0072\u0072\u006f\u0077",0x2b3f:"\u006ce\u0066t\u0063\u0075\u0072\u0076\u0065\u0064\u0061\u0072\u0072\u006f\u0077",0x290e:"\u006c\u0065\u0066t\u0064\u0062\u006b\u0061\u0072\u0072\u006f\u0077",0x291b:"l\u0065\u0066\u0074\u0064\u0062\u006c\u0074\u0061\u0069\u006c",0x2b38:"\u006c\u0065\u0066t\u0064\u006f\u0074\u0061\u0072\u0072\u006f\u0077",0x2936:"\u006c\u0065\u0066\u0074do\u0077\u006e\u0063\u0075\u0072\u0076\u0065\u0064\u0061\u0072\u0072\u006f\u0077",0x297c:"\u006c\u0065\u0066t\u0066\u0069\u0073\u0068\u0074\u0061\u0069\u006c",0x20d0:"\u006c\u0065\u0066\u0074\u0068\u0061\u0072\u0070\u006f\u006f\u006e\u0061c\u0063\u0065\u006e\u0074",0x295e:"\u006ce\u0066t\u0068\u0061\u0072\u0070\u006fo\u006e\u0064o\u0077\u006e\u0062\u0061\u0072",0x2962:"\u006ce\u0066t\u0068\u0061\u0072\u0070\u006fo\u006e\u0073u\u0070\u0064\u006f\u0077\u006e",0x295a:"\u006c\u0065f\u0074\u0068\u0061r\u0070\u006f\u006f\u006e\u0075\u0070\u0062\u0061\u0072",0x296a:"\u006c\u0065\u0066\u0074\u0068\u0061\u0072\u0070\u006f\u006f\u006e\u0075p\u0064\u0061\u0073\u0068",0x21c7:"\u006c\u0065\u0066\u0074\u006c\u0065\u0066\u0074\u0061r\u0072\u006f\u0077\u0073",0x263e:"\u006c\u0065\u0066\u0074\u006d\u006f\u006f\u006e",0x27d5:"\u006c\u0065\u0066\u0074\u006f\u0075\u0074\u0065\u0072\u006a\u006f\u0069\u006e",0x2948:"l\u0065f\u0074\u0072\u0069\u0067\u0068\u0074\u0061\u0072r\u006f\u0077\u0063\u0069rc\u006c\u0065",0x21ff:"\u006c\u0065\u0066\u0074ri\u0067\u0068\u0074\u0061\u0072\u0072\u006f\u0077\u0074\u0072\u0069\u0061\u006e\u0067l\u0065",0x2950:"\u006ce\u0066\u0074\u0072\u0069\u0067\u0068\u0074\u0068\u0061\u0072\u0070o\u006f\u006e\u0064\u006f\u0077\u006e\u0064\u006f\u0077\u006e",0x294b:"\u006c\u0065\u0066\u0074ri\u0067\u0068\u0074\u0068\u0061\u0072\u0070\u006f\u006f\u006e\u0064\u006f\u0077\u006eu\u0070",0x2967:"l\u0065\u0066\u0074\u0072ig\u0068t\u0068\u0061\u0072\u0070\u006fo\u006e\u0073\u0064\u006f\u0077\u006e",0x2966:"\u006c\u0065\u0066\u0074ri\u0067\u0068\u0074\u0068\u0061\u0072\u0070\u006f\u006f\u006e\u0073\u0075\u0070",0x294a:"\u006c\u0065\u0066\u0074ri\u0067\u0068\u0074\u0068\u0061\u0072\u0070\u006f\u006f\u006e\u0075\u0070\u0064\u006fw\u006e",0x294e:"l\u0065f\u0074\u0072\u0069\u0067\u0068\u0074\u0068\u0061r\u0070\u006f\u006f\u006eup\u0075\u0070",0x21dc:"\u006c\u0065\u0066\u0074\u0073\u0071\u0075\u0069\u0067a\u0072\u0072\u006f\u0077",0x0318:"\u006c\u0065f\u0074\u0074\u0061c\u006b\u0062\u0065\u006c\u006f\u0077\u0063\u006d\u0062",0x2919:"\u006c\u0065\u0066\u0074\u0074\u0061\u0069\u006c",0x2b31:"\u006ce\u0066t\u0074\u0068\u0072\u0065\u0065\u0061\u0072\u0072\u006f\u0077\u0073",0x219c:"\u006c\u0065\u0066\u0074\u0077\u0061\u0076\u0065\u0061\u0072\u0072\u006f\u0077",0x2af9:"\u006ce\u0071\u0071\u0073\u006c\u0061\u006et",0x2aa8:"\u006c\u0065\u0073c\u0063",0x2a7f:"\u006c\u0065\u0073\u0064\u006f\u0074",0x2a81:"\u006ce\u0073\u0064\u006f\u0074\u006f",0x2a83:"\u006c\u0065\u0073\u0064\u006f\u0074\u006f\u0072",0x2a93:"\u006c\u0065\u0073\u0067\u0065\u0073",0x003c:"\u006c\u0065\u0073\u0073",0x2a8b:"\u006c\u0065\u0073\u0073\u0064\u0062\u006c\u0065\u0071\u006c\u0067\u0072e\u0061\u0074\u0065\u0072",0x22d6:"\u006ce\u0073\u0073\u0064\u006f\u0074",0x2264:"\u006ce\u0073\u0073\u0065\u0071\u0075\u0061l",0x22da:"\u006ce\u0073s\u0065\u0071\u0075\u0061\u006co\u0072\u0067r\u0065\u0061\u0074\u0065\u0072",0xff1c:"\u006c\u0065\u0073\u0073\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0x2a89:"\u006ce\u0073s\u006e\u006f\u0074\u0064\u0062\u006c\u0065\u0071\u0075\u0061\u006c",0x2a87:"\u006c\u0065\u0073s\u006e\u006f\u0074\u0065\u0071\u0075\u0061\u006c",0x2a85:"\u006ce\u0073s\u006f\u0072\u0061\u0070\u0070\u0072\u006f\u0078\u0065\u0071\u006c",0x2a7d:"\u006c\u0065s\u0073\u006f\u0072e\u0071\u0075\u0061\u006c\u0073\u006c\u0061\u006e\u0074",0x2272:"\u006c\u0065s\u0073\u006f\u0072e\u0071\u0075\u0069\u0076\u0061\u006c\u0065\u006e\u0074",0x2276:"\u006c\u0065\u0073\u0073\u006f\u0072\u0067\u0072\u0065\u0061\u0074\u0065\u0072",0x2268:"\u006c\u0065\u0073\u0073\u006f\u0072\u006e\u006f\u0074e\u0071\u0075\u0061\u006c",0x2266:"\u006c\u0065\u0073\u0073\u006f\u0076\u0065\u0072\u0065\u0071\u0075\u0061\u006c",0xfe64:"\u006ce\u0073\u0073\u0073\u006d\u0061\u006cl",0x026e:"\u006c\u0065\u007a\u0068",0x258c:"\u006cf\u0062\u006c\u006f\u0063\u006b",0x29d1:"\u006c\u0066\u0062\u006f\u0077\u0074\u0069\u0065",0x258f:"\u006c\u0066\u0065\u0069\u0067\u0068\u0074\u0068\u0062\u006c\u006f\u0063\u006b",0x258b:"\u006c\u0066\u0066\u0069\u0076\u0065\u0065\u0069\u0067\u0068\u0074\u0068b\u006c\u006f\u0063\u006b",0x258e:"\u006c\u0066\u0071\u0075\u0061\u0072\u0074\u0065\u0072b\u006c\u006f\u0063\u006b",0x2589:"\u006cf\u0073e\u0076\u0065\u006e\u0065\u0069g\u0068\u0074h\u0062\u006c\u006f\u0063\u006b",0x258d:"\u006cf\u0074h\u0072\u0065\u0065\u0065\u0069g\u0068\u0074h\u0062\u006c\u006f\u0063\u006b",0x258a:"\u006c\u0066\u0074\u0068re\u0065\u0071\u0075\u0061\u0072\u0074\u0065\u0072\u0062\u006c\u006f\u0063\u006b",0x29d4:"\u006cf\u0074\u0069\u006d\u0065\u0073",0x2a91:"\u006c\u0067\u0045",0x2b24:"l\u0067\u0062\u006c\u006b\u0063\u0069\u0072\u0063\u006c\u0065",0x2b1b:"l\u0067\u0062\u006c\u006b\u0073\u0071\u0075\u0061\u0072\u0065",0x2b1c:"l\u0067\u0077\u0068\u0074\u0073\u0071\u0075\u0061\u0072\u0065",0x026d:"\u006c\u0068\u006f\u006f\u006b\u0072\u0065\u0074\u0072o\u0066\u006c\u0065\u0078",0x21b4:"\u006c\u0069\u006e\u0065\u0066\u0065\u0065\u0064",0x2028:"\u006c\u0069\u006e\u0065\u0073\u0065\u0070\u0061\u0072\u0061\u0074\u006f\u0072",0x0280:"\u006c\u0069\u006ee\u0076\u0065\u0072\u0074\u006e\u006f\u0073\u0070",0x029c:"\u006ci\u006ee\u0076\u0065\u0072\u0074\u0073\u0075\u0062\u006e\u006f\u0073\u0070",0x20a4:"\u006c\u0069\u0072\u0061",0x056c:"\u006c\u0069\u0077n\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x01c9:"\u006c\u006a",0x0459:"l\u006a\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0xf6c0:"\u006c\u006c",0x0933:"\u006cl\u0061\u0064\u0065\u0076\u0061",0x0ab3:"l\u006c\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069",0x2989:"\u006cl\u0061\u006e\u0067\u006c\u0065",0x25df:"\u006c\u006c\u0061r\u0063",0x1e3b:"\u006c\u006c\u0069\u006e\u0065\u0062\u0065\u006c\u006f\u0077",0x22d8:"\u006c\u006c\u006c",0x0934:"\u006c\u006c\u006c\u0061\u0064\u0065\u0076\u0061",0x2af7:"\u006cl\u006c\u006e\u0065\u0073\u0074",0x2987:"\u006c\u006c\u0070\u0061\u0072\u0065\u006e\u0074\u0068\u0065\u0073\u0069\u0073",0x25fa:"\u006c\u006c\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065",0x09e1:"\u006c\u006cv\u006f\u0063\u0061l\u0069\u0063\u0062\u0065\u006e\u0067\u0061\u006c\u0069",0x0961:"\u006c\u006c\u0076\u006f\u0063\u0061\u006c\u0069\u0063\u0064\u0065\u0076\u0061",0x09e3:"\u006cl\u0076\u006f\u0063\u0061l\u0069\u0063\u0076\u006f\u0077e\u006cs\u0069g\u006e\u0062\u0065\u006e\u0067\u0061\u006ci",0x0963:"\u006c\u006c\u0076\u006fca\u006c\u0069\u0063\u0076\u006f\u0077\u0065\u006c\u0073\u0069\u0067\u006e\u0064\u0065v\u0061",0x026b:"\u006c\u006d\u0069d\u0064\u006c\u0065\u0074\u0069\u006c\u0064\u0065",0xff4c:"\u006c\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0x23b0:"\u006c\u006d\u006f\u0075\u0073\u0074\u0061\u0063\u0068\u0065",0x33d0:"\u006c\u006d\u0073\u0071\u0075\u0061\u0072\u0065",0x22e6:"\u006c\u006e\u0073i\u006d",0x0e2c:"l\u006f\u0063\u0068\u0075\u006c\u0061\u0074\u0068\u0061\u0069",0x2227:"\u006c\u006f\u0067\u0069\u0063\u0061\u006c\u0061\u006e\u0064",0x00ac:"\u006c\u006f\u0067\u0069\u0063\u0061\u006c\u006e\u006f\u0074",0x2228:"\u006co\u0067\u0069\u0063\u0061\u006c\u006fr",0xf830:"\u006co\u0067\u006f\u006e\u0065\u006b",0x0e25:"\u006c\u006f\u006c\u0069\u006e\u0067\u0074\u0068\u0061\u0069",0x27de:"\u006co\u006e\u0067\u0064\u0061\u0073\u0068v",0x27cc:"\u006c\u006f\u006eg\u0064\u0069\u0076\u0069\u0073\u0069\u006f\u006e",0x27f5:"\u006c\u006f\u006e\u0067\u006c\u0065\u0066\u0074\u0061\u0072\u0072\u006f\u0077",0x27f7:"\u006co\u006eg\u006c\u0065\u0066\u0074\u0072i\u0067\u0068t\u0061\u0072\u0072\u006f\u0077",0x2b33:"\u006co\u006eg\u006c\u0065\u0066\u0074\u0073q\u0075\u0069g\u0061\u0072\u0072\u006f\u0077",0x27fb:"\u006c\u006f\u006eg\u006d\u0061\u0070\u0073\u0066\u0072\u006f\u006d",0x27fc:"\u006c\u006f\u006e\u0067\u006d\u0061\u0070\u0073\u0074\u006f",0x27f6:"\u006c\u006f\u006e\u0067\u0072\u0069\u0067\u0068\u0074a\u0072\u0072\u006f\u0077",0x27ff:"\u006c\u006f\u006e\u0067ri\u0067\u0068\u0074\u0073\u0071\u0075\u0069\u0067\u0061\u0072\u0072\u006f\u0077",0x017f:"\u006c\u006f\u006eg\u0073",0xfb05:"\u006c\u006f\u006e\u0067\u0073\u0074",0x024e:"\u006co\u0077\u0065\u0072\u0065\u0064",0x2a1c:"\u006c\u006f\u0077\u0069\u006e\u0074",0xfe4e:"\u006c\u006f\u0077\u006c\u0069\u006e\u0065\u0063\u0065\u006e\u0074\u0065r\u006c\u0069\u006e\u0065",0x0332:"\u006c\u006f\u0077\u006c\u0069\u006e\u0065\u0063\u006d\u0062",0xfe4d:"\u006c\u006f\u0077\u006c\u0069\u006e\u0065\u0064\u0061\u0073\u0068\u0065\u0064",0x25ca:"\u006co\u007a\u0065\u006e\u0067\u0065",0x27e0:"\u006c\u006f\u007ae\u006e\u0067\u0065\u006d\u0069\u006e\u0075\u0073",0x24a7:"\u006c\u0070\u0061\u0072\u0065\u006e",0x239c:"\u006c\u0070\u0061\u0072\u0065\u006e\u0065\u0078\u0074e\u006e\u0064\u0065\u0072",0x239d:"\u006c\u0070\u0061\u0072\u0065\u006e\u006c\u0065\u006e\u0064",0x2993:"\u006c\u0070\u0061\u0072\u0065\u006e\u006c\u0065\u0073\u0073",0x239b:"\u006c\u0070\u0061\u0072\u0065\u006e\u0075\u0065\u006e\u0064",0x25de:"\u006c\u0072\u0061r\u0063",0x202a:"\u006c\u0072\u0065",0x25ff:"\u006c\u0072\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065",0x29e1:"\u006c\u0072\u0074r\u0069\u0061\u006e\u0067\u006c\u0065\u0065\u0071",0x2a8d:"\u006c\u0073\u0069m\u0065",0x2a8f:"\u006c\u0073\u0069m\u0067",0x0142:"\u006c\u0073\u006c\u0061\u0073\u0068",0x2acd:"\u006cs\u0071\u0068\u006f\u006f\u006b",0x026a:"\u006c\u0073\u0075\u0070\u0065\u0072",0xf6ee:"\u006cs\u0075\u0070\u0065\u0072\u0069\u006fr",0x2aa6:"\u006c\u0074\u0063\u0063",0x2a79:"\u006c\u0074\u0063i\u0072",0x2976:"\u006c\u0074\u006c\u0061\u0072\u0072",0x2a7b:"\u006ct\u0071\u0075\u0065\u0073\u0074",0x29cf:"\u006c\u0074\u0072\u0069\u0076\u0062",0xf821:"\u006c\u0074\u0073\u0068\u0061\u0064\u0065\u0031",0x0e26:"\u006c\u0075\u0074\u0068\u0061\u0069",0x23b8:"\u006cv\u0062\u006f\u0078\u006c\u0069\u006ee",0x098c:"\u006cv\u006fc\u0061\u006c\u0069\u0063\u0062\u0065\u006e\u0067\u0061\u006c\u0069",0x090c:"\u006c\u0076\u006fc\u0061\u006c\u0069\u0063\u0064\u0065\u0076\u0061",0x09e2:"\u006cv\u006f\u0063\u0061\u006c\u0069\u0063\u0076\u006f\u0077\u0065\u006cs\u0069\u0067\u006e\u0062\u0065\u006e\u0067\u0061\u006c\u0069",0x0962:"l\u0076\u006f\u0063\u0061li\u0063v\u006f\u0077\u0065\u006c\u0073i\u0067\u006e\u0064\u0065\u0076\u0061",0x29d8:"\u006c\u0076\u007a\u0069\u0067\u007a\u0061\u0067",0x33d3:"\u006c\u0078\u0073\u0071\u0075\u0061\u0072\u0065",0x006d:"\u006d",0x09ae:"\u006da\u0062\u0065\u006e\u0067\u0061\u006ci",0x00af:"\u006d\u0061\u0063\u0072\u006f\u006e",0x0331:"\u006d\u0061\u0063\u0072\u006f\u006e\u0062\u0065\u006co\u0077\u0063\u006d\u0062",0x0304:"\u006da\u0063\u0072\u006f\u006e\u0063\u006db",0x02cd:"\u006d\u0061\u0063r\u006f\u006e\u006c\u006f\u0077\u006d\u006f\u0064",0xffe3:"\u006da\u0063r\u006f\u006e\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0x1e3f:"\u006d\u0061\u0063\u0075\u0074\u0065",0x092e:"\u006d\u0061\u0064\u0065\u0076\u0061",0x0aae:"\u006d\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069",0x0a2e:"\u006d\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0x05a4:"\u006d\u0061\u0068\u0061\u0070\u0061\u006b\u0068\u0068e\u0062\u0072\u0065\u0077",0x307e:"\u006d\u0061\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0xf895:"\u006d\u0061\u0069\u0063ha\u0074\u0074\u0061\u0077\u0061\u006c\u006f\u0077\u006c\u0065\u0066\u0074\u0074\u0068a\u0069",0xf894:"\u006d\u0061\u0069ch\u0061\u0074\u0074\u0061\u0077\u0061\u006c\u006f\u0077\u0072\u0069\u0067\u0068\u0074\u0074\u0068\u0061\u0069",0x0e4b:"\u006da\u0069c\u0068\u0061\u0074\u0074\u0061\u0077\u0061\u0074\u0068\u0061\u0069",0xf893:"\u006da\u0069\u0063\u0068\u0061\u0074\u0074\u0061\u0077\u0061\u0075\u0070p\u0065\u0072\u006c\u0065\u0066\u0074\u0074\u0068\u0061\u0069",0xf88c:"\u006d\u0061i\u0065\u006b\u006co\u0077\u006c\u0065\u0066\u0074\u0074\u0068\u0061\u0069",0xf88b:"\u006d\u0061\u0069\u0065\u006b\u006c\u006f\u0077\u0072\u0069\u0067\u0068t\u0074\u0068\u0061\u0069",0x0e48:"\u006da\u0069\u0065\u006b\u0074\u0068\u0061i",0xf88a:"\u006da\u0069e\u006b\u0075\u0070\u0070\u0065r\u006c\u0065f\u0074\u0074\u0068\u0061\u0069",0xf884:"\u006da\u0069h\u0061\u006e\u0061\u006b\u0061t\u006c\u0065f\u0074\u0074\u0068\u0061\u0069",0x0e31:"\u006d\u0061\u0069\u0068\u0061\u006e\u0061\u006b\u0061t\u0074\u0068\u0061\u0069",0xf889:"\u006d\u0061\u0069\u0074\u0061\u0069\u006b\u0068\u0075\u006c\u0065\u0066t\u0074\u0068\u0061\u0069",0x0e47:"\u006d\u0061\u0069\u0074\u0061\u0069\u006b\u0068\u0075\u0074\u0068\u0061\u0069",0xf88f:"\u006d\u0061\u0069\u0074\u0068\u006f\u006c\u006f\u0077\u006c\u0065\u0066t\u0074\u0068\u0061\u0069",0xf88e:"\u006da\u0069t\u0068\u006f\u006c\u006f\u0077r\u0069\u0067h\u0074\u0074\u0068\u0061\u0069",0x0e49:"\u006d\u0061\u0069\u0074\u0068\u006f\u0074\u0068\u0061\u0069",0xf88d:"\u006d\u0061\u0069\u0074ho\u0075\u0070\u0070\u0065\u0072\u006c\u0065\u0066\u0074\u0074\u0068\u0061\u0069",0xf892:"\u006d\u0061\u0069\u0074\u0072\u0069\u006c\u006f\u0077\u006c\u0065\u0066t\u0074\u0068\u0061\u0069",0xf891:"\u006da\u0069t\u0072\u0069\u006c\u006f\u0077r\u0069\u0067h\u0074\u0074\u0068\u0061\u0069",0x0e4a:"\u006d\u0061\u0069\u0074\u0072\u0069\u0074\u0068\u0061\u0069",0xf890:"\u006d\u0061\u0069\u0074ri\u0075\u0070\u0070\u0065\u0072\u006c\u0065\u0066\u0074\u0074\u0068\u0061\u0069",0x0e46:"\u006d\u0061\u0069y\u0061\u006d\u006f\u006b\u0074\u0068\u0061\u0069",0x30de:"\u006d\u0061\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0xff8f:"\u006d\u0061\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068",0x3347:"\u006d\u0061\u006e\u0073\u0079\u006f\u006e\u0073\u0071\u0075\u0061\u0072\u0065",0x21a7:"\u006d\u0061\u0070\u0073\u0064\u006f\u0077\u006e",0x21a4:"\u006d\u0061\u0070\u0073\u0066\u0072\u006f\u006d",0x21a6:"\u006d\u0061\u0070\u0073\u0074\u006f",0x21a5:"\u006d\u0061\u0070\u0073\u0075\u0070",0x2642:"\u006d\u0061\u0072\u0073",0x05af:"\u006da\u0073o\u0072\u0061\u0063\u0069\u0072c\u006c\u0065h\u0065\u0062\u0072\u0065\u0077",0x3383:"\u006d\u0061\u0073\u0071\u0075\u0061\u0072\u0065",0x1d400:"\u006d\u0062\u0066\u0041",0x1d6a8:"\u006d\u0062\u0066\u0041\u006c\u0070\u0068\u0061",0x1d401:"\u006d\u0062\u0066\u0042",0x1d6a9:"\u006db\u0066\u0042\u0065\u0074\u0061",0x1d402:"\u006d\u0062\u0066\u0043",0x1d6be:"\u006d\u0062\u0066\u0043\u0068\u0069",0x1d403:"\u006d\u0062\u0066\u0044",0x1d6ab:"\u006d\u0062\u0066\u0044\u0065\u006c\u0074\u0061",0x1d7ca:"\u006d\u0062\u0066\u0044\u0069\u0067\u0061\u006d\u006d\u0061",0x1d404:"\u006d\u0062\u0066\u0045",0x1d6ac:"\u006d\u0062\u0066\u0045\u0070\u0073\u0069\u006c\u006f\u006e",0x1d6ae:"\u006d\u0062\u0066\u0045\u0074\u0061",0x1d405:"\u006d\u0062\u0066\u0046",0x1d406:"\u006d\u0062\u0066\u0047",0x1d6aa:"\u006d\u0062\u0066\u0047\u0061\u006d\u006d\u0061",0x1d407:"\u006d\u0062\u0066\u0048",0x1d408:"\u006d\u0062\u0066\u0049",0x1d6b0:"\u006db\u0066\u0049\u006f\u0074\u0061",0x1d409:"\u006d\u0062\u0066\u004a",0x1d40a:"\u006d\u0062\u0066\u004b",0x1d6b1:"\u006d\u0062\u0066\u004b\u0061\u0070\u0070\u0061",0x1d40b:"\u006d\u0062\u0066\u004c",0x1d6b2:"\u006db\u0066\u004c\u0061\u006d\u0062\u0064a",0x1d40c:"\u006d\u0062\u0066\u004d",0x1d6b3:"\u006d\u0062\u0066M\u0075",0x1d40d:"\u006d\u0062\u0066\u004e",0x1d6b4:"\u006d\u0062\u0066N\u0075",0x1d40e:"\u006d\u0062\u0066\u004f",0x1d6c0:"\u006d\u0062\u0066\u004f\u006d\u0065\u0067\u0061",0x1d6b6:"\u006d\u0062\u0066\u004f\u006d\u0069\u0063\u0072\u006f\u006e",0x1d40f:"\u006d\u0062\u0066\u0050",0x1d6bd:"\u006d\u0062\u0066\u0050\u0068\u0069",0x1d6b7:"\u006d\u0062\u0066P\u0069",0x1d6bf:"\u006d\u0062\u0066\u0050\u0073\u0069",0x1d410:"\u006d\u0062\u0066\u0051",0x1d411:"\u006d\u0062\u0066\u0052",0x1d6b8:"\u006d\u0062\u0066\u0052\u0068\u006f",0x1d412:"\u006d\u0062\u0066\u0053",0x1d6ba:"\u006d\u0062\u0066\u0053\u0069\u0067\u006d\u0061",0x1d413:"\u006d\u0062\u0066\u0054",0x1d6bb:"\u006d\u0062\u0066\u0054\u0061\u0075",0x1d6af:"\u006d\u0062\u0066\u0054\u0068\u0065\u0074\u0061",0x1d414:"\u006d\u0062\u0066\u0055",0x1d6bc:"\u006d\u0062\u0066\u0055\u0070\u0073\u0069\u006c\u006f\u006e",0x1d415:"\u006d\u0062\u0066\u0056",0x1d416:"\u006d\u0062\u0066\u0057",0x1d417:"\u006d\u0062\u0066\u0058",0x1d6b5:"\u006d\u0062\u0066X\u0069",0x1d418:"\u006d\u0062\u0066\u0059",0x1d419:"\u006d\u0062\u0066\u005a",0x1d6ad:"\u006db\u0066\u005a\u0065\u0074\u0061",0x1d41a:"\u006d\u0062\u0066\u0061",0x1d6c2:"\u006d\u0062\u0066\u0061\u006c\u0070\u0068\u0061",0x1d41b:"\u006d\u0062\u0066\u0062",0x1d6c3:"\u006db\u0066\u0062\u0065\u0074\u0061",0x1d41c:"\u006d\u0062\u0066\u0063",0x1d6d8:"\u006d\u0062\u0066\u0063\u0068\u0069",0x1d41d:"\u006d\u0062\u0066\u0064",0x1d6c5:"\u006d\u0062\u0066\u0064\u0065\u006c\u0074\u0061",0x1d41e:"\u006d\u0062\u0066\u0065",0x1d6c6:"\u006d\u0062\u0066\u0065\u0070\u0073\u0069\u006c\u006f\u006e",0x1d6c8:"\u006d\u0062\u0066\u0065\u0074\u0061",0x1d41f:"\u006d\u0062\u0066\u0066",0x1d56c:"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0041",0x1d56d:"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0042",0x1d56e:"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0043",0x1d56f:"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0044",0x1d570:"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0045",0x1d571:"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0046",0x1d572:"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0047",0x1d573:"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0048",0x1d574:"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0049",0x1d575:"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u004a",0x1d576:"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u004b",0x1d577:"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u004c",0x1d578:"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u004d",0x1d579:"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u004e",0x1d57a:"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u004f",0x1d57b:"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0050",0x1d57c:"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0051",0x1d57d:"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0052",0x1d57e:"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0053",0x1d57f:"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0054",0x1d580:"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0055",0x1d581:"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0056",0x1d582:"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0057",0x1d583:"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0058",0x1d584:"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0059",0x1d585:"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u005a",0x1d586:"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0061",0x1d587:"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0062",0x1d588:"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0063",0x1d589:"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0064",0x1d58a:"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0065",0x1d58b:"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0066",0x1d58c:"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0067",0x1d58d:"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0068",0x1d58e:"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0069",0x1d58f:"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u006a",0x1d590:"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u006b",0x1d591:"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u006c",0x1d592:"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u006d",0x1d593:"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u006e",0x1d594:"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u006f",0x1d595:"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0070",0x1d596:"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0071",0x1d597:"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0072",0x1d598:"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0073",0x1d599:"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0074",0x1d59a:"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0075",0x1d59b:"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0076",0x1d59c:"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0077",0x1d59d:"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0078",0x1d59e:"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0079",0x1d59f:"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u007a",0x1d420:"\u006d\u0062\u0066\u0067",0x1d6c4:"\u006d\u0062\u0066\u0067\u0061\u006d\u006d\u0061",0x1d421:"\u006d\u0062\u0066\u0068",0x1d422:"\u006d\u0062\u0066\u0069",0x1d6ca:"\u006db\u0066\u0069\u006f\u0074\u0061",0x1d468:"\u006d\u0062\u0066\u0069\u0074\u0041",0x1d71c:"\u006d\u0062\u0066\u0069\u0074\u0041\u006c\u0070\u0068\u0061",0x1d469:"\u006d\u0062\u0066\u0069\u0074\u0042",0x1d71d:"\u006db\u0066\u0069\u0074\u0042\u0065\u0074a",0x1d46a:"\u006d\u0062\u0066\u0069\u0074\u0043",0x1d732:"\u006d\u0062\u0066\u0069\u0074\u0043\u0068\u0069",0x1d46b:"\u006d\u0062\u0066\u0069\u0074\u0044",0x1d71f:"\u006d\u0062\u0066\u0069\u0074\u0044\u0065\u006c\u0074\u0061",0x1d46c:"\u006d\u0062\u0066\u0069\u0074\u0045",0x1d720:"\u006d\u0062\u0066i\u0074\u0045\u0070\u0073\u0069\u006c\u006f\u006e",0x1d722:"\u006d\u0062\u0066\u0069\u0074\u0045\u0074\u0061",0x1d46d:"\u006d\u0062\u0066\u0069\u0074\u0046",0x1d46e:"\u006d\u0062\u0066\u0069\u0074\u0047",0x1d71e:"\u006d\u0062\u0066\u0069\u0074\u0047\u0061\u006d\u006d\u0061",0x1d46f:"\u006d\u0062\u0066\u0069\u0074\u0048",0x1d470:"\u006d\u0062\u0066\u0069\u0074\u0049",0x1d724:"\u006db\u0066\u0069\u0074\u0049\u006f\u0074a",0x1d471:"\u006d\u0062\u0066\u0069\u0074\u004a",0x1d472:"\u006d\u0062\u0066\u0069\u0074\u004b",0x1d725:"\u006d\u0062\u0066\u0069\u0074\u004b\u0061\u0070\u0070\u0061",0x1d473:"\u006d\u0062\u0066\u0069\u0074\u004c",0x1d726:"m\u0062\u0066\u0069\u0074\u004c\u0061\u006d\u0062\u0064\u0061",0x1d474:"\u006d\u0062\u0066\u0069\u0074\u004d",0x1d727:"\u006db\u0066\u0069\u0074\u004d\u0075",0x1d475:"\u006d\u0062\u0066\u0069\u0074\u004e",0x1d728:"\u006db\u0066\u0069\u0074\u004e\u0075",0x1d476:"\u006d\u0062\u0066\u0069\u0074\u004f",0x1d734:"\u006d\u0062\u0066\u0069\u0074\u004f\u006d\u0065\u0067\u0061",0x1d72a:"\u006d\u0062\u0066i\u0074\u004f\u006d\u0069\u0063\u0072\u006f\u006e",0x1d477:"\u006d\u0062\u0066\u0069\u0074\u0050",0x1d731:"\u006d\u0062\u0066\u0069\u0074\u0050\u0068\u0069",0x1d72b:"\u006db\u0066\u0069\u0074\u0050\u0069",0x1d733:"\u006d\u0062\u0066\u0069\u0074\u0050\u0073\u0069",0x1d478:"\u006d\u0062\u0066\u0069\u0074\u0051",0x1d479:"\u006d\u0062\u0066\u0069\u0074\u0052",0x1d72c:"\u006d\u0062\u0066\u0069\u0074\u0052\u0068\u006f",0x1d47a:"\u006d\u0062\u0066\u0069\u0074\u0053",0x1d72e:"\u006d\u0062\u0066\u0069\u0074\u0053\u0069\u0067\u006d\u0061",0x1d47b:"\u006d\u0062\u0066\u0069\u0074\u0054",0x1d72f:"\u006d\u0062\u0066\u0069\u0074\u0054\u0061\u0075",0x1d723:"\u006d\u0062\u0066\u0069\u0074\u0054\u0068\u0065\u0074\u0061",0x1d47c:"\u006d\u0062\u0066\u0069\u0074\u0055",0x1d730:"\u006d\u0062\u0066i\u0074\u0055\u0070\u0073\u0069\u006c\u006f\u006e",0x1d47d:"\u006d\u0062\u0066\u0069\u0074\u0056",0x1d47e:"\u006d\u0062\u0066\u0069\u0074\u0057",0x1d47f:"\u006d\u0062\u0066\u0069\u0074\u0058",0x1d729:"\u006db\u0066\u0069\u0074\u0058\u0069",0x1d480:"\u006d\u0062\u0066\u0069\u0074\u0059",0x1d481:"\u006d\u0062\u0066\u0069\u0074\u005a",0x1d721:"\u006db\u0066\u0069\u0074\u005a\u0065\u0074a",0x1d482:"\u006d\u0062\u0066\u0069\u0074\u0061",0x1d736:"\u006d\u0062\u0066\u0069\u0074\u0061\u006c\u0070\u0068\u0061",0x1d483:"\u006d\u0062\u0066\u0069\u0074\u0062",0x1d737:"\u006db\u0066\u0069\u0074\u0062\u0065\u0074a",0x1d484:"\u006d\u0062\u0066\u0069\u0074\u0063",0x1d74c:"\u006d\u0062\u0066\u0069\u0074\u0063\u0068\u0069",0x1d485:"\u006d\u0062\u0066\u0069\u0074\u0064",0x1d739:"\u006d\u0062\u0066\u0069\u0074\u0064\u0065\u006c\u0074\u0061",0x1d486:"\u006d\u0062\u0066\u0069\u0074\u0065",0x1d73a:"\u006d\u0062\u0066i\u0074\u0065\u0070\u0073\u0069\u006c\u006f\u006e",0x1d73c:"\u006d\u0062\u0066\u0069\u0074\u0065\u0074\u0061",0x1d487:"\u006d\u0062\u0066\u0069\u0074\u0066",0x1d488:"\u006d\u0062\u0066\u0069\u0074\u0067",0x1d738:"\u006d\u0062\u0066\u0069\u0074\u0067\u0061\u006d\u006d\u0061",0x1d489:"\u006d\u0062\u0066\u0069\u0074\u0068",0x1d48a:"\u006d\u0062\u0066\u0069\u0074\u0069",0x1d73e:"\u006db\u0066\u0069\u0074\u0069\u006f\u0074a",0x1d48b:"\u006d\u0062\u0066\u0069\u0074\u006a",0x1d48c:"\u006d\u0062\u0066\u0069\u0074\u006b",0x1d73f:"\u006d\u0062\u0066\u0069\u0074\u006b\u0061\u0070\u0070\u0061",0x1d48d:"\u006d\u0062\u0066\u0069\u0074\u006c",0x1d740:"m\u0062\u0066\u0069\u0074\u006c\u0061\u006d\u0062\u0064\u0061",0x1d48e:"\u006d\u0062\u0066\u0069\u0074\u006d",0x1d741:"\u006db\u0066\u0069\u0074\u006d\u0075",0x1d48f:"\u006d\u0062\u0066\u0069\u0074\u006e",0x1d735:"\u006d\u0062\u0066\u0069\u0074\u006e\u0061\u0062\u006c\u0061",0x1d742:"\u006db\u0066\u0069\u0074\u006e\u0075",0x1d490:"\u006d\u0062\u0066\u0069\u0074\u006f",0x1d74e:"\u006d\u0062\u0066\u0069\u0074\u006f\u006d\u0065\u0067\u0061",0x1d744:"\u006d\u0062\u0066i\u0074\u006f\u006d\u0069\u0063\u0072\u006f\u006e",0x1d491:"\u006d\u0062\u0066\u0069\u0074\u0070",0x1d74f:"\u006d\u0062\u0066i\u0074\u0070\u0061\u0072\u0074\u0069\u0061\u006c",0x1d74b:"\u006d\u0062\u0066\u0069\u0074\u0070\u0068\u0069",0x1d745:"\u006db\u0066\u0069\u0074\u0070\u0069",0x1d74d:"\u006d\u0062\u0066\u0069\u0074\u0070\u0073\u0069",0x1d492:"\u006d\u0062\u0066\u0069\u0074\u0071",0x1d493:"\u006d\u0062\u0066\u0069\u0074\u0072",0x1d746:"\u006d\u0062\u0066\u0069\u0074\u0072\u0068\u006f",0x1d494:"\u006d\u0062\u0066\u0069\u0074\u0073",0x1d63c:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0041",0x1d790:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073A\u006c\u0070\u0068\u0061",0x1d63d:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0042",0x1d791:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0042\u0065\u0074\u0061",0x1d63e:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0043",0x1d7a6:"\u006d\u0062\u0066i\u0074\u0073\u0061\u006e\u0073\u0043\u0068\u0069",0x1d63f:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0044",0x1d793:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073D\u0065\u006c\u0074\u0061",0x1d640:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0045",0x1d794:"\u006d\u0062f\u0069\u0074\u0073a\u006e\u0073\u0045\u0070\u0073\u0069\u006c\u006f\u006e",0x1d796:"\u006d\u0062\u0066i\u0074\u0073\u0061\u006e\u0073\u0045\u0074\u0061",0x1d641:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0046",0x1d642:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0047",0x1d792:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073G\u0061\u006d\u006d\u0061",0x1d643:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0048",0x1d644:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0049",0x1d798:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0049\u006f\u0074\u0061",0x1d645:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u004a",0x1d646:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u004b",0x1d799:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073K\u0061\u0070\u0070\u0061",0x1d647:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u004c",0x1d79a:"\u006db\u0066i\u0074\u0073\u0061\u006e\u0073\u004c\u0061\u006d\u0062\u0064\u0061",0x1d648:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u004d",0x1d79b:"m\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u004d\u0075",0x1d649:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u004e",0x1d79c:"m\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u004e\u0075",0x1d64a:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u004f",0x1d7a8:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073O\u006d\u0065\u0067\u0061",0x1d79e:"\u006d\u0062f\u0069\u0074\u0073a\u006e\u0073\u004f\u006d\u0069\u0063\u0072\u006f\u006e",0x1d64b:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0050",0x1d7a5:"\u006d\u0062\u0066i\u0074\u0073\u0061\u006e\u0073\u0050\u0068\u0069",0x1d79f:"m\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0050\u0069",0x1d7a7:"\u006d\u0062\u0066i\u0074\u0073\u0061\u006e\u0073\u0050\u0073\u0069",0x1d64c:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0051",0x1d64d:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0052",0x1d7a0:"\u006d\u0062\u0066i\u0074\u0073\u0061\u006e\u0073\u0052\u0068\u006f",0x1d64e:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0053",0x1d7a2:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073S\u0069\u0067\u006d\u0061",0x1d64f:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0054",0x1d7a3:"\u006d\u0062\u0066i\u0074\u0073\u0061\u006e\u0073\u0054\u0061\u0075",0x1d797:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073T\u0068\u0065\u0074\u0061",0x1d650:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0055",0x1d7a4:"\u006d\u0062f\u0069\u0074\u0073a\u006e\u0073\u0055\u0070\u0073\u0069\u006c\u006f\u006e",0x1d651:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0056",0x1d652:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0057",0x1d653:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0058",0x1d79d:"m\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0058\u0069",0x1d654:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0059",0x1d655:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u005a",0x1d795:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u005a\u0065\u0074\u0061",0x1d656:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0061",0x1d7aa:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073a\u006c\u0070\u0068\u0061",0x1d657:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0062",0x1d7ab:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0062\u0065\u0074\u0061",0x1d658:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0063",0x1d7c0:"\u006d\u0062\u0066i\u0074\u0073\u0061\u006e\u0073\u0063\u0068\u0069",0x1d659:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0064",0x1d7ad:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073d\u0065\u006c\u0074\u0061",0x1d65a:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0065",0x1d7ae:"\u006d\u0062f\u0069\u0074\u0073a\u006e\u0073\u0065\u0070\u0073\u0069\u006c\u006f\u006e",0x1d7b0:"\u006d\u0062\u0066i\u0074\u0073\u0061\u006e\u0073\u0065\u0074\u0061",0x1d65b:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0066",0x1d65c:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0067",0x1d7ac:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073g\u0061\u006d\u006d\u0061",0x1d65d:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0068",0x1d65e:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0069",0x1d7b2:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0069\u006f\u0074\u0061",0x1d65f:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u006a",0x1d660:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u006b",0x1d7b3:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073k\u0061\u0070\u0070\u0061",0x1d661:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u006c",0x1d7b4:"\u006db\u0066i\u0074\u0073\u0061\u006e\u0073\u006c\u0061\u006d\u0062\u0064\u0061",0x1d662:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u006d",0x1d7b5:"m\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u006d\u0075",0x1d663:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u006e",0x1d7a9:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073n\u0061\u0062\u006c\u0061",0x1d7b6:"m\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u006e\u0075",0x1d664:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u006f",0x1d7c2:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073o\u006d\u0065\u0067\u0061",0x1d7b8:"\u006d\u0062f\u0069\u0074\u0073a\u006e\u0073\u006f\u006d\u0069\u0063\u0072\u006f\u006e",0x1d665:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0070",0x1d7c3:"\u006d\u0062f\u0069\u0074\u0073a\u006e\u0073\u0070\u0061\u0072\u0074\u0069\u0061\u006c",0x1d7bf:"\u006d\u0062\u0066i\u0074\u0073\u0061\u006e\u0073\u0070\u0068\u0069",0x1d7b9:"m\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0070\u0069",0x1d7c1:"\u006d\u0062\u0066i\u0074\u0073\u0061\u006e\u0073\u0070\u0073\u0069",0x1d666:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0071",0x1d667:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0072",0x1d7ba:"\u006d\u0062\u0066i\u0074\u0073\u0061\u006e\u0073\u0072\u0068\u006f",0x1d668:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0073",0x1d7bc:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073s\u0069\u0067\u006d\u0061",0x1d669:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0074",0x1d7bd:"\u006d\u0062\u0066i\u0074\u0073\u0061\u006e\u0073\u0074\u0061\u0075",0x1d7b1:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073t\u0068\u0065\u0074\u0061",0x1d66a:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0075",0x1d7be:"\u006d\u0062f\u0069\u0074\u0073a\u006e\u0073\u0075\u0070\u0073\u0069\u006c\u006f\u006e",0x1d66b:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0076",0x1d7a1:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0076\u0061\u0072T\u0068\u0065\u0074\u0061",0x1d7c4:"\u006d\u0062\u0066\u0069ts\u0061\u006e\u0073\u0076\u0061\u0072\u0065\u0070\u0073\u0069\u006c\u006f\u006e",0x1d7c6:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0076\u0061\u0072k\u0061\u0070\u0070\u0061",0x1d7c7:"\u006db\u0066i\u0074\u0073\u0061\u006e\u0073\u0076\u0061\u0072\u0070\u0068\u0069",0x1d7c9:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073v\u0061\u0072\u0070\u0069",0x1d7c8:"\u006db\u0066i\u0074\u0073\u0061\u006e\u0073\u0076\u0061\u0072\u0072\u0068\u006f",0x1d7bb:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0076\u0061\u0072s\u0069\u0067\u006d\u0061",0x1d7c5:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0076\u0061\u0072t\u0068\u0065\u0074\u0061",0x1d66c:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0077",0x1d66d:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0078",0x1d7b7:"m\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0078\u0069",0x1d66e:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0079",0x1d66f:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u007a",0x1d7af:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u007a\u0065\u0074\u0061",0x1d748:"\u006d\u0062\u0066\u0069\u0074\u0073\u0069\u0067\u006d\u0061",0x1d495:"\u006d\u0062\u0066\u0069\u0074\u0074",0x1d749:"\u006d\u0062\u0066\u0069\u0074\u0074\u0061\u0075",0x1d73d:"\u006d\u0062\u0066\u0069\u0074\u0074\u0068\u0065\u0074\u0061",0x1d496:"\u006d\u0062\u0066\u0069\u0074\u0075",0x1d74a:"\u006d\u0062\u0066i\u0074\u0075\u0070\u0073\u0069\u006c\u006f\u006e",0x1d497:"\u006d\u0062\u0066\u0069\u0074\u0076",0x1d72d:"\u006d\u0062\u0066\u0069\u0074\u0076\u0061\u0072\u0054\u0068\u0065\u0074\u0061",0x1d750:"\u006db\u0066i\u0074\u0076\u0061\u0072\u0065\u0070\u0073\u0069\u006c\u006f\u006e",0x1d752:"\u006d\u0062\u0066\u0069\u0074\u0076\u0061\u0072\u006b\u0061\u0070\u0070\u0061",0x1d753:"m\u0062\u0066\u0069\u0074\u0076\u0061\u0072\u0070\u0068\u0069",0x1d755:"\u006d\u0062\u0066\u0069\u0074\u0076\u0061\u0072\u0070\u0069",0x1d754:"m\u0062\u0066\u0069\u0074\u0076\u0061\u0072\u0072\u0068\u006f",0x1d747:"\u006d\u0062\u0066\u0069\u0074\u0076\u0061\u0072\u0073\u0069\u0067\u006d\u0061",0x1d751:"\u006d\u0062\u0066\u0069\u0074\u0076\u0061\u0072\u0074\u0068\u0065\u0074\u0061",0x1d498:"\u006d\u0062\u0066\u0069\u0074\u0077",0x1d499:"\u006d\u0062\u0066\u0069\u0074\u0078",0x1d743:"\u006db\u0066\u0069\u0074\u0078\u0069",0x1d49a:"\u006d\u0062\u0066\u0069\u0074\u0079",0x1d49b:"\u006d\u0062\u0066\u0069\u0074\u007a",0x1d73b:"\u006db\u0066\u0069\u0074\u007a\u0065\u0074a",0x1d423:"\u006d\u0062\u0066\u006a",0x1d424:"\u006d\u0062\u0066\u006b",0x1d6cb:"\u006d\u0062\u0066\u006b\u0061\u0070\u0070\u0061",0x1d425:"\u006d\u0062\u0066\u006c",0x1d6cc:"\u006db\u0066\u006c\u0061\u006d\u0062\u0064a",0x1d426:"\u006d\u0062\u0066\u006d",0x1d6cd:"\u006d\u0062\u0066m\u0075",0x1d427:"\u006d\u0062\u0066\u006e",0x1d6c1:"\u006d\u0062\u0066\u006e\u0061\u0062\u006c\u0061",0x1d6ce:"\u006d\u0062\u0066n\u0075",0x1d428:"\u006d\u0062\u0066\u006f",0x1d6da:"\u006d\u0062\u0066\u006f\u006d\u0065\u0067\u0061",0x1d6d0:"\u006d\u0062\u0066\u006f\u006d\u0069\u0063\u0072\u006f\u006e",0x1d429:"\u006d\u0062\u0066\u0070",0x1d6db:"\u006d\u0062\u0066\u0070\u0061\u0072\u0074\u0069\u0061\u006c",0x1d6df:"\u006d\u0062\u0066\u0070\u0068\u0069",0x1d6d1:"\u006d\u0062\u0066p\u0069",0x1d6d9:"\u006d\u0062\u0066\u0070\u0073\u0069",0x1d42a:"\u006d\u0062\u0066\u0071",0x1d42b:"\u006d\u0062\u0066\u0072",0x1d6d2:"\u006d\u0062\u0066\u0072\u0068\u006f",0x1d42c:"\u006d\u0062\u0066\u0073",0x1d5d4:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0041",0x1d756:"\u006d\u0062\u0066s\u0061\u006e\u0073\u0041\u006c\u0070\u0068\u0061",0x1d5d5:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0042",0x1d757:"m\u0062\u0066\u0073\u0061\u006e\u0073\u0042\u0065\u0074\u0061",0x1d5d6:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0043",0x1d76c:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0043\u0068\u0069",0x1d5d7:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0044",0x1d759:"\u006d\u0062\u0066s\u0061\u006e\u0073\u0044\u0065\u006c\u0074\u0061",0x1d5d8:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0045",0x1d75a:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0045\u0070s\u0069\u006c\u006f\u006e",0x1d75c:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0045\u0074\u0061",0x1d5d9:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0046",0x1d5da:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0047",0x1d758:"\u006d\u0062\u0066s\u0061\u006e\u0073\u0047\u0061\u006d\u006d\u0061",0x1d5db:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0048",0x1d5dc:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0049",0x1d75e:"m\u0062\u0066\u0073\u0061\u006e\u0073\u0049\u006f\u0074\u0061",0x1d5dd:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u004a",0x1d5de:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u004b",0x1d75f:"\u006d\u0062\u0066s\u0061\u006e\u0073\u004b\u0061\u0070\u0070\u0061",0x1d5df:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u004c",0x1d760:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u004c\u0061\u006d\u0062\u0064\u0061",0x1d5e0:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u004d",0x1d761:"\u006db\u0066\u0073\u0061\u006e\u0073\u004du",0x1d5e1:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u004e",0x1d762:"\u006db\u0066\u0073\u0061\u006e\u0073\u004eu",0x1d5e2:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u004f",0x1d76e:"\u006d\u0062\u0066s\u0061\u006e\u0073\u004f\u006d\u0065\u0067\u0061",0x1d764:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u004f\u006di\u0063\u0072\u006f\u006e",0x1d5e3:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0050",0x1d76b:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0050\u0068\u0069",0x1d765:"\u006db\u0066\u0073\u0061\u006e\u0073\u0050i",0x1d76d:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0050\u0073\u0069",0x1d5e4:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0051",0x1d5e5:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0052",0x1d766:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0052\u0068\u006f",0x1d5e6:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0053",0x1d768:"\u006d\u0062\u0066s\u0061\u006e\u0073\u0053\u0069\u0067\u006d\u0061",0x1d5e7:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0054",0x1d769:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0054\u0061\u0075",0x1d75d:"\u006d\u0062\u0066s\u0061\u006e\u0073\u0054\u0068\u0065\u0074\u0061",0x1d5e8:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0055",0x1d76a:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0055\u0070s\u0069\u006c\u006f\u006e",0x1d5e9:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0056",0x1d5ea:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0057",0x1d5eb:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0058",0x1d763:"\u006db\u0066\u0073\u0061\u006e\u0073\u0058i",0x1d5ec:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0059",0x1d5ed:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u005a",0x1d75b:"m\u0062\u0066\u0073\u0061\u006e\u0073\u005a\u0065\u0074\u0061",0x1d5ee:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0061",0x1d770:"\u006d\u0062\u0066s\u0061\u006e\u0073\u0061\u006c\u0070\u0068\u0061",0x1d5ef:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0062",0x1d771:"m\u0062\u0066\u0073\u0061\u006e\u0073\u0062\u0065\u0074\u0061",0x1d5f0:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0063",0x1d786:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0063\u0068\u0069",0x1d5f1:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0064",0x1d773:"\u006d\u0062\u0066s\u0061\u006e\u0073\u0064\u0065\u006c\u0074\u0061",0x1d5f2:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0065",0x1d7f4:"\u006d\u0062\u0066s\u0061\u006e\u0073\u0065\u0069\u0067\u0068\u0074",0x1d774:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0065\u0070s\u0069\u006c\u006f\u006e",0x1d776:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0065\u0074\u0061",0x1d5f3:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0066",0x1d7f1:"m\u0062\u0066\u0073\u0061\u006e\u0073\u0066\u0069\u0076\u0065",0x1d7f0:"m\u0062\u0066\u0073\u0061\u006e\u0073\u0066\u006f\u0075\u0072",0x1d5f4:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0067",0x1d772:"\u006d\u0062\u0066s\u0061\u006e\u0073\u0067\u0061\u006d\u006d\u0061",0x1d5f5:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0068",0x1d5f6:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0069",0x1d778:"m\u0062\u0066\u0073\u0061\u006e\u0073\u0069\u006f\u0074\u0061",0x1d5f7:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u006a",0x1d5f8:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u006b",0x1d779:"\u006d\u0062\u0066s\u0061\u006e\u0073\u006b\u0061\u0070\u0070\u0061",0x1d5f9:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u006c",0x1d77a:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u006c\u0061\u006d\u0062\u0064\u0061",0x1d5fa:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u006d",0x1d77b:"\u006db\u0066\u0073\u0061\u006e\u0073\u006du",0x1d5fb:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u006e",0x1d76f:"\u006d\u0062\u0066s\u0061\u006e\u0073\u006e\u0061\u0062\u006c\u0061",0x1d7f5:"m\u0062\u0066\u0073\u0061\u006e\u0073\u006e\u0069\u006e\u0065",0x1d77c:"\u006db\u0066\u0073\u0061\u006e\u0073\u006eu",0x1d5fc:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u006f",0x1d788:"\u006d\u0062\u0066s\u0061\u006e\u0073\u006f\u006d\u0065\u0067\u0061",0x1d77e:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u006f\u006di\u0063\u0072\u006f\u006e",0x1d7ed:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u006f\u006e\u0065",0x1d5fd:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0070",0x1d789:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0070\u0061r\u0074\u0069\u0061\u006c",0x1d785:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0070\u0068\u0069",0x1d77f:"\u006db\u0066\u0073\u0061\u006e\u0073\u0070i",0x1d787:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0070\u0073\u0069",0x1d5fe:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0071",0x1d5ff:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0072",0x1d780:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0072\u0068\u006f",0x1d600:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0073",0x1d7f3:"\u006d\u0062\u0066s\u0061\u006e\u0073\u0073\u0065\u0076\u0065\u006e",0x1d782:"\u006d\u0062\u0066s\u0061\u006e\u0073\u0073\u0069\u0067\u006d\u0061",0x1d7f2:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0073\u0069\u0078",0x1d601:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0074",0x1d783:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0074\u0061\u0075",0x1d777:"\u006d\u0062\u0066s\u0061\u006e\u0073\u0074\u0068\u0065\u0074\u0061",0x1d7ef:"\u006d\u0062\u0066s\u0061\u006e\u0073\u0074\u0068\u0072\u0065\u0065",0x1d7ee:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0074\u0077\u006f",0x1d602:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0075",0x1d784:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0075\u0070s\u0069\u006c\u006f\u006e",0x1d603:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0076",0x1d767:"\u006db\u0066s\u0061\u006e\u0073\u0076\u0061\u0072\u0054\u0068\u0065\u0074\u0061",0x1d78a:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0076\u0061\u0072\u0065\u0070s\u0069\u006c\u006f\u006e",0x1d78c:"\u006db\u0066s\u0061\u006e\u0073\u0076\u0061\u0072\u006b\u0061\u0070\u0070\u0061",0x1d78d:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0076\u0061\u0072\u0070\u0068\u0069",0x1d78f:"\u006d\u0062\u0066s\u0061\u006e\u0073\u0076\u0061\u0072\u0070\u0069",0x1d78e:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0076\u0061\u0072\u0072\u0068\u006f",0x1d781:"\u006db\u0066s\u0061\u006e\u0073\u0076\u0061\u0072\u0073\u0069\u0067\u006d\u0061",0x1d78b:"\u006db\u0066s\u0061\u006e\u0073\u0076\u0061\u0072\u0074\u0068\u0065\u0074\u0061",0x1d604:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0077",0x1d605:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0078",0x1d77d:"\u006db\u0066\u0073\u0061\u006e\u0073\u0078i",0x1d606:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0079",0x1d607:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u007a",0x1d7ec:"m\u0062\u0066\u0073\u0061\u006e\u0073\u007a\u0065\u0072\u006f",0x1d775:"m\u0062\u0066\u0073\u0061\u006e\u0073\u007a\u0065\u0074\u0061",0x1d4d0:"\u006db\u0066\u0073\u0063\u0072\u0041",0x1d4d1:"\u006db\u0066\u0073\u0063\u0072\u0042",0x1d4d2:"\u006db\u0066\u0073\u0063\u0072\u0043",0x1d4d3:"\u006db\u0066\u0073\u0063\u0072\u0044",0x1d4d4:"\u006db\u0066\u0073\u0063\u0072\u0045",0x1d4d5:"\u006db\u0066\u0073\u0063\u0072\u0046",0x1d4d6:"\u006db\u0066\u0073\u0063\u0072\u0047",0x1d4d7:"\u006db\u0066\u0073\u0063\u0072\u0048",0x1d4d8:"\u006db\u0066\u0073\u0063\u0072\u0049",0x1d4d9:"\u006db\u0066\u0073\u0063\u0072\u004a",0x1d4da:"\u006db\u0066\u0073\u0063\u0072\u004b",0x1d4db:"\u006db\u0066\u0073\u0063\u0072\u004c",0x1d4dc:"\u006db\u0066\u0073\u0063\u0072\u004d",0x1d4dd:"\u006db\u0066\u0073\u0063\u0072\u004e",0x1d4de:"\u006db\u0066\u0073\u0063\u0072\u004f",0x1d4df:"\u006db\u0066\u0073\u0063\u0072\u0050",0x1d4e0:"\u006db\u0066\u0073\u0063\u0072\u0051",0x1d4e1:"\u006db\u0066\u0073\u0063\u0072\u0052",0x1d4e2:"\u006db\u0066\u0073\u0063\u0072\u0053",0x1d4e3:"\u006db\u0066\u0073\u0063\u0072\u0054",0x1d4e4:"\u006db\u0066\u0073\u0063\u0072\u0055",0x1d4e5:"\u006db\u0066\u0073\u0063\u0072\u0056",0x1d4e6:"\u006db\u0066\u0073\u0063\u0072\u0057",0x1d4e7:"\u006db\u0066\u0073\u0063\u0072\u0058",0x1d4e8:"\u006db\u0066\u0073\u0063\u0072\u0059",0x1d4e9:"\u006db\u0066\u0073\u0063\u0072\u005a",0x1d4ea:"\u006db\u0066\u0073\u0063\u0072\u0061",0x1d4eb:"\u006db\u0066\u0073\u0063\u0072\u0062",0x1d4ec:"\u006db\u0066\u0073\u0063\u0072\u0063",0x1d4ed:"\u006db\u0066\u0073\u0063\u0072\u0064",0x1d4ee:"\u006db\u0066\u0073\u0063\u0072\u0065",0x1d4ef:"\u006db\u0066\u0073\u0063\u0072\u0066",0x1d4f0:"\u006db\u0066\u0073\u0063\u0072\u0067",0x1d4f1:"\u006db\u0066\u0073\u0063\u0072\u0068",0x1d4f2:"\u006db\u0066\u0073\u0063\u0072\u0069",0x1d4f3:"\u006db\u0066\u0073\u0063\u0072\u006a",0x1d4f4:"\u006db\u0066\u0073\u0063\u0072\u006b",0x1d4f5:"\u006db\u0066\u0073\u0063\u0072\u006c",0x1d4f6:"\u006db\u0066\u0073\u0063\u0072\u006d",0x1d4f7:"\u006db\u0066\u0073\u0063\u0072\u006e",0x1d4f8:"\u006db\u0066\u0073\u0063\u0072\u006f",0x1d4f9:"\u006db\u0066\u0073\u0063\u0072\u0070",0x1d4fa:"\u006db\u0066\u0073\u0063\u0072\u0071",0x1d4fb:"\u006db\u0066\u0073\u0063\u0072\u0072",0x1d4fc:"\u006db\u0066\u0073\u0063\u0072\u0073",0x1d4fd:"\u006db\u0066\u0073\u0063\u0072\u0074",0x1d4fe:"\u006db\u0066\u0073\u0063\u0072\u0075",0x1d4ff:"\u006db\u0066\u0073\u0063\u0072\u0076",0x1d500:"\u006db\u0066\u0073\u0063\u0072\u0077",0x1d501:"\u006db\u0066\u0073\u0063\u0072\u0078",0x1d502:"\u006db\u0066\u0073\u0063\u0072\u0079",0x1d503:"\u006db\u0066\u0073\u0063\u0072\u007a",0x1d6d4:"\u006d\u0062\u0066\u0073\u0069\u0067\u006d\u0061",0x1d42d:"\u006d\u0062\u0066\u0074",0x1d6d5:"\u006d\u0062\u0066\u0074\u0061\u0075",0x1d6c9:"\u006d\u0062\u0066\u0074\u0068\u0065\u0074\u0061",0x1d42e:"\u006d\u0062\u0066\u0075",0x1d6d6:"\u006d\u0062\u0066\u0075\u0070\u0073\u0069\u006c\u006f\u006e",0x1d42f:"\u006d\u0062\u0066\u0076",0x1d6b9:"m\u0062\u0066\u0076\u0061\u0072\u0054\u0068\u0065\u0074\u0061",0x1d6dc:"\u006d\u0062\u0066\u0076\u0061\u0072\u0065\u0070\u0073\u0069\u006c\u006f\u006e",0x1d6de:"m\u0062\u0066\u0076\u0061\u0072\u006b\u0061\u0070\u0070\u0061",0x1d6d7:"\u006db\u0066\u0076\u0061\u0072\u0070\u0068i",0x1d6e1:"\u006d\u0062\u0066\u0076\u0061\u0072\u0070\u0069",0x1d6e0:"\u006db\u0066\u0076\u0061\u0072\u0072\u0068o",0x1d6d3:"m\u0062\u0066\u0076\u0061\u0072\u0073\u0069\u0067\u006d\u0061",0x1d6dd:"m\u0062\u0066\u0076\u0061\u0072\u0074\u0068\u0065\u0074\u0061",0x1d430:"\u006d\u0062\u0066\u0077",0x1d431:"\u006d\u0062\u0066\u0078",0x1d6cf:"\u006d\u0062\u0066x\u0069",0x1d432:"\u006d\u0062\u0066\u0079",0x1d433:"\u006d\u0062\u0066\u007a",0x1d6c7:"\u006db\u0066\u007a\u0065\u0074\u0061",0x3107:"\u006db\u006f\u0070\u006f\u006d\u006f\u0066o",0x33d4:"\u006d\u0062\u0073\u0071\u0075\u0061\u0072\u0065",0x24dc:"\u006dc\u0069\u0072\u0063\u006c\u0065",0x33a5:"\u006d\u0063\u0075b\u0065\u0064\u0073\u0071\u0075\u0061\u0072\u0065",0x26ab:"m\u0064\u0062\u006c\u006b\u0063\u0069\u0072\u0063\u006c\u0065",0x2b25:"\u006d\u0064\u0062l\u006b\u0064\u0069\u0061\u006d\u006f\u006e\u0064",0x2b27:"\u006d\u0064\u0062l\u006b\u006c\u006f\u007a\u0065\u006e\u0067\u0065",0x25fc:"m\u0064\u0062\u006c\u006b\u0073\u0071\u0075\u0061\u0072\u0065",0x29eb:"\u006d\u0064\u006c\u0067\u0062\u006c\u006b\u006c\u006fz\u0065\u006e\u0067\u0065",0x1e41:"\u006d\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074",0x1e43:"\u006dd\u006f\u0074\u0062\u0065\u006c\u006fw",0x2981:"\u006d\u0064\u0073\u006d\u0062\u006c\u006b\u0063\u0069\u0072\u0063\u006c\u0065",0x25fe:"\u006d\u0064\u0073\u006d\u0062\u006c\u006b\u0073\u0071\u0075\u0061\u0072\u0065",0x26ac:"\u006d\u0064\u0073\u006d\u0077\u0068\u0074\u0063\u0069\u0072\u0063\u006c\u0065",0x25fd:"\u006d\u0064\u0073\u006d\u0077\u0068\u0074\u0073\u0071\u0075\u0061\u0072\u0065",0x26aa:"m\u0064\u0077\u0068\u0074\u0063\u0069\u0072\u0063\u006c\u0065",0x2b26:"\u006d\u0064\u0077h\u0074\u0064\u0069\u0061\u006d\u006f\u006e\u0064",0x2b28:"\u006d\u0064\u0077h\u0074\u006c\u006f\u007a\u0065\u006e\u0067\u0065",0x25fb:"m\u0064\u0077\u0068\u0074\u0073\u0071\u0075\u0061\u0072\u0065",0x29af:"\u006de\u0061s\u0061\u006e\u0067\u006c\u0065\u0064\u006c\u0074\u006f\u0073\u0077",0x29ae:"\u006de\u0061s\u0061\u006e\u0067\u006c\u0065\u0064\u0072\u0074\u006f\u0073\u0065",0x29ab:"\u006de\u0061s\u0061\u006e\u0067\u006c\u0065\u006c\u0064\u0074\u006f\u0073\u0077",0x29a9:"\u006de\u0061s\u0061\u006e\u0067\u006c\u0065\u006c\u0075\u0074\u006f\u006e\u0077",0x29aa:"\u006de\u0061s\u0061\u006e\u0067\u006c\u0065\u0072\u0064\u0074\u006f\u0073\u0065",0x29a8:"\u006de\u0061s\u0061\u006e\u0067\u006c\u0065\u0072\u0075\u0074\u006f\u006e\u0065",0x29ad:"\u006de\u0061s\u0061\u006e\u0067\u006c\u0065\u0075\u006c\u0074\u006f\u006e\u0077",0x29ac:"\u006de\u0061s\u0061\u006e\u0067\u006c\u0065\u0075\u0072\u0074\u006f\u006e\u0065",0x225e:"\u006d\u0065\u0061\u0073\u0065\u0071",0x2221:"\u006d\u0065\u0061\u0073\u0075\u0072\u0065\u0064\u0061\u006e\u0067\u006c\u0065",0x299b:"\u006d\u0065\u0061\u0073\u0075\u0072\u0065\u0064\u0061\u006e\u0067\u006ce\u006c\u0065\u0066\u0074",0x22be:"\u006de\u0061s\u0075\u0072\u0065\u0064\u0072i\u0067\u0068t\u0061\u006e\u0067\u006c\u0065",0x2b51:"\u006d\u0065\u0064b\u006c\u0061\u0063\u006b\u0073\u0074\u0061\u0072",0x2b50:"\u006d\u0065\u0064w\u0068\u0069\u0074\u0065\u0073\u0074\u0061\u0072",0xfee2:"\u006de\u0065m\u0066\u0069\u006e\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",0xfee3:"\u006d\u0065\u0065\u006d\u0069\u006e\u0069\u0074\u0069\u0061\u006c\u0061r\u0061\u0062\u0069\u0063",0xfee1:"\u006d\u0065\u0065m\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064",0xfee4:"\u006d\u0065e\u006d\u006d\u0065d\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",0xfcd1:"m\u0065\u0065\u006d\u006dee\u006di\u006e\u0069\u0074\u0069\u0061l\u0061\u0072\u0061\u0062\u0069\u0063",0xfc48:"\u006d\u0065\u0065\u006dme\u0065\u006d\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064\u0061\u0072\u0061\u0062i\u0063",0xfccf:"\u006de\u0065m\u0077\u0069\u0074\u0068\u0068a\u0068\u0069n\u0069\u0074\u0069\u0061\u006c",0xfcce:"\u006d\u0065\u0065\u006dwi\u0074\u0068\u006a\u0065\u0065\u006d\u0069\u006e\u0069\u0074\u0069\u0061\u006c",0xfcd0:"\u006d\u0065\u0065\u006dwi\u0074\u0068\u006b\u0068\u0061\u0068\u0069\u006e\u0069\u0074\u0069\u0061\u006c",0x334d:"\u006d\u0065\u0065\u0074\u006f\u0072\u0075\u0073\u0071\u0075\u0061\u0072\u0065",0x3081:"\u006d\u0065\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x337e:"\u006d\u0065\u0069\u007a\u0069\u0065\u0072\u0061\u0073q\u0075\u0061\u0072\u0065",0x30e1:"\u006d\u0065\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0xff92:"\u006d\u0065\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068",0x05de:"\u006d\u0065\u006d",0xfb3e:"\u006de\u006dd\u0061\u0067\u0065\u0073\u0068\u0068\u0065\u0062\u0072\u0065\u0077",0x0574:"m\u0065\u006e\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x05a5:"\u006d\u0065\u0072k\u0068\u0061\u0068\u0065\u0062\u0072\u0065\u0077",0x05a6:"\u006de\u0072k\u0068\u0061\u006b\u0065\u0066u\u006c\u0061h\u0065\u0062\u0072\u0065\u0077",0x1d504:"\u006d\u0066\u0072\u0061\u006b\u0041",0x1d505:"\u006d\u0066\u0072\u0061\u006b\u0042",0x212d:"\u006d\u0066\u0072\u0061\u006b\u0043",0x1d507:"\u006d\u0066\u0072\u0061\u006b\u0044",0x1d508:"\u006d\u0066\u0072\u0061\u006b\u0045",0x1d509:"\u006d\u0066\u0072\u0061\u006b\u0046",0x1d50a:"\u006d\u0066\u0072\u0061\u006b\u0047",0x210c:"\u006d\u0066\u0072\u0061\u006b\u0048",0x1d50d:"\u006d\u0066\u0072\u0061\u006b\u004a",0x1d50e:"\u006d\u0066\u0072\u0061\u006b\u004b",0x1d50f:"\u006d\u0066\u0072\u0061\u006b\u004c",0x1d510:"\u006d\u0066\u0072\u0061\u006b\u004d",0x1d511:"\u006d\u0066\u0072\u0061\u006b\u004e",0x1d512:"\u006d\u0066\u0072\u0061\u006b\u004f",0x1d513:"\u006d\u0066\u0072\u0061\u006b\u0050",0x1d514:"\u006d\u0066\u0072\u0061\u006b\u0051",0x1d516:"\u006d\u0066\u0072\u0061\u006b\u0053",0x1d517:"\u006d\u0066\u0072\u0061\u006b\u0054",0x1d518:"\u006d\u0066\u0072\u0061\u006b\u0055",0x1d519:"\u006d\u0066\u0072\u0061\u006b\u0056",0x1d51a:"\u006d\u0066\u0072\u0061\u006b\u0057",0x1d51b:"\u006d\u0066\u0072\u0061\u006b\u0058",0x1d51c:"\u006d\u0066\u0072\u0061\u006b\u0059",0x2128:"\u006d\u0066\u0072\u0061\u006b\u005a",0x1d51e:"\u006d\u0066\u0072\u0061\u006b\u0061",0x1d51f:"\u006d\u0066\u0072\u0061\u006b\u0062",0x1d520:"\u006d\u0066\u0072\u0061\u006b\u0063",0x1d521:"\u006d\u0066\u0072\u0061\u006b\u0064",0x1d522:"\u006d\u0066\u0072\u0061\u006b\u0065",0x1d523:"\u006d\u0066\u0072\u0061\u006b\u0066",0x1d524:"\u006d\u0066\u0072\u0061\u006b\u0067",0x1d525:"\u006d\u0066\u0072\u0061\u006b\u0068",0x1d526:"\u006d\u0066\u0072\u0061\u006b\u0069",0x1d527:"\u006d\u0066\u0072\u0061\u006b\u006a",0x1d528:"\u006d\u0066\u0072\u0061\u006b\u006b",0x1d529:"\u006d\u0066\u0072\u0061\u006b\u006c",0x1d52a:"\u006d\u0066\u0072\u0061\u006b\u006d",0x1d52b:"\u006d\u0066\u0072\u0061\u006b\u006e",0x1d52c:"\u006d\u0066\u0072\u0061\u006b\u006f",0x1d52d:"\u006d\u0066\u0072\u0061\u006b\u0070",0x1d52e:"\u006d\u0066\u0072\u0061\u006b\u0071",0x1d52f:"\u006d\u0066\u0072\u0061\u006b\u0072",0x1d530:"\u006d\u0066\u0072\u0061\u006b\u0073",0x1d531:"\u006d\u0066\u0072\u0061\u006b\u0074",0x1d532:"\u006d\u0066\u0072\u0061\u006b\u0075",0x1d533:"\u006d\u0066\u0072\u0061\u006b\u0076",0x1d534:"\u006d\u0066\u0072\u0061\u006b\u0077",0x1d535:"\u006d\u0066\u0072\u0061\u006b\u0078",0x1d536:"\u006d\u0066\u0072\u0061\u006b\u0079",0x1d537:"\u006d\u0066\u0072\u0061\u006b\u007a",0x0271:"\u006d\u0068\u006fo\u006b",0x3392:"\u006dh\u007a\u0073\u0071\u0075\u0061\u0072e",0x0095:"\u006d\u0069\u0063r\u006f",0x2a5d:"\u006di\u0064\u0062\u0061\u0072\u0076\u0065e",0x2a5c:"m\u0069\u0064\u0062\u0061\u0072\u0077\u0065\u0064\u0067\u0065",0x2af0:"\u006d\u0069\u0064\u0063\u0069\u0072",0xff65:"\u006d\u0069\u0064\u0064\u006c\u0065\u0064\u006f\u0074\u006b\u0061t\u0061\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077i\u0064\u0074\u0068",0x3272:"\u006di\u0065u\u006d\u0061\u0063\u0069\u0072c\u006c\u0065k\u006f\u0072\u0065\u0061\u006e",0x3212:"\u006d\u0069\u0065\u0075\u006d\u0061\u0070\u0061\u0072\u0065\u006e\u006bo\u0072\u0065\u0061\u006e",0x3264:"\u006d\u0069\u0065\u0075\u006d\u0063\u0069\u0072\u0063\u006c\u0065\u006bo\u0072\u0065\u0061\u006e",0x3141:"m\u0069\u0065\u0075\u006d\u006b\u006f\u0072\u0065\u0061\u006e",0x3170:"\u006di\u0065u\u006d\u0070\u0061\u006e\u0073i\u006f\u0073k\u006f\u0072\u0065\u0061\u006e",0x3204:"\u006d\u0069e\u0075\u006d\u0070a\u0072\u0065\u006e\u006b\u006f\u0072\u0065\u0061\u006e",0x316e:"\u006d\u0069e\u0075\u006d\u0070i\u0065\u0075\u0070\u006b\u006f\u0072\u0065\u0061\u006e",0x316f:"\u006di\u0065u\u006d\u0073\u0069\u006f\u0073\u006b\u006f\u0072\u0065\u0061\u006e",0x307f:"\u006d\u0069\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x30df:"\u006d\u0069\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0xff90:"\u006d\u0069\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068",0x20a5:"\u006d\u0069\u006c\u006c",0x2212:"\u006d\u0069\u006eu\u0073",0x0320:"\u006d\u0069\u006e\u0075\u0073\u0062\u0065\u006c\u006f\u0077\u0063\u006d\u0062",0x2296:"m\u0069\u006e\u0075\u0073\u0063\u0069\u0072\u0063\u006c\u0065",0x2a2a:"\u006d\u0069\u006e\u0075\u0073\u0064\u006f\u0074",0x2a2b:"\u006d\u0069\u006e\u0075\u0073\u0066\u0064\u006f\u0074\u0073",0x208b:"\u006d\u0069\u006e\u0075\u0073\u0069\u006e\u0066\u0065\u0072\u0069\u006f\u0072",0x02d7:"\u006d\u0069\u006e\u0075\u0073\u006d\u006f\u0064",0x2213:"\u006di\u006e\u0075\u0073\u0070\u006c\u0075s",0x2a2c:"\u006d\u0069\u006e\u0075\u0073\u0072\u0064\u006f\u0074\u0073",0x207b:"\u006d\u0069\u006e\u0075\u0073\u0073\u0075\u0070\u0065\u0072\u0069\u006f\u0072",0x2032:"\u006d\u0069\u006e\u0075\u0074\u0065",0x334a:"\u006di\u0072i\u0062\u0061\u0061\u0072\u0075\u0073\u0071\u0075\u0061\u0072\u0065",0x3349:"\u006d\u0069\u0072\u0069\u0073\u0071\u0075\u0061\u0072\u0065",0x1d434:"\u006d\u0069\u0074\u0041",0x1d6e2:"\u006d\u0069\u0074\u0041\u006c\u0070\u0068\u0061",0x1d435:"\u006d\u0069\u0074\u0042",0x2145:"\u006di\u0074\u0042\u0062\u0062\u0044",0x2146:"\u006di\u0074\u0042\u0062\u0062\u0064",0x2147:"\u006di\u0074\u0042\u0062\u0062\u0065",0x2148:"\u006di\u0074\u0042\u0062\u0062\u0069",0x2149:"\u006di\u0074\u0042\u0062\u0062\u006a",0x1d6e3:"\u006di\u0074\u0042\u0065\u0074\u0061",0x1d436:"\u006d\u0069\u0074\u0043",0x1d6f8:"\u006d\u0069\u0074\u0043\u0068\u0069",0x1d437:"\u006d\u0069\u0074\u0044",0x1d6e5:"\u006d\u0069\u0074\u0044\u0065\u006c\u0074\u0061",0x1d438:"\u006d\u0069\u0074\u0045",0x1d6e6:"\u006d\u0069\u0074\u0045\u0070\u0073\u0069\u006c\u006f\u006e",0x1d6e8:"\u006d\u0069\u0074\u0045\u0074\u0061",0x1d439:"\u006d\u0069\u0074\u0046",0x1d43a:"\u006d\u0069\u0074\u0047",0x1d6e4:"\u006d\u0069\u0074\u0047\u0061\u006d\u006d\u0061",0x1d43b:"\u006d\u0069\u0074\u0048",0x1d43c:"\u006d\u0069\u0074\u0049",0x1d6ea:"\u006di\u0074\u0049\u006f\u0074\u0061",0x1d43d:"\u006d\u0069\u0074\u004a",0x1d43e:"\u006d\u0069\u0074\u004b",0x1d6eb:"\u006d\u0069\u0074\u004b\u0061\u0070\u0070\u0061",0x1d43f:"\u006d\u0069\u0074\u004c",0x1d6ec:"\u006di\u0074\u004c\u0061\u006d\u0062\u0064a",0x1d440:"\u006d\u0069\u0074\u004d",0x1d6ed:"\u006d\u0069\u0074M\u0075",0x1d441:"\u006d\u0069\u0074\u004e",0x1d6ee:"\u006d\u0069\u0074N\u0075",0x1d442:"\u006d\u0069\u0074\u004f",0x1d6fa:"\u006d\u0069\u0074\u004f\u006d\u0065\u0067\u0061",0x1d6f0:"\u006d\u0069\u0074\u004f\u006d\u0069\u0063\u0072\u006f\u006e",0x1d443:"\u006d\u0069\u0074\u0050",0x1d6f7:"\u006d\u0069\u0074\u0050\u0068\u0069",0x1d6f1:"\u006d\u0069\u0074P\u0069",0x1d6f9:"\u006d\u0069\u0074\u0050\u0073\u0069",0x1d444:"\u006d\u0069\u0074\u0051",0x1d445:"\u006d\u0069\u0074\u0052",0x1d6f2:"\u006d\u0069\u0074\u0052\u0068\u006f",0x1d446:"\u006d\u0069\u0074\u0053",0x1d6f4:"\u006d\u0069\u0074\u0053\u0069\u0067\u006d\u0061",0x1d447:"\u006d\u0069\u0074\u0054",0x1d6f5:"\u006d\u0069\u0074\u0054\u0061\u0075",0x1d6e9:"\u006d\u0069\u0074\u0054\u0068\u0065\u0074\u0061",0x1d448:"\u006d\u0069\u0074\u0055",0x1d6f6:"\u006d\u0069\u0074\u0055\u0070\u0073\u0069\u006c\u006f\u006e",0x1d449:"\u006d\u0069\u0074\u0056",0x1d44a:"\u006d\u0069\u0074\u0057",0x1d44b:"\u006d\u0069\u0074\u0058",0x1d6ef:"\u006d\u0069\u0074X\u0069",0x1d44c:"\u006d\u0069\u0074\u0059",0x1d44d:"\u006d\u0069\u0074\u005a",0x1d6e7:"\u006di\u0074\u005a\u0065\u0074\u0061",0x1d44e:"\u006d\u0069\u0074\u0061",0x1d6fc:"\u006d\u0069\u0074\u0061\u006c\u0070\u0068\u0061",0x1d44f:"\u006d\u0069\u0074\u0062",0x1d6fd:"\u006di\u0074\u0062\u0065\u0074\u0061",0x1d450:"\u006d\u0069\u0074\u0063",0x1d712:"\u006d\u0069\u0074\u0063\u0068\u0069",0x1d451:"\u006d\u0069\u0074\u0064",0x1d6ff:"\u006d\u0069\u0074\u0064\u0065\u006c\u0074\u0061",0x1d452:"\u006d\u0069\u0074\u0065",0x1d700:"\u006d\u0069\u0074\u0065\u0070\u0073\u0069\u006c\u006f\u006e",0x1d702:"\u006d\u0069\u0074\u0065\u0074\u0061",0x1d453:"\u006d\u0069\u0074\u0066",0x1d454:"\u006d\u0069\u0074\u0067",0x1d6fe:"\u006d\u0069\u0074\u0067\u0061\u006d\u006d\u0061",0x1d456:"\u006d\u0069\u0074\u0069",0x1d704:"\u006di\u0074\u0069\u006f\u0074\u0061",0x1d457:"\u006d\u0069\u0074\u006a",0x1d458:"\u006d\u0069\u0074\u006b",0x1d705:"\u006d\u0069\u0074\u006b\u0061\u0070\u0070\u0061",0x1d459:"\u006d\u0069\u0074\u006c",0x1d706:"\u006di\u0074\u006c\u0061\u006d\u0062\u0064a",0x1d45a:"\u006d\u0069\u0074\u006d",0x1d707:"\u006d\u0069\u0074m\u0075",0x1d45b:"\u006d\u0069\u0074\u006e",0x1d6fb:"\u006d\u0069\u0074\u006e\u0061\u0062\u006c\u0061",0x1d708:"\u006d\u0069\u0074n\u0075",0x1d45c:"\u006d\u0069\u0074\u006f",0x1d714:"\u006d\u0069\u0074\u006f\u006d\u0065\u0067\u0061",0x1d70a:"\u006d\u0069\u0074\u006f\u006d\u0069\u0063\u0072\u006f\u006e",0x1d45d:"\u006d\u0069\u0074\u0070",0x1d715:"\u006d\u0069\u0074\u0070\u0061\u0072\u0074\u0069\u0061\u006c",0x1d711:"\u006d\u0069\u0074\u0070\u0068\u0069",0x1d70b:"\u006d\u0069\u0074p\u0069",0x1d713:"\u006d\u0069\u0074\u0070\u0073\u0069",0x1d45e:"\u006d\u0069\u0074\u0071",0x1d45f:"\u006d\u0069\u0074\u0072",0x1d70c:"\u006d\u0069\u0074\u0072\u0068\u006f",0x1d460:"\u006d\u0069\u0074\u0073",0x1d608:"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0041",0x1d609:"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0042",0x1d60a:"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0043",0x1d60b:"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0044",0x1d60c:"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0045",0x1d60d:"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0046",0x1d60e:"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0047",0x1d60f:"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0048",0x1d610:"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0049",0x1d611:"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u004a",0x1d612:"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u004b",0x1d613:"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u004c",0x1d614:"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u004d",0x1d615:"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u004e",0x1d616:"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u004f",0x1d617:"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0050",0x1d618:"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0051",0x1d619:"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0052",0x1d61a:"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0053",0x1d61b:"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0054",0x1d61c:"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0055",0x1d61d:"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0056",0x1d61e:"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0057",0x1d61f:"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0058",0x1d620:"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0059",0x1d621:"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u005a",0x1d622:"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0061",0x1d623:"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0062",0x1d624:"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0063",0x1d625:"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0064",0x1d626:"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0065",0x1d627:"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0066",0x1d628:"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0067",0x1d629:"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0068",0x1d62a:"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0069",0x1d62b:"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u006a",0x1d62c:"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u006b",0x1d62d:"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u006c",0x1d62e:"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u006d",0x1d62f:"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u006e",0x1d630:"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u006f",0x1d631:"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0070",0x1d632:"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0071",0x1d633:"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0072",0x1d634:"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0073",0x1d635:"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0074",0x1d636:"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0075",0x1d637:"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0076",0x1d638:"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0077",0x1d639:"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0078",0x1d63a:"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0079",0x1d63b:"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u007a",0x1d70e:"\u006d\u0069\u0074\u0073\u0069\u0067\u006d\u0061",0x1d461:"\u006d\u0069\u0074\u0074",0x1d70f:"\u006d\u0069\u0074\u0074\u0061\u0075",0x1d703:"\u006d\u0069\u0074\u0074\u0068\u0065\u0074\u0061",0x1d462:"\u006d\u0069\u0074\u0075",0x1d710:"\u006d\u0069\u0074\u0075\u0070\u0073\u0069\u006c\u006f\u006e",0x1d463:"\u006d\u0069\u0074\u0076",0x1d6f3:"m\u0069\u0074\u0076\u0061\u0072\u0054\u0068\u0065\u0074\u0061",0x1d716:"\u006d\u0069\u0074\u0076\u0061\u0072\u0065\u0070\u0073\u0069\u006c\u006f\u006e",0x1d718:"m\u0069\u0074\u0076\u0061\u0072\u006b\u0061\u0070\u0070\u0061",0x1d719:"\u006di\u0074\u0076\u0061\u0072\u0070\u0068i",0x1d71b:"\u006d\u0069\u0074\u0076\u0061\u0072\u0070\u0069",0x1d71a:"\u006di\u0074\u0076\u0061\u0072\u0072\u0068o",0x1d70d:"m\u0069\u0074\u0076\u0061\u0072\u0073\u0069\u0067\u006d\u0061",0x1d717:"m\u0069\u0074\u0076\u0061\u0072\u0074\u0068\u0065\u0074\u0061",0x1d464:"\u006d\u0069\u0074\u0077",0x1d465:"\u006d\u0069\u0074\u0078",0x1d709:"\u006d\u0069\u0074x\u0069",0x1d466:"\u006d\u0069\u0074\u0079",0x1d467:"\u006d\u0069\u0074\u007a",0x1d701:"\u006di\u0074\u007a\u0065\u0074\u0061",0x2adb:"\u006d\u006c\u0063\u0070",0x0270:"\u006d\u006c\u006f\u006e\u0067\u006c\u0065\u0067\u0074u\u0072\u006e\u0065\u0064",0x3396:"\u006d\u006c\u0073\u0071\u0075\u0061\u0072\u0065",0x33a3:"\u006d\u006d\u0063\u0075\u0062\u0065\u0064\u0073\u0071\u0075\u0061\u0072\u0065",0xff4d:"\u006d\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0x339f:"\u006dm\u0073q\u0075\u0061\u0072\u0065\u0064\u0073\u0071\u0075\u0061\u0072\u0065",0x22a7:"\u006d\u006f\u0064\u0065\u006c\u0073",0x2a0a:"\u006do\u0064\u0074\u0077\u006f\u0073\u0075m",0x3082:"\u006d\u006f\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x33c1:"\u006d\u006f\u0068\u006d\u0073\u0071\u0075\u0061\u0072\u0065",0x30e2:"\u006d\u006f\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0xff93:"\u006d\u006f\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068",0x33d6:"\u006do\u006c\u0073\u0071\u0075\u0061\u0072e",0x0e21:"\u006d\u006f\u006d\u0061\u0074\u0068\u0061\u0069",0x33a7:"\u006d\u006f\u0076e\u0072\u0073\u0073\u0071\u0075\u0061\u0072\u0065",0x33a8:"\u006d\u006f\u0076\u0065rs\u0073\u0071\u0075\u0061\u0072\u0065\u0064\u0073\u0071\u0075\u0061\u0072\u0065",0x24a8:"\u006d\u0070\u0061\u0072\u0065\u006e",0x33ab:"\u006dp\u0061\u0073\u0071\u0075\u0061\u0072e",0x1d5a0:"\u006d\u0073\u0061\u006e\u0073\u0041",0x1d5a1:"\u006d\u0073\u0061\u006e\u0073\u0042",0x1d5a2:"\u006d\u0073\u0061\u006e\u0073\u0043",0x1d5a3:"\u006d\u0073\u0061\u006e\u0073\u0044",0x1d5a4:"\u006d\u0073\u0061\u006e\u0073\u0045",0x1d5a5:"\u006d\u0073\u0061\u006e\u0073\u0046",0x1d5a6:"\u006d\u0073\u0061\u006e\u0073\u0047",0x1d5a7:"\u006d\u0073\u0061\u006e\u0073\u0048",0x1d5a8:"\u006d\u0073\u0061\u006e\u0073\u0049",0x1d5a9:"\u006d\u0073\u0061\u006e\u0073\u004a",0x1d5aa:"\u006d\u0073\u0061\u006e\u0073\u004b",0x1d5ab:"\u006d\u0073\u0061\u006e\u0073\u004c",0x1d5ac:"\u006d\u0073\u0061\u006e\u0073\u004d",0x1d5ad:"\u006d\u0073\u0061\u006e\u0073\u004e",0x1d5ae:"\u006d\u0073\u0061\u006e\u0073\u004f",0x1d5af:"\u006d\u0073\u0061\u006e\u0073\u0050",0x1d5b0:"\u006d\u0073\u0061\u006e\u0073\u0051",0x1d5b1:"\u006d\u0073\u0061\u006e\u0073\u0052",0x1d5b2:"\u006d\u0073\u0061\u006e\u0073\u0053",0x1d5b3:"\u006d\u0073\u0061\u006e\u0073\u0054",0x1d5b4:"\u006d\u0073\u0061\u006e\u0073\u0055",0x1d5b5:"\u006d\u0073\u0061\u006e\u0073\u0056",0x1d5b6:"\u006d\u0073\u0061\u006e\u0073\u0057",0x1d5b7:"\u006d\u0073\u0061\u006e\u0073\u0058",0x1d5b8:"\u006d\u0073\u0061\u006e\u0073\u0059",0x1d5b9:"\u006d\u0073\u0061\u006e\u0073\u005a",0x1d5ba:"\u006d\u0073\u0061\u006e\u0073\u0061",0x1d5bb:"\u006d\u0073\u0061\u006e\u0073\u0062",0x1d5bc:"\u006d\u0073\u0061\u006e\u0073\u0063",0x1d5bd:"\u006d\u0073\u0061\u006e\u0073\u0064",0x1d5be:"\u006d\u0073\u0061\u006e\u0073\u0065",0x1d7ea:"\u006d\u0073\u0061\u006e\u0073\u0065\u0069\u0067\u0068\u0074",0x1d5bf:"\u006d\u0073\u0061\u006e\u0073\u0066",0x1d7e7:"\u006ds\u0061\u006e\u0073\u0066\u0069\u0076e",0x1d7e6:"\u006ds\u0061\u006e\u0073\u0066\u006f\u0075r",0x1d5c0:"\u006d\u0073\u0061\u006e\u0073\u0067",0x1d5c1:"\u006d\u0073\u0061\u006e\u0073\u0068",0x1d5c2:"\u006d\u0073\u0061\u006e\u0073\u0069",0x1d5c3:"\u006d\u0073\u0061\u006e\u0073\u006a",0x1d5c4:"\u006d\u0073\u0061\u006e\u0073\u006b",0x1d5c5:"\u006d\u0073\u0061\u006e\u0073\u006c",0x1d5c6:"\u006d\u0073\u0061\u006e\u0073\u006d",0x1d5c7:"\u006d\u0073\u0061\u006e\u0073\u006e",0x1d7eb:"\u006ds\u0061\u006e\u0073\u006e\u0069\u006ee",0x1d5c8:"\u006d\u0073\u0061\u006e\u0073\u006f",0x1d7e3:"\u006d\u0073\u0061\u006e\u0073\u006f\u006e\u0065",0x1d5c9:"\u006d\u0073\u0061\u006e\u0073\u0070",0x1d5ca:"\u006d\u0073\u0061\u006e\u0073\u0071",0x1d5cb:"\u006d\u0073\u0061\u006e\u0073\u0072",0x1d5cc:"\u006d\u0073\u0061\u006e\u0073\u0073",0x1d7e9:"\u006d\u0073\u0061\u006e\u0073\u0073\u0065\u0076\u0065\u006e",0x1d7e8:"\u006d\u0073\u0061\u006e\u0073\u0073\u0069\u0078",0x1d5cd:"\u006d\u0073\u0061\u006e\u0073\u0074",0x1d7e5:"\u006d\u0073\u0061\u006e\u0073\u0074\u0068\u0072\u0065\u0065",0x1d7e4:"\u006d\u0073\u0061\u006e\u0073\u0074\u0077\u006f",0x1d5ce:"\u006d\u0073\u0061\u006e\u0073\u0075",0x1d5cf:"\u006d\u0073\u0061\u006e\u0073\u0076",0x1d5d0:"\u006d\u0073\u0061\u006e\u0073\u0077",0x1d5d1:"\u006d\u0073\u0061\u006e\u0073\u0078",0x1d5d2:"\u006d\u0073\u0061\u006e\u0073\u0079",0x1d5d3:"\u006d\u0073\u0061\u006e\u0073\u007a",0x1d7e2:"\u006ds\u0061\u006e\u0073\u007a\u0065\u0072o",0x1d49c:"\u006d\u0073\u0063r\u0041",0x212c:"\u006d\u0073\u0063r\u0042",0x1d49e:"\u006d\u0073\u0063r\u0043",0x1d49f:"\u006d\u0073\u0063r\u0044",0x2130:"\u006d\u0073\u0063r\u0045",0x2131:"\u006d\u0073\u0063r\u0046",0x1d4a2:"\u006d\u0073\u0063r\u0047",0x210b:"\u006d\u0073\u0063r\u0048",0x2110:"\u006d\u0073\u0063r\u0049",0x1d4a5:"\u006d\u0073\u0063r\u004a",0x1d4a6:"\u006d\u0073\u0063r\u004b",0x2112:"\u006d\u0073\u0063r\u004c",0x2133:"\u006d\u0073\u0063r\u004d",0x1d4a9:"\u006d\u0073\u0063r\u004e",0x1d4aa:"\u006d\u0073\u0063r\u004f",0x1d4ab:"\u006d\u0073\u0063r\u0050",0x1d4ac:"\u006d\u0073\u0063r\u0051",0x211b:"\u006d\u0073\u0063r\u0052",0x1d4ae:"\u006d\u0073\u0063r\u0053",0x1d4af:"\u006d\u0073\u0063r\u0054",0x1d4b0:"\u006d\u0073\u0063r\u0055",0x1d4b1:"\u006d\u0073\u0063r\u0056",0x1d4b2:"\u006d\u0073\u0063r\u0057",0x1d4b3:"\u006d\u0073\u0063r\u0058",0x1d4b4:"\u006d\u0073\u0063r\u0059",0x1d4b5:"\u006d\u0073\u0063r\u005a",0x1d4b6:"\u006d\u0073\u0063r\u0061",0x1d4b7:"\u006d\u0073\u0063r\u0062",0x1d4b8:"\u006d\u0073\u0063r\u0063",0x1d4b9:"\u006d\u0073\u0063r\u0064",0x212f:"\u006d\u0073\u0063r\u0065",0x1d4bb:"\u006d\u0073\u0063r\u0066",0x210a:"\u006d\u0073\u0063r\u0067",0x1d4bd:"\u006d\u0073\u0063r\u0068",0x1d4be:"\u006d\u0073\u0063r\u0069",0x1d4bf:"\u006d\u0073\u0063r\u006a",0x1d4c0:"\u006d\u0073\u0063r\u006b",0x1d4c1:"\u006d\u0073\u0063r\u006c",0x1d4c2:"\u006d\u0073\u0063r\u006d",0x1d4c3:"\u006d\u0073\u0063r\u006e",0x2134:"\u006d\u0073\u0063r\u006f",0x1d4c5:"\u006d\u0073\u0063r\u0070",0x1d4c6:"\u006d\u0073\u0063r\u0071",0x1d4c7:"\u006d\u0073\u0063r\u0072",0x1d4c8:"\u006d\u0073\u0063r\u0073",0x1d4c9:"\u006d\u0073\u0063r\u0074",0x1d4ca:"\u006d\u0073\u0063r\u0075",0x1d4cb:"\u006d\u0073\u0063r\u0076",0x1d4cc:"\u006d\u0073\u0063r\u0077",0x1d4cd:"\u006d\u0073\u0063r\u0078",0x1d4ce:"\u006d\u0073\u0063r\u0079",0x1d4cf:"\u006d\u0073\u0063r\u007a",0x33b3:"\u006d\u0073\u0073\u0071\u0075\u0061\u0072\u0065",0xf6ef:"\u006ds\u0075\u0070\u0065\u0072\u0069\u006fr",0x1d670:"\u006d\u0074\u0074\u0041",0x1d671:"\u006d\u0074\u0074\u0042",0x1d672:"\u006d\u0074\u0074\u0043",0x1d673:"\u006d\u0074\u0074\u0044",0x1d674:"\u006d\u0074\u0074\u0045",0x1d675:"\u006d\u0074\u0074\u0046",0x1d676:"\u006d\u0074\u0074\u0047",0x1d677:"\u006d\u0074\u0074\u0048",0x1d678:"\u006d\u0074\u0074\u0049",0x1d679:"\u006d\u0074\u0074\u004a",0x1d67a:"\u006d\u0074\u0074\u004b",0x1d67b:"\u006d\u0074\u0074\u004c",0x1d67c:"\u006d\u0074\u0074\u004d",0x1d67d:"\u006d\u0074\u0074\u004e",0x1d67e:"\u006d\u0074\u0074\u004f",0x1d67f:"\u006d\u0074\u0074\u0050",0x1d680:"\u006d\u0074\u0074\u0051",0x1d681:"\u006d\u0074\u0074\u0052",0x1d682:"\u006d\u0074\u0074\u0053",0x1d683:"\u006d\u0074\u0074\u0054",0x1d684:"\u006d\u0074\u0074\u0055",0x1d685:"\u006d\u0074\u0074\u0056",0x1d686:"\u006d\u0074\u0074\u0057",0x1d687:"\u006d\u0074\u0074\u0058",0x1d688:"\u006d\u0074\u0074\u0059",0x1d689:"\u006d\u0074\u0074\u005a",0x1d68a:"\u006d\u0074\u0074\u0061",0x1d68b:"\u006d\u0074\u0074\u0062",0x1d68c:"\u006d\u0074\u0074\u0063",0x1d68d:"\u006d\u0074\u0074\u0064",0x1d68e:"\u006d\u0074\u0074\u0065",0x1d7fe:"\u006d\u0074\u0074\u0065\u0069\u0067\u0068\u0074",0x1d68f:"\u006d\u0074\u0074\u0066",0x1d7fb:"\u006dt\u0074\u0066\u0069\u0076\u0065",0x1d7fa:"\u006dt\u0074\u0066\u006f\u0075\u0072",0x1d690:"\u006d\u0074\u0074\u0067",0x1d691:"\u006d\u0074\u0074\u0068",0x1d692:"\u006d\u0074\u0074\u0069",0x1d693:"\u006d\u0074\u0074\u006a",0x1d694:"\u006d\u0074\u0074\u006b",0x1d695:"\u006d\u0074\u0074\u006c",0x1d696:"\u006d\u0074\u0074\u006d",0x1d697:"\u006d\u0074\u0074\u006e",0x1d7ff:"\u006dt\u0074\u006e\u0069\u006e\u0065",0x1d698:"\u006d\u0074\u0074\u006f",0x1d7f7:"\u006d\u0074\u0074\u006f\u006e\u0065",0x1d699:"\u006d\u0074\u0074\u0070",0x1d69a:"\u006d\u0074\u0074\u0071",0x1d69b:"\u006d\u0074\u0074\u0072",0x1d69c:"\u006d\u0074\u0074\u0073",0x1d7fd:"\u006d\u0074\u0074\u0073\u0065\u0076\u0065\u006e",0x1d7fc:"\u006d\u0074\u0074\u0073\u0069\u0078",0x1d69d:"\u006d\u0074\u0074\u0074",0x1d7f9:"\u006d\u0074\u0074\u0074\u0068\u0072\u0065\u0065",0x1d7f8:"\u006d\u0074\u0074\u0074\u0077\u006f",0x1d69e:"\u006d\u0074\u0074\u0075",0x1d69f:"\u006d\u0074\u0074\u0076",0x1d6a0:"\u006d\u0074\u0074\u0077",0x1d6a1:"\u006d\u0074\u0074\u0078",0x1d6a2:"\u006d\u0074\u0074\u0079",0x1d6a3:"\u006d\u0074\u0074\u007a",0x1d7f6:"\u006dt\u0074\u007a\u0065\u0072\u006f",0x026f:"\u006dt\u0075\u0072\u006e\u0065\u0064",0x00b5:"\u006d\u0075",0x3382:"\u006du\u0061\u0073\u0071\u0075\u0061\u0072e",0x226b:"m\u0075\u0063\u0068\u0067\u0072\u0065\u0061\u0074\u0065\u0072",0x226a:"\u006d\u0075\u0063\u0068\u006c\u0065\u0073\u0073",0x338c:"\u006du\u0066\u0073\u0071\u0075\u0061\u0072e",0x03bc:"\u006du\u0067\u0072\u0065\u0065\u006b",0x338d:"\u006du\u0067\u0073\u0071\u0075\u0061\u0072e",0x3080:"\u006d\u0075\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x30e0:"\u006d\u0075\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0xff91:"\u006d\u0075\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068",0x3395:"\u006du\u006c\u0073\u0071\u0075\u0061\u0072e",0x22c9:"\u006d\u0075\u006c\u0074\u0069\u0063\u006c\u006f\u0073e\u006c\u0065\u0066\u0074",0x22ca:"\u006du\u006ct\u0069\u0063\u006c\u006f\u0073\u0065\u0072\u0069\u0067\u0068\u0074",0x22b8:"\u006d\u0075\u006c\u0074\u0069\u006d\u0061\u0070",0x27dc:"m\u0075\u006c\u0074\u0069\u006d\u0061\u0070\u0069\u006e\u0076",0x22cb:"\u006d\u0075\u006c\u0074\u0069\u006f\u0070\u0065\u006e\u006c\u0065\u0066\u0074",0x22cc:"\u006d\u0075\u006c\u0074\u0069\u006f\u0070\u0065\u006er\u0069\u0067\u0068\u0074",0x00d7:"\u006d\u0075\u006c\u0074\u0069\u0070\u006c\u0079",0x339b:"\u006du\u006d\u0073\u0071\u0075\u0061\u0072e",0x05a3:"\u006du\u006ea\u0068\u006c\u0065\u0066\u0074\u0068\u0065\u0062\u0072\u0065\u0077",0x266a:"m\u0075\u0073\u0069\u0063\u0061\u006c\u006e\u006f\u0074\u0065",0x266d:"\u006d\u0075\u0073\u0069\u0063\u0066\u006c\u0061\u0074\u0073\u0069\u0067\u006e",0x266f:"\u006d\u0075\u0073\u0069\u0063\u0073\u0068\u0061\u0072p\u0073\u0069\u0067\u006e",0x33b2:"\u006du\u0073\u0073\u0071\u0075\u0061\u0072e",0x33b6:"\u006du\u0076\u0073\u0071\u0075\u0061\u0072e",0x33bc:"\u006du\u0077\u0073\u0071\u0075\u0061\u0072e",0x33b9:"\u006d\u0076\u006de\u0067\u0061\u0073\u0071\u0075\u0061\u0072\u0065",0x33b7:"\u006d\u0076\u0073\u0071\u0075\u0061\u0072\u0065",0x33bf:"\u006d\u0077\u006de\u0067\u0061\u0073\u0071\u0075\u0061\u0072\u0065",0x33bd:"\u006d\u0077\u0073\u0071\u0075\u0061\u0072\u0065",0x006e:"\u006e",0x21fa:"n\u0056\u006c\u0065\u0066\u0074\u0061\u0072\u0072\u006f\u0077",0x2b3a:"\u006eV\u006ce\u0066\u0074\u0061\u0072\u0072\u006f\u0077\u0074\u0061\u0069\u006c",0x21fc:"\u006e\u0056l\u0065\u0066\u0074r\u0069\u0067\u0068\u0074\u0061\u0072\u0072\u006f\u0077",0x21fb:"\u006e\u0056\u0072i\u0067\u0068\u0074\u0061\u0072\u0072\u006f\u0077",0x2915:"\u006e\u0056r\u0069\u0067\u0068t\u0061\u0072\u0072\u006f\u0077\u0074\u0061\u0069\u006c",0x2b35:"\u006eV\u0074w\u006f\u0068\u0065\u0061\u0064l\u0065\u0066t\u0061\u0072\u0072\u006f\u0077",0x2b3d:"\u006e\u0056\u0074\u0077oh\u0065\u0061\u0064\u006c\u0065\u0066\u0074\u0061\u0072\u0072\u006f\u0077\u0074\u0061i\u006c",0x2901:"\u006e\u0056\u0074\u0077oh\u0065\u0061\u0064\u0072\u0069\u0067\u0068\u0074\u0061\u0072\u0072\u006f\u0077",0x2918:"\u006e\u0056\u0074wo\u0068\u0065\u0061\u0064\u0072\u0069\u0067\u0068\u0074\u0061\u0072\u0072\u006f\u0077\u0074\u0061\u0069\u006c",0x09a8:"\u006ea\u0062\u0065\u006e\u0067\u0061\u006ci",0x0144:"\u006e\u0061\u0063\u0075\u0074\u0065",0x0928:"\u006e\u0061\u0064\u0065\u0076\u0061",0x0aa8:"\u006e\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069",0x0a28:"\u006e\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0x306a:"\u006e\u0061\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x20a6:"\u006e\u0061\u0069r\u0061",0x30ca:"\u006e\u0061\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0xff85:"\u006e\u0061\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068",0x22bc:"\u006e\u0061\u006e\u0064",0x2249:"\u006ea\u0070\u0070\u0072\u006f\u0078",0x3381:"\u006e\u0061\u0073\u0071\u0075\u0061\u0072\u0065",0x226d:"\u006e\u0061\u0073\u0079\u006d\u0070",0x266e:"\u006ea\u0074\u0075\u0072\u0061\u006c",0x2011:"\u006e\u0062\u0068\u0079\u0070\u0068\u0065\u006e",0x310b:"\u006eb\u006f\u0070\u006f\u006d\u006f\u0066o",0x0148:"\u006e\u0063\u0061\u0072\u006f\u006e",0x0146:"\u006e\u0063\u0065\u0064\u0069\u006c\u006c\u0061",0xf81d:"\u006ec\u0065\u0064\u0069\u006c\u006c\u00611",0x24dd:"\u006ec\u0069\u0072\u0063\u006c\u0065",0x1e4b:"\u006e\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0062\u0065\u006c\u006f\u0077",0x1e45:"\u006e\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074",0x1e47:"\u006ed\u006f\u0074\u0062\u0065\u006c\u006fw",0x306d:"\u006e\u0065\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x30cd:"\u006e\u0065\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0xff88:"\u006e\u0065\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068",0x2931:"n\u0065\u006f\u0076\u006e\u0077\u0061\u0072\u0072\u006f\u0077",0x292e:"n\u0065\u006f\u0076\u0073\u0065\u0061\u0072\u0072\u006f\u0077",0x2922:"\u006ee\u0073\u0077\u0061\u0072\u0072\u006fw",0x26b2:"\u006e\u0065\u0075\u0074\u0065\u0072",0x338b:"\u006e\u0066\u0073\u0071\u0075\u0061\u0072\u0065",0x0999:"\u006e\u0067\u0061\u0062\u0065\u006e\u0067\u0061\u006c\u0069",0x0919:"\u006eg\u0061\u0064\u0065\u0076\u0061",0x0a99:"n\u0067\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069",0x0a19:"n\u0067\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0x0e07:"\u006e\u0067\u006f\u006e\u0067\u0075\u0074\u0068\u0061\u0069",0x2275:"\u006eg\u0074\u0072\u0073\u0069\u006d",0x2af5:"\u006eh\u0056\u0076\u0065\u0072\u0074",0x3093:"\u006eh\u0069\u0072\u0061\u0067\u0061\u006ea",0x0272:"\u006eh\u006f\u006f\u006b\u006c\u0065\u0066t",0x0273:"\u006e\u0068\u006f\u006f\u006b\u0072\u0065\u0074\u0072o\u0066\u006c\u0065\u0078",0x2af2:"\u006e\u0068\u0070a\u0072",0x326f:"\u006ei\u0065u\u006e\u0061\u0063\u0069\u0072c\u006c\u0065k\u006f\u0072\u0065\u0061\u006e",0x320f:"\u006e\u0069\u0065\u0075\u006e\u0061\u0070\u0061\u0072\u0065\u006e\u006bo\u0072\u0065\u0061\u006e",0x3135:"\u006e\u0069e\u0075\u006e\u0063i\u0065\u0075\u0063\u006b\u006f\u0072\u0065\u0061\u006e",0x3261:"\u006e\u0069\u0065\u0075\u006e\u0063\u0069\u0072\u0063\u006c\u0065\u006bo\u0072\u0065\u0061\u006e",0x3136:"\u006e\u0069e\u0075\u006e\u0068i\u0065\u0075\u0068\u006b\u006f\u0072\u0065\u0061\u006e",0x3134:"n\u0069\u0065\u0075\u006e\u006b\u006f\u0072\u0065\u0061\u006e",0x3168:"\u006ei\u0065u\u006e\u0070\u0061\u006e\u0073i\u006f\u0073k\u006f\u0072\u0065\u0061\u006e",0x3201:"\u006e\u0069e\u0075\u006e\u0070a\u0072\u0065\u006e\u006b\u006f\u0072\u0065\u0061\u006e",0x3167:"\u006ei\u0065u\u006e\u0073\u0069\u006f\u0073\u006b\u006f\u0072\u0065\u0061\u006e",0x3166:"\u006e\u0069\u0065\u0075\u006e\u0074\u0069\u006b\u0065\u0075\u0074\u006bo\u0072\u0065\u0061\u006e",0x306b:"\u006e\u0069\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x30cb:"\u006e\u0069\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0xff86:"\u006e\u0069\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068",0xf899:"\u006e\u0069k\u0068\u0061\u0068i\u0074\u006c\u0065\u0066\u0074\u0074\u0068\u0061\u0069",0x0e4d:"\u006e\u0069\u006bh\u0061\u0068\u0069\u0074\u0074\u0068\u0061\u0069",0x0039:"\u006e\u0069\u006e\u0065",0x09ef:"n\u0069\u006e\u0065\u0062\u0065\u006e\u0067\u0061\u006c\u0069",0x096f:"\u006e\u0069\u006e\u0065\u0064\u0065\u0076\u0061",0x0aef:"\u006e\u0069\u006ee\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069",0x0a6f:"\u006e\u0069\u006ee\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0x0669:"\u006e\u0069\u006e\u0065\u0068\u0061\u0063\u006b\u0061r\u0061\u0062\u0069\u0063",0x3029:"\u006e\u0069\u006ee\u0068\u0061\u006e\u0067\u007a\u0068\u006f\u0075",0x3228:"n\u0069n\u0065\u0069\u0064\u0065\u006f\u0067\u0072\u0061p\u0068\u0069\u0063\u0070ar\u0065\u006e",0x2089:"\u006e\u0069\u006ee\u0069\u006e\u0066\u0065\u0072\u0069\u006f\u0072",0xff19:"\u006e\u0069\u006e\u0065\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0xf739:"\u006e\u0069\u006ee\u006f\u006c\u0064\u0073\u0074\u0079\u006c\u0065",0x247c:"\u006ei\u006e\u0065\u0070\u0061\u0072\u0065n",0x2490:"\u006e\u0069\u006e\u0065\u0070\u0065\u0072\u0069\u006f\u0064",0x06f9:"n\u0069\u006e\u0065\u0070\u0065\u0072\u0073\u0069\u0061\u006e",0x2178:"\u006ei\u006e\u0065\u0072\u006f\u006d\u0061n",0x2079:"\u006e\u0069\u006ee\u0073\u0075\u0070\u0065\u0072\u0069\u006f\u0072",0x2472:"\u006e\u0069\u006e\u0065\u0074\u0065\u0065\u006e\u0063i\u0072\u0063\u006c\u0065",0x2486:"\u006e\u0069\u006e\u0065\u0074\u0065\u0065\u006e\u0070\u0061\u0072\u0065\u006e",0x249a:"\u006e\u0069\u006e\u0065\u0074\u0065\u0065\u006e\u0070e\u0072\u0069\u006f\u0064",0x0e59:"\u006e\u0069\u006e\u0065\u0074\u0068\u0061\u0069",0x22fe:"\u006e\u0069\u006f\u0062\u0061\u0072",0x22fc:"\u006e\u0069\u0073",0x22fa:"\u006e\u0069\u0073\u0064",0x01cc:"\u006e\u006a",0x30f3:"\u006ek\u0061\u0074\u0061\u006b\u0061\u006ea",0xff9d:"\u006ek\u0061t\u0061\u006b\u0061\u006e\u0061h\u0061\u006cf\u0077\u0069\u0064\u0074\u0068",0x019e:"\u006e\u006c\u0065\u0067\u0072\u0069\u0067\u0068\u0074\u006c\u006f\u006e\u0067",0x2278:"\u006e\u006c\u0065\u0073\u0073\u0067\u0074\u0072",0x2274:"\u006e\u006c\u0065\u0073\u0073\u0073\u0069\u006d",0x1e49:"\u006e\u006c\u0069\u006e\u0065\u0062\u0065\u006c\u006f\u0077",0xff4e:"\u006e\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0x339a:"\u006e\u006d\u0073\u0071\u0075\u0061\u0072\u0065",0x09a3:"\u006e\u006e\u0061\u0062\u0065\u006e\u0067\u0061\u006c\u0069",0x0923:"\u006en\u0061\u0064\u0065\u0076\u0061",0x0aa3:"n\u006e\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069",0x0a23:"n\u006e\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0x0929:"\u006e\u006e\u006e\u0061\u0064\u0065\u0076\u0061",0x306e:"\u006e\u006f\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x30ce:"\u006e\u006f\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0xff89:"\u006e\u006f\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068",0x00a0:"\u006e\u006fn\u0062\u0072\u0065a\u006b\u0069\u006e\u0067\u0073\u0070\u0061\u0063\u0065",0x0e13:"\u006eo\u006e\u0065\u006e\u0074\u0068\u0061i",0x0e19:"\u006e\u006f\u006e\u0075\u0074\u0068\u0061\u0069",0x0646:"\u006e\u006f\u006f\u006e\u0061\u0072\u0061\u0062\u0069\u0063",0xfee6:"\u006eo\u006fn\u0066\u0069\u006e\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",0xfb9f:"n\u006f\u006f\u006e\u0067hu\u006en\u0061\u0066\u0069\u006e\u0061l\u0061\u0072\u0061\u0062\u0069\u0063",0xfee7:"n\u006fo\u006e\u0068\u0065\u0068\u0069\u006e\u0069\u0074i\u0061\u006c\u0061\u0072ab\u0069\u0063",0xfee5:"\u006e\u006f\u006fn\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064",0xfcd2:"n\u006f\u006f\u006e\u006aee\u006di\u006e\u0069\u0074\u0069\u0061l\u0061\u0072\u0061\u0062\u0069\u0063",0xfc4b:"\u006e\u006f\u006f\u006eje\u0065\u006d\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064\u0061\u0072\u0061\u0062i\u0063",0xfee8:"\u006e\u006fo\u006e\u006d\u0065d\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",0xfcd5:"n\u006f\u006f\u006e\u006dee\u006di\u006e\u0069\u0074\u0069\u0061l\u0061\u0072\u0061\u0062\u0069\u0063",0xfc4e:"\u006e\u006f\u006f\u006eme\u0065\u006d\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064\u0061\u0072\u0061\u0062i\u0063",0xfc8d:"\u006e\u006f\u006f\u006eno\u006f\u006e\u0066\u0069\u006e\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",0xfc8e:"\u006eo\u006f\u006e\u0077\u0069\u0074\u0068\u0061\u006c\u0065\u0066\u006da\u006b\u0073\u0075\u0072\u0061\u0066\u0069\u006e\u0061\u006c",0xfc4f:"n\u006f\u006f\u006e\u0077\u0069\u0074h\u0061\u006c\u0065\u0066\u006d\u0061\u006b\u0073\u0075r\u0061\u0069\u0073o\u006ca\u0074\u0065\u0064",0xfcd3:"\u006eo\u006fn\u0077\u0069\u0074\u0068\u0068a\u0068\u0069n\u0069\u0074\u0069\u0061\u006c",0xe815:"\u006eo\u006fn\u0077\u0069\u0074\u0068\u0068e\u0068\u0069n\u0069\u0074\u0069\u0061\u006c",0xfcd4:"\u006e\u006f\u006f\u006ewi\u0074\u0068\u006b\u0068\u0061\u0068\u0069\u006e\u0069\u0074\u0069\u0061\u006c",0xfc8f:"\u006e\u006fo\u006e\u0077\u0069t\u0068\u0079\u0065\u0068\u0066\u0069\u006e\u0061\u006c",0xfc50:"\u006e\u006f\u006f\u006ewi\u0074\u0068\u0079\u0065\u0068\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064",0xfc70:"\u006e\u006f\u006f\u006e\u0077\u0069\u0074\u0068\u007a\u0061\u0069\u006ef\u0069\u006e\u0061\u006c",0x2247:"\u006e\u006f\u0074\u0061\u0070\u0070\u0072\u006f\u0078e\u0071\u0075\u0061\u006c",0x21ae:"\u006e\u006f\u0074a\u0072\u0072\u006f\u0077\u0062\u006f\u0074\u0068",0x219a:"\u006e\u006f\u0074a\u0072\u0072\u006f\u0077\u006c\u0065\u0066\u0074",0x219b:"\u006e\u006f\u0074\u0061\u0072\u0072\u006f\u0077\u0072\u0069\u0067\u0068\u0074",0x2224:"\u006e\u006f\u0074\u0062\u0061\u0072",0x220c:"n\u006f\u0074\u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0073",0x21ce:"\u006eo\u0074d\u0062\u006c\u0061\u0072\u0072\u006f\u0077\u0062\u006f\u0074\u0068",0x2209:"\u006e\u006f\u0074\u0065\u006c\u0065\u006d\u0065\u006e\u0074",0x2260:"\u006e\u006f\u0074\u0065\u0071\u0075\u0061\u006c",0x2204:"\u006e\u006f\u0074\u0065\u0078\u0069\u0073\u0074\u0065n\u0074\u0069\u0061\u006c",0x22ae:"\u006eo\u0074\u0066\u006f\u0072\u0063\u0065s",0x22af:"\u006e\u006f\u0074\u0066\u006f\u0072\u0063\u0065\u0073e\u0078\u0074\u0072\u0061",0x226f:"\u006e\u006f\u0074\u0067\u0072\u0065\u0061\u0074\u0065\u0072",0x2271:"\u006eo\u0074g\u0072\u0065\u0061\u0074\u0065r\u006e\u006fr\u0065\u0071\u0075\u0061\u006c",0x2279:"\u006e\u006f\u0074\u0067\u0072\u0065\u0061\u0074\u0065\u0072\u006e\u006fr\u006c\u0065\u0073\u0073",0x2a7e:"\u006e\u006f\u0074\u0067re\u0061\u0074\u0065\u0072\u006f\u0072\u0073\u006c\u006e\u0074\u0065\u0071\u006c",0x2262:"\u006e\u006f\u0074i\u0064\u0065\u006e\u0074\u0069\u0063\u0061\u006c",0x226e:"\u006eo\u0074\u006c\u0065\u0073\u0073",0x2270:"\u006eo\u0074l\u0065\u0073\u0073\u006e\u006f\u0072\u0065\u0071\u0075\u0061\u006c",0x2226:"n\u006f\u0074\u0070\u0061\u0072\u0061\u006c\u006c\u0065\u006c",0x2280:"n\u006f\u0074\u0070\u0072\u0065\u0063\u0065\u0064\u0065\u0073",0x22ad:"\u006e\u006f\u0074s\u0061\u0074\u0069\u0073\u0066\u0069\u0065\u0073",0x2241:"\u006e\u006f\u0074\u0073\u0069\u006d\u0069\u006c\u0061\u0072",0x2284:"\u006eo\u0074\u0073\u0075\u0062\u0073\u0065t",0x2288:"\u006e\u006f\u0074s\u0075\u0062\u0073\u0065\u0074\u0065\u0071\u006c",0x2281:"n\u006f\u0074\u0073\u0075\u0063\u0063\u0065\u0065\u0064\u0073",0x2285:"n\u006f\u0074\u0073\u0075\u0070\u0065\u0072\u0073\u0065\u0074",0x2289:"\u006e\u006f\u0074\u0073\u0075\u0070\u0065\u0072\u0073e\u0074\u0065\u0071\u006c",0x22ec:"\u006e\u006ft\u0074\u0072\u0069a\u006e\u0067\u0065\u0071\u006c\u006c\u0065\u0066\u0074",0x22ed:"\u006e\u006f\u0074\u0074\u0072\u0069\u0061\u006e\u0067\u0065\u0071\u006cr\u0069\u0067\u0068\u0074",0x22ea:"\u006eo\u0074t\u0072\u0069\u0061\u006e\u0067\u006c\u0065\u006c\u0065\u0066\u0074",0x22eb:"\u006e\u006ft\u0074\u0072\u0069a\u006e\u0067\u006c\u0065\u0072\u0069\u0067\u0068\u0074",0x22ac:"\u006e\u006f\u0074t\u0075\u0072\u006e\u0073\u0074\u0069\u006c\u0065",0x0576:"n\u006f\u0077\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x24a9:"\u006e\u0070\u0061\u0072\u0065\u006e",0x2a14:"\u006ep\u006f\u006c\u0069\u006e\u0074",0x22e0:"\u006e\u0070\u0072e\u0063\u0063\u0075\u0072\u006c\u0079\u0065\u0071",0x2244:"\u006e\u0073\u0069m\u0065",0x22e2:"n\u0073\u0071\u0073\u0075\u0062\u0073\u0065\u0074\u0065\u0071",0x22e3:"n\u0073\u0071\u0073\u0075\u0070\u0073\u0065\u0074\u0065\u0071",0x33b1:"\u006e\u0073\u0073\u0071\u0075\u0061\u0072\u0065",0x22e1:"\u006e\u0073\u0075c\u0063\u0063\u0075\u0072\u006c\u0079\u0065\u0071",0x207f:"\u006es\u0075\u0070\u0065\u0072\u0069\u006fr",0x00f1:"\u006e\u0074\u0069\u006c\u0064\u0065",0x03bd:"\u006e\u0075",0x306c:"\u006e\u0075\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x30cc:"\u006e\u0075\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0xff87:"\u006e\u0075\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068",0x09bc:"\u006e\u0075\u006bt\u0061\u0062\u0065\u006e\u0067\u0061\u006c\u0069",0x093c:"\u006eu\u006b\u0074\u0061\u0064\u0065\u0076a",0x0abc:"\u006e\u0075\u006b\u0074\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069",0x0a3c:"\u006e\u0075\u006b\u0074\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0x0023:"\u006e\u0075\u006d\u0062\u0065\u0072\u0073\u0069\u0067\u006e",0xff03:"\u006e\u0075\u006d\u0062er\u0073\u0069\u0067\u006e\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0xfe5f:"\u006eu\u006db\u0065\u0072\u0073\u0069\u0067\u006e\u0073\u006d\u0061\u006c\u006c",0x0374:"\u006e\u0075m\u0065\u0072\u0061l\u0073\u0069\u0067\u006e\u0067\u0072\u0065\u0065\u006b",0x0375:"n\u0075\u006d\u0065\u0072al\u0073i\u0067\u006e\u006c\u006f\u0077e\u0072\u0067\u0072\u0065\u0065\u006b",0x2116:"\u006e\u0075\u006d\u0065\u0072\u006f",0x05e0:"\u006e\u0075\u006e",0xfb40:"\u006eu\u006e\u0064\u0061\u0067\u0065\u0073h",0x2902:"n\u0076\u004c\u0065\u0066\u0074\u0061\u0072\u0072\u006f\u0077",0x2904:"\u006e\u0076L\u0065\u0066\u0074r\u0069\u0067\u0068\u0074\u0061\u0072\u0072\u006f\u0077",0x2903:"\u006e\u0076\u0052i\u0067\u0068\u0074\u0061\u0072\u0072\u006f\u0077",0x29de:"\u006ev\u0069\u006e\u0066\u0074\u0079",0x21f7:"n\u0076\u006c\u0065\u0066\u0074\u0061\u0072\u0072\u006f\u0077",0x2b39:"\u006ev\u006ce\u0066\u0074\u0061\u0072\u0072\u006f\u0077\u0074\u0061\u0069\u006c",0x21f9:"\u006e\u0076l\u0065\u0066\u0074r\u0069\u0067\u0068\u0074\u0061\u0072\u0072\u006f\u0077",0x21f8:"\u006e\u0076\u0072i\u0067\u0068\u0074\u0061\u0072\u0072\u006f\u0077",0x2914:"\u006e\u0076r\u0069\u0067\u0068t\u0061\u0072\u0072\u006f\u0077\u0074\u0061\u0069\u006c",0x33b5:"\u006e\u0076\u0073\u0071\u0075\u0061\u0072\u0065",0x2b34:"\u006ev\u0074w\u006f\u0068\u0065\u0061\u0064l\u0065\u0066t\u0061\u0072\u0072\u006f\u0077",0x2b3c:"\u006e\u0076\u0074\u0077oh\u0065\u0061\u0064\u006c\u0065\u0066\u0074\u0061\u0072\u0072\u006f\u0077\u0074\u0061i\u006c",0x2900:"\u006e\u0076\u0074\u0077oh\u0065\u0061\u0064\u0072\u0069\u0067\u0068\u0074\u0061\u0072\u0072\u006f\u0077",0x2917:"\u006e\u0076\u0074wo\u0068\u0065\u0061\u0064\u0072\u0069\u0067\u0068\u0074\u0061\u0072\u0072\u006f\u0077\u0074\u0061\u0069\u006c",0x2932:"n\u0077\u006f\u0076\u006e\u0065\u0061\u0072\u0072\u006f\u0077",0x2921:"\u006ew\u0073\u0065\u0061\u0072\u0072\u006fw",0x33bb:"\u006e\u0077\u0073\u0071\u0075\u0061\u0072\u0065",0x099e:"\u006e\u0079\u0061\u0062\u0065\u006e\u0067\u0061\u006c\u0069",0x091e:"\u006ey\u0061\u0064\u0065\u0076\u0061",0x0a9e:"n\u0079\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069",0x0a1e:"n\u0079\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0x006f:"\u006f",0x00f3:"\u006f\u0061\u0063\u0075\u0074\u0065",0x0e2d:"\u006f\u0061\u006e\u0067\u0074\u0068\u0061\u0069",0x233d:"\u006f\u0062\u0061\u0072",0x0275:"\u006fb\u0061\u0072\u0072\u0065\u0064",0x04e9:"\u006fb\u0061r\u0072\u0065\u0064\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x04eb:"\u006f\u0062\u0061rr\u0065\u0064\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x0993:"\u006f\u0062\u0065\u006e\u0067\u0061\u006c\u0069",0x311b:"\u006fb\u006f\u0070\u006f\u006d\u006f\u0066o",0x29ba:"\u006f\u0062\u006f\u0074",0x23e0:"\u006fb\u0072\u0062\u0072\u0061\u006b",0x014f:"\u006f\u0062\u0072\u0065\u0076\u0065",0x29b8:"\u006fb\u0073\u006c\u0061\u0073\u0068",0x0911:"o\u0063\u0061\u006e\u0064\u0072\u0061\u0064\u0065\u0076\u0061",0x0a91:"\u006fc\u0061n\u0064\u0072\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069",0x0949:"o\u0063a\u006e\u0064\u0072\u0061\u0076\u006f\u0077\u0065l\u0073\u0069\u0067\u006ede\u0076\u0061",0x0ac9:"\u006fc\u0061\u006e\u0064\u0072\u0061\u0076\u006f\u0077\u0065\u006c\u0073i\u0067\u006e\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069",0x01d2:"\u006f\u0063\u0061\u0072\u006f\u006e",0x24de:"\u006fc\u0069\u0072\u0063\u006c\u0065",0x00f4:"o\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078",0x1ed1:"\u006f\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0061\u0063\u0075\u0074\u0065",0x1ed9:"\u006f\u0063\u0069\u0072cu\u006d\u0066\u006c\u0065\u0078\u0064\u006f\u0074\u0062\u0065\u006c\u006f\u0077",0x1ed3:"\u006f\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0067\u0072\u0061\u0076\u0065",0x1ed5:"o\u0063i\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078h\u006f\u006f\u006b\u0061bo\u0076\u0065",0x1ed7:"\u006f\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0074\u0069\u006c\u0064\u0065",0x043e:"\u006fc\u0079\u0072\u0069\u006c\u006c\u0069c",0x020d:"\u006fd\u0062\u006c\u0067\u0072\u0061\u0076e",0x0913:"\u006f\u0064\u0065v\u0061",0x00f6:"\u006fd\u0069\u0065\u0072\u0065\u0073\u0069s",0x04e7:"\u006f\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073\u0063\u0079\u0072i\u006c\u006c\u0069\u0063",0x2a38:"\u006f\u0064\u0069\u0076",0x1ecd:"\u006fd\u006f\u0074\u0062\u0065\u006c\u006fw",0x29bc:"\u006f\u0064\u006ft\u0073\u006c\u0061\u0073\u0068\u0064\u006f\u0074",0x0153:"\u006f\u0065",0x315a:"\u006f\u0065\u006b\u006f\u0072\u0065\u0061\u006e",0x02db:"\u006f\u0067\u006f\u006e\u0065\u006b",0x0328:"\u006fg\u006f\u006e\u0065\u006b\u0063\u006db",0x00f2:"\u006f\u0067\u0072\u0061\u0076\u0065",0x29c1:"\u006f\u0067\u0072e\u0061\u0074\u0065\u0072\u0074\u0068\u0061\u006e",0x0a93:"\u006fg\u0075\u006a\u0061\u0072\u0061\u0074i",0x0585:"\u006f\u0068\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x304a:"\u006fh\u0069\u0072\u0061\u0067\u0061\u006ea",0x1ecf:"\u006f\u0068\u006f\u006f\u006b\u0061\u0062\u006f\u0076\u0065",0x01a1:"\u006f\u0068\u006fr\u006e",0x1edb:"\u006f\u0068\u006f\u0072\u006e\u0061\u0063\u0075\u0074\u0065",0x1ee3:"\u006f\u0068\u006f\u0072\u006e\u0064\u006f\u0074\u0062\u0065\u006c\u006f\u0077",0x1edd:"\u006f\u0068\u006f\u0072\u006e\u0067\u0072\u0061\u0076\u0065",0x1edf:"\u006f\u0068\u006f\u0072\u006e\u0068\u006f\u006f\u006ba\u0062\u006f\u0076\u0065",0x1ee1:"\u006f\u0068\u006f\u0072\u006e\u0074\u0069\u006c\u0064\u0065",0x0151:"\u006f\u0068\u0075\u006e\u0067\u0061\u0072\u0075\u006d\u006c\u0061\u0075\u0074",0x01a3:"\u006f\u0069",0x2230:"\u006f\u0069\u0069\u0069\u006e\u0074",0x222f:"\u006f\u0069\u0069n\u0074",0x2233:"\u006f\u0069n\u0074\u0063\u0074r\u0063\u006c\u006f\u0063\u006b\u0077\u0069\u0073\u0065",0x020f:"\u006f\u0069\u006e\u0076\u0065\u0072\u0074\u0065\u0064b\u0072\u0065\u0076\u0065",0x30aa:"\u006fk\u0061\u0074\u0061\u006b\u0061\u006ea",0xff75:"\u006fk\u0061t\u0061\u006b\u0061\u006e\u0061h\u0061\u006cf\u0077\u0069\u0064\u0074\u0068",0x3157:"\u006fk\u006f\u0072\u0065\u0061\u006e",0x29bb:"\u006fl\u0063\u0072\u006f\u0073\u0073",0x05ab:"\u006fl\u0065\u0068\u0065\u0062\u0072\u0065w",0x29c0:"\u006fl\u0065\u0073\u0073\u0074\u0068\u0061n",0x014d:"\u006fm\u0061\u0063\u0072\u006f\u006e",0x1e53:"\u006f\u006d\u0061c\u0072\u006f\u006e\u0061\u0063\u0075\u0074\u0065",0x1e51:"\u006f\u006d\u0061c\u0072\u006f\u006e\u0067\u0072\u0061\u0076\u0065",0x0950:"\u006f\u006d\u0064\u0065\u0076\u0061",0x03c9:"\u006f\u006d\u0065g\u0061",0x03d6:"\u006f\u006d\u0065\u0067\u0061\u0031",0x0461:"\u006f\u006d\u0065\u0067\u0061\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x0277:"\u006f\u006de\u0067\u0061\u006ca\u0074\u0069\u006e\u0063\u006c\u006f\u0073\u0065\u0064",0x047b:"\u006fm\u0065g\u0061\u0072\u006f\u0075\u006ed\u0063\u0079r\u0069\u006c\u006c\u0069\u0063",0x047d:"\u006fm\u0065g\u0061\u0074\u0069\u0074\u006co\u0063\u0079r\u0069\u006c\u006c\u0069\u0063",0x03ce:"\u006f\u006d\u0065\u0067\u0061\u0074\u006f\u006e\u006f\u0073",0x0ad0:"\u006f\u006d\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069",0x03bf:"\u006fm\u0069\u0063\u0072\u006f\u006e",0x03cc:"\u006f\u006d\u0069c\u0072\u006f\u006e\u0074\u006f\u006e\u006f\u0073",0xff4f:"\u006f\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0x0031:"\u006f\u006e\u0065",0x09e7:"\u006f\u006e\u0065\u0062\u0065\u006e\u0067\u0061\u006c\u0069",0x0967:"\u006fn\u0065\u0064\u0065\u0076\u0061",0x2024:"\u006f\u006e\u0065\u0064\u006f\u0074\u0065\u006e\u006ce\u0061\u0064\u0065\u0072",0x215b:"\u006fn\u0065\u0065\u0069\u0067\u0068\u0074h",0x2155:"\u006f\u006e\u0065\u0066\u0069\u0066\u0074\u0068",0xf6dc:"\u006fn\u0065\u0066\u0069\u0074\u0074\u0065d",0x0ae7:"o\u006e\u0065\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069",0x0a67:"o\u006e\u0065\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0x0661:"\u006f\u006e\u0065\u0068\u0061\u0063\u006b\u0061\u0072\u0061\u0062\u0069\u0063",0x00bd:"\u006fn\u0065\u0068\u0061\u006c\u0066",0x3021:"o\u006e\u0065\u0068\u0061\u006e\u0067\u007a\u0068\u006f\u0075",0x3220:"\u006f\u006e\u0065\u0069de\u006f\u0067\u0072\u0061\u0070\u0068\u0069\u0063\u0070\u0061\u0072\u0065\u006e",0x2081:"o\u006e\u0065\u0069\u006e\u0066\u0065\u0072\u0069\u006f\u0072",0xff11:"\u006f\u006e\u0065m\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0x09f4:"\u006f\u006e\u0065\u006eum\u0065\u0072\u0061\u0074\u006f\u0072\u0062\u0065\u006e\u0067\u0061\u006c\u0069",0xf731:"o\u006e\u0065\u006f\u006c\u0064\u0073\u0074\u0079\u006c\u0065",0x2474:"\u006f\u006e\u0065\u0070\u0061\u0072\u0065\u006e",0x2488:"\u006fn\u0065\u0070\u0065\u0072\u0069\u006fd",0x06f1:"\u006f\u006e\u0065\u0070\u0065\u0072\u0073\u0069\u0061\u006e",0x00bc:"\u006f\u006e\u0065\u0071\u0075\u0061\u0072\u0074\u0065\u0072",0x2170:"\u006f\u006e\u0065\u0072\u006f\u006d\u0061\u006e",0x2159:"\u006f\u006e\u0065\u0073\u0069\u0078\u0074\u0068",0x00b9:"o\u006e\u0065\u0073\u0075\u0070\u0065\u0072\u0069\u006f\u0072",0x0e51:"\u006fn\u0065\u0074\u0068\u0061\u0069",0x2153:"\u006f\u006e\u0065\u0074\u0068\u0069\u0072\u0064",0x01eb:"\u006fo\u0067\u006f\u006e\u0065\u006b",0x01ed:"\u006f\u006f\u0067\u006f\u006e\u0065\u006b\u006d\u0061\u0063\u0072\u006f\u006e",0x0a13:"\u006f\u006f\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0x0a4b:"\u006fo\u006da\u0074\u0072\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0x0254:"\u006f\u006f\u0070e\u006e",0x24aa:"\u006f\u0070\u0061\u0072\u0065\u006e",0x29b9:"\u006f\u0070\u0065r\u0070",0x2a2d:"\u006f\u0070\u006c\u0075\u0073\u006c\u0068\u0072\u0069\u006d",0x2a2e:"\u006f\u0070\u006c\u0075\u0073\u0072\u0068\u0072\u0069\u006d",0x2325:"\u006f\u0070\u0074\u0069\u006f\u006e",0x00aa:"o\u0072\u0064\u0066\u0065\u006d\u0069\u006e\u0069\u006e\u0065",0x00ba:"\u006f\u0072\u0064m\u0061\u0073\u0063\u0075\u006c\u0069\u006e\u0065",0x22b6:"\u006f\u0072\u0069\u0067\u006f\u0066",0x221f:"\u006f\u0072\u0074\u0068\u006f\u0067\u006f\u006e\u0061\u006c",0x22bb:"\u006f\u0072\u0075n\u0064\u0065\u0072\u0073\u0063\u006f\u0072\u0065",0x0912:"\u006f\u0073\u0068\u006f\u0072\u0074\u0064\u0065\u0076\u0061",0x094a:"\u006f\u0073\u0068\u006frt\u0076\u006f\u0077\u0065\u006c\u0073\u0069\u0067\u006e\u0064\u0065\u0076\u0061",0x00f8:"\u006f\u0073\u006c\u0061\u0073\u0068",0x01ff:"o\u0073\u006c\u0061\u0073\u0068\u0061\u0063\u0075\u0074\u0065",0x3049:"\u006f\u0073\u006d\u0061\u006c\u006c\u0068\u0069\u0072a\u0067\u0061\u006e\u0061",0x30a9:"\u006f\u0073\u006d\u0061\u006c\u006c\u006b\u0061\u0074a\u006b\u0061\u006e\u0061",0xff6b:"\u006f\u0073\u006dal\u006c\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068",0xf6f0:"\u006fs\u0075\u0070\u0065\u0072\u0069\u006fr",0x047f:"\u006f\u0074\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x00f5:"\u006f\u0074\u0069\u006c\u0064\u0065",0x1e4d:"o\u0074\u0069\u006c\u0064\u0065\u0061\u0063\u0075\u0074\u0065",0x1e4f:"\u006f\u0074\u0069\u006c\u0064\u0065\u0064\u0069\u0065r\u0065\u0073\u0069\u0073",0x2a36:"\u006ft\u0069\u006d\u0065\u0073\u0068\u0061t",0x2a34:"o\u0074\u0069\u006d\u0065\u0073\u006c\u0068\u0072\u0069\u006d",0x2a35:"o\u0074\u0069\u006d\u0065\u0073\u0072\u0068\u0072\u0069\u006d",0x3121:"\u006f\u0075\u0062\u006f\u0070\u006f\u006d\u006f\u0066\u006f",0x2125:"\u006f\u0075\u006ec\u0065",0x23de:"\u006fv\u0065\u0072\u0062\u0072\u0061\u0063e",0x23b4:"o\u0076\u0065\u0072\u0062\u0072\u0061\u0063\u006b\u0065\u0074",0x20d6:"\u006f\u0076\u0065\u0072\u006c\u0065\u0066\u0074\u0061\u0072\u0072\u006f\u0077",0x20e1:"\u006fv\u0065r\u006c\u0065\u0066\u0074\u0072i\u0067\u0068t\u0061\u0072\u0072\u006f\u0077",0x203e:"\u006f\u0076\u0065\u0072\u006c\u0069\u006e\u0065",0xfe4a:"\u006fv\u0065r\u006c\u0069\u006e\u0065\u0063e\u006e\u0074e\u0072\u006c\u0069\u006e\u0065",0x0305:"o\u0076\u0065\u0072\u006c\u0069\u006e\u0065\u0063\u006d\u0062",0xfe49:"\u006f\u0076\u0065\u0072\u006c\u0069\u006e\u0065\u0064a\u0073\u0068\u0065\u0064",0xfe4c:"\u006fv\u0065r\u006c\u0069\u006e\u0065\u0064\u0062\u006c\u0077\u0061\u0076\u0079",0xfe4b:"\u006f\u0076\u0065r\u006c\u0069\u006e\u0065\u0077\u0061\u0076\u0079",0x23dc:"\u006fv\u0065\u0072\u0070\u0061\u0072\u0065n",0x09cb:"\u006f\u0076\u006f\u0077\u0065\u006c\u0073\u0069\u0067\u006e\u0062\u0065n\u0067\u0061\u006c\u0069",0x094b:"\u006f\u0076\u006f\u0077\u0065\u006c\u0073\u0069\u0067n\u0064\u0065\u0076\u0061",0x0acb:"\u006fv\u006fw\u0065\u006c\u0073\u0069\u0067n\u0067\u0075j\u0061\u0072\u0061\u0074\u0069",0x0070:"\u0070",0x3380:"\u0070\u0061\u0061m\u0070\u0073\u0073\u0071\u0075\u0061\u0072\u0065",0x332b:"\u0070\u0061\u0061\u0073\u0065\u006e\u0074\u006f\u0073q\u0075\u0061\u0072\u0065",0x09aa:"\u0070a\u0062\u0065\u006e\u0067\u0061\u006ci",0x1e55:"\u0070\u0061\u0063\u0075\u0074\u0065",0x092a:"\u0070\u0061\u0064\u0065\u0076\u0061",0x21df:"\u0070\u0061\u0067\u0065\u0064\u006f\u0077\u006e",0x21de:"\u0070\u0061\u0067\u0065\u0075\u0070",0x0aaa:"\u0070\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069",0x0a2a:"\u0070\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0x3071:"\u0070\u0061\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x0e2f:"\u0070\u0061\u0069\u0079\u0061\u006e\u006e\u006f\u0069\u0074\u0068\u0061\u0069",0x30d1:"\u0070\u0061\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0x0484:"\u0070a\u006c\u0061\u0074\u0061l\u0069\u007a\u0061\u0074\u0069o\u006ec\u0079r\u0069\u006c\u006c\u0069\u0063\u0063\u006db",0x04c0:"\u0070\u0061l\u006f\u0063\u0068k\u0061\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x317f:"\u0070\u0061\u006e\u0073\u0069\u006f\u0073\u006b\u006f\u0072\u0065\u0061\u006e",0x00b6:"\u0070a\u0072\u0061\u0067\u0072\u0061\u0070h",0x2029:"\u0070a\u0072a\u0067\u0072\u0061\u0070\u0068s\u0065\u0070a\u0072\u0061\u0074\u006f\u0072",0x2225:"\u0070\u0061\u0072\u0061\u006c\u006c\u0065\u006c",0x25b1:"\u0070\u0061\u0072\u0061\u006c\u006c\u0065\u006c\u006f\u0067\u0072\u0061\u006d",0x25b0:"\u0070a\u0072a\u006c\u006c\u0065\u006c\u006fg\u0072\u0061m\u0062\u006c\u0061\u0063\u006b",0x0028:"\u0070a\u0072\u0065\u006e\u006c\u0065\u0066t",0xfd3e:"p\u0061\u0072\u0065\u006ele\u0066t\u0061\u006c\u0074\u006f\u006ee\u0061\u0072\u0061\u0062\u0069\u0063",0xf8ed:"p\u0061\u0072\u0065\u006e\u006c\u0065\u0066\u0074\u0062\u0074",0xf8ec:"p\u0061\u0072\u0065\u006e\u006c\u0065\u0066\u0074\u0065\u0078",0x208d:"\u0070\u0061\u0072\u0065\u006e\u006c\u0065\u0066\u0074\u0069\u006e\u0066e\u0072\u0069\u006f\u0072",0xff08:"\u0070a\u0072e\u006e\u006c\u0065\u0066\u0074m\u006f\u006eo\u0073\u0070\u0061\u0063\u0065",0xfe59:"\u0070\u0061\u0072\u0065\u006e\u006c\u0065\u0066\u0074s\u006d\u0061\u006c\u006c",0x207d:"\u0070\u0061\u0072\u0065\u006e\u006c\u0065\u0066\u0074\u0073\u0075\u0070e\u0072\u0069\u006f\u0072",0xf8eb:"p\u0061\u0072\u0065\u006e\u006c\u0065\u0066\u0074\u0074\u0070",0xfe35:"\u0070\u0061\u0072\u0065\u006e\u006c\u0065\u0066\u0074\u0076\u0065\u0072t\u0069\u0063\u0061\u006c",0x0029:"\u0070\u0061\u0072\u0065\u006e\u0072\u0069\u0067\u0068\u0074",0xfd3f:"\u0070\u0061\u0072\u0065nr\u0069\u0067\u0068\u0074\u0061\u006c\u0074\u006f\u006e\u0065\u0061\u0072\u0061\u0062i\u0063",0xf8f8:"\u0070\u0061\u0072e\u006e\u0072\u0069\u0067\u0068\u0074\u0062\u0074",0xf8f7:"\u0070\u0061\u0072e\u006e\u0072\u0069\u0067\u0068\u0074\u0065\u0078",0x208e:"\u0070a\u0072e\u006e\u0072\u0069\u0067\u0068t\u0069\u006ef\u0065\u0072\u0069\u006f\u0072",0xff09:"\u0070\u0061\u0072\u0065nr\u0069\u0067\u0068\u0074\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0xfe5a:"\u0070a\u0072e\u006e\u0072\u0069\u0067\u0068\u0074\u0073\u006d\u0061\u006c\u006c",0x207e:"\u0070a\u0072e\u006e\u0072\u0069\u0067\u0068t\u0073\u0075p\u0065\u0072\u0069\u006f\u0072",0xf8f6:"\u0070\u0061\u0072e\u006e\u0072\u0069\u0067\u0068\u0074\u0074\u0070",0xfe36:"\u0070a\u0072e\u006e\u0072\u0069\u0067\u0068t\u0076\u0065r\u0074\u0069\u0063\u0061\u006c",0x2af3:"\u0070\u0061\u0072\u0073\u0069\u006d",0x2202:"p\u0061\u0072\u0074\u0069\u0061\u006c\u0064\u0069\u0066\u0066",0x2aa3:"\u0070\u0061\u0072\u0074ia\u006c\u006d\u0065\u0065\u0074\u0063\u006f\u006e\u0074\u0072\u0061\u0063\u0074\u0069o\u006e",0x0599:"\u0070\u0061\u0073h\u0074\u0061\u0068\u0065\u0062\u0072\u0065\u0077",0x33a9:"\u0070\u0061\u0073\u0071\u0075\u0061\u0072\u0065",0x05b7:"\u0070a\u0074\u0061\u0068\u0031\u0031",0x05a1:"p\u0061\u007a\u0065\u0072\u0068\u0065\u0062\u0072\u0065\u0077",0x3106:"\u0070b\u006f\u0070\u006f\u006d\u006f\u0066o",0x24df:"\u0070c\u0069\u0072\u0063\u006c\u0065",0x1e57:"\u0070\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074",0x043f:"\u0070\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0xfb44:"\u0070\u0065\u0064\u0061\u0067\u0065\u0073\u0068",0x333b:"p\u0065\u0065\u007a\u0069\u0073\u0071\u0075\u0061\u0072\u0065",0xfb43:"\u0070\u0065\u0066\u0069na\u006c\u0064\u0061\u0067\u0065\u0073\u0068\u0068\u0065\u0062\u0072\u0065\u0077",0x067e:"\u0070e\u0068\u0061\u0072\u0061\u0062\u0069c",0x057a:"p\u0065\u0068\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0xfb57:"\u0070\u0065\u0068\u0066\u0069\u006e\u0061\u006c\u0061r\u0061\u0062\u0069\u0063",0xfb58:"\u0070\u0065h\u0069\u006e\u0069t\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",0x307a:"\u0070\u0065\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0xfb56:"p\u0065\u0068\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064",0xfb59:"\u0070e\u0068m\u0065\u0064\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",0xe813:"\u0070\u0065\u0068\u0077\u0069\u0074\u0068\u0068\u0065\u0068\u0069\u006ei\u0074\u0069\u0061\u006c",0x30da:"\u0070\u0065\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0x04a7:"p\u0065m\u0069\u0064\u0064\u006c\u0065\u0068\u006f\u006fk\u0063\u0079\u0072\u0069ll\u0069\u0063",0x2b20:"\u0070\u0065\u006e\u0074\u0061\u0067\u006f\u006e",0x2b1f:"\u0070\u0065\u006e\u0074\u0061\u0067\u006f\u006e\u0062\u006c\u0061\u0063\u006b",0xfb4e:"\u0070\u0065\u0072a\u0066\u0065\u0068\u0065\u0062\u0072\u0065\u0077",0x0025:"\u0070e\u0072\u0063\u0065\u006e\u0074",0x066a:"\u0070\u0065\u0072\u0063\u0065\u006e\u0074\u0061\u0072\u0061\u0062\u0069\u0063",0xff05:"\u0070\u0065r\u0063\u0065\u006et\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0xfe6a:"\u0070\u0065\u0072c\u0065\u006e\u0074\u0073\u006d\u0061\u006c\u006c",0x002e:"\u0070\u0065\u0072\u0069\u006f\u0064",0x0589:"\u0070\u0065\u0072\u0069\u006f\u0064\u0061\u0072\u006de\u006e\u0069\u0061\u006e",0x00b7:"\u0070\u0065\u0072\u0069\u006f\u0064\u0063\u0065\u006et\u0065\u0072\u0065\u0064",0x0097:"\u0070\u0065r\u0069\u006f\u0064c\u0065\u006e\u0074\u0065\u0072\u0065\u0064\u002e\u0030",0xff61:"\u0070e\u0072i\u006f\u0064\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068",0xf6e7:"\u0070\u0065\u0072\u0069\u006f\u0064\u0069\u006e\u0066e\u0072\u0069\u006f\u0072",0xff0e:"\u0070e\u0072i\u006f\u0064\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0xfe52:"p\u0065\u0072\u0069\u006f\u0064\u0073\u006d\u0061\u006c\u006c",0xf6e8:"\u0070\u0065\u0072\u0069\u006f\u0064\u0073\u0075\u0070e\u0072\u0069\u006f\u0072",0x0342:"\u0070\u0065\u0072\u0069sp\u006f\u006d\u0065\u006e\u0069\u0067\u0072\u0065\u0065\u006b\u0063\u006d\u0062",0x27c2:"\u0070\u0065\u0072\u0070",0x2a5e:"\u0070\u0065\u0072\u0070\u0063\u006f\u0072\u0072\u0065s\u0070\u006f\u006e\u0064",0x22a5:"\u0070\u0065\u0072\u0070\u0065\u006e\u0064\u0069\u0063\u0075\u006c\u0061\u0072",0x2ae1:"\u0070\u0065\u0072p\u0073",0x2031:"\u0070\u0065\u0072\u0074\u0065\u006e\u0074\u0068\u006fu\u0073\u0061\u006e\u0064",0x2030:"p\u0065\u0072\u0074\u0068\u006f\u0075\u0073\u0061\u006e\u0064",0x20a7:"\u0070\u0065\u0073\u0065\u0074\u0061",0xf81b:"\u0070\u0065\u0073o\u0031",0x338a:"\u0070\u0066\u0073\u0071\u0075\u0061\u0072\u0065",0x09ab:"\u0070\u0068\u0061\u0062\u0065\u006e\u0067\u0061\u006c\u0069",0x092b:"\u0070h\u0061\u0064\u0065\u0076\u0061",0x0aab:"p\u0068\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069",0x0a2b:"p\u0068\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0x03c6:"\u0070\u0068\u0069",0x03d5:"\u0070\u0068\u0069\u0031",0x327a:"p\u0068i\u0065\u0075\u0070\u0068\u0061\u0063\u0069\u0072c\u006c\u0065\u006b\u006fre\u0061\u006e",0x321a:"\u0070\u0068\u0069\u0065up\u0068\u0061\u0070\u0061\u0072\u0065\u006e\u006b\u006f\u0072\u0065\u0061\u006e",0x326c:"\u0070\u0068\u0069\u0065up\u0068\u0063\u0069\u0072\u0063\u006c\u0065\u006b\u006f\u0072\u0065\u0061\u006e",0x314d:"\u0070\u0068\u0069\u0065\u0075\u0070\u0068\u006b\u006f\u0072\u0065\u0061\u006e",0x320c:"\u0070h\u0069e\u0075\u0070\u0068\u0070\u0061r\u0065\u006ek\u006f\u0072\u0065\u0061\u006e",0x0278:"\u0070\u0068\u0069\u006c\u0061\u0074\u0069\u006e",0x0e3a:"p\u0068\u0069\u006e\u0074\u0068\u0075\u0074\u0068\u0061\u0069",0x01a5:"\u0070\u0068\u006fo\u006b",0x0e1e:"p\u0068\u006f\u0070\u0068\u0061\u006e\u0074\u0068\u0061\u0069",0x0e1c:"\u0070\u0068\u006fp\u0068\u0075\u006e\u0067\u0074\u0068\u0061\u0069",0x0e20:"\u0070\u0068\u006f\u0073\u0061\u006d\u0070\u0068\u0061o\u0074\u0068\u0061\u0069",0x03c0:"\u0070\u0069",0x3273:"\u0070i\u0065u\u0070\u0061\u0063\u0069\u0072c\u006c\u0065k\u006f\u0072\u0065\u0061\u006e",0x3213:"\u0070\u0069\u0065\u0075\u0070\u0061\u0070\u0061\u0072\u0065\u006e\u006bo\u0072\u0065\u0061\u006e",0x3176:"\u0070\u0069e\u0075\u0070\u0063i\u0065\u0075\u0063\u006b\u006f\u0072\u0065\u0061\u006e",0x3265:"\u0070\u0069\u0065\u0075\u0070\u0063\u0069\u0072\u0063\u006c\u0065\u006bo\u0072\u0065\u0061\u006e",0x3172:"\u0070\u0069\u0065\u0075\u0070\u006b\u0069\u0079\u0065\u006f\u006b\u006bo\u0072\u0065\u0061\u006e",0x3142:"p\u0069\u0065\u0075\u0070\u006b\u006f\u0072\u0065\u0061\u006e",0x3205:"\u0070\u0069e\u0075\u0070\u0070a\u0072\u0065\u006e\u006b\u006f\u0072\u0065\u0061\u006e",0x3174:"p\u0069\u0065\u0075\u0070si\u006fs\u006b\u0069\u0079\u0065\u006fk\u006b\u006f\u0072\u0065\u0061\u006e",0x3144:"\u0070i\u0065u\u0070\u0073\u0069\u006f\u0073\u006b\u006f\u0072\u0065\u0061\u006e",0x3175:"p\u0069\u0065\u0075\u0070si\u006fs\u0074\u0069\u006b\u0065\u0075t\u006b\u006f\u0072\u0065\u0061\u006e",0x3177:"\u0070i\u0065u\u0070\u0074\u0068\u0069\u0065u\u0074\u0068k\u006f\u0072\u0065\u0061\u006e",0x3173:"\u0070\u0069\u0065\u0075\u0070\u0074\u0069\u006b\u0065\u0075\u0074\u006bo\u0072\u0065\u0061\u006e",0x3074:"\u0070\u0069\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x30d4:"\u0070\u0069\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0x0583:"\u0070\u0069\u0077r\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x210f:"\u0070\u006c\u0061\u006e\u0063\u006b\u006f\u0076\u0065\u0072\u0032\u0070\u0069",0x002b:"\u0070\u006c\u0075\u0073",0x031f:"\u0070\u006c\u0075s\u0062\u0065\u006c\u006f\u0077\u0063\u006d\u0062",0x2a25:"\u0070l\u0075\u0073\u0064\u006f\u0074",0x2a72:"\u0070l\u0075\u0073\u0065\u0071\u0071",0x2a23:"\u0070l\u0075\u0073\u0068\u0061\u0074",0x208a:"\u0070\u006c\u0075s\u0069\u006e\u0066\u0065\u0072\u0069\u006f\u0072",0x00b1:"\u0070l\u0075\u0073\u006d\u0069\u006e\u0075s",0x02d6:"\u0070l\u0075\u0073\u006d\u006f\u0064",0xff0b:"\u0070\u006c\u0075\u0073\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0x2a26:"\u0070l\u0075\u0073\u0073\u0069\u006d",0xfe62:"\u0070l\u0075\u0073\u0073\u006d\u0061\u006cl",0x2a27:"\u0070\u006c\u0075\u0073\u0073\u0075\u0062\u0074\u0077\u006f",0x207a:"\u0070\u006c\u0075s\u0073\u0075\u0070\u0065\u0072\u0069\u006f\u0072",0x2a28:"\u0070\u006c\u0075\u0073\u0074\u0072\u0069\u0066",0xff50:"\u0070\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0x33d8:"\u0070\u006d\u0073\u0071\u0075\u0061\u0072\u0065",0x307d:"\u0070\u006f\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x261f:"\u0070\u006f\u0069\u006eti\u006e\u0067\u0069\u006e\u0064\u0065\u0078\u0064\u006f\u0077\u006e\u0077\u0068\u0069t\u0065",0x261c:"\u0070\u006f\u0069\u006eti\u006e\u0067\u0069\u006e\u0064\u0065\u0078\u006c\u0065\u0066\u0074\u0077\u0068\u0069t\u0065",0x261d:"p\u006fi\u006e\u0074\u0069\u006e\u0067\u0069\u006e\u0064e\u0078\u0075\u0070\u0077hi\u0074\u0065",0x2a15:"\u0070\u006f\u0069\u006e\u0074\u0069\u006e\u0074",0x30dd:"\u0070\u006f\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0x0e1b:"\u0070o\u0070\u006c\u0061\u0074\u0068\u0061i",0x3012:"\u0070\u006f\u0073\u0074\u0061\u006c\u006d\u0061\u0072\u006b",0x3020:"\u0070\u006f\u0073\u0074\u0061\u006c\u006d\u0061\u0072k\u0066\u0061\u0063\u0065",0x24ab:"\u0070\u0070\u0061\u0072\u0065\u006e",0x2ab7:"\u0070\u0072\u0065\u0063\u0061\u0070\u0070\u0072\u006f\u0078",0x2ab9:"\u0070\u0072e\u0063\u0065\u0064e\u006e\u006f\u0074\u0064\u0062\u006c\u0065\u0071\u0076",0x2ab5:"\u0070\u0072\u0065\u0063\u0065\u0064\u0065\u006e\u006f\u0074\u0073\u006cn\u0074\u0065\u0071\u006c",0x22e8:"\u0070r\u0065c\u0065\u0064\u0065\u006f\u0072n\u006f\u0074e\u0071\u0076\u006c\u006e\u0074",0x227a:"\u0070\u0072\u0065\u0063\u0065\u0064\u0065\u0073",0x2aaf:"\u0070\u0072\u0065\u0063\u0065\u0064\u0065\u0073\u0065\u0071\u0075\u0061\u006c",0x227c:"\u0070r\u0065c\u0065\u0064\u0065\u0073\u006f\u0072\u0063\u0075\u0072\u006c\u0079",0x227e:"\u0070r\u0065c\u0065\u0064\u0065\u0073\u006f\u0072\u0065\u0071\u0075\u0061\u006c",0x2ab3:"\u0070r\u0065\u0063\u0065\u0071\u0071",0x2ab1:"\u0070r\u0065\u0063\u006e\u0065\u0071",0x211e:"\u0070\u0072\u0065s\u0063\u0072\u0069\u0070\u0074\u0069\u006f\u006e",0x0243:"p\u0072\u0069\u006d\u0065\u0064\u0062\u006c\u006d\u006f\u0064",0x02b9:"\u0070\u0072\u0069\u006d\u0065\u006d\u006f\u0064",0x2035:"\u0070\u0072\u0069\u006d\u0065\u0072\u0065\u0076\u0065\u0072\u0073\u0065\u0064",0x220f:"\u0070r\u006f\u0064\u0075\u0063\u0074",0x2313:"\u0070\u0072\u006f\u0066\u0073\u0075\u0072\u0066",0x2305:"\u0070\u0072\u006f\u006a\u0065\u0063\u0074\u0069\u0076\u0065",0x30fc:"\u0070\u0072\u006f\u006c\u006f\u006e\u0067\u0065\u0064\u006b\u0061\u006e\u0061",0x2318:"\u0070r\u006f\u0070\u0065\u006c\u006c\u006fr",0x2282:"\u0070\u0072\u006fp\u0065\u0072\u0073\u0075\u0062\u0073\u0065\u0074",0x2283:"\u0070\u0072\u006f\u0070\u0065\u0072\u0073\u0075\u0070e\u0072\u0073\u0065\u0074",0x2237:"\u0070\u0072\u006f\u0070\u006f\u0072\u0074\u0069\u006f\u006e",0x221d:"\u0070\u0072\u006fp\u006f\u0072\u0074\u0069\u006f\u006e\u0061\u006c",0x22b0:"\u0070\u0072\u0075\u0072\u0065\u006c",0x03c8:"\u0070\u0073\u0069",0x0471:"p\u0073\u0069\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x0486:"\u0070s\u0069\u006c\u0069\u0070\u006e\u0065\u0075\u006d\u0061\u0074\u0061c\u0079\u0072\u0069\u006c\u006c\u0069\u0063\u0063\u006d\u0062",0x33b0:"\u0070\u0073\u0073\u0071\u0075\u0061\u0072\u0065",0x3077:"\u0070\u0075\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x30d7:"\u0070\u0075\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0x27d3:"\u0070\u0075\u006c\u006c\u0062\u0061\u0063\u006b",0x2008:"\u0070\u0075n\u0063\u0074\u0075a\u0074\u0069\u006f\u006e\u0073\u0070\u0061\u0063\u0065",0x27d4:"\u0070u\u0073\u0068\u006f\u0075\u0074",0x33b4:"\u0070\u0076\u0073\u0071\u0075\u0061\u0072\u0065",0x33ba:"\u0070\u0077\u0073\u0071\u0075\u0061\u0072\u0065",0x0071:"\u0071",0x0958:"\u0071\u0061\u0064\u0065\u0076\u0061",0x05a8:"q\u0061\u0064\u006d\u0061\u0068\u0065\u0062\u0072\u0065\u0077",0xfed6:"\u0071\u0061\u0066\u0066\u0069\u006e\u0061\u006c\u0061r\u0061\u0062\u0069\u0063",0xfed7:"\u0071\u0061f\u0069\u006e\u0069t\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",0xfed5:"q\u0061\u0066\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064",0xfed8:"\u0071a\u0066m\u0065\u0064\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",0x059f:"\u0071\u0061r\u006e\u0065\u0079p\u0061\u0072\u0061\u0068\u0065\u0062\u0072\u0065\u0077",0x3111:"\u0071b\u006f\u0070\u006f\u006d\u006f\u0066o",0x24e0:"\u0071c\u0069\u0072\u0063\u006c\u0065",0x02a0:"\u0071\u0068\u006fo\u006b",0xff51:"\u0071\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0xfb47:"\u0071o\u0066\u0064\u0061\u0067\u0065\u0073h",0x05e7:"\u0071o\u0066q\u0075\u0062\u0075\u0074\u0073\u0068\u0065\u0062\u0072\u0065\u0077",0x24ac:"\u0071\u0070\u0061\u0072\u0065\u006e",0x2057:"\u0071\u0070\u0072\u0069\u006d\u0065",0x2669:"q\u0075\u0061\u0072\u0074\u0065\u0072\u006e\u006f\u0074\u0065",0x05bb:"\u0071\u0075b\u0075\u0074\u0073w\u0069\u0064\u0065\u0068\u0065\u0062\u0072\u0065\u0077",0x225f:"\u0071u\u0065\u0073\u0074\u0065\u0071",0x003f:"\u0071\u0075\u0065\u0073\u0074\u0069\u006f\u006e",0x055e:"\u0071\u0075e\u0073\u0074\u0069o\u006e\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x00bf:"\u0071\u0075\u0065s\u0074\u0069\u006f\u006e\u0064\u006f\u0077\u006e",0xf7bf:"\u0071\u0075\u0065\u0073\u0074\u0069\u006f\u006e\u0064\u006f\u0077\u006es\u006d\u0061\u006c\u006c",0x037e:"\u0071\u0075\u0065\u0073\u0074\u0069\u006f\u006e\u0067\u0072\u0065\u0065\u006b",0xff1f:"\u0071\u0075\u0065\u0073\u0074\u0069\u006f\u006e\u006d\u006f\u006e\u006fs\u0070\u0061\u0063\u0065",0xf73f:"\u0071\u0075\u0065\u0073\u0074\u0069\u006f\u006e\u0073\u006d\u0061\u006c\u006c",0x0022:"\u0071\u0075\u006f\u0074\u0065\u0064\u0062\u006c",0x201e:"\u0071\u0075\u006ft\u0065\u0064\u0062\u006c\u0062\u0061\u0073\u0065",0x201c:"\u0071\u0075\u006ft\u0065\u0064\u0062\u006c\u006c\u0065\u0066\u0074",0xff02:"\u0071\u0075\u006f\u0074\u0065\u0064\u0062\u006c\u006d\u006f\u006e\u006fs\u0070\u0061\u0063\u0065",0x301e:"\u0071\u0075\u006f\u0074\u0065\u0064\u0062\u006c\u0070\u0072\u0069\u006d\u0065",0x301d:"q\u0075\u006f\u0074\u0065db\u006cp\u0072\u0069\u006d\u0065\u0072e\u0076\u0065\u0072\u0073\u0065\u0064",0x201f:"q\u0075\u006f\u0074\u0065\u0064\u0062\u006c\u0072\u0065\u0076",0x201d:"\u0071\u0075\u006f\u0074\u0065\u0064\u0062\u006c\u0072\u0069\u0067\u0068\u0074",0x2018:"\u0071u\u006f\u0074\u0065\u006c\u0065\u0066t",0x0244:"\u0071\u0075\u006ft\u0065\u006c\u0065\u0066\u0074\u006d\u006f\u0064",0x201b:"\u0071\u0075\u006f\u0074\u0065\u0072\u0065\u0076\u0065\u0072\u0073\u0065\u0064",0x2019:"\u0071\u0075\u006f\u0074\u0065\u0072\u0069\u0067\u0068\u0074",0x0149:"q\u0075\u006f\u0074\u0065\u0072\u0069\u0067\u0068\u0074\u006e",0x201a:"\u0071\u0075\u006f\u0074\u0065\u0073\u0069\u006e\u0067l\u0062\u0061\u0073\u0065",0x0027:"q\u0075\u006f\u0074\u0065\u0073\u0069\u006e\u0067\u006c\u0065",0xff07:"q\u0075o\u0074\u0065\u0073\u0069\u006e\u0067\u006c\u0065m\u006f\u006e\u006f\u0073pa\u0063\u0065",0x0072:"\u0072",0x27eb:"\u0072\u0041\u006e\u0067\u006c\u0065",0x2984:"\u0072\u0042\u0072\u0061\u0063\u0065",0x2986:"\u0072\u0050\u0061\u0072\u0065\u006e",0x057c:"\u0072\u0061\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x09b0:"\u0072a\u0062\u0065\u006e\u0067\u0061\u006ci",0x0155:"\u0072\u0061\u0063\u0075\u0074\u0065",0x0930:"\u0072\u0061\u0064\u0065\u0076\u0061",0x221a:"\u0072a\u0064\u0069\u0063\u0061\u006c",0xf8e5:"\u0072a\u0064\u0069\u0063\u0061\u006c\u0065x",0x33ae:"\u0072\u0061\u0064\u006f\u0076\u0065\u0072\u0073\u0073q\u0075\u0061\u0072\u0065",0x33af:"r\u0061\u0064\u006f\u0076er\u0073s\u0071\u0075\u0061\u0072\u0065d\u0073\u0071\u0075\u0061\u0072\u0065",0x33ad:"\u0072a\u0064\u0073\u0071\u0075\u0061\u0072e",0x0ab0:"\u0072\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069",0x0a30:"\u0072\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0x3089:"\u0072\u0061\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x024d:"\u0072\u0061\u0069\u0073\u0065\u0064",0x30e9:"\u0072\u0061\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0xff97:"\u0072\u0061\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068",0x09f1:"\u0072\u0061\u006c\u006fwe\u0072\u0064\u0069\u0061\u0067\u006f\u006e\u0061\u006c\u0062\u0065\u006e\u0067\u0061l\u0069",0x09f0:"\u0072\u0061\u006did\u0064\u006c\u0065\u0064\u0069\u0061\u0067\u006f\u006e\u0061\u006c\u0062\u0065\u006e\u0067\u0061\u006c\u0069",0x0264:"\u0072\u0061\u006d\u0073\u0068\u006f\u0072\u006e",0x2992:"\u0072a\u006e\u0067\u006c\u0065\u0064\u006ft",0x237c:"r\u0061\u006e\u0067\u006ced\u006fw\u006e\u007a\u0069\u0067\u007aa\u0067\u0061\u0072\u0072\u006f\u0077",0x2236:"\u0072\u0061\u0074i\u006f",0xe816:"\u0072\u0061\u0079\u0061\u006c\u0065\u0066\u006c\u0061\u006d",0x27c6:"\u0072\u0062\u0061\u0067",0x2998:"\u0072\u0062\u006c\u006b\u0062\u0072\u0062\u0072\u0061\u006b",0x3116:"\u0072b\u006f\u0070\u006f\u006d\u006f\u0066o",0x23ad:"\u0072\u0062\u0072\u0061\u0063\u0065\u006c\u0065\u006e\u0064",0x23ac:"\u0072b\u0072\u0061\u0063\u0065\u006d\u0069d",0x23ab:"\u0072\u0062\u0072\u0061\u0063\u0065\u0075\u0065\u006e\u0064",0x23a5:"\u0072\u0062\u0072\u0061\u0063\u006b\u0065\u0078\u0074e\u006e\u0064\u0065\u0072",0x23a6:"\u0072\u0062\u0072\u0061\u0063\u006b\u006c\u0065\u006e\u0064",0x298e:"\u0072\u0062\u0072a\u0063\u006b\u006c\u0072\u0074\u0069\u0063\u006b",0x298c:"\u0072\u0062\u0072\u0061\u0063\u006b\u0075\u0062\u0061\u0072",0x23a4:"\u0072\u0062\u0072\u0061\u0063\u006b\u0075\u0065\u006e\u0064",0x2990:"\u0072\u0062\u0072a\u0063\u006b\u0075\u0072\u0074\u0069\u0063\u006b",0x2773:"\u0072b\u0072\u0062\u0072\u0061\u006b",0x0159:"\u0072\u0063\u0061\u0072\u006f\u006e",0x0157:"\u0072\u0063\u0065\u0064\u0069\u006c\u006c\u0061",0xf81f:"\u0072c\u0065\u0064\u0069\u006c\u006c\u00611",0x24e1:"\u0072c\u0069\u0072\u0063\u006c\u0065",0xf832:"r\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078",0x29fd:"r\u0063\u0075\u0072\u0076\u0079\u0061\u006e\u0067\u006c\u0065",0x0211:"\u0072d\u0062\u006c\u0067\u0072\u0061\u0076e",0x292b:"\u0072\u0064\u0069a\u0067\u006f\u0076\u0066\u0064\u0069\u0061\u0067",0x2930:"\u0072\u0064\u0069\u0061\u0067\u006f\u0076\u0073\u0065a\u0072\u0072\u006f\u0077",0x1e59:"\u0072\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074",0x1e5b:"\u0072d\u006f\u0074\u0062\u0065\u006c\u006fw",0x1e5d:"\u0072d\u006ft\u0062\u0065\u006c\u006f\u0077\u006d\u0061\u0063\u0072\u006f\u006e",0x2117:"r\u0065\u0063\u006f\u0072\u0064\u0072\u0069\u0067\u0068\u0074",0x203b:"\u0072\u0065\u0066\u0065\u0072\u0065\u006e\u0063\u0065\u006d\u0061\u0072\u006b",0x2286:"\u0072\u0065\u0066l\u0065\u0078\u0073\u0075\u0062\u0073\u0065\u0074",0x2287:"\u0072\u0065\u0066\u006c\u0065\u0078\u0073\u0075\u0070e\u0072\u0073\u0065\u0074",0x00ae:"\u0072\u0065\u0067\u0069\u0073\u0074\u0065\u0072\u0065\u0064",0xf8e8:"\u0072\u0065\u0067i\u0073\u0074\u0065\u0072\u0073\u0061\u006e\u0073",0xf6da:"\u0072\u0065\u0067\u0069\u0073\u0074\u0065\u0072\u0073\u0065\u0072\u0069\u0066",0x0631:"\u0072e\u0068\u0061\u0072\u0061\u0062\u0069c",0x0580:"r\u0065\u0068\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0xfeae:"\u0072\u0065\u0068\u0066\u0069\u006e\u0061\u006c\u0061r\u0061\u0062\u0069\u0063",0x308c:"\u0072\u0065\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0xfead:"r\u0065\u0068\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064",0x30ec:"\u0072\u0065\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0xff9a:"\u0072\u0065\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068",0xfb48:"\u0072\u0065s\u0068\u0064\u0061g\u0065\u0073\u0068\u0068\u0065\u0062\u0072\u0065\u0077",0x05e8:"\u0072e\u0073\u0068\u0068\u0069\u0072\u0069q",0x211f:"\u0072\u0065\u0073\u0070\u006f\u006e\u0073\u0065",0x29a3:"\u0072\u0065\u0076\u0061\u006e\u0067\u006c\u0065",0x29a5:"\u0072\u0065\u0076a\u006e\u0067\u006c\u0065\u0075\u0062\u0061\u0072",0x22cd:"\u0072\u0065\u0076\u0061\u0073\u0079\u006d\u0070\u0074e\u0071\u0075\u0061\u006c",0x29b0:"r\u0065\u0076\u0065\u006d\u0070\u0074\u0079\u0073\u0065\u0074",0x223d:"\u0072\u0065\u0076\u0065\u0072\u0073\u0065\u0064\u0074\u0069\u006c\u0064\u0065",0x0597:"\u0072e\u0076i\u0061\u006d\u0075\u0067\u0072a\u0073\u0068h\u0065\u0062\u0072\u0065\u0077",0x2310:"\u0072\u0065\u0076\u006c\u006f\u0067\u0069\u0063\u0061\u006c\u006e\u006f\u0074",0x2aee:"\u0072e\u0076\u006e\u006d\u0069\u0064",0x29d2:"\u0072\u0066\u0062\u006f\u0077\u0074\u0069\u0065",0x027e:"\u0072f\u0069\u0073\u0068\u0068\u006f\u006fk",0x027f:"\u0072\u0066\u0069\u0073\u0068\u0068\u006f\u006f\u006b\u0072\u0065\u0076e\u0072\u0073\u0065\u0064",0x29d5:"\u0072f\u0074\u0069\u006d\u0065\u0073",0x09dd:"\u0072\u0068\u0061\u0062\u0065\u006e\u0067\u0061\u006c\u0069",0x095d:"\u0072h\u0061\u0064\u0065\u0076\u0061",0x03c1:"\u0072\u0068\u006f",0x027d:"\u0072\u0068\u006fo\u006b",0x027b:"r\u0068\u006f\u006f\u006b\u0074\u0075\u0072\u006e\u0065\u0064",0x02b5:"\u0072\u0068\u006f\u006fkt\u0075\u0072\u006e\u0065\u0064\u0073\u0075\u0070\u0065\u0072\u0069\u006f\u0072",0x03f1:"\u0072\u0068\u006f\u0073\u0079\u006d\u0062\u006f\u006cg\u0072\u0065\u0065\u006b",0x02de:"\u0072\u0068\u006f\u0074\u0069\u0063\u0068\u006f\u006f\u006b\u006d\u006f\u0064",0x3271:"\u0072i\u0065u\u006c\u0061\u0063\u0069\u0072c\u006c\u0065k\u006f\u0072\u0065\u0061\u006e",0x3211:"\u0072\u0069\u0065\u0075\u006c\u0061\u0070\u0061\u0072\u0065\u006e\u006bo\u0072\u0065\u0061\u006e",0x3263:"\u0072\u0069\u0065\u0075\u006c\u0063\u0069\u0072\u0063\u006c\u0065\u006bo\u0072\u0065\u0061\u006e",0x3140:"\u0072\u0069e\u0075\u006c\u0068i\u0065\u0075\u0068\u006b\u006f\u0072\u0065\u0061\u006e",0x313a:"\u0072\u0069\u0065\u0075\u006c\u006b\u0069\u0079\u0065\u006f\u006b\u006bo\u0072\u0065\u0061\u006e",0x3169:"r\u0069\u0065\u0075\u006cki\u0079e\u006f\u006b\u0073\u0069\u006fs\u006b\u006f\u0072\u0065\u0061\u006e",0x3139:"r\u0069\u0065\u0075\u006c\u006b\u006f\u0072\u0065\u0061\u006e",0x313b:"\u0072\u0069e\u0075\u006c\u006di\u0065\u0075\u006d\u006b\u006f\u0072\u0065\u0061\u006e",0x316c:"\u0072i\u0065u\u006c\u0070\u0061\u006e\u0073i\u006f\u0073k\u006f\u0072\u0065\u0061\u006e",0x3203:"\u0072\u0069e\u0075\u006c\u0070a\u0072\u0065\u006e\u006b\u006f\u0072\u0065\u0061\u006e",0x313f:"\u0072i\u0065u\u006c\u0070\u0068\u0069\u0065u\u0070\u0068k\u006f\u0072\u0065\u0061\u006e",0x313c:"\u0072\u0069e\u0075\u006c\u0070i\u0065\u0075\u0070\u006b\u006f\u0072\u0065\u0061\u006e",0x316b:"r\u0069e\u0075\u006c\u0070\u0069\u0065\u0075\u0070\u0073i\u006f\u0073\u006b\u006fre\u0061\u006e",0x313d:"\u0072i\u0065u\u006c\u0073\u0069\u006f\u0073\u006b\u006f\u0072\u0065\u0061\u006e",0x313e:"\u0072i\u0065u\u006c\u0074\u0068\u0069\u0065u\u0074\u0068k\u006f\u0072\u0065\u0061\u006e",0x316a:"\u0072\u0069\u0065\u0075\u006c\u0074\u0069\u006b\u0065\u0075\u0074\u006bo\u0072\u0065\u0061\u006e",0x316d:"\u0072\u0069\u0065\u0075ly\u0065\u006f\u0072\u0069\u006e\u0068\u0069\u0065\u0075\u0068\u006b\u006f\u0072\u0065a\u006e",0x299d:"\u0072\u0069\u0067\u0068\u0074\u0061\u006e\u0067\u006ce\u006d\u0064\u006f\u0074",0x231d:"\u0072\u0069\u0067h\u0074\u0061\u006e\u0067\u006c\u0065\u006e\u0065",0x231c:"\u0072\u0069\u0067h\u0074\u0061\u006e\u0067\u006c\u0065\u006e\u0077",0x231f:"\u0072\u0069\u0067h\u0074\u0061\u006e\u0067\u006c\u0065\u0073\u0065",0x299c:"\u0072\u0069\u0067\u0068\u0074\u0061\u006e\u0067\u006c\u0065\u0073\u0071\u0072",0x231e:"\u0072\u0069\u0067h\u0074\u0061\u006e\u0067\u006c\u0065\u0073\u0077",0x2975:"\u0072\u0069g\u0068\u0074\u0061r\u0072\u006f\u0077\u0061\u0070\u0070\u0072\u006f\u0078",0x2b48:"r\u0069g\u0068\u0074\u0061\u0072\u0072\u006f\u0077\u0062a\u0063\u006b\u0061\u0070pr\u006f\u0078",0x2b4c:"\u0072i\u0067h\u0074\u0061\u0072\u0072\u006fw\u0062\u0073i\u006d\u0069\u006c\u0061\u0072",0x291e:"\u0072\u0069\u0067\u0068\u0074\u0061\u0072\u0072\u006f\u0077\u0064\u0069a\u006d\u006f\u006e\u0064",0x2b43:"\u0072\u0069\u0067\u0068\u0074\u0061\u0072\u0072\u006f\u0077\u0067\u0074\u0072",0x27f4:"\u0072\u0069\u0067\u0068\u0074\u0061\u0072\u0072\u006f\u0077\u006f\u006eo\u0070\u006c\u0075\u0073",0x2945:"\u0072\u0069\u0067\u0068\u0074\u0061\u0072\u0072\u006fw\u0070\u006c\u0075\u0073",0x2942:"\u0072i\u0067\u0068\u0074\u0061\u0072\u0072\u006f\u0077\u0073\u0068\u006fr\u0074\u006c\u0065\u0066\u0074\u0061\u0072\u0072\u006f\u0077",0x2974:"\u0072\u0069\u0067\u0068\u0074\u0061\u0072\u0072\u006f\u0077\u0073\u0069m\u0069\u006c\u0061\u0072",0x2b44:"\u0072\u0069g\u0068\u0074\u0061r\u0072\u006f\u0077\u0073\u0075\u0070\u0073\u0065\u0074",0x21fe:"\u0072i\u0067h\u0074\u0061\u0072\u0072\u006fw\u0074\u0072i\u0061\u006e\u0067\u006c\u0065",0x2947:"r\u0069\u0067\u0068\u0074\u0061\u0072\u0072\u006f\u0077\u0078",0x290d:"\u0072\u0069\u0067h\u0074\u0062\u006b\u0061\u0072\u0072\u006f\u0077",0x2933:"\u0072\u0069g\u0068\u0074\u0063u\u0072\u0076\u0065\u0064\u0061\u0072\u0072\u006f\u0077",0x291c:"\u0072\u0069\u0067h\u0074\u0064\u0062\u006c\u0074\u0061\u0069\u006c",0x2911:"\u0072\u0069\u0067\u0068\u0074\u0064\u006f\u0074\u0061\u0072\u0072\u006f\u0077",0x2937:"r\u0069g\u0068\u0074\u0064\u006f\u0077\u006e\u0063\u0075r\u0076\u0065\u0064\u0061rr\u006f\u0077",0x297d:"\u0072\u0069\u0067\u0068\u0074\u0066\u0069\u0073\u0068\u0074\u0061\u0069\u006c",0x20d1:"\u0072i\u0067h\u0074\u0068\u0061\u0072\u0070o\u006f\u006ea\u0063\u0063\u0065\u006e\u0074",0x2957:"\u0072\u0069\u0067\u0068th\u0061\u0072\u0070\u006f\u006f\u006e\u0064\u006f\u0077\u006e\u0062\u0061\u0072",0x2964:"\u0072\u0069\u0067\u0068th\u0061\u0072\u0070\u006f\u006f\u006e\u0073\u0075\u0070\u0064\u006f\u0077\u006e",0x2953:"\u0072\u0069\u0067\u0068\u0074\u0068\u0061\u0072\u0070\u006f\u006f\u006eu\u0070\u0062\u0061\u0072",0x296c:"\u0072i\u0067h\u0074\u0068\u0061\u0072\u0070o\u006f\u006eu\u0070\u0064\u0061\u0073\u0068",0x2970:"\u0072\u0069\u0067\u0068\u0074\u0069\u006d\u0070\u006c\u0079",0x2969:"r\u0069\u0067\u0068\u0074le\u0066t\u0068\u0061\u0072\u0070\u006fo\u006e\u0073\u0064\u006f\u0077\u006e",0x2968:"\u0072\u0069\u0067\u0068tl\u0065\u0066\u0074\u0068\u0061\u0072\u0070\u006f\u006f\u006e\u0073\u0075\u0070",0x263d:"\u0072i\u0067\u0068\u0074\u006d\u006f\u006fn",0x27d6:"\u0072\u0069\u0067\u0068\u0074\u006f\u0075\u0074\u0065r\u006a\u006f\u0069\u006e",0x2b54:"\u0072\u0069\u0067\u0068\u0074\u0070\u0065\u006e\u0074\u0061\u0067\u006f\u006e",0x2b53:"\u0072i\u0067h\u0074\u0070\u0065\u006e\u0074a\u0067\u006fn\u0062\u006c\u0061\u0063\u006b",0x21c9:"\u0072\u0069g\u0068\u0074\u0072i\u0067\u0068\u0074\u0061\u0072\u0072\u006f\u0077\u0073",0x0319:"\u0072\u0069\u0067\u0068\u0074\u0074\u0061\u0063\u006b\u0062\u0065\u006co\u0077\u0063\u006d\u0062",0x291a:"\u0072i\u0067\u0068\u0074\u0074\u0061\u0069l",0x21f6:"\u0072\u0069g\u0068\u0074\u0074h\u0072\u0065\u0065\u0061\u0072\u0072\u006f\u0077\u0073",0x22bf:"\u0072\u0069\u0067\u0068\u0074\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065",0x219d:"\u0072\u0069\u0067\u0068\u0074\u0077\u0061\u0076\u0065a\u0072\u0072\u006f\u0077",0x308a:"\u0072\u0069\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x30ea:"\u0072\u0069\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0xff98:"\u0072\u0069\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068",0x02da:"\u0072\u0069\u006e\u0067",0xf007:"\u0072\u0069\u006eg\u0031",0x0325:"\u0072\u0069\u006eg\u0062\u0065\u006c\u006f\u0077\u0063\u006d\u0062",0x030a:"\u0072i\u006e\u0067\u0063\u006d\u0062",0xd80d:"\u0072\u0069\u006e\u0067\u0066\u0069\u0074\u0074\u0065\u0064",0x02bf:"\u0072\u0069\u006eg\u0068\u0061\u006c\u0066\u006c\u0065\u0066\u0074",0x0559:"r\u0069n\u0067\u0068\u0061\u006c\u0066\u006c\u0065\u0066t\u0061\u0072\u006d\u0065ni\u0061\u006e",0x031c:"r\u0069n\u0067\u0068\u0061\u006c\u0066\u006c\u0065\u0066t\u0062\u0065\u006c\u006fwc\u006d\u0062",0x02d3:"r\u0069n\u0067\u0068\u0061\u006c\u0066\u006c\u0065\u0066t\u0063\u0065\u006e\u0074er\u0065\u0064",0x02be:"\u0072\u0069\u006e\u0067\u0068\u0061\u006c\u0066\u0072\u0069\u0067\u0068\u0074",0x0339:"r\u0069\u006e\u0067\u0068al\u0066r\u0069\u0067\u0068\u0074\u0062e\u006c\u006f\u0077\u0063\u006d\u0062",0x02d2:"r\u0069\u006e\u0067\u0068al\u0066r\u0069\u0067\u0068\u0074\u0063e\u006e\u0074\u0065\u0072\u0065\u0064",0x2256:"r\u0069\u006e\u0067\u0069\u006e\u0065\u0071\u0075\u0061\u006c",0x028f:"\u0072\u0069\u006e\u0067le\u0066\u0074\u0068\u0061\u006c\u0066\u0073\u0075\u0062\u006e\u006f\u0073\u0070",0x0248:"\u0072\u0069\u006e\u0067\u006c\u0065\u0066\u0074\u0068\u0061\u006c\u0066s\u0075\u0070\u0065\u0072",0x2a22:"\u0072\u0069\u006e\u0067\u0070\u006c\u0075\u0073",0x02ac:"r\u0069n\u0067\u0072\u0069\u0067\u0068\u0074\u0068\u0061l\u0066\u0073\u0075\u0062no\u0073\u0070",0x0247:"\u0072i\u006eg\u0072\u0069\u0067\u0068\u0074h\u0061\u006cf\u0073\u0075\u0070\u0065\u0072",0x0213:"\u0072\u0069\u006e\u0076\u0065\u0072\u0074\u0065\u0064b\u0072\u0065\u0076\u0065",0x3351:"\u0072\u0069\u0074\u0074\u006f\u0072\u0075\u0073\u0071\u0075\u0061\u0072\u0065",0x202b:"\u0072\u006c\u0065",0x1e5f:"\u0072\u006c\u0069\u006e\u0065\u0062\u0065\u006c\u006f\u0077",0x027c:"\u0072\u006c\u006f\u006e\u0067\u006c\u0065\u0067",0x027a:"\u0072\u006c\u006f\u006e\u0067\u006c\u0065\u0067\u0074u\u0072\u006e\u0065\u0064",0xff52:"\u0072\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0x23b1:"\u0072\u006d\u006f\u0075\u0073\u0074\u0061\u0063\u0068\u0065",0x308d:"\u0072\u006f\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x30ed:"\u0072\u006f\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0xff9b:"\u0072\u006f\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068",0x0e23:"\u0072o\u0072\u0075\u0061\u0074\u0068\u0061i",0x24ad:"\u0072\u0070\u0061\u0072\u0065\u006e",0x239f:"\u0072\u0070\u0061\u0072\u0065\u006e\u0065\u0078\u0074e\u006e\u0064\u0065\u0072",0x2994:"\u0072p\u0061\u0072\u0065\u006e\u0067\u0074r",0x23a0:"\u0072\u0070\u0061\u0072\u0065\u006e\u006c\u0065\u006e\u0064",0x239e:"\u0072\u0070\u0061\u0072\u0065\u006e\u0075\u0065\u006e\u0064",0x2a12:"\u0072\u0070\u0070\u006f\u006c\u0069\u006e\u0074",0x09dc:"\u0072\u0072\u0061\u0062\u0065\u006e\u0067\u0061\u006c\u0069",0x0931:"\u0072r\u0061\u0064\u0065\u0076\u0061",0x0a5c:"r\u0072\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0x298a:"\u0072r\u0061\u006e\u0067\u006c\u0065",0x0691:"\u0072\u0072\u0065\u0068\u0061\u0072\u0061\u0062\u0069\u0063",0xfb8d:"\u0072r\u0065h\u0066\u0069\u006e\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",0x2988:"\u0072\u0072\u0070\u0061\u0072\u0065\u006e\u0074\u0068\u0065\u0073\u0069\u0073",0x09e0:"\u0072\u0072v\u006f\u0063\u0061l\u0069\u0063\u0062\u0065\u006e\u0067\u0061\u006c\u0069",0x0960:"\u0072\u0072\u0076\u006f\u0063\u0061\u006c\u0069\u0063\u0064\u0065\u0076\u0061",0x0ae0:"\u0072\u0072\u0076\u006f\u0063\u0061\u006c\u0069\u0063\u0067\u0075\u006aa\u0072\u0061\u0074\u0069",0x09c4:"\u0072r\u0076\u006f\u0063\u0061l\u0069\u0063\u0076\u006f\u0077e\u006cs\u0069g\u006e\u0062\u0065\u006e\u0067\u0061\u006ci",0x0944:"\u0072\u0072\u0076\u006fca\u006c\u0069\u0063\u0076\u006f\u0077\u0065\u006c\u0073\u0069\u0067\u006e\u0064\u0065v\u0061",0x0ac4:"\u0072\u0072\u0076\u006f\u0063\u0061\u006c\u0069\u0063\u0076\u006fw\u0065\u006c\u0073\u0069\u0067\u006e\u0067\u0075\u006a\u0061r\u0061\u0074\u0069",0x29f7:"\u0072s\u006f\u006c\u0062\u0061\u0072",0x2ace:"\u0072s\u0071\u0068\u006f\u006f\u006b",0x2a65:"\u0072\u0073\u0075\u0062",0x023c:"\u0072\u0073\u0075\u0070\u0065\u0072",0xf6f1:"\u0072s\u0075\u0070\u0065\u0072\u0069\u006fr",0x2590:"\u0072t\u0062\u006c\u006f\u0063\u006b",0x2595:"\u0072\u0074\u0065\u0069\u0067\u0068\u0074\u0068\u0062\u006c\u006f\u0063\u006b",0x29ce:"\u0072\u0074\u0072\u0069\u006c\u0074\u0072\u0069",0x0279:"\u0072t\u0075\u0072\u006e\u0065\u0064",0x02b4:"\u0072t\u0075r\u006e\u0065\u0064\u0073\u0075\u0070\u0065\u0072\u0069\u006f\u0072",0x023e:"\u0072\u0074u\u0072\u006e\u0072t\u0068\u006f\u006f\u006b\u0073\u0075\u0070\u0065\u0072",0x023d:"\u0072\u0074\u0075\u0072\u006e\u0073\u0075\u0070\u0065\u0072",0x308b:"\u0072\u0075\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x30eb:"\u0072\u0075\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0xff99:"\u0072\u0075\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068",0x29f4:"r\u0075\u006c\u0065\u0064\u0065\u006c\u0061\u0079\u0065\u0064",0x20a8:"\u0072\u0075\u0070e\u0065",0x09f2:"\u0072\u0075p\u0065\u0065\u006da\u0072\u006b\u0062\u0065\u006e\u0067\u0061\u006c\u0069",0x09f3:"\u0072\u0075p\u0065\u0065\u0073i\u0067\u006e\u0062\u0065\u006e\u0067\u0061\u006c\u0069",0xf6dd:"\u0072\u0075\u0070\u0069\u0061\u0068",0x0e24:"\u0072\u0075\u0074\u0068\u0061\u0069",0x23b9:"\u0072v\u0062\u006f\u0078\u006c\u0069\u006ee",0x098b:"\u0072v\u006fc\u0061\u006c\u0069\u0063\u0062\u0065\u006e\u0067\u0061\u006c\u0069",0x090b:"\u0072\u0076\u006fc\u0061\u006c\u0069\u0063\u0064\u0065\u0076\u0061",0x0a8b:"\u0072\u0076o\u0063\u0061\u006ci\u0063\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069",0x09c3:"\u0072v\u006f\u0063\u0061\u006c\u0069\u0063\u0076\u006f\u0077\u0065\u006cs\u0069\u0067\u006e\u0062\u0065\u006e\u0067\u0061\u006c\u0069",0x0943:"r\u0076\u006f\u0063\u0061li\u0063v\u006f\u0077\u0065\u006c\u0073i\u0067\u006e\u0064\u0065\u0076\u0061",0x0ac3:"\u0072v\u006f\u0063\u0061\u006ci\u0063\u0076\u006f\u0077\u0065l\u0073i\u0067n\u0067\u0075\u006a\u0061\u0072\u0061\u0074i",0x29d9:"\u0072\u0076\u007a\u0069\u0067\u007a\u0061\u0067",0x0073:"\u0073",0x09b8:"\u0073a\u0062\u0065\u006e\u0067\u0061\u006ci",0x015b:"\u0073\u0061\u0063\u0075\u0074\u0065",0x1e65:"\u0073a\u0063u\u0074\u0065\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074",0x0938:"\u0073\u0061\u0064\u0065\u0076\u0061",0xfeba:"\u0073\u0061\u0064\u0066\u0069\u006e\u0061\u006c\u0061r\u0061\u0062\u0069\u0063",0xfebb:"\u0073\u0061d\u0069\u006e\u0069t\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",0xfeb9:"s\u0061\u0064\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064",0xfebc:"\u0073a\u0064m\u0065\u0064\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",0x0ab8:"\u0073\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069",0x0a38:"\u0073\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0x3055:"\u0073\u0061\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x30b5:"\u0073\u0061\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0xff7b:"\u0073\u0061\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068",0xfdfa:"\u0073\u0061\u006cl\u0061\u006c\u006c\u0061h\u006f\u0075\u0061\u006c\u0061\u0079\u0068e\u0077\u0061\u0073\u0061\u006c\u006c\u0061\u006d\u0061\u0072\u0061\u0062\u0069\u0063",0x05e1:"\u0073\u0061\u006d\u0065\u006b\u0068",0xfb41:"\u0073a\u006de\u006b\u0068\u0064\u0061\u0067e\u0073\u0068h\u0065\u0062\u0072\u0065\u0077",0x2143:"\u0073\u0061\u006e\u0073\u004c\u006d\u0069\u0072\u0072\u006f\u0072\u0065\u0064",0x2142:"s\u0061\u006e\u0073\u004c\u0074\u0075\u0072\u006e\u0065\u0064",0x0e32:"\u0073\u0061\u0072\u0061\u0061\u0061\u0074\u0068\u0061\u0069",0x0e41:"\u0073\u0061\u0072\u0061\u0061\u0065\u0074\u0068\u0061\u0069",0x0e44:"\u0073a\u0072a\u0061\u0069\u006d\u0061\u0069m\u0061\u006ca\u0069\u0074\u0068\u0061\u0069",0x0e43:"\u0073\u0061\u0072\u0061\u0061\u0069\u006d\u0061\u0069\u006d\u0075\u0061n\u0074\u0068\u0061\u0069",0x0e33:"\u0073\u0061\u0072\u0061\u0061\u006d\u0074\u0068\u0061\u0069",0x0e30:"\u0073a\u0072\u0061\u0061\u0074\u0068\u0061i",0x0e40:"\u0073a\u0072\u0061\u0065\u0074\u0068\u0061i",0xf886:"\u0073\u0061\u0072\u0061\u0069\u0069\u006c\u0065\u0066t\u0074\u0068\u0061\u0069",0x0e35:"\u0073\u0061\u0072\u0061\u0069\u0069\u0074\u0068\u0061\u0069",0xf885:"\u0073\u0061\u0072\u0061\u0069\u006c\u0065\u0066\u0074\u0074\u0068\u0061\u0069",0x0e34:"\u0073a\u0072\u0061\u0069\u0074\u0068\u0061i",0x0e42:"\u0073a\u0072\u0061\u006f\u0074\u0068\u0061i",0xf888:"\u0073a\u0072a\u0075\u0065\u0065\u006c\u0065\u0066\u0074\u0074\u0068\u0061\u0069",0x0e37:"s\u0061\u0072\u0061\u0075\u0065\u0065\u0074\u0068\u0061\u0069",0xf887:"\u0073\u0061\u0072\u0061\u0075\u0065\u006c\u0065\u0066t\u0074\u0068\u0061\u0069",0x0e36:"\u0073\u0061\u0072\u0061\u0075\u0065\u0074\u0068\u0061\u0069",0x0e38:"\u0073a\u0072\u0061\u0075\u0074\u0068\u0061i",0x0e39:"\u0073\u0061\u0072\u0061\u0075\u0075\u0074\u0068\u0061\u0069",0x22a8:"\u0073a\u0074\u0069\u0073\u0066\u0069\u0065s",0x3119:"\u0073b\u006f\u0070\u006f\u006d\u006f\u0066o",0x0161:"\u0073\u0063\u0061\u0072\u006f\u006e",0x1e67:"\u0073c\u0061r\u006f\u006e\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074",0x015f:"\u0073\u0063\u0065\u0064\u0069\u006c\u006c\u0061",0xf817:"\u0073c\u0065\u0064\u0069\u006c\u006c\u00611",0x0259:"\u0073\u0063\u0068w\u0061",0x04d9:"\u0073\u0063\u0068\u0077\u0061\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x04db:"s\u0063\u0068\u0077\u0061di\u0065r\u0065\u0073\u0069\u0073\u0063y\u0072\u0069\u006c\u006c\u0069\u0063",0x025a:"\u0073c\u0068\u0077\u0061\u0068\u006f\u006fk",0x24e2:"\u0073c\u0069\u0072\u0063\u006c\u0065",0x015d:"s\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078",0x0219:"\u0073\u0063\u006fm\u006d\u0061\u0061\u0063\u0063\u0065\u006e\u0074",0x2a13:"\u0073\u0063\u0070\u006f\u006c\u0069\u006e\u0074",0x2108:"\u0073c\u0072\u0075\u0070\u006c\u0065",0x22b1:"\u0073\u0063\u0075\u0072\u0065\u006c",0x1e61:"\u0073\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074",0x1e63:"\u0073d\u006f\u0074\u0062\u0065\u006c\u006fw",0x1e69:"\u0073d\u006ft\u0062\u0065\u006c\u006f\u0077d\u006f\u0074a\u0063\u0063\u0065\u006e\u0074",0x033c:"\u0073e\u0061g\u0075\u006c\u006c\u0062\u0065\u006c\u006f\u0077\u0063\u006d\u0062",0x02af:"\u0073\u0065\u0061\u0067\u0075\u006c\u006c\u0073\u0075b\u006e\u006f\u0073\u0070",0x2033:"\u0073\u0065\u0063\u006f\u006e\u0064",0x02ca:"\u0073\u0065\u0063\u006f\u006e\u0064\u0074\u006f\u006e\u0065\u0063\u0068i\u006e\u0065\u0073\u0065",0x00a7:"\u0073e\u0063\u0074\u0069\u006f\u006e",0xfeb2:"\u0073e\u0065n\u0066\u0069\u006e\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",0xfeb3:"\u0073\u0065\u0065\u006e\u0069\u006e\u0069\u0074\u0069\u0061\u006c\u0061r\u0061\u0062\u0069\u0063",0xfeb1:"\u0073\u0065\u0065n\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064",0xfeb4:"\u0073\u0065e\u006e\u006d\u0065d\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",0xfcb0:"\u0073\u0065\u0065\u006ewi\u0074\u0068\u006d\u0065\u0065\u006d\u0069\u006e\u0069\u0074\u0069\u0061\u006c",0x05b6:"s\u0065\u0067\u006f\u006c\u0068\u0065\u0062\u0072\u0065\u0077",0x0592:"\u0073\u0065\u0067\u006f\u006c\u0074\u0061\u0068\u0065\u0062\u0072\u0065\u0077",0x057d:"s\u0065\u0068\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x305b:"\u0073\u0065\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x30bb:"\u0073\u0065\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0xff7e:"\u0073\u0065\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068",0x003b:"\u0073e\u006d\u0069\u0063\u006f\u006c\u006fn",0xff1b:"\u0073e\u006di\u0063\u006f\u006c\u006f\u006em\u006f\u006eo\u0073\u0070\u0061\u0063\u0065",0xfe54:"\u0073\u0065\u006d\u0069\u0063\u006f\u006c\u006f\u006es\u006d\u0061\u006c\u006c",0x309c:"\u0073e\u006di\u0076\u006f\u0069\u0063\u0065d\u006d\u0061r\u006b\u006b\u0061\u006e\u0061",0xff9f:"s\u0065\u006d\u0069\u0076\u006f\u0069c\u0065\u0064\u006d\u0061\u0072\u006b\u006b\u0061\u006ea\u0068\u0061\u006cf\u0077i\u0064\u0074\u0068",0x3322:"s\u0065\u006e\u0074\u0069\u0073\u0071\u0075\u0061\u0072\u0065",0x3323:"s\u0065\u006e\u0074\u006f\u0073\u0071\u0075\u0061\u0072\u0065",0x292d:"s\u0065\u006f\u0076\u006e\u0065\u0061\u0072\u0072\u006f\u0077",0x2120:"s\u0065\u0072\u0076\u0069\u0063\u0065\u006d\u0061\u0072\u006b",0x29f5:"\u0073\u0065\u0074\u006d\u0069\u006e\u0075\u0073",0x0037:"\u0073\u0065\u0076e\u006e",0x09ed:"\u0073\u0065\u0076e\u006e\u0062\u0065\u006e\u0067\u0061\u006c\u0069",0x096d:"\u0073e\u0076\u0065\u006e\u0064\u0065\u0076a",0x215e:"\u0073\u0065\u0076e\u006e\u0065\u0069\u0067\u0068\u0074\u0068\u0073",0x0aed:"\u0073\u0065\u0076\u0065\u006e\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069",0x0a6d:"\u0073\u0065\u0076\u0065\u006e\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0x3027:"\u0073\u0065\u0076\u0065\u006e\u0068\u0061\u006e\u0067\u007a\u0068\u006f\u0075",0x3226:"s\u0065\u0076\u0065\u006eid\u0065o\u0067\u0072\u0061\u0070\u0068i\u0063\u0070\u0061\u0072\u0065\u006e",0x2087:"\u0073\u0065\u0076\u0065\u006e\u0069\u006e\u0066\u0065\u0072\u0069\u006f\u0072",0xff17:"\u0073\u0065\u0076\u0065\u006e\u006d\u006f\u006e\u006fs\u0070\u0061\u0063\u0065",0xf737:"\u0073\u0065\u0076\u0065\u006e\u006f\u006c\u0064\u0073\u0074\u0079\u006c\u0065",0x247a:"\u0073\u0065\u0076\u0065\u006e\u0070\u0061\u0072\u0065\u006e",0x248e:"s\u0065\u0076\u0065\u006e\u0070\u0065\u0072\u0069\u006f\u0064",0x06f7:"\u0073\u0065\u0076e\u006e\u0070\u0065\u0072\u0073\u0069\u0061\u006e",0x2176:"\u0073\u0065\u0076\u0065\u006e\u0072\u006f\u006d\u0061\u006e",0x2077:"\u0073\u0065\u0076\u0065\u006e\u0073\u0075\u0070\u0065\u0072\u0069\u006f\u0072",0x2470:"\u0073e\u0076e\u006e\u0074\u0065\u0065\u006e\u0063\u0069\u0072\u0063\u006c\u0065",0x2484:"\u0073\u0065\u0076\u0065\u006e\u0074\u0065\u0065\u006ep\u0061\u0072\u0065\u006e",0x2498:"\u0073e\u0076e\u006e\u0074\u0065\u0065\u006e\u0070\u0065\u0072\u0069\u006f\u0064",0x0e57:"\u0073e\u0076\u0065\u006e\u0074\u0068\u0061i",0x0577:"s\u0068\u0061\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x09b6:"\u0073\u0068\u0061\u0062\u0065\u006e\u0067\u0061\u006c\u0069",0x0651:"\u0073\u0068\u0061d\u0064\u0061\u0061\u0072\u0061\u0062\u0069\u0063",0xfc61:"\u0073\u0068\u0061\u0064\u0064\u0061\u0064\u0061\u006d\u006d\u0061\u0061r\u0061\u0062\u0069\u0063",0xfc5e:"s\u0068a\u0064\u0064\u0061\u0064\u0061\u006d\u006d\u0061t\u0061\u006e\u0061\u0072ab\u0069\u0063",0xfc60:"\u0073\u0068\u0061\u0064\u0064\u0061\u0066\u0061\u0074\u0068\u0061\u0061r\u0061\u0062\u0069\u0063",0xfe7d:"\u0073\u0068a\u0064\u0064\u0061h\u006f\u006e\u0074\u0061\u0074\u0077\u0065\u0065\u006c",0xfe7c:"\u0073\u0068\u0061\u0064\u0064\u0061\u0069\u0073\u006fl\u0061\u0074\u0065\u0064",0xfc62:"\u0073\u0068\u0061\u0064\u0064\u0061\u006b\u0061\u0073\u0072\u0061\u0061r\u0061\u0062\u0069\u0063",0xfc5f:"s\u0068a\u0064\u0064\u0061\u006b\u0061\u0073\u0072\u0061t\u0061\u006e\u0061\u0072ab\u0069\u0063",0xe825:"\u0073h\u0061\u0064\u0064\u0061\u006c\u006fw",0xe829:"\u0073\u0068\u0061\u0064\u0064\u0061\u0077\u0069\u0074\u0068\u0064a\u006d\u006d\u0061\u0069\u0073\u006f\u006c\u0061\u0074\u0065d\u006c\u006f\u0077",0xfcf3:"s\u0068\u0061\u0064\u0064aw\u0069t\u0068\u0064\u0061\u006d\u006da\u006d\u0065\u0064\u0069\u0061\u006c",0xe82b:"\u0073\u0068a\u0064\u0064\u0061\u0077\u0069\u0074\u0068\u0064\u0061\u006d\u006d\u0061\u0074\u0061\u006e\u0069\u0073\u006f\u006c\u0061\u0074\u0065dl\u006f\u0077",0xe828:"\u0073h\u0061d\u0064\u0061\u0077\u0069\u0074h\u0066\u0061t\u0068\u0061\u006c\u006f\u0077",0xfcf2:"s\u0068\u0061\u0064\u0064aw\u0069t\u0068\u0066\u0061\u0074\u0068a\u006d\u0065\u0064\u0069\u0061\u006c",0xe818:"\u0073\u0068\u0061\u0064\u0064\u0061\u0077\u0069\u0074\u0068\u0066a\u0074\u0068\u0061\u0074\u0061\u006e\u0069\u0073\u006f\u006ca\u0074\u0065\u0064",0xe82a:"s\u0068\u0061\u0064\u0064aw\u0069t\u0068\u0066\u0061\u0074\u0068a\u0074\u0061\u006e\u006c\u006f\u0077",0xe82c:"\u0073\u0068\u0061\u0064\u0064\u0061\u0077\u0069\u0074\u0068\u006ba\u0073\u0072\u0061\u0069\u0073\u006f\u006c\u0061\u0074\u0065d\u006c\u006f\u0077",0xfcf4:"s\u0068\u0061\u0064\u0064aw\u0069t\u0068\u006b\u0061\u0073\u0072a\u006d\u0065\u0064\u0069\u0061\u006c",0xe82d:"\u0073\u0068a\u0064\u0064\u0061\u0077\u0069\u0074\u0068\u006b\u0061\u0073\u0072\u0061\u0074\u0061\u006e\u0069\u0073\u006f\u006c\u0061\u0074\u0065dl\u006f\u0077",0x2592:"\u0073\u0068\u0061d\u0065",0xf822:"\u0073\u0068\u0061\u0064\u0065\u0031",0x2591:"\u0073\u0068\u0061\u0064\u0065\u006c\u0069\u0067\u0068\u0074",0x0936:"\u0073h\u0061\u0064\u0065\u0076\u0061",0x0ab6:"s\u0068\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069",0x0a36:"s\u0068\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0x0593:"\u0073\u0068a\u006c\u0073\u0068e\u006c\u0065\u0074\u0068\u0065\u0062\u0072\u0065\u0077",0x3115:"\u0073\u0068\u0062\u006f\u0070\u006f\u006d\u006f\u0066\u006f",0xfeb6:"\u0073\u0068e\u0065\u006e\u0066i\u006e\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",0xfeb7:"\u0073h\u0065e\u006e\u0069\u006e\u0069\u0074i\u0061\u006ca\u0072\u0061\u0062\u0069\u0063",0xfeb5:"\u0073\u0068\u0065\u0065\u006e\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064",0xfeb8:"\u0073\u0068\u0065\u0065\u006e\u006d\u0065\u0064\u0069\u0061\u006c\u0061r\u0061\u0062\u0069\u0063",0xfd30:"s\u0068e\u0065\u006e\u0077\u0069\u0074\u0068\u006d\u0065e\u006d\u0069\u006e\u0069ti\u0061\u006c",0x03e3:"\u0073\u0068\u0065\u0069\u0063\u006f\u0070\u0074\u0069\u0063",0x04bb:"\u0073\u0068\u0068a\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x21b0:"\u0073h\u0069\u0066\u0074\u006c\u0065\u0066t",0x21b1:"\u0073\u0068\u0069\u0066\u0074\u0072\u0069\u0067\u0068\u0074",0x03ed:"s\u0068\u0069\u006d\u0061\u0063\u006f\u0070\u0074\u0069\u0063",0x05e9:"\u0073\u0068\u0069\u006e",0xfb49:"\u0073\u0068\u0069\u006e\u0064\u0061\u0067\u0065\u0073\u0068",0xfb2c:"\u0073\u0068\u0069\u006e\u0064\u0061\u0067\u0065\u0073\u0068\u0073\u0068i\u006e\u0064\u006f\u0074",0xfb2d:"\u0073\u0068\u0069\u006eda\u0067\u0065\u0073\u0068\u0073\u0069\u006e\u0064\u006f\u0074\u0068\u0065\u0062\u0072e\u0077",0x05c1:"\u0073\u0068\u0069\u006e\u0064\u006f\u0074\u0068\u0065\u0062\u0072\u0065\u0077",0xfb2a:"s\u0068\u0069\u006e\u0073\u0068\u0069\u006e\u0064\u006f\u0074",0x0282:"\u0073\u0068\u006fo\u006b",0x2adf:"\u0073\u0068\u006f\u0072\u0074\u0064\u006f\u0077\u006e\u0074\u0061\u0063\u006b",0x2ade:"\u0073\u0068\u006f\u0072\u0074\u006c\u0065\u0066\u0074\u0074\u0061\u0063\u006b",0x2944:"\u0073h\u006f\u0072\u0074\u0072\u0069\u0067\u0068\u0074\u0061\u0072\u0072o\u0077\u006c\u0065\u0066\u0074\u0061\u0072\u0072\u006f\u0077",0x2ae0:"s\u0068\u006f\u0072\u0074\u0075\u0070\u0074\u0061\u0063\u006b",0x29e2:"\u0073h\u0075\u0066\u0066\u006c\u0065",0x03c3:"\u0073\u0069\u0067m\u0061",0x03c2:"\u0073\u0069\u0067\u006d\u0061\u0031",0x03f2:"\u0073\u0069\u0067\u006dal\u0075\u006e\u0061\u0074\u0065\u0073\u0079\u006d\u0062\u006f\u006c\u0067\u0072\u0065e\u006b",0x3057:"\u0073\u0069\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x30b7:"\u0073\u0069\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0xff7c:"\u0073\u0069\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068",0x05bd:"\u0073i\u006cu\u0071\u006c\u0065\u0066\u0074\u0068\u0065\u0062\u0072\u0065\u0077",0x2aa0:"\u0073\u0069\u006dg\u0045",0x2a9e:"\u0073\u0069\u006d\u0067\u0074\u0072",0x223c:"\u0073i\u006d\u0069\u006c\u0061\u0072",0x2b49:"\u0073\u0069m\u0069\u006c\u0061r\u006c\u0065\u0066\u0074\u0061\u0072\u0072\u006f\u0077",0x2972:"\u0073\u0069\u006d\u0069\u006c\u0061\u0072\u0072\u0069\u0067\u0068\u0074a\u0072\u0072\u006f\u0077",0x2a9f:"\u0073\u0069\u006dl\u0045",0x2a9d:"\u0073i\u006d\u006c\u0065\u0073\u0073",0x2a6c:"s\u0069\u006d\u006d\u0069\u006e\u0075\u0073\u0073\u0069\u006d",0x2246:"\u0073i\u006d\u006e\u0065\u0071\u0071",0x2a24:"\u0073i\u006d\u0070\u006c\u0075\u0073",0x2a6b:"\u0073\u0069\u006d\u0072\u0064\u006f\u0074\u0073",0x223f:"\u0073\u0069\u006e\u0065\u0077\u0061\u0076\u0065",0x3274:"\u0073\u0069\u006f\u0073\u0061\u0063\u0069\u0072\u0063\u006c\u0065\u006bo\u0072\u0065\u0061\u006e",0x3214:"\u0073\u0069o\u0073\u0061\u0070a\u0072\u0065\u006e\u006b\u006f\u0072\u0065\u0061\u006e",0x317e:"\u0073i\u006fs\u0063\u0069\u0065\u0075\u0063\u006b\u006f\u0072\u0065\u0061\u006e",0x3266:"\u0073\u0069o\u0073\u0063\u0069r\u0063\u006c\u0065\u006b\u006f\u0072\u0065\u0061\u006e",0x317a:"\u0073\u0069o\u0073\u006b\u0069y\u0065\u006f\u006b\u006b\u006f\u0072\u0065\u0061\u006e",0x3145:"\u0073\u0069\u006f\u0073\u006b\u006f\u0072\u0065\u0061\u006e",0x317b:"\u0073i\u006fs\u006e\u0069\u0065\u0075\u006e\u006b\u006f\u0072\u0065\u0061\u006e",0x3206:"\u0073i\u006fs\u0070\u0061\u0072\u0065\u006e\u006b\u006f\u0072\u0065\u0061\u006e",0x317d:"\u0073i\u006fs\u0070\u0069\u0065\u0075\u0070\u006b\u006f\u0072\u0065\u0061\u006e",0x317c:"\u0073\u0069o\u0073\u0074\u0069k\u0065\u0075\u0074\u006b\u006f\u0072\u0065\u0061\u006e",0x0036:"\u0073\u0069\u0078",0x09ec:"\u0073\u0069\u0078\u0062\u0065\u006e\u0067\u0061\u006c\u0069",0x096c:"\u0073i\u0078\u0064\u0065\u0076\u0061",0x0aec:"s\u0069\u0078\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069",0x0a6c:"s\u0069\u0078\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0x3026:"s\u0069\u0078\u0068\u0061\u006e\u0067\u007a\u0068\u006f\u0075",0x3225:"\u0073\u0069\u0078\u0069de\u006f\u0067\u0072\u0061\u0070\u0068\u0069\u0063\u0070\u0061\u0072\u0065\u006e",0x2086:"s\u0069\u0078\u0069\u006e\u0066\u0065\u0072\u0069\u006f\u0072",0xff16:"\u0073\u0069\u0078m\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0xf736:"s\u0069\u0078\u006f\u006c\u0064\u0073\u0074\u0079\u006c\u0065",0x2479:"\u0073\u0069\u0078\u0070\u0061\u0072\u0065\u006e",0x2006:"\u0073\u0069\u0078\u0070\u0065\u0072\u0065\u006d\u0073\u0070\u0061\u0063\u0065",0x248d:"\u0073i\u0078\u0070\u0065\u0072\u0069\u006fd",0x06f6:"\u0073\u0069\u0078\u0070\u0065\u0072\u0073\u0069\u0061\u006e",0x2175:"\u0073\u0069\u0078\u0072\u006f\u006d\u0061\u006e",0x2076:"s\u0069\u0078\u0073\u0075\u0070\u0065\u0072\u0069\u006f\u0072",0x246f:"\u0073\u0069\u0078\u0074\u0065\u0065\u006e\u0063\u0069\u0072\u0063\u006c\u0065",0x09f9:"\u0073\u0069\u0078\u0074\u0065\u0065n\u0063\u0075\u0072\u0072\u0065\u006e\u0063\u0079\u0064\u0065\u006e\u006f\u006di\u006e\u0061\u0074\u006f\u0072\u0062\u0065n\u0067\u0061\u006c\u0069",0x2483:"\u0073\u0069\u0078t\u0065\u0065\u006e\u0070\u0061\u0072\u0065\u006e",0x2497:"\u0073\u0069\u0078\u0074\u0065\u0065\u006e\u0070\u0065\u0072\u0069\u006f\u0064",0x0e56:"\u0073i\u0078\u0074\u0068\u0061\u0069",0x002f:"\u0073\u006c\u0061s\u0068",0x02ab:"\u0073\u006c\u0061\u0073\u0068\u006c\u006f\u006e\u0067\u006e\u006f\u0073\u0070",0xff0f:"\u0073\u006c\u0061\u0073\u0068\u006d\u006f\u006e\u006fs\u0070\u0061\u0063\u0065",0x02aa:"\u0073\u006c\u0061\u0073\u0068\u0073\u0068\u006f\u0072t\u006e\u006f\u0073\u0070",0x1e9b:"\u0073\u006c\u006f\u006e\u0067\u0064\u006f\u0074\u0061c\u0063\u0065\u006e\u0074",0x2322:"\u0073l\u0075\u0072\u0061\u0062\u006f\u0076e",0x25c2:"\u0073\u006d\u0061\u006clb\u006c\u0061\u0063\u006b\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065\u006c\u0065f\u0074",0x25b8:"\u0073\u006d\u0061ll\u0062\u006c\u0061\u0063\u006b\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065\u0072\u0069\u0067\u0068\u0074",0x06e4:"\u0073\u006d\u0061\u006c\u006c\u0068\u0069\u0067\u0068m\u0061\u0064\u0064\u0061",0x220a:"\u0073m\u0061\u006c\u006c\u0069\u006e",0x220d:"\u0073m\u0061\u006c\u006c\u006e\u0069",0x2a33:"\u0073\u006d\u0061\u0073\u0068\u0074\u0069\u006d\u0065\u0073",0x2b29:"\u0073\u006d\u0062l\u006b\u0064\u0069\u0061\u006d\u006f\u006e\u0064",0x2b2a:"\u0073\u006d\u0062l\u006b\u006c\u006f\u007a\u0065\u006e\u0067\u0065",0x29e4:"\u0073\u006d\u0065\u0070\u0061\u0072\u0073\u006c",0x2323:"\u0073\u006d\u0069l\u0065",0x263a:"\u0073m\u0069\u006c\u0065\u0066\u0061\u0063e",0xff53:"\u0073\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0x2aaa:"\u0073\u006d\u0074",0x2aac:"\u0073\u006d\u0074\u0065",0x2b52:"s\u006d\u0077\u0068\u0069\u0074\u0065\u0073\u0074\u0061\u0072",0x2b2b:"\u0073\u006d\u0077h\u0074\u006c\u006f\u007a\u0065\u006e\u0067\u0065",0x05c3:"\u0073\u006f\u0066\u0070\u0061\u0073\u0075\u0071\u0068e\u0062\u0072\u0065\u0077",0x00ad:"\u0073\u006f\u0066\u0074\u0068\u0079\u0070\u0068\u0065\u006e",0x044c:"\u0073\u006ff\u0074\u0073\u0069g\u006e\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x305d:"\u0073\u006f\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x30bd:"\u0073\u006f\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0xff7f:"\u0073\u006f\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068",0x0338:"s\u006f\u006c\u0069\u0064us\u006co\u006e\u0067\u006f\u0076\u0065r\u006c\u0061\u0079\u0063\u006d\u0062",0x0337:"\u0073\u006f\u006c\u0069du\u0073\u0073\u0068\u006f\u0072\u0074\u006f\u0076\u0065\u0072\u006c\u0061\u0079\u0063m\u0062",0x0e29:"\u0073\u006f\u0072\u0075\u0073\u0069\u0074\u0068\u0061\u0069",0x0e28:"\u0073\u006f\u0073\u0061\u006c\u0061\u0074\u0068\u0061\u0069",0x0e0b:"\u0073\u006f\u0073\u006f\u0074\u0068\u0061\u0069",0x0e2a:"\u0073o\u0073\u0075\u0061\u0074\u0068\u0061i",0x0020:"\u0073\u0070\u0061c\u0065",0x2660:"\u0073\u0070\u0061d\u0065",0x2664:"\u0073\u0070\u0061\u0064\u0065\u0073\u0075\u0069\u0074w\u0068\u0069\u0074\u0065",0x24ae:"\u0073\u0070\u0061\u0072\u0065\u006e",0x2222:"\u0073\u0070\u0068\u0065\u0072\u0069\u0063\u0061\u006ca\u006e\u0067\u006c\u0065",0x29a1:"\u0073\u0070h\u0065\u0072\u0069c\u0061\u006c\u0061\u006e\u0067\u006c\u0065\u0075\u0070",0x2a16:"\u0073\u0071\u0069n\u0074",0x2311:"\u0073q\u006c\u006f\u007a\u0065\u006e\u0067e",0x23b7:"\u0073\u0071\u0072\u0074\u0062\u006f\u0074\u0074\u006f\u006d",0x22e4:"s\u0071\u0073\u0075\u0062\u0073\u0065\u0074\u006e\u0065\u0071",0x22e5:"s\u0071\u0073\u0075\u0070\u0073\u0065\u0074\u006e\u0065\u0071",0x033b:"\u0073\u0071\u0075\u0061\u0072\u0065\u0062\u0065\u006co\u0077\u0063\u006d\u0062",0x2b13:"\u0073\u0071\u0075\u0061\u0072\u0065\u0062\u006f\u0074b\u006c\u0061\u0063\u006b",0x33c4:"\u0073\u0071\u0075\u0061\u0072\u0065\u0063\u0063",0x339d:"\u0073\u0071\u0075\u0061\u0072\u0065\u0063\u006d",0x25a9:"\u0073\u0071\u0075\u0061r\u0065\u0064\u0069\u0061\u0067\u006f\u006e\u0061\u006c\u0063r\u006fs\u0073\u0068\u0061\u0074\u0063\u0068\u0066i\u006c\u006c",0x22a1:"\u0073q\u0075\u0061\u0072\u0065\u0064\u006ft",0x25a4:"s\u0071u\u0061\u0072\u0065\u0068\u006f\u0072\u0069\u007ao\u006e\u0074\u0061\u006cfi\u006c\u006c",0x228f:"s\u0071\u0075\u0061\u0072\u0065\u0069\u006d\u0061\u0067\u0065",0x338f:"\u0073\u0071\u0075\u0061\u0072\u0065\u006b\u0067",0x339e:"\u0073\u0071\u0075\u0061\u0072\u0065\u006b\u006d",0x33ce:"\u0073q\u0075a\u0072\u0065\u006b\u006d\u0063\u0061\u0070\u0069\u0074\u0061\u006c",0x25e7:"\u0073q\u0075a\u0072\u0065\u006c\u0065\u0066\u0074\u0062\u006c\u0061\u0063\u006b",0x2b15:"\u0073\u0071\u0075\u0061\u0072\u0065\u006c\u006c\u0062\u006c\u0061\u0063\u006b",0x25f1:"\u0073\u0071\u0075a\u0072\u0065\u006c\u006c\u0071\u0075\u0061\u0064",0x33d1:"\u0073\u0071\u0075\u0061\u0072\u0065\u006c\u006e",0x33d2:"\u0073q\u0075\u0061\u0072\u0065\u006c\u006fg",0x25ea:"\u0073\u0071\u0075\u0061\u0072\u0065\u006c\u0072\u0062\u006c\u0061\u0063\u006b",0x25f2:"\u0073\u0071\u0075a\u0072\u0065\u006c\u0072\u0071\u0075\u0061\u0064",0x338e:"\u0073\u0071\u0075\u0061\u0072\u0065\u006d\u0067",0x33d5:"\u0073q\u0075\u0061\u0072\u0065\u006d\u0069l",0x229f:"s\u0071\u0075\u0061\u0072\u0065\u006d\u0069\u006e\u0075\u0073",0x339c:"\u0073\u0071\u0075\u0061\u0072\u0065\u006d\u006d",0x33a1:"\u0073\u0071\u0075\u0061\u0072\u0065\u006d\u0073\u0071u\u0061\u0072\u0065\u0064",0x22a0:"\u0073\u0071\u0075\u0061\u0072\u0065\u006d\u0075\u006ct\u0069\u0070\u006c\u0079",0x2290:"\u0073\u0071\u0075\u0061\u0072\u0065\u006f\u0072\u0069g\u0069\u006e\u0061\u006c",0x25a6:"\u0073\u0071\u0075\u0061\u0072\u0065\u006f\u0072\u0074\u0068o\u0067\u006f\u006e\u0061\u006c\u0063\u0072o\u0073\u0073\u0068\u0061\u0074\u0063\u0068\u0066\u0069\u006c\u006c",0x229e:"\u0073\u0071\u0075\u0061\u0072\u0065\u0070\u006c\u0075\u0073",0x25e8:"\u0073\u0071u\u0061\u0072\u0065r\u0069\u0067\u0068\u0074\u0062\u006c\u0061\u0063\u006b",0x02ae:"\u0073\u0071\u0075\u0061\u0072\u0065\u0073\u0075\u0062\u006e\u006f\u0073\u0070",0x2b12:"\u0073\u0071\u0075\u0061\u0072\u0065\u0074\u006f\u0070b\u006c\u0061\u0063\u006b",0x25e9:"\u0073\u0071\u0075\u0061\u0072\u0065\u0075\u006c\u0062\u006c\u0061\u0063\u006b",0x25f0:"\u0073\u0071\u0075a\u0072\u0065\u0075\u006c\u0071\u0075\u0061\u0064",0x25a7:"\u0073\u0071\u0075a\u0072\u0065\u0075\u0070p\u0065\u0072\u006c\u0065\u0066\u0074\u0074o\u006c\u006f\u0077\u0065\u0072\u0072\u0069\u0067\u0068\u0074\u0066\u0069\u006c\u006c",0x25a8:"\u0073\u0071\u0075a\u0072\u0065\u0075\u0070p\u0065\u0072\u0072\u0069\u0067\u0068\u0074t\u006f\u006c\u006f\u0077\u0065\u0072\u006c\u0065\u0066\u0074\u0066\u0069\u006c\u006c",0x2b14:"\u0073\u0071\u0075\u0061\u0072\u0065\u0075\u0072\u0062\u006c\u0061\u0063\u006b",0x25f3:"\u0073\u0071\u0075a\u0072\u0065\u0075\u0072\u0071\u0075\u0061\u0064",0x25a5:"\u0073q\u0075a\u0072\u0065\u0076\u0065\u0072t\u0069\u0063a\u006c\u0066\u0069\u006c\u006c",0x25a3:"\u0073q\u0075\u0061\u0072\u0065w\u0068\u0069\u0074\u0065\u0077i\u0074h\u0073m\u0061\u006c\u006c\u0062\u006c\u0061\u0063k",0x21ad:"\u0073\u0071\u0075\u0069\u0067\u0067\u006c\u0065\u006c\u0065\u0066\u0074r\u0069\u0067\u0068\u0074",0x21dd:"\u0073\u0071\u0075\u0069\u0067\u0067\u006c\u0065\u0072\u0069\u0067\u0068\u0074",0x25a2:"\u0073q\u0075\u006f\u0076\u0061\u006c",0x33db:"\u0073\u0072\u0073\u0071\u0075\u0061\u0072\u0065",0x09b7:"\u0073\u0073\u0061\u0062\u0065\u006e\u0067\u0061\u006c\u0069",0x0937:"\u0073s\u0061\u0064\u0065\u0076\u0061",0x0ab7:"s\u0073\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069",0x3149:"\u0073\u0073a\u006e\u0067\u0063i\u0065\u0075\u0063\u006b\u006f\u0072\u0065\u0061\u006e",0x3185:"\u0073\u0073a\u006e\u0067\u0068i\u0065\u0075\u0068\u006b\u006f\u0072\u0065\u0061\u006e",0x3180:"\u0073\u0073a\u006e\u0067\u0069e\u0075\u006e\u0067\u006b\u006f\u0072\u0065\u0061\u006e",0x3132:"\u0073\u0073\u0061\u006e\u0067\u006b\u0069\u0079\u0065\u006f\u006b\u006bo\u0072\u0065\u0061\u006e",0x3165:"\u0073\u0073a\u006e\u0067\u006ei\u0065\u0075\u006e\u006b\u006f\u0072\u0065\u0061\u006e",0x3143:"\u0073\u0073a\u006e\u0067\u0070i\u0065\u0075\u0070\u006b\u006f\u0072\u0065\u0061\u006e",0x3146:"\u0073s\u0061n\u0067\u0073\u0069\u006f\u0073\u006b\u006f\u0072\u0065\u0061\u006e",0x3138:"\u0073\u0073\u0061\u006e\u0067\u0074\u0069\u006b\u0065\u0075\u0074\u006bo\u0072\u0065\u0061\u006e",0x2afd:"\u0073\u0073\u006c\u0061\u0073\u0068",0xf6f2:"\u0073s\u0075\u0070\u0065\u0072\u0069\u006fr",0xfb06:"\u0073\u0074",0x22c6:"\u0073\u0074\u0061\u0072",0x225b:"\u0073\u0074\u0061\u0072\u0065\u0071",0x00a3:"\u0073\u0074\u0065\u0072\u006c\u0069\u006e\u0067",0xffe1:"\u0073\u0074\u0065\u0072\u006c\u0069\u006e\u0067\u006d\u006f\u006e\u006fs\u0070\u0061\u0063\u0065",0x23e4:"\u0073\u0074\u0072n\u0073",0x0336:"s\u0074r\u006f\u006b\u0065\u006c\u006f\u006e\u0067\u006fv\u0065\u0072\u006c\u0061yc\u006d\u0062",0x0335:"s\u0074\u0072\u006f\u006bes\u0068o\u0072\u0074\u006f\u0076\u0065r\u006c\u0061\u0079\u0063\u006d\u0062",0x2ac3:"\u0073u\u0062\u0065\u0064\u006f\u0074",0x2ac1:"\u0073u\u0062\u006d\u0075\u006c\u0074",0x2979:"\u0073u\u0062\u0072\u0061\u0072\u0072",0x2ac9:"\u0073\u0075\u0062s\u0065\u0074\u0061\u0070\u0070\u0072\u006f\u0078",0x27c3:"\u0073\u0075\u0062\u0073\u0065\u0074\u0063\u0069\u0072\u0063",0x22d0:"\u0073u\u0062\u0073\u0065\u0074\u0064\u0062l",0x2ac5:"\u0073\u0075\u0062\u0073\u0065\u0074\u0064\u0062\u006ce\u0071\u0075\u0061\u006c",0x2abd:"\u0073u\u0062\u0073\u0065\u0074\u0064\u006ft",0x228a:"\u0073\u0075\u0062\u0073\u0065\u0074\u006e\u006f\u0074e\u0071\u0075\u0061\u006c",0x2acb:"\u0073\u0075\u0062\u0073\u0065\u0074\u006f\u0072\u006e\u006f\u0074\u0064b\u006c\u0065\u0071\u006c",0x2abf:"\u0073\u0075\u0062\u0073\u0065\u0074\u0070\u006c\u0075\u0073",0x2291:"\u0073\u0075\u0062\u0073\u0065\u0074\u0073\u0071\u0065\u0071\u0075\u0061\u006c",0x2ac7:"\u0073\u0075\u0062\u0073\u0069\u006d",0x2ad5:"\u0073\u0075\u0062\u0073\u0075\u0062",0x2ad3:"\u0073\u0075\u0062\u0073\u0075\u0070",0x2ab8:"\u0073\u0075\u0063\u0063\u0061\u0070\u0070\u0072\u006f\u0078",0x227b:"\u0073\u0075\u0063\u0063\u0065\u0065\u0064\u0073",0x2ab4:"\u0073u\u0063\u0063\u0065\u0071\u0071",0x2ab2:"\u0073u\u0063\u0063\u006e\u0065\u0071",0x220b:"\u0073\u0075\u0063\u0068\u0074\u0068\u0061\u0074",0x3059:"\u0073\u0075\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x30b9:"\u0073\u0075\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0xff7d:"\u0073\u0075\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068",0x0652:"s\u0075\u006b\u0075\u006e\u0061\u0072\u0061\u0062\u0069\u0063",0xfe7e:"\u0073\u0075\u006b\u0075\u006e\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064",0xe822:"\u0073\u0075\u006b\u0075\u006e\u006c\u006f\u0077",0xfe7f:"s\u0075\u006b\u0075\u006e\u006d\u0065\u0064\u0069\u0061\u006c",0xe834:"\u0073\u0075\u006bu\u006e\u006f\u006e\u0068\u0061\u006d\u007a\u0061",0x23b3:"\u0073u\u006d\u0062\u006f\u0074\u0074\u006fm",0x2a0b:"\u0073\u0075\u006d\u0069\u006e\u0074",0x2211:"\u0073u\u006d\u006d\u0061\u0074\u0069\u006fn",0x23b2:"\u0073\u0075\u006d\u0074\u006f\u0070",0x263c:"\u0073\u0075\u006e",0x2ad8:"\u0073u\u0070\u0064\u0073\u0075\u0062",0x2ac4:"\u0073u\u0070\u0065\u0064\u006f\u0074",0x0670:"\u0073u\u0070e\u0072\u0073\u0063\u0072\u0069\u0070\u0074\u0061\u006c\u0065\u0066",0x22d1:"s\u0075\u0070\u0065\u0072\u0073\u0065\u0074\u0064\u0062\u006c",0x2ac6:"\u0073\u0075p\u0065\u0072\u0073e\u0074\u0064\u0062\u006c\u0065\u0071\u0075\u0061\u006c",0x228b:"\u0073\u0075p\u0065\u0072\u0073e\u0074\u006e\u006f\u0074\u0065\u0071\u0075\u0061\u006c",0x2acc:"\u0073\u0075\u0070\u0065rs\u0065\u0074\u006f\u0072\u006e\u006f\u0074\u0064\u0062\u006c\u0065\u0071\u006c",0x2292:"\u0073u\u0070e\u0072\u0073\u0065\u0074\u0073\u0071\u0065\u0071\u0075\u0061\u006c",0x27c9:"\u0073u\u0070\u0068\u0073\u006f\u006c",0x2ad7:"\u0073u\u0070\u0068\u0073\u0075\u0062",0x297b:"\u0073u\u0070\u006c\u0061\u0072\u0072",0x2ac2:"\u0073u\u0070\u006d\u0075\u006c\u0074",0x2aca:"\u0073\u0075\u0070s\u0065\u0074\u0061\u0070\u0070\u0072\u006f\u0078",0x27c4:"\u0073\u0075\u0070\u0073\u0065\u0074\u0063\u0069\u0072\u0063",0x2abe:"\u0073u\u0070\u0073\u0065\u0074\u0064\u006ft",0x2ac0:"\u0073\u0075\u0070\u0073\u0065\u0074\u0070\u006c\u0075\u0073",0x2ac8:"\u0073\u0075\u0070\u0073\u0069\u006d",0x2ad4:"\u0073\u0075\u0070\u0073\u0075\u0062",0x2ad6:"\u0073\u0075\u0070\u0073\u0075\u0070",0x33dc:"\u0073\u0076\u0073\u0071\u0075\u0061\u0072\u0065",0x337c:"\u0073y\u006fu\u0077\u0061\u0065\u0072\u0061\u0073\u0071\u0075\u0061\u0072\u0065",0x0074:"\u0074",0x09a4:"\u0074a\u0062\u0065\u006e\u0067\u0061\u006ci",0x22a4:"\u0074\u0061\u0063\u006b\u0064\u006f\u0077\u006e",0x22a3:"\u0074\u0061\u0063\u006b\u006c\u0065\u0066\u0074",0x0924:"\u0074\u0061\u0064\u0065\u0076\u0061",0x0aa4:"\u0074\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069",0x0a24:"\u0074\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0x0637:"\u0074a\u0068\u0061\u0072\u0061\u0062\u0069c",0xfec2:"\u0074\u0061\u0068\u0066\u0069\u006e\u0061\u006c\u0061r\u0061\u0062\u0069\u0063",0xfec3:"\u0074\u0061h\u0069\u006e\u0069t\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",0x305f:"\u0074\u0061\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0xfec1:"t\u0061\u0068\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064",0xfec4:"\u0074a\u0068m\u0065\u0064\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",0x337d:"\u0074\u0061i\u0073\u0079\u006fu\u0065\u0072\u0061\u0073\u0071\u0075\u0061\u0072\u0065",0x30bf:"\u0074\u0061\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0xff80:"\u0074\u0061\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068",0x2afe:"\u0074\u0061\u006c\u006c\u006f\u0062\u006c\u006f\u006e\u0067",0xfe71:"\u0074a\u0074\u0077\u0065\u0065\u006c\u0077\u0069\u0074\u0068\u0066\u0061t\u0068\u0061\u0074\u0061\u006e\u0061\u0062\u006f\u0076\u0065",0x03c4:"\u0074\u0061\u0075",0xfb4a:"\u0074a\u0076\u0064\u0061\u0067\u0065\u0073h",0x05ea:"\u0074a\u0076\u0068\u0065\u0062\u0072\u0065w",0x0167:"\u0074\u0062\u0061\u0072",0x310a:"\u0074b\u006f\u0070\u006f\u006d\u006f\u0066o",0x0165:"\u0074\u0063\u0061\u0072\u006f\u006e",0xf815:"\u0074c\u0061\u0072\u006f\u006e\u0031",0x02a8:"\u0074\u0063\u0063\u0075\u0072\u006c",0x0163:"\u0074\u0063\u0065\u0064\u0069\u006c\u006c\u0061",0xf819:"\u0074c\u0065\u0064\u0069\u006c\u006c\u00611",0x0686:"t\u0063\u0068\u0065\u0068\u0061\u0072\u0061\u0062\u0069\u0063",0xfb7b:"\u0074\u0063h\u0065\u0068\u0066i\u006e\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",0xfb7c:"\u0074c\u0068e\u0068\u0069\u006e\u0069\u0074i\u0061\u006ca\u0072\u0061\u0062\u0069\u0063",0xfb7a:"\u0074\u0063\u0068\u0065\u0068\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064",0xfb7d:"\u0074\u0063\u0068\u0065\u0068\u006d\u0065\u0064\u0069\u0061\u006c\u0061r\u0061\u0062\u0069\u0063",0x24e3:"\u0074c\u0069\u0072\u0063\u006c\u0065",0x1e71:"\u0074\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0062\u0065\u006c\u006f\u0077",0x1e97:"\u0074d\u0069\u0065\u0072\u0065\u0073\u0069s",0x1e6b:"\u0074\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074",0x1e6d:"\u0074d\u006f\u0074\u0062\u0065\u006c\u006fw",0x04ad:"\u0074\u0065\u0064\u0065sc\u0065\u006e\u0064\u0065\u0072\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0xfe96:"\u0074\u0065\u0068\u0066\u0069\u006e\u0061\u006c\u0061r\u0061\u0062\u0069\u0063",0xfca2:"\u0074\u0065\u0068\u0068ah\u0069\u006e\u0069\u0074\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",0xfc0c:"t\u0065h\u0068\u0061\u0068\u0069\u0073\u006f\u006c\u0061t\u0065\u0064\u0061\u0072ab\u0069\u0063",0xfe97:"\u0074\u0065h\u0069\u006e\u0069t\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",0x3066:"\u0074\u0065\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0xfe95:"t\u0065\u0068\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064",0xfca1:"t\u0065h\u006a\u0065\u0065\u006d\u0069\u006e\u0069\u0074i\u0061\u006c\u0061\u0072ab\u0069\u0063",0xfc0b:"t\u0065\u0068\u006a\u0065em\u0069s\u006f\u006c\u0061\u0074\u0065d\u0061\u0072\u0061\u0062\u0069\u0063",0x0629:"\u0074\u0065h\u006d\u0061\u0072b\u0075\u0074\u0061\u0061\u0072\u0061\u0062\u0069\u0063",0xfe94:"t\u0065\u0068\u006d\u0061rb\u0075t\u0061\u0066\u0069\u006e\u0061l\u0061\u0072\u0061\u0062\u0069\u0063",0xfe93:"\u0074e\u0068m\u0061\u0072\u0062\u0075\u0074a\u0069\u0073o\u006c\u0061\u0074\u0065\u0064",0xfe98:"\u0074e\u0068m\u0065\u0064\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",0xfca4:"t\u0065h\u006d\u0065\u0065\u006d\u0069\u006e\u0069\u0074i\u0061\u006c\u0061\u0072ab\u0069\u0063",0xfc0e:"t\u0065\u0068\u006d\u0065em\u0069s\u006f\u006c\u0061\u0074\u0065d\u0061\u0072\u0061\u0062\u0069\u0063",0xfc73:"\u0074e\u0068n\u006f\u006f\u006e\u0066\u0069n\u0061\u006ca\u0072\u0061\u0062\u0069\u0063",0xfc74:"\u0074\u0065\u0068wi\u0074\u0068\u0061\u006c\u0065\u0066\u006d\u0061\u006b\u0073\u0075\u0072\u0061\u0066\u0069\u006e\u0061\u006c",0xe814:"\u0074\u0065\u0068\u0077\u0069\u0074\u0068\u0068\u0065\u0068\u0069\u006ei\u0074\u0069\u0061\u006c",0xfca3:"\u0074e\u0068w\u0069\u0074\u0068\u006b\u0068a\u0068\u0069n\u0069\u0074\u0069\u0061\u006c",0xfc75:"\u0074e\u0068w\u0069\u0074\u0068\u0079\u0065\u0068\u0066\u0069\u006e\u0061\u006c",0xfc10:"\u0074e\u0068w\u0069\u0074\u0068\u0079\u0065h\u0069\u0073o\u006c\u0061\u0074\u0065\u0064",0x30c6:"\u0074\u0065\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0xff83:"\u0074\u0065\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068",0x2121:"\u0074e\u006c\u0065\u0070\u0068\u006f\u006ee",0x05a0:"\u0074\u0065\u006c\u0069sh\u0061\u0067\u0065\u0064\u006f\u006c\u0061\u0068\u0065\u0062\u0072\u0065\u0077",0x05a9:"\u0074\u0065\u006c\u0069sh\u0061\u0071\u0065\u0074\u0061\u006e\u0061\u0068\u0065\u0062\u0072\u0065\u0077",0x3229:"\u0074\u0065\u006e\u0069de\u006f\u0067\u0072\u0061\u0070\u0068\u0069\u0063\u0070\u0061\u0072\u0065\u006e",0x247d:"\u0074\u0065\u006e\u0070\u0061\u0072\u0065\u006e",0x2491:"\u0074e\u006e\u0070\u0065\u0072\u0069\u006fd",0x2179:"\u0074\u0065\u006e\u0072\u006f\u006d\u0061\u006e",0x02a7:"\u0074\u0065\u0073\u0068",0xfb38:"\u0074e\u0074\u0064\u0061\u0067\u0065\u0073h",0x05d8:"\u0074e\u0074\u0068\u0065\u0062\u0072\u0065w",0x04b5:"\u0074\u0065\u0074\u0073\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x059b:"t\u0065\u0076\u0069\u0072\u0068\u0065\u0062\u0072\u0065\u0077",0x09a5:"\u0074\u0068\u0061\u0062\u0065\u006e\u0067\u0061\u006c\u0069",0x0925:"\u0074h\u0061\u0064\u0065\u0076\u0061",0x0aa5:"t\u0068\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069",0x0a25:"t\u0068\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0x0630:"\u0074\u0068\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",0xfeac:"\u0074h\u0061l\u0066\u0069\u006e\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",0xfeab:"\u0074\u0068\u0061l\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064",0xf898:"\u0074\u0068\u0061\u006eth\u0061\u006b\u0068\u0061\u0074\u006c\u006f\u0077\u006c\u0065\u0066\u0074\u0074\u0068a\u0069",0xf897:"\u0074\u0068\u0061nt\u0068\u0061\u006b\u0068\u0061\u0074\u006c\u006f\u0077\u0072\u0069\u0067\u0068\u0074\u0074\u0068\u0061\u0069",0x0e4c:"\u0074h\u0061n\u0074\u0068\u0061\u006b\u0068\u0061\u0074\u0074\u0068\u0061\u0069",0xf896:"\u0074h\u0061\u006e\u0074\u0068\u0061\u006b\u0068\u0061\u0074\u0075\u0070p\u0065\u0072\u006c\u0065\u0066\u0074\u0074\u0068\u0061\u0069",0x062b:"\u0074\u0068\u0065\u0068\u0061\u0072\u0061\u0062\u0069\u0063",0xfe9a:"\u0074h\u0065h\u0066\u0069\u006e\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",0xfe9b:"\u0074\u0068\u0065\u0068\u0069\u006e\u0069\u0074\u0069\u0061\u006c\u0061r\u0061\u0062\u0069\u0063",0xfe99:"\u0074\u0068\u0065h\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064",0xfe9c:"\u0074\u0068e\u0068\u006d\u0065d\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",0xfca6:"\u0074\u0068\u0065\u0068wi\u0074\u0068\u006d\u0065\u0065\u006d\u0069\u006e\u0069\u0074\u0069\u0061\u006c",0xfc12:"t\u0068e\u0068\u0077\u0069\u0074\u0068\u006d\u0065\u0065m\u0069\u0073\u006f\u006cat\u0065\u0064",0x2234:"\u0074h\u0065\u0072\u0065\u0066\u006f\u0072e",0x29e7:"\u0074h\u0065\u0072\u006d\u006f\u0064",0x03b8:"\u0074\u0068\u0065t\u0061",0x03d1:"\u0074\u0068\u0065\u0074\u0061\u0031",0x3279:"t\u0068i\u0065\u0075\u0074\u0068\u0061\u0063\u0069\u0072c\u006c\u0065\u006b\u006fre\u0061\u006e",0x3219:"\u0074\u0068\u0069\u0065ut\u0068\u0061\u0070\u0061\u0072\u0065\u006e\u006b\u006f\u0072\u0065\u0061\u006e",0x326b:"\u0074\u0068\u0069\u0065ut\u0068\u0063\u0069\u0072\u0063\u006c\u0065\u006b\u006f\u0072\u0065\u0061\u006e",0x314c:"\u0074\u0068\u0069\u0065\u0075\u0074\u0068\u006b\u006f\u0072\u0065\u0061\u006e",0x320b:"\u0074h\u0069e\u0075\u0074\u0068\u0070\u0061r\u0065\u006ek\u006f\u0072\u0065\u0061\u006e",0x2009:"\u0074h\u0069\u006e\u0073\u0070\u0061\u0063e",0x246c:"\u0074\u0068\u0069\u0072\u0074\u0065\u0065\u006e\u0063i\u0072\u0063\u006c\u0065",0x2480:"\u0074\u0068\u0069\u0072\u0074\u0065\u0065\u006e\u0070\u0061\u0072\u0065\u006e",0x2494:"\u0074\u0068\u0069\u0072\u0074\u0065\u0065\u006e\u0070e\u0072\u0069\u006f\u0064",0x0e11:"\u0074\u0068\u006f\u006e\u0061\u006e\u0067\u006d\u006f\u006e\u0074\u0068o\u0074\u0068\u0061\u0069",0x01ad:"\u0074\u0068\u006fo\u006b",0x0e12:"\u0074\u0068\u006f\u0070\u0068\u0075\u0074\u0068\u0061o\u0074\u0068\u0061\u0069",0x00fe:"\u0074\u0068\u006fr\u006e",0x0e17:"\u0074\u0068\u006f\u0074\u0068\u0061\u0068\u0061\u006e\u0074\u0068\u0061\u0069",0x0e10:"t\u0068\u006f\u0074\u0068\u0061\u006e\u0074\u0068\u0061\u0069",0x0e18:"\u0074\u0068\u006ft\u0068\u006f\u006e\u0067\u0074\u0068\u0061\u0069",0x0e16:"\u0074\u0068\u006ft\u0068\u0075\u006e\u0067\u0074\u0068\u0061\u0069",0x0482:"\u0074\u0068o\u0075\u0073\u0061n\u0064\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x066c:"\u0074h\u006f\u0075\u0073\u0061\u006e\u0064\u0073\u0073\u0065\u0070\u0061r\u0061\u0074\u006f\u0072\u0061\u0072\u0061\u0062\u0069\u0063",0x0033:"\u0074\u0068\u0072e\u0065",0x09e9:"\u0074\u0068\u0072e\u0065\u0062\u0065\u006e\u0067\u0061\u006c\u0069",0x27c0:"t\u0068\u0072\u0065\u0065\u0064\u0061\u006e\u0067\u006c\u0065",0x0969:"\u0074h\u0072\u0065\u0065\u0064\u0065\u0076a",0x2af6:"\u0074\u0068\u0072\u0065\u0065\u0064\u006f\u0074\u0063\u006f\u006c\u006f\u006e",0x215c:"\u0074\u0068\u0072e\u0065\u0065\u0069\u0067\u0068\u0074\u0068\u0073",0x2157:"t\u0068\u0072\u0065\u0065\u0066\u0069\u0066\u0074\u0068\u0073",0x0ae9:"\u0074\u0068\u0072\u0065\u0065\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069",0x0a69:"\u0074\u0068\u0072\u0065\u0065\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0x3023:"\u0074\u0068\u0072\u0065\u0065\u0068\u0061\u006e\u0067\u007a\u0068\u006f\u0075",0x3222:"t\u0068\u0072\u0065\u0065id\u0065o\u0067\u0072\u0061\u0070\u0068i\u0063\u0070\u0061\u0072\u0065\u006e",0x2083:"\u0074\u0068\u0072\u0065\u0065\u0069\u006e\u0066\u0065\u0072\u0069\u006f\u0072",0xff13:"\u0074\u0068\u0072\u0065\u0065\u006d\u006f\u006e\u006fs\u0070\u0061\u0063\u0065",0x09f6:"t\u0068\u0072\u0065\u0065nu\u006de\u0072\u0061\u0074\u006f\u0072b\u0065\u006e\u0067\u0061\u006c\u0069",0xf733:"\u0074\u0068\u0072\u0065\u0065\u006f\u006c\u0064\u0073\u0074\u0079\u006c\u0065",0x2476:"\u0074\u0068\u0072\u0065\u0065\u0070\u0061\u0072\u0065\u006e",0x2004:"\u0074h\u0072e\u0065\u0070\u0065\u0072\u0065\u006d\u0073\u0070\u0061\u0063\u0065",0x248a:"t\u0068\u0072\u0065\u0065\u0070\u0065\u0072\u0069\u006f\u0064",0x06f3:"\u0074\u0068\u0072e\u0065\u0070\u0065\u0072\u0073\u0069\u0061\u006e",0x00be:"\u0074\u0068\u0072\u0065\u0065\u0071\u0075\u0061\u0072\u0074\u0065\u0072\u0073",0xf6de:"\u0074\u0068\u0072\u0065eq\u0075\u0061\u0072\u0074\u0065\u0072\u0073\u0065\u006d\u0064\u0061\u0073\u0068",0x2172:"\u0074\u0068\u0072\u0065\u0065\u0072\u006f\u006d\u0061\u006e",0x00b3:"\u0074\u0068\u0072\u0065\u0065\u0073\u0075\u0070\u0065\u0072\u0069\u006f\u0072",0x0e53:"\u0074h\u0072\u0065\u0065\u0074\u0068\u0061i",0x20e8:"\u0074\u0068\u0072\u0065\u0065\u0075\u006e\u0064\u0065\u0072\u0064\u006f\u0074",0x3394:"\u0074h\u007a\u0073\u0071\u0075\u0061\u0072e",0x2040:"\u0074i\u0065\u0063\u006f\u006e\u0063\u0061t",0x29dd:"\u0074\u0069\u0065\u0069\u006e\u0066\u0074\u0079",0x3061:"\u0074\u0069\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x30c1:"\u0074\u0069\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0xff81:"\u0074\u0069\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068",0x3270:"\u0074\u0069\u006b\u0065ut\u0061\u0063\u0069\u0072\u0063\u006c\u0065\u006b\u006f\u0072\u0065\u0061\u006e",0x3210:"\u0074i\u006be\u0075\u0074\u0061\u0070\u0061r\u0065\u006ek\u006f\u0072\u0065\u0061\u006e",0x3262:"\u0074i\u006be\u0075\u0074\u0063\u0069\u0072c\u006c\u0065k\u006f\u0072\u0065\u0061\u006e",0x3137:"\u0074\u0069\u006be\u0075\u0074\u006b\u006f\u0072\u0065\u0061\u006e",0x3202:"\u0074\u0069\u006b\u0065\u0075\u0074\u0070\u0061\u0072\u0065\u006e\u006bo\u0072\u0065\u0061\u006e",0x02dc:"\u0074\u0069\u006cd\u0065",0xf004:"\u0074\u0069\u006c\u0064\u0065\u0031",0x0330:"\u0074\u0069\u006c\u0064\u0065\u0062\u0065\u006c\u006f\u0077\u0063\u006d\u0062",0x0303:"\u0074\u0069\u006c\u0064\u0065\u0063\u006d\u0062",0x0360:"\u0074\u0069\u006c\u0064\u0065\u0064\u006f\u0075\u0062l\u0065\u0063\u006d\u0062",0x0276:"\u0074i\u006c\u0064\u0065\u006e\u006f\u0073p",0x0334:"\u0074i\u006cd\u0065\u006f\u0076\u0065\u0072\u006c\u0061\u0079\u0063\u006d\u0062",0x033e:"\u0074\u0069l\u0064\u0065\u0076e\u0072\u0074\u0069\u0063\u0061\u006c\u0063\u006d\u0062",0x2a31:"\u0074\u0069\u006d\u0065\u0073\u0062\u0061\u0072",0x0596:"\u0074\u0069\u0070e\u0068\u0061\u0068\u0065\u0062\u0072\u0065\u0077",0x0a70:"\u0074\u0069\u0070\u0070\u0069\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0x0483:"\u0074\u0069t\u006c\u006f\u0063y\u0072\u0069\u006c\u006c\u0069\u0063\u0063\u006d\u0062",0x057f:"\u0074\u0069\u0077n\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x1e6f:"\u0074\u006c\u0069\u006e\u0065\u0062\u0065\u006c\u006f\u0077",0x29ff:"\u0074\u006d\u0069\u006e\u0075\u0073",0xff54:"\u0074\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0x0569:"\u0074\u006f\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x2928:"\u0074\u006f\u0065\u0061",0x3068:"\u0074\u006f\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x30c8:"\u0074\u006f\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0xff84:"\u0074\u006f\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068",0x2927:"\u0074\u006f\u006e\u0061",0x02e5:"\u0074\u006f\u006e\u0065ba\u0072\u0065\u0078\u0074\u0072\u0061\u0068\u0069\u0067\u0068\u006d\u006f\u0064",0x02e9:"\u0074o\u006ee\u0062\u0061\u0072\u0065\u0078t\u0072\u0061l\u006f\u0077\u006d\u006f\u0064",0x02e6:"\u0074\u006f\u006e\u0065\u0062\u0061\u0072\u0068\u0069g\u0068\u006d\u006f\u0064",0x02e8:"\u0074\u006f\u006e\u0065\u0062\u0061\u0072\u006c\u006f\u0077\u006d\u006f\u0064",0x02e7:"\u0074\u006f\u006e\u0065\u0062\u0061\u0072\u006d\u0069\u0064\u006d\u006f\u0064",0x01bd:"\u0074\u006f\u006e\u0065\u0066\u0069\u0076\u0065",0x0185:"\u0074o\u006e\u0065\u0073\u0069\u0078",0x01a8:"\u0074o\u006e\u0065\u0074\u0077\u006f",0x0384:"\u0074\u006f\u006eo\u0073",0x3327:"\u0074o\u006e\u0073\u0071\u0075\u0061\u0072e",0x0e0f:"t\u006f\u0070\u0061\u0074\u0061\u006b\u0074\u0068\u0061\u0069",0x2336:"\u0074\u006f\u0070\u0062\u006f\u0074",0x2af1:"\u0074\u006f\u0070\u0063\u0069\u0072",0x2ada:"\u0074o\u0070\u0066\u006f\u0072\u006b",0x25e0:"\u0074\u006f\u0070\u0073\u0065\u006d\u0069\u0063\u0069\u0072\u0063\u006c\u0065",0x3014:"\u0074o\u0072\u0074\u006f\u0069\u0073\u0065\u0073\u0068\u0065\u006c\u006cb\u0072\u0061\u0063\u006b\u0065\u0074\u006c\u0065\u0066\u0074",0xfe5d:"\u0074\u006fr\u0074\u006f\u0069\u0073\u0065\u0073\u0068\u0065\u006c\u006c\u0062\u0072\u0061\u0063\u006b\u0065\u0074\u006c\u0065\u0066\u0074\u0073ma\u006c\u006c",0xfe39:"\u0074\u006f\u0072\u0074\u006f\u0069\u0073\u0065\u0073\u0068\u0065\u006c\u006c\u0062\u0072a\u0063k\u0065\u0074\u006c\u0065\u0066\u0074\u0076\u0065\u0072\u0074\u0069\u0063\u0061\u006c",0x3015:"\u0074o\u0072\u0074\u006f\u0069s\u0065\u0073\u0068\u0065\u006cl\u0062r\u0061c\u006b\u0065\u0074\u0072\u0069\u0067\u0068t",0xfe5e:"\u0074\u006f\u0072\u0074\u006f\u0069\u0073\u0065\u0073\u0068e\u006c\u006c\u0062\u0072\u0061\u0063\u006be\u0074\u0072\u0069\u0067\u0068\u0074\u0073\u006d\u0061\u006c\u006c",0xfe3a:"\u0074\u006f\u0072\u0074\u006f\u0069s\u0065\u0073\u0068\u0065\u006c\u006c\u0062\u0072\u0061\u0063\u006b\u0065\u0074r\u0069\u0067\u0068\u0074\u0076\u0065\u0072t\u0069\u0063\u0061\u006c",0x2929:"\u0074\u006f\u0073\u0061",0x0e15:"\u0074o\u0074\u0061\u006f\u0074\u0068\u0061i",0x292a:"\u0074\u006f\u0077\u0061",0x01ab:"\u0074\u0070\u0061l\u0061\u0074\u0061\u006c\u0068\u006f\u006f\u006b",0x24af:"\u0074\u0070\u0061\u0072\u0065\u006e",0x29fe:"\u0074\u0070\u006cu\u0073",0x2122:"\u0074r\u0061\u0064\u0065\u006d\u0061\u0072k",0xf8ea:"\u0074\u0072\u0061\u0064\u0065\u006d\u0061\u0072\u006b\u0073\u0061\u006e\u0073",0xf6db:"\u0074\u0072\u0061\u0064\u0065\u006d\u0061\u0072\u006bs\u0065\u0072\u0069\u0066",0x23e2:"\u0074r\u0061\u0070\u0065\u007a\u0069\u0075m",0x0288:"\u0074\u0072\u0065\u0074\u0072\u006f\u0066\u006c\u0065x\u0068\u006f\u006f\u006b",0x2023:"\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065\u0062u\u006c\u006c\u0065\u0074",0x25ec:"\u0074\u0072\u0069a\u006e\u0067\u006c\u0065\u0063\u0064\u006f\u0074",0x25ed:"\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065\u006c\u0065\u0066\u0074b\u006c\u0061\u0063\u006b",0x22b4:"\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065\u006c\u0065\u0066\u0074e\u0071\u0075\u0061\u006c",0x2a3a:"\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065\u006d\u0069\u006e\u0075\u0073",0x29ca:"\u0074\u0072\u0069a\u006e\u0067\u006c\u0065\u006f\u0064\u006f\u0074",0x2a39:"\u0074\u0072\u0069a\u006e\u0067\u006c\u0065\u0070\u006c\u0075\u0073",0x25ee:"\u0074r\u0069a\u006e\u0067\u006c\u0065\u0072i\u0067\u0068t\u0062\u006c\u0061\u0063\u006b",0x22b5:"\u0074r\u0069a\u006e\u0067\u006c\u0065\u0072i\u0067\u0068t\u0065\u0071\u0075\u0061\u006c",0x29cc:"\u0074r\u0069\u0061\u006e\u0067\u006c\u0065s",0x29cd:"\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065\u0073e\u0072\u0069\u0066\u0073",0x2a3b:"\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065\u0074\u0069\u006d\u0065\u0073",0x29cb:"\u0074\u0072\u0069a\u006e\u0067\u006c\u0065\u0075\u0062\u0061\u0072",0x29fb:"\u0074\u0072\u0069\u0070\u006c\u0065\u0070\u006c\u0075\u0073",0x2034:"\u0074r\u0070\u0072\u0069\u006d\u0065",0x2afb:"\u0074r\u0073\u006c\u0061\u0073\u0068",0x02a6:"\u0074\u0073",0xfb46:"t\u0073\u0061\u0064\u0069\u0064\u0061\u0067\u0065\u0073\u0068",0x0446:"t\u0073\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x05b5:"\u0074s\u0065\u0072\u0065\u0031\u0032",0x045b:"\u0074\u0073\u0068e\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0xf6f3:"\u0074s\u0075\u0070\u0065\u0072\u0069\u006fr",0x099f:"\u0074\u0074\u0061\u0062\u0065\u006e\u0067\u0061\u006c\u0069",0x091f:"\u0074t\u0061\u0064\u0065\u0076\u0061",0x0a9f:"t\u0074\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069",0x0a1f:"t\u0074\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0xfb67:"\u0074t\u0065h\u0066\u0069\u006e\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",0xfb68:"\u0074\u0074\u0065\u0068\u0069\u006e\u0069\u0074\u0069\u0061\u006c\u0061r\u0061\u0062\u0069\u0063",0xfb69:"\u0074\u0074e\u0068\u006d\u0065d\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",0x09a0:"t\u0074\u0068\u0061\u0062\u0065\u006e\u0067\u0061\u006c\u0069",0x0920:"\u0074\u0074\u0068\u0061\u0064\u0065\u0076\u0061",0x0aa0:"\u0074\u0074\u0068a\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069",0x0a20:"\u0074\u0074\u0068a\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0x0287:"\u0074t\u0075\u0072\u006e\u0065\u0064",0x3064:"\u0074\u0075\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x30c4:"\u0074\u0075\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0xff82:"\u0074\u0075\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068",0x29a2:"\u0074u\u0072\u006e\u0061\u006e\u0067\u006ce",0x2129:"\u0074\u0075\u0072\u006e\u0065\u0064\u0069\u006f\u0074\u0061",0x2319:"\u0074u\u0072\u006e\u0065\u0064\u006e\u006ft",0x22a2:"\u0074\u0075\u0072\u006e\u0073\u0074\u0069\u006c\u0065\u006c\u0065\u0066\u0074",0x3063:"\u0074u\u0073m\u0061\u006c\u006c\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x30c3:"\u0074u\u0073m\u0061\u006c\u006c\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0xff6f:"\u0074u\u0073\u006d\u0061\u006c\u006c\u006b\u0061\u0074\u0061\u006b\u0061n\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068",0x246b:"\u0074\u0077\u0065l\u0076\u0065\u0063\u0069\u0072\u0063\u006c\u0065",0x247f:"t\u0077\u0065\u006c\u0076\u0065\u0070\u0061\u0072\u0065\u006e",0x2493:"\u0074\u0077\u0065l\u0076\u0065\u0070\u0065\u0072\u0069\u006f\u0064",0x217b:"t\u0077\u0065\u006c\u0076\u0065\u0072\u006f\u006d\u0061\u006e",0xd80c:"t\u0077\u0065\u006c\u0076\u0065\u0075\u0064\u0061\u0073\u0068",0x2473:"\u0074\u0077\u0065n\u0074\u0079\u0063\u0069\u0072\u0063\u006c\u0065",0x5344:"\u0074\u0077\u0065\u006e\u0074\u0079\u0068\u0061\u006eg\u007a\u0068\u006f\u0075",0x2487:"t\u0077\u0065\u006e\u0074\u0079\u0070\u0061\u0072\u0065\u006e",0x249b:"\u0074\u0077\u0065n\u0074\u0079\u0070\u0065\u0072\u0069\u006f\u0064",0x0032:"\u0074\u0077\u006f",0x0662:"\u0074w\u006f\u0061\u0072\u0061\u0062\u0069c",0x09e8:"\u0074\u0077\u006f\u0062\u0065\u006e\u0067\u0061\u006c\u0069",0x2a4b:"\u0074w\u006f\u0063\u0061\u0070\u0073",0x2a4a:"\u0074w\u006f\u0063\u0075\u0070\u0073",0x0968:"\u0074w\u006f\u0064\u0065\u0076\u0061",0x2025:"\u0074\u0077\u006fd\u006f\u0074\u006c\u0065\u0061\u0064\u0065\u0072",0xfe30:"t\u0077o\u0064\u006f\u0074\u006c\u0065\u0061\u0064\u0065r\u0076\u0065\u0072\u0074ic\u0061\u006c",0x2156:"\u0074w\u006f\u0066\u0069\u0066\u0074\u0068s",0x0ae8:"t\u0077\u006f\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069",0x0a68:"t\u0077\u006f\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0x3022:"t\u0077\u006f\u0068\u0061\u006e\u0067\u007a\u0068\u006f\u0075",0x21a1:"\u0074\u0077o\u0068\u0065\u0061d\u0064\u006f\u0077\u006e\u0061\u0072\u0072\u006f\u0077",0x2b3b:"t\u0077o\u0068\u0065\u0061\u0064\u006c\u0065\u0066\u0074a\u0072\u0072\u006f\u0077ta\u0069\u006c",0x2b37:"\u0074\u0077\u006f\u0068ea\u0064\u006c\u0065\u0066\u0074\u0064\u0062\u006b\u0061\u0072\u0072\u006f\u0077",0x2b36:"\u0074w\u006fh\u0065\u0061\u0064\u006d\u0061\u0070\u0073\u0066\u0072\u006f\u006d",0x2905:"\u0074\u0077\u006f\u0068\u0065\u0061\u0064\u006d\u0061\u0070\u0073\u0074\u006f",0x2916:"t\u0077\u006f\u0068\u0065ad\u0072i\u0067\u0068\u0074\u0061\u0072r\u006f\u0077\u0074\u0061\u0069\u006c",0x219f:"\u0074\u0077\u006f\u0068\u0065\u0061\u0064\u0075\u0070a\u0072\u0072\u006f\u0077",0x2949:"t\u0077o\u0068\u0065\u0061\u0064\u0075\u0070\u0061\u0072r\u006f\u0077\u0063\u0069rc\u006c\u0065",0x3221:"\u0074\u0077\u006f\u0069de\u006f\u0067\u0072\u0061\u0070\u0068\u0069\u0063\u0070\u0061\u0072\u0065\u006e",0x2082:"t\u0077\u006f\u0069\u006e\u0066\u0065\u0072\u0069\u006f\u0072",0xff12:"\u0074\u0077\u006fm\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0x09f5:"\u0074\u0077\u006f\u006eum\u0065\u0072\u0061\u0074\u006f\u0072\u0062\u0065\u006e\u0067\u0061\u006c\u0069",0xf732:"t\u0077\u006f\u006f\u006c\u0064\u0073\u0074\u0079\u006c\u0065",0x2475:"\u0074\u0077\u006f\u0070\u0061\u0072\u0065\u006e",0x2489:"\u0074w\u006f\u0070\u0065\u0072\u0069\u006fd",0x06f2:"\u0074\u0077\u006f\u0070\u0065\u0072\u0073\u0069\u0061\u006e",0x2171:"\u0074\u0077\u006f\u0072\u006f\u006d\u0061\u006e",0x01bb:"\u0074w\u006f\u0073\u0074\u0072\u006f\u006be",0x00b2:"t\u0077\u006f\u0073\u0075\u0070\u0065\u0072\u0069\u006f\u0072",0x0e52:"\u0074w\u006f\u0074\u0068\u0061\u0069",0x2154:"\u0074w\u006f\u0074\u0068\u0069\u0072\u0064s",0x2982:"\u0074y\u0070\u0065\u0063\u006f\u006c\u006fn",0x0075:"\u0075",0x2643:"\u0075\u0032\u00364\u0033",0x00fa:"\u0075\u0061\u0063\u0075\u0074\u0065",0x0289:"\u0075\u0062\u0061\u0072",0x0989:"\u0075\u0062\u0065\u006e\u0067\u0061\u006c\u0069",0x3128:"\u0075b\u006f\u0070\u006f\u006d\u006f\u0066o",0x23e1:"\u0075b\u0072\u0062\u0072\u0061\u006b",0x016d:"\u0075\u0062\u0072\u0065\u0076\u0065",0x01d4:"\u0075\u0063\u0061\u0072\u006f\u006e",0xf834:"\u0075\u0063\u0065\u0064\u0069\u006c\u006c\u0061",0x24e4:"\u0075c\u0069\u0072\u0063\u006c\u0065",0x00fb:"u\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078",0x1e77:"\u0075\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0062\u0065\u006c\u006f\u0077",0x0951:"\u0075\u0064\u0061\u0074\u0074\u0061\u0064\u0065\u0076\u0061",0x0171:"\u0075d\u0062\u006c\u0061\u0063\u0075\u0074e",0x0215:"\u0075d\u0062\u006c\u0067\u0072\u0061\u0076e",0x0909:"\u0075\u0064\u0065v\u0061",0x00fc:"\u0075d\u0069\u0065\u0072\u0065\u0073\u0069s",0x01d8:"\u0075\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073a\u0063\u0075\u0074\u0065",0x1e73:"\u0075\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073b\u0065\u006c\u006f\u0077",0x01da:"\u0075\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073c\u0061\u0072\u006f\u006e",0x04f1:"\u0075\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073\u0063\u0079\u0072i\u006c\u006c\u0069\u0063",0x01dc:"\u0075\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073g\u0072\u0061\u0076\u0065",0x01d6:"\u0075d\u0069e\u0072\u0065\u0073\u0069\u0073\u006d\u0061\u0063\u0072\u006f\u006e",0x1ee5:"\u0075d\u006f\u0074\u0062\u0065\u006c\u006fw",0x00f9:"\u0075\u0067\u0072\u0061\u0076\u0065",0x0a89:"\u0075g\u0075\u006a\u0061\u0072\u0061\u0074i",0x0a09:"\u0075g\u0075\u0072\u006d\u0075\u006b\u0068i",0x3046:"\u0075h\u0069\u0072\u0061\u0067\u0061\u006ea",0x1ee7:"\u0075\u0068\u006f\u006f\u006b\u0061\u0062\u006f\u0076\u0065",0x01b0:"\u0075\u0068\u006fr\u006e",0x1ee9:"\u0075\u0068\u006f\u0072\u006e\u0061\u0063\u0075\u0074\u0065",0x1ef1:"\u0075\u0068\u006f\u0072\u006e\u0064\u006f\u0074\u0062\u0065\u006c\u006f\u0077",0x1eeb:"\u0075\u0068\u006f\u0072\u006e\u0067\u0072\u0061\u0076\u0065",0x1eed:"\u0075\u0068\u006f\u0072\u006e\u0068\u006f\u006f\u006ba\u0062\u006f\u0076\u0065",0x1eef:"\u0075\u0068\u006f\u0072\u006e\u0074\u0069\u006c\u0064\u0065",0x04f3:"u\u0068\u0075\u006e\u0067ar\u0075m\u006c\u0061\u0075\u0074\u0063y\u0072\u0069\u006c\u006c\u0069\u0063",0x0217:"\u0075\u0069\u006e\u0076\u0065\u0072\u0074\u0065\u0064b\u0072\u0065\u0076\u0065",0x30a6:"\u0075k\u0061\u0074\u0061\u006b\u0061\u006ea",0xff73:"\u0075k\u0061t\u0061\u006b\u0061\u006e\u0061h\u0061\u006cf\u0077\u0069\u0064\u0074\u0068",0x0479:"\u0075\u006b\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x315c:"\u0075k\u006f\u0072\u0065\u0061\u006e",0x25dc:"\u0075\u006c\u0061r\u0063",0x25f8:"\u0075\u006c\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065",0x016b:"\u0075m\u0061\u0063\u0072\u006f\u006e",0x04ef:"\u0075m\u0061c\u0072\u006f\u006e\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x1e7b:"\u0075m\u0061c\u0072\u006f\u006e\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073",0x0a41:"\u0075\u006d\u0061\u0074\u0072\u0061\u0067\u0075\u0072m\u0075\u006b\u0068\u0069",0x2a41:"\u0075\u006d\u0069\u006e\u0075\u0073",0xff55:"\u0075\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0x23df:"\u0075\u006e\u0064\u0065\u0072\u0062\u0072\u0061\u0063\u0065",0x23b5:"\u0075\u006e\u0064e\u0072\u0062\u0072\u0061\u0063\u006b\u0065\u0074",0x20ee:"\u0075\u006e\u0064\u0065\u0072\u006c\u0065\u0066\u0074a\u0072\u0072\u006f\u0077",0x20ed:"u\u006ed\u0065\u0072\u006c\u0065\u0066\u0074\u0068\u0061r\u0070\u006f\u006f\u006edo\u0077\u006e",0x23dd:"\u0075\u006e\u0064\u0065\u0072\u0070\u0061\u0072\u0065\u006e",0x20ef:"\u0075n\u0064e\u0072\u0072\u0069\u0067\u0068\u0074\u0061\u0072\u0072\u006f\u0077",0x20ec:"u\u006e\u0064\u0065\u0072ri\u0067h\u0074\u0068\u0061\u0072\u0070o\u006f\u006e\u0064\u006f\u0077\u006e",0x005f:"\u0075\u006e\u0064\u0065\u0072\u0073\u0063\u006f\u0072\u0065",0x2017:"\u0075\u006e\u0064\u0065\u0072\u0073\u0063\u006f\u0072\u0065\u0064\u0062\u006c",0xff3f:"\u0075\u006e\u0064\u0065rs\u0063\u006f\u0072\u0065\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0xfe33:"\u0075n\u0064e\u0072\u0073\u0063\u006f\u0072e\u0076\u0065r\u0074\u0069\u0063\u0061\u006c",0xfe4f:"\u0075\u006e\u0064\u0065\u0072\u0073\u0063\u006f\u0072e\u0077\u0061\u0076\u0079",0x203f:"\u0075\u006e\u0064\u0065\u0072\u0074\u0069\u0065",0x22ef:"\u0075\u006e\u0069c\u006f\u0064\u0065\u0063\u0064\u006f\u0074\u0073",0x222a:"\u0075\u006e\u0069o\u006e",0x22d3:"\u0075\u006e\u0069\u006f\u006e\u0064\u0062\u006c",0x228e:"\u0075\u006e\u0069\u006f\u006e\u006d\u0075\u006c\u0074\u0069",0x2294:"\u0075n\u0069\u006f\u006e\u0073\u0071",0x22c3:"\u0075n\u0069\u006f\u006e\u0074\u0065\u0078t",0x2200:"\u0075n\u0069\u0076\u0065\u0072\u0073\u0061l",0x0173:"\u0075o\u0067\u006f\u006e\u0065\u006b",0x214b:"\u0075\u0070\u0061n\u0064",0x24b0:"\u0075\u0070\u0061\u0072\u0065\u006e",0x2909:"\u0075\u0070\u0061\u0072\u0072\u006f\u0077\u0062\u0061\u0072\u0072\u0065\u0064",0x29bd:"\u0075p\u0061r\u0072\u006f\u0077\u006f\u006e\u0063\u0069\u0072\u0063\u006c\u0065",0x2580:"\u0075p\u0062\u006c\u006f\u0063\u006b",0x03dd:"\u0075p\u0064\u0069\u0067\u0061\u006d\u006da",0x2951:"u\u0070\u0064\u006f\u0077nh\u0061r\u0070\u006f\u006f\u006e\u006ce\u0066\u0074\u006c\u0065\u0066\u0074",0x294d:"\u0075\u0070\u0064\u006fwn\u0068\u0061\u0072\u0070\u006f\u006f\u006e\u006c\u0065\u0066\u0074\u0072\u0069\u0067h\u0074",0x294c:"\u0075\u0070\u0064\u006fwn\u0068\u0061\u0072\u0070\u006f\u006f\u006e\u0072\u0069\u0067\u0068\u0074\u006c\u0065f\u0074",0x294f:"\u0075\u0070\u0064ow\u006e\u0068\u0061\u0072\u0070\u006f\u006f\u006e\u0072\u0069\u0067\u0068\u0074\u0072\u0069\u0067\u0068\u0074",0x296e:"\u0075\u0070\u0064ow\u006e\u0068\u0061\u0072\u0070\u006f\u006f\u006e\u0073\u006c\u0065\u0066\u0074\u0072\u0069\u0067\u0068\u0074",0x2594:"\u0075\u0070\u0065\u0069\u0067\u0068\u0074\u0068\u0062\u006c\u006f\u0063\u006b",0x297e:"\u0075\u0070\u0066\u0069\u0073\u0068\u0074\u0061\u0069\u006c",0x2960:"\u0075\u0070h\u0061\u0072\u0070o\u006f\u006e\u006c\u0065\u0066\u0074\u0062\u0061\u0072",0x295c:"\u0075\u0070\u0068\u0061\u0072\u0070\u006f\u006f\u006e\u0072\u0069\u0067h\u0074\u0062\u0061\u0072",0x2963:"\u0075\u0070\u0068\u0061rp\u006f\u006f\u006e\u0073\u006c\u0065\u0066\u0074\u0072\u0069\u0067\u0068\u0074",0x27d2:"\u0075\u0070\u0069\u006e",0x2a1b:"\u0075\u0070\u0069n\u0074",0x03df:"\u0075p\u006b\u006f\u0070\u0070\u0061",0x03d8:"\u0075\u0070\u006f\u006c\u0064\u004b\u006f\u0070\u0070\u0061",0x03d9:"\u0075\u0070\u006f\u006c\u0064\u006b\u006f\u0070\u0070\u0061",0x05c4:"\u0075\u0070\u0070\u0065\u0072\u0064\u006f\u0074\u0068e\u0062\u0072\u0065\u0077",0x2934:"\u0075\u0070\u0072\u0069\u0067\u0068\u0074\u0063\u0075\u0072\u0076\u0065a\u0072\u0072\u006f\u0077",0x03e1:"\u0075p\u0073\u0061\u006d\u0070\u0069",0x03c5:"\u0075p\u0073\u0069\u006c\u006f\u006e",0x02f9:"u\u0070\u0073\u0069\u006con\u0064i\u0061\u0065\u0072\u0065\u0073i\u0073\u0074\u006f\u006e\u006f\u0073",0x03cb:"\u0075p\u0073i\u006c\u006f\u006e\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073",0x03b0:"u\u0070s\u0069\u006c\u006f\u006e\u0064\u0069\u0065\u0072e\u0073\u0069\u0073\u0074on\u006f\u0073",0x028a:"\u0075\u0070\u0073i\u006c\u006f\u006e\u006c\u0061\u0074\u0069\u006e",0x03cd:"\u0075\u0070\u0073i\u006c\u006f\u006e\u0074\u006f\u006e\u006f\u0073",0x29f8:"\u0075p\u0073\u006c\u006f\u0070\u0065",0x03db:"\u0075\u0070\u0073\u0074\u0069\u0067\u006d\u0061",0x031d:"\u0075\u0070\u0074\u0061\u0063\u006b\u0062\u0065\u006co\u0077\u0063\u006d\u0062",0x02d4:"\u0075p\u0074\u0061\u0063\u006b\u006d\u006fd",0x03f4:"\u0075\u0070\u0076\u0061\u0072\u0054\u0068\u0065\u0074\u0061",0x0a73:"u\u0072\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0x25dd:"\u0075\u0072\u0061r\u0063",0x016f:"\u0075\u0072\u0069n\u0067",0x25f9:"\u0075\u0072\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065",0x3045:"\u0075\u0073\u006d\u0061\u006c\u006c\u0068\u0069\u0072a\u0067\u0061\u006e\u0061",0x30a5:"\u0075\u0073\u006d\u0061\u006c\u006c\u006b\u0061\u0074a\u006b\u0061\u006e\u0061",0xff69:"\u0075\u0073\u006dal\u006c\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068",0x04af:"\u0075\u0073\u0074\u0072\u0061\u0069\u0067\u0068\u0074\u0063\u0079\u0072i\u006c\u006c\u0069\u0063",0x04b1:"\u0075\u0073\u0074ra\u0069\u0067\u0068\u0074\u0073\u0074\u0072\u006f\u006b\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x0169:"\u0075\u0074\u0069\u006c\u0064\u0065",0x1e79:"u\u0074\u0069\u006c\u0064\u0065\u0061\u0063\u0075\u0074\u0065",0x1e75:"u\u0074\u0069\u006c\u0064\u0065\u0062\u0065\u006c\u006f\u0077",0x098a:"\u0075u\u0062\u0065\u006e\u0067\u0061\u006ci",0x090a:"\u0075\u0075\u0064\u0065\u0076\u0061",0x0a8a:"\u0075\u0075\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069",0x0a0a:"\u0075\u0075\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0x0a42:"\u0075u\u006da\u0074\u0072\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0x09c2:"\u0075u\u0076o\u0077\u0065\u006c\u0073\u0069g\u006e\u0062e\u006e\u0067\u0061\u006c\u0069",0x0942:"\u0075u\u0076o\u0077\u0065\u006c\u0073\u0069\u0067\u006e\u0064\u0065\u0076\u0061",0x0ac2:"\u0075\u0075\u0076\u006fwe\u006c\u0073\u0069\u0067\u006e\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069",0x09c1:"\u0075\u0076\u006f\u0077\u0065\u006c\u0073\u0069\u0067\u006e\u0062\u0065n\u0067\u0061\u006c\u0069",0x0941:"\u0075\u0076\u006f\u0077\u0065\u006c\u0073\u0069\u0067n\u0064\u0065\u0076\u0061",0x0ac1:"\u0075v\u006fw\u0065\u006c\u0073\u0069\u0067n\u0067\u0075j\u0061\u0072\u0061\u0074\u0069",0x0076:"\u0076",0x2ae8:"\u0076\u0042\u0061\u0072",0x2ae9:"\u0076\u0042\u0061r\u0076",0x2ae2:"\u0076\u0044\u0064\u0061\u0073\u0068",0x0935:"\u0076\u0061\u0064\u0065\u0076\u0061",0x0ab5:"\u0076\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069",0x0a35:"\u0076\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0x30f7:"\u0076\u0061\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0x2ae6:"\u0076\u0061\u0072\u0056\u0064\u0061\u0073\u0068",0x23ce:"\u0076\u0061\u0072\u0063\u0061\u0072\u0072\u0069\u0061\u0067\u0065\u0072e\u0074\u0075\u0072\u006e",0x2306:"\u0076\u0061\u0072\u0064\u006f\u0075\u0062\u006c\u0065\u0062\u0061\u0072w\u0065\u0064\u0067\u0065",0x2b21:"\u0076\u0061\u0072\u0068\u0065\u0078\u0061\u0067\u006f\u006e",0x2b22:"\u0076a\u0072h\u0065\u0078\u0061\u0067\u006f\u006e\u0062\u006c\u0061\u0063\u006b",0x232c:"\u0076\u0061\u0072\u0068\u0065\u0078\u0061\u0067\u006f\u006e\u006c\u0072b\u006f\u006e\u0064\u0073",0xfb1e:"\u0076\u0061\u0072\u0069\u006b\u0061",0x22f6:"v\u0061\u0072\u0069\u0073\u0069\u006e\u006f\u0062\u0061\u0072",0x22f3:"\u0076\u0061\u0072\u0069\u0073\u0069\u006e\u0073",0x22fd:"\u0076a\u0072\u006e\u0069\u006f\u0062\u0061r",0x22fb:"\u0076\u0061\u0072\u006e\u0069\u0073",0x2232:"\u0076\u0061r\u006f\u0069\u006et\u0063\u006c\u006f\u0063\u006b\u0077\u0069\u0073\u0065",0x22b2:"\u0076a\u0072t\u0072\u0069\u0061\u006e\u0067\u006c\u0065\u006c\u0065\u0066\u0074",0x22b3:"\u0076\u0061r\u0074\u0072\u0069a\u006e\u0067\u006c\u0065\u0072\u0069\u0067\u0068\u0074",0x2a61:"\u0076a\u0072\u0076\u0065\u0065\u0062\u0061r",0x05d5:"\u0076\u0061\u0076",0xfb35:"\u0076a\u0076d\u0061\u0067\u0065\u0073\u0068\u0068\u0065\u0062\u0072\u0065\u0077",0xfb4b:"\u0076\u0061\u0076\u0068\u006f\u006c\u0061\u006d",0x23aa:"\u0076\u0062\u0072\u0061\u0063\u0065\u0065\u0078\u0074e\u006e\u0064\u0065\u0072",0x29d0:"\u0076\u0062\u0072\u0074\u0072\u0069",0x24e5:"\u0076c\u0069\u0072\u0063\u006c\u0065",0x1e7f:"\u0076d\u006f\u0074\u0062\u0065\u006c\u006fw",0x2a2f:"\u0076\u0065\u0063\u0074\u0069\u006d\u0065\u0073",0x20d7:"\u0076\u0065\u0063\u0074\u006f\u0072",0x27c7:"\u0076\u0065\u0065\u0064\u006f\u0074",0x2a63:"\u0076\u0065\u0065d\u006f\u0075\u0062\u006c\u0065\u0062\u0061\u0072",0x225a:"\u0076\u0065\u0065e\u0071",0x2a5b:"\u0076\u0065\u0065\u006d\u0069\u0064\u0076\u0065\u0072\u0074",0x2a52:"\u0076e\u0065\u006f\u0064\u006f\u0074",0x2a56:"\u0076\u0065\u0065\u006f\u006e\u0076\u0065\u0065",0x2a59:"\u0076\u0065\u0065\u006f\u006e\u0077\u0065\u0064\u0067\u0065",0x06a4:"\u0076e\u0068\u0061\u0072\u0061\u0062\u0069c",0xfb6b:"\u0076\u0065\u0068\u0066\u0069\u006e\u0061\u006c\u0061r\u0061\u0062\u0069\u0063",0xfb6c:"\u0076\u0065h\u0069\u006e\u0069t\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",0xfb6a:"v\u0065\u0068\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064",0xfb6d:"\u0076e\u0068m\u0065\u0064\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",0x30f9:"\u0076\u0065\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0x2123:"\u0076\u0065\u0072\u0073\u0069\u0063\u006c\u0065",0x030d:"v\u0065r\u0074\u0069\u0063\u0061\u006c\u006c\u0069\u006ee\u0061\u0062\u006f\u0076ec\u006d\u0062",0x0329:"v\u0065r\u0074\u0069\u0063\u0061\u006c\u006c\u0069\u006ee\u0062\u0065\u006c\u006fwc\u006d\u0062",0x02cc:"\u0076e\u0072t\u0069\u0063\u0061\u006c\u006ci\u006e\u0065l\u006f\u0077\u006d\u006f\u0064",0x02c8:"\u0076e\u0072t\u0069\u0063\u0061\u006c\u006c\u0069\u006e\u0065\u006d\u006f\u0064",0x20d2:"v\u0065\u0072\u0074\u006f\u0076\u0065\u0072\u006c\u0061\u0079",0x057e:"v\u0065\u0077\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x028b:"\u0076\u0068\u006fo\u006b",0x2317:"\u0076\u0069\u0065\u0077\u0064\u0061\u0074\u0061",0x30f8:"\u0076\u0069\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0x09cd:"\u0076\u0069\u0072\u0061\u006d\u0061\u0062\u0065\u006e\u0067\u0061\u006c\u0069",0x094d:"\u0076\u0069\u0072\u0061\u006d\u0061\u0064\u0065\u0076\u0061",0x0acd:"\u0076\u0069\u0072\u0061\u006d\u0061\u0067\u0075\u006aa\u0072\u0061\u0074\u0069",0x0983:"\u0076\u0069\u0073\u0061\u0072\u0067\u0061\u0062\u0065n\u0067\u0061\u006c\u0069",0x0903:"v\u0069\u0073\u0061\u0072\u0067\u0061\u0064\u0065\u0076\u0061",0x0a83:"\u0076i\u0073a\u0072\u0067\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069",0x27dd:"\u0076l\u006f\u006e\u0067\u0064\u0061\u0073h",0xff56:"\u0076\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0x0578:"\u0076\u006f\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x309e:"\u0076\u006f\u0069ce\u0064\u0069\u0074\u0065\u0072\u0061\u0074\u0069\u006f\u006e\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x30fe:"\u0076\u006f\u0069ce\u0064\u0069\u0074\u0065\u0072\u0061\u0074\u0069\u006f\u006e\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0x309b:"\u0076\u006f\u0069\u0063\u0065\u0064\u006d\u0061\u0072k\u006b\u0061\u006e\u0061",0xff9e:"\u0076\u006f\u0069ce\u0064\u006d\u0061\u0072\u006b\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068",0x30fa:"\u0076\u006f\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0x24b1:"\u0076\u0070\u0061\u0072\u0065\u006e",0x25af:"\u0076\u0072\u0065\u0063\u0074\u0061\u006e\u0067\u006c\u0065",0x25ae:"\u0076r\u0065c\u0074\u0061\u006e\u0067\u006c\u0065\u0062\u006c\u0061\u0063\u006b",0x021b:"\u0076s\u0063\u0072\u0069\u0070\u0074",0x1e7d:"\u0076\u0074\u0069\u006c\u0064\u0065",0x021c:"\u0076\u0074\u0075r\u006e",0x028c:"\u0076t\u0075\u0072\u006e\u0065\u0064",0x3094:"\u0076\u0075\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x30f4:"\u0076\u0075\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0x2b1d:"\u0076\u0079\u0073\u006d\u0062\u006c\u006b\u0073\u0071\u0075\u0061\u0072\u0065",0x2218:"\u0076\u0079\u0073\u006d\u0077\u0068\u0074\u0063\u0069\u0072\u0063\u006c\u0065",0x2b1e:"\u0076\u0079\u0073\u006d\u0077\u0068\u0074\u0073\u0071\u0075\u0061\u0072\u0065",0x299a:"\u0076z\u0069\u0067\u007a\u0061\u0067",0x0077:"\u0077",0x1e83:"\u0077\u0061\u0063\u0075\u0074\u0065",0x3159:"\u0077a\u0065\u006b\u006f\u0072\u0065\u0061n",0x308f:"\u0077\u0061\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x30ef:"\u0077\u0061\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0xff9c:"\u0077\u0061\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068",0x3158:"\u0077\u0061\u006b\u006f\u0072\u0065\u0061\u006e",0x308e:"\u0077a\u0073m\u0061\u006c\u006c\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x30ee:"\u0077a\u0073m\u0061\u006c\u006c\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0x3357:"w\u0061\u0074\u0074\u006f\u0073\u0071\u0075\u0061\u0072\u0065",0x301c:"\u0077\u0061\u0076\u0065\u0064\u0061\u0073\u0068",0xfe34:"\u0077\u0061\u0076\u0079un\u0064\u0065\u0072\u0073\u0063\u006f\u0072\u0065\u0076\u0065\u0072\u0074\u0069\u0063a\u006c",0x0648:"\u0077a\u0077\u0061\u0072\u0061\u0062\u0069c",0xfeee:"\u0077\u0061\u0077\u0066\u0069\u006e\u0061\u006c\u0061r\u0061\u0062\u0069\u0063",0xfe86:"\u0077a\u0077\u0068\u0061\u006d\u007a\u0061\u0061\u0062\u006f\u0076\u0065f\u0069\u006e\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",0xfeed:"w\u0061\u0077\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064",0xfe85:"\u0077a\u0077\u0077\u0069\u0074h\u0068\u0061\u006d\u007a\u0061a\u0062o\u0076e\u0069\u0073\u006f\u006c\u0061\u0074\u0065d",0x33dd:"\u0077\u0062\u0073\u0071\u0075\u0061\u0072\u0065",0x24e6:"\u0077c\u0069\u0072\u0063\u006c\u0065",0x0175:"w\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078",0x1e85:"\u0077d\u0069\u0065\u0072\u0065\u0073\u0069s",0x1e87:"\u0077\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074",0x1e89:"\u0077d\u006f\u0074\u0062\u0065\u006c\u006fw",0x2a5f:"\u0077\u0065\u0064\u0067\u0065\u0062\u0061\u0072",0x27d1:"\u0077\u0065\u0064\u0067\u0065\u0064\u006f\u0074",0x2a60:"\u0077\u0065\u0064\u0067\u0065\u0064\u006f\u0075\u0062l\u0065\u0062\u0061\u0072",0x2a5a:"\u0077\u0065\u0064g\u0065\u006d\u0069\u0064\u0076\u0065\u0072\u0074",0x2a51:"\u0077e\u0064\u0067\u0065\u006f\u0064\u006ft",0x2a55:"\u0077\u0065\u0064g\u0065\u006f\u006e\u0077\u0065\u0064\u0067\u0065",0x2259:"\u0077\u0065\u0064\u0067\u0065\u0071",0x3091:"\u0077\u0065\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x2118:"w\u0065\u0069\u0065\u0072\u0073\u0074\u0072\u0061\u0073\u0073",0x30f1:"\u0077\u0065\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0x315e:"\u0077\u0065\u006b\u006f\u0072\u0065\u0061\u006e",0x315d:"\u0077e\u006f\u006b\u006f\u0072\u0065\u0061n",0x1e81:"\u0077\u0067\u0072\u0061\u0076\u0065",0x25e6:"w\u0068\u0069\u0074\u0065\u0062\u0075\u006c\u006c\u0065\u0074",0x25cb:"w\u0068\u0069\u0074\u0065\u0063\u0069\u0072\u0063\u006c\u0065",0x300e:"\u0077\u0068\u0069\u0074ec\u006f\u0072\u006e\u0065\u0072\u0062\u0072\u0061\u0063\u006b\u0065\u0074\u006c\u0065f\u0074",0xfe43:"\u0077\u0068\u0069\u0074\u0065\u0063\u006f\u0072\u006e\u0065r\u0062\u0072\u0061\u0063\u006b\u0065\u0074l\u0065\u0066\u0074\u0076\u0065\u0072\u0074\u0069\u0063\u0061\u006c",0x300f:"\u0077\u0068\u0069te\u0063\u006f\u0072\u006e\u0065\u0072\u0062\u0072\u0061\u0063\u006b\u0065\u0074\u0072\u0069\u0067\u0068\u0074",0xfe44:"\u0077\u0068\u0069t\u0065\u0063\u006f\u0072n\u0065\u0072\u0062\u0072\u0061\u0063\u006be\u0074\u0072\u0069\u0067\u0068\u0074\u0076\u0065\u0072\u0074\u0069\u0063\u0061\u006c",0x25c7:"\u0077\u0068\u0069t\u0065\u0064\u0069\u0061\u006d\u006f\u006e\u0064",0x25c8:"\u0077\u0068\u0069\u0074\u0065\u0064\u0069\u0061\u006d\u006f\u006e\u0064\u0063o\u006e\u0074\u0061\u0069\u006e\u0069n\u0067\u0062\u006c\u0061\u0063\u006b\u0073\u006d\u0061\u006c\u006c\u0064\u0069a\u006d\u006f\u006e\u0064",0x25bf:"\u0077\u0068\u0069\u0074\u0065\u0064\u006f\u0077\u006e\u0070o\u0069\u006e\u0074\u0069\u006e\u0067\u0073m\u0061\u006c\u006c\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065",0x25bd:"\u0077h\u0069\u0074\u0065\u0064o\u0077\u006e\u0070\u006f\u0069n\u0074i\u006eg\u0074\u0072\u0069\u0061\u006e\u0067\u006ce",0x27c1:"w\u0068i\u0074\u0065\u0069\u006e\u0077\u0068\u0069\u0074e\u0074\u0072\u0069\u0061ng\u006c\u0065",0x25c3:"\u0077\u0068\u0069\u0074\u0065\u006c\u0065\u0066\u0074\u0070o\u0069\u006e\u0074\u0069\u006e\u0067\u0073m\u0061\u006c\u006c\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065",0x25c1:"\u0077h\u0069\u0074\u0065\u006ce\u0066\u0074\u0070\u006f\u0069n\u0074i\u006eg\u0074\u0072\u0069\u0061\u006e\u0067\u006ce",0x3016:"\u0077\u0068\u0069\u0074\u0065\u006c\u0065\u006e\u0074\u0069\u0063u\u006c\u0061\u0072\u0062\u0072\u0061\u0063\u006b\u0065\u0074l\u0065\u0066\u0074",0x3017:"w\u0068\u0069\u0074\u0065\u006c\u0065n\u0074\u0069\u0063\u0075\u006c\u0061\u0072\u0062\u0072a\u0063\u006b\u0065t\u0072i\u0067\u0068\u0074",0x25c5:"\u0077\u0068i\u0074\u0065\u0070o\u0069\u006e\u0074\u0065\u0072\u006c\u0065\u0066\u0074",0x25bb:"\u0077\u0068\u0069\u0074\u0065\u0070\u006f\u0069\u006e\u0074\u0065\u0072r\u0069\u0067\u0068\u0074",0x25b9:"\u0077\u0068\u0069t\u0065\u0072\u0069\u0067h\u0074\u0070\u006f\u0069\u006e\u0074\u0069n\u0067\u0073\u006d\u0061\u006c\u006c\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065",0x25b7:"\u0077\u0068\u0069\u0074\u0065\u0072\u0069\u0067\u0068\u0074\u0070o\u0069\u006e\u0074\u0069\u006e\u0067\u0074\u0072\u0069\u0061n\u0067\u006c\u0065",0x25ab:"\u0077\u0068i\u0074\u0065\u0073m\u0061\u006c\u006c\u0073\u0071\u0075\u0061\u0072\u0065",0x27e4:"\u0077\u0068\u0069\u0074es\u0071\u0075\u0061\u0072\u0065\u0074\u0069\u0063\u006b\u006c\u0065\u0066\u0074",0x27e5:"w\u0068i\u0074\u0065\u0073\u0071\u0075\u0061\u0072\u0065t\u0069\u0063\u006b\u0072ig\u0068\u0074",0x2606:"\u0077h\u0069\u0074\u0065\u0073\u0074\u0061r",0x260f:"\u0077\u0068\u0069\u0074\u0065\u0074\u0065\u006c\u0065p\u0068\u006f\u006e\u0065",0x3018:"\u0077\u0068i\u0074\u0065\u0074\u006f\u0072\u0074\u006f\u0069\u0073\u0065\u0073\u0068\u0065\u006c\u006c\u0062\u0072\u0061\u0063\u006b\u0065\u0074le\u0066\u0074",0x3019:"\u0077\u0068\u0069\u0074\u0065\u0074\u006f\u0072\u0074\u006fi\u0073\u0065\u0073\u0068\u0065\u006c\u006cb\u0072\u0061\u0063\u006b\u0065\u0074\u0072\u0069\u0067\u0068\u0074",0x25b5:"\u0077\u0068\u0069\u0074e\u0075\u0070\u0070\u006f\u0069\u006e\u0074\u0069\u006e\u0067s\u006da\u006c\u006c\u0074\u0072\u0069\u0061\u006eg\u006c\u0065",0x25b3:"\u0077\u0068\u0069te\u0075\u0070\u0070\u006f\u0069\u006e\u0074\u0069\u006e\u0067\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065",0x2b2d:"w\u0068\u0074\u0068\u006f\u0072\u007a\u006f\u0076\u0061\u006c",0x2b2f:"w\u0068\u0074\u0076\u0065\u0072\u0074\u006f\u0076\u0061\u006c",0x29a6:"\u0077\u0069\u0064\u0065\u0061\u006e\u0067\u006c\u0065\u0064\u006f\u0077\u006e",0x29a7:"w\u0069\u0064\u0065\u0061\u006e\u0067\u006c\u0065\u0075\u0070",0x20e9:"\u0077i\u0064e\u0062\u0072\u0069\u0064\u0067\u0065\u0061\u0062\u006f\u0076\u0065",0x3090:"\u0077\u0069\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x30f0:"\u0077\u0069\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0x315f:"\u0077\u0069\u006b\u006f\u0072\u0065\u0061\u006e",0xff57:"\u0077\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0x3092:"\u0077\u006f\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x30f2:"\u0077\u006f\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0xff66:"\u0077\u006f\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068",0x20a9:"\u0077\u006f\u006e",0xffe6:"\u0077\u006f\u006em\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0x0e27:"\u0077\u006f\u0077\u0061\u0065\u006e\u0074\u0068\u0061\u0069",0x24b2:"\u0077\u0070\u0061\u0072\u0065\u006e",0x2240:"\u0077\u0072\u0065\u0061\u0074\u0068\u0070\u0072\u006f\u0064\u0075\u0063\u0074",0x1e98:"\u0077\u0072\u0069n\u0067",0x0240:"\u0077\u0073\u0075\u0070\u0065\u0072",0x02b7:"\u0077s\u0075\u0070\u0065\u0072\u0069\u006fr",0x021d:"\u0077\u0074\u0075r\u006e",0x028d:"\u0077t\u0075\u0072\u006e\u0065\u0064",0x01bf:"\u0077\u0079\u006e\u006e",0x0078:"\u0078",0x033d:"\u0078a\u0062\u006f\u0076\u0065\u0063\u006db",0x3112:"\u0078b\u006f\u0070\u006f\u006d\u006f\u0066o",0x24e7:"\u0078c\u0069\u0072\u0063\u006c\u0065",0x1e8d:"\u0078d\u0069\u0065\u0072\u0065\u0073\u0069s",0x1e8b:"\u0078\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074",0x056d:"x\u0065\u0068\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x03be:"\u0078\u0069",0xff58:"\u0078\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0x24b3:"\u0078\u0070\u0061\u0072\u0065\u006e",0x02e3:"\u0078s\u0075\u0070\u0065\u0072\u0069\u006fr",0x0079:"\u0079",0x334e:"y\u0061\u0061\u0064\u006f\u0073\u0071\u0075\u0061\u0072\u0065",0x09af:"\u0079a\u0062\u0065\u006e\u0067\u0061\u006ci",0x00fd:"\u0079\u0061\u0063\u0075\u0074\u0065",0x092f:"\u0079\u0061\u0064\u0065\u0076\u0061",0x3152:"\u0079a\u0065\u006b\u006f\u0072\u0065\u0061n",0x0aaf:"\u0079\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069",0x0a2f:"\u0079\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0x3084:"\u0079\u0061\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x30e4:"\u0079\u0061\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0xff94:"\u0079\u0061\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068",0x3151:"\u0079\u0061\u006b\u006f\u0072\u0065\u0061\u006e",0x0e4e:"\u0079\u0061\u006da\u006b\u006b\u0061\u006e\u0074\u0068\u0061\u0069",0x3083:"\u0079a\u0073m\u0061\u006c\u006c\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x30e3:"\u0079a\u0073m\u0061\u006c\u006c\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0xff6c:"\u0079a\u0073\u006d\u0061\u006c\u006c\u006b\u0061\u0074\u0061\u006b\u0061n\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068",0x0463:"y\u0061\u0074\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x24e8:"\u0079c\u0069\u0072\u0063\u006c\u0065",0x0177:"y\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078",0x00ff:"\u0079d\u0069\u0065\u0072\u0065\u0073\u0069s",0x1e8f:"\u0079\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074",0x1ef5:"\u0079d\u006f\u0074\u0062\u0065\u006c\u006fw",0x064a:"\u0079e\u0068\u0061\u0072\u0061\u0062\u0069c",0x06d2:"\u0079e\u0068b\u0061\u0072\u0072\u0065\u0065\u0061\u0072\u0061\u0062\u0069\u0063",0xfbaf:"y\u0065h\u0062\u0061\u0072\u0072\u0065\u0065\u0066\u0069n\u0061\u006c\u0061\u0072ab\u0069\u0063",0xfef2:"\u0079\u0065\u0068\u0066\u0069\u006e\u0061\u006c\u0061r\u0061\u0062\u0069\u0063",0x0626:"\u0079\u0065\u0068\u0068am\u007a\u0061\u0061\u0062\u006f\u0076\u0065\u0061\u0072\u0061\u0062\u0069\u0063",0xfe8a:"\u0079e\u0068\u0068\u0061\u006d\u007a\u0061\u0061\u0062\u006f\u0076\u0065f\u0069\u006e\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",0xfe8b:"\u0079\u0065\u0068\u0068\u0061\u006d\u007a\u0061\u0061\u0062\u006fv\u0065\u0069\u006e\u0069\u0074\u0069\u0061\u006c\u0061\u0072a\u0062\u0069\u0063",0xfe8c:"\u0079e\u0068\u0068\u0061\u006dz\u0061\u0061\u0062\u006f\u0076e\u006de\u0064i\u0061\u006c\u0061\u0072\u0061\u0062\u0069c",0xfef3:"\u0079\u0065h\u0069\u006e\u0069t\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",0xfef1:"y\u0065\u0068\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064",0xfcdd:"y\u0065h\u006d\u0065\u0065\u006d\u0069\u006e\u0069\u0074i\u0061\u006c\u0061\u0072ab\u0069\u0063",0xfc58:"y\u0065\u0068\u006d\u0065em\u0069s\u006f\u006c\u0061\u0074\u0065d\u0061\u0072\u0061\u0062\u0069\u0063",0xfc94:"\u0079e\u0068n\u006f\u006f\u006e\u0066\u0069n\u0061\u006ca\u0072\u0061\u0062\u0069\u0063",0x06d1:"\u0079\u0065\u0068th\u0072\u0065\u0065\u0064\u006f\u0074\u0073\u0062\u0065\u006c\u006f\u0077\u0061\u0072\u0061\u0062\u0069\u0063",0xfc95:"\u0079\u0065\u0068wi\u0074\u0068\u0061\u006c\u0065\u0066\u006d\u0061\u006b\u0073\u0075\u0072\u0061\u0066\u0069\u006e\u0061\u006c",0xfc59:"\u0079\u0065\u0068\u0077\u0069\u0074\u0068\u0061\u006c\u0065\u0066m\u0061\u006b\u0073\u0075\u0072\u0061\u0069\u0073\u006f\u006ca\u0074\u0065\u0064",0xfcdb:"\u0079\u0065\u0068\u0077\u0069\u0074\u0068\u0068\u0061\u0068\u0069\u006ei\u0074\u0069\u0061\u006c",0xfe89:"\u0079e\u0068\u0077\u0069\u0074h\u0068\u0061\u006d\u007a\u0061a\u0062o\u0076e\u0069\u0073\u006f\u006c\u0061\u0074\u0065d",0xfcda:"\u0079e\u0068w\u0069\u0074\u0068\u006a\u0065e\u006d\u0069n\u0069\u0074\u0069\u0061\u006c",0xfcdc:"\u0079e\u0068w\u0069\u0074\u0068\u006b\u0068a\u0068\u0069n\u0069\u0074\u0069\u0061\u006c",0xfc91:"\u0079e\u0068w\u0069\u0074\u0068\u0072\u0065\u0068\u0066\u0069\u006e\u0061\u006c",0x3156:"\u0079\u0065\u006b\u006f\u0072\u0065\u0061\u006e",0x00a5:"\u0079\u0065\u006e",0xffe5:"\u0079\u0065\u006em\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0x3155:"\u0079e\u006f\u006b\u006f\u0072\u0065\u0061n",0x3186:"\u0079\u0065\u006f\u0072\u0069\u006e\u0068\u0069\u0065\u0075\u0068\u006bo\u0072\u0065\u0061\u006e",0x05aa:"\u0079e\u0072a\u0068\u0062\u0065\u006e\u0079o\u006d\u006fh\u0065\u0062\u0072\u0065\u0077",0x044b:"\u0079\u0065\u0072i\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x04f9:"y\u0065r\u0075\u0064\u0069\u0065\u0072\u0065\u0073\u0069s\u0063\u0079\u0072\u0069ll\u0069\u0063",0x3181:"\u0079\u0065\u0073\u0069\u0065\u0075\u006e\u0067\u006bo\u0072\u0065\u0061\u006e",0x3183:"y\u0065\u0073\u0069\u0065un\u0067p\u0061\u006e\u0073\u0069\u006fs\u006b\u006f\u0072\u0065\u0061\u006e",0x3182:"\u0079e\u0073i\u0065\u0075\u006e\u0067\u0073i\u006f\u0073k\u006f\u0072\u0065\u0061\u006e",0x059a:"y\u0065\u0074\u0069\u0076\u0068\u0065\u0062\u0072\u0065\u0077",0x1ef3:"\u0079\u0067\u0072\u0061\u0076\u0065",0x01b4:"\u0079\u0068\u006fo\u006b",0x1ef7:"\u0079\u0068\u006f\u006f\u006b\u0061\u0062\u006f\u0076\u0065",0x0575:"\u0079\u0069\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x0457:"\u0079\u0069\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x3162:"\u0079\u0069\u006b\u006f\u0072\u0065\u0061\u006e",0x262f:"\u0079i\u006e\u0079\u0061\u006e\u0067",0x0582:"\u0079\u0069\u0077n\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0xff59:"\u0079\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0xfb39:"\u0079o\u0064d\u0061\u0067\u0065\u0073\u0068\u0068\u0065\u0062\u0072\u0065\u0077",0x05f2:"\u0079\u006f\u0064y\u006f\u0064\u0068\u0065\u0062\u0072\u0065\u0077",0xfb1f:"\u0079\u006f\u0064\u0079\u006f\u0064\u0070\u0061\u0074\u0061\u0068\u0068e\u0062\u0072\u0065\u0077",0x0222:"\u0079\u006f\u0067\u0068",0x0223:"\u0079\u006f\u0067\u0068\u0063\u0075\u0072\u006c",0x3088:"\u0079\u006f\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x3189:"\u0079o\u0069\u006b\u006f\u0072\u0065\u0061n",0x30e8:"\u0079\u006f\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0xff96:"\u0079\u006f\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068",0x315b:"\u0079\u006f\u006b\u006f\u0072\u0065\u0061\u006e",0x3087:"\u0079o\u0073m\u0061\u006c\u006c\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x30e7:"\u0079o\u0073m\u0061\u006c\u006c\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0xff6e:"\u0079o\u0073\u006d\u0061\u006c\u006c\u006b\u0061\u0074\u0061\u006b\u0061n\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068",0x03f3:"\u0079\u006f\u0074\u0067\u0072\u0065\u0065\u006b",0x3188:"y\u006f\u0079\u0061\u0065\u006b\u006f\u0072\u0065\u0061\u006e",0x3187:"\u0079\u006f\u0079\u0061\u006b\u006f\u0072\u0065\u0061\u006e",0x0e22:"\u0079o\u0079\u0061\u006b\u0074\u0068\u0061i",0x0e0d:"\u0079\u006f\u0079\u0069\u006e\u0067\u0074\u0068\u0061\u0069",0x24b4:"\u0079\u0070\u0061\u0072\u0065\u006e",0x037a:"\u0079\u0070\u006f\u0067\u0065\u0067\u0072\u0061\u006d\u006d\u0065\u006e\u0069",0x0345:"y\u0070\u006f\u0067\u0065gr\u0061m\u006d\u0065\u006e\u0069\u0067r\u0065\u0065\u006b\u0063\u006d\u0062",0x01a6:"\u0079\u0072",0x1e99:"\u0079\u0072\u0069n\u0067",0x0241:"\u0079\u0073\u0075\u0070\u0065\u0072",0x02b8:"\u0079s\u0075\u0070\u0065\u0072\u0069\u006fr",0x1ef9:"\u0079\u0074\u0069\u006c\u0064\u0065",0x021e:"\u0079\u0074\u0075r\u006e",0x028e:"\u0079t\u0075\u0072\u006e\u0065\u0064",0x3086:"\u0079\u0075\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x318c:"\u0079u\u0069\u006b\u006f\u0072\u0065\u0061n",0x30e6:"\u0079\u0075\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0xff95:"\u0079\u0075\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068",0x3160:"\u0079\u0075\u006b\u006f\u0072\u0065\u0061\u006e",0x046b:"\u0079\u0075\u0073\u0062\u0069\u0067\u0063\u0079\u0072i\u006c\u006c\u0069\u0063",0x046d:"\u0079\u0075\u0073\u0062ig\u0069\u006f\u0074\u0069\u0066\u0069\u0065\u0064\u0063\u0079\u0072\u0069\u006c\u006ci\u0063",0x0467:"\u0079\u0075\u0073\u006c\u0069\u0074\u0074\u006c\u0065\u0063\u0079\u0072i\u006c\u006c\u0069\u0063",0x0469:"\u0079u\u0073\u006c\u0069\u0074t\u006c\u0065\u0069\u006f\u0074i\u0066i\u0065d\u0063\u0079\u0072\u0069\u006c\u006c\u0069c",0x3085:"\u0079u\u0073m\u0061\u006c\u006c\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x30e5:"\u0079u\u0073m\u0061\u006c\u006c\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0xff6d:"\u0079u\u0073\u006d\u0061\u006c\u006c\u006b\u0061\u0074\u0061\u006b\u0061n\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068",0x318b:"\u0079\u0075\u0079\u0065\u006b\u006f\u0072\u0065\u0061\u006e",0x318a:"y\u0075\u0079\u0065\u006f\u006b\u006f\u0072\u0065\u0061\u006e",0x09df:"\u0079\u0079\u0061\u0062\u0065\u006e\u0067\u0061\u006c\u0069",0x095f:"\u0079y\u0061\u0064\u0065\u0076\u0061",0x007a:"\u007a",0x0566:"\u007a\u0061\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x017a:"\u007a\u0061\u0063\u0075\u0074\u0065",0x095b:"\u007a\u0061\u0064\u0065\u0076\u0061",0x0a5b:"\u007a\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0x0638:"\u007aa\u0068\u0061\u0072\u0061\u0062\u0069c",0xfec6:"\u007a\u0061\u0068\u0066\u0069\u006e\u0061\u006c\u0061r\u0061\u0062\u0069\u0063",0xfec7:"\u007a\u0061h\u0069\u006e\u0069t\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",0x3056:"\u007a\u0061\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0xfec5:"z\u0061\u0068\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064",0xfec8:"\u007aa\u0068m\u0065\u0064\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",0x0632:"\u007a\u0061\u0069\u006e\u0061\u0072\u0061\u0062\u0069\u0063",0xfeb0:"\u007aa\u0069n\u0066\u0069\u006e\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",0xfeaf:"\u007a\u0061\u0069n\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064",0x30b6:"\u007a\u0061\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0x0595:"\u007a\u0061q\u0065\u0066\u0067a\u0064\u006f\u006c\u0068\u0065\u0062\u0072\u0065\u0077",0x0594:"\u007a\u0061q\u0065\u0066\u0071a\u0074\u0061\u006e\u0068\u0065\u0062\u0072\u0065\u0077",0x0598:"z\u0061\u0072\u0071\u0061\u0068\u0065\u0062\u0072\u0065\u0077",0xfb36:"\u007a\u0061\u0079\u0069\u006e\u0064\u0061\u0067\u0065\u0073\u0068\u0068e\u0062\u0072\u0065\u0077",0x3117:"\u007ab\u006f\u0070\u006f\u006d\u006f\u0066o",0x017e:"\u007a\u0063\u0061\u0072\u006f\u006e",0x24e9:"\u007ac\u0069\u0072\u0063\u006c\u0065",0x1e91:"z\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078",0x2a1f:"\u007a\u0063\u006d\u0070",0x0291:"\u007a\u0063\u0075r\u006c",0x017c:"\u007a\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074",0x1e93:"\u007ad\u006f\u0074\u0062\u0065\u006c\u006fw",0x0499:"\u007a\u0065\u0064\u0065sc\u0065\u006e\u0064\u0065\u0072\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x04df:"\u007ae\u0064i\u0065\u0072\u0065\u0073\u0069s\u0063\u0079r\u0069\u006c\u006c\u0069\u0063",0x305c:"\u007a\u0065\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x30bc:"\u007a\u0065\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0x0030:"\u007a\u0065\u0072\u006f",0x09e6:"z\u0065\u0072\u006f\u0062\u0065\u006e\u0067\u0061\u006c\u0069",0x0966:"\u007a\u0065\u0072\u006f\u0064\u0065\u0076\u0061",0x0ae6:"\u007a\u0065\u0072o\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069",0x0a66:"\u007a\u0065\u0072o\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0x0660:"\u007a\u0065\u0072\u006f\u0068\u0061\u0063\u006b\u0061r\u0061\u0062\u0069\u0063",0x2080:"\u007a\u0065\u0072o\u0069\u006e\u0066\u0065\u0072\u0069\u006f\u0072",0xff10:"\u007a\u0065\u0072\u006f\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0xf730:"\u007a\u0065\u0072o\u006f\u006c\u0064\u0073\u0074\u0079\u006c\u0065",0x06f0:"z\u0065\u0072\u006f\u0070\u0065\u0072\u0073\u0069\u0061\u006e",0x2070:"\u007a\u0065\u0072o\u0073\u0075\u0070\u0065\u0072\u0069\u006f\u0072",0x0e50:"\u007a\u0065\u0072\u006f\u0074\u0068\u0061\u0069",0xfeff:"\u007ae\u0072o\u0077\u0069\u0064\u0074\u0068\u006a\u006f\u0069\u006e\u0065\u0072",0x200b:"\u007a\u0065\u0072\u006f\u0077\u0069\u0064\u0074\u0068s\u0070\u0061\u0063\u0065",0x03b6:"\u007a\u0065\u0074\u0061",0x3113:"\u007a\u0068\u0062\u006f\u0070\u006f\u006d\u006f\u0066\u006f",0x056a:"z\u0068\u0065\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x03fe:"\u007a\u0068\u0065\u0062\u0072\u0065\u0076\u0065",0x04c2:"\u007a\u0068e\u0062\u0072\u0065v\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x0436:"z\u0068\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x0497:"z\u0068e\u0064\u0065\u0073\u0063\u0065\u006e\u0064\u0065r\u0063\u0079\u0072\u0069ll\u0069\u0063",0x04dd:"\u007a\u0068\u0065\u0064ie\u0072\u0065\u0073\u0069\u0073\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x3058:"\u007a\u0069\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x30b8:"\u007a\u0069\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0x05ae:"z\u0069\u006e\u006f\u0072\u0068\u0065\u0062\u0072\u0065\u0077",0x1e95:"\u007a\u006c\u0069\u006e\u0065\u0062\u0065\u006c\u006f\u0077",0xff5a:"\u007a\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0x305e:"\u007a\u006f\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x30be:"\u007a\u006f\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0x24b5:"\u007a\u0070\u0061\u0072\u0065\u006e",0x2a20:"\u007a\u0070\u0069p\u0065",0x2a21:"\u007a\u0070\u0072\u006f\u006a\u0065\u0063\u0074",0x0290:"\u007a\u0072\u0065\u0074\u0072\u006f\u0066\u006c\u0065x\u0068\u006f\u006f\u006b",0x0220:"\u007ar\u0074\u0068\u006f\u006f\u006b",0x01b6:"\u007as\u0074\u0072\u006f\u006b\u0065",0x305a:"\u007a\u0075\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x30ba:"\u007a\u0075\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061"}); -func NewUTF16TextEncoder (baseName string )UTF16Encoder {return UTF16Encoder {baseName }};func NewPdfDocEncoder ()SimpleEncoder {return _eacg .NewEncoder ()};func _gc (_ebbd TextEncoder ,_gaeb string )[]byte {_afec :=make ([]byte ,0,len (_gaeb ));for _ ,_cbdd :=range _gaeb {_cfa ,_ggdc :=_ebbd .RuneToCharcode (_cbdd ); -if !_ggdc ||_cfa > 0xff{_ad .Log .Debug ("\u0046\u0061i\u006c\u0065\u0064\u0020\u0074\u006f\u0020\u006d\u0061\u0070\u0020\u0072\u0075\u006e\u0065\u0020\u0074\u006f\u0020\u0063\u0068\u0061\u0072\u0063\u006f\u0064\u0065\u0020\u0066\u006f\u0072\u0020\u0072\u0075\u006e\u0065\u0020\u0030\u0078\u0025\u0030\u0034\u0078",_cbdd ); -continue ;};_afec =append (_afec ,byte (_cfa ));};return _afec ;};func FromFontDifferences (diffList *_edf .PdfObjectArray )(map[CharCode ]GlyphName ,error ){_bd :=make (map[CharCode ]GlyphName );var _gdb CharCode ;for _ ,_ce :=range diffList .Elements (){switch _gf :=_ce .(type ){case *_edf .PdfObjectInteger :_gdb =CharCode (*_gf ); -case *_edf .PdfObjectName :_ded :=string (*_gf );_bd [_gdb ]=GlyphName (_ded );_gdb ++;default:_ad .Log .Debug ("\u0045\u0052\u0052OR\u003a\u0020\u0042\u0061\u0064\u0020\u0074\u0079\u0070\u0065\u002e\u0020\u006f\u0062\u006a\u003d\u0025\u0073",_ce );return nil ,_edf .ErrTypeError ; -};};return _bd ,nil ;};func (_fcd *simpleEncoder )Transform (dst ,src []byte ,atEOF bool )(_ceef ,_ccg int ,_ error ){for len (src )!=0{if !_g .FullRune (src )&&!atEOF {return _ceef ,_ccg ,_df .ErrShortSrc ;}else if len (dst )==0{return _ceef ,_ccg ,_df .ErrShortDst ; -};_aac ,_gded :=_g .DecodeRune (src );if _aac ==_g .RuneError {_aac =MissingCodeRune ;};src =src [_gded :];_ccg +=_gded ;_agda ,_edg :=_fcd ._efce .Read (_aac );if !_edg {_agda ,_ =_fcd ._efce .Read (MissingCodeRune );};dst [0]=_agda ;dst =dst [1:];_ceef ++; -};return _ceef ,_ccg ,nil ;};var _fbba =_fc .NewByteRuneMap (map[byte ]rune {0x1:'\x01',0x2:'\x02',0x3:'\x03',0x4:'\x04',0x5:'\x05',0x6:'\x06',0x7:'\a',0x8:'\b',0x9:'\t',0xa:'\n',0xb:'\v',0xc:'\f',0xd:'\r',0xe:'\x0e',0xf:'\x0f',0x10:'\x10',0x11:'\x11',0x12:'\x12',0x13:'\x13',0x14:'\x14',0x15:'\x15',0x16:'\x16',0x17:'\x17',0x18:'\x18',0x19:'\x19',0x1a:'\x1a',0x1b:'\x1b',0x1c:'\x1c',0x1d:'\x1d',0x1e:'\x1e',0x1f:'\x1f',0x20:' ',0x21:'!',0x22:'"',0x23:'#',0x24:'$',0x25:'%',0x26:'&',0x27:'\'',0x28:'(',0x29:')',0x2a:'*',0x2b:'+',0x2c:',',0x2d:'-',0x2e:'.',0x2f:'/',0x30:'0',0x31:'1',0x32:'2',0x33:'3',0x34:'4',0x35:'5',0x36:'6',0x37:'7',0x38:'8',0x39:'9',0x3a:':',0x3b:';',0x3c:'<',0x3d:'=',0x3e:'>',0x3f:'?',0x40:'@',0x41:'A',0x42:'B',0x43:'C',0x44:'D',0x45:'E',0x46:'F',0x47:'G',0x48:'H',0x49:'I',0x4a:'J',0x4b:'K',0x4c:'L',0x4d:'M',0x4e:'N',0x4f:'O',0x50:'P',0x51:'Q',0x52:'R',0x53:'S',0x54:'T',0x55:'U',0x56:'V',0x57:'W',0x58:'X',0x59:'Y',0x5a:'Z',0x5b:'[',0x5c:'\\',0x5d:']',0x5e:'^',0x5f:'_',0x60:'`',0x61:'a',0x62:'b',0x63:'c',0x64:'d',0x65:'e',0x66:'f',0x67:'g',0x68:'h',0x69:'i',0x6a:'j',0x6b:'k',0x6c:'l',0x6d:'m',0x6e:'n',0x6f:'o',0x70:'p',0x71:'q',0x72:'r',0x73:'s',0x74:'t',0x75:'u',0x76:'v',0x77:'w',0x78:'x',0x79:'y',0x7a:'z',0x7b:'{',0x7c:'|',0x7d:'}',0x7e:'~',0x7f:'\u007f',0x80:'Ä',0x81:'Å',0x82:'Ç',0x83:'É',0x84:'Ñ',0x85:'Ö',0x86:'Ü',0x87:'á',0x88:'à',0x89:'â',0x8a:'ä',0x8b:'ã',0x8c:'å',0x8d:'ç',0x8e:'é',0x8f:'è',0x90:'ê',0x91:'ë',0x92:'í',0x93:'ì',0x94:'î',0x95:'ï',0x96:'ñ',0x97:'ó',0x98:'ò',0x99:'ô',0x9a:'ö',0x9b:'õ',0x9c:'ú',0x9d:'ù',0x9e:'û',0x9f:'ü',0xa0:'†',0xa1:'°',0xa2:'¢',0xa3:'£',0xa4:'§',0xa5:'•',0xa6:'¶',0xa7:'ß',0xa8:'®',0xa9:'©',0xaa:'™',0xab:'´',0xac:'¨',0xad:'≠',0xae:'Æ',0xaf:'Ø',0xb0:'∞',0xb1:'±',0xb2:'≤',0xb3:'≥',0xb4:'¥',0xb5:'µ',0xb6:'∂',0xb7:'∑',0xb8:'∏',0xb9:'π',0xba:'∫',0xbb:'ª',0xbc:'º',0xbd:'Ω',0xbe:'æ',0xbf:'ø',0xc0:'¿',0xc1:'¡',0xc2:'¬',0xc3:'√',0xc4:'ƒ',0xc5:'≈',0xc6:'∆',0xc7:'«',0xc8:'»',0xc9:'…',0xca:'\u00a0',0xcb:'À',0xcc:'Ã',0xcd:'Õ',0xce:'Œ',0xcf:'œ',0xd0:'–',0xd1:'—',0xd2:'“',0xd3:'”',0xd4:'‘',0xd5:'’',0xd6:'÷',0xd7:'◊',0xd8:'ÿ',0xd9:'Ÿ',0xda:'⁄',0xdb:'€',0xdc:'‹',0xdd:'›',0xde:'fi',0xdf:'fl',0xe0:'‡',0xe1:'·',0xe2:'‚',0xe3:'„',0xe4:'‰',0xe5:'Â',0xe6:'Ê',0xe7:'Á',0xe8:'Ë',0xe9:'È',0xea:'Í',0xeb:'Î',0xec:'Ï',0xed:'Ì',0xee:'Ó',0xef:'Ô',0xf0:'\uf8ff',0xf1:'Ò',0xf2:'Ú',0xf3:'Û',0xf4:'Ù',0xf5:'ı',0xf6:'ˆ',0xf7:'˜',0xf8:'¯',0xf9:'˘',0xfa:'˙',0xfb:'˚',0xfc:'¸',0xfd:'˝',0xfe:'˛',0xff:'ˇ'}); -func (_bb *charCodeGlyphNameMap )RangeDelete (f func (_ba CharCode ,_bc GlyphName )(_bg bool ,_ecg bool )){_bb ._c .Lock ();defer _bb ._c .Unlock ();for _de ,_fbf :=range _bb ._ea {_cd ,_ffb :=f (_de ,_fbf );if _cd {delete (_bb ._ea ,_de );};if _ffb {break ; -};};};func (_gbe *simpleEncoding )Charcodes ()[]CharCode {_deg :=make ([]CharCode ,0,_gbe ._eddg .Length ());_gbe ._eddg .Range (func (_cgf byte ,_ rune )(_bdcb bool ){_deg =append (_deg ,CharCode (_cgf ));return false });_ef .Slice (_deg ,func (_ggfb ,_cdff int )bool {return _deg [_ggfb ]< _deg [_cdff ]}); -return _deg ;};var (_ SimpleEncoder =(*simpleEncoding )(nil );_ _ff .Encoding =(*simpleEncoding )(nil );); \ No newline at end of file +package textencoding ;import (_ga "bytes";_ff "encoding/binary";_b "errors";_d "fmt";_ea "github.com/unidoc/unipdf/v3/common";_bc "github.com/unidoc/unipdf/v3/core";_egc "github.com/unidoc/unipdf/v3/internal/cmap";_be "github.com/unidoc/unipdf/v3/internal/strutils"; +_fde "github.com/unidoc/unipdf/v3/internal/textencoding/internal/syncmap";_ag "golang.org/x/text/encoding";_fea "golang.org/x/text/transform";_fd "regexp";_eg "sort";_ac "strconv";_a "strings";_e "sync";_f "unicode";_fe "unicode/utf8";);type GlyphName string ; +type GID uint16 ;func (_abc *differencesEncoding )Charcodes ()[]CharCode {_bba :=_abc ._ebf .Charcodes ();_bbe :=true ;_cea :=make (map[CharCode ]struct{},len (_bba ));for _ ,_bcd :=range _bba {_cea [_bcd ]=struct{}{};};_abc ._gff .Range (func (_dcb byte ,_eeb rune )(_dgd bool ){_bgg :=CharCode (_dcb ); +if _ ,_bdg :=_cea [_bgg ];!_bdg {_bba =append (_bba ,_bgg );_bbe =false ;};return false ;});if !_bbe {_eg .Slice (_bba ,func (_ccb ,_gce int )bool {return _bba [_ccb ]< _bba [_gce ]});};return _bba ;};var _fbad =[...]_fde .StringsTuple {{Key :"\u0066\u005f\u0066",Value :"\u0066\u0066"},{Key :"\u0066\u005f\u0066_\u0069",Value :"\u0066\u0066\u0069"},{Key :"\u0066\u005f\u0066_\u006c",Value :"\u0066\u0066\u006c"},{Key :"\u0066\u005f\u0069",Value :"\u0066\u0069"},{Key :"\u0066\u005f\u006c",Value :"\u0066\u006c"},{Key :"a\u0073\u0063\u0072\u0069\u0070\u0074\u0074\u0075\u0072\u006e",Value :"\u0041\u0045\u006d\u0061\u0063\u0072\u006f\u006e"},{Key :"\u006d\u0074\u0075r\u006e\u0064\u0065\u0073\u0063\u0065\u006e\u0064",Value :"\u0041d\u0062\u006c\u0067\u0072\u0061\u0076e"},{Key :"\u0061\u0074\u0075r\u006e",Value :"\u0041\u0064\u006f\u0074\u006d\u0061\u0063\u0072\u006f\u006e"},{Key :"n\u006c\u0066\u0074\u006c\u0066\u0074\u0068\u006f\u006f\u006b",Value :"\u0041\u0069\u006e\u0076\u0065\u0072\u0074\u0065\u0064b\u0072\u0065\u0076\u0065"},{Key :"\u0075p\u0041\u006c\u0070\u0068\u0061",Value :"\u0041\u006c\u0070h\u0061"},{Key :"\u0049s\u006d\u0061\u006c\u006c\u0063\u0061p",Value :"\u0041\u0072\u0069\u006e\u0067\u0061\u0063\u0075\u0074\u0065"},{Key :"\u0043\u0062\u0062",Value :"\u0042\u0062\u0062\u0043"},{Key :"\u0043\u0064\u0062\u006c\u0073\u0074\u0072\u0075\u0063\u006b",Value :"\u0042\u0062\u0062\u0043"},{Key :"\u0048\u0062\u0062",Value :"\u0042\u0062\u0062\u0048"},{Key :"\u0048\u0064\u0062\u006c\u0073\u0074\u0072\u0075\u0063\u006b",Value :"\u0042\u0062\u0062\u0048"},{Key :"\u004e\u0062\u0062",Value :"\u0042\u0062\u0062\u004e"},{Key :"\u004e\u0064\u0062\u006c\u0073\u0074\u0072\u0075\u0063\u006b",Value :"\u0042\u0062\u0062\u004e"},{Key :"\u0050\u0062\u0062",Value :"\u0042\u0062\u0062\u0050"},{Key :"\u0050\u0064\u0062\u006c\u0073\u0074\u0072\u0075\u0063\u006b",Value :"\u0042\u0062\u0062\u0050"},{Key :"\u0051\u0062\u0062",Value :"\u0042\u0062\u0062\u0051"},{Key :"\u0051\u0064\u0062\u006c\u0073\u0074\u0072\u0075\u0063\u006b",Value :"\u0042\u0062\u0062\u0051"},{Key :"\u0052\u0062\u0062",Value :"\u0042\u0062\u0062\u0052"},{Key :"\u0052\u0064\u0062\u006c\u0073\u0074\u0072\u0075\u0063\u006b",Value :"\u0042\u0062\u0062\u0052"},{Key :"\u005a\u0062\u0062",Value :"\u0042\u0062\u0062\u005a"},{Key :"\u005a\u0064\u0062\u006c\u0073\u0074\u0072\u0075\u0063\u006b",Value :"\u0042\u0062\u0062\u005a"},{Key :"\u0075\u0070\u0042\u0065\u0074\u0061",Value :"\u0042\u0065\u0074\u0061"},{Key :"\u004f\u0049",Value :"\u0042t\u006f\u0070\u0062\u0061\u0072"},{Key :"\u0048m\u0061\u0063\u0072\u006f\u006e",Value :"\u0043\u0061\u0063\u0075\u0074\u0065"},{Key :"\u0043\u0064\u006f\u0074",Value :"\u0043\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074"},{Key :"\u0043\u0068\u0065",Value :"C\u0068\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00341",Value :"C\u0068\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"l\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078",Value :"C\u0068e\u0064\u0065\u0073\u0063\u0065\u006e\u0064\u0065r\u0063\u0079\u0072\u0069ll\u0069\u0063"},{Key :"\u0075\u0070\u0043h\u0069",Value :"\u0043\u0068\u0069"},{Key :"\u0079\u0075\u0073\u0062\u0069\u0067",Value :"\u0043\u0068\u0069"},{Key :"\u0067\u0063\u0075\u0072\u0073\u0069\u0076\u0065",Value :"\u0044\u005a"},{Key :"\u0047\u0062\u0061\u0072",Value :"\u0044Z\u0063\u0061\u0072\u006f\u006e"},{Key :"\u0044\u0073\u006c\u0061\u0073\u0068",Value :"\u0044\u0063\u0072\u006f\u0061\u0074"},{Key :"\u0044\u0065",Value :"\u0044\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00321",Value :"\u0044\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u004b\u0068\u0061\u0072\u0074\u0064\u0065\u0073",Value :"\u0044e\u0069\u0063\u006f\u0070\u0074\u0069c"},{Key :"\u0069n\u0063\u0072\u0065\u006d\u0065\u006et",Value :"\u0044\u0065\u006ct\u0061"},{Key :"\u0075p\u0044\u0065\u006c\u0074\u0061",Value :"\u0044\u0065\u006c\u0074\u0061\u0067\u0072\u0065\u0065\u006b"},{Key :"\u0065\u0073\u0068\u006c\u006f\u006f\u0070\u0072\u0065\u0076",Value :"\u0044\u0068\u006fo\u006b"},{Key :"\u006d\u0062\u0066\u0064\u0069\u0067\u0061\u006d\u006d\u0061",Value :"\u0044i\u0067\u0061\u006d\u006d\u0061"},{Key :"\u0047e\u004b\u0061\u0072\u0065\u0076",Value :"\u0044\u0069\u0067a\u006d\u006d\u0061\u0067\u0072\u0065\u0065\u006b"},{Key :"\u0075p\u0044\u0069\u0067\u0061\u006d\u006da",Value :"\u0044\u0069\u0067a\u006d\u006d\u0061\u0067\u0072\u0065\u0065\u006b"},{Key :"\u0047s\u006d\u0061\u006c\u006c\u0063\u0061p",Value :"\u0044\u007a"},{Key :"\u0067\u0062\u0061\u0072",Value :"\u0044z\u0063\u0061\u0072\u006f\u006e"},{Key :"\u0044\u007a\u0068\u0065",Value :"\u0044\u007a\u0068e\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0061f\u0069\u0069\u0031\u0030\u0031\u00345",Value :"\u0044\u007a\u0068e\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0045\u0063\u0079\u0072\u0069\u006c",Value :"\u0045c\u0079\u0072\u0069\u006c\u006c\u0069c"},{Key :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00353",Value :"\u0045c\u0079\u0072\u0069\u006c\u006c\u0069c"},{Key :"\u004es\u006d\u0061\u006c\u006c\u0063\u0061p",Value :"\u0045d\u0062\u006c\u0067\u0072\u0061\u0076e"},{Key :"\u0045\u0064\u006f\u0074",Value :"\u0045\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074"},{Key :"\u004f\u0045\u0073\u006d\u0061\u006c\u006c\u0063\u0061\u0070",Value :"\u0045\u0069\u006e\u0076\u0065\u0072\u0074\u0065\u0064b\u0072\u0065\u0076\u0065"},{Key :"\u0045\u006c",Value :"\u0045\u006c\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00329",Value :"\u0045\u006c\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0045\u006d",Value :"\u0045\u006d\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00330",Value :"\u0045\u006d\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u004e\u0067",Value :"\u0045\u006e\u0067"},{Key :"\u006b\u0072\u0061",Value :"\u0045o\u0067\u006f\u006e\u0065\u006b"},{Key :"\u0075p\u0045\u0070\u0073\u0069\u006c\u006fn",Value :"\u0045p\u0073\u0069\u006c\u006f\u006e"},{Key :"\u0073\u0074\u0072\u0069\u0063\u0074\u0065\u0071\u0075\u0069\u0076\u0061l\u0065\u006e\u0063\u0065",Value :"\u0045\u0071\u0075i\u0076"},{Key :"\u0054r\u0074\u0068\u006f\u006f\u006b",Value :"\u0045r\u0065\u0076\u0065\u0072\u0073\u0065d"},{Key :"\u0045c\u0079\u0072\u0069\u006c\u0072\u0065v",Value :"\u0045\u0072\u0065\u0076\u0065\u0072\u0073\u0065\u0064\u0063\u0079\u0072i\u006c\u006c\u0069\u0063"},{Key :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00347",Value :"\u0045\u0072\u0065\u0076\u0065\u0072\u0073\u0065\u0064\u0063\u0079\u0072i\u006c\u006c\u0069\u0063"},{Key :"\u0075\u0070\u0045t\u0061",Value :"\u0045\u0074\u0061"},{Key :"\u0045\u0075\u006ce\u0072",Value :"\u0045\u0075\u006c\u0065\u0072\u0063\u006f\u006e\u0073\u0074"},{Key :"\u0065\u0075\u0072\u006f",Value :"\u0045\u0075\u0072\u006f"},{Key :"\u0065\u0070\u0073\u0069\u006c\u006f\u006e\u0031\u0072\u0065\u0076\u0063l\u006f\u0073\u0065\u0064",Value :"\u0045\u007a\u0068\u0063\u0061\u0072\u006f\u006e"},{Key :"\u004f\u0068\u006fo\u006b",Value :"\u0046e\u0069\u0063\u006f\u0070\u0074\u0069c"},{Key :"\u0055\u0070\u0073\u0069\u006c\u006f\u006e\u0032",Value :"\u0046\u0068\u006fo\u006b"},{Key :"\u0046\u0074\u0075r\u006e",Value :"\u0046\u0069\u006e\u0076"},{Key :"\u0046\u0046\u0049\u0073\u006d\u0061\u006c\u006c",Value :"\u0046\u0073\u006d\u0061\u006c\u006c"},{Key :"\u0046\u0046\u004c\u0073\u006d\u0061\u006c\u006c",Value :"\u0046\u0073\u006d\u0061\u006c\u006c"},{Key :"\u0046F\u0073\u006d\u0061\u006c\u006c",Value :"\u0046\u0073\u006d\u0061\u006c\u006c"},{Key :"\u0046I\u0073\u006d\u0061\u006c\u006c",Value :"\u0046\u0073\u006d\u0061\u006c\u006c"},{Key :"\u0046L\u0073\u006d\u0061\u006c\u006c",Value :"\u0046\u0073\u006d\u0061\u006c\u006c"},{Key :"\u0062a\u0062\u0079\u0067\u0061\u006d\u006da",Value :"\u0047\u0061\u0063\u0075\u0074\u0065"},{Key :"\u0075p\u0047\u0061\u006d\u006d\u0061",Value :"\u0047\u0061\u006dm\u0061"},{Key :"\u0055\u0073\u0074r\u0074",Value :"\u0047\u0061\u006eg\u0069\u0061\u0063\u006f\u0070\u0074\u0069\u0063"},{Key :"\u0064r\u0074\u0068\u006f\u006f\u006b",Value :"\u0047\u0063\u0061\u0072\u006f\u006e"},{Key :"\u0047\u0063\u0065\u0064\u0069\u006c\u006c\u0061",Value :"\u0047\u0063\u006fm\u006d\u0061\u0061\u0063\u0063\u0065\u006e\u0074"},{Key :"\u0047\u0064\u006f\u0074",Value :"\u0047\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074"},{Key :"\u0047\u0065",Value :"\u0047\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00320",Value :"\u0047\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0047\u0065\u0075\u0070\u0074\u0075\u0072\u006e",Value :"\u0047\u0068\u0065\u0075\u0070\u0074\u0075\u0072\u006e\u0063\u0079\u0072i\u006c\u006c\u0069\u0063"},{Key :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00350",Value :"\u0047\u0068\u0065\u0075\u0070\u0074\u0075\u0072\u006e\u0063\u0079\u0072i\u006c\u006c\u0069\u0063"},{Key :"\u0047\u0061\u006d\u0065",Value :"\u0047\u006d\u0069\u0072"},{Key :"\u006f\u0067\u006f\u006e\u0065\u006b\u006e\u006f\u0073\u0070",Value :"\u0047\u0073\u006d\u0061\u006c\u006c\u0068\u006f\u006f\u006b"},{Key :"\u0063\u0074\u0075r\u006e",Value :"\u0047s\u0074\u0072\u006f\u006b\u0065"},{Key :"w\u0068\u0069\u0074\u0065\u0073\u0071\u0075\u0061\u0072\u0065",Value :"\u0048\u0032\u0032\u0030\u0037\u0033"},{Key :"\u0062\u006f\u0078",Value :"\u0048\u0032\u0032\u0030\u0037\u0033"},{Key :"\u006d\u0064\u006c\u0067\u0077\u0068\u0074\u0073\u0071\u0075\u0061\u0072\u0065",Value :"\u0048\u0032\u0032\u0030\u0037\u0033"},{Key :"\u0073\u0071\u0075\u0061\u0072\u0065",Value :"\u0048\u0032\u0032\u0030\u0037\u0033"},{Key :"\u0054e\u0072\u0074\u0064\u0065\u0073",Value :"\u0048\u006f\u0072\u0069\u0063\u006f\u0070\u0074\u0069\u0063"},{Key :"\u0049\u006e\u006f\u0064\u006f\u0074",Value :"\u0049"},{Key :"\u0079o\u0067\u0068\u0068\u0061\u0063\u0065k",Value :"\u0049\u0063\u0061\u0072\u006f\u006e"},{Key :"\u0049\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074",Value :"\u0049\u0064\u006f\u0074"},{Key :"\u0049\u0065",Value :"\u0049\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00322",Value :"\u0049\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0049\u0062\u006ca\u0063\u006b\u006c\u0065\u0074\u0074\u0065\u0072",Value :"\u0049\u0066\u0072\u0061\u006b\u0074\u0075\u0072"},{Key :"\u0049\u0066\u0072\u0061\u0063\u0074\u0075\u0072",Value :"\u0049\u0066\u0072\u0061\u006b\u0074\u0075\u0072"},{Key :"\u0049\u006d",Value :"\u0049\u0066\u0072\u0061\u006b\u0074\u0075\u0072"},{Key :"\u0049\u0069",Value :"\u0049\u0069\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00326",Value :"\u0049\u0069\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"r\u0074\u0075\u0072\u006e\u0061\u0073\u0063\u0065\u006e\u0064",Value :"\u0049\u0069\u006e\u0076\u0065\u0072\u0074\u0065\u0064b\u0072\u0065\u0076\u0065"},{Key :"\u0049\u006f",Value :"\u0049\u006f\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00323",Value :"\u0049\u006f\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0075\u0070\u0049\u006f\u0074\u0061",Value :"\u0049\u006f\u0074\u0061"},{Key :"\u007a\u0062\u0061\u0072",Value :"I\u006f\u0074\u0061\u0061\u0066\u0072\u0069\u0063\u0061\u006e"},{Key :"\u0059\u006f\u0067\u0068",Value :"\u0049s\u0074\u0072\u006f\u006b\u0065"},{Key :"\u0075p\u004b\u0061\u0070\u0070\u0061",Value :"\u004b\u0061\u0070p\u0061"},{Key :"\u0065\u0072\u0065\u0076",Value :"\u004b\u0063\u0061\u0072\u006f\u006e"},{Key :"\u004b\u0063\u006fm\u006d\u0061\u0061\u0063\u0063\u0065\u006e\u0074",Value :"\u004b\u0063\u0065\u0064\u0069\u006c\u006c\u0061"},{Key :"\u004b\u0068\u0061",Value :"K\u0068\u0061\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00339",Value :"K\u0068\u0061\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0045s\u0063\u0065\u0064\u0069\u006c\u006ca",Value :"\u004b\u0068\u0065\u0069\u0063\u006f\u0070\u0074\u0069\u0063"},{Key :"\u0059o\u0067\u0068\u0072\u0065\u0076",Value :"\u004b\u0068\u006fo\u006b"},{Key :"\u004b\u006a\u0065",Value :"K\u006a\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00361",Value :"K\u006a\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0045n\u0072\u0074\u0064\u0065\u0073",Value :"\u004b\u006f\u0070\u0070\u0061\u0067\u0072\u0065\u0065\u006b"},{Key :"\u0075p\u004b\u006f\u0070\u0070\u0061",Value :"\u004b\u006f\u0070\u0070\u0061\u0067\u0072\u0065\u0065\u006b"},{Key :"\u0067\u0068\u0061\u0063\u0065\u006b",Value :"\u004c\u004a"},{Key :"\u0075\u0070\u004c\u0061\u006d\u0062\u0064\u0061",Value :"\u004c\u0061\u006d\u0062\u0064\u0061"},{Key :"\u004c\u0063\u006fm\u006d\u0061\u0061\u0063\u0063\u0065\u006e\u0074",Value :"\u004c\u0063\u0065\u0064\u0069\u006c\u006c\u0061"},{Key :"\u0067c\u0065\u0064\u0069\u006c\u006c\u00611",Value :"\u004cc\u0065\u0064\u0069\u006c\u006c\u00611"},{Key :"\u004c\u0064\u006f\u0074",Value :"\u004c\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074"},{Key :"\u004b\u0068\u0061\u0063\u0065\u006b",Value :"\u004c\u006a"},{Key :"\u004c\u006a\u0065",Value :"L\u006a\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00358",Value :"L\u006a\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0075\u0070\u004d\u0075",Value :"\u004d\u0075"},{Key :"\u0074m\u0061\u0063\u0072\u006f\u006e",Value :"\u004e\u0063\u0061\u0072\u006f\u006e"},{Key :"\u004e\u0063\u0065\u0064\u0069\u006c\u006c\u0061",Value :"\u004e\u0063\u006fm\u006d\u0061\u0061\u0063\u0063\u0065\u006e\u0074"},{Key :"t\u0071\u0075\u006f\u0074\u0065\u0072\u0069\u0067\u0068\u0074",Value :"\u004e\u0063\u006fm\u006d\u0061\u0061\u0063\u0063\u0065\u006e\u0074"},{Key :"\u0061\u0072\u0072\u006f\u0077\u0064\u0062\u006c\u006e\u0065",Value :"\u004ee\u0061\u0072\u0072\u006f\u0077"},{Key :"\u0075\u0070\u004e\u0075",Value :"\u004e\u0075"},{Key :"\u0061\u0072\u0072\u006f\u0077\u0064\u0062\u006c\u006e\u0077",Value :"\u004ew\u0061\u0072\u0072\u006f\u0077"},{Key :"\u004f\u0063\u0079\u0072\u0069\u006c",Value :"\u004fc\u0079\u0072\u0069\u006c\u006c\u0069c"},{Key :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00332",Value :"\u004fc\u0079\u0072\u0069\u006c\u006c\u0069c"},{Key :"\u004f\u0068\u0075\u006e\u0067\u0061\u0072\u0075\u006d\u006c\u0061\u0075\u0074",Value :"\u004fd\u0062\u006c\u0061\u0063\u0075\u0074e"},{Key :"\u0072\u0064\u0065\u0073\u0063\u0065\u006e\u0064",Value :"\u004fd\u0062\u006c\u0067\u0072\u0061\u0076e"},{Key :"\u0070\u0069\u0070\u0065",Value :"\u004f\u0068\u006fr\u006e"},{Key :"\u0070\u0069\u0070\u0065\u0064\u0062\u006c\u0062\u0061\u0072",Value :"\u004f\u0069"},{Key :"\u004f\u0068\u006d",Value :"\u004f\u006d\u0065g\u0061"},{Key :"\u006f\u0068\u006d",Value :"\u004f\u006d\u0065g\u0061"},{Key :"\u0075p\u004f\u006d\u0065\u0067\u0061",Value :"\u004f\u006d\u0065\u0067\u0061\u0067\u0072\u0065\u0065\u006b"},{Key :"\u006d\u0068\u006f",Value :"\u004f\u006d\u0065\u0067\u0061\u0069\u006e\u0076"},{Key :"o\u0068\u006d\u0069\u006e\u0076\u0065\u0072\u0074\u0065\u0064",Value :"\u004f\u006d\u0065\u0067\u0061\u0069\u006e\u0076"},{Key :"\u0075p\u004f\u006d\u0069\u0063\u0072\u006fn",Value :"\u004fm\u0069\u0063\u0072\u006f\u006e"},{Key :"\u0079\u0061\u0074",Value :"\u004fm\u0069\u0063\u0072\u006f\u006e"},{Key :"e\u0070\u0073\u0069\u006c\u006f\u006e\u0031\u0072\u0065\u0076",Value :"\u004f\u006f\u0067\u006f\u006e\u0065\u006b\u006d\u0061\u0063\u0072\u006f\u006e"},{Key :"\u0059\u0052",Value :"\u004f\u006f\u0070e\u006e"},{Key :"\u004f\u0073\u0074r\u006f\u006b\u0065\u0061\u0063\u0075\u0074\u0065",Value :"O\u0073\u006c\u0061\u0073\u0068\u0061\u0063\u0075\u0074\u0065"},{Key :"\u006c\u0079\u006fg\u0068",Value :"O\u0073\u006c\u0061\u0073\u0068\u0061\u0063\u0075\u0074\u0065"},{Key :"\u0059\u0075\u0073\u0062\u0069\u0067",Value :"\u0050\u0068\u0069"},{Key :"\u0075\u0070\u0050h\u0069",Value :"\u0050\u0068\u0069"},{Key :"\u0044Z\u0068\u0061\u0063\u0065\u006b",Value :"\u0050\u0068\u006fo\u006b"},{Key :"\u0075\u0070\u0050\u0069",Value :"\u0050\u0069"},{Key :"\u0070\u006c\u0061\u006e\u0063\u006b",Value :"P\u006c\u0061\u006e\u0063\u006b\u0063\u006f\u006e\u0073\u0074"},{Key :"\u0075\u0070\u0050s\u0069",Value :"\u0050\u0073\u0069"},{Key :"\u0065\u006e\u0064\u006f\u0066\u0070\u0072\u006f\u006f\u0066",Value :"\u0051\u0045\u0044"},{Key :"\u0065\u006f\u0070",Value :"\u0051\u0045\u0044"},{Key :"\u0052\u0063\u006fm\u006d\u0061\u0061\u0063\u0063\u0065\u006e\u0074",Value :"\u0052\u0063\u0065\u0064\u0069\u006c\u006c\u0061"},{Key :"\u0052s\u006d\u0061\u006c\u006c\u0063\u0061p",Value :"\u0052d\u0062\u006c\u0067\u0072\u0061\u0076e"},{Key :"\u0052\u0062\u006ca\u0063\u006b\u006c\u0065\u0074\u0074\u0065\u0072",Value :"\u0052\u0066\u0072\u0061\u006b\u0074\u0075\u0072"},{Key :"\u0052\u0065",Value :"\u0052\u0066\u0072\u0061\u006b\u0074\u0075\u0072"},{Key :"\u0052\u0066\u0072\u0061\u0063\u0074\u0075\u0072",Value :"\u0052\u0066\u0072\u0061\u006b\u0074\u0075\u0072"},{Key :"\u0075\u0070\u0052h\u006f",Value :"\u0052\u0068\u006f"},{Key :"\u0073r\u0074\u0068\u006f\u006f\u006b",Value :"\u0052\u0069\u006e\u0076\u0065\u0072\u0074\u0065\u0064b\u0072\u0065\u0076\u0065"},{Key :"\u006ci\u006ee\u0076\u0065\u0072\u0074\u0064\u0062\u006c\u006e\u006f\u0073\u0070",Value :"\u0052\u0073\u006d\u0061\u006c\u006c\u0069\u006e\u0076e\u0072\u0074\u0065\u0064"},{Key :"\u0047\u0065\u0072\u006d\u0061\u006e\u0064\u0062\u006c\u0073",Value :"\u0053"},{Key :"\u0053\u0053",Value :"\u0053"},{Key :"\u0032\u0035\u0030\u0063",Value :"\u0053\u0046\u0030\u0031\u0030\u0030\u0030\u0030"},{Key :"\u0032\u0035\u0033\u0063",Value :"\u0053\u0046\u0030\u0035\u0030\u0030\u0030\u0030"},{Key :"\u0032\u0035\u0032\u0063",Value :"\u0053\u0046\u0030\u0036\u0030\u0030\u0030\u0030"},{Key :"\u0032\u0035\u0031\u0063",Value :"\u0053\u0046\u0030\u0038\u0030\u0030\u0030\u0030"},{Key :"\u0032\u0035\u0035\u0064",Value :"\u0053\u0046\u0032\u0036\u0030\u0030\u0030\u0030"},{Key :"\u0032\u0035\u0035\u0063",Value :"\u0053\u0046\u0032\u0037\u0030\u0030\u0030\u0030"},{Key :"\u0032\u0035\u0035\u0062",Value :"\u0053\u0046\u0032\u0038\u0030\u0030\u0030\u0030"},{Key :"\u0032\u0035\u0035\u0065",Value :"\u0053\u0046\u0033\u0036\u0030\u0030\u0030\u0030"},{Key :"\u0032\u0035\u0035\u0066",Value :"\u0053\u0046\u0033\u0037\u0030\u0030\u0030\u0030"},{Key :"\u0032\u0035\u0035\u0061",Value :"\u0053\u0046\u0033\u0038\u0030\u0030\u0030\u0030"},{Key :"\u0032\u0035\u0036\u0063",Value :"\u0053\u0046\u0034\u0034\u0030\u0030\u0030\u0030"},{Key :"\u0032\u0035\u0036\u0062",Value :"\u0053\u0046\u0035\u0033\u0030\u0030\u0030\u0030"},{Key :"\u0032\u0035\u0036\u0061",Value :"\u0053\u0046\u0035\u0034\u0030\u0030\u0030\u0030"},{Key :"\u0045\u006e\u0047\u0065",Value :"\u0053\u0061\u006d\u0070\u0069\u0067\u0072\u0065\u0065\u006b"},{Key :"\u0075p\u0053\u0061\u006d\u0070\u0069",Value :"\u0053\u0061\u006d\u0070\u0069\u0067\u0072\u0065\u0065\u006b"},{Key :"\u0062\u0062\u0061\u0072",Value :"\u0053\u0063\u0061\u0072\u006f\u006e"},{Key :"\u0063i\u0072\u0063\u006c\u0065\u0053",Value :"\u0053c\u0069\u0072\u0063\u006c\u0065"},{Key :"\u0074r\u0074\u0068\u006f\u006f\u006b",Value :"\u0053\u0063\u006fm\u006d\u0061\u0061\u0063\u0063\u0065\u006e\u0074"},{Key :"\u0061\u0072\u0072\u006f\u0077\u0064\u0062\u006c\u0073\u0065",Value :"\u0053e\u0061\u0072\u0072\u006f\u0077"},{Key :"\u0053\u0068\u0061",Value :"S\u0068\u0061\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00342",Value :"S\u0068\u0061\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0050\u0065\u0068\u006f\u006f\u006b",Value :"\u0053\u0068\u0065\u0069\u0063\u006f\u0070\u0074\u0069\u0063"},{Key :"\u0055\u0073\u0074\u0072\u0074\u0062\u0061\u0072",Value :"S\u0068\u0069\u006d\u0061\u0063\u006f\u0070\u0074\u0069\u0063"},{Key :"\u0075p\u0053\u0069\u0067\u006d\u0061",Value :"\u0053\u0069\u0067m\u0061"},{Key :"\u0047e\u0072m\u0061\u006e\u0064\u0062\u006c\u0073\u0073\u006d\u0061\u006c\u006c",Value :"\u0053\u0073\u006d\u0061\u006c\u006c"},{Key :"\u0053S\u0073\u006d\u0061\u006c\u006c",Value :"\u0053\u0073\u006d\u0061\u006c\u006c"},{Key :"\u004b\u0061\u0062a\u0072",Value :"S\u0074\u0069\u0067\u006d\u0061\u0067\u0072\u0065\u0065\u006b"},{Key :"\u0075\u0070\u0053\u0074\u0069\u0067\u006d\u0061",Value :"S\u0074\u0069\u0067\u006d\u0061\u0067\u0072\u0065\u0065\u006b"},{Key :"\u0061\u0072\u0072\u006f\u0077\u0064\u0062\u006c\u0073\u0077",Value :"\u0053w\u0061\u0072\u0072\u006f\u0077"},{Key :"\u0075\u0070\u0054a\u0075",Value :"\u0054\u0061\u0075"},{Key :"\u004bc\u0065\u0064\u0069\u006c\u006c\u00611",Value :"\u0054c\u0065\u0064\u0069\u006c\u006c\u00611"},{Key :"\u0054\u0063\u0065\u0064\u0069\u006c\u006c\u0061",Value :"\u0054\u0063\u006fm\u006d\u0061\u0061\u0063\u0063\u0065\u006e\u0074"},{Key :"\u0075p\u0054\u0068\u0065\u0074\u0061",Value :"\u0054\u0068\u0065t\u0061"},{Key :"\u0061\u0068\u0061\u0063\u0065\u006b",Value :"\u0054\u0072\u0065\u0074\u0072\u006f\u0066\u006c\u0065x\u0068\u006f\u006f\u006b"},{Key :"\u0054\u0073\u0065",Value :"T\u0073\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00340",Value :"T\u0073\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0054\u0073\u0068\u0065",Value :"\u0054\u0073\u0068e\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00360",Value :"\u0054\u0073\u0068e\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0055\u0063\u0079\u0072\u0069\u006c",Value :"\u0055c\u0079\u0072\u0069\u006c\u006c\u0069c"},{Key :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00337",Value :"\u0055c\u0079\u0072\u0069\u006c\u006c\u0069c"},{Key :"j\u0068\u006f\u006f\u006b\u0064\u0062\u006c\u0062\u0061\u0072",Value :"\u0055d\u0062\u006c\u0067\u0072\u0061\u0076e"},{Key :"\u0061\u0061\u0063\u0075\u0074\u0065\u0072\u0069\u006e\u0067",Value :"\u0055\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073g\u0072\u0061\u0076\u0065"},{Key :"\u0049\u0068\u0061\u0063\u0065\u006b",Value :"\u0055\u0068\u006fr\u006e"},{Key :"\u0045\u0070\u0073\u0069\u006c\u006f\u006e\u0031",Value :"\u0055\u0068\u0075\u006e\u0067\u0061\u0072\u0075\u006d\u006c\u0061\u0075\u0074"},{Key :"\u0055d\u0062\u006c\u0061\u0063\u0075\u0074e",Value :"\u0055\u0068\u0075\u006e\u0067\u0061\u0072\u0075\u006d\u006c\u0061\u0075\u0074"},{Key :"\u0066s\u0063\u0072\u0069\u0070\u0074",Value :"\u0055o\u0067\u006f\u006e\u0065\u006b"},{Key :"\u0075p\u0055\u0070\u0073\u0069\u006c\u006fn",Value :"\u0055p\u0073\u0069\u006c\u006f\u006e"},{Key :"\u0055\u0070\u0073\u0069\u006c\u006f\u006e\u0068\u006f\u006f\u006b\u0073y\u006d\u0062\u006f\u006c",Value :"\u0055\u0070\u0073\u0069\u006c\u006f\u006e\u0031"},{Key :"\u005a\u0068\u0065\u0072\u0074\u0064\u0065\u0073",Value :"\u0055\u0070\u0073\u0069\u006c\u006f\u006e\u0031"},{Key :"\u007a\u0068\u0065\u0072\u0074\u0064\u0065\u0073",Value :"U\u0070\u0073\u0069\u006c\u006f\u006ea\u0063\u0075\u0074\u0065\u0068\u006f\u006f\u006b\u0073y\u006d\u0062\u006fl\u0067r\u0065\u0065\u006b"},{Key :"\u004f\u0068\u0061\u0063\u0065\u006b",Value :"\u0055\u0070\u0073\u0069\u006c\u006f\u006e\u0061\u0066r\u0069\u0063\u0061\u006e"},{Key :"\u005ae\u0063\u0065\u0064\u0069\u006c\u006ca",Value :"\u0055\u0070\u0073\u0069\u006c\u006f\u006e\u0064\u0069\u0065r\u0065\u0073\u0069\u0073\u0068\u006f\u006fk\u0073\u0079\u006d\u0062\u006f\u006c\u0067\u0072\u0065\u0065\u006b"},{Key :"\u0045\u0074\u0075r\u006e",Value :"\u0055\u0072\u0069n\u0067"},{Key :"U\u0063\u0079\u0072\u0069\u006c\u0062\u0072\u0065\u0076\u0065",Value :"\u0055\u0073\u0068\u006f\u0072\u0074\u0063\u0079\u0072i\u006c\u006c\u0069\u0063"},{Key :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00362",Value :"\u0055\u0073\u0068\u006f\u0072\u0074\u0063\u0079\u0072i\u006c\u006c\u0069\u0063"},{Key :"\u0066o\u0072\u0063\u0065\u0065\u0078\u0074r",Value :"\u0056\u0044\u0061s\u0068"},{Key :"\u006f\u0068\u0061\u0063\u0065\u006b",Value :"\u0056\u0068\u006fo\u006b"},{Key :"\u0047\u0061\u006d\u006d\u0061\u0031",Value :"W\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078"},{Key :"\u0059\u0061\u0074",Value :"\u0058\u0069"},{Key :"\u0075\u0070\u0058\u0069",Value :"\u0058\u0069"},{Key :"\u0049\u006f\u0074a\u0031",Value :"Y\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078"},{Key :"\u0055\u0068\u0061\u0063\u0065\u006b",Value :"\u0059\u0068\u006fo\u006b"},{Key :"\u0059\u0069",Value :"\u0059\u0069\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00356",Value :"\u0059\u0069\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u004e\u0068\u006fo\u006b",Value :"\u005a\u0063\u0061\u0072\u006f\u006e"},{Key :"\u005a\u0064\u006f\u0074",Value :"\u005a\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074"},{Key :"\u006ca\u006d\u0062\u0064\u0061\u0062\u0061r",Value :"\u005a\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074"},{Key :"\u0075\u0070\u005a\u0065\u0074\u0061",Value :"\u005a\u0065\u0074\u0061"},{Key :"\u0074\u0065\u006c\u0065\u0070\u0068\u006f\u006e\u0065b\u006c\u0061\u0063\u006b",Value :"\u0061\u0034"},{Key :"\u006da\u006c\u0074\u0065\u0073\u0065",Value :"\u0061\u0039"},{Key :"\u006d\u0061\u006ct\u0065\u0073\u0065\u0063\u0072\u006f\u0073\u0073",Value :"\u0061\u0039"},{Key :"\u0070\u006f\u0069nt\u0069\u006e\u0067\u0069\u006e\u0064\u0065\u0078\u0072\u0069\u0067\u0068\u0074\u0077\u0068\u0069\u0074\u0065",Value :"\u0061\u0031\u0032"},{Key :"\u0063h\u0065\u0063\u006b\u006d\u0061\u0072k",Value :"\u0061\u0031\u0039"},{Key :"\u0062i\u0067\u0073\u0074\u0061\u0072",Value :"\u0061\u0033\u0035"},{Key :"\u0062l\u0061\u0063\u006b\u0073\u0074\u0061r",Value :"\u0061\u0033\u0035"},{Key :"c\u0069\u0072\u0063\u006c\u0065\u0064\u0073\u0074\u0061\u0072",Value :"\u0061\u0033\u0037"},{Key :"\u0076a\u0072\u0073\u0074\u0061\u0072",Value :"\u0061\u0034\u0039"},{Key :"\u0064\u0069\u006eg\u0061\u0073\u0074\u0065\u0072\u0069\u0073\u006b",Value :"\u0061\u0035\u0036"},{Key :"c\u0069\u0072\u0063\u006c\u0065\u0073\u006f\u006c\u0069\u0064",Value :"\u0061\u0037\u0031"},{Key :"\u006d\u0064\u006c\u0067\u0062\u006c\u006b\u0063\u0069\u0072\u0063\u006c\u0065",Value :"\u0061\u0037\u0031"},{Key :"\u0062\u0075\u006cl\u0065\u0074\u0061\u006c\u0074\u006f\u006e\u0065",Value :"\u0061\u0037\u0031"},{Key :"b\u006c\u0061\u0063\u006b\u0063\u0069\u0072\u0063\u006c\u0065",Value :"\u0061\u0037\u0031"},{Key :"\u0048\u0031\u0038\u0035\u0033\u0033",Value :"\u0061\u0037\u0031"},{Key :"\u0066i\u006c\u006c\u0065\u0064\u0062\u006fx",Value :"\u0061\u0037\u0033"},{Key :"s\u0071\u0075\u0061\u0072\u0065\u0073\u006f\u006c\u0069\u0064",Value :"\u0061\u0037\u0033"},{Key :"\u006d\u0064\u006c\u0067\u0062\u006c\u006b\u0073\u0071\u0075\u0061\u0072\u0065",Value :"\u0061\u0037\u0033"},{Key :"b\u006c\u0061\u0063\u006b\u0073\u0071\u0075\u0061\u0072\u0065",Value :"\u0061\u0037\u0033"},{Key :"\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065\u0073\u006f\u006c\u0069\u0064",Value :"\u0061\u0037\u0036"},{Key :"\u0062\u006c\u0061ck\u0075\u0070\u0070\u006f\u0069\u006e\u0074\u0069\u006e\u0067\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065",Value :"\u0061\u0037\u0036"},{Key :"\u0062i\u0067b\u006c\u0061\u0063\u006b\u0074r\u0069\u0061n\u0067\u006c\u0065\u0075\u0070",Value :"\u0061\u0037\u0036"},{Key :"\u0074r\u0069\u0061\u0067\u0075\u0070",Value :"\u0061\u0037\u0036"},{Key :"\u0062l\u0061\u0063\u006b\u0064o\u0077\u006e\u0070\u006f\u0069n\u0074i\u006eg\u0074\u0072\u0069\u0061\u006e\u0067\u006ce",Value :"\u0061\u0037\u0037"},{Key :"\u0074r\u0069a\u006e\u0067\u006c\u0065\u0064\u006f\u0077\u006e\u0073\u006c\u0064",Value :"\u0061\u0037\u0037"},{Key :"\u0074r\u0069\u0061\u0067\u0064\u006e",Value :"\u0061\u0037\u0037"},{Key :"b\u0069g\u0062\u006c\u0061\u0063\u006b\u0074\u0072\u0069a\u006e\u0067\u006c\u0065do\u0077\u006e",Value :"\u0061\u0037\u0037"},{Key :"\u0064\u0069\u0061\u006d\u006f\u006e\u0064\u0072\u0068\u006f\u006d\u0062s\u006f\u006c\u0069\u0064",Value :"\u0061\u0037\u0038"},{Key :"\u0062\u006c\u0061c\u006b\u0064\u0069\u0061\u006d\u006f\u006e\u0064",Value :"\u0061\u0037\u0038"},{Key :"\u006d\u0064\u006c\u0067\u0062\u006c\u006b\u0064\u0069a\u006d\u006f\u006e\u0064",Value :"\u0061\u0037\u0038"},{Key :"\u0073\u0065\u006d\u0069\u0063\u0069\u0072\u0063\u006c\u0065\u006c\u0065r\u0074\u0073\u006c\u0064",Value :"\u0061\u0038\u0031"},{Key :"b\u006ca\u0063\u006b\u0072\u0069\u0067\u0068\u0074\u0068a\u006c\u0066\u0063\u0069rc\u006c\u0065",Value :"\u0061\u0038\u0031"},{Key :"\u006fn\u0065\u0063\u0069\u0072\u0063\u006ce",Value :"\u0061\u0031\u0032\u0030"},{Key :"\u0074w\u006f\u0063\u0069\u0072\u0063\u006ce",Value :"\u0061\u0031\u0032\u0031"},{Key :"t\u0068\u0072\u0065\u0065\u0063\u0069\u0072\u0063\u006c\u0065",Value :"\u0061\u0031\u0032\u0032"},{Key :"\u0066\u006f\u0075\u0072\u0063\u0069\u0072\u0063\u006c\u0065",Value :"\u0061\u0031\u0032\u0033"},{Key :"\u0066\u0069\u0076\u0065\u0063\u0069\u0072\u0063\u006c\u0065",Value :"\u0061\u0031\u0032\u0034"},{Key :"\u0073i\u0078\u0063\u0069\u0072\u0063\u006ce",Value :"\u0061\u0031\u0032\u0035"},{Key :"s\u0065\u0076\u0065\u006e\u0063\u0069\u0072\u0063\u006c\u0065",Value :"\u0061\u0031\u0032\u0036"},{Key :"e\u0069\u0067\u0068\u0074\u0063\u0069\u0072\u0063\u006c\u0065",Value :"\u0061\u0031\u0032\u0037"},{Key :"\u006e\u0069\u006e\u0065\u0063\u0069\u0072\u0063\u006c\u0065",Value :"\u0061\u0031\u0032\u0038"},{Key :"\u0074e\u006e\u0063\u0069\u0072\u0063\u006ce",Value :"\u0061\u0031\u0032\u0039"},{Key :"\u006fn\u0065\u0063\u0069\u0072c\u006c\u0065\u0069\u006e\u0076e\u0072s\u0065s\u0061\u006e\u0073\u0073\u0065\u0072\u0069f",Value :"\u0061\u0031\u0035\u0030"},{Key :"\u0074w\u006f\u0063\u0069\u0072c\u006c\u0065\u0069\u006e\u0076e\u0072s\u0065s\u0061\u006e\u0073\u0073\u0065\u0072\u0069f",Value :"\u0061\u0031\u0035\u0031"},{Key :"t\u0068\u0072\u0065\u0065\u0063\u0069r\u0063\u006c\u0065\u0069\u006e\u0076\u0065\u0072\u0073e\u0073\u0061\u006es\u0073e\u0072\u0069\u0066",Value :"\u0061\u0031\u0035\u0032"},{Key :"\u0066\u006f\u0075\u0072\u0063\u0069\u0072\u0063\u006c\u0065\u0069n\u0076\u0065\u0072\u0073\u0065\u0073\u0061\u006e\u0073\u0073e\u0072\u0069\u0066",Value :"\u0061\u0031\u0035\u0033"},{Key :"\u0066\u0069\u0076\u0065\u0063\u0069\u0072\u0063\u006c\u0065\u0069n\u0076\u0065\u0072\u0073\u0065\u0073\u0061\u006e\u0073\u0073e\u0072\u0069\u0066",Value :"\u0061\u0031\u0035\u0034"},{Key :"\u0073i\u0078\u0063\u0069\u0072c\u006c\u0065\u0069\u006e\u0076e\u0072s\u0065s\u0061\u006e\u0073\u0073\u0065\u0072\u0069f",Value :"\u0061\u0031\u0035\u0035"},{Key :"s\u0065\u0076\u0065\u006e\u0063\u0069r\u0063\u006c\u0065\u0069\u006e\u0076\u0065\u0072\u0073e\u0073\u0061\u006es\u0073e\u0072\u0069\u0066",Value :"\u0061\u0031\u0035\u0036"},{Key :"e\u0069\u0067\u0068\u0074\u0063\u0069r\u0063\u006c\u0065\u0069\u006e\u0076\u0065\u0072\u0073e\u0073\u0061\u006es\u0073e\u0072\u0069\u0066",Value :"\u0061\u0031\u0035\u0037"},{Key :"\u006e\u0069\u006e\u0065\u0063\u0069\u0072\u0063\u006c\u0065\u0069n\u0076\u0065\u0072\u0073\u0065\u0073\u0061\u006e\u0073\u0073e\u0072\u0069\u0066",Value :"\u0061\u0031\u0035\u0038"},{Key :"u\u0070\u0064\u006f\u0077\u006e\u0061\u0072\u0072\u006f\u0077",Value :"\u0061\u0031\u0036\u0034"},{Key :"\u0061\u0072\u0072\u006f\u0077\u0062\u006f\u0074\u0068\u0076",Value :"\u0061\u0031\u0036\u0034"},{Key :"\u0061r\u0072\u006f\u0077\u0075\u0070\u0064n",Value :"\u0061\u0031\u0036\u0034"},{Key :"\u0064\u0072\u0061\u0066\u0074\u0069\u006e\u0067\u0061\u0072\u0072\u006f\u0077",Value :"\u0061\u0031\u0036\u0036"},{Key :"\u0061r\u0072o\u0077\u0072\u0069\u0067\u0068\u0074\u0068\u0065\u0061\u0076\u0079",Value :"\u0061\u0031\u0036\u0039"},{Key :"\u0059o\u0067\u0068\u0068\u0061\u0063\u0065k",Value :"\u0061\u0063\u0061\u0072\u006f\u006e"},{Key :"\u0061\u0063\u0075\u0074\u0065\u0063\u006d\u0062",Value :"\u0061c\u0075\u0074\u0065\u0063\u006f\u006db"},{Key :"\u0061r\u0072o\u0077\u0061\u006e\u0074\u0069\u0063\u006c\u006f\u0063\u006b\u0077",Value :"\u0061c\u0077o\u0070\u0065\u006e\u0063\u0069r\u0063\u006ce\u0061\u0072\u0072\u006f\u0077"},{Key :"\u0075p\u0073l\u006f\u0070\u0065\u0065\u006c\u006c\u0069\u0070\u0073\u0069\u0073",Value :"\u0061\u0064\u006ft\u0073"},{Key :"\u006cr\u0074\u0068\u006f\u006f\u006b",Value :"\u0061e\u0061\u0063\u0075\u0074\u0065"},{Key :"l\u0065\u0066\u0074\u0074\u006f\u0072\u0069\u0067\u0068\u0074",Value :"\u0061f\u0069\u0069\u0032\u0039\u0039"},{Key :"r\u0069\u0067\u0068\u0074\u0074\u006f\u006c\u0065\u0066\u0074",Value :"\u0061f\u0069\u0069\u0033\u0030\u0030"},{Key :"\u007a\u0065\u0072\u006f\u006a\u006f\u0069\u006e",Value :"\u0061f\u0069\u0069\u0033\u0030\u0031"},{Key :"\u0041\u0063\u0079\u0072\u0069\u006c",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00317"},{Key :"\u0041c\u0079\u0072\u0069\u006c\u006c\u0069c",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00317"},{Key :"\u0042\u0065",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00318"},{Key :"\u0042\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00318"},{Key :"\u0056\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00319"},{Key :"\u0056\u0065",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00319"},{Key :"\u005a\u0068\u0065",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00324"},{Key :"Z\u0068\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00324"},{Key :"\u005a\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00325"},{Key :"\u005a\u0065",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00325"},{Key :"\u0049i\u0062\u0072\u0065\u0076\u0065",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00327"},{Key :"\u0049i\u0073h\u006f\u0072\u0074\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00327"},{Key :"\u004b\u0061\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00328"},{Key :"\u004b\u0061",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00328"},{Key :"\u0045\u006e",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00331"},{Key :"\u0045\u006e\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00331"},{Key :"\u0050e\u0063\u0079\u0072\u0069\u006c",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00333"},{Key :"\u0050\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00333"},{Key :"\u0045\u0072\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00334"},{Key :"\u0045\u0072",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00334"},{Key :"\u0045\u0073",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00335"},{Key :"\u0045\u0073\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00335"},{Key :"\u0054\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00336"},{Key :"\u0054\u0065",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00336"},{Key :"\u0045\u0066\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00338"},{Key :"\u0045\u0066",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00338"},{Key :"\u0053\u0068\u0063\u0068\u0061\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00343"},{Key :"\u0053\u0068\u0063h\u0061",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00343"},{Key :"\u0048\u0061\u0072\u0064",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00344"},{Key :"\u0048\u0061r\u0064\u0073\u0069g\u006e\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00344"},{Key :"\u0059\u0065\u0072i\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00345"},{Key :"\u0059\u0065\u0072\u0069",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00345"},{Key :"\u0053\u006f\u0066\u0074",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00346"},{Key :"\u0053\u006ff\u0074\u0073\u0069g\u006e\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00346"},{Key :"\u0049\u0075",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00348"},{Key :"\u0049\u0055\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00348"},{Key :"\u0049\u0061",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00349"},{Key :"\u0049\u0041\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00349"},{Key :"\u0044\u006a\u0065",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00351"},{Key :"D\u006a\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00351"},{Key :"\u0047\u006a\u0065",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00352"},{Key :"G\u006a\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00352"},{Key :"\u0044\u007a\u0065",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00354"},{Key :"D\u007a\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00354"},{Key :"\u0049\u0063\u0079\u0072\u0069\u006c",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00355"},{Key :"\u0049c\u0079\u0072\u0069\u006c\u006c\u0069c",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00355"},{Key :"\u004a\u0065",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00357"},{Key :"\u004a\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00357"},{Key :"\u004e\u006a\u0065",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00359"},{Key :"N\u006a\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00359"},{Key :"\u0061c\u0079\u0072\u0069\u006c\u006c\u0069c",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00365"},{Key :"\u0061\u0063\u0079\u0072\u0069\u006c",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00365"},{Key :"\u0076\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00367"},{Key :"\u0076\u0065",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00367"},{Key :"\u0067\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00368"},{Key :"\u0067\u0065",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00368"},{Key :"\u0064\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00369"},{Key :"\u0064\u0065",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00369"},{Key :"\u0069\u006f",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00371"},{Key :"\u0069\u006f\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00371"},{Key :"\u007a\u0065",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00373"},{Key :"\u007a\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00373"},{Key :"\u0069i\u0062\u0072\u0065\u0076\u0065",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00375"},{Key :"\u0069i\u0073h\u006f\u0072\u0074\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00375"},{Key :"\u0065\u006e",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00379"},{Key :"\u0065\u006e\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00379"},{Key :"\u0074\u0065",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00384"},{Key :"\u0074\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00384"},{Key :"\u0075c\u0079\u0072\u0069\u006c\u006c\u0069c",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00385"},{Key :"\u0075\u0063\u0079\u0072\u0069\u006c",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00385"},{Key :"\u0065\u0066\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00386"},{Key :"\u0065\u0066",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00386"},{Key :"\u006b\u0068\u0061",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00387"},{Key :"k\u0068\u0061\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00387"},{Key :"s\u0068\u0061\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00390"},{Key :"\u0073\u0068\u0061",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00390"},{Key :"\u0073\u0068\u0063\u0068\u0061\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00391"},{Key :"\u0073\u0068\u0063h\u0061",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00391"},{Key :"\u0069\u0075",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00396"},{Key :"\u0069\u0075\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00396"},{Key :"\u0069\u0061\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00397"},{Key :"\u0069\u0061",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00397"},{Key :"d\u007a\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",Value :"\u0061f\u0069\u0069\u0031\u0030\u0031\u00302"},{Key :"\u0064\u007a\u0065",Value :"\u0061f\u0069\u0069\u0031\u0030\u0031\u00302"},{Key :"\u0069c\u0079\u0072\u0069\u006c\u006c\u0069c",Value :"\u0061f\u0069\u0069\u0031\u0030\u0031\u00303"},{Key :"\u0069\u0063\u0079\u0072\u0069\u006c",Value :"\u0061f\u0069\u0069\u0031\u0030\u0031\u00303"},{Key :"\u006a\u0065",Value :"\u0061f\u0069\u0069\u0031\u0030\u0031\u00305"},{Key :"\u006a\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",Value :"\u0061f\u0069\u0069\u0031\u0030\u0031\u00305"},{Key :"n\u006a\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",Value :"\u0061f\u0069\u0069\u0031\u0030\u0031\u00307"},{Key :"\u006e\u006a\u0065",Value :"\u0061f\u0069\u0069\u0031\u0030\u0031\u00307"},{Key :"k\u006a\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",Value :"\u0061f\u0069\u0069\u0031\u0030\u0031\u00309"},{Key :"\u006b\u006a\u0065",Value :"\u0061f\u0069\u0069\u0031\u0030\u0031\u00309"},{Key :"\u0075\u0073\u0068\u006f\u0072\u0074\u0063\u0079\u0072i\u006c\u006c\u0069\u0063",Value :"\u0061f\u0069\u0069\u0031\u0030\u0031\u00310"},{Key :"u\u0063\u0079\u0072\u0069\u006c\u0062\u0072\u0065\u0076\u0065",Value :"\u0061f\u0069\u0069\u0031\u0030\u0031\u00310"},{Key :"Y\u0061\u0074\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",Value :"\u0061f\u0069\u0069\u0031\u0030\u0031\u00346"},{Key :"\u0046\u0069\u0074a\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",Value :"\u0061f\u0069\u0069\u0031\u0030\u0031\u00347"},{Key :"\u0049z\u0068i\u0074\u0073\u0061\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",Value :"\u0061f\u0069\u0069\u0031\u0030\u0031\u00348"},{Key :"\u0066\u0069\u0074a\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",Value :"\u0061f\u0069\u0069\u0031\u0030\u0031\u00395"},{Key :"\u0069z\u0068i\u0074\u0073\u0061\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",Value :"\u0061f\u0069\u0069\u0031\u0030\u0031\u00396"},{Key :"\u0061f\u0069\u0069\u0031\u0030\u0031\u00390",Value :"\u0061f\u0069\u0069\u0031\u0030\u0031\u00396"},{Key :"a\u0072\u0061\u0062\u0069\u0063\u0063\u006f\u006d\u006d\u0061",Value :"\u0061f\u0069\u0069\u0035\u0037\u0033\u00388"},{Key :"c\u006f\u006d\u006d\u0061\u0061\u0072\u0061\u0062\u0069\u0063",Value :"\u0061f\u0069\u0069\u0035\u0037\u0033\u00388"},{Key :"t\u0068\u0072\u0065\u0065\u0061\u0072\u0061\u0062\u0069\u0063",Value :"\u0061f\u0069\u0069\u0035\u0037\u0033\u00395"},{Key :"\u0074h\u0072e\u0065\u0068\u0061\u0063\u006b\u0061\u0072\u0061\u0062\u0069\u0063",Value :"\u0061f\u0069\u0069\u0035\u0037\u0033\u00395"},{Key :"a\u0072\u0061\u0062\u0069ci\u006ed\u0069\u0063\u0064\u0069\u0067i\u0074\u0074\u0068\u0072\u0065\u0065",Value :"\u0061f\u0069\u0069\u0035\u0037\u0033\u00395"},{Key :"\u0073\u0069\u0078\u0068\u0061\u0063\u006b\u0061\u0072\u0061\u0062\u0069\u0063",Value :"\u0061f\u0069\u0069\u0035\u0037\u0033\u00398"},{Key :"\u0061\u0072\u0061\u0062ic\u0069\u006e\u0064\u0069\u0063\u0064\u0069\u0067\u0069\u0074\u0073\u0069\u0078",Value :"\u0061f\u0069\u0069\u0035\u0037\u0033\u00398"},{Key :"\u0073i\u0078\u0061\u0072\u0061\u0062\u0069c",Value :"\u0061f\u0069\u0069\u0035\u0037\u0033\u00398"},{Key :"\u0073e\u0076e\u006e\u0068\u0061\u0063\u006b\u0061\u0072\u0061\u0062\u0069\u0063",Value :"\u0061f\u0069\u0069\u0035\u0037\u0033\u00399"},{Key :"a\u0072\u0061\u0062\u0069ci\u006ed\u0069\u0063\u0064\u0069\u0067i\u0074\u0073\u0065\u0076\u0065\u006e",Value :"\u0061f\u0069\u0069\u0035\u0037\u0033\u00399"},{Key :"s\u0065\u0076\u0065\u006e\u0061\u0072\u0061\u0062\u0069\u0063",Value :"\u0061f\u0069\u0069\u0035\u0037\u0033\u00399"},{Key :"\u0061r\u0061b\u0069\u0063\u0073\u0065\u006d\u0069\u0063\u006f\u006c\u006f\u006e",Value :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00303"},{Key :"\u0073e\u006di\u0063\u006f\u006c\u006f\u006e\u0061\u0072\u0061\u0062\u0069\u0063",Value :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00303"},{Key :"\u0071\u0075\u0065\u0073\u0074\u0069\u006f\u006e\u0061r\u0061\u0062\u0069\u0063",Value :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00307"},{Key :"\u0061r\u0061b\u0069\u0063\u0071\u0075\u0065s\u0074\u0069o\u006e\u006d\u0061\u0072\u006b",Value :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00307"},{Key :"a\u006ce\u0066\u006d\u0061\u0064\u0064\u0061\u0061\u0062o\u0076\u0065\u0061\u0072ab\u0069\u0063",Value :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00310"},{Key :"\u0061l\u0065f\u0077\u0069\u0074\u0068\u006da\u0064\u0064a\u0061\u0062\u006f\u0076\u0065",Value :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00310"},{Key :"a\u006ce\u0066\u0068\u0061\u006d\u007a\u0061\u0061\u0062o\u0076\u0065\u0061\u0072ab\u0069\u0063",Value :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00311"},{Key :"\u0061l\u0065f\u0077\u0069\u0074\u0068\u0068a\u006d\u007aa\u0061\u0062\u006f\u0076\u0065",Value :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00311"},{Key :"\u0077\u0061\u0077\u0077\u0069\u0074\u0068\u0068\u0061\u006d\u007a\u0061a\u0062\u006f\u0076\u0065",Value :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00312"},{Key :"\u0077\u0061\u0077\u0068am\u007a\u0061\u0061\u0062\u006f\u0076\u0065\u0061\u0072\u0061\u0062\u0069\u0063",Value :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00312"},{Key :"\u0074\u0065\u0068",Value :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00318"},{Key :"\u0074e\u0068\u0061\u0072\u0061\u0062\u0069c",Value :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00318"},{Key :"\u0068\u0061\u0068",Value :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00321"},{Key :"\u0068a\u0068\u0061\u0072\u0061\u0062\u0069c",Value :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00321"},{Key :"\u006b\u0068\u0061\u0068\u0061\u0072\u0061\u0062\u0069\u0063",Value :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00322"},{Key :"\u006b\u0068\u0061\u0068",Value :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00322"},{Key :"\u0064a\u006c\u0061\u0072\u0061\u0062\u0069c",Value :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00323"},{Key :"\u0064\u0061\u006c",Value :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00323"},{Key :"\u0073\u0065\u0065\u006e\u0061\u0072\u0061\u0062\u0069\u0063",Value :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00327"},{Key :"\u0073\u0065\u0065\u006e",Value :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00327"},{Key :"s\u0068\u0065\u0065\u006e\u0061\u0072\u0061\u0062\u0069\u0063",Value :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00328"},{Key :"\u0073\u0068\u0065e\u006e",Value :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00328"},{Key :"\u0073a\u0064\u0061\u0072\u0061\u0062\u0069c",Value :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00329"},{Key :"\u0073\u0061\u0064",Value :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00329"},{Key :"\u0064\u0061\u0064",Value :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00330"},{Key :"\u0064a\u0064\u0061\u0072\u0061\u0062\u0069c",Value :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00330"},{Key :"\u0061i\u006e\u0061\u0072\u0061\u0062\u0069c",Value :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00333"},{Key :"\u0061\u0069\u006e",Value :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00333"},{Key :"\u0066e\u0068\u0061\u0072\u0061\u0062\u0069c",Value :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00341"},{Key :"\u0066\u0065\u0068",Value :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00341"},{Key :"\u0071\u0061\u0066",Value :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00342"},{Key :"\u0071a\u0066\u0061\u0072\u0061\u0062\u0069c",Value :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00342"},{Key :"\u0061r\u0061\u0062\u0069\u0063\u006b\u0061f",Value :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00343"},{Key :"\u006ba\u0066\u0061\u0072\u0061\u0062\u0069c",Value :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00343"},{Key :"\u006c\u0061\u006d",Value :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00344"},{Key :"\u006ca\u006d\u0061\u0072\u0061\u0062\u0069c",Value :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00344"},{Key :"\u006d\u0065\u0065\u006d",Value :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00345"},{Key :"\u006d\u0065\u0065\u006d\u0061\u0072\u0061\u0062\u0069\u0063",Value :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00345"},{Key :"\u0066\u0061\u0074\u0068\u0061\u0074\u0061\u006e\u0061r\u0061\u0062\u0069\u0063",Value :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00351"},{Key :"\u0066\u0061\u0074\u0068\u0061\u0074\u0061\u006e",Value :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00351"},{Key :"\u0064\u0061\u006d\u006d\u0061\u0074\u0061\u006e",Value :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00352"},{Key :"\u0064\u0061\u006d\u006d\u0061\u0074\u0061\u006e\u0061r\u0061\u0062\u0069\u0063",Value :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00352"},{Key :"d\u0061m\u006d\u0061\u0074\u0061\u006e\u0061\u006c\u0074o\u006e\u0065\u0061\u0072ab\u0069\u0063",Value :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00352"},{Key :"k\u0061\u0073\u0072\u0061\u0061\u0072\u0061\u0062\u0069\u0063",Value :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00356"},{Key :"\u006b\u0061\u0073r\u0061",Value :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00356"},{Key :"\u006a\u0065\u0068",Value :"\u0061f\u0069\u0069\u0035\u0037\u0035\u00308"},{Key :"\u006ae\u0068\u0061\u0072\u0061\u0062\u0069c",Value :"\u0061f\u0069\u0069\u0035\u0037\u0035\u00308"},{Key :"\u0074\u0074\u0065\u0068\u0061\u0072\u0061\u0062\u0069\u0063",Value :"\u0061f\u0069\u0069\u0035\u0037\u0035\u00311"},{Key :"\u0064\u0064\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",Value :"\u0061f\u0069\u0069\u0035\u0037\u0035\u00312"},{Key :"\u006e\u006fo\u006e\u0067\u0068u\u006e\u006e\u0061\u0061\u0072\u0061\u0062\u0069\u0063",Value :"\u0061f\u0069\u0069\u0035\u0037\u0035\u00314"},{Key :"\u0061\u0072\u0061\u0062\u0069\u0063\u0061\u0065",Value :"\u0061f\u0069\u0069\u0035\u0037\u0035\u00334"},{Key :"\u0073\u0068\u0065\u0071\u0065\u006c",Value :"\u0061f\u0069\u0069\u0035\u0037\u0036\u00336"},{Key :"\u0073\u0068\u0065q\u0065\u006c\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0061f\u0069\u0069\u0035\u0037\u0036\u00336"},{Key :"\u006e\u0065\u0077\u0073\u0068\u0065\u0071\u0065\u006c\u0073\u0069\u0067\u006e",Value :"\u0061f\u0069\u0069\u0035\u0037\u0036\u00336"},{Key :"\u006ee\u0077\u0073\u0068\u0065\u0071\u0065l",Value :"\u0061f\u0069\u0069\u0035\u0037\u0036\u00336"},{Key :"\u006d\u0061\u0071a\u0066",Value :"\u0061f\u0069\u0069\u0035\u0037\u0036\u00345"},{Key :"m\u0061\u0071\u0061\u0066\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0061f\u0069\u0069\u0035\u0037\u0036\u00345"},{Key :"g\u0069\u006d\u0065\u006c\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0061f\u0069\u0069\u0035\u0037\u0036\u00366"},{Key :"\u0067\u0069\u006de\u006c",Value :"\u0061f\u0069\u0069\u0035\u0037\u0036\u00366"},{Key :"\u0068\u0065\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0061f\u0069\u0069\u0035\u0037\u0036\u00368"},{Key :"\u0068\u0065",Value :"\u0061f\u0069\u0069\u0035\u0037\u0036\u00368"},{Key :"\u007a\u0061\u0079i\u006e",Value :"\u0061f\u0069\u0069\u0035\u0037\u0036\u00370"},{Key :"z\u0061\u0079\u0069\u006e\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0061f\u0069\u0069\u0035\u0037\u0036\u00370"},{Key :"\u0068e\u0074\u0068\u0065\u0062\u0072\u0065w",Value :"\u0061f\u0069\u0069\u0035\u0037\u0036\u00371"},{Key :"\u0068\u0065\u0074",Value :"\u0061f\u0069\u0069\u0035\u0037\u0036\u00371"},{Key :"\u0079o\u0064\u0068\u0065\u0062\u0072\u0065w",Value :"\u0061f\u0069\u0069\u0035\u0037\u0036\u00373"},{Key :"\u0079\u006f\u0064",Value :"\u0061f\u0069\u0069\u0035\u0037\u0036\u00373"},{Key :"\u0066\u0069\u006e\u0061lk\u0061\u0066\u0073\u0068\u0065\u0076\u0061\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0061f\u0069\u0069\u0035\u0037\u0036\u00374"},{Key :"\u0066\u0069\u006e\u0061\u006c\u006b\u0061\u0066",Value :"\u0061f\u0069\u0069\u0035\u0037\u0036\u00374"},{Key :"\u0066\u0069\u006e\u0061\u006c\u006b\u0061\u0066\u0073\u0068\u0065\u0076\u0061",Value :"\u0061f\u0069\u0069\u0035\u0037\u0036\u00374"},{Key :"f\u0069n\u0061\u006c\u006b\u0061\u0066\u0071\u0061\u006da\u0074\u0073\u0068\u0065br\u0065\u0077",Value :"\u0061f\u0069\u0069\u0035\u0037\u0036\u00374"},{Key :"\u0066\u0069\u006e\u0061\u006c\u006b\u0061\u0066\u0068e\u0062\u0072\u0065\u0077",Value :"\u0061f\u0069\u0069\u0035\u0037\u0036\u00374"},{Key :"\u0066\u0069\u006e\u0061\u006c\u006b\u0061\u0066\u0071a\u006d\u0061\u0074\u0073",Value :"\u0061f\u0069\u0069\u0035\u0037\u0036\u00374"},{Key :"\u006b\u0061\u0066\u0066\u0069\u006e\u0061\u006c",Value :"\u0061f\u0069\u0069\u0035\u0037\u0036\u00374"},{Key :"\u0066\u0069\u006e\u0061\u006c\u006e\u0075\u006e\u0068e\u0062\u0072\u0065\u0077",Value :"\u0061f\u0069\u0069\u0035\u0037\u0036\u00379"},{Key :"\u006e\u0075\u006e\u0066\u0069\u006e\u0061\u006c",Value :"\u0061f\u0069\u0069\u0035\u0037\u0036\u00379"},{Key :"\u0066\u0069\u006e\u0061\u006c\u006e\u0075\u006e",Value :"\u0061f\u0069\u0069\u0035\u0037\u0036\u00379"},{Key :"\u0070\u0065\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0061f\u0069\u0069\u0035\u0037\u0036\u00384"},{Key :"\u0070\u0065",Value :"\u0061f\u0069\u0069\u0035\u0037\u0036\u00384"},{Key :"\u0074\u0073\u0061d\u0069",Value :"\u0061f\u0069\u0069\u0035\u0037\u0036\u00386"},{Key :"t\u0073\u0061\u0064\u0069\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0061f\u0069\u0069\u0035\u0037\u0036\u00386"},{Key :"\u0073\u0068\u0069\u006e\u0077\u0069\u0074\u0068\u0073i\u006e\u0064\u006f\u0074",Value :"\u0061f\u0069\u0069\u0035\u0037\u0036\u00395"},{Key :"\u0073\u0068i\u006e\u0073\u0069n\u0064\u006f\u0074\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0061f\u0069\u0069\u0035\u0037\u0036\u00395"},{Key :"\u0073\u0068\u0069\u006e\u0073\u0069\u006e\u0064\u006f\u0074",Value :"\u0061f\u0069\u0069\u0035\u0037\u0036\u00395"},{Key :"\u0076\u0061\u0076v\u0061\u0076\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0061f\u0069\u0069\u0035\u0037\u0037\u00316"},{Key :"\u0076\u0061\u0076\u0064\u0062\u006c",Value :"\u0061f\u0069\u0069\u0035\u0037\u0037\u00316"},{Key :"\u0076\u0061\u0076y\u006f\u0064\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0061f\u0069\u0069\u0035\u0037\u0037\u00317"},{Key :"\u0076\u0061\u0076\u0079\u006f\u0064",Value :"\u0061f\u0069\u0069\u0035\u0037\u0037\u00317"},{Key :"\u0071\u0061\u006d\u0061ts\u0071\u0075\u0061\u0072\u0074\u0065\u0072\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0061f\u0069\u0069\u0035\u0037\u0037\u00397"},{Key :"\u0071a\u006d\u0061\u0074\u0073\u0071\u0061\u0074\u0061\u006e\u0071\u0075a\u0072\u0074\u0065\u0072\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0061f\u0069\u0069\u0035\u0037\u0037\u00397"},{Key :"\u0071\u0061\u006d\u0061\u0074\u0073\u0031\u0061",Value :"\u0061f\u0069\u0069\u0035\u0037\u0037\u00397"},{Key :"\u0071\u0061\u006da\u0074\u0073\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0061f\u0069\u0069\u0035\u0037\u0037\u00397"},{Key :"\u0071\u0061\u006dat\u0073\u0071\u0061\u0074\u0061\u006e\u006e\u0061\u0072\u0072\u006f\u0077\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0061f\u0069\u0069\u0035\u0037\u0037\u00397"},{Key :"\u0075\u006e\u0069\u0074\u0073\u0065\u0070\u0061\u0072\u0061\u0074\u006f\u0072",Value :"\u0061f\u0069\u0069\u0035\u0037\u0037\u00397"},{Key :"\u0071\u0061m\u0061\u0074\u0073w\u0069\u0064\u0065\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0061f\u0069\u0069\u0035\u0037\u0037\u00397"},{Key :"\u0071\u0061\u006d\u0061\u0074\u0073",Value :"\u0061f\u0069\u0069\u0035\u0037\u0037\u00397"},{Key :"\u0071\u0061\u006d\u0061\u0074\u0073\u0032\u0037",Value :"\u0061f\u0069\u0069\u0035\u0037\u0037\u00397"},{Key :"\u0071\u0061\u006d\u0061\u0074\u0073\u0071\u0061\u0074\u0061\u006e\u0068e\u0062\u0072\u0065\u0077",Value :"\u0061f\u0069\u0069\u0035\u0037\u0037\u00397"},{Key :"q\u0061\u006d\u0061\u0074sq\u0061t\u0061\u006e\u0077\u0069\u0064e\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0061f\u0069\u0069\u0035\u0037\u0037\u00397"},{Key :"\u0071\u0061\u006d\u0061\u0074\u0073\u0064\u0065",Value :"\u0061f\u0069\u0069\u0035\u0037\u0037\u00397"},{Key :"\u0071\u0061\u006d\u0061\u0074\u0073\u0031\u0063",Value :"\u0061f\u0069\u0069\u0035\u0037\u0037\u00397"},{Key :"\u0071\u0061\u006d\u0061\u0074\u0073\u0032\u0039",Value :"\u0061f\u0069\u0069\u0035\u0037\u0037\u00397"},{Key :"\u0071a\u006da\u0074\u0073\u006e\u0061\u0072r\u006f\u0077h\u0065\u0062\u0072\u0065\u0077",Value :"\u0061f\u0069\u0069\u0035\u0037\u0037\u00397"},{Key :"\u0071\u0061\u006d\u0061\u0074\u0073\u0031\u0030",Value :"\u0061f\u0069\u0069\u0035\u0037\u0037\u00397"},{Key :"\u0071\u0061\u006d\u0061\u0074\u0073\u0033\u0033",Value :"\u0061f\u0069\u0069\u0035\u0037\u0037\u00397"},{Key :"\u0073h\u0065\u0076\u0061\u0032\u0065",Value :"\u0061f\u0069\u0069\u0035\u0037\u0037\u00399"},{Key :"\u0073h\u0065v\u0061\u0071\u0075\u0061\u0072t\u0065\u0072h\u0065\u0062\u0072\u0065\u0077",Value :"\u0061f\u0069\u0069\u0035\u0037\u0037\u00399"},{Key :"\u0073h\u0065\u0076\u0061\u0031\u0035",Value :"\u0061f\u0069\u0069\u0035\u0037\u0037\u00399"},{Key :"\u0073\u0068\u0065\u0076\u0061\u0031\u0031\u0035",Value :"\u0061f\u0069\u0069\u0035\u0037\u0037\u00399"},{Key :"s\u0068\u0065\u0076\u0061\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0061f\u0069\u0069\u0035\u0037\u0037\u00399"},{Key :"\u0073\u0068\u0065v\u0061",Value :"\u0061f\u0069\u0069\u0035\u0037\u0037\u00399"},{Key :"\u0065\u006e\u0064\u0074\u0072\u0061\u006e\u0073\u0062\u006c\u006f\u0063\u006b",Value :"\u0061f\u0069\u0069\u0035\u0037\u0037\u00399"},{Key :"\u0073h\u0065\u0076\u0061\u0032\u0032",Value :"\u0061f\u0069\u0069\u0035\u0037\u0037\u00399"},{Key :"\u0073h\u0065v\u0061\u0077\u0069\u0064\u0065\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0061f\u0069\u0069\u0035\u0037\u0037\u00399"},{Key :"\u0073\u0068\u0065\u0076\u0061\u006e\u0061\u0072\u0072\u006f\u0077\u0068e\u0062\u0072\u0065\u0077",Value :"\u0061f\u0069\u0069\u0035\u0037\u0037\u00399"},{Key :"\u0073\u0069\u006ed\u006f\u0074\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0061f\u0069\u0069\u0035\u0037\u0038\u00303"},{Key :"\u0073\u0069\u006e\u0064\u006f\u0074",Value :"\u0061f\u0069\u0069\u0035\u0037\u0038\u00303"},{Key :"\u0072\u0061\u0066\u0065\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0061f\u0069\u0069\u0035\u0037\u0038\u00341"},{Key :"\u0072\u0061\u0066\u0065",Value :"\u0061f\u0069\u0069\u0035\u0037\u0038\u00341"},{Key :"\u0070\u0061\u0073e\u0071",Value :"\u0061f\u0069\u0069\u0035\u0037\u0038\u00342"},{Key :"p\u0061\u0073\u0065\u0071\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0061f\u0069\u0069\u0035\u0037\u0038\u00342"},{Key :"\u006cs\u0063\u0072\u0069\u0070\u0074",Value :"\u0061f\u0069\u0069\u0036\u0031\u0032\u00389"},{Key :"\u006cs\u0071\u0075\u0061\u0072\u0065",Value :"\u0061f\u0069\u0069\u0036\u0031\u0032\u00389"},{Key :"\u006c\u0069\u0074e\u0072",Value :"\u0061f\u0069\u0069\u0036\u0031\u0032\u00389"},{Key :"\u0065\u006c\u006c",Value :"\u0061f\u0069\u0069\u0036\u0031\u0032\u00389"},{Key :"\u0070\u0064\u0066",Value :"\u0061f\u0069\u0069\u0036\u0031\u0035\u00373"},{Key :"\u006c\u0072\u006f",Value :"\u0061f\u0069\u0069\u0036\u0031\u0035\u00374"},{Key :"\u0072\u006c\u006f",Value :"\u0061f\u0069\u0069\u0036\u0031\u0035\u00375"},{Key :"\u007ae\u0072o\u0077\u0069\u0064\u0074\u0068n\u006f\u006ej\u006f\u0069\u006e\u0065\u0072",Value :"\u0061f\u0069\u0069\u0036\u0031\u0036\u00364"},{Key :"\u0063\u0077\u006d",Value :"\u0061f\u0069\u0069\u0036\u0031\u0036\u00364"},{Key :"\u007a\u0065\u0072\u006f\u006e\u006f\u006a\u006f\u0069\u006e",Value :"\u0061f\u0069\u0069\u0036\u0031\u0036\u00364"},{Key :"\u0063\u006f\u006dp\u0077\u006f\u0072\u0064\u006d\u0061\u0072\u006b",Value :"\u0061f\u0069\u0069\u0036\u0031\u0036\u00364"},{Key :"a\u0072\u0061\u0062\u0069cf\u0069v\u0065\u0070\u006f\u0069\u006et\u0065\u0064\u0073\u0074\u0061\u0072",Value :"\u0061f\u0069\u0069\u0036\u0033\u0031\u00367"},{Key :"a\u0073t\u0065\u0072\u0069\u0073\u006b\u0061\u006c\u0074o\u006e\u0065\u0061\u0072ab\u0069\u0063",Value :"\u0061f\u0069\u0069\u0036\u0033\u0031\u00367"},{Key :"\u0061\u0073\u0074\u0065\u0072\u0069\u0073\u006b\u0061r\u0061\u0062\u0069\u0063",Value :"\u0061f\u0069\u0069\u0036\u0033\u0031\u00367"},{Key :"\u0063\u006fm\u006d\u0061\u0072e\u0076\u0065\u0072\u0073\u0065\u0064\u006d\u006f\u0064",Value :"\u0061f\u0069\u0069\u0036\u0034\u0039\u00337"},{Key :"\u006e\u0075\u006de\u0072\u0061\u006c\u0067\u0072\u0065\u0065\u006b",Value :"\u0061f\u0069\u0069\u0036\u0034\u0039\u00337"},{Key :"\u0061\u0069\u006e\u0066\u0069\u006e\u0061\u006c",Value :"\u0061\u0069\u006e\u0066\u0069\u006e\u0061\u006c\u0061r\u0061\u0062\u0069\u0063"},{Key :"\u0061\u0069\u006e\u0069\u006e\u0069\u0074\u0069\u0061\u006c",Value :"\u0061\u0069n\u0069\u006e\u0069t\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0061i\u006e\u006d\u0065\u0064\u0069\u0061l",Value :"\u0061i\u006em\u0065\u0064\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u006er\u0074\u0068\u006f\u006f\u006b",Value :"\u0061\u0069\u006e\u0076\u0065\u0072\u0074\u0065\u0064b\u0072\u0065\u0076\u0065"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0036\u00364",Value :"\u0061\u006c\u0065\u0066"},{Key :"\u0061\u006c\u0065\u0066\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0061\u006c\u0065\u0066"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00315",Value :"\u0061\u006c\u0065\u0066\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0061\u0072\u0061\u0062\u0069\u0063\u0061\u006c\u0065\u0066",Value :"\u0061\u006c\u0065\u0066\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0061\u006c\u0065\u0066\u0077\u0069\u0074\u0068\u006d\u0061\u0070\u0069\u0071",Value :"\u0061\u006ce\u0066\u0064\u0061g\u0065\u0073\u0068\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0061l\u0065\u0066\u0066\u0069\u006e\u0061l",Value :"\u0061l\u0065f\u0066\u0069\u006e\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0061\u006c\u0065fw\u0069\u0074\u0068\u0068\u0061\u006d\u007a\u0061\u0061\u0062\u006f\u0076\u0065\u0066\u0069\u006e\u0061\u006c",Value :"\u0061l\u0065\u0066\u0068\u0061m\u007a\u0061\u0061\u0062\u006fv\u0065f\u0069n\u0061\u006c\u0061\u0072\u0061\u0062\u0069c"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00313",Value :"a\u006ce\u0066\u0068\u0061\u006d\u007a\u0061\u0062\u0065l\u006f\u0077\u0061\u0072ab\u0069\u0063"},{Key :"\u0061l\u0065f\u0077\u0069\u0074\u0068\u0068a\u006d\u007aa\u0062\u0065\u006c\u006f\u0077",Value :"a\u006ce\u0066\u0068\u0061\u006d\u007a\u0061\u0062\u0065l\u006f\u0077\u0061\u0072ab\u0069\u0063"},{Key :"\u0061\u006c\u0065fw\u0069\u0074\u0068\u0068\u0061\u006d\u007a\u0061\u0062\u0065\u006c\u006f\u0077\u0066\u0069\u006e\u0061\u006c",Value :"\u0061l\u0065\u0066\u0068\u0061m\u007a\u0061\u0062\u0065\u006co\u0077f\u0069n\u0061\u006c\u0061\u0072\u0061\u0062\u0069c"},{Key :"\u0061l\u0065\u0066\u006c\u0061\u006d\u0065d",Value :"\u0061l\u0065f\u006c\u0061\u006d\u0065\u0064\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0061\u006c\u0065fw\u0069\u0074\u0068\u006d\u0061\u0064\u0064\u0061\u0061\u0062\u006f\u0076\u0065\u0066\u0069\u006e\u0061\u006c",Value :"\u0061l\u0065\u0066\u006d\u0061d\u0064\u0061\u0061\u0062\u006fv\u0065f\u0069n\u0061\u006c\u0061\u0072\u0061\u0062\u0069c"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00349",Value :"\u0061\u006c\u0065\u0066\u006d\u0061\u006b\u0073\u0075\u0072\u0061\u0061r\u0061\u0062\u0069\u0063"},{Key :"a\u006c\u0065\u0066\u006d\u0061\u006b\u0073\u0075\u0072\u0061",Value :"\u0061\u006c\u0065\u0066\u006d\u0061\u006b\u0073\u0075\u0072\u0061\u0061r\u0061\u0062\u0069\u0063"},{Key :"\u0061\u006ce\u0066\u006d\u0061k\u0073\u0075\u0072\u0061\u0066\u0069\u006e\u0061\u006c",Value :"\u0061\u006c\u0065\u0066ma\u006b\u0073\u0075\u0072\u0061\u0066\u0069\u006e\u0061\u006c\u0061\u0072\u0061\u0062i\u0063"},{Key :"\u0079e\u0068\u006d\u0065\u0064\u0069\u0061l",Value :"\u0061\u006c\u0065fm\u0061\u006b\u0073\u0075\u0072\u0061\u006d\u0065\u0064\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0079e\u0068m\u0065\u0064\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",Value :"\u0061\u006c\u0065fm\u0061\u006b\u0073\u0075\u0072\u0061\u006d\u0065\u0064\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0061\u006c\u0065\u0066\u0077\u0069\u0074\u0068\u0070\u0061\u0074\u0061\u0068",Value :"\u0061l\u0065f\u0070\u0061\u0074\u0061\u0068\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0061\u006c\u0065\u0066\u0077\u0069\u0074\u0068\u0071a\u006d\u0061\u0074\u0073",Value :"\u0061\u006ce\u0066\u0071\u0061m\u0061\u0074\u0073\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0061l\u0065\u0070\u0068\u006d\u0061\u0074h",Value :"\u0061\u006c\u0065p\u0068"},{Key :"\u0062\u0061\u0063\u006b\u0063\u006f\u006e\u0067",Value :"\u0061\u006c\u006c\u0065\u0071\u0075\u0061\u006c"},{Key :"\u0075p\u0061\u006c\u0070\u0068\u0061",Value :"\u0061\u006c\u0070h\u0061"},{Key :"\u0063\u0031\u0035\u0038",Value :"\u0061m\u0061\u0063\u0072\u006f\u006e"},{Key :"\u006c\u0061\u006e\u0067\u006c\u0065",Value :"\u0061\u006e\u0067\u0062\u0072\u0061\u0063\u006b\u0065t\u006c\u0065\u0066\u0074"},{Key :"\u0072\u0061\u006e\u0067\u006c\u0065",Value :"\u0061n\u0067b\u0072\u0061\u0063\u006b\u0065\u0074\u0072\u0069\u0067\u0068\u0074"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00370",Value :"\u0061\u006e\u0067\u006b\u0068\u0061\u006e\u006b\u0068u\u0074\u0068\u0061\u0069"},{Key :"\u0061\u006e\u0067\u0062\u0072\u0061\u0063\u006b\u0065\u0074\u006c\u0065f\u0074\u0042\u0069\u0067",Value :"\u0061n\u0067\u006c\u0065\u006c\u0065\u0066t"},{Key :"\u0061n\u0067b\u0072\u0061\u0063\u006b\u0065t\u006c\u0065f\u0074\u0042\u0069\u0067\u0067",Value :"\u0061n\u0067\u006c\u0065\u006c\u0065\u0066t"},{Key :"\u0061\u006e\u0067\u0062\u0072\u0061\u0063\u006b\u0065\u0074\u006c\u0065f\u0074\u0062\u0069\u0067",Value :"\u0061n\u0067\u006c\u0065\u006c\u0065\u0066t"},{Key :"\u0061n\u0067b\u0072\u0061\u0063\u006b\u0065t\u006c\u0065f\u0074\u0062\u0069\u0067\u0067",Value :"\u0061n\u0067\u006c\u0065\u006c\u0065\u0066t"},{Key :"\u0061n\u0067b\u0072\u0061\u0063\u006b\u0065t\u0072\u0069g\u0068\u0074\u0042\u0069\u0067",Value :"\u0061\u006e\u0067\u006c\u0065\u0072\u0069\u0067\u0068\u0074"},{Key :"\u0061\u006e\u0067\u0062ra\u0063\u006b\u0065\u0074\u0072\u0069\u0067\u0068\u0074\u0042\u0069\u0067\u0067",Value :"\u0061\u006e\u0067\u006c\u0065\u0072\u0069\u0067\u0068\u0074"},{Key :"\u0061n\u0067b\u0072\u0061\u0063\u006b\u0065t\u0072\u0069g\u0068\u0074\u0062\u0069\u0067",Value :"\u0061\u006e\u0067\u006c\u0065\u0072\u0069\u0067\u0068\u0074"},{Key :"\u0061\u006e\u0067\u0062ra\u0063\u006b\u0065\u0074\u0072\u0069\u0067\u0068\u0074\u0062\u0069\u0067\u0067",Value :"\u0061\u006e\u0067\u006c\u0065\u0072\u0069\u0067\u0068\u0074"},{Key :"\u0041\u006e\u0067\u0073\u0074\u0072\u006f\u006d",Value :"\u0061\u006e\u0067\u0073\u0074\u0072\u006f\u006d"},{Key :"\u0061\u0063\u0077\u0067\u0061\u0070\u0063\u0069\u0072\u0063\u006c\u0065a\u0072\u0072\u006f\u0077",Value :"\u0061\u006e\u0074\u0069\u0063\u006c\u006f\u0063\u006b\u0077\u0069\u0073\u0065"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0039\u00329",Value :"\u0061\u0070\u006f\u0073\u0074\u0072\u006f\u0070\u0068\u0065\u006d\u006f\u0064"},{Key :"\u0061\u0070\u0070\u0072\u006f\u0061\u0063\u0068\u006c\u0069\u006d\u0069\u0074",Value :"\u0061\u0070\u0070\u0072\u006f\u0061\u0063\u0068\u0065\u0073"},{Key :"\u0064\u006f\u0074e\u0071",Value :"\u0061\u0070\u0070\u0072\u006f\u0061\u0063\u0068\u0065\u0073"},{Key :"a\u006c\u006d\u006f\u0073\u0074\u0065\u0071\u0075\u0061\u006c",Value :"a\u0070\u0070\u0072\u006f\u0078\u0065\u0071\u0075\u0061\u006c"},{Key :"\u0061\u0070\u0070\u0072\u006f\u0078",Value :"a\u0070\u0070\u0072\u006f\u0078\u0065\u0071\u0075\u0061\u006c"},{Key :"\u0065\u0071\u0075\u0061\u006c\u0064\u006f\u0074\u006c\u0065\u0066\u0074r\u0069\u0067\u0068\u0074",Value :"\u0061p\u0070r\u006f\u0078\u0065\u0071\u0075a\u006c\u006fr\u0069\u006d\u0061\u0067\u0065"},{Key :"\u0066\u0061\u006c\u006c\u0069\u006e\u0067\u0064\u006f\u0074\u0073\u0065\u0071",Value :"\u0061p\u0070r\u006f\u0078\u0065\u0071\u0075a\u006c\u006fr\u0069\u006d\u0061\u0067\u0065"},{Key :"\u0074i\u006c\u0064\u0065\u0074\u0072\u0070l",Value :"a\u0070\u0070\u0072\u006f\u0078\u0069\u0064\u0065\u006e\u0074"},{Key :"\u0061\u006c\u006d\u006f\u0073\u0074\u006f\u0072\u0065\u0071\u0075\u0061\u006c",Value :"\u0061\u0070\u0070\u0072\u006f\u0078\u006f\u0072\u0065\u0071\u0075\u0061\u006c"},{Key :"\u0061\u0070\u0070\u0072\u006f\u0078\u0065\u0071",Value :"\u0061\u0070\u0070\u0072\u006f\u0078\u006f\u0072\u0065\u0071\u0075\u0061\u006c"},{Key :"\u0070\u0072\u006f\u0066\u006c\u0069\u006e\u0065",Value :"\u0061\u0072\u0063"},{Key :"c\u006f\u0072\u0072\u0065\u0073\u0070\u006f\u006e\u0064\u0073",Value :"\u0061\u0072\u0063e\u0071"},{Key :"\u0061r\u0072o\u0077\u0073\u0065\u006d\u0061n\u0074\u0069c\u006c\u006f\u0063\u006b\u0077",Value :"\u0061\u0072\u0063h\u006c\u0065\u0066\u0074\u0064\u006f\u0077\u006e"},{Key :"\u0063\u0075\u0072\u0076\u0065\u0061\u0072\u0072\u006fw\u006c\u0065\u0066\u0074",Value :"\u0061\u0072\u0063h\u006c\u0065\u0066\u0074\u0064\u006f\u0077\u006e"},{Key :"\u0061\u0072\u0072\u006f\u0077\u0073\u0065\u006d\u0063l\u006f\u0063\u006b\u0077",Value :"\u0061\u0072\u0063\u0068\u0072\u0069\u0067\u0068\u0074\u0064\u006f\u0077\u006e"},{Key :"\u0063u\u0072v\u0065\u0061\u0072\u0072\u006f\u0077\u0072\u0069\u0067\u0068\u0074",Value :"\u0061\u0072\u0063\u0068\u0072\u0069\u0067\u0068\u0074\u0064\u006f\u0077\u006e"},{Key :"\u006cm\u0069\u0064\u0074\u0069\u006c\u0064e",Value :"\u0061\u0072\u0069\u006e\u0067\u0061\u0063\u0075\u0074\u0065"},{Key :"\u0061\u0031\u0036\u0033",Value :"\u0061r\u0072\u006f\u0077\u0062\u006f\u0074h"},{Key :"\u006c\u0065\u0066\u0074\u0072\u0069\u0067\u0068\u0074a\u0072\u0072\u006f\u0077",Value :"\u0061r\u0072\u006f\u0077\u0062\u006f\u0074h"},{Key :"\u0064\u006f\u0077\u006e\u0064\u0061\u0073\u0068\u0061\u0072\u0072\u006f\u0077",Value :"\u0061\u0072\u0072\u006f\u0077\u0064\u0061\u0073\u0068\u0064\u006f\u0077\u006e"},{Key :"\u006c\u0065\u0066\u0074\u0064\u0061\u0073\u0068\u0061\u0072\u0072\u006f\u0077",Value :"\u0061\u0072\u0072\u006f\u0077\u0064\u0061\u0073\u0068\u006c\u0065\u0066\u0074"},{Key :"\u0072\u0069\u0067\u0068\u0074\u0064\u0061\u0073\u0068a\u0072\u0072\u006f\u0077",Value :"\u0061\u0072\u0072\u006f\u0077\u0064\u0061\u0073\u0068r\u0069\u0067\u0068\u0074"},{Key :"u\u0070\u0064\u0061\u0073\u0068\u0061\u0072\u0072\u006f\u0077",Value :"a\u0072\u0072\u006f\u0077\u0064\u0061\u0073\u0068\u0075\u0070"},{Key :"\u004c\u0065\u0066\u0074\u0072\u0069\u0067\u0068\u0074a\u0072\u0072\u006f\u0077",Value :"\u0061\u0072\u0072o\u0077\u0064\u0062\u006c\u0062\u006f\u0074\u0068"},{Key :"\u0061\u0072r\u006f\u0077\u0064b\u006c\u006c\u006f\u006e\u0067\u0062\u006f\u0074\u0068",Value :"\u0061\u0072\u0072o\u0077\u0064\u0062\u006c\u0062\u006f\u0074\u0068"},{Key :"\u0064\u0062\u006ca\u0072\u0072\u006f\u0077\u006c\u0065\u0066\u0074",Value :"\u0061\u0072\u0072o\u0077\u0064\u0062\u006c\u0062\u006f\u0074\u0068"},{Key :"U\u0070\u0064\u006f\u0077\u006e\u0061\u0072\u0072\u006f\u0077",Value :"\u0061\u0072\u0072\u006f\u0077\u0064\u0062\u006c\u0062\u006f\u0074\u0068\u0076"},{Key :"\u0061\u0072\u0072\u006f\u0077\u0064\u0062\u006c\u006c\u006f\u006e\u0067b\u006f\u0074\u0068\u0076",Value :"\u0061\u0072\u0072\u006f\u0077\u0064\u0062\u006c\u0062\u006f\u0074\u0068\u0076"},{Key :"\u0044o\u0077\u006e\u0061\u0072\u0072\u006fw",Value :"\u0061\u0072\u0072o\u0077\u0064\u0062\u006c\u0064\u006f\u0077\u006e"},{Key :"\u004ce\u0066\u0074\u0061\u0072\u0072\u006fw",Value :"\u0061\u0072\u0072o\u0077\u0064\u0062\u006c\u006c\u0065\u0066\u0074"},{Key :"\u0061\u0072\u0072o\u0077\u006c\u0065\u0066\u0074\u0064\u0062\u006c",Value :"\u0061\u0072\u0072o\u0077\u0064\u0062\u006c\u006c\u0065\u0066\u0074"},{Key :"\u0052\u0069\u0067\u0068\u0074\u0061\u0072\u0072\u006f\u0077",Value :"\u0061\u0072\u0072\u006f\u0077\u0064\u0062\u006c\u0072\u0069\u0067\u0068\u0074"},{Key :"\u0064\u0062\u006c\u0061\u0072\u0072\u006f\u0077\u0072\u0069\u0067\u0068\u0074",Value :"\u0061\u0072\u0072\u006f\u0077\u0064\u0062\u006c\u0072\u0069\u0067\u0068\u0074"},{Key :"\u0055p\u0061\u0072\u0072\u006f\u0077",Value :"\u0061\u0072\u0072\u006f\u0077\u0064\u0062\u006c\u0075\u0070"},{Key :"\u0064o\u0077\u006e\u0061\u0072\u0072\u006fw",Value :"\u0061r\u0072\u006f\u0077\u0064\u006f\u0077n"},{Key :"\u0073w\u0061\u0072\u0072\u006f\u0077",Value :"\u0061\u0072\u0072\u006f\u0077\u0064\u006f\u0077\u006e\u006c\u0065\u0066\u0074"},{Key :"\u0073e\u0061\u0072\u0072\u006f\u0077",Value :"\u0061\u0072\u0072\u006f\u0077\u0064\u006f\u0077\u006er\u0069\u0067\u0068\u0074"},{Key :"\u0061\u0072\u0072\u006f\u0077\u006f\u0070\u0065\u006e\u0064\u006f\u0077\u006e",Value :"\u0061\u0072\u0072\u006f\u0077\u0064\u006f\u0077\u006ew\u0068\u0069\u0074\u0065"},{Key :"\u0064\u006f\u0077\u006e\u0077\u0068\u0069\u0074\u0065a\u0072\u0072\u006f\u0077",Value :"\u0061\u0072\u0072\u006f\u0077\u0064\u006f\u0077\u006ew\u0068\u0069\u0074\u0065"},{Key :"\u0069o\u0074\u0061\u0073\u0075\u0062",Value :"\u0061\u0072\u0072\u006f\u0077\u0068\u0065\u0061\u0064\u0072\u0069\u0067h\u0074\u006d\u006f\u0064"},{Key :"\u0068\u006f\u006f\u006b\u0072\u0069\u0067\u0068\u0074a\u0072\u0072\u006f\u0077",Value :"\u0061\u0072\u0072\u006f\u0077\u0068\u006f\u006f\u006b\u006c\u0065\u0066\u0074"},{Key :"\u0068\u006f\u006f\u006b\u006c\u0065\u0066\u0074\u0061\u0072\u0072\u006f\u0077",Value :"\u0061\u0072\u0072\u006f\u0077\u0068\u006f\u006f\u006br\u0069\u0067\u0068\u0074"},{Key :"\u006ce\u0066\u0074\u0061\u0072\u0072\u006fw",Value :"\u0061r\u0072\u006f\u0077\u006c\u0065\u0066t"},{Key :"\u006ce\u0066t\u0068\u0061\u0072\u0070\u006f\u006f\u006e\u0064\u006f\u0077\u006e",Value :"\u0061\u0072r\u006f\u0077\u006ce\u0066\u0074\u0062\u006f\u0074\u0068\u0061\u006c\u0066"},{Key :"\u0061r\u0072o\u0077\u0064\u0062\u006c\u006c\u0065\u0066\u0074\u006e\u006f\u0074",Value :"\u0061r\u0072o\u0077\u006c\u0065\u0066\u0074d\u0062\u006cs\u0074\u0072\u006f\u006b\u0065"},{Key :"\u006e\u004c\u0065\u0066\u0074\u0061\u0072\u0072\u006f\u0077",Value :"\u0061r\u0072o\u0077\u006c\u0065\u0066\u0074d\u0062\u006cs\u0074\u0072\u006f\u006b\u0065"},{Key :"\u006eo\u0074d\u0062\u006c\u0061\u0072\u0072\u006f\u0077\u006c\u0065\u0066\u0074",Value :"\u0061r\u0072o\u0077\u006c\u0065\u0066\u0074d\u0062\u006cs\u0074\u0072\u006f\u006b\u0065"},{Key :"\u0061r\u0072o\u0077\u0070\u0061\u0072\u0072l\u0065\u0066t\u0072\u0069\u0067\u0068\u0074",Value :"\u0061r\u0072o\u0077\u006c\u0065\u0066\u0074o\u0076\u0065r\u0072\u0069\u0067\u0068\u0074"},{Key :"\u006ce\u0066t\u0072\u0069\u0067\u0068\u0074\u0061\u0072\u0072\u006f\u0077\u0073",Value :"\u0061r\u0072o\u0077\u006c\u0065\u0066\u0074o\u0076\u0065r\u0072\u0069\u0067\u0068\u0074"},{Key :"\u0061\u0072\u0072\u006f\u0077\u006f\u0070\u0065\u006e\u006c\u0065\u0066\u0074",Value :"\u0061\u0072\u0072\u006f\u0077\u006c\u0065\u0066\u0074w\u0068\u0069\u0074\u0065"},{Key :"\u006c\u0065\u0066\u0074\u0077\u0068\u0069\u0074\u0065a\u0072\u0072\u006f\u0077",Value :"\u0061\u0072\u0072\u006f\u0077\u006c\u0065\u0066\u0074w\u0068\u0069\u0074\u0065"},{Key :"\u0061\u0031\u0036\u0031",Value :"\u0061\u0072\u0072\u006f\u0077\u0072\u0069\u0067\u0068\u0074"},{Key :"\u0072\u0069\u0067\u0068\u0074\u0061\u0072\u0072\u006f\u0077",Value :"\u0061\u0072\u0072\u006f\u0077\u0072\u0069\u0067\u0068\u0074"},{Key :"\u0072\u0069g\u0068\u0074\u0068a\u0072\u0070\u006f\u006f\u006e\u0064\u006f\u0077\u006e",Value :"\u0061\u0072\u0072\u006f\u0077\u0072\u0069\u0067\u0068\u0074\u0062\u006ft\u0068\u0061\u006c\u0066"},{Key :"\u0061\u0072r\u006f\u0077\u0064b\u006c\u0072\u0069\u0067\u0068\u0074\u006e\u006f\u0074",Value :"\u0061\u0072\u0072\u006fwr\u0069\u0067\u0068\u0074\u0064\u0062\u006c\u0073\u0074\u0072\u006f\u006b\u0065"},{Key :"n\u0052\u0069\u0067\u0068\u0074\u0061\u0072\u0072\u006f\u0077",Value :"\u0061\u0072\u0072\u006fwr\u0069\u0067\u0068\u0074\u0064\u0062\u006c\u0073\u0074\u0072\u006f\u006b\u0065"},{Key :"\u006e\u006ft\u0064\u0062\u006ca\u0072\u0072\u006f\u0077\u0072\u0069\u0067\u0068\u0074",Value :"\u0061\u0072\u0072\u006fwr\u0069\u0067\u0068\u0074\u0064\u0062\u006c\u0073\u0074\u0072\u006f\u006b\u0065"},{Key :"\u0061r\u0072o\u0077\u0070\u0061\u0072\u0072r\u0069\u0067h\u0074\u006c\u0065\u0066\u0074",Value :"\u0061r\u0072o\u0077\u0072\u0069\u0067\u0068t\u006f\u0076e\u0072\u006c\u0065\u0066\u0074"},{Key :"\u0072i\u0067h\u0074\u006c\u0065\u0066\u0074\u0061\u0072\u0072\u006f\u0077\u0073",Value :"\u0061r\u0072o\u0077\u0072\u0069\u0067\u0068t\u006f\u0076e\u0072\u006c\u0065\u0066\u0074"},{Key :"\u0061\u0072\u0072\u006f\u0077\u006f\u0070\u0065\u006er\u0069\u0067\u0068\u0074",Value :"\u0061r\u0072o\u0077\u0072\u0069\u0067\u0068\u0074\u0077\u0068\u0069\u0074\u0065"},{Key :"\u0072i\u0067h\u0074\u0077\u0068\u0069\u0074\u0065\u0061\u0072\u0072\u006f\u0077",Value :"\u0061r\u0072o\u0077\u0072\u0069\u0067\u0068\u0074\u0077\u0068\u0069\u0074\u0065"},{Key :"\u0062\u0061\u0072l\u0065\u0066\u0074\u0061\u0072\u0072\u006f\u0077",Value :"\u0061\u0072\u0072o\u0077\u0074\u0061\u0062\u006c\u0065\u0066\u0074"},{Key :"\u0072\u0069\u0067\u0068\u0074\u0061\u0072\u0072\u006f\u0077\u0062\u0061\u0072",Value :"\u0061\u0072\u0072\u006f\u0077\u0074\u0061\u0062\u0072\u0069\u0067\u0068\u0074"},{Key :"\u006c\u0065\u0066\u0074\u0061\u0072\u0072\u006f\u0077\u0074\u0061\u0069\u006c",Value :"\u0061\u0072\u0072\u006f\u0077\u0074\u0061\u0069\u006c\u006c\u0065\u0066\u0074"},{Key :"\u0072\u0069\u0067\u0068\u0074\u0061\u0072\u0072\u006fw\u0074\u0061\u0069\u006c",Value :"\u0061\u0072\u0072\u006f\u0077\u0074\u0061\u0069\u006cr\u0069\u0067\u0068\u0074"},{Key :"\u004c\u006c\u0065\u0066\u0074\u0061\u0072\u0072\u006f\u0077",Value :"\u0061r\u0072o\u0077\u0074\u0072\u0069\u0070\u006c\u0065\u006c\u0065\u0066\u0074"},{Key :"R\u0072\u0069\u0067\u0068\u0074\u0061\u0072\u0072\u006f\u0077",Value :"\u0061\u0072r\u006f\u0077\u0074r\u0069\u0070\u006c\u0065\u0072\u0069\u0067\u0068\u0074"},{Key :"\u0075p\u0061\u0072\u0072\u006f\u0077",Value :"\u0061r\u0072\u006f\u0077\u0075\u0070"},{Key :"\u0061\u0072\u0072o\u0077\u0075\u0070\u0064\u006e\u0062\u0073\u0065",Value :"\u0061r\u0072o\u0077\u0075\u0070\u0064\u006f\u0077\u006e\u0062\u0061\u0073\u0065"},{Key :"\u0075\u0070\u0064\u006f\u0077\u006e\u0061\u0072\u0072o\u0077\u0062\u0061\u0072",Value :"\u0061r\u0072o\u0077\u0075\u0070\u0064\u006f\u0077\u006e\u0062\u0061\u0073\u0065"},{Key :"\u006ew\u0061\u0072\u0072\u006f\u0077",Value :"a\u0072\u0072\u006f\u0077\u0075\u0070\u006c\u0065\u0066\u0074"},{Key :"\u0064\u0062\u006c\u0061\u0072\u0072\u006f\u0077\u0075p\u0064\u006f\u0077\u006e",Value :"\u0061\u0072\u0072\u006f\u0077\u0075\u0070\u006c\u0065\u0066\u0074\u006ff\u0064\u006f\u0077\u006e"},{Key :"\u0075\u0070\u0064o\u0077\u006e\u0061\u0072\u0072\u006f\u0077\u0073",Value :"\u0061\u0072\u0072\u006f\u0077\u0075\u0070\u006c\u0065\u0066\u0074\u006ff\u0064\u006f\u0077\u006e"},{Key :"\u006ee\u0061\u0072\u0072\u006f\u0077",Value :"\u0061\u0072\u0072o\u0077\u0075\u0070\u0072\u0069\u0067\u0068\u0074"},{Key :"a\u0072\u0072\u006f\u0077\u006f\u0070\u0065\u006e\u0075\u0070",Value :"\u0061\u0072\u0072o\u0077\u0075\u0070\u0077\u0068\u0069\u0074\u0065"},{Key :"\u0075\u0070\u0077h\u0069\u0074\u0065\u0061\u0072\u0072\u006f\u0077",Value :"\u0061\u0072\u0072o\u0077\u0075\u0070\u0077\u0068\u0069\u0074\u0065"},{Key :"\u006c\u0069\u006e\u0065\u0076\u0065\u0072\u0074",Value :"\u0061s\u0063\u0072\u0069\u0070\u0074"},{Key :"\u006da\u0063\u0072\u006f\u006e\u0031",Value :"\u0061\u0073\u0063\u0072\u0069\u0070\u0074\u0074\u0075\u0072\u006e\u0065\u0064"},{Key :"\u006f\u0076\u0065\u0072\u0073\u0063\u006f\u0072\u0065\u0031",Value :"\u0061\u0073\u0063\u0072\u0069\u0070\u0074\u0074\u0075\u0072\u006e\u0065\u0064"},{Key :"\u0061s\u0073\u0065\u0072\u0074\u0069\u006fn",Value :"\u0061\u0073\u0073\u0065\u0072\u0074"},{Key :"\u0061\u0073\u0074",Value :"\u0061\u0073\u0074e\u0072\u0069\u0073\u006b\u006d\u0061\u0074\u0068"},{Key :"\u0061\u0073t\u0065\u0072\u0069s\u006b\u0063\u0065\u006e\u0074\u0065\u0072\u0065\u0064",Value :"\u0061\u0073\u0074e\u0072\u0069\u0073\u006b\u006d\u0061\u0074\u0068"},{Key :"\u0061\u0070\u0070\u0072\u006f\u0078\u0065\u0071\u0075a\u006c\u0061\u006c\u0074",Value :"\u0061\u0073\u0079\u006dpt\u006f\u0074\u0069\u0063\u0061\u006c\u006c\u0079\u0065\u0071\u0075\u0061\u006c"},{Key :"a\u0073\u0079\u006d\u0070\u0074\u0065\u0071\u0075\u0061\u006c",Value :"\u0061\u0073\u0079\u006dpt\u006f\u0074\u0069\u0063\u0061\u006c\u006c\u0079\u0065\u0071\u0075\u0061\u006c"},{Key :"\u0073\u0069\u006de\u0071",Value :"\u0061\u0073\u0079\u006dpt\u006f\u0074\u0069\u0063\u0061\u006c\u006c\u0079\u0065\u0071\u0075\u0061\u006c"},{Key :"\u0073\u0069\u006di\u006c\u0061\u0072\u0065\u0071\u0075\u0061\u006c",Value :"\u0061\u0073\u0079\u006dpt\u006f\u0074\u0069\u0063\u0061\u006c\u006c\u0079\u0065\u0071\u0075\u0061\u006c"},{Key :"\u0061\u0074\u0073\u0069\u0067\u006e",Value :"\u0061\u0074"},{Key :"\u0061l\u0074e\u0072\u006e\u0061\u0074\u0069\u0076\u0065\u0061\u0079\u0069\u006e",Value :"\u0061\u0079i\u006e\u0061\u006ct\u006f\u006e\u0065\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0036\u00382",Value :"\u0061\u0079\u0069\u006e\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0061\u0079\u0069\u006e",Value :"\u0061\u0079\u0069\u006e\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"p\u0072\u0069\u006d\u0065\u0064\u0062\u006c\u0072\u0065\u0076",Value :"\u0062\u0061\u0063\u006b\u0064\u0070\u0072\u0069\u006d\u0065"},{Key :"\u0070\u0072\u0069m\u0065\u0064\u0062\u006c\u0072\u0065\u0076\u0031",Value :"\u0062\u0061\u0063\u006b\u0064\u0070\u0072\u0069\u006d\u0065"},{Key :"\u0073e\u0063\u006f\u006e\u0064\u0072\u0065v",Value :"\u0062\u0061\u0063\u006b\u0064\u0070\u0072\u0069\u006d\u0065"},{Key :"\u0070\u0072\u0069\u006d\u0065\u0074\u0072\u0069\u0070l\u0065\u0072\u0065\u0076",Value :"b\u0061\u0063\u006b\u0074\u0072\u0070\u0072\u0069\u006d\u0065"},{Key :"\u0070r\u0069m\u0065\u0074\u0072\u0069\u0070\u006c\u0065\u0072\u0065\u0076\u0031",Value :"b\u0061\u0063\u006b\u0074\u0072\u0070\u0072\u0069\u006d\u0065"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00343",Value :"\u0062\u0061\u0068\u0074\u0074\u0068\u0061\u0069"},{Key :"\u0076\u0065\u0072\u0074",Value :"\u0062\u0061\u0072"},{Key :"v\u0065\u0072\u0074\u0069\u0063\u0061\u006c\u0062\u0061\u0072",Value :"\u0062\u0061\u0072"},{Key :"\u0074\u0061\u0062l\u0065\u0066\u0074\u0072\u0069\u0067\u0068\u0074",Value :"\u0062a\u0072\u006c\u0065\u0066\u0074\u0061\u0072\u0072\u006f\u0077\u0072i\u0067\u0068\u0074\u0061\u0072\u0072\u006f\u0077\u0062\u0061"},{Key :"\u0068\u006f\u006d\u0065",Value :"b\u0061\u0072\u006f\u0076er\u006eo\u0072\u0074\u0068\u0077\u0065s\u0074\u0061\u0072\u0072\u006f\u0077"},{Key :"\u006e\u006f\u0072",Value :"\u0062\u0061\u0072\u0076\u0065\u0065"},{Key :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00366",Value :"\u0062\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0062\u0065",Value :"\u0062\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00316",Value :"\u0062e\u0068\u0061\u0072\u0061\u0062\u0069c"},{Key :"\u0062\u0065\u0068",Value :"\u0062e\u0068\u0061\u0072\u0061\u0062\u0069c"},{Key :"\u0062\u0065\u0068\u0066\u0069\u006e\u0061\u006c",Value :"\u0062\u0065\u0068\u0066\u0069\u006e\u0061\u006c\u0061r\u0061\u0062\u0069\u0063"},{Key :"\u0062\u0065\u0068\u0069\u006e\u0069\u0074\u0069\u0061\u006c",Value :"\u0062\u0065h\u0069\u006e\u0069t\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0062e\u0068\u006d\u0065\u0064\u0069\u0061l",Value :"\u0062e\u0068m\u0065\u0064\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0062e\u0068w\u0069\u0074\u0068\u006d\u0065e\u006d\u0069n\u0069\u0074\u0069\u0061\u006c",Value :"b\u0065h\u006d\u0065\u0065\u006d\u0069\u006e\u0069\u0074i\u0061\u006c\u0061\u0072ab\u0069\u0063"},{Key :"\u0062\u0065\u0068\u0077it\u0068\u006d\u0065\u0065\u006d\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064",Value :"b\u0065\u0068\u006d\u0065em\u0069s\u006f\u006c\u0061\u0074\u0065d\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0062\u0065h\u0077\u0069\u0074h\u006e\u006f\u006f\u006e\u0066\u0069\u006e\u0061\u006c",Value :"\u0062e\u0068n\u006f\u006f\u006e\u0066\u0069n\u0061\u006ca\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0075\u0070\u0062\u0065\u0074\u0061",Value :"\u0062\u0065\u0074\u0061"},{Key :"\u0047\u0065\u0068\u006f\u006f\u006b",Value :"\u0062e\u0074a\u0073\u0079\u006d\u0062\u006f\u006c\u0067\u0072\u0065\u0065\u006b"},{Key :"\u0075p\u0076\u0061\u0072\u0062\u0065\u0074a",Value :"\u0062e\u0074a\u0073\u0079\u006d\u0062\u006f\u006c\u0067\u0072\u0065\u0065\u006b"},{Key :"\u0062e\u0074\u0064\u0061\u0067\u0065\u0073h",Value :"\u0062e\u0074d\u0061\u0067\u0065\u0073\u0068\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0062\u0065\u0074\u0077\u0069\u0074\u0068\u0064\u0061\u0067\u0065\u0073\u0068",Value :"\u0062e\u0074d\u0061\u0067\u0065\u0073\u0068\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0062\u0065\u0074\u0068\u006d\u0061\u0074\u0068",Value :"\u0062\u0065\u0074\u0068"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0036\u00365",Value :"\u0062e\u0074\u0068\u0065\u0062\u0072\u0065w"},{Key :"\u0062\u0065\u0074",Value :"\u0062e\u0074\u0068\u0065\u0062\u0072\u0065w"},{Key :"b\u0065\u0074\u0077\u0069\u0074\u0068\u0072\u0061\u0066\u0065",Value :"\u0062\u0065\u0074\u0072\u0061\u0066\u0065\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0061\u0063\u0075\u0074\u0065\u0031",Value :"\u0062\u0068\u006fo\u006b"},{Key :"\u006e\u0061\u0072\u0079\u006c\u006f\u0067\u0069\u0063\u0061\u006c\u006f\u0072",Value :"\u0062\u0069\u0067\u0076\u0065\u0065"},{Key :"\u006e\u0061\u0072\u0079\u006c\u006f\u0067\u0069\u0063a\u006c\u0061\u006e\u0064",Value :"\u0062\u0069\u0067\u0077\u0065\u0064\u0067\u0065"},{Key :"r\u0069\u006e\u0067\u0073\u0075\u0062\u006e\u006f\u0073\u0070",Value :"\u0062\u0069\u006c\u0061\u0062\u0069\u0061\u006c\u0063\u006c\u0069\u0063\u006b"},{Key :"\u0063\u0069\u0072c\u006c\u0065\u006e\u0077\u006f\u0070\u0065\u006e",Value :"\u0062\u006c\u0061\u0063kc\u0069\u0072\u0063\u006c\u0065\u0075\u006c\u0071\u0075\u0061\u0064\u0077\u0068\u0069t\u0065"},{Key :"\u0073\u0065\u006d\u0069\u0063\u0069\u0072\u0063\u006c\u0065\u006c\u0065f\u0074\u0073\u006c\u0064",Value :"\u0062\u006c\u0061\u0063kl\u0065\u0066\u0074\u0068\u0061\u006c\u0066\u0063\u0069\u0072\u0063\u006c\u0065"},{Key :"\u0062\u006ca\u0063\u006b\u0070o\u0069\u006e\u0074\u0065\u0072\u006c\u0065\u0066\u0074",Value :"\u0062l\u0061\u0063\u006b\u006c\u0065\u0066\u0074\u0070\u006f\u0069\u006et\u0069\u006e\u0067\u0070\u006f\u0069\u006e\u0074\u0065\u0072"},{Key :"\u0074r\u0069\u0061\u0067\u006c\u0066",Value :"\u0062l\u0061\u0063\u006b\u006c\u0065\u0066\u0074\u0070\u006f\u0069\u006et\u0069\u006e\u0067\u0070\u006f\u0069\u006e\u0074\u0065\u0072"},{Key :"\u0062\u006c\u0061\u0063\u006b\u0074\u0072\u0069\u0061\u006e\u0067\u006ce\u006c\u0065\u0066\u0074",Value :"\u0062l\u0061\u0063\u006b\u006ce\u0066\u0074\u0070\u006f\u0069n\u0074i\u006eg\u0074\u0072\u0069\u0061\u006e\u0067\u006ce"},{Key :"\u0074\u0072i\u0061\u006e\u0067l\u0065\u006c\u0065\u0066\u0074\u0073\u006c\u0064\u0031",Value :"\u0062l\u0061\u0063\u006b\u006ce\u0066\u0074\u0070\u006f\u0069n\u0074i\u006eg\u0074\u0072\u0069\u0061\u006e\u0067\u006ce"},{Key :"\u006cl\u0062l\u0061\u0063\u006b\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065",Value :"\u0062\u006c\u0061\u0063kl\u006f\u0077\u0065\u0072\u006c\u0065\u0066\u0074\u0074\u0072\u0069\u0061\u006e\u0067l\u0065"},{Key :"\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065\u0073\u0077\u0073\u006c\u0064",Value :"\u0062\u006c\u0061\u0063kl\u006f\u0077\u0065\u0072\u006c\u0065\u0066\u0074\u0074\u0072\u0069\u0061\u006e\u0067l\u0065"},{Key :"\u006cr\u0062l\u0061\u0063\u006b\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065",Value :"\u0062\u006c\u0061ck\u006c\u006f\u0077\u0065\u0072\u0072\u0069\u0067\u0068\u0074\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065"},{Key :"\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065\u0073\u0065\u0073\u006c\u0064",Value :"\u0062\u006c\u0061ck\u006c\u006f\u0077\u0065\u0072\u0072\u0069\u0067\u0068\u0074\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065"},{Key :"\u0066\u0069\u006c\u006c\u0065\u0064\u0072\u0065\u0063\u0074",Value :"\u0062\u006c\u0061\u0063\u006b\u0072\u0065\u0063\u0074a\u006e\u0067\u006c\u0065"},{Key :"\u0068r\u0065c\u0074\u0061\u006e\u0067\u006c\u0065\u0062\u006c\u0061\u0063\u006b",Value :"\u0062\u006c\u0061\u0063\u006b\u0072\u0065\u0063\u0074a\u006e\u0067\u006c\u0065"},{Key :"\u0062\u006c\u0061\u0063\u006b\u0070\u006f\u0069\u006e\u0074\u0065\u0072r\u0069\u0067\u0068\u0074",Value :"\u0062l\u0061\u0063\u006b\u0072i\u0067\u0068\u0074\u0070\u006fi\u006et\u0069n\u0067\u0070\u006f\u0069\u006e\u0074\u0065r"},{Key :"\u0074r\u0069\u0061\u0067\u0072\u0074",Value :"\u0062l\u0061\u0063\u006b\u0072i\u0067\u0068\u0074\u0070\u006fi\u006et\u0069n\u0067\u0070\u006f\u0069\u006e\u0074\u0065r"},{Key :"\u0062l\u0061c\u006b\u0074\u0072\u0069\u0061n\u0067\u006ce\u0072\u0069\u0067\u0068\u0074",Value :"\u0062\u006c\u0061\u0063\u006b\u0072\u0069\u0067\u0068\u0074\u0070o\u0069\u006e\u0074\u0069\u006e\u0067\u0074\u0072\u0069\u0061n\u0067\u006c\u0065"},{Key :"\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065\u0072\u0069\u0067\u0068t\u0073\u006c\u0064\u0031",Value :"\u0062\u006c\u0061\u0063\u006b\u0072\u0069\u0067\u0068\u0074\u0070o\u0069\u006e\u0074\u0069\u006e\u0067\u0074\u0072\u0069\u0061n\u0067\u006c\u0065"},{Key :"\u0048\u0031\u0038\u0035\u0034\u0033",Value :"\u0062\u006ca\u0063\u006b\u0073m\u0061\u006c\u006c\u0073\u0071\u0075\u0061\u0072\u0065"},{Key :"\u0073\u006d\u0061\u006c\u006c\u0062\u006f\u0078\u0066i\u006c\u006c\u0065\u0064",Value :"\u0062\u006ca\u0063\u006b\u0073m\u0061\u006c\u006c\u0073\u0071\u0075\u0061\u0072\u0065"},{Key :"s\u006d\u0062\u006c\u006b\u0073\u0071\u0075\u0061\u0072\u0065",Value :"\u0062\u006ca\u0063\u006b\u0073m\u0061\u006c\u006c\u0073\u0071\u0075\u0061\u0072\u0065"},{Key :"b\u006c\u0061\u0063\u006b\u0073\u006d\u0069\u006c\u0065\u0079",Value :"\u0062\u006ca\u0063\u006b\u0073m\u0069\u006c\u0069\u006e\u0067\u0066\u0061\u0063\u0065"},{Key :"\u0069\u006e\u0076s\u006d\u0069\u006c\u0065\u0066\u0061\u0063\u0065",Value :"\u0062\u006ca\u0063\u006b\u0073m\u0069\u006c\u0069\u006e\u0067\u0066\u0061\u0063\u0065"},{Key :"\u0073\u006d\u0061\u006clt\u0072\u0069\u0061\u006e\u0067\u006c\u0065\u0069\u006e\u0076\u0073\u006c\u0064",Value :"\u0062\u006c\u0061\u0063\u006b\u0074\u0072\u0069\u0061\u006e\u0067\u006ce\u0064\u006f\u0077\u006e"},{Key :"\u0074\u0072\u0061n\u0067\u006c\u0065\u006e\u0077\u0073\u006c\u0064",Value :"\u0062\u006c\u0061\u0063ku\u0070\u0070\u0065\u0072\u006c\u0065\u0066\u0074\u0074\u0072\u0069\u0061\u006e\u0067l\u0065"},{Key :"\u0075l\u0062l\u0061\u0063\u006b\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065",Value :"\u0062\u006c\u0061\u0063ku\u0070\u0070\u0065\u0072\u006c\u0065\u0066\u0074\u0074\u0072\u0069\u0061\u006e\u0067l\u0065"},{Key :"\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065\u006e\u0065\u0073\u006c\u0064",Value :"\u0062\u006c\u0061ck\u0075\u0070\u0070\u0065\u0072\u0072\u0069\u0067\u0068\u0074\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065"},{Key :"\u0075r\u0062l\u0061\u0063\u006b\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065",Value :"\u0062\u006c\u0061ck\u0075\u0070\u0070\u0065\u0072\u0072\u0069\u0067\u0068\u0074\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065"},{Key :"\u0062\u006c\u0061\u0063\u006b\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065",Value :"\u0062\u006c\u0061\u0063k\u0075\u0070\u0070\u006f\u0069\u006e\u0074\u0069\u006e\u0067s\u006da\u006c\u006c\u0074\u0072\u0069\u0061\u006eg\u006c\u0065"},{Key :"\u0073\u006da\u006c\u006c\u0074r\u0069\u0061\u006e\u0067\u006c\u0065\u0073\u006c\u0064",Value :"\u0062\u006c\u0061\u0063k\u0075\u0070\u0070\u006f\u0069\u006e\u0074\u0069\u006e\u0067s\u006da\u006c\u006c\u0074\u0072\u0069\u0061\u006eg\u006c\u0065"},{Key :"\u0076\u0069\u0073i\u0062\u006c\u0065\u0073\u0070\u0061\u0063\u0065",Value :"\u0062\u006c\u0061n\u006b"},{Key :"v\u0069\u0073\u0075\u0061\u006c\u0073\u0070\u0061\u0063\u0065",Value :"\u0062\u006c\u0061n\u006b"},{Key :"\u0062l\u006f\u0063\u006b\u0066\u0075\u006cl",Value :"\u0062\u006c\u006fc\u006b"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00306",Value :"\u0062\u006f\u0062a\u0069\u006d\u0061\u0069\u0074\u0068\u0061\u0069"},{Key :"\u0062o\u0074\u0074\u006f\u006d\u0061\u0072c",Value :"\u0062\u006f\u0074\u0073\u0065\u006d\u0069\u0063\u0069\u0072\u0063\u006c\u0065"},{Key :"\u0073\u0071u\u0061\u0072\u0065v\u0065\u0072\u0074\u0062\u0069\u0073\u0065\u0063\u0074",Value :"\u0062\u006f\u0078\u0062\u0061\u0072"},{Key :"\u0062\u0072\u0061c\u0065\u006c\u0065\u0066\u0074\u0042\u0069\u0067",Value :"\u0062r\u0061\u0063\u0065\u006c\u0065\u0066t"},{Key :"\u0062\u0072\u0061\u0063\u0065\u006c\u0065\u0066\u0074\u0042\u0069\u0067\u0067",Value :"\u0062r\u0061\u0063\u0065\u006c\u0065\u0066t"},{Key :"\u0062\u0072\u0061c\u0065\u006c\u0065\u0066\u0074\u0062\u0069\u0067",Value :"\u0062r\u0061\u0063\u0065\u006c\u0065\u0066t"},{Key :"\u0062\u0072\u0061\u0063\u0065\u006c\u0065\u0066\u0074\u0062\u0069\u0067\u0067",Value :"\u0062r\u0061\u0063\u0065\u006c\u0065\u0066t"},{Key :"\u006c\u0062\u0072\u0061\u0063\u0065",Value :"\u0062r\u0061\u0063\u0065\u006c\u0065\u0066t"},{Key :"\u0062\u0072\u0061\u0063\u0065\u0068\u0074\u0069\u0070\u0064\u006f\u0077n\u006c\u0065\u0066\u0074",Value :"\u0062\u0072\u0061\u0063\u0065\u006c\u0065\u0066\u0074\u0076\u0065\u0072t\u0069\u0063\u0061\u006c"},{Key :"\u0062r\u0061c\u0065\u0068\u0074\u0069\u0070d\u006f\u0077n\u0072\u0069\u0067\u0068\u0074",Value :"\u0062\u0072\u0061\u0063\u0065\u006c\u0065\u0066\u0074\u0076\u0065\u0072t\u0069\u0063\u0061\u006c"},{Key :"\u0062\u0072\u0061\u0063\u0065\u0072\u0069\u0067\u0068\u0074\u0042\u0069\u0067",Value :"\u0062\u0072\u0061\u0063\u0065\u0072\u0069\u0067\u0068\u0074"},{Key :"\u0062\u0072\u0061\u0063\u0065\u0072\u0069\u0067\u0068t\u0042\u0069\u0067\u0067",Value :"\u0062\u0072\u0061\u0063\u0065\u0072\u0069\u0067\u0068\u0074"},{Key :"\u0062\u0072\u0061\u0063\u0065\u0072\u0069\u0067\u0068\u0074\u0062\u0069\u0067",Value :"\u0062\u0072\u0061\u0063\u0065\u0072\u0069\u0067\u0068\u0074"},{Key :"\u0062\u0072\u0061\u0063\u0065\u0072\u0069\u0067\u0068t\u0062\u0069\u0067\u0067",Value :"\u0062\u0072\u0061\u0063\u0065\u0072\u0069\u0067\u0068\u0074"},{Key :"\u0072\u0062\u0072\u0061\u0063\u0065",Value :"\u0062\u0072\u0061\u0063\u0065\u0072\u0069\u0067\u0068\u0074"},{Key :"\u0061p\u0070\u006c\u0065\u006f\u0070\u0065n",Value :"\u0062\u0072\u0061c\u0065\u0072\u0069\u0067\u0068\u0074\u0062\u0074"},{Key :"\u0065\u006e\u0074e\u0072",Value :"\u0062\u0072\u0061\u0063\u0065\u0072\u0069\u0067\u0068\u0074\u006d\u0069\u0064"},{Key :"\u0063a\u0072r\u0069\u0061\u0067\u0065\u0072e\u0074\u0075r\u006e\u006c\u0065\u0066\u0074",Value :"\u0062\u0072\u0061c\u0065\u0072\u0069\u0067\u0068\u0074\u0074\u0070"},{Key :"\u0062r\u0061c\u0065\u0068\u0074\u0069\u0070\u0075\u0070\u006c\u0065\u0066\u0074",Value :"\u0062r\u0061c\u0065\u0072\u0069\u0067\u0068t\u0076\u0065r\u0074\u0069\u0063\u0061\u006c"},{Key :"\u0062\u0072a\u0063\u0065\u0068t\u0069\u0070\u0075\u0070\u0072\u0069\u0067\u0068\u0074",Value :"\u0062r\u0061c\u0065\u0072\u0069\u0067\u0068t\u0076\u0065r\u0074\u0069\u0063\u0061\u006c"},{Key :"\u0062\u0072\u0061\u0063\u006b\u0065\u0074\u006c\u0065f\u0074\u0042\u0069\u0067",Value :"b\u0072\u0061\u0063\u006b\u0065\u0074\u006c\u0065\u0066\u0074"},{Key :"\u0062r\u0061c\u006b\u0065\u0074\u006c\u0065\u0066\u0074\u0042\u0069\u0067\u0067",Value :"b\u0072\u0061\u0063\u006b\u0065\u0074\u006c\u0065\u0066\u0074"},{Key :"\u0062\u0072\u0061\u0063\u006b\u0065\u0074\u006c\u0065f\u0074\u0062\u0069\u0067",Value :"b\u0072\u0061\u0063\u006b\u0065\u0074\u006c\u0065\u0066\u0074"},{Key :"\u0062r\u0061c\u006b\u0065\u0074\u006c\u0065\u0066\u0074\u0062\u0069\u0067\u0067",Value :"b\u0072\u0061\u0063\u006b\u0065\u0074\u006c\u0065\u0066\u0074"},{Key :"\u006c\u0062\u0072\u0061\u0063\u006b",Value :"b\u0072\u0061\u0063\u006b\u0065\u0074\u006c\u0065\u0066\u0074"},{Key :"\u0062r\u0061c\u006b\u0065\u0074\u0072\u0069\u0067\u0068\u0074\u0042\u0069\u0067",Value :"\u0062\u0072\u0061c\u006b\u0065\u0074\u0072\u0069\u0067\u0068\u0074"},{Key :"\u0062\u0072a\u0063\u006b\u0065t\u0072\u0069\u0067\u0068\u0074\u0042\u0069\u0067\u0067",Value :"\u0062\u0072\u0061c\u006b\u0065\u0074\u0072\u0069\u0067\u0068\u0074"},{Key :"\u0062r\u0061c\u006b\u0065\u0074\u0072\u0069\u0067\u0068\u0074\u0062\u0069\u0067",Value :"\u0062\u0072\u0061c\u006b\u0065\u0074\u0072\u0069\u0067\u0068\u0074"},{Key :"\u0062\u0072a\u0063\u006b\u0065t\u0072\u0069\u0067\u0068\u0074\u0062\u0069\u0067\u0067",Value :"\u0062\u0072\u0061c\u006b\u0065\u0074\u0072\u0069\u0067\u0068\u0074"},{Key :"\u0072\u0062\u0072\u0061\u0063\u006b",Value :"\u0062\u0072\u0061c\u006b\u0065\u0074\u0072\u0069\u0067\u0068\u0074"},{Key :"c\u006f\u006e\u0074\u0065\u0078\u0074\u006d\u0065\u006e\u0075",Value :"\u0062\u0072\u0061\u0063\u006b\u0065\u0074\u0072\u0069g\u0068\u0074\u0062\u0074"},{Key :"\u0070\u006f\u0077e\u0072",Value :"\u0062\u0072\u0061\u0063\u006b\u0065\u0074\u0072\u0069g\u0068\u0074\u0074\u0070"},{Key :"\u0072\u0068\u006f\u0031",Value :"\u0062\u0072\u0069\u0064ge\u0069\u006e\u0076\u0065\u0072\u0074\u0065\u0064\u0062\u0065\u006c\u006f\u0077\u0063m\u0062"},{Key :"s\u006d\u0062\u006c\u006b\u0063\u0069\u0072\u0063\u006c\u0065",Value :"\u0062\u0075\u006c\u006c\u0065\u0074"},{Key :"\u0062\u0075\u006c\u006c\u0065\u0074\u006d\u0061\u0074\u0068",Value :"\u0062\u0075\u006c\u006c\u0065\u0074\u006f\u0070\u0065r\u0061\u0074\u006f\u0072"},{Key :"\u0070\u0072\u006f\u0064\u0075\u0063\u0074\u0064\u006f\u0074",Value :"\u0062\u0075\u006c\u006c\u0065\u0074\u006f\u0070\u0065r\u0061\u0074\u006f\u0072"},{Key :"\u0076\u0079\u0073\u006d\u0062\u006c\u006b\u0063\u0069\u0072\u0063\u006c\u0065",Value :"\u0062\u0075\u006c\u006c\u0065\u0074\u006f\u0070\u0065r\u0061\u0074\u006f\u0072"},{Key :"\u0062u\u006c\u006c\u0073\u0065\u0079\u00651",Value :"\u0062\u0075\u006c\u006c\u0073\u0065\u0079\u0065"},{Key :"\u0063\u0074",Value :"\u0063"},{Key :"\u006fv\u0065\u0072\u0073\u0074\u006f\u0072e",Value :"\u0063\u0031\u0034\u0033"},{Key :"\u0068m\u0061\u0063\u0072\u006f\u006e",Value :"\u0063\u0061\u0063\u0075\u0074\u0065"},{Key :"\u0063\u0061\u006e\u0064\u0072\u0061",Value :"\u0063\u0061\u006e\u0064\u0072\u0061\u0062\u0069\u006ed\u0075\u0063\u006d\u0062"},{Key :"\u0077\u0068\u0069\u0074ea\u0072\u0072\u006f\u0077\u0075\u0070\u0066\u0072\u006f\u006d\u0062\u0061\u0072",Value :"\u0063\u0061\u0070\u0073\u006c\u006f\u0063\u006b"},{Key :"\u0061f\u0069\u0069\u0036\u0031\u0032\u00348",Value :"\u0063\u0061\u0072\u0065\u006f\u0066"},{Key :"\u0063\u0061\u0072e\u0074",Value :"c\u0061\u0072\u0065\u0074\u0069\u006e\u0073\u0065\u0072\u0074"},{Key :"\u0063\u0068\u0065c\u006b",Value :"\u0063\u0061\u0072\u006f\u006e\u0063\u006d\u0062"},{Key :"\u0063a\u0072r\u0069\u0061\u0067\u0065\u0072\u0072\u0065\u0074\u0075\u0072\u006e",Value :"\u0063\u0061\u0072\u0072\u0069\u0061\u0067\u0065\u0072e\u0074\u0075\u0072\u006e"},{Key :"l\u0069\u006e\u0065\u0076\u0065\u0072\u0074\u0073\u0075\u0062",Value :"\u0063\u0063\u0075r\u006c"},{Key :"\u0063\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074",Value :"\u0063\u0064\u006f\u0074"},{Key :"\u004b\u006f\u0070p\u0061",Value :"\u0063\u0065\u0064\u0069\u006c\u006c\u0061\u0063\u006d\u0062"},{Key :"\u0063\u0065\u0069\u006c\u0069\u006e\u0067\u006c\u0065f\u0074\u0042\u0069\u0067",Value :"c\u0065\u0069\u006c\u0069\u006e\u0067\u006c\u0065\u0066\u0074"},{Key :"\u0063e\u0069l\u0069\u006e\u0067\u006c\u0065\u0066\u0074\u0042\u0069\u0067\u0067",Value :"c\u0065\u0069\u006c\u0069\u006e\u0067\u006c\u0065\u0066\u0074"},{Key :"\u0063\u0065\u0069\u006c\u0069\u006e\u0067\u006c\u0065f\u0074\u0062\u0069\u0067",Value :"c\u0065\u0069\u006c\u0069\u006e\u0067\u006c\u0065\u0066\u0074"},{Key :"\u0063e\u0069l\u0069\u006e\u0067\u006c\u0065\u0066\u0074\u0062\u0069\u0067\u0067",Value :"c\u0065\u0069\u006c\u0069\u006e\u0067\u006c\u0065\u0066\u0074"},{Key :"\u006c\u0063\u0065i\u006c",Value :"c\u0065\u0069\u006c\u0069\u006e\u0067\u006c\u0065\u0066\u0074"},{Key :"\u0063e\u0069l\u0069\u006e\u0067\u0072\u0069\u0067\u0068\u0074\u0042\u0069\u0067",Value :"\u0063\u0065\u0069l\u0069\u006e\u0067\u0072\u0069\u0067\u0068\u0074"},{Key :"\u0063\u0065i\u006c\u0069\u006eg\u0072\u0069\u0067\u0068\u0074\u0042\u0069\u0067\u0067",Value :"\u0063\u0065\u0069l\u0069\u006e\u0067\u0072\u0069\u0067\u0068\u0074"},{Key :"\u0063e\u0069l\u0069\u006e\u0067\u0072\u0069\u0067\u0068\u0074\u0062\u0069\u0067",Value :"\u0063\u0065\u0069l\u0069\u006e\u0067\u0072\u0069\u0067\u0068\u0074"},{Key :"\u0063\u0065i\u006c\u0069\u006eg\u0072\u0069\u0067\u0068\u0074\u0062\u0069\u0067\u0067",Value :"\u0063\u0065\u0069l\u0069\u006e\u0067\u0072\u0069\u0067\u0068\u0074"},{Key :"\u0072\u0063\u0065i\u006c",Value :"\u0063\u0065\u0069l\u0069\u006e\u0067\u0072\u0069\u0067\u0068\u0074"},{Key :"\u0063e\u006c\u0073\u0069\u0075\u0073",Value :"\u0063\u0065\u006e\u0074\u0069\u0067\u0072\u0061\u0064\u0065"},{Key :"\u0064\u0065g\u0072\u0065\u0065c\u0065\u006e\u0074\u0069\u0067\u0072\u0061\u0064\u0065",Value :"\u0063\u0065\u006e\u0074\u0069\u0067\u0072\u0061\u0064\u0065"},{Key :"\u0043\u004c",Value :"\u0063\u0065\u006e\u0074\u0072\u0065\u006c\u0069\u006e\u0065"},{Key :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00389",Value :"c\u0068\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0063\u0068\u0065",Value :"c\u0068\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0075\u0070\u0063h\u0069",Value :"\u0063\u0068\u0069"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0036\u00390",Value :"\u0063\u0068\u006fc\u0068\u0061\u006e\u0067\u0074\u0068\u0061\u0069"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0036\u00388",Value :"c\u0068\u006f\u0063\u0068\u0061\u006e\u0074\u0068\u0061\u0069"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0036\u00389",Value :"\u0063\u0068\u006fc\u0068\u0069\u006e\u0067\u0074\u0068\u0061\u0069"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0036\u00392",Value :"c\u0068\u006f\u0063\u0068\u006f\u0065\u0074\u0068\u0061\u0069"},{Key :"\u0072i\u006e\u0067\u0065\u0071\u0075\u0061l",Value :"\u0063\u0069\u0072\u0063\u0065\u0071"},{Key :"\u0063\u0069\u0072\u0063\u006c\u0065\u0064\u0061\u0073\u0074",Value :"\u0063\u0069\u0072\u0063\u006c\u0065\u0061\u0073\u0074e\u0072\u0069\u0073\u006b"},{Key :"\u0063i\u0072c\u006c\u0065\u0062\u006f\u0074\u0074\u006f\u006d\u0073\u006c\u0064",Value :"c\u0069\u0072\u0063\u006ceb\u006ft\u0074\u006f\u006d\u0068\u0061l\u0066\u0062\u006c\u0061\u0063\u006b"},{Key :"\u0065\u006e\u0063\u006c\u006f\u0073\u0065\u0063\u0069\u0072\u0063\u006c\u0065",Value :"\u0063\u0069\u0072c\u006c\u0065\u0063\u006f\u0070\u0079\u0072\u0074"},{Key :"\u0063\u0069\u0072c\u006c\u0065\u006d\u0069\u006e\u0075\u0073\u0031",Value :"c\u0069\u0072\u0063\u006c\u0065\u0064\u0064\u0061\u0073\u0068"},{Key :"\u0063\u0069\u0072c\u006c\u0065\u0064\u0065\u0071\u0075\u0061\u006c",Value :"c\u0069\u0072\u0063\u006c\u0065\u0065\u0071\u0075\u0061\u006c"},{Key :"c\u0069\u0072\u0063\u006cem\u0075l\u0074\u0069\u0070\u006c\u0079d\u0069\u0073\u0070\u006c\u0061\u0079",Value :"\u0063\u0069\u0072\u0063\u006c\u0065\u006d\u0075\u006ct\u0069\u0070\u006c\u0079"},{Key :"\u0063i\u0072c\u006c\u0065\u006d\u0075\u006ct\u0069\u0070l\u0079\u0074\u0065\u0078\u0074",Value :"\u0063\u0069\u0072\u0063\u006c\u0065\u006d\u0075\u006ct\u0069\u0070\u006c\u0079"},{Key :"\u006f\u0074\u0069\u006d\u0065\u0073",Value :"\u0063\u0069\u0072\u0063\u006c\u0065\u006d\u0075\u006ct\u0069\u0070\u006c\u0079"},{Key :"t\u0069\u006d\u0065\u0073\u0063\u0069\u0072\u0063\u006c\u0065",Value :"\u0063\u0069\u0072\u0063\u006c\u0065\u006d\u0075\u006ct\u0069\u0070\u006c\u0079"},{Key :"\u0063i\u0072\u0063\u006c\u0065\u0064\u006ft",Value :"\u0063\u0069\u0072\u0063\u006c\u0065\u006f\u0074"},{Key :"\u0063\u0069r\u0063\u006c\u0065d\u006f\u0074\u0064\u0069\u0073\u0070\u006c\u0061\u0079",Value :"\u0063\u0069\u0072\u0063\u006c\u0065\u006f\u0074"},{Key :"\u0063\u0069\u0072\u0063\u006c\u0065\u0064\u006f\u0074\u0074\u0065\u0078\u0074",Value :"\u0063\u0069\u0072\u0063\u006c\u0065\u006f\u0074"},{Key :"\u006f\u0064\u006f\u0074",Value :"\u0063\u0069\u0072\u0063\u006c\u0065\u006f\u0074"},{Key :"\u0063\u0069\u0072\u0063\u006c\u0065\u0070\u006c\u0075\u0073\u0064\u0069s\u0070\u006c\u0061\u0079",Value :"\u0063\u0069\u0072\u0063\u006c\u0065\u0070\u006c\u0075\u0073"},{Key :"\u0063\u0069\u0072\u0063\u006c\u0065\u0070\u006c\u0075s\u0074\u0065\u0078\u0074",Value :"\u0063\u0069\u0072\u0063\u006c\u0065\u0070\u006c\u0075\u0073"},{Key :"\u006f\u0070\u006cu\u0073",Value :"\u0063\u0069\u0072\u0063\u006c\u0065\u0070\u006c\u0075\u0073"},{Key :"\u0070\u006c\u0075\u0073\u0063\u0069\u0072\u0063\u006c\u0065",Value :"\u0063\u0069\u0072\u0063\u006c\u0065\u0070\u006c\u0075\u0073"},{Key :"c\u0069\u0072\u0063\u006c\u0065\u0064\u0063\u0069\u0072\u0063",Value :"\u0063\u0069\u0072\u0063\u006c\u0065\u0072\u0069\u006e\u0067"},{Key :"\u0063\u0069\u0072c\u006c\u0065\u0074\u006f\u0070\u0073\u006c\u0064",Value :"\u0063i\u0072c\u006c\u0065\u0074\u006f\u0070h\u0061\u006cf\u0062\u006c\u0061\u0063\u006b"},{Key :"c\u0069\u0072\u0063\u006c\u0065\u006e\u0065\u0073\u006c\u0064",Value :"\u0063\u0069\u0072\u0063\u006c\u0065\u0075\u0072\u0071\u0075\u0061\u0064b\u006c\u0061\u0063\u006b"},{Key :"\u0063i\u0072c\u006c\u0065\u0076\u0065\u0072\u0074\u0068\u0061\u0074\u0063\u0068",Value :"\u0063\u0069\u0072\u0063\u006c\u0065\u0076\u0065\u0072t\u0066\u0069\u006c\u006c"},{Key :"\u0063\u0069\u0072\u0063le\u006c\u0065\u0066\u0074\u0068\u0061\u006c\u0066\u0062\u006c\u0061\u0063\u006b",Value :"\u0063\u0069\u0072cl\u0065\u0077\u0069\u0074\u0068\u006c\u0065\u0066\u0074\u0068\u0061\u006c\u0066\u0062\u006c\u0061\u0063\u006b"},{Key :"\u0063\u0069\u0072\u0063\u006c\u0065\u006c\u0065\u0066\u0074\u0073\u006c\u0064",Value :"\u0063\u0069\u0072cl\u0065\u0077\u0069\u0074\u0068\u006c\u0065\u0066\u0074\u0068\u0061\u006c\u0066\u0062\u006c\u0061\u0063\u006b"},{Key :"c\u0069r\u0063\u006c\u0065\u0072\u0069\u0067\u0068\u0074h\u0061\u006c\u0066\u0062la\u0063\u006b",Value :"\u0063i\u0072\u0063\u006c\u0065\u0077\u0069\u0074\u0068\u0072\u0069\u0067h\u0074\u0068\u0061\u006c\u0066\u0062\u006c\u0061\u0063\u006b"},{Key :"\u0063\u0069\u0072\u0063\u006c\u0065\u0072\u0069\u0067h\u0074\u0073\u006c\u0064",Value :"\u0063i\u0072\u0063\u006c\u0065\u0077\u0069\u0074\u0068\u0072\u0069\u0067h\u0074\u0068\u0061\u006c\u0066\u0062\u006c\u0061\u0063\u006b"},{Key :"\u0068\u0061\u0074",Value :"\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078\u0063\u006d\u0062"},{Key :"\u0068a\u0074\u0077\u0069\u0064\u0065",Value :"\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078\u0063\u006d\u0062"},{Key :"\u0068\u0061\u0074\u0077\u0069\u0064\u0065\u0072",Value :"\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078\u0063\u006d\u0062"},{Key :"\u0068a\u0074\u0077\u0069\u0064\u0065\u0073t",Value :"\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078\u0063\u006d\u0062"},{Key :"\u0063\u0077g\u0061\u0070\u0063i\u0072\u0063\u006c\u0065\u0061\u0072\u0072\u006f\u0077",Value :"\u0063l\u006f\u0063\u006b\u0077\u0069\u0073e"},{Key :"\u0061\u0031\u0031\u0032",Value :"\u0063\u006c\u0075\u0062"},{Key :"\u0063\u006c\u0075\u0062\u0073\u0075\u0069\u0074",Value :"\u0063\u006c\u0075\u0062"},{Key :"\u0063\u006c\u0075\u0062\u0073\u0075\u0069\u0074\u0062\u006c\u0061\u0063\u006b",Value :"\u0063\u006c\u0075\u0062"},{Key :"v\u0061\u0072\u0063\u006c\u0075\u0062\u0073\u0075\u0069\u0074",Value :"\u0063\u006c\u0075\u0062\u0073\u0075\u0069\u0074\u0077\u0068\u0069\u0074\u0065"},{Key :"\u0061\u0072\u0072\u006f\u0077\u0073\u006f\u0075\u0074h\u0065\u0061\u0073\u0074",Value :"\u0063\u006f\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e"},{Key :"\u006da\u0074\u0068\u0063\u006f\u006c\u006fn",Value :"\u0063\u006f\u006co\u006e"},{Key :"\u0063\u006f\u006c\u006f\u006e\u0065\u0071\u0075\u0061\u006c",Value :"\u0063o\u006c\u006f\u006e\u0065\u0071"},{Key :"\u0043\u006f\u006c\u006f\u006e\u006d\u006f\u006e\u0065\u0074\u0061\u0072\u0079",Value :"\u0063\u006f\u006c\u006f\u006e\u006d\u006f\u006e\u0065\u0074\u0061\u0072\u0079"},{Key :"\u0063\u006f\u006c\u006f\u006e\u0063\u0075\u0072",Value :"\u0063\u006f\u006c\u006f\u006e\u006d\u006f\u006e\u0065\u0074\u0061\u0072\u0079"},{Key :"\u0063\u006f\u006c\u006f\u006e\u0063\u0075\u0072\u0072\u0065\u006e\u0063\u0079",Value :"\u0063\u006f\u006c\u006f\u006e\u006d\u006f\u006e\u0065\u0074\u0061\u0072\u0079"},{Key :"\u0063o\u006c\u006f\u006e\u0073\u0069\u0067n",Value :"\u0063\u006f\u006c\u006f\u006e\u006d\u006f\u006e\u0065\u0074\u0061\u0072\u0079"},{Key :"\u0069\u006f\u0074\u0061\u0064\u0069\u0061\u0065\u0072\u0065\u0073\u0069\u0073",Value :"\u0063\u006f\u006d\u006d\u0061\u0061\u0062\u006f\u0076\u0065\u0063\u006d\u0062"},{Key :"\u006f\u0063\u006f\u006d\u006d\u0061\u0074\u006f\u0070r\u0069\u0067\u0068\u0074",Value :"\u0063o\u006dm\u0061\u0061\u0062\u006f\u0076e\u0072\u0069g\u0068\u0074\u0063\u006d\u0062"},{Key :"\u0075\u0070s\u0069\u006c\u006fn\u0064\u0069\u0061\u0065\u0072\u0065\u0073\u0069\u0073",Value :"c\u006f\u006d\u006d\u0061re\u0076e\u0072\u0073\u0065\u0064\u0061b\u006f\u0076\u0065\u0063\u006d\u0062"},{Key :"\u006f\u0074\u0075r\u006e\u0065\u0064\u0063\u006f\u006d\u006d\u0061",Value :"\u0063\u006f\u006d\u006dat\u0075\u0072\u006e\u0065\u0064\u0061\u0062\u006f\u0076\u0065\u0063\u006d\u0062"},{Key :"\u0061p\u0070r\u006f\u0078\u0069\u006d\u0061t\u0065\u006cy\u0065\u0071\u0075\u0061\u006c",Value :"\u0063o\u006e\u0067\u0072\u0075\u0065\u006et"},{Key :"\u0063\u006f\u006e\u0067",Value :"\u0063o\u006e\u0067\u0072\u0075\u0065\u006et"},{Key :"\u0063\u006f\u006et\u0069\u006e\u0074\u0065\u0067\u0072\u0061\u006c",Value :"\u0063o\u006et\u006f\u0075\u0072\u0069\u006e\u0074\u0065\u0067\u0072\u0061\u006c"},{Key :"\u0063\u006f\u006e\u0074in\u0074\u0065\u0067\u0072\u0061\u006c\u0064\u0069\u0073\u0070\u006c\u0061\u0079",Value :"\u0063o\u006et\u006f\u0075\u0072\u0069\u006e\u0074\u0065\u0067\u0072\u0061\u006c"},{Key :"\u0063\u006fn\u0074\u0069\u006et\u0065\u0067\u0072\u0061\u006c\u0074\u0065\u0078\u0074",Value :"\u0063o\u006et\u006f\u0075\u0072\u0069\u006e\u0074\u0065\u0067\u0072\u0061\u006c"},{Key :"\u006f\u0069\u006e\u0074",Value :"\u0063o\u006et\u006f\u0075\u0072\u0069\u006e\u0074\u0065\u0067\u0072\u0061\u006c"},{Key :"\u0041\u0043\u004b",Value :"\u0063\u006f\u006e\u0074\u0072\u006f\u006c\u0041\u0043\u004b"},{Key :"\u0042\u0045\u004c",Value :"\u0063\u006f\u006e\u0074\u0072\u006f\u006c\u0042\u0045\u004c"},{Key :"\u0042\u0053",Value :"\u0063o\u006e\u0074\u0072\u006f\u006c\u0042S"},{Key :"\u0043\u0041\u004e",Value :"\u0063\u006f\u006e\u0074\u0072\u006f\u006c\u0043\u0041\u004e"},{Key :"\u0043\u0052",Value :"\u0063o\u006e\u0074\u0072\u006f\u006c\u0043R"},{Key :"\u006e\u006fn\u006d\u0061\u0072k\u0069\u006e\u0067\u0072\u0065\u0074\u0075\u0072\u006e",Value :"\u0063o\u006e\u0074\u0072\u006f\u006c\u0043R"},{Key :"\u0058\u004f\u004e",Value :"\u0063\u006f\u006e\u0074\u0072\u006f\u006c\u0044\u0043\u0031"},{Key :"\u0044\u0043\u0031",Value :"\u0063\u006f\u006e\u0074\u0072\u006f\u006c\u0044\u0043\u0031"},{Key :"\u0044\u0043\u0032",Value :"\u0063\u006f\u006e\u0074\u0072\u006f\u006c\u0044\u0043\u0032"},{Key :"\u0058\u004f\u0046",Value :"\u0063\u006f\u006e\u0074\u0072\u006f\u006c\u0044\u0043\u0033"},{Key :"\u0044\u0043\u0033",Value :"\u0063\u006f\u006e\u0074\u0072\u006f\u006c\u0044\u0043\u0033"},{Key :"\u0044\u0043\u0034",Value :"\u0063\u006f\u006e\u0074\u0072\u006f\u006c\u0044\u0043\u0034"},{Key :"\u0044\u0045\u004c",Value :"\u0063\u006f\u006e\u0074\u0072\u006f\u006c\u0044\u0045\u004c"},{Key :"\u0044\u0043\u0030",Value :"\u0063\u006f\u006e\u0074\u0072\u006f\u006c\u0044\u004c\u0045"},{Key :"\u0044\u004c\u0045",Value :"\u0063\u006f\u006e\u0074\u0072\u006f\u006c\u0044\u004c\u0045"},{Key :"\u0045\u004d",Value :"\u0063o\u006e\u0074\u0072\u006f\u006c\u0045M"},{Key :"\u0045\u004e\u0051",Value :"\u0063\u006f\u006e\u0074\u0072\u006f\u006c\u0045\u004e\u0051"},{Key :"\u0045\u004f\u0054",Value :"\u0063\u006f\u006e\u0074\u0072\u006f\u006c\u0045\u004f\u0054"},{Key :"\u0045\u0053\u0043",Value :"\u0063\u006f\u006e\u0074\u0072\u006f\u006c\u0045\u0053\u0043"},{Key :"\u0045\u0054\u0042",Value :"\u0063\u006f\u006e\u0074\u0072\u006f\u006c\u0045\u0054\u0042"},{Key :"\u0045\u0054\u0058",Value :"\u0063\u006f\u006e\u0074\u0072\u006f\u006c\u0045\u0054\u0058"},{Key :"\u0046\u0046",Value :"\u0063o\u006e\u0074\u0072\u006f\u006c\u0046F"},{Key :"\u0046\u0053",Value :"\u0063o\u006e\u0074\u0072\u006f\u006c\u0046S"},{Key :"\u0049\u0046\u0053",Value :"\u0063o\u006e\u0074\u0072\u006f\u006c\u0046S"},{Key :"\u0047\u0053",Value :"\u0063o\u006e\u0074\u0072\u006f\u006c\u0047S"},{Key :"\u0049\u0047\u0053",Value :"\u0063o\u006e\u0074\u0072\u006f\u006c\u0047S"},{Key :"\u0048\u0054",Value :"\u0063o\u006e\u0074\u0072\u006f\u006c\u0048T"},{Key :"\u004c\u0046",Value :"\u0063o\u006e\u0074\u0072\u006f\u006c\u004cF"},{Key :"\u004e\u0041\u004b",Value :"\u0063\u006f\u006e\u0074\u0072\u006f\u006c\u004e\u0041\u004b"},{Key :"\u002e\u006e\u0075l\u006c",Value :"c\u006f\u006e\u0074\u0072\u006f\u006c\u004e\u0055\u004c\u004c"},{Key :"\u004e\u0055\u004c",Value :"c\u006f\u006e\u0074\u0072\u006f\u006c\u004e\u0055\u004c\u004c"},{Key :"\u0049\u0052\u0053",Value :"\u0063o\u006e\u0074\u0072\u006f\u006c\u0052S"},{Key :"\u0052\u0053",Value :"\u0063o\u006e\u0074\u0072\u006f\u006c\u0052S"},{Key :"\u0053\u0049",Value :"\u0063o\u006e\u0074\u0072\u006f\u006c\u0053I"},{Key :"\u0053\u004f",Value :"\u0063o\u006e\u0074\u0072\u006f\u006c\u0053O"},{Key :"\u0053\u0054\u0058",Value :"\u0063\u006f\u006e\u0074\u0072\u006f\u006c\u0053\u004f\u0054"},{Key :"\u0053\u004f\u0048",Value :"\u0063\u006f\u006e\u0074\u0072\u006f\u006c\u0053\u0054\u0058"},{Key :"\u0045\u004f\u0046",Value :"\u0063\u006f\u006e\u0074\u0072\u006f\u006c\u0053\u0055\u0042"},{Key :"\u0053\u0055\u0042",Value :"\u0063\u006f\u006e\u0074\u0072\u006f\u006c\u0053\u0055\u0042"},{Key :"\u0053\u0059\u004e",Value :"\u0063\u006f\u006e\u0074\u0072\u006f\u006c\u0053\u0059\u004e"},{Key :"\u0049\u0055\u0053",Value :"\u0063o\u006e\u0074\u0072\u006f\u006c\u0055S"},{Key :"\u0055\u0053",Value :"\u0063o\u006e\u0074\u0072\u006f\u006c\u0055S"},{Key :"\u0056\u0054",Value :"\u0063o\u006e\u0074\u0072\u006f\u006c\u0056T"},{Key :"\u0061\u006d\u0061l\u0067",Value :"\u0063o\u0070\u0072\u006f\u0064\u0075\u0063t"},{Key :"\u0063\u006f\u0070\u0072\u006f\u0064",Value :"\u0063\u006fp\u0072\u006f\u0064u\u0063\u0074\u0064\u0069\u0073\u0070\u006c\u0061\u0079"},{Key :"\u0063\u006f\u0070\u0072\u006f\u0064\u0075\u0063\u0074\u0074\u0065\u0078\u0074",Value :"\u0063\u006fp\u0072\u006f\u0064u\u0063\u0074\u0064\u0069\u0073\u0070\u006c\u0061\u0079"},{Key :"\u0064\u006f\u0074\u0064\u0062\u006c\u0073\u0075\u0062\u006e\u006f\u0073\u0070",Value :"\u0063\u0073\u0074\u0072\u0065\u0074\u0063\u0068\u0065\u0064"},{Key :"\u006d\u0075l\u0074\u0069\u0070l\u0079\u006d\u0075\u006c\u0074\u0069\u0073\u0065\u0074",Value :"\u0063\u0075\u0070\u0064\u006f\u0074"},{Key :"\u006d\u0075\u006c\u0074\u0069\u0073\u0065\u0074",Value :"\u0063\u0075\u0070l\u0065\u0066\u0074\u0061\u0072\u0072\u006f\u0077"},{Key :"\u0063u\u0072\u006c\u0061\u006e\u0064",Value :"\u0063\u0075\u0072\u006c\u0079\u0061\u006e\u0064"},{Key :"\u0063\u0075\u0072\u006c\u0079\u0077\u0065\u0064\u0067\u0065",Value :"\u0063\u0075\u0072\u006c\u0079\u0061\u006e\u0064"},{Key :"\u0075\u0070\u0072\u0069\u0073\u0065",Value :"\u0063\u0075\u0072\u006c\u0079\u0061\u006e\u0064"},{Key :"\u006c\u006f\u006f\u0070\u0061\u0072\u0072\u006f\u0077\u006c\u0065\u0066\u0074",Value :"\u0063u\u0072\u006c\u0079\u006c\u0065\u0066t"},{Key :"\u0063\u0075\u0072\u006c\u006f\u0072",Value :"\u0063u\u0072\u006c\u0079\u006f\u0072"},{Key :"\u0063\u0075\u0072\u006c\u0079\u0076\u0065\u0065",Value :"\u0063u\u0072\u006c\u0079\u006f\u0072"},{Key :"\u0064\u006f\u0077\u006e\u0066\u0061\u006c\u006c",Value :"\u0063u\u0072\u006c\u0079\u006f\u0072"},{Key :"\u006c\u006f\u006f\u0070\u0061\u0072\u0072\u006f\u0077r\u0069\u0067\u0068\u0074",Value :"\u0063\u0075\u0072\u006c\u0079\u0072\u0069\u0067\u0068\u0074"},{Key :"a\u0072\u0072\u006f\u0077\u0063\u006c\u006f\u0063\u006b\u0077",Value :"\u0063\u0077\u006f\u0070\u0065\u006e\u0063\u0069\u0072\u0063\u006c\u0065a\u0072\u0072\u006f\u0077"},{Key :"\u0064\u0061\u0064\u0066\u0069\u006e\u0061\u006c",Value :"\u0064\u0061\u0064\u0066\u0069\u006e\u0061\u006c\u0061r\u0061\u0062\u0069\u0063"},{Key :"\u0064\u0061\u0064\u0069\u006e\u0069\u0074\u0069\u0061\u006c",Value :"\u0064\u0061d\u0069\u006e\u0069t\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0064a\u0064\u006d\u0065\u0064\u0069\u0061l",Value :"\u0064a\u0064m\u0065\u0064\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0038\u00307",Value :"\u0064\u0061\u0067\u0065\u0073\u0068"},{Key :"\u0064\u0061\u0067e\u0073\u0068\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0064\u0061\u0067\u0065\u0073\u0068"},{Key :"\u0073\u0070\u0061c\u0065\u006f\u0070\u0065\u006e\u0062\u006f\u0078",Value :"\u0064\u0061\u0067\u0065\u0073\u0068"},{Key :"\u0064d\u0061\u0067\u0067\u0065\u0072",Value :"\u0064a\u0067\u0067\u0065\u0072\u0064\u0062l"},{Key :"\u0064\u0061\u006c\u0065\u0074\u0064\u0061\u0067\u0065\u0073\u0068\u0068e\u0062\u0072\u0065\u0077",Value :"d\u0061\u006c\u0065\u0074\u0064\u0061\u0067\u0065\u0073\u0068"},{Key :"\u0064a\u006ce\u0074\u0077\u0069\u0074\u0068\u0064\u0061\u0067\u0065\u0073\u0068",Value :"d\u0061\u006c\u0065\u0074\u0064\u0061\u0067\u0065\u0073\u0068"},{Key :"\u0064\u0061\u006c\u0065\u0074\u0068\u006d\u0061\u0074\u0068",Value :"\u0064\u0061\u006c\u0065\u0074\u0068"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0036\u00367",Value :"\u0064\u0061\u006c\u0065\u0074\u0071\u0061\u006d\u0061\u0074\u0073\u0068e\u0062\u0072\u0065\u0077"},{Key :"\u0064\u0061\u006ce\u0074",Value :"\u0064\u0061\u006c\u0065\u0074\u0071\u0061\u006d\u0061\u0074\u0073\u0068e\u0062\u0072\u0065\u0077"},{Key :"\u0064a\u006ce\u0074\u0068\u0061\u0074\u0061\u0066\u0070\u0061\u0074\u0061\u0068",Value :"\u0064\u0061\u006c\u0065\u0074\u0071\u0061\u006d\u0061\u0074\u0073\u0068e\u0062\u0072\u0065\u0077"},{Key :"d\u0061\u006c\u0065\u0074ha\u0074a\u0066\u0070\u0061\u0074\u0061h\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0064\u0061\u006c\u0065\u0074\u0071\u0061\u006d\u0061\u0074\u0073\u0068e\u0062\u0072\u0065\u0077"},{Key :"\u0064a\u006ce\u0074\u0068\u0061\u0074\u0061\u0066\u0073\u0065\u0067\u006f\u006c",Value :"\u0064\u0061\u006c\u0065\u0074\u0071\u0061\u006d\u0061\u0074\u0073\u0068e\u0062\u0072\u0065\u0077"},{Key :"d\u0061\u006c\u0065\u0074ha\u0074a\u0066\u0073\u0065\u0067\u006fl\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0064\u0061\u006c\u0065\u0074\u0071\u0061\u006d\u0061\u0074\u0073\u0068e\u0062\u0072\u0065\u0077"},{Key :"d\u0061\u006c\u0065\u0074\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0064\u0061\u006c\u0065\u0074\u0071\u0061\u006d\u0061\u0074\u0073\u0068e\u0062\u0072\u0065\u0077"},{Key :"\u0064\u0061\u006c\u0065\u0074\u0068\u0069\u0072\u0069\u0071",Value :"\u0064\u0061\u006c\u0065\u0074\u0071\u0061\u006d\u0061\u0074\u0073\u0068e\u0062\u0072\u0065\u0077"},{Key :"\u0064\u0061l\u0065\u0074\u0068i\u0072\u0069\u0071\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0064\u0061\u006c\u0065\u0074\u0071\u0061\u006d\u0061\u0074\u0073\u0068e\u0062\u0072\u0065\u0077"},{Key :"\u0064\u0061\u006c\u0065\u0074\u0068\u006f\u006c\u0061\u006d",Value :"\u0064\u0061\u006c\u0065\u0074\u0071\u0061\u006d\u0061\u0074\u0073\u0068e\u0062\u0072\u0065\u0077"},{Key :"\u0064\u0061l\u0065\u0074\u0068o\u006c\u0061\u006d\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0064\u0061\u006c\u0065\u0074\u0071\u0061\u006d\u0061\u0074\u0073\u0068e\u0062\u0072\u0065\u0077"},{Key :"\u0064\u0061\u006c\u0065\u0074\u0070\u0061\u0074\u0061\u0068",Value :"\u0064\u0061\u006c\u0065\u0074\u0071\u0061\u006d\u0061\u0074\u0073\u0068e\u0062\u0072\u0065\u0077"},{Key :"\u0064\u0061l\u0065\u0074\u0070a\u0074\u0061\u0068\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0064\u0061\u006c\u0065\u0074\u0071\u0061\u006d\u0061\u0074\u0073\u0068e\u0062\u0072\u0065\u0077"},{Key :"d\u0061\u006c\u0065\u0074\u0071\u0061\u006d\u0061\u0074\u0073",Value :"\u0064\u0061\u006c\u0065\u0074\u0071\u0061\u006d\u0061\u0074\u0073\u0068e\u0062\u0072\u0065\u0077"},{Key :"d\u0061\u006c\u0065\u0074\u0071\u0075\u0062\u0075\u0074\u0073",Value :"\u0064\u0061\u006c\u0065\u0074\u0071\u0061\u006d\u0061\u0074\u0073\u0068e\u0062\u0072\u0065\u0077"},{Key :"\u0064\u0061\u006c\u0065\u0074\u0071\u0075\u0062\u0075\u0074\u0073\u0068e\u0062\u0072\u0065\u0077",Value :"\u0064\u0061\u006c\u0065\u0074\u0071\u0061\u006d\u0061\u0074\u0073\u0068e\u0062\u0072\u0065\u0077"},{Key :"\u0064\u0061\u006c\u0065\u0074\u0073\u0065\u0067\u006f\u006c",Value :"\u0064\u0061\u006c\u0065\u0074\u0071\u0061\u006d\u0061\u0074\u0073\u0068e\u0062\u0072\u0065\u0077"},{Key :"\u0064\u0061l\u0065\u0074\u0073e\u0067\u006f\u006c\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0064\u0061\u006c\u0065\u0074\u0071\u0061\u006d\u0061\u0074\u0073\u0068e\u0062\u0072\u0065\u0077"},{Key :"\u0064\u0061\u006c\u0065\u0074\u0073\u0068\u0065\u0076\u0061",Value :"\u0064\u0061\u006c\u0065\u0074\u0071\u0061\u006d\u0061\u0074\u0073\u0068e\u0062\u0072\u0065\u0077"},{Key :"\u0064\u0061l\u0065\u0074\u0073h\u0065\u0076\u0061\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0064\u0061\u006c\u0065\u0074\u0071\u0061\u006d\u0061\u0074\u0073\u0068e\u0062\u0072\u0065\u0077"},{Key :"\u0064\u0061\u006c\u0065\u0074\u0074\u0073\u0065\u0072\u0065",Value :"\u0064\u0061\u006c\u0065\u0074\u0071\u0061\u006d\u0061\u0074\u0073\u0068e\u0062\u0072\u0065\u0077"},{Key :"\u0064\u0061l\u0065\u0074\u0074s\u0065\u0072\u0065\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0064\u0061\u006c\u0065\u0074\u0071\u0061\u006d\u0061\u0074\u0073\u0068e\u0062\u0072\u0065\u0077"},{Key :"\u0064\u0061\u006c\u0066\u0069\u006e\u0061\u006c",Value :"\u0064\u0061\u006c\u0066\u0069\u006e\u0061\u006c\u0061r\u0061\u0062\u0069\u0063"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00355",Value :"d\u0061\u006d\u006d\u0061\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0064\u0061\u006dm\u0061",Value :"d\u0061\u006d\u006d\u0061\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0064\u0061\u006d\u006d\u0061\u006c\u006f\u0077\u0061r\u0061\u0062\u0069\u0063",Value :"d\u0061\u006d\u006d\u0061\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0064a\u006dm\u0061\u0068\u006f\u006e\u0074\u0061\u0074\u0077\u0065\u0065\u006c",Value :"d\u0061\u006d\u006d\u0061\u006d\u0065\u0064\u0069\u0061\u006c"},{Key :"d\u0061\u0072\u0067\u0061\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0064a\u0072g\u0061\u006c\u0065\u0066\u0074\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0073\u0068\u0069\u0066\u0074\u006f\u0075\u0074",Value :"\u0064a\u0072g\u0061\u006c\u0065\u0066\u0074\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0065\u0078\u0063\u0065\u0073\u0073",Value :"\u0064a\u0073\u0068\u0063\u006f\u006c\u006fn"},{Key :"\u0064\u0062\u006ca\u0072\u0072\u006f\u0077\u0064\u006f\u0077\u006e",Value :"d\u0062\u006c\u0061\u0072\u0072\u006f\u0077\u0064\u0077\u006e"},{Key :"\u0064\u006f\u0077\u006e\u0064\u006f\u0077\u006e\u0061r\u0072\u006f\u0077\u0073",Value :"d\u0062\u006c\u0061\u0072\u0072\u006f\u0077\u0064\u0077\u006e"},{Key :"\u0074\u0077o\u0068\u0065\u0061d\u006c\u0065\u0066\u0074\u0061\u0072\u0072\u006f\u0077",Value :"\u0064\u0062l\u0061\u0072\u0072o\u0077\u0068\u0065\u0061\u0064\u006c\u0065\u0066\u0074"},{Key :"\u0074\u0077\u006f\u0068\u0065\u0061\u0064\u0072\u0069\u0067\u0068\u0074a\u0072\u0072\u006f\u0077",Value :"\u0064\u0062\u006c\u0061\u0072\u0072\u006f\u0077\u0068\u0065\u0061\u0064r\u0069\u0067\u0068\u0074"},{Key :"\u0075\u0070\u0075\u0070\u0061\u0072\u0072\u006f\u0077\u0073",Value :"\u0064\u0062\u006c\u0061\u0072\u0072\u006f\u0077\u0075\u0070"},{Key :"\u006c\u0042\u0072\u0061\u0063\u006b",Value :"\u0064\u0062\u006c\u0062\u0072\u0061\u0063\u006b\u0065t\u006c\u0065\u0066\u0074"},{Key :"\u0072\u0042\u0072\u0061\u0063\u006b",Value :"\u0064b\u006cb\u0072\u0061\u0063\u006b\u0065\u0074\u0072\u0069\u0067\u0068\u0074"},{Key :"\u0064\u006f\u0075\u0062\u006c\u0065\u0069\u006e\u0074e\u0067\u0072\u0061\u006c",Value :"d\u0062\u006c\u0069\u006e\u0074\u0065\u0067\u0072\u0061\u006c"},{Key :"\u0069\u0069\u006e\u0074",Value :"d\u0062\u006c\u0069\u006e\u0074\u0065\u0067\u0072\u0061\u006c"},{Key :"i\u006e\u0074\u0065\u0067\u0072\u0061\u006c\u0064\u0062\u006c",Value :"d\u0062\u006c\u0069\u006e\u0074\u0065\u0067\u0072\u0061\u006c"},{Key :"\u0056\u0065\u0072\u0074",Value :"\u0064\u0062\u006c\u0076\u0065\u0072\u0074\u0069\u0063a\u006c\u0062\u0061\u0072"},{Key :"\u0062\u0061\u0072\u0064\u0062\u006c",Value :"\u0064\u0062\u006c\u0076\u0065\u0072\u0074\u0069\u0063a\u006c\u0062\u0061\u0072"},{Key :"\u0076\u0065\u0072\u0074\u0069\u0063\u0061\u006c\u0062a\u0072\u0064\u0062\u006c",Value :"\u0064\u0062\u006c\u0076\u0065\u0072\u0074\u0069\u0063a\u006c\u0062\u0061\u0072"},{Key :"v\u0065\u0072\u0074\u006c\u0069\u006e\u0065\u0064\u0062\u006c",Value :"\u0064\u0062\u006c\u0076\u0065\u0072\u0074\u0069\u0063a\u006c\u0062\u0061\u0072"},{Key :"\u0064\u006f\u0077\u006e\u0073\u006c\u006f\u0070\u0065\u0065\u006c\u006ci\u0070\u0073\u0069\u0073",Value :"\u0064\u0064\u006ft\u0073"},{Key :"\u0064\u0065\u0063\u0069ma\u006c\u0073\u0065\u0070\u0061\u0072\u0061\u0074\u006f\u0072\u0061\u0072\u0061\u0062i\u0063",Value :"\u0064\u0065\u0063im\u0061\u006c\u0073\u0065\u0070\u0061\u0072\u0061\u0074\u006f\u0072\u0070\u0065\u0072\u0073\u0069\u0061\u006e"},{Key :"\u0064\u0065\u006c\u0074\u0061\u0065\u0071\u0075\u0061\u006c",Value :"\u0064e\u0066\u0069\u006e\u0065\u0073"},{Key :"\u0074r\u0069\u0061\u006e\u0067\u006c\u0065q",Value :"\u0064e\u0066\u0069\u006e\u0065\u0073"},{Key :"\u006b\u0065\u006c\u0076\u0069\u006e",Value :"\u0064\u0065\u0067r\u0065\u0065\u006b\u0065\u006c\u0076\u0069\u006e"},{Key :"\u0064e\u0076\u0063\u006f\u006e\u0034",Value :"\u0064\u0065\u0068\u0069\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u006b\u0068\u0061\u0072\u0074\u0064\u0065\u0073",Value :"\u0064e\u0069\u0063\u006f\u0070\u0074\u0069c"},{Key :"\u0075p\u0064\u0065\u006c\u0074\u0061",Value :"\u0064\u0065\u006ct\u0061"},{Key :"\u006d\u0061\u0063\u0072\u006f\u006e\u0073\u0075\u0062\u006e\u006f\u0073\u0070",Value :"\u0064\u0065\u007a\u0068"},{Key :"\u0067\u0072\u0061\u0076\u0065\u0073\u0075\u0062",Value :"\u0064\u0068\u006fo\u006b"},{Key :"\u0061\u0031\u0031\u0031",Value :"\u0064i\u0061\u006d\u006f\u006e\u0064"},{Key :"\u0064\u0069\u0061m\u006f\u006e\u0064\u0073\u006f\u006c\u0069\u0064",Value :"\u0064i\u0061\u006d\u006f\u006e\u0064"},{Key :"\u0076\u0061\u0072\u0064\u0069\u0061\u006d\u006f\u006ed\u0073\u0075\u0069\u0074",Value :"\u0064i\u0061\u006d\u006f\u006e\u0064"},{Key :"\u0073\u006d\u0077h\u0074\u0064\u0069\u0061\u006d\u006f\u006e\u0064",Value :"d\u0069\u0061\u006d\u006f\u006e\u0064\u006d\u0061\u0074\u0068"},{Key :"d\u0069\u0061\u006d\u006f\u006e\u0064\u0073\u0075\u0069\u0074",Value :"\u0064\u0069a\u006d\u006f\u006ed\u0073\u0075\u0069\u0074\u0077\u0068\u0069\u0074\u0065"},{Key :"\u0064\u0064\u006f\u0074",Value :"d\u0069\u0065\u0072\u0065\u0073\u0069\u0073\u0063\u006d\u0062"},{Key :"\u0064\u0069\u0061\u006c\u0079\u0074\u0069\u006b\u0061t\u006f\u006e\u006f\u0073",Value :"\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073\u0074\u006f\u006e\u006f\u0073"},{Key :"\u0062\u0075\u006d\u0070\u0065\u0071",Value :"\u0064\u0069\u0066\u0066\u0065\u0072\u0065\u006e\u0063\u0065"},{Key :"\u0063\u0031\u0034\u0034",Value :"\u0064\u0069\u0076\u0069\u0064\u0065"},{Key :"\u0064\u0069\u0076",Value :"\u0064\u0069\u0076\u0069\u0064\u0065"},{Key :"\u0064\u0069v\u0069\u0064\u0065o\u006e\u006d\u0075\u006c\u0074\u0069\u0070\u006c\u0079",Value :"\u0064\u0069\u0076\u0069\u0064\u0065\u006d\u0075\u006ct\u0069\u0070\u006c\u0079"},{Key :"\u0064\u0069\u0076\u0069\u0064\u0065\u006f\u006e\u0074\u0069\u006d\u0065\u0073",Value :"\u0064\u0069\u0076\u0069\u0064\u0065\u006d\u0075\u006ct\u0069\u0070\u006c\u0079"},{Key :"\u0062\u0061\u0072\u0031",Value :"\u0064i\u0076\u0069\u0064\u0065\u0073"},{Key :"\u006d\u0069\u0064",Value :"\u0064i\u0076\u0069\u0064\u0065\u0073"},{Key :"\u0076\u0065\u0078\u0074\u0065\u006e\u0064\u0073\u0069\u006e\u0067\u006c\u0065",Value :"\u0064i\u0076\u0069\u0064\u0065\u0073"},{Key :"\u0064\u0069\u0076\u0073\u006c\u0061\u0073\u0068",Value :"\u0064\u0069\u0076\u0069\u0073\u0069\u006f\u006e\u0073\u006c\u0061\u0073\u0068"},{Key :"\u0073l\u0061\u0073\u0068\u006d\u0061\u0074h",Value :"\u0064\u0069\u0076\u0069\u0073\u0069\u006f\u006e\u0073\u006c\u0061\u0073\u0068"},{Key :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00399",Value :"d\u006a\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0064\u006a\u0065",Value :"d\u006a\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0062\u006c\u006f\u0063kt\u0068\u0072\u0065\u0065\u0071\u0074\u0072\u0073\u0068\u0061\u0064\u0065\u0064",Value :"\u0064k\u0073\u0068\u0061\u0064\u0065"},{Key :"\u0073h\u0061\u0064\u0065\u0064\u0061\u0072k",Value :"\u0064k\u0073\u0068\u0061\u0064\u0065"},{Key :"\u0064\u0063\u0072\u006f\u0061\u0074",Value :"\u0064m\u0061\u0063\u0072\u006f\u006e"},{Key :"\u0064\u0073\u006c\u0061\u0073\u0068",Value :"\u0064m\u0061\u0063\u0072\u006f\u006e"},{Key :"\u0062\u006c\u006fc\u006b\u006c\u006f\u0077\u0068\u0061\u006c\u0066",Value :"\u0064n\u0062\u006c\u006f\u0063\u006b"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0036\u00394",Value :"d\u006f\u0063\u0068\u0061\u0064\u0061\u0074\u0068\u0061\u0069"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00300",Value :"\u0064o\u0064\u0065\u006b\u0074\u0068\u0061i"},{Key :"\u0065\u0073\u0063\u0075\u0064\u006f",Value :"\u0064\u006f\u006c\u006c\u0061\u0072"},{Key :"\u006d\u0061\u0074\u0068\u0064\u006f\u006c\u006c\u0061\u0072",Value :"\u0064\u006f\u006c\u006c\u0061\u0072"},{Key :"\u006di\u006c\u0072\u0065\u0069\u0073",Value :"\u0064\u006f\u006c\u006c\u0061\u0072"},{Key :"\u0069o\u0074a\u0064\u0069\u0061\u0065\u0072e\u0073\u0069s\u0074\u006f\u006e\u006f\u0073",Value :"\u0064o\u0074\u0061\u0063\u0063\u0065\u006et"},{Key :"\u0064\u006f\u0074",Value :"\u0064\u006f\u0074a\u0063\u0063\u0065\u006e\u0074\u0063\u006d\u0062"},{Key :"\u0053\u0074\u0069\u0067\u006d\u0061",Value :"\u0064\u006f\u0074b\u0065\u006c\u006f\u0077\u0063\u006f\u006d\u0062"},{Key :"d\u006f\u0074\u0062\u0065\u006c\u006f\u0077\u0063\u006d\u0062",Value :"\u0064\u006f\u0074b\u0065\u006c\u006f\u0077\u0063\u006f\u006d\u0062"},{Key :"\u0062\u0072\u0065v\u0065\u0069\u006e\u0076\u006e\u006f\u0073\u0070",Value :"\u0064o\u0074l\u0065\u0073\u0073\u006a\u0073t\u0072\u006fk\u0065\u0068\u006f\u006f\u006b"},{Key :"\u0067\u0065\u006f\u006d\u0070\u0072\u006f\u0070\u006fr\u0074\u0069\u006f\u006e",Value :"\u0064\u006f\u0074\u0073\u006d\u0069\u006e\u0075\u0073\u0064\u006f\u0074\u0073"},{Key :"\u0070\u0072\u006f\u0070\u006f\u0072\u0074\u0069\u006fn\u0067\u0065\u006f\u006d",Value :"\u0064\u006f\u0074\u0073\u006d\u0069\u006e\u0075\u0073\u0064\u006f\u0074\u0073"},{Key :"\u0063\u0069\u0072\u0063\u006c\u0065\u0064\u0061\u0073\u0068",Value :"\u0064\u006f\u0074t\u0065\u0064\u0063\u0069\u0072\u0063\u006c\u0065"},{Key :"\u0078\u0062\u0073o\u006c",Value :"\u0064o\u0077\u006e\u0073\u006c\u006f\u0070e"},{Key :"\u006da\u0063\u0072\u006f\u006e\u0073\u0075b",Value :"\u0064\u0074\u0061i\u006c"},{Key :"\u0067\u0061\u006d\u006d\u0061\u0031",Value :"\u0064\u007a"},{Key :"\u0074\u0069\u006cd\u0065\u0073\u0075\u0062\u006e\u006f\u0073\u0070",Value :"\u0064\u007a\u0061\u006c\u0074\u006f\u006e\u0065"},{Key :"\u0047\u0068\u0061\u0063\u0065\u006b",Value :"\u0064z\u0063\u0061\u0072\u006f\u006e"},{Key :"\u0075\u006e\u0064\u0065\u0072\u0073\u0063\u006f\u0072e\u006e\u006f\u0073\u0070",Value :"\u0064\u007a\u0063\u0075\u0072\u006c"},{Key :"\u0061f\u0069\u0069\u0031\u0030\u0031\u00393",Value :"\u0064\u007a\u0068e\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0064\u007a\u0068\u0065",Value :"\u0064\u007a\u0068e\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0061f\u0069\u0069\u0031\u0030\u0031\u00301",Value :"\u0065c\u0079\u0072\u0069\u006c\u006c\u0069c"},{Key :"\u0065\u0063\u0079\u0072\u0069\u006c",Value :"\u0065c\u0079\u0072\u0069\u006c\u006c\u0069c"},{Key :"\u0065\u0064\u006f\u0074",Value :"\u0065\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00300",Value :"\u0065i\u0067h\u0074\u0068\u0061\u0063\u006b\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"a\u0072\u0061\u0062\u0069ci\u006ed\u0069\u0063\u0064\u0069\u0067i\u0074\u0065\u0069\u0067\u0068\u0074",Value :"\u0065i\u0067h\u0074\u0068\u0061\u0063\u006b\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"e\u0069\u0067\u0068\u0074\u0061\u0072\u0061\u0062\u0069\u0063",Value :"\u0065i\u0067h\u0074\u0068\u0061\u0063\u006b\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u006d\u0075\u0073\u0069\u0063\u0061\u006c\u006e\u006ft\u0065\u0064\u0062\u006c",Value :"\u0065\u0069g\u0068\u0074\u0068n\u006f\u0074\u0065\u0062\u0065\u0061\u006d\u0065\u0064"},{Key :"\u0074\u0077\u006f\u006e\u006f\u0074\u0065\u0073",Value :"\u0065\u0069g\u0068\u0074\u0068n\u006f\u0074\u0065\u0062\u0065\u0061\u006d\u0065\u0064"},{Key :"\u0065\u0069\u0067\u0068\u0074\u0073\u0075\u0062",Value :"\u0065\u0069\u0067\u0068\u0074\u0069\u006e\u0066\u0065\u0072\u0069\u006f\u0072"},{Key :"\u0065\u0078t\u0065\u006e\u0064\u0065\u0064\u0061\u0072\u0061\u0062\u0069\u0063\u0069\u006e\u0064\u0069\u0063\u0064\u0069\u0067\u0069\u0074\u0065ig\u0068\u0074",Value :"\u0065\u0069\u0067h\u0074\u0070\u0065\u0072\u0073\u0069\u0061\u006e"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00368",Value :"\u0065i\u0067\u0068\u0074\u0074\u0068\u0061i"},{Key :"o\u006d\u0065\u0067\u0061\u0063\u006c\u006f\u0073\u0065\u0064",Value :"\u0065\u0069\u006e\u0076\u0065\u0072\u0074\u0065\u0064b\u0072\u0065\u0076\u0065"},{Key :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00377",Value :"\u0065\u006c\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0065\u006c",Value :"\u0065\u006c\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0069\u006e",Value :"\u0065l\u0065\u006d\u0065\u006e\u0074"},{Key :"\u0065l\u0069\u0070\u0073\u0069\u0073",Value :"\u0065\u006c\u006c\u0069\u0070\u0073\u0069\u0073"},{Key :"\u0075n\u0069c\u006f\u0064\u0065\u0065\u006c\u006c\u0069\u0070\u0073\u0069\u0073",Value :"\u0065\u006c\u006c\u0069\u0070\u0073\u0069\u0073"},{Key :"\u0076\u0064\u006ft\u0073",Value :"\u0065\u006cl\u0069\u0070\u0073i\u0073\u0076\u0065\u0072\u0074\u0069\u0063\u0061\u006c"},{Key :"\u0076\u0065\u0072t\u0065\u006c\u006c\u0069\u0070\u0073\u0069\u0073",Value :"\u0065\u006cl\u0069\u0070\u0073i\u0073\u0076\u0065\u0072\u0074\u0069\u0063\u0061\u006c"},{Key :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00378",Value :"\u0065\u006d\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0065\u006d",Value :"\u0065\u006d\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0070u\u006e\u0063\u0074\u0064\u0061\u0073h",Value :"\u0065\u006d\u0064\u0061\u0073\u0068"},{Key :"\u0076\u0061\u0072\u006e\u006f\u0074\u0068\u0069\u006e\u0067",Value :"\u0065\u006d\u0070\u0074\u0079\u0073\u0065\u0074"},{Key :"\u0072a\u006e\u0067\u0065\u0064\u0061\u0073h",Value :"\u0065\u006e\u0064\u0061\u0073\u0068"},{Key :"\u006e\u0067",Value :"\u0065\u006e\u0067"},{Key :"\u0072\u0069\u006e\u0067ri\u0067\u0068\u0074\u0068\u0061\u006c\u0066\u0063\u0065\u006e\u0074\u0065\u0072",Value :"\u0065\u006f\u0070e\u006e"},{Key :"c\u0065\u0064\u0069\u006c\u006c\u0061\u006e\u006f\u0073\u0070",Value :"e\u006f\u0070\u0065\u006e\u0063\u006c\u006f\u0073\u0065\u0064"},{Key :"\u0072i\u006eg\u006c\u0065\u0066\u0074\u0068\u0061\u006c\u0066\u0073\u0075\u0070",Value :"\u0065\u006f\u0070\u0065\u006e\u0072\u0065\u0076\u0065\u0072\u0073\u0065\u0064"},{Key :"t\u0061\u0063\u006b\u0064\u006f\u0077\u006e\u006d\u0069\u0064",Value :"\u0065\u006f\u0070\u0065nr\u0065\u0076\u0065\u0072\u0073\u0065\u0064\u0063\u006c\u006f\u0073\u0065\u0064"},{Key :"\u0074a\u0063\u006b\u0075\u0070\u006d\u0069d",Value :"\u0065\u006f\u0070\u0065\u006e\u0072\u0065\u0076\u0065\u0072\u0073\u0065d\u0068\u006f\u006f\u006b"},{Key :"\u0075p\u0065\u0070\u0073\u0069\u006c\u006fn",Value :"\u0065p\u0073\u0069\u006c\u006f\u006e"},{Key :"\u0075\u0070\u0076a\u0072\u0065\u0070\u0073\u0069\u006c\u006f\u006e",Value :"\u0065\u0070\u0073\u0069\u006c\u006f\u006e\u0031"},{Key :"\u0063\u0068\u0065\u0076\u0065\u0072\u0074\u0062\u0061\u0072",Value :"\u0065\u0070\u0073\u0069\u006c\u006f\u006e\u0031"},{Key :"\u0048\u0063\u0079\u0072\u0069\u006c",Value :"\u0065\u0070\u0073\u0069\u006c\u006f\u006e\u0069\u006e\u0076"},{Key :"\u0075\u0070\u0062\u0061\u0063\u006b\u0065\u0070\u0073\u0069\u006c\u006f\u006e",Value :"\u0065\u0070\u0073\u0069\u006c\u006f\u006e\u0069\u006e\u0076"},{Key :"\u0065\u0071\u0075\u0061\u006c\u0063\u006f\u006c\u006f\u006e",Value :"\u0065q\u0063\u006f\u006c\u006f\u006e"},{Key :"\u0064\u0065\u0066\u0069\u006e\u0065\u0071\u0075\u0061\u006c",Value :"\u0065\u0071\u0064e\u0066"},{Key :"\u0065\u0071\u0075a\u006c\u0067\u0072\u0065\u0061\u0074\u0065\u0072",Value :"\u0065\u0071\u0067t\u0072"},{Key :"\u0065q\u0075\u0061\u006c\u006c\u0065\u0073s",Value :"\u0065\u0071\u006c\u0065\u0073\u0073"},{Key :"c\u0075\u0072\u006c\u0079\u0065\u0071\u0073\u0075\u0063\u0063",Value :"\u0065\u0071\u0075\u0061\u006c\u006f\u0072\u0066\u006fl\u006c\u006f\u0077\u0073"},{Key :"\u0065\u0071\u0075\u0061\u006c\u0066\u006f\u006c\u006c\u006f\u0077\u0073\u0031",Value :"\u0065\u0071\u0075\u0061\u006c\u006f\u0072\u0066\u006fl\u006c\u006f\u0077\u0073"},{Key :"\u0065\u0071\u0073\u006c\u0061\u006e\u0074\u0067\u0074\u0072",Value :"\u0065\u0071\u0075\u0061\u006c\u006f\u0072\u0067\u0072e\u0061\u0074\u0065\u0072"},{Key :"e\u0071\u0073\u006c\u0061\u006e\u0074\u006c\u0065\u0073\u0073",Value :"e\u0071\u0075\u0061\u006c\u006f\u0072\u006c\u0065\u0073\u0073"},{Key :"c\u0075\u0072\u006c\u0079\u0065\u0071\u0070\u0072\u0065\u0063",Value :"\u0065q\u0075a\u006c\u006f\u0072\u0070\u0072\u0065\u0063\u0065\u0064\u0065\u0073"},{Key :"\u0065\u0071\u0075\u0061\u006c\u0070\u0072\u0065\u0063e\u0064\u0065\u0073\u0031",Value :"\u0065q\u0075a\u006c\u006f\u0072\u0070\u0072\u0065\u0063\u0065\u0064\u0065\u0073"},{Key :"\u0065\u0071\u0073i\u006d",Value :"\u0065\u0071\u0075\u0061\u006c\u006f\u0072\u0073\u0069m\u0069\u006c\u0061\u0072"},{Key :"\u006d\u0069\u006e\u0075\u0073\u0074\u0069\u006c\u0064\u0065",Value :"\u0065\u0071\u0075\u0061\u006c\u006f\u0072\u0073\u0069m\u0069\u006c\u0061\u0072"},{Key :"\u0065\u0071\u0075\u0061\u006c\u0069\u006e\u0066\u0065\u0072\u0069\u006f\u0072",Value :"\u0065\u0071\u0075\u0061\u006c\u0073\u0075\u0062"},{Key :"\u0065\u0071\u0075i\u0076",Value :"e\u0071\u0075\u0069\u0076\u0061\u006c\u0065\u006e\u0063\u0065"},{Key :"\u0061\u0073\u0079m\u0070",Value :"\u0065q\u0075i\u0076\u0061\u0073\u0079\u006d\u0070\u0074\u006f\u0074\u0069\u0063"},{Key :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00382",Value :"\u0065\u0072\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0065\u0072",Value :"\u0065\u0072\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0061\u0063\u0075\u0074\u0065\u0073\u0075\u0062",Value :"\u0065r\u0065\u0076\u0065\u0072\u0073\u0065d"},{Key :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00395",Value :"\u0065\u0072\u0065\u0076\u0065\u0072\u0073\u0065\u0064\u0063\u0079\u0072i\u006c\u006c\u0069\u0063"},{Key :"\u0065c\u0079\u0072\u0069\u006c\u0072\u0065v",Value :"\u0065\u0072\u0065\u0076\u0065\u0072\u0073\u0065\u0064\u0063\u0079\u0072i\u006c\u006c\u0069\u0063"},{Key :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00383",Value :"\u0065\u0073\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0065\u0073",Value :"\u0065\u0073\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0063a\u006ed\u0072\u0061\u0062\u0069\u006e\u0064\u0075\u006e\u006f\u0073\u0070",Value :"\u0065\u0073\u0068"},{Key :"\u0061\u0070\u006f\u0073\u0074\u0072\u006f\u0070\u0068\u0065\u0073\u0075p\u006e\u006f\u0073\u0070",Value :"\u0065s\u0068\u0063\u0075\u0072\u006c"},{Key :"\u0063\u006fm\u006d\u0061\u0074u\u0072\u006e\u0073\u0075\u0070\u006e\u006f\u0073\u0070",Value :"\u0065\u0073h\u0073\u0071\u0075a\u0074\u0072\u0065\u0076\u0065\u0072\u0073\u0065\u0064"},{Key :"\u0075\u0070\u0065t\u0061",Value :"\u0065\u0074\u0061"},{Key :"\u0044\u0062\u0061\u0072",Value :"\u0065\u0074\u0068"},{Key :"\u0044m\u0061\u0063\u0072\u006f\u006e",Value :"\u0065\u0074\u0068"},{Key :"\u006da\u0074\u0068\u0065\u0074\u0068",Value :"\u0065\u0074\u0068"},{Key :"\u0061\u0072\u0072\u006f\u0077\u0062\u006f\u0074\u0068v\u0062\u0061\u0073\u0065",Value :"\u0065\u0074\u006e\u0061\u0068\u0074\u0061\u006c\u0065\u0066\u0074\u0068e\u0062\u0072\u0065\u0077"},{Key :"\u0065t\u006ea\u0068\u0074\u0061\u0066\u006fu\u006b\u0068h\u0065\u0062\u0072\u0065\u0077",Value :"\u0065\u0074\u006e\u0061\u0068\u0074\u0061\u006c\u0065\u0066\u0074\u0068e\u0062\u0072\u0065\u0077"},{Key :"\u0065\u0074\u006e\u0061ht\u0061\u0066\u006f\u0075\u006b\u0068\u006c\u0065\u0066\u0074\u0068\u0065\u0062\u0072e\u0077",Value :"\u0065\u0074\u006e\u0061\u0068\u0074\u0061\u006c\u0065\u0066\u0074\u0068e\u0062\u0072\u0065\u0077"},{Key :"\u0065\u0074\u006e\u0061\u0068\u0074\u0061\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0065\u0074\u006e\u0061\u0068\u0074\u0061\u006c\u0065\u0066\u0074\u0068e\u0062\u0072\u0065\u0077"},{Key :"\u0045\u0078\u0063\u006c\u0061\u006d",Value :"\u0065x\u0063\u006c\u0061\u006d\u0064\u0062l"},{Key :"\u0065\u0078\u0069\u0073\u0074\u0073",Value :"e\u0078\u0069\u0073\u0074\u0065\u006e\u0074\u0069\u0061\u006c"},{Key :"t\u0068\u0065\u0072\u0065\u0065\u0078\u0069\u0073\u0074\u0073",Value :"e\u0078\u0069\u0073\u0074\u0065\u006e\u0074\u0069\u0061\u006c"},{Key :"p\u006c\u0075\u0073\u0073\u0075\u0062\u006e\u006f\u0073\u0070",Value :"\u0065\u007a\u0068"},{Key :"j\u0064\u006f\u0074\u006c\u0065\u0073\u0073\u0062\u0061\u0072",Value :"\u0065\u007a\u0068\u0063\u0061\u0072\u006f\u006e"},{Key :"\u006d\u0069\u006eu\u0073\u0073\u0075\u0062\u006e\u006f\u0073\u0070",Value :"\u0065z\u0068\u0063\u0075\u0072\u006c"},{Key :"\u0055\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073h\u0061\u0063\u0065\u006b",Value :"e\u007a\u0068\u0072\u0065\u0076\u0065\u0072\u0073\u0065\u0064"},{Key :"\u0075\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073h\u0061\u0063\u0065\u006b",Value :"\u0065z\u0068\u0074\u0061\u0069\u006c"},{Key :"\u0064\u0065g\u0072\u0065\u0065f\u0061\u0068\u0072\u0065\u006e\u0068\u0065\u0069\u0074",Value :"\u0066\u0061\u0068\u0072\u0065\u006e\u0068\u0065\u0069\u0074"},{Key :"\u0064e\u0067r\u0065\u0065\u0066\u0061\u0072\u0065\u006e\u0068\u0065\u0069\u0074",Value :"\u0066\u0061\u0068\u0072\u0065\u006e\u0068\u0065\u0069\u0074"},{Key :"\u0066a\u0072\u0065\u006e\u0068\u0065\u0069t",Value :"\u0066\u0061\u0068\u0072\u0065\u006e\u0068\u0065\u0069\u0074"},{Key :"f\u0061\u0074\u0068\u0061\u006d\u0065\u0064\u0069\u0061\u006c",Value :"\u0066a\u0074h\u0061\u0068\u006f\u006e\u0074\u0061\u0074\u0077\u0065\u0065\u006c"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00354",Value :"\u0066\u0061\u0074\u0068\u0061\u006c\u006f\u0077\u0061r\u0061\u0062\u0069\u0063"},{Key :"\u0066\u0061\u0074h\u0061",Value :"\u0066\u0061\u0074\u0068\u0061\u006c\u006f\u0077\u0061r\u0061\u0062\u0069\u0063"},{Key :"f\u0061\u0074\u0068\u0061\u0061\u0072\u0061\u0062\u0069\u0063",Value :"\u0066\u0061\u0074\u0068\u0061\u006c\u006f\u0077\u0061r\u0061\u0062\u0069\u0063"},{Key :"\u0061\u0072\u0072\u006f\u0077\u0077\u0061\u0076\u0065r\u0069\u0067\u0068\u0074",Value :"f\u0065\u0068\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e"},{Key :"\u0066\u0065\u0068\u0066\u0069\u006e\u0061\u006c",Value :"\u0066\u0065\u0068\u0066\u0069\u006e\u0061\u006c\u0061r\u0061\u0062\u0069\u0063"},{Key :"\u0066\u0065\u0068\u0069\u006e\u0069\u0074\u0069\u0061\u006c",Value :"\u0066\u0065h\u0069\u006e\u0069t\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0066e\u0068\u006d\u0065\u0064\u0069\u0061l",Value :"\u0066e\u0068m\u0065\u0064\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u006f\u0068\u006fo\u006b",Value :"\u0066e\u0069\u0063\u006f\u0070\u0074\u0069c"},{Key :"\u0076\u0065\u006eu\u0073",Value :"\u0066\u0065\u006d\u0061\u006c\u0065"},{Key :"\u0066\u0069\u006e\u0061\u006c\u006b\u0061\u0066\u0064a\u0067\u0065\u0073\u0068",Value :"f\u0069n\u0061\u006c\u006b\u0061\u0066\u0064\u0061\u0067e\u0073\u0068\u0068\u0065br\u0065\u0077"},{Key :"\u0066i\u006ea\u006c\u006b\u0061\u0066\u0077i\u0074\u0068d\u0061\u0067\u0065\u0073\u0068",Value :"f\u0069n\u0061\u006c\u006b\u0061\u0066\u0064\u0061\u0067e\u0073\u0068\u0068\u0065br\u0065\u0077"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0036\u00377",Value :"\u0066\u0069\u006e\u0061\u006c\u006d\u0065\u006d\u0068e\u0062\u0072\u0065\u0077"},{Key :"\u0066\u0069\u006e\u0061\u006c\u006d\u0065\u006d",Value :"\u0066\u0069\u006e\u0061\u006c\u006d\u0065\u006d\u0068e\u0062\u0072\u0065\u0077"},{Key :"\u006d\u0065\u006d\u0066\u0069\u006e\u0061\u006c",Value :"\u0066\u0069\u006e\u0061\u006c\u006d\u0065\u006d\u0068e\u0062\u0072\u0065\u0077"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0036\u00383",Value :"\u0066\u0069\u006e\u0061\u006c\u0070\u0065\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0066i\u006e\u0061\u006c\u0070\u0065",Value :"\u0066\u0069\u006e\u0061\u006c\u0070\u0065\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0070e\u0066\u0069\u006e\u0061\u006c",Value :"\u0066\u0069\u006e\u0061\u006c\u0070\u0065\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0036\u00385",Value :"\u0066\u0069\u006e\u0061\u006c\u0074\u0073\u0061\u0064\u0069"},{Key :"\u0066\u0069n\u0061\u006c\u0074s\u0061\u0064\u0069\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0066\u0069\u006e\u0061\u006c\u0074\u0073\u0061\u0064\u0069"},{Key :"\u0074\u0073\u0061\u0064\u0069\u0066\u0069\u006e\u0061\u006c",Value :"\u0066\u0069\u006e\u0061\u006c\u0074\u0073\u0061\u0064\u0069"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0033\u00397",Value :"\u0066\u0069\u0076\u0065\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"a\u0072a\u0062\u0069\u0063\u0069\u006e\u0064\u0069\u0063d\u0069\u0067\u0069\u0074fi\u0076\u0065",Value :"\u0066\u0069\u0076\u0065\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0066\u0069\u0076\u0065\u0068\u0061\u0063\u006b\u0061r\u0061\u0062\u0069\u0063",Value :"\u0066\u0069\u0076\u0065\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0066i\u0076\u0065\u0073\u0075\u0062",Value :"\u0066\u0069\u0076e\u0069\u006e\u0066\u0065\u0072\u0069\u006f\u0072"},{Key :"\u0065\u0078\u0074\u0065n\u0064\u0065\u0064\u0061\u0072\u0061\u0062\u0069\u0063\u0069n\u0064i\u0063\u0064\u0069\u0067\u0069\u0074\u0066i\u0076\u0065",Value :"f\u0069\u0076\u0065\u0070\u0065\u0072\u0073\u0069\u0061\u006e"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00365",Value :"\u0066\u0069\u0076\u0065\u0074\u0068\u0061\u0069"},{Key :"\u0066\u006c\u006fo\u0072\u006c\u0065\u0066\u0074\u0042\u0069\u0067",Value :"\u0066l\u006f\u006f\u0072\u006c\u0065\u0066t"},{Key :"\u0066\u006c\u006f\u006f\u0072\u006c\u0065\u0066\u0074\u0042\u0069\u0067\u0067",Value :"\u0066l\u006f\u006f\u0072\u006c\u0065\u0066t"},{Key :"\u0066\u006c\u006fo\u0072\u006c\u0065\u0066\u0074\u0062\u0069\u0067",Value :"\u0066l\u006f\u006f\u0072\u006c\u0065\u0066t"},{Key :"\u0066\u006c\u006f\u006f\u0072\u006c\u0065\u0066\u0074\u0062\u0069\u0067\u0067",Value :"\u0066l\u006f\u006f\u0072\u006c\u0065\u0066t"},{Key :"\u006c\u0066\u006c\u006f\u006f\u0072",Value :"\u0066l\u006f\u006f\u0072\u006c\u0065\u0066t"},{Key :"\u0066\u006c\u006f\u006f\u0072\u0072\u0069\u0067\u0068\u0074\u0042\u0069\u0067",Value :"\u0066\u006c\u006f\u006f\u0072\u0072\u0069\u0067\u0068\u0074"},{Key :"\u0066\u006c\u006f\u006f\u0072\u0072\u0069\u0067\u0068t\u0042\u0069\u0067\u0067",Value :"\u0066\u006c\u006f\u006f\u0072\u0072\u0069\u0067\u0068\u0074"},{Key :"\u0066\u006c\u006f\u006f\u0072\u0072\u0069\u0067\u0068\u0074\u0062\u0069\u0067",Value :"\u0066\u006c\u006f\u006f\u0072\u0072\u0069\u0067\u0068\u0074"},{Key :"\u0066\u006c\u006f\u006f\u0072\u0072\u0069\u0067\u0068t\u0062\u0069\u0067\u0067",Value :"\u0066\u006c\u006f\u006f\u0072\u0072\u0069\u0067\u0068\u0074"},{Key :"\u0072\u0066\u006c\u006f\u006f\u0072",Value :"\u0066\u006c\u006f\u006f\u0072\u0072\u0069\u0067\u0068\u0074"},{Key :"\u0056\u0063\u0075\u0072\u0073\u0069\u0076\u0065",Value :"\u0066\u006c\u006f\u0072\u0069\u006e"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00311",Value :"\u0066o\u0066\u0061\u006e\u0074\u0068\u0061i"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00309",Value :"\u0066\u006f\u0066\u0061\u0074\u0068\u0061\u0069"},{Key :"s\u0075\u0063\u0063\u006e\u0061\u0070\u0070\u0072\u006f\u0078",Value :"\u0066o\u006cl\u006f\u0077\u006e\u006f\u0074\u0064\u0062\u006c\u0065\u0071\u0076"},{Key :"\u0073\u0075\u0063\u0063\u006e\u0065\u0071\u0071",Value :"\u0066\u006fl\u006c\u006f\u0077n\u006f\u0074\u0073\u006c\u006e\u0074\u0065\u0071\u006c"},{Key :"\u0066o\u006cl\u006f\u0077\u0073\u006e\u006ft\u0065\u0071u\u0069\u0076\u006c\u006e\u0074",Value :"\u0066\u006f\u006c\u006c\u006f\u0077\u006f\u0072\u006e\u006f\u0074\u0065q\u0076\u006c\u006e\u0074"},{Key :"\u0073\u0075\u0063\u0063\u006e\u0073\u0069\u006d",Value :"\u0066\u006f\u006c\u006c\u006f\u0077\u006f\u0072\u006e\u006f\u0074\u0065q\u0076\u006c\u006e\u0074"},{Key :"\u006eo\u0074f\u006f\u006c\u006c\u006f\u0077\u0073\u006f\u0072\u0065\u0071\u006c",Value :"\u0066\u006f\u006cl\u006f\u0077\u0073\u0065\u0071\u0075\u0061\u006c"},{Key :"\u0073\u0075\u0063\u0063\u0065\u0071",Value :"\u0066\u006f\u006cl\u006f\u0077\u0073\u0065\u0071\u0075\u0061\u006c"},{Key :"\u0066\u006f\u006c\u006c\u006f\u0077\u0073\u0065\u0071\u0075\u0061\u006c\u0031",Value :"\u0066\u006f\u006c\u006c\u006f\u0077\u0073\u006f\u0072c\u0075\u0072\u006c\u0079"},{Key :"s\u0075\u0063\u0063\u0063\u0075\u0072\u006c\u0079\u0065\u0071",Value :"\u0066\u006f\u006c\u006c\u006f\u0077\u0073\u006f\u0072c\u0075\u0072\u006c\u0079"},{Key :"\u0066o\u006cl\u006f\u0077\u0073\u0065\u0071\u0075\u0069\u0076\u006c\u006e\u0074",Value :"\u0066\u006f\u006c\u006c\u006f\u0077\u0073\u006f\u0072e\u0071\u0075\u0061\u006c"},{Key :"\u0073u\u0063\u0063\u0073\u0069\u006d",Value :"\u0066\u006f\u006c\u006c\u006f\u0077\u0073\u006f\u0072e\u0071\u0075\u0061\u006c"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00359",Value :"f\u006f\u006e\u0067\u006d\u0061\u006e\u0074\u0068\u0061\u0069"},{Key :"\u0056\u0064\u0061s\u0068",Value :"\u0066\u006f\u0072\u0063\u0065\u0073"},{Key :"\u0066\u006f\u0072c\u0065",Value :"\u0066\u006f\u0072\u0063\u0065\u0073"},{Key :"\u0056\u0076\u0064\u0061\u0073\u0068",Value :"\u0066o\u0072\u0063\u0065\u0073\u0062\u0061r"},{Key :"\u0074\u0061\u0063\u006b\u0074\u0072\u0070\u006c",Value :"\u0066o\u0072\u0063\u0065\u0073\u0062\u0061r"},{Key :"\u0070i\u0074\u0063\u0068\u0066\u006f\u0072k",Value :"\u0066\u006f\u0072\u006b"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0033\u00396",Value :"\u0066\u006f\u0075\u0072\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"a\u0072a\u0062\u0069\u0063\u0069\u006e\u0064\u0069\u0063d\u0069\u0067\u0069\u0074fo\u0075\u0072",Value :"\u0066\u006f\u0075\u0072\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0066\u006f\u0075\u0072\u0068\u0061\u0063\u006b\u0061r\u0061\u0062\u0069\u0063",Value :"\u0066\u006f\u0075\u0072\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0066o\u0075\u0072\u0073\u0075\u0062",Value :"\u0066\u006f\u0075r\u0069\u006e\u0066\u0065\u0072\u0069\u006f\u0072"},{Key :"\u0065\u0078\u0074\u0065n\u0064\u0065\u0064\u0061\u0072\u0061\u0062\u0069\u0063\u0069n\u0064i\u0063\u0064\u0069\u0067\u0069\u0074\u0066o\u0075\u0072",Value :"f\u006f\u0075\u0072\u0070\u0065\u0072\u0073\u0069\u0061\u006e"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00364",Value :"\u0066\u006f\u0075\u0072\u0074\u0068\u0061\u0069"},{Key :"\u0066r\u0061\u0063\u0073\u006c\u0061\u0073h",Value :"\u0066\u0072\u0061\u0063\u0074\u0069\u006f\u006e"},{Key :"\u0066r\u0061\u0063\u0074\u0069\u006f\u006e1",Value :"\u0066\u0072\u0061\u0063\u0074\u0069\u006f\u006e"},{Key :"\u0068\u0074\u0075r\u006e",Value :"\u0067\u0061\u0063\u0075\u0074\u0065"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0035\u00309",Value :"\u0067a\u0066\u0061\u0072\u0061\u0062\u0069c"},{Key :"\u0067\u0061\u0066",Value :"\u0067a\u0066\u0061\u0072\u0061\u0062\u0069c"},{Key :"\u0067\u0061\u0066\u0066\u0069\u006e\u0061\u006c",Value :"\u0067\u0061\u0066\u0066\u0069\u006e\u0061\u006c\u0061r\u0061\u0062\u0069\u0063"},{Key :"\u0067\u0061\u0066\u0069\u006e\u0069\u0074\u0069\u0061\u006c",Value :"\u0067\u0061f\u0069\u006e\u0069t\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0067a\u0066\u006d\u0065\u0064\u0069\u0061l",Value :"\u0067a\u0066m\u0065\u0064\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0075p\u0067\u0061\u006d\u006d\u0061",Value :"\u0067\u0061\u006dm\u0061"},{Key :"\u0075\u0073\u0074r\u0074",Value :"\u0067\u0061\u006eg\u0069\u0061\u0063\u006f\u0070\u0074\u0069\u0063"},{Key :"\u0067\u0063\u006fm\u006d\u0061\u0061\u0063\u0063\u0065\u006e\u0074",Value :"\u0067\u0063\u0065\u0064\u0069\u006c\u006c\u0061"},{Key :"\u0067\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074",Value :"\u0067\u0064\u006f\u0074"},{Key :"\u0042\u0075\u006d\u0070\u0065\u0071",Value :"\u0067\u0065\u006f\u006d\u0065\u0071\u0075\u0069\u0076a\u006c\u0065\u006e\u0074"},{Key :"\u0044\u006f\u0074e\u0071",Value :"\u0067e\u006fm\u0065\u0074\u0072\u0069\u0063a\u006c\u006cy\u0065\u0071\u0075\u0061\u006c"},{Key :"\u0065\u0071\u0075\u0061\u006c\u0073\u0064\u006f\u0074\u0073",Value :"\u0067e\u006fm\u0065\u0074\u0072\u0069\u0063a\u006c\u006cy\u0065\u0071\u0075\u0061\u006c"},{Key :"\u0067e\u006f\u006d\u0065\u0071\u0075\u0061l",Value :"\u0067e\u006fm\u0065\u0074\u0072\u0069\u0063a\u006c\u006cy\u0065\u0071\u0075\u0061\u006c"},{Key :"\u0065n\u0064\u0074\u0065\u0078\u0074",Value :"\u0067e\u0072e\u0073\u0068\u0061\u0063\u0063e\u006e\u0074h\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0067\u0065\u0072\u0065\u0073\u0068",Value :"\u0067\u0065\u0072e\u0073\u0068\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0065\u006e\u0064\u0074\u0072\u0061\u006e\u0073",Value :"\u0067e\u0072e\u0073\u0068\u006d\u0075\u0071d\u0061\u006dh\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0065n\u0071\u0075\u0069\u0072\u0079",Value :"g\u0065\u0072\u0073\u0068ay\u0069m\u0061\u0063\u0063\u0065\u006et\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0067e\u0072\u0073\u0068\u0061\u0079\u0069m",Value :"\u0067e\u0072s\u0068\u0061\u0079\u0069\u006d\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0076e\u0072y\u006d\u0075\u0063\u0068\u0067\u0072\u0065\u0061\u0074\u0065\u0072",Value :"\u0067\u0067\u0067"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00334",Value :"g\u0068\u0061\u0069\u006e\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0067\u0068\u0061i\u006e",Value :"g\u0068\u0061\u0069\u006e\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0067\u0068\u0061\u0069\u006e\u0066\u0069\u006e\u0061\u006c",Value :"\u0067\u0068a\u0069\u006e\u0066i\u006e\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0067\u0068\u0061i\u006e\u0069\u006e\u0069\u0074\u0069\u0061\u006c",Value :"\u0067h\u0061i\u006e\u0069\u006e\u0069\u0074i\u0061\u006ca\u0072\u0061\u0062\u0069\u0063"},{Key :"g\u0068\u0061\u0069\u006e\u006d\u0065\u0064\u0069\u0061\u006c",Value :"\u0067\u0068\u0061\u0069\u006e\u006d\u0065\u0064\u0069\u0061\u006c\u0061r\u0061\u0062\u0069\u0063"},{Key :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00398",Value :"\u0067\u0068\u0065\u0075\u0070\u0074\u0075\u0072\u006e\u0063\u0079\u0072i\u006c\u006c\u0069\u0063"},{Key :"\u0067\u0065\u0075\u0070\u0074\u0075\u0072\u006e",Value :"\u0067\u0068\u0065\u0075\u0070\u0074\u0075\u0072\u006e\u0063\u0079\u0072i\u006c\u006c\u0069\u0063"},{Key :"\u0067i\u006d\u0065\u006c\u006d\u0061\u0074h",Value :"\u0067\u0069\u006de\u006c"},{Key :"g\u0069\u006d\u0065\u006c\u0064\u0061\u0067\u0065\u0073\u0068",Value :"\u0067\u0069\u006d\u0065\u006c\u0064\u0061\u0067\u0065\u0073\u0068\u0068e\u0062\u0072\u0065\u0077"},{Key :"\u0067i\u006de\u006c\u0077\u0069\u0074\u0068\u0064\u0061\u0067\u0065\u0073\u0068",Value :"\u0067\u0069\u006d\u0065\u006c\u0064\u0061\u0067\u0065\u0073\u0068\u0068e\u0062\u0072\u0065\u0077"},{Key :"\u0061f\u0069\u0069\u0031\u0030\u0031\u00300",Value :"g\u006a\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0067\u006a\u0065",Value :"g\u006a\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0068\u006fo\u006b\u0073\u0075b\u0070\u0061\u006c\u0061\u0074\u006e\u006f\u0073\u0070",Value :"g\u006c\u006f\u0074\u0074\u0061\u006c\u0073\u0074\u006f\u0070"},{Key :"\u0064\u006f\u0074\u0073\u0075\u0062\u006e\u006f\u0073\u0070",Value :"\u0067\u006c\u006f\u0074ta\u006c\u0073\u0074\u006f\u0070\u0069\u006e\u0076\u0065\u0072\u0074\u0065\u0064"},{Key :"\u0068\u006fo\u006b\u0073\u0075b\u0072\u0065\u0074\u0072\u006f\u006e\u006f\u0073\u0070",Value :"\u0067\u006c\u006f\u0074ta\u006c\u0073\u0074\u006f\u0070\u0072\u0065\u0076\u0065\u0072\u0073\u0065\u0064"},{Key :"\u0062\u0072\u0065v\u0065\u0073\u0075\u0062\u006e\u006f\u0073\u0070",Value :"\u0067\u006c\u006f\u0074\u0074\u0061\u006c\u0073\u0074\u006f\u0070\u0073t\u0072\u006f\u006b\u0065"},{Key :"\u0062r\u0065v\u0065\u0069\u006e\u0076\u0073\u0075\u0062\u006e\u006f\u0073\u0070",Value :"\u0067l\u006f\u0074\u0074\u0061l\u0073\u0074\u006f\u0070\u0073t\u0072o\u006be\u0072\u0065\u0076\u0065\u0072\u0073\u0065d"},{Key :"\u0067r\u0065a\u0074\u0065\u0072\u006e\u006ft\u0065\u0071u\u0069\u0076\u006c\u006e\u0074",Value :"\u0067\u006e\u0073i\u006d"},{Key :"\u006e\u0061\u0062l\u0061",Value :"\u0067\u0072\u0061\u0064\u0069\u0065\u006e\u0074"},{Key :"\u0067r\u0061\u0076\u0065\u0063\u006f\u006db",Value :"\u0067\u0072\u0061\u0076\u0065\u0063\u006d\u0062"},{Key :"\u0064\u0069\u0061\u0065\u0072\u0065\u0073\u0069\u0073t\u006f\u006e\u006f\u0073",Value :"g\u0072\u0061\u0076\u0065\u006c\u006f\u0077\u006d\u006f\u0064"},{Key :"\u0067\u0074\u0072\u0065\u0071\u0071\u006c\u0065\u0073\u0073",Value :"\u0067\u0072\u0065\u0061\u0074\u0065\u0072\u0064\u0062\u006c\u0065\u0071l\u006c\u0065\u0073\u0073"},{Key :"\u0067\u0074\u0072\u0064\u006f\u0074",Value :"\u0067\u0072\u0065\u0061\u0074\u0065\u0072\u0064\u006f\u0074"},{Key :"\u0067\u0065\u0071",Value :"\u0067\u0072\u0065a\u0074\u0065\u0072\u0065\u0071\u0075\u0061\u006c"},{Key :"\u0067\u0072e\u0061\u0074\u0065r\u0065\u0071\u0075\u0061\u006c\u006c\u0065\u0073\u0073",Value :"\u0067r\u0065a\u0074\u0065\u0072\u0065\u0071u\u0061\u006co\u0072\u006c\u0065\u0073\u0073"},{Key :"\u0067\u0072e\u0061\u0074\u0065r\u006c\u0065\u0073\u0073\u0065\u0071\u0075\u0061\u006c",Value :"\u0067r\u0065a\u0074\u0065\u0072\u0065\u0071u\u0061\u006co\u0072\u006c\u0065\u0073\u0073"},{Key :"\u0067t\u0072\u0065\u0071\u006c\u0065\u0073s",Value :"\u0067r\u0065a\u0074\u0065\u0072\u0065\u0071u\u0061\u006co\u0072\u006c\u0065\u0073\u0073"},{Key :"\u0067\u006e\u0061\u0070\u0070\u0072\u006f\u0078",Value :"\u0067r\u0065a\u0074\u0065\u0072\u006e\u006ft\u0064\u0062l\u0065\u0071\u0075\u0061\u006c"},{Key :"\u0067\u006e\u0065\u0071",Value :"\u0067r\u0065a\u0074\u0065\u0072\u006e\u006f\u0074\u0065\u0071\u0075\u0061\u006c"},{Key :"\u0067t\u0072\u0061\u0070\u0070\u0072\u006fx",Value :"\u0067r\u0065a\u0074\u0065\u0072\u006f\u0072a\u0070\u0070r\u006f\u0078\u0065\u0071\u006c"},{Key :"\u0067r\u0065a\u0074\u0065\u0072\u0065\u0071\u0075\u0069\u0076\u006c\u006e\u0074",Value :"\u0067\u0072\u0065\u0061te\u0072\u006f\u0072\u0065\u0071\u0075\u0069\u0076\u0061\u006c\u0065\u006e\u0074"},{Key :"\u0067\u0072e\u0061\u0074\u0065r\u006f\u0072\u0073\u0069\u006d\u0069\u006c\u0061\u0072",Value :"\u0067\u0072\u0065\u0061te\u0072\u006f\u0072\u0065\u0071\u0075\u0069\u0076\u0061\u006c\u0065\u006e\u0074"},{Key :"\u0067\u0074\u0072\u0073\u0069\u006d",Value :"\u0067\u0072\u0065\u0061te\u0072\u006f\u0072\u0065\u0071\u0075\u0069\u0076\u0061\u006c\u0065\u006e\u0074"},{Key :"\u0067t\u0072\u006c\u0065\u0073\u0073",Value :"\u0067\u0072\u0065\u0061\u0074\u0065\u0072\u006f\u0072\u006c\u0065\u0073\u0073"},{Key :"\u0067\u006e\u0065q\u0071",Value :"\u0067r\u0065a\u0074\u0065\u0072\u006f\u0072n\u006f\u0074d\u0062\u006c\u0065\u0071\u006c"},{Key :"\u0067\u0072\u0065\u0061\u0074\u0065\u0072\u006f\u0072\u006e\u006f\u0074e\u0071\u0075\u0061\u006c",Value :"\u0067r\u0065a\u0074\u0065\u0072\u006f\u0072n\u006f\u0074d\u0062\u006c\u0065\u0071\u006c"},{Key :"\u0067\u0065\u0071\u0071",Value :"\u0067\u0072e\u0061\u0074\u0065r\u006f\u0076\u0065\u0072\u0065\u0071\u0075\u0061\u006c"},{Key :"\u0067r\u0065a\u0074\u0065\u0072\u0064\u0062\u006c\u0065\u0071\u0075\u0061\u006c",Value :"\u0067\u0072e\u0061\u0074\u0065r\u006f\u0076\u0065\u0072\u0065\u0071\u0075\u0061\u006c"},{Key :"\u006eo\u0074g\u0072\u0065\u0061\u0074\u0065r\u0064\u0062l\u0065\u0071\u0075\u0061\u006c",Value :"\u0067\u0072e\u0061\u0074\u0065r\u006f\u0076\u0065\u0072\u0065\u0071\u0075\u0061\u006c"},{Key :"\u0068e\u0068a\u006c\u0074\u006f\u006e\u0065\u0061\u0072\u0061\u0062\u0069\u0063",Value :"\u0068\u0061\u0061\u006c\u0074\u006f\u006e\u0065\u0061r\u0061\u0062\u0069\u0063"},{Key :"\u0068\u0061\u0068\u0066\u0069\u006e\u0061\u006c",Value :"\u0068\u0061\u0068\u0066\u0069\u006e\u0061\u006c\u0061r\u0061\u0062\u0069\u0063"},{Key :"\u0068\u0061\u0068\u0069\u006e\u0069\u0074\u0069\u0061\u006c",Value :"\u0068\u0061h\u0069\u006e\u0069t\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0068a\u0068\u006d\u0065\u0064\u0069\u0061l",Value :"\u0068a\u0068m\u0065\u0064\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00309",Value :"\u0068\u0061m\u007a\u0061\u0064a\u006d\u006d\u0061\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0068\u0061\u006dz\u0061",Value :"\u0068\u0061m\u007a\u0061\u0064a\u006d\u006d\u0061\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"h\u0061\u006d\u007a\u0061\u0061\u0072\u0061\u0062\u0069\u0063",Value :"\u0068\u0061m\u007a\u0061\u0064a\u006d\u006d\u0061\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0068\u0061\u006d\u007aad\u0061\u006d\u006d\u0061\u0074\u0061\u006e\u0061\u0072\u0061\u0062\u0069\u0063",Value :"\u0068\u0061m\u007a\u0061\u0064a\u006d\u006d\u0061\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0068\u0061m\u007a\u0061\u0066a\u0074\u0068\u0061\u0061\u0072\u0061\u0062\u0069\u0063",Value :"\u0068\u0061m\u007a\u0061\u0064a\u006d\u006d\u0061\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0068\u0061\u006d\u007aaf\u0061\u0074\u0068\u0061\u0074\u0061\u006e\u0061\u0072\u0061\u0062\u0069\u0063",Value :"\u0068\u0061m\u007a\u0061\u0064a\u006d\u006d\u0061\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0068\u0061\u006d\u007a\u0061\u006c\u006f\u0077\u0061r\u0061\u0062\u0069\u0063",Value :"\u0068\u0061m\u007a\u0061\u0064a\u006d\u006d\u0061\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0068\u0061\u006d\u007aal\u006f\u0077\u006b\u0061\u0073\u0072\u0061\u0061\u0072\u0061\u0062\u0069\u0063",Value :"\u0068\u0061m\u007a\u0061\u0064a\u006d\u006d\u0061\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0068\u0061\u006d\u007aal\u006f\u0077\u006b\u0061\u0073\u0072\u0061\u0074\u0061\u006e\u0061\u0072\u0061\u0062i\u0063",Value :"\u0068\u0061m\u007a\u0061\u0064a\u006d\u006d\u0061\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0068\u0061m\u007a\u0061\u0073u\u006b\u0075\u006e\u0061\u0072\u0061\u0062\u0069\u0063",Value :"\u0068\u0061m\u007a\u0061\u0064a\u006d\u006d\u0061\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00392",Value :"\u0068\u0061r\u0064\u0073\u0069g\u006e\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0068\u0061\u0072\u0064",Value :"\u0068\u0061r\u0064\u0073\u0069g\u006e\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0064o\u0077n\u0068\u0061\u0072\u0070\u006f\u006f\u006e\u006c\u0065\u0066\u0074",Value :"\u0068a\u0072p\u006f\u006f\u006e\u0064\u006f\u0077\u006e\u006c\u0065\u0066\u0074"},{Key :"\u0064\u006fw\u006e\u0068\u0061r\u0070\u006f\u006f\u006e\u0072\u0069\u0067\u0068\u0074",Value :"\u0068\u0061r\u0070\u006f\u006fn\u0064\u006f\u0077\u006e\u0072\u0069\u0067\u0068\u0074"},{Key :"\u0061\u0072r\u006f\u0077\u006ce\u0066\u0074\u0074\u006f\u0070\u0068\u0061\u006c\u0066",Value :"\u0068\u0061\u0072\u0070\u006f\u006f\u006e\u006c\u0065\u0066\u0074\u0062a\u0072\u0062\u0075\u0070"},{Key :"\u006c\u0065\u0066\u0074\u0068\u0061\u0072\u0070\u006f\u006f\u006e\u0075\u0070",Value :"\u0068\u0061\u0072\u0070\u006f\u006f\u006e\u006c\u0065\u0066\u0074\u0062a\u0072\u0062\u0075\u0070"},{Key :"\u0072\u0069\u0067\u0068\u0074\u006c\u0065\u0066\u0074\u0068\u0061\u0072p\u006f\u006f\u006e\u0073",Value :"\u0068\u0061r\u0070\u006f\u006fn\u006c\u0065\u0066\u0074\u0072\u0069\u0067\u0068\u0074"},{Key :"\u0061\u0072\u0072\u006f\u0077\u0072\u0069\u0067\u0068\u0074\u0074\u006fp\u0068\u0061\u006c\u0066",Value :"\u0068a\u0072p\u006f\u006f\u006e\u0072\u0069g\u0068\u0074b\u0061\u0072\u0062\u0075\u0070"},{Key :"\u0072\u0069\u0067\u0068\u0074\u0068\u0061\u0072\u0070o\u006f\u006e\u0075\u0070",Value :"\u0068a\u0072p\u006f\u006f\u006e\u0072\u0069g\u0068\u0074b\u0061\u0072\u0062\u0075\u0070"},{Key :"\u006c\u0065\u0066\u0074\u0072\u0069\u0067\u0068\u0074\u0068\u0061\u0072p\u006f\u006f\u006e\u0073",Value :"\u0068\u0061r\u0070\u006f\u006fn\u0072\u0069\u0067\u0068\u0074\u006c\u0065\u0066\u0074"},{Key :"\u0075\u0070\u0068\u0061\u0072\u0070\u006f\u006f\u006e\u006c\u0065\u0066\u0074",Value :"\u0068\u0061\u0072\u0070\u006f\u006f\u006e\u0075\u0070\u006c\u0065\u0066\u0074"},{Key :"\u0075\u0070\u0068\u0061\u0072\u0070\u006f\u006f\u006er\u0069\u0067\u0068\u0074",Value :"\u0068\u0061\u0072\u0070\u006f\u006f\u006e\u0075\u0070r\u0069\u0067\u0068\u0074"},{Key :"h\u0061t\u0061\u0066\u0070\u0061\u0074\u0061\u0068\u0077i\u0064\u0065\u0068\u0065br\u0065\u0077",Value :"\u0068\u0061\u0074a\u0066\u0070\u0061\u0074\u0061\u0068\u0031\u0036"},{Key :"\u0068\u0061\u0074af\u0070\u0061\u0074\u0061\u0068\u0071\u0075\u0061\u0072\u0074\u0065\u0072\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0068\u0061\u0074a\u0066\u0070\u0061\u0074\u0061\u0068\u0031\u0036"},{Key :"\u0068\u0061t\u0061\u0066\u0070a\u0074\u0061\u0068\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0068\u0061\u0074a\u0066\u0070\u0061\u0074\u0061\u0068\u0031\u0036"},{Key :"\u0068\u0061\u0074\u0061fp\u0061\u0074\u0061\u0068\u006e\u0061\u0072\u0072\u006f\u0077\u0068\u0065\u0062\u0072e\u0077",Value :"\u0068\u0061\u0074a\u0066\u0070\u0061\u0074\u0061\u0068\u0031\u0036"},{Key :"\u0068\u0061\u0074a\u0066\u0070\u0061\u0074\u0061\u0068\u0032\u0066",Value :"\u0068\u0061\u0074a\u0066\u0070\u0061\u0074\u0061\u0068\u0031\u0036"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0038\u00300",Value :"\u0068\u0061\u0074a\u0066\u0070\u0061\u0074\u0061\u0068\u0031\u0036"},{Key :"\u0065n\u0064\u006d\u0065\u0064\u0069\u0075m",Value :"\u0068\u0061\u0074a\u0066\u0070\u0061\u0074\u0061\u0068\u0031\u0036"},{Key :"\u0068\u0061\u0074a\u0066\u0070\u0061\u0074\u0061\u0068\u0032\u0033",Value :"\u0068\u0061\u0074a\u0066\u0070\u0061\u0074\u0061\u0068\u0031\u0036"},{Key :"\u0068\u0061\u0074\u0061\u0066\u0070\u0061\u0074\u0061\u0068",Value :"\u0068\u0061\u0074a\u0066\u0070\u0061\u0074\u0061\u0068\u0031\u0036"},{Key :"\u0068\u0061\u0074\u0061\u0066\u0071\u0061\u006d\u0061\u0074\u0073\u0068e\u0062\u0072\u0065\u0077",Value :"\u0068\u0061\u0074\u0061\u0066\u0071\u0061\u006d\u0061\u0074\u0073\u0032\u0038"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0038\u00302",Value :"\u0068\u0061\u0074\u0061\u0066\u0071\u0061\u006d\u0061\u0074\u0073\u0032\u0038"},{Key :"\u0073\u0075\u0062\u0073\u0074\u0069\u0074\u0075\u0074\u0065",Value :"\u0068\u0061\u0074\u0061\u0066\u0071\u0061\u006d\u0061\u0074\u0073\u0032\u0038"},{Key :"\u0068\u0061\u0074\u0061\u0066\u0071\u0061\u006d\u0061\u0074\u0073\u0033\u0034",Value :"\u0068\u0061\u0074\u0061\u0066\u0071\u0061\u006d\u0061\u0074\u0073\u0032\u0038"},{Key :"h\u0061\u0074\u0061\u0066qa\u006da\u0074\u0073\u0077\u0069\u0064e\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0068\u0061\u0074\u0061\u0066\u0071\u0061\u006d\u0061\u0074\u0073\u0032\u0038"},{Key :"\u0068\u0061\u0074af\u0071\u0061\u006d\u0061\u0074\u0073\u006e\u0061\u0072\u0072\u006f\u0077\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0068\u0061\u0074\u0061\u0066\u0071\u0061\u006d\u0061\u0074\u0073\u0032\u0038"},{Key :"\u0068a\u0074\u0061\u0066\u0071\u0061\u006d\u0061\u0074\u0073\u0071\u0075a\u0072\u0074\u0065\u0072\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0068\u0061\u0074\u0061\u0066\u0071\u0061\u006d\u0061\u0074\u0073\u0032\u0038"},{Key :"\u0068\u0061\u0074\u0061\u0066\u0071\u0061\u006d\u0061\u0074\u0073\u0031\u0062",Value :"\u0068\u0061\u0074\u0061\u0066\u0071\u0061\u006d\u0061\u0074\u0073\u0032\u0038"},{Key :"h\u0061\u0074\u0061\u0066\u0071\u0061\u006d\u0061\u0074\u0073",Value :"\u0068\u0061\u0074\u0061\u0066\u0071\u0061\u006d\u0061\u0074\u0073\u0032\u0038"},{Key :"\u0065n\u0064\u006f\u0066\u0066\u0069\u006ce",Value :"\u0068\u0061\u0074\u0061\u0066\u0071\u0061\u006d\u0061\u0074\u0073\u0032\u0038"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0038\u00301",Value :"h\u0061t\u0061\u0066\u0073\u0065\u0067\u006f\u006c\u0077i\u0064\u0065\u0068\u0065br\u0065\u0077"},{Key :"\u0063\u0061\u006e\u0063\u0065\u006c",Value :"h\u0061t\u0061\u0066\u0073\u0065\u0067\u006f\u006c\u0077i\u0064\u0065\u0068\u0065br\u0065\u0077"},{Key :"\u0068\u0061\u0074\u0061\u0066\u0073\u0065\u0067\u006f\u006c",Value :"h\u0061t\u0061\u0066\u0073\u0065\u0067\u006f\u006c\u0077i\u0064\u0065\u0068\u0065br\u0065\u0077"},{Key :"\u0068\u0061\u0074a\u0066\u0073\u0065\u0067\u006f\u006c\u0031\u0037",Value :"h\u0061t\u0061\u0066\u0073\u0065\u0067\u006f\u006c\u0077i\u0064\u0065\u0068\u0065br\u0065\u0077"},{Key :"\u0068\u0061\u0074a\u0066\u0073\u0065\u0067\u006f\u006c\u0032\u0034",Value :"h\u0061t\u0061\u0066\u0073\u0065\u0067\u006f\u006c\u0077i\u0064\u0065\u0068\u0065br\u0065\u0077"},{Key :"\u0068\u0061\u0074a\u0066\u0073\u0065\u0067\u006f\u006c\u0033\u0030",Value :"h\u0061t\u0061\u0066\u0073\u0065\u0067\u006f\u006c\u0077i\u0064\u0065\u0068\u0065br\u0065\u0077"},{Key :"\u0068\u0061t\u0061\u0066\u0073e\u0067\u006f\u006c\u0068\u0065\u0062\u0072\u0065\u0077",Value :"h\u0061t\u0061\u0066\u0073\u0065\u0067\u006f\u006c\u0077i\u0064\u0065\u0068\u0065br\u0065\u0077"},{Key :"\u0068\u0061\u0074\u0061fs\u0065\u0067\u006f\u006c\u006e\u0061\u0072\u0072\u006f\u0077\u0068\u0065\u0062\u0072e\u0077",Value :"h\u0061t\u0061\u0066\u0073\u0065\u0067\u006f\u006c\u0077i\u0064\u0065\u0068\u0065br\u0065\u0077"},{Key :"\u0068\u0061\u0074af\u0073\u0065\u0067\u006f\u006c\u0071\u0075\u0061\u0072\u0074\u0065\u0072\u0068\u0065\u0062\u0072\u0065\u0077",Value :"h\u0061t\u0061\u0066\u0073\u0065\u0067\u006f\u006c\u0077i\u0064\u0065\u0068\u0065br\u0065\u0077"},{Key :"\u0061\u0031\u0031\u0030",Value :"\u0068\u0065\u0061r\u0074"},{Key :"\u0068\u0065\u0061\u0072\u0074\u0073\u0075\u0069\u0074b\u006c\u0061\u0063\u006b",Value :"\u0068\u0065\u0061r\u0074"},{Key :"\u0076\u0061\u0072h\u0065\u0061\u0072\u0074\u0073\u0075\u0069\u0074",Value :"\u0068\u0065\u0061r\u0074"},{Key :"\u0068e\u0061\u0072\u0074\u0073\u0075\u0069t",Value :"\u0068\u0065\u0061\u0072\u0074\u0073\u0075\u0069\u0074w\u0068\u0069\u0074\u0065"},{Key :"\u0068\u0065\u0064\u0061\u0067\u0065\u0073\u0068",Value :"\u0068\u0065\u0064\u0061\u0067\u0065\u0073\u0068\u0068e\u0062\u0072\u0065\u0077"},{Key :"h\u0065\u0077\u0069\u0074\u0068\u006d\u0061\u0070\u0069\u0071",Value :"\u0068\u0065\u0064\u0061\u0067\u0065\u0073\u0068\u0068e\u0062\u0072\u0065\u0077"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00370",Value :"\u0068e\u0068\u0061\u0072\u0061\u0062\u0069c"},{Key :"\u0068\u0065\u0068",Value :"\u0068e\u0068\u0061\u0072\u0061\u0062\u0069c"},{Key :"\u0068\u0065\u0068\u0066\u0069\u006e\u0061\u006c",Value :"\u0068\u0065\u0068\u0066\u0069\u006e\u0061\u006c\u0061r\u0061\u0062\u0069\u0063"},{Key :"h\u0065h\u0066\u0069\u006e\u0061\u006c\u0061\u006c\u0074t\u0077\u006f\u0061\u0072ab\u0069\u0063",Value :"\u0068\u0065\u0068\u0066\u0069\u006e\u0061\u006c\u0061r\u0061\u0062\u0069\u0063"},{Key :"\u0068\u0065\u0068\u0069\u006e\u0069\u0074\u0069\u0061\u006c",Value :"\u0068\u0065h\u0069\u006e\u0069t\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0068e\u0068\u006d\u0065\u0064\u0069\u0061l",Value :"\u0068e\u0068m\u0065\u0064\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0072\u0068\u006f\u0074\u0069\u0063\u0068\u006f\u006f\u006b",Value :"\u0068\u0065\u006e\u0067\u0068\u006f\u006f\u006b"},{Key :"\u0068\u0065r\u006d\u0069\u0074c\u006f\u006e\u006a\u006d\u0061\u0074\u0072\u0069\u0078",Value :"\u0068\u0065\u0072m\u0069\u0074\u006d\u0061\u0074\u0072\u0069\u0078"},{Key :"\u0074\u0069l\u0064\u0065\u0076e\u0072\u0074\u0073\u0075\u0070\u006e\u006f\u0073\u0070",Value :"\u0068\u0068\u006f\u006f\u006b\u0073\u0075\u0070\u0065\u0072\u0069\u006f\u0072"},{Key :"\u0068\u0069\u0072i\u0071",Value :"\u0068i\u0072\u0069\u0071\u0031\u0034"},{Key :"\u0068i\u0072\u0069\u0071\u0032\u0064",Value :"\u0068i\u0072\u0069\u0071\u0031\u0034"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0037\u00393",Value :"\u0068i\u0072\u0069\u0071\u0031\u0034"},{Key :"h\u0069\u0072\u0069\u0071\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0068i\u0072\u0069\u0071\u0031\u0034"},{Key :"\u0065\u0073\u0063\u0061\u0070\u0065",Value :"\u0068i\u0072\u0069\u0071\u0031\u0034"},{Key :"\u0068\u0069\u0072\u0069\u0071\u006e\u0061\u0072\u0072\u006f\u0077\u0068e\u0062\u0072\u0065\u0077",Value :"\u0068i\u0072\u0069\u0071\u0031\u0034"},{Key :"\u0068i\u0072i\u0071\u0071\u0075\u0061\u0072t\u0065\u0072h\u0065\u0062\u0072\u0065\u0077",Value :"\u0068i\u0072\u0069\u0071\u0031\u0034"},{Key :"\u0068i\u0072\u0069\u0071\u0032\u0031",Value :"\u0068i\u0072\u0069\u0071\u0031\u0034"},{Key :"\u0068i\u0072i\u0071\u0077\u0069\u0064\u0065\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0068i\u0072\u0069\u0071\u0031\u0034"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00323",Value :"\u0068o\u0068\u0069\u0070\u0074\u0068\u0061i"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0038\u00306",Value :"\u0068o\u006ca\u006d\u0071\u0075\u0061\u0072t\u0065\u0072h\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0068\u006f\u006ca\u006d",Value :"\u0068o\u006ca\u006d\u0071\u0075\u0061\u0072t\u0065\u0072h\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0068o\u006c\u0061\u006d\u0031\u0039",Value :"\u0068o\u006ca\u006d\u0071\u0075\u0061\u0072t\u0065\u0072h\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0068o\u006c\u0061\u006d\u0032\u0036",Value :"\u0068o\u006ca\u006d\u0071\u0075\u0061\u0072t\u0065\u0072h\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0068o\u006c\u0061\u006d\u0033\u0032",Value :"\u0068o\u006ca\u006d\u0071\u0075\u0061\u0072t\u0065\u0072h\u0065\u0062\u0072\u0065\u0077"},{Key :"h\u006f\u006c\u0061\u006d\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0068o\u006ca\u006d\u0071\u0075\u0061\u0072t\u0065\u0072h\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0068\u006f\u006c\u0061\u006d\u006e\u0061\u0072\u0072\u006f\u0077\u0068e\u0062\u0072\u0065\u0077",Value :"\u0068o\u006ca\u006d\u0071\u0075\u0061\u0072t\u0065\u0072h\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0068o\u006ca\u006d\u0077\u0069\u0064\u0065\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0068o\u006ca\u006d\u0071\u0075\u0061\u0072t\u0065\u0072h\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0073\u0070\u0061c\u0065\u006c\u0069\u0074\u0065\u0072\u0061\u006c",Value :"\u0068o\u006ca\u006d\u0071\u0075\u0061\u0072t\u0065\u0072h\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00326",Value :"\u0068\u006f\u006eo\u006b\u0068\u0075\u006b\u0074\u0068\u0061\u0069"},{Key :"\u0068\u006f\u006f\u006b\u0061\u0062\u006f\u0076\u0065\u0063\u006f\u006d\u0062",Value :"\u0068o\u006f\u006b\u0063\u006d\u0062"},{Key :"\u006f\u0076\u0068\u006f\u006f\u006b",Value :"\u0068o\u006f\u006b\u0063\u006d\u0062"},{Key :"\u0074e\u0072\u0074\u0064\u0065\u0073",Value :"\u0068\u006f\u0072\u0069\u0063\u006f\u0070\u0074\u0069\u0063"},{Key :"\u0061f\u0069\u0069\u0030\u0030\u0032\u00308",Value :"\u0068\u006f\u0072\u0069\u007a\u006f\u006e\u0074\u0061\u006c\u0062\u0061\u0072"},{Key :"\u0068\u006f\u0072\u0069\u007a\u0062\u0061\u0072",Value :"\u0068\u006f\u0072\u0069\u007a\u006f\u006e\u0074\u0061\u006c\u0062\u0061\u0072"},{Key :"\u006c\u006f\u006e\u0067\u0064\u0061\u0073\u0068",Value :"\u0068\u006f\u0072\u0069\u007a\u006f\u006e\u0074\u0061\u006c\u0062\u0061\u0072"},{Key :"\u0071u\u006f\u0074\u0065\u0064\u0061\u0073h",Value :"\u0068\u006f\u0072\u0069\u007a\u006f\u006e\u0074\u0061\u006c\u0062\u0061\u0072"},{Key :"\u0072e\u0063\u0074\u0061\u006e\u0067\u006ce",Value :"\u0068\u0072\u0065\u0063\u0074\u0061\u006e\u0067\u006c\u0065"},{Key :"\u0078\u0073\u0075\u0070\u006e\u006f\u0073\u0070",Value :"\u0068s\u0075\u0070\u0065\u0072\u0069\u006fr"},{Key :"\u0053\u0044\u0031\u0039\u0030\u0031\u0030\u0030",Value :"\u0068t\u0075\u0072\u006e\u0065\u0064"},{Key :"\u005a\u0062\u0061\u0072",Value :"\u0068\u0076"},{Key :"\u0068\u0079\u0070h\u0065\u006e\u002d\u002c\u0069\u006e\u0075\u0073",Value :"\u0068\u0079\u0070\u0068\u0065\u006e"},{Key :"\u0068\u0079\u0070\u0068\u0065\u006e\u0063\u0068\u0061\u0072",Value :"\u0068\u0079\u0070\u0068\u0065\u006e"},{Key :"h\u0079\u0070\u0068\u0065\u006e\u006d\u0069\u006e\u0075\u0073",Value :"\u0068\u0079\u0070\u0068\u0065\u006e"},{Key :"\u0068y\u0070\u0068\u0065\u006e\u0031",Value :"\u0068y\u0070\u0068\u0065\u006e\u0074\u0077o"},{Key :"\u006a\u0068\u0061\u0063\u0065\u006b",Value :"\u0069\u0063\u0061\u0072\u006f\u006e"},{Key :"\u0072\u0074\u0075r\u006e",Value :"\u0069d\u0062\u006c\u0067\u0072\u0061\u0076e"},{Key :"d\u0071\u0075\u006f\u0074\u0065\u0072\u0069\u0067\u0068\u0074",Value :"\u0069d\u0069\u0065\u0072\u0065\u0073\u0069s"},{Key :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00370",Value :"\u0069\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0069\u0065",Value :"\u0069\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00374",Value :"\u0069\u0069\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0069\u0069",Value :"\u0069\u0069\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0069\u006e\u0074e\u0067\u0072\u0061\u006c\u0074\u0072\u0070\u006c",Value :"\u0069\u0069\u0069n\u0074"},{Key :"\u0074\u0072\u0069\u0070\u006c\u0065\u0069\u006e\u0074e\u0067\u0072\u0061\u006c",Value :"\u0069\u0069\u0069n\u0074"},{Key :"\u0072t\u0075\u0072\u006e\u0068\u006f\u006fk",Value :"\u0069\u0069\u006e\u0076\u0065\u0072\u0074\u0065\u0064b\u0072\u0065\u0076\u0065"},{Key :"r\u0074\u0075\u0072\u006e\u0072\u0074\u0068\u006f\u006f\u006b",Value :"\u0069\u0069\u006e\u0076\u0065\u0072\u0074\u0065\u0064b\u0072\u0065\u0076\u0065"},{Key :"\u0061\u0075\u0078i\u006c\u0069\u0061\u0072\u0079\u006f\u0066\u0066",Value :"\u0069\u006c\u0075\u0079\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0064e\u0076\u0063\u006f\u006e\u0033",Value :"\u0069\u006c\u0075\u0079\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0069\u006d\u0061g\u0065",Value :"\u0069m\u0061\u0067\u0065\u006f\u0066"},{Key :"\u0065\u0071\u0075\u0061\u006c\u0064\u006f\u0074\u0072\u0069\u0067\u0068t\u006c\u0065\u0066\u0074",Value :"\u0069m\u0061\u0067\u0065\u006fr\u0061\u0070\u0070\u0072\u006fx\u0069m\u0061t\u0065\u006c\u0079\u0065\u0071\u0075\u0061l"},{Key :"\u0069m\u0061g\u0065\u006f\u0072\u0061\u0070p\u0072\u006fx\u0065\u0071\u0075\u0061\u006c",Value :"\u0069m\u0061\u0067\u0065\u006fr\u0061\u0070\u0070\u0072\u006fx\u0069m\u0061t\u0065\u006c\u0079\u0065\u0071\u0075\u0061l"},{Key :"\u0072\u0069\u0073i\u006e\u0067\u0064\u006f\u0074\u0073\u0065\u0071",Value :"\u0069m\u0061\u0067\u0065\u006fr\u0061\u0070\u0070\u0072\u006fx\u0069m\u0061t\u0065\u006c\u0079\u0065\u0071\u0075\u0061l"},{Key :"\u0069\u006e\u0066t\u0079",Value :"\u0069\u006e\u0066\u0069\u006e\u0069\u0074\u0079"},{Key :"c\u006c\u0077\u0069\u006e\u0074\u0065\u0067\u0072\u0061\u006c",Value :"\u0069\u006e\u0074c\u006c\u006f\u0063\u006b\u0077\u0069\u0073\u0065"},{Key :"\u0062\u0061\u0063k\u0073\u006c\u0061\u0073\u0068\u0042\u0069\u0067",Value :"\u0069\u006e\u0074\u0065\u0067\u0065\u0072\u0064\u0069\u0076\u0069\u0064\u0065"},{Key :"\u0062\u0061\u0063\u006b\u0073\u006c\u0061\u0073\u0068\u0042\u0069\u0067\u0067",Value :"\u0069\u006e\u0074\u0065\u0067\u0065\u0072\u0064\u0069\u0076\u0069\u0064\u0065"},{Key :"\u0062\u0061\u0063k\u0073\u006c\u0061\u0073\u0068\u0062\u0069\u0067",Value :"\u0069\u006e\u0074\u0065\u0067\u0065\u0072\u0064\u0069\u0076\u0069\u0064\u0065"},{Key :"\u0062\u0061\u0063\u006b\u0073\u006c\u0061\u0073\u0068\u0062\u0069\u0067\u0067",Value :"\u0069\u006e\u0074\u0065\u0067\u0065\u0072\u0064\u0069\u0076\u0069\u0064\u0065"},{Key :"\u0062\u0061\u0063\u006b\u0073\u006c\u0061\u0073\u0068\u006d\u0061\u0074\u0068",Value :"\u0069\u006e\u0074\u0065\u0067\u0065\u0072\u0064\u0069\u0076\u0069\u0064\u0065"},{Key :"\u0073\u006d\u0061\u006c\u006c\u0073\u0065\u0074\u006d\u0069\u006e\u0075\u0073",Value :"\u0069\u006e\u0074\u0065\u0067\u0065\u0072\u0064\u0069\u0076\u0069\u0064\u0065"},{Key :"\u0069\u006e\u0074",Value :"\u0069\u006e\u0074\u0065\u0067\u0072\u0061\u006c"},{Key :"\u0069n\u0074e\u0067\u0072\u0061\u006c\u0064\u0069\u0073\u0070\u006c\u0061\u0079",Value :"\u0069\u006e\u0074\u0065\u0067\u0072\u0061\u006c"},{Key :"\u0069\u006e\u0074e\u0067\u0072\u0061\u006c\u0074\u0065\u0078\u0074",Value :"\u0069\u006e\u0074\u0065\u0067\u0072\u0061\u006c"},{Key :"\u0069n\u0074\u0062\u006f\u0074\u0074\u006fm",Value :"\u0069\u006e\u0074\u0065\u0067\u0072\u0061\u006c\u0062\u0074"},{Key :"\u0069\u006e\u0074\u0065\u0067\u0072\u0061\u006c\u0062o\u0074\u0074\u006f\u006d",Value :"\u0069\u006e\u0074\u0065\u0067\u0072\u0061\u006c\u0062\u0074"},{Key :"i\u006e\u0074\u0065\u0067\u0072\u0061\u006c\u0074\u006f\u0070",Value :"\u0069\u006e\u0074\u0065\u0067\u0072\u0061\u006c\u0074\u0070"},{Key :"\u0069\u006e\u0074\u0074\u006f\u0070",Value :"\u0069\u006e\u0074\u0065\u0067\u0072\u0061\u006c\u0074\u0070"},{Key :"\u0063\u0061\u0070",Value :"\u0069\u006e\u0074e\u0072\u0073\u0065\u0063\u0074\u0069\u006f\u006e"},{Key :"\u0043\u0061\u0070",Value :"\u0069n\u0074e\u0072\u0073\u0065\u0063\u0074\u0069\u006f\u006e\u0064\u0062\u006c"},{Key :"\u0062\u0069\u0067\u0063\u0061\u0070",Value :"\u0069\u006e\u0074\u0065rs\u0065\u0063\u0074\u0069\u006f\u006e\u0064\u0069\u0073\u0070\u006c\u0061\u0079"},{Key :"\u0069\u006et\u0065\u0072\u0073e\u0063\u0074\u0069\u006f\u006e\u0074\u0065\u0078\u0074",Value :"\u0069\u006e\u0074\u0065rs\u0065\u0063\u0074\u0069\u006f\u006e\u0064\u0069\u0073\u0070\u006c\u0061\u0079"},{Key :"\u006e\u0061r\u0079\u0069\u006et\u0065\u0072\u0073\u0065\u0063\u0074\u0069\u006f\u006e",Value :"\u0069\u006e\u0074\u0065rs\u0065\u0063\u0074\u0069\u006f\u006e\u0064\u0069\u0073\u0070\u006c\u0061\u0079"},{Key :"\u0073\u0071\u0063a\u0070",Value :"\u0069\u006e\u0074\u0065\u0072\u0073\u0065\u0063\u0074i\u006f\u006e\u0073\u0071"},{Key :"\u0062\u0075\u006c\u006c\u0065\u0074\u0069\u006e\u0076\u0065\u0072\u0073\u0065",Value :"\u0069n\u0076\u0062\u0075\u006c\u006c\u0065t"},{Key :"\u0069\u006e\u0076\u0065\u0072\u0073\u0065\u0062\u0075\u006c\u006c\u0065\u0074",Value :"\u0069n\u0076\u0062\u0075\u006c\u006c\u0065t"},{Key :"\u0069n\u0076e\u0072\u0073\u0065\u0077\u0068i\u0074\u0065c\u0069\u0072\u0063\u006c\u0065",Value :"\u0069n\u0076\u0063\u0069\u0072\u0063\u006ce"},{Key :"\u0077h\u0069t\u0065\u0063\u0069\u0072\u0063l\u0065\u0069n\u0076\u0065\u0072\u0073\u0065",Value :"\u0069n\u0076\u0063\u0069\u0072\u0063\u006ce"},{Key :"\u0053\u0069\u006e\u0076\u006c\u0061\u007a\u0079",Value :"\u0069\u006e\u0076\u006c\u0061\u007a\u0079\u0073"},{Key :"\u006c\u0061\u007a\u0079\u0073\u0069\u006e\u0076",Value :"\u0069\u006e\u0076\u006c\u0061\u007a\u0079\u0073"},{Key :"\u0069n\u0076s\u0065\u006d\u0069\u0063\u0069\u0072\u0063\u006c\u0065\u0064\u006e",Value :"\u0069\u006e\u0076wh\u0069\u0074\u0065\u006c\u006f\u0077\u0065\u0072\u0068\u0061\u006c\u0066\u0063\u0069\u0072\u0063\u006c\u0065"},{Key :"\u0069n\u0076s\u0065\u006d\u0069\u0063\u0069\u0072\u0063\u006c\u0065\u0075\u0070",Value :"\u0069\u006e\u0076wh\u0069\u0074\u0065\u0075\u0070\u0070\u0065\u0072\u0068\u0061\u006c\u0066\u0063\u0069\u0072\u0063\u006c\u0065"},{Key :"\u0075\u0070\u0069\u006f\u0074\u0061",Value :"\u0069\u006f\u0074\u0061"},{Key :"\u0067\u0061\u006d\u006d\u0061\u0073\u0075\u0070\u0065\u0072",Value :"\u0069o\u0074\u0061\u006c\u0061\u0074\u0069n"},{Key :"\u0068\u0069\u0067\u0068\u0063\u006f\u006d\u006d\u0061\u006e",Value :"\u0069\u0074\u0069\u006c\u0064\u0065"},{Key :"\u0062\u0072\u0069\u0064\u0067\u0065\u0073\u0075\u0062\u006e\u006f\u0073\u0070",Value :"\u006a\u0063\u0072o\u0073\u0073\u0065\u0064\u0074\u0061\u0069\u006c"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00320",Value :"\u006a\u0065\u0065\u006d\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u006a\u0065\u0065\u006d",Value :"\u006a\u0065\u0065\u006d\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u006ae\u0065\u006d\u0066\u0069\u006e\u0061l",Value :"\u006ae\u0065m\u0066\u0069\u006e\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"j\u0065\u0065\u006d\u0069\u006e\u0069\u0074\u0069\u0061\u006c",Value :"\u006a\u0065\u0065\u006d\u0069\u006e\u0069\u0074\u0069\u0061\u006c\u0061r\u0061\u0062\u0069\u0063"},{Key :"\u006a\u0065\u0065\u006d\u006d\u0065\u0064\u0069\u0061\u006c",Value :"\u006a\u0065e\u006d\u006d\u0065d\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u006a\u0065\u0068\u0066\u0069\u006e\u0061\u006c",Value :"\u006a\u0065\u0068\u0066\u0069\u006e\u0061\u006c\u0061r\u0061\u0062\u0069\u0063"},{Key :"\u006f\u0076e\u0072\u0073\u0063o\u0072\u0065\u0064\u0062\u006c\u006e\u006f\u0073\u0070",Value :"\u006as\u0075\u0070\u0065\u0072\u0069\u006fr"},{Key :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00376",Value :"\u006b\u0061\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u006b\u0061",Value :"\u006b\u0061\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0036\u00375",Value :"\u006b\u0061\u0066"},{Key :"\u006ba\u0066\u0068\u0065\u0062\u0072\u0065w",Value :"\u006b\u0061\u0066"},{Key :"\u006ba\u0066d\u0061\u0067\u0065\u0073\u0068\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u006ba\u0066\u0064\u0061\u0067\u0065\u0073h"},{Key :"\u006b\u0061\u0066\u0077\u0069\u0074\u0068\u0064\u0061\u0067\u0065\u0073\u0068",Value :"\u006ba\u0066\u0064\u0061\u0067\u0065\u0073h"},{Key :"\u0061\u0072\u0061\u0062\u0069\u0063\u006b\u0061\u0066f\u0069\u006e\u0061\u006c",Value :"\u006b\u0061\u0066\u0066\u0069\u006e\u0061\u006c\u0061r\u0061\u0062\u0069\u0063"},{Key :"\u006b\u0061\u0066\u0069\u006e\u0069\u0074\u0069\u0061\u006c",Value :"\u006b\u0061f\u0069\u006e\u0069t\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u006ba\u0066\u006d\u0065\u0064\u0069\u0061l",Value :"\u006ba\u0066m\u0065\u0064\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"k\u0061\u0066\u0077\u0069\u0074\u0068\u0072\u0061\u0066\u0065",Value :"\u006b\u0061\u0066\u0072\u0061\u0066\u0065\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0075p\u006b\u0061\u0070\u0070\u0061",Value :"\u006b\u0061\u0070p\u0061"},{Key :"\u0054\u0065\u0054s\u0065",Value :"\u006b\u0061p\u0070\u0061\u0073y\u006d\u0062\u006f\u006c\u0067\u0072\u0065\u0065\u006b"},{Key :"\u0075\u0070\u0076\u0061\u0072\u006b\u0061\u0070\u0070\u0061",Value :"\u006b\u0061p\u0070\u0061\u0073y\u006d\u0062\u006f\u006c\u0067\u0072\u0065\u0065\u006b"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00340",Value :"\u006b\u0061\u0073\u0068\u0069\u0064\u0061\u0061\u0075\u0074o\u006e\u006f\u0073\u0069\u0064\u0065\u0062e\u0061\u0072\u0069\u006e\u0067\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u006b\u0061\u0073\u0068\u0069\u0064\u0061\u0061\u0075\u0074\u006f\u0061r\u0061\u0062\u0069\u0063",Value :"\u006b\u0061\u0073\u0068\u0069\u0064\u0061\u0061\u0075\u0074o\u006e\u006f\u0073\u0069\u0064\u0065\u0062e\u0061\u0072\u0069\u006e\u0067\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0074a\u0074\u0077\u0065\u0065\u006c",Value :"\u006b\u0061\u0073\u0068\u0069\u0064\u0061\u0061\u0075\u0074o\u006e\u006f\u0073\u0069\u0064\u0065\u0062e\u0061\u0072\u0069\u006e\u0067\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0074\u0061\u0074\u0077\u0065\u0065\u006c\u0061\u0072\u0061\u0062\u0069\u0063",Value :"\u006b\u0061\u0073\u0068\u0069\u0064\u0061\u0061\u0075\u0074o\u006e\u006f\u0073\u0069\u0064\u0065\u0062e\u0061\u0072\u0069\u006e\u0067\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u006ba\u0073r\u0061\u0068\u006f\u006e\u0074\u0061\u0074\u0077\u0065\u0065\u006c",Value :"k\u0061\u0073\u0072\u0061\u006d\u0065\u0064\u0069\u0061\u006c"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00353",Value :"\u006b\u0061\u0073\u0072\u0061\u0074\u0061\u006e\u0061r\u0061\u0062\u0069\u0063"},{Key :"\u006b\u0061\u0073\u0072\u0061\u0074\u0061\u006e",Value :"\u006b\u0061\u0073\u0072\u0061\u0074\u0061\u006e\u0061r\u0061\u0062\u0069\u0063"},{Key :"\u006b\u0063\u0065\u0064\u0069\u006c\u006c\u0061",Value :"\u006b\u0063\u006fm\u006d\u0061\u0061\u0063\u0063\u0065\u006e\u0074"},{Key :"\u0061\u0072\u0072\u006f\u0077\u0072\u0069\u0067\u0068\u0074\u006e\u006f\u0074",Value :"k\u0065\u0068\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e"},{Key :"\u0068\u006f\u006d\u006f\u0074\u0068\u0065\u0074\u0069\u0063",Value :"\u006b\u0065\u0072\u006e\u0065\u006c\u0063\u006f\u006e\u0074\u0072\u0061c\u0074\u0069\u006f\u006e"},{Key :"\u006bh\u0061\u0068\u0066\u0069\u006e\u0061l",Value :"\u006bh\u0061h\u0066\u0069\u006e\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"k\u0068\u0061\u0068\u0069\u006e\u0069\u0074\u0069\u0061\u006c",Value :"\u006b\u0068\u0061\u0068\u0069\u006e\u0069\u0074\u0069\u0061\u006c\u0061r\u0061\u0062\u0069\u0063"},{Key :"\u006b\u0068\u0061\u0068\u006d\u0065\u0064\u0069\u0061\u006c",Value :"\u006b\u0068a\u0068\u006d\u0065d\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0065s\u0063\u0065\u0064\u0069\u006c\u006ca",Value :"\u006b\u0068\u0065\u0069\u0063\u006f\u0070\u0074\u0069\u0063"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0036\u00382",Value :"k\u0068\u006f\u006b\u0068\u0061\u0069\u0074\u0068\u0061\u0069"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0036\u00385",Value :"k\u0068\u006f\u006b\u0068\u006f\u006e\u0074\u0068\u0061\u0069"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0036\u00383",Value :"\u006b\u0068\u006fk\u0068\u0075\u0061\u0074\u0074\u0068\u0061\u0069"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0036\u00384",Value :"\u006b\u0068\u006fk\u0068\u0077\u0061\u0069\u0074\u0068\u0061\u0069"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00371",Value :"\u006b\u0068\u006f\u006d\u0075\u0074\u0074\u0068\u0061\u0069"},{Key :"\u0079o\u0067\u0068\u0072\u0065\u0076",Value :"\u006b\u0068\u006fo\u006b"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0036\u00386",Value :"\u006b\u0068\u006f\u0072\u0061\u006b\u0068\u0061\u006eg\u0074\u0068\u0061\u0069"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0036\u00381",Value :"\u006bo\u006b\u0061\u0069\u0074\u0068\u0061i"},{Key :"\u0061\u0072\u0063\u0068\u0064\u0062\u006c\u0073\u0075b\u006e\u006f\u0073\u0070",Value :"\u006bt\u0075\u0072\u006e\u0065\u0064"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00349",Value :"\u006ca\u006bk\u0068\u0061\u006e\u0067\u0079\u0061\u006f\u0074\u0068\u0061\u0069"},{Key :"\u006c\u0061m\u0077\u0069\u0074h\u0061\u006c\u0065\u0066\u0066\u0069\u006e\u0061\u006c",Value :"\u006ca\u006da\u006c\u0065\u0066\u0066\u0069n\u0061\u006ca\u0072\u0061\u0062\u0069\u0063"},{Key :"\u006c\u0061\u006d\u0077\u0069\u0074\u0068\u0061\u006c\u0065\u0066h\u0061\u006d\u007a\u0061\u0061\u0062\u006f\u0076\u0065\u0066i\u006e\u0061\u006c",Value :"\u006c\u0061\u006d\u0061l\u0065\u0066\u0068\u0061\u006d\u007a\u0061\u0061\u0062\u006fv\u0065f\u0069\u006e\u0061\u006c\u0061\u0072\u0061b\u0069\u0063"},{Key :"\u006c\u0061\u006d\u0077\u0069\u0074\u0068\u0061\u006c\u0065f\u0068\u0061\u006d\u007a\u0061\u0061\u0062o\u0076\u0065\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064\u0064",Value :"\u006c\u0061\u006da\u006c\u0065\u0066\u0068a\u006d\u007a\u0061\u0061\u0062\u006f\u0076e\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u006c\u0061\u006d\u0077\u0069\u0074\u0068\u0061\u006c\u0065\u0066h\u0061\u006d\u007a\u0061\u0062\u0065\u006c\u006f\u0077\u0066i\u006e\u0061\u006c",Value :"\u006c\u0061\u006d\u0061l\u0065\u0066\u0068\u0061\u006d\u007a\u0061\u0062\u0065\u006co\u0077f\u0069\u006e\u0061\u006c\u0061\u0072\u0061b\u0069\u0063"},{Key :"\u006c\u0061m\u0077\u0069\u0074\u0068\u0061\u006c\u0065\u0066\u0068\u0061\u006d\u007a\u0061\u0062\u0065\u006c\u006f\u0077\u0069\u0073\u006f\u006cat\u0065\u0064",Value :"\u006c\u0061\u006da\u006c\u0065\u0066\u0068a\u006d\u007a\u0061\u0062\u0065\u006c\u006fw\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u006c\u0061\u006d\u0077it\u0068\u0061\u006c\u0065\u0066\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064",Value :"l\u0061\u006d\u0061\u006cef\u0069s\u006f\u006c\u0061\u0074\u0065d\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u006c\u0061\u006d\u0077\u0069\u0074\u0068\u0061\u006c\u0065\u0066m\u0061\u0064\u0064\u0061\u0061\u0062\u006f\u0076\u0065\u0066i\u006e\u0061\u006c",Value :"\u006c\u0061\u006d\u0061l\u0065\u0066\u006d\u0061\u0064\u0064\u0061\u0061\u0062\u006fv\u0065f\u0069\u006e\u0061\u006c\u0061\u0072\u0061b\u0069\u0063"},{Key :"\u006c\u0061\u006d\u0077\u0069\u0074\u0068\u0061\u006c\u0065f\u006d\u0061\u0064\u0064\u0061\u0061\u0062o\u0076\u0065\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064\u0064",Value :"\u006c\u0061\u006da\u006c\u0065\u0066\u006da\u0064\u0064\u0061\u0061\u0062\u006f\u0076e\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0075\u0070\u006c\u0061\u006d\u0062\u0064\u0061",Value :"\u006c\u0061\u006d\u0062\u0064\u0061"},{Key :"\u0032\u0062\u0061\u0072",Value :"\u006c\u0061\u006db\u0064\u0061\u0073\u0074\u0072\u006f\u006b\u0065"},{Key :"\u006c\u0061\u006d\u0065\u0064\u0064\u0061\u0067\u0065\u0073\u0068\u0068e\u0062\u0072\u0065\u0077",Value :"l\u0061\u006d\u0065\u0064\u0064\u0061\u0067\u0065\u0073\u0068"},{Key :"\u006ca\u006de\u0064\u0077\u0069\u0074\u0068\u0064\u0061\u0067\u0065\u0073\u0068",Value :"l\u0061\u006d\u0065\u0064\u0064\u0061\u0067\u0065\u0073\u0068"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0036\u00376",Value :"\u006c\u0061m\u0065\u0064\u0068o\u006c\u0061\u006d\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u006c\u0061\u006de\u0064",Value :"\u006c\u0061m\u0065\u0064\u0068o\u006c\u0061\u006d\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"l\u0061\u006d\u0065\u0064\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u006c\u0061m\u0065\u0064\u0068o\u006c\u0061\u006d\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u006c\u0061\u006d\u0065\u0064\u0068\u006f\u006c\u0061\u006d",Value :"\u006c\u0061m\u0065\u0064\u0068o\u006c\u0061\u006d\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u006c\u0061m\u0065\u0064\u0068o\u006c\u0061\u006d\u0064\u0061\u0067\u0065\u0073\u0068",Value :"\u006c\u0061m\u0065\u0064\u0068o\u006c\u0061\u006d\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u006c\u0061\u006d\u0065dh\u006f\u006c\u0061\u006d\u0064\u0061\u0067\u0065\u0073\u0068\u0068\u0065\u0062\u0072e\u0077",Value :"\u006c\u0061m\u0065\u0064\u0068o\u006c\u0061\u006d\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u006c\u0061\u006d\u0066\u0069\u006e\u0061\u006c",Value :"\u006c\u0061\u006d\u0066\u0069\u006e\u0061\u006c\u0061r\u0061\u0062\u0069\u0063"},{Key :"\u006c\u0061\u006d\u0077\u0069\u0074\u0068\u0068\u0061\u0068\u0069\u006ei\u0074\u0069\u0061\u006c",Value :"\u006c\u0061\u006d\u0068ah\u0069\u006e\u0069\u0074\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u006c\u0061\u006d\u0069\u006e\u0069\u0074\u0069\u0061\u006c",Value :"\u006c\u0061m\u0069\u006e\u0069t\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u006ca\u006d\u006d\u0065\u0065\u006d\u006a\u0065\u0065\u006d\u0069\u006ei\u0074\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",Value :"\u006c\u0061m\u0069\u006e\u0069t\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u006ca\u006d\u006d\u0065\u0065\u006d\u006b\u0068\u0061\u0068\u0069\u006ei\u0074\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",Value :"\u006c\u0061m\u0069\u006e\u0069t\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u006ca\u006dw\u0069\u0074\u0068\u006a\u0065e\u006d\u0069n\u0069\u0074\u0069\u0061\u006c",Value :"l\u0061m\u006a\u0065\u0065\u006d\u0069\u006e\u0069\u0074i\u0061\u006c\u0061\u0072ab\u0069\u0063"},{Key :"\u006ca\u006dw\u0069\u0074\u0068\u006b\u0068a\u0068\u0069n\u0069\u0074\u0069\u0061\u006c",Value :"l\u0061m\u006b\u0068\u0061\u0068\u0069\u006e\u0069\u0074i\u0061\u006c\u0061\u0072ab\u0069\u0063"},{Key :"\u0061\u006c\u006c\u0061\u0068\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064",Value :"\u006c\u0061\u006dla\u006d\u0068\u0065\u0068\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u006ca\u006d\u006d\u0065\u0064\u0069\u0061l",Value :"\u006ca\u006dm\u0065\u0064\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u006ca\u006d\u0077\u0069\u0074h\u006d\u0065\u0065\u006d\u0077i\u0074h\u0068a\u0068\u0069\u006e\u0069\u0074\u0069\u0061l",Value :"\u006c\u0061\u006dme\u0065\u006d\u0068\u0061\u0068\u0069\u006e\u0069\u0074\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u006ca\u006dw\u0069\u0074\u0068\u006d\u0065e\u006d\u0069n\u0069\u0074\u0069\u0061\u006c",Value :"l\u0061m\u006d\u0065\u0065\u006d\u0069\u006e\u0069\u0074i\u0061\u006c\u0061\u0072ab\u0069\u0063"},{Key :"l\u0067\u0077\u0068\u0074\u0063\u0069\u0072\u0063\u006c\u0065",Value :"l\u0061\u0072\u0067\u0065\u0063\u0069\u0072\u0063\u006c\u0065"},{Key :"\u0079\u006f\u0067\u0068\u0074\u0061\u0069\u006c",Value :"\u006c\u0062\u0061\u0072"},{Key :"\u0078\u0073\u0075\u0070\u0065\u0072",Value :"\u006c\u0062\u0065l\u0074"},{Key :"\u006c\u0063\u0065\u0064\u0069\u006c\u006c\u0061",Value :"\u006c\u0063\u006fm\u006d\u0061\u0061\u0063\u0063\u0065\u006e\u0074"},{Key :"\u006c\u0064\u006f\u0074",Value :"\u006c\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074"},{Key :"\u0064\u0072\u006f\u0061\u006e\u0067",Value :"\u006c\u0065\u0066\u0074\u0061\u006e\u0067\u006c\u0065\u0061\u0062\u006fv\u0065\u0063\u006d\u0062"},{Key :"\u0061\u0072\u0072\u006f\u0077\u0073\u0071\u0075\u0069\u0067\u0067\u006ce\u006c\u0065\u0066\u0074",Value :"\u006c\u0065\u0066\u0074\u0073\u0071\u0075\u0069\u0067a\u0072\u0072\u006f\u0077"},{Key :"\u006c\u0065\u0073\u0073\u0065\u0071\u0071\u0067\u0074\u0072",Value :"\u006c\u0065\u0073\u0073\u0064\u0062\u006c\u0065\u0071\u006c\u0067\u0072e\u0061\u0074\u0065\u0072"},{Key :"\u006c\u0065\u0071",Value :"\u006ce\u0073\u0073\u0065\u0071\u0075\u0061l"},{Key :"\u006ce\u0073\u0073\u0065\u0071\u0067\u0074r",Value :"\u006ce\u0073s\u0065\u0071\u0075\u0061\u006co\u0072\u0067r\u0065\u0061\u0074\u0065\u0072"},{Key :"\u006c\u0065s\u0073\u0065\u0071u\u0061\u006c\u0067\u0072\u0065\u0061\u0074\u0065\u0072",Value :"\u006ce\u0073s\u0065\u0071\u0075\u0061\u006co\u0072\u0067r\u0065\u0061\u0074\u0065\u0072"},{Key :"\u006c\u006e\u0061\u0070\u0070\u0072\u006f\u0078",Value :"\u006ce\u0073s\u006e\u006f\u0074\u0064\u0062\u006c\u0065\u0071\u0075\u0061\u006c"},{Key :"\u006c\u006e\u0065\u0071",Value :"\u006c\u0065\u0073s\u006e\u006f\u0074\u0065\u0071\u0075\u0061\u006c"},{Key :"\u006c\u0065\u0073\u0073\u0061\u0070\u0070\u0072\u006f\u0078",Value :"\u006ce\u0073s\u006f\u0072\u0061\u0070\u0070\u0072\u006f\u0078\u0065\u0071\u006c"},{Key :"\u006c\u0065\u0071\u0073\u006c\u0061\u006e\u0074",Value :"\u006c\u0065s\u0073\u006f\u0072e\u0071\u0075\u0061\u006c\u0073\u006c\u0061\u006e\u0074"},{Key :"\u006e\u006ft\u006c\u0065\u0073s\u006f\u0072\u0073\u006c\u006e\u0074\u0065\u0071\u006c",Value :"\u006c\u0065s\u0073\u006f\u0072e\u0071\u0075\u0061\u006c\u0073\u006c\u0061\u006e\u0074"},{Key :"\u006c\u0065\u0073s\u0065\u0071\u0075\u0069\u0076\u006c\u006e\u0074",Value :"\u006c\u0065s\u0073\u006f\u0072e\u0071\u0075\u0069\u0076\u0061\u006c\u0065\u006e\u0074"},{Key :"\u006c\u0065\u0073\u0073\u006f\u0072\u0073\u0069\u006d\u0069\u006c\u0061\u0072",Value :"\u006c\u0065s\u0073\u006f\u0072e\u0071\u0075\u0069\u0076\u0061\u006c\u0065\u006e\u0074"},{Key :"\u006ce\u0073\u0073\u0073\u0069\u006d",Value :"\u006c\u0065s\u0073\u006f\u0072e\u0071\u0075\u0069\u0076\u0061\u006c\u0065\u006e\u0074"},{Key :"\u006ce\u0073\u0073\u0067\u0074\u0072",Value :"\u006c\u0065\u0073\u0073\u006f\u0072\u0067\u0072\u0065\u0061\u0074\u0065\u0072"},{Key :"\u006ce\u0073s\u006f\u0072\u006e\u006f\u0074\u0064\u0062\u006c\u0065\u0071\u006c",Value :"\u006c\u0065\u0073\u0073\u006f\u0072\u006e\u006f\u0074e\u0071\u0075\u0061\u006c"},{Key :"\u006c\u006e\u0065q\u0071",Value :"\u006c\u0065\u0073\u0073\u006f\u0072\u006e\u006f\u0074e\u0071\u0075\u0061\u006c"},{Key :"\u006c\u0065\u0071\u0071",Value :"\u006c\u0065\u0073\u0073\u006f\u0076\u0065\u0072\u0065\u0071\u0075\u0061\u006c"},{Key :"\u006c\u0065\u0073s\u0064\u0062\u006c\u0065\u0071\u0075\u0061\u006c",Value :"\u006c\u0065\u0073\u0073\u006f\u0076\u0065\u0072\u0065\u0071\u0075\u0061\u006c"},{Key :"\u006eo\u0074l\u0065\u0073\u0073\u0064\u0062\u006c\u0065\u0071\u0075\u0061\u006c",Value :"\u006c\u0065\u0073\u0073\u006f\u0076\u0065\u0072\u0065\u0071\u0075\u0061\u006c"},{Key :"\u0074\u006f\u006e\u0065\u0065\u0078\u0074\u0072\u0061\u0068\u0069\u0067\u0068",Value :"\u006c\u0065\u007a\u0068"},{Key :"\u0062\u006c\u006f\u0063\u006b\u006c\u0065\u0066\u0074\u0068\u0061\u006c\u0066",Value :"\u006cf\u0062\u006c\u006f\u0063\u006b"},{Key :"\u0067l\u006ft\u0074\u0061\u006c\u0072\u0065\u0076\u0073\u0075\u0070\u0065\u0072",Value :"\u006c\u0068\u006f\u006f\u006b\u0072\u0065\u0074\u0072o\u0066\u006c\u0065\u0078"},{Key :"\u0061\u0072\u0072\u006f\u0077\u0072\u0069\u0067\u0068t\u0064\u006f\u0077\u006e",Value :"\u006c\u0069\u006e\u0065\u0066\u0065\u0065\u0064"},{Key :"\u0061f\u0069\u0069\u0030\u0038\u0039\u00341",Value :"\u006c\u0069\u0072\u0061"},{Key :"\u006b\u0068\u0061\u0063\u0065\u006b",Value :"\u006c\u006a"},{Key :"\u0061f\u0069\u0069\u0031\u0030\u0031\u00306",Value :"l\u006a\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u006c\u006a\u0065",Value :"l\u006a\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0073w\u0071\u0075\u0061\u0064\u0061\u0072c",Value :"\u006c\u006c\u0061r\u0063"},{Key :"\u0076\u0065\u0072y\u006d\u0075\u0063\u0068\u006c\u0065\u0073\u0073",Value :"\u006c\u006c\u006c"},{Key :"\u0073\u0073\u0075\u0070\u0065\u0072",Value :"\u006c\u006d\u0069d\u0064\u006c\u0065\u0074\u0069\u006c\u0064\u0065"},{Key :"\u006ce\u0073s\u006e\u006f\u0074\u0065\u0071\u0075\u0069\u0076\u006c\u006e\u0074",Value :"\u006c\u006e\u0073i\u006d"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00324",Value :"l\u006f\u0063\u0068\u0075\u006c\u0061\u0074\u0068\u0061\u0069"},{Key :"\u006c\u006f\u0067\u0069\u0063\u0061\u006c\u0061\u006e\u0064\u0064\u0069s\u0070\u006c\u0061\u0079",Value :"\u006c\u006f\u0067\u0069\u0063\u0061\u006c\u0061\u006e\u0064"},{Key :"\u006c\u006f\u0067\u0069\u0063\u0061\u006c\u0061\u006ed\u0074\u0065\u0078\u0074",Value :"\u006c\u006f\u0067\u0069\u0063\u0061\u006c\u0061\u006e\u0064"},{Key :"\u0077\u0065\u0064g\u0065",Value :"\u006c\u006f\u0067\u0069\u0063\u0061\u006c\u0061\u006e\u0064"},{Key :"\u006e\u0065\u0067",Value :"\u006c\u006f\u0067\u0069\u0063\u0061\u006c\u006e\u006f\u0074"},{Key :"\u006c\u006fg\u0069\u0063\u0061l\u006f\u0072\u0064\u0069\u0073\u0070\u006c\u0061\u0079",Value :"\u006co\u0067\u0069\u0063\u0061\u006c\u006fr"},{Key :"\u006c\u006f\u0067\u0069\u0063\u0061\u006c\u006f\u0072\u0074\u0065\u0078\u0074",Value :"\u006co\u0067\u0069\u0063\u0061\u006c\u006fr"},{Key :"\u0076\u0065\u0065",Value :"\u006co\u0067\u0069\u0063\u0061\u006c\u006fr"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00317",Value :"\u006c\u006f\u006c\u0069\u006e\u0067\u0074\u0068\u0061\u0069"},{Key :"\u004f\u0062\u0061\u0072",Value :"\u006c\u006f\u006eg\u0073"},{Key :"\u006c\u006f\u006e\u0067\u0064\u0062\u006c\u0073",Value :"\u006c\u006f\u006eg\u0073"},{Key :"\u006c\u006f\u006e\u0067\u0073\u0068",Value :"\u006c\u006f\u006eg\u0073"},{Key :"\u006c\u006f\u006e\u0067\u0073\u0069",Value :"\u006c\u006f\u006eg\u0073"},{Key :"\u006c\u006f\u006e\u0067\u0073\u006c",Value :"\u006c\u006f\u006eg\u0073"},{Key :"\u0073\u006c\u006fn\u0067",Value :"\u006c\u006f\u006eg\u0073"},{Key :"\u0073\u006c\u006f\u006e\u0067\u0074",Value :"\u006c\u006f\u006e\u0067\u0073\u0074"},{Key :"\u006d\u0064\u006c\u0067\u0077\u0068\u0074\u006c\u006fz\u0065\u006e\u0067\u0065",Value :"\u006co\u007a\u0065\u006e\u0067\u0065"},{Key :"\u0073e\u0071\u0075\u0061\u0064\u0061\u0072c",Value :"\u006c\u0072\u0061r\u0063"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00318",Value :"\u006c\u0075\u0074\u0068\u0061\u0069"},{Key :"\u006fv\u0065\u0072\u0073\u0063\u006f\u0072e",Value :"\u006d\u0061\u0063\u0072\u006f\u006e"},{Key :"\u0075\u006e\u0064\u0065\u0072\u0062\u0061\u0072",Value :"\u006d\u0061\u0063\u0072\u006f\u006e\u0062\u0065\u006co\u0077\u0063\u006d\u0062"},{Key :"\u006da\u0068a\u0070\u0061\u006b\u0068\u006ce\u0066\u0074h\u0065\u0062\u0072\u0065\u0077",Value :"\u006d\u0061\u0068\u0061\u0070\u0061\u006b\u0068\u0068e\u0062\u0072\u0065\u0077"},{Key :"\u0076e\u0072\u0074\u0074\u0061\u0062",Value :"\u006d\u0061\u0068\u0061\u0070\u0061\u006b\u0068\u0068e\u0062\u0072\u0065\u0077"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00355",Value :"\u006da\u0069c\u0068\u0061\u0074\u0074\u0061\u0077\u0061\u0074\u0068\u0061\u0069"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00352",Value :"\u006da\u0069\u0065\u006b\u0074\u0068\u0061i"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00328",Value :"\u006d\u0061\u0069\u0068\u0061\u006e\u0061\u006b\u0061t\u0074\u0068\u0061\u0069"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00351",Value :"\u006d\u0061\u0069\u0074\u0061\u0069\u006b\u0068\u0075\u0074\u0068\u0061\u0069"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00353",Value :"\u006d\u0061\u0069\u0074\u0068\u006f\u0074\u0068\u0061\u0069"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00354",Value :"\u006d\u0061\u0069\u0074\u0072\u0069\u0074\u0068\u0061\u0069"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00350",Value :"\u006d\u0061\u0069y\u0061\u006d\u006f\u006b\u0074\u0068\u0061\u0069"},{Key :"\u006d\u0061\u006c\u0065",Value :"\u006d\u0061\u0072\u0073"},{Key :"\u0073\u0079\u006ec\u0068",Value :"\u006da\u0073o\u0072\u0061\u0063\u0069\u0072c\u006c\u0065h\u0065\u0062\u0072\u0065\u0077"},{Key :"m\u0065\u0061\u0073\u0075\u0072\u0065\u0071\u0075\u0061\u006c",Value :"\u006d\u0065\u0061\u0073\u0065\u0071"},{Key :"\u0072\u0069\u0067\u0068\u0074\u0061\u006e\u0067\u006c\u0065\u0061\u0072\u0063",Value :"\u006de\u0061s\u0075\u0072\u0065\u0064\u0072i\u0067\u0068t\u0061\u006e\u0067\u006c\u0065"},{Key :"\u006de\u0065\u006d\u0066\u0069\u006e\u0061l",Value :"\u006de\u0065m\u0066\u0069\u006e\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"m\u0065\u0065\u006d\u0069\u006e\u0069\u0074\u0069\u0061\u006c",Value :"\u006d\u0065\u0065\u006d\u0069\u006e\u0069\u0074\u0069\u0061\u006c\u0061r\u0061\u0062\u0069\u0063"},{Key :"\u006d\u0065\u0065\u006d\u006d\u0065\u0064\u0069\u0061\u006c",Value :"\u006d\u0065e\u006d\u006d\u0065d\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u006d\u0065\u0065\u006dwi\u0074\u0068\u006d\u0065\u0065\u006d\u0069\u006e\u0069\u0074\u0069\u0061\u006c",Value :"m\u0065\u0065\u006d\u006dee\u006di\u006e\u0069\u0074\u0069\u0061l\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0036\u00378",Value :"\u006d\u0065\u006d"},{Key :"\u006de\u006d\u0068\u0065\u0062\u0072\u0065w",Value :"\u006d\u0065\u006d"},{Key :"\u006de\u006d\u0064\u0061\u0067\u0065\u0073h",Value :"\u006de\u006dd\u0061\u0067\u0065\u0073\u0068\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u006d\u0065\u006d\u0077\u0069\u0074\u0068\u0064\u0061\u0067\u0065\u0073\u0068",Value :"\u006de\u006dd\u0061\u0067\u0065\u0073\u0068\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0066\u006f\u0072\u006d\u0066\u0065\u0065\u0064",Value :"\u006d\u0065\u0072k\u0068\u0061\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u006d\u0065r\u006b\u0068\u0061l\u0065\u0066\u0074\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u006d\u0065\u0072k\u0068\u0061\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u006d\u0065\u0072\u006bha\u006b\u0065\u0066\u0075\u006c\u0061\u006c\u0065\u0066\u0074\u0068\u0065\u0062\u0072e\u0077",Value :"\u006de\u0072k\u0068\u0061\u006b\u0065\u0066u\u006c\u0061h\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0043\u0062\u006ca\u0063\u006b\u006c\u0065\u0074\u0074\u0065\u0072",Value :"\u006d\u0066\u0072\u0061\u006b\u0043"},{Key :"\u0043\u0066\u0072\u0061\u0063\u0074\u0075\u0072",Value :"\u006d\u0066\u0072\u0061\u006b\u0043"},{Key :"\u0043\u0066\u0072\u0061\u006b\u0074\u0075\u0072",Value :"\u006d\u0066\u0072\u0061\u006b\u0043"},{Key :"\u0048\u0062\u006ca\u0063\u006b\u006c\u0065\u0074\u0074\u0065\u0072",Value :"\u006d\u0066\u0072\u0061\u006b\u0048"},{Key :"\u0048\u0066\u0072\u0061\u0063\u0074\u0075\u0072",Value :"\u006d\u0066\u0072\u0061\u006b\u0048"},{Key :"\u0048\u0066\u0072\u0061\u006b\u0074\u0075\u0072",Value :"\u006d\u0066\u0072\u0061\u006b\u0048"},{Key :"\u005a\u0062\u006ca\u0063\u006b\u006c\u0065\u0074\u0074\u0065\u0072",Value :"\u006d\u0066\u0072\u0061\u006b\u005a"},{Key :"\u005a\u0066\u0072\u0061\u0063\u0074\u0075\u0072",Value :"\u006d\u0066\u0072\u0061\u006b\u005a"},{Key :"\u005a\u0066\u0072\u0061\u006b\u0074\u0075\u0072",Value :"\u006d\u0066\u0072\u0061\u006b\u005a"},{Key :"\u0074o\u006e\u0065\u006c\u006f\u0077",Value :"\u006d\u0068\u006fo\u006b"},{Key :"c\u0069\u0072\u0063\u006c\u0065\u006d\u0069\u006e\u0075\u0073",Value :"m\u0069\u006e\u0075\u0073\u0063\u0069\u0072\u0063\u006c\u0065"},{Key :"\u006f\u006d\u0069\u006e\u0075\u0073",Value :"m\u0069\u006e\u0075\u0073\u0063\u0069\u0072\u0063\u006c\u0065"},{Key :"\u006d\u0069\u006e\u0075\u0073\u0073\u0075\u0062",Value :"\u006d\u0069\u006e\u0075\u0073\u0069\u006e\u0066\u0065\u0072\u0069\u006f\u0072"},{Key :"\u006d\u0070",Value :"\u006di\u006e\u0075\u0073\u0070\u006c\u0075s"},{Key :"\u0070\u0072\u0069m\u0065",Value :"\u006d\u0069\u006e\u0075\u0074\u0065"},{Key :"\u0070\u0072\u0069\u006d\u0065\u0031",Value :"\u006d\u0069\u006e\u0075\u0074\u0065"},{Key :"\u0074o\u006e\u0065\u006d\u0069\u0064",Value :"\u006d\u006c\u006f\u006e\u0067\u006c\u0065\u0067\u0074u\u0072\u006e\u0065\u0064"},{Key :"\u0074r\u0075\u0065\u0073\u0074\u0061\u0074e",Value :"\u006d\u006f\u0064\u0065\u006c\u0073"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00313",Value :"\u006d\u006f\u006d\u0061\u0074\u0068\u0061\u0069"},{Key :"\u0042s\u0063\u0072\u0069\u0070\u0074",Value :"\u006d\u0073\u0063r\u0042"},{Key :"\u0045s\u0063\u0072\u0069\u0070\u0074",Value :"\u006d\u0073\u0063r\u0045"},{Key :"\u0046s\u0063\u0072\u0069\u0070\u0074",Value :"\u006d\u0073\u0063r\u0046"},{Key :"\u0048s\u0063\u0072\u0069\u0070\u0074",Value :"\u006d\u0073\u0063r\u0048"},{Key :"\u0049s\u0063\u0072\u0069\u0070\u0074",Value :"\u006d\u0073\u0063r\u0049"},{Key :"\u004cs\u0063\u0072\u0069\u0070\u0074",Value :"\u006d\u0073\u0063r\u004c"},{Key :"\u004ds\u0063\u0072\u0069\u0070\u0074",Value :"\u006d\u0073\u0063r\u004d"},{Key :"\u0052s\u0063\u0072\u0069\u0070\u0074",Value :"\u006d\u0073\u0063r\u0052"},{Key :"\u0065s\u0063\u0072\u0069\u0070\u0074",Value :"\u006d\u0073\u0063r\u0065"},{Key :"g\u0073\u0063\u0072\u0069\u0070\u0074\u006d\u0061\u0074\u0068",Value :"\u006d\u0073\u0063r\u0067"},{Key :"\u0030s\u0063\u0072\u0069\u0070\u0074",Value :"\u006d\u0073\u0063r\u006f"},{Key :"\u006fs\u0063\u0072\u0069\u0070\u0074",Value :"\u006d\u0073\u0063r\u006f"},{Key :"\u0074\u006f\u006e\u0065\u0068\u0069\u0067\u0068",Value :"\u006dt\u0075\u0072\u006e\u0065\u0064"},{Key :"\u006d\u0075\u0031",Value :"\u006d\u0075"},{Key :"\u0067\u0067",Value :"m\u0075\u0063\u0068\u0067\u0072\u0065\u0061\u0074\u0065\u0072"},{Key :"g\u0072\u0065\u0061\u0074\u0065\u0072\u006d\u0075\u0063\u0068",Value :"m\u0075\u0063\u0068\u0067\u0072\u0065\u0061\u0074\u0065\u0072"},{Key :"\u006c\u0065\u0073\u0073\u006d\u0075\u0063\u0068",Value :"\u006d\u0075\u0063\u0068\u006c\u0065\u0073\u0073"},{Key :"\u0075\u0070\u006d\u0075",Value :"\u006du\u0067\u0072\u0065\u0065\u006b"},{Key :"\u006c\u0074\u0069\u006d\u0065\u0073",Value :"\u006d\u0075\u006c\u0074\u0069\u0063\u006c\u006f\u0073e\u006c\u0065\u0066\u0074"},{Key :"\u0072\u0074\u0069\u006d\u0065\u0073",Value :"\u006du\u006ct\u0069\u0063\u006c\u006f\u0073\u0065\u0072\u0069\u0067\u0068\u0074"},{Key :"\u006c\u0065\u0066\u0074\u0074\u0068\u0072\u0065\u0065t\u0069\u006d\u0065\u0073",Value :"\u006d\u0075\u006c\u0074\u0069\u006f\u0070\u0065\u006e\u006c\u0065\u0066\u0074"},{Key :"\u0072i\u0067h\u0074\u0074\u0068\u0072\u0065\u0065\u0074\u0069\u006d\u0065\u0073",Value :"\u006d\u0075\u006c\u0074\u0069\u006f\u0070\u0065\u006er\u0069\u0067\u0068\u0074"},{Key :"\u0074\u0069\u006de\u0073",Value :"\u006d\u0075\u006c\u0074\u0069\u0070\u006c\u0079"},{Key :"m\u0075\u006e\u0061\u0068\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u006du\u006ea\u0068\u006c\u0065\u0066\u0074\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0065\u0069\u0067\u0068\u0074\u0068\u006e\u006f\u0074\u0065",Value :"m\u0075\u0073\u0069\u0063\u0061\u006c\u006e\u006f\u0074\u0065"},{Key :"\u0066\u006c\u0061\u0074",Value :"\u006d\u0075\u0073\u0069\u0063\u0066\u006c\u0061\u0074\u0073\u0069\u0067\u006e"},{Key :"\u0073\u0068\u0061r\u0070",Value :"\u006d\u0075\u0073\u0069\u0063\u0073\u0068\u0061\u0072p\u0073\u0069\u0067\u006e"},{Key :"\u0062\u0061\u0072\u0077\u0065\u0064\u0067\u0065",Value :"\u006e\u0061\u006e\u0064"},{Key :"\u006e\u006f\u0074\u0061\u006c\u006d\u006f\u0073\u0074e\u0071\u0075\u0061\u006c",Value :"\u006ea\u0070\u0070\u0072\u006f\u0078"},{Key :"\u006eo\u0074e\u0071\u0075\u0069\u0076\u0061s\u0079\u006dp\u0074\u006f\u0074\u0069\u0063",Value :"\u006e\u0061\u0073\u0079\u006d\u0070"},{Key :"\u0068\u0079\u0070\u0068\u0065\u006e\u006e\u006f\u0062\u0072\u0065\u0061\u006b",Value :"\u006e\u0062\u0068\u0079\u0070\u0068\u0065\u006e"},{Key :"\u0054m\u0061\u0063\u0072\u006f\u006e",Value :"\u006e\u0063\u0065\u0064\u0069\u006c\u006c\u0061"},{Key :"\u006e\u0063\u006fm\u006d\u0061\u0061\u0063\u0063\u0065\u006e\u0074",Value :"\u006e\u0063\u0065\u0064\u0069\u006c\u006c\u0061"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0036\u00387",Value :"\u006e\u0067\u006f\u006e\u0067\u0075\u0074\u0068\u0061\u0069"},{Key :"\u006eo\u0074g\u0072\u0065\u0061\u0074\u0065r\u0065\u0071u\u0069\u0076\u006c\u006e\u0074",Value :"\u006eg\u0074\u0072\u0073\u0069\u006d"},{Key :"\u0074\u006f\u006ee\u0065\u0078\u0074\u0072\u0061\u006c\u006f\u0077",Value :"\u006eh\u006f\u006f\u006b\u006c\u0065\u0066t"},{Key :"\u0067r\u0061\u0076\u0065\u006e\u006f\u0073p",Value :"\u006e\u0068\u006f\u006f\u006b\u0072\u0065\u0074\u0072o\u0066\u006c\u0065\u0078"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00357",Value :"\u006e\u0069\u006bh\u0061\u0068\u0069\u0074\u0074\u0068\u0061\u0069"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00301",Value :"\u006e\u0069\u006e\u0065\u0068\u0061\u0063\u006b\u0061r\u0061\u0062\u0069\u0063"},{Key :"a\u0072a\u0062\u0069\u0063\u0069\u006e\u0064\u0069\u0063d\u0069\u0067\u0069\u0074ni\u006e\u0065",Value :"\u006e\u0069\u006e\u0065\u0068\u0061\u0063\u006b\u0061r\u0061\u0062\u0069\u0063"},{Key :"\u006e\u0069\u006e\u0065\u0061\u0072\u0061\u0062\u0069\u0063",Value :"\u006e\u0069\u006e\u0065\u0068\u0061\u0063\u006b\u0061r\u0061\u0062\u0069\u0063"},{Key :"\u006ei\u006e\u0065\u0073\u0075\u0062",Value :"\u006e\u0069\u006ee\u0069\u006e\u0066\u0065\u0072\u0069\u006f\u0072"},{Key :"\u0065\u0078\u0074\u0065n\u0064\u0065\u0064\u0061\u0072\u0061\u0062\u0069\u0063\u0069n\u0064i\u0063\u0064\u0069\u0067\u0069\u0074\u006ei\u006e\u0065",Value :"n\u0069\u006e\u0065\u0070\u0065\u0072\u0073\u0069\u0061\u006e"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00369",Value :"\u006e\u0069\u006e\u0065\u0074\u0068\u0061\u0069"},{Key :"\u0067\u006c\u006f\u0074\u0074\u0061\u006c\u0073\u0074\u006f\u0070\u0062a\u0072\u0069\u006e\u0076",Value :"\u006e\u006c\u0065\u0067\u0072\u0069\u0067\u0068\u0074\u006c\u006f\u006e\u0067"},{Key :"\u006e\u006f\u0074\u006c\u0065\u0073\u0073\u0067\u0072e\u0061\u0074\u0065\u0072",Value :"\u006e\u006c\u0065\u0073\u0073\u0067\u0074\u0072"},{Key :"\u006eo\u0074l\u0065\u0073\u0073\u0065\u0071\u0075\u0069\u0076\u006c\u006e\u0074",Value :"\u006e\u006c\u0065\u0073\u0073\u0073\u0069\u006d"},{Key :"\u006eb\u0073\u0070\u0061\u0063\u0065",Value :"\u006e\u006fn\u0062\u0072\u0065a\u006b\u0069\u006e\u0067\u0073\u0070\u0061\u0063\u0065"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0036\u00399",Value :"\u006eo\u006e\u0065\u006e\u0074\u0068\u0061i"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00305",Value :"\u006e\u006f\u006e\u0075\u0074\u0068\u0061\u0069"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00346",Value :"\u006e\u006f\u006f\u006e\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u006e\u006f\u006f\u006e",Value :"\u006e\u006f\u006f\u006e\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u006eo\u006f\u006e\u0066\u0069\u006e\u0061l",Value :"\u006eo\u006fn\u0066\u0069\u006e\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"n\u006f\u006f\u006e\u0069\u006e\u0069\u0074\u0069\u0061\u006c",Value :"n\u006fo\u006e\u0068\u0065\u0068\u0069\u006e\u0069\u0074i\u0061\u006c\u0061\u0072ab\u0069\u0063"},{Key :"\u006e\u006f\u006f\u006e\u0069\u006e\u0069\u0074\u0069\u0061\u006c\u0061r\u0061\u0062\u0069\u0063",Value :"n\u006fo\u006e\u0068\u0065\u0068\u0069\u006e\u0069\u0074i\u0061\u006c\u0061\u0072ab\u0069\u0063"},{Key :"\u006e\u006f\u006f\u006ewi\u0074\u0068\u006a\u0065\u0065\u006d\u0069\u006e\u0069\u0074\u0069\u0061\u006c",Value :"n\u006f\u006f\u006e\u006aee\u006di\u006e\u0069\u0074\u0069\u0061l\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u006e\u006f\u006f\u006e\u006d\u0065\u0064\u0069\u0061\u006c",Value :"\u006e\u006fo\u006e\u006d\u0065d\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u006e\u006f\u006f\u006ewi\u0074\u0068\u006d\u0065\u0065\u006d\u0069\u006e\u0069\u0074\u0069\u0061\u006c",Value :"n\u006f\u006f\u006e\u006dee\u006di\u006e\u0069\u0074\u0069\u0061l\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"n\u006fo\u006e\u0077\u0069\u0074\u0068\u006d\u0065\u0065m\u0069\u0073\u006f\u006cat\u0065\u0064",Value :"\u006e\u006f\u006f\u006eme\u0065\u006d\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064\u0061\u0072\u0061\u0062i\u0063"},{Key :"\u006e\u0063\u006fn\u0067",Value :"\u006e\u006f\u0074\u0061\u0070\u0070\u0072\u006f\u0078e\u0071\u0075\u0061\u006c"},{Key :"\u006el\u0065f\u0074\u0072\u0069\u0067\u0068\u0074\u0061\u0072\u0072\u006f\u0077",Value :"\u006e\u006f\u0074a\u0072\u0072\u006f\u0077\u0062\u006f\u0074\u0068"},{Key :"\u006e\u006c\u0065\u0066\u0074\u0061\u0072\u0072\u006f\u0077",Value :"\u006e\u006f\u0074a\u0072\u0072\u006f\u0077\u006c\u0065\u0066\u0074"},{Key :"n\u0072\u0069\u0067\u0068\u0074\u0061\u0072\u0072\u006f\u0077",Value :"\u006e\u006f\u0074\u0061\u0072\u0072\u006f\u0077\u0072\u0069\u0067\u0068\u0074"},{Key :"\u006e\u006d\u0069\u0064",Value :"\u006e\u006f\u0074\u0062\u0061\u0072"},{Key :"\u006e\u006f\u0074\u0064\u0069\u0076\u0069\u0064\u0065\u0073",Value :"\u006e\u006f\u0074\u0062\u0061\u0072"},{Key :"\u006e\u006e\u0069",Value :"n\u006f\u0074\u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0073"},{Key :"\u006e\u006f\u0074\u006f\u0077\u006e\u0065\u0072",Value :"n\u006f\u0074\u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0073"},{Key :"n\u006f\u0074\u0073\u0075\u0063\u0068\u0074\u0068\u0061\u0074",Value :"n\u006f\u0074\u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0073"},{Key :"\u0061\u0072\u0072\u006fwd\u0062\u006c\u006c\u006f\u006e\u0067\u0062\u006f\u0074\u0068\u006e\u006f\u0074",Value :"\u006eo\u0074d\u0062\u006c\u0061\u0072\u0072\u006f\u0077\u0062\u006f\u0074\u0068"},{Key :"\u006eL\u0065f\u0074\u0072\u0069\u0067\u0068\u0074\u0061\u0072\u0072\u006f\u0077",Value :"\u006eo\u0074d\u0062\u006c\u0061\u0072\u0072\u006f\u0077\u0062\u006f\u0074\u0068"},{Key :"\u006e\u006f\u0074e\u006c\u0065\u006d\u0065\u006e\u0074\u006f\u0066",Value :"\u006e\u006f\u0074\u0065\u006c\u0065\u006d\u0065\u006e\u0074"},{Key :"\u006e\u006f\u0074i\u006e",Value :"\u006e\u006f\u0074\u0065\u006c\u0065\u006d\u0065\u006e\u0074"},{Key :"\u006e\u0065",Value :"\u006e\u006f\u0074\u0065\u0071\u0075\u0061\u006c"},{Key :"\u006ee\u0078\u0069\u0073\u0074\u0073",Value :"\u006e\u006f\u0074\u0065\u0078\u0069\u0073\u0074\u0065n\u0074\u0069\u0061\u006c"},{Key :"\u006e\u0056\u0064\u0061\u0073\u0068",Value :"\u006eo\u0074\u0066\u006f\u0072\u0063\u0065s"},{Key :"\u006e\u006f\u0074\u0066\u006f\u0072\u0063\u0065",Value :"\u006eo\u0074\u0066\u006f\u0072\u0063\u0065s"},{Key :"\u006e\u0056\u0044\u0061\u0073\u0068",Value :"\u006e\u006f\u0074\u0066\u006f\u0072\u0063\u0065\u0073e\u0078\u0074\u0072\u0061"},{Key :"\u006e\u006f\u0074f\u006f\u0072\u0063\u0065\u0065\u0078\u0074\u0072",Value :"\u006e\u006f\u0074\u0066\u006f\u0072\u0063\u0065\u0073e\u0078\u0074\u0072\u0061"},{Key :"\u006e\u0067\u0074\u0072",Value :"\u006e\u006f\u0074\u0067\u0072\u0065\u0061\u0074\u0065\u0072"},{Key :"\u006e\u0067\u0065\u0071",Value :"\u006eo\u0074g\u0072\u0065\u0061\u0074\u0065r\u006e\u006fr\u0065\u0071\u0075\u0061\u006c"},{Key :"\u006eo\u0074g\u0072\u0065\u0061\u0074\u0065\u0072\u0065\u0071\u0075\u0061\u006c",Value :"\u006eo\u0074g\u0072\u0065\u0061\u0074\u0065r\u006e\u006fr\u0065\u0071\u0075\u0061\u006c"},{Key :"\u006e\u006ft\u0067\u0072\u0065a\u0074\u0065\u0072\u0065\u0071\u0075\u0061\u006c\u0031",Value :"\u006eo\u0074g\u0072\u0065\u0061\u0074\u0065r\u006e\u006fr\u0065\u0071\u0075\u0061\u006c"},{Key :"\u006e\u0067\u0074\u0072\u006c\u0065\u0073\u0073",Value :"\u006e\u006f\u0074\u0067\u0072\u0065\u0061\u0074\u0065\u0072\u006e\u006fr\u006c\u0065\u0073\u0073"},{Key :"\u006e\u006f\u0074\u0067\u0072\u0065\u0061\u0074\u0065r\u006c\u0065\u0073\u0073",Value :"\u006e\u006f\u0074\u0067\u0072\u0065\u0061\u0074\u0065\u0072\u006e\u006fr\u006c\u0065\u0073\u0073"},{Key :"\u0067\u0065\u0071\u0073\u006c\u0061\u006e\u0074",Value :"\u006e\u006f\u0074\u0067re\u0061\u0074\u0065\u0072\u006f\u0072\u0073\u006c\u006e\u0074\u0065\u0071\u006c"},{Key :"\u0067\u0072\u0065\u0061te\u0072\u006f\u0072\u0065\u0071\u0075\u0061\u006c\u0073\u006c\u0061\u006e\u0074",Value :"\u006e\u006f\u0074\u0067re\u0061\u0074\u0065\u0072\u006f\u0072\u0073\u006c\u006e\u0074\u0065\u0071\u006c"},{Key :"\u006e\u0065\u0071\u0075\u0069\u0076",Value :"\u006e\u006f\u0074i\u0064\u0065\u006e\u0074\u0069\u0063\u0061\u006c"},{Key :"\u006e\u006f\u0074\u0065\u0071\u0075\u0069\u0076\u0061l\u0065\u006e\u0063\u0065",Value :"\u006e\u006f\u0074i\u0064\u0065\u006e\u0074\u0069\u0063\u0061\u006c"},{Key :"\u006e\u006c\u0065s\u0073",Value :"\u006eo\u0074\u006c\u0065\u0073\u0073"},{Key :"\u006e\u006c\u0065\u0071",Value :"\u006eo\u0074l\u0065\u0073\u0073\u006e\u006f\u0072\u0065\u0071\u0075\u0061\u006c"},{Key :"\u006e\u006f\u0074l\u0065\u0073\u0073\u0065\u0071\u0075\u0061\u006c",Value :"\u006eo\u0074l\u0065\u0073\u0073\u006e\u006f\u0072\u0065\u0071\u0075\u0061\u006c"},{Key :"\u006e\u006f\u0074\u006c\u0065\u0073\u0073\u0065\u0071\u0075\u0061\u006c\u0031",Value :"\u006eo\u0074l\u0065\u0073\u0073\u006e\u006f\u0072\u0065\u0071\u0075\u0061\u006c"},{Key :"\u006eo\u0074\u0062\u0061\u0072\u0064\u0062l",Value :"n\u006f\u0074\u0070\u0061\u0072\u0061\u006c\u006c\u0065\u006c"},{Key :"\u006ep\u0061\u0072\u0061\u006c\u006c\u0065l",Value :"n\u006f\u0074\u0070\u0061\u0072\u0061\u006c\u006c\u0065\u006c"},{Key :"n\u006f\u0074\u0070\u0072\u0065\u0063\u0065\u0065\u0064\u0073",Value :"n\u006f\u0074\u0070\u0072\u0065\u0063\u0065\u0064\u0065\u0073"},{Key :"\u006e\u0070\u0072e\u0063",Value :"n\u006f\u0074\u0070\u0072\u0065\u0063\u0065\u0064\u0065\u0073"},{Key :"\u006e\u006f\u0074\u0073\u0061\u0074\u0069\u0073\u0066\u0079",Value :"\u006e\u006f\u0074s\u0061\u0074\u0069\u0073\u0066\u0069\u0065\u0073"},{Key :"\u006e\u0076\u0044\u0061\u0073\u0068",Value :"\u006e\u006f\u0074s\u0061\u0074\u0069\u0073\u0066\u0069\u0065\u0073"},{Key :"\u006e\u0073\u0069\u006d",Value :"\u006e\u006f\u0074\u0073\u0069\u006d\u0069\u006c\u0061\u0072"},{Key :"\u006eo\u0074p\u0072\u006f\u0070\u0065\u0072\u0073\u0075\u0062\u0073\u0065\u0074",Value :"\u006eo\u0074\u0073\u0075\u0062\u0073\u0065t"},{Key :"\u006es\u0075\u0062\u0073\u0065\u0074",Value :"\u006eo\u0074\u0073\u0075\u0062\u0073\u0065t"},{Key :"\u006eo\u0074r\u0065\u0066\u006c\u0065\u0078\u0073\u0075\u0062\u0073\u0065\u0074",Value :"\u006e\u006f\u0074s\u0075\u0062\u0073\u0065\u0074\u0065\u0071\u006c"},{Key :"\u006es\u0075\u0062\u0073\u0065\u0074\u0065q",Value :"\u006e\u006f\u0074s\u0075\u0062\u0073\u0065\u0074\u0065\u0071\u006c"},{Key :"\u006e\u006f\u0074\u0066\u006f\u006c\u006c\u006f\u0077\u0073",Value :"n\u006f\u0074\u0073\u0075\u0063\u0063\u0065\u0065\u0064\u0073"},{Key :"\u006e\u0073\u0075c\u0063",Value :"n\u006f\u0074\u0073\u0075\u0063\u0063\u0065\u0065\u0064\u0073"},{Key :"\u006e\u006f\u0074\u0070\u0072\u006f\u0070\u0065\u0072\u0073\u0075\u0070e\u0072\u0073\u0065\u0074",Value :"n\u006f\u0074\u0073\u0075\u0070\u0065\u0072\u0073\u0065\u0074"},{Key :"\u006es\u0075\u0070\u0073\u0065\u0074",Value :"n\u006f\u0074\u0073\u0075\u0070\u0065\u0072\u0073\u0065\u0074"},{Key :"\u006e\u006f\u0074\u0072\u0065\u0066\u006c\u0065\u0078\u0073\u0075\u0070e\u0072\u0073\u0065\u0074",Value :"\u006e\u006f\u0074\u0073\u0075\u0070\u0065\u0072\u0073e\u0074\u0065\u0071\u006c"},{Key :"\u006es\u0075\u0070\u0073\u0065\u0074\u0065q",Value :"\u006e\u006f\u0074\u0073\u0075\u0070\u0065\u0072\u0073e\u0074\u0065\u0071\u006c"},{Key :"n\u006ft\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065l\u0065\u0066\u0074\u0065qu\u0061\u006c",Value :"\u006e\u006ft\u0074\u0072\u0069a\u006e\u0067\u0065\u0071\u006c\u006c\u0065\u0066\u0074"},{Key :"\u006et\u0072i\u0061\u006e\u0067\u006c\u0065\u006c\u0065\u0066\u0074\u0065\u0071",Value :"\u006e\u006ft\u0074\u0072\u0069a\u006e\u0067\u0065\u0071\u006c\u006c\u0065\u0066\u0074"},{Key :"n\u006f\u0074\u0074\u0072ia\u006eg\u006c\u0065\u0072\u0069\u0067h\u0074\u0065\u0071\u0075\u0061\u006c",Value :"\u006e\u006f\u0074\u0074\u0072\u0069\u0061\u006e\u0067\u0065\u0071\u006cr\u0069\u0067\u0068\u0074"},{Key :"\u006e\u0074r\u0069\u0061\u006eg\u006c\u0065\u0072\u0069\u0067\u0068\u0074\u0065\u0071",Value :"\u006e\u006f\u0074\u0074\u0072\u0069\u0061\u006e\u0067\u0065\u0071\u006cr\u0069\u0067\u0068\u0074"},{Key :"\u006e\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065\u006c\u0065\u0066\u0074",Value :"\u006eo\u0074t\u0072\u0069\u0061\u006e\u0067\u006c\u0065\u006c\u0065\u0066\u0074"},{Key :"\u006e\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065r\u0069\u0067\u0068\u0074",Value :"\u006e\u006ft\u0074\u0072\u0069a\u006e\u0067\u006c\u0065\u0072\u0069\u0067\u0068\u0074"},{Key :"\u006e\u006ft\u0074\u0075\u0072n\u0073\u0074\u0069\u006c\u0065\u006c\u0065\u0066\u0074",Value :"\u006e\u006f\u0074t\u0075\u0072\u006e\u0073\u0074\u0069\u006c\u0065"},{Key :"\u006e\u0076\u0064\u0061\u0073\u0068",Value :"\u006e\u006f\u0074t\u0075\u0072\u006e\u0073\u0074\u0069\u006c\u0065"},{Key :"\u0070\u0072e\u0063\u0065\u0065d\u0073\u006e\u006f\u0074\u0065\u0071\u0075\u0061\u006c",Value :"\u006e\u0070\u0072e\u0063\u0063\u0075\u0072\u006c\u0079\u0065\u0071"},{Key :"\u006e\u006f\u0074\u0061\u0073\u0079\u006d\u0070\u0074e\u0071\u0075\u0061\u006c",Value :"\u006e\u0073\u0069m\u0065"},{Key :"\u006e\u006ft\u0073\u0075\u0062s\u0065\u0074\u0073\u0071\u0065\u0071\u0075\u0061\u006c",Value :"n\u0073\u0071\u0073\u0075\u0062\u0073\u0065\u0074\u0065\u0071"},{Key :"\u006eo\u0074s\u0075\u0070\u0065\u0072\u0073e\u0074\u0073q\u0065\u0071\u0075\u0061\u006c",Value :"n\u0073\u0071\u0073\u0075\u0070\u0073\u0065\u0074\u0065\u0071"},{Key :"\u0066o\u006cl\u006f\u0077\u0073\u006e\u006f\u0074\u0065\u0071\u0075\u0061\u006c",Value :"\u006e\u0073\u0075c\u0063\u0063\u0075\u0072\u006c\u0079\u0065\u0071"},{Key :"\u0064\u0062\u0061\u0072",Value :"\u006e\u0074\u0069\u006c\u0064\u0065"},{Key :"\u0075\u0070\u006e\u0075",Value :"\u006e\u0075"},{Key :"\u006f\u0063\u0074\u006f\u0074\u0068\u006f\u0072\u0070\u0065",Value :"\u006e\u0075\u006d\u0062\u0065\u0072\u0073\u0069\u0067\u006e"},{Key :"\u0061f\u0069\u0069\u0036\u0031\u0033\u00352",Value :"\u006e\u0075\u006d\u0065\u0072\u006f"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0036\u00380",Value :"\u006e\u0075\u006e"},{Key :"\u006eu\u006e\u0068\u0065\u0062\u0072\u0065w",Value :"\u006e\u0075\u006e"},{Key :"\u006eu\u006ed\u0061\u0067\u0065\u0073\u0068\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u006eu\u006e\u0064\u0061\u0067\u0065\u0073h"},{Key :"\u006e\u0075\u006e\u0077\u0069\u0074\u0068\u0064\u0061\u0067\u0065\u0073\u0068",Value :"\u006eu\u006e\u0064\u0061\u0067\u0065\u0073h"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00325",Value :"\u006f\u0061\u006e\u0067\u0074\u0068\u0061\u0069"},{Key :"\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065x\u006e\u006f\u0073\u0070",Value :"\u006fb\u0061\u0072\u0072\u0065\u0064"},{Key :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00380",Value :"\u006fc\u0079\u0072\u0069\u006c\u006c\u0069c"},{Key :"\u006f\u0063\u0079\u0072\u0069\u006c",Value :"\u006fc\u0079\u0072\u0069\u006c\u006c\u0069c"},{Key :"\u0072r\u0074\u0068\u006f\u006f\u006b",Value :"\u006fd\u0062\u006c\u0067\u0072\u0061\u0076e"},{Key :"\u0061\u0072\u0072\u006f\u0077\u0077\u0061\u0076\u0065\u006c\u0065\u0066\u0074",Value :"\u006f\u0068\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e"},{Key :"\u0070i\u0070\u0065\u0064\u0062\u006c",Value :"\u006f\u0068\u006fr\u006e"},{Key :"\u006fd\u0062\u006c\u0061\u0063\u0075\u0074e",Value :"\u006f\u0068\u0075\u006e\u0067\u0061\u0072\u0075\u006d\u006c\u0061\u0075\u0074"},{Key :"\u0065x\u0063\u006c\u0061\u006d\u0031",Value :"\u006f\u0069"},{Key :"v\u006f\u006c\u0069\u006e\u0074\u0065\u0067\u0072\u0061\u006c",Value :"\u006f\u0069\u0069\u0069\u006e\u0074"},{Key :"\u0076\u006f\u006c\u0075\u006d\u0065\u0069\u006e\u0074e\u0067\u0072\u0061\u006c",Value :"\u006f\u0069\u0069\u0069\u006e\u0074"},{Key :"\u0073u\u0072f\u0061\u0063\u0065\u0069\u006e\u0074\u0065\u0067\u0072\u0061\u006c",Value :"\u006f\u0069\u0069n\u0074"},{Key :"\u0073\u0075\u0072f\u0069\u006e\u0074\u0065\u0067\u0072\u0061\u006c",Value :"\u006f\u0069\u0069n\u0074"},{Key :"\u0063\u0063l\u0077\u0063\u006fn\u0074\u0069\u006e\u0074\u0065\u0067\u0072\u0061\u006c",Value :"\u006f\u0069n\u0074\u0063\u0074r\u0063\u006c\u006f\u0063\u006b\u0077\u0069\u0073\u0065"},{Key :"\u0072\u0066\u0069s\u0068\u0068\u006f\u006f\u006b\u0072\u0065\u0076",Value :"\u006f\u0069\u006e\u0076\u0065\u0072\u0074\u0065\u0064b\u0072\u0065\u0076\u0065"},{Key :"\u0064e\u0076\u0063\u006f\u006e\u0032",Value :"\u006fl\u0065\u0068\u0065\u0062\u0072\u0065w"},{Key :"\u0075p\u006f\u006d\u0065\u0067\u0061",Value :"\u006f\u006d\u0065g\u0061"},{Key :"\u0075p\u0076\u0061\u0072\u0070\u0069",Value :"\u006f\u006d\u0065\u0067\u0061\u0031"},{Key :"\u0070\u0069\u0073\u0079\u006d\u0062\u006f\u006c\u0067\u0072\u0065\u0065\u006b",Value :"\u006f\u006d\u0065\u0067\u0061\u0031"},{Key :"\u004ba\u0072\u0074\u0064\u0065\u0073",Value :"\u006f\u006d\u0065\u0067\u0061\u0031"},{Key :"\u006d\u0061\u0063\u0072\u006f\u006e\u006e\u006f\u0073\u0070",Value :"\u006f\u006de\u0067\u0061\u006ca\u0074\u0069\u006e\u0063\u006c\u006f\u0073\u0065\u0064"},{Key :"\u0047\u0065\u0062a\u0072",Value :"\u006f\u006d\u0065\u0067\u0061\u0074\u006f\u006e\u006f\u0073"},{Key :"\u0075p\u006f\u006d\u0069\u0063\u0072\u006fn",Value :"\u006fm\u0069\u0063\u0072\u006f\u006e"},{Key :"\u006f\u006e\u0065\u0064\u006f\u0074\u006c\u0065\u0061\u0064",Value :"\u006f\u006e\u0065\u0064\u006f\u0074\u0065\u006e\u006ce\u0061\u0064\u0065\u0072"},{Key :"\u006f\u006e\u0065d\u006f\u0074\u006c\u0065\u0061\u0064\u0065\u0072",Value :"\u006f\u006e\u0065\u0064\u006f\u0074\u0065\u006e\u006ce\u0061\u0064\u0065\u0072"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0033\u00393",Value :"\u006f\u006e\u0065\u0068\u0061\u0063\u006b\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0061\u0072\u0061\u0062ic\u0069\u006e\u0064\u0069\u0063\u0064\u0069\u0067\u0069\u0074\u006f\u006e\u0065",Value :"\u006f\u006e\u0065\u0068\u0061\u0063\u006b\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u006fn\u0065\u0061\u0072\u0061\u0062\u0069c",Value :"\u006f\u006e\u0065\u0068\u0061\u0063\u006b\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u006f\u006e\u0065\u0073\u0075\u0062",Value :"o\u006e\u0065\u0069\u006e\u0066\u0065\u0072\u0069\u006f\u0072"},{Key :"e\u0078\u0074\u0065\u006e\u0064\u0065d\u0061\u0072\u0061\u0062\u0069\u0063\u0069\u006e\u0064i\u0063\u0064\u0069g\u0069t\u006f\u006e\u0065",Value :"\u006f\u006e\u0065\u0070\u0065\u0072\u0073\u0069\u0061\u006e"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00361",Value :"\u006fn\u0065\u0074\u0068\u0061\u0069"},{Key :"\u0065p\u0073i\u006c\u006f\u006e\u0031\u0072\u0065\u0076\u0068\u006f\u006f\u006b",Value :"\u006f\u006f\u0067\u006f\u006e\u0065\u006b\u006d\u0061\u0063\u0072\u006f\u006e"},{Key :"\u0067\u0072\u0061\u0076\u0065\u0031",Value :"\u006f\u006f\u0070e\u006e"},{Key :"\u006f\u0072\u0069\u0067\u0069\u006e\u0061\u006c",Value :"\u006f\u0072\u0069\u0067\u006f\u0066"},{Key :"\u0072\u0069\u0067\u0068\u0074\u0061\u006e\u0067\u006c\u0065",Value :"\u006f\u0072\u0074\u0068\u006f\u0067\u006f\u006e\u0061\u006c"},{Key :"\u0076\u0065\u0065\u0062\u0061\u0072",Value :"\u006f\u0072\u0075n\u0064\u0065\u0072\u0073\u0063\u006f\u0072\u0065"},{Key :"\u0078\u006f\u0072",Value :"\u006f\u0072\u0075n\u0064\u0065\u0072\u0073\u0063\u006f\u0072\u0065"},{Key :"\u006d\u0074\u0075r\u006e",Value :"o\u0073\u006c\u0061\u0073\u0068\u0061\u0063\u0075\u0074\u0065"},{Key :"\u006f\u0073\u0074r\u006f\u006b\u0065\u0061\u0063\u0075\u0074\u0065",Value :"o\u0073\u006c\u0061\u0073\u0068\u0061\u0063\u0075\u0074\u0065"},{Key :"\u006fv\u0065\u0072\u0062\u0061\u0072",Value :"o\u0076\u0065\u0072\u006c\u0069\u006e\u0065\u0063\u006d\u0062"},{Key :"n\u0048\u0064\u006f\u0077\u006e\u0061\u0072\u0072\u006f\u0077",Value :"\u0070\u0061\u0067\u0065\u0064\u006f\u0077\u006e"},{Key :"\u006eH\u0075\u0070\u0061\u0072\u0072\u006fw",Value :"\u0070\u0061\u0067\u0065\u0075\u0070"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00327",Value :"\u0070\u0061\u0069\u0079\u0061\u006e\u006e\u006f\u0069\u0074\u0068\u0061\u0069"},{Key :"\u0062a\u0072\u0064\u0062\u006c\u0032",Value :"\u0070\u0061\u0072\u0061\u006c\u006c\u0065\u006c"},{Key :"\u0076\u0065\u0078\u0074\u0065\u006e\u0064\u0064\u006f\u0075\u0062\u006c\u0065",Value :"\u0070\u0061\u0072\u0061\u006c\u006c\u0065\u006c"},{Key :"\u0066\u0069\u006c\u006ced\u0070\u0061\u0072\u0061\u006c\u006c\u0065\u006c\u006f\u0067\u0072\u0061\u006d",Value :"\u0070a\u0072a\u006c\u006c\u0065\u006c\u006fg\u0072\u0061m\u0062\u006c\u0061\u0063\u006b"},{Key :"\u0070\u0061\u0072e\u006e\u006c\u0065\u0066\u0074\u0042\u0069\u0067",Value :"\u0070a\u0072\u0065\u006e\u006c\u0065\u0066t"},{Key :"\u0070\u0061\u0072\u0065\u006e\u006c\u0065\u0066\u0074\u0042\u0069\u0067\u0067",Value :"\u0070a\u0072\u0065\u006e\u006c\u0065\u0066t"},{Key :"\u0070\u0061\u0072e\u006e\u006c\u0065\u0066\u0074\u0062\u0069\u0067",Value :"\u0070a\u0072\u0065\u006e\u006c\u0065\u0066t"},{Key :"\u0070\u0061\u0072\u0065\u006e\u006c\u0065\u0066\u0074\u0062\u0069\u0067\u0067",Value :"\u0070a\u0072\u0065\u006e\u006c\u0065\u0066t"},{Key :"o\u0072\u006e\u0061\u0074el\u0065f\u0074\u0070\u0061\u0072\u0065n\u0074\u0068\u0065\u0073\u0069\u0073",Value :"p\u0061\u0072\u0065\u006ele\u0066t\u0061\u006c\u0074\u006f\u006ee\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0070\u0061\u0072e\u006e\u006c\u0065\u0066\u0074\u0073\u0075\u0062",Value :"\u0070\u0061\u0072\u0065\u006e\u006c\u0065\u0066\u0074\u0069\u006e\u0066e\u0072\u0069\u006f\u0072"},{Key :"\u0070\u0061\u0072\u0065\u006e\u0072\u0069\u0067\u0068\u0074\u0042\u0069\u0067",Value :"\u0070\u0061\u0072\u0065\u006e\u0072\u0069\u0067\u0068\u0074"},{Key :"\u0070\u0061\u0072\u0065\u006e\u0072\u0069\u0067\u0068t\u0042\u0069\u0067\u0067",Value :"\u0070\u0061\u0072\u0065\u006e\u0072\u0069\u0067\u0068\u0074"},{Key :"\u0070\u0061\u0072\u0065\u006e\u0072\u0069\u0067\u0068\u0074\u0062\u0069\u0067",Value :"\u0070\u0061\u0072\u0065\u006e\u0072\u0069\u0067\u0068\u0074"},{Key :"\u0070\u0061\u0072\u0065\u006e\u0072\u0069\u0067\u0068t\u0062\u0069\u0067\u0067",Value :"\u0070\u0061\u0072\u0065\u006e\u0072\u0069\u0067\u0068\u0074"},{Key :"\u006f\u0072\u006e\u0061te\u0072\u0069\u0067\u0068\u0074\u0070\u0061\u0072\u0065\u006e\u0074\u0068\u0065\u0073i\u0073",Value :"\u0070\u0061\u0072\u0065nr\u0069\u0067\u0068\u0074\u0061\u006c\u0074\u006f\u006e\u0065\u0061\u0072\u0061\u0062i\u0063"},{Key :"\u0070\u0061\u0072\u0065\u006e\u0072\u0069\u0067\u0068\u0074\u0073\u0075\u0062",Value :"\u0070a\u0072e\u006e\u0072\u0069\u0067\u0068t\u0069\u006ef\u0065\u0072\u0069\u006f\u0072"},{Key :"\u0068\u0065\u006c\u0070",Value :"\u0070\u0061\u0072e\u006e\u0072\u0069\u0067\u0068\u0074\u0074\u0070"},{Key :"\u0070a\u0072\u0074\u0069\u0061\u006c",Value :"p\u0061\u0072\u0074\u0069\u0061\u006c\u0064\u0069\u0066\u0066"},{Key :"\u006e\u0075\u006c\u006c",Value :"\u0070\u0061\u0073h\u0074\u0061\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0070a\u0074a\u0068\u0071\u0075\u0061\u0072t\u0065\u0072h\u0065\u0062\u0072\u0065\u0077",Value :"\u0070a\u0074\u0061\u0068\u0031\u0031"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0037\u00398",Value :"\u0070a\u0074\u0061\u0068\u0031\u0031"},{Key :"\u0070a\u0074\u0061\u0068\u0032\u0061",Value :"\u0070a\u0074\u0061\u0068\u0031\u0031"},{Key :"\u0070a\u0074a\u0068\u0077\u0069\u0064\u0065\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0070a\u0074\u0061\u0068\u0031\u0031"},{Key :"p\u0061\u0074\u0061\u0068\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0070a\u0074\u0061\u0068\u0031\u0031"},{Key :"\u0070a\u0074\u0061\u0068\u0031\u0064",Value :"\u0070a\u0074\u0061\u0068\u0031\u0031"},{Key :"\u0070\u0061\u0074a\u0068",Value :"\u0070a\u0074\u0061\u0068\u0031\u0031"},{Key :"\u0072e\u0063o\u0072\u0064\u0073\u0065\u0070\u0061\u0072\u0061\u0074\u006f\u0072",Value :"\u0070a\u0074\u0061\u0068\u0031\u0031"},{Key :"\u0070\u0061\u0074\u0061\u0068\u006e\u0061\u0072\u0072\u006f\u0077\u0068e\u0062\u0072\u0065\u0077",Value :"\u0070a\u0074\u0061\u0068\u0031\u0031"},{Key :"\u0062a\u0063\u006b\u0073\u0070\u0061\u0063e",Value :"p\u0061\u007a\u0065\u0072\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00381",Value :"\u0070\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0070e\u0063\u0079\u0072\u0069\u006c",Value :"\u0070\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0070\u0065\u0064\u0061\u0067\u0065\u0073\u0068\u0068e\u0062\u0072\u0065\u0077",Value :"\u0070\u0065\u0064\u0061\u0067\u0065\u0073\u0068"},{Key :"\u0070\u0065\u0077i\u0074\u0068\u0064\u0061\u0067\u0065\u0073\u0068",Value :"\u0070\u0065\u0064\u0061\u0067\u0065\u0073\u0068"},{Key :"\u0066\u0069\u006e\u0061\u006c\u0070\u0065\u0077\u0069\u0074\u0068\u0064a\u0067\u0065\u0073\u0068",Value :"\u0070\u0065\u0066\u0069na\u006c\u0064\u0061\u0067\u0065\u0073\u0068\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0035\u00306",Value :"\u0070e\u0068\u0061\u0072\u0061\u0062\u0069c"},{Key :"\u0070\u0065\u0068",Value :"\u0070e\u0068\u0061\u0072\u0061\u0062\u0069c"},{Key :"\u0070\u0065\u0068\u0066\u0069\u006e\u0061\u006c",Value :"\u0070\u0065\u0068\u0066\u0069\u006e\u0061\u006c\u0061r\u0061\u0062\u0069\u0063"},{Key :"\u0070\u0065\u0068\u0069\u006e\u0069\u0074\u0069\u0061\u006c",Value :"\u0070\u0065h\u0069\u006e\u0069t\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0070e\u0068\u006d\u0065\u0064\u0069\u0061l",Value :"\u0070e\u0068m\u0065\u0064\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0070\u0065\u0077\u0069\u0074\u0068\u0072\u0061\u0066\u0065",Value :"\u0070\u0065\u0072a\u0066\u0065\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0033\u00381",Value :"\u0070\u0065\u0072\u0063\u0065\u006e\u0074\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0061\u0072\u0061\u0062\u0069\u0063\u0070\u0065\u0072\u0063\u0065\u006et\u0073\u0069\u0067\u006e",Value :"\u0070\u0065\u0072\u0063\u0065\u006e\u0074\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0063\u0064\u006ft\u0070",Value :"\u0070\u0065\u0072\u0069\u006f\u0064\u0063\u0065\u006et\u0065\u0072\u0065\u0064"},{Key :"\u006d\u0069\u0064\u0064\u006f\u0074",Value :"\u0070\u0065\u0072\u0069\u006f\u0064\u0063\u0065\u006et\u0065\u0072\u0065\u0064"},{Key :"\u0064\u006f\u0075\u0062\u006c\u0065\u0062\u0061\u0072w\u0065\u0064\u0067\u0065",Value :"\u0070\u0065\u0072\u0070\u0063\u006f\u0072\u0072\u0065s\u0070\u006f\u006e\u0064"},{Key :"\u0062\u006f\u0074",Value :"\u0070\u0065\u0072\u0070\u0065\u006e\u0064\u0069\u0063\u0075\u006c\u0061\u0072"},{Key :"\u0050\u0074\u0073",Value :"\u0070\u0065\u0073\u0065\u0074\u0061"},{Key :"\u0070e\u0073\u0065\u0074\u0061\u0073",Value :"\u0070\u0065\u0073\u0065\u0074\u0061"},{Key :"\u006cc\u0065\u0064\u0069\u006c\u006c\u00611",Value :"\u0070\u0065\u0073o\u0031"},{Key :"\u0070\u0065\u0073\u006f\u0070\u0068",Value :"\u0070\u0065\u0073o\u0031"},{Key :"\u0075\u0070\u0076\u0061\u0072\u0070\u0068\u0069",Value :"\u0070\u0068\u0069"},{Key :"\u0070\u0068\u0069\u0073\u0079\u006d\u0062\u006f\u006cg\u0072\u0065\u0065\u006b",Value :"\u0070\u0068\u0069\u0031"},{Key :"\u0075\u0070\u0070h\u0069",Value :"\u0070\u0068\u0069\u0031"},{Key :"\u007ae\u0063\u0065\u0064\u0069\u006c\u006ca",Value :"\u0070\u0068\u0069\u0031"},{Key :"\u006f\u0076\u0065\u0072\u0073\u0063\u006f\u0072\u0065\u006e\u006f\u0073\u0070",Value :"\u0070\u0068\u0069\u006c\u0061\u0074\u0069\u006e"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00338",Value :"p\u0068\u0069\u006e\u0074\u0068\u0075\u0074\u0068\u0061\u0069"},{Key :"\u0044z\u0068\u0061\u0063\u0065\u006b",Value :"\u0070\u0068\u006fo\u006b"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00310",Value :"p\u0068\u006f\u0070\u0068\u0061\u006e\u0074\u0068\u0061\u0069"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00308",Value :"\u0070\u0068\u006fp\u0068\u0075\u006e\u0067\u0074\u0068\u0061\u0069"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00312",Value :"\u0070\u0068\u006f\u0073\u0061\u006d\u0070\u0068\u0061o\u0074\u0068\u0061\u0069"},{Key :"\u0075\u0070\u0070\u0069",Value :"\u0070\u0069"},{Key :"\u0061\u0072\u0072o\u0077\u006c\u0065\u0066\u0074\u006e\u006f\u0074",Value :"\u0070\u0069\u0077r\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e"},{Key :"\u0070\u006c\u0061\u006e\u0063\u006b\u006f\u0076\u0065r\u0032\u0070\u0069\u0031",Value :"\u0070\u006c\u0061\u006e\u0063\u006b\u006f\u0076\u0065\u0072\u0032\u0070\u0069"},{Key :"\u0068\u0073\u006c\u0061\u0073\u0068",Value :"\u0070\u006c\u0061\u006e\u0063\u006b\u006f\u0076\u0065\u0072\u0032\u0070\u0069"},{Key :"\u0070\u0069\u0031",Value :"\u0070\u006c\u0075s\u0062\u0065\u006c\u006f\u0077\u0063\u006d\u0062"},{Key :"\u0070l\u0075\u0073\u0073\u0075\u0062",Value :"\u0070\u006c\u0075s\u0069\u006e\u0066\u0065\u0072\u0069\u006f\u0072"},{Key :"\u0070\u006d",Value :"\u0070l\u0075\u0073\u006d\u0069\u006e\u0075s"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00307",Value :"\u0070o\u0070\u006c\u0061\u0074\u0068\u0061i"},{Key :"p\u0072\u0065\u0063\u006e\u0061\u0070\u0070\u0072\u006f\u0078",Value :"\u0070\u0072e\u0063\u0065\u0064e\u006e\u006f\u0074\u0064\u0062\u006c\u0065\u0071\u0076"},{Key :"\u0070\u0072\u0065\u0063\u006e\u0065\u0071\u0071",Value :"\u0070\u0072\u0065\u0063\u0065\u0064\u0065\u006e\u006f\u0074\u0073\u006cn\u0074\u0065\u0071\u006c"},{Key :"\u0070r\u0065c\u0065\u0065\u0064\u0073\u006eo\u0074\u0073i\u006d\u0069\u006c\u0061\u0072",Value :"\u0070r\u0065c\u0065\u0064\u0065\u006f\u0072n\u006f\u0074e\u0071\u0076\u006c\u006e\u0074"},{Key :"\u0070\u0072\u0065\u0063\u006e\u0073\u0069\u006d",Value :"\u0070r\u0065c\u0065\u0064\u0065\u006f\u0072n\u006f\u0074e\u0071\u0076\u006c\u006e\u0074"},{Key :"\u0070\u0072\u0065\u0063",Value :"\u0070\u0072\u0065\u0063\u0065\u0064\u0065\u0073"},{Key :"\u006e\u006ft\u0070\u0072\u0065c\u0065\u0064\u0065\u0073\u006f\u0072\u0065\u0071\u006c",Value :"\u0070\u0072\u0065\u0063\u0065\u0064\u0065\u0073\u0065\u0071\u0075\u0061\u006c"},{Key :"\u0070\u0072\u0065\u0063\u0065\u0071",Value :"\u0070\u0072\u0065\u0063\u0065\u0064\u0065\u0073\u0065\u0071\u0075\u0061\u006c"},{Key :"p\u0072\u0065\u0063\u0063\u0075\u0072\u006c\u0079\u0065\u0071",Value :"\u0070r\u0065c\u0065\u0064\u0065\u0073\u006f\u0072\u0063\u0075\u0072\u006c\u0079"},{Key :"\u0070\u0072\u0065\u0063\u0065\u0064\u0065\u0073\u0065q\u0075\u0061\u006c\u0031",Value :"\u0070r\u0065c\u0065\u0064\u0065\u0073\u006f\u0072\u0063\u0075\u0072\u006c\u0079"},{Key :"\u0070\u0072\u0065\u0063\u0065\u0064\u0065\u0071\u0075i\u0076\u006c\u006e\u0074",Value :"\u0070r\u0065c\u0065\u0064\u0065\u0073\u006f\u0072\u0065\u0071\u0075\u0061\u006c"},{Key :"\u0070r\u0065\u0063\u0073\u0069\u006d",Value :"\u0070r\u0065c\u0065\u0064\u0065\u0073\u006f\u0072\u0065\u0071\u0075\u0061\u006c"},{Key :"\u0052\u0078",Value :"\u0070\u0072\u0065s\u0063\u0072\u0069\u0070\u0074\u0069\u006f\u006e"},{Key :"\u0062a\u0063\u006b\u0070\u0072\u0069\u006de",Value :"\u0070\u0072\u0069\u006d\u0065\u0072\u0065\u0076\u0065\u0072\u0073\u0065\u0064"},{Key :"\u006di\u006e\u0075\u0074\u0065\u0072\u0065v",Value :"\u0070\u0072\u0069\u006d\u0065\u0072\u0065\u0076\u0065\u0072\u0073\u0065\u0064"},{Key :"\u0070\u0072\u0069\u006d\u0065\u0072\u0065\u0076",Value :"\u0070\u0072\u0069\u006d\u0065\u0072\u0065\u0076\u0065\u0072\u0073\u0065\u0064"},{Key :"\u0070r\u0069\u006d\u0065\u0072\u0065\u00761",Value :"\u0070\u0072\u0069\u006d\u0065\u0072\u0065\u0076\u0065\u0072\u0073\u0065\u0064"},{Key :"\u0070\u0072\u0069m\u0065\u0072\u0065\u0076\u0065\u0072\u0073\u0065",Value :"\u0070\u0072\u0069\u006d\u0065\u0072\u0065\u0076\u0065\u0072\u0073\u0065\u0064"},{Key :"\u0070\u0072\u006f\u0064",Value :"\u0070r\u006f\u0064\u0075\u0063\u0074"},{Key :"\u0070\u0072\u006f\u0064\u0075\u0063\u0074\u0064\u0069s\u0070\u006c\u0061\u0079",Value :"\u0070r\u006f\u0064\u0075\u0063\u0074"},{Key :"p\u0072\u006f\u0064\u0075\u0063\u0074\u0074\u0065\u0078\u0074",Value :"\u0070r\u006f\u0064\u0075\u0063\u0074"},{Key :"v\u0061\u0072\u0062\u0061\u0072\u0077\u0065\u0064\u0067\u0065",Value :"\u0070\u0072\u006f\u006a\u0065\u0063\u0074\u0069\u0076\u0065"},{Key :"\u0073\u0075\u0062\u0073\u0065\u0074",Value :"\u0070\u0072\u006fp\u0065\u0072\u0073\u0075\u0062\u0073\u0065\u0074"},{Key :"\u0073\u0075\u0070\u0065\u0072\u0073\u0065\u0074",Value :"\u0070\u0072\u006f\u0070\u0065\u0072\u0073\u0075\u0070e\u0072\u0073\u0065\u0074"},{Key :"\u0073\u0075\u0070\u0073\u0065\u0074",Value :"\u0070\u0072\u006f\u0070\u0065\u0072\u0073\u0075\u0070e\u0072\u0073\u0065\u0074"},{Key :"\u0043\u006f\u006co\u006e",Value :"\u0070\u0072\u006f\u0070\u006f\u0072\u0074\u0069\u006f\u006e"},{Key :"\u0070\u0072\u006f\u0070\u0074\u006f",Value :"\u0070\u0072\u006fp\u006f\u0072\u0074\u0069\u006f\u006e\u0061\u006c"},{Key :"\u006co\u0077\u0065\u0072\u0072\u0061\u006ek",Value :"\u0070\u0072\u0075\u0072\u0065\u006c"},{Key :"\u0075\u0070\u0070s\u0069",Value :"\u0070\u0073\u0069"},{Key :"\u0073h\u0069\u0066\u0074\u0069\u006e",Value :"q\u0061\u0064\u006d\u0061\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0071\u0061\u0066\u0066\u0069\u006e\u0061\u006c",Value :"\u0071\u0061\u0066\u0066\u0069\u006e\u0061\u006c\u0061r\u0061\u0062\u0069\u0063"},{Key :"\u0071\u0061\u0066\u0069\u006e\u0069\u0074\u0069\u0061\u006c",Value :"\u0071\u0061f\u0069\u006e\u0069t\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0071a\u0066\u006d\u0065\u0064\u0069\u0061l",Value :"\u0071a\u0066m\u0065\u0064\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"a\u0063\u006b\u006e\u006f\u0077\u006c\u0065\u0064\u0067\u0065",Value :"\u0071\u0061r\u006e\u0065\u0079p\u0061\u0072\u0061\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078\u0073\u0075b\u006e\u006f\u0073\u0070",Value :"\u0071\u0068\u006fo\u006b"},{Key :"\u0071o\u0066d\u0061\u0067\u0065\u0073\u0068\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0071o\u0066\u0064\u0061\u0067\u0065\u0073h"},{Key :"\u0071\u006f\u0066\u0077\u0069\u0074\u0068\u0064\u0061\u0067\u0065\u0073\u0068",Value :"\u0071o\u0066\u0064\u0061\u0067\u0065\u0073h"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0036\u00387",Value :"\u0071o\u0066q\u0075\u0062\u0075\u0074\u0073\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0071\u006f\u0066",Value :"\u0071o\u0066q\u0075\u0062\u0075\u0074\u0073\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0071\u006f\u0066\u0068\u0061\u0074\u0061\u0066\u0070\u0061\u0074\u0061\u0068",Value :"\u0071o\u0066q\u0075\u0062\u0075\u0074\u0073\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0071\u006f\u0066\u0068at\u0061\u0066\u0070\u0061\u0074\u0061\u0068\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0071o\u0066q\u0075\u0062\u0075\u0074\u0073\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0071\u006f\u0066\u0068\u0061\u0074\u0061\u0066\u0073\u0065\u0067\u006f\u006c",Value :"\u0071o\u0066q\u0075\u0062\u0075\u0074\u0073\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0071\u006f\u0066\u0068at\u0061\u0066\u0073\u0065\u0067\u006f\u006c\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0071o\u0066q\u0075\u0062\u0075\u0074\u0073\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0071o\u0066\u0068\u0065\u0062\u0072\u0065w",Value :"\u0071o\u0066q\u0075\u0062\u0075\u0074\u0073\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0071\u006f\u0066\u0068\u0069\u0072\u0069\u0071",Value :"\u0071o\u0066q\u0075\u0062\u0075\u0074\u0073\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0071\u006f\u0066\u0068\u0069\u0072\u0069\u0071\u0068e\u0062\u0072\u0065\u0077",Value :"\u0071o\u0066q\u0075\u0062\u0075\u0074\u0073\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0071\u006f\u0066\u0068\u006f\u006c\u0061\u006d",Value :"\u0071o\u0066q\u0075\u0062\u0075\u0074\u0073\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0071\u006f\u0066\u0068\u006f\u006c\u0061\u006d\u0068e\u0062\u0072\u0065\u0077",Value :"\u0071o\u0066q\u0075\u0062\u0075\u0074\u0073\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0071\u006f\u0066\u0070\u0061\u0074\u0061\u0068",Value :"\u0071o\u0066q\u0075\u0062\u0075\u0074\u0073\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0071\u006f\u0066\u0070\u0061\u0074\u0061\u0068\u0068e\u0062\u0072\u0065\u0077",Value :"\u0071o\u0066q\u0075\u0062\u0075\u0074\u0073\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0071o\u0066\u0071\u0061\u006d\u0061\u0074s",Value :"\u0071o\u0066q\u0075\u0062\u0075\u0074\u0073\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0071o\u0066q\u0061\u006d\u0061\u0074\u0073\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0071o\u0066q\u0075\u0062\u0075\u0074\u0073\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0071o\u0066\u0071\u0075\u0062\u0075\u0074s",Value :"\u0071o\u0066q\u0075\u0062\u0075\u0074\u0073\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0071\u006f\u0066\u0073\u0065\u0067\u006f\u006c",Value :"\u0071o\u0066q\u0075\u0062\u0075\u0074\u0073\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0071\u006f\u0066\u0073\u0065\u0067\u006f\u006c\u0068e\u0062\u0072\u0065\u0077",Value :"\u0071o\u0066q\u0075\u0062\u0075\u0074\u0073\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0071\u006f\u0066\u0073\u0068\u0065\u0076\u0061",Value :"\u0071o\u0066q\u0075\u0062\u0075\u0074\u0073\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0071\u006f\u0066\u0073\u0068\u0065\u0076\u0061\u0068e\u0062\u0072\u0065\u0077",Value :"\u0071o\u0066q\u0075\u0062\u0075\u0074\u0073\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0071\u006f\u0066\u0074\u0073\u0065\u0072\u0065",Value :"\u0071o\u0066q\u0075\u0062\u0075\u0074\u0073\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0071\u006f\u0066\u0074\u0073\u0065\u0072\u0065\u0068e\u0062\u0072\u0065\u0077",Value :"\u0071o\u0066q\u0075\u0062\u0075\u0074\u0073\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0037\u00396",Value :"\u0071\u0075b\u0075\u0074\u0073w\u0069\u0064\u0065\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0062\u006c\u0061\u006e\u006b\u0062",Value :"\u0071\u0075b\u0075\u0074\u0073w\u0069\u0064\u0065\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0071\u0069\u0062\u0075\u0074\u0073",Value :"\u0071\u0075b\u0075\u0074\u0073w\u0069\u0064\u0065\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0071\u0075\u0062\u0075\u0074\u0073",Value :"\u0071\u0075b\u0075\u0074\u0073w\u0069\u0064\u0065\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0071\u0075\u0062\u0075\u0074\u0073\u0031\u0038",Value :"\u0071\u0075b\u0075\u0074\u0073w\u0069\u0064\u0065\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0071\u0075\u0062\u0075\u0074\u0073\u0032\u0035",Value :"\u0071\u0075b\u0075\u0074\u0073w\u0069\u0064\u0065\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0071\u0075\u0062\u0075\u0074\u0073\u0033\u0031",Value :"\u0071\u0075b\u0075\u0074\u0073w\u0069\u0064\u0065\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0071\u0075\u0062u\u0074\u0073\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0071\u0075b\u0075\u0074\u0073w\u0069\u0064\u0065\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0071u\u0062u\u0074\u0073\u006e\u0061\u0072r\u006f\u0077h\u0065\u0062\u0072\u0065\u0077",Value :"\u0071\u0075b\u0075\u0074\u0073w\u0069\u0064\u0065\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0071\u0075\u0062\u0075ts\u0071\u0075\u0061\u0072\u0074\u0065\u0072\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0071\u0075b\u0075\u0074\u0073w\u0069\u0064\u0065\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0071\u0075\u0065\u0073\u0074\u0069\u006f\u006e\u0065\u0071\u0075\u0061\u006c",Value :"\u0071u\u0065\u0073\u0074\u0065\u0071"},{Key :"\u0071\u0075\u006f\u0074\u0065\u0073\u0069\u006e\u0067l\u006c\u0065\u0066\u0074",Value :"\u0071u\u006f\u0074\u0065\u006c\u0065\u0066t"},{Key :"\u0071\u0075\u006f\u0074\u0065\u006c\u0065\u0066\u0074\u0072\u0065\u0076e\u0072\u0073\u0065\u0064",Value :"\u0071\u0075\u006f\u0074\u0065\u0072\u0065\u0076\u0065\u0072\u0073\u0065\u0064"},{Key :"\u0071\u0075\u006f\u0074\u0065\u0073\u0069\u006e\u0067\u006c\u0072\u0065\u0076",Value :"\u0071\u0075\u006f\u0074\u0065\u0072\u0065\u0076\u0065\u0072\u0073\u0065\u0064"},{Key :"\u0071u\u006ft\u0065\u0073\u0069\u006e\u0067\u006c\u0072\u0069\u0067\u0068\u0074",Value :"\u0071\u0075\u006f\u0074\u0065\u0072\u0069\u0067\u0068\u0074"},{Key :"n\u0061\u0070\u006f\u0073\u0074\u0072\u006f\u0070\u0068\u0065",Value :"q\u0075\u006f\u0074\u0065\u0072\u0069\u0067\u0068\u0074\u006e"},{Key :"\u0072\u0061\u0064\u0069\u0063\u0061\u006c\u0042\u0069\u0067",Value :"\u0072a\u0064\u0069\u0063\u0061\u006c"},{Key :"r\u0061\u0064\u0069\u0063\u0061\u006c\u0042\u0069\u0067\u0067",Value :"\u0072a\u0064\u0069\u0063\u0061\u006c"},{Key :"\u0072\u0061\u0064\u0069\u0063\u0061\u006c\u0062\u0069\u0067",Value :"\u0072a\u0064\u0069\u0063\u0061\u006c"},{Key :"r\u0061\u0064\u0069\u0063\u0061\u006c\u0062\u0069\u0067\u0067",Value :"\u0072a\u0064\u0069\u0063\u0061\u006c"},{Key :"\u0072a\u0064\u0069\u0063\u0061\u006c\u0062t",Value :"\u0072a\u0064\u0069\u0063\u0061\u006c"},{Key :"\u0072a\u0064\u0069\u0063\u0061\u006c\u0074p",Value :"\u0072a\u0064\u0069\u0063\u0061\u006c"},{Key :"\u0072\u0061\u0064\u0069\u0063\u0061\u006c\u0076\u0065\u0072\u0074\u0065\u0078",Value :"\u0072a\u0064\u0069\u0063\u0061\u006c"},{Key :"\u0073\u0071\u0072\u0074",Value :"\u0072a\u0064\u0069\u0063\u0061\u006c"},{Key :"\u0073\u0071\u0075\u0061\u0072\u0065\u0072\u006f\u006f\u0074",Value :"\u0072a\u0064\u0069\u0063\u0061\u006c"},{Key :"\u006da\u0074\u0068\u0072\u0061\u0074\u0069o",Value :"\u0072\u0061\u0074i\u006f"},{Key :"\u0072\u0063\u006fm\u006d\u0061\u0061\u0063\u0063\u0065\u006e\u0074",Value :"\u0072\u0063\u0065\u0064\u0069\u006c\u006c\u0061"},{Key :"\u0052\u0073\u006da\u006c\u006c\u0063\u0061\u0070\u0069\u006e\u0076",Value :"\u0072d\u0062\u006c\u0067\u0072\u0061\u0076e"},{Key :"\u0073\u006f\u0075\u006e\u0064\u0063\u006f\u0070\u0079r\u0069\u0067\u0068\u0074",Value :"r\u0065\u0063\u006f\u0072\u0064\u0072\u0069\u0067\u0068\u0074"},{Key :"\u0072e\u0066\u006d\u0061\u0072\u006b",Value :"\u0072\u0065\u0066\u0065\u0072\u0065\u006e\u0063\u0065\u006d\u0061\u0072\u006b"},{Key :"\u0073\u0075\u0062\u0073\u0065\u0074\u0065\u0071",Value :"\u0072\u0065\u0066l\u0065\u0078\u0073\u0075\u0062\u0073\u0065\u0074"},{Key :"\u0073\u0075\u0062\u0073\u0065\u0074\u006f\u0072\u0065\u0071\u0075\u0061\u006c",Value :"\u0072\u0065\u0066l\u0065\u0078\u0073\u0075\u0062\u0073\u0065\u0074"},{Key :"\u0073u\u0070e\u0072\u0073\u0065\u0074\u006f\u0072\u0065\u0071\u0075\u0061\u006c",Value :"\u0072\u0065\u0066\u006c\u0065\u0078\u0073\u0075\u0070e\u0072\u0073\u0065\u0074"},{Key :"\u0073\u0075\u0070\u0073\u0065\u0074\u0065\u0071",Value :"\u0072\u0065\u0066\u006c\u0065\u0078\u0073\u0075\u0070e\u0072\u0073\u0065\u0074"},{Key :"\u0063i\u0072\u0063\u006c\u0065\u0052",Value :"\u0072\u0065\u0067\u0069\u0073\u0074\u0065\u0072\u0065\u0064"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00325",Value :"\u0072e\u0068\u0061\u0072\u0061\u0062\u0069c"},{Key :"\u0072\u0065\u0068",Value :"\u0072e\u0068\u0061\u0072\u0061\u0062\u0069c"},{Key :"\u0072\u0065\u0068\u0079eh\u0061\u006c\u0065\u0066\u006c\u0061\u006d\u0061\u0072\u0061\u0062\u0069\u0063",Value :"\u0072e\u0068\u0061\u0072\u0061\u0062\u0069c"},{Key :"\u0061\u0072\u0072\u006f\u0077\u006e\u006f\u0072\u0074h\u0065\u0061\u0073\u0074",Value :"r\u0065\u0068\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e"},{Key :"\u0072\u0065\u0068\u0066\u0069\u006e\u0061\u006c",Value :"\u0072\u0065\u0068\u0066\u0069\u006e\u0061\u006c\u0061r\u0061\u0062\u0069\u0063"},{Key :"\u0072\u0065\u0073\u0068\u0077\u0069\u0074\u0068\u0064a\u0067\u0065\u0073\u0068",Value :"\u0072\u0065s\u0068\u0064\u0061g\u0065\u0073\u0068\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0036\u00388",Value :"\u0072e\u0073\u0068\u0068\u0069\u0072\u0069q"},{Key :"\u0072\u0065\u0073\u0068",Value :"\u0072e\u0073\u0068\u0068\u0069\u0072\u0069q"},{Key :"\u0072\u0065\u0073\u0068\u0068\u0061\u0074\u0061\u0066p\u0061\u0074\u0061\u0068",Value :"\u0072e\u0073\u0068\u0068\u0069\u0072\u0069q"},{Key :"r\u0065s\u0068\u0068\u0061\u0074\u0061\u0066\u0070\u0061t\u0061\u0068\u0068\u0065br\u0065\u0077",Value :"\u0072e\u0073\u0068\u0068\u0069\u0072\u0069q"},{Key :"\u0072\u0065\u0073\u0068\u0068\u0061\u0074\u0061\u0066s\u0065\u0067\u006f\u006c",Value :"\u0072e\u0073\u0068\u0068\u0069\u0072\u0069q"},{Key :"r\u0065s\u0068\u0068\u0061\u0074\u0061\u0066\u0073\u0065g\u006f\u006c\u0068\u0065br\u0065\u0077",Value :"\u0072e\u0073\u0068\u0068\u0069\u0072\u0069q"},{Key :"\u0072\u0065\u0073\u0068\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0072e\u0073\u0068\u0068\u0069\u0072\u0069q"},{Key :"\u0072e\u0073h\u0068\u0069\u0072\u0069\u0071\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0072e\u0073\u0068\u0068\u0069\u0072\u0069q"},{Key :"\u0072e\u0073\u0068\u0068\u006f\u006c\u0061m",Value :"\u0072e\u0073\u0068\u0068\u0069\u0072\u0069q"},{Key :"\u0072e\u0073h\u0068\u006f\u006c\u0061\u006d\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0072e\u0073\u0068\u0068\u0069\u0072\u0069q"},{Key :"\u0072e\u0073\u0068\u0070\u0061\u0074\u0061h",Value :"\u0072e\u0073\u0068\u0068\u0069\u0072\u0069q"},{Key :"\u0072e\u0073h\u0070\u0061\u0074\u0061\u0068\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0072e\u0073\u0068\u0068\u0069\u0072\u0069q"},{Key :"\u0072\u0065\u0073\u0068\u0071\u0061\u006d\u0061\u0074\u0073",Value :"\u0072e\u0073\u0068\u0068\u0069\u0072\u0069q"},{Key :"\u0072\u0065s\u0068\u0071\u0061m\u0061\u0074\u0073\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0072e\u0073\u0068\u0068\u0069\u0072\u0069q"},{Key :"\u0072\u0065\u0073\u0068\u0071\u0075\u0062\u0075\u0074\u0073",Value :"\u0072e\u0073\u0068\u0068\u0069\u0072\u0069q"},{Key :"\u0072\u0065s\u0068\u0071\u0075b\u0075\u0074\u0073\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0072e\u0073\u0068\u0068\u0069\u0072\u0069q"},{Key :"\u0072e\u0073\u0068\u0073\u0065\u0067\u006fl",Value :"\u0072e\u0073\u0068\u0068\u0069\u0072\u0069q"},{Key :"\u0072e\u0073h\u0073\u0065\u0067\u006f\u006c\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0072e\u0073\u0068\u0068\u0069\u0072\u0069q"},{Key :"\u0072e\u0073\u0068\u0073\u0068\u0065\u0076a",Value :"\u0072e\u0073\u0068\u0068\u0069\u0072\u0069q"},{Key :"\u0072e\u0073h\u0073\u0068\u0065\u0076\u0061\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0072e\u0073\u0068\u0068\u0069\u0072\u0069q"},{Key :"\u0072e\u0073\u0068\u0074\u0073\u0065\u0072e",Value :"\u0072e\u0073\u0068\u0068\u0069\u0072\u0069q"},{Key :"\u0072e\u0073h\u0074\u0073\u0065\u0072\u0065\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0072e\u0073\u0068\u0068\u0069\u0072\u0069q"},{Key :"\u0062a\u0063\u006b\u0073\u0069\u006d\u0065q",Value :"\u0072\u0065\u0076\u0061\u0073\u0079\u006d\u0070\u0074e\u0071\u0075\u0061\u006c"},{Key :"\u0062a\u0063\u006b\u0073\u0069\u006d",Value :"\u0072\u0065\u0076\u0065\u0072\u0073\u0065\u0064\u0074\u0069\u006c\u0064\u0065"},{Key :"\u0072\u0065\u0076\u0073\u0069\u006d\u0069\u006c\u0061\u0072",Value :"\u0072\u0065\u0076\u0065\u0072\u0073\u0065\u0064\u0074\u0069\u006c\u0064\u0065"},{Key :"\u0074\u0069\u006c\u0064\u0065\u0072\u0065\u0076\u0065\u0072\u0073\u0065\u0064",Value :"\u0072\u0065\u0076\u0065\u0072\u0073\u0065\u0064\u0074\u0069\u006c\u0064\u0065"},{Key :"\u0061\u0072r\u006f\u0077\u006co\u006e\u0067\u0062\u006f\u0074\u0068\u006e\u006f\u0074",Value :"\u0072e\u0076i\u0061\u006d\u0075\u0067\u0072a\u0073\u0068h\u0065\u0062\u0072\u0065\u0077"},{Key :"r\u0065\u0076\u0069\u0061\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0072e\u0076i\u0061\u006d\u0075\u0067\u0072a\u0073\u0068h\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0069\u006e\u0076\u006e\u006f\u0074",Value :"\u0072\u0065\u0076\u006c\u006f\u0067\u0069\u0063\u0061\u006c\u006e\u006f\u0074"},{Key :"\u006co\u0067i\u0063\u0061\u006c\u006e\u006ft\u0072\u0065v\u0065\u0072\u0073\u0065\u0064",Value :"\u0072\u0065\u0076\u006c\u006f\u0067\u0069\u0063\u0061\u006c\u006e\u006f\u0074"},{Key :"\u0061\u0063\u0075t\u0065\u0064\u0062\u006c\u006e\u006f\u0073\u0070",Value :"\u0072f\u0069\u0073\u0068\u0068\u006f\u006fk"},{Key :"\u0068a\u0063\u0065\u006b\u006e\u006f\u0073p",Value :"\u0072\u0066\u0069\u0073\u0068\u0068\u006f\u006f\u006b\u0072\u0065\u0076e\u0072\u0073\u0065\u0064"},{Key :"\u0075\u0070\u0072h\u006f",Value :"\u0072\u0068\u006f"},{Key :"\u0072\u0069\u006e\u0067\u006e\u006f\u0073\u0070",Value :"\u0072\u0068\u006fo\u006b"},{Key :"\u0064\u0069\u0065r\u0065\u0073\u0069\u0073\u006e\u006f\u0073\u0070",Value :"r\u0068\u006f\u006f\u006b\u0074\u0075\u0072\u006e\u0065\u0064"},{Key :"\u0074\u0065\u0074s\u0065",Value :"\u0072\u0068\u006f\u0073\u0079\u006d\u0062\u006f\u006cg\u0072\u0065\u0065\u006b"},{Key :"\u0075\u0070\u0076\u0061\u0072\u0072\u0068\u006f",Value :"\u0072\u0068\u006f\u0073\u0079\u006d\u0062\u006f\u006cg\u0072\u0065\u0065\u006b"},{Key :"\u0075\u0072\u0063\u006f\u0072\u006e\u0065\u0072",Value :"\u0072\u0069\u0067h\u0074\u0061\u006e\u0067\u006c\u0065\u006e\u0065"},{Key :"\u0075\u006c\u0063\u006f\u0072\u006e\u0065\u0072",Value :"\u0072\u0069\u0067h\u0074\u0061\u006e\u0067\u006c\u0065\u006e\u0077"},{Key :"\u006c\u0072\u0063\u006f\u0072\u006e\u0065\u0072",Value :"\u0072\u0069\u0067h\u0074\u0061\u006e\u0067\u006c\u0065\u0073\u0065"},{Key :"\u006c\u006c\u0063\u006f\u0072\u006e\u0065\u0072",Value :"\u0072\u0069\u0067h\u0074\u0061\u006e\u0067\u006c\u0065\u0073\u0077"},{Key :"\u0062\u0065\u0074a\u0031",Value :"\u0072\u0069\u0067\u0068\u0074\u0074\u0061\u0063\u006b\u0062\u0065\u006co\u0077\u0063\u006d\u0062"},{Key :"\u0076\u0061\u0072\u006c\u0072\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065",Value :"\u0072\u0069\u0067\u0068\u0074\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065"},{Key :"\u006f\u0063\u0069r\u0063",Value :"\u0072i\u006e\u0067\u0063\u006d\u0062"},{Key :"\u0055\u0070\u0073\u0069\u006c\u006f\u006e\u0031\u0074\u006f\u006e\u006f\u0073",Value :"r\u0069n\u0067\u0068\u0061\u006c\u0066\u006c\u0065\u0066t\u0062\u0065\u006c\u006fwc\u006d\u0062"},{Key :"\u006eu\u006de\u0072\u0061\u006c\u0067\u0072\u0065\u0065\u006b\u0073\u0075\u0062",Value :"\u0072\u0069\u006e\u0067\u0068\u0061\u006c\u0066\u0072\u0069\u0067\u0068\u0074"},{Key :"\u006b\u0061\u0070\u0070\u0061\u0031",Value :"r\u0069\u006e\u0067\u0068al\u0066r\u0069\u0067\u0068\u0074\u0062e\u006c\u006f\u0077\u0063\u006d\u0062"},{Key :"\u0065\u0071\u0063\u0069\u0072\u0063",Value :"r\u0069\u006e\u0067\u0069\u006e\u0065\u0071\u0075\u0061\u006c"},{Key :"h\u006f\u006f\u006b\u0073\u0075\u0070\u006e\u006f\u0073\u0070",Value :"\u0072\u006c\u006f\u006e\u0067\u006c\u0065\u0067"},{Key :"\u0064o\u0074\u006e\u006f\u0073\u0070",Value :"\u0072\u006c\u006f\u006e\u0067\u006c\u0065\u0067\u0074u\u0072\u006e\u0065\u0064"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00315",Value :"\u0072o\u0072\u0075\u0061\u0074\u0068\u0061i"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0035\u00313",Value :"\u0072\u0072\u0065\u0068\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0062\u006c\u006f\u0063\u006b\u0072\u0069\u0067\u0068t\u0068\u0061\u006c\u0066",Value :"\u0072t\u0062\u006c\u006f\u0063\u006b"},{Key :"\u0062r\u0065\u0076\u0065\u006e\u006f\u0073p",Value :"\u0072t\u0075\u0072\u006e\u0065\u0064"},{Key :"\u0061\u0063\u0075\u0074\u0065\u0072\u0069\u0067\u0068t\u006e\u006f\u0073\u0070",Value :"\u0072t\u0075r\u006e\u0065\u0064\u0073\u0075\u0070\u0065\u0072\u0069\u006f\u0072"},{Key :"\u0072\u0074\u0075\u0072\u006e\u0068\u006f\u006f\u006bs\u0075\u0070\u0065\u0072",Value :"\u0072\u0074u\u0072\u006e\u0072t\u0068\u006f\u006f\u006b\u0073\u0075\u0070\u0065\u0072"},{Key :"\u0072\u0075\u0070\u0065\u0065\u0073",Value :"\u0072\u0075\u0070e\u0065"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00316",Value :"\u0072\u0075\u0074\u0068\u0061\u0069"},{Key :"\u0073\u0061\u0064\u0066\u0069\u006e\u0061\u006c",Value :"\u0073\u0061\u0064\u0066\u0069\u006e\u0061\u006c\u0061r\u0061\u0062\u0069\u0063"},{Key :"\u0073\u0061\u0064\u0069\u006e\u0069\u0074\u0069\u0061\u006c",Value :"\u0073\u0061d\u0069\u006e\u0069t\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0073a\u0064\u006d\u0065\u0064\u0069\u0061l",Value :"\u0073a\u0064m\u0065\u0064\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0036\u00381",Value :"\u0073\u0061\u006d\u0065\u006b\u0068"},{Key :"\u0073\u0061\u006de\u006b\u0068\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0073\u0061\u006d\u0065\u006b\u0068"},{Key :"\u0073\u0061\u006de\u006b\u0068\u0064\u0061\u0067\u0065\u0073\u0068",Value :"\u0073a\u006de\u006b\u0068\u0064\u0061\u0067e\u0073\u0068h\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0073\u0061m\u0065\u006b\u0068w\u0069\u0074\u0068\u0064\u0061\u0067\u0065\u0073\u0068",Value :"\u0073a\u006de\u006b\u0068\u0064\u0061\u0067e\u0073\u0068h\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00330",Value :"\u0073\u0061\u0072\u0061\u0061\u0061\u0074\u0068\u0061\u0069"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00345",Value :"\u0073\u0061\u0072\u0061\u0061\u0065\u0074\u0068\u0061\u0069"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00348",Value :"\u0073a\u0072a\u0061\u0069\u006d\u0061\u0069m\u0061\u006ca\u0069\u0074\u0068\u0061\u0069"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00347",Value :"\u0073\u0061\u0072\u0061\u0061\u0069\u006d\u0061\u0069\u006d\u0075\u0061n\u0074\u0068\u0061\u0069"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00331",Value :"\u0073\u0061\u0072\u0061\u0061\u006d\u0074\u0068\u0061\u0069"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00329",Value :"\u0073a\u0072\u0061\u0061\u0074\u0068\u0061i"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00344",Value :"\u0073a\u0072\u0061\u0065\u0074\u0068\u0061i"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00333",Value :"\u0073\u0061\u0072\u0061\u0069\u0069\u0074\u0068\u0061\u0069"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00332",Value :"\u0073a\u0072\u0061\u0069\u0074\u0068\u0061i"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00346",Value :"\u0073a\u0072\u0061\u006f\u0074\u0068\u0061i"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00335",Value :"s\u0061\u0072\u0061\u0075\u0065\u0065\u0074\u0068\u0061\u0069"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00334",Value :"\u0073\u0061\u0072\u0061\u0075\u0065\u0074\u0068\u0061\u0069"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00336",Value :"\u0073a\u0072\u0061\u0075\u0074\u0068\u0061i"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00337",Value :"\u0073\u0061\u0072\u0061\u0075\u0075\u0074\u0068\u0061\u0069"},{Key :"\u0073a\u0074\u0069\u0073\u0066\u0079",Value :"\u0073a\u0074\u0069\u0073\u0066\u0069\u0065s"},{Key :"\u0076\u0044\u0061s\u0068",Value :"\u0073a\u0074\u0069\u0073\u0066\u0069\u0065s"},{Key :"\u006c\u0065\u006e\u0067\u0074\u0068",Value :"\u0073\u0063\u0068w\u0061"},{Key :"\u0061f\u0069\u0069\u0031\u0030\u0038\u00346",Value :"\u0073\u0063\u0068\u0077\u0061\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0068\u0061\u006c\u0066\u006c\u0065\u006e\u0067\u0074\u0068",Value :"\u0073c\u0068\u0077\u0061\u0068\u006f\u006fk"},{Key :"\u0068\u0069\u0067\u0068\u0065\u0072\u0072\u0061\u006e\u006b",Value :"\u0073\u0063\u0075\u0072\u0065\u006c"},{Key :"\u0064\u0070\u0072\u0069\u006d\u0065",Value :"\u0073\u0065\u0063\u006f\u006e\u0064"},{Key :"\u0070\u0072\u0069\u006d\u0065\u0064\u0062\u006c",Value :"\u0073\u0065\u0063\u006f\u006e\u0064"},{Key :"\u0070r\u0069\u006d\u0065\u0064\u0062\u006c1",Value :"\u0073\u0065\u0063\u006f\u006e\u0064"},{Key :"\u0073e\u0065\u006e\u0066\u0069\u006e\u0061l",Value :"\u0073e\u0065n\u0066\u0069\u006e\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"s\u0065\u0065\u006e\u0069\u006e\u0069\u0074\u0069\u0061\u006c",Value :"\u0073\u0065\u0065\u006e\u0069\u006e\u0069\u0074\u0069\u0061\u006c\u0061r\u0061\u0062\u0069\u0063"},{Key :"\u0073\u0065\u0065\u006e\u006d\u0065\u0064\u0069\u0061\u006c",Value :"\u0073\u0065e\u006e\u006d\u0065d\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0037\u00395",Value :"s\u0065\u0067\u006f\u006c\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0067\u0072\u006f\u0075\u0070\u0073\u0065\u0070\u0061r\u0061\u0074\u006f\u0072",Value :"s\u0065\u0067\u006f\u006c\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0073\u0065\u0067o\u006c",Value :"s\u0065\u0067\u006f\u006c\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0073e\u0067\u006f\u006c\u0031\u0066",Value :"s\u0065\u0067\u006f\u006c\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0073e\u0067\u006f\u006c\u0032\u0063",Value :"s\u0065\u0067\u006f\u006c\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0073e\u0067\u006f\u006c\u0031\u0033",Value :"s\u0065\u0067\u006f\u006c\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0073\u0065\u0067\u006f\u006c\u006e\u0061\u0072\u0072\u006f\u0077\u0068e\u0062\u0072\u0065\u0077",Value :"s\u0065\u0067\u006f\u006c\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0073e\u0067o\u006c\u0071\u0075\u0061\u0072t\u0065\u0072h\u0065\u0062\u0072\u0065\u0077",Value :"s\u0065\u0067\u006f\u006c\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0073e\u0067o\u006c\u0077\u0069\u0064\u0065\u0068\u0065\u0062\u0072\u0065\u0077",Value :"s\u0065\u0067\u006f\u006c\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0061\u0072\u0072\u006f\u0077\u006c\u006f\u006e\u0067\u0062\u006f\u0074\u0068",Value :"s\u0065\u0068\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e"},{Key :"\u0073\u0065\u0076\u0065\u006e\u0073\u0075\u0062",Value :"\u0073\u0065\u0076\u0065\u006e\u0069\u006e\u0066\u0065\u0072\u0069\u006f\u0072"},{Key :"\u0065\u0078t\u0065\u006e\u0064\u0065\u0064\u0061\u0072\u0061\u0062\u0069\u0063\u0069\u006e\u0064\u0069\u0063\u0064\u0069\u0067\u0069\u0074\u0073ev\u0065\u006e",Value :"\u0073\u0065\u0076e\u006e\u0070\u0065\u0072\u0073\u0069\u0061\u006e"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00367",Value :"\u0073e\u0076\u0065\u006e\u0074\u0068\u0061i"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00357",Value :"\u0073\u0068\u0061d\u0064\u0061\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0073\u0068\u0061\u0064\u0064\u0061",Value :"\u0073\u0068\u0061d\u0064\u0061\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"s\u0068a\u0064\u0064\u0061\u0066\u0061\u0074\u0068\u0061t\u0061\u006e\u0061\u0072ab\u0069\u0063",Value :"\u0073\u0068\u0061d\u0064\u0061\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0073\u0068\u0061dd\u0061\u0077\u0069\u0074\u0068\u0064\u0061\u006d\u006d\u0061\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064",Value :"\u0073\u0068\u0061\u0064\u0064\u0061\u0064\u0061\u006d\u006d\u0061\u0061r\u0061\u0062\u0069\u0063"},{Key :"\u0073\u0068\u0061\u0064\u0064\u0061\u0077\u0069\u0074\u0068\u0064a\u006d\u006d\u0061\u0074\u0061\u006e\u0069\u0073\u006f\u006ca\u0074\u0065\u0064",Value :"s\u0068a\u0064\u0064\u0061\u0064\u0061\u006d\u006d\u0061t\u0061\u006e\u0061\u0072ab\u0069\u0063"},{Key :"\u0073\u0068\u0061dd\u0061\u0077\u0069\u0074\u0068\u0066\u0061\u0074\u0068\u0061\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064",Value :"\u0073\u0068\u0061\u0064\u0064\u0061\u0066\u0061\u0074\u0068\u0061\u0061r\u0061\u0062\u0069\u0063"},{Key :"\u0073\u0068\u0061d\u0064\u0061\u006d\u0065\u0064\u0069\u0061\u006c",Value :"\u0073\u0068a\u0064\u0064\u0061h\u006f\u006e\u0074\u0061\u0074\u0077\u0065\u0065\u006c"},{Key :"\u0073\u0068\u0061dd\u0061\u0077\u0069\u0074\u0068\u006b\u0061\u0073\u0072\u0061\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064",Value :"\u0073\u0068\u0061\u0064\u0064\u0061\u006b\u0061\u0073\u0072\u0061\u0061r\u0061\u0062\u0069\u0063"},{Key :"\u0073\u0068\u0061\u0064\u0064\u0061\u0077\u0069\u0074\u0068\u006ba\u0073\u0072\u0061\u0074\u0061\u006e\u0069\u0073\u006f\u006ca\u0074\u0065\u0064",Value :"s\u0068a\u0064\u0064\u0061\u006b\u0061\u0073\u0072\u0061t\u0061\u006e\u0061\u0072ab\u0069\u0063"},{Key :"\u0073h\u0061d\u0064\u0061\u0077\u0069\u0074h\u0064\u0061m\u006d\u0061\u006c\u006f\u0077",Value :"\u0073\u0068\u0061\u0064\u0064\u0061\u0077\u0069\u0074\u0068\u0064a\u006d\u006d\u0061\u0069\u0073\u006f\u006c\u0061\u0074\u0065d\u006c\u006f\u0077"},{Key :"s\u0068\u0061\u0064\u0064aw\u0069t\u0068\u0064\u0061\u006d\u006da\u0074\u0061\u006e\u006c\u006f\u0077",Value :"\u0073\u0068a\u0064\u0064\u0061\u0077\u0069\u0074\u0068\u0064\u0061\u006d\u006d\u0061\u0074\u0061\u006e\u0069\u0073\u006f\u006c\u0061\u0074\u0065dl\u006f\u0077"},{Key :"\u0073\u0068\u0061\u0064\u0064\u0061\u0077\u0069\u0074\u0068\u0066a\u0074\u0068\u0061\u0069\u0073\u006f\u006c\u0061\u0074\u0065d\u006c\u006f\u0077",Value :"\u0073h\u0061d\u0064\u0061\u0077\u0069\u0074h\u0066\u0061t\u0068\u0061\u006c\u006f\u0077"},{Key :"\u0073\u0068a\u0064\u0064\u0061\u0077\u0069\u0074\u0068\u0066\u0061\u0074\u0068\u0061\u0074\u0061\u006e\u0069\u0073\u006f\u006c\u0061\u0074\u0065dl\u006f\u0077",Value :"s\u0068\u0061\u0064\u0064aw\u0069t\u0068\u0066\u0061\u0074\u0068a\u0074\u0061\u006e\u006c\u006f\u0077"},{Key :"\u0073h\u0061d\u0064\u0061\u0077\u0069\u0074h\u006b\u0061s\u0072\u0061\u006c\u006f\u0077",Value :"\u0073\u0068\u0061\u0064\u0064\u0061\u0077\u0069\u0074\u0068\u006ba\u0073\u0072\u0061\u0069\u0073\u006f\u006c\u0061\u0074\u0065d\u006c\u006f\u0077"},{Key :"s\u0068\u0061\u0064\u0064aw\u0069t\u0068\u006b\u0061\u0073\u0072a\u0074\u0061\u006e\u006c\u006f\u0077",Value :"\u0073\u0068a\u0064\u0064\u0061\u0077\u0069\u0074\u0068\u006b\u0061\u0073\u0072\u0061\u0074\u0061\u006e\u0069\u0073\u006f\u006c\u0061\u0074\u0065dl\u006f\u0077"},{Key :"\u0062l\u006fc\u006b\u0068\u0061\u006c\u0066\u0073\u0068\u0061\u0064\u0065\u0064",Value :"\u0073\u0068\u0061d\u0065"},{Key :"s\u0068\u0061\u0064\u0065\u006d\u0065\u0064\u0069\u0075\u006d",Value :"\u0073\u0068\u0061d\u0065"},{Key :"\u0062\u006c\u006f\u0063\u006b\u0071\u0074\u0072\u0073h\u0061\u0064\u0065\u0064",Value :"\u0073\u0068\u0061\u0064\u0065\u006c\u0069\u0067\u0068\u0074"},{Key :"\u006ct\u0073\u0068\u0061\u0064\u0065",Value :"\u0073\u0068\u0061\u0064\u0065\u006c\u0069\u0067\u0068\u0074"},{Key :"\u0073\u0068\u0065\u0065\u006e\u0066\u0069\u006e\u0061\u006c",Value :"\u0073\u0068e\u0065\u006e\u0066i\u006e\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0073\u0068\u0065e\u006e\u0069\u006e\u0069\u0074\u0069\u0061\u006c",Value :"\u0073h\u0065e\u006e\u0069\u006e\u0069\u0074i\u0061\u006ca\u0072\u0061\u0062\u0069\u0063"},{Key :"s\u0068\u0065\u0065\u006e\u006d\u0065\u0064\u0069\u0061\u006c",Value :"\u0073\u0068\u0065\u0065\u006e\u006d\u0065\u0064\u0069\u0061\u006c\u0061r\u0061\u0062\u0069\u0063"},{Key :"\u0070\u0065\u0068\u006f\u006f\u006b",Value :"\u0073\u0068\u0065\u0069\u0063\u006f\u0070\u0074\u0069\u0063"},{Key :"\u004c\u0073\u0068",Value :"\u0073h\u0069\u0066\u0074\u006c\u0065\u0066t"},{Key :"\u0052\u0073\u0068",Value :"\u0073\u0068\u0069\u0066\u0074\u0072\u0069\u0067\u0068\u0074"},{Key :"\u0075\u0073\u0074\u0072\u0074\u0062\u0061\u0072",Value :"s\u0068\u0069\u006d\u0061\u0063\u006f\u0070\u0074\u0069\u0063"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0036\u00389",Value :"\u0073\u0068\u0069\u006e"},{Key :"\u0073\u0068\u0069\u006e\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0073\u0068\u0069\u006e"},{Key :"\u0073\u0068i\u006e\u0064\u0061g\u0065\u0073\u0068\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0073\u0068\u0069\u006e\u0064\u0061\u0067\u0065\u0073\u0068"},{Key :"\u0073\u0068\u0069\u006e\u0077\u0069\u0074\u0068\u0064a\u0067\u0065\u0073\u0068",Value :"\u0073\u0068\u0069\u006e\u0064\u0061\u0067\u0065\u0073\u0068"},{Key :"\u0073\u0068\u0069nd\u0061\u0067\u0065\u0073\u0068\u0073\u0068\u0069\u006e\u0064\u006f\u0074\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0073\u0068\u0069\u006e\u0064\u0061\u0067\u0065\u0073\u0068\u0073\u0068i\u006e\u0064\u006f\u0074"},{Key :"\u0073h\u0069\u006e\u0077\u0069\u0074\u0068\u0064\u0061\u0067\u0065\u0073h\u0061\u006e\u0064\u0073\u0068\u0069\u006e\u0064\u006f\u0074",Value :"\u0073\u0068\u0069\u006e\u0064\u0061\u0067\u0065\u0073\u0068\u0073\u0068i\u006e\u0064\u006f\u0074"},{Key :"\u0073\u0068i\u006e\u0064\u0061g\u0065\u0073\u0068\u0073\u0069\u006e\u0064\u006f\u0074",Value :"\u0073\u0068\u0069\u006eda\u0067\u0065\u0073\u0068\u0073\u0069\u006e\u0064\u006f\u0074\u0068\u0065\u0062\u0072e\u0077"},{Key :"\u0073\u0068\u0069nw\u0069\u0074\u0068\u0064\u0061\u0067\u0065\u0073\u0068\u0061\u006e\u0064\u0073\u0069\u006e\u0064\u006f\u0074",Value :"\u0073\u0068\u0069\u006eda\u0067\u0065\u0073\u0068\u0073\u0069\u006e\u0064\u006f\u0074\u0068\u0065\u0062\u0072e\u0077"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0038\u00304",Value :"\u0073\u0068\u0069\u006e\u0064\u006f\u0074\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0073h\u0069\u006e\u0064\u006f\u0074",Value :"\u0073\u0068\u0069\u006e\u0064\u006f\u0074\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0036\u00394",Value :"s\u0068\u0069\u006e\u0073\u0068\u0069\u006e\u0064\u006f\u0074"},{Key :"\u0073\u0068\u0069\u006e\u0073\u0068\u0069\u006e\u0064\u006f\u0074\u0068e\u0062\u0072\u0065\u0077",Value :"s\u0068\u0069\u006e\u0073\u0068\u0069\u006e\u0064\u006f\u0074"},{Key :"\u0073h\u0069n\u0077\u0069\u0074\u0068\u0073\u0068\u0069\u006e\u0064\u006f\u0074",Value :"s\u0068\u0069\u006e\u0073\u0068\u0069\u006e\u0064\u006f\u0074"},{Key :"\u0067\u0072\u0061v\u0065\u0064\u0062\u006c\u006e\u006f\u0073\u0070",Value :"\u0073\u0068\u006fo\u006b"},{Key :"\u0075p\u0073\u0069\u0067\u006d\u0061",Value :"\u0073\u0069\u0067m\u0061"},{Key :"\u0075\u0070\u0076\u0061\u0072\u0073\u0069\u0067\u006d\u0061",Value :"\u0073\u0069\u0067\u006d\u0061\u0031"},{Key :"\u0073\u0069\u0067\u006d\u0061\u0066\u0069\u006e\u0061\u006c",Value :"\u0073\u0069\u0067\u006d\u0061\u0031"},{Key :"\u0043\u0068\u0065\u0072\u0074\u0064\u0065\u0073",Value :"\u0073\u0069\u0067\u006dal\u0075\u006e\u0061\u0074\u0065\u0073\u0079\u006d\u0062\u006f\u006c\u0067\u0072\u0065e\u006b"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0038\u00339",Value :"\u0073i\u006cu\u0071\u006c\u0065\u0066\u0074\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u006d\u0065\u0074e\u0067",Value :"\u0073i\u006cu\u0071\u006c\u0065\u0066\u0074\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u006ee\u0077\u006c\u0069\u006e\u0065",Value :"\u0073i\u006cu\u0071\u006c\u0065\u0066\u0074\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"s\u0069\u006c\u0075\u0071\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0073i\u006cu\u0071\u006c\u0065\u0066\u0074\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0073\u0069\u006d",Value :"\u0073i\u006d\u0069\u006c\u0061\u0072"},{Key :"\u0074i\u006c\u0064\u0065\u006d\u0061\u0074h",Value :"\u0073i\u006d\u0069\u006c\u0061\u0072"},{Key :"\u0074\u0069\u006c\u0064\u0065\u006f\u0070\u0065\u0072\u0061\u0074\u006f\u0072",Value :"\u0073i\u006d\u0069\u006c\u0061\u0072"},{Key :"\u0061\u0070\u0070\u0072\u006f\u0078\u006e\u006f\u0074e\u0071\u0075\u0061\u006c",Value :"\u0073i\u006d\u006e\u0065\u0071\u0071"},{Key :"\u0073\u0069\u006e\u0065",Value :"\u0073\u0069\u006e\u0065\u0077\u0061\u0076\u0065"},{Key :"\u0073\u0069\u0078\u0073\u0075\u0062",Value :"s\u0069\u0078\u0069\u006e\u0066\u0065\u0072\u0069\u006f\u0072"},{Key :"e\u0078\u0074\u0065\u006e\u0064\u0065d\u0061\u0072\u0061\u0062\u0069\u0063\u0069\u006e\u0064i\u0063\u0064\u0069g\u0069t\u0073\u0069\u0078",Value :"\u0073\u0069\u0078\u0070\u0065\u0072\u0073\u0069\u0061\u006e"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00366",Value :"\u0073i\u0078\u0074\u0068\u0061\u0069"},{Key :"\u006da\u0074\u0068\u0073\u006c\u0061\u0073h",Value :"\u0073\u006c\u0061s\u0068"},{Key :"\u0073\u006c\u0061\u0073\u0068\u0042\u0069\u0067",Value :"\u0073\u006c\u0061s\u0068"},{Key :"\u0073l\u0061\u0073\u0068\u0042\u0069\u0067g",Value :"\u0073\u006c\u0061s\u0068"},{Key :"\u0073\u006c\u0061\u0073\u0068\u0062\u0069\u0067",Value :"\u0073\u006c\u0061s\u0068"},{Key :"\u0073l\u0061\u0073\u0068\u0062\u0069\u0067g",Value :"\u0073\u006c\u0061s\u0068"},{Key :"\u0066\u0072\u006fw\u006e",Value :"\u0073l\u0075\u0072\u0061\u0062\u006f\u0076e"},{Key :"s\u006da\u006c\u006c\u0074\u0072\u0069\u0061\u006e\u0067l\u0065\u006c\u0065\u0066ts\u006c\u0064",Value :"\u0073\u006d\u0061\u006clb\u006c\u0061\u0063\u006b\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065\u006c\u0065f\u0074"},{Key :"s\u006d\u0061\u006c\u006ctr\u0069a\u006e\u0067\u006c\u0065\u0072i\u0067\u0068\u0074\u0073\u006c\u0064",Value :"\u0073\u006d\u0061ll\u0062\u006c\u0061\u0063\u006b\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065\u0072\u0069\u0067\u0068\u0074"},{Key :"\u0065\u006c\u0065m\u0065\u006e\u0074\u0073\u006d\u0061\u006c\u006c",Value :"\u0073m\u0061\u006c\u006c\u0069\u006e"},{Key :"\u0073\u006d\u0061l\u006c\u0065\u006c\u0065\u006d\u0065\u006e\u0074",Value :"\u0073m\u0061\u006c\u006c\u0069\u006e"},{Key :"\u006f\u0077\u006e\u0065\u0072\u0073\u006d\u0061\u006c\u006c",Value :"\u0073m\u0061\u006c\u006c\u006e\u0069"},{Key :"\u0073\u006d\u0061\u006c\u006c\u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0073",Value :"\u0073m\u0061\u006c\u006c\u006e\u0069"},{Key :"\u0073l\u0075\u0072\u0062\u0065\u006c\u006fw",Value :"\u0073\u006d\u0069l\u0065"},{Key :"\u0077\u0068i\u0074\u0065\u0073m\u0069\u006c\u0069\u006e\u0067\u0066\u0061\u0063\u0065",Value :"\u0073m\u0069\u006c\u0065\u0066\u0061\u0063e"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0036\u00358",Value :"\u0073\u006f\u0066\u0070\u0061\u0073\u0075\u0071\u0068e\u0062\u0072\u0065\u0077"},{Key :"\u0073\u006f\u0066\u0070\u0061\u0073\u0075\u0071",Value :"\u0073\u006f\u0066\u0070\u0061\u0073\u0075\u0071\u0068e\u0062\u0072\u0065\u0077"},{Key :"\u0073f\u0074\u0068\u0079\u0070\u0068\u0065n",Value :"\u0073\u006f\u0066\u0074\u0068\u0079\u0070\u0068\u0065\u006e"},{Key :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00394",Value :"\u0073\u006ff\u0074\u0073\u0069g\u006e\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0073\u006f\u0066\u0074",Value :"\u0073\u006ff\u0074\u0073\u0069g\u006e\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0064\u0065\u0069",Value :"s\u006f\u006c\u0069\u0064us\u006co\u006e\u0067\u006f\u0076\u0065r\u006c\u0061\u0079\u0063\u006d\u0062"},{Key :"\u006e\u0065\u0067\u0061\u0074\u0069\u006f\u006e\u0073\u006c\u0061\u0073\u0068",Value :"s\u006f\u006c\u0069\u0064us\u006co\u006e\u0067\u006f\u0076\u0065r\u006c\u0061\u0079\u0063\u006d\u0062"},{Key :"\u006e\u006f\u0074",Value :"s\u006f\u006c\u0069\u0064us\u006co\u006e\u0067\u006f\u0076\u0065r\u006c\u0061\u0079\u0063\u006d\u0062"},{Key :"\u0044\u0065\u0069",Value :"\u0073\u006f\u006c\u0069du\u0073\u0073\u0068\u006f\u0072\u0074\u006f\u0076\u0065\u0072\u006c\u0061\u0079\u0063m\u0062"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00321",Value :"\u0073\u006f\u0072\u0075\u0073\u0069\u0074\u0068\u0061\u0069"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00320",Value :"\u0073\u006f\u0073\u0061\u006c\u0061\u0074\u0068\u0061\u0069"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0036\u00391",Value :"\u0073\u006f\u0073\u006f\u0074\u0068\u0061\u0069"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00322",Value :"\u0073o\u0073\u0075\u0061\u0074\u0068\u0061i"},{Key :"\u0073p\u0061c\u0065\u0068\u0061\u0063\u006b\u0061\u0072\u0061\u0062\u0069\u0063",Value :"\u0073\u0070\u0061c\u0065"},{Key :"\u0061\u0031\u0030\u0039",Value :"\u0073\u0070\u0061d\u0065"},{Key :"\u0073p\u0061\u0064\u0065\u0073\u0075\u0069t",Value :"\u0073\u0070\u0061d\u0065"},{Key :"\u0073\u0070\u0061\u0064\u0065\u0073\u0075\u0069\u0074b\u006c\u0061\u0063\u006b",Value :"\u0073\u0070\u0061d\u0065"},{Key :"\u0076\u0061\u0072s\u0070\u0061\u0064\u0065\u0073\u0075\u0069\u0074",Value :"\u0073\u0070\u0061\u0064\u0065\u0073\u0075\u0069\u0074w\u0068\u0069\u0074\u0065"},{Key :"\u0073\u0071\u0069\u006d\u0061\u0067\u0065\u006f\u0072\u006e\u006f\u0074e\u0071\u0075\u0061\u006c",Value :"s\u0071\u0073\u0075\u0062\u0073\u0065\u0074\u006e\u0065\u0071"},{Key :"\u0073q\u006fr\u0069\u0067\u0069\u006e\u006fr\u006e\u006ft\u0065\u0071\u0075\u0061\u006c",Value :"s\u0071\u0073\u0075\u0070\u0073\u0065\u0074\u006e\u0065\u0071"},{Key :"s\u0069\u0067\u006d\u0061\u006c\u0075\u006e\u0061\u0074\u0065",Value :"\u0073\u0071\u0075\u0061\u0072\u0065\u0062\u0065\u006co\u0077\u0063\u006d\u0062"},{Key :"\u0062\u006f\u0078\u0063\u0072\u006f\u0073\u0073\u0064\u0069\u0061\u0067h\u0061\u0074\u0063\u0068",Value :"\u0073\u0071\u0075\u0061r\u0065\u0064\u0069\u0061\u0067\u006f\u006e\u0061\u006c\u0063r\u006fs\u0073\u0068\u0061\u0074\u0063\u0068\u0066i\u006c\u006c"},{Key :"\u0073q\u0075a\u0072\u0065\u0063\u0072\u006f\u0073\u0073\u0066\u0069\u006c\u006c",Value :"\u0073\u0071\u0075\u0061r\u0065\u0064\u0069\u0061\u0067\u006f\u006e\u0061\u006c\u0063r\u006fs\u0073\u0068\u0061\u0074\u0063\u0068\u0066i\u006c\u006c"},{Key :"\u0062\u006f\u0078\u0064\u006f\u0074",Value :"\u0073q\u0075\u0061\u0072\u0065\u0064\u006ft"},{Key :"\u0062\u006f\u0078\u0068\u006f\u0072\u0069\u007a\u0068\u0061\u0074\u0063\u0068",Value :"s\u0071u\u0061\u0072\u0065\u0068\u006f\u0072\u0069\u007ao\u006e\u0074\u0061\u006cfi\u006c\u006c"},{Key :"s\u0071\u0075\u0061\u0072\u0065\u0068\u0066\u0069\u006c\u006c",Value :"s\u0071u\u0061\u0072\u0065\u0068\u006f\u0072\u0069\u007ao\u006e\u0074\u0061\u006cfi\u006c\u006c"},{Key :"\u0073\u0071\u0073\u0075\u0062\u0073\u0065\u0074",Value :"s\u0071\u0075\u0061\u0072\u0065\u0069\u006d\u0061\u0067\u0065"},{Key :"\u0073\u0071\u0075\u0061\u0072\u0065\u006c\u0065\u0066\u0074\u0073\u006c\u0064",Value :"\u0073q\u0075a\u0072\u0065\u006c\u0065\u0066\u0074\u0062\u006c\u0061\u0063\u006b"},{Key :"s\u0071\u0075\u0061\u0072\u0065\u0073\u0065\u0073\u006c\u0064",Value :"\u0073\u0071\u0075\u0061\u0072\u0065\u006c\u0072\u0062\u006c\u0061\u0063\u006b"},{Key :"\u0062\u006f\u0078\u006d\u0069\u006e\u0075\u0073",Value :"s\u0071\u0075\u0061\u0072\u0065\u006d\u0069\u006e\u0075\u0073"},{Key :"\u0062\u006f\u0078\u0074\u0069\u006d\u0065\u0073",Value :"\u0073\u0071\u0075\u0061\u0072\u0065\u006d\u0075\u006ct\u0069\u0070\u006c\u0079"},{Key :"\u0073\u0071\u0073\u0075\u0070\u0073\u0065\u0074",Value :"\u0073\u0071\u0075\u0061\u0072\u0065\u006f\u0072\u0069g\u0069\u006e\u0061\u006c"},{Key :"\u0062\u006f\u0078\u0063\u0072\u006f\u0073\u0073\u0068\u0061\u0074\u0063\u0068",Value :"\u0073\u0071\u0075\u0061\u0072\u0065\u006f\u0072\u0074\u0068o\u0067\u006f\u006e\u0061\u006c\u0063\u0072o\u0073\u0073\u0068\u0061\u0074\u0063\u0068\u0066\u0069\u006c\u006c"},{Key :"\u0073\u0071\u0075a\u0072\u0065\u0068\u0076\u0066\u0069\u006c\u006c",Value :"\u0073\u0071\u0075\u0061\u0072\u0065\u006f\u0072\u0074\u0068o\u0067\u006f\u006e\u0061\u006c\u0063\u0072o\u0073\u0073\u0068\u0061\u0074\u0063\u0068\u0066\u0069\u006c\u006c"},{Key :"\u0062o\u0078\u0070\u006c\u0075\u0073",Value :"\u0073\u0071\u0075\u0061\u0072\u0065\u0070\u006c\u0075\u0073"},{Key :"\u0073\u0071\u0075\u0061\u0072\u0065\u0072\u0069\u0067h\u0074\u0073\u006c\u0064",Value :"\u0073\u0071u\u0061\u0072\u0065r\u0069\u0067\u0068\u0074\u0062\u006c\u0061\u0063\u006b"},{Key :"s\u0071\u0075\u0061\u0072\u0065\u006e\u0077\u0073\u006c\u0064",Value :"\u0073\u0071\u0075\u0061\u0072\u0065\u0075\u006c\u0062\u006c\u0061\u0063\u006b"},{Key :"\u0062\u006fx\u006c\u0065\u0066t\u0064\u0069\u0061\u0067\u0068\u0061\u0074\u0063\u0068",Value :"\u0073\u0071\u0075a\u0072\u0065\u0075\u0070p\u0065\u0072\u006c\u0065\u0066\u0074\u0074o\u006c\u006f\u0077\u0065\u0072\u0072\u0069\u0067\u0068\u0074\u0066\u0069\u006c\u006c"},{Key :"\u0073\u0071\u0075\u0061\u0072\u0065\u006e\u0077\u0073e\u0066\u0069\u006c\u006c",Value :"\u0073\u0071\u0075a\u0072\u0065\u0075\u0070p\u0065\u0072\u006c\u0065\u0066\u0074\u0074o\u006c\u006f\u0077\u0065\u0072\u0072\u0069\u0067\u0068\u0074\u0066\u0069\u006c\u006c"},{Key :"\u0062\u006f\u0078\u0072\u0074\u0064\u0069\u0061\u0067h\u0061\u0074\u0063\u0068",Value :"\u0073\u0071\u0075a\u0072\u0065\u0075\u0070p\u0065\u0072\u0072\u0069\u0067\u0068\u0074t\u006f\u006c\u006f\u0077\u0065\u0072\u006c\u0065\u0066\u0074\u0066\u0069\u006c\u006c"},{Key :"\u0073\u0071\u0075\u0061\u0072\u0065\u006e\u0065\u0073w\u0066\u0069\u006c\u006c",Value :"\u0073\u0071\u0075a\u0072\u0065\u0075\u0070p\u0065\u0072\u0072\u0069\u0067\u0068\u0074t\u006f\u006c\u006f\u0077\u0065\u0072\u006c\u0065\u0066\u0074\u0066\u0069\u006c\u006c"},{Key :"\u0062\u006f\u0078v\u0065\u0072\u0074\u0068\u0061\u0074\u0063\u0068",Value :"\u0073q\u0075a\u0072\u0065\u0076\u0065\u0072t\u0069\u0063a\u006c\u0066\u0069\u006c\u006c"},{Key :"s\u0071\u0075\u0061\u0072\u0065\u0076\u0066\u0069\u006c\u006c",Value :"\u0073q\u0075a\u0072\u0065\u0076\u0065\u0072t\u0069\u0063a\u006c\u0066\u0069\u006c\u006c"},{Key :"\u0062l\u0061c\u006b\u0069\u006e\u0077\u0068i\u0074\u0065s\u0071\u0075\u0061\u0072\u0065",Value :"\u0073q\u0075\u0061\u0072\u0065w\u0068\u0069\u0074\u0065\u0077i\u0074h\u0073m\u0061\u006c\u006c\u0062\u006c\u0061\u0063k"},{Key :"\u0062o\u0078\u006e\u0065\u0073\u0074\u0065d",Value :"\u0073q\u0075\u0061\u0072\u0065w\u0068\u0069\u0074\u0065\u0077i\u0074h\u0073m\u0061\u006c\u006c\u0062\u006c\u0061\u0063k"},{Key :"\u006c\u0065\u0066\u0074ri\u0067\u0068\u0074\u0073\u0071\u0075\u0069\u0067\u0061\u0072\u0072\u006f\u0077",Value :"\u0073\u0071\u0075\u0069\u0067\u0067\u006c\u0065\u006c\u0065\u0066\u0074r\u0069\u0067\u0068\u0074"},{Key :"\u0061r\u0072o\u0077\u0073\u0071\u0075\u0069g\u0067\u006ce\u0072\u0069\u0067\u0068\u0074",Value :"\u0073\u0071\u0075\u0069\u0067\u0067\u006c\u0065\u0072\u0069\u0067\u0068\u0074"},{Key :"\u0072i\u0067h\u0074\u0073\u0071\u0075\u0069\u0067\u0061\u0072\u0072\u006f\u0077",Value :"\u0073\u0071\u0075\u0069\u0067\u0067\u006c\u0065\u0072\u0069\u0067\u0068\u0074"},{Key :"\u0062\u006f\u0078\u0072\u006f\u0075\u006e\u0064\u0065\u0064",Value :"\u0073q\u0075\u006f\u0076\u0061\u006c"},{Key :"\u0073t\u0061\u0072\u0065\u0071\u0075\u0061l",Value :"\u0073\u0074\u0061\u0072\u0065\u0071"},{Key :"\u0053\u0075\u0062\u0073\u0065\u0074",Value :"\u0073u\u0062\u0073\u0065\u0074\u0064\u0062l"},{Key :"\u006e\u006f\u0074\u0073\u0075\u0062\u0073\u0065\u0074\u006f\u0072\u0064b\u006c\u0065\u0071\u006c",Value :"\u0073\u0075\u0062\u0073\u0065\u0074\u0064\u0062\u006ce\u0071\u0075\u0061\u006c"},{Key :"\u0073u\u0062\u0073\u0065\u0074\u0065\u0071q",Value :"\u0073\u0075\u0062\u0073\u0065\u0074\u0064\u0062\u006ce\u0071\u0075\u0061\u006c"},{Key :"\u006e\u006f\u0074\u0073\u0075\u0062\u0073\u0065\u0074o\u0072\u0065\u0071\u006c",Value :"\u0073\u0075\u0062\u0073\u0065\u0074\u006e\u006f\u0074e\u0071\u0075\u0061\u006c"},{Key :"\u0073u\u0062\u0073\u0065\u0074\u006e\u0065q",Value :"\u0073\u0075\u0062\u0073\u0065\u0074\u006e\u006f\u0074e\u0071\u0075\u0061\u006c"},{Key :"\u0073\u0075\u0062s\u0065\u0074\u006e\u006f\u0074\u0065\u0071\u006c",Value :"\u0073\u0075\u0062\u0073\u0065\u0074\u006e\u006f\u0074e\u0071\u0075\u0061\u006c"},{Key :"\u0073\u0075\u0062\u0073\u0065\u0074\u006e\u0065\u0071\u0071",Value :"\u0073\u0075\u0062\u0073\u0065\u0074\u006f\u0072\u006e\u006f\u0074\u0064b\u006c\u0065\u0071\u006c"},{Key :"\u0073\u0071\u0073\u0075\u0062\u0073\u0065\u0074\u0065\u0071",Value :"\u0073\u0075\u0062\u0073\u0065\u0074\u0073\u0071\u0065\u0071\u0075\u0061\u006c"},{Key :"\u0066o\u006c\u006c\u006f\u0077\u0073",Value :"\u0073\u0075\u0063\u0063\u0065\u0065\u0064\u0073"},{Key :"\u0073\u0075\u0063\u0063",Value :"\u0073\u0075\u0063\u0063\u0065\u0065\u0064\u0073"},{Key :"\u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0073",Value :"\u0073\u0075\u0063\u0068\u0074\u0068\u0061\u0074"},{Key :"\u006e\u0069",Value :"\u0073\u0075\u0063\u0068\u0074\u0068\u0061\u0074"},{Key :"\u006f\u0077\u006ee\u0072",Value :"\u0073\u0075\u0063\u0068\u0074\u0068\u0061\u0074"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00358",Value :"s\u0075\u006b\u0075\u006e\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0073\u0075\u006bu\u006e",Value :"s\u0075\u006b\u0075\u006e\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0073\u0075\u006b\u0075\u006e\u006f\u006e\u0074\u0061t\u0077\u0065\u0065\u006c",Value :"s\u0075\u006b\u0075\u006e\u006d\u0065\u0064\u0069\u0061\u006c"},{Key :"\u0073\u0075\u006d",Value :"\u0073u\u006d\u006d\u0061\u0074\u0069\u006fn"},{Key :"\u0073\u0075m\u006d\u0061\u0074i\u006f\u006e\u0064\u0069\u0073\u0070\u006c\u0061\u0079",Value :"\u0073u\u006d\u006d\u0061\u0074\u0069\u006fn"},{Key :"\u0073\u0075\u006d\u006d\u0061\u0074\u0069\u006f\u006e\u0074\u0065\u0078\u0074",Value :"\u0073u\u006d\u006d\u0061\u0074\u0069\u006fn"},{Key :"\u0063o\u006d\u0070\u0061\u0073\u0073",Value :"\u0073\u0075\u006e"},{Key :"\u0053\u0075\u0070\u0073\u0065\u0074",Value :"s\u0075\u0070\u0065\u0072\u0073\u0065\u0074\u0064\u0062\u006c"},{Key :"\u006e\u006f\u0074\u0073up\u0065\u0072\u0073\u0065\u0074\u006f\u0072\u0064\u0062\u006c\u0065\u0071\u006c",Value :"\u0073\u0075p\u0065\u0072\u0073e\u0074\u0064\u0062\u006c\u0065\u0071\u0075\u0061\u006c"},{Key :"\u0073u\u0070\u0073\u0065\u0074\u0065\u0071q",Value :"\u0073\u0075p\u0065\u0072\u0073e\u0074\u0064\u0062\u006c\u0065\u0071\u0075\u0061\u006c"},{Key :"\u006e\u006ft\u0073\u0075\u0070e\u0072\u0073\u0065\u0074\u006f\u0072\u0065\u0071\u006c",Value :"\u0073\u0075p\u0065\u0072\u0073e\u0074\u006e\u006f\u0074\u0065\u0071\u0075\u0061\u006c"},{Key :"\u0073\u0075\u0070\u0065\u0072\u0073\u0065\u0074\u006eo\u0074\u0065\u0071\u006c",Value :"\u0073\u0075p\u0065\u0072\u0073e\u0074\u006e\u006f\u0074\u0065\u0071\u0075\u0061\u006c"},{Key :"\u0073u\u0070\u0073\u0065\u0074\u006e\u0065q",Value :"\u0073\u0075p\u0065\u0072\u0073e\u0074\u006e\u006f\u0074\u0065\u0071\u0075\u0061\u006c"},{Key :"\u0073\u0075\u0070\u0073\u0065\u0074\u006e\u0065\u0071\u0071",Value :"\u0073\u0075\u0070\u0065rs\u0065\u0074\u006f\u0072\u006e\u006f\u0074\u0064\u0062\u006c\u0065\u0071\u006c"},{Key :"\u0073\u0071\u0073\u0075\u0070\u0073\u0065\u0074\u0065\u0071",Value :"\u0073u\u0070e\u0072\u0073\u0065\u0074\u0073\u0071\u0065\u0071\u0075\u0061\u006c"},{Key :"\u006c\u0061\u0074\u0074\u0069\u0063\u0065\u0074\u006f\u0070",Value :"\u0074\u0061\u0063\u006b\u0064\u006f\u0077\u006e"},{Key :"\u0074\u006f\u0070",Value :"\u0074\u0061\u0063\u006b\u0064\u006f\u0077\u006e"},{Key :"\u0064\u0061\u0073h\u0076",Value :"\u0074\u0061\u0063\u006b\u006c\u0065\u0066\u0074"},{Key :"\u0074\u0075\u0072\u006e\u0073\u0074\u0069\u006c\u0065r\u0069\u0067\u0068\u0074",Value :"\u0074\u0061\u0063\u006b\u006c\u0065\u0066\u0074"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00331",Value :"\u0074a\u0068\u0061\u0072\u0061\u0062\u0069c"},{Key :"\u0074\u0061\u0068",Value :"\u0074a\u0068\u0061\u0072\u0061\u0062\u0069c"},{Key :"\u0074\u0061\u0068\u0066\u0069\u006e\u0061\u006c",Value :"\u0074\u0061\u0068\u0066\u0069\u006e\u0061\u006c\u0061r\u0061\u0062\u0069\u0063"},{Key :"\u0074\u0061\u0068\u0069\u006e\u0069\u0074\u0069\u0061\u006c",Value :"\u0074\u0061h\u0069\u006e\u0069t\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0074a\u0068\u006d\u0065\u0064\u0069\u0061l",Value :"\u0074a\u0068m\u0065\u0064\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0066\u0061\u0074\u0068\u0061\u0074\u0061\u006e\u006f\u006e\u0074\u0061t\u0077\u0065\u0065\u006c",Value :"\u0074a\u0074\u0077\u0065\u0065\u006c\u0077\u0069\u0074\u0068\u0066\u0061t\u0068\u0061\u0074\u0061\u006e\u0061\u0062\u006f\u0076\u0065"},{Key :"\u0075\u0070\u0074a\u0075",Value :"\u0074\u0061\u0075"},{Key :"\u0074\u0061\u0076\u0064\u0061\u0067\u0065\u0073",Value :"\u0074a\u0076\u0064\u0061\u0067\u0065\u0073h"},{Key :"\u0074a\u0076d\u0061\u0067\u0065\u0073\u0068\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0074a\u0076\u0064\u0061\u0067\u0065\u0073h"},{Key :"\u0074\u0061\u0076\u0077\u0069\u0074\u0068\u0064\u0061\u0067\u0065\u0073\u0068",Value :"\u0074a\u0076\u0064\u0061\u0067\u0065\u0073h"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0036\u00390",Value :"\u0074a\u0076\u0068\u0065\u0062\u0072\u0065w"},{Key :"\u0074\u0061\u0076",Value :"\u0074a\u0076\u0068\u0065\u0062\u0072\u0065w"},{Key :"\u0074\u0063\u0061r\u006f\u006e\u0061\u006c\u0074\u006f\u006e\u0065",Value :"\u0074c\u0061\u0072\u006f\u006e\u0031"},{Key :"\u0062a\u0072m\u0069\u0064\u0073\u0068\u006f\u0072\u0074\u006e\u006f\u0073\u0070",Value :"\u0074\u0063\u0063\u0075\u0072\u006c"},{Key :"\u0074\u0063\u006fm\u006d\u0061\u0061\u0063\u0063\u0065\u006e\u0074",Value :"\u0074\u0063\u0065\u0064\u0069\u006c\u006c\u0061"},{Key :"\u006bc\u0065\u0064\u0069\u006c\u006c\u00611",Value :"\u0074c\u0065\u0064\u0069\u006c\u006c\u00611"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0035\u00307",Value :"t\u0063\u0068\u0065\u0068\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0074\u0063\u0068e\u0068",Value :"t\u0063\u0068\u0065\u0068\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0074\u0063\u0068\u0065\u0068\u0066\u0069\u006e\u0061\u006c",Value :"\u0074\u0063h\u0065\u0068\u0066i\u006e\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0074\u0063\u0068e\u0068\u0069\u006e\u0069\u0074\u0069\u0061\u006c",Value :"\u0074c\u0068e\u0068\u0069\u006e\u0069\u0074i\u0061\u006ca\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0074\u0063\u0068\u0065hm\u0065\u0065\u006d\u0069\u006e\u0069\u0074\u0069\u0061\u006c\u0061\u0072\u0061\u0062i\u0063",Value :"\u0074c\u0068e\u0068\u0069\u006e\u0069\u0074i\u0061\u006ca\u0072\u0061\u0062\u0069\u0063"},{Key :"t\u0063\u0068\u0065\u0068\u006d\u0065\u0064\u0069\u0061\u006c",Value :"\u0074\u0063\u0068\u0065\u0068\u006d\u0065\u0064\u0069\u0061\u006c\u0061r\u0061\u0062\u0069\u0063"},{Key :"\u0074\u0065\u0068\u0066\u0069\u006e\u0061\u006c",Value :"\u0074\u0065\u0068\u0066\u0069\u006e\u0061\u006c\u0061r\u0061\u0062\u0069\u0063"},{Key :"\u0074\u0065\u0068\u0077\u0069\u0074\u0068\u0068\u0061\u0068\u0069\u006ei\u0074\u0069\u0061\u006c",Value :"\u0074\u0065\u0068\u0068ah\u0069\u006e\u0069\u0074\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0074\u0065\u0068\u0069\u006e\u0069\u0074\u0069\u0061\u006c",Value :"\u0074\u0065h\u0069\u006e\u0069t\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0074e\u0068w\u0069\u0074\u0068\u006a\u0065e\u006d\u0069n\u0069\u0074\u0069\u0061\u006c",Value :"t\u0065h\u006a\u0065\u0065\u006d\u0069\u006e\u0069\u0074i\u0061\u006c\u0061\u0072ab\u0069\u0063"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00317",Value :"\u0074\u0065h\u006d\u0061\u0072b\u0075\u0074\u0061\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0074\u0065\u0068\u006d\u0061\u0072\u0062\u0075\u0074\u0061",Value :"\u0074\u0065h\u006d\u0061\u0072b\u0075\u0074\u0061\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0074e\u0068m\u0061\u0072\u0062\u0075\u0074\u0061\u0066\u0069\u006e\u0061\u006c",Value :"t\u0065\u0068\u006d\u0061rb\u0075t\u0061\u0066\u0069\u006e\u0061l\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0074e\u0068\u006d\u0065\u0064\u0069\u0061l",Value :"\u0074e\u0068m\u0065\u0064\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0074e\u0068w\u0069\u0074\u0068\u006d\u0065e\u006d\u0069n\u0069\u0074\u0069\u0061\u006c",Value :"t\u0065h\u006d\u0065\u0065\u006d\u0069\u006e\u0069\u0074i\u0061\u006c\u0061\u0072ab\u0069\u0063"},{Key :"\u0074\u0065\u0068\u0077it\u0068\u006d\u0065\u0065\u006d\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064",Value :"t\u0065\u0068\u006d\u0065em\u0069s\u006f\u006c\u0061\u0074\u0065d\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0074\u0065h\u0077\u0069\u0074h\u006e\u006f\u006f\u006e\u0066\u0069\u006e\u0061\u006c",Value :"\u0074e\u0068n\u006f\u006f\u006e\u0066\u0069n\u0061\u006ca\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0074\u0065\u006c",Value :"\u0074e\u006c\u0065\u0070\u0068\u006f\u006ee"},{Key :"\u0062\u0065\u006c\u006c",Value :"\u0074\u0065\u006c\u0069sh\u0061\u0067\u0065\u0064\u006f\u006c\u0061\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0064\u0061\u0074\u0061\u006c\u0069\u006e\u006b\u0065s\u0063\u0061\u0070\u0065",Value :"\u0074\u0065\u006c\u0069sh\u0061\u0071\u0065\u0074\u0061\u006e\u0061\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0064e\u0076\u0063\u006f\u006e\u0030",Value :"\u0074\u0065\u006c\u0069sh\u0061\u0071\u0065\u0074\u0061\u006e\u0061\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0074\u0069\u006cd\u0065\u006d\u0069\u0064\u006e\u006f\u0073\u0070",Value :"\u0074\u0065\u0073\u0068"},{Key :"\u0074e\u0074d\u0061\u0067\u0065\u0073\u0068\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0074e\u0074\u0064\u0061\u0067\u0065\u0073h"},{Key :"\u0074\u0065\u0074\u0077\u0069\u0074\u0068\u0064\u0061\u0067\u0065\u0073\u0068",Value :"\u0074e\u0074\u0064\u0061\u0067\u0065\u0073h"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0036\u00372",Value :"\u0074e\u0074\u0068\u0065\u0062\u0072\u0065w"},{Key :"\u0074\u0065\u0074",Value :"\u0074e\u0074\u0068\u0065\u0062\u0072\u0065w"},{Key :"L\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078",Value :"\u0074\u0065\u0074\u0073\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0073t\u0061\u0072\u0074\u0074\u0065\u0078t",Value :"t\u0065\u0076\u0069\u0072\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0074e\u0076i\u0072\u006c\u0065\u0066\u0074\u0068\u0065\u0062\u0072\u0065\u0077",Value :"t\u0065\u0076\u0069\u0072\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00324",Value :"\u0074\u0068\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0074\u0068\u0061\u006c",Value :"\u0074\u0068\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0074h\u0061\u006c\u0066\u0069\u006e\u0061l",Value :"\u0074h\u0061l\u0066\u0069\u006e\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00356",Value :"\u0074h\u0061n\u0074\u0068\u0061\u006b\u0068\u0061\u0074\u0074\u0068\u0061\u0069"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00319",Value :"\u0074\u0068\u0065\u0068\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0074\u0068\u0065\u0068",Value :"\u0074\u0068\u0065\u0068\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0074h\u0065\u0068\u0066\u0069\u006e\u0061l",Value :"\u0074h\u0065h\u0066\u0069\u006e\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"t\u0068\u0065\u0068\u0069\u006e\u0069\u0074\u0069\u0061\u006c",Value :"\u0074\u0068\u0065\u0068\u0069\u006e\u0069\u0074\u0069\u0061\u006c\u0061r\u0061\u0062\u0069\u0063"},{Key :"\u0074\u0068\u0065\u0068\u006d\u0065\u0064\u0069\u0061\u006c",Value :"\u0074\u0068e\u0068\u006d\u0065d\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0075p\u0074\u0068\u0065\u0074\u0061",Value :"\u0074\u0068\u0065t\u0061"},{Key :"\u0067\u0065\u0068\u006f\u006f\u006b",Value :"\u0074\u0068\u0065\u0074\u0061\u0031"},{Key :"\u0075\u0070\u0076\u0061\u0072\u0074\u0068\u0065\u0074\u0061",Value :"\u0074\u0068\u0065\u0074\u0061\u0031"},{Key :"\u0074\u0068e\u0074\u0061\u0073y\u006d\u0062\u006f\u006c\u0067\u0072\u0065\u0065\u006b",Value :"\u0074\u0068\u0065\u0074\u0061\u0031"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0036\u00397",Value :"\u0074\u0068\u006f\u006e\u0061\u006e\u0067\u006d\u006f\u006e\u0074\u0068o\u0074\u0068\u0061\u0069"},{Key :"\u0041\u0068\u0061\u0063\u0065\u006b",Value :"\u0074\u0068\u006fo\u006b"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0036\u00398",Value :"\u0074\u0068\u006f\u0070\u0068\u0075\u0074\u0068\u0061o\u0074\u0068\u0061\u0069"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00303",Value :"\u0074\u0068\u006f\u0074\u0068\u0061\u0068\u0061\u006e\u0074\u0068\u0061\u0069"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0036\u00396",Value :"t\u0068\u006f\u0074\u0068\u0061\u006e\u0074\u0068\u0061\u0069"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00304",Value :"\u0074\u0068\u006ft\u0068\u006f\u006e\u0067\u0074\u0068\u0061\u0069"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00302",Value :"\u0074\u0068\u006ft\u0068\u0075\u006e\u0067\u0074\u0068\u0061\u0069"},{Key :"\u0074h\u006f\u0075\u0073\u0061n\u0064\u0073\u0073\u0065\u0070a\u0072a\u0074o\u0072\u0070\u0065\u0072\u0073\u0069\u0061n",Value :"\u0074h\u006f\u0075\u0073\u0061\u006e\u0064\u0073\u0073\u0065\u0070\u0061r\u0061\u0074\u006f\u0072\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0074\u0068\u0072\u0065\u0065\u0073\u0075\u0062",Value :"\u0074\u0068\u0072\u0065\u0065\u0069\u006e\u0066\u0065\u0072\u0069\u006f\u0072"},{Key :"\u0065\u0078t\u0065\u006e\u0064\u0065\u0064\u0061\u0072\u0061\u0062\u0069\u0063\u0069\u006e\u0064\u0069\u0063\u0064\u0069\u0067\u0069\u0074\u0074hr\u0065\u0065",Value :"\u0074\u0068\u0072e\u0065\u0070\u0065\u0072\u0073\u0069\u0061\u006e"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00363",Value :"\u0074h\u0072\u0065\u0065\u0074\u0068\u0061i"},{Key :"\u0074\u0069\u0065",Value :"\u0074i\u0065\u0063\u006f\u006e\u0063\u0061t"},{Key :"\u0074\u0069\u0065\u0031",Value :"\u0074i\u0065\u0063\u006f\u006e\u0063\u0061t"},{Key :"\u0069\u006c\u0064\u0065",Value :"\u0074\u0069\u006cd\u0065"},{Key :"\u0074i\u006c\u0064\u0065\u0077\u0069\u0064e",Value :"\u0074\u0069\u006cd\u0065"},{Key :"\u0074\u0069\u006c\u0064\u0065\u0077\u0069\u0064\u0065\u0072",Value :"\u0074\u0069\u006cd\u0065"},{Key :"t\u0069\u006c\u0064\u0065\u0077\u0069\u0064\u0065\u0073\u0074",Value :"\u0074\u0069\u006cd\u0065"},{Key :"\u0077\u0069\u0064\u0065\u0075\u0074\u0069\u006c\u0064\u0065",Value :"\u0074\u0069\u006c\u0064\u0065\u0062\u0065\u006c\u006f\u0077\u0063\u006d\u0062"},{Key :"\u0074i\u006c\u0064\u0065\u0063\u006f\u006db",Value :"\u0074\u0069\u006c\u0064\u0065\u0063\u006d\u0062"},{Key :"\u0061\u0072\u0072\u006f\u0077\u0077\u0061\u0076\u0065\u0062\u006f\u0074\u0068",Value :"\u0074\u0069\u0070e\u0068\u0061\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0074\u0069p\u0065\u0068\u0061l\u0065\u0066\u0074\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0074\u0069\u0070e\u0068\u0061\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0061\u0072\u0072\u006f\u0077\u006e\u006f\u0072\u0074h\u0077\u0065\u0073\u0074",Value :"\u0074\u0069\u0077n\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e"},{Key :"\u0065\u0074\u0075r\u006e",Value :"\u0074\u006f\u006e\u0065\u0066\u0069\u0076\u0065"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0036\u00395",Value :"t\u006f\u0070\u0061\u0074\u0061\u006b\u0074\u0068\u0061\u0069"},{Key :"\u0074\u006f\u0070\u0061\u0072\u0063",Value :"\u0074\u006f\u0070\u0073\u0065\u006d\u0069\u0063\u0069\u0072\u0063\u006c\u0065"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00301",Value :"\u0074o\u0074\u0061\u006f\u0074\u0068\u0061i"},{Key :"\u0063\u006f\u006d\u006d\u0061\u0073\u0075\u0070\u0072\u0069\u0067\u0068t\u006e\u006f\u0073\u0070",Value :"\u0074\u0072\u0065\u0074\u0072\u006f\u0066\u006c\u0065x\u0068\u006f\u006f\u006b"},{Key :"t\u0072\u0069\u0061\u006e\u0067\u006c\u0065\u0064\u006f\u0074",Value :"\u0074\u0072\u0069a\u006e\u0067\u006c\u0065\u0063\u0064\u006f\u0074"},{Key :"\u0074r\u0069a\u006e\u0067\u006c\u0065\u006c\u0065\u0066\u0074\u0073\u006c\u0064",Value :"\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065\u006c\u0065\u0066\u0074b\u006c\u0061\u0063\u006b"},{Key :"\u0074r\u0069a\u006e\u0067\u006c\u0065\u0066\u0074\u0065\u0071\u0075\u0061\u006c",Value :"\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065\u006c\u0065\u0066\u0074e\u0071\u0075\u0061\u006c"},{Key :"\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065\u006ce\u0066\u0074\u0065\u0071",Value :"\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065\u006c\u0065\u0066\u0074e\u0071\u0075\u0061\u006c"},{Key :"\u0074\u0072i\u0061\u006e\u0067l\u0065\u0072\u0069\u0067\u0068\u0074\u0073\u006c\u0064",Value :"\u0074r\u0069a\u006e\u0067\u006c\u0065\u0072i\u0067\u0068t\u0062\u006c\u0061\u0063\u006b"},{Key :"\u0074r\u0069a\u006e\u0067\u006c\u0065\u0072\u0069\u0067\u0068\u0074\u0065\u0071",Value :"\u0074r\u0069a\u006e\u0067\u006c\u0065\u0072i\u0067\u0068t\u0065\u0071\u0075\u0061\u006c"},{Key :"\u0074\u0072i\u0061\u006e\u0067r\u0069\u0067\u0068\u0074\u0065\u0071\u0075\u0061\u006c",Value :"\u0074r\u0069a\u006e\u0067\u006c\u0065\u0072i\u0067\u0068t\u0065\u0071\u0075\u0061\u006c"},{Key :"\u0070\u0072\u0069\u006d\u0065\u0074\u0072\u0069\u0070\u006c",Value :"\u0074r\u0070\u0072\u0069\u006d\u0065"},{Key :"p\u0072\u0069\u006d\u0065\u0074\u0072\u0069\u0070\u006c\u0031",Value :"\u0074r\u0070\u0072\u0069\u006d\u0065"},{Key :"\u0075\u006e\u0064\u0065\u0072\u0073\u0063\u006f\u0072\u0065\u0064\u0062l\u006e\u006f\u0073\u0070",Value :"\u0074\u0073"},{Key :"\u0074\u0073\u0061\u0064\u0069\u0064\u0061\u0067\u0065\u0073\u0068\u0068e\u0062\u0072\u0065\u0077",Value :"t\u0073\u0061\u0064\u0069\u0064\u0061\u0067\u0065\u0073\u0068"},{Key :"\u0074s\u0061d\u0069\u0077\u0069\u0074\u0068\u0064\u0061\u0067\u0065\u0073\u0068",Value :"t\u0073\u0061\u0064\u0069\u0064\u0061\u0067\u0065\u0073\u0068"},{Key :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00388",Value :"t\u0073\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0074\u0073\u0065",Value :"t\u0073\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0037\u00394",Value :"\u0074s\u0065\u0072\u0065\u0031\u0032"},{Key :"\u0074\u0073\u0065\u0072\u0065\u006e\u0061\u0072\u0072\u006f\u0077\u0068e\u0062\u0072\u0065\u0077",Value :"\u0074s\u0065\u0072\u0065\u0031\u0032"},{Key :"t\u0073\u0065\u0072\u0065\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0074s\u0065\u0072\u0065\u0031\u0032"},{Key :"\u0074s\u0065\u0072\u0065\u0031\u0065",Value :"\u0074s\u0065\u0072\u0065\u0031\u0032"},{Key :"\u0074\u0073\u0065r\u0065",Value :"\u0074s\u0065\u0072\u0065\u0031\u0032"},{Key :"\u0074s\u0065r\u0065\u0077\u0069\u0064\u0065\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0074s\u0065\u0072\u0065\u0031\u0032"},{Key :"\u0066\u0069\u006c\u0065\u0073\u0065\u0070\u0061\u0072\u0061\u0074\u006f\u0072",Value :"\u0074s\u0065\u0072\u0065\u0031\u0032"},{Key :"\u0074s\u0065\u0072\u0065\u0032\u0062",Value :"\u0074s\u0065\u0072\u0065\u0031\u0032"},{Key :"\u0074s\u0065r\u0065\u0071\u0075\u0061\u0072t\u0065\u0072h\u0065\u0062\u0072\u0065\u0077",Value :"\u0074s\u0065\u0072\u0065\u0031\u0032"},{Key :"\u0061f\u0069\u0069\u0031\u0030\u0031\u00308",Value :"\u0074\u0073\u0068e\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0074\u0073\u0068\u0065",Value :"\u0074\u0073\u0068e\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0063o\u006dm\u0061\u0073\u0075\u0070\u0072\u0065\u0076\u006e\u006f\u0073\u0070",Value :"\u0074t\u0075\u0072\u006e\u0065\u0064"},{Key :"\u0069\u006f\u0074\u0061\u0074\u0075\u0072\u006e",Value :"\u0074\u0075\u0072\u006e\u0065\u0064\u0069\u006f\u0074\u0061"},{Key :"\u0076\u0064\u0061s\u0068",Value :"\u0074\u0075\u0072\u006e\u0073\u0074\u0069\u006c\u0065\u006c\u0065\u0066\u0074"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0033\u00394",Value :"\u0074w\u006f\u0061\u0072\u0061\u0062\u0069c"},{Key :"\u0061\u0072\u0061\u0062ic\u0069\u006e\u0064\u0069\u0063\u0064\u0069\u0067\u0069\u0074\u0074\u0077\u006f",Value :"\u0074w\u006f\u0061\u0072\u0061\u0062\u0069c"},{Key :"\u0074\u0077\u006f\u0068\u0061\u0063\u006b\u0061\u0072\u0061\u0062\u0069\u0063",Value :"\u0074w\u006f\u0061\u0072\u0061\u0062\u0069c"},{Key :"\u0065n\u006ce\u0061\u0064\u0065\u0072\u0074\u0077\u006f\u0064\u006f\u0074\u0073",Value :"\u0074\u0077\u006fd\u006f\u0074\u006c\u0065\u0061\u0064\u0065\u0072"},{Key :"\u0074\u0077\u006f\u0064\u006f\u0074\u0065\u006e\u006ce\u0061\u0064\u0065\u0072",Value :"\u0074\u0077\u006fd\u006f\u0074\u006c\u0065\u0061\u0064\u0065\u0072"},{Key :"\u0074\u0077\u006f\u0064\u006f\u0074\u006c\u0065\u0061\u0064",Value :"\u0074\u0077\u006fd\u006f\u0074\u006c\u0065\u0061\u0064\u0065\u0072"},{Key :"\u0074\u0077\u006f\u0073\u0075\u0062",Value :"t\u0077\u006f\u0069\u006e\u0066\u0065\u0072\u0069\u006f\u0072"},{Key :"e\u0078\u0074\u0065\u006e\u0064\u0065d\u0061\u0072\u0061\u0062\u0069\u0063\u0069\u006e\u0064i\u0063\u0064\u0069g\u0069t\u0074\u0077\u006f",Value :"\u0074\u0077\u006f\u0070\u0065\u0072\u0073\u0069\u0061\u006e"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00362",Value :"\u0074w\u006f\u0074\u0068\u0061\u0069"},{Key :"\u0067\u0072\u0061v\u0065\u0073\u0075\u0062\u006e\u006f\u0073\u0070",Value :"\u0075\u0062\u0061\u0072"},{Key :"\u0064e\u006c\u0074\u0061\u0074\u0075\u0072n",Value :"\u0075\u0062\u0072\u0065\u0076\u0065"},{Key :"\u0075\u0068\u0075\u006e\u0067\u0061\u0072\u0075\u006d\u006c\u0061\u0075\u0074",Value :"\u0075d\u0062\u006c\u0061\u0063\u0075\u0074e"},{Key :"e\u0073\u0068\u0073\u0068\u006f\u0072\u0074\u0072\u0065\u0076",Value :"\u0075d\u0062\u006c\u0067\u0072\u0061\u0076e"},{Key :"\u0041\u0061\u0063\u0075\u0074\u0065\u0072\u0069\u006e\u0067",Value :"\u0075\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073c\u0061\u0072\u006f\u006e"},{Key :"\u0069\u0068\u0061\u0063\u0065\u006b",Value :"\u0075\u0068\u006fr\u006e"},{Key :"\u0074\u0074\u0075r\u006e",Value :"\u0075\u0069\u006e\u0076\u0065\u0072\u0074\u0065\u0064b\u0072\u0065\u0076\u0065"},{Key :"\u006ew\u0071\u0075\u0061\u0064\u0061\u0072c",Value :"\u0075\u006c\u0061r\u0063"},{Key :"\u0064\u0062\u006c\u006c\u006f\u0077\u006c\u0069\u006e\u0065",Value :"\u0075\u006e\u0064\u0065\u0072\u0073\u0063\u006f\u0072\u0065\u0064\u0062\u006c"},{Key :"\u0074\u0077\u006f\u006c\u006f\u0077\u006c\u0069\u006e\u0065",Value :"\u0075\u006e\u0064\u0065\u0072\u0073\u0063\u006f\u0072\u0065\u0064\u0062\u006c"},{Key :"\u006d\u0069d\u0068\u006f\u0072i\u007a\u0065\u006c\u006c\u0069\u0070\u0073\u0069\u0073",Value :"\u0075\u006e\u0069c\u006f\u0064\u0065\u0063\u0064\u006f\u0074\u0073"},{Key :"\u0063\u0075\u0070",Value :"\u0075\u006e\u0069o\u006e"},{Key :"\u0043\u0075\u0070",Value :"\u0075\u006e\u0069\u006f\u006e\u0064\u0062\u006c"},{Key :"\u0075\u006e\u0069\u006f\u006e\u006d\u0075\u006c\u0074\u0069\u0064\u0069s\u0070\u006c\u0061\u0079",Value :"\u0075\u006e\u0069\u006f\u006e\u006d\u0075\u006c\u0074\u0069"},{Key :"\u0075\u006e\u0069\u006f\u006e\u006d\u0075\u006c\u0074i\u0074\u0065\u0078\u0074",Value :"\u0075\u006e\u0069\u006f\u006e\u006d\u0075\u006c\u0074\u0069"},{Key :"\u0075\u0070\u006cu\u0073",Value :"\u0075\u006e\u0069\u006f\u006e\u006d\u0075\u006c\u0074\u0069"},{Key :"\u0073\u0071\u0063u\u0070",Value :"\u0075n\u0069\u006f\u006e\u0073\u0071"},{Key :"\u0075\u006e\u0069\u006f\u006e\u0073\u0071\u0064\u0069s\u0070\u006c\u0061\u0079",Value :"\u0075n\u0069\u006f\u006e\u0073\u0071"},{Key :"u\u006e\u0069\u006f\u006e\u0073\u0071\u0074\u0065\u0078\u0074",Value :"\u0075n\u0069\u006f\u006e\u0073\u0071"},{Key :"\u0062\u0069\u0067\u0063\u0075\u0070",Value :"\u0075n\u0069\u006f\u006e\u0074\u0065\u0078t"},{Key :"\u006ea\u0072\u0079\u0075\u006e\u0069\u006fn",Value :"\u0075n\u0069\u006f\u006e\u0074\u0065\u0078t"},{Key :"\u0075\u006e\u0069o\u006e\u0064\u0069\u0073\u0070\u006c\u0061\u0079",Value :"\u0075n\u0069\u006f\u006e\u0074\u0065\u0078t"},{Key :"\u0066\u006f\u0072\u0061\u006c\u006c",Value :"\u0075n\u0069\u0076\u0065\u0072\u0073\u0061l"},{Key :"b\u006c\u006f\u0063\u006b\u0075\u0070\u0068\u0061\u006c\u0066",Value :"\u0075p\u0062\u006c\u006f\u0063\u006b"},{Key :"\u0067e\u006b\u0061\u0072\u0065\u0076",Value :"\u0075p\u0064\u0069\u0067\u0061\u006d\u006da"},{Key :"\u0065n\u0072\u0074\u0064\u0065\u0073",Value :"\u0075p\u006b\u006f\u0070\u0070\u0061"},{Key :"\u004ba\u0076\u0065\u0072\u0074\u0062\u0061r",Value :"\u0075\u0070\u006f\u006c\u0064\u004b\u006f\u0070\u0070\u0061"},{Key :"\u006ba\u0076\u0065\u0072\u0074\u0062\u0061r",Value :"\u0075\u0070\u006f\u006c\u0064\u006b\u006f\u0070\u0070\u0061"},{Key :"\u0065\u006e\u0067\u0065",Value :"\u0075p\u0073\u0061\u006d\u0070\u0069"},{Key :"\u0075p\u0075\u0070\u0073\u0069\u006c\u006fn",Value :"\u0075p\u0073\u0069\u006c\u006f\u006e"},{Key :"\u0061\u0063\u0075t\u0065\u0073\u0075\u0062\u006e\u006f\u0073\u0070",Value :"\u0075\u0070\u0073i\u006c\u006f\u006e\u006c\u0061\u0074\u0069\u006e"},{Key :"\u0078\u0073\u006f\u006c",Value :"\u0075p\u0073\u006c\u006f\u0070\u0065"},{Key :"\u006b\u0061\u0062a\u0072",Value :"\u0075\u0070\u0073\u0074\u0069\u0067\u006d\u0061"},{Key :"\u0055\u0070s\u0069\u006c\u006fn\u0031\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073",Value :"\u0075\u0070\u0074\u0061\u0063\u006b\u0062\u0065\u006co\u0077\u0063\u006d\u0062"},{Key :"\u0055\u0070\u0073\u0069\u006c\u006f\u006e\u0031\u0064\u0069\u0061\u0065r\u0065\u0073\u0069\u0073",Value :"\u0075\u0070\u0074\u0061\u0063\u006b\u0062\u0065\u006co\u0077\u0063\u006d\u0062"},{Key :"\u0043\u0068\u0065\u0076\u0065\u0072\u0074\u0062\u0061\u0072",Value :"\u0075\u0070\u0076\u0061\u0072\u0054\u0068\u0065\u0074\u0061"},{Key :"\u006ee\u0071\u0075\u0061\u0064\u0061\u0072c",Value :"\u0075\u0072\u0061r\u0063"},{Key :"\u0044\u0062\u0061r\u0031",Value :"\u0075\u0074\u0069\u006c\u0064\u0065"},{Key :"\u0070e\u0072s\u0070\u0063\u006f\u0072\u0072\u0065\u0073\u0070\u006f\u006e\u0064",Value :"\u0076\u0061\u0072\u0064\u006f\u0075\u0062\u006c\u0065\u0062\u0061\u0072w\u0065\u0064\u0067\u0065"},{Key :"\u0063l\u0077c\u006f\u006e\u0074\u0069\u006e\u0074\u0065\u0067\u0072\u0061\u006c",Value :"\u0076\u0061r\u006f\u0069\u006et\u0063\u006c\u006f\u0063\u006b\u0077\u0069\u0073\u0065"},{Key :"\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065\u0072\u0069\u0067\u0068\u0074",Value :"\u0076a\u0072t\u0072\u0069\u0061\u006e\u0067\u006c\u0065\u006c\u0065\u0066\u0074"},{Key :"\u0074\u0072\u0069a\u006e\u0067\u006c\u0065\u006c\u0065\u0066\u0074",Value :"\u0076\u0061r\u0074\u0072\u0069a\u006e\u0067\u006c\u0065\u0072\u0069\u0067\u0068\u0074"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0036\u00369",Value :"\u0076\u0061\u0076"},{Key :"\u0076a\u0076\u0068\u0065\u0062\u0072\u0065w",Value :"\u0076\u0061\u0076"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0037\u00323",Value :"\u0076a\u0076d\u0061\u0067\u0065\u0073\u0068\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0076a\u0076\u0064\u0061\u0067\u0065\u0073h",Value :"\u0076a\u0076d\u0061\u0067\u0065\u0073\u0068\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"v\u0061\u0076\u0064\u0061\u0067\u0065\u0073\u0068\u0036\u0035",Value :"\u0076a\u0076d\u0061\u0067\u0065\u0073\u0068\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0076\u0061\u0076\u0077\u0069\u0074\u0068\u0064\u0061\u0067\u0065\u0073\u0068",Value :"\u0076a\u0076d\u0061\u0067\u0065\u0073\u0068\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0037\u00300",Value :"\u0076\u0061\u0076\u0068\u006f\u006c\u0061\u006d"},{Key :"\u0076\u0061\u0076\u0068\u006f\u006c\u0061\u006d\u0068e\u0062\u0072\u0065\u0077",Value :"\u0076\u0061\u0076\u0068\u006f\u006c\u0061\u006d"},{Key :"\u0076\u0061\u0076w\u0069\u0074\u0068\u0068\u006f\u006c\u0061\u006d",Value :"\u0076\u0061\u0076\u0068\u006f\u006c\u0061\u006d"},{Key :"\u0076\u0065\u0063",Value :"\u0076\u0065\u0063\u0074\u006f\u0072"},{Key :"e\u0071\u0075\u0069\u0061\u006e\u0067\u0075\u006c\u0061\u0072",Value :"\u0076\u0065\u0065e\u0071"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0035\u00305",Value :"\u0076e\u0068\u0061\u0072\u0061\u0062\u0069c"},{Key :"\u0076\u0065\u0068",Value :"\u0076e\u0068\u0061\u0072\u0061\u0062\u0069c"},{Key :"\u0076\u0065\u0068\u0066\u0069\u006e\u0061\u006c",Value :"\u0076\u0065\u0068\u0066\u0069\u006e\u0061\u006c\u0061r\u0061\u0062\u0069\u0063"},{Key :"\u0076\u0065\u0068\u0069\u006e\u0069\u0074\u0069\u0061\u006c",Value :"\u0076\u0065h\u0069\u006e\u0069t\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0076e\u0068\u006d\u0065\u0064\u0069\u0061l",Value :"\u0076e\u0068m\u0065\u0064\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0053\u0061\u006dp\u0069",Value :"v\u0065r\u0074\u0069\u0063\u0061\u006c\u006c\u0069\u006ee\u0062\u0065\u006c\u006fwc\u006d\u0062"},{Key :"\u0061\u0072\u0072\u006f\u0077\u006c\u006f\u006e\u0067b\u006f\u0074\u0068\u0076",Value :"v\u0065\u0077\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e"},{Key :"\u0074a\u0063k\u006c\u0065\u0066\u0074\u0073\u0075\u0062\u006e\u006f\u0073\u0070",Value :"\u0076\u0068\u006fo\u006b"},{Key :"\u0076\u0065\u0072\u0074\u0072\u0065\u0063\u0074\u0061\u006e\u0067\u006c\u0065",Value :"\u0076\u0072\u0065\u0063\u0074\u0061\u006e\u0067\u006c\u0065"},{Key :"\u0066\u0069\u006c\u006c\u0065\u0064\u0076\u0065\u0072t\u0072\u0065\u0063\u0074",Value :"\u0076r\u0065c\u0074\u0061\u006e\u0067\u006c\u0065\u0062\u006c\u0061\u0063\u006b"},{Key :"\u0074\u0061c\u006b\u0072\u0069g\u0068\u0074\u0073\u0075\u0062\u006e\u006f\u0073\u0070",Value :"\u0076t\u0075\u0072\u006e\u0065\u0064"},{Key :"o\u0070\u0065\u006e\u0062\u0075\u006c\u006c\u0065\u0074\u0031",Value :"\u0076\u0079\u0073\u006d\u0077\u0068\u0074\u0063\u0069\u0072\u0063\u006c\u0065"},{Key :"\u0072\u0069\u006e\u0067\u006d\u0061\u0074\u0068",Value :"\u0076\u0079\u0073\u006d\u0077\u0068\u0074\u0063\u0069\u0072\u0063\u006c\u0065"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00348",Value :"\u0077a\u0077\u0061\u0072\u0061\u0062\u0069c"},{Key :"\u0077\u0061\u0077",Value :"\u0077a\u0077\u0061\u0072\u0061\u0062\u0069c"},{Key :"\u0077\u0061\u0077\u0066\u0069\u006e\u0061\u006c",Value :"\u0077\u0061\u0077\u0066\u0069\u006e\u0061\u006c\u0061r\u0061\u0062\u0069\u0063"},{Key :"\u0077\u0061\u0077\u0077it\u0068\u0068\u0061\u006d\u007a\u0061\u0061\u0062\u006f\u0076\u0065\u0066\u0069\u006ea\u006c",Value :"\u0077a\u0077\u0068\u0061\u006d\u007a\u0061\u0061\u0062\u006f\u0076\u0065f\u0069\u006e\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0065s\u0074\u0069\u006d\u0061\u0074\u0065s",Value :"\u0077\u0065\u0064\u0067\u0065\u0071"},{Key :"\u0050s\u0063\u0072\u0069\u0070\u0074",Value :"w\u0065\u0069\u0065\u0072\u0073\u0074\u0072\u0061\u0073\u0073"},{Key :"\u0077\u0070",Value :"w\u0065\u0069\u0065\u0072\u0073\u0074\u0072\u0061\u0073\u0073"},{Key :"\u006f\u0070\u0065\u006e\u0062\u0075\u006c\u006c\u0065\u0074",Value :"w\u0068\u0069\u0074\u0065\u0062\u0075\u006c\u006c\u0065\u0074"},{Key :"s\u006d\u0077\u0068\u0074\u0063\u0069\u0072\u0063\u006c\u0065",Value :"w\u0068\u0069\u0074\u0065\u0062\u0075\u006c\u006c\u0065\u0074"},{Key :"\u0063\u0069\u0072\u0063\u006c\u0065",Value :"w\u0068\u0069\u0074\u0065\u0063\u0069\u0072\u0063\u006c\u0065"},{Key :"\u006d\u0064\u006c\u0067\u0077\u0068\u0074\u0063\u0069\u0072\u0063\u006c\u0065",Value :"w\u0068\u0069\u0074\u0065\u0063\u0069\u0072\u0063\u006c\u0065"},{Key :"\u0064\u0069\u0061m\u006f\u006e\u0064\u0072\u0068\u006f\u006d\u0062",Value :"\u0077\u0068\u0069t\u0065\u0064\u0069\u0061\u006d\u006f\u006e\u0064"},{Key :"\u006d\u0064\u006c\u0067\u0077\u0068\u0074\u0064\u0069a\u006d\u006f\u006e\u0064",Value :"\u0077\u0068\u0069t\u0065\u0064\u0069\u0061\u006d\u006f\u006e\u0064"},{Key :"\u0062\u006c\u0061\u0063ki\u006e\u0077\u0068\u0069\u0074\u0065\u0064\u0069\u0061\u006d\u006f\u006e\u0064",Value :"\u0077\u0068\u0069\u0074\u0065\u0064\u0069\u0061\u006d\u006f\u006e\u0064\u0063o\u006e\u0074\u0061\u0069\u006e\u0069n\u0067\u0062\u006c\u0061\u0063\u006b\u0073\u006d\u0061\u006c\u006c\u0064\u0069a\u006d\u006f\u006e\u0064"},{Key :"\u0064i\u0061m\u006f\u006e\u0064\u0072\u0068o\u006d\u0062n\u0065\u0073\u0074\u0065\u0064",Value :"\u0077\u0068\u0069\u0074\u0065\u0064\u0069\u0061\u006d\u006f\u006e\u0064\u0063o\u006e\u0074\u0061\u0069\u006e\u0069n\u0067\u0062\u006c\u0061\u0063\u006b\u0073\u006d\u0061\u006c\u006c\u0064\u0069a\u006d\u006f\u006e\u0064"},{Key :"\u0073\u006da\u006c\u006c\u0074r\u0069\u0061\u006e\u0067\u006c\u0065\u0069\u006e\u0076",Value :"\u0077\u0068\u0069\u0074\u0065\u0064\u006f\u0077\u006e\u0070o\u0069\u006e\u0074\u0069\u006e\u0067\u0073m\u0061\u006c\u006c\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065"},{Key :"\u0074\u0072\u0069a\u006e\u0067\u006c\u0065\u0064\u006f\u0077\u006e",Value :"\u0077\u0068\u0069\u0074\u0065\u0064\u006f\u0077\u006e\u0070o\u0069\u006e\u0074\u0069\u006e\u0067\u0073m\u0061\u006c\u006c\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065"},{Key :"\u0062i\u0067t\u0072\u0069\u0061\u006e\u0067\u006c\u0065\u0064\u006f\u0077\u006e",Value :"\u0077h\u0069\u0074\u0065\u0064o\u0077\u006e\u0070\u006f\u0069n\u0074i\u006eg\u0074\u0072\u0069\u0061\u006e\u0067\u006ce"},{Key :"t\u0072\u0069\u0061\u006e\u0067\u006c\u0065\u0069\u006e\u0076",Value :"\u0077h\u0069\u0074\u0065\u0064o\u0077\u006e\u0070\u006f\u0069n\u0074i\u006eg\u0074\u0072\u0069\u0061\u006e\u0067\u006ce"},{Key :"\u0073\u006d\u0061\u006c\u006c\u0074\u0072\u0069\u0061\u006e\u0067\u006ce\u006c\u0065\u0066\u0074",Value :"\u0077\u0068\u0069\u0074\u0065\u006c\u0065\u0066\u0074\u0070o\u0069\u006e\u0074\u0069\u006e\u0067\u0073m\u0061\u006c\u006c\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065"},{Key :"\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065\u006c\u0065\u0066\u0074\u0031",Value :"\u0077h\u0069\u0074\u0065\u006ce\u0066\u0074\u0070\u006f\u0069n\u0074i\u006eg\u0074\u0072\u0069\u0061\u006e\u0067\u006ce"},{Key :"t\u0072\u0069\u0061\u0067\u006c\u0066\u006f\u0070\u0065\u006e",Value :"\u0077\u0068i\u0074\u0065\u0070o\u0069\u006e\u0074\u0065\u0072\u006c\u0065\u0066\u0074"},{Key :"t\u0072\u0069\u0061\u0067\u0072\u0074\u006f\u0070\u0065\u006e",Value :"\u0077\u0068\u0069\u0074\u0065\u0070\u006f\u0069\u006e\u0074\u0065\u0072r\u0069\u0067\u0068\u0074"},{Key :"\u0073m\u0061l\u006c\u0074\u0072\u0069\u0061n\u0067\u006ce\u0072\u0069\u0067\u0068\u0074",Value :"\u0077\u0068\u0069t\u0065\u0072\u0069\u0067h\u0074\u0070\u006f\u0069\u006e\u0074\u0069n\u0067\u0073\u006d\u0061\u006c\u006c\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065"},{Key :"\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065\u0072i\u0067\u0068\u0074\u0031",Value :"\u0077\u0068\u0069\u0074\u0065\u0072\u0069\u0067\u0068\u0074\u0070o\u0069\u006e\u0074\u0069\u006e\u0067\u0074\u0072\u0069\u0061n\u0067\u006c\u0065"},{Key :"\u0048\u0031\u0038\u0035\u0035\u0031",Value :"\u0077\u0068i\u0074\u0065\u0073m\u0061\u006c\u006c\u0073\u0071\u0075\u0061\u0072\u0065"},{Key :"\u0073\u006d\u0061\u006c\u006c\u0062\u006f\u0078",Value :"\u0077\u0068i\u0074\u0065\u0073m\u0061\u006c\u006c\u0073\u0071\u0075\u0061\u0072\u0065"},{Key :"s\u006d\u0077\u0068\u0074\u0073\u0071\u0075\u0061\u0072\u0065",Value :"\u0077\u0068i\u0074\u0065\u0073m\u0061\u006c\u006c\u0073\u0071\u0075\u0061\u0072\u0065"},{Key :"\u0062\u0069\u0067w\u0068\u0069\u0074\u0065\u0073\u0074\u0061\u0072",Value :"\u0077h\u0069\u0074\u0065\u0073\u0074\u0061r"},{Key :"\u0073\u006d\u0061\u006c\u006c\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065",Value :"\u0077\u0068\u0069\u0074e\u0075\u0070\u0070\u006f\u0069\u006e\u0074\u0069\u006e\u0067s\u006da\u006c\u006c\u0074\u0072\u0069\u0061\u006eg\u006c\u0065"},{Key :"v\u0061\u0072\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065",Value :"\u0077\u0068\u0069\u0074e\u0075\u0070\u0070\u006f\u0069\u006e\u0074\u0069\u006e\u0067s\u006da\u006c\u006c\u0074\u0072\u0069\u0061\u006eg\u006c\u0065"},{Key :"\u0062\u0069\u0067\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065\u0075\u0070",Value :"\u0077\u0068\u0069te\u0075\u0070\u0070\u006f\u0069\u006e\u0074\u0069\u006e\u0067\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065"},{Key :"\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065",Value :"\u0077\u0068\u0069te\u0075\u0070\u0070\u006f\u0069\u006e\u0074\u0069\u006e\u0067\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00319",Value :"\u0077\u006f\u0077\u0061\u0065\u006e\u0074\u0068\u0061\u0069"},{Key :"\u0077\u0072",Value :"\u0077\u0072\u0065\u0061\u0074\u0068\u0070\u0072\u006f\u0064\u0075\u0063\u0074"},{Key :"\u0064i\u0061e\u0072\u0065\u0073\u0069\u0073t\u006f\u006eo\u0073\u006e\u006f\u0073\u0070",Value :"\u0077s\u0075\u0070\u0065\u0072\u0069\u006fr"},{Key :"\u0061\u006e\u0067l\u0065\u0073\u0075\u0070\u006e\u006f\u0073\u0070",Value :"\u0077t\u0075\u0072\u006e\u0065\u0064"},{Key :"\u0075\u0070\u0078\u0069",Value :"\u0078\u0069"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00358",Value :"\u0079\u0061\u006da\u006b\u006b\u0061\u006e\u0074\u0068\u0061\u0069"},{Key :"\u0061f\u0069\u0069\u0031\u0030\u0031\u00394",Value :"y\u0061\u0074\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0049\u0062\u0061\u0072",Value :"y\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00350",Value :"\u0079e\u0068\u0061\u0072\u0061\u0062\u0069c"},{Key :"\u0079\u0065\u0068",Value :"\u0079e\u0068\u0061\u0072\u0061\u0062\u0069c"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0035\u00319",Value :"\u0079e\u0068b\u0061\u0072\u0072\u0065\u0065\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0079\u0065\u0068\u0066\u0069\u006e\u0061\u006c",Value :"\u0079\u0065\u0068\u0066\u0069\u006e\u0061\u006c\u0061r\u0061\u0062\u0069\u0063"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00314",Value :"\u0079\u0065\u0068\u0068am\u007a\u0061\u0061\u0062\u006f\u0076\u0065\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0079\u0065\u0068\u0077\u0069\u0074\u0068\u0068\u0061\u006d\u007a\u0061a\u0062\u006f\u0076\u0065",Value :"\u0079\u0065\u0068\u0068am\u007a\u0061\u0061\u0062\u006f\u0076\u0065\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0079\u0065\u0068\u0077it\u0068\u0068\u0061\u006d\u007a\u0061\u0061\u0062\u006f\u0076\u0065\u0066\u0069\u006ea\u006c",Value :"\u0079e\u0068\u0068\u0061\u006d\u007a\u0061\u0061\u0062\u006f\u0076\u0065f\u0069\u006e\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0079e\u0068\u0077\u0069\u0074\u0068\u0068\u0061\u006d\u007a\u0061\u0061b\u006f\u0076\u0065\u0069\u006e\u0069\u0074\u0069\u0061\u006c",Value :"\u0079\u0065\u0068\u0068\u0061\u006d\u007a\u0061\u0061\u0062\u006fv\u0065\u0069\u006e\u0069\u0074\u0069\u0061\u006c\u0061\u0072a\u0062\u0069\u0063"},{Key :"\u0079\u0065\u0068wi\u0074\u0068\u0068\u0061\u006d\u007a\u0061\u0061\u0062\u006f\u0076\u0065\u006d\u0065\u0064\u0069\u0061\u006c",Value :"\u0079e\u0068\u0068\u0061\u006dz\u0061\u0061\u0062\u006f\u0076e\u006de\u0064i\u0061\u006c\u0061\u0072\u0061\u0062\u0069c"},{Key :"\u0061l\u0065\u0066\u006d\u0061\u006b\u0073\u0075\u0072\u0061\u0069\u006ei\u0074\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",Value :"\u0079\u0065h\u0069\u006e\u0069t\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0079\u0065\u0068\u0069\u006e\u0069\u0074\u0069\u0061\u006c",Value :"\u0079\u0065h\u0069\u006e\u0069t\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0079e\u0068w\u0069\u0074\u0068\u006d\u0065e\u006d\u0069n\u0069\u0074\u0069\u0061\u006c",Value :"y\u0065h\u006d\u0065\u0065\u006d\u0069\u006e\u0069\u0074i\u0061\u006c\u0061\u0072ab\u0069\u0063"},{Key :"\u0079\u0065\u0068\u0077it\u0068\u006d\u0065\u0065\u006d\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064",Value :"y\u0065\u0068\u006d\u0065em\u0069s\u006f\u006c\u0061\u0074\u0065d\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0079\u0065h\u0077\u0069\u0074h\u006e\u006f\u006f\u006e\u0066\u0069\u006e\u0061\u006c",Value :"\u0079e\u0068n\u006f\u006f\u006e\u0066\u0069n\u0061\u006ca\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0059\u0065\u006e",Value :"\u0079\u0065\u006e"},{Key :"a\u0075\u0078\u0069\u006c\u0069\u0061\u0072\u0079\u006f\u006e",Value :"\u0079e\u0072a\u0068\u0062\u0065\u006e\u0079o\u006d\u006fh\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0064e\u0076\u0063\u006f\u006e\u0031",Value :"\u0079e\u0072a\u0068\u0062\u0065\u006e\u0079o\u006d\u006fh\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0079\u0065\u0072\u0061hb\u0065\u006e\u0079\u006f\u006d\u006f\u006c\u0065\u0066\u0074\u0068\u0065\u0062\u0072e\u0077",Value :"\u0079e\u0072a\u0068\u0062\u0065\u006e\u0079o\u006d\u006fh\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00393",Value :"\u0079\u0065\u0072i\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0079\u0065\u0072\u0069",Value :"\u0079\u0065\u0072i\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"s\u0074\u0061\u0072\u0074\u006f\u0066\u0068\u0065\u0061\u0064",Value :"y\u0065\u0074\u0069\u0076\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0075\u0068\u0061\u0063\u0065\u006b",Value :"\u0079\u0068\u006fo\u006b"},{Key :"\u0061f\u0069\u0069\u0031\u0030\u0031\u00304",Value :"\u0079\u0069\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0079\u0069",Value :"\u0079\u0069\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0061\u0072\u0072\u006f\u0077\u0073\u006f\u0075\u0074h\u0077\u0065\u0073\u0074",Value :"\u0079\u0069\u0077n\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e"},{Key :"\u0079o\u0064\u0064\u0061\u0067\u0065\u0073h",Value :"\u0079o\u0064d\u0061\u0067\u0065\u0073\u0068\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0079\u006f\u0064\u0077\u0069\u0074\u0068\u0064\u0061\u0067\u0065\u0073\u0068",Value :"\u0079o\u0064d\u0061\u0067\u0065\u0073\u0068\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0037\u00318",Value :"\u0079\u006f\u0064y\u006f\u0064\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0079\u006f\u0064\u0064\u0062\u006c",Value :"\u0079\u006f\u0064y\u006f\u0064\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0037\u00305",Value :"\u0079\u006f\u0064\u0079\u006f\u0064\u0070\u0061\u0074\u0061\u0068\u0068e\u0062\u0072\u0065\u0077"},{Key :"\u0064\u006f\u0075\u0062\u006c\u0065\u0079\u006f\u0064p\u0061\u0074\u0061\u0068",Value :"\u0079\u006f\u0064\u0079\u006f\u0064\u0070\u0061\u0074\u0061\u0068\u0068e\u0062\u0072\u0065\u0077"},{Key :"d\u006fu\u0062\u006c\u0065\u0079\u006f\u0064\u0070\u0061t\u0061\u0068\u0068\u0065br\u0065\u0077",Value :"\u0079\u006f\u0064\u0079\u006f\u0064\u0070\u0061\u0074\u0061\u0068\u0068e\u0062\u0072\u0065\u0077"},{Key :"\u0063\u0068\u0065\u0072\u0074\u0064\u0065\u0073",Value :"\u0079\u006f\u0074\u0067\u0072\u0065\u0065\u006b"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00314",Value :"\u0079o\u0079\u0061\u006b\u0074\u0068\u0061i"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0036\u00393",Value :"\u0079\u006f\u0079\u0069\u006e\u0067\u0074\u0068\u0061\u0069"},{Key :"\u0064z\u0068\u0061\u0063\u0065\u006b",Value :"\u0079\u0072"},{Key :"i\u006f\u0074\u0061\u0073\u0075\u0062\u006e\u006f\u0073\u0070",Value :"\u0079s\u0075\u0070\u0065\u0072\u0069\u006fr"},{Key :"\u0068\u006f\u0072\u006e\u006e\u006f\u0073\u0070",Value :"\u0079t\u0075\u0072\u006e\u0065\u0064"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00332",Value :"\u007aa\u0068\u0061\u0072\u0061\u0062\u0069c"},{Key :"\u007a\u0061\u0068",Value :"\u007aa\u0068\u0061\u0072\u0061\u0062\u0069c"},{Key :"\u007a\u0061\u0068\u0066\u0069\u006e\u0061\u006c",Value :"\u007a\u0061\u0068\u0066\u0069\u006e\u0061\u006c\u0061r\u0061\u0062\u0069\u0063"},{Key :"\u007a\u0061\u0068\u0069\u006e\u0069\u0074\u0069\u0061\u006c",Value :"\u007a\u0061h\u0069\u006e\u0069t\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u007aa\u0068\u006d\u0065\u0064\u0069\u0061l",Value :"\u007aa\u0068m\u0065\u0064\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00326",Value :"\u007a\u0061\u0069\u006e\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u007a\u0061\u0069\u006e",Value :"\u007a\u0061\u0069\u006e\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u007aa\u0069\u006e\u0066\u0069\u006e\u0061l",Value :"\u007aa\u0069n\u0066\u0069\u006e\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0061\u0072\u0072\u006f\u0077\u006c\u006f\u006f\u0070r\u0069\u0067\u0068\u0074",Value :"\u007a\u0061q\u0065\u0066\u0067a\u0064\u006f\u006c\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0061\u0072\u0072\u006f\u0077\u006c\u006f\u006f\u0070\u006c\u0065\u0066\u0074",Value :"\u007a\u0061q\u0065\u0066\u0071a\u0074\u0061\u006e\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"a\u0072\u0072\u006f\u0077\u007a\u0069\u0067\u007a\u0061\u0067",Value :"z\u0061\u0072\u0071\u0061\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"z\u0061\u0079\u0069\u006e\u0064\u0061\u0067\u0065\u0073\u0068",Value :"\u007a\u0061\u0079\u0069\u006e\u0064\u0061\u0067\u0065\u0073\u0068\u0068e\u0062\u0072\u0065\u0077"},{Key :"\u007aa\u0079i\u006e\u0077\u0069\u0074\u0068\u0064\u0061\u0067\u0065\u0073\u0068",Value :"\u007a\u0061\u0079\u0069\u006e\u0064\u0061\u0067\u0065\u0073\u0068\u0068e\u0062\u0072\u0065\u0077"},{Key :"\u006e\u006c\u0065\u0067",Value :"\u007a\u0063\u0061\u0072\u006f\u006e"},{Key :"\u0074a\u0063k\u0064\u006f\u0077\u006e\u0073\u0075\u0062\u006e\u006f\u0073\u0070",Value :"\u007a\u0063\u0075r\u006c"},{Key :"\u006d\u0063\u0061\u0070\u0074\u0075\u0072\u006e",Value :"\u007a\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074"},{Key :"\u007a\u0064\u006f\u0074",Value :"\u007a\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074"},{Key :"\u007ae\u0072\u006f\u0064\u006f\u0074",Value :"\u007a\u0065\u0072\u006f"},{Key :"\u007ae\u0072\u006f\u0073\u006c\u0061\u0073h",Value :"\u007a\u0065\u0072\u006f"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0033\u00392",Value :"\u007a\u0065\u0072\u006f\u0068\u0061\u0063\u006b\u0061r\u0061\u0062\u0069\u0063"},{Key :"a\u0072a\u0062\u0069\u0063\u0069\u006e\u0064\u0069\u0063d\u0069\u0067\u0069\u0074ze\u0072\u006f",Value :"\u007a\u0065\u0072\u006f\u0068\u0061\u0063\u006b\u0061r\u0061\u0062\u0069\u0063"},{Key :"\u007a\u0065\u0072\u006f\u0061\u0072\u0061\u0062\u0069\u0063",Value :"\u007a\u0065\u0072\u006f\u0068\u0061\u0063\u006b\u0061r\u0061\u0062\u0069\u0063"},{Key :"\u007ae\u0072\u006f\u0073\u0075\u0062",Value :"\u007a\u0065\u0072o\u0069\u006e\u0066\u0065\u0072\u0069\u006f\u0072"},{Key :"\u0065\u0078\u0074\u0065n\u0064\u0065\u0064\u0061\u0072\u0061\u0062\u0069\u0063\u0069n\u0064i\u0063\u0064\u0069\u0067\u0069\u0074\u007ae\u0072\u006f",Value :"z\u0065\u0072\u006f\u0070\u0065\u0072\u0073\u0069\u0061\u006e"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00360",Value :"\u007a\u0065\u0072\u006f\u0074\u0068\u0061\u0069"},{Key :"\u0062\u006f\u006d",Value :"\u007ae\u0072o\u0077\u0069\u0064\u0074\u0068\u006a\u006f\u0069\u006e\u0065\u0072"},{Key :"z\u0065\u0072\u006f\u0077id\u0074h\u006e\u006f\u0062\u0072\u0065a\u006b\u0073\u0070\u0061\u0063\u0065",Value :"\u007ae\u0072o\u0077\u0069\u0064\u0074\u0068\u006a\u006f\u0069\u006e\u0065\u0072"},{Key :"\u007ae\u0072\u006f\u0073\u0070\u0061\u0063e",Value :"\u007a\u0065\u0072\u006f\u0077\u0069\u0064\u0074\u0068s\u0070\u0061\u0063\u0065"},{Key :"\u0075\u0070\u007a\u0065\u0074\u0061",Value :"\u007a\u0065\u0074\u0061"},{Key :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00372",Value :"z\u0068\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u007a\u0068\u0065",Value :"z\u0068\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u006e\u0065\u0067\u0061\u0063\u006b\u006e\u006f\u0077l\u0065\u0064\u0067\u0065",Value :"z\u0069\u006e\u006f\u0072\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0074\u0061\u0063\u006b\u0075\u0070\u0073\u0075\u0062\u006e\u006f\u0073\u0070",Value :"\u007a\u0072\u0065\u0074\u0072\u006f\u0066\u006c\u0065x\u0068\u006f\u006f\u006b"}}; +func (_gdc *simpleEncoder )Reset (){};type IdentityEncoder struct{_gcf string ;_bedb *_fde .RuneSet ;};const (_ffge ="\u004d\u0061\u0063\u0045\u0078\u0070\u0065\u0072\u0074\u0045\u006e\u0063o\u0064\u0069\u006e\u0067";_cde ="\u004d\u0061c\u0052\u006f\u006da\u006e\u0045\u006e\u0063\u006f\u0064\u0069\u006e\u0067"; +);func (_dgg *IdentityEncoder )String ()string {return _dgg ._gcf };var (_bge =_dfd (_fdg ,_ageg );_egcf =_dfd (_eda ,_dfgg ););func (_cba CMapEncoder )CharcodeToRune (code CharCode )(rune ,bool ){_acc ,_cg :=_cba .charcodeToString (code );if len (_acc )< 1{return MissingCodeRune ,false ; +};return ([]rune (_acc ))[0],_cg ;};func GlyphToRune (glyph GlyphName )(rune ,bool ){_adb :=string (glyph );if _a .Contains (_adb ,"\u002e"){_gbcd :=_gag .FindStringSubmatch (_adb );if _gbcd !=nil {_adb =_gbcd [1];};};if _ffa ,_aaga :=_bede .Read (_adb ); +_aaga {_adb =_ffa ;};if _bbd ,_gffd :=_gab .Read (_adb );_gffd {return _bbd ,true ;};if _edf ,_fcca :=_cbac .Read (_adb );_fcca {return _edf ,true ;};if _acb :=_geg .FindStringSubmatch (_adb );_acb !=nil {_eaba ,_dccf :=_ac .ParseInt (_acb [1],16,32);if _dccf ==nil {return rune (_eaba ),true ; +};};if _gfb :=_dfa .FindStringSubmatch (_adb );_gfb !=nil {_fgd ,_cfff :=_ac .Atoi (_gfb [1]);if _cfff ==nil {return rune (_fgd ),true ;};};return rune (0),false ;};func (_cgggd *TrueTypeFontEncoder )RegisteredRunes ()[]rune {_bbfc :=make ([]rune ,_cgggd ._dggd .Length ()); +_eedcb :=0;_cgggd ._dggd .Range (func (_ebcce rune )(_aafa bool ){_bbfc [_eedcb ]=_ebcce ;_eedcb ++;return false });return _bbfc ;};func (_cbe CMapEncoder )String ()string {return _cbe ._gf };func NewCustomSimpleTextEncoder (encoding ,differences map[CharCode ]GlyphName )(SimpleEncoder ,error ){if len (encoding )==0{return nil ,_b .New ("e\u006d\u0070\u0074\u0079 c\u0075s\u0074\u006f\u006d\u0020\u0065n\u0063\u006f\u0064\u0069\u006e\u0067"); +};const _egce ="\u0063\u0075\u0073\u0074\u006f\u006d";_eaa :=_fde .MakeByteRuneMap (len (encoding ));for _dfgf ,_fff :=range encoding {_efb ,_gac :=GlyphToRune (_fff );if !_gac {_ea .Log .Debug ("\u0045R\u0052\u004f\u0052\u003a\u0020\u0055\u006e\u006b\u006e\u006f\u0077n\u0020\u0067\u006c\u0079\u0070\u0068\u002e\u0020\u0025\u0071",_fff ); +continue ;};_eaa .Write (byte (_dfgf ),_efb );};_fed :=_ffe (_egce ,_eaa );if len (differences )!=0{_fed =ApplyDifferences (_fed ,differences );};return _fed ,nil ;};func (_afc *IdentityEncoder )ToPdfObject ()_bc .PdfObject {if _afc ._gcf !=""{return _bc .MakeName (_afc ._gcf ); +};return _bc .MakeNull ();};var _bea =_fde .NewByteRuneMap (map[byte ]rune {0x1:'\x01',0x2:'\x02',0x3:'\x03',0x4:'\x04',0x5:'\x05',0x6:'\x06',0x7:'\a',0x8:'\b',0x9:'\t',0xa:'\n',0xb:'\v',0xc:'\f',0xd:'\r',0xe:'\x0e',0xf:'\x0f',0x10:'\x10',0x11:'\x11',0x12:'\x12',0x13:'\x13',0x14:'\x14',0x15:'\x15',0x16:'\x16',0x17:'\x17',0x18:'\x18',0x19:'\x19',0x1a:'\x1a',0x1b:'\x1b',0x1c:'\x1c',0x1d:'\x1d',0x1e:'\x1e',0x1f:'\x1f',0x20:' ',0x21:'!',0x22:'"',0x23:'#',0x24:'$',0x25:'%',0x26:'&',0x27:'\'',0x28:'(',0x29:')',0x2a:'*',0x2b:'+',0x2c:',',0x2d:'-',0x2e:'.',0x2f:'/',0x30:'0',0x31:'1',0x32:'2',0x33:'3',0x34:'4',0x35:'5',0x36:'6',0x37:'7',0x38:'8',0x39:'9',0x3a:':',0x3b:';',0x3c:'<',0x3d:'=',0x3e:'>',0x3f:'?',0x40:'@',0x41:'A',0x42:'B',0x43:'C',0x44:'D',0x45:'E',0x46:'F',0x47:'G',0x48:'H',0x49:'I',0x4a:'J',0x4b:'K',0x4c:'L',0x4d:'M',0x4e:'N',0x4f:'O',0x50:'P',0x51:'Q',0x52:'R',0x53:'S',0x54:'T',0x55:'U',0x56:'V',0x57:'W',0x58:'X',0x59:'Y',0x5a:'Z',0x5b:'[',0x5c:'\\',0x5d:']',0x5e:'^',0x5f:'_',0x60:'`',0x61:'a',0x62:'b',0x63:'c',0x64:'d',0x65:'e',0x66:'f',0x67:'g',0x68:'h',0x69:'i',0x6a:'j',0x6b:'k',0x6c:'l',0x6d:'m',0x6e:'n',0x6f:'o',0x70:'p',0x71:'q',0x72:'r',0x73:'s',0x74:'t',0x75:'u',0x76:'v',0x77:'w',0x78:'x',0x79:'y',0x7a:'z',0x7b:'{',0x7c:'|',0x7d:'}',0x7e:'~',0x7f:'\u007f',0x80:'Ä',0x81:'Å',0x82:'Ç',0x83:'É',0x84:'Ñ',0x85:'Ö',0x86:'Ü',0x87:'á',0x88:'à',0x89:'â',0x8a:'ä',0x8b:'ã',0x8c:'å',0x8d:'ç',0x8e:'é',0x8f:'è',0x90:'ê',0x91:'ë',0x92:'í',0x93:'ì',0x94:'î',0x95:'ï',0x96:'ñ',0x97:'ó',0x98:'ò',0x99:'ô',0x9a:'ö',0x9b:'õ',0x9c:'ú',0x9d:'ù',0x9e:'û',0x9f:'ü',0xa0:'†',0xa1:'°',0xa2:'¢',0xa3:'£',0xa4:'§',0xa5:'•',0xa6:'¶',0xa7:'ß',0xa8:'®',0xa9:'©',0xaa:'™',0xab:'´',0xac:'¨',0xad:'≠',0xae:'Æ',0xaf:'Ø',0xb0:'∞',0xb1:'±',0xb2:'≤',0xb3:'≥',0xb4:'¥',0xb5:'µ',0xb6:'∂',0xb7:'∑',0xb8:'∏',0xb9:'π',0xba:'∫',0xbb:'ª',0xbc:'º',0xbd:'Ω',0xbe:'æ',0xbf:'ø',0xc0:'¿',0xc1:'¡',0xc2:'¬',0xc3:'√',0xc4:'ƒ',0xc5:'≈',0xc6:'∆',0xc7:'«',0xc8:'»',0xc9:'…',0xca:'\u00a0',0xcb:'À',0xcc:'Ã',0xcd:'Õ',0xce:'Œ',0xcf:'œ',0xd0:'–',0xd1:'—',0xd2:'“',0xd3:'”',0xd4:'‘',0xd5:'’',0xd6:'÷',0xd7:'◊',0xd8:'ÿ',0xd9:'Ÿ',0xda:'⁄',0xdb:'€',0xdc:'‹',0xdd:'›',0xde:'fi',0xdf:'fl',0xe0:'‡',0xe1:'·',0xe2:'‚',0xe3:'„',0xe4:'‰',0xe5:'Â',0xe6:'Ê',0xe7:'Á',0xe8:'Ë',0xe9:'È',0xea:'Í',0xeb:'Î',0xec:'Ï',0xed:'Ì',0xee:'Ó',0xef:'Ô',0xf0:'\uf8ff',0xf1:'Ò',0xf2:'Ú',0xf3:'Û',0xf4:'Ù',0xf5:'ı',0xf6:'ˆ',0xf7:'˜',0xf8:'¯',0xf9:'˘',0xfa:'˙',0xfb:'˚',0xfc:'¸',0xfd:'˝',0xfe:'˛',0xff:'ˇ'}); +func (_dae *simpleEncoding )ToPdfObject ()_bc .PdfObject {return _bc .MakeName (_dae ._ffaf )};func ApplyDifferences (base SimpleEncoder ,differences map[CharCode ]GlyphName )SimpleEncoder {if len (differences )==0{return base ;};_abd :=make ([]charCodeGlyphNameTuple ,len (differences )); +var _egf int ;for _gaf ,_fcd :=range differences {_abd [_egf ]=charCodeGlyphNameTuple {CharCode :_gaf ,GlyphName :_fcd };_egf ++;};_bac :=&differencesEncoding {_ebf :base ,_ebcc :_da (_abd ...),_gff :_fde .MakeByteRuneMap (len (differences )),_aed :_fde .MakeRuneByteMap (len (differences ))}; +if _faa ,_cd :=base .(*differencesEncoding );_cd {_eba :=make (map[CharCode ]GlyphName );_faa ._ebcc .Range (func (_fecf CharCode ,_fda GlyphName )(_dcca bool ){_eba [_fecf ]=_fda ;return false });_bac ._ebcc .Range (func (_db CharCode ,_ddef GlyphName )(_dga bool ){_eba [_db ]=_ddef ; +return false });differences =_eba ;};for _fdfg ,_efg :=range differences {_fdb :=byte (_fdfg );_adg ,_aab :=GlyphToRune (_efg );if _aab {_bac ._aed .Write (_adg ,_fdb );}else {_ea .Log .Debug ("\u0045R\u0052\u004fR\u003a\u0020\u004e\u006f \u006d\u0061\u0074c\u0068\u0020\u0066\u006f\u0072\u0020\u0067\u006c\u0079ph\u003d\u0025\u0071 \u0064\u0069f\u0066\u0065\u0072\u0065\u006e\u0063e\u0073\u003d%\u002b\u0076",_efg ,differences ); +};_bac ._gff .Write (_fdb ,_adg );};return _bac ;};func (_bae simpleDecoder )Reset (){};func (_dce *differencesEncoding )BaseName ()string {return _dce ._ebf .BaseName ()};func (_fa *charCodeGlyphNameMap )Length ()int {_fa ._gg .RLock ();defer _fa ._gg .RUnlock (); +return len (_fa ._cf );};func NewMacRomanEncoder ()SimpleEncoder {return _fbfe .NewEncoder ()};const (MissingCodeRune ='\ufffd';MissingCodeString =string (MissingCodeRune ););func (_dcba *simpleEncoding )String ()string {return "\u0073i\u006dp\u006c\u0065\u0045\u006e\u0063\u006f\u0064\u0069\u006e\u0067\u0028"+_dcba ._ffaf +"\u0029"; +};var _cca =_fde .NewRuneStringMap (map[rune ]string {0xfffd:"\u002en\u006f\u0074\u0064\u0065\u0066",0x250a:"\u0032\u0035\u0030\u0061",0x250b:"\u0032\u0035\u0030\u0062",0x250d:"\u0032\u0035\u0030\u0064",0x250e:"\u0032\u0035\u0030\u0065",0x250f:"\u0032\u0035\u0030\u0066",0x251a:"\u0032\u0035\u0031\u0061",0x251b:"\u0032\u0035\u0031\u0062",0x251d:"\u0032\u0035\u0031\u0064",0x251e:"\u0032\u0035\u0031\u0065",0x251f:"\u0032\u0035\u0031\u0066",0x252a:"\u0032\u0035\u0032\u0061",0x252b:"\u0032\u0035\u0032\u0062",0x252d:"\u0032\u0035\u0032\u0064",0x252e:"\u0032\u0035\u0032\u0065",0x252f:"\u0032\u0035\u0032\u0066",0x253a:"\u0032\u0035\u0033\u0061",0x253b:"\u0032\u0035\u0033\u0062",0x253d:"\u0032\u0035\u0033\u0064",0x253e:"\u0032\u0035\u0033\u0065",0x253f:"\u0032\u0035\u0033\u0066",0x254a:"\u0032\u0035\u0034\u0061",0x254b:"\u0032\u0035\u0034\u0062",0x254c:"\u0032\u0035\u0034\u0063",0x254d:"\u0032\u0035\u0034\u0064",0x254e:"\u0032\u0035\u0034\u0065",0x254f:"\u0032\u0035\u0034\u0066",0x256d:"\u0032\u0035\u0036\u0064",0x256e:"\u0032\u0035\u0036\u0065",0x256f:"\u0032\u0035\u0036\u0066",0x257a:"\u0032\u0035\u0037\u0061",0x257b:"\u0032\u0035\u0037\u0062",0x257c:"\u0032\u0035\u0037\u0063",0x257d:"\u0032\u0035\u0037\u0064",0x257e:"\u0032\u0035\u0037\u0065",0x257f:"\u0032\u0035\u0037\u0066",0x0041:"\u0041",0x00c6:"\u0041\u0045",0x01fc:"\u0041E\u0061\u0063\u0075\u0074\u0065",0x01e2:"\u0041\u0045\u006d\u0061\u0063\u0072\u006f\u006e",0xf7e6:"\u0041E\u0073\u006d\u0061\u006c\u006c",0x2370:"\u0041\u0050\u004c\u0062\u006f\u0078\u0071\u0075\u0065s\u0074\u0069\u006f\u006e",0x2353:"\u0041\u0050\u004c\u0062\u006f\u0078\u0075\u0070\u0063\u0061\u0072\u0065\u0074",0x2340:"\u0041P\u004cn\u006f\u0074\u0062\u0061\u0063\u006b\u0073\u006c\u0061\u0073\u0068",0x233f:"A\u0050\u004c\u006e\u006f\u0074\u0073\u006c\u0061\u0073\u0068",0x00c1:"\u0041\u0061\u0063\u0075\u0074\u0065",0xf7e1:"A\u0061\u0063\u0075\u0074\u0065\u0073\u006d\u0061\u006c\u006c",0x0102:"\u0041\u0062\u0072\u0065\u0076\u0065",0x1eae:"A\u0062\u0072\u0065\u0076\u0065\u0061\u0063\u0075\u0074\u0065",0x04d0:"\u0041\u0062\u0072\u0065\u0076\u0065\u0063\u0079\u0072i\u006c\u006c\u0069\u0063",0x1eb6:"\u0041\u0062\u0072\u0065\u0076\u0065\u0064\u006f\u0074b\u0065\u006c\u006f\u0077",0x1eb0:"A\u0062\u0072\u0065\u0076\u0065\u0067\u0072\u0061\u0076\u0065",0x1eb2:"\u0041b\u0072e\u0076\u0065\u0068\u006f\u006f\u006b\u0061\u0062\u006f\u0076\u0065",0x1eb4:"A\u0062\u0072\u0065\u0076\u0065\u0074\u0069\u006c\u0064\u0065",0x01cd:"\u0041\u0063\u0061\u0072\u006f\u006e",0x24b6:"\u0041c\u0069\u0072\u0063\u006c\u0065",0x00c2:"A\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078",0x1ea4:"\u0041\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0061\u0063\u0075\u0074\u0065",0x1eac:"\u0041\u0063\u0069\u0072cu\u006d\u0066\u006c\u0065\u0078\u0064\u006f\u0074\u0062\u0065\u006c\u006f\u0077",0x1ea6:"\u0041\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0067\u0072\u0061\u0076\u0065",0x1ea8:"A\u0063i\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078h\u006f\u006f\u006b\u0061bo\u0076\u0065",0xf7e2:"\u0041\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0073\u006d\u0061\u006c\u006c",0x1eaa:"\u0041\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0074\u0069\u006c\u0064\u0065",0xf6c9:"\u0041\u0063\u0075t\u0065",0xf7b4:"\u0041\u0063\u0075\u0074\u0065\u0073\u006d\u0061\u006c\u006c",0x0200:"\u0041d\u0062\u006c\u0067\u0072\u0061\u0076e",0x00c4:"\u0041d\u0069\u0065\u0072\u0065\u0073\u0069s",0x04d2:"\u0041\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073\u0063\u0079\u0072i\u006c\u006c\u0069\u0063",0x01de:"\u0041d\u0069e\u0072\u0065\u0073\u0069\u0073\u006d\u0061\u0063\u0072\u006f\u006e",0xf7e4:"\u0041\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073s\u006d\u0061\u006c\u006c",0x1ea0:"\u0041d\u006f\u0074\u0062\u0065\u006c\u006fw",0x01e0:"\u0041\u0064\u006f\u0074\u006d\u0061\u0063\u0072\u006f\u006e",0x00c0:"\u0041\u0067\u0072\u0061\u0076\u0065",0xf7e0:"A\u0067\u0072\u0061\u0076\u0065\u0073\u006d\u0061\u006c\u006c",0x1ea2:"\u0041\u0068\u006f\u006f\u006b\u0061\u0062\u006f\u0076\u0065",0x04d4:"A\u0069\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x0202:"\u0041\u0069\u006e\u0076\u0065\u0072\u0074\u0065\u0064b\u0072\u0065\u0076\u0065",0x0391:"\u0041\u006c\u0070h\u0061",0x0386:"\u0041\u006c\u0070\u0068\u0061\u0074\u006f\u006e\u006f\u0073",0x0100:"\u0041m\u0061\u0063\u0072\u006f\u006e",0xff21:"\u0041\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0x0104:"\u0041o\u0067\u006f\u006e\u0065\u006b",0x00c5:"\u0041\u0072\u0069n\u0067",0x01fa:"\u0041\u0072\u0069\u006e\u0067\u0061\u0063\u0075\u0074\u0065",0x1e00:"\u0041\u0072\u0069\u006e\u0067\u0062\u0065\u006c\u006f\u0077",0xf7e5:"\u0041\u0072\u0069\u006e\u0067\u0073\u006d\u0061\u006c\u006c",0xf761:"\u0041\u0073\u006d\u0061\u006c\u006c",0x00c3:"\u0041\u0074\u0069\u006c\u0064\u0065",0xf7e3:"A\u0074\u0069\u006c\u0064\u0065\u0073\u006d\u0061\u006c\u006c",0x0531:"A\u0079\u0062\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x0042:"\u0042",0x2ae7:"\u0042\u0061\u0072\u0076",0x1d538:"\u0042\u0062\u0062\u0041",0x1d539:"\u0042\u0062\u0062\u0042",0x2102:"\u0042\u0062\u0062\u0043",0x1d53b:"\u0042\u0062\u0062\u0044",0x1d53c:"\u0042\u0062\u0062\u0045",0x1d53d:"\u0042\u0062\u0062\u0046",0x1d53e:"\u0042\u0062\u0062\u0047",0x213e:"\u0042\u0062\u0062\u0047\u0061\u006d\u006d\u0061",0x210d:"\u0042\u0062\u0062\u0048",0x1d540:"\u0042\u0062\u0062\u0049",0x1d541:"\u0042\u0062\u0062\u004a",0x1d542:"\u0042\u0062\u0062\u004b",0x1d543:"\u0042\u0062\u0062\u004c",0x1d544:"\u0042\u0062\u0062\u004d",0x2115:"\u0042\u0062\u0062\u004e",0x1d546:"\u0042\u0062\u0062\u004f",0x2119:"\u0042\u0062\u0062\u0050",0x213f:"\u0042\u0062\u0062P\u0069",0x211a:"\u0042\u0062\u0062\u0051",0x211d:"\u0042\u0062\u0062\u0052",0x1d54a:"\u0042\u0062\u0062\u0053",0x1d54b:"\u0042\u0062\u0062\u0054",0x1d54c:"\u0042\u0062\u0062\u0055",0x1d54d:"\u0042\u0062\u0062\u0056",0x1d54e:"\u0042\u0062\u0062\u0057",0x1d54f:"\u0042\u0062\u0062\u0058",0x1d550:"\u0042\u0062\u0062\u0059",0x2124:"\u0042\u0062\u0062\u005a",0x1d552:"\u0042\u0062\u0062\u0061",0x1d553:"\u0042\u0062\u0062\u0062",0x1d554:"\u0042\u0062\u0062\u0063",0x1d555:"\u0042\u0062\u0062\u0064",0x1d556:"\u0042\u0062\u0062\u0065",0x1d7e0:"\u0042\u0062\u0062\u0065\u0069\u0067\u0068\u0074",0x1d557:"\u0042\u0062\u0062\u0066",0x1d7dd:"\u0042b\u0062\u0066\u0069\u0076\u0065",0x1d7dc:"\u0042b\u0062\u0066\u006f\u0075\u0072",0x1d558:"\u0042\u0062\u0062\u0067",0x213d:"\u0042\u0062\u0062\u0067\u0061\u006d\u006d\u0061",0x1d559:"\u0042\u0062\u0062\u0068",0x1d55a:"\u0042\u0062\u0062\u0069",0x1d55b:"\u0042\u0062\u0062\u006a",0x1d55c:"\u0042\u0062\u0062\u006b",0x1d55d:"\u0042\u0062\u0062\u006c",0x1d55e:"\u0042\u0062\u0062\u006d",0x1d55f:"\u0042\u0062\u0062\u006e",0x1d7e1:"\u0042b\u0062\u006e\u0069\u006e\u0065",0x1d560:"\u0042\u0062\u0062\u006f",0x1d7d9:"\u0042\u0062\u0062\u006f\u006e\u0065",0x1d561:"\u0042\u0062\u0062\u0070",0x213c:"\u0042\u0062\u0062p\u0069",0x1d562:"\u0042\u0062\u0062\u0071",0x1d563:"\u0042\u0062\u0062\u0072",0x1d564:"\u0042\u0062\u0062\u0073",0x1d7df:"\u0042\u0062\u0062\u0073\u0065\u0076\u0065\u006e",0x1d7de:"\u0042\u0062\u0062\u0073\u0069\u0078",0x2140:"\u0042\u0062\u0062\u0073\u0075\u006d",0x1d565:"\u0042\u0062\u0062\u0074",0x1d7db:"\u0042\u0062\u0062\u0074\u0068\u0072\u0065\u0065",0x1d7da:"\u0042\u0062\u0062\u0074\u0077\u006f",0x1d566:"\u0042\u0062\u0062\u0075",0x1d567:"\u0042\u0062\u0062\u0076",0x1d568:"\u0042\u0062\u0062\u0077",0x1d569:"\u0042\u0062\u0062\u0078",0x1d56a:"\u0042\u0062\u0062\u0079",0x1d56b:"\u0042\u0062\u0062\u007a",0x1d7d8:"\u0042b\u0062\u007a\u0065\u0072\u006f",0x24b7:"\u0042c\u0069\u0072\u0063\u006c\u0065",0x1e02:"\u0042\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074",0x1e04:"\u0042d\u006f\u0074\u0062\u0065\u006c\u006fw",0x0532:"B\u0065\u006e\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x0392:"\u0042\u0065\u0074\u0061",0x0181:"\u0042\u0068\u006fo\u006b",0x1e06:"\u0042\u006c\u0069\u006e\u0065\u0062\u0065\u006c\u006f\u0077",0xff22:"\u0042\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0xf6f4:"\u0042\u0072\u0065\u0076\u0065\u0073\u006d\u0061\u006c\u006c",0xf762:"\u0042\u0073\u006d\u0061\u006c\u006c",0x0229:"\u0042s\u006d\u0061\u006c\u006c\u0063\u0061p",0x0182:"\u0042t\u006f\u0070\u0062\u0061\u0072",0x0043:"\u0043",0x053e:"\u0043\u0061\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x0106:"\u0043\u0061\u0063\u0075\u0074\u0065",0xf6ca:"\u0043\u0061\u0072o\u006e",0xf6f5:"\u0043\u0061\u0072\u006f\u006e\u0073\u006d\u0061\u006c\u006c",0x010c:"\u0043\u0063\u0061\u0072\u006f\u006e",0x00c7:"\u0043\u0063\u0065\u0064\u0069\u006c\u006c\u0061",0x1e08:"\u0043\u0063\u0065\u0064\u0069\u006c\u006c\u0061\u0061\u0063\u0075\u0074\u0065",0xf7e7:"\u0043\u0063\u0065\u0064\u0069\u006c\u006c\u0061\u0073\u006d\u0061\u006c\u006c",0x24b8:"\u0043c\u0069\u0072\u0063\u006c\u0065",0x0108:"C\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078",0x010a:"\u0043\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074",0xf7b8:"\u0043\u0065\u0064i\u006c\u006c\u0061\u0073\u006d\u0061\u006c\u006c",0x0549:"C\u0068\u0061\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x04bc:"C\u0068e\u0061\u0062\u006b\u0068\u0061\u0073\u0069\u0061n\u0063\u0079\u0072\u0069ll\u0069\u0063",0x0427:"C\u0068\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x04be:"\u0043\u0068e\u0064\u0065\u0073\u0063\u0065\u006e\u0064\u0065\u0072\u0061\u0062\u006b\u0068\u0061\u0073\u0069\u0061\u006e\u0063\u0079\u0072\u0069ll\u0069\u0063",0x04b6:"C\u0068e\u0064\u0065\u0073\u0063\u0065\u006e\u0064\u0065r\u0063\u0079\u0072\u0069ll\u0069\u0063",0x04f4:"\u0043\u0068\u0065\u0064ie\u0072\u0065\u0073\u0069\u0073\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x0543:"\u0043\u0068\u0065h\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x04cb:"C\u0068\u0065\u006b\u0068ak\u0061s\u0073\u0069\u0061\u006e\u0063y\u0072\u0069\u006c\u006c\u0069\u0063",0x04b8:"\u0043h\u0065\u0076\u0065\u0072t\u0069\u0063\u0061\u006c\u0073t\u0072o\u006be\u0063\u0079\u0072\u0069\u006c\u006c\u0069c",0x03a7:"\u0043\u0068\u0069",0x0187:"\u0043\u0068\u006fo\u006b",0xf6f6:"\u0043i\u0072c\u0075\u006d\u0066\u006c\u0065\u0078\u0073\u006d\u0061\u006c\u006c",0xff23:"\u0043\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0x0551:"\u0043\u006f\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x2a74:"\u0043o\u006c\u006f\u006e\u0065\u0071",0xf763:"\u0043\u0073\u006d\u0061\u006c\u006c",0x0044:"\u0044",0x27f1:"\u0044\u0044\u006f\u0077\u006e\u0061\u0072\u0072\u006f\u0077",0x01f1:"\u0044\u005a",0x01c4:"\u0044Z\u0063\u0061\u0072\u006f\u006e",0x0534:"\u0044\u0061\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x0189:"\u0044\u0061\u0066\u0072\u0069\u0063\u0061\u006e",0x2ae5:"\u0044\u0061\u0073h\u0056",0x27da:"\u0044a\u0073\u0068\u0056\u0044\u0061\u0073h",0x2ae4:"\u0044\u0061\u0073h\u0076",0x010e:"\u0044\u0063\u0061\u0072\u006f\u006e",0xf810:"\u0044c\u0061\u0072\u006f\u006e\u0031",0x1e10:"\u0044\u0063\u0065\u0064\u0069\u006c\u006c\u0061",0x24b9:"\u0044c\u0069\u0072\u0063\u006c\u0065",0x1e12:"\u0044\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0062\u0065\u006c\u006f\u0077",0x0110:"\u0044\u0063\u0072\u006f\u0061\u0074",0x1e0a:"\u0044\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074",0x1e0c:"\u0044d\u006f\u0074\u0062\u0065\u006c\u006fw",0x290b:"\u0044\u0064\u006f\u0077\u006e\u0061\u0072\u0072\u006f\u0077",0x0414:"\u0044\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x03ee:"\u0044e\u0069\u0063\u006f\u0070\u0074\u0069c",0x2206:"\u0044\u0065\u006ct\u0061",0x0394:"\u0044\u0065\u006c\u0074\u0061\u0067\u0072\u0065\u0065\u006b",0x018a:"\u0044\u0068\u006fo\u006b",0xf6cb:"\u0044\u0069\u0065\u0072\u0065\u0073\u0069\u0073",0xf6cc:"\u0044\u0069\u0065\u0072\u0065\u0073\u0069\u0073\u0041\u0063\u0075\u0074\u0065",0xf6cd:"\u0044\u0069\u0065\u0072\u0065\u0073\u0069\u0073\u0047\u0072\u0061\u0076\u0065",0xf7a8:"\u0044\u0069\u0065\u0072\u0065\u0073\u0069\u0073\u0073\u006d\u0061\u006c\u006c",0x1d7cb:"\u0044i\u0067\u0061\u006d\u006d\u0061",0x03dc:"\u0044\u0069\u0067a\u006d\u006d\u0061\u0067\u0072\u0065\u0065\u006b",0x1e0e:"\u0044\u006c\u0069\u006e\u0065\u0062\u0065\u006c\u006f\u0077",0xff24:"\u0044\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0xf6f7:"\u0044\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074s\u006d\u0061\u006c\u006c",0xf764:"\u0044\u0073\u006d\u0061\u006c\u006c",0x018b:"\u0044t\u006f\u0070\u0062\u0061\u0072",0x01f2:"\u0044\u007a",0x01c5:"\u0044z\u0063\u0061\u0072\u006f\u006e",0x04e0:"D\u007ae\u0061\u0062\u006b\u0068\u0061\u0073\u0069\u0061n\u0063\u0079\u0072\u0069ll\u0069\u0063",0x040f:"\u0044\u007a\u0068e\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x0045:"\u0045",0x00c9:"\u0045\u0061\u0063\u0075\u0074\u0065",0xf7e9:"E\u0061\u0063\u0075\u0074\u0065\u0073\u006d\u0061\u006c\u006c",0x0114:"\u0045\u0062\u0072\u0065\u0076\u0065",0x011a:"\u0045\u0063\u0061\u0072\u006f\u006e",0x1e1c:"\u0045\u0063\u0065\u0064\u0069\u006c\u006c\u0061\u0062\u0072\u0065\u0076\u0065",0x0535:"E\u0063\u0068\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x24ba:"\u0045c\u0069\u0072\u0063\u006c\u0065",0x00ca:"E\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078",0x1ebe:"\u0045\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0061\u0063\u0075\u0074\u0065",0x1e18:"\u0045\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0062\u0065\u006c\u006f\u0077",0x1ec6:"\u0045\u0063\u0069\u0072cu\u006d\u0066\u006c\u0065\u0078\u0064\u006f\u0074\u0062\u0065\u006c\u006f\u0077",0x1ec0:"\u0045\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0067\u0072\u0061\u0076\u0065",0x1ec2:"E\u0063i\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078h\u006f\u006f\u006b\u0061bo\u0076\u0065",0xf7ea:"\u0045\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0073\u006d\u0061\u006c\u006c",0x1ec4:"\u0045\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0074\u0069\u006c\u0064\u0065",0x0404:"\u0045c\u0079\u0072\u0069\u006c\u006c\u0069c",0x0204:"\u0045d\u0062\u006c\u0067\u0072\u0061\u0076e",0x00cb:"\u0045d\u0069\u0065\u0072\u0065\u0073\u0069s",0xf7eb:"\u0045\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073s\u006d\u0061\u006c\u006c",0x0116:"\u0045\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074",0x1eb8:"\u0045d\u006f\u0074\u0062\u0065\u006c\u006fw",0x00c8:"\u0045\u0067\u0072\u0061\u0076\u0065",0xf7e8:"E\u0067\u0072\u0061\u0076\u0065\u0073\u006d\u0061\u006c\u006c",0x0537:"\u0045\u0068\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x1eba:"\u0045\u0068\u006f\u006f\u006b\u0061\u0062\u006f\u0076\u0065",0x2167:"\u0045\u0069\u0067\u0068\u0074\u0072\u006f\u006d\u0061\u006e",0x0206:"\u0045\u0069\u006e\u0076\u0065\u0072\u0074\u0065\u0064b\u0072\u0065\u0076\u0065",0x0464:"\u0045\u0069\u006f\u0074\u0069\u0066\u0069\u0065\u0064\u0063\u0079\u0072i\u006c\u006c\u0069\u0063",0x041b:"\u0045\u006c\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x216a:"E\u006c\u0065\u0076\u0065\u006e\u0072\u006f\u006d\u0061\u006e",0x0112:"\u0045m\u0061\u0063\u0072\u006f\u006e",0x1e16:"\u0045\u006d\u0061c\u0072\u006f\u006e\u0061\u0063\u0075\u0074\u0065",0x1e14:"\u0045\u006d\u0061c\u0072\u006f\u006e\u0067\u0072\u0061\u0076\u0065",0x041c:"\u0045\u006d\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0xff25:"\u0045\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0x04a2:"\u0045\u006e\u0064\u0065sc\u0065\u006e\u0064\u0065\u0072\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x014a:"\u0045\u006e\u0067",0x04a4:"\u0045\u006e\u0067\u0068\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x04c7:"\u0045\u006e\u0068\u006f\u006f\u006b\u0063\u0079\u0072i\u006c\u006c\u0069\u0063",0x0118:"\u0045o\u0067\u006f\u006e\u0065\u006b",0x0190:"\u0045\u006f\u0070e\u006e",0x0395:"\u0045p\u0073\u0069\u006c\u006f\u006e",0x0388:"\u0045\u0070\u0073i\u006c\u006f\u006e\u0074\u006f\u006e\u006f\u0073",0x2263:"\u0045\u0071\u0075i\u0076",0x018e:"\u0045r\u0065\u0076\u0065\u0072\u0073\u0065d",0x042d:"\u0045\u0072\u0065\u0076\u0065\u0072\u0073\u0065\u0064\u0063\u0079\u0072i\u006c\u006c\u0069\u0063",0x04aa:"\u0045\u0073\u0064\u0065sc\u0065\u006e\u0064\u0065\u0072\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x01a9:"\u0045\u0073\u0068",0xf765:"\u0045\u0073\u006d\u0061\u006c\u006c",0x0397:"\u0045\u0074\u0061",0x0538:"\u0045\u0074\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x0389:"\u0045\u0074\u0061\u0074\u006f\u006e\u006f\u0073",0x00d0:"\u0045\u0074\u0068",0xf7f0:"\u0045\u0074\u0068\u0073\u006d\u0061\u006c\u006c",0x1ebc:"\u0045\u0074\u0069\u006c\u0064\u0065",0x1e1a:"E\u0074\u0069\u006c\u0064\u0065\u0062\u0065\u006c\u006f\u0077",0x2107:"\u0045\u0075\u006c\u0065\u0072\u0063\u006f\u006e\u0073\u0074",0x20ac:"\u0045\u0075\u0072\u006f",0x01b7:"\u0045\u007a\u0068",0x01ee:"\u0045\u007a\u0068\u0063\u0061\u0072\u006f\u006e",0x01b8:"E\u007a\u0068\u0072\u0065\u0076\u0065\u0072\u0073\u0065\u0064",0x0046:"\u0046",0x24bb:"\u0046c\u0069\u0072\u0063\u006c\u0065",0x1e1e:"\u0046\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074",0x0556:"F\u0065\u0068\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x03e4:"\u0046e\u0069\u0063\u006f\u0070\u0074\u0069c",0x0191:"\u0046\u0068\u006fo\u006b",0x2132:"\u0046\u0069\u006e\u0076",0x2164:"\u0046i\u0076\u0065\u0072\u006f\u006d\u0061n",0xff26:"\u0046\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0x2163:"\u0046o\u0075\u0072\u0072\u006f\u006d\u0061n",0xf766:"\u0046\u0073\u006d\u0061\u006c\u006c",0x0047:"\u0047",0x3387:"\u0047\u0042\u0073\u0071\u0075\u0061\u0072\u0065",0x01f4:"\u0047\u0061\u0063\u0075\u0074\u0065",0x0393:"\u0047\u0061\u006dm\u0061",0x0194:"\u0047\u0061\u006dm\u0061\u0061\u0066\u0072\u0069\u0063\u0061\u006e",0x03ea:"\u0047\u0061\u006eg\u0069\u0061\u0063\u006f\u0070\u0074\u0069\u0063",0x011e:"\u0047\u0062\u0072\u0065\u0076\u0065",0x01e6:"\u0047\u0063\u0061\u0072\u006f\u006e",0x24bc:"\u0047c\u0069\u0072\u0063\u006c\u0065",0x011c:"G\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078",0x0122:"\u0047\u0063\u006fm\u006d\u0061\u0061\u0063\u0063\u0065\u006e\u0074",0x0120:"\u0047\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074",0x0413:"\u0047\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x0542:"\u0047\u0068\u0061d\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x0494:"G\u0068\u0065\u006d\u0069dd\u006ce\u0068\u006f\u006f\u006b\u0063y\u0072\u0069\u006c\u006c\u0069\u0063",0x0492:"\u0047\u0068\u0065\u0073\u0074\u0072\u006f\u006b\u0065\u0063\u0079\u0072i\u006c\u006c\u0069\u0063",0x0490:"\u0047\u0068\u0065\u0075\u0070\u0074\u0075\u0072\u006e\u0063\u0079\u0072i\u006c\u006c\u0069\u0063",0x0193:"\u0047\u0068\u006fo\u006b",0x0533:"G\u0069\u006d\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x1e20:"\u0047m\u0061\u0063\u0072\u006f\u006e",0x2141:"\u0047\u006d\u0069\u0072",0xff27:"\u0047\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0xf6ce:"\u0047\u0072\u0061v\u0065",0xf760:"\u0047\u0072\u0061\u0076\u0065\u0073\u006d\u0061\u006c\u006c",0xf767:"\u0047\u0073\u006d\u0061\u006c\u006c",0x022b:"\u0047\u0073\u006d\u0061\u006c\u006c\u0063\u0061\u0070\u0068\u006f\u006f\u006b",0x029b:"\u0047\u0073\u006d\u0061\u006c\u006c\u0068\u006f\u006f\u006b",0x01e4:"\u0047s\u0074\u0072\u006f\u006b\u0065",0x2aa2:"\u0047\u0074",0x0048:"\u0048",0x25a1:"\u0048\u0032\u0032\u0030\u0037\u0033",0x33cb:"\u0048\u0050\u0073\u0071\u0075\u0061\u0072\u0065",0x04a8:"\u0048\u0061\u0061\u0062kh\u0061\u0073\u0069\u0061\u006e\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x04b2:"\u0048\u0061\u0064\u0065sc\u0065\u006e\u0064\u0065\u0072\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x0126:"\u0048\u0062\u0061\u0072",0x1e2a:"H\u0062\u0072\u0065\u0076\u0065\u0062\u0065\u006c\u006f\u0077",0x1e28:"\u0048\u0063\u0065\u0064\u0069\u006c\u006c\u0061",0x24bd:"\u0048c\u0069\u0072\u0063\u006c\u0065",0x0124:"H\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078",0x1e26:"\u0048d\u0069\u0065\u0072\u0065\u0073\u0069s",0x1e22:"\u0048\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074",0x1e24:"\u0048d\u006f\u0074\u0062\u0065\u006c\u006fw",0x26a5:"\u0048\u0065\u0072\u006d\u0061\u0070\u0068\u0072\u006f\u0064\u0069\u0074\u0065",0xff28:"\u0048\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0x0540:"\u0048\u006f\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x03e8:"\u0048\u006f\u0072\u0069\u0063\u006f\u0070\u0074\u0069\u0063",0xf768:"\u0048\u0073\u006d\u0061\u006c\u006c",0x022c:"\u0048s\u006d\u0061\u006c\u006c\u0063\u0061p",0xf6cf:"\u0048\u0075\u006eg\u0061\u0072\u0075\u006d\u006c\u0061\u0075\u0074",0xf6f8:"\u0048\u0075\u006e\u0067\u0061\u0072\u0075\u006d\u006c\u0061\u0075\u0074s\u006d\u0061\u006c\u006c",0x3390:"\u0048\u007a\u0073\u0071\u0075\u0061\u0072\u0065",0x0049:"\u0049",0x0132:"\u0049\u004a",0x00cd:"\u0049\u0061\u0063\u0075\u0074\u0065",0xf7ed:"I\u0061\u0063\u0075\u0074\u0065\u0073\u006d\u0061\u006c\u006c",0x012c:"\u0049\u0062\u0072\u0065\u0076\u0065",0x01cf:"\u0049\u0063\u0061\u0072\u006f\u006e",0x24be:"\u0049c\u0069\u0072\u0063\u006c\u0065",0x00ce:"I\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078",0xf7ee:"\u0049\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0073\u006d\u0061\u006c\u006c",0x03fc:"\u0049c\u0079\u0072\u0069\u006c\u0031",0x0208:"\u0049d\u0062\u006c\u0067\u0072\u0061\u0076e",0x00cf:"\u0049d\u0069\u0065\u0072\u0065\u0073\u0069s",0x1e2e:"\u0049\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073a\u0063\u0075\u0074\u0065",0x04e4:"\u0049\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073\u0063\u0079\u0072i\u006c\u006c\u0069\u0063",0xf7ef:"\u0049\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073s\u006d\u0061\u006c\u006c",0x0130:"\u0049\u0064\u006f\u0074",0x1eca:"\u0049d\u006f\u0074\u0062\u0065\u006c\u006fw",0x04d6:"\u0049e\u0062r\u0065\u0076\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x0415:"\u0049\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x03f8:"\u0049\u0065\u0068\u006f\u006f\u006b",0x03fa:"\u0049\u0065\u0068o\u006f\u006b\u006f\u0067\u006f\u006e\u0065\u006b",0x2111:"\u0049\u0066\u0072\u0061\u006b\u0074\u0075\u0072",0x00cc:"\u0049\u0067\u0072\u0061\u0076\u0065",0xf7ec:"I\u0067\u0072\u0061\u0076\u0065\u0073\u006d\u0061\u006c\u006c",0x1ec8:"\u0049\u0068\u006f\u006f\u006b\u0061\u0062\u006f\u0076\u0065",0x0418:"\u0049\u0069\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x020a:"\u0049\u0069\u006e\u0076\u0065\u0072\u0074\u0065\u0064b\u0072\u0065\u0076\u0065",0x012a:"\u0049m\u0061\u0063\u0072\u006f\u006e",0x04e2:"\u0049m\u0061c\u0072\u006f\u006e\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0xff29:"\u0049\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0x053b:"I\u006e\u0069\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x0401:"\u0049\u006f\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x012e:"\u0049o\u0067\u006f\u006e\u0065\u006b",0x0399:"\u0049\u006f\u0074\u0061",0x0196:"I\u006f\u0074\u0061\u0061\u0066\u0072\u0069\u0063\u0061\u006e",0x02f3:"\u0049\u006f\u0074\u0061\u0064\u0069\u0061\u0065\u0072\u0065\u0073\u0069\u0073",0x03aa:"\u0049\u006f\u0074a\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073",0x038a:"\u0049o\u0074\u0061\u0074\u006f\u006e\u006fs",0xf769:"\u0049\u0073\u006d\u0061\u006c\u006c",0x0197:"\u0049s\u0074\u0072\u006f\u006b\u0065",0x0128:"\u0049\u0074\u0069\u006c\u0064\u0065",0x1e2c:"I\u0074\u0069\u006c\u0064\u0065\u0062\u0065\u006c\u006f\u0077",0x0476:"\u0049\u007a\u0068it\u0073\u0061\u0064\u0062\u006c\u0067\u0072\u0061\u0076\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x004a:"\u004a",0x0541:"\u004a\u0061\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x24bf:"\u004ac\u0069\u0072\u0063\u006c\u0065",0x0134:"J\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078",0x054b:"\u004a\u0068\u0065h\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0xff2a:"\u004a\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0x2a1d:"\u004a\u006f\u0069\u006e",0xf76a:"\u004a\u0073\u006d\u0061\u006c\u006c",0x004b:"\u004b",0x3385:"\u004b\u0042\u0073\u0071\u0075\u0061\u0072\u0065",0x33cd:"\u004b\u004b\u0073\u0071\u0075\u0061\u0072\u0065",0x04a0:"\u004b\u0061\u0062\u0061\u0073\u0068\u006b\u0069\u0072\u0063\u0079\u0072i\u006c\u006c\u0069\u0063",0x1e30:"\u004b\u0061\u0063\u0075\u0074\u0065",0x049a:"\u004b\u0061\u0064\u0065sc\u0065\u006e\u0064\u0065\u0072\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x03ff:"\u004b\u0061\u0068\u006f\u006f\u006b",0x04c3:"\u004b\u0061\u0068\u006f\u006f\u006b\u0063\u0079\u0072i\u006c\u006c\u0069\u0063",0x039a:"\u004b\u0061\u0070p\u0061",0x049e:"\u004b\u0061s\u0074\u0072\u006fk\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x049c:"\u004ba\u0076\u0065\u0072\u0074\u0069\u0063\u0061\u006c\u0073\u0074\u0072o\u006b\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x01e8:"\u004b\u0063\u0061\u0072\u006f\u006e",0x0136:"\u004b\u0063\u0065\u0064\u0069\u006c\u006c\u0061",0x24c0:"\u004bc\u0069\u0072\u0063\u006c\u0065",0x1e32:"\u004bd\u006f\u0074\u0062\u0065\u006c\u006fw",0x0554:"K\u0065\u0068\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x053f:"K\u0065\u006e\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x0425:"K\u0068\u0061\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x03e6:"\u004b\u0068\u0065\u0069\u0063\u006f\u0070\u0074\u0069\u0063",0x0198:"\u004b\u0068\u006fo\u006b",0x040c:"K\u006a\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x1e34:"\u004b\u006c\u0069\u006e\u0065\u0062\u0065\u006c\u006f\u0077",0xff2b:"\u004b\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0x0480:"\u004b\u006f\u0070\u0070\u0061\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x03de:"\u004b\u006f\u0070\u0070\u0061\u0067\u0072\u0065\u0065\u006b",0x046e:"K\u0073\u0069\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0xf76b:"\u004b\u0073\u006d\u0061\u006c\u006c",0x004c:"\u004c",0x01c7:"\u004c\u004a",0xf6bf:"\u004c\u004c",0x2b45:"\u004c\u004c\u0065\u0066\u0074\u0061\u0072\u0072\u006f\u0077",0x0139:"\u004c\u0061\u0063\u0075\u0074\u0065",0x039b:"\u004c\u0061\u006d\u0062\u0064\u0061",0x27ec:"\u004cb\u0072\u0062\u0072\u0061\u006b",0x013d:"\u004c\u0063\u0061\u0072\u006f\u006e",0xf812:"\u004cc\u0061\u0072\u006f\u006e\u0031",0x013b:"\u004c\u0063\u0065\u0064\u0069\u006c\u006c\u0061",0xf81a:"\u004cc\u0065\u0064\u0069\u006c\u006c\u00611",0x24c1:"\u004cc\u0069\u0072\u0063\u006c\u0065",0x1e3c:"\u004c\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0062\u0065\u006c\u006f\u0077",0x013f:"\u004c\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074",0x1e36:"\u004cd\u006f\u0074\u0062\u0065\u006c\u006fw",0x1e38:"\u004cd\u006ft\u0062\u0065\u006c\u006f\u0077\u006d\u0061\u0063\u0072\u006f\u006e",0x21b2:"\u004c\u0064\u0073\u0068",0x053c:"\u004c\u0069\u0077n\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x01c8:"\u004c\u006a",0x0409:"L\u006a\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x1e3a:"\u004c\u006c\u0069\u006e\u0065\u0062\u0065\u006c\u006f\u0077",0xff2c:"\u004c\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0x27f8:"\u004c\u006f\u006e\u0067\u006c\u0065\u0066\u0074\u0061\u0072\u0072\u006f\u0077",0x27fa:"\u004co\u006eg\u006c\u0065\u0066\u0074\u0072i\u0067\u0068t\u0061\u0072\u0072\u006f\u0077",0x27fd:"\u004c\u006f\u006eg\u006d\u0061\u0070\u0073\u0066\u0072\u006f\u006d",0x27fe:"\u004c\u006f\u006e\u0067\u006d\u0061\u0070\u0073\u0074\u006f",0x27f9:"\u004c\u006f\u006e\u0067\u0072\u0069\u0067\u0068\u0074a\u0072\u0072\u006f\u0077",0x2995:"\u004cp\u0061\u0072\u0065\u006e\u0067\u0074r",0x0141:"\u004c\u0073\u006c\u0061\u0073\u0068",0xf6f9:"L\u0073\u006c\u0061\u0073\u0068\u0073\u006d\u0061\u006c\u006c",0xf76c:"\u004c\u0073\u006d\u0061\u006c\u006c",0x022f:"\u004cs\u006d\u0061\u006c\u006c\u0063\u0061p",0x2aa1:"\u004c\u0074",0x29da:"\u004c\u0076\u007a\u0069\u0067\u007a\u0061\u0067",0x004d:"\u004d",0x3386:"\u004d\u0042\u0073\u0071\u0075\u0061\u0072\u0065",0xf6d0:"\u004d\u0061\u0063\u0072\u006f\u006e",0xf7af:"M\u0061\u0063\u0072\u006f\u006e\u0073\u006d\u0061\u006c\u006c",0x1e3e:"\u004d\u0061\u0063\u0075\u0074\u0065",0x2906:"\u004d\u0061\u0070\u0073\u0066\u0072\u006f\u006d",0x2907:"\u004d\u0061\u0070\u0073\u0074\u006f",0x24c2:"\u004dc\u0069\u0072\u0063\u006c\u0065",0x1e40:"\u004d\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074",0x1e42:"\u004dd\u006f\u0074\u0062\u0065\u006c\u006fw",0x0544:"M\u0065\u006e\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0xff2d:"\u004d\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0xf76d:"\u004d\u0073\u006d\u0061\u006c\u006c",0x019c:"\u004dt\u0075\u0072\u006e\u0065\u0064",0x039c:"\u004d\u0075",0x004e:"\u004e",0x01ca:"\u004e\u004a",0x0143:"\u004e\u0061\u0063\u0075\u0074\u0065",0x0147:"\u004e\u0063\u0061\u0072\u006f\u006e",0xf81c:"\u004ec\u0065\u0064\u0069\u006c\u006c\u00611",0x24c3:"\u004ec\u0069\u0072\u0063\u006c\u0065",0x1e4a:"\u004e\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0062\u0065\u006c\u006f\u0077",0x0145:"\u004e\u0063\u006fm\u006d\u0061\u0061\u0063\u0063\u0065\u006e\u0074",0x1e44:"\u004e\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074",0x1e46:"\u004ed\u006f\u0074\u0062\u0065\u006c\u006fw",0x21d7:"\u004ee\u0061\u0072\u0072\u006f\u0077",0x019d:"\u004eh\u006f\u006f\u006b\u006c\u0065\u0066t",0x2168:"\u004ei\u006e\u0065\u0072\u006f\u006d\u0061n",0x01cb:"\u004e\u006a",0x1e48:"\u004e\u006c\u0069\u006e\u0065\u0062\u0065\u006c\u006f\u0077",0xff2e:"\u004e\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0x2aec:"\u004e\u006f\u0074",0x0546:"N\u006f\u0077\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0xf76e:"\u004e\u0073\u006d\u0061\u006c\u006c",0x00d1:"\u004e\u0074\u0069\u006c\u0064\u0065",0xf7f1:"N\u0074\u0069\u006c\u0064\u0065\u0073\u006d\u0061\u006c\u006c",0x039d:"\u004e\u0075",0x21d6:"\u004ew\u0061\u0072\u0072\u006f\u0077",0x004f:"\u004f",0x0152:"\u004f\u0045",0xf6fa:"\u004fE\u0073\u006d\u0061\u006c\u006c",0x00d3:"\u004f\u0061\u0063\u0075\u0074\u0065",0xf7f3:"O\u0061\u0063\u0075\u0074\u0065\u0073\u006d\u0061\u006c\u006c",0x04e8:"\u004fb\u0061r\u0072\u0065\u0064\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x04ea:"\u004f\u0062\u0061rr\u0065\u0064\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x014e:"\u004f\u0062\u0072\u0065\u0076\u0065",0x01d1:"\u004f\u0063\u0061\u0072\u006f\u006e",0x019f:"\u004f\u0063\u0065\u006e\u0074\u0065\u0072\u0065\u0064t\u0069\u006c\u0064\u0065",0x24c4:"\u004fc\u0069\u0072\u0063\u006c\u0065",0x00d4:"O\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078",0x1ed0:"\u004f\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0061\u0063\u0075\u0074\u0065",0x1ed8:"\u004f\u0063\u0069\u0072cu\u006d\u0066\u006c\u0065\u0078\u0064\u006f\u0074\u0062\u0065\u006c\u006f\u0077",0x1ed2:"\u004f\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0067\u0072\u0061\u0076\u0065",0x1ed4:"O\u0063i\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078h\u006f\u006f\u006b\u0061bo\u0076\u0065",0xf7f4:"\u004f\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0073\u006d\u0061\u006c\u006c",0x1ed6:"\u004f\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0074\u0069\u006c\u0064\u0065",0x041e:"\u004fc\u0079\u0072\u0069\u006c\u006c\u0069c",0x0150:"\u004fd\u0062\u006c\u0061\u0063\u0075\u0074e",0x020c:"\u004fd\u0062\u006c\u0067\u0072\u0061\u0076e",0x00d6:"\u004fd\u0069\u0065\u0072\u0065\u0073\u0069s",0x04e6:"\u004f\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073\u0063\u0079\u0072i\u006c\u006c\u0069\u0063",0xf7f6:"\u004f\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073s\u006d\u0061\u006c\u006c",0x1ecc:"\u004fd\u006f\u0074\u0062\u0065\u006c\u006fw",0xf6fb:"O\u0067\u006f\u006e\u0065\u006b\u0073\u006d\u0061\u006c\u006c",0x00d2:"\u004f\u0067\u0072\u0061\u0076\u0065",0xf7f2:"O\u0067\u0072\u0061\u0076\u0065\u0073\u006d\u0061\u006c\u006c",0x0555:"\u004f\u0068\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x1ece:"\u004f\u0068\u006f\u006f\u006b\u0061\u0062\u006f\u0076\u0065",0x01a0:"\u004f\u0068\u006fr\u006e",0x1eda:"\u004f\u0068\u006f\u0072\u006e\u0061\u0063\u0075\u0074\u0065",0x1ee2:"\u004f\u0068\u006f\u0072\u006e\u0064\u006f\u0074\u0062\u0065\u006c\u006f\u0077",0x1edc:"\u004f\u0068\u006f\u0072\u006e\u0067\u0072\u0061\u0076\u0065",0x1ede:"\u004f\u0068\u006f\u0072\u006e\u0068\u006f\u006f\u006ba\u0062\u006f\u0076\u0065",0x1ee0:"\u004f\u0068\u006f\u0072\u006e\u0074\u0069\u006c\u0064\u0065",0x01a2:"\u004f\u0069",0x020e:"\u004f\u0069\u006e\u0076\u0065\u0072\u0074\u0065\u0064b\u0072\u0065\u0076\u0065",0x014c:"\u004fm\u0061\u0063\u0072\u006f\u006e",0x1e52:"\u004f\u006d\u0061c\u0072\u006f\u006e\u0061\u0063\u0075\u0074\u0065",0x1e50:"\u004f\u006d\u0061c\u0072\u006f\u006e\u0067\u0072\u0061\u0076\u0065",0x2126:"\u004f\u006d\u0065g\u0061",0x0460:"\u004f\u006d\u0065\u0067\u0061\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x03a9:"\u004f\u006d\u0065\u0067\u0061\u0067\u0072\u0065\u0065\u006b",0x2127:"\u004f\u006d\u0065\u0067\u0061\u0069\u006e\u0076",0x047a:"\u004fm\u0065g\u0061\u0072\u006f\u0075\u006ed\u0063\u0079r\u0069\u006c\u006c\u0069\u0063",0x047c:"\u004fm\u0065g\u0061\u0074\u0069\u0074\u006co\u0063\u0079r\u0069\u006c\u006c\u0069\u0063",0x038f:"\u004f\u006d\u0065\u0067\u0061\u0074\u006f\u006e\u006f\u0073",0x039f:"\u004fm\u0069\u0063\u0072\u006f\u006e",0x038c:"\u004f\u006d\u0069c\u0072\u006f\u006e\u0074\u006f\u006e\u006f\u0073",0xff2f:"\u004f\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0x2160:"\u004f\u006e\u0065\u0072\u006f\u006d\u0061\u006e",0x01ea:"\u004fo\u0067\u006f\u006e\u0065\u006b",0x01ec:"\u004f\u006f\u0067\u006f\u006e\u0065\u006b\u006d\u0061\u0063\u0072\u006f\u006e",0x0186:"\u004f\u006f\u0070e\u006e",0x00d8:"\u004f\u0073\u006c\u0061\u0073\u0068",0x01fe:"O\u0073\u006c\u0061\u0073\u0068\u0061\u0063\u0075\u0074\u0065",0xf7f8:"O\u0073\u006c\u0061\u0073\u0068\u0073\u006d\u0061\u006c\u006c",0xf76f:"\u004f\u0073\u006d\u0061\u006c\u006c",0x047e:"\u004f\u0074\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x00d5:"\u004f\u0074\u0069\u006c\u0064\u0065",0x1e4c:"O\u0074\u0069\u006c\u0064\u0065\u0061\u0063\u0075\u0074\u0065",0x1e4e:"\u004f\u0074\u0069\u006c\u0064\u0065\u0064\u0069\u0065r\u0065\u0073\u0069\u0073",0xf7f5:"O\u0074\u0069\u006c\u0064\u0065\u0073\u006d\u0061\u006c\u006c",0x2a37:"\u004f\u0074\u0069\u006d\u0065\u0073",0x0050:"\u0050",0x1e54:"\u0050\u0061\u0063\u0075\u0074\u0065",0x24c5:"\u0050c\u0069\u0072\u0063\u006c\u0065",0x1e56:"\u0050\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074",0x054a:"P\u0065\u0068\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x04a6:"P\u0065m\u0069\u0064\u0064\u006c\u0065\u0068\u006f\u006fk\u0063\u0079\u0072\u0069ll\u0069\u0063",0x03a6:"\u0050\u0068\u0069",0x01a4:"\u0050\u0068\u006fo\u006b",0x03a0:"\u0050\u0069",0x0553:"\u0050\u0069\u0077r\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x210e:"P\u006c\u0061\u006e\u0063\u006b\u0063\u006f\u006e\u0073\u0074",0xff30:"\u0050\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0x2abb:"\u0050\u0072\u0065\u0063",0x214a:"\u0050\u0072\u006fp\u0065\u0072\u0074\u0079\u004c\u0069\u006e\u0065",0x03a8:"\u0050\u0073\u0069",0x0470:"P\u0073\u0069\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0xf770:"\u0050\u0073\u006d\u0061\u006c\u006c",0x0051:"\u0051",0x220e:"\u0051\u0045\u0044",0x24c6:"\u0051c\u0069\u0072\u0063\u006c\u0065",0xff31:"\u0051\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0xf771:"\u0051\u0073\u006d\u0061\u006c\u006c",0x2047:"\u0051\u0075\u0065\u0073\u0074\u0069\u006f\u006e",0x0052:"\u0052",0x2b46:"R\u0052\u0069\u0067\u0068\u0074\u0061\u0072\u0072\u006f\u0077",0x054c:"\u0052\u0061\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x0154:"\u0052\u0061\u0063\u0075\u0074\u0065",0x27ed:"\u0052b\u0072\u0062\u0072\u0061\u006b",0x0158:"\u0052\u0063\u0061\u0072\u006f\u006e",0x0156:"\u0052\u0063\u0065\u0064\u0069\u006c\u006c\u0061",0xf81e:"\u0052c\u0065\u0064\u0069\u006c\u006c\u00611",0x24c7:"\u0052c\u0069\u0072\u0063\u006c\u0065",0xf831:"R\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078",0x0210:"\u0052d\u0062\u006c\u0067\u0072\u0061\u0076e",0x1e58:"\u0052\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074",0x1e5a:"\u0052d\u006f\u0074\u0062\u0065\u006c\u006fw",0x1e5c:"\u0052d\u006ft\u0062\u0065\u006c\u006f\u0077\u006d\u0061\u0063\u0072\u006f\u006e",0x21b3:"\u0052\u0064\u0073\u0068",0x0550:"R\u0065\u0068\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x211c:"\u0052\u0066\u0072\u0061\u006b\u0074\u0075\u0072",0x03a1:"\u0052\u0068\u006f",0xf6fc:"\u0052i\u006e\u0067\u0073\u006d\u0061\u006cl",0x0212:"\u0052\u0069\u006e\u0076\u0065\u0072\u0074\u0065\u0064b\u0072\u0065\u0076\u0065",0x1e5e:"\u0052\u006c\u0069\u006e\u0065\u0062\u0065\u006c\u006f\u0077",0xff32:"\u0052\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0x2996:"\u0052\u0070\u0061\u0072\u0065\u006e\u006c\u0065\u0073\u0073",0xf772:"\u0052\u0073\u006d\u0061\u006c\u006c",0x0281:"\u0052\u0073\u006d\u0061\u006c\u006c\u0069\u006e\u0076e\u0072\u0074\u0065\u0064",0x02b6:"\u0052\u0073\u006d\u0061ll\u0069\u006e\u0076\u0065\u0072\u0074\u0065\u0064\u0073\u0075\u0070\u0065\u0072\u0069o\u0072",0x023f:"\u0052\u0074\u0075\u0072\u006e\u0073\u0075\u0070\u0065\u0072",0x29db:"\u0052\u0076\u007a\u0069\u0067\u007a\u0061\u0067",0x0053:"\u0053",0x024f:"\u0053\u0044\u0031\u0035\u0030\u0031\u0030\u0030",0x250c:"\u0053\u0046\u0030\u0031\u0030\u0030\u0030\u0030",0x2514:"\u0053\u0046\u0030\u0032\u0030\u0030\u0030\u0030",0x2510:"\u0053\u0046\u0030\u0033\u0030\u0030\u0030\u0030",0x2518:"\u0053\u0046\u0030\u0034\u0030\u0030\u0030\u0030",0x253c:"\u0053\u0046\u0030\u0035\u0030\u0030\u0030\u0030",0x252c:"\u0053\u0046\u0030\u0036\u0030\u0030\u0030\u0030",0x2534:"\u0053\u0046\u0030\u0037\u0030\u0030\u0030\u0030",0x251c:"\u0053\u0046\u0030\u0038\u0030\u0030\u0030\u0030",0x2524:"\u0053\u0046\u0030\u0039\u0030\u0030\u0030\u0030",0x2500:"\u0053\u0046\u0031\u0030\u0030\u0030\u0030\u0030",0x2502:"\u0053\u0046\u0031\u0031\u0030\u0030\u0030\u0030",0x2561:"\u0053\u0046\u0031\u0039\u0030\u0030\u0030\u0030",0x2562:"\u0053\u0046\u0032\u0030\u0030\u0030\u0030\u0030",0x2556:"\u0053\u0046\u0032\u0031\u0030\u0030\u0030\u0030",0x2555:"\u0053\u0046\u0032\u0032\u0030\u0030\u0030\u0030",0x2563:"\u0053\u0046\u0032\u0033\u0030\u0030\u0030\u0030",0x2551:"\u0053\u0046\u0032\u0034\u0030\u0030\u0030\u0030",0x2557:"\u0053\u0046\u0032\u0035\u0030\u0030\u0030\u0030",0x255d:"\u0053\u0046\u0032\u0036\u0030\u0030\u0030\u0030",0x255c:"\u0053\u0046\u0032\u0037\u0030\u0030\u0030\u0030",0x255b:"\u0053\u0046\u0032\u0038\u0030\u0030\u0030\u0030",0x255e:"\u0053\u0046\u0033\u0036\u0030\u0030\u0030\u0030",0x255f:"\u0053\u0046\u0033\u0037\u0030\u0030\u0030\u0030",0x255a:"\u0053\u0046\u0033\u0038\u0030\u0030\u0030\u0030",0x2554:"\u0053\u0046\u0033\u0039\u0030\u0030\u0030\u0030",0x2569:"\u0053\u0046\u0034\u0030\u0030\u0030\u0030\u0030",0x2566:"\u0053\u0046\u0034\u0031\u0030\u0030\u0030\u0030",0x2560:"\u0053\u0046\u0034\u0032\u0030\u0030\u0030\u0030",0x2550:"\u0053\u0046\u0034\u0033\u0030\u0030\u0030\u0030",0x256c:"\u0053\u0046\u0034\u0034\u0030\u0030\u0030\u0030",0x2567:"\u0053\u0046\u0034\u0035\u0030\u0030\u0030\u0030",0x2568:"\u0053\u0046\u0034\u0036\u0030\u0030\u0030\u0030",0x2564:"\u0053\u0046\u0034\u0037\u0030\u0030\u0030\u0030",0x2565:"\u0053\u0046\u0034\u0038\u0030\u0030\u0030\u0030",0x2559:"\u0053\u0046\u0034\u0039\u0030\u0030\u0030\u0030",0x2558:"\u0053\u0046\u0035\u0030\u0030\u0030\u0030\u0030",0x2552:"\u0053\u0046\u0035\u0031\u0030\u0030\u0030\u0030",0x2553:"\u0053\u0046\u0035\u0032\u0030\u0030\u0030\u0030",0x256b:"\u0053\u0046\u0035\u0033\u0030\u0030\u0030\u0030",0x256a:"\u0053\u0046\u0035\u0034\u0030\u0030\u0030\u0030",0x015a:"\u0053\u0061\u0063\u0075\u0074\u0065",0x1e64:"\u0053a\u0063u\u0074\u0065\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074",0x03e0:"\u0053\u0061\u006d\u0070\u0069\u0067\u0072\u0065\u0065\u006b",0x0160:"\u0053\u0063\u0061\u0072\u006f\u006e",0x1e66:"\u0053c\u0061r\u006f\u006e\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074",0xf6fd:"S\u0063\u0061\u0072\u006f\u006e\u0073\u006d\u0061\u006c\u006c",0x015e:"\u0053\u0063\u0065\u0064\u0069\u006c\u006c\u0061",0xf816:"\u0053c\u0065\u0064\u0069\u006c\u006c\u00611",0x018f:"\u0053\u0063\u0068w\u0061",0x04d8:"\u0053\u0063\u0068\u0077\u0061\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x04da:"S\u0063\u0068\u0077\u0061di\u0065r\u0065\u0073\u0069\u0073\u0063y\u0072\u0069\u006c\u006c\u0069\u0063",0x24c8:"\u0053c\u0069\u0072\u0063\u006c\u0065",0x015c:"S\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078",0x0218:"\u0053\u0063\u006fm\u006d\u0061\u0061\u0063\u0063\u0065\u006e\u0074",0x1e60:"\u0053\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074",0x1e62:"\u0053d\u006f\u0074\u0062\u0065\u006c\u006fw",0x1e68:"\u0053d\u006ft\u0062\u0065\u006c\u006f\u0077d\u006f\u0074a\u0063\u0063\u0065\u006e\u0074",0x21d8:"\u0053e\u0061\u0072\u0072\u006f\u0077",0x054d:"S\u0065\u0068\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x2166:"\u0053\u0065\u0076\u0065\u006e\u0072\u006f\u006d\u0061\u006e",0x0547:"S\u0068\u0061\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x0428:"S\u0068\u0061\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x03e2:"\u0053\u0068\u0065\u0069\u0063\u006f\u0070\u0074\u0069\u0063",0x04ba:"\u0053\u0068\u0068a\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x03ec:"S\u0068\u0069\u006d\u0061\u0063\u006f\u0070\u0074\u0069\u0063",0x03a3:"\u0053\u0069\u0067m\u0061",0x2165:"\u0053\u0069\u0078\u0072\u006f\u006d\u0061\u006e",0xff33:"\u0053\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0x2a4e:"\u0053\u0071\u0063a\u0070",0x2a4f:"\u0053\u0071\u0063u\u0070",0xf773:"\u0053\u0073\u006d\u0061\u006c\u006c",0x03da:"S\u0074\u0069\u0067\u006d\u0061\u0067\u0072\u0065\u0065\u006b",0x2abc:"\u0053\u0075\u0063\u0063",0x21d9:"\u0053w\u0061\u0072\u0072\u006f\u0077",0x0054:"\u0054",0x03a4:"\u0054\u0061\u0075",0x0166:"\u0054\u0062\u0061\u0072",0x0164:"\u0054\u0063\u0061\u0072\u006f\u006e",0xf814:"\u0054c\u0061\u0072\u006f\u006e\u0031",0xf818:"\u0054c\u0065\u0064\u0069\u006c\u006c\u00611",0x24c9:"\u0054c\u0069\u0072\u0063\u006c\u0065",0x1e70:"\u0054\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0062\u0065\u006c\u006f\u0077",0x0162:"\u0054\u0063\u006fm\u006d\u0061\u0061\u0063\u0063\u0065\u006e\u0074",0x1e6a:"\u0054\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074",0x1e6c:"\u0054d\u006f\u0074\u0062\u0065\u006c\u006fw",0x04ac:"\u0054\u0065\u0064\u0065sc\u0065\u006e\u0064\u0065\u0072\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x2169:"\u0054\u0065\u006e\u0072\u006f\u006d\u0061\u006e",0x04b4:"\u0054\u0065\u0074\u0073\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x0398:"\u0054\u0068\u0065t\u0061",0x01ac:"\u0054\u0068\u006fo\u006b",0x00de:"\u0054\u0068\u006fr\u006e",0xf7fe:"\u0054\u0068\u006f\u0072\u006e\u0073\u006d\u0061\u006c\u006c",0x2162:"\u0054\u0068\u0072\u0065\u0065\u0072\u006f\u006d\u0061\u006e",0xf6fe:"\u0054\u0069\u006c\u0064\u0065\u0073\u006d\u0061\u006c\u006c",0x054f:"\u0054\u0069\u0077n\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x1e6e:"\u0054\u006c\u0069\u006e\u0065\u0062\u0065\u006c\u006f\u0077",0xff34:"\u0054\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0x0539:"\u0054\u006f\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x01bc:"\u0054\u006f\u006e\u0065\u0066\u0069\u0076\u0065",0x0184:"\u0054o\u006e\u0065\u0073\u0069\u0078",0x01a7:"\u0054o\u006e\u0065\u0074\u0077\u006f",0x01ae:"\u0054\u0072\u0065\u0074\u0072\u006f\u0066\u006c\u0065x\u0068\u006f\u006f\u006b",0x0426:"T\u0073\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x040b:"\u0054\u0073\u0068e\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0xf774:"\u0054\u0073\u006d\u0061\u006c\u006c",0x216b:"T\u0077\u0065\u006c\u0076\u0065\u0072\u006f\u006d\u0061\u006e",0x2161:"\u0054\u0077\u006f\u0072\u006f\u006d\u0061\u006e",0x0055:"\u0055",0x27f0:"\u0055\u0055\u0070\u0061\u0072\u0072\u006f\u0077",0x00da:"\u0055\u0061\u0063\u0075\u0074\u0065",0xf7fa:"U\u0061\u0063\u0075\u0074\u0065\u0073\u006d\u0061\u006c\u006c",0x016c:"\u0055\u0062\u0072\u0065\u0076\u0065",0x01d3:"\u0055\u0063\u0061\u0072\u006f\u006e",0xf833:"\u0055\u0063\u0065\u0064\u0069\u006c\u006c\u0061",0x24ca:"\u0055c\u0069\u0072\u0063\u006c\u0065",0x00db:"U\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078",0x1e76:"\u0055\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0062\u0065\u006c\u006f\u0077",0xf7fb:"\u0055\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0073\u006d\u0061\u006c\u006c",0x0423:"\u0055c\u0079\u0072\u0069\u006c\u006c\u0069c",0x0214:"\u0055d\u0062\u006c\u0067\u0072\u0061\u0076e",0x00dc:"\u0055d\u0069\u0065\u0072\u0065\u0073\u0069s",0x01d7:"\u0055\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073a\u0063\u0075\u0074\u0065",0x1e72:"\u0055\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073b\u0065\u006c\u006f\u0077",0x01d9:"\u0055\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073c\u0061\u0072\u006f\u006e",0x04f0:"\u0055\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073\u0063\u0079\u0072i\u006c\u006c\u0069\u0063",0x01db:"\u0055\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073g\u0072\u0061\u0076\u0065",0x01d5:"\u0055d\u0069e\u0072\u0065\u0073\u0069\u0073\u006d\u0061\u0063\u0072\u006f\u006e",0xf7fc:"\u0055\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073s\u006d\u0061\u006c\u006c",0x1ee4:"\u0055d\u006f\u0074\u0062\u0065\u006c\u006fw",0x00d9:"\u0055\u0067\u0072\u0061\u0076\u0065",0xf7f9:"U\u0067\u0072\u0061\u0076\u0065\u0073\u006d\u0061\u006c\u006c",0x1ee6:"\u0055\u0068\u006f\u006f\u006b\u0061\u0062\u006f\u0076\u0065",0x01af:"\u0055\u0068\u006fr\u006e",0x1ee8:"\u0055\u0068\u006f\u0072\u006e\u0061\u0063\u0075\u0074\u0065",0x1ef0:"\u0055\u0068\u006f\u0072\u006e\u0064\u006f\u0074\u0062\u0065\u006c\u006f\u0077",0x1eea:"\u0055\u0068\u006f\u0072\u006e\u0067\u0072\u0061\u0076\u0065",0x1eec:"\u0055\u0068\u006f\u0072\u006e\u0068\u006f\u006f\u006ba\u0062\u006f\u0076\u0065",0x1eee:"\u0055\u0068\u006f\u0072\u006e\u0074\u0069\u006c\u0064\u0065",0x0170:"\u0055\u0068\u0075\u006e\u0067\u0061\u0072\u0075\u006d\u006c\u0061\u0075\u0074",0x04f2:"U\u0068\u0075\u006e\u0067ar\u0075m\u006c\u0061\u0075\u0074\u0063y\u0072\u0069\u006c\u006c\u0069\u0063",0x0216:"\u0055\u0069\u006e\u0076\u0065\u0072\u0074\u0065\u0064b\u0072\u0065\u0076\u0065",0x0478:"\u0055\u006b\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x016a:"\u0055m\u0061\u0063\u0072\u006f\u006e",0x04ee:"\u0055m\u0061c\u0072\u006f\u006e\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x1e7a:"\u0055m\u0061c\u0072\u006f\u006e\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073",0xff35:"\u0055\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0x0172:"\u0055o\u0067\u006f\u006e\u0065\u006b",0x03a5:"\u0055p\u0073\u0069\u006c\u006f\u006e",0x03d2:"\u0055\u0070\u0073\u0069\u006c\u006f\u006e\u0031",0x03d3:"U\u0070\u0073\u0069\u006c\u006f\u006ea\u0063\u0075\u0074\u0065\u0068\u006f\u006f\u006b\u0073y\u006d\u0062\u006fl\u0067r\u0065\u0065\u006b",0x01b1:"\u0055\u0070\u0073\u0069\u006c\u006f\u006e\u0061\u0066r\u0069\u0063\u0061\u006e",0x02f4:"\u0055\u0070s\u0069\u006c\u006fn\u0064\u0069\u0061\u0065\u0072\u0065\u0073\u0069\u0073",0x03ab:"\u0055p\u0073i\u006c\u006f\u006e\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073",0x03d4:"\u0055\u0070\u0073\u0069\u006c\u006f\u006e\u0064\u0069\u0065r\u0065\u0073\u0069\u0073\u0068\u006f\u006fk\u0073\u0079\u006d\u0062\u006f\u006c\u0067\u0072\u0065\u0065\u006b",0x038e:"\u0055\u0070\u0073i\u006c\u006f\u006e\u0074\u006f\u006e\u006f\u0073",0x016e:"\u0055\u0072\u0069n\u0067",0x040e:"\u0055\u0073\u0068\u006f\u0072\u0074\u0063\u0079\u0072i\u006c\u006c\u0069\u0063",0xf775:"\u0055\u0073\u006d\u0061\u006c\u006c",0x04ae:"\u0055\u0073\u0074\u0072\u0061\u0069\u0067\u0068\u0074\u0063\u0079\u0072i\u006c\u006c\u0069\u0063",0x04b0:"\u0055\u0073\u0074ra\u0069\u0067\u0068\u0074\u0073\u0074\u0072\u006f\u006b\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x0168:"\u0055\u0074\u0069\u006c\u0064\u0065",0x1e78:"U\u0074\u0069\u006c\u0064\u0065\u0061\u0063\u0075\u0074\u0065",0x1e74:"U\u0074\u0069\u006c\u0064\u0065\u0062\u0065\u006c\u006f\u0077",0x290a:"\u0055\u0075\u0070\u0061\u0072\u0072\u006f\u0077",0x0056:"\u0056",0x22ab:"\u0056\u0044\u0061s\u0068",0x2aeb:"\u0056\u0062\u0061\u0072",0x24cb:"\u0056c\u0069\u0072\u0063\u006c\u0065",0x1e7e:"\u0056d\u006f\u0074\u0062\u0065\u006c\u006fw",0x2a54:"\u0056\u0065\u0065",0x054e:"V\u0065\u0077\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x01b2:"\u0056\u0068\u006fo\u006b",0xff36:"\u0056\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0x0548:"\u0056\u006f\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0xf776:"\u0056\u0073\u006d\u0061\u006c\u006c",0x1e7c:"\u0056\u0074\u0069\u006c\u0064\u0065",0x2980:"\u0056\u0076\u0065r\u0074",0x0057:"\u0057",0x1e82:"\u0057\u0061\u0063\u0075\u0074\u0065",0x24cc:"\u0057c\u0069\u0072\u0063\u006c\u0065",0x0174:"W\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078",0x1e84:"\u0057d\u0069\u0065\u0072\u0065\u0073\u0069s",0x1e86:"\u0057\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074",0x1e88:"\u0057d\u006f\u0074\u0062\u0065\u006c\u006fw",0x2a53:"\u0057\u0065\u0064g\u0065",0x1e80:"\u0057\u0067\u0072\u0061\u0076\u0065",0xff37:"\u0057\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0xf777:"\u0057\u0073\u006d\u0061\u006c\u006c",0x0058:"\u0058",0x24cd:"\u0058c\u0069\u0072\u0063\u006c\u0065",0x1e8c:"\u0058d\u0069\u0065\u0072\u0065\u0073\u0069s",0x1e8a:"\u0058\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074",0x053d:"X\u0065\u0068\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x039e:"\u0058\u0069",0xff38:"\u0058\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0xf778:"\u0058\u0073\u006d\u0061\u006c\u006c",0x0059:"\u0059",0x00dd:"\u0059\u0061\u0063\u0075\u0074\u0065",0xf7fd:"Y\u0061\u0063\u0075\u0074\u0065\u0073\u006d\u0061\u006c\u006c",0x24ce:"\u0059c\u0069\u0072\u0063\u006c\u0065",0x0176:"Y\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078",0x0178:"\u0059d\u0069\u0065\u0072\u0065\u0073\u0069s",0xf7ff:"\u0059\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073s\u006d\u0061\u006c\u006c",0x1e8e:"\u0059\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074",0x1ef4:"\u0059d\u006f\u0074\u0062\u0065\u006c\u006fw",0x04f8:"Y\u0065r\u0075\u0064\u0069\u0065\u0072\u0065\u0073\u0069s\u0063\u0079\u0072\u0069ll\u0069\u0063",0x1ef2:"\u0059\u0067\u0072\u0061\u0076\u0065",0x01b3:"\u0059\u0068\u006fo\u006b",0x1ef6:"\u0059\u0068\u006f\u006f\u006b\u0061\u0062\u006f\u0076\u0065",0x0545:"\u0059\u0069\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x0407:"\u0059\u0069\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x0552:"\u0059\u0069\u0077n\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0xff39:"\u0059\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0xf779:"\u0059\u0073\u006d\u0061\u006c\u006c",0x021f:"\u0059s\u006d\u0061\u006c\u006c\u0063\u0061p",0x1ef8:"\u0059\u0074\u0069\u006c\u0064\u0065",0x2144:"\u0059\u0075\u0070",0x046a:"\u0059\u0075\u0073\u0062\u0069\u0067\u0063\u0079\u0072i\u006c\u006c\u0069\u0063",0x046c:"\u0059\u0075\u0073\u0062ig\u0069\u006f\u0074\u0069\u0066\u0069\u0065\u0064\u0063\u0079\u0072\u0069\u006c\u006ci\u0063",0x0466:"\u0059\u0075\u0073\u006c\u0069\u0074\u0074\u006c\u0065\u0063\u0079\u0072i\u006c\u006c\u0069\u0063",0x0468:"\u0059u\u0073\u006c\u0069\u0074t\u006c\u0065\u0069\u006f\u0074i\u0066i\u0065d\u0063\u0079\u0072\u0069\u006c\u006c\u0069c",0x005a:"\u005a",0x0536:"\u005a\u0061\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x0179:"\u005a\u0061\u0063\u0075\u0074\u0065",0x017d:"\u005a\u0063\u0061\u0072\u006f\u006e",0xf6ff:"Z\u0063\u0061\u0072\u006f\u006e\u0073\u006d\u0061\u006c\u006c",0x24cf:"\u005ac\u0069\u0072\u0063\u006c\u0065",0x1e90:"Z\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078",0x017b:"\u005a\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074",0x1e92:"\u005ad\u006f\u0074\u0062\u0065\u006c\u006fw",0x0498:"\u005a\u0065\u0064\u0065sc\u0065\u006e\u0064\u0065\u0072\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x04de:"\u005ae\u0064i\u0065\u0072\u0065\u0073\u0069s\u0063\u0079r\u0069\u006c\u006c\u0069\u0063",0x0396:"\u005a\u0065\u0074\u0061",0x053a:"Z\u0068\u0065\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x03fd:"\u005a\u0068\u0065\u0062\u0072\u0065\u0076\u0065",0x04c1:"\u005a\u0068e\u0062\u0072\u0065v\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x0496:"Z\u0068e\u0064\u0065\u0073\u0063\u0065\u006e\u0064\u0065r\u0063\u0079\u0072\u0069ll\u0069\u0063",0x04dc:"\u005a\u0068\u0065\u0064ie\u0072\u0065\u0073\u0069\u0073\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x1e94:"\u005a\u006c\u0069\u006e\u0065\u0062\u0065\u006c\u006f\u0077",0xff3a:"\u005a\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0xf77a:"\u005a\u0073\u006d\u0061\u006c\u006c",0x01b5:"\u005as\u0074\u0072\u006f\u006b\u0065",0x0061:"\u0061",0x2701:"\u0061\u0031",0x2702:"\u0061\u0032",0x2704:"\u0061\u0033",0x260e:"\u0061\u0034",0x2706:"\u0061\u0035",0x271d:"\u0061\u0036",0x271e:"\u0061\u0037",0x271f:"\u0061\u0038",0x2720:"\u0061\u0039",0x2721:"\u0061\u0031\u0030",0x261b:"\u0061\u0031\u0031",0x261e:"\u0061\u0031\u0032",0x270c:"\u0061\u0031\u0033",0x270d:"\u0061\u0031\u0034",0x270e:"\u0061\u0031\u0035",0x270f:"\u0061\u0031\u0036",0x2711:"\u0061\u0031\u0037",0x2712:"\u0061\u0031\u0038",0x2713:"\u0061\u0031\u0039",0x2714:"\u0061\u0032\u0030",0x2715:"\u0061\u0032\u0031",0x2716:"\u0061\u0032\u0032",0x2717:"\u0061\u0032\u0033",0x2718:"\u0061\u0032\u0034",0x2719:"\u0061\u0032\u0035",0x271a:"\u0061\u0032\u0036",0x271b:"\u0061\u0032\u0037",0x271c:"\u0061\u0032\u0038",0x2722:"\u0061\u0032\u0039",0x2723:"\u0061\u0033\u0030",0x2724:"\u0061\u0033\u0031",0x2725:"\u0061\u0033\u0032",0x2726:"\u0061\u0033\u0033",0x2727:"\u0061\u0033\u0034",0x2605:"\u0061\u0033\u0035",0x2729:"\u0061\u0033\u0036",0x272a:"\u0061\u0033\u0037",0x272b:"\u0061\u0033\u0038",0x272c:"\u0061\u0033\u0039",0x272d:"\u0061\u0034\u0030",0x272e:"\u0061\u0034\u0031",0x272f:"\u0061\u0034\u0032",0x2730:"\u0061\u0034\u0033",0x2731:"\u0061\u0034\u0034",0x2732:"\u0061\u0034\u0035",0x2733:"\u0061\u0034\u0036",0x2734:"\u0061\u0034\u0037",0x2735:"\u0061\u0034\u0038",0x2736:"\u0061\u0034\u0039",0x2737:"\u0061\u0035\u0030",0x2738:"\u0061\u0035\u0031",0x2739:"\u0061\u0035\u0032",0x273a:"\u0061\u0035\u0033",0x273b:"\u0061\u0035\u0034",0x273c:"\u0061\u0035\u0035",0x273d:"\u0061\u0035\u0036",0x273e:"\u0061\u0035\u0037",0x273f:"\u0061\u0035\u0038",0x2740:"\u0061\u0035\u0039",0x2741:"\u0061\u0036\u0030",0x2742:"\u0061\u0036\u0031",0x2743:"\u0061\u0036\u0032",0x2744:"\u0061\u0036\u0033",0x2745:"\u0061\u0036\u0034",0x2746:"\u0061\u0036\u0035",0x2747:"\u0061\u0036\u0036",0x2748:"\u0061\u0036\u0037",0x2749:"\u0061\u0036\u0038",0x274a:"\u0061\u0036\u0039",0x274b:"\u0061\u0037\u0030",0x25cf:"\u0061\u0037\u0031",0x274d:"\u0061\u0037\u0032",0x25a0:"\u0061\u0037\u0033",0x274f:"\u0061\u0037\u0034",0x2751:"\u0061\u0037\u0035",0x25b2:"\u0061\u0037\u0036",0x25bc:"\u0061\u0037\u0037",0x25c6:"\u0061\u0037\u0038",0x2756:"\u0061\u0037\u0039",0x25d7:"\u0061\u0038\u0031",0x2758:"\u0061\u0038\u0032",0x2759:"\u0061\u0038\u0033",0x275a:"\u0061\u0038\u0034",0xf8de:"\u0061\u0038\u0035",0xf8e0:"\u0061\u0038\u0036",0xf8e1:"\u0061\u0038\u0037",0xf8e2:"\u0061\u0038\u0038",0xf8d7:"\u0061\u0038\u0039",0xf8d8:"\u0061\u0039\u0030",0xf8db:"\u0061\u0039\u0031",0xf8dc:"\u0061\u0039\u0032",0xf8d9:"\u0061\u0039\u0033",0xf8da:"\u0061\u0039\u0034",0xf8e3:"\u0061\u0039\u0035",0xf8e4:"\u0061\u0039\u0036",0x275b:"\u0061\u0039\u0037",0x275c:"\u0061\u0039\u0038",0x275d:"\u0061\u0039\u0039",0x275e:"\u0061\u0031\u0030\u0030",0x2761:"\u0061\u0031\u0030\u0031",0x2762:"\u0061\u0031\u0030\u0032",0x2763:"\u0061\u0031\u0030\u0033",0x2764:"\u0061\u0031\u0030\u0034",0x2710:"\u0061\u0031\u0030\u0035",0x2765:"\u0061\u0031\u0030\u0036",0x2766:"\u0061\u0031\u0030\u0037",0x2767:"\u0061\u0031\u0030\u0038",0x2709:"\u0061\u0031\u0031\u0037",0x2708:"\u0061\u0031\u0031\u0038",0x2707:"\u0061\u0031\u0031\u0039",0x2460:"\u0061\u0031\u0032\u0030",0x2461:"\u0061\u0031\u0032\u0031",0x2462:"\u0061\u0031\u0032\u0032",0x2463:"\u0061\u0031\u0032\u0033",0x2464:"\u0061\u0031\u0032\u0034",0x2465:"\u0061\u0031\u0032\u0035",0x2466:"\u0061\u0031\u0032\u0036",0x2467:"\u0061\u0031\u0032\u0037",0x2468:"\u0061\u0031\u0032\u0038",0x2469:"\u0061\u0031\u0032\u0039",0x2776:"\u0061\u0031\u0033\u0030",0x2777:"\u0061\u0031\u0033\u0031",0x2778:"\u0061\u0031\u0033\u0032",0x2779:"\u0061\u0031\u0033\u0033",0x277a:"\u0061\u0031\u0033\u0034",0x277b:"\u0061\u0031\u0033\u0035",0x277c:"\u0061\u0031\u0033\u0036",0x277d:"\u0061\u0031\u0033\u0037",0x277e:"\u0061\u0031\u0033\u0038",0x277f:"\u0061\u0031\u0033\u0039",0x2780:"\u0061\u0031\u0034\u0030",0x2781:"\u0061\u0031\u0034\u0031",0x2782:"\u0061\u0031\u0034\u0032",0x2783:"\u0061\u0031\u0034\u0033",0x2784:"\u0061\u0031\u0034\u0034",0x2785:"\u0061\u0031\u0034\u0035",0x2786:"\u0061\u0031\u0034\u0036",0x2787:"\u0061\u0031\u0034\u0037",0x2788:"\u0061\u0031\u0034\u0038",0x2789:"\u0061\u0031\u0034\u0039",0x278a:"\u0061\u0031\u0035\u0030",0x278b:"\u0061\u0031\u0035\u0031",0x278c:"\u0061\u0031\u0035\u0032",0x278d:"\u0061\u0031\u0035\u0033",0x278e:"\u0061\u0031\u0035\u0034",0x278f:"\u0061\u0031\u0035\u0035",0x2790:"\u0061\u0031\u0035\u0036",0x2791:"\u0061\u0031\u0035\u0037",0x2792:"\u0061\u0031\u0035\u0038",0x2793:"\u0061\u0031\u0035\u0039",0x2794:"\u0061\u0031\u0036\u0030",0x27a3:"\u0061\u0031\u0036\u0032",0x2195:"\u0061\u0031\u0036\u0034",0x2799:"\u0061\u0031\u0036\u0035",0x279b:"\u0061\u0031\u0036\u0036",0x279c:"\u0061\u0031\u0036\u0037",0x279d:"\u0061\u0031\u0036\u0038",0x279e:"\u0061\u0031\u0036\u0039",0x279f:"\u0061\u0031\u0037\u0030",0x27a0:"\u0061\u0031\u0037\u0031",0x27a1:"\u0061\u0031\u0037\u0032",0x27a2:"\u0061\u0031\u0037\u0033",0x27a4:"\u0061\u0031\u0037\u0034",0x27a5:"\u0061\u0031\u0037\u0035",0x27a6:"\u0061\u0031\u0037\u0036",0x27a7:"\u0061\u0031\u0037\u0037",0x27a8:"\u0061\u0031\u0037\u0038",0x27a9:"\u0061\u0031\u0037\u0039",0x27ab:"\u0061\u0031\u0038\u0030",0x27ad:"\u0061\u0031\u0038\u0031",0x27af:"\u0061\u0031\u0038\u0032",0x27b2:"\u0061\u0031\u0038\u0033",0x27b3:"\u0061\u0031\u0038\u0034",0x27b5:"\u0061\u0031\u0038\u0035",0x27b8:"\u0061\u0031\u0038\u0036",0x27ba:"\u0061\u0031\u0038\u0037",0x27bb:"\u0061\u0031\u0038\u0038",0x27bc:"\u0061\u0031\u0038\u0039",0x27bd:"\u0061\u0031\u0039\u0030",0x27be:"\u0061\u0031\u0039\u0031",0x279a:"\u0061\u0031\u0039\u0032",0x27aa:"\u0061\u0031\u0039\u0033",0x27b6:"\u0061\u0031\u0039\u0034",0x27b9:"\u0061\u0031\u0039\u0035",0x2798:"\u0061\u0031\u0039\u0036",0x27b4:"\u0061\u0031\u0039\u0037",0x27b7:"\u0061\u0031\u0039\u0038",0x27ac:"\u0061\u0031\u0039\u0039",0x27ae:"\u0061\u0032\u0030\u0030",0x27b1:"\u0061\u0032\u0030\u0031",0x2703:"\u0061\u0032\u0030\u0032",0x2750:"\u0061\u0032\u0030\u0033",0x2752:"\u0061\u0032\u0030\u0034",0xf8dd:"\u0061\u0032\u0030\u0035",0xf8df:"\u0061\u0032\u0030\u0036",0x0986:"\u0061a\u0062\u0065\u006e\u0067\u0061\u006ci",0x00e1:"\u0061\u0061\u0063\u0075\u0074\u0065",0x0906:"\u0061\u0061\u0064\u0065\u0076\u0061",0x0a86:"\u0061\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069",0x0a06:"\u0061\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0x0a3e:"\u0061a\u006da\u0074\u0072\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0x3303:"\u0061\u0061\u0072\u0075\u0073\u0071\u0075\u0061\u0072\u0065",0x09be:"\u0061a\u0076o\u0077\u0065\u006c\u0073\u0069g\u006e\u0062e\u006e\u0067\u0061\u006c\u0069",0x093e:"\u0061a\u0076o\u0077\u0065\u006c\u0073\u0069\u0067\u006e\u0064\u0065\u0076\u0061",0x0abe:"\u0061\u0061\u0076\u006fwe\u006c\u0073\u0069\u0067\u006e\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069",0x055f:"\u0061b\u0062\u0072\u0065\u0076\u0069\u0061\u0074\u0069\u006f\u006e\u006da\u0072\u006b\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x0970:"a\u0062b\u0072\u0065\u0076\u0069\u0061\u0074\u0069\u006fn\u0073\u0069\u0067\u006ede\u0076\u0061",0x0985:"\u0061\u0062\u0065\u006e\u0067\u0061\u006c\u0069",0x311a:"\u0061b\u006f\u0070\u006f\u006d\u006f\u0066o",0x0103:"\u0061\u0062\u0072\u0065\u0076\u0065",0x1eaf:"a\u0062\u0072\u0065\u0076\u0065\u0061\u0063\u0075\u0074\u0065",0x04d1:"\u0061\u0062\u0072\u0065\u0076\u0065\u0063\u0079\u0072i\u006c\u006c\u0069\u0063",0x1eb7:"\u0061\u0062\u0072\u0065\u0076\u0065\u0064\u006f\u0074b\u0065\u006c\u006f\u0077",0x1eb1:"a\u0062\u0072\u0065\u0076\u0065\u0067\u0072\u0061\u0076\u0065",0x1eb3:"\u0061b\u0072e\u0076\u0065\u0068\u006f\u006f\u006b\u0061\u0062\u006f\u0076\u0065",0x1eb5:"a\u0062\u0072\u0065\u0076\u0065\u0074\u0069\u006c\u0064\u0065",0x01ce:"\u0061\u0063\u0061\u0072\u006f\u006e",0x2100:"\u0061c\u0063\u006f\u0075\u006e\u0074\u006ff",0x23e6:"\u0061c\u0063\u0075\u0072\u0072\u0065\u006et",0x267e:"\u0061\u0063\u0069\u0064\u0066\u0072\u0065\u0065",0x24d0:"\u0061c\u0069\u0072\u0063\u006c\u0065",0x00e2:"a\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078",0x1ea5:"\u0061\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0061\u0063\u0075\u0074\u0065",0x1ead:"\u0061\u0063\u0069\u0072cu\u006d\u0066\u006c\u0065\u0078\u0064\u006f\u0074\u0062\u0065\u006c\u006f\u0077",0x1ea7:"\u0061\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0067\u0072\u0061\u0076\u0065",0x1ea9:"a\u0063i\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078h\u006f\u006f\u006b\u0061bo\u0076\u0065",0x1eab:"\u0061\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0074\u0069\u006c\u0064\u0065",0x00b4:"\u0061\u0063\u0075t\u0065",0x0317:"\u0061\u0063\u0075\u0074\u0065\u0062\u0065\u006c\u006f\u0077\u0063\u006d\u0062",0x0301:"\u0061c\u0075\u0074\u0065\u0063\u006f\u006db",0x0954:"\u0061c\u0075\u0074\u0065\u0064\u0065\u0076a",0x02cf:"a\u0063\u0075\u0074\u0065\u006c\u006f\u0077\u006d\u006f\u0064",0x0274:"\u0061c\u0075\u0074\u0065\u006e\u006f\u0073p",0x0341:"\u0061\u0063\u0075t\u0065\u0074\u006f\u006e\u0065\u0063\u006d\u0062",0x2940:"\u0061\u0063\u0077\u0063\u0069\u0072\u0063\u006c\u0065a\u0072\u0072\u006f\u0077",0x2939:"\u0061c\u0077l\u0065\u0066\u0074\u0061\u0072\u0063\u0061\u0072\u0072\u006f\u0077",0x21ba:"\u0061c\u0077o\u0070\u0065\u006e\u0063\u0069r\u0063\u006ce\u0061\u0072\u0072\u006f\u0077",0x293a:"\u0061c\u0077o\u0076\u0065\u0072\u0061\u0072\u0063\u0061\u0072\u0072\u006f\u0077",0x293b:"\u0061\u0063w\u0075\u006e\u0064e\u0072\u0061\u0072\u0063\u0061\u0072\u0072\u006f\u0077",0x0201:"\u0061d\u0062\u006c\u0067\u0072\u0061\u0076e",0x0a71:"\u0061\u0064\u0064\u0061\u006b\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0x2101:"\u0061\u0064\u0064\u0072\u0065\u0073\u0073\u0073\u0075b\u006a\u0065\u0063\u0074",0x0905:"\u0061\u0064\u0065v\u0061",0x00e4:"\u0061d\u0069\u0065\u0072\u0065\u0073\u0069s",0x04d3:"\u0061\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073\u0063\u0079\u0072i\u006c\u006c\u0069\u0063",0x01df:"\u0061d\u0069e\u0072\u0065\u0073\u0069\u0073\u006d\u0061\u0063\u0072\u006f\u006e",0x1ea1:"\u0061d\u006f\u0074\u0062\u0065\u006c\u006fw",0x01e1:"\u0061\u0064\u006f\u0074\u006d\u0061\u0063\u0072\u006f\u006e",0x22f0:"\u0061\u0064\u006ft\u0073",0x00e6:"\u0061\u0065",0x01fd:"\u0061e\u0061\u0063\u0075\u0074\u0065",0x3150:"\u0061\u0065\u006b\u006f\u0072\u0065\u0061\u006e",0x01e3:"\u0061\u0065\u006d\u0061\u0063\u0072\u006f\u006e",0x200e:"\u0061f\u0069\u0069\u0032\u0039\u0039",0x200f:"\u0061f\u0069\u0069\u0033\u0030\u0030",0x200d:"\u0061f\u0069\u0069\u0033\u0030\u0031",0x0410:"\u0061f\u0069\u0069\u0031\u0030\u0030\u00317",0x0411:"\u0061f\u0069\u0069\u0031\u0030\u0030\u00318",0x0412:"\u0061f\u0069\u0069\u0031\u0030\u0030\u00319",0x0416:"\u0061f\u0069\u0069\u0031\u0030\u0030\u00324",0x0417:"\u0061f\u0069\u0069\u0031\u0030\u0030\u00325",0x0419:"\u0061f\u0069\u0069\u0031\u0030\u0030\u00327",0x041a:"\u0061f\u0069\u0069\u0031\u0030\u0030\u00328",0x041d:"\u0061f\u0069\u0069\u0031\u0030\u0030\u00331",0x041f:"\u0061f\u0069\u0069\u0031\u0030\u0030\u00333",0x0420:"\u0061f\u0069\u0069\u0031\u0030\u0030\u00334",0x0421:"\u0061f\u0069\u0069\u0031\u0030\u0030\u00335",0x0422:"\u0061f\u0069\u0069\u0031\u0030\u0030\u00336",0x0424:"\u0061f\u0069\u0069\u0031\u0030\u0030\u00338",0x0429:"\u0061f\u0069\u0069\u0031\u0030\u0030\u00343",0x042a:"\u0061f\u0069\u0069\u0031\u0030\u0030\u00344",0x042b:"\u0061f\u0069\u0069\u0031\u0030\u0030\u00345",0x042c:"\u0061f\u0069\u0069\u0031\u0030\u0030\u00346",0x042e:"\u0061f\u0069\u0069\u0031\u0030\u0030\u00348",0x042f:"\u0061f\u0069\u0069\u0031\u0030\u0030\u00349",0x0402:"\u0061f\u0069\u0069\u0031\u0030\u0030\u00351",0x0403:"\u0061f\u0069\u0069\u0031\u0030\u0030\u00352",0x0405:"\u0061f\u0069\u0069\u0031\u0030\u0030\u00354",0x0406:"\u0061f\u0069\u0069\u0031\u0030\u0030\u00355",0x0408:"\u0061f\u0069\u0069\u0031\u0030\u0030\u00357",0x040a:"\u0061f\u0069\u0069\u0031\u0030\u0030\u00359",0xf6c4:"\u0061f\u0069\u0069\u0031\u0030\u0030\u00363",0xf6c5:"\u0061f\u0069\u0069\u0031\u0030\u0030\u00364",0x0430:"\u0061f\u0069\u0069\u0031\u0030\u0030\u00365",0x0432:"\u0061f\u0069\u0069\u0031\u0030\u0030\u00367",0x0433:"\u0061f\u0069\u0069\u0031\u0030\u0030\u00368",0x0434:"\u0061f\u0069\u0069\u0031\u0030\u0030\u00369",0x0451:"\u0061f\u0069\u0069\u0031\u0030\u0030\u00371",0x0437:"\u0061f\u0069\u0069\u0031\u0030\u0030\u00373",0x0439:"\u0061f\u0069\u0069\u0031\u0030\u0030\u00375",0x043d:"\u0061f\u0069\u0069\u0031\u0030\u0030\u00379",0x0442:"\u0061f\u0069\u0069\u0031\u0030\u0030\u00384",0x0443:"\u0061f\u0069\u0069\u0031\u0030\u0030\u00385",0x0444:"\u0061f\u0069\u0069\u0031\u0030\u0030\u00386",0x0445:"\u0061f\u0069\u0069\u0031\u0030\u0030\u00387",0x0448:"\u0061f\u0069\u0069\u0031\u0030\u0030\u00390",0x0449:"\u0061f\u0069\u0069\u0031\u0030\u0030\u00391",0x044e:"\u0061f\u0069\u0069\u0031\u0030\u0030\u00396",0x044f:"\u0061f\u0069\u0069\u0031\u0030\u0030\u00397",0x0455:"\u0061f\u0069\u0069\u0031\u0030\u0031\u00302",0x0456:"\u0061f\u0069\u0069\u0031\u0030\u0031\u00303",0x0458:"\u0061f\u0069\u0069\u0031\u0030\u0031\u00305",0x045a:"\u0061f\u0069\u0069\u0031\u0030\u0031\u00307",0x045c:"\u0061f\u0069\u0069\u0031\u0030\u0031\u00309",0x045e:"\u0061f\u0069\u0069\u0031\u0030\u0031\u00310",0x0462:"\u0061f\u0069\u0069\u0031\u0030\u0031\u00346",0x0472:"\u0061f\u0069\u0069\u0031\u0030\u0031\u00347",0x0474:"\u0061f\u0069\u0069\u0031\u0030\u0031\u00348",0xf6c6:"\u0061f\u0069\u0069\u0031\u0030\u0031\u00392",0x0473:"\u0061f\u0069\u0069\u0031\u0030\u0031\u00395",0x0475:"\u0061f\u0069\u0069\u0031\u0030\u0031\u00396",0xf6c7:"\u0061f\u0069\u0069\u0031\u0030\u0038\u00331",0xf6c8:"\u0061f\u0069\u0069\u0031\u0030\u0038\u00332",0x060c:"\u0061f\u0069\u0069\u0035\u0037\u0033\u00388",0x0663:"\u0061f\u0069\u0069\u0035\u0037\u0033\u00395",0x0666:"\u0061f\u0069\u0069\u0035\u0037\u0033\u00398",0x0667:"\u0061f\u0069\u0069\u0035\u0037\u0033\u00399",0x061b:"\u0061f\u0069\u0069\u0035\u0037\u0034\u00303",0x061f:"\u0061f\u0069\u0069\u0035\u0037\u0034\u00307",0x0622:"\u0061f\u0069\u0069\u0035\u0037\u0034\u00310",0x0623:"\u0061f\u0069\u0069\u0035\u0037\u0034\u00311",0x0624:"\u0061f\u0069\u0069\u0035\u0037\u0034\u00312",0x062a:"\u0061f\u0069\u0069\u0035\u0037\u0034\u00318",0x062d:"\u0061f\u0069\u0069\u0035\u0037\u0034\u00321",0x062e:"\u0061f\u0069\u0069\u0035\u0037\u0034\u00322",0x062f:"\u0061f\u0069\u0069\u0035\u0037\u0034\u00323",0x0633:"\u0061f\u0069\u0069\u0035\u0037\u0034\u00327",0x0634:"\u0061f\u0069\u0069\u0035\u0037\u0034\u00328",0x0635:"\u0061f\u0069\u0069\u0035\u0037\u0034\u00329",0x0636:"\u0061f\u0069\u0069\u0035\u0037\u0034\u00330",0x0639:"\u0061f\u0069\u0069\u0035\u0037\u0034\u00333",0x0641:"\u0061f\u0069\u0069\u0035\u0037\u0034\u00341",0x0642:"\u0061f\u0069\u0069\u0035\u0037\u0034\u00342",0x0643:"\u0061f\u0069\u0069\u0035\u0037\u0034\u00343",0x0644:"\u0061f\u0069\u0069\u0035\u0037\u0034\u00344",0x0645:"\u0061f\u0069\u0069\u0035\u0037\u0034\u00345",0x064b:"\u0061f\u0069\u0069\u0035\u0037\u0034\u00351",0x064c:"\u0061f\u0069\u0069\u0035\u0037\u0034\u00352",0x0650:"\u0061f\u0069\u0069\u0035\u0037\u0034\u00356",0x0698:"\u0061f\u0069\u0069\u0035\u0037\u0035\u00308",0x0679:"\u0061f\u0069\u0069\u0035\u0037\u0035\u00311",0x0688:"\u0061f\u0069\u0069\u0035\u0037\u0035\u00312",0x06ba:"\u0061f\u0069\u0069\u0035\u0037\u0035\u00314",0x06d5:"\u0061f\u0069\u0069\u0035\u0037\u0035\u00334",0x20aa:"\u0061f\u0069\u0069\u0035\u0037\u0036\u00336",0x05be:"\u0061f\u0069\u0069\u0035\u0037\u0036\u00345",0x05d2:"\u0061f\u0069\u0069\u0035\u0037\u0036\u00366",0x05d4:"\u0061f\u0069\u0069\u0035\u0037\u0036\u00368",0x05d6:"\u0061f\u0069\u0069\u0035\u0037\u0036\u00370",0x05d7:"\u0061f\u0069\u0069\u0035\u0037\u0036\u00371",0x05d9:"\u0061f\u0069\u0069\u0035\u0037\u0036\u00373",0x05da:"\u0061f\u0069\u0069\u0035\u0037\u0036\u00374",0x05df:"\u0061f\u0069\u0069\u0035\u0037\u0036\u00379",0x05e4:"\u0061f\u0069\u0069\u0035\u0037\u0036\u00384",0x05e6:"\u0061f\u0069\u0069\u0035\u0037\u0036\u00386",0xfb2b:"\u0061f\u0069\u0069\u0035\u0037\u0036\u00395",0x05f0:"\u0061f\u0069\u0069\u0035\u0037\u0037\u00316",0x05f1:"\u0061f\u0069\u0069\u0035\u0037\u0037\u00317",0x05b8:"\u0061f\u0069\u0069\u0035\u0037\u0037\u00397",0x05b0:"\u0061f\u0069\u0069\u0035\u0037\u0037\u00399",0x05c2:"\u0061f\u0069\u0069\u0035\u0037\u0038\u00303",0x05bf:"\u0061f\u0069\u0069\u0035\u0037\u0038\u00341",0x05c0:"\u0061f\u0069\u0069\u0035\u0037\u0038\u00342",0x2113:"\u0061f\u0069\u0069\u0036\u0031\u0032\u00389",0x202c:"\u0061f\u0069\u0069\u0036\u0031\u0035\u00373",0x202d:"\u0061f\u0069\u0069\u0036\u0031\u0035\u00374",0x202e:"\u0061f\u0069\u0069\u0036\u0031\u0035\u00375",0x200c:"\u0061f\u0069\u0069\u0036\u0031\u0036\u00364",0x066d:"\u0061f\u0069\u0069\u0036\u0033\u0031\u00367",0x02bd:"\u0061f\u0069\u0069\u0036\u0034\u0039\u00337",0x00e0:"\u0061\u0067\u0072\u0061\u0076\u0065",0x0a85:"\u0061g\u0075\u006a\u0061\u0072\u0061\u0074i",0x0a05:"\u0061g\u0075\u0072\u006d\u0075\u006b\u0068i",0x3042:"\u0061h\u0069\u0072\u0061\u0067\u0061\u006ea",0x1ea3:"\u0061\u0068\u006f\u006f\u006b\u0061\u0062\u006f\u0076\u0065",0x0990:"\u0061i\u0062\u0065\u006e\u0067\u0061\u006ci",0x311e:"\u0061\u0069\u0062\u006f\u0070\u006f\u006d\u006f\u0066\u006f",0x0910:"\u0061\u0069\u0064\u0065\u0076\u0061",0x04d5:"a\u0069\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x0a90:"\u0061\u0069\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069",0x0a10:"\u0061\u0069\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0x0a48:"\u0061i\u006da\u0074\u0072\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0xfeca:"\u0061\u0069\u006e\u0066\u0069\u006e\u0061\u006c\u0061r\u0061\u0062\u0069\u0063",0xfecb:"\u0061\u0069n\u0069\u006e\u0069t\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",0xfec9:"a\u0069\u006e\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064",0xfecc:"\u0061i\u006em\u0065\u0064\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",0x0203:"\u0061\u0069\u006e\u0076\u0065\u0072\u0074\u0065\u0064b\u0072\u0065\u0076\u0065",0x09c8:"\u0061i\u0076o\u0077\u0065\u006c\u0073\u0069g\u006e\u0062e\u006e\u0067\u0061\u006c\u0069",0x0948:"\u0061i\u0076o\u0077\u0065\u006c\u0073\u0069\u0067\u006e\u0064\u0065\u0076\u0061",0x0ac8:"\u0061\u0069\u0076\u006fwe\u006c\u0073\u0069\u0067\u006e\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069",0x30a2:"\u0061k\u0061\u0074\u0061\u006b\u0061\u006ea",0xff71:"\u0061k\u0061t\u0061\u006b\u0061\u006e\u0061h\u0061\u006cf\u0077\u0069\u0064\u0074\u0068",0x314f:"\u0061k\u006f\u0072\u0065\u0061\u006e",0x05d0:"\u0061\u006c\u0065\u0066",0x0627:"\u0061\u006c\u0065\u0066\u0061\u0072\u0061\u0062\u0069\u0063",0xfb30:"\u0061\u006ce\u0066\u0064\u0061g\u0065\u0073\u0068\u0068\u0065\u0062\u0072\u0065\u0077",0xfe8e:"\u0061l\u0065f\u0066\u0069\u006e\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",0xfe84:"\u0061l\u0065\u0066\u0068\u0061m\u007a\u0061\u0061\u0062\u006fv\u0065f\u0069n\u0061\u006c\u0061\u0072\u0061\u0062\u0069c",0x0625:"a\u006ce\u0066\u0068\u0061\u006d\u007a\u0061\u0062\u0065l\u006f\u0077\u0061\u0072ab\u0069\u0063",0xfe88:"\u0061l\u0065\u0066\u0068\u0061m\u007a\u0061\u0062\u0065\u006co\u0077f\u0069n\u0061\u006c\u0061\u0072\u0061\u0062\u0069c",0xfe8d:"\u0061\u006c\u0065f\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064",0xfb4f:"\u0061l\u0065f\u006c\u0061\u006d\u0065\u0064\u0068\u0065\u0062\u0072\u0065\u0077",0xfe82:"\u0061l\u0065\u0066\u006d\u0061d\u0064\u0061\u0061\u0062\u006fv\u0065f\u0069n\u0061\u006c\u0061\u0072\u0061\u0062\u0069c",0x0649:"\u0061\u006c\u0065\u0066\u006d\u0061\u006b\u0073\u0075\u0072\u0061\u0061r\u0061\u0062\u0069\u0063",0xfef0:"\u0061\u006c\u0065\u0066ma\u006b\u0073\u0075\u0072\u0061\u0066\u0069\u006e\u0061\u006c\u0061\u0072\u0061\u0062i\u0063",0xfeef:"\u0061\u006c\u0065\u0066ma\u006b\u0073\u0075\u0072\u0061\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064",0xfef4:"\u0061\u006c\u0065fm\u0061\u006b\u0073\u0075\u0072\u0061\u006d\u0065\u0064\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",0xfb2e:"\u0061l\u0065f\u0070\u0061\u0074\u0061\u0068\u0068\u0065\u0062\u0072\u0065\u0077",0xfb2f:"\u0061\u006ce\u0066\u0071\u0061m\u0061\u0074\u0073\u0068\u0065\u0062\u0072\u0065\u0077",0x0671:"\u0061l\u0065\u0066\u0077\u0061\u0073\u006ca",0xfb51:"\u0061\u006c\u0065\u0066\u0077\u0061\u0073\u006c\u0061f\u0069\u006e\u0061\u006c",0xfb50:"\u0061\u006c\u0065\u0066\u0077\u0061\u0073\u006c\u0061\u0069\u0073\u006fl\u0061\u0074\u0065\u0064",0xfd3c:"a\u006c\u0065\u0066\u0077it\u0068f\u0061\u0074\u0068\u0061\u0074a\u006e\u0066\u0069\u006e\u0061\u006c",0xfd3d:"\u0061l\u0065\u0066\u0077\u0069\u0074\u0068\u0066\u0061\u0074\u0068\u0061t\u0061\u006e\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064",0xfe83:"\u0061\u006c\u0065\u0066\u0077\u0069\u0074\u0068\u0068\u0061\u006dz\u0061\u0061\u0062\u006f\u0076\u0065\u0069\u0073\u006f\u006ca\u0074\u0065\u0064",0xfe87:"\u0061\u006c\u0065\u0066\u0077\u0069\u0074\u0068\u0068\u0061\u006dz\u0061\u0062\u0065\u006c\u006f\u0077\u0069\u0073\u006f\u006ca\u0074\u0065\u0064",0xfe81:"\u0061\u006c\u0065\u0066\u0077\u0069\u0074\u0068\u006d\u0061\u0064d\u0061\u0061\u0062\u006f\u0076\u0065\u0069\u0073\u006f\u006ca\u0074\u0065\u0064",0x2135:"\u0061\u006c\u0065p\u0068",0x224c:"\u0061\u006c\u006c\u0065\u0071\u0075\u0061\u006c",0x03b1:"\u0061\u006c\u0070h\u0061",0x03ac:"\u0061\u006c\u0070\u0068\u0061\u0074\u006f\u006e\u006f\u0073",0xd802:"a\u006c\u0074\u0073\u0065\u006c\u0065\u0063\u0074\u006f\u0072",0x0101:"\u0061m\u0061\u0063\u0072\u006f\u006e",0xff41:"\u0061\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0x0026:"\u0061m\u0070\u0065\u0072\u0073\u0061\u006ed",0xff06:"\u0061m\u0070e\u0072\u0073\u0061\u006e\u0064m\u006f\u006eo\u0073\u0070\u0061\u0063\u0065",0xf726:"\u0061\u006d\u0070\u0065\u0072\u0073\u0061\u006e\u0064s\u006d\u0061\u006c\u006c",0x33c2:"\u0061\u006d\u0073\u0071\u0075\u0061\u0072\u0065",0x3122:"\u0061\u006e\u0062\u006f\u0070\u006f\u006d\u006f\u0066\u006f",0x3124:"a\u006e\u0067\u0062\u006f\u0070\u006f\u006d\u006f\u0066\u006f",0x27e8:"\u0061\u006e\u0067\u0062\u0072\u0061\u0063\u006b\u0065t\u006c\u0065\u0066\u0074",0x27e9:"\u0061n\u0067b\u0072\u0061\u0063\u006b\u0065\u0074\u0072\u0069\u0067\u0068\u0074",0x299f:"\u0061\u006e\u0067\u0064\u006e\u0072",0x0e5a:"\u0061\u006e\u0067\u006b\u0068\u0061\u006e\u006b\u0068u\u0074\u0068\u0061\u0069",0x2220:"\u0061\u006e\u0067l\u0065",0x3008:"\u0061\u006eg\u006c\u0065\u0062r\u0061\u0063\u006b\u0065\u0074\u006c\u0065\u0066\u0074",0xfe3f:"\u0061n\u0067\u006c\u0065\u0062\u0072\u0061\u0063\u006b\u0065\u0074\u006ce\u0066\u0074\u0076\u0065\u0072\u0074\u0069\u0063\u0061\u006c",0x3009:"\u0061\u006e\u0067\u006c\u0065\u0062\u0072\u0061\u0063\u006b\u0065\u0074r\u0069\u0067\u0068\u0074",0xfe40:"\u0061n\u0067\u006c\u0065\u0062r\u0061\u0063\u006b\u0065\u0074r\u0069g\u0068t\u0076\u0065\u0072\u0074\u0069\u0063\u0061l",0x2329:"\u0061n\u0067\u006c\u0065\u006c\u0065\u0066t",0x232a:"\u0061\u006e\u0067\u006c\u0065\u0072\u0069\u0067\u0068\u0074",0x299e:"\u0061\u006e\u0067\u006c\u0065\u0073",0x29a4:"\u0061n\u0067\u006c\u0065\u0075\u0062\u0061r",0x212b:"\u0061\u006e\u0067\u0073\u0074\u0072\u006f\u006d",0x20e7:"\u0061n\u006e\u0075\u0069\u0074\u0079",0x0387:"\u0061n\u006f\u0074\u0065\u006c\u0065\u0069a",0x27f2:"\u0061\u006e\u0074\u0069\u0063\u006c\u006f\u0063\u006b\u0077\u0069\u0073\u0065",0x0952:"\u0061\u006e\u0075d\u0061\u0074\u0074\u0061\u0064\u0065\u0076\u0061",0x0982:"\u0061n\u0075s\u0076\u0061\u0072\u0061\u0062\u0065\u006e\u0067\u0061\u006c\u0069",0x0902:"\u0061\u006e\u0075s\u0076\u0061\u0072\u0061\u0064\u0065\u0076\u0061",0x0a82:"\u0061\u006eu\u0073\u0076\u0061r\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069",0x0105:"\u0061o\u0067\u006f\u006e\u0065\u006b",0x3300:"\u0061\u0070\u0061a\u0074\u006f\u0073\u0071\u0075\u0061\u0072\u0065",0x249c:"\u0061\u0070\u0061\u0072\u0065\u006e",0x0245:"\u0061\u0070\u006f\u0073\u0074\u0072\u006f\u0070\u0068\u0065",0x055a:"\u0061p\u006fs\u0074\u0072\u006f\u0070\u0068e\u0061\u0072m\u0065\u006e\u0069\u0061\u006e",0x02bc:"\u0061\u0070\u006f\u0073\u0074\u0072\u006f\u0070\u0068\u0065\u006d\u006f\u0064",0x0246:"\u0061\u0070\u006f\u0073\u0074\u0072\u006f\u0070\u0068\u0065\u0072\u0065\u0076",0xf8ff:"\u0061\u0070\u0070l\u0065",0x2250:"\u0061\u0070\u0070\u0072\u006f\u0061\u0063\u0068\u0065\u0073",0x2a70:"\u0061p\u0070\u0072\u006f\u0078\u0065\u0071q",0x2248:"a\u0070\u0070\u0072\u006f\u0078\u0065\u0071\u0075\u0061\u006c",0x2252:"\u0061p\u0070r\u006f\u0078\u0065\u0071\u0075a\u006c\u006fr\u0069\u006d\u0061\u0067\u0065",0x224b:"a\u0070\u0070\u0072\u006f\u0078\u0069\u0064\u0065\u006e\u0074",0x224a:"\u0061\u0070\u0070\u0072\u006f\u0078\u006f\u0072\u0065\u0071\u0075\u0061\u006c",0x318e:"\u0061\u0072\u0061e\u0061\u0065\u006b\u006f\u0072\u0065\u0061\u006e",0x318d:"a\u0072\u0061\u0065\u0061\u006b\u006f\u0072\u0065\u0061\u006e",0x2312:"\u0061\u0072\u0063",0x2258:"\u0061\u0072\u0063e\u0071",0x21b6:"\u0061\u0072\u0063h\u006c\u0065\u0066\u0074\u0064\u006f\u0077\u006e",0x21b7:"\u0061\u0072\u0063\u0068\u0072\u0069\u0067\u0068\u0074\u0064\u006f\u0077\u006e",0x1e9a:"\u0061\u0072\u0069\u0067\u0068\u0074\u0068\u0061\u006cf\u0072\u0069\u006e\u0067",0x00e5:"\u0061\u0072\u0069n\u0067",0x01fb:"\u0061\u0072\u0069\u006e\u0067\u0061\u0063\u0075\u0074\u0065",0x1e01:"\u0061\u0072\u0069\u006e\u0067\u0062\u0065\u006c\u006f\u0077",0x0590:"\u0061\u0072\u0072o\u0077\u0062\u0061\u0072\u0064\u006f\u0077\u006e",0x058d:"\u0061\u0072\u0072o\u0077\u0062\u0061\u0072\u006c\u0065\u0066\u0074",0x058f:"\u0061\u0072\u0072\u006f\u0077\u0062\u0061\u0072\u0072\u0069\u0067\u0068\u0074",0x058e:"\u0061\u0072\u0072\u006f\u0077\u0062\u0061\u0072\u0075\u0070",0x2194:"\u0061r\u0072\u006f\u0077\u0062\u006f\u0074h",0x21e3:"\u0061\u0072\u0072\u006f\u0077\u0064\u0061\u0073\u0068\u0064\u006f\u0077\u006e",0x21e0:"\u0061\u0072\u0072\u006f\u0077\u0064\u0061\u0073\u0068\u006c\u0065\u0066\u0074",0x21e2:"\u0061\u0072\u0072\u006f\u0077\u0064\u0061\u0073\u0068r\u0069\u0067\u0068\u0074",0x21e1:"a\u0072\u0072\u006f\u0077\u0064\u0061\u0073\u0068\u0075\u0070",0x21d4:"\u0061\u0072\u0072o\u0077\u0064\u0062\u006c\u0062\u006f\u0074\u0068",0x21d5:"\u0061\u0072\u0072\u006f\u0077\u0064\u0062\u006c\u0062\u006f\u0074\u0068\u0076",0x21d3:"\u0061\u0072\u0072o\u0077\u0064\u0062\u006c\u0064\u006f\u0077\u006e",0x21d0:"\u0061\u0072\u0072o\u0077\u0064\u0062\u006c\u006c\u0065\u0066\u0074",0x21d2:"\u0061\u0072\u0072\u006f\u0077\u0064\u0062\u006c\u0072\u0069\u0067\u0068\u0074",0x21d1:"\u0061\u0072\u0072\u006f\u0077\u0064\u0062\u006c\u0075\u0070",0x2193:"\u0061r\u0072\u006f\u0077\u0064\u006f\u0077n",0x2199:"\u0061\u0072\u0072\u006f\u0077\u0064\u006f\u0077\u006e\u006c\u0065\u0066\u0074",0x2198:"\u0061\u0072\u0072\u006f\u0077\u0064\u006f\u0077\u006er\u0069\u0067\u0068\u0074",0x21e9:"\u0061\u0072\u0072\u006f\u0077\u0064\u006f\u0077\u006ew\u0068\u0069\u0074\u0065",0x02c5:"\u0061\u0072r\u006f\u0077\u0068e\u0061\u0064\u0064\u006f\u0077\u006e\u006d\u006f\u0064",0x02c2:"\u0061\u0072r\u006f\u0077\u0068e\u0061\u0064\u006c\u0065\u0066\u0074\u006d\u006f\u0064",0x02c3:"\u0061\u0072\u0072\u006f\u0077\u0068\u0065\u0061\u0064\u0072\u0069\u0067h\u0074\u006d\u006f\u0064",0x02c4:"\u0061\u0072\u0072\u006f\u0077\u0068\u0065\u0061\u0064u\u0070\u006d\u006f\u0064",0x21aa:"\u0061\u0072\u0072\u006f\u0077\u0068\u006f\u006f\u006b\u006c\u0065\u0066\u0074",0x21a9:"\u0061\u0072\u0072\u006f\u0077\u0068\u006f\u006f\u006br\u0069\u0067\u0068\u0074",0xf8e7:"\u0061\u0072\u0072o\u0077\u0068\u006f\u0072\u0069\u007a\u0065\u0078",0x2190:"\u0061r\u0072\u006f\u0077\u006c\u0065\u0066t",0x21bd:"\u0061\u0072r\u006f\u0077\u006ce\u0066\u0074\u0062\u006f\u0074\u0068\u0061\u006c\u0066",0x21cd:"\u0061r\u0072o\u0077\u006c\u0065\u0066\u0074d\u0062\u006cs\u0074\u0072\u006f\u006b\u0065",0x21c6:"\u0061r\u0072o\u0077\u006c\u0065\u0066\u0074o\u0076\u0065r\u0072\u0069\u0067\u0068\u0074",0x21e6:"\u0061\u0072\u0072\u006f\u0077\u006c\u0065\u0066\u0074w\u0068\u0069\u0074\u0065",0x2192:"\u0061\u0072\u0072\u006f\u0077\u0072\u0069\u0067\u0068\u0074",0x21c1:"\u0061\u0072\u0072\u006f\u0077\u0072\u0069\u0067\u0068\u0074\u0062\u006ft\u0068\u0061\u006c\u0066",0x21cf:"\u0061\u0072\u0072\u006fwr\u0069\u0067\u0068\u0074\u0064\u0062\u006c\u0073\u0074\u0072\u006f\u006b\u0065",0x21c4:"\u0061r\u0072o\u0077\u0072\u0069\u0067\u0068t\u006f\u0076e\u0072\u006c\u0065\u0066\u0074",0x21e8:"\u0061r\u0072o\u0077\u0072\u0069\u0067\u0068\u0074\u0077\u0068\u0069\u0074\u0065",0x21e4:"\u0061\u0072\u0072o\u0077\u0074\u0061\u0062\u006c\u0065\u0066\u0074",0x21e5:"\u0061\u0072\u0072\u006f\u0077\u0074\u0061\u0062\u0072\u0069\u0067\u0068\u0074",0x21a2:"\u0061\u0072\u0072\u006f\u0077\u0074\u0061\u0069\u006c\u006c\u0065\u0066\u0074",0x21a3:"\u0061\u0072\u0072\u006f\u0077\u0074\u0061\u0069\u006cr\u0069\u0067\u0068\u0074",0x21da:"\u0061r\u0072o\u0077\u0074\u0072\u0069\u0070\u006c\u0065\u006c\u0065\u0066\u0074",0x21db:"\u0061\u0072r\u006f\u0077\u0074r\u0069\u0070\u006c\u0065\u0072\u0069\u0067\u0068\u0074",0x2191:"\u0061r\u0072\u006f\u0077\u0075\u0070",0x21a8:"\u0061r\u0072o\u0077\u0075\u0070\u0064\u006f\u0077\u006e\u0062\u0061\u0073\u0065",0x2196:"a\u0072\u0072\u006f\u0077\u0075\u0070\u006c\u0065\u0066\u0074",0x21c5:"\u0061\u0072\u0072\u006f\u0077\u0075\u0070\u006c\u0065\u0066\u0074\u006ff\u0064\u006f\u0077\u006e",0x2197:"\u0061\u0072\u0072o\u0077\u0075\u0070\u0072\u0069\u0067\u0068\u0074",0x21e7:"\u0061\u0072\u0072o\u0077\u0075\u0070\u0077\u0068\u0069\u0074\u0065",0xf8e6:"a\u0072\u0072\u006f\u0077\u0076\u0065\u0072\u0074\u0065\u0078",0xd80a:"a\u0073c\u0065\u006e\u0064\u0065\u0072\u0063\u006f\u006dp\u0077\u006f\u0072\u0064ma\u0072\u006b",0x005e:"a\u0073\u0063\u0069\u0069\u0063\u0069\u0072\u0063\u0075\u006d",0xff3e:"a\u0073c\u0069\u0069\u0063\u0069\u0072\u0063\u0075\u006dm\u006f\u006e\u006f\u0073pa\u0063\u0065",0x007e:"\u0061\u0073\u0063\u0069\u0069\u0074\u0069\u006c\u0064\u0065",0xff5e:"\u0061\u0073\u0063\u0069it\u0069\u006c\u0064\u0065\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0x0251:"\u0061s\u0063\u0072\u0069\u0070\u0074",0x0252:"\u0061\u0073\u0063\u0072\u0069\u0070\u0074\u0074\u0075\u0072\u006e\u0065\u0064",0x3041:"\u0061\u0073\u006d\u0061\u006c\u006c\u0068\u0069\u0072a\u0067\u0061\u006e\u0061",0x30a1:"\u0061\u0073\u006d\u0061\u006c\u006c\u006b\u0061\u0074a\u006b\u0061\u006e\u0061",0xff67:"\u0061\u0073\u006dal\u006c\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068",0x22a6:"\u0061\u0073\u0073\u0065\u0072\u0074",0x2a6e:"\u0061\u0073\u0074e\u0071",0x20f0:"a\u0073\u0074\u0065\u0072\u0061\u0063\u0063\u0065\u006e\u0074",0x002a:"\u0061\u0073\u0074\u0065\u0072\u0069\u0073\u006b",0x2217:"\u0061\u0073\u0074e\u0072\u0069\u0073\u006b\u006d\u0061\u0074\u0068",0xff0a:"\u0061\u0073\u0074\u0065\u0072\u0069\u0073\u006b\u006d\u006f\u006e\u006fs\u0070\u0061\u0063\u0065",0xfe61:"\u0061\u0073\u0074\u0065\u0072\u0069\u0073\u006b\u0073\u006d\u0061\u006c\u006c",0x2042:"\u0061\u0073\u0074\u0065\u0072\u0069\u0073\u006d",0x2609:"\u0061\u0073\u0074\u0072\u006f\u0073\u0075\u006e",0xf6e9:"\u0061s\u0075\u0070\u0065\u0072\u0069\u006fr",0x2243:"\u0061\u0073\u0079\u006dpt\u006f\u0074\u0069\u0063\u0061\u006c\u006c\u0079\u0065\u0071\u0075\u0061\u006c",0x0040:"\u0061\u0074",0x00e3:"\u0061\u0074\u0069\u006c\u0064\u0065",0xff20:"a\u0074\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0xfe6b:"\u0061t\u0073\u006d\u0061\u006c\u006c",0x0250:"\u0061t\u0075\u0072\u006e\u0065\u0064",0x0994:"\u0061u\u0062\u0065\u006e\u0067\u0061\u006ci",0x3120:"\u0061\u0075\u0062\u006f\u0070\u006f\u006d\u006f\u0066\u006f",0x0914:"\u0061\u0075\u0064\u0065\u0076\u0061",0x0a94:"\u0061\u0075\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069",0x0a14:"\u0061\u0075\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0x09d7:"\u0061\u0075\u006c\u0065ng\u0074\u0068\u006d\u0061\u0072\u006b\u0062\u0065\u006e\u0067\u0061\u006c\u0069",0x0a4c:"\u0061u\u006da\u0074\u0072\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0x09cc:"\u0061u\u0076o\u0077\u0065\u006c\u0073\u0069g\u006e\u0062e\u006e\u0067\u0061\u006c\u0069",0x094c:"\u0061u\u0076o\u0077\u0065\u006c\u0073\u0069\u0067\u006e\u0064\u0065\u0076\u0061",0x0acc:"\u0061\u0075\u0076\u006fwe\u006c\u0073\u0069\u0067\u006e\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069",0x093d:"\u0061\u0076\u0061g\u0072\u0061\u0068\u0061\u0064\u0065\u0076\u0061",0x2a11:"\u0061\u0077\u0069n\u0074",0x0561:"a\u0079\u0062\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0xfb20:"\u0061\u0079i\u006e\u0061\u006ct\u006f\u006e\u0065\u0068\u0065\u0062\u0072\u0065\u0077",0x05e2:"\u0061\u0079\u0069\u006e\u0068\u0065\u0062\u0072\u0065\u0077",0x0062:"\u0062",0x2aed:"\u0062\u004e\u006f\u0074",0x09ac:"\u0062a\u0062\u0065\u006e\u0067\u0061\u006ci",0x2036:"\u0062\u0061\u0063\u006b\u0064\u0070\u0072\u0069\u006d\u0065",0x024c:"\u0062\u0061\u0063\u006b\u0065\u0064",0x005c:"\u0062a\u0063\u006b\u0073\u006c\u0061\u0073h",0xff3c:"\u0062a\u0063k\u0073\u006c\u0061\u0073\u0068m\u006f\u006eo\u0073\u0070\u0061\u0063\u0065",0x2037:"b\u0061\u0063\u006b\u0074\u0072\u0070\u0072\u0069\u006d\u0065",0x092c:"\u0062\u0061\u0064\u0065\u0076\u0061",0x22ff:"\u0062a\u0067\u006d\u0065\u006d\u0062\u0065r",0x0aac:"\u0062\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069",0x0a2c:"\u0062\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0x3070:"\u0062\u0061\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x0e3f:"\u0062\u0061\u0068\u0074\u0074\u0068\u0061\u0069",0x30d0:"\u0062\u0061\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0x007c:"\u0062\u0061\u0072",0x2aea:"\u0062\u0061\u0072\u0056",0x2a43:"\u0062\u0061\u0072\u0063\u0061\u0070",0x2a42:"\u0062\u0061\u0072\u0063\u0075\u0070",0x2961:"\u0062a\u0072d\u006f\u0077\u006e\u0068\u0061r\u0070\u006fo\u006e\u006c\u0065\u0066\u0074",0x295d:"\u0062\u0061\u0072\u0064ow\u006e\u0068\u0061\u0072\u0070\u006f\u006f\u006e\u0072\u0069\u0067\u0068\u0074",0x21b9:"\u0062a\u0072\u006c\u0065\u0066\u0074\u0061\u0072\u0072\u006f\u0077\u0072i\u0067\u0068\u0074\u0061\u0072\u0072\u006f\u0077\u0062\u0061",0x2956:"\u0062a\u0072l\u0065\u0066\u0074\u0068\u0061r\u0070\u006fo\u006e\u0064\u006f\u0077\u006e",0x2952:"\u0062\u0061r\u006c\u0065\u0066t\u0068\u0061\u0072\u0070\u006f\u006f\u006e\u0075\u0070",0x02a9:"\u0062\u0061\u0072\u006d\u0069\u0064\u006c\u006f\u006eg\u006e\u006f\u0073\u0070",0xff5c:"\u0062\u0061\u0072m\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0x21b8:"b\u0061\u0072\u006f\u0076er\u006eo\u0072\u0074\u0068\u0077\u0065s\u0074\u0061\u0072\u0072\u006f\u0077",0x2920:"b\u0061r\u0072\u0069\u0067\u0068\u0074\u0061\u0072\u0072o\u0077\u0064\u0069\u0061mo\u006e\u0064",0x295f:"\u0062\u0061\u0072\u0072ig\u0068\u0074\u0068\u0061\u0072\u0070\u006f\u006f\u006e\u0064\u006f\u0077\u006e",0x295b:"\u0062\u0061\u0072\u0072\u0069\u0067\u0068\u0074\u0068\u0061\u0072\u0070o\u006f\u006e\u0075\u0070",0x2912:"\u0062\u0061\u0072\u0075\u0070\u0061\u0072\u0072\u006f\u0077",0x2958:"\u0062\u0061r\u0075\u0070\u0068a\u0072\u0070\u006f\u006f\u006e\u006c\u0065\u0066\u0074",0x2954:"\u0062\u0061\u0072\u0075\u0070\u0068\u0061\u0072\u0070\u006f\u006f\u006er\u0069\u0067\u0068\u0074",0x22bd:"\u0062\u0061\u0072\u0076\u0065\u0065",0x3105:"\u0062b\u006f\u0070\u006f\u006d\u006f\u0066o",0x23b6:"\u0062\u0062\u0072\u006b\u0074\u0062\u0072\u006b",0x24d1:"\u0062c\u0069\u0072\u0063\u006c\u0065",0x1e03:"\u0062\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074",0x1e05:"\u0062d\u006f\u0074\u0062\u0065\u006c\u006fw",0x2506:"\u0062\u0064\u0074\u0072\u0069\u0070\u006c\u0065\u0076\u0064\u0061\u0073\u0068",0x266c:"b\u0065a\u006d\u0065\u0064\u0073\u0069\u0078\u0074\u0065e\u006e\u0074\u0068\u006eot\u0065\u0073",0x2235:"\u0062e\u0063\u0061\u0075\u0073\u0065",0x0431:"\u0062\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x0628:"\u0062e\u0068\u0061\u0072\u0061\u0062\u0069c",0xfe90:"\u0062\u0065\u0068\u0066\u0069\u006e\u0061\u006c\u0061r\u0061\u0062\u0069\u0063",0xfe91:"\u0062\u0065h\u0069\u006e\u0069t\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",0x3079:"\u0062\u0065\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0xfe8f:"b\u0065\u0068\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064",0xfe92:"\u0062e\u0068m\u0065\u0064\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",0xfc9f:"b\u0065h\u006d\u0065\u0065\u006d\u0069\u006e\u0069\u0074i\u0061\u006c\u0061\u0072ab\u0069\u0063",0xfc08:"b\u0065\u0068\u006d\u0065em\u0069s\u006f\u006c\u0061\u0074\u0065d\u0061\u0072\u0061\u0062\u0069\u0063",0xfc6d:"\u0062e\u0068n\u006f\u006f\u006e\u0066\u0069n\u0061\u006ca\u0072\u0061\u0062\u0069\u0063",0xfc6e:"\u0062\u0065\u0068wi\u0074\u0068\u0061\u006c\u0065\u0066\u006d\u0061\u006b\u0073\u0075\u0072\u0061\u0066\u0069\u006e\u0061\u006c",0xfc09:"\u0062\u0065\u0068\u0077\u0069\u0074\u0068\u0061\u006c\u0065\u0066m\u0061\u006b\u0073\u0075\u0072\u0061\u0069\u0073\u006f\u006ca\u0074\u0065\u0064",0xfc9d:"\u0062\u0065\u0068\u0077\u0069\u0074\u0068\u0068\u0061\u0068\u0069\u006ei\u0074\u0069\u0061\u006c",0xe812:"\u0062\u0065\u0068\u0077\u0069\u0074\u0068\u0068\u0065\u0068\u0069\u006ei\u0074\u0069\u0061\u006c",0xfc9c:"\u0062e\u0068w\u0069\u0074\u0068\u006a\u0065e\u006d\u0069n\u0069\u0074\u0069\u0061\u006c",0xfc9e:"\u0062e\u0068w\u0069\u0074\u0068\u006b\u0068a\u0068\u0069n\u0069\u0074\u0069\u0061\u006c",0xfc6a:"\u0062e\u0068w\u0069\u0074\u0068\u0072\u0065\u0068\u0066\u0069\u006e\u0061\u006c",0xfc6f:"\u0062e\u0068w\u0069\u0074\u0068\u0079\u0065\u0068\u0066\u0069\u006e\u0061\u006c",0xfc0a:"\u0062e\u0068w\u0069\u0074\u0068\u0079\u0065h\u0069\u0073o\u006c\u0061\u0074\u0065\u0064",0x30d9:"\u0062\u0065\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0x0562:"b\u0065\u006e\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x23e3:"\u0062e\u006e\u007a\u0065\u006e\u0072",0x03b2:"\u0062\u0065\u0074\u0061",0x03d0:"\u0062e\u0074a\u0073\u0079\u006d\u0062\u006f\u006c\u0067\u0072\u0065\u0065\u006b",0xfb31:"\u0062e\u0074d\u0061\u0067\u0065\u0073\u0068\u0068\u0065\u0062\u0072\u0065\u0077",0x2136:"\u0062\u0065\u0074\u0068",0x05d1:"\u0062e\u0074\u0068\u0065\u0062\u0072\u0065w",0xfb4c:"\u0062\u0065\u0074\u0072\u0061\u0066\u0065\u0068\u0065\u0062\u0072\u0065\u0077",0x226c:"\u0062e\u0074\u0077\u0065\u0065\u006e",0x09ad:"\u0062\u0068\u0061\u0062\u0065\u006e\u0067\u0061\u006c\u0069",0x092d:"\u0062h\u0061\u0064\u0065\u0076\u0061",0x0aad:"b\u0068\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069",0x0a2d:"b\u0068\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0x0253:"\u0062\u0068\u006fo\u006b",0x27d8:"\u0062\u0069\u0067\u0062\u006f\u0074",0x2a03:"\u0062i\u0067\u0063\u0075\u0070\u0064\u006ft",0x2afc:"\u0062\u0069\u0067\u0069\u006e\u0074\u0065\u0072\u006c\u0065\u0061\u0076\u0065",0x2a00:"\u0062i\u0067\u006f\u0064\u006f\u0074",0x2a01:"\u0062\u0069\u0067\u006f\u0070\u006c\u0075\u0073",0x2a02:"\u0062i\u0067\u006f\u0074\u0069\u006d\u0065s",0x2a57:"\u0062\u0069\u0067s\u006c\u006f\u0070\u0065\u0064\u0076\u0065\u0065",0x2a58:"\u0062\u0069\u0067\u0073\u006c\u006f\u0070\u0065\u0064w\u0065\u0064\u0067\u0065",0x2a05:"\u0062\u0069\u0067\u0073\u0071\u0063\u0061\u0070",0x2a06:"\u0062\u0069\u0067\u0073\u0071\u0063\u0075\u0070",0x2aff:"\u0062\u0069\u0067\u0074\u0061\u006c\u006c\u006f\u0062\u006c\u006f\u006e\u0067",0x2a09:"\u0062\u0069\u0067\u0074\u0069\u006d\u0065\u0073",0x27d9:"\u0062\u0069\u0067\u0074\u006f\u0070",0x2a1e:"\u0062i\u0067t\u0072\u0069\u0061\u006e\u0067\u006c\u0065\u006c\u0065\u0066\u0074",0x2a04:"\u0062\u0069\u0067\u0075\u0070\u006c\u0075\u0073",0x22c1:"\u0062\u0069\u0067\u0076\u0065\u0065",0x22c0:"\u0062\u0069\u0067\u0077\u0065\u0064\u0067\u0065",0x3073:"\u0062\u0069\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x30d3:"\u0062\u0069\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0x0298:"\u0062\u0069\u006c\u0061\u0062\u0069\u0061\u006c\u0063\u006c\u0069\u0063\u006b",0x0a02:"\u0062\u0069\u006e\u0064\u0069\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0x3331:"\u0062\u0069\u0072\u0075\u0073\u0071\u0075\u0061\u0072\u0065",0x29ed:"b\u006ca\u0063\u006b\u0063\u0069\u0072\u0063\u006c\u0065d\u006f\u0077\u006e\u0061rr\u006f\u0077",0x2688:"b\u006ca\u0063\u006b\u0063\u0069\u0072\u0063\u006c\u0065d\u0072\u0069\u0067\u0068td\u006f\u0074",0x2689:"\u0062\u006c\u0061\u0063kc\u0069\u0072\u0063\u006c\u0065\u0064\u0074\u0077\u006f\u0064\u006f\u0074\u0073",0x25d5:"\u0062\u006c\u0061\u0063kc\u0069\u0072\u0063\u006c\u0065\u0075\u006c\u0071\u0075\u0061\u0064\u0077\u0068\u0069t\u0065",0x29ea:"b\u006c\u0061\u0063\u006bdi\u0061m\u006f\u006e\u0064\u0064\u006fw\u006e\u0061\u0072\u0072\u006f\u0077",0x29d7:"\u0062\u006c\u0061\u0063\u006b\u0068\u006f\u0075\u0072g\u006c\u0061\u0073\u0073",0x25d6:"\u0062\u006c\u0061\u0063kl\u0065\u0066\u0074\u0068\u0061\u006c\u0066\u0063\u0069\u0072\u0063\u006c\u0065",0x25c4:"\u0062l\u0061\u0063\u006b\u006c\u0065\u0066\u0074\u0070\u006f\u0069\u006et\u0069\u006e\u0067\u0070\u006f\u0069\u006e\u0074\u0065\u0072",0x25c0:"\u0062l\u0061\u0063\u006b\u006ce\u0066\u0074\u0070\u006f\u0069n\u0074i\u006eg\u0074\u0072\u0069\u0061\u006e\u0067\u006ce",0x3010:"\u0062\u006c\u0061\u0063\u006b\u006c\u0065\u006e\u0074\u0069\u0063u\u006c\u0061\u0072\u0062\u0072\u0061\u0063\u006b\u0065\u0074l\u0065\u0066\u0074",0xfe3b:"\u0062\u006c\u0061ck\u006c\u0065\u006e\u0074\u0069\u0063\u0075\u006c\u0061r\u0062r\u0061c\u006be\u0074\u006c\u0065\u0066\u0074\u0076\u0065\u0072\u0074\u0069\u0063\u0061\u006c",0x3011:"b\u006c\u0061\u0063\u006b\u006c\u0065n\u0074\u0069\u0063\u0075\u006c\u0061\u0072\u0062\u0072a\u0063\u006b\u0065t\u0072i\u0067\u0068\u0074",0xfe3c:"b\u006c\u0061\u0063\u006b\u006c\u0065n\u0074\u0069\u0063\u0075\u006c\u0061r\u0062\u0072\u0061\u0063\u006b\u0065\u0074r\u0069\u0067\u0068\u0074\u0076\u0065\u0072\u0074\u0069\u0063a\u006c",0x25e3:"\u0062\u006c\u0061\u0063kl\u006f\u0077\u0065\u0072\u006c\u0065\u0066\u0074\u0074\u0072\u0069\u0061\u006e\u0067l\u0065",0x25e2:"\u0062\u006c\u0061ck\u006c\u006f\u0077\u0065\u0072\u0072\u0069\u0067\u0068\u0074\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065",0x25ac:"\u0062\u006c\u0061\u0063\u006b\u0072\u0065\u0063\u0074a\u006e\u0067\u006c\u0065",0x25ba:"\u0062l\u0061\u0063\u006b\u0072i\u0067\u0068\u0074\u0070\u006fi\u006et\u0069n\u0067\u0070\u006f\u0069\u006e\u0074\u0065r",0x25b6:"\u0062\u006c\u0061\u0063\u006b\u0072\u0069\u0067\u0068\u0074\u0070o\u0069\u006e\u0074\u0069\u006e\u0067\u0074\u0072\u0069\u0061n\u0067\u006c\u0065",0x25aa:"\u0062\u006ca\u0063\u006b\u0073m\u0061\u006c\u006c\u0073\u0071\u0075\u0061\u0072\u0065",0x263b:"\u0062\u006ca\u0063\u006b\u0073m\u0069\u006c\u0069\u006e\u0067\u0066\u0061\u0063\u0065",0x25be:"\u0062\u006c\u0061\u0063\u006b\u0074\u0072\u0069\u0061\u006e\u0067\u006ce\u0064\u006f\u0077\u006e",0x25e4:"\u0062\u006c\u0061\u0063ku\u0070\u0070\u0065\u0072\u006c\u0065\u0066\u0074\u0074\u0072\u0069\u0061\u006e\u0067l\u0065",0x25e5:"\u0062\u006c\u0061ck\u0075\u0070\u0070\u0065\u0072\u0072\u0069\u0067\u0068\u0074\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065",0x25b4:"\u0062\u006c\u0061\u0063k\u0075\u0070\u0070\u006f\u0069\u006e\u0074\u0069\u006e\u0067s\u006da\u006c\u006c\u0074\u0072\u0069\u0061\u006eg\u006c\u0065",0x2423:"\u0062\u006c\u0061n\u006b",0x1e07:"\u0062\u006c\u0069\u006e\u0065\u0062\u0065\u006c\u006f\u0077",0x2b2c:"b\u006c\u006b\u0068\u006f\u0072\u007a\u006f\u0076\u0061\u006c",0x2b2e:"b\u006c\u006b\u0076\u0065\u0072\u0074\u006f\u0076\u0061\u006c",0x2588:"\u0062\u006c\u006fc\u006b",0xff42:"\u0062\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0x0e1a:"\u0062\u006f\u0062a\u0069\u006d\u0061\u0069\u0074\u0068\u0061\u0069",0x307c:"\u0062\u006f\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x30dc:"\u0062\u006f\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0x25e1:"\u0062\u006f\u0074\u0073\u0065\u006d\u0069\u0063\u0069\u0072\u0063\u006c\u0065",0x22c8:"\u0062\u006f\u0077\u0074\u0069\u0065",0x29c6:"\u0062\u006f\u0078\u0061\u0073\u0074",0x25eb:"\u0062\u006f\u0078\u0062\u0061\u0072",0x29c8:"\u0062\u006f\u0078\u0062\u006f\u0078",0x29c5:"\u0062o\u0078\u0062\u0073\u006c\u0061\u0073h",0x29c7:"\u0062o\u0078\u0063\u0069\u0072\u0063\u006ce",0x29c4:"\u0062o\u0078\u0064\u0069\u0061\u0067",0x29c9:"\u0062\u006f\u0078\u006f\u006e\u0062\u006f\u0078",0x249d:"\u0062\u0070\u0061\u0072\u0065\u006e",0x33c3:"\u0062\u0071\u0073\u0071\u0075\u0061\u0072\u0065",0xf8f4:"\u0062r\u0061\u0063\u0065\u0065\u0078",0x007b:"\u0062r\u0061\u0063\u0065\u006c\u0065\u0066t",0xf8f3:"b\u0072\u0061\u0063\u0065\u006c\u0065\u0066\u0074\u0062\u0074",0xf8f2:"\u0062\u0072\u0061c\u0065\u006c\u0065\u0066\u0074\u006d\u0069\u0064",0xff5b:"\u0062r\u0061c\u0065\u006c\u0065\u0066\u0074m\u006f\u006eo\u0073\u0070\u0061\u0063\u0065",0xfe5b:"\u0062\u0072\u0061\u0063\u0065\u006c\u0065\u0066\u0074s\u006d\u0061\u006c\u006c",0xf8f1:"b\u0072\u0061\u0063\u0065\u006c\u0065\u0066\u0074\u0074\u0070",0xfe37:"\u0062\u0072\u0061\u0063\u0065\u006c\u0065\u0066\u0074\u0076\u0065\u0072t\u0069\u0063\u0061\u006c",0x007d:"\u0062\u0072\u0061\u0063\u0065\u0072\u0069\u0067\u0068\u0074",0xf8fe:"\u0062\u0072\u0061c\u0065\u0072\u0069\u0067\u0068\u0074\u0062\u0074",0xf8fd:"\u0062\u0072\u0061\u0063\u0065\u0072\u0069\u0067\u0068\u0074\u006d\u0069\u0064",0xff5d:"\u0062\u0072\u0061\u0063er\u0069\u0067\u0068\u0074\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0xfe5c:"\u0062r\u0061c\u0065\u0072\u0069\u0067\u0068\u0074\u0073\u006d\u0061\u006c\u006c",0xf8fc:"\u0062\u0072\u0061c\u0065\u0072\u0069\u0067\u0068\u0074\u0074\u0070",0xfe38:"\u0062r\u0061c\u0065\u0072\u0069\u0067\u0068t\u0076\u0065r\u0074\u0069\u0063\u0061\u006c",0x005b:"b\u0072\u0061\u0063\u006b\u0065\u0074\u006c\u0065\u0066\u0074",0xf8f0:"\u0062\u0072\u0061\u0063\u006b\u0065\u0074\u006c\u0065\u0066\u0074\u0062\u0074",0xf8ef:"\u0062\u0072\u0061\u0063\u006b\u0065\u0074\u006c\u0065\u0066\u0074\u0065\u0078",0xff3b:"b\u0072a\u0063\u006b\u0065\u0074\u006c\u0065\u0066\u0074m\u006f\u006e\u006f\u0073pa\u0063\u0065",0x2045:"\u0062\u0072a\u0063\u006b\u0065t\u006c\u0065\u0066\u0074\u0071\u0075\u0069\u006c\u006c",0xf8ee:"\u0062\u0072\u0061\u0063\u006b\u0065\u0074\u006c\u0065\u0066\u0074\u0074\u0070",0x005d:"\u0062\u0072\u0061c\u006b\u0065\u0074\u0072\u0069\u0067\u0068\u0074",0xf8fb:"\u0062\u0072\u0061\u0063\u006b\u0065\u0074\u0072\u0069g\u0068\u0074\u0062\u0074",0xf8fa:"\u0062\u0072\u0061\u0063\u006b\u0065\u0074\u0072\u0069g\u0068\u0074\u0065\u0078",0xff3d:"b\u0072\u0061\u0063\u006bet\u0072i\u0067\u0068\u0074\u006d\u006fn\u006f\u0073\u0070\u0061\u0063\u0065",0x2046:"\u0062\u0072\u0061\u0063\u006b\u0065\u0074\u0072\u0069\u0067\u0068\u0074q\u0075\u0069\u006c\u006c",0xf8f9:"\u0062\u0072\u0061\u0063\u006b\u0065\u0074\u0072\u0069g\u0068\u0074\u0074\u0070",0x02d8:"\u0062\u0072\u0065v\u0065",0xf006:"\u0062\u0072\u0065\u0076\u0065\u0031",0x032e:"\u0062\u0072\u0065\u0076\u0065\u0062\u0065\u006c\u006f\u0077\u0063\u006d\u0062",0x0306:"\u0062\u0072\u0065\u0076\u0065\u0063\u006d\u0062",0x032f:"b\u0072\u0065\u0076\u0065in\u0076e\u0072\u0074\u0065\u0064\u0062e\u006c\u006f\u0077\u0063\u006d\u0062",0x0311:"\u0062\u0072e\u0076\u0065\u0069n\u0076\u0065\u0072\u0074\u0065\u0064\u0063\u006d\u0062",0x0361:"\u0062\u0072\u0065\u0076ei\u006e\u0076\u0065\u0072\u0074\u0065\u0064\u0064\u006f\u0075\u0062\u006c\u0065\u0063m\u0062",0x032a:"\u0062\u0072\u0069\u0064\u0067\u0065\u0062\u0065\u006co\u0077\u0063\u006d\u0062",0x033a:"\u0062\u0072\u0069\u0064ge\u0069\u006e\u0076\u0065\u0072\u0074\u0065\u0064\u0062\u0065\u006c\u006f\u0077\u0063m\u0062",0x02ad:"\u0062\u0072i\u0064\u0067\u0065i\u006e\u0076\u0073\u0075\u0062\u006e\u006f\u0073\u0070",0x00a6:"\u0062r\u006f\u006b\u0065\u006e\u0062\u0061r",0x2b41:"\u0062\u0073\u0069\u006d\u0069\u006c\u0061\u0072\u006c\u0065\u0066\u0074a\u0072\u0072\u006f\u0077",0x2b47:"\u0062s\u0069m\u0069\u006c\u0061\u0072\u0072i\u0067\u0068t\u0061\u0072\u0072\u006f\u0077",0x27c8:"\u0062\u0073\u006f\u006c\u0068\u0073\u0075\u0062",0x0180:"\u0062s\u0074\u0072\u006f\u006b\u0065",0xf6ea:"\u0062s\u0075\u0070\u0065\u0072\u0069\u006fr",0x2a32:"\u0062\u0074\u0069\u006d\u0065\u0073",0x0183:"\u0062t\u006f\u0070\u0062\u0061\u0072",0x3076:"\u0062\u0075\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x30d6:"\u0062\u0075\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0x2022:"\u0062\u0075\u006c\u006c\u0065\u0074",0x2219:"\u0062\u0075\u006c\u006c\u0065\u0074\u006f\u0070\u0065r\u0061\u0074\u006f\u0072",0x25ce:"\u0062\u0075\u006c\u006c\u0073\u0065\u0079\u0065",0x2aae:"\u0062u\u006d\u0070\u0065\u0071\u0071",0x0063:"\u0063",0x0080:"\u0063\u0031\u0032\u0038",0x0081:"\u0063\u0031\u0032\u0039",0x008d:"\u0063\u0031\u0034\u0031",0x008e:"\u0063\u0031\u0034\u0032",0x008f:"\u0063\u0031\u0034\u0033",0x056e:"\u0063\u0061\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x099a:"\u0063a\u0062\u0065\u006e\u0067\u0061\u006ci",0x0107:"\u0063\u0061\u0063\u0075\u0074\u0065",0x2106:"\u0063a\u0064\u0061\u0075\u006e\u0061",0x091a:"\u0063\u0061\u0064\u0065\u0076\u0061",0x0a9a:"\u0063\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069",0x0a1a:"\u0063\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0x3388:"\u0063a\u006c\u0073\u0071\u0075\u0061\u0072e",0x0981:"\u0063a\u006ed\u0072\u0061\u0062\u0069\u006ed\u0075\u0062e\u006e\u0067\u0061\u006c\u0069",0x0310:"\u0063\u0061\u006e\u0064\u0072\u0061\u0062\u0069\u006ed\u0075\u0063\u006d\u0062",0x0901:"\u0063a\u006ed\u0072\u0061\u0062\u0069\u006e\u0064\u0075\u0064\u0065\u0076\u0061",0x0a81:"\u0063\u0061\u006e\u0064ra\u0062\u0069\u006e\u0064\u0075\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069",0x2a49:"\u0063a\u0070\u0062\u0061\u0072\u0063\u0075p",0x2a40:"\u0063\u0061\u0070\u0064\u006f\u0074",0xd809:"\u0063\u0061\u0070\u0069ta\u006c\u0063\u006f\u006d\u0070\u0077\u006f\u0072\u0064\u006d\u0061\u0072\u006b",0x2a47:"\u0063\u0061\u0070\u006f\u0076\u0065\u0072\u0063\u0075\u0070",0x21ea:"\u0063\u0061\u0070\u0073\u006c\u006f\u0063\u006b",0x2a44:"\u0063\u0061\u0070\u0077\u0065\u0064\u0067\u0065",0x2105:"\u0063\u0061\u0072\u0065\u006f\u0066",0x2038:"c\u0061\u0072\u0065\u0074\u0069\u006e\u0073\u0065\u0072\u0074",0x02c7:"\u0063\u0061\u0072o\u006e",0xf00a:"\u0063\u0061\u0072\u006f\u006e\u0031",0x032c:"\u0063\u0061\u0072\u006f\u006e\u0062\u0065\u006c\u006f\u0077\u0063\u006d\u0062",0x030c:"\u0063\u0061\u0072\u006f\u006e\u0063\u006d\u0062",0x21b5:"\u0063\u0061\u0072\u0072\u0069\u0061\u0067\u0065\u0072e\u0074\u0075\u0072\u006e",0x3118:"\u0063b\u006f\u0070\u006f\u006d\u006f\u0066o",0x010d:"\u0063\u0063\u0061\u0072\u006f\u006e",0x00e7:"\u0063\u0063\u0065\u0064\u0069\u006c\u006c\u0061",0x1e09:"\u0063\u0063\u0065\u0064\u0069\u006c\u006c\u0061\u0061\u0063\u0075\u0074\u0065",0x24d2:"\u0063c\u0069\u0072\u0063\u006c\u0065",0x0109:"c\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078",0x0255:"\u0063\u0063\u0075r\u006c",0x293f:"\u0063c\u0077u\u006e\u0064\u0065\u0072\u0063u\u0072\u0076e\u0061\u0072\u0072\u006f\u0077",0x010b:"\u0063\u0064\u006f\u0074",0x33c5:"\u0063\u0064\u0073\u0071\u0075\u0061\u0072\u0065",0x00b8:"\u0063e\u0064\u0069\u006c\u006c\u0061",0xf008:"\u0063\u0065\u0064\u0069\u006c\u006c\u0061\u0031",0xf00d:"\u0063\u0065\u0064\u0069\u006c\u006c\u0061\u0032",0x0327:"\u0063\u0065\u0064\u0069\u006c\u006c\u0061\u0063\u006d\u0062",0x2308:"c\u0065\u0069\u006c\u0069\u006e\u0067\u006c\u0065\u0066\u0074",0x2309:"\u0063\u0065\u0069l\u0069\u006e\u0067\u0072\u0069\u0067\u0068\u0074",0x00a2:"\u0063\u0065\u006e\u0074",0x2103:"\u0063\u0065\u006e\u0074\u0069\u0067\u0072\u0061\u0064\u0065",0xf6df:"\u0063\u0065\u006et\u0069\u006e\u0066\u0065\u0072\u0069\u006f\u0072",0xffe0:"\u0063\u0065\u006e\u0074\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0xf7a2:"\u0063\u0065\u006et\u006f\u006c\u0064\u0073\u0074\u0079\u006c\u0065",0x2104:"\u0063\u0065\u006e\u0074\u0072\u0065\u006c\u0069\u006e\u0065",0xf6e0:"\u0063\u0065\u006et\u0073\u0075\u0070\u0065\u0072\u0069\u006f\u0072",0x0579:"c\u0068\u0061\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x099b:"\u0063\u0068\u0061\u0062\u0065\u006e\u0067\u0061\u006c\u0069",0x091b:"\u0063h\u0061\u0064\u0065\u0076\u0061",0x0a9b:"c\u0068\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069",0x0a1b:"c\u0068\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0x3114:"\u0063\u0068\u0062\u006f\u0070\u006f\u006d\u006f\u0066\u006f",0x04bd:"c\u0068e\u0061\u0062\u006b\u0068\u0061\u0073\u0069\u0061n\u0063\u0079\u0072\u0069ll\u0069\u0063",0x0447:"c\u0068\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x04bf:"\u0063\u0068e\u0064\u0065\u0073\u0063\u0065\u006e\u0064\u0065\u0072\u0061\u0062\u006b\u0068\u0061\u0073\u0069\u0061\u006e\u0063\u0079\u0072\u0069ll\u0069\u0063",0x04b7:"c\u0068e\u0064\u0065\u0073\u0063\u0065\u006e\u0064\u0065r\u0063\u0079\u0072\u0069ll\u0069\u0063",0x04f5:"\u0063\u0068\u0065\u0064ie\u0072\u0065\u0073\u0069\u0073\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x0573:"\u0063\u0068\u0065h\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x04cc:"c\u0068\u0065\u006b\u0068ak\u0061s\u0073\u0069\u0061\u006e\u0063y\u0072\u0069\u006c\u006c\u0069\u0063",0x04b9:"\u0063h\u0065\u0076\u0065\u0072t\u0069\u0063\u0061\u006c\u0073t\u0072o\u006be\u0063\u0079\u0072\u0069\u006c\u006c\u0069c",0x03c7:"\u0063\u0068\u0069",0x3277:"c\u0068i\u0065\u0075\u0063\u0068\u0061\u0063\u0069\u0072c\u006c\u0065\u006b\u006fre\u0061\u006e",0x3217:"\u0063\u0068\u0069\u0065uc\u0068\u0061\u0070\u0061\u0072\u0065\u006e\u006b\u006f\u0072\u0065\u0061\u006e",0x3269:"\u0063\u0068\u0069\u0065uc\u0068\u0063\u0069\u0072\u0063\u006c\u0065\u006b\u006f\u0072\u0065\u0061\u006e",0x314a:"\u0063\u0068\u0069\u0065\u0075\u0063\u0068\u006b\u006f\u0072\u0065\u0061\u006e",0x3209:"\u0063h\u0069e\u0075\u0063\u0068\u0070\u0061r\u0065\u006ek\u006f\u0072\u0065\u0061\u006e",0x0e0a:"\u0063\u0068\u006fc\u0068\u0061\u006e\u0067\u0074\u0068\u0061\u0069",0x0e08:"c\u0068\u006f\u0063\u0068\u0061\u006e\u0074\u0068\u0061\u0069",0x0e09:"\u0063\u0068\u006fc\u0068\u0069\u006e\u0067\u0074\u0068\u0061\u0069",0x0e0c:"c\u0068\u006f\u0063\u0068\u006f\u0065\u0074\u0068\u0061\u0069",0x0188:"\u0063\u0068\u006fo\u006b",0x3276:"\u0063i\u0065u\u0063\u0061\u0063\u0069\u0072c\u006c\u0065k\u006f\u0072\u0065\u0061\u006e",0x3216:"\u0063\u0069\u0065\u0075\u0063\u0061\u0070\u0061\u0072\u0065\u006e\u006bo\u0072\u0065\u0061\u006e",0x3268:"\u0063\u0069\u0065\u0075\u0063\u0063\u0069\u0072\u0063\u006c\u0065\u006bo\u0072\u0065\u0061\u006e",0x3148:"c\u0069\u0065\u0075\u0063\u006b\u006f\u0072\u0065\u0061\u006e",0x3208:"\u0063\u0069e\u0075\u0063\u0070a\u0072\u0065\u006e\u006b\u006f\u0072\u0065\u0061\u006e",0x321c:"\u0063\u0069\u0065\u0075\u0063\u0075\u0070\u0061\u0072\u0065\u006e\u006bo\u0072\u0065\u0061\u006e",0x29c3:"\u0063\u0069\u0072\u0045",0x27df:"\u0063\u0069\u0072\u0062\u006f\u0074",0x2257:"\u0063\u0069\u0072\u0063\u0065\u0071",0x229b:"\u0063\u0069\u0072\u0063\u006c\u0065\u0061\u0073\u0074e\u0072\u0069\u0073\u006b",0x25d2:"c\u0069\u0072\u0063\u006ceb\u006ft\u0074\u006f\u006d\u0068\u0061l\u0066\u0062\u006c\u0061\u0063\u006b",0x20dd:"\u0063\u0069\u0072c\u006c\u0065\u0063\u006f\u0070\u0079\u0072\u0074",0x29bf:"\u0063\u0069\u0072\u0063\u006c\u0065\u0064\u0062\u0075\u006c\u006c\u0065\u0074",0x229d:"c\u0069\u0072\u0063\u006c\u0065\u0064\u0064\u0061\u0073\u0068",0x2298:"\u0063\u0069\u0072c\u006c\u0065\u0064\u0069\u0076\u0069\u0064\u0065",0x29ec:"\u0063i\u0072c\u006c\u0065\u0064\u006f\u0077\u006e\u0061\u0072\u0072\u006f\u0077",0x29b7:"\u0063i\u0072c\u006c\u0065\u0064\u0070\u0061\u0072\u0061\u006c\u006c\u0065\u006c",0x2686:"\u0063i\u0072c\u006c\u0065\u0064\u0072\u0069\u0067\u0068\u0074\u0064\u006f\u0074",0x2687:"\u0063\u0069\u0072\u0063\u006c\u0065\u0064\u0074\u0077o\u0064\u006f\u0074\u0073",0x29b6:"c\u0069\u0072\u0063\u006c\u0065\u0064\u0076\u0065\u0072\u0074",0x29be:"\u0063i\u0072c\u006c\u0065\u0064\u0077\u0068i\u0074\u0065b\u0075\u006c\u006c\u0065\u0074",0x229c:"c\u0069\u0072\u0063\u006c\u0065\u0065\u0071\u0075\u0061\u006c",0x29b5:"\u0063\u0069\u0072\u0063\u006c\u0065\u0068\u0062\u0061\u0072",0x25f5:"\u0063\u0069\u0072c\u006c\u0065\u006c\u006c\u0071\u0075\u0061\u0064",0x25f6:"\u0063\u0069\u0072c\u006c\u0065\u006c\u0072\u0071\u0075\u0061\u0064",0x2297:"\u0063\u0069\u0072\u0063\u006c\u0065\u006d\u0075\u006ct\u0069\u0070\u006c\u0079",0x2b30:"\u0063\u0069\u0072\u0063\u006c\u0065\u006f\u006e\u006c\u0065\u0066\u0074a\u0072\u0072\u006f\u0077",0x21f4:"\u0063i\u0072c\u006c\u0065\u006f\u006e\u0072i\u0067\u0068t\u0061\u0072\u0072\u006f\u0077",0x2299:"\u0063\u0069\u0072\u0063\u006c\u0065\u006f\u0074",0x2295:"\u0063\u0069\u0072\u0063\u006c\u0065\u0070\u006c\u0075\u0073",0x3036:"\u0063\u0069r\u0063\u006c\u0065p\u006f\u0073\u0074\u0061\u006c\u006d\u0061\u0072\u006b",0x229a:"\u0063\u0069\u0072\u0063\u006c\u0065\u0072\u0069\u006e\u0067",0x25d3:"\u0063i\u0072c\u006c\u0065\u0074\u006f\u0070h\u0061\u006cf\u0062\u006c\u0061\u0063\u006b",0x25f4:"\u0063\u0069\u0072c\u006c\u0065\u0075\u006c\u0071\u0075\u0061\u0064",0x25f7:"\u0063\u0069\u0072c\u006c\u0065\u0075\u0072\u0071\u0075\u0061\u0064",0x25d4:"\u0063\u0069\u0072\u0063\u006c\u0065\u0075\u0072\u0071\u0075\u0061\u0064b\u006c\u0061\u0063\u006b",0x25cd:"\u0063\u0069\u0072\u0063\u006c\u0065\u0076\u0065\u0072t\u0066\u0069\u006c\u006c",0x25d0:"\u0063\u0069\u0072cl\u0065\u0077\u0069\u0074\u0068\u006c\u0065\u0066\u0074\u0068\u0061\u006c\u0066\u0062\u006c\u0061\u0063\u006b",0x25d1:"\u0063i\u0072\u0063\u006c\u0065\u0077\u0069\u0074\u0068\u0072\u0069\u0067h\u0074\u0068\u0061\u006c\u0066\u0062\u006c\u0061\u0063\u006b",0x02c6:"\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078",0xf003:"c\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078\u0031",0x032d:"\u0063i\u0072c\u0075\u006d\u0066\u006c\u0065x\u0062\u0065l\u006f\u0077\u0063\u006d\u0062",0x0302:"\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078\u0063\u006d\u0062",0x2a10:"\u0063\u0069\u0072\u0066\u006e\u0069\u006e\u0074",0x2aef:"\u0063\u0069\u0072\u006d\u0069\u0064",0x29c2:"\u0063i\u0072\u0073\u0063\u0069\u0072",0x2327:"\u0063\u006c\u0065a\u0072",0x01c2:"\u0063\u006c\u0069\u0063\u006b\u0061\u006c\u0076\u0065\u006f\u006c\u0061\u0072",0x01c0:"c\u006c\u0069\u0063\u006b\u0064\u0065\u006e\u0074\u0061\u006c",0x01c1:"\u0063\u006c\u0069c\u006b\u006c\u0061\u0074\u0065\u0072\u0061\u006c",0x01c3:"\u0063\u006c\u0069\u0063\u006b\u0072\u0065\u0074\u0072o\u0066\u006c\u0065\u0078",0x27f3:"\u0063l\u006f\u0063\u006b\u0077\u0069\u0073e",0x2a4d:"\u0063\u006c\u006fs\u0065\u0064\u0076\u0061\u0072\u0063\u0061\u0070",0x2a4c:"\u0063\u006c\u006fs\u0065\u0064\u0076\u0061\u0072\u0063\u0075\u0070",0x2a50:"c\u006c\u006f\u0073\u0065dv\u0061r\u0063\u0075\u0070\u0073\u006da\u0073\u0068\u0070\u0072\u006f\u0064",0x2050:"\u0063l\u006f\u0073\u0075\u0072\u0065",0x2663:"\u0063\u006c\u0075\u0062",0x2667:"\u0063\u006c\u0075\u0062\u0073\u0075\u0069\u0074\u0077\u0068\u0069\u0074\u0065",0x33a4:"\u0063\u006d\u0063\u0075\u0062\u0065\u0064\u0073\u0071\u0075\u0061\u0072\u0065",0xff43:"\u0063\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0x33a0:"\u0063m\u0073q\u0075\u0061\u0072\u0065\u0064\u0073\u0071\u0075\u0061\u0072\u0065",0x0581:"\u0063\u006f\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x003a:"\u0063\u006f\u006co\u006e",0x2254:"\u0063o\u006c\u006f\u006e\u0065\u0071",0x20a1:"\u0063\u006f\u006c\u006f\u006e\u006d\u006f\u006e\u0065\u0074\u0061\u0072\u0079",0xff1a:"\u0063\u006f\u006c\u006f\u006e\u006d\u006f\u006e\u006fs\u0070\u0061\u0063\u0065",0xfe55:"\u0063\u006f\u006c\u006f\u006e\u0073\u006d\u0061\u006c\u006c",0x02d1:"\u0063\u006f\u006c\u006fnt\u0072\u0069\u0061\u006e\u0067\u0075\u006c\u0061\u0072\u0068\u0061\u006c\u0066\u006do\u0064",0x02d0:"\u0063o\u006co\u006e\u0074\u0072\u0069\u0061n\u0067\u0075l\u0061\u0072\u006d\u006f\u0064",0x002c:"\u0063\u006f\u006dm\u0061",0x0313:"\u0063\u006f\u006d\u006d\u0061\u0061\u0062\u006f\u0076\u0065\u0063\u006d\u0062",0x0315:"\u0063o\u006dm\u0061\u0061\u0062\u006f\u0076e\u0072\u0069g\u0068\u0074\u0063\u006d\u0062",0xf6c3:"c\u006f\u006d\u006d\u0061\u0061\u0063\u0063\u0065\u006e\u0074",0x055d:"\u0063\u006f\u006d\u006d\u0061\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0xf6e1:"\u0063\u006f\u006d\u006d\u0061\u0069\u006e\u0066\u0065\u0072\u0069\u006f\u0072",0x2a29:"\u0063\u006f\u006d\u006d\u0061\u006d\u0069\u006e\u0075\u0073",0xff0c:"\u0063\u006f\u006d\u006d\u0061\u006d\u006f\u006e\u006fs\u0070\u0061\u0063\u0065",0x0314:"c\u006f\u006d\u006d\u0061re\u0076e\u0072\u0073\u0065\u0064\u0061b\u006f\u0076\u0065\u0063\u006d\u0062",0xfe50:"\u0063\u006f\u006d\u006d\u0061\u0073\u006d\u0061\u006c\u006c",0x0299:"\u0063\u006f\u006dm\u0061\u0073\u0075\u0062\u006e\u006f\u0073\u0070",0xf6e2:"\u0063\u006f\u006d\u006d\u0061\u0073\u0075\u0070\u0065\u0072\u0069\u006f\u0072",0x0312:"\u0063\u006f\u006d\u006dat\u0075\u0072\u006e\u0065\u0064\u0061\u0062\u006f\u0076\u0065\u0063\u006d\u0062",0x02bb:"\u0063\u006f\u006d\u006d\u0061\u0074\u0075\u0072\u006ee\u0064\u006d\u006f\u0064",0x2201:"\u0063\u006f\u006d\u0070\u006c\u0065\u006d\u0065\u006e\u0074",0x27e1:"\u0063\u006f\u006e\u0063\u0061\u0076\u0065\u0064\u0069a\u006d\u006f\u006e\u0064",0x27e2:"\u0063\u006f\u006e\u0063av\u0065\u0064\u0069\u0061\u006d\u006f\u006e\u0064\u0074\u0069\u0063\u006b\u006c\u0065f\u0074",0x27e3:"\u0063\u006f\u006eca\u0076\u0065\u0064\u0069\u0061\u006d\u006f\u006e\u0064\u0074\u0069\u0063\u006b\u0072\u0069\u0067\u0068\u0074",0x2a6d:"\u0063o\u006e\u0067\u0064\u006f\u0074",0x2245:"\u0063o\u006e\u0067\u0072\u0075\u0065\u006et",0x2332:"\u0063\u006f\u006e\u0069\u0063\u0074\u0061\u0070\u0065\u0072",0x2a07:"\u0063o\u006e\u006a\u0071\u0075\u0061\u006et",0x222e:"\u0063o\u006et\u006f\u0075\u0072\u0069\u006e\u0074\u0065\u0067\u0072\u0061\u006c",0x2303:"\u0063o\u006e\u0074\u0072\u006f\u006c",0x0006:"\u0063\u006f\u006e\u0074\u0072\u006f\u006c\u0041\u0043\u004b",0x0007:"\u0063\u006f\u006e\u0074\u0072\u006f\u006c\u0042\u0045\u004c",0x0008:"\u0063o\u006e\u0074\u0072\u006f\u006c\u0042S",0x0018:"\u0063\u006f\u006e\u0074\u0072\u006f\u006c\u0043\u0041\u004e",0x000d:"\u0063o\u006e\u0074\u0072\u006f\u006c\u0043R",0x0011:"\u0063\u006f\u006e\u0074\u0072\u006f\u006c\u0044\u0043\u0031",0x0012:"\u0063\u006f\u006e\u0074\u0072\u006f\u006c\u0044\u0043\u0032",0x0013:"\u0063\u006f\u006e\u0074\u0072\u006f\u006c\u0044\u0043\u0033",0x0014:"\u0063\u006f\u006e\u0074\u0072\u006f\u006c\u0044\u0043\u0034",0x007f:"\u0063\u006f\u006e\u0074\u0072\u006f\u006c\u0044\u0045\u004c",0x0010:"\u0063\u006f\u006e\u0074\u0072\u006f\u006c\u0044\u004c\u0045",0x0019:"\u0063o\u006e\u0074\u0072\u006f\u006c\u0045M",0x0005:"\u0063\u006f\u006e\u0074\u0072\u006f\u006c\u0045\u004e\u0051",0x0004:"\u0063\u006f\u006e\u0074\u0072\u006f\u006c\u0045\u004f\u0054",0x001b:"\u0063\u006f\u006e\u0074\u0072\u006f\u006c\u0045\u0053\u0043",0x0017:"\u0063\u006f\u006e\u0074\u0072\u006f\u006c\u0045\u0054\u0042",0x0003:"\u0063\u006f\u006e\u0074\u0072\u006f\u006c\u0045\u0054\u0058",0x000c:"\u0063o\u006e\u0074\u0072\u006f\u006c\u0046F",0x001c:"\u0063o\u006e\u0074\u0072\u006f\u006c\u0046S",0x001d:"\u0063o\u006e\u0074\u0072\u006f\u006c\u0047S",0x0009:"\u0063o\u006e\u0074\u0072\u006f\u006c\u0048T",0x000a:"\u0063o\u006e\u0074\u0072\u006f\u006c\u004cF",0x0015:"\u0063\u006f\u006e\u0074\u0072\u006f\u006c\u004e\u0041\u004b",0x0000:"c\u006f\u006e\u0074\u0072\u006f\u006c\u004e\u0055\u004c\u004c",0x001e:"\u0063o\u006e\u0074\u0072\u006f\u006c\u0052S",0x000f:"\u0063o\u006e\u0074\u0072\u006f\u006c\u0053I",0x000e:"\u0063o\u006e\u0074\u0072\u006f\u006c\u0053O",0x0002:"\u0063\u006f\u006e\u0074\u0072\u006f\u006c\u0053\u004f\u0054",0x0001:"\u0063\u006f\u006e\u0074\u0072\u006f\u006c\u0053\u0054\u0058",0x001a:"\u0063\u006f\u006e\u0074\u0072\u006f\u006c\u0053\u0055\u0042",0x0016:"\u0063\u006f\u006e\u0074\u0072\u006f\u006c\u0053\u0059\u004e",0x001f:"\u0063o\u006e\u0074\u0072\u006f\u006c\u0055S",0x000b:"\u0063o\u006e\u0074\u0072\u006f\u006c\u0056T",0x2a3f:"\u0063o\u0070\u0072\u006f\u0064\u0075\u0063t",0x2210:"\u0063\u006fp\u0072\u006f\u0064u\u0063\u0074\u0064\u0069\u0073\u0070\u006c\u0061\u0079",0x00a9:"\u0063o\u0070\u0079\u0072\u0069\u0067\u0068t",0xf8e9:"\u0063\u006f\u0070\u0079\u0072\u0069\u0067\u0068\u0074\u0073\u0061\u006e\u0073",0xf6d9:"\u0063\u006f\u0070\u0079\u0072\u0069\u0067\u0068\u0074s\u0065\u0072\u0069\u0066",0x300c:"\u0063\u006f\u0072\u006e\u0065\u0072\u0062\u0072\u0061\u0063\u006b\u0065t\u006c\u0065\u0066\u0074",0xff62:"\u0063\u006f\u0072\u006e\u0065\u0072\u0062\u0072\u0061\u0063\u006be\u0074\u006c\u0065\u0066\u0074\u0068\u0061\u006c\u0066\u0077i\u0064\u0074\u0068",0xfe41:"\u0063o\u0072\u006e\u0065\u0072b\u0072\u0061\u0063\u006b\u0065t\u006ce\u0066t\u0076\u0065\u0072\u0074\u0069\u0063\u0061l",0x300d:"\u0063o\u0072n\u0065\u0072\u0062\u0072\u0061c\u006b\u0065t\u0072\u0069\u0067\u0068\u0074",0xff63:"c\u006f\u0072\u006e\u0065\u0072\u0062r\u0061\u0063\u006b\u0065\u0074\u0072\u0069\u0067\u0068t\u0068\u0061\u006cf\u0077i\u0064\u0074\u0068",0xfe42:"\u0063\u006f\u0072\u006e\u0065\u0072\u0062\u0072\u0061\u0063\u006be\u0074\u0072\u0069\u0067\u0068\u0074\u0076\u0065\u0072\u0074i\u0063\u0061\u006c",0x337f:"\u0063\u006f\u0072\u0070\u006f\u0072\u0061\u0074\u0069\u006f\u006e\u0073q\u0075\u0061\u0072\u0065",0x33c7:"\u0063\u006f\u0073\u0071\u0075\u0061\u0072\u0065",0x33c6:"\u0063\u006f\u0076\u0065\u0072\u006b\u0067\u0073\u0071\u0075\u0061\u0072\u0065",0x249e:"\u0063\u0070\u0061\u0072\u0065\u006e",0x20a2:"\u0063\u0072\u0075\u007a\u0065\u0069\u0072\u006f",0x0227:"\u0063\u0073\u0074\u0072\u0065\u0074\u0063\u0068",0x0297:"\u0063\u0073\u0074\u0072\u0065\u0074\u0063\u0068\u0065\u0064",0x2acf:"\u0063\u0073\u0075\u0062",0x2ad1:"\u0063\u0073\u0075b\u0065",0x2ad0:"\u0063\u0073\u0075\u0070",0x2ad2:"\u0063\u0073\u0075p\u0065",0x221b:"\u0063\u0075\u0062\u0065\u0072\u006f\u006f\u0074",0x2a48:"\u0063u\u0070\u0062\u0061\u0072\u0063\u0061p",0x228d:"\u0063\u0075\u0070\u0064\u006f\u0074",0x228c:"\u0063\u0075\u0070l\u0065\u0066\u0074\u0061\u0072\u0072\u006f\u0077",0x2a46:"\u0063\u0075\u0070\u006f\u0076\u0065\u0072\u0063\u0061\u0070",0x2a45:"\u0063\u0075\u0070\u0076\u0065\u0065",0x22cf:"\u0063\u0075\u0072\u006c\u0079\u0061\u006e\u0064",0x21ab:"\u0063u\u0072\u006c\u0079\u006c\u0065\u0066t",0x22ce:"\u0063u\u0072\u006c\u0079\u006f\u0072",0x21ac:"\u0063\u0075\u0072\u006c\u0079\u0072\u0069\u0067\u0068\u0074",0x00a4:"\u0063\u0075\u0072\u0072\u0065\u006e\u0063\u0079",0x293d:"\u0063u\u0072v\u0065\u0061\u0072\u0072\u006fw\u006c\u0065f\u0074\u0070\u006c\u0075\u0073",0x293c:"c\u0075r\u0076\u0065\u0061\u0072\u0072\u006f\u0077\u0072i\u0067\u0068\u0074\u006din\u0075\u0073",0x2941:"\u0063\u0077\u0063\u0069\u0072\u0063\u006c\u0065\u0061\u0072\u0072\u006f\u0077",0x21bb:"\u0063\u0077\u006f\u0070\u0065\u006e\u0063\u0069\u0072\u0063\u006c\u0065a\u0072\u0072\u006f\u0077",0x2938:"\u0063w\u0072i\u0067\u0068\u0074\u0061\u0072\u0063\u0061\u0072\u0072\u006f\u0077",0x293e:"\u0063\u0077\u0075\u006e\u0064\u0065\u0072\u0063\u0075\u0072\u0076\u0065a\u0072\u0072\u006f\u0077",0xf6d1:"\u0063\u0079\u0072\u0042\u0072\u0065\u0076\u0065",0xf6d2:"\u0063y\u0072\u0046\u006c\u0065\u0078",0xf6d4:"\u0063\u0079\u0072\u0062\u0072\u0065\u0076\u0065",0xf6d5:"\u0063y\u0072\u0066\u006c\u0065\u0078",0x0064:"\u0064",0x0564:"\u0064\u0061\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x09a6:"\u0064a\u0062\u0065\u006e\u0067\u0061\u006ci",0x0926:"\u0064\u0061\u0064\u0065\u0076\u0061",0xfebe:"\u0064\u0061\u0064\u0066\u0069\u006e\u0061\u006c\u0061r\u0061\u0062\u0069\u0063",0xfebf:"\u0064\u0061d\u0069\u006e\u0069t\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",0xfebd:"d\u0061\u0064\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064",0xfec0:"\u0064a\u0064m\u0065\u0064\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",0x05bc:"\u0064\u0061\u0067\u0065\u0073\u0068",0x2020:"\u0064\u0061\u0067\u0067\u0065\u0072",0x2021:"\u0064a\u0067\u0067\u0065\u0072\u0064\u0062l",0x0aa6:"\u0064\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069",0x0a26:"\u0064\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0x3060:"\u0064\u0061\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x30c0:"\u0064\u0061\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0xfb33:"d\u0061\u006c\u0065\u0074\u0064\u0061\u0067\u0065\u0073\u0068",0x2138:"\u0064\u0061\u006c\u0065\u0074\u0068",0x05d3:"\u0064\u0061\u006c\u0065\u0074\u0071\u0061\u006d\u0061\u0074\u0073\u0068e\u0062\u0072\u0065\u0077",0xfeaa:"\u0064\u0061\u006c\u0066\u0069\u006e\u0061\u006c\u0061r\u0061\u0062\u0069\u0063",0xfea9:"d\u0061\u006c\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064",0x064f:"d\u0061\u006d\u006d\u0061\u0061\u0072\u0061\u0062\u0069\u0063",0xfe78:"\u0064\u0061\u006d\u006d\u0061\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064",0xe821:"\u0064\u0061\u006d\u006d\u0061\u006c\u006f\u0077",0xfe79:"d\u0061\u006d\u006d\u0061\u006d\u0065\u0064\u0069\u0061\u006c",0xe835:"\u0064\u0061\u006dm\u0061\u006f\u006e\u0068\u0061\u006d\u007a\u0061",0xfe72:"\u0064\u0061m\u006d\u0061\u0074a\u006e\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064",0xe824:"d\u0061\u006d\u006d\u0061\u0074\u0061\u006e\u006c\u006f\u0077",0xe836:"\u0064a\u006dm\u0061\u0074\u0061\u006e\u006f\u006e\u0068\u0061\u006d\u007a\u0061",0x0964:"\u0064\u0061\u006ed\u0061",0x2621:"\u0064\u0061\u006e\u0067\u0065\u0072",0x05a7:"\u0064a\u0072g\u0061\u006c\u0065\u0066\u0074\u0068\u0065\u0062\u0072\u0065\u0077",0x2ae3:"\u0064\u0061\u0073h\u0056",0x27db:"\u0064a\u0073\u0068\u0056\u0064\u0061\u0073h",0x2239:"\u0064a\u0073\u0068\u0063\u006f\u006c\u006fn",0x296b:"\u0064\u0061\u0073\u0068le\u0066\u0074\u0068\u0061\u0072\u0070\u006f\u006f\u006e\u0064\u006f\u0077\u006e",0x296d:"d\u0061s\u0068\u0072\u0069\u0067\u0068\u0074\u0068\u0061r\u0070\u006f\u006f\u006edo\u0077\u006e",0x0485:"\u0064a\u0073\u0069\u0061\u0070\u006e\u0065\u0075\u006d\u0061\u0074\u0061c\u0079\u0072\u0069\u006c\u006c\u0069\u0063\u0063\u006d\u0062",0x290f:"\u0064b\u006b\u0061\u0072\u006f\u0077",0xf6d3:"\u0064\u0062\u006c\u0047\u0072\u0061\u0076\u0065",0x300a:"\u0064\u0062\u006c\u0061ng\u006c\u0065\u0062\u0072\u0061\u0063\u006b\u0065\u0074\u006c\u0065\u0066\u0074",0xfe3d:"d\u0062\u006c\u0061\u006e\u0067\u006ce\u0062\u0072\u0061\u0063\u006b\u0065\u0074\u006c\u0065f\u0074\u0076\u0065r\u0074i\u0063\u0061\u006c",0x300b:"d\u0062l\u0061\u006e\u0067\u006c\u0065\u0062\u0072\u0061c\u006b\u0065\u0074\u0072ig\u0068\u0074",0xfe3e:"\u0064\u0062\u006c\u0061n\u0067\u006c\u0065\u0062\u0072\u0061\u0063\u006b\u0065\u0074r\u0069g\u0068\u0074\u0076\u0065\u0072\u0074\u0069c\u0061\u006c",0x032b:"\u0064\u0062\u006car\u0063\u0068\u0069\u006e\u0076\u0065\u0072\u0074\u0065\u0064\u0062\u0065\u006c\u006f\u0077\u0063\u006d\u0062",0x21ca:"d\u0062\u006c\u0061\u0072\u0072\u006f\u0077\u0064\u0077\u006e",0x058a:"\u0064\u0062l\u0061\u0072\u0072o\u0077\u0068\u0065\u0061\u0064\u0064\u006f\u0077\u006e",0x219e:"\u0064\u0062l\u0061\u0072\u0072o\u0077\u0068\u0065\u0061\u0064\u006c\u0065\u0066\u0074",0x21a0:"\u0064\u0062\u006c\u0061\u0072\u0072\u006f\u0077\u0068\u0065\u0061\u0064r\u0069\u0067\u0068\u0074",0x0588:"\u0064\u0062\u006c\u0061\u0072\u0072\u006f\u0077\u0068e\u0061\u0064\u0075\u0070",0x21c8:"\u0064\u0062\u006c\u0061\u0072\u0072\u006f\u0077\u0075\u0070",0x27e6:"\u0064\u0062\u006c\u0062\u0072\u0061\u0063\u006b\u0065t\u006c\u0065\u0066\u0074",0x27e7:"\u0064b\u006cb\u0072\u0061\u0063\u006b\u0065\u0074\u0072\u0069\u0067\u0068\u0074",0x0965:"\u0064\u0062\u006c\u0064\u0061\u006e\u0064\u0061",0xf6d6:"\u0064\u0062\u006c\u0067\u0072\u0061\u0076\u0065",0x030f:"d\u0062\u006c\u0067\u0072\u0061\u0076\u0065\u0063\u006d\u0062",0x222c:"d\u0062\u006c\u0069\u006e\u0074\u0065\u0067\u0072\u0061\u006c",0x0333:"\u0064\u0062\u006c\u006c\u006f\u0077\u006c\u0069\u006e\u0065\u0063\u006d\u0062",0x033f:"\u0064\u0062\u006c\u006f\u0076\u0065\u0072\u006c\u0069n\u0065\u0063\u006d\u0062",0x02ba:"d\u0062\u006c\u0070\u0072\u0069\u006d\u0065\u006d\u006f\u0064",0x2016:"\u0064\u0062\u006c\u0076\u0065\u0072\u0074\u0069\u0063a\u006c\u0062\u0061\u0072",0x030e:"\u0064\u0062\u006cve\u0072\u0074\u0069\u0063\u0061\u006c\u006c\u0069\u006e\u0065\u0061\u0062\u006f\u0076\u0065\u0063\u006d\u0062",0x3109:"\u0064b\u006f\u0070\u006f\u006d\u006f\u0066o",0x33c8:"\u0064\u0062\u0073\u0071\u0075\u0061\u0072\u0065",0x010f:"\u0064\u0063\u0061\u0072\u006f\u006e",0xf811:"\u0064c\u0061\u0072\u006f\u006e\u0031",0x1e11:"\u0064\u0063\u0065\u0064\u0069\u006c\u006c\u0061",0x24d3:"\u0064c\u0069\u0072\u0063\u006c\u0065",0x1e13:"\u0064\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0062\u0065\u006c\u006f\u0077",0x09a1:"\u0064\u0064\u0061\u0062\u0065\u006e\u0067\u0061\u006c\u0069",0x0921:"\u0064d\u0061\u0064\u0065\u0076\u0061",0x0aa1:"d\u0064\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069",0x0a21:"d\u0064\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0xfb89:"\u0064d\u0061l\u0066\u0069\u006e\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",0x20dc:"\u0064\u0064\u0064\u0064\u006f\u0074",0x095c:"\u0064d\u0064\u0068\u0061\u0064\u0065\u0076a",0x20db:"\u0064\u0064\u0064o\u0074",0x09a2:"d\u0064\u0068\u0061\u0062\u0065\u006e\u0067\u0061\u006c\u0069",0x0922:"\u0064\u0064\u0068\u0061\u0064\u0065\u0076\u0061",0x0aa2:"\u0064\u0064\u0068a\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069",0x0a22:"\u0064\u0064\u0068a\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0x1e0b:"\u0064\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074",0x1e0d:"\u0064d\u006f\u0074\u0062\u0065\u006c\u006fw",0x22f1:"\u0064\u0064\u006ft\u0073",0x2a77:"\u0064d\u006f\u0074\u0073\u0065\u0071",0x066b:"\u0064\u0065\u0063im\u0061\u006c\u0073\u0065\u0070\u0061\u0072\u0061\u0074\u006f\u0072\u0070\u0065\u0072\u0073\u0069\u0061\u006e",0x225c:"\u0064e\u0066\u0069\u006e\u0065\u0073",0x00b0:"\u0064\u0065\u0067\u0072\u0065\u0065",0x212a:"\u0064\u0065\u0067r\u0065\u0065\u006b\u0065\u006c\u0076\u0069\u006e",0x05ad:"\u0064\u0065\u0068\u0069\u0068\u0065\u0062\u0072\u0065\u0077",0x3067:"\u0064\u0065\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x03ef:"\u0064e\u0069\u0063\u006f\u0070\u0074\u0069c",0x30c7:"\u0064\u0065\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0x05ba:"\u0064\u0065\u006c\u0065\u0074\u0065",0x232b:"\u0064\u0065\u006c\u0065\u0074\u0065\u006c\u0065\u0066\u0074",0x2326:"d\u0065\u006c\u0065\u0074\u0065\u0072\u0069\u0067\u0068\u0074",0x03b4:"\u0064\u0065\u006ct\u0061",0x018d:"d\u0065\u006c\u0074\u0061\u0074\u0075\u0072\u006e\u0065\u0064",0x09f8:"d\u0065\u006e\u006f\u006d\u0069\u006ea\u0074\u006f\u0072\u006d\u0069\u006eu\u0073\u006f\u006e\u0065\u006e\u0075\u006de\u0072\u0061\u0074\u006f\u0072\u0062\u0065\u006e\u0067\u0061l\u0069",0x02a4:"\u0064\u0065\u007a\u0068",0x09a7:"\u0064\u0068\u0061\u0062\u0065\u006e\u0067\u0061\u006c\u0069",0x0927:"\u0064h\u0061\u0064\u0065\u0076\u0061",0x0aa7:"d\u0068\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069",0x0a27:"d\u0068\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0x0257:"\u0064\u0068\u006fo\u006b",0x0088:"\u0064i\u0061\u0065\u0072\u0065\u0073\u0069s",0x0344:"\u0064\u0069\u0061\u006c\u0079\u0074\u0069\u006b\u0061\u0074\u006f\u006eo\u0073\u0063\u006d\u0062",0x2300:"\u0064\u0069\u0061\u006d\u0065\u0074\u0065\u0072",0x2666:"\u0064i\u0061\u006d\u006f\u006e\u0064",0x2b19:"\u0064i\u0061m\u006f\u006e\u0064\u0062\u006f\u0074\u0062\u006c\u0061\u0063\u006b",0x27d0:"d\u0069\u0061\u006d\u006f\u006e\u0064\u0063\u0064\u006f\u0074",0x291d:"\u0064\u0069a\u006d\u006f\u006ed\u006c\u0065\u0066\u0074\u0061\u0072\u0072\u006f\u0077",0x291f:"\u0064\u0069\u0061\u006don\u0064\u006c\u0065\u0066\u0074\u0061\u0072\u0072\u006f\u0077\u0062\u0061\u0072",0x2b16:"\u0064\u0069a\u006d\u006f\u006ed\u006c\u0065\u0066\u0074\u0062\u006c\u0061\u0063\u006b",0x22c4:"d\u0069\u0061\u006d\u006f\u006e\u0064\u006d\u0061\u0074\u0068",0x2b17:"\u0064\u0069\u0061\u006d\u006f\u006e\u0064\u0072\u0069\u0067\u0068\u0074b\u006c\u0061\u0063\u006b",0x2662:"\u0064\u0069a\u006d\u006f\u006ed\u0073\u0075\u0069\u0074\u0077\u0068\u0069\u0074\u0065",0x2b18:"\u0064i\u0061m\u006f\u006e\u0064\u0074\u006f\u0070\u0062\u006c\u0061\u0063\u006b",0x2680:"\u0064\u0069\u0063e\u0069",0x2681:"\u0064\u0069\u0063\u0065\u0069\u0069",0x2682:"\u0064i\u0063\u0065\u0069\u0069\u0069",0x2683:"\u0064\u0069\u0063\u0065\u0069\u0076",0x2684:"\u0064\u0069\u0063e\u0076",0x2685:"\u0064\u0069\u0063\u0065\u0076\u0069",0x00a8:"\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073",0xf005:"\u0064i\u0065\u0072\u0065\u0073\u0069\u00731",0xf6d7:"\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073\u0061\u0063\u0075\u0074\u0065",0x0324:"\u0064\u0069e\u0072\u0065\u0073i\u0073\u0062\u0065\u006c\u006f\u0077\u0063\u006d\u0062",0x0308:"d\u0069\u0065\u0072\u0065\u0073\u0069\u0073\u0063\u006d\u0062",0xf6d8:"\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073\u0067\u0072\u0061\u0076\u0065",0x0385:"\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073\u0074\u006f\u006e\u006f\u0073",0x224f:"\u0064\u0069\u0066\u0066\u0065\u0072\u0065\u006e\u0063\u0065",0x3062:"\u0064\u0069\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x30c2:"\u0064\u0069\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0x22f2:"\u0064\u0069\u0073i\u006e",0x2a08:"\u0064i\u0073\u006a\u0071\u0075\u0061\u006et",0x3003:"\u0064i\u0074\u0074\u006f\u006d\u0061\u0072k",0x00f7:"\u0064\u0069\u0076\u0069\u0064\u0065",0x22c7:"\u0064\u0069\u0076\u0069\u0064\u0065\u006d\u0075\u006ct\u0069\u0070\u006c\u0079",0x2223:"\u0064i\u0076\u0069\u0064\u0065\u0073",0x2215:"\u0064\u0069\u0076\u0069\u0073\u0069\u006f\u006e\u0073\u006c\u0061\u0073\u0068",0x0452:"d\u006a\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x2593:"\u0064k\u0073\u0068\u0061\u0064\u0065",0xf823:"\u0064\u006b\u0073\u0068\u0061\u0064\u0065\u0031",0x1e0f:"\u0064\u006c\u0069\u006e\u0065\u0062\u0065\u006c\u006f\u0077",0x3397:"\u0064\u006c\u0073\u0071\u0075\u0061\u0072\u0065",0x0111:"\u0064m\u0061\u0063\u0072\u006f\u006e",0xff44:"\u0064\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0x2584:"\u0064n\u0062\u006c\u006f\u0063\u006b",0x2581:"\u0064\u006e\u0065i\u0067\u0068\u0074\u0062\u006c\u006f\u0063\u006b",0x2585:"\u0064\u006e\u0066\u0069\u0076\u0065\u0065\u0069\u0067\u0068\u0074\u0068b\u006c\u006f\u0063\u006b",0x2582:"\u0064\u006e\u0071\u0075\u0061\u0072\u0074\u0065\u0072b\u006c\u006f\u0063\u006b",0x2587:"\u0064n\u0073e\u0076\u0065\u006e\u0065\u0069g\u0068\u0074h\u0062\u006c\u006f\u0063\u006b",0x2583:"\u0064n\u0074h\u0072\u0065\u0065\u0065\u0069g\u0068\u0074h\u0062\u006c\u006f\u0063\u006b",0x2586:"\u0064\u006e\u0074\u0068re\u0065\u0071\u0075\u0061\u0072\u0074\u0065\u0072\u0062\u006c\u006f\u0063\u006b",0x0e0e:"d\u006f\u0063\u0068\u0061\u0064\u0061\u0074\u0068\u0061\u0069",0x0e14:"\u0064o\u0064\u0065\u006b\u0074\u0068\u0061i",0x3069:"\u0064\u006f\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x30c9:"\u0064\u006f\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0x0024:"\u0064\u006f\u006c\u006c\u0061\u0072",0xf6e3:"\u0064\u006f\u006c\u006c\u0061\u0072\u0069\u006e\u0066e\u0072\u0069\u006f\u0072",0xff04:"\u0064o\u006cl\u0061\u0072\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0xf724:"\u0064\u006f\u006c\u006c\u0061\u0072\u006f\u006c\u0064s\u0074\u0079\u006c\u0065",0xfe69:"d\u006f\u006c\u006c\u0061\u0072\u0073\u006d\u0061\u006c\u006c",0xf6e4:"\u0064\u006f\u006c\u006c\u0061\u0072\u0073\u0075\u0070e\u0072\u0069\u006f\u0072",0x20ab:"\u0064\u006f\u006e\u0067",0x3326:"\u0064\u006f\u0072\u0075\u0073\u0071\u0075\u0061\u0072\u0065",0x02d9:"\u0064o\u0074\u0061\u0063\u0063\u0065\u006et",0x0307:"\u0064\u006f\u0074a\u0063\u0063\u0065\u006e\u0074\u0063\u006d\u0062",0x0323:"\u0064\u006f\u0074b\u0065\u006c\u006f\u0077\u0063\u006f\u006d\u0062",0xf820:"\u0064\u006f\u0074\u0063\u0069\u0072\u0063\u006c\u0065\u0031",0x2a67:"\u0064\u006f\u0074\u0065\u0071\u0075\u0069\u0076",0x30fb:"d\u006f\u0074\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0x0131:"\u0064\u006f\u0074\u006c\u0065\u0073\u0073\u0069",0xf6be:"\u0064\u006f\u0074\u006c\u0065\u0073\u0073\u006a",0x0284:"\u0064o\u0074l\u0065\u0073\u0073\u006a\u0073t\u0072\u006fk\u0065\u0068\u006f\u006f\u006b",0x22c5:"\u0064o\u0074\u006d\u0061\u0074\u0068",0x2238:"\u0064\u006f\u0074\u006d\u0069\u006e\u0075\u0073",0x2214:"\u0064o\u0074\u0070\u006c\u0075\u0073",0x2a6a:"\u0064\u006f\u0074\u0073\u0069\u006d",0x223a:"\u0064\u006f\u0074\u0073\u006d\u0069\u006e\u0075\u0073\u0064\u006f\u0074\u0073",0x25cc:"\u0064\u006f\u0074t\u0065\u0064\u0063\u0069\u0072\u0063\u006c\u0065",0x2b1a:"\u0064\u006f\u0074t\u0065\u0064\u0073\u0071\u0075\u0061\u0072\u0065",0x2a30:"\u0064\u006f\u0074\u0074\u0069\u006d\u0065\u0073",0x2a62:"\u0064\u006f\u0075b\u006c\u0065\u0062\u0061\u0072\u0076\u0065\u0065",0x29fa:"\u0064\u006f\u0075\u0062\u006c\u0065\u0070\u006c\u0075\u0073",0x2913:"\u0064\u006f\u0077n\u0061\u0072\u0072\u006f\u0077\u0062\u0061\u0072",0x2908:"\u0064o\u0077n\u0061\u0072\u0072\u006f\u0077\u0062\u0061\u0072\u0072\u0065\u0064",0x297f:"\u0064\u006f\u0077n\u0066\u0069\u0073\u0068\u0074\u0061\u0069\u006c",0x2959:"\u0064o\u0077n\u0068\u0061\u0072\u0070\u006fo\u006e\u006ce\u0066\u0074\u0062\u0061\u0072",0x2955:"\u0064\u006f\u0077\u006eha\u0072\u0070\u006f\u006f\u006e\u0072\u0069\u0067\u0068\u0074\u0062\u0061\u0072",0x2965:"d\u006f\u0077\u006e\u0068ar\u0070o\u006f\u006e\u0073\u006c\u0065f\u0074\u0072\u0069\u0067\u0068\u0074",0x2935:"d\u006fw\u006e\u0072\u0069\u0067\u0068\u0074\u0063\u0075r\u0076\u0065\u0064\u0061rr\u006f\u0077",0x29f9:"\u0064o\u0077\u006e\u0073\u006c\u006f\u0070e",0x031e:"\u0064\u006fw\u006e\u0074\u0061c\u006b\u0062\u0065\u006c\u006f\u0077\u0063\u006d\u0062",0x02d5:"d\u006f\u0077\u006e\u0074\u0061\u0063\u006b\u006d\u006f\u0064",0x29e8:"d\u006f\u0077\u006e\u0074ri\u0061n\u0067\u006c\u0065\u006c\u0065f\u0074\u0062\u006c\u0061\u0063\u006b",0x29e9:"\u0064\u006f\u0077\u006etr\u0069\u0061\u006e\u0067\u006c\u0065\u0072\u0069\u0067\u0068\u0074\u0062\u006c\u0061c\u006b",0x21f5:"\u0064\u006f\u0077n\u0075\u0070\u0061\u0072\u0072\u006f\u0077\u0073",0x296f:"\u0064\u006f\u0077nu\u0070\u0068\u0061\u0072\u0070\u006f\u006f\u006e\u0073\u006c\u0065\u0066\u0074\u0072\u0069\u0067\u0068\u0074",0x21af:"\u0064o\u0077n\u007a\u0069\u0067\u007a\u0061\u0067\u0061\u0072\u0072\u006f\u0077",0x249f:"\u0064\u0070\u0061\u0072\u0065\u006e",0x2910:"\u0064\u0072\u0062\u006b\u0061\u0072\u006f\u0077",0x29f6:"\u0064\u0073\u006f\u006c",0x2a64:"\u0064\u0073\u0075\u0062",0xf6eb:"\u0064s\u0075\u0070\u0065\u0072\u0069\u006fr",0x0256:"\u0064\u0074\u0061i\u006c",0x018c:"\u0064t\u006f\u0070\u0062\u0061\u0072",0x29df:"\u0064u\u0061\u006c\u006d\u0061\u0070",0x3065:"\u0064\u0075\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x30c5:"\u0064\u0075\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0x0234:"\u0064\u0079\u006fg\u0068",0x01f3:"\u0064\u007a",0x02a3:"\u0064\u007a\u0061\u006c\u0074\u006f\u006e\u0065",0x01c6:"\u0064z\u0063\u0061\u0072\u006f\u006e",0x02a5:"\u0064\u007a\u0063\u0075\u0072\u006c",0x04e1:"d\u007ae\u0061\u0062\u006b\u0068\u0061\u0073\u0069\u0061n\u0063\u0079\u0072\u0069ll\u0069\u0063",0x045f:"\u0064\u007a\u0068e\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x0065:"\u0065",0x00e9:"\u0065\u0061\u0063\u0075\u0074\u0065",0x2641:"\u0065\u0061\u0072t\u0068",0x098f:"\u0065\u0062\u0065\u006e\u0067\u0061\u006c\u0069",0x311c:"\u0065b\u006f\u0070\u006f\u006d\u006f\u0066o",0x0115:"\u0065\u0062\u0072\u0065\u0076\u0065",0x090d:"e\u0063\u0061\u006e\u0064\u0072\u0061\u0064\u0065\u0076\u0061",0x0a8d:"\u0065c\u0061n\u0064\u0072\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069",0x0945:"e\u0063a\u006e\u0064\u0072\u0061\u0076\u006f\u0077\u0065l\u0073\u0069\u0067\u006ede\u0076\u0061",0x0ac5:"\u0065c\u0061\u006e\u0064\u0072\u0061\u0076\u006f\u0077\u0065\u006c\u0073i\u0067\u006e\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069",0x011b:"\u0065\u0063\u0061\u0072\u006f\u006e",0x1e1d:"\u0065\u0063\u0065\u0064\u0069\u006c\u006c\u0061\u0062\u0072\u0065\u0076\u0065",0x0565:"e\u0063\u0068\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x0587:"\u0065c\u0068y\u0069\u0077\u006e\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x24d4:"\u0065c\u0069\u0072\u0063\u006c\u0065",0x00ea:"e\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078",0x1ebf:"\u0065\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0061\u0063\u0075\u0074\u0065",0x1e19:"\u0065\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0062\u0065\u006c\u006f\u0077",0x1ec7:"\u0065\u0063\u0069\u0072cu\u006d\u0066\u006c\u0065\u0078\u0064\u006f\u0074\u0062\u0065\u006c\u006f\u0077",0x1ec1:"\u0065\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0067\u0072\u0061\u0076\u0065",0x1ec3:"e\u0063i\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078h\u006f\u006f\u006b\u0061bo\u0076\u0065",0x1ec5:"\u0065\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0074\u0069\u006c\u0064\u0065",0x0454:"\u0065c\u0079\u0072\u0069\u006c\u006c\u0069c",0x0205:"\u0065d\u0062\u006c\u0067\u0072\u0061\u0076e",0x090f:"\u0065\u0064\u0065v\u0061",0x00eb:"\u0065d\u0069\u0065\u0072\u0065\u0073\u0069s",0x0117:"\u0065\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074",0x1eb9:"\u0065d\u006f\u0074\u0062\u0065\u006c\u006fw",0x0a0f:"\u0065\u0065\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0x0a47:"\u0065e\u006da\u0074\u0072\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0x00e8:"\u0065\u0067\u0072\u0061\u0076\u0065",0x2a98:"\u0065\u0067\u0073\u0064\u006f\u0074",0x0a8f:"\u0065g\u0075\u006a\u0061\u0072\u0061\u0074i",0x0567:"\u0065\u0068\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x311d:"\u0065\u0068\u0062\u006f\u0070\u006f\u006d\u006f\u0066\u006f",0x3048:"\u0065h\u0069\u0072\u0061\u0067\u0061\u006ea",0x1ebb:"\u0065\u0068\u006f\u006f\u006b\u0061\u0062\u006f\u0076\u0065",0x311f:"\u0065\u0069\u0062\u006f\u0070\u006f\u006d\u006f\u0066\u006f",0x0038:"\u0065\u0069\u0067h\u0074",0x09ee:"\u0065\u0069\u0067h\u0074\u0062\u0065\u006e\u0067\u0061\u006c\u0069",0x096e:"\u0065i\u0067\u0068\u0074\u0064\u0065\u0076a",0x2471:"\u0065\u0069\u0067\u0068\u0074\u0065\u0065\u006e\u0063i\u0072\u0063\u006c\u0065",0x2485:"\u0065\u0069\u0067\u0068\u0074\u0065\u0065\u006e\u0070\u0061\u0072\u0065\u006e",0x2499:"\u0065\u0069\u0067\u0068\u0074\u0065\u0065\u006e\u0070e\u0072\u0069\u006f\u0064",0x0aee:"\u0065\u0069\u0067\u0068\u0074\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069",0x0a6e:"\u0065\u0069\u0067\u0068\u0074\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0x0668:"\u0065i\u0067h\u0074\u0068\u0061\u0063\u006b\u0061\u0072\u0061\u0062\u0069\u0063",0x3028:"\u0065\u0069\u0067\u0068\u0074\u0068\u0061\u006e\u0067\u007a\u0068\u006f\u0075",0x266b:"\u0065\u0069g\u0068\u0074\u0068n\u006f\u0074\u0065\u0062\u0065\u0061\u006d\u0065\u0064",0x3227:"e\u0069\u0067\u0068\u0074id\u0065o\u0067\u0072\u0061\u0070\u0068i\u0063\u0070\u0061\u0072\u0065\u006e",0x2088:"\u0065\u0069\u0067\u0068\u0074\u0069\u006e\u0066\u0065\u0072\u0069\u006f\u0072",0xff18:"\u0065\u0069\u0067\u0068\u0074\u006d\u006f\u006e\u006fs\u0070\u0061\u0063\u0065",0xf738:"\u0065\u0069\u0067\u0068\u0074\u006f\u006c\u0064\u0073\u0074\u0079\u006c\u0065",0x247b:"\u0065\u0069\u0067\u0068\u0074\u0070\u0061\u0072\u0065\u006e",0x248f:"e\u0069\u0067\u0068\u0074\u0070\u0065\u0072\u0069\u006f\u0064",0x06f8:"\u0065\u0069\u0067h\u0074\u0070\u0065\u0072\u0073\u0069\u0061\u006e",0x2177:"\u0065\u0069\u0067\u0068\u0074\u0072\u006f\u006d\u0061\u006e",0x2078:"\u0065\u0069\u0067\u0068\u0074\u0073\u0075\u0070\u0065\u0072\u0069\u006f\u0072",0x0e58:"\u0065i\u0067\u0068\u0074\u0074\u0068\u0061i",0x0207:"\u0065\u0069\u006e\u0076\u0065\u0072\u0074\u0065\u0064b\u0072\u0065\u0076\u0065",0x0465:"\u0065\u0069\u006f\u0074\u0069\u0066\u0069\u0065\u0064\u0063\u0079\u0072i\u006c\u006c\u0069\u0063",0x30a8:"\u0065k\u0061\u0074\u0061\u006b\u0061\u006ea",0xff74:"\u0065k\u0061t\u0061\u006b\u0061\u006e\u0061h\u0061\u006cf\u0077\u0069\u0064\u0074\u0068",0x0a74:"\u0065k\u006fn\u006b\u0061\u0072\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0x3154:"\u0065k\u006f\u0072\u0065\u0061\u006e",0x043b:"\u0065\u006c\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x2208:"\u0065l\u0065\u006d\u0065\u006e\u0074",0x246a:"\u0065\u006c\u0065v\u0065\u006e\u0063\u0069\u0072\u0063\u006c\u0065",0x247e:"e\u006c\u0065\u0076\u0065\u006e\u0070\u0061\u0072\u0065\u006e",0x2492:"\u0065\u006c\u0065v\u0065\u006e\u0070\u0065\u0072\u0069\u006f\u0064",0x217a:"e\u006c\u0065\u0076\u0065\u006e\u0072\u006f\u006d\u0061\u006e",0x23e7:"\u0065\u006c\u0069\u006e\u0074\u0065\u0072\u0073",0x2026:"\u0065\u006c\u006c\u0069\u0070\u0073\u0069\u0073",0x22ee:"\u0065\u006cl\u0069\u0070\u0073i\u0073\u0076\u0065\u0072\u0074\u0069\u0063\u0061\u006c",0x2a97:"\u0065\u006c\u0073\u0064\u006f\u0074",0x0113:"\u0065m\u0061\u0063\u0072\u006f\u006e",0x1e17:"\u0065\u006d\u0061c\u0072\u006f\u006e\u0061\u0063\u0075\u0074\u0065",0x1e15:"\u0065\u006d\u0061c\u0072\u006f\u006e\u0067\u0072\u0061\u0076\u0065",0x043c:"\u0065\u006d\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x2014:"\u0065\u006d\u0064\u0061\u0073\u0068",0xfe31:"\u0065\u006d\u0064\u0061\u0073\u0068\u0076\u0065\u0072t\u0069\u0063\u0061\u006c",0xff45:"\u0065\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0x055b:"e\u006dp\u0068\u0061\u0073\u0069\u0073\u006d\u0061\u0072k\u0061\u0072\u006d\u0065ni\u0061\u006e",0x2205:"\u0065\u006d\u0070\u0074\u0079\u0073\u0065\u0074",0x29b3:"\u0065\u006d\u0070t\u0079\u0073\u0065\u0074\u006f\u0061\u0072\u0072",0x29b4:"\u0065\u006d\u0070\u0074\u0079\u0073\u0065\u0074\u006f\u0061\u0072\u0072\u006c",0x29b1:"\u0065\u006d\u0070t\u0079\u0073\u0065\u0074\u006f\u0062\u0061\u0072",0x29b2:"\u0065\u006d\u0070\u0074\u0079\u0073\u0065\u0074\u006f\u0063\u0069\u0072\u0063",0xd801:"\u0065m\u0070\u0074\u0079\u0073\u006c\u006ft",0x2001:"\u0065\u006d\u0071\u0075\u0061\u0064",0x2003:"\u0065m\u0073\u0070\u0061\u0063\u0065",0x3123:"\u0065\u006e\u0062\u006f\u0070\u006f\u006d\u006f\u0066\u006f",0x20df:"\u0065\u006e\u0063\u006c\u006f\u0073\u0065\u0064\u0069a\u006d\u006f\u006e\u0064",0x20de:"\u0065\u006e\u0063\u006c\u006f\u0073\u0065\u0073\u0071\u0075\u0061\u0072\u0065",0x20e4:"\u0065n\u0063l\u006f\u0073\u0065\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065",0x2013:"\u0065\u006e\u0064\u0061\u0073\u0068",0xfe32:"\u0065\u006e\u0064\u0061\u0073\u0068\u0076\u0065\u0072t\u0069\u0063\u0061\u006c",0x04a3:"\u0065\u006e\u0064\u0065sc\u0065\u006e\u0064\u0065\u0072\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x014b:"\u0065\u006e\u0067",0x3125:"e\u006e\u0067\u0062\u006f\u0070\u006f\u006d\u006f\u0066\u006f",0x04a5:"\u0065\u006e\u0067\u0068\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x04c8:"\u0065\u006e\u0068\u006f\u006f\u006b\u0063\u0079\u0072i\u006c\u006c\u0069\u0063",0x2000:"\u0065\u006e\u0071\u0075\u0061\u0064",0x2002:"\u0065n\u0073\u0070\u0061\u0063\u0065",0x0119:"\u0065o\u0067\u006f\u006e\u0065\u006b",0x3153:"\u0065\u006f\u006b\u006f\u0072\u0065\u0061\u006e",0x025b:"\u0065\u006f\u0070e\u006e",0x029a:"e\u006f\u0070\u0065\u006e\u0063\u006c\u006f\u0073\u0065\u0064",0x025c:"\u0065\u006f\u0070\u0065\u006e\u0072\u0065\u0076\u0065\u0072\u0073\u0065\u0064",0x025e:"\u0065\u006f\u0070\u0065nr\u0065\u0076\u0065\u0072\u0073\u0065\u0064\u0063\u006c\u006f\u0073\u0065\u0064",0x025d:"\u0065\u006f\u0070\u0065\u006e\u0072\u0065\u0076\u0065\u0072\u0073\u0065d\u0068\u006f\u006f\u006b",0x24a0:"\u0065\u0070\u0061\u0072\u0065\u006e",0x29e3:"\u0065\u0070\u0061\u0072\u0073\u006c",0x03b5:"\u0065p\u0073\u0069\u006c\u006f\u006e",0x03f5:"\u0065\u0070\u0073\u0069\u006c\u006f\u006e\u0031",0x022a:"\u0065\u0070\u0073\u0069\u006c\u006f\u006e\u0063\u006c\u006f\u0073\u0065\u0064",0x03f6:"\u0065\u0070\u0073\u0069\u006c\u006f\u006e\u0069\u006e\u0076",0x03ad:"\u0065\u0070\u0073i\u006c\u006f\u006e\u0074\u006f\u006e\u006f\u0073",0x2255:"\u0065q\u0063\u006f\u006c\u006f\u006e",0x225d:"\u0065\u0071\u0064e\u0066",0x2a66:"\u0065\u0071\u0064o\u0074",0x2a75:"\u0065\u0071\u0065\u0071",0x2a76:"\u0065\u0071\u0065\u0071\u0065\u0071",0x22dd:"\u0065\u0071\u0067t\u0072",0x22dc:"\u0065\u0071\u006c\u0065\u0073\u0073",0x2a9a:"\u0065\u0071\u0071\u0067\u0074\u0072",0x2a99:"\u0065q\u0071\u006c\u0065\u0073\u0073",0x2a71:"\u0065q\u0071\u0070\u006c\u0075\u0073",0x2a73:"\u0065\u0071\u0071\u0073\u0069\u006d",0x2a9c:"e\u0071\u0071\u0073\u006c\u0061\u006e\u0074\u0067\u0074\u0072",0x2a9b:"\u0065\u0071\u0071s\u006c\u0061\u006e\u0074\u006c\u0065\u0073\u0073",0x003d:"\u0065\u0071\u0075a\u006c",0x2b40:"\u0065\u0071\u0075\u0061\u006c\u006c\u0065\u0066\u0074a\u0072\u0072\u006f\u0077",0xff1d:"\u0065\u0071\u0075\u0061\u006c\u006d\u006f\u006e\u006fs\u0070\u0061\u0063\u0065",0x22df:"\u0065\u0071\u0075\u0061\u006c\u006f\u0072\u0066\u006fl\u006c\u006f\u0077\u0073",0x2a96:"\u0065\u0071\u0075\u0061\u006c\u006f\u0072\u0067\u0072e\u0061\u0074\u0065\u0072",0x2a95:"e\u0071\u0075\u0061\u006c\u006f\u0072\u006c\u0065\u0073\u0073",0x22de:"\u0065q\u0075a\u006c\u006f\u0072\u0070\u0072\u0065\u0063\u0065\u0064\u0065\u0073",0x2242:"\u0065\u0071\u0075\u0061\u006c\u006f\u0072\u0073\u0069m\u0069\u006c\u0061\u0072",0x22d5:"\u0065\u0071\u0075\u0061\u006c\u0070\u0061\u0072\u0061\u006c\u006c\u0065\u006c",0x2971:"\u0065q\u0075a\u006c\u0072\u0069\u0067\u0068\u0074\u0061\u0072\u0072\u006f\u0077",0xfe66:"\u0065\u0071\u0075\u0061\u006c\u0073\u006d\u0061\u006c\u006c",0x208c:"\u0065\u0071\u0075\u0061\u006c\u0073\u0075\u0062",0x207c:"\u0065\u0071\u0075\u0061\u006c\u0073\u0075\u0070\u0065\u0072\u0069\u006f\u0072",0x2a78:"\u0065q\u0075\u0069\u0076\u0044\u0044",0x2a68:"\u0065q\u0075\u0069\u0076\u0056\u0065\u0072t",0x2a69:"\u0065\u0071\u0075\u0069\u0076\u0056\u0076\u0065\u0072\u0074",0x2261:"e\u0071\u0075\u0069\u0076\u0061\u006c\u0065\u006e\u0063\u0065",0x224d:"\u0065q\u0075i\u0076\u0061\u0073\u0079\u006d\u0070\u0074\u006f\u0074\u0069\u0063",0x29e5:"\u0065\u0071\u0076\u0070\u0061\u0072\u0073\u006c",0x3126:"\u0065\u0072\u0062\u006f\u0070\u006f\u006d\u006f\u0066\u006f",0x0440:"\u0065\u0072\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x0258:"\u0065r\u0065\u0076\u0065\u0072\u0073\u0065d",0x044d:"\u0065\u0072\u0065\u0076\u0065\u0072\u0073\u0065\u0064\u0063\u0079\u0072i\u006c\u006c\u0069\u0063",0x29f3:"\u0065\u0072\u0072\u0062\u0061\u0072\u0062\u006c\u0061\u0063\u006b\u0063i\u0072\u0063\u006c\u0065",0x29f1:"\u0065r\u0072b\u0061\u0072\u0062\u006c\u0061c\u006b\u0064i\u0061\u006d\u006f\u006e\u0064",0x29ef:"\u0065\u0072\u0072\u0062\u0061\u0072\u0062\u006c\u0061\u0063\u006b\u0073q\u0075\u0061\u0072\u0065",0x29f2:"\u0065\u0072\u0072b\u0061\u0072\u0063\u0069\u0072\u0063\u006c\u0065",0x29f0:"\u0065\u0072\u0072\u0062\u0061\u0072\u0064\u0069\u0061\u006d\u006f\u006e\u0064",0x29ee:"\u0065\u0072\u0072b\u0061\u0072\u0073\u0071\u0075\u0061\u0072\u0065",0x0441:"\u0065\u0073\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x04ab:"\u0065\u0073\u0064\u0065sc\u0065\u006e\u0064\u0065\u0072\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x0283:"\u0065\u0073\u0068",0x0286:"\u0065s\u0068\u0063\u0075\u0072\u006c",0x090e:"\u0065\u0073\u0068\u006f\u0072\u0074\u0064\u0065\u0076\u0061",0x0946:"\u0065\u0073\u0068\u006frt\u0076\u006f\u0077\u0065\u006c\u0073\u0069\u0067\u006e\u0064\u0065\u0076\u0061",0x01aa:"\u0065s\u0068r\u0065\u0076\u0065\u0072\u0073\u0065\u0064\u006c\u006f\u006f\u0070",0x0285:"\u0065\u0073h\u0073\u0071\u0075a\u0074\u0072\u0065\u0076\u0065\u0072\u0073\u0065\u0064",0x3047:"\u0065\u0073\u006d\u0061\u006c\u006c\u0068\u0069\u0072a\u0067\u0061\u006e\u0061",0x30a7:"\u0065\u0073\u006d\u0061\u006c\u006c\u006b\u0061\u0074a\u006b\u0061\u006e\u0061",0xff6a:"\u0065\u0073\u006dal\u006c\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068",0x212e:"\u0065s\u0074\u0069\u006d\u0061\u0074\u0065d",0xf6ec:"\u0065s\u0075\u0070\u0065\u0072\u0069\u006fr",0x03b7:"\u0065\u0074\u0061",0x0568:"\u0065\u0074\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x03ae:"\u0065\u0074\u0061\u0074\u006f\u006e\u006f\u0073",0x00f0:"\u0065\u0074\u0068",0x1ebd:"\u0065\u0074\u0069\u006c\u0064\u0065",0x1e1b:"e\u0074\u0069\u006c\u0064\u0065\u0062\u0065\u006c\u006f\u0077",0x0591:"\u0065\u0074\u006e\u0061\u0068\u0074\u0061\u006c\u0065\u0066\u0074\u0068e\u0062\u0072\u0065\u0077",0x01dd:"\u0065t\u0075\u0072\u006e\u0065\u0064",0x3161:"\u0065\u0075\u006b\u006f\u0072\u0065\u0061\u006e",0x20a0:"\u0065\u0075\u0072o\u0063\u0075\u0072\u0072\u0065\u006e\u0063\u0079",0x09c7:"\u0065\u0076\u006f\u0077\u0065\u006c\u0073\u0069\u0067\u006e\u0062\u0065n\u0067\u0061\u006c\u0069",0x0947:"\u0065\u0076\u006f\u0077\u0065\u006c\u0073\u0069\u0067n\u0064\u0065\u0076\u0061",0x0ac7:"\u0065v\u006fw\u0065\u006c\u0073\u0069\u0067n\u0067\u0075j\u0061\u0072\u0061\u0074\u0069",0x0021:"\u0065\u0078\u0063\u006c\u0061\u006d",0x055c:"\u0065\u0078\u0063\u006c\u0061\u006d\u0061\u0072\u006de\u006e\u0069\u0061\u006e",0x203c:"\u0065x\u0063\u006c\u0061\u006d\u0064\u0062l",0x00a1:"\u0065\u0078\u0063\u006c\u0061\u006d\u0064\u006f\u0077\u006e",0xf7a1:"\u0065x\u0063l\u0061\u006d\u0064\u006f\u0077\u006e\u0073\u006d\u0061\u006c\u006c",0xff01:"\u0065x\u0063l\u0061\u006d\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0xf721:"e\u0078\u0063\u006c\u0061\u006d\u0073\u006d\u0061\u006c\u006c",0x2203:"e\u0078\u0069\u0073\u0074\u0065\u006e\u0074\u0069\u0061\u006c",0x0292:"\u0065\u007a\u0068",0x01ef:"\u0065\u007a\u0068\u0063\u0061\u0072\u006f\u006e",0x0293:"\u0065z\u0068\u0063\u0075\u0072\u006c",0x01b9:"e\u007a\u0068\u0072\u0065\u0076\u0065\u0072\u0073\u0065\u0064",0x01ba:"\u0065z\u0068\u0074\u0061\u0069\u006c",0x0066:"\u0066",0xf70c:"\u0066\u0037\u0030\u0063",0xf70e:"\u0066\u0037\u0030\u0065",0xf70a:"\u0066\u0037\u0030\u0061",0xf70d:"\u0066\u0037\u0030\u0064",0xf70f:"\u0066\u0037\u0030\u0066",0xf70b:"\u0066\u0037\u0030\u0062",0xf71c:"\u0066\u0037\u0031\u0063",0xf71d:"\u0066\u0037\u0031\u0064",0xf71a:"\u0066\u0037\u0031\u0061",0xf700:"\u0066\u0037\u0030\u0030",0xf701:"\u0066\u0037\u0030\u0031",0xf702:"\u0066\u0037\u0030\u0032",0xf703:"\u0066\u0037\u0030\u0033",0xf704:"\u0066\u0037\u0030\u0034",0xf705:"\u0066\u0037\u0030\u0035",0xf706:"\u0066\u0037\u0030\u0036",0xf707:"\u0066\u0037\u0030\u0037",0xf708:"\u0066\u0037\u0030\u0038",0xf709:"\u0066\u0037\u0030\u0039",0xf710:"\u0066\u0037\u0031\u0030",0xf711:"\u0066\u0037\u0031\u0031",0xf712:"\u0066\u0037\u0031\u0032",0xf713:"\u0066\u0037\u0031\u0033",0xf714:"\u0066\u0037\u0031\u0034",0xf715:"\u0066\u0037\u0031\u0035",0xf716:"\u0066\u0037\u0031\u0036",0xf717:"\u0066\u0037\u0031\u0037",0xf718:"\u0066\u0037\u0031\u0038",0xf719:"\u0066\u0037\u0031\u0039",0x095e:"\u0066\u0061\u0064\u0065\u0076\u0061",0x0a5e:"\u0066\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0x2109:"\u0066\u0061\u0068\u0072\u0065\u006e\u0068\u0065\u0069\u0074",0x06cc:"\u0066\u0061\u0072\u0073\u0069\u0079\u0065\u0068",0xfbfd:"\u0066\u0061\u0072\u0073\u0069\u0079\u0065\u0068\u0066\u0069\u006e\u0061\u006c",0xfbfc:"\u0066\u0061r\u0073\u0069\u0079e\u0068\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064",0xfe77:"\u0066a\u0074h\u0061\u0068\u006f\u006e\u0074\u0061\u0074\u0077\u0065\u0065\u006c",0xfe76:"\u0066\u0061\u0074\u0068\u0061\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064",0xe820:"\u0066\u0061\u0074\u0068\u0061\u006c\u006f\u0077",0x064e:"\u0066\u0061\u0074\u0068\u0061\u006c\u006f\u0077\u0061r\u0061\u0062\u0069\u0063",0xe832:"\u0066\u0061\u0074h\u0061\u006f\u006e\u0068\u0061\u006d\u007a\u0061",0xfe70:"\u0066\u0061t\u0068\u0061\u0074a\u006e\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064",0xe823:"f\u0061\u0074\u0068\u0061\u0074\u0061\u006e\u006c\u006f\u0077",0xe833:"\u0066a\u0074h\u0061\u0074\u0061\u006e\u006f\u006e\u0068\u0061\u006d\u007a\u0061",0x3108:"\u0066b\u006f\u0070\u006f\u006d\u006f\u0066o",0x29d3:"\u0066b\u006f\u0077\u0074\u0069\u0065",0x24d5:"\u0066c\u0069\u0072\u0063\u006c\u0065",0x2a3e:"\u0066\u0063\u006d\u0070",0x292f:"\u0066\u0064\u0069\u0061\u0067\u006f\u0076\u006e\u0065a\u0072\u0072\u006f\u0077",0x292c:"\u0066\u0064\u0069a\u0067\u006f\u0076\u0072\u0064\u0069\u0061\u0067",0x1e1f:"\u0066\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074",0x0586:"f\u0065\u0068\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0xfed2:"\u0066\u0065\u0068\u0066\u0069\u006e\u0061\u006c\u0061r\u0061\u0062\u0069\u0063",0xfed3:"\u0066\u0065h\u0069\u006e\u0069t\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",0xfed1:"f\u0065\u0068\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064",0xfed4:"\u0066e\u0068m\u0065\u0064\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",0xfc31:"\u0066\u0065\u0068\u0077\u0069\u0074\u0068\u0061\u006c\u0065\u0066m\u0061\u006b\u0073\u0075\u0072\u0061\u0069\u0073\u006f\u006ca\u0074\u0065\u0064",0xfc32:"\u0066e\u0068w\u0069\u0074\u0068\u0079\u0065h\u0069\u0073o\u006c\u0061\u0074\u0065\u0064",0x03e5:"\u0066e\u0069\u0063\u006f\u0070\u0074\u0069c",0x2640:"\u0066\u0065\u006d\u0061\u006c\u0065",0xfb00:"\u0066\u0066",0xfb03:"\u0066\u0066\u0069",0xfb04:"\u0066\u0066\u006c",0xfb01:"\u0066\u0069",0x246e:"\u0066\u0069\u0066\u0074\u0065\u0065\u006e\u0063\u0069\u0072\u0063\u006c\u0065",0x2482:"\u0066\u0069\u0066t\u0065\u0065\u006e\u0070\u0061\u0072\u0065\u006e",0x2496:"\u0066\u0069\u0066\u0074\u0065\u0065\u006e\u0070\u0065\u0072\u0069\u006f\u0064",0x2012:"\u0066\u0069\u0067\u0075\u0072\u0065\u0064\u0061\u0073\u0068",0x2007:"f\u0069\u0067\u0075\u0072\u0065\u0073\u0070\u0061\u0063\u0065",0xfb3a:"f\u0069n\u0061\u006c\u006b\u0061\u0066\u0064\u0061\u0067e\u0073\u0068\u0068\u0065br\u0065\u0077",0xe803:"\u0066i\u006ea\u006c\u006b\u0061\u0066\u0077i\u0074\u0068q\u0061\u006d\u0061\u0074\u0073",0xe802:"\u0066\u0069\u006e\u0061\u006c\u006b\u0061\u0066\u0077\u0069\u0074\u0068s\u0068\u0065\u0076\u0061",0x05dd:"\u0066\u0069\u006e\u0061\u006c\u006d\u0065\u006d\u0068e\u0062\u0072\u0065\u0077",0x05e3:"\u0066\u0069\u006e\u0061\u006c\u0070\u0065\u0068\u0065\u0062\u0072\u0065\u0077",0x05e5:"\u0066\u0069\u006e\u0061\u006c\u0074\u0073\u0061\u0064\u0069",0x2a0f:"\u0066\u0069\u006e\u0074",0x02c9:"\u0066\u0069r\u0073\u0074\u0074o\u006e\u0065\u0063\u0068\u0069\u006e\u0065\u0073\u0065",0x25c9:"\u0066i\u0073\u0068\u0065\u0079\u0065",0x0035:"\u0066\u0069\u0076\u0065",0x0665:"\u0066\u0069\u0076\u0065\u0061\u0072\u0061\u0062\u0069\u0063",0x09eb:"f\u0069\u0076\u0065\u0062\u0065\u006e\u0067\u0061\u006c\u0069",0x096b:"\u0066\u0069\u0076\u0065\u0064\u0065\u0076\u0061",0x215d:"f\u0069\u0076\u0065\u0065\u0069\u0067\u0068\u0074\u0068\u0073",0x0aeb:"\u0066\u0069\u0076e\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069",0x0a6b:"\u0066\u0069\u0076e\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0x3025:"\u0066\u0069\u0076e\u0068\u0061\u006e\u0067\u007a\u0068\u006f\u0075",0x3224:"f\u0069v\u0065\u0069\u0064\u0065\u006f\u0067\u0072\u0061p\u0068\u0069\u0063\u0070ar\u0065\u006e",0x2085:"\u0066\u0069\u0076e\u0069\u006e\u0066\u0065\u0072\u0069\u006f\u0072",0xff15:"\u0066\u0069\u0076\u0065\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0xf735:"\u0066\u0069\u0076e\u006f\u006c\u0064\u0073\u0074\u0079\u006c\u0065",0x2478:"\u0066i\u0076\u0065\u0070\u0061\u0072\u0065n",0x248c:"\u0066\u0069\u0076\u0065\u0070\u0065\u0072\u0069\u006f\u0064",0x06f5:"f\u0069\u0076\u0065\u0070\u0065\u0072\u0073\u0069\u0061\u006e",0x2174:"\u0066i\u0076\u0065\u0072\u006f\u006d\u0061n",0x215a:"\u0066i\u0076\u0065\u0073\u0069\u0078\u0074h",0x2075:"\u0066\u0069\u0076e\u0073\u0075\u0070\u0065\u0072\u0069\u006f\u0072",0x0e55:"\u0066\u0069\u0076\u0065\u0074\u0068\u0061\u0069",0xfb02:"\u0066\u006c",0x230a:"\u0066l\u006f\u006f\u0072\u006c\u0065\u0066t",0x230b:"\u0066\u006c\u006f\u006f\u0072\u0072\u0069\u0067\u0068\u0074",0x0192:"\u0066\u006c\u006f\u0072\u0069\u006e",0x23e5:"\u0066\u006c\u0074n\u0073",0xff46:"\u0066\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0x3399:"\u0066\u006d\u0073\u0071\u0075\u0061\u0072\u0065",0x0e1f:"\u0066o\u0066\u0061\u006e\u0074\u0068\u0061i",0x0e1d:"\u0066\u006f\u0066\u0061\u0074\u0068\u0061\u0069",0x2aba:"\u0066o\u006cl\u006f\u0077\u006e\u006f\u0074\u0064\u0062\u006c\u0065\u0071\u0076",0x2ab6:"\u0066\u006fl\u006c\u006f\u0077n\u006f\u0074\u0073\u006c\u006e\u0074\u0065\u0071\u006c",0x22e9:"\u0066\u006f\u006c\u006c\u006f\u0077\u006f\u0072\u006e\u006f\u0074\u0065q\u0076\u006c\u006e\u0074",0x2ab0:"\u0066\u006f\u006cl\u006f\u0077\u0073\u0065\u0071\u0075\u0061\u006c",0x227d:"\u0066\u006f\u006c\u006c\u006f\u0077\u0073\u006f\u0072c\u0075\u0072\u006c\u0079",0x227f:"\u0066\u006f\u006c\u006c\u006f\u0077\u0073\u006f\u0072e\u0071\u0075\u0061\u006c",0x0e4f:"f\u006f\u006e\u0067\u006d\u0061\u006e\u0074\u0068\u0061\u0069",0x22a9:"\u0066\u006f\u0072\u0063\u0065\u0073",0x22aa:"\u0066o\u0072\u0063\u0065\u0073\u0062\u0061r",0x22d4:"\u0066\u006f\u0072\u006b",0x2adc:"\u0066\u006f\u0072k\u0073",0x2add:"\u0066\u006f\u0072\u006b\u0073\u006e\u006f\u0074",0x2ad9:"\u0066\u006f\u0072k\u0076",0x0034:"\u0066\u006f\u0075\u0072",0x0664:"\u0066\u006f\u0075\u0072\u0061\u0072\u0061\u0062\u0069\u0063",0x09ea:"f\u006f\u0075\u0072\u0062\u0065\u006e\u0067\u0061\u006c\u0069",0x096a:"\u0066\u006f\u0075\u0072\u0064\u0065\u0076\u0061",0x2158:"\u0066\u006f\u0075\u0072\u0066\u0069\u0066\u0074\u0068\u0073",0x0aea:"\u0066\u006f\u0075r\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069",0x0a6a:"\u0066\u006f\u0075r\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0x3024:"\u0066\u006f\u0075r\u0068\u0061\u006e\u0067\u007a\u0068\u006f\u0075",0x3223:"f\u006fu\u0072\u0069\u0064\u0065\u006f\u0067\u0072\u0061p\u0068\u0069\u0063\u0070ar\u0065\u006e",0x2084:"\u0066\u006f\u0075r\u0069\u006e\u0066\u0065\u0072\u0069\u006f\u0072",0xff14:"\u0066\u006f\u0075\u0072\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0x09f7:"f\u006fu\u0072\u006e\u0075\u006d\u0065\u0072\u0061\u0074o\u0072\u0062\u0065\u006ega\u006c\u0069",0xf734:"\u0066\u006f\u0075r\u006f\u006c\u0064\u0073\u0074\u0079\u006c\u0065",0x2477:"\u0066o\u0075\u0072\u0070\u0061\u0072\u0065n",0x2005:"\u0066\u006f\u0075\u0072\u0070\u0065\u0072\u0065\u006ds\u0070\u0061\u0063\u0065",0x248b:"\u0066\u006f\u0075\u0072\u0070\u0065\u0072\u0069\u006f\u0064",0x06f4:"f\u006f\u0075\u0072\u0070\u0065\u0072\u0073\u0069\u0061\u006e",0x2173:"\u0066o\u0075\u0072\u0072\u006f\u006d\u0061n",0x2074:"\u0066\u006f\u0075r\u0073\u0075\u0070\u0065\u0072\u0069\u006f\u0072",0x246d:"\u0066\u006f\u0075\u0072\u0074\u0065\u0065\u006e\u0063i\u0072\u0063\u006c\u0065",0x2481:"\u0066\u006f\u0075\u0072\u0074\u0065\u0065\u006e\u0070\u0061\u0072\u0065\u006e",0x2495:"\u0066\u006f\u0075\u0072\u0074\u0065\u0065\u006e\u0070e\u0072\u0069\u006f\u0064",0x0e54:"\u0066\u006f\u0075\u0072\u0074\u0068\u0061\u0069",0x221c:"\u0066\u006f\u0075\u0072\u0074\u0068\u0072\u006f\u006f\u0074",0x02cb:"\u0066\u006f\u0075\u0072\u0074\u0068\u0074\u006f\u006e\u0065\u0063\u0068i\u006e\u0065\u0073\u0065",0x2999:"\u0066o\u0075\u0072\u0076\u0064\u006f\u0074s",0x24a1:"\u0066\u0070\u0061\u0072\u0065\u006e",0x2044:"\u0066\u0072\u0061\u0063\u0074\u0069\u006f\u006e",0x20a3:"\u0066\u0072\u0061n\u0063",0x024b:"\u0066r\u006f\u006e\u0074\u0065\u0064",0x27d7:"\u0066\u0075\u006c\u006c\u006f\u0075\u0074\u0065\u0072\u006a\u006f\u0069\u006e",0x0067:"\u0067",0x0997:"\u0067a\u0062\u0065\u006e\u0067\u0061\u006ci",0x01f5:"\u0067\u0061\u0063\u0075\u0074\u0065",0x0917:"\u0067\u0061\u0064\u0065\u0076\u0061",0x06af:"\u0067a\u0066\u0061\u0072\u0061\u0062\u0069c",0xfb93:"\u0067\u0061\u0066\u0066\u0069\u006e\u0061\u006c\u0061r\u0061\u0062\u0069\u0063",0xfb94:"\u0067\u0061f\u0069\u006e\u0069t\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",0xfb92:"g\u0061\u0066\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064",0xfb95:"\u0067a\u0066m\u0065\u0064\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",0x0a97:"\u0067\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069",0x0a17:"\u0067\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0x304c:"\u0067\u0061\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x30ac:"\u0067\u0061\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0x03b3:"\u0067\u0061\u006dm\u0061",0x0263:"\u0067a\u006dm\u0061\u006c\u0061\u0074\u0069\u006e\u0073\u006d\u0061\u006c\u006c",0x02e0:"\u0067\u0061\u006d\u006d\u0061\u0073\u0075\u0070\u0065\u0072\u0069\u006f\u0072",0x03eb:"\u0067\u0061\u006eg\u0069\u0061\u0063\u006f\u0070\u0074\u0069\u0063",0x310d:"\u0067b\u006f\u0070\u006f\u006d\u006f\u0066o",0x011f:"\u0067\u0062\u0072\u0065\u0076\u0065",0x01e7:"\u0067\u0063\u0061\u0072\u006f\u006e",0x0123:"\u0067\u0063\u0065\u0064\u0069\u006c\u006c\u0061",0x24d6:"\u0067c\u0069\u0072\u0063\u006c\u0065",0x011d:"g\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078",0x0121:"\u0067\u0064\u006f\u0074",0x03cf:"\u0067\u0065\u0062a\u0072",0x3052:"\u0067\u0065\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x30b2:"\u0067\u0065\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0x224e:"\u0067\u0065\u006f\u006d\u0065\u0071\u0075\u0069\u0076a\u006c\u0065\u006e\u0074",0x2251:"\u0067e\u006fm\u0065\u0074\u0072\u0069\u0063a\u006c\u006cy\u0065\u0071\u0075\u0061\u006c",0x2afa:"\u0067e\u0071\u0071\u0073\u006c\u0061\u006et",0x059c:"\u0067e\u0072e\u0073\u0068\u0061\u0063\u0063e\u006e\u0074h\u0065\u0062\u0072\u0065\u0077",0x05f3:"\u0067\u0065\u0072e\u0073\u0068\u0068\u0065\u0062\u0072\u0065\u0077",0x059d:"\u0067e\u0072e\u0073\u0068\u006d\u0075\u0071d\u0061\u006dh\u0065\u0062\u0072\u0065\u0077",0x00df:"\u0067\u0065\u0072\u006d\u0061\u006e\u0064\u0062\u006c\u0073",0x059e:"g\u0065\u0072\u0073\u0068ay\u0069m\u0061\u0063\u0063\u0065\u006et\u0068\u0065\u0062\u0072\u0065\u0077",0x05f4:"\u0067e\u0072s\u0068\u0061\u0079\u0069\u006d\u0068\u0065\u0062\u0072\u0065\u0077",0x2aa9:"\u0067\u0065\u0073c\u0063",0x2a80:"\u0067\u0065\u0073\u0064\u006f\u0074",0x2a82:"\u0067e\u0073\u0064\u006f\u0074\u006f",0x2a84:"\u0067\u0065\u0073\u0064\u006f\u0074\u006f\u006c",0x2a94:"\u0067\u0065\u0073\u006c\u0065\u0073",0x3013:"\u0067\u0065\u0074\u0061\u006d\u0061\u0072\u006b",0x22d9:"\u0067\u0067\u0067",0x2af8:"\u0067g\u0067\u006e\u0065\u0073\u0074",0x0998:"\u0067\u0068\u0061\u0062\u0065\u006e\u0067\u0061\u006c\u0069",0x0572:"\u0067\u0068\u0061d\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x0918:"\u0067h\u0061\u0064\u0065\u0076\u0061",0x0a98:"g\u0068\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069",0x0a18:"g\u0068\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0x063a:"g\u0068\u0061\u0069\u006e\u0061\u0072\u0061\u0062\u0069\u0063",0xfece:"\u0067\u0068a\u0069\u006e\u0066i\u006e\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",0xfecf:"\u0067h\u0061i\u006e\u0069\u006e\u0069\u0074i\u0061\u006ca\u0072\u0061\u0062\u0069\u0063",0xfecd:"\u0067\u0068\u0061\u0069\u006e\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064",0xfed0:"\u0067\u0068\u0061\u0069\u006e\u006d\u0065\u0064\u0069\u0061\u006c\u0061r\u0061\u0062\u0069\u0063",0x0495:"g\u0068\u0065\u006d\u0069dd\u006ce\u0068\u006f\u006f\u006b\u0063y\u0072\u0069\u006c\u006c\u0069\u0063",0x0493:"\u0067\u0068\u0065\u0073\u0074\u0072\u006f\u006b\u0065\u0063\u0079\u0072i\u006c\u006c\u0069\u0063",0x0491:"\u0067\u0068\u0065\u0075\u0070\u0074\u0075\u0072\u006e\u0063\u0079\u0072i\u006c\u006c\u0069\u0063",0x095a:"\u0067\u0068\u0068\u0061\u0064\u0065\u0076\u0061",0x0a5a:"\u0067\u0068\u0068a\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0x0260:"\u0067\u0068\u006fo\u006b",0x3393:"\u0067h\u007a\u0073\u0071\u0075\u0061\u0072e",0x304e:"\u0067\u0069\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x30ae:"\u0067\u0069\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0x0563:"g\u0069\u006d\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x2137:"\u0067\u0069\u006de\u006c",0xfb32:"\u0067\u0069\u006d\u0065\u006c\u0064\u0061\u0067\u0065\u0073\u0068\u0068e\u0062\u0072\u0065\u0077",0x0453:"g\u006a\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x2a92:"\u0067\u006c\u0045",0x2aa5:"\u0067\u006c\u0061",0x29e6:"g\u006c\u0065\u0069\u0063\u0068\u0073\u0074\u0061\u0072\u006b",0x2aa4:"\u0067\u006c\u006a",0x0249:"\u0067l\u006f\u0074\u0074\u0061\u006c",0x01be:"g\u006c\u006f\u0074\u0074al\u0069n\u0076\u0065\u0072\u0074\u0065d\u0073\u0074\u0072\u006f\u006b\u0065",0x024a:"\u0067\u006c\u006f\u0074\u0074\u0061\u006c\u0072\u0065\u0076",0x0294:"g\u006c\u006f\u0074\u0074\u0061\u006c\u0073\u0074\u006f\u0070",0x0231:"\u0067\u006c\u006f\u0074\u0074\u0061\u006c\u0073\u0074o\u0070\u0062\u0061\u0072",0x0232:"\u0067\u006c\u006f\u0074\u0074\u0061\u006c\u0073\u0074\u006f\u0070\u0062a\u0072\u0072\u0065\u0076",0x0226:"\u0067\u006c\u006f\u0074\u0074\u0061\u006c\u0073\u0074o\u0070\u0069\u006e\u0076",0x0296:"\u0067\u006c\u006f\u0074ta\u006c\u0073\u0074\u006f\u0070\u0069\u006e\u0076\u0065\u0072\u0074\u0065\u0064",0x02c0:"\u0067\u006c\u006f\u0074\u0074\u0061\u006c\u0073\u0074o\u0070\u006d\u006f\u0064",0x0295:"\u0067\u006c\u006f\u0074ta\u006c\u0073\u0074\u006f\u0070\u0072\u0065\u0076\u0065\u0072\u0073\u0065\u0064",0x02c1:"\u0067\u006c\u006f\u0074ta\u006c\u0073\u0074\u006f\u0070\u0072\u0065\u0076\u0065\u0072\u0073\u0065\u0064\u006do\u0064",0x02e4:"g\u006c\u006f\u0074\u0074\u0061\u006cs\u0074\u006f\u0070\u0072\u0065\u0076\u0065\u0072\u0073e\u0064\u0073\u0075p\u0065r\u0069\u006f\u0072",0x0225:"\u0067\u006c\u006f\u0074\u0074\u0061\u006c\u0073\u0074\u006f\u0070\u0072e\u0076\u0069\u006e\u0076",0x02a1:"\u0067\u006c\u006f\u0074\u0074\u0061\u006c\u0073\u0074\u006f\u0070\u0073t\u0072\u006f\u006b\u0065",0x02a2:"\u0067l\u006f\u0074\u0074\u0061l\u0073\u0074\u006f\u0070\u0073t\u0072o\u006be\u0072\u0065\u0076\u0065\u0072\u0073\u0065d",0x1e21:"\u0067m\u0061\u0063\u0072\u006f\u006e",0xff47:"\u0067\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0x22e7:"\u0067\u006e\u0073i\u006d",0x3054:"\u0067\u006f\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x30b4:"\u0067\u006f\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0x24a2:"\u0067\u0070\u0061\u0072\u0065\u006e",0x33ac:"\u0067p\u0061\u0073\u0071\u0075\u0061\u0072e",0x2207:"\u0067\u0072\u0061\u0064\u0069\u0065\u006e\u0074",0x0060:"\u0067\u0072\u0061v\u0065",0x0316:"\u0067\u0072\u0061\u0076\u0065\u0062\u0065\u006c\u006f\u0077\u0063\u006d\u0062",0x0300:"\u0067\u0072\u0061\u0076\u0065\u0063\u006d\u0062",0x0953:"\u0067r\u0061\u0076\u0065\u0064\u0065\u0076a",0x02b3:"\u0067\u0072\u0061\u0076\u0065\u006c\u0065\u0066\u0074\u006e\u006f\u0073\u0070",0x02ce:"g\u0072\u0061\u0076\u0065\u006c\u006f\u0077\u006d\u006f\u0064",0xff40:"\u0067\u0072\u0061\u0076\u0065\u006d\u006f\u006e\u006fs\u0070\u0061\u0063\u0065",0x0340:"\u0067\u0072\u0061v\u0065\u0074\u006f\u006e\u0065\u0063\u006d\u0062",0x003e:"\u0067r\u0065\u0061\u0074\u0065\u0072",0x2a8c:"\u0067\u0072\u0065\u0061\u0074\u0065\u0072\u0064\u0062\u006c\u0065\u0071l\u006c\u0065\u0073\u0073",0x22d7:"\u0067\u0072\u0065\u0061\u0074\u0065\u0072\u0064\u006f\u0074",0x2265:"\u0067\u0072\u0065a\u0074\u0065\u0072\u0065\u0071\u0075\u0061\u006c",0x22db:"\u0067r\u0065a\u0074\u0065\u0072\u0065\u0071u\u0061\u006co\u0072\u006c\u0065\u0073\u0073",0xff1e:"\u0067\u0072e\u0061\u0074\u0065r\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0x2a8a:"\u0067r\u0065a\u0074\u0065\u0072\u006e\u006ft\u0064\u0062l\u0065\u0071\u0075\u0061\u006c",0x2a88:"\u0067r\u0065a\u0074\u0065\u0072\u006e\u006f\u0074\u0065\u0071\u0075\u0061\u006c",0x2a86:"\u0067r\u0065a\u0074\u0065\u0072\u006f\u0072a\u0070\u0070r\u006f\u0078\u0065\u0071\u006c",0x2273:"\u0067\u0072\u0065\u0061te\u0072\u006f\u0072\u0065\u0071\u0075\u0069\u0076\u0061\u006c\u0065\u006e\u0074",0x2277:"\u0067\u0072\u0065\u0061\u0074\u0065\u0072\u006f\u0072\u006c\u0065\u0073\u0073",0x2269:"\u0067r\u0065a\u0074\u0065\u0072\u006f\u0072n\u006f\u0074d\u0062\u006c\u0065\u0071\u006c",0x2267:"\u0067\u0072e\u0061\u0074\u0065r\u006f\u0076\u0065\u0072\u0065\u0071\u0075\u0061\u006c",0xfe65:"\u0067\u0072\u0065a\u0074\u0065\u0072\u0073\u006d\u0061\u006c\u006c",0x0261:"\u0067s\u0063\u0072\u0069\u0070\u0074",0x2a8e:"\u0067\u0073\u0069m\u0065",0x2a90:"\u0067\u0073\u0069m\u006c",0x01e5:"\u0067s\u0074\u0072\u006f\u006b\u0065",0x2aa7:"\u0067\u0074\u0063\u0063",0x2a7a:"\u0067\u0074\u0063i\u0072",0x29a0:"\u0067\u0074\u006c\u0070\u0061\u0072",0x2a7c:"\u0067t\u0071\u0075\u0065\u0073\u0074",0x2978:"\u0067\u0074\u0072\u0061\u0072\u0072",0x3050:"\u0067\u0075\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x00ab:"\u0067\u0075\u0069\u006c\u006c\u0065\u006d\u006f\u0074\u006c\u0065\u0066\u0074",0x00bb:"\u0067\u0075\u0069\u006c\u006c\u0065\u006d\u006f\u0074r\u0069\u0067\u0068\u0074",0x2039:"\u0067\u0075\u0069\u006c\u0073\u0069\u006e\u0067\u006c\u006c\u0065\u0066\u0074",0x203a:"\u0067\u0075\u0069\u006c\u0073\u0069\u006e\u0067\u006cr\u0069\u0067\u0068\u0074",0x30b0:"\u0067\u0075\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0x3318:"\u0067\u0075\u0072a\u006d\u0075\u0073\u0071\u0075\u0061\u0072\u0065",0x33c9:"\u0067\u0079\u0073\u0071\u0075\u0061\u0072\u0065",0x0068:"\u0068",0x04a9:"\u0068\u0061\u0061\u0062kh\u0061\u0073\u0069\u0061\u006e\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x06c1:"\u0068\u0061\u0061\u006c\u0074\u006f\u006e\u0065\u0061r\u0061\u0062\u0069\u0063",0x09b9:"\u0068a\u0062\u0065\u006e\u0067\u0061\u006ci",0x029f:"\u0068\u0061\u0063e\u006b\u0073\u0075\u0062\u006e\u006f\u0073\u0070",0x04b3:"\u0068\u0061\u0064\u0065sc\u0065\u006e\u0064\u0065\u0072\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x0939:"\u0068\u0061\u0064\u0065\u0076\u0061",0x0ab9:"\u0068\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069",0x0a39:"\u0068\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0xfea2:"\u0068\u0061\u0068\u0066\u0069\u006e\u0061\u006c\u0061r\u0061\u0062\u0069\u0063",0xfea3:"\u0068\u0061h\u0069\u006e\u0069t\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",0x306f:"\u0068\u0061\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0xfea1:"h\u0061\u0068\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064",0xfea4:"\u0068a\u0068m\u0065\u0064\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",0xfcaa:"\u0068a\u0068w\u0069\u0074\u0068\u006d\u0065e\u006d\u0069n\u0069\u0074\u0069\u0061\u006c",0x200a:"\u0068a\u0069\u0072\u0073\u0070\u0061\u0063e",0x332a:"h\u0061\u0069\u0074\u0075\u0073\u0071\u0075\u0061\u0072\u0065",0x30cf:"\u0068\u0061\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0xff8a:"\u0068\u0061\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068",0x0a4d:"\u0068\u0061\u006c\u0061\u006e\u0074\u0067\u0075\u0072m\u0075\u006b\u0068\u0069",0x0621:"\u0068\u0061m\u007a\u0061\u0064a\u006d\u006d\u0061\u0061\u0072\u0061\u0062\u0069\u0063",0xfe80:"\u0068\u0061\u006d\u007a\u0061\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064",0x3164:"\u0068\u0061\u006eg\u0075\u006c\u0066\u0069\u006c\u006c\u0065\u0072",0x044a:"\u0068\u0061r\u0064\u0073\u0069g\u006e\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x21c3:"\u0068a\u0072p\u006f\u006f\u006e\u0064\u006f\u0077\u006e\u006c\u0065\u0066\u0074",0x21c2:"\u0068\u0061r\u0070\u006f\u006fn\u0064\u006f\u0077\u006e\u0072\u0069\u0067\u0068\u0074",0x21bc:"\u0068\u0061\u0072\u0070\u006f\u006f\u006e\u006c\u0065\u0066\u0074\u0062a\u0072\u0062\u0075\u0070",0x21cc:"\u0068\u0061r\u0070\u006f\u006fn\u006c\u0065\u0066\u0074\u0072\u0069\u0067\u0068\u0074",0x21c0:"\u0068a\u0072p\u006f\u006f\u006e\u0072\u0069g\u0068\u0074b\u0061\u0072\u0062\u0075\u0070",0x21cb:"\u0068\u0061r\u0070\u006f\u006fn\u0072\u0069\u0067\u0068\u0074\u006c\u0065\u0066\u0074",0x21bf:"\u0068\u0061\u0072\u0070\u006f\u006f\u006e\u0075\u0070\u006c\u0065\u0066\u0074",0x21be:"\u0068\u0061\u0072\u0070\u006f\u006f\u006e\u0075\u0070r\u0069\u0067\u0068\u0074",0x23af:"\u0068\u0061\u0072\u0072\u006f\u0077\u0065\u0078\u0074e\u006e\u0064\u0065\u0072",0x33ca:"\u0068\u0061\u0073\u0071\u0075\u0061\u0072\u0065",0x05b2:"\u0068\u0061\u0074a\u0066\u0070\u0061\u0074\u0061\u0068\u0031\u0036",0x05b3:"\u0068\u0061\u0074\u0061\u0066\u0071\u0061\u006d\u0061\u0074\u0073\u0032\u0038",0x05b1:"h\u0061t\u0061\u0066\u0073\u0065\u0067\u006f\u006c\u0077i\u0064\u0065\u0068\u0065br\u0065\u0077",0x2a6f:"\u0068a\u0074\u0061\u0070\u0070\u0072\u006fx",0x0127:"\u0068\u0062\u0061\u0072",0x310f:"\u0068b\u006f\u0070\u006f\u006d\u006f\u0066o",0x1e2b:"h\u0062\u0072\u0065\u0076\u0065\u0062\u0065\u006c\u006f\u0077",0x1e29:"\u0068\u0063\u0065\u0064\u0069\u006c\u006c\u0061",0x24d7:"\u0068c\u0069\u0072\u0063\u006c\u0065",0x0125:"h\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078",0x03f7:"\u0068\u0063\u0079\u0072\u0069\u006c",0x1e27:"\u0068d\u0069\u0065\u0072\u0065\u0073\u0069s",0x1e23:"\u0068\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074",0x1e25:"\u0068d\u006f\u0074\u0062\u0065\u006c\u006fw",0x2665:"\u0068\u0065\u0061r\u0074",0x2661:"\u0068\u0065\u0061\u0072\u0074\u0073\u0075\u0069\u0074w\u0068\u0069\u0074\u0065",0xfb34:"\u0068\u0065\u0064\u0061\u0067\u0065\u0073\u0068\u0068e\u0062\u0072\u0065\u0077",0x0647:"\u0068e\u0068\u0061\u0072\u0061\u0062\u0069c",0xfba7:"h\u0065h\u0066\u0069\u006e\u0061\u006c\u0061\u006c\u0074o\u006e\u0065\u0061\u0072ab\u0069\u0063",0xfeea:"\u0068\u0065\u0068\u0066\u0069\u006e\u0061\u006c\u0061r\u0061\u0062\u0069\u0063",0xfba5:"\u0068e\u0068\u0068\u0061\u006d\u007a\u0061\u0061\u0062\u006f\u0076\u0065f\u0069\u006e\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",0xfba4:"h\u0065\u0068\u0068\u0061\u006d\u007aa\u0061\u0062\u006f\u0076\u0065\u0069\u0073\u006f\u006ca\u0074\u0065\u0064a\u0072a\u0062\u0069\u0063",0xfba8:"\u0068\u0065\u0068\u0069ni\u0074\u0069\u0061\u006c\u0061\u006c\u0074\u006f\u006e\u0065\u0061\u0072\u0061\u0062i\u0063",0xfeeb:"\u0068\u0065h\u0069\u006e\u0069t\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",0x3078:"\u0068\u0065\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0xfee9:"h\u0065\u0068\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064",0xfba9:"h\u0065\u0068\u006d\u0065di\u0061l\u0061\u006c\u0074\u006f\u006ee\u0061\u0072\u0061\u0062\u0069\u0063",0xfeec:"\u0068e\u0068m\u0065\u0064\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",0xfcd8:"\u0068e\u0068w\u0069\u0074\u0068\u006d\u0065e\u006d\u0069n\u0069\u0074\u0069\u0061\u006c",0x337b:"\u0068e\u0069s\u0065\u0069\u0065\u0072\u0061\u0073\u0071\u0075\u0061\u0072\u0065",0x30d8:"\u0068\u0065\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0xff8d:"\u0068\u0065\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068",0x3336:"\u0068e\u006bu\u0074\u0061\u0061\u0072\u0075\u0073\u0071\u0075\u0061\u0072\u0065",0x0267:"\u0068\u0065\u006e\u0067\u0068\u006f\u006f\u006b",0x22b9:"\u0068\u0065\u0072m\u0069\u0074\u006d\u0061\u0074\u0072\u0069\u0078",0x3339:"\u0068\u0065\u0072u\u0074\u0075\u0073\u0071\u0075\u0061\u0072\u0065",0x2394:"\u0068e\u0078\u0061\u0067\u006f\u006e",0x2b23:"\u0068\u0065\u0078a\u0067\u006f\u006e\u0062\u006c\u0061\u0063\u006b",0x0266:"\u0068\u0068\u006fo\u006b",0x023a:"\u0068\u0068\u006f\u006f\u006b\u0073\u0075\u0070\u0065\u0072",0x02b1:"\u0068\u0068\u006f\u006f\u006b\u0073\u0075\u0070\u0065\u0072\u0069\u006f\u0072",0x327b:"\u0068i\u0065u\u0068\u0061\u0063\u0069\u0072c\u006c\u0065k\u006f\u0072\u0065\u0061\u006e",0x321b:"\u0068\u0069\u0065\u0075\u0068\u0061\u0070\u0061\u0072\u0065\u006e\u006bo\u0072\u0065\u0061\u006e",0x326d:"\u0068\u0069\u0065\u0075\u0068\u0063\u0069\u0072\u0063\u006c\u0065\u006bo\u0072\u0065\u0061\u006e",0x314e:"h\u0069\u0065\u0075\u0068\u006b\u006f\u0072\u0065\u0061\u006e",0x320d:"\u0068\u0069e\u0075\u0068\u0070a\u0072\u0065\u006e\u006b\u006f\u0072\u0065\u0061\u006e",0x0674:"\u0068i\u0067\u0068\u0068\u0061\u006d\u007aa",0x3072:"\u0068\u0069\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x30d2:"\u0068\u0069\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0xff8b:"\u0068\u0069\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068",0x05b4:"\u0068i\u0072\u0069\u0071\u0031\u0034",0x2924:"\u0068k\u006e\u0065\u0061\u0072\u0072\u006fw",0x2923:"\u0068k\u006e\u0077\u0061\u0072\u0072\u006fw",0x2925:"\u0068\u006b\u0073\u0065\u0061\u0072\u006f\u0077",0x2926:"\u0068\u006b\u0073\u0077\u0061\u0072\u006f\u0077",0x1e96:"\u0068\u006c\u0069\u006e\u0065\u0062\u0065\u006c\u006f\u0077",0xff48:"\u0068\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0x0570:"\u0068\u006f\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x0e2b:"\u0068o\u0068\u0069\u0070\u0074\u0068\u0061i",0x307b:"\u0068\u006f\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x30db:"\u0068\u006f\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0xff8e:"\u0068\u006f\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068",0x05b9:"\u0068o\u006ca\u006d\u0071\u0075\u0061\u0072t\u0065\u0072h\u0065\u0062\u0072\u0065\u0077",0x0e2e:"\u0068\u006f\u006eo\u006b\u0068\u0075\u006b\u0074\u0068\u0061\u0069",0x0309:"\u0068o\u006f\u006b\u0063\u006d\u0062",0x0321:"\u0068\u006f\u006fkp\u0061\u006c\u0061\u0074\u0061\u006c\u0069\u007a\u0065\u0064\u0062\u0065\u006c\u006f\u0077\u0063\u006d\u0062",0x0322:"h\u006f\u006f\u006b\u0072et\u0072o\u0066\u006c\u0065\u0078\u0062e\u006c\u006f\u0077\u0063\u006d\u0062",0x3342:"\u0068\u006f\u006f\u006e\u0073\u0071\u0075\u0061\u0072\u0065",0x03e9:"\u0068\u006f\u0072\u0069\u0063\u006f\u0070\u0074\u0069\u0063",0x2015:"\u0068\u006f\u0072\u0069\u007a\u006f\u006e\u0074\u0061\u006c\u0062\u0061\u0072",0x05a2:"\u0068\u006f\u0072\u0069\u007a\u0074\u0061\u0062",0x031b:"\u0068o\u0072\u006e\u0063\u006d\u0062",0x2668:"\u0068\u006f\u0074\u0073\u0070\u0072\u0069\u006e\u0067\u0073",0x29d6:"\u0068o\u0075\u0072\u0067\u006c\u0061\u0073s",0x2302:"\u0068\u006f\u0075s\u0065",0x24a3:"\u0068\u0070\u0061\u0072\u0065\u006e",0x25ad:"\u0068\u0072\u0065\u0063\u0074\u0061\u006e\u0067\u006c\u0065",0x0239:"\u0068\u0073\u0075\u0070\u0065\u0072",0x02b0:"\u0068s\u0075\u0070\u0065\u0072\u0069\u006fr",0x0265:"\u0068t\u0075\u0072\u006e\u0065\u0064",0x3075:"\u0068\u0075\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x3333:"\u0068\u0075\u0069i\u0074\u006f\u0073\u0071\u0075\u0061\u0072\u0065",0x30d5:"\u0068\u0075\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0xff8c:"\u0068\u0075\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068",0x02dd:"\u0068\u0075\u006eg\u0061\u0072\u0075\u006d\u006c\u0061\u0075\u0074",0xf009:"\u0068\u0075\u006e\u0067\u0061\u0072\u0075\u006d\u006c\u0061\u0075\u0074\u0031",0x030b:"\u0068u\u006eg\u0061\u0072\u0075\u006d\u006c\u0061\u0075\u0074\u0063\u006d\u0062",0x0195:"\u0068\u0076",0x002d:"\u0068\u0079\u0070\u0068\u0065\u006e",0x2043:"\u0068\u0079\u0070h\u0065\u006e\u0062\u0075\u006c\u006c\u0065\u0074",0x2027:"\u0068y\u0070\u0068\u0065\u006e\u0064\u006ft",0xf6e5:"\u0068\u0079\u0070\u0068\u0065\u006e\u0069\u006e\u0066e\u0072\u0069\u006f\u0072",0xff0d:"\u0068y\u0070h\u0065\u006e\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0xfe63:"h\u0079\u0070\u0068\u0065\u006e\u0073\u006d\u0061\u006c\u006c",0xf6e6:"\u0068\u0079\u0070\u0068\u0065\u006e\u0073\u0075\u0070e\u0072\u0069\u006f\u0072",0x2010:"\u0068y\u0070\u0068\u0065\u006e\u0074\u0077o",0x3030:"\u0068z\u0069\u0067\u007a\u0061\u0067",0x0069:"\u0069",0x00ed:"\u0069\u0061\u0063\u0075\u0074\u0065",0x01f8:"\u0069\u0062\u0061\u0072",0x0987:"\u0069\u0062\u0065\u006e\u0067\u0061\u006c\u0069",0x3127:"\u0069b\u006f\u0070\u006f\u006d\u006f\u0066o",0x012d:"\u0069\u0062\u0072\u0065\u0076\u0065",0x01d0:"\u0069\u0063\u0061\u0072\u006f\u006e",0x24d8:"\u0069c\u0069\u0072\u0063\u006c\u0065",0x00ee:"i\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078",0x0209:"\u0069d\u0062\u006c\u0067\u0072\u0061\u0076e",0x328f:"i\u0064e\u006f\u0067\u0072\u0061\u0070\u0068\u0065\u0061r\u0074\u0068\u0063\u0069rc\u006c\u0065",0x328b:"\u0069\u0064\u0065\u006fgr\u0061\u0070\u0068\u0066\u0069\u0072\u0065\u0063\u0069\u0072\u0063\u006c\u0065",0x323f:"\u0069d\u0065\u006f\u0067\u0072\u0061\u0070\u0068\u0069\u0063\u0061\u006cl\u0069\u0061\u006e\u0063\u0065\u0070\u0061\u0072\u0065\u006e",0x323a:"i\u0064e\u006f\u0067\u0072\u0061\u0070\u0068\u0069\u0063c\u0061\u006c\u006c\u0070ar\u0065\u006e",0x32a5:"\u0069\u0064\u0065og\u0072\u0061\u0070\u0068\u0069\u0063\u0063\u0065\u006e\u0074\u0072\u0065\u0063\u0069\u0072\u0063\u006c\u0065",0x3006:"\u0069\u0064e\u006f\u0067\u0072a\u0070\u0068\u0069\u0063\u0063\u006c\u006f\u0073\u0065",0x3001:"\u0069\u0064e\u006f\u0067\u0072a\u0070\u0068\u0069\u0063\u0063\u006f\u006d\u006d\u0061",0xff64:"i\u0064e\u006f\u0067\u0072\u0061\u0070\u0068\u0069\u0063c\u006f\u006d\u006d\u0061le\u0066\u0074",0x3237:"\u0069\u0064\u0065\u006f\u0067\u0072\u0061\u0070\u0068\u0069c\u0063\u006f\u006e\u0067\u0072\u0061\u0074u\u006c\u0061\u0074\u0069\u006f\u006e\u0070\u0061\u0072\u0065\u006e",0x32a3:"\u0069d\u0065\u006f\u0067\u0072\u0061\u0070\u0068\u0069\u0063\u0063\u006fr\u0072\u0065\u0063\u0074\u0063\u0069\u0072\u0063\u006c\u0065",0x322f:"i\u0064\u0065\u006f\u0067ra\u0070h\u0069\u0063\u0065\u0061\u0072t\u0068\u0070\u0061\u0072\u0065\u006e",0x323d:"\u0069\u0064\u0065\u006f\u0067\u0072\u0061\u0070\u0068\u0069\u0063e\u006e\u0074\u0065\u0072\u0070\u0072\u0069\u0073\u0065\u0070a\u0072\u0065\u006e",0x329d:"\u0069\u0064\u0065\u006f\u0067\u0072\u0061\u0070\u0068\u0069\u0063e\u0078\u0063\u0065\u006c\u006c\u0065\u006e\u0074\u0063\u0069r\u0063\u006c\u0065",0x3240:"\u0069d\u0065\u006f\u0067\u0072\u0061\u0070\u0068\u0069\u0063\u0066\u0065s\u0074\u0069\u0076\u0061\u006c\u0070\u0061\u0072\u0065\u006e",0x3296:"\u0069\u0064\u0065\u006f\u0067\u0072\u0061\u0070\u0068\u0069\u0063f\u0069\u006e\u0061\u006e\u0063\u0069\u0061\u006c\u0063\u0069r\u0063\u006c\u0065",0x3236:"\u0069d\u0065\u006f\u0067\u0072a\u0070\u0068\u0069\u0063\u0066i\u006ea\u006ec\u0069\u0061\u006c\u0070\u0061\u0072\u0065n",0x322b:"i\u0064e\u006f\u0067\u0072\u0061\u0070\u0068\u0069\u0063f\u0069\u0072\u0065\u0070ar\u0065\u006e",0x3232:"i\u0064e\u006f\u0067\u0072\u0061\u0070\u0068\u0069\u0063h\u0061\u0076\u0065\u0070ar\u0065\u006e",0x32a4:"i\u0064\u0065\u006f\u0067ra\u0070h\u0069\u0063\u0068\u0069\u0067h\u0063\u0069\u0072\u0063\u006c\u0065",0x3005:"\u0069d\u0065\u006f\u0067\u0072\u0061\u0070\u0068\u0069\u0063\u0069\u0074e\u0072\u0061\u0074\u0069\u006f\u006e\u006d\u0061\u0072\u006b",0x3298:"\u0069\u0064\u0065\u006fgr\u0061\u0070\u0068\u0069\u0063\u006c\u0061\u0062\u006f\u0072\u0063\u0069\u0072\u0063l\u0065",0x3238:"i\u0064\u0065\u006f\u0067ra\u0070h\u0069\u0063\u006c\u0061\u0062o\u0072\u0070\u0061\u0072\u0065\u006e",0x32a7:"i\u0064\u0065\u006f\u0067ra\u0070h\u0069\u0063\u006c\u0065\u0066t\u0063\u0069\u0072\u0063\u006c\u0065",0x32a6:"i\u0064e\u006f\u0067\u0072\u0061\u0070\u0068\u0069\u0063l\u006f\u0077\u0063\u0069rc\u006c\u0065",0x32a9:"\u0069d\u0065\u006f\u0067\u0072a\u0070\u0068\u0069\u0063\u006de\u0064i\u0063i\u006e\u0065\u0063\u0069\u0072\u0063\u006ce",0x322e:"i\u0064\u0065\u006f\u0067ra\u0070h\u0069\u0063\u006d\u0065\u0074a\u006c\u0070\u0061\u0072\u0065\u006e",0x322a:"i\u0064e\u006f\u0067\u0072\u0061\u0070\u0068\u0069\u0063m\u006f\u006f\u006e\u0070ar\u0065\u006e",0x3234:"i\u0064e\u006f\u0067\u0072\u0061\u0070\u0068\u0069\u0063n\u0061\u006d\u0065\u0070ar\u0065\u006e",0x3002:"\u0069\u0064\u0065\u006f\u0067\u0072\u0061\u0070\u0068\u0069\u0063\u0070e\u0072\u0069\u006f\u0064",0x329e:"\u0069\u0064\u0065\u006fgr\u0061\u0070\u0068\u0069\u0063\u0070\u0072\u0069\u006e\u0074\u0063\u0069\u0072\u0063l\u0065",0x3243:"i\u0064\u0065\u006f\u0067ra\u0070h\u0069\u0063\u0072\u0065\u0061c\u0068\u0070\u0061\u0072\u0065\u006e",0x3239:"\u0069d\u0065\u006f\u0067\u0072a\u0070\u0068\u0069\u0063\u0072e\u0070r\u0065s\u0065\u006e\u0074\u0070\u0061\u0072\u0065n",0x323e:"\u0069d\u0065\u006f\u0067\u0072\u0061\u0070\u0068\u0069\u0063\u0072\u0065s\u006f\u0075\u0072\u0063\u0065\u0070\u0061\u0072\u0065\u006e",0x32a8:"\u0069\u0064\u0065\u006fgr\u0061\u0070\u0068\u0069\u0063\u0072\u0069\u0067\u0068\u0074\u0063\u0069\u0072\u0063l\u0065",0x3299:"\u0069\u0064\u0065og\u0072\u0061\u0070\u0068\u0069\u0063\u0073\u0065\u0063\u0072\u0065\u0074\u0063\u0069\u0072\u0063\u006c\u0065",0x3242:"i\u0064e\u006f\u0067\u0072\u0061\u0070\u0068\u0069\u0063s\u0065\u006c\u0066\u0070ar\u0065\u006e",0x3233:"\u0069\u0064\u0065og\u0072\u0061\u0070\u0068\u0069\u0063\u0073\u006f\u0063\u0069\u0065\u0074\u0079\u0070\u0061\u0072\u0065\u006e",0x3000:"\u0069\u0064e\u006f\u0067\u0072a\u0070\u0068\u0069\u0063\u0073\u0070\u0061\u0063\u0065",0x3235:"\u0069\u0064\u0065og\u0072\u0061\u0070\u0068\u0069\u0063\u0073\u0070\u0065\u0063\u0069\u0061\u006c\u0070\u0061\u0072\u0065\u006e",0x3231:"i\u0064\u0065\u006f\u0067ra\u0070h\u0069\u0063\u0073\u0074\u006fc\u006b\u0070\u0061\u0072\u0065\u006e",0x323b:"i\u0064\u0065\u006f\u0067ra\u0070h\u0069\u0063\u0073\u0074\u0075d\u0079\u0070\u0061\u0072\u0065\u006e",0x3230:"\u0069\u0064\u0065\u006fgr\u0061\u0070\u0068\u0069\u0063\u0073\u0075\u006e\u0070\u0061\u0072\u0065\u006e",0x323c:"\u0069d\u0065\u006f\u0067\u0072a\u0070\u0068\u0069\u0063\u0073u\u0070e\u0072v\u0069\u0073\u0065\u0070\u0061\u0072\u0065n",0x322c:"i\u0064\u0065\u006f\u0067ra\u0070h\u0069\u0063\u0077\u0061\u0074e\u0072\u0070\u0061\u0072\u0065\u006e",0x322d:"i\u0064e\u006f\u0067\u0072\u0061\u0070\u0068\u0069\u0063w\u006f\u006f\u0064\u0070ar\u0065\u006e",0x3007:"\u0069d\u0065o\u0067\u0072\u0061\u0070\u0068\u0069\u0063\u007a\u0065\u0072\u006f",0x328e:"i\u0064e\u006f\u0067\u0072\u0061\u0070\u0068\u006d\u0065t\u0061\u006c\u0063\u0069rc\u006c\u0065",0x328a:"\u0069\u0064\u0065\u006fgr\u0061\u0070\u0068\u006d\u006f\u006f\u006e\u0063\u0069\u0072\u0063\u006c\u0065",0x3294:"\u0069\u0064\u0065\u006fgr\u0061\u0070\u0068\u006e\u0061\u006d\u0065\u0063\u0069\u0072\u0063\u006c\u0065",0x3290:"\u0069d\u0065o\u0067\u0072\u0061\u0070\u0068s\u0075\u006ec\u0069\u0072\u0063\u006c\u0065",0x328c:"i\u0064e\u006f\u0067\u0072\u0061\u0070\u0068\u0077\u0061t\u0065\u0072\u0063\u0069rc\u006c\u0065",0x328d:"\u0069\u0064\u0065\u006fgr\u0061\u0070\u0068\u0077\u006f\u006f\u0064\u0063\u0069\u0072\u0063\u006c\u0065",0x0907:"\u0069\u0064\u0065v\u0061",0x00ef:"\u0069d\u0069\u0065\u0072\u0065\u0073\u0069s",0x1e2f:"\u0069\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073a\u0063\u0075\u0074\u0065",0x04e5:"\u0069\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073\u0063\u0079\u0072i\u006c\u006c\u0069\u0063",0x1ecb:"\u0069d\u006f\u0074\u0062\u0065\u006c\u006fw",0x04d7:"\u0069e\u0062r\u0065\u0076\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x0435:"\u0069\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x03f9:"\u0069\u0065\u0068\u006f\u006f\u006b",0x03fb:"\u0069\u0065\u0068o\u006f\u006b\u006f\u0067\u006f\u006e\u0065\u006b",0x3275:"\u0069e\u0075n\u0067\u0061\u0063\u0069\u0072c\u006c\u0065k\u006f\u0072\u0065\u0061\u006e",0x3215:"\u0069\u0065\u0075\u006e\u0067\u0061\u0070\u0061\u0072\u0065\u006e\u006bo\u0072\u0065\u0061\u006e",0x3267:"\u0069\u0065\u0075\u006e\u0067\u0063\u0069\u0072\u0063\u006c\u0065\u006bo\u0072\u0065\u0061\u006e",0x3147:"i\u0065\u0075\u006e\u0067\u006b\u006f\u0072\u0065\u0061\u006e",0x3207:"\u0069\u0065u\u006e\u0067\u0070a\u0072\u0065\u006e\u006b\u006f\u0072\u0065\u0061\u006e",0x00ec:"\u0069\u0067\u0072\u0061\u0076\u0065",0x0a87:"\u0069g\u0075\u006a\u0061\u0072\u0061\u0074i",0x0a07:"\u0069g\u0075\u0072\u006d\u0075\u006b\u0068i",0x3044:"\u0069h\u0069\u0072\u0061\u0067\u0061\u006ea",0x1ec9:"\u0069\u0068\u006f\u006f\u006b\u0061\u0062\u006f\u0076\u0065",0x0988:"\u0069i\u0062\u0065\u006e\u0067\u0061\u006ci",0x0438:"\u0069\u0069\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x0908:"\u0069\u0069\u0064\u0065\u0076\u0061",0x0a88:"\u0069\u0069\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069",0x0a08:"\u0069\u0069\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0x2a0c:"\u0069\u0069\u0069\u0069\u006e\u0074",0x222d:"\u0069\u0069\u0069n\u0074",0x0a40:"\u0069i\u006da\u0074\u0072\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0x29dc:"\u0069\u0069\u006e\u0066\u0069\u006e",0x020b:"\u0069\u0069\u006e\u0076\u0065\u0072\u0074\u0065\u0064b\u0072\u0065\u0076\u0065",0x09c0:"\u0069i\u0076o\u0077\u0065\u006c\u0073\u0069g\u006e\u0062e\u006e\u0067\u0061\u006c\u0069",0x0940:"\u0069i\u0076o\u0077\u0065\u006c\u0073\u0069\u0067\u006e\u0064\u0065\u0076\u0061",0x0ac0:"\u0069\u0069\u0076\u006fwe\u006c\u0073\u0069\u0067\u006e\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069",0x0133:"\u0069\u006a",0x30a4:"\u0069k\u0061\u0074\u0061\u006b\u0061\u006ea",0xff72:"\u0069k\u0061t\u0061\u006b\u0061\u006e\u0061h\u0061\u006cf\u0077\u0069\u0064\u0074\u0068",0x3163:"\u0069k\u006f\u0072\u0065\u0061\u006e",0x05ac:"\u0069\u006c\u0075\u0079\u0068\u0065\u0062\u0072\u0065\u0077",0x012b:"\u0069m\u0061\u0063\u0072\u006f\u006e",0x04e3:"\u0069m\u0061c\u0072\u006f\u006e\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x22b7:"\u0069m\u0061\u0067\u0065\u006f\u0066",0x2253:"\u0069m\u0061\u0067\u0065\u006fr\u0061\u0070\u0070\u0072\u006fx\u0069m\u0061t\u0065\u006c\u0079\u0065\u0071\u0075\u0061l",0x1d6a4:"\u0069\u006d\u0061t\u0068",0x0a3f:"\u0069\u006d\u0061\u0074\u0072\u0061\u0067\u0075\u0072m\u0075\u006b\u0068\u0069",0xff49:"\u0069\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0x221e:"\u0069\u006e\u0066\u0069\u006e\u0069\u0074\u0079",0x056b:"i\u006e\u0069\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x2a0e:"\u0069\u006e\u0074\u0042\u0061\u0072",0x2a0d:"\u0069\u006e\u0074\u0062\u0061\u0072",0x2a19:"\u0069\u006e\u0074\u0063\u0061\u0070",0x2231:"\u0069\u006e\u0074c\u006c\u006f\u0063\u006b\u0077\u0069\u0073\u0065",0x2a1a:"\u0069\u006e\u0074\u0063\u0075\u0070",0x2216:"\u0069\u006e\u0074\u0065\u0067\u0065\u0072\u0064\u0069\u0076\u0069\u0064\u0065",0x222b:"\u0069\u006e\u0074\u0065\u0067\u0072\u0061\u006c",0x2321:"\u0069\u006e\u0074\u0065\u0067\u0072\u0061\u006c\u0062\u0074",0xf8f5:"\u0069\u006e\u0074\u0065\u0067\u0072\u0061\u006c\u0065\u0078",0x2320:"\u0069\u006e\u0074\u0065\u0067\u0072\u0061\u006c\u0074\u0070",0x22ba:"\u0069\u006e\u0074\u0065\u0072\u0063\u0061\u006c",0x2af4:"\u0069\u006e\u0074\u0065\u0072\u006c\u0065\u0061\u0076\u0065",0x203d:"i\u006e\u0074\u0065\u0072\u0072\u006f\u0062\u0061\u006e\u0067",0x2e18:"\u0069n\u0074e\u0072\u0072\u006f\u0062\u0061\u006e\u0067\u0064\u006f\u0077\u006e",0x2229:"\u0069\u006e\u0074e\u0072\u0073\u0065\u0063\u0074\u0069\u006f\u006e",0x22d2:"\u0069n\u0074e\u0072\u0073\u0065\u0063\u0074\u0069\u006f\u006e\u0064\u0062\u006c",0x22c2:"\u0069\u006e\u0074\u0065rs\u0065\u0063\u0074\u0069\u006f\u006e\u0064\u0069\u0073\u0070\u006c\u0061\u0079",0x2293:"\u0069\u006e\u0074\u0065\u0072\u0073\u0065\u0063\u0074i\u006f\u006e\u0073\u0071",0x23ae:"i\u006e\u0074\u0065\u0078\u0074\u0065\u006e\u0064\u0065\u0072",0x3305:"\u0069\u006e\u0074\u0069\u0073\u0071\u0075\u0061\u0072\u0065",0x2a17:"\u0069\u006e\u0074\u006c\u0061\u0072\u0068\u006b",0x2a3c:"\u0069n\u0074\u0070\u0072\u006f\u0064",0x2a3d:"\u0069\u006e\u0074\u0070\u0072\u006f\u0064\u0072",0x2a18:"\u0069\u006e\u0074\u0078",0x25d8:"\u0069n\u0076\u0062\u0075\u006c\u006c\u0065t",0x25d9:"\u0069n\u0076\u0063\u0069\u0072\u0063\u006ce",0x223e:"\u0069\u006e\u0076\u006c\u0061\u007a\u0079\u0073",0x25db:"\u0069\u006e\u0076wh\u0069\u0074\u0065\u006c\u006f\u0077\u0065\u0072\u0068\u0061\u006c\u0066\u0063\u0069\u0072\u0063\u006c\u0065",0x25da:"\u0069\u006e\u0076wh\u0069\u0074\u0065\u0075\u0070\u0070\u0065\u0072\u0068\u0061\u006c\u0066\u0063\u0069\u0072\u0063\u006c\u0065",0x012f:"\u0069o\u0067\u006f\u006e\u0065\u006b",0x03b9:"\u0069\u006f\u0074\u0061",0x01f9:"\u0069\u006f\u0074a\u0031",0x03ca:"\u0069\u006f\u0074a\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073",0x0390:"\u0069\u006f\u0074\u0061\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073t\u006f\u006e\u006f\u0073",0x0269:"\u0069o\u0074\u0061\u006c\u0061\u0074\u0069n",0x03af:"\u0069o\u0074\u0061\u0074\u006f\u006e\u006fs",0x24a4:"\u0069\u0070\u0061\u0072\u0065\u006e",0x0a72:"i\u0072\u0069\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0x22f9:"\u0069\u0073\u0069n\u0045",0x22f5:"\u0069s\u0069\u006e\u0064\u006f\u0074",0x22f7:"\u0069\u0073\u0069\u006e\u006f\u0062\u0061\u0072",0x22f4:"\u0069\u0073\u0069n\u0073",0x22f8:"\u0069\u0073\u0069\u006e\u0076\u0062",0x3043:"\u0069\u0073\u006d\u0061\u006c\u006c\u0068\u0069\u0072a\u0067\u0061\u006e\u0061",0x30a3:"\u0069\u0073\u006d\u0061\u006c\u006c\u006b\u0061\u0074a\u006b\u0061\u006e\u0061",0xff68:"\u0069\u0073\u006dal\u006c\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068",0x09fa:"\u0069\u0073\u0073\u0068\u0061\u0072\u0062\u0065\u006e\u0067\u0061\u006c\u0069",0x0268:"\u0069s\u0074\u0072\u006f\u006b\u0065",0xf6ed:"\u0069s\u0075\u0070\u0065\u0072\u0069\u006fr",0x309d:"\u0069\u0074\u0065\u0072\u0061\u0074\u0069\u006f\u006e\u0068\u0069\u0072a\u0067\u0061\u006e\u0061",0x30fd:"\u0069\u0074\u0065\u0072\u0061\u0074\u0069\u006f\u006e\u006b\u0061\u0074a\u006b\u0061\u006e\u0061",0x0129:"\u0069\u0074\u0069\u006c\u0064\u0065",0x1e2d:"i\u0074\u0069\u006c\u0064\u0065\u0062\u0065\u006c\u006f\u0077",0x3129:"\u0069\u0075\u0062\u006f\u0070\u006f\u006d\u006f\u0066\u006f",0x09bf:"\u0069\u0076\u006f\u0077\u0065\u006c\u0073\u0069\u0067\u006e\u0062\u0065n\u0067\u0061\u006c\u0069",0x093f:"\u0069\u0076\u006f\u0077\u0065\u006c\u0073\u0069\u0067n\u0064\u0065\u0076\u0061",0x0abf:"\u0069v\u006fw\u0065\u006c\u0073\u0069\u0067n\u0067\u0075j\u0061\u0072\u0061\u0074\u0069",0x0477:"\u0069\u007a\u0068it\u0073\u0061\u0064\u0062\u006c\u0067\u0072\u0061\u0076\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x006a:"\u006a",0x0571:"\u006a\u0061\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x099c:"\u006aa\u0062\u0065\u006e\u0067\u0061\u006ci",0x091c:"\u006a\u0061\u0064\u0065\u0076\u0061",0x0a9c:"\u006a\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069",0x0a1c:"\u006a\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0x3110:"\u006ab\u006f\u0070\u006f\u006d\u006f\u0066o",0x01f0:"\u006a\u0063\u0061\u0072\u006f\u006e",0x24d9:"\u006ac\u0069\u0072\u0063\u006c\u0065",0x0135:"j\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078",0x029d:"\u006a\u0063\u0072o\u0073\u0073\u0065\u0064\u0074\u0061\u0069\u006c",0x022d:"\u006a\u0063\u0072\u006f\u0073\u0073\u0074\u0061\u0069\u006c",0x025f:"\u006a\u0064\u006f\u0074\u006c\u0065\u0073\u0073\u0073t\u0072\u006f\u006b\u0065",0x062c:"\u006a\u0065\u0065\u006d\u0061\u0072\u0061\u0062\u0069\u0063",0xfe9e:"\u006ae\u0065m\u0066\u0069\u006e\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",0xfe9f:"\u006a\u0065\u0065\u006d\u0069\u006e\u0069\u0074\u0069\u0061\u006c\u0061r\u0061\u0062\u0069\u0063",0xfe9d:"\u006a\u0065\u0065m\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064",0xfea0:"\u006a\u0065e\u006d\u006d\u0065d\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",0xfca8:"\u006a\u0065\u0065\u006dwi\u0074\u0068\u006d\u0065\u0065\u006d\u0069\u006e\u0069\u0074\u0069\u0061\u006c",0xfb8b:"\u006a\u0065\u0068\u0066\u0069\u006e\u0061\u006c\u0061r\u0061\u0062\u0069\u0063",0xfb8a:"j\u0065\u0068\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064",0x099d:"\u006a\u0068\u0061\u0062\u0065\u006e\u0067\u0061\u006c\u0069",0x091d:"\u006ah\u0061\u0064\u0065\u0076\u0061",0x0a9d:"j\u0068\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069",0x0a1d:"j\u0068\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0x057b:"\u006a\u0068\u0065h\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x3004:"\u006a\u0069\u0073",0x1d6a5:"\u006a\u006d\u0061t\u0068",0xff4a:"\u006a\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0x24a5:"\u006a\u0070\u0061\u0072\u0065\u006e",0x023b:"\u006a\u0073\u0075\u0070\u0065\u0072",0x02b2:"\u006as\u0075\u0070\u0065\u0072\u0069\u006fr",0x006b:"\u006b",0x04a1:"\u006b\u0061\u0062\u0061\u0073\u0068\u006b\u0069\u0072\u0063\u0079\u0072i\u006c\u006c\u0069\u0063",0x0995:"\u006ba\u0062\u0065\u006e\u0067\u0061\u006ci",0x1e31:"\u006b\u0061\u0063\u0075\u0074\u0065",0x043a:"\u006b\u0061\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x049b:"\u006b\u0061\u0064\u0065sc\u0065\u006e\u0064\u0065\u0072\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x0915:"\u006b\u0061\u0064\u0065\u0076\u0061",0x05db:"\u006b\u0061\u0066",0xfb3b:"\u006ba\u0066\u0064\u0061\u0067\u0065\u0073h",0xfeda:"\u006b\u0061\u0066\u0066\u0069\u006e\u0061\u006c\u0061r\u0061\u0062\u0069\u0063",0xfedb:"\u006b\u0061f\u0069\u006e\u0069t\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",0xfed9:"k\u0061\u0066\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064",0xfedc:"\u006ba\u0066m\u0065\u0064\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",0xfb4d:"\u006b\u0061\u0066\u0072\u0061\u0066\u0065\u0068\u0065\u0062\u0072\u0065\u0077",0x0a95:"\u006b\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069",0x0a15:"\u006b\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0x304b:"\u006b\u0061\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x0400:"\u006b\u0061\u0068\u006f\u006f\u006b",0x04c4:"\u006b\u0061\u0068\u006f\u006f\u006b\u0063\u0079\u0072i\u006c\u006c\u0069\u0063",0x30ab:"\u006b\u0061\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0xff76:"\u006b\u0061\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068",0x03ba:"\u006b\u0061\u0070p\u0061",0x03f0:"\u006b\u0061p\u0070\u0061\u0073y\u006d\u0062\u006f\u006c\u0067\u0072\u0065\u0065\u006b",0x3171:"\u006b\u0061\u0070\u0079eo\u0075\u006e\u006d\u0069\u0065\u0075\u006d\u006b\u006f\u0072\u0065\u0061\u006e",0x3184:"k\u0061\u0070\u0079\u0065ou\u006ep\u0068\u0069\u0065\u0075\u0070h\u006b\u006f\u0072\u0065\u0061\u006e",0x3178:"\u006b\u0061\u0070\u0079eo\u0075\u006e\u0070\u0069\u0065\u0075\u0070\u006b\u006f\u0072\u0065\u0061\u006e",0x3179:"\u006ba\u0070\u0079\u0065\u006f\u0075\u006e\u0073\u0073\u0061\u006e\u0067p\u0069\u0065\u0075\u0070\u006b\u006f\u0072\u0065\u0061\u006e",0x330d:"\u006b\u0061\u0072\u006f\u0072\u0069\u0069\u0073\u0071\u0075\u0061\u0072\u0065",0x03d7:"\u006ba\u0072\u0074\u0064\u0065\u0073",0x0640:"\u006b\u0061\u0073\u0068\u0069\u0064\u0061\u0061\u0075\u0074o\u006e\u006f\u0073\u0069\u0064\u0065\u0062e\u0061\u0072\u0069\u006e\u0067\u0061\u0072\u0061\u0062\u0069\u0063",0x30f5:"\u006ba\u0073m\u0061\u006c\u006c\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0x3384:"\u006b\u0061\u0073\u0071\u0075\u0061\u0072\u0065",0xfe7a:"\u006b\u0061\u0073\u0072\u0061\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064",0xe826:"\u006b\u0061\u0073\u0072\u0061\u006c\u006f\u0077",0xfe7b:"k\u0061\u0073\u0072\u0061\u006d\u0065\u0064\u0069\u0061\u006c",0x064d:"\u006b\u0061\u0073\u0072\u0061\u0074\u0061\u006e\u0061r\u0061\u0062\u0069\u0063",0xfe74:"\u006b\u0061s\u0072\u0061\u0074a\u006e\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064",0xe827:"k\u0061\u0073\u0072\u0061\u0074\u0061\u006e\u006c\u006f\u0077",0x049f:"\u006b\u0061s\u0074\u0072\u006fk\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0xff70:"\u006b\u0061\u0074\u0061h\u0069\u0072\u0061\u0070\u0072\u006f\u006c\u006f\u006e\u0067m\u0061r\u006b\u0068\u0061\u006c\u0066\u0077\u0069d\u0074\u0068",0x049d:"\u006ba\u0076\u0065\u0072\u0074\u0069\u0063\u0061\u006c\u0073\u0074\u0072o\u006b\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x310e:"\u006bb\u006f\u0070\u006f\u006d\u006f\u0066o",0x3389:"\u006b\u0063\u0061\u006c\u0073\u0071\u0075\u0061\u0072\u0065",0x01e9:"\u006b\u0063\u0061\u0072\u006f\u006e",0x24da:"\u006bc\u0069\u0072\u0063\u006c\u0065",0x0137:"\u006b\u0063\u006fm\u006d\u0061\u0061\u0063\u0063\u0065\u006e\u0074",0x1e33:"\u006bd\u006f\u0074\u0062\u0065\u006c\u006fw",0x0584:"k\u0065\u0068\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x06a9:"\u006b\u0065\u0068e\u0068",0xfb8f:"\u006b\u0065\u0068\u0065\u0068\u0066\u0069\u006e\u0061\u006c",0xfb90:"\u006b\u0065\u0068e\u0068\u0069\u006e\u0069\u0074\u0069\u0061\u006c",0xfb8e:"\u006b\u0065\u0068\u0065\u0068\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064",0xfb91:"k\u0065\u0068\u0065\u0068\u006d\u0065\u0064\u0069\u0061\u006c",0x3051:"\u006b\u0065\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x30b1:"\u006b\u0065\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0xff79:"\u006b\u0065\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068",0x056f:"k\u0065\u006e\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x223b:"\u006b\u0065\u0072\u006e\u0065\u006c\u0063\u006f\u006e\u0074\u0072\u0061c\u0074\u0069\u006f\u006e",0x30f6:"\u006be\u0073m\u0061\u006c\u006c\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0x0138:"\u006b\u0067\u0072e\u0065\u006e\u006c\u0061\u006e\u0064\u0069\u0063",0x0996:"\u006b\u0068\u0061\u0062\u0065\u006e\u0067\u0061\u006c\u0069",0x0916:"\u006bh\u0061\u0064\u0065\u0076\u0061",0x0a96:"k\u0068\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069",0x0a16:"k\u0068\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0xfea6:"\u006bh\u0061h\u0066\u0069\u006e\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",0xfea7:"\u006b\u0068\u0061\u0068\u0069\u006e\u0069\u0074\u0069\u0061\u006c\u0061r\u0061\u0062\u0069\u0063",0xfea5:"\u006b\u0068\u0061h\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064",0xfea8:"\u006b\u0068a\u0068\u006d\u0065d\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",0xfcac:"\u006b\u0068\u0061\u0068wi\u0074\u0068\u006d\u0065\u0065\u006d\u0069\u006e\u0069\u0074\u0069\u0061\u006c",0x03e7:"\u006b\u0068\u0065\u0069\u0063\u006f\u0070\u0074\u0069\u0063",0x0959:"\u006b\u0068\u0068\u0061\u0064\u0065\u0076\u0061",0x0a59:"\u006b\u0068\u0068a\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0x3278:"k\u0068i\u0065\u0075\u006b\u0068\u0061\u0063\u0069\u0072c\u006c\u0065\u006b\u006fre\u0061\u006e",0x3218:"\u006b\u0068\u0069\u0065uk\u0068\u0061\u0070\u0061\u0072\u0065\u006e\u006b\u006f\u0072\u0065\u0061\u006e",0x326a:"\u006b\u0068\u0069\u0065uk\u0068\u0063\u0069\u0072\u0063\u006c\u0065\u006b\u006f\u0072\u0065\u0061\u006e",0x314b:"\u006b\u0068\u0069\u0065\u0075\u006b\u0068\u006b\u006f\u0072\u0065\u0061\u006e",0x320a:"\u006bh\u0069e\u0075\u006b\u0068\u0070\u0061r\u0065\u006ek\u006f\u0072\u0065\u0061\u006e",0x0e02:"k\u0068\u006f\u006b\u0068\u0061\u0069\u0074\u0068\u0061\u0069",0x0e05:"k\u0068\u006f\u006b\u0068\u006f\u006e\u0074\u0068\u0061\u0069",0x0e03:"\u006b\u0068\u006fk\u0068\u0075\u0061\u0074\u0074\u0068\u0061\u0069",0x0e04:"\u006b\u0068\u006fk\u0068\u0077\u0061\u0069\u0074\u0068\u0061\u0069",0x0e5b:"\u006b\u0068\u006f\u006d\u0075\u0074\u0074\u0068\u0061\u0069",0x0199:"\u006b\u0068\u006fo\u006b",0x0e06:"\u006b\u0068\u006f\u0072\u0061\u006b\u0068\u0061\u006eg\u0074\u0068\u0061\u0069",0x3391:"\u006bh\u007a\u0073\u0071\u0075\u0061\u0072e",0x304d:"\u006b\u0069\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x30ad:"\u006b\u0069\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0xff77:"\u006b\u0069\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068",0x3315:"\u006b\u0069r\u006f\u0067\u0075r\u0061\u006d\u0075\u0073\u0071\u0075\u0061\u0072\u0065",0x3316:"\u006b\u0069\u0072\u006f\u006d\u0065\u0065\u0074\u006f\u0072\u0075\u0073q\u0075\u0061\u0072\u0065",0x3314:"\u006b\u0069\u0072\u006f\u0073\u0071\u0075\u0061\u0072\u0065",0x326e:"\u006b\u0069\u0079\u0065ok\u0061\u0063\u0069\u0072\u0063\u006c\u0065\u006b\u006f\u0072\u0065\u0061\u006e",0x320e:"\u006bi\u0079e\u006f\u006b\u0061\u0070\u0061r\u0065\u006ek\u006f\u0072\u0065\u0061\u006e",0x3260:"\u006bi\u0079e\u006f\u006b\u0063\u0069\u0072c\u006c\u0065k\u006f\u0072\u0065\u0061\u006e",0x3131:"\u006b\u0069\u0079e\u006f\u006b\u006b\u006f\u0072\u0065\u0061\u006e",0x3200:"\u006b\u0069\u0079\u0065\u006f\u006b\u0070\u0061\u0072\u0065\u006e\u006bo\u0072\u0065\u0061\u006e",0x3133:"\u006b\u0069y\u0065\u006f\u006bs\u0069\u006f\u0073\u006b\u006f\u0072\u0065\u0061\u006e",0x1e35:"\u006b\u006c\u0069\u006e\u0065\u0062\u0065\u006c\u006f\u0077",0x3398:"\u006b\u006c\u0073\u0071\u0075\u0061\u0072\u0065",0x33a6:"\u006b\u006d\u0063\u0075\u0062\u0065\u0064\u0073\u0071\u0075\u0061\u0072\u0065",0xff4b:"\u006b\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0x33a2:"\u006bm\u0073q\u0075\u0061\u0072\u0065\u0064\u0073\u0071\u0075\u0061\u0072\u0065",0x3053:"\u006b\u006f\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x33c0:"\u006b\u006f\u0068\u006d\u0073\u0071\u0075\u0061\u0072\u0065",0x0e01:"\u006bo\u006b\u0061\u0069\u0074\u0068\u0061i",0x30b3:"\u006b\u006f\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0xff7a:"\u006b\u006f\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068",0x331e:"k\u006f\u006f\u0070\u006f\u0073\u0071\u0075\u0061\u0072\u0065",0x0481:"\u006b\u006f\u0070\u0070\u0061\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x327f:"k\u006fr\u0065\u0061\u006e\u0073\u0074\u0061\u006e\u0064a\u0072\u0064\u0073\u0079mb\u006f\u006c",0x0343:"\u006b\u006f\u0072\u006f\u006e\u0069\u0073\u0063\u006d\u0062",0x24a6:"\u006b\u0070\u0061\u0072\u0065\u006e",0x33aa:"\u006bp\u0061\u0073\u0071\u0075\u0061\u0072e",0x046f:"k\u0073\u0069\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x33cf:"\u006b\u0074\u0073\u0071\u0075\u0061\u0072\u0065",0x022e:"\u006b\u0074\u0075r\u006e",0x029e:"\u006bt\u0075\u0072\u006e\u0065\u0064",0x304f:"\u006b\u0075\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x30af:"\u006b\u0075\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0xff78:"\u006b\u0075\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068",0x33b8:"\u006b\u0076\u0073\u0071\u0075\u0061\u0072\u0065",0x33be:"\u006b\u0077\u0073\u0071\u0075\u0061\u0072\u0065",0x006c:"\u006c",0x27ea:"\u006c\u0041\u006e\u0067\u006c\u0065",0x2983:"\u006c\u0042\u0072\u0061\u0063\u0065",0x2985:"\u006c\u0050\u0061\u0072\u0065\u006e",0x09b2:"\u006ca\u0062\u0065\u006e\u0067\u0061\u006ci",0x013a:"\u006c\u0061\u0063\u0075\u0074\u0065",0x0932:"\u006c\u0061\u0064\u0065\u0076\u0061",0x0ab2:"\u006c\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069",0x0a32:"\u006c\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0x0e45:"\u006ca\u006bk\u0068\u0061\u006e\u0067\u0079\u0061\u006f\u0074\u0068\u0061\u0069",0xfefc:"\u006ca\u006da\u006c\u0065\u0066\u0066\u0069n\u0061\u006ca\u0072\u0061\u0062\u0069\u0063",0xfef8:"\u006c\u0061\u006d\u0061l\u0065\u0066\u0068\u0061\u006d\u007a\u0061\u0061\u0062\u006fv\u0065f\u0069\u006e\u0061\u006c\u0061\u0072\u0061b\u0069\u0063",0xfef7:"\u006c\u0061\u006da\u006c\u0065\u0066\u0068a\u006d\u007a\u0061\u0061\u0062\u006f\u0076e\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064\u0061\u0072\u0061\u0062\u0069\u0063",0xfefa:"\u006c\u0061\u006d\u0061l\u0065\u0066\u0068\u0061\u006d\u007a\u0061\u0062\u0065\u006co\u0077f\u0069\u006e\u0061\u006c\u0061\u0072\u0061b\u0069\u0063",0xfef9:"\u006c\u0061\u006da\u006c\u0065\u0066\u0068a\u006d\u007a\u0061\u0062\u0065\u006c\u006fw\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064\u0061\u0072\u0061\u0062\u0069\u0063",0xfefb:"l\u0061\u006d\u0061\u006cef\u0069s\u006f\u006c\u0061\u0074\u0065d\u0061\u0072\u0061\u0062\u0069\u0063",0xfef6:"\u006c\u0061\u006d\u0061l\u0065\u0066\u006d\u0061\u0064\u0064\u0061\u0061\u0062\u006fv\u0065f\u0069\u006e\u0061\u006c\u0061\u0072\u0061b\u0069\u0063",0xfef5:"\u006c\u0061\u006da\u006c\u0065\u0066\u006da\u0064\u0064\u0061\u0061\u0062\u006f\u0076e\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064\u0061\u0072\u0061\u0062\u0069\u0063",0x03bb:"\u006c\u0061\u006d\u0062\u0064\u0061",0x019b:"\u006c\u0061\u006db\u0064\u0061\u0073\u0074\u0072\u006f\u006b\u0065",0xfb3c:"l\u0061\u006d\u0065\u0064\u0064\u0061\u0067\u0065\u0073\u0068",0x05dc:"\u006c\u0061m\u0065\u0064\u0068o\u006c\u0061\u006d\u0068\u0065\u0062\u0072\u0065\u0077",0xe805:"\u006c\u0061\u006ded\u0077\u0069\u0074\u0068\u0064\u0061\u0067\u0065\u0073\u0068\u0061\u006e\u0064\u0068\u006f\u006c\u0061\u006d",0xe804:"\u006c\u0061\u006d\u0065\u0064\u0077\u0069\u0074\u0068h\u006f\u006c\u0061\u006d",0xfede:"\u006c\u0061\u006d\u0066\u0069\u006e\u0061\u006c\u0061r\u0061\u0062\u0069\u0063",0xfcca:"\u006c\u0061\u006d\u0068ah\u0069\u006e\u0069\u0074\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",0xfedf:"\u006c\u0061m\u0069\u006e\u0069t\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",0xfedd:"l\u0061\u006d\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064",0xfcc9:"l\u0061m\u006a\u0065\u0065\u006d\u0069\u006e\u0069\u0074i\u0061\u006c\u0061\u0072ab\u0069\u0063",0xfccb:"l\u0061m\u006b\u0068\u0061\u0068\u0069\u006e\u0069\u0074i\u0061\u006c\u0061\u0072ab\u0069\u0063",0xfdf2:"\u006c\u0061\u006dla\u006d\u0068\u0065\u0068\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064\u0061\u0072\u0061\u0062\u0069\u0063",0xfee0:"\u006ca\u006dm\u0065\u0064\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",0xfd88:"\u006c\u0061\u006dme\u0065\u006d\u0068\u0061\u0068\u0069\u006e\u0069\u0074\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",0xfccc:"l\u0061m\u006d\u0065\u0065\u006d\u0069\u006e\u0069\u0074i\u0061\u006c\u0061\u0072ab\u0069\u0063",0xfc43:"\u006c\u0061\u006d\u0077\u0069\u0074\u0068\u0061\u006c\u0065\u0066m\u0061\u006b\u0073\u0075\u0072\u0061\u0069\u0073\u006f\u006ca\u0074\u0065\u0064",0xfc40:"\u006ca\u006dw\u0069\u0074\u0068\u0068\u0061h\u0069\u0073o\u006c\u0061\u0074\u0065\u0064",0xfccd:"\u006c\u0061\u006d\u0077\u0069\u0074\u0068\u0068\u0065\u0068\u0069\u006ei\u0074\u0069\u0061\u006c",0xfc3f:"\u006c\u0061\u006d\u0077it\u0068\u006a\u0065\u0065\u006d\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064",0xfc41:"\u006c\u0061\u006d\u0077it\u0068\u006b\u0068\u0061\u0068\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064",0xfc42:"\u006c\u0061\u006d\u0077it\u0068\u006d\u0065\u0065\u006d\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064",0xe811:"\u006c\u0061\u006d\u0077\u0069\u0074\u0068\u006d\u0065\u0065\u006dw\u0069\u0074\u0068\u006a\u0065\u0065\u006d\u0069\u006e\u0069t\u0069\u0061\u006c",0xfc44:"\u006ca\u006dw\u0069\u0074\u0068\u0079\u0065h\u0069\u0073o\u006c\u0061\u0074\u0065\u0064",0x2991:"\u006ca\u006e\u0067\u006c\u0065\u0064\u006ft",0x29e0:"\u006c\u0061\u0070\u006c\u0061\u0063",0x25ef:"l\u0061\u0072\u0067\u0065\u0063\u0069\u0072\u0063\u006c\u0065",0x2aab:"\u006c\u0061\u0074",0x2aad:"\u006c\u0061\u0074\u0065",0x27c5:"\u006c\u0062\u0061\u0067",0x019a:"\u006c\u0062\u0061\u0072",0x2114:"\u006c\u0062\u0062a\u0072",0x026c:"\u006c\u0062\u0065l\u0074",0x2997:"\u006c\u0062\u006c\u006b\u0062\u0072\u0062\u0072\u0061\u006b",0x310c:"\u006cb\u006f\u0070\u006f\u006d\u006f\u0066o",0x23a9:"\u006c\u0062\u0072\u0061\u0063\u0065\u006c\u0065\u006e\u0064",0x23a8:"\u006cb\u0072\u0061\u0063\u0065\u006d\u0069d",0x23a7:"\u006c\u0062\u0072\u0061\u0063\u0065\u0075\u0065\u006e\u0064",0x23a2:"\u006c\u0062\u0072\u0061\u0063\u006b\u0065\u0078\u0074e\u006e\u0064\u0065\u0072",0x23a3:"\u006c\u0062\u0072\u0061\u0063\u006b\u006c\u0065\u006e\u0064",0x298f:"\u006c\u0062\u0072a\u0063\u006b\u006c\u006c\u0074\u0069\u0063\u006b",0x298b:"\u006c\u0062\u0072\u0061\u0063\u006b\u0075\u0062\u0061\u0072",0x23a1:"\u006c\u0062\u0072\u0061\u0063\u006b\u0075\u0065\u006e\u0064",0x298d:"\u006c\u0062\u0072a\u0063\u006b\u0075\u006c\u0074\u0069\u0063\u006b",0x2772:"\u006cb\u0072\u0062\u0072\u0061\u006b",0x013e:"\u006c\u0063\u0061\u0072\u006f\u006e",0xf813:"\u006cc\u0061\u0072\u006f\u006e\u0031",0x24db:"\u006cc\u0069\u0072\u0063\u006c\u0065",0x1e3d:"\u006c\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0062\u0065\u006c\u006f\u0077",0x013c:"\u006c\u0063\u006fm\u006d\u0061\u0061\u0063\u0063\u0065\u006e\u0074",0x29fc:"l\u0063\u0075\u0072\u0076\u0079\u0061\u006e\u0067\u006c\u0065",0x0140:"\u006c\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074",0x1e37:"\u006cd\u006f\u0074\u0062\u0065\u006c\u006fw",0x1e39:"\u006cd\u006ft\u0062\u0065\u006c\u006f\u0077\u006d\u0061\u0063\u0072\u006f\u006e",0x031a:"\u006c\u0065\u0066\u0074\u0061\u006e\u0067\u006c\u0065\u0061\u0062\u006fv\u0065\u0063\u006d\u0062",0x2b4a:"\u006ce\u0066t\u0061\u0072\u0072\u006f\u0077\u0061\u0070\u0070\u0072\u006f\u0078",0x2b42:"\u006c\u0065\u0066\u0074ar\u0072\u006f\u0077\u0062\u0061\u0063\u006b\u0061\u0070\u0070\u0072\u006f\u0078",0x2b4b:"\u006c\u0065\u0066\u0074\u0061\u0072\u0072\u006f\u0077\u0062\u0073\u0069m\u0069\u006c\u0061\u0072",0x2977:"\u006c\u0065\u0066\u0074\u0061\u0072\u0072\u006f\u0077\u006c\u0065\u0073\u0073",0x2b32:"\u006c\u0065f\u0074\u0061\u0072r\u006f\u0077\u006f\u006e\u006f\u0070\u006c\u0075\u0073",0x2946:"\u006c\u0065\u0066\u0074\u0061\u0072\u0072\u006f\u0077\u0070\u006c\u0075\u0073",0x2943:"\u006ce\u0066\u0074\u0061\u0072\u0072\u006f\u0077\u0073\u0068\u006f\u0072t\u0072\u0069\u0067\u0068\u0074\u0061\u0072\u0072\u006f\u0077",0x2973:"\u006c\u0065f\u0074\u0061\u0072r\u006f\u0077\u0073\u0069\u006d\u0069\u006c\u0061\u0072",0x297a:"\u006ce\u0066t\u0061\u0072\u0072\u006f\u0077\u0073\u0075\u0062\u0073\u0065\u0074",0x21fd:"\u006c\u0065\u0066\u0074\u0061\u0072\u0072\u006f\u0077\u0074\u0072\u0069a\u006e\u0067\u006c\u0065",0x2b3e:"\u006c\u0065\u0066\u0074\u0061\u0072\u0072\u006f\u0077\u0078",0x290c:"l\u0065\u0066\u0074\u0062\u006b\u0061\u0072\u0072\u006f\u0077",0x2b3f:"\u006ce\u0066t\u0063\u0075\u0072\u0076\u0065\u0064\u0061\u0072\u0072\u006f\u0077",0x290e:"\u006c\u0065\u0066t\u0064\u0062\u006b\u0061\u0072\u0072\u006f\u0077",0x291b:"l\u0065\u0066\u0074\u0064\u0062\u006c\u0074\u0061\u0069\u006c",0x2b38:"\u006c\u0065\u0066t\u0064\u006f\u0074\u0061\u0072\u0072\u006f\u0077",0x2936:"\u006c\u0065\u0066\u0074do\u0077\u006e\u0063\u0075\u0072\u0076\u0065\u0064\u0061\u0072\u0072\u006f\u0077",0x297c:"\u006c\u0065\u0066t\u0066\u0069\u0073\u0068\u0074\u0061\u0069\u006c",0x20d0:"\u006c\u0065\u0066\u0074\u0068\u0061\u0072\u0070\u006f\u006f\u006e\u0061c\u0063\u0065\u006e\u0074",0x295e:"\u006ce\u0066t\u0068\u0061\u0072\u0070\u006fo\u006e\u0064o\u0077\u006e\u0062\u0061\u0072",0x2962:"\u006ce\u0066t\u0068\u0061\u0072\u0070\u006fo\u006e\u0073u\u0070\u0064\u006f\u0077\u006e",0x295a:"\u006c\u0065f\u0074\u0068\u0061r\u0070\u006f\u006f\u006e\u0075\u0070\u0062\u0061\u0072",0x296a:"\u006c\u0065\u0066\u0074\u0068\u0061\u0072\u0070\u006f\u006f\u006e\u0075p\u0064\u0061\u0073\u0068",0x21c7:"\u006c\u0065\u0066\u0074\u006c\u0065\u0066\u0074\u0061r\u0072\u006f\u0077\u0073",0x263e:"\u006c\u0065\u0066\u0074\u006d\u006f\u006f\u006e",0x27d5:"\u006c\u0065\u0066\u0074\u006f\u0075\u0074\u0065\u0072\u006a\u006f\u0069\u006e",0x2948:"l\u0065f\u0074\u0072\u0069\u0067\u0068\u0074\u0061\u0072r\u006f\u0077\u0063\u0069rc\u006c\u0065",0x21ff:"\u006c\u0065\u0066\u0074ri\u0067\u0068\u0074\u0061\u0072\u0072\u006f\u0077\u0074\u0072\u0069\u0061\u006e\u0067l\u0065",0x2950:"\u006ce\u0066\u0074\u0072\u0069\u0067\u0068\u0074\u0068\u0061\u0072\u0070o\u006f\u006e\u0064\u006f\u0077\u006e\u0064\u006f\u0077\u006e",0x294b:"\u006c\u0065\u0066\u0074ri\u0067\u0068\u0074\u0068\u0061\u0072\u0070\u006f\u006f\u006e\u0064\u006f\u0077\u006eu\u0070",0x2967:"l\u0065\u0066\u0074\u0072ig\u0068t\u0068\u0061\u0072\u0070\u006fo\u006e\u0073\u0064\u006f\u0077\u006e",0x2966:"\u006c\u0065\u0066\u0074ri\u0067\u0068\u0074\u0068\u0061\u0072\u0070\u006f\u006f\u006e\u0073\u0075\u0070",0x294a:"\u006c\u0065\u0066\u0074ri\u0067\u0068\u0074\u0068\u0061\u0072\u0070\u006f\u006f\u006e\u0075\u0070\u0064\u006fw\u006e",0x294e:"l\u0065f\u0074\u0072\u0069\u0067\u0068\u0074\u0068\u0061r\u0070\u006f\u006f\u006eup\u0075\u0070",0x21dc:"\u006c\u0065\u0066\u0074\u0073\u0071\u0075\u0069\u0067a\u0072\u0072\u006f\u0077",0x0318:"\u006c\u0065f\u0074\u0074\u0061c\u006b\u0062\u0065\u006c\u006f\u0077\u0063\u006d\u0062",0x2919:"\u006c\u0065\u0066\u0074\u0074\u0061\u0069\u006c",0x2b31:"\u006ce\u0066t\u0074\u0068\u0072\u0065\u0065\u0061\u0072\u0072\u006f\u0077\u0073",0x219c:"\u006c\u0065\u0066\u0074\u0077\u0061\u0076\u0065\u0061\u0072\u0072\u006f\u0077",0x2af9:"\u006ce\u0071\u0071\u0073\u006c\u0061\u006et",0x2aa8:"\u006c\u0065\u0073c\u0063",0x2a7f:"\u006c\u0065\u0073\u0064\u006f\u0074",0x2a81:"\u006ce\u0073\u0064\u006f\u0074\u006f",0x2a83:"\u006c\u0065\u0073\u0064\u006f\u0074\u006f\u0072",0x2a93:"\u006c\u0065\u0073\u0067\u0065\u0073",0x003c:"\u006c\u0065\u0073\u0073",0x2a8b:"\u006c\u0065\u0073\u0073\u0064\u0062\u006c\u0065\u0071\u006c\u0067\u0072e\u0061\u0074\u0065\u0072",0x22d6:"\u006ce\u0073\u0073\u0064\u006f\u0074",0x2264:"\u006ce\u0073\u0073\u0065\u0071\u0075\u0061l",0x22da:"\u006ce\u0073s\u0065\u0071\u0075\u0061\u006co\u0072\u0067r\u0065\u0061\u0074\u0065\u0072",0xff1c:"\u006c\u0065\u0073\u0073\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0x2a89:"\u006ce\u0073s\u006e\u006f\u0074\u0064\u0062\u006c\u0065\u0071\u0075\u0061\u006c",0x2a87:"\u006c\u0065\u0073s\u006e\u006f\u0074\u0065\u0071\u0075\u0061\u006c",0x2a85:"\u006ce\u0073s\u006f\u0072\u0061\u0070\u0070\u0072\u006f\u0078\u0065\u0071\u006c",0x2a7d:"\u006c\u0065s\u0073\u006f\u0072e\u0071\u0075\u0061\u006c\u0073\u006c\u0061\u006e\u0074",0x2272:"\u006c\u0065s\u0073\u006f\u0072e\u0071\u0075\u0069\u0076\u0061\u006c\u0065\u006e\u0074",0x2276:"\u006c\u0065\u0073\u0073\u006f\u0072\u0067\u0072\u0065\u0061\u0074\u0065\u0072",0x2268:"\u006c\u0065\u0073\u0073\u006f\u0072\u006e\u006f\u0074e\u0071\u0075\u0061\u006c",0x2266:"\u006c\u0065\u0073\u0073\u006f\u0076\u0065\u0072\u0065\u0071\u0075\u0061\u006c",0xfe64:"\u006ce\u0073\u0073\u0073\u006d\u0061\u006cl",0x026e:"\u006c\u0065\u007a\u0068",0x258c:"\u006cf\u0062\u006c\u006f\u0063\u006b",0x29d1:"\u006c\u0066\u0062\u006f\u0077\u0074\u0069\u0065",0x258f:"\u006c\u0066\u0065\u0069\u0067\u0068\u0074\u0068\u0062\u006c\u006f\u0063\u006b",0x258b:"\u006c\u0066\u0066\u0069\u0076\u0065\u0065\u0069\u0067\u0068\u0074\u0068b\u006c\u006f\u0063\u006b",0x258e:"\u006c\u0066\u0071\u0075\u0061\u0072\u0074\u0065\u0072b\u006c\u006f\u0063\u006b",0x2589:"\u006cf\u0073e\u0076\u0065\u006e\u0065\u0069g\u0068\u0074h\u0062\u006c\u006f\u0063\u006b",0x258d:"\u006cf\u0074h\u0072\u0065\u0065\u0065\u0069g\u0068\u0074h\u0062\u006c\u006f\u0063\u006b",0x258a:"\u006c\u0066\u0074\u0068re\u0065\u0071\u0075\u0061\u0072\u0074\u0065\u0072\u0062\u006c\u006f\u0063\u006b",0x29d4:"\u006cf\u0074\u0069\u006d\u0065\u0073",0x2a91:"\u006c\u0067\u0045",0x2b24:"l\u0067\u0062\u006c\u006b\u0063\u0069\u0072\u0063\u006c\u0065",0x2b1b:"l\u0067\u0062\u006c\u006b\u0073\u0071\u0075\u0061\u0072\u0065",0x2b1c:"l\u0067\u0077\u0068\u0074\u0073\u0071\u0075\u0061\u0072\u0065",0x026d:"\u006c\u0068\u006f\u006f\u006b\u0072\u0065\u0074\u0072o\u0066\u006c\u0065\u0078",0x21b4:"\u006c\u0069\u006e\u0065\u0066\u0065\u0065\u0064",0x2028:"\u006c\u0069\u006e\u0065\u0073\u0065\u0070\u0061\u0072\u0061\u0074\u006f\u0072",0x0280:"\u006c\u0069\u006ee\u0076\u0065\u0072\u0074\u006e\u006f\u0073\u0070",0x029c:"\u006ci\u006ee\u0076\u0065\u0072\u0074\u0073\u0075\u0062\u006e\u006f\u0073\u0070",0x20a4:"\u006c\u0069\u0072\u0061",0x056c:"\u006c\u0069\u0077n\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x01c9:"\u006c\u006a",0x0459:"l\u006a\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0xf6c0:"\u006c\u006c",0x0933:"\u006cl\u0061\u0064\u0065\u0076\u0061",0x0ab3:"l\u006c\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069",0x2989:"\u006cl\u0061\u006e\u0067\u006c\u0065",0x25df:"\u006c\u006c\u0061r\u0063",0x1e3b:"\u006c\u006c\u0069\u006e\u0065\u0062\u0065\u006c\u006f\u0077",0x22d8:"\u006c\u006c\u006c",0x0934:"\u006c\u006c\u006c\u0061\u0064\u0065\u0076\u0061",0x2af7:"\u006cl\u006c\u006e\u0065\u0073\u0074",0x2987:"\u006c\u006c\u0070\u0061\u0072\u0065\u006e\u0074\u0068\u0065\u0073\u0069\u0073",0x25fa:"\u006c\u006c\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065",0x09e1:"\u006c\u006cv\u006f\u0063\u0061l\u0069\u0063\u0062\u0065\u006e\u0067\u0061\u006c\u0069",0x0961:"\u006c\u006c\u0076\u006f\u0063\u0061\u006c\u0069\u0063\u0064\u0065\u0076\u0061",0x09e3:"\u006cl\u0076\u006f\u0063\u0061l\u0069\u0063\u0076\u006f\u0077e\u006cs\u0069g\u006e\u0062\u0065\u006e\u0067\u0061\u006ci",0x0963:"\u006c\u006c\u0076\u006fca\u006c\u0069\u0063\u0076\u006f\u0077\u0065\u006c\u0073\u0069\u0067\u006e\u0064\u0065v\u0061",0x026b:"\u006c\u006d\u0069d\u0064\u006c\u0065\u0074\u0069\u006c\u0064\u0065",0xff4c:"\u006c\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0x23b0:"\u006c\u006d\u006f\u0075\u0073\u0074\u0061\u0063\u0068\u0065",0x33d0:"\u006c\u006d\u0073\u0071\u0075\u0061\u0072\u0065",0x22e6:"\u006c\u006e\u0073i\u006d",0x0e2c:"l\u006f\u0063\u0068\u0075\u006c\u0061\u0074\u0068\u0061\u0069",0x2227:"\u006c\u006f\u0067\u0069\u0063\u0061\u006c\u0061\u006e\u0064",0x00ac:"\u006c\u006f\u0067\u0069\u0063\u0061\u006c\u006e\u006f\u0074",0x2228:"\u006co\u0067\u0069\u0063\u0061\u006c\u006fr",0xf830:"\u006co\u0067\u006f\u006e\u0065\u006b",0x0e25:"\u006c\u006f\u006c\u0069\u006e\u0067\u0074\u0068\u0061\u0069",0x27de:"\u006co\u006e\u0067\u0064\u0061\u0073\u0068v",0x27cc:"\u006c\u006f\u006eg\u0064\u0069\u0076\u0069\u0073\u0069\u006f\u006e",0x27f5:"\u006c\u006f\u006e\u0067\u006c\u0065\u0066\u0074\u0061\u0072\u0072\u006f\u0077",0x27f7:"\u006co\u006eg\u006c\u0065\u0066\u0074\u0072i\u0067\u0068t\u0061\u0072\u0072\u006f\u0077",0x2b33:"\u006co\u006eg\u006c\u0065\u0066\u0074\u0073q\u0075\u0069g\u0061\u0072\u0072\u006f\u0077",0x27fb:"\u006c\u006f\u006eg\u006d\u0061\u0070\u0073\u0066\u0072\u006f\u006d",0x27fc:"\u006c\u006f\u006e\u0067\u006d\u0061\u0070\u0073\u0074\u006f",0x27f6:"\u006c\u006f\u006e\u0067\u0072\u0069\u0067\u0068\u0074a\u0072\u0072\u006f\u0077",0x27ff:"\u006c\u006f\u006e\u0067ri\u0067\u0068\u0074\u0073\u0071\u0075\u0069\u0067\u0061\u0072\u0072\u006f\u0077",0x017f:"\u006c\u006f\u006eg\u0073",0xfb05:"\u006c\u006f\u006e\u0067\u0073\u0074",0x024e:"\u006co\u0077\u0065\u0072\u0065\u0064",0x2a1c:"\u006c\u006f\u0077\u0069\u006e\u0074",0xfe4e:"\u006c\u006f\u0077\u006c\u0069\u006e\u0065\u0063\u0065\u006e\u0074\u0065r\u006c\u0069\u006e\u0065",0x0332:"\u006c\u006f\u0077\u006c\u0069\u006e\u0065\u0063\u006d\u0062",0xfe4d:"\u006c\u006f\u0077\u006c\u0069\u006e\u0065\u0064\u0061\u0073\u0068\u0065\u0064",0x25ca:"\u006co\u007a\u0065\u006e\u0067\u0065",0x27e0:"\u006c\u006f\u007ae\u006e\u0067\u0065\u006d\u0069\u006e\u0075\u0073",0x24a7:"\u006c\u0070\u0061\u0072\u0065\u006e",0x239c:"\u006c\u0070\u0061\u0072\u0065\u006e\u0065\u0078\u0074e\u006e\u0064\u0065\u0072",0x239d:"\u006c\u0070\u0061\u0072\u0065\u006e\u006c\u0065\u006e\u0064",0x2993:"\u006c\u0070\u0061\u0072\u0065\u006e\u006c\u0065\u0073\u0073",0x239b:"\u006c\u0070\u0061\u0072\u0065\u006e\u0075\u0065\u006e\u0064",0x25de:"\u006c\u0072\u0061r\u0063",0x202a:"\u006c\u0072\u0065",0x25ff:"\u006c\u0072\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065",0x29e1:"\u006c\u0072\u0074r\u0069\u0061\u006e\u0067\u006c\u0065\u0065\u0071",0x2a8d:"\u006c\u0073\u0069m\u0065",0x2a8f:"\u006c\u0073\u0069m\u0067",0x0142:"\u006c\u0073\u006c\u0061\u0073\u0068",0x2acd:"\u006cs\u0071\u0068\u006f\u006f\u006b",0x026a:"\u006c\u0073\u0075\u0070\u0065\u0072",0xf6ee:"\u006cs\u0075\u0070\u0065\u0072\u0069\u006fr",0x2aa6:"\u006c\u0074\u0063\u0063",0x2a79:"\u006c\u0074\u0063i\u0072",0x2976:"\u006c\u0074\u006c\u0061\u0072\u0072",0x2a7b:"\u006ct\u0071\u0075\u0065\u0073\u0074",0x29cf:"\u006c\u0074\u0072\u0069\u0076\u0062",0xf821:"\u006c\u0074\u0073\u0068\u0061\u0064\u0065\u0031",0x0e26:"\u006c\u0075\u0074\u0068\u0061\u0069",0x23b8:"\u006cv\u0062\u006f\u0078\u006c\u0069\u006ee",0x098c:"\u006cv\u006fc\u0061\u006c\u0069\u0063\u0062\u0065\u006e\u0067\u0061\u006c\u0069",0x090c:"\u006c\u0076\u006fc\u0061\u006c\u0069\u0063\u0064\u0065\u0076\u0061",0x09e2:"\u006cv\u006f\u0063\u0061\u006c\u0069\u0063\u0076\u006f\u0077\u0065\u006cs\u0069\u0067\u006e\u0062\u0065\u006e\u0067\u0061\u006c\u0069",0x0962:"l\u0076\u006f\u0063\u0061li\u0063v\u006f\u0077\u0065\u006c\u0073i\u0067\u006e\u0064\u0065\u0076\u0061",0x29d8:"\u006c\u0076\u007a\u0069\u0067\u007a\u0061\u0067",0x33d3:"\u006c\u0078\u0073\u0071\u0075\u0061\u0072\u0065",0x006d:"\u006d",0x09ae:"\u006da\u0062\u0065\u006e\u0067\u0061\u006ci",0x00af:"\u006d\u0061\u0063\u0072\u006f\u006e",0x0331:"\u006d\u0061\u0063\u0072\u006f\u006e\u0062\u0065\u006co\u0077\u0063\u006d\u0062",0x0304:"\u006da\u0063\u0072\u006f\u006e\u0063\u006db",0x02cd:"\u006d\u0061\u0063r\u006f\u006e\u006c\u006f\u0077\u006d\u006f\u0064",0xffe3:"\u006da\u0063r\u006f\u006e\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0x1e3f:"\u006d\u0061\u0063\u0075\u0074\u0065",0x092e:"\u006d\u0061\u0064\u0065\u0076\u0061",0x0aae:"\u006d\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069",0x0a2e:"\u006d\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0x05a4:"\u006d\u0061\u0068\u0061\u0070\u0061\u006b\u0068\u0068e\u0062\u0072\u0065\u0077",0x307e:"\u006d\u0061\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0xf895:"\u006d\u0061\u0069\u0063ha\u0074\u0074\u0061\u0077\u0061\u006c\u006f\u0077\u006c\u0065\u0066\u0074\u0074\u0068a\u0069",0xf894:"\u006d\u0061\u0069ch\u0061\u0074\u0074\u0061\u0077\u0061\u006c\u006f\u0077\u0072\u0069\u0067\u0068\u0074\u0074\u0068\u0061\u0069",0x0e4b:"\u006da\u0069c\u0068\u0061\u0074\u0074\u0061\u0077\u0061\u0074\u0068\u0061\u0069",0xf893:"\u006da\u0069\u0063\u0068\u0061\u0074\u0074\u0061\u0077\u0061\u0075\u0070p\u0065\u0072\u006c\u0065\u0066\u0074\u0074\u0068\u0061\u0069",0xf88c:"\u006d\u0061i\u0065\u006b\u006co\u0077\u006c\u0065\u0066\u0074\u0074\u0068\u0061\u0069",0xf88b:"\u006d\u0061\u0069\u0065\u006b\u006c\u006f\u0077\u0072\u0069\u0067\u0068t\u0074\u0068\u0061\u0069",0x0e48:"\u006da\u0069\u0065\u006b\u0074\u0068\u0061i",0xf88a:"\u006da\u0069e\u006b\u0075\u0070\u0070\u0065r\u006c\u0065f\u0074\u0074\u0068\u0061\u0069",0xf884:"\u006da\u0069h\u0061\u006e\u0061\u006b\u0061t\u006c\u0065f\u0074\u0074\u0068\u0061\u0069",0x0e31:"\u006d\u0061\u0069\u0068\u0061\u006e\u0061\u006b\u0061t\u0074\u0068\u0061\u0069",0xf889:"\u006d\u0061\u0069\u0074\u0061\u0069\u006b\u0068\u0075\u006c\u0065\u0066t\u0074\u0068\u0061\u0069",0x0e47:"\u006d\u0061\u0069\u0074\u0061\u0069\u006b\u0068\u0075\u0074\u0068\u0061\u0069",0xf88f:"\u006d\u0061\u0069\u0074\u0068\u006f\u006c\u006f\u0077\u006c\u0065\u0066t\u0074\u0068\u0061\u0069",0xf88e:"\u006da\u0069t\u0068\u006f\u006c\u006f\u0077r\u0069\u0067h\u0074\u0074\u0068\u0061\u0069",0x0e49:"\u006d\u0061\u0069\u0074\u0068\u006f\u0074\u0068\u0061\u0069",0xf88d:"\u006d\u0061\u0069\u0074ho\u0075\u0070\u0070\u0065\u0072\u006c\u0065\u0066\u0074\u0074\u0068\u0061\u0069",0xf892:"\u006d\u0061\u0069\u0074\u0072\u0069\u006c\u006f\u0077\u006c\u0065\u0066t\u0074\u0068\u0061\u0069",0xf891:"\u006da\u0069t\u0072\u0069\u006c\u006f\u0077r\u0069\u0067h\u0074\u0074\u0068\u0061\u0069",0x0e4a:"\u006d\u0061\u0069\u0074\u0072\u0069\u0074\u0068\u0061\u0069",0xf890:"\u006d\u0061\u0069\u0074ri\u0075\u0070\u0070\u0065\u0072\u006c\u0065\u0066\u0074\u0074\u0068\u0061\u0069",0x0e46:"\u006d\u0061\u0069y\u0061\u006d\u006f\u006b\u0074\u0068\u0061\u0069",0x30de:"\u006d\u0061\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0xff8f:"\u006d\u0061\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068",0x3347:"\u006d\u0061\u006e\u0073\u0079\u006f\u006e\u0073\u0071\u0075\u0061\u0072\u0065",0x21a7:"\u006d\u0061\u0070\u0073\u0064\u006f\u0077\u006e",0x21a4:"\u006d\u0061\u0070\u0073\u0066\u0072\u006f\u006d",0x21a6:"\u006d\u0061\u0070\u0073\u0074\u006f",0x21a5:"\u006d\u0061\u0070\u0073\u0075\u0070",0x2642:"\u006d\u0061\u0072\u0073",0x05af:"\u006da\u0073o\u0072\u0061\u0063\u0069\u0072c\u006c\u0065h\u0065\u0062\u0072\u0065\u0077",0x3383:"\u006d\u0061\u0073\u0071\u0075\u0061\u0072\u0065",0x1d400:"\u006d\u0062\u0066\u0041",0x1d6a8:"\u006d\u0062\u0066\u0041\u006c\u0070\u0068\u0061",0x1d401:"\u006d\u0062\u0066\u0042",0x1d6a9:"\u006db\u0066\u0042\u0065\u0074\u0061",0x1d402:"\u006d\u0062\u0066\u0043",0x1d6be:"\u006d\u0062\u0066\u0043\u0068\u0069",0x1d403:"\u006d\u0062\u0066\u0044",0x1d6ab:"\u006d\u0062\u0066\u0044\u0065\u006c\u0074\u0061",0x1d7ca:"\u006d\u0062\u0066\u0044\u0069\u0067\u0061\u006d\u006d\u0061",0x1d404:"\u006d\u0062\u0066\u0045",0x1d6ac:"\u006d\u0062\u0066\u0045\u0070\u0073\u0069\u006c\u006f\u006e",0x1d6ae:"\u006d\u0062\u0066\u0045\u0074\u0061",0x1d405:"\u006d\u0062\u0066\u0046",0x1d406:"\u006d\u0062\u0066\u0047",0x1d6aa:"\u006d\u0062\u0066\u0047\u0061\u006d\u006d\u0061",0x1d407:"\u006d\u0062\u0066\u0048",0x1d408:"\u006d\u0062\u0066\u0049",0x1d6b0:"\u006db\u0066\u0049\u006f\u0074\u0061",0x1d409:"\u006d\u0062\u0066\u004a",0x1d40a:"\u006d\u0062\u0066\u004b",0x1d6b1:"\u006d\u0062\u0066\u004b\u0061\u0070\u0070\u0061",0x1d40b:"\u006d\u0062\u0066\u004c",0x1d6b2:"\u006db\u0066\u004c\u0061\u006d\u0062\u0064a",0x1d40c:"\u006d\u0062\u0066\u004d",0x1d6b3:"\u006d\u0062\u0066M\u0075",0x1d40d:"\u006d\u0062\u0066\u004e",0x1d6b4:"\u006d\u0062\u0066N\u0075",0x1d40e:"\u006d\u0062\u0066\u004f",0x1d6c0:"\u006d\u0062\u0066\u004f\u006d\u0065\u0067\u0061",0x1d6b6:"\u006d\u0062\u0066\u004f\u006d\u0069\u0063\u0072\u006f\u006e",0x1d40f:"\u006d\u0062\u0066\u0050",0x1d6bd:"\u006d\u0062\u0066\u0050\u0068\u0069",0x1d6b7:"\u006d\u0062\u0066P\u0069",0x1d6bf:"\u006d\u0062\u0066\u0050\u0073\u0069",0x1d410:"\u006d\u0062\u0066\u0051",0x1d411:"\u006d\u0062\u0066\u0052",0x1d6b8:"\u006d\u0062\u0066\u0052\u0068\u006f",0x1d412:"\u006d\u0062\u0066\u0053",0x1d6ba:"\u006d\u0062\u0066\u0053\u0069\u0067\u006d\u0061",0x1d413:"\u006d\u0062\u0066\u0054",0x1d6bb:"\u006d\u0062\u0066\u0054\u0061\u0075",0x1d6af:"\u006d\u0062\u0066\u0054\u0068\u0065\u0074\u0061",0x1d414:"\u006d\u0062\u0066\u0055",0x1d6bc:"\u006d\u0062\u0066\u0055\u0070\u0073\u0069\u006c\u006f\u006e",0x1d415:"\u006d\u0062\u0066\u0056",0x1d416:"\u006d\u0062\u0066\u0057",0x1d417:"\u006d\u0062\u0066\u0058",0x1d6b5:"\u006d\u0062\u0066X\u0069",0x1d418:"\u006d\u0062\u0066\u0059",0x1d419:"\u006d\u0062\u0066\u005a",0x1d6ad:"\u006db\u0066\u005a\u0065\u0074\u0061",0x1d41a:"\u006d\u0062\u0066\u0061",0x1d6c2:"\u006d\u0062\u0066\u0061\u006c\u0070\u0068\u0061",0x1d41b:"\u006d\u0062\u0066\u0062",0x1d6c3:"\u006db\u0066\u0062\u0065\u0074\u0061",0x1d41c:"\u006d\u0062\u0066\u0063",0x1d6d8:"\u006d\u0062\u0066\u0063\u0068\u0069",0x1d41d:"\u006d\u0062\u0066\u0064",0x1d6c5:"\u006d\u0062\u0066\u0064\u0065\u006c\u0074\u0061",0x1d41e:"\u006d\u0062\u0066\u0065",0x1d6c6:"\u006d\u0062\u0066\u0065\u0070\u0073\u0069\u006c\u006f\u006e",0x1d6c8:"\u006d\u0062\u0066\u0065\u0074\u0061",0x1d41f:"\u006d\u0062\u0066\u0066",0x1d56c:"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0041",0x1d56d:"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0042",0x1d56e:"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0043",0x1d56f:"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0044",0x1d570:"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0045",0x1d571:"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0046",0x1d572:"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0047",0x1d573:"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0048",0x1d574:"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0049",0x1d575:"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u004a",0x1d576:"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u004b",0x1d577:"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u004c",0x1d578:"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u004d",0x1d579:"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u004e",0x1d57a:"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u004f",0x1d57b:"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0050",0x1d57c:"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0051",0x1d57d:"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0052",0x1d57e:"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0053",0x1d57f:"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0054",0x1d580:"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0055",0x1d581:"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0056",0x1d582:"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0057",0x1d583:"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0058",0x1d584:"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0059",0x1d585:"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u005a",0x1d586:"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0061",0x1d587:"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0062",0x1d588:"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0063",0x1d589:"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0064",0x1d58a:"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0065",0x1d58b:"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0066",0x1d58c:"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0067",0x1d58d:"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0068",0x1d58e:"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0069",0x1d58f:"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u006a",0x1d590:"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u006b",0x1d591:"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u006c",0x1d592:"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u006d",0x1d593:"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u006e",0x1d594:"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u006f",0x1d595:"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0070",0x1d596:"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0071",0x1d597:"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0072",0x1d598:"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0073",0x1d599:"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0074",0x1d59a:"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0075",0x1d59b:"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0076",0x1d59c:"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0077",0x1d59d:"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0078",0x1d59e:"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0079",0x1d59f:"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u007a",0x1d420:"\u006d\u0062\u0066\u0067",0x1d6c4:"\u006d\u0062\u0066\u0067\u0061\u006d\u006d\u0061",0x1d421:"\u006d\u0062\u0066\u0068",0x1d422:"\u006d\u0062\u0066\u0069",0x1d6ca:"\u006db\u0066\u0069\u006f\u0074\u0061",0x1d468:"\u006d\u0062\u0066\u0069\u0074\u0041",0x1d71c:"\u006d\u0062\u0066\u0069\u0074\u0041\u006c\u0070\u0068\u0061",0x1d469:"\u006d\u0062\u0066\u0069\u0074\u0042",0x1d71d:"\u006db\u0066\u0069\u0074\u0042\u0065\u0074a",0x1d46a:"\u006d\u0062\u0066\u0069\u0074\u0043",0x1d732:"\u006d\u0062\u0066\u0069\u0074\u0043\u0068\u0069",0x1d46b:"\u006d\u0062\u0066\u0069\u0074\u0044",0x1d71f:"\u006d\u0062\u0066\u0069\u0074\u0044\u0065\u006c\u0074\u0061",0x1d46c:"\u006d\u0062\u0066\u0069\u0074\u0045",0x1d720:"\u006d\u0062\u0066i\u0074\u0045\u0070\u0073\u0069\u006c\u006f\u006e",0x1d722:"\u006d\u0062\u0066\u0069\u0074\u0045\u0074\u0061",0x1d46d:"\u006d\u0062\u0066\u0069\u0074\u0046",0x1d46e:"\u006d\u0062\u0066\u0069\u0074\u0047",0x1d71e:"\u006d\u0062\u0066\u0069\u0074\u0047\u0061\u006d\u006d\u0061",0x1d46f:"\u006d\u0062\u0066\u0069\u0074\u0048",0x1d470:"\u006d\u0062\u0066\u0069\u0074\u0049",0x1d724:"\u006db\u0066\u0069\u0074\u0049\u006f\u0074a",0x1d471:"\u006d\u0062\u0066\u0069\u0074\u004a",0x1d472:"\u006d\u0062\u0066\u0069\u0074\u004b",0x1d725:"\u006d\u0062\u0066\u0069\u0074\u004b\u0061\u0070\u0070\u0061",0x1d473:"\u006d\u0062\u0066\u0069\u0074\u004c",0x1d726:"m\u0062\u0066\u0069\u0074\u004c\u0061\u006d\u0062\u0064\u0061",0x1d474:"\u006d\u0062\u0066\u0069\u0074\u004d",0x1d727:"\u006db\u0066\u0069\u0074\u004d\u0075",0x1d475:"\u006d\u0062\u0066\u0069\u0074\u004e",0x1d728:"\u006db\u0066\u0069\u0074\u004e\u0075",0x1d476:"\u006d\u0062\u0066\u0069\u0074\u004f",0x1d734:"\u006d\u0062\u0066\u0069\u0074\u004f\u006d\u0065\u0067\u0061",0x1d72a:"\u006d\u0062\u0066i\u0074\u004f\u006d\u0069\u0063\u0072\u006f\u006e",0x1d477:"\u006d\u0062\u0066\u0069\u0074\u0050",0x1d731:"\u006d\u0062\u0066\u0069\u0074\u0050\u0068\u0069",0x1d72b:"\u006db\u0066\u0069\u0074\u0050\u0069",0x1d733:"\u006d\u0062\u0066\u0069\u0074\u0050\u0073\u0069",0x1d478:"\u006d\u0062\u0066\u0069\u0074\u0051",0x1d479:"\u006d\u0062\u0066\u0069\u0074\u0052",0x1d72c:"\u006d\u0062\u0066\u0069\u0074\u0052\u0068\u006f",0x1d47a:"\u006d\u0062\u0066\u0069\u0074\u0053",0x1d72e:"\u006d\u0062\u0066\u0069\u0074\u0053\u0069\u0067\u006d\u0061",0x1d47b:"\u006d\u0062\u0066\u0069\u0074\u0054",0x1d72f:"\u006d\u0062\u0066\u0069\u0074\u0054\u0061\u0075",0x1d723:"\u006d\u0062\u0066\u0069\u0074\u0054\u0068\u0065\u0074\u0061",0x1d47c:"\u006d\u0062\u0066\u0069\u0074\u0055",0x1d730:"\u006d\u0062\u0066i\u0074\u0055\u0070\u0073\u0069\u006c\u006f\u006e",0x1d47d:"\u006d\u0062\u0066\u0069\u0074\u0056",0x1d47e:"\u006d\u0062\u0066\u0069\u0074\u0057",0x1d47f:"\u006d\u0062\u0066\u0069\u0074\u0058",0x1d729:"\u006db\u0066\u0069\u0074\u0058\u0069",0x1d480:"\u006d\u0062\u0066\u0069\u0074\u0059",0x1d481:"\u006d\u0062\u0066\u0069\u0074\u005a",0x1d721:"\u006db\u0066\u0069\u0074\u005a\u0065\u0074a",0x1d482:"\u006d\u0062\u0066\u0069\u0074\u0061",0x1d736:"\u006d\u0062\u0066\u0069\u0074\u0061\u006c\u0070\u0068\u0061",0x1d483:"\u006d\u0062\u0066\u0069\u0074\u0062",0x1d737:"\u006db\u0066\u0069\u0074\u0062\u0065\u0074a",0x1d484:"\u006d\u0062\u0066\u0069\u0074\u0063",0x1d74c:"\u006d\u0062\u0066\u0069\u0074\u0063\u0068\u0069",0x1d485:"\u006d\u0062\u0066\u0069\u0074\u0064",0x1d739:"\u006d\u0062\u0066\u0069\u0074\u0064\u0065\u006c\u0074\u0061",0x1d486:"\u006d\u0062\u0066\u0069\u0074\u0065",0x1d73a:"\u006d\u0062\u0066i\u0074\u0065\u0070\u0073\u0069\u006c\u006f\u006e",0x1d73c:"\u006d\u0062\u0066\u0069\u0074\u0065\u0074\u0061",0x1d487:"\u006d\u0062\u0066\u0069\u0074\u0066",0x1d488:"\u006d\u0062\u0066\u0069\u0074\u0067",0x1d738:"\u006d\u0062\u0066\u0069\u0074\u0067\u0061\u006d\u006d\u0061",0x1d489:"\u006d\u0062\u0066\u0069\u0074\u0068",0x1d48a:"\u006d\u0062\u0066\u0069\u0074\u0069",0x1d73e:"\u006db\u0066\u0069\u0074\u0069\u006f\u0074a",0x1d48b:"\u006d\u0062\u0066\u0069\u0074\u006a",0x1d48c:"\u006d\u0062\u0066\u0069\u0074\u006b",0x1d73f:"\u006d\u0062\u0066\u0069\u0074\u006b\u0061\u0070\u0070\u0061",0x1d48d:"\u006d\u0062\u0066\u0069\u0074\u006c",0x1d740:"m\u0062\u0066\u0069\u0074\u006c\u0061\u006d\u0062\u0064\u0061",0x1d48e:"\u006d\u0062\u0066\u0069\u0074\u006d",0x1d741:"\u006db\u0066\u0069\u0074\u006d\u0075",0x1d48f:"\u006d\u0062\u0066\u0069\u0074\u006e",0x1d735:"\u006d\u0062\u0066\u0069\u0074\u006e\u0061\u0062\u006c\u0061",0x1d742:"\u006db\u0066\u0069\u0074\u006e\u0075",0x1d490:"\u006d\u0062\u0066\u0069\u0074\u006f",0x1d74e:"\u006d\u0062\u0066\u0069\u0074\u006f\u006d\u0065\u0067\u0061",0x1d744:"\u006d\u0062\u0066i\u0074\u006f\u006d\u0069\u0063\u0072\u006f\u006e",0x1d491:"\u006d\u0062\u0066\u0069\u0074\u0070",0x1d74f:"\u006d\u0062\u0066i\u0074\u0070\u0061\u0072\u0074\u0069\u0061\u006c",0x1d74b:"\u006d\u0062\u0066\u0069\u0074\u0070\u0068\u0069",0x1d745:"\u006db\u0066\u0069\u0074\u0070\u0069",0x1d74d:"\u006d\u0062\u0066\u0069\u0074\u0070\u0073\u0069",0x1d492:"\u006d\u0062\u0066\u0069\u0074\u0071",0x1d493:"\u006d\u0062\u0066\u0069\u0074\u0072",0x1d746:"\u006d\u0062\u0066\u0069\u0074\u0072\u0068\u006f",0x1d494:"\u006d\u0062\u0066\u0069\u0074\u0073",0x1d63c:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0041",0x1d790:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073A\u006c\u0070\u0068\u0061",0x1d63d:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0042",0x1d791:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0042\u0065\u0074\u0061",0x1d63e:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0043",0x1d7a6:"\u006d\u0062\u0066i\u0074\u0073\u0061\u006e\u0073\u0043\u0068\u0069",0x1d63f:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0044",0x1d793:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073D\u0065\u006c\u0074\u0061",0x1d640:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0045",0x1d794:"\u006d\u0062f\u0069\u0074\u0073a\u006e\u0073\u0045\u0070\u0073\u0069\u006c\u006f\u006e",0x1d796:"\u006d\u0062\u0066i\u0074\u0073\u0061\u006e\u0073\u0045\u0074\u0061",0x1d641:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0046",0x1d642:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0047",0x1d792:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073G\u0061\u006d\u006d\u0061",0x1d643:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0048",0x1d644:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0049",0x1d798:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0049\u006f\u0074\u0061",0x1d645:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u004a",0x1d646:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u004b",0x1d799:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073K\u0061\u0070\u0070\u0061",0x1d647:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u004c",0x1d79a:"\u006db\u0066i\u0074\u0073\u0061\u006e\u0073\u004c\u0061\u006d\u0062\u0064\u0061",0x1d648:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u004d",0x1d79b:"m\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u004d\u0075",0x1d649:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u004e",0x1d79c:"m\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u004e\u0075",0x1d64a:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u004f",0x1d7a8:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073O\u006d\u0065\u0067\u0061",0x1d79e:"\u006d\u0062f\u0069\u0074\u0073a\u006e\u0073\u004f\u006d\u0069\u0063\u0072\u006f\u006e",0x1d64b:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0050",0x1d7a5:"\u006d\u0062\u0066i\u0074\u0073\u0061\u006e\u0073\u0050\u0068\u0069",0x1d79f:"m\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0050\u0069",0x1d7a7:"\u006d\u0062\u0066i\u0074\u0073\u0061\u006e\u0073\u0050\u0073\u0069",0x1d64c:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0051",0x1d64d:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0052",0x1d7a0:"\u006d\u0062\u0066i\u0074\u0073\u0061\u006e\u0073\u0052\u0068\u006f",0x1d64e:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0053",0x1d7a2:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073S\u0069\u0067\u006d\u0061",0x1d64f:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0054",0x1d7a3:"\u006d\u0062\u0066i\u0074\u0073\u0061\u006e\u0073\u0054\u0061\u0075",0x1d797:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073T\u0068\u0065\u0074\u0061",0x1d650:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0055",0x1d7a4:"\u006d\u0062f\u0069\u0074\u0073a\u006e\u0073\u0055\u0070\u0073\u0069\u006c\u006f\u006e",0x1d651:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0056",0x1d652:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0057",0x1d653:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0058",0x1d79d:"m\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0058\u0069",0x1d654:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0059",0x1d655:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u005a",0x1d795:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u005a\u0065\u0074\u0061",0x1d656:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0061",0x1d7aa:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073a\u006c\u0070\u0068\u0061",0x1d657:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0062",0x1d7ab:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0062\u0065\u0074\u0061",0x1d658:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0063",0x1d7c0:"\u006d\u0062\u0066i\u0074\u0073\u0061\u006e\u0073\u0063\u0068\u0069",0x1d659:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0064",0x1d7ad:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073d\u0065\u006c\u0074\u0061",0x1d65a:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0065",0x1d7ae:"\u006d\u0062f\u0069\u0074\u0073a\u006e\u0073\u0065\u0070\u0073\u0069\u006c\u006f\u006e",0x1d7b0:"\u006d\u0062\u0066i\u0074\u0073\u0061\u006e\u0073\u0065\u0074\u0061",0x1d65b:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0066",0x1d65c:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0067",0x1d7ac:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073g\u0061\u006d\u006d\u0061",0x1d65d:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0068",0x1d65e:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0069",0x1d7b2:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0069\u006f\u0074\u0061",0x1d65f:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u006a",0x1d660:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u006b",0x1d7b3:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073k\u0061\u0070\u0070\u0061",0x1d661:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u006c",0x1d7b4:"\u006db\u0066i\u0074\u0073\u0061\u006e\u0073\u006c\u0061\u006d\u0062\u0064\u0061",0x1d662:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u006d",0x1d7b5:"m\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u006d\u0075",0x1d663:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u006e",0x1d7a9:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073n\u0061\u0062\u006c\u0061",0x1d7b6:"m\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u006e\u0075",0x1d664:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u006f",0x1d7c2:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073o\u006d\u0065\u0067\u0061",0x1d7b8:"\u006d\u0062f\u0069\u0074\u0073a\u006e\u0073\u006f\u006d\u0069\u0063\u0072\u006f\u006e",0x1d665:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0070",0x1d7c3:"\u006d\u0062f\u0069\u0074\u0073a\u006e\u0073\u0070\u0061\u0072\u0074\u0069\u0061\u006c",0x1d7bf:"\u006d\u0062\u0066i\u0074\u0073\u0061\u006e\u0073\u0070\u0068\u0069",0x1d7b9:"m\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0070\u0069",0x1d7c1:"\u006d\u0062\u0066i\u0074\u0073\u0061\u006e\u0073\u0070\u0073\u0069",0x1d666:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0071",0x1d667:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0072",0x1d7ba:"\u006d\u0062\u0066i\u0074\u0073\u0061\u006e\u0073\u0072\u0068\u006f",0x1d668:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0073",0x1d7bc:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073s\u0069\u0067\u006d\u0061",0x1d669:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0074",0x1d7bd:"\u006d\u0062\u0066i\u0074\u0073\u0061\u006e\u0073\u0074\u0061\u0075",0x1d7b1:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073t\u0068\u0065\u0074\u0061",0x1d66a:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0075",0x1d7be:"\u006d\u0062f\u0069\u0074\u0073a\u006e\u0073\u0075\u0070\u0073\u0069\u006c\u006f\u006e",0x1d66b:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0076",0x1d7a1:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0076\u0061\u0072T\u0068\u0065\u0074\u0061",0x1d7c4:"\u006d\u0062\u0066\u0069ts\u0061\u006e\u0073\u0076\u0061\u0072\u0065\u0070\u0073\u0069\u006c\u006f\u006e",0x1d7c6:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0076\u0061\u0072k\u0061\u0070\u0070\u0061",0x1d7c7:"\u006db\u0066i\u0074\u0073\u0061\u006e\u0073\u0076\u0061\u0072\u0070\u0068\u0069",0x1d7c9:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073v\u0061\u0072\u0070\u0069",0x1d7c8:"\u006db\u0066i\u0074\u0073\u0061\u006e\u0073\u0076\u0061\u0072\u0072\u0068\u006f",0x1d7bb:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0076\u0061\u0072s\u0069\u0067\u006d\u0061",0x1d7c5:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0076\u0061\u0072t\u0068\u0065\u0074\u0061",0x1d66c:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0077",0x1d66d:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0078",0x1d7b7:"m\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0078\u0069",0x1d66e:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0079",0x1d66f:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u007a",0x1d7af:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u007a\u0065\u0074\u0061",0x1d748:"\u006d\u0062\u0066\u0069\u0074\u0073\u0069\u0067\u006d\u0061",0x1d495:"\u006d\u0062\u0066\u0069\u0074\u0074",0x1d749:"\u006d\u0062\u0066\u0069\u0074\u0074\u0061\u0075",0x1d73d:"\u006d\u0062\u0066\u0069\u0074\u0074\u0068\u0065\u0074\u0061",0x1d496:"\u006d\u0062\u0066\u0069\u0074\u0075",0x1d74a:"\u006d\u0062\u0066i\u0074\u0075\u0070\u0073\u0069\u006c\u006f\u006e",0x1d497:"\u006d\u0062\u0066\u0069\u0074\u0076",0x1d72d:"\u006d\u0062\u0066\u0069\u0074\u0076\u0061\u0072\u0054\u0068\u0065\u0074\u0061",0x1d750:"\u006db\u0066i\u0074\u0076\u0061\u0072\u0065\u0070\u0073\u0069\u006c\u006f\u006e",0x1d752:"\u006d\u0062\u0066\u0069\u0074\u0076\u0061\u0072\u006b\u0061\u0070\u0070\u0061",0x1d753:"m\u0062\u0066\u0069\u0074\u0076\u0061\u0072\u0070\u0068\u0069",0x1d755:"\u006d\u0062\u0066\u0069\u0074\u0076\u0061\u0072\u0070\u0069",0x1d754:"m\u0062\u0066\u0069\u0074\u0076\u0061\u0072\u0072\u0068\u006f",0x1d747:"\u006d\u0062\u0066\u0069\u0074\u0076\u0061\u0072\u0073\u0069\u0067\u006d\u0061",0x1d751:"\u006d\u0062\u0066\u0069\u0074\u0076\u0061\u0072\u0074\u0068\u0065\u0074\u0061",0x1d498:"\u006d\u0062\u0066\u0069\u0074\u0077",0x1d499:"\u006d\u0062\u0066\u0069\u0074\u0078",0x1d743:"\u006db\u0066\u0069\u0074\u0078\u0069",0x1d49a:"\u006d\u0062\u0066\u0069\u0074\u0079",0x1d49b:"\u006d\u0062\u0066\u0069\u0074\u007a",0x1d73b:"\u006db\u0066\u0069\u0074\u007a\u0065\u0074a",0x1d423:"\u006d\u0062\u0066\u006a",0x1d424:"\u006d\u0062\u0066\u006b",0x1d6cb:"\u006d\u0062\u0066\u006b\u0061\u0070\u0070\u0061",0x1d425:"\u006d\u0062\u0066\u006c",0x1d6cc:"\u006db\u0066\u006c\u0061\u006d\u0062\u0064a",0x1d426:"\u006d\u0062\u0066\u006d",0x1d6cd:"\u006d\u0062\u0066m\u0075",0x1d427:"\u006d\u0062\u0066\u006e",0x1d6c1:"\u006d\u0062\u0066\u006e\u0061\u0062\u006c\u0061",0x1d6ce:"\u006d\u0062\u0066n\u0075",0x1d428:"\u006d\u0062\u0066\u006f",0x1d6da:"\u006d\u0062\u0066\u006f\u006d\u0065\u0067\u0061",0x1d6d0:"\u006d\u0062\u0066\u006f\u006d\u0069\u0063\u0072\u006f\u006e",0x1d429:"\u006d\u0062\u0066\u0070",0x1d6db:"\u006d\u0062\u0066\u0070\u0061\u0072\u0074\u0069\u0061\u006c",0x1d6df:"\u006d\u0062\u0066\u0070\u0068\u0069",0x1d6d1:"\u006d\u0062\u0066p\u0069",0x1d6d9:"\u006d\u0062\u0066\u0070\u0073\u0069",0x1d42a:"\u006d\u0062\u0066\u0071",0x1d42b:"\u006d\u0062\u0066\u0072",0x1d6d2:"\u006d\u0062\u0066\u0072\u0068\u006f",0x1d42c:"\u006d\u0062\u0066\u0073",0x1d5d4:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0041",0x1d756:"\u006d\u0062\u0066s\u0061\u006e\u0073\u0041\u006c\u0070\u0068\u0061",0x1d5d5:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0042",0x1d757:"m\u0062\u0066\u0073\u0061\u006e\u0073\u0042\u0065\u0074\u0061",0x1d5d6:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0043",0x1d76c:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0043\u0068\u0069",0x1d5d7:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0044",0x1d759:"\u006d\u0062\u0066s\u0061\u006e\u0073\u0044\u0065\u006c\u0074\u0061",0x1d5d8:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0045",0x1d75a:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0045\u0070s\u0069\u006c\u006f\u006e",0x1d75c:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0045\u0074\u0061",0x1d5d9:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0046",0x1d5da:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0047",0x1d758:"\u006d\u0062\u0066s\u0061\u006e\u0073\u0047\u0061\u006d\u006d\u0061",0x1d5db:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0048",0x1d5dc:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0049",0x1d75e:"m\u0062\u0066\u0073\u0061\u006e\u0073\u0049\u006f\u0074\u0061",0x1d5dd:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u004a",0x1d5de:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u004b",0x1d75f:"\u006d\u0062\u0066s\u0061\u006e\u0073\u004b\u0061\u0070\u0070\u0061",0x1d5df:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u004c",0x1d760:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u004c\u0061\u006d\u0062\u0064\u0061",0x1d5e0:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u004d",0x1d761:"\u006db\u0066\u0073\u0061\u006e\u0073\u004du",0x1d5e1:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u004e",0x1d762:"\u006db\u0066\u0073\u0061\u006e\u0073\u004eu",0x1d5e2:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u004f",0x1d76e:"\u006d\u0062\u0066s\u0061\u006e\u0073\u004f\u006d\u0065\u0067\u0061",0x1d764:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u004f\u006di\u0063\u0072\u006f\u006e",0x1d5e3:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0050",0x1d76b:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0050\u0068\u0069",0x1d765:"\u006db\u0066\u0073\u0061\u006e\u0073\u0050i",0x1d76d:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0050\u0073\u0069",0x1d5e4:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0051",0x1d5e5:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0052",0x1d766:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0052\u0068\u006f",0x1d5e6:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0053",0x1d768:"\u006d\u0062\u0066s\u0061\u006e\u0073\u0053\u0069\u0067\u006d\u0061",0x1d5e7:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0054",0x1d769:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0054\u0061\u0075",0x1d75d:"\u006d\u0062\u0066s\u0061\u006e\u0073\u0054\u0068\u0065\u0074\u0061",0x1d5e8:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0055",0x1d76a:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0055\u0070s\u0069\u006c\u006f\u006e",0x1d5e9:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0056",0x1d5ea:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0057",0x1d5eb:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0058",0x1d763:"\u006db\u0066\u0073\u0061\u006e\u0073\u0058i",0x1d5ec:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0059",0x1d5ed:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u005a",0x1d75b:"m\u0062\u0066\u0073\u0061\u006e\u0073\u005a\u0065\u0074\u0061",0x1d5ee:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0061",0x1d770:"\u006d\u0062\u0066s\u0061\u006e\u0073\u0061\u006c\u0070\u0068\u0061",0x1d5ef:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0062",0x1d771:"m\u0062\u0066\u0073\u0061\u006e\u0073\u0062\u0065\u0074\u0061",0x1d5f0:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0063",0x1d786:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0063\u0068\u0069",0x1d5f1:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0064",0x1d773:"\u006d\u0062\u0066s\u0061\u006e\u0073\u0064\u0065\u006c\u0074\u0061",0x1d5f2:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0065",0x1d7f4:"\u006d\u0062\u0066s\u0061\u006e\u0073\u0065\u0069\u0067\u0068\u0074",0x1d774:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0065\u0070s\u0069\u006c\u006f\u006e",0x1d776:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0065\u0074\u0061",0x1d5f3:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0066",0x1d7f1:"m\u0062\u0066\u0073\u0061\u006e\u0073\u0066\u0069\u0076\u0065",0x1d7f0:"m\u0062\u0066\u0073\u0061\u006e\u0073\u0066\u006f\u0075\u0072",0x1d5f4:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0067",0x1d772:"\u006d\u0062\u0066s\u0061\u006e\u0073\u0067\u0061\u006d\u006d\u0061",0x1d5f5:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0068",0x1d5f6:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0069",0x1d778:"m\u0062\u0066\u0073\u0061\u006e\u0073\u0069\u006f\u0074\u0061",0x1d5f7:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u006a",0x1d5f8:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u006b",0x1d779:"\u006d\u0062\u0066s\u0061\u006e\u0073\u006b\u0061\u0070\u0070\u0061",0x1d5f9:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u006c",0x1d77a:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u006c\u0061\u006d\u0062\u0064\u0061",0x1d5fa:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u006d",0x1d77b:"\u006db\u0066\u0073\u0061\u006e\u0073\u006du",0x1d5fb:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u006e",0x1d76f:"\u006d\u0062\u0066s\u0061\u006e\u0073\u006e\u0061\u0062\u006c\u0061",0x1d7f5:"m\u0062\u0066\u0073\u0061\u006e\u0073\u006e\u0069\u006e\u0065",0x1d77c:"\u006db\u0066\u0073\u0061\u006e\u0073\u006eu",0x1d5fc:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u006f",0x1d788:"\u006d\u0062\u0066s\u0061\u006e\u0073\u006f\u006d\u0065\u0067\u0061",0x1d77e:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u006f\u006di\u0063\u0072\u006f\u006e",0x1d7ed:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u006f\u006e\u0065",0x1d5fd:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0070",0x1d789:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0070\u0061r\u0074\u0069\u0061\u006c",0x1d785:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0070\u0068\u0069",0x1d77f:"\u006db\u0066\u0073\u0061\u006e\u0073\u0070i",0x1d787:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0070\u0073\u0069",0x1d5fe:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0071",0x1d5ff:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0072",0x1d780:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0072\u0068\u006f",0x1d600:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0073",0x1d7f3:"\u006d\u0062\u0066s\u0061\u006e\u0073\u0073\u0065\u0076\u0065\u006e",0x1d782:"\u006d\u0062\u0066s\u0061\u006e\u0073\u0073\u0069\u0067\u006d\u0061",0x1d7f2:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0073\u0069\u0078",0x1d601:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0074",0x1d783:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0074\u0061\u0075",0x1d777:"\u006d\u0062\u0066s\u0061\u006e\u0073\u0074\u0068\u0065\u0074\u0061",0x1d7ef:"\u006d\u0062\u0066s\u0061\u006e\u0073\u0074\u0068\u0072\u0065\u0065",0x1d7ee:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0074\u0077\u006f",0x1d602:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0075",0x1d784:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0075\u0070s\u0069\u006c\u006f\u006e",0x1d603:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0076",0x1d767:"\u006db\u0066s\u0061\u006e\u0073\u0076\u0061\u0072\u0054\u0068\u0065\u0074\u0061",0x1d78a:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0076\u0061\u0072\u0065\u0070s\u0069\u006c\u006f\u006e",0x1d78c:"\u006db\u0066s\u0061\u006e\u0073\u0076\u0061\u0072\u006b\u0061\u0070\u0070\u0061",0x1d78d:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0076\u0061\u0072\u0070\u0068\u0069",0x1d78f:"\u006d\u0062\u0066s\u0061\u006e\u0073\u0076\u0061\u0072\u0070\u0069",0x1d78e:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0076\u0061\u0072\u0072\u0068\u006f",0x1d781:"\u006db\u0066s\u0061\u006e\u0073\u0076\u0061\u0072\u0073\u0069\u0067\u006d\u0061",0x1d78b:"\u006db\u0066s\u0061\u006e\u0073\u0076\u0061\u0072\u0074\u0068\u0065\u0074\u0061",0x1d604:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0077",0x1d605:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0078",0x1d77d:"\u006db\u0066\u0073\u0061\u006e\u0073\u0078i",0x1d606:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0079",0x1d607:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u007a",0x1d7ec:"m\u0062\u0066\u0073\u0061\u006e\u0073\u007a\u0065\u0072\u006f",0x1d775:"m\u0062\u0066\u0073\u0061\u006e\u0073\u007a\u0065\u0074\u0061",0x1d4d0:"\u006db\u0066\u0073\u0063\u0072\u0041",0x1d4d1:"\u006db\u0066\u0073\u0063\u0072\u0042",0x1d4d2:"\u006db\u0066\u0073\u0063\u0072\u0043",0x1d4d3:"\u006db\u0066\u0073\u0063\u0072\u0044",0x1d4d4:"\u006db\u0066\u0073\u0063\u0072\u0045",0x1d4d5:"\u006db\u0066\u0073\u0063\u0072\u0046",0x1d4d6:"\u006db\u0066\u0073\u0063\u0072\u0047",0x1d4d7:"\u006db\u0066\u0073\u0063\u0072\u0048",0x1d4d8:"\u006db\u0066\u0073\u0063\u0072\u0049",0x1d4d9:"\u006db\u0066\u0073\u0063\u0072\u004a",0x1d4da:"\u006db\u0066\u0073\u0063\u0072\u004b",0x1d4db:"\u006db\u0066\u0073\u0063\u0072\u004c",0x1d4dc:"\u006db\u0066\u0073\u0063\u0072\u004d",0x1d4dd:"\u006db\u0066\u0073\u0063\u0072\u004e",0x1d4de:"\u006db\u0066\u0073\u0063\u0072\u004f",0x1d4df:"\u006db\u0066\u0073\u0063\u0072\u0050",0x1d4e0:"\u006db\u0066\u0073\u0063\u0072\u0051",0x1d4e1:"\u006db\u0066\u0073\u0063\u0072\u0052",0x1d4e2:"\u006db\u0066\u0073\u0063\u0072\u0053",0x1d4e3:"\u006db\u0066\u0073\u0063\u0072\u0054",0x1d4e4:"\u006db\u0066\u0073\u0063\u0072\u0055",0x1d4e5:"\u006db\u0066\u0073\u0063\u0072\u0056",0x1d4e6:"\u006db\u0066\u0073\u0063\u0072\u0057",0x1d4e7:"\u006db\u0066\u0073\u0063\u0072\u0058",0x1d4e8:"\u006db\u0066\u0073\u0063\u0072\u0059",0x1d4e9:"\u006db\u0066\u0073\u0063\u0072\u005a",0x1d4ea:"\u006db\u0066\u0073\u0063\u0072\u0061",0x1d4eb:"\u006db\u0066\u0073\u0063\u0072\u0062",0x1d4ec:"\u006db\u0066\u0073\u0063\u0072\u0063",0x1d4ed:"\u006db\u0066\u0073\u0063\u0072\u0064",0x1d4ee:"\u006db\u0066\u0073\u0063\u0072\u0065",0x1d4ef:"\u006db\u0066\u0073\u0063\u0072\u0066",0x1d4f0:"\u006db\u0066\u0073\u0063\u0072\u0067",0x1d4f1:"\u006db\u0066\u0073\u0063\u0072\u0068",0x1d4f2:"\u006db\u0066\u0073\u0063\u0072\u0069",0x1d4f3:"\u006db\u0066\u0073\u0063\u0072\u006a",0x1d4f4:"\u006db\u0066\u0073\u0063\u0072\u006b",0x1d4f5:"\u006db\u0066\u0073\u0063\u0072\u006c",0x1d4f6:"\u006db\u0066\u0073\u0063\u0072\u006d",0x1d4f7:"\u006db\u0066\u0073\u0063\u0072\u006e",0x1d4f8:"\u006db\u0066\u0073\u0063\u0072\u006f",0x1d4f9:"\u006db\u0066\u0073\u0063\u0072\u0070",0x1d4fa:"\u006db\u0066\u0073\u0063\u0072\u0071",0x1d4fb:"\u006db\u0066\u0073\u0063\u0072\u0072",0x1d4fc:"\u006db\u0066\u0073\u0063\u0072\u0073",0x1d4fd:"\u006db\u0066\u0073\u0063\u0072\u0074",0x1d4fe:"\u006db\u0066\u0073\u0063\u0072\u0075",0x1d4ff:"\u006db\u0066\u0073\u0063\u0072\u0076",0x1d500:"\u006db\u0066\u0073\u0063\u0072\u0077",0x1d501:"\u006db\u0066\u0073\u0063\u0072\u0078",0x1d502:"\u006db\u0066\u0073\u0063\u0072\u0079",0x1d503:"\u006db\u0066\u0073\u0063\u0072\u007a",0x1d6d4:"\u006d\u0062\u0066\u0073\u0069\u0067\u006d\u0061",0x1d42d:"\u006d\u0062\u0066\u0074",0x1d6d5:"\u006d\u0062\u0066\u0074\u0061\u0075",0x1d6c9:"\u006d\u0062\u0066\u0074\u0068\u0065\u0074\u0061",0x1d42e:"\u006d\u0062\u0066\u0075",0x1d6d6:"\u006d\u0062\u0066\u0075\u0070\u0073\u0069\u006c\u006f\u006e",0x1d42f:"\u006d\u0062\u0066\u0076",0x1d6b9:"m\u0062\u0066\u0076\u0061\u0072\u0054\u0068\u0065\u0074\u0061",0x1d6dc:"\u006d\u0062\u0066\u0076\u0061\u0072\u0065\u0070\u0073\u0069\u006c\u006f\u006e",0x1d6de:"m\u0062\u0066\u0076\u0061\u0072\u006b\u0061\u0070\u0070\u0061",0x1d6d7:"\u006db\u0066\u0076\u0061\u0072\u0070\u0068i",0x1d6e1:"\u006d\u0062\u0066\u0076\u0061\u0072\u0070\u0069",0x1d6e0:"\u006db\u0066\u0076\u0061\u0072\u0072\u0068o",0x1d6d3:"m\u0062\u0066\u0076\u0061\u0072\u0073\u0069\u0067\u006d\u0061",0x1d6dd:"m\u0062\u0066\u0076\u0061\u0072\u0074\u0068\u0065\u0074\u0061",0x1d430:"\u006d\u0062\u0066\u0077",0x1d431:"\u006d\u0062\u0066\u0078",0x1d6cf:"\u006d\u0062\u0066x\u0069",0x1d432:"\u006d\u0062\u0066\u0079",0x1d433:"\u006d\u0062\u0066\u007a",0x1d6c7:"\u006db\u0066\u007a\u0065\u0074\u0061",0x3107:"\u006db\u006f\u0070\u006f\u006d\u006f\u0066o",0x33d4:"\u006d\u0062\u0073\u0071\u0075\u0061\u0072\u0065",0x24dc:"\u006dc\u0069\u0072\u0063\u006c\u0065",0x33a5:"\u006d\u0063\u0075b\u0065\u0064\u0073\u0071\u0075\u0061\u0072\u0065",0x26ab:"m\u0064\u0062\u006c\u006b\u0063\u0069\u0072\u0063\u006c\u0065",0x2b25:"\u006d\u0064\u0062l\u006b\u0064\u0069\u0061\u006d\u006f\u006e\u0064",0x2b27:"\u006d\u0064\u0062l\u006b\u006c\u006f\u007a\u0065\u006e\u0067\u0065",0x25fc:"m\u0064\u0062\u006c\u006b\u0073\u0071\u0075\u0061\u0072\u0065",0x29eb:"\u006d\u0064\u006c\u0067\u0062\u006c\u006b\u006c\u006fz\u0065\u006e\u0067\u0065",0x1e41:"\u006d\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074",0x1e43:"\u006dd\u006f\u0074\u0062\u0065\u006c\u006fw",0x2981:"\u006d\u0064\u0073\u006d\u0062\u006c\u006b\u0063\u0069\u0072\u0063\u006c\u0065",0x25fe:"\u006d\u0064\u0073\u006d\u0062\u006c\u006b\u0073\u0071\u0075\u0061\u0072\u0065",0x26ac:"\u006d\u0064\u0073\u006d\u0077\u0068\u0074\u0063\u0069\u0072\u0063\u006c\u0065",0x25fd:"\u006d\u0064\u0073\u006d\u0077\u0068\u0074\u0073\u0071\u0075\u0061\u0072\u0065",0x26aa:"m\u0064\u0077\u0068\u0074\u0063\u0069\u0072\u0063\u006c\u0065",0x2b26:"\u006d\u0064\u0077h\u0074\u0064\u0069\u0061\u006d\u006f\u006e\u0064",0x2b28:"\u006d\u0064\u0077h\u0074\u006c\u006f\u007a\u0065\u006e\u0067\u0065",0x25fb:"m\u0064\u0077\u0068\u0074\u0073\u0071\u0075\u0061\u0072\u0065",0x29af:"\u006de\u0061s\u0061\u006e\u0067\u006c\u0065\u0064\u006c\u0074\u006f\u0073\u0077",0x29ae:"\u006de\u0061s\u0061\u006e\u0067\u006c\u0065\u0064\u0072\u0074\u006f\u0073\u0065",0x29ab:"\u006de\u0061s\u0061\u006e\u0067\u006c\u0065\u006c\u0064\u0074\u006f\u0073\u0077",0x29a9:"\u006de\u0061s\u0061\u006e\u0067\u006c\u0065\u006c\u0075\u0074\u006f\u006e\u0077",0x29aa:"\u006de\u0061s\u0061\u006e\u0067\u006c\u0065\u0072\u0064\u0074\u006f\u0073\u0065",0x29a8:"\u006de\u0061s\u0061\u006e\u0067\u006c\u0065\u0072\u0075\u0074\u006f\u006e\u0065",0x29ad:"\u006de\u0061s\u0061\u006e\u0067\u006c\u0065\u0075\u006c\u0074\u006f\u006e\u0077",0x29ac:"\u006de\u0061s\u0061\u006e\u0067\u006c\u0065\u0075\u0072\u0074\u006f\u006e\u0065",0x225e:"\u006d\u0065\u0061\u0073\u0065\u0071",0x2221:"\u006d\u0065\u0061\u0073\u0075\u0072\u0065\u0064\u0061\u006e\u0067\u006c\u0065",0x299b:"\u006d\u0065\u0061\u0073\u0075\u0072\u0065\u0064\u0061\u006e\u0067\u006ce\u006c\u0065\u0066\u0074",0x22be:"\u006de\u0061s\u0075\u0072\u0065\u0064\u0072i\u0067\u0068t\u0061\u006e\u0067\u006c\u0065",0x2b51:"\u006d\u0065\u0064b\u006c\u0061\u0063\u006b\u0073\u0074\u0061\u0072",0x2b50:"\u006d\u0065\u0064w\u0068\u0069\u0074\u0065\u0073\u0074\u0061\u0072",0xfee2:"\u006de\u0065m\u0066\u0069\u006e\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",0xfee3:"\u006d\u0065\u0065\u006d\u0069\u006e\u0069\u0074\u0069\u0061\u006c\u0061r\u0061\u0062\u0069\u0063",0xfee1:"\u006d\u0065\u0065m\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064",0xfee4:"\u006d\u0065e\u006d\u006d\u0065d\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",0xfcd1:"m\u0065\u0065\u006d\u006dee\u006di\u006e\u0069\u0074\u0069\u0061l\u0061\u0072\u0061\u0062\u0069\u0063",0xfc48:"\u006d\u0065\u0065\u006dme\u0065\u006d\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064\u0061\u0072\u0061\u0062i\u0063",0xfccf:"\u006de\u0065m\u0077\u0069\u0074\u0068\u0068a\u0068\u0069n\u0069\u0074\u0069\u0061\u006c",0xfcce:"\u006d\u0065\u0065\u006dwi\u0074\u0068\u006a\u0065\u0065\u006d\u0069\u006e\u0069\u0074\u0069\u0061\u006c",0xfcd0:"\u006d\u0065\u0065\u006dwi\u0074\u0068\u006b\u0068\u0061\u0068\u0069\u006e\u0069\u0074\u0069\u0061\u006c",0x334d:"\u006d\u0065\u0065\u0074\u006f\u0072\u0075\u0073\u0071\u0075\u0061\u0072\u0065",0x3081:"\u006d\u0065\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x337e:"\u006d\u0065\u0069\u007a\u0069\u0065\u0072\u0061\u0073q\u0075\u0061\u0072\u0065",0x30e1:"\u006d\u0065\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0xff92:"\u006d\u0065\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068",0x05de:"\u006d\u0065\u006d",0xfb3e:"\u006de\u006dd\u0061\u0067\u0065\u0073\u0068\u0068\u0065\u0062\u0072\u0065\u0077",0x0574:"m\u0065\u006e\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x05a5:"\u006d\u0065\u0072k\u0068\u0061\u0068\u0065\u0062\u0072\u0065\u0077",0x05a6:"\u006de\u0072k\u0068\u0061\u006b\u0065\u0066u\u006c\u0061h\u0065\u0062\u0072\u0065\u0077",0x1d504:"\u006d\u0066\u0072\u0061\u006b\u0041",0x1d505:"\u006d\u0066\u0072\u0061\u006b\u0042",0x212d:"\u006d\u0066\u0072\u0061\u006b\u0043",0x1d507:"\u006d\u0066\u0072\u0061\u006b\u0044",0x1d508:"\u006d\u0066\u0072\u0061\u006b\u0045",0x1d509:"\u006d\u0066\u0072\u0061\u006b\u0046",0x1d50a:"\u006d\u0066\u0072\u0061\u006b\u0047",0x210c:"\u006d\u0066\u0072\u0061\u006b\u0048",0x1d50d:"\u006d\u0066\u0072\u0061\u006b\u004a",0x1d50e:"\u006d\u0066\u0072\u0061\u006b\u004b",0x1d50f:"\u006d\u0066\u0072\u0061\u006b\u004c",0x1d510:"\u006d\u0066\u0072\u0061\u006b\u004d",0x1d511:"\u006d\u0066\u0072\u0061\u006b\u004e",0x1d512:"\u006d\u0066\u0072\u0061\u006b\u004f",0x1d513:"\u006d\u0066\u0072\u0061\u006b\u0050",0x1d514:"\u006d\u0066\u0072\u0061\u006b\u0051",0x1d516:"\u006d\u0066\u0072\u0061\u006b\u0053",0x1d517:"\u006d\u0066\u0072\u0061\u006b\u0054",0x1d518:"\u006d\u0066\u0072\u0061\u006b\u0055",0x1d519:"\u006d\u0066\u0072\u0061\u006b\u0056",0x1d51a:"\u006d\u0066\u0072\u0061\u006b\u0057",0x1d51b:"\u006d\u0066\u0072\u0061\u006b\u0058",0x1d51c:"\u006d\u0066\u0072\u0061\u006b\u0059",0x2128:"\u006d\u0066\u0072\u0061\u006b\u005a",0x1d51e:"\u006d\u0066\u0072\u0061\u006b\u0061",0x1d51f:"\u006d\u0066\u0072\u0061\u006b\u0062",0x1d520:"\u006d\u0066\u0072\u0061\u006b\u0063",0x1d521:"\u006d\u0066\u0072\u0061\u006b\u0064",0x1d522:"\u006d\u0066\u0072\u0061\u006b\u0065",0x1d523:"\u006d\u0066\u0072\u0061\u006b\u0066",0x1d524:"\u006d\u0066\u0072\u0061\u006b\u0067",0x1d525:"\u006d\u0066\u0072\u0061\u006b\u0068",0x1d526:"\u006d\u0066\u0072\u0061\u006b\u0069",0x1d527:"\u006d\u0066\u0072\u0061\u006b\u006a",0x1d528:"\u006d\u0066\u0072\u0061\u006b\u006b",0x1d529:"\u006d\u0066\u0072\u0061\u006b\u006c",0x1d52a:"\u006d\u0066\u0072\u0061\u006b\u006d",0x1d52b:"\u006d\u0066\u0072\u0061\u006b\u006e",0x1d52c:"\u006d\u0066\u0072\u0061\u006b\u006f",0x1d52d:"\u006d\u0066\u0072\u0061\u006b\u0070",0x1d52e:"\u006d\u0066\u0072\u0061\u006b\u0071",0x1d52f:"\u006d\u0066\u0072\u0061\u006b\u0072",0x1d530:"\u006d\u0066\u0072\u0061\u006b\u0073",0x1d531:"\u006d\u0066\u0072\u0061\u006b\u0074",0x1d532:"\u006d\u0066\u0072\u0061\u006b\u0075",0x1d533:"\u006d\u0066\u0072\u0061\u006b\u0076",0x1d534:"\u006d\u0066\u0072\u0061\u006b\u0077",0x1d535:"\u006d\u0066\u0072\u0061\u006b\u0078",0x1d536:"\u006d\u0066\u0072\u0061\u006b\u0079",0x1d537:"\u006d\u0066\u0072\u0061\u006b\u007a",0x0271:"\u006d\u0068\u006fo\u006b",0x3392:"\u006dh\u007a\u0073\u0071\u0075\u0061\u0072e",0x0095:"\u006d\u0069\u0063r\u006f",0x2a5d:"\u006di\u0064\u0062\u0061\u0072\u0076\u0065e",0x2a5c:"m\u0069\u0064\u0062\u0061\u0072\u0077\u0065\u0064\u0067\u0065",0x2af0:"\u006d\u0069\u0064\u0063\u0069\u0072",0xff65:"\u006d\u0069\u0064\u0064\u006c\u0065\u0064\u006f\u0074\u006b\u0061t\u0061\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077i\u0064\u0074\u0068",0x3272:"\u006di\u0065u\u006d\u0061\u0063\u0069\u0072c\u006c\u0065k\u006f\u0072\u0065\u0061\u006e",0x3212:"\u006d\u0069\u0065\u0075\u006d\u0061\u0070\u0061\u0072\u0065\u006e\u006bo\u0072\u0065\u0061\u006e",0x3264:"\u006d\u0069\u0065\u0075\u006d\u0063\u0069\u0072\u0063\u006c\u0065\u006bo\u0072\u0065\u0061\u006e",0x3141:"m\u0069\u0065\u0075\u006d\u006b\u006f\u0072\u0065\u0061\u006e",0x3170:"\u006di\u0065u\u006d\u0070\u0061\u006e\u0073i\u006f\u0073k\u006f\u0072\u0065\u0061\u006e",0x3204:"\u006d\u0069e\u0075\u006d\u0070a\u0072\u0065\u006e\u006b\u006f\u0072\u0065\u0061\u006e",0x316e:"\u006d\u0069e\u0075\u006d\u0070i\u0065\u0075\u0070\u006b\u006f\u0072\u0065\u0061\u006e",0x316f:"\u006di\u0065u\u006d\u0073\u0069\u006f\u0073\u006b\u006f\u0072\u0065\u0061\u006e",0x307f:"\u006d\u0069\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x30df:"\u006d\u0069\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0xff90:"\u006d\u0069\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068",0x20a5:"\u006d\u0069\u006c\u006c",0x2212:"\u006d\u0069\u006eu\u0073",0x0320:"\u006d\u0069\u006e\u0075\u0073\u0062\u0065\u006c\u006f\u0077\u0063\u006d\u0062",0x2296:"m\u0069\u006e\u0075\u0073\u0063\u0069\u0072\u0063\u006c\u0065",0x2a2a:"\u006d\u0069\u006e\u0075\u0073\u0064\u006f\u0074",0x2a2b:"\u006d\u0069\u006e\u0075\u0073\u0066\u0064\u006f\u0074\u0073",0x208b:"\u006d\u0069\u006e\u0075\u0073\u0069\u006e\u0066\u0065\u0072\u0069\u006f\u0072",0x02d7:"\u006d\u0069\u006e\u0075\u0073\u006d\u006f\u0064",0x2213:"\u006di\u006e\u0075\u0073\u0070\u006c\u0075s",0x2a2c:"\u006d\u0069\u006e\u0075\u0073\u0072\u0064\u006f\u0074\u0073",0x207b:"\u006d\u0069\u006e\u0075\u0073\u0073\u0075\u0070\u0065\u0072\u0069\u006f\u0072",0x2032:"\u006d\u0069\u006e\u0075\u0074\u0065",0x334a:"\u006di\u0072i\u0062\u0061\u0061\u0072\u0075\u0073\u0071\u0075\u0061\u0072\u0065",0x3349:"\u006d\u0069\u0072\u0069\u0073\u0071\u0075\u0061\u0072\u0065",0x1d434:"\u006d\u0069\u0074\u0041",0x1d6e2:"\u006d\u0069\u0074\u0041\u006c\u0070\u0068\u0061",0x1d435:"\u006d\u0069\u0074\u0042",0x2145:"\u006di\u0074\u0042\u0062\u0062\u0044",0x2146:"\u006di\u0074\u0042\u0062\u0062\u0064",0x2147:"\u006di\u0074\u0042\u0062\u0062\u0065",0x2148:"\u006di\u0074\u0042\u0062\u0062\u0069",0x2149:"\u006di\u0074\u0042\u0062\u0062\u006a",0x1d6e3:"\u006di\u0074\u0042\u0065\u0074\u0061",0x1d436:"\u006d\u0069\u0074\u0043",0x1d6f8:"\u006d\u0069\u0074\u0043\u0068\u0069",0x1d437:"\u006d\u0069\u0074\u0044",0x1d6e5:"\u006d\u0069\u0074\u0044\u0065\u006c\u0074\u0061",0x1d438:"\u006d\u0069\u0074\u0045",0x1d6e6:"\u006d\u0069\u0074\u0045\u0070\u0073\u0069\u006c\u006f\u006e",0x1d6e8:"\u006d\u0069\u0074\u0045\u0074\u0061",0x1d439:"\u006d\u0069\u0074\u0046",0x1d43a:"\u006d\u0069\u0074\u0047",0x1d6e4:"\u006d\u0069\u0074\u0047\u0061\u006d\u006d\u0061",0x1d43b:"\u006d\u0069\u0074\u0048",0x1d43c:"\u006d\u0069\u0074\u0049",0x1d6ea:"\u006di\u0074\u0049\u006f\u0074\u0061",0x1d43d:"\u006d\u0069\u0074\u004a",0x1d43e:"\u006d\u0069\u0074\u004b",0x1d6eb:"\u006d\u0069\u0074\u004b\u0061\u0070\u0070\u0061",0x1d43f:"\u006d\u0069\u0074\u004c",0x1d6ec:"\u006di\u0074\u004c\u0061\u006d\u0062\u0064a",0x1d440:"\u006d\u0069\u0074\u004d",0x1d6ed:"\u006d\u0069\u0074M\u0075",0x1d441:"\u006d\u0069\u0074\u004e",0x1d6ee:"\u006d\u0069\u0074N\u0075",0x1d442:"\u006d\u0069\u0074\u004f",0x1d6fa:"\u006d\u0069\u0074\u004f\u006d\u0065\u0067\u0061",0x1d6f0:"\u006d\u0069\u0074\u004f\u006d\u0069\u0063\u0072\u006f\u006e",0x1d443:"\u006d\u0069\u0074\u0050",0x1d6f7:"\u006d\u0069\u0074\u0050\u0068\u0069",0x1d6f1:"\u006d\u0069\u0074P\u0069",0x1d6f9:"\u006d\u0069\u0074\u0050\u0073\u0069",0x1d444:"\u006d\u0069\u0074\u0051",0x1d445:"\u006d\u0069\u0074\u0052",0x1d6f2:"\u006d\u0069\u0074\u0052\u0068\u006f",0x1d446:"\u006d\u0069\u0074\u0053",0x1d6f4:"\u006d\u0069\u0074\u0053\u0069\u0067\u006d\u0061",0x1d447:"\u006d\u0069\u0074\u0054",0x1d6f5:"\u006d\u0069\u0074\u0054\u0061\u0075",0x1d6e9:"\u006d\u0069\u0074\u0054\u0068\u0065\u0074\u0061",0x1d448:"\u006d\u0069\u0074\u0055",0x1d6f6:"\u006d\u0069\u0074\u0055\u0070\u0073\u0069\u006c\u006f\u006e",0x1d449:"\u006d\u0069\u0074\u0056",0x1d44a:"\u006d\u0069\u0074\u0057",0x1d44b:"\u006d\u0069\u0074\u0058",0x1d6ef:"\u006d\u0069\u0074X\u0069",0x1d44c:"\u006d\u0069\u0074\u0059",0x1d44d:"\u006d\u0069\u0074\u005a",0x1d6e7:"\u006di\u0074\u005a\u0065\u0074\u0061",0x1d44e:"\u006d\u0069\u0074\u0061",0x1d6fc:"\u006d\u0069\u0074\u0061\u006c\u0070\u0068\u0061",0x1d44f:"\u006d\u0069\u0074\u0062",0x1d6fd:"\u006di\u0074\u0062\u0065\u0074\u0061",0x1d450:"\u006d\u0069\u0074\u0063",0x1d712:"\u006d\u0069\u0074\u0063\u0068\u0069",0x1d451:"\u006d\u0069\u0074\u0064",0x1d6ff:"\u006d\u0069\u0074\u0064\u0065\u006c\u0074\u0061",0x1d452:"\u006d\u0069\u0074\u0065",0x1d700:"\u006d\u0069\u0074\u0065\u0070\u0073\u0069\u006c\u006f\u006e",0x1d702:"\u006d\u0069\u0074\u0065\u0074\u0061",0x1d453:"\u006d\u0069\u0074\u0066",0x1d454:"\u006d\u0069\u0074\u0067",0x1d6fe:"\u006d\u0069\u0074\u0067\u0061\u006d\u006d\u0061",0x1d456:"\u006d\u0069\u0074\u0069",0x1d704:"\u006di\u0074\u0069\u006f\u0074\u0061",0x1d457:"\u006d\u0069\u0074\u006a",0x1d458:"\u006d\u0069\u0074\u006b",0x1d705:"\u006d\u0069\u0074\u006b\u0061\u0070\u0070\u0061",0x1d459:"\u006d\u0069\u0074\u006c",0x1d706:"\u006di\u0074\u006c\u0061\u006d\u0062\u0064a",0x1d45a:"\u006d\u0069\u0074\u006d",0x1d707:"\u006d\u0069\u0074m\u0075",0x1d45b:"\u006d\u0069\u0074\u006e",0x1d6fb:"\u006d\u0069\u0074\u006e\u0061\u0062\u006c\u0061",0x1d708:"\u006d\u0069\u0074n\u0075",0x1d45c:"\u006d\u0069\u0074\u006f",0x1d714:"\u006d\u0069\u0074\u006f\u006d\u0065\u0067\u0061",0x1d70a:"\u006d\u0069\u0074\u006f\u006d\u0069\u0063\u0072\u006f\u006e",0x1d45d:"\u006d\u0069\u0074\u0070",0x1d715:"\u006d\u0069\u0074\u0070\u0061\u0072\u0074\u0069\u0061\u006c",0x1d711:"\u006d\u0069\u0074\u0070\u0068\u0069",0x1d70b:"\u006d\u0069\u0074p\u0069",0x1d713:"\u006d\u0069\u0074\u0070\u0073\u0069",0x1d45e:"\u006d\u0069\u0074\u0071",0x1d45f:"\u006d\u0069\u0074\u0072",0x1d70c:"\u006d\u0069\u0074\u0072\u0068\u006f",0x1d460:"\u006d\u0069\u0074\u0073",0x1d608:"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0041",0x1d609:"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0042",0x1d60a:"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0043",0x1d60b:"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0044",0x1d60c:"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0045",0x1d60d:"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0046",0x1d60e:"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0047",0x1d60f:"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0048",0x1d610:"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0049",0x1d611:"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u004a",0x1d612:"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u004b",0x1d613:"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u004c",0x1d614:"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u004d",0x1d615:"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u004e",0x1d616:"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u004f",0x1d617:"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0050",0x1d618:"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0051",0x1d619:"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0052",0x1d61a:"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0053",0x1d61b:"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0054",0x1d61c:"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0055",0x1d61d:"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0056",0x1d61e:"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0057",0x1d61f:"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0058",0x1d620:"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0059",0x1d621:"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u005a",0x1d622:"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0061",0x1d623:"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0062",0x1d624:"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0063",0x1d625:"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0064",0x1d626:"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0065",0x1d627:"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0066",0x1d628:"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0067",0x1d629:"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0068",0x1d62a:"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0069",0x1d62b:"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u006a",0x1d62c:"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u006b",0x1d62d:"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u006c",0x1d62e:"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u006d",0x1d62f:"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u006e",0x1d630:"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u006f",0x1d631:"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0070",0x1d632:"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0071",0x1d633:"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0072",0x1d634:"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0073",0x1d635:"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0074",0x1d636:"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0075",0x1d637:"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0076",0x1d638:"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0077",0x1d639:"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0078",0x1d63a:"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0079",0x1d63b:"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u007a",0x1d70e:"\u006d\u0069\u0074\u0073\u0069\u0067\u006d\u0061",0x1d461:"\u006d\u0069\u0074\u0074",0x1d70f:"\u006d\u0069\u0074\u0074\u0061\u0075",0x1d703:"\u006d\u0069\u0074\u0074\u0068\u0065\u0074\u0061",0x1d462:"\u006d\u0069\u0074\u0075",0x1d710:"\u006d\u0069\u0074\u0075\u0070\u0073\u0069\u006c\u006f\u006e",0x1d463:"\u006d\u0069\u0074\u0076",0x1d6f3:"m\u0069\u0074\u0076\u0061\u0072\u0054\u0068\u0065\u0074\u0061",0x1d716:"\u006d\u0069\u0074\u0076\u0061\u0072\u0065\u0070\u0073\u0069\u006c\u006f\u006e",0x1d718:"m\u0069\u0074\u0076\u0061\u0072\u006b\u0061\u0070\u0070\u0061",0x1d719:"\u006di\u0074\u0076\u0061\u0072\u0070\u0068i",0x1d71b:"\u006d\u0069\u0074\u0076\u0061\u0072\u0070\u0069",0x1d71a:"\u006di\u0074\u0076\u0061\u0072\u0072\u0068o",0x1d70d:"m\u0069\u0074\u0076\u0061\u0072\u0073\u0069\u0067\u006d\u0061",0x1d717:"m\u0069\u0074\u0076\u0061\u0072\u0074\u0068\u0065\u0074\u0061",0x1d464:"\u006d\u0069\u0074\u0077",0x1d465:"\u006d\u0069\u0074\u0078",0x1d709:"\u006d\u0069\u0074x\u0069",0x1d466:"\u006d\u0069\u0074\u0079",0x1d467:"\u006d\u0069\u0074\u007a",0x1d701:"\u006di\u0074\u007a\u0065\u0074\u0061",0x2adb:"\u006d\u006c\u0063\u0070",0x0270:"\u006d\u006c\u006f\u006e\u0067\u006c\u0065\u0067\u0074u\u0072\u006e\u0065\u0064",0x3396:"\u006d\u006c\u0073\u0071\u0075\u0061\u0072\u0065",0x33a3:"\u006d\u006d\u0063\u0075\u0062\u0065\u0064\u0073\u0071\u0075\u0061\u0072\u0065",0xff4d:"\u006d\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0x339f:"\u006dm\u0073q\u0075\u0061\u0072\u0065\u0064\u0073\u0071\u0075\u0061\u0072\u0065",0x22a7:"\u006d\u006f\u0064\u0065\u006c\u0073",0x2a0a:"\u006do\u0064\u0074\u0077\u006f\u0073\u0075m",0x3082:"\u006d\u006f\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x33c1:"\u006d\u006f\u0068\u006d\u0073\u0071\u0075\u0061\u0072\u0065",0x30e2:"\u006d\u006f\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0xff93:"\u006d\u006f\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068",0x33d6:"\u006do\u006c\u0073\u0071\u0075\u0061\u0072e",0x0e21:"\u006d\u006f\u006d\u0061\u0074\u0068\u0061\u0069",0x33a7:"\u006d\u006f\u0076e\u0072\u0073\u0073\u0071\u0075\u0061\u0072\u0065",0x33a8:"\u006d\u006f\u0076\u0065rs\u0073\u0071\u0075\u0061\u0072\u0065\u0064\u0073\u0071\u0075\u0061\u0072\u0065",0x24a8:"\u006d\u0070\u0061\u0072\u0065\u006e",0x33ab:"\u006dp\u0061\u0073\u0071\u0075\u0061\u0072e",0x1d5a0:"\u006d\u0073\u0061\u006e\u0073\u0041",0x1d5a1:"\u006d\u0073\u0061\u006e\u0073\u0042",0x1d5a2:"\u006d\u0073\u0061\u006e\u0073\u0043",0x1d5a3:"\u006d\u0073\u0061\u006e\u0073\u0044",0x1d5a4:"\u006d\u0073\u0061\u006e\u0073\u0045",0x1d5a5:"\u006d\u0073\u0061\u006e\u0073\u0046",0x1d5a6:"\u006d\u0073\u0061\u006e\u0073\u0047",0x1d5a7:"\u006d\u0073\u0061\u006e\u0073\u0048",0x1d5a8:"\u006d\u0073\u0061\u006e\u0073\u0049",0x1d5a9:"\u006d\u0073\u0061\u006e\u0073\u004a",0x1d5aa:"\u006d\u0073\u0061\u006e\u0073\u004b",0x1d5ab:"\u006d\u0073\u0061\u006e\u0073\u004c",0x1d5ac:"\u006d\u0073\u0061\u006e\u0073\u004d",0x1d5ad:"\u006d\u0073\u0061\u006e\u0073\u004e",0x1d5ae:"\u006d\u0073\u0061\u006e\u0073\u004f",0x1d5af:"\u006d\u0073\u0061\u006e\u0073\u0050",0x1d5b0:"\u006d\u0073\u0061\u006e\u0073\u0051",0x1d5b1:"\u006d\u0073\u0061\u006e\u0073\u0052",0x1d5b2:"\u006d\u0073\u0061\u006e\u0073\u0053",0x1d5b3:"\u006d\u0073\u0061\u006e\u0073\u0054",0x1d5b4:"\u006d\u0073\u0061\u006e\u0073\u0055",0x1d5b5:"\u006d\u0073\u0061\u006e\u0073\u0056",0x1d5b6:"\u006d\u0073\u0061\u006e\u0073\u0057",0x1d5b7:"\u006d\u0073\u0061\u006e\u0073\u0058",0x1d5b8:"\u006d\u0073\u0061\u006e\u0073\u0059",0x1d5b9:"\u006d\u0073\u0061\u006e\u0073\u005a",0x1d5ba:"\u006d\u0073\u0061\u006e\u0073\u0061",0x1d5bb:"\u006d\u0073\u0061\u006e\u0073\u0062",0x1d5bc:"\u006d\u0073\u0061\u006e\u0073\u0063",0x1d5bd:"\u006d\u0073\u0061\u006e\u0073\u0064",0x1d5be:"\u006d\u0073\u0061\u006e\u0073\u0065",0x1d7ea:"\u006d\u0073\u0061\u006e\u0073\u0065\u0069\u0067\u0068\u0074",0x1d5bf:"\u006d\u0073\u0061\u006e\u0073\u0066",0x1d7e7:"\u006ds\u0061\u006e\u0073\u0066\u0069\u0076e",0x1d7e6:"\u006ds\u0061\u006e\u0073\u0066\u006f\u0075r",0x1d5c0:"\u006d\u0073\u0061\u006e\u0073\u0067",0x1d5c1:"\u006d\u0073\u0061\u006e\u0073\u0068",0x1d5c2:"\u006d\u0073\u0061\u006e\u0073\u0069",0x1d5c3:"\u006d\u0073\u0061\u006e\u0073\u006a",0x1d5c4:"\u006d\u0073\u0061\u006e\u0073\u006b",0x1d5c5:"\u006d\u0073\u0061\u006e\u0073\u006c",0x1d5c6:"\u006d\u0073\u0061\u006e\u0073\u006d",0x1d5c7:"\u006d\u0073\u0061\u006e\u0073\u006e",0x1d7eb:"\u006ds\u0061\u006e\u0073\u006e\u0069\u006ee",0x1d5c8:"\u006d\u0073\u0061\u006e\u0073\u006f",0x1d7e3:"\u006d\u0073\u0061\u006e\u0073\u006f\u006e\u0065",0x1d5c9:"\u006d\u0073\u0061\u006e\u0073\u0070",0x1d5ca:"\u006d\u0073\u0061\u006e\u0073\u0071",0x1d5cb:"\u006d\u0073\u0061\u006e\u0073\u0072",0x1d5cc:"\u006d\u0073\u0061\u006e\u0073\u0073",0x1d7e9:"\u006d\u0073\u0061\u006e\u0073\u0073\u0065\u0076\u0065\u006e",0x1d7e8:"\u006d\u0073\u0061\u006e\u0073\u0073\u0069\u0078",0x1d5cd:"\u006d\u0073\u0061\u006e\u0073\u0074",0x1d7e5:"\u006d\u0073\u0061\u006e\u0073\u0074\u0068\u0072\u0065\u0065",0x1d7e4:"\u006d\u0073\u0061\u006e\u0073\u0074\u0077\u006f",0x1d5ce:"\u006d\u0073\u0061\u006e\u0073\u0075",0x1d5cf:"\u006d\u0073\u0061\u006e\u0073\u0076",0x1d5d0:"\u006d\u0073\u0061\u006e\u0073\u0077",0x1d5d1:"\u006d\u0073\u0061\u006e\u0073\u0078",0x1d5d2:"\u006d\u0073\u0061\u006e\u0073\u0079",0x1d5d3:"\u006d\u0073\u0061\u006e\u0073\u007a",0x1d7e2:"\u006ds\u0061\u006e\u0073\u007a\u0065\u0072o",0x1d49c:"\u006d\u0073\u0063r\u0041",0x212c:"\u006d\u0073\u0063r\u0042",0x1d49e:"\u006d\u0073\u0063r\u0043",0x1d49f:"\u006d\u0073\u0063r\u0044",0x2130:"\u006d\u0073\u0063r\u0045",0x2131:"\u006d\u0073\u0063r\u0046",0x1d4a2:"\u006d\u0073\u0063r\u0047",0x210b:"\u006d\u0073\u0063r\u0048",0x2110:"\u006d\u0073\u0063r\u0049",0x1d4a5:"\u006d\u0073\u0063r\u004a",0x1d4a6:"\u006d\u0073\u0063r\u004b",0x2112:"\u006d\u0073\u0063r\u004c",0x2133:"\u006d\u0073\u0063r\u004d",0x1d4a9:"\u006d\u0073\u0063r\u004e",0x1d4aa:"\u006d\u0073\u0063r\u004f",0x1d4ab:"\u006d\u0073\u0063r\u0050",0x1d4ac:"\u006d\u0073\u0063r\u0051",0x211b:"\u006d\u0073\u0063r\u0052",0x1d4ae:"\u006d\u0073\u0063r\u0053",0x1d4af:"\u006d\u0073\u0063r\u0054",0x1d4b0:"\u006d\u0073\u0063r\u0055",0x1d4b1:"\u006d\u0073\u0063r\u0056",0x1d4b2:"\u006d\u0073\u0063r\u0057",0x1d4b3:"\u006d\u0073\u0063r\u0058",0x1d4b4:"\u006d\u0073\u0063r\u0059",0x1d4b5:"\u006d\u0073\u0063r\u005a",0x1d4b6:"\u006d\u0073\u0063r\u0061",0x1d4b7:"\u006d\u0073\u0063r\u0062",0x1d4b8:"\u006d\u0073\u0063r\u0063",0x1d4b9:"\u006d\u0073\u0063r\u0064",0x212f:"\u006d\u0073\u0063r\u0065",0x1d4bb:"\u006d\u0073\u0063r\u0066",0x210a:"\u006d\u0073\u0063r\u0067",0x1d4bd:"\u006d\u0073\u0063r\u0068",0x1d4be:"\u006d\u0073\u0063r\u0069",0x1d4bf:"\u006d\u0073\u0063r\u006a",0x1d4c0:"\u006d\u0073\u0063r\u006b",0x1d4c1:"\u006d\u0073\u0063r\u006c",0x1d4c2:"\u006d\u0073\u0063r\u006d",0x1d4c3:"\u006d\u0073\u0063r\u006e",0x2134:"\u006d\u0073\u0063r\u006f",0x1d4c5:"\u006d\u0073\u0063r\u0070",0x1d4c6:"\u006d\u0073\u0063r\u0071",0x1d4c7:"\u006d\u0073\u0063r\u0072",0x1d4c8:"\u006d\u0073\u0063r\u0073",0x1d4c9:"\u006d\u0073\u0063r\u0074",0x1d4ca:"\u006d\u0073\u0063r\u0075",0x1d4cb:"\u006d\u0073\u0063r\u0076",0x1d4cc:"\u006d\u0073\u0063r\u0077",0x1d4cd:"\u006d\u0073\u0063r\u0078",0x1d4ce:"\u006d\u0073\u0063r\u0079",0x1d4cf:"\u006d\u0073\u0063r\u007a",0x33b3:"\u006d\u0073\u0073\u0071\u0075\u0061\u0072\u0065",0xf6ef:"\u006ds\u0075\u0070\u0065\u0072\u0069\u006fr",0x1d670:"\u006d\u0074\u0074\u0041",0x1d671:"\u006d\u0074\u0074\u0042",0x1d672:"\u006d\u0074\u0074\u0043",0x1d673:"\u006d\u0074\u0074\u0044",0x1d674:"\u006d\u0074\u0074\u0045",0x1d675:"\u006d\u0074\u0074\u0046",0x1d676:"\u006d\u0074\u0074\u0047",0x1d677:"\u006d\u0074\u0074\u0048",0x1d678:"\u006d\u0074\u0074\u0049",0x1d679:"\u006d\u0074\u0074\u004a",0x1d67a:"\u006d\u0074\u0074\u004b",0x1d67b:"\u006d\u0074\u0074\u004c",0x1d67c:"\u006d\u0074\u0074\u004d",0x1d67d:"\u006d\u0074\u0074\u004e",0x1d67e:"\u006d\u0074\u0074\u004f",0x1d67f:"\u006d\u0074\u0074\u0050",0x1d680:"\u006d\u0074\u0074\u0051",0x1d681:"\u006d\u0074\u0074\u0052",0x1d682:"\u006d\u0074\u0074\u0053",0x1d683:"\u006d\u0074\u0074\u0054",0x1d684:"\u006d\u0074\u0074\u0055",0x1d685:"\u006d\u0074\u0074\u0056",0x1d686:"\u006d\u0074\u0074\u0057",0x1d687:"\u006d\u0074\u0074\u0058",0x1d688:"\u006d\u0074\u0074\u0059",0x1d689:"\u006d\u0074\u0074\u005a",0x1d68a:"\u006d\u0074\u0074\u0061",0x1d68b:"\u006d\u0074\u0074\u0062",0x1d68c:"\u006d\u0074\u0074\u0063",0x1d68d:"\u006d\u0074\u0074\u0064",0x1d68e:"\u006d\u0074\u0074\u0065",0x1d7fe:"\u006d\u0074\u0074\u0065\u0069\u0067\u0068\u0074",0x1d68f:"\u006d\u0074\u0074\u0066",0x1d7fb:"\u006dt\u0074\u0066\u0069\u0076\u0065",0x1d7fa:"\u006dt\u0074\u0066\u006f\u0075\u0072",0x1d690:"\u006d\u0074\u0074\u0067",0x1d691:"\u006d\u0074\u0074\u0068",0x1d692:"\u006d\u0074\u0074\u0069",0x1d693:"\u006d\u0074\u0074\u006a",0x1d694:"\u006d\u0074\u0074\u006b",0x1d695:"\u006d\u0074\u0074\u006c",0x1d696:"\u006d\u0074\u0074\u006d",0x1d697:"\u006d\u0074\u0074\u006e",0x1d7ff:"\u006dt\u0074\u006e\u0069\u006e\u0065",0x1d698:"\u006d\u0074\u0074\u006f",0x1d7f7:"\u006d\u0074\u0074\u006f\u006e\u0065",0x1d699:"\u006d\u0074\u0074\u0070",0x1d69a:"\u006d\u0074\u0074\u0071",0x1d69b:"\u006d\u0074\u0074\u0072",0x1d69c:"\u006d\u0074\u0074\u0073",0x1d7fd:"\u006d\u0074\u0074\u0073\u0065\u0076\u0065\u006e",0x1d7fc:"\u006d\u0074\u0074\u0073\u0069\u0078",0x1d69d:"\u006d\u0074\u0074\u0074",0x1d7f9:"\u006d\u0074\u0074\u0074\u0068\u0072\u0065\u0065",0x1d7f8:"\u006d\u0074\u0074\u0074\u0077\u006f",0x1d69e:"\u006d\u0074\u0074\u0075",0x1d69f:"\u006d\u0074\u0074\u0076",0x1d6a0:"\u006d\u0074\u0074\u0077",0x1d6a1:"\u006d\u0074\u0074\u0078",0x1d6a2:"\u006d\u0074\u0074\u0079",0x1d6a3:"\u006d\u0074\u0074\u007a",0x1d7f6:"\u006dt\u0074\u007a\u0065\u0072\u006f",0x026f:"\u006dt\u0075\u0072\u006e\u0065\u0064",0x00b5:"\u006d\u0075",0x3382:"\u006du\u0061\u0073\u0071\u0075\u0061\u0072e",0x226b:"m\u0075\u0063\u0068\u0067\u0072\u0065\u0061\u0074\u0065\u0072",0x226a:"\u006d\u0075\u0063\u0068\u006c\u0065\u0073\u0073",0x338c:"\u006du\u0066\u0073\u0071\u0075\u0061\u0072e",0x03bc:"\u006du\u0067\u0072\u0065\u0065\u006b",0x338d:"\u006du\u0067\u0073\u0071\u0075\u0061\u0072e",0x3080:"\u006d\u0075\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x30e0:"\u006d\u0075\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0xff91:"\u006d\u0075\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068",0x3395:"\u006du\u006c\u0073\u0071\u0075\u0061\u0072e",0x22c9:"\u006d\u0075\u006c\u0074\u0069\u0063\u006c\u006f\u0073e\u006c\u0065\u0066\u0074",0x22ca:"\u006du\u006ct\u0069\u0063\u006c\u006f\u0073\u0065\u0072\u0069\u0067\u0068\u0074",0x22b8:"\u006d\u0075\u006c\u0074\u0069\u006d\u0061\u0070",0x27dc:"m\u0075\u006c\u0074\u0069\u006d\u0061\u0070\u0069\u006e\u0076",0x22cb:"\u006d\u0075\u006c\u0074\u0069\u006f\u0070\u0065\u006e\u006c\u0065\u0066\u0074",0x22cc:"\u006d\u0075\u006c\u0074\u0069\u006f\u0070\u0065\u006er\u0069\u0067\u0068\u0074",0x00d7:"\u006d\u0075\u006c\u0074\u0069\u0070\u006c\u0079",0x339b:"\u006du\u006d\u0073\u0071\u0075\u0061\u0072e",0x05a3:"\u006du\u006ea\u0068\u006c\u0065\u0066\u0074\u0068\u0065\u0062\u0072\u0065\u0077",0x266a:"m\u0075\u0073\u0069\u0063\u0061\u006c\u006e\u006f\u0074\u0065",0x266d:"\u006d\u0075\u0073\u0069\u0063\u0066\u006c\u0061\u0074\u0073\u0069\u0067\u006e",0x266f:"\u006d\u0075\u0073\u0069\u0063\u0073\u0068\u0061\u0072p\u0073\u0069\u0067\u006e",0x33b2:"\u006du\u0073\u0073\u0071\u0075\u0061\u0072e",0x33b6:"\u006du\u0076\u0073\u0071\u0075\u0061\u0072e",0x33bc:"\u006du\u0077\u0073\u0071\u0075\u0061\u0072e",0x33b9:"\u006d\u0076\u006de\u0067\u0061\u0073\u0071\u0075\u0061\u0072\u0065",0x33b7:"\u006d\u0076\u0073\u0071\u0075\u0061\u0072\u0065",0x33bf:"\u006d\u0077\u006de\u0067\u0061\u0073\u0071\u0075\u0061\u0072\u0065",0x33bd:"\u006d\u0077\u0073\u0071\u0075\u0061\u0072\u0065",0x006e:"\u006e",0x21fa:"n\u0056\u006c\u0065\u0066\u0074\u0061\u0072\u0072\u006f\u0077",0x2b3a:"\u006eV\u006ce\u0066\u0074\u0061\u0072\u0072\u006f\u0077\u0074\u0061\u0069\u006c",0x21fc:"\u006e\u0056l\u0065\u0066\u0074r\u0069\u0067\u0068\u0074\u0061\u0072\u0072\u006f\u0077",0x21fb:"\u006e\u0056\u0072i\u0067\u0068\u0074\u0061\u0072\u0072\u006f\u0077",0x2915:"\u006e\u0056r\u0069\u0067\u0068t\u0061\u0072\u0072\u006f\u0077\u0074\u0061\u0069\u006c",0x2b35:"\u006eV\u0074w\u006f\u0068\u0065\u0061\u0064l\u0065\u0066t\u0061\u0072\u0072\u006f\u0077",0x2b3d:"\u006e\u0056\u0074\u0077oh\u0065\u0061\u0064\u006c\u0065\u0066\u0074\u0061\u0072\u0072\u006f\u0077\u0074\u0061i\u006c",0x2901:"\u006e\u0056\u0074\u0077oh\u0065\u0061\u0064\u0072\u0069\u0067\u0068\u0074\u0061\u0072\u0072\u006f\u0077",0x2918:"\u006e\u0056\u0074wo\u0068\u0065\u0061\u0064\u0072\u0069\u0067\u0068\u0074\u0061\u0072\u0072\u006f\u0077\u0074\u0061\u0069\u006c",0x09a8:"\u006ea\u0062\u0065\u006e\u0067\u0061\u006ci",0x0144:"\u006e\u0061\u0063\u0075\u0074\u0065",0x0928:"\u006e\u0061\u0064\u0065\u0076\u0061",0x0aa8:"\u006e\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069",0x0a28:"\u006e\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0x306a:"\u006e\u0061\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x20a6:"\u006e\u0061\u0069r\u0061",0x30ca:"\u006e\u0061\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0xff85:"\u006e\u0061\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068",0x22bc:"\u006e\u0061\u006e\u0064",0x2249:"\u006ea\u0070\u0070\u0072\u006f\u0078",0x3381:"\u006e\u0061\u0073\u0071\u0075\u0061\u0072\u0065",0x226d:"\u006e\u0061\u0073\u0079\u006d\u0070",0x266e:"\u006ea\u0074\u0075\u0072\u0061\u006c",0x2011:"\u006e\u0062\u0068\u0079\u0070\u0068\u0065\u006e",0x310b:"\u006eb\u006f\u0070\u006f\u006d\u006f\u0066o",0x0148:"\u006e\u0063\u0061\u0072\u006f\u006e",0x0146:"\u006e\u0063\u0065\u0064\u0069\u006c\u006c\u0061",0xf81d:"\u006ec\u0065\u0064\u0069\u006c\u006c\u00611",0x24dd:"\u006ec\u0069\u0072\u0063\u006c\u0065",0x1e4b:"\u006e\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0062\u0065\u006c\u006f\u0077",0x1e45:"\u006e\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074",0x1e47:"\u006ed\u006f\u0074\u0062\u0065\u006c\u006fw",0x306d:"\u006e\u0065\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x30cd:"\u006e\u0065\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0xff88:"\u006e\u0065\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068",0x2931:"n\u0065\u006f\u0076\u006e\u0077\u0061\u0072\u0072\u006f\u0077",0x292e:"n\u0065\u006f\u0076\u0073\u0065\u0061\u0072\u0072\u006f\u0077",0x2922:"\u006ee\u0073\u0077\u0061\u0072\u0072\u006fw",0x26b2:"\u006e\u0065\u0075\u0074\u0065\u0072",0x338b:"\u006e\u0066\u0073\u0071\u0075\u0061\u0072\u0065",0x0999:"\u006e\u0067\u0061\u0062\u0065\u006e\u0067\u0061\u006c\u0069",0x0919:"\u006eg\u0061\u0064\u0065\u0076\u0061",0x0a99:"n\u0067\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069",0x0a19:"n\u0067\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0x0e07:"\u006e\u0067\u006f\u006e\u0067\u0075\u0074\u0068\u0061\u0069",0x2275:"\u006eg\u0074\u0072\u0073\u0069\u006d",0x2af5:"\u006eh\u0056\u0076\u0065\u0072\u0074",0x3093:"\u006eh\u0069\u0072\u0061\u0067\u0061\u006ea",0x0272:"\u006eh\u006f\u006f\u006b\u006c\u0065\u0066t",0x0273:"\u006e\u0068\u006f\u006f\u006b\u0072\u0065\u0074\u0072o\u0066\u006c\u0065\u0078",0x2af2:"\u006e\u0068\u0070a\u0072",0x326f:"\u006ei\u0065u\u006e\u0061\u0063\u0069\u0072c\u006c\u0065k\u006f\u0072\u0065\u0061\u006e",0x320f:"\u006e\u0069\u0065\u0075\u006e\u0061\u0070\u0061\u0072\u0065\u006e\u006bo\u0072\u0065\u0061\u006e",0x3135:"\u006e\u0069e\u0075\u006e\u0063i\u0065\u0075\u0063\u006b\u006f\u0072\u0065\u0061\u006e",0x3261:"\u006e\u0069\u0065\u0075\u006e\u0063\u0069\u0072\u0063\u006c\u0065\u006bo\u0072\u0065\u0061\u006e",0x3136:"\u006e\u0069e\u0075\u006e\u0068i\u0065\u0075\u0068\u006b\u006f\u0072\u0065\u0061\u006e",0x3134:"n\u0069\u0065\u0075\u006e\u006b\u006f\u0072\u0065\u0061\u006e",0x3168:"\u006ei\u0065u\u006e\u0070\u0061\u006e\u0073i\u006f\u0073k\u006f\u0072\u0065\u0061\u006e",0x3201:"\u006e\u0069e\u0075\u006e\u0070a\u0072\u0065\u006e\u006b\u006f\u0072\u0065\u0061\u006e",0x3167:"\u006ei\u0065u\u006e\u0073\u0069\u006f\u0073\u006b\u006f\u0072\u0065\u0061\u006e",0x3166:"\u006e\u0069\u0065\u0075\u006e\u0074\u0069\u006b\u0065\u0075\u0074\u006bo\u0072\u0065\u0061\u006e",0x306b:"\u006e\u0069\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x30cb:"\u006e\u0069\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0xff86:"\u006e\u0069\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068",0xf899:"\u006e\u0069k\u0068\u0061\u0068i\u0074\u006c\u0065\u0066\u0074\u0074\u0068\u0061\u0069",0x0e4d:"\u006e\u0069\u006bh\u0061\u0068\u0069\u0074\u0074\u0068\u0061\u0069",0x0039:"\u006e\u0069\u006e\u0065",0x09ef:"n\u0069\u006e\u0065\u0062\u0065\u006e\u0067\u0061\u006c\u0069",0x096f:"\u006e\u0069\u006e\u0065\u0064\u0065\u0076\u0061",0x0aef:"\u006e\u0069\u006ee\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069",0x0a6f:"\u006e\u0069\u006ee\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0x0669:"\u006e\u0069\u006e\u0065\u0068\u0061\u0063\u006b\u0061r\u0061\u0062\u0069\u0063",0x3029:"\u006e\u0069\u006ee\u0068\u0061\u006e\u0067\u007a\u0068\u006f\u0075",0x3228:"n\u0069n\u0065\u0069\u0064\u0065\u006f\u0067\u0072\u0061p\u0068\u0069\u0063\u0070ar\u0065\u006e",0x2089:"\u006e\u0069\u006ee\u0069\u006e\u0066\u0065\u0072\u0069\u006f\u0072",0xff19:"\u006e\u0069\u006e\u0065\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0xf739:"\u006e\u0069\u006ee\u006f\u006c\u0064\u0073\u0074\u0079\u006c\u0065",0x247c:"\u006ei\u006e\u0065\u0070\u0061\u0072\u0065n",0x2490:"\u006e\u0069\u006e\u0065\u0070\u0065\u0072\u0069\u006f\u0064",0x06f9:"n\u0069\u006e\u0065\u0070\u0065\u0072\u0073\u0069\u0061\u006e",0x2178:"\u006ei\u006e\u0065\u0072\u006f\u006d\u0061n",0x2079:"\u006e\u0069\u006ee\u0073\u0075\u0070\u0065\u0072\u0069\u006f\u0072",0x2472:"\u006e\u0069\u006e\u0065\u0074\u0065\u0065\u006e\u0063i\u0072\u0063\u006c\u0065",0x2486:"\u006e\u0069\u006e\u0065\u0074\u0065\u0065\u006e\u0070\u0061\u0072\u0065\u006e",0x249a:"\u006e\u0069\u006e\u0065\u0074\u0065\u0065\u006e\u0070e\u0072\u0069\u006f\u0064",0x0e59:"\u006e\u0069\u006e\u0065\u0074\u0068\u0061\u0069",0x22fe:"\u006e\u0069\u006f\u0062\u0061\u0072",0x22fc:"\u006e\u0069\u0073",0x22fa:"\u006e\u0069\u0073\u0064",0x01cc:"\u006e\u006a",0x30f3:"\u006ek\u0061\u0074\u0061\u006b\u0061\u006ea",0xff9d:"\u006ek\u0061t\u0061\u006b\u0061\u006e\u0061h\u0061\u006cf\u0077\u0069\u0064\u0074\u0068",0x019e:"\u006e\u006c\u0065\u0067\u0072\u0069\u0067\u0068\u0074\u006c\u006f\u006e\u0067",0x2278:"\u006e\u006c\u0065\u0073\u0073\u0067\u0074\u0072",0x2274:"\u006e\u006c\u0065\u0073\u0073\u0073\u0069\u006d",0x1e49:"\u006e\u006c\u0069\u006e\u0065\u0062\u0065\u006c\u006f\u0077",0xff4e:"\u006e\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0x339a:"\u006e\u006d\u0073\u0071\u0075\u0061\u0072\u0065",0x09a3:"\u006e\u006e\u0061\u0062\u0065\u006e\u0067\u0061\u006c\u0069",0x0923:"\u006en\u0061\u0064\u0065\u0076\u0061",0x0aa3:"n\u006e\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069",0x0a23:"n\u006e\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0x0929:"\u006e\u006e\u006e\u0061\u0064\u0065\u0076\u0061",0x306e:"\u006e\u006f\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x30ce:"\u006e\u006f\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0xff89:"\u006e\u006f\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068",0x00a0:"\u006e\u006fn\u0062\u0072\u0065a\u006b\u0069\u006e\u0067\u0073\u0070\u0061\u0063\u0065",0x0e13:"\u006eo\u006e\u0065\u006e\u0074\u0068\u0061i",0x0e19:"\u006e\u006f\u006e\u0075\u0074\u0068\u0061\u0069",0x0646:"\u006e\u006f\u006f\u006e\u0061\u0072\u0061\u0062\u0069\u0063",0xfee6:"\u006eo\u006fn\u0066\u0069\u006e\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",0xfb9f:"n\u006f\u006f\u006e\u0067hu\u006en\u0061\u0066\u0069\u006e\u0061l\u0061\u0072\u0061\u0062\u0069\u0063",0xfee7:"n\u006fo\u006e\u0068\u0065\u0068\u0069\u006e\u0069\u0074i\u0061\u006c\u0061\u0072ab\u0069\u0063",0xfee5:"\u006e\u006f\u006fn\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064",0xfcd2:"n\u006f\u006f\u006e\u006aee\u006di\u006e\u0069\u0074\u0069\u0061l\u0061\u0072\u0061\u0062\u0069\u0063",0xfc4b:"\u006e\u006f\u006f\u006eje\u0065\u006d\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064\u0061\u0072\u0061\u0062i\u0063",0xfee8:"\u006e\u006fo\u006e\u006d\u0065d\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",0xfcd5:"n\u006f\u006f\u006e\u006dee\u006di\u006e\u0069\u0074\u0069\u0061l\u0061\u0072\u0061\u0062\u0069\u0063",0xfc4e:"\u006e\u006f\u006f\u006eme\u0065\u006d\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064\u0061\u0072\u0061\u0062i\u0063",0xfc8d:"\u006e\u006f\u006f\u006eno\u006f\u006e\u0066\u0069\u006e\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",0xfc8e:"\u006eo\u006f\u006e\u0077\u0069\u0074\u0068\u0061\u006c\u0065\u0066\u006da\u006b\u0073\u0075\u0072\u0061\u0066\u0069\u006e\u0061\u006c",0xfc4f:"n\u006f\u006f\u006e\u0077\u0069\u0074h\u0061\u006c\u0065\u0066\u006d\u0061\u006b\u0073\u0075r\u0061\u0069\u0073o\u006ca\u0074\u0065\u0064",0xfcd3:"\u006eo\u006fn\u0077\u0069\u0074\u0068\u0068a\u0068\u0069n\u0069\u0074\u0069\u0061\u006c",0xe815:"\u006eo\u006fn\u0077\u0069\u0074\u0068\u0068e\u0068\u0069n\u0069\u0074\u0069\u0061\u006c",0xfcd4:"\u006e\u006f\u006f\u006ewi\u0074\u0068\u006b\u0068\u0061\u0068\u0069\u006e\u0069\u0074\u0069\u0061\u006c",0xfc8f:"\u006e\u006fo\u006e\u0077\u0069t\u0068\u0079\u0065\u0068\u0066\u0069\u006e\u0061\u006c",0xfc50:"\u006e\u006f\u006f\u006ewi\u0074\u0068\u0079\u0065\u0068\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064",0xfc70:"\u006e\u006f\u006f\u006e\u0077\u0069\u0074\u0068\u007a\u0061\u0069\u006ef\u0069\u006e\u0061\u006c",0x2247:"\u006e\u006f\u0074\u0061\u0070\u0070\u0072\u006f\u0078e\u0071\u0075\u0061\u006c",0x21ae:"\u006e\u006f\u0074a\u0072\u0072\u006f\u0077\u0062\u006f\u0074\u0068",0x219a:"\u006e\u006f\u0074a\u0072\u0072\u006f\u0077\u006c\u0065\u0066\u0074",0x219b:"\u006e\u006f\u0074\u0061\u0072\u0072\u006f\u0077\u0072\u0069\u0067\u0068\u0074",0x2224:"\u006e\u006f\u0074\u0062\u0061\u0072",0x220c:"n\u006f\u0074\u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0073",0x21ce:"\u006eo\u0074d\u0062\u006c\u0061\u0072\u0072\u006f\u0077\u0062\u006f\u0074\u0068",0x2209:"\u006e\u006f\u0074\u0065\u006c\u0065\u006d\u0065\u006e\u0074",0x2260:"\u006e\u006f\u0074\u0065\u0071\u0075\u0061\u006c",0x2204:"\u006e\u006f\u0074\u0065\u0078\u0069\u0073\u0074\u0065n\u0074\u0069\u0061\u006c",0x22ae:"\u006eo\u0074\u0066\u006f\u0072\u0063\u0065s",0x22af:"\u006e\u006f\u0074\u0066\u006f\u0072\u0063\u0065\u0073e\u0078\u0074\u0072\u0061",0x226f:"\u006e\u006f\u0074\u0067\u0072\u0065\u0061\u0074\u0065\u0072",0x2271:"\u006eo\u0074g\u0072\u0065\u0061\u0074\u0065r\u006e\u006fr\u0065\u0071\u0075\u0061\u006c",0x2279:"\u006e\u006f\u0074\u0067\u0072\u0065\u0061\u0074\u0065\u0072\u006e\u006fr\u006c\u0065\u0073\u0073",0x2a7e:"\u006e\u006f\u0074\u0067re\u0061\u0074\u0065\u0072\u006f\u0072\u0073\u006c\u006e\u0074\u0065\u0071\u006c",0x2262:"\u006e\u006f\u0074i\u0064\u0065\u006e\u0074\u0069\u0063\u0061\u006c",0x226e:"\u006eo\u0074\u006c\u0065\u0073\u0073",0x2270:"\u006eo\u0074l\u0065\u0073\u0073\u006e\u006f\u0072\u0065\u0071\u0075\u0061\u006c",0x2226:"n\u006f\u0074\u0070\u0061\u0072\u0061\u006c\u006c\u0065\u006c",0x2280:"n\u006f\u0074\u0070\u0072\u0065\u0063\u0065\u0064\u0065\u0073",0x22ad:"\u006e\u006f\u0074s\u0061\u0074\u0069\u0073\u0066\u0069\u0065\u0073",0x2241:"\u006e\u006f\u0074\u0073\u0069\u006d\u0069\u006c\u0061\u0072",0x2284:"\u006eo\u0074\u0073\u0075\u0062\u0073\u0065t",0x2288:"\u006e\u006f\u0074s\u0075\u0062\u0073\u0065\u0074\u0065\u0071\u006c",0x2281:"n\u006f\u0074\u0073\u0075\u0063\u0063\u0065\u0065\u0064\u0073",0x2285:"n\u006f\u0074\u0073\u0075\u0070\u0065\u0072\u0073\u0065\u0074",0x2289:"\u006e\u006f\u0074\u0073\u0075\u0070\u0065\u0072\u0073e\u0074\u0065\u0071\u006c",0x22ec:"\u006e\u006ft\u0074\u0072\u0069a\u006e\u0067\u0065\u0071\u006c\u006c\u0065\u0066\u0074",0x22ed:"\u006e\u006f\u0074\u0074\u0072\u0069\u0061\u006e\u0067\u0065\u0071\u006cr\u0069\u0067\u0068\u0074",0x22ea:"\u006eo\u0074t\u0072\u0069\u0061\u006e\u0067\u006c\u0065\u006c\u0065\u0066\u0074",0x22eb:"\u006e\u006ft\u0074\u0072\u0069a\u006e\u0067\u006c\u0065\u0072\u0069\u0067\u0068\u0074",0x22ac:"\u006e\u006f\u0074t\u0075\u0072\u006e\u0073\u0074\u0069\u006c\u0065",0x0576:"n\u006f\u0077\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x24a9:"\u006e\u0070\u0061\u0072\u0065\u006e",0x2a14:"\u006ep\u006f\u006c\u0069\u006e\u0074",0x22e0:"\u006e\u0070\u0072e\u0063\u0063\u0075\u0072\u006c\u0079\u0065\u0071",0x2244:"\u006e\u0073\u0069m\u0065",0x22e2:"n\u0073\u0071\u0073\u0075\u0062\u0073\u0065\u0074\u0065\u0071",0x22e3:"n\u0073\u0071\u0073\u0075\u0070\u0073\u0065\u0074\u0065\u0071",0x33b1:"\u006e\u0073\u0073\u0071\u0075\u0061\u0072\u0065",0x22e1:"\u006e\u0073\u0075c\u0063\u0063\u0075\u0072\u006c\u0079\u0065\u0071",0x207f:"\u006es\u0075\u0070\u0065\u0072\u0069\u006fr",0x00f1:"\u006e\u0074\u0069\u006c\u0064\u0065",0x03bd:"\u006e\u0075",0x306c:"\u006e\u0075\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x30cc:"\u006e\u0075\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0xff87:"\u006e\u0075\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068",0x09bc:"\u006e\u0075\u006bt\u0061\u0062\u0065\u006e\u0067\u0061\u006c\u0069",0x093c:"\u006eu\u006b\u0074\u0061\u0064\u0065\u0076a",0x0abc:"\u006e\u0075\u006b\u0074\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069",0x0a3c:"\u006e\u0075\u006b\u0074\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0x0023:"\u006e\u0075\u006d\u0062\u0065\u0072\u0073\u0069\u0067\u006e",0xff03:"\u006e\u0075\u006d\u0062er\u0073\u0069\u0067\u006e\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0xfe5f:"\u006eu\u006db\u0065\u0072\u0073\u0069\u0067\u006e\u0073\u006d\u0061\u006c\u006c",0x0374:"\u006e\u0075m\u0065\u0072\u0061l\u0073\u0069\u0067\u006e\u0067\u0072\u0065\u0065\u006b",0x0375:"n\u0075\u006d\u0065\u0072al\u0073i\u0067\u006e\u006c\u006f\u0077e\u0072\u0067\u0072\u0065\u0065\u006b",0x2116:"\u006e\u0075\u006d\u0065\u0072\u006f",0x05e0:"\u006e\u0075\u006e",0xfb40:"\u006eu\u006e\u0064\u0061\u0067\u0065\u0073h",0x2902:"n\u0076\u004c\u0065\u0066\u0074\u0061\u0072\u0072\u006f\u0077",0x2904:"\u006e\u0076L\u0065\u0066\u0074r\u0069\u0067\u0068\u0074\u0061\u0072\u0072\u006f\u0077",0x2903:"\u006e\u0076\u0052i\u0067\u0068\u0074\u0061\u0072\u0072\u006f\u0077",0x29de:"\u006ev\u0069\u006e\u0066\u0074\u0079",0x21f7:"n\u0076\u006c\u0065\u0066\u0074\u0061\u0072\u0072\u006f\u0077",0x2b39:"\u006ev\u006ce\u0066\u0074\u0061\u0072\u0072\u006f\u0077\u0074\u0061\u0069\u006c",0x21f9:"\u006e\u0076l\u0065\u0066\u0074r\u0069\u0067\u0068\u0074\u0061\u0072\u0072\u006f\u0077",0x21f8:"\u006e\u0076\u0072i\u0067\u0068\u0074\u0061\u0072\u0072\u006f\u0077",0x2914:"\u006e\u0076r\u0069\u0067\u0068t\u0061\u0072\u0072\u006f\u0077\u0074\u0061\u0069\u006c",0x33b5:"\u006e\u0076\u0073\u0071\u0075\u0061\u0072\u0065",0x2b34:"\u006ev\u0074w\u006f\u0068\u0065\u0061\u0064l\u0065\u0066t\u0061\u0072\u0072\u006f\u0077",0x2b3c:"\u006e\u0076\u0074\u0077oh\u0065\u0061\u0064\u006c\u0065\u0066\u0074\u0061\u0072\u0072\u006f\u0077\u0074\u0061i\u006c",0x2900:"\u006e\u0076\u0074\u0077oh\u0065\u0061\u0064\u0072\u0069\u0067\u0068\u0074\u0061\u0072\u0072\u006f\u0077",0x2917:"\u006e\u0076\u0074wo\u0068\u0065\u0061\u0064\u0072\u0069\u0067\u0068\u0074\u0061\u0072\u0072\u006f\u0077\u0074\u0061\u0069\u006c",0x2932:"n\u0077\u006f\u0076\u006e\u0065\u0061\u0072\u0072\u006f\u0077",0x2921:"\u006ew\u0073\u0065\u0061\u0072\u0072\u006fw",0x33bb:"\u006e\u0077\u0073\u0071\u0075\u0061\u0072\u0065",0x099e:"\u006e\u0079\u0061\u0062\u0065\u006e\u0067\u0061\u006c\u0069",0x091e:"\u006ey\u0061\u0064\u0065\u0076\u0061",0x0a9e:"n\u0079\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069",0x0a1e:"n\u0079\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0x006f:"\u006f",0x00f3:"\u006f\u0061\u0063\u0075\u0074\u0065",0x0e2d:"\u006f\u0061\u006e\u0067\u0074\u0068\u0061\u0069",0x233d:"\u006f\u0062\u0061\u0072",0x0275:"\u006fb\u0061\u0072\u0072\u0065\u0064",0x04e9:"\u006fb\u0061r\u0072\u0065\u0064\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x04eb:"\u006f\u0062\u0061rr\u0065\u0064\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x0993:"\u006f\u0062\u0065\u006e\u0067\u0061\u006c\u0069",0x311b:"\u006fb\u006f\u0070\u006f\u006d\u006f\u0066o",0x29ba:"\u006f\u0062\u006f\u0074",0x23e0:"\u006fb\u0072\u0062\u0072\u0061\u006b",0x014f:"\u006f\u0062\u0072\u0065\u0076\u0065",0x29b8:"\u006fb\u0073\u006c\u0061\u0073\u0068",0x0911:"o\u0063\u0061\u006e\u0064\u0072\u0061\u0064\u0065\u0076\u0061",0x0a91:"\u006fc\u0061n\u0064\u0072\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069",0x0949:"o\u0063a\u006e\u0064\u0072\u0061\u0076\u006f\u0077\u0065l\u0073\u0069\u0067\u006ede\u0076\u0061",0x0ac9:"\u006fc\u0061\u006e\u0064\u0072\u0061\u0076\u006f\u0077\u0065\u006c\u0073i\u0067\u006e\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069",0x01d2:"\u006f\u0063\u0061\u0072\u006f\u006e",0x24de:"\u006fc\u0069\u0072\u0063\u006c\u0065",0x00f4:"o\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078",0x1ed1:"\u006f\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0061\u0063\u0075\u0074\u0065",0x1ed9:"\u006f\u0063\u0069\u0072cu\u006d\u0066\u006c\u0065\u0078\u0064\u006f\u0074\u0062\u0065\u006c\u006f\u0077",0x1ed3:"\u006f\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0067\u0072\u0061\u0076\u0065",0x1ed5:"o\u0063i\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078h\u006f\u006f\u006b\u0061bo\u0076\u0065",0x1ed7:"\u006f\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0074\u0069\u006c\u0064\u0065",0x043e:"\u006fc\u0079\u0072\u0069\u006c\u006c\u0069c",0x020d:"\u006fd\u0062\u006c\u0067\u0072\u0061\u0076e",0x0913:"\u006f\u0064\u0065v\u0061",0x00f6:"\u006fd\u0069\u0065\u0072\u0065\u0073\u0069s",0x04e7:"\u006f\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073\u0063\u0079\u0072i\u006c\u006c\u0069\u0063",0x2a38:"\u006f\u0064\u0069\u0076",0x1ecd:"\u006fd\u006f\u0074\u0062\u0065\u006c\u006fw",0x29bc:"\u006f\u0064\u006ft\u0073\u006c\u0061\u0073\u0068\u0064\u006f\u0074",0x0153:"\u006f\u0065",0x315a:"\u006f\u0065\u006b\u006f\u0072\u0065\u0061\u006e",0x02db:"\u006f\u0067\u006f\u006e\u0065\u006b",0x0328:"\u006fg\u006f\u006e\u0065\u006b\u0063\u006db",0x00f2:"\u006f\u0067\u0072\u0061\u0076\u0065",0x29c1:"\u006f\u0067\u0072e\u0061\u0074\u0065\u0072\u0074\u0068\u0061\u006e",0x0a93:"\u006fg\u0075\u006a\u0061\u0072\u0061\u0074i",0x0585:"\u006f\u0068\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x304a:"\u006fh\u0069\u0072\u0061\u0067\u0061\u006ea",0x1ecf:"\u006f\u0068\u006f\u006f\u006b\u0061\u0062\u006f\u0076\u0065",0x01a1:"\u006f\u0068\u006fr\u006e",0x1edb:"\u006f\u0068\u006f\u0072\u006e\u0061\u0063\u0075\u0074\u0065",0x1ee3:"\u006f\u0068\u006f\u0072\u006e\u0064\u006f\u0074\u0062\u0065\u006c\u006f\u0077",0x1edd:"\u006f\u0068\u006f\u0072\u006e\u0067\u0072\u0061\u0076\u0065",0x1edf:"\u006f\u0068\u006f\u0072\u006e\u0068\u006f\u006f\u006ba\u0062\u006f\u0076\u0065",0x1ee1:"\u006f\u0068\u006f\u0072\u006e\u0074\u0069\u006c\u0064\u0065",0x0151:"\u006f\u0068\u0075\u006e\u0067\u0061\u0072\u0075\u006d\u006c\u0061\u0075\u0074",0x01a3:"\u006f\u0069",0x2230:"\u006f\u0069\u0069\u0069\u006e\u0074",0x222f:"\u006f\u0069\u0069n\u0074",0x2233:"\u006f\u0069n\u0074\u0063\u0074r\u0063\u006c\u006f\u0063\u006b\u0077\u0069\u0073\u0065",0x020f:"\u006f\u0069\u006e\u0076\u0065\u0072\u0074\u0065\u0064b\u0072\u0065\u0076\u0065",0x30aa:"\u006fk\u0061\u0074\u0061\u006b\u0061\u006ea",0xff75:"\u006fk\u0061t\u0061\u006b\u0061\u006e\u0061h\u0061\u006cf\u0077\u0069\u0064\u0074\u0068",0x3157:"\u006fk\u006f\u0072\u0065\u0061\u006e",0x29bb:"\u006fl\u0063\u0072\u006f\u0073\u0073",0x05ab:"\u006fl\u0065\u0068\u0065\u0062\u0072\u0065w",0x29c0:"\u006fl\u0065\u0073\u0073\u0074\u0068\u0061n",0x014d:"\u006fm\u0061\u0063\u0072\u006f\u006e",0x1e53:"\u006f\u006d\u0061c\u0072\u006f\u006e\u0061\u0063\u0075\u0074\u0065",0x1e51:"\u006f\u006d\u0061c\u0072\u006f\u006e\u0067\u0072\u0061\u0076\u0065",0x0950:"\u006f\u006d\u0064\u0065\u0076\u0061",0x03c9:"\u006f\u006d\u0065g\u0061",0x03d6:"\u006f\u006d\u0065\u0067\u0061\u0031",0x0461:"\u006f\u006d\u0065\u0067\u0061\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x0277:"\u006f\u006de\u0067\u0061\u006ca\u0074\u0069\u006e\u0063\u006c\u006f\u0073\u0065\u0064",0x047b:"\u006fm\u0065g\u0061\u0072\u006f\u0075\u006ed\u0063\u0079r\u0069\u006c\u006c\u0069\u0063",0x047d:"\u006fm\u0065g\u0061\u0074\u0069\u0074\u006co\u0063\u0079r\u0069\u006c\u006c\u0069\u0063",0x03ce:"\u006f\u006d\u0065\u0067\u0061\u0074\u006f\u006e\u006f\u0073",0x0ad0:"\u006f\u006d\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069",0x03bf:"\u006fm\u0069\u0063\u0072\u006f\u006e",0x03cc:"\u006f\u006d\u0069c\u0072\u006f\u006e\u0074\u006f\u006e\u006f\u0073",0xff4f:"\u006f\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0x0031:"\u006f\u006e\u0065",0x09e7:"\u006f\u006e\u0065\u0062\u0065\u006e\u0067\u0061\u006c\u0069",0x0967:"\u006fn\u0065\u0064\u0065\u0076\u0061",0x2024:"\u006f\u006e\u0065\u0064\u006f\u0074\u0065\u006e\u006ce\u0061\u0064\u0065\u0072",0x215b:"\u006fn\u0065\u0065\u0069\u0067\u0068\u0074h",0x2155:"\u006f\u006e\u0065\u0066\u0069\u0066\u0074\u0068",0xf6dc:"\u006fn\u0065\u0066\u0069\u0074\u0074\u0065d",0x0ae7:"o\u006e\u0065\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069",0x0a67:"o\u006e\u0065\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0x0661:"\u006f\u006e\u0065\u0068\u0061\u0063\u006b\u0061\u0072\u0061\u0062\u0069\u0063",0x00bd:"\u006fn\u0065\u0068\u0061\u006c\u0066",0x3021:"o\u006e\u0065\u0068\u0061\u006e\u0067\u007a\u0068\u006f\u0075",0x3220:"\u006f\u006e\u0065\u0069de\u006f\u0067\u0072\u0061\u0070\u0068\u0069\u0063\u0070\u0061\u0072\u0065\u006e",0x2081:"o\u006e\u0065\u0069\u006e\u0066\u0065\u0072\u0069\u006f\u0072",0xff11:"\u006f\u006e\u0065m\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0x09f4:"\u006f\u006e\u0065\u006eum\u0065\u0072\u0061\u0074\u006f\u0072\u0062\u0065\u006e\u0067\u0061\u006c\u0069",0xf731:"o\u006e\u0065\u006f\u006c\u0064\u0073\u0074\u0079\u006c\u0065",0x2474:"\u006f\u006e\u0065\u0070\u0061\u0072\u0065\u006e",0x2488:"\u006fn\u0065\u0070\u0065\u0072\u0069\u006fd",0x06f1:"\u006f\u006e\u0065\u0070\u0065\u0072\u0073\u0069\u0061\u006e",0x00bc:"\u006f\u006e\u0065\u0071\u0075\u0061\u0072\u0074\u0065\u0072",0x2170:"\u006f\u006e\u0065\u0072\u006f\u006d\u0061\u006e",0x2159:"\u006f\u006e\u0065\u0073\u0069\u0078\u0074\u0068",0x00b9:"o\u006e\u0065\u0073\u0075\u0070\u0065\u0072\u0069\u006f\u0072",0x0e51:"\u006fn\u0065\u0074\u0068\u0061\u0069",0x2153:"\u006f\u006e\u0065\u0074\u0068\u0069\u0072\u0064",0x01eb:"\u006fo\u0067\u006f\u006e\u0065\u006b",0x01ed:"\u006f\u006f\u0067\u006f\u006e\u0065\u006b\u006d\u0061\u0063\u0072\u006f\u006e",0x0a13:"\u006f\u006f\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0x0a4b:"\u006fo\u006da\u0074\u0072\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0x0254:"\u006f\u006f\u0070e\u006e",0x24aa:"\u006f\u0070\u0061\u0072\u0065\u006e",0x29b9:"\u006f\u0070\u0065r\u0070",0x2a2d:"\u006f\u0070\u006c\u0075\u0073\u006c\u0068\u0072\u0069\u006d",0x2a2e:"\u006f\u0070\u006c\u0075\u0073\u0072\u0068\u0072\u0069\u006d",0x2325:"\u006f\u0070\u0074\u0069\u006f\u006e",0x00aa:"o\u0072\u0064\u0066\u0065\u006d\u0069\u006e\u0069\u006e\u0065",0x00ba:"\u006f\u0072\u0064m\u0061\u0073\u0063\u0075\u006c\u0069\u006e\u0065",0x22b6:"\u006f\u0072\u0069\u0067\u006f\u0066",0x221f:"\u006f\u0072\u0074\u0068\u006f\u0067\u006f\u006e\u0061\u006c",0x22bb:"\u006f\u0072\u0075n\u0064\u0065\u0072\u0073\u0063\u006f\u0072\u0065",0x0912:"\u006f\u0073\u0068\u006f\u0072\u0074\u0064\u0065\u0076\u0061",0x094a:"\u006f\u0073\u0068\u006frt\u0076\u006f\u0077\u0065\u006c\u0073\u0069\u0067\u006e\u0064\u0065\u0076\u0061",0x00f8:"\u006f\u0073\u006c\u0061\u0073\u0068",0x01ff:"o\u0073\u006c\u0061\u0073\u0068\u0061\u0063\u0075\u0074\u0065",0x3049:"\u006f\u0073\u006d\u0061\u006c\u006c\u0068\u0069\u0072a\u0067\u0061\u006e\u0061",0x30a9:"\u006f\u0073\u006d\u0061\u006c\u006c\u006b\u0061\u0074a\u006b\u0061\u006e\u0061",0xff6b:"\u006f\u0073\u006dal\u006c\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068",0xf6f0:"\u006fs\u0075\u0070\u0065\u0072\u0069\u006fr",0x047f:"\u006f\u0074\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x00f5:"\u006f\u0074\u0069\u006c\u0064\u0065",0x1e4d:"o\u0074\u0069\u006c\u0064\u0065\u0061\u0063\u0075\u0074\u0065",0x1e4f:"\u006f\u0074\u0069\u006c\u0064\u0065\u0064\u0069\u0065r\u0065\u0073\u0069\u0073",0x2a36:"\u006ft\u0069\u006d\u0065\u0073\u0068\u0061t",0x2a34:"o\u0074\u0069\u006d\u0065\u0073\u006c\u0068\u0072\u0069\u006d",0x2a35:"o\u0074\u0069\u006d\u0065\u0073\u0072\u0068\u0072\u0069\u006d",0x3121:"\u006f\u0075\u0062\u006f\u0070\u006f\u006d\u006f\u0066\u006f",0x2125:"\u006f\u0075\u006ec\u0065",0x23de:"\u006fv\u0065\u0072\u0062\u0072\u0061\u0063e",0x23b4:"o\u0076\u0065\u0072\u0062\u0072\u0061\u0063\u006b\u0065\u0074",0x20d6:"\u006f\u0076\u0065\u0072\u006c\u0065\u0066\u0074\u0061\u0072\u0072\u006f\u0077",0x20e1:"\u006fv\u0065r\u006c\u0065\u0066\u0074\u0072i\u0067\u0068t\u0061\u0072\u0072\u006f\u0077",0x203e:"\u006f\u0076\u0065\u0072\u006c\u0069\u006e\u0065",0xfe4a:"\u006fv\u0065r\u006c\u0069\u006e\u0065\u0063e\u006e\u0074e\u0072\u006c\u0069\u006e\u0065",0x0305:"o\u0076\u0065\u0072\u006c\u0069\u006e\u0065\u0063\u006d\u0062",0xfe49:"\u006f\u0076\u0065\u0072\u006c\u0069\u006e\u0065\u0064a\u0073\u0068\u0065\u0064",0xfe4c:"\u006fv\u0065r\u006c\u0069\u006e\u0065\u0064\u0062\u006c\u0077\u0061\u0076\u0079",0xfe4b:"\u006f\u0076\u0065r\u006c\u0069\u006e\u0065\u0077\u0061\u0076\u0079",0x23dc:"\u006fv\u0065\u0072\u0070\u0061\u0072\u0065n",0x09cb:"\u006f\u0076\u006f\u0077\u0065\u006c\u0073\u0069\u0067\u006e\u0062\u0065n\u0067\u0061\u006c\u0069",0x094b:"\u006f\u0076\u006f\u0077\u0065\u006c\u0073\u0069\u0067n\u0064\u0065\u0076\u0061",0x0acb:"\u006fv\u006fw\u0065\u006c\u0073\u0069\u0067n\u0067\u0075j\u0061\u0072\u0061\u0074\u0069",0x0070:"\u0070",0x3380:"\u0070\u0061\u0061m\u0070\u0073\u0073\u0071\u0075\u0061\u0072\u0065",0x332b:"\u0070\u0061\u0061\u0073\u0065\u006e\u0074\u006f\u0073q\u0075\u0061\u0072\u0065",0x09aa:"\u0070a\u0062\u0065\u006e\u0067\u0061\u006ci",0x1e55:"\u0070\u0061\u0063\u0075\u0074\u0065",0x092a:"\u0070\u0061\u0064\u0065\u0076\u0061",0x21df:"\u0070\u0061\u0067\u0065\u0064\u006f\u0077\u006e",0x21de:"\u0070\u0061\u0067\u0065\u0075\u0070",0x0aaa:"\u0070\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069",0x0a2a:"\u0070\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0x3071:"\u0070\u0061\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x0e2f:"\u0070\u0061\u0069\u0079\u0061\u006e\u006e\u006f\u0069\u0074\u0068\u0061\u0069",0x30d1:"\u0070\u0061\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0x0484:"\u0070a\u006c\u0061\u0074\u0061l\u0069\u007a\u0061\u0074\u0069o\u006ec\u0079r\u0069\u006c\u006c\u0069\u0063\u0063\u006db",0x04c0:"\u0070\u0061l\u006f\u0063\u0068k\u0061\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x317f:"\u0070\u0061\u006e\u0073\u0069\u006f\u0073\u006b\u006f\u0072\u0065\u0061\u006e",0x00b6:"\u0070a\u0072\u0061\u0067\u0072\u0061\u0070h",0x2029:"\u0070a\u0072a\u0067\u0072\u0061\u0070\u0068s\u0065\u0070a\u0072\u0061\u0074\u006f\u0072",0x2225:"\u0070\u0061\u0072\u0061\u006c\u006c\u0065\u006c",0x25b1:"\u0070\u0061\u0072\u0061\u006c\u006c\u0065\u006c\u006f\u0067\u0072\u0061\u006d",0x25b0:"\u0070a\u0072a\u006c\u006c\u0065\u006c\u006fg\u0072\u0061m\u0062\u006c\u0061\u0063\u006b",0x0028:"\u0070a\u0072\u0065\u006e\u006c\u0065\u0066t",0xfd3e:"p\u0061\u0072\u0065\u006ele\u0066t\u0061\u006c\u0074\u006f\u006ee\u0061\u0072\u0061\u0062\u0069\u0063",0xf8ed:"p\u0061\u0072\u0065\u006e\u006c\u0065\u0066\u0074\u0062\u0074",0xf8ec:"p\u0061\u0072\u0065\u006e\u006c\u0065\u0066\u0074\u0065\u0078",0x208d:"\u0070\u0061\u0072\u0065\u006e\u006c\u0065\u0066\u0074\u0069\u006e\u0066e\u0072\u0069\u006f\u0072",0xff08:"\u0070a\u0072e\u006e\u006c\u0065\u0066\u0074m\u006f\u006eo\u0073\u0070\u0061\u0063\u0065",0xfe59:"\u0070\u0061\u0072\u0065\u006e\u006c\u0065\u0066\u0074s\u006d\u0061\u006c\u006c",0x207d:"\u0070\u0061\u0072\u0065\u006e\u006c\u0065\u0066\u0074\u0073\u0075\u0070e\u0072\u0069\u006f\u0072",0xf8eb:"p\u0061\u0072\u0065\u006e\u006c\u0065\u0066\u0074\u0074\u0070",0xfe35:"\u0070\u0061\u0072\u0065\u006e\u006c\u0065\u0066\u0074\u0076\u0065\u0072t\u0069\u0063\u0061\u006c",0x0029:"\u0070\u0061\u0072\u0065\u006e\u0072\u0069\u0067\u0068\u0074",0xfd3f:"\u0070\u0061\u0072\u0065nr\u0069\u0067\u0068\u0074\u0061\u006c\u0074\u006f\u006e\u0065\u0061\u0072\u0061\u0062i\u0063",0xf8f8:"\u0070\u0061\u0072e\u006e\u0072\u0069\u0067\u0068\u0074\u0062\u0074",0xf8f7:"\u0070\u0061\u0072e\u006e\u0072\u0069\u0067\u0068\u0074\u0065\u0078",0x208e:"\u0070a\u0072e\u006e\u0072\u0069\u0067\u0068t\u0069\u006ef\u0065\u0072\u0069\u006f\u0072",0xff09:"\u0070\u0061\u0072\u0065nr\u0069\u0067\u0068\u0074\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0xfe5a:"\u0070a\u0072e\u006e\u0072\u0069\u0067\u0068\u0074\u0073\u006d\u0061\u006c\u006c",0x207e:"\u0070a\u0072e\u006e\u0072\u0069\u0067\u0068t\u0073\u0075p\u0065\u0072\u0069\u006f\u0072",0xf8f6:"\u0070\u0061\u0072e\u006e\u0072\u0069\u0067\u0068\u0074\u0074\u0070",0xfe36:"\u0070a\u0072e\u006e\u0072\u0069\u0067\u0068t\u0076\u0065r\u0074\u0069\u0063\u0061\u006c",0x2af3:"\u0070\u0061\u0072\u0073\u0069\u006d",0x2202:"p\u0061\u0072\u0074\u0069\u0061\u006c\u0064\u0069\u0066\u0066",0x2aa3:"\u0070\u0061\u0072\u0074ia\u006c\u006d\u0065\u0065\u0074\u0063\u006f\u006e\u0074\u0072\u0061\u0063\u0074\u0069o\u006e",0x0599:"\u0070\u0061\u0073h\u0074\u0061\u0068\u0065\u0062\u0072\u0065\u0077",0x33a9:"\u0070\u0061\u0073\u0071\u0075\u0061\u0072\u0065",0x05b7:"\u0070a\u0074\u0061\u0068\u0031\u0031",0x05a1:"p\u0061\u007a\u0065\u0072\u0068\u0065\u0062\u0072\u0065\u0077",0x3106:"\u0070b\u006f\u0070\u006f\u006d\u006f\u0066o",0x24df:"\u0070c\u0069\u0072\u0063\u006c\u0065",0x1e57:"\u0070\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074",0x043f:"\u0070\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0xfb44:"\u0070\u0065\u0064\u0061\u0067\u0065\u0073\u0068",0x333b:"p\u0065\u0065\u007a\u0069\u0073\u0071\u0075\u0061\u0072\u0065",0xfb43:"\u0070\u0065\u0066\u0069na\u006c\u0064\u0061\u0067\u0065\u0073\u0068\u0068\u0065\u0062\u0072\u0065\u0077",0x067e:"\u0070e\u0068\u0061\u0072\u0061\u0062\u0069c",0x057a:"p\u0065\u0068\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0xfb57:"\u0070\u0065\u0068\u0066\u0069\u006e\u0061\u006c\u0061r\u0061\u0062\u0069\u0063",0xfb58:"\u0070\u0065h\u0069\u006e\u0069t\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",0x307a:"\u0070\u0065\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0xfb56:"p\u0065\u0068\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064",0xfb59:"\u0070e\u0068m\u0065\u0064\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",0xe813:"\u0070\u0065\u0068\u0077\u0069\u0074\u0068\u0068\u0065\u0068\u0069\u006ei\u0074\u0069\u0061\u006c",0x30da:"\u0070\u0065\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0x04a7:"p\u0065m\u0069\u0064\u0064\u006c\u0065\u0068\u006f\u006fk\u0063\u0079\u0072\u0069ll\u0069\u0063",0x2b20:"\u0070\u0065\u006e\u0074\u0061\u0067\u006f\u006e",0x2b1f:"\u0070\u0065\u006e\u0074\u0061\u0067\u006f\u006e\u0062\u006c\u0061\u0063\u006b",0xfb4e:"\u0070\u0065\u0072a\u0066\u0065\u0068\u0065\u0062\u0072\u0065\u0077",0x0025:"\u0070e\u0072\u0063\u0065\u006e\u0074",0x066a:"\u0070\u0065\u0072\u0063\u0065\u006e\u0074\u0061\u0072\u0061\u0062\u0069\u0063",0xff05:"\u0070\u0065r\u0063\u0065\u006et\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0xfe6a:"\u0070\u0065\u0072c\u0065\u006e\u0074\u0073\u006d\u0061\u006c\u006c",0x002e:"\u0070\u0065\u0072\u0069\u006f\u0064",0x0589:"\u0070\u0065\u0072\u0069\u006f\u0064\u0061\u0072\u006de\u006e\u0069\u0061\u006e",0x00b7:"\u0070\u0065\u0072\u0069\u006f\u0064\u0063\u0065\u006et\u0065\u0072\u0065\u0064",0x0097:"\u0070\u0065r\u0069\u006f\u0064c\u0065\u006e\u0074\u0065\u0072\u0065\u0064\u002e\u0030",0xff61:"\u0070e\u0072i\u006f\u0064\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068",0xf6e7:"\u0070\u0065\u0072\u0069\u006f\u0064\u0069\u006e\u0066e\u0072\u0069\u006f\u0072",0xff0e:"\u0070e\u0072i\u006f\u0064\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0xfe52:"p\u0065\u0072\u0069\u006f\u0064\u0073\u006d\u0061\u006c\u006c",0xf6e8:"\u0070\u0065\u0072\u0069\u006f\u0064\u0073\u0075\u0070e\u0072\u0069\u006f\u0072",0x0342:"\u0070\u0065\u0072\u0069sp\u006f\u006d\u0065\u006e\u0069\u0067\u0072\u0065\u0065\u006b\u0063\u006d\u0062",0x27c2:"\u0070\u0065\u0072\u0070",0x2a5e:"\u0070\u0065\u0072\u0070\u0063\u006f\u0072\u0072\u0065s\u0070\u006f\u006e\u0064",0x22a5:"\u0070\u0065\u0072\u0070\u0065\u006e\u0064\u0069\u0063\u0075\u006c\u0061\u0072",0x2ae1:"\u0070\u0065\u0072p\u0073",0x2031:"\u0070\u0065\u0072\u0074\u0065\u006e\u0074\u0068\u006fu\u0073\u0061\u006e\u0064",0x2030:"p\u0065\u0072\u0074\u0068\u006f\u0075\u0073\u0061\u006e\u0064",0x20a7:"\u0070\u0065\u0073\u0065\u0074\u0061",0xf81b:"\u0070\u0065\u0073o\u0031",0x338a:"\u0070\u0066\u0073\u0071\u0075\u0061\u0072\u0065",0x09ab:"\u0070\u0068\u0061\u0062\u0065\u006e\u0067\u0061\u006c\u0069",0x092b:"\u0070h\u0061\u0064\u0065\u0076\u0061",0x0aab:"p\u0068\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069",0x0a2b:"p\u0068\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0x03c6:"\u0070\u0068\u0069",0x03d5:"\u0070\u0068\u0069\u0031",0x327a:"p\u0068i\u0065\u0075\u0070\u0068\u0061\u0063\u0069\u0072c\u006c\u0065\u006b\u006fre\u0061\u006e",0x321a:"\u0070\u0068\u0069\u0065up\u0068\u0061\u0070\u0061\u0072\u0065\u006e\u006b\u006f\u0072\u0065\u0061\u006e",0x326c:"\u0070\u0068\u0069\u0065up\u0068\u0063\u0069\u0072\u0063\u006c\u0065\u006b\u006f\u0072\u0065\u0061\u006e",0x314d:"\u0070\u0068\u0069\u0065\u0075\u0070\u0068\u006b\u006f\u0072\u0065\u0061\u006e",0x320c:"\u0070h\u0069e\u0075\u0070\u0068\u0070\u0061r\u0065\u006ek\u006f\u0072\u0065\u0061\u006e",0x0278:"\u0070\u0068\u0069\u006c\u0061\u0074\u0069\u006e",0x0e3a:"p\u0068\u0069\u006e\u0074\u0068\u0075\u0074\u0068\u0061\u0069",0x01a5:"\u0070\u0068\u006fo\u006b",0x0e1e:"p\u0068\u006f\u0070\u0068\u0061\u006e\u0074\u0068\u0061\u0069",0x0e1c:"\u0070\u0068\u006fp\u0068\u0075\u006e\u0067\u0074\u0068\u0061\u0069",0x0e20:"\u0070\u0068\u006f\u0073\u0061\u006d\u0070\u0068\u0061o\u0074\u0068\u0061\u0069",0x03c0:"\u0070\u0069",0x3273:"\u0070i\u0065u\u0070\u0061\u0063\u0069\u0072c\u006c\u0065k\u006f\u0072\u0065\u0061\u006e",0x3213:"\u0070\u0069\u0065\u0075\u0070\u0061\u0070\u0061\u0072\u0065\u006e\u006bo\u0072\u0065\u0061\u006e",0x3176:"\u0070\u0069e\u0075\u0070\u0063i\u0065\u0075\u0063\u006b\u006f\u0072\u0065\u0061\u006e",0x3265:"\u0070\u0069\u0065\u0075\u0070\u0063\u0069\u0072\u0063\u006c\u0065\u006bo\u0072\u0065\u0061\u006e",0x3172:"\u0070\u0069\u0065\u0075\u0070\u006b\u0069\u0079\u0065\u006f\u006b\u006bo\u0072\u0065\u0061\u006e",0x3142:"p\u0069\u0065\u0075\u0070\u006b\u006f\u0072\u0065\u0061\u006e",0x3205:"\u0070\u0069e\u0075\u0070\u0070a\u0072\u0065\u006e\u006b\u006f\u0072\u0065\u0061\u006e",0x3174:"p\u0069\u0065\u0075\u0070si\u006fs\u006b\u0069\u0079\u0065\u006fk\u006b\u006f\u0072\u0065\u0061\u006e",0x3144:"\u0070i\u0065u\u0070\u0073\u0069\u006f\u0073\u006b\u006f\u0072\u0065\u0061\u006e",0x3175:"p\u0069\u0065\u0075\u0070si\u006fs\u0074\u0069\u006b\u0065\u0075t\u006b\u006f\u0072\u0065\u0061\u006e",0x3177:"\u0070i\u0065u\u0070\u0074\u0068\u0069\u0065u\u0074\u0068k\u006f\u0072\u0065\u0061\u006e",0x3173:"\u0070\u0069\u0065\u0075\u0070\u0074\u0069\u006b\u0065\u0075\u0074\u006bo\u0072\u0065\u0061\u006e",0x3074:"\u0070\u0069\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x30d4:"\u0070\u0069\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0x0583:"\u0070\u0069\u0077r\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x210f:"\u0070\u006c\u0061\u006e\u0063\u006b\u006f\u0076\u0065\u0072\u0032\u0070\u0069",0x002b:"\u0070\u006c\u0075\u0073",0x031f:"\u0070\u006c\u0075s\u0062\u0065\u006c\u006f\u0077\u0063\u006d\u0062",0x2a25:"\u0070l\u0075\u0073\u0064\u006f\u0074",0x2a72:"\u0070l\u0075\u0073\u0065\u0071\u0071",0x2a23:"\u0070l\u0075\u0073\u0068\u0061\u0074",0x208a:"\u0070\u006c\u0075s\u0069\u006e\u0066\u0065\u0072\u0069\u006f\u0072",0x00b1:"\u0070l\u0075\u0073\u006d\u0069\u006e\u0075s",0x02d6:"\u0070l\u0075\u0073\u006d\u006f\u0064",0xff0b:"\u0070\u006c\u0075\u0073\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0x2a26:"\u0070l\u0075\u0073\u0073\u0069\u006d",0xfe62:"\u0070l\u0075\u0073\u0073\u006d\u0061\u006cl",0x2a27:"\u0070\u006c\u0075\u0073\u0073\u0075\u0062\u0074\u0077\u006f",0x207a:"\u0070\u006c\u0075s\u0073\u0075\u0070\u0065\u0072\u0069\u006f\u0072",0x2a28:"\u0070\u006c\u0075\u0073\u0074\u0072\u0069\u0066",0xff50:"\u0070\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0x33d8:"\u0070\u006d\u0073\u0071\u0075\u0061\u0072\u0065",0x307d:"\u0070\u006f\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x261f:"\u0070\u006f\u0069\u006eti\u006e\u0067\u0069\u006e\u0064\u0065\u0078\u0064\u006f\u0077\u006e\u0077\u0068\u0069t\u0065",0x261c:"\u0070\u006f\u0069\u006eti\u006e\u0067\u0069\u006e\u0064\u0065\u0078\u006c\u0065\u0066\u0074\u0077\u0068\u0069t\u0065",0x261d:"p\u006fi\u006e\u0074\u0069\u006e\u0067\u0069\u006e\u0064e\u0078\u0075\u0070\u0077hi\u0074\u0065",0x2a15:"\u0070\u006f\u0069\u006e\u0074\u0069\u006e\u0074",0x30dd:"\u0070\u006f\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0x0e1b:"\u0070o\u0070\u006c\u0061\u0074\u0068\u0061i",0x3012:"\u0070\u006f\u0073\u0074\u0061\u006c\u006d\u0061\u0072\u006b",0x3020:"\u0070\u006f\u0073\u0074\u0061\u006c\u006d\u0061\u0072k\u0066\u0061\u0063\u0065",0x24ab:"\u0070\u0070\u0061\u0072\u0065\u006e",0x2ab7:"\u0070\u0072\u0065\u0063\u0061\u0070\u0070\u0072\u006f\u0078",0x2ab9:"\u0070\u0072e\u0063\u0065\u0064e\u006e\u006f\u0074\u0064\u0062\u006c\u0065\u0071\u0076",0x2ab5:"\u0070\u0072\u0065\u0063\u0065\u0064\u0065\u006e\u006f\u0074\u0073\u006cn\u0074\u0065\u0071\u006c",0x22e8:"\u0070r\u0065c\u0065\u0064\u0065\u006f\u0072n\u006f\u0074e\u0071\u0076\u006c\u006e\u0074",0x227a:"\u0070\u0072\u0065\u0063\u0065\u0064\u0065\u0073",0x2aaf:"\u0070\u0072\u0065\u0063\u0065\u0064\u0065\u0073\u0065\u0071\u0075\u0061\u006c",0x227c:"\u0070r\u0065c\u0065\u0064\u0065\u0073\u006f\u0072\u0063\u0075\u0072\u006c\u0079",0x227e:"\u0070r\u0065c\u0065\u0064\u0065\u0073\u006f\u0072\u0065\u0071\u0075\u0061\u006c",0x2ab3:"\u0070r\u0065\u0063\u0065\u0071\u0071",0x2ab1:"\u0070r\u0065\u0063\u006e\u0065\u0071",0x211e:"\u0070\u0072\u0065s\u0063\u0072\u0069\u0070\u0074\u0069\u006f\u006e",0x0243:"p\u0072\u0069\u006d\u0065\u0064\u0062\u006c\u006d\u006f\u0064",0x02b9:"\u0070\u0072\u0069\u006d\u0065\u006d\u006f\u0064",0x2035:"\u0070\u0072\u0069\u006d\u0065\u0072\u0065\u0076\u0065\u0072\u0073\u0065\u0064",0x220f:"\u0070r\u006f\u0064\u0075\u0063\u0074",0x2313:"\u0070\u0072\u006f\u0066\u0073\u0075\u0072\u0066",0x2305:"\u0070\u0072\u006f\u006a\u0065\u0063\u0074\u0069\u0076\u0065",0x30fc:"\u0070\u0072\u006f\u006c\u006f\u006e\u0067\u0065\u0064\u006b\u0061\u006e\u0061",0x2318:"\u0070r\u006f\u0070\u0065\u006c\u006c\u006fr",0x2282:"\u0070\u0072\u006fp\u0065\u0072\u0073\u0075\u0062\u0073\u0065\u0074",0x2283:"\u0070\u0072\u006f\u0070\u0065\u0072\u0073\u0075\u0070e\u0072\u0073\u0065\u0074",0x2237:"\u0070\u0072\u006f\u0070\u006f\u0072\u0074\u0069\u006f\u006e",0x221d:"\u0070\u0072\u006fp\u006f\u0072\u0074\u0069\u006f\u006e\u0061\u006c",0x22b0:"\u0070\u0072\u0075\u0072\u0065\u006c",0x03c8:"\u0070\u0073\u0069",0x0471:"p\u0073\u0069\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x0486:"\u0070s\u0069\u006c\u0069\u0070\u006e\u0065\u0075\u006d\u0061\u0074\u0061c\u0079\u0072\u0069\u006c\u006c\u0069\u0063\u0063\u006d\u0062",0x33b0:"\u0070\u0073\u0073\u0071\u0075\u0061\u0072\u0065",0x3077:"\u0070\u0075\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x30d7:"\u0070\u0075\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0x27d3:"\u0070\u0075\u006c\u006c\u0062\u0061\u0063\u006b",0x2008:"\u0070\u0075n\u0063\u0074\u0075a\u0074\u0069\u006f\u006e\u0073\u0070\u0061\u0063\u0065",0x27d4:"\u0070u\u0073\u0068\u006f\u0075\u0074",0x33b4:"\u0070\u0076\u0073\u0071\u0075\u0061\u0072\u0065",0x33ba:"\u0070\u0077\u0073\u0071\u0075\u0061\u0072\u0065",0x0071:"\u0071",0x0958:"\u0071\u0061\u0064\u0065\u0076\u0061",0x05a8:"q\u0061\u0064\u006d\u0061\u0068\u0065\u0062\u0072\u0065\u0077",0xfed6:"\u0071\u0061\u0066\u0066\u0069\u006e\u0061\u006c\u0061r\u0061\u0062\u0069\u0063",0xfed7:"\u0071\u0061f\u0069\u006e\u0069t\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",0xfed5:"q\u0061\u0066\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064",0xfed8:"\u0071a\u0066m\u0065\u0064\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",0x059f:"\u0071\u0061r\u006e\u0065\u0079p\u0061\u0072\u0061\u0068\u0065\u0062\u0072\u0065\u0077",0x3111:"\u0071b\u006f\u0070\u006f\u006d\u006f\u0066o",0x24e0:"\u0071c\u0069\u0072\u0063\u006c\u0065",0x02a0:"\u0071\u0068\u006fo\u006b",0xff51:"\u0071\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0xfb47:"\u0071o\u0066\u0064\u0061\u0067\u0065\u0073h",0x05e7:"\u0071o\u0066q\u0075\u0062\u0075\u0074\u0073\u0068\u0065\u0062\u0072\u0065\u0077",0x24ac:"\u0071\u0070\u0061\u0072\u0065\u006e",0x2057:"\u0071\u0070\u0072\u0069\u006d\u0065",0x2669:"q\u0075\u0061\u0072\u0074\u0065\u0072\u006e\u006f\u0074\u0065",0x05bb:"\u0071\u0075b\u0075\u0074\u0073w\u0069\u0064\u0065\u0068\u0065\u0062\u0072\u0065\u0077",0x225f:"\u0071u\u0065\u0073\u0074\u0065\u0071",0x003f:"\u0071\u0075\u0065\u0073\u0074\u0069\u006f\u006e",0x055e:"\u0071\u0075e\u0073\u0074\u0069o\u006e\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x00bf:"\u0071\u0075\u0065s\u0074\u0069\u006f\u006e\u0064\u006f\u0077\u006e",0xf7bf:"\u0071\u0075\u0065\u0073\u0074\u0069\u006f\u006e\u0064\u006f\u0077\u006es\u006d\u0061\u006c\u006c",0x037e:"\u0071\u0075\u0065\u0073\u0074\u0069\u006f\u006e\u0067\u0072\u0065\u0065\u006b",0xff1f:"\u0071\u0075\u0065\u0073\u0074\u0069\u006f\u006e\u006d\u006f\u006e\u006fs\u0070\u0061\u0063\u0065",0xf73f:"\u0071\u0075\u0065\u0073\u0074\u0069\u006f\u006e\u0073\u006d\u0061\u006c\u006c",0x0022:"\u0071\u0075\u006f\u0074\u0065\u0064\u0062\u006c",0x201e:"\u0071\u0075\u006ft\u0065\u0064\u0062\u006c\u0062\u0061\u0073\u0065",0x201c:"\u0071\u0075\u006ft\u0065\u0064\u0062\u006c\u006c\u0065\u0066\u0074",0xff02:"\u0071\u0075\u006f\u0074\u0065\u0064\u0062\u006c\u006d\u006f\u006e\u006fs\u0070\u0061\u0063\u0065",0x301e:"\u0071\u0075\u006f\u0074\u0065\u0064\u0062\u006c\u0070\u0072\u0069\u006d\u0065",0x301d:"q\u0075\u006f\u0074\u0065db\u006cp\u0072\u0069\u006d\u0065\u0072e\u0076\u0065\u0072\u0073\u0065\u0064",0x201f:"q\u0075\u006f\u0074\u0065\u0064\u0062\u006c\u0072\u0065\u0076",0x201d:"\u0071\u0075\u006f\u0074\u0065\u0064\u0062\u006c\u0072\u0069\u0067\u0068\u0074",0x2018:"\u0071u\u006f\u0074\u0065\u006c\u0065\u0066t",0x0244:"\u0071\u0075\u006ft\u0065\u006c\u0065\u0066\u0074\u006d\u006f\u0064",0x201b:"\u0071\u0075\u006f\u0074\u0065\u0072\u0065\u0076\u0065\u0072\u0073\u0065\u0064",0x2019:"\u0071\u0075\u006f\u0074\u0065\u0072\u0069\u0067\u0068\u0074",0x0149:"q\u0075\u006f\u0074\u0065\u0072\u0069\u0067\u0068\u0074\u006e",0x201a:"\u0071\u0075\u006f\u0074\u0065\u0073\u0069\u006e\u0067l\u0062\u0061\u0073\u0065",0x0027:"q\u0075\u006f\u0074\u0065\u0073\u0069\u006e\u0067\u006c\u0065",0xff07:"q\u0075o\u0074\u0065\u0073\u0069\u006e\u0067\u006c\u0065m\u006f\u006e\u006f\u0073pa\u0063\u0065",0x0072:"\u0072",0x27eb:"\u0072\u0041\u006e\u0067\u006c\u0065",0x2984:"\u0072\u0042\u0072\u0061\u0063\u0065",0x2986:"\u0072\u0050\u0061\u0072\u0065\u006e",0x057c:"\u0072\u0061\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x09b0:"\u0072a\u0062\u0065\u006e\u0067\u0061\u006ci",0x0155:"\u0072\u0061\u0063\u0075\u0074\u0065",0x0930:"\u0072\u0061\u0064\u0065\u0076\u0061",0x221a:"\u0072a\u0064\u0069\u0063\u0061\u006c",0xf8e5:"\u0072a\u0064\u0069\u0063\u0061\u006c\u0065x",0x33ae:"\u0072\u0061\u0064\u006f\u0076\u0065\u0072\u0073\u0073q\u0075\u0061\u0072\u0065",0x33af:"r\u0061\u0064\u006f\u0076er\u0073s\u0071\u0075\u0061\u0072\u0065d\u0073\u0071\u0075\u0061\u0072\u0065",0x33ad:"\u0072a\u0064\u0073\u0071\u0075\u0061\u0072e",0x0ab0:"\u0072\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069",0x0a30:"\u0072\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0x3089:"\u0072\u0061\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x024d:"\u0072\u0061\u0069\u0073\u0065\u0064",0x30e9:"\u0072\u0061\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0xff97:"\u0072\u0061\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068",0x09f1:"\u0072\u0061\u006c\u006fwe\u0072\u0064\u0069\u0061\u0067\u006f\u006e\u0061\u006c\u0062\u0065\u006e\u0067\u0061l\u0069",0x09f0:"\u0072\u0061\u006did\u0064\u006c\u0065\u0064\u0069\u0061\u0067\u006f\u006e\u0061\u006c\u0062\u0065\u006e\u0067\u0061\u006c\u0069",0x0264:"\u0072\u0061\u006d\u0073\u0068\u006f\u0072\u006e",0x2992:"\u0072a\u006e\u0067\u006c\u0065\u0064\u006ft",0x237c:"r\u0061\u006e\u0067\u006ced\u006fw\u006e\u007a\u0069\u0067\u007aa\u0067\u0061\u0072\u0072\u006f\u0077",0x2236:"\u0072\u0061\u0074i\u006f",0xe816:"\u0072\u0061\u0079\u0061\u006c\u0065\u0066\u006c\u0061\u006d",0x27c6:"\u0072\u0062\u0061\u0067",0x2998:"\u0072\u0062\u006c\u006b\u0062\u0072\u0062\u0072\u0061\u006b",0x3116:"\u0072b\u006f\u0070\u006f\u006d\u006f\u0066o",0x23ad:"\u0072\u0062\u0072\u0061\u0063\u0065\u006c\u0065\u006e\u0064",0x23ac:"\u0072b\u0072\u0061\u0063\u0065\u006d\u0069d",0x23ab:"\u0072\u0062\u0072\u0061\u0063\u0065\u0075\u0065\u006e\u0064",0x23a5:"\u0072\u0062\u0072\u0061\u0063\u006b\u0065\u0078\u0074e\u006e\u0064\u0065\u0072",0x23a6:"\u0072\u0062\u0072\u0061\u0063\u006b\u006c\u0065\u006e\u0064",0x298e:"\u0072\u0062\u0072a\u0063\u006b\u006c\u0072\u0074\u0069\u0063\u006b",0x298c:"\u0072\u0062\u0072\u0061\u0063\u006b\u0075\u0062\u0061\u0072",0x23a4:"\u0072\u0062\u0072\u0061\u0063\u006b\u0075\u0065\u006e\u0064",0x2990:"\u0072\u0062\u0072a\u0063\u006b\u0075\u0072\u0074\u0069\u0063\u006b",0x2773:"\u0072b\u0072\u0062\u0072\u0061\u006b",0x0159:"\u0072\u0063\u0061\u0072\u006f\u006e",0x0157:"\u0072\u0063\u0065\u0064\u0069\u006c\u006c\u0061",0xf81f:"\u0072c\u0065\u0064\u0069\u006c\u006c\u00611",0x24e1:"\u0072c\u0069\u0072\u0063\u006c\u0065",0xf832:"r\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078",0x29fd:"r\u0063\u0075\u0072\u0076\u0079\u0061\u006e\u0067\u006c\u0065",0x0211:"\u0072d\u0062\u006c\u0067\u0072\u0061\u0076e",0x292b:"\u0072\u0064\u0069a\u0067\u006f\u0076\u0066\u0064\u0069\u0061\u0067",0x2930:"\u0072\u0064\u0069\u0061\u0067\u006f\u0076\u0073\u0065a\u0072\u0072\u006f\u0077",0x1e59:"\u0072\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074",0x1e5b:"\u0072d\u006f\u0074\u0062\u0065\u006c\u006fw",0x1e5d:"\u0072d\u006ft\u0062\u0065\u006c\u006f\u0077\u006d\u0061\u0063\u0072\u006f\u006e",0x2117:"r\u0065\u0063\u006f\u0072\u0064\u0072\u0069\u0067\u0068\u0074",0x203b:"\u0072\u0065\u0066\u0065\u0072\u0065\u006e\u0063\u0065\u006d\u0061\u0072\u006b",0x2286:"\u0072\u0065\u0066l\u0065\u0078\u0073\u0075\u0062\u0073\u0065\u0074",0x2287:"\u0072\u0065\u0066\u006c\u0065\u0078\u0073\u0075\u0070e\u0072\u0073\u0065\u0074",0x00ae:"\u0072\u0065\u0067\u0069\u0073\u0074\u0065\u0072\u0065\u0064",0xf8e8:"\u0072\u0065\u0067i\u0073\u0074\u0065\u0072\u0073\u0061\u006e\u0073",0xf6da:"\u0072\u0065\u0067\u0069\u0073\u0074\u0065\u0072\u0073\u0065\u0072\u0069\u0066",0x0631:"\u0072e\u0068\u0061\u0072\u0061\u0062\u0069c",0x0580:"r\u0065\u0068\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0xfeae:"\u0072\u0065\u0068\u0066\u0069\u006e\u0061\u006c\u0061r\u0061\u0062\u0069\u0063",0x308c:"\u0072\u0065\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0xfead:"r\u0065\u0068\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064",0x30ec:"\u0072\u0065\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0xff9a:"\u0072\u0065\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068",0xfb48:"\u0072\u0065s\u0068\u0064\u0061g\u0065\u0073\u0068\u0068\u0065\u0062\u0072\u0065\u0077",0x05e8:"\u0072e\u0073\u0068\u0068\u0069\u0072\u0069q",0x211f:"\u0072\u0065\u0073\u0070\u006f\u006e\u0073\u0065",0x29a3:"\u0072\u0065\u0076\u0061\u006e\u0067\u006c\u0065",0x29a5:"\u0072\u0065\u0076a\u006e\u0067\u006c\u0065\u0075\u0062\u0061\u0072",0x22cd:"\u0072\u0065\u0076\u0061\u0073\u0079\u006d\u0070\u0074e\u0071\u0075\u0061\u006c",0x29b0:"r\u0065\u0076\u0065\u006d\u0070\u0074\u0079\u0073\u0065\u0074",0x223d:"\u0072\u0065\u0076\u0065\u0072\u0073\u0065\u0064\u0074\u0069\u006c\u0064\u0065",0x0597:"\u0072e\u0076i\u0061\u006d\u0075\u0067\u0072a\u0073\u0068h\u0065\u0062\u0072\u0065\u0077",0x2310:"\u0072\u0065\u0076\u006c\u006f\u0067\u0069\u0063\u0061\u006c\u006e\u006f\u0074",0x2aee:"\u0072e\u0076\u006e\u006d\u0069\u0064",0x29d2:"\u0072\u0066\u0062\u006f\u0077\u0074\u0069\u0065",0x027e:"\u0072f\u0069\u0073\u0068\u0068\u006f\u006fk",0x027f:"\u0072\u0066\u0069\u0073\u0068\u0068\u006f\u006f\u006b\u0072\u0065\u0076e\u0072\u0073\u0065\u0064",0x29d5:"\u0072f\u0074\u0069\u006d\u0065\u0073",0x09dd:"\u0072\u0068\u0061\u0062\u0065\u006e\u0067\u0061\u006c\u0069",0x095d:"\u0072h\u0061\u0064\u0065\u0076\u0061",0x03c1:"\u0072\u0068\u006f",0x027d:"\u0072\u0068\u006fo\u006b",0x027b:"r\u0068\u006f\u006f\u006b\u0074\u0075\u0072\u006e\u0065\u0064",0x02b5:"\u0072\u0068\u006f\u006fkt\u0075\u0072\u006e\u0065\u0064\u0073\u0075\u0070\u0065\u0072\u0069\u006f\u0072",0x03f1:"\u0072\u0068\u006f\u0073\u0079\u006d\u0062\u006f\u006cg\u0072\u0065\u0065\u006b",0x02de:"\u0072\u0068\u006f\u0074\u0069\u0063\u0068\u006f\u006f\u006b\u006d\u006f\u0064",0x3271:"\u0072i\u0065u\u006c\u0061\u0063\u0069\u0072c\u006c\u0065k\u006f\u0072\u0065\u0061\u006e",0x3211:"\u0072\u0069\u0065\u0075\u006c\u0061\u0070\u0061\u0072\u0065\u006e\u006bo\u0072\u0065\u0061\u006e",0x3263:"\u0072\u0069\u0065\u0075\u006c\u0063\u0069\u0072\u0063\u006c\u0065\u006bo\u0072\u0065\u0061\u006e",0x3140:"\u0072\u0069e\u0075\u006c\u0068i\u0065\u0075\u0068\u006b\u006f\u0072\u0065\u0061\u006e",0x313a:"\u0072\u0069\u0065\u0075\u006c\u006b\u0069\u0079\u0065\u006f\u006b\u006bo\u0072\u0065\u0061\u006e",0x3169:"r\u0069\u0065\u0075\u006cki\u0079e\u006f\u006b\u0073\u0069\u006fs\u006b\u006f\u0072\u0065\u0061\u006e",0x3139:"r\u0069\u0065\u0075\u006c\u006b\u006f\u0072\u0065\u0061\u006e",0x313b:"\u0072\u0069e\u0075\u006c\u006di\u0065\u0075\u006d\u006b\u006f\u0072\u0065\u0061\u006e",0x316c:"\u0072i\u0065u\u006c\u0070\u0061\u006e\u0073i\u006f\u0073k\u006f\u0072\u0065\u0061\u006e",0x3203:"\u0072\u0069e\u0075\u006c\u0070a\u0072\u0065\u006e\u006b\u006f\u0072\u0065\u0061\u006e",0x313f:"\u0072i\u0065u\u006c\u0070\u0068\u0069\u0065u\u0070\u0068k\u006f\u0072\u0065\u0061\u006e",0x313c:"\u0072\u0069e\u0075\u006c\u0070i\u0065\u0075\u0070\u006b\u006f\u0072\u0065\u0061\u006e",0x316b:"r\u0069e\u0075\u006c\u0070\u0069\u0065\u0075\u0070\u0073i\u006f\u0073\u006b\u006fre\u0061\u006e",0x313d:"\u0072i\u0065u\u006c\u0073\u0069\u006f\u0073\u006b\u006f\u0072\u0065\u0061\u006e",0x313e:"\u0072i\u0065u\u006c\u0074\u0068\u0069\u0065u\u0074\u0068k\u006f\u0072\u0065\u0061\u006e",0x316a:"\u0072\u0069\u0065\u0075\u006c\u0074\u0069\u006b\u0065\u0075\u0074\u006bo\u0072\u0065\u0061\u006e",0x316d:"\u0072\u0069\u0065\u0075ly\u0065\u006f\u0072\u0069\u006e\u0068\u0069\u0065\u0075\u0068\u006b\u006f\u0072\u0065a\u006e",0x299d:"\u0072\u0069\u0067\u0068\u0074\u0061\u006e\u0067\u006ce\u006d\u0064\u006f\u0074",0x231d:"\u0072\u0069\u0067h\u0074\u0061\u006e\u0067\u006c\u0065\u006e\u0065",0x231c:"\u0072\u0069\u0067h\u0074\u0061\u006e\u0067\u006c\u0065\u006e\u0077",0x231f:"\u0072\u0069\u0067h\u0074\u0061\u006e\u0067\u006c\u0065\u0073\u0065",0x299c:"\u0072\u0069\u0067\u0068\u0074\u0061\u006e\u0067\u006c\u0065\u0073\u0071\u0072",0x231e:"\u0072\u0069\u0067h\u0074\u0061\u006e\u0067\u006c\u0065\u0073\u0077",0x2975:"\u0072\u0069g\u0068\u0074\u0061r\u0072\u006f\u0077\u0061\u0070\u0070\u0072\u006f\u0078",0x2b48:"r\u0069g\u0068\u0074\u0061\u0072\u0072\u006f\u0077\u0062a\u0063\u006b\u0061\u0070pr\u006f\u0078",0x2b4c:"\u0072i\u0067h\u0074\u0061\u0072\u0072\u006fw\u0062\u0073i\u006d\u0069\u006c\u0061\u0072",0x291e:"\u0072\u0069\u0067\u0068\u0074\u0061\u0072\u0072\u006f\u0077\u0064\u0069a\u006d\u006f\u006e\u0064",0x2b43:"\u0072\u0069\u0067\u0068\u0074\u0061\u0072\u0072\u006f\u0077\u0067\u0074\u0072",0x27f4:"\u0072\u0069\u0067\u0068\u0074\u0061\u0072\u0072\u006f\u0077\u006f\u006eo\u0070\u006c\u0075\u0073",0x2945:"\u0072\u0069\u0067\u0068\u0074\u0061\u0072\u0072\u006fw\u0070\u006c\u0075\u0073",0x2942:"\u0072i\u0067\u0068\u0074\u0061\u0072\u0072\u006f\u0077\u0073\u0068\u006fr\u0074\u006c\u0065\u0066\u0074\u0061\u0072\u0072\u006f\u0077",0x2974:"\u0072\u0069\u0067\u0068\u0074\u0061\u0072\u0072\u006f\u0077\u0073\u0069m\u0069\u006c\u0061\u0072",0x2b44:"\u0072\u0069g\u0068\u0074\u0061r\u0072\u006f\u0077\u0073\u0075\u0070\u0073\u0065\u0074",0x21fe:"\u0072i\u0067h\u0074\u0061\u0072\u0072\u006fw\u0074\u0072i\u0061\u006e\u0067\u006c\u0065",0x2947:"r\u0069\u0067\u0068\u0074\u0061\u0072\u0072\u006f\u0077\u0078",0x290d:"\u0072\u0069\u0067h\u0074\u0062\u006b\u0061\u0072\u0072\u006f\u0077",0x2933:"\u0072\u0069g\u0068\u0074\u0063u\u0072\u0076\u0065\u0064\u0061\u0072\u0072\u006f\u0077",0x291c:"\u0072\u0069\u0067h\u0074\u0064\u0062\u006c\u0074\u0061\u0069\u006c",0x2911:"\u0072\u0069\u0067\u0068\u0074\u0064\u006f\u0074\u0061\u0072\u0072\u006f\u0077",0x2937:"r\u0069g\u0068\u0074\u0064\u006f\u0077\u006e\u0063\u0075r\u0076\u0065\u0064\u0061rr\u006f\u0077",0x297d:"\u0072\u0069\u0067\u0068\u0074\u0066\u0069\u0073\u0068\u0074\u0061\u0069\u006c",0x20d1:"\u0072i\u0067h\u0074\u0068\u0061\u0072\u0070o\u006f\u006ea\u0063\u0063\u0065\u006e\u0074",0x2957:"\u0072\u0069\u0067\u0068th\u0061\u0072\u0070\u006f\u006f\u006e\u0064\u006f\u0077\u006e\u0062\u0061\u0072",0x2964:"\u0072\u0069\u0067\u0068th\u0061\u0072\u0070\u006f\u006f\u006e\u0073\u0075\u0070\u0064\u006f\u0077\u006e",0x2953:"\u0072\u0069\u0067\u0068\u0074\u0068\u0061\u0072\u0070\u006f\u006f\u006eu\u0070\u0062\u0061\u0072",0x296c:"\u0072i\u0067h\u0074\u0068\u0061\u0072\u0070o\u006f\u006eu\u0070\u0064\u0061\u0073\u0068",0x2970:"\u0072\u0069\u0067\u0068\u0074\u0069\u006d\u0070\u006c\u0079",0x2969:"r\u0069\u0067\u0068\u0074le\u0066t\u0068\u0061\u0072\u0070\u006fo\u006e\u0073\u0064\u006f\u0077\u006e",0x2968:"\u0072\u0069\u0067\u0068tl\u0065\u0066\u0074\u0068\u0061\u0072\u0070\u006f\u006f\u006e\u0073\u0075\u0070",0x263d:"\u0072i\u0067\u0068\u0074\u006d\u006f\u006fn",0x27d6:"\u0072\u0069\u0067\u0068\u0074\u006f\u0075\u0074\u0065r\u006a\u006f\u0069\u006e",0x2b54:"\u0072\u0069\u0067\u0068\u0074\u0070\u0065\u006e\u0074\u0061\u0067\u006f\u006e",0x2b53:"\u0072i\u0067h\u0074\u0070\u0065\u006e\u0074a\u0067\u006fn\u0062\u006c\u0061\u0063\u006b",0x21c9:"\u0072\u0069g\u0068\u0074\u0072i\u0067\u0068\u0074\u0061\u0072\u0072\u006f\u0077\u0073",0x0319:"\u0072\u0069\u0067\u0068\u0074\u0074\u0061\u0063\u006b\u0062\u0065\u006co\u0077\u0063\u006d\u0062",0x291a:"\u0072i\u0067\u0068\u0074\u0074\u0061\u0069l",0x21f6:"\u0072\u0069g\u0068\u0074\u0074h\u0072\u0065\u0065\u0061\u0072\u0072\u006f\u0077\u0073",0x22bf:"\u0072\u0069\u0067\u0068\u0074\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065",0x219d:"\u0072\u0069\u0067\u0068\u0074\u0077\u0061\u0076\u0065a\u0072\u0072\u006f\u0077",0x308a:"\u0072\u0069\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x30ea:"\u0072\u0069\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0xff98:"\u0072\u0069\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068",0x02da:"\u0072\u0069\u006e\u0067",0xf007:"\u0072\u0069\u006eg\u0031",0x0325:"\u0072\u0069\u006eg\u0062\u0065\u006c\u006f\u0077\u0063\u006d\u0062",0x030a:"\u0072i\u006e\u0067\u0063\u006d\u0062",0xd80d:"\u0072\u0069\u006e\u0067\u0066\u0069\u0074\u0074\u0065\u0064",0x02bf:"\u0072\u0069\u006eg\u0068\u0061\u006c\u0066\u006c\u0065\u0066\u0074",0x0559:"r\u0069n\u0067\u0068\u0061\u006c\u0066\u006c\u0065\u0066t\u0061\u0072\u006d\u0065ni\u0061\u006e",0x031c:"r\u0069n\u0067\u0068\u0061\u006c\u0066\u006c\u0065\u0066t\u0062\u0065\u006c\u006fwc\u006d\u0062",0x02d3:"r\u0069n\u0067\u0068\u0061\u006c\u0066\u006c\u0065\u0066t\u0063\u0065\u006e\u0074er\u0065\u0064",0x02be:"\u0072\u0069\u006e\u0067\u0068\u0061\u006c\u0066\u0072\u0069\u0067\u0068\u0074",0x0339:"r\u0069\u006e\u0067\u0068al\u0066r\u0069\u0067\u0068\u0074\u0062e\u006c\u006f\u0077\u0063\u006d\u0062",0x02d2:"r\u0069\u006e\u0067\u0068al\u0066r\u0069\u0067\u0068\u0074\u0063e\u006e\u0074\u0065\u0072\u0065\u0064",0x2256:"r\u0069\u006e\u0067\u0069\u006e\u0065\u0071\u0075\u0061\u006c",0x028f:"\u0072\u0069\u006e\u0067le\u0066\u0074\u0068\u0061\u006c\u0066\u0073\u0075\u0062\u006e\u006f\u0073\u0070",0x0248:"\u0072\u0069\u006e\u0067\u006c\u0065\u0066\u0074\u0068\u0061\u006c\u0066s\u0075\u0070\u0065\u0072",0x2a22:"\u0072\u0069\u006e\u0067\u0070\u006c\u0075\u0073",0x02ac:"r\u0069n\u0067\u0072\u0069\u0067\u0068\u0074\u0068\u0061l\u0066\u0073\u0075\u0062no\u0073\u0070",0x0247:"\u0072i\u006eg\u0072\u0069\u0067\u0068\u0074h\u0061\u006cf\u0073\u0075\u0070\u0065\u0072",0x0213:"\u0072\u0069\u006e\u0076\u0065\u0072\u0074\u0065\u0064b\u0072\u0065\u0076\u0065",0x3351:"\u0072\u0069\u0074\u0074\u006f\u0072\u0075\u0073\u0071\u0075\u0061\u0072\u0065",0x202b:"\u0072\u006c\u0065",0x1e5f:"\u0072\u006c\u0069\u006e\u0065\u0062\u0065\u006c\u006f\u0077",0x027c:"\u0072\u006c\u006f\u006e\u0067\u006c\u0065\u0067",0x027a:"\u0072\u006c\u006f\u006e\u0067\u006c\u0065\u0067\u0074u\u0072\u006e\u0065\u0064",0xff52:"\u0072\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0x23b1:"\u0072\u006d\u006f\u0075\u0073\u0074\u0061\u0063\u0068\u0065",0x308d:"\u0072\u006f\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x30ed:"\u0072\u006f\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0xff9b:"\u0072\u006f\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068",0x0e23:"\u0072o\u0072\u0075\u0061\u0074\u0068\u0061i",0x24ad:"\u0072\u0070\u0061\u0072\u0065\u006e",0x239f:"\u0072\u0070\u0061\u0072\u0065\u006e\u0065\u0078\u0074e\u006e\u0064\u0065\u0072",0x2994:"\u0072p\u0061\u0072\u0065\u006e\u0067\u0074r",0x23a0:"\u0072\u0070\u0061\u0072\u0065\u006e\u006c\u0065\u006e\u0064",0x239e:"\u0072\u0070\u0061\u0072\u0065\u006e\u0075\u0065\u006e\u0064",0x2a12:"\u0072\u0070\u0070\u006f\u006c\u0069\u006e\u0074",0x09dc:"\u0072\u0072\u0061\u0062\u0065\u006e\u0067\u0061\u006c\u0069",0x0931:"\u0072r\u0061\u0064\u0065\u0076\u0061",0x0a5c:"r\u0072\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0x298a:"\u0072r\u0061\u006e\u0067\u006c\u0065",0x0691:"\u0072\u0072\u0065\u0068\u0061\u0072\u0061\u0062\u0069\u0063",0xfb8d:"\u0072r\u0065h\u0066\u0069\u006e\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",0x2988:"\u0072\u0072\u0070\u0061\u0072\u0065\u006e\u0074\u0068\u0065\u0073\u0069\u0073",0x09e0:"\u0072\u0072v\u006f\u0063\u0061l\u0069\u0063\u0062\u0065\u006e\u0067\u0061\u006c\u0069",0x0960:"\u0072\u0072\u0076\u006f\u0063\u0061\u006c\u0069\u0063\u0064\u0065\u0076\u0061",0x0ae0:"\u0072\u0072\u0076\u006f\u0063\u0061\u006c\u0069\u0063\u0067\u0075\u006aa\u0072\u0061\u0074\u0069",0x09c4:"\u0072r\u0076\u006f\u0063\u0061l\u0069\u0063\u0076\u006f\u0077e\u006cs\u0069g\u006e\u0062\u0065\u006e\u0067\u0061\u006ci",0x0944:"\u0072\u0072\u0076\u006fca\u006c\u0069\u0063\u0076\u006f\u0077\u0065\u006c\u0073\u0069\u0067\u006e\u0064\u0065v\u0061",0x0ac4:"\u0072\u0072\u0076\u006f\u0063\u0061\u006c\u0069\u0063\u0076\u006fw\u0065\u006c\u0073\u0069\u0067\u006e\u0067\u0075\u006a\u0061r\u0061\u0074\u0069",0x29f7:"\u0072s\u006f\u006c\u0062\u0061\u0072",0x2ace:"\u0072s\u0071\u0068\u006f\u006f\u006b",0x2a65:"\u0072\u0073\u0075\u0062",0x023c:"\u0072\u0073\u0075\u0070\u0065\u0072",0xf6f1:"\u0072s\u0075\u0070\u0065\u0072\u0069\u006fr",0x2590:"\u0072t\u0062\u006c\u006f\u0063\u006b",0x2595:"\u0072\u0074\u0065\u0069\u0067\u0068\u0074\u0068\u0062\u006c\u006f\u0063\u006b",0x29ce:"\u0072\u0074\u0072\u0069\u006c\u0074\u0072\u0069",0x0279:"\u0072t\u0075\u0072\u006e\u0065\u0064",0x02b4:"\u0072t\u0075r\u006e\u0065\u0064\u0073\u0075\u0070\u0065\u0072\u0069\u006f\u0072",0x023e:"\u0072\u0074u\u0072\u006e\u0072t\u0068\u006f\u006f\u006b\u0073\u0075\u0070\u0065\u0072",0x023d:"\u0072\u0074\u0075\u0072\u006e\u0073\u0075\u0070\u0065\u0072",0x308b:"\u0072\u0075\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x30eb:"\u0072\u0075\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0xff99:"\u0072\u0075\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068",0x29f4:"r\u0075\u006c\u0065\u0064\u0065\u006c\u0061\u0079\u0065\u0064",0x20a8:"\u0072\u0075\u0070e\u0065",0x09f2:"\u0072\u0075p\u0065\u0065\u006da\u0072\u006b\u0062\u0065\u006e\u0067\u0061\u006c\u0069",0x09f3:"\u0072\u0075p\u0065\u0065\u0073i\u0067\u006e\u0062\u0065\u006e\u0067\u0061\u006c\u0069",0xf6dd:"\u0072\u0075\u0070\u0069\u0061\u0068",0x0e24:"\u0072\u0075\u0074\u0068\u0061\u0069",0x23b9:"\u0072v\u0062\u006f\u0078\u006c\u0069\u006ee",0x098b:"\u0072v\u006fc\u0061\u006c\u0069\u0063\u0062\u0065\u006e\u0067\u0061\u006c\u0069",0x090b:"\u0072\u0076\u006fc\u0061\u006c\u0069\u0063\u0064\u0065\u0076\u0061",0x0a8b:"\u0072\u0076o\u0063\u0061\u006ci\u0063\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069",0x09c3:"\u0072v\u006f\u0063\u0061\u006c\u0069\u0063\u0076\u006f\u0077\u0065\u006cs\u0069\u0067\u006e\u0062\u0065\u006e\u0067\u0061\u006c\u0069",0x0943:"r\u0076\u006f\u0063\u0061li\u0063v\u006f\u0077\u0065\u006c\u0073i\u0067\u006e\u0064\u0065\u0076\u0061",0x0ac3:"\u0072v\u006f\u0063\u0061\u006ci\u0063\u0076\u006f\u0077\u0065l\u0073i\u0067n\u0067\u0075\u006a\u0061\u0072\u0061\u0074i",0x29d9:"\u0072\u0076\u007a\u0069\u0067\u007a\u0061\u0067",0x0073:"\u0073",0x09b8:"\u0073a\u0062\u0065\u006e\u0067\u0061\u006ci",0x015b:"\u0073\u0061\u0063\u0075\u0074\u0065",0x1e65:"\u0073a\u0063u\u0074\u0065\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074",0x0938:"\u0073\u0061\u0064\u0065\u0076\u0061",0xfeba:"\u0073\u0061\u0064\u0066\u0069\u006e\u0061\u006c\u0061r\u0061\u0062\u0069\u0063",0xfebb:"\u0073\u0061d\u0069\u006e\u0069t\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",0xfeb9:"s\u0061\u0064\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064",0xfebc:"\u0073a\u0064m\u0065\u0064\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",0x0ab8:"\u0073\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069",0x0a38:"\u0073\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0x3055:"\u0073\u0061\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x30b5:"\u0073\u0061\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0xff7b:"\u0073\u0061\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068",0xfdfa:"\u0073\u0061\u006cl\u0061\u006c\u006c\u0061h\u006f\u0075\u0061\u006c\u0061\u0079\u0068e\u0077\u0061\u0073\u0061\u006c\u006c\u0061\u006d\u0061\u0072\u0061\u0062\u0069\u0063",0x05e1:"\u0073\u0061\u006d\u0065\u006b\u0068",0xfb41:"\u0073a\u006de\u006b\u0068\u0064\u0061\u0067e\u0073\u0068h\u0065\u0062\u0072\u0065\u0077",0x2143:"\u0073\u0061\u006e\u0073\u004c\u006d\u0069\u0072\u0072\u006f\u0072\u0065\u0064",0x2142:"s\u0061\u006e\u0073\u004c\u0074\u0075\u0072\u006e\u0065\u0064",0x0e32:"\u0073\u0061\u0072\u0061\u0061\u0061\u0074\u0068\u0061\u0069",0x0e41:"\u0073\u0061\u0072\u0061\u0061\u0065\u0074\u0068\u0061\u0069",0x0e44:"\u0073a\u0072a\u0061\u0069\u006d\u0061\u0069m\u0061\u006ca\u0069\u0074\u0068\u0061\u0069",0x0e43:"\u0073\u0061\u0072\u0061\u0061\u0069\u006d\u0061\u0069\u006d\u0075\u0061n\u0074\u0068\u0061\u0069",0x0e33:"\u0073\u0061\u0072\u0061\u0061\u006d\u0074\u0068\u0061\u0069",0x0e30:"\u0073a\u0072\u0061\u0061\u0074\u0068\u0061i",0x0e40:"\u0073a\u0072\u0061\u0065\u0074\u0068\u0061i",0xf886:"\u0073\u0061\u0072\u0061\u0069\u0069\u006c\u0065\u0066t\u0074\u0068\u0061\u0069",0x0e35:"\u0073\u0061\u0072\u0061\u0069\u0069\u0074\u0068\u0061\u0069",0xf885:"\u0073\u0061\u0072\u0061\u0069\u006c\u0065\u0066\u0074\u0074\u0068\u0061\u0069",0x0e34:"\u0073a\u0072\u0061\u0069\u0074\u0068\u0061i",0x0e42:"\u0073a\u0072\u0061\u006f\u0074\u0068\u0061i",0xf888:"\u0073a\u0072a\u0075\u0065\u0065\u006c\u0065\u0066\u0074\u0074\u0068\u0061\u0069",0x0e37:"s\u0061\u0072\u0061\u0075\u0065\u0065\u0074\u0068\u0061\u0069",0xf887:"\u0073\u0061\u0072\u0061\u0075\u0065\u006c\u0065\u0066t\u0074\u0068\u0061\u0069",0x0e36:"\u0073\u0061\u0072\u0061\u0075\u0065\u0074\u0068\u0061\u0069",0x0e38:"\u0073a\u0072\u0061\u0075\u0074\u0068\u0061i",0x0e39:"\u0073\u0061\u0072\u0061\u0075\u0075\u0074\u0068\u0061\u0069",0x22a8:"\u0073a\u0074\u0069\u0073\u0066\u0069\u0065s",0x3119:"\u0073b\u006f\u0070\u006f\u006d\u006f\u0066o",0x0161:"\u0073\u0063\u0061\u0072\u006f\u006e",0x1e67:"\u0073c\u0061r\u006f\u006e\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074",0x015f:"\u0073\u0063\u0065\u0064\u0069\u006c\u006c\u0061",0xf817:"\u0073c\u0065\u0064\u0069\u006c\u006c\u00611",0x0259:"\u0073\u0063\u0068w\u0061",0x04d9:"\u0073\u0063\u0068\u0077\u0061\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x04db:"s\u0063\u0068\u0077\u0061di\u0065r\u0065\u0073\u0069\u0073\u0063y\u0072\u0069\u006c\u006c\u0069\u0063",0x025a:"\u0073c\u0068\u0077\u0061\u0068\u006f\u006fk",0x24e2:"\u0073c\u0069\u0072\u0063\u006c\u0065",0x015d:"s\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078",0x0219:"\u0073\u0063\u006fm\u006d\u0061\u0061\u0063\u0063\u0065\u006e\u0074",0x2a13:"\u0073\u0063\u0070\u006f\u006c\u0069\u006e\u0074",0x2108:"\u0073c\u0072\u0075\u0070\u006c\u0065",0x22b1:"\u0073\u0063\u0075\u0072\u0065\u006c",0x1e61:"\u0073\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074",0x1e63:"\u0073d\u006f\u0074\u0062\u0065\u006c\u006fw",0x1e69:"\u0073d\u006ft\u0062\u0065\u006c\u006f\u0077d\u006f\u0074a\u0063\u0063\u0065\u006e\u0074",0x033c:"\u0073e\u0061g\u0075\u006c\u006c\u0062\u0065\u006c\u006f\u0077\u0063\u006d\u0062",0x02af:"\u0073\u0065\u0061\u0067\u0075\u006c\u006c\u0073\u0075b\u006e\u006f\u0073\u0070",0x2033:"\u0073\u0065\u0063\u006f\u006e\u0064",0x02ca:"\u0073\u0065\u0063\u006f\u006e\u0064\u0074\u006f\u006e\u0065\u0063\u0068i\u006e\u0065\u0073\u0065",0x00a7:"\u0073e\u0063\u0074\u0069\u006f\u006e",0xfeb2:"\u0073e\u0065n\u0066\u0069\u006e\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",0xfeb3:"\u0073\u0065\u0065\u006e\u0069\u006e\u0069\u0074\u0069\u0061\u006c\u0061r\u0061\u0062\u0069\u0063",0xfeb1:"\u0073\u0065\u0065n\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064",0xfeb4:"\u0073\u0065e\u006e\u006d\u0065d\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",0xfcb0:"\u0073\u0065\u0065\u006ewi\u0074\u0068\u006d\u0065\u0065\u006d\u0069\u006e\u0069\u0074\u0069\u0061\u006c",0x05b6:"s\u0065\u0067\u006f\u006c\u0068\u0065\u0062\u0072\u0065\u0077",0x0592:"\u0073\u0065\u0067\u006f\u006c\u0074\u0061\u0068\u0065\u0062\u0072\u0065\u0077",0x057d:"s\u0065\u0068\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x305b:"\u0073\u0065\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x30bb:"\u0073\u0065\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0xff7e:"\u0073\u0065\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068",0x003b:"\u0073e\u006d\u0069\u0063\u006f\u006c\u006fn",0xff1b:"\u0073e\u006di\u0063\u006f\u006c\u006f\u006em\u006f\u006eo\u0073\u0070\u0061\u0063\u0065",0xfe54:"\u0073\u0065\u006d\u0069\u0063\u006f\u006c\u006f\u006es\u006d\u0061\u006c\u006c",0x309c:"\u0073e\u006di\u0076\u006f\u0069\u0063\u0065d\u006d\u0061r\u006b\u006b\u0061\u006e\u0061",0xff9f:"s\u0065\u006d\u0069\u0076\u006f\u0069c\u0065\u0064\u006d\u0061\u0072\u006b\u006b\u0061\u006ea\u0068\u0061\u006cf\u0077i\u0064\u0074\u0068",0x3322:"s\u0065\u006e\u0074\u0069\u0073\u0071\u0075\u0061\u0072\u0065",0x3323:"s\u0065\u006e\u0074\u006f\u0073\u0071\u0075\u0061\u0072\u0065",0x292d:"s\u0065\u006f\u0076\u006e\u0065\u0061\u0072\u0072\u006f\u0077",0x2120:"s\u0065\u0072\u0076\u0069\u0063\u0065\u006d\u0061\u0072\u006b",0x29f5:"\u0073\u0065\u0074\u006d\u0069\u006e\u0075\u0073",0x0037:"\u0073\u0065\u0076e\u006e",0x09ed:"\u0073\u0065\u0076e\u006e\u0062\u0065\u006e\u0067\u0061\u006c\u0069",0x096d:"\u0073e\u0076\u0065\u006e\u0064\u0065\u0076a",0x215e:"\u0073\u0065\u0076e\u006e\u0065\u0069\u0067\u0068\u0074\u0068\u0073",0x0aed:"\u0073\u0065\u0076\u0065\u006e\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069",0x0a6d:"\u0073\u0065\u0076\u0065\u006e\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0x3027:"\u0073\u0065\u0076\u0065\u006e\u0068\u0061\u006e\u0067\u007a\u0068\u006f\u0075",0x3226:"s\u0065\u0076\u0065\u006eid\u0065o\u0067\u0072\u0061\u0070\u0068i\u0063\u0070\u0061\u0072\u0065\u006e",0x2087:"\u0073\u0065\u0076\u0065\u006e\u0069\u006e\u0066\u0065\u0072\u0069\u006f\u0072",0xff17:"\u0073\u0065\u0076\u0065\u006e\u006d\u006f\u006e\u006fs\u0070\u0061\u0063\u0065",0xf737:"\u0073\u0065\u0076\u0065\u006e\u006f\u006c\u0064\u0073\u0074\u0079\u006c\u0065",0x247a:"\u0073\u0065\u0076\u0065\u006e\u0070\u0061\u0072\u0065\u006e",0x248e:"s\u0065\u0076\u0065\u006e\u0070\u0065\u0072\u0069\u006f\u0064",0x06f7:"\u0073\u0065\u0076e\u006e\u0070\u0065\u0072\u0073\u0069\u0061\u006e",0x2176:"\u0073\u0065\u0076\u0065\u006e\u0072\u006f\u006d\u0061\u006e",0x2077:"\u0073\u0065\u0076\u0065\u006e\u0073\u0075\u0070\u0065\u0072\u0069\u006f\u0072",0x2470:"\u0073e\u0076e\u006e\u0074\u0065\u0065\u006e\u0063\u0069\u0072\u0063\u006c\u0065",0x2484:"\u0073\u0065\u0076\u0065\u006e\u0074\u0065\u0065\u006ep\u0061\u0072\u0065\u006e",0x2498:"\u0073e\u0076e\u006e\u0074\u0065\u0065\u006e\u0070\u0065\u0072\u0069\u006f\u0064",0x0e57:"\u0073e\u0076\u0065\u006e\u0074\u0068\u0061i",0x0577:"s\u0068\u0061\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x09b6:"\u0073\u0068\u0061\u0062\u0065\u006e\u0067\u0061\u006c\u0069",0x0651:"\u0073\u0068\u0061d\u0064\u0061\u0061\u0072\u0061\u0062\u0069\u0063",0xfc61:"\u0073\u0068\u0061\u0064\u0064\u0061\u0064\u0061\u006d\u006d\u0061\u0061r\u0061\u0062\u0069\u0063",0xfc5e:"s\u0068a\u0064\u0064\u0061\u0064\u0061\u006d\u006d\u0061t\u0061\u006e\u0061\u0072ab\u0069\u0063",0xfc60:"\u0073\u0068\u0061\u0064\u0064\u0061\u0066\u0061\u0074\u0068\u0061\u0061r\u0061\u0062\u0069\u0063",0xfe7d:"\u0073\u0068a\u0064\u0064\u0061h\u006f\u006e\u0074\u0061\u0074\u0077\u0065\u0065\u006c",0xfe7c:"\u0073\u0068\u0061\u0064\u0064\u0061\u0069\u0073\u006fl\u0061\u0074\u0065\u0064",0xfc62:"\u0073\u0068\u0061\u0064\u0064\u0061\u006b\u0061\u0073\u0072\u0061\u0061r\u0061\u0062\u0069\u0063",0xfc5f:"s\u0068a\u0064\u0064\u0061\u006b\u0061\u0073\u0072\u0061t\u0061\u006e\u0061\u0072ab\u0069\u0063",0xe825:"\u0073h\u0061\u0064\u0064\u0061\u006c\u006fw",0xe829:"\u0073\u0068\u0061\u0064\u0064\u0061\u0077\u0069\u0074\u0068\u0064a\u006d\u006d\u0061\u0069\u0073\u006f\u006c\u0061\u0074\u0065d\u006c\u006f\u0077",0xfcf3:"s\u0068\u0061\u0064\u0064aw\u0069t\u0068\u0064\u0061\u006d\u006da\u006d\u0065\u0064\u0069\u0061\u006c",0xe82b:"\u0073\u0068a\u0064\u0064\u0061\u0077\u0069\u0074\u0068\u0064\u0061\u006d\u006d\u0061\u0074\u0061\u006e\u0069\u0073\u006f\u006c\u0061\u0074\u0065dl\u006f\u0077",0xe828:"\u0073h\u0061d\u0064\u0061\u0077\u0069\u0074h\u0066\u0061t\u0068\u0061\u006c\u006f\u0077",0xfcf2:"s\u0068\u0061\u0064\u0064aw\u0069t\u0068\u0066\u0061\u0074\u0068a\u006d\u0065\u0064\u0069\u0061\u006c",0xe818:"\u0073\u0068\u0061\u0064\u0064\u0061\u0077\u0069\u0074\u0068\u0066a\u0074\u0068\u0061\u0074\u0061\u006e\u0069\u0073\u006f\u006ca\u0074\u0065\u0064",0xe82a:"s\u0068\u0061\u0064\u0064aw\u0069t\u0068\u0066\u0061\u0074\u0068a\u0074\u0061\u006e\u006c\u006f\u0077",0xe82c:"\u0073\u0068\u0061\u0064\u0064\u0061\u0077\u0069\u0074\u0068\u006ba\u0073\u0072\u0061\u0069\u0073\u006f\u006c\u0061\u0074\u0065d\u006c\u006f\u0077",0xfcf4:"s\u0068\u0061\u0064\u0064aw\u0069t\u0068\u006b\u0061\u0073\u0072a\u006d\u0065\u0064\u0069\u0061\u006c",0xe82d:"\u0073\u0068a\u0064\u0064\u0061\u0077\u0069\u0074\u0068\u006b\u0061\u0073\u0072\u0061\u0074\u0061\u006e\u0069\u0073\u006f\u006c\u0061\u0074\u0065dl\u006f\u0077",0x2592:"\u0073\u0068\u0061d\u0065",0xf822:"\u0073\u0068\u0061\u0064\u0065\u0031",0x2591:"\u0073\u0068\u0061\u0064\u0065\u006c\u0069\u0067\u0068\u0074",0x0936:"\u0073h\u0061\u0064\u0065\u0076\u0061",0x0ab6:"s\u0068\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069",0x0a36:"s\u0068\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0x0593:"\u0073\u0068a\u006c\u0073\u0068e\u006c\u0065\u0074\u0068\u0065\u0062\u0072\u0065\u0077",0x3115:"\u0073\u0068\u0062\u006f\u0070\u006f\u006d\u006f\u0066\u006f",0xfeb6:"\u0073\u0068e\u0065\u006e\u0066i\u006e\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",0xfeb7:"\u0073h\u0065e\u006e\u0069\u006e\u0069\u0074i\u0061\u006ca\u0072\u0061\u0062\u0069\u0063",0xfeb5:"\u0073\u0068\u0065\u0065\u006e\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064",0xfeb8:"\u0073\u0068\u0065\u0065\u006e\u006d\u0065\u0064\u0069\u0061\u006c\u0061r\u0061\u0062\u0069\u0063",0xfd30:"s\u0068e\u0065\u006e\u0077\u0069\u0074\u0068\u006d\u0065e\u006d\u0069\u006e\u0069ti\u0061\u006c",0x03e3:"\u0073\u0068\u0065\u0069\u0063\u006f\u0070\u0074\u0069\u0063",0x04bb:"\u0073\u0068\u0068a\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x21b0:"\u0073h\u0069\u0066\u0074\u006c\u0065\u0066t",0x21b1:"\u0073\u0068\u0069\u0066\u0074\u0072\u0069\u0067\u0068\u0074",0x03ed:"s\u0068\u0069\u006d\u0061\u0063\u006f\u0070\u0074\u0069\u0063",0x05e9:"\u0073\u0068\u0069\u006e",0xfb49:"\u0073\u0068\u0069\u006e\u0064\u0061\u0067\u0065\u0073\u0068",0xfb2c:"\u0073\u0068\u0069\u006e\u0064\u0061\u0067\u0065\u0073\u0068\u0073\u0068i\u006e\u0064\u006f\u0074",0xfb2d:"\u0073\u0068\u0069\u006eda\u0067\u0065\u0073\u0068\u0073\u0069\u006e\u0064\u006f\u0074\u0068\u0065\u0062\u0072e\u0077",0x05c1:"\u0073\u0068\u0069\u006e\u0064\u006f\u0074\u0068\u0065\u0062\u0072\u0065\u0077",0xfb2a:"s\u0068\u0069\u006e\u0073\u0068\u0069\u006e\u0064\u006f\u0074",0x0282:"\u0073\u0068\u006fo\u006b",0x2adf:"\u0073\u0068\u006f\u0072\u0074\u0064\u006f\u0077\u006e\u0074\u0061\u0063\u006b",0x2ade:"\u0073\u0068\u006f\u0072\u0074\u006c\u0065\u0066\u0074\u0074\u0061\u0063\u006b",0x2944:"\u0073h\u006f\u0072\u0074\u0072\u0069\u0067\u0068\u0074\u0061\u0072\u0072o\u0077\u006c\u0065\u0066\u0074\u0061\u0072\u0072\u006f\u0077",0x2ae0:"s\u0068\u006f\u0072\u0074\u0075\u0070\u0074\u0061\u0063\u006b",0x29e2:"\u0073h\u0075\u0066\u0066\u006c\u0065",0x03c3:"\u0073\u0069\u0067m\u0061",0x03c2:"\u0073\u0069\u0067\u006d\u0061\u0031",0x03f2:"\u0073\u0069\u0067\u006dal\u0075\u006e\u0061\u0074\u0065\u0073\u0079\u006d\u0062\u006f\u006c\u0067\u0072\u0065e\u006b",0x3057:"\u0073\u0069\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x30b7:"\u0073\u0069\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0xff7c:"\u0073\u0069\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068",0x05bd:"\u0073i\u006cu\u0071\u006c\u0065\u0066\u0074\u0068\u0065\u0062\u0072\u0065\u0077",0x2aa0:"\u0073\u0069\u006dg\u0045",0x2a9e:"\u0073\u0069\u006d\u0067\u0074\u0072",0x223c:"\u0073i\u006d\u0069\u006c\u0061\u0072",0x2b49:"\u0073\u0069m\u0069\u006c\u0061r\u006c\u0065\u0066\u0074\u0061\u0072\u0072\u006f\u0077",0x2972:"\u0073\u0069\u006d\u0069\u006c\u0061\u0072\u0072\u0069\u0067\u0068\u0074a\u0072\u0072\u006f\u0077",0x2a9f:"\u0073\u0069\u006dl\u0045",0x2a9d:"\u0073i\u006d\u006c\u0065\u0073\u0073",0x2a6c:"s\u0069\u006d\u006d\u0069\u006e\u0075\u0073\u0073\u0069\u006d",0x2246:"\u0073i\u006d\u006e\u0065\u0071\u0071",0x2a24:"\u0073i\u006d\u0070\u006c\u0075\u0073",0x2a6b:"\u0073\u0069\u006d\u0072\u0064\u006f\u0074\u0073",0x223f:"\u0073\u0069\u006e\u0065\u0077\u0061\u0076\u0065",0x3274:"\u0073\u0069\u006f\u0073\u0061\u0063\u0069\u0072\u0063\u006c\u0065\u006bo\u0072\u0065\u0061\u006e",0x3214:"\u0073\u0069o\u0073\u0061\u0070a\u0072\u0065\u006e\u006b\u006f\u0072\u0065\u0061\u006e",0x317e:"\u0073i\u006fs\u0063\u0069\u0065\u0075\u0063\u006b\u006f\u0072\u0065\u0061\u006e",0x3266:"\u0073\u0069o\u0073\u0063\u0069r\u0063\u006c\u0065\u006b\u006f\u0072\u0065\u0061\u006e",0x317a:"\u0073\u0069o\u0073\u006b\u0069y\u0065\u006f\u006b\u006b\u006f\u0072\u0065\u0061\u006e",0x3145:"\u0073\u0069\u006f\u0073\u006b\u006f\u0072\u0065\u0061\u006e",0x317b:"\u0073i\u006fs\u006e\u0069\u0065\u0075\u006e\u006b\u006f\u0072\u0065\u0061\u006e",0x3206:"\u0073i\u006fs\u0070\u0061\u0072\u0065\u006e\u006b\u006f\u0072\u0065\u0061\u006e",0x317d:"\u0073i\u006fs\u0070\u0069\u0065\u0075\u0070\u006b\u006f\u0072\u0065\u0061\u006e",0x317c:"\u0073\u0069o\u0073\u0074\u0069k\u0065\u0075\u0074\u006b\u006f\u0072\u0065\u0061\u006e",0x0036:"\u0073\u0069\u0078",0x09ec:"\u0073\u0069\u0078\u0062\u0065\u006e\u0067\u0061\u006c\u0069",0x096c:"\u0073i\u0078\u0064\u0065\u0076\u0061",0x0aec:"s\u0069\u0078\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069",0x0a6c:"s\u0069\u0078\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0x3026:"s\u0069\u0078\u0068\u0061\u006e\u0067\u007a\u0068\u006f\u0075",0x3225:"\u0073\u0069\u0078\u0069de\u006f\u0067\u0072\u0061\u0070\u0068\u0069\u0063\u0070\u0061\u0072\u0065\u006e",0x2086:"s\u0069\u0078\u0069\u006e\u0066\u0065\u0072\u0069\u006f\u0072",0xff16:"\u0073\u0069\u0078m\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0xf736:"s\u0069\u0078\u006f\u006c\u0064\u0073\u0074\u0079\u006c\u0065",0x2479:"\u0073\u0069\u0078\u0070\u0061\u0072\u0065\u006e",0x2006:"\u0073\u0069\u0078\u0070\u0065\u0072\u0065\u006d\u0073\u0070\u0061\u0063\u0065",0x248d:"\u0073i\u0078\u0070\u0065\u0072\u0069\u006fd",0x06f6:"\u0073\u0069\u0078\u0070\u0065\u0072\u0073\u0069\u0061\u006e",0x2175:"\u0073\u0069\u0078\u0072\u006f\u006d\u0061\u006e",0x2076:"s\u0069\u0078\u0073\u0075\u0070\u0065\u0072\u0069\u006f\u0072",0x246f:"\u0073\u0069\u0078\u0074\u0065\u0065\u006e\u0063\u0069\u0072\u0063\u006c\u0065",0x09f9:"\u0073\u0069\u0078\u0074\u0065\u0065n\u0063\u0075\u0072\u0072\u0065\u006e\u0063\u0079\u0064\u0065\u006e\u006f\u006di\u006e\u0061\u0074\u006f\u0072\u0062\u0065n\u0067\u0061\u006c\u0069",0x2483:"\u0073\u0069\u0078t\u0065\u0065\u006e\u0070\u0061\u0072\u0065\u006e",0x2497:"\u0073\u0069\u0078\u0074\u0065\u0065\u006e\u0070\u0065\u0072\u0069\u006f\u0064",0x0e56:"\u0073i\u0078\u0074\u0068\u0061\u0069",0x002f:"\u0073\u006c\u0061s\u0068",0x02ab:"\u0073\u006c\u0061\u0073\u0068\u006c\u006f\u006e\u0067\u006e\u006f\u0073\u0070",0xff0f:"\u0073\u006c\u0061\u0073\u0068\u006d\u006f\u006e\u006fs\u0070\u0061\u0063\u0065",0x02aa:"\u0073\u006c\u0061\u0073\u0068\u0073\u0068\u006f\u0072t\u006e\u006f\u0073\u0070",0x1e9b:"\u0073\u006c\u006f\u006e\u0067\u0064\u006f\u0074\u0061c\u0063\u0065\u006e\u0074",0x2322:"\u0073l\u0075\u0072\u0061\u0062\u006f\u0076e",0x25c2:"\u0073\u006d\u0061\u006clb\u006c\u0061\u0063\u006b\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065\u006c\u0065f\u0074",0x25b8:"\u0073\u006d\u0061ll\u0062\u006c\u0061\u0063\u006b\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065\u0072\u0069\u0067\u0068\u0074",0x06e4:"\u0073\u006d\u0061\u006c\u006c\u0068\u0069\u0067\u0068m\u0061\u0064\u0064\u0061",0x220a:"\u0073m\u0061\u006c\u006c\u0069\u006e",0x220d:"\u0073m\u0061\u006c\u006c\u006e\u0069",0x2a33:"\u0073\u006d\u0061\u0073\u0068\u0074\u0069\u006d\u0065\u0073",0x2b29:"\u0073\u006d\u0062l\u006b\u0064\u0069\u0061\u006d\u006f\u006e\u0064",0x2b2a:"\u0073\u006d\u0062l\u006b\u006c\u006f\u007a\u0065\u006e\u0067\u0065",0x29e4:"\u0073\u006d\u0065\u0070\u0061\u0072\u0073\u006c",0x2323:"\u0073\u006d\u0069l\u0065",0x263a:"\u0073m\u0069\u006c\u0065\u0066\u0061\u0063e",0xff53:"\u0073\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0x2aaa:"\u0073\u006d\u0074",0x2aac:"\u0073\u006d\u0074\u0065",0x2b52:"s\u006d\u0077\u0068\u0069\u0074\u0065\u0073\u0074\u0061\u0072",0x2b2b:"\u0073\u006d\u0077h\u0074\u006c\u006f\u007a\u0065\u006e\u0067\u0065",0x05c3:"\u0073\u006f\u0066\u0070\u0061\u0073\u0075\u0071\u0068e\u0062\u0072\u0065\u0077",0x00ad:"\u0073\u006f\u0066\u0074\u0068\u0079\u0070\u0068\u0065\u006e",0x044c:"\u0073\u006ff\u0074\u0073\u0069g\u006e\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x305d:"\u0073\u006f\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x30bd:"\u0073\u006f\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0xff7f:"\u0073\u006f\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068",0x0338:"s\u006f\u006c\u0069\u0064us\u006co\u006e\u0067\u006f\u0076\u0065r\u006c\u0061\u0079\u0063\u006d\u0062",0x0337:"\u0073\u006f\u006c\u0069du\u0073\u0073\u0068\u006f\u0072\u0074\u006f\u0076\u0065\u0072\u006c\u0061\u0079\u0063m\u0062",0x0e29:"\u0073\u006f\u0072\u0075\u0073\u0069\u0074\u0068\u0061\u0069",0x0e28:"\u0073\u006f\u0073\u0061\u006c\u0061\u0074\u0068\u0061\u0069",0x0e0b:"\u0073\u006f\u0073\u006f\u0074\u0068\u0061\u0069",0x0e2a:"\u0073o\u0073\u0075\u0061\u0074\u0068\u0061i",0x0020:"\u0073\u0070\u0061c\u0065",0x2660:"\u0073\u0070\u0061d\u0065",0x2664:"\u0073\u0070\u0061\u0064\u0065\u0073\u0075\u0069\u0074w\u0068\u0069\u0074\u0065",0x24ae:"\u0073\u0070\u0061\u0072\u0065\u006e",0x2222:"\u0073\u0070\u0068\u0065\u0072\u0069\u0063\u0061\u006ca\u006e\u0067\u006c\u0065",0x29a1:"\u0073\u0070h\u0065\u0072\u0069c\u0061\u006c\u0061\u006e\u0067\u006c\u0065\u0075\u0070",0x2a16:"\u0073\u0071\u0069n\u0074",0x2311:"\u0073q\u006c\u006f\u007a\u0065\u006e\u0067e",0x23b7:"\u0073\u0071\u0072\u0074\u0062\u006f\u0074\u0074\u006f\u006d",0x22e4:"s\u0071\u0073\u0075\u0062\u0073\u0065\u0074\u006e\u0065\u0071",0x22e5:"s\u0071\u0073\u0075\u0070\u0073\u0065\u0074\u006e\u0065\u0071",0x033b:"\u0073\u0071\u0075\u0061\u0072\u0065\u0062\u0065\u006co\u0077\u0063\u006d\u0062",0x2b13:"\u0073\u0071\u0075\u0061\u0072\u0065\u0062\u006f\u0074b\u006c\u0061\u0063\u006b",0x33c4:"\u0073\u0071\u0075\u0061\u0072\u0065\u0063\u0063",0x339d:"\u0073\u0071\u0075\u0061\u0072\u0065\u0063\u006d",0x25a9:"\u0073\u0071\u0075\u0061r\u0065\u0064\u0069\u0061\u0067\u006f\u006e\u0061\u006c\u0063r\u006fs\u0073\u0068\u0061\u0074\u0063\u0068\u0066i\u006c\u006c",0x22a1:"\u0073q\u0075\u0061\u0072\u0065\u0064\u006ft",0x25a4:"s\u0071u\u0061\u0072\u0065\u0068\u006f\u0072\u0069\u007ao\u006e\u0074\u0061\u006cfi\u006c\u006c",0x228f:"s\u0071\u0075\u0061\u0072\u0065\u0069\u006d\u0061\u0067\u0065",0x338f:"\u0073\u0071\u0075\u0061\u0072\u0065\u006b\u0067",0x339e:"\u0073\u0071\u0075\u0061\u0072\u0065\u006b\u006d",0x33ce:"\u0073q\u0075a\u0072\u0065\u006b\u006d\u0063\u0061\u0070\u0069\u0074\u0061\u006c",0x25e7:"\u0073q\u0075a\u0072\u0065\u006c\u0065\u0066\u0074\u0062\u006c\u0061\u0063\u006b",0x2b15:"\u0073\u0071\u0075\u0061\u0072\u0065\u006c\u006c\u0062\u006c\u0061\u0063\u006b",0x25f1:"\u0073\u0071\u0075a\u0072\u0065\u006c\u006c\u0071\u0075\u0061\u0064",0x33d1:"\u0073\u0071\u0075\u0061\u0072\u0065\u006c\u006e",0x33d2:"\u0073q\u0075\u0061\u0072\u0065\u006c\u006fg",0x25ea:"\u0073\u0071\u0075\u0061\u0072\u0065\u006c\u0072\u0062\u006c\u0061\u0063\u006b",0x25f2:"\u0073\u0071\u0075a\u0072\u0065\u006c\u0072\u0071\u0075\u0061\u0064",0x338e:"\u0073\u0071\u0075\u0061\u0072\u0065\u006d\u0067",0x33d5:"\u0073q\u0075\u0061\u0072\u0065\u006d\u0069l",0x229f:"s\u0071\u0075\u0061\u0072\u0065\u006d\u0069\u006e\u0075\u0073",0x339c:"\u0073\u0071\u0075\u0061\u0072\u0065\u006d\u006d",0x33a1:"\u0073\u0071\u0075\u0061\u0072\u0065\u006d\u0073\u0071u\u0061\u0072\u0065\u0064",0x22a0:"\u0073\u0071\u0075\u0061\u0072\u0065\u006d\u0075\u006ct\u0069\u0070\u006c\u0079",0x2290:"\u0073\u0071\u0075\u0061\u0072\u0065\u006f\u0072\u0069g\u0069\u006e\u0061\u006c",0x25a6:"\u0073\u0071\u0075\u0061\u0072\u0065\u006f\u0072\u0074\u0068o\u0067\u006f\u006e\u0061\u006c\u0063\u0072o\u0073\u0073\u0068\u0061\u0074\u0063\u0068\u0066\u0069\u006c\u006c",0x229e:"\u0073\u0071\u0075\u0061\u0072\u0065\u0070\u006c\u0075\u0073",0x25e8:"\u0073\u0071u\u0061\u0072\u0065r\u0069\u0067\u0068\u0074\u0062\u006c\u0061\u0063\u006b",0x02ae:"\u0073\u0071\u0075\u0061\u0072\u0065\u0073\u0075\u0062\u006e\u006f\u0073\u0070",0x2b12:"\u0073\u0071\u0075\u0061\u0072\u0065\u0074\u006f\u0070b\u006c\u0061\u0063\u006b",0x25e9:"\u0073\u0071\u0075\u0061\u0072\u0065\u0075\u006c\u0062\u006c\u0061\u0063\u006b",0x25f0:"\u0073\u0071\u0075a\u0072\u0065\u0075\u006c\u0071\u0075\u0061\u0064",0x25a7:"\u0073\u0071\u0075a\u0072\u0065\u0075\u0070p\u0065\u0072\u006c\u0065\u0066\u0074\u0074o\u006c\u006f\u0077\u0065\u0072\u0072\u0069\u0067\u0068\u0074\u0066\u0069\u006c\u006c",0x25a8:"\u0073\u0071\u0075a\u0072\u0065\u0075\u0070p\u0065\u0072\u0072\u0069\u0067\u0068\u0074t\u006f\u006c\u006f\u0077\u0065\u0072\u006c\u0065\u0066\u0074\u0066\u0069\u006c\u006c",0x2b14:"\u0073\u0071\u0075\u0061\u0072\u0065\u0075\u0072\u0062\u006c\u0061\u0063\u006b",0x25f3:"\u0073\u0071\u0075a\u0072\u0065\u0075\u0072\u0071\u0075\u0061\u0064",0x25a5:"\u0073q\u0075a\u0072\u0065\u0076\u0065\u0072t\u0069\u0063a\u006c\u0066\u0069\u006c\u006c",0x25a3:"\u0073q\u0075\u0061\u0072\u0065w\u0068\u0069\u0074\u0065\u0077i\u0074h\u0073m\u0061\u006c\u006c\u0062\u006c\u0061\u0063k",0x21ad:"\u0073\u0071\u0075\u0069\u0067\u0067\u006c\u0065\u006c\u0065\u0066\u0074r\u0069\u0067\u0068\u0074",0x21dd:"\u0073\u0071\u0075\u0069\u0067\u0067\u006c\u0065\u0072\u0069\u0067\u0068\u0074",0x25a2:"\u0073q\u0075\u006f\u0076\u0061\u006c",0x33db:"\u0073\u0072\u0073\u0071\u0075\u0061\u0072\u0065",0x09b7:"\u0073\u0073\u0061\u0062\u0065\u006e\u0067\u0061\u006c\u0069",0x0937:"\u0073s\u0061\u0064\u0065\u0076\u0061",0x0ab7:"s\u0073\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069",0x3149:"\u0073\u0073a\u006e\u0067\u0063i\u0065\u0075\u0063\u006b\u006f\u0072\u0065\u0061\u006e",0x3185:"\u0073\u0073a\u006e\u0067\u0068i\u0065\u0075\u0068\u006b\u006f\u0072\u0065\u0061\u006e",0x3180:"\u0073\u0073a\u006e\u0067\u0069e\u0075\u006e\u0067\u006b\u006f\u0072\u0065\u0061\u006e",0x3132:"\u0073\u0073\u0061\u006e\u0067\u006b\u0069\u0079\u0065\u006f\u006b\u006bo\u0072\u0065\u0061\u006e",0x3165:"\u0073\u0073a\u006e\u0067\u006ei\u0065\u0075\u006e\u006b\u006f\u0072\u0065\u0061\u006e",0x3143:"\u0073\u0073a\u006e\u0067\u0070i\u0065\u0075\u0070\u006b\u006f\u0072\u0065\u0061\u006e",0x3146:"\u0073s\u0061n\u0067\u0073\u0069\u006f\u0073\u006b\u006f\u0072\u0065\u0061\u006e",0x3138:"\u0073\u0073\u0061\u006e\u0067\u0074\u0069\u006b\u0065\u0075\u0074\u006bo\u0072\u0065\u0061\u006e",0x2afd:"\u0073\u0073\u006c\u0061\u0073\u0068",0xf6f2:"\u0073s\u0075\u0070\u0065\u0072\u0069\u006fr",0xfb06:"\u0073\u0074",0x22c6:"\u0073\u0074\u0061\u0072",0x225b:"\u0073\u0074\u0061\u0072\u0065\u0071",0x00a3:"\u0073\u0074\u0065\u0072\u006c\u0069\u006e\u0067",0xffe1:"\u0073\u0074\u0065\u0072\u006c\u0069\u006e\u0067\u006d\u006f\u006e\u006fs\u0070\u0061\u0063\u0065",0x23e4:"\u0073\u0074\u0072n\u0073",0x0336:"s\u0074r\u006f\u006b\u0065\u006c\u006f\u006e\u0067\u006fv\u0065\u0072\u006c\u0061yc\u006d\u0062",0x0335:"s\u0074\u0072\u006f\u006bes\u0068o\u0072\u0074\u006f\u0076\u0065r\u006c\u0061\u0079\u0063\u006d\u0062",0x2ac3:"\u0073u\u0062\u0065\u0064\u006f\u0074",0x2ac1:"\u0073u\u0062\u006d\u0075\u006c\u0074",0x2979:"\u0073u\u0062\u0072\u0061\u0072\u0072",0x2ac9:"\u0073\u0075\u0062s\u0065\u0074\u0061\u0070\u0070\u0072\u006f\u0078",0x27c3:"\u0073\u0075\u0062\u0073\u0065\u0074\u0063\u0069\u0072\u0063",0x22d0:"\u0073u\u0062\u0073\u0065\u0074\u0064\u0062l",0x2ac5:"\u0073\u0075\u0062\u0073\u0065\u0074\u0064\u0062\u006ce\u0071\u0075\u0061\u006c",0x2abd:"\u0073u\u0062\u0073\u0065\u0074\u0064\u006ft",0x228a:"\u0073\u0075\u0062\u0073\u0065\u0074\u006e\u006f\u0074e\u0071\u0075\u0061\u006c",0x2acb:"\u0073\u0075\u0062\u0073\u0065\u0074\u006f\u0072\u006e\u006f\u0074\u0064b\u006c\u0065\u0071\u006c",0x2abf:"\u0073\u0075\u0062\u0073\u0065\u0074\u0070\u006c\u0075\u0073",0x2291:"\u0073\u0075\u0062\u0073\u0065\u0074\u0073\u0071\u0065\u0071\u0075\u0061\u006c",0x2ac7:"\u0073\u0075\u0062\u0073\u0069\u006d",0x2ad5:"\u0073\u0075\u0062\u0073\u0075\u0062",0x2ad3:"\u0073\u0075\u0062\u0073\u0075\u0070",0x2ab8:"\u0073\u0075\u0063\u0063\u0061\u0070\u0070\u0072\u006f\u0078",0x227b:"\u0073\u0075\u0063\u0063\u0065\u0065\u0064\u0073",0x2ab4:"\u0073u\u0063\u0063\u0065\u0071\u0071",0x2ab2:"\u0073u\u0063\u0063\u006e\u0065\u0071",0x220b:"\u0073\u0075\u0063\u0068\u0074\u0068\u0061\u0074",0x3059:"\u0073\u0075\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x30b9:"\u0073\u0075\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0xff7d:"\u0073\u0075\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068",0x0652:"s\u0075\u006b\u0075\u006e\u0061\u0072\u0061\u0062\u0069\u0063",0xfe7e:"\u0073\u0075\u006b\u0075\u006e\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064",0xe822:"\u0073\u0075\u006b\u0075\u006e\u006c\u006f\u0077",0xfe7f:"s\u0075\u006b\u0075\u006e\u006d\u0065\u0064\u0069\u0061\u006c",0xe834:"\u0073\u0075\u006bu\u006e\u006f\u006e\u0068\u0061\u006d\u007a\u0061",0x23b3:"\u0073u\u006d\u0062\u006f\u0074\u0074\u006fm",0x2a0b:"\u0073\u0075\u006d\u0069\u006e\u0074",0x2211:"\u0073u\u006d\u006d\u0061\u0074\u0069\u006fn",0x23b2:"\u0073\u0075\u006d\u0074\u006f\u0070",0x263c:"\u0073\u0075\u006e",0x2ad8:"\u0073u\u0070\u0064\u0073\u0075\u0062",0x2ac4:"\u0073u\u0070\u0065\u0064\u006f\u0074",0x0670:"\u0073u\u0070e\u0072\u0073\u0063\u0072\u0069\u0070\u0074\u0061\u006c\u0065\u0066",0x22d1:"s\u0075\u0070\u0065\u0072\u0073\u0065\u0074\u0064\u0062\u006c",0x2ac6:"\u0073\u0075p\u0065\u0072\u0073e\u0074\u0064\u0062\u006c\u0065\u0071\u0075\u0061\u006c",0x228b:"\u0073\u0075p\u0065\u0072\u0073e\u0074\u006e\u006f\u0074\u0065\u0071\u0075\u0061\u006c",0x2acc:"\u0073\u0075\u0070\u0065rs\u0065\u0074\u006f\u0072\u006e\u006f\u0074\u0064\u0062\u006c\u0065\u0071\u006c",0x2292:"\u0073u\u0070e\u0072\u0073\u0065\u0074\u0073\u0071\u0065\u0071\u0075\u0061\u006c",0x27c9:"\u0073u\u0070\u0068\u0073\u006f\u006c",0x2ad7:"\u0073u\u0070\u0068\u0073\u0075\u0062",0x297b:"\u0073u\u0070\u006c\u0061\u0072\u0072",0x2ac2:"\u0073u\u0070\u006d\u0075\u006c\u0074",0x2aca:"\u0073\u0075\u0070s\u0065\u0074\u0061\u0070\u0070\u0072\u006f\u0078",0x27c4:"\u0073\u0075\u0070\u0073\u0065\u0074\u0063\u0069\u0072\u0063",0x2abe:"\u0073u\u0070\u0073\u0065\u0074\u0064\u006ft",0x2ac0:"\u0073\u0075\u0070\u0073\u0065\u0074\u0070\u006c\u0075\u0073",0x2ac8:"\u0073\u0075\u0070\u0073\u0069\u006d",0x2ad4:"\u0073\u0075\u0070\u0073\u0075\u0062",0x2ad6:"\u0073\u0075\u0070\u0073\u0075\u0070",0x33dc:"\u0073\u0076\u0073\u0071\u0075\u0061\u0072\u0065",0x337c:"\u0073y\u006fu\u0077\u0061\u0065\u0072\u0061\u0073\u0071\u0075\u0061\u0072\u0065",0x0074:"\u0074",0x09a4:"\u0074a\u0062\u0065\u006e\u0067\u0061\u006ci",0x22a4:"\u0074\u0061\u0063\u006b\u0064\u006f\u0077\u006e",0x22a3:"\u0074\u0061\u0063\u006b\u006c\u0065\u0066\u0074",0x0924:"\u0074\u0061\u0064\u0065\u0076\u0061",0x0aa4:"\u0074\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069",0x0a24:"\u0074\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0x0637:"\u0074a\u0068\u0061\u0072\u0061\u0062\u0069c",0xfec2:"\u0074\u0061\u0068\u0066\u0069\u006e\u0061\u006c\u0061r\u0061\u0062\u0069\u0063",0xfec3:"\u0074\u0061h\u0069\u006e\u0069t\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",0x305f:"\u0074\u0061\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0xfec1:"t\u0061\u0068\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064",0xfec4:"\u0074a\u0068m\u0065\u0064\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",0x337d:"\u0074\u0061i\u0073\u0079\u006fu\u0065\u0072\u0061\u0073\u0071\u0075\u0061\u0072\u0065",0x30bf:"\u0074\u0061\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0xff80:"\u0074\u0061\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068",0x2afe:"\u0074\u0061\u006c\u006c\u006f\u0062\u006c\u006f\u006e\u0067",0xfe71:"\u0074a\u0074\u0077\u0065\u0065\u006c\u0077\u0069\u0074\u0068\u0066\u0061t\u0068\u0061\u0074\u0061\u006e\u0061\u0062\u006f\u0076\u0065",0x03c4:"\u0074\u0061\u0075",0xfb4a:"\u0074a\u0076\u0064\u0061\u0067\u0065\u0073h",0x05ea:"\u0074a\u0076\u0068\u0065\u0062\u0072\u0065w",0x0167:"\u0074\u0062\u0061\u0072",0x310a:"\u0074b\u006f\u0070\u006f\u006d\u006f\u0066o",0x0165:"\u0074\u0063\u0061\u0072\u006f\u006e",0xf815:"\u0074c\u0061\u0072\u006f\u006e\u0031",0x02a8:"\u0074\u0063\u0063\u0075\u0072\u006c",0x0163:"\u0074\u0063\u0065\u0064\u0069\u006c\u006c\u0061",0xf819:"\u0074c\u0065\u0064\u0069\u006c\u006c\u00611",0x0686:"t\u0063\u0068\u0065\u0068\u0061\u0072\u0061\u0062\u0069\u0063",0xfb7b:"\u0074\u0063h\u0065\u0068\u0066i\u006e\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",0xfb7c:"\u0074c\u0068e\u0068\u0069\u006e\u0069\u0074i\u0061\u006ca\u0072\u0061\u0062\u0069\u0063",0xfb7a:"\u0074\u0063\u0068\u0065\u0068\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064",0xfb7d:"\u0074\u0063\u0068\u0065\u0068\u006d\u0065\u0064\u0069\u0061\u006c\u0061r\u0061\u0062\u0069\u0063",0x24e3:"\u0074c\u0069\u0072\u0063\u006c\u0065",0x1e71:"\u0074\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0062\u0065\u006c\u006f\u0077",0x1e97:"\u0074d\u0069\u0065\u0072\u0065\u0073\u0069s",0x1e6b:"\u0074\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074",0x1e6d:"\u0074d\u006f\u0074\u0062\u0065\u006c\u006fw",0x04ad:"\u0074\u0065\u0064\u0065sc\u0065\u006e\u0064\u0065\u0072\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0xfe96:"\u0074\u0065\u0068\u0066\u0069\u006e\u0061\u006c\u0061r\u0061\u0062\u0069\u0063",0xfca2:"\u0074\u0065\u0068\u0068ah\u0069\u006e\u0069\u0074\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",0xfc0c:"t\u0065h\u0068\u0061\u0068\u0069\u0073\u006f\u006c\u0061t\u0065\u0064\u0061\u0072ab\u0069\u0063",0xfe97:"\u0074\u0065h\u0069\u006e\u0069t\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",0x3066:"\u0074\u0065\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0xfe95:"t\u0065\u0068\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064",0xfca1:"t\u0065h\u006a\u0065\u0065\u006d\u0069\u006e\u0069\u0074i\u0061\u006c\u0061\u0072ab\u0069\u0063",0xfc0b:"t\u0065\u0068\u006a\u0065em\u0069s\u006f\u006c\u0061\u0074\u0065d\u0061\u0072\u0061\u0062\u0069\u0063",0x0629:"\u0074\u0065h\u006d\u0061\u0072b\u0075\u0074\u0061\u0061\u0072\u0061\u0062\u0069\u0063",0xfe94:"t\u0065\u0068\u006d\u0061rb\u0075t\u0061\u0066\u0069\u006e\u0061l\u0061\u0072\u0061\u0062\u0069\u0063",0xfe93:"\u0074e\u0068m\u0061\u0072\u0062\u0075\u0074a\u0069\u0073o\u006c\u0061\u0074\u0065\u0064",0xfe98:"\u0074e\u0068m\u0065\u0064\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",0xfca4:"t\u0065h\u006d\u0065\u0065\u006d\u0069\u006e\u0069\u0074i\u0061\u006c\u0061\u0072ab\u0069\u0063",0xfc0e:"t\u0065\u0068\u006d\u0065em\u0069s\u006f\u006c\u0061\u0074\u0065d\u0061\u0072\u0061\u0062\u0069\u0063",0xfc73:"\u0074e\u0068n\u006f\u006f\u006e\u0066\u0069n\u0061\u006ca\u0072\u0061\u0062\u0069\u0063",0xfc74:"\u0074\u0065\u0068wi\u0074\u0068\u0061\u006c\u0065\u0066\u006d\u0061\u006b\u0073\u0075\u0072\u0061\u0066\u0069\u006e\u0061\u006c",0xe814:"\u0074\u0065\u0068\u0077\u0069\u0074\u0068\u0068\u0065\u0068\u0069\u006ei\u0074\u0069\u0061\u006c",0xfca3:"\u0074e\u0068w\u0069\u0074\u0068\u006b\u0068a\u0068\u0069n\u0069\u0074\u0069\u0061\u006c",0xfc75:"\u0074e\u0068w\u0069\u0074\u0068\u0079\u0065\u0068\u0066\u0069\u006e\u0061\u006c",0xfc10:"\u0074e\u0068w\u0069\u0074\u0068\u0079\u0065h\u0069\u0073o\u006c\u0061\u0074\u0065\u0064",0x30c6:"\u0074\u0065\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0xff83:"\u0074\u0065\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068",0x2121:"\u0074e\u006c\u0065\u0070\u0068\u006f\u006ee",0x05a0:"\u0074\u0065\u006c\u0069sh\u0061\u0067\u0065\u0064\u006f\u006c\u0061\u0068\u0065\u0062\u0072\u0065\u0077",0x05a9:"\u0074\u0065\u006c\u0069sh\u0061\u0071\u0065\u0074\u0061\u006e\u0061\u0068\u0065\u0062\u0072\u0065\u0077",0x3229:"\u0074\u0065\u006e\u0069de\u006f\u0067\u0072\u0061\u0070\u0068\u0069\u0063\u0070\u0061\u0072\u0065\u006e",0x247d:"\u0074\u0065\u006e\u0070\u0061\u0072\u0065\u006e",0x2491:"\u0074e\u006e\u0070\u0065\u0072\u0069\u006fd",0x2179:"\u0074\u0065\u006e\u0072\u006f\u006d\u0061\u006e",0x02a7:"\u0074\u0065\u0073\u0068",0xfb38:"\u0074e\u0074\u0064\u0061\u0067\u0065\u0073h",0x05d8:"\u0074e\u0074\u0068\u0065\u0062\u0072\u0065w",0x04b5:"\u0074\u0065\u0074\u0073\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x059b:"t\u0065\u0076\u0069\u0072\u0068\u0065\u0062\u0072\u0065\u0077",0x09a5:"\u0074\u0068\u0061\u0062\u0065\u006e\u0067\u0061\u006c\u0069",0x0925:"\u0074h\u0061\u0064\u0065\u0076\u0061",0x0aa5:"t\u0068\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069",0x0a25:"t\u0068\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0x0630:"\u0074\u0068\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",0xfeac:"\u0074h\u0061l\u0066\u0069\u006e\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",0xfeab:"\u0074\u0068\u0061l\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064",0xf898:"\u0074\u0068\u0061\u006eth\u0061\u006b\u0068\u0061\u0074\u006c\u006f\u0077\u006c\u0065\u0066\u0074\u0074\u0068a\u0069",0xf897:"\u0074\u0068\u0061nt\u0068\u0061\u006b\u0068\u0061\u0074\u006c\u006f\u0077\u0072\u0069\u0067\u0068\u0074\u0074\u0068\u0061\u0069",0x0e4c:"\u0074h\u0061n\u0074\u0068\u0061\u006b\u0068\u0061\u0074\u0074\u0068\u0061\u0069",0xf896:"\u0074h\u0061\u006e\u0074\u0068\u0061\u006b\u0068\u0061\u0074\u0075\u0070p\u0065\u0072\u006c\u0065\u0066\u0074\u0074\u0068\u0061\u0069",0x062b:"\u0074\u0068\u0065\u0068\u0061\u0072\u0061\u0062\u0069\u0063",0xfe9a:"\u0074h\u0065h\u0066\u0069\u006e\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",0xfe9b:"\u0074\u0068\u0065\u0068\u0069\u006e\u0069\u0074\u0069\u0061\u006c\u0061r\u0061\u0062\u0069\u0063",0xfe99:"\u0074\u0068\u0065h\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064",0xfe9c:"\u0074\u0068e\u0068\u006d\u0065d\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",0xfca6:"\u0074\u0068\u0065\u0068wi\u0074\u0068\u006d\u0065\u0065\u006d\u0069\u006e\u0069\u0074\u0069\u0061\u006c",0xfc12:"t\u0068e\u0068\u0077\u0069\u0074\u0068\u006d\u0065\u0065m\u0069\u0073\u006f\u006cat\u0065\u0064",0x2234:"\u0074h\u0065\u0072\u0065\u0066\u006f\u0072e",0x29e7:"\u0074h\u0065\u0072\u006d\u006f\u0064",0x03b8:"\u0074\u0068\u0065t\u0061",0x03d1:"\u0074\u0068\u0065\u0074\u0061\u0031",0x3279:"t\u0068i\u0065\u0075\u0074\u0068\u0061\u0063\u0069\u0072c\u006c\u0065\u006b\u006fre\u0061\u006e",0x3219:"\u0074\u0068\u0069\u0065ut\u0068\u0061\u0070\u0061\u0072\u0065\u006e\u006b\u006f\u0072\u0065\u0061\u006e",0x326b:"\u0074\u0068\u0069\u0065ut\u0068\u0063\u0069\u0072\u0063\u006c\u0065\u006b\u006f\u0072\u0065\u0061\u006e",0x314c:"\u0074\u0068\u0069\u0065\u0075\u0074\u0068\u006b\u006f\u0072\u0065\u0061\u006e",0x320b:"\u0074h\u0069e\u0075\u0074\u0068\u0070\u0061r\u0065\u006ek\u006f\u0072\u0065\u0061\u006e",0x2009:"\u0074h\u0069\u006e\u0073\u0070\u0061\u0063e",0x246c:"\u0074\u0068\u0069\u0072\u0074\u0065\u0065\u006e\u0063i\u0072\u0063\u006c\u0065",0x2480:"\u0074\u0068\u0069\u0072\u0074\u0065\u0065\u006e\u0070\u0061\u0072\u0065\u006e",0x2494:"\u0074\u0068\u0069\u0072\u0074\u0065\u0065\u006e\u0070e\u0072\u0069\u006f\u0064",0x0e11:"\u0074\u0068\u006f\u006e\u0061\u006e\u0067\u006d\u006f\u006e\u0074\u0068o\u0074\u0068\u0061\u0069",0x01ad:"\u0074\u0068\u006fo\u006b",0x0e12:"\u0074\u0068\u006f\u0070\u0068\u0075\u0074\u0068\u0061o\u0074\u0068\u0061\u0069",0x00fe:"\u0074\u0068\u006fr\u006e",0x0e17:"\u0074\u0068\u006f\u0074\u0068\u0061\u0068\u0061\u006e\u0074\u0068\u0061\u0069",0x0e10:"t\u0068\u006f\u0074\u0068\u0061\u006e\u0074\u0068\u0061\u0069",0x0e18:"\u0074\u0068\u006ft\u0068\u006f\u006e\u0067\u0074\u0068\u0061\u0069",0x0e16:"\u0074\u0068\u006ft\u0068\u0075\u006e\u0067\u0074\u0068\u0061\u0069",0x0482:"\u0074\u0068o\u0075\u0073\u0061n\u0064\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x066c:"\u0074h\u006f\u0075\u0073\u0061\u006e\u0064\u0073\u0073\u0065\u0070\u0061r\u0061\u0074\u006f\u0072\u0061\u0072\u0061\u0062\u0069\u0063",0x0033:"\u0074\u0068\u0072e\u0065",0x09e9:"\u0074\u0068\u0072e\u0065\u0062\u0065\u006e\u0067\u0061\u006c\u0069",0x27c0:"t\u0068\u0072\u0065\u0065\u0064\u0061\u006e\u0067\u006c\u0065",0x0969:"\u0074h\u0072\u0065\u0065\u0064\u0065\u0076a",0x2af6:"\u0074\u0068\u0072\u0065\u0065\u0064\u006f\u0074\u0063\u006f\u006c\u006f\u006e",0x215c:"\u0074\u0068\u0072e\u0065\u0065\u0069\u0067\u0068\u0074\u0068\u0073",0x2157:"t\u0068\u0072\u0065\u0065\u0066\u0069\u0066\u0074\u0068\u0073",0x0ae9:"\u0074\u0068\u0072\u0065\u0065\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069",0x0a69:"\u0074\u0068\u0072\u0065\u0065\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0x3023:"\u0074\u0068\u0072\u0065\u0065\u0068\u0061\u006e\u0067\u007a\u0068\u006f\u0075",0x3222:"t\u0068\u0072\u0065\u0065id\u0065o\u0067\u0072\u0061\u0070\u0068i\u0063\u0070\u0061\u0072\u0065\u006e",0x2083:"\u0074\u0068\u0072\u0065\u0065\u0069\u006e\u0066\u0065\u0072\u0069\u006f\u0072",0xff13:"\u0074\u0068\u0072\u0065\u0065\u006d\u006f\u006e\u006fs\u0070\u0061\u0063\u0065",0x09f6:"t\u0068\u0072\u0065\u0065nu\u006de\u0072\u0061\u0074\u006f\u0072b\u0065\u006e\u0067\u0061\u006c\u0069",0xf733:"\u0074\u0068\u0072\u0065\u0065\u006f\u006c\u0064\u0073\u0074\u0079\u006c\u0065",0x2476:"\u0074\u0068\u0072\u0065\u0065\u0070\u0061\u0072\u0065\u006e",0x2004:"\u0074h\u0072e\u0065\u0070\u0065\u0072\u0065\u006d\u0073\u0070\u0061\u0063\u0065",0x248a:"t\u0068\u0072\u0065\u0065\u0070\u0065\u0072\u0069\u006f\u0064",0x06f3:"\u0074\u0068\u0072e\u0065\u0070\u0065\u0072\u0073\u0069\u0061\u006e",0x00be:"\u0074\u0068\u0072\u0065\u0065\u0071\u0075\u0061\u0072\u0074\u0065\u0072\u0073",0xf6de:"\u0074\u0068\u0072\u0065eq\u0075\u0061\u0072\u0074\u0065\u0072\u0073\u0065\u006d\u0064\u0061\u0073\u0068",0x2172:"\u0074\u0068\u0072\u0065\u0065\u0072\u006f\u006d\u0061\u006e",0x00b3:"\u0074\u0068\u0072\u0065\u0065\u0073\u0075\u0070\u0065\u0072\u0069\u006f\u0072",0x0e53:"\u0074h\u0072\u0065\u0065\u0074\u0068\u0061i",0x20e8:"\u0074\u0068\u0072\u0065\u0065\u0075\u006e\u0064\u0065\u0072\u0064\u006f\u0074",0x3394:"\u0074h\u007a\u0073\u0071\u0075\u0061\u0072e",0x2040:"\u0074i\u0065\u0063\u006f\u006e\u0063\u0061t",0x29dd:"\u0074\u0069\u0065\u0069\u006e\u0066\u0074\u0079",0x3061:"\u0074\u0069\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x30c1:"\u0074\u0069\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0xff81:"\u0074\u0069\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068",0x3270:"\u0074\u0069\u006b\u0065ut\u0061\u0063\u0069\u0072\u0063\u006c\u0065\u006b\u006f\u0072\u0065\u0061\u006e",0x3210:"\u0074i\u006be\u0075\u0074\u0061\u0070\u0061r\u0065\u006ek\u006f\u0072\u0065\u0061\u006e",0x3262:"\u0074i\u006be\u0075\u0074\u0063\u0069\u0072c\u006c\u0065k\u006f\u0072\u0065\u0061\u006e",0x3137:"\u0074\u0069\u006be\u0075\u0074\u006b\u006f\u0072\u0065\u0061\u006e",0x3202:"\u0074\u0069\u006b\u0065\u0075\u0074\u0070\u0061\u0072\u0065\u006e\u006bo\u0072\u0065\u0061\u006e",0x02dc:"\u0074\u0069\u006cd\u0065",0xf004:"\u0074\u0069\u006c\u0064\u0065\u0031",0x0330:"\u0074\u0069\u006c\u0064\u0065\u0062\u0065\u006c\u006f\u0077\u0063\u006d\u0062",0x0303:"\u0074\u0069\u006c\u0064\u0065\u0063\u006d\u0062",0x0360:"\u0074\u0069\u006c\u0064\u0065\u0064\u006f\u0075\u0062l\u0065\u0063\u006d\u0062",0x0276:"\u0074i\u006c\u0064\u0065\u006e\u006f\u0073p",0x0334:"\u0074i\u006cd\u0065\u006f\u0076\u0065\u0072\u006c\u0061\u0079\u0063\u006d\u0062",0x033e:"\u0074\u0069l\u0064\u0065\u0076e\u0072\u0074\u0069\u0063\u0061\u006c\u0063\u006d\u0062",0x2a31:"\u0074\u0069\u006d\u0065\u0073\u0062\u0061\u0072",0x0596:"\u0074\u0069\u0070e\u0068\u0061\u0068\u0065\u0062\u0072\u0065\u0077",0x0a70:"\u0074\u0069\u0070\u0070\u0069\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0x0483:"\u0074\u0069t\u006c\u006f\u0063y\u0072\u0069\u006c\u006c\u0069\u0063\u0063\u006d\u0062",0x057f:"\u0074\u0069\u0077n\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x1e6f:"\u0074\u006c\u0069\u006e\u0065\u0062\u0065\u006c\u006f\u0077",0x29ff:"\u0074\u006d\u0069\u006e\u0075\u0073",0xff54:"\u0074\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0x0569:"\u0074\u006f\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x2928:"\u0074\u006f\u0065\u0061",0x3068:"\u0074\u006f\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x30c8:"\u0074\u006f\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0xff84:"\u0074\u006f\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068",0x2927:"\u0074\u006f\u006e\u0061",0x02e5:"\u0074\u006f\u006e\u0065ba\u0072\u0065\u0078\u0074\u0072\u0061\u0068\u0069\u0067\u0068\u006d\u006f\u0064",0x02e9:"\u0074o\u006ee\u0062\u0061\u0072\u0065\u0078t\u0072\u0061l\u006f\u0077\u006d\u006f\u0064",0x02e6:"\u0074\u006f\u006e\u0065\u0062\u0061\u0072\u0068\u0069g\u0068\u006d\u006f\u0064",0x02e8:"\u0074\u006f\u006e\u0065\u0062\u0061\u0072\u006c\u006f\u0077\u006d\u006f\u0064",0x02e7:"\u0074\u006f\u006e\u0065\u0062\u0061\u0072\u006d\u0069\u0064\u006d\u006f\u0064",0x01bd:"\u0074\u006f\u006e\u0065\u0066\u0069\u0076\u0065",0x0185:"\u0074o\u006e\u0065\u0073\u0069\u0078",0x01a8:"\u0074o\u006e\u0065\u0074\u0077\u006f",0x0384:"\u0074\u006f\u006eo\u0073",0x3327:"\u0074o\u006e\u0073\u0071\u0075\u0061\u0072e",0x0e0f:"t\u006f\u0070\u0061\u0074\u0061\u006b\u0074\u0068\u0061\u0069",0x2336:"\u0074\u006f\u0070\u0062\u006f\u0074",0x2af1:"\u0074\u006f\u0070\u0063\u0069\u0072",0x2ada:"\u0074o\u0070\u0066\u006f\u0072\u006b",0x25e0:"\u0074\u006f\u0070\u0073\u0065\u006d\u0069\u0063\u0069\u0072\u0063\u006c\u0065",0x3014:"\u0074o\u0072\u0074\u006f\u0069\u0073\u0065\u0073\u0068\u0065\u006c\u006cb\u0072\u0061\u0063\u006b\u0065\u0074\u006c\u0065\u0066\u0074",0xfe5d:"\u0074\u006fr\u0074\u006f\u0069\u0073\u0065\u0073\u0068\u0065\u006c\u006c\u0062\u0072\u0061\u0063\u006b\u0065\u0074\u006c\u0065\u0066\u0074\u0073ma\u006c\u006c",0xfe39:"\u0074\u006f\u0072\u0074\u006f\u0069\u0073\u0065\u0073\u0068\u0065\u006c\u006c\u0062\u0072a\u0063k\u0065\u0074\u006c\u0065\u0066\u0074\u0076\u0065\u0072\u0074\u0069\u0063\u0061\u006c",0x3015:"\u0074o\u0072\u0074\u006f\u0069s\u0065\u0073\u0068\u0065\u006cl\u0062r\u0061c\u006b\u0065\u0074\u0072\u0069\u0067\u0068t",0xfe5e:"\u0074\u006f\u0072\u0074\u006f\u0069\u0073\u0065\u0073\u0068e\u006c\u006c\u0062\u0072\u0061\u0063\u006be\u0074\u0072\u0069\u0067\u0068\u0074\u0073\u006d\u0061\u006c\u006c",0xfe3a:"\u0074\u006f\u0072\u0074\u006f\u0069s\u0065\u0073\u0068\u0065\u006c\u006c\u0062\u0072\u0061\u0063\u006b\u0065\u0074r\u0069\u0067\u0068\u0074\u0076\u0065\u0072t\u0069\u0063\u0061\u006c",0x2929:"\u0074\u006f\u0073\u0061",0x0e15:"\u0074o\u0074\u0061\u006f\u0074\u0068\u0061i",0x292a:"\u0074\u006f\u0077\u0061",0x01ab:"\u0074\u0070\u0061l\u0061\u0074\u0061\u006c\u0068\u006f\u006f\u006b",0x24af:"\u0074\u0070\u0061\u0072\u0065\u006e",0x29fe:"\u0074\u0070\u006cu\u0073",0x2122:"\u0074r\u0061\u0064\u0065\u006d\u0061\u0072k",0xf8ea:"\u0074\u0072\u0061\u0064\u0065\u006d\u0061\u0072\u006b\u0073\u0061\u006e\u0073",0xf6db:"\u0074\u0072\u0061\u0064\u0065\u006d\u0061\u0072\u006bs\u0065\u0072\u0069\u0066",0x23e2:"\u0074r\u0061\u0070\u0065\u007a\u0069\u0075m",0x0288:"\u0074\u0072\u0065\u0074\u0072\u006f\u0066\u006c\u0065x\u0068\u006f\u006f\u006b",0x2023:"\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065\u0062u\u006c\u006c\u0065\u0074",0x25ec:"\u0074\u0072\u0069a\u006e\u0067\u006c\u0065\u0063\u0064\u006f\u0074",0x25ed:"\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065\u006c\u0065\u0066\u0074b\u006c\u0061\u0063\u006b",0x22b4:"\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065\u006c\u0065\u0066\u0074e\u0071\u0075\u0061\u006c",0x2a3a:"\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065\u006d\u0069\u006e\u0075\u0073",0x29ca:"\u0074\u0072\u0069a\u006e\u0067\u006c\u0065\u006f\u0064\u006f\u0074",0x2a39:"\u0074\u0072\u0069a\u006e\u0067\u006c\u0065\u0070\u006c\u0075\u0073",0x25ee:"\u0074r\u0069a\u006e\u0067\u006c\u0065\u0072i\u0067\u0068t\u0062\u006c\u0061\u0063\u006b",0x22b5:"\u0074r\u0069a\u006e\u0067\u006c\u0065\u0072i\u0067\u0068t\u0065\u0071\u0075\u0061\u006c",0x29cc:"\u0074r\u0069\u0061\u006e\u0067\u006c\u0065s",0x29cd:"\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065\u0073e\u0072\u0069\u0066\u0073",0x2a3b:"\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065\u0074\u0069\u006d\u0065\u0073",0x29cb:"\u0074\u0072\u0069a\u006e\u0067\u006c\u0065\u0075\u0062\u0061\u0072",0x29fb:"\u0074\u0072\u0069\u0070\u006c\u0065\u0070\u006c\u0075\u0073",0x2034:"\u0074r\u0070\u0072\u0069\u006d\u0065",0x2afb:"\u0074r\u0073\u006c\u0061\u0073\u0068",0x02a6:"\u0074\u0073",0xfb46:"t\u0073\u0061\u0064\u0069\u0064\u0061\u0067\u0065\u0073\u0068",0x0446:"t\u0073\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x05b5:"\u0074s\u0065\u0072\u0065\u0031\u0032",0x045b:"\u0074\u0073\u0068e\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0xf6f3:"\u0074s\u0075\u0070\u0065\u0072\u0069\u006fr",0x099f:"\u0074\u0074\u0061\u0062\u0065\u006e\u0067\u0061\u006c\u0069",0x091f:"\u0074t\u0061\u0064\u0065\u0076\u0061",0x0a9f:"t\u0074\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069",0x0a1f:"t\u0074\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0xfb67:"\u0074t\u0065h\u0066\u0069\u006e\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",0xfb68:"\u0074\u0074\u0065\u0068\u0069\u006e\u0069\u0074\u0069\u0061\u006c\u0061r\u0061\u0062\u0069\u0063",0xfb69:"\u0074\u0074e\u0068\u006d\u0065d\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",0x09a0:"t\u0074\u0068\u0061\u0062\u0065\u006e\u0067\u0061\u006c\u0069",0x0920:"\u0074\u0074\u0068\u0061\u0064\u0065\u0076\u0061",0x0aa0:"\u0074\u0074\u0068a\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069",0x0a20:"\u0074\u0074\u0068a\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0x0287:"\u0074t\u0075\u0072\u006e\u0065\u0064",0x3064:"\u0074\u0075\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x30c4:"\u0074\u0075\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0xff82:"\u0074\u0075\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068",0x29a2:"\u0074u\u0072\u006e\u0061\u006e\u0067\u006ce",0x2129:"\u0074\u0075\u0072\u006e\u0065\u0064\u0069\u006f\u0074\u0061",0x2319:"\u0074u\u0072\u006e\u0065\u0064\u006e\u006ft",0x22a2:"\u0074\u0075\u0072\u006e\u0073\u0074\u0069\u006c\u0065\u006c\u0065\u0066\u0074",0x3063:"\u0074u\u0073m\u0061\u006c\u006c\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x30c3:"\u0074u\u0073m\u0061\u006c\u006c\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0xff6f:"\u0074u\u0073\u006d\u0061\u006c\u006c\u006b\u0061\u0074\u0061\u006b\u0061n\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068",0x246b:"\u0074\u0077\u0065l\u0076\u0065\u0063\u0069\u0072\u0063\u006c\u0065",0x247f:"t\u0077\u0065\u006c\u0076\u0065\u0070\u0061\u0072\u0065\u006e",0x2493:"\u0074\u0077\u0065l\u0076\u0065\u0070\u0065\u0072\u0069\u006f\u0064",0x217b:"t\u0077\u0065\u006c\u0076\u0065\u0072\u006f\u006d\u0061\u006e",0xd80c:"t\u0077\u0065\u006c\u0076\u0065\u0075\u0064\u0061\u0073\u0068",0x2473:"\u0074\u0077\u0065n\u0074\u0079\u0063\u0069\u0072\u0063\u006c\u0065",0x5344:"\u0074\u0077\u0065\u006e\u0074\u0079\u0068\u0061\u006eg\u007a\u0068\u006f\u0075",0x2487:"t\u0077\u0065\u006e\u0074\u0079\u0070\u0061\u0072\u0065\u006e",0x249b:"\u0074\u0077\u0065n\u0074\u0079\u0070\u0065\u0072\u0069\u006f\u0064",0x0032:"\u0074\u0077\u006f",0x0662:"\u0074w\u006f\u0061\u0072\u0061\u0062\u0069c",0x09e8:"\u0074\u0077\u006f\u0062\u0065\u006e\u0067\u0061\u006c\u0069",0x2a4b:"\u0074w\u006f\u0063\u0061\u0070\u0073",0x2a4a:"\u0074w\u006f\u0063\u0075\u0070\u0073",0x0968:"\u0074w\u006f\u0064\u0065\u0076\u0061",0x2025:"\u0074\u0077\u006fd\u006f\u0074\u006c\u0065\u0061\u0064\u0065\u0072",0xfe30:"t\u0077o\u0064\u006f\u0074\u006c\u0065\u0061\u0064\u0065r\u0076\u0065\u0072\u0074ic\u0061\u006c",0x2156:"\u0074w\u006f\u0066\u0069\u0066\u0074\u0068s",0x0ae8:"t\u0077\u006f\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069",0x0a68:"t\u0077\u006f\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0x3022:"t\u0077\u006f\u0068\u0061\u006e\u0067\u007a\u0068\u006f\u0075",0x21a1:"\u0074\u0077o\u0068\u0065\u0061d\u0064\u006f\u0077\u006e\u0061\u0072\u0072\u006f\u0077",0x2b3b:"t\u0077o\u0068\u0065\u0061\u0064\u006c\u0065\u0066\u0074a\u0072\u0072\u006f\u0077ta\u0069\u006c",0x2b37:"\u0074\u0077\u006f\u0068ea\u0064\u006c\u0065\u0066\u0074\u0064\u0062\u006b\u0061\u0072\u0072\u006f\u0077",0x2b36:"\u0074w\u006fh\u0065\u0061\u0064\u006d\u0061\u0070\u0073\u0066\u0072\u006f\u006d",0x2905:"\u0074\u0077\u006f\u0068\u0065\u0061\u0064\u006d\u0061\u0070\u0073\u0074\u006f",0x2916:"t\u0077\u006f\u0068\u0065ad\u0072i\u0067\u0068\u0074\u0061\u0072r\u006f\u0077\u0074\u0061\u0069\u006c",0x219f:"\u0074\u0077\u006f\u0068\u0065\u0061\u0064\u0075\u0070a\u0072\u0072\u006f\u0077",0x2949:"t\u0077o\u0068\u0065\u0061\u0064\u0075\u0070\u0061\u0072r\u006f\u0077\u0063\u0069rc\u006c\u0065",0x3221:"\u0074\u0077\u006f\u0069de\u006f\u0067\u0072\u0061\u0070\u0068\u0069\u0063\u0070\u0061\u0072\u0065\u006e",0x2082:"t\u0077\u006f\u0069\u006e\u0066\u0065\u0072\u0069\u006f\u0072",0xff12:"\u0074\u0077\u006fm\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0x09f5:"\u0074\u0077\u006f\u006eum\u0065\u0072\u0061\u0074\u006f\u0072\u0062\u0065\u006e\u0067\u0061\u006c\u0069",0xf732:"t\u0077\u006f\u006f\u006c\u0064\u0073\u0074\u0079\u006c\u0065",0x2475:"\u0074\u0077\u006f\u0070\u0061\u0072\u0065\u006e",0x2489:"\u0074w\u006f\u0070\u0065\u0072\u0069\u006fd",0x06f2:"\u0074\u0077\u006f\u0070\u0065\u0072\u0073\u0069\u0061\u006e",0x2171:"\u0074\u0077\u006f\u0072\u006f\u006d\u0061\u006e",0x01bb:"\u0074w\u006f\u0073\u0074\u0072\u006f\u006be",0x00b2:"t\u0077\u006f\u0073\u0075\u0070\u0065\u0072\u0069\u006f\u0072",0x0e52:"\u0074w\u006f\u0074\u0068\u0061\u0069",0x2154:"\u0074w\u006f\u0074\u0068\u0069\u0072\u0064s",0x2982:"\u0074y\u0070\u0065\u0063\u006f\u006c\u006fn",0x0075:"\u0075",0x2643:"\u0075\u0032\u00364\u0033",0x00fa:"\u0075\u0061\u0063\u0075\u0074\u0065",0x0289:"\u0075\u0062\u0061\u0072",0x0989:"\u0075\u0062\u0065\u006e\u0067\u0061\u006c\u0069",0x3128:"\u0075b\u006f\u0070\u006f\u006d\u006f\u0066o",0x23e1:"\u0075b\u0072\u0062\u0072\u0061\u006b",0x016d:"\u0075\u0062\u0072\u0065\u0076\u0065",0x01d4:"\u0075\u0063\u0061\u0072\u006f\u006e",0xf834:"\u0075\u0063\u0065\u0064\u0069\u006c\u006c\u0061",0x24e4:"\u0075c\u0069\u0072\u0063\u006c\u0065",0x00fb:"u\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078",0x1e77:"\u0075\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0062\u0065\u006c\u006f\u0077",0x0951:"\u0075\u0064\u0061\u0074\u0074\u0061\u0064\u0065\u0076\u0061",0x0171:"\u0075d\u0062\u006c\u0061\u0063\u0075\u0074e",0x0215:"\u0075d\u0062\u006c\u0067\u0072\u0061\u0076e",0x0909:"\u0075\u0064\u0065v\u0061",0x00fc:"\u0075d\u0069\u0065\u0072\u0065\u0073\u0069s",0x01d8:"\u0075\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073a\u0063\u0075\u0074\u0065",0x1e73:"\u0075\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073b\u0065\u006c\u006f\u0077",0x01da:"\u0075\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073c\u0061\u0072\u006f\u006e",0x04f1:"\u0075\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073\u0063\u0079\u0072i\u006c\u006c\u0069\u0063",0x01dc:"\u0075\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073g\u0072\u0061\u0076\u0065",0x01d6:"\u0075d\u0069e\u0072\u0065\u0073\u0069\u0073\u006d\u0061\u0063\u0072\u006f\u006e",0x1ee5:"\u0075d\u006f\u0074\u0062\u0065\u006c\u006fw",0x00f9:"\u0075\u0067\u0072\u0061\u0076\u0065",0x0a89:"\u0075g\u0075\u006a\u0061\u0072\u0061\u0074i",0x0a09:"\u0075g\u0075\u0072\u006d\u0075\u006b\u0068i",0x3046:"\u0075h\u0069\u0072\u0061\u0067\u0061\u006ea",0x1ee7:"\u0075\u0068\u006f\u006f\u006b\u0061\u0062\u006f\u0076\u0065",0x01b0:"\u0075\u0068\u006fr\u006e",0x1ee9:"\u0075\u0068\u006f\u0072\u006e\u0061\u0063\u0075\u0074\u0065",0x1ef1:"\u0075\u0068\u006f\u0072\u006e\u0064\u006f\u0074\u0062\u0065\u006c\u006f\u0077",0x1eeb:"\u0075\u0068\u006f\u0072\u006e\u0067\u0072\u0061\u0076\u0065",0x1eed:"\u0075\u0068\u006f\u0072\u006e\u0068\u006f\u006f\u006ba\u0062\u006f\u0076\u0065",0x1eef:"\u0075\u0068\u006f\u0072\u006e\u0074\u0069\u006c\u0064\u0065",0x04f3:"u\u0068\u0075\u006e\u0067ar\u0075m\u006c\u0061\u0075\u0074\u0063y\u0072\u0069\u006c\u006c\u0069\u0063",0x0217:"\u0075\u0069\u006e\u0076\u0065\u0072\u0074\u0065\u0064b\u0072\u0065\u0076\u0065",0x30a6:"\u0075k\u0061\u0074\u0061\u006b\u0061\u006ea",0xff73:"\u0075k\u0061t\u0061\u006b\u0061\u006e\u0061h\u0061\u006cf\u0077\u0069\u0064\u0074\u0068",0x0479:"\u0075\u006b\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x315c:"\u0075k\u006f\u0072\u0065\u0061\u006e",0x25dc:"\u0075\u006c\u0061r\u0063",0x25f8:"\u0075\u006c\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065",0x016b:"\u0075m\u0061\u0063\u0072\u006f\u006e",0x04ef:"\u0075m\u0061c\u0072\u006f\u006e\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x1e7b:"\u0075m\u0061c\u0072\u006f\u006e\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073",0x0a41:"\u0075\u006d\u0061\u0074\u0072\u0061\u0067\u0075\u0072m\u0075\u006b\u0068\u0069",0x2a41:"\u0075\u006d\u0069\u006e\u0075\u0073",0xff55:"\u0075\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0x23df:"\u0075\u006e\u0064\u0065\u0072\u0062\u0072\u0061\u0063\u0065",0x23b5:"\u0075\u006e\u0064e\u0072\u0062\u0072\u0061\u0063\u006b\u0065\u0074",0x20ee:"\u0075\u006e\u0064\u0065\u0072\u006c\u0065\u0066\u0074a\u0072\u0072\u006f\u0077",0x20ed:"u\u006ed\u0065\u0072\u006c\u0065\u0066\u0074\u0068\u0061r\u0070\u006f\u006f\u006edo\u0077\u006e",0x23dd:"\u0075\u006e\u0064\u0065\u0072\u0070\u0061\u0072\u0065\u006e",0x20ef:"\u0075n\u0064e\u0072\u0072\u0069\u0067\u0068\u0074\u0061\u0072\u0072\u006f\u0077",0x20ec:"u\u006e\u0064\u0065\u0072ri\u0067h\u0074\u0068\u0061\u0072\u0070o\u006f\u006e\u0064\u006f\u0077\u006e",0x005f:"\u0075\u006e\u0064\u0065\u0072\u0073\u0063\u006f\u0072\u0065",0x2017:"\u0075\u006e\u0064\u0065\u0072\u0073\u0063\u006f\u0072\u0065\u0064\u0062\u006c",0xff3f:"\u0075\u006e\u0064\u0065rs\u0063\u006f\u0072\u0065\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0xfe33:"\u0075n\u0064e\u0072\u0073\u0063\u006f\u0072e\u0076\u0065r\u0074\u0069\u0063\u0061\u006c",0xfe4f:"\u0075\u006e\u0064\u0065\u0072\u0073\u0063\u006f\u0072e\u0077\u0061\u0076\u0079",0x203f:"\u0075\u006e\u0064\u0065\u0072\u0074\u0069\u0065",0x22ef:"\u0075\u006e\u0069c\u006f\u0064\u0065\u0063\u0064\u006f\u0074\u0073",0x222a:"\u0075\u006e\u0069o\u006e",0x22d3:"\u0075\u006e\u0069\u006f\u006e\u0064\u0062\u006c",0x228e:"\u0075\u006e\u0069\u006f\u006e\u006d\u0075\u006c\u0074\u0069",0x2294:"\u0075n\u0069\u006f\u006e\u0073\u0071",0x22c3:"\u0075n\u0069\u006f\u006e\u0074\u0065\u0078t",0x2200:"\u0075n\u0069\u0076\u0065\u0072\u0073\u0061l",0x0173:"\u0075o\u0067\u006f\u006e\u0065\u006b",0x214b:"\u0075\u0070\u0061n\u0064",0x24b0:"\u0075\u0070\u0061\u0072\u0065\u006e",0x2909:"\u0075\u0070\u0061\u0072\u0072\u006f\u0077\u0062\u0061\u0072\u0072\u0065\u0064",0x29bd:"\u0075p\u0061r\u0072\u006f\u0077\u006f\u006e\u0063\u0069\u0072\u0063\u006c\u0065",0x2580:"\u0075p\u0062\u006c\u006f\u0063\u006b",0x03dd:"\u0075p\u0064\u0069\u0067\u0061\u006d\u006da",0x2951:"u\u0070\u0064\u006f\u0077nh\u0061r\u0070\u006f\u006f\u006e\u006ce\u0066\u0074\u006c\u0065\u0066\u0074",0x294d:"\u0075\u0070\u0064\u006fwn\u0068\u0061\u0072\u0070\u006f\u006f\u006e\u006c\u0065\u0066\u0074\u0072\u0069\u0067h\u0074",0x294c:"\u0075\u0070\u0064\u006fwn\u0068\u0061\u0072\u0070\u006f\u006f\u006e\u0072\u0069\u0067\u0068\u0074\u006c\u0065f\u0074",0x294f:"\u0075\u0070\u0064ow\u006e\u0068\u0061\u0072\u0070\u006f\u006f\u006e\u0072\u0069\u0067\u0068\u0074\u0072\u0069\u0067\u0068\u0074",0x296e:"\u0075\u0070\u0064ow\u006e\u0068\u0061\u0072\u0070\u006f\u006f\u006e\u0073\u006c\u0065\u0066\u0074\u0072\u0069\u0067\u0068\u0074",0x2594:"\u0075\u0070\u0065\u0069\u0067\u0068\u0074\u0068\u0062\u006c\u006f\u0063\u006b",0x297e:"\u0075\u0070\u0066\u0069\u0073\u0068\u0074\u0061\u0069\u006c",0x2960:"\u0075\u0070h\u0061\u0072\u0070o\u006f\u006e\u006c\u0065\u0066\u0074\u0062\u0061\u0072",0x295c:"\u0075\u0070\u0068\u0061\u0072\u0070\u006f\u006f\u006e\u0072\u0069\u0067h\u0074\u0062\u0061\u0072",0x2963:"\u0075\u0070\u0068\u0061rp\u006f\u006f\u006e\u0073\u006c\u0065\u0066\u0074\u0072\u0069\u0067\u0068\u0074",0x27d2:"\u0075\u0070\u0069\u006e",0x2a1b:"\u0075\u0070\u0069n\u0074",0x03df:"\u0075p\u006b\u006f\u0070\u0070\u0061",0x03d8:"\u0075\u0070\u006f\u006c\u0064\u004b\u006f\u0070\u0070\u0061",0x03d9:"\u0075\u0070\u006f\u006c\u0064\u006b\u006f\u0070\u0070\u0061",0x05c4:"\u0075\u0070\u0070\u0065\u0072\u0064\u006f\u0074\u0068e\u0062\u0072\u0065\u0077",0x2934:"\u0075\u0070\u0072\u0069\u0067\u0068\u0074\u0063\u0075\u0072\u0076\u0065a\u0072\u0072\u006f\u0077",0x03e1:"\u0075p\u0073\u0061\u006d\u0070\u0069",0x03c5:"\u0075p\u0073\u0069\u006c\u006f\u006e",0x02f9:"u\u0070\u0073\u0069\u006con\u0064i\u0061\u0065\u0072\u0065\u0073i\u0073\u0074\u006f\u006e\u006f\u0073",0x03cb:"\u0075p\u0073i\u006c\u006f\u006e\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073",0x03b0:"u\u0070s\u0069\u006c\u006f\u006e\u0064\u0069\u0065\u0072e\u0073\u0069\u0073\u0074on\u006f\u0073",0x028a:"\u0075\u0070\u0073i\u006c\u006f\u006e\u006c\u0061\u0074\u0069\u006e",0x03cd:"\u0075\u0070\u0073i\u006c\u006f\u006e\u0074\u006f\u006e\u006f\u0073",0x29f8:"\u0075p\u0073\u006c\u006f\u0070\u0065",0x03db:"\u0075\u0070\u0073\u0074\u0069\u0067\u006d\u0061",0x031d:"\u0075\u0070\u0074\u0061\u0063\u006b\u0062\u0065\u006co\u0077\u0063\u006d\u0062",0x02d4:"\u0075p\u0074\u0061\u0063\u006b\u006d\u006fd",0x03f4:"\u0075\u0070\u0076\u0061\u0072\u0054\u0068\u0065\u0074\u0061",0x0a73:"u\u0072\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0x25dd:"\u0075\u0072\u0061r\u0063",0x016f:"\u0075\u0072\u0069n\u0067",0x25f9:"\u0075\u0072\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065",0x3045:"\u0075\u0073\u006d\u0061\u006c\u006c\u0068\u0069\u0072a\u0067\u0061\u006e\u0061",0x30a5:"\u0075\u0073\u006d\u0061\u006c\u006c\u006b\u0061\u0074a\u006b\u0061\u006e\u0061",0xff69:"\u0075\u0073\u006dal\u006c\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068",0x04af:"\u0075\u0073\u0074\u0072\u0061\u0069\u0067\u0068\u0074\u0063\u0079\u0072i\u006c\u006c\u0069\u0063",0x04b1:"\u0075\u0073\u0074ra\u0069\u0067\u0068\u0074\u0073\u0074\u0072\u006f\u006b\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x0169:"\u0075\u0074\u0069\u006c\u0064\u0065",0x1e79:"u\u0074\u0069\u006c\u0064\u0065\u0061\u0063\u0075\u0074\u0065",0x1e75:"u\u0074\u0069\u006c\u0064\u0065\u0062\u0065\u006c\u006f\u0077",0x098a:"\u0075u\u0062\u0065\u006e\u0067\u0061\u006ci",0x090a:"\u0075\u0075\u0064\u0065\u0076\u0061",0x0a8a:"\u0075\u0075\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069",0x0a0a:"\u0075\u0075\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0x0a42:"\u0075u\u006da\u0074\u0072\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0x09c2:"\u0075u\u0076o\u0077\u0065\u006c\u0073\u0069g\u006e\u0062e\u006e\u0067\u0061\u006c\u0069",0x0942:"\u0075u\u0076o\u0077\u0065\u006c\u0073\u0069\u0067\u006e\u0064\u0065\u0076\u0061",0x0ac2:"\u0075\u0075\u0076\u006fwe\u006c\u0073\u0069\u0067\u006e\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069",0x09c1:"\u0075\u0076\u006f\u0077\u0065\u006c\u0073\u0069\u0067\u006e\u0062\u0065n\u0067\u0061\u006c\u0069",0x0941:"\u0075\u0076\u006f\u0077\u0065\u006c\u0073\u0069\u0067n\u0064\u0065\u0076\u0061",0x0ac1:"\u0075v\u006fw\u0065\u006c\u0073\u0069\u0067n\u0067\u0075j\u0061\u0072\u0061\u0074\u0069",0x0076:"\u0076",0x2ae8:"\u0076\u0042\u0061\u0072",0x2ae9:"\u0076\u0042\u0061r\u0076",0x2ae2:"\u0076\u0044\u0064\u0061\u0073\u0068",0x0935:"\u0076\u0061\u0064\u0065\u0076\u0061",0x0ab5:"\u0076\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069",0x0a35:"\u0076\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0x30f7:"\u0076\u0061\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0x2ae6:"\u0076\u0061\u0072\u0056\u0064\u0061\u0073\u0068",0x23ce:"\u0076\u0061\u0072\u0063\u0061\u0072\u0072\u0069\u0061\u0067\u0065\u0072e\u0074\u0075\u0072\u006e",0x2306:"\u0076\u0061\u0072\u0064\u006f\u0075\u0062\u006c\u0065\u0062\u0061\u0072w\u0065\u0064\u0067\u0065",0x2b21:"\u0076\u0061\u0072\u0068\u0065\u0078\u0061\u0067\u006f\u006e",0x2b22:"\u0076a\u0072h\u0065\u0078\u0061\u0067\u006f\u006e\u0062\u006c\u0061\u0063\u006b",0x232c:"\u0076\u0061\u0072\u0068\u0065\u0078\u0061\u0067\u006f\u006e\u006c\u0072b\u006f\u006e\u0064\u0073",0xfb1e:"\u0076\u0061\u0072\u0069\u006b\u0061",0x22f6:"v\u0061\u0072\u0069\u0073\u0069\u006e\u006f\u0062\u0061\u0072",0x22f3:"\u0076\u0061\u0072\u0069\u0073\u0069\u006e\u0073",0x22fd:"\u0076a\u0072\u006e\u0069\u006f\u0062\u0061r",0x22fb:"\u0076\u0061\u0072\u006e\u0069\u0073",0x2232:"\u0076\u0061r\u006f\u0069\u006et\u0063\u006c\u006f\u0063\u006b\u0077\u0069\u0073\u0065",0x22b2:"\u0076a\u0072t\u0072\u0069\u0061\u006e\u0067\u006c\u0065\u006c\u0065\u0066\u0074",0x22b3:"\u0076\u0061r\u0074\u0072\u0069a\u006e\u0067\u006c\u0065\u0072\u0069\u0067\u0068\u0074",0x2a61:"\u0076a\u0072\u0076\u0065\u0065\u0062\u0061r",0x05d5:"\u0076\u0061\u0076",0xfb35:"\u0076a\u0076d\u0061\u0067\u0065\u0073\u0068\u0068\u0065\u0062\u0072\u0065\u0077",0xfb4b:"\u0076\u0061\u0076\u0068\u006f\u006c\u0061\u006d",0x23aa:"\u0076\u0062\u0072\u0061\u0063\u0065\u0065\u0078\u0074e\u006e\u0064\u0065\u0072",0x29d0:"\u0076\u0062\u0072\u0074\u0072\u0069",0x24e5:"\u0076c\u0069\u0072\u0063\u006c\u0065",0x1e7f:"\u0076d\u006f\u0074\u0062\u0065\u006c\u006fw",0x2a2f:"\u0076\u0065\u0063\u0074\u0069\u006d\u0065\u0073",0x20d7:"\u0076\u0065\u0063\u0074\u006f\u0072",0x27c7:"\u0076\u0065\u0065\u0064\u006f\u0074",0x2a63:"\u0076\u0065\u0065d\u006f\u0075\u0062\u006c\u0065\u0062\u0061\u0072",0x225a:"\u0076\u0065\u0065e\u0071",0x2a5b:"\u0076\u0065\u0065\u006d\u0069\u0064\u0076\u0065\u0072\u0074",0x2a52:"\u0076e\u0065\u006f\u0064\u006f\u0074",0x2a56:"\u0076\u0065\u0065\u006f\u006e\u0076\u0065\u0065",0x2a59:"\u0076\u0065\u0065\u006f\u006e\u0077\u0065\u0064\u0067\u0065",0x06a4:"\u0076e\u0068\u0061\u0072\u0061\u0062\u0069c",0xfb6b:"\u0076\u0065\u0068\u0066\u0069\u006e\u0061\u006c\u0061r\u0061\u0062\u0069\u0063",0xfb6c:"\u0076\u0065h\u0069\u006e\u0069t\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",0xfb6a:"v\u0065\u0068\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064",0xfb6d:"\u0076e\u0068m\u0065\u0064\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",0x30f9:"\u0076\u0065\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0x2123:"\u0076\u0065\u0072\u0073\u0069\u0063\u006c\u0065",0x030d:"v\u0065r\u0074\u0069\u0063\u0061\u006c\u006c\u0069\u006ee\u0061\u0062\u006f\u0076ec\u006d\u0062",0x0329:"v\u0065r\u0074\u0069\u0063\u0061\u006c\u006c\u0069\u006ee\u0062\u0065\u006c\u006fwc\u006d\u0062",0x02cc:"\u0076e\u0072t\u0069\u0063\u0061\u006c\u006ci\u006e\u0065l\u006f\u0077\u006d\u006f\u0064",0x02c8:"\u0076e\u0072t\u0069\u0063\u0061\u006c\u006c\u0069\u006e\u0065\u006d\u006f\u0064",0x20d2:"v\u0065\u0072\u0074\u006f\u0076\u0065\u0072\u006c\u0061\u0079",0x057e:"v\u0065\u0077\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x028b:"\u0076\u0068\u006fo\u006b",0x2317:"\u0076\u0069\u0065\u0077\u0064\u0061\u0074\u0061",0x30f8:"\u0076\u0069\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0x09cd:"\u0076\u0069\u0072\u0061\u006d\u0061\u0062\u0065\u006e\u0067\u0061\u006c\u0069",0x094d:"\u0076\u0069\u0072\u0061\u006d\u0061\u0064\u0065\u0076\u0061",0x0acd:"\u0076\u0069\u0072\u0061\u006d\u0061\u0067\u0075\u006aa\u0072\u0061\u0074\u0069",0x0983:"\u0076\u0069\u0073\u0061\u0072\u0067\u0061\u0062\u0065n\u0067\u0061\u006c\u0069",0x0903:"v\u0069\u0073\u0061\u0072\u0067\u0061\u0064\u0065\u0076\u0061",0x0a83:"\u0076i\u0073a\u0072\u0067\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069",0x27dd:"\u0076l\u006f\u006e\u0067\u0064\u0061\u0073h",0xff56:"\u0076\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0x0578:"\u0076\u006f\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x309e:"\u0076\u006f\u0069ce\u0064\u0069\u0074\u0065\u0072\u0061\u0074\u0069\u006f\u006e\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x30fe:"\u0076\u006f\u0069ce\u0064\u0069\u0074\u0065\u0072\u0061\u0074\u0069\u006f\u006e\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0x309b:"\u0076\u006f\u0069\u0063\u0065\u0064\u006d\u0061\u0072k\u006b\u0061\u006e\u0061",0xff9e:"\u0076\u006f\u0069ce\u0064\u006d\u0061\u0072\u006b\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068",0x30fa:"\u0076\u006f\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0x24b1:"\u0076\u0070\u0061\u0072\u0065\u006e",0x25af:"\u0076\u0072\u0065\u0063\u0074\u0061\u006e\u0067\u006c\u0065",0x25ae:"\u0076r\u0065c\u0074\u0061\u006e\u0067\u006c\u0065\u0062\u006c\u0061\u0063\u006b",0x021b:"\u0076s\u0063\u0072\u0069\u0070\u0074",0x1e7d:"\u0076\u0074\u0069\u006c\u0064\u0065",0x021c:"\u0076\u0074\u0075r\u006e",0x028c:"\u0076t\u0075\u0072\u006e\u0065\u0064",0x3094:"\u0076\u0075\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x30f4:"\u0076\u0075\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0x2b1d:"\u0076\u0079\u0073\u006d\u0062\u006c\u006b\u0073\u0071\u0075\u0061\u0072\u0065",0x2218:"\u0076\u0079\u0073\u006d\u0077\u0068\u0074\u0063\u0069\u0072\u0063\u006c\u0065",0x2b1e:"\u0076\u0079\u0073\u006d\u0077\u0068\u0074\u0073\u0071\u0075\u0061\u0072\u0065",0x299a:"\u0076z\u0069\u0067\u007a\u0061\u0067",0x0077:"\u0077",0x1e83:"\u0077\u0061\u0063\u0075\u0074\u0065",0x3159:"\u0077a\u0065\u006b\u006f\u0072\u0065\u0061n",0x308f:"\u0077\u0061\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x30ef:"\u0077\u0061\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0xff9c:"\u0077\u0061\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068",0x3158:"\u0077\u0061\u006b\u006f\u0072\u0065\u0061\u006e",0x308e:"\u0077a\u0073m\u0061\u006c\u006c\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x30ee:"\u0077a\u0073m\u0061\u006c\u006c\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0x3357:"w\u0061\u0074\u0074\u006f\u0073\u0071\u0075\u0061\u0072\u0065",0x301c:"\u0077\u0061\u0076\u0065\u0064\u0061\u0073\u0068",0xfe34:"\u0077\u0061\u0076\u0079un\u0064\u0065\u0072\u0073\u0063\u006f\u0072\u0065\u0076\u0065\u0072\u0074\u0069\u0063a\u006c",0x0648:"\u0077a\u0077\u0061\u0072\u0061\u0062\u0069c",0xfeee:"\u0077\u0061\u0077\u0066\u0069\u006e\u0061\u006c\u0061r\u0061\u0062\u0069\u0063",0xfe86:"\u0077a\u0077\u0068\u0061\u006d\u007a\u0061\u0061\u0062\u006f\u0076\u0065f\u0069\u006e\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",0xfeed:"w\u0061\u0077\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064",0xfe85:"\u0077a\u0077\u0077\u0069\u0074h\u0068\u0061\u006d\u007a\u0061a\u0062o\u0076e\u0069\u0073\u006f\u006c\u0061\u0074\u0065d",0x33dd:"\u0077\u0062\u0073\u0071\u0075\u0061\u0072\u0065",0x24e6:"\u0077c\u0069\u0072\u0063\u006c\u0065",0x0175:"w\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078",0x1e85:"\u0077d\u0069\u0065\u0072\u0065\u0073\u0069s",0x1e87:"\u0077\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074",0x1e89:"\u0077d\u006f\u0074\u0062\u0065\u006c\u006fw",0x2a5f:"\u0077\u0065\u0064\u0067\u0065\u0062\u0061\u0072",0x27d1:"\u0077\u0065\u0064\u0067\u0065\u0064\u006f\u0074",0x2a60:"\u0077\u0065\u0064\u0067\u0065\u0064\u006f\u0075\u0062l\u0065\u0062\u0061\u0072",0x2a5a:"\u0077\u0065\u0064g\u0065\u006d\u0069\u0064\u0076\u0065\u0072\u0074",0x2a51:"\u0077e\u0064\u0067\u0065\u006f\u0064\u006ft",0x2a55:"\u0077\u0065\u0064g\u0065\u006f\u006e\u0077\u0065\u0064\u0067\u0065",0x2259:"\u0077\u0065\u0064\u0067\u0065\u0071",0x3091:"\u0077\u0065\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x2118:"w\u0065\u0069\u0065\u0072\u0073\u0074\u0072\u0061\u0073\u0073",0x30f1:"\u0077\u0065\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0x315e:"\u0077\u0065\u006b\u006f\u0072\u0065\u0061\u006e",0x315d:"\u0077e\u006f\u006b\u006f\u0072\u0065\u0061n",0x1e81:"\u0077\u0067\u0072\u0061\u0076\u0065",0x25e6:"w\u0068\u0069\u0074\u0065\u0062\u0075\u006c\u006c\u0065\u0074",0x25cb:"w\u0068\u0069\u0074\u0065\u0063\u0069\u0072\u0063\u006c\u0065",0x300e:"\u0077\u0068\u0069\u0074ec\u006f\u0072\u006e\u0065\u0072\u0062\u0072\u0061\u0063\u006b\u0065\u0074\u006c\u0065f\u0074",0xfe43:"\u0077\u0068\u0069\u0074\u0065\u0063\u006f\u0072\u006e\u0065r\u0062\u0072\u0061\u0063\u006b\u0065\u0074l\u0065\u0066\u0074\u0076\u0065\u0072\u0074\u0069\u0063\u0061\u006c",0x300f:"\u0077\u0068\u0069te\u0063\u006f\u0072\u006e\u0065\u0072\u0062\u0072\u0061\u0063\u006b\u0065\u0074\u0072\u0069\u0067\u0068\u0074",0xfe44:"\u0077\u0068\u0069t\u0065\u0063\u006f\u0072n\u0065\u0072\u0062\u0072\u0061\u0063\u006be\u0074\u0072\u0069\u0067\u0068\u0074\u0076\u0065\u0072\u0074\u0069\u0063\u0061\u006c",0x25c7:"\u0077\u0068\u0069t\u0065\u0064\u0069\u0061\u006d\u006f\u006e\u0064",0x25c8:"\u0077\u0068\u0069\u0074\u0065\u0064\u0069\u0061\u006d\u006f\u006e\u0064\u0063o\u006e\u0074\u0061\u0069\u006e\u0069n\u0067\u0062\u006c\u0061\u0063\u006b\u0073\u006d\u0061\u006c\u006c\u0064\u0069a\u006d\u006f\u006e\u0064",0x25bf:"\u0077\u0068\u0069\u0074\u0065\u0064\u006f\u0077\u006e\u0070o\u0069\u006e\u0074\u0069\u006e\u0067\u0073m\u0061\u006c\u006c\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065",0x25bd:"\u0077h\u0069\u0074\u0065\u0064o\u0077\u006e\u0070\u006f\u0069n\u0074i\u006eg\u0074\u0072\u0069\u0061\u006e\u0067\u006ce",0x27c1:"w\u0068i\u0074\u0065\u0069\u006e\u0077\u0068\u0069\u0074e\u0074\u0072\u0069\u0061ng\u006c\u0065",0x25c3:"\u0077\u0068\u0069\u0074\u0065\u006c\u0065\u0066\u0074\u0070o\u0069\u006e\u0074\u0069\u006e\u0067\u0073m\u0061\u006c\u006c\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065",0x25c1:"\u0077h\u0069\u0074\u0065\u006ce\u0066\u0074\u0070\u006f\u0069n\u0074i\u006eg\u0074\u0072\u0069\u0061\u006e\u0067\u006ce",0x3016:"\u0077\u0068\u0069\u0074\u0065\u006c\u0065\u006e\u0074\u0069\u0063u\u006c\u0061\u0072\u0062\u0072\u0061\u0063\u006b\u0065\u0074l\u0065\u0066\u0074",0x3017:"w\u0068\u0069\u0074\u0065\u006c\u0065n\u0074\u0069\u0063\u0075\u006c\u0061\u0072\u0062\u0072a\u0063\u006b\u0065t\u0072i\u0067\u0068\u0074",0x25c5:"\u0077\u0068i\u0074\u0065\u0070o\u0069\u006e\u0074\u0065\u0072\u006c\u0065\u0066\u0074",0x25bb:"\u0077\u0068\u0069\u0074\u0065\u0070\u006f\u0069\u006e\u0074\u0065\u0072r\u0069\u0067\u0068\u0074",0x25b9:"\u0077\u0068\u0069t\u0065\u0072\u0069\u0067h\u0074\u0070\u006f\u0069\u006e\u0074\u0069n\u0067\u0073\u006d\u0061\u006c\u006c\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065",0x25b7:"\u0077\u0068\u0069\u0074\u0065\u0072\u0069\u0067\u0068\u0074\u0070o\u0069\u006e\u0074\u0069\u006e\u0067\u0074\u0072\u0069\u0061n\u0067\u006c\u0065",0x25ab:"\u0077\u0068i\u0074\u0065\u0073m\u0061\u006c\u006c\u0073\u0071\u0075\u0061\u0072\u0065",0x27e4:"\u0077\u0068\u0069\u0074es\u0071\u0075\u0061\u0072\u0065\u0074\u0069\u0063\u006b\u006c\u0065\u0066\u0074",0x27e5:"w\u0068i\u0074\u0065\u0073\u0071\u0075\u0061\u0072\u0065t\u0069\u0063\u006b\u0072ig\u0068\u0074",0x2606:"\u0077h\u0069\u0074\u0065\u0073\u0074\u0061r",0x260f:"\u0077\u0068\u0069\u0074\u0065\u0074\u0065\u006c\u0065p\u0068\u006f\u006e\u0065",0x3018:"\u0077\u0068i\u0074\u0065\u0074\u006f\u0072\u0074\u006f\u0069\u0073\u0065\u0073\u0068\u0065\u006c\u006c\u0062\u0072\u0061\u0063\u006b\u0065\u0074le\u0066\u0074",0x3019:"\u0077\u0068\u0069\u0074\u0065\u0074\u006f\u0072\u0074\u006fi\u0073\u0065\u0073\u0068\u0065\u006c\u006cb\u0072\u0061\u0063\u006b\u0065\u0074\u0072\u0069\u0067\u0068\u0074",0x25b5:"\u0077\u0068\u0069\u0074e\u0075\u0070\u0070\u006f\u0069\u006e\u0074\u0069\u006e\u0067s\u006da\u006c\u006c\u0074\u0072\u0069\u0061\u006eg\u006c\u0065",0x25b3:"\u0077\u0068\u0069te\u0075\u0070\u0070\u006f\u0069\u006e\u0074\u0069\u006e\u0067\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065",0x2b2d:"w\u0068\u0074\u0068\u006f\u0072\u007a\u006f\u0076\u0061\u006c",0x2b2f:"w\u0068\u0074\u0076\u0065\u0072\u0074\u006f\u0076\u0061\u006c",0x29a6:"\u0077\u0069\u0064\u0065\u0061\u006e\u0067\u006c\u0065\u0064\u006f\u0077\u006e",0x29a7:"w\u0069\u0064\u0065\u0061\u006e\u0067\u006c\u0065\u0075\u0070",0x20e9:"\u0077i\u0064e\u0062\u0072\u0069\u0064\u0067\u0065\u0061\u0062\u006f\u0076\u0065",0x3090:"\u0077\u0069\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x30f0:"\u0077\u0069\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0x315f:"\u0077\u0069\u006b\u006f\u0072\u0065\u0061\u006e",0xff57:"\u0077\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0x3092:"\u0077\u006f\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x30f2:"\u0077\u006f\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0xff66:"\u0077\u006f\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068",0x20a9:"\u0077\u006f\u006e",0xffe6:"\u0077\u006f\u006em\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0x0e27:"\u0077\u006f\u0077\u0061\u0065\u006e\u0074\u0068\u0061\u0069",0x24b2:"\u0077\u0070\u0061\u0072\u0065\u006e",0x2240:"\u0077\u0072\u0065\u0061\u0074\u0068\u0070\u0072\u006f\u0064\u0075\u0063\u0074",0x1e98:"\u0077\u0072\u0069n\u0067",0x0240:"\u0077\u0073\u0075\u0070\u0065\u0072",0x02b7:"\u0077s\u0075\u0070\u0065\u0072\u0069\u006fr",0x021d:"\u0077\u0074\u0075r\u006e",0x028d:"\u0077t\u0075\u0072\u006e\u0065\u0064",0x01bf:"\u0077\u0079\u006e\u006e",0x0078:"\u0078",0x033d:"\u0078a\u0062\u006f\u0076\u0065\u0063\u006db",0x3112:"\u0078b\u006f\u0070\u006f\u006d\u006f\u0066o",0x24e7:"\u0078c\u0069\u0072\u0063\u006c\u0065",0x1e8d:"\u0078d\u0069\u0065\u0072\u0065\u0073\u0069s",0x1e8b:"\u0078\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074",0x056d:"x\u0065\u0068\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x03be:"\u0078\u0069",0xff58:"\u0078\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0x24b3:"\u0078\u0070\u0061\u0072\u0065\u006e",0x02e3:"\u0078s\u0075\u0070\u0065\u0072\u0069\u006fr",0x0079:"\u0079",0x334e:"y\u0061\u0061\u0064\u006f\u0073\u0071\u0075\u0061\u0072\u0065",0x09af:"\u0079a\u0062\u0065\u006e\u0067\u0061\u006ci",0x00fd:"\u0079\u0061\u0063\u0075\u0074\u0065",0x092f:"\u0079\u0061\u0064\u0065\u0076\u0061",0x3152:"\u0079a\u0065\u006b\u006f\u0072\u0065\u0061n",0x0aaf:"\u0079\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069",0x0a2f:"\u0079\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0x3084:"\u0079\u0061\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x30e4:"\u0079\u0061\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0xff94:"\u0079\u0061\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068",0x3151:"\u0079\u0061\u006b\u006f\u0072\u0065\u0061\u006e",0x0e4e:"\u0079\u0061\u006da\u006b\u006b\u0061\u006e\u0074\u0068\u0061\u0069",0x3083:"\u0079a\u0073m\u0061\u006c\u006c\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x30e3:"\u0079a\u0073m\u0061\u006c\u006c\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0xff6c:"\u0079a\u0073\u006d\u0061\u006c\u006c\u006b\u0061\u0074\u0061\u006b\u0061n\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068",0x0463:"y\u0061\u0074\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x24e8:"\u0079c\u0069\u0072\u0063\u006c\u0065",0x0177:"y\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078",0x00ff:"\u0079d\u0069\u0065\u0072\u0065\u0073\u0069s",0x1e8f:"\u0079\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074",0x1ef5:"\u0079d\u006f\u0074\u0062\u0065\u006c\u006fw",0x064a:"\u0079e\u0068\u0061\u0072\u0061\u0062\u0069c",0x06d2:"\u0079e\u0068b\u0061\u0072\u0072\u0065\u0065\u0061\u0072\u0061\u0062\u0069\u0063",0xfbaf:"y\u0065h\u0062\u0061\u0072\u0072\u0065\u0065\u0066\u0069n\u0061\u006c\u0061\u0072ab\u0069\u0063",0xfef2:"\u0079\u0065\u0068\u0066\u0069\u006e\u0061\u006c\u0061r\u0061\u0062\u0069\u0063",0x0626:"\u0079\u0065\u0068\u0068am\u007a\u0061\u0061\u0062\u006f\u0076\u0065\u0061\u0072\u0061\u0062\u0069\u0063",0xfe8a:"\u0079e\u0068\u0068\u0061\u006d\u007a\u0061\u0061\u0062\u006f\u0076\u0065f\u0069\u006e\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",0xfe8b:"\u0079\u0065\u0068\u0068\u0061\u006d\u007a\u0061\u0061\u0062\u006fv\u0065\u0069\u006e\u0069\u0074\u0069\u0061\u006c\u0061\u0072a\u0062\u0069\u0063",0xfe8c:"\u0079e\u0068\u0068\u0061\u006dz\u0061\u0061\u0062\u006f\u0076e\u006de\u0064i\u0061\u006c\u0061\u0072\u0061\u0062\u0069c",0xfef3:"\u0079\u0065h\u0069\u006e\u0069t\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",0xfef1:"y\u0065\u0068\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064",0xfcdd:"y\u0065h\u006d\u0065\u0065\u006d\u0069\u006e\u0069\u0074i\u0061\u006c\u0061\u0072ab\u0069\u0063",0xfc58:"y\u0065\u0068\u006d\u0065em\u0069s\u006f\u006c\u0061\u0074\u0065d\u0061\u0072\u0061\u0062\u0069\u0063",0xfc94:"\u0079e\u0068n\u006f\u006f\u006e\u0066\u0069n\u0061\u006ca\u0072\u0061\u0062\u0069\u0063",0x06d1:"\u0079\u0065\u0068th\u0072\u0065\u0065\u0064\u006f\u0074\u0073\u0062\u0065\u006c\u006f\u0077\u0061\u0072\u0061\u0062\u0069\u0063",0xfc95:"\u0079\u0065\u0068wi\u0074\u0068\u0061\u006c\u0065\u0066\u006d\u0061\u006b\u0073\u0075\u0072\u0061\u0066\u0069\u006e\u0061\u006c",0xfc59:"\u0079\u0065\u0068\u0077\u0069\u0074\u0068\u0061\u006c\u0065\u0066m\u0061\u006b\u0073\u0075\u0072\u0061\u0069\u0073\u006f\u006ca\u0074\u0065\u0064",0xfcdb:"\u0079\u0065\u0068\u0077\u0069\u0074\u0068\u0068\u0061\u0068\u0069\u006ei\u0074\u0069\u0061\u006c",0xfe89:"\u0079e\u0068\u0077\u0069\u0074h\u0068\u0061\u006d\u007a\u0061a\u0062o\u0076e\u0069\u0073\u006f\u006c\u0061\u0074\u0065d",0xfcda:"\u0079e\u0068w\u0069\u0074\u0068\u006a\u0065e\u006d\u0069n\u0069\u0074\u0069\u0061\u006c",0xfcdc:"\u0079e\u0068w\u0069\u0074\u0068\u006b\u0068a\u0068\u0069n\u0069\u0074\u0069\u0061\u006c",0xfc91:"\u0079e\u0068w\u0069\u0074\u0068\u0072\u0065\u0068\u0066\u0069\u006e\u0061\u006c",0x3156:"\u0079\u0065\u006b\u006f\u0072\u0065\u0061\u006e",0x00a5:"\u0079\u0065\u006e",0xffe5:"\u0079\u0065\u006em\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0x3155:"\u0079e\u006f\u006b\u006f\u0072\u0065\u0061n",0x3186:"\u0079\u0065\u006f\u0072\u0069\u006e\u0068\u0069\u0065\u0075\u0068\u006bo\u0072\u0065\u0061\u006e",0x05aa:"\u0079e\u0072a\u0068\u0062\u0065\u006e\u0079o\u006d\u006fh\u0065\u0062\u0072\u0065\u0077",0x044b:"\u0079\u0065\u0072i\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x04f9:"y\u0065r\u0075\u0064\u0069\u0065\u0072\u0065\u0073\u0069s\u0063\u0079\u0072\u0069ll\u0069\u0063",0x3181:"\u0079\u0065\u0073\u0069\u0065\u0075\u006e\u0067\u006bo\u0072\u0065\u0061\u006e",0x3183:"y\u0065\u0073\u0069\u0065un\u0067p\u0061\u006e\u0073\u0069\u006fs\u006b\u006f\u0072\u0065\u0061\u006e",0x3182:"\u0079e\u0073i\u0065\u0075\u006e\u0067\u0073i\u006f\u0073k\u006f\u0072\u0065\u0061\u006e",0x059a:"y\u0065\u0074\u0069\u0076\u0068\u0065\u0062\u0072\u0065\u0077",0x1ef3:"\u0079\u0067\u0072\u0061\u0076\u0065",0x01b4:"\u0079\u0068\u006fo\u006b",0x1ef7:"\u0079\u0068\u006f\u006f\u006b\u0061\u0062\u006f\u0076\u0065",0x0575:"\u0079\u0069\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x0457:"\u0079\u0069\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x3162:"\u0079\u0069\u006b\u006f\u0072\u0065\u0061\u006e",0x262f:"\u0079i\u006e\u0079\u0061\u006e\u0067",0x0582:"\u0079\u0069\u0077n\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0xff59:"\u0079\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0xfb39:"\u0079o\u0064d\u0061\u0067\u0065\u0073\u0068\u0068\u0065\u0062\u0072\u0065\u0077",0x05f2:"\u0079\u006f\u0064y\u006f\u0064\u0068\u0065\u0062\u0072\u0065\u0077",0xfb1f:"\u0079\u006f\u0064\u0079\u006f\u0064\u0070\u0061\u0074\u0061\u0068\u0068e\u0062\u0072\u0065\u0077",0x0222:"\u0079\u006f\u0067\u0068",0x0223:"\u0079\u006f\u0067\u0068\u0063\u0075\u0072\u006c",0x3088:"\u0079\u006f\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x3189:"\u0079o\u0069\u006b\u006f\u0072\u0065\u0061n",0x30e8:"\u0079\u006f\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0xff96:"\u0079\u006f\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068",0x315b:"\u0079\u006f\u006b\u006f\u0072\u0065\u0061\u006e",0x3087:"\u0079o\u0073m\u0061\u006c\u006c\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x30e7:"\u0079o\u0073m\u0061\u006c\u006c\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0xff6e:"\u0079o\u0073\u006d\u0061\u006c\u006c\u006b\u0061\u0074\u0061\u006b\u0061n\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068",0x03f3:"\u0079\u006f\u0074\u0067\u0072\u0065\u0065\u006b",0x3188:"y\u006f\u0079\u0061\u0065\u006b\u006f\u0072\u0065\u0061\u006e",0x3187:"\u0079\u006f\u0079\u0061\u006b\u006f\u0072\u0065\u0061\u006e",0x0e22:"\u0079o\u0079\u0061\u006b\u0074\u0068\u0061i",0x0e0d:"\u0079\u006f\u0079\u0069\u006e\u0067\u0074\u0068\u0061\u0069",0x24b4:"\u0079\u0070\u0061\u0072\u0065\u006e",0x037a:"\u0079\u0070\u006f\u0067\u0065\u0067\u0072\u0061\u006d\u006d\u0065\u006e\u0069",0x0345:"y\u0070\u006f\u0067\u0065gr\u0061m\u006d\u0065\u006e\u0069\u0067r\u0065\u0065\u006b\u0063\u006d\u0062",0x01a6:"\u0079\u0072",0x1e99:"\u0079\u0072\u0069n\u0067",0x0241:"\u0079\u0073\u0075\u0070\u0065\u0072",0x02b8:"\u0079s\u0075\u0070\u0065\u0072\u0069\u006fr",0x1ef9:"\u0079\u0074\u0069\u006c\u0064\u0065",0x021e:"\u0079\u0074\u0075r\u006e",0x028e:"\u0079t\u0075\u0072\u006e\u0065\u0064",0x3086:"\u0079\u0075\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x318c:"\u0079u\u0069\u006b\u006f\u0072\u0065\u0061n",0x30e6:"\u0079\u0075\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0xff95:"\u0079\u0075\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068",0x3160:"\u0079\u0075\u006b\u006f\u0072\u0065\u0061\u006e",0x046b:"\u0079\u0075\u0073\u0062\u0069\u0067\u0063\u0079\u0072i\u006c\u006c\u0069\u0063",0x046d:"\u0079\u0075\u0073\u0062ig\u0069\u006f\u0074\u0069\u0066\u0069\u0065\u0064\u0063\u0079\u0072\u0069\u006c\u006ci\u0063",0x0467:"\u0079\u0075\u0073\u006c\u0069\u0074\u0074\u006c\u0065\u0063\u0079\u0072i\u006c\u006c\u0069\u0063",0x0469:"\u0079u\u0073\u006c\u0069\u0074t\u006c\u0065\u0069\u006f\u0074i\u0066i\u0065d\u0063\u0079\u0072\u0069\u006c\u006c\u0069c",0x3085:"\u0079u\u0073m\u0061\u006c\u006c\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x30e5:"\u0079u\u0073m\u0061\u006c\u006c\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0xff6d:"\u0079u\u0073\u006d\u0061\u006c\u006c\u006b\u0061\u0074\u0061\u006b\u0061n\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068",0x318b:"\u0079\u0075\u0079\u0065\u006b\u006f\u0072\u0065\u0061\u006e",0x318a:"y\u0075\u0079\u0065\u006f\u006b\u006f\u0072\u0065\u0061\u006e",0x09df:"\u0079\u0079\u0061\u0062\u0065\u006e\u0067\u0061\u006c\u0069",0x095f:"\u0079y\u0061\u0064\u0065\u0076\u0061",0x007a:"\u007a",0x0566:"\u007a\u0061\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x017a:"\u007a\u0061\u0063\u0075\u0074\u0065",0x095b:"\u007a\u0061\u0064\u0065\u0076\u0061",0x0a5b:"\u007a\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0x0638:"\u007aa\u0068\u0061\u0072\u0061\u0062\u0069c",0xfec6:"\u007a\u0061\u0068\u0066\u0069\u006e\u0061\u006c\u0061r\u0061\u0062\u0069\u0063",0xfec7:"\u007a\u0061h\u0069\u006e\u0069t\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",0x3056:"\u007a\u0061\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0xfec5:"z\u0061\u0068\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064",0xfec8:"\u007aa\u0068m\u0065\u0064\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",0x0632:"\u007a\u0061\u0069\u006e\u0061\u0072\u0061\u0062\u0069\u0063",0xfeb0:"\u007aa\u0069n\u0066\u0069\u006e\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",0xfeaf:"\u007a\u0061\u0069n\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064",0x30b6:"\u007a\u0061\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0x0595:"\u007a\u0061q\u0065\u0066\u0067a\u0064\u006f\u006c\u0068\u0065\u0062\u0072\u0065\u0077",0x0594:"\u007a\u0061q\u0065\u0066\u0071a\u0074\u0061\u006e\u0068\u0065\u0062\u0072\u0065\u0077",0x0598:"z\u0061\u0072\u0071\u0061\u0068\u0065\u0062\u0072\u0065\u0077",0xfb36:"\u007a\u0061\u0079\u0069\u006e\u0064\u0061\u0067\u0065\u0073\u0068\u0068e\u0062\u0072\u0065\u0077",0x3117:"\u007ab\u006f\u0070\u006f\u006d\u006f\u0066o",0x017e:"\u007a\u0063\u0061\u0072\u006f\u006e",0x24e9:"\u007ac\u0069\u0072\u0063\u006c\u0065",0x1e91:"z\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078",0x2a1f:"\u007a\u0063\u006d\u0070",0x0291:"\u007a\u0063\u0075r\u006c",0x017c:"\u007a\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074",0x1e93:"\u007ad\u006f\u0074\u0062\u0065\u006c\u006fw",0x0499:"\u007a\u0065\u0064\u0065sc\u0065\u006e\u0064\u0065\u0072\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x04df:"\u007ae\u0064i\u0065\u0072\u0065\u0073\u0069s\u0063\u0079r\u0069\u006c\u006c\u0069\u0063",0x305c:"\u007a\u0065\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x30bc:"\u007a\u0065\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0x0030:"\u007a\u0065\u0072\u006f",0x09e6:"z\u0065\u0072\u006f\u0062\u0065\u006e\u0067\u0061\u006c\u0069",0x0966:"\u007a\u0065\u0072\u006f\u0064\u0065\u0076\u0061",0x0ae6:"\u007a\u0065\u0072o\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069",0x0a66:"\u007a\u0065\u0072o\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0x0660:"\u007a\u0065\u0072\u006f\u0068\u0061\u0063\u006b\u0061r\u0061\u0062\u0069\u0063",0x2080:"\u007a\u0065\u0072o\u0069\u006e\u0066\u0065\u0072\u0069\u006f\u0072",0xff10:"\u007a\u0065\u0072\u006f\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0xf730:"\u007a\u0065\u0072o\u006f\u006c\u0064\u0073\u0074\u0079\u006c\u0065",0x06f0:"z\u0065\u0072\u006f\u0070\u0065\u0072\u0073\u0069\u0061\u006e",0x2070:"\u007a\u0065\u0072o\u0073\u0075\u0070\u0065\u0072\u0069\u006f\u0072",0x0e50:"\u007a\u0065\u0072\u006f\u0074\u0068\u0061\u0069",0xfeff:"\u007ae\u0072o\u0077\u0069\u0064\u0074\u0068\u006a\u006f\u0069\u006e\u0065\u0072",0x200b:"\u007a\u0065\u0072\u006f\u0077\u0069\u0064\u0074\u0068s\u0070\u0061\u0063\u0065",0x03b6:"\u007a\u0065\u0074\u0061",0x3113:"\u007a\u0068\u0062\u006f\u0070\u006f\u006d\u006f\u0066\u006f",0x056a:"z\u0068\u0065\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x03fe:"\u007a\u0068\u0065\u0062\u0072\u0065\u0076\u0065",0x04c2:"\u007a\u0068e\u0062\u0072\u0065v\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x0436:"z\u0068\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x0497:"z\u0068e\u0064\u0065\u0073\u0063\u0065\u006e\u0064\u0065r\u0063\u0079\u0072\u0069ll\u0069\u0063",0x04dd:"\u007a\u0068\u0065\u0064ie\u0072\u0065\u0073\u0069\u0073\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x3058:"\u007a\u0069\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x30b8:"\u007a\u0069\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0x05ae:"z\u0069\u006e\u006f\u0072\u0068\u0065\u0062\u0072\u0065\u0077",0x1e95:"\u007a\u006c\u0069\u006e\u0065\u0062\u0065\u006c\u006f\u0077",0xff5a:"\u007a\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0x305e:"\u007a\u006f\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x30be:"\u007a\u006f\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0x24b5:"\u007a\u0070\u0061\u0072\u0065\u006e",0x2a20:"\u007a\u0070\u0069p\u0065",0x2a21:"\u007a\u0070\u0072\u006f\u006a\u0065\u0063\u0074",0x0290:"\u007a\u0072\u0065\u0074\u0072\u006f\u0066\u006c\u0065x\u0068\u006f\u006f\u006b",0x0220:"\u007ar\u0074\u0068\u006f\u006f\u006b",0x01b6:"\u007as\u0074\u0072\u006f\u006b\u0065",0x305a:"\u007a\u0075\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x30ba:"\u007a\u0075\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061"}); +func NewWinAnsiEncoder ()SimpleEncoder {return _fbc .NewEncoder ()};func (_ee CMapEncoder )charcodeToString (_gca CharCode )(string ,bool ){if _ee ._fee ==nil {return MissingCodeString ,false ;};_dcc :=_egc .CharCode (_gca );if _ee ._eae !=nil {var _af bool ; +if _dcc ,_af =_ee ._eae .CharcodeToCID (_egc .CharCode (_gca ));!_af {return MissingCodeString ,false ;};};return _ee ._fee .CharcodeToUnicode (_dcc );};const (_fdg ="\u0050\u0064\u0066\u0044\u006f\u0063\u0045\u006e\u0063o\u0064\u0069\u006e\u0067";_eda ="\u0053\u0074a\u006e\u0064\u0061r\u0064\u0045\u006e\u0063\u006f\u0064\u0069\u006e\u0067"; +);func (_geb CMapEncoder )Decode (raw []byte )string {if _geb ._eae !=nil {if _ed ,_bca :=_geb ._eae .BytesToCharcodes (raw );_bca {var _ddb _ga .Buffer ;for _ ,_ebc :=range _ed {_agf ,_ :=_geb .charcodeToString (CharCode (_ebc ));_ddb .WriteString (_agf ); +};return _ddb .String ();};};return _fac (_geb ,raw );};func _dfd (_fae string ,_ggc *_fde .ByteRuneMap )*simpleMapping {return &simpleMapping {_dbb :_fae ,_bacc :_ggc };};type charCodeGlyphNameMap struct{_cf map[CharCode ]GlyphName ;_gg _e .RWMutex ;}; +func (_dc CMapEncoder )RuneToCharcode (r rune )(CharCode ,bool ){if _dc ._fee ==nil {return 0,false ;};_fecd ,_beb :=_dc ._fee .StringToCID (string (r ));if !_beb {return 0,false ;};if _dc ._eae !=nil {_gc ,_gfa :=_dc ._eae .CIDToCharcode (_fecd );if !_gfa {return 0,false ; +};return CharCode (_gc ),true ;};return CharCode (_fecd ),true ;};func (_dgdb *simpleEncodersMap )Read (s string )(func ()SimpleEncoder ,bool ){_dgdb ._eggg .RLock ();defer _dgdb ._eggg .RUnlock ();_gdcb ,_dfag :=_dgdb ._fecfg [s ];return _gdcb ,_dfag ; +};func (_ebb *simpleEncoding )CharcodeToRune (code CharCode )(rune ,bool ){if code > 0xff{return MissingCodeRune ,false ;};_gfbe :=byte (code );_cggg ,_acda :=_ebb ._fbe .Read (_gfbe );if _ebb ._bbag ==nil {_ebb ._bbag =_fde .MakeRuneSet (1);};_ebb ._bbag .Write (_cggg ); +return _cggg ,_acda ;};func (_gccg simpleDecoder )Transform (dst ,src []byte ,_ bool )(_agba ,_ddc int ,_ error ){for len (src )!=0{_gagf :=src [0];src =src [1:];_bggf ,_fcac :=_gccg ._aea .Read (_gagf );if !_fcac {_bggf =MissingCodeRune ;};if _fe .RuneLen (_bggf )> len (dst ){return _agba ,_ddc ,_fea .ErrShortDst ; +};_acfc :=_fe .EncodeRune (dst ,_bggf );dst =dst [_acfc :];_ddc ++;_agba +=_acfc ;};return _agba ,_ddc ,nil ;};func (_bbg UTF16Encoder )String ()string {return _bbg ._aee };type charCodeGlyphNameTuple struct{CharCode CharCode ;GlyphName GlyphName ;};var _ageg =_fde .NewByteRuneMap (map[byte ]rune {0x1:'\x01',0x2:'\x02',0x3:'\x03',0x4:'\x04',0x5:'\x05',0x6:'\x06',0x7:'\a',0x8:'\b',0x9:'\t',0xa:'\n',0xb:'\v',0xc:'\f',0xd:'\r',0xe:'\x0e',0xf:'\x0f',0x10:'\x10',0x11:'\x11',0x12:'\x12',0x13:'\x13',0x14:'\x14',0x15:'\x15',0x16:'\x17',0x17:'\x17',0x18:'˘',0x19:'ˇ',0x1a:'ˆ',0x1b:'˙',0x1c:'˝',0x1d:'˛',0x1e:'˚',0x1f:'˜',0x20:' ',0x21:'!',0x22:'"',0x23:'#',0x24:'$',0x25:'%',0x26:'&',0x27:'\'',0x28:'(',0x29:')',0x2a:'*',0x2b:'+',0x2c:',',0x2d:'-',0x2e:'.',0x2f:'/',0x30:'0',0x31:'1',0x32:'2',0x33:'3',0x34:'4',0x35:'5',0x36:'6',0x37:'7',0x38:'8',0x39:'9',0x3a:':',0x3b:';',0x3c:'<',0x3d:'=',0x3e:'>',0x3f:'?',0x40:'@',0x41:'A',0x42:'B',0x43:'C',0x44:'D',0x45:'E',0x46:'F',0x47:'G',0x48:'H',0x49:'I',0x4a:'J',0x4b:'K',0x4c:'L',0x4d:'M',0x4e:'N',0x4f:'O',0x50:'P',0x51:'Q',0x52:'R',0x53:'S',0x54:'T',0x55:'U',0x56:'V',0x57:'W',0x58:'X',0x59:'Y',0x5a:'Z',0x5b:'[',0x5c:'\\',0x5d:']',0x5e:'^',0x5f:'_',0x60:'`',0x61:'a',0x62:'b',0x63:'c',0x64:'d',0x65:'e',0x66:'f',0x67:'g',0x68:'h',0x69:'i',0x6a:'j',0x6b:'k',0x6c:'l',0x6d:'m',0x6e:'n',0x6f:'o',0x70:'p',0x71:'q',0x72:'r',0x73:'s',0x74:'t',0x75:'u',0x76:'v',0x77:'w',0x78:'x',0x79:'y',0x7a:'z',0x7b:'{',0x7c:'|',0x7d:'}',0x7e:'~',0x80:'•',0x81:'†',0x82:'‡',0x83:'…',0x84:'—',0x85:'–',0x86:'ƒ',0x87:'⁄',0x88:'‹',0x89:'›',0x8a:'−',0x8b:'‰',0x8c:'„',0x8d:'“',0x8e:'”',0x8f:'‘',0x90:'’',0x91:'‚',0x92:'™',0x93:'fi',0x94:'fl',0x95:'Ł',0x96:'Œ',0x97:'Š',0x98:'Ÿ',0x99:'Ž',0x9a:'ı',0x9b:'ł',0x9c:'œ',0x9d:'š',0x9e:'ž',0xa0:'€',0xa1:'¡',0xa2:'¢',0xa3:'£',0xa4:'¤',0xa5:'¥',0xa6:'¦',0xa7:'§',0xa8:'¨',0xa9:'©',0xaa:'ª',0xab:'«',0xac:'¬',0xae:'®',0xaf:'¯',0xb0:'°',0xb1:'±',0xb2:'²',0xb3:'³',0xb4:'´',0xb5:'µ',0xb6:'¶',0xb7:'·',0xb8:'¸',0xb9:'¹',0xba:'º',0xbb:'»',0xbc:'¼',0xbd:'½',0xbe:'¾',0xbf:'¿',0xc0:'À',0xc1:'Á',0xc2:'Â',0xc3:'Ã',0xc4:'Ä',0xc5:'Å',0xc6:'Æ',0xc7:'Ç',0xc8:'È',0xc9:'É',0xca:'Ê',0xcb:'Ë',0xcc:'Ì',0xcd:'Í',0xce:'Î',0xcf:'Ï',0xd0:'Ð',0xd1:'Ñ',0xd2:'Ò',0xd3:'Ó',0xd4:'Ô',0xd5:'Õ',0xd6:'Ö',0xd7:'×',0xd8:'Ø',0xd9:'Ù',0xda:'Ú',0xdb:'Û',0xdc:'Ü',0xdd:'Ý',0xde:'Þ',0xdf:'ß',0xe0:'à',0xe1:'á',0xe2:'â',0xe3:'ã',0xe4:'ä',0xe5:'å',0xe6:'æ',0xe7:'ç',0xe8:'è',0xe9:'é',0xea:'ê',0xeb:'ë',0xec:'ì',0xed:'í',0xee:'î',0xef:'ï',0xf0:'ð',0xf1:'ñ',0xf2:'ò',0xf3:'ó',0xf4:'ô',0xf5:'õ',0xf6:'ö',0xf7:'÷',0xf8:'ø',0xf9:'ù',0xfa:'ú',0xfb:'û',0xfc:'ü',0xfd:'ý',0xfe:'þ',0xff:'ÿ'}); +func (_gcae *TrueTypeFontEncoder )GlyphToCharcode (glyph GlyphName )(CharCode ,bool ){if len (glyph )==7&&glyph [0:3]=="\u0075\u006e\u0069"{var _efd uint16 ;_egbf ,_gaaf :=_d .Sscanf (string (glyph ),"\u0075\u006e\u0069%\u0058",&_efd );if _egbf ==1&&_gaaf ==nil {return _gcae .RuneToCharcode (rune (_efd )); +};};if _bfe ,_edfd :=_gab .Read (string (glyph ));_edfd {return _gcae .RuneToCharcode (_bfe );};_ea .Log .Debug ("\u0053\u0079\u006d\u0062\u006f\u006c\u0020\u0065\u006e\u0063\u006f\u0064\u0069\u006e\u0067\u0020\u0065r\u0072\u006f\u0072\u003a\u0020\u0075\u006e\u0061\u0062\u006ce\u0020\u0074\u006f\u0020\u0066\u0069\u006e\u0064\u0020\u0067\u006c\u0079\u0070\u0068\u002d\u003e\u0063\u0068a\u0072\u0063\u006f\u0064\u0065\u0020e\u006e\u0074r\u0079\u0020(\u0025s\u0029",glyph ); +return 0,false ;};func (_fccag *simpleEncoder )Transform (dst ,src []byte ,atEOF bool )(_dgae ,_aba int ,_ error ){for len (src )!=0{if !_fe .FullRune (src )&&!atEOF {return _dgae ,_aba ,_fea .ErrShortSrc ;}else if len (dst )==0{return _dgae ,_aba ,_fea .ErrShortDst ; +};_fbfa ,_bfd :=_fe .DecodeRune (src );if _fbfa ==_fe .RuneError {_fbfa =MissingCodeRune ;};src =src [_bfd :];_aba +=_bfd ;_aac ,_dgb :=_fccag ._efe .Read (_fbfa );if !_dgb {_aac ,_ =_fccag ._efe .Read (MissingCodeRune );};dst [0]=_aac ;dst =dst [1:];_dgae ++; +};return _dgae ,_aba ,nil ;};func NewSimpleTextEncoder (baseName string ,differences map[CharCode ]GlyphName )(SimpleEncoder ,error ){_fdca ,_dgf :=_bfc .Read (baseName );if !_dgf {_ea .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u004ee\u0077\u0053\u0069mp\u006c\u0065\u0054\u0065\u0078\u0074E\u006e\u0063\u006f\u0064\u0065\u0072\u002e\u0020\u0055\u006e\u006b\u006e\u006f\u0077\u006e \u0065\u006e\u0063\u006f\u0064\u0069\u006e\u0067 \u0025\u0071",baseName ); +return nil ,nil ;};_geca :=_fdca ();if len (differences )!=0{_geca =ApplyDifferences (_geca ,differences );};return _geca ,nil ;};func _edg (_bec TextEncoder ,_bab string )[]byte {_egb :=[]rune (_bab );_gbb :=make ([]byte ,0,len (_egb )*2);for _ ,_dbf :=range _egb {_gdd ,_cef :=_bec .RuneToCharcode (_dbf ); +if !_cef {_ea .Log .Debug ("F\u0061\u0069\u006c\u0065\u0064\u0020\u0074\u006f\u0020\u006d\u0061\u0070\u0020\u0072\u0075\u006e\u0065\u0020t\u006f\u0020\u0063\u0068\u0061\u0072\u0063\u006f\u0064\u0065. \u0072\u0075\u006ee\u003d%\u002b\u0071",_dbf );continue ; +};var _add [2]byte ;_ff .BigEndian .PutUint16 (_add [:],uint16 (_gdd ));_gbb =append (_gbb ,_add [:]...);};return _gbb ;};func (_cffef *IdentityEncoder )Decode (raw []byte )string {return _fac (_cffef ,raw )};func (_fgg *simpleEncoding )BaseName ()string {return _fgg ._ffaf }; +var _ebbg =_fde .NewByteRuneMap (map[byte ]rune {0x20:' ',0x21:'\uf721',0x22:'\uf6f8',0x23:'\uf7a2',0x24:'\uf724',0x25:'\uf6e4',0x26:'\uf726',0x27:'\uf7b4',0x28:'⁽',0x29:'⁾',0x2a:'‥',0x2b:'․',0x2c:',',0x2d:'-',0x2e:'.',0x2f:'⁄',0x30:'\uf730',0x31:'\uf731',0x32:'\uf732',0x33:'\uf733',0x34:'\uf734',0x35:'\uf735',0x36:'\uf736',0x37:'\uf737',0x38:'\uf738',0x39:'\uf739',0x3a:':',0x3b:';',0x3d:'\uf6de',0x3f:'\uf73f',0x44:'\uf7f0',0x47:'¼',0x48:'½',0x49:'¾',0x4a:'⅛',0x4b:'⅜',0x4c:'⅝',0x4d:'⅞',0x4e:'⅓',0x4f:'⅔',0x56:'ff',0x57:'fi',0x58:'fl',0x59:'ffi',0x5a:'ffl',0x5b:'₍',0x5d:'₎',0x5e:'\uf6f6',0x5f:'\uf6e5',0x60:'\uf760',0x61:'\uf761',0x62:'\uf762',0x63:'\uf763',0x64:'\uf764',0x65:'\uf765',0x66:'\uf766',0x67:'\uf767',0x68:'\uf768',0x69:'\uf769',0x6a:'\uf76a',0x6b:'\uf76b',0x6c:'\uf76c',0x6d:'\uf76d',0x6e:'\uf76e',0x6f:'\uf76f',0x70:'\uf770',0x71:'\uf771',0x72:'\uf772',0x73:'\uf773',0x74:'\uf774',0x75:'\uf775',0x76:'\uf776',0x77:'\uf777',0x78:'\uf778',0x79:'\uf779',0x7a:'\uf77a',0x7b:'₡',0x7c:'\uf6dc',0x7d:'\uf6dd',0x7e:'\uf6fe',0x81:'\uf6e9',0x82:'\uf6e0',0x87:'\uf7e1',0x88:'\uf7e0',0x89:'\uf7e2',0x8a:'\uf7e4',0x8b:'\uf7e3',0x8c:'\uf7e5',0x8d:'\uf7e7',0x8e:'\uf7e9',0x8f:'\uf7e8',0x90:'\uf7ea',0x91:'\uf7eb',0x92:'\uf7ed',0x93:'\uf7ec',0x94:'\uf7ee',0x95:'\uf7ef',0x96:'\uf7f1',0x97:'\uf7f3',0x98:'\uf7f2',0x99:'\uf7f4',0x9a:'\uf7f6',0x9b:'\uf7f5',0x9c:'\uf7fa',0x9d:'\uf7f9',0x9e:'\uf7fb',0x9f:'\uf7fc',0xa1:'⁸',0xa2:'₄',0xa3:'₃',0xa4:'₆',0xa5:'₈',0xa6:'₇',0xa7:'\uf6fd',0xa9:'\uf6df',0xaa:'₂',0xac:'\uf7a8',0xae:'\uf6f5',0xaf:'\uf6f0',0xb0:'₅',0xb2:'\uf6e1',0xb3:'\uf6e7',0xb4:'\uf7fd',0xb6:'\uf6e3',0xb9:'\uf7fe',0xbb:'₉',0xbc:'₀',0xbd:'\uf6ff',0xbe:'\uf7e6',0xbf:'\uf7f8',0xc0:'\uf7bf',0xc1:'₁',0xc2:'\uf6f9',0xc9:'\uf7b8',0xcf:'\uf6fa',0xd0:'‒',0xd1:'\uf6e6',0xd6:'\uf7a1',0xd8:'\uf7ff',0xda:'¹',0xdb:'²',0xdc:'³',0xdd:'⁴',0xde:'⁵',0xdf:'⁶',0xe0:'⁷',0xe1:'⁹',0xe2:'⁰',0xe4:'\uf6ec',0xe5:'\uf6f1',0xe6:'\uf6f3',0xe9:'\uf6ed',0xea:'\uf6f2',0xeb:'\uf6eb',0xf1:'\uf6ee',0xf2:'\uf6fb',0xf3:'\uf6f4',0xf4:'\uf7af',0xf5:'\uf6ea',0xf6:'ⁿ',0xf7:'\uf6ef',0xf8:'\uf6e2',0xf9:'\uf6e8',0xfa:'\uf6f7',0xfb:'\uf6fc'}); +func _ffe (_eca string ,_afa *_fde .ByteRuneMap )SimpleEncoder {_dge :=&simpleEncoding {_ffaf :_eca ,_fbe :_afa ,_eed :_fde .MakeRuneByteMap (_afa .Length ())};_dge ._fbe .Range (func (_bfg byte ,_fbga rune )(_cda bool ){if _ccbf ,_cdg :=_dge ._eed .Read (_fbga ); +!_cdg ||_bfg < _ccbf {_dge ._eed .Write (_fbga ,_bfg );};return false ;});return _dge ;};func (_gdg *TrueTypeFontEncoder )SubsetRegistered (){_ea .Log .Info ("\u0054\u0054\u0046\u0020Su\u0062\u0073\u0065\u0074\u003a\u0020\u0050\u0072\u0075\u006e\u0069\u006e\u0067"); +_gdg ._aaf .RangeDelete (func (_gad rune ,_ uint16 )(_edaa bool ,_bgef bool ){return !_gdg ._dggd .Exists (_gad ),_bgef });};func _fac (_bdce TextEncoder ,_gec []byte )string {_ade :=make ([]rune ,0,len (_gec )/2+len (_gec )%2);for len (_gec )> 0{if len (_gec )==1{_gec =[]byte {_gec [0],0}; +};_efgd :=CharCode (_ff .BigEndian .Uint16 (_gec [:]));_gec =_gec [2:];_fca ,_dfg :=_bdce .CharcodeToRune (_efgd );if !_dfg {_ea .Log .Debug ("\u0046a\u0069\u006ce\u0064\u0020\u0074\u006f \u006d\u0061\u0070 \u0063\u0068\u0061\u0072\u0063\u006f\u0064\u0065\u0020to\u0020\u0072\u0075n\u0065\u002e \u0063\u0068\u0061\u0072\u0063\u006fd\u0065\u003d%\u0023\u0078",_efgd ); +continue ;};_ade =append (_ade ,_fca );};return string (_ade );};var (_bfc =&simpleEncodersMap {_fecfg :map[string ]func ()SimpleEncoder {}};);func (_ddg *simpleEncoding )Encode (str string )[]byte {_dbg ,_ :=_ddg .NewEncoder ().Bytes ([]byte (str ));return _dbg ; +};func NewMacExpertEncoder ()SimpleEncoder {return _abcg .NewEncoder ()};var (_dfa =_fd .MustCompile ("\u005e\u005b\u0041\u002dZa\u002d\u007a\u005d\u0028\u005c\u0064\u007b\u0031\u002c\u0035\u007d\u0029\u0024");_geg =_fd .MustCompile ("\u005e\u0075\u006e\u0069\u0028\u005b\u005c\u0064\u0041\u002d\u0046\u005d{\u0034\u007d\u0029\u0024"); +_gag =_fd .MustCompile ("\u005e\u0028\u005cw\u002b\u0029\u005c\u002e\u005c\u0077\u002b\u0024"););type simpleMapping struct{_dbb string ;_ecae _e .Once ;_bacc *_fde .ByteRuneMap ;_aceb *_fde .RuneByteMap ;};var _fab =_fde .NewByteRuneMap (map[byte ]rune {0x20:' ',0x21:'!',0x22:'"',0x23:'#',0x24:'$',0x25:'%',0x26:'&',0x27:'\'',0x28:'(',0x29:')',0x2a:'*',0x2b:'+',0x2c:',',0x2d:'-',0x2e:'.',0x2f:'/',0x30:'0',0x31:'1',0x32:'2',0x33:'3',0x34:'4',0x35:'5',0x36:'6',0x37:'7',0x38:'8',0x39:'9',0x3a:':',0x3b:';',0x3c:'<',0x3d:'=',0x3e:'>',0x3f:'?',0x40:'@',0x41:'A',0x42:'B',0x43:'C',0x44:'D',0x45:'E',0x46:'F',0x47:'G',0x48:'H',0x49:'I',0x4a:'J',0x4b:'K',0x4c:'L',0x4d:'M',0x4e:'N',0x4f:'O',0x50:'P',0x51:'Q',0x52:'R',0x53:'S',0x54:'T',0x55:'U',0x56:'V',0x57:'W',0x58:'X',0x59:'Y',0x5a:'Z',0x5b:'[',0x5c:'\\',0x5d:']',0x5e:'^',0x5f:'_',0x60:'`',0x61:'a',0x62:'b',0x63:'c',0x64:'d',0x65:'e',0x66:'f',0x67:'g',0x68:'h',0x69:'i',0x6a:'j',0x6b:'k',0x6c:'l',0x6d:'m',0x6e:'n',0x6f:'o',0x70:'p',0x71:'q',0x72:'r',0x73:'s',0x74:'t',0x75:'u',0x76:'v',0x77:'w',0x78:'x',0x79:'y',0x7a:'z',0x7b:'{',0x7c:'|',0x7d:'}',0x7e:'~',0x7f:'•',0x80:'€',0x81:'•',0x82:'‚',0x83:'ƒ',0x84:'„',0x85:'…',0x86:'†',0x87:'‡',0x88:'ˆ',0x89:'‰',0x8a:'Š',0x8b:'‹',0x8c:'Œ',0x8d:'•',0x8e:'Ž',0x8f:'•',0x90:'•',0x91:'‘',0x92:'’',0x93:'“',0x94:'”',0x95:'•',0x96:'–',0x97:'—',0x98:'˜',0x99:'™',0x9a:'š',0x9b:'›',0x9c:'œ',0x9d:'•',0x9e:'ž',0x9f:'Ÿ',0xa0:' ',0xa1:'¡',0xa2:'¢',0xa3:'£',0xa4:'¤',0xa5:'¥',0xa6:'¦',0xa7:'§',0xa8:'¨',0xa9:'©',0xaa:'ª',0xab:'«',0xac:'¬',0xad:'-',0xae:'®',0xaf:'¯',0xb0:'°',0xb1:'±',0xb2:'²',0xb3:'³',0xb4:'´',0xb5:'µ',0xb6:'¶',0xb7:'·',0xb8:'¸',0xb9:'¹',0xba:'º',0xbb:'»',0xbc:'¼',0xbd:'½',0xbe:'¾',0xbf:'¿',0xc0:'À',0xc1:'Á',0xc2:'Â',0xc3:'Ã',0xc4:'Ä',0xc5:'Å',0xc6:'Æ',0xc7:'Ç',0xc8:'È',0xc9:'É',0xca:'Ê',0xcb:'Ë',0xcc:'Ì',0xcd:'Í',0xce:'Î',0xcf:'Ï',0xd0:'Ð',0xd1:'Ñ',0xd2:'Ò',0xd3:'Ó',0xd4:'Ô',0xd5:'Õ',0xd6:'Ö',0xd7:'×',0xd8:'Ø',0xd9:'Ù',0xda:'Ú',0xdb:'Û',0xdc:'Ü',0xdd:'Ý',0xde:'Þ',0xdf:'ß',0xe0:'à',0xe1:'á',0xe2:'â',0xe3:'ã',0xe4:'ä',0xe5:'å',0xe6:'æ',0xe7:'ç',0xe8:'è',0xe9:'é',0xea:'ê',0xeb:'ë',0xec:'ì',0xed:'í',0xee:'î',0xef:'ï',0xf0:'ð',0xf1:'ñ',0xf2:'ò',0xf3:'ó',0xf4:'ô',0xf5:'õ',0xf6:'ö',0xf7:'÷',0xf8:'ø',0xf9:'ù',0xfa:'ú',0xfb:'û',0xfc:'ü',0xfd:'ý',0xfe:'þ',0xff:'ÿ'}); +var _cbac =_fde .NewStringRuneMap (map[string ]rune {"\u0066\u005f\u0074":0xe000,"\u0066\u005f\u006a":0xe001,"\u0066\u005f\u0062":0xe002,"\u0066\u005f\u0068":0xe003,"\u0066\u005f\u006b":0xe004,"\u0074\u005f\u0074":0xe005,"\u0074\u005f\u0066":0xe006,"\u0066\u005f\u0066_\u006a":0xe007,"\u0066\u005f\u0066_\u0062":0xe008,"\u0066\u005f\u0066_\u0068":0xe009,"\u0066\u005f\u0066_\u006b":0xe00a,"\u0054\u005f\u0068":0xe00b}); +type UTF16Encoder struct{_aee string };func (_bgf *IdentityEncoder )RegisteredRunes ()[]rune {_gcaf :=make ([]rune ,_bgf ._bedb .Length ());_gef :=0;_bgf ._bedb .Range (func (_fcde rune )(_gbe bool ){_gcaf [_gef ]=_fcde ;_gef ++;return false });return _gcaf ; +};func (_faac *simpleEncoding )NewDecoder ()*_ag .Decoder {return &_ag .Decoder {Transformer :simpleDecoder {_aea :_faac ._fbe }};};func _gege (_bggd rune )string {_aef :="u\u006e\u0070\u0072\u0069\u006e\u0074\u0061\u0062\u006c\u0065";if _f .IsPrint (_bggd ){_aef =_d .Sprintf ("\u0025\u0023\u0071",_bggd ); +};return _d .Sprintf ("\u0025\u002b\u0071\u0020\u0028\u0025\u0073\u0029",_bggd ,_aef );};type simpleEncoder struct{_efe *_fde .RuneByteMap };func NewUTF16TextEncoder (baseName string )UTF16Encoder {return UTF16Encoder {baseName }};func NewStandardEncoder ()SimpleEncoder {return _egcf .NewEncoder ()}; +func (_gbfg *IdentityEncoder )Encode (str string )[]byte {return _edg (_gbfg ,str )};const (_dbcb ="\u0053\u0079\u006d\u0062\u006f\u006c\u0045\u006e\u0063o\u0064\u0069\u006e\u0067";_gda ="Z\u0061p\u0066\u0044\u0069\u006e\u0067\u0062\u0061\u0074s\u0045\u006e\u0063\u006fdi\u006e\u0067"; +);func (_bgb *simpleMapping )NewEncoder ()SimpleEncoder {_bgb ._ecae .Do (_bgb .init );return &simpleEncoding {_ffaf :_bgb ._dbb ,_eed :_bgb ._aceb ,_fbe :_bgb ._bacc };};func NewCMapEncoder (baseName string ,codeToCID ,cidToUnicode *_egc .CMap )CMapEncoder {return CMapEncoder {_gf :baseName ,_eae :codeToCID ,_fee :cidToUnicode }; +};func (_fbbc *simpleEncoding )NewEncoder ()*_ag .Encoder {return &_ag .Encoder {Transformer :&simpleEncoder {_efe :_fbbc ._eed }};};func (_gfd *IdentityEncoder )CharcodeToRune (code CharCode )(rune ,bool ){_gfd ._bedb .Write (rune (code ));return rune (code ),true ; +};func NewIdentityTextEncoder (baseName string )*IdentityEncoder {return &IdentityEncoder {_gcf :baseName ,_bedb :_fde .MakeRuneSet (0)};};func (_df *differencesEncoding )Decode (raw []byte )string {_gd :=make ([]rune ,0,len (raw ));for _ ,_bga :=range raw {_aag ,_ :=_df .CharcodeToRune (CharCode (_bga )); +_gd =append (_gd ,_aag );};return string (_gd );};func RuneToGlyph (r rune )(GlyphName ,bool ){_fdd ,_cce :=_cca .Read (r );if !_cce &&r > 0{_fdd =_d .Sprintf ("\u0075n\u0069\u0025\u0030\u0034\u0078",r );_cce =true ;};return GlyphName (_fdd ),_cce ;};func (_aeae UTF16Encoder )RuneToCharcode (r rune )(CharCode ,bool ){return CharCode (r ),true }; +type CMapEncoder struct{_gf string ;_eae *_egc .CMap ;_fee *_egc .CMap ;};func (_cbfe *simpleEncodersMap )Write (s string ,f func ()SimpleEncoder ){_cbfe ._eggg .Lock ();defer _cbfe ._eggg .Unlock ();_cbfe ._fecfg [s ]=f ;};func (_bdc *differencesEncoding )String ()string {return _d .Sprintf ("\u0064\u0069\u0066\u0066er\u0065\u006e\u0063\u0065\u0073\u0028\u0025\u0073\u002c\u0020\u0025\u0076\u0029",_bdc ._ebf .String (),_bdc ._ebcc ); +};func NewPdfDocEncoder ()SimpleEncoder {return _bge .NewEncoder ()};type CharCode uint16 ;func NewSymbolEncoder ()SimpleEncoder {return _cdab .NewEncoder ()};var (_ SimpleEncoder =(*simpleEncoding )(nil );_ _ag .Encoding =(*simpleEncoding )(nil ););func _gge (_adf *charCodeGlyphNameMap )*_bc .PdfObjectArray {if _adf .Length ()==0{return nil ; +};_fg :=make ([]CharCode ,0,_adf .Length ());_adf .Range (func (_dde CharCode ,_ GlyphName )(_eef bool ){_fg =append (_fg ,_dde );return false });_eg .Slice (_fg ,func (_gcd ,_agb int )bool {return _fg [_gcd ]< _fg [_agb ]});_cac :=_fg [0];_ae ,_ :=_adf .Read (_cac ); +_aeg :=[]_bc .PdfObject {_bc .MakeInteger (int64 (_cac )),_bc .MakeName (string (_ae ))};for _ ,_fdf :=range _fg [1:]{if _fdf ==_cac +1{_ae ,_ =_adf .Read (_fdf );_aeg =append (_aeg ,_bc .MakeName (string (_ae )));}else {_aeg =append (_aeg ,_bc .MakeInteger (int64 (_fdf ))); +};_cac =_fdf ;};return _bc .MakeArray (_aeg ...);};func ExpandLigatures (runes []rune )string {var _gcc _ga .Buffer ;for _ ,_cffe :=range runes {_ebd :=RuneToString (_cffe );_gcc .WriteString (_ebd );};return _gcc .String ();};func (_ba *charCodeGlyphNameMap )Write (k CharCode ,v GlyphName ){_ba ._gg .Lock (); +defer _ba ._gg .Unlock ();_ba ._cf [k ]=v ;};func NewTrueTypeFontEncoder (runeToGIDMap map[rune ]GID )*TrueTypeFontEncoder {_ccf :=_fde .MakeRuneUint16Map (len (runeToGIDMap ));for _ecgd ,_bbef :=range runeToGIDMap {_ccf .Write (_ecgd ,uint16 (_bbef )); +};return &TrueTypeFontEncoder {_aaf :_ccf ,_dggd :_fde .MakeRuneSet (0)};};func (_ge *charCodeGlyphNameMap )Read (key CharCode )(GlyphName ,bool ){_ge ._gg .RLock ();defer _ge ._gg .RUnlock ();_fc ,_ca :=_ge ._cf [key ];return _fc ,_ca ;};type differencesEncoding struct{_ebf SimpleEncoder ; +_ebcc *charCodeGlyphNameMap ;_gff *_fde .ByteRuneMap ;_aed *_fde .RuneByteMap ;};func (_dbcg *simpleMapping )init (){_dbcg ._aceb =_fde .MakeRuneByteMap (_dbcg ._bacc .Length ());_dbcg ._bacc .Range (func (_eag byte ,_eaed rune )(_acab bool ){if _ffb ,_cfc :=_dbcg ._aceb .Read (_eaed ); +!_cfc ||_eag < _ffb {_dbcg ._aceb .Write (_eaed ,_eag );};return false ;});};func (_fdbe *TrueTypeFontEncoder )CharcodeToRune (code CharCode )(rune ,bool ){_cdaf :=rune (-1);_fdbe ._aaf .Range (func (_bceda rune ,_cab uint16 )(_dad bool ){_dacf :=CharCode (_cab ); +if _dacf ==code {_cdaf =_bceda ;return true ;};return false ;});if _cdaf !=-1{return _cdaf ,true ;};_ea .Log .Debug ("\u0043h\u0061\u0072c\u006f\u0064\u0065\u0054o\u0052\u0075\u006ee\u003a\u0020\u004e\u006f\u0020\u006d\u0061\u0074\u0063h.\u0020\u0063\u006fd\u0065\u003d0\u0078\u0025\u0030\u0034\u0078\u0020e\u006e\u0063=\u0025\u0073",code ,_fdbe ); +return 0,false ;};func (_ggcd *TrueTypeFontEncoder )Decode (raw []byte )string {return _fac (_ggcd ,raw )};var (_cdab =_dfd (_dbcb ,_fdae );_fecg =_dfd (_gda ,_agbac ););var (_abcg =_dfd (_ffge ,_ebbg );_fbfe =_dfd (_cde ,_bea ););func (_gbab *TrueTypeFontEncoder )ToPdfObject ()_bc .PdfObject {return _bc .MakeNull ()}; +var (_fbc =_dfd (_ccab ,_fab ););var _fdae =_fde .NewByteRuneMap (map[byte ]rune {0x20:' ',0x21:'!',0x22:'∀',0x23:'#',0x24:'∃',0x25:'%',0x26:'&',0x27:'∋',0x28:'(',0x29:')',0x2a:'∗',0x2b:'+',0x2c:',',0x2d:'−',0x2e:'.',0x2f:'/',0x30:'0',0x31:'1',0x32:'2',0x33:'3',0x34:'4',0x35:'5',0x36:'6',0x37:'7',0x38:'8',0x39:'9',0x3a:':',0x3b:';',0x3c:'<',0x3d:'=',0x3e:'>',0x3f:'?',0x40:'≅',0x41:'Α',0x42:'Β',0x43:'Χ',0x44:'∆',0x45:'Ε',0x46:'Φ',0x47:'Γ',0x48:'Η',0x49:'Ι',0x4a:'ϑ',0x4b:'Κ',0x4c:'Λ',0x4d:'Μ',0x4e:'Ν',0x4f:'Ο',0x50:'Π',0x51:'Θ',0x52:'Ρ',0x53:'Σ',0x54:'Τ',0x55:'Υ',0x56:'ς',0x57:'Ω',0x58:'Ξ',0x59:'Ψ',0x5a:'Ζ',0x5b:'[',0x5c:'∴',0x5d:']',0x5e:'⊥',0x5f:'_',0x60:'\uf8e5',0x61:'α',0x62:'β',0x63:'χ',0x64:'δ',0x65:'ε',0x66:'φ',0x67:'γ',0x68:'η',0x69:'ι',0x6a:'ϕ',0x6b:'κ',0x6c:'λ',0x6d:'µ',0x6e:'ν',0x6f:'ο',0x70:'π',0x71:'θ',0x72:'ρ',0x73:'σ',0x74:'τ',0x75:'υ',0x76:'ϖ',0x77:'ω',0x78:'ξ',0x79:'ψ',0x7a:'ζ',0x7b:'{',0x7c:'|',0x7d:'}',0x7e:'∼',0xa0:'€',0xa1:'ϒ',0xa2:'′',0xa3:'≤',0xa4:'⁄',0xa5:'∞',0xa6:'ƒ',0xa7:'♣',0xa8:'♦',0xa9:'♥',0xaa:'♠',0xab:'↔',0xac:'←',0xad:'↑',0xae:'→',0xaf:'↓',0xb0:'°',0xb1:'±',0xb2:'″',0xb3:'≥',0xb4:'×',0xb5:'∝',0xb6:'∂',0xb7:'•',0xb8:'÷',0xb9:'≠',0xba:'≡',0xbb:'≈',0xbc:'…',0xbd:'\uf8e6',0xbe:'\uf8e7',0xbf:'↵',0xc0:'ℵ',0xc1:'ℑ',0xc2:'ℜ',0xc3:'℘',0xc4:'⊗',0xc5:'⊕',0xc6:'∅',0xc7:'∩',0xc8:'∪',0xc9:'⊃',0xca:'⊇',0xcb:'⊄',0xcc:'⊂',0xcd:'⊆',0xce:'∈',0xcf:'∉',0xd0:'∠',0xd1:'∇',0xd2:'\uf6da',0xd3:'\uf6d9',0xd4:'\uf6db',0xd5:'∏',0xd6:'√',0xd7:'⋅',0xd8:'¬',0xd9:'∧',0xda:'∨',0xdb:'⇔',0xdc:'⇐',0xdd:'⇑',0xde:'⇒',0xdf:'⇓',0xe0:'◊',0xe1:'〈',0xe2:'\uf8e8',0xe3:'\uf8e9',0xe4:'\uf8ea',0xe5:'∑',0xe6:'\uf8eb',0xe7:'\uf8ec',0xe8:'\uf8ed',0xe9:'\uf8ee',0xea:'\uf8ef',0xeb:'\uf8f0',0xec:'\uf8f1',0xed:'\uf8f2',0xee:'\uf8f3',0xef:'\uf8f4',0xf1:'〉',0xf2:'∫',0xf3:'⌠',0xf4:'\uf8f5',0xf5:'⌡',0xf6:'\uf8f6',0xf7:'\uf8f7',0xf8:'\uf8f8',0xf9:'\uf8f9',0xfa:'\uf8fa',0xfb:'\uf8fb',0xfc:'\uf8fc',0xfd:'\uf8fd',0xfe:'\uf8fe'}); +func init (){RegisterSimpleEncoding (_ffge ,NewMacExpertEncoder );RegisterSimpleEncoding (_cde ,NewMacRomanEncoder );};func (_bcab *simpleEncoding )RuneToCharcode (r rune )(CharCode ,bool ){_aca ,_bff :=_bcab ._eed .Read (r );if _bcab ._bbag ==nil {_bcab ._bbag =_fde .MakeRuneSet (1); +};_bcab ._bbag .Write (r );return CharCode (_aca ),_bff ;};func (_bcag *differencesEncoding )RuneToCharcode (r rune )(CharCode ,bool ){if _acf ,_fbg :=_bcag ._aed .Read (r );_fbg {return CharCode (_acf ),true ;};return _bcag ._ebf .RuneToCharcode (r ); +};func (_bce CMapEncoder )Encode (str string )[]byte {if _bce ._fee ==nil {return []byte {};};if _bce ._fee .NBits ()==8{return _aaa (_bce ,str );};return _edg (_bce ,str );};func (_fefg *simpleEncoding )Charcodes ()[]CharCode {_cgb :=make ([]CharCode ,0,_fefg ._fbe .Length ()); +_fefg ._fbe .Range (func (_agg byte ,_ rune )(_egcef bool ){_cgb =append (_cgb ,CharCode (_agg ));return false });_eg .Slice (_cgb ,func (_bcea ,_affg int )bool {return _cgb [_bcea ]< _cgb [_affg ]});return _cgb ;};type SimpleEncoder interface{TextEncoder ; +BaseName ()string ;Charcodes ()[]CharCode ;};var _agbac =_fde .NewByteRuneMap (map[byte ]rune {0x20:' ',0x21:'✁',0x22:'✂',0x23:'✃',0x24:'✄',0x25:'☎',0x26:'✆',0x27:'✇',0x28:'✈',0x29:'✉',0x2a:'☛',0x2b:'☞',0x2c:'✌',0x2d:'✍',0x2e:'✎',0x2f:'✏',0x30:'✐',0x31:'✑',0x32:'✒',0x33:'✓',0x34:'✔',0x35:'✕',0x36:'✖',0x37:'✗',0x38:'✘',0x39:'✙',0x3a:'✚',0x3b:'✛',0x3c:'✜',0x3d:'✝',0x3e:'✞',0x3f:'✟',0x40:'✠',0x41:'✡',0x42:'✢',0x43:'✣',0x44:'✤',0x45:'✥',0x46:'✦',0x47:'✧',0x48:'★',0x49:'✩',0x4a:'✪',0x4b:'✫',0x4c:'✬',0x4d:'✭',0x4e:'✮',0x4f:'✯',0x50:'✰',0x51:'✱',0x52:'✲',0x53:'✳',0x54:'✴',0x55:'✵',0x56:'✶',0x57:'✷',0x58:'✸',0x59:'✹',0x5a:'✺',0x5b:'✻',0x5c:'✼',0x5d:'✽',0x5e:'✾',0x5f:'✿',0x60:'❀',0x61:'❁',0x62:'❂',0x63:'❃',0x64:'❄',0x65:'❅',0x66:'❆',0x67:'❇',0x68:'❈',0x69:'❉',0x6a:'❊',0x6b:'❋',0x6c:'●',0x6d:'❍',0x6e:'■',0x6f:'❏',0x70:'❐',0x71:'❑',0x72:'❒',0x73:'▲',0x74:'▼',0x75:'◆',0x76:'❖',0x77:'◗',0x78:'❘',0x79:'❙',0x7a:'❚',0x7b:'❛',0x7c:'❜',0x7d:'❝',0x7e:'❞',0x80:'\uf8d7',0x81:'\uf8d8',0x82:'\uf8d9',0x83:'\uf8da',0x84:'\uf8db',0x85:'\uf8dc',0x86:'\uf8dd',0x87:'\uf8de',0x88:'\uf8df',0x89:'\uf8e0',0x8a:'\uf8e1',0x8b:'\uf8e2',0x8c:'\uf8e3',0x8d:'\uf8e4',0xa1:'❡',0xa2:'❢',0xa3:'❣',0xa4:'❤',0xa5:'❥',0xa6:'❦',0xa7:'❧',0xa8:'♣',0xa9:'♦',0xaa:'♥',0xab:'♠',0xac:'①',0xad:'②',0xae:'③',0xaf:'④',0xb0:'⑤',0xb1:'⑥',0xb2:'⑦',0xb3:'⑧',0xb4:'⑨',0xb5:'⑩',0xb6:'❶',0xb7:'❷',0xb8:'❸',0xb9:'❹',0xba:'❺',0xbb:'❻',0xbc:'❼',0xbd:'❽',0xbe:'❾',0xbf:'❿',0xc0:'➀',0xc1:'➁',0xc2:'➂',0xc3:'➃',0xc4:'➄',0xc5:'➅',0xc6:'➆',0xc7:'➇',0xc8:'➈',0xc9:'➉',0xca:'➊',0xcb:'➋',0xcc:'➌',0xcd:'➍',0xce:'➎',0xcf:'➏',0xd0:'➐',0xd1:'➑',0xd2:'➒',0xd3:'➓',0xd4:'➔',0xd5:'→',0xd6:'↔',0xd7:'↕',0xd8:'➘',0xd9:'➙',0xda:'➚',0xdb:'➛',0xdc:'➜',0xdd:'➝',0xde:'➞',0xdf:'➟',0xe0:'➠',0xe1:'➡',0xe2:'➢',0xe3:'➣',0xe4:'➤',0xe5:'➥',0xe6:'➦',0xe7:'➧',0xe8:'➨',0xe9:'➩',0xea:'➪',0xeb:'➫',0xec:'➬',0xed:'➭',0xee:'➮',0xef:'➯',0xf1:'➱',0xf2:'➲',0xf3:'➳',0xf4:'➴',0xf5:'➵',0xf6:'➶',0xf7:'➷',0xf8:'➸',0xf9:'➹',0xfa:'➺',0xfb:'➻',0xfc:'➼',0xfd:'➽',0xfe:'➾'}); +func init (){RegisterSimpleEncoding (_dbcb ,NewSymbolEncoder );RegisterSimpleEncoding (_gda ,NewZapfDingbatsEncoder );};var _bede =_fde .NewStringsMap (_fbad [:]);func (_feeb *differencesEncoding )Encode (str string )[]byte {_cbf :=[]rune (str );_cge :=_ga .NewBuffer (nil ); +_cge .Grow (len (_cbf ));for _ ,_eaeb :=range _cbf {_cfd ,_ :=_feeb .RuneToCharcode (_eaeb );_cge .WriteByte (byte (_cfd ));};return _cge .Bytes ();};func (_cgg *differencesEncoding )ToPdfObject ()_bc .PdfObject {_fdce :=_bc .MakeDict ();_fdce .Set ("\u0054\u0079\u0070\u0065",_bc .MakeName ("\u0045\u006e\u0063\u006f\u0064\u0069\u006e\u0067")); +_fdce .Set ("\u0042\u0061\u0073e\u0045\u006e\u0063\u006f\u0064\u0069\u006e\u0067",_cgg ._ebf .ToPdfObject ());if _egcb :=_gge (_cgg ._ebcc );_egcb !=nil {_fdce .Set ("D\u0069\u0066\u0066\u0065\u0072\u0065\u006e\u0063\u0065\u0073",_egcb );}else {_ea .Log .Debug ("W\u0041\u0052\u004e\u003a\u0020\u0066\u006f\u006e\u0074\u0020\u0044\u0069\u0066\u0066\u0065\u0072\u0065\u006e\u0063\u0065\u0073\u0020\u0061\u0072\u0072\u0061y\u0020i\u0073\u0020\u006e\u0069l\u002e\u0020O\u0075\u0074\u0070\u0075\u0074\u0020\u006d\u0061\u0079\u0020\u0062\u0065\u0020\u0069\u006e\u0063\u006f\u0072\u0072\u0065\u0063\u0074\u002e"); +};return _bc .MakeIndirectObject (_fdce );};func (_agbg *TrueTypeFontEncoder )String ()string {_gdga :=[]string {_d .Sprintf ("\u0025\u0064\u0020\u0065\u006e\u0074\u0072\u0069\u0065\u0073",_agbg ._aaf .Length ())};type runeGID struct{_gdbg rune ;_ddec GID ; +};_baf :=make ([]runeGID ,0,_agbg ._aaf .Length ());_agbg ._aaf .Range (func (_gbd rune ,_abf uint16 )(_bcf bool ){_baf =append (_baf ,runeGID {_gdbg :_gbd ,_ddec :GID (_abf )});return false ;});_eg .Slice (_baf ,func (_afe ,_fcf int )bool {return _baf [_afe ]._gdbg < _baf [_fcf ]._gdbg }); +_bced :=len (_baf );if _bced > _eaaf {_bced =_eaaf ;};for _dddd :=0;_dddd < _bced ;_dddd ++{_cdgb :=_baf [_dddd ];_gdga =append (_gdga ,_d .Sprintf ("\u0025\u0064\u003d\u0030\u0078\u0025\u0030\u0032\u0078\u003a\u0020\u0025\u0071",_cdgb ._gdbg ,_cdgb ._gdbg ,_cdgb ._ddec )); +};return _d .Sprintf ("T\u0052U\u0045\u0054\u0059\u0050\u0045\u005f\u0045\u004eC\u004f\u0044\u0045\u0052{%\u0073\u007d",_a .Join (_gdga ,"\u002c\u0020"));};func (_dca CMapEncoder )ToPdfObject ()_bc .PdfObject {if _dca ._gf !=""{return _bc .MakeName (_dca ._gf ); +};return _bc .MakeNull ();};func NewZapfDingbatsEncoder ()SimpleEncoder {return _fecg .NewEncoder ()};func init (){RegisterSimpleEncoding (_fdg ,NewPdfDocEncoder );RegisterSimpleEncoding (_eda ,NewStandardEncoder );};func RegisterSimpleEncoding (name string ,fnc func ()SimpleEncoder ){if _ ,_dbc :=_bfc .Read (name ); +_dbc {panic ("\u0061l\u0072e\u0061\u0064\u0079\u0020\u0072e\u0067\u0069s\u0074\u0065\u0072\u0065\u0064");};_bfc .Write (name ,fnc );};func (_adda *IdentityEncoder )RuneToCharcode (r rune )(CharCode ,bool ){_adda ._bedb .Write (r );return CharCode (r ),true ; +};var _gab =_fde .NewStringRuneMap (map[string ]rune {"\u002en\u006f\u0074\u0064\u0065\u0066":0xfffd,"\u0032\u0035\u0030\u0061":0x250a,"\u0032\u0035\u0030\u0062":0x250b,"\u0032\u0035\u0030\u0064":0x250d,"\u0032\u0035\u0030\u0065":0x250e,"\u0032\u0035\u0030\u0066":0x250f,"\u0032\u0035\u0031\u0061":0x251a,"\u0032\u0035\u0031\u0062":0x251b,"\u0032\u0035\u0031\u0064":0x251d,"\u0032\u0035\u0031\u0065":0x251e,"\u0032\u0035\u0031\u0066":0x251f,"\u0032\u0035\u0032\u0061":0x252a,"\u0032\u0035\u0032\u0062":0x252b,"\u0032\u0035\u0032\u0064":0x252d,"\u0032\u0035\u0032\u0065":0x252e,"\u0032\u0035\u0032\u0066":0x252f,"\u0032\u0035\u0033\u0061":0x253a,"\u0032\u0035\u0033\u0062":0x253b,"\u0032\u0035\u0033\u0064":0x253d,"\u0032\u0035\u0033\u0065":0x253e,"\u0032\u0035\u0033\u0066":0x253f,"\u0032\u0035\u0034\u0061":0x254a,"\u0032\u0035\u0034\u0062":0x254b,"\u0032\u0035\u0034\u0063":0x254c,"\u0032\u0035\u0034\u0064":0x254d,"\u0032\u0035\u0034\u0065":0x254e,"\u0032\u0035\u0034\u0066":0x254f,"\u0032\u0035\u0036\u0064":0x256d,"\u0032\u0035\u0036\u0065":0x256e,"\u0032\u0035\u0036\u0066":0x256f,"\u0032\u0035\u0037\u0061":0x257a,"\u0032\u0035\u0037\u0062":0x257b,"\u0032\u0035\u0037\u0063":0x257c,"\u0032\u0035\u0037\u0064":0x257d,"\u0032\u0035\u0037\u0065":0x257e,"\u0032\u0035\u0037\u0066":0x257f,"\u0041":0x0041,"\u0041\u0045":0x00c6,"\u0041E\u0061\u0063\u0075\u0074\u0065":0x01fc,"\u0041\u0045\u006d\u0061\u0063\u0072\u006f\u006e":0x01e2,"\u0041E\u0073\u006d\u0061\u006c\u006c":0xf7e6,"\u0041\u0050\u004c\u0062\u006f\u0078\u0071\u0075\u0065s\u0074\u0069\u006f\u006e":0x2370,"\u0041\u0050\u004c\u0062\u006f\u0078\u0075\u0070\u0063\u0061\u0072\u0065\u0074":0x2353,"\u0041P\u004cn\u006f\u0074\u0062\u0061\u0063\u006b\u0073\u006c\u0061\u0073\u0068":0x2340,"A\u0050\u004c\u006e\u006f\u0074\u0073\u006c\u0061\u0073\u0068":0x233f,"\u0041\u0061\u0063\u0075\u0074\u0065":0x00c1,"A\u0061\u0063\u0075\u0074\u0065\u0073\u006d\u0061\u006c\u006c":0xf7e1,"\u0041\u0062\u0072\u0065\u0076\u0065":0x0102,"A\u0062\u0072\u0065\u0076\u0065\u0061\u0063\u0075\u0074\u0065":0x1eae,"\u0041\u0062\u0072\u0065\u0076\u0065\u0063\u0079\u0072i\u006c\u006c\u0069\u0063":0x04d0,"\u0041\u0062\u0072\u0065\u0076\u0065\u0064\u006f\u0074b\u0065\u006c\u006f\u0077":0x1eb6,"A\u0062\u0072\u0065\u0076\u0065\u0067\u0072\u0061\u0076\u0065":0x1eb0,"\u0041b\u0072e\u0076\u0065\u0068\u006f\u006f\u006b\u0061\u0062\u006f\u0076\u0065":0x1eb2,"A\u0062\u0072\u0065\u0076\u0065\u0074\u0069\u006c\u0064\u0065":0x1eb4,"\u0041\u0063\u0061\u0072\u006f\u006e":0x01cd,"\u0041c\u0069\u0072\u0063\u006c\u0065":0x24b6,"A\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078":0x00c2,"\u0041\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0061\u0063\u0075\u0074\u0065":0x1ea4,"\u0041\u0063\u0069\u0072cu\u006d\u0066\u006c\u0065\u0078\u0064\u006f\u0074\u0062\u0065\u006c\u006f\u0077":0x1eac,"\u0041\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0067\u0072\u0061\u0076\u0065":0x1ea6,"A\u0063i\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078h\u006f\u006f\u006b\u0061bo\u0076\u0065":0x1ea8,"\u0041\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0073\u006d\u0061\u006c\u006c":0xf7e2,"\u0041\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0074\u0069\u006c\u0064\u0065":0x1eaa,"\u0041\u0063\u0075t\u0065":0xf6c9,"\u0041\u0063\u0075\u0074\u0065\u0073\u006d\u0061\u006c\u006c":0xf7b4,"\u0041d\u0062\u006c\u0067\u0072\u0061\u0076e":0x0200,"\u0041d\u0069\u0065\u0072\u0065\u0073\u0069s":0x00c4,"\u0041\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073\u0063\u0079\u0072i\u006c\u006c\u0069\u0063":0x04d2,"\u0041d\u0069e\u0072\u0065\u0073\u0069\u0073\u006d\u0061\u0063\u0072\u006f\u006e":0x01de,"\u0041\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073s\u006d\u0061\u006c\u006c":0xf7e4,"\u0041d\u006f\u0074\u0062\u0065\u006c\u006fw":0x1ea0,"\u0041\u0064\u006f\u0074\u006d\u0061\u0063\u0072\u006f\u006e":0x01e0,"\u0041\u0067\u0072\u0061\u0076\u0065":0x00c0,"A\u0067\u0072\u0061\u0076\u0065\u0073\u006d\u0061\u006c\u006c":0xf7e0,"\u0041\u0068\u006f\u006f\u006b\u0061\u0062\u006f\u0076\u0065":0x1ea2,"A\u0069\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x04d4,"\u0041\u0069\u006e\u0076\u0065\u0072\u0074\u0065\u0064b\u0072\u0065\u0076\u0065":0x0202,"\u0041\u006c\u0070h\u0061":0x0391,"\u0041\u006c\u0070\u0068\u0061\u0074\u006f\u006e\u006f\u0073":0x0386,"\u0041m\u0061\u0063\u0072\u006f\u006e":0x0100,"\u0041\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff21,"\u0041o\u0067\u006f\u006e\u0065\u006b":0x0104,"\u0041\u0072\u0069n\u0067":0x00c5,"\u0041\u0072\u0069\u006e\u0067\u0061\u0063\u0075\u0074\u0065":0x01fa,"\u0041\u0072\u0069\u006e\u0067\u0062\u0065\u006c\u006f\u0077":0x1e00,"\u0041\u0072\u0069\u006e\u0067\u0073\u006d\u0061\u006c\u006c":0xf7e5,"\u0041\u0073\u006d\u0061\u006c\u006c":0xf761,"\u0041\u0074\u0069\u006c\u0064\u0065":0x00c3,"A\u0074\u0069\u006c\u0064\u0065\u0073\u006d\u0061\u006c\u006c":0xf7e3,"A\u0079\u0062\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x0531,"\u0042":0x0042,"\u0042\u0061\u0072\u0076":0x2ae7,"\u0042\u0062\u0062\u0041":0x1d538,"\u0042\u0062\u0062\u0042":0x1d539,"\u0042\u0062\u0062\u0043":0x2102,"\u0042\u0062\u0062\u0044":0x1d53b,"\u0042\u0062\u0062\u0045":0x1d53c,"\u0042\u0062\u0062\u0046":0x1d53d,"\u0042\u0062\u0062\u0047":0x1d53e,"\u0042\u0062\u0062\u0047\u0061\u006d\u006d\u0061":0x213e,"\u0042\u0062\u0062\u0048":0x210d,"\u0042\u0062\u0062\u0049":0x1d540,"\u0042\u0062\u0062\u004a":0x1d541,"\u0042\u0062\u0062\u004b":0x1d542,"\u0042\u0062\u0062\u004c":0x1d543,"\u0042\u0062\u0062\u004d":0x1d544,"\u0042\u0062\u0062\u004e":0x2115,"\u0042\u0062\u0062\u004f":0x1d546,"\u0042\u0062\u0062\u0050":0x2119,"\u0042\u0062\u0062P\u0069":0x213f,"\u0042\u0062\u0062\u0051":0x211a,"\u0042\u0062\u0062\u0052":0x211d,"\u0042\u0062\u0062\u0053":0x1d54a,"\u0042\u0062\u0062\u0054":0x1d54b,"\u0042\u0062\u0062\u0055":0x1d54c,"\u0042\u0062\u0062\u0056":0x1d54d,"\u0042\u0062\u0062\u0057":0x1d54e,"\u0042\u0062\u0062\u0058":0x1d54f,"\u0042\u0062\u0062\u0059":0x1d550,"\u0042\u0062\u0062\u005a":0x2124,"\u0042\u0062\u0062\u0061":0x1d552,"\u0042\u0062\u0062\u0062":0x1d553,"\u0042\u0062\u0062\u0063":0x1d554,"\u0042\u0062\u0062\u0064":0x1d555,"\u0042\u0062\u0062\u0065":0x1d556,"\u0042\u0062\u0062\u0065\u0069\u0067\u0068\u0074":0x1d7e0,"\u0042\u0062\u0062\u0066":0x1d557,"\u0042b\u0062\u0066\u0069\u0076\u0065":0x1d7dd,"\u0042b\u0062\u0066\u006f\u0075\u0072":0x1d7dc,"\u0042\u0062\u0062\u0067":0x1d558,"\u0042\u0062\u0062\u0067\u0061\u006d\u006d\u0061":0x213d,"\u0042\u0062\u0062\u0068":0x1d559,"\u0042\u0062\u0062\u0069":0x1d55a,"\u0042\u0062\u0062\u006a":0x1d55b,"\u0042\u0062\u0062\u006b":0x1d55c,"\u0042\u0062\u0062\u006c":0x1d55d,"\u0042\u0062\u0062\u006d":0x1d55e,"\u0042\u0062\u0062\u006e":0x1d55f,"\u0042b\u0062\u006e\u0069\u006e\u0065":0x1d7e1,"\u0042\u0062\u0062\u006f":0x1d560,"\u0042\u0062\u0062\u006f\u006e\u0065":0x1d7d9,"\u0042\u0062\u0062\u0070":0x1d561,"\u0042\u0062\u0062p\u0069":0x213c,"\u0042\u0062\u0062\u0071":0x1d562,"\u0042\u0062\u0062\u0072":0x1d563,"\u0042\u0062\u0062\u0073":0x1d564,"\u0042\u0062\u0062\u0073\u0065\u0076\u0065\u006e":0x1d7df,"\u0042\u0062\u0062\u0073\u0069\u0078":0x1d7de,"\u0042\u0062\u0062\u0073\u0075\u006d":0x2140,"\u0042\u0062\u0062\u0074":0x1d565,"\u0042\u0062\u0062\u0074\u0068\u0072\u0065\u0065":0x1d7db,"\u0042\u0062\u0062\u0074\u0077\u006f":0x1d7da,"\u0042\u0062\u0062\u0075":0x1d566,"\u0042\u0062\u0062\u0076":0x1d567,"\u0042\u0062\u0062\u0077":0x1d568,"\u0042\u0062\u0062\u0078":0x1d569,"\u0042\u0062\u0062\u0079":0x1d56a,"\u0042\u0062\u0062\u007a":0x1d56b,"\u0042b\u0062\u007a\u0065\u0072\u006f":0x1d7d8,"\u0042c\u0069\u0072\u0063\u006c\u0065":0x24b7,"\u0042\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074":0x1e02,"\u0042d\u006f\u0074\u0062\u0065\u006c\u006fw":0x1e04,"B\u0065\u006e\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x0532,"\u0042\u0065\u0074\u0061":0x0392,"\u0042\u0068\u006fo\u006b":0x0181,"\u0042\u006c\u0069\u006e\u0065\u0062\u0065\u006c\u006f\u0077":0x1e06,"\u0042\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff22,"\u0042\u0072\u0065\u0076\u0065\u0073\u006d\u0061\u006c\u006c":0xf6f4,"\u0042\u0073\u006d\u0061\u006c\u006c":0xf762,"\u0042s\u006d\u0061\u006c\u006c\u0063\u0061p":0x0229,"\u0042t\u006f\u0070\u0062\u0061\u0072":0x0182,"\u0043":0x0043,"\u0043\u0061\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x053e,"\u0043\u0061\u0063\u0075\u0074\u0065":0x0106,"\u0043\u0061\u0072o\u006e":0xf6ca,"\u0043\u0061\u0072\u006f\u006e\u0073\u006d\u0061\u006c\u006c":0xf6f5,"\u0043\u0063\u0061\u0072\u006f\u006e":0x010c,"\u0043\u0063\u0065\u0064\u0069\u006c\u006c\u0061":0x00c7,"\u0043\u0063\u0065\u0064\u0069\u006c\u006c\u0061\u0061\u0063\u0075\u0074\u0065":0x1e08,"\u0043\u0063\u0065\u0064\u0069\u006c\u006c\u0061\u0073\u006d\u0061\u006c\u006c":0xf7e7,"\u0043c\u0069\u0072\u0063\u006c\u0065":0x24b8,"C\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078":0x0108,"\u0043\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074":0x010a,"\u0043\u0065\u0064i\u006c\u006c\u0061\u0073\u006d\u0061\u006c\u006c":0xf7b8,"C\u0068\u0061\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x0549,"C\u0068e\u0061\u0062\u006b\u0068\u0061\u0073\u0069\u0061n\u0063\u0079\u0072\u0069ll\u0069\u0063":0x04bc,"C\u0068\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x0427,"\u0043\u0068e\u0064\u0065\u0073\u0063\u0065\u006e\u0064\u0065\u0072\u0061\u0062\u006b\u0068\u0061\u0073\u0069\u0061\u006e\u0063\u0079\u0072\u0069ll\u0069\u0063":0x04be,"C\u0068e\u0064\u0065\u0073\u0063\u0065\u006e\u0064\u0065r\u0063\u0079\u0072\u0069ll\u0069\u0063":0x04b6,"\u0043\u0068\u0065\u0064ie\u0072\u0065\u0073\u0069\u0073\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x04f4,"\u0043\u0068\u0065h\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x0543,"C\u0068\u0065\u006b\u0068ak\u0061s\u0073\u0069\u0061\u006e\u0063y\u0072\u0069\u006c\u006c\u0069\u0063":0x04cb,"\u0043h\u0065\u0076\u0065\u0072t\u0069\u0063\u0061\u006c\u0073t\u0072o\u006be\u0063\u0079\u0072\u0069\u006c\u006c\u0069c":0x04b8,"\u0043\u0068\u0069":0x03a7,"\u0043\u0068\u006fo\u006b":0x0187,"\u0043i\u0072c\u0075\u006d\u0066\u006c\u0065\u0078\u0073\u006d\u0061\u006c\u006c":0xf6f6,"\u0043\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff23,"\u0043\u006f\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x0551,"\u0043o\u006c\u006f\u006e\u0065\u0071":0x2a74,"\u0043\u0073\u006d\u0061\u006c\u006c":0xf763,"\u0044":0x0044,"\u0044\u0044\u006f\u0077\u006e\u0061\u0072\u0072\u006f\u0077":0x27f1,"\u0044\u005a":0x01f1,"\u0044Z\u0063\u0061\u0072\u006f\u006e":0x01c4,"\u0044\u0061\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x0534,"\u0044\u0061\u0066\u0072\u0069\u0063\u0061\u006e":0x0189,"\u0044\u0061\u0073h\u0056":0x2ae5,"\u0044a\u0073\u0068\u0056\u0044\u0061\u0073h":0x27da,"\u0044\u0061\u0073h\u0076":0x2ae4,"\u0044\u0063\u0061\u0072\u006f\u006e":0x010e,"\u0044c\u0061\u0072\u006f\u006e\u0031":0xf810,"\u0044\u0063\u0065\u0064\u0069\u006c\u006c\u0061":0x1e10,"\u0044c\u0069\u0072\u0063\u006c\u0065":0x24b9,"\u0044\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0062\u0065\u006c\u006f\u0077":0x1e12,"\u0044\u0063\u0072\u006f\u0061\u0074":0x0110,"\u0044\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074":0x1e0a,"\u0044d\u006f\u0074\u0062\u0065\u006c\u006fw":0x1e0c,"\u0044\u0064\u006f\u0077\u006e\u0061\u0072\u0072\u006f\u0077":0x290b,"\u0044\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x0414,"\u0044e\u0069\u0063\u006f\u0070\u0074\u0069c":0x03ee,"\u0044\u0065\u006ct\u0061":0x2206,"\u0044\u0065\u006c\u0074\u0061\u0067\u0072\u0065\u0065\u006b":0x0394,"\u0044\u0068\u006fo\u006b":0x018a,"\u0044\u0069\u0065\u0072\u0065\u0073\u0069\u0073":0xf6cb,"\u0044\u0069\u0065\u0072\u0065\u0073\u0069\u0073\u0041\u0063\u0075\u0074\u0065":0xf6cc,"\u0044\u0069\u0065\u0072\u0065\u0073\u0069\u0073\u0047\u0072\u0061\u0076\u0065":0xf6cd,"\u0044\u0069\u0065\u0072\u0065\u0073\u0069\u0073\u0073\u006d\u0061\u006c\u006c":0xf7a8,"\u0044i\u0067\u0061\u006d\u006d\u0061":0x1d7cb,"\u0044\u0069\u0067a\u006d\u006d\u0061\u0067\u0072\u0065\u0065\u006b":0x03dc,"\u0044\u006c\u0069\u006e\u0065\u0062\u0065\u006c\u006f\u0077":0x1e0e,"\u0044\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff24,"\u0044\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074s\u006d\u0061\u006c\u006c":0xf6f7,"\u0044\u0073\u006d\u0061\u006c\u006c":0xf764,"\u0044t\u006f\u0070\u0062\u0061\u0072":0x018b,"\u0044\u007a":0x01f2,"\u0044z\u0063\u0061\u0072\u006f\u006e":0x01c5,"D\u007ae\u0061\u0062\u006b\u0068\u0061\u0073\u0069\u0061n\u0063\u0079\u0072\u0069ll\u0069\u0063":0x04e0,"\u0044\u007a\u0068e\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x040f,"\u0045":0x0045,"\u0045\u0061\u0063\u0075\u0074\u0065":0x00c9,"E\u0061\u0063\u0075\u0074\u0065\u0073\u006d\u0061\u006c\u006c":0xf7e9,"\u0045\u0062\u0072\u0065\u0076\u0065":0x0114,"\u0045\u0063\u0061\u0072\u006f\u006e":0x011a,"\u0045\u0063\u0065\u0064\u0069\u006c\u006c\u0061\u0062\u0072\u0065\u0076\u0065":0x1e1c,"E\u0063\u0068\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x0535,"\u0045c\u0069\u0072\u0063\u006c\u0065":0x24ba,"E\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078":0x00ca,"\u0045\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0061\u0063\u0075\u0074\u0065":0x1ebe,"\u0045\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0062\u0065\u006c\u006f\u0077":0x1e18,"\u0045\u0063\u0069\u0072cu\u006d\u0066\u006c\u0065\u0078\u0064\u006f\u0074\u0062\u0065\u006c\u006f\u0077":0x1ec6,"\u0045\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0067\u0072\u0061\u0076\u0065":0x1ec0,"E\u0063i\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078h\u006f\u006f\u006b\u0061bo\u0076\u0065":0x1ec2,"\u0045\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0073\u006d\u0061\u006c\u006c":0xf7ea,"\u0045\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0074\u0069\u006c\u0064\u0065":0x1ec4,"\u0045c\u0079\u0072\u0069\u006c\u006c\u0069c":0x0404,"\u0045d\u0062\u006c\u0067\u0072\u0061\u0076e":0x0204,"\u0045d\u0069\u0065\u0072\u0065\u0073\u0069s":0x00cb,"\u0045\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073s\u006d\u0061\u006c\u006c":0xf7eb,"\u0045\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074":0x0116,"\u0045d\u006f\u0074\u0062\u0065\u006c\u006fw":0x1eb8,"\u0045\u0067\u0072\u0061\u0076\u0065":0x00c8,"E\u0067\u0072\u0061\u0076\u0065\u0073\u006d\u0061\u006c\u006c":0xf7e8,"\u0045\u0068\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x0537,"\u0045\u0068\u006f\u006f\u006b\u0061\u0062\u006f\u0076\u0065":0x1eba,"\u0045\u0069\u0067\u0068\u0074\u0072\u006f\u006d\u0061\u006e":0x2167,"\u0045\u0069\u006e\u0076\u0065\u0072\u0074\u0065\u0064b\u0072\u0065\u0076\u0065":0x0206,"\u0045\u0069\u006f\u0074\u0069\u0066\u0069\u0065\u0064\u0063\u0079\u0072i\u006c\u006c\u0069\u0063":0x0464,"\u0045\u006c\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x041b,"E\u006c\u0065\u0076\u0065\u006e\u0072\u006f\u006d\u0061\u006e":0x216a,"\u0045m\u0061\u0063\u0072\u006f\u006e":0x0112,"\u0045\u006d\u0061c\u0072\u006f\u006e\u0061\u0063\u0075\u0074\u0065":0x1e16,"\u0045\u006d\u0061c\u0072\u006f\u006e\u0067\u0072\u0061\u0076\u0065":0x1e14,"\u0045\u006d\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x041c,"\u0045\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff25,"\u0045\u006e\u0064\u0065sc\u0065\u006e\u0064\u0065\u0072\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x04a2,"\u0045\u006e\u0067":0x014a,"\u0045\u006e\u0067\u0068\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x04a4,"\u0045\u006e\u0068\u006f\u006f\u006b\u0063\u0079\u0072i\u006c\u006c\u0069\u0063":0x04c7,"\u0045o\u0067\u006f\u006e\u0065\u006b":0x0118,"\u0045\u006f\u0070e\u006e":0x0190,"\u0045p\u0073\u0069\u006c\u006f\u006e":0x0395,"\u0045\u0070\u0073i\u006c\u006f\u006e\u0074\u006f\u006e\u006f\u0073":0x0388,"\u0045\u0071\u0075i\u0076":0x2263,"\u0045r\u0065\u0076\u0065\u0072\u0073\u0065d":0x018e,"\u0045\u0072\u0065\u0076\u0065\u0072\u0073\u0065\u0064\u0063\u0079\u0072i\u006c\u006c\u0069\u0063":0x042d,"\u0045\u0073\u0064\u0065sc\u0065\u006e\u0064\u0065\u0072\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x04aa,"\u0045\u0073\u0068":0x01a9,"\u0045\u0073\u006d\u0061\u006c\u006c":0xf765,"\u0045\u0074\u0061":0x0397,"\u0045\u0074\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x0538,"\u0045\u0074\u0061\u0074\u006f\u006e\u006f\u0073":0x0389,"\u0045\u0074\u0068":0x00d0,"\u0045\u0074\u0068\u0073\u006d\u0061\u006c\u006c":0xf7f0,"\u0045\u0074\u0069\u006c\u0064\u0065":0x1ebc,"E\u0074\u0069\u006c\u0064\u0065\u0062\u0065\u006c\u006f\u0077":0x1e1a,"\u0045\u0075\u006c\u0065\u0072\u0063\u006f\u006e\u0073\u0074":0x2107,"\u0045\u0075\u0072\u006f":0x20ac,"\u0045\u007a\u0068":0x01b7,"\u0045\u007a\u0068\u0063\u0061\u0072\u006f\u006e":0x01ee,"E\u007a\u0068\u0072\u0065\u0076\u0065\u0072\u0073\u0065\u0064":0x01b8,"\u0046":0x0046,"\u0046c\u0069\u0072\u0063\u006c\u0065":0x24bb,"\u0046\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074":0x1e1e,"F\u0065\u0068\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x0556,"\u0046e\u0069\u0063\u006f\u0070\u0074\u0069c":0x03e4,"\u0046\u0068\u006fo\u006b":0x0191,"\u0046\u0069\u006e\u0076":0x2132,"\u0046i\u0076\u0065\u0072\u006f\u006d\u0061n":0x2164,"\u0046\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff26,"\u0046o\u0075\u0072\u0072\u006f\u006d\u0061n":0x2163,"\u0046\u0073\u006d\u0061\u006c\u006c":0xf766,"\u0047":0x0047,"\u0047\u0042\u0073\u0071\u0075\u0061\u0072\u0065":0x3387,"\u0047\u0061\u0063\u0075\u0074\u0065":0x01f4,"\u0047\u0061\u006dm\u0061":0x0393,"\u0047\u0061\u006dm\u0061\u0061\u0066\u0072\u0069\u0063\u0061\u006e":0x0194,"\u0047\u0061\u006eg\u0069\u0061\u0063\u006f\u0070\u0074\u0069\u0063":0x03ea,"\u0047\u0062\u0072\u0065\u0076\u0065":0x011e,"\u0047\u0063\u0061\u0072\u006f\u006e":0x01e6,"\u0047c\u0069\u0072\u0063\u006c\u0065":0x24bc,"G\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078":0x011c,"\u0047\u0063\u006fm\u006d\u0061\u0061\u0063\u0063\u0065\u006e\u0074":0x0122,"\u0047\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074":0x0120,"\u0047\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x0413,"\u0047\u0068\u0061d\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x0542,"G\u0068\u0065\u006d\u0069dd\u006ce\u0068\u006f\u006f\u006b\u0063y\u0072\u0069\u006c\u006c\u0069\u0063":0x0494,"\u0047\u0068\u0065\u0073\u0074\u0072\u006f\u006b\u0065\u0063\u0079\u0072i\u006c\u006c\u0069\u0063":0x0492,"\u0047\u0068\u0065\u0075\u0070\u0074\u0075\u0072\u006e\u0063\u0079\u0072i\u006c\u006c\u0069\u0063":0x0490,"\u0047\u0068\u006fo\u006b":0x0193,"G\u0069\u006d\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x0533,"\u0047m\u0061\u0063\u0072\u006f\u006e":0x1e20,"\u0047\u006d\u0069\u0072":0x2141,"\u0047\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff27,"\u0047\u0072\u0061v\u0065":0xf6ce,"\u0047\u0072\u0061\u0076\u0065\u0073\u006d\u0061\u006c\u006c":0xf760,"\u0047\u0073\u006d\u0061\u006c\u006c":0xf767,"\u0047\u0073\u006d\u0061\u006c\u006c\u0063\u0061\u0070\u0068\u006f\u006f\u006b":0x022b,"\u0047\u0073\u006d\u0061\u006c\u006c\u0068\u006f\u006f\u006b":0x029b,"\u0047s\u0074\u0072\u006f\u006b\u0065":0x01e4,"\u0047\u0074":0x2aa2,"\u0048":0x0048,"\u0048\u0032\u0032\u0030\u0037\u0033":0x25a1,"\u0048\u0050\u0073\u0071\u0075\u0061\u0072\u0065":0x33cb,"\u0048\u0061\u0061\u0062kh\u0061\u0073\u0069\u0061\u006e\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x04a8,"\u0048\u0061\u0064\u0065sc\u0065\u006e\u0064\u0065\u0072\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x04b2,"\u0048\u0062\u0061\u0072":0x0126,"H\u0062\u0072\u0065\u0076\u0065\u0062\u0065\u006c\u006f\u0077":0x1e2a,"\u0048\u0063\u0065\u0064\u0069\u006c\u006c\u0061":0x1e28,"\u0048c\u0069\u0072\u0063\u006c\u0065":0x24bd,"H\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078":0x0124,"\u0048d\u0069\u0065\u0072\u0065\u0073\u0069s":0x1e26,"\u0048\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074":0x1e22,"\u0048d\u006f\u0074\u0062\u0065\u006c\u006fw":0x1e24,"\u0048\u0065\u0072\u006d\u0061\u0070\u0068\u0072\u006f\u0064\u0069\u0074\u0065":0x26a5,"\u0048\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff28,"\u0048\u006f\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x0540,"\u0048\u006f\u0072\u0069\u0063\u006f\u0070\u0074\u0069\u0063":0x03e8,"\u0048\u0073\u006d\u0061\u006c\u006c":0xf768,"\u0048s\u006d\u0061\u006c\u006c\u0063\u0061p":0x022c,"\u0048\u0075\u006eg\u0061\u0072\u0075\u006d\u006c\u0061\u0075\u0074":0xf6cf,"\u0048\u0075\u006e\u0067\u0061\u0072\u0075\u006d\u006c\u0061\u0075\u0074s\u006d\u0061\u006c\u006c":0xf6f8,"\u0048\u007a\u0073\u0071\u0075\u0061\u0072\u0065":0x3390,"\u0049":0x0049,"\u0049\u004a":0x0132,"\u0049\u0061\u0063\u0075\u0074\u0065":0x00cd,"I\u0061\u0063\u0075\u0074\u0065\u0073\u006d\u0061\u006c\u006c":0xf7ed,"\u0049\u0062\u0072\u0065\u0076\u0065":0x012c,"\u0049\u0063\u0061\u0072\u006f\u006e":0x01cf,"\u0049c\u0069\u0072\u0063\u006c\u0065":0x24be,"I\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078":0x00ce,"\u0049\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0073\u006d\u0061\u006c\u006c":0xf7ee,"\u0049c\u0079\u0072\u0069\u006c\u0031":0x03fc,"\u0049d\u0062\u006c\u0067\u0072\u0061\u0076e":0x0208,"\u0049d\u0069\u0065\u0072\u0065\u0073\u0069s":0x00cf,"\u0049\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073a\u0063\u0075\u0074\u0065":0x1e2e,"\u0049\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073\u0063\u0079\u0072i\u006c\u006c\u0069\u0063":0x04e4,"\u0049\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073s\u006d\u0061\u006c\u006c":0xf7ef,"\u0049\u0064\u006f\u0074":0x0130,"\u0049d\u006f\u0074\u0062\u0065\u006c\u006fw":0x1eca,"\u0049e\u0062r\u0065\u0076\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x04d6,"\u0049\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x0415,"\u0049\u0065\u0068\u006f\u006f\u006b":0x03f8,"\u0049\u0065\u0068o\u006f\u006b\u006f\u0067\u006f\u006e\u0065\u006b":0x03fa,"\u0049\u0066\u0072\u0061\u006b\u0074\u0075\u0072":0x2111,"\u0049\u0067\u0072\u0061\u0076\u0065":0x00cc,"I\u0067\u0072\u0061\u0076\u0065\u0073\u006d\u0061\u006c\u006c":0xf7ec,"\u0049\u0068\u006f\u006f\u006b\u0061\u0062\u006f\u0076\u0065":0x1ec8,"\u0049\u0069\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x0418,"\u0049\u0069\u006e\u0076\u0065\u0072\u0074\u0065\u0064b\u0072\u0065\u0076\u0065":0x020a,"\u0049m\u0061\u0063\u0072\u006f\u006e":0x012a,"\u0049m\u0061c\u0072\u006f\u006e\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x04e2,"\u0049\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff29,"I\u006e\u0069\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x053b,"\u0049\u006f\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x0401,"\u0049o\u0067\u006f\u006e\u0065\u006b":0x012e,"\u0049\u006f\u0074\u0061":0x0399,"I\u006f\u0074\u0061\u0061\u0066\u0072\u0069\u0063\u0061\u006e":0x0196,"\u0049\u006f\u0074\u0061\u0064\u0069\u0061\u0065\u0072\u0065\u0073\u0069\u0073":0x02f3,"\u0049\u006f\u0074a\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073":0x03aa,"\u0049o\u0074\u0061\u0074\u006f\u006e\u006fs":0x038a,"\u0049\u0073\u006d\u0061\u006c\u006c":0xf769,"\u0049s\u0074\u0072\u006f\u006b\u0065":0x0197,"\u0049\u0074\u0069\u006c\u0064\u0065":0x0128,"I\u0074\u0069\u006c\u0064\u0065\u0062\u0065\u006c\u006f\u0077":0x1e2c,"\u0049\u007a\u0068it\u0073\u0061\u0064\u0062\u006c\u0067\u0072\u0061\u0076\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x0476,"\u004a":0x004a,"\u004a\u0061\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x0541,"\u004ac\u0069\u0072\u0063\u006c\u0065":0x24bf,"J\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078":0x0134,"\u004a\u0068\u0065h\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x054b,"\u004a\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff2a,"\u004a\u006f\u0069\u006e":0x2a1d,"\u004a\u0073\u006d\u0061\u006c\u006c":0xf76a,"\u004b":0x004b,"\u004b\u0042\u0073\u0071\u0075\u0061\u0072\u0065":0x3385,"\u004b\u004b\u0073\u0071\u0075\u0061\u0072\u0065":0x33cd,"\u004b\u0061\u0062\u0061\u0073\u0068\u006b\u0069\u0072\u0063\u0079\u0072i\u006c\u006c\u0069\u0063":0x04a0,"\u004b\u0061\u0063\u0075\u0074\u0065":0x1e30,"\u004b\u0061\u0064\u0065sc\u0065\u006e\u0064\u0065\u0072\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x049a,"\u004b\u0061\u0068\u006f\u006f\u006b":0x03ff,"\u004b\u0061\u0068\u006f\u006f\u006b\u0063\u0079\u0072i\u006c\u006c\u0069\u0063":0x04c3,"\u004b\u0061\u0070p\u0061":0x039a,"\u004b\u0061s\u0074\u0072\u006fk\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x049e,"\u004ba\u0076\u0065\u0072\u0074\u0069\u0063\u0061\u006c\u0073\u0074\u0072o\u006b\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x049c,"\u004b\u0063\u0061\u0072\u006f\u006e":0x01e8,"\u004b\u0063\u0065\u0064\u0069\u006c\u006c\u0061":0x0136,"\u004bc\u0069\u0072\u0063\u006c\u0065":0x24c0,"\u004bd\u006f\u0074\u0062\u0065\u006c\u006fw":0x1e32,"K\u0065\u0068\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x0554,"K\u0065\u006e\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x053f,"K\u0068\u0061\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x0425,"\u004b\u0068\u0065\u0069\u0063\u006f\u0070\u0074\u0069\u0063":0x03e6,"\u004b\u0068\u006fo\u006b":0x0198,"K\u006a\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x040c,"\u004b\u006c\u0069\u006e\u0065\u0062\u0065\u006c\u006f\u0077":0x1e34,"\u004b\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff2b,"\u004b\u006f\u0070\u0070\u0061\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x0480,"\u004b\u006f\u0070\u0070\u0061\u0067\u0072\u0065\u0065\u006b":0x03de,"K\u0073\u0069\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x046e,"\u004b\u0073\u006d\u0061\u006c\u006c":0xf76b,"\u004c":0x004c,"\u004c\u004a":0x01c7,"\u004c\u004c":0xf6bf,"\u004c\u004c\u0065\u0066\u0074\u0061\u0072\u0072\u006f\u0077":0x2b45,"\u004c\u0061\u0063\u0075\u0074\u0065":0x0139,"\u004c\u0061\u006d\u0062\u0064\u0061":0x039b,"\u004cb\u0072\u0062\u0072\u0061\u006b":0x27ec,"\u004c\u0063\u0061\u0072\u006f\u006e":0x013d,"\u004cc\u0061\u0072\u006f\u006e\u0031":0xf812,"\u004c\u0063\u0065\u0064\u0069\u006c\u006c\u0061":0x013b,"\u004cc\u0065\u0064\u0069\u006c\u006c\u00611":0xf81a,"\u004cc\u0069\u0072\u0063\u006c\u0065":0x24c1,"\u004c\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0062\u0065\u006c\u006f\u0077":0x1e3c,"\u004c\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074":0x013f,"\u004cd\u006f\u0074\u0062\u0065\u006c\u006fw":0x1e36,"\u004cd\u006ft\u0062\u0065\u006c\u006f\u0077\u006d\u0061\u0063\u0072\u006f\u006e":0x1e38,"\u004c\u0064\u0073\u0068":0x21b2,"\u004c\u0069\u0077n\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x053c,"\u004c\u006a":0x01c8,"L\u006a\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x0409,"\u004c\u006c\u0069\u006e\u0065\u0062\u0065\u006c\u006f\u0077":0x1e3a,"\u004c\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff2c,"\u004c\u006f\u006e\u0067\u006c\u0065\u0066\u0074\u0061\u0072\u0072\u006f\u0077":0x27f8,"\u004co\u006eg\u006c\u0065\u0066\u0074\u0072i\u0067\u0068t\u0061\u0072\u0072\u006f\u0077":0x27fa,"\u004c\u006f\u006eg\u006d\u0061\u0070\u0073\u0066\u0072\u006f\u006d":0x27fd,"\u004c\u006f\u006e\u0067\u006d\u0061\u0070\u0073\u0074\u006f":0x27fe,"\u004c\u006f\u006e\u0067\u0072\u0069\u0067\u0068\u0074a\u0072\u0072\u006f\u0077":0x27f9,"\u004cp\u0061\u0072\u0065\u006e\u0067\u0074r":0x2995,"\u004c\u0073\u006c\u0061\u0073\u0068":0x0141,"L\u0073\u006c\u0061\u0073\u0068\u0073\u006d\u0061\u006c\u006c":0xf6f9,"\u004c\u0073\u006d\u0061\u006c\u006c":0xf76c,"\u004cs\u006d\u0061\u006c\u006c\u0063\u0061p":0x022f,"\u004c\u0074":0x2aa1,"\u004c\u0076\u007a\u0069\u0067\u007a\u0061\u0067":0x29da,"\u004d":0x004d,"\u004d\u0042\u0073\u0071\u0075\u0061\u0072\u0065":0x3386,"\u004d\u0061\u0063\u0072\u006f\u006e":0xf6d0,"M\u0061\u0063\u0072\u006f\u006e\u0073\u006d\u0061\u006c\u006c":0xf7af,"\u004d\u0061\u0063\u0075\u0074\u0065":0x1e3e,"\u004d\u0061\u0070\u0073\u0066\u0072\u006f\u006d":0x2906,"\u004d\u0061\u0070\u0073\u0074\u006f":0x2907,"\u004dc\u0069\u0072\u0063\u006c\u0065":0x24c2,"\u004d\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074":0x1e40,"\u004dd\u006f\u0074\u0062\u0065\u006c\u006fw":0x1e42,"M\u0065\u006e\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x0544,"\u004d\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff2d,"\u004d\u0073\u006d\u0061\u006c\u006c":0xf76d,"\u004dt\u0075\u0072\u006e\u0065\u0064":0x019c,"\u004d\u0075":0x039c,"\u004e":0x004e,"\u004e\u004a":0x01ca,"\u004e\u0061\u0063\u0075\u0074\u0065":0x0143,"\u004e\u0063\u0061\u0072\u006f\u006e":0x0147,"\u004ec\u0065\u0064\u0069\u006c\u006c\u00611":0xf81c,"\u004ec\u0069\u0072\u0063\u006c\u0065":0x24c3,"\u004e\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0062\u0065\u006c\u006f\u0077":0x1e4a,"\u004e\u0063\u006fm\u006d\u0061\u0061\u0063\u0063\u0065\u006e\u0074":0x0145,"\u004e\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074":0x1e44,"\u004ed\u006f\u0074\u0062\u0065\u006c\u006fw":0x1e46,"\u004ee\u0061\u0072\u0072\u006f\u0077":0x21d7,"\u004eh\u006f\u006f\u006b\u006c\u0065\u0066t":0x019d,"\u004ei\u006e\u0065\u0072\u006f\u006d\u0061n":0x2168,"\u004e\u006a":0x01cb,"\u004e\u006c\u0069\u006e\u0065\u0062\u0065\u006c\u006f\u0077":0x1e48,"\u004e\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff2e,"\u004e\u006f\u0074":0x2aec,"N\u006f\u0077\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x0546,"\u004e\u0073\u006d\u0061\u006c\u006c":0xf76e,"\u004e\u0074\u0069\u006c\u0064\u0065":0x00d1,"N\u0074\u0069\u006c\u0064\u0065\u0073\u006d\u0061\u006c\u006c":0xf7f1,"\u004e\u0075":0x039d,"\u004ew\u0061\u0072\u0072\u006f\u0077":0x21d6,"\u004f":0x004f,"\u004f\u0045":0x0152,"\u004fE\u0073\u006d\u0061\u006c\u006c":0xf6fa,"\u004f\u0061\u0063\u0075\u0074\u0065":0x00d3,"O\u0061\u0063\u0075\u0074\u0065\u0073\u006d\u0061\u006c\u006c":0xf7f3,"\u004fb\u0061r\u0072\u0065\u0064\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x04e8,"\u004f\u0062\u0061rr\u0065\u0064\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x04ea,"\u004f\u0062\u0072\u0065\u0076\u0065":0x014e,"\u004f\u0063\u0061\u0072\u006f\u006e":0x01d1,"\u004f\u0063\u0065\u006e\u0074\u0065\u0072\u0065\u0064t\u0069\u006c\u0064\u0065":0x019f,"\u004fc\u0069\u0072\u0063\u006c\u0065":0x24c4,"O\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078":0x00d4,"\u004f\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0061\u0063\u0075\u0074\u0065":0x1ed0,"\u004f\u0063\u0069\u0072cu\u006d\u0066\u006c\u0065\u0078\u0064\u006f\u0074\u0062\u0065\u006c\u006f\u0077":0x1ed8,"\u004f\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0067\u0072\u0061\u0076\u0065":0x1ed2,"O\u0063i\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078h\u006f\u006f\u006b\u0061bo\u0076\u0065":0x1ed4,"\u004f\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0073\u006d\u0061\u006c\u006c":0xf7f4,"\u004f\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0074\u0069\u006c\u0064\u0065":0x1ed6,"\u004fc\u0079\u0072\u0069\u006c\u006c\u0069c":0x041e,"\u004fd\u0062\u006c\u0061\u0063\u0075\u0074e":0x0150,"\u004fd\u0062\u006c\u0067\u0072\u0061\u0076e":0x020c,"\u004fd\u0069\u0065\u0072\u0065\u0073\u0069s":0x00d6,"\u004f\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073\u0063\u0079\u0072i\u006c\u006c\u0069\u0063":0x04e6,"\u004f\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073s\u006d\u0061\u006c\u006c":0xf7f6,"\u004fd\u006f\u0074\u0062\u0065\u006c\u006fw":0x1ecc,"O\u0067\u006f\u006e\u0065\u006b\u0073\u006d\u0061\u006c\u006c":0xf6fb,"\u004f\u0067\u0072\u0061\u0076\u0065":0x00d2,"O\u0067\u0072\u0061\u0076\u0065\u0073\u006d\u0061\u006c\u006c":0xf7f2,"\u004f\u0068\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x0555,"\u004f\u0068\u006f\u006f\u006b\u0061\u0062\u006f\u0076\u0065":0x1ece,"\u004f\u0068\u006fr\u006e":0x01a0,"\u004f\u0068\u006f\u0072\u006e\u0061\u0063\u0075\u0074\u0065":0x1eda,"\u004f\u0068\u006f\u0072\u006e\u0064\u006f\u0074\u0062\u0065\u006c\u006f\u0077":0x1ee2,"\u004f\u0068\u006f\u0072\u006e\u0067\u0072\u0061\u0076\u0065":0x1edc,"\u004f\u0068\u006f\u0072\u006e\u0068\u006f\u006f\u006ba\u0062\u006f\u0076\u0065":0x1ede,"\u004f\u0068\u006f\u0072\u006e\u0074\u0069\u006c\u0064\u0065":0x1ee0,"\u004f\u0069":0x01a2,"\u004f\u0069\u006e\u0076\u0065\u0072\u0074\u0065\u0064b\u0072\u0065\u0076\u0065":0x020e,"\u004fm\u0061\u0063\u0072\u006f\u006e":0x014c,"\u004f\u006d\u0061c\u0072\u006f\u006e\u0061\u0063\u0075\u0074\u0065":0x1e52,"\u004f\u006d\u0061c\u0072\u006f\u006e\u0067\u0072\u0061\u0076\u0065":0x1e50,"\u004f\u006d\u0065g\u0061":0x2126,"\u004f\u006d\u0065\u0067\u0061\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x0460,"\u004f\u006d\u0065\u0067\u0061\u0067\u0072\u0065\u0065\u006b":0x03a9,"\u004f\u006d\u0065\u0067\u0061\u0069\u006e\u0076":0x2127,"\u004fm\u0065g\u0061\u0072\u006f\u0075\u006ed\u0063\u0079r\u0069\u006c\u006c\u0069\u0063":0x047a,"\u004fm\u0065g\u0061\u0074\u0069\u0074\u006co\u0063\u0079r\u0069\u006c\u006c\u0069\u0063":0x047c,"\u004f\u006d\u0065\u0067\u0061\u0074\u006f\u006e\u006f\u0073":0x038f,"\u004fm\u0069\u0063\u0072\u006f\u006e":0x039f,"\u004f\u006d\u0069c\u0072\u006f\u006e\u0074\u006f\u006e\u006f\u0073":0x038c,"\u004f\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff2f,"\u004f\u006e\u0065\u0072\u006f\u006d\u0061\u006e":0x2160,"\u004fo\u0067\u006f\u006e\u0065\u006b":0x01ea,"\u004f\u006f\u0067\u006f\u006e\u0065\u006b\u006d\u0061\u0063\u0072\u006f\u006e":0x01ec,"\u004f\u006f\u0070e\u006e":0x0186,"\u004f\u0073\u006c\u0061\u0073\u0068":0x00d8,"O\u0073\u006c\u0061\u0073\u0068\u0061\u0063\u0075\u0074\u0065":0x01fe,"O\u0073\u006c\u0061\u0073\u0068\u0073\u006d\u0061\u006c\u006c":0xf7f8,"\u004f\u0073\u006d\u0061\u006c\u006c":0xf76f,"\u004f\u0074\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x047e,"\u004f\u0074\u0069\u006c\u0064\u0065":0x00d5,"O\u0074\u0069\u006c\u0064\u0065\u0061\u0063\u0075\u0074\u0065":0x1e4c,"\u004f\u0074\u0069\u006c\u0064\u0065\u0064\u0069\u0065r\u0065\u0073\u0069\u0073":0x1e4e,"O\u0074\u0069\u006c\u0064\u0065\u0073\u006d\u0061\u006c\u006c":0xf7f5,"\u004f\u0074\u0069\u006d\u0065\u0073":0x2a37,"\u0050":0x0050,"\u0050\u0061\u0063\u0075\u0074\u0065":0x1e54,"\u0050c\u0069\u0072\u0063\u006c\u0065":0x24c5,"\u0050\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074":0x1e56,"P\u0065\u0068\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x054a,"P\u0065m\u0069\u0064\u0064\u006c\u0065\u0068\u006f\u006fk\u0063\u0079\u0072\u0069ll\u0069\u0063":0x04a6,"\u0050\u0068\u0069":0x03a6,"\u0050\u0068\u006fo\u006b":0x01a4,"\u0050\u0069":0x03a0,"\u0050\u0069\u0077r\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x0553,"P\u006c\u0061\u006e\u0063\u006b\u0063\u006f\u006e\u0073\u0074":0x210e,"\u0050\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff30,"\u0050\u0072\u0065\u0063":0x2abb,"\u0050\u0072\u006fp\u0065\u0072\u0074\u0079\u004c\u0069\u006e\u0065":0x214a,"\u0050\u0073\u0069":0x03a8,"P\u0073\u0069\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x0470,"\u0050\u0073\u006d\u0061\u006c\u006c":0xf770,"\u0051":0x0051,"\u0051\u0045\u0044":0x220e,"\u0051c\u0069\u0072\u0063\u006c\u0065":0x24c6,"\u0051\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff31,"\u0051\u0073\u006d\u0061\u006c\u006c":0xf771,"\u0051\u0075\u0065\u0073\u0074\u0069\u006f\u006e":0x2047,"\u0052":0x0052,"R\u0052\u0069\u0067\u0068\u0074\u0061\u0072\u0072\u006f\u0077":0x2b46,"\u0052\u0061\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x054c,"\u0052\u0061\u0063\u0075\u0074\u0065":0x0154,"\u0052b\u0072\u0062\u0072\u0061\u006b":0x27ed,"\u0052\u0063\u0061\u0072\u006f\u006e":0x0158,"\u0052\u0063\u0065\u0064\u0069\u006c\u006c\u0061":0x0156,"\u0052c\u0065\u0064\u0069\u006c\u006c\u00611":0xf81e,"\u0052c\u0069\u0072\u0063\u006c\u0065":0x24c7,"R\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078":0xf831,"\u0052d\u0062\u006c\u0067\u0072\u0061\u0076e":0x0210,"\u0052\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074":0x1e58,"\u0052d\u006f\u0074\u0062\u0065\u006c\u006fw":0x1e5a,"\u0052d\u006ft\u0062\u0065\u006c\u006f\u0077\u006d\u0061\u0063\u0072\u006f\u006e":0x1e5c,"\u0052\u0064\u0073\u0068":0x21b3,"R\u0065\u0068\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x0550,"\u0052\u0066\u0072\u0061\u006b\u0074\u0075\u0072":0x211c,"\u0052\u0068\u006f":0x03a1,"\u0052i\u006e\u0067\u0073\u006d\u0061\u006cl":0xf6fc,"\u0052\u0069\u006e\u0076\u0065\u0072\u0074\u0065\u0064b\u0072\u0065\u0076\u0065":0x0212,"\u0052\u006c\u0069\u006e\u0065\u0062\u0065\u006c\u006f\u0077":0x1e5e,"\u0052\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff32,"\u0052\u0070\u0061\u0072\u0065\u006e\u006c\u0065\u0073\u0073":0x2996,"\u0052\u0073\u006d\u0061\u006c\u006c":0xf772,"\u0052\u0073\u006d\u0061\u006c\u006c\u0069\u006e\u0076e\u0072\u0074\u0065\u0064":0x0281,"\u0052\u0073\u006d\u0061ll\u0069\u006e\u0076\u0065\u0072\u0074\u0065\u0064\u0073\u0075\u0070\u0065\u0072\u0069o\u0072":0x02b6,"\u0052\u0074\u0075\u0072\u006e\u0073\u0075\u0070\u0065\u0072":0x023f,"\u0052\u0076\u007a\u0069\u0067\u007a\u0061\u0067":0x29db,"\u0053":0x0053,"\u0053\u0044\u0031\u0035\u0030\u0031\u0030\u0030":0x024f,"\u0053\u0046\u0030\u0031\u0030\u0030\u0030\u0030":0x250c,"\u0053\u0046\u0030\u0032\u0030\u0030\u0030\u0030":0x2514,"\u0053\u0046\u0030\u0033\u0030\u0030\u0030\u0030":0x2510,"\u0053\u0046\u0030\u0034\u0030\u0030\u0030\u0030":0x2518,"\u0053\u0046\u0030\u0035\u0030\u0030\u0030\u0030":0x253c,"\u0053\u0046\u0030\u0036\u0030\u0030\u0030\u0030":0x252c,"\u0053\u0046\u0030\u0037\u0030\u0030\u0030\u0030":0x2534,"\u0053\u0046\u0030\u0038\u0030\u0030\u0030\u0030":0x251c,"\u0053\u0046\u0030\u0039\u0030\u0030\u0030\u0030":0x2524,"\u0053\u0046\u0031\u0030\u0030\u0030\u0030\u0030":0x2500,"\u0053\u0046\u0031\u0031\u0030\u0030\u0030\u0030":0x2502,"\u0053\u0046\u0031\u0039\u0030\u0030\u0030\u0030":0x2561,"\u0053\u0046\u0032\u0030\u0030\u0030\u0030\u0030":0x2562,"\u0053\u0046\u0032\u0031\u0030\u0030\u0030\u0030":0x2556,"\u0053\u0046\u0032\u0032\u0030\u0030\u0030\u0030":0x2555,"\u0053\u0046\u0032\u0033\u0030\u0030\u0030\u0030":0x2563,"\u0053\u0046\u0032\u0034\u0030\u0030\u0030\u0030":0x2551,"\u0053\u0046\u0032\u0035\u0030\u0030\u0030\u0030":0x2557,"\u0053\u0046\u0032\u0036\u0030\u0030\u0030\u0030":0x255d,"\u0053\u0046\u0032\u0037\u0030\u0030\u0030\u0030":0x255c,"\u0053\u0046\u0032\u0038\u0030\u0030\u0030\u0030":0x255b,"\u0053\u0046\u0033\u0036\u0030\u0030\u0030\u0030":0x255e,"\u0053\u0046\u0033\u0037\u0030\u0030\u0030\u0030":0x255f,"\u0053\u0046\u0033\u0038\u0030\u0030\u0030\u0030":0x255a,"\u0053\u0046\u0033\u0039\u0030\u0030\u0030\u0030":0x2554,"\u0053\u0046\u0034\u0030\u0030\u0030\u0030\u0030":0x2569,"\u0053\u0046\u0034\u0031\u0030\u0030\u0030\u0030":0x2566,"\u0053\u0046\u0034\u0032\u0030\u0030\u0030\u0030":0x2560,"\u0053\u0046\u0034\u0033\u0030\u0030\u0030\u0030":0x2550,"\u0053\u0046\u0034\u0034\u0030\u0030\u0030\u0030":0x256c,"\u0053\u0046\u0034\u0035\u0030\u0030\u0030\u0030":0x2567,"\u0053\u0046\u0034\u0036\u0030\u0030\u0030\u0030":0x2568,"\u0053\u0046\u0034\u0037\u0030\u0030\u0030\u0030":0x2564,"\u0053\u0046\u0034\u0038\u0030\u0030\u0030\u0030":0x2565,"\u0053\u0046\u0034\u0039\u0030\u0030\u0030\u0030":0x2559,"\u0053\u0046\u0035\u0030\u0030\u0030\u0030\u0030":0x2558,"\u0053\u0046\u0035\u0031\u0030\u0030\u0030\u0030":0x2552,"\u0053\u0046\u0035\u0032\u0030\u0030\u0030\u0030":0x2553,"\u0053\u0046\u0035\u0033\u0030\u0030\u0030\u0030":0x256b,"\u0053\u0046\u0035\u0034\u0030\u0030\u0030\u0030":0x256a,"\u0053\u0061\u0063\u0075\u0074\u0065":0x015a,"\u0053a\u0063u\u0074\u0065\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074":0x1e64,"\u0053\u0061\u006d\u0070\u0069\u0067\u0072\u0065\u0065\u006b":0x03e0,"\u0053\u0063\u0061\u0072\u006f\u006e":0x0160,"\u0053c\u0061r\u006f\u006e\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074":0x1e66,"S\u0063\u0061\u0072\u006f\u006e\u0073\u006d\u0061\u006c\u006c":0xf6fd,"\u0053\u0063\u0065\u0064\u0069\u006c\u006c\u0061":0x015e,"\u0053c\u0065\u0064\u0069\u006c\u006c\u00611":0xf816,"\u0053\u0063\u0068w\u0061":0x018f,"\u0053\u0063\u0068\u0077\u0061\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x04d8,"S\u0063\u0068\u0077\u0061di\u0065r\u0065\u0073\u0069\u0073\u0063y\u0072\u0069\u006c\u006c\u0069\u0063":0x04da,"\u0053c\u0069\u0072\u0063\u006c\u0065":0x24c8,"S\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078":0x015c,"\u0053\u0063\u006fm\u006d\u0061\u0061\u0063\u0063\u0065\u006e\u0074":0x0218,"\u0053\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074":0x1e60,"\u0053d\u006f\u0074\u0062\u0065\u006c\u006fw":0x1e62,"\u0053d\u006ft\u0062\u0065\u006c\u006f\u0077d\u006f\u0074a\u0063\u0063\u0065\u006e\u0074":0x1e68,"\u0053e\u0061\u0072\u0072\u006f\u0077":0x21d8,"S\u0065\u0068\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x054d,"\u0053\u0065\u0076\u0065\u006e\u0072\u006f\u006d\u0061\u006e":0x2166,"S\u0068\u0061\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x0547,"S\u0068\u0061\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x0428,"\u0053\u0068\u0065\u0069\u0063\u006f\u0070\u0074\u0069\u0063":0x03e2,"\u0053\u0068\u0068a\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x04ba,"S\u0068\u0069\u006d\u0061\u0063\u006f\u0070\u0074\u0069\u0063":0x03ec,"\u0053\u0069\u0067m\u0061":0x03a3,"\u0053\u0069\u0078\u0072\u006f\u006d\u0061\u006e":0x2165,"\u0053\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff33,"\u0053\u0071\u0063a\u0070":0x2a4e,"\u0053\u0071\u0063u\u0070":0x2a4f,"\u0053\u0073\u006d\u0061\u006c\u006c":0xf773,"S\u0074\u0069\u0067\u006d\u0061\u0067\u0072\u0065\u0065\u006b":0x03da,"\u0053\u0075\u0063\u0063":0x2abc,"\u0053w\u0061\u0072\u0072\u006f\u0077":0x21d9,"\u0054":0x0054,"\u0054\u0061\u0075":0x03a4,"\u0054\u0062\u0061\u0072":0x0166,"\u0054\u0063\u0061\u0072\u006f\u006e":0x0164,"\u0054c\u0061\u0072\u006f\u006e\u0031":0xf814,"\u0054c\u0065\u0064\u0069\u006c\u006c\u00611":0xf818,"\u0054c\u0069\u0072\u0063\u006c\u0065":0x24c9,"\u0054\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0062\u0065\u006c\u006f\u0077":0x1e70,"\u0054\u0063\u006fm\u006d\u0061\u0061\u0063\u0063\u0065\u006e\u0074":0x0162,"\u0054\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074":0x1e6a,"\u0054d\u006f\u0074\u0062\u0065\u006c\u006fw":0x1e6c,"\u0054\u0065\u0064\u0065sc\u0065\u006e\u0064\u0065\u0072\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x04ac,"\u0054\u0065\u006e\u0072\u006f\u006d\u0061\u006e":0x2169,"\u0054\u0065\u0074\u0073\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x04b4,"\u0054\u0068\u0065t\u0061":0x0398,"\u0054\u0068\u006fo\u006b":0x01ac,"\u0054\u0068\u006fr\u006e":0x00de,"\u0054\u0068\u006f\u0072\u006e\u0073\u006d\u0061\u006c\u006c":0xf7fe,"\u0054\u0068\u0072\u0065\u0065\u0072\u006f\u006d\u0061\u006e":0x2162,"\u0054\u0069\u006c\u0064\u0065\u0073\u006d\u0061\u006c\u006c":0xf6fe,"\u0054\u0069\u0077n\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x054f,"\u0054\u006c\u0069\u006e\u0065\u0062\u0065\u006c\u006f\u0077":0x1e6e,"\u0054\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff34,"\u0054\u006f\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x0539,"\u0054\u006f\u006e\u0065\u0066\u0069\u0076\u0065":0x01bc,"\u0054o\u006e\u0065\u0073\u0069\u0078":0x0184,"\u0054o\u006e\u0065\u0074\u0077\u006f":0x01a7,"\u0054\u0072\u0065\u0074\u0072\u006f\u0066\u006c\u0065x\u0068\u006f\u006f\u006b":0x01ae,"T\u0073\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x0426,"\u0054\u0073\u0068e\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x040b,"\u0054\u0073\u006d\u0061\u006c\u006c":0xf774,"T\u0077\u0065\u006c\u0076\u0065\u0072\u006f\u006d\u0061\u006e":0x216b,"\u0054\u0077\u006f\u0072\u006f\u006d\u0061\u006e":0x2161,"\u0055":0x0055,"\u0055\u0055\u0070\u0061\u0072\u0072\u006f\u0077":0x27f0,"\u0055\u0061\u0063\u0075\u0074\u0065":0x00da,"U\u0061\u0063\u0075\u0074\u0065\u0073\u006d\u0061\u006c\u006c":0xf7fa,"\u0055\u0062\u0072\u0065\u0076\u0065":0x016c,"\u0055\u0063\u0061\u0072\u006f\u006e":0x01d3,"\u0055\u0063\u0065\u0064\u0069\u006c\u006c\u0061":0xf833,"\u0055c\u0069\u0072\u0063\u006c\u0065":0x24ca,"U\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078":0x00db,"\u0055\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0062\u0065\u006c\u006f\u0077":0x1e76,"\u0055\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0073\u006d\u0061\u006c\u006c":0xf7fb,"\u0055c\u0079\u0072\u0069\u006c\u006c\u0069c":0x0423,"\u0055d\u0062\u006c\u0067\u0072\u0061\u0076e":0x0214,"\u0055d\u0069\u0065\u0072\u0065\u0073\u0069s":0x00dc,"\u0055\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073a\u0063\u0075\u0074\u0065":0x01d7,"\u0055\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073b\u0065\u006c\u006f\u0077":0x1e72,"\u0055\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073c\u0061\u0072\u006f\u006e":0x01d9,"\u0055\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073\u0063\u0079\u0072i\u006c\u006c\u0069\u0063":0x04f0,"\u0055\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073g\u0072\u0061\u0076\u0065":0x01db,"\u0055d\u0069e\u0072\u0065\u0073\u0069\u0073\u006d\u0061\u0063\u0072\u006f\u006e":0x01d5,"\u0055\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073s\u006d\u0061\u006c\u006c":0xf7fc,"\u0055d\u006f\u0074\u0062\u0065\u006c\u006fw":0x1ee4,"\u0055\u0067\u0072\u0061\u0076\u0065":0x00d9,"U\u0067\u0072\u0061\u0076\u0065\u0073\u006d\u0061\u006c\u006c":0xf7f9,"\u0055\u0068\u006f\u006f\u006b\u0061\u0062\u006f\u0076\u0065":0x1ee6,"\u0055\u0068\u006fr\u006e":0x01af,"\u0055\u0068\u006f\u0072\u006e\u0061\u0063\u0075\u0074\u0065":0x1ee8,"\u0055\u0068\u006f\u0072\u006e\u0064\u006f\u0074\u0062\u0065\u006c\u006f\u0077":0x1ef0,"\u0055\u0068\u006f\u0072\u006e\u0067\u0072\u0061\u0076\u0065":0x1eea,"\u0055\u0068\u006f\u0072\u006e\u0068\u006f\u006f\u006ba\u0062\u006f\u0076\u0065":0x1eec,"\u0055\u0068\u006f\u0072\u006e\u0074\u0069\u006c\u0064\u0065":0x1eee,"\u0055\u0068\u0075\u006e\u0067\u0061\u0072\u0075\u006d\u006c\u0061\u0075\u0074":0x0170,"U\u0068\u0075\u006e\u0067ar\u0075m\u006c\u0061\u0075\u0074\u0063y\u0072\u0069\u006c\u006c\u0069\u0063":0x04f2,"\u0055\u0069\u006e\u0076\u0065\u0072\u0074\u0065\u0064b\u0072\u0065\u0076\u0065":0x0216,"\u0055\u006b\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x0478,"\u0055m\u0061\u0063\u0072\u006f\u006e":0x016a,"\u0055m\u0061c\u0072\u006f\u006e\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x04ee,"\u0055m\u0061c\u0072\u006f\u006e\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073":0x1e7a,"\u0055\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff35,"\u0055o\u0067\u006f\u006e\u0065\u006b":0x0172,"\u0055p\u0073\u0069\u006c\u006f\u006e":0x03a5,"\u0055\u0070\u0073\u0069\u006c\u006f\u006e\u0031":0x03d2,"U\u0070\u0073\u0069\u006c\u006f\u006ea\u0063\u0075\u0074\u0065\u0068\u006f\u006f\u006b\u0073y\u006d\u0062\u006fl\u0067r\u0065\u0065\u006b":0x03d3,"\u0055\u0070\u0073\u0069\u006c\u006f\u006e\u0061\u0066r\u0069\u0063\u0061\u006e":0x01b1,"\u0055\u0070s\u0069\u006c\u006fn\u0064\u0069\u0061\u0065\u0072\u0065\u0073\u0069\u0073":0x02f4,"\u0055p\u0073i\u006c\u006f\u006e\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073":0x03ab,"\u0055\u0070\u0073\u0069\u006c\u006f\u006e\u0064\u0069\u0065r\u0065\u0073\u0069\u0073\u0068\u006f\u006fk\u0073\u0079\u006d\u0062\u006f\u006c\u0067\u0072\u0065\u0065\u006b":0x03d4,"\u0055\u0070\u0073i\u006c\u006f\u006e\u0074\u006f\u006e\u006f\u0073":0x038e,"\u0055\u0072\u0069n\u0067":0x016e,"\u0055\u0073\u0068\u006f\u0072\u0074\u0063\u0079\u0072i\u006c\u006c\u0069\u0063":0x040e,"\u0055\u0073\u006d\u0061\u006c\u006c":0xf775,"\u0055\u0073\u0074\u0072\u0061\u0069\u0067\u0068\u0074\u0063\u0079\u0072i\u006c\u006c\u0069\u0063":0x04ae,"\u0055\u0073\u0074ra\u0069\u0067\u0068\u0074\u0073\u0074\u0072\u006f\u006b\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x04b0,"\u0055\u0074\u0069\u006c\u0064\u0065":0x0168,"U\u0074\u0069\u006c\u0064\u0065\u0061\u0063\u0075\u0074\u0065":0x1e78,"U\u0074\u0069\u006c\u0064\u0065\u0062\u0065\u006c\u006f\u0077":0x1e74,"\u0055\u0075\u0070\u0061\u0072\u0072\u006f\u0077":0x290a,"\u0056":0x0056,"\u0056\u0044\u0061s\u0068":0x22ab,"\u0056\u0062\u0061\u0072":0x2aeb,"\u0056c\u0069\u0072\u0063\u006c\u0065":0x24cb,"\u0056d\u006f\u0074\u0062\u0065\u006c\u006fw":0x1e7e,"\u0056\u0065\u0065":0x2a54,"V\u0065\u0077\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x054e,"\u0056\u0068\u006fo\u006b":0x01b2,"\u0056\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff36,"\u0056\u006f\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x0548,"\u0056\u0073\u006d\u0061\u006c\u006c":0xf776,"\u0056\u0074\u0069\u006c\u0064\u0065":0x1e7c,"\u0056\u0076\u0065r\u0074":0x2980,"\u0057":0x0057,"\u0057\u0061\u0063\u0075\u0074\u0065":0x1e82,"\u0057c\u0069\u0072\u0063\u006c\u0065":0x24cc,"W\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078":0x0174,"\u0057d\u0069\u0065\u0072\u0065\u0073\u0069s":0x1e84,"\u0057\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074":0x1e86,"\u0057d\u006f\u0074\u0062\u0065\u006c\u006fw":0x1e88,"\u0057\u0065\u0064g\u0065":0x2a53,"\u0057\u0067\u0072\u0061\u0076\u0065":0x1e80,"\u0057\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff37,"\u0057\u0073\u006d\u0061\u006c\u006c":0xf777,"\u0058":0x0058,"\u0058c\u0069\u0072\u0063\u006c\u0065":0x24cd,"\u0058d\u0069\u0065\u0072\u0065\u0073\u0069s":0x1e8c,"\u0058\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074":0x1e8a,"X\u0065\u0068\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x053d,"\u0058\u0069":0x039e,"\u0058\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff38,"\u0058\u0073\u006d\u0061\u006c\u006c":0xf778,"\u0059":0x0059,"\u0059\u0061\u0063\u0075\u0074\u0065":0x00dd,"Y\u0061\u0063\u0075\u0074\u0065\u0073\u006d\u0061\u006c\u006c":0xf7fd,"\u0059c\u0069\u0072\u0063\u006c\u0065":0x24ce,"Y\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078":0x0176,"\u0059d\u0069\u0065\u0072\u0065\u0073\u0069s":0x0178,"\u0059\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073s\u006d\u0061\u006c\u006c":0xf7ff,"\u0059\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074":0x1e8e,"\u0059d\u006f\u0074\u0062\u0065\u006c\u006fw":0x1ef4,"Y\u0065r\u0075\u0064\u0069\u0065\u0072\u0065\u0073\u0069s\u0063\u0079\u0072\u0069ll\u0069\u0063":0x04f8,"\u0059\u0067\u0072\u0061\u0076\u0065":0x1ef2,"\u0059\u0068\u006fo\u006b":0x01b3,"\u0059\u0068\u006f\u006f\u006b\u0061\u0062\u006f\u0076\u0065":0x1ef6,"\u0059\u0069\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x0545,"\u0059\u0069\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x0407,"\u0059\u0069\u0077n\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x0552,"\u0059\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff39,"\u0059\u0073\u006d\u0061\u006c\u006c":0xf779,"\u0059s\u006d\u0061\u006c\u006c\u0063\u0061p":0x021f,"\u0059\u0074\u0069\u006c\u0064\u0065":0x1ef8,"\u0059\u0075\u0070":0x2144,"\u0059\u0075\u0073\u0062\u0069\u0067\u0063\u0079\u0072i\u006c\u006c\u0069\u0063":0x046a,"\u0059\u0075\u0073\u0062ig\u0069\u006f\u0074\u0069\u0066\u0069\u0065\u0064\u0063\u0079\u0072\u0069\u006c\u006ci\u0063":0x046c,"\u0059\u0075\u0073\u006c\u0069\u0074\u0074\u006c\u0065\u0063\u0079\u0072i\u006c\u006c\u0069\u0063":0x0466,"\u0059u\u0073\u006c\u0069\u0074t\u006c\u0065\u0069\u006f\u0074i\u0066i\u0065d\u0063\u0079\u0072\u0069\u006c\u006c\u0069c":0x0468,"\u005a":0x005a,"\u005a\u0061\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x0536,"\u005a\u0061\u0063\u0075\u0074\u0065":0x0179,"\u005a\u0063\u0061\u0072\u006f\u006e":0x017d,"Z\u0063\u0061\u0072\u006f\u006e\u0073\u006d\u0061\u006c\u006c":0xf6ff,"\u005ac\u0069\u0072\u0063\u006c\u0065":0x24cf,"Z\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078":0x1e90,"\u005a\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074":0x017b,"\u005ad\u006f\u0074\u0062\u0065\u006c\u006fw":0x1e92,"\u005a\u0065\u0064\u0065sc\u0065\u006e\u0064\u0065\u0072\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x0498,"\u005ae\u0064i\u0065\u0072\u0065\u0073\u0069s\u0063\u0079r\u0069\u006c\u006c\u0069\u0063":0x04de,"\u005a\u0065\u0074\u0061":0x0396,"Z\u0068\u0065\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x053a,"\u005a\u0068\u0065\u0062\u0072\u0065\u0076\u0065":0x03fd,"\u005a\u0068e\u0062\u0072\u0065v\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x04c1,"Z\u0068e\u0064\u0065\u0073\u0063\u0065\u006e\u0064\u0065r\u0063\u0079\u0072\u0069ll\u0069\u0063":0x0496,"\u005a\u0068\u0065\u0064ie\u0072\u0065\u0073\u0069\u0073\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x04dc,"\u005a\u006c\u0069\u006e\u0065\u0062\u0065\u006c\u006f\u0077":0x1e94,"\u005a\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff3a,"\u005a\u0073\u006d\u0061\u006c\u006c":0xf77a,"\u005as\u0074\u0072\u006f\u006b\u0065":0x01b5,"\u0061":0x0061,"\u0061\u0031":0x2701,"\u0061\u0032":0x2702,"\u0061\u0033":0x2704,"\u0061\u0034":0x260e,"\u0061\u0035":0x2706,"\u0061\u0036":0x271d,"\u0061\u0037":0x271e,"\u0061\u0038":0x271f,"\u0061\u0039":0x2720,"\u0061\u0031\u0030":0x2721,"\u0061\u0031\u0031":0x261b,"\u0061\u0031\u0032":0x261e,"\u0061\u0031\u0033":0x270c,"\u0061\u0031\u0034":0x270d,"\u0061\u0031\u0035":0x270e,"\u0061\u0031\u0036":0x270f,"\u0061\u0031\u0037":0x2711,"\u0061\u0031\u0038":0x2712,"\u0061\u0031\u0039":0x2713,"\u0061\u0032\u0030":0x2714,"\u0061\u0032\u0031":0x2715,"\u0061\u0032\u0032":0x2716,"\u0061\u0032\u0033":0x2717,"\u0061\u0032\u0034":0x2718,"\u0061\u0032\u0035":0x2719,"\u0061\u0032\u0036":0x271a,"\u0061\u0032\u0037":0x271b,"\u0061\u0032\u0038":0x271c,"\u0061\u0032\u0039":0x2722,"\u0061\u0033\u0030":0x2723,"\u0061\u0033\u0031":0x2724,"\u0061\u0033\u0032":0x2725,"\u0061\u0033\u0033":0x2726,"\u0061\u0033\u0034":0x2727,"\u0061\u0033\u0035":0x2605,"\u0061\u0033\u0036":0x2729,"\u0061\u0033\u0037":0x272a,"\u0061\u0033\u0038":0x272b,"\u0061\u0033\u0039":0x272c,"\u0061\u0034\u0030":0x272d,"\u0061\u0034\u0031":0x272e,"\u0061\u0034\u0032":0x272f,"\u0061\u0034\u0033":0x2730,"\u0061\u0034\u0034":0x2731,"\u0061\u0034\u0035":0x2732,"\u0061\u0034\u0036":0x2733,"\u0061\u0034\u0037":0x2734,"\u0061\u0034\u0038":0x2735,"\u0061\u0034\u0039":0x2736,"\u0061\u0035\u0030":0x2737,"\u0061\u0035\u0031":0x2738,"\u0061\u0035\u0032":0x2739,"\u0061\u0035\u0033":0x273a,"\u0061\u0035\u0034":0x273b,"\u0061\u0035\u0035":0x273c,"\u0061\u0035\u0036":0x273d,"\u0061\u0035\u0037":0x273e,"\u0061\u0035\u0038":0x273f,"\u0061\u0035\u0039":0x2740,"\u0061\u0036\u0030":0x2741,"\u0061\u0036\u0031":0x2742,"\u0061\u0036\u0032":0x2743,"\u0061\u0036\u0033":0x2744,"\u0061\u0036\u0034":0x2745,"\u0061\u0036\u0035":0x2746,"\u0061\u0036\u0036":0x2747,"\u0061\u0036\u0037":0x2748,"\u0061\u0036\u0038":0x2749,"\u0061\u0036\u0039":0x274a,"\u0061\u0037\u0030":0x274b,"\u0061\u0037\u0031":0x25cf,"\u0061\u0037\u0032":0x274d,"\u0061\u0037\u0033":0x25a0,"\u0061\u0037\u0034":0x274f,"\u0061\u0037\u0035":0x2751,"\u0061\u0037\u0036":0x25b2,"\u0061\u0037\u0037":0x25bc,"\u0061\u0037\u0038":0x25c6,"\u0061\u0037\u0039":0x2756,"\u0061\u0038\u0031":0x25d7,"\u0061\u0038\u0032":0x2758,"\u0061\u0038\u0033":0x2759,"\u0061\u0038\u0034":0x275a,"\u0061\u0038\u0035":0xf8de,"\u0061\u0038\u0036":0xf8e0,"\u0061\u0038\u0037":0xf8e1,"\u0061\u0038\u0038":0xf8e2,"\u0061\u0038\u0039":0xf8d7,"\u0061\u0039\u0030":0xf8d8,"\u0061\u0039\u0031":0xf8db,"\u0061\u0039\u0032":0xf8dc,"\u0061\u0039\u0033":0xf8d9,"\u0061\u0039\u0034":0xf8da,"\u0061\u0039\u0035":0xf8e3,"\u0061\u0039\u0036":0xf8e4,"\u0061\u0039\u0037":0x275b,"\u0061\u0039\u0038":0x275c,"\u0061\u0039\u0039":0x275d,"\u0061\u0031\u0030\u0030":0x275e,"\u0061\u0031\u0030\u0031":0x2761,"\u0061\u0031\u0030\u0032":0x2762,"\u0061\u0031\u0030\u0033":0x2763,"\u0061\u0031\u0030\u0034":0x2764,"\u0061\u0031\u0030\u0035":0x2710,"\u0061\u0031\u0030\u0036":0x2765,"\u0061\u0031\u0030\u0037":0x2766,"\u0061\u0031\u0030\u0038":0x2767,"\u0061\u0031\u0031\u0037":0x2709,"\u0061\u0031\u0031\u0038":0x2708,"\u0061\u0031\u0031\u0039":0x2707,"\u0061\u0031\u0032\u0030":0x2460,"\u0061\u0031\u0032\u0031":0x2461,"\u0061\u0031\u0032\u0032":0x2462,"\u0061\u0031\u0032\u0033":0x2463,"\u0061\u0031\u0032\u0034":0x2464,"\u0061\u0031\u0032\u0035":0x2465,"\u0061\u0031\u0032\u0036":0x2466,"\u0061\u0031\u0032\u0037":0x2467,"\u0061\u0031\u0032\u0038":0x2468,"\u0061\u0031\u0032\u0039":0x2469,"\u0061\u0031\u0033\u0030":0x2776,"\u0061\u0031\u0033\u0031":0x2777,"\u0061\u0031\u0033\u0032":0x2778,"\u0061\u0031\u0033\u0033":0x2779,"\u0061\u0031\u0033\u0034":0x277a,"\u0061\u0031\u0033\u0035":0x277b,"\u0061\u0031\u0033\u0036":0x277c,"\u0061\u0031\u0033\u0037":0x277d,"\u0061\u0031\u0033\u0038":0x277e,"\u0061\u0031\u0033\u0039":0x277f,"\u0061\u0031\u0034\u0030":0x2780,"\u0061\u0031\u0034\u0031":0x2781,"\u0061\u0031\u0034\u0032":0x2782,"\u0061\u0031\u0034\u0033":0x2783,"\u0061\u0031\u0034\u0034":0x2784,"\u0061\u0031\u0034\u0035":0x2785,"\u0061\u0031\u0034\u0036":0x2786,"\u0061\u0031\u0034\u0037":0x2787,"\u0061\u0031\u0034\u0038":0x2788,"\u0061\u0031\u0034\u0039":0x2789,"\u0061\u0031\u0035\u0030":0x278a,"\u0061\u0031\u0035\u0031":0x278b,"\u0061\u0031\u0035\u0032":0x278c,"\u0061\u0031\u0035\u0033":0x278d,"\u0061\u0031\u0035\u0034":0x278e,"\u0061\u0031\u0035\u0035":0x278f,"\u0061\u0031\u0035\u0036":0x2790,"\u0061\u0031\u0035\u0037":0x2791,"\u0061\u0031\u0035\u0038":0x2792,"\u0061\u0031\u0035\u0039":0x2793,"\u0061\u0031\u0036\u0030":0x2794,"\u0061\u0031\u0036\u0032":0x27a3,"\u0061\u0031\u0036\u0034":0x2195,"\u0061\u0031\u0036\u0035":0x2799,"\u0061\u0031\u0036\u0036":0x279b,"\u0061\u0031\u0036\u0037":0x279c,"\u0061\u0031\u0036\u0038":0x279d,"\u0061\u0031\u0036\u0039":0x279e,"\u0061\u0031\u0037\u0030":0x279f,"\u0061\u0031\u0037\u0031":0x27a0,"\u0061\u0031\u0037\u0032":0x27a1,"\u0061\u0031\u0037\u0033":0x27a2,"\u0061\u0031\u0037\u0034":0x27a4,"\u0061\u0031\u0037\u0035":0x27a5,"\u0061\u0031\u0037\u0036":0x27a6,"\u0061\u0031\u0037\u0037":0x27a7,"\u0061\u0031\u0037\u0038":0x27a8,"\u0061\u0031\u0037\u0039":0x27a9,"\u0061\u0031\u0038\u0030":0x27ab,"\u0061\u0031\u0038\u0031":0x27ad,"\u0061\u0031\u0038\u0032":0x27af,"\u0061\u0031\u0038\u0033":0x27b2,"\u0061\u0031\u0038\u0034":0x27b3,"\u0061\u0031\u0038\u0035":0x27b5,"\u0061\u0031\u0038\u0036":0x27b8,"\u0061\u0031\u0038\u0037":0x27ba,"\u0061\u0031\u0038\u0038":0x27bb,"\u0061\u0031\u0038\u0039":0x27bc,"\u0061\u0031\u0039\u0030":0x27bd,"\u0061\u0031\u0039\u0031":0x27be,"\u0061\u0031\u0039\u0032":0x279a,"\u0061\u0031\u0039\u0033":0x27aa,"\u0061\u0031\u0039\u0034":0x27b6,"\u0061\u0031\u0039\u0035":0x27b9,"\u0061\u0031\u0039\u0036":0x2798,"\u0061\u0031\u0039\u0037":0x27b4,"\u0061\u0031\u0039\u0038":0x27b7,"\u0061\u0031\u0039\u0039":0x27ac,"\u0061\u0032\u0030\u0030":0x27ae,"\u0061\u0032\u0030\u0031":0x27b1,"\u0061\u0032\u0030\u0032":0x2703,"\u0061\u0032\u0030\u0033":0x2750,"\u0061\u0032\u0030\u0034":0x2752,"\u0061\u0032\u0030\u0035":0xf8dd,"\u0061\u0032\u0030\u0036":0xf8df,"\u0061a\u0062\u0065\u006e\u0067\u0061\u006ci":0x0986,"\u0061\u0061\u0063\u0075\u0074\u0065":0x00e1,"\u0061\u0061\u0064\u0065\u0076\u0061":0x0906,"\u0061\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069":0x0a86,"\u0061\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a06,"\u0061a\u006da\u0074\u0072\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a3e,"\u0061\u0061\u0072\u0075\u0073\u0071\u0075\u0061\u0072\u0065":0x3303,"\u0061a\u0076o\u0077\u0065\u006c\u0073\u0069g\u006e\u0062e\u006e\u0067\u0061\u006c\u0069":0x09be,"\u0061a\u0076o\u0077\u0065\u006c\u0073\u0069\u0067\u006e\u0064\u0065\u0076\u0061":0x093e,"\u0061\u0061\u0076\u006fwe\u006c\u0073\u0069\u0067\u006e\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069":0x0abe,"\u0061b\u0062\u0072\u0065\u0076\u0069\u0061\u0074\u0069\u006f\u006e\u006da\u0072\u006b\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x055f,"a\u0062b\u0072\u0065\u0076\u0069\u0061\u0074\u0069\u006fn\u0073\u0069\u0067\u006ede\u0076\u0061":0x0970,"\u0061\u0062\u0065\u006e\u0067\u0061\u006c\u0069":0x0985,"\u0061b\u006f\u0070\u006f\u006d\u006f\u0066o":0x311a,"\u0061\u0062\u0072\u0065\u0076\u0065":0x0103,"a\u0062\u0072\u0065\u0076\u0065\u0061\u0063\u0075\u0074\u0065":0x1eaf,"\u0061\u0062\u0072\u0065\u0076\u0065\u0063\u0079\u0072i\u006c\u006c\u0069\u0063":0x04d1,"\u0061\u0062\u0072\u0065\u0076\u0065\u0064\u006f\u0074b\u0065\u006c\u006f\u0077":0x1eb7,"a\u0062\u0072\u0065\u0076\u0065\u0067\u0072\u0061\u0076\u0065":0x1eb1,"\u0061b\u0072e\u0076\u0065\u0068\u006f\u006f\u006b\u0061\u0062\u006f\u0076\u0065":0x1eb3,"a\u0062\u0072\u0065\u0076\u0065\u0074\u0069\u006c\u0064\u0065":0x1eb5,"\u0061\u0063\u0061\u0072\u006f\u006e":0x01ce,"\u0061c\u0063\u006f\u0075\u006e\u0074\u006ff":0x2100,"\u0061c\u0063\u0075\u0072\u0072\u0065\u006et":0x23e6,"\u0061\u0063\u0069\u0064\u0066\u0072\u0065\u0065":0x267e,"\u0061c\u0069\u0072\u0063\u006c\u0065":0x24d0,"a\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078":0x00e2,"\u0061\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0061\u0063\u0075\u0074\u0065":0x1ea5,"\u0061\u0063\u0069\u0072cu\u006d\u0066\u006c\u0065\u0078\u0064\u006f\u0074\u0062\u0065\u006c\u006f\u0077":0x1ead,"\u0061\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0067\u0072\u0061\u0076\u0065":0x1ea7,"a\u0063i\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078h\u006f\u006f\u006b\u0061bo\u0076\u0065":0x1ea9,"\u0061\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0074\u0069\u006c\u0064\u0065":0x1eab,"\u0061\u0063\u0075t\u0065":0x00b4,"\u0061\u0063\u0075\u0074\u0065\u0062\u0065\u006c\u006f\u0077\u0063\u006d\u0062":0x0317,"\u0061c\u0075\u0074\u0065\u0063\u006f\u006db":0x0301,"\u0061c\u0075\u0074\u0065\u0064\u0065\u0076a":0x0954,"a\u0063\u0075\u0074\u0065\u006c\u006f\u0077\u006d\u006f\u0064":0x02cf,"\u0061c\u0075\u0074\u0065\u006e\u006f\u0073p":0x0274,"\u0061\u0063\u0075t\u0065\u0074\u006f\u006e\u0065\u0063\u006d\u0062":0x0341,"\u0061\u0063\u0077\u0063\u0069\u0072\u0063\u006c\u0065a\u0072\u0072\u006f\u0077":0x2940,"\u0061c\u0077l\u0065\u0066\u0074\u0061\u0072\u0063\u0061\u0072\u0072\u006f\u0077":0x2939,"\u0061c\u0077o\u0070\u0065\u006e\u0063\u0069r\u0063\u006ce\u0061\u0072\u0072\u006f\u0077":0x21ba,"\u0061c\u0077o\u0076\u0065\u0072\u0061\u0072\u0063\u0061\u0072\u0072\u006f\u0077":0x293a,"\u0061\u0063w\u0075\u006e\u0064e\u0072\u0061\u0072\u0063\u0061\u0072\u0072\u006f\u0077":0x293b,"\u0061d\u0062\u006c\u0067\u0072\u0061\u0076e":0x0201,"\u0061\u0064\u0064\u0061\u006b\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a71,"\u0061\u0064\u0064\u0072\u0065\u0073\u0073\u0073\u0075b\u006a\u0065\u0063\u0074":0x2101,"\u0061\u0064\u0065v\u0061":0x0905,"\u0061d\u0069\u0065\u0072\u0065\u0073\u0069s":0x00e4,"\u0061\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073\u0063\u0079\u0072i\u006c\u006c\u0069\u0063":0x04d3,"\u0061d\u0069e\u0072\u0065\u0073\u0069\u0073\u006d\u0061\u0063\u0072\u006f\u006e":0x01df,"\u0061d\u006f\u0074\u0062\u0065\u006c\u006fw":0x1ea1,"\u0061\u0064\u006f\u0074\u006d\u0061\u0063\u0072\u006f\u006e":0x01e1,"\u0061\u0064\u006ft\u0073":0x22f0,"\u0061\u0065":0x00e6,"\u0061e\u0061\u0063\u0075\u0074\u0065":0x01fd,"\u0061\u0065\u006b\u006f\u0072\u0065\u0061\u006e":0x3150,"\u0061\u0065\u006d\u0061\u0063\u0072\u006f\u006e":0x01e3,"\u0061f\u0069\u0069\u0032\u0039\u0039":0x200e,"\u0061f\u0069\u0069\u0033\u0030\u0030":0x200f,"\u0061f\u0069\u0069\u0033\u0030\u0031":0x200d,"\u0061f\u0069\u0069\u0031\u0030\u0030\u00317":0x0410,"\u0061f\u0069\u0069\u0031\u0030\u0030\u00318":0x0411,"\u0061f\u0069\u0069\u0031\u0030\u0030\u00319":0x0412,"\u0061f\u0069\u0069\u0031\u0030\u0030\u00324":0x0416,"\u0061f\u0069\u0069\u0031\u0030\u0030\u00325":0x0417,"\u0061f\u0069\u0069\u0031\u0030\u0030\u00327":0x0419,"\u0061f\u0069\u0069\u0031\u0030\u0030\u00328":0x041a,"\u0061f\u0069\u0069\u0031\u0030\u0030\u00331":0x041d,"\u0061f\u0069\u0069\u0031\u0030\u0030\u00333":0x041f,"\u0061f\u0069\u0069\u0031\u0030\u0030\u00334":0x0420,"\u0061f\u0069\u0069\u0031\u0030\u0030\u00335":0x0421,"\u0061f\u0069\u0069\u0031\u0030\u0030\u00336":0x0422,"\u0061f\u0069\u0069\u0031\u0030\u0030\u00338":0x0424,"\u0061f\u0069\u0069\u0031\u0030\u0030\u00343":0x0429,"\u0061f\u0069\u0069\u0031\u0030\u0030\u00344":0x042a,"\u0061f\u0069\u0069\u0031\u0030\u0030\u00345":0x042b,"\u0061f\u0069\u0069\u0031\u0030\u0030\u00346":0x042c,"\u0061f\u0069\u0069\u0031\u0030\u0030\u00348":0x042e,"\u0061f\u0069\u0069\u0031\u0030\u0030\u00349":0x042f,"\u0061f\u0069\u0069\u0031\u0030\u0030\u00351":0x0402,"\u0061f\u0069\u0069\u0031\u0030\u0030\u00352":0x0403,"\u0061f\u0069\u0069\u0031\u0030\u0030\u00354":0x0405,"\u0061f\u0069\u0069\u0031\u0030\u0030\u00355":0x0406,"\u0061f\u0069\u0069\u0031\u0030\u0030\u00357":0x0408,"\u0061f\u0069\u0069\u0031\u0030\u0030\u00359":0x040a,"\u0061f\u0069\u0069\u0031\u0030\u0030\u00363":0xf6c4,"\u0061f\u0069\u0069\u0031\u0030\u0030\u00364":0xf6c5,"\u0061f\u0069\u0069\u0031\u0030\u0030\u00365":0x0430,"\u0061f\u0069\u0069\u0031\u0030\u0030\u00367":0x0432,"\u0061f\u0069\u0069\u0031\u0030\u0030\u00368":0x0433,"\u0061f\u0069\u0069\u0031\u0030\u0030\u00369":0x0434,"\u0061f\u0069\u0069\u0031\u0030\u0030\u00371":0x0451,"\u0061f\u0069\u0069\u0031\u0030\u0030\u00373":0x0437,"\u0061f\u0069\u0069\u0031\u0030\u0030\u00375":0x0439,"\u0061f\u0069\u0069\u0031\u0030\u0030\u00379":0x043d,"\u0061f\u0069\u0069\u0031\u0030\u0030\u00384":0x0442,"\u0061f\u0069\u0069\u0031\u0030\u0030\u00385":0x0443,"\u0061f\u0069\u0069\u0031\u0030\u0030\u00386":0x0444,"\u0061f\u0069\u0069\u0031\u0030\u0030\u00387":0x0445,"\u0061f\u0069\u0069\u0031\u0030\u0030\u00390":0x0448,"\u0061f\u0069\u0069\u0031\u0030\u0030\u00391":0x0449,"\u0061f\u0069\u0069\u0031\u0030\u0030\u00396":0x044e,"\u0061f\u0069\u0069\u0031\u0030\u0030\u00397":0x044f,"\u0061f\u0069\u0069\u0031\u0030\u0031\u00302":0x0455,"\u0061f\u0069\u0069\u0031\u0030\u0031\u00303":0x0456,"\u0061f\u0069\u0069\u0031\u0030\u0031\u00305":0x0458,"\u0061f\u0069\u0069\u0031\u0030\u0031\u00307":0x045a,"\u0061f\u0069\u0069\u0031\u0030\u0031\u00309":0x045c,"\u0061f\u0069\u0069\u0031\u0030\u0031\u00310":0x045e,"\u0061f\u0069\u0069\u0031\u0030\u0031\u00346":0x0462,"\u0061f\u0069\u0069\u0031\u0030\u0031\u00347":0x0472,"\u0061f\u0069\u0069\u0031\u0030\u0031\u00348":0x0474,"\u0061f\u0069\u0069\u0031\u0030\u0031\u00392":0xf6c6,"\u0061f\u0069\u0069\u0031\u0030\u0031\u00395":0x0473,"\u0061f\u0069\u0069\u0031\u0030\u0031\u00396":0x0475,"\u0061f\u0069\u0069\u0031\u0030\u0038\u00331":0xf6c7,"\u0061f\u0069\u0069\u0031\u0030\u0038\u00332":0xf6c8,"\u0061f\u0069\u0069\u0035\u0037\u0033\u00388":0x060c,"\u0061f\u0069\u0069\u0035\u0037\u0033\u00395":0x0663,"\u0061f\u0069\u0069\u0035\u0037\u0033\u00398":0x0666,"\u0061f\u0069\u0069\u0035\u0037\u0033\u00399":0x0667,"\u0061f\u0069\u0069\u0035\u0037\u0034\u00303":0x061b,"\u0061f\u0069\u0069\u0035\u0037\u0034\u00307":0x061f,"\u0061f\u0069\u0069\u0035\u0037\u0034\u00310":0x0622,"\u0061f\u0069\u0069\u0035\u0037\u0034\u00311":0x0623,"\u0061f\u0069\u0069\u0035\u0037\u0034\u00312":0x0624,"\u0061f\u0069\u0069\u0035\u0037\u0034\u00318":0x062a,"\u0061f\u0069\u0069\u0035\u0037\u0034\u00321":0x062d,"\u0061f\u0069\u0069\u0035\u0037\u0034\u00322":0x062e,"\u0061f\u0069\u0069\u0035\u0037\u0034\u00323":0x062f,"\u0061f\u0069\u0069\u0035\u0037\u0034\u00327":0x0633,"\u0061f\u0069\u0069\u0035\u0037\u0034\u00328":0x0634,"\u0061f\u0069\u0069\u0035\u0037\u0034\u00329":0x0635,"\u0061f\u0069\u0069\u0035\u0037\u0034\u00330":0x0636,"\u0061f\u0069\u0069\u0035\u0037\u0034\u00333":0x0639,"\u0061f\u0069\u0069\u0035\u0037\u0034\u00341":0x0641,"\u0061f\u0069\u0069\u0035\u0037\u0034\u00342":0x0642,"\u0061f\u0069\u0069\u0035\u0037\u0034\u00343":0x0643,"\u0061f\u0069\u0069\u0035\u0037\u0034\u00344":0x0644,"\u0061f\u0069\u0069\u0035\u0037\u0034\u00345":0x0645,"\u0061f\u0069\u0069\u0035\u0037\u0034\u00351":0x064b,"\u0061f\u0069\u0069\u0035\u0037\u0034\u00352":0x064c,"\u0061f\u0069\u0069\u0035\u0037\u0034\u00356":0x0650,"\u0061f\u0069\u0069\u0035\u0037\u0035\u00308":0x0698,"\u0061f\u0069\u0069\u0035\u0037\u0035\u00311":0x0679,"\u0061f\u0069\u0069\u0035\u0037\u0035\u00312":0x0688,"\u0061f\u0069\u0069\u0035\u0037\u0035\u00314":0x06ba,"\u0061f\u0069\u0069\u0035\u0037\u0035\u00334":0x06d5,"\u0061f\u0069\u0069\u0035\u0037\u0036\u00336":0x20aa,"\u0061f\u0069\u0069\u0035\u0037\u0036\u00345":0x05be,"\u0061f\u0069\u0069\u0035\u0037\u0036\u00366":0x05d2,"\u0061f\u0069\u0069\u0035\u0037\u0036\u00368":0x05d4,"\u0061f\u0069\u0069\u0035\u0037\u0036\u00370":0x05d6,"\u0061f\u0069\u0069\u0035\u0037\u0036\u00371":0x05d7,"\u0061f\u0069\u0069\u0035\u0037\u0036\u00373":0x05d9,"\u0061f\u0069\u0069\u0035\u0037\u0036\u00374":0x05da,"\u0061f\u0069\u0069\u0035\u0037\u0036\u00379":0x05df,"\u0061f\u0069\u0069\u0035\u0037\u0036\u00384":0x05e4,"\u0061f\u0069\u0069\u0035\u0037\u0036\u00386":0x05e6,"\u0061f\u0069\u0069\u0035\u0037\u0036\u00395":0xfb2b,"\u0061f\u0069\u0069\u0035\u0037\u0037\u00316":0x05f0,"\u0061f\u0069\u0069\u0035\u0037\u0037\u00317":0x05f1,"\u0061f\u0069\u0069\u0035\u0037\u0037\u00397":0x05b8,"\u0061f\u0069\u0069\u0035\u0037\u0037\u00399":0x05b0,"\u0061f\u0069\u0069\u0035\u0037\u0038\u00303":0x05c2,"\u0061f\u0069\u0069\u0035\u0037\u0038\u00341":0x05bf,"\u0061f\u0069\u0069\u0035\u0037\u0038\u00342":0x05c0,"\u0061f\u0069\u0069\u0036\u0031\u0032\u00389":0x2113,"\u0061f\u0069\u0069\u0036\u0031\u0035\u00373":0x202c,"\u0061f\u0069\u0069\u0036\u0031\u0035\u00374":0x202d,"\u0061f\u0069\u0069\u0036\u0031\u0035\u00375":0x202e,"\u0061f\u0069\u0069\u0036\u0031\u0036\u00364":0x200c,"\u0061f\u0069\u0069\u0036\u0033\u0031\u00367":0x066d,"\u0061f\u0069\u0069\u0036\u0034\u0039\u00337":0x02bd,"\u0061\u0067\u0072\u0061\u0076\u0065":0x00e0,"\u0061g\u0075\u006a\u0061\u0072\u0061\u0074i":0x0a85,"\u0061g\u0075\u0072\u006d\u0075\u006b\u0068i":0x0a05,"\u0061h\u0069\u0072\u0061\u0067\u0061\u006ea":0x3042,"\u0061\u0068\u006f\u006f\u006b\u0061\u0062\u006f\u0076\u0065":0x1ea3,"\u0061i\u0062\u0065\u006e\u0067\u0061\u006ci":0x0990,"\u0061\u0069\u0062\u006f\u0070\u006f\u006d\u006f\u0066\u006f":0x311e,"\u0061\u0069\u0064\u0065\u0076\u0061":0x0910,"a\u0069\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x04d5,"\u0061\u0069\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069":0x0a90,"\u0061\u0069\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a10,"\u0061i\u006da\u0074\u0072\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a48,"\u0061\u0069\u006e\u0066\u0069\u006e\u0061\u006c\u0061r\u0061\u0062\u0069\u0063":0xfeca,"\u0061\u0069n\u0069\u006e\u0069t\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063":0xfecb,"a\u0069\u006e\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064":0xfec9,"\u0061i\u006em\u0065\u0064\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063":0xfecc,"\u0061\u0069\u006e\u0076\u0065\u0072\u0074\u0065\u0064b\u0072\u0065\u0076\u0065":0x0203,"\u0061i\u0076o\u0077\u0065\u006c\u0073\u0069g\u006e\u0062e\u006e\u0067\u0061\u006c\u0069":0x09c8,"\u0061i\u0076o\u0077\u0065\u006c\u0073\u0069\u0067\u006e\u0064\u0065\u0076\u0061":0x0948,"\u0061\u0069\u0076\u006fwe\u006c\u0073\u0069\u0067\u006e\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069":0x0ac8,"\u0061k\u0061\u0074\u0061\u006b\u0061\u006ea":0x30a2,"\u0061k\u0061t\u0061\u006b\u0061\u006e\u0061h\u0061\u006cf\u0077\u0069\u0064\u0074\u0068":0xff71,"\u0061k\u006f\u0072\u0065\u0061\u006e":0x314f,"\u0061\u006c\u0065\u0066":0x05d0,"\u0061\u006c\u0065\u0066\u0061\u0072\u0061\u0062\u0069\u0063":0x0627,"\u0061\u006ce\u0066\u0064\u0061g\u0065\u0073\u0068\u0068\u0065\u0062\u0072\u0065\u0077":0xfb30,"\u0061l\u0065f\u0066\u0069\u006e\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063":0xfe8e,"\u0061l\u0065\u0066\u0068\u0061m\u007a\u0061\u0061\u0062\u006fv\u0065f\u0069n\u0061\u006c\u0061\u0072\u0061\u0062\u0069c":0xfe84,"a\u006ce\u0066\u0068\u0061\u006d\u007a\u0061\u0062\u0065l\u006f\u0077\u0061\u0072ab\u0069\u0063":0x0625,"\u0061l\u0065\u0066\u0068\u0061m\u007a\u0061\u0062\u0065\u006co\u0077f\u0069n\u0061\u006c\u0061\u0072\u0061\u0062\u0069c":0xfe88,"\u0061\u006c\u0065f\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064":0xfe8d,"\u0061l\u0065f\u006c\u0061\u006d\u0065\u0064\u0068\u0065\u0062\u0072\u0065\u0077":0xfb4f,"\u0061l\u0065\u0066\u006d\u0061d\u0064\u0061\u0061\u0062\u006fv\u0065f\u0069n\u0061\u006c\u0061\u0072\u0061\u0062\u0069c":0xfe82,"\u0061\u006c\u0065\u0066\u006d\u0061\u006b\u0073\u0075\u0072\u0061\u0061r\u0061\u0062\u0069\u0063":0x0649,"\u0061\u006c\u0065\u0066ma\u006b\u0073\u0075\u0072\u0061\u0066\u0069\u006e\u0061\u006c\u0061\u0072\u0061\u0062i\u0063":0xfef0,"\u0061\u006c\u0065\u0066ma\u006b\u0073\u0075\u0072\u0061\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064":0xfeef,"\u0061\u006c\u0065fm\u0061\u006b\u0073\u0075\u0072\u0061\u006d\u0065\u0064\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063":0xfef4,"\u0061l\u0065f\u0070\u0061\u0074\u0061\u0068\u0068\u0065\u0062\u0072\u0065\u0077":0xfb2e,"\u0061\u006ce\u0066\u0071\u0061m\u0061\u0074\u0073\u0068\u0065\u0062\u0072\u0065\u0077":0xfb2f,"\u0061l\u0065\u0066\u0077\u0061\u0073\u006ca":0x0671,"\u0061\u006c\u0065\u0066\u0077\u0061\u0073\u006c\u0061f\u0069\u006e\u0061\u006c":0xfb51,"\u0061\u006c\u0065\u0066\u0077\u0061\u0073\u006c\u0061\u0069\u0073\u006fl\u0061\u0074\u0065\u0064":0xfb50,"a\u006c\u0065\u0066\u0077it\u0068f\u0061\u0074\u0068\u0061\u0074a\u006e\u0066\u0069\u006e\u0061\u006c":0xfd3c,"\u0061l\u0065\u0066\u0077\u0069\u0074\u0068\u0066\u0061\u0074\u0068\u0061t\u0061\u006e\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064":0xfd3d,"\u0061\u006c\u0065\u0066\u0077\u0069\u0074\u0068\u0068\u0061\u006dz\u0061\u0061\u0062\u006f\u0076\u0065\u0069\u0073\u006f\u006ca\u0074\u0065\u0064":0xfe83,"\u0061\u006c\u0065\u0066\u0077\u0069\u0074\u0068\u0068\u0061\u006dz\u0061\u0062\u0065\u006c\u006f\u0077\u0069\u0073\u006f\u006ca\u0074\u0065\u0064":0xfe87,"\u0061\u006c\u0065\u0066\u0077\u0069\u0074\u0068\u006d\u0061\u0064d\u0061\u0061\u0062\u006f\u0076\u0065\u0069\u0073\u006f\u006ca\u0074\u0065\u0064":0xfe81,"\u0061\u006c\u0065p\u0068":0x2135,"\u0061\u006c\u006c\u0065\u0071\u0075\u0061\u006c":0x224c,"\u0061\u006c\u0070h\u0061":0x03b1,"\u0061\u006c\u0070\u0068\u0061\u0074\u006f\u006e\u006f\u0073":0x03ac,"a\u006c\u0074\u0073\u0065\u006c\u0065\u0063\u0074\u006f\u0072":0xd802,"\u0061m\u0061\u0063\u0072\u006f\u006e":0x0101,"\u0061\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff41,"\u0061m\u0070\u0065\u0072\u0073\u0061\u006ed":0x0026,"\u0061m\u0070e\u0072\u0073\u0061\u006e\u0064m\u006f\u006eo\u0073\u0070\u0061\u0063\u0065":0xff06,"\u0061\u006d\u0070\u0065\u0072\u0073\u0061\u006e\u0064s\u006d\u0061\u006c\u006c":0xf726,"\u0061\u006d\u0073\u0071\u0075\u0061\u0072\u0065":0x33c2,"\u0061\u006e\u0062\u006f\u0070\u006f\u006d\u006f\u0066\u006f":0x3122,"a\u006e\u0067\u0062\u006f\u0070\u006f\u006d\u006f\u0066\u006f":0x3124,"\u0061\u006e\u0067\u0062\u0072\u0061\u0063\u006b\u0065t\u006c\u0065\u0066\u0074":0x27e8,"\u0061n\u0067b\u0072\u0061\u0063\u006b\u0065\u0074\u0072\u0069\u0067\u0068\u0074":0x27e9,"\u0061\u006e\u0067\u0064\u006e\u0072":0x299f,"\u0061\u006e\u0067\u006b\u0068\u0061\u006e\u006b\u0068u\u0074\u0068\u0061\u0069":0x0e5a,"\u0061\u006e\u0067l\u0065":0x2220,"\u0061\u006eg\u006c\u0065\u0062r\u0061\u0063\u006b\u0065\u0074\u006c\u0065\u0066\u0074":0x3008,"\u0061n\u0067\u006c\u0065\u0062\u0072\u0061\u0063\u006b\u0065\u0074\u006ce\u0066\u0074\u0076\u0065\u0072\u0074\u0069\u0063\u0061\u006c":0xfe3f,"\u0061\u006e\u0067\u006c\u0065\u0062\u0072\u0061\u0063\u006b\u0065\u0074r\u0069\u0067\u0068\u0074":0x3009,"\u0061n\u0067\u006c\u0065\u0062r\u0061\u0063\u006b\u0065\u0074r\u0069g\u0068t\u0076\u0065\u0072\u0074\u0069\u0063\u0061l":0xfe40,"\u0061n\u0067\u006c\u0065\u006c\u0065\u0066t":0x2329,"\u0061\u006e\u0067\u006c\u0065\u0072\u0069\u0067\u0068\u0074":0x232a,"\u0061\u006e\u0067\u006c\u0065\u0073":0x299e,"\u0061n\u0067\u006c\u0065\u0075\u0062\u0061r":0x29a4,"\u0061\u006e\u0067\u0073\u0074\u0072\u006f\u006d":0x212b,"\u0061n\u006e\u0075\u0069\u0074\u0079":0x20e7,"\u0061n\u006f\u0074\u0065\u006c\u0065\u0069a":0x0387,"\u0061\u006e\u0074\u0069\u0063\u006c\u006f\u0063\u006b\u0077\u0069\u0073\u0065":0x27f2,"\u0061\u006e\u0075d\u0061\u0074\u0074\u0061\u0064\u0065\u0076\u0061":0x0952,"\u0061n\u0075s\u0076\u0061\u0072\u0061\u0062\u0065\u006e\u0067\u0061\u006c\u0069":0x0982,"\u0061\u006e\u0075s\u0076\u0061\u0072\u0061\u0064\u0065\u0076\u0061":0x0902,"\u0061\u006eu\u0073\u0076\u0061r\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069":0x0a82,"\u0061o\u0067\u006f\u006e\u0065\u006b":0x0105,"\u0061\u0070\u0061a\u0074\u006f\u0073\u0071\u0075\u0061\u0072\u0065":0x3300,"\u0061\u0070\u0061\u0072\u0065\u006e":0x249c,"\u0061\u0070\u006f\u0073\u0074\u0072\u006f\u0070\u0068\u0065":0x0245,"\u0061p\u006fs\u0074\u0072\u006f\u0070\u0068e\u0061\u0072m\u0065\u006e\u0069\u0061\u006e":0x055a,"\u0061\u0070\u006f\u0073\u0074\u0072\u006f\u0070\u0068\u0065\u006d\u006f\u0064":0x02bc,"\u0061\u0070\u006f\u0073\u0074\u0072\u006f\u0070\u0068\u0065\u0072\u0065\u0076":0x0246,"\u0061\u0070\u0070l\u0065":0xf8ff,"\u0061\u0070\u0070\u0072\u006f\u0061\u0063\u0068\u0065\u0073":0x2250,"\u0061p\u0070\u0072\u006f\u0078\u0065\u0071q":0x2a70,"a\u0070\u0070\u0072\u006f\u0078\u0065\u0071\u0075\u0061\u006c":0x2248,"\u0061p\u0070r\u006f\u0078\u0065\u0071\u0075a\u006c\u006fr\u0069\u006d\u0061\u0067\u0065":0x2252,"a\u0070\u0070\u0072\u006f\u0078\u0069\u0064\u0065\u006e\u0074":0x224b,"\u0061\u0070\u0070\u0072\u006f\u0078\u006f\u0072\u0065\u0071\u0075\u0061\u006c":0x224a,"\u0061\u0072\u0061e\u0061\u0065\u006b\u006f\u0072\u0065\u0061\u006e":0x318e,"a\u0072\u0061\u0065\u0061\u006b\u006f\u0072\u0065\u0061\u006e":0x318d,"\u0061\u0072\u0063":0x2312,"\u0061\u0072\u0063e\u0071":0x2258,"\u0061\u0072\u0063h\u006c\u0065\u0066\u0074\u0064\u006f\u0077\u006e":0x21b6,"\u0061\u0072\u0063\u0068\u0072\u0069\u0067\u0068\u0074\u0064\u006f\u0077\u006e":0x21b7,"\u0061\u0072\u0069\u0067\u0068\u0074\u0068\u0061\u006cf\u0072\u0069\u006e\u0067":0x1e9a,"\u0061\u0072\u0069n\u0067":0x00e5,"\u0061\u0072\u0069\u006e\u0067\u0061\u0063\u0075\u0074\u0065":0x01fb,"\u0061\u0072\u0069\u006e\u0067\u0062\u0065\u006c\u006f\u0077":0x1e01,"\u0061\u0072\u0072o\u0077\u0062\u0061\u0072\u0064\u006f\u0077\u006e":0x0590,"\u0061\u0072\u0072o\u0077\u0062\u0061\u0072\u006c\u0065\u0066\u0074":0x058d,"\u0061\u0072\u0072\u006f\u0077\u0062\u0061\u0072\u0072\u0069\u0067\u0068\u0074":0x058f,"\u0061\u0072\u0072\u006f\u0077\u0062\u0061\u0072\u0075\u0070":0x058e,"\u0061r\u0072\u006f\u0077\u0062\u006f\u0074h":0x2194,"\u0061\u0072\u0072\u006f\u0077\u0064\u0061\u0073\u0068\u0064\u006f\u0077\u006e":0x21e3,"\u0061\u0072\u0072\u006f\u0077\u0064\u0061\u0073\u0068\u006c\u0065\u0066\u0074":0x21e0,"\u0061\u0072\u0072\u006f\u0077\u0064\u0061\u0073\u0068r\u0069\u0067\u0068\u0074":0x21e2,"a\u0072\u0072\u006f\u0077\u0064\u0061\u0073\u0068\u0075\u0070":0x21e1,"\u0061\u0072\u0072o\u0077\u0064\u0062\u006c\u0062\u006f\u0074\u0068":0x21d4,"\u0061\u0072\u0072\u006f\u0077\u0064\u0062\u006c\u0062\u006f\u0074\u0068\u0076":0x21d5,"\u0061\u0072\u0072o\u0077\u0064\u0062\u006c\u0064\u006f\u0077\u006e":0x21d3,"\u0061\u0072\u0072o\u0077\u0064\u0062\u006c\u006c\u0065\u0066\u0074":0x21d0,"\u0061\u0072\u0072\u006f\u0077\u0064\u0062\u006c\u0072\u0069\u0067\u0068\u0074":0x21d2,"\u0061\u0072\u0072\u006f\u0077\u0064\u0062\u006c\u0075\u0070":0x21d1,"\u0061r\u0072\u006f\u0077\u0064\u006f\u0077n":0x2193,"\u0061\u0072\u0072\u006f\u0077\u0064\u006f\u0077\u006e\u006c\u0065\u0066\u0074":0x2199,"\u0061\u0072\u0072\u006f\u0077\u0064\u006f\u0077\u006er\u0069\u0067\u0068\u0074":0x2198,"\u0061\u0072\u0072\u006f\u0077\u0064\u006f\u0077\u006ew\u0068\u0069\u0074\u0065":0x21e9,"\u0061\u0072r\u006f\u0077\u0068e\u0061\u0064\u0064\u006f\u0077\u006e\u006d\u006f\u0064":0x02c5,"\u0061\u0072r\u006f\u0077\u0068e\u0061\u0064\u006c\u0065\u0066\u0074\u006d\u006f\u0064":0x02c2,"\u0061\u0072\u0072\u006f\u0077\u0068\u0065\u0061\u0064\u0072\u0069\u0067h\u0074\u006d\u006f\u0064":0x02c3,"\u0061\u0072\u0072\u006f\u0077\u0068\u0065\u0061\u0064u\u0070\u006d\u006f\u0064":0x02c4,"\u0061\u0072\u0072\u006f\u0077\u0068\u006f\u006f\u006b\u006c\u0065\u0066\u0074":0x21aa,"\u0061\u0072\u0072\u006f\u0077\u0068\u006f\u006f\u006br\u0069\u0067\u0068\u0074":0x21a9,"\u0061\u0072\u0072o\u0077\u0068\u006f\u0072\u0069\u007a\u0065\u0078":0xf8e7,"\u0061r\u0072\u006f\u0077\u006c\u0065\u0066t":0x2190,"\u0061\u0072r\u006f\u0077\u006ce\u0066\u0074\u0062\u006f\u0074\u0068\u0061\u006c\u0066":0x21bd,"\u0061r\u0072o\u0077\u006c\u0065\u0066\u0074d\u0062\u006cs\u0074\u0072\u006f\u006b\u0065":0x21cd,"\u0061r\u0072o\u0077\u006c\u0065\u0066\u0074o\u0076\u0065r\u0072\u0069\u0067\u0068\u0074":0x21c6,"\u0061\u0072\u0072\u006f\u0077\u006c\u0065\u0066\u0074w\u0068\u0069\u0074\u0065":0x21e6,"\u0061\u0072\u0072\u006f\u0077\u0072\u0069\u0067\u0068\u0074":0x2192,"\u0061\u0072\u0072\u006f\u0077\u0072\u0069\u0067\u0068\u0074\u0062\u006ft\u0068\u0061\u006c\u0066":0x21c1,"\u0061\u0072\u0072\u006fwr\u0069\u0067\u0068\u0074\u0064\u0062\u006c\u0073\u0074\u0072\u006f\u006b\u0065":0x21cf,"\u0061r\u0072o\u0077\u0072\u0069\u0067\u0068t\u006f\u0076e\u0072\u006c\u0065\u0066\u0074":0x21c4,"\u0061r\u0072o\u0077\u0072\u0069\u0067\u0068\u0074\u0077\u0068\u0069\u0074\u0065":0x21e8,"\u0061\u0072\u0072o\u0077\u0074\u0061\u0062\u006c\u0065\u0066\u0074":0x21e4,"\u0061\u0072\u0072\u006f\u0077\u0074\u0061\u0062\u0072\u0069\u0067\u0068\u0074":0x21e5,"\u0061\u0072\u0072\u006f\u0077\u0074\u0061\u0069\u006c\u006c\u0065\u0066\u0074":0x21a2,"\u0061\u0072\u0072\u006f\u0077\u0074\u0061\u0069\u006cr\u0069\u0067\u0068\u0074":0x21a3,"\u0061r\u0072o\u0077\u0074\u0072\u0069\u0070\u006c\u0065\u006c\u0065\u0066\u0074":0x21da,"\u0061\u0072r\u006f\u0077\u0074r\u0069\u0070\u006c\u0065\u0072\u0069\u0067\u0068\u0074":0x21db,"\u0061r\u0072\u006f\u0077\u0075\u0070":0x2191,"\u0061r\u0072o\u0077\u0075\u0070\u0064\u006f\u0077\u006e\u0062\u0061\u0073\u0065":0x21a8,"a\u0072\u0072\u006f\u0077\u0075\u0070\u006c\u0065\u0066\u0074":0x2196,"\u0061\u0072\u0072\u006f\u0077\u0075\u0070\u006c\u0065\u0066\u0074\u006ff\u0064\u006f\u0077\u006e":0x21c5,"\u0061\u0072\u0072o\u0077\u0075\u0070\u0072\u0069\u0067\u0068\u0074":0x2197,"\u0061\u0072\u0072o\u0077\u0075\u0070\u0077\u0068\u0069\u0074\u0065":0x21e7,"a\u0072\u0072\u006f\u0077\u0076\u0065\u0072\u0074\u0065\u0078":0xf8e6,"a\u0073c\u0065\u006e\u0064\u0065\u0072\u0063\u006f\u006dp\u0077\u006f\u0072\u0064ma\u0072\u006b":0xd80a,"a\u0073\u0063\u0069\u0069\u0063\u0069\u0072\u0063\u0075\u006d":0x005e,"a\u0073c\u0069\u0069\u0063\u0069\u0072\u0063\u0075\u006dm\u006f\u006e\u006f\u0073pa\u0063\u0065":0xff3e,"\u0061\u0073\u0063\u0069\u0069\u0074\u0069\u006c\u0064\u0065":0x007e,"\u0061\u0073\u0063\u0069it\u0069\u006c\u0064\u0065\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff5e,"\u0061s\u0063\u0072\u0069\u0070\u0074":0x0251,"\u0061\u0073\u0063\u0072\u0069\u0070\u0074\u0074\u0075\u0072\u006e\u0065\u0064":0x0252,"\u0061\u0073\u006d\u0061\u006c\u006c\u0068\u0069\u0072a\u0067\u0061\u006e\u0061":0x3041,"\u0061\u0073\u006d\u0061\u006c\u006c\u006b\u0061\u0074a\u006b\u0061\u006e\u0061":0x30a1,"\u0061\u0073\u006dal\u006c\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068":0xff67,"\u0061\u0073\u0073\u0065\u0072\u0074":0x22a6,"\u0061\u0073\u0074e\u0071":0x2a6e,"a\u0073\u0074\u0065\u0072\u0061\u0063\u0063\u0065\u006e\u0074":0x20f0,"\u0061\u0073\u0074\u0065\u0072\u0069\u0073\u006b":0x002a,"\u0061\u0073\u0074e\u0072\u0069\u0073\u006b\u006d\u0061\u0074\u0068":0x2217,"\u0061\u0073\u0074\u0065\u0072\u0069\u0073\u006b\u006d\u006f\u006e\u006fs\u0070\u0061\u0063\u0065":0xff0a,"\u0061\u0073\u0074\u0065\u0072\u0069\u0073\u006b\u0073\u006d\u0061\u006c\u006c":0xfe61,"\u0061\u0073\u0074\u0065\u0072\u0069\u0073\u006d":0x2042,"\u0061\u0073\u0074\u0072\u006f\u0073\u0075\u006e":0x2609,"\u0061s\u0075\u0070\u0065\u0072\u0069\u006fr":0xf6e9,"\u0061\u0073\u0079\u006dpt\u006f\u0074\u0069\u0063\u0061\u006c\u006c\u0079\u0065\u0071\u0075\u0061\u006c":0x2243,"\u0061\u0074":0x0040,"\u0061\u0074\u0069\u006c\u0064\u0065":0x00e3,"a\u0074\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff20,"\u0061t\u0073\u006d\u0061\u006c\u006c":0xfe6b,"\u0061t\u0075\u0072\u006e\u0065\u0064":0x0250,"\u0061u\u0062\u0065\u006e\u0067\u0061\u006ci":0x0994,"\u0061\u0075\u0062\u006f\u0070\u006f\u006d\u006f\u0066\u006f":0x3120,"\u0061\u0075\u0064\u0065\u0076\u0061":0x0914,"\u0061\u0075\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069":0x0a94,"\u0061\u0075\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a14,"\u0061\u0075\u006c\u0065ng\u0074\u0068\u006d\u0061\u0072\u006b\u0062\u0065\u006e\u0067\u0061\u006c\u0069":0x09d7,"\u0061u\u006da\u0074\u0072\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a4c,"\u0061u\u0076o\u0077\u0065\u006c\u0073\u0069g\u006e\u0062e\u006e\u0067\u0061\u006c\u0069":0x09cc,"\u0061u\u0076o\u0077\u0065\u006c\u0073\u0069\u0067\u006e\u0064\u0065\u0076\u0061":0x094c,"\u0061\u0075\u0076\u006fwe\u006c\u0073\u0069\u0067\u006e\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069":0x0acc,"\u0061\u0076\u0061g\u0072\u0061\u0068\u0061\u0064\u0065\u0076\u0061":0x093d,"\u0061\u0077\u0069n\u0074":0x2a11,"a\u0079\u0062\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x0561,"\u0061\u0079i\u006e\u0061\u006ct\u006f\u006e\u0065\u0068\u0065\u0062\u0072\u0065\u0077":0xfb20,"\u0061\u0079\u0069\u006e\u0068\u0065\u0062\u0072\u0065\u0077":0x05e2,"\u0062":0x0062,"\u0062\u004e\u006f\u0074":0x2aed,"\u0062a\u0062\u0065\u006e\u0067\u0061\u006ci":0x09ac,"\u0062\u0061\u0063\u006b\u0064\u0070\u0072\u0069\u006d\u0065":0x2036,"\u0062\u0061\u0063\u006b\u0065\u0064":0x024c,"\u0062a\u0063\u006b\u0073\u006c\u0061\u0073h":0x005c,"\u0062a\u0063k\u0073\u006c\u0061\u0073\u0068m\u006f\u006eo\u0073\u0070\u0061\u0063\u0065":0xff3c,"b\u0061\u0063\u006b\u0074\u0072\u0070\u0072\u0069\u006d\u0065":0x2037,"\u0062\u0061\u0064\u0065\u0076\u0061":0x092c,"\u0062a\u0067\u006d\u0065\u006d\u0062\u0065r":0x22ff,"\u0062\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069":0x0aac,"\u0062\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a2c,"\u0062\u0061\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x3070,"\u0062\u0061\u0068\u0074\u0074\u0068\u0061\u0069":0x0e3f,"\u0062\u0061\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30d0,"\u0062\u0061\u0072":0x007c,"\u0062\u0061\u0072\u0056":0x2aea,"\u0062\u0061\u0072\u0063\u0061\u0070":0x2a43,"\u0062\u0061\u0072\u0063\u0075\u0070":0x2a42,"\u0062a\u0072d\u006f\u0077\u006e\u0068\u0061r\u0070\u006fo\u006e\u006c\u0065\u0066\u0074":0x2961,"\u0062\u0061\u0072\u0064ow\u006e\u0068\u0061\u0072\u0070\u006f\u006f\u006e\u0072\u0069\u0067\u0068\u0074":0x295d,"\u0062a\u0072\u006c\u0065\u0066\u0074\u0061\u0072\u0072\u006f\u0077\u0072i\u0067\u0068\u0074\u0061\u0072\u0072\u006f\u0077\u0062\u0061":0x21b9,"\u0062a\u0072l\u0065\u0066\u0074\u0068\u0061r\u0070\u006fo\u006e\u0064\u006f\u0077\u006e":0x2956,"\u0062\u0061r\u006c\u0065\u0066t\u0068\u0061\u0072\u0070\u006f\u006f\u006e\u0075\u0070":0x2952,"\u0062\u0061\u0072\u006d\u0069\u0064\u006c\u006f\u006eg\u006e\u006f\u0073\u0070":0x02a9,"\u0062\u0061\u0072m\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff5c,"b\u0061\u0072\u006f\u0076er\u006eo\u0072\u0074\u0068\u0077\u0065s\u0074\u0061\u0072\u0072\u006f\u0077":0x21b8,"b\u0061r\u0072\u0069\u0067\u0068\u0074\u0061\u0072\u0072o\u0077\u0064\u0069\u0061mo\u006e\u0064":0x2920,"\u0062\u0061\u0072\u0072ig\u0068\u0074\u0068\u0061\u0072\u0070\u006f\u006f\u006e\u0064\u006f\u0077\u006e":0x295f,"\u0062\u0061\u0072\u0072\u0069\u0067\u0068\u0074\u0068\u0061\u0072\u0070o\u006f\u006e\u0075\u0070":0x295b,"\u0062\u0061\u0072\u0075\u0070\u0061\u0072\u0072\u006f\u0077":0x2912,"\u0062\u0061r\u0075\u0070\u0068a\u0072\u0070\u006f\u006f\u006e\u006c\u0065\u0066\u0074":0x2958,"\u0062\u0061\u0072\u0075\u0070\u0068\u0061\u0072\u0070\u006f\u006f\u006er\u0069\u0067\u0068\u0074":0x2954,"\u0062\u0061\u0072\u0076\u0065\u0065":0x22bd,"\u0062b\u006f\u0070\u006f\u006d\u006f\u0066o":0x3105,"\u0062\u0062\u0072\u006b\u0074\u0062\u0072\u006b":0x23b6,"\u0062c\u0069\u0072\u0063\u006c\u0065":0x24d1,"\u0062\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074":0x1e03,"\u0062d\u006f\u0074\u0062\u0065\u006c\u006fw":0x1e05,"\u0062\u0064\u0074\u0072\u0069\u0070\u006c\u0065\u0076\u0064\u0061\u0073\u0068":0x2506,"b\u0065a\u006d\u0065\u0064\u0073\u0069\u0078\u0074\u0065e\u006e\u0074\u0068\u006eot\u0065\u0073":0x266c,"\u0062e\u0063\u0061\u0075\u0073\u0065":0x2235,"\u0062\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x0431,"\u0062e\u0068\u0061\u0072\u0061\u0062\u0069c":0x0628,"\u0062\u0065\u0068\u0066\u0069\u006e\u0061\u006c\u0061r\u0061\u0062\u0069\u0063":0xfe90,"\u0062\u0065h\u0069\u006e\u0069t\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063":0xfe91,"\u0062\u0065\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x3079,"b\u0065\u0068\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064":0xfe8f,"\u0062e\u0068m\u0065\u0064\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063":0xfe92,"b\u0065h\u006d\u0065\u0065\u006d\u0069\u006e\u0069\u0074i\u0061\u006c\u0061\u0072ab\u0069\u0063":0xfc9f,"b\u0065\u0068\u006d\u0065em\u0069s\u006f\u006c\u0061\u0074\u0065d\u0061\u0072\u0061\u0062\u0069\u0063":0xfc08,"\u0062e\u0068n\u006f\u006f\u006e\u0066\u0069n\u0061\u006ca\u0072\u0061\u0062\u0069\u0063":0xfc6d,"\u0062\u0065\u0068wi\u0074\u0068\u0061\u006c\u0065\u0066\u006d\u0061\u006b\u0073\u0075\u0072\u0061\u0066\u0069\u006e\u0061\u006c":0xfc6e,"\u0062\u0065\u0068\u0077\u0069\u0074\u0068\u0061\u006c\u0065\u0066m\u0061\u006b\u0073\u0075\u0072\u0061\u0069\u0073\u006f\u006ca\u0074\u0065\u0064":0xfc09,"\u0062\u0065\u0068\u0077\u0069\u0074\u0068\u0068\u0061\u0068\u0069\u006ei\u0074\u0069\u0061\u006c":0xfc9d,"\u0062\u0065\u0068\u0077\u0069\u0074\u0068\u0068\u0065\u0068\u0069\u006ei\u0074\u0069\u0061\u006c":0xe812,"\u0062e\u0068w\u0069\u0074\u0068\u006a\u0065e\u006d\u0069n\u0069\u0074\u0069\u0061\u006c":0xfc9c,"\u0062e\u0068w\u0069\u0074\u0068\u006b\u0068a\u0068\u0069n\u0069\u0074\u0069\u0061\u006c":0xfc9e,"\u0062e\u0068w\u0069\u0074\u0068\u0072\u0065\u0068\u0066\u0069\u006e\u0061\u006c":0xfc6a,"\u0062e\u0068w\u0069\u0074\u0068\u0079\u0065\u0068\u0066\u0069\u006e\u0061\u006c":0xfc6f,"\u0062e\u0068w\u0069\u0074\u0068\u0079\u0065h\u0069\u0073o\u006c\u0061\u0074\u0065\u0064":0xfc0a,"\u0062\u0065\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30d9,"b\u0065\u006e\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x0562,"\u0062e\u006e\u007a\u0065\u006e\u0072":0x23e3,"\u0062\u0065\u0074\u0061":0x03b2,"\u0062e\u0074a\u0073\u0079\u006d\u0062\u006f\u006c\u0067\u0072\u0065\u0065\u006b":0x03d0,"\u0062e\u0074d\u0061\u0067\u0065\u0073\u0068\u0068\u0065\u0062\u0072\u0065\u0077":0xfb31,"\u0062\u0065\u0074\u0068":0x2136,"\u0062e\u0074\u0068\u0065\u0062\u0072\u0065w":0x05d1,"\u0062\u0065\u0074\u0072\u0061\u0066\u0065\u0068\u0065\u0062\u0072\u0065\u0077":0xfb4c,"\u0062e\u0074\u0077\u0065\u0065\u006e":0x226c,"\u0062\u0068\u0061\u0062\u0065\u006e\u0067\u0061\u006c\u0069":0x09ad,"\u0062h\u0061\u0064\u0065\u0076\u0061":0x092d,"b\u0068\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069":0x0aad,"b\u0068\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a2d,"\u0062\u0068\u006fo\u006b":0x0253,"\u0062\u0069\u0067\u0062\u006f\u0074":0x27d8,"\u0062i\u0067\u0063\u0075\u0070\u0064\u006ft":0x2a03,"\u0062\u0069\u0067\u0069\u006e\u0074\u0065\u0072\u006c\u0065\u0061\u0076\u0065":0x2afc,"\u0062i\u0067\u006f\u0064\u006f\u0074":0x2a00,"\u0062\u0069\u0067\u006f\u0070\u006c\u0075\u0073":0x2a01,"\u0062i\u0067\u006f\u0074\u0069\u006d\u0065s":0x2a02,"\u0062\u0069\u0067s\u006c\u006f\u0070\u0065\u0064\u0076\u0065\u0065":0x2a57,"\u0062\u0069\u0067\u0073\u006c\u006f\u0070\u0065\u0064w\u0065\u0064\u0067\u0065":0x2a58,"\u0062\u0069\u0067\u0073\u0071\u0063\u0061\u0070":0x2a05,"\u0062\u0069\u0067\u0073\u0071\u0063\u0075\u0070":0x2a06,"\u0062\u0069\u0067\u0074\u0061\u006c\u006c\u006f\u0062\u006c\u006f\u006e\u0067":0x2aff,"\u0062\u0069\u0067\u0074\u0069\u006d\u0065\u0073":0x2a09,"\u0062\u0069\u0067\u0074\u006f\u0070":0x27d9,"\u0062i\u0067t\u0072\u0069\u0061\u006e\u0067\u006c\u0065\u006c\u0065\u0066\u0074":0x2a1e,"\u0062\u0069\u0067\u0075\u0070\u006c\u0075\u0073":0x2a04,"\u0062\u0069\u0067\u0076\u0065\u0065":0x22c1,"\u0062\u0069\u0067\u0077\u0065\u0064\u0067\u0065":0x22c0,"\u0062\u0069\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x3073,"\u0062\u0069\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30d3,"\u0062\u0069\u006c\u0061\u0062\u0069\u0061\u006c\u0063\u006c\u0069\u0063\u006b":0x0298,"\u0062\u0069\u006e\u0064\u0069\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a02,"\u0062\u0069\u0072\u0075\u0073\u0071\u0075\u0061\u0072\u0065":0x3331,"b\u006ca\u0063\u006b\u0063\u0069\u0072\u0063\u006c\u0065d\u006f\u0077\u006e\u0061rr\u006f\u0077":0x29ed,"b\u006ca\u0063\u006b\u0063\u0069\u0072\u0063\u006c\u0065d\u0072\u0069\u0067\u0068td\u006f\u0074":0x2688,"\u0062\u006c\u0061\u0063kc\u0069\u0072\u0063\u006c\u0065\u0064\u0074\u0077\u006f\u0064\u006f\u0074\u0073":0x2689,"\u0062\u006c\u0061\u0063kc\u0069\u0072\u0063\u006c\u0065\u0075\u006c\u0071\u0075\u0061\u0064\u0077\u0068\u0069t\u0065":0x25d5,"b\u006c\u0061\u0063\u006bdi\u0061m\u006f\u006e\u0064\u0064\u006fw\u006e\u0061\u0072\u0072\u006f\u0077":0x29ea,"\u0062\u006c\u0061\u0063\u006b\u0068\u006f\u0075\u0072g\u006c\u0061\u0073\u0073":0x29d7,"\u0062\u006c\u0061\u0063kl\u0065\u0066\u0074\u0068\u0061\u006c\u0066\u0063\u0069\u0072\u0063\u006c\u0065":0x25d6,"\u0062l\u0061\u0063\u006b\u006c\u0065\u0066\u0074\u0070\u006f\u0069\u006et\u0069\u006e\u0067\u0070\u006f\u0069\u006e\u0074\u0065\u0072":0x25c4,"\u0062l\u0061\u0063\u006b\u006ce\u0066\u0074\u0070\u006f\u0069n\u0074i\u006eg\u0074\u0072\u0069\u0061\u006e\u0067\u006ce":0x25c0,"\u0062\u006c\u0061\u0063\u006b\u006c\u0065\u006e\u0074\u0069\u0063u\u006c\u0061\u0072\u0062\u0072\u0061\u0063\u006b\u0065\u0074l\u0065\u0066\u0074":0x3010,"\u0062\u006c\u0061ck\u006c\u0065\u006e\u0074\u0069\u0063\u0075\u006c\u0061r\u0062r\u0061c\u006be\u0074\u006c\u0065\u0066\u0074\u0076\u0065\u0072\u0074\u0069\u0063\u0061\u006c":0xfe3b,"b\u006c\u0061\u0063\u006b\u006c\u0065n\u0074\u0069\u0063\u0075\u006c\u0061\u0072\u0062\u0072a\u0063\u006b\u0065t\u0072i\u0067\u0068\u0074":0x3011,"b\u006c\u0061\u0063\u006b\u006c\u0065n\u0074\u0069\u0063\u0075\u006c\u0061r\u0062\u0072\u0061\u0063\u006b\u0065\u0074r\u0069\u0067\u0068\u0074\u0076\u0065\u0072\u0074\u0069\u0063a\u006c":0xfe3c,"\u0062\u006c\u0061\u0063kl\u006f\u0077\u0065\u0072\u006c\u0065\u0066\u0074\u0074\u0072\u0069\u0061\u006e\u0067l\u0065":0x25e3,"\u0062\u006c\u0061ck\u006c\u006f\u0077\u0065\u0072\u0072\u0069\u0067\u0068\u0074\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065":0x25e2,"\u0062\u006c\u0061\u0063\u006b\u0072\u0065\u0063\u0074a\u006e\u0067\u006c\u0065":0x25ac,"\u0062l\u0061\u0063\u006b\u0072i\u0067\u0068\u0074\u0070\u006fi\u006et\u0069n\u0067\u0070\u006f\u0069\u006e\u0074\u0065r":0x25ba,"\u0062\u006c\u0061\u0063\u006b\u0072\u0069\u0067\u0068\u0074\u0070o\u0069\u006e\u0074\u0069\u006e\u0067\u0074\u0072\u0069\u0061n\u0067\u006c\u0065":0x25b6,"\u0062\u006ca\u0063\u006b\u0073m\u0061\u006c\u006c\u0073\u0071\u0075\u0061\u0072\u0065":0x25aa,"\u0062\u006ca\u0063\u006b\u0073m\u0069\u006c\u0069\u006e\u0067\u0066\u0061\u0063\u0065":0x263b,"\u0062\u006c\u0061\u0063\u006b\u0074\u0072\u0069\u0061\u006e\u0067\u006ce\u0064\u006f\u0077\u006e":0x25be,"\u0062\u006c\u0061\u0063ku\u0070\u0070\u0065\u0072\u006c\u0065\u0066\u0074\u0074\u0072\u0069\u0061\u006e\u0067l\u0065":0x25e4,"\u0062\u006c\u0061ck\u0075\u0070\u0070\u0065\u0072\u0072\u0069\u0067\u0068\u0074\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065":0x25e5,"\u0062\u006c\u0061\u0063k\u0075\u0070\u0070\u006f\u0069\u006e\u0074\u0069\u006e\u0067s\u006da\u006c\u006c\u0074\u0072\u0069\u0061\u006eg\u006c\u0065":0x25b4,"\u0062\u006c\u0061n\u006b":0x2423,"\u0062\u006c\u0069\u006e\u0065\u0062\u0065\u006c\u006f\u0077":0x1e07,"b\u006c\u006b\u0068\u006f\u0072\u007a\u006f\u0076\u0061\u006c":0x2b2c,"b\u006c\u006b\u0076\u0065\u0072\u0074\u006f\u0076\u0061\u006c":0x2b2e,"\u0062\u006c\u006fc\u006b":0x2588,"\u0062\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff42,"\u0062\u006f\u0062a\u0069\u006d\u0061\u0069\u0074\u0068\u0061\u0069":0x0e1a,"\u0062\u006f\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x307c,"\u0062\u006f\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30dc,"\u0062\u006f\u0074\u0073\u0065\u006d\u0069\u0063\u0069\u0072\u0063\u006c\u0065":0x25e1,"\u0062\u006f\u0077\u0074\u0069\u0065":0x22c8,"\u0062\u006f\u0078\u0061\u0073\u0074":0x29c6,"\u0062\u006f\u0078\u0062\u0061\u0072":0x25eb,"\u0062\u006f\u0078\u0062\u006f\u0078":0x29c8,"\u0062o\u0078\u0062\u0073\u006c\u0061\u0073h":0x29c5,"\u0062o\u0078\u0063\u0069\u0072\u0063\u006ce":0x29c7,"\u0062o\u0078\u0064\u0069\u0061\u0067":0x29c4,"\u0062\u006f\u0078\u006f\u006e\u0062\u006f\u0078":0x29c9,"\u0062\u0070\u0061\u0072\u0065\u006e":0x249d,"\u0062\u0071\u0073\u0071\u0075\u0061\u0072\u0065":0x33c3,"\u0062r\u0061\u0063\u0065\u0065\u0078":0xf8f4,"\u0062r\u0061\u0063\u0065\u006c\u0065\u0066t":0x007b,"b\u0072\u0061\u0063\u0065\u006c\u0065\u0066\u0074\u0062\u0074":0xf8f3,"\u0062\u0072\u0061c\u0065\u006c\u0065\u0066\u0074\u006d\u0069\u0064":0xf8f2,"\u0062r\u0061c\u0065\u006c\u0065\u0066\u0074m\u006f\u006eo\u0073\u0070\u0061\u0063\u0065":0xff5b,"\u0062\u0072\u0061\u0063\u0065\u006c\u0065\u0066\u0074s\u006d\u0061\u006c\u006c":0xfe5b,"b\u0072\u0061\u0063\u0065\u006c\u0065\u0066\u0074\u0074\u0070":0xf8f1,"\u0062\u0072\u0061\u0063\u0065\u006c\u0065\u0066\u0074\u0076\u0065\u0072t\u0069\u0063\u0061\u006c":0xfe37,"\u0062\u0072\u0061\u0063\u0065\u0072\u0069\u0067\u0068\u0074":0x007d,"\u0062\u0072\u0061c\u0065\u0072\u0069\u0067\u0068\u0074\u0062\u0074":0xf8fe,"\u0062\u0072\u0061\u0063\u0065\u0072\u0069\u0067\u0068\u0074\u006d\u0069\u0064":0xf8fd,"\u0062\u0072\u0061\u0063er\u0069\u0067\u0068\u0074\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff5d,"\u0062r\u0061c\u0065\u0072\u0069\u0067\u0068\u0074\u0073\u006d\u0061\u006c\u006c":0xfe5c,"\u0062\u0072\u0061c\u0065\u0072\u0069\u0067\u0068\u0074\u0074\u0070":0xf8fc,"\u0062r\u0061c\u0065\u0072\u0069\u0067\u0068t\u0076\u0065r\u0074\u0069\u0063\u0061\u006c":0xfe38,"b\u0072\u0061\u0063\u006b\u0065\u0074\u006c\u0065\u0066\u0074":0x005b,"\u0062\u0072\u0061\u0063\u006b\u0065\u0074\u006c\u0065\u0066\u0074\u0062\u0074":0xf8f0,"\u0062\u0072\u0061\u0063\u006b\u0065\u0074\u006c\u0065\u0066\u0074\u0065\u0078":0xf8ef,"b\u0072a\u0063\u006b\u0065\u0074\u006c\u0065\u0066\u0074m\u006f\u006e\u006f\u0073pa\u0063\u0065":0xff3b,"\u0062\u0072a\u0063\u006b\u0065t\u006c\u0065\u0066\u0074\u0071\u0075\u0069\u006c\u006c":0x2045,"\u0062\u0072\u0061\u0063\u006b\u0065\u0074\u006c\u0065\u0066\u0074\u0074\u0070":0xf8ee,"\u0062\u0072\u0061c\u006b\u0065\u0074\u0072\u0069\u0067\u0068\u0074":0x005d,"\u0062\u0072\u0061\u0063\u006b\u0065\u0074\u0072\u0069g\u0068\u0074\u0062\u0074":0xf8fb,"\u0062\u0072\u0061\u0063\u006b\u0065\u0074\u0072\u0069g\u0068\u0074\u0065\u0078":0xf8fa,"b\u0072\u0061\u0063\u006bet\u0072i\u0067\u0068\u0074\u006d\u006fn\u006f\u0073\u0070\u0061\u0063\u0065":0xff3d,"\u0062\u0072\u0061\u0063\u006b\u0065\u0074\u0072\u0069\u0067\u0068\u0074q\u0075\u0069\u006c\u006c":0x2046,"\u0062\u0072\u0061\u0063\u006b\u0065\u0074\u0072\u0069g\u0068\u0074\u0074\u0070":0xf8f9,"\u0062\u0072\u0065v\u0065":0x02d8,"\u0062\u0072\u0065\u0076\u0065\u0031":0xf006,"\u0062\u0072\u0065\u0076\u0065\u0062\u0065\u006c\u006f\u0077\u0063\u006d\u0062":0x032e,"\u0062\u0072\u0065\u0076\u0065\u0063\u006d\u0062":0x0306,"b\u0072\u0065\u0076\u0065in\u0076e\u0072\u0074\u0065\u0064\u0062e\u006c\u006f\u0077\u0063\u006d\u0062":0x032f,"\u0062\u0072e\u0076\u0065\u0069n\u0076\u0065\u0072\u0074\u0065\u0064\u0063\u006d\u0062":0x0311,"\u0062\u0072\u0065\u0076ei\u006e\u0076\u0065\u0072\u0074\u0065\u0064\u0064\u006f\u0075\u0062\u006c\u0065\u0063m\u0062":0x0361,"\u0062\u0072\u0069\u0064\u0067\u0065\u0062\u0065\u006co\u0077\u0063\u006d\u0062":0x032a,"\u0062\u0072\u0069\u0064ge\u0069\u006e\u0076\u0065\u0072\u0074\u0065\u0064\u0062\u0065\u006c\u006f\u0077\u0063m\u0062":0x033a,"\u0062\u0072i\u0064\u0067\u0065i\u006e\u0076\u0073\u0075\u0062\u006e\u006f\u0073\u0070":0x02ad,"\u0062r\u006f\u006b\u0065\u006e\u0062\u0061r":0x00a6,"\u0062\u0073\u0069\u006d\u0069\u006c\u0061\u0072\u006c\u0065\u0066\u0074a\u0072\u0072\u006f\u0077":0x2b41,"\u0062s\u0069m\u0069\u006c\u0061\u0072\u0072i\u0067\u0068t\u0061\u0072\u0072\u006f\u0077":0x2b47,"\u0062\u0073\u006f\u006c\u0068\u0073\u0075\u0062":0x27c8,"\u0062s\u0074\u0072\u006f\u006b\u0065":0x0180,"\u0062s\u0075\u0070\u0065\u0072\u0069\u006fr":0xf6ea,"\u0062\u0074\u0069\u006d\u0065\u0073":0x2a32,"\u0062t\u006f\u0070\u0062\u0061\u0072":0x0183,"\u0062\u0075\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x3076,"\u0062\u0075\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30d6,"\u0062\u0075\u006c\u006c\u0065\u0074":0x2022,"\u0062\u0075\u006c\u006c\u0065\u0074\u006f\u0070\u0065r\u0061\u0074\u006f\u0072":0x2219,"\u0062\u0075\u006c\u006c\u0073\u0065\u0079\u0065":0x25ce,"\u0062u\u006d\u0070\u0065\u0071\u0071":0x2aae,"\u0063":0x0063,"\u0063\u0031\u0032\u0038":0x0080,"\u0063\u0031\u0032\u0039":0x0081,"\u0063\u0031\u0034\u0031":0x008d,"\u0063\u0031\u0034\u0032":0x008e,"\u0063\u0031\u0034\u0033":0x008f,"\u0063\u0061\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x056e,"\u0063a\u0062\u0065\u006e\u0067\u0061\u006ci":0x099a,"\u0063\u0061\u0063\u0075\u0074\u0065":0x0107,"\u0063a\u0064\u0061\u0075\u006e\u0061":0x2106,"\u0063\u0061\u0064\u0065\u0076\u0061":0x091a,"\u0063\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069":0x0a9a,"\u0063\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a1a,"\u0063a\u006c\u0073\u0071\u0075\u0061\u0072e":0x3388,"\u0063a\u006ed\u0072\u0061\u0062\u0069\u006ed\u0075\u0062e\u006e\u0067\u0061\u006c\u0069":0x0981,"\u0063\u0061\u006e\u0064\u0072\u0061\u0062\u0069\u006ed\u0075\u0063\u006d\u0062":0x0310,"\u0063a\u006ed\u0072\u0061\u0062\u0069\u006e\u0064\u0075\u0064\u0065\u0076\u0061":0x0901,"\u0063\u0061\u006e\u0064ra\u0062\u0069\u006e\u0064\u0075\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069":0x0a81,"\u0063a\u0070\u0062\u0061\u0072\u0063\u0075p":0x2a49,"\u0063\u0061\u0070\u0064\u006f\u0074":0x2a40,"\u0063\u0061\u0070\u0069ta\u006c\u0063\u006f\u006d\u0070\u0077\u006f\u0072\u0064\u006d\u0061\u0072\u006b":0xd809,"\u0063\u0061\u0070\u006f\u0076\u0065\u0072\u0063\u0075\u0070":0x2a47,"\u0063\u0061\u0070\u0073\u006c\u006f\u0063\u006b":0x21ea,"\u0063\u0061\u0070\u0077\u0065\u0064\u0067\u0065":0x2a44,"\u0063\u0061\u0072\u0065\u006f\u0066":0x2105,"c\u0061\u0072\u0065\u0074\u0069\u006e\u0073\u0065\u0072\u0074":0x2038,"\u0063\u0061\u0072o\u006e":0x02c7,"\u0063\u0061\u0072\u006f\u006e\u0031":0xf00a,"\u0063\u0061\u0072\u006f\u006e\u0062\u0065\u006c\u006f\u0077\u0063\u006d\u0062":0x032c,"\u0063\u0061\u0072\u006f\u006e\u0063\u006d\u0062":0x030c,"\u0063\u0061\u0072\u0072\u0069\u0061\u0067\u0065\u0072e\u0074\u0075\u0072\u006e":0x21b5,"\u0063b\u006f\u0070\u006f\u006d\u006f\u0066o":0x3118,"\u0063\u0063\u0061\u0072\u006f\u006e":0x010d,"\u0063\u0063\u0065\u0064\u0069\u006c\u006c\u0061":0x00e7,"\u0063\u0063\u0065\u0064\u0069\u006c\u006c\u0061\u0061\u0063\u0075\u0074\u0065":0x1e09,"\u0063c\u0069\u0072\u0063\u006c\u0065":0x24d2,"c\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078":0x0109,"\u0063\u0063\u0075r\u006c":0x0255,"\u0063c\u0077u\u006e\u0064\u0065\u0072\u0063u\u0072\u0076e\u0061\u0072\u0072\u006f\u0077":0x293f,"\u0063\u0064\u006f\u0074":0x010b,"\u0063\u0064\u0073\u0071\u0075\u0061\u0072\u0065":0x33c5,"\u0063e\u0064\u0069\u006c\u006c\u0061":0x00b8,"\u0063\u0065\u0064\u0069\u006c\u006c\u0061\u0031":0xf008,"\u0063\u0065\u0064\u0069\u006c\u006c\u0061\u0032":0xf00d,"\u0063\u0065\u0064\u0069\u006c\u006c\u0061\u0063\u006d\u0062":0x0327,"c\u0065\u0069\u006c\u0069\u006e\u0067\u006c\u0065\u0066\u0074":0x2308,"\u0063\u0065\u0069l\u0069\u006e\u0067\u0072\u0069\u0067\u0068\u0074":0x2309,"\u0063\u0065\u006e\u0074":0x00a2,"\u0063\u0065\u006e\u0074\u0069\u0067\u0072\u0061\u0064\u0065":0x2103,"\u0063\u0065\u006et\u0069\u006e\u0066\u0065\u0072\u0069\u006f\u0072":0xf6df,"\u0063\u0065\u006e\u0074\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xffe0,"\u0063\u0065\u006et\u006f\u006c\u0064\u0073\u0074\u0079\u006c\u0065":0xf7a2,"\u0063\u0065\u006e\u0074\u0072\u0065\u006c\u0069\u006e\u0065":0x2104,"\u0063\u0065\u006et\u0073\u0075\u0070\u0065\u0072\u0069\u006f\u0072":0xf6e0,"c\u0068\u0061\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x0579,"\u0063\u0068\u0061\u0062\u0065\u006e\u0067\u0061\u006c\u0069":0x099b,"\u0063h\u0061\u0064\u0065\u0076\u0061":0x091b,"c\u0068\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069":0x0a9b,"c\u0068\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a1b,"\u0063\u0068\u0062\u006f\u0070\u006f\u006d\u006f\u0066\u006f":0x3114,"c\u0068e\u0061\u0062\u006b\u0068\u0061\u0073\u0069\u0061n\u0063\u0079\u0072\u0069ll\u0069\u0063":0x04bd,"c\u0068\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x0447,"\u0063\u0068e\u0064\u0065\u0073\u0063\u0065\u006e\u0064\u0065\u0072\u0061\u0062\u006b\u0068\u0061\u0073\u0069\u0061\u006e\u0063\u0079\u0072\u0069ll\u0069\u0063":0x04bf,"c\u0068e\u0064\u0065\u0073\u0063\u0065\u006e\u0064\u0065r\u0063\u0079\u0072\u0069ll\u0069\u0063":0x04b7,"\u0063\u0068\u0065\u0064ie\u0072\u0065\u0073\u0069\u0073\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x04f5,"\u0063\u0068\u0065h\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x0573,"c\u0068\u0065\u006b\u0068ak\u0061s\u0073\u0069\u0061\u006e\u0063y\u0072\u0069\u006c\u006c\u0069\u0063":0x04cc,"\u0063h\u0065\u0076\u0065\u0072t\u0069\u0063\u0061\u006c\u0073t\u0072o\u006be\u0063\u0079\u0072\u0069\u006c\u006c\u0069c":0x04b9,"\u0063\u0068\u0069":0x03c7,"c\u0068i\u0065\u0075\u0063\u0068\u0061\u0063\u0069\u0072c\u006c\u0065\u006b\u006fre\u0061\u006e":0x3277,"\u0063\u0068\u0069\u0065uc\u0068\u0061\u0070\u0061\u0072\u0065\u006e\u006b\u006f\u0072\u0065\u0061\u006e":0x3217,"\u0063\u0068\u0069\u0065uc\u0068\u0063\u0069\u0072\u0063\u006c\u0065\u006b\u006f\u0072\u0065\u0061\u006e":0x3269,"\u0063\u0068\u0069\u0065\u0075\u0063\u0068\u006b\u006f\u0072\u0065\u0061\u006e":0x314a,"\u0063h\u0069e\u0075\u0063\u0068\u0070\u0061r\u0065\u006ek\u006f\u0072\u0065\u0061\u006e":0x3209,"\u0063\u0068\u006fc\u0068\u0061\u006e\u0067\u0074\u0068\u0061\u0069":0x0e0a,"c\u0068\u006f\u0063\u0068\u0061\u006e\u0074\u0068\u0061\u0069":0x0e08,"\u0063\u0068\u006fc\u0068\u0069\u006e\u0067\u0074\u0068\u0061\u0069":0x0e09,"c\u0068\u006f\u0063\u0068\u006f\u0065\u0074\u0068\u0061\u0069":0x0e0c,"\u0063\u0068\u006fo\u006b":0x0188,"\u0063i\u0065u\u0063\u0061\u0063\u0069\u0072c\u006c\u0065k\u006f\u0072\u0065\u0061\u006e":0x3276,"\u0063\u0069\u0065\u0075\u0063\u0061\u0070\u0061\u0072\u0065\u006e\u006bo\u0072\u0065\u0061\u006e":0x3216,"\u0063\u0069\u0065\u0075\u0063\u0063\u0069\u0072\u0063\u006c\u0065\u006bo\u0072\u0065\u0061\u006e":0x3268,"c\u0069\u0065\u0075\u0063\u006b\u006f\u0072\u0065\u0061\u006e":0x3148,"\u0063\u0069e\u0075\u0063\u0070a\u0072\u0065\u006e\u006b\u006f\u0072\u0065\u0061\u006e":0x3208,"\u0063\u0069\u0065\u0075\u0063\u0075\u0070\u0061\u0072\u0065\u006e\u006bo\u0072\u0065\u0061\u006e":0x321c,"\u0063\u0069\u0072\u0045":0x29c3,"\u0063\u0069\u0072\u0062\u006f\u0074":0x27df,"\u0063\u0069\u0072\u0063\u0065\u0071":0x2257,"\u0063\u0069\u0072\u0063\u006c\u0065\u0061\u0073\u0074e\u0072\u0069\u0073\u006b":0x229b,"c\u0069\u0072\u0063\u006ceb\u006ft\u0074\u006f\u006d\u0068\u0061l\u0066\u0062\u006c\u0061\u0063\u006b":0x25d2,"\u0063\u0069\u0072c\u006c\u0065\u0063\u006f\u0070\u0079\u0072\u0074":0x20dd,"\u0063\u0069\u0072\u0063\u006c\u0065\u0064\u0062\u0075\u006c\u006c\u0065\u0074":0x29bf,"c\u0069\u0072\u0063\u006c\u0065\u0064\u0064\u0061\u0073\u0068":0x229d,"\u0063\u0069\u0072c\u006c\u0065\u0064\u0069\u0076\u0069\u0064\u0065":0x2298,"\u0063i\u0072c\u006c\u0065\u0064\u006f\u0077\u006e\u0061\u0072\u0072\u006f\u0077":0x29ec,"\u0063i\u0072c\u006c\u0065\u0064\u0070\u0061\u0072\u0061\u006c\u006c\u0065\u006c":0x29b7,"\u0063i\u0072c\u006c\u0065\u0064\u0072\u0069\u0067\u0068\u0074\u0064\u006f\u0074":0x2686,"\u0063\u0069\u0072\u0063\u006c\u0065\u0064\u0074\u0077o\u0064\u006f\u0074\u0073":0x2687,"c\u0069\u0072\u0063\u006c\u0065\u0064\u0076\u0065\u0072\u0074":0x29b6,"\u0063i\u0072c\u006c\u0065\u0064\u0077\u0068i\u0074\u0065b\u0075\u006c\u006c\u0065\u0074":0x29be,"c\u0069\u0072\u0063\u006c\u0065\u0065\u0071\u0075\u0061\u006c":0x229c,"\u0063\u0069\u0072\u0063\u006c\u0065\u0068\u0062\u0061\u0072":0x29b5,"\u0063\u0069\u0072c\u006c\u0065\u006c\u006c\u0071\u0075\u0061\u0064":0x25f5,"\u0063\u0069\u0072c\u006c\u0065\u006c\u0072\u0071\u0075\u0061\u0064":0x25f6,"\u0063\u0069\u0072\u0063\u006c\u0065\u006d\u0075\u006ct\u0069\u0070\u006c\u0079":0x2297,"\u0063\u0069\u0072\u0063\u006c\u0065\u006f\u006e\u006c\u0065\u0066\u0074a\u0072\u0072\u006f\u0077":0x2b30,"\u0063i\u0072c\u006c\u0065\u006f\u006e\u0072i\u0067\u0068t\u0061\u0072\u0072\u006f\u0077":0x21f4,"\u0063\u0069\u0072\u0063\u006c\u0065\u006f\u0074":0x2299,"\u0063\u0069\u0072\u0063\u006c\u0065\u0070\u006c\u0075\u0073":0x2295,"\u0063\u0069r\u0063\u006c\u0065p\u006f\u0073\u0074\u0061\u006c\u006d\u0061\u0072\u006b":0x3036,"\u0063\u0069\u0072\u0063\u006c\u0065\u0072\u0069\u006e\u0067":0x229a,"\u0063i\u0072c\u006c\u0065\u0074\u006f\u0070h\u0061\u006cf\u0062\u006c\u0061\u0063\u006b":0x25d3,"\u0063\u0069\u0072c\u006c\u0065\u0075\u006c\u0071\u0075\u0061\u0064":0x25f4,"\u0063\u0069\u0072c\u006c\u0065\u0075\u0072\u0071\u0075\u0061\u0064":0x25f7,"\u0063\u0069\u0072\u0063\u006c\u0065\u0075\u0072\u0071\u0075\u0061\u0064b\u006c\u0061\u0063\u006b":0x25d4,"\u0063\u0069\u0072\u0063\u006c\u0065\u0076\u0065\u0072t\u0066\u0069\u006c\u006c":0x25cd,"\u0063\u0069\u0072cl\u0065\u0077\u0069\u0074\u0068\u006c\u0065\u0066\u0074\u0068\u0061\u006c\u0066\u0062\u006c\u0061\u0063\u006b":0x25d0,"\u0063i\u0072\u0063\u006c\u0065\u0077\u0069\u0074\u0068\u0072\u0069\u0067h\u0074\u0068\u0061\u006c\u0066\u0062\u006c\u0061\u0063\u006b":0x25d1,"\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078":0x02c6,"c\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078\u0031":0xf003,"\u0063i\u0072c\u0075\u006d\u0066\u006c\u0065x\u0062\u0065l\u006f\u0077\u0063\u006d\u0062":0x032d,"\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078\u0063\u006d\u0062":0x0302,"\u0063\u0069\u0072\u0066\u006e\u0069\u006e\u0074":0x2a10,"\u0063\u0069\u0072\u006d\u0069\u0064":0x2aef,"\u0063i\u0072\u0073\u0063\u0069\u0072":0x29c2,"\u0063\u006c\u0065a\u0072":0x2327,"\u0063\u006c\u0069\u0063\u006b\u0061\u006c\u0076\u0065\u006f\u006c\u0061\u0072":0x01c2,"c\u006c\u0069\u0063\u006b\u0064\u0065\u006e\u0074\u0061\u006c":0x01c0,"\u0063\u006c\u0069c\u006b\u006c\u0061\u0074\u0065\u0072\u0061\u006c":0x01c1,"\u0063\u006c\u0069\u0063\u006b\u0072\u0065\u0074\u0072o\u0066\u006c\u0065\u0078":0x01c3,"\u0063l\u006f\u0063\u006b\u0077\u0069\u0073e":0x27f3,"\u0063\u006c\u006fs\u0065\u0064\u0076\u0061\u0072\u0063\u0061\u0070":0x2a4d,"\u0063\u006c\u006fs\u0065\u0064\u0076\u0061\u0072\u0063\u0075\u0070":0x2a4c,"c\u006c\u006f\u0073\u0065dv\u0061r\u0063\u0075\u0070\u0073\u006da\u0073\u0068\u0070\u0072\u006f\u0064":0x2a50,"\u0063l\u006f\u0073\u0075\u0072\u0065":0x2050,"\u0063\u006c\u0075\u0062":0x2663,"\u0063\u006c\u0075\u0062\u0073\u0075\u0069\u0074\u0077\u0068\u0069\u0074\u0065":0x2667,"\u0063\u006d\u0063\u0075\u0062\u0065\u0064\u0073\u0071\u0075\u0061\u0072\u0065":0x33a4,"\u0063\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff43,"\u0063m\u0073q\u0075\u0061\u0072\u0065\u0064\u0073\u0071\u0075\u0061\u0072\u0065":0x33a0,"\u0063\u006f\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x0581,"\u0063\u006f\u006co\u006e":0x003a,"\u0063o\u006c\u006f\u006e\u0065\u0071":0x2254,"\u0063\u006f\u006c\u006f\u006e\u006d\u006f\u006e\u0065\u0074\u0061\u0072\u0079":0x20a1,"\u0063\u006f\u006c\u006f\u006e\u006d\u006f\u006e\u006fs\u0070\u0061\u0063\u0065":0xff1a,"\u0063\u006f\u006c\u006f\u006e\u0073\u006d\u0061\u006c\u006c":0xfe55,"\u0063\u006f\u006c\u006fnt\u0072\u0069\u0061\u006e\u0067\u0075\u006c\u0061\u0072\u0068\u0061\u006c\u0066\u006do\u0064":0x02d1,"\u0063o\u006co\u006e\u0074\u0072\u0069\u0061n\u0067\u0075l\u0061\u0072\u006d\u006f\u0064":0x02d0,"\u0063\u006f\u006dm\u0061":0x002c,"\u0063\u006f\u006d\u006d\u0061\u0061\u0062\u006f\u0076\u0065\u0063\u006d\u0062":0x0313,"\u0063o\u006dm\u0061\u0061\u0062\u006f\u0076e\u0072\u0069g\u0068\u0074\u0063\u006d\u0062":0x0315,"c\u006f\u006d\u006d\u0061\u0061\u0063\u0063\u0065\u006e\u0074":0xf6c3,"\u0063\u006f\u006d\u006d\u0061\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x055d,"\u0063\u006f\u006d\u006d\u0061\u0069\u006e\u0066\u0065\u0072\u0069\u006f\u0072":0xf6e1,"\u0063\u006f\u006d\u006d\u0061\u006d\u0069\u006e\u0075\u0073":0x2a29,"\u0063\u006f\u006d\u006d\u0061\u006d\u006f\u006e\u006fs\u0070\u0061\u0063\u0065":0xff0c,"c\u006f\u006d\u006d\u0061re\u0076e\u0072\u0073\u0065\u0064\u0061b\u006f\u0076\u0065\u0063\u006d\u0062":0x0314,"\u0063\u006f\u006d\u006d\u0061\u0073\u006d\u0061\u006c\u006c":0xfe50,"\u0063\u006f\u006dm\u0061\u0073\u0075\u0062\u006e\u006f\u0073\u0070":0x0299,"\u0063\u006f\u006d\u006d\u0061\u0073\u0075\u0070\u0065\u0072\u0069\u006f\u0072":0xf6e2,"\u0063\u006f\u006d\u006dat\u0075\u0072\u006e\u0065\u0064\u0061\u0062\u006f\u0076\u0065\u0063\u006d\u0062":0x0312,"\u0063\u006f\u006d\u006d\u0061\u0074\u0075\u0072\u006ee\u0064\u006d\u006f\u0064":0x02bb,"\u0063\u006f\u006d\u0070\u006c\u0065\u006d\u0065\u006e\u0074":0x2201,"\u0063\u006f\u006e\u0063\u0061\u0076\u0065\u0064\u0069a\u006d\u006f\u006e\u0064":0x27e1,"\u0063\u006f\u006e\u0063av\u0065\u0064\u0069\u0061\u006d\u006f\u006e\u0064\u0074\u0069\u0063\u006b\u006c\u0065f\u0074":0x27e2,"\u0063\u006f\u006eca\u0076\u0065\u0064\u0069\u0061\u006d\u006f\u006e\u0064\u0074\u0069\u0063\u006b\u0072\u0069\u0067\u0068\u0074":0x27e3,"\u0063o\u006e\u0067\u0064\u006f\u0074":0x2a6d,"\u0063o\u006e\u0067\u0072\u0075\u0065\u006et":0x2245,"\u0063\u006f\u006e\u0069\u0063\u0074\u0061\u0070\u0065\u0072":0x2332,"\u0063o\u006e\u006a\u0071\u0075\u0061\u006et":0x2a07,"\u0063o\u006et\u006f\u0075\u0072\u0069\u006e\u0074\u0065\u0067\u0072\u0061\u006c":0x222e,"\u0063o\u006e\u0074\u0072\u006f\u006c":0x2303,"\u0063\u006f\u006e\u0074\u0072\u006f\u006c\u0041\u0043\u004b":0x0006,"\u0063\u006f\u006e\u0074\u0072\u006f\u006c\u0042\u0045\u004c":0x0007,"\u0063o\u006e\u0074\u0072\u006f\u006c\u0042S":0x0008,"\u0063\u006f\u006e\u0074\u0072\u006f\u006c\u0043\u0041\u004e":0x0018,"\u0063o\u006e\u0074\u0072\u006f\u006c\u0043R":0x000d,"\u0063\u006f\u006e\u0074\u0072\u006f\u006c\u0044\u0043\u0031":0x0011,"\u0063\u006f\u006e\u0074\u0072\u006f\u006c\u0044\u0043\u0032":0x0012,"\u0063\u006f\u006e\u0074\u0072\u006f\u006c\u0044\u0043\u0033":0x0013,"\u0063\u006f\u006e\u0074\u0072\u006f\u006c\u0044\u0043\u0034":0x0014,"\u0063\u006f\u006e\u0074\u0072\u006f\u006c\u0044\u0045\u004c":0x007f,"\u0063\u006f\u006e\u0074\u0072\u006f\u006c\u0044\u004c\u0045":0x0010,"\u0063o\u006e\u0074\u0072\u006f\u006c\u0045M":0x0019,"\u0063\u006f\u006e\u0074\u0072\u006f\u006c\u0045\u004e\u0051":0x0005,"\u0063\u006f\u006e\u0074\u0072\u006f\u006c\u0045\u004f\u0054":0x0004,"\u0063\u006f\u006e\u0074\u0072\u006f\u006c\u0045\u0053\u0043":0x001b,"\u0063\u006f\u006e\u0074\u0072\u006f\u006c\u0045\u0054\u0042":0x0017,"\u0063\u006f\u006e\u0074\u0072\u006f\u006c\u0045\u0054\u0058":0x0003,"\u0063o\u006e\u0074\u0072\u006f\u006c\u0046F":0x000c,"\u0063o\u006e\u0074\u0072\u006f\u006c\u0046S":0x001c,"\u0063o\u006e\u0074\u0072\u006f\u006c\u0047S":0x001d,"\u0063o\u006e\u0074\u0072\u006f\u006c\u0048T":0x0009,"\u0063o\u006e\u0074\u0072\u006f\u006c\u004cF":0x000a,"\u0063\u006f\u006e\u0074\u0072\u006f\u006c\u004e\u0041\u004b":0x0015,"c\u006f\u006e\u0074\u0072\u006f\u006c\u004e\u0055\u004c\u004c":0x0000,"\u0063o\u006e\u0074\u0072\u006f\u006c\u0052S":0x001e,"\u0063o\u006e\u0074\u0072\u006f\u006c\u0053I":0x000f,"\u0063o\u006e\u0074\u0072\u006f\u006c\u0053O":0x000e,"\u0063\u006f\u006e\u0074\u0072\u006f\u006c\u0053\u004f\u0054":0x0002,"\u0063\u006f\u006e\u0074\u0072\u006f\u006c\u0053\u0054\u0058":0x0001,"\u0063\u006f\u006e\u0074\u0072\u006f\u006c\u0053\u0055\u0042":0x001a,"\u0063\u006f\u006e\u0074\u0072\u006f\u006c\u0053\u0059\u004e":0x0016,"\u0063o\u006e\u0074\u0072\u006f\u006c\u0055S":0x001f,"\u0063o\u006e\u0074\u0072\u006f\u006c\u0056T":0x000b,"\u0063o\u0070\u0072\u006f\u0064\u0075\u0063t":0x2a3f,"\u0063\u006fp\u0072\u006f\u0064u\u0063\u0074\u0064\u0069\u0073\u0070\u006c\u0061\u0079":0x2210,"\u0063o\u0070\u0079\u0072\u0069\u0067\u0068t":0x00a9,"\u0063\u006f\u0070\u0079\u0072\u0069\u0067\u0068\u0074\u0073\u0061\u006e\u0073":0xf8e9,"\u0063\u006f\u0070\u0079\u0072\u0069\u0067\u0068\u0074s\u0065\u0072\u0069\u0066":0xf6d9,"\u0063\u006f\u0072\u006e\u0065\u0072\u0062\u0072\u0061\u0063\u006b\u0065t\u006c\u0065\u0066\u0074":0x300c,"\u0063\u006f\u0072\u006e\u0065\u0072\u0062\u0072\u0061\u0063\u006be\u0074\u006c\u0065\u0066\u0074\u0068\u0061\u006c\u0066\u0077i\u0064\u0074\u0068":0xff62,"\u0063o\u0072\u006e\u0065\u0072b\u0072\u0061\u0063\u006b\u0065t\u006ce\u0066t\u0076\u0065\u0072\u0074\u0069\u0063\u0061l":0xfe41,"\u0063o\u0072n\u0065\u0072\u0062\u0072\u0061c\u006b\u0065t\u0072\u0069\u0067\u0068\u0074":0x300d,"c\u006f\u0072\u006e\u0065\u0072\u0062r\u0061\u0063\u006b\u0065\u0074\u0072\u0069\u0067\u0068t\u0068\u0061\u006cf\u0077i\u0064\u0074\u0068":0xff63,"\u0063\u006f\u0072\u006e\u0065\u0072\u0062\u0072\u0061\u0063\u006be\u0074\u0072\u0069\u0067\u0068\u0074\u0076\u0065\u0072\u0074i\u0063\u0061\u006c":0xfe42,"\u0063\u006f\u0072\u0070\u006f\u0072\u0061\u0074\u0069\u006f\u006e\u0073q\u0075\u0061\u0072\u0065":0x337f,"\u0063\u006f\u0073\u0071\u0075\u0061\u0072\u0065":0x33c7,"\u0063\u006f\u0076\u0065\u0072\u006b\u0067\u0073\u0071\u0075\u0061\u0072\u0065":0x33c6,"\u0063\u0070\u0061\u0072\u0065\u006e":0x249e,"\u0063\u0072\u0075\u007a\u0065\u0069\u0072\u006f":0x20a2,"\u0063\u0073\u0074\u0072\u0065\u0074\u0063\u0068":0x0227,"\u0063\u0073\u0074\u0072\u0065\u0074\u0063\u0068\u0065\u0064":0x0297,"\u0063\u0073\u0075\u0062":0x2acf,"\u0063\u0073\u0075b\u0065":0x2ad1,"\u0063\u0073\u0075\u0070":0x2ad0,"\u0063\u0073\u0075p\u0065":0x2ad2,"\u0063\u0075\u0062\u0065\u0072\u006f\u006f\u0074":0x221b,"\u0063u\u0070\u0062\u0061\u0072\u0063\u0061p":0x2a48,"\u0063\u0075\u0070\u0064\u006f\u0074":0x228d,"\u0063\u0075\u0070l\u0065\u0066\u0074\u0061\u0072\u0072\u006f\u0077":0x228c,"\u0063\u0075\u0070\u006f\u0076\u0065\u0072\u0063\u0061\u0070":0x2a46,"\u0063\u0075\u0070\u0076\u0065\u0065":0x2a45,"\u0063\u0075\u0072\u006c\u0079\u0061\u006e\u0064":0x22cf,"\u0063u\u0072\u006c\u0079\u006c\u0065\u0066t":0x21ab,"\u0063u\u0072\u006c\u0079\u006f\u0072":0x22ce,"\u0063\u0075\u0072\u006c\u0079\u0072\u0069\u0067\u0068\u0074":0x21ac,"\u0063\u0075\u0072\u0072\u0065\u006e\u0063\u0079":0x00a4,"\u0063u\u0072v\u0065\u0061\u0072\u0072\u006fw\u006c\u0065f\u0074\u0070\u006c\u0075\u0073":0x293d,"c\u0075r\u0076\u0065\u0061\u0072\u0072\u006f\u0077\u0072i\u0067\u0068\u0074\u006din\u0075\u0073":0x293c,"\u0063\u0077\u0063\u0069\u0072\u0063\u006c\u0065\u0061\u0072\u0072\u006f\u0077":0x2941,"\u0063\u0077\u006f\u0070\u0065\u006e\u0063\u0069\u0072\u0063\u006c\u0065a\u0072\u0072\u006f\u0077":0x21bb,"\u0063w\u0072i\u0067\u0068\u0074\u0061\u0072\u0063\u0061\u0072\u0072\u006f\u0077":0x2938,"\u0063\u0077\u0075\u006e\u0064\u0065\u0072\u0063\u0075\u0072\u0076\u0065a\u0072\u0072\u006f\u0077":0x293e,"\u0063\u0079\u0072\u0042\u0072\u0065\u0076\u0065":0xf6d1,"\u0063y\u0072\u0046\u006c\u0065\u0078":0xf6d2,"\u0063\u0079\u0072\u0062\u0072\u0065\u0076\u0065":0xf6d4,"\u0063y\u0072\u0066\u006c\u0065\u0078":0xf6d5,"\u0064":0x0064,"\u0064\u0061\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x0564,"\u0064a\u0062\u0065\u006e\u0067\u0061\u006ci":0x09a6,"\u0064\u0061\u0064\u0065\u0076\u0061":0x0926,"\u0064\u0061\u0064\u0066\u0069\u006e\u0061\u006c\u0061r\u0061\u0062\u0069\u0063":0xfebe,"\u0064\u0061d\u0069\u006e\u0069t\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063":0xfebf,"d\u0061\u0064\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064":0xfebd,"\u0064a\u0064m\u0065\u0064\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063":0xfec0,"\u0064\u0061\u0067\u0065\u0073\u0068":0x05bc,"\u0064\u0061\u0067\u0067\u0065\u0072":0x2020,"\u0064a\u0067\u0067\u0065\u0072\u0064\u0062l":0x2021,"\u0064\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069":0x0aa6,"\u0064\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a26,"\u0064\u0061\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x3060,"\u0064\u0061\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30c0,"d\u0061\u006c\u0065\u0074\u0064\u0061\u0067\u0065\u0073\u0068":0xfb33,"\u0064\u0061\u006c\u0065\u0074\u0068":0x2138,"\u0064\u0061\u006c\u0065\u0074\u0071\u0061\u006d\u0061\u0074\u0073\u0068e\u0062\u0072\u0065\u0077":0x05d3,"\u0064\u0061\u006c\u0066\u0069\u006e\u0061\u006c\u0061r\u0061\u0062\u0069\u0063":0xfeaa,"d\u0061\u006c\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064":0xfea9,"d\u0061\u006d\u006d\u0061\u0061\u0072\u0061\u0062\u0069\u0063":0x064f,"\u0064\u0061\u006d\u006d\u0061\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064":0xfe78,"\u0064\u0061\u006d\u006d\u0061\u006c\u006f\u0077":0xe821,"d\u0061\u006d\u006d\u0061\u006d\u0065\u0064\u0069\u0061\u006c":0xfe79,"\u0064\u0061\u006dm\u0061\u006f\u006e\u0068\u0061\u006d\u007a\u0061":0xe835,"\u0064\u0061m\u006d\u0061\u0074a\u006e\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064":0xfe72,"d\u0061\u006d\u006d\u0061\u0074\u0061\u006e\u006c\u006f\u0077":0xe824,"\u0064a\u006dm\u0061\u0074\u0061\u006e\u006f\u006e\u0068\u0061\u006d\u007a\u0061":0xe836,"\u0064\u0061\u006ed\u0061":0x0964,"\u0064\u0061\u006e\u0067\u0065\u0072":0x2621,"\u0064a\u0072g\u0061\u006c\u0065\u0066\u0074\u0068\u0065\u0062\u0072\u0065\u0077":0x05a7,"\u0064\u0061\u0073h\u0056":0x2ae3,"\u0064a\u0073\u0068\u0056\u0064\u0061\u0073h":0x27db,"\u0064a\u0073\u0068\u0063\u006f\u006c\u006fn":0x2239,"\u0064\u0061\u0073\u0068le\u0066\u0074\u0068\u0061\u0072\u0070\u006f\u006f\u006e\u0064\u006f\u0077\u006e":0x296b,"d\u0061s\u0068\u0072\u0069\u0067\u0068\u0074\u0068\u0061r\u0070\u006f\u006f\u006edo\u0077\u006e":0x296d,"\u0064a\u0073\u0069\u0061\u0070\u006e\u0065\u0075\u006d\u0061\u0074\u0061c\u0079\u0072\u0069\u006c\u006c\u0069\u0063\u0063\u006d\u0062":0x0485,"\u0064b\u006b\u0061\u0072\u006f\u0077":0x290f,"\u0064\u0062\u006c\u0047\u0072\u0061\u0076\u0065":0xf6d3,"\u0064\u0062\u006c\u0061ng\u006c\u0065\u0062\u0072\u0061\u0063\u006b\u0065\u0074\u006c\u0065\u0066\u0074":0x300a,"d\u0062\u006c\u0061\u006e\u0067\u006ce\u0062\u0072\u0061\u0063\u006b\u0065\u0074\u006c\u0065f\u0074\u0076\u0065r\u0074i\u0063\u0061\u006c":0xfe3d,"d\u0062l\u0061\u006e\u0067\u006c\u0065\u0062\u0072\u0061c\u006b\u0065\u0074\u0072ig\u0068\u0074":0x300b,"\u0064\u0062\u006c\u0061n\u0067\u006c\u0065\u0062\u0072\u0061\u0063\u006b\u0065\u0074r\u0069g\u0068\u0074\u0076\u0065\u0072\u0074\u0069c\u0061\u006c":0xfe3e,"\u0064\u0062\u006car\u0063\u0068\u0069\u006e\u0076\u0065\u0072\u0074\u0065\u0064\u0062\u0065\u006c\u006f\u0077\u0063\u006d\u0062":0x032b,"d\u0062\u006c\u0061\u0072\u0072\u006f\u0077\u0064\u0077\u006e":0x21ca,"\u0064\u0062l\u0061\u0072\u0072o\u0077\u0068\u0065\u0061\u0064\u0064\u006f\u0077\u006e":0x058a,"\u0064\u0062l\u0061\u0072\u0072o\u0077\u0068\u0065\u0061\u0064\u006c\u0065\u0066\u0074":0x219e,"\u0064\u0062\u006c\u0061\u0072\u0072\u006f\u0077\u0068\u0065\u0061\u0064r\u0069\u0067\u0068\u0074":0x21a0,"\u0064\u0062\u006c\u0061\u0072\u0072\u006f\u0077\u0068e\u0061\u0064\u0075\u0070":0x0588,"\u0064\u0062\u006c\u0061\u0072\u0072\u006f\u0077\u0075\u0070":0x21c8,"\u0064\u0062\u006c\u0062\u0072\u0061\u0063\u006b\u0065t\u006c\u0065\u0066\u0074":0x27e6,"\u0064b\u006cb\u0072\u0061\u0063\u006b\u0065\u0074\u0072\u0069\u0067\u0068\u0074":0x27e7,"\u0064\u0062\u006c\u0064\u0061\u006e\u0064\u0061":0x0965,"\u0064\u0062\u006c\u0067\u0072\u0061\u0076\u0065":0xf6d6,"d\u0062\u006c\u0067\u0072\u0061\u0076\u0065\u0063\u006d\u0062":0x030f,"d\u0062\u006c\u0069\u006e\u0074\u0065\u0067\u0072\u0061\u006c":0x222c,"\u0064\u0062\u006c\u006c\u006f\u0077\u006c\u0069\u006e\u0065\u0063\u006d\u0062":0x0333,"\u0064\u0062\u006c\u006f\u0076\u0065\u0072\u006c\u0069n\u0065\u0063\u006d\u0062":0x033f,"d\u0062\u006c\u0070\u0072\u0069\u006d\u0065\u006d\u006f\u0064":0x02ba,"\u0064\u0062\u006c\u0076\u0065\u0072\u0074\u0069\u0063a\u006c\u0062\u0061\u0072":0x2016,"\u0064\u0062\u006cve\u0072\u0074\u0069\u0063\u0061\u006c\u006c\u0069\u006e\u0065\u0061\u0062\u006f\u0076\u0065\u0063\u006d\u0062":0x030e,"\u0064b\u006f\u0070\u006f\u006d\u006f\u0066o":0x3109,"\u0064\u0062\u0073\u0071\u0075\u0061\u0072\u0065":0x33c8,"\u0064\u0063\u0061\u0072\u006f\u006e":0x010f,"\u0064c\u0061\u0072\u006f\u006e\u0031":0xf811,"\u0064\u0063\u0065\u0064\u0069\u006c\u006c\u0061":0x1e11,"\u0064c\u0069\u0072\u0063\u006c\u0065":0x24d3,"\u0064\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0062\u0065\u006c\u006f\u0077":0x1e13,"\u0064\u0064\u0061\u0062\u0065\u006e\u0067\u0061\u006c\u0069":0x09a1,"\u0064d\u0061\u0064\u0065\u0076\u0061":0x0921,"d\u0064\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069":0x0aa1,"d\u0064\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a21,"\u0064d\u0061l\u0066\u0069\u006e\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063":0xfb89,"\u0064\u0064\u0064\u0064\u006f\u0074":0x20dc,"\u0064d\u0064\u0068\u0061\u0064\u0065\u0076a":0x095c,"\u0064\u0064\u0064o\u0074":0x20db,"d\u0064\u0068\u0061\u0062\u0065\u006e\u0067\u0061\u006c\u0069":0x09a2,"\u0064\u0064\u0068\u0061\u0064\u0065\u0076\u0061":0x0922,"\u0064\u0064\u0068a\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069":0x0aa2,"\u0064\u0064\u0068a\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a22,"\u0064\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074":0x1e0b,"\u0064d\u006f\u0074\u0062\u0065\u006c\u006fw":0x1e0d,"\u0064\u0064\u006ft\u0073":0x22f1,"\u0064d\u006f\u0074\u0073\u0065\u0071":0x2a77,"\u0064\u0065\u0063im\u0061\u006c\u0073\u0065\u0070\u0061\u0072\u0061\u0074\u006f\u0072\u0070\u0065\u0072\u0073\u0069\u0061\u006e":0x066b,"\u0064e\u0066\u0069\u006e\u0065\u0073":0x225c,"\u0064\u0065\u0067\u0072\u0065\u0065":0x00b0,"\u0064\u0065\u0067r\u0065\u0065\u006b\u0065\u006c\u0076\u0069\u006e":0x212a,"\u0064\u0065\u0068\u0069\u0068\u0065\u0062\u0072\u0065\u0077":0x05ad,"\u0064\u0065\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x3067,"\u0064e\u0069\u0063\u006f\u0070\u0074\u0069c":0x03ef,"\u0064\u0065\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30c7,"\u0064\u0065\u006c\u0065\u0074\u0065":0x05ba,"\u0064\u0065\u006c\u0065\u0074\u0065\u006c\u0065\u0066\u0074":0x232b,"d\u0065\u006c\u0065\u0074\u0065\u0072\u0069\u0067\u0068\u0074":0x2326,"\u0064\u0065\u006ct\u0061":0x03b4,"d\u0065\u006c\u0074\u0061\u0074\u0075\u0072\u006e\u0065\u0064":0x018d,"d\u0065\u006e\u006f\u006d\u0069\u006ea\u0074\u006f\u0072\u006d\u0069\u006eu\u0073\u006f\u006e\u0065\u006e\u0075\u006de\u0072\u0061\u0074\u006f\u0072\u0062\u0065\u006e\u0067\u0061l\u0069":0x09f8,"\u0064\u0065\u007a\u0068":0x02a4,"\u0064\u0068\u0061\u0062\u0065\u006e\u0067\u0061\u006c\u0069":0x09a7,"\u0064h\u0061\u0064\u0065\u0076\u0061":0x0927,"d\u0068\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069":0x0aa7,"d\u0068\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a27,"\u0064\u0068\u006fo\u006b":0x0257,"\u0064i\u0061\u0065\u0072\u0065\u0073\u0069s":0x0088,"\u0064\u0069\u0061\u006c\u0079\u0074\u0069\u006b\u0061\u0074\u006f\u006eo\u0073\u0063\u006d\u0062":0x0344,"\u0064\u0069\u0061\u006d\u0065\u0074\u0065\u0072":0x2300,"\u0064i\u0061\u006d\u006f\u006e\u0064":0x2666,"\u0064i\u0061m\u006f\u006e\u0064\u0062\u006f\u0074\u0062\u006c\u0061\u0063\u006b":0x2b19,"d\u0069\u0061\u006d\u006f\u006e\u0064\u0063\u0064\u006f\u0074":0x27d0,"\u0064\u0069a\u006d\u006f\u006ed\u006c\u0065\u0066\u0074\u0061\u0072\u0072\u006f\u0077":0x291d,"\u0064\u0069\u0061\u006don\u0064\u006c\u0065\u0066\u0074\u0061\u0072\u0072\u006f\u0077\u0062\u0061\u0072":0x291f,"\u0064\u0069a\u006d\u006f\u006ed\u006c\u0065\u0066\u0074\u0062\u006c\u0061\u0063\u006b":0x2b16,"d\u0069\u0061\u006d\u006f\u006e\u0064\u006d\u0061\u0074\u0068":0x22c4,"\u0064\u0069\u0061\u006d\u006f\u006e\u0064\u0072\u0069\u0067\u0068\u0074b\u006c\u0061\u0063\u006b":0x2b17,"\u0064\u0069a\u006d\u006f\u006ed\u0073\u0075\u0069\u0074\u0077\u0068\u0069\u0074\u0065":0x2662,"\u0064i\u0061m\u006f\u006e\u0064\u0074\u006f\u0070\u0062\u006c\u0061\u0063\u006b":0x2b18,"\u0064\u0069\u0063e\u0069":0x2680,"\u0064\u0069\u0063\u0065\u0069\u0069":0x2681,"\u0064i\u0063\u0065\u0069\u0069\u0069":0x2682,"\u0064\u0069\u0063\u0065\u0069\u0076":0x2683,"\u0064\u0069\u0063e\u0076":0x2684,"\u0064\u0069\u0063\u0065\u0076\u0069":0x2685,"\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073":0x00a8,"\u0064i\u0065\u0072\u0065\u0073\u0069\u00731":0xf005,"\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073\u0061\u0063\u0075\u0074\u0065":0xf6d7,"\u0064\u0069e\u0072\u0065\u0073i\u0073\u0062\u0065\u006c\u006f\u0077\u0063\u006d\u0062":0x0324,"d\u0069\u0065\u0072\u0065\u0073\u0069\u0073\u0063\u006d\u0062":0x0308,"\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073\u0067\u0072\u0061\u0076\u0065":0xf6d8,"\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073\u0074\u006f\u006e\u006f\u0073":0x0385,"\u0064\u0069\u0066\u0066\u0065\u0072\u0065\u006e\u0063\u0065":0x224f,"\u0064\u0069\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x3062,"\u0064\u0069\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30c2,"\u0064\u0069\u0073i\u006e":0x22f2,"\u0064i\u0073\u006a\u0071\u0075\u0061\u006et":0x2a08,"\u0064i\u0074\u0074\u006f\u006d\u0061\u0072k":0x3003,"\u0064\u0069\u0076\u0069\u0064\u0065":0x00f7,"\u0064\u0069\u0076\u0069\u0064\u0065\u006d\u0075\u006ct\u0069\u0070\u006c\u0079":0x22c7,"\u0064i\u0076\u0069\u0064\u0065\u0073":0x2223,"\u0064\u0069\u0076\u0069\u0073\u0069\u006f\u006e\u0073\u006c\u0061\u0073\u0068":0x2215,"d\u006a\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x0452,"\u0064k\u0073\u0068\u0061\u0064\u0065":0x2593,"\u0064\u006b\u0073\u0068\u0061\u0064\u0065\u0031":0xf823,"\u0064\u006c\u0069\u006e\u0065\u0062\u0065\u006c\u006f\u0077":0x1e0f,"\u0064\u006c\u0073\u0071\u0075\u0061\u0072\u0065":0x3397,"\u0064m\u0061\u0063\u0072\u006f\u006e":0x0111,"\u0064\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff44,"\u0064n\u0062\u006c\u006f\u0063\u006b":0x2584,"\u0064\u006e\u0065i\u0067\u0068\u0074\u0062\u006c\u006f\u0063\u006b":0x2581,"\u0064\u006e\u0066\u0069\u0076\u0065\u0065\u0069\u0067\u0068\u0074\u0068b\u006c\u006f\u0063\u006b":0x2585,"\u0064\u006e\u0071\u0075\u0061\u0072\u0074\u0065\u0072b\u006c\u006f\u0063\u006b":0x2582,"\u0064n\u0073e\u0076\u0065\u006e\u0065\u0069g\u0068\u0074h\u0062\u006c\u006f\u0063\u006b":0x2587,"\u0064n\u0074h\u0072\u0065\u0065\u0065\u0069g\u0068\u0074h\u0062\u006c\u006f\u0063\u006b":0x2583,"\u0064\u006e\u0074\u0068re\u0065\u0071\u0075\u0061\u0072\u0074\u0065\u0072\u0062\u006c\u006f\u0063\u006b":0x2586,"d\u006f\u0063\u0068\u0061\u0064\u0061\u0074\u0068\u0061\u0069":0x0e0e,"\u0064o\u0064\u0065\u006b\u0074\u0068\u0061i":0x0e14,"\u0064\u006f\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x3069,"\u0064\u006f\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30c9,"\u0064\u006f\u006c\u006c\u0061\u0072":0x0024,"\u0064\u006f\u006c\u006c\u0061\u0072\u0069\u006e\u0066e\u0072\u0069\u006f\u0072":0xf6e3,"\u0064o\u006cl\u0061\u0072\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff04,"\u0064\u006f\u006c\u006c\u0061\u0072\u006f\u006c\u0064s\u0074\u0079\u006c\u0065":0xf724,"d\u006f\u006c\u006c\u0061\u0072\u0073\u006d\u0061\u006c\u006c":0xfe69,"\u0064\u006f\u006c\u006c\u0061\u0072\u0073\u0075\u0070e\u0072\u0069\u006f\u0072":0xf6e4,"\u0064\u006f\u006e\u0067":0x20ab,"\u0064\u006f\u0072\u0075\u0073\u0071\u0075\u0061\u0072\u0065":0x3326,"\u0064o\u0074\u0061\u0063\u0063\u0065\u006et":0x02d9,"\u0064\u006f\u0074a\u0063\u0063\u0065\u006e\u0074\u0063\u006d\u0062":0x0307,"\u0064\u006f\u0074b\u0065\u006c\u006f\u0077\u0063\u006f\u006d\u0062":0x0323,"\u0064\u006f\u0074\u0063\u0069\u0072\u0063\u006c\u0065\u0031":0xf820,"\u0064\u006f\u0074\u0065\u0071\u0075\u0069\u0076":0x2a67,"d\u006f\u0074\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30fb,"\u0064\u006f\u0074\u006c\u0065\u0073\u0073\u0069":0x0131,"\u0064\u006f\u0074\u006c\u0065\u0073\u0073\u006a":0xf6be,"\u0064o\u0074l\u0065\u0073\u0073\u006a\u0073t\u0072\u006fk\u0065\u0068\u006f\u006f\u006b":0x0284,"\u0064o\u0074\u006d\u0061\u0074\u0068":0x22c5,"\u0064\u006f\u0074\u006d\u0069\u006e\u0075\u0073":0x2238,"\u0064o\u0074\u0070\u006c\u0075\u0073":0x2214,"\u0064\u006f\u0074\u0073\u0069\u006d":0x2a6a,"\u0064\u006f\u0074\u0073\u006d\u0069\u006e\u0075\u0073\u0064\u006f\u0074\u0073":0x223a,"\u0064\u006f\u0074t\u0065\u0064\u0063\u0069\u0072\u0063\u006c\u0065":0x25cc,"\u0064\u006f\u0074t\u0065\u0064\u0073\u0071\u0075\u0061\u0072\u0065":0x2b1a,"\u0064\u006f\u0074\u0074\u0069\u006d\u0065\u0073":0x2a30,"\u0064\u006f\u0075b\u006c\u0065\u0062\u0061\u0072\u0076\u0065\u0065":0x2a62,"\u0064\u006f\u0075\u0062\u006c\u0065\u0070\u006c\u0075\u0073":0x29fa,"\u0064\u006f\u0077n\u0061\u0072\u0072\u006f\u0077\u0062\u0061\u0072":0x2913,"\u0064o\u0077n\u0061\u0072\u0072\u006f\u0077\u0062\u0061\u0072\u0072\u0065\u0064":0x2908,"\u0064\u006f\u0077n\u0066\u0069\u0073\u0068\u0074\u0061\u0069\u006c":0x297f,"\u0064o\u0077n\u0068\u0061\u0072\u0070\u006fo\u006e\u006ce\u0066\u0074\u0062\u0061\u0072":0x2959,"\u0064\u006f\u0077\u006eha\u0072\u0070\u006f\u006f\u006e\u0072\u0069\u0067\u0068\u0074\u0062\u0061\u0072":0x2955,"d\u006f\u0077\u006e\u0068ar\u0070o\u006f\u006e\u0073\u006c\u0065f\u0074\u0072\u0069\u0067\u0068\u0074":0x2965,"d\u006fw\u006e\u0072\u0069\u0067\u0068\u0074\u0063\u0075r\u0076\u0065\u0064\u0061rr\u006f\u0077":0x2935,"\u0064o\u0077\u006e\u0073\u006c\u006f\u0070e":0x29f9,"\u0064\u006fw\u006e\u0074\u0061c\u006b\u0062\u0065\u006c\u006f\u0077\u0063\u006d\u0062":0x031e,"d\u006f\u0077\u006e\u0074\u0061\u0063\u006b\u006d\u006f\u0064":0x02d5,"d\u006f\u0077\u006e\u0074ri\u0061n\u0067\u006c\u0065\u006c\u0065f\u0074\u0062\u006c\u0061\u0063\u006b":0x29e8,"\u0064\u006f\u0077\u006etr\u0069\u0061\u006e\u0067\u006c\u0065\u0072\u0069\u0067\u0068\u0074\u0062\u006c\u0061c\u006b":0x29e9,"\u0064\u006f\u0077n\u0075\u0070\u0061\u0072\u0072\u006f\u0077\u0073":0x21f5,"\u0064\u006f\u0077nu\u0070\u0068\u0061\u0072\u0070\u006f\u006f\u006e\u0073\u006c\u0065\u0066\u0074\u0072\u0069\u0067\u0068\u0074":0x296f,"\u0064o\u0077n\u007a\u0069\u0067\u007a\u0061\u0067\u0061\u0072\u0072\u006f\u0077":0x21af,"\u0064\u0070\u0061\u0072\u0065\u006e":0x249f,"\u0064\u0072\u0062\u006b\u0061\u0072\u006f\u0077":0x2910,"\u0064\u0073\u006f\u006c":0x29f6,"\u0064\u0073\u0075\u0062":0x2a64,"\u0064s\u0075\u0070\u0065\u0072\u0069\u006fr":0xf6eb,"\u0064\u0074\u0061i\u006c":0x0256,"\u0064t\u006f\u0070\u0062\u0061\u0072":0x018c,"\u0064u\u0061\u006c\u006d\u0061\u0070":0x29df,"\u0064\u0075\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x3065,"\u0064\u0075\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30c5,"\u0064\u0079\u006fg\u0068":0x0234,"\u0064\u007a":0x01f3,"\u0064\u007a\u0061\u006c\u0074\u006f\u006e\u0065":0x02a3,"\u0064z\u0063\u0061\u0072\u006f\u006e":0x01c6,"\u0064\u007a\u0063\u0075\u0072\u006c":0x02a5,"d\u007ae\u0061\u0062\u006b\u0068\u0061\u0073\u0069\u0061n\u0063\u0079\u0072\u0069ll\u0069\u0063":0x04e1,"\u0064\u007a\u0068e\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x045f,"\u0065":0x0065,"\u0065\u0061\u0063\u0075\u0074\u0065":0x00e9,"\u0065\u0061\u0072t\u0068":0x2641,"\u0065\u0062\u0065\u006e\u0067\u0061\u006c\u0069":0x098f,"\u0065b\u006f\u0070\u006f\u006d\u006f\u0066o":0x311c,"\u0065\u0062\u0072\u0065\u0076\u0065":0x0115,"e\u0063\u0061\u006e\u0064\u0072\u0061\u0064\u0065\u0076\u0061":0x090d,"\u0065c\u0061n\u0064\u0072\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069":0x0a8d,"e\u0063a\u006e\u0064\u0072\u0061\u0076\u006f\u0077\u0065l\u0073\u0069\u0067\u006ede\u0076\u0061":0x0945,"\u0065c\u0061\u006e\u0064\u0072\u0061\u0076\u006f\u0077\u0065\u006c\u0073i\u0067\u006e\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069":0x0ac5,"\u0065\u0063\u0061\u0072\u006f\u006e":0x011b,"\u0065\u0063\u0065\u0064\u0069\u006c\u006c\u0061\u0062\u0072\u0065\u0076\u0065":0x1e1d,"e\u0063\u0068\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x0565,"\u0065c\u0068y\u0069\u0077\u006e\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x0587,"\u0065c\u0069\u0072\u0063\u006c\u0065":0x24d4,"e\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078":0x00ea,"\u0065\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0061\u0063\u0075\u0074\u0065":0x1ebf,"\u0065\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0062\u0065\u006c\u006f\u0077":0x1e19,"\u0065\u0063\u0069\u0072cu\u006d\u0066\u006c\u0065\u0078\u0064\u006f\u0074\u0062\u0065\u006c\u006f\u0077":0x1ec7,"\u0065\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0067\u0072\u0061\u0076\u0065":0x1ec1,"e\u0063i\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078h\u006f\u006f\u006b\u0061bo\u0076\u0065":0x1ec3,"\u0065\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0074\u0069\u006c\u0064\u0065":0x1ec5,"\u0065c\u0079\u0072\u0069\u006c\u006c\u0069c":0x0454,"\u0065d\u0062\u006c\u0067\u0072\u0061\u0076e":0x0205,"\u0065\u0064\u0065v\u0061":0x090f,"\u0065d\u0069\u0065\u0072\u0065\u0073\u0069s":0x00eb,"\u0065\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074":0x0117,"\u0065d\u006f\u0074\u0062\u0065\u006c\u006fw":0x1eb9,"\u0065\u0065\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a0f,"\u0065e\u006da\u0074\u0072\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a47,"\u0065\u0067\u0072\u0061\u0076\u0065":0x00e8,"\u0065\u0067\u0073\u0064\u006f\u0074":0x2a98,"\u0065g\u0075\u006a\u0061\u0072\u0061\u0074i":0x0a8f,"\u0065\u0068\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x0567,"\u0065\u0068\u0062\u006f\u0070\u006f\u006d\u006f\u0066\u006f":0x311d,"\u0065h\u0069\u0072\u0061\u0067\u0061\u006ea":0x3048,"\u0065\u0068\u006f\u006f\u006b\u0061\u0062\u006f\u0076\u0065":0x1ebb,"\u0065\u0069\u0062\u006f\u0070\u006f\u006d\u006f\u0066\u006f":0x311f,"\u0065\u0069\u0067h\u0074":0x0038,"\u0065\u0069\u0067h\u0074\u0062\u0065\u006e\u0067\u0061\u006c\u0069":0x09ee,"\u0065i\u0067\u0068\u0074\u0064\u0065\u0076a":0x096e,"\u0065\u0069\u0067\u0068\u0074\u0065\u0065\u006e\u0063i\u0072\u0063\u006c\u0065":0x2471,"\u0065\u0069\u0067\u0068\u0074\u0065\u0065\u006e\u0070\u0061\u0072\u0065\u006e":0x2485,"\u0065\u0069\u0067\u0068\u0074\u0065\u0065\u006e\u0070e\u0072\u0069\u006f\u0064":0x2499,"\u0065\u0069\u0067\u0068\u0074\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069":0x0aee,"\u0065\u0069\u0067\u0068\u0074\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a6e,"\u0065i\u0067h\u0074\u0068\u0061\u0063\u006b\u0061\u0072\u0061\u0062\u0069\u0063":0x0668,"\u0065\u0069\u0067\u0068\u0074\u0068\u0061\u006e\u0067\u007a\u0068\u006f\u0075":0x3028,"\u0065\u0069g\u0068\u0074\u0068n\u006f\u0074\u0065\u0062\u0065\u0061\u006d\u0065\u0064":0x266b,"e\u0069\u0067\u0068\u0074id\u0065o\u0067\u0072\u0061\u0070\u0068i\u0063\u0070\u0061\u0072\u0065\u006e":0x3227,"\u0065\u0069\u0067\u0068\u0074\u0069\u006e\u0066\u0065\u0072\u0069\u006f\u0072":0x2088,"\u0065\u0069\u0067\u0068\u0074\u006d\u006f\u006e\u006fs\u0070\u0061\u0063\u0065":0xff18,"\u0065\u0069\u0067\u0068\u0074\u006f\u006c\u0064\u0073\u0074\u0079\u006c\u0065":0xf738,"\u0065\u0069\u0067\u0068\u0074\u0070\u0061\u0072\u0065\u006e":0x247b,"e\u0069\u0067\u0068\u0074\u0070\u0065\u0072\u0069\u006f\u0064":0x248f,"\u0065\u0069\u0067h\u0074\u0070\u0065\u0072\u0073\u0069\u0061\u006e":0x06f8,"\u0065\u0069\u0067\u0068\u0074\u0072\u006f\u006d\u0061\u006e":0x2177,"\u0065\u0069\u0067\u0068\u0074\u0073\u0075\u0070\u0065\u0072\u0069\u006f\u0072":0x2078,"\u0065i\u0067\u0068\u0074\u0074\u0068\u0061i":0x0e58,"\u0065\u0069\u006e\u0076\u0065\u0072\u0074\u0065\u0064b\u0072\u0065\u0076\u0065":0x0207,"\u0065\u0069\u006f\u0074\u0069\u0066\u0069\u0065\u0064\u0063\u0079\u0072i\u006c\u006c\u0069\u0063":0x0465,"\u0065k\u0061\u0074\u0061\u006b\u0061\u006ea":0x30a8,"\u0065k\u0061t\u0061\u006b\u0061\u006e\u0061h\u0061\u006cf\u0077\u0069\u0064\u0074\u0068":0xff74,"\u0065k\u006fn\u006b\u0061\u0072\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a74,"\u0065k\u006f\u0072\u0065\u0061\u006e":0x3154,"\u0065\u006c\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x043b,"\u0065l\u0065\u006d\u0065\u006e\u0074":0x2208,"\u0065\u006c\u0065v\u0065\u006e\u0063\u0069\u0072\u0063\u006c\u0065":0x246a,"e\u006c\u0065\u0076\u0065\u006e\u0070\u0061\u0072\u0065\u006e":0x247e,"\u0065\u006c\u0065v\u0065\u006e\u0070\u0065\u0072\u0069\u006f\u0064":0x2492,"e\u006c\u0065\u0076\u0065\u006e\u0072\u006f\u006d\u0061\u006e":0x217a,"\u0065\u006c\u0069\u006e\u0074\u0065\u0072\u0073":0x23e7,"\u0065\u006c\u006c\u0069\u0070\u0073\u0069\u0073":0x2026,"\u0065\u006cl\u0069\u0070\u0073i\u0073\u0076\u0065\u0072\u0074\u0069\u0063\u0061\u006c":0x22ee,"\u0065\u006c\u0073\u0064\u006f\u0074":0x2a97,"\u0065m\u0061\u0063\u0072\u006f\u006e":0x0113,"\u0065\u006d\u0061c\u0072\u006f\u006e\u0061\u0063\u0075\u0074\u0065":0x1e17,"\u0065\u006d\u0061c\u0072\u006f\u006e\u0067\u0072\u0061\u0076\u0065":0x1e15,"\u0065\u006d\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x043c,"\u0065\u006d\u0064\u0061\u0073\u0068":0x2014,"\u0065\u006d\u0064\u0061\u0073\u0068\u0076\u0065\u0072t\u0069\u0063\u0061\u006c":0xfe31,"\u0065\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff45,"e\u006dp\u0068\u0061\u0073\u0069\u0073\u006d\u0061\u0072k\u0061\u0072\u006d\u0065ni\u0061\u006e":0x055b,"\u0065\u006d\u0070\u0074\u0079\u0073\u0065\u0074":0x2205,"\u0065\u006d\u0070t\u0079\u0073\u0065\u0074\u006f\u0061\u0072\u0072":0x29b3,"\u0065\u006d\u0070\u0074\u0079\u0073\u0065\u0074\u006f\u0061\u0072\u0072\u006c":0x29b4,"\u0065\u006d\u0070t\u0079\u0073\u0065\u0074\u006f\u0062\u0061\u0072":0x29b1,"\u0065\u006d\u0070\u0074\u0079\u0073\u0065\u0074\u006f\u0063\u0069\u0072\u0063":0x29b2,"\u0065m\u0070\u0074\u0079\u0073\u006c\u006ft":0xd801,"\u0065\u006d\u0071\u0075\u0061\u0064":0x2001,"\u0065m\u0073\u0070\u0061\u0063\u0065":0x2003,"\u0065\u006e\u0062\u006f\u0070\u006f\u006d\u006f\u0066\u006f":0x3123,"\u0065\u006e\u0063\u006c\u006f\u0073\u0065\u0064\u0069a\u006d\u006f\u006e\u0064":0x20df,"\u0065\u006e\u0063\u006c\u006f\u0073\u0065\u0073\u0071\u0075\u0061\u0072\u0065":0x20de,"\u0065n\u0063l\u006f\u0073\u0065\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065":0x20e4,"\u0065\u006e\u0064\u0061\u0073\u0068":0x2013,"\u0065\u006e\u0064\u0061\u0073\u0068\u0076\u0065\u0072t\u0069\u0063\u0061\u006c":0xfe32,"\u0065\u006e\u0064\u0065sc\u0065\u006e\u0064\u0065\u0072\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x04a3,"\u0065\u006e\u0067":0x014b,"e\u006e\u0067\u0062\u006f\u0070\u006f\u006d\u006f\u0066\u006f":0x3125,"\u0065\u006e\u0067\u0068\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x04a5,"\u0065\u006e\u0068\u006f\u006f\u006b\u0063\u0079\u0072i\u006c\u006c\u0069\u0063":0x04c8,"\u0065\u006e\u0071\u0075\u0061\u0064":0x2000,"\u0065n\u0073\u0070\u0061\u0063\u0065":0x2002,"\u0065o\u0067\u006f\u006e\u0065\u006b":0x0119,"\u0065\u006f\u006b\u006f\u0072\u0065\u0061\u006e":0x3153,"\u0065\u006f\u0070e\u006e":0x025b,"e\u006f\u0070\u0065\u006e\u0063\u006c\u006f\u0073\u0065\u0064":0x029a,"\u0065\u006f\u0070\u0065\u006e\u0072\u0065\u0076\u0065\u0072\u0073\u0065\u0064":0x025c,"\u0065\u006f\u0070\u0065nr\u0065\u0076\u0065\u0072\u0073\u0065\u0064\u0063\u006c\u006f\u0073\u0065\u0064":0x025e,"\u0065\u006f\u0070\u0065\u006e\u0072\u0065\u0076\u0065\u0072\u0073\u0065d\u0068\u006f\u006f\u006b":0x025d,"\u0065\u0070\u0061\u0072\u0065\u006e":0x24a0,"\u0065\u0070\u0061\u0072\u0073\u006c":0x29e3,"\u0065p\u0073\u0069\u006c\u006f\u006e":0x03b5,"\u0065\u0070\u0073\u0069\u006c\u006f\u006e\u0031":0x03f5,"\u0065\u0070\u0073\u0069\u006c\u006f\u006e\u0063\u006c\u006f\u0073\u0065\u0064":0x022a,"\u0065\u0070\u0073\u0069\u006c\u006f\u006e\u0069\u006e\u0076":0x03f6,"\u0065\u0070\u0073i\u006c\u006f\u006e\u0074\u006f\u006e\u006f\u0073":0x03ad,"\u0065q\u0063\u006f\u006c\u006f\u006e":0x2255,"\u0065\u0071\u0064e\u0066":0x225d,"\u0065\u0071\u0064o\u0074":0x2a66,"\u0065\u0071\u0065\u0071":0x2a75,"\u0065\u0071\u0065\u0071\u0065\u0071":0x2a76,"\u0065\u0071\u0067t\u0072":0x22dd,"\u0065\u0071\u006c\u0065\u0073\u0073":0x22dc,"\u0065\u0071\u0071\u0067\u0074\u0072":0x2a9a,"\u0065q\u0071\u006c\u0065\u0073\u0073":0x2a99,"\u0065q\u0071\u0070\u006c\u0075\u0073":0x2a71,"\u0065\u0071\u0071\u0073\u0069\u006d":0x2a73,"e\u0071\u0071\u0073\u006c\u0061\u006e\u0074\u0067\u0074\u0072":0x2a9c,"\u0065\u0071\u0071s\u006c\u0061\u006e\u0074\u006c\u0065\u0073\u0073":0x2a9b,"\u0065\u0071\u0075a\u006c":0x003d,"\u0065\u0071\u0075\u0061\u006c\u006c\u0065\u0066\u0074a\u0072\u0072\u006f\u0077":0x2b40,"\u0065\u0071\u0075\u0061\u006c\u006d\u006f\u006e\u006fs\u0070\u0061\u0063\u0065":0xff1d,"\u0065\u0071\u0075\u0061\u006c\u006f\u0072\u0066\u006fl\u006c\u006f\u0077\u0073":0x22df,"\u0065\u0071\u0075\u0061\u006c\u006f\u0072\u0067\u0072e\u0061\u0074\u0065\u0072":0x2a96,"e\u0071\u0075\u0061\u006c\u006f\u0072\u006c\u0065\u0073\u0073":0x2a95,"\u0065q\u0075a\u006c\u006f\u0072\u0070\u0072\u0065\u0063\u0065\u0064\u0065\u0073":0x22de,"\u0065\u0071\u0075\u0061\u006c\u006f\u0072\u0073\u0069m\u0069\u006c\u0061\u0072":0x2242,"\u0065\u0071\u0075\u0061\u006c\u0070\u0061\u0072\u0061\u006c\u006c\u0065\u006c":0x22d5,"\u0065q\u0075a\u006c\u0072\u0069\u0067\u0068\u0074\u0061\u0072\u0072\u006f\u0077":0x2971,"\u0065\u0071\u0075\u0061\u006c\u0073\u006d\u0061\u006c\u006c":0xfe66,"\u0065\u0071\u0075\u0061\u006c\u0073\u0075\u0062":0x208c,"\u0065\u0071\u0075\u0061\u006c\u0073\u0075\u0070\u0065\u0072\u0069\u006f\u0072":0x207c,"\u0065q\u0075\u0069\u0076\u0044\u0044":0x2a78,"\u0065q\u0075\u0069\u0076\u0056\u0065\u0072t":0x2a68,"\u0065\u0071\u0075\u0069\u0076\u0056\u0076\u0065\u0072\u0074":0x2a69,"e\u0071\u0075\u0069\u0076\u0061\u006c\u0065\u006e\u0063\u0065":0x2261,"\u0065q\u0075i\u0076\u0061\u0073\u0079\u006d\u0070\u0074\u006f\u0074\u0069\u0063":0x224d,"\u0065\u0071\u0076\u0070\u0061\u0072\u0073\u006c":0x29e5,"\u0065\u0072\u0062\u006f\u0070\u006f\u006d\u006f\u0066\u006f":0x3126,"\u0065\u0072\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x0440,"\u0065r\u0065\u0076\u0065\u0072\u0073\u0065d":0x0258,"\u0065\u0072\u0065\u0076\u0065\u0072\u0073\u0065\u0064\u0063\u0079\u0072i\u006c\u006c\u0069\u0063":0x044d,"\u0065\u0072\u0072\u0062\u0061\u0072\u0062\u006c\u0061\u0063\u006b\u0063i\u0072\u0063\u006c\u0065":0x29f3,"\u0065r\u0072b\u0061\u0072\u0062\u006c\u0061c\u006b\u0064i\u0061\u006d\u006f\u006e\u0064":0x29f1,"\u0065\u0072\u0072\u0062\u0061\u0072\u0062\u006c\u0061\u0063\u006b\u0073q\u0075\u0061\u0072\u0065":0x29ef,"\u0065\u0072\u0072b\u0061\u0072\u0063\u0069\u0072\u0063\u006c\u0065":0x29f2,"\u0065\u0072\u0072\u0062\u0061\u0072\u0064\u0069\u0061\u006d\u006f\u006e\u0064":0x29f0,"\u0065\u0072\u0072b\u0061\u0072\u0073\u0071\u0075\u0061\u0072\u0065":0x29ee,"\u0065\u0073\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x0441,"\u0065\u0073\u0064\u0065sc\u0065\u006e\u0064\u0065\u0072\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x04ab,"\u0065\u0073\u0068":0x0283,"\u0065s\u0068\u0063\u0075\u0072\u006c":0x0286,"\u0065\u0073\u0068\u006f\u0072\u0074\u0064\u0065\u0076\u0061":0x090e,"\u0065\u0073\u0068\u006frt\u0076\u006f\u0077\u0065\u006c\u0073\u0069\u0067\u006e\u0064\u0065\u0076\u0061":0x0946,"\u0065s\u0068r\u0065\u0076\u0065\u0072\u0073\u0065\u0064\u006c\u006f\u006f\u0070":0x01aa,"\u0065\u0073h\u0073\u0071\u0075a\u0074\u0072\u0065\u0076\u0065\u0072\u0073\u0065\u0064":0x0285,"\u0065\u0073\u006d\u0061\u006c\u006c\u0068\u0069\u0072a\u0067\u0061\u006e\u0061":0x3047,"\u0065\u0073\u006d\u0061\u006c\u006c\u006b\u0061\u0074a\u006b\u0061\u006e\u0061":0x30a7,"\u0065\u0073\u006dal\u006c\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068":0xff6a,"\u0065s\u0074\u0069\u006d\u0061\u0074\u0065d":0x212e,"\u0065s\u0075\u0070\u0065\u0072\u0069\u006fr":0xf6ec,"\u0065\u0074\u0061":0x03b7,"\u0065\u0074\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x0568,"\u0065\u0074\u0061\u0074\u006f\u006e\u006f\u0073":0x03ae,"\u0065\u0074\u0068":0x00f0,"\u0065\u0074\u0069\u006c\u0064\u0065":0x1ebd,"e\u0074\u0069\u006c\u0064\u0065\u0062\u0065\u006c\u006f\u0077":0x1e1b,"\u0065\u0074\u006e\u0061\u0068\u0074\u0061\u006c\u0065\u0066\u0074\u0068e\u0062\u0072\u0065\u0077":0x0591,"\u0065t\u0075\u0072\u006e\u0065\u0064":0x01dd,"\u0065\u0075\u006b\u006f\u0072\u0065\u0061\u006e":0x3161,"\u0065\u0075\u0072o\u0063\u0075\u0072\u0072\u0065\u006e\u0063\u0079":0x20a0,"\u0065\u0076\u006f\u0077\u0065\u006c\u0073\u0069\u0067\u006e\u0062\u0065n\u0067\u0061\u006c\u0069":0x09c7,"\u0065\u0076\u006f\u0077\u0065\u006c\u0073\u0069\u0067n\u0064\u0065\u0076\u0061":0x0947,"\u0065v\u006fw\u0065\u006c\u0073\u0069\u0067n\u0067\u0075j\u0061\u0072\u0061\u0074\u0069":0x0ac7,"\u0065\u0078\u0063\u006c\u0061\u006d":0x0021,"\u0065\u0078\u0063\u006c\u0061\u006d\u0061\u0072\u006de\u006e\u0069\u0061\u006e":0x055c,"\u0065x\u0063\u006c\u0061\u006d\u0064\u0062l":0x203c,"\u0065\u0078\u0063\u006c\u0061\u006d\u0064\u006f\u0077\u006e":0x00a1,"\u0065x\u0063l\u0061\u006d\u0064\u006f\u0077\u006e\u0073\u006d\u0061\u006c\u006c":0xf7a1,"\u0065x\u0063l\u0061\u006d\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff01,"e\u0078\u0063\u006c\u0061\u006d\u0073\u006d\u0061\u006c\u006c":0xf721,"e\u0078\u0069\u0073\u0074\u0065\u006e\u0074\u0069\u0061\u006c":0x2203,"\u0065\u007a\u0068":0x0292,"\u0065\u007a\u0068\u0063\u0061\u0072\u006f\u006e":0x01ef,"\u0065z\u0068\u0063\u0075\u0072\u006c":0x0293,"e\u007a\u0068\u0072\u0065\u0076\u0065\u0072\u0073\u0065\u0064":0x01b9,"\u0065z\u0068\u0074\u0061\u0069\u006c":0x01ba,"\u0066":0x0066,"\u0066\u0037\u0030\u0065":0xf70e,"\u0066\u0037\u0030\u0061":0xf70a,"\u0066\u0037\u0030\u0063":0xf70c,"\u0066\u0037\u0030\u0064":0xf70d,"\u0066\u0037\u0030\u0062":0xf70b,"\u0066\u0037\u0030\u0066":0xf70f,"\u0066\u0037\u0031\u0063":0xf71c,"\u0066\u0037\u0031\u0061":0xf71a,"\u0066\u0037\u0031\u0064":0xf71d,"\u0066\u0037\u0030\u0030":0xf700,"\u0066\u0037\u0030\u0031":0xf701,"\u0066\u0037\u0030\u0032":0xf702,"\u0066\u0037\u0030\u0033":0xf703,"\u0066\u0037\u0030\u0034":0xf704,"\u0066\u0037\u0030\u0035":0xf705,"\u0066\u0037\u0030\u0036":0xf706,"\u0066\u0037\u0030\u0037":0xf707,"\u0066\u0037\u0030\u0038":0xf708,"\u0066\u0037\u0030\u0039":0xf709,"\u0066\u0037\u0031\u0030":0xf710,"\u0066\u0037\u0031\u0031":0xf711,"\u0066\u0037\u0031\u0032":0xf712,"\u0066\u0037\u0031\u0033":0xf713,"\u0066\u0037\u0031\u0034":0xf714,"\u0066\u0037\u0031\u0035":0xf715,"\u0066\u0037\u0031\u0036":0xf716,"\u0066\u0037\u0031\u0037":0xf717,"\u0066\u0037\u0031\u0038":0xf718,"\u0066\u0037\u0031\u0039":0xf719,"\u0066\u0061\u0064\u0065\u0076\u0061":0x095e,"\u0066\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a5e,"\u0066\u0061\u0068\u0072\u0065\u006e\u0068\u0065\u0069\u0074":0x2109,"\u0066\u0061\u0072\u0073\u0069\u0079\u0065\u0068":0x06cc,"\u0066\u0061\u0072\u0073\u0069\u0079\u0065\u0068\u0066\u0069\u006e\u0061\u006c":0xfbfd,"\u0066\u0061r\u0073\u0069\u0079e\u0068\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064":0xfbfc,"\u0066a\u0074h\u0061\u0068\u006f\u006e\u0074\u0061\u0074\u0077\u0065\u0065\u006c":0xfe77,"\u0066\u0061\u0074\u0068\u0061\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064":0xfe76,"\u0066\u0061\u0074\u0068\u0061\u006c\u006f\u0077":0xe820,"\u0066\u0061\u0074\u0068\u0061\u006c\u006f\u0077\u0061r\u0061\u0062\u0069\u0063":0x064e,"\u0066\u0061\u0074h\u0061\u006f\u006e\u0068\u0061\u006d\u007a\u0061":0xe832,"\u0066\u0061t\u0068\u0061\u0074a\u006e\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064":0xfe70,"f\u0061\u0074\u0068\u0061\u0074\u0061\u006e\u006c\u006f\u0077":0xe823,"\u0066a\u0074h\u0061\u0074\u0061\u006e\u006f\u006e\u0068\u0061\u006d\u007a\u0061":0xe833,"\u0066b\u006f\u0070\u006f\u006d\u006f\u0066o":0x3108,"\u0066b\u006f\u0077\u0074\u0069\u0065":0x29d3,"\u0066c\u0069\u0072\u0063\u006c\u0065":0x24d5,"\u0066\u0063\u006d\u0070":0x2a3e,"\u0066\u0064\u0069\u0061\u0067\u006f\u0076\u006e\u0065a\u0072\u0072\u006f\u0077":0x292f,"\u0066\u0064\u0069a\u0067\u006f\u0076\u0072\u0064\u0069\u0061\u0067":0x292c,"\u0066\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074":0x1e1f,"f\u0065\u0068\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x0586,"\u0066\u0065\u0068\u0066\u0069\u006e\u0061\u006c\u0061r\u0061\u0062\u0069\u0063":0xfed2,"\u0066\u0065h\u0069\u006e\u0069t\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063":0xfed3,"f\u0065\u0068\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064":0xfed1,"\u0066e\u0068m\u0065\u0064\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063":0xfed4,"\u0066\u0065\u0068\u0077\u0069\u0074\u0068\u0061\u006c\u0065\u0066m\u0061\u006b\u0073\u0075\u0072\u0061\u0069\u0073\u006f\u006ca\u0074\u0065\u0064":0xfc31,"\u0066e\u0068w\u0069\u0074\u0068\u0079\u0065h\u0069\u0073o\u006c\u0061\u0074\u0065\u0064":0xfc32,"\u0066e\u0069\u0063\u006f\u0070\u0074\u0069c":0x03e5,"\u0066\u0065\u006d\u0061\u006c\u0065":0x2640,"\u0066\u0066":0xfb00,"\u0066\u0066\u0069":0xfb03,"\u0066\u0066\u006c":0xfb04,"\u0066\u0069":0xfb01,"\u0066\u0069\u0066\u0074\u0065\u0065\u006e\u0063\u0069\u0072\u0063\u006c\u0065":0x246e,"\u0066\u0069\u0066t\u0065\u0065\u006e\u0070\u0061\u0072\u0065\u006e":0x2482,"\u0066\u0069\u0066\u0074\u0065\u0065\u006e\u0070\u0065\u0072\u0069\u006f\u0064":0x2496,"\u0066\u0069\u0067\u0075\u0072\u0065\u0064\u0061\u0073\u0068":0x2012,"f\u0069\u0067\u0075\u0072\u0065\u0073\u0070\u0061\u0063\u0065":0x2007,"f\u0069n\u0061\u006c\u006b\u0061\u0066\u0064\u0061\u0067e\u0073\u0068\u0068\u0065br\u0065\u0077":0xfb3a,"\u0066i\u006ea\u006c\u006b\u0061\u0066\u0077i\u0074\u0068q\u0061\u006d\u0061\u0074\u0073":0xe803,"\u0066\u0069\u006e\u0061\u006c\u006b\u0061\u0066\u0077\u0069\u0074\u0068s\u0068\u0065\u0076\u0061":0xe802,"\u0066\u0069\u006e\u0061\u006c\u006d\u0065\u006d\u0068e\u0062\u0072\u0065\u0077":0x05dd,"\u0066\u0069\u006e\u0061\u006c\u0070\u0065\u0068\u0065\u0062\u0072\u0065\u0077":0x05e3,"\u0066\u0069\u006e\u0061\u006c\u0074\u0073\u0061\u0064\u0069":0x05e5,"\u0066\u0069\u006e\u0074":0x2a0f,"\u0066\u0069r\u0073\u0074\u0074o\u006e\u0065\u0063\u0068\u0069\u006e\u0065\u0073\u0065":0x02c9,"\u0066i\u0073\u0068\u0065\u0079\u0065":0x25c9,"\u0066\u0069\u0076\u0065":0x0035,"\u0066\u0069\u0076\u0065\u0061\u0072\u0061\u0062\u0069\u0063":0x0665,"f\u0069\u0076\u0065\u0062\u0065\u006e\u0067\u0061\u006c\u0069":0x09eb,"\u0066\u0069\u0076\u0065\u0064\u0065\u0076\u0061":0x096b,"f\u0069\u0076\u0065\u0065\u0069\u0067\u0068\u0074\u0068\u0073":0x215d,"\u0066\u0069\u0076e\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069":0x0aeb,"\u0066\u0069\u0076e\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a6b,"\u0066\u0069\u0076e\u0068\u0061\u006e\u0067\u007a\u0068\u006f\u0075":0x3025,"f\u0069v\u0065\u0069\u0064\u0065\u006f\u0067\u0072\u0061p\u0068\u0069\u0063\u0070ar\u0065\u006e":0x3224,"\u0066\u0069\u0076e\u0069\u006e\u0066\u0065\u0072\u0069\u006f\u0072":0x2085,"\u0066\u0069\u0076\u0065\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff15,"\u0066\u0069\u0076e\u006f\u006c\u0064\u0073\u0074\u0079\u006c\u0065":0xf735,"\u0066i\u0076\u0065\u0070\u0061\u0072\u0065n":0x2478,"\u0066\u0069\u0076\u0065\u0070\u0065\u0072\u0069\u006f\u0064":0x248c,"f\u0069\u0076\u0065\u0070\u0065\u0072\u0073\u0069\u0061\u006e":0x06f5,"\u0066i\u0076\u0065\u0072\u006f\u006d\u0061n":0x2174,"\u0066i\u0076\u0065\u0073\u0069\u0078\u0074h":0x215a,"\u0066\u0069\u0076e\u0073\u0075\u0070\u0065\u0072\u0069\u006f\u0072":0x2075,"\u0066\u0069\u0076\u0065\u0074\u0068\u0061\u0069":0x0e55,"\u0066\u006c":0xfb02,"\u0066l\u006f\u006f\u0072\u006c\u0065\u0066t":0x230a,"\u0066\u006c\u006f\u006f\u0072\u0072\u0069\u0067\u0068\u0074":0x230b,"\u0066\u006c\u006f\u0072\u0069\u006e":0x0192,"\u0066\u006c\u0074n\u0073":0x23e5,"\u0066\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff46,"\u0066\u006d\u0073\u0071\u0075\u0061\u0072\u0065":0x3399,"\u0066o\u0066\u0061\u006e\u0074\u0068\u0061i":0x0e1f,"\u0066\u006f\u0066\u0061\u0074\u0068\u0061\u0069":0x0e1d,"\u0066o\u006cl\u006f\u0077\u006e\u006f\u0074\u0064\u0062\u006c\u0065\u0071\u0076":0x2aba,"\u0066\u006fl\u006c\u006f\u0077n\u006f\u0074\u0073\u006c\u006e\u0074\u0065\u0071\u006c":0x2ab6,"\u0066\u006f\u006c\u006c\u006f\u0077\u006f\u0072\u006e\u006f\u0074\u0065q\u0076\u006c\u006e\u0074":0x22e9,"\u0066\u006f\u006cl\u006f\u0077\u0073\u0065\u0071\u0075\u0061\u006c":0x2ab0,"\u0066\u006f\u006c\u006c\u006f\u0077\u0073\u006f\u0072c\u0075\u0072\u006c\u0079":0x227d,"\u0066\u006f\u006c\u006c\u006f\u0077\u0073\u006f\u0072e\u0071\u0075\u0061\u006c":0x227f,"f\u006f\u006e\u0067\u006d\u0061\u006e\u0074\u0068\u0061\u0069":0x0e4f,"\u0066\u006f\u0072\u0063\u0065\u0073":0x22a9,"\u0066o\u0072\u0063\u0065\u0073\u0062\u0061r":0x22aa,"\u0066\u006f\u0072\u006b":0x22d4,"\u0066\u006f\u0072k\u0073":0x2adc,"\u0066\u006f\u0072\u006b\u0073\u006e\u006f\u0074":0x2add,"\u0066\u006f\u0072k\u0076":0x2ad9,"\u0066\u006f\u0075\u0072":0x0034,"\u0066\u006f\u0075\u0072\u0061\u0072\u0061\u0062\u0069\u0063":0x0664,"f\u006f\u0075\u0072\u0062\u0065\u006e\u0067\u0061\u006c\u0069":0x09ea,"\u0066\u006f\u0075\u0072\u0064\u0065\u0076\u0061":0x096a,"\u0066\u006f\u0075\u0072\u0066\u0069\u0066\u0074\u0068\u0073":0x2158,"\u0066\u006f\u0075r\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069":0x0aea,"\u0066\u006f\u0075r\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a6a,"\u0066\u006f\u0075r\u0068\u0061\u006e\u0067\u007a\u0068\u006f\u0075":0x3024,"f\u006fu\u0072\u0069\u0064\u0065\u006f\u0067\u0072\u0061p\u0068\u0069\u0063\u0070ar\u0065\u006e":0x3223,"\u0066\u006f\u0075r\u0069\u006e\u0066\u0065\u0072\u0069\u006f\u0072":0x2084,"\u0066\u006f\u0075\u0072\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff14,"f\u006fu\u0072\u006e\u0075\u006d\u0065\u0072\u0061\u0074o\u0072\u0062\u0065\u006ega\u006c\u0069":0x09f7,"\u0066\u006f\u0075r\u006f\u006c\u0064\u0073\u0074\u0079\u006c\u0065":0xf734,"\u0066o\u0075\u0072\u0070\u0061\u0072\u0065n":0x2477,"\u0066\u006f\u0075\u0072\u0070\u0065\u0072\u0065\u006ds\u0070\u0061\u0063\u0065":0x2005,"\u0066\u006f\u0075\u0072\u0070\u0065\u0072\u0069\u006f\u0064":0x248b,"f\u006f\u0075\u0072\u0070\u0065\u0072\u0073\u0069\u0061\u006e":0x06f4,"\u0066o\u0075\u0072\u0072\u006f\u006d\u0061n":0x2173,"\u0066\u006f\u0075r\u0073\u0075\u0070\u0065\u0072\u0069\u006f\u0072":0x2074,"\u0066\u006f\u0075\u0072\u0074\u0065\u0065\u006e\u0063i\u0072\u0063\u006c\u0065":0x246d,"\u0066\u006f\u0075\u0072\u0074\u0065\u0065\u006e\u0070\u0061\u0072\u0065\u006e":0x2481,"\u0066\u006f\u0075\u0072\u0074\u0065\u0065\u006e\u0070e\u0072\u0069\u006f\u0064":0x2495,"\u0066\u006f\u0075\u0072\u0074\u0068\u0061\u0069":0x0e54,"\u0066\u006f\u0075\u0072\u0074\u0068\u0072\u006f\u006f\u0074":0x221c,"\u0066\u006f\u0075\u0072\u0074\u0068\u0074\u006f\u006e\u0065\u0063\u0068i\u006e\u0065\u0073\u0065":0x02cb,"\u0066o\u0075\u0072\u0076\u0064\u006f\u0074s":0x2999,"\u0066\u0070\u0061\u0072\u0065\u006e":0x24a1,"\u0066\u0072\u0061\u0063\u0074\u0069\u006f\u006e":0x2044,"\u0066\u0072\u0061n\u0063":0x20a3,"\u0066r\u006f\u006e\u0074\u0065\u0064":0x024b,"\u0066\u0075\u006c\u006c\u006f\u0075\u0074\u0065\u0072\u006a\u006f\u0069\u006e":0x27d7,"\u0067":0x0067,"\u0067a\u0062\u0065\u006e\u0067\u0061\u006ci":0x0997,"\u0067\u0061\u0063\u0075\u0074\u0065":0x01f5,"\u0067\u0061\u0064\u0065\u0076\u0061":0x0917,"\u0067a\u0066\u0061\u0072\u0061\u0062\u0069c":0x06af,"\u0067\u0061\u0066\u0066\u0069\u006e\u0061\u006c\u0061r\u0061\u0062\u0069\u0063":0xfb93,"\u0067\u0061f\u0069\u006e\u0069t\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063":0xfb94,"g\u0061\u0066\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064":0xfb92,"\u0067a\u0066m\u0065\u0064\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063":0xfb95,"\u0067\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069":0x0a97,"\u0067\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a17,"\u0067\u0061\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x304c,"\u0067\u0061\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30ac,"\u0067\u0061\u006dm\u0061":0x03b3,"\u0067a\u006dm\u0061\u006c\u0061\u0074\u0069\u006e\u0073\u006d\u0061\u006c\u006c":0x0263,"\u0067\u0061\u006d\u006d\u0061\u0073\u0075\u0070\u0065\u0072\u0069\u006f\u0072":0x02e0,"\u0067\u0061\u006eg\u0069\u0061\u0063\u006f\u0070\u0074\u0069\u0063":0x03eb,"\u0067b\u006f\u0070\u006f\u006d\u006f\u0066o":0x310d,"\u0067\u0062\u0072\u0065\u0076\u0065":0x011f,"\u0067\u0063\u0061\u0072\u006f\u006e":0x01e7,"\u0067\u0063\u0065\u0064\u0069\u006c\u006c\u0061":0x0123,"\u0067c\u0069\u0072\u0063\u006c\u0065":0x24d6,"g\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078":0x011d,"\u0067\u0064\u006f\u0074":0x0121,"\u0067\u0065\u0062a\u0072":0x03cf,"\u0067\u0065\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x3052,"\u0067\u0065\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30b2,"\u0067\u0065\u006f\u006d\u0065\u0071\u0075\u0069\u0076a\u006c\u0065\u006e\u0074":0x224e,"\u0067e\u006fm\u0065\u0074\u0072\u0069\u0063a\u006c\u006cy\u0065\u0071\u0075\u0061\u006c":0x2251,"\u0067e\u0071\u0071\u0073\u006c\u0061\u006et":0x2afa,"\u0067e\u0072e\u0073\u0068\u0061\u0063\u0063e\u006e\u0074h\u0065\u0062\u0072\u0065\u0077":0x059c,"\u0067\u0065\u0072e\u0073\u0068\u0068\u0065\u0062\u0072\u0065\u0077":0x05f3,"\u0067e\u0072e\u0073\u0068\u006d\u0075\u0071d\u0061\u006dh\u0065\u0062\u0072\u0065\u0077":0x059d,"\u0067\u0065\u0072\u006d\u0061\u006e\u0064\u0062\u006c\u0073":0x00df,"g\u0065\u0072\u0073\u0068ay\u0069m\u0061\u0063\u0063\u0065\u006et\u0068\u0065\u0062\u0072\u0065\u0077":0x059e,"\u0067e\u0072s\u0068\u0061\u0079\u0069\u006d\u0068\u0065\u0062\u0072\u0065\u0077":0x05f4,"\u0067\u0065\u0073c\u0063":0x2aa9,"\u0067\u0065\u0073\u0064\u006f\u0074":0x2a80,"\u0067e\u0073\u0064\u006f\u0074\u006f":0x2a82,"\u0067\u0065\u0073\u0064\u006f\u0074\u006f\u006c":0x2a84,"\u0067\u0065\u0073\u006c\u0065\u0073":0x2a94,"\u0067\u0065\u0074\u0061\u006d\u0061\u0072\u006b":0x3013,"\u0067\u0067\u0067":0x22d9,"\u0067g\u0067\u006e\u0065\u0073\u0074":0x2af8,"\u0067\u0068\u0061\u0062\u0065\u006e\u0067\u0061\u006c\u0069":0x0998,"\u0067\u0068\u0061d\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x0572,"\u0067h\u0061\u0064\u0065\u0076\u0061":0x0918,"g\u0068\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069":0x0a98,"g\u0068\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a18,"g\u0068\u0061\u0069\u006e\u0061\u0072\u0061\u0062\u0069\u0063":0x063a,"\u0067\u0068a\u0069\u006e\u0066i\u006e\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063":0xfece,"\u0067h\u0061i\u006e\u0069\u006e\u0069\u0074i\u0061\u006ca\u0072\u0061\u0062\u0069\u0063":0xfecf,"\u0067\u0068\u0061\u0069\u006e\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064":0xfecd,"\u0067\u0068\u0061\u0069\u006e\u006d\u0065\u0064\u0069\u0061\u006c\u0061r\u0061\u0062\u0069\u0063":0xfed0,"g\u0068\u0065\u006d\u0069dd\u006ce\u0068\u006f\u006f\u006b\u0063y\u0072\u0069\u006c\u006c\u0069\u0063":0x0495,"\u0067\u0068\u0065\u0073\u0074\u0072\u006f\u006b\u0065\u0063\u0079\u0072i\u006c\u006c\u0069\u0063":0x0493,"\u0067\u0068\u0065\u0075\u0070\u0074\u0075\u0072\u006e\u0063\u0079\u0072i\u006c\u006c\u0069\u0063":0x0491,"\u0067\u0068\u0068\u0061\u0064\u0065\u0076\u0061":0x095a,"\u0067\u0068\u0068a\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a5a,"\u0067\u0068\u006fo\u006b":0x0260,"\u0067h\u007a\u0073\u0071\u0075\u0061\u0072e":0x3393,"\u0067\u0069\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x304e,"\u0067\u0069\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30ae,"g\u0069\u006d\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x0563,"\u0067\u0069\u006de\u006c":0x2137,"\u0067\u0069\u006d\u0065\u006c\u0064\u0061\u0067\u0065\u0073\u0068\u0068e\u0062\u0072\u0065\u0077":0xfb32,"g\u006a\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x0453,"\u0067\u006c\u0045":0x2a92,"\u0067\u006c\u0061":0x2aa5,"g\u006c\u0065\u0069\u0063\u0068\u0073\u0074\u0061\u0072\u006b":0x29e6,"\u0067\u006c\u006a":0x2aa4,"\u0067l\u006f\u0074\u0074\u0061\u006c":0x0249,"g\u006c\u006f\u0074\u0074al\u0069n\u0076\u0065\u0072\u0074\u0065d\u0073\u0074\u0072\u006f\u006b\u0065":0x01be,"\u0067\u006c\u006f\u0074\u0074\u0061\u006c\u0072\u0065\u0076":0x024a,"g\u006c\u006f\u0074\u0074\u0061\u006c\u0073\u0074\u006f\u0070":0x0294,"\u0067\u006c\u006f\u0074\u0074\u0061\u006c\u0073\u0074o\u0070\u0062\u0061\u0072":0x0231,"\u0067\u006c\u006f\u0074\u0074\u0061\u006c\u0073\u0074\u006f\u0070\u0062a\u0072\u0072\u0065\u0076":0x0232,"\u0067\u006c\u006f\u0074\u0074\u0061\u006c\u0073\u0074o\u0070\u0069\u006e\u0076":0x0226,"\u0067\u006c\u006f\u0074ta\u006c\u0073\u0074\u006f\u0070\u0069\u006e\u0076\u0065\u0072\u0074\u0065\u0064":0x0296,"\u0067\u006c\u006f\u0074\u0074\u0061\u006c\u0073\u0074o\u0070\u006d\u006f\u0064":0x02c0,"\u0067\u006c\u006f\u0074ta\u006c\u0073\u0074\u006f\u0070\u0072\u0065\u0076\u0065\u0072\u0073\u0065\u0064":0x0295,"\u0067\u006c\u006f\u0074ta\u006c\u0073\u0074\u006f\u0070\u0072\u0065\u0076\u0065\u0072\u0073\u0065\u0064\u006do\u0064":0x02c1,"g\u006c\u006f\u0074\u0074\u0061\u006cs\u0074\u006f\u0070\u0072\u0065\u0076\u0065\u0072\u0073e\u0064\u0073\u0075p\u0065r\u0069\u006f\u0072":0x02e4,"\u0067\u006c\u006f\u0074\u0074\u0061\u006c\u0073\u0074\u006f\u0070\u0072e\u0076\u0069\u006e\u0076":0x0225,"\u0067\u006c\u006f\u0074\u0074\u0061\u006c\u0073\u0074\u006f\u0070\u0073t\u0072\u006f\u006b\u0065":0x02a1,"\u0067l\u006f\u0074\u0074\u0061l\u0073\u0074\u006f\u0070\u0073t\u0072o\u006be\u0072\u0065\u0076\u0065\u0072\u0073\u0065d":0x02a2,"\u0067m\u0061\u0063\u0072\u006f\u006e":0x1e21,"\u0067\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff47,"\u0067\u006e\u0073i\u006d":0x22e7,"\u0067\u006f\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x3054,"\u0067\u006f\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30b4,"\u0067\u0070\u0061\u0072\u0065\u006e":0x24a2,"\u0067p\u0061\u0073\u0071\u0075\u0061\u0072e":0x33ac,"\u0067\u0072\u0061\u0064\u0069\u0065\u006e\u0074":0x2207,"\u0067\u0072\u0061v\u0065":0x0060,"\u0067\u0072\u0061\u0076\u0065\u0062\u0065\u006c\u006f\u0077\u0063\u006d\u0062":0x0316,"\u0067\u0072\u0061\u0076\u0065\u0063\u006d\u0062":0x0300,"\u0067r\u0061\u0076\u0065\u0064\u0065\u0076a":0x0953,"\u0067\u0072\u0061\u0076\u0065\u006c\u0065\u0066\u0074\u006e\u006f\u0073\u0070":0x02b3,"g\u0072\u0061\u0076\u0065\u006c\u006f\u0077\u006d\u006f\u0064":0x02ce,"\u0067\u0072\u0061\u0076\u0065\u006d\u006f\u006e\u006fs\u0070\u0061\u0063\u0065":0xff40,"\u0067\u0072\u0061v\u0065\u0074\u006f\u006e\u0065\u0063\u006d\u0062":0x0340,"\u0067r\u0065\u0061\u0074\u0065\u0072":0x003e,"\u0067\u0072\u0065\u0061\u0074\u0065\u0072\u0064\u0062\u006c\u0065\u0071l\u006c\u0065\u0073\u0073":0x2a8c,"\u0067\u0072\u0065\u0061\u0074\u0065\u0072\u0064\u006f\u0074":0x22d7,"\u0067\u0072\u0065a\u0074\u0065\u0072\u0065\u0071\u0075\u0061\u006c":0x2265,"\u0067r\u0065a\u0074\u0065\u0072\u0065\u0071u\u0061\u006co\u0072\u006c\u0065\u0073\u0073":0x22db,"\u0067\u0072e\u0061\u0074\u0065r\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff1e,"\u0067r\u0065a\u0074\u0065\u0072\u006e\u006ft\u0064\u0062l\u0065\u0071\u0075\u0061\u006c":0x2a8a,"\u0067r\u0065a\u0074\u0065\u0072\u006e\u006f\u0074\u0065\u0071\u0075\u0061\u006c":0x2a88,"\u0067r\u0065a\u0074\u0065\u0072\u006f\u0072a\u0070\u0070r\u006f\u0078\u0065\u0071\u006c":0x2a86,"\u0067\u0072\u0065\u0061te\u0072\u006f\u0072\u0065\u0071\u0075\u0069\u0076\u0061\u006c\u0065\u006e\u0074":0x2273,"\u0067\u0072\u0065\u0061\u0074\u0065\u0072\u006f\u0072\u006c\u0065\u0073\u0073":0x2277,"\u0067r\u0065a\u0074\u0065\u0072\u006f\u0072n\u006f\u0074d\u0062\u006c\u0065\u0071\u006c":0x2269,"\u0067\u0072e\u0061\u0074\u0065r\u006f\u0076\u0065\u0072\u0065\u0071\u0075\u0061\u006c":0x2267,"\u0067\u0072\u0065a\u0074\u0065\u0072\u0073\u006d\u0061\u006c\u006c":0xfe65,"\u0067s\u0063\u0072\u0069\u0070\u0074":0x0261,"\u0067\u0073\u0069m\u0065":0x2a8e,"\u0067\u0073\u0069m\u006c":0x2a90,"\u0067s\u0074\u0072\u006f\u006b\u0065":0x01e5,"\u0067\u0074\u0063\u0063":0x2aa7,"\u0067\u0074\u0063i\u0072":0x2a7a,"\u0067\u0074\u006c\u0070\u0061\u0072":0x29a0,"\u0067t\u0071\u0075\u0065\u0073\u0074":0x2a7c,"\u0067\u0074\u0072\u0061\u0072\u0072":0x2978,"\u0067\u0075\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x3050,"\u0067\u0075\u0069\u006c\u006c\u0065\u006d\u006f\u0074\u006c\u0065\u0066\u0074":0x00ab,"\u0067\u0075\u0069\u006c\u006c\u0065\u006d\u006f\u0074r\u0069\u0067\u0068\u0074":0x00bb,"\u0067\u0075\u0069\u006c\u0073\u0069\u006e\u0067\u006c\u006c\u0065\u0066\u0074":0x2039,"\u0067\u0075\u0069\u006c\u0073\u0069\u006e\u0067\u006cr\u0069\u0067\u0068\u0074":0x203a,"\u0067\u0075\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30b0,"\u0067\u0075\u0072a\u006d\u0075\u0073\u0071\u0075\u0061\u0072\u0065":0x3318,"\u0067\u0079\u0073\u0071\u0075\u0061\u0072\u0065":0x33c9,"\u0068":0x0068,"\u0068\u0061\u0061\u0062kh\u0061\u0073\u0069\u0061\u006e\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x04a9,"\u0068\u0061\u0061\u006c\u0074\u006f\u006e\u0065\u0061r\u0061\u0062\u0069\u0063":0x06c1,"\u0068a\u0062\u0065\u006e\u0067\u0061\u006ci":0x09b9,"\u0068\u0061\u0063e\u006b\u0073\u0075\u0062\u006e\u006f\u0073\u0070":0x029f,"\u0068\u0061\u0064\u0065sc\u0065\u006e\u0064\u0065\u0072\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x04b3,"\u0068\u0061\u0064\u0065\u0076\u0061":0x0939,"\u0068\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069":0x0ab9,"\u0068\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a39,"\u0068\u0061\u0068\u0066\u0069\u006e\u0061\u006c\u0061r\u0061\u0062\u0069\u0063":0xfea2,"\u0068\u0061h\u0069\u006e\u0069t\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063":0xfea3,"\u0068\u0061\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x306f,"h\u0061\u0068\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064":0xfea1,"\u0068a\u0068m\u0065\u0064\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063":0xfea4,"\u0068a\u0068w\u0069\u0074\u0068\u006d\u0065e\u006d\u0069n\u0069\u0074\u0069\u0061\u006c":0xfcaa,"\u0068a\u0069\u0072\u0073\u0070\u0061\u0063e":0x200a,"h\u0061\u0069\u0074\u0075\u0073\u0071\u0075\u0061\u0072\u0065":0x332a,"\u0068\u0061\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30cf,"\u0068\u0061\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068":0xff8a,"\u0068\u0061\u006c\u0061\u006e\u0074\u0067\u0075\u0072m\u0075\u006b\u0068\u0069":0x0a4d,"\u0068\u0061m\u007a\u0061\u0064a\u006d\u006d\u0061\u0061\u0072\u0061\u0062\u0069\u0063":0x0621,"\u0068\u0061\u006d\u007a\u0061\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064":0xfe80,"\u0068\u0061\u006eg\u0075\u006c\u0066\u0069\u006c\u006c\u0065\u0072":0x3164,"\u0068\u0061r\u0064\u0073\u0069g\u006e\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x044a,"\u0068a\u0072p\u006f\u006f\u006e\u0064\u006f\u0077\u006e\u006c\u0065\u0066\u0074":0x21c3,"\u0068\u0061r\u0070\u006f\u006fn\u0064\u006f\u0077\u006e\u0072\u0069\u0067\u0068\u0074":0x21c2,"\u0068\u0061\u0072\u0070\u006f\u006f\u006e\u006c\u0065\u0066\u0074\u0062a\u0072\u0062\u0075\u0070":0x21bc,"\u0068\u0061r\u0070\u006f\u006fn\u006c\u0065\u0066\u0074\u0072\u0069\u0067\u0068\u0074":0x21cc,"\u0068a\u0072p\u006f\u006f\u006e\u0072\u0069g\u0068\u0074b\u0061\u0072\u0062\u0075\u0070":0x21c0,"\u0068\u0061r\u0070\u006f\u006fn\u0072\u0069\u0067\u0068\u0074\u006c\u0065\u0066\u0074":0x21cb,"\u0068\u0061\u0072\u0070\u006f\u006f\u006e\u0075\u0070\u006c\u0065\u0066\u0074":0x21bf,"\u0068\u0061\u0072\u0070\u006f\u006f\u006e\u0075\u0070r\u0069\u0067\u0068\u0074":0x21be,"\u0068\u0061\u0072\u0072\u006f\u0077\u0065\u0078\u0074e\u006e\u0064\u0065\u0072":0x23af,"\u0068\u0061\u0073\u0071\u0075\u0061\u0072\u0065":0x33ca,"\u0068\u0061\u0074a\u0066\u0070\u0061\u0074\u0061\u0068\u0031\u0036":0x05b2,"\u0068\u0061\u0074\u0061\u0066\u0071\u0061\u006d\u0061\u0074\u0073\u0032\u0038":0x05b3,"h\u0061t\u0061\u0066\u0073\u0065\u0067\u006f\u006c\u0077i\u0064\u0065\u0068\u0065br\u0065\u0077":0x05b1,"\u0068a\u0074\u0061\u0070\u0070\u0072\u006fx":0x2a6f,"\u0068\u0062\u0061\u0072":0x0127,"\u0068b\u006f\u0070\u006f\u006d\u006f\u0066o":0x310f,"h\u0062\u0072\u0065\u0076\u0065\u0062\u0065\u006c\u006f\u0077":0x1e2b,"\u0068\u0063\u0065\u0064\u0069\u006c\u006c\u0061":0x1e29,"\u0068c\u0069\u0072\u0063\u006c\u0065":0x24d7,"h\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078":0x0125,"\u0068\u0063\u0079\u0072\u0069\u006c":0x03f7,"\u0068d\u0069\u0065\u0072\u0065\u0073\u0069s":0x1e27,"\u0068\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074":0x1e23,"\u0068d\u006f\u0074\u0062\u0065\u006c\u006fw":0x1e25,"\u0068\u0065\u0061r\u0074":0x2665,"\u0068\u0065\u0061\u0072\u0074\u0073\u0075\u0069\u0074w\u0068\u0069\u0074\u0065":0x2661,"\u0068\u0065\u0064\u0061\u0067\u0065\u0073\u0068\u0068e\u0062\u0072\u0065\u0077":0xfb34,"\u0068e\u0068\u0061\u0072\u0061\u0062\u0069c":0x0647,"h\u0065h\u0066\u0069\u006e\u0061\u006c\u0061\u006c\u0074o\u006e\u0065\u0061\u0072ab\u0069\u0063":0xfba7,"\u0068\u0065\u0068\u0066\u0069\u006e\u0061\u006c\u0061r\u0061\u0062\u0069\u0063":0xfeea,"\u0068e\u0068\u0068\u0061\u006d\u007a\u0061\u0061\u0062\u006f\u0076\u0065f\u0069\u006e\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063":0xfba5,"h\u0065\u0068\u0068\u0061\u006d\u007aa\u0061\u0062\u006f\u0076\u0065\u0069\u0073\u006f\u006ca\u0074\u0065\u0064a\u0072a\u0062\u0069\u0063":0xfba4,"\u0068\u0065\u0068\u0069ni\u0074\u0069\u0061\u006c\u0061\u006c\u0074\u006f\u006e\u0065\u0061\u0072\u0061\u0062i\u0063":0xfba8,"\u0068\u0065h\u0069\u006e\u0069t\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063":0xfeeb,"\u0068\u0065\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x3078,"h\u0065\u0068\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064":0xfee9,"h\u0065\u0068\u006d\u0065di\u0061l\u0061\u006c\u0074\u006f\u006ee\u0061\u0072\u0061\u0062\u0069\u0063":0xfba9,"\u0068e\u0068m\u0065\u0064\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063":0xfeec,"\u0068e\u0068w\u0069\u0074\u0068\u006d\u0065e\u006d\u0069n\u0069\u0074\u0069\u0061\u006c":0xfcd8,"\u0068e\u0069s\u0065\u0069\u0065\u0072\u0061\u0073\u0071\u0075\u0061\u0072\u0065":0x337b,"\u0068\u0065\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30d8,"\u0068\u0065\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068":0xff8d,"\u0068e\u006bu\u0074\u0061\u0061\u0072\u0075\u0073\u0071\u0075\u0061\u0072\u0065":0x3336,"\u0068\u0065\u006e\u0067\u0068\u006f\u006f\u006b":0x0267,"\u0068\u0065\u0072m\u0069\u0074\u006d\u0061\u0074\u0072\u0069\u0078":0x22b9,"\u0068\u0065\u0072u\u0074\u0075\u0073\u0071\u0075\u0061\u0072\u0065":0x3339,"\u0068e\u0078\u0061\u0067\u006f\u006e":0x2394,"\u0068\u0065\u0078a\u0067\u006f\u006e\u0062\u006c\u0061\u0063\u006b":0x2b23,"\u0068\u0068\u006fo\u006b":0x0266,"\u0068\u0068\u006f\u006f\u006b\u0073\u0075\u0070\u0065\u0072":0x023a,"\u0068\u0068\u006f\u006f\u006b\u0073\u0075\u0070\u0065\u0072\u0069\u006f\u0072":0x02b1,"\u0068i\u0065u\u0068\u0061\u0063\u0069\u0072c\u006c\u0065k\u006f\u0072\u0065\u0061\u006e":0x327b,"\u0068\u0069\u0065\u0075\u0068\u0061\u0070\u0061\u0072\u0065\u006e\u006bo\u0072\u0065\u0061\u006e":0x321b,"\u0068\u0069\u0065\u0075\u0068\u0063\u0069\u0072\u0063\u006c\u0065\u006bo\u0072\u0065\u0061\u006e":0x326d,"h\u0069\u0065\u0075\u0068\u006b\u006f\u0072\u0065\u0061\u006e":0x314e,"\u0068\u0069e\u0075\u0068\u0070a\u0072\u0065\u006e\u006b\u006f\u0072\u0065\u0061\u006e":0x320d,"\u0068i\u0067\u0068\u0068\u0061\u006d\u007aa":0x0674,"\u0068\u0069\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x3072,"\u0068\u0069\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30d2,"\u0068\u0069\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068":0xff8b,"\u0068i\u0072\u0069\u0071\u0031\u0034":0x05b4,"\u0068k\u006e\u0065\u0061\u0072\u0072\u006fw":0x2924,"\u0068k\u006e\u0077\u0061\u0072\u0072\u006fw":0x2923,"\u0068\u006b\u0073\u0065\u0061\u0072\u006f\u0077":0x2925,"\u0068\u006b\u0073\u0077\u0061\u0072\u006f\u0077":0x2926,"\u0068\u006c\u0069\u006e\u0065\u0062\u0065\u006c\u006f\u0077":0x1e96,"\u0068\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff48,"\u0068\u006f\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x0570,"\u0068o\u0068\u0069\u0070\u0074\u0068\u0061i":0x0e2b,"\u0068\u006f\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x307b,"\u0068\u006f\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30db,"\u0068\u006f\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068":0xff8e,"\u0068o\u006ca\u006d\u0071\u0075\u0061\u0072t\u0065\u0072h\u0065\u0062\u0072\u0065\u0077":0x05b9,"\u0068\u006f\u006eo\u006b\u0068\u0075\u006b\u0074\u0068\u0061\u0069":0x0e2e,"\u0068o\u006f\u006b\u0063\u006d\u0062":0x0309,"\u0068\u006f\u006fkp\u0061\u006c\u0061\u0074\u0061\u006c\u0069\u007a\u0065\u0064\u0062\u0065\u006c\u006f\u0077\u0063\u006d\u0062":0x0321,"h\u006f\u006f\u006b\u0072et\u0072o\u0066\u006c\u0065\u0078\u0062e\u006c\u006f\u0077\u0063\u006d\u0062":0x0322,"\u0068\u006f\u006f\u006e\u0073\u0071\u0075\u0061\u0072\u0065":0x3342,"\u0068\u006f\u0072\u0069\u0063\u006f\u0070\u0074\u0069\u0063":0x03e9,"\u0068\u006f\u0072\u0069\u007a\u006f\u006e\u0074\u0061\u006c\u0062\u0061\u0072":0x2015,"\u0068\u006f\u0072\u0069\u007a\u0074\u0061\u0062":0x05a2,"\u0068o\u0072\u006e\u0063\u006d\u0062":0x031b,"\u0068\u006f\u0074\u0073\u0070\u0072\u0069\u006e\u0067\u0073":0x2668,"\u0068o\u0075\u0072\u0067\u006c\u0061\u0073s":0x29d6,"\u0068\u006f\u0075s\u0065":0x2302,"\u0068\u0070\u0061\u0072\u0065\u006e":0x24a3,"\u0068\u0072\u0065\u0063\u0074\u0061\u006e\u0067\u006c\u0065":0x25ad,"\u0068\u0073\u0075\u0070\u0065\u0072":0x0239,"\u0068s\u0075\u0070\u0065\u0072\u0069\u006fr":0x02b0,"\u0068t\u0075\u0072\u006e\u0065\u0064":0x0265,"\u0068\u0075\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x3075,"\u0068\u0075\u0069i\u0074\u006f\u0073\u0071\u0075\u0061\u0072\u0065":0x3333,"\u0068\u0075\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30d5,"\u0068\u0075\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068":0xff8c,"\u0068\u0075\u006eg\u0061\u0072\u0075\u006d\u006c\u0061\u0075\u0074":0x02dd,"\u0068\u0075\u006e\u0067\u0061\u0072\u0075\u006d\u006c\u0061\u0075\u0074\u0031":0xf009,"\u0068u\u006eg\u0061\u0072\u0075\u006d\u006c\u0061\u0075\u0074\u0063\u006d\u0062":0x030b,"\u0068\u0076":0x0195,"\u0068\u0079\u0070\u0068\u0065\u006e":0x002d,"\u0068\u0079\u0070h\u0065\u006e\u0062\u0075\u006c\u006c\u0065\u0074":0x2043,"\u0068y\u0070\u0068\u0065\u006e\u0064\u006ft":0x2027,"\u0068\u0079\u0070\u0068\u0065\u006e\u0069\u006e\u0066e\u0072\u0069\u006f\u0072":0xf6e5,"\u0068y\u0070h\u0065\u006e\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff0d,"h\u0079\u0070\u0068\u0065\u006e\u0073\u006d\u0061\u006c\u006c":0xfe63,"\u0068\u0079\u0070\u0068\u0065\u006e\u0073\u0075\u0070e\u0072\u0069\u006f\u0072":0xf6e6,"\u0068y\u0070\u0068\u0065\u006e\u0074\u0077o":0x2010,"\u0068z\u0069\u0067\u007a\u0061\u0067":0x3030,"\u0069":0x0069,"\u0069\u0061\u0063\u0075\u0074\u0065":0x00ed,"\u0069\u0062\u0061\u0072":0x01f8,"\u0069\u0062\u0065\u006e\u0067\u0061\u006c\u0069":0x0987,"\u0069b\u006f\u0070\u006f\u006d\u006f\u0066o":0x3127,"\u0069\u0062\u0072\u0065\u0076\u0065":0x012d,"\u0069\u0063\u0061\u0072\u006f\u006e":0x01d0,"\u0069c\u0069\u0072\u0063\u006c\u0065":0x24d8,"i\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078":0x00ee,"\u0069d\u0062\u006c\u0067\u0072\u0061\u0076e":0x0209,"i\u0064e\u006f\u0067\u0072\u0061\u0070\u0068\u0065\u0061r\u0074\u0068\u0063\u0069rc\u006c\u0065":0x328f,"\u0069\u0064\u0065\u006fgr\u0061\u0070\u0068\u0066\u0069\u0072\u0065\u0063\u0069\u0072\u0063\u006c\u0065":0x328b,"\u0069d\u0065\u006f\u0067\u0072\u0061\u0070\u0068\u0069\u0063\u0061\u006cl\u0069\u0061\u006e\u0063\u0065\u0070\u0061\u0072\u0065\u006e":0x323f,"i\u0064e\u006f\u0067\u0072\u0061\u0070\u0068\u0069\u0063c\u0061\u006c\u006c\u0070ar\u0065\u006e":0x323a,"\u0069\u0064\u0065og\u0072\u0061\u0070\u0068\u0069\u0063\u0063\u0065\u006e\u0074\u0072\u0065\u0063\u0069\u0072\u0063\u006c\u0065":0x32a5,"\u0069\u0064e\u006f\u0067\u0072a\u0070\u0068\u0069\u0063\u0063\u006c\u006f\u0073\u0065":0x3006,"\u0069\u0064e\u006f\u0067\u0072a\u0070\u0068\u0069\u0063\u0063\u006f\u006d\u006d\u0061":0x3001,"i\u0064e\u006f\u0067\u0072\u0061\u0070\u0068\u0069\u0063c\u006f\u006d\u006d\u0061le\u0066\u0074":0xff64,"\u0069\u0064\u0065\u006f\u0067\u0072\u0061\u0070\u0068\u0069c\u0063\u006f\u006e\u0067\u0072\u0061\u0074u\u006c\u0061\u0074\u0069\u006f\u006e\u0070\u0061\u0072\u0065\u006e":0x3237,"\u0069d\u0065\u006f\u0067\u0072\u0061\u0070\u0068\u0069\u0063\u0063\u006fr\u0072\u0065\u0063\u0074\u0063\u0069\u0072\u0063\u006c\u0065":0x32a3,"i\u0064\u0065\u006f\u0067ra\u0070h\u0069\u0063\u0065\u0061\u0072t\u0068\u0070\u0061\u0072\u0065\u006e":0x322f,"\u0069\u0064\u0065\u006f\u0067\u0072\u0061\u0070\u0068\u0069\u0063e\u006e\u0074\u0065\u0072\u0070\u0072\u0069\u0073\u0065\u0070a\u0072\u0065\u006e":0x323d,"\u0069\u0064\u0065\u006f\u0067\u0072\u0061\u0070\u0068\u0069\u0063e\u0078\u0063\u0065\u006c\u006c\u0065\u006e\u0074\u0063\u0069r\u0063\u006c\u0065":0x329d,"\u0069d\u0065\u006f\u0067\u0072\u0061\u0070\u0068\u0069\u0063\u0066\u0065s\u0074\u0069\u0076\u0061\u006c\u0070\u0061\u0072\u0065\u006e":0x3240,"\u0069\u0064\u0065\u006f\u0067\u0072\u0061\u0070\u0068\u0069\u0063f\u0069\u006e\u0061\u006e\u0063\u0069\u0061\u006c\u0063\u0069r\u0063\u006c\u0065":0x3296,"\u0069d\u0065\u006f\u0067\u0072a\u0070\u0068\u0069\u0063\u0066i\u006ea\u006ec\u0069\u0061\u006c\u0070\u0061\u0072\u0065n":0x3236,"i\u0064e\u006f\u0067\u0072\u0061\u0070\u0068\u0069\u0063f\u0069\u0072\u0065\u0070ar\u0065\u006e":0x322b,"i\u0064e\u006f\u0067\u0072\u0061\u0070\u0068\u0069\u0063h\u0061\u0076\u0065\u0070ar\u0065\u006e":0x3232,"i\u0064\u0065\u006f\u0067ra\u0070h\u0069\u0063\u0068\u0069\u0067h\u0063\u0069\u0072\u0063\u006c\u0065":0x32a4,"\u0069d\u0065\u006f\u0067\u0072\u0061\u0070\u0068\u0069\u0063\u0069\u0074e\u0072\u0061\u0074\u0069\u006f\u006e\u006d\u0061\u0072\u006b":0x3005,"\u0069\u0064\u0065\u006fgr\u0061\u0070\u0068\u0069\u0063\u006c\u0061\u0062\u006f\u0072\u0063\u0069\u0072\u0063l\u0065":0x3298,"i\u0064\u0065\u006f\u0067ra\u0070h\u0069\u0063\u006c\u0061\u0062o\u0072\u0070\u0061\u0072\u0065\u006e":0x3238,"i\u0064\u0065\u006f\u0067ra\u0070h\u0069\u0063\u006c\u0065\u0066t\u0063\u0069\u0072\u0063\u006c\u0065":0x32a7,"i\u0064e\u006f\u0067\u0072\u0061\u0070\u0068\u0069\u0063l\u006f\u0077\u0063\u0069rc\u006c\u0065":0x32a6,"\u0069d\u0065\u006f\u0067\u0072a\u0070\u0068\u0069\u0063\u006de\u0064i\u0063i\u006e\u0065\u0063\u0069\u0072\u0063\u006ce":0x32a9,"i\u0064\u0065\u006f\u0067ra\u0070h\u0069\u0063\u006d\u0065\u0074a\u006c\u0070\u0061\u0072\u0065\u006e":0x322e,"i\u0064e\u006f\u0067\u0072\u0061\u0070\u0068\u0069\u0063m\u006f\u006f\u006e\u0070ar\u0065\u006e":0x322a,"i\u0064e\u006f\u0067\u0072\u0061\u0070\u0068\u0069\u0063n\u0061\u006d\u0065\u0070ar\u0065\u006e":0x3234,"\u0069\u0064\u0065\u006f\u0067\u0072\u0061\u0070\u0068\u0069\u0063\u0070e\u0072\u0069\u006f\u0064":0x3002,"\u0069\u0064\u0065\u006fgr\u0061\u0070\u0068\u0069\u0063\u0070\u0072\u0069\u006e\u0074\u0063\u0069\u0072\u0063l\u0065":0x329e,"i\u0064\u0065\u006f\u0067ra\u0070h\u0069\u0063\u0072\u0065\u0061c\u0068\u0070\u0061\u0072\u0065\u006e":0x3243,"\u0069d\u0065\u006f\u0067\u0072a\u0070\u0068\u0069\u0063\u0072e\u0070r\u0065s\u0065\u006e\u0074\u0070\u0061\u0072\u0065n":0x3239,"\u0069d\u0065\u006f\u0067\u0072\u0061\u0070\u0068\u0069\u0063\u0072\u0065s\u006f\u0075\u0072\u0063\u0065\u0070\u0061\u0072\u0065\u006e":0x323e,"\u0069\u0064\u0065\u006fgr\u0061\u0070\u0068\u0069\u0063\u0072\u0069\u0067\u0068\u0074\u0063\u0069\u0072\u0063l\u0065":0x32a8,"\u0069\u0064\u0065og\u0072\u0061\u0070\u0068\u0069\u0063\u0073\u0065\u0063\u0072\u0065\u0074\u0063\u0069\u0072\u0063\u006c\u0065":0x3299,"i\u0064e\u006f\u0067\u0072\u0061\u0070\u0068\u0069\u0063s\u0065\u006c\u0066\u0070ar\u0065\u006e":0x3242,"\u0069\u0064\u0065og\u0072\u0061\u0070\u0068\u0069\u0063\u0073\u006f\u0063\u0069\u0065\u0074\u0079\u0070\u0061\u0072\u0065\u006e":0x3233,"\u0069\u0064e\u006f\u0067\u0072a\u0070\u0068\u0069\u0063\u0073\u0070\u0061\u0063\u0065":0x3000,"\u0069\u0064\u0065og\u0072\u0061\u0070\u0068\u0069\u0063\u0073\u0070\u0065\u0063\u0069\u0061\u006c\u0070\u0061\u0072\u0065\u006e":0x3235,"i\u0064\u0065\u006f\u0067ra\u0070h\u0069\u0063\u0073\u0074\u006fc\u006b\u0070\u0061\u0072\u0065\u006e":0x3231,"i\u0064\u0065\u006f\u0067ra\u0070h\u0069\u0063\u0073\u0074\u0075d\u0079\u0070\u0061\u0072\u0065\u006e":0x323b,"\u0069\u0064\u0065\u006fgr\u0061\u0070\u0068\u0069\u0063\u0073\u0075\u006e\u0070\u0061\u0072\u0065\u006e":0x3230,"\u0069d\u0065\u006f\u0067\u0072a\u0070\u0068\u0069\u0063\u0073u\u0070e\u0072v\u0069\u0073\u0065\u0070\u0061\u0072\u0065n":0x323c,"i\u0064\u0065\u006f\u0067ra\u0070h\u0069\u0063\u0077\u0061\u0074e\u0072\u0070\u0061\u0072\u0065\u006e":0x322c,"i\u0064e\u006f\u0067\u0072\u0061\u0070\u0068\u0069\u0063w\u006f\u006f\u0064\u0070ar\u0065\u006e":0x322d,"\u0069d\u0065o\u0067\u0072\u0061\u0070\u0068\u0069\u0063\u007a\u0065\u0072\u006f":0x3007,"i\u0064e\u006f\u0067\u0072\u0061\u0070\u0068\u006d\u0065t\u0061\u006c\u0063\u0069rc\u006c\u0065":0x328e,"\u0069\u0064\u0065\u006fgr\u0061\u0070\u0068\u006d\u006f\u006f\u006e\u0063\u0069\u0072\u0063\u006c\u0065":0x328a,"\u0069\u0064\u0065\u006fgr\u0061\u0070\u0068\u006e\u0061\u006d\u0065\u0063\u0069\u0072\u0063\u006c\u0065":0x3294,"\u0069d\u0065o\u0067\u0072\u0061\u0070\u0068s\u0075\u006ec\u0069\u0072\u0063\u006c\u0065":0x3290,"i\u0064e\u006f\u0067\u0072\u0061\u0070\u0068\u0077\u0061t\u0065\u0072\u0063\u0069rc\u006c\u0065":0x328c,"\u0069\u0064\u0065\u006fgr\u0061\u0070\u0068\u0077\u006f\u006f\u0064\u0063\u0069\u0072\u0063\u006c\u0065":0x328d,"\u0069\u0064\u0065v\u0061":0x0907,"\u0069d\u0069\u0065\u0072\u0065\u0073\u0069s":0x00ef,"\u0069\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073a\u0063\u0075\u0074\u0065":0x1e2f,"\u0069\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073\u0063\u0079\u0072i\u006c\u006c\u0069\u0063":0x04e5,"\u0069d\u006f\u0074\u0062\u0065\u006c\u006fw":0x1ecb,"\u0069e\u0062r\u0065\u0076\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x04d7,"\u0069\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x0435,"\u0069\u0065\u0068\u006f\u006f\u006b":0x03f9,"\u0069\u0065\u0068o\u006f\u006b\u006f\u0067\u006f\u006e\u0065\u006b":0x03fb,"\u0069e\u0075n\u0067\u0061\u0063\u0069\u0072c\u006c\u0065k\u006f\u0072\u0065\u0061\u006e":0x3275,"\u0069\u0065\u0075\u006e\u0067\u0061\u0070\u0061\u0072\u0065\u006e\u006bo\u0072\u0065\u0061\u006e":0x3215,"\u0069\u0065\u0075\u006e\u0067\u0063\u0069\u0072\u0063\u006c\u0065\u006bo\u0072\u0065\u0061\u006e":0x3267,"i\u0065\u0075\u006e\u0067\u006b\u006f\u0072\u0065\u0061\u006e":0x3147,"\u0069\u0065u\u006e\u0067\u0070a\u0072\u0065\u006e\u006b\u006f\u0072\u0065\u0061\u006e":0x3207,"\u0069\u0067\u0072\u0061\u0076\u0065":0x00ec,"\u0069g\u0075\u006a\u0061\u0072\u0061\u0074i":0x0a87,"\u0069g\u0075\u0072\u006d\u0075\u006b\u0068i":0x0a07,"\u0069h\u0069\u0072\u0061\u0067\u0061\u006ea":0x3044,"\u0069\u0068\u006f\u006f\u006b\u0061\u0062\u006f\u0076\u0065":0x1ec9,"\u0069i\u0062\u0065\u006e\u0067\u0061\u006ci":0x0988,"\u0069\u0069\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x0438,"\u0069\u0069\u0064\u0065\u0076\u0061":0x0908,"\u0069\u0069\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069":0x0a88,"\u0069\u0069\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a08,"\u0069\u0069\u0069\u0069\u006e\u0074":0x2a0c,"\u0069\u0069\u0069n\u0074":0x222d,"\u0069i\u006da\u0074\u0072\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a40,"\u0069\u0069\u006e\u0066\u0069\u006e":0x29dc,"\u0069\u0069\u006e\u0076\u0065\u0072\u0074\u0065\u0064b\u0072\u0065\u0076\u0065":0x020b,"\u0069i\u0076o\u0077\u0065\u006c\u0073\u0069g\u006e\u0062e\u006e\u0067\u0061\u006c\u0069":0x09c0,"\u0069i\u0076o\u0077\u0065\u006c\u0073\u0069\u0067\u006e\u0064\u0065\u0076\u0061":0x0940,"\u0069\u0069\u0076\u006fwe\u006c\u0073\u0069\u0067\u006e\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069":0x0ac0,"\u0069\u006a":0x0133,"\u0069k\u0061\u0074\u0061\u006b\u0061\u006ea":0x30a4,"\u0069k\u0061t\u0061\u006b\u0061\u006e\u0061h\u0061\u006cf\u0077\u0069\u0064\u0074\u0068":0xff72,"\u0069k\u006f\u0072\u0065\u0061\u006e":0x3163,"\u0069\u006c\u0075\u0079\u0068\u0065\u0062\u0072\u0065\u0077":0x05ac,"\u0069m\u0061\u0063\u0072\u006f\u006e":0x012b,"\u0069m\u0061c\u0072\u006f\u006e\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x04e3,"\u0069m\u0061\u0067\u0065\u006f\u0066":0x22b7,"\u0069m\u0061\u0067\u0065\u006fr\u0061\u0070\u0070\u0072\u006fx\u0069m\u0061t\u0065\u006c\u0079\u0065\u0071\u0075\u0061l":0x2253,"\u0069\u006d\u0061t\u0068":0x1d6a4,"\u0069\u006d\u0061\u0074\u0072\u0061\u0067\u0075\u0072m\u0075\u006b\u0068\u0069":0x0a3f,"\u0069\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff49,"\u0069\u006e\u0066\u0069\u006e\u0069\u0074\u0079":0x221e,"i\u006e\u0069\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x056b,"\u0069\u006e\u0074\u0042\u0061\u0072":0x2a0e,"\u0069\u006e\u0074\u0062\u0061\u0072":0x2a0d,"\u0069\u006e\u0074\u0063\u0061\u0070":0x2a19,"\u0069\u006e\u0074c\u006c\u006f\u0063\u006b\u0077\u0069\u0073\u0065":0x2231,"\u0069\u006e\u0074\u0063\u0075\u0070":0x2a1a,"\u0069\u006e\u0074\u0065\u0067\u0065\u0072\u0064\u0069\u0076\u0069\u0064\u0065":0x2216,"\u0069\u006e\u0074\u0065\u0067\u0072\u0061\u006c":0x222b,"\u0069\u006e\u0074\u0065\u0067\u0072\u0061\u006c\u0062\u0074":0x2321,"\u0069\u006e\u0074\u0065\u0067\u0072\u0061\u006c\u0065\u0078":0xf8f5,"\u0069\u006e\u0074\u0065\u0067\u0072\u0061\u006c\u0074\u0070":0x2320,"\u0069\u006e\u0074\u0065\u0072\u0063\u0061\u006c":0x22ba,"\u0069\u006e\u0074\u0065\u0072\u006c\u0065\u0061\u0076\u0065":0x2af4,"i\u006e\u0074\u0065\u0072\u0072\u006f\u0062\u0061\u006e\u0067":0x203d,"\u0069n\u0074e\u0072\u0072\u006f\u0062\u0061\u006e\u0067\u0064\u006f\u0077\u006e":0x2e18,"\u0069\u006e\u0074e\u0072\u0073\u0065\u0063\u0074\u0069\u006f\u006e":0x2229,"\u0069n\u0074e\u0072\u0073\u0065\u0063\u0074\u0069\u006f\u006e\u0064\u0062\u006c":0x22d2,"\u0069\u006e\u0074\u0065rs\u0065\u0063\u0074\u0069\u006f\u006e\u0064\u0069\u0073\u0070\u006c\u0061\u0079":0x22c2,"\u0069\u006e\u0074\u0065\u0072\u0073\u0065\u0063\u0074i\u006f\u006e\u0073\u0071":0x2293,"i\u006e\u0074\u0065\u0078\u0074\u0065\u006e\u0064\u0065\u0072":0x23ae,"\u0069\u006e\u0074\u0069\u0073\u0071\u0075\u0061\u0072\u0065":0x3305,"\u0069\u006e\u0074\u006c\u0061\u0072\u0068\u006b":0x2a17,"\u0069n\u0074\u0070\u0072\u006f\u0064":0x2a3c,"\u0069\u006e\u0074\u0070\u0072\u006f\u0064\u0072":0x2a3d,"\u0069\u006e\u0074\u0078":0x2a18,"\u0069n\u0076\u0062\u0075\u006c\u006c\u0065t":0x25d8,"\u0069n\u0076\u0063\u0069\u0072\u0063\u006ce":0x25d9,"\u0069\u006e\u0076\u006c\u0061\u007a\u0079\u0073":0x223e,"\u0069\u006e\u0076wh\u0069\u0074\u0065\u006c\u006f\u0077\u0065\u0072\u0068\u0061\u006c\u0066\u0063\u0069\u0072\u0063\u006c\u0065":0x25db,"\u0069\u006e\u0076wh\u0069\u0074\u0065\u0075\u0070\u0070\u0065\u0072\u0068\u0061\u006c\u0066\u0063\u0069\u0072\u0063\u006c\u0065":0x25da,"\u0069o\u0067\u006f\u006e\u0065\u006b":0x012f,"\u0069\u006f\u0074\u0061":0x03b9,"\u0069\u006f\u0074a\u0031":0x01f9,"\u0069\u006f\u0074a\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073":0x03ca,"\u0069\u006f\u0074\u0061\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073t\u006f\u006e\u006f\u0073":0x0390,"\u0069o\u0074\u0061\u006c\u0061\u0074\u0069n":0x0269,"\u0069o\u0074\u0061\u0074\u006f\u006e\u006fs":0x03af,"\u0069\u0070\u0061\u0072\u0065\u006e":0x24a4,"i\u0072\u0069\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a72,"\u0069\u0073\u0069n\u0045":0x22f9,"\u0069s\u0069\u006e\u0064\u006f\u0074":0x22f5,"\u0069\u0073\u0069\u006e\u006f\u0062\u0061\u0072":0x22f7,"\u0069\u0073\u0069n\u0073":0x22f4,"\u0069\u0073\u0069\u006e\u0076\u0062":0x22f8,"\u0069\u0073\u006d\u0061\u006c\u006c\u0068\u0069\u0072a\u0067\u0061\u006e\u0061":0x3043,"\u0069\u0073\u006d\u0061\u006c\u006c\u006b\u0061\u0074a\u006b\u0061\u006e\u0061":0x30a3,"\u0069\u0073\u006dal\u006c\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068":0xff68,"\u0069\u0073\u0073\u0068\u0061\u0072\u0062\u0065\u006e\u0067\u0061\u006c\u0069":0x09fa,"\u0069s\u0074\u0072\u006f\u006b\u0065":0x0268,"\u0069s\u0075\u0070\u0065\u0072\u0069\u006fr":0xf6ed,"\u0069\u0074\u0065\u0072\u0061\u0074\u0069\u006f\u006e\u0068\u0069\u0072a\u0067\u0061\u006e\u0061":0x309d,"\u0069\u0074\u0065\u0072\u0061\u0074\u0069\u006f\u006e\u006b\u0061\u0074a\u006b\u0061\u006e\u0061":0x30fd,"\u0069\u0074\u0069\u006c\u0064\u0065":0x0129,"i\u0074\u0069\u006c\u0064\u0065\u0062\u0065\u006c\u006f\u0077":0x1e2d,"\u0069\u0075\u0062\u006f\u0070\u006f\u006d\u006f\u0066\u006f":0x3129,"\u0069\u0076\u006f\u0077\u0065\u006c\u0073\u0069\u0067\u006e\u0062\u0065n\u0067\u0061\u006c\u0069":0x09bf,"\u0069\u0076\u006f\u0077\u0065\u006c\u0073\u0069\u0067n\u0064\u0065\u0076\u0061":0x093f,"\u0069v\u006fw\u0065\u006c\u0073\u0069\u0067n\u0067\u0075j\u0061\u0072\u0061\u0074\u0069":0x0abf,"\u0069\u007a\u0068it\u0073\u0061\u0064\u0062\u006c\u0067\u0072\u0061\u0076\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x0477,"\u006a":0x006a,"\u006a\u0061\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x0571,"\u006aa\u0062\u0065\u006e\u0067\u0061\u006ci":0x099c,"\u006a\u0061\u0064\u0065\u0076\u0061":0x091c,"\u006a\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069":0x0a9c,"\u006a\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a1c,"\u006ab\u006f\u0070\u006f\u006d\u006f\u0066o":0x3110,"\u006a\u0063\u0061\u0072\u006f\u006e":0x01f0,"\u006ac\u0069\u0072\u0063\u006c\u0065":0x24d9,"j\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078":0x0135,"\u006a\u0063\u0072o\u0073\u0073\u0065\u0064\u0074\u0061\u0069\u006c":0x029d,"\u006a\u0063\u0072\u006f\u0073\u0073\u0074\u0061\u0069\u006c":0x022d,"\u006a\u0064\u006f\u0074\u006c\u0065\u0073\u0073\u0073t\u0072\u006f\u006b\u0065":0x025f,"\u006a\u0065\u0065\u006d\u0061\u0072\u0061\u0062\u0069\u0063":0x062c,"\u006ae\u0065m\u0066\u0069\u006e\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063":0xfe9e,"\u006a\u0065\u0065\u006d\u0069\u006e\u0069\u0074\u0069\u0061\u006c\u0061r\u0061\u0062\u0069\u0063":0xfe9f,"\u006a\u0065\u0065m\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064":0xfe9d,"\u006a\u0065e\u006d\u006d\u0065d\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063":0xfea0,"\u006a\u0065\u0065\u006dwi\u0074\u0068\u006d\u0065\u0065\u006d\u0069\u006e\u0069\u0074\u0069\u0061\u006c":0xfca8,"\u006a\u0065\u0068\u0066\u0069\u006e\u0061\u006c\u0061r\u0061\u0062\u0069\u0063":0xfb8b,"j\u0065\u0068\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064":0xfb8a,"\u006a\u0068\u0061\u0062\u0065\u006e\u0067\u0061\u006c\u0069":0x099d,"\u006ah\u0061\u0064\u0065\u0076\u0061":0x091d,"j\u0068\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069":0x0a9d,"j\u0068\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a1d,"\u006a\u0068\u0065h\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x057b,"\u006a\u0069\u0073":0x3004,"\u006a\u006d\u0061t\u0068":0x1d6a5,"\u006a\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff4a,"\u006a\u0070\u0061\u0072\u0065\u006e":0x24a5,"\u006a\u0073\u0075\u0070\u0065\u0072":0x023b,"\u006as\u0075\u0070\u0065\u0072\u0069\u006fr":0x02b2,"\u006b":0x006b,"\u006b\u0061\u0062\u0061\u0073\u0068\u006b\u0069\u0072\u0063\u0079\u0072i\u006c\u006c\u0069\u0063":0x04a1,"\u006ba\u0062\u0065\u006e\u0067\u0061\u006ci":0x0995,"\u006b\u0061\u0063\u0075\u0074\u0065":0x1e31,"\u006b\u0061\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x043a,"\u006b\u0061\u0064\u0065sc\u0065\u006e\u0064\u0065\u0072\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x049b,"\u006b\u0061\u0064\u0065\u0076\u0061":0x0915,"\u006b\u0061\u0066":0x05db,"\u006ba\u0066\u0064\u0061\u0067\u0065\u0073h":0xfb3b,"\u006b\u0061\u0066\u0066\u0069\u006e\u0061\u006c\u0061r\u0061\u0062\u0069\u0063":0xfeda,"\u006b\u0061f\u0069\u006e\u0069t\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063":0xfedb,"k\u0061\u0066\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064":0xfed9,"\u006ba\u0066m\u0065\u0064\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063":0xfedc,"\u006b\u0061\u0066\u0072\u0061\u0066\u0065\u0068\u0065\u0062\u0072\u0065\u0077":0xfb4d,"\u006b\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069":0x0a95,"\u006b\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a15,"\u006b\u0061\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x304b,"\u006b\u0061\u0068\u006f\u006f\u006b":0x0400,"\u006b\u0061\u0068\u006f\u006f\u006b\u0063\u0079\u0072i\u006c\u006c\u0069\u0063":0x04c4,"\u006b\u0061\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30ab,"\u006b\u0061\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068":0xff76,"\u006b\u0061\u0070p\u0061":0x03ba,"\u006b\u0061p\u0070\u0061\u0073y\u006d\u0062\u006f\u006c\u0067\u0072\u0065\u0065\u006b":0x03f0,"\u006b\u0061\u0070\u0079eo\u0075\u006e\u006d\u0069\u0065\u0075\u006d\u006b\u006f\u0072\u0065\u0061\u006e":0x3171,"k\u0061\u0070\u0079\u0065ou\u006ep\u0068\u0069\u0065\u0075\u0070h\u006b\u006f\u0072\u0065\u0061\u006e":0x3184,"\u006b\u0061\u0070\u0079eo\u0075\u006e\u0070\u0069\u0065\u0075\u0070\u006b\u006f\u0072\u0065\u0061\u006e":0x3178,"\u006ba\u0070\u0079\u0065\u006f\u0075\u006e\u0073\u0073\u0061\u006e\u0067p\u0069\u0065\u0075\u0070\u006b\u006f\u0072\u0065\u0061\u006e":0x3179,"\u006b\u0061\u0072\u006f\u0072\u0069\u0069\u0073\u0071\u0075\u0061\u0072\u0065":0x330d,"\u006ba\u0072\u0074\u0064\u0065\u0073":0x03d7,"\u006b\u0061\u0073\u0068\u0069\u0064\u0061\u0061\u0075\u0074o\u006e\u006f\u0073\u0069\u0064\u0065\u0062e\u0061\u0072\u0069\u006e\u0067\u0061\u0072\u0061\u0062\u0069\u0063":0x0640,"\u006ba\u0073m\u0061\u006c\u006c\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30f5,"\u006b\u0061\u0073\u0071\u0075\u0061\u0072\u0065":0x3384,"\u006b\u0061\u0073\u0072\u0061\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064":0xfe7a,"\u006b\u0061\u0073\u0072\u0061\u006c\u006f\u0077":0xe826,"k\u0061\u0073\u0072\u0061\u006d\u0065\u0064\u0069\u0061\u006c":0xfe7b,"\u006b\u0061\u0073\u0072\u0061\u0074\u0061\u006e\u0061r\u0061\u0062\u0069\u0063":0x064d,"\u006b\u0061s\u0072\u0061\u0074a\u006e\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064":0xfe74,"k\u0061\u0073\u0072\u0061\u0074\u0061\u006e\u006c\u006f\u0077":0xe827,"\u006b\u0061s\u0074\u0072\u006fk\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x049f,"\u006b\u0061\u0074\u0061h\u0069\u0072\u0061\u0070\u0072\u006f\u006c\u006f\u006e\u0067m\u0061r\u006b\u0068\u0061\u006c\u0066\u0077\u0069d\u0074\u0068":0xff70,"\u006ba\u0076\u0065\u0072\u0074\u0069\u0063\u0061\u006c\u0073\u0074\u0072o\u006b\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x049d,"\u006bb\u006f\u0070\u006f\u006d\u006f\u0066o":0x310e,"\u006b\u0063\u0061\u006c\u0073\u0071\u0075\u0061\u0072\u0065":0x3389,"\u006b\u0063\u0061\u0072\u006f\u006e":0x01e9,"\u006bc\u0069\u0072\u0063\u006c\u0065":0x24da,"\u006b\u0063\u006fm\u006d\u0061\u0061\u0063\u0063\u0065\u006e\u0074":0x0137,"\u006bd\u006f\u0074\u0062\u0065\u006c\u006fw":0x1e33,"k\u0065\u0068\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x0584,"\u006b\u0065\u0068e\u0068":0x06a9,"\u006b\u0065\u0068\u0065\u0068\u0066\u0069\u006e\u0061\u006c":0xfb8f,"\u006b\u0065\u0068e\u0068\u0069\u006e\u0069\u0074\u0069\u0061\u006c":0xfb90,"\u006b\u0065\u0068\u0065\u0068\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064":0xfb8e,"k\u0065\u0068\u0065\u0068\u006d\u0065\u0064\u0069\u0061\u006c":0xfb91,"\u006b\u0065\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x3051,"\u006b\u0065\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30b1,"\u006b\u0065\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068":0xff79,"k\u0065\u006e\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x056f,"\u006b\u0065\u0072\u006e\u0065\u006c\u0063\u006f\u006e\u0074\u0072\u0061c\u0074\u0069\u006f\u006e":0x223b,"\u006be\u0073m\u0061\u006c\u006c\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30f6,"\u006b\u0067\u0072e\u0065\u006e\u006c\u0061\u006e\u0064\u0069\u0063":0x0138,"\u006b\u0068\u0061\u0062\u0065\u006e\u0067\u0061\u006c\u0069":0x0996,"\u006bh\u0061\u0064\u0065\u0076\u0061":0x0916,"k\u0068\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069":0x0a96,"k\u0068\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a16,"\u006bh\u0061h\u0066\u0069\u006e\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063":0xfea6,"\u006b\u0068\u0061\u0068\u0069\u006e\u0069\u0074\u0069\u0061\u006c\u0061r\u0061\u0062\u0069\u0063":0xfea7,"\u006b\u0068\u0061h\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064":0xfea5,"\u006b\u0068a\u0068\u006d\u0065d\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063":0xfea8,"\u006b\u0068\u0061\u0068wi\u0074\u0068\u006d\u0065\u0065\u006d\u0069\u006e\u0069\u0074\u0069\u0061\u006c":0xfcac,"\u006b\u0068\u0065\u0069\u0063\u006f\u0070\u0074\u0069\u0063":0x03e7,"\u006b\u0068\u0068\u0061\u0064\u0065\u0076\u0061":0x0959,"\u006b\u0068\u0068a\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a59,"k\u0068i\u0065\u0075\u006b\u0068\u0061\u0063\u0069\u0072c\u006c\u0065\u006b\u006fre\u0061\u006e":0x3278,"\u006b\u0068\u0069\u0065uk\u0068\u0061\u0070\u0061\u0072\u0065\u006e\u006b\u006f\u0072\u0065\u0061\u006e":0x3218,"\u006b\u0068\u0069\u0065uk\u0068\u0063\u0069\u0072\u0063\u006c\u0065\u006b\u006f\u0072\u0065\u0061\u006e":0x326a,"\u006b\u0068\u0069\u0065\u0075\u006b\u0068\u006b\u006f\u0072\u0065\u0061\u006e":0x314b,"\u006bh\u0069e\u0075\u006b\u0068\u0070\u0061r\u0065\u006ek\u006f\u0072\u0065\u0061\u006e":0x320a,"k\u0068\u006f\u006b\u0068\u0061\u0069\u0074\u0068\u0061\u0069":0x0e02,"k\u0068\u006f\u006b\u0068\u006f\u006e\u0074\u0068\u0061\u0069":0x0e05,"\u006b\u0068\u006fk\u0068\u0075\u0061\u0074\u0074\u0068\u0061\u0069":0x0e03,"\u006b\u0068\u006fk\u0068\u0077\u0061\u0069\u0074\u0068\u0061\u0069":0x0e04,"\u006b\u0068\u006f\u006d\u0075\u0074\u0074\u0068\u0061\u0069":0x0e5b,"\u006b\u0068\u006fo\u006b":0x0199,"\u006b\u0068\u006f\u0072\u0061\u006b\u0068\u0061\u006eg\u0074\u0068\u0061\u0069":0x0e06,"\u006bh\u007a\u0073\u0071\u0075\u0061\u0072e":0x3391,"\u006b\u0069\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x304d,"\u006b\u0069\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30ad,"\u006b\u0069\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068":0xff77,"\u006b\u0069r\u006f\u0067\u0075r\u0061\u006d\u0075\u0073\u0071\u0075\u0061\u0072\u0065":0x3315,"\u006b\u0069\u0072\u006f\u006d\u0065\u0065\u0074\u006f\u0072\u0075\u0073q\u0075\u0061\u0072\u0065":0x3316,"\u006b\u0069\u0072\u006f\u0073\u0071\u0075\u0061\u0072\u0065":0x3314,"\u006b\u0069\u0079\u0065ok\u0061\u0063\u0069\u0072\u0063\u006c\u0065\u006b\u006f\u0072\u0065\u0061\u006e":0x326e,"\u006bi\u0079e\u006f\u006b\u0061\u0070\u0061r\u0065\u006ek\u006f\u0072\u0065\u0061\u006e":0x320e,"\u006bi\u0079e\u006f\u006b\u0063\u0069\u0072c\u006c\u0065k\u006f\u0072\u0065\u0061\u006e":0x3260,"\u006b\u0069\u0079e\u006f\u006b\u006b\u006f\u0072\u0065\u0061\u006e":0x3131,"\u006b\u0069\u0079\u0065\u006f\u006b\u0070\u0061\u0072\u0065\u006e\u006bo\u0072\u0065\u0061\u006e":0x3200,"\u006b\u0069y\u0065\u006f\u006bs\u0069\u006f\u0073\u006b\u006f\u0072\u0065\u0061\u006e":0x3133,"\u006b\u006c\u0069\u006e\u0065\u0062\u0065\u006c\u006f\u0077":0x1e35,"\u006b\u006c\u0073\u0071\u0075\u0061\u0072\u0065":0x3398,"\u006b\u006d\u0063\u0075\u0062\u0065\u0064\u0073\u0071\u0075\u0061\u0072\u0065":0x33a6,"\u006b\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff4b,"\u006bm\u0073q\u0075\u0061\u0072\u0065\u0064\u0073\u0071\u0075\u0061\u0072\u0065":0x33a2,"\u006b\u006f\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x3053,"\u006b\u006f\u0068\u006d\u0073\u0071\u0075\u0061\u0072\u0065":0x33c0,"\u006bo\u006b\u0061\u0069\u0074\u0068\u0061i":0x0e01,"\u006b\u006f\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30b3,"\u006b\u006f\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068":0xff7a,"k\u006f\u006f\u0070\u006f\u0073\u0071\u0075\u0061\u0072\u0065":0x331e,"\u006b\u006f\u0070\u0070\u0061\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x0481,"k\u006fr\u0065\u0061\u006e\u0073\u0074\u0061\u006e\u0064a\u0072\u0064\u0073\u0079mb\u006f\u006c":0x327f,"\u006b\u006f\u0072\u006f\u006e\u0069\u0073\u0063\u006d\u0062":0x0343,"\u006b\u0070\u0061\u0072\u0065\u006e":0x24a6,"\u006bp\u0061\u0073\u0071\u0075\u0061\u0072e":0x33aa,"k\u0073\u0069\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x046f,"\u006b\u0074\u0073\u0071\u0075\u0061\u0072\u0065":0x33cf,"\u006b\u0074\u0075r\u006e":0x022e,"\u006bt\u0075\u0072\u006e\u0065\u0064":0x029e,"\u006b\u0075\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x304f,"\u006b\u0075\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30af,"\u006b\u0075\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068":0xff78,"\u006b\u0076\u0073\u0071\u0075\u0061\u0072\u0065":0x33b8,"\u006b\u0077\u0073\u0071\u0075\u0061\u0072\u0065":0x33be,"\u006c":0x006c,"\u006c\u0041\u006e\u0067\u006c\u0065":0x27ea,"\u006c\u0042\u0072\u0061\u0063\u0065":0x2983,"\u006c\u0050\u0061\u0072\u0065\u006e":0x2985,"\u006ca\u0062\u0065\u006e\u0067\u0061\u006ci":0x09b2,"\u006c\u0061\u0063\u0075\u0074\u0065":0x013a,"\u006c\u0061\u0064\u0065\u0076\u0061":0x0932,"\u006c\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069":0x0ab2,"\u006c\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a32,"\u006ca\u006bk\u0068\u0061\u006e\u0067\u0079\u0061\u006f\u0074\u0068\u0061\u0069":0x0e45,"\u006ca\u006da\u006c\u0065\u0066\u0066\u0069n\u0061\u006ca\u0072\u0061\u0062\u0069\u0063":0xfefc,"\u006c\u0061\u006d\u0061l\u0065\u0066\u0068\u0061\u006d\u007a\u0061\u0061\u0062\u006fv\u0065f\u0069\u006e\u0061\u006c\u0061\u0072\u0061b\u0069\u0063":0xfef8,"\u006c\u0061\u006da\u006c\u0065\u0066\u0068a\u006d\u007a\u0061\u0061\u0062\u006f\u0076e\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064\u0061\u0072\u0061\u0062\u0069\u0063":0xfef7,"\u006c\u0061\u006d\u0061l\u0065\u0066\u0068\u0061\u006d\u007a\u0061\u0062\u0065\u006co\u0077f\u0069\u006e\u0061\u006c\u0061\u0072\u0061b\u0069\u0063":0xfefa,"\u006c\u0061\u006da\u006c\u0065\u0066\u0068a\u006d\u007a\u0061\u0062\u0065\u006c\u006fw\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064\u0061\u0072\u0061\u0062\u0069\u0063":0xfef9,"l\u0061\u006d\u0061\u006cef\u0069s\u006f\u006c\u0061\u0074\u0065d\u0061\u0072\u0061\u0062\u0069\u0063":0xfefb,"\u006c\u0061\u006d\u0061l\u0065\u0066\u006d\u0061\u0064\u0064\u0061\u0061\u0062\u006fv\u0065f\u0069\u006e\u0061\u006c\u0061\u0072\u0061b\u0069\u0063":0xfef6,"\u006c\u0061\u006da\u006c\u0065\u0066\u006da\u0064\u0064\u0061\u0061\u0062\u006f\u0076e\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064\u0061\u0072\u0061\u0062\u0069\u0063":0xfef5,"\u006c\u0061\u006d\u0062\u0064\u0061":0x03bb,"\u006c\u0061\u006db\u0064\u0061\u0073\u0074\u0072\u006f\u006b\u0065":0x019b,"l\u0061\u006d\u0065\u0064\u0064\u0061\u0067\u0065\u0073\u0068":0xfb3c,"\u006c\u0061m\u0065\u0064\u0068o\u006c\u0061\u006d\u0068\u0065\u0062\u0072\u0065\u0077":0x05dc,"\u006c\u0061\u006ded\u0077\u0069\u0074\u0068\u0064\u0061\u0067\u0065\u0073\u0068\u0061\u006e\u0064\u0068\u006f\u006c\u0061\u006d":0xe805,"\u006c\u0061\u006d\u0065\u0064\u0077\u0069\u0074\u0068h\u006f\u006c\u0061\u006d":0xe804,"\u006c\u0061\u006d\u0066\u0069\u006e\u0061\u006c\u0061r\u0061\u0062\u0069\u0063":0xfede,"\u006c\u0061\u006d\u0068ah\u0069\u006e\u0069\u0074\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063":0xfcca,"\u006c\u0061m\u0069\u006e\u0069t\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063":0xfedf,"l\u0061\u006d\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064":0xfedd,"l\u0061m\u006a\u0065\u0065\u006d\u0069\u006e\u0069\u0074i\u0061\u006c\u0061\u0072ab\u0069\u0063":0xfcc9,"l\u0061m\u006b\u0068\u0061\u0068\u0069\u006e\u0069\u0074i\u0061\u006c\u0061\u0072ab\u0069\u0063":0xfccb,"\u006c\u0061\u006dla\u006d\u0068\u0065\u0068\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064\u0061\u0072\u0061\u0062\u0069\u0063":0xfdf2,"\u006ca\u006dm\u0065\u0064\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063":0xfee0,"\u006c\u0061\u006dme\u0065\u006d\u0068\u0061\u0068\u0069\u006e\u0069\u0074\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063":0xfd88,"l\u0061m\u006d\u0065\u0065\u006d\u0069\u006e\u0069\u0074i\u0061\u006c\u0061\u0072ab\u0069\u0063":0xfccc,"\u006c\u0061\u006d\u0077\u0069\u0074\u0068\u0061\u006c\u0065\u0066m\u0061\u006b\u0073\u0075\u0072\u0061\u0069\u0073\u006f\u006ca\u0074\u0065\u0064":0xfc43,"\u006ca\u006dw\u0069\u0074\u0068\u0068\u0061h\u0069\u0073o\u006c\u0061\u0074\u0065\u0064":0xfc40,"\u006c\u0061\u006d\u0077\u0069\u0074\u0068\u0068\u0065\u0068\u0069\u006ei\u0074\u0069\u0061\u006c":0xfccd,"\u006c\u0061\u006d\u0077it\u0068\u006a\u0065\u0065\u006d\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064":0xfc3f,"\u006c\u0061\u006d\u0077it\u0068\u006b\u0068\u0061\u0068\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064":0xfc41,"\u006c\u0061\u006d\u0077it\u0068\u006d\u0065\u0065\u006d\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064":0xfc42,"\u006c\u0061\u006d\u0077\u0069\u0074\u0068\u006d\u0065\u0065\u006dw\u0069\u0074\u0068\u006a\u0065\u0065\u006d\u0069\u006e\u0069t\u0069\u0061\u006c":0xe811,"\u006ca\u006dw\u0069\u0074\u0068\u0079\u0065h\u0069\u0073o\u006c\u0061\u0074\u0065\u0064":0xfc44,"\u006ca\u006e\u0067\u006c\u0065\u0064\u006ft":0x2991,"\u006c\u0061\u0070\u006c\u0061\u0063":0x29e0,"l\u0061\u0072\u0067\u0065\u0063\u0069\u0072\u0063\u006c\u0065":0x25ef,"\u006c\u0061\u0074":0x2aab,"\u006c\u0061\u0074\u0065":0x2aad,"\u006c\u0062\u0061\u0067":0x27c5,"\u006c\u0062\u0061\u0072":0x019a,"\u006c\u0062\u0062a\u0072":0x2114,"\u006c\u0062\u0065l\u0074":0x026c,"\u006c\u0062\u006c\u006b\u0062\u0072\u0062\u0072\u0061\u006b":0x2997,"\u006cb\u006f\u0070\u006f\u006d\u006f\u0066o":0x310c,"\u006c\u0062\u0072\u0061\u0063\u0065\u006c\u0065\u006e\u0064":0x23a9,"\u006cb\u0072\u0061\u0063\u0065\u006d\u0069d":0x23a8,"\u006c\u0062\u0072\u0061\u0063\u0065\u0075\u0065\u006e\u0064":0x23a7,"\u006c\u0062\u0072\u0061\u0063\u006b\u0065\u0078\u0074e\u006e\u0064\u0065\u0072":0x23a2,"\u006c\u0062\u0072\u0061\u0063\u006b\u006c\u0065\u006e\u0064":0x23a3,"\u006c\u0062\u0072a\u0063\u006b\u006c\u006c\u0074\u0069\u0063\u006b":0x298f,"\u006c\u0062\u0072\u0061\u0063\u006b\u0075\u0062\u0061\u0072":0x298b,"\u006c\u0062\u0072\u0061\u0063\u006b\u0075\u0065\u006e\u0064":0x23a1,"\u006c\u0062\u0072a\u0063\u006b\u0075\u006c\u0074\u0069\u0063\u006b":0x298d,"\u006cb\u0072\u0062\u0072\u0061\u006b":0x2772,"\u006c\u0063\u0061\u0072\u006f\u006e":0x013e,"\u006cc\u0061\u0072\u006f\u006e\u0031":0xf813,"\u006cc\u0069\u0072\u0063\u006c\u0065":0x24db,"\u006c\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0062\u0065\u006c\u006f\u0077":0x1e3d,"\u006c\u0063\u006fm\u006d\u0061\u0061\u0063\u0063\u0065\u006e\u0074":0x013c,"l\u0063\u0075\u0072\u0076\u0079\u0061\u006e\u0067\u006c\u0065":0x29fc,"\u006c\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074":0x0140,"\u006cd\u006f\u0074\u0062\u0065\u006c\u006fw":0x1e37,"\u006cd\u006ft\u0062\u0065\u006c\u006f\u0077\u006d\u0061\u0063\u0072\u006f\u006e":0x1e39,"\u006c\u0065\u0066\u0074\u0061\u006e\u0067\u006c\u0065\u0061\u0062\u006fv\u0065\u0063\u006d\u0062":0x031a,"\u006ce\u0066t\u0061\u0072\u0072\u006f\u0077\u0061\u0070\u0070\u0072\u006f\u0078":0x2b4a,"\u006c\u0065\u0066\u0074ar\u0072\u006f\u0077\u0062\u0061\u0063\u006b\u0061\u0070\u0070\u0072\u006f\u0078":0x2b42,"\u006c\u0065\u0066\u0074\u0061\u0072\u0072\u006f\u0077\u0062\u0073\u0069m\u0069\u006c\u0061\u0072":0x2b4b,"\u006c\u0065\u0066\u0074\u0061\u0072\u0072\u006f\u0077\u006c\u0065\u0073\u0073":0x2977,"\u006c\u0065f\u0074\u0061\u0072r\u006f\u0077\u006f\u006e\u006f\u0070\u006c\u0075\u0073":0x2b32,"\u006c\u0065\u0066\u0074\u0061\u0072\u0072\u006f\u0077\u0070\u006c\u0075\u0073":0x2946,"\u006ce\u0066\u0074\u0061\u0072\u0072\u006f\u0077\u0073\u0068\u006f\u0072t\u0072\u0069\u0067\u0068\u0074\u0061\u0072\u0072\u006f\u0077":0x2943,"\u006c\u0065f\u0074\u0061\u0072r\u006f\u0077\u0073\u0069\u006d\u0069\u006c\u0061\u0072":0x2973,"\u006ce\u0066t\u0061\u0072\u0072\u006f\u0077\u0073\u0075\u0062\u0073\u0065\u0074":0x297a,"\u006c\u0065\u0066\u0074\u0061\u0072\u0072\u006f\u0077\u0074\u0072\u0069a\u006e\u0067\u006c\u0065":0x21fd,"\u006c\u0065\u0066\u0074\u0061\u0072\u0072\u006f\u0077\u0078":0x2b3e,"l\u0065\u0066\u0074\u0062\u006b\u0061\u0072\u0072\u006f\u0077":0x290c,"\u006ce\u0066t\u0063\u0075\u0072\u0076\u0065\u0064\u0061\u0072\u0072\u006f\u0077":0x2b3f,"\u006c\u0065\u0066t\u0064\u0062\u006b\u0061\u0072\u0072\u006f\u0077":0x290e,"l\u0065\u0066\u0074\u0064\u0062\u006c\u0074\u0061\u0069\u006c":0x291b,"\u006c\u0065\u0066t\u0064\u006f\u0074\u0061\u0072\u0072\u006f\u0077":0x2b38,"\u006c\u0065\u0066\u0074do\u0077\u006e\u0063\u0075\u0072\u0076\u0065\u0064\u0061\u0072\u0072\u006f\u0077":0x2936,"\u006c\u0065\u0066t\u0066\u0069\u0073\u0068\u0074\u0061\u0069\u006c":0x297c,"\u006c\u0065\u0066\u0074\u0068\u0061\u0072\u0070\u006f\u006f\u006e\u0061c\u0063\u0065\u006e\u0074":0x20d0,"\u006ce\u0066t\u0068\u0061\u0072\u0070\u006fo\u006e\u0064o\u0077\u006e\u0062\u0061\u0072":0x295e,"\u006ce\u0066t\u0068\u0061\u0072\u0070\u006fo\u006e\u0073u\u0070\u0064\u006f\u0077\u006e":0x2962,"\u006c\u0065f\u0074\u0068\u0061r\u0070\u006f\u006f\u006e\u0075\u0070\u0062\u0061\u0072":0x295a,"\u006c\u0065\u0066\u0074\u0068\u0061\u0072\u0070\u006f\u006f\u006e\u0075p\u0064\u0061\u0073\u0068":0x296a,"\u006c\u0065\u0066\u0074\u006c\u0065\u0066\u0074\u0061r\u0072\u006f\u0077\u0073":0x21c7,"\u006c\u0065\u0066\u0074\u006d\u006f\u006f\u006e":0x263e,"\u006c\u0065\u0066\u0074\u006f\u0075\u0074\u0065\u0072\u006a\u006f\u0069\u006e":0x27d5,"l\u0065f\u0074\u0072\u0069\u0067\u0068\u0074\u0061\u0072r\u006f\u0077\u0063\u0069rc\u006c\u0065":0x2948,"\u006c\u0065\u0066\u0074ri\u0067\u0068\u0074\u0061\u0072\u0072\u006f\u0077\u0074\u0072\u0069\u0061\u006e\u0067l\u0065":0x21ff,"\u006ce\u0066\u0074\u0072\u0069\u0067\u0068\u0074\u0068\u0061\u0072\u0070o\u006f\u006e\u0064\u006f\u0077\u006e\u0064\u006f\u0077\u006e":0x2950,"\u006c\u0065\u0066\u0074ri\u0067\u0068\u0074\u0068\u0061\u0072\u0070\u006f\u006f\u006e\u0064\u006f\u0077\u006eu\u0070":0x294b,"l\u0065\u0066\u0074\u0072ig\u0068t\u0068\u0061\u0072\u0070\u006fo\u006e\u0073\u0064\u006f\u0077\u006e":0x2967,"\u006c\u0065\u0066\u0074ri\u0067\u0068\u0074\u0068\u0061\u0072\u0070\u006f\u006f\u006e\u0073\u0075\u0070":0x2966,"\u006c\u0065\u0066\u0074ri\u0067\u0068\u0074\u0068\u0061\u0072\u0070\u006f\u006f\u006e\u0075\u0070\u0064\u006fw\u006e":0x294a,"l\u0065f\u0074\u0072\u0069\u0067\u0068\u0074\u0068\u0061r\u0070\u006f\u006f\u006eup\u0075\u0070":0x294e,"\u006c\u0065\u0066\u0074\u0073\u0071\u0075\u0069\u0067a\u0072\u0072\u006f\u0077":0x21dc,"\u006c\u0065f\u0074\u0074\u0061c\u006b\u0062\u0065\u006c\u006f\u0077\u0063\u006d\u0062":0x0318,"\u006c\u0065\u0066\u0074\u0074\u0061\u0069\u006c":0x2919,"\u006ce\u0066t\u0074\u0068\u0072\u0065\u0065\u0061\u0072\u0072\u006f\u0077\u0073":0x2b31,"\u006c\u0065\u0066\u0074\u0077\u0061\u0076\u0065\u0061\u0072\u0072\u006f\u0077":0x219c,"\u006ce\u0071\u0071\u0073\u006c\u0061\u006et":0x2af9,"\u006c\u0065\u0073c\u0063":0x2aa8,"\u006c\u0065\u0073\u0064\u006f\u0074":0x2a7f,"\u006ce\u0073\u0064\u006f\u0074\u006f":0x2a81,"\u006c\u0065\u0073\u0064\u006f\u0074\u006f\u0072":0x2a83,"\u006c\u0065\u0073\u0067\u0065\u0073":0x2a93,"\u006c\u0065\u0073\u0073":0x003c,"\u006c\u0065\u0073\u0073\u0064\u0062\u006c\u0065\u0071\u006c\u0067\u0072e\u0061\u0074\u0065\u0072":0x2a8b,"\u006ce\u0073\u0073\u0064\u006f\u0074":0x22d6,"\u006ce\u0073\u0073\u0065\u0071\u0075\u0061l":0x2264,"\u006ce\u0073s\u0065\u0071\u0075\u0061\u006co\u0072\u0067r\u0065\u0061\u0074\u0065\u0072":0x22da,"\u006c\u0065\u0073\u0073\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff1c,"\u006ce\u0073s\u006e\u006f\u0074\u0064\u0062\u006c\u0065\u0071\u0075\u0061\u006c":0x2a89,"\u006c\u0065\u0073s\u006e\u006f\u0074\u0065\u0071\u0075\u0061\u006c":0x2a87,"\u006ce\u0073s\u006f\u0072\u0061\u0070\u0070\u0072\u006f\u0078\u0065\u0071\u006c":0x2a85,"\u006c\u0065s\u0073\u006f\u0072e\u0071\u0075\u0061\u006c\u0073\u006c\u0061\u006e\u0074":0x2a7d,"\u006c\u0065s\u0073\u006f\u0072e\u0071\u0075\u0069\u0076\u0061\u006c\u0065\u006e\u0074":0x2272,"\u006c\u0065\u0073\u0073\u006f\u0072\u0067\u0072\u0065\u0061\u0074\u0065\u0072":0x2276,"\u006c\u0065\u0073\u0073\u006f\u0072\u006e\u006f\u0074e\u0071\u0075\u0061\u006c":0x2268,"\u006c\u0065\u0073\u0073\u006f\u0076\u0065\u0072\u0065\u0071\u0075\u0061\u006c":0x2266,"\u006ce\u0073\u0073\u0073\u006d\u0061\u006cl":0xfe64,"\u006c\u0065\u007a\u0068":0x026e,"\u006cf\u0062\u006c\u006f\u0063\u006b":0x258c,"\u006c\u0066\u0062\u006f\u0077\u0074\u0069\u0065":0x29d1,"\u006c\u0066\u0065\u0069\u0067\u0068\u0074\u0068\u0062\u006c\u006f\u0063\u006b":0x258f,"\u006c\u0066\u0066\u0069\u0076\u0065\u0065\u0069\u0067\u0068\u0074\u0068b\u006c\u006f\u0063\u006b":0x258b,"\u006c\u0066\u0071\u0075\u0061\u0072\u0074\u0065\u0072b\u006c\u006f\u0063\u006b":0x258e,"\u006cf\u0073e\u0076\u0065\u006e\u0065\u0069g\u0068\u0074h\u0062\u006c\u006f\u0063\u006b":0x2589,"\u006cf\u0074h\u0072\u0065\u0065\u0065\u0069g\u0068\u0074h\u0062\u006c\u006f\u0063\u006b":0x258d,"\u006c\u0066\u0074\u0068re\u0065\u0071\u0075\u0061\u0072\u0074\u0065\u0072\u0062\u006c\u006f\u0063\u006b":0x258a,"\u006cf\u0074\u0069\u006d\u0065\u0073":0x29d4,"\u006c\u0067\u0045":0x2a91,"l\u0067\u0062\u006c\u006b\u0063\u0069\u0072\u0063\u006c\u0065":0x2b24,"l\u0067\u0062\u006c\u006b\u0073\u0071\u0075\u0061\u0072\u0065":0x2b1b,"l\u0067\u0077\u0068\u0074\u0073\u0071\u0075\u0061\u0072\u0065":0x2b1c,"\u006c\u0068\u006f\u006f\u006b\u0072\u0065\u0074\u0072o\u0066\u006c\u0065\u0078":0x026d,"\u006c\u0069\u006e\u0065\u0066\u0065\u0065\u0064":0x21b4,"\u006c\u0069\u006e\u0065\u0073\u0065\u0070\u0061\u0072\u0061\u0074\u006f\u0072":0x2028,"\u006c\u0069\u006ee\u0076\u0065\u0072\u0074\u006e\u006f\u0073\u0070":0x0280,"\u006ci\u006ee\u0076\u0065\u0072\u0074\u0073\u0075\u0062\u006e\u006f\u0073\u0070":0x029c,"\u006c\u0069\u0072\u0061":0x20a4,"\u006c\u0069\u0077n\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x056c,"\u006c\u006a":0x01c9,"l\u006a\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x0459,"\u006c\u006c":0xf6c0,"\u006cl\u0061\u0064\u0065\u0076\u0061":0x0933,"l\u006c\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069":0x0ab3,"\u006cl\u0061\u006e\u0067\u006c\u0065":0x2989,"\u006c\u006c\u0061r\u0063":0x25df,"\u006c\u006c\u0069\u006e\u0065\u0062\u0065\u006c\u006f\u0077":0x1e3b,"\u006c\u006c\u006c":0x22d8,"\u006c\u006c\u006c\u0061\u0064\u0065\u0076\u0061":0x0934,"\u006cl\u006c\u006e\u0065\u0073\u0074":0x2af7,"\u006c\u006c\u0070\u0061\u0072\u0065\u006e\u0074\u0068\u0065\u0073\u0069\u0073":0x2987,"\u006c\u006c\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065":0x25fa,"\u006c\u006cv\u006f\u0063\u0061l\u0069\u0063\u0062\u0065\u006e\u0067\u0061\u006c\u0069":0x09e1,"\u006c\u006c\u0076\u006f\u0063\u0061\u006c\u0069\u0063\u0064\u0065\u0076\u0061":0x0961,"\u006cl\u0076\u006f\u0063\u0061l\u0069\u0063\u0076\u006f\u0077e\u006cs\u0069g\u006e\u0062\u0065\u006e\u0067\u0061\u006ci":0x09e3,"\u006c\u006c\u0076\u006fca\u006c\u0069\u0063\u0076\u006f\u0077\u0065\u006c\u0073\u0069\u0067\u006e\u0064\u0065v\u0061":0x0963,"\u006c\u006d\u0069d\u0064\u006c\u0065\u0074\u0069\u006c\u0064\u0065":0x026b,"\u006c\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff4c,"\u006c\u006d\u006f\u0075\u0073\u0074\u0061\u0063\u0068\u0065":0x23b0,"\u006c\u006d\u0073\u0071\u0075\u0061\u0072\u0065":0x33d0,"\u006c\u006e\u0073i\u006d":0x22e6,"l\u006f\u0063\u0068\u0075\u006c\u0061\u0074\u0068\u0061\u0069":0x0e2c,"\u006c\u006f\u0067\u0069\u0063\u0061\u006c\u0061\u006e\u0064":0x2227,"\u006c\u006f\u0067\u0069\u0063\u0061\u006c\u006e\u006f\u0074":0x00ac,"\u006co\u0067\u0069\u0063\u0061\u006c\u006fr":0x2228,"\u006co\u0067\u006f\u006e\u0065\u006b":0xf830,"\u006c\u006f\u006c\u0069\u006e\u0067\u0074\u0068\u0061\u0069":0x0e25,"\u006co\u006e\u0067\u0064\u0061\u0073\u0068v":0x27de,"\u006c\u006f\u006eg\u0064\u0069\u0076\u0069\u0073\u0069\u006f\u006e":0x27cc,"\u006c\u006f\u006e\u0067\u006c\u0065\u0066\u0074\u0061\u0072\u0072\u006f\u0077":0x27f5,"\u006co\u006eg\u006c\u0065\u0066\u0074\u0072i\u0067\u0068t\u0061\u0072\u0072\u006f\u0077":0x27f7,"\u006co\u006eg\u006c\u0065\u0066\u0074\u0073q\u0075\u0069g\u0061\u0072\u0072\u006f\u0077":0x2b33,"\u006c\u006f\u006eg\u006d\u0061\u0070\u0073\u0066\u0072\u006f\u006d":0x27fb,"\u006c\u006f\u006e\u0067\u006d\u0061\u0070\u0073\u0074\u006f":0x27fc,"\u006c\u006f\u006e\u0067\u0072\u0069\u0067\u0068\u0074a\u0072\u0072\u006f\u0077":0x27f6,"\u006c\u006f\u006e\u0067ri\u0067\u0068\u0074\u0073\u0071\u0075\u0069\u0067\u0061\u0072\u0072\u006f\u0077":0x27ff,"\u006c\u006f\u006eg\u0073":0x017f,"\u006c\u006f\u006e\u0067\u0073\u0074":0xfb05,"\u006co\u0077\u0065\u0072\u0065\u0064":0x024e,"\u006c\u006f\u0077\u0069\u006e\u0074":0x2a1c,"\u006c\u006f\u0077\u006c\u0069\u006e\u0065\u0063\u0065\u006e\u0074\u0065r\u006c\u0069\u006e\u0065":0xfe4e,"\u006c\u006f\u0077\u006c\u0069\u006e\u0065\u0063\u006d\u0062":0x0332,"\u006c\u006f\u0077\u006c\u0069\u006e\u0065\u0064\u0061\u0073\u0068\u0065\u0064":0xfe4d,"\u006co\u007a\u0065\u006e\u0067\u0065":0x25ca,"\u006c\u006f\u007ae\u006e\u0067\u0065\u006d\u0069\u006e\u0075\u0073":0x27e0,"\u006c\u0070\u0061\u0072\u0065\u006e":0x24a7,"\u006c\u0070\u0061\u0072\u0065\u006e\u0065\u0078\u0074e\u006e\u0064\u0065\u0072":0x239c,"\u006c\u0070\u0061\u0072\u0065\u006e\u006c\u0065\u006e\u0064":0x239d,"\u006c\u0070\u0061\u0072\u0065\u006e\u006c\u0065\u0073\u0073":0x2993,"\u006c\u0070\u0061\u0072\u0065\u006e\u0075\u0065\u006e\u0064":0x239b,"\u006c\u0072\u0061r\u0063":0x25de,"\u006c\u0072\u0065":0x202a,"\u006c\u0072\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065":0x25ff,"\u006c\u0072\u0074r\u0069\u0061\u006e\u0067\u006c\u0065\u0065\u0071":0x29e1,"\u006c\u0073\u0069m\u0065":0x2a8d,"\u006c\u0073\u0069m\u0067":0x2a8f,"\u006c\u0073\u006c\u0061\u0073\u0068":0x0142,"\u006cs\u0071\u0068\u006f\u006f\u006b":0x2acd,"\u006c\u0073\u0075\u0070\u0065\u0072":0x026a,"\u006cs\u0075\u0070\u0065\u0072\u0069\u006fr":0xf6ee,"\u006c\u0074\u0063\u0063":0x2aa6,"\u006c\u0074\u0063i\u0072":0x2a79,"\u006c\u0074\u006c\u0061\u0072\u0072":0x2976,"\u006ct\u0071\u0075\u0065\u0073\u0074":0x2a7b,"\u006c\u0074\u0072\u0069\u0076\u0062":0x29cf,"\u006c\u0074\u0073\u0068\u0061\u0064\u0065\u0031":0xf821,"\u006c\u0075\u0074\u0068\u0061\u0069":0x0e26,"\u006cv\u0062\u006f\u0078\u006c\u0069\u006ee":0x23b8,"\u006cv\u006fc\u0061\u006c\u0069\u0063\u0062\u0065\u006e\u0067\u0061\u006c\u0069":0x098c,"\u006c\u0076\u006fc\u0061\u006c\u0069\u0063\u0064\u0065\u0076\u0061":0x090c,"\u006cv\u006f\u0063\u0061\u006c\u0069\u0063\u0076\u006f\u0077\u0065\u006cs\u0069\u0067\u006e\u0062\u0065\u006e\u0067\u0061\u006c\u0069":0x09e2,"l\u0076\u006f\u0063\u0061li\u0063v\u006f\u0077\u0065\u006c\u0073i\u0067\u006e\u0064\u0065\u0076\u0061":0x0962,"\u006c\u0076\u007a\u0069\u0067\u007a\u0061\u0067":0x29d8,"\u006c\u0078\u0073\u0071\u0075\u0061\u0072\u0065":0x33d3,"\u006d":0x006d,"\u006da\u0062\u0065\u006e\u0067\u0061\u006ci":0x09ae,"\u006d\u0061\u0063\u0072\u006f\u006e":0x00af,"\u006d\u0061\u0063\u0072\u006f\u006e\u0062\u0065\u006co\u0077\u0063\u006d\u0062":0x0331,"\u006da\u0063\u0072\u006f\u006e\u0063\u006db":0x0304,"\u006d\u0061\u0063r\u006f\u006e\u006c\u006f\u0077\u006d\u006f\u0064":0x02cd,"\u006da\u0063r\u006f\u006e\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xffe3,"\u006d\u0061\u0063\u0075\u0074\u0065":0x1e3f,"\u006d\u0061\u0064\u0065\u0076\u0061":0x092e,"\u006d\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069":0x0aae,"\u006d\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a2e,"\u006d\u0061\u0068\u0061\u0070\u0061\u006b\u0068\u0068e\u0062\u0072\u0065\u0077":0x05a4,"\u006d\u0061\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x307e,"\u006d\u0061\u0069\u0063ha\u0074\u0074\u0061\u0077\u0061\u006c\u006f\u0077\u006c\u0065\u0066\u0074\u0074\u0068a\u0069":0xf895,"\u006d\u0061\u0069ch\u0061\u0074\u0074\u0061\u0077\u0061\u006c\u006f\u0077\u0072\u0069\u0067\u0068\u0074\u0074\u0068\u0061\u0069":0xf894,"\u006da\u0069c\u0068\u0061\u0074\u0074\u0061\u0077\u0061\u0074\u0068\u0061\u0069":0x0e4b,"\u006da\u0069\u0063\u0068\u0061\u0074\u0074\u0061\u0077\u0061\u0075\u0070p\u0065\u0072\u006c\u0065\u0066\u0074\u0074\u0068\u0061\u0069":0xf893,"\u006d\u0061i\u0065\u006b\u006co\u0077\u006c\u0065\u0066\u0074\u0074\u0068\u0061\u0069":0xf88c,"\u006d\u0061\u0069\u0065\u006b\u006c\u006f\u0077\u0072\u0069\u0067\u0068t\u0074\u0068\u0061\u0069":0xf88b,"\u006da\u0069\u0065\u006b\u0074\u0068\u0061i":0x0e48,"\u006da\u0069e\u006b\u0075\u0070\u0070\u0065r\u006c\u0065f\u0074\u0074\u0068\u0061\u0069":0xf88a,"\u006da\u0069h\u0061\u006e\u0061\u006b\u0061t\u006c\u0065f\u0074\u0074\u0068\u0061\u0069":0xf884,"\u006d\u0061\u0069\u0068\u0061\u006e\u0061\u006b\u0061t\u0074\u0068\u0061\u0069":0x0e31,"\u006d\u0061\u0069\u0074\u0061\u0069\u006b\u0068\u0075\u006c\u0065\u0066t\u0074\u0068\u0061\u0069":0xf889,"\u006d\u0061\u0069\u0074\u0061\u0069\u006b\u0068\u0075\u0074\u0068\u0061\u0069":0x0e47,"\u006d\u0061\u0069\u0074\u0068\u006f\u006c\u006f\u0077\u006c\u0065\u0066t\u0074\u0068\u0061\u0069":0xf88f,"\u006da\u0069t\u0068\u006f\u006c\u006f\u0077r\u0069\u0067h\u0074\u0074\u0068\u0061\u0069":0xf88e,"\u006d\u0061\u0069\u0074\u0068\u006f\u0074\u0068\u0061\u0069":0x0e49,"\u006d\u0061\u0069\u0074ho\u0075\u0070\u0070\u0065\u0072\u006c\u0065\u0066\u0074\u0074\u0068\u0061\u0069":0xf88d,"\u006d\u0061\u0069\u0074\u0072\u0069\u006c\u006f\u0077\u006c\u0065\u0066t\u0074\u0068\u0061\u0069":0xf892,"\u006da\u0069t\u0072\u0069\u006c\u006f\u0077r\u0069\u0067h\u0074\u0074\u0068\u0061\u0069":0xf891,"\u006d\u0061\u0069\u0074\u0072\u0069\u0074\u0068\u0061\u0069":0x0e4a,"\u006d\u0061\u0069\u0074ri\u0075\u0070\u0070\u0065\u0072\u006c\u0065\u0066\u0074\u0074\u0068\u0061\u0069":0xf890,"\u006d\u0061\u0069y\u0061\u006d\u006f\u006b\u0074\u0068\u0061\u0069":0x0e46,"\u006d\u0061\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30de,"\u006d\u0061\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068":0xff8f,"\u006d\u0061\u006e\u0073\u0079\u006f\u006e\u0073\u0071\u0075\u0061\u0072\u0065":0x3347,"\u006d\u0061\u0070\u0073\u0064\u006f\u0077\u006e":0x21a7,"\u006d\u0061\u0070\u0073\u0066\u0072\u006f\u006d":0x21a4,"\u006d\u0061\u0070\u0073\u0074\u006f":0x21a6,"\u006d\u0061\u0070\u0073\u0075\u0070":0x21a5,"\u006d\u0061\u0072\u0073":0x2642,"\u006da\u0073o\u0072\u0061\u0063\u0069\u0072c\u006c\u0065h\u0065\u0062\u0072\u0065\u0077":0x05af,"\u006d\u0061\u0073\u0071\u0075\u0061\u0072\u0065":0x3383,"\u006d\u0062\u0066\u0041":0x1d400,"\u006d\u0062\u0066\u0041\u006c\u0070\u0068\u0061":0x1d6a8,"\u006d\u0062\u0066\u0042":0x1d401,"\u006db\u0066\u0042\u0065\u0074\u0061":0x1d6a9,"\u006d\u0062\u0066\u0043":0x1d402,"\u006d\u0062\u0066\u0043\u0068\u0069":0x1d6be,"\u006d\u0062\u0066\u0044":0x1d403,"\u006d\u0062\u0066\u0044\u0065\u006c\u0074\u0061":0x1d6ab,"\u006d\u0062\u0066\u0044\u0069\u0067\u0061\u006d\u006d\u0061":0x1d7ca,"\u006d\u0062\u0066\u0045":0x1d404,"\u006d\u0062\u0066\u0045\u0070\u0073\u0069\u006c\u006f\u006e":0x1d6ac,"\u006d\u0062\u0066\u0045\u0074\u0061":0x1d6ae,"\u006d\u0062\u0066\u0046":0x1d405,"\u006d\u0062\u0066\u0047":0x1d406,"\u006d\u0062\u0066\u0047\u0061\u006d\u006d\u0061":0x1d6aa,"\u006d\u0062\u0066\u0048":0x1d407,"\u006d\u0062\u0066\u0049":0x1d408,"\u006db\u0066\u0049\u006f\u0074\u0061":0x1d6b0,"\u006d\u0062\u0066\u004a":0x1d409,"\u006d\u0062\u0066\u004b":0x1d40a,"\u006d\u0062\u0066\u004b\u0061\u0070\u0070\u0061":0x1d6b1,"\u006d\u0062\u0066\u004c":0x1d40b,"\u006db\u0066\u004c\u0061\u006d\u0062\u0064a":0x1d6b2,"\u006d\u0062\u0066\u004d":0x1d40c,"\u006d\u0062\u0066M\u0075":0x1d6b3,"\u006d\u0062\u0066\u004e":0x1d40d,"\u006d\u0062\u0066N\u0075":0x1d6b4,"\u006d\u0062\u0066\u004f":0x1d40e,"\u006d\u0062\u0066\u004f\u006d\u0065\u0067\u0061":0x1d6c0,"\u006d\u0062\u0066\u004f\u006d\u0069\u0063\u0072\u006f\u006e":0x1d6b6,"\u006d\u0062\u0066\u0050":0x1d40f,"\u006d\u0062\u0066\u0050\u0068\u0069":0x1d6bd,"\u006d\u0062\u0066P\u0069":0x1d6b7,"\u006d\u0062\u0066\u0050\u0073\u0069":0x1d6bf,"\u006d\u0062\u0066\u0051":0x1d410,"\u006d\u0062\u0066\u0052":0x1d411,"\u006d\u0062\u0066\u0052\u0068\u006f":0x1d6b8,"\u006d\u0062\u0066\u0053":0x1d412,"\u006d\u0062\u0066\u0053\u0069\u0067\u006d\u0061":0x1d6ba,"\u006d\u0062\u0066\u0054":0x1d413,"\u006d\u0062\u0066\u0054\u0061\u0075":0x1d6bb,"\u006d\u0062\u0066\u0054\u0068\u0065\u0074\u0061":0x1d6af,"\u006d\u0062\u0066\u0055":0x1d414,"\u006d\u0062\u0066\u0055\u0070\u0073\u0069\u006c\u006f\u006e":0x1d6bc,"\u006d\u0062\u0066\u0056":0x1d415,"\u006d\u0062\u0066\u0057":0x1d416,"\u006d\u0062\u0066\u0058":0x1d417,"\u006d\u0062\u0066X\u0069":0x1d6b5,"\u006d\u0062\u0066\u0059":0x1d418,"\u006d\u0062\u0066\u005a":0x1d419,"\u006db\u0066\u005a\u0065\u0074\u0061":0x1d6ad,"\u006d\u0062\u0066\u0061":0x1d41a,"\u006d\u0062\u0066\u0061\u006c\u0070\u0068\u0061":0x1d6c2,"\u006d\u0062\u0066\u0062":0x1d41b,"\u006db\u0066\u0062\u0065\u0074\u0061":0x1d6c3,"\u006d\u0062\u0066\u0063":0x1d41c,"\u006d\u0062\u0066\u0063\u0068\u0069":0x1d6d8,"\u006d\u0062\u0066\u0064":0x1d41d,"\u006d\u0062\u0066\u0064\u0065\u006c\u0074\u0061":0x1d6c5,"\u006d\u0062\u0066\u0065":0x1d41e,"\u006d\u0062\u0066\u0065\u0070\u0073\u0069\u006c\u006f\u006e":0x1d6c6,"\u006d\u0062\u0066\u0065\u0074\u0061":0x1d6c8,"\u006d\u0062\u0066\u0066":0x1d41f,"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0041":0x1d56c,"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0042":0x1d56d,"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0043":0x1d56e,"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0044":0x1d56f,"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0045":0x1d570,"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0046":0x1d571,"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0047":0x1d572,"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0048":0x1d573,"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0049":0x1d574,"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u004a":0x1d575,"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u004b":0x1d576,"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u004c":0x1d577,"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u004d":0x1d578,"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u004e":0x1d579,"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u004f":0x1d57a,"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0050":0x1d57b,"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0051":0x1d57c,"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0052":0x1d57d,"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0053":0x1d57e,"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0054":0x1d57f,"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0055":0x1d580,"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0056":0x1d581,"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0057":0x1d582,"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0058":0x1d583,"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0059":0x1d584,"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u005a":0x1d585,"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0061":0x1d586,"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0062":0x1d587,"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0063":0x1d588,"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0064":0x1d589,"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0065":0x1d58a,"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0066":0x1d58b,"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0067":0x1d58c,"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0068":0x1d58d,"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0069":0x1d58e,"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u006a":0x1d58f,"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u006b":0x1d590,"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u006c":0x1d591,"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u006d":0x1d592,"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u006e":0x1d593,"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u006f":0x1d594,"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0070":0x1d595,"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0071":0x1d596,"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0072":0x1d597,"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0073":0x1d598,"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0074":0x1d599,"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0075":0x1d59a,"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0076":0x1d59b,"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0077":0x1d59c,"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0078":0x1d59d,"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0079":0x1d59e,"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u007a":0x1d59f,"\u006d\u0062\u0066\u0067":0x1d420,"\u006d\u0062\u0066\u0067\u0061\u006d\u006d\u0061":0x1d6c4,"\u006d\u0062\u0066\u0068":0x1d421,"\u006d\u0062\u0066\u0069":0x1d422,"\u006db\u0066\u0069\u006f\u0074\u0061":0x1d6ca,"\u006d\u0062\u0066\u0069\u0074\u0041":0x1d468,"\u006d\u0062\u0066\u0069\u0074\u0041\u006c\u0070\u0068\u0061":0x1d71c,"\u006d\u0062\u0066\u0069\u0074\u0042":0x1d469,"\u006db\u0066\u0069\u0074\u0042\u0065\u0074a":0x1d71d,"\u006d\u0062\u0066\u0069\u0074\u0043":0x1d46a,"\u006d\u0062\u0066\u0069\u0074\u0043\u0068\u0069":0x1d732,"\u006d\u0062\u0066\u0069\u0074\u0044":0x1d46b,"\u006d\u0062\u0066\u0069\u0074\u0044\u0065\u006c\u0074\u0061":0x1d71f,"\u006d\u0062\u0066\u0069\u0074\u0045":0x1d46c,"\u006d\u0062\u0066i\u0074\u0045\u0070\u0073\u0069\u006c\u006f\u006e":0x1d720,"\u006d\u0062\u0066\u0069\u0074\u0045\u0074\u0061":0x1d722,"\u006d\u0062\u0066\u0069\u0074\u0046":0x1d46d,"\u006d\u0062\u0066\u0069\u0074\u0047":0x1d46e,"\u006d\u0062\u0066\u0069\u0074\u0047\u0061\u006d\u006d\u0061":0x1d71e,"\u006d\u0062\u0066\u0069\u0074\u0048":0x1d46f,"\u006d\u0062\u0066\u0069\u0074\u0049":0x1d470,"\u006db\u0066\u0069\u0074\u0049\u006f\u0074a":0x1d724,"\u006d\u0062\u0066\u0069\u0074\u004a":0x1d471,"\u006d\u0062\u0066\u0069\u0074\u004b":0x1d472,"\u006d\u0062\u0066\u0069\u0074\u004b\u0061\u0070\u0070\u0061":0x1d725,"\u006d\u0062\u0066\u0069\u0074\u004c":0x1d473,"m\u0062\u0066\u0069\u0074\u004c\u0061\u006d\u0062\u0064\u0061":0x1d726,"\u006d\u0062\u0066\u0069\u0074\u004d":0x1d474,"\u006db\u0066\u0069\u0074\u004d\u0075":0x1d727,"\u006d\u0062\u0066\u0069\u0074\u004e":0x1d475,"\u006db\u0066\u0069\u0074\u004e\u0075":0x1d728,"\u006d\u0062\u0066\u0069\u0074\u004f":0x1d476,"\u006d\u0062\u0066\u0069\u0074\u004f\u006d\u0065\u0067\u0061":0x1d734,"\u006d\u0062\u0066i\u0074\u004f\u006d\u0069\u0063\u0072\u006f\u006e":0x1d72a,"\u006d\u0062\u0066\u0069\u0074\u0050":0x1d477,"\u006d\u0062\u0066\u0069\u0074\u0050\u0068\u0069":0x1d731,"\u006db\u0066\u0069\u0074\u0050\u0069":0x1d72b,"\u006d\u0062\u0066\u0069\u0074\u0050\u0073\u0069":0x1d733,"\u006d\u0062\u0066\u0069\u0074\u0051":0x1d478,"\u006d\u0062\u0066\u0069\u0074\u0052":0x1d479,"\u006d\u0062\u0066\u0069\u0074\u0052\u0068\u006f":0x1d72c,"\u006d\u0062\u0066\u0069\u0074\u0053":0x1d47a,"\u006d\u0062\u0066\u0069\u0074\u0053\u0069\u0067\u006d\u0061":0x1d72e,"\u006d\u0062\u0066\u0069\u0074\u0054":0x1d47b,"\u006d\u0062\u0066\u0069\u0074\u0054\u0061\u0075":0x1d72f,"\u006d\u0062\u0066\u0069\u0074\u0054\u0068\u0065\u0074\u0061":0x1d723,"\u006d\u0062\u0066\u0069\u0074\u0055":0x1d47c,"\u006d\u0062\u0066i\u0074\u0055\u0070\u0073\u0069\u006c\u006f\u006e":0x1d730,"\u006d\u0062\u0066\u0069\u0074\u0056":0x1d47d,"\u006d\u0062\u0066\u0069\u0074\u0057":0x1d47e,"\u006d\u0062\u0066\u0069\u0074\u0058":0x1d47f,"\u006db\u0066\u0069\u0074\u0058\u0069":0x1d729,"\u006d\u0062\u0066\u0069\u0074\u0059":0x1d480,"\u006d\u0062\u0066\u0069\u0074\u005a":0x1d481,"\u006db\u0066\u0069\u0074\u005a\u0065\u0074a":0x1d721,"\u006d\u0062\u0066\u0069\u0074\u0061":0x1d482,"\u006d\u0062\u0066\u0069\u0074\u0061\u006c\u0070\u0068\u0061":0x1d736,"\u006d\u0062\u0066\u0069\u0074\u0062":0x1d483,"\u006db\u0066\u0069\u0074\u0062\u0065\u0074a":0x1d737,"\u006d\u0062\u0066\u0069\u0074\u0063":0x1d484,"\u006d\u0062\u0066\u0069\u0074\u0063\u0068\u0069":0x1d74c,"\u006d\u0062\u0066\u0069\u0074\u0064":0x1d485,"\u006d\u0062\u0066\u0069\u0074\u0064\u0065\u006c\u0074\u0061":0x1d739,"\u006d\u0062\u0066\u0069\u0074\u0065":0x1d486,"\u006d\u0062\u0066i\u0074\u0065\u0070\u0073\u0069\u006c\u006f\u006e":0x1d73a,"\u006d\u0062\u0066\u0069\u0074\u0065\u0074\u0061":0x1d73c,"\u006d\u0062\u0066\u0069\u0074\u0066":0x1d487,"\u006d\u0062\u0066\u0069\u0074\u0067":0x1d488,"\u006d\u0062\u0066\u0069\u0074\u0067\u0061\u006d\u006d\u0061":0x1d738,"\u006d\u0062\u0066\u0069\u0074\u0068":0x1d489,"\u006d\u0062\u0066\u0069\u0074\u0069":0x1d48a,"\u006db\u0066\u0069\u0074\u0069\u006f\u0074a":0x1d73e,"\u006d\u0062\u0066\u0069\u0074\u006a":0x1d48b,"\u006d\u0062\u0066\u0069\u0074\u006b":0x1d48c,"\u006d\u0062\u0066\u0069\u0074\u006b\u0061\u0070\u0070\u0061":0x1d73f,"\u006d\u0062\u0066\u0069\u0074\u006c":0x1d48d,"m\u0062\u0066\u0069\u0074\u006c\u0061\u006d\u0062\u0064\u0061":0x1d740,"\u006d\u0062\u0066\u0069\u0074\u006d":0x1d48e,"\u006db\u0066\u0069\u0074\u006d\u0075":0x1d741,"\u006d\u0062\u0066\u0069\u0074\u006e":0x1d48f,"\u006d\u0062\u0066\u0069\u0074\u006e\u0061\u0062\u006c\u0061":0x1d735,"\u006db\u0066\u0069\u0074\u006e\u0075":0x1d742,"\u006d\u0062\u0066\u0069\u0074\u006f":0x1d490,"\u006d\u0062\u0066\u0069\u0074\u006f\u006d\u0065\u0067\u0061":0x1d74e,"\u006d\u0062\u0066i\u0074\u006f\u006d\u0069\u0063\u0072\u006f\u006e":0x1d744,"\u006d\u0062\u0066\u0069\u0074\u0070":0x1d491,"\u006d\u0062\u0066i\u0074\u0070\u0061\u0072\u0074\u0069\u0061\u006c":0x1d74f,"\u006d\u0062\u0066\u0069\u0074\u0070\u0068\u0069":0x1d74b,"\u006db\u0066\u0069\u0074\u0070\u0069":0x1d745,"\u006d\u0062\u0066\u0069\u0074\u0070\u0073\u0069":0x1d74d,"\u006d\u0062\u0066\u0069\u0074\u0071":0x1d492,"\u006d\u0062\u0066\u0069\u0074\u0072":0x1d493,"\u006d\u0062\u0066\u0069\u0074\u0072\u0068\u006f":0x1d746,"\u006d\u0062\u0066\u0069\u0074\u0073":0x1d494,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0041":0x1d63c,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073A\u006c\u0070\u0068\u0061":0x1d790,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0042":0x1d63d,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0042\u0065\u0074\u0061":0x1d791,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0043":0x1d63e,"\u006d\u0062\u0066i\u0074\u0073\u0061\u006e\u0073\u0043\u0068\u0069":0x1d7a6,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0044":0x1d63f,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073D\u0065\u006c\u0074\u0061":0x1d793,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0045":0x1d640,"\u006d\u0062f\u0069\u0074\u0073a\u006e\u0073\u0045\u0070\u0073\u0069\u006c\u006f\u006e":0x1d794,"\u006d\u0062\u0066i\u0074\u0073\u0061\u006e\u0073\u0045\u0074\u0061":0x1d796,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0046":0x1d641,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0047":0x1d642,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073G\u0061\u006d\u006d\u0061":0x1d792,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0048":0x1d643,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0049":0x1d644,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0049\u006f\u0074\u0061":0x1d798,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u004a":0x1d645,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u004b":0x1d646,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073K\u0061\u0070\u0070\u0061":0x1d799,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u004c":0x1d647,"\u006db\u0066i\u0074\u0073\u0061\u006e\u0073\u004c\u0061\u006d\u0062\u0064\u0061":0x1d79a,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u004d":0x1d648,"m\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u004d\u0075":0x1d79b,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u004e":0x1d649,"m\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u004e\u0075":0x1d79c,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u004f":0x1d64a,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073O\u006d\u0065\u0067\u0061":0x1d7a8,"\u006d\u0062f\u0069\u0074\u0073a\u006e\u0073\u004f\u006d\u0069\u0063\u0072\u006f\u006e":0x1d79e,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0050":0x1d64b,"\u006d\u0062\u0066i\u0074\u0073\u0061\u006e\u0073\u0050\u0068\u0069":0x1d7a5,"m\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0050\u0069":0x1d79f,"\u006d\u0062\u0066i\u0074\u0073\u0061\u006e\u0073\u0050\u0073\u0069":0x1d7a7,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0051":0x1d64c,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0052":0x1d64d,"\u006d\u0062\u0066i\u0074\u0073\u0061\u006e\u0073\u0052\u0068\u006f":0x1d7a0,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0053":0x1d64e,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073S\u0069\u0067\u006d\u0061":0x1d7a2,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0054":0x1d64f,"\u006d\u0062\u0066i\u0074\u0073\u0061\u006e\u0073\u0054\u0061\u0075":0x1d7a3,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073T\u0068\u0065\u0074\u0061":0x1d797,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0055":0x1d650,"\u006d\u0062f\u0069\u0074\u0073a\u006e\u0073\u0055\u0070\u0073\u0069\u006c\u006f\u006e":0x1d7a4,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0056":0x1d651,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0057":0x1d652,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0058":0x1d653,"m\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0058\u0069":0x1d79d,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0059":0x1d654,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u005a":0x1d655,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u005a\u0065\u0074\u0061":0x1d795,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0061":0x1d656,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073a\u006c\u0070\u0068\u0061":0x1d7aa,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0062":0x1d657,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0062\u0065\u0074\u0061":0x1d7ab,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0063":0x1d658,"\u006d\u0062\u0066i\u0074\u0073\u0061\u006e\u0073\u0063\u0068\u0069":0x1d7c0,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0064":0x1d659,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073d\u0065\u006c\u0074\u0061":0x1d7ad,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0065":0x1d65a,"\u006d\u0062f\u0069\u0074\u0073a\u006e\u0073\u0065\u0070\u0073\u0069\u006c\u006f\u006e":0x1d7ae,"\u006d\u0062\u0066i\u0074\u0073\u0061\u006e\u0073\u0065\u0074\u0061":0x1d7b0,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0066":0x1d65b,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0067":0x1d65c,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073g\u0061\u006d\u006d\u0061":0x1d7ac,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0068":0x1d65d,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0069":0x1d65e,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0069\u006f\u0074\u0061":0x1d7b2,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u006a":0x1d65f,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u006b":0x1d660,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073k\u0061\u0070\u0070\u0061":0x1d7b3,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u006c":0x1d661,"\u006db\u0066i\u0074\u0073\u0061\u006e\u0073\u006c\u0061\u006d\u0062\u0064\u0061":0x1d7b4,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u006d":0x1d662,"m\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u006d\u0075":0x1d7b5,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u006e":0x1d663,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073n\u0061\u0062\u006c\u0061":0x1d7a9,"m\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u006e\u0075":0x1d7b6,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u006f":0x1d664,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073o\u006d\u0065\u0067\u0061":0x1d7c2,"\u006d\u0062f\u0069\u0074\u0073a\u006e\u0073\u006f\u006d\u0069\u0063\u0072\u006f\u006e":0x1d7b8,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0070":0x1d665,"\u006d\u0062f\u0069\u0074\u0073a\u006e\u0073\u0070\u0061\u0072\u0074\u0069\u0061\u006c":0x1d7c3,"\u006d\u0062\u0066i\u0074\u0073\u0061\u006e\u0073\u0070\u0068\u0069":0x1d7bf,"m\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0070\u0069":0x1d7b9,"\u006d\u0062\u0066i\u0074\u0073\u0061\u006e\u0073\u0070\u0073\u0069":0x1d7c1,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0071":0x1d666,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0072":0x1d667,"\u006d\u0062\u0066i\u0074\u0073\u0061\u006e\u0073\u0072\u0068\u006f":0x1d7ba,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0073":0x1d668,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073s\u0069\u0067\u006d\u0061":0x1d7bc,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0074":0x1d669,"\u006d\u0062\u0066i\u0074\u0073\u0061\u006e\u0073\u0074\u0061\u0075":0x1d7bd,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073t\u0068\u0065\u0074\u0061":0x1d7b1,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0075":0x1d66a,"\u006d\u0062f\u0069\u0074\u0073a\u006e\u0073\u0075\u0070\u0073\u0069\u006c\u006f\u006e":0x1d7be,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0076":0x1d66b,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0076\u0061\u0072T\u0068\u0065\u0074\u0061":0x1d7a1,"\u006d\u0062\u0066\u0069ts\u0061\u006e\u0073\u0076\u0061\u0072\u0065\u0070\u0073\u0069\u006c\u006f\u006e":0x1d7c4,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0076\u0061\u0072k\u0061\u0070\u0070\u0061":0x1d7c6,"\u006db\u0066i\u0074\u0073\u0061\u006e\u0073\u0076\u0061\u0072\u0070\u0068\u0069":0x1d7c7,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073v\u0061\u0072\u0070\u0069":0x1d7c9,"\u006db\u0066i\u0074\u0073\u0061\u006e\u0073\u0076\u0061\u0072\u0072\u0068\u006f":0x1d7c8,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0076\u0061\u0072s\u0069\u0067\u006d\u0061":0x1d7bb,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0076\u0061\u0072t\u0068\u0065\u0074\u0061":0x1d7c5,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0077":0x1d66c,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0078":0x1d66d,"m\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0078\u0069":0x1d7b7,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0079":0x1d66e,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u007a":0x1d66f,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u007a\u0065\u0074\u0061":0x1d7af,"\u006d\u0062\u0066\u0069\u0074\u0073\u0069\u0067\u006d\u0061":0x1d748,"\u006d\u0062\u0066\u0069\u0074\u0074":0x1d495,"\u006d\u0062\u0066\u0069\u0074\u0074\u0061\u0075":0x1d749,"\u006d\u0062\u0066\u0069\u0074\u0074\u0068\u0065\u0074\u0061":0x1d73d,"\u006d\u0062\u0066\u0069\u0074\u0075":0x1d496,"\u006d\u0062\u0066i\u0074\u0075\u0070\u0073\u0069\u006c\u006f\u006e":0x1d74a,"\u006d\u0062\u0066\u0069\u0074\u0076":0x1d497,"\u006d\u0062\u0066\u0069\u0074\u0076\u0061\u0072\u0054\u0068\u0065\u0074\u0061":0x1d72d,"\u006db\u0066i\u0074\u0076\u0061\u0072\u0065\u0070\u0073\u0069\u006c\u006f\u006e":0x1d750,"\u006d\u0062\u0066\u0069\u0074\u0076\u0061\u0072\u006b\u0061\u0070\u0070\u0061":0x1d752,"m\u0062\u0066\u0069\u0074\u0076\u0061\u0072\u0070\u0068\u0069":0x1d753,"\u006d\u0062\u0066\u0069\u0074\u0076\u0061\u0072\u0070\u0069":0x1d755,"m\u0062\u0066\u0069\u0074\u0076\u0061\u0072\u0072\u0068\u006f":0x1d754,"\u006d\u0062\u0066\u0069\u0074\u0076\u0061\u0072\u0073\u0069\u0067\u006d\u0061":0x1d747,"\u006d\u0062\u0066\u0069\u0074\u0076\u0061\u0072\u0074\u0068\u0065\u0074\u0061":0x1d751,"\u006d\u0062\u0066\u0069\u0074\u0077":0x1d498,"\u006d\u0062\u0066\u0069\u0074\u0078":0x1d499,"\u006db\u0066\u0069\u0074\u0078\u0069":0x1d743,"\u006d\u0062\u0066\u0069\u0074\u0079":0x1d49a,"\u006d\u0062\u0066\u0069\u0074\u007a":0x1d49b,"\u006db\u0066\u0069\u0074\u007a\u0065\u0074a":0x1d73b,"\u006d\u0062\u0066\u006a":0x1d423,"\u006d\u0062\u0066\u006b":0x1d424,"\u006d\u0062\u0066\u006b\u0061\u0070\u0070\u0061":0x1d6cb,"\u006d\u0062\u0066\u006c":0x1d425,"\u006db\u0066\u006c\u0061\u006d\u0062\u0064a":0x1d6cc,"\u006d\u0062\u0066\u006d":0x1d426,"\u006d\u0062\u0066m\u0075":0x1d6cd,"\u006d\u0062\u0066\u006e":0x1d427,"\u006d\u0062\u0066\u006e\u0061\u0062\u006c\u0061":0x1d6c1,"\u006d\u0062\u0066n\u0075":0x1d6ce,"\u006d\u0062\u0066\u006f":0x1d428,"\u006d\u0062\u0066\u006f\u006d\u0065\u0067\u0061":0x1d6da,"\u006d\u0062\u0066\u006f\u006d\u0069\u0063\u0072\u006f\u006e":0x1d6d0,"\u006d\u0062\u0066\u0070":0x1d429,"\u006d\u0062\u0066\u0070\u0061\u0072\u0074\u0069\u0061\u006c":0x1d6db,"\u006d\u0062\u0066\u0070\u0068\u0069":0x1d6df,"\u006d\u0062\u0066p\u0069":0x1d6d1,"\u006d\u0062\u0066\u0070\u0073\u0069":0x1d6d9,"\u006d\u0062\u0066\u0071":0x1d42a,"\u006d\u0062\u0066\u0072":0x1d42b,"\u006d\u0062\u0066\u0072\u0068\u006f":0x1d6d2,"\u006d\u0062\u0066\u0073":0x1d42c,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0041":0x1d5d4,"\u006d\u0062\u0066s\u0061\u006e\u0073\u0041\u006c\u0070\u0068\u0061":0x1d756,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0042":0x1d5d5,"m\u0062\u0066\u0073\u0061\u006e\u0073\u0042\u0065\u0074\u0061":0x1d757,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0043":0x1d5d6,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0043\u0068\u0069":0x1d76c,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0044":0x1d5d7,"\u006d\u0062\u0066s\u0061\u006e\u0073\u0044\u0065\u006c\u0074\u0061":0x1d759,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0045":0x1d5d8,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0045\u0070s\u0069\u006c\u006f\u006e":0x1d75a,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0045\u0074\u0061":0x1d75c,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0046":0x1d5d9,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0047":0x1d5da,"\u006d\u0062\u0066s\u0061\u006e\u0073\u0047\u0061\u006d\u006d\u0061":0x1d758,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0048":0x1d5db,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0049":0x1d5dc,"m\u0062\u0066\u0073\u0061\u006e\u0073\u0049\u006f\u0074\u0061":0x1d75e,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u004a":0x1d5dd,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u004b":0x1d5de,"\u006d\u0062\u0066s\u0061\u006e\u0073\u004b\u0061\u0070\u0070\u0061":0x1d75f,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u004c":0x1d5df,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u004c\u0061\u006d\u0062\u0064\u0061":0x1d760,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u004d":0x1d5e0,"\u006db\u0066\u0073\u0061\u006e\u0073\u004du":0x1d761,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u004e":0x1d5e1,"\u006db\u0066\u0073\u0061\u006e\u0073\u004eu":0x1d762,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u004f":0x1d5e2,"\u006d\u0062\u0066s\u0061\u006e\u0073\u004f\u006d\u0065\u0067\u0061":0x1d76e,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u004f\u006di\u0063\u0072\u006f\u006e":0x1d764,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0050":0x1d5e3,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0050\u0068\u0069":0x1d76b,"\u006db\u0066\u0073\u0061\u006e\u0073\u0050i":0x1d765,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0050\u0073\u0069":0x1d76d,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0051":0x1d5e4,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0052":0x1d5e5,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0052\u0068\u006f":0x1d766,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0053":0x1d5e6,"\u006d\u0062\u0066s\u0061\u006e\u0073\u0053\u0069\u0067\u006d\u0061":0x1d768,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0054":0x1d5e7,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0054\u0061\u0075":0x1d769,"\u006d\u0062\u0066s\u0061\u006e\u0073\u0054\u0068\u0065\u0074\u0061":0x1d75d,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0055":0x1d5e8,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0055\u0070s\u0069\u006c\u006f\u006e":0x1d76a,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0056":0x1d5e9,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0057":0x1d5ea,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0058":0x1d5eb,"\u006db\u0066\u0073\u0061\u006e\u0073\u0058i":0x1d763,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0059":0x1d5ec,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u005a":0x1d5ed,"m\u0062\u0066\u0073\u0061\u006e\u0073\u005a\u0065\u0074\u0061":0x1d75b,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0061":0x1d5ee,"\u006d\u0062\u0066s\u0061\u006e\u0073\u0061\u006c\u0070\u0068\u0061":0x1d770,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0062":0x1d5ef,"m\u0062\u0066\u0073\u0061\u006e\u0073\u0062\u0065\u0074\u0061":0x1d771,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0063":0x1d5f0,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0063\u0068\u0069":0x1d786,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0064":0x1d5f1,"\u006d\u0062\u0066s\u0061\u006e\u0073\u0064\u0065\u006c\u0074\u0061":0x1d773,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0065":0x1d5f2,"\u006d\u0062\u0066s\u0061\u006e\u0073\u0065\u0069\u0067\u0068\u0074":0x1d7f4,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0065\u0070s\u0069\u006c\u006f\u006e":0x1d774,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0065\u0074\u0061":0x1d776,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0066":0x1d5f3,"m\u0062\u0066\u0073\u0061\u006e\u0073\u0066\u0069\u0076\u0065":0x1d7f1,"m\u0062\u0066\u0073\u0061\u006e\u0073\u0066\u006f\u0075\u0072":0x1d7f0,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0067":0x1d5f4,"\u006d\u0062\u0066s\u0061\u006e\u0073\u0067\u0061\u006d\u006d\u0061":0x1d772,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0068":0x1d5f5,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0069":0x1d5f6,"m\u0062\u0066\u0073\u0061\u006e\u0073\u0069\u006f\u0074\u0061":0x1d778,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u006a":0x1d5f7,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u006b":0x1d5f8,"\u006d\u0062\u0066s\u0061\u006e\u0073\u006b\u0061\u0070\u0070\u0061":0x1d779,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u006c":0x1d5f9,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u006c\u0061\u006d\u0062\u0064\u0061":0x1d77a,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u006d":0x1d5fa,"\u006db\u0066\u0073\u0061\u006e\u0073\u006du":0x1d77b,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u006e":0x1d5fb,"\u006d\u0062\u0066s\u0061\u006e\u0073\u006e\u0061\u0062\u006c\u0061":0x1d76f,"m\u0062\u0066\u0073\u0061\u006e\u0073\u006e\u0069\u006e\u0065":0x1d7f5,"\u006db\u0066\u0073\u0061\u006e\u0073\u006eu":0x1d77c,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u006f":0x1d5fc,"\u006d\u0062\u0066s\u0061\u006e\u0073\u006f\u006d\u0065\u0067\u0061":0x1d788,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u006f\u006di\u0063\u0072\u006f\u006e":0x1d77e,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u006f\u006e\u0065":0x1d7ed,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0070":0x1d5fd,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0070\u0061r\u0074\u0069\u0061\u006c":0x1d789,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0070\u0068\u0069":0x1d785,"\u006db\u0066\u0073\u0061\u006e\u0073\u0070i":0x1d77f,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0070\u0073\u0069":0x1d787,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0071":0x1d5fe,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0072":0x1d5ff,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0072\u0068\u006f":0x1d780,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0073":0x1d600,"\u006d\u0062\u0066s\u0061\u006e\u0073\u0073\u0065\u0076\u0065\u006e":0x1d7f3,"\u006d\u0062\u0066s\u0061\u006e\u0073\u0073\u0069\u0067\u006d\u0061":0x1d782,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0073\u0069\u0078":0x1d7f2,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0074":0x1d601,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0074\u0061\u0075":0x1d783,"\u006d\u0062\u0066s\u0061\u006e\u0073\u0074\u0068\u0065\u0074\u0061":0x1d777,"\u006d\u0062\u0066s\u0061\u006e\u0073\u0074\u0068\u0072\u0065\u0065":0x1d7ef,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0074\u0077\u006f":0x1d7ee,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0075":0x1d602,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0075\u0070s\u0069\u006c\u006f\u006e":0x1d784,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0076":0x1d603,"\u006db\u0066s\u0061\u006e\u0073\u0076\u0061\u0072\u0054\u0068\u0065\u0074\u0061":0x1d767,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0076\u0061\u0072\u0065\u0070s\u0069\u006c\u006f\u006e":0x1d78a,"\u006db\u0066s\u0061\u006e\u0073\u0076\u0061\u0072\u006b\u0061\u0070\u0070\u0061":0x1d78c,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0076\u0061\u0072\u0070\u0068\u0069":0x1d78d,"\u006d\u0062\u0066s\u0061\u006e\u0073\u0076\u0061\u0072\u0070\u0069":0x1d78f,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0076\u0061\u0072\u0072\u0068\u006f":0x1d78e,"\u006db\u0066s\u0061\u006e\u0073\u0076\u0061\u0072\u0073\u0069\u0067\u006d\u0061":0x1d781,"\u006db\u0066s\u0061\u006e\u0073\u0076\u0061\u0072\u0074\u0068\u0065\u0074\u0061":0x1d78b,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0077":0x1d604,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0078":0x1d605,"\u006db\u0066\u0073\u0061\u006e\u0073\u0078i":0x1d77d,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0079":0x1d606,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u007a":0x1d607,"m\u0062\u0066\u0073\u0061\u006e\u0073\u007a\u0065\u0072\u006f":0x1d7ec,"m\u0062\u0066\u0073\u0061\u006e\u0073\u007a\u0065\u0074\u0061":0x1d775,"\u006db\u0066\u0073\u0063\u0072\u0041":0x1d4d0,"\u006db\u0066\u0073\u0063\u0072\u0042":0x1d4d1,"\u006db\u0066\u0073\u0063\u0072\u0043":0x1d4d2,"\u006db\u0066\u0073\u0063\u0072\u0044":0x1d4d3,"\u006db\u0066\u0073\u0063\u0072\u0045":0x1d4d4,"\u006db\u0066\u0073\u0063\u0072\u0046":0x1d4d5,"\u006db\u0066\u0073\u0063\u0072\u0047":0x1d4d6,"\u006db\u0066\u0073\u0063\u0072\u0048":0x1d4d7,"\u006db\u0066\u0073\u0063\u0072\u0049":0x1d4d8,"\u006db\u0066\u0073\u0063\u0072\u004a":0x1d4d9,"\u006db\u0066\u0073\u0063\u0072\u004b":0x1d4da,"\u006db\u0066\u0073\u0063\u0072\u004c":0x1d4db,"\u006db\u0066\u0073\u0063\u0072\u004d":0x1d4dc,"\u006db\u0066\u0073\u0063\u0072\u004e":0x1d4dd,"\u006db\u0066\u0073\u0063\u0072\u004f":0x1d4de,"\u006db\u0066\u0073\u0063\u0072\u0050":0x1d4df,"\u006db\u0066\u0073\u0063\u0072\u0051":0x1d4e0,"\u006db\u0066\u0073\u0063\u0072\u0052":0x1d4e1,"\u006db\u0066\u0073\u0063\u0072\u0053":0x1d4e2,"\u006db\u0066\u0073\u0063\u0072\u0054":0x1d4e3,"\u006db\u0066\u0073\u0063\u0072\u0055":0x1d4e4,"\u006db\u0066\u0073\u0063\u0072\u0056":0x1d4e5,"\u006db\u0066\u0073\u0063\u0072\u0057":0x1d4e6,"\u006db\u0066\u0073\u0063\u0072\u0058":0x1d4e7,"\u006db\u0066\u0073\u0063\u0072\u0059":0x1d4e8,"\u006db\u0066\u0073\u0063\u0072\u005a":0x1d4e9,"\u006db\u0066\u0073\u0063\u0072\u0061":0x1d4ea,"\u006db\u0066\u0073\u0063\u0072\u0062":0x1d4eb,"\u006db\u0066\u0073\u0063\u0072\u0063":0x1d4ec,"\u006db\u0066\u0073\u0063\u0072\u0064":0x1d4ed,"\u006db\u0066\u0073\u0063\u0072\u0065":0x1d4ee,"\u006db\u0066\u0073\u0063\u0072\u0066":0x1d4ef,"\u006db\u0066\u0073\u0063\u0072\u0067":0x1d4f0,"\u006db\u0066\u0073\u0063\u0072\u0068":0x1d4f1,"\u006db\u0066\u0073\u0063\u0072\u0069":0x1d4f2,"\u006db\u0066\u0073\u0063\u0072\u006a":0x1d4f3,"\u006db\u0066\u0073\u0063\u0072\u006b":0x1d4f4,"\u006db\u0066\u0073\u0063\u0072\u006c":0x1d4f5,"\u006db\u0066\u0073\u0063\u0072\u006d":0x1d4f6,"\u006db\u0066\u0073\u0063\u0072\u006e":0x1d4f7,"\u006db\u0066\u0073\u0063\u0072\u006f":0x1d4f8,"\u006db\u0066\u0073\u0063\u0072\u0070":0x1d4f9,"\u006db\u0066\u0073\u0063\u0072\u0071":0x1d4fa,"\u006db\u0066\u0073\u0063\u0072\u0072":0x1d4fb,"\u006db\u0066\u0073\u0063\u0072\u0073":0x1d4fc,"\u006db\u0066\u0073\u0063\u0072\u0074":0x1d4fd,"\u006db\u0066\u0073\u0063\u0072\u0075":0x1d4fe,"\u006db\u0066\u0073\u0063\u0072\u0076":0x1d4ff,"\u006db\u0066\u0073\u0063\u0072\u0077":0x1d500,"\u006db\u0066\u0073\u0063\u0072\u0078":0x1d501,"\u006db\u0066\u0073\u0063\u0072\u0079":0x1d502,"\u006db\u0066\u0073\u0063\u0072\u007a":0x1d503,"\u006d\u0062\u0066\u0073\u0069\u0067\u006d\u0061":0x1d6d4,"\u006d\u0062\u0066\u0074":0x1d42d,"\u006d\u0062\u0066\u0074\u0061\u0075":0x1d6d5,"\u006d\u0062\u0066\u0074\u0068\u0065\u0074\u0061":0x1d6c9,"\u006d\u0062\u0066\u0075":0x1d42e,"\u006d\u0062\u0066\u0075\u0070\u0073\u0069\u006c\u006f\u006e":0x1d6d6,"\u006d\u0062\u0066\u0076":0x1d42f,"m\u0062\u0066\u0076\u0061\u0072\u0054\u0068\u0065\u0074\u0061":0x1d6b9,"\u006d\u0062\u0066\u0076\u0061\u0072\u0065\u0070\u0073\u0069\u006c\u006f\u006e":0x1d6dc,"m\u0062\u0066\u0076\u0061\u0072\u006b\u0061\u0070\u0070\u0061":0x1d6de,"\u006db\u0066\u0076\u0061\u0072\u0070\u0068i":0x1d6d7,"\u006d\u0062\u0066\u0076\u0061\u0072\u0070\u0069":0x1d6e1,"\u006db\u0066\u0076\u0061\u0072\u0072\u0068o":0x1d6e0,"m\u0062\u0066\u0076\u0061\u0072\u0073\u0069\u0067\u006d\u0061":0x1d6d3,"m\u0062\u0066\u0076\u0061\u0072\u0074\u0068\u0065\u0074\u0061":0x1d6dd,"\u006d\u0062\u0066\u0077":0x1d430,"\u006d\u0062\u0066\u0078":0x1d431,"\u006d\u0062\u0066x\u0069":0x1d6cf,"\u006d\u0062\u0066\u0079":0x1d432,"\u006d\u0062\u0066\u007a":0x1d433,"\u006db\u0066\u007a\u0065\u0074\u0061":0x1d6c7,"\u006db\u006f\u0070\u006f\u006d\u006f\u0066o":0x3107,"\u006d\u0062\u0073\u0071\u0075\u0061\u0072\u0065":0x33d4,"\u006dc\u0069\u0072\u0063\u006c\u0065":0x24dc,"\u006d\u0063\u0075b\u0065\u0064\u0073\u0071\u0075\u0061\u0072\u0065":0x33a5,"m\u0064\u0062\u006c\u006b\u0063\u0069\u0072\u0063\u006c\u0065":0x26ab,"\u006d\u0064\u0062l\u006b\u0064\u0069\u0061\u006d\u006f\u006e\u0064":0x2b25,"\u006d\u0064\u0062l\u006b\u006c\u006f\u007a\u0065\u006e\u0067\u0065":0x2b27,"m\u0064\u0062\u006c\u006b\u0073\u0071\u0075\u0061\u0072\u0065":0x25fc,"\u006d\u0064\u006c\u0067\u0062\u006c\u006b\u006c\u006fz\u0065\u006e\u0067\u0065":0x29eb,"\u006d\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074":0x1e41,"\u006dd\u006f\u0074\u0062\u0065\u006c\u006fw":0x1e43,"\u006d\u0064\u0073\u006d\u0062\u006c\u006b\u0063\u0069\u0072\u0063\u006c\u0065":0x2981,"\u006d\u0064\u0073\u006d\u0062\u006c\u006b\u0073\u0071\u0075\u0061\u0072\u0065":0x25fe,"\u006d\u0064\u0073\u006d\u0077\u0068\u0074\u0063\u0069\u0072\u0063\u006c\u0065":0x26ac,"\u006d\u0064\u0073\u006d\u0077\u0068\u0074\u0073\u0071\u0075\u0061\u0072\u0065":0x25fd,"m\u0064\u0077\u0068\u0074\u0063\u0069\u0072\u0063\u006c\u0065":0x26aa,"\u006d\u0064\u0077h\u0074\u0064\u0069\u0061\u006d\u006f\u006e\u0064":0x2b26,"\u006d\u0064\u0077h\u0074\u006c\u006f\u007a\u0065\u006e\u0067\u0065":0x2b28,"m\u0064\u0077\u0068\u0074\u0073\u0071\u0075\u0061\u0072\u0065":0x25fb,"\u006de\u0061s\u0061\u006e\u0067\u006c\u0065\u0064\u006c\u0074\u006f\u0073\u0077":0x29af,"\u006de\u0061s\u0061\u006e\u0067\u006c\u0065\u0064\u0072\u0074\u006f\u0073\u0065":0x29ae,"\u006de\u0061s\u0061\u006e\u0067\u006c\u0065\u006c\u0064\u0074\u006f\u0073\u0077":0x29ab,"\u006de\u0061s\u0061\u006e\u0067\u006c\u0065\u006c\u0075\u0074\u006f\u006e\u0077":0x29a9,"\u006de\u0061s\u0061\u006e\u0067\u006c\u0065\u0072\u0064\u0074\u006f\u0073\u0065":0x29aa,"\u006de\u0061s\u0061\u006e\u0067\u006c\u0065\u0072\u0075\u0074\u006f\u006e\u0065":0x29a8,"\u006de\u0061s\u0061\u006e\u0067\u006c\u0065\u0075\u006c\u0074\u006f\u006e\u0077":0x29ad,"\u006de\u0061s\u0061\u006e\u0067\u006c\u0065\u0075\u0072\u0074\u006f\u006e\u0065":0x29ac,"\u006d\u0065\u0061\u0073\u0065\u0071":0x225e,"\u006d\u0065\u0061\u0073\u0075\u0072\u0065\u0064\u0061\u006e\u0067\u006c\u0065":0x2221,"\u006d\u0065\u0061\u0073\u0075\u0072\u0065\u0064\u0061\u006e\u0067\u006ce\u006c\u0065\u0066\u0074":0x299b,"\u006de\u0061s\u0075\u0072\u0065\u0064\u0072i\u0067\u0068t\u0061\u006e\u0067\u006c\u0065":0x22be,"\u006d\u0065\u0064b\u006c\u0061\u0063\u006b\u0073\u0074\u0061\u0072":0x2b51,"\u006d\u0065\u0064w\u0068\u0069\u0074\u0065\u0073\u0074\u0061\u0072":0x2b50,"\u006de\u0065m\u0066\u0069\u006e\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063":0xfee2,"\u006d\u0065\u0065\u006d\u0069\u006e\u0069\u0074\u0069\u0061\u006c\u0061r\u0061\u0062\u0069\u0063":0xfee3,"\u006d\u0065\u0065m\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064":0xfee1,"\u006d\u0065e\u006d\u006d\u0065d\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063":0xfee4,"m\u0065\u0065\u006d\u006dee\u006di\u006e\u0069\u0074\u0069\u0061l\u0061\u0072\u0061\u0062\u0069\u0063":0xfcd1,"\u006d\u0065\u0065\u006dme\u0065\u006d\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064\u0061\u0072\u0061\u0062i\u0063":0xfc48,"\u006de\u0065m\u0077\u0069\u0074\u0068\u0068a\u0068\u0069n\u0069\u0074\u0069\u0061\u006c":0xfccf,"\u006d\u0065\u0065\u006dwi\u0074\u0068\u006a\u0065\u0065\u006d\u0069\u006e\u0069\u0074\u0069\u0061\u006c":0xfcce,"\u006d\u0065\u0065\u006dwi\u0074\u0068\u006b\u0068\u0061\u0068\u0069\u006e\u0069\u0074\u0069\u0061\u006c":0xfcd0,"\u006d\u0065\u0065\u0074\u006f\u0072\u0075\u0073\u0071\u0075\u0061\u0072\u0065":0x334d,"\u006d\u0065\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x3081,"\u006d\u0065\u0069\u007a\u0069\u0065\u0072\u0061\u0073q\u0075\u0061\u0072\u0065":0x337e,"\u006d\u0065\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30e1,"\u006d\u0065\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068":0xff92,"\u006d\u0065\u006d":0x05de,"\u006de\u006dd\u0061\u0067\u0065\u0073\u0068\u0068\u0065\u0062\u0072\u0065\u0077":0xfb3e,"m\u0065\u006e\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x0574,"\u006d\u0065\u0072k\u0068\u0061\u0068\u0065\u0062\u0072\u0065\u0077":0x05a5,"\u006de\u0072k\u0068\u0061\u006b\u0065\u0066u\u006c\u0061h\u0065\u0062\u0072\u0065\u0077":0x05a6,"\u006d\u0066\u0072\u0061\u006b\u0041":0x1d504,"\u006d\u0066\u0072\u0061\u006b\u0042":0x1d505,"\u006d\u0066\u0072\u0061\u006b\u0043":0x212d,"\u006d\u0066\u0072\u0061\u006b\u0044":0x1d507,"\u006d\u0066\u0072\u0061\u006b\u0045":0x1d508,"\u006d\u0066\u0072\u0061\u006b\u0046":0x1d509,"\u006d\u0066\u0072\u0061\u006b\u0047":0x1d50a,"\u006d\u0066\u0072\u0061\u006b\u0048":0x210c,"\u006d\u0066\u0072\u0061\u006b\u004a":0x1d50d,"\u006d\u0066\u0072\u0061\u006b\u004b":0x1d50e,"\u006d\u0066\u0072\u0061\u006b\u004c":0x1d50f,"\u006d\u0066\u0072\u0061\u006b\u004d":0x1d510,"\u006d\u0066\u0072\u0061\u006b\u004e":0x1d511,"\u006d\u0066\u0072\u0061\u006b\u004f":0x1d512,"\u006d\u0066\u0072\u0061\u006b\u0050":0x1d513,"\u006d\u0066\u0072\u0061\u006b\u0051":0x1d514,"\u006d\u0066\u0072\u0061\u006b\u0053":0x1d516,"\u006d\u0066\u0072\u0061\u006b\u0054":0x1d517,"\u006d\u0066\u0072\u0061\u006b\u0055":0x1d518,"\u006d\u0066\u0072\u0061\u006b\u0056":0x1d519,"\u006d\u0066\u0072\u0061\u006b\u0057":0x1d51a,"\u006d\u0066\u0072\u0061\u006b\u0058":0x1d51b,"\u006d\u0066\u0072\u0061\u006b\u0059":0x1d51c,"\u006d\u0066\u0072\u0061\u006b\u005a":0x2128,"\u006d\u0066\u0072\u0061\u006b\u0061":0x1d51e,"\u006d\u0066\u0072\u0061\u006b\u0062":0x1d51f,"\u006d\u0066\u0072\u0061\u006b\u0063":0x1d520,"\u006d\u0066\u0072\u0061\u006b\u0064":0x1d521,"\u006d\u0066\u0072\u0061\u006b\u0065":0x1d522,"\u006d\u0066\u0072\u0061\u006b\u0066":0x1d523,"\u006d\u0066\u0072\u0061\u006b\u0067":0x1d524,"\u006d\u0066\u0072\u0061\u006b\u0068":0x1d525,"\u006d\u0066\u0072\u0061\u006b\u0069":0x1d526,"\u006d\u0066\u0072\u0061\u006b\u006a":0x1d527,"\u006d\u0066\u0072\u0061\u006b\u006b":0x1d528,"\u006d\u0066\u0072\u0061\u006b\u006c":0x1d529,"\u006d\u0066\u0072\u0061\u006b\u006d":0x1d52a,"\u006d\u0066\u0072\u0061\u006b\u006e":0x1d52b,"\u006d\u0066\u0072\u0061\u006b\u006f":0x1d52c,"\u006d\u0066\u0072\u0061\u006b\u0070":0x1d52d,"\u006d\u0066\u0072\u0061\u006b\u0071":0x1d52e,"\u006d\u0066\u0072\u0061\u006b\u0072":0x1d52f,"\u006d\u0066\u0072\u0061\u006b\u0073":0x1d530,"\u006d\u0066\u0072\u0061\u006b\u0074":0x1d531,"\u006d\u0066\u0072\u0061\u006b\u0075":0x1d532,"\u006d\u0066\u0072\u0061\u006b\u0076":0x1d533,"\u006d\u0066\u0072\u0061\u006b\u0077":0x1d534,"\u006d\u0066\u0072\u0061\u006b\u0078":0x1d535,"\u006d\u0066\u0072\u0061\u006b\u0079":0x1d536,"\u006d\u0066\u0072\u0061\u006b\u007a":0x1d537,"\u006d\u0068\u006fo\u006b":0x0271,"\u006dh\u007a\u0073\u0071\u0075\u0061\u0072e":0x3392,"\u006d\u0069\u0063r\u006f":0x0095,"\u006di\u0064\u0062\u0061\u0072\u0076\u0065e":0x2a5d,"m\u0069\u0064\u0062\u0061\u0072\u0077\u0065\u0064\u0067\u0065":0x2a5c,"\u006d\u0069\u0064\u0063\u0069\u0072":0x2af0,"\u006d\u0069\u0064\u0064\u006c\u0065\u0064\u006f\u0074\u006b\u0061t\u0061\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077i\u0064\u0074\u0068":0xff65,"\u006di\u0065u\u006d\u0061\u0063\u0069\u0072c\u006c\u0065k\u006f\u0072\u0065\u0061\u006e":0x3272,"\u006d\u0069\u0065\u0075\u006d\u0061\u0070\u0061\u0072\u0065\u006e\u006bo\u0072\u0065\u0061\u006e":0x3212,"\u006d\u0069\u0065\u0075\u006d\u0063\u0069\u0072\u0063\u006c\u0065\u006bo\u0072\u0065\u0061\u006e":0x3264,"m\u0069\u0065\u0075\u006d\u006b\u006f\u0072\u0065\u0061\u006e":0x3141,"\u006di\u0065u\u006d\u0070\u0061\u006e\u0073i\u006f\u0073k\u006f\u0072\u0065\u0061\u006e":0x3170,"\u006d\u0069e\u0075\u006d\u0070a\u0072\u0065\u006e\u006b\u006f\u0072\u0065\u0061\u006e":0x3204,"\u006d\u0069e\u0075\u006d\u0070i\u0065\u0075\u0070\u006b\u006f\u0072\u0065\u0061\u006e":0x316e,"\u006di\u0065u\u006d\u0073\u0069\u006f\u0073\u006b\u006f\u0072\u0065\u0061\u006e":0x316f,"\u006d\u0069\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x307f,"\u006d\u0069\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30df,"\u006d\u0069\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068":0xff90,"\u006d\u0069\u006c\u006c":0x20a5,"\u006d\u0069\u006eu\u0073":0x2212,"\u006d\u0069\u006e\u0075\u0073\u0062\u0065\u006c\u006f\u0077\u0063\u006d\u0062":0x0320,"m\u0069\u006e\u0075\u0073\u0063\u0069\u0072\u0063\u006c\u0065":0x2296,"\u006d\u0069\u006e\u0075\u0073\u0064\u006f\u0074":0x2a2a,"\u006d\u0069\u006e\u0075\u0073\u0066\u0064\u006f\u0074\u0073":0x2a2b,"\u006d\u0069\u006e\u0075\u0073\u0069\u006e\u0066\u0065\u0072\u0069\u006f\u0072":0x208b,"\u006d\u0069\u006e\u0075\u0073\u006d\u006f\u0064":0x02d7,"\u006di\u006e\u0075\u0073\u0070\u006c\u0075s":0x2213,"\u006d\u0069\u006e\u0075\u0073\u0072\u0064\u006f\u0074\u0073":0x2a2c,"\u006d\u0069\u006e\u0075\u0073\u0073\u0075\u0070\u0065\u0072\u0069\u006f\u0072":0x207b,"\u006d\u0069\u006e\u0075\u0074\u0065":0x2032,"\u006di\u0072i\u0062\u0061\u0061\u0072\u0075\u0073\u0071\u0075\u0061\u0072\u0065":0x334a,"\u006d\u0069\u0072\u0069\u0073\u0071\u0075\u0061\u0072\u0065":0x3349,"\u006d\u0069\u0074\u0041":0x1d434,"\u006d\u0069\u0074\u0041\u006c\u0070\u0068\u0061":0x1d6e2,"\u006d\u0069\u0074\u0042":0x1d435,"\u006di\u0074\u0042\u0062\u0062\u0044":0x2145,"\u006di\u0074\u0042\u0062\u0062\u0064":0x2146,"\u006di\u0074\u0042\u0062\u0062\u0065":0x2147,"\u006di\u0074\u0042\u0062\u0062\u0069":0x2148,"\u006di\u0074\u0042\u0062\u0062\u006a":0x2149,"\u006di\u0074\u0042\u0065\u0074\u0061":0x1d6e3,"\u006d\u0069\u0074\u0043":0x1d436,"\u006d\u0069\u0074\u0043\u0068\u0069":0x1d6f8,"\u006d\u0069\u0074\u0044":0x1d437,"\u006d\u0069\u0074\u0044\u0065\u006c\u0074\u0061":0x1d6e5,"\u006d\u0069\u0074\u0045":0x1d438,"\u006d\u0069\u0074\u0045\u0070\u0073\u0069\u006c\u006f\u006e":0x1d6e6,"\u006d\u0069\u0074\u0045\u0074\u0061":0x1d6e8,"\u006d\u0069\u0074\u0046":0x1d439,"\u006d\u0069\u0074\u0047":0x1d43a,"\u006d\u0069\u0074\u0047\u0061\u006d\u006d\u0061":0x1d6e4,"\u006d\u0069\u0074\u0048":0x1d43b,"\u006d\u0069\u0074\u0049":0x1d43c,"\u006di\u0074\u0049\u006f\u0074\u0061":0x1d6ea,"\u006d\u0069\u0074\u004a":0x1d43d,"\u006d\u0069\u0074\u004b":0x1d43e,"\u006d\u0069\u0074\u004b\u0061\u0070\u0070\u0061":0x1d6eb,"\u006d\u0069\u0074\u004c":0x1d43f,"\u006di\u0074\u004c\u0061\u006d\u0062\u0064a":0x1d6ec,"\u006d\u0069\u0074\u004d":0x1d440,"\u006d\u0069\u0074M\u0075":0x1d6ed,"\u006d\u0069\u0074\u004e":0x1d441,"\u006d\u0069\u0074N\u0075":0x1d6ee,"\u006d\u0069\u0074\u004f":0x1d442,"\u006d\u0069\u0074\u004f\u006d\u0065\u0067\u0061":0x1d6fa,"\u006d\u0069\u0074\u004f\u006d\u0069\u0063\u0072\u006f\u006e":0x1d6f0,"\u006d\u0069\u0074\u0050":0x1d443,"\u006d\u0069\u0074\u0050\u0068\u0069":0x1d6f7,"\u006d\u0069\u0074P\u0069":0x1d6f1,"\u006d\u0069\u0074\u0050\u0073\u0069":0x1d6f9,"\u006d\u0069\u0074\u0051":0x1d444,"\u006d\u0069\u0074\u0052":0x1d445,"\u006d\u0069\u0074\u0052\u0068\u006f":0x1d6f2,"\u006d\u0069\u0074\u0053":0x1d446,"\u006d\u0069\u0074\u0053\u0069\u0067\u006d\u0061":0x1d6f4,"\u006d\u0069\u0074\u0054":0x1d447,"\u006d\u0069\u0074\u0054\u0061\u0075":0x1d6f5,"\u006d\u0069\u0074\u0054\u0068\u0065\u0074\u0061":0x1d6e9,"\u006d\u0069\u0074\u0055":0x1d448,"\u006d\u0069\u0074\u0055\u0070\u0073\u0069\u006c\u006f\u006e":0x1d6f6,"\u006d\u0069\u0074\u0056":0x1d449,"\u006d\u0069\u0074\u0057":0x1d44a,"\u006d\u0069\u0074\u0058":0x1d44b,"\u006d\u0069\u0074X\u0069":0x1d6ef,"\u006d\u0069\u0074\u0059":0x1d44c,"\u006d\u0069\u0074\u005a":0x1d44d,"\u006di\u0074\u005a\u0065\u0074\u0061":0x1d6e7,"\u006d\u0069\u0074\u0061":0x1d44e,"\u006d\u0069\u0074\u0061\u006c\u0070\u0068\u0061":0x1d6fc,"\u006d\u0069\u0074\u0062":0x1d44f,"\u006di\u0074\u0062\u0065\u0074\u0061":0x1d6fd,"\u006d\u0069\u0074\u0063":0x1d450,"\u006d\u0069\u0074\u0063\u0068\u0069":0x1d712,"\u006d\u0069\u0074\u0064":0x1d451,"\u006d\u0069\u0074\u0064\u0065\u006c\u0074\u0061":0x1d6ff,"\u006d\u0069\u0074\u0065":0x1d452,"\u006d\u0069\u0074\u0065\u0070\u0073\u0069\u006c\u006f\u006e":0x1d700,"\u006d\u0069\u0074\u0065\u0074\u0061":0x1d702,"\u006d\u0069\u0074\u0066":0x1d453,"\u006d\u0069\u0074\u0067":0x1d454,"\u006d\u0069\u0074\u0067\u0061\u006d\u006d\u0061":0x1d6fe,"\u006d\u0069\u0074\u0069":0x1d456,"\u006di\u0074\u0069\u006f\u0074\u0061":0x1d704,"\u006d\u0069\u0074\u006a":0x1d457,"\u006d\u0069\u0074\u006b":0x1d458,"\u006d\u0069\u0074\u006b\u0061\u0070\u0070\u0061":0x1d705,"\u006d\u0069\u0074\u006c":0x1d459,"\u006di\u0074\u006c\u0061\u006d\u0062\u0064a":0x1d706,"\u006d\u0069\u0074\u006d":0x1d45a,"\u006d\u0069\u0074m\u0075":0x1d707,"\u006d\u0069\u0074\u006e":0x1d45b,"\u006d\u0069\u0074\u006e\u0061\u0062\u006c\u0061":0x1d6fb,"\u006d\u0069\u0074n\u0075":0x1d708,"\u006d\u0069\u0074\u006f":0x1d45c,"\u006d\u0069\u0074\u006f\u006d\u0065\u0067\u0061":0x1d714,"\u006d\u0069\u0074\u006f\u006d\u0069\u0063\u0072\u006f\u006e":0x1d70a,"\u006d\u0069\u0074\u0070":0x1d45d,"\u006d\u0069\u0074\u0070\u0061\u0072\u0074\u0069\u0061\u006c":0x1d715,"\u006d\u0069\u0074\u0070\u0068\u0069":0x1d711,"\u006d\u0069\u0074p\u0069":0x1d70b,"\u006d\u0069\u0074\u0070\u0073\u0069":0x1d713,"\u006d\u0069\u0074\u0071":0x1d45e,"\u006d\u0069\u0074\u0072":0x1d45f,"\u006d\u0069\u0074\u0072\u0068\u006f":0x1d70c,"\u006d\u0069\u0074\u0073":0x1d460,"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0041":0x1d608,"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0042":0x1d609,"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0043":0x1d60a,"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0044":0x1d60b,"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0045":0x1d60c,"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0046":0x1d60d,"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0047":0x1d60e,"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0048":0x1d60f,"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0049":0x1d610,"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u004a":0x1d611,"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u004b":0x1d612,"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u004c":0x1d613,"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u004d":0x1d614,"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u004e":0x1d615,"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u004f":0x1d616,"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0050":0x1d617,"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0051":0x1d618,"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0052":0x1d619,"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0053":0x1d61a,"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0054":0x1d61b,"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0055":0x1d61c,"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0056":0x1d61d,"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0057":0x1d61e,"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0058":0x1d61f,"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0059":0x1d620,"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u005a":0x1d621,"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0061":0x1d622,"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0062":0x1d623,"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0063":0x1d624,"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0064":0x1d625,"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0065":0x1d626,"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0066":0x1d627,"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0067":0x1d628,"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0068":0x1d629,"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0069":0x1d62a,"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u006a":0x1d62b,"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u006b":0x1d62c,"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u006c":0x1d62d,"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u006d":0x1d62e,"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u006e":0x1d62f,"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u006f":0x1d630,"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0070":0x1d631,"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0071":0x1d632,"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0072":0x1d633,"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0073":0x1d634,"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0074":0x1d635,"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0075":0x1d636,"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0076":0x1d637,"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0077":0x1d638,"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0078":0x1d639,"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0079":0x1d63a,"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u007a":0x1d63b,"\u006d\u0069\u0074\u0073\u0069\u0067\u006d\u0061":0x1d70e,"\u006d\u0069\u0074\u0074":0x1d461,"\u006d\u0069\u0074\u0074\u0061\u0075":0x1d70f,"\u006d\u0069\u0074\u0074\u0068\u0065\u0074\u0061":0x1d703,"\u006d\u0069\u0074\u0075":0x1d462,"\u006d\u0069\u0074\u0075\u0070\u0073\u0069\u006c\u006f\u006e":0x1d710,"\u006d\u0069\u0074\u0076":0x1d463,"m\u0069\u0074\u0076\u0061\u0072\u0054\u0068\u0065\u0074\u0061":0x1d6f3,"\u006d\u0069\u0074\u0076\u0061\u0072\u0065\u0070\u0073\u0069\u006c\u006f\u006e":0x1d716,"m\u0069\u0074\u0076\u0061\u0072\u006b\u0061\u0070\u0070\u0061":0x1d718,"\u006di\u0074\u0076\u0061\u0072\u0070\u0068i":0x1d719,"\u006d\u0069\u0074\u0076\u0061\u0072\u0070\u0069":0x1d71b,"\u006di\u0074\u0076\u0061\u0072\u0072\u0068o":0x1d71a,"m\u0069\u0074\u0076\u0061\u0072\u0073\u0069\u0067\u006d\u0061":0x1d70d,"m\u0069\u0074\u0076\u0061\u0072\u0074\u0068\u0065\u0074\u0061":0x1d717,"\u006d\u0069\u0074\u0077":0x1d464,"\u006d\u0069\u0074\u0078":0x1d465,"\u006d\u0069\u0074x\u0069":0x1d709,"\u006d\u0069\u0074\u0079":0x1d466,"\u006d\u0069\u0074\u007a":0x1d467,"\u006di\u0074\u007a\u0065\u0074\u0061":0x1d701,"\u006d\u006c\u0063\u0070":0x2adb,"\u006d\u006c\u006f\u006e\u0067\u006c\u0065\u0067\u0074u\u0072\u006e\u0065\u0064":0x0270,"\u006d\u006c\u0073\u0071\u0075\u0061\u0072\u0065":0x3396,"\u006d\u006d\u0063\u0075\u0062\u0065\u0064\u0073\u0071\u0075\u0061\u0072\u0065":0x33a3,"\u006d\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff4d,"\u006dm\u0073q\u0075\u0061\u0072\u0065\u0064\u0073\u0071\u0075\u0061\u0072\u0065":0x339f,"\u006d\u006f\u0064\u0065\u006c\u0073":0x22a7,"\u006do\u0064\u0074\u0077\u006f\u0073\u0075m":0x2a0a,"\u006d\u006f\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x3082,"\u006d\u006f\u0068\u006d\u0073\u0071\u0075\u0061\u0072\u0065":0x33c1,"\u006d\u006f\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30e2,"\u006d\u006f\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068":0xff93,"\u006do\u006c\u0073\u0071\u0075\u0061\u0072e":0x33d6,"\u006d\u006f\u006d\u0061\u0074\u0068\u0061\u0069":0x0e21,"\u006d\u006f\u0076e\u0072\u0073\u0073\u0071\u0075\u0061\u0072\u0065":0x33a7,"\u006d\u006f\u0076\u0065rs\u0073\u0071\u0075\u0061\u0072\u0065\u0064\u0073\u0071\u0075\u0061\u0072\u0065":0x33a8,"\u006d\u0070\u0061\u0072\u0065\u006e":0x24a8,"\u006dp\u0061\u0073\u0071\u0075\u0061\u0072e":0x33ab,"\u006d\u0073\u0061\u006e\u0073\u0041":0x1d5a0,"\u006d\u0073\u0061\u006e\u0073\u0042":0x1d5a1,"\u006d\u0073\u0061\u006e\u0073\u0043":0x1d5a2,"\u006d\u0073\u0061\u006e\u0073\u0044":0x1d5a3,"\u006d\u0073\u0061\u006e\u0073\u0045":0x1d5a4,"\u006d\u0073\u0061\u006e\u0073\u0046":0x1d5a5,"\u006d\u0073\u0061\u006e\u0073\u0047":0x1d5a6,"\u006d\u0073\u0061\u006e\u0073\u0048":0x1d5a7,"\u006d\u0073\u0061\u006e\u0073\u0049":0x1d5a8,"\u006d\u0073\u0061\u006e\u0073\u004a":0x1d5a9,"\u006d\u0073\u0061\u006e\u0073\u004b":0x1d5aa,"\u006d\u0073\u0061\u006e\u0073\u004c":0x1d5ab,"\u006d\u0073\u0061\u006e\u0073\u004d":0x1d5ac,"\u006d\u0073\u0061\u006e\u0073\u004e":0x1d5ad,"\u006d\u0073\u0061\u006e\u0073\u004f":0x1d5ae,"\u006d\u0073\u0061\u006e\u0073\u0050":0x1d5af,"\u006d\u0073\u0061\u006e\u0073\u0051":0x1d5b0,"\u006d\u0073\u0061\u006e\u0073\u0052":0x1d5b1,"\u006d\u0073\u0061\u006e\u0073\u0053":0x1d5b2,"\u006d\u0073\u0061\u006e\u0073\u0054":0x1d5b3,"\u006d\u0073\u0061\u006e\u0073\u0055":0x1d5b4,"\u006d\u0073\u0061\u006e\u0073\u0056":0x1d5b5,"\u006d\u0073\u0061\u006e\u0073\u0057":0x1d5b6,"\u006d\u0073\u0061\u006e\u0073\u0058":0x1d5b7,"\u006d\u0073\u0061\u006e\u0073\u0059":0x1d5b8,"\u006d\u0073\u0061\u006e\u0073\u005a":0x1d5b9,"\u006d\u0073\u0061\u006e\u0073\u0061":0x1d5ba,"\u006d\u0073\u0061\u006e\u0073\u0062":0x1d5bb,"\u006d\u0073\u0061\u006e\u0073\u0063":0x1d5bc,"\u006d\u0073\u0061\u006e\u0073\u0064":0x1d5bd,"\u006d\u0073\u0061\u006e\u0073\u0065":0x1d5be,"\u006d\u0073\u0061\u006e\u0073\u0065\u0069\u0067\u0068\u0074":0x1d7ea,"\u006d\u0073\u0061\u006e\u0073\u0066":0x1d5bf,"\u006ds\u0061\u006e\u0073\u0066\u0069\u0076e":0x1d7e7,"\u006ds\u0061\u006e\u0073\u0066\u006f\u0075r":0x1d7e6,"\u006d\u0073\u0061\u006e\u0073\u0067":0x1d5c0,"\u006d\u0073\u0061\u006e\u0073\u0068":0x1d5c1,"\u006d\u0073\u0061\u006e\u0073\u0069":0x1d5c2,"\u006d\u0073\u0061\u006e\u0073\u006a":0x1d5c3,"\u006d\u0073\u0061\u006e\u0073\u006b":0x1d5c4,"\u006d\u0073\u0061\u006e\u0073\u006c":0x1d5c5,"\u006d\u0073\u0061\u006e\u0073\u006d":0x1d5c6,"\u006d\u0073\u0061\u006e\u0073\u006e":0x1d5c7,"\u006ds\u0061\u006e\u0073\u006e\u0069\u006ee":0x1d7eb,"\u006d\u0073\u0061\u006e\u0073\u006f":0x1d5c8,"\u006d\u0073\u0061\u006e\u0073\u006f\u006e\u0065":0x1d7e3,"\u006d\u0073\u0061\u006e\u0073\u0070":0x1d5c9,"\u006d\u0073\u0061\u006e\u0073\u0071":0x1d5ca,"\u006d\u0073\u0061\u006e\u0073\u0072":0x1d5cb,"\u006d\u0073\u0061\u006e\u0073\u0073":0x1d5cc,"\u006d\u0073\u0061\u006e\u0073\u0073\u0065\u0076\u0065\u006e":0x1d7e9,"\u006d\u0073\u0061\u006e\u0073\u0073\u0069\u0078":0x1d7e8,"\u006d\u0073\u0061\u006e\u0073\u0074":0x1d5cd,"\u006d\u0073\u0061\u006e\u0073\u0074\u0068\u0072\u0065\u0065":0x1d7e5,"\u006d\u0073\u0061\u006e\u0073\u0074\u0077\u006f":0x1d7e4,"\u006d\u0073\u0061\u006e\u0073\u0075":0x1d5ce,"\u006d\u0073\u0061\u006e\u0073\u0076":0x1d5cf,"\u006d\u0073\u0061\u006e\u0073\u0077":0x1d5d0,"\u006d\u0073\u0061\u006e\u0073\u0078":0x1d5d1,"\u006d\u0073\u0061\u006e\u0073\u0079":0x1d5d2,"\u006d\u0073\u0061\u006e\u0073\u007a":0x1d5d3,"\u006ds\u0061\u006e\u0073\u007a\u0065\u0072o":0x1d7e2,"\u006d\u0073\u0063r\u0041":0x1d49c,"\u006d\u0073\u0063r\u0042":0x212c,"\u006d\u0073\u0063r\u0043":0x1d49e,"\u006d\u0073\u0063r\u0044":0x1d49f,"\u006d\u0073\u0063r\u0045":0x2130,"\u006d\u0073\u0063r\u0046":0x2131,"\u006d\u0073\u0063r\u0047":0x1d4a2,"\u006d\u0073\u0063r\u0048":0x210b,"\u006d\u0073\u0063r\u0049":0x2110,"\u006d\u0073\u0063r\u004a":0x1d4a5,"\u006d\u0073\u0063r\u004b":0x1d4a6,"\u006d\u0073\u0063r\u004c":0x2112,"\u006d\u0073\u0063r\u004d":0x2133,"\u006d\u0073\u0063r\u004e":0x1d4a9,"\u006d\u0073\u0063r\u004f":0x1d4aa,"\u006d\u0073\u0063r\u0050":0x1d4ab,"\u006d\u0073\u0063r\u0051":0x1d4ac,"\u006d\u0073\u0063r\u0052":0x211b,"\u006d\u0073\u0063r\u0053":0x1d4ae,"\u006d\u0073\u0063r\u0054":0x1d4af,"\u006d\u0073\u0063r\u0055":0x1d4b0,"\u006d\u0073\u0063r\u0056":0x1d4b1,"\u006d\u0073\u0063r\u0057":0x1d4b2,"\u006d\u0073\u0063r\u0058":0x1d4b3,"\u006d\u0073\u0063r\u0059":0x1d4b4,"\u006d\u0073\u0063r\u005a":0x1d4b5,"\u006d\u0073\u0063r\u0061":0x1d4b6,"\u006d\u0073\u0063r\u0062":0x1d4b7,"\u006d\u0073\u0063r\u0063":0x1d4b8,"\u006d\u0073\u0063r\u0064":0x1d4b9,"\u006d\u0073\u0063r\u0065":0x212f,"\u006d\u0073\u0063r\u0066":0x1d4bb,"\u006d\u0073\u0063r\u0067":0x210a,"\u006d\u0073\u0063r\u0068":0x1d4bd,"\u006d\u0073\u0063r\u0069":0x1d4be,"\u006d\u0073\u0063r\u006a":0x1d4bf,"\u006d\u0073\u0063r\u006b":0x1d4c0,"\u006d\u0073\u0063r\u006c":0x1d4c1,"\u006d\u0073\u0063r\u006d":0x1d4c2,"\u006d\u0073\u0063r\u006e":0x1d4c3,"\u006d\u0073\u0063r\u006f":0x2134,"\u006d\u0073\u0063r\u0070":0x1d4c5,"\u006d\u0073\u0063r\u0071":0x1d4c6,"\u006d\u0073\u0063r\u0072":0x1d4c7,"\u006d\u0073\u0063r\u0073":0x1d4c8,"\u006d\u0073\u0063r\u0074":0x1d4c9,"\u006d\u0073\u0063r\u0075":0x1d4ca,"\u006d\u0073\u0063r\u0076":0x1d4cb,"\u006d\u0073\u0063r\u0077":0x1d4cc,"\u006d\u0073\u0063r\u0078":0x1d4cd,"\u006d\u0073\u0063r\u0079":0x1d4ce,"\u006d\u0073\u0063r\u007a":0x1d4cf,"\u006d\u0073\u0073\u0071\u0075\u0061\u0072\u0065":0x33b3,"\u006ds\u0075\u0070\u0065\u0072\u0069\u006fr":0xf6ef,"\u006d\u0074\u0074\u0041":0x1d670,"\u006d\u0074\u0074\u0042":0x1d671,"\u006d\u0074\u0074\u0043":0x1d672,"\u006d\u0074\u0074\u0044":0x1d673,"\u006d\u0074\u0074\u0045":0x1d674,"\u006d\u0074\u0074\u0046":0x1d675,"\u006d\u0074\u0074\u0047":0x1d676,"\u006d\u0074\u0074\u0048":0x1d677,"\u006d\u0074\u0074\u0049":0x1d678,"\u006d\u0074\u0074\u004a":0x1d679,"\u006d\u0074\u0074\u004b":0x1d67a,"\u006d\u0074\u0074\u004c":0x1d67b,"\u006d\u0074\u0074\u004d":0x1d67c,"\u006d\u0074\u0074\u004e":0x1d67d,"\u006d\u0074\u0074\u004f":0x1d67e,"\u006d\u0074\u0074\u0050":0x1d67f,"\u006d\u0074\u0074\u0051":0x1d680,"\u006d\u0074\u0074\u0052":0x1d681,"\u006d\u0074\u0074\u0053":0x1d682,"\u006d\u0074\u0074\u0054":0x1d683,"\u006d\u0074\u0074\u0055":0x1d684,"\u006d\u0074\u0074\u0056":0x1d685,"\u006d\u0074\u0074\u0057":0x1d686,"\u006d\u0074\u0074\u0058":0x1d687,"\u006d\u0074\u0074\u0059":0x1d688,"\u006d\u0074\u0074\u005a":0x1d689,"\u006d\u0074\u0074\u0061":0x1d68a,"\u006d\u0074\u0074\u0062":0x1d68b,"\u006d\u0074\u0074\u0063":0x1d68c,"\u006d\u0074\u0074\u0064":0x1d68d,"\u006d\u0074\u0074\u0065":0x1d68e,"\u006d\u0074\u0074\u0065\u0069\u0067\u0068\u0074":0x1d7fe,"\u006d\u0074\u0074\u0066":0x1d68f,"\u006dt\u0074\u0066\u0069\u0076\u0065":0x1d7fb,"\u006dt\u0074\u0066\u006f\u0075\u0072":0x1d7fa,"\u006d\u0074\u0074\u0067":0x1d690,"\u006d\u0074\u0074\u0068":0x1d691,"\u006d\u0074\u0074\u0069":0x1d692,"\u006d\u0074\u0074\u006a":0x1d693,"\u006d\u0074\u0074\u006b":0x1d694,"\u006d\u0074\u0074\u006c":0x1d695,"\u006d\u0074\u0074\u006d":0x1d696,"\u006d\u0074\u0074\u006e":0x1d697,"\u006dt\u0074\u006e\u0069\u006e\u0065":0x1d7ff,"\u006d\u0074\u0074\u006f":0x1d698,"\u006d\u0074\u0074\u006f\u006e\u0065":0x1d7f7,"\u006d\u0074\u0074\u0070":0x1d699,"\u006d\u0074\u0074\u0071":0x1d69a,"\u006d\u0074\u0074\u0072":0x1d69b,"\u006d\u0074\u0074\u0073":0x1d69c,"\u006d\u0074\u0074\u0073\u0065\u0076\u0065\u006e":0x1d7fd,"\u006d\u0074\u0074\u0073\u0069\u0078":0x1d7fc,"\u006d\u0074\u0074\u0074":0x1d69d,"\u006d\u0074\u0074\u0074\u0068\u0072\u0065\u0065":0x1d7f9,"\u006d\u0074\u0074\u0074\u0077\u006f":0x1d7f8,"\u006d\u0074\u0074\u0075":0x1d69e,"\u006d\u0074\u0074\u0076":0x1d69f,"\u006d\u0074\u0074\u0077":0x1d6a0,"\u006d\u0074\u0074\u0078":0x1d6a1,"\u006d\u0074\u0074\u0079":0x1d6a2,"\u006d\u0074\u0074\u007a":0x1d6a3,"\u006dt\u0074\u007a\u0065\u0072\u006f":0x1d7f6,"\u006dt\u0075\u0072\u006e\u0065\u0064":0x026f,"\u006d\u0075":0x00b5,"\u006du\u0061\u0073\u0071\u0075\u0061\u0072e":0x3382,"m\u0075\u0063\u0068\u0067\u0072\u0065\u0061\u0074\u0065\u0072":0x226b,"\u006d\u0075\u0063\u0068\u006c\u0065\u0073\u0073":0x226a,"\u006du\u0066\u0073\u0071\u0075\u0061\u0072e":0x338c,"\u006du\u0067\u0072\u0065\u0065\u006b":0x03bc,"\u006du\u0067\u0073\u0071\u0075\u0061\u0072e":0x338d,"\u006d\u0075\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x3080,"\u006d\u0075\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30e0,"\u006d\u0075\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068":0xff91,"\u006du\u006c\u0073\u0071\u0075\u0061\u0072e":0x3395,"\u006d\u0075\u006c\u0074\u0069\u0063\u006c\u006f\u0073e\u006c\u0065\u0066\u0074":0x22c9,"\u006du\u006ct\u0069\u0063\u006c\u006f\u0073\u0065\u0072\u0069\u0067\u0068\u0074":0x22ca,"\u006d\u0075\u006c\u0074\u0069\u006d\u0061\u0070":0x22b8,"m\u0075\u006c\u0074\u0069\u006d\u0061\u0070\u0069\u006e\u0076":0x27dc,"\u006d\u0075\u006c\u0074\u0069\u006f\u0070\u0065\u006e\u006c\u0065\u0066\u0074":0x22cb,"\u006d\u0075\u006c\u0074\u0069\u006f\u0070\u0065\u006er\u0069\u0067\u0068\u0074":0x22cc,"\u006d\u0075\u006c\u0074\u0069\u0070\u006c\u0079":0x00d7,"\u006du\u006d\u0073\u0071\u0075\u0061\u0072e":0x339b,"\u006du\u006ea\u0068\u006c\u0065\u0066\u0074\u0068\u0065\u0062\u0072\u0065\u0077":0x05a3,"m\u0075\u0073\u0069\u0063\u0061\u006c\u006e\u006f\u0074\u0065":0x266a,"\u006d\u0075\u0073\u0069\u0063\u0066\u006c\u0061\u0074\u0073\u0069\u0067\u006e":0x266d,"\u006d\u0075\u0073\u0069\u0063\u0073\u0068\u0061\u0072p\u0073\u0069\u0067\u006e":0x266f,"\u006du\u0073\u0073\u0071\u0075\u0061\u0072e":0x33b2,"\u006du\u0076\u0073\u0071\u0075\u0061\u0072e":0x33b6,"\u006du\u0077\u0073\u0071\u0075\u0061\u0072e":0x33bc,"\u006d\u0076\u006de\u0067\u0061\u0073\u0071\u0075\u0061\u0072\u0065":0x33b9,"\u006d\u0076\u0073\u0071\u0075\u0061\u0072\u0065":0x33b7,"\u006d\u0077\u006de\u0067\u0061\u0073\u0071\u0075\u0061\u0072\u0065":0x33bf,"\u006d\u0077\u0073\u0071\u0075\u0061\u0072\u0065":0x33bd,"\u006e":0x006e,"n\u0056\u006c\u0065\u0066\u0074\u0061\u0072\u0072\u006f\u0077":0x21fa,"\u006eV\u006ce\u0066\u0074\u0061\u0072\u0072\u006f\u0077\u0074\u0061\u0069\u006c":0x2b3a,"\u006e\u0056l\u0065\u0066\u0074r\u0069\u0067\u0068\u0074\u0061\u0072\u0072\u006f\u0077":0x21fc,"\u006e\u0056\u0072i\u0067\u0068\u0074\u0061\u0072\u0072\u006f\u0077":0x21fb,"\u006e\u0056r\u0069\u0067\u0068t\u0061\u0072\u0072\u006f\u0077\u0074\u0061\u0069\u006c":0x2915,"\u006eV\u0074w\u006f\u0068\u0065\u0061\u0064l\u0065\u0066t\u0061\u0072\u0072\u006f\u0077":0x2b35,"\u006e\u0056\u0074\u0077oh\u0065\u0061\u0064\u006c\u0065\u0066\u0074\u0061\u0072\u0072\u006f\u0077\u0074\u0061i\u006c":0x2b3d,"\u006e\u0056\u0074\u0077oh\u0065\u0061\u0064\u0072\u0069\u0067\u0068\u0074\u0061\u0072\u0072\u006f\u0077":0x2901,"\u006e\u0056\u0074wo\u0068\u0065\u0061\u0064\u0072\u0069\u0067\u0068\u0074\u0061\u0072\u0072\u006f\u0077\u0074\u0061\u0069\u006c":0x2918,"\u006ea\u0062\u0065\u006e\u0067\u0061\u006ci":0x09a8,"\u006e\u0061\u0063\u0075\u0074\u0065":0x0144,"\u006e\u0061\u0064\u0065\u0076\u0061":0x0928,"\u006e\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069":0x0aa8,"\u006e\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a28,"\u006e\u0061\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x306a,"\u006e\u0061\u0069r\u0061":0x20a6,"\u006e\u0061\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30ca,"\u006e\u0061\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068":0xff85,"\u006e\u0061\u006e\u0064":0x22bc,"\u006ea\u0070\u0070\u0072\u006f\u0078":0x2249,"\u006e\u0061\u0073\u0071\u0075\u0061\u0072\u0065":0x3381,"\u006e\u0061\u0073\u0079\u006d\u0070":0x226d,"\u006ea\u0074\u0075\u0072\u0061\u006c":0x266e,"\u006e\u0062\u0068\u0079\u0070\u0068\u0065\u006e":0x2011,"\u006eb\u006f\u0070\u006f\u006d\u006f\u0066o":0x310b,"\u006e\u0063\u0061\u0072\u006f\u006e":0x0148,"\u006e\u0063\u0065\u0064\u0069\u006c\u006c\u0061":0x0146,"\u006ec\u0065\u0064\u0069\u006c\u006c\u00611":0xf81d,"\u006ec\u0069\u0072\u0063\u006c\u0065":0x24dd,"\u006e\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0062\u0065\u006c\u006f\u0077":0x1e4b,"\u006e\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074":0x1e45,"\u006ed\u006f\u0074\u0062\u0065\u006c\u006fw":0x1e47,"\u006e\u0065\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x306d,"\u006e\u0065\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30cd,"\u006e\u0065\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068":0xff88,"n\u0065\u006f\u0076\u006e\u0077\u0061\u0072\u0072\u006f\u0077":0x2931,"n\u0065\u006f\u0076\u0073\u0065\u0061\u0072\u0072\u006f\u0077":0x292e,"\u006ee\u0073\u0077\u0061\u0072\u0072\u006fw":0x2922,"\u006e\u0065\u0075\u0074\u0065\u0072":0x26b2,"\u006e\u0066\u0073\u0071\u0075\u0061\u0072\u0065":0x338b,"\u006e\u0067\u0061\u0062\u0065\u006e\u0067\u0061\u006c\u0069":0x0999,"\u006eg\u0061\u0064\u0065\u0076\u0061":0x0919,"n\u0067\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069":0x0a99,"n\u0067\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a19,"\u006e\u0067\u006f\u006e\u0067\u0075\u0074\u0068\u0061\u0069":0x0e07,"\u006eg\u0074\u0072\u0073\u0069\u006d":0x2275,"\u006eh\u0056\u0076\u0065\u0072\u0074":0x2af5,"\u006eh\u0069\u0072\u0061\u0067\u0061\u006ea":0x3093,"\u006eh\u006f\u006f\u006b\u006c\u0065\u0066t":0x0272,"\u006e\u0068\u006f\u006f\u006b\u0072\u0065\u0074\u0072o\u0066\u006c\u0065\u0078":0x0273,"\u006e\u0068\u0070a\u0072":0x2af2,"\u006ei\u0065u\u006e\u0061\u0063\u0069\u0072c\u006c\u0065k\u006f\u0072\u0065\u0061\u006e":0x326f,"\u006e\u0069\u0065\u0075\u006e\u0061\u0070\u0061\u0072\u0065\u006e\u006bo\u0072\u0065\u0061\u006e":0x320f,"\u006e\u0069e\u0075\u006e\u0063i\u0065\u0075\u0063\u006b\u006f\u0072\u0065\u0061\u006e":0x3135,"\u006e\u0069\u0065\u0075\u006e\u0063\u0069\u0072\u0063\u006c\u0065\u006bo\u0072\u0065\u0061\u006e":0x3261,"\u006e\u0069e\u0075\u006e\u0068i\u0065\u0075\u0068\u006b\u006f\u0072\u0065\u0061\u006e":0x3136,"n\u0069\u0065\u0075\u006e\u006b\u006f\u0072\u0065\u0061\u006e":0x3134,"\u006ei\u0065u\u006e\u0070\u0061\u006e\u0073i\u006f\u0073k\u006f\u0072\u0065\u0061\u006e":0x3168,"\u006e\u0069e\u0075\u006e\u0070a\u0072\u0065\u006e\u006b\u006f\u0072\u0065\u0061\u006e":0x3201,"\u006ei\u0065u\u006e\u0073\u0069\u006f\u0073\u006b\u006f\u0072\u0065\u0061\u006e":0x3167,"\u006e\u0069\u0065\u0075\u006e\u0074\u0069\u006b\u0065\u0075\u0074\u006bo\u0072\u0065\u0061\u006e":0x3166,"\u006e\u0069\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x306b,"\u006e\u0069\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30cb,"\u006e\u0069\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068":0xff86,"\u006e\u0069k\u0068\u0061\u0068i\u0074\u006c\u0065\u0066\u0074\u0074\u0068\u0061\u0069":0xf899,"\u006e\u0069\u006bh\u0061\u0068\u0069\u0074\u0074\u0068\u0061\u0069":0x0e4d,"\u006e\u0069\u006e\u0065":0x0039,"n\u0069\u006e\u0065\u0062\u0065\u006e\u0067\u0061\u006c\u0069":0x09ef,"\u006e\u0069\u006e\u0065\u0064\u0065\u0076\u0061":0x096f,"\u006e\u0069\u006ee\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069":0x0aef,"\u006e\u0069\u006ee\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a6f,"\u006e\u0069\u006e\u0065\u0068\u0061\u0063\u006b\u0061r\u0061\u0062\u0069\u0063":0x0669,"\u006e\u0069\u006ee\u0068\u0061\u006e\u0067\u007a\u0068\u006f\u0075":0x3029,"n\u0069n\u0065\u0069\u0064\u0065\u006f\u0067\u0072\u0061p\u0068\u0069\u0063\u0070ar\u0065\u006e":0x3228,"\u006e\u0069\u006ee\u0069\u006e\u0066\u0065\u0072\u0069\u006f\u0072":0x2089,"\u006e\u0069\u006e\u0065\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff19,"\u006e\u0069\u006ee\u006f\u006c\u0064\u0073\u0074\u0079\u006c\u0065":0xf739,"\u006ei\u006e\u0065\u0070\u0061\u0072\u0065n":0x247c,"\u006e\u0069\u006e\u0065\u0070\u0065\u0072\u0069\u006f\u0064":0x2490,"n\u0069\u006e\u0065\u0070\u0065\u0072\u0073\u0069\u0061\u006e":0x06f9,"\u006ei\u006e\u0065\u0072\u006f\u006d\u0061n":0x2178,"\u006e\u0069\u006ee\u0073\u0075\u0070\u0065\u0072\u0069\u006f\u0072":0x2079,"\u006e\u0069\u006e\u0065\u0074\u0065\u0065\u006e\u0063i\u0072\u0063\u006c\u0065":0x2472,"\u006e\u0069\u006e\u0065\u0074\u0065\u0065\u006e\u0070\u0061\u0072\u0065\u006e":0x2486,"\u006e\u0069\u006e\u0065\u0074\u0065\u0065\u006e\u0070e\u0072\u0069\u006f\u0064":0x249a,"\u006e\u0069\u006e\u0065\u0074\u0068\u0061\u0069":0x0e59,"\u006e\u0069\u006f\u0062\u0061\u0072":0x22fe,"\u006e\u0069\u0073":0x22fc,"\u006e\u0069\u0073\u0064":0x22fa,"\u006e\u006a":0x01cc,"\u006ek\u0061\u0074\u0061\u006b\u0061\u006ea":0x30f3,"\u006ek\u0061t\u0061\u006b\u0061\u006e\u0061h\u0061\u006cf\u0077\u0069\u0064\u0074\u0068":0xff9d,"\u006e\u006c\u0065\u0067\u0072\u0069\u0067\u0068\u0074\u006c\u006f\u006e\u0067":0x019e,"\u006e\u006c\u0065\u0073\u0073\u0067\u0074\u0072":0x2278,"\u006e\u006c\u0065\u0073\u0073\u0073\u0069\u006d":0x2274,"\u006e\u006c\u0069\u006e\u0065\u0062\u0065\u006c\u006f\u0077":0x1e49,"\u006e\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff4e,"\u006e\u006d\u0073\u0071\u0075\u0061\u0072\u0065":0x339a,"\u006e\u006e\u0061\u0062\u0065\u006e\u0067\u0061\u006c\u0069":0x09a3,"\u006en\u0061\u0064\u0065\u0076\u0061":0x0923,"n\u006e\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069":0x0aa3,"n\u006e\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a23,"\u006e\u006e\u006e\u0061\u0064\u0065\u0076\u0061":0x0929,"\u006e\u006f\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x306e,"\u006e\u006f\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30ce,"\u006e\u006f\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068":0xff89,"\u006e\u006fn\u0062\u0072\u0065a\u006b\u0069\u006e\u0067\u0073\u0070\u0061\u0063\u0065":0x00a0,"\u006eo\u006e\u0065\u006e\u0074\u0068\u0061i":0x0e13,"\u006e\u006f\u006e\u0075\u0074\u0068\u0061\u0069":0x0e19,"\u006e\u006f\u006f\u006e\u0061\u0072\u0061\u0062\u0069\u0063":0x0646,"\u006eo\u006fn\u0066\u0069\u006e\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063":0xfee6,"n\u006f\u006f\u006e\u0067hu\u006en\u0061\u0066\u0069\u006e\u0061l\u0061\u0072\u0061\u0062\u0069\u0063":0xfb9f,"n\u006fo\u006e\u0068\u0065\u0068\u0069\u006e\u0069\u0074i\u0061\u006c\u0061\u0072ab\u0069\u0063":0xfee7,"\u006e\u006f\u006fn\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064":0xfee5,"n\u006f\u006f\u006e\u006aee\u006di\u006e\u0069\u0074\u0069\u0061l\u0061\u0072\u0061\u0062\u0069\u0063":0xfcd2,"\u006e\u006f\u006f\u006eje\u0065\u006d\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064\u0061\u0072\u0061\u0062i\u0063":0xfc4b,"\u006e\u006fo\u006e\u006d\u0065d\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063":0xfee8,"n\u006f\u006f\u006e\u006dee\u006di\u006e\u0069\u0074\u0069\u0061l\u0061\u0072\u0061\u0062\u0069\u0063":0xfcd5,"\u006e\u006f\u006f\u006eme\u0065\u006d\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064\u0061\u0072\u0061\u0062i\u0063":0xfc4e,"\u006e\u006f\u006f\u006eno\u006f\u006e\u0066\u0069\u006e\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063":0xfc8d,"\u006eo\u006f\u006e\u0077\u0069\u0074\u0068\u0061\u006c\u0065\u0066\u006da\u006b\u0073\u0075\u0072\u0061\u0066\u0069\u006e\u0061\u006c":0xfc8e,"n\u006f\u006f\u006e\u0077\u0069\u0074h\u0061\u006c\u0065\u0066\u006d\u0061\u006b\u0073\u0075r\u0061\u0069\u0073o\u006ca\u0074\u0065\u0064":0xfc4f,"\u006eo\u006fn\u0077\u0069\u0074\u0068\u0068a\u0068\u0069n\u0069\u0074\u0069\u0061\u006c":0xfcd3,"\u006eo\u006fn\u0077\u0069\u0074\u0068\u0068e\u0068\u0069n\u0069\u0074\u0069\u0061\u006c":0xe815,"\u006e\u006f\u006f\u006ewi\u0074\u0068\u006b\u0068\u0061\u0068\u0069\u006e\u0069\u0074\u0069\u0061\u006c":0xfcd4,"\u006e\u006fo\u006e\u0077\u0069t\u0068\u0079\u0065\u0068\u0066\u0069\u006e\u0061\u006c":0xfc8f,"\u006e\u006f\u006f\u006ewi\u0074\u0068\u0079\u0065\u0068\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064":0xfc50,"\u006e\u006f\u006f\u006e\u0077\u0069\u0074\u0068\u007a\u0061\u0069\u006ef\u0069\u006e\u0061\u006c":0xfc70,"\u006e\u006f\u0074\u0061\u0070\u0070\u0072\u006f\u0078e\u0071\u0075\u0061\u006c":0x2247,"\u006e\u006f\u0074a\u0072\u0072\u006f\u0077\u0062\u006f\u0074\u0068":0x21ae,"\u006e\u006f\u0074a\u0072\u0072\u006f\u0077\u006c\u0065\u0066\u0074":0x219a,"\u006e\u006f\u0074\u0061\u0072\u0072\u006f\u0077\u0072\u0069\u0067\u0068\u0074":0x219b,"\u006e\u006f\u0074\u0062\u0061\u0072":0x2224,"n\u006f\u0074\u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0073":0x220c,"\u006eo\u0074d\u0062\u006c\u0061\u0072\u0072\u006f\u0077\u0062\u006f\u0074\u0068":0x21ce,"\u006e\u006f\u0074\u0065\u006c\u0065\u006d\u0065\u006e\u0074":0x2209,"\u006e\u006f\u0074\u0065\u0071\u0075\u0061\u006c":0x2260,"\u006e\u006f\u0074\u0065\u0078\u0069\u0073\u0074\u0065n\u0074\u0069\u0061\u006c":0x2204,"\u006eo\u0074\u0066\u006f\u0072\u0063\u0065s":0x22ae,"\u006e\u006f\u0074\u0066\u006f\u0072\u0063\u0065\u0073e\u0078\u0074\u0072\u0061":0x22af,"\u006e\u006f\u0074\u0067\u0072\u0065\u0061\u0074\u0065\u0072":0x226f,"\u006eo\u0074g\u0072\u0065\u0061\u0074\u0065r\u006e\u006fr\u0065\u0071\u0075\u0061\u006c":0x2271,"\u006e\u006f\u0074\u0067\u0072\u0065\u0061\u0074\u0065\u0072\u006e\u006fr\u006c\u0065\u0073\u0073":0x2279,"\u006e\u006f\u0074\u0067re\u0061\u0074\u0065\u0072\u006f\u0072\u0073\u006c\u006e\u0074\u0065\u0071\u006c":0x2a7e,"\u006e\u006f\u0074i\u0064\u0065\u006e\u0074\u0069\u0063\u0061\u006c":0x2262,"\u006eo\u0074\u006c\u0065\u0073\u0073":0x226e,"\u006eo\u0074l\u0065\u0073\u0073\u006e\u006f\u0072\u0065\u0071\u0075\u0061\u006c":0x2270,"n\u006f\u0074\u0070\u0061\u0072\u0061\u006c\u006c\u0065\u006c":0x2226,"n\u006f\u0074\u0070\u0072\u0065\u0063\u0065\u0064\u0065\u0073":0x2280,"\u006e\u006f\u0074s\u0061\u0074\u0069\u0073\u0066\u0069\u0065\u0073":0x22ad,"\u006e\u006f\u0074\u0073\u0069\u006d\u0069\u006c\u0061\u0072":0x2241,"\u006eo\u0074\u0073\u0075\u0062\u0073\u0065t":0x2284,"\u006e\u006f\u0074s\u0075\u0062\u0073\u0065\u0074\u0065\u0071\u006c":0x2288,"n\u006f\u0074\u0073\u0075\u0063\u0063\u0065\u0065\u0064\u0073":0x2281,"n\u006f\u0074\u0073\u0075\u0070\u0065\u0072\u0073\u0065\u0074":0x2285,"\u006e\u006f\u0074\u0073\u0075\u0070\u0065\u0072\u0073e\u0074\u0065\u0071\u006c":0x2289,"\u006e\u006ft\u0074\u0072\u0069a\u006e\u0067\u0065\u0071\u006c\u006c\u0065\u0066\u0074":0x22ec,"\u006e\u006f\u0074\u0074\u0072\u0069\u0061\u006e\u0067\u0065\u0071\u006cr\u0069\u0067\u0068\u0074":0x22ed,"\u006eo\u0074t\u0072\u0069\u0061\u006e\u0067\u006c\u0065\u006c\u0065\u0066\u0074":0x22ea,"\u006e\u006ft\u0074\u0072\u0069a\u006e\u0067\u006c\u0065\u0072\u0069\u0067\u0068\u0074":0x22eb,"\u006e\u006f\u0074t\u0075\u0072\u006e\u0073\u0074\u0069\u006c\u0065":0x22ac,"n\u006f\u0077\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x0576,"\u006e\u0070\u0061\u0072\u0065\u006e":0x24a9,"\u006ep\u006f\u006c\u0069\u006e\u0074":0x2a14,"\u006e\u0070\u0072e\u0063\u0063\u0075\u0072\u006c\u0079\u0065\u0071":0x22e0,"\u006e\u0073\u0069m\u0065":0x2244,"n\u0073\u0071\u0073\u0075\u0062\u0073\u0065\u0074\u0065\u0071":0x22e2,"n\u0073\u0071\u0073\u0075\u0070\u0073\u0065\u0074\u0065\u0071":0x22e3,"\u006e\u0073\u0073\u0071\u0075\u0061\u0072\u0065":0x33b1,"\u006e\u0073\u0075c\u0063\u0063\u0075\u0072\u006c\u0079\u0065\u0071":0x22e1,"\u006es\u0075\u0070\u0065\u0072\u0069\u006fr":0x207f,"\u006e\u0074\u0069\u006c\u0064\u0065":0x00f1,"\u006e\u0075":0x03bd,"\u006e\u0075\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x306c,"\u006e\u0075\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30cc,"\u006e\u0075\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068":0xff87,"\u006e\u0075\u006bt\u0061\u0062\u0065\u006e\u0067\u0061\u006c\u0069":0x09bc,"\u006eu\u006b\u0074\u0061\u0064\u0065\u0076a":0x093c,"\u006e\u0075\u006b\u0074\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069":0x0abc,"\u006e\u0075\u006b\u0074\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a3c,"\u006e\u0075\u006d\u0062\u0065\u0072\u0073\u0069\u0067\u006e":0x0023,"\u006e\u0075\u006d\u0062er\u0073\u0069\u0067\u006e\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff03,"\u006eu\u006db\u0065\u0072\u0073\u0069\u0067\u006e\u0073\u006d\u0061\u006c\u006c":0xfe5f,"\u006e\u0075m\u0065\u0072\u0061l\u0073\u0069\u0067\u006e\u0067\u0072\u0065\u0065\u006b":0x0374,"n\u0075\u006d\u0065\u0072al\u0073i\u0067\u006e\u006c\u006f\u0077e\u0072\u0067\u0072\u0065\u0065\u006b":0x0375,"\u006e\u0075\u006d\u0065\u0072\u006f":0x2116,"\u006e\u0075\u006e":0x05e0,"\u006eu\u006e\u0064\u0061\u0067\u0065\u0073h":0xfb40,"n\u0076\u004c\u0065\u0066\u0074\u0061\u0072\u0072\u006f\u0077":0x2902,"\u006e\u0076L\u0065\u0066\u0074r\u0069\u0067\u0068\u0074\u0061\u0072\u0072\u006f\u0077":0x2904,"\u006e\u0076\u0052i\u0067\u0068\u0074\u0061\u0072\u0072\u006f\u0077":0x2903,"\u006ev\u0069\u006e\u0066\u0074\u0079":0x29de,"n\u0076\u006c\u0065\u0066\u0074\u0061\u0072\u0072\u006f\u0077":0x21f7,"\u006ev\u006ce\u0066\u0074\u0061\u0072\u0072\u006f\u0077\u0074\u0061\u0069\u006c":0x2b39,"\u006e\u0076l\u0065\u0066\u0074r\u0069\u0067\u0068\u0074\u0061\u0072\u0072\u006f\u0077":0x21f9,"\u006e\u0076\u0072i\u0067\u0068\u0074\u0061\u0072\u0072\u006f\u0077":0x21f8,"\u006e\u0076r\u0069\u0067\u0068t\u0061\u0072\u0072\u006f\u0077\u0074\u0061\u0069\u006c":0x2914,"\u006e\u0076\u0073\u0071\u0075\u0061\u0072\u0065":0x33b5,"\u006ev\u0074w\u006f\u0068\u0065\u0061\u0064l\u0065\u0066t\u0061\u0072\u0072\u006f\u0077":0x2b34,"\u006e\u0076\u0074\u0077oh\u0065\u0061\u0064\u006c\u0065\u0066\u0074\u0061\u0072\u0072\u006f\u0077\u0074\u0061i\u006c":0x2b3c,"\u006e\u0076\u0074\u0077oh\u0065\u0061\u0064\u0072\u0069\u0067\u0068\u0074\u0061\u0072\u0072\u006f\u0077":0x2900,"\u006e\u0076\u0074wo\u0068\u0065\u0061\u0064\u0072\u0069\u0067\u0068\u0074\u0061\u0072\u0072\u006f\u0077\u0074\u0061\u0069\u006c":0x2917,"n\u0077\u006f\u0076\u006e\u0065\u0061\u0072\u0072\u006f\u0077":0x2932,"\u006ew\u0073\u0065\u0061\u0072\u0072\u006fw":0x2921,"\u006e\u0077\u0073\u0071\u0075\u0061\u0072\u0065":0x33bb,"\u006e\u0079\u0061\u0062\u0065\u006e\u0067\u0061\u006c\u0069":0x099e,"\u006ey\u0061\u0064\u0065\u0076\u0061":0x091e,"n\u0079\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069":0x0a9e,"n\u0079\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a1e,"\u006f":0x006f,"\u006f\u0061\u0063\u0075\u0074\u0065":0x00f3,"\u006f\u0061\u006e\u0067\u0074\u0068\u0061\u0069":0x0e2d,"\u006f\u0062\u0061\u0072":0x233d,"\u006fb\u0061\u0072\u0072\u0065\u0064":0x0275,"\u006fb\u0061r\u0072\u0065\u0064\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x04e9,"\u006f\u0062\u0061rr\u0065\u0064\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x04eb,"\u006f\u0062\u0065\u006e\u0067\u0061\u006c\u0069":0x0993,"\u006fb\u006f\u0070\u006f\u006d\u006f\u0066o":0x311b,"\u006f\u0062\u006f\u0074":0x29ba,"\u006fb\u0072\u0062\u0072\u0061\u006b":0x23e0,"\u006f\u0062\u0072\u0065\u0076\u0065":0x014f,"\u006fb\u0073\u006c\u0061\u0073\u0068":0x29b8,"o\u0063\u0061\u006e\u0064\u0072\u0061\u0064\u0065\u0076\u0061":0x0911,"\u006fc\u0061n\u0064\u0072\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069":0x0a91,"o\u0063a\u006e\u0064\u0072\u0061\u0076\u006f\u0077\u0065l\u0073\u0069\u0067\u006ede\u0076\u0061":0x0949,"\u006fc\u0061\u006e\u0064\u0072\u0061\u0076\u006f\u0077\u0065\u006c\u0073i\u0067\u006e\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069":0x0ac9,"\u006f\u0063\u0061\u0072\u006f\u006e":0x01d2,"\u006fc\u0069\u0072\u0063\u006c\u0065":0x24de,"o\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078":0x00f4,"\u006f\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0061\u0063\u0075\u0074\u0065":0x1ed1,"\u006f\u0063\u0069\u0072cu\u006d\u0066\u006c\u0065\u0078\u0064\u006f\u0074\u0062\u0065\u006c\u006f\u0077":0x1ed9,"\u006f\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0067\u0072\u0061\u0076\u0065":0x1ed3,"o\u0063i\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078h\u006f\u006f\u006b\u0061bo\u0076\u0065":0x1ed5,"\u006f\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0074\u0069\u006c\u0064\u0065":0x1ed7,"\u006fc\u0079\u0072\u0069\u006c\u006c\u0069c":0x043e,"\u006fd\u0062\u006c\u0067\u0072\u0061\u0076e":0x020d,"\u006f\u0064\u0065v\u0061":0x0913,"\u006fd\u0069\u0065\u0072\u0065\u0073\u0069s":0x00f6,"\u006f\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073\u0063\u0079\u0072i\u006c\u006c\u0069\u0063":0x04e7,"\u006f\u0064\u0069\u0076":0x2a38,"\u006fd\u006f\u0074\u0062\u0065\u006c\u006fw":0x1ecd,"\u006f\u0064\u006ft\u0073\u006c\u0061\u0073\u0068\u0064\u006f\u0074":0x29bc,"\u006f\u0065":0x0153,"\u006f\u0065\u006b\u006f\u0072\u0065\u0061\u006e":0x315a,"\u006f\u0067\u006f\u006e\u0065\u006b":0x02db,"\u006fg\u006f\u006e\u0065\u006b\u0063\u006db":0x0328,"\u006f\u0067\u0072\u0061\u0076\u0065":0x00f2,"\u006f\u0067\u0072e\u0061\u0074\u0065\u0072\u0074\u0068\u0061\u006e":0x29c1,"\u006fg\u0075\u006a\u0061\u0072\u0061\u0074i":0x0a93,"\u006f\u0068\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x0585,"\u006fh\u0069\u0072\u0061\u0067\u0061\u006ea":0x304a,"\u006f\u0068\u006f\u006f\u006b\u0061\u0062\u006f\u0076\u0065":0x1ecf,"\u006f\u0068\u006fr\u006e":0x01a1,"\u006f\u0068\u006f\u0072\u006e\u0061\u0063\u0075\u0074\u0065":0x1edb,"\u006f\u0068\u006f\u0072\u006e\u0064\u006f\u0074\u0062\u0065\u006c\u006f\u0077":0x1ee3,"\u006f\u0068\u006f\u0072\u006e\u0067\u0072\u0061\u0076\u0065":0x1edd,"\u006f\u0068\u006f\u0072\u006e\u0068\u006f\u006f\u006ba\u0062\u006f\u0076\u0065":0x1edf,"\u006f\u0068\u006f\u0072\u006e\u0074\u0069\u006c\u0064\u0065":0x1ee1,"\u006f\u0068\u0075\u006e\u0067\u0061\u0072\u0075\u006d\u006c\u0061\u0075\u0074":0x0151,"\u006f\u0069":0x01a3,"\u006f\u0069\u0069\u0069\u006e\u0074":0x2230,"\u006f\u0069\u0069n\u0074":0x222f,"\u006f\u0069n\u0074\u0063\u0074r\u0063\u006c\u006f\u0063\u006b\u0077\u0069\u0073\u0065":0x2233,"\u006f\u0069\u006e\u0076\u0065\u0072\u0074\u0065\u0064b\u0072\u0065\u0076\u0065":0x020f,"\u006fk\u0061\u0074\u0061\u006b\u0061\u006ea":0x30aa,"\u006fk\u0061t\u0061\u006b\u0061\u006e\u0061h\u0061\u006cf\u0077\u0069\u0064\u0074\u0068":0xff75,"\u006fk\u006f\u0072\u0065\u0061\u006e":0x3157,"\u006fl\u0063\u0072\u006f\u0073\u0073":0x29bb,"\u006fl\u0065\u0068\u0065\u0062\u0072\u0065w":0x05ab,"\u006fl\u0065\u0073\u0073\u0074\u0068\u0061n":0x29c0,"\u006fm\u0061\u0063\u0072\u006f\u006e":0x014d,"\u006f\u006d\u0061c\u0072\u006f\u006e\u0061\u0063\u0075\u0074\u0065":0x1e53,"\u006f\u006d\u0061c\u0072\u006f\u006e\u0067\u0072\u0061\u0076\u0065":0x1e51,"\u006f\u006d\u0064\u0065\u0076\u0061":0x0950,"\u006f\u006d\u0065g\u0061":0x03c9,"\u006f\u006d\u0065\u0067\u0061\u0031":0x03d6,"\u006f\u006d\u0065\u0067\u0061\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x0461,"\u006f\u006de\u0067\u0061\u006ca\u0074\u0069\u006e\u0063\u006c\u006f\u0073\u0065\u0064":0x0277,"\u006fm\u0065g\u0061\u0072\u006f\u0075\u006ed\u0063\u0079r\u0069\u006c\u006c\u0069\u0063":0x047b,"\u006fm\u0065g\u0061\u0074\u0069\u0074\u006co\u0063\u0079r\u0069\u006c\u006c\u0069\u0063":0x047d,"\u006f\u006d\u0065\u0067\u0061\u0074\u006f\u006e\u006f\u0073":0x03ce,"\u006f\u006d\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069":0x0ad0,"\u006fm\u0069\u0063\u0072\u006f\u006e":0x03bf,"\u006f\u006d\u0069c\u0072\u006f\u006e\u0074\u006f\u006e\u006f\u0073":0x03cc,"\u006f\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff4f,"\u006f\u006e\u0065":0x0031,"\u006f\u006e\u0065\u0062\u0065\u006e\u0067\u0061\u006c\u0069":0x09e7,"\u006fn\u0065\u0064\u0065\u0076\u0061":0x0967,"\u006f\u006e\u0065\u0064\u006f\u0074\u0065\u006e\u006ce\u0061\u0064\u0065\u0072":0x2024,"\u006fn\u0065\u0065\u0069\u0067\u0068\u0074h":0x215b,"\u006f\u006e\u0065\u0066\u0069\u0066\u0074\u0068":0x2155,"\u006fn\u0065\u0066\u0069\u0074\u0074\u0065d":0xf6dc,"o\u006e\u0065\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069":0x0ae7,"o\u006e\u0065\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a67,"\u006f\u006e\u0065\u0068\u0061\u0063\u006b\u0061\u0072\u0061\u0062\u0069\u0063":0x0661,"\u006fn\u0065\u0068\u0061\u006c\u0066":0x00bd,"o\u006e\u0065\u0068\u0061\u006e\u0067\u007a\u0068\u006f\u0075":0x3021,"\u006f\u006e\u0065\u0069de\u006f\u0067\u0072\u0061\u0070\u0068\u0069\u0063\u0070\u0061\u0072\u0065\u006e":0x3220,"o\u006e\u0065\u0069\u006e\u0066\u0065\u0072\u0069\u006f\u0072":0x2081,"\u006f\u006e\u0065m\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff11,"\u006f\u006e\u0065\u006eum\u0065\u0072\u0061\u0074\u006f\u0072\u0062\u0065\u006e\u0067\u0061\u006c\u0069":0x09f4,"o\u006e\u0065\u006f\u006c\u0064\u0073\u0074\u0079\u006c\u0065":0xf731,"\u006f\u006e\u0065\u0070\u0061\u0072\u0065\u006e":0x2474,"\u006fn\u0065\u0070\u0065\u0072\u0069\u006fd":0x2488,"\u006f\u006e\u0065\u0070\u0065\u0072\u0073\u0069\u0061\u006e":0x06f1,"\u006f\u006e\u0065\u0071\u0075\u0061\u0072\u0074\u0065\u0072":0x00bc,"\u006f\u006e\u0065\u0072\u006f\u006d\u0061\u006e":0x2170,"\u006f\u006e\u0065\u0073\u0069\u0078\u0074\u0068":0x2159,"o\u006e\u0065\u0073\u0075\u0070\u0065\u0072\u0069\u006f\u0072":0x00b9,"\u006fn\u0065\u0074\u0068\u0061\u0069":0x0e51,"\u006f\u006e\u0065\u0074\u0068\u0069\u0072\u0064":0x2153,"\u006fo\u0067\u006f\u006e\u0065\u006b":0x01eb,"\u006f\u006f\u0067\u006f\u006e\u0065\u006b\u006d\u0061\u0063\u0072\u006f\u006e":0x01ed,"\u006f\u006f\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a13,"\u006fo\u006da\u0074\u0072\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a4b,"\u006f\u006f\u0070e\u006e":0x0254,"\u006f\u0070\u0061\u0072\u0065\u006e":0x24aa,"\u006f\u0070\u0065r\u0070":0x29b9,"\u006f\u0070\u006c\u0075\u0073\u006c\u0068\u0072\u0069\u006d":0x2a2d,"\u006f\u0070\u006c\u0075\u0073\u0072\u0068\u0072\u0069\u006d":0x2a2e,"\u006f\u0070\u0074\u0069\u006f\u006e":0x2325,"o\u0072\u0064\u0066\u0065\u006d\u0069\u006e\u0069\u006e\u0065":0x00aa,"\u006f\u0072\u0064m\u0061\u0073\u0063\u0075\u006c\u0069\u006e\u0065":0x00ba,"\u006f\u0072\u0069\u0067\u006f\u0066":0x22b6,"\u006f\u0072\u0074\u0068\u006f\u0067\u006f\u006e\u0061\u006c":0x221f,"\u006f\u0072\u0075n\u0064\u0065\u0072\u0073\u0063\u006f\u0072\u0065":0x22bb,"\u006f\u0073\u0068\u006f\u0072\u0074\u0064\u0065\u0076\u0061":0x0912,"\u006f\u0073\u0068\u006frt\u0076\u006f\u0077\u0065\u006c\u0073\u0069\u0067\u006e\u0064\u0065\u0076\u0061":0x094a,"\u006f\u0073\u006c\u0061\u0073\u0068":0x00f8,"o\u0073\u006c\u0061\u0073\u0068\u0061\u0063\u0075\u0074\u0065":0x01ff,"\u006f\u0073\u006d\u0061\u006c\u006c\u0068\u0069\u0072a\u0067\u0061\u006e\u0061":0x3049,"\u006f\u0073\u006d\u0061\u006c\u006c\u006b\u0061\u0074a\u006b\u0061\u006e\u0061":0x30a9,"\u006f\u0073\u006dal\u006c\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068":0xff6b,"\u006fs\u0075\u0070\u0065\u0072\u0069\u006fr":0xf6f0,"\u006f\u0074\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x047f,"\u006f\u0074\u0069\u006c\u0064\u0065":0x00f5,"o\u0074\u0069\u006c\u0064\u0065\u0061\u0063\u0075\u0074\u0065":0x1e4d,"\u006f\u0074\u0069\u006c\u0064\u0065\u0064\u0069\u0065r\u0065\u0073\u0069\u0073":0x1e4f,"\u006ft\u0069\u006d\u0065\u0073\u0068\u0061t":0x2a36,"o\u0074\u0069\u006d\u0065\u0073\u006c\u0068\u0072\u0069\u006d":0x2a34,"o\u0074\u0069\u006d\u0065\u0073\u0072\u0068\u0072\u0069\u006d":0x2a35,"\u006f\u0075\u0062\u006f\u0070\u006f\u006d\u006f\u0066\u006f":0x3121,"\u006f\u0075\u006ec\u0065":0x2125,"\u006fv\u0065\u0072\u0062\u0072\u0061\u0063e":0x23de,"o\u0076\u0065\u0072\u0062\u0072\u0061\u0063\u006b\u0065\u0074":0x23b4,"\u006f\u0076\u0065\u0072\u006c\u0065\u0066\u0074\u0061\u0072\u0072\u006f\u0077":0x20d6,"\u006fv\u0065r\u006c\u0065\u0066\u0074\u0072i\u0067\u0068t\u0061\u0072\u0072\u006f\u0077":0x20e1,"\u006f\u0076\u0065\u0072\u006c\u0069\u006e\u0065":0x203e,"\u006fv\u0065r\u006c\u0069\u006e\u0065\u0063e\u006e\u0074e\u0072\u006c\u0069\u006e\u0065":0xfe4a,"o\u0076\u0065\u0072\u006c\u0069\u006e\u0065\u0063\u006d\u0062":0x0305,"\u006f\u0076\u0065\u0072\u006c\u0069\u006e\u0065\u0064a\u0073\u0068\u0065\u0064":0xfe49,"\u006fv\u0065r\u006c\u0069\u006e\u0065\u0064\u0062\u006c\u0077\u0061\u0076\u0079":0xfe4c,"\u006f\u0076\u0065r\u006c\u0069\u006e\u0065\u0077\u0061\u0076\u0079":0xfe4b,"\u006fv\u0065\u0072\u0070\u0061\u0072\u0065n":0x23dc,"\u006f\u0076\u006f\u0077\u0065\u006c\u0073\u0069\u0067\u006e\u0062\u0065n\u0067\u0061\u006c\u0069":0x09cb,"\u006f\u0076\u006f\u0077\u0065\u006c\u0073\u0069\u0067n\u0064\u0065\u0076\u0061":0x094b,"\u006fv\u006fw\u0065\u006c\u0073\u0069\u0067n\u0067\u0075j\u0061\u0072\u0061\u0074\u0069":0x0acb,"\u0070":0x0070,"\u0070\u0061\u0061m\u0070\u0073\u0073\u0071\u0075\u0061\u0072\u0065":0x3380,"\u0070\u0061\u0061\u0073\u0065\u006e\u0074\u006f\u0073q\u0075\u0061\u0072\u0065":0x332b,"\u0070a\u0062\u0065\u006e\u0067\u0061\u006ci":0x09aa,"\u0070\u0061\u0063\u0075\u0074\u0065":0x1e55,"\u0070\u0061\u0064\u0065\u0076\u0061":0x092a,"\u0070\u0061\u0067\u0065\u0064\u006f\u0077\u006e":0x21df,"\u0070\u0061\u0067\u0065\u0075\u0070":0x21de,"\u0070\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069":0x0aaa,"\u0070\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a2a,"\u0070\u0061\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x3071,"\u0070\u0061\u0069\u0079\u0061\u006e\u006e\u006f\u0069\u0074\u0068\u0061\u0069":0x0e2f,"\u0070\u0061\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30d1,"\u0070a\u006c\u0061\u0074\u0061l\u0069\u007a\u0061\u0074\u0069o\u006ec\u0079r\u0069\u006c\u006c\u0069\u0063\u0063\u006db":0x0484,"\u0070\u0061l\u006f\u0063\u0068k\u0061\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x04c0,"\u0070\u0061\u006e\u0073\u0069\u006f\u0073\u006b\u006f\u0072\u0065\u0061\u006e":0x317f,"\u0070a\u0072\u0061\u0067\u0072\u0061\u0070h":0x00b6,"\u0070a\u0072a\u0067\u0072\u0061\u0070\u0068s\u0065\u0070a\u0072\u0061\u0074\u006f\u0072":0x2029,"\u0070\u0061\u0072\u0061\u006c\u006c\u0065\u006c":0x2225,"\u0070\u0061\u0072\u0061\u006c\u006c\u0065\u006c\u006f\u0067\u0072\u0061\u006d":0x25b1,"\u0070a\u0072a\u006c\u006c\u0065\u006c\u006fg\u0072\u0061m\u0062\u006c\u0061\u0063\u006b":0x25b0,"\u0070a\u0072\u0065\u006e\u006c\u0065\u0066t":0x0028,"p\u0061\u0072\u0065\u006ele\u0066t\u0061\u006c\u0074\u006f\u006ee\u0061\u0072\u0061\u0062\u0069\u0063":0xfd3e,"p\u0061\u0072\u0065\u006e\u006c\u0065\u0066\u0074\u0062\u0074":0xf8ed,"p\u0061\u0072\u0065\u006e\u006c\u0065\u0066\u0074\u0065\u0078":0xf8ec,"\u0070\u0061\u0072\u0065\u006e\u006c\u0065\u0066\u0074\u0069\u006e\u0066e\u0072\u0069\u006f\u0072":0x208d,"\u0070a\u0072e\u006e\u006c\u0065\u0066\u0074m\u006f\u006eo\u0073\u0070\u0061\u0063\u0065":0xff08,"\u0070\u0061\u0072\u0065\u006e\u006c\u0065\u0066\u0074s\u006d\u0061\u006c\u006c":0xfe59,"\u0070\u0061\u0072\u0065\u006e\u006c\u0065\u0066\u0074\u0073\u0075\u0070e\u0072\u0069\u006f\u0072":0x207d,"p\u0061\u0072\u0065\u006e\u006c\u0065\u0066\u0074\u0074\u0070":0xf8eb,"\u0070\u0061\u0072\u0065\u006e\u006c\u0065\u0066\u0074\u0076\u0065\u0072t\u0069\u0063\u0061\u006c":0xfe35,"\u0070\u0061\u0072\u0065\u006e\u0072\u0069\u0067\u0068\u0074":0x0029,"\u0070\u0061\u0072\u0065nr\u0069\u0067\u0068\u0074\u0061\u006c\u0074\u006f\u006e\u0065\u0061\u0072\u0061\u0062i\u0063":0xfd3f,"\u0070\u0061\u0072e\u006e\u0072\u0069\u0067\u0068\u0074\u0062\u0074":0xf8f8,"\u0070\u0061\u0072e\u006e\u0072\u0069\u0067\u0068\u0074\u0065\u0078":0xf8f7,"\u0070a\u0072e\u006e\u0072\u0069\u0067\u0068t\u0069\u006ef\u0065\u0072\u0069\u006f\u0072":0x208e,"\u0070\u0061\u0072\u0065nr\u0069\u0067\u0068\u0074\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff09,"\u0070a\u0072e\u006e\u0072\u0069\u0067\u0068\u0074\u0073\u006d\u0061\u006c\u006c":0xfe5a,"\u0070a\u0072e\u006e\u0072\u0069\u0067\u0068t\u0073\u0075p\u0065\u0072\u0069\u006f\u0072":0x207e,"\u0070\u0061\u0072e\u006e\u0072\u0069\u0067\u0068\u0074\u0074\u0070":0xf8f6,"\u0070a\u0072e\u006e\u0072\u0069\u0067\u0068t\u0076\u0065r\u0074\u0069\u0063\u0061\u006c":0xfe36,"\u0070\u0061\u0072\u0073\u0069\u006d":0x2af3,"p\u0061\u0072\u0074\u0069\u0061\u006c\u0064\u0069\u0066\u0066":0x2202,"\u0070\u0061\u0072\u0074ia\u006c\u006d\u0065\u0065\u0074\u0063\u006f\u006e\u0074\u0072\u0061\u0063\u0074\u0069o\u006e":0x2aa3,"\u0070\u0061\u0073h\u0074\u0061\u0068\u0065\u0062\u0072\u0065\u0077":0x0599,"\u0070\u0061\u0073\u0071\u0075\u0061\u0072\u0065":0x33a9,"\u0070a\u0074\u0061\u0068\u0031\u0031":0x05b7,"p\u0061\u007a\u0065\u0072\u0068\u0065\u0062\u0072\u0065\u0077":0x05a1,"\u0070b\u006f\u0070\u006f\u006d\u006f\u0066o":0x3106,"\u0070c\u0069\u0072\u0063\u006c\u0065":0x24df,"\u0070\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074":0x1e57,"\u0070\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x043f,"\u0070\u0065\u0064\u0061\u0067\u0065\u0073\u0068":0xfb44,"p\u0065\u0065\u007a\u0069\u0073\u0071\u0075\u0061\u0072\u0065":0x333b,"\u0070\u0065\u0066\u0069na\u006c\u0064\u0061\u0067\u0065\u0073\u0068\u0068\u0065\u0062\u0072\u0065\u0077":0xfb43,"\u0070e\u0068\u0061\u0072\u0061\u0062\u0069c":0x067e,"p\u0065\u0068\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x057a,"\u0070\u0065\u0068\u0066\u0069\u006e\u0061\u006c\u0061r\u0061\u0062\u0069\u0063":0xfb57,"\u0070\u0065h\u0069\u006e\u0069t\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063":0xfb58,"\u0070\u0065\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x307a,"p\u0065\u0068\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064":0xfb56,"\u0070e\u0068m\u0065\u0064\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063":0xfb59,"\u0070\u0065\u0068\u0077\u0069\u0074\u0068\u0068\u0065\u0068\u0069\u006ei\u0074\u0069\u0061\u006c":0xe813,"\u0070\u0065\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30da,"p\u0065m\u0069\u0064\u0064\u006c\u0065\u0068\u006f\u006fk\u0063\u0079\u0072\u0069ll\u0069\u0063":0x04a7,"\u0070\u0065\u006e\u0074\u0061\u0067\u006f\u006e":0x2b20,"\u0070\u0065\u006e\u0074\u0061\u0067\u006f\u006e\u0062\u006c\u0061\u0063\u006b":0x2b1f,"\u0070\u0065\u0072a\u0066\u0065\u0068\u0065\u0062\u0072\u0065\u0077":0xfb4e,"\u0070e\u0072\u0063\u0065\u006e\u0074":0x0025,"\u0070\u0065\u0072\u0063\u0065\u006e\u0074\u0061\u0072\u0061\u0062\u0069\u0063":0x066a,"\u0070\u0065r\u0063\u0065\u006et\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff05,"\u0070\u0065\u0072c\u0065\u006e\u0074\u0073\u006d\u0061\u006c\u006c":0xfe6a,"\u0070\u0065\u0072\u0069\u006f\u0064":0x002e,"\u0070\u0065\u0072\u0069\u006f\u0064\u0061\u0072\u006de\u006e\u0069\u0061\u006e":0x0589,"\u0070\u0065\u0072\u0069\u006f\u0064\u0063\u0065\u006et\u0065\u0072\u0065\u0064":0x00b7,"\u0070\u0065r\u0069\u006f\u0064c\u0065\u006e\u0074\u0065\u0072\u0065\u0064\u002e\u0030":0x0097,"\u0070e\u0072i\u006f\u0064\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068":0xff61,"\u0070\u0065\u0072\u0069\u006f\u0064\u0069\u006e\u0066e\u0072\u0069\u006f\u0072":0xf6e7,"\u0070e\u0072i\u006f\u0064\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff0e,"p\u0065\u0072\u0069\u006f\u0064\u0073\u006d\u0061\u006c\u006c":0xfe52,"\u0070\u0065\u0072\u0069\u006f\u0064\u0073\u0075\u0070e\u0072\u0069\u006f\u0072":0xf6e8,"\u0070\u0065\u0072\u0069sp\u006f\u006d\u0065\u006e\u0069\u0067\u0072\u0065\u0065\u006b\u0063\u006d\u0062":0x0342,"\u0070\u0065\u0072\u0070":0x27c2,"\u0070\u0065\u0072\u0070\u0063\u006f\u0072\u0072\u0065s\u0070\u006f\u006e\u0064":0x2a5e,"\u0070\u0065\u0072\u0070\u0065\u006e\u0064\u0069\u0063\u0075\u006c\u0061\u0072":0x22a5,"\u0070\u0065\u0072p\u0073":0x2ae1,"\u0070\u0065\u0072\u0074\u0065\u006e\u0074\u0068\u006fu\u0073\u0061\u006e\u0064":0x2031,"p\u0065\u0072\u0074\u0068\u006f\u0075\u0073\u0061\u006e\u0064":0x2030,"\u0070\u0065\u0073\u0065\u0074\u0061":0x20a7,"\u0070\u0065\u0073o\u0031":0xf81b,"\u0070\u0066\u0073\u0071\u0075\u0061\u0072\u0065":0x338a,"\u0070\u0068\u0061\u0062\u0065\u006e\u0067\u0061\u006c\u0069":0x09ab,"\u0070h\u0061\u0064\u0065\u0076\u0061":0x092b,"p\u0068\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069":0x0aab,"p\u0068\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a2b,"\u0070\u0068\u0069":0x03c6,"\u0070\u0068\u0069\u0031":0x03d5,"p\u0068i\u0065\u0075\u0070\u0068\u0061\u0063\u0069\u0072c\u006c\u0065\u006b\u006fre\u0061\u006e":0x327a,"\u0070\u0068\u0069\u0065up\u0068\u0061\u0070\u0061\u0072\u0065\u006e\u006b\u006f\u0072\u0065\u0061\u006e":0x321a,"\u0070\u0068\u0069\u0065up\u0068\u0063\u0069\u0072\u0063\u006c\u0065\u006b\u006f\u0072\u0065\u0061\u006e":0x326c,"\u0070\u0068\u0069\u0065\u0075\u0070\u0068\u006b\u006f\u0072\u0065\u0061\u006e":0x314d,"\u0070h\u0069e\u0075\u0070\u0068\u0070\u0061r\u0065\u006ek\u006f\u0072\u0065\u0061\u006e":0x320c,"\u0070\u0068\u0069\u006c\u0061\u0074\u0069\u006e":0x0278,"p\u0068\u0069\u006e\u0074\u0068\u0075\u0074\u0068\u0061\u0069":0x0e3a,"\u0070\u0068\u006fo\u006b":0x01a5,"p\u0068\u006f\u0070\u0068\u0061\u006e\u0074\u0068\u0061\u0069":0x0e1e,"\u0070\u0068\u006fp\u0068\u0075\u006e\u0067\u0074\u0068\u0061\u0069":0x0e1c,"\u0070\u0068\u006f\u0073\u0061\u006d\u0070\u0068\u0061o\u0074\u0068\u0061\u0069":0x0e20,"\u0070\u0069":0x03c0,"\u0070i\u0065u\u0070\u0061\u0063\u0069\u0072c\u006c\u0065k\u006f\u0072\u0065\u0061\u006e":0x3273,"\u0070\u0069\u0065\u0075\u0070\u0061\u0070\u0061\u0072\u0065\u006e\u006bo\u0072\u0065\u0061\u006e":0x3213,"\u0070\u0069e\u0075\u0070\u0063i\u0065\u0075\u0063\u006b\u006f\u0072\u0065\u0061\u006e":0x3176,"\u0070\u0069\u0065\u0075\u0070\u0063\u0069\u0072\u0063\u006c\u0065\u006bo\u0072\u0065\u0061\u006e":0x3265,"\u0070\u0069\u0065\u0075\u0070\u006b\u0069\u0079\u0065\u006f\u006b\u006bo\u0072\u0065\u0061\u006e":0x3172,"p\u0069\u0065\u0075\u0070\u006b\u006f\u0072\u0065\u0061\u006e":0x3142,"\u0070\u0069e\u0075\u0070\u0070a\u0072\u0065\u006e\u006b\u006f\u0072\u0065\u0061\u006e":0x3205,"p\u0069\u0065\u0075\u0070si\u006fs\u006b\u0069\u0079\u0065\u006fk\u006b\u006f\u0072\u0065\u0061\u006e":0x3174,"\u0070i\u0065u\u0070\u0073\u0069\u006f\u0073\u006b\u006f\u0072\u0065\u0061\u006e":0x3144,"p\u0069\u0065\u0075\u0070si\u006fs\u0074\u0069\u006b\u0065\u0075t\u006b\u006f\u0072\u0065\u0061\u006e":0x3175,"\u0070i\u0065u\u0070\u0074\u0068\u0069\u0065u\u0074\u0068k\u006f\u0072\u0065\u0061\u006e":0x3177,"\u0070\u0069\u0065\u0075\u0070\u0074\u0069\u006b\u0065\u0075\u0074\u006bo\u0072\u0065\u0061\u006e":0x3173,"\u0070\u0069\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x3074,"\u0070\u0069\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30d4,"\u0070\u0069\u0077r\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x0583,"\u0070\u006c\u0061\u006e\u0063\u006b\u006f\u0076\u0065\u0072\u0032\u0070\u0069":0x210f,"\u0070\u006c\u0075\u0073":0x002b,"\u0070\u006c\u0075s\u0062\u0065\u006c\u006f\u0077\u0063\u006d\u0062":0x031f,"\u0070l\u0075\u0073\u0064\u006f\u0074":0x2a25,"\u0070l\u0075\u0073\u0065\u0071\u0071":0x2a72,"\u0070l\u0075\u0073\u0068\u0061\u0074":0x2a23,"\u0070\u006c\u0075s\u0069\u006e\u0066\u0065\u0072\u0069\u006f\u0072":0x208a,"\u0070l\u0075\u0073\u006d\u0069\u006e\u0075s":0x00b1,"\u0070l\u0075\u0073\u006d\u006f\u0064":0x02d6,"\u0070\u006c\u0075\u0073\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff0b,"\u0070l\u0075\u0073\u0073\u0069\u006d":0x2a26,"\u0070l\u0075\u0073\u0073\u006d\u0061\u006cl":0xfe62,"\u0070\u006c\u0075\u0073\u0073\u0075\u0062\u0074\u0077\u006f":0x2a27,"\u0070\u006c\u0075s\u0073\u0075\u0070\u0065\u0072\u0069\u006f\u0072":0x207a,"\u0070\u006c\u0075\u0073\u0074\u0072\u0069\u0066":0x2a28,"\u0070\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff50,"\u0070\u006d\u0073\u0071\u0075\u0061\u0072\u0065":0x33d8,"\u0070\u006f\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x307d,"\u0070\u006f\u0069\u006eti\u006e\u0067\u0069\u006e\u0064\u0065\u0078\u0064\u006f\u0077\u006e\u0077\u0068\u0069t\u0065":0x261f,"\u0070\u006f\u0069\u006eti\u006e\u0067\u0069\u006e\u0064\u0065\u0078\u006c\u0065\u0066\u0074\u0077\u0068\u0069t\u0065":0x261c,"p\u006fi\u006e\u0074\u0069\u006e\u0067\u0069\u006e\u0064e\u0078\u0075\u0070\u0077hi\u0074\u0065":0x261d,"\u0070\u006f\u0069\u006e\u0074\u0069\u006e\u0074":0x2a15,"\u0070\u006f\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30dd,"\u0070o\u0070\u006c\u0061\u0074\u0068\u0061i":0x0e1b,"\u0070\u006f\u0073\u0074\u0061\u006c\u006d\u0061\u0072\u006b":0x3012,"\u0070\u006f\u0073\u0074\u0061\u006c\u006d\u0061\u0072k\u0066\u0061\u0063\u0065":0x3020,"\u0070\u0070\u0061\u0072\u0065\u006e":0x24ab,"\u0070\u0072\u0065\u0063\u0061\u0070\u0070\u0072\u006f\u0078":0x2ab7,"\u0070\u0072e\u0063\u0065\u0064e\u006e\u006f\u0074\u0064\u0062\u006c\u0065\u0071\u0076":0x2ab9,"\u0070\u0072\u0065\u0063\u0065\u0064\u0065\u006e\u006f\u0074\u0073\u006cn\u0074\u0065\u0071\u006c":0x2ab5,"\u0070r\u0065c\u0065\u0064\u0065\u006f\u0072n\u006f\u0074e\u0071\u0076\u006c\u006e\u0074":0x22e8,"\u0070\u0072\u0065\u0063\u0065\u0064\u0065\u0073":0x227a,"\u0070\u0072\u0065\u0063\u0065\u0064\u0065\u0073\u0065\u0071\u0075\u0061\u006c":0x2aaf,"\u0070r\u0065c\u0065\u0064\u0065\u0073\u006f\u0072\u0063\u0075\u0072\u006c\u0079":0x227c,"\u0070r\u0065c\u0065\u0064\u0065\u0073\u006f\u0072\u0065\u0071\u0075\u0061\u006c":0x227e,"\u0070r\u0065\u0063\u0065\u0071\u0071":0x2ab3,"\u0070r\u0065\u0063\u006e\u0065\u0071":0x2ab1,"\u0070\u0072\u0065s\u0063\u0072\u0069\u0070\u0074\u0069\u006f\u006e":0x211e,"p\u0072\u0069\u006d\u0065\u0064\u0062\u006c\u006d\u006f\u0064":0x0243,"\u0070\u0072\u0069\u006d\u0065\u006d\u006f\u0064":0x02b9,"\u0070\u0072\u0069\u006d\u0065\u0072\u0065\u0076\u0065\u0072\u0073\u0065\u0064":0x2035,"\u0070r\u006f\u0064\u0075\u0063\u0074":0x220f,"\u0070\u0072\u006f\u0066\u0073\u0075\u0072\u0066":0x2313,"\u0070\u0072\u006f\u006a\u0065\u0063\u0074\u0069\u0076\u0065":0x2305,"\u0070\u0072\u006f\u006c\u006f\u006e\u0067\u0065\u0064\u006b\u0061\u006e\u0061":0x30fc,"\u0070r\u006f\u0070\u0065\u006c\u006c\u006fr":0x2318,"\u0070\u0072\u006fp\u0065\u0072\u0073\u0075\u0062\u0073\u0065\u0074":0x2282,"\u0070\u0072\u006f\u0070\u0065\u0072\u0073\u0075\u0070e\u0072\u0073\u0065\u0074":0x2283,"\u0070\u0072\u006f\u0070\u006f\u0072\u0074\u0069\u006f\u006e":0x2237,"\u0070\u0072\u006fp\u006f\u0072\u0074\u0069\u006f\u006e\u0061\u006c":0x221d,"\u0070\u0072\u0075\u0072\u0065\u006c":0x22b0,"\u0070\u0073\u0069":0x03c8,"p\u0073\u0069\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x0471,"\u0070s\u0069\u006c\u0069\u0070\u006e\u0065\u0075\u006d\u0061\u0074\u0061c\u0079\u0072\u0069\u006c\u006c\u0069\u0063\u0063\u006d\u0062":0x0486,"\u0070\u0073\u0073\u0071\u0075\u0061\u0072\u0065":0x33b0,"\u0070\u0075\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x3077,"\u0070\u0075\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30d7,"\u0070\u0075\u006c\u006c\u0062\u0061\u0063\u006b":0x27d3,"\u0070\u0075n\u0063\u0074\u0075a\u0074\u0069\u006f\u006e\u0073\u0070\u0061\u0063\u0065":0x2008,"\u0070u\u0073\u0068\u006f\u0075\u0074":0x27d4,"\u0070\u0076\u0073\u0071\u0075\u0061\u0072\u0065":0x33b4,"\u0070\u0077\u0073\u0071\u0075\u0061\u0072\u0065":0x33ba,"\u0071":0x0071,"\u0071\u0061\u0064\u0065\u0076\u0061":0x0958,"q\u0061\u0064\u006d\u0061\u0068\u0065\u0062\u0072\u0065\u0077":0x05a8,"\u0071\u0061\u0066\u0066\u0069\u006e\u0061\u006c\u0061r\u0061\u0062\u0069\u0063":0xfed6,"\u0071\u0061f\u0069\u006e\u0069t\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063":0xfed7,"q\u0061\u0066\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064":0xfed5,"\u0071a\u0066m\u0065\u0064\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063":0xfed8,"\u0071\u0061r\u006e\u0065\u0079p\u0061\u0072\u0061\u0068\u0065\u0062\u0072\u0065\u0077":0x059f,"\u0071b\u006f\u0070\u006f\u006d\u006f\u0066o":0x3111,"\u0071c\u0069\u0072\u0063\u006c\u0065":0x24e0,"\u0071\u0068\u006fo\u006b":0x02a0,"\u0071\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff51,"\u0071o\u0066\u0064\u0061\u0067\u0065\u0073h":0xfb47,"\u0071o\u0066q\u0075\u0062\u0075\u0074\u0073\u0068\u0065\u0062\u0072\u0065\u0077":0x05e7,"\u0071\u0070\u0061\u0072\u0065\u006e":0x24ac,"\u0071\u0070\u0072\u0069\u006d\u0065":0x2057,"q\u0075\u0061\u0072\u0074\u0065\u0072\u006e\u006f\u0074\u0065":0x2669,"\u0071\u0075b\u0075\u0074\u0073w\u0069\u0064\u0065\u0068\u0065\u0062\u0072\u0065\u0077":0x05bb,"\u0071u\u0065\u0073\u0074\u0065\u0071":0x225f,"\u0071\u0075\u0065\u0073\u0074\u0069\u006f\u006e":0x003f,"\u0071\u0075e\u0073\u0074\u0069o\u006e\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x055e,"\u0071\u0075\u0065s\u0074\u0069\u006f\u006e\u0064\u006f\u0077\u006e":0x00bf,"\u0071\u0075\u0065\u0073\u0074\u0069\u006f\u006e\u0064\u006f\u0077\u006es\u006d\u0061\u006c\u006c":0xf7bf,"\u0071\u0075\u0065\u0073\u0074\u0069\u006f\u006e\u0067\u0072\u0065\u0065\u006b":0x037e,"\u0071\u0075\u0065\u0073\u0074\u0069\u006f\u006e\u006d\u006f\u006e\u006fs\u0070\u0061\u0063\u0065":0xff1f,"\u0071\u0075\u0065\u0073\u0074\u0069\u006f\u006e\u0073\u006d\u0061\u006c\u006c":0xf73f,"\u0071\u0075\u006f\u0074\u0065\u0064\u0062\u006c":0x0022,"\u0071\u0075\u006ft\u0065\u0064\u0062\u006c\u0062\u0061\u0073\u0065":0x201e,"\u0071\u0075\u006ft\u0065\u0064\u0062\u006c\u006c\u0065\u0066\u0074":0x201c,"\u0071\u0075\u006f\u0074\u0065\u0064\u0062\u006c\u006d\u006f\u006e\u006fs\u0070\u0061\u0063\u0065":0xff02,"\u0071\u0075\u006f\u0074\u0065\u0064\u0062\u006c\u0070\u0072\u0069\u006d\u0065":0x301e,"q\u0075\u006f\u0074\u0065db\u006cp\u0072\u0069\u006d\u0065\u0072e\u0076\u0065\u0072\u0073\u0065\u0064":0x301d,"q\u0075\u006f\u0074\u0065\u0064\u0062\u006c\u0072\u0065\u0076":0x201f,"\u0071\u0075\u006f\u0074\u0065\u0064\u0062\u006c\u0072\u0069\u0067\u0068\u0074":0x201d,"\u0071u\u006f\u0074\u0065\u006c\u0065\u0066t":0x2018,"\u0071\u0075\u006ft\u0065\u006c\u0065\u0066\u0074\u006d\u006f\u0064":0x0244,"\u0071\u0075\u006f\u0074\u0065\u0072\u0065\u0076\u0065\u0072\u0073\u0065\u0064":0x201b,"\u0071\u0075\u006f\u0074\u0065\u0072\u0069\u0067\u0068\u0074":0x2019,"q\u0075\u006f\u0074\u0065\u0072\u0069\u0067\u0068\u0074\u006e":0x0149,"\u0071\u0075\u006f\u0074\u0065\u0073\u0069\u006e\u0067l\u0062\u0061\u0073\u0065":0x201a,"q\u0075\u006f\u0074\u0065\u0073\u0069\u006e\u0067\u006c\u0065":0x0027,"q\u0075o\u0074\u0065\u0073\u0069\u006e\u0067\u006c\u0065m\u006f\u006e\u006f\u0073pa\u0063\u0065":0xff07,"\u0072":0x0072,"\u0072\u0041\u006e\u0067\u006c\u0065":0x27eb,"\u0072\u0042\u0072\u0061\u0063\u0065":0x2984,"\u0072\u0050\u0061\u0072\u0065\u006e":0x2986,"\u0072\u0061\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x057c,"\u0072a\u0062\u0065\u006e\u0067\u0061\u006ci":0x09b0,"\u0072\u0061\u0063\u0075\u0074\u0065":0x0155,"\u0072\u0061\u0064\u0065\u0076\u0061":0x0930,"\u0072a\u0064\u0069\u0063\u0061\u006c":0x221a,"\u0072a\u0064\u0069\u0063\u0061\u006c\u0065x":0xf8e5,"\u0072\u0061\u0064\u006f\u0076\u0065\u0072\u0073\u0073q\u0075\u0061\u0072\u0065":0x33ae,"r\u0061\u0064\u006f\u0076er\u0073s\u0071\u0075\u0061\u0072\u0065d\u0073\u0071\u0075\u0061\u0072\u0065":0x33af,"\u0072a\u0064\u0073\u0071\u0075\u0061\u0072e":0x33ad,"\u0072\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069":0x0ab0,"\u0072\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a30,"\u0072\u0061\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x3089,"\u0072\u0061\u0069\u0073\u0065\u0064":0x024d,"\u0072\u0061\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30e9,"\u0072\u0061\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068":0xff97,"\u0072\u0061\u006c\u006fwe\u0072\u0064\u0069\u0061\u0067\u006f\u006e\u0061\u006c\u0062\u0065\u006e\u0067\u0061l\u0069":0x09f1,"\u0072\u0061\u006did\u0064\u006c\u0065\u0064\u0069\u0061\u0067\u006f\u006e\u0061\u006c\u0062\u0065\u006e\u0067\u0061\u006c\u0069":0x09f0,"\u0072\u0061\u006d\u0073\u0068\u006f\u0072\u006e":0x0264,"\u0072a\u006e\u0067\u006c\u0065\u0064\u006ft":0x2992,"r\u0061\u006e\u0067\u006ced\u006fw\u006e\u007a\u0069\u0067\u007aa\u0067\u0061\u0072\u0072\u006f\u0077":0x237c,"\u0072\u0061\u0074i\u006f":0x2236,"\u0072\u0061\u0079\u0061\u006c\u0065\u0066\u006c\u0061\u006d":0xe816,"\u0072\u0062\u0061\u0067":0x27c6,"\u0072\u0062\u006c\u006b\u0062\u0072\u0062\u0072\u0061\u006b":0x2998,"\u0072b\u006f\u0070\u006f\u006d\u006f\u0066o":0x3116,"\u0072\u0062\u0072\u0061\u0063\u0065\u006c\u0065\u006e\u0064":0x23ad,"\u0072b\u0072\u0061\u0063\u0065\u006d\u0069d":0x23ac,"\u0072\u0062\u0072\u0061\u0063\u0065\u0075\u0065\u006e\u0064":0x23ab,"\u0072\u0062\u0072\u0061\u0063\u006b\u0065\u0078\u0074e\u006e\u0064\u0065\u0072":0x23a5,"\u0072\u0062\u0072\u0061\u0063\u006b\u006c\u0065\u006e\u0064":0x23a6,"\u0072\u0062\u0072a\u0063\u006b\u006c\u0072\u0074\u0069\u0063\u006b":0x298e,"\u0072\u0062\u0072\u0061\u0063\u006b\u0075\u0062\u0061\u0072":0x298c,"\u0072\u0062\u0072\u0061\u0063\u006b\u0075\u0065\u006e\u0064":0x23a4,"\u0072\u0062\u0072a\u0063\u006b\u0075\u0072\u0074\u0069\u0063\u006b":0x2990,"\u0072b\u0072\u0062\u0072\u0061\u006b":0x2773,"\u0072\u0063\u0061\u0072\u006f\u006e":0x0159,"\u0072\u0063\u0065\u0064\u0069\u006c\u006c\u0061":0x0157,"\u0072c\u0065\u0064\u0069\u006c\u006c\u00611":0xf81f,"\u0072c\u0069\u0072\u0063\u006c\u0065":0x24e1,"r\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078":0xf832,"r\u0063\u0075\u0072\u0076\u0079\u0061\u006e\u0067\u006c\u0065":0x29fd,"\u0072d\u0062\u006c\u0067\u0072\u0061\u0076e":0x0211,"\u0072\u0064\u0069a\u0067\u006f\u0076\u0066\u0064\u0069\u0061\u0067":0x292b,"\u0072\u0064\u0069\u0061\u0067\u006f\u0076\u0073\u0065a\u0072\u0072\u006f\u0077":0x2930,"\u0072\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074":0x1e59,"\u0072d\u006f\u0074\u0062\u0065\u006c\u006fw":0x1e5b,"\u0072d\u006ft\u0062\u0065\u006c\u006f\u0077\u006d\u0061\u0063\u0072\u006f\u006e":0x1e5d,"r\u0065\u0063\u006f\u0072\u0064\u0072\u0069\u0067\u0068\u0074":0x2117,"\u0072\u0065\u0066\u0065\u0072\u0065\u006e\u0063\u0065\u006d\u0061\u0072\u006b":0x203b,"\u0072\u0065\u0066l\u0065\u0078\u0073\u0075\u0062\u0073\u0065\u0074":0x2286,"\u0072\u0065\u0066\u006c\u0065\u0078\u0073\u0075\u0070e\u0072\u0073\u0065\u0074":0x2287,"\u0072\u0065\u0067\u0069\u0073\u0074\u0065\u0072\u0065\u0064":0x00ae,"\u0072\u0065\u0067i\u0073\u0074\u0065\u0072\u0073\u0061\u006e\u0073":0xf8e8,"\u0072\u0065\u0067\u0069\u0073\u0074\u0065\u0072\u0073\u0065\u0072\u0069\u0066":0xf6da,"\u0072e\u0068\u0061\u0072\u0061\u0062\u0069c":0x0631,"r\u0065\u0068\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x0580,"\u0072\u0065\u0068\u0066\u0069\u006e\u0061\u006c\u0061r\u0061\u0062\u0069\u0063":0xfeae,"\u0072\u0065\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x308c,"r\u0065\u0068\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064":0xfead,"\u0072\u0065\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30ec,"\u0072\u0065\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068":0xff9a,"\u0072\u0065s\u0068\u0064\u0061g\u0065\u0073\u0068\u0068\u0065\u0062\u0072\u0065\u0077":0xfb48,"\u0072e\u0073\u0068\u0068\u0069\u0072\u0069q":0x05e8,"\u0072\u0065\u0073\u0070\u006f\u006e\u0073\u0065":0x211f,"\u0072\u0065\u0076\u0061\u006e\u0067\u006c\u0065":0x29a3,"\u0072\u0065\u0076a\u006e\u0067\u006c\u0065\u0075\u0062\u0061\u0072":0x29a5,"\u0072\u0065\u0076\u0061\u0073\u0079\u006d\u0070\u0074e\u0071\u0075\u0061\u006c":0x22cd,"r\u0065\u0076\u0065\u006d\u0070\u0074\u0079\u0073\u0065\u0074":0x29b0,"\u0072\u0065\u0076\u0065\u0072\u0073\u0065\u0064\u0074\u0069\u006c\u0064\u0065":0x223d,"\u0072e\u0076i\u0061\u006d\u0075\u0067\u0072a\u0073\u0068h\u0065\u0062\u0072\u0065\u0077":0x0597,"\u0072\u0065\u0076\u006c\u006f\u0067\u0069\u0063\u0061\u006c\u006e\u006f\u0074":0x2310,"\u0072e\u0076\u006e\u006d\u0069\u0064":0x2aee,"\u0072\u0066\u0062\u006f\u0077\u0074\u0069\u0065":0x29d2,"\u0072f\u0069\u0073\u0068\u0068\u006f\u006fk":0x027e,"\u0072\u0066\u0069\u0073\u0068\u0068\u006f\u006f\u006b\u0072\u0065\u0076e\u0072\u0073\u0065\u0064":0x027f,"\u0072f\u0074\u0069\u006d\u0065\u0073":0x29d5,"\u0072\u0068\u0061\u0062\u0065\u006e\u0067\u0061\u006c\u0069":0x09dd,"\u0072h\u0061\u0064\u0065\u0076\u0061":0x095d,"\u0072\u0068\u006f":0x03c1,"\u0072\u0068\u006fo\u006b":0x027d,"r\u0068\u006f\u006f\u006b\u0074\u0075\u0072\u006e\u0065\u0064":0x027b,"\u0072\u0068\u006f\u006fkt\u0075\u0072\u006e\u0065\u0064\u0073\u0075\u0070\u0065\u0072\u0069\u006f\u0072":0x02b5,"\u0072\u0068\u006f\u0073\u0079\u006d\u0062\u006f\u006cg\u0072\u0065\u0065\u006b":0x03f1,"\u0072\u0068\u006f\u0074\u0069\u0063\u0068\u006f\u006f\u006b\u006d\u006f\u0064":0x02de,"\u0072i\u0065u\u006c\u0061\u0063\u0069\u0072c\u006c\u0065k\u006f\u0072\u0065\u0061\u006e":0x3271,"\u0072\u0069\u0065\u0075\u006c\u0061\u0070\u0061\u0072\u0065\u006e\u006bo\u0072\u0065\u0061\u006e":0x3211,"\u0072\u0069\u0065\u0075\u006c\u0063\u0069\u0072\u0063\u006c\u0065\u006bo\u0072\u0065\u0061\u006e":0x3263,"\u0072\u0069e\u0075\u006c\u0068i\u0065\u0075\u0068\u006b\u006f\u0072\u0065\u0061\u006e":0x3140,"\u0072\u0069\u0065\u0075\u006c\u006b\u0069\u0079\u0065\u006f\u006b\u006bo\u0072\u0065\u0061\u006e":0x313a,"r\u0069\u0065\u0075\u006cki\u0079e\u006f\u006b\u0073\u0069\u006fs\u006b\u006f\u0072\u0065\u0061\u006e":0x3169,"r\u0069\u0065\u0075\u006c\u006b\u006f\u0072\u0065\u0061\u006e":0x3139,"\u0072\u0069e\u0075\u006c\u006di\u0065\u0075\u006d\u006b\u006f\u0072\u0065\u0061\u006e":0x313b,"\u0072i\u0065u\u006c\u0070\u0061\u006e\u0073i\u006f\u0073k\u006f\u0072\u0065\u0061\u006e":0x316c,"\u0072\u0069e\u0075\u006c\u0070a\u0072\u0065\u006e\u006b\u006f\u0072\u0065\u0061\u006e":0x3203,"\u0072i\u0065u\u006c\u0070\u0068\u0069\u0065u\u0070\u0068k\u006f\u0072\u0065\u0061\u006e":0x313f,"\u0072\u0069e\u0075\u006c\u0070i\u0065\u0075\u0070\u006b\u006f\u0072\u0065\u0061\u006e":0x313c,"r\u0069e\u0075\u006c\u0070\u0069\u0065\u0075\u0070\u0073i\u006f\u0073\u006b\u006fre\u0061\u006e":0x316b,"\u0072i\u0065u\u006c\u0073\u0069\u006f\u0073\u006b\u006f\u0072\u0065\u0061\u006e":0x313d,"\u0072i\u0065u\u006c\u0074\u0068\u0069\u0065u\u0074\u0068k\u006f\u0072\u0065\u0061\u006e":0x313e,"\u0072\u0069\u0065\u0075\u006c\u0074\u0069\u006b\u0065\u0075\u0074\u006bo\u0072\u0065\u0061\u006e":0x316a,"\u0072\u0069\u0065\u0075ly\u0065\u006f\u0072\u0069\u006e\u0068\u0069\u0065\u0075\u0068\u006b\u006f\u0072\u0065a\u006e":0x316d,"\u0072\u0069\u0067\u0068\u0074\u0061\u006e\u0067\u006ce\u006d\u0064\u006f\u0074":0x299d,"\u0072\u0069\u0067h\u0074\u0061\u006e\u0067\u006c\u0065\u006e\u0065":0x231d,"\u0072\u0069\u0067h\u0074\u0061\u006e\u0067\u006c\u0065\u006e\u0077":0x231c,"\u0072\u0069\u0067h\u0074\u0061\u006e\u0067\u006c\u0065\u0073\u0065":0x231f,"\u0072\u0069\u0067\u0068\u0074\u0061\u006e\u0067\u006c\u0065\u0073\u0071\u0072":0x299c,"\u0072\u0069\u0067h\u0074\u0061\u006e\u0067\u006c\u0065\u0073\u0077":0x231e,"\u0072\u0069g\u0068\u0074\u0061r\u0072\u006f\u0077\u0061\u0070\u0070\u0072\u006f\u0078":0x2975,"r\u0069g\u0068\u0074\u0061\u0072\u0072\u006f\u0077\u0062a\u0063\u006b\u0061\u0070pr\u006f\u0078":0x2b48,"\u0072i\u0067h\u0074\u0061\u0072\u0072\u006fw\u0062\u0073i\u006d\u0069\u006c\u0061\u0072":0x2b4c,"\u0072\u0069\u0067\u0068\u0074\u0061\u0072\u0072\u006f\u0077\u0064\u0069a\u006d\u006f\u006e\u0064":0x291e,"\u0072\u0069\u0067\u0068\u0074\u0061\u0072\u0072\u006f\u0077\u0067\u0074\u0072":0x2b43,"\u0072\u0069\u0067\u0068\u0074\u0061\u0072\u0072\u006f\u0077\u006f\u006eo\u0070\u006c\u0075\u0073":0x27f4,"\u0072\u0069\u0067\u0068\u0074\u0061\u0072\u0072\u006fw\u0070\u006c\u0075\u0073":0x2945,"\u0072i\u0067\u0068\u0074\u0061\u0072\u0072\u006f\u0077\u0073\u0068\u006fr\u0074\u006c\u0065\u0066\u0074\u0061\u0072\u0072\u006f\u0077":0x2942,"\u0072\u0069\u0067\u0068\u0074\u0061\u0072\u0072\u006f\u0077\u0073\u0069m\u0069\u006c\u0061\u0072":0x2974,"\u0072\u0069g\u0068\u0074\u0061r\u0072\u006f\u0077\u0073\u0075\u0070\u0073\u0065\u0074":0x2b44,"\u0072i\u0067h\u0074\u0061\u0072\u0072\u006fw\u0074\u0072i\u0061\u006e\u0067\u006c\u0065":0x21fe,"r\u0069\u0067\u0068\u0074\u0061\u0072\u0072\u006f\u0077\u0078":0x2947,"\u0072\u0069\u0067h\u0074\u0062\u006b\u0061\u0072\u0072\u006f\u0077":0x290d,"\u0072\u0069g\u0068\u0074\u0063u\u0072\u0076\u0065\u0064\u0061\u0072\u0072\u006f\u0077":0x2933,"\u0072\u0069\u0067h\u0074\u0064\u0062\u006c\u0074\u0061\u0069\u006c":0x291c,"\u0072\u0069\u0067\u0068\u0074\u0064\u006f\u0074\u0061\u0072\u0072\u006f\u0077":0x2911,"r\u0069g\u0068\u0074\u0064\u006f\u0077\u006e\u0063\u0075r\u0076\u0065\u0064\u0061rr\u006f\u0077":0x2937,"\u0072\u0069\u0067\u0068\u0074\u0066\u0069\u0073\u0068\u0074\u0061\u0069\u006c":0x297d,"\u0072i\u0067h\u0074\u0068\u0061\u0072\u0070o\u006f\u006ea\u0063\u0063\u0065\u006e\u0074":0x20d1,"\u0072\u0069\u0067\u0068th\u0061\u0072\u0070\u006f\u006f\u006e\u0064\u006f\u0077\u006e\u0062\u0061\u0072":0x2957,"\u0072\u0069\u0067\u0068th\u0061\u0072\u0070\u006f\u006f\u006e\u0073\u0075\u0070\u0064\u006f\u0077\u006e":0x2964,"\u0072\u0069\u0067\u0068\u0074\u0068\u0061\u0072\u0070\u006f\u006f\u006eu\u0070\u0062\u0061\u0072":0x2953,"\u0072i\u0067h\u0074\u0068\u0061\u0072\u0070o\u006f\u006eu\u0070\u0064\u0061\u0073\u0068":0x296c,"\u0072\u0069\u0067\u0068\u0074\u0069\u006d\u0070\u006c\u0079":0x2970,"r\u0069\u0067\u0068\u0074le\u0066t\u0068\u0061\u0072\u0070\u006fo\u006e\u0073\u0064\u006f\u0077\u006e":0x2969,"\u0072\u0069\u0067\u0068tl\u0065\u0066\u0074\u0068\u0061\u0072\u0070\u006f\u006f\u006e\u0073\u0075\u0070":0x2968,"\u0072i\u0067\u0068\u0074\u006d\u006f\u006fn":0x263d,"\u0072\u0069\u0067\u0068\u0074\u006f\u0075\u0074\u0065r\u006a\u006f\u0069\u006e":0x27d6,"\u0072\u0069\u0067\u0068\u0074\u0070\u0065\u006e\u0074\u0061\u0067\u006f\u006e":0x2b54,"\u0072i\u0067h\u0074\u0070\u0065\u006e\u0074a\u0067\u006fn\u0062\u006c\u0061\u0063\u006b":0x2b53,"\u0072\u0069g\u0068\u0074\u0072i\u0067\u0068\u0074\u0061\u0072\u0072\u006f\u0077\u0073":0x21c9,"\u0072\u0069\u0067\u0068\u0074\u0074\u0061\u0063\u006b\u0062\u0065\u006co\u0077\u0063\u006d\u0062":0x0319,"\u0072i\u0067\u0068\u0074\u0074\u0061\u0069l":0x291a,"\u0072\u0069g\u0068\u0074\u0074h\u0072\u0065\u0065\u0061\u0072\u0072\u006f\u0077\u0073":0x21f6,"\u0072\u0069\u0067\u0068\u0074\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065":0x22bf,"\u0072\u0069\u0067\u0068\u0074\u0077\u0061\u0076\u0065a\u0072\u0072\u006f\u0077":0x219d,"\u0072\u0069\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x308a,"\u0072\u0069\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30ea,"\u0072\u0069\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068":0xff98,"\u0072\u0069\u006e\u0067":0x02da,"\u0072\u0069\u006eg\u0031":0xf007,"\u0072\u0069\u006eg\u0062\u0065\u006c\u006f\u0077\u0063\u006d\u0062":0x0325,"\u0072i\u006e\u0067\u0063\u006d\u0062":0x030a,"\u0072\u0069\u006e\u0067\u0066\u0069\u0074\u0074\u0065\u0064":0xd80d,"\u0072\u0069\u006eg\u0068\u0061\u006c\u0066\u006c\u0065\u0066\u0074":0x02bf,"r\u0069n\u0067\u0068\u0061\u006c\u0066\u006c\u0065\u0066t\u0061\u0072\u006d\u0065ni\u0061\u006e":0x0559,"r\u0069n\u0067\u0068\u0061\u006c\u0066\u006c\u0065\u0066t\u0062\u0065\u006c\u006fwc\u006d\u0062":0x031c,"r\u0069n\u0067\u0068\u0061\u006c\u0066\u006c\u0065\u0066t\u0063\u0065\u006e\u0074er\u0065\u0064":0x02d3,"\u0072\u0069\u006e\u0067\u0068\u0061\u006c\u0066\u0072\u0069\u0067\u0068\u0074":0x02be,"r\u0069\u006e\u0067\u0068al\u0066r\u0069\u0067\u0068\u0074\u0062e\u006c\u006f\u0077\u0063\u006d\u0062":0x0339,"r\u0069\u006e\u0067\u0068al\u0066r\u0069\u0067\u0068\u0074\u0063e\u006e\u0074\u0065\u0072\u0065\u0064":0x02d2,"r\u0069\u006e\u0067\u0069\u006e\u0065\u0071\u0075\u0061\u006c":0x2256,"\u0072\u0069\u006e\u0067le\u0066\u0074\u0068\u0061\u006c\u0066\u0073\u0075\u0062\u006e\u006f\u0073\u0070":0x028f,"\u0072\u0069\u006e\u0067\u006c\u0065\u0066\u0074\u0068\u0061\u006c\u0066s\u0075\u0070\u0065\u0072":0x0248,"\u0072\u0069\u006e\u0067\u0070\u006c\u0075\u0073":0x2a22,"r\u0069n\u0067\u0072\u0069\u0067\u0068\u0074\u0068\u0061l\u0066\u0073\u0075\u0062no\u0073\u0070":0x02ac,"\u0072i\u006eg\u0072\u0069\u0067\u0068\u0074h\u0061\u006cf\u0073\u0075\u0070\u0065\u0072":0x0247,"\u0072\u0069\u006e\u0076\u0065\u0072\u0074\u0065\u0064b\u0072\u0065\u0076\u0065":0x0213,"\u0072\u0069\u0074\u0074\u006f\u0072\u0075\u0073\u0071\u0075\u0061\u0072\u0065":0x3351,"\u0072\u006c\u0065":0x202b,"\u0072\u006c\u0069\u006e\u0065\u0062\u0065\u006c\u006f\u0077":0x1e5f,"\u0072\u006c\u006f\u006e\u0067\u006c\u0065\u0067":0x027c,"\u0072\u006c\u006f\u006e\u0067\u006c\u0065\u0067\u0074u\u0072\u006e\u0065\u0064":0x027a,"\u0072\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff52,"\u0072\u006d\u006f\u0075\u0073\u0074\u0061\u0063\u0068\u0065":0x23b1,"\u0072\u006f\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x308d,"\u0072\u006f\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30ed,"\u0072\u006f\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068":0xff9b,"\u0072o\u0072\u0075\u0061\u0074\u0068\u0061i":0x0e23,"\u0072\u0070\u0061\u0072\u0065\u006e":0x24ad,"\u0072\u0070\u0061\u0072\u0065\u006e\u0065\u0078\u0074e\u006e\u0064\u0065\u0072":0x239f,"\u0072p\u0061\u0072\u0065\u006e\u0067\u0074r":0x2994,"\u0072\u0070\u0061\u0072\u0065\u006e\u006c\u0065\u006e\u0064":0x23a0,"\u0072\u0070\u0061\u0072\u0065\u006e\u0075\u0065\u006e\u0064":0x239e,"\u0072\u0070\u0070\u006f\u006c\u0069\u006e\u0074":0x2a12,"\u0072\u0072\u0061\u0062\u0065\u006e\u0067\u0061\u006c\u0069":0x09dc,"\u0072r\u0061\u0064\u0065\u0076\u0061":0x0931,"r\u0072\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a5c,"\u0072r\u0061\u006e\u0067\u006c\u0065":0x298a,"\u0072\u0072\u0065\u0068\u0061\u0072\u0061\u0062\u0069\u0063":0x0691,"\u0072r\u0065h\u0066\u0069\u006e\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063":0xfb8d,"\u0072\u0072\u0070\u0061\u0072\u0065\u006e\u0074\u0068\u0065\u0073\u0069\u0073":0x2988,"\u0072\u0072v\u006f\u0063\u0061l\u0069\u0063\u0062\u0065\u006e\u0067\u0061\u006c\u0069":0x09e0,"\u0072\u0072\u0076\u006f\u0063\u0061\u006c\u0069\u0063\u0064\u0065\u0076\u0061":0x0960,"\u0072\u0072\u0076\u006f\u0063\u0061\u006c\u0069\u0063\u0067\u0075\u006aa\u0072\u0061\u0074\u0069":0x0ae0,"\u0072r\u0076\u006f\u0063\u0061l\u0069\u0063\u0076\u006f\u0077e\u006cs\u0069g\u006e\u0062\u0065\u006e\u0067\u0061\u006ci":0x09c4,"\u0072\u0072\u0076\u006fca\u006c\u0069\u0063\u0076\u006f\u0077\u0065\u006c\u0073\u0069\u0067\u006e\u0064\u0065v\u0061":0x0944,"\u0072\u0072\u0076\u006f\u0063\u0061\u006c\u0069\u0063\u0076\u006fw\u0065\u006c\u0073\u0069\u0067\u006e\u0067\u0075\u006a\u0061r\u0061\u0074\u0069":0x0ac4,"\u0072s\u006f\u006c\u0062\u0061\u0072":0x29f7,"\u0072s\u0071\u0068\u006f\u006f\u006b":0x2ace,"\u0072\u0073\u0075\u0062":0x2a65,"\u0072\u0073\u0075\u0070\u0065\u0072":0x023c,"\u0072s\u0075\u0070\u0065\u0072\u0069\u006fr":0xf6f1,"\u0072t\u0062\u006c\u006f\u0063\u006b":0x2590,"\u0072\u0074\u0065\u0069\u0067\u0068\u0074\u0068\u0062\u006c\u006f\u0063\u006b":0x2595,"\u0072\u0074\u0072\u0069\u006c\u0074\u0072\u0069":0x29ce,"\u0072t\u0075\u0072\u006e\u0065\u0064":0x0279,"\u0072t\u0075r\u006e\u0065\u0064\u0073\u0075\u0070\u0065\u0072\u0069\u006f\u0072":0x02b4,"\u0072\u0074u\u0072\u006e\u0072t\u0068\u006f\u006f\u006b\u0073\u0075\u0070\u0065\u0072":0x023e,"\u0072\u0074\u0075\u0072\u006e\u0073\u0075\u0070\u0065\u0072":0x023d,"\u0072\u0075\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x308b,"\u0072\u0075\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30eb,"\u0072\u0075\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068":0xff99,"r\u0075\u006c\u0065\u0064\u0065\u006c\u0061\u0079\u0065\u0064":0x29f4,"\u0072\u0075\u0070e\u0065":0x20a8,"\u0072\u0075p\u0065\u0065\u006da\u0072\u006b\u0062\u0065\u006e\u0067\u0061\u006c\u0069":0x09f2,"\u0072\u0075p\u0065\u0065\u0073i\u0067\u006e\u0062\u0065\u006e\u0067\u0061\u006c\u0069":0x09f3,"\u0072\u0075\u0070\u0069\u0061\u0068":0xf6dd,"\u0072\u0075\u0074\u0068\u0061\u0069":0x0e24,"\u0072v\u0062\u006f\u0078\u006c\u0069\u006ee":0x23b9,"\u0072v\u006fc\u0061\u006c\u0069\u0063\u0062\u0065\u006e\u0067\u0061\u006c\u0069":0x098b,"\u0072\u0076\u006fc\u0061\u006c\u0069\u0063\u0064\u0065\u0076\u0061":0x090b,"\u0072\u0076o\u0063\u0061\u006ci\u0063\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069":0x0a8b,"\u0072v\u006f\u0063\u0061\u006c\u0069\u0063\u0076\u006f\u0077\u0065\u006cs\u0069\u0067\u006e\u0062\u0065\u006e\u0067\u0061\u006c\u0069":0x09c3,"r\u0076\u006f\u0063\u0061li\u0063v\u006f\u0077\u0065\u006c\u0073i\u0067\u006e\u0064\u0065\u0076\u0061":0x0943,"\u0072v\u006f\u0063\u0061\u006ci\u0063\u0076\u006f\u0077\u0065l\u0073i\u0067n\u0067\u0075\u006a\u0061\u0072\u0061\u0074i":0x0ac3,"\u0072\u0076\u007a\u0069\u0067\u007a\u0061\u0067":0x29d9,"\u0073":0x0073,"\u0073a\u0062\u0065\u006e\u0067\u0061\u006ci":0x09b8,"\u0073\u0061\u0063\u0075\u0074\u0065":0x015b,"\u0073a\u0063u\u0074\u0065\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074":0x1e65,"\u0073\u0061\u0064\u0065\u0076\u0061":0x0938,"\u0073\u0061\u0064\u0066\u0069\u006e\u0061\u006c\u0061r\u0061\u0062\u0069\u0063":0xfeba,"\u0073\u0061d\u0069\u006e\u0069t\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063":0xfebb,"s\u0061\u0064\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064":0xfeb9,"\u0073a\u0064m\u0065\u0064\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063":0xfebc,"\u0073\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069":0x0ab8,"\u0073\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a38,"\u0073\u0061\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x3055,"\u0073\u0061\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30b5,"\u0073\u0061\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068":0xff7b,"\u0073\u0061\u006cl\u0061\u006c\u006c\u0061h\u006f\u0075\u0061\u006c\u0061\u0079\u0068e\u0077\u0061\u0073\u0061\u006c\u006c\u0061\u006d\u0061\u0072\u0061\u0062\u0069\u0063":0xfdfa,"\u0073\u0061\u006d\u0065\u006b\u0068":0x05e1,"\u0073a\u006de\u006b\u0068\u0064\u0061\u0067e\u0073\u0068h\u0065\u0062\u0072\u0065\u0077":0xfb41,"\u0073\u0061\u006e\u0073\u004c\u006d\u0069\u0072\u0072\u006f\u0072\u0065\u0064":0x2143,"s\u0061\u006e\u0073\u004c\u0074\u0075\u0072\u006e\u0065\u0064":0x2142,"\u0073\u0061\u0072\u0061\u0061\u0061\u0074\u0068\u0061\u0069":0x0e32,"\u0073\u0061\u0072\u0061\u0061\u0065\u0074\u0068\u0061\u0069":0x0e41,"\u0073a\u0072a\u0061\u0069\u006d\u0061\u0069m\u0061\u006ca\u0069\u0074\u0068\u0061\u0069":0x0e44,"\u0073\u0061\u0072\u0061\u0061\u0069\u006d\u0061\u0069\u006d\u0075\u0061n\u0074\u0068\u0061\u0069":0x0e43,"\u0073\u0061\u0072\u0061\u0061\u006d\u0074\u0068\u0061\u0069":0x0e33,"\u0073a\u0072\u0061\u0061\u0074\u0068\u0061i":0x0e30,"\u0073a\u0072\u0061\u0065\u0074\u0068\u0061i":0x0e40,"\u0073\u0061\u0072\u0061\u0069\u0069\u006c\u0065\u0066t\u0074\u0068\u0061\u0069":0xf886,"\u0073\u0061\u0072\u0061\u0069\u0069\u0074\u0068\u0061\u0069":0x0e35,"\u0073\u0061\u0072\u0061\u0069\u006c\u0065\u0066\u0074\u0074\u0068\u0061\u0069":0xf885,"\u0073a\u0072\u0061\u0069\u0074\u0068\u0061i":0x0e34,"\u0073a\u0072\u0061\u006f\u0074\u0068\u0061i":0x0e42,"\u0073a\u0072a\u0075\u0065\u0065\u006c\u0065\u0066\u0074\u0074\u0068\u0061\u0069":0xf888,"s\u0061\u0072\u0061\u0075\u0065\u0065\u0074\u0068\u0061\u0069":0x0e37,"\u0073\u0061\u0072\u0061\u0075\u0065\u006c\u0065\u0066t\u0074\u0068\u0061\u0069":0xf887,"\u0073\u0061\u0072\u0061\u0075\u0065\u0074\u0068\u0061\u0069":0x0e36,"\u0073a\u0072\u0061\u0075\u0074\u0068\u0061i":0x0e38,"\u0073\u0061\u0072\u0061\u0075\u0075\u0074\u0068\u0061\u0069":0x0e39,"\u0073a\u0074\u0069\u0073\u0066\u0069\u0065s":0x22a8,"\u0073b\u006f\u0070\u006f\u006d\u006f\u0066o":0x3119,"\u0073\u0063\u0061\u0072\u006f\u006e":0x0161,"\u0073c\u0061r\u006f\u006e\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074":0x1e67,"\u0073\u0063\u0065\u0064\u0069\u006c\u006c\u0061":0x015f,"\u0073c\u0065\u0064\u0069\u006c\u006c\u00611":0xf817,"\u0073\u0063\u0068w\u0061":0x0259,"\u0073\u0063\u0068\u0077\u0061\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x04d9,"s\u0063\u0068\u0077\u0061di\u0065r\u0065\u0073\u0069\u0073\u0063y\u0072\u0069\u006c\u006c\u0069\u0063":0x04db,"\u0073c\u0068\u0077\u0061\u0068\u006f\u006fk":0x025a,"\u0073c\u0069\u0072\u0063\u006c\u0065":0x24e2,"s\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078":0x015d,"\u0073\u0063\u006fm\u006d\u0061\u0061\u0063\u0063\u0065\u006e\u0074":0x0219,"\u0073\u0063\u0070\u006f\u006c\u0069\u006e\u0074":0x2a13,"\u0073c\u0072\u0075\u0070\u006c\u0065":0x2108,"\u0073\u0063\u0075\u0072\u0065\u006c":0x22b1,"\u0073\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074":0x1e61,"\u0073d\u006f\u0074\u0062\u0065\u006c\u006fw":0x1e63,"\u0073d\u006ft\u0062\u0065\u006c\u006f\u0077d\u006f\u0074a\u0063\u0063\u0065\u006e\u0074":0x1e69,"\u0073e\u0061g\u0075\u006c\u006c\u0062\u0065\u006c\u006f\u0077\u0063\u006d\u0062":0x033c,"\u0073\u0065\u0061\u0067\u0075\u006c\u006c\u0073\u0075b\u006e\u006f\u0073\u0070":0x02af,"\u0073\u0065\u0063\u006f\u006e\u0064":0x2033,"\u0073\u0065\u0063\u006f\u006e\u0064\u0074\u006f\u006e\u0065\u0063\u0068i\u006e\u0065\u0073\u0065":0x02ca,"\u0073e\u0063\u0074\u0069\u006f\u006e":0x00a7,"\u0073e\u0065n\u0066\u0069\u006e\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063":0xfeb2,"\u0073\u0065\u0065\u006e\u0069\u006e\u0069\u0074\u0069\u0061\u006c\u0061r\u0061\u0062\u0069\u0063":0xfeb3,"\u0073\u0065\u0065n\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064":0xfeb1,"\u0073\u0065e\u006e\u006d\u0065d\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063":0xfeb4,"\u0073\u0065\u0065\u006ewi\u0074\u0068\u006d\u0065\u0065\u006d\u0069\u006e\u0069\u0074\u0069\u0061\u006c":0xfcb0,"s\u0065\u0067\u006f\u006c\u0068\u0065\u0062\u0072\u0065\u0077":0x05b6,"\u0073\u0065\u0067\u006f\u006c\u0074\u0061\u0068\u0065\u0062\u0072\u0065\u0077":0x0592,"s\u0065\u0068\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x057d,"\u0073\u0065\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x305b,"\u0073\u0065\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30bb,"\u0073\u0065\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068":0xff7e,"\u0073e\u006d\u0069\u0063\u006f\u006c\u006fn":0x003b,"\u0073e\u006di\u0063\u006f\u006c\u006f\u006em\u006f\u006eo\u0073\u0070\u0061\u0063\u0065":0xff1b,"\u0073\u0065\u006d\u0069\u0063\u006f\u006c\u006f\u006es\u006d\u0061\u006c\u006c":0xfe54,"\u0073e\u006di\u0076\u006f\u0069\u0063\u0065d\u006d\u0061r\u006b\u006b\u0061\u006e\u0061":0x309c,"s\u0065\u006d\u0069\u0076\u006f\u0069c\u0065\u0064\u006d\u0061\u0072\u006b\u006b\u0061\u006ea\u0068\u0061\u006cf\u0077i\u0064\u0074\u0068":0xff9f,"s\u0065\u006e\u0074\u0069\u0073\u0071\u0075\u0061\u0072\u0065":0x3322,"s\u0065\u006e\u0074\u006f\u0073\u0071\u0075\u0061\u0072\u0065":0x3323,"s\u0065\u006f\u0076\u006e\u0065\u0061\u0072\u0072\u006f\u0077":0x292d,"s\u0065\u0072\u0076\u0069\u0063\u0065\u006d\u0061\u0072\u006b":0x2120,"\u0073\u0065\u0074\u006d\u0069\u006e\u0075\u0073":0x29f5,"\u0073\u0065\u0076e\u006e":0x0037,"\u0073\u0065\u0076e\u006e\u0062\u0065\u006e\u0067\u0061\u006c\u0069":0x09ed,"\u0073e\u0076\u0065\u006e\u0064\u0065\u0076a":0x096d,"\u0073\u0065\u0076e\u006e\u0065\u0069\u0067\u0068\u0074\u0068\u0073":0x215e,"\u0073\u0065\u0076\u0065\u006e\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069":0x0aed,"\u0073\u0065\u0076\u0065\u006e\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a6d,"\u0073\u0065\u0076\u0065\u006e\u0068\u0061\u006e\u0067\u007a\u0068\u006f\u0075":0x3027,"s\u0065\u0076\u0065\u006eid\u0065o\u0067\u0072\u0061\u0070\u0068i\u0063\u0070\u0061\u0072\u0065\u006e":0x3226,"\u0073\u0065\u0076\u0065\u006e\u0069\u006e\u0066\u0065\u0072\u0069\u006f\u0072":0x2087,"\u0073\u0065\u0076\u0065\u006e\u006d\u006f\u006e\u006fs\u0070\u0061\u0063\u0065":0xff17,"\u0073\u0065\u0076\u0065\u006e\u006f\u006c\u0064\u0073\u0074\u0079\u006c\u0065":0xf737,"\u0073\u0065\u0076\u0065\u006e\u0070\u0061\u0072\u0065\u006e":0x247a,"s\u0065\u0076\u0065\u006e\u0070\u0065\u0072\u0069\u006f\u0064":0x248e,"\u0073\u0065\u0076e\u006e\u0070\u0065\u0072\u0073\u0069\u0061\u006e":0x06f7,"\u0073\u0065\u0076\u0065\u006e\u0072\u006f\u006d\u0061\u006e":0x2176,"\u0073\u0065\u0076\u0065\u006e\u0073\u0075\u0070\u0065\u0072\u0069\u006f\u0072":0x2077,"\u0073e\u0076e\u006e\u0074\u0065\u0065\u006e\u0063\u0069\u0072\u0063\u006c\u0065":0x2470,"\u0073\u0065\u0076\u0065\u006e\u0074\u0065\u0065\u006ep\u0061\u0072\u0065\u006e":0x2484,"\u0073e\u0076e\u006e\u0074\u0065\u0065\u006e\u0070\u0065\u0072\u0069\u006f\u0064":0x2498,"\u0073e\u0076\u0065\u006e\u0074\u0068\u0061i":0x0e57,"s\u0068\u0061\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x0577,"\u0073\u0068\u0061\u0062\u0065\u006e\u0067\u0061\u006c\u0069":0x09b6,"\u0073\u0068\u0061d\u0064\u0061\u0061\u0072\u0061\u0062\u0069\u0063":0x0651,"\u0073\u0068\u0061\u0064\u0064\u0061\u0064\u0061\u006d\u006d\u0061\u0061r\u0061\u0062\u0069\u0063":0xfc61,"s\u0068a\u0064\u0064\u0061\u0064\u0061\u006d\u006d\u0061t\u0061\u006e\u0061\u0072ab\u0069\u0063":0xfc5e,"\u0073\u0068\u0061\u0064\u0064\u0061\u0066\u0061\u0074\u0068\u0061\u0061r\u0061\u0062\u0069\u0063":0xfc60,"\u0073\u0068a\u0064\u0064\u0061h\u006f\u006e\u0074\u0061\u0074\u0077\u0065\u0065\u006c":0xfe7d,"\u0073\u0068\u0061\u0064\u0064\u0061\u0069\u0073\u006fl\u0061\u0074\u0065\u0064":0xfe7c,"\u0073\u0068\u0061\u0064\u0064\u0061\u006b\u0061\u0073\u0072\u0061\u0061r\u0061\u0062\u0069\u0063":0xfc62,"s\u0068a\u0064\u0064\u0061\u006b\u0061\u0073\u0072\u0061t\u0061\u006e\u0061\u0072ab\u0069\u0063":0xfc5f,"\u0073h\u0061\u0064\u0064\u0061\u006c\u006fw":0xe825,"\u0073\u0068\u0061\u0064\u0064\u0061\u0077\u0069\u0074\u0068\u0064a\u006d\u006d\u0061\u0069\u0073\u006f\u006c\u0061\u0074\u0065d\u006c\u006f\u0077":0xe829,"s\u0068\u0061\u0064\u0064aw\u0069t\u0068\u0064\u0061\u006d\u006da\u006d\u0065\u0064\u0069\u0061\u006c":0xfcf3,"\u0073\u0068a\u0064\u0064\u0061\u0077\u0069\u0074\u0068\u0064\u0061\u006d\u006d\u0061\u0074\u0061\u006e\u0069\u0073\u006f\u006c\u0061\u0074\u0065dl\u006f\u0077":0xe82b,"\u0073h\u0061d\u0064\u0061\u0077\u0069\u0074h\u0066\u0061t\u0068\u0061\u006c\u006f\u0077":0xe828,"s\u0068\u0061\u0064\u0064aw\u0069t\u0068\u0066\u0061\u0074\u0068a\u006d\u0065\u0064\u0069\u0061\u006c":0xfcf2,"\u0073\u0068\u0061\u0064\u0064\u0061\u0077\u0069\u0074\u0068\u0066a\u0074\u0068\u0061\u0074\u0061\u006e\u0069\u0073\u006f\u006ca\u0074\u0065\u0064":0xe818,"s\u0068\u0061\u0064\u0064aw\u0069t\u0068\u0066\u0061\u0074\u0068a\u0074\u0061\u006e\u006c\u006f\u0077":0xe82a,"\u0073\u0068\u0061\u0064\u0064\u0061\u0077\u0069\u0074\u0068\u006ba\u0073\u0072\u0061\u0069\u0073\u006f\u006c\u0061\u0074\u0065d\u006c\u006f\u0077":0xe82c,"s\u0068\u0061\u0064\u0064aw\u0069t\u0068\u006b\u0061\u0073\u0072a\u006d\u0065\u0064\u0069\u0061\u006c":0xfcf4,"\u0073\u0068a\u0064\u0064\u0061\u0077\u0069\u0074\u0068\u006b\u0061\u0073\u0072\u0061\u0074\u0061\u006e\u0069\u0073\u006f\u006c\u0061\u0074\u0065dl\u006f\u0077":0xe82d,"\u0073\u0068\u0061d\u0065":0x2592,"\u0073\u0068\u0061\u0064\u0065\u0031":0xf822,"\u0073\u0068\u0061\u0064\u0065\u006c\u0069\u0067\u0068\u0074":0x2591,"\u0073h\u0061\u0064\u0065\u0076\u0061":0x0936,"s\u0068\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069":0x0ab6,"s\u0068\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a36,"\u0073\u0068a\u006c\u0073\u0068e\u006c\u0065\u0074\u0068\u0065\u0062\u0072\u0065\u0077":0x0593,"\u0073\u0068\u0062\u006f\u0070\u006f\u006d\u006f\u0066\u006f":0x3115,"\u0073\u0068e\u0065\u006e\u0066i\u006e\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063":0xfeb6,"\u0073h\u0065e\u006e\u0069\u006e\u0069\u0074i\u0061\u006ca\u0072\u0061\u0062\u0069\u0063":0xfeb7,"\u0073\u0068\u0065\u0065\u006e\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064":0xfeb5,"\u0073\u0068\u0065\u0065\u006e\u006d\u0065\u0064\u0069\u0061\u006c\u0061r\u0061\u0062\u0069\u0063":0xfeb8,"s\u0068e\u0065\u006e\u0077\u0069\u0074\u0068\u006d\u0065e\u006d\u0069\u006e\u0069ti\u0061\u006c":0xfd30,"\u0073\u0068\u0065\u0069\u0063\u006f\u0070\u0074\u0069\u0063":0x03e3,"\u0073\u0068\u0068a\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x04bb,"\u0073h\u0069\u0066\u0074\u006c\u0065\u0066t":0x21b0,"\u0073\u0068\u0069\u0066\u0074\u0072\u0069\u0067\u0068\u0074":0x21b1,"s\u0068\u0069\u006d\u0061\u0063\u006f\u0070\u0074\u0069\u0063":0x03ed,"\u0073\u0068\u0069\u006e":0x05e9,"\u0073\u0068\u0069\u006e\u0064\u0061\u0067\u0065\u0073\u0068":0xfb49,"\u0073\u0068\u0069\u006e\u0064\u0061\u0067\u0065\u0073\u0068\u0073\u0068i\u006e\u0064\u006f\u0074":0xfb2c,"\u0073\u0068\u0069\u006eda\u0067\u0065\u0073\u0068\u0073\u0069\u006e\u0064\u006f\u0074\u0068\u0065\u0062\u0072e\u0077":0xfb2d,"\u0073\u0068\u0069\u006e\u0064\u006f\u0074\u0068\u0065\u0062\u0072\u0065\u0077":0x05c1,"s\u0068\u0069\u006e\u0073\u0068\u0069\u006e\u0064\u006f\u0074":0xfb2a,"\u0073\u0068\u006fo\u006b":0x0282,"\u0073\u0068\u006f\u0072\u0074\u0064\u006f\u0077\u006e\u0074\u0061\u0063\u006b":0x2adf,"\u0073\u0068\u006f\u0072\u0074\u006c\u0065\u0066\u0074\u0074\u0061\u0063\u006b":0x2ade,"\u0073h\u006f\u0072\u0074\u0072\u0069\u0067\u0068\u0074\u0061\u0072\u0072o\u0077\u006c\u0065\u0066\u0074\u0061\u0072\u0072\u006f\u0077":0x2944,"s\u0068\u006f\u0072\u0074\u0075\u0070\u0074\u0061\u0063\u006b":0x2ae0,"\u0073h\u0075\u0066\u0066\u006c\u0065":0x29e2,"\u0073\u0069\u0067m\u0061":0x03c3,"\u0073\u0069\u0067\u006d\u0061\u0031":0x03c2,"\u0073\u0069\u0067\u006dal\u0075\u006e\u0061\u0074\u0065\u0073\u0079\u006d\u0062\u006f\u006c\u0067\u0072\u0065e\u006b":0x03f2,"\u0073\u0069\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x3057,"\u0073\u0069\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30b7,"\u0073\u0069\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068":0xff7c,"\u0073i\u006cu\u0071\u006c\u0065\u0066\u0074\u0068\u0065\u0062\u0072\u0065\u0077":0x05bd,"\u0073\u0069\u006dg\u0045":0x2aa0,"\u0073\u0069\u006d\u0067\u0074\u0072":0x2a9e,"\u0073i\u006d\u0069\u006c\u0061\u0072":0x223c,"\u0073\u0069m\u0069\u006c\u0061r\u006c\u0065\u0066\u0074\u0061\u0072\u0072\u006f\u0077":0x2b49,"\u0073\u0069\u006d\u0069\u006c\u0061\u0072\u0072\u0069\u0067\u0068\u0074a\u0072\u0072\u006f\u0077":0x2972,"\u0073\u0069\u006dl\u0045":0x2a9f,"\u0073i\u006d\u006c\u0065\u0073\u0073":0x2a9d,"s\u0069\u006d\u006d\u0069\u006e\u0075\u0073\u0073\u0069\u006d":0x2a6c,"\u0073i\u006d\u006e\u0065\u0071\u0071":0x2246,"\u0073i\u006d\u0070\u006c\u0075\u0073":0x2a24,"\u0073\u0069\u006d\u0072\u0064\u006f\u0074\u0073":0x2a6b,"\u0073\u0069\u006e\u0065\u0077\u0061\u0076\u0065":0x223f,"\u0073\u0069\u006f\u0073\u0061\u0063\u0069\u0072\u0063\u006c\u0065\u006bo\u0072\u0065\u0061\u006e":0x3274,"\u0073\u0069o\u0073\u0061\u0070a\u0072\u0065\u006e\u006b\u006f\u0072\u0065\u0061\u006e":0x3214,"\u0073i\u006fs\u0063\u0069\u0065\u0075\u0063\u006b\u006f\u0072\u0065\u0061\u006e":0x317e,"\u0073\u0069o\u0073\u0063\u0069r\u0063\u006c\u0065\u006b\u006f\u0072\u0065\u0061\u006e":0x3266,"\u0073\u0069o\u0073\u006b\u0069y\u0065\u006f\u006b\u006b\u006f\u0072\u0065\u0061\u006e":0x317a,"\u0073\u0069\u006f\u0073\u006b\u006f\u0072\u0065\u0061\u006e":0x3145,"\u0073i\u006fs\u006e\u0069\u0065\u0075\u006e\u006b\u006f\u0072\u0065\u0061\u006e":0x317b,"\u0073i\u006fs\u0070\u0061\u0072\u0065\u006e\u006b\u006f\u0072\u0065\u0061\u006e":0x3206,"\u0073i\u006fs\u0070\u0069\u0065\u0075\u0070\u006b\u006f\u0072\u0065\u0061\u006e":0x317d,"\u0073\u0069o\u0073\u0074\u0069k\u0065\u0075\u0074\u006b\u006f\u0072\u0065\u0061\u006e":0x317c,"\u0073\u0069\u0078":0x0036,"\u0073\u0069\u0078\u0062\u0065\u006e\u0067\u0061\u006c\u0069":0x09ec,"\u0073i\u0078\u0064\u0065\u0076\u0061":0x096c,"s\u0069\u0078\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069":0x0aec,"s\u0069\u0078\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a6c,"s\u0069\u0078\u0068\u0061\u006e\u0067\u007a\u0068\u006f\u0075":0x3026,"\u0073\u0069\u0078\u0069de\u006f\u0067\u0072\u0061\u0070\u0068\u0069\u0063\u0070\u0061\u0072\u0065\u006e":0x3225,"s\u0069\u0078\u0069\u006e\u0066\u0065\u0072\u0069\u006f\u0072":0x2086,"\u0073\u0069\u0078m\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff16,"s\u0069\u0078\u006f\u006c\u0064\u0073\u0074\u0079\u006c\u0065":0xf736,"\u0073\u0069\u0078\u0070\u0061\u0072\u0065\u006e":0x2479,"\u0073\u0069\u0078\u0070\u0065\u0072\u0065\u006d\u0073\u0070\u0061\u0063\u0065":0x2006,"\u0073i\u0078\u0070\u0065\u0072\u0069\u006fd":0x248d,"\u0073\u0069\u0078\u0070\u0065\u0072\u0073\u0069\u0061\u006e":0x06f6,"\u0073\u0069\u0078\u0072\u006f\u006d\u0061\u006e":0x2175,"s\u0069\u0078\u0073\u0075\u0070\u0065\u0072\u0069\u006f\u0072":0x2076,"\u0073\u0069\u0078\u0074\u0065\u0065\u006e\u0063\u0069\u0072\u0063\u006c\u0065":0x246f,"\u0073\u0069\u0078\u0074\u0065\u0065n\u0063\u0075\u0072\u0072\u0065\u006e\u0063\u0079\u0064\u0065\u006e\u006f\u006di\u006e\u0061\u0074\u006f\u0072\u0062\u0065n\u0067\u0061\u006c\u0069":0x09f9,"\u0073\u0069\u0078t\u0065\u0065\u006e\u0070\u0061\u0072\u0065\u006e":0x2483,"\u0073\u0069\u0078\u0074\u0065\u0065\u006e\u0070\u0065\u0072\u0069\u006f\u0064":0x2497,"\u0073i\u0078\u0074\u0068\u0061\u0069":0x0e56,"\u0073\u006c\u0061s\u0068":0x002f,"\u0073\u006c\u0061\u0073\u0068\u006c\u006f\u006e\u0067\u006e\u006f\u0073\u0070":0x02ab,"\u0073\u006c\u0061\u0073\u0068\u006d\u006f\u006e\u006fs\u0070\u0061\u0063\u0065":0xff0f,"\u0073\u006c\u0061\u0073\u0068\u0073\u0068\u006f\u0072t\u006e\u006f\u0073\u0070":0x02aa,"\u0073\u006c\u006f\u006e\u0067\u0064\u006f\u0074\u0061c\u0063\u0065\u006e\u0074":0x1e9b,"\u0073l\u0075\u0072\u0061\u0062\u006f\u0076e":0x2322,"\u0073\u006d\u0061\u006clb\u006c\u0061\u0063\u006b\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065\u006c\u0065f\u0074":0x25c2,"\u0073\u006d\u0061ll\u0062\u006c\u0061\u0063\u006b\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065\u0072\u0069\u0067\u0068\u0074":0x25b8,"\u0073\u006d\u0061\u006c\u006c\u0068\u0069\u0067\u0068m\u0061\u0064\u0064\u0061":0x06e4,"\u0073m\u0061\u006c\u006c\u0069\u006e":0x220a,"\u0073m\u0061\u006c\u006c\u006e\u0069":0x220d,"\u0073\u006d\u0061\u0073\u0068\u0074\u0069\u006d\u0065\u0073":0x2a33,"\u0073\u006d\u0062l\u006b\u0064\u0069\u0061\u006d\u006f\u006e\u0064":0x2b29,"\u0073\u006d\u0062l\u006b\u006c\u006f\u007a\u0065\u006e\u0067\u0065":0x2b2a,"\u0073\u006d\u0065\u0070\u0061\u0072\u0073\u006c":0x29e4,"\u0073\u006d\u0069l\u0065":0x2323,"\u0073m\u0069\u006c\u0065\u0066\u0061\u0063e":0x263a,"\u0073\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff53,"\u0073\u006d\u0074":0x2aaa,"\u0073\u006d\u0074\u0065":0x2aac,"s\u006d\u0077\u0068\u0069\u0074\u0065\u0073\u0074\u0061\u0072":0x2b52,"\u0073\u006d\u0077h\u0074\u006c\u006f\u007a\u0065\u006e\u0067\u0065":0x2b2b,"\u0073\u006f\u0066\u0070\u0061\u0073\u0075\u0071\u0068e\u0062\u0072\u0065\u0077":0x05c3,"\u0073\u006f\u0066\u0074\u0068\u0079\u0070\u0068\u0065\u006e":0x00ad,"\u0073\u006ff\u0074\u0073\u0069g\u006e\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x044c,"\u0073\u006f\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x305d,"\u0073\u006f\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30bd,"\u0073\u006f\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068":0xff7f,"s\u006f\u006c\u0069\u0064us\u006co\u006e\u0067\u006f\u0076\u0065r\u006c\u0061\u0079\u0063\u006d\u0062":0x0338,"\u0073\u006f\u006c\u0069du\u0073\u0073\u0068\u006f\u0072\u0074\u006f\u0076\u0065\u0072\u006c\u0061\u0079\u0063m\u0062":0x0337,"\u0073\u006f\u0072\u0075\u0073\u0069\u0074\u0068\u0061\u0069":0x0e29,"\u0073\u006f\u0073\u0061\u006c\u0061\u0074\u0068\u0061\u0069":0x0e28,"\u0073\u006f\u0073\u006f\u0074\u0068\u0061\u0069":0x0e0b,"\u0073o\u0073\u0075\u0061\u0074\u0068\u0061i":0x0e2a,"\u0073\u0070\u0061c\u0065":0x0020,"\u0073\u0070\u0061d\u0065":0x2660,"\u0073\u0070\u0061\u0064\u0065\u0073\u0075\u0069\u0074w\u0068\u0069\u0074\u0065":0x2664,"\u0073\u0070\u0061\u0072\u0065\u006e":0x24ae,"\u0073\u0070\u0068\u0065\u0072\u0069\u0063\u0061\u006ca\u006e\u0067\u006c\u0065":0x2222,"\u0073\u0070h\u0065\u0072\u0069c\u0061\u006c\u0061\u006e\u0067\u006c\u0065\u0075\u0070":0x29a1,"\u0073\u0071\u0069n\u0074":0x2a16,"\u0073q\u006c\u006f\u007a\u0065\u006e\u0067e":0x2311,"\u0073\u0071\u0072\u0074\u0062\u006f\u0074\u0074\u006f\u006d":0x23b7,"s\u0071\u0073\u0075\u0062\u0073\u0065\u0074\u006e\u0065\u0071":0x22e4,"s\u0071\u0073\u0075\u0070\u0073\u0065\u0074\u006e\u0065\u0071":0x22e5,"\u0073\u0071\u0075\u0061\u0072\u0065\u0062\u0065\u006co\u0077\u0063\u006d\u0062":0x033b,"\u0073\u0071\u0075\u0061\u0072\u0065\u0062\u006f\u0074b\u006c\u0061\u0063\u006b":0x2b13,"\u0073\u0071\u0075\u0061\u0072\u0065\u0063\u0063":0x33c4,"\u0073\u0071\u0075\u0061\u0072\u0065\u0063\u006d":0x339d,"\u0073\u0071\u0075\u0061r\u0065\u0064\u0069\u0061\u0067\u006f\u006e\u0061\u006c\u0063r\u006fs\u0073\u0068\u0061\u0074\u0063\u0068\u0066i\u006c\u006c":0x25a9,"\u0073q\u0075\u0061\u0072\u0065\u0064\u006ft":0x22a1,"s\u0071u\u0061\u0072\u0065\u0068\u006f\u0072\u0069\u007ao\u006e\u0074\u0061\u006cfi\u006c\u006c":0x25a4,"s\u0071\u0075\u0061\u0072\u0065\u0069\u006d\u0061\u0067\u0065":0x228f,"\u0073\u0071\u0075\u0061\u0072\u0065\u006b\u0067":0x338f,"\u0073\u0071\u0075\u0061\u0072\u0065\u006b\u006d":0x339e,"\u0073q\u0075a\u0072\u0065\u006b\u006d\u0063\u0061\u0070\u0069\u0074\u0061\u006c":0x33ce,"\u0073q\u0075a\u0072\u0065\u006c\u0065\u0066\u0074\u0062\u006c\u0061\u0063\u006b":0x25e7,"\u0073\u0071\u0075\u0061\u0072\u0065\u006c\u006c\u0062\u006c\u0061\u0063\u006b":0x2b15,"\u0073\u0071\u0075a\u0072\u0065\u006c\u006c\u0071\u0075\u0061\u0064":0x25f1,"\u0073\u0071\u0075\u0061\u0072\u0065\u006c\u006e":0x33d1,"\u0073q\u0075\u0061\u0072\u0065\u006c\u006fg":0x33d2,"\u0073\u0071\u0075\u0061\u0072\u0065\u006c\u0072\u0062\u006c\u0061\u0063\u006b":0x25ea,"\u0073\u0071\u0075a\u0072\u0065\u006c\u0072\u0071\u0075\u0061\u0064":0x25f2,"\u0073\u0071\u0075\u0061\u0072\u0065\u006d\u0067":0x338e,"\u0073q\u0075\u0061\u0072\u0065\u006d\u0069l":0x33d5,"s\u0071\u0075\u0061\u0072\u0065\u006d\u0069\u006e\u0075\u0073":0x229f,"\u0073\u0071\u0075\u0061\u0072\u0065\u006d\u006d":0x339c,"\u0073\u0071\u0075\u0061\u0072\u0065\u006d\u0073\u0071u\u0061\u0072\u0065\u0064":0x33a1,"\u0073\u0071\u0075\u0061\u0072\u0065\u006d\u0075\u006ct\u0069\u0070\u006c\u0079":0x22a0,"\u0073\u0071\u0075\u0061\u0072\u0065\u006f\u0072\u0069g\u0069\u006e\u0061\u006c":0x2290,"\u0073\u0071\u0075\u0061\u0072\u0065\u006f\u0072\u0074\u0068o\u0067\u006f\u006e\u0061\u006c\u0063\u0072o\u0073\u0073\u0068\u0061\u0074\u0063\u0068\u0066\u0069\u006c\u006c":0x25a6,"\u0073\u0071\u0075\u0061\u0072\u0065\u0070\u006c\u0075\u0073":0x229e,"\u0073\u0071u\u0061\u0072\u0065r\u0069\u0067\u0068\u0074\u0062\u006c\u0061\u0063\u006b":0x25e8,"\u0073\u0071\u0075\u0061\u0072\u0065\u0073\u0075\u0062\u006e\u006f\u0073\u0070":0x02ae,"\u0073\u0071\u0075\u0061\u0072\u0065\u0074\u006f\u0070b\u006c\u0061\u0063\u006b":0x2b12,"\u0073\u0071\u0075\u0061\u0072\u0065\u0075\u006c\u0062\u006c\u0061\u0063\u006b":0x25e9,"\u0073\u0071\u0075a\u0072\u0065\u0075\u006c\u0071\u0075\u0061\u0064":0x25f0,"\u0073\u0071\u0075a\u0072\u0065\u0075\u0070p\u0065\u0072\u006c\u0065\u0066\u0074\u0074o\u006c\u006f\u0077\u0065\u0072\u0072\u0069\u0067\u0068\u0074\u0066\u0069\u006c\u006c":0x25a7,"\u0073\u0071\u0075a\u0072\u0065\u0075\u0070p\u0065\u0072\u0072\u0069\u0067\u0068\u0074t\u006f\u006c\u006f\u0077\u0065\u0072\u006c\u0065\u0066\u0074\u0066\u0069\u006c\u006c":0x25a8,"\u0073\u0071\u0075\u0061\u0072\u0065\u0075\u0072\u0062\u006c\u0061\u0063\u006b":0x2b14,"\u0073\u0071\u0075a\u0072\u0065\u0075\u0072\u0071\u0075\u0061\u0064":0x25f3,"\u0073q\u0075a\u0072\u0065\u0076\u0065\u0072t\u0069\u0063a\u006c\u0066\u0069\u006c\u006c":0x25a5,"\u0073q\u0075\u0061\u0072\u0065w\u0068\u0069\u0074\u0065\u0077i\u0074h\u0073m\u0061\u006c\u006c\u0062\u006c\u0061\u0063k":0x25a3,"\u0073\u0071\u0075\u0069\u0067\u0067\u006c\u0065\u006c\u0065\u0066\u0074r\u0069\u0067\u0068\u0074":0x21ad,"\u0073\u0071\u0075\u0069\u0067\u0067\u006c\u0065\u0072\u0069\u0067\u0068\u0074":0x21dd,"\u0073q\u0075\u006f\u0076\u0061\u006c":0x25a2,"\u0073\u0072\u0073\u0071\u0075\u0061\u0072\u0065":0x33db,"\u0073\u0073\u0061\u0062\u0065\u006e\u0067\u0061\u006c\u0069":0x09b7,"\u0073s\u0061\u0064\u0065\u0076\u0061":0x0937,"s\u0073\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069":0x0ab7,"\u0073\u0073a\u006e\u0067\u0063i\u0065\u0075\u0063\u006b\u006f\u0072\u0065\u0061\u006e":0x3149,"\u0073\u0073a\u006e\u0067\u0068i\u0065\u0075\u0068\u006b\u006f\u0072\u0065\u0061\u006e":0x3185,"\u0073\u0073a\u006e\u0067\u0069e\u0075\u006e\u0067\u006b\u006f\u0072\u0065\u0061\u006e":0x3180,"\u0073\u0073\u0061\u006e\u0067\u006b\u0069\u0079\u0065\u006f\u006b\u006bo\u0072\u0065\u0061\u006e":0x3132,"\u0073\u0073a\u006e\u0067\u006ei\u0065\u0075\u006e\u006b\u006f\u0072\u0065\u0061\u006e":0x3165,"\u0073\u0073a\u006e\u0067\u0070i\u0065\u0075\u0070\u006b\u006f\u0072\u0065\u0061\u006e":0x3143,"\u0073s\u0061n\u0067\u0073\u0069\u006f\u0073\u006b\u006f\u0072\u0065\u0061\u006e":0x3146,"\u0073\u0073\u0061\u006e\u0067\u0074\u0069\u006b\u0065\u0075\u0074\u006bo\u0072\u0065\u0061\u006e":0x3138,"\u0073\u0073\u006c\u0061\u0073\u0068":0x2afd,"\u0073s\u0075\u0070\u0065\u0072\u0069\u006fr":0xf6f2,"\u0073\u0074":0xfb06,"\u0073\u0074\u0061\u0072":0x22c6,"\u0073\u0074\u0061\u0072\u0065\u0071":0x225b,"\u0073\u0074\u0065\u0072\u006c\u0069\u006e\u0067":0x00a3,"\u0073\u0074\u0065\u0072\u006c\u0069\u006e\u0067\u006d\u006f\u006e\u006fs\u0070\u0061\u0063\u0065":0xffe1,"\u0073\u0074\u0072n\u0073":0x23e4,"s\u0074r\u006f\u006b\u0065\u006c\u006f\u006e\u0067\u006fv\u0065\u0072\u006c\u0061yc\u006d\u0062":0x0336,"s\u0074\u0072\u006f\u006bes\u0068o\u0072\u0074\u006f\u0076\u0065r\u006c\u0061\u0079\u0063\u006d\u0062":0x0335,"\u0073u\u0062\u0065\u0064\u006f\u0074":0x2ac3,"\u0073u\u0062\u006d\u0075\u006c\u0074":0x2ac1,"\u0073u\u0062\u0072\u0061\u0072\u0072":0x2979,"\u0073\u0075\u0062s\u0065\u0074\u0061\u0070\u0070\u0072\u006f\u0078":0x2ac9,"\u0073\u0075\u0062\u0073\u0065\u0074\u0063\u0069\u0072\u0063":0x27c3,"\u0073u\u0062\u0073\u0065\u0074\u0064\u0062l":0x22d0,"\u0073\u0075\u0062\u0073\u0065\u0074\u0064\u0062\u006ce\u0071\u0075\u0061\u006c":0x2ac5,"\u0073u\u0062\u0073\u0065\u0074\u0064\u006ft":0x2abd,"\u0073\u0075\u0062\u0073\u0065\u0074\u006e\u006f\u0074e\u0071\u0075\u0061\u006c":0x228a,"\u0073\u0075\u0062\u0073\u0065\u0074\u006f\u0072\u006e\u006f\u0074\u0064b\u006c\u0065\u0071\u006c":0x2acb,"\u0073\u0075\u0062\u0073\u0065\u0074\u0070\u006c\u0075\u0073":0x2abf,"\u0073\u0075\u0062\u0073\u0065\u0074\u0073\u0071\u0065\u0071\u0075\u0061\u006c":0x2291,"\u0073\u0075\u0062\u0073\u0069\u006d":0x2ac7,"\u0073\u0075\u0062\u0073\u0075\u0062":0x2ad5,"\u0073\u0075\u0062\u0073\u0075\u0070":0x2ad3,"\u0073\u0075\u0063\u0063\u0061\u0070\u0070\u0072\u006f\u0078":0x2ab8,"\u0073\u0075\u0063\u0063\u0065\u0065\u0064\u0073":0x227b,"\u0073u\u0063\u0063\u0065\u0071\u0071":0x2ab4,"\u0073u\u0063\u0063\u006e\u0065\u0071":0x2ab2,"\u0073\u0075\u0063\u0068\u0074\u0068\u0061\u0074":0x220b,"\u0073\u0075\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x3059,"\u0073\u0075\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30b9,"\u0073\u0075\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068":0xff7d,"s\u0075\u006b\u0075\u006e\u0061\u0072\u0061\u0062\u0069\u0063":0x0652,"\u0073\u0075\u006b\u0075\u006e\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064":0xfe7e,"\u0073\u0075\u006b\u0075\u006e\u006c\u006f\u0077":0xe822,"s\u0075\u006b\u0075\u006e\u006d\u0065\u0064\u0069\u0061\u006c":0xfe7f,"\u0073\u0075\u006bu\u006e\u006f\u006e\u0068\u0061\u006d\u007a\u0061":0xe834,"\u0073u\u006d\u0062\u006f\u0074\u0074\u006fm":0x23b3,"\u0073\u0075\u006d\u0069\u006e\u0074":0x2a0b,"\u0073u\u006d\u006d\u0061\u0074\u0069\u006fn":0x2211,"\u0073\u0075\u006d\u0074\u006f\u0070":0x23b2,"\u0073\u0075\u006e":0x263c,"\u0073u\u0070\u0064\u0073\u0075\u0062":0x2ad8,"\u0073u\u0070\u0065\u0064\u006f\u0074":0x2ac4,"\u0073u\u0070e\u0072\u0073\u0063\u0072\u0069\u0070\u0074\u0061\u006c\u0065\u0066":0x0670,"s\u0075\u0070\u0065\u0072\u0073\u0065\u0074\u0064\u0062\u006c":0x22d1,"\u0073\u0075p\u0065\u0072\u0073e\u0074\u0064\u0062\u006c\u0065\u0071\u0075\u0061\u006c":0x2ac6,"\u0073\u0075p\u0065\u0072\u0073e\u0074\u006e\u006f\u0074\u0065\u0071\u0075\u0061\u006c":0x228b,"\u0073\u0075\u0070\u0065rs\u0065\u0074\u006f\u0072\u006e\u006f\u0074\u0064\u0062\u006c\u0065\u0071\u006c":0x2acc,"\u0073u\u0070e\u0072\u0073\u0065\u0074\u0073\u0071\u0065\u0071\u0075\u0061\u006c":0x2292,"\u0073u\u0070\u0068\u0073\u006f\u006c":0x27c9,"\u0073u\u0070\u0068\u0073\u0075\u0062":0x2ad7,"\u0073u\u0070\u006c\u0061\u0072\u0072":0x297b,"\u0073u\u0070\u006d\u0075\u006c\u0074":0x2ac2,"\u0073\u0075\u0070s\u0065\u0074\u0061\u0070\u0070\u0072\u006f\u0078":0x2aca,"\u0073\u0075\u0070\u0073\u0065\u0074\u0063\u0069\u0072\u0063":0x27c4,"\u0073u\u0070\u0073\u0065\u0074\u0064\u006ft":0x2abe,"\u0073\u0075\u0070\u0073\u0065\u0074\u0070\u006c\u0075\u0073":0x2ac0,"\u0073\u0075\u0070\u0073\u0069\u006d":0x2ac8,"\u0073\u0075\u0070\u0073\u0075\u0062":0x2ad4,"\u0073\u0075\u0070\u0073\u0075\u0070":0x2ad6,"\u0073\u0076\u0073\u0071\u0075\u0061\u0072\u0065":0x33dc,"\u0073y\u006fu\u0077\u0061\u0065\u0072\u0061\u0073\u0071\u0075\u0061\u0072\u0065":0x337c,"\u0074":0x0074,"\u0074a\u0062\u0065\u006e\u0067\u0061\u006ci":0x09a4,"\u0074\u0061\u0063\u006b\u0064\u006f\u0077\u006e":0x22a4,"\u0074\u0061\u0063\u006b\u006c\u0065\u0066\u0074":0x22a3,"\u0074\u0061\u0064\u0065\u0076\u0061":0x0924,"\u0074\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069":0x0aa4,"\u0074\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a24,"\u0074a\u0068\u0061\u0072\u0061\u0062\u0069c":0x0637,"\u0074\u0061\u0068\u0066\u0069\u006e\u0061\u006c\u0061r\u0061\u0062\u0069\u0063":0xfec2,"\u0074\u0061h\u0069\u006e\u0069t\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063":0xfec3,"\u0074\u0061\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x305f,"t\u0061\u0068\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064":0xfec1,"\u0074a\u0068m\u0065\u0064\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063":0xfec4,"\u0074\u0061i\u0073\u0079\u006fu\u0065\u0072\u0061\u0073\u0071\u0075\u0061\u0072\u0065":0x337d,"\u0074\u0061\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30bf,"\u0074\u0061\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068":0xff80,"\u0074\u0061\u006c\u006c\u006f\u0062\u006c\u006f\u006e\u0067":0x2afe,"\u0074a\u0074\u0077\u0065\u0065\u006c\u0077\u0069\u0074\u0068\u0066\u0061t\u0068\u0061\u0074\u0061\u006e\u0061\u0062\u006f\u0076\u0065":0xfe71,"\u0074\u0061\u0075":0x03c4,"\u0074a\u0076\u0064\u0061\u0067\u0065\u0073h":0xfb4a,"\u0074a\u0076\u0068\u0065\u0062\u0072\u0065w":0x05ea,"\u0074\u0062\u0061\u0072":0x0167,"\u0074b\u006f\u0070\u006f\u006d\u006f\u0066o":0x310a,"\u0074\u0063\u0061\u0072\u006f\u006e":0x0165,"\u0074c\u0061\u0072\u006f\u006e\u0031":0xf815,"\u0074\u0063\u0063\u0075\u0072\u006c":0x02a8,"\u0074\u0063\u0065\u0064\u0069\u006c\u006c\u0061":0x0163,"\u0074c\u0065\u0064\u0069\u006c\u006c\u00611":0xf819,"t\u0063\u0068\u0065\u0068\u0061\u0072\u0061\u0062\u0069\u0063":0x0686,"\u0074\u0063h\u0065\u0068\u0066i\u006e\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063":0xfb7b,"\u0074c\u0068e\u0068\u0069\u006e\u0069\u0074i\u0061\u006ca\u0072\u0061\u0062\u0069\u0063":0xfb7c,"\u0074\u0063\u0068\u0065\u0068\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064":0xfb7a,"\u0074\u0063\u0068\u0065\u0068\u006d\u0065\u0064\u0069\u0061\u006c\u0061r\u0061\u0062\u0069\u0063":0xfb7d,"\u0074c\u0069\u0072\u0063\u006c\u0065":0x24e3,"\u0074\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0062\u0065\u006c\u006f\u0077":0x1e71,"\u0074d\u0069\u0065\u0072\u0065\u0073\u0069s":0x1e97,"\u0074\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074":0x1e6b,"\u0074d\u006f\u0074\u0062\u0065\u006c\u006fw":0x1e6d,"\u0074\u0065\u0064\u0065sc\u0065\u006e\u0064\u0065\u0072\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x04ad,"\u0074\u0065\u0068\u0066\u0069\u006e\u0061\u006c\u0061r\u0061\u0062\u0069\u0063":0xfe96,"\u0074\u0065\u0068\u0068ah\u0069\u006e\u0069\u0074\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063":0xfca2,"t\u0065h\u0068\u0061\u0068\u0069\u0073\u006f\u006c\u0061t\u0065\u0064\u0061\u0072ab\u0069\u0063":0xfc0c,"\u0074\u0065h\u0069\u006e\u0069t\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063":0xfe97,"\u0074\u0065\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x3066,"t\u0065\u0068\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064":0xfe95,"t\u0065h\u006a\u0065\u0065\u006d\u0069\u006e\u0069\u0074i\u0061\u006c\u0061\u0072ab\u0069\u0063":0xfca1,"t\u0065\u0068\u006a\u0065em\u0069s\u006f\u006c\u0061\u0074\u0065d\u0061\u0072\u0061\u0062\u0069\u0063":0xfc0b,"\u0074\u0065h\u006d\u0061\u0072b\u0075\u0074\u0061\u0061\u0072\u0061\u0062\u0069\u0063":0x0629,"t\u0065\u0068\u006d\u0061rb\u0075t\u0061\u0066\u0069\u006e\u0061l\u0061\u0072\u0061\u0062\u0069\u0063":0xfe94,"\u0074e\u0068m\u0061\u0072\u0062\u0075\u0074a\u0069\u0073o\u006c\u0061\u0074\u0065\u0064":0xfe93,"\u0074e\u0068m\u0065\u0064\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063":0xfe98,"t\u0065h\u006d\u0065\u0065\u006d\u0069\u006e\u0069\u0074i\u0061\u006c\u0061\u0072ab\u0069\u0063":0xfca4,"t\u0065\u0068\u006d\u0065em\u0069s\u006f\u006c\u0061\u0074\u0065d\u0061\u0072\u0061\u0062\u0069\u0063":0xfc0e,"\u0074e\u0068n\u006f\u006f\u006e\u0066\u0069n\u0061\u006ca\u0072\u0061\u0062\u0069\u0063":0xfc73,"\u0074\u0065\u0068wi\u0074\u0068\u0061\u006c\u0065\u0066\u006d\u0061\u006b\u0073\u0075\u0072\u0061\u0066\u0069\u006e\u0061\u006c":0xfc74,"\u0074\u0065\u0068\u0077\u0069\u0074\u0068\u0068\u0065\u0068\u0069\u006ei\u0074\u0069\u0061\u006c":0xe814,"\u0074e\u0068w\u0069\u0074\u0068\u006b\u0068a\u0068\u0069n\u0069\u0074\u0069\u0061\u006c":0xfca3,"\u0074e\u0068w\u0069\u0074\u0068\u0079\u0065\u0068\u0066\u0069\u006e\u0061\u006c":0xfc75,"\u0074e\u0068w\u0069\u0074\u0068\u0079\u0065h\u0069\u0073o\u006c\u0061\u0074\u0065\u0064":0xfc10,"\u0074\u0065\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30c6,"\u0074\u0065\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068":0xff83,"\u0074e\u006c\u0065\u0070\u0068\u006f\u006ee":0x2121,"\u0074\u0065\u006c\u0069sh\u0061\u0067\u0065\u0064\u006f\u006c\u0061\u0068\u0065\u0062\u0072\u0065\u0077":0x05a0,"\u0074\u0065\u006c\u0069sh\u0061\u0071\u0065\u0074\u0061\u006e\u0061\u0068\u0065\u0062\u0072\u0065\u0077":0x05a9,"\u0074\u0065\u006e\u0069de\u006f\u0067\u0072\u0061\u0070\u0068\u0069\u0063\u0070\u0061\u0072\u0065\u006e":0x3229,"\u0074\u0065\u006e\u0070\u0061\u0072\u0065\u006e":0x247d,"\u0074e\u006e\u0070\u0065\u0072\u0069\u006fd":0x2491,"\u0074\u0065\u006e\u0072\u006f\u006d\u0061\u006e":0x2179,"\u0074\u0065\u0073\u0068":0x02a7,"\u0074e\u0074\u0064\u0061\u0067\u0065\u0073h":0xfb38,"\u0074e\u0074\u0068\u0065\u0062\u0072\u0065w":0x05d8,"\u0074\u0065\u0074\u0073\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x04b5,"t\u0065\u0076\u0069\u0072\u0068\u0065\u0062\u0072\u0065\u0077":0x059b,"\u0074\u0068\u0061\u0062\u0065\u006e\u0067\u0061\u006c\u0069":0x09a5,"\u0074h\u0061\u0064\u0065\u0076\u0061":0x0925,"t\u0068\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069":0x0aa5,"t\u0068\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a25,"\u0074\u0068\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063":0x0630,"\u0074h\u0061l\u0066\u0069\u006e\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063":0xfeac,"\u0074\u0068\u0061l\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064":0xfeab,"\u0074\u0068\u0061\u006eth\u0061\u006b\u0068\u0061\u0074\u006c\u006f\u0077\u006c\u0065\u0066\u0074\u0074\u0068a\u0069":0xf898,"\u0074\u0068\u0061nt\u0068\u0061\u006b\u0068\u0061\u0074\u006c\u006f\u0077\u0072\u0069\u0067\u0068\u0074\u0074\u0068\u0061\u0069":0xf897,"\u0074h\u0061n\u0074\u0068\u0061\u006b\u0068\u0061\u0074\u0074\u0068\u0061\u0069":0x0e4c,"\u0074h\u0061\u006e\u0074\u0068\u0061\u006b\u0068\u0061\u0074\u0075\u0070p\u0065\u0072\u006c\u0065\u0066\u0074\u0074\u0068\u0061\u0069":0xf896,"\u0074\u0068\u0065\u0068\u0061\u0072\u0061\u0062\u0069\u0063":0x062b,"\u0074h\u0065h\u0066\u0069\u006e\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063":0xfe9a,"\u0074\u0068\u0065\u0068\u0069\u006e\u0069\u0074\u0069\u0061\u006c\u0061r\u0061\u0062\u0069\u0063":0xfe9b,"\u0074\u0068\u0065h\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064":0xfe99,"\u0074\u0068e\u0068\u006d\u0065d\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063":0xfe9c,"\u0074\u0068\u0065\u0068wi\u0074\u0068\u006d\u0065\u0065\u006d\u0069\u006e\u0069\u0074\u0069\u0061\u006c":0xfca6,"t\u0068e\u0068\u0077\u0069\u0074\u0068\u006d\u0065\u0065m\u0069\u0073\u006f\u006cat\u0065\u0064":0xfc12,"\u0074h\u0065\u0072\u0065\u0066\u006f\u0072e":0x2234,"\u0074h\u0065\u0072\u006d\u006f\u0064":0x29e7,"\u0074\u0068\u0065t\u0061":0x03b8,"\u0074\u0068\u0065\u0074\u0061\u0031":0x03d1,"t\u0068i\u0065\u0075\u0074\u0068\u0061\u0063\u0069\u0072c\u006c\u0065\u006b\u006fre\u0061\u006e":0x3279,"\u0074\u0068\u0069\u0065ut\u0068\u0061\u0070\u0061\u0072\u0065\u006e\u006b\u006f\u0072\u0065\u0061\u006e":0x3219,"\u0074\u0068\u0069\u0065ut\u0068\u0063\u0069\u0072\u0063\u006c\u0065\u006b\u006f\u0072\u0065\u0061\u006e":0x326b,"\u0074\u0068\u0069\u0065\u0075\u0074\u0068\u006b\u006f\u0072\u0065\u0061\u006e":0x314c,"\u0074h\u0069e\u0075\u0074\u0068\u0070\u0061r\u0065\u006ek\u006f\u0072\u0065\u0061\u006e":0x320b,"\u0074h\u0069\u006e\u0073\u0070\u0061\u0063e":0x2009,"\u0074\u0068\u0069\u0072\u0074\u0065\u0065\u006e\u0063i\u0072\u0063\u006c\u0065":0x246c,"\u0074\u0068\u0069\u0072\u0074\u0065\u0065\u006e\u0070\u0061\u0072\u0065\u006e":0x2480,"\u0074\u0068\u0069\u0072\u0074\u0065\u0065\u006e\u0070e\u0072\u0069\u006f\u0064":0x2494,"\u0074\u0068\u006f\u006e\u0061\u006e\u0067\u006d\u006f\u006e\u0074\u0068o\u0074\u0068\u0061\u0069":0x0e11,"\u0074\u0068\u006fo\u006b":0x01ad,"\u0074\u0068\u006f\u0070\u0068\u0075\u0074\u0068\u0061o\u0074\u0068\u0061\u0069":0x0e12,"\u0074\u0068\u006fr\u006e":0x00fe,"\u0074\u0068\u006f\u0074\u0068\u0061\u0068\u0061\u006e\u0074\u0068\u0061\u0069":0x0e17,"t\u0068\u006f\u0074\u0068\u0061\u006e\u0074\u0068\u0061\u0069":0x0e10,"\u0074\u0068\u006ft\u0068\u006f\u006e\u0067\u0074\u0068\u0061\u0069":0x0e18,"\u0074\u0068\u006ft\u0068\u0075\u006e\u0067\u0074\u0068\u0061\u0069":0x0e16,"\u0074\u0068o\u0075\u0073\u0061n\u0064\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x0482,"\u0074h\u006f\u0075\u0073\u0061\u006e\u0064\u0073\u0073\u0065\u0070\u0061r\u0061\u0074\u006f\u0072\u0061\u0072\u0061\u0062\u0069\u0063":0x066c,"\u0074\u0068\u0072e\u0065":0x0033,"\u0074\u0068\u0072e\u0065\u0062\u0065\u006e\u0067\u0061\u006c\u0069":0x09e9,"t\u0068\u0072\u0065\u0065\u0064\u0061\u006e\u0067\u006c\u0065":0x27c0,"\u0074h\u0072\u0065\u0065\u0064\u0065\u0076a":0x0969,"\u0074\u0068\u0072\u0065\u0065\u0064\u006f\u0074\u0063\u006f\u006c\u006f\u006e":0x2af6,"\u0074\u0068\u0072e\u0065\u0065\u0069\u0067\u0068\u0074\u0068\u0073":0x215c,"t\u0068\u0072\u0065\u0065\u0066\u0069\u0066\u0074\u0068\u0073":0x2157,"\u0074\u0068\u0072\u0065\u0065\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069":0x0ae9,"\u0074\u0068\u0072\u0065\u0065\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a69,"\u0074\u0068\u0072\u0065\u0065\u0068\u0061\u006e\u0067\u007a\u0068\u006f\u0075":0x3023,"t\u0068\u0072\u0065\u0065id\u0065o\u0067\u0072\u0061\u0070\u0068i\u0063\u0070\u0061\u0072\u0065\u006e":0x3222,"\u0074\u0068\u0072\u0065\u0065\u0069\u006e\u0066\u0065\u0072\u0069\u006f\u0072":0x2083,"\u0074\u0068\u0072\u0065\u0065\u006d\u006f\u006e\u006fs\u0070\u0061\u0063\u0065":0xff13,"t\u0068\u0072\u0065\u0065nu\u006de\u0072\u0061\u0074\u006f\u0072b\u0065\u006e\u0067\u0061\u006c\u0069":0x09f6,"\u0074\u0068\u0072\u0065\u0065\u006f\u006c\u0064\u0073\u0074\u0079\u006c\u0065":0xf733,"\u0074\u0068\u0072\u0065\u0065\u0070\u0061\u0072\u0065\u006e":0x2476,"\u0074h\u0072e\u0065\u0070\u0065\u0072\u0065\u006d\u0073\u0070\u0061\u0063\u0065":0x2004,"t\u0068\u0072\u0065\u0065\u0070\u0065\u0072\u0069\u006f\u0064":0x248a,"\u0074\u0068\u0072e\u0065\u0070\u0065\u0072\u0073\u0069\u0061\u006e":0x06f3,"\u0074\u0068\u0072\u0065\u0065\u0071\u0075\u0061\u0072\u0074\u0065\u0072\u0073":0x00be,"\u0074\u0068\u0072\u0065eq\u0075\u0061\u0072\u0074\u0065\u0072\u0073\u0065\u006d\u0064\u0061\u0073\u0068":0xf6de,"\u0074\u0068\u0072\u0065\u0065\u0072\u006f\u006d\u0061\u006e":0x2172,"\u0074\u0068\u0072\u0065\u0065\u0073\u0075\u0070\u0065\u0072\u0069\u006f\u0072":0x00b3,"\u0074h\u0072\u0065\u0065\u0074\u0068\u0061i":0x0e53,"\u0074\u0068\u0072\u0065\u0065\u0075\u006e\u0064\u0065\u0072\u0064\u006f\u0074":0x20e8,"\u0074h\u007a\u0073\u0071\u0075\u0061\u0072e":0x3394,"\u0074i\u0065\u0063\u006f\u006e\u0063\u0061t":0x2040,"\u0074\u0069\u0065\u0069\u006e\u0066\u0074\u0079":0x29dd,"\u0074\u0069\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x3061,"\u0074\u0069\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30c1,"\u0074\u0069\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068":0xff81,"\u0074\u0069\u006b\u0065ut\u0061\u0063\u0069\u0072\u0063\u006c\u0065\u006b\u006f\u0072\u0065\u0061\u006e":0x3270,"\u0074i\u006be\u0075\u0074\u0061\u0070\u0061r\u0065\u006ek\u006f\u0072\u0065\u0061\u006e":0x3210,"\u0074i\u006be\u0075\u0074\u0063\u0069\u0072c\u006c\u0065k\u006f\u0072\u0065\u0061\u006e":0x3262,"\u0074\u0069\u006be\u0075\u0074\u006b\u006f\u0072\u0065\u0061\u006e":0x3137,"\u0074\u0069\u006b\u0065\u0075\u0074\u0070\u0061\u0072\u0065\u006e\u006bo\u0072\u0065\u0061\u006e":0x3202,"\u0074\u0069\u006cd\u0065":0x02dc,"\u0074\u0069\u006c\u0064\u0065\u0031":0xf004,"\u0074\u0069\u006c\u0064\u0065\u0062\u0065\u006c\u006f\u0077\u0063\u006d\u0062":0x0330,"\u0074\u0069\u006c\u0064\u0065\u0063\u006d\u0062":0x0303,"\u0074\u0069\u006c\u0064\u0065\u0064\u006f\u0075\u0062l\u0065\u0063\u006d\u0062":0x0360,"\u0074i\u006c\u0064\u0065\u006e\u006f\u0073p":0x0276,"\u0074i\u006cd\u0065\u006f\u0076\u0065\u0072\u006c\u0061\u0079\u0063\u006d\u0062":0x0334,"\u0074\u0069l\u0064\u0065\u0076e\u0072\u0074\u0069\u0063\u0061\u006c\u0063\u006d\u0062":0x033e,"\u0074\u0069\u006d\u0065\u0073\u0062\u0061\u0072":0x2a31,"\u0074\u0069\u0070e\u0068\u0061\u0068\u0065\u0062\u0072\u0065\u0077":0x0596,"\u0074\u0069\u0070\u0070\u0069\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a70,"\u0074\u0069t\u006c\u006f\u0063y\u0072\u0069\u006c\u006c\u0069\u0063\u0063\u006d\u0062":0x0483,"\u0074\u0069\u0077n\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x057f,"\u0074\u006c\u0069\u006e\u0065\u0062\u0065\u006c\u006f\u0077":0x1e6f,"\u0074\u006d\u0069\u006e\u0075\u0073":0x29ff,"\u0074\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff54,"\u0074\u006f\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x0569,"\u0074\u006f\u0065\u0061":0x2928,"\u0074\u006f\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x3068,"\u0074\u006f\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30c8,"\u0074\u006f\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068":0xff84,"\u0074\u006f\u006e\u0061":0x2927,"\u0074\u006f\u006e\u0065ba\u0072\u0065\u0078\u0074\u0072\u0061\u0068\u0069\u0067\u0068\u006d\u006f\u0064":0x02e5,"\u0074o\u006ee\u0062\u0061\u0072\u0065\u0078t\u0072\u0061l\u006f\u0077\u006d\u006f\u0064":0x02e9,"\u0074\u006f\u006e\u0065\u0062\u0061\u0072\u0068\u0069g\u0068\u006d\u006f\u0064":0x02e6,"\u0074\u006f\u006e\u0065\u0062\u0061\u0072\u006c\u006f\u0077\u006d\u006f\u0064":0x02e8,"\u0074\u006f\u006e\u0065\u0062\u0061\u0072\u006d\u0069\u0064\u006d\u006f\u0064":0x02e7,"\u0074\u006f\u006e\u0065\u0066\u0069\u0076\u0065":0x01bd,"\u0074o\u006e\u0065\u0073\u0069\u0078":0x0185,"\u0074o\u006e\u0065\u0074\u0077\u006f":0x01a8,"\u0074\u006f\u006eo\u0073":0x0384,"\u0074o\u006e\u0073\u0071\u0075\u0061\u0072e":0x3327,"t\u006f\u0070\u0061\u0074\u0061\u006b\u0074\u0068\u0061\u0069":0x0e0f,"\u0074\u006f\u0070\u0062\u006f\u0074":0x2336,"\u0074\u006f\u0070\u0063\u0069\u0072":0x2af1,"\u0074o\u0070\u0066\u006f\u0072\u006b":0x2ada,"\u0074\u006f\u0070\u0073\u0065\u006d\u0069\u0063\u0069\u0072\u0063\u006c\u0065":0x25e0,"\u0074o\u0072\u0074\u006f\u0069\u0073\u0065\u0073\u0068\u0065\u006c\u006cb\u0072\u0061\u0063\u006b\u0065\u0074\u006c\u0065\u0066\u0074":0x3014,"\u0074\u006fr\u0074\u006f\u0069\u0073\u0065\u0073\u0068\u0065\u006c\u006c\u0062\u0072\u0061\u0063\u006b\u0065\u0074\u006c\u0065\u0066\u0074\u0073ma\u006c\u006c":0xfe5d,"\u0074\u006f\u0072\u0074\u006f\u0069\u0073\u0065\u0073\u0068\u0065\u006c\u006c\u0062\u0072a\u0063k\u0065\u0074\u006c\u0065\u0066\u0074\u0076\u0065\u0072\u0074\u0069\u0063\u0061\u006c":0xfe39,"\u0074o\u0072\u0074\u006f\u0069s\u0065\u0073\u0068\u0065\u006cl\u0062r\u0061c\u006b\u0065\u0074\u0072\u0069\u0067\u0068t":0x3015,"\u0074\u006f\u0072\u0074\u006f\u0069\u0073\u0065\u0073\u0068e\u006c\u006c\u0062\u0072\u0061\u0063\u006be\u0074\u0072\u0069\u0067\u0068\u0074\u0073\u006d\u0061\u006c\u006c":0xfe5e,"\u0074\u006f\u0072\u0074\u006f\u0069s\u0065\u0073\u0068\u0065\u006c\u006c\u0062\u0072\u0061\u0063\u006b\u0065\u0074r\u0069\u0067\u0068\u0074\u0076\u0065\u0072t\u0069\u0063\u0061\u006c":0xfe3a,"\u0074\u006f\u0073\u0061":0x2929,"\u0074o\u0074\u0061\u006f\u0074\u0068\u0061i":0x0e15,"\u0074\u006f\u0077\u0061":0x292a,"\u0074\u0070\u0061l\u0061\u0074\u0061\u006c\u0068\u006f\u006f\u006b":0x01ab,"\u0074\u0070\u0061\u0072\u0065\u006e":0x24af,"\u0074\u0070\u006cu\u0073":0x29fe,"\u0074r\u0061\u0064\u0065\u006d\u0061\u0072k":0x2122,"\u0074\u0072\u0061\u0064\u0065\u006d\u0061\u0072\u006b\u0073\u0061\u006e\u0073":0xf8ea,"\u0074\u0072\u0061\u0064\u0065\u006d\u0061\u0072\u006bs\u0065\u0072\u0069\u0066":0xf6db,"\u0074r\u0061\u0070\u0065\u007a\u0069\u0075m":0x23e2,"\u0074\u0072\u0065\u0074\u0072\u006f\u0066\u006c\u0065x\u0068\u006f\u006f\u006b":0x0288,"\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065\u0062u\u006c\u006c\u0065\u0074":0x2023,"\u0074\u0072\u0069a\u006e\u0067\u006c\u0065\u0063\u0064\u006f\u0074":0x25ec,"\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065\u006c\u0065\u0066\u0074b\u006c\u0061\u0063\u006b":0x25ed,"\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065\u006c\u0065\u0066\u0074e\u0071\u0075\u0061\u006c":0x22b4,"\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065\u006d\u0069\u006e\u0075\u0073":0x2a3a,"\u0074\u0072\u0069a\u006e\u0067\u006c\u0065\u006f\u0064\u006f\u0074":0x29ca,"\u0074\u0072\u0069a\u006e\u0067\u006c\u0065\u0070\u006c\u0075\u0073":0x2a39,"\u0074r\u0069a\u006e\u0067\u006c\u0065\u0072i\u0067\u0068t\u0062\u006c\u0061\u0063\u006b":0x25ee,"\u0074r\u0069a\u006e\u0067\u006c\u0065\u0072i\u0067\u0068t\u0065\u0071\u0075\u0061\u006c":0x22b5,"\u0074r\u0069\u0061\u006e\u0067\u006c\u0065s":0x29cc,"\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065\u0073e\u0072\u0069\u0066\u0073":0x29cd,"\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065\u0074\u0069\u006d\u0065\u0073":0x2a3b,"\u0074\u0072\u0069a\u006e\u0067\u006c\u0065\u0075\u0062\u0061\u0072":0x29cb,"\u0074\u0072\u0069\u0070\u006c\u0065\u0070\u006c\u0075\u0073":0x29fb,"\u0074r\u0070\u0072\u0069\u006d\u0065":0x2034,"\u0074r\u0073\u006c\u0061\u0073\u0068":0x2afb,"\u0074\u0073":0x02a6,"t\u0073\u0061\u0064\u0069\u0064\u0061\u0067\u0065\u0073\u0068":0xfb46,"t\u0073\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x0446,"\u0074s\u0065\u0072\u0065\u0031\u0032":0x05b5,"\u0074\u0073\u0068e\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x045b,"\u0074s\u0075\u0070\u0065\u0072\u0069\u006fr":0xf6f3,"\u0074\u0074\u0061\u0062\u0065\u006e\u0067\u0061\u006c\u0069":0x099f,"\u0074t\u0061\u0064\u0065\u0076\u0061":0x091f,"t\u0074\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069":0x0a9f,"t\u0074\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a1f,"\u0074t\u0065h\u0066\u0069\u006e\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063":0xfb67,"\u0074\u0074\u0065\u0068\u0069\u006e\u0069\u0074\u0069\u0061\u006c\u0061r\u0061\u0062\u0069\u0063":0xfb68,"\u0074\u0074e\u0068\u006d\u0065d\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063":0xfb69,"t\u0074\u0068\u0061\u0062\u0065\u006e\u0067\u0061\u006c\u0069":0x09a0,"\u0074\u0074\u0068\u0061\u0064\u0065\u0076\u0061":0x0920,"\u0074\u0074\u0068a\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069":0x0aa0,"\u0074\u0074\u0068a\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a20,"\u0074t\u0075\u0072\u006e\u0065\u0064":0x0287,"\u0074\u0075\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x3064,"\u0074\u0075\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30c4,"\u0074\u0075\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068":0xff82,"\u0074u\u0072\u006e\u0061\u006e\u0067\u006ce":0x29a2,"\u0074\u0075\u0072\u006e\u0065\u0064\u0069\u006f\u0074\u0061":0x2129,"\u0074u\u0072\u006e\u0065\u0064\u006e\u006ft":0x2319,"\u0074\u0075\u0072\u006e\u0073\u0074\u0069\u006c\u0065\u006c\u0065\u0066\u0074":0x22a2,"\u0074u\u0073m\u0061\u006c\u006c\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x3063,"\u0074u\u0073m\u0061\u006c\u006c\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30c3,"\u0074u\u0073\u006d\u0061\u006c\u006c\u006b\u0061\u0074\u0061\u006b\u0061n\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068":0xff6f,"\u0074\u0077\u0065l\u0076\u0065\u0063\u0069\u0072\u0063\u006c\u0065":0x246b,"t\u0077\u0065\u006c\u0076\u0065\u0070\u0061\u0072\u0065\u006e":0x247f,"\u0074\u0077\u0065l\u0076\u0065\u0070\u0065\u0072\u0069\u006f\u0064":0x2493,"t\u0077\u0065\u006c\u0076\u0065\u0072\u006f\u006d\u0061\u006e":0x217b,"t\u0077\u0065\u006c\u0076\u0065\u0075\u0064\u0061\u0073\u0068":0xd80c,"\u0074\u0077\u0065n\u0074\u0079\u0063\u0069\u0072\u0063\u006c\u0065":0x2473,"\u0074\u0077\u0065\u006e\u0074\u0079\u0068\u0061\u006eg\u007a\u0068\u006f\u0075":0x5344,"t\u0077\u0065\u006e\u0074\u0079\u0070\u0061\u0072\u0065\u006e":0x2487,"\u0074\u0077\u0065n\u0074\u0079\u0070\u0065\u0072\u0069\u006f\u0064":0x249b,"\u0074\u0077\u006f":0x0032,"\u0074w\u006f\u0061\u0072\u0061\u0062\u0069c":0x0662,"\u0074\u0077\u006f\u0062\u0065\u006e\u0067\u0061\u006c\u0069":0x09e8,"\u0074w\u006f\u0063\u0061\u0070\u0073":0x2a4b,"\u0074w\u006f\u0063\u0075\u0070\u0073":0x2a4a,"\u0074w\u006f\u0064\u0065\u0076\u0061":0x0968,"\u0074\u0077\u006fd\u006f\u0074\u006c\u0065\u0061\u0064\u0065\u0072":0x2025,"t\u0077o\u0064\u006f\u0074\u006c\u0065\u0061\u0064\u0065r\u0076\u0065\u0072\u0074ic\u0061\u006c":0xfe30,"\u0074w\u006f\u0066\u0069\u0066\u0074\u0068s":0x2156,"t\u0077\u006f\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069":0x0ae8,"t\u0077\u006f\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a68,"t\u0077\u006f\u0068\u0061\u006e\u0067\u007a\u0068\u006f\u0075":0x3022,"\u0074\u0077o\u0068\u0065\u0061d\u0064\u006f\u0077\u006e\u0061\u0072\u0072\u006f\u0077":0x21a1,"t\u0077o\u0068\u0065\u0061\u0064\u006c\u0065\u0066\u0074a\u0072\u0072\u006f\u0077ta\u0069\u006c":0x2b3b,"\u0074\u0077\u006f\u0068ea\u0064\u006c\u0065\u0066\u0074\u0064\u0062\u006b\u0061\u0072\u0072\u006f\u0077":0x2b37,"\u0074w\u006fh\u0065\u0061\u0064\u006d\u0061\u0070\u0073\u0066\u0072\u006f\u006d":0x2b36,"\u0074\u0077\u006f\u0068\u0065\u0061\u0064\u006d\u0061\u0070\u0073\u0074\u006f":0x2905,"t\u0077\u006f\u0068\u0065ad\u0072i\u0067\u0068\u0074\u0061\u0072r\u006f\u0077\u0074\u0061\u0069\u006c":0x2916,"\u0074\u0077\u006f\u0068\u0065\u0061\u0064\u0075\u0070a\u0072\u0072\u006f\u0077":0x219f,"t\u0077o\u0068\u0065\u0061\u0064\u0075\u0070\u0061\u0072r\u006f\u0077\u0063\u0069rc\u006c\u0065":0x2949,"\u0074\u0077\u006f\u0069de\u006f\u0067\u0072\u0061\u0070\u0068\u0069\u0063\u0070\u0061\u0072\u0065\u006e":0x3221,"t\u0077\u006f\u0069\u006e\u0066\u0065\u0072\u0069\u006f\u0072":0x2082,"\u0074\u0077\u006fm\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff12,"\u0074\u0077\u006f\u006eum\u0065\u0072\u0061\u0074\u006f\u0072\u0062\u0065\u006e\u0067\u0061\u006c\u0069":0x09f5,"t\u0077\u006f\u006f\u006c\u0064\u0073\u0074\u0079\u006c\u0065":0xf732,"\u0074\u0077\u006f\u0070\u0061\u0072\u0065\u006e":0x2475,"\u0074w\u006f\u0070\u0065\u0072\u0069\u006fd":0x2489,"\u0074\u0077\u006f\u0070\u0065\u0072\u0073\u0069\u0061\u006e":0x06f2,"\u0074\u0077\u006f\u0072\u006f\u006d\u0061\u006e":0x2171,"\u0074w\u006f\u0073\u0074\u0072\u006f\u006be":0x01bb,"t\u0077\u006f\u0073\u0075\u0070\u0065\u0072\u0069\u006f\u0072":0x00b2,"\u0074w\u006f\u0074\u0068\u0061\u0069":0x0e52,"\u0074w\u006f\u0074\u0068\u0069\u0072\u0064s":0x2154,"\u0074y\u0070\u0065\u0063\u006f\u006c\u006fn":0x2982,"\u0075":0x0075,"\u0075\u0032\u00364\u0033":0x2643,"\u0075\u0061\u0063\u0075\u0074\u0065":0x00fa,"\u0075\u0062\u0061\u0072":0x0289,"\u0075\u0062\u0065\u006e\u0067\u0061\u006c\u0069":0x0989,"\u0075b\u006f\u0070\u006f\u006d\u006f\u0066o":0x3128,"\u0075b\u0072\u0062\u0072\u0061\u006b":0x23e1,"\u0075\u0062\u0072\u0065\u0076\u0065":0x016d,"\u0075\u0063\u0061\u0072\u006f\u006e":0x01d4,"\u0075\u0063\u0065\u0064\u0069\u006c\u006c\u0061":0xf834,"\u0075c\u0069\u0072\u0063\u006c\u0065":0x24e4,"u\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078":0x00fb,"\u0075\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0062\u0065\u006c\u006f\u0077":0x1e77,"\u0075\u0064\u0061\u0074\u0074\u0061\u0064\u0065\u0076\u0061":0x0951,"\u0075d\u0062\u006c\u0061\u0063\u0075\u0074e":0x0171,"\u0075d\u0062\u006c\u0067\u0072\u0061\u0076e":0x0215,"\u0075\u0064\u0065v\u0061":0x0909,"\u0075d\u0069\u0065\u0072\u0065\u0073\u0069s":0x00fc,"\u0075\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073a\u0063\u0075\u0074\u0065":0x01d8,"\u0075\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073b\u0065\u006c\u006f\u0077":0x1e73,"\u0075\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073c\u0061\u0072\u006f\u006e":0x01da,"\u0075\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073\u0063\u0079\u0072i\u006c\u006c\u0069\u0063":0x04f1,"\u0075\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073g\u0072\u0061\u0076\u0065":0x01dc,"\u0075d\u0069e\u0072\u0065\u0073\u0069\u0073\u006d\u0061\u0063\u0072\u006f\u006e":0x01d6,"\u0075d\u006f\u0074\u0062\u0065\u006c\u006fw":0x1ee5,"\u0075\u0067\u0072\u0061\u0076\u0065":0x00f9,"\u0075g\u0075\u006a\u0061\u0072\u0061\u0074i":0x0a89,"\u0075g\u0075\u0072\u006d\u0075\u006b\u0068i":0x0a09,"\u0075h\u0069\u0072\u0061\u0067\u0061\u006ea":0x3046,"\u0075\u0068\u006f\u006f\u006b\u0061\u0062\u006f\u0076\u0065":0x1ee7,"\u0075\u0068\u006fr\u006e":0x01b0,"\u0075\u0068\u006f\u0072\u006e\u0061\u0063\u0075\u0074\u0065":0x1ee9,"\u0075\u0068\u006f\u0072\u006e\u0064\u006f\u0074\u0062\u0065\u006c\u006f\u0077":0x1ef1,"\u0075\u0068\u006f\u0072\u006e\u0067\u0072\u0061\u0076\u0065":0x1eeb,"\u0075\u0068\u006f\u0072\u006e\u0068\u006f\u006f\u006ba\u0062\u006f\u0076\u0065":0x1eed,"\u0075\u0068\u006f\u0072\u006e\u0074\u0069\u006c\u0064\u0065":0x1eef,"u\u0068\u0075\u006e\u0067ar\u0075m\u006c\u0061\u0075\u0074\u0063y\u0072\u0069\u006c\u006c\u0069\u0063":0x04f3,"\u0075\u0069\u006e\u0076\u0065\u0072\u0074\u0065\u0064b\u0072\u0065\u0076\u0065":0x0217,"\u0075k\u0061\u0074\u0061\u006b\u0061\u006ea":0x30a6,"\u0075k\u0061t\u0061\u006b\u0061\u006e\u0061h\u0061\u006cf\u0077\u0069\u0064\u0074\u0068":0xff73,"\u0075\u006b\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x0479,"\u0075k\u006f\u0072\u0065\u0061\u006e":0x315c,"\u0075\u006c\u0061r\u0063":0x25dc,"\u0075\u006c\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065":0x25f8,"\u0075m\u0061\u0063\u0072\u006f\u006e":0x016b,"\u0075m\u0061c\u0072\u006f\u006e\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x04ef,"\u0075m\u0061c\u0072\u006f\u006e\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073":0x1e7b,"\u0075\u006d\u0061\u0074\u0072\u0061\u0067\u0075\u0072m\u0075\u006b\u0068\u0069":0x0a41,"\u0075\u006d\u0069\u006e\u0075\u0073":0x2a41,"\u0075\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff55,"\u0075\u006e\u0064\u0065\u0072\u0062\u0072\u0061\u0063\u0065":0x23df,"\u0075\u006e\u0064e\u0072\u0062\u0072\u0061\u0063\u006b\u0065\u0074":0x23b5,"\u0075\u006e\u0064\u0065\u0072\u006c\u0065\u0066\u0074a\u0072\u0072\u006f\u0077":0x20ee,"u\u006ed\u0065\u0072\u006c\u0065\u0066\u0074\u0068\u0061r\u0070\u006f\u006f\u006edo\u0077\u006e":0x20ed,"\u0075\u006e\u0064\u0065\u0072\u0070\u0061\u0072\u0065\u006e":0x23dd,"\u0075n\u0064e\u0072\u0072\u0069\u0067\u0068\u0074\u0061\u0072\u0072\u006f\u0077":0x20ef,"u\u006e\u0064\u0065\u0072ri\u0067h\u0074\u0068\u0061\u0072\u0070o\u006f\u006e\u0064\u006f\u0077\u006e":0x20ec,"\u0075\u006e\u0064\u0065\u0072\u0073\u0063\u006f\u0072\u0065":0x005f,"\u0075\u006e\u0064\u0065\u0072\u0073\u0063\u006f\u0072\u0065\u0064\u0062\u006c":0x2017,"\u0075\u006e\u0064\u0065rs\u0063\u006f\u0072\u0065\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff3f,"\u0075n\u0064e\u0072\u0073\u0063\u006f\u0072e\u0076\u0065r\u0074\u0069\u0063\u0061\u006c":0xfe33,"\u0075\u006e\u0064\u0065\u0072\u0073\u0063\u006f\u0072e\u0077\u0061\u0076\u0079":0xfe4f,"\u0075\u006e\u0064\u0065\u0072\u0074\u0069\u0065":0x203f,"\u0075\u006e\u0069c\u006f\u0064\u0065\u0063\u0064\u006f\u0074\u0073":0x22ef,"\u0075\u006e\u0069o\u006e":0x222a,"\u0075\u006e\u0069\u006f\u006e\u0064\u0062\u006c":0x22d3,"\u0075\u006e\u0069\u006f\u006e\u006d\u0075\u006c\u0074\u0069":0x228e,"\u0075n\u0069\u006f\u006e\u0073\u0071":0x2294,"\u0075n\u0069\u006f\u006e\u0074\u0065\u0078t":0x22c3,"\u0075n\u0069\u0076\u0065\u0072\u0073\u0061l":0x2200,"\u0075o\u0067\u006f\u006e\u0065\u006b":0x0173,"\u0075\u0070\u0061n\u0064":0x214b,"\u0075\u0070\u0061\u0072\u0065\u006e":0x24b0,"\u0075\u0070\u0061\u0072\u0072\u006f\u0077\u0062\u0061\u0072\u0072\u0065\u0064":0x2909,"\u0075p\u0061r\u0072\u006f\u0077\u006f\u006e\u0063\u0069\u0072\u0063\u006c\u0065":0x29bd,"\u0075p\u0062\u006c\u006f\u0063\u006b":0x2580,"\u0075p\u0064\u0069\u0067\u0061\u006d\u006da":0x03dd,"u\u0070\u0064\u006f\u0077nh\u0061r\u0070\u006f\u006f\u006e\u006ce\u0066\u0074\u006c\u0065\u0066\u0074":0x2951,"\u0075\u0070\u0064\u006fwn\u0068\u0061\u0072\u0070\u006f\u006f\u006e\u006c\u0065\u0066\u0074\u0072\u0069\u0067h\u0074":0x294d,"\u0075\u0070\u0064\u006fwn\u0068\u0061\u0072\u0070\u006f\u006f\u006e\u0072\u0069\u0067\u0068\u0074\u006c\u0065f\u0074":0x294c,"\u0075\u0070\u0064ow\u006e\u0068\u0061\u0072\u0070\u006f\u006f\u006e\u0072\u0069\u0067\u0068\u0074\u0072\u0069\u0067\u0068\u0074":0x294f,"\u0075\u0070\u0064ow\u006e\u0068\u0061\u0072\u0070\u006f\u006f\u006e\u0073\u006c\u0065\u0066\u0074\u0072\u0069\u0067\u0068\u0074":0x296e,"\u0075\u0070\u0065\u0069\u0067\u0068\u0074\u0068\u0062\u006c\u006f\u0063\u006b":0x2594,"\u0075\u0070\u0066\u0069\u0073\u0068\u0074\u0061\u0069\u006c":0x297e,"\u0075\u0070h\u0061\u0072\u0070o\u006f\u006e\u006c\u0065\u0066\u0074\u0062\u0061\u0072":0x2960,"\u0075\u0070\u0068\u0061\u0072\u0070\u006f\u006f\u006e\u0072\u0069\u0067h\u0074\u0062\u0061\u0072":0x295c,"\u0075\u0070\u0068\u0061rp\u006f\u006f\u006e\u0073\u006c\u0065\u0066\u0074\u0072\u0069\u0067\u0068\u0074":0x2963,"\u0075\u0070\u0069\u006e":0x27d2,"\u0075\u0070\u0069n\u0074":0x2a1b,"\u0075p\u006b\u006f\u0070\u0070\u0061":0x03df,"\u0075\u0070\u006f\u006c\u0064\u004b\u006f\u0070\u0070\u0061":0x03d8,"\u0075\u0070\u006f\u006c\u0064\u006b\u006f\u0070\u0070\u0061":0x03d9,"\u0075\u0070\u0070\u0065\u0072\u0064\u006f\u0074\u0068e\u0062\u0072\u0065\u0077":0x05c4,"\u0075\u0070\u0072\u0069\u0067\u0068\u0074\u0063\u0075\u0072\u0076\u0065a\u0072\u0072\u006f\u0077":0x2934,"\u0075p\u0073\u0061\u006d\u0070\u0069":0x03e1,"\u0075p\u0073\u0069\u006c\u006f\u006e":0x03c5,"u\u0070\u0073\u0069\u006con\u0064i\u0061\u0065\u0072\u0065\u0073i\u0073\u0074\u006f\u006e\u006f\u0073":0x02f9,"\u0075p\u0073i\u006c\u006f\u006e\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073":0x03cb,"u\u0070s\u0069\u006c\u006f\u006e\u0064\u0069\u0065\u0072e\u0073\u0069\u0073\u0074on\u006f\u0073":0x03b0,"\u0075\u0070\u0073i\u006c\u006f\u006e\u006c\u0061\u0074\u0069\u006e":0x028a,"\u0075\u0070\u0073i\u006c\u006f\u006e\u0074\u006f\u006e\u006f\u0073":0x03cd,"\u0075p\u0073\u006c\u006f\u0070\u0065":0x29f8,"\u0075\u0070\u0073\u0074\u0069\u0067\u006d\u0061":0x03db,"\u0075\u0070\u0074\u0061\u0063\u006b\u0062\u0065\u006co\u0077\u0063\u006d\u0062":0x031d,"\u0075p\u0074\u0061\u0063\u006b\u006d\u006fd":0x02d4,"\u0075\u0070\u0076\u0061\u0072\u0054\u0068\u0065\u0074\u0061":0x03f4,"u\u0072\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a73,"\u0075\u0072\u0061r\u0063":0x25dd,"\u0075\u0072\u0069n\u0067":0x016f,"\u0075\u0072\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065":0x25f9,"\u0075\u0073\u006d\u0061\u006c\u006c\u0068\u0069\u0072a\u0067\u0061\u006e\u0061":0x3045,"\u0075\u0073\u006d\u0061\u006c\u006c\u006b\u0061\u0074a\u006b\u0061\u006e\u0061":0x30a5,"\u0075\u0073\u006dal\u006c\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068":0xff69,"\u0075\u0073\u0074\u0072\u0061\u0069\u0067\u0068\u0074\u0063\u0079\u0072i\u006c\u006c\u0069\u0063":0x04af,"\u0075\u0073\u0074ra\u0069\u0067\u0068\u0074\u0073\u0074\u0072\u006f\u006b\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x04b1,"\u0075\u0074\u0069\u006c\u0064\u0065":0x0169,"u\u0074\u0069\u006c\u0064\u0065\u0061\u0063\u0075\u0074\u0065":0x1e79,"u\u0074\u0069\u006c\u0064\u0065\u0062\u0065\u006c\u006f\u0077":0x1e75,"\u0075u\u0062\u0065\u006e\u0067\u0061\u006ci":0x098a,"\u0075\u0075\u0064\u0065\u0076\u0061":0x090a,"\u0075\u0075\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069":0x0a8a,"\u0075\u0075\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a0a,"\u0075u\u006da\u0074\u0072\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a42,"\u0075u\u0076o\u0077\u0065\u006c\u0073\u0069g\u006e\u0062e\u006e\u0067\u0061\u006c\u0069":0x09c2,"\u0075u\u0076o\u0077\u0065\u006c\u0073\u0069\u0067\u006e\u0064\u0065\u0076\u0061":0x0942,"\u0075\u0075\u0076\u006fwe\u006c\u0073\u0069\u0067\u006e\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069":0x0ac2,"\u0075\u0076\u006f\u0077\u0065\u006c\u0073\u0069\u0067\u006e\u0062\u0065n\u0067\u0061\u006c\u0069":0x09c1,"\u0075\u0076\u006f\u0077\u0065\u006c\u0073\u0069\u0067n\u0064\u0065\u0076\u0061":0x0941,"\u0075v\u006fw\u0065\u006c\u0073\u0069\u0067n\u0067\u0075j\u0061\u0072\u0061\u0074\u0069":0x0ac1,"\u0076":0x0076,"\u0076\u0042\u0061\u0072":0x2ae8,"\u0076\u0042\u0061r\u0076":0x2ae9,"\u0076\u0044\u0064\u0061\u0073\u0068":0x2ae2,"\u0076\u0061\u0064\u0065\u0076\u0061":0x0935,"\u0076\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069":0x0ab5,"\u0076\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a35,"\u0076\u0061\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30f7,"\u0076\u0061\u0072\u0056\u0064\u0061\u0073\u0068":0x2ae6,"\u0076\u0061\u0072\u0063\u0061\u0072\u0072\u0069\u0061\u0067\u0065\u0072e\u0074\u0075\u0072\u006e":0x23ce,"\u0076\u0061\u0072\u0064\u006f\u0075\u0062\u006c\u0065\u0062\u0061\u0072w\u0065\u0064\u0067\u0065":0x2306,"\u0076\u0061\u0072\u0068\u0065\u0078\u0061\u0067\u006f\u006e":0x2b21,"\u0076a\u0072h\u0065\u0078\u0061\u0067\u006f\u006e\u0062\u006c\u0061\u0063\u006b":0x2b22,"\u0076\u0061\u0072\u0068\u0065\u0078\u0061\u0067\u006f\u006e\u006c\u0072b\u006f\u006e\u0064\u0073":0x232c,"\u0076\u0061\u0072\u0069\u006b\u0061":0xfb1e,"v\u0061\u0072\u0069\u0073\u0069\u006e\u006f\u0062\u0061\u0072":0x22f6,"\u0076\u0061\u0072\u0069\u0073\u0069\u006e\u0073":0x22f3,"\u0076a\u0072\u006e\u0069\u006f\u0062\u0061r":0x22fd,"\u0076\u0061\u0072\u006e\u0069\u0073":0x22fb,"\u0076\u0061r\u006f\u0069\u006et\u0063\u006c\u006f\u0063\u006b\u0077\u0069\u0073\u0065":0x2232,"\u0076a\u0072t\u0072\u0069\u0061\u006e\u0067\u006c\u0065\u006c\u0065\u0066\u0074":0x22b2,"\u0076\u0061r\u0074\u0072\u0069a\u006e\u0067\u006c\u0065\u0072\u0069\u0067\u0068\u0074":0x22b3,"\u0076a\u0072\u0076\u0065\u0065\u0062\u0061r":0x2a61,"\u0076\u0061\u0076":0x05d5,"\u0076a\u0076d\u0061\u0067\u0065\u0073\u0068\u0068\u0065\u0062\u0072\u0065\u0077":0xfb35,"\u0076\u0061\u0076\u0068\u006f\u006c\u0061\u006d":0xfb4b,"\u0076\u0062\u0072\u0061\u0063\u0065\u0065\u0078\u0074e\u006e\u0064\u0065\u0072":0x23aa,"\u0076\u0062\u0072\u0074\u0072\u0069":0x29d0,"\u0076c\u0069\u0072\u0063\u006c\u0065":0x24e5,"\u0076d\u006f\u0074\u0062\u0065\u006c\u006fw":0x1e7f,"\u0076\u0065\u0063\u0074\u0069\u006d\u0065\u0073":0x2a2f,"\u0076\u0065\u0063\u0074\u006f\u0072":0x20d7,"\u0076\u0065\u0065\u0064\u006f\u0074":0x27c7,"\u0076\u0065\u0065d\u006f\u0075\u0062\u006c\u0065\u0062\u0061\u0072":0x2a63,"\u0076\u0065\u0065e\u0071":0x225a,"\u0076\u0065\u0065\u006d\u0069\u0064\u0076\u0065\u0072\u0074":0x2a5b,"\u0076e\u0065\u006f\u0064\u006f\u0074":0x2a52,"\u0076\u0065\u0065\u006f\u006e\u0076\u0065\u0065":0x2a56,"\u0076\u0065\u0065\u006f\u006e\u0077\u0065\u0064\u0067\u0065":0x2a59,"\u0076e\u0068\u0061\u0072\u0061\u0062\u0069c":0x06a4,"\u0076\u0065\u0068\u0066\u0069\u006e\u0061\u006c\u0061r\u0061\u0062\u0069\u0063":0xfb6b,"\u0076\u0065h\u0069\u006e\u0069t\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063":0xfb6c,"v\u0065\u0068\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064":0xfb6a,"\u0076e\u0068m\u0065\u0064\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063":0xfb6d,"\u0076\u0065\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30f9,"\u0076\u0065\u0072\u0073\u0069\u0063\u006c\u0065":0x2123,"v\u0065r\u0074\u0069\u0063\u0061\u006c\u006c\u0069\u006ee\u0061\u0062\u006f\u0076ec\u006d\u0062":0x030d,"v\u0065r\u0074\u0069\u0063\u0061\u006c\u006c\u0069\u006ee\u0062\u0065\u006c\u006fwc\u006d\u0062":0x0329,"\u0076e\u0072t\u0069\u0063\u0061\u006c\u006ci\u006e\u0065l\u006f\u0077\u006d\u006f\u0064":0x02cc,"\u0076e\u0072t\u0069\u0063\u0061\u006c\u006c\u0069\u006e\u0065\u006d\u006f\u0064":0x02c8,"v\u0065\u0072\u0074\u006f\u0076\u0065\u0072\u006c\u0061\u0079":0x20d2,"v\u0065\u0077\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x057e,"\u0076\u0068\u006fo\u006b":0x028b,"\u0076\u0069\u0065\u0077\u0064\u0061\u0074\u0061":0x2317,"\u0076\u0069\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30f8,"\u0076\u0069\u0072\u0061\u006d\u0061\u0062\u0065\u006e\u0067\u0061\u006c\u0069":0x09cd,"\u0076\u0069\u0072\u0061\u006d\u0061\u0064\u0065\u0076\u0061":0x094d,"\u0076\u0069\u0072\u0061\u006d\u0061\u0067\u0075\u006aa\u0072\u0061\u0074\u0069":0x0acd,"\u0076\u0069\u0073\u0061\u0072\u0067\u0061\u0062\u0065n\u0067\u0061\u006c\u0069":0x0983,"v\u0069\u0073\u0061\u0072\u0067\u0061\u0064\u0065\u0076\u0061":0x0903,"\u0076i\u0073a\u0072\u0067\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069":0x0a83,"\u0076l\u006f\u006e\u0067\u0064\u0061\u0073h":0x27dd,"\u0076\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff56,"\u0076\u006f\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x0578,"\u0076\u006f\u0069ce\u0064\u0069\u0074\u0065\u0072\u0061\u0074\u0069\u006f\u006e\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x309e,"\u0076\u006f\u0069ce\u0064\u0069\u0074\u0065\u0072\u0061\u0074\u0069\u006f\u006e\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30fe,"\u0076\u006f\u0069\u0063\u0065\u0064\u006d\u0061\u0072k\u006b\u0061\u006e\u0061":0x309b,"\u0076\u006f\u0069ce\u0064\u006d\u0061\u0072\u006b\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068":0xff9e,"\u0076\u006f\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30fa,"\u0076\u0070\u0061\u0072\u0065\u006e":0x24b1,"\u0076\u0072\u0065\u0063\u0074\u0061\u006e\u0067\u006c\u0065":0x25af,"\u0076r\u0065c\u0074\u0061\u006e\u0067\u006c\u0065\u0062\u006c\u0061\u0063\u006b":0x25ae,"\u0076s\u0063\u0072\u0069\u0070\u0074":0x021b,"\u0076\u0074\u0069\u006c\u0064\u0065":0x1e7d,"\u0076\u0074\u0075r\u006e":0x021c,"\u0076t\u0075\u0072\u006e\u0065\u0064":0x028c,"\u0076\u0075\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x3094,"\u0076\u0075\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30f4,"\u0076\u0079\u0073\u006d\u0062\u006c\u006b\u0073\u0071\u0075\u0061\u0072\u0065":0x2b1d,"\u0076\u0079\u0073\u006d\u0077\u0068\u0074\u0063\u0069\u0072\u0063\u006c\u0065":0x2218,"\u0076\u0079\u0073\u006d\u0077\u0068\u0074\u0073\u0071\u0075\u0061\u0072\u0065":0x2b1e,"\u0076z\u0069\u0067\u007a\u0061\u0067":0x299a,"\u0077":0x0077,"\u0077\u0061\u0063\u0075\u0074\u0065":0x1e83,"\u0077a\u0065\u006b\u006f\u0072\u0065\u0061n":0x3159,"\u0077\u0061\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x308f,"\u0077\u0061\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30ef,"\u0077\u0061\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068":0xff9c,"\u0077\u0061\u006b\u006f\u0072\u0065\u0061\u006e":0x3158,"\u0077a\u0073m\u0061\u006c\u006c\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x308e,"\u0077a\u0073m\u0061\u006c\u006c\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30ee,"w\u0061\u0074\u0074\u006f\u0073\u0071\u0075\u0061\u0072\u0065":0x3357,"\u0077\u0061\u0076\u0065\u0064\u0061\u0073\u0068":0x301c,"\u0077\u0061\u0076\u0079un\u0064\u0065\u0072\u0073\u0063\u006f\u0072\u0065\u0076\u0065\u0072\u0074\u0069\u0063a\u006c":0xfe34,"\u0077a\u0077\u0061\u0072\u0061\u0062\u0069c":0x0648,"\u0077\u0061\u0077\u0066\u0069\u006e\u0061\u006c\u0061r\u0061\u0062\u0069\u0063":0xfeee,"\u0077a\u0077\u0068\u0061\u006d\u007a\u0061\u0061\u0062\u006f\u0076\u0065f\u0069\u006e\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063":0xfe86,"w\u0061\u0077\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064":0xfeed,"\u0077a\u0077\u0077\u0069\u0074h\u0068\u0061\u006d\u007a\u0061a\u0062o\u0076e\u0069\u0073\u006f\u006c\u0061\u0074\u0065d":0xfe85,"\u0077\u0062\u0073\u0071\u0075\u0061\u0072\u0065":0x33dd,"\u0077c\u0069\u0072\u0063\u006c\u0065":0x24e6,"w\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078":0x0175,"\u0077d\u0069\u0065\u0072\u0065\u0073\u0069s":0x1e85,"\u0077\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074":0x1e87,"\u0077d\u006f\u0074\u0062\u0065\u006c\u006fw":0x1e89,"\u0077\u0065\u0064\u0067\u0065\u0062\u0061\u0072":0x2a5f,"\u0077\u0065\u0064\u0067\u0065\u0064\u006f\u0074":0x27d1,"\u0077\u0065\u0064\u0067\u0065\u0064\u006f\u0075\u0062l\u0065\u0062\u0061\u0072":0x2a60,"\u0077\u0065\u0064g\u0065\u006d\u0069\u0064\u0076\u0065\u0072\u0074":0x2a5a,"\u0077e\u0064\u0067\u0065\u006f\u0064\u006ft":0x2a51,"\u0077\u0065\u0064g\u0065\u006f\u006e\u0077\u0065\u0064\u0067\u0065":0x2a55,"\u0077\u0065\u0064\u0067\u0065\u0071":0x2259,"\u0077\u0065\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x3091,"w\u0065\u0069\u0065\u0072\u0073\u0074\u0072\u0061\u0073\u0073":0x2118,"\u0077\u0065\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30f1,"\u0077\u0065\u006b\u006f\u0072\u0065\u0061\u006e":0x315e,"\u0077e\u006f\u006b\u006f\u0072\u0065\u0061n":0x315d,"\u0077\u0067\u0072\u0061\u0076\u0065":0x1e81,"w\u0068\u0069\u0074\u0065\u0062\u0075\u006c\u006c\u0065\u0074":0x25e6,"w\u0068\u0069\u0074\u0065\u0063\u0069\u0072\u0063\u006c\u0065":0x25cb,"\u0077\u0068\u0069\u0074ec\u006f\u0072\u006e\u0065\u0072\u0062\u0072\u0061\u0063\u006b\u0065\u0074\u006c\u0065f\u0074":0x300e,"\u0077\u0068\u0069\u0074\u0065\u0063\u006f\u0072\u006e\u0065r\u0062\u0072\u0061\u0063\u006b\u0065\u0074l\u0065\u0066\u0074\u0076\u0065\u0072\u0074\u0069\u0063\u0061\u006c":0xfe43,"\u0077\u0068\u0069te\u0063\u006f\u0072\u006e\u0065\u0072\u0062\u0072\u0061\u0063\u006b\u0065\u0074\u0072\u0069\u0067\u0068\u0074":0x300f,"\u0077\u0068\u0069t\u0065\u0063\u006f\u0072n\u0065\u0072\u0062\u0072\u0061\u0063\u006be\u0074\u0072\u0069\u0067\u0068\u0074\u0076\u0065\u0072\u0074\u0069\u0063\u0061\u006c":0xfe44,"\u0077\u0068\u0069t\u0065\u0064\u0069\u0061\u006d\u006f\u006e\u0064":0x25c7,"\u0077\u0068\u0069\u0074\u0065\u0064\u0069\u0061\u006d\u006f\u006e\u0064\u0063o\u006e\u0074\u0061\u0069\u006e\u0069n\u0067\u0062\u006c\u0061\u0063\u006b\u0073\u006d\u0061\u006c\u006c\u0064\u0069a\u006d\u006f\u006e\u0064":0x25c8,"\u0077\u0068\u0069\u0074\u0065\u0064\u006f\u0077\u006e\u0070o\u0069\u006e\u0074\u0069\u006e\u0067\u0073m\u0061\u006c\u006c\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065":0x25bf,"\u0077h\u0069\u0074\u0065\u0064o\u0077\u006e\u0070\u006f\u0069n\u0074i\u006eg\u0074\u0072\u0069\u0061\u006e\u0067\u006ce":0x25bd,"w\u0068i\u0074\u0065\u0069\u006e\u0077\u0068\u0069\u0074e\u0074\u0072\u0069\u0061ng\u006c\u0065":0x27c1,"\u0077\u0068\u0069\u0074\u0065\u006c\u0065\u0066\u0074\u0070o\u0069\u006e\u0074\u0069\u006e\u0067\u0073m\u0061\u006c\u006c\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065":0x25c3,"\u0077h\u0069\u0074\u0065\u006ce\u0066\u0074\u0070\u006f\u0069n\u0074i\u006eg\u0074\u0072\u0069\u0061\u006e\u0067\u006ce":0x25c1,"\u0077\u0068\u0069\u0074\u0065\u006c\u0065\u006e\u0074\u0069\u0063u\u006c\u0061\u0072\u0062\u0072\u0061\u0063\u006b\u0065\u0074l\u0065\u0066\u0074":0x3016,"w\u0068\u0069\u0074\u0065\u006c\u0065n\u0074\u0069\u0063\u0075\u006c\u0061\u0072\u0062\u0072a\u0063\u006b\u0065t\u0072i\u0067\u0068\u0074":0x3017,"\u0077\u0068i\u0074\u0065\u0070o\u0069\u006e\u0074\u0065\u0072\u006c\u0065\u0066\u0074":0x25c5,"\u0077\u0068\u0069\u0074\u0065\u0070\u006f\u0069\u006e\u0074\u0065\u0072r\u0069\u0067\u0068\u0074":0x25bb,"\u0077\u0068\u0069t\u0065\u0072\u0069\u0067h\u0074\u0070\u006f\u0069\u006e\u0074\u0069n\u0067\u0073\u006d\u0061\u006c\u006c\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065":0x25b9,"\u0077\u0068\u0069\u0074\u0065\u0072\u0069\u0067\u0068\u0074\u0070o\u0069\u006e\u0074\u0069\u006e\u0067\u0074\u0072\u0069\u0061n\u0067\u006c\u0065":0x25b7,"\u0077\u0068i\u0074\u0065\u0073m\u0061\u006c\u006c\u0073\u0071\u0075\u0061\u0072\u0065":0x25ab,"\u0077\u0068\u0069\u0074es\u0071\u0075\u0061\u0072\u0065\u0074\u0069\u0063\u006b\u006c\u0065\u0066\u0074":0x27e4,"w\u0068i\u0074\u0065\u0073\u0071\u0075\u0061\u0072\u0065t\u0069\u0063\u006b\u0072ig\u0068\u0074":0x27e5,"\u0077h\u0069\u0074\u0065\u0073\u0074\u0061r":0x2606,"\u0077\u0068\u0069\u0074\u0065\u0074\u0065\u006c\u0065p\u0068\u006f\u006e\u0065":0x260f,"\u0077\u0068i\u0074\u0065\u0074\u006f\u0072\u0074\u006f\u0069\u0073\u0065\u0073\u0068\u0065\u006c\u006c\u0062\u0072\u0061\u0063\u006b\u0065\u0074le\u0066\u0074":0x3018,"\u0077\u0068\u0069\u0074\u0065\u0074\u006f\u0072\u0074\u006fi\u0073\u0065\u0073\u0068\u0065\u006c\u006cb\u0072\u0061\u0063\u006b\u0065\u0074\u0072\u0069\u0067\u0068\u0074":0x3019,"\u0077\u0068\u0069\u0074e\u0075\u0070\u0070\u006f\u0069\u006e\u0074\u0069\u006e\u0067s\u006da\u006c\u006c\u0074\u0072\u0069\u0061\u006eg\u006c\u0065":0x25b5,"\u0077\u0068\u0069te\u0075\u0070\u0070\u006f\u0069\u006e\u0074\u0069\u006e\u0067\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065":0x25b3,"w\u0068\u0074\u0068\u006f\u0072\u007a\u006f\u0076\u0061\u006c":0x2b2d,"w\u0068\u0074\u0076\u0065\u0072\u0074\u006f\u0076\u0061\u006c":0x2b2f,"\u0077\u0069\u0064\u0065\u0061\u006e\u0067\u006c\u0065\u0064\u006f\u0077\u006e":0x29a6,"w\u0069\u0064\u0065\u0061\u006e\u0067\u006c\u0065\u0075\u0070":0x29a7,"\u0077i\u0064e\u0062\u0072\u0069\u0064\u0067\u0065\u0061\u0062\u006f\u0076\u0065":0x20e9,"\u0077\u0069\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x3090,"\u0077\u0069\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30f0,"\u0077\u0069\u006b\u006f\u0072\u0065\u0061\u006e":0x315f,"\u0077\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff57,"\u0077\u006f\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x3092,"\u0077\u006f\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30f2,"\u0077\u006f\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068":0xff66,"\u0077\u006f\u006e":0x20a9,"\u0077\u006f\u006em\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xffe6,"\u0077\u006f\u0077\u0061\u0065\u006e\u0074\u0068\u0061\u0069":0x0e27,"\u0077\u0070\u0061\u0072\u0065\u006e":0x24b2,"\u0077\u0072\u0065\u0061\u0074\u0068\u0070\u0072\u006f\u0064\u0075\u0063\u0074":0x2240,"\u0077\u0072\u0069n\u0067":0x1e98,"\u0077\u0073\u0075\u0070\u0065\u0072":0x0240,"\u0077s\u0075\u0070\u0065\u0072\u0069\u006fr":0x02b7,"\u0077\u0074\u0075r\u006e":0x021d,"\u0077t\u0075\u0072\u006e\u0065\u0064":0x028d,"\u0077\u0079\u006e\u006e":0x01bf,"\u0078":0x0078,"\u0078a\u0062\u006f\u0076\u0065\u0063\u006db":0x033d,"\u0078b\u006f\u0070\u006f\u006d\u006f\u0066o":0x3112,"\u0078c\u0069\u0072\u0063\u006c\u0065":0x24e7,"\u0078d\u0069\u0065\u0072\u0065\u0073\u0069s":0x1e8d,"\u0078\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074":0x1e8b,"x\u0065\u0068\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x056d,"\u0078\u0069":0x03be,"\u0078\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff58,"\u0078\u0070\u0061\u0072\u0065\u006e":0x24b3,"\u0078s\u0075\u0070\u0065\u0072\u0069\u006fr":0x02e3,"\u0079":0x0079,"y\u0061\u0061\u0064\u006f\u0073\u0071\u0075\u0061\u0072\u0065":0x334e,"\u0079a\u0062\u0065\u006e\u0067\u0061\u006ci":0x09af,"\u0079\u0061\u0063\u0075\u0074\u0065":0x00fd,"\u0079\u0061\u0064\u0065\u0076\u0061":0x092f,"\u0079a\u0065\u006b\u006f\u0072\u0065\u0061n":0x3152,"\u0079\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069":0x0aaf,"\u0079\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a2f,"\u0079\u0061\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x3084,"\u0079\u0061\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30e4,"\u0079\u0061\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068":0xff94,"\u0079\u0061\u006b\u006f\u0072\u0065\u0061\u006e":0x3151,"\u0079\u0061\u006da\u006b\u006b\u0061\u006e\u0074\u0068\u0061\u0069":0x0e4e,"\u0079a\u0073m\u0061\u006c\u006c\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x3083,"\u0079a\u0073m\u0061\u006c\u006c\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30e3,"\u0079a\u0073\u006d\u0061\u006c\u006c\u006b\u0061\u0074\u0061\u006b\u0061n\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068":0xff6c,"y\u0061\u0074\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x0463,"\u0079c\u0069\u0072\u0063\u006c\u0065":0x24e8,"y\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078":0x0177,"\u0079d\u0069\u0065\u0072\u0065\u0073\u0069s":0x00ff,"\u0079\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074":0x1e8f,"\u0079d\u006f\u0074\u0062\u0065\u006c\u006fw":0x1ef5,"\u0079e\u0068\u0061\u0072\u0061\u0062\u0069c":0x064a,"\u0079e\u0068b\u0061\u0072\u0072\u0065\u0065\u0061\u0072\u0061\u0062\u0069\u0063":0x06d2,"y\u0065h\u0062\u0061\u0072\u0072\u0065\u0065\u0066\u0069n\u0061\u006c\u0061\u0072ab\u0069\u0063":0xfbaf,"\u0079\u0065\u0068\u0066\u0069\u006e\u0061\u006c\u0061r\u0061\u0062\u0069\u0063":0xfef2,"\u0079\u0065\u0068\u0068am\u007a\u0061\u0061\u0062\u006f\u0076\u0065\u0061\u0072\u0061\u0062\u0069\u0063":0x0626,"\u0079e\u0068\u0068\u0061\u006d\u007a\u0061\u0061\u0062\u006f\u0076\u0065f\u0069\u006e\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063":0xfe8a,"\u0079\u0065\u0068\u0068\u0061\u006d\u007a\u0061\u0061\u0062\u006fv\u0065\u0069\u006e\u0069\u0074\u0069\u0061\u006c\u0061\u0072a\u0062\u0069\u0063":0xfe8b,"\u0079e\u0068\u0068\u0061\u006dz\u0061\u0061\u0062\u006f\u0076e\u006de\u0064i\u0061\u006c\u0061\u0072\u0061\u0062\u0069c":0xfe8c,"\u0079\u0065h\u0069\u006e\u0069t\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063":0xfef3,"y\u0065\u0068\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064":0xfef1,"y\u0065h\u006d\u0065\u0065\u006d\u0069\u006e\u0069\u0074i\u0061\u006c\u0061\u0072ab\u0069\u0063":0xfcdd,"y\u0065\u0068\u006d\u0065em\u0069s\u006f\u006c\u0061\u0074\u0065d\u0061\u0072\u0061\u0062\u0069\u0063":0xfc58,"\u0079e\u0068n\u006f\u006f\u006e\u0066\u0069n\u0061\u006ca\u0072\u0061\u0062\u0069\u0063":0xfc94,"\u0079\u0065\u0068th\u0072\u0065\u0065\u0064\u006f\u0074\u0073\u0062\u0065\u006c\u006f\u0077\u0061\u0072\u0061\u0062\u0069\u0063":0x06d1,"\u0079\u0065\u0068wi\u0074\u0068\u0061\u006c\u0065\u0066\u006d\u0061\u006b\u0073\u0075\u0072\u0061\u0066\u0069\u006e\u0061\u006c":0xfc95,"\u0079\u0065\u0068\u0077\u0069\u0074\u0068\u0061\u006c\u0065\u0066m\u0061\u006b\u0073\u0075\u0072\u0061\u0069\u0073\u006f\u006ca\u0074\u0065\u0064":0xfc59,"\u0079\u0065\u0068\u0077\u0069\u0074\u0068\u0068\u0061\u0068\u0069\u006ei\u0074\u0069\u0061\u006c":0xfcdb,"\u0079e\u0068\u0077\u0069\u0074h\u0068\u0061\u006d\u007a\u0061a\u0062o\u0076e\u0069\u0073\u006f\u006c\u0061\u0074\u0065d":0xfe89,"\u0079e\u0068w\u0069\u0074\u0068\u006a\u0065e\u006d\u0069n\u0069\u0074\u0069\u0061\u006c":0xfcda,"\u0079e\u0068w\u0069\u0074\u0068\u006b\u0068a\u0068\u0069n\u0069\u0074\u0069\u0061\u006c":0xfcdc,"\u0079e\u0068w\u0069\u0074\u0068\u0072\u0065\u0068\u0066\u0069\u006e\u0061\u006c":0xfc91,"\u0079\u0065\u006b\u006f\u0072\u0065\u0061\u006e":0x3156,"\u0079\u0065\u006e":0x00a5,"\u0079\u0065\u006em\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xffe5,"\u0079e\u006f\u006b\u006f\u0072\u0065\u0061n":0x3155,"\u0079\u0065\u006f\u0072\u0069\u006e\u0068\u0069\u0065\u0075\u0068\u006bo\u0072\u0065\u0061\u006e":0x3186,"\u0079e\u0072a\u0068\u0062\u0065\u006e\u0079o\u006d\u006fh\u0065\u0062\u0072\u0065\u0077":0x05aa,"\u0079\u0065\u0072i\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x044b,"y\u0065r\u0075\u0064\u0069\u0065\u0072\u0065\u0073\u0069s\u0063\u0079\u0072\u0069ll\u0069\u0063":0x04f9,"\u0079\u0065\u0073\u0069\u0065\u0075\u006e\u0067\u006bo\u0072\u0065\u0061\u006e":0x3181,"y\u0065\u0073\u0069\u0065un\u0067p\u0061\u006e\u0073\u0069\u006fs\u006b\u006f\u0072\u0065\u0061\u006e":0x3183,"\u0079e\u0073i\u0065\u0075\u006e\u0067\u0073i\u006f\u0073k\u006f\u0072\u0065\u0061\u006e":0x3182,"y\u0065\u0074\u0069\u0076\u0068\u0065\u0062\u0072\u0065\u0077":0x059a,"\u0079\u0067\u0072\u0061\u0076\u0065":0x1ef3,"\u0079\u0068\u006fo\u006b":0x01b4,"\u0079\u0068\u006f\u006f\u006b\u0061\u0062\u006f\u0076\u0065":0x1ef7,"\u0079\u0069\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x0575,"\u0079\u0069\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x0457,"\u0079\u0069\u006b\u006f\u0072\u0065\u0061\u006e":0x3162,"\u0079i\u006e\u0079\u0061\u006e\u0067":0x262f,"\u0079\u0069\u0077n\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x0582,"\u0079\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff59,"\u0079o\u0064d\u0061\u0067\u0065\u0073\u0068\u0068\u0065\u0062\u0072\u0065\u0077":0xfb39,"\u0079\u006f\u0064y\u006f\u0064\u0068\u0065\u0062\u0072\u0065\u0077":0x05f2,"\u0079\u006f\u0064\u0079\u006f\u0064\u0070\u0061\u0074\u0061\u0068\u0068e\u0062\u0072\u0065\u0077":0xfb1f,"\u0079\u006f\u0067\u0068":0x0222,"\u0079\u006f\u0067\u0068\u0063\u0075\u0072\u006c":0x0223,"\u0079\u006f\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x3088,"\u0079o\u0069\u006b\u006f\u0072\u0065\u0061n":0x3189,"\u0079\u006f\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30e8,"\u0079\u006f\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068":0xff96,"\u0079\u006f\u006b\u006f\u0072\u0065\u0061\u006e":0x315b,"\u0079o\u0073m\u0061\u006c\u006c\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x3087,"\u0079o\u0073m\u0061\u006c\u006c\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30e7,"\u0079o\u0073\u006d\u0061\u006c\u006c\u006b\u0061\u0074\u0061\u006b\u0061n\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068":0xff6e,"\u0079\u006f\u0074\u0067\u0072\u0065\u0065\u006b":0x03f3,"y\u006f\u0079\u0061\u0065\u006b\u006f\u0072\u0065\u0061\u006e":0x3188,"\u0079\u006f\u0079\u0061\u006b\u006f\u0072\u0065\u0061\u006e":0x3187,"\u0079o\u0079\u0061\u006b\u0074\u0068\u0061i":0x0e22,"\u0079\u006f\u0079\u0069\u006e\u0067\u0074\u0068\u0061\u0069":0x0e0d,"\u0079\u0070\u0061\u0072\u0065\u006e":0x24b4,"\u0079\u0070\u006f\u0067\u0065\u0067\u0072\u0061\u006d\u006d\u0065\u006e\u0069":0x037a,"y\u0070\u006f\u0067\u0065gr\u0061m\u006d\u0065\u006e\u0069\u0067r\u0065\u0065\u006b\u0063\u006d\u0062":0x0345,"\u0079\u0072":0x01a6,"\u0079\u0072\u0069n\u0067":0x1e99,"\u0079\u0073\u0075\u0070\u0065\u0072":0x0241,"\u0079s\u0075\u0070\u0065\u0072\u0069\u006fr":0x02b8,"\u0079\u0074\u0069\u006c\u0064\u0065":0x1ef9,"\u0079\u0074\u0075r\u006e":0x021e,"\u0079t\u0075\u0072\u006e\u0065\u0064":0x028e,"\u0079\u0075\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x3086,"\u0079u\u0069\u006b\u006f\u0072\u0065\u0061n":0x318c,"\u0079\u0075\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30e6,"\u0079\u0075\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068":0xff95,"\u0079\u0075\u006b\u006f\u0072\u0065\u0061\u006e":0x3160,"\u0079\u0075\u0073\u0062\u0069\u0067\u0063\u0079\u0072i\u006c\u006c\u0069\u0063":0x046b,"\u0079\u0075\u0073\u0062ig\u0069\u006f\u0074\u0069\u0066\u0069\u0065\u0064\u0063\u0079\u0072\u0069\u006c\u006ci\u0063":0x046d,"\u0079\u0075\u0073\u006c\u0069\u0074\u0074\u006c\u0065\u0063\u0079\u0072i\u006c\u006c\u0069\u0063":0x0467,"\u0079u\u0073\u006c\u0069\u0074t\u006c\u0065\u0069\u006f\u0074i\u0066i\u0065d\u0063\u0079\u0072\u0069\u006c\u006c\u0069c":0x0469,"\u0079u\u0073m\u0061\u006c\u006c\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x3085,"\u0079u\u0073m\u0061\u006c\u006c\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30e5,"\u0079u\u0073\u006d\u0061\u006c\u006c\u006b\u0061\u0074\u0061\u006b\u0061n\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068":0xff6d,"\u0079\u0075\u0079\u0065\u006b\u006f\u0072\u0065\u0061\u006e":0x318b,"y\u0075\u0079\u0065\u006f\u006b\u006f\u0072\u0065\u0061\u006e":0x318a,"\u0079\u0079\u0061\u0062\u0065\u006e\u0067\u0061\u006c\u0069":0x09df,"\u0079y\u0061\u0064\u0065\u0076\u0061":0x095f,"\u007a":0x007a,"\u007a\u0061\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x0566,"\u007a\u0061\u0063\u0075\u0074\u0065":0x017a,"\u007a\u0061\u0064\u0065\u0076\u0061":0x095b,"\u007a\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a5b,"\u007aa\u0068\u0061\u0072\u0061\u0062\u0069c":0x0638,"\u007a\u0061\u0068\u0066\u0069\u006e\u0061\u006c\u0061r\u0061\u0062\u0069\u0063":0xfec6,"\u007a\u0061h\u0069\u006e\u0069t\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063":0xfec7,"\u007a\u0061\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x3056,"z\u0061\u0068\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064":0xfec5,"\u007aa\u0068m\u0065\u0064\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063":0xfec8,"\u007a\u0061\u0069\u006e\u0061\u0072\u0061\u0062\u0069\u0063":0x0632,"\u007aa\u0069n\u0066\u0069\u006e\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063":0xfeb0,"\u007a\u0061\u0069n\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064":0xfeaf,"\u007a\u0061\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30b6,"\u007a\u0061q\u0065\u0066\u0067a\u0064\u006f\u006c\u0068\u0065\u0062\u0072\u0065\u0077":0x0595,"\u007a\u0061q\u0065\u0066\u0071a\u0074\u0061\u006e\u0068\u0065\u0062\u0072\u0065\u0077":0x0594,"z\u0061\u0072\u0071\u0061\u0068\u0065\u0062\u0072\u0065\u0077":0x0598,"\u007a\u0061\u0079\u0069\u006e\u0064\u0061\u0067\u0065\u0073\u0068\u0068e\u0062\u0072\u0065\u0077":0xfb36,"\u007ab\u006f\u0070\u006f\u006d\u006f\u0066o":0x3117,"\u007a\u0063\u0061\u0072\u006f\u006e":0x017e,"\u007ac\u0069\u0072\u0063\u006c\u0065":0x24e9,"z\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078":0x1e91,"\u007a\u0063\u006d\u0070":0x2a1f,"\u007a\u0063\u0075r\u006c":0x0291,"\u007a\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074":0x017c,"\u007ad\u006f\u0074\u0062\u0065\u006c\u006fw":0x1e93,"\u007a\u0065\u0064\u0065sc\u0065\u006e\u0064\u0065\u0072\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x0499,"\u007ae\u0064i\u0065\u0072\u0065\u0073\u0069s\u0063\u0079r\u0069\u006c\u006c\u0069\u0063":0x04df,"\u007a\u0065\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x305c,"\u007a\u0065\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30bc,"\u007a\u0065\u0072\u006f":0x0030,"z\u0065\u0072\u006f\u0062\u0065\u006e\u0067\u0061\u006c\u0069":0x09e6,"\u007a\u0065\u0072\u006f\u0064\u0065\u0076\u0061":0x0966,"\u007a\u0065\u0072o\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069":0x0ae6,"\u007a\u0065\u0072o\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a66,"\u007a\u0065\u0072\u006f\u0068\u0061\u0063\u006b\u0061r\u0061\u0062\u0069\u0063":0x0660,"\u007a\u0065\u0072o\u0069\u006e\u0066\u0065\u0072\u0069\u006f\u0072":0x2080,"\u007a\u0065\u0072\u006f\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff10,"\u007a\u0065\u0072o\u006f\u006c\u0064\u0073\u0074\u0079\u006c\u0065":0xf730,"z\u0065\u0072\u006f\u0070\u0065\u0072\u0073\u0069\u0061\u006e":0x06f0,"\u007a\u0065\u0072o\u0073\u0075\u0070\u0065\u0072\u0069\u006f\u0072":0x2070,"\u007a\u0065\u0072\u006f\u0074\u0068\u0061\u0069":0x0e50,"\u007ae\u0072o\u0077\u0069\u0064\u0074\u0068\u006a\u006f\u0069\u006e\u0065\u0072":0xfeff,"\u007a\u0065\u0072\u006f\u0077\u0069\u0064\u0074\u0068s\u0070\u0061\u0063\u0065":0x200b,"\u007a\u0065\u0074\u0061":0x03b6,"\u007a\u0068\u0062\u006f\u0070\u006f\u006d\u006f\u0066\u006f":0x3113,"z\u0068\u0065\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x056a,"\u007a\u0068\u0065\u0062\u0072\u0065\u0076\u0065":0x03fe,"\u007a\u0068e\u0062\u0072\u0065v\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x04c2,"z\u0068\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x0436,"z\u0068e\u0064\u0065\u0073\u0063\u0065\u006e\u0064\u0065r\u0063\u0079\u0072\u0069ll\u0069\u0063":0x0497,"\u007a\u0068\u0065\u0064ie\u0072\u0065\u0073\u0069\u0073\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x04dd,"\u007a\u0069\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x3058,"\u007a\u0069\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30b8,"z\u0069\u006e\u006f\u0072\u0068\u0065\u0062\u0072\u0065\u0077":0x05ae,"\u007a\u006c\u0069\u006e\u0065\u0062\u0065\u006c\u006f\u0077":0x1e95,"\u007a\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff5a,"\u007a\u006f\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x305e,"\u007a\u006f\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30be,"\u007a\u0070\u0061\u0072\u0065\u006e":0x24b5,"\u007a\u0070\u0069p\u0065":0x2a20,"\u007a\u0070\u0072\u006f\u006a\u0065\u0063\u0074":0x2a21,"\u007a\u0072\u0065\u0074\u0072\u006f\u0066\u006c\u0065x\u0068\u006f\u006f\u006b":0x0290,"\u007ar\u0074\u0068\u006f\u006f\u006b":0x0220,"\u007as\u0074\u0072\u006f\u006b\u0065":0x01b6,"\u007a\u0075\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x305a,"\u007a\u0075\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30ba}); +func (_gadg UTF16Encoder )Encode (str string )[]byte {return []byte (_be .StringToUTF16 (str ))};var _fba =_fde .NewRuneStringMap (map[rune ]string {'Ꜳ':"\u0041\u0041",'ꜳ':"\u0061\u0061",'Ꜵ':"\u0061\u0061",'ꜵ':"\u0061\u006f",'Ꜷ':"\u0041\u0055",'ꜷ':"\u0061\u0075",'Ꜽ':"\u0041\u0059",'ꜽ':"\u0061\u0079",'\U0001f670':"\u0065\u0074",'ff':"\u0066\u0066",'ffi':"\u0066\u0066\u0069",'ffl':"\u0066\u0066\u006c",'fi':"\u0066\u0069",'fl':"\u0066\u006c",'Œ':"\u004f\u0045",'œ':"\u006f\u0065",'Ꝏ':"\u004f\u004f",'ꝏ':"\u006f\u006f",'st':"\u0073\u0074",'ſt':"\u017f\u0074",'Ꜩ':"\u0054\u005a",'ꜩ':"\u0074\u007a",'ᵫ':"\u0075\u0065",'Ꝡ':"\u0056\u0059",'ꝡ':"\u0076\u0079",0xe000:"\u0066\u0074",0xe001:"\u0066\u006a",0xe002:"\u0066\u0062",0xe003:"\u0066\u0068",0xe004:"\u0066\u006b",0xe005:"\u0074\u0074",0xe006:"\u0074\u0066",0xe007:"\u0066\u0066\u006a",0xe008:"\u0066\u0066\u0062",0xe009:"\u0066\u0066\u0068",0xe00a:"\u0066\u0066\u006b",0xe00b:"\u0054\u005f\u0068"}); +func _da (_c ...charCodeGlyphNameTuple )*charCodeGlyphNameMap {_cb :=map[CharCode ]GlyphName {};for _ ,_fb :=range _c {_cb [_fb .CharCode ]=_fb .GlyphName ;};return &charCodeGlyphNameMap {_cf :_cb };};func init (){RegisterSimpleEncoding (_ccab ,NewWinAnsiEncoder )}; +func (_bbda UTF16Encoder )CharcodeToRune (code CharCode )(rune ,bool ){return rune (code ),true };func RuneToString (r rune )string {if _gea ,_fag :=_fba .Read (r );_fag {return _gea ;};return string (r );};func _aaa (_abe TextEncoder ,_aagd string )[]byte {_bda :=make ([]byte ,0,len (_aagd )); +for _ ,_eea :=range _aagd {_gdb ,_gba :=_abe .RuneToCharcode (_eea );if !_gba ||_gdb > 0xff{_ea .Log .Debug ("\u0046\u0061i\u006c\u0065\u0064\u0020\u0074\u006f\u0020\u006d\u0061\u0070\u0020\u0072\u0075\u006e\u0065\u0020\u0074\u006f\u0020\u0063\u0068\u0061\u0072\u0063\u006f\u0064\u0065\u0020\u0066\u006f\u0072\u0020\u0072\u0075\u006e\u0065\u0020\u0030\u0078\u0025\u0030\u0034\u0078",_eea ); +continue ;};_bda =append (_bda ,byte (_gdb ));};return _bda ;};const _eaaf =10;func (_fad *differencesEncoding )CharcodeToRune (code CharCode )(rune ,bool ){if code > 0xff{return MissingCodeRune ,false ;};_cbfd :=byte (code );if _fcc ,_fdc :=_fad ._gff .Read (_cbfd ); +_fdc {return _fcc ,true ;};return _fad ._ebf .CharcodeToRune (code );};type simpleEncodersMap struct{_fecfg map[string ]func ()SimpleEncoder ;_eggg _e .RWMutex ;};func (_ggcdd UTF16Encoder )ToPdfObject ()_bc .PdfObject {if _ggcdd ._aee !=""{return _bc .MakeName (_ggcdd ._aee ); +};return _bc .MakeNull ();};var _dfgg =_fde .NewByteRuneMap (map[byte ]rune {0x20:' ',0x21:'!',0x22:'"',0x23:'#',0x24:'$',0x25:'%',0x26:'&',0x27:'’',0x28:'(',0x29:')',0x2a:'*',0x2b:'+',0x2c:',',0x2d:'-',0x2e:'.',0x2f:'/',0x30:'0',0x31:'1',0x32:'2',0x33:'3',0x34:'4',0x35:'5',0x36:'6',0x37:'7',0x38:'8',0x39:'9',0x3a:':',0x3b:';',0x3c:'<',0x3d:'=',0x3e:'>',0x3f:'?',0x40:'@',0x41:'A',0x42:'B',0x43:'C',0x44:'D',0x45:'E',0x46:'F',0x47:'G',0x48:'H',0x49:'I',0x4a:'J',0x4b:'K',0x4c:'L',0x4d:'M',0x4e:'N',0x4f:'O',0x50:'P',0x51:'Q',0x52:'R',0x53:'S',0x54:'T',0x55:'U',0x56:'V',0x57:'W',0x58:'X',0x59:'Y',0x5a:'Z',0x5b:'[',0x5c:'\\',0x5d:']',0x5e:'^',0x5f:'_',0x60:'‘',0x61:'a',0x62:'b',0x63:'c',0x64:'d',0x65:'e',0x66:'f',0x67:'g',0x68:'h',0x69:'i',0x6a:'j',0x6b:'k',0x6c:'l',0x6d:'m',0x6e:'n',0x6f:'o',0x70:'p',0x71:'q',0x72:'r',0x73:'s',0x74:'t',0x75:'u',0x76:'v',0x77:'w',0x78:'x',0x79:'y',0x7a:'z',0x7b:'{',0x7c:'|',0x7d:'}',0x7e:'~',0xa1:'¡',0xa2:'¢',0xa3:'£',0xa4:'⁄',0xa5:'¥',0xa6:'ƒ',0xa7:'§',0xa8:'¤',0xa9:'\'',0xaa:'“',0xab:'«',0xac:'‹',0xad:'›',0xae:'fi',0xaf:'fl',0xb1:'–',0xb2:'†',0xb3:'‡',0xb4:'·',0xb6:'¶',0xb7:'•',0xb8:'‚',0xb9:'„',0xba:'”',0xbb:'»',0xbc:'…',0xbd:'‰',0xbf:'¿',0xc1:'`',0xc2:'´',0xc3:'ˆ',0xc4:'˜',0xc5:'¯',0xc6:'˘',0xc7:'˙',0xc8:'¨',0xca:'˚',0xcb:'¸',0xcc:'˝',0xcd:'˛',0xce:'ˇ',0xcf:'—',0xe1:'Æ',0xe3:'ª',0xe8:'Ł',0xe9:'Ø',0xea:'Œ',0xeb:'º',0xf1:'æ',0xf5:'ı',0xf8:'ł',0xf9:'ø',0xfa:'œ',0xfb:'ß'}); +func (_afd *simpleEncoding )Decode (raw []byte )string {_bedbd ,_ :=_afd .NewDecoder ().Bytes (raw );return string (_bedbd );};func (_ebg *charCodeGlyphNameMap )Delete (key CharCode ){_ebg ._gg .Lock ();defer _ebg ._gg .Unlock ();delete (_ebg ._cf ,key ); +};func (_ecc *TrueTypeFontEncoder )Encode (str string )[]byte {return _edg (_ecc ,str )};func FromFontDifferences (diffList *_bc .PdfObjectArray )(map[CharCode ]GlyphName ,error ){_ce :=make (map[CharCode ]GlyphName );var _bd CharCode ;for _ ,_acd :=range diffList .Elements (){switch _bbf :=_acd .(type ){case *_bc .PdfObjectInteger :_bd =CharCode (*_bbf ); +case *_bc .PdfObjectName :_bg :=string (*_bbf );_ce [_bd ]=GlyphName (_bg );_bd ++;default:_ea .Log .Debug ("\u0045\u0052\u0052OR\u003a\u0020\u0042\u0061\u0064\u0020\u0074\u0079\u0070\u0065\u002e\u0020\u006f\u0062\u006a\u003d\u0025\u0073",_acd );return nil ,_bc .ErrTypeError ; +};};return _ce ,nil ;};func (_cff *charCodeGlyphNameMap )Range (f func (_ad CharCode ,_bed GlyphName )(_ffc bool )){_cff ._gg .RLock ();defer _cff ._gg .RUnlock ();for _egg ,_eb :=range _cff ._cf {if f (_egg ,_eb ){break ;};};};func (_eeg UTF16Encoder )Decode (raw []byte )string {return _be .UTF16ToString (raw )}; +func (_ace *charCodeGlyphNameMap )RangeDelete (f func (_aa CharCode ,_fef GlyphName )(_bb bool ,_fec bool )){_ace ._gg .Lock ();defer _ace ._gg .Unlock ();for _ab ,_dd :=range _ace ._cf {_eab ,_dg :=f (_ab ,_dd );if _eab {delete (_ace ._cf ,_ab );};if _dg {break ; +};};};func (_dgcd *TrueTypeFontEncoder )RuneToCharcode (r rune )(CharCode ,bool ){_gaae ,_dcce :=_dgcd ._aaf .Read (r );if !_dcce {_ea .Log .Debug ("M\u0069\u0073\u0073\u0069\u006e\u0067 \u0072\u0075\u006e\u0065\u0020\u0025d\u0020\u0028\u0025\u002b\u0071\u0029\u0020f\u0072\u006f\u006d\u0020\u0065\u006e\u0063\u006f\u0064\u0069n\u0067",r ,r ); +return 0,false ;};_dgcd ._dggd .Write (r );_dgec :=CharCode (_gaae );return _dgec ,true ;};func (_dba *IdentityEncoder )GlyphToRune (glyph GlyphName )(rune ,bool ){if glyph =="\u0073\u0070\u0061c\u0065"{return ' ',true ;}else if !_a .HasPrefix (string (glyph ),"\u0075\u006e\u0069")||len (glyph )!=7{return 0,false ; +};_cgef ,_aff :=_ac .ParseUint (string (glyph [3:]),16,16);if _aff !=nil {return 0,false ;};return rune (_cgef ),true ;};type simpleEncoding struct{_ffaf string ;_eed *_fde .RuneByteMap ;_fbe *_fde .ByteRuneMap ;_bbag *_fde .RuneSet ;};type TextEncoder interface{String ()string ; +Encode (_ege string )[]byte ;Decode (_gaa []byte )string ;RuneToCharcode (_ecg rune )(CharCode ,bool );CharcodeToRune (_fdcb CharCode )(rune ,bool );ToPdfObject ()_bc .PdfObject ;};const _ccab ="\u0057i\u006eA\u006e\u0073\u0069\u0045\u006e\u0063\u006f\u0064\u0069\u006e\u0067"; +func (_gbea *IdentityEncoder )RuneToGlyph (r rune )(GlyphName ,bool ){if r ==' '{return "\u0073\u0070\u0061c\u0065",true ;};_bad :=GlyphName (_d .Sprintf ("\u0075n\u0069\u0025\u002e\u0034\u0058",r ));return _bad ,true ;};type TrueTypeFontEncoder struct{_aaf *_fde .RuneUint16Map ; +_dggd *_fde .RuneSet ;};type simpleDecoder struct{_aea *_fde .ByteRuneMap };func (_eedc *simpleEncodersMap )Range (f func (_dac string ,_bceg func ()SimpleEncoder )(_dggc bool )){_eedc ._eggg .RLock ();defer _eedc ._eggg .RUnlock ();for _ddd ,_cbc :=range _eedc ._fecfg {if f (_ddd ,_cbc ){break ; +};};}; \ No newline at end of file diff --git a/internal/timeutils/timeutils.go b/internal/timeutils/timeutils.go index 46e78f43c..86c2857ae 100644 --- a/internal/timeutils/timeutils.go +++ b/internal/timeutils/timeutils.go @@ -9,12 +9,12 @@ // Use of this source code is governed by the UniDoc End User License Agreement // terms that can be accessed at https://unidoc.io/eula/ -package timeutils ;import (_bf "errors";_ff "fmt";_ba "regexp";_bg "strconv";_f "time";);var _ag =_ba .MustCompile ("\u005cs\u002a\u0044\u005cs\u002a\u003a\u005cs\u002a(\\\u0064\u007b\u0034\u007d\u0029\u0028\u005cd\u007b\u0032\u007d\u0029\u0028\u005c\u0064\u007b\u0032\u007d\u0029\u0028\u005c\u0064\u007b\u0032\u007d\u0029\u0028\u005c\u0064\u007b\u0032\u007d\u0029\u0028\u005c\u0064{2\u007d)\u003f\u0028\u005b\u002b\u002d\u005a]\u0029\u003f\u0028\u005c\u0064{\u0032\u007d\u0029\u003f\u0027\u003f\u0028\u005c\u0064\u007b\u0032}\u0029\u003f"); -func FormatPdfTime (in _f .Time )string {_c :=in .Format ("\u002d\u0030\u0037\u003a\u0030\u0030");_g ,_ :=_bg .ParseInt (_c [1:3],10,32);_d ,_ :=_bg .ParseInt (_c [4:6],10,32);_ge :=int64 (in .Year ());_gf :=int64 (in .Month ());_fg :=int64 (in .Day ()); -_baf :=int64 (in .Hour ());_ga :=int64 (in .Minute ());_fe :=int64 (in .Second ());_bb :=_c [0];return _ff .Sprintf ("\u0044\u003a\u0025\u002e\u0034\u0064\u0025\u002e\u0032\u0064\u0025\u002e\u0032\u0064\u0025\u002e\u0032\u0064\u0025\u002e\u0032\u0064\u0025\u002e2\u0064\u0025\u0063\u0025\u002e2\u0064\u0027%\u002e\u0032\u0064\u0027",_ge ,_gf ,_fg ,_baf ,_ga ,_fe ,_bb ,_g ,_d ); -};func ParsePdfTime (pdfTime string )(_f .Time ,error ){_baff :=_ag .FindAllStringSubmatch (pdfTime ,1);if len (_baff )< 1{if len (pdfTime )> 0&&pdfTime [0]!='D'{pdfTime =_ff .Sprintf ("\u0044\u003a\u0025\u0073",pdfTime );return ParsePdfTime (pdfTime ); -};return _f .Time {},_ff .Errorf ("\u0069n\u0076\u0061\u006c\u0069\u0064\u0020\u0064\u0061\u0074\u0065\u0020s\u0074\u0072\u0069\u006e\u0067\u0020\u0028\u0025\u0073\u0029",pdfTime );};if len (_baff [0])!=10{return _f .Time {},_bf .New ("\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0072\u0065\u0067\u0065\u0078p\u0020\u0067\u0072\u006f\u0075\u0070 \u006d\u0061\u0074\u0063\u0068\u0020\u006c\u0065\u006e\u0067\u0074\u0068\u0020!\u003d\u0020\u0031\u0030"); -};_a ,_ :=_bg .ParseInt (_baff [0][1],10,32);_cc ,_ :=_bg .ParseInt (_baff [0][2],10,32);_e ,_ :=_bg .ParseInt (_baff [0][3],10,32);_dcd ,_ :=_bg .ParseInt (_baff [0][4],10,32);_fa ,_ :=_bg .ParseInt (_baff [0][5],10,32);_bfg ,_ :=_bg .ParseInt (_baff [0][6],10,32); -var (_ca byte ;_ea int64 ;_fag int64 ;);_ca ='+';if len (_baff [0][7])> 0{if _baff [0][7]=="\u002d"{_ca ='-';}else if _baff [0][7]=="\u005a"{_ca ='Z';};};if len (_baff [0][8])> 0{_ea ,_ =_bg .ParseInt (_baff [0][8],10,32);}else {_ea =0;};if len (_baff [0][9])> 0{_fag ,_ =_bg .ParseInt (_baff [0][9],10,32); -}else {_fag =0;};_gd :=int (_ea *60*60+_fag *60);switch _ca {case '-':_gd =-_gd ;case 'Z':_gd =0;};_bac :=_ff .Sprintf ("\u0055\u0054\u0043\u0025\u0063\u0025\u002e\u0032\u0064\u0025\u002e\u0032\u0064",_ca ,_ea ,_fag );_gdb :=_f .FixedZone (_bac ,_gd ); -return _f .Date (int (_a ),_f .Month (_cc ),int (_e ),int (_dcd ),int (_fa ),int (_bfg ),0,_gdb ),nil ;}; \ No newline at end of file +package timeutils ;import (_b "errors";_g "fmt";_cf "regexp";_c "strconv";_a "time";);var _ff =_cf .MustCompile ("\u005cs\u002a\u0044\u005cs\u002a\u003a\u005cs\u002a(\\\u0064\u007b\u0034\u007d\u0029\u0028\u005cd\u007b\u0032\u007d\u0029\u0028\u005c\u0064\u007b\u0032\u007d\u0029\u0028\u005c\u0064\u007b\u0032\u007d\u0029\u0028\u005c\u0064\u007b\u0032\u007d\u0029\u0028\u005c\u0064{2\u007d)\u003f\u0028\u005b\u002b\u002d\u005a]\u0029\u003f\u0028\u005c\u0064{\u0032\u007d\u0029\u003f\u0027\u003f\u0028\u005c\u0064\u007b\u0032}\u0029\u003f"); +func FormatPdfTime (in _a .Time )string {_e :=in .Format ("\u002d\u0030\u0037\u003a\u0030\u0030");_bd ,_ :=_c .ParseInt (_e [1:3],10,32);_bff ,_ :=_c .ParseInt (_e [4:6],10,32);_d :=int64 (in .Year ());_cb :=int64 (in .Month ());_de :=int64 (in .Day ()); +_ed :=int64 (in .Hour ());_beg :=int64 (in .Minute ());_fe :=int64 (in .Second ());_gb :=_e [0];return _g .Sprintf ("\u0044\u003a\u0025\u002e\u0034\u0064\u0025\u002e\u0032\u0064\u0025\u002e\u0032\u0064\u0025\u002e\u0032\u0064\u0025\u002e\u0032\u0064\u0025\u002e2\u0064\u0025\u0063\u0025\u002e2\u0064\u0027%\u002e\u0032\u0064\u0027",_d ,_cb ,_de ,_ed ,_beg ,_fe ,_gb ,_bd ,_bff ); +};func ParsePdfTime (pdfTime string )(_a .Time ,error ){_aa :=_ff .FindAllStringSubmatch (pdfTime ,1);if len (_aa )< 1{if len (pdfTime )> 0&&pdfTime [0]!='D'{pdfTime =_g .Sprintf ("\u0044\u003a\u0025\u0073",pdfTime );return ParsePdfTime (pdfTime );};return _a .Time {},_g .Errorf ("\u0069n\u0076\u0061\u006c\u0069\u0064\u0020\u0064\u0061\u0074\u0065\u0020s\u0074\u0072\u0069\u006e\u0067\u0020\u0028\u0025\u0073\u0029",pdfTime ); +};if len (_aa [0])!=10{return _a .Time {},_b .New ("\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0072\u0065\u0067\u0065\u0078p\u0020\u0067\u0072\u006f\u0075\u0070 \u006d\u0061\u0074\u0063\u0068\u0020\u006c\u0065\u006e\u0067\u0074\u0068\u0020!\u003d\u0020\u0031\u0030"); +};_ea ,_ :=_c .ParseInt (_aa [0][1],10,32);_ge ,_ :=_c .ParseInt (_aa [0][2],10,32);_ac ,_ :=_c .ParseInt (_aa [0][3],10,32);_af ,_ :=_c .ParseInt (_aa [0][4],10,32);_ba ,_ :=_c .ParseInt (_aa [0][5],10,32);_bag ,_ :=_c .ParseInt (_aa [0][6],10,32);var (_dd byte ; +_dg int64 ;_bed int64 ;);_dd ='+';if len (_aa [0][7])> 0{if _aa [0][7]=="\u002d"{_dd ='-';}else if _aa [0][7]=="\u005a"{_dd ='Z';};};if len (_aa [0][8])> 0{_dg ,_ =_c .ParseInt (_aa [0][8],10,32);}else {_dg =0;};if len (_aa [0][9])> 0{_bed ,_ =_c .ParseInt (_aa [0][9],10,32); +}else {_bed =0;};_gc :=int (_dg *60*60+_bed *60);switch _dd {case '-':_gc =-_gc ;case 'Z':_gc =0;};_aad :=_g .Sprintf ("\u0055\u0054\u0043\u0025\u0063\u0025\u002e\u0032\u0064\u0025\u002e\u0032\u0064",_dd ,_dg ,_bed );_dc :=_a .FixedZone (_aad ,_gc );return _a .Date (int (_ea ),_a .Month (_ge ),int (_ac ),int (_af ),int (_ba ),int (_bag ),0,_dc ),nil ; +}; \ No newline at end of file diff --git a/internal/transform/transform.go b/internal/transform/transform.go index e000bb485..0cff74392 100644 --- a/internal/transform/transform.go +++ b/internal/transform/transform.go @@ -9,21 +9,21 @@ // Use of this source code is governed by the UniDoc End User License Agreement // terms that can be accessed at https://unidoc.io/eula/ -package transform ;import (_a "fmt";_ad "github.com/unidoc/unipdf/v3/common";_f "math";);func (_c Matrix )Round (precision float64 )Matrix {for _adb :=range _c {_c [_adb ]=_f .Round (_c [_adb ]/precision )*precision ;};return _c ;};func ShearMatrix (x ,y float64 )Matrix {return NewMatrix (1,y ,x ,1,0,0)}; -func NewMatrixFromTransforms (xScale ,yScale ,theta ,tx ,ty float64 )Matrix {return IdentityMatrix ().Scale (xScale ,yScale ).Rotate (theta ).Translate (tx ,ty );};func (_ef *Matrix )Set (a ,b ,c ,d ,tx ,ty float64 ){_ef [0],_ef [1]=a ,b ;_ef [3],_ef [4]=c ,d ; -_ef [6],_ef [7]=tx ,ty ;_ef .clampRange ();};func (_ga *Matrix )Concat (b Matrix ){*_ga =Matrix {b [0]*_ga [0]+b [1]*_ga [3],b [0]*_ga [1]+b [1]*_ga [4],0,b [3]*_ga [0]+b [4]*_ga [3],b [3]*_ga [1]+b [4]*_ga [4],0,b [6]*_ga [0]+b [7]*_ga [3]+_ga [6],b [6]*_ga [1]+b [7]*_ga [4]+_ga [7],1}; -_ga .clampRange ();};func (_d Matrix )String ()string {_de ,_gb ,_cg ,_fe ,_ac ,_ec :=_d [0],_d [1],_d [3],_d [4],_d [6],_d [7];return _a .Sprintf ("\u005b\u00257\u002e\u0034\u0066\u002c%\u0037\u002e4\u0066\u002c\u0025\u0037\u002e\u0034\u0066\u002c%\u0037\u002e\u0034\u0066\u003a\u0025\u0037\u002e\u0034\u0066\u002c\u00257\u002e\u0034\u0066\u005d",_de ,_gb ,_cg ,_fe ,_ac ,_ec ); -};func (_ff *Matrix )Clone ()Matrix {return NewMatrix (_ff [0],_ff [1],_ff [3],_ff [4],_ff [6],_ff [7])};func (_da Matrix )Singular ()bool {return _f .Abs (_da [0]*_da [4]-_da [1]*_da [3])< _ag };func (_fd Matrix )Scale (xScale ,yScale float64 )Matrix {return _fd .Mult (ScaleMatrix (xScale ,yScale ))}; -func (_df Matrix )Translation ()(float64 ,float64 ){return _df [6],_df [7]};func (_g Matrix )Identity ()bool {return _g [0]==1&&_g [1]==0&&_g [2]==0&&_g [3]==0&&_g [4]==1&&_g [5]==0&&_g [6]==0&&_g [7]==0&&_g [8]==1;};func (_fee Matrix )Rotate (theta float64 )Matrix {return _fee .Mult (RotationMatrix (theta ))}; -func RotationMatrix (angle float64 )Matrix {_fb :=_f .Cos (angle );_aa :=_f .Sin (angle );return NewMatrix (_fb ,_aa ,-_aa ,_fb ,0,0);};func (_fc Matrix )ScalingFactorY ()float64 {return _f .Hypot (_fc [3],_fc [4])};func (_eca Point )Distance (b Point )float64 {return _f .Hypot (_eca .X -b .X ,_eca .Y -b .Y )}; -func (_add Matrix )Inverse ()(Matrix ,bool ){_gae ,_gc :=_add [0],_add [1];_gaa ,_fg :=_add [3],_add [4];_aac ,_gd :=_add [6],_add [7];_ea :=_gae *_fg -_gc *_gaa ;if _f .Abs (_ea )< _bfcd {return Matrix {},false ;};_bb ,_bf :=_fg /_ea ,-_gc /_ea ;_dbd ,_ab :=-_gaa /_ea ,_gae /_ea ; -_bfc :=-(_bb *_aac +_dbd *_gd );_edd :=-(_bf *_aac +_ab *_gd );return NewMatrix (_bb ,_bf ,_dbd ,_ab ,_bfc ,_edd ),true ;};func (_dc Matrix )Transform (x ,y float64 )(float64 ,float64 ){_db :=x *_dc [0]+y *_dc [3]+_dc [6];_ce :=x *_dc [1]+y *_dc [4]+_dc [7]; -return _db ,_ce ;};func (_bfca Point )String ()string {return _a .Sprintf ("(\u0025\u002e\u0032\u0066\u002c\u0025\u002e\u0032\u0066\u0029",_bfca .X ,_bfca .Y );};type Matrix [9]float64 ;const _ag =1e-10;func (_fbda Matrix )Unrealistic ()bool {_dcc ,_gaef ,_gab ,_ecg :=_f .Abs (_fbda [0]),_f .Abs (_fbda [1]),_f .Abs (_fbda [3]),_f .Abs (_fbda [4]); -_ba :=_dcc > _ace &&_ecg > _ace ;_bg :=_gaef > _ace &&_gab > _ace ;return !(_ba ||_bg );};func (_be Point )Displace (delta Point )Point {return Point {_be .X +delta .X ,_be .Y +delta .Y }};func ScaleMatrix (x ,y float64 )Matrix {return NewMatrix (x ,0,0,y ,0,0)}; -type Point struct{X float64 ;Y float64 ;};func (_bd Point )Interpolate (b Point ,t float64 )Point {return Point {X :(1-t )*_bd .X +t *b .X ,Y :(1-t )*_bd .Y +t *b .Y };};func (_cb *Point )Set (x ,y float64 ){_cb .X ,_cb .Y =x ,y };func (_ee *Point )Transform (a ,b ,c ,d ,tx ,ty float64 ){_cd :=NewMatrix (a ,b ,c ,d ,tx ,ty ); -_ee .transformByMatrix (_cd );};const _af =1e9;func NewPoint (x ,y float64 )Point {return Point {X :x ,Y :y }};const _ace =1e-6;func TranslationMatrix (tx ,ty float64 )Matrix {return NewMatrix (1,0,0,1,tx ,ty )};func (_eag Point )Rotate (theta float64 )Point {_febb :=_f .Hypot (_eag .X ,_eag .Y ); -_fcf :=_f .Atan2 (_eag .Y ,_eag .X );_ded ,_cgg :=_f .Sincos (_fcf +theta /180.0*_f .Pi );return Point {_febb *_cgg ,_febb *_ded };};func IdentityMatrix ()Matrix {return NewMatrix (1,0,0,1,0,0)};func (_fda *Point )transformByMatrix (_gdg Matrix ){_fda .X ,_fda .Y =_gdg .Transform (_fda .X ,_fda .Y )}; -func (_dff *Matrix )clampRange (){for _fa ,_gaaa :=range _dff {if _gaaa > _af {_ad .Log .Debug ("\u0043L\u0041M\u0050\u003a\u0020\u0025\u0067\u0020\u002d\u003e\u0020\u0025\u0067",_gaaa ,_af );_dff [_fa ]=_af ;}else if _gaaa < -_af {_ad .Log .Debug ("\u0043L\u0041M\u0050\u003a\u0020\u0025\u0067\u0020\u002d\u003e\u0020\u0025\u0067",_gaaa ,-_af ); -_dff [_fa ]=-_af ;};};};func (_dee *Matrix )Shear (x ,y float64 ){_dee .Concat (ShearMatrix (x ,y ))};func (_feb Matrix )Angle ()float64 {_bc :=_f .Atan2 (-_feb [1],_feb [0]);if _bc < 0.0{_bc +=2*_f .Pi ;};return _bc /_f .Pi *180.0;};func (_fbd Matrix )Mult (b Matrix )Matrix {_fbd .Concat (b ); -return _fbd };const _bfcd =1.0e-6;func (_deg Matrix )Translate (tx ,ty float64 )Matrix {return _deg .Mult (TranslationMatrix (tx ,ty ))};func (_b Matrix )ScalingFactorX ()float64 {return _f .Hypot (_b [0],_b [1])};func NewMatrix (a ,b ,c ,d ,tx ,ty float64 )Matrix {_ed :=Matrix {a ,b ,0,c ,d ,0,tx ,ty ,1}; -_ed .clampRange ();return _ed ;}; \ No newline at end of file +package transform ;import (_g "fmt";_b "github.com/unidoc/unipdf/v3/common";_fe "math";);func (_fef Matrix )Angle ()float64 {_d :=_fe .Atan2 (-_fef [1],_fef [0]);if _d < 0.0{_d +=2*_fe .Pi ;};return _d /_fe .Pi *180.0;};func (_cc Matrix )Mult (b Matrix )Matrix {_cc .Concat (b ); +return _cc };func (_ba Matrix )Rotate (theta float64 )Matrix {return _ba .Mult (RotationMatrix (theta ))};func (_ff Matrix )ScalingFactorX ()float64 {return _fe .Hypot (_ff [0],_ff [1])};func NewPoint (x ,y float64 )Point {return Point {X :x ,Y :y }};func (_e Matrix )Round (precision float64 )Matrix {for _c :=range _e {_e [_c ]=_fe .Round (_e [_c ]/precision )*precision ; +};return _e ;};func NewMatrixFromTransforms (xScale ,yScale ,theta ,tx ,ty float64 )Matrix {return IdentityMatrix ().Scale (xScale ,yScale ).Rotate (theta ).Translate (tx ,ty );};type Point struct{X float64 ;Y float64 ;};func (_af Matrix )Singular ()bool {return _fe .Abs (_af [0]*_af [4]-_af [1]*_af [3])< _aa }; +func (_gg Point )String ()string {return _g .Sprintf ("(\u0025\u002e\u0032\u0066\u002c\u0025\u002e\u0032\u0066\u0029",_gg .X ,_gg .Y );};func (_ab *Matrix )Clone ()Matrix {return NewMatrix (_ab [0],_ab [1],_ab [3],_ab [4],_ab [6],_ab [7])};func (_eb Matrix )Translation ()(float64 ,float64 ){return _eb [6],_eb [7]}; +func (_ed Matrix )Translate (tx ,ty float64 )Matrix {return _ed .Mult (TranslationMatrix (tx ,ty ))};func (_ag *Matrix )clampRange (){for _fea ,_fde :=range _ag {if _fde > _bdd {_b .Log .Debug ("\u0043L\u0041M\u0050\u003a\u0020\u0025\u0067\u0020\u002d\u003e\u0020\u0025\u0067",_fde ,_bdd ); +_ag [_fea ]=_bdd ;}else if _fde < -_bdd {_b .Log .Debug ("\u0043L\u0041M\u0050\u003a\u0020\u0025\u0067\u0020\u002d\u003e\u0020\u0025\u0067",_fde ,-_bdd );_ag [_fea ]=-_bdd ;};};};func (_ec *Point )Set (x ,y float64 ){_ec .X ,_ec .Y =x ,y };func (_gd Matrix )Scale (xScale ,yScale float64 )Matrix {return _gd .Mult (ScaleMatrix (xScale ,yScale ))}; +func (_aaf Matrix )Unrealistic ()bool {_baf ,_bbc ,_bde ,_ead :=_fe .Abs (_aaf [0]),_fe .Abs (_aaf [1]),_fe .Abs (_aaf [3]),_fe .Abs (_aaf [4]);_df :=_baf > _ede &&_ead > _ede ;_agf :=_bbc > _ede &&_bde > _ede ;return !(_df ||_agf );};func (_fdd *Point )Transform (a ,b ,c ,d ,tx ,ty float64 ){_dd :=NewMatrix (a ,b ,c ,d ,tx ,ty ); +_fdd .transformByMatrix (_dd );};func (_fbc *Matrix )Concat (b Matrix ){*_fbc =Matrix {b [0]*_fbc [0]+b [1]*_fbc [3],b [0]*_fbc [1]+b [1]*_fbc [4],0,b [3]*_fbc [0]+b [4]*_fbc [3],b [3]*_fbc [1]+b [4]*_fbc [4],0,b [6]*_fbc [0]+b [7]*_fbc [3]+_fbc [6],b [6]*_fbc [1]+b [7]*_fbc [4]+_fbc [7],1}; +_fbc .clampRange ();};func (_bee Point )Distance (b Point )float64 {return _fe .Hypot (_bee .X -b .X ,_bee .Y -b .Y )};func (_cca Point )Interpolate (b Point ,t float64 )Point {return Point {X :(1-t )*_cca .X +t *b .X ,Y :(1-t )*_cca .Y +t *b .Y };};const _bdd =1e9; +func (_ca Matrix )Identity ()bool {return _ca [0]==1&&_ca [1]==0&&_ca [2]==0&&_ca [3]==0&&_ca [4]==1&&_ca [5]==0&&_ca [6]==0&&_ca [7]==0&&_ca [8]==1;};func (_eg Matrix )String ()string {_a ,_gb ,_fb ,_fc ,_be ,_cg :=_eg [0],_eg [1],_eg [3],_eg [4],_eg [6],_eg [7]; +return _g .Sprintf ("\u005b\u00257\u002e\u0034\u0066\u002c%\u0037\u002e4\u0066\u002c\u0025\u0037\u002e\u0034\u0066\u002c%\u0037\u002e\u0034\u0066\u003a\u0025\u0037\u002e\u0034\u0066\u002c\u00257\u002e\u0034\u0066\u005d",_a ,_gb ,_fb ,_fc ,_be ,_cg );}; +func (_cee Point )Rotate (theta float64 )Point {_bdg :=_fe .Hypot (_cee .X ,_cee .Y );_fcf :=_fe .Atan2 (_cee .Y ,_cee .X );_feag ,_eda :=_fe .Sincos (_fcf +theta /180.0*_fe .Pi );return Point {_bdg *_eda ,_bdg *_feag };};func (_ce *Matrix )Shear (x ,y float64 ){_ce .Concat (ShearMatrix (x ,y ))}; +func TranslationMatrix (tx ,ty float64 )Matrix {return NewMatrix (1,0,0,1,tx ,ty )};func (_ef Matrix )Inverse ()(Matrix ,bool ){_bef ,_gde :=_ef [0],_ef [1];_cgg ,_ffg :=_ef [3],_ef [4];_ad ,_dc :=_ef [6],_ef [7];_ea :=_bef *_ffg -_gde *_cgg ;if _fe .Abs (_ea )< _cb {return Matrix {},false ; +};_fg ,_bb :=_ffg /_ea ,-_gde /_ea ;_abd ,_bcd :=-_cgg /_ea ,_bef /_ea ;_bf :=-(_fg *_ad +_abd *_dc );_gc :=-(_bb *_ad +_bcd *_dc );return NewMatrix (_fg ,_bb ,_abd ,_bcd ,_bf ,_gc ),true ;};const _cb =1.0e-6;func ShearMatrix (x ,y float64 )Matrix {return NewMatrix (1,y ,x ,1,0,0)}; +func ScaleMatrix (x ,y float64 )Matrix {return NewMatrix (x ,0,0,y ,0,0)};const _ede =1e-6;func RotationMatrix (angle float64 )Matrix {_fd :=_fe .Cos (angle );_bd :=_fe .Sin (angle );return NewMatrix (_fd ,_bd ,-_bd ,_fd ,0,0);};func (_da *Point )transformByMatrix (_ffgc Matrix ){_da .X ,_da .Y =_ffgc .Transform (_da .X ,_da .Y )}; +func (_fbg Point )Displace (delta Point )Point {return Point {_fbg .X +delta .X ,_fbg .Y +delta .Y }};const _aa =1e-10;func NewMatrix (a ,b ,c ,d ,tx ,ty float64 )Matrix {_ge :=Matrix {a ,b ,0,c ,d ,0,tx ,ty ,1};_ge .clampRange ();return _ge ;};func (_caf Matrix )ScalingFactorY ()float64 {return _fe .Hypot (_caf [3],_caf [4])}; +func (_bag *Matrix )Set (a ,b ,c ,d ,tx ,ty float64 ){_bag [0],_bag [1]=a ,b ;_bag [3],_bag [4]=c ,d ;_bag [6],_bag [7]=tx ,ty ;_bag .clampRange ();};type Matrix [9]float64 ;func IdentityMatrix ()Matrix {return NewMatrix (1,0,0,1,0,0)};func (_bc Matrix )Transform (x ,y float64 )(float64 ,float64 ){_bg :=x *_bc [0]+y *_bc [3]+_bc [6]; +_baa :=x *_bc [1]+y *_bc [4]+_bc [7];return _bg ,_baa ;}; \ No newline at end of file diff --git a/internal/uuid/uuid.go b/internal/uuid/uuid.go index e54032da2..96d7214c4 100644 --- a/internal/uuid/uuid.go +++ b/internal/uuid/uuid.go @@ -9,6 +9,6 @@ // Use of this source code is governed by the UniDoc End User License Agreement // terms that can be accessed at https://unidoc.io/eula/ -package uuid ;import (_c "crypto/rand";_cb "encoding/hex";_ac "io";);var _gg UUID ;type UUID [16]byte ;func NewUUID ()(UUID ,error ){var uuid UUID ;_ ,_ad :=_ac .ReadFull (_af ,uuid [:]);if _ad !=nil {return _gg ,_ad ;};uuid [6]=(uuid [6]&0x0f)|0x40;uuid [8]=(uuid [8]&0x3f)|0x80; -return uuid ,nil ;};func _ec (_ecd []byte ,_b UUID ){_cb .Encode (_ecd ,_b [:4]);_ecd [8]='-';_cb .Encode (_ecd [9:13],_b [4:6]);_ecd [13]='-';_cb .Encode (_ecd [14:18],_b [6:8]);_ecd [18]='-';_cb .Encode (_ecd [19:23],_b [8:10]);_ecd [23]='-';_cb .Encode (_ecd [24:],_b [10:]); -};func (_f UUID )String ()string {var _ea [36]byte ;_ec (_ea [:],_f );return string (_ea [:])};var Nil =_gg ;var _af =_c .Reader ;func MustUUID ()UUID {uuid ,_e :=NewUUID ();if _e !=nil {panic (_e );};return uuid ;}; \ No newline at end of file +package uuid ;import (_fd "crypto/rand";_a "encoding/hex";_g "io";);var _ff =_fd .Reader ;func (_af UUID )String ()string {var _fb [36]byte ;_bb (_fb [:],_af );return string (_fb [:])};type UUID [16]byte ;var Nil =_aff ;var _aff UUID ;func MustUUID ()UUID {uuid ,_b :=NewUUID (); +if _b !=nil {panic (_b );};return uuid ;};func NewUUID ()(UUID ,error ){var uuid UUID ;_ ,_e :=_g .ReadFull (_ff ,uuid [:]);if _e !=nil {return _aff ,_e ;};uuid [6]=(uuid [6]&0x0f)|0x40;uuid [8]=(uuid [8]&0x3f)|0x80;return uuid ,nil ;};func _bb (_eb []byte ,_afb UUID ){_a .Encode (_eb ,_afb [:4]); +_eb [8]='-';_a .Encode (_eb [9:13],_afb [4:6]);_eb [13]='-';_a .Encode (_eb [14:18],_afb [6:8]);_eb [18]='-';_a .Encode (_eb [19:23],_afb [8:10]);_eb [23]='-';_a .Encode (_eb [24:],_afb [10:]);}; \ No newline at end of file diff --git a/model/internal/colorprofile/colorprofile.go b/model/internal/colorprofile/colorprofile.go index 39ac28b2e..26ac4dbb4 100644 --- a/model/internal/colorprofile/colorprofile.go +++ b/model/internal/colorprofile/colorprofile.go @@ -9,50 +9,50 @@ // Use of this source code is governed by the UniDoc End User License Agreement // terms that can be accessed at https://unidoc.io/eula/ -package colorprofile ;import (_b "bytes";_fa "compress/gzip";_ab "encoding/hex";_a "errors";_c "fmt";_ga "github.com/unidoc/unipdf/v3/model";_eg "io";_gf "io/ioutil";_fe "os";_g "path/filepath";_f "strconv";_fb "strings";_e "time";);func AssetInfo (name string )(_fe .FileInfo ,error ){_fac :=_fb .Replace (name ,"\u005c","\u002f",-1); -if _gc ,_aab :=_facf [_fac ];_aab {_deg ,_ccb :=_gc ();if _ccb !=nil {return nil ,_c .Errorf ("\u0041\u0073se\u0074\u0049\u006ef\u006f\u0020\u0025\u0073 ca\u006e't\u0020\u0072\u0065\u0061\u0064\u0020\u0062y \u0065\u0072\u0072\u006f\u0072\u003a\u0020%\u0076",name ,_ccb ); -};return _deg ._dg ,nil ;};return nil ,_c .Errorf ("\u0041\u0073\u0073\u0065tI\u006e\u0066\u006f\u0020\u0025\u0073\u0020\u006e\u006f\u0074\u0020\u0066\u006f\u0075n\u0064",name );};var _abd =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x74\xf1\x75\x54\x94\x6f\xf8\xee\x81\x8e\x5d\x28\xd8\x8a\x85\xa2\x02\x06\x22\x28\x61\x53\x62\x01\x12\xa2\x80\x4a\x88\x20\x48\x49\x33\xf3\xf6\x74\x37\x4c\x30\x0c\xc3\x0c\xdd\xdd\xdd\x25\xa2\x52\x2a\x26\x62\x77\xf7\x59\xdf\xfd\xdb\x6b\xed\xb3\xd7\x39\xfb\xfa\xe7\xfd\xbc\xd7\x73\xad\x75\xdf\xcf\x73\xe1\x74\xb4\xdb\xad\x4f\x9f\x3e\x35\x5d\x07\x87\x8b\x8c\x8a\x89\xb2\x75\xf4\x3c\x79\xca\xcf\x5f\x6f\xce\x28\x6e\x3a\x6e\x1e\x4e\x1b\xb7\x1b\xb7\xda\xef\x52\x74\xe4\x7f\x19\xdc\xff\x53\x5f\x47\x70\xd3\xfe\xfb\xde\xda\xe9\x7f\xdc\xd6\xf6\xff\x9d\xfb\xff\x2b\xad\x80\xcb\xd1\x97\x70\xb8\x69\xcb\x70\x38\x9c\xe5\xa5\xc8\xa8\x18\x1c\x6e\xda\x7f\xb3\x7c\xe3\x63\x22\xff\xe3\x7c\x1c\x0e\xb7\xcc\xff\xea\xff\xe2\xe6\xff\xd8\xda\xd4\xc6\x04\x87\x9b\x76\x1b\x37\xed\xf2\x79\x6b\x53\x9b\xdd\xb8\x69\x41\x26\xff\x9b\x4d\x71\xd3\xfb\x59\xff\xb1\x8d\xa9\xb5\x09\x6e\xe6\xee\xe7\xb8\x99\xd7\x4e\xd8\x98\x5a\xef\xc6\xcd\x55\xef\xf9\xdf\x6c\x8a\x5b\xb8\x0c\xc1\xe1\xb2\x7a\x83\xfc\xc2\x62\x70\x0b\xeb\x4f\xe1\xa6\xad\x99\x19\xe3\x17\x15\x84\x5b\x34\x7a\x1a\x37\xcd\x32\xea\x7f\xf6\xf9\x5f\xd2\x3b\xee\xe6\xac\x67\x1b\xe1\x17\x73\x39\x40\x2f\xce\x54\xcf\xcc\xc4\x64\x8b\x9e\xa1\xbf\x5f\xf4\x71\x5b\xdb\x88\xd0\x88\x28\xa3\xff\xaf\x6b\x4c\xc3\xc5\x5c\x4e\x88\xf9\x8f\xfe\xcf\xb9\xde\x7f\xcf\x19\x7c\xe9\xaa\x5e\xdc\x6e\x63\x53\xbd\x9d\x7a\xb6\x11\x91\x89\x51\xc1\x41\x57\x62\xf4\x0c\x2f\x19\xe9\x99\x9a\x98\x98\xef\x34\x35\x31\xb1\xd0\xfb\x9f\xb0\x5b\x44\x68\x6c\x4c\x70\x44\x78\xf4\x0e\x3d\xeb\xd0\x50\x3d\xd7\xff\x82\xd1\x7a\xae\x97\xa3\x2f\x47\xc5\x5d\x0e\x30\xc6\x9d\xf3\xf4\xd2\xfb\x9f\x59\x63\x76\x38\xdc\x43\x47\x1c\xae\xf1\xce\xff\xf1\x66\x9c\xc0\xe1\x66\x5c\xc3\xe1\xa6\xb7\x86\x05\xc6\x98\xfe\xe7\xcc\x9c\xb1\x00\xf7\x3f\xbd\xfc\x5f\x6b\xfe\xff\xfc\x4f\xfb\x5f\xe6\xb4\x6f\x33\xde\xce\x9a\x9a\x73\x7f\xde\xc8\x82\x5b\x0b\xc7\xb5\x9f\x2e\xfe\xb0\xf4\xcf\x8a\x79\xab\x96\xea\xae\x5b\x6b\xb4\xde\x54\xcf\x6a\xd3\xc1\xcd\x87\xb7\x1e\x31\x3c\xbc\xed\xd0\x8e\x83\xc6\xfb\x4c\x2c\x4d\xf7\x9a\x95\xee\x29\xde\x5b\x60\x9e\x67\x91\x63\x99\x65\x95\xb1\x4f\xb3\x5f\x7d\x20\xfd\x60\xfa\xa1\xf4\xc3\xe9\x47\xd4\xd6\x19\x36\x59\xb6\x39\x76\xf9\xf6\x45\x47\xcb\x1c\xaa\x8e\xd5\x1d\x6f\x3e\xd1\x7e\xb2\xfb\xd4\x80\x63\xaf\x53\x97\x73\xc7\xe9\x56\x97\x26\xd7\x7a\xb7\x1a\xf7\xca\x33\xa5\x1e\x45\x67\xf3\xce\x65\x79\xaa\xbd\x94\xde\x29\xe7\x65\x17\xa4\x17\xe5\x3e\x4a\xdf\x0c\xbf\x02\xff\xaa\x4b\x6d\x01\x37\x2e\xdf\x0f\x9c\x0c\x7a\x7c\xe5\x61\xf0\x83\x90\xfb\x57\x27\x42\x27\xc2\xee\x87\xdf\x8f\x78\x10\xf9\xf0\xda\xa3\xa8\x27\xd1\x4f\x63\xa6\x62\x9f\xc7\xbd\x8c\x7f\x9d\xf0\x36\xf1\x03\xfe\x13\xe1\x0b\xf0\x1d\xfc\x09\xfd\x41\x70\x48\x0e\xea\x8a\xfe\xc6\x32\x88\x4e\xc4\xef\x24\x15\xf9\x24\xf9\x33\x25\x95\x7a\x8c\xfa\x81\x26\xa7\xdb\xd3\xdf\x31\x24\x4c\x1b\xe6\x6b\x56\x32\xdb\x9a\xfd\x8a\x93\xc4\x3d\xc2\x7d\xc5\x4b\xe2\xdb\xf0\xdf\x08\xa4\x42\x7b\xe1\x47\x91\x52\xec\x28\xfe\x95\x94\x9b\xec\x25\x99\x2f\xa9\x93\x86\xc9\x56\xca\x5a\xe4\x21\x29\xcb\x52\x1a\x15\xc1\xa9\xcb\x52\x9b\x94\x57\xd3\x56\xa4\xb5\xaa\xc2\xd3\x75\xd3\x3b\xd4\xd7\x34\xeb\x34\x3d\x19\xb1\x99\x1b\x33\x07\xb2\x12\xb3\xb7\x64\x0f\xe5\x80\xb9\x46\xb9\xc3\x79\x68\xfe\xce\xfc\xb1\x02\x52\xa1\x49\xe1\xdd\x22\x4a\xb1\x69\xf1\x44\x09\xad\xd4\xac\x74\xa2\x8c\x51\xbe\xaf\xfc\x45\x85\xa4\xf2\x68\xe5\xe7\x2a\x55\xb5\x53\xf5\xcf\x9a\xcc\x5a\xd7\xda\xbf\x75\xb9\xf5\xe7\x1a\x66\x37\x54\x34\x06\x34\x2d\x6d\x6a\x6d\xbe\xd6\xb2\xa1\xe5\x7a\x2b\xd0\x66\xd4\x36\xda\x4e\xec\xd8\xd5\x71\xa7\x93\xd4\xb5\xb3\x6b\xb8\x1b\xec\xd1\xef\xe9\xe9\x0d\xeb\xd3\xe9\x2b\xeb\x77\x1f\x30\xb8\xce\x1f\xfc\x31\xe4\x73\xb3\xf5\xf6\xa6\x61\x64\xe4\xde\x98\xf9\x38\xfb\xce\xe3\x7b\x7b\x27\xa8\xf7\x47\x1e\xea\x3f\x8a\x78\x5c\x33\x39\xed\xe9\xf1\x29\xc1\xb3\x6f\x2f\xbc\x5e\xd6\xbf\x5e\xfb\x86\xf0\x76\xf4\xbd\xe9\x07\xc6\xc7\x47\x9f\xf7\x7c\xa1\x7c\x1d\xfe\xbe\xe9\x47\xc4\xcf\x86\xdf\x0b\xff\x5c\xf8\x5b\xf8\xef\x1f\x0e\x37\xed\xc7\x8c\x0f\xb3\x5e\xcd\x99\x9c\xf7\x70\xc1\x83\x85\xcf\xb5\x3f\x2e\xfe\xb9\x6c\xc6\x8a\x05\xab\x96\xea\xae\x59\xbb\x79\xfd\x0e\x3d\xd3\x4d\xe6\x9b\x2d\xb7\x5a\x1a\x5a\x6c\xdb\xbb\xc3\xcc\xd8\xd4\xc4\xd4\xd4\xd4\xac\x64\x4f\xd1\xde\x7c\xf3\x5c\x8b\x6c\xcb\x4c\x2b\xcd\x3e\xf5\x7e\xd5\x81\xb4\x83\xa9\x87\x14\x87\x53\x8e\xc8\xad\x65\x36\x52\x5b\xa9\x9d\xcc\x3e\xe5\xa8\xd2\x21\xfd\x58\xf6\xf1\xc2\x13\x55\x27\x5b\x4e\x0d\x38\x76\x3b\x75\x38\xb7\x9d\x6e\x73\x69\x73\x6d\x77\xeb\x74\xef\x3e\xd3\xe7\x71\xfd\xec\x8d\x73\xb7\x3c\x6f\x7b\x0d\x7b\x8f\x9c\x1f\xb9\x30\x72\x71\xc4\x67\xc4\x77\xd4\x6f\xcc\xff\xce\xa5\x89\x80\x87\x97\x27\x03\x1f\x07\xdd\xbd\x32\x1c\x3c\x18\xd2\x7b\xb5\x23\xb4\x25\xac\x31\xbc\x2e\xa2\x3a\xb2\xea\x5a\x65\x54\x65\x74\x65\x4c\x55\x6c\x4d\x5c\x7d\x7c\x73\x42\x47\x62\x2f\xfe\x06\x61\x0c\x78\x08\xbe\x80\x3e\x21\x38\x44\x8d\x3a\xa0\xaf\x31\x01\xd1\x92\xf8\x80\x44\x25\x1b\x93\x47\x29\x08\xd5\x88\x7a\x8b\x06\xd2\x0d\xe9\xb7\x18\x30\x73\x1b\x73\x94\x45\x64\x9b\xb0\x27\x38\x0c\xae\x05\xf7\x29\x4f\xc8\xb7\xe6\xbf\x15\xa4\x08\x4f\x08\xbf\x8b\x32\xc5\xee\x49\xd3\x93\x4a\x92\x7d\x24\x8b\x24\x0d\xd2\x30\xd9\x0a\x59\xa3\x3c\x30\x45\x3b\xa5\x5a\xe1\x9f\xaa\x95\x5a\xa5\xf4\x4f\x5b\x98\x56\xad\x0a\x48\xd7\x4e\xaf\x53\x07\x69\x96\x68\x1a\x33\x42\x32\x57\x64\xb6\x66\x85\x67\xeb\x66\x77\xe6\x44\xe5\xae\xcf\xed\xcd\x8b\xcb\xdf\x94\x3f\x58\x40\x28\x34\x28\xbc\x55\x04\x17\x6f\x2f\x1e\x2b\x21\x95\x9a\x94\xde\x2b\xa3\x95\x9b\x96\xdf\xab\xa0\x54\x9a\x54\xde\xa9\x22\x57\x9b\x54\xdf\xab\xa1\xd5\xee\xad\x7d\x52\x27\xa8\xb7\xa9\xff\xd8\x90\xde\xe8\xda\x34\xa3\xa9\xac\x39\xa0\x65\x59\x4b\x7b\x6b\x74\xdb\xa6\xb6\xa1\x76\xb8\x63\x47\xc7\x78\x27\xa9\x6b\x57\xd7\x58\x37\xda\x63\xd8\x73\xbd\x37\xaa\x6f\x79\x5f\x65\xbf\xc7\xc0\xf6\xeb\xaa\x1b\x4b\x87\xd0\x9b\xaf\x6e\xbb\x0c\x97\x8d\x2e\x1e\x0b\x1d\x6f\xbb\xbb\xe2\x5e\xd0\x44\xf9\xfd\x7f\x0f\x1d\x1e\xb1\x1e\x0f\x4e\x2e\x7e\x7a\x7a\x4a\xf8\xec\xd7\x0b\xff\x97\x9d\xaf\x0d\xdf\xd0\xde\x4e\xbd\xb7\xfe\x20\xfb\xf8\xee\xb3\xf5\x17\xde\xd7\x89\xef\x86\x3f\xa2\x7e\x36\xfd\x5e\xf8\xe7\xfc\xdf\x82\xff\xfa\x9f\x3e\x67\xe6\xa2\xd9\xcb\xe7\xae\x99\xbf\x41\x6b\xfd\xa2\xb5\x3a\xab\x97\xe8\x2e\x5b\xb3\x62\xcd\xaa\x35\xba\xcb\xd7\xfc\x5b\xf7\x6a\xc3\xdd\x8d\x43\xfa\xd7\xb7\xdc\x32\x98\x30\x7a\xb1\xfd\xbb\xf1\x3c\x93\xd5\xa6\xdb\xcc\xca\xf6\x94\xee\x2d\x35\x2f\xb1\x28\xb1\x2c\xb6\x2a\xda\x57\xb0\x3f\xff\x40\xee\xc1\xec\x43\x99\x87\x35\x47\x54\xd6\xa9\x36\x72\x5b\xa9\x9d\xc4\x3e\xf9\xa8\xc4\x41\x7e\x2c\xed\x78\xd6\x89\x92\x93\x0d\xa7\x06\x1c\x5b\x9d\xea\x9c\x2b\x4e\x97\xba\x14\xbb\x16\xbb\x15\xbb\x97\x9e\xa9\xf0\xa8\x3e\x5b\x77\xae\xc9\xb3\xd5\xab\xc3\xbb\xeb\x7c\xcf\x85\xbe\x8b\x03\x3e\x83\xbe\x43\x7e\xb7\xfd\x47\x2f\xdd\x0d\x78\x70\x79\x32\xf0\x49\xd0\xfd\x2b\x63\xc1\xb7\x43\x06\xaf\xf6\x87\x76\x87\x75\x84\xb7\x45\xb4\x44\x36\x5f\x6b\x8a\x6a\x8a\x6e\x8e\x69\x89\x6d\x8b\xeb\x88\xef\x4e\xe8\x4f\x1c\xc2\x8f\x12\x26\x80\x49\xf0\x35\xf4\xe5\xff\xea\xff\x3e\x89\x4c\xde\x49\x1e\xa6\x80\xd4\xad\xd4\x41\x5a\x22\x5d\x9f\x3e\xc0\x48\x60\xea\x33\xaf\xb3\xf0\xec\xad\xec\x9b\x1c\x88\xbb\x9d\x3b\xc6\x23\xf3\xcd\xf8\x0f\x05\x1c\xe1\x01\xe1\x4b\x91\x54\x7c\x4c\xfc\x2d\x29\x2b\xf9\xac\x64\xae\xa4\x56\x1a\x2a\x5b\x2a\xab\x96\x5f\x48\x99\x99\x92\xa7\x70\x57\xfc\x49\xcd\x52\xba\x2a\xff\xa4\xe5\xa8\xdc\xd3\x71\xe9\x05\x6a\x4f\xcd\x6c\x4d\x69\x86\x4f\xa6\x56\x66\x4d\xd6\xe5\xec\x25\xd9\x4d\x39\xa1\xb9\xab\x73\x3b\xf3\xa2\xf3\xf5\xf2\x07\x0a\xf0\x85\x5b\x0b\x6f\x15\x21\xc5\x3b\x8a\xc7\x4a\xc8\xa5\xbb\x4b\x27\xca\xe8\xe5\xe6\xe5\x4f\x2a\xb8\x95\xfb\x2b\x9f\x55\xf1\xab\x0f\x54\x4f\xd5\xf0\x6a\xf7\xd7\x4e\xd5\x09\xea\x0f\xd7\xbf\x6e\x90\x37\x9e\x68\xfc\xd1\x94\xdd\x7c\xb6\x65\x4e\x4b\x65\x6b\x40\xdb\xd2\xb6\x96\xf6\xf0\x8e\x35\x1d\xdd\x9d\xd1\x5d\xeb\xbb\xba\xbb\xaf\xf5\xac\xee\x69\xee\x0d\xea\xd3\xea\x2b\xee\x77\x1b\x30\xb8\xce\x19\xfc\x34\xe4\x71\xb3\xf2\xf6\xb2\xe1\xc8\x91\xde\xb1\x4d\xe3\x09\x77\x06\xee\xe9\x4d\x44\xdd\x6f\x7d\xb8\xf8\x91\xef\xe3\x82\x27\x3f\x9e\xda\x4d\xf1\x9f\xbd\x7d\x71\xe2\x65\xc6\xab\x7f\x6f\x3c\xdf\x96\xbe\x9f\xff\xc1\xef\x63\xd5\xe7\x85\x5f\xfc\xbe\x56\x7c\x9f\xfb\xc3\xfb\x67\xe1\xef\xe9\x7f\x3c\xfe\xe6\xfe\xd7\x3f\xee\xf3\xb4\xe7\xd3\xef\xcd\x18\x9a\xd9\x3b\xab\x7b\xf6\xc0\x9c\x5b\x73\x87\xe7\x8d\xce\x1f\x5b\x70\x47\xeb\xde\xc2\xfb\x8b\x1e\x6b\x4f\xe9\xbc\x5a\xfc\x7e\xc9\xe7\xa5\x3f\x96\xfd\x5b\x31\x73\xe5\xfc\x55\x3a\xab\x57\xe8\xea\xae\xd1\x5d\xab\xbb\x4e\x77\xfd\x9a\x0d\x6b\xf4\xd6\x6c\x5c\xb3\x69\x8d\xbe\xee\x66\xdd\x2d\xab\xb7\xae\x32\x58\x69\xb8\xdc\x68\xe9\xb6\x25\xdb\x17\xef\xd0\xd9\xb9\xd8\x78\xe9\xae\x15\x26\xba\xbb\xf5\x4c\x8d\xcc\xcc\xf6\xec\xd8\xbb\xd5\x5c\xdf\x62\xa3\xe5\x46\xab\x8d\xfb\xf4\xf7\x6f\x39\x60\x78\x70\xfb\xa1\x5d\x87\x4d\x8f\x98\x5b\x5b\xd9\xec\xb7\x3d\x64\x77\xc4\xde\xfa\xa8\xad\x83\xdd\xb1\xa3\xc7\x1d\x4e\x1c\x3f\x79\xe2\xd4\x29\xc7\x13\x4e\xf6\xce\x47\x4e\xef\x77\xb1\x70\x35\x73\xdb\xe5\xbe\xe3\x8c\x91\x87\xc1\xd9\x2d\xe7\x36\x7b\x6e\xf6\xda\xec\xbd\xf9\xfc\xd6\x0b\x86\x17\xb7\xfb\xec\xf2\xdd\xe3\xb7\xcf\xff\xc8\xa5\x63\x01\x2e\x97\xbd\x02\x03\x83\x2e\x5c\xf1\x08\x76\x0e\x39\x71\xf5\x68\xa8\x6d\x98\x4d\xb8\x75\x84\x75\xa4\xf5\x35\xdb\x28\xfb\xe8\x63\x31\x27\x63\x9d\xe3\xdc\xe2\xcf\x25\x5c\x48\xf4\xc7\x07\x11\x42\x81\x6b\x60\x2c\x84\x87\x21\x04\x44\x13\xb0\x28\x62\x18\x29\x88\xec\x47\x39\x4f\xf5\xa0\xb9\xd0\x1d\x19\xc7\x99\x47\x59\x76\x6c\x5b\x8e\x2d\xd7\x8e\x77\x94\x7f\x5c\xe0\x24\x74\x17\x79\x8b\x03\x92\x22\x92\x09\x12\x86\x54\x2a\xe3\xc8\x49\x29\x80\x22\x26\x35\x42\x19\x92\x16\xa8\x0a\x48\xf7\x57\xfb\x6b\xfc\x33\x02\x32\x03\xb3\x82\xb3\x43\x73\xae\xe5\xc6\xe6\x11\xf2\xd1\x02\x5a\x21\xb7\x28\xa9\x38\xb5\x24\xb3\xb4\xb0\xac\xb4\xbc\xb4\xa2\xa4\xb2\xb8\xaa\xa8\xba\xb0\xa6\xa0\x36\xbf\x2e\xaf\x3e\xa7\x21\xab\x31\xa3\x49\xdd\xac\x6a\x51\xb6\x2a\xda\x52\xda\xe5\x1d\x29\x9d\xa9\x5d\xaa\xee\xcc\x9e\xfc\xde\xf2\xbe\xa6\xfe\xfe\x81\xe6\xeb\x95\x83\x85\x37\x72\x86\x32\x6e\xaa\x6f\xa5\xdf\x4e\x1f\x56\x8f\x64\x8c\x66\x8f\xe5\x8d\x17\xdc\x29\xbe\x5b\x7a\xaf\x62\xa2\xfa\x7e\xdd\x83\xc6\x87\xad\x8f\xba\x1e\xf7\x3f\xb9\x39\x39\xfe\xf4\xd1\xd4\xc3\x67\x63\xcf\x07\x5f\x74\xbf\x6c\x7d\x55\xff\xba\xea\x4d\xd9\xdb\xe2\x77\x05\xef\xf3\x3f\xe4\x7d\xcc\xff\x54\xf8\xb9\xe4\x4b\xe5\xd7\xfa\x6f\xed\xdf\x07\x7e\x8c\xfe\x7c\xf4\xeb\xc5\xef\xf7\x7f\xbe\xfe\xfd\xf5\xef\xdf\xbf\x7f\x08\x0e\xfe\xfd\xae\x13\xc1\x21\x73\xef\xff\x46\x70\xc8\x8a\xfe\x4c\x04\x87\x6c\xa9\xc9\x40\xa6\x21\xa6\x9a\x4c\x64\x1a\x62\xcb\x69\x45\xa6\x21\xae\xb1\x7d\xc8\x34\xe4\xb2\xb7\x3b\x32\x0d\x21\x1c\xd8\x86\x4c\x47\xa4\x4b\x6e\x23\x5b\x11\xc5\x3f\x63\x18\x4f\x5a\xff\xf6\x0e\x1c\x45\xcc\xbb\xaf\x05\xc7\x12\xcf\xf4\x0d\xc3\x18\xf6\xa3\xba\x17\xf6\xc1\x76\xaa\x7f\xc3\x19\x18\x89\x33\x07\x2e\xc5\x5c\x62\x6d\xe0\x76\x4c\xdb\x4b\x05\xdf\x41\x47\xf6\x8b\xe0\x57\xa8\x78\xc9\x41\x44\x0f\xb5\xff\x7b\x18\x9e\x43\x8b\x7b\x33\x09\x4f\xa3\x8a\x26\x56\x43\xaf\x28\x8d\x7d\xf3\xa1\x5f\xe4\x3b\x55\xaf\x60\x2d\xf2\x06\xb5\x0b\x6c\x43\x7a\xcf\x76\x86\xcf\x91\x12\x62\x8a\x60\x90\xf8\xcc\x6b\x11\xac\x21\x7a\xec\x5f\x06\xb7\x62\x6d\x8b\xdb\xe1\xbf\xd8\xd2\xdf\xde\x50\x10\xff\xe4\x6b\x1c\xe4\xca\xed\xbe\x6b\x07\xb9\x70\xb6\xf4\x1c\x85\xce\xb2\x32\x2a\x0f\x41\x97\x99\xd6\xaa\x2f\x10\x9e\xb1\x89\xf9\x03\x92\xd3\xe7\x44\x6b\xa0\x09\xea\xf8\xb9\xef\xf0\x1a\x4a\xf2\xbe\xfd\xb0\x03\xd9\x7d\xf1\x36\x38\x91\xf8\xe0\xa7\x06\x8c\x93\x6f\x7f\xe9\x02\x46\x4a\x3a\xc6\xbd\xc1\xc8\xa4\xb0\xae\x20\x90\x20\xb2\x2c\x8f\x02\x93\x04\xba\x69\x4e\x60\x39\x6f\x27\x03\x01\x9f\x70\x0e\x45\x11\xa0\xdd\xac\x43\xe7\x70\x10\xc4\x30\xb3\x62\x42\x85\xb4\xfd\x3a\x0f\xa1\x56\x72\xcb\x77\x2e\x50\x96\x81\x3e\x37\x06\x4a\xd3\x13\x47\xa3\x81\x52\x65\x50\x07\x03\x68\x4d\x89\x2e\xcd\x01\x86\xa5\xbc\xd4\x6c\x70\x4e\x52\x3b\x7d\x11\x68\x21\x7c\x7f\xcd\x13\x64\xf1\x17\x9d\x5d\x05\x3e\xe6\x6c\xb7\xfc\x04\x69\x33\x13\x74\x9a\xc0\x7f\x54\xf5\xd7\xd9\x80\x69\xa5\xdd\xd3\x51\xc0\xa0\x54\xff\xf6\x2b\x60\x65\xc1\x9f\xb6\x25\xc0\x8a\x9c\x9b\xc5\x27\x81\xed\x19\x39\x29\x78\xe0\xa4\x8a\x44\x5d\x0f\x60\x0a\xdb\x88\x3a\x60\x48\xf2\xe6\xcc\x43\x50\x4f\xa4\xb4\xb4\x04\x1d\x78\x77\x74\x8a\xc1\x85\x0c\x87\x4f\xb9\x80\x41\x77\xdb\x13\x47\x00\xd7\x76\xec\x26\x8d\xf0\xa0\xe1\x47\x73\x15\xe1\x7a\x35\xab\x70\x16\xe1\x7a\x99\x96\xcc\x9b\xf0\xaa\x20\x9e\x6c\x05\xac\xcb\xaa\x08\xd7\x07\x7c\x54\x23\xee\xf9\x40\x46\xca\x12\x0b\x00\xe8\x48\x0e\xd2\x91\x02\xf1\xac\x8e\x0f\x04\xe0\xd4\x5d\xe3\x47\xf6\x80\xe1\xed\x1b\x37\xfc\x08\x3f\xae\x9f\x6e\x94\x11\xc6\xba\x2a\xf3\xfe\x10\x7a\x9b\xdf\x4a\xe2\x09\x63\xb5\x3a\x44\x16\xe1\x5f\xe9\xa7\xd0\x52\x60\x45\x5e\x88\x5b\x37\x70\x44\x13\x60\xfe\x11\x08\x54\xdc\xd3\x91\x01\x4b\x38\xe3\xef\x3b\x80\xab\x4f\x6a\x1e\x5e\x06\x0e\x4c\xac\x19\x64\x02\x73\x46\x1c\x1a\x9a\x09\xf7\x06\x37\xe5\x6d\x23\x74\x74\xb5\x25\x97\x11\x7a\x9b\x1d\xb1\x87\x84\x17\xd5\xbc\xd0\xa5\x84\x77\xc5\x66\x6e\x04\x60\x66\xb6\xdc\x7c\x04\x30\x4c\x3b\xa2\xd3\x49\xe8\xe5\x32\xde\xaf\x00\x04\xaf\x46\x1f\x14\x00\x8e\x93\x05\xd7\x5f\x01\x33\x26\x12\x1a\xf4\x08\x03\xc3\x0f\x72\xf9\x84\xdc\x81\x3f\xc9\x06\x04\x4d\x27\x0e\xbb\x4a\xa8\x6d\x28\xbe\x2a\x21\x94\x94\x43\x6e\x7e\x84\xbc\x7c\x0b\xf3\xa7\x84\x7e\xd5\xf0\x62\x73\x82\x0b\x77\xe0\xe7\x09\xe2\x19\xa8\xf7\x65\x28\xf6\x12\xba\x75\x67\x21\xc6\x84\xbe\x74\x9b\x63\xd6\xf0\xa2\x8a\x30\xf4\x39\xa4\x54\x19\xa0\x95\x30\xc6\x4c\x43\x23\xe1\xe6\x68\x77\xd4\x00\xfe\xea\x69\x81\x4c\x20\x56\xfb\x72\x91\x34\x04\x59\xfc\x03\x21\x23\x05\x3f\x02\xb1\x66\xe2\xea\x17\x64\xec\x3c\x96\x3b\xbe\x05\x9b\x8e\x9d\xeb\x0a\x40\xdb\xb1\x45\xe5\x19\x28\x80\xd2\xd3\x12\x51\x2f\xf4\x1e\xe3\x0d\xaa\x87\xf6\x47\xd5\x20\xaf\xd0\xdc\x73\xe9\x48\x0d\xca\xd9\x67\x84\x50\xd1\x84\xc5\xb1\x08\x09\x3d\xf6\x9d\x80\x1d\xa1\x06\x3f\x4f\x41\x1f\x52\x34\x63\xfb\x50\x80\x3c\xd5\xc9\x45\x5d\xc8\xcb\xca\xee\xa2\x6b\x48\x80\xb2\x1f\xf9\x4e\x72\x65\x1c\x46\x7a\x89\xef\xa2\x0c\x91\x6c\x22\x7a\xf6\x2f\x42\x26\x6a\x59\x15\x22\x3e\x98\x72\xf1\x52\xe4\x22\xb6\xe8\x6b\x15\x1a\xcb\xb3\x9a\x1a\x47\x97\x73\x6e\x8f\x20\x48\x0f\xfb\x78\xfb\x53\x84\xcb\x7c\x5a\xea\x8c\xf8\x31\xc4\xa9\x71\x88\x09\x9d\x43\xfb\x81\x68\xd3\xe8\xd7\xb6\x23\xf3\xa8\x21\x67\x67\xc2\x7f\x28\x0e\x96\x4f\xe1\xe7\x64\x33\x1d\x1e\x3c\x42\x1c\xf9\xfc\x09\x19\x94\xd6\x3c\xdd\x84\x04\x26\xf3\x6e\x2b\x91\x25\xe2\x4b\x6d\x8b\xe1\xbb\xc2\xe3\xc5\x44\xb8\x98\x7f\x2c\x65\x18\x26\x73\x13\xa8\x34\x38\x80\x9d\x13\x39\x1f\x0e\x60\xb6\x7b\xe8\xc2\x97\xe9\x0f\x2c\x6d\x61\x67\xda\x3a\x1d\x77\x78\x0b\xb9\xf1\xe3\x2f\x64\x95\xfa\xc7\x93\x95\x70\x9b\x6a\xc3\xcd\x16\x98\x90\xba\xad\x65\x1f\x7c\x44\x7e\xb6\xb0\x12\xd6\x95\x08\xe5\xe6\xd0\x73\xf1\x1b\xca\x3a\xa8\x53\x78\x38\xfc\x2d\xd4\xc5\x23\x9d\x39\x04\xf5\xb2\xfb\x2d\xea\xa0\x22\xa6\xb3\xce\x31\xc8\x9b\x2a\x7a\x0f\xc3\xf8\xf2\xab\x0f\xeb\xe0\xed\xc5\xf1\x37\x0e\x40\x13\xf9\xc4\xc6\x3e\x88\x93\x4d\xc8\x0f\x83\xdc\x34\xb1\xd2\xa5\xd0\xb6\x34\x90\x64\x01\x2d\x49\x09\x09\xf3\x86\xb4\x25\x47\xdd\x97\x42\xf3\x45\xc6\x16\x4b\xc1\x47\xbc\x1c\x9d\x93\xa0\x3f\x63\xdb\x5b\x6d\x98\xda\x99\x72\x7f\x37\x3c\xb3\xc5\x75\x60\x0c\x4a\xad\xdf\x5f\x1f\x0b\xed\xab\xfc\x98\x6b\x06\x3e\x2b\x91\x26\xfd\x03\x9b\xf2\x2d\x30\x2f\x30\x37\xb3\xe0\xea\x00\x98\xa2\x9a\xe7\xfa\x12\xe4\xca\x69\xe6\xfe\xe0\xf9\xe4\xcd\x3a\xb6\x40\x07\x4b\xfa\xea\x25\x5c\x38\x26\xb8\x67\x0c\xef\xb8\x09\xf6\xb5\x42\x85\xfd\xb6\xb5\x01\xd0\xfe\x8e\xf1\xec\xbd\xe0\xfd\x26\x7b\xf1\x66\x30\xb3\x3a\x15\x29\x07\xc9\x25\x0d\x21\xc1\xa0\x5b\x2e\xc9\x75\x06\xb8\x53\x5d\xbf\xf7\x21\xf0\x53\xe1\xaf\xe3\x0c\x78\x73\x54\xaf\x4c\xe1\xce\x47\x1b\xef\x9e\x83\xad\xef\x94\xf5\xbe\x84\xaa\x6f\xeb\xd4\xb0\xa0\xfd\x03\x9b\xb3\xfc\xc1\xf1\x4e\x9c\xc8\x1f\x4c\x6a\xec\x44\x16\x80\x11\x55\x0e\xc1\xb7\x40\xa3\x22\x5b\x97\x06\xe0\x7d\xd6\xeb\xbd\xf5\x40\x8b\xb2\x46\x07\x04\x16\x73\x9d\x5e\x2a\xe0\x7b\xcf\x7f\xde\xa9\x84\x8f\x3d\xd6\xef\x75\x84\x4a\xee\x6e\xac\x7e\x0b\x6d\xbf\xd5\x93\xd9\x07\xd6\xf6\x6f\x13\x8e\x80\x61\xed\x57\x60\x31\xb8\xaf\xde\x33\xd8\x0f\x78\x59\xc6\x76\x49\x06\x52\xf2\xa2\xf7\x76\x00\x81\x2a\x7b\x9d\xe7\x04\x11\x97\xff\xd9\x93\xd2\x0c\x76\x4f\x3e\x20\xff\x03\xa7\x6e\xdf\x23\xdb\x81\xe3\x6d\x34\x52\x3e\x78\xaf\x44\x8f\xb4\x11\x9a\xa6\xb8\x44\xd4\x40\xf5\x34\x2b\xa2\x2e\xbc\x25\x92\x89\x31\x60\x92\xc7\x6b\xf4\x0f\x3c\x65\xf9\x01\x85\x11\x07\x9d\x76\xf4\x14\x22\xfd\x14\x4d\xd1\xc7\xe6\x3c\xf9\x4d\x0e\x43\xab\x6f\xfd\x25\x35\xa0\x7e\xad\xd5\xa4\x7d\xe8\xec\xe2\x8b\xc4\x1a\x64\x22\xa5\x9c\x78\x12\xd5\xa3\x72\xb1\xeb\xa8\x71\xc4\x07\xcc\x0d\xdd\xeb\x61\x8f\xde\x45\x2d\x2d\xa3\xd1\x50\xf4\xa8\x8e\x07\x7a\x14\xdd\xf6\x91\x46\xa6\x53\x22\x9e\x6c\x22\xdd\x27\xd7\xdd\x5a\x43\xda\x47\x5e\xd6\xf2\x88\xd8\x41\x3a\x53\x24\x27\xba\x11\x07\x52\x56\x62\x4f\x89\x4c\xca\x0b\x2c\x81\xe8\x1b\x11\x80\x2d\x26\x2e\x3c\x53\x84\xe6\x62\x65\x96\xd3\xd0\xa3\x58\x98\xf6\x6f\x74\x33\xfa\xee\xfd\x08\x29\x87\x6b\xfc\x28\x8a\x34\x8b\x3d\x35\x44\x20\x46\xb1\x22\x9b\x3d\xb0\x9f\xcc\x75\x85\xeb\x30\x21\xfd\xa9\xac\x16\xdb\x42\xfb\x40\x2e\x43\x9b\x68\x33\xc2\x43\xd0\x18\xca\x0f\xf7\x5e\x74\x33\xf9\x85\xc5\x51\xe4\x06\x79\xba\x36\x1f\x51\x11\xcb\xde\xcd\x21\xb9\x48\x4e\x3f\xa8\x20\xd2\x92\x7c\x07\x35\xd8\xa4\xc8\xbb\x91\x82\x5d\x14\x9c\xcf\x3f\x8f\xbe\xe1\xc5\x4b\xd7\xa3\x24\x4e\x13\xe9\x38\xba\x85\xbd\x20\xec\x34\x32\xce\xb4\x71\x7b\x83\xf0\xe8\x80\x79\x09\x62\x45\x7d\xa5\x7d\x05\x7e\x4e\xe6\xbd\xd9\x4a\x2c\x4f\x8f\x9a\x68\xc0\xfe\x2a\x7b\x06\xae\x63\xf1\x29\x6f\xea\x2b\xd1\x31\xd9\xbe\xdc\x14\xf4\x62\xb2\x38\x99\x82\x7c\x16\xeb\x60\x4f\x11\x91\x80\x12\xba\x1f\xb1\xe3\xbe\x73\x5b\x03\x7f\x65\xfb\x99\x9b\xc2\x12\xa6\xae\x76\x28\xbc\x96\x7a\xf1\x65\x13\xf6\xa4\x94\x79\x37\x00\xf3\x2c\xec\xed\x73\x44\x6f\xe7\xcd\xa9\x3d\x85\x1a\x66\x6d\xca\x76\x43\x54\xea\x43\xe2\xab\x88\x95\x32\x02\x9d\x0b\x3f\x90\xd3\x43\xca\x60\x46\xb2\xc8\xe5\x37\x6c\x29\x2c\xdd\x2b\x82\xfa\x79\x91\xda\x20\xa4\x47\x7f\xf6\x7c\x3f\x71\x71\x7b\xcc\xd8\x18\x66\xde\x74\xae\xfb\x19\x2a\xa8\x8d\xab\xfa\x82\xdc\xae\x70\xc9\x5c\x8b\xec\x2f\xde\x20\xf4\x86\x6f\xe4\xbe\x87\x4d\xe1\xb8\x8c\x94\xe0\x1d\xb0\x6e\xda\xde\xd3\xe3\x50\x83\xec\xfb\x9e\x77\x90\x5d\xd2\x63\x6d\x0c\x04\x58\x47\xa7\x36\x13\xad\x86\x3f\x8d\x4c\x60\xfe\x37\x36\x74\xde\x43\x85\xbd\xdb\x2a\x3e\x20\xd7\xdb\x3e\x6b\x0c\x90\x1d\x0d\x42\x3e\x0d\x2e\xa9\xda\x02\x0a\xe1\x13\xc5\x58\xd0\x20\x74\x23\x47\xe4\xfc\x01\xf2\x51\xaf\xdc\x13\x04\x4e\xa6\x3c\xd6\xe6\x82\x0b\x38\x87\x9f\x5e\x26\x3a\xdd\x47\x47\x96\x61\xd1\x63\x87\x3a\xe7\xa3\x8a\xa1\xa1\x8a\x75\xc8\x40\xdf\x66\xf5\x39\x44\xbf\xdd\x8a\xd7\x0d\x2b\x1b\x2c\x81\x57\xf0\xae\x8a\x5f\x41\x47\xa0\xac\x42\x17\xe7\x0c\x68\x4b\x96\xcd\x1e\x1b\x30\x57\xb9\x59\xbb\x11\x68\xe1\xbc\x9c\xbc\x4f\xf4\x9a\x32\x1c\x26\x62\x01\x0f\x64\x1d\xe1\xa8\x68\xac\xb9\x1c\x40\x1a\x87\x8a\xd2\x9b\x90\xd9\xbd\xce\xbc\x43\x70\x6c\x6b\x3f\x10\x0f\xfd\xaa\x9b\x16\xf8\x00\xba\x5c\xaa\x72\x06\xc0\x5b\xb9\xd5\x7b\x4e\x80\xce\x69\x6a\x9d\x2d\x80\x1d\x77\xc7\x73\x77\x76\x06\xb0\x6b\x3c\x86\x75\x19\xf0\xec\x0d\x65\xce\x04\xa0\x9a\x76\xfa\x2f\x40\x92\xbd\x84\xf6\x07\x18\x12\x9f\xa3\xbe\x01\xbd\x91\x3f\x94\x47\xe0\xaf\x10\x2a\xb9\x07\x4a\x75\x19\x20\xd5\xc2\x66\x7b\xde\x10\xef\xc2\x03\x0b\x87\x88\x09\x88\xc5\xb3\xab\xec\x05\xc8\xc1\x31\x15\x73\x18\x59\xd8\xc3\x61\x60\xf0\x83\xea\x6f\x74\x12\x5c\x94\xe5\x47\x93\xc2\x42\x51\x29\x55\x00\xf7\x22\x97\x29\x12\x64\x7e\xf0\x17\x72\x0a\x62\xe7\x62\x43\x4a\x41\x80\x3d\x78\xe2\x75\xa4\x67\x21\x81\x78\x0d\x69\x9c\x82\x58\x09\xa4\x6b\xa3\x3d\xcc\x13\xc4\x17\xdd\x05\x8c\x69\xc4\xe0\xea\x3d\xf4\xe5\xd8\xf3\xcc\x42\x9a\x09\x86\x88\x16\x50\x2d\x31\x6f\xf8\x06\xe5\x28\x66\x17\x1c\x49\xf6\xc2\xd6\x9f\x6e\x21\x85\xa1\xef\xf6\xac\x22\xe6\xa2\xcf\x17\x5a\x11\xdd\x50\xc2\xd3\x6d\x4c\x21\x7b\xef\x48\x08\xe3\x2a\x6b\x7e\x97\x0f\x7d\x0f\x63\xb0\x72\x84\x66\x43\xcf\xce\x38\x4d\xbd\x40\x93\x0a\xfa\x28\x31\xd4\x76\xa8\x86\x2c\xa0\xfc\xbc\x12\x45\x6a\xa3\x2c\x70\x9e\x20\x7e\x22\xaf\x37\x4b\x20\x5a\x91\x12\xb5\xbe\x63\xfd\x44\xa3\x27\xa6\xcc\x2d\xe2\xa7\xb7\xeb\xe8\xe3\x22\xa3\x0e\x16\x2d\x4b\xe0\x53\xb1\x8c\x5a\xce\x13\xab\x95\x94\x21\xce\x3d\xbe\x2d\xf9\x0d\xdb\x03\x3c\x4f\x5e\xc6\x1c\x0a\x3a\x4f\xb2\x62\x58\x38\x2f\x26\x06\xd0\x32\x4c\xff\x60\x2a\x6a\x88\xd6\x07\x6c\x31\xe9\xf3\x23\x3f\x06\x5d\x49\xbb\x59\x4a\xbf\xa4\x58\xda\x56\x43\x33\x97\x71\xca\x1c\xa9\x87\x24\xcb\x54\xdf\x29\x67\xc5\x39\xdc\x3a\x72\x8c\xd0\x0f\x98\x4e\x4a\xe3\x2f\x0b\x3c\x43\x2c\xe5\xb4\x3a\x9d\xc3\xae\xb3\x60\x53\x21\xfa\x8f\xa1\x5c\xb8\x00\xb5\xa5\x94\x3f\x70\xa1\xff\x2a\x5a\x79\x43\x4d\xeb\xc8\xe3\xb7\xd8\x53\xa5\xd9\xb3\x8b\x3f\x50\x24\x9a\x48\x65\x1d\x59\x93\x76\x8f\x5d\x48\x6a\x51\x78\xe2\x2d\x88\xaf\xa4\x3d\x01\x93\xd8\xcf\x24\x33\xc7\x13\xd8\x12\x41\x85\x29\x0e\x35\xe5\xfe\x5a\x68\x82\xd8\xd1\x37\xde\x4b\xa0\xbf\x6c\xfa\x3c\x30\x49\xcb\xac\x73\x6e\x9c\xa4\x7a\x55\xb6\x17\xa6\x51\x1c\x4a\x67\x2a\xa8\x64\x87\x02\x33\x66\x06\xe9\x42\xf6\x95\x84\x50\x22\xaa\x86\x2f\x85\x61\xac\x54\xee\x29\x53\x54\x2e\xbd\xbb\xdb\x07\xc9\x49\x72\x5a\x78\x10\x16\x31\x2f\xdc\xa1\xd0\xbf\xdd\xf8\xd2\xaf\x4d\x2b\xe8\x4b\xae\x9f\xa0\x86\x74\x6a\xe7\xe7\x52\x6c\x9a\x2d\xe4\x1a\xb2\x49\xad\x15\x7d\x92\x64\x56\xbe\x2f\xee\x1e\xd1\xa1\x70\x99\xff\x56\xcc\x26\xab\xfb\xa4\x0d\x6a\xaf\x7a\x6a\x72\x1b\x39\x21\xbf\xbe\xf0\x14\xbc\x86\x6d\x39\x5e\xc7\xd8\x3e\xee\xd9\x67\x4f\xeb\xb9\xc5\xa8\xd7\xa6\x46\x0e\x70\xf2\x46\x28\xd6\x5d\xe6\xb2\x3b\xe4\xcd\xcd\xc5\x74\x03\xd2\xba\x5a\x83\x38\x73\xe2\xd6\xb2\x08\xbf\x54\x4c\x37\x9f\x78\xe2\x39\xba\x34\x73\xa1\x49\x1e\xa2\xa3\x98\x5c\x18\x03\x5d\x67\xdf\x19\xdf\xc4\x38\xf3\xf0\x69\x6f\x06\xed\xde\x9d\xe6\xba\x50\xea\xd5\xdb\xbe\x79\x7b\x29\xbb\x06\x54\x32\x6b\xf2\xcc\xce\x0c\x5a\x0a\xf1\x7d\x53\x5a\x6c\x0b\xf6\xb6\xfa\x8a\x9f\x03\x3a\x5a\x7c\xf7\x44\x2d\xd2\x9e\x63\x6b\x52\x0c\x57\x28\x9d\x17\x0e\x41\x67\x39\x7a\x77\x5d\xc4\x96\xf8\x7f\x03\x09\x42\x3b\xc2\xc1\xc6\x31\x7e\x24\x21\xb4\xf0\x37\x77\x8c\xa0\x49\xdd\xc2\x39\x49\xf8\xc9\x0a\x64\x95\x00\xdc\xc4\xb5\xcc\x55\xe0\x81\x4b\x3d\x74\x22\x38\x75\x6a\x3d\xf5\x0f\xc4\x36\xf1\xa4\x74\xc1\xae\xf3\x39\xe4\xef\x70\xff\x1d\xb1\x48\x04\x0d\xf4\xe7\x0a\x5a\xa0\xba\x86\x7f\xfc\x19\x90\xb2\xd0\x9c\x9b\x00\x31\x15\x51\xec\x4f\x90\x84\xd9\xcc\x0a\x81\xc6\x12\x98\x8c\x07\xf0\xee\x4b\x36\xf4\xf3\x30\x74\x52\x45\x9d\x82\xaf\xef\xfa\x44\x69\x42\x8e\xce\x3f\x4e\xfe\x8a\x38\x8e\x0f\x09\xbf\x62\xcd\x7d\xc3\x02\x6b\xcc\xbf\x61\x23\x2f\x19\xfd\x55\x10\xcb\xd5\x45\x53\x53\xba\xd8\x0a\xd4\x87\xb9\x89\xb5\x16\x75\x8a\xff\xc3\x90\xa3\x6e\xfe\x2d\xf4\xad\xa8\xfd\xc9\x5d\xd4\x46\xd4\x6a\x97\x92\xa2\x44\x03\xe6\xaf\x23\xdf\x42\x7e\x8c\xed\x10\xee\x63\xce\xed\xf5\xe5\xb3\x18\xf3\xea\x46\xb9\xef\xe8\xd3\xf2\xf5\x38\x57\x69\x73\xe5\xb1\xac\xcf\xd4\xcd\xf4\xf7\xcc\x04\x4a\x42\xdc\x5b\xc6\x74\xf2\xa8\x5f\x0f\x2d\x8d\xbc\xf4\xc4\x79\xea\x49\x92\xe7\xae\xd5\x14\x63\xe2\xcf\x79\xff\xc8\xa7\x30\xce\x88\x40\xa0\x16\x86\x75\x0f\xf2\xde\xf0\xdf\xd6\x5a\x70\xcf\xf0\x3c\x72\xf9\xec\x5b\x9c\x26\xd9\x0c\xd6\x05\xf6\x7e\x5a\x32\xe3\x0d\xf3\x69\x6c\x03\x1d\x63\x24\xfb\x76\xd1\x96\xd1\xb7\x1d\x2f\xa2\xd4\x50\x6f\x19\x57\x92\x45\x94\x67\xf3\x57\x91\x58\xa4\x03\xc3\x8b\x05\x3b\x52\xee\x77\x6d\xe2\xc5\xcb\x78\xd5\x42\xce\x88\xe4\x70\xf6\x3f\xb6\x8b\xf8\x9f\x84\xca\xbc\x23\x1c\xa0\xee\x67\x84\xf3\x5b\x63\x58\xf4\xb9\xdc\x5a\x9f\x36\x2a\x8b\x2d\x3e\x8e\xa3\x6c\x61\x2a\x8c\x2f\x90\xde\x33\x36\xcf\x3f\x42\x6c\x26\xbf\xb8\x39\xca\x07\xf2\x04\xed\x93\xdc\xfb\xd9\x57\x2a\x8f\x72\xac\x33\x76\x67\xf6\xb0\xca\x54\x8f\x93\xa2\x98\xbb\x53\x05\x64\x0f\x7a\x8b\xdc\x2f\xea\x09\xcd\x53\xb2\xf5\x22\x46\xb9\x27\x1a\x39\x36\x8b\x1c\xce\xaf\xdf\x39\x42\xda\xc8\x15\xcd\x8f\xc1\x9a\x68\x96\x37\x82\xf9\x05\x75\x77\x5b\xa9\xdc\x81\xaa\xd4\xf2\xd9\x9c\xd9\x65\xe7\x34\x52\x56\x50\xe1\x2b\x91\x2f\x63\x2c\x37\x8a\x18\x4a\xf7\xcd\x9c\x73\xcd\x8c\xfa\x51\xc5\xbc\x60\x4c\x89\x54\xe0\x8e\xfe\x24\xfd\x90\xf4\xec\xb4\x20\x4a\xc5\xc9\xf3\xa9\xd8\x4c\x86\xf3\xf5\xb3\xfc\x27\xfd\xdb\x9b\x69\xdc\xdf\x5d\x5b\x4a\x5e\x71\xb6\xb7\x3c\x4b\xe7\xb3\xe2\xea\x63\x04\xe1\x8c\xc1\xca\x47\x68\x2a\xdd\xa6\xe4\x4c\x84\x94\xda\x9a\x57\xe2\x7d\x97\x62\x92\xf1\xf5\x28\x8e\x94\x97\x36\xb4\x23\x9b\x68\x25\x63\xcf\x17\xa1\x18\x6b\xee\x00\xc8\xff\x7d\xdb\xa4\x29\x9d\xa7\x7b\xbd\xaa\x64\x3e\xc7\xa6\x67\xb1\xaa\x88\x85\xb4\x19\xf2\x25\x8c\xfe\x86\x95\xc8\x28\xdd\xac\x6a\x5e\xf8\x0b\x6a\x46\xf1\x23\xef\x53\x14\xad\xdc\x34\x7b\x09\x09\xd6\xb4\xee\xc0\x13\xa7\xa5\x44\xcf\x2f\x47\xcd\x58\xe9\xfd\x37\x05\x5a\x77\xaf\x36\xbe\xe6\x19\x0d\xa7\x16\xbb\x70\x4e\x0c\xa6\xa4\xfd\x62\x25\xf6\xb8\xf1\xde\x30\xaa\x5a\x47\x91\x83\x74\xed\x7a\xaf\xf0\xcb\xd4\xd8\x8a\x06\xaf\x17\xe4\xc1\xc2\x3f\xf6\x97\x49\x66\x59\x45\x3b\xf0\x58\x86\xa2\x63\xc1\x4c\xa4\x8d\xf5\x7c\x40\xa1\x38\x88\xd7\x6d\x36\x93\x3d\xc0\xfb\x97\x82\x12\x14\x9f\xa3\x8e\x49\x3a\x8d\xff\x21\x24\x8b\xb6\x13\x02\xb0\x41\xfe\x57\x60\x5a\x64\x01\xb7\x03\x28\x3f\xcf\x66\x6b\xc0\x4b\x47\x67\x30\xd3\xa0\xc5\xdb\x2f\x31\xd6\xc2\xb8\x39\x5e\xb4\x40\x98\xdb\x5f\x98\x32\x04\x16\x34\xf9\xcb\x10\x30\xa7\x24\x4f\x62\x04\x66\xa7\x97\x89\xff\x81\xe5\x82\x21\xe1\x03\x70\x0c\x33\xe5\x37\x40\xdb\x22\xb7\x70\x65\x10\xfb\xfc\x62\x36\x05\x7a\x6e\x9f\xc4\x64\xc3\x36\xdb\xb5\x19\xcb\xe1\xc9\x39\x3b\x69\x7e\xf0\xf7\xbe\x5b\x29\x41\x68\x48\x23\x55\xb6\x05\x5d\x59\x7c\x3b\x79\x08\xb9\xa9\xfa\x25\x2e\x47\x24\x82\x3d\xc2\x14\x24\x06\x4d\xe5\xc3\x08\x3e\x42\xc1\x0d\x40\x04\xde\x12\xf6\x59\x44\x6a\x6f\xca\xbc\x82\x68\xb6\xb5\xd3\xbf\x21\x3f\xe7\x2c\xa5\x1d\x46\x44\xbd\xa0\xbc\x97\xbe\xb7\xc1\x40\x4a\xa3\x39\x17\x89\x93\x4f\x50\x23\xd2\xaa\xc5\x06\x94\x54\xde\x0f\xe1\x12\xf2\x24\x42\xe0\xfd\x20\x7b\x87\xa7\x70\x26\x49\x0f\xbd\xca\x58\x8f\x48\xb6\x76\x28\xe3\x07\xb1\x72\x9b\x17\x9d\x4a\xe4\xce\x59\x4c\xad\xc6\xb4\xba\x1f\xc8\x67\xf1\x0f\xd6\x3d\x92\xf4\x72\x5f\x14\x6e\x4f\xd2\x70\x60\xe5\x25\x11\x95\xbd\x82\x5b\x2f\x88\x65\xb6\xc0\x9e\xbc\x40\x86\x3c\x4c\xc6\xb9\x40\x47\x3c\xab\x59\xae\xb4\xc3\xb6\x8f\x18\x21\xd4\x4d\xdb\xb4\x68\x2f\x28\x94\x39\xfb\x28\x7f\x88\x9a\xae\x78\x59\x84\x6c\x4b\xed\x1e\xc9\x31\xc9\xb6\xfc\xc6\xa4\xe5\x49\xab\x53\x67\x0b\xbf\x8a\x16\x72\x12\xf8\xcf\x05\x4b\x21\x13\xee\x43\xde\xd1\xd0\x64\xf6\x04\x07\x3c\x97\xc3\x6c\x67\xd1\x6c\x1d\xe8\x23\x8c\x3b\x46\x7d\xb4\x83\xf4\xeb\x73\xf0\x94\xed\x64\xd3\x0e\x23\xd9\xa2\xec\xc3\xd5\xc7\x92\x1b\x33\xfc\x72\x35\x62\x52\x7a\x5c\xca\x0c\xe1\x79\xe5\x15\x56\x12\xff\x48\x8a\x2f\x10\xcf\x35\x97\x42\x57\x57\xb0\x4d\x92\x52\xce\x96\x33\x57\x09\x65\x36\x7e\xf4\x0d\xbc\xfb\x46\x5e\xd4\x20\xae\xfb\x9c\x5a\xb2\x3e\xf5\x7c\xdb\x0e\xe9\xcd\xaa\x07\x95\x33\x92\x93\xcb\x6e\x67\xf3\xc4\xc7\x8a\xbe\xca\x70\xc2\x25\x79\x13\x8c\x02\xde\xf3\xac\x5a\x7c\x05\x67\x58\x5d\x1e\x4c\x67\xf5\x28\xb3\x3d\xe8\x8c\x62\x39\xcd\x3a\x88\x96\x93\x3c\x66\x38\x40\x19\x15\x55\xcd\x19\x21\xf9\xd0\x4f\xb5\x9c\x97\x1d\xed\xba\x56\x6e\x95\x7c\xb7\x55\x93\x19\x2e\x86\x1b\x1a\x93\xdf\x08\x77\x55\x17\xd2\x2a\x79\xaf\xca\x18\x09\x8f\x39\xcd\x85\xf1\x41\x2f\x58\x8a\x1c\xaf\x33\xa6\x8c\x58\xcd\xc1\x23\x57\x68\xfe\xca\x01\xc3\xbd\x14\xbc\x74\xcd\x9c\x27\xc4\x11\xc6\xa3\xe6\x63\x32\xf0\xfa\xeb\x32\x7b\xc9\xdc\x9e\x1b\x19\x04\xb1\xaa\x9d\x9e\x3c\x5d\x68\xdd\xa4\x43\x1d\xe5\xbd\xa9\x49\x4c\x58\xc6\xa9\x28\x7b\x1f\x64\xc6\xa2\x14\xfa\xb8\x2b\x19\x67\xb2\xef\x1e\xfe\x47\xb3\x50\x3b\x1a\xfc\xa5\xd8\xca\xfa\xe6\xfc\x21\xd2\x98\x11\x4d\x5e\xb2\xfc\xe1\x9c\xd2\x20\xc9\xb6\x1b\xa7\x35\x25\xe2\x8a\xde\x8e\xa4\xc3\x42\xfb\xf6\x6f\x54\x3d\xde\xc3\xa6\x19\xf1\xe1\x1c\x49\xcd\xb2\x40\x0d\xcb\xb3\x6c\x83\xfb\x6e\xc6\xfa\x82\xcd\x87\xeb\xa9\x9f\x33\x9e\x1b\x7c\x20\xbf\x94\xff\x99\x6b\x43\x5c\xc5\x2c\xab\xd6\xca\x25\x25\x82\xf9\xb8\x2c\xab\xc4\x09\xe5\x6a\xcd\x12\xfc\x46\xbe\x7f\xda\x27\x3c\x01\x1b\x57\x8c\xe2\xbf\x44\x17\xcb\xea\x09\xfc\x4b\x56\xc9\x29\xc0\xb1\xd3\x9f\x45\x00\xb8\xf0\xc0\x05\x3e\x1f\x1c\xd6\x8f\xe6\x66\x42\xfd\xd3\x3f\x31\x31\xd8\xb3\xea\x5c\xae\x1e\xd0\x95\x77\x26\xf3\x09\x30\x9e\x1a\xa3\xee\x02\x46\x78\x43\x69\x85\xc0\x17\xcc\x4b\x21\x05\x77\x47\xef\x93\xd1\x41\xba\xff\xad\xe4\x58\xf0\xe7\x69\x89\xc8\x17\x8a\x3e\x30\x8f\x8f\x41\xaf\xf5\xcd\xb9\x2a\x58\x32\xfd\x0e\x13\x80\xb3\x2a\x53\x73\x9a\x11\xf3\xdc\xb4\x4c\x36\xfc\x57\xd1\xab\x26\xc0\x55\x3c\xeb\xb4\x2b\xb0\x1c\x7d\xac\xf0\x84\x93\xa3\xfa\x64\x4e\x70\xa1\x7f\x64\xb2\x35\x7c\xef\xf4\x01\xd1\x5e\x64\xce\xfe\x7a\xbe\x2f\x62\xa5\x3f\x8d\x4b\x42\x0a\xa6\xdf\x66\x7a\x23\x06\x15\xd2\xec\x8f\x54\x20\x27\x23\xe3\x09\xa5\x34\xe5\x51\xfa\x6b\xf2\x04\xd7\x49\x39\x41\x36\x43\x3e\xa6\xdc\x24\xa9\xaf\xbd\x97\xf6\x91\x0e\xf8\x95\x24\xb5\x10\x5f\x3a\xf3\x84\x2d\x44\x64\xbf\x39\xef\x03\x71\xfb\xa6\x1a\xae\x0e\xf1\xd8\xf4\x77\x8c\x31\x34\xa6\x3c\x30\x5b\xc2\xb9\x97\x9d\x98\xe1\xcb\x2e\x90\x97\xa7\xbb\xb2\xfc\x38\x66\xca\xa3\xcc\x9d\xf0\xfb\x14\x6b\xc6\x92\x6b\x33\xa4\xb6\xf4\x4d\xbe\x0f\x93\x6c\x68\xb6\x4e\xf7\x84\x96\x54\xa7\x7d\xcd\x3c\x3f\x0a\xb4\x89\xc5\x09\xa1\x78\xce\x30\x61\xac\xc3\x9e\x94\x9d\xc9\x7a\x95\xbc\x29\xeb\xa4\xa6\x5f\x6c\x27\x43\x55\x3d\x42\x1f\xf6\x92\xd4\x46\xbe\x14\x7a\x26\xaf\xe3\x4e\x45\xea\x48\x5a\x38\x01\xbe\x0b\xc5\x9d\xac\x8f\x4e\x9b\x04\x25\xcc\x2b\xfb\x9c\xb8\x5d\x0c\xdd\x4d\x11\xec\x42\x7a\xed\x0c\x88\xee\x48\x3a\x59\x72\x30\x2b\x48\xad\xc8\xb8\xa8\x39\xa6\xda\x29\xa9\x56\x1d\x4c\x55\x32\x2f\xa6\x1a\xca\x3f\x81\x2e\xf2\xd5\x52\xb7\xf0\x34\xc9\xea\xa4\x07\x17\x07\xc5\xba\xa2\x44\x47\x73\xfe\x5f\xc1\x0c\x2b\x29\x77\x01\xf7\xdd\x26\x43\x56\x0f\xa7\x70\xc6\x7d\x9a\x0d\xc5\xb1\xc8\x34\xeb\x6c\xc9\x77\x75\x94\x66\x7d\x61\x7c\xd2\xab\xb4\xbf\xb9\x2f\xe9\xe9\x8a\xbb\x59\x8e\x84\x22\x59\x83\xba\x3c\x6c\x43\x72\x45\x9a\xed\x05\x50\x54\x92\xf2\xf0\xd4\x0e\x3e\x5b\x8a\x5a\x76\x73\x04\x49\xdd\x1b\xeb\x58\xbb\x84\xf3\x66\x2e\xa4\xc6\x52\xbf\x17\xec\xc9\x52\x34\x4f\x57\x91\x35\x8e\x75\xaf\xc5\x0b\x54\x8b\xab\xf2\xa9\x83\x8a\xd1\x32\xf3\xc4\x0f\x32\x55\x61\xd5\x55\x72\x32\x25\xf7\xfc\xf9\x25\xa2\xf0\xcc\xe5\x27\x67\xf2\x6d\x55\x7f\x2d\x3e\x70\x0e\x29\x7e\x6c\x3c\xc8\xec\x4e\x52\xcc\xdc\x41\xb9\x4f\x3f\x93\x9f\x90\x95\xd6\xb5\x33\xad\x51\xe3\xdd\x5a\x24\x32\x55\x6d\x69\x9c\x4d\xf9\xa5\xb8\x53\xb3\x3b\xd1\x50\x96\x54\xee\x12\x32\x90\x1c\x51\x24\xf2\xbe\x26\x72\xcc\xfd\x74\x82\xc8\x5f\x93\x49\xb7\x48\xe6\xe8\xa4\x8d\x6e\xd4\x61\x32\x25\x73\x67\x1e\xa7\xf0\xe8\xb7\xf3\xc6\xb2\x14\x03\x85\x69\x0b\x35\x3e\xdd\x77\x85\x09\xaa\xed\x6d\x0f\x29\xc7\x15\x83\x8d\xed\x09\x98\x8c\x50\x23\x09\xb1\x48\x76\x28\xe7\x78\x7d\x10\xad\x2a\xca\x39\xa1\xcf\xbb\x9f\xbb\xd9\xc2\x87\xdd\x95\xfe\x6f\xe3\x02\xe6\x76\xe9\x8a\x99\x4c\xca\x36\x86\x5e\xfa\x86\xea\x3c\xfc\xa6\xa4\x07\xe5\x3c\xfc\x69\xe6\xaa\x62\x2e\x9e\x00\x15\xe7\xc7\xe1\x6f\x5e\x93\x65\x5f\x20\x38\x06\xcc\xd2\x9c\x24\xdc\x3f\xe3\x98\xb6\x07\xe0\xd8\x7d\x4b\x59\x04\x5e\x32\xf5\x91\xd8\x40\x47\xd7\x6c\x48\xda\x06\x9f\xc5\xe1\x38\xd6\x70\x8b\x4a\x51\x7d\x11\xf8\x99\x14\x56\x7e\x1c\x78\xc3\xc8\x2e\x3e\x05\x4c\x42\xae\xf9\x56\xe0\xdc\x6b\x2e\xd9\xfa\xa0\xe3\xa5\x66\xcd\x6a\x50\x73\x46\x3b\x6d\x3e\xb4\xca\xae\x56\xfe\x01\xca\x30\xdd\x2a\x31\x85\x8f\xe8\xfe\x4c\xd2\x43\xb4\x71\x38\x8e\x15\xfc\x46\xb5\xaa\x7a\x29\xfc\x4b\xfc\xa9\x1c\x07\x17\x33\x4c\x8b\x67\xc3\xf1\xe0\xd7\xbc\x4f\x70\xd8\xb5\x59\x59\x8f\x61\xe0\x12\x5e\x7d\x0f\x96\xb9\xdf\x54\xde\x82\x87\xed\x50\x79\x2b\xb2\x6e\xf7\x47\x89\x16\x12\xa7\x7b\x47\xfc\x17\x5d\x8b\xc3\x71\x96\x21\x2e\x69\x84\xaa\xcb\x14\x91\xd8\xb1\xcc\x8b\x3c\x4e\x2f\x2c\x0a\x22\xeb\x81\xbe\x79\x17\x49\x9c\xc8\xab\x59\xee\xa4\xb5\xfe\xef\xd5\x2e\xc4\xeb\xee\x3e\xca\x13\xc4\x14\x3b\x5d\xb9\x0d\xd1\x7f\xb7\x32\x59\x48\x3c\xa1\x5b\x2e\x86\x89\x83\x38\x1c\x9b\x86\x5e\x55\xba\x54\x4e\xb2\x03\x44\x57\x4a\xbb\x59\x87\x68\x7d\x85\xfd\x4c\x6d\x80\x9b\xdb\xc3\x98\x19\x51\x9c\xd9\x41\x5f\xee\x6f\x9f\xde\x4d\x73\x73\xeb\x4d\xed\xa5\xe6\xdb\xe6\xc8\x2a\x29\x7f\x77\x7b\x25\x7d\xa1\x50\x74\x2b\x45\x0d\x94\x3b\x38\x5b\x56\x0b\x56\x92\xea\x5b\xb9\x5b\xc4\x17\x5e\x29\x35\x11\x2e\xa6\x3e\x2e\x3c\xc2\xbf\x42\xa8\xca\x3d\xcc\xbd\x1b\xfe\x36\xf3\x20\x27\xd8\x4f\x98\x6e\xcb\xde\xee\xb6\x3b\xd5\x81\x35\xdf\xd6\x5c\xa6\xcf\x78\xb4\x7b\x55\xd2\x49\xc6\x42\xdd\x3e\xe1\x04\xbd\x0a\x27\x62\x4e\x12\xdf\x29\x66\x54\xa4\xa6\x99\x0b\xd6\x94\x48\x15\x77\x29\x94\x82\x2c\x39\x8c\x0f\xcd\x91\x4b\x0d\xc3\x1a\x32\xd8\x49\xcf\x7d\x11\x15\x47\xf4\xd0\xf5\xa8\x82\x2b\xf8\x66\x83\x48\x2f\xf1\x97\x99\x64\x88\x41\x6e\xbb\x6e\x8b\xe0\x16\x3b\x1d\xf7\x93\xd1\x4d\xce\x95\xe3\x2b\xae\xe4\xb7\xf3\xe8\x25\x4e\x39\x6c\xb2\x6e\x81\x7b\x26\x25\x51\x3b\x67\xbf\xfa\x62\x68\x42\xc6\xc6\x34\x07\x1f\x0f\xd5\x1a\x45\x98\x8b\x9d\x62\x85\xac\xc6\x3a\x5f\x32\x29\x31\x32\x59\x2c\xfa\x98\x74\x40\x97\x2b\xd0\xe5\xcf\x9c\x66\x4f\x7f\x43\x5d\x23\x6d\xaf\xb8\x56\x93\xc1\x9d\x57\x72\xb2\xe2\x1b\x51\x56\x60\x5e\xba\x3f\x5e\x92\x33\xbb\xd0\xf5\xaa\xb6\x66\x24\x37\xe1\xa2\x56\x5a\x5b\xe6\xbd\xd3\x9b\x53\x8a\xd4\xf1\x47\xba\x24\x40\x9a\xcf\xae\x58\x11\x49\x3e\xaa\x6b\xcb\x17\x0b\xef\x4d\x8b\xa7\x3b\xd1\xec\xa4\x76\x15\x71\xcd\x87\x39\xd7\x4a\x9c\xea\xcd\xb0\xe7\x05\x3b\xaa\x57\xc5\xbd\xcc\xfe\x50\xf6\x38\x24\x58\x53\x5e\x54\x77\x21\x2e\x4d\x92\x77\xdb\x39\x3d\x05\xcc\xb6\x3c\x72\x49\xe2\xa0\x99\xb9\xcb\x4c\x74\x22\x75\x99\xee\x0e\xfe\x51\xf1\xac\x69\xc9\xb4\xdf\xb4\x12\xc9\x78\x45\x6c\xe7\x61\xf6\x9b\x12\xdb\x96\x97\x98\x53\xc1\xaa\x06\x4a\x9c\x47\xf6\x60\x8d\x6e\xf0\x43\x0d\xa9\xbc\xf1\xfc\x9f\xb4\x0b\xc5\xd9\xce\x87\x52\x2c\xf3\x8f\x1f\x59\x93\xfc\x27\xf3\xc6\xae\xc5\xc2\x6f\xca\x1e\x5d\x2b\xde\x5d\xf1\xd4\xb4\x5b\xb4\x24\xda\x2b\xb6\x71\xe7\x6b\x42\x3a\xd1\xa0\x65\x90\x50\x9c\x90\x58\x7f\x87\x50\x1e\xe6\x50\xf5\x82\xf0\xc6\x2f\xa9\xf4\x0d\x70\xe6\x8c\x7b\xc1\x3f\xe0\xfe\xb1\x0d\x39\x5a\x20\xc7\xca\x5a\xb3\x09\x0a\x36\xf4\x57\x8e\xc1\x21\x4b\xf2\x14\x4f\x10\x39\x0e\xc7\x7b\x80\x84\xb3\x17\x76\xc6\x43\x0e\xd8\xdb\x96\x38\x48\x37\xc1\xa4\x9e\x0b\x4e\x85\x69\x55\xa9\xc1\xb7\x7e\x41\xa5\x05\xd0\x86\x33\x06\x05\x1d\x50\xb4\xc3\xd7\xec\x51\xe8\xb5\xd5\x36\xf5\x4f\x98\x69\x78\x50\xd9\x88\x1c\x5b\x22\x53\xf4\xa1\x26\x38\x1c\x6f\x00\x81\x58\x4f\x3a\x17\xa1\x4b\xb0\xb2\x16\x5d\x24\x3f\xfe\x75\xfd\x21\xc4\x3e\xf4\x7a\xd5\x19\x44\xd7\x6f\x6f\x69\x00\xb2\xda\xfd\x47\x01\x84\x58\x39\x5c\xcf\x4e\x42\x60\xab\xb9\xea\x36\xe4\x91\xe1\x06\x25\x07\xbd\xba\x84\xad\x90\x62\x2b\x70\x38\x9e\x12\xe9\x61\x6d\xea\xb0\xa6\x74\x60\x5b\x9b\xbd\x29\x73\xe3\xc9\x75\x2c\xb2\x43\x68\x60\x65\x01\xa9\xd2\x77\xb0\xa4\x9d\xe4\xe2\xae\xcc\xbf\x4f\x5a\xe2\x40\xca\xfa\x42\xfc\x65\x39\xae\xb6\x20\x7e\x31\xf8\x9e\xfa\x8b\x64\xbc\x24\x39\xe5\x25\xc9\x15\x87\xe3\xfe\x45\x6b\x99\x70\x7b\x09\xdb\x00\x55\x35\x35\x33\xdf\xc7\x2f\xa8\x7d\xc6\xa8\xbe\xfa\xbd\x52\x9b\xde\xe8\x1b\x56\xb2\x83\xf6\xc6\xdd\x3e\xdf\x81\xe6\xe0\x60\x99\xe5\x4f\xed\xb5\x4c\x4d\xe7\x50\x03\x0c\xee\xa7\x1e\xa6\x06\x2e\x69\x92\xff\xa2\x54\xe3\x70\xdc\x8d\xd8\x3d\xe6\x9e\xf6\x45\xc2\x7b\xe8\xae\xa6\xcd\x82\x1d\x71\xac\x5a\x17\x1e\x76\x95\x58\x91\xc8\x5d\xed\x3b\xbb\x38\x99\x3d\xea\x36\x95\x57\xca\x6a\x3b\xfa\x22\xb3\x97\x39\x61\x79\x45\xf5\x98\xa9\x6b\xd0\xa7\x88\x66\x7c\x5e\xf2\x4b\xf6\x8e\x3e\x1d\x87\xe3\x6c\x27\x7e\x66\x1c\x6e\xb3\x57\x8c\x20\xb6\x8d\x17\xe4\xf5\xb1\xb2\x1a\xa2\x54\x11\x92\x52\xae\x49\xa6\xf9\xec\x2e\xaa\x13\x4b\xdd\x8c\x73\x6f\x08\xef\x1f\x3d\x9b\xf1\x58\xe0\x6d\x39\x33\xed\x23\x7f\x85\x41\x56\x4a\x24\x0f\x59\x7a\x44\x2a\x67\xad\xc1\xe1\x58\x6f\xc8\x51\xf4\xf8\xd6\xfb\x39\x0e\xb0\x63\xc3\xa3\xcc\x4b\x31\x82\xea\x6f\x6a\x4e\x70\x6a\xf9\xa2\xb4\xce\x8b\xb6\x45\x6b\x53\x0d\x5c\xbd\x72\x77\xca\x3b\xec\x73\x32\xac\xa4\x05\x16\x58\x9a\xbd\x64\x96\x81\xaf\xbc\x54\x1c\xb0\xf4\x9c\x44\xc9\xa9\xc1\xe1\x58\x38\x4a\x01\xcd\xa3\x15\x2a\xff\x04\x1d\x6e\x60\x97\x24\x44\xf3\xab\xd3\x0b\x17\x5e\x49\x2d\xcb\xcc\xcd\xbd\x70\xbc\x50\x95\x15\xe1\x02\xe7\xe4\x68\x18\x76\x5f\x34\x85\xe9\xf3\xcc\x7f\x2b\x2b\x53\x8b\x0c\x36\xcb\x57\x4b\xa9\x4b\xaf\x24\x8f\xf2\x7e\xe3\x70\x4c\x57\x6a\x26\xb5\xa6\xd5\xb5\x56\x0c\x56\x37\x04\x56\x7e\x89\x5e\x56\x0d\x95\x9d\xbd\xb2\xb9\x2c\xbe\xa8\xe6\xfc\xed\xc2\xa0\xfc\x13\x2e\xba\x39\x21\x39\x76\x76\x1a\x4d\x70\xc6\x94\x79\xbb\x32\x5c\xe5\x69\xa0\x23\xeb\x91\x5b\x2c\xc5\x27\x47\xf0\x5f\xe1\x56\x33\xfe\x50\x7f\x50\x8d\x5a\xf5\x9a\x54\xe0\xe1\x06\xcb\xba\xd7\x51\x79\xd5\xa7\xab\x0f\x06\x35\x96\x1d\x2c\x07\xcf\xc7\x16\xea\x15\xbf\x3f\xdd\x9f\xb3\xb6\xc0\xde\x2e\x54\xb3\x2c\xfb\xa1\xb9\x52\xa9\xa3\x0e\x30\x58\x25\xf3\x4b\xa1\x2e\xcd\x4d\x7a\x2e\x50\xe0\x4e\x33\x38\x34\x1d\x12\xb7\x7f\x02\x18\xc0\x47\x77\x65\x00\xed\x91\x9b\x5b\xe3\x01\xc5\xe5\xab\x0d\xe6\x40\xa3\xd7\xa9\xaa\x29\x50\xc7\x49\x5c\x9a\x01\xb2\x6c\x66\x16\xf8\x40\x7b\xcc\x06\xb3\x0d\xe0\x79\xfa\x79\xea\x6e\x64\xbd\xb6\x8e\xca\x05\xdd\x85\xc3\x09\x56\x20\xb5\x24\xbb\x7e\x22\xec\x81\x3f\xd1\xe5\x0c\xeb\x44\x7c\x68\x35\x80\x9a\x2e\x1f\xaa\x7f\x05\xe5\x79\xed\xac\x52\x41\x9d\x4e\xd1\xa5\x01\xb0\x96\xf5\xb3\x82\x2d\x30\x6a\xd6\x92\xf5\x1b\xd9\xa0\xcf\x53\xe7\x20\xdf\xb4\xe7\xab\x76\xa0\x99\x38\x1c\xff\x0f\xd2\x42\xfc\xdc\x6f\x84\xcd\xc0\xaf\xed\xfc\x82\x52\x23\x6a\x5a\x86\xd0\xf9\x97\xb5\xea\x93\x90\x26\xaf\x19\x55\x2e\x48\x8e\xd3\xe9\xd2\x95\x48\xb3\x75\x47\xfe\x1d\x74\x86\x59\x7e\x56\x13\x7a\x55\x1f\xaf\x8e\xc4\x56\x68\xcf\x48\x7b\x83\x85\xe0\x70\xfc\x2e\x74\x06\x31\xb2\xcf\x93\x1a\x94\x58\xda\xb9\x83\x22\x88\xb8\xd2\xa2\x45\x6e\x0c\x68\xaa\xbb\x4f\xde\xec\x59\x59\x99\x4e\xaa\x72\x9a\x5f\x12\x44\x8a\xb7\x66\xe7\x1b\x92\x02\xcc\x64\x59\x1b\x48\xe1\xfa\x7e\xe9\x7d\xa4\x71\xed\x35\x69\xdb\x48\x7e\x38\x1c\x7f\x25\xfa\x92\xb8\xbd\xb7\x8d\x1d\x91\x18\xdd\xc1\x62\x99\x45\x18\x34\xfb\x32\xfe\x04\x10\xeb\x2c\xe8\xff\x3c\xd1\x4a\x1c\xdd\xc4\x71\xbc\xb8\x9d\xc6\xb6\x0e\xc8\xa3\xd0\xd6\x99\xc5\x67\x5e\xa5\x8e\xea\x7b\xa9\xbe\xd3\x36\x6a\x3b\x2a\x8d\x28\x0c\x1c\x8e\xb7\x9d\x88\xc3\x9e\xf7\xea\x0a\x3b\x12\xb7\xb5\x4f\x09\x36\x87\x3f\x6c\xaa\xe7\xb1\x02\x6c\x6a\xc5\x5c\x03\xcf\x63\x15\xbe\xec\x0f\x8e\x9a\x62\x3d\xd6\x33\xeb\xfd\xb9\xf7\x59\x2b\xcc\xce\x66\x14\x33\xa9\xfa\xe7\x55\x2b\x99\xf5\xda\xfc\xd4\x45\x34\x29\x0e\xc7\x35\x24\xcd\xc3\x36\xf7\x98\x28\x2e\x24\x84\xb4\xfd\x95\x3b\x84\x6f\x69\xbc\x21\xb5\xb8\xc4\xad\x49\x4f\xde\x73\x4e\x55\x7e\x59\xec\xef\xa8\x5b\xb4\x49\xd8\x71\xe4\x76\xce\xa8\x20\xd2\x6c\x9d\x46\xc5\x47\xf5\xfd\x95\xef\x78\x72\xed\x0f\x29\x72\xe6\x79\x1c\x8e\x3d\x4e\x0e\x45\xaf\x75\xcb\xb2\xcd\xe3\x73\xda\xbc\x32\x82\xc2\xdc\x1a\xd7\xa5\x67\xfb\xb7\x55\xbf\x48\x9b\x75\xf6\x71\x59\x96\x42\x7c\x2a\xba\xf0\xa2\xfc\xca\x11\xd7\x1c\x6d\xa9\xd2\xb4\x43\x3d\x2c\x59\xaf\x6f\xab\xd4\x11\xb5\xe9\xe8\xcb\x21\x76\x11\x0e\xc7\x7a\x48\x61\x21\x65\xdd\xcb\xca\xac\xe2\xa6\x5a\x1f\x14\x4d\x84\x8a\x1a\x32\xf2\x93\xfd\xa7\x57\xfb\xe6\x04\x9e\xdd\x54\xa6\x95\x19\x75\xf2\x66\x41\xa3\x7a\xea\xf0\x68\x76\xb0\x2a\xc2\x34\x5a\x6d\xa4\xa8\xd5\x3f\x90\x7a\x46\xe2\xa8\x73\x59\x26\xe2\x96\xe1\x70\x2c\x23\x6a\x20\x72\xb0\xeb\x41\x35\x3f\x2e\xa6\x55\x5d\xfe\x37\xf4\x40\x43\x58\x89\xd0\x2f\xbb\x7a\x43\xe1\x5e\x8f\xbe\xd2\x96\xbc\x15\x27\x19\x05\xd7\xb2\x0f\x1f\xce\xca\x5e\xa5\x29\x31\x3d\x9b\x7e\x43\xf9\x43\xdf\x41\xf1\x59\xda\xa9\xc3\x95\xad\xe7\x51\x71\x38\xe6\x0d\x6a\x36\x7c\xbd\x4b\xd3\x70\x36\x6e\x5e\xab\x7f\x4d\xd6\xd5\x17\x0d\x3b\x2a\xcd\xfc\xbc\xaa\x6e\x97\xd6\x79\xa0\xa5\xa1\x45\x5e\x27\xdd\x0a\x96\xe7\xa5\x1c\x26\x66\x55\x66\xed\x36\x75\x48\xf7\x57\x15\xea\xfb\x29\x20\xd9\x33\x9d\x01\x29\x97\xbf\x11\x87\x63\xfa\x50\x2b\xc1\xf9\x43\x03\x90\x73\xb4\x51\x3f\x01\x5a\x1e\x6c\xdc\x65\x0c\x96\x5f\xec\x6c\x69\x00\x8b\xdc\x97\xd6\x5b\x80\x0f\x8f\xb5\x56\xb6\x40\xb6\x07\xca\x4a\x6c\xa1\x7b\xbb\x74\xf2\xfa\x60\xf5\x06\x62\x56\x22\xd2\xa9\x75\x5e\xfd\x0e\x25\xe1\x70\xc2\x8d\xc8\x33\xe0\xc3\x50\x24\x52\x13\xbd\xb6\x7f\x23\x72\x3c\x78\x61\xe7\x28\xdc\x73\x31\xbb\xe5\x2a\xcc\x74\xfb\x5e\xf7\x02\x26\x1f\xcb\xac\x4c\x80\xab\x0e\x48\x8b\xff\x21\x6b\x76\xe1\xf2\xd2\x90\x82\x0d\x21\x59\x2e\xa8\x48\xcb\x53\xdd\x84\x3e\xc3\xe1\x84\xd3\x91\x29\xa0\x6a\x68\x2d\xf1\x78\xf4\xea\xbe\x1a\x2c\xf5\xca\xf3\xce\x44\x6c\xf6\x45\x72\xcb\x42\x94\xef\x76\xaf\x4e\x80\x7a\x1f\x63\x55\x6e\x44\x2f\x1c\x40\x8a\xf3\x51\xb1\xf1\xa7\x3c\x7f\xf4\xdb\x06\xcf\x2c\x1d\xac\x42\xeb\x84\x1a\xc4\x92\x71\x38\x41\x1b\xaa\x0f\x84\xde\xb0\xa3\x85\x45\xb5\xf7\xbe\xa5\x46\x5e\x51\x77\xa4\x51\xa0\x8b\x0e\xcd\xb6\xe4\x5e\x37\x75\xed\x10\xf9\xd4\xb1\xb3\x15\x3e\xa4\x3f\x07\x3c\x8a\xa6\x48\x53\xc6\x4f\x72\xeb\x48\xbf\x37\x9c\xca\x3c\x47\x16\x69\x5d\x4a\xcf\x26\x5d\xc6\xe1\x04\xd3\xb1\x19\x00\x71\x50\xcd\x31\x8c\xea\xe8\xb5\x61\x8d\x5c\x11\xb7\x3f\x67\x26\x5d\xdc\xd7\xc4\x65\x50\xdc\x24\xb5\x9b\xe8\x05\xc7\x4e\x96\x17\xd0\xa7\x1d\x70\x2c\xda\x4d\x13\x19\xdf\xcf\xf9\x48\x0b\xd9\x70\x26\x23\x82\xf6\x45\x4b\xae\x12\x51\x7c\x71\x38\xfe\x4c\xe2\x12\xc0\xe1\xfa\x67\xd1\xce\x28\x55\x0f\x5f\x40\xbf\x42\x6c\xdf\xc3\xfb\x72\xd1\xa0\x71\x82\x4b\x72\x63\xd4\x44\x71\x1c\x8f\x1d\x2c\xfb\xc6\xb6\x3d\x60\x57\x18\xc7\x42\x8c\x27\x72\xd6\xb3\x36\x6c\x08\xd4\xc4\xb2\x76\x6b\x3d\x4e\x0b\xa2\x1d\xc6\xe1\xb8\x1f\x49\x4b\x09\xc5\x03\x8f\x15\x71\x51\xcb\xba\x31\xb9\x6b\xd0\xbf\x36\x7d\xa9\xf5\x85\x8c\x86\xae\x64\x6b\x37\xed\x6a\x0f\x31\xec\x70\xaf\x74\x58\xf8\xf9\xc0\xac\x02\x47\x41\xa7\x71\x77\xd6\x2b\x81\xf1\x06\x96\x5a\x9f\x17\xbf\xd0\x23\x75\x8c\xd1\x8d\xc3\x71\x92\xc8\x51\x84\xc5\x03\x2b\xb3\x3a\xaf\xc5\x75\x15\x69\xbe\x04\xf9\xb4\x1e\x4d\xb7\xbe\x30\xbf\x7e\x4a\x59\xea\x4a\xa8\x8a\x52\x5c\x76\xf0\x2f\x79\x2b\x0f\xd8\x9f\x9f\xef\x23\x9d\x34\x16\x65\xfe\x94\xcc\xda\x20\x4c\x5f\x2f\x9a\xbf\x30\x4b\x21\x63\x3d\xc0\xe1\xd8\x14\x4a\x14\xbe\xba\xff\x72\xa9\xe1\xb5\x79\x5d\xf3\x0a\x6f\x05\x4e\xb6\x68\xf2\x34\xe7\xa9\xf5\xe6\xd9\x12\x97\x2f\x95\x65\x19\x13\x47\xbf\x97\xec\x54\x0b\xf7\x07\xe7\xc9\xd2\xba\x8d\xa1\xcc\xad\x29\x1d\x1b\xea\x55\x07\x93\xd7\x2c\xfc\x99\x92\xc2\x51\xe3\x70\xac\x36\xea\x26\x7c\x60\xff\x96\x2a\xcb\xc8\x9c\xce\xda\xb2\xcc\xc0\x8c\x96\x73\xc5\x5e\xe7\x1d\xea\x1e\x17\x18\xb8\x54\x56\x9e\xcd\x3d\x75\xb4\xa7\x78\x30\xcb\x7e\xbf\x53\x9e\x95\x9a\x66\x9c\x90\x51\x95\x9a\xb3\xe1\x6e\x5a\x9f\xc4\x7f\x91\x49\xca\x7a\xee\x79\x1c\x8e\x15\x44\x3d\x87\x5f\xd5\x77\xbf\xae\x3c\xd2\xa9\x33\xa0\xea\x47\x60\x64\xcb\xf4\xf2\x8c\xf3\xcb\xeb\x48\x25\x17\x5d\x28\x15\xef\x0a\x26\x8f\xe6\x17\x5f\xca\x5d\xbe\xdf\x21\xb7\x27\x43\x63\x8c\x66\x98\xa6\x2d\xd5\x5b\x92\x66\x23\xf5\x5d\x04\xc8\x19\xdc\x49\x1c\x8e\xf9\x93\x7a\xf9\x97\x37\x64\x03\x2e\x7b\xe5\x03\x79\x81\xc7\xef\x3c\x80\x62\x41\x66\xf7\x4b\x28\x05\x6c\xaf\xdc\x0c\xf1\xc1\x04\x55\x1a\xf4\x0e\x8a\x62\xfe\x81\x97\x40\x03\xd1\x42\xf8\x20\xbc\xc1\xd3\x03\x0e\x87\xe3\xf7\xc1\xb0\x12\xee\x59\x1c\x00\x7f\x83\x07\x7f\xc2\xa0\x1a\xc5\x5e\xc2\x60\x3b\xba\x67\xfc\x07\xf8\x12\xf9\xd7\xbd\x16\x5a\x85\x0c\x55\x9c\x85\xf4\x90\x6b\x69\xef\x20\x1e\x32\xc2\x3c\x0e\x35\x23\x8f\xa3\x3e\x41\xff\x90\x89\x73\xe5\xb0\x0d\x32\x6a\xf5\x13\x26\x22\x3d\x3a\x8f\xe1\x0f\x48\xe2\x0f\x22\xb8\x99\x7c\xf7\x05\x0d\xb4\x27\x5b\x8d\x2f\x02\xfd\x48\xf2\xae\x63\xa0\x94\xf8\xac\x1c\x00\x7b\x88\x57\xd3\x6c\x20\x23\xe2\x39\x86\x0c\xba\x44\x5c\x1c\x75\x19\x2a\xc3\xea\xcf\xcd\x86\x67\x61\x3e\x56\x28\x7c\x06\xfd\xae\x13\x0e\x77\xa0\xce\xdf\xc8\x80\x17\xa7\xee\x19\x13\x80\xd9\xd7\x46\x0d\x00\x0d\x4b\xbb\x03\x02\xc6\x18\xdd\xa5\xb7\x41\x5d\xba\x38\xf5\x15\x78\x8e\x96\x49\x3f\x0d\xa6\x51\x1b\xae\x05\x43\x0b\x28\x35\x67\x57\x42\x71\xe4\x5c\xcb\x6a\xe8\x06\x29\x59\xfb\x13\x6c\x45\x34\xfe\xd2\x41\x08\x93\x84\x3d\x9d\x20\xa4\x26\x79\x0d\x1f\x23\xdc\x14\x39\xb4\x15\x01\xb3\x05\xc7\x4b\x96\x00\xc7\x78\x01\x0a\x47\x80\xc3\xc9\xa7\x3e\x02\x9e\xb0\x3e\x46\xda\x81\xde\xcc\x2d\x1e\xbb\xc0\xdb\x74\x17\xcb\x15\x90\x09\x95\xab\xdd\x0c\x41\xe4\xad\x9f\x3a\xf1\xdd\xe9\x7d\x4f\x06\xf1\x1f\xd3\x66\xdd\x0a\x21\xe8\x2b\x76\xb4\x8c\x11\x5c\x65\xd1\x45\x2e\x04\x46\x72\xa7\xbc\x98\x70\x4f\x6c\x49\x49\x04\xcc\x05\xca\x88\x2d\x40\x39\xf7\xdb\x99\x13\xe0\x5e\xb6\xb3\x05\x13\xe4\x30\x6e\x68\x17\x80\xf5\xd4\x85\x1f\xec\xf1\xeb\xcb\xb0\x47\xa1\x78\x9b\x22\xc9\x8d\x07\xf8\x80\xbc\x92\xa6\x4b\x78\x4e\x56\x7b\xfe\x37\x7c\x9f\x7a\x44\x4a\x23\xac\x52\xbe\x25\x71\x09\x09\xf2\x97\x61\x1c\xc2\xa7\xe4\x9b\xee\x2b\x81\x48\x61\xa7\xf9\x5d\xa0\x85\x67\xad\x9d\x0d\xf4\xd3\x6b\xde\xf6\x25\x4e\x76\x0c\xdc\x1f\x4d\xfc\xd9\x2c\xb9\x1e\x87\x9f\x57\xc7\x6e\x98\x8d\xdf\x59\xe9\x9b\x5b\x8e\xf7\x2f\xd9\x98\x1c\x86\xcf\xcb\xeb\xc5\x8a\x08\xf3\x33\x8f\x5f\xfd\x41\x00\xd2\x8a\x5c\x27\x09\xef\xe4\x7b\xcc\x37\x02\x96\x49\x23\xda\x62\xc0\x94\xb5\xef\x35\x15\x6f\x38\xfa\xe5\x5e\x03\x7e\xdd\xd0\x83\x7e\x5b\xfc\xf2\xbe\xbc\xda\xbb\xf8\x9d\x1d\x5e\xd9\x69\x78\x8f\xc6\x09\x31\x84\x17\x54\x5b\x23\xdf\xf1\x53\x25\x21\x21\x0c\x82\x49\xee\x3e\x97\xdf\x04\xb2\x1a\xdc\x2b\x25\x0c\x29\xcc\xb4\x05\x84\x36\xce\xc9\x57\x4d\xf8\xed\x0f\x81\xbb\x77\xf1\x46\x77\x56\xf4\xf9\xe2\xd7\xdd\x02\x6a\x7e\xe2\xb7\xf7\xe7\x64\xf5\xe1\x1d\x3b\x52\x45\xe5\x78\xa4\x31\x14\x39\x81\xef\xab\xfc\x16\xfc\x81\x30\xad\xf0\xaf\x4b\x29\xc1\x36\xab\x6c\x6f\x14\x81\xab\x14\x6a\xd7\x13\x62\x38\x7f\x5e\xad\xc3\x9b\x3c\x3f\x7e\x77\x1b\x7e\xcb\x23\xa8\xb7\x1a\xbf\xec\x0e\xbd\xc6\x1d\xbf\xf2\xd6\xc9\x2c\x03\xbc\x71\x5f\x9b\x48\x1f\x7f\xa6\x7d\x21\xdc\x8f\x97\xd4\xcf\x0a\x06\xf0\x0d\x65\xc7\x5c\xf8\xf8\xa7\x79\x76\x7b\x13\x08\xbb\x54\x9b\x75\xb6\xe2\x3f\x71\x6d\xbe\x88\x51\x10\xb0\x9e\xd2\x42\x0f\x00\xc1\xc3\x3f\x90\xbf\x40\x5e\x3b\x88\x8c\x01\xef\x4a\xe7\x21\x19\xc0\x87\x54\x7d\x44\x01\x8e\xd3\x9e\x21\x00\xe4\x7e\x6d\x26\xe2\x0b\x75\x9c\xb5\x45\x8e\xc3\xfb\xad\x66\x21\xfb\xe0\x62\x1d\x1a\x72\x0e\xbe\xfb\xb9\x16\x19\x43\xf8\x4f\xcd\x11\x35\xe2\x32\xbc\x1e\x89\x45\x8c\xda\x4a\x11\x4f\x64\x66\x89\x0d\x62\x06\x8f\x29\xf0\x88\x05\xb2\x93\xb6\x13\xd1\x43\xce\x47\x92\x91\x35\x08\xc1\x23\x05\x59\x86\x24\x59\x92\x91\xe5\x48\xa9\xce\x4c\xc4\x12\xa1\x7d\xea\x45\x5c\x49\x0f\x26\x1d\x10\x3d\x92\xc7\xed\xfd\xf0\x7b\x62\x4f\xeb\x04\x3c\x49\xdc\x5d\x1c\x07\xdf\xc0\x7a\x53\xba\xe1\x5b\x58\x1d\x95\x0e\xb7\x63\x82\x88\xcf\xf0\x30\xe6\xe5\xb1\x16\xbe\x87\xad\xb2\x5c\x00\xbf\x40\x27\xb4\x0b\x11\x1d\xd4\xeb\xc3\x2b\x38\x8e\xad\x79\x1c\x0e\x9f\x64\x01\x37\x83\x61\x43\xe6\xae\x16\x23\x78\x25\x63\x5a\xe1\x33\x78\x09\xed\xb9\x3c\x18\x9e\x4f\x5b\x41\x39\x09\x2f\xa3\x1e\x0c\xff\x06\x9b\x50\xdc\xce\x18\xc2\x2e\x64\x5f\x0b\x5f\x38\x88\x84\xd7\xf6\x84\x99\x44\xb3\xf7\xc6\x50\x55\xb2\xf6\xc3\x66\x88\x21\x36\xbe\x21\x83\x42\x84\x36\x4d\xc1\xd0\x59\xfe\xe5\x82\xbd\x90\x0b\x57\x2e\x7d\x0a\xb9\x72\xa6\x91\x3e\x43\x7e\x2c\xff\xb0\x51\x88\xcd\x28\x73\xb7\x85\x1a\xe8\x33\xcc\xbb\xa0\xdb\xd4\x6b\xda\xdb\xa1\x47\xe4\x4d\x6f\x8f\x41\xb3\x55\x4e\xf7\x3b\xc1\x67\xa9\xd5\xd7\xfb\xc0\x21\xf9\x9f\x06\x05\x58\x26\x0d\xc8\x8b\x01\xb3\x92\x86\x25\xce\x60\xbe\x28\x94\x28\x00\xeb\xf9\x9f\x43\xdb\xc0\xb7\xdc\x08\xb7\x68\x68\x3d\xeb\xa3\xb9\x33\x64\xcc\xc8\xd3\x36\x83\xd6\x50\xfe\xbd\x6a\x05\x7d\x4a\x4a\xef\x5d\x04\xf7\x15\x7c\xef\x3f\x04\xae\xcc\x3d\x58\xb7\x03\xf8\x94\x19\x9f\xb3\x03\x78\x9c\x5e\x9c\x64\x02\xbc\x48\x7d\x8f\x96\x81\xd3\xe5\xab\xaf\x5a\x82\x3b\x93\x77\xbb\xba\x83\x67\x85\x9e\x7b\x2b\xc0\xf3\xbc\x25\xda\x67\xc0\xb5\xf4\xcc\x17\x07\x40\xab\xb6\xcc\xf1\xeb\xc0\xb7\xc6\xac\x9e\x1b\x40\x4b\x4d\x7f\xf5\x0d\x40\x50\xde\x97\xf9\x06\x88\x2d\xaa\x10\xad\x01\xf0\xb9\x02\x78\x04\xe0\x67\x1c\x0d\xce\x07\xca\x95\x2f\x5c\xb6\x02\x23\xb2\xc2\xbd\x3a\xc0\x60\x52\x92\xb6\x3b\x40\x60\xad\x7a\xa6\x05\x5e\x1d\x0e\x1b\xad\x02\x57\x0c\xa6\x74\x15\x01\x9d\x3d\xd9\x95\xe5\x00\xb3\x8d\xa2\x99\x02\x02\x1a\x0e\x08\x2c\x00\xaf\xca\x51\x68\x27\x10\x54\xbc\xff\x8a\x03\x10\x98\xe3\x7a\xda\x16\x88\x48\x1f\xdb\x43\x05\x82\x52\xea\xb5\xbd\x80\xb9\x9c\x35\x53\xf6\x60\xec\xc4\x9b\x91\x09\x70\xd3\x68\x43\xe7\x4d\xa0\x6f\xc8\xbb\x62\x0c\xa0\xf6\xd6\x69\x96\x00\x9e\x6d\x93\xfc\x28\xc0\xbe\xfe\x0d\x88\x00\x27\x2b\xca\x83\xca\x01\xab\xc2\x85\xce\xdf\x81\x9d\x59\x33\xf7\xf8\x00\x86\xca\x05\xda\x20\xa1\x86\xd3\xfe\xb4\x00\x24\x3c\x4d\x1b\xd9\x07\x6e\x78\xb0\xac\x73\x27\xd0\x38\xe6\x52\x61\x06\x5c\x1b\x3a\xa6\x4e\x00\x2c\x7a\xbe\xf3\x9e\x00\xab\x5b\x01\x70\x0e\xb0\xa4\xb6\x2a\xe8\x24\xe1\x7d\xa9\x9b\xf3\x0d\xc2\x50\x2e\x65\xcf\x65\x42\x47\x9a\x58\xfb\x21\xc1\x9c\x3b\xef\x5d\x11\x69\x84\x70\xea\x21\x9b\x64\x4d\x48\xbe\x71\x93\x58\x4e\xb8\xd9\x34\x4e\xb4\x03\x70\x05\x1d\xd8\x3d\xc0\x5b\x16\x88\x51\x40\x63\x32\x0f\xdb\x04\x76\x86\xdb\xa3\x2d\xd0\x45\xf7\xfb\xe8\x25\xe8\xa3\x85\x1b\xba\x16\xa6\x68\xfb\xa2\xcb\xe0\x9b\x6f\x47\x49\x7b\x61\xd6\x83\x4a\x62\x21\x1c\x73\x63\x1e\x71\x3b\xec\xd1\xa4\x8d\xf5\xc0\x3b\x0a\x66\x60\x61\xb0\xa9\xb4\x1a\xdb\x04\x73\x48\x8f\xd0\x6e\x78\x24\xac\x1d\x45\x91\x25\xee\x21\xe8\x5e\xc4\xc1\x7c\x18\xf9\x8d\xd0\x16\xfd\x41\xbe\x21\xc0\x9b\x37\x44\x25\xf1\xf9\xfd\x09\xe2\x66\x62\xe4\xa0\x11\x96\x43\x9c\xd1\xb8\x0f\x3b\x83\x01\xf9\x07\xb1\x39\xd8\x66\xe9\x32\xb4\x1e\xd3\x21\x1d\x41\xa3\xb1\x85\x61\x16\xe8\x01\xf4\x8d\xdb\x7d\xe4\x2f\xda\x65\x7e\x15\xb9\x81\x96\x2d\xaa\x40\x6e\xa0\xc7\x5f\xaf\xc0\x2a\x58\x49\x13\xcb\x31\x6b\x26\x6b\x20\x14\x1d\x67\x9c\xae\x97\xa1\x24\xfa\xfe\xdc\x62\xf4\x28\x6d\x5f\xb2\x06\x9d\x4e\x8d\x21\x4e\x43\xba\x28\x55\xa1\x7b\x11\x15\xf9\x91\xeb\x27\x04\x24\xcf\xdb\xdb\x8c\xb8\x93\x9c\x16\x5d\x40\x4e\x13\x97\xbd\x3c\x8f\x19\x89\xab\xee\x06\xa2\xe9\xa2\xd9\x7d\xf9\xa8\x99\xe0\x60\xed\x6b\xe4\x16\x0f\xcc\x59\x85\xb0\x39\xfd\x49\x16\x88\x33\xfb\x04\xda\x8c\xac\x65\xf6\x5c\xdd\x0e\xff\x61\x98\xb9\xae\x87\x27\x69\x9a\xbd\x87\xe0\x6a\xaa\xf5\x22\x27\x38\x85\xf4\xf3\x39\x03\x25\x29\x47\xc7\x89\xe8\x02\x45\x68\xcf\x2b\xa4\x48\x36\x50\x63\x88\xd8\x48\xdc\xb3\x2e\xc3\x6f\xc5\x4f\x44\xf9\x70\x99\x30\x09\x09\x82\x29\x7c\x9b\x90\x35\x70\x00\xe7\x9e\xcb\x39\xd8\x81\x45\xde\x33\x00\xaf\x64\x24\x2c\xba\x08\x8d\x51\xae\x4f\xcd\x43\xba\x8b\x1e\x8f\x2e\x45\x7c\xf3\x3d\xba\x2e\xc2\x7f\xb2\x3b\x2b\xeb\x61\x4a\xc6\x96\x8c\xf5\xf0\x4e\x15\x2c\x10\x40\x9f\x14\xcf\x21\x0e\xd4\x2b\x3b\x78\x45\x0e\x65\x24\x91\x4f\xdb\x43\x44\xc1\xe3\x3d\xd6\x90\x3d\xf7\xfe\x22\x11\x38\x4a\x0f\x7d\x12\x8b\xd4\xb6\xe0\x6f\xd3\x10\xfd\xfa\xd2\xf6\x57\x70\x41\xf5\xac\xf2\x0b\xf0\xf6\xb2\x5d\xe9\x93\x50\x5b\xa1\x2d\x0f\x83\x28\x39\xae\x40\x35\xe4\xad\x39\x18\xb4\x0c\xda\xa5\x5c\xed\xac\x07\xcd\x94\x6d\x34\x53\x81\xd5\x49\x6e\x8b\xd4\xe0\x2e\xe6\xc0\xa3\x33\xc8\xbd\x9b\x13\x37\xe3\x90\xc3\x03\xce\xad\x77\xe1\xbc\x2e\x45\xa9\x33\xbc\xae\xa5\x28\xed\x39\x54\x50\x27\xe4\xe4\x41\x7e\x15\x01\x84\x95\x90\x61\xd1\xec\xcb\xd5\xe0\xa3\xec\x20\x27\x2b\x30\x2d\xdd\xc2\x6c\x25\x78\x3a\xe5\xc0\xa2\x1c\xa0\x8a\xdd\xfc\x90\x8b\xbc\xbe\x7b\x76\x28\x13\x39\x39\xec\xdd\x3a\x03\x2e\x18\xdc\x5d\x12\x0b\x2f\xef\xee\x4d\x5b\x09\x29\x5b\x37\xb3\x9f\x41\xc7\xeb\x02\xf1\x61\xd0\xbc\xf2\xf0\xcb\x46\x60\x79\xc1\x3a\xc7\xe7\xa0\x5f\xa6\xaf\xe9\x5b\x50\x27\x35\x61\x51\x1f\x10\xc4\x09\x7c\x38\x1d\xf9\xf4\xf8\xd5\xd0\x22\xc4\xe1\x9e\xb4\xc5\x1f\x56\x8e\x68\x17\x0f\xc1\xd3\x07\x0f\x2b\x09\x10\xd8\x6d\xc0\xf6\x84\xd6\x34\x3f\x4b\xfc\x0c\x0e\xd6\x5c\x0e\xe8\x06\xaf\x96\x5c\x72\x6c\x04\x67\xe7\xf4\x9a\x7e\x02\x0a\x94\x5f\xb5\x77\x10\x9e\x70\x72\x9f\x74\x33\x55\x89\xcd\xc3\x2e\x0c\x2e\x7e\x7b\x27\x93\x7e\x1e\x8f\x54\x9a\xd1\xf0\xf8\x61\xcd\x08\x35\x87\x70\x58\x10\x45\x69\x23\x7c\x82\xa2\xc8\x8f\x80\xfa\x2b\x7e\xa4\xdf\x20\xdd\xf9\x37\x49\x0f\x72\x36\x0b\x26\xc6\xc1\xba\x5a\x2a\xe2\x5e\x98\xf5\xf8\x33\x73\x09\x38\x78\x1b\x63\xcc\x01\xef\x76\x34\xd3\x26\xc1\x27\x15\x11\xb4\xf9\xe0\x53\xcd\x1a\xaa\x1d\xf8\x8b\xdf\x49\xf1\x87\x2e\x81\xa3\x64\x11\x34\x10\x34\x4a\x6a\x86\xcd\x9d\xa3\x89\xdf\x60\x99\xe9\x0f\xa2\x17\xb2\x44\xcb\x93\xb8\x11\xd9\xf2\x78\x15\x83\x86\xcd\xba\x55\x40\x27\xa1\xe5\xed\xef\x69\x61\x68\x44\x79\x16\x35\x05\x5d\xaf\xf6\xa2\x4c\x20\x53\xfc\xa5\x14\x2d\xe4\x1d\x78\x90\x6c\x8b\xce\x0d\x72\x24\x61\xa8\x8e\xd3\x57\x62\x1f\xba\xd4\x54\x4e\xb4\x40\xad\xb4\xf4\xb0\xbf\xc8\xb3\x87\x02\x7a\x22\xa3\xe0\xa6\x09\x8d\x41\x6f\x6a\xc3\x53\x21\x5a\x7d\x99\x2d\xa5\x81\x7a\x3d\x7d\x31\x65\x36\xe5\x0b\xf7\x39\xf9\x28\xc5\x15\x30\x25\x71\xc8\x55\x81\x4e\xc4\xf7\xa4\x7f\x4e\xba\x44\x77\x92\xa3\xe9\x1c\xac\x8b\x78\x7b\xc1\x0b\x0c\xc3\xd4\xf7\x9b\x69\x6f\x85\xde\x37\x64\xd4\x27\xfc\x47\x2d\x75\x94\x57\x3c\xd7\x12\x31\x45\x9f\xd3\x98\x86\x27\x07\xb3\x0f\x72\xa2\x48\x65\xcc\x67\xf8\x29\xd2\x2c\x86\xe8\xf2\x49\xa2\x37\xdd\xcc\xf1\x0c\x56\x43\x1d\xdf\x2d\xc7\x0c\x28\xfd\x0b\xbe\xa3\x1d\xa4\xa8\x7b\x6f\x68\x97\x15\xd3\xae\xab\xa8\x11\xb2\xeb\x4d\x3f\x29\x09\x12\xa4\xe8\x09\x39\x23\xe9\x60\xea\x03\xd2\x23\xd1\x1c\xd6\x0f\x92\x31\xff\x63\xa2\x9c\x48\xe1\x8e\x07\x38\x60\x83\xec\xda\x53\x1a\x4c\x8f\x99\xbf\x7b\x0f\x4a\x62\xcc\xd4\x5a\x8e\xfc\xa5\xec\xbd\x23\xa2\xd6\xe5\x5f\xea\x0f\xa4\xb4\xe6\x18\x36\x20\xe4\xc1\x8c\xa7\x05\x28\xe9\x73\x3a\x35\x45\x49\x32\x52\x1a\x32\xde\x10\x63\xe4\x13\xf1\x37\xb1\x01\x09\xd9\xff\x31\xa6\x2d\xde\x71\x52\x83\x9e\xe7\xbf\x31\x69\x41\xf2\xb9\x61\x5a\x81\xf0\x17\x5a\xc9\xe8\x47\x6a\x56\xc3\xde\x9e\x5a\x8a\xac\xba\xa7\x4e\x97\x4c\x29\x47\xf3\x76\x92\x52\x8a\x7e\xc9\x82\x89\x1d\x79\x01\xb4\xc7\xc4\xf9\x99\xb7\xe3\x66\x63\x17\xd2\x8d\xfc\xae\xa2\xa9\x0a\xf0\x04\x1f\x79\x20\xd5\x32\xd9\x88\xac\x17\xd7\x69\xc5\xc1\xb6\x8c\xb7\xc3\x8f\xa9\x95\xd7\x97\x77\x75\x53\x24\xdd\x2f\xaa\xff\x90\x91\x36\x59\x8e\x01\x89\xde\x38\x43\x42\x26\x66\x54\x3b\x50\x37\x62\xe3\xa5\xd4\x98\x38\x6c\x7d\x7e\xba\xef\x26\xd4\x31\x53\x79\x5c\x81\x90\x54\x0b\x77\x25\xc1\x95\x72\x03\x2d\x14\x6a\x63\x75\xdc\xfe\x4b\xbd\x39\x72\xbc\xf3\x35\x25\xf3\x46\x75\xf5\x6a\x32\xd2\xfb\x23\xfb\x14\x09\x69\x7f\x91\x5c\x4f\x14\x34\xe6\x50\x2e\x63\x8d\xd5\x7e\xd1\x43\xe8\xf7\x92\xb7\x3e\x32\x54\x2f\xef\xf4\xf1\xc3\xc8\xa9\x8c\x1d\xbb\x42\xe0\x38\x85\xa5\x56\x36\x14\xce\x0e\xbc\x7d\x8a\x3a\x35\x91\xd1\x69\x45\xc9\x19\xed\xaa\x0a\x22\x47\x0d\x15\x66\x65\x90\xae\xf4\xed\x4f\xde\x44\x0c\x6f\x67\x92\xef\x60\xac\x86\x9e\x68\x6f\xb4\xb6\x72\xd4\xe7\x30\x32\x5a\x94\x72\x7c\x31\xfc\x35\xdb\x63\x57\x08\xbc\x34\x35\x5d\xeb\x2f\xf8\x8e\x9d\x3f\xaa\x23\x34\x4a\xc8\xee\x89\xe7\x07\x25\xae\xac\x5b\xcf\x6d\x4e\xc4\xe7\x09\x39\xae\x89\x4f\xe4\x0b\x58\x6f\xf1\x61\xf4\x74\x26\x4a\x30\x8e\x2b\x65\x2c\x07\xe6\xfa\x55\xd2\x4a\x81\x89\x13\xa1\xd4\x8b\x60\x99\xf1\x6b\x4a\x00\x94\x35\x2f\x9d\x5c\x04\xdb\x8f\x78\x09\x68\x00\xa1\xbb\x9c\x37\x05\xc8\x6a\xdd\xb9\x67\x81\x92\xdc\x71\xf6\x47\x60\x48\xe6\xcb\x92\x80\x0b\xe9\xb3\x99\xe6\x20\x18\xb7\x85\x3e\x0e\xfe\xf6\x33\xa1\xd1\xa0\x84\xe3\x4f\xa9\xc7\xa1\xcf\xc6\x18\xc5\x1b\x16\xcf\x73\x27\xe7\xc2\x1d\xc3\x0a\xfe\x5b\x24\xae\xeb\x25\x2f\x04\x39\x5a\x43\xe2\xbc\x47\x16\xe7\xae\x63\xf3\xe1\x27\xd2\x0a\xd6\x21\x78\x90\x16\xc8\x98\x82\xdf\xc4\x26\xd3\x05\xc8\x3a\xdf\x1a\xda\x49\xe4\xc8\xf1\x04\xaa\x2e\x72\xc9\xd8\x92\xb2\x1b\xa9\x9c\xb7\x87\x0c\x23\x31\xb7\x7e\xf1\x67\xd2\xa4\x9d\x57\xb8\x42\xea\x8d\x6a\x3d\xce\x36\xca\xdf\xec\x3a\xd6\x30\x65\xbf\x24\x90\xc9\x26\x73\xa9\x7b\x18\x87\xc8\x3a\x31\x0c\xda\x67\x92\xd2\xa7\x95\xda\x4e\x5a\x7c\xac\x88\xa2\x26\xb2\x76\x36\x92\x1b\x89\x67\xe6\xe9\x93\x7e\x62\x4b\x6f\x9e\xe3\xb9\xf3\x17\xb5\xdf\xe5\x4c\x71\x1b\x2b\xb9\x6c\x2a\xc7\x33\xeb\x00\xcb\x94\xf5\x35\xe9\x0f\xe3\x15\x33\x93\xfc\x82\x9e\xc5\x40\xa3\x03\x69\x57\xe9\xfe\x17\x6f\x52\x4d\x69\xc6\xc7\xe6\x51\x16\x52\x17\xed\x0c\x21\xaf\xa3\x9c\x9a\x77\x8a\x64\x49\xec\xbf\xd1\xc1\x1d\x91\xf9\xb7\xed\xe1\x5c\x96\x78\x94\xff\x64\x4f\x4f\xb2\xcb\xa8\x60\x66\x89\xf6\x8a\xd9\x0c\x6f\xc1\x5e\x92\x8c\xbe\x81\x77\x21\xca\x9a\xfa\x9c\x43\xb9\x70\x8f\xa2\x61\xc9\x1c\xae\x90\x63\x19\xc3\x3b\x57\x91\x62\xe9\xac\x79\x08\x31\x92\x0c\x5d\xf7\xe1\x9a\xe7\xcc\x6c\x9e\x60\xf7\x67\x2e\x2d\x4d\x63\x05\xa9\x57\xaa\x13\x98\xd3\x95\xff\x84\xf1\xf4\xfc\x94\x17\x58\x29\x2d\x5c\xfa\x26\x32\x89\x6a\x9e\xf4\xe2\xbc\x98\xfc\x4e\x38\x7c\xf4\x1a\xa9\x9a\xf7\x6d\x47\x0a\x51\xcd\x9d\x3d\xaf\x01\x0b\xa7\x0e\xf5\xcf\xe4\xee\xae\x59\xdd\x08\xb0\x33\x2b\xd6\x14\xbb\xb0\x0c\x4a\x74\x54\x87\x19\x65\xf9\x93\x7c\x5f\xba\x73\x76\x0e\xd2\x41\x9b\xab\x49\x0c\x9f\xa4\xf4\xa5\x59\x7a\x1f\x22\xc3\xf2\x0f\xf6\x61\xa4\x03\x12\xdc\x8e\xf9\x44\x1d\xd1\xdf\x79\x37\xd1\x52\xfa\x54\xcf\x08\xd7\xb7\xe7\x50\xfd\x15\x76\x73\x7b\x6c\xa1\x05\x6b\x57\x13\x5e\x69\xce\x28\xa8\x3d\xc1\x8d\xa6\xef\x2b\xff\x09\xfd\xa6\x3e\x28\xca\x0f\x73\xa6\xf0\x73\x1d\x3c\x5f\x93\x2d\x34\xb7\xec\x42\x89\xcf\x95\xbf\xb7\xc7\x63\xd9\xd2\x47\xf3\xee\xa3\x06\x4c\x45\xf7\x37\x6e\xe8\xd0\x96\x3a\x84\x3d\xd8\xf7\xae\xc0\x91\x65\xde\xc9\x4c\x3d\xc3\xc8\x6b\x7e\xc1\x49\xa3\x1b\xd7\xad\x87\xac\xa8\x5d\x15\x2e\xa1\xe9\x94\x88\xa2\x60\x4f\x1f\xf2\xc2\x9c\x38\xbb\xd9\xc4\x0a\xf5\xfd\xed\xc7\xb0\x60\x79\xcb\xfc\x59\xc8\x4d\xd6\xbe\x6e\x3b\x6e\xc4\x98\x75\x6d\x27\x7b\xf0\x66\x4d\xbe\x80\xb5\xbb\xff\x9f\x22\x9d\x21\xeb\xfc\xc7\xfe\x4e\xd7\x69\x1e\x00\x55\xd4\x94\x5a\x7e\xe8\x46\x8a\x79\xb9\xe5\xb9\xdf\xa4\xde\x82\x2e\xdb\x41\x62\x60\x66\xd3\x76\x1b\x6c\xb6\x62\xf1\x7c\x0f\xe4\x2c\x8b\xd8\xe3\x2e\x37\x8c\x6f\xae\xf7\x92\x7c\x4b\xb0\x2d\x7c\x99\xd4\x99\x50\x9f\xb6\x5b\xd4\x9c\x78\x98\x27\x10\xb4\x25\x8e\x20\xbb\x78\xcd\xf8\x8c\xf0\x00\x4e\x13\x81\xea\xc5\x67\x0d\x01\xbe\x76\x67\x98\x33\x40\x4b\xa3\x7f\xf4\x26\xe8\xd4\x6c\x22\x6d\x35\x3c\xbf\x9b\x2c\x2b\x25\x04\xd6\xd1\x25\x62\x02\xab\x70\x73\x52\x38\xa1\x4d\x89\x8a\x22\x00\x1c\x77\x4a\x10\x0f\xb8\xc3\x0a\x1e\x09\x18\x0a\x9b\xe0\x70\x41\x6f\xaf\x15\xac\x02\x70\xca\xf6\x15\xe3\x1d\x14\x66\x94\x4f\x2f\x87\xb7\xcd\x0e\xa0\x2d\x87\x13\xbb\x72\x65\x76\xb0\x5e\x6d\xa5\x64\x2f\x8c\x2b\x38\x9b\xb4\x1c\xfa\x92\xda\x27\xda\x00\x4d\x72\x4f\x0a\x4c\xa0\xd7\xf0\x3c\x9e\x35\xbc\x3e\xcc\x9b\xe3\x0e\xfb\x7b\xa6\xb1\xf0\xb0\xd4\x96\xc1\x68\x87\x6f\x18\x5d\xa1\x73\x11\xdb\xd9\x0e\xd4\x17\xc8\xfc\xce\x93\x52\x06\xa5\xa7\xc6\x35\x99\x42\xd9\x9c\xaf\x25\x8e\x23\xc7\x2a\x30\x21\x91\x74\x87\xb3\x8c\x9f\x42\xf2\x00\x5f\x70\xcb\x88\x3f\x43\xbd\xd8\xfd\xc4\x82\x73\x4d\xcc\x7f\xc4\xa3\x36\x8f\x18\xce\xd8\x4b\xa3\x19\xf4\x35\xd8\x93\xd9\x47\xa8\x97\x50\x7a\xfb\x75\x49\x0f\xe7\x65\xf5\x9a\xa4\x5a\x76\x67\x6e\xb1\xa8\x95\xc5\x49\xb1\x10\x8c\x30\xcf\xb2\x1e\xf2\x3e\x31\xcc\x80\xeb\xdc\x95\xf4\x83\x57\x2f\xb1\x0f\xd3\x5c\xce\x3e\x64\x86\x52\x1d\x6c\x4e\xd1\xeb\x29\x17\x0d\xfb\x68\x31\xe4\xa7\xb3\xe9\x14\x15\x71\x4f\x9b\xbb\x64\x5d\x72\x5f\x65\x7c\xd2\xd6\xa4\x99\x39\x4e\x22\x43\xd1\x0e\xd9\x13\xc1\x41\xc1\x69\xa6\x8a\xe7\xcd\xc3\x08\xf9\x1c\x1a\xe7\x69\x48\x20\xab\x9a\xed\xe4\xf1\x8a\x71\x87\x29\xb2\x6e\xa3\x6f\x66\xac\x36\x54\x52\xdb\xe9\xe6\xb3\x1f\x93\xc7\x48\x37\x5b\x16\x25\xa7\x66\x14\x94\xc7\x8a\x85\xea\x45\x59\xeb\x85\xd2\xb4\x8b\x92\x5b\xfc\x34\x05\x8b\x5e\xcf\x2d\x95\x35\x26\x7e\x60\xdf\x95\xe8\x5c\x79\xc2\x9a\x27\xf6\x3d\xf3\x84\x61\x24\x90\x1e\x79\x40\x0b\xe2\xad\x33\x34\xa1\xbc\xe2\x34\xcd\xd9\x4c\xba\x4e\x9d\xde\x78\x2b\x39\xaa\x62\x71\xe9\x32\x71\x78\x89\x93\xe6\x83\xd0\xa7\x20\x2b\xa9\x85\x7f\x26\xe7\x16\xf5\x3a\xf7\x5c\xc6\xf7\x04\x43\x76\x62\xba\x51\x90\x0b\x53\x99\xea\xe1\x9e\x4f\xaf\x97\x25\x1e\x9e\xa2\xbe\x49\xd6\x36\x50\x51\xce\x88\x16\xcf\x31\x27\x69\xd3\x5e\xd6\xbf\x4d\xae\x69\x8f\x2d\x3e\x22\xe6\x34\x7d\x49\x7f\x2c\x8c\xa8\xf3\x10\x35\xf0\x3d\x2a\xd9\xe4\x47\xdc\x63\x25\x05\x71\x7e\x6c\xb7\xfc\xe1\xcb\x0d\xcc\xa0\xac\xaf\x6e\xe7\xe9\xf1\xea\xf5\x87\x9e\x52\x53\x53\x3f\x1b\xcc\x25\x7f\x90\x04\xcc\xb1\x23\xe2\x19\x60\xdd\xe7\xe4\xd1\xbe\xc9\x22\x4f\xb1\xa6\x6b\xb1\xea\xa7\x90\xd0\xba\x54\x38\xce\xf7\xaa\x7f\x40\x9e\xc9\xb5\xab\x62\xc6\x4a\xd8\x87\x4b\xad\x2f\xcf\x63\x1e\xcb\x7f\xe3\xda\x4b\x3f\x9d\x55\x76\x08\xa0\x86\xa7\x07\x6e\xbd\x45\x2e\x91\xe9\xcc\xb9\x40\xdc\xc2\x9c\x5f\xa7\x97\xfc\xe6\xa6\xb8\x90\x23\x2e\x1e\xc0\x54\xfb\x84\x84\xee\x83\xc2\x0d\x7c\xc7\xd6\x0a\x92\x07\xd7\xa8\x61\x76\xcc\x0f\xf6\xca\xaa\xb3\x01\x44\xa6\x4e\x49\x86\xab\x0f\x5d\x27\xef\xe3\x21\x73\xaa\xbe\xe6\xe7\xd6\x1e\xf2\x29\xb9\xfd\x9c\x74\xac\x80\xe9\x56\xbe\x34\xfb\x42\xfc\xd1\xec\xf3\x19\xfb\xe3\xfb\xe5\x3d\xe9\xd6\x09\x07\x39\xbe\xca\xd3\x09\x9d\xc8\x96\x94\x80\xc4\x88\x6b\xc7\xa5\x89\x78\x0b\xbf\x8d\x49\x1c\xc2\x5a\x67\x7d\x61\x06\xb0\x70\x5f\x1f\xef\x3b\xf0\x67\xd3\x6e\xae\x1b\xb4\x6c\x7a\x00\x73\x2f\xf4\xad\x2c\x3a\xeb\x03\x5e\x9c\xd5\xa8\x99\xc0\x0f\xc9\x77\xab\xde\xe2\x7f\xb1\xc7\x94\xb3\x09\x47\xe1\xc2\x14\x7d\x42\x49\xe4\x84\xd4\x16\x30\xf3\x6d\x49\xf2\x05\x6e\x38\x75\x0b\xc9\x60\xd4\x3e\x88\xf7\x14\x5a\xb1\xf1\x33\xf7\x04\x34\x39\xdd\x99\x69\x08\xdb\x94\x0e\x65\x51\xa0\x79\x59\x2b\x35\x28\xf8\x47\x26\x50\x49\xc1\x49\xb6\x53\x6a\x2d\xf8\x0e\x36\x93\x4f\x40\xcb\x22\x43\xa4\xd3\xa1\xb3\xbe\xde\x49\x5b\xa1\x12\xa7\x48\xe1\x19\x78\xde\x3e\x73\x5e\x23\x1c\xb8\xb1\x9b\x6b\x00\xff\x9c\x7e\x92\x39\x03\x6e\x2b\x69\xca\xcc\x27\xeb\x65\xea\xa8\xbb\x49\x7c\xa9\x38\xed\x37\xf1\x33\xcb\x39\x75\x23\x91\x00\x1d\x91\x9f\x24\xae\x8b\x60\x4b\xe2\xb0\x27\x3e\x72\xb1\x12\x6b\x74\xec\x11\x8c\x63\x14\xab\x5a\xde\x71\xcc\x67\xa3\x80\x93\x83\x29\xa6\xc7\x32\x20\x74\x45\x71\x54\xe6\x16\x16\xa2\x19\x55\x9b\x30\xa9\x92\xb0\x34\x4f\x46\x3c\x73\x9f\x02\xa3\x27\x80\x76\xb2\x62\x1a\x3b\x3c\x23\xf9\x29\xb5\xff\xe2\x0d\xf1\x6a\xea\x1a\xc7\x8d\x82\x13\x94\xb3\x56\x4e\xdc\x72\x72\xd5\xc6\x08\xf6\x3f\x72\xd9\xf4\x66\x7a\x17\xc6\x2f\x32\xcd\xe0\x8b\x54\xea\x94\x74\x95\x70\x49\xf2\x41\x65\x1f\x3f\x92\xb1\x36\xe5\x33\xf7\x01\x70\x48\xb6\x89\xe3\x1b\x56\x95\xec\xcd\x5e\x74\x71\x9a\x48\xcc\xec\x39\x15\xcd\xaf\x63\x5c\xb3\x7c\xc2\x5d\x49\x3f\xbb\xf1\x02\xfb\x20\x7d\xe3\x8c\x0d\xb4\x6f\xa4\x39\x05\x76\x19\xda\xaa\xed\xaa\xba\xf4\x95\xa9\x9f\xc5\x61\xca\xfd\x29\x0a\x5a\x40\xca\x59\x99\x21\x3e\x53\x9a\x98\xdc\x18\x6a\x9f\x54\x24\x06\xce\xb7\x0a\x9f\x0a\x1d\x4e\x22\xfc\xd9\xfc\x79\x96\xbb\x39\x1e\x5c\xe3\x8d\xcb\x58\x67\x38\xf3\x67\x44\x52\xdf\x90\xff\xe6\x19\x6a\xee\x16\xb9\x28\xdb\x54\xf7\xf3\x97\x0a\x93\x52\x7f\x64\x77\x53\x54\x29\xb3\x32\x02\x13\x71\xd2\xd5\xe9\x33\x43\x5a\x92\x1c\x52\x7b\xbd\x23\x84\x09\x72\xf9\x89\x68\x9e\x40\x92\x60\xe1\xcf\x1e\x15\xff\xd3\xcb\x62\x56\x09\xbc\x66\x28\xa9\xeb\xa9\x39\x39\x4e\x19\x8b\x1a\x7c\x15\x2f\x54\x9f\x6a\xa2\xf8\xb5\xa9\x1f\x2b\x2e\x91\x86\xe5\xef\x4b\xb6\xc5\x3b\x49\x3e\xe6\xbf\x0c\xde\x9d\xb4\x28\xbb\xc7\x6b\xa1\x70\x97\xa6\xfe\xb8\x33\xcf\x3a\x6d\xd2\x9c\xcc\x06\x14\xba\x7a\x86\xcc\xa3\xe2\x47\x33\x1a\x29\x28\x7d\x76\xb6\x38\x63\x41\xbb\x87\x42\x4f\xf5\xad\x59\x87\xf7\x38\xf5\x73\x5d\x3a\x69\xb6\xfc\x59\xd5\xe2\x38\xa6\xe4\x41\x69\xcc\x15\x54\xfc\xa1\xe0\x93\x67\xb4\x70\x6e\x0e\xe7\xd8\x0d\xde\xf2\x8c\x4b\xe6\x46\xec\xe3\xca\x57\x1b\xfe\x32\xa7\x25\x3b\xce\x98\xa0\xec\xa0\xd3\xb2\x7e\x69\xfe\xf5\xa6\xa6\xc4\xa8\xde\x77\x2e\xe5\x6d\x4b\x7d\xd9\xe2\x47\x3c\x2b\xbf\x59\xcf\x8e\x7d\x2e\x69\xa8\xca\x0a\x7a\x23\x6e\x2d\xbd\x7b\xee\x9b\x60\xa0\x70\xcf\xb1\x68\xee\x50\xf6\xd7\xbd\xef\x58\x3f\xd2\x17\x6d\xf8\xce\x48\x96\x9c\x9b\xa9\x47\xae\xa5\xdf\x4e\x3d\x5b\x79\x3e\xbe\x47\x48\x28\xc5\x27\xec\xa6\xcd\x2a\xcc\x4f\x10\x11\x5e\xe6\x76\x25\xae\x8c\xd0\xcb\x7c\x94\xd8\xe8\x77\x53\x3d\x1d\x0f\xb9\xf9\x2b\xf5\x08\xde\xb6\xf6\xf2\xfd\xc0\x79\x93\x47\xc9\x95\x60\xc0\xea\x29\xf1\x3b\x88\x83\xc3\xb1\x7f\xc2\x01\x8a\x67\x15\xbf\xf1\x25\xc2\x25\xa5\xfa\xf8\x71\xaa\xba\xd0\x8b\x30\x87\x20\xcc\x85\x08\xae\xe1\x37\x33\xd3\x08\xcd\x7e\x9c\xf4\x5e\xc0\xde\x4d\x2f\xf5\x3d\xf0\xd4\x56\x4b\xbe\x12\x54\x9a\x94\x26\xa7\x41\xfe\xab\xbb\xc4\x0f\xe0\x93\x38\x1c\xfb\x15\x2c\x50\x44\x54\xa8\xc0\x7a\x81\xba\xa4\x0f\xcc\xa2\xee\x2b\x9c\x05\x6a\x08\x56\xb9\x26\x60\x5d\x38\x2d\xd3\x13\xfc\xe0\x67\x9f\x4e\x85\x0e\xba\x3e\x4f\x2d\x83\x32\x6c\x86\x65\x93\xf0\x2a\x13\x4a\x72\x2c\x2c\x5b\x5d\x28\xae\x45\xbc\x70\x38\x76\x2b\xfc\x2d\xa5\xb8\xfc\x05\xe9\x10\xff\x65\xc9\x1a\x62\x1b\x25\xb9\xe0\x22\x71\x3f\x5e\x98\xc3\xc7\xc6\xc2\x9e\x67\xb4\x60\x22\xdf\x2a\xd5\x47\x2c\xd6\x35\x22\x75\x13\x16\x61\x73\x4d\xe6\x83\x05\x98\xec\x4f\xfa\x8c\xc5\xac\x16\x89\x77\x11\x17\xe3\x70\xec\x3d\xa8\xae\x5c\x59\xee\xc2\xf8\xc9\x9f\x56\x0c\x31\x56\x92\xcb\xf3\xdb\xe8\xfa\x89\x6d\xd9\xdf\x68\xa7\xc2\x4c\x32\xb6\x53\xf9\xbe\x8b\x54\xfe\x94\x3f\x2e\xf7\x14\x12\x0a\xd1\x66\xa6\xb4\x87\x32\x63\xd7\xef\xa4\xd3\xe4\xca\xd5\x6a\x91\x3f\x65\x23\x0e\xc7\x8a\xc4\x82\x65\xa2\xb2\x2a\x81\x01\xf7\x7b\xd1\x5b\xde\x24\xa9\x2b\xdf\x82\x7b\x2d\xe1\x79\x76\x08\x67\x7d\x68\xb8\x46\xce\x7a\xea\x73\x21\x6d\x84\x39\xec\x62\xaf\xd0\x61\x3c\xb2\x4e\x92\xee\xa6\x3f\xdf\xd5\x22\x56\xd3\x8f\xac\xee\x12\x12\xe8\x73\x70\xae\x4c\x21\x31\x4f\x7a\xbc\x6c\xa9\xa2\x8a\x53\x5e\x74\x4a\xae\x26\x5e\xcb\x13\x4b\x99\xf1\xaa\xac\xfa\xe4\x2b\x57\x0f\xa9\x9f\x88\xcf\x5f\x3c\x95\xa6\x2b\xc4\x4e\x5f\x4c\x39\xcd\xef\x3a\xf2\x58\x12\xcc\x5b\xb9\xcb\x55\x34\xc8\xf9\xb9\xba\x4a\x70\x8d\xf5\x0e\x57\xc7\x88\x23\x07\x25\xd7\x96\x8e\xe6\xba\xb3\x0d\x0a\xbf\x64\xb9\x61\x5a\x79\x56\x1a\x66\xdc\xb1\x2c\x77\x15\x2f\xf8\x87\x3a\x2c\x35\xf3\xc2\x66\xa5\x52\xfe\xcf\xf9\x82\x7c\x48\x4a\x38\xb2\x24\xf9\x69\xb2\xbe\x71\x93\xe8\xa0\x38\x78\x35\x9b\x5f\xc4\x73\x9a\x36\x93\x9e\x42\x19\x4b\x32\x2a\x6d\xa9\x5a\xc3\xcc\x2e\x7c\x50\x26\x42\xc0\xbc\xf9\xc5\xb3\x63\xae\x67\x2d\xcb\x3f\x77\x45\xaa\xde\x90\x5d\xe5\xfd\x44\x69\x97\xe1\xea\x64\x2f\xbf\x9a\xae\x7f\x78\x77\x72\xa2\xd2\xd6\x78\xbd\xb0\x47\xf6\x7e\xf5\x41\xfe\x46\xe1\xba\x69\x7b\x69\x9f\x68\xb3\xc5\x84\xd2\xfa\x86\x38\xc6\x8f\xc2\xd1\x1a\x0d\xdc\x9e\xfb\xad\xa2\x39\x66\x43\xe6\xcf\x92\xfe\xa0\xaf\xe9\xdf\x0b\x9e\x79\xbb\x2a\x57\xe6\x5a\x39\x76\xc8\xf7\x66\xde\x3e\x34\x90\x6c\x93\xfe\x70\xe7\x7d\x21\x5d\xb1\x6d\xb5\x11\xaf\x4f\x64\x3f\xed\x0c\x4d\x4e\x8b\x11\x3d\x2e\x2d\x69\xdb\xcb\xb8\x50\xd8\xd6\x64\x04\x6f\xce\xbd\x53\x37\x3f\x9a\x95\x39\x54\xf9\x22\x28\x3a\xbd\xb3\xf4\xb6\xd7\x44\xea\x9d\xc2\xaf\x8e\x57\x64\xef\x72\x1f\x1d\x22\x27\x7d\xca\xc8\xdc\x59\x2e\xdc\x9d\x3a\xba\xda\x9c\xe7\x26\xde\x3a\x8d\x42\xdb\x4e\xcb\xa7\x17\xb5\x87\x24\x1e\x85\x3f\x35\xc9\x12\x69\xb1\xbc\xda\xc9\xc4\xc6\x90\x94\x4a\x63\xfc\x66\x9f\x6d\x25\x11\xf8\x4a\xb7\x5d\xf9\x95\x84\xb0\xa3\x87\xb3\xfe\x00\x27\x2c\xf2\xd5\xe7\x40\xe7\xad\x9f\x95\x17\xa0\xd8\xc5\x78\x45\x21\xdc\x80\xc3\xf1\x14\xc8\x22\x3a\xdc\xf6\x97\xf0\x1c\x6e\x6c\xb2\x22\x7c\x8e\xf5\xa8\xe5\x11\x7e\x84\x84\x54\x3c\x06\x0c\x7d\x70\x25\x46\x00\xd1\x6d\x6e\x7e\x3c\x38\xf3\xe8\xda\xac\x76\x30\xc7\x82\xaf\xde\x0e\x45\x6e\x1d\x57\x1e\x80\xdd\x17\x27\x28\x98\xc8\x39\x1c\x8e\x47\x41\x36\xd3\x8f\xb7\x71\xa0\x42\x18\x6d\x1c\x83\x28\xb1\xcb\x6b\xad\xa0\xf3\x21\xbb\x2b\xb8\xd0\xd9\x8b\x43\xc5\x77\x21\xd8\x75\x22\x7f\x27\x34\x60\xff\x3d\x0b\x84\x8f\x58\xc4\xa4\xbf\x83\x7b\xb6\xb6\x2b\x67\x22\xf8\xc5\x09\x0a\x67\xd4\x0e\x87\xe3\x9d\x41\xa2\x68\xfc\xd6\x1e\x52\x1c\xf4\xb6\x71\x2d\xf1\x65\x8c\xaa\x86\x42\x3c\x17\xdc\x5e\xfe\x08\xfb\x76\x31\xbc\x78\x0f\xd6\xe0\x4a\xc9\x23\x63\x05\xf6\xa5\x99\xc3\xd8\xff\x87\xa2\xfa\xf0\x87\xf2\x61\x00\x00\xfe\x34\x54\x66\x7b\x4b\xd2\x4e\x8a\x4a\x7b\x4a\x11\x22\x23\x23\x45\x08\x15\x49\x38\x77\xf7\xcc\xdb\x7b\x6f\xe7\xee\x9c\x73\x0e\x67\x9c\xbd\x47\x56\x54\x8a\xf6\xd0\xde\x7b\x8f\x5f\xfb\xfd\xbc\x7f\xc4\xf7\xf3\xed\x5c\xe7\x67\x88\xa2\x3c\x5d\x54\xa2\x3b\x4a\xdd\x35\x51\xa1\x11\x53\xd9\x00\x20\xac\x26\x9f\x64\xfe\xe9\x9a\xca\x29\x45\x13\xdb\x52\xd8\xcd\x59\x33\x1b\x6f\xb0\x7a\x8f\xed\xab\x5d\xcf\xfc\x17\x63\x6f\x11\x31\x63\x43\x56\x98\x9f\x30\x9e\xee\x3a\x6a\x5a\xcb\x90\xae\x9b\x96\x5f\xcc\x88\x5e\x24\xd7\x9a\x18\xb4\x89\xfd\xb9\x1a\xfa\x7f\x00\x20\xb8\x42\x51\x31\x45\x9d\x27\xc4\x7e\xc8\x70\xeb\x19\xe1\xab\x4c\x56\xe3\x2a\x01\xe7\xe8\xe5\x1a\x05\x3f\xf2\x50\x61\xc5\x47\x5e\x40\xf0\x90\x79\x27\x37\x71\xd7\xec\x42\x19\xc7\xbc\xf6\x81\xfe\x33\x67\xca\x22\xa6\xe6\x06\x67\xea\xa4\x91\x6a\x09\xcb\x17\x00\xf8\xf7\xa9\x16\x86\xf9\x74\x65\x2e\x0a\xff\x6a\x1d\x91\x23\xca\x30\x36\x24\x29\x8d\xc9\xef\xab\xdb\xe5\x9d\x07\x07\x2b\xc6\xcb\xac\x82\xa7\x96\x1c\x92\x10\xbc\x59\xc6\x12\xb1\xcb\x5a\x34\xef\x9f\xc8\x7e\xd1\xf1\xdc\x01\x61\xc1\xa4\xd0\x9c\xb5\xdc\x63\x00\xc0\x33\xd1\x37\xd3\x5b\x4e\xcf\x33\x35\x43\xbf\x5b\x70\x46\xc7\x53\xe6\xfa\xeb\xf9\xec\xa4\xef\xd5\x0b\x74\x1f\xa3\xef\x97\x1f\xd7\x60\xfb\xbc\x8a\xeb\xd4\x81\x3b\x6f\x15\xfc\x51\x1d\xf1\xfc\x9b\x17\xa8\x78\xb7\x68\x51\xae\xb5\x8c\x32\xe9\x94\x6a\x95\xc0\x1a\x00\xb8\x75\x0c\x02\x4d\xd5\xd1\x51\xed\x04\xbe\x6e\x99\x59\xf1\x2f\x5d\x57\x9f\x5d\xfa\x20\xf1\x4b\x55\x43\x71\xcd\x81\x57\x65\xef\x0a\xcb\x83\x8e\x17\x7b\x18\x7e\xef\x5c\x5c\x90\xa5\x2f\xf7\x24\xea\xda\xb4\x82\x85\x4f\xd5\xc7\x54\xb9\x93\x40\x65\x92\x68\x27\x00\x70\x47\x30\x8f\xd2\xc6\x76\x08\x1b\x86\xc0\x84\xe6\x37\xb5\x19\xe9\x4e\xf5\xfe\x55\x13\x13\xa1\x2a\x7a\x79\xf9\x01\xb0\xac\xc6\x8c\x0f\xb2\x2e\xfa\x52\x54\xe4\x75\xab\xc0\xc3\xc8\xf6\xf4\xd2\xe1\xf4\x6b\x17\x5e\x54\x4f\x53\xef\x9a\xc4\x52\xfc\x10\xaf\x04\x00\x4e\x21\xb3\x89\x4a\xe9\x88\x68\xfd\x48\x7c\xd3\xdc\xd8\x14\x77\xb2\xaa\x7e\x6a\xdd\xad\xc4\x69\x55\xde\xd5\x51\x07\x1c\xcb\x8e\x5a\xec\x03\xdb\x8a\xf2\x4b\x8b\xbc\x0a\x0c\x37\x8b\x28\x9e\x0b\x74\x53\x0c\xbb\x16\x5e\xcd\x31\xe5\xca\x26\x35\x28\x8e\x89\x1f\x01\x93\x39\x1e\xcc\xeb\xa4\xef\xe7\xd2\xc0\x04\xfc\xde\xde\x4c\x90\x75\x62\xcf\x69\x12\xa8\x8d\xef\x69\x41\xc1\x17\x11\xcf\xea\xd3\xa0\x23\x01\x69\x55\x47\x60\xbb\xed\x0b\xcb\xa2\xe1\x47\xab\x3c\x8b\x4e\x22\x8f\x5c\x96\x17\x24\x63\xd3\xec\x3f\xeb\xff\x90\xc2\x00\x40\x7c\x83\x74\x98\xd4\x73\xce\x16\x7e\x89\x5f\xde\x3b\x05\xbe\x75\xc2\xe5\xf4\x12\xb8\x33\x3e\xbf\x65\x05\x7c\x23\xa2\xb7\x7e\x3e\x32\x3b\x20\xa4\x6a\x2e\x22\xda\x6e\x5b\x36\x1b\x75\x5f\xb5\xb4\x68\x13\xfa\xcd\x65\x5e\xc1\x26\xec\x83\xfd\x3f\xfd\x05\xd2\x15\x00\x10\xb7\x91\x52\x48\xb4\xb3\x66\x4c\x86\x1f\xd5\x53\x8b\x85\xa6\x7e\xeb\xb8\x80\x8d\x8f\xcf\x6e\xbe\x86\xbe\x8d\xc8\xaf\x1b\xc2\x46\x06\x78\x56\x5e\xc4\x7c\xb7\x7d\x28\x1d\xc0\xea\x57\xcd\x36\x7d\x27\xf9\xb8\xcc\x36\x7c\x27\x4f\x76\xb0\xd6\xd3\xc8\x3a\x00\x10\xd3\x49\xb5\xd8\xbf\xfe\x47\xf4\x71\xd9\x92\xee\x4f\xb4\xa3\xa9\x39\x1d\xf6\xd4\xfe\xf8\xa5\xcd\x8e\xd4\xc8\x88\x43\x75\xb3\xa8\x33\xfc\x7f\x54\xce\xa0\x5a\x6d\x3b\x5d\x3a\x99\xea\xb4\x6a\xbc\x29\x88\x1a\xea\x32\xc3\xb0\x93\xfa\xd0\x61\x5d\x5e\x15\xb5\x10\x00\x44\x83\x64\x23\x56\xd5\xbf\x90\xf3\x29\x7b\x7b\xf7\x5a\xf6\xcf\xd4\x6d\xed\xfb\xd8\xa3\xe3\x1e\x36\x25\xb2\xd6\x45\x2c\xa9\x4d\x61\xaa\xfc\xcf\x59\x8e\x31\x5d\xb6\x69\xcc\x89\x8c\x3b\x1e\x5f\x0b\x85\x8c\x2e\x97\x09\xf9\x27\x99\x2b\x1d\x4e\xea\x4a\xe9\x57\x01\x40\xf8\x90\xd2\x8a\xf9\xf5\x65\x8a\x77\xe0\x86\xbb\xa8\xc2\x27\x29\xf7\xda\x72\x05\xc2\x38\x49\x63\x0d\x3f\x26\xfc\x7d\x4d\x07\x2f\xda\x5f\x5e\xd1\xc8\x25\x6d\xcb\x28\xa9\xe2\xdc\xf2\xb8\x61\x3c\xcf\xc1\xbb\xd8\xeb\x85\x9c\x8b\x0e\x65\x5a\x19\xf3\x09\x00\x08\x1e\x51\xbb\xd1\x92\x33\x32\xf5\x4f\xdc\xea\xce\xfc\x9c\x29\x29\x9e\xad\x55\xca\xb5\x87\x9f\x37\x74\xc8\x93\xc2\xbd\xab\x4f\x4b\x7b\xfd\xc7\x94\xd7\x4b\x22\xb6\xd9\x16\x17\x8b\x57\x78\xe8\x0b\x1a\x44\x27\x5c\x96\xe4\x45\x08\x6b\xc7\x3b\x6a\x66\x73\xea\x01\x80\xaf\xa0\xaf\x47\xee\xf4\xbe\x2e\x34\x67\xa5\x9d\xfe\x5a\x30\xfb\x78\x56\x2b\xa0\xcf\x3d\x3c\xaf\xc1\x4a\xb7\x68\x3f\xb3\xea\x77\xee\x0b\xbf\xd8\xb2\xf7\x39\xaf\xb6\x32\x8b\xee\xaa\x02\x3d\x76\x19\x5e\x2a\x47\xcc\xfb\xa7\x23\x4a\x6f\x8f\x0f\x51\xff\xe4\x5b\x03\x00\x4f\xcd\x88\x42\x26\xf6\xc6\x57\x9e\xcc\x34\x9c\xce\x2a\x4f\x38\x66\x69\x21\x99\x8f\xc6\xc6\xd6\x13\x8a\x4e\x84\xf5\x56\xc5\x1b\xcb\xf7\xb4\x95\x85\x18\x42\xb7\x5a\x17\x6d\xd2\x4f\x76\xff\x66\xd8\xa4\x51\xb9\x8c\xd4\x56\x2b\xa3\xc7\x0b\xd4\xb6\xc2\x31\x00\xc0\xbd\xcf\x74\x85\x0b\x7a\x97\xd5\x5d\xc9\x5c\x7f\x7a\x5d\x35\xf5\x58\x68\x8b\xb7\x25\x24\x76\x74\xbd\x67\xd9\xf2\xb0\xf4\xaa\x69\x25\xde\x7b\xf0\x65\x56\xa6\xe2\x2d\xc3\xa6\x97\x05\xfb\xdd\x6f\xe4\x3f\xd6\xdd\x74\x19\xa3\x0d\x52\x5d\x19\x6f\xc9\x91\x09\xaf\x03\x00\x97\xc2\x4c\x85\x37\xf7\xbc\x6c\x36\x65\x5c\xef\xf8\xd8\xe0\x7a\xf4\x6f\xf3\x9f\x9a\x9b\x31\xcd\x75\xcf\x2a\x75\x61\x1e\x95\x6d\xe5\xa4\x3d\xbb\x4a\x0b\xcd\x63\xb7\x74\x98\x68\x85\xb7\xdc\x07\xf2\x71\x7a\x99\xcb\x14\xcd\xcd\x9c\xcf\xe3\x5f\xa9\x7e\x8b\xb2\x00\x80\x6b\xc3\xc4\x88\xa5\x83\x87\xa0\x33\xe9\x4e\xe7\x02\xa0\x8e\xa4\x88\xde\xad\x50\xc1\x41\xa7\xd3\x0e\x50\x7f\x70\x4e\xf3\x79\x78\xfe\x6e\x61\x9d\x10\xae\xdd\xd8\x5d\x19\x84\x10\xdc\x92\x4b\xdd\xd0\x54\xa7\xd1\x45\xcb\xb0\x52\xdb\xe0\x02\x06\xa9\x0a\x00\x24\x6f\x49\x52\xa2\x70\x10\x40\xd7\xa6\x4f\x3b\xfb\x0e\xf9\x99\xb4\xb3\xe7\x01\xd2\x78\xd0\xba\xa3\x01\x31\x05\xf3\x9a\x41\x64\x60\x37\x5a\xb7\x1d\x5d\xb6\xb1\xae\x72\x1c\xda\xec\x76\xd8\xfc\x03\x23\xcc\xf9\x61\xfa\x49\xc2\x6c\x0f\x14\xec\x23\xcf\x02\x00\xc9\x00\x49\x49\x3c\x7a\xb1\x80\x74\x3e\x7d\xf4\x59\x1e\x29\x26\x69\x69\x0f\x86\x7d\x8f\x7e\xdf\x11\x89\x55\x04\xe3\x9a\x9d\x30\xe3\xee\xd4\xda\xe7\xd8\xb5\x8d\x46\x8b\x85\xb4\xce\x2d\xca\x5c\x4d\xea\x9d\xf3\xd1\x54\x45\x36\xda\x1e\x2a\x18\x41\xbe\x00\x00\x12\x0e\xe9\x3a\x71\xf2\x85\x6b\xf4\x9f\x27\x6b\xfb\x3b\xe8\x9e\x89\x77\xbb\x2b\x69\xc4\xe8\xc6\x76\x11\xf5\x63\xf0\x9e\xa6\x03\x54\xdd\x6e\x9f\xda\x79\x54\x64\x23\xb3\xe2\x29\x55\xe2\x16\x59\xf2\x9b\x7a\x65\xce\x87\xc2\x37\x34\x86\x2d\xc3\x30\x97\x6a\x02\x00\x71\x27\xb9\x91\x38\xee\x82\x3d\xb7\xf0\xa4\xb4\xef\x2b\x47\x9e\x58\xd9\xf5\x90\x2d\x8e\xce\x6d\xeb\x67\x55\x05\x6f\x6d\xcc\x65\x8d\xdd\xbd\xa9\x26\x96\xc9\xde\x48\xa9\x98\xc7\xdc\xed\x16\x51\xb2\x94\xb9\xc7\x69\x84\xf1\x07\xf3\x9d\x6d\x6f\xbe\x15\xbd\x14\x00\x44\x5d\x94\x01\x82\x69\xc0\x5f\x5c\x7d\x32\xb0\x6f\xa5\xc8\x37\x11\xe9\x9a\x26\x78\x17\x4d\x68\x1b\xcd\xaf\x09\x5e\xd9\x30\xcc\xb3\xec\x76\xab\xce\xe5\x5e\xde\x08\x96\x87\x73\x37\xb8\x45\x15\xfb\x73\x47\x39\x39\x16\xfc\xe2\x6e\xb4\x9b\x96\x77\x93\xa9\x02\x00\x61\x3d\xf5\x26\xc1\xf7\xfc\xae\xdc\x91\x69\x4f\xce\x2c\xcd\x99\x9c\x68\xd7\x69\xa7\x5c\x7b\xe0\x4f\xcb\x7b\xf9\xb1\x7d\x55\xf5\x6d\xd2\x9b\xbb\xfa\xab\x08\x12\x64\xe3\xfa\x32\x37\x31\xd1\x6d\x67\xd1\x54\xb1\x83\x53\x80\x21\x5f\x48\xb3\xa3\xe8\xf6\x72\x16\x02\x80\x20\x92\xbe\x0e\x9f\x7b\x0e\x2d\x5c\x9b\xe6\xdf\x1b\x6d\x30\x1c\xa1\x9c\x5e\xa3\x5f\x72\x20\xa5\x65\xbc\xf6\xec\xbe\x59\x75\xd7\x73\xcb\x77\xf9\x55\x0a\x73\xee\x6c\xb8\x53\xba\x4d\xc5\x74\x9b\x62\x72\x51\x3c\x72\x8a\xc8\x57\x48\xa7\xdb\x5d\xd1\x3a\xf0\x36\x01\x00\x7f\x2f\x63\x03\x7e\xd1\xd9\xb3\x96\xc4\x13\x43\x3d\x95\x65\xd1\x47\x46\x76\x08\x4a\x32\xa2\x9e\x37\x1f\x32\xe5\x06\xc9\xeb\x66\x1a\xa7\x78\x3f\xb2\x0c\xe5\xff\xdd\xa0\x34\x63\x79\x27\x96\x7f\x2e\xdc\x97\x9b\xef\x84\xe8\x2d\x8a\xf9\xf6\x4b\x35\xf6\x82\x11\x00\xc0\x63\x33\xde\x65\x0f\x9f\xa5\xd7\xc2\x27\x48\x3d\x71\x55\x2b\x13\xba\x3b\xb6\x54\xcc\x88\x2a\x69\x1e\x5b\x3a\x37\x28\xa2\xb6\xb1\x98\xe0\x5d\x6b\xc9\x28\xac\xde\x80\x98\x67\x19\x56\x2c\x7f\x6f\x7c\xa4\xe5\x38\xe5\xeb\xd7\x2a\x4f\xda\xc7\xe6\xb2\x05\xcd\x00\xc0\x5b\xc2\x5c\x94\x2d\x3b\xbb\xbe\x09\x38\xe1\xd9\x63\x5b\x47\x4f\x10\xb4\x3f\xae\x0e\x8d\xc2\x37\x19\x2d\x7b\x82\x96\xd5\xee\x2b\x9b\xea\xad\xb2\x8c\x2e\x66\x6c\xc0\x95\x94\x19\x83\x96\xff\x33\xc6\xe8\xfe\x38\x0d\xe6\x95\xa8\x8e\xd9\x17\xa9\xdf\x08\xff\xff\x85\x85\xe9\xf9\x2d\x15\x66\x81\x1b\x9e\x9d\x81\x3b\xc0\xaa\xeb\x1a\xf8\x21\xf8\xa5\x77\x32\x32\x1f\x5a\x57\x4d\x40\x92\x20\xad\x8e\x88\x9c\x83\x95\x6c\x47\xd4\x1e\xd9\x70\xca\x1d\x4d\x40\xae\x44\xf8\xa2\x1d\xe8\xd1\xf5\xcf\xb0\x19\xe8\x93\xf1\xff\xb0\x5c\xf4\xdb\x57\x21\xf4\x10\x35\x3d\x7d\x09\x3b\xa3\x25\xd7\xda\xe1\x30\x34\xb7\x67\x07\x6c\x42\xd1\xaa\x4a\xf8\x03\x2a\xd3\xf6\x23\x47\x30\x7b\xd6\x29\xa4\x0e\x0b\x4f\x57\xa3\x4e\x98\x22\x5c\x88\xb2\xb0\xf3\xeb\x63\xd0\x6f\xd8\xfb\xf1\x12\x8c\x87\x15\x7d\x91\x41\xde\xd4\x55\x4f\xbe\x41\x0a\xca\xd9\xab\x77\xa0\xf3\x94\xd4\xee\x78\xd8\x95\xfc\xb4\xf2\x01\xcc\x20\xcb\xb4\x1e\xf0\x0b\xb2\x98\x79\x16\xd9\x4f\xce\x4d\xb7\x46\x86\xc8\x94\xf0\x51\xe8\x1e\x72\xe4\xba\x37\x68\x27\x79\xfe\xf8\xf5\x58\x1c\x89\xfe\x89\x06\xfa\xf2\x66\x3f\x7a\x03\x16\x70\xc7\x5d\x7e\x08\xbe\x62\xbf\xe8\xd4\x42\xe1\xac\xab\x16\x1f\xe8\x34\xf3\x56\x6e\x3b\xec\xcc\x9c\xcd\xe0\xc0\x02\x46\xfc\x49\x7b\xc4\x99\x2e\xdc\xef\x8c\x54\xd2\xca\xd7\xad\x40\x57\x53\x87\x1c\x06\xd1\x0b\x94\xac\x0f\x2d\xc4\x68\xb9\xfe\xe1\x56\xe2\x69\xe9\xbd\x4b\xb6\xe0\x02\xc9\x84\x8e\xcb\x20\x2a\x0a\x2c\xe7\x83\x0f\x05\xf9\xea\xe5\x50\x20\x7f\x36\x7d\x21\x34\xc0\x95\x9d\xf8\x08\x1f\x67\xff\x0e\xdb\x82\xd8\xb2\xa2\xd6\xe6\x20\x7c\xc6\x25\x87\x02\xd4\x81\x96\xfd\xae\x8f\x30\x90\xf7\xf9\xfe\x56\xa2\x8b\x16\x19\x5c\x4b\xa4\xaa\xef\xb6\x8f\x22\x9e\x51\x25\x95\x5e\x03\xe7\xca\xbf\xab\x54\xa0\x4c\xaa\xa5\xf6\x40\xb3\xc4\x1b\x53\x6f\x41\xa7\x05\x17\x43\x8f\xc2\x47\x79\x71\x6b\xa7\xc0\x4f\x39\x33\x1d\x72\x90\x00\x46\xe2\x9b\x68\xfc\xe7\x4a\xfd\x9d\xdb\x04\xbf\xb2\xaf\x03\xc5\x04\x6d\x49\x40\x8b\x80\xf0\xa1\xd0\x50\x82\x11\x83\xf3\x3f\x2a\x32\x89\xfd\xba\x9d\xe4\x87\x60\x98\x1a\x4a\xf1\x06\xff\x53\x14\x84\x6c\x80\x74\x92\xeb\x9e\x47\xe1\x29\x42\xb1\x83\x0e\x3e\xc4\x9e\xfd\xb2\x0b\x2f\xea\x6a\xbf\xbd\x0e\xff\xb0\xed\xc2\xb9\x4d\x04\xa7\xa6\xd1\x4d\x1e\x04\xa8\xd6\xb1\x68\x0b\xe1\xbe\x65\xb6\x2c\x9a\x18\x62\xb6\x22\x8d\x21\xde\x31\xf6\x1e\xab\x03\xa1\xbc\xf4\xe0\xb1\xd0\x6c\xf5\x96\x35\x35\x10\x43\xb1\xcc\x41\x08\x75\x71\x35\xcf\xd3\xf0\xef\xaf\xea\x6f\xda\x12\x46\x5f\x1c\xec\xfb\x46\x58\xd0\xff\xa2\xfe\x37\x21\xbb\xeb\x79\xe1\x5c\xc2\xf9\xd6\x2a\xc9\x11\xe2\xea\xfa\x48\x74\x37\xb1\xda\x72\xe6\xe8\x6e\xd0\xb5\xf8\xd5\x3e\x47\xb0\xd4\x00\xae\x59\x00\x4d\xd3\x64\x38\xf0\xa1\x20\x7e\xc5\x33\x11\xfe\xde\xdd\xf9\x37\x96\x12\x46\x5c\x7f\xd7\x37\x9e\xe0\x3c\x24\xa9\x9f\x44\x48\x3f\x37\xdb\xb8\x83\xd0\xd1\x1d\x2d\x96\x13\xe7\xb4\x9e\x44\x44\x44\x59\xdd\xf6\xe4\x4a\xe2\xaf\x72\x73\xd0\x10\x98\x68\x2a\x5d\xfd\x0f\x1c\xd4\x9d\x75\xa8\x01\x7f\x0a\x62\x9f\x7e\xc0\x77\x3f\xb1\x5c\x67\x13\x46\xdc\xf3\x3e\x13\x4b\x98\x70\x03\xac\x4b\x24\xec\x1f\xd2\x15\xe4\x12\x34\x67\x8f\x8b\xfe\x12\xde\x77\xfe\x44\x26\x12\x0f\x36\x6f\x4b\xf6\x23\x5a\xaa\xbe\x04\x95\x83\x23\xcc\x6b\xd6\x58\x83\x09\xfa\xf0\xf1\xd3\xc0\x0c\x81\xe9\x43\x1d\x56\x4d\x84\x1e\x52\x30\x11\xf1\xcb\xa5\x4e\xec\x28\x18\x75\xda\x88\x1d\x07\x8b\x2a\x08\xd8\x11\x68\x41\xee\x18\x2c\x03\x9e\xce\x98\x8e\x65\xc0\x83\x69\x55\x18\x09\xa1\xef\x9f\x83\x89\x51\xcf\x75\x29\x98\x05\xbd\x39\x7e\x15\xf6\x15\xb3\x79\x7f\x0f\x1b\x83\x5c\x79\x50\x81\xfe\x87\xbc\x1a\xfa\x88\xde\x47\x3e\x74\xdc\x44\x5f\x21\x8f\xca\x4b\xd0\xd7\xe8\x18\x75\x10\x36\x0e\x45\xe9\x51\x98\x2d\xfa\x2c\x6d\x19\xb6\x09\xdb\x1e\x66\xc4\xc2\x31\xc1\xda\x6b\x18\x0b\x1b\x76\x28\xc5\x7a\xb1\xf6\x77\xaf\xd1\x13\x94\x35\xf7\x7b\xd1\xe3\xe4\xf7\x43\xb6\xe8\x21\x72\x6e\xc7\x08\xf4\x24\x79\x73\xd9\x23\x94\x4a\x1e\x95\x53\x82\x6a\xc8\x13\x68\xcd\x68\x0d\x79\xf1\x89\x5c\xf4\x3d\x79\x51\xd8\x74\x6c\x0e\x79\xc6\xda\xa3\x58\x04\xd9\xde\x21\x16\x33\x90\x14\x6f\xbe\x22\x27\xb9\x23\xef\xde\x41\x70\x9c\x29\x17\x5d\x11\x02\x7b\x74\xdb\x76\x44\xc1\xb2\x2b\x0d\x42\x9a\x98\xcb\x54\x6b\x90\x5b\x0c\x2a\x95\x88\x8e\xa5\x3f\x48\x95\xa3\x7b\xe8\x4b\x42\x97\xa1\x0a\xda\x71\xcf\x33\xe8\x15\x6a\xbd\x83\x1d\xb6\x98\x02\xbe\xde\x0e\x2b\x65\x61\x77\x3c\x61\x83\xa4\x65\x20\x15\xae\x15\x8f\x6f\xc9\x81\xfb\x85\x27\x4b\x3a\xe0\xa7\xfc\xbb\x8a\x8b\x88\x3d\x2f\x93\xe2\x85\xec\xe2\x5a\xa7\x88\x91\x1c\x36\x3f\x24\x06\xf9\xc4\x9a\xec\xb9\x17\x75\x63\xd4\x3a\x4c\x44\x53\x69\xd9\x2f\x13\xa0\x6f\x3a\xee\xed\xbd\xd0\x3f\xcd\xa6\x73\xa5\xf0\x94\x9c\xb6\xa6\x9b\xf0\x6c\x65\x7c\xb1\x03\xec\x26\x1f\x2f\xf7\x86\x63\x24\x37\x49\xaf\x61\x8d\x48\x79\x9c\x04\x7f\x15\xf8\x04\x2b\x91\x40\x1e\xb0\xe6\x16\xc2\x64\x7f\x76\x98\x8f\x94\x30\xa2\x9f\xdd\x86\xd6\x54\xdc\xbf\x71\x0b\xda\x50\x1a\xd7\x3f\x03\xda\x56\x74\xbf\x21\x19\xf2\x33\xc6\x14\x76\x43\x87\xf5\x97\xa5\x4b\x20\x89\x36\x00\x1b\x0f\xdd\xc8\xa9\x3c\xfa\x13\x5e\xa9\x18\xbb\x0f\x83\x69\x92\xb4\x35\x01\x70\xb9\xf0\xa8\xc3\x7e\xb8\x8c\xed\xf0\xc4\x0b\xbc\x73\x5a\x7e\xcd\x0b\xbc\xd9\xf2\xb8\xd7\x00\x0e\x35\xec\xac\xb3\x06\x6f\x55\x73\x0b\x18\xe0\x9b\xf2\x26\xf1\x54\xc8\xb1\xf8\x2a\xb2\x01\x3a\x5c\x70\x36\x39\x03\xb2\xe8\x2c\x41\xa1\xd0\xbf\x9c\xd6\xd5\x45\xf0\x1c\xf9\x1b\x87\xc3\xf0\x58\x2e\xf5\xd1\x28\x68\xe6\xe5\xa5\x57\x66\x80\xef\x07\xb4\xdd\x38\xf0\xfc\x99\x0f\xd5\x4f\xc0\x73\x9d\x8e\xf9\x78\xf0\x4a\xcb\x4c\xa1\x1b\xf8\xad\xf6\x2b\xc4\x80\x56\x56\xe8\x92\x1c\xa0\x98\xe2\xb1\x81\xa9\x90\x24\x7f\x78\xf5\x1c\xa8\x34\xf7\xb7\xc3\x61\x48\xc8\xa7\x3c\x5c\x09\x4d\xbb\xad\xbb\xbc\x19\xfc\x78\xb5\xa4\x4b\x0a\x9e\xbf\xc8\xaa\x06\xc0\xae\xfe\x75\x7a\x2d\xd8\xd3\x59\x26\x48\x04\xef\x36\xff\x07\x5e\x87\xc6\xd7\x5a\x25\xc2\x90\x5b\x59\x6b\xe0\x1c\x28\xd0\x04\xac\xfa\x0a\x25\xea\xbc\x1d\x30\x68\x93\x60\xf9\x03\x39\x64\xfd\x68\xfe\x25\x35\xf8\x78\xf8\x7e\xe7\x4b\xb0\xe5\x5a\x42\x55\x04\x68\xba\x58\x92\xf7\x0b\xcc\xeb\x2b\xe6\x0f\x81\xe5\xa7\x33\xc1\x28\xf0\x4a\xe3\xf7\xc4\x59\xe0\xfd\xca\x3f\x7b\xbf\x83\xaf\x4b\xf0\xab\x7e\x83\xbf\xf2\xce\x3a\xdc\x07\xab\x04\x99\xaf\xba\x29\x9f\x08\x03\x77\xe6\x53\x40\x62\xcc\x80\x91\xe2\x48\xec\x6c\x1d\x4d\x1e\x02\xa7\x9b\x77\x93\x85\xa0\x4a\x79\x98\x1c\x08\xa5\x51\x2e\x92\xa7\xc2\x51\x29\x5f\x49\xf7\x11\xd7\x90\x07\xa4\x32\xe4\xb3\x67\x37\x49\x8c\x36\x38\x2c\x25\x55\x63\xe3\x5f\x39\x50\x82\xe0\xef\xc3\x81\xe4\x4f\xc8\xfc\xf3\x5f\xc9\x52\x64\x63\xcb\x36\xf2\x7e\x64\x57\x09\x44\x76\x44\x32\x14\x06\xd2\x6b\xe4\x25\x65\x26\xa9\x01\x3d\x91\x72\x92\xa4\x45\x1f\x86\x1c\x21\x11\x30\x5f\x4f\x37\xd2\x49\xac\xde\xbe\x84\xc4\xc6\x1a\x5e\xce\x25\x57\x91\x23\x6e\x67\x92\xe3\xc8\x33\xce\x4f\x24\xdb\x93\x9e\x35\xa7\x90\x9e\x93\xa8\xc5\x4d\xa4\x6a\xd2\x31\xf9\x47\x12\x87\x84\x92\x61\x52\x3c\xc9\x72\xfc\x1b\x29\x94\xd4\x16\xfc\x8c\xb4\x9d\x34\xb0\xa6\x9b\xb4\x89\xf4\xca\xfe\x28\x29\x8e\xc4\x7d\xbe\x9c\xd4\xc2\x7e\x7f\x53\x48\x3a\xc5\x5e\x70\x76\x2d\x69\x2d\xcb\xb9\xf1\x0c\x69\x24\xd3\xbf\x68\x13\xf6\x82\xc1\x90\xc9\xb0\x73\xf4\x8f\xa4\x60\xac\x91\x7e\xe4\xd8\x27\xac\x96\xd6\xbe\xef\x0f\xd6\x46\x9b\xb1\xc6\x15\x6b\xa1\x0a\xec\xe7\x61\x8f\x28\x47\x9e\x72\xb0\x1f\x52\xfb\xeb\xef\xb0\x0a\x71\x6e\x1f\x1f\xc3\x89\xc6\x37\x2c\xc6\xb6\x0a\xb8\x85\x95\xd8\x6c\xfe\x14\xa9\x1b\x66\xc5\xed\xc6\x66\xa0\x7f\x38\x59\x47\xdf\x61\x63\xd9\x53\xf7\xed\xc4\x66\x32\x5b\x57\xf7\x63\xd3\x18\x1c\xfb\x9d\xd8\x62\xda\x81\xc7\xfd\x98\x8f\x76\xf1\x35\x67\x6c\x9c\xfa\x67\xef\x43\xf4\x86\x4a\x5d\x97\x85\x6a\x15\x07\x8d\x76\x68\x9a\xcc\x45\x6c\x41\x63\x25\xd6\xc8\x39\x34\x46\xf8\x2a\xf9\x31\x7a\x9c\xdf\x15\xc4\x46\x89\x5c\xe3\xea\x14\x34\x9d\x7d\xc1\xfe\x04\x7a\x84\xb1\xe5\xe1\x62\x34\xbf\xdc\xe5\xb2\x06\x8d\x28\x39\xdf\xed\x8b\x4e\x35\xa5\xd5\x8c\x45\xae\x16\x4c\xcd\xef\x45\x0a\xf3\xcc\x42\x15\xa2\xd2\x04\x40\xdf\x90\x5c\xd5\xed\xa4\x64\xc4\x28\x8f\x0b\x84\x10\x8b\xf8\xcf\xaa\x87\x88\x42\xb8\xde\xde\x84\xc4\xb3\xee\xdc\x63\xa1\xa1\xed\xc7\x86\x26\x20\x7f\x9b\x3e\x9d\xee\x43\xea\xea\xa0\xca\x22\x24\xb5\xf2\x5b\x1e\x0b\xf1\x2c\x0b\xe4\xb3\x90\xf9\x45\x6a\x70\x3e\xb2\xd0\xd0\x7b\xe4\x31\xb2\x44\xfb\x6c\x6f\x24\xe2\x9a\xe3\xb9\x6a\x07\x62\x25\x2f\xb6\x6f\x81\x1b\xb9\x5b\xef\xc4\xa2\xe9\x83\x65\x17\x5e\xa2\xb6\xe7\x12\xda\x2b\x90\x92\x9e\x4f\x15\x02\x64\x7f\x47\x80\x96\x85\x4c\x6b\x22\x70\xcb\xe1\xef\x35\x5c\x02\x02\xbf\x29\x3f\x99\xc0\x84\xaf\x15\x39\x05\x9c\x80\x3b\xf3\xb7\x78\x34\xc2\xd2\x5c\xc4\xbe\x1d\xde\xcc\x5f\x31\x2c\x43\xe1\x9b\x13\x2e\x4c\x46\x27\x5e\x8e\x6a\xbb\x89\x98\x07\x70\xe5\x16\x64\xcf\x99\x20\x4d\x2d\x62\xd5\xf1\x99\xf3\x02\xbe\xd3\x84\xc7\x5f\x82\xcf\x56\xf7\xc5\xff\x07\x17\x96\x0e\x04\xcc\x84\xd1\xc2\x58\x0f\x3e\x1c\xa0\xad\xb4\xbf\x07\x3d\xe5\x5f\x1d\x1e\x81\x22\xf7\x85\x03\x78\xd4\xf6\x16\xad\xcd\x13\xc9\xb9\xb2\xbd\x7c\x34\xb2\x72\xa0\x42\x33\x15\xbe\xd7\xfb\x80\x13\x09\x97\xb4\x3f\xc3\x47\xc0\xbc\x86\xf2\x78\x35\x1c\x5e\x69\xe3\xff\x01\x9e\x5b\xdc\xe6\x21\x85\x1e\xe5\xb9\x39\x6c\x82\xa2\x05\x8e\xf7\x67\xb1\x73\xf0\x3e\x97\x6c\x59\xd5\xf8\xcf\x5d\x2c\xa6\x99\x40\xa8\xa6\x33\xbe\x11\xfe\xe4\x13\x19\xbb\x89\x5a\x61\x1a\x9d\x0e\x22\xd0\x79\xda\x79\x28\x23\x69\x0e\x6d\x12\x9c\x1a\x68\x4d\x4d\x44\x22\x3d\x86\x29\xaf\xd1\xbd\xb6\x12\xca\x39\xf4\xc1\xbd\x48\xf6\x24\x28\x72\x68\x1b\x6b\x15\x94\xd7\x39\xc8\xdc\x0c\x0d\x57\xb5\x30\xb8\xb0\xad\xbe\x94\xfe\x04\x0e\x17\x54\xd3\xdd\xe0\xc7\xd0\x62\x1a\x09\x21\x27\xf2\xa9\xc3\xe8\xcc\xbd\x24\xea\x4e\xb4\xc4\xe3\x30\xe5\x1a\xe6\x63\xbb\x94\xd2\x80\x41\x77\x85\x2c\x19\x26\x18\x4c\x65\x36\x60\x19\x9d\x13\x18\x83\x58\x62\xe5\x6f\x86\x23\xb6\x3d\xef\x37\x1d\xc6\x36\x0b\x26\xd3\x2e\x63\xa7\x40\x25\x6d\x15\xd6\x98\x38\x85\x9a\x83\x7d\xdc\x6b\x47\x9d\x40\x5a\xe4\x61\x43\x29\x26\xe1\x6d\xfe\x51\xb8\x24\xef\xe1\x6b\xcc\x48\xd6\xb4\x0b\x97\x18\x7a\x66\x62\x47\x3a\xbd\x85\x91\x63\xe1\xd3\x97\xd1\x1f\xeb\x2c\x34\x1d\xdd\x8b\xf7\x98\x66\x45\xbb\x40\xe4\x53\xb3\x68\xf1\x47\x9c\x28\x7f\xa8\xf7\x03\x76\x50\x78\xd4\x23\xee\x2c\xca\x32\xea\x4c\x9b\xc7\x94\xd1\x94\xd1\xb7\x97\x30\xca\x45\x9d\x03\xa1\xf4\x47\x42\x66\x5b\x2f\xdd\x45\xb0\xaa\xfc\x13\x8d\xc2\xbb\xae\x75\xa5\x7e\xe0\x72\xb8\x18\x35\x8e\x93\x48\x08\xa5\xdc\x63\xef\x4a\x58\x48\x39\xcc\x72\xf4\x17\x90\xdf\x30\xfe\x73\x5f\x49\xa6\x33\xa6\xd8\xda\x92\x7d\xa8\x77\x6f\x86\x31\x3c\xd5\x47\xcf\x1d\xa7\xa7\xaa\xf0\xad\x53\x68\x66\x45\x4c\x59\x08\xf5\x9b\x2c\x34\xd7\x40\x0d\x97\x04\x73\x66\x50\x06\x45\x69\xf8\x19\x94\x10\x01\x3b\x7e\x21\xf9\x22\xcf\xe0\x77\x8f\x1c\xca\x39\xb7\x72\x90\xf4\x98\xbd\xdf\x76\x29\x89\x4b\x2f\xbe\x56\x43\x4f\x29\x51\xf7\x8f\xa1\x55\x98\x4a\x9a\x94\xd4\x2f\x05\x15\x25\x6f\xa8\x1b\xf5\xac\x9c\x78\x8a\x42\x7b\x98\x65\x4b\x19\xaf\x0e\xc0\x05\x91\x65\x4a\xd7\xc3\x3d\x64\x1b\xd9\xc4\x3d\x6f\x49\x0c\xf1\xc4\x95\xc7\xb0\x7f\x82\x5e\x5b\x39\x06\xb1\x56\x5c\xf1\xa1\x87\x35\x1f\xea\x3d\x4e\x43\xea\x5d\x1b\x96\x53\xf3\xaa\x97\x14\x49\x29\x77\xca\x6f\x2b\x97\x52\x96\x97\x20\x0c\x80\x9c\x57\xb8\x34\x93\x4c\x76\xd6\x37\xc7\xfa\x93\x24\x9a\x10\xdf\x1b\xa4\xd1\xaa\x45\x2b\xce\x63\xa9\x72\x7b\xdb\x42\xf4\x2c\xe7\xd8\xa5\x99\xf4\xa4\xf3\xb3\xbb\x63\x69\x99\x67\x5c\x6a\x3f\x50\x59\x9d\xe3\x0a\x59\x94\xd6\x96\x5a\xf9\x6e\xca\xa8\xfa\x4d\xb4\xed\xe4\xe4\xca\xe6\x53\x5f\x48\xc3\xa5\xd3\x63\x46\x93\x36\x17\x1e\xf2\x79\x88\x15\xe8\x67\xac\xd8\x8c\xfe\x51\x27\xd9\x5a\x50\x2f\xde\xd6\x21\x27\x7a\xca\x95\xb9\x5d\xe9\xb4\x8c\x0b\x03\xb5\x23\xa9\x68\xff\x1e\xa3\x99\x62\xe9\xa2\xca\x10\xf2\xdb\x56\x36\x95\x4e\xf6\xa9\xa7\x9c\xda\x47\xaa\xae\x0c\x39\x04\x93\x6c\xcd\x80\x0f\x05\x4b\x36\xae\x5c\xe1\x80\x36\x68\xd2\x6d\x2f\x23\xaf\x78\x0f\x06\xc3\xe9\xc9\xb7\xf7\x74\x96\xd2\x12\xaf\x56\xd5\x78\x51\x93\x2f\xde\x2b\xf8\x4b\x11\xf6\x37\x4b\x9f\x90\xbb\xbb\xf6\x53\x7e\x92\x27\xb6\x5c\x4f\xbf\x4d\x3a\x59\xb7\xfc\x90\x33\xd6\x5a\xe1\xe5\x13\x8c\xd9\x16\x05\xac\x70\x40\xf7\x6a\xaf\xdb\x2d\x44\x12\xf8\x4b\x2e\x57\x88\xa7\x67\xfb\xf6\x86\x0b\x29\xd9\x2f\x1b\xbc\x05\x56\x78\xb8\x78\x3c\xaf\x8b\x30\x47\x79\x93\x4b\x27\xdc\x62\xf4\x70\xb6\x11\xbb\xb3\x96\xb3\xfe\x82\x67\x62\xb9\xcc\x3e\xa8\xdf\x97\xcd\x30\xc1\x67\xdc\x52\xe8\xf7\x90\xe1\x71\x66\xfa\x06\xd4\x74\xe9\x9f\x88\x00\xce\xeb\xd1\x08\xad\xc0\x93\xf5\x2c\xbe\x1e\xac\x2f\x3a\xc8\x8b\x87\xc6\x29\xdd\xb9\xae\xd0\x29\xc6\x12\xf6\x27\xd8\x26\x33\x9f\xd5\x06\x37\xc6\xda\x32\x95\x48\x82\xef\x78\x06\x1b\x1d\xe7\x36\x9a\x7e\x01\x1d\x18\x77\x80\xbe\x1c\x9b\x7f\xc9\x57\xf8\x00\x9d\xd7\x3d\x2c\xe0\xa2\x4e\x75\x3d\xfc\xad\xe8\x2c\x93\x9e\x37\x02\x9d\xac\xa0\x71\x2e\xa2\xee\x74\x1e\x5b\x8b\x42\x99\xd3\x58\x99\xe8\x8d\x18\x05\xf3\x00\xe6\xea\x53\xca\x88\xc2\xe0\xe5\xed\x74\x03\xf6\x65\x9c\x37\x1d\xc0\x6e\x0f\x16\x09\xfa\x18\xb3\xbb\xfc\xf9\x62\x3a\xbb\x76\x37\x2f\x8a\xf6\xaa\xd0\x93\xbb\x86\x16\x2b\xf7\xe0\x4c\xa1\x3e\xa7\x85\xb3\x3e\x50\x55\x19\x63\x99\x97\xa8\xfb\x0f\x99\x19\x03\x94\x5f\xbb\x3f\xd2\x6f\x53\xcc\xcb\xf7\xd3\x17\x51\x94\xe3\x7c\x68\x04\x32\xf5\xc2\x6f\xfe\x1f\x41\xfe\xe9\x6e\xde\x65\x3e\x5a\xdd\xcb\x2d\xe3\xf9\x17\xf4\x70\xa8\x5c\x47\xe9\x0d\x76\x22\xfb\x2f\x75\x16\x6b\x2f\xdb\x3a\xfd\x23\x73\x33\x6b\xf6\xc1\x5e\xc6\x6a\xa6\xd3\xee\x10\xfa\x16\xc6\xea\xe5\x76\x34\x84\x9e\x33\x0e\xa3\xd6\x53\x7d\x06\xc2\xf9\x78\xe5\xb5\x0e\x27\x9e\x8f\xc2\xa6\x6a\x0b\x77\x8e\xcc\xd3\xe0\xcf\x7e\x23\x89\x92\xe0\x58\xe7\x44\x6c\xf2\x0d\x66\xb3\xe0\xf1\xc9\x1b\x8c\x2a\xfe\x96\xe8\x6b\xf4\x02\x2e\x6f\x57\x35\xad\x88\xfd\xdb\xb5\x9b\x7a\x93\xf5\x60\x5c\x35\xe5\x17\xed\xe7\xd9\x6e\xde\x13\x53\x7c\x6b\x0d\xb7\xa4\xc0\x5c\x71\x83\x03\xe9\x9f\xe9\x47\xb3\xb7\xeb\xac\x45\x07\x58\x53\x73\x97\x62\x6f\x98\xa3\x54\xf1\x69\xae\xf4\x9f\x72\xd9\x01\x1e\xed\x85\xa4\xc3\xbb\x87\xfa\x58\xe4\xe8\xea\x4f\xf9\x25\x88\x1b\xf7\x8d\xfc\x8d\x19\xda\x07\xf3\x0a\xeb\x77\x34\x07\x70\x4f\x54\x93\xcb\x88\x9c\xb5\x15\xd5\xda\x6e\xd6\x6b\x73\x9f\x60\x1b\xb3\xd2\x74\x16\xf9\xcd\xc8\x31\x5c\x49\xcd\xa6\x73\x75\x17\xa3\x56\xd1\x32\xd4\xe7\x76\x76\x53\xe3\x94\x8e\xcb\x3a\x28\x71\xb2\x3d\xd6\xd3\xc9\x6b\xd9\xa9\xbd\x6b\x78\x83\x67\xd6\x37\x2e\xe4\x66\x76\x96\x9a\x23\x38\x2e\xad\x9f\x73\x3b\x58\x97\x1a\xc7\xf1\xa2\x98\xfc\xea\x5f\xf0\x46\xc6\x91\xf2\x97\xc7\x5f\xd0\x7d\x8a\x7b\x22\x1e\xd1\x5c\x0a\x54\x5e\x9d\xd4\x31\x79\x76\xcb\x16\x91\x3f\xe7\xcc\xb4\x9e\x4f\x32\x71\x5d\x7a\x82\x78\x17\x2f\x02\x0d\x5b\xb9\x99\x67\xed\x4b\x4e\x71\x66\x77\xbf\x55\x3f\x64\x9d\x69\x97\x72\x59\x4c\xb0\xc9\x0e\x02\x19\x3e\x35\xe8\xf1\x6d\x74\xe7\xf2\x9b\x11\x51\xd4\x4f\xc5\xee\x5e\xd1\x94\x8b\x86\x07\x4b\xbf\x92\x2b\xd4\x5f\xad\xbd\x49\xfe\xdc\xd6\x6e\x05\xaf\xf7\xea\xef\x7a\x0a\x37\x69\xb0\xad\xb8\x96\x33\xe6\x9c\xaf\x7a\x05\xab\xb4\x47\xc2\x79\xc2\xdc\xdf\x5e\x0c\x3e\x67\x4c\x6e\x2c\x3f\xd6\x45\x7b\x50\x9d\x13\xfe\x8d\x5a\x5c\x86\xf3\x72\xa6\x10\x0a\x1b\x97\xbe\x25\x7b\x6b\xb6\x5b\x8b\xb1\xb3\xbc\xb1\xbd\xa3\x55\x7f\x70\xe1\x8d\xe1\x4a\x9b\xec\x69\xa5\x1b\xe4\xa3\xb2\x7b\x35\xb7\xa4\x4b\xf0\x18\x9f\x2b\x0e\x25\x04\x20\xa0\x10\x22\x6e\x4b\x05\xf8\x46\x30\x20\x12\xe2\x3e\x81\xf6\x79\x89\x38\x7b\xe0\xa0\x25\x54\xf6\x16\x84\x68\x55\xc8\xd4\xa0\x99\x3d\xeb\x55\x6c\xc2\x9f\x06\xb1\xc2\x40\x4c\x32\x23\xb2\x62\xe2\x55\xcd\x0a\xc9\x55\x70\x3b\xef\x85\x78\x34\xd8\x0e\xbf\x14\xae\x87\x92\x52\x50\x7e\x1a\xec\x1c\x09\x70\xdb\xe0\x2b\x5e\x8b\x39\xee\x08\x7d\x89\x27\x7b\x05\x7a\xc0\x8a\xcd\x14\xa2\xb7\xbb\xe3\x55\x73\xe0\x0b\xf5\x3d\x8a\xad\xf0\xbd\x92\x66\xd9\x5e\xc4\x36\x17\x95\x90\x90\x79\x3c\x3f\x51\x2d\x12\x02\x47\x08\x3e\x20\x55\xc7\x7f\xf1\x57\xa0\x2e\x11\x52\x2e\x13\x65\xed\x18\xe2\x58\xa1\xef\x96\x8c\x60\x8f\xc1\x30\x2b\x94\x79\x0c\x23\x77\x7e\x55\xee\xa4\x05\xd5\x45\xcb\x09\xd4\x57\xc5\x09\x52\x39\x35\x4d\xbd\x5c\x3c\x44\xb5\xe6\x8e\x17\x4d\xa1\x34\x42\x9e\x82\x70\x0a\xfb\xd8\x6f\x9e\x8e\x72\x3c\xbc\x99\x6b\x45\xf1\xdc\xb1\x92\xcd\xa5\xd8\x2e\x2e\x66\xf1\x28\x0b\xac\x68\x8c\x27\x64\xab\xd3\x1a\x05\x83\xc7\xae\x5d\x25\xcb\xe7\xca\x8a\x26\x4b\xae\x72\xf8\xaa\x37\xe2\xe9\x6c\x16\xfb\xb1\x30\x81\x25\x07\x17\xf0\x6b\x98\xe7\x8f\xd9\xf3\xac\x99\xe3\xf7\xbf\xe1\xa4\x30\x36\x6f\x2f\x65\x7d\xa4\x53\x17\x63\xcc\x07\xf4\x55\x56\xb7\x18\xcb\x28\xad\x1d\xb3\xe5\x55\xf2\xe8\x6a\xa5\xf4\xbb\xf4\x42\x61\xab\x64\xb9\xc4\x4d\x99\x2f\xca\x12\xa1\x2c\x8b\xa0\x5b\x70\x97\x68\xc3\x77\xe4\xa7\x1f\x9d\xce\x85\x78\x36\xfb\xa7\xb0\xaf\x72\x78\xdb\x5d\x58\x61\xec\x9d\x8b\x43\x99\x8b\x59\xdc\x31\x1b\xe9\x91\xb4\x83\xad\x97\xe4\xf3\x0a\xac\x2b\x29\xd2\x28\x7d\x71\x41\x96\x58\xab\x5b\x25\xa7\x08\xaf\xe4\x6a\x18\x9d\x82\x29\x39\xa3\xf1\xbe\xbc\x54\x05\x3b\x49\xcc\x39\x2b\x1b\x1f\xfa\x91\xed\x2c\x66\x6c\xdb\xc9\x14\x0b\x77\x2d\x7a\xc9\xd8\x2d\x98\x3c\x06\xa6\x05\x33\x04\xcd\x91\xf2\xd1\xd5\x6e\x15\x23\xa5\x6b\x2b\xaa\xf2\x3d\xc4\xf1\xa5\x5e\xd2\x38\x21\xa3\xa8\x91\x76\x91\x5f\x63\x9c\x83\x83\x79\xa3\xf5\xcc\x23\x3f\x39\xd1\x9a\xb7\x21\xb5\xac\xb2\x9c\xb0\xad\xfe\xcc\x89\x8a\x15\x8b\x62\xe8\x16\x69\xc8\x18\x21\x55\xc2\xc2\x37\xc6\xc9\xe7\x76\xc6\x97\x2d\x91\xba\xb7\xad\xcc\x5b\x2b\xf6\x6f\xbc\x21\x3e\x21\x4c\xad\xdd\x4f\x79\xc3\x17\x5b\x1a\x33\x3b\xb9\x83\xa5\x73\x12\x32\x39\xd3\x4c\x60\x70\x32\xeb\x70\xfe\x8b\x2d\xbe\x8c\x56\xed\xbf\x85\xed\xf4\xed\x4a\xc5\x18\x2d\xe5\x3b\xc7\xba\x81\x2c\x5f\xd0\xdf\x5b\xba\x4f\xea\xde\xb3\x51\x17\x25\xde\xd5\x41\x15\x49\x85\xb1\xcd\x2a\xca\x0c\x3e\xa9\x8e\x9d\x09\x70\x6b\x2a\xa1\xf8\x73\xec\x77\xa5\xc9\xfb\x86\x59\x1e\xa6\xcc\xcd\x77\x19\xcc\xfc\xa4\x85\x34\xda\xaf\x9c\xcd\x63\x6a\x28\x3a\x8e\xbc\xbe\x5f\xee\x3c\x78\xdc\xac\x94\x2e\x3a\xa7\xd1\x1a\xc5\x1e\xbd\x5a\xe1\x3d\xe1\xee\xd3\x91\xe4\x34\xfe\xc1\xe6\x0f\x19\x89\x5c\x72\x1d\x25\xde\x87\x6d\xa9\x1c\xbf\x2f\x93\xf9\xca\x6c\xda\xac\x64\xac\x2d\xf8\xb8\x30\x93\x26\x52\xa7\x8e\xf9\x4c\x99\xc3\x79\x60\xf9\x6d\xf2\xc0\x8d\x31\xca\x0b\x36\xe0\xea\x54\xd1\xfa\x23\xd9\x41\xdc\x5d\x5a\x03\xde\x1a\x39\xa0\x7e\x8c\xbf\x97\xd6\xaf\x5a\x44\xb8\x12\xf3\x4e\x7e\x8c\xf8\x70\xaf\x87\xa4\x01\xfc\xbd\x61\xae\x68\x17\x3c\xd9\xf9\x8c\xe0\x31\xb2\x73\x44\x13\xa7\x0e\x25\x58\xd2\x0b\xeb\x08\x11\xc6\xb1\x86\x21\x42\x87\x72\x50\x3f\x8e\x38\x8d\x73\x46\x1b\x42\xe4\xc1\x8f\xd4\x1a\xd0\x31\xed\x80\xf2\x25\x78\x3e\x86\x27\xf7\x84\xa4\x01\xb7\x25\x22\x38\x7e\xfd\x2d\xd1\x72\x64\x85\xb3\x5c\x70\x19\x9d\x3a\xa2\x9c\x53\x88\xf6\x56\x5c\x2d\xf4\x83\xae\x16\x9c\x34\xa4\x40\x9f\x94\x9b\xf2\xca\xe1\x31\x9c\xcd\x9a\xbf\xf0\x2a\x38\x49\x1d\x04\x63\x27\x5e\x2a\x0b\xe0\xf7\x31\x4b\x65\xdf\x11\x5c\x00\x53\x72\x10\xf9\xb9\x5e\x25\x1a\x81\x92\x9c\x4f\x0a\x4a\xb0\x95\x23\x6a\x38\x10\xe6\x57\x7e\xc6\x18\x4b\x69\x34\x44\xe7\xeb\x29\x09\x8a\xc5\xba\x3f\xe4\xbf\x6c\x77\x4d\x24\xb9\x01\x3a\x91\x53\x4d\x66\x9e\x18\xa7\xb4\x23\x83\x87\x92\x64\x49\x64\xb2\xff\x73\xf1\x4d\x32\x71\xbd\xab\x90\x4a\xc6\x9c\xfd\x04\x2e\xe4\xe1\x11\x2f\xd9\x5f\x49\x85\x65\x31\x05\xc5\x9c\x69\xf9\x53\xf4\x9f\xd9\x21\x72\x2b\x5d\x08\x0b\x63\xcd\xcb\xad\x64\x56\x83\xd9\x39\x0e\x8c\xef\xa9\x8b\x14\x19\x8c\x84\x83\xf9\xd2\x1b\xf4\xfb\xfe\xbb\xc4\xbb\xe8\x81\xeb\x4e\x0b\x5e\xd1\x86\x9d\x5d\xf9\x99\xb4\x6f\x23\xd7\xb2\xbd\x28\x0b\xcd\x6f\x0b\x96\x4b\x26\xe5\x9d\xd7\x27\x8b\x2e\x4a\x6f\x69\xdb\x85\xa7\x98\x63\x72\x67\x09\xa6\x11\xb3\x54\x04\x5e\x5f\xca\x26\xf9\x23\xae\x21\xfa\x9a\x34\x80\xc3\xf5\xd3\x89\xaa\xd8\xc7\xd6\x45\x09\xf6\xb0\x50\x67\x27\x5e\x19\x2b\x71\x64\x2e\x2b\x8b\x9a\x57\xb2\xcc\x50\xaa\x2b\xd1\xfe\x97\x77\x53\x63\x92\x8c\xd0\x2e\x56\xb3\xe8\xbe\x6a\x9c\xca\x1f\x7f\x5b\xd9\xa7\x98\x72\xac\x5f\xbe\x42\x36\xea\x80\x5c\xa2\x14\xff\xdb\x63\x16\x7e\x13\xfe\x5c\x5b\xca\xa7\x0a\xc2\xe6\x0e\x73\x5b\xf9\xfe\x23\x3f\x32\x8f\xd1\xd5\xa6\xbf\x86\xe0\x32\x65\xee\xe7\x3c\x41\x49\xae\xc8\x45\xf3\xd0\x24\xa5\x62\xea\x39\x05\xc9\xd9\xab\x94\x31\xfa\xed\x47\x77\xca\x3a\xb4\x1b\xa2\x76\x48\x16\xa8\x77\xf8\xe6\x0a\x61\xe5\x41\xcf\x3b\xbc\xbf\x72\xa7\xb9\xe9\xdc\x69\x62\xf1\x28\x67\x86\x8e\xe9\x5d\xe8\x63\x38\xd5\x5c\xaa\x5e\x96\xc7\xae\x7f\x2c\xd8\xa3\x69\xaf\x19\x41\x6e\xc9\xf9\x6a\xb1\xc9\x62\x2b\x97\x97\x8e\x4b\x6a\x93\xa1\x45\xce\x11\xaf\xc4\xd7\x0a\x02\x7c\x08\xc2\x45\x79\xd5\x6b\x7e\xf3\x34\x9a\xb9\x4e\x2f\x39\xf9\x72\x9b\x51\x9b\xe9\xbf\x59\x06\xa3\xcc\x90\xd4\x79\x2c\xe7\x48\x1e\xad\x2d\x9a\x9f\xa9\xa9\x6e\x5a\x42\xfa\x94\xf3\xa4\x76\x38\x73\x40\x39\xa5\x12\x4d\x9a\x20\x3b\x54\xb6\x21\x22\x4c\x6c\x2e\x1e\xbf\xfb\x97\xe0\x8b\x71\xd1\x1a\x1d\xef\x88\xee\x85\x53\x13\x27\x42\x71\x72\xd4\x01\xba\x81\xbd\xb0\xe0\xaf\x61\x7f\x1f\x51\xd5\x9a\x97\xd1\xbd\x8e\xd7\xae\xc9\x69\x1f\x20\xed\xce\xe9\x6d\xde\x96\xe9\xa1\x78\x5d\xa7\x4f\x64\xc8\x16\x57\x4d\x08\xbf\x2f\x3e\x56\x56\xbc\x5b\x27\x30\x17\x59\xd6\xc4\xf3\x1c\xf2\x47\x3b\x59\xd8\x4f\x94\xc4\x51\x4a\xfa\x52\xf6\x49\x35\xae\x76\x34\x2e\x45\xf8\xbb\x32\x3a\xdb\x9e\x76\xbd\xac\x25\xdb\x40\x1c\x57\x32\x06\x1f\x92\xca\x2e\x0c\x21\xcc\x8f\x25\xe7\x1b\x89\xe3\x83\x23\xb5\xdf\xc0\x99\x3b\x70\xea\xbd\xd0\xce\x95\x3b\x95\x0e\xf0\xc9\x19\x90\x5c\x8b\x94\x00\x00\x9f\x8c\x7e\x56\x4f\xaa\x91\x11\x0e\x0a\x73\x2d\x9f\x08\x2d\x34\x52\xd9\x01\xa2\x13\xa1\xa9\xb8\x86\x28\x4e\xdd\x52\x68\x0b\x2e\x8a\xdd\x9c\x9f\x08\xde\x08\x76\xd4\x76\x40\xc6\x1d\xdb\xd4\xf3\x61\xfa\x4a\x47\xc5\x47\xe4\xc4\x8c\x04\x39\x1b\x3d\x0a\x00\xfc\x13\xd8\xbc\x9c\xe2\x9a\x85\x50\xa6\x70\x8d\x85\x0b\x49\x69\x2e\xa5\xdf\xa1\x5e\xc2\xe1\xe2\x83\xd0\xdf\x94\xb7\xc6\x76\x38\x32\xe6\x53\xfe\x1c\xf8\xd2\xbe\xbb\x5a\x18\x49\xd8\x61\x93\xf3\x0a\x05\x56\x7c\x57\x9c\x46\x8b\x67\xec\x97\x47\x61\x20\x00\xf0\xb7\x61\x6c\x55\x5f\x75\x02\xf9\x81\x20\xb9\xe2\x22\x59\x4f\x8d\x2f\xdd\x4d\xf6\xc3\x9b\x8a\x6a\xc8\xd3\x52\xbc\x8d\xb3\x48\x7f\x62\x0e\xea\x51\xb2\xcd\xbe\x18\xcd\x23\xb2\xc7\xf6\xe2\x9c\x83\xe4\xe0\x15\xf5\x8a\x75\x64\xe6\x8c\x7d\xb2\x36\x8a\x27\x00\xf0\x2a\x49\x75\xca\xc1\xaa\x1a\x16\x95\x0f\x55\x2c\x64\x3e\xa2\xc0\xe6\x62\xe6\xe2\xec\xeb\x45\x53\x19\xac\xe3\x82\x02\x90\xfe\xeb\x50\x5d\xde\x53\xba\x2c\xe8\xa2\x26\x88\xbe\x6b\xfb\x76\x55\x27\xed\xe3\x0a\x58\xce\xa7\x5d\x98\x11\x2f\x7d\x4d\xf7\x05\x00\xee\x6b\x8a\x8d\xa2\xa4\xca\x5d\x68\xe1\x1d\x2d\x57\x0b\x8a\xc8\x3c\xf3\x6c\xfe\x51\xdc\x2f\x13\x99\x17\x76\xec\xbc\xe1\x09\x37\xe8\x90\x55\x5e\x30\x27\x25\x68\x5d\x6e\x1b\xdb\xb0\xed\x8a\x6a\x3e\xeb\xe6\x0a\x6f\xd9\x5d\x56\xf4\x0c\xae\x14\x60\xad\x02\x00\xee\x44\x6a\xb0\x3c\xbd\x92\x90\xbb\x84\xeb\x5a\xf6\x26\x27\x9a\xb4\xb9\x24\x5d\x49\xcb\xaa\x2f\x3c\x2b\x97\x1f\xd5\x18\x5c\xa4\xcd\xd1\xdf\x74\x3c\xc9\xc4\xc0\x10\xf5\x7f\x22\xca\xb6\xf9\xca\x48\xe1\x18\xb7\x5b\xb2\x11\x82\xe9\x33\x10\xf1\x1b\xde\x2c\x20\x91\xfd\x9d\x3e\x41\x7a\xa7\x72\x5d\xd1\x15\xb6\xb1\x8c\x5b\x38\x06\xbd\x57\x62\x63\x40\x33\x0f\x17\x86\xe7\x95\x26\x1f\xc8\xd7\x6b\x3e\x1e\xb8\xa4\xb3\x56\x43\x7b\xf7\xab\xd3\x55\x4b\xb6\x86\x2b\xce\x29\xac\xdc\xfc\xa5\xc7\x65\xc8\x8c\x70\xf1\x7c\x21\x0e\xa8\x60\xcf\x64\x50\x25\x69\x95\x23\x6a\x51\xd6\xd2\xb2\xb8\x2a\x27\x64\x47\xf1\xb9\xf2\xb6\x53\xcf\x0b\xc7\x9b\x7d\x92\x46\xe5\x07\x9b\x1e\x45\xa9\xb4\xe5\x05\x55\x01\xbb\xd4\x76\xfa\xc6\x2d\x99\x8a\x18\xdd\xc4\xe5\x06\xc9\x87\x9c\xf7\xd3\xff\x8a\xc4\x92\xf5\xc0\x3d\xd6\x09\xa6\x45\x2c\xb3\x7c\x6e\x56\x33\x13\xca\x82\x1a\x00\x98\x54\x6c\xa9\x09\x3b\xb5\xd9\xf8\xd1\x62\x48\x4c\xce\x5f\x5a\xfa\x27\xca\x4e\x8b\x15\x33\xfd\x2f\xe4\xdc\x28\x8c\xda\x32\x59\x31\x3f\xdf\xb8\x3c\x56\x52\xa6\x99\x37\xfd\x8d\x68\x8d\x34\x16\xf8\xc5\x1a\xcf\x72\x12\x0d\x5a\xee\x9d\x9e\xc1\x28\x2f\x5b\xd5\x1a\x0a\xdd\x2e\x66\x35\x82\xe9\x45\xc6\xce\xda\x82\x23\x2f\xf4\x1f\x2b\x2f\x47\x6a\xb5\x5b\xcb\x3d\xfc\x33\x72\x04\x25\x87\x37\x5f\x94\x0f\x1a\x13\x97\xaf\x91\x04\x68\xcf\x4f\xff\x29\xac\x94\xed\x18\xb1\x8c\xa9\x64\x45\x31\x26\x77\xbe\xc8\x7e\x0c\xe7\xb7\x45\xe0\xf7\x67\x70\x1a\xef\xe1\x4f\x27\x5f\xa9\x8d\x27\x04\x1d\xcc\xb3\x0c\x13\x6d\xf6\xbd\x2e\x8d\x20\xbe\xf1\xde\x6a\xba\x0e\x7e\xf1\x7c\x65\xc8\x82\xe7\x2f\x8c\xd3\x9d\x41\x92\x27\xcc\xd7\xfa\xa2\xe7\x01\x40\xb4\x04\x33\xd1\xaf\x77\xe2\x88\x18\x7c\xa2\xf5\x03\xb1\x2b\xe3\x50\x23\x99\xf8\x37\xd9\x5c\xeb\x00\x86\x1f\x24\x58\xc4\xe0\x8d\x7d\x7d\xa5\x93\x21\x9a\xb7\xb3\x49\x09\x87\x79\x5e\x35\xec\x40\x76\x2d\x0c\xd4\x69\x51\xdf\x09\x6e\xda\xd9\x58\x22\x00\x88\x6c\xb1\x26\xba\xb4\x73\x34\xbc\x03\xf6\x68\x65\xc2\x11\x19\x0b\x1b\xe7\xc1\x89\xc9\xf8\x9a\x06\x98\x7d\xd0\xdf\xb2\x15\xbe\xbe\x2f\xcf\xdc\x83\xec\xdb\xf9\xcf\xe4\x8f\xbc\xf1\x6c\x35\x00\xa8\x7e\xe1\x0e\x5d\x2c\x76\x6a\xc2\x3a\xcd\x35\x52\x28\x00\x08\xaf\x93\xec\x69\x0f\x4f\xef\xa4\x38\x42\x8a\x96\x8b\xe4\xd3\xa7\xf2\x1a\x52\xc8\xb1\xc9\xa3\x6b\x46\x93\x97\x44\xbf\xaa\x10\x92\x67\xee\xf3\x33\x4f\x25\xaf\xd9\xd9\x5a\xa8\x23\x67\x78\x2a\xf3\x63\xc8\x9d\x0b\xdd\xb4\xcd\x94\x6d\x13\x92\x34\xb6\x94\x02\x00\x10\x2e\x27\x4f\xa2\x1d\xe8\x48\x61\xb9\x40\xe3\x5a\xc6\x30\x71\xa7\xc6\xd5\x5b\x18\xfd\x49\xdc\xea\xbd\x8c\xd5\xd1\xec\xf2\x7b\xf4\xf6\xa0\xcf\x25\xc9\xf4\x53\x3b\xb3\x8c\x1f\xe9\x7b\x3c\x93\xf5\xc5\xf4\x4d\x0b\xe7\x6b\x3e\xd0\xe9\x13\x72\x73\x27\xd1\x67\x02\x80\x60\x1f\x65\x07\x75\xa0\xbd\x4d\x50\x0a\x26\x35\x47\xf0\xd5\xe9\x47\xea\xfe\xf1\xc8\x49\x63\xab\xf4\x5c\x6e\xf4\xdc\xf2\x55\x9c\xf2\x20\x59\x71\x33\xfb\xd3\xce\x45\x46\x6f\x76\x9c\xa7\x67\xde\x5b\xd6\xf7\x85\x33\x35\x8e\x6c\xc7\x09\xb7\xd5\xa3\x98\x69\x00\xc0\x8f\xa5\xc6\x52\x3e\xb7\xdb\xe5\xcc\x20\x0a\x9a\x24\xca\xd0\x93\xbc\x3a\x37\xb9\x32\x71\x71\x65\x97\xf4\xc5\x01\xdf\x32\x3f\x49\x74\xe0\xad\xa2\x21\xd1\x5f\x2f\x69\x41\x98\xf0\xca\x9a\x6b\xba\xaf\x82\xb7\x0b\x47\xe4\xda\x0a\x4a\x26\xae\x50\x15\x70\xc4\x00\xc0\x5b\x44\x7b\x4f\xbe\xd7\x16\x62\x74\x22\xf0\x1a\xbf\xe4\xf7\xa4\xe9\x6a\xf3\xf2\x32\x8f\xac\xac\x74\xd1\x8e\x8e\x8a\x28\xd5\xa9\xbb\x02\xad\x8a\xe6\xa9\xba\x76\x3c\x36\x14\x28\xc7\xac\xd9\xaf\xdb\x22\xef\x5a\xd0\xad\xde\x2e\xa5\x4d\x0c\x52\x2a\xf9\x2b\x00\x80\xbb\x96\xb1\x88\xd4\xd2\xfa\xc6\xb2\x1e\x9f\xdd\x28\x2e\xcb\x3c\xc1\xa9\x5d\x53\xa2\x4d\x70\xb3\x54\x9a\x0a\x23\x93\x4b\x5d\x0a\x6e\xec\xf5\x30\xe9\xf3\xa3\x76\x78\x1a\xe6\xe4\x6d\x59\x7d\x49\x5b\xa6\x09\x5f\x00\xe5\x68\x95\xa2\x89\x61\x8a\x5e\x61\x3c\x00\x70\x10\xe6\x54\x92\x67\x6b\x53\xed\xef\xec\x77\x8d\xb1\x55\xc3\x27\xc6\xd6\x8e\xaa\xa8\x8f\xaf\xb7\x40\xa5\xbc\x88\x1f\xe6\x27\xc5\x92\x80\xcb\xa6\xd8\xc2\xcf\xdb\x5f\xe6\xdf\x2a\x98\xbc\x5a\xad\x8d\xd5\xfd\x5c\x10\x9f\xe3\x9d\xb3\x7e\x62\x8c\x22\x58\xe4\x0f\x00\x1c\x47\x66\x12\xd6\xdc\x8a\x36\xbb\x67\x13\x1a\x17\xd6\xf7\xa4\x2a\x6a\xce\xd4\x24\xc4\x07\x5b\xd6\x56\xce\x8f\x30\x98\x95\xe5\x93\x03\x78\x26\xbb\x92\x4f\xdb\xeb\xf3\x49\x26\xfb\xd5\x90\xe6\x57\xbe\xf5\x82\x44\xd5\xa0\x9a\x36\x91\x25\x6f\x11\x03\x00\xc0\xce\x67\x72\x11\xaf\xbe\x4f\xf8\x8f\x59\xf6\xdd\x2b\x08\x3b\x8f\xef\x6b\xc7\x13\x24\xb1\x3f\x9b\x6a\x89\xa3\xf7\xef\xab\xbd\x4f\x2c\xf1\x5b\x58\x69\x07\xa2\x5b\x67\x95\x6e\x85\x60\xf7\x53\xa6\x5c\xd8\xe4\x2c\x33\x3c\x42\xbe\xd9\x55\xeb\x4f\x60\xc9\x00\x20\x8e\xc3\x7e\x22\xf3\xfa\x18\x60\x56\xe6\x87\xae\xb3\xa0\xf2\xf8\xda\xf6\x19\x60\x63\xec\xe3\xa6\x43\xe0\xb7\xfd\x1b\x6a\x45\x50\x82\xdf\x44\x4b\x17\x3c\x72\xab\xb5\xf9\x3f\x78\xc0\x3d\xd5\x74\x18\x69\x76\x16\x1b\x2a\xd0\x41\xbb\x73\xfa\x55\xd8\x53\x00\x10\x7b\x91\xc6\xc0\xdf\xfb\x1c\x91\xd9\x99\x03\x5d\x09\xc8\x94\xe3\x53\xda\xea\x10\xeb\xd8\xee\xa6\x91\xc8\xc4\xfd\x4e\xb5\x1b\x90\xbd\x7b\x7e\x58\xd2\x90\xb6\x2d\xdf\xcc\x85\xe8\x7e\xf7\x78\xd3\x54\xcc\xde\x59\x6c\x38\x82\x7d\xb5\xbb\x93\xf7\x98\x54\x0b\x00\xe2\xd1\xa4\x20\x38\xfd\x4c\x34\x45\x97\x19\xd2\x59\x44\x71\x3f\x56\xd4\xfa\x9b\xdc\x15\x8b\x6b\xdc\x45\xc6\xc2\x1e\xd4\xa0\xe4\xa3\x7b\x7a\x2a\xaa\xc9\xe4\x2d\x43\x25\xcf\xc9\xdd\xee\x07\x0b\xe3\x29\xce\xce\xca\x7c\x13\xe5\x9c\xfd\x8c\xbc\x31\x94\x6e\x00\x10\xed\x25\xef\x82\xa7\xf5\x12\x59\xc9\x19\xaf\x4f\x5f\x64\x56\x1f\x5b\xdb\xea\xca\xf8\x1d\xbb\xb4\x01\x65\xc4\x85\x95\x56\x77\xd0\xdf\xee\x91\x97\x7f\xa6\x17\x6c\x29\x2b\x59\x42\x67\xba\xfb\x18\x73\xe8\x0a\xe7\x5c\xfd\x59\xc6\x7c\xfb\xfd\xda\xdf\xb4\x5f\x00\x20\x8c\xa5\x1c\x81\xf8\x3d\x4d\x02\x4b\xc6\xf1\xd3\x76\x7c\xf9\xd1\x96\x96\x23\x3c\x52\xcc\x60\x7d\x0b\x97\x1d\x96\x56\x3d\x8a\x53\xb7\x27\xb6\xdc\x93\x33\x7a\x0b\xad\x38\x99\xcd\x72\x5f\x59\x70\x9e\x1d\xe8\xac\xcf\x7b\xc4\xee\xb5\x97\x69\x1e\x31\x27\x01\x80\xe0\x08\xf5\x14\x34\xbe\xfb\xa9\x8a\x71\x6a\xb8\x63\x85\x62\xe8\xa8\x4b\x33\x24\x5f\x18\xb3\xa8\xae\x57\x4a\x0f\xed\xaa\x1a\x21\x99\xe2\x3b\x58\xb6\x52\x74\x75\xcb\x8c\xa2\x83\xc2\x6b\x2b\xff\x33\xd4\x0b\xbd\x9c\x5b\x75\x85\x82\x0a\x07\x87\xdc\x44\xf6\x0b\x00\xe0\xcf\xa2\xbd\x06\x17\x76\x2f\x29\xb0\x3f\x35\xb1\x1d\xd4\xb7\x27\x9f\x6a\x1a\xd0\x81\x87\x0e\xd7\x8d\xd5\xb8\x87\xfc\xad\x5c\xaf\x9e\xe7\xbb\xb0\x34\x49\xb5\x7f\xb3\xd8\x24\x54\x3c\x5e\x99\x97\xff\x50\x3e\xe0\xac\xd5\xb6\x49\x2e\x39\xf8\xaa\xb7\xf2\x36\x01\x00\x6f\x1e\x63\x1c\x31\xa0\x4b\x5b\x2e\x4d\xdf\xdc\xf6\xc5\x7c\x33\xc9\xd4\xe4\x5d\xbc\xe8\xa0\xb6\x16\x5f\x18\x13\xb2\xcb\xa2\x33\x5c\xf1\x61\x9a\xcf\xe9\x4b\x37\xcf\x28\xfc\xa8\xcb\x5f\x19\x94\xef\x99\x1b\xe3\x2c\xd7\x7c\x51\xf8\x39\x20\x39\x7e\x02\x0f\x00\xe0\x1e\x66\xdc\x22\xbc\xe8\x8a\xab\x19\x7d\x72\xb8\xad\xde\xf2\x5f\x92\x5f\x93\x55\xd9\x9f\x83\x5e\xb5\xab\xcc\xd6\xc1\x9f\x2c\x21\x45\xb1\x3e\x5e\x66\xd0\xf8\x6b\xd3\xd3\x42\x7d\xfe\xe3\x95\x2b\xf4\x77\xb4\x5a\x67\xb9\x46\xa0\x6c\x73\x50\xaa\x06\x05\xff\x00\x80\xf3\x9b\xe9\x48\xe0\x76\x39\x36\x3c\x3d\x49\x6f\x3b\x51\xab\x4d\xfc\xd4\xd8\x50\x75\x22\xfa\xbf\x9a\xfb\x15\x69\xc1\x95\x15\xdf\x4b\xa5\x3e\x93\xcc\x8e\xc5\x51\x9b\xfa\x0b\x37\x1b\x8f\xae\x9c\xaf\x4f\xc9\x3b\xe8\x5c\xac\xb1\x57\xdd\x73\x18\x50\xad\x16\x6a\x00\x80\x43\x66\x7a\x66\x4f\x1d\x78\x4a\xdc\x98\xfa\xac\x7f\x02\x31\x3a\x21\xbe\x7b\x3d\x91\x11\x15\xd2\x1e\x40\xbc\x12\xf8\xb7\xc9\x17\xdc\xef\xbd\xb1\xd6\x1b\x9a\xbc\xbe\xc2\xe2\x05\xfd\x73\x55\x99\x71\xc8\x1c\xc7\x48\x53\x0f\x9a\x65\x33\xc9\x70\x0f\xeb\x07\x00\x09\x4c\x5a\x9e\x6d\x37\x80\x41\xa5\xa9\x6f\xfb\x8a\xa0\xfc\x84\x88\xae\xeb\x90\x26\xca\xaf\xed\x3d\x54\x13\xf8\xbd\xf1\x13\x0c\x78\xaf\xaa\xf9\x0c\x73\xd7\x17\x55\x7c\x41\xbc\x5d\x73\xcc\x9e\xa8\xab\x63\xa4\x89\x8d\xf9\xda\xb8\x19\x74\xa4\xd5\x00\x20\x09\x23\xb9\xe3\xfe\x0e\xcc\x42\xbd\x52\xef\xf7\xed\x40\xed\x12\xfc\xbb\x4e\x22\xc3\x51\x1b\xdb\x84\x48\x47\xe0\xeb\x46\x19\x72\xd7\x7b\x69\x8d\x1c\xdd\xb8\x3e\xbf\x42\x85\xf6\xba\xaa\x4a\x9e\x60\x44\xc7\x48\xd3\x7a\xd2\x49\x9b\xcd\x86\x5d\xa4\x97\x00\x20\xb1\x27\xa5\xe3\x72\xcf\x87\x52\xc1\x54\xda\x19\x94\xf2\x26\xfe\x4b\x67\x19\x25\x31\xca\xba\xb5\x97\x32\x2e\x70\xa0\xe1\x3c\xf9\x9e\xf7\xf8\xea\xb3\xe4\x57\xeb\x25\xe5\x67\x29\x8b\x5c\x75\x25\x0b\x28\x02\xc7\x23\x85\x49\xd4\x03\x36\x99\xf9\x07\x28\xe7\xff\x2f\x8b\x1c\x85\x4b\x3b\x77\x84\x3d\x35\xd5\xab\x57\xc6\xda\x15\x5f\x74\xba\x87\x89\x44\x3e\x6a\x79\xcd\xb8\x10\x78\xba\xfe\x27\x23\xc8\xdb\xaa\xea\x1b\xfd\xcf\x7a\x61\xd9\x67\xfa\x23\xd7\x82\x62\x6f\x86\xad\x23\x62\x4c\x65\x9c\xb7\xa9\xd7\x6f\xa5\xdd\x02\x00\xd1\x2e\x0a\x2e\xeb\xe9\x59\x91\x70\x49\xca\xad\x9e\x46\xfe\x8f\xf8\xe0\x8e\xc7\xbc\x1b\x91\x55\x2d\x93\xb9\x97\x02\xcb\xeb\x97\x71\x7e\xef\xfc\x5a\x35\x9f\xe3\xb7\x9e\x59\x36\x8b\x7d\xcb\xb5\xb8\x28\x9a\x3d\xe0\xa8\x2b\x38\xca\x71\xb1\xf9\x95\x37\x85\x71\x0e\x00\x84\x5b\xa8\x8c\xac\x8e\x7e\x99\x0a\x49\x91\x75\x37\x29\xba\xe3\xbe\xb6\xdf\x95\xcf\x8c\xdc\xdc\xf4\x57\x8a\x04\x2e\xaf\xb3\x96\x38\xee\xe4\x5b\xfe\x89\xde\xad\xf7\x32\xbf\x17\x4d\x75\x95\x9b\xe6\x0b\xaf\x39\x5e\x33\x58\x09\xd2\x6d\x21\x2d\xc6\x3e\x08\x00\xfc\x87\xb4\x17\x59\x23\xfa\x2e\x1a\x14\xc7\xff\x74\xbd\xd3\x6f\x8e\x23\xb5\xdb\x68\x7f\x45\x94\x34\xcd\xc9\x3d\xb7\x57\x5c\x3b\x37\xe7\xde\x4e\x5b\xcb\x64\xd5\x96\x75\x0f\xcd\x23\x94\x13\x5d\x13\x0a\x5d\xe5\x06\xc7\xa7\xfa\x4f\x92\x51\xb6\x97\x35\xdb\xb8\x44\x00\xe0\xdd\xa4\xbf\xce\x3c\xd5\x37\xa3\x4c\x72\x3c\xab\x6b\x47\xc9\xa5\xc3\xbf\xdb\x62\x8b\xdc\x22\x16\x34\x1e\x37\xb2\xf7\x3a\xd4\x24\x18\x3c\xbd\x0a\x2a\x22\xf5\x61\xeb\xd4\x25\xbb\xb5\x3f\x5c\x7d\x8c\x07\xd5\x09\x73\xac\xf5\x63\xe5\xd6\x76\x4e\xb9\xeb\xf9\xab\x01\x80\x37\x91\x91\x97\xb9\xe2\xcc\x50\x55\xe5\xf1\xd5\x9d\x9f\x2a\x8a\x0e\xb7\xb6\xd9\x96\xf6\x86\x3f\x6f\x9c\x52\x02\x04\x5c\xa9\x19\x63\x92\x79\x65\x97\xff\x34\x5a\xaf\x43\x8b\x9f\xeb\xdb\x5c\xb7\x17\x7c\xd0\x04\xcd\x59\x9a\xc7\x55\x84\xda\xed\x55\xd7\xf0\x5f\x03\x00\xb7\x9c\x31\x9c\xf1\xfe\x0c\xa9\x7e\xeb\xb1\x9f\x9d\x9a\x1a\xe0\x30\xb3\xb5\xdc\xf2\x29\xbc\xae\xa1\xbc\x7c\x5e\x40\x51\x75\x8e\xd9\xc3\x2b\xba\x9c\x67\x7a\xb0\x8e\x58\x8c\x33\x3c\x74\x0d\x2c\x38\xa9\x3d\x3f\x27\x42\xf7\x55\xb9\xcf\x4e\xa2\x9e\x20\xc8\x04\x00\xee\x4a\xc6\xfb\x37\xcb\x89\x41\x59\xc5\x77\xe7\x13\x1b\x71\xec\x0b\xf5\xa0\x53\xf6\xfe\xd6\x07\x20\x15\x3f\xce\xfc\x13\xfc\x80\xbf\xa6\xfc\x0c\xc5\x12\x5e\x51\x37\x40\x77\x41\xfb\xd4\x08\x18\x83\x3c\x42\x67\x23\x8b\xe0\x8d\x9e\x0c\xe4\x34\x32\xc5\x3e\x01\xe5\x20\x5b\x5f\xa7\x10\x30\xa2\xf5\x9d\x70\xc2\x5f\x22\x34\xf0\x9b\x88\x23\x7e\x69\x75\x21\xbe\x02\xc3\xcc\x9b\xc1\x14\xb0\x4f\xe9\x0d\xbe\x81\x50\x8a\x06\x82\xe1\x9d\x29\xbd\xb0\x3b\xfc\x3b\x84\x09\x3f\x46\x0a\x3c\x6d\x11\x31\xba\xc8\x7e\x14\x7a\x14\xf9\xf9\x4a\x8b\x6f\x41\x04\xc3\x24\x42\x00\x22\x1d\xd8\x40\x18\x42\xda\x5a\xa2\x88\x51\x48\x57\x09\x48\x7c\x86\x3c\x54\x48\xc1\x2c\x74\x13\xf9\x1f\x34\x19\xcd\x4b\xd9\x08\x5d\x47\xbf\x85\x8c\x84\x55\xd8\xda\x35\x85\x48\x20\x16\x6b\xd7\x89\x7a\xa2\x8f\x5e\x28\xb3\xa9\x8c\xc1\x5b\x0a\xfc\x0c\x86\xd3\xb9\x60\x7c\x17\x9d\xde\x54\x44\x08\xa2\xdd\x2f\xfa\x8f\xf0\x8c\xb6\x57\xbe\x8e\xc8\xa1\xbe\x27\x5d\x06\xb7\x50\x65\xc7\x3d\xa0\x19\x54\xa7\xe0\xa9\xd0\x4f\x8a\x6a\xcd\x04\xb8\x92\x32\xcb\x8e\x86\x18\x48\xcf\x9e\xdd\xc4\xed\x14\x85\xde\xf8\x83\xfb\x4f\xf0\xab\x1f\xcc\xb6\xf0\x75\x0d\xcf\xf0\x7e\xbc\xdd\xa6\x60\xfc\x47\x2e\x20\x6d\x20\x98\xd8\x0f\x30\x8c\x98\xc6\x6a\x3b\x36\x0d\x8c\x62\xf2\xf6\x79\x41\x3b\x19\xc1\xab\x99\xd0\x0f\xfa\x52\x3b\x1c\xfc\x98\xf2\xe3\x49\x77\x96\x9f\x1a\x7f\x6d\x18\x37\x56\x95\x7a\x26\x0f\xd7\xa3\x08\xae\x77\xce\x4e\x96\x6d\x33\x9a\xf1\xd3\x25\x9b\x24\xab\xf1\x77\x45\x7b\xd0\xe5\x84\x6a\x41\xf0\x51\x1b\xa2\x91\x17\x11\xc4\x00\x85\x9c\x98\xd5\x13\x21\x1f\x16\xc9\x8e\x09\xcf\xa3\xfd\x7e\xe4\x98\x59\x6c\xce\xbf\x82\xcb\xda\x5e\xa4\xea\x99\x95\x75\xc7\xc8\xae\xa9\xc6\x61\xf9\xbe\x86\xa8\x6c\x0f\x9d\x95\x68\x56\xf6\x7f\xea\xf3\x70\x24\xfe\xaa\x92\x90\x44\x23\x5c\x94\xcd\x09\x8c\x21\x36\x8b\x06\x57\x1d\x07\x13\xf9\xff\xec\x72\x20\x4f\x66\xe7\x7d\x4b\xe6\xf8\x56\xfd\xd0\x95\xcc\xba\xc6\x45\x9d\x35\x59\x47\x6a\xde\x57\x45\x67\xfd\xb1\xe0\xf4\xf3\x70\x45\xe6\x57\x02\xbb\xec\x13\xa6\x10\x90\x83\xdf\x93\x2f\x4f\x1c\x43\xd8\xaa\xe9\xdf\xbb\x82\xe8\xa6\x9a\xef\x51\x47\x1c\x94\xa9\xec\xc4\x60\x2e\x67\xf7\xdd\x3d\x99\x5b\x2e\x2e\xbe\x58\x98\x39\xd0\xff\xa8\x23\x3c\x2b\xb2\x9b\x6a\x99\x90\xf5\xbc\xed\x9d\xf6\x03\x8e\xd6\xb8\x92\x37\x26\x7b\x47\x75\x14\xa1\x15\x3f\xa5\x2c\x24\x41\x8f\x7f\x6e\x72\x0e\xf0\x22\xd4\xea\xbd\x3c\x96\x10\x43\xd4\x75\x76\x42\x70\x01\x2f\xfc\x4e\x54\xa6\xcf\x75\xd6\x85\xa6\xcc\x6b\x43\xf7\xdb\x13\xb2\x0e\x9e\xb7\xab\x98\x93\x75\xbf\xe7\x9b\xd6\x1a\x97\xd1\x5e\xc6\x75\xcf\x5e\xd8\xe8\x43\x00\xb2\x3f\x55\x95\x24\xd8\xe1\xeb\xcc\x57\xfd\x3f\x10\x8e\x19\x8f\x78\x00\xc4\x51\x5a\xc0\xae\x9a\x78\x9e\x6f\x33\x6c\xca\xf4\xbb\xfb\xf9\xc2\x88\xcc\xa1\x1b\xbf\xda\x8a\xb3\x82\x2e\x5d\x28\x4f\xce\xea\x3e\xbf\x57\x13\x8d\xf3\xeb\xe1\x73\xc4\xb8\x8f\x6d\x25\x78\x7c\x76\x6d\x3d\x35\xbe\x09\x7f\xc8\xe2\xe0\x7f\x01\xff\xb7\xe8\x8e\x87\x1d\x81\xa7\x63\xdb\xdb\x13\x37\xf3\xc3\x9f\x9d\x86\x3d\xb3\xa6\xdf\x5c\x00\xef\xc7\x8d\x3c\x3b\x13\xce\xc6\xdd\x6b\x2c\x81\x35\xd9\xfa\xa2\x95\xf0\x05\x7c\xb6\x4c\x01\xff\x21\x28\x48\x21\xc8\x26\x62\xdf\xb1\xcf\x88\x1c\xfc\x11\xbc\x00\xf9\x0c\x4f\x5b\xb3\x08\x0d\x41\x66\xda\xb5\xa2\xd7\x91\xb4\xa7\x6f\x21\x98\x10\x71\x23\x04\x2a\x27\x0c\xf7\x87\x42\xf7\x89\x47\x1a\x1e\xc2\x53\x88\x43\xa6\x43\xf0\x7e\x30\x54\x7a\x03\x56\x40\xb3\x30\x23\xfc\x1c\x7a\x7f\xcc\x0f\x09\x87\x5b\xf7\x09\x91\x73\x08\xb4\x5a\x8d\xba\xa3\x73\xec\x7c\xd0\x21\x74\xf1\xd3\x09\xe0\x00\xdc\x76\x3d\x1b\xb2\x81\x6f\xf5\xd1\xa1\x3d\xc8\xa4\x06\x3b\x88\x85\xb8\x15\xca\xa0\x2b\xc8\x61\xa9\x23\x3c\x1f\x19\x40\x7f\xc3\x74\x74\xe7\xd1\x3e\xf8\x37\x5a\xb6\x6f\x06\x02\x61\x36\xab\xb7\x22\x2f\xb1\x30\xbb\x59\xa8\x0c\x1b\xf7\xd8\x8e\x48\xa4\x5f\xb8\xaa\x24\x5e\xa2\x6f\xee\x2d\x00\x17\xd1\xea\xea\xe2\x40\x98\x36\xcf\xb8\x18\xbc\x43\x35\x89\xfb\x20\x2f\x6a\x34\xf2\x08\xaa\xa3\xce\x4e\xee\x84\x7d\x29\xbd\x41\x1b\xe0\xbb\x94\xe4\x55\xa5\xc8\x7e\x8a\x9d\xed\x63\xd4\x8a\x3c\xe2\xa1\x86\x90\x20\x9c\x77\x65\x2a\xa1\x8f\xff\xbe\xfb\x25\x71\x15\xaf\xa6\xe6\x0c\x91\xc1\xcd\x32\x18\x89\xcf\x39\xbe\xa2\x4c\x30\x9a\xed\x05\x57\x81\x0f\x59\x9b\x92\xce\x42\x74\xe6\xb2\xc0\x93\xf0\x12\xc6\xb4\x55\x9b\x60\x1d\x7d\x9a\xed\x1b\x64\x0f\x75\xec\xfd\x2c\x3c\x33\x67\xd9\xa5\xb1\xf8\x37\x4a\xaf\x2e\x57\x42\x92\xdc\xb7\x7a\x1a\xa1\x4e\x1a\x94\x6f\x47\x9c\x2a\x4e\x10\xfc\x23\x2a\x84\x12\x28\x15\x5c\xca\x6f\x4e\xec\x05\xaf\x72\xef\xee\xed\x80\xf0\x1c\x2b\x8f\x1b\xd0\x6b\xd6\x61\xbb\x49\x30\x9d\xf6\xef\xce\x8d\xec\xf2\xe2\x9f\x17\x75\xf8\x09\x26\xa7\x8e\x0a\x3c\xbe\x60\xad\xa5\x1c\x3f\xa0\x9f\xae\xeb\x24\xb8\x6b\xbe\xf1\x5e\x11\xea\x73\x1e\x12\xb5\xc4\x20\x45\xd3\x91\x50\xe2\x6f\xa9\x20\xa0\x16\xd4\x8a\x4e\x79\x1c\x82\x46\xf0\xef\xd9\x1d\x86\x68\xcc\x8e\xdb\xa9\xd9\xeb\x9b\xb5\x03\xe3\xb2\xf9\xf5\x11\x6d\x01\xd9\x5f\xab\xfd\xcb\x23\xf1\x7b\xca\x7f\x69\xe8\x78\x73\x49\x0e\xe7\x1e\x61\x45\xa1\x3b\xfe\x12\xe1\x8c\xbe\x30\xfe\x36\x31\x4d\x33\xc5\x5f\x0a\x3a\x28\x4b\xdd\x5b\xc1\x04\xd9\x41\xbb\x4c\xf0\x2e\xc7\xf3\xe6\xdc\xec\xdd\xe7\x7b\xce\x3e\xca\x16\x9d\x69\x6c\xfe\x93\x3d\xdc\x29\x2a\x9d\x83\x5f\xdc\xea\xae\x3e\x8e\xa7\xd4\x97\xb0\xde\xe0\x7f\x55\x8d\xcb\x9e\x4a\xe0\x94\xae\x8f\x83\x88\x53\x0a\x77\xf9\x15\x13\x95\x79\x65\xee\xab\x88\x4f\xd4\xde\x76\x04\x30\x86\xb7\xf6\xc6\xc2\x6c\xbf\x2b\x3f\xfa\x3f\x65\x8b\x2f\x72\x9a\xc7\x66\x5f\xed\x7f\x6f\x5e\x89\x9f\xd1\x3d\x3d\x87\x81\x3f\xd9\x66\xc7\x9a\x83\xbf\x53\xff\x00\x77\x90\x90\x54\x09\x1d\x7e\x43\xb8\x5f\xf2\xca\x2f\x88\x18\x54\xd0\xe9\x6e\x43\x94\x6b\x30\x3b\x0d\x38\x92\xf7\xf4\x7a\x62\xb6\xcf\xf0\xd6\xfe\x35\xd9\xf4\x6b\x94\xa6\x80\xec\xf6\x41\x61\x09\x9c\xfd\xdf\xd9\x08\xd5\x13\xbc\x57\xd7\x7d\x26\x1d\x5f\xd4\xba\x26\xeb\x3e\xc1\xa5\x6e\xcf\x61\x29\x81\x53\x31\xcd\xcf\x8d\xf0\xb8\x68\x81\xfb\x44\xa2\xb3\x0e\xb0\xfb\x4e\xcc\xe0\xbb\x3f\x9c\x86\xed\xc8\x14\x5c\x7e\x8e\xcd\xce\xa2\xf6\x6c\x41\x7f\xe3\x8e\xd5\x6e\x44\x9f\x67\xaf\x28\x98\x8b\x3e\xc2\x4f\x12\x7d\x41\xaf\x11\x36\x21\x8b\xd0\xeb\xc4\xec\xe4\xdd\xe8\x3b\xb0\x2e\xf0\x23\x66\x0d\x3d\x5c\x45\xc6\x56\xc0\x7f\x6c\x87\x30\x0e\x42\x7d\xb0\x06\xcd\xc5\x57\x5c\x1e\x8f\x52\x09\xdb\xbb\x53\x50\x1c\xe1\x5a\x4d\x3c\x9a\x4c\xdc\x6b\xf0\x43\x4f\x12\x9f\x8a\xdc\x50\x1c\x58\x0b\xa7\xa1\x1c\x48\x9e\x64\x42\x2d\x70\x7a\xe0\x31\xf4\x1e\xb2\xcd\xe3\x27\x66\x83\xfc\xb1\x8d\xc3\x50\x74\xc5\xfd\x00\x74\x24\xf4\xf9\xd2\x6a\xe4\x0b\x3c\xaf\x4b\x8a\x7c\x81\x8f\x55\x73\x91\x67\xb0\x2a\x3f\x0d\xf9\x0d\xdf\x16\x42\xa8\x35\x12\x09\x35\xa1\x6b\x91\xdb\x49\x4e\x68\x1c\x1a\xb9\x77\x08\x2d\x46\xfb\x3c\xb8\xe8\x75\xcc\xc3\x16\xc0\xa2\xb0\x31\x77\x7d\x61\x29\x6d\x70\x30\x1a\xae\xa3\x1d\x3a\x5d\x07\x37\x53\x1f\x57\xbe\x83\xef\x53\x0f\xeb\x1d\x10\x1b\xca\x0f\xc1\x62\x64\x35\xa5\x1b\x2c\x46\x52\x29\xf2\xc4\x85\x88\x85\x12\xbd\x77\x02\x6a\x45\x99\xeb\x31\x05\xdd\x46\x7e\x6c\xf3\x1b\xed\x26\x7d\xb9\xb3\x04\x32\xf3\x3f\x5d\xf8\x08\x9d\xe6\x3d\xed\x98\x09\x3d\xe5\x9e\xb1\x9c\x84\x3e\x72\xb4\xba\x4a\x78\x3a\x9b\xc5\x7b\x0d\xef\x65\xa9\x89\x5a\x58\xc2\xac\x38\xb2\x05\x7e\xcf\x68\x0e\x38\x89\x04\xd0\xcf\xb9\x77\x23\x6c\xda\x5b\xdb\xed\xc8\x1f\xca\x8f\x5b\x6f\xc0\x37\xca\x87\xe7\xbf\x82\xff\x14\xd3\xdb\x08\xd0\x7a\xd9\xa6\xf2\x21\xc8\x43\x12\xa5\x5d\x02\x05\x88\xa8\x5c\x06\x24\x10\x5c\x22\x24\x41\x0f\xf9\x33\x12\xb6\xc2\xbb\xb8\x87\xfd\xdb\x60\x03\xbb\xc2\x3d\x1e\xbe\xc9\x5a\x6b\x1b\x8b\x6c\xa3\x3d\xb9\x71\x80\x38\x5c\x14\x7c\x96\x0f\x8e\x37\xe6\xb5\x8c\x02\xbd\xf3\xef\x95\xa6\x80\x3e\xba\xbb\xea\x07\xe0\x89\xdc\xbb\x6c\x1c\x58\xab\x7a\x9f\x9d\x03\xd9\xc8\xdf\xc5\x5d\x83\xd2\x24\x9f\xfc\xba\xa1\x33\x22\x9b\x95\x3f\xa0\xd7\xfc\x4a\xdb\x5e\x78\x3d\x33\xe7\xea\x07\x22\xb7\x51\xd1\x37\x82\x28\xad\xa5\x34\x9a\x88\xad\x95\x86\x92\x29\xc4\xbe\x32\xbc\xaa\x90\xf8\xaa\x78\x2b\xf3\x18\xb8\xc2\x38\x3a\xeb\x22\x48\xcb\x2b\x3b\x7c\x08\x7c\x94\x1b\xba\xa7\x18\x5a\xa7\x5c\xbe\x32\x01\xda\x23\x9b\x61\xfb\x18\x62\xb1\x7f\x5d\x6e\x25\xc2\x67\xa3\x7a\x9e\x12\x69\x3d\xf4\xfa\x83\x44\x61\x87\xd8\xf4\x96\x98\xdb\x9c\xaa\xc8\x23\xb6\xd4\xcd\xa4\xb3\x89\x5f\x2d\x65\x99\x0b\xc1\xed\xe6\xe9\xb1\x63\x41\x86\x31\xd1\xb7\x19\xec\xc9\x9b\xb6\xe2\x26\x78\x2e\xa7\xdf\xf6\x0d\x64\xc5\x7d\x73\xa9\x81\x08\x5e\x8a\xeb\xfe\x40\x44\x07\x96\xd7\xa5\x12\xc9\x67\xce\x9a\x6c\x88\xac\xce\x0d\xf2\xb3\x44\x43\xcb\x31\x5a\x37\xf1\x4a\xdd\xa9\x0c\x3c\x38\xdd\xe2\x1f\x03\x83\x41\xc5\x7f\x7d\x63\x40\xa4\x60\xc9\x8a\x0a\x10\xce\x7d\x6f\x37\x01\x2c\xe6\x29\x86\x5e\x13\x33\x6e\x62\xdd\xae\xc4\xd4\x2b\x40\x6d\x25\x31\xe1\xc2\xee\xc2\x70\x62\x62\x5f\xac\x7c\x11\x11\xd7\xb9\x84\xe6\x4e\x54\x37\x37\x9e\xfa\x49\xbc\x52\x3b\x21\x66\x11\xf1\xbf\xf2\x45\xbe\x1b\xc0\xc9\xa6\xf4\x15\x35\xa0\x95\x36\xc9\xee\x18\x38\x9d\xf7\xe8\x5a\x37\xbd\x3e\x23\xad\x7f\x0b\xdd\x3e\x33\xab\xf9\x14\x2d\x2e\x2b\xb3\x74\x34\xf5\x11\x2e\x42\xad\xa2\xa6\x65\xef\x67\x6f\xa7\x7c\xc2\x33\xb2\xa3\x29\x64\xc2\x40\x1c\x8e\x32\x1b\x9c\xe3\x37\x97\x7c\x0e\x3a\xbc\x62\x80\x2c\x80\x73\xad\x33\xc9\x79\x48\xe6\xd5\xeb\xf4\x99\xd9\x31\x7d\x49\x34\x0c\x3f\xb1\x49\x49\x7d\x84\x6f\x36\x7b\x50\x33\x09\x41\x39\x97\xa9\x36\x84\xdf\x2c\x36\x45\x4b\xbc\x8f\x6b\xa1\xac\x07\x87\x0e\x3f\x24\x3f\x83\xce\xee\xd1\x93\xf3\xe0\xaa\x15\x3b\xc8\x04\x44\x61\x3d\x89\x2c\x41\xed\xaf\x3c\xa0\xd1\x41\xdc\x19\x06\xf5\x07\x78\xbd\xb1\x8e\x9a\x04\xb9\x96\xec\xa7\x8e\x81\x4e\xe6\x58\x51\x0a\xa0\x8b\xcc\xab\x94\x6d\x70\x0c\x6e\x26\xf9\x39\x02\x1c\x3e\x4a\xce\x45\xb4\x7b\xe6\x91\x13\xd1\x15\x6e\x2f\xc8\x5e\x68\xf7\xb8\x1b\xe4\x64\xf4\xf2\xe5\xed\xd4\x40\xca\xef\x9e\x47\x94\x61\x8a\xa5\xc1\x9d\x12\x4b\x89\x29\xfa\x4c\x19\x49\x19\xa3\xec\x20\x57\x93\x7b\x18\xa5\xe4\x38\x72\x45\xd6\x4c\xf2\x6c\x72\x7e\x2c\x87\xf4\x8e\xcc\xf1\x3d\x45\x1a\x22\x13\xdc\x60\x52\x2d\x19\x1a\xf7\x82\x74\x8b\x64\xbe\x34\x9e\x92\xc9\xad\xea\x2e\x24\xbf\xe2\xdc\xae\xd3\x93\x33\xd8\x1f\x4d\x04\xb2\x33\xeb\xab\xe2\x30\xe9\x2e\xcb\x96\x9e\x4a\xd2\x30\x7d\x32\x01\x52\x12\x83\x15\x63\x22\x6d\xa3\x0f\xf8\xdc\x22\xcd\xa3\x4f\x76\xdb\x86\xfd\xa5\x91\xad\xdd\x49\xd3\x29\xaa\x8b\xaf\xc8\xc7\xe4\x9e\x9d\x26\xf2\x54\xa9\xa9\x76\x1c\xa9\x58\x62\x6f\xfc\x46\x8a\x11\x1d\x91\xfd\x24\x39\x0b\xfa\x68\x0b\xb0\xd7\xfc\x3d\xa7\x1e\x63\x9d\xdc\x73\x87\x3a\xb1\x1c\x4e\xa4\xcf\x4e\x2c\x8b\xf5\xc1\x6d\x0c\xb6\x9b\x79\xc9\x9a\x8c\x05\xd3\xc0\x81\x03\x24\xb6\x71\x6b\x87\x0f\xc9\x3d\xbf\xae\x0a\xc6\x6e\xe5\xb9\x18\x38\x18\x4f\x93\x2c\x69\xc2\xfc\x73\xca\x29\x33\xb1\x59\x4a\xab\xf4\x39\xe8\x17\x59\xc8\xc1\x78\xf4\xbc\xb8\x7a\xf7\x7e\x54\x23\x5c\xb6\xdc\x80\x86\xf1\x7d\xad\x5f\xa1\xdb\x99\x23\xcf\x1a\x48\x81\xb5\xb4\x56\x2a\x76\xbf\xf2\xaa\x65\x14\x96\x5e\xee\xa3\x5f\x86\xcd\x2a\x49\x17\xa1\xe8\x60\x21\x97\x34\x1e\xcd\xcd\x37\xa7\x85\xa0\x99\xda\xba\x03\xcf\x50\xef\x9c\xc1\x5d\x5e\xe8\x04\xc5\xd2\xe5\xa3\x91\x7a\x29\xd1\xfa\x0f\x22\x62\x6f\xed\x23\x92\xbc\x7a\xda\x9a\x95\x58\xdf\xe9\xc3\xe5\x00\xb6\xaf\xe5\x8e\xce\x13\x7d\x5d\xff\x5b\x60\x40\x65\x55\x7f\xd0\x70\x34\xac\xec\xbf\xd4\x73\xe8\xfc\xa2\xeb\x51\x45\xc8\x43\x43\x99\xb7\x3f\x52\xa0\xfd\xe5\x9a\x82\x6c\x56\x95\xd9\x8c\x45\xac\xb8\x13\xcf\xd4\x91\x02\x06\x4a\x9b\x86\xb0\xfe\xbe\xa7\x65\xcb\xb0\xdd\x5d\x1f\xb5\x89\xe8\x8d\x36\x1d\x7f\x18\xcd\x6e\x74\x41\xf2\x50\xb7\xea\x9c\xd4\x65\xc8\xe7\xb2\x8f\x51\xf3\x90\x92\xa2\x75\x3b\xdf\x22\xb1\xf9\xbf\x5c\x37\xc0\xef\xd4\x66\x9b\x45\x70\x11\xb7\xe6\xcc\x42\xd2\xbe\x2b\xed\x4d\x9e\x58\xc7\xc5\xa2\x52\x16\xb6\xe2\x6c\xa4\xe6\x0c\x5a\xdd\x5d\xc4\xdf\x8d\x7a\xb7\x75\x22\x33\x90\xf7\x0d\x7d\x29\xf5\x48\x49\x55\x71\x64\x37\x12\x56\x1a\xbb\xb3\x11\xfe\x59\x38\xc6\xd5\x13\x26\x6a\x6c\x6c\xb2\xe0\x19\x3c\xe0\xec\x0d\xde\xcb\x53\xa2\x36\x2b\x6e\x53\x86\xda\x22\xe0\x68\x32\x35\xfa\x97\xec\xdc\x2c\x89\x38\x88\x55\x88\x33\x92\x9e\x30\x0b\xb3\x1f\xa4\xfd\x61\x54\x10\x56\x47\x8f\xa3\x0f\x10\x39\xde\x0d\x74\x2b\xf0\xda\xb2\x28\x1a\x07\x76\x1d\x53\x42\x1b\x8d\xec\xe8\xff\xce\x0b\xc0\x85\xb4\xae\xe1\xae\xcd\xb6\xad\x38\xc7\x59\x91\xdd\xae\x5f\xcd\xf6\xc0\x1f\x13\x95\xb0\xb6\x11\x96\x93\xfc\x98\x81\xc4\xd9\x69\x59\x8c\x44\xd0\xe9\x80\x90\xae\x80\xe6\x7b\xef\xa4\x3d\x84\x67\x2e\x7d\x4d\x23\x20\x33\xc7\x1c\xa7\xfe\x40\xce\xf5\xdb\x71\x1b\x88\x9b\x5a\x22\x39\xf5\xc4\x82\xf2\xdf\xec\x2e\xd0\x36\x2f\x8b\xd5\x0b\x1e\x15\xfe\x62\xde\x00\x1f\x60\xe5\x8c\x8f\x10\xf5\xc4\x2b\xc6\x64\x78\xed\x81\xf9\xf4\x20\xf8\xc5\xce\x77\x34\x13\x22\x58\x5a\x4d\xf3\x42\xb7\x8f\x39\x4a\xed\x43\x19\x67\x8a\x39\x3c\x72\x44\xd3\x30\xdb\x44\x9e\x52\x96\xc5\xea\x21\x5d\xd1\xfe\x65\x3e\x22\xe9\x05\x5a\xa6\x1d\x89\x8a\xa6\x33\xd6\x90\x04\xa9\xb7\xe8\x89\xa4\xc2\xa8\x00\x5a\x2d\xa9\x6e\xa7\x1f\x6d\x16\xa9\x6f\x69\x04\xb5\x81\xf4\x73\x0c\x99\xba\x85\xb4\xad\x77\x14\xbb\x8c\x5d\xdb\x18\xc5\x6a\x65\x7d\x2f\x1d\xc5\x7c\xc8\x5a\xa0\x31\x32\x6d\x98\x61\xfc\x18\xc6\x36\x86\x02\x09\xa4\x67\xd3\xff\xa6\xdc\xa6\x35\xd0\xd3\x22\x21\x9a\x1d\xed\xae\x57\x23\x15\x47\x0b\x5d\x3a\x97\x6a\x45\x1b\x39\xa6\x9b\x42\xa3\x4c\xec\x8e\x62\x5d\x96\xbc\xad\x6f\x63\x7e\x14\xa7\x97\xb0\x98\x4e\xc2\x2f\xb9\xdb\x18\x7b\x05\x18\x6f\x3a\x9d\xc9\x9f\x0a\xcf\xa7\x9d\xe7\x0e\x1e\xbf\x4e\x9b\xc6\xe1\x46\x14\x50\x4f\xb0\xf7\x78\x39\x53\x06\x59\x33\x97\xdc\xa6\x04\x31\x83\xc7\xfc\x47\x3e\x4d\xbd\x78\xfa\x1c\x6b\x61\xfe\x92\xda\x20\xe6\x5a\xdd\x70\xd1\x34\xc6\x21\x0d\x51\xf5\x81\xce\x56\x03\xec\x2f\xb4\x0e\x25\x0b\xf4\xa4\x8d\x96\x2f\x3d\xb6\x8c\x1a\x2a\x39\x13\x1e\x41\x29\x10\xa5\xed\xd8\x41\xfe\x25\xd8\xb8\x04\x23\xc7\xf0\x6e\x8f\x3d\x44\x6a\x63\xac\x6a\x3f\xc6\xac\xad\xbc\x57\x75\x95\x71\xbd\xfc\x84\xd1\x42\xff\x63\x06\x14\x85\x74\x27\x13\xc8\xbc\x42\xf3\x37\xbc\x20\x78\x51\x05\x79\x47\x92\x33\x29\xb7\x73\x2f\x87\x7d\xa1\xcc\x55\x85\x6e\xf7\x26\xa7\xc8\x17\x2f\xfe\x47\xaa\x91\x18\xc7\xaa\xb1\x6f\xac\xb0\x56\x27\x66\xcb\x69\x9c\xe5\x3c\xa3\xa7\x75\x97\xa1\x82\x7e\xa3\xe1\x9d\xac\x8e\xf6\xa6\x26\x9d\xfe\x87\x66\x5b\x71\x33\x5b\x4a\xf5\x32\x6f\x4f\xfc\x46\xa1\x16\x2a\x42\x6b\xc9\x9d\xfa\xef\xdb\xbc\xc9\x63\x34\xdf\x17\xc7\x91\x36\x2a\xc3\xc6\x1a\xb0\x23\x9c\xb1\x2d\x2b\x99\x79\x7d\x4f\x2b\x1e\x32\xaa\xbb\x13\xf3\xaf\xd0\xcf\xb5\x37\x49\x1f\xd2\xae\x35\x0d\xd1\xd7\x52\x5f\xd7\xf6\xe0\x86\xa9\x33\x2c\xd5\x89\xe1\x94\x60\x33\x3f\xd4\x8d\xcc\x2e\xc4\x6f\x7d\x48\xea\xd1\x57\x2d\x5e\x8e\xbd\xce\x59\x30\xb6\x15\x1b\xc3\xc9\x6f\x4e\x67\x22\x17\x99\x15\x4b\x19\x39\x67\x2f\xe5\x2f\xa2\x57\xf5\x3c\x96\x6e\xa6\x55\x74\x18\x69\x1a\x6a\x7d\xf3\x06\x5c\x30\xe5\x56\x6d\xc7\x91\x87\x14\x2b\xcb\xca\x90\x8b\x64\xcf\x12\xe3\x56\x3d\x29\xb1\x80\xb0\x78\x1e\x96\xa5\x4e\x19\xfb\x07\x85\x38\xef\x5b\x4f\xc9\x3a\xd2\xcf\x54\x86\x48\x67\x9f\x7a\x58\xf0\x5a\x4c\xcc\xf8\xab\x98\x26\x7c\x95\x35\x82\x79\x48\x90\x84\x5b\x80\x7f\xc9\xbb\x9e\x7d\x24\x79\x12\x37\x10\xdf\x1d\xe6\xca\x7e\x4a\x9c\xb9\xf5\x09\xcb\x08\xc6\x2d\xc4\x33\xbf\x43\x6d\xa3\x9e\x33\x0e\x21\xee\x2d\x75\x32\xdf\xac\x70\x4b\xae\xa4\x1c\xe7\x5c\xb0\x45\x3c\x0b\xf7\x5d\x7e\x4a\x28\xc8\xae\x64\x74\x09\x6c\xf0\x74\x7c\x34\x8f\x4d\xc0\x92\x64\x5c\x3b\xa2\x38\xb4\x85\x5d\x0b\x6a\xb7\x52\x58\x74\x28\x77\xe1\x52\xe6\x53\x58\x37\xaa\x8f\x11\x80\x48\x9a\x3f\x48\x6f\x10\xec\x2a\x86\x25\x5e\x04\x86\x81\x29\x6a\x25\x3a\xca\xba\x84\x6e\x44\x06\xc3\x99\x6f\x06\x27\x64\xf7\xf3\x56\x81\x3d\x49\x93\x38\x9d\x10\x2f\x34\x9c\x9d\x09\x07\x6e\xf5\x64\xed\x43\x46\x2d\xf8\xc6\xac\x47\x4e\x8f\x6a\x67\xb8\xa0\x9e\x4d\x3e\x92\x1a\x8c\x54\x1e\x20\xf6\xc2\x90\xfc\x91\xc2\x7e\xec\x94\xf4\x90\x20\x1c\x3b\x4c\xbb\xc5\x7b\x8d\x25\xe1\xf2\xb9\x14\x4c\x90\x38\x91\xe3\x84\xf5\x85\xc8\x58\x77\xb1\xef\x5b\x2a\x99\xdd\xa4\x25\x0b\x3a\x99\x2e\x24\xea\xe8\x91\xf4\x1c\xec\x7e\x43\xbf\xb8\x8f\x59\x59\x36\x5d\x14\xc4\x9c\x9d\x57\x27\x78\xcb\x20\x48\x16\xf3\xe9\xf4\x4b\xd4\xd3\xbc\x85\xf4\xcd\x59\xf9\x9c\x73\xb4\x8b\x47\x56\xb1\x71\xb4\x94\xe0\x5b\xac\x8d\xb4\xd1\x5b\x96\x30\x5d\xa8\xc5\x0b\x38\x8c\x54\x2a\x7b\xf4\x3a\xda\x1d\x32\xb5\x3e\x5d\xf4\x4c\xb4\xc7\x0c\x0b\x99\xc2\x25\xba\x58\xc1\x0a\xfe\x37\xd1\x73\xde\x00\xaf\x8a\xa2\xe5\x66\x70\xf1\x99\x4a\x8e\x0b\xe7\x68\x82\x3f\xeb\x1a\x3b\x36\xd8\x85\xa9\x66\x45\x6c\x6e\x64\x10\x98\xa9\x0b\x44\x74\x03\xe3\xf3\xe8\x3e\x9a\x1d\xd5\xab\xd6\x45\xb4\x4c\x37\xaa\x38\x53\x30\x90\xfb\x5d\x33\x81\x4f\xc8\xb9\x2b\x68\xe5\x4d\x54\x16\x92\x0c\x9c\x6a\xf9\xa9\x53\x17\xd8\x47\xa4\xd1\x71\x1d\xac\x59\x62\x9f\xa0\x0f\x8c\xab\xc2\x2d\x9b\xee\xd2\xcd\xfc\xa4\x05\x4b\x68\x35\x3c\xbc\xd5\x24\xaa\x1d\x1d\xa9\x52\x0a\x1f\x95\x35\x17\xde\x16\x60\x25\xc5\x39\x7d\x7c\x47\x53\x13\x4f\xc6\x2d\x2b\xa0\xa1\x46\x8e\x97\xde\xf7\xe4\x4f\xd6\x07\xad\xcb\xe1\x05\xcc\xc2\x9c\xef\x81\x4a\x46\x94\xe2\xfe\xc6\xe7\x74\x47\xd9\xc6\xf9\x3a\x9a\xad\x58\x63\xb5\x8a\x12\xc8\x4c\xb5\x3c\x15\x5e\x6c\xe9\x37\xae\x10\x44\x37\xbc\x56\x0e\xf1\xde\xd6\x7c\xe3\x54\x72\xd3\x2d\xc3\xf0\x3d\xf6\x8f\xd2\xf2\xb4\x68\x96\xa6\x88\x19\xd3\xc8\xdc\x55\x10\xbd\x37\x89\xfe\x5f\x5e\xf0\x86\xc7\xb4\x96\xdc\x67\x2e\x7f\xa8\x12\x79\xa7\xd5\x66\x72\x35\xeb\x5f\xc5\x1d\x61\x4f\xd7\x8d\x82\x3d\x82\xbd\xed\xcd\x8a\xaf\xbc\xe1\xe6\x74\xf6\x3d\xee\xfe\xba\xcf\xf0\x4c\xf6\xb5\xaa\x98\x13\xc5\xac\xb4\xb2\xbe\x98\x39\xcc\xf1\xc5\x2b\x03\x1e\xd0\x3b\x0a\xfa\x36\x10\x68\x68\xde\x5a\x97\x2e\xaa\x97\xf2\xb0\xd5\x3e\x72\x08\x5b\x50\xfe\x53\x58\x77\x76\x91\x81\x24\x58\xdf\x73\x53\xe1\xcd\x6b\x3f\x1d\xce\x5e\xc7\x75\x6d\x11\x40\x08\x3b\xaf\xbe\xf0\x84\x13\xcb\xb5\xaa\xea\x90\x99\xd1\x59\xd6\x1e\x90\x49\x4f\x2d\x7a\xb4\xc1\x83\x36\x2f\xbf\xce\xc5\x42\xe9\x57\x71\xac\x98\xa4\xb3\xec\xdb\x45\x0f\xf2\x59\xe9\x7e\xda\xe9\x79\x63\x4e\x65\x8a\x39\x9a\xfc\x0c\x2a\xed\x87\x7a\x5d\x26\x1f\xaf\x55\x5e\xca\xaa\x3b\xa6\x97\x27\xe3\x7e\x1f\x88\x95\x02\xf8\xe8\x3d\x1e\x22\x0b\xa1\xdf\x53\x2b\x30\x83\xce\x73\xda\xf9\x5d\x50\x3a\x90\xc2\x4e\x45\x22\x8a\x0e\xe6\x5b\x67\x56\x68\x24\x3a\x45\x16\x22\xb6\xd2\x6c\xc5\x6d\xa6\x81\x39\xb7\xb3\x47\xe1\x17\x2a\xe1\xec\x17\xc7\x3c\xe4\xb3\xf1\xaf\xa3\xfe\x4a\x3a\x88\xe3\x7c\x1f\x89\x60\x70\xb9\xe7\x11\x01\x0d\xda\x3a\x27\x8f\x6f\x82\x77\x02\xe9\xec\x48\xa4\xd8\x74\x41\x2f\xc4\xaf\xd7\x8c\xd4\x2d\xc5\x5b\x44\xf8\xdc\x61\xc2\x5c\xea\xbb\x1c\x98\x60\xcc\x36\x29\x9d\x89\x3e\x47\xdb\x64\x67\x41\xdb\x28\x95\x04\x07\x3e\xf3\x55\x89\x36\x43\x3d\x9e\xcb\x05\xfb\x60\xe1\x1c\x1a\x3f\x13\x89\x01\xc8\xec\xe5\xe8\xea\x42\xaf\xbc\x0a\xd4\x4a\xad\xd1\xee\x45\xa7\x08\x57\xe4\x8e\x43\x27\x53\xfa\x55\x0d\xe8\x3c\x9c\x4e\x71\x14\xdd\x9d\x7c\x59\x36\x1b\x15\x46\x0e\x88\x87\xd0\x57\xbe\xa3\x85\x85\xd8\x8e\x35\x43\xfc\x4e\x4c\x3e\xe7\x38\xef\x2a\x69\x06\x70\x86\x95\x83\x69\x8c\x81\xba\x6b\xf4\xc8\x1c\x86\x06\xa3\xfd\x12\x4c\x52\x6f\xa1\x09\xc9\xa7\x95\x5f\x68\xd3\xb2\xaa\xe4\x95\xd4\x9a\xa4\x1f\xd2\x54\x2a\x2e\x72\xa2\xd8\x8d\xea\xeb\x73\x42\x38\x8a\x3a\x73\xcd\x09\xbe\x33\xe5\xbf\x39\x07\x79\x33\xa9\x1b\x46\x8c\x65\xbe\x21\xcf\x37\x88\x75\x2e\xfc\x3d\x2a\xe7\xdc\x73\xbc\x64\xde\x8b\x1c\x0e\x37\x8b\x54\xaa\xdc\xcd\x39\x91\x59\x2f\xb7\x62\x13\x93\xa6\x49\xce\xb1\xca\x23\xfc\x45\x22\xe6\xbb\xdd\x97\x05\x71\x4c\xf7\x35\xe3\x79\x59\x0c\xcd\x9c\x43\xdc\x9d\x0c\xf3\x88\x54\xa6\x13\x45\xaf\xaf\xd0\x1e\xc9\x61\x2a\xb6\xe6\x4e\x52\x8d\xe0\x8e\x54\x0d\x2a\xc2\xd0\xa7\x0a\x86\x0c\x9f\x31\x5d\xb6\x4d\x62\x38\xa2\x97\x8c\x16\x7d\x08\xb7\x13\x0e\x08\xfd\x77\x0d\xf3\x95\xfc\xba\xd5\xc9\xdc\x3c\xde\xc9\x39\xf3\x39\x3b\xb8\xec\x11\xe7\x19\xd3\x69\x26\x9d\x46\xf3\xaf\x28\x4c\xb6\x49\x6d\x36\xb6\xb0\x67\xa9\x92\x0c\x93\x91\xe9\x8a\xc9\x79\x61\xe9\x27\xa4\xdd\x1a\x65\x82\xa3\x98\x91\xf3\x3d\xac\x51\x18\xa0\x4c\xf2\xee\xe2\x4f\x92\xfd\x58\xa5\xe5\xda\x49\x17\x3b\x36\xb2\x85\xc2\xf6\x91\x23\xe9\x41\x8c\x28\xcd\xb0\xe6\x6a\xed\x90\x04\x54\x93\xab\x74\xcc\x68\xd5\xda\x8a\xed\x50\xaa\xfc\xa6\xb9\x2e\xed\x8e\x14\x2c\x5a\x10\x57\x21\x5e\x53\x50\x1a\x4a\x14\x7c\xd2\xef\xda\x59\xc9\xab\xd6\x2e\xf6\xa8\xe7\xe8\x73\x7e\x3a\x2e\x61\xdb\x4a\x9d\x46\xce\xa0\x99\x99\xcd\x9a\xcd\x9a\xf3\x2d\xa8\xb8\x5f\x8d\x6b\xf8\xcc\x90\xab\x16\xd5\x6e\x03\x2b\xe4\x6d\x95\x71\x69\xcb\xa5\xe1\x65\x84\x38\x07\xb1\x75\x71\x61\xc8\x7b\x41\x87\xf1\xed\xce\x75\x3c\x38\x9f\xea\xb1\x9f\x13\xab\xa9\x9e\xfd\x95\x55\x2f\x83\x47\xae\xa2\xf9\xb1\xb6\xe5\xb6\x69\x9a\x3b\x61\xf1\x2a\x75\x6c\x9b\x85\xfe\x41\x35\xae\xa9\x05\x9c\x2c\x97\xd6\xe9\x4e\xe8\xa4\xce\x55\x59\x87\xc5\xa2\xfe\xf2\x03\x21\x4c\x01\xae\xe4\xa8\xd7\x7d\xde\x12\xe3\x1f\x8f\x69\xec\x3f\xba\x33\xb3\x1f\xb3\xd6\xc8\xc9\x23\x93\xa9\x7d\x2c\x9e\xa4\xcb\xb2\x27\xbd\x81\x35\x54\xfa\xef\x54\x1d\x8a\x2f\xee\xc9\x68\xca\x5c\x56\x98\x99\xd9\x9e\xbc\xda\xe0\x9c\xf5\xe4\x40\xa3\xee\x62\xf6\xfc\xbd\x8e\xb9\x18\x9e\xb4\xa5\x50\xe5\x4b\xf8\xe6\x7a\x45\xce\x03\xe3\xa6\x06\xc8\x86\xa0\x7c\x00\xe0\x6d\x41\x3e\x4b\x62\x2b\x2e\x66\xe6\xb1\x08\xa5\xec\xac\x04\x74\x5e\x71\x14\x6e\x65\xc6\xf5\xc2\xc9\xb8\x9f\x49\x8f\xf3\xcf\x67\x3f\x3d\x90\xa6\x23\xe1\x5f\x05\x0c\xe7\x6e\x24\xda\x6c\x81\x55\x13\xc1\xf5\xae\x75\xf2\x38\x28\x66\x6a\x90\xcc\x08\xc7\x01\x00\xcf\x19\x9d\x2f\xfe\x54\x11\x91\x5d\xce\x9a\x5e\x3a\x15\xbf\x11\xe9\x2a\x7a\x8b\x1f\xcc\xc8\x36\x56\x11\x8e\x24\x71\xf3\xd3\x89\xd3\x0e\xcc\xd5\xb9\x12\x1f\x05\x28\xd4\xaf\xc1\xfe\x2d\x7e\xca\x01\xa8\xde\x35\x57\xbe\x00\x56\x4f\x0d\x93\xc5\x21\x99\x00\xc0\x7d\x87\x0a\x44\xd7\xca\xe9\xc8\x7c\xa6\x9d\xd9\x0f\xd9\x0d\xf7\x14\xb9\x23\x07\x4f\xe9\x0a\x3e\x23\x70\xe2\x65\x7d\x1d\xd2\x12\x45\xd4\x66\xa3\x8e\x01\xd6\xea\xcd\xa8\x7c\xf3\x13\xe5\x32\x6c\xac\x6b\x8a\x8c\x83\x91\xa6\xc6\x4a\xcb\x48\xab\x01\x80\x1b\x86\x75\x8a\x16\x96\xd5\x53\xdb\x18\x7b\x4b\x58\x54\x3e\xf4\xd4\x94\x4a\xdd\x93\x7e\xa9\x60\x1d\xe5\x4b\xe2\xec\xbc\x7f\x94\xe6\xc8\xab\x9a\x7e\x4a\x91\x3f\x9c\x23\xa3\x98\x37\x53\x14\x08\xa5\xc4\x75\x8b\xf4\x0a\x65\x60\x2a\x55\xd2\x43\x0d\x04\x00\x8e\x90\xec\x2c\x38\x57\xfa\x8f\x3b\x9e\x3e\xab\xf8\x02\x27\x08\xfc\x59\xd8\xcc\x16\x9f\xfc\x6e\x60\xb3\x4e\x1f\x89\xc8\x0b\x63\x8d\x8d\x9c\xaf\x99\xc7\x24\xf8\x3d\x55\x7d\x60\x8e\xdc\x3c\x49\x7e\x9d\x21\x74\xb5\x95\xce\x60\x1c\x9c\x6a\x16\x0f\x32\xb6\x02\x00\xbb\x95\x72\x8a\xcf\x2a\xf5\x57\x04\x52\x1f\x15\x4f\x92\xdd\x21\xaa\x8c\xaf\xa4\x71\x69\x65\xf9\x35\xe2\xab\x09\x6e\x3a\xa2\x28\x3a\x62\x46\xae\x8f\xd0\xd6\x6f\x8c\x6a\x06\xff\xda\xa6\x2c\xd9\x07\x5e\xdd\xb2\x62\xc9\x72\xde\xac\xa9\xd5\x22\x3d\x67\x09\x00\xb0\x74\xb4\xed\xdc\x01\x73\x99\x21\x96\xb2\xb9\x08\xd4\x3b\x11\x96\x19\xe3\xb5\xdf\x4f\x84\xe6\x2f\xc8\x2d\x8e\xfb\xa0\x7d\x94\x93\xbc\xff\x87\xba\x52\x19\xbc\x67\xbc\x12\x93\x1f\xdc\x68\x94\x1d\x92\xe6\x2d\x9b\x2b\xa6\x4b\x4e\x4c\xa5\x0b\xfb\xf9\x04\x00\x60\x76\xd3\x6b\x39\x07\xcd\x68\xc5\x5b\xd2\x83\xa2\xbd\x65\x40\x76\xa7\x71\x61\x89\x4d\xca\x4f\xfd\x2d\x93\xdd\xe1\x72\x2d\xa7\x60\x66\xd8\x35\x75\xa8\x3e\xd8\x77\xb2\xd2\x49\xdb\xb6\xe1\x92\xf4\x45\x2e\x79\x69\xaa\x78\x94\xb2\x75\xea\x32\xe1\x22\xd1\x32\x60\x2c\x73\x32\xe3\x1e\xbb\xd6\x9c\x58\xfb\x80\xb4\xad\x68\x5d\x55\x7b\xf6\x1c\xa3\x4d\x05\x2b\x25\x46\x5f\x5f\xba\xeb\xb0\x93\x36\xb6\xd8\x21\x6c\xbf\xda\xa5\x70\xb4\x4f\xa1\xe2\x85\x61\xdb\x86\x0c\x69\x45\xde\x98\xa5\xf3\x44\x8d\x39\xf7\xa7\xda\x0b\xba\xc4\x7e\x80\x13\xa3\x82\xb9\x97\x3d\xdf\xec\xd3\xbc\x0a\xab\x2e\x9a\x56\xff\x16\x27\x2d\x78\x5a\x23\x3e\x7e\x5f\x4f\xaf\x74\x8a\x2d\xd3\xce\x2f\x6b\x0e\xfd\x94\x73\xaf\x84\xe9\x13\xae\xd0\x98\x36\x6d\x58\x26\xdd\x9f\xdf\xb2\xe4\x8b\xc8\x3f\x97\x31\x75\x82\xc0\x5d\xb2\x18\x08\x62\x2c\x67\x4a\xd0\xa0\xb6\xd9\xa7\xae\xe0\x78\x8d\xef\x32\xce\xa4\x2e\xab\xbd\x91\x59\x1a\x6f\x5d\xd9\x9e\x25\x8b\x48\x28\xd3\xe0\x8a\x02\xd6\x16\x43\xd9\x77\xb6\x3b\x18\xe3\x09\xab\x57\x6d\xd5\x53\x88\x15\xf3\xbe\x69\x8f\x43\x2e\xf6\xd1\xb9\xc3\xf0\x19\x00\x10\xdc\x44\x7b\xd0\x95\xad\xea\x2c\x31\x2e\xa5\x11\xc2\x79\xa5\xda\xd6\x66\xe0\x5e\xc7\x3d\xab\x8c\xcd\xd6\x44\x6c\x2f\xdb\x85\xc7\x05\x4c\x2f\x5e\x46\xc8\xda\xf6\xd5\x38\x83\x28\x5d\xb5\x5c\xef\x05\x5e\x9c\xf7\x45\xeb\x01\x8f\xb2\xc7\xe5\x6a\x91\x58\x00\x10\xd4\xa0\x37\xd0\x51\xad\xb3\xf1\x38\xdc\xf6\x46\x6b\xfc\xf3\x94\x3b\xb5\xd6\x84\xfd\x71\x0d\x96\xbf\x84\x4b\x11\x53\x4b\x5f\x10\x71\xfe\x9f\x8a\x2e\x81\x3b\xb6\xdd\x28\xe8\x86\x96\xaf\x9a\x99\xf7\x05\x76\x9d\xf7\x5e\xf3\x14\x71\xb3\x17\xe7\xee\x41\x83\x00\x40\x80\xc3\x96\x20\x1d\x2d\x2b\x90\xe0\xac\x4b\x0d\x6e\x48\x48\x4a\x70\xcd\x56\x24\x28\x6e\xa7\x65\x1d\x92\x11\x5e\x57\xba\x18\x69\xf5\xcf\x2b\x9a\x84\x2e\xdb\xa6\x2c\x18\x8d\xd6\x7b\x7c\xce\xdb\x84\x85\xcc\x7b\xab\x71\x25\x8d\xb2\xef\x57\xa7\x92\x8a\x00\x80\xdf\x4b\x5a\x05\xdf\x68\x8e\xa4\xba\x66\x2d\xae\xdf\x4f\x1d\x71\xfc\x4a\xf5\x61\x4a\xef\xe1\xa1\x8a\xc3\x14\x5a\x78\xa8\x39\x92\x92\xe4\xef\x6b\xf2\xa5\xa4\x6c\x0b\x36\x6c\xa6\x88\x3d\xfa\x74\xa7\x28\x43\xf3\xde\xe5\x06\x53\x43\x1c\xec\x73\x12\xa9\xae\x00\xc0\x7b\x45\x3e\x09\x7b\x34\xd1\xd8\x2f\x32\xd9\x75\x54\xf6\xc6\xe3\xbe\x55\x22\x16\xe7\x70\x70\xb9\x82\x79\x7f\xff\x93\x12\x09\x33\xdc\xef\x79\x21\x99\xf1\x6e\xdb\xc8\x7c\x1c\xc3\xec\x21\xd7\x9a\x18\x82\x79\xaf\xd5\x99\x8c\x0f\x0e\xa1\xaa\x10\x3a\x0f\x00\x78\x23\x28\x5a\xe8\x44\x63\x96\xf4\x47\x46\x49\x2d\x47\x52\x75\xcc\xbb\x52\x27\x4e\x88\x8d\x2d\xcb\x13\x4d\xdf\x6f\x5d\xac\x12\xbc\xf1\x5b\x6a\x64\xf1\x9f\x6d\x4d\xd5\x43\x7c\x7b\x8f\x0d\x9a\x7c\x1e\x3c\xef\x5e\x4e\x20\x0f\x72\x30\x29\x9e\xb0\xaa\x00\x80\x73\x8e\xe6\x06\x06\x35\x3c\xd5\x7d\x3e\xc5\xa8\x79\xac\x79\x75\x74\xa5\xe5\xb5\xfa\x75\xcc\x81\xd2\x97\xaa\x5f\x61\x33\x8a\xee\x28\x5d\xf7\x84\x16\x5c\x90\xb3\xb6\xb4\xe4\xb5\xcb\x9c\xdd\xdb\x73\xef\x4b\xd7\xcd\x2b\x52\x65\x89\xfd\x1c\x7a\xe5\x17\xb9\x7b\x00\x80\x7d\x9b\x7e\x90\xb8\xbd\x21\xb1\xa4\x27\x9d\x5e\x93\x5d\x94\x90\xec\x69\xa1\x1a\xdf\x1f\x4a\x2e\xc5\x19\x4e\x84\xae\x29\x3a\xa4\x1f\xef\xcb\x2d\xd8\xab\xfd\xbc\x65\x6a\xde\x36\xcd\x6a\xf7\x2d\xb9\xfb\x72\x5a\xe6\x85\x2a\xcf\xc9\x77\x38\xf4\xc9\x9e\xf3\x33\x01\x80\x3d\x87\xe1\x4f\x28\x69\xd8\x60\x39\x9a\x3e\xb2\xc6\xa7\xac\x2c\xa9\xcb\x12\x56\xf2\xe6\xe0\xcf\xd2\x2d\x45\xeb\x42\x2e\x16\xcd\x31\x9a\x7d\x57\x17\xd8\x19\x4e\x6e\x1e\xd4\xfd\xd2\x8f\x76\x1f\x9b\x3b\x4a\x13\x3d\xcf\x53\x99\xaa\x78\xe0\x30\x28\x4b\x11\x1c\x04\x00\xd6\xff\x28\xa6\x0f\xbf\x18\x1f\xc7\x01\xe0\x8f\x59\x42\x1f\x9b\x50\xa4\x08\x95\x90\x28\x54\x1a\x54\x46\xa1\xa4\x3d\xb5\xeb\xf6\x78\xee\x79\x6e\xef\xdd\x75\xd7\x5d\xb7\xba\xeb\xae\x6b\xef\xbd\x07\x21\x23\x9b\xec\xcd\x07\x1f\xe3\x6b\xef\xf8\xbd\x7e\x7f\xc4\xbb\x93\x5b\x0e\xae\xec\x9a\xde\x4e\x41\x16\xb6\xcd\x6d\x21\x65\xa6\x36\x2d\x69\xa4\x26\x98\x6a\xbf\xd5\x35\x1c\xa6\x57\x5e\xa8\x99\x11\xf2\xd9\xdc\x59\x99\xbb\xb3\xdc\x60\x32\xff\xf5\x78\xa7\x55\x1b\x0a\x1c\xbd\x54\xaf\xd5\x6e\xb6\x5f\x14\xa3\x85\x0b\x00\x80\xef\xc9\xbd\x86\x57\x8e\xd8\x61\x6e\xe5\x4f\x0c\x8e\x60\xf5\xe9\xf7\x7b\x49\xb8\xf8\x38\xb7\xce\x45\x78\xd7\x83\xb3\x5a\xaa\x09\x6b\x77\x67\x35\xec\x24\x46\xf8\xdc\xad\xbe\x0b\xea\xdc\xba\x2c\x23\xd0\x4c\x7b\x07\x53\x1d\xcc\xb5\x59\x61\xd0\x50\x30\x00\x20\xb3\xa5\x2d\xc3\x8b\x4f\x94\xe3\x91\xf9\x5f\x06\x8f\xe0\x27\xd2\x6f\xf4\xce\x23\x70\xe3\x1c\x3a\x3a\x89\x2b\x22\x7e\xb7\x1c\x20\x3e\xdd\x9d\x58\xff\x2f\x38\xee\x73\xb5\x5a\x44\x7a\xe3\xd6\x65\x21\xc3\xf6\xf6\xab\x4c\xd9\xe4\x04\x9b\x5d\x86\x28\xca\x5b\x00\x28\x7c\x42\x5b\x85\x87\x4f\xb8\x81\x6e\xf9\xcf\x06\x9e\x83\xdc\xf4\x91\x9e\x6a\xf0\x7e\xdc\xcc\x8e\x83\x24\xdf\x88\x37\xcd\x6f\x48\x97\x77\x1f\xa8\xe7\x43\x0a\x9f\x73\xd5\x1e\x30\xc1\xad\xcd\xb2\x86\x8c\xb5\x5f\x6f\x9a\x4b\x61\xda\xa4\x95\x7e\xa5\x0e\x02\x40\xa1\x81\x96\x83\x0f\x3d\xee\x4f\x69\xca\x37\x0d\x4c\xa1\x58\xd2\x11\xdd\x97\x29\xaa\xd8\x33\xed\x34\x4a\x73\x44\x57\xb3\x13\xe5\xd3\x6e\xa7\xba\x41\x6a\xa2\x4f\x73\x55\x1a\xf5\x8d\x5b\x63\x79\x3c\x4d\x66\x1f\x50\xe6\x47\x3f\x66\x63\x29\xb5\xa1\x8f\x03\x80\xf4\x09\xfd\x18\xae\x6a\x38\x82\x95\x90\xef\xde\xbf\x80\xb5\x3a\x7d\x65\xd7\x23\xe6\xc3\x58\x56\x5b\x09\x53\x17\x41\x6f\x0a\x64\xd2\x83\x3f\xd7\x3e\x64\xf2\x7c\xa4\x95\x6c\x66\x97\x9b\xd1\x4c\x61\xd9\xda\xc7\x1a\xf7\xb3\xce\xdb\x7c\xd2\x7d\x61\x39\x02\x80\xe4\x07\x43\x81\x8b\x1a\x42\x0a\xae\xe5\x5d\xeb\xf3\x14\xac\x4c\x3b\xd3\xf9\x8b\x8f\x88\xf5\x6c\xed\xe6\x9d\x89\xf0\x6d\xcc\xe6\xed\x0b\xee\xab\x9d\xca\x7d\xeb\x73\xac\xa2\x82\xdb\xe7\x56\x68\xd2\x70\xc7\xec\xf3\x0d\xd1\x3c\xe2\x4c\x3f\xed\x0d\xce\x5e\x00\x90\x4c\x65\xb6\x61\x8d\x83\xf9\x8a\xa4\xbc\xd9\xbd\xee\xf2\x65\xa9\xdf\x3a\x3e\xc8\xee\xc4\xa0\x5a\xea\x0a\xcb\xc3\xc5\x0d\x47\xa5\xca\x60\xe7\xea\x4f\x92\x3a\xef\xcf\x16\xb9\xf8\xa7\x5b\x64\x19\x45\xdc\x61\x2f\x28\x9d\x21\x4e\x9a\x59\xaf\x39\xc4\x5f\x0e\x00\xa2\x21\xf6\x7a\x4c\xf9\x80\xaa\xb4\x27\x77\x45\x4f\xa2\xee\x42\xea\xbc\x0e\x47\xcd\xcb\xa3\xaa\xe6\x5b\xea\xe5\x07\x46\xea\x59\x2a\x38\x88\x50\xbd\x52\x39\xc3\x3b\xab\x7c\x50\xf1\xc2\x6d\x92\x51\xa7\x58\x6f\x4f\xd1\xcf\x92\x91\x67\xbe\x56\x3b\x08\x0b\x00\x40\x78\x9a\xe3\x87\x7e\xd7\xff\xab\xda\x31\x27\xbd\xfb\x52\xc5\xc9\x94\xa8\xf6\xd2\x72\x44\xf4\xfd\xe6\xbd\xa6\x95\x07\xe6\xd5\xbd\x34\x4e\x0b\x7c\x58\x25\x28\xdd\xbe\xed\x7d\xf9\x5a\x9d\xc2\xb5\xc1\xf0\x5d\xdd\x69\x9f\xa2\x0b\x52\xbc\x98\xb5\xa0\x64\x95\x38\x16\x00\x84\x93\xb8\x73\xd0\xf8\xfe\x53\x0d\x19\xd9\x13\xdd\xca\xda\x53\xc9\xbf\xda\x93\xab\xdd\xa2\xf9\xcd\x93\x2a\x5a\xf6\x9f\xac\xd3\x95\xe3\x03\x0d\x55\x3b\x4c\xb4\x6d\x43\xe6\xbb\x86\x71\x57\xa9\xc1\xa8\xfd\x6e\x1f\xa7\xbd\xa1\x3c\x3c\xcb\x5d\xa5\x93\xac\x03\x00\x81\x86\x1b\x8b\x9e\xd6\xcf\x6f\xb5\xcf\x36\x77\x1f\x6e\x0a\x4b\x6e\x6d\x9f\x5f\xcf\x8d\x0e\x69\x6a\xaa\xf9\xb9\x5f\x58\xe7\x5b\x55\x1a\x88\xad\xbc\x6d\x79\xbc\xad\xd2\x8c\x37\xa5\xb9\x0a\x0c\xab\xf5\x43\xf6\x78\x6d\x90\x0a\x9c\x95\xa1\xfc\x2c\xb9\x08\x00\x82\x45\x5c\x16\x22\xe7\xcc\x3f\xb8\xd9\x19\x57\x47\xea\x71\xea\x84\xd1\xa1\x70\xbc\x73\x64\x72\xef\x71\xfc\xe5\x30\x73\xa7\x33\xa1\xc9\x3f\xa5\x45\x4c\x1c\xdc\xb2\xbf\x61\x12\xf8\xc5\xa5\xbb\xfa\x06\x14\xb7\xa4\xaa\xe2\x06\x3c\x66\x25\x28\x3b\x4d\xb9\x0b\x00\x45\x8e\x34\x7f\x04\x69\xd4\x48\xe0\x64\x3c\x1d\xf1\x27\x3c\x49\xb8\x39\xf8\x9c\x18\x10\x99\xdb\x9b\x40\xec\x0c\xab\xe9\x38\x05\x26\xf8\xe7\xb4\x6c\x24\xf9\x6c\x39\x5a\x5f\x0d\xed\x70\x19\xac\xe6\xc0\xe9\x4b\x3a\x2a\x38\xe4\x52\xab\xa6\x32\x22\x75\x17\x00\xc8\xde\xd1\xfc\x10\xf4\xd1\x4d\x24\xe7\x8c\xd7\x27\xae\x92\xa2\x13\x1e\x0c\x82\x24\x51\x64\x41\xcf\x07\xd2\x68\x58\x6d\x47\x12\xe4\xeb\x9f\xdf\x7c\x1e\x7a\xb3\x25\xa9\x3e\x10\x1e\x76\x39\x5b\xed\x44\xee\x5a\x72\xaa\x62\x15\xe5\x8c\xd5\xa5\xb2\x79\xd4\x5f\x00\x20\x33\xd1\xe8\x88\xb8\xd3\xfe\xd4\xf8\x8c\x33\xc7\x9f\x53\xb7\x26\x0c\x0e\x48\xa9\x0b\x22\x63\x7b\xe6\x53\x17\x85\x95\xb5\xf3\xa8\x61\xfe\x39\x4d\x1f\xa8\x95\x5b\x32\xeb\x8e\xd1\xdc\x5d\xee\x56\x05\xd3\xc6\x97\xfc\x6b\xd9\x46\x1f\xb0\x5e\x60\x9c\x47\x7f\x02\x00\x85\x37\xe8\xb8\x82\x89\x53\x9b\x58\xaf\x33\x8a\x86\x1f\xb0\x94\x09\x65\xfd\x02\xd6\xce\xc8\x5d\xdd\x0b\x99\xaf\xc2\x64\x6d\x32\xe6\x29\xff\xa4\xc6\x9f\xcc\x93\x5b\x8e\xd5\xe6\x31\x3f\xb9\x3c\xaf\xdc\xcb\x4a\xb1\xb3\x2d\x77\x65\xef\xb2\x4e\x2f\x7d\xcf\xb2\x02\x00\xe9\x43\x86\xa1\x60\xe2\xe4\x2e\xe1\xfa\x0c\xe2\xd0\xbf\x82\x94\x04\x42\x9f\x84\x6f\x8e\xb4\xef\x72\xe0\x7d\x09\x23\xb6\x1a\x79\x24\xff\xbd\x8d\xd3\x79\x76\x5b\x12\x6b\xd0\xdc\x0f\x2e\x9f\x2a\xf6\xf3\x5c\xed\xb6\x9a\x97\xf0\x2c\xd6\xf5\xfa\x11\xce\x0c\x00\x90\xdc\x67\xf6\x14\x44\x8f\x04\x2b\x82\x8e\x5d\x1e\xbc\x56\xf4\x39\xfe\x46\x6f\x86\xac\xed\x30\xbb\xe3\x6b\x21\x33\xf4\xbf\x16\x9c\x94\xe3\x77\xab\xfe\x8e\xa4\x7e\x8b\x6d\x75\x80\x64\x85\xcb\xb8\x65\x8e\x64\x9d\x1d\x5c\x66\x10\xfd\x9a\xe1\xaa\x5b\xc7\x2b\x05\x00\xb1\x90\xbd\x32\x9f\x78\xc2\xa9\xd4\xf6\x98\xf5\xc0\x45\xdd\xba\x78\x87\x1e\xac\x26\xfa\xd0\x78\xc7\x94\x12\x63\xe8\xde\x66\x86\xca\xc9\x2f\xbc\xee\x55\xf1\x1d\x4f\x4b\xd5\x41\xc5\x2f\x97\x96\x72\x6b\xf9\x3b\x3b\x8d\x11\x2c\x2c\x9c\xc1\xd4\x3c\x10\x74\x01\x80\x88\xcd\xb1\xcf\xb7\x3f\x9e\x55\xb5\x24\x5d\x39\xb0\xc2\xd2\x1a\xa7\xeb\xbe\x68\xce\x3a\x14\xd5\x1e\x55\xe6\x1f\x72\xbe\x69\xd4\x90\xe8\xfb\xa2\xce\x4b\x7f\xc7\x33\xb6\xb2\x4c\xfb\xdc\x85\x6f\xde\x5b\xd2\x6a\xd7\x6e\xe0\xca\x25\x33\xce\xa8\xaf\x88\xfe\xdf\x45\x1f\xe7\x66\xde\xf1\xe3\x6b\xea\x81\xf4\xfd\xfd\xe3\x35\x99\x71\x89\xdd\xe4\xca\xb7\x87\x16\xb7\xfd\xb6\x98\x43\x14\x4d\x39\xe6\x5a\xdf\xfe\xda\x9b\x65\x72\x4f\xbf\xca\xa0\xd2\x66\x17\x96\xe9\x89\xc6\x62\x77\xde\x30\x45\x71\x75\xc6\x47\x75\x88\x78\x2d\x00\x08\x0f\x71\x97\xe4\xe5\x0f\x3f\x68\x8e\x49\x9f\xd1\xcf\x69\xd0\xc7\xb9\x76\x3b\xd6\x59\x1f\x7c\xdd\xa6\xae\xee\x08\x29\x68\xfc\x5d\x19\xee\x5b\x51\x9b\x5d\x8e\xf1\xdc\x5e\x71\xd5\x78\xdf\xc5\x68\x3a\xac\xf3\xb0\x9b\x28\x4d\x2e\xbe\x65\xb3\xb5\x44\x2f\xee\x01\x00\xc1\x25\xae\xef\xe3\x2b\x78\x0c\x72\xed\xb5\x44\x82\x0b\x2a\xe1\x64\x10\xe1\x26\x9a\xdf\xbe\x92\x88\xc3\x74\x98\xbf\x80\x4b\xb1\xbf\x65\x5d\xe0\x59\x7c\x3e\x79\x9c\x24\x26\xbc\xc9\xfc\x0e\x65\x83\x50\x78\x0d\x7c\x80\xf4\x66\xd3\x27\xf2\x22\x78\x95\xcd\x73\x4a\x28\x4c\x79\xf4\x0c\xa7\xc4\xe6\x5e\x95\xe1\xa3\x70\x61\x23\x62\xc2\x5c\xbc\x53\x5b\x3e\x61\x04\xff\xcb\xbc\x87\x48\x27\xbc\x92\x2d\x06\x83\x89\x7f\xc8\xc1\xa4\xe5\xa4\x15\x99\x28\xc8\x06\x0a\x0d\xf7\x80\x01\x38\x6e\x93\x08\xbe\x49\xf6\xb2\xa9\xa2\xac\x24\x87\x3e\x7c\x83\x1d\x21\x5e\xbe\xd2\x85\x13\x82\x09\x27\xc6\xf0\x07\xc1\xe7\xad\x55\x84\xa5\xa4\x63\x26\x01\xe1\x25\xe9\x77\x61\x01\x71\x00\xea\x84\x5b\xc0\x0a\x98\x9c\xf1\x9a\x54\x41\x0e\x38\x50\x0d\xd5\x91\xff\xb7\x69\x1b\xcc\xa7\x60\x6d\x88\xe4\x67\x14\xef\x07\x5e\x98\xf5\x8c\xb9\x97\x9e\x60\x1d\xe9\x37\x87\x5f\xe2\x16\xd1\x4b\x9a\x7f\xe2\x5e\xd3\xf3\xcb\x66\xe2\xc7\xe8\x47\xa4\x4b\x09\xbd\xf4\x64\x48\x4e\xec\xa1\x23\x8e\xfd\x0b\x5e\xa7\xe7\xef\x1f\x24\x7d\xa4\x1f\xd9\x58\x0d\x5d\xa6\x6f\xb3\x09\x22\x87\xd2\x02\xef\xed\x45\x5d\x17\x8a\x2e\xce\x41\xdf\x14\xe8\x87\x1c\x30\xd7\xf8\x75\x4d\xfb\xb0\x03\xbc\x8b\x06\x0a\xae\x83\x37\x55\xdc\x8a\xef\xe6\x1e\x22\xc5\x12\x2e\x73\x4a\xd3\xaf\x13\xff\xb2\x1f\xec\x9f\x47\x72\x62\x2f\xdf\xe8\x09\x59\xb1\xf6\xdb\xc4\xc0\x5c\x46\xda\x1d\x27\xe4\xa5\xe2\x86\xb1\x7f\x50\x03\xf2\x89\x81\x83\xe8\xbe\xa2\x88\x06\x25\xa6\xbb\xb0\x5b\xff\x1c\x3b\x24\x75\x13\x05\xe0\x6e\x88\x5b\x41\x7b\xfc\x6f\x91\x47\xda\x10\x71\x87\xa0\x62\xdf\x41\x30\x9d\xbf\xc6\xe3\x1c\x29\x98\x5b\x6f\x83\x80\x4e\xb3\x30\x37\xa9\x08\x95\x45\x74\x16\x87\xac\x34\xbd\xec\xed\x41\xd5\x19\x03\xea\x1c\xd0\x35\x7a\xb6\x56\x83\xe9\xd2\x8c\x08\x36\x60\xc7\x4b\xa6\x13\xc2\xf1\x36\xc5\x5b\x52\x13\x08\x07\x8a\x62\xf6\x6e\x24\x52\xa5\x62\x0f\x57\xf0\xa0\xd8\xdd\x46\x4a\xba\xc7\x0d\xbe\xae\x2f\x78\xd1\x71\xfa\xf4\x28\x72\x4a\xab\x6d\x77\x30\x6a\x7e\x63\x58\xf5\x10\xda\xb6\x36\x4e\x9d\x84\x59\x5c\x19\xcf\x73\xc6\xfa\x98\xf7\xe1\x58\x38\x94\x61\x59\xf2\x1b\x7c\xab\xe6\x7e\xd8\x74\xc2\x33\xe5\xe9\x0d\x20\xb1\x56\xde\x63\x53\x44\x0a\xe1\x8f\x5d\x1d\x2c\xe8\x1f\x5d\x76\xb2\x19\x71\xe5\x44\x44\xe7\x24\xe4\xe5\x81\xfc\x4a\x05\xea\x64\x77\xb6\x6a\x1f\xfa\x54\x9b\x3f\x67\x1b\xe6\x49\xc3\x4f\xcc\x39\xdc\xc2\x6a\x41\x92\x1c\xbf\xdb\xfc\x2b\xd4\x9e\x90\x5a\x7a\xc2\xfd\x7f\x44\x27\x75\xa3\x4d\x31\x78\x59\xf8\xf0\xca\x58\xc1\xc0\xa5\x80\x91\x2b\x88\x91\x73\xb6\x1d\x0e\xc8\xbe\x93\x1d\x15\x4d\x28\xcb\xd0\x16\x25\x1a\x6d\xe8\xe1\xb2\xf3\x31\xed\x6d\x9d\x98\xc5\xd8\xc7\x0d\xed\x49\xd3\xf1\xd3\xab\xc4\x21\xa3\x84\xf9\xa6\xcb\xee\x67\x09\x17\xb5\x6f\x6c\x3a\x40\x50\xa4\xbc\xb2\xb8\xa0\x6f\x1c\x3d\xe2\x88\x68\xbe\xfc\xb6\x1d\x83\x54\x9f\xdf\x5c\x31\x1d\x85\x3f\x15\x51\x7c\x05\x9d\x3e\xb4\x81\x75\x1b\x83\xec\xfe\x17\xad\xc6\x2a\x5a\x53\x12\x3b\x70\x15\x75\x15\x21\xd5\x78\x53\x85\x97\xfb\x2d\xc2\x01\x3d\x66\xa6\x0d\xf1\x85\xe8\xe5\x3d\x22\x58\x80\x28\xba\xc8\x06\x4f\x22\x9f\x0c\xdd\x23\x39\xa2\x9d\x9b\x17\x91\xf8\x98\x04\xe3\x5e\xd2\x37\x6c\x83\x84\x0c\x65\xe2\xdd\xa1\xb9\xd0\x0b\x42\xdf\xb1\x7a\x18\x06\x23\xf7\xbf\x24\x2f\x26\xdd\xdf\xd8\x4e\x2e\x87\xb7\xda\xb0\x28\x85\xf0\xad\xbb\x66\xa2\x14\x73\xf2\x42\x3f\xf1\x17\xb6\x6f\x68\x05\x88\xc0\x55\x37\xc5\x83\xff\xe2\xa5\x06\x39\x29\x9f\x20\x14\x5f\x27\xbd\x21\xb6\x90\x40\x88\x06\x3e\x39\x66\x07\xaf\x87\xec\xf6\x87\xc2\xf7\x60\xbf\x8d\x9b\xc8\x18\xb2\xb7\xcd\x5c\x0a\x48\xe6\xdd\x19\x21\x74\x13\x97\x8d\x3d\x22\x6e\x27\xf6\x0c\x1e\x21\x0e\x82\x51\x8d\xc5\xe0\x6e\xf0\x79\xe9\x38\x78\x93\x24\x16\xaf\x23\xe5\x40\x31\xe0\x13\xc8\x16\xde\x98\xae\x86\x46\xc9\x56\xfb\xc6\x61\x1e\xf9\xb2\xc7\x23\xf2\x2a\x0a\x66\xc6\x2b\xca\x4e\x0a\xea\xd6\x0f\xbc\x0b\x7d\xd5\xf9\x45\xf8\x73\x74\xeb\x7e\x1e\x01\x4b\x7b\x56\xff\x99\x38\x87\x36\xaa\xcf\x22\x76\xd2\x86\x85\xf7\xc1\x2c\xda\x03\xe2\x39\x92\x33\x7d\x5a\x9a\x86\xf4\x93\xee\xb8\xcf\x06\xba\x48\xdf\xe2\x91\x0c\xe3\xe8\x9b\x66\x5c\x25\x97\xd3\xb0\xe3\x3f\xb1\xaf\x04\xe8\xb3\xc1\x38\x35\xbf\xaa\xf7\x34\x3e\x8c\x77\xbd\xee\x08\xfe\x0b\xcf\x56\xfb\x96\x50\xcf\x8d\x15\x48\x89\xf9\x9c\x61\x42\x0d\xe8\xcf\x59\x97\x6a\x22\xad\x65\x0b\xf6\x1e\x82\xac\x58\x2f\x37\x4c\x40\xf5\xac\xa0\x19\xff\x83\x5f\x30\x18\x37\x6c\x30\x37\x15\xc9\xa3\x49\x58\x51\xd1\xbd\x1e\x00\xb7\x5f\x76\xb0\xa6\x0a\x0f\x48\x6f\x68\x12\xf0\xc7\x25\xe9\xfc\x75\x04\xb9\x78\x06\x1e\x24\x62\x84\x35\x29\x65\x60\x96\xc0\x37\xac\x92\x14\xca\x7b\xb0\xa1\x92\xf4\x82\x5b\x6c\xb3\x1a\xb6\x67\x09\xae\x1e\x44\x77\x99\xff\x9e\x1c\xc6\xc0\x65\x9c\x4e\x0c\xd6\xab\xf4\x77\x95\x2f\xf6\x9d\x2e\xb5\x64\x25\xae\x4b\x7d\x9a\xbb\x12\xaf\x50\x6d\xc0\xb6\x10\x18\x0a\x4e\x72\x00\x11\x92\x5d\x0f\xd5\x83\xc9\xd2\x6d\x1b\xd6\x80\x6f\xc4\x73\x6c\x92\xa1\xf5\xdc\xfd\x97\x2c\xe8\xf9\x6d\x5f\x4f\xac\x47\xdf\x6c\x4e\x68\x9f\x82\x51\xd6\x77\x5a\x5e\x62\xf7\x57\x7f\x2e\xfe\x88\x9b\x5b\xe1\xc8\x5e\x81\xfb\x68\xf2\x45\xbf\xc5\x3f\x2b\xdd\x99\x78\x87\x70\x5f\xb3\x25\x84\x4b\x1c\x51\xc6\xb9\x2b\xc1\x9d\x72\xba\x0d\x95\xc4\xe1\x1f\xbf\xa0\x44\x8d\x9f\x7c\x3e\x3c\x0d\xad\x19\xde\xdb\x72\x16\xb3\xb7\x4f\x6d\x1e\xc1\xfc\xee\x3c\x2d\x7f\x8d\xed\x6f\xb9\xc2\xf4\xc3\xa9\xea\x07\x50\x01\x78\x4e\x15\x33\x81\x4d\x28\x30\xbb\xef\x29\x21\x06\x96\x7a\xba\xcf\x26\xb6\xa9\x03\x6c\x24\x24\x2b\xe1\xa9\xb1\x6a\xd4\xf9\xb1\xfb\x43\xab\xd0\xcc\xd1\x67\xcd\x8f\x31\x1b\x4e\x0c\x9b\x9e\x60\x6e\x0d\x80\xf2\x45\x58\x79\xf7\x64\x06\x84\xcb\x68\xcd\x42\x2a\xf0\xe1\xf5\xda\xf8\xdf\x04\xf7\xca\x96\x3d\x81\x84\xcf\x26\x4f\xb7\x17\xc4\x44\x2d\xc2\xa6\x1b\xac\x16\x41\xe7\xbf\xa0\xfa\xaf\x3d\x1b\x44\xa1\xb3\x2e\x9a\x9b\x37\x63\xac\xcf\xae\x36\xf9\x60\xaa\x46\x68\x45\x44\xec\x91\x01\x1d\xfd\x25\xce\xa1\x8b\x87\x5c\x8c\xfb\xd3\xb2\x33\xbe\x06\x7f\xa1\x76\x70\xcf\x0a\x02\xdb\xc2\x74\x7b\x4f\x78\xa8\x7b\x33\x73\x3e\xb8\x40\x74\x61\xfc\x29\x2c\x42\x4c\x3a\x5b\x00\x0b\x90\xf9\x7d\x5b\x61\x35\xea\x78\xdd\x38\x7c\x06\x33\x55\x97\x4d\x9e\x86\x4d\x15\x4e\x26\xef\xc0\xfd\x4b\xb4\x26\x33\x08\x94\xb4\x25\xe4\xab\xe0\x8a\xbd\xbd\x14\x0f\x52\xab\x87\x33\x85\x01\x3b\xce\x68\xa1\xfa\xc3\x13\xe3\x6b\xa1\x1a\x8c\xf3\x99\x72\xe8\x1c\xd6\xa3\x17\x09\x7d\xc3\xb9\xd7\x2d\x82\x37\xe1\x1d\xb5\xf5\x30\x8d\xb0\x4e\x70\x14\x3e\x45\x8c\x26\xe4\x93\x1d\x40\x45\x2a\x97\xcc\x26\xdd\xdc\xbb\x81\xfc\x09\x9e\xb5\xc1\x48\x39\x44\x76\x98\xe1\x47\x5d\x43\x36\xdd\x48\x23\x5d\x26\xe4\x8d\xde\x87\xe6\x13\xed\x7a\xcc\x50\x3c\x71\xb8\x36\x1c\x2a\x01\x8f\x69\x3e\x41\xff\x23\x2d\xe6\xb7\xc0\x21\xa4\xf7\xf8\xdb\x70\x0b\x34\x9e\x3a\x9d\xec\x02\x0f\x84\xf5\x92\x6b\xc8\x9a\x0d\x87\x28\xb6\x94\xc8\x19\x8b\x28\xdf\x29\x94\x6b\x6c\x30\x8c\xe6\x7d\x7a\x3a\x58\x49\xdb\xda\xf5\x82\x34\x99\xe6\x56\xdd\x4d\xca\xa4\x2d\x55\x4b\x48\xe3\xb4\x35\xbc\x02\x28\x94\x16\x8d\x3b\x05\x9d\xa3\x15\xa6\x2c\x84\x13\x69\x27\x43\x3f\xc3\xdf\x68\x9f\xdc\xaf\x93\x33\xe8\x33\x67\x58\x51\x32\x69\x05\x57\x30\x44\x67\x7e\xdc\xc9\x9d\x44\x36\xaf\xb5\xd3\x83\xf8\x81\xfb\xa3\xca\x15\x8c\xe1\xee\x2d\x71\x04\x6f\x70\xea\xb8\x2e\xa4\x38\x8e\x0b\xb6\x85\xf4\x8e\x5d\x95\xec\x0e\x15\xb1\x9d\x43\x0f\xc1\x1b\x59\x26\x77\x01\xac\x67\x39\xcc\x08\x24\x9b\x18\xf0\xa5\x6e\x82\xb5\x7c\xee\x09\x34\x81\x2b\xeb\x69\x47\x13\x67\x15\xee\xaf\xe0\x11\xb1\x92\xf7\xca\x32\xe2\x17\xb1\x8e\x7d\x09\xe4\x89\x62\x31\x02\xd2\x3a\xe1\xc2\xa4\xad\xa4\x71\xfe\xf9\x90\x16\x08\xc3\x13\xbb\xfb\x41\xe3\x5c\xd4\x0c\x36\x7c\x8b\x05\x8d\xfd\x87\xfb\x6b\x42\x0f\x5d\xc1\x53\x8c\xcb\x5b\xde\xe0\x3f\xea\x5b\xca\x9d\x09\xa9\x5a\x5f\x45\x2e\xe1\x4d\xc9\x09\xe6\x45\xa2\x50\x79\x00\x35\x06\x7a\xcb\xcf\x26\xdc\x03\x5f\xc9\x82\xf6\x74\x91\x04\x92\x71\xb7\x73\xa4\x5b\xa2\x97\x33\x2e\x43\xf7\xb8\xee\xe7\xb0\xb8\xec\x56\xc7\x81\x43\xb8\xdb\x8d\xe6\x26\x16\x7e\x5f\xdd\xf2\xb2\x6b\xf8\x81\x2a\x6e\xd1\x2e\xc2\x9e\xf2\xbb\xf4\x6b\x84\x97\x65\xce\x48\x5b\xa2\x56\x1f\x19\x0f\x82\xfb\xd4\x8c\xdd\x75\xe0\x7f\xc5\x4f\xdc\xc2\x48\xab\xe5\xbe\x36\x53\x21\x57\xbe\xe2\x8c\x17\xce\xe1\x44\x75\x9f\x03\x4e\x36\xe8\xd7\xb0\x0f\xf7\xb5\xa7\xcb\xd0\x83\xcf\xee\x70\x28\x0c\xc6\xbf\x6d\x8e\xa5\x4e\x10\x84\x75\xc4\x82\x02\xe2\xb6\x4a\x74\xdc\x5a\xe2\x3d\x53\x5c\x70\x3f\x98\xaf\x2f\x77\xed\x07\x75\x25\x27\x6d\x16\x91\xaa\x85\xdc\xd1\x7d\xb8\xe9\xe7\x10\xbd\xde\x38\xcc\xa9\x96\xfa\x63\xb8\x9b\xc3\xc3\xa5\x77\xf1\x01\x7d\x5d\x52\x2c\xfe\x44\x27\x8e\xba\x93\x70\xb4\x65\x76\xfe\x08\xe1\x4f\x1d\x39\xd6\x4c\xd4\x55\x5c\x0d\xce\x04\x57\x94\x99\x5c\x55\x60\xb0\xe6\xa1\x8d\x3f\x29\x4c\xb4\xf5\xb4\x16\xfb\xfa\xca\xbe\x1e\x36\x2e\x62\xec\x40\x5d\x1b\xae\x7e\xf4\x9f\xd2\x8d\x78\xdb\xe3\xd5\x92\x5b\x78\x56\xdf\x5f\x4a\x13\xc1\xb6\x73\x55\x7e\x18\xa1\xbe\x79\x51\x6c\x38\xd1\xa7\xe6\x6e\xb0\x2f\xb1\xa5\xfc\x9a\xab\x81\x78\x52\x17\x69\x53\x02\xb6\x89\x04\xe7\x47\x18\xcf\x0a\x96\x0f\x2d\x63\x1c\x43\x54\xb6\xf4\xd3\xbf\xa0\x16\x99\xbf\xd3\x7b\xd0\x19\x8a\x1d\x74\x3e\x66\x8c\x69\xa0\x1f\xc6\x45\xa3\x68\xf4\x75\xf8\x4f\x09\x28\xda\x04\xb1\x6c\xf7\x7b\xda\x0b\xd2\x4e\xd7\x5c\xda\x33\xe8\xa4\x55\x1a\x7d\x0f\xfc\xfe\xbc\x0d\x63\x39\x7a\xc9\x60\x22\xbd\x09\xb3\xab\xf9\x07\x3d\x1c\x1b\x63\xde\x49\x5f\x8d\x8b\x94\x0b\xe8\xd3\xf1\xb9\x8c\xdf\xb4\xa7\x84\x72\xe4\x47\xda\x59\xe2\xbb\xf8\xff\x68\x9d\xa4\x90\xdd\x4c\x5a\x33\x24\x5e\xff\x81\x76\x1c\xee\xb1\xb2\xa3\x7b\x90\x0b\xcf\xed\xa1\x27\xe0\x7d\x06\x24\xb4\x3f\x84\xc9\xcd\xeb\x68\x8d\x84\x11\x13\x8e\x56\x4c\xcc\x2a\xba\x41\xa3\x83\xee\x8c\x38\x5a\x0e\x69\x09\x32\x9d\x96\x0c\xcd\x8f\x27\xd2\xe2\x61\xbb\xdd\xb6\xb4\x02\xb2\xf5\x7a\x23\x8d\x4b\x7e\x3c\xfd\x0d\xdd\x9a\x72\xf0\x4c\x21\xf5\x1d\xa5\xaa\xef\x01\xb5\x85\xd2\xd2\x48\xa3\xd2\x29\xad\xc6\x4f\x54\x02\xe5\x82\x8c\x48\x25\x52\x26\xe8\x8e\x54\x02\x35\x0c\x11\x4d\x65\x52\xcb\xe2\x2a\xa9\x5a\xda\xa4\xe0\x2c\xea\x69\x5a\xd4\x7a\x5f\xea\x53\x9a\xd1\x6a\x12\x0d\xa6\x6d\x39\x7d\x81\x52\xca\x4d\xee\xdd\x46\xe1\x71\xee\xd4\xbf\xa6\x10\x38\xe1\x06\x88\x42\x66\x9f\x2a\x5c\x41\x91\xb0\xf7\x53\x5f\x53\xca\x58\x6f\x0b\xf6\x52\x06\x58\xca\xd8\xb3\x94\x3b\xac\x3d\x41\x97\xa8\x36\xcc\xcf\xeb\xad\xa8\xf6\xcc\x26\xab\x20\xea\x20\x63\xed\xc9\x3a\xf2\xb9\xc2\x86\xee\x04\x72\x95\xb4\xb8\xee\x00\x59\x21\xc9\xd5\x7f\x27\x5b\xc4\x9e\x92\x41\xf2\xb0\xc8\x8a\x52\x4f\x7e\x28\xf8\x94\xbf\x95\x62\xc3\x7f\x18\xf3\x9a\xe2\xc2\xbb\x18\x14\x4c\x09\xe7\x8e\xad\x1b\xa7\x44\x71\xad\xad\x34\x94\x4f\xac\x25\x27\x32\xe0\x76\x43\x7e\xc7\x77\x58\xa5\x4f\xaa\xbe\x02\xf3\xb5\xbe\xda\x32\x58\x5f\xf2\x4b\xa4\x82\xfb\x95\xbd\x70\x0f\xfc\x5c\xc1\xc9\xe5\x91\x97\x16\x85\x1c\x35\x91\xfd\x0b\x97\x06\xe6\x91\x93\x24\x53\xd7\x49\xc9\x7b\x44\x2c\x6b\x57\xf2\x2d\x4e\xd3\xd0\x5d\x78\x5e\xa3\xbe\x0d\x09\x4d\xd4\x1d\xae\xcc\x81\x5e\x57\xdb\xa8\xa3\xa1\x5f\x96\x76\x01\x1e\x5e\x6c\x3a\x44\x3a\x03\x07\x95\xbe\xcd\xbe\x0e\x43\x5a\x30\x7a\x2b\x5c\x59\x32\x37\x20\x05\x3e\xa9\x78\xb5\xf6\x1b\xac\x29\x52\x59\x87\x90\xdd\x79\x6f\x07\xce\x41\xbd\x83\xe8\x96\x0c\xa8\xb1\x37\xc5\x12\x0d\x69\x3b\x37\xaa\xa2\x21\x4b\xcb\x5d\x5e\x11\xd4\xdd\x90\x0b\xda\x40\xf7\xab\xff\xcb\x0a\x85\xff\xb1\x44\x46\x7d\x83\x3d\x8d\xdd\xbb\xf2\xe0\x7d\x3a\xe5\xda\x34\xf8\x1f\x95\xc5\xfa\x08\x5c\x26\x18\xee\xbf\x04\x9d\x3d\xf5\xaa\x99\x0a\x99\x8e\x17\x96\x93\x20\xf2\x80\x95\x92\x0e\x91\xbb\x83\xb9\xa3\x90\xa0\x2d\x81\x78\x08\xaa\x6a\x4c\xce\xac\x80\xae\xd6\xec\x8e\xc2\x42\xef\x2d\xce\xbb\x6c\x61\xc0\x48\x5d\xbb\x05\xea\x56\x97\x58\xe3\xe0\x00\xe1\xb1\x7e\x6b\x68\x7c\x8c\xdd\x74\x1e\x2a\x1c\xfd\x6d\xbe\x04\x1d\x1e\xd9\x58\x7c\x1f\x0a\x1d\x5c\xc8\xf5\x80\xc2\xba\xcf\x12\x46\xa1\x84\xb6\x94\xcc\x4d\x10\xb9\x61\x3c\x6a\x11\x24\xaf\xf6\xf0\xbf\x0b\x15\x9b\xf1\x6b\x37\x43\xde\x9a\xcf\xd6\x83\x50\x8b\xb0\x6b\xd8\x91\xdf\x99\x2f\x6c\x5f\xc4\xbb\x52\xf0\xbd\x2a\x90\xfb\x07\x19\xab\x09\xe4\x86\xa2\x3a\x84\xd1\x1c\x3d\x66\x03\xa4\x66\xbf\xc6\x0e\xe7\x20\xd9\x81\xf8\x9c\x68\x17\x56\x05\xd1\x6e\x57\x0d\x6b\x15\xd8\xb6\xe6\x3b\xf3\x1d\xe4\x37\xf5\x38\xd3\x04\x5f\x18\x42\xf3\x7e\xa3\x42\xdb\x92\x78\x6e\xe8\xcc\x4a\x19\x37\x07\x43\x51\xeb\x38\xc7\xb1\x22\x41\x1f\x67\x15\xae\x03\x9a\xc5\xa6\xe3\xbf\x65\x7f\x60\xbd\x24\x1e\x3c\x32\xc8\x4a\x03\x9b\x76\x05\x30\x3f\x93\xbe\xaf\x31\x30\x2f\xc1\x1e\x53\x95\xcc\x42\x72\xcc\x60\x27\x6f\x1f\xce\xb5\x55\xc7\x15\xe1\x26\x2a\xae\x71\x6e\xe1\xcf\x97\xbc\xe0\x6c\x27\xb0\x05\x8b\xd8\x55\xc4\x64\x12\xc8\x9e\x07\xc6\x64\xa3\x58\x3c\x52\xfa\x91\x38\xd6\x3f\x10\xd6\xff\x3f\x66\x2b\x8c\x58\x93\xc3\x94\x93\x63\xa6\xca\x99\x29\x94\x45\x03\xab\xb9\x53\xc9\x0b\x5b\x66\x70\x62\xc9\x7e\x96\x00\xf6\x30\x39\x53\x45\x64\x6f\x23\x1b\x78\xa3\xac\x2e\xf2\x6b\x70\x3f\xcb\x8b\x12\x95\x55\xc0\xec\xa7\x9c\x8b\xd2\x32\xe3\xa8\xbe\xfe\x87\x99\x8b\xa9\x35\x6b\x96\x32\xbe\xd0\x16\x4e\x6d\x67\xdc\xa1\xde\xe9\xc3\xb1\x9b\xd8\x70\x53\x36\xdb\x93\xbd\xd8\x3c\xca\x6a\x65\xb5\x28\xed\x58\xdb\x59\x11\x5c\x11\xf3\x0c\xf3\x27\x71\x03\x33\x96\x79\x2a\x93\xc8\x78\xcf\x54\x46\x5e\x62\x98\x98\xd9\x7e\x27\x19\xe9\x4c\xef\xd5\x6f\x18\x9b\x99\xeb\xa6\xfe\x60\x38\xd3\x3b\x7a\xf8\xac\xeb\x12\x4a\xc3\x09\xd6\x11\x31\xcd\xb4\x8d\xf9\x50\x44\x51\x58\x98\x05\x42\x0c\xc7\x9b\x69\x25\xc0\xe3\x7f\x33\xca\xf9\xc5\x19\x08\x46\x28\xaf\xf3\xf0\x0f\xfa\x57\xee\x35\x3f\x7f\x7a\x2d\x77\xd2\xea\x6e\x7a\x16\x87\x3a\x2d\x84\x1e\xc3\xa4\x76\xed\x63\x76\xe9\xc4\x75\xa9\xcc\x28\x4d\x93\xe1\x2a\xe3\x79\xc9\xe9\xa2\x4c\x06\x51\x79\x9c\xe5\xc6\x98\xaf\x18\xc0\x39\xd3\xbb\x8b\xce\xa7\x8f\xd3\x33\x0a\x6f\x1c\x1a\xa0\x2f\x90\x3c\xf6\xcd\xa5\x9d\x10\x2f\x5a\x9d\x41\x4b\x13\x4d\x9b\xd6\x46\x3b\xca\xfe\xaf\xfd\x32\xd3\xae\xf6\x62\xf5\x47\x46\x6f\xd5\xff\xf4\x64\x46\xa4\xe5\x77\xe1\x66\xfa\x63\xd3\x07\x86\x13\x1d\x34\xdc\xc3\x84\xd1\x57\xe8\x2e\xa6\x6d\xa5\x5d\x50\x77\x1c\x44\xd2\x20\x65\xd5\x4e\x02\xcd\x51\xfe\xda\xf9\x13\xd5\x2c\x6b\x9d\x3e\x8d\x2a\xe6\x2d\x6c\x35\x30\xde\xf5\x4e\xaf\xbc\xc7\xe0\x74\x1e\xd0\xe2\x19\xb3\x5b\xa9\x92\x5d\xf4\xe2\x46\x2e\xed\x20\x7d\x55\x2d\x1e\xa5\xa7\x1d\xaf\x4c\x48\x19\xa0\x65\x99\xbd\x22\x36\xd2\xfe\x31\x2c\xdc\x41\xa1\x36\x6a\x55\xce\x31\xd4\x25\xca\xc0\xe9\x73\x29\x3f\xf9\x67\x5b\xaa\x18\xff\x1d\xdf\x52\xf1\x8e\x01\x0e\x6c\xd2\x94\xd0\x3f\xf5\xcc\x12\x17\xd0\x31\xed\x4d\x54\x11\xed\x47\xf3\x66\xe4\x4b\x5a\x61\x9d\x39\x65\x25\xcd\xa3\x6a\x5a\x78\x23\xf5\xb2\x99\xb0\x63\x31\x35\xd3\xb0\xd5\x79\x15\x65\xa8\xc4\x6a\xfa\x6a\x8a\x4e\x90\xd1\xfc\x90\xf1\x78\x54\x51\xb1\x85\x91\x34\x92\xae\xfe\x8f\x7e\x69\xf0\xbb\xe8\x0c\x3d\xb0\x77\x1f\xe5\x13\x6d\xa0\x03\x8f\x4c\xa5\x85\x35\x33\x93\x9b\xa8\x0f\xea\xe8\xe1\x07\xa9\xb8\x4a\xde\xf6\x3b\x94\xdf\x65\xef\x9d\x97\x50\x7c\xd5\xfb\xa7\x27\x53\xfe\x11\x74\xb6\x99\x64\x79\x79\x2f\xaa\x57\x48\xff\x14\xa4\xea\xad\x24\x16\xc4\x45\xe9\x0d\x71\x1e\x6a\x2b\xfd\x94\x68\x3b\xba\x0f\xfd\x5d\xf0\x07\x1b\x99\x7a\x99\x3f\x86\x9f\x1c\x91\xcd\x6b\x27\xb4\x6c\xff\x8f\x7b\x0a\x0c\x5e\xb5\x88\x5b\x40\x3a\x39\xd9\x89\xfd\x11\xbe\xd8\x3a\x56\xd8\x83\xa4\x56\xe5\x49\xb3\x50\x75\xba\x6c\x89\x23\xfa\x8a\x34\x40\xf4\x1e\xf3\x86\xbe\x53\x78\x16\xb7\x06\x0d\x0b\x0c\x78\x64\x6a\x32\x1f\x22\x5c\x8e\x98\xc3\x23\x80\x9b\xb6\xab\xb8\x6a\x12\xec\x78\x9b\x1b\x0e\x55\x4f\xfe\x87\x7d\x93\xec\xd9\xf2\xba\xd0\x16\xbb\xa3\xb2\x5e\x72\x03\x67\xaf\x1d\x12\x9b\x71\x7f\x24\x46\x11\x09\x7f\x92\x56\x25\x8c\x21\xd4\xa3\xbe\x08\xbc\x89\x6d\x29\xaf\xf9\x2b\xc1\x0b\xe1\xdd\xbc\xf5\xa4\x27\xdb\xf7\x73\x13\xa0\x67\x8e\x1d\xdc\xf9\xf0\xc5\xc9\xf6\xec\x5a\xf2\x83\x66\x86\xe4\x14\xc4\xab\xf0\x11\xd7\x43\xaf\x34\x11\x22\x0d\xec\x2b\x8e\x10\xf2\x60\x29\x95\x24\x80\xe1\x2f\xc8\x67\xfc\x3c\x32\x98\x02\xf0\x52\x29\xb3\xc2\x67\x72\xe9\x14\xb1\xcf\x49\xce\x49\xea\x4c\x47\x12\x07\x45\x65\x4f\x0e\x67\x3b\x52\xe9\x8d\xdf\xc4\xa7\x99\x65\xe5\x67\x44\xf5\x4c\x42\xc9\x2b\xa1\x9e\xe9\x2d\x9a\x26\x28\x61\x7c\xa1\x1c\xe2\x6b\x19\x27\x11\x77\x78\x5a\x46\x5b\xb2\x1d\xd7\xcc\x68\x38\x90\xc0\x39\xcf\x28\xf5\x89\xe1\xfc\xc3\x28\x72\xcc\x64\x57\x31\xca\x27\x37\xb3\x72\xe8\x01\x0d\xf6\xa2\x07\xa2\xad\x66\x17\xe1\x39\x21\x4e\x45\x12\x0c\x0b\x4c\x82\x66\xfe\x08\x7f\x84\xbc\x9c\x77\x91\xf7\xa1\x60\x84\x7b\x97\x17\x90\xb4\x96\xf3\x96\xab\xdd\xdf\xc4\x59\xcc\x79\xed\xfd\x99\x1d\xc5\x39\xe2\x88\x64\x8d\x72\x66\x4e\xd9\xce\x2c\x66\xfc\xad\xfd\x9f\x70\x42\x4d\x37\xbe\x12\x3c\x54\x7d\x2c\xde\xc2\x1f\x57\x1e\xe1\xa9\x78\x77\x15\x22\xc8\x93\xfb\xa2\xe8\x74\xfe\x4c\xce\x4f\xd9\xe2\x84\x06\xce\x7c\x69\xde\x3e\x06\xdb\x4f\x3c\xe0\xbd\x92\x85\x15\xed\x76\x9c\xcf\x3c\x25\xe4\x4f\xe1\x33\xb4\xec\x80\x6a\xad\xd0\xb5\xca\xa1\x54\x2b\xf0\xb5\xf0\x8a\x26\xf8\xfb\x4d\xaf\x39\x4c\xde\x7e\xa3\x1b\x78\x80\x7b\x58\x9f\x9d\x1b\xce\xc9\xd2\xb4\xc4\xaf\x65\x33\x55\x5f\xf7\x06\xb0\xaa\x8a\x83\xb7\x6d\x66\x5e\x2b\xfa\xbb\x52\xc2\xb4\x29\x94\x4f\xe9\xa6\x3f\xe2\x6e\xaf\x94\x0a\x5d\x3a\x0a\x74\x66\xc1\x3f\xad\xab\x65\x36\xfc\xd9\x8d\x03\xac\x2a\xde\xb4\x3a\x67\x42\x31\x77\x72\x15\x29\x7b\x90\x63\x5b\x7e\x2e\xf6\x1c\x7b\x65\x99\x5d\xd8\x6c\xd6\x2e\x3d\x75\xeb\x26\x66\x86\x86\xb9\xe2\x15\x83\xa6\x30\x4e\x39\x41\x0f\xe6\x5d\xaa\x10\x0a\x17\xf6\x27\x68\x7b\x05\x93\xba\x87\x0b\x37\xf3\xbe\xb6\xff\x66\xde\xe5\xfe\xdb\x62\x85\xbf\xc9\xb9\x5b\xff\x2b\x7b\x1e\xfb\x51\xf5\xa3\x58\x2f\xd6\x2b\xcb\x99\x50\x29\x6b\x4a\xd9\xb8\xd7\x28\x73\xa5\x7e\x68\x45\x33\x63\x8d\x72\xeb\x94\xbb\xb4\x27\xfc\x2c\x4b\xa3\xe0\xef\x09\x81\xe6\x37\xff\xe5\x60\x9b\x94\xcd\xbb\xde\x5b\xc9\xf4\xe1\x76\x77\xe6\xe2\x83\x39\xe5\xad\x73\xb2\x8a\xd8\xfa\x86\xd2\x98\xb3\x2c\x6d\x8d\x7b\xe8\x26\x66\xad\xe5\xae\x17\x8b\xd1\x63\xdc\xbc\xc2\x48\x37\xaa\x52\xa6\xce\xa6\x1d\xe5\x77\x1a\x89\xfa\xcb\x79\x9d\x4a\x17\x6d\x75\xc1\x4a\xe1\x5a\x75\x31\x82\x48\xdd\xac\x12\x20\xef\xa2\xc1\x62\x26\x3a\xe5\xd8\x12\x39\x06\xf3\xe3\x08\x2c\xcb\xc2\x35\x04\x9f\x94\x82\x84\xd4\x4d\xa7\xc5\xb7\x89\x3f\x96\x1e\x11\x67\x93\xa2\x00\x80\xf7\x9b\xbc\xd8\xf0\x5a\xbf\x05\xf1\xab\xd8\xa8\x5d\x8e\x5a\x2e\xa8\x57\xcf\x47\x6f\xa6\x0c\xaa\x16\x60\x22\xd1\xb3\x8b\xed\xb0\xc5\xe9\x9d\xf2\x85\xb8\x57\x47\x56\xcb\x16\x13\x8e\x06\x33\xa5\xde\xc4\x91\x4d\x4a\x71\x35\x69\xde\xd2\x00\xb1\x1f\xe4\x02\x00\xbc\x27\xe4\x1c\x43\xa4\xce\x80\xc9\x2e\xb6\xd5\xc8\xb1\x81\x82\xd5\x25\x0a\xdc\x62\x8a\x9f\xb2\x0c\xf7\x09\xa5\x56\x34\xe0\xff\x97\xbe\xbf\xa8\x95\x68\x15\x75\xb6\x70\x00\xf4\x0a\xde\x25\x79\x4b\x8a\xd9\x94\x21\xce\x81\x32\x96\xba\x8a\x01\x78\x17\x00\xf0\x5a\xc8\x5f\xf4\x63\xda\x62\xd2\x74\xf9\xa0\x5a\x4e\x12\xf1\x3e\xa9\xaa\x48\x5f\xc9\xeb\x8b\x07\xa0\x34\xa4\x59\x7e\x03\x7a\x9e\x86\x96\xbd\x80\xb9\x51\xb3\xa5\x7f\xc8\xdb\x83\x86\x24\x3b\xc9\xe3\x9b\x96\x88\x4e\x52\x10\x4b\xbd\x45\xfe\x94\x3f\x00\xc0\x9b\x4f\xcd\xd7\x95\x6b\x78\xf4\x98\x22\x7e\x89\x91\x9e\xcc\x1d\x56\xf6\xd0\x63\xe1\xb9\x8a\xbb\xf4\x40\x44\x55\xd1\x5f\xfa\xae\x54\x99\xcc\x9e\x9e\x18\xb9\x4f\xea\x4f\x17\x05\xb9\x89\x85\xf4\xfa\x8d\x83\xa2\x85\xf4\x6b\x4b\xdd\x84\x04\xc6\x6a\x00\xe0\xe6\xd2\x7e\x6a\x97\xa8\x07\xf8\xf6\x32\x4f\xd5\x19\x5e\x3d\x87\x5e\xfc\x82\xe7\x40\xfa\x4f\x31\x87\x4b\x2d\x30\x14\xf9\x70\xfe\x97\x52\x56\x98\xc2\x61\x1c\xa6\x48\x84\x9c\x15\x81\xc5\xa2\x9b\xec\x81\x8d\x39\xc2\x58\x36\x69\xe9\x16\x41\x21\x5b\x05\x6c\xe7\xe8\x18\xb0\x3a\xa4\xa4\xb5\x38\x5d\x1a\xae\xbc\xa9\x58\xcf\x2a\x57\xfc\x29\xba\x0d\x7a\xc8\x5d\x64\xd9\xf9\xb6\xb2\x83\x85\x40\xb2\x8f\x94\x22\x69\x3b\xb4\x57\xdc\x20\x46\x05\x94\x0b\xbf\x8b\xb6\x78\x9c\x11\x20\x85\xc1\x4b\xa7\xf0\xd1\x02\x34\x20\x67\x2b\x59\x52\x55\x68\xc9\x1e\xd3\x88\x38\x5e\x19\x61\x54\x33\x46\x14\x88\xd2\x54\x42\x41\x91\x5c\xb7\x28\x17\x53\xd8\xa1\xbe\x90\x38\x22\x79\xa6\x2a\x39\x38\x4d\xbc\xa8\x18\xb1\x4b\x23\x4c\x94\xa7\x78\x58\xf1\xcf\xca\xfe\xb5\xd3\xf3\x6a\x25\xc5\xc0\x69\xd6\x79\xce\xc1\x62\xb6\xea\x65\x93\xa3\x50\xa6\x9c\x51\xef\x49\x07\x14\xab\x6b\x36\xe2\x4e\x14\x05\x54\x3a\x65\xbf\x2c\x4c\x2c\x9f\x97\x90\x20\xe1\x97\xcd\x08\x3f\x2f\xea\x28\x5d\xe4\xcf\x15\x7c\xd4\xc6\x6f\x70\xe0\x1f\x2c\x91\xd8\x59\xf1\x16\xcb\x1e\x02\x8f\x58\x2e\xdc\x2e\x45\x97\xea\x6c\x47\x9e\xe0\x64\xf1\x8b\xd6\xdd\xb4\x6d\x8a\x19\x8d\xbf\x70\xd3\x8b\x1c\xea\x8c\xd9\x3b\x0b\x37\x57\xef\x88\x3f\x21\x39\x6a\xb9\x1f\xbe\x47\x44\x33\xe9\xfd\xe7\x09\xda\x0d\x7a\xf7\x3e\xfe\x74\xed\xb6\x25\x97\xb9\xdd\x72\x2f\xe0\x0b\xf3\x34\x6f\xa7\x62\x96\xaa\xba\x6f\x9a\xc0\xa1\x78\xb8\xab\x8f\xaa\x90\x3f\x6e\x0f\xc0\x22\x64\x6f\x9a\x1b\xb2\xda\xa4\xdf\x1a\x66\xc6\x87\x49\xe6\xd5\xe4\x1f\x78\x2c\xda\x54\xf1\xd9\xaf\x5f\x10\x67\xb6\x76\x27\xf3\x74\xfa\xc0\x25\x7d\xdc\xb5\x0a\x9f\x49\xab\x99\x41\x3c\x99\x70\xa8\x36\x36\x7f\x01\x23\xb7\x2a\xb7\x20\x9b\xc8\xb7\xb0\x11\xdd\xf9\xd7\x4c\x3a\xd4\xbc\x54\x82\xa1\x05\x2d\x3d\x22\xd1\x0d\x63\x1d\x43\xf9\xea\xeb\xb8\x2b\x3e\x0c\xd5\x1c\x02\x7b\xad\x95\xe2\x36\xb8\x68\xee\x98\xc2\x42\x0a\x05\x00\xe1\x69\xf2\x35\x61\x54\xcd\x28\xe2\x2b\x63\x4e\xe5\x43\xd4\x3c\xe2\xb6\xf2\xbf\xe8\xf5\xf9\x1c\xd3\x1a\x4c\x58\xaa\xbb\x61\x1f\x56\x74\xe4\x80\x2e\x15\xf7\x2c\x34\x42\x4d\x27\x44\xfb\x24\x28\xcf\x13\x47\x5c\x3e\x28\x8c\xa4\xb9\x73\x1f\x2b\xd2\xa0\xe9\x00\x20\x34\x53\xa6\x08\x1e\xd5\x6c\xc7\x00\xf4\x9a\xca\x68\xcc\x0b\xc2\x9d\x72\x08\x7b\x26\xdf\xb5\xac\x05\xd7\x9c\x72\xbf\xf4\x01\xbe\xeb\xc8\x34\xed\x6f\xc2\xed\xd0\x79\x6a\x47\x70\xae\x8f\xa7\x92\x48\xf2\x75\x79\xa4\x38\x02\x1d\x98\xfb\x59\x31\x0b\xb6\x03\x00\x61\x36\x25\x9f\xff\xb6\xda\x0d\x8c\xa0\xf5\x57\xa4\x83\x97\xf1\x1f\xcd\x66\x52\x40\x5e\xaa\xf1\x1a\x69\x20\xc5\xbd\x74\x0a\x14\x1d\x95\xab\x5d\x07\xdb\x86\xc8\x4a\xa2\xe1\x3b\xde\x77\x8a\xfb\xc9\x62\x97\x41\xb9\x85\xb2\x65\xde\x32\xf9\x36\xca\x3d\x00\x10\x9c\xa2\xd6\xf2\x3e\x54\xed\xa1\x5e\xa1\x9e\xb7\xc0\xd4\xaf\xf8\xc9\xa6\x1e\x9a\x55\x2e\xcf\xf0\x99\x36\x3f\xb9\x40\xef\x4a\xf3\x89\x1c\xd0\xc4\xd3\xe8\x7b\x26\x54\x45\xb4\x3b\xde\x44\xc5\x6f\xba\x8b\x8b\xb6\xe8\x1e\x9d\x3d\xcf\xaf\x68\x17\x7d\x02\x00\xf8\x13\xf4\x45\xdc\xb7\x95\x09\x9c\xaf\x94\x13\xe5\x26\x8e\x12\x37\xbd\xec\x05\xc7\x39\xa7\xcc\xb0\x86\xdd\x9b\x54\xa6\x4b\x67\x67\x46\x4e\x55\xab\xd9\x5e\x7b\x92\x95\x57\xd8\x4b\xbc\x6d\x14\xfe\xac\xbf\x2e\x79\x45\xf3\xd8\x8b\xe6\x1d\x93\xed\x62\xbd\x05\x00\xbe\x1b\x03\xe4\xe0\x2a\xf6\x17\x4d\x27\xc7\x98\xcb\x0a\x7f\x61\xca\x8d\x1f\xa5\x8f\xb2\x8f\x96\x6e\x94\x0c\x27\x42\xda\x7c\x71\xcb\x61\xa0\xa4\x52\x74\x7c\x37\xb7\xf8\x89\xf0\xe5\xb6\x5c\xf9\x7e\xa1\xb3\xcb\x02\xd9\x6c\xc1\xd5\x79\x6c\xe9\x7f\xbc\xe7\x00\xc0\xb3\x65\x1d\x60\x9d\xb2\x54\xe8\x27\xa0\x53\xa6\x1f\xba\x35\x68\x6f\xe3\x3e\x4d\x64\xd6\x14\x3d\xb7\x04\x9f\xb0\x5b\xd3\xa7\xac\x38\xf8\x4a\xf5\x43\xf1\x29\xb8\xa4\xd8\x5b\x9e\xb4\xb5\xae\xc8\x28\xfb\xbd\xa6\xb8\xf0\x90\x6c\xde\xbc\x28\xc9\x2f\x91\x2b\x00\x70\xb7\xb3\x87\x99\x3b\x2d\x31\x35\xd6\xa4\x30\x93\xb9\xb2\x08\x39\x64\x78\x65\x59\x94\x61\xd6\x3b\x98\xe4\xf1\x93\x35\x11\xc6\x65\x11\x27\x55\x62\xfd\x60\x90\x46\x71\x41\x5b\xe4\x75\xa1\x68\xb5\xba\x79\xf5\x6d\xe9\x29\xe5\x8e\x79\x93\x25\x3e\x92\x1b\x00\xc0\xe1\x72\x5e\x33\x44\x16\xfb\xc6\x3b\xa0\xda\x84\xad\x77\x41\x2e\x34\x0c\xd5\x64\x66\x4c\xd3\xbd\xab\x2c\x8f\xc3\x68\xec\xca\x5f\x47\xec\x56\x45\x99\x0e\x05\xb9\x2b\xe4\x86\x6f\x5e\x28\xd9\x63\xfd\x9a\xd5\x6c\x29\xb6\x24\x62\xee\x75\xf1\xa8\xf4\x0d\x00\x70\x1c\xb9\x09\xf4\x8f\xe5\x0f\xda\x6d\xc1\xe9\x26\xdf\x16\x4f\x04\xcf\x20\x6c\x0c\x3a\xc6\xd6\xb5\xd4\x45\xc5\x4d\x52\x5f\xad\xc6\x84\x3f\x55\x59\x55\xb4\x06\x3e\x54\xf8\x9b\xff\xf3\x72\x97\x51\x0d\xb7\x57\x1f\x95\xfc\x52\x7f\x9a\x7b\x5e\xec\x52\x78\x06\x00\xd8\x5a\x6e\x0d\xe1\x5d\xf7\xcc\x82\x20\x84\xb0\x7d\x33\x22\x35\x83\xd3\x8c\x43\xd2\xe3\x3f\xd6\x8f\xa1\x86\x0f\x8d\xd7\x2c\xc7\xac\x0e\xf1\xae\x38\x86\x6d\xd8\xa1\x31\xf5\xe2\x0f\x6d\x58\x67\x88\x27\x4e\x73\x70\xd1\x3d\x07\x55\x36\x64\x4d\x11\x64\x01\x00\xc9\x6e\xca\x29\x42\x57\x17\x16\x79\x0d\x11\xdb\xd6\x80\x1a\xcd\x48\x6f\xfa\x83\xee\x8d\xbf\x50\x9f\x84\x39\x7e\xa8\xb3\xba\x1b\xfb\xbf\x90\xe5\x15\xd3\xf1\x01\x3b\x38\xa6\x34\x42\xe3\x86\x95\x86\x59\xe0\x2a\x07\x77\x9d\x8e\x84\xb7\x31\x6b\x42\x60\x6f\x00\x90\x2c\xa1\x5c\x23\xe0\x3a\x1f\x61\x44\x88\xe5\x6d\xeb\xb1\x71\x19\x1b\x9a\x38\x38\xfb\x78\x63\xdd\x3b\xdc\xfb\x43\xe2\xea\x03\xf8\xd7\x7b\x7e\x58\xca\x88\x33\x77\xe4\x96\xfd\x05\x83\x37\xcc\x2b\x6d\x21\x51\x1d\xbc\x74\xbb\x20\x83\xcd\xa0\xfa\x05\x79\x35\x00\x88\xaf\x52\x57\xe2\xff\xed\xb8\x04\x1e\x2e\xd0\xb5\x6e\x00\x9b\x8f\x35\x36\x1a\x48\x36\xf1\xee\x75\xb3\x48\xc2\x43\xeb\xab\x30\x90\xfb\x9e\xca\xf2\x73\xd0\x87\x1d\xae\x65\x6e\xf0\x45\xf7\x0f\xfa\x27\x64\x8b\x43\x80\x36\x8f\x42\x9a\x39\xa5\xe4\x2b\x95\x01\x00\x62\x07\xda\x06\xbc\x7f\xfb\xbf\xd4\x88\xfc\xdf\x2d\xbb\xa8\x09\xc7\x96\x37\xd4\x52\x73\xe3\x6a\x6a\x57\x52\x05\x07\x7b\x2b\xa5\xd4\x73\x7b\x82\xcd\xaf\x68\x2e\xdb\xef\x1b\xc3\x69\x06\xf7\x33\x7a\x2b\xba\x93\xc3\x3e\x0d\x95\x7e\x69\xe6\x01\xd5\x23\xc6\x5c\x00\x10\x05\xd3\x41\x9c\xac\x6d\x82\x7d\x2d\x3f\xb2\x39\x8e\x8d\x4b\xa7\xd4\x9f\x66\xcf\x8f\x5b\x5a\x13\xc0\x1a\x3b\xe8\x5b\xd1\xc6\xaa\xdc\x3d\x6e\x9e\xcb\x52\x6f\xe7\x18\x70\xac\x6a\xf7\x12\x9d\x3b\xeb\xa1\xc3\x01\x75\x21\x1b\x31\x53\xab\x1c\x61\x51\x01\x40\x98\xc6\xe8\xc0\x1a\x5a\xdb\xa4\x94\xbc\xf8\x26\x2f\x49\x77\x1a\xbb\xae\x5d\x7c\x33\xd6\xb3\x7a\xa3\xe8\x6b\x04\xd2\x62\x12\x6d\xde\xbd\xc6\x34\x45\x28\xf4\xf9\x59\x9a\x23\xb4\x76\x0f\xd1\xce\x13\x9c\x71\xd8\x57\x12\x21\xf8\x3c\xf3\x6d\x71\x20\xd7\x04\x00\x02\x77\x56\x20\x26\xa2\xe5\x89\xc6\x3d\xd7\xb5\x31\xb3\xa4\x27\x95\x5a\xfb\x42\xb5\x23\x66\x67\x55\x4a\x71\x5f\x78\x61\xf9\x65\x45\x4c\x70\x4a\xd9\x56\xf9\x02\x9f\xa3\xfa\xd2\xa2\xe9\x6e\x37\x35\xbe\xb2\x5c\x87\xe5\xaa\x54\x69\xf7\xac\x39\x8a\x85\x02\x6f\x00\xe0\xfb\xb3\x51\xe8\xf0\x96\xad\xe5\x8f\x73\xdc\x1a\xae\x98\xbe\xa5\x80\xb5\xb1\xc6\x6f\x47\x77\x57\x5e\x2c\x7d\x7b\xa0\xb6\xdc\x47\x3f\x25\x48\x69\xac\xd0\xee\xf7\xae\xd7\x2f\x50\xbf\x71\x8b\x50\x97\xab\xae\xdb\x0f\x29\x1b\xe5\xea\x59\xb3\xe5\x4b\x45\x09\x00\xc0\xe3\x72\xd2\x50\x77\x9b\x7f\xd6\xf8\x67\xb7\x36\x48\xaa\x6c\x52\x80\xda\xc5\x96\xb1\xe8\xf1\x4a\xae\x59\x76\x60\x8f\xf9\x4d\x19\x14\xe4\x67\x8c\x33\x54\x79\x1f\xd3\x9d\xd3\x77\xb8\x2d\x55\x47\x68\x30\xf6\xa5\xca\xd0\x62\xcf\x59\x0b\x8a\x64\xe2\x10\x00\xe0\xd9\x73\x8e\xa3\x88\xcd\xbd\x8d\x33\xb2\xf7\x35\xec\xa9\x2b\x4d\x36\xd4\x8c\xd5\x6c\x89\xa6\x56\x7a\x56\x3e\xdc\xff\xc3\x2c\xb3\x74\x06\xfe\x35\xfc\x32\x6b\xbc\xb7\xe9\xb2\x8d\x4d\xae\x7f\x4a\xee\xea\x98\xf6\x25\xc5\x03\x4a\xca\xac\x6d\xb2\x87\x92\xa9\x00\xc0\x55\x72\xfe\x20\x42\x06\xa7\x23\x96\x65\xce\xed\x9d\x8c\x9c\x9f\xb8\xbf\x73\x2e\xca\x36\x6a\x65\xab\x33\xda\x73\x2f\xbb\x71\x03\x86\xbd\x2b\xaf\x76\x23\xf6\xb7\x57\x6a\x65\x30\x5e\xbe\x56\x6b\xee\x26\xee\xb4\xdb\x5e\x76\x18\x3c\x6b\x45\xd0\xdd\x82\x33\x01\x40\x8a\xa4\xae\x44\xac\x19\x20\xa2\xe4\x19\x5f\x7a\xd8\xe8\xd4\x44\x9f\x0e\x03\x66\x53\xd4\x3f\x2d\x3d\x58\xc7\xbd\xc4\x86\x51\xdc\xf6\x5d\xa9\x35\x97\xf0\x34\xaf\xc4\x8a\x17\x84\x47\x6b\x0d\xe6\x74\x70\x9f\x5d\xa8\xf1\x0f\x49\x6f\x65\xd0\x71\xe1\x5b\x00\x20\xdd\x46\x75\x28\xf8\xd5\xff\x1f\x76\x53\xc6\xe5\x9e\x69\xd8\xbb\x89\x0e\x1d\xae\x38\x56\xe4\xb7\x96\x50\xfc\xf6\xbd\xa9\x0d\x71\x84\xd5\xbb\x0e\xd6\x64\x10\x7d\xbc\xa2\x2a\x68\x60\xce\x5a\x83\x19\x20\x19\xec\x22\x8d\x5a\x68\xc4\x6a\x48\xb7\x82\x5c\x09\x00\x92\x37\xd4\x94\x02\x43\xdf\x3d\xd0\x90\x41\xe9\x9e\x0a\xbe\x4c\xb8\xd8\xbe\x95\xb4\x31\xb2\xa5\x39\x91\x54\xb5\x77\x4d\x3d\x04\x05\xed\x5a\x55\xcd\x85\xa7\x78\x6d\xb5\x94\xc1\x8f\xd6\x6a\x4c\x8e\xe4\x41\x3b\xb4\xa1\x89\x52\x61\x3d\x43\xeb\x48\x1d\x01\x00\x89\x1b\x2d\xb9\xc0\xad\xf7\x36\x35\x35\x63\x5e\xd7\x14\x6a\x4e\x42\x7e\xdb\x56\x6a\x4e\x64\x6c\x53\x26\x95\x1b\x76\xbf\x4e\x48\x3d\xeb\xff\xbc\x4a\x4d\x73\xf1\xb2\x29\x6f\xa6\x55\xac\x95\x94\x6d\xa4\xfb\xd9\x95\x94\x56\x30\xe6\x5a\xa7\x68\x00\x86\x3d\x00\x88\xf7\xd2\x8d\xf9\xbd\x3d\x8f\xd9\xf5\xc7\x0c\x9d\xf3\xd8\x7b\xe3\xff\xb4\x06\xb3\x9e\x1f\xfe\xda\x48\x62\x55\x84\x09\x6a\xcd\x2c\x91\xbf\xa1\xb2\x89\xc5\xde\x72\xc3\x7c\x92\x65\x59\x4b\x35\xfa\xb1\xfe\xda\xf5\xeb\x4b\xd8\xa3\xd6\x9d\x25\x37\x59\xd1\x00\x20\x4a\x60\x5c\xc9\x7b\xdd\xdd\x2c\xf9\x2f\x7d\xbc\xfd\x95\x64\x59\xfc\xce\x16\x7b\xb1\xdf\xe1\xe0\x86\xc3\x22\x54\xe8\xab\x1a\x58\x78\xc6\x7f\x49\x85\x50\xb8\x7d\x0b\xce\x64\x12\xdc\x5f\x7b\xd8\x60\x23\x78\x6a\x77\x47\xb7\x45\xd0\x38\x63\xa9\x2a\x90\xeb\x04\x00\xc2\xe5\xac\x5d\x79\xd3\xba\x6a\xd5\x2b\xd2\xbe\xb5\x7d\x51\x99\xe3\xf2\x9b\xbd\x94\xeb\x0e\xd1\xea\x73\x14\xe7\x42\xbd\xab\xe5\x72\xa5\x1f\xd5\x52\x59\xc4\xf0\xfc\x59\x36\x2c\xeb\x5c\x6b\x5b\xba\x58\x16\x62\xf7\xaf\x76\x89\xe4\xec\x8c\xa4\xe2\xdf\x7c\x34\x00\x08\xd6\xb0\x0f\xe4\x2e\xed\xfc\x60\x3e\x9c\xe6\xd2\x16\x5c\x96\x12\x6b\x69\x12\x1a\x72\x0f\x9e\xa8\xeb\xd3\xcb\x43\x78\x55\x0f\xb4\x2f\x7d\x9f\x95\x4f\x68\xe8\x9e\x70\x99\x83\x7a\x97\x4b\xbb\x3e\x53\x79\xca\xae\x4d\xb3\xbf\x68\xcd\x0c\x9a\xe2\xbd\x30\x1e\x00\xf8\x19\x9c\xb5\x39\x55\x9d\xcd\x55\x09\xa9\x03\xad\xdf\x2b\xdc\x63\xc3\x9a\x7c\xca\x27\x1f\xcc\xaf\x4b\x37\x4d\x0a\xf1\xa9\x62\x19\xbd\x7d\xcd\xe5\x96\xd2\x16\xcf\x50\xe3\x59\x1d\xcd\x45\xa9\x9f\xa6\x9e\x66\xd7\xac\xbe\x26\x97\xce\xd0\x2b\x92\x45\x1e\x00\xc0\xfb\xc5\xa1\xe6\xf8\x77\xe6\xd4\xdd\x48\x3d\xd6\x5a\x51\x43\x8e\x99\x68\xbc\x57\xe5\x79\x70\x7d\x1d\x50\xb1\x2a\x64\x52\xd5\x92\xf2\x10\x5f\xb0\xdc\xdb\x34\xc7\xd3\xdd\x98\x60\x98\xed\x52\xa8\xe3\x6a\x2e\xda\x5d\x52\x6f\x56\xf4\xce\xb8\x2a\x6f\x10\xdd\x03\x00\x1e\x96\xd3\x9e\xb5\x74\x64\x1a\x72\x49\xd2\xd3\xc1\x4f\xc8\x07\xd1\x5e\xbd\xff\x43\xd5\x1e\x08\xef\xbc\x8f\xae\x0f\x9e\xd5\x3a\x88\x79\xb8\x3d\xb2\x51\x8d\xf3\xf3\xe8\xab\x15\xe0\x07\x9c\xa0\xca\x2f\xc4\xa3\x0b\x48\x96\x5b\xe0\xa9\xa9\x9f\x4a\x8d\xf0\x35\x00\x28\xc4\x51\xbd\xb3\xfe\x39\x01\xa3\xa9\x49\x0f\x07\x41\x8c\x7d\xb4\x57\x2f\x0d\x33\x74\xe0\x60\x27\x12\x2b\x09\x9e\xdb\x1a\x89\xe3\x6f\x8f\x6d\xdc\x84\xef\xf4\x38\x55\xeb\x4c\x9c\xec\x24\xa8\x54\x82\x29\x0b\x8a\x2c\x58\x92\x7c\x9a\x63\xe9\x6e\xb2\x27\x00\x14\x7a\x52\x3d\x32\x7f\x1e\xff\x84\x9b\x95\x74\x75\xe0\x37\x8e\x1b\xbd\xa1\x77\x36\x7e\xf2\x81\x7d\x1d\xbf\xf0\xea\xe0\xd9\x2d\x8f\x09\x59\xdb\x63\x1b\x8e\x13\xb3\x3c\xce\xd5\x74\x82\x1c\x27\x55\xe5\x1a\x52\xdb\x82\xfa\xf2\xdf\x50\xdf\xb4\xdd\xfa\xeb\xe4\x77\x00\x20\x7d\x4c\x45\x65\x8e\x0d\x3f\x25\x6d\x4c\xaa\xef\xff\x48\x8a\x89\xb6\xed\xb1\x22\x31\x0f\x6c\xe8\x98\x4e\x7a\x1a\xf4\xa5\xf9\x3b\x84\xda\xbe\xaf\xfe\x26\xec\xe8\x71\xbe\xfa\x0c\xfc\xc9\xa9\xa6\x62\x0b\x79\x7c\xc1\x63\xf3\x07\x4a\xd7\x34\xa5\xee\x34\xf5\x29\x00\x48\x17\xd2\xf2\x33\xa5\x43\x23\xd4\xd3\x49\xd8\xbe\x3b\xd4\xae\x23\xb7\xbb\xbe\x53\xcb\x0f\x00\x6d\x7f\xa9\xad\x41\x57\x9b\xbe\x53\xdf\x6c\xdf\x5c\x77\x83\x16\xe0\x31\x54\x75\x9c\xd6\xe7\xd4\x65\x59\x47\xcf\x58\xb8\xc8\x34\xc6\x08\x99\xf6\x52\x5b\xc2\x98\x07\x00\x12\x17\xba\x25\xf3\xe8\x60\x37\xfb\x45\x92\x57\xef\x4d\x36\xea\x88\xae\xf3\x13\xeb\xef\xfe\x33\x6d\x00\xab\x3b\xa8\xa2\x71\x82\x65\xd8\x6e\x5b\x7b\x8b\xa5\xf2\xa8\xaf\xec\x67\xf5\x3a\x0d\x96\xaf\x60\x7b\x2d\x0c\x2c\xab\x64\xf7\x4c\xf7\xd2\x24\xb3\x1c\x00\x40\xec\xca\x18\xcd\xa8\x1c\xd0\x4b\x2e\x26\x96\xf4\x54\x88\x9f\x1d\xb1\xed\x68\x11\x4d\xec\xdf\xd3\x32\x28\xda\x16\xb4\xb1\xa1\x5f\x58\xe6\xd3\x5a\xa3\x15\xae\xf2\x40\x55\x50\x04\x4f\x9d\x06\x4c\x27\x85\x1e\x0b\x35\x46\x6b\xc1\xf2\xe9\xad\x25\x9d\x9c\x0e\x00\x10\x3e\x63\x6d\xcd\x58\xdf\x1f\x57\xa2\x4a\x9c\xd6\xcd\x51\x4d\x89\xc2\xb6\xd7\x14\xd3\xf6\xb5\x35\x77\x2b\xb6\x06\xd6\xd6\x77\xc9\x9d\x7d\x02\xaa\x35\x45\xde\x1e\xcb\x2d\x74\x59\x8d\x53\x59\x59\x6b\xe1\x87\x85\xa3\xa5\xa7\xc4\xad\x56\x33\x55\x09\xbc\xb3\x00\x20\x78\xc6\xf6\x3a\x76\xb8\x4f\x6a\x3a\x9a\x90\xd2\xd5\x69\xdc\x1f\xf9\xb2\xed\x5e\xe9\xa1\x7d\xee\x4d\x2f\x74\x86\x40\xd7\xba\x27\xda\xf5\xde\x37\xaa\xae\x68\x66\x6d\x38\x53\x7e\xb2\x84\xed\x04\x1a\x1f\x17\x37\x2e\xbc\xad\x3f\x53\x58\x6b\x15\xa6\x0c\x15\x30\x01\x40\x60\xcf\xfe\x5f\xfa\xc3\xbe\x90\xca\x39\x09\xd6\x5d\x49\xe5\x37\x22\xab\xdb\x40\x53\xcb\xde\x8f\x4d\x54\xe3\xc3\x80\xaf\x75\x04\x43\x8c\x77\x6d\x55\xae\x7e\x70\x43\x6d\x79\xaa\xf6\x80\x13\xc2\x88\x55\x99\x17\xbe\xd0\xef\x92\xbd\xb6\x42\x15\x77\x0a\xfd\x01\x80\xdf\xca\xf1\x4e\xc7\xf4\xfe\xa8\xdd\x11\x3f\xd8\xf9\xb7\xea\x69\x24\xbe\xcd\xa6\xa2\x6a\xef\x99\x26\x9b\xf2\x0b\x01\xd7\x6a\x7f\x98\x7e\x78\x2b\x2a\xff\x67\x2c\xdb\x60\x36\xbf\xd0\xd3\x9d\x98\x86\xc7\xea\x4d\x8b\x1c\x75\xa2\xa2\x09\xab\xc6\x62\x2b\xe1\x3d\x00\xe0\x7b\x70\x0a\xc6\x23\xd1\xca\x1c\xfb\x33\x08\x4c\x4e\xee\xed\xde\x1d\xd8\xb0\x7c\x49\xed\x55\xdc\x4a\x84\xb7\x36\x0b\x3f\x1d\xf9\x4d\x30\x05\xff\x13\x7d\x9e\x60\x45\x9c\x86\xad\x4b\xdd\x06\xae\xc0\x5b\xc2\x5e\x93\xfc\x88\xac\x0d\x4e\xd0\x3a\xd2\x7c\x6b\x0a\x79\x3a\xe9\xf4\x0d\x0e\x0a\x2e\xc8\x1a\x6d\x47\xe7\x21\x86\x7b\xb8\x98\x34\xd4\x8a\x5a\x27\x6c\x34\x1a\xab\xb9\x88\xdb\x87\x79\xcc\xcf\xc3\xa7\xe1\xa2\xf1\x54\x02\x1b\x7f\x3b\xa5\x87\xd8\x4a\xc4\x84\x41\xe0\x53\xf0\x83\xfb\x28\xe9\x3e\xe4\x68\x1d\x0e\xdf\x82\x24\xd7\xfb\x91\xe9\xe8\xe7\xa7\x9f\xa2\x20\xcc\x68\xf7\x28\x9a\x86\xbd\x59\x93\x8a\x91\xe1\xae\x6b\x66\x63\xab\xf1\xff\xf2\xce\xe0\xce\x12\xad\x70\x9f\xf0\x13\xe0\xe6\x94\x1d\x44\x5f\x52\x6e\xd8\x2c\x90\x02\x09\xdc\xf1\x24\x0a\x9c\x6c\xed\x0a\x2b\x61\xea\xd5\xb2\x82\x1a\xe8\xf5\xc9\x8f\x88\xcb\xb0\x67\xe7\x0b\x94\x2d\x9c\x57\xd5\x8b\xde\x08\x0f\x95\x94\x60\xd2\xc8\x6b\xb9\x74\x6c\x19\xb9\x14\xfb\x04\xf7\x91\xb2\x34\x39\x88\x10\x41\x91\x87\x06\x10\xcd\x94\xef\xee\x93\xc1\x6a\xaa\xab\xb5\x03\xf4\x9a\x52\x7a\xf9\x55\xde\x57\xb6\xdf\x48\x6c\x81\x1f\xeb\x51\x87\x1b\x42\xca\xc2\x56\x2e\x47\x5e\x65\x2d\x54\x2d\x45\xaf\x62\x9e\xe5\xb8\x61\xc8\x4c\x01\xe6\x04\xf6\x25\x73\x7f\xd2\x1a\x7c\x3a\x73\x72\x08\x8b\x70\x82\xd1\xe3\xa6\x25\x9e\x62\x84\x58\x7b\x40\xae\xb4\xd1\x8b\xd7\x72\x33\xa5\x31\xc7\xfd\xf2\x2e\x4a\x5c\xdb\x72\x0b\xfc\xc4\x53\x2c\x20\x42\x27\x7c\x5d\x6c\x40\xfe\x15\x3c\x63\x5d\x47\x13\xf8\xf7\xd1\xa5\x98\xaf\xbc\xdb\x09\x9f\x71\x85\xdc\xa1\x3d\xa7\xf1\xff\xe3\x9c\x70\xdb\x4e\xf8\x8f\x5d\x6d\x7d\x88\x84\x64\xdc\x3e\xff\x37\xe7\x40\xe9\xe3\xc1\xde\xdc\x32\xdd\xb9\xe6\xb3\x79\x5f\x35\xb5\xa6\x3f\x05\x09\x25\x18\xf9\x41\xc4\x15\xa5\x0f\x63\x14\x75\x58\xfe\x17\x39\x8e\xfe\x57\xd6\x11\x7f\x16\x4b\x97\x26\xee\x6e\xc6\x7d\x10\x2f\x71\xad\xc1\xdf\x15\xae\xb5\xa6\x81\x3c\x76\xd7\xd9\xd0\xec\x98\xa6\x49\x7d\x6f\x72\x46\xeb\x38\x8d\x7b\xf3\x3c\xab\xf7\x1b\xcb\xf2\x35\x96\xb7\x32\x07\x84\xad\x89\x46\x1b\x45\xaa\x4b\xff\x20\x16\xa2\xb7\x68\xd3\xe2\x08\x98\x0b\xaa\xee\xe0\x22\x5c\xb0\x62\xab\xeb\x54\xbc\xa3\x4c\x63\x2d\x23\x7e\xe2\x05\x8e\xae\xc9\xfa\x3c\x84\xef\x99\xc8\x89\xea\xdb\x5d\xbf\x31\xb7\xb9\xf3\x77\x69\x49\xfe\xfc\x56\x89\x74\x43\x01\xb7\xe1\x0f\xe5\x27\x72\x6e\xcd\xa1\x7c\x3c\xaa\xc9\x42\x89\x75\xc7\xec\x36\x96\x04\x35\x63\x3b\x75\xd6\xeb\xa9\x38\xb1\x2a\xcb\x5a\x47\xa4\x0b\x62\x4e\x1f\xc9\x3a\x3f\x9a\xd6\xe3\x99\xb3\xf6\xc4\xa9\xba\xf8\x5c\xda\xc0\x5f\xfd\xe9\xbc\x7b\x3d\xcb\x24\xd9\x05\xa1\xed\xb3\x29\xbb\x10\x17\x1b\x6f\xe7\x5d\x42\xe5\xd4\x90\x62\x1a\xd1\xdf\x2d\x53\x83\x52\xb0\xa9\xc6\xc9\xeb\x13\x70\x1b\xd4\x1a\xeb\x41\xe2\x7a\xe1\xbc\x53\x23\x59\x96\x8b\xd1\xdd\xfa\xec\x1f\x67\x53\x6b\x8f\xe7\x86\x9c\xf4\xd1\x6f\xcc\x2b\x19\xfc\x2a\xbe\x9d\xff\xb3\x87\x4c\xee\x47\x80\x6d\xd7\xf2\x12\x50\x36\x0d\xdf\x63\x52\xd1\xb2\xaa\x5f\x41\xfe\x98\xb7\xe6\x88\xf5\x59\xd8\x3a\xed\xd2\x19\x73\x09\x06\x61\xde\x95\x38\x5c\x62\x76\xeb\xc8\x5b\xdc\xeb\x5c\x7a\xe7\x3f\x78\x5e\xfe\xf6\xca\x6f\x84\x4d\x05\xef\x55\x0f\x09\x4f\x90\xdd\x9c\xd7\x44\x2d\x5a\x8b\xcd\x02\x53\xb0\xe2\x64\x2b\xd2\x66\x7c\x61\xe8\x66\xc8\x9a\x08\xbb\x7d\x80\xba\x48\x6b\xad\xd7\x90\xf7\x43\xce\x97\x05\xd8\xb4\xfc\xd7\x23\x2b\x71\x93\x10\xfb\x3a\x8e\xe2\xda\x90\x5d\x95\x61\x78\x3c\x7a\xb9\x6a\x07\x21\x18\xc3\xe3\x1c\x25\x5a\xe3\x96\x60\xee\x13\x1f\xe2\x2b\x92\xa8\xe0\x18\xf1\x50\x48\x0f\xa9\x13\x7c\xe8\x26\x84\x30\xd0\x5a\xab\x3f\xe4\x55\xd0\xfd\x4b\x3d\x98\x68\xf4\x81\x13\x87\xb1\xf6\x18\xbf\x76\x25\xf6\x19\x36\xb1\x42\x8c\xeb\xc2\xe5\x29\xc5\x78\x05\x9e\xc1\xee\x22\x20\x08\x9d\x98\xa3\xc4\x44\xe2\xe7\xc4\x5f\x60\x1c\x69\x67\xc8\x0e\x52\x34\x54\xe0\xb6\x03\x5a\x0c\x27\x58\x5d\x85\x9f\xc3\xfd\x17\xce\xa2\xc4\xd0\xa6\x61\x3a\xba\x00\xe2\xb6\xde\xc4\x64\x40\xe3\xe5\xbf\xb0\xe1\xb0\x67\xb1\x2b\x2e\x08\xae\x64\x41\xf8\x40\xb2\x07\x3a\x94\x10\x45\x1e\x4e\x9c\x45\xc4\x52\x0e\xed\x21\x80\x3c\xca\x55\xd7\x13\xa4\x7d\x54\x67\xab\x0e\x78\x3f\xe5\xcc\xf9\x57\xc8\x69\xac\xc3\x83\xd7\x90\xdf\x59\xb3\x5a\xe6\xa0\x7e\x31\x5b\xcd\x47\x31\x53\x98\x59\xf2\x46\xec\x12\xa6\x3b\xd3\x0d\xb7\x81\x69\x8d\xda\x84\x3f\xc2\x78\x9a\xb0\x98\x20\x60\xf4\xec\x7e\x42\xb4\x30\x0a\x5d\x59\x60\x36\x23\xc8\xea\x33\xc4\xa6\x7d\x3a\x7b\xbb\x80\x22\x71\xee\x3f\x81\x50\x8a\x57\x37\x05\x21\x87\x45\xff\x94\xd5\xa1\x1e\x09\x17\x14\xad\xc3\xd8\x0a\x1c\xe9\xb7\xb0\x5b\xf8\xc1\xc8\x05\xb8\x02\x5e\x6a\xfc\x54\x7c\x27\x37\x77\xb7\x17\xe1\x32\x47\xe8\xba\x89\x28\x62\x1b\xac\x5d\x48\xc7\x19\x7f\x46\x17\xe6\x47\xeb\x19\xbd\xde\x05\xe9\x5a\x5a\x7d\x2d\x02\xab\xc6\x1a\xf6\x20\x75\xaa\x54\xe9\x04\xea\x4a\x71\x38\xf5\x01\x66\x96\xdc\xa7\x20\x1e\x1b\x2b\x5b\x14\x7b\x0d\x57\x2d\x79\x19\xec\x81\xbf\x22\x1a\x5b\xdf\x43\x20\x0a\x17\x58\x63\xc1\xb3\xec\x0b\x27\x53\xf2\x92\x1a\x5c\xbb\x48\xf9\x9c\x9a\x47\xb5\x9e\x05\xd5\x95\x63\xba\x6f\x88\x0b\xe5\x3a\xf1\x33\x14\x50\x96\x40\xfe\x1f\x3a\xac\x74\x6a\x5e\x25\xc6\xac\x29\x8e\xa1\x61\x3f\xa9\x96\x07\xad\xc0\x3b\xca\x2f\xad\x5f\x8f\x6f\x97\xa5\x58\x2b\xc0\x75\xbc\xa0\x13\x7b\xf2\x80\x81\x9c\x0e\x56\xfe\xdc\x9e\xcc\xea\x25\x05\x4e\x1d\x7b\x34\xff\x43\xec\x69\xb1\x16\x7e\x43\x12\xeb\x6b\xe1\x35\xa8\xe1\xea\xf5\xb9\xb3\x30\x4b\xcb\xf9\x47\x77\x62\x73\x0c\xb7\x02\xfd\x70\x0a\x2d\x7d\x5d\x2d\x7e\xb9\xf2\x97\x75\x25\xb1\x4d\x10\x7c\x3c\x37\xf7\xe2\x29\xaf\xf6\x96\xbc\x27\xc3\xe7\xaa\x02\xf2\x3f\xf4\x6f\xd1\x38\x20\x66\x77\x31\x84\x9b\x90\x3e\xad\x65\x10\x02\x45\x6e\x30\xe6\x64\xa3\xaf\x55\x63\xa2\x07\xb0\xcb\xcb\xb7\x06\x7c\xc2\xf9\x1a\xf2\xd6\xf1\x70\x43\xea\xe5\xd6\xe7\x89\x71\x82\x9f\xc3\xe7\x72\x4d\x63\xf3\xda\xe7\xe5\x35\x8e\x46\x56\x9a\xf3\xbb\x4f\x24\xab\xd9\x05\x67\x06\xf6\x09\xca\x10\xaf\xba\xa7\x90\xfe\x43\x39\xb7\x4a\xb2\xbf\xa1\x31\xf5\xaf\xa2\x11\x98\xf6\x2a\xe7\x80\xf3\xd8\xf3\x26\xcb\x3a\x39\xce\x5b\xa3\x9e\xe1\x48\x18\x15\x1e\x19\xdb\x4c\x0c\xcc\x8e\x1f\x5a\x46\x54\xe5\xae\x6e\x31\x13\x3f\xe5\xfd\x6b\x7e\x0d\xe6\x17\x34\x2b\xbc\xc0\xf7\x48\x0e\xb3\x94\x54\x80\xce\x42\x31\x49\x3f\xb1\xc9\x09\x22\x88\x8f\xcf\xde\xe3\x0e\x2f\x23\xc6\xb9\xe6\xc0\x0a\xd2\x3c\x2b\x2c\xf9\x2b\x74\xe4\x7c\x22\x21\x32\x1f\x1c\x8c\x26\xf4\x17\xdc\x69\xfe\x8f\xe8\x89\x8c\x30\xfb\x12\xbb\x51\xa7\xe4\x22\x30\x02\xe3\xcb\x9c\x0e\xde\xc7\x5e\x46\x4e\x90\x28\xf8\x82\xf8\x09\x68\x0d\x71\xd9\x6e\x13\x74\x05\x6c\x77\x9d\x02\x1f\x81\x6c\xad\x82\xc9\x57\xa0\x89\x73\x54\x3c\x02\xd5\x37\xc0\xc1\xff\x87\xee\x6c\x5e\x43\x00\x31\x8f\x4d\x4c\x22\x80\xfd\x5b\x74\x9f\x68\xc1\xaf\x64\xe4\x80\x21\x84\x24\x24\x0e\xfc\x45\xac\x8a\x17\x92\x7a\x48\xc0\x6e\x7f\x08\x07\x05\xad\x3f\x0d\x03\xf0\x5e\xab\x0d\x64\x15\xfc\xe4\x4c\x0f\x56\x49\x22\xf5\x5d\xc1\x6d\x21\x8d\x37\x0a\x70\xaf\x21\x3f\xe3\x4f\xbc\x0e\x2a\x95\x51\x08\x09\xf0\x32\xfa\x06\xe2\x4a\xb8\x0d\x91\x4d\xfc\x42\x8e\x8e\x2b\x07\xaf\x52\x80\x60\x98\xd4\x44\xd1\xad\xdf\x0b\x05\x52\xa7\x5a\x4d\x27\xcf\xa6\xdc\x38\xdd\x82\xf1\x61\x66\xf6\xce\xc5\xdc\x67\x7a\xd5\x77\x61\x35\x8c\xff\x0c\x71\xb8\x34\x46\x47\xa1\x2d\xde\x97\x51\x48\x7d\x4d\x58\xc2\x20\x17\x1c\x25\x4e\x61\x14\xc4\xf6\x13\x3f\x31\x92\x83\x3e\x82\x17\x19\x11\xeb\x97\x91\x12\x18\xab\xad\x62\x60\x7f\xda\xb7\x93\x0d\xa8\x21\xd1\xe7\x6e\x1b\xb4\x50\xb4\xac\xf6\x1e\x06\x23\x5c\xa8\x6f\xc6\x1e\x12\x04\x48\x4a\x70\xfe\x7c\x14\xa5\x0c\xbf\x9e\x57\x99\x1f\x40\x58\xcd\xbd\x13\x73\x9a\xe8\xc4\x9d\x1a\x74\x98\x38\xc1\xf1\x5b\x77\x15\xa4\xb1\x29\x56\xc5\x10\xcc\xf8\x79\xfc\x0b\x52\xa8\x73\xe8\x20\xa3\x22\x35\xee\xd5\x11\xe8\x55\x25\x5e\xda\x18\x8c\xb5\xf2\x90\x88\x88\x9d\xa4\x48\x83\xdb\x70\x40\x51\x5e\xae\x12\x6f\x5b\x98\x73\x94\x4f\x58\x2c\x49\x0b\x4c\x20\xfc\x12\xa1\xd6\x65\x13\xb3\x05\xef\xac\x3e\x90\xc8\xec\xee\xa1\x00\x84\xb4\x2e\xbc\xf5\x1c\x12\x5d\xed\x59\xf1\x00\x75\xb8\x22\x48\x3d\x1f\xbd\xd5\x1c\x2c\xc8\xc4\x6c\x30\x7a\x90\x2e\x61\xbd\x75\x7f\xb3\xff\xc3\x1d\x52\xf7\x45\xef\xc0\x27\x2b\xb1\x01\xb1\x84\x50\x79\xf2\xda\x37\x04\xa3\xcc\xde\x7a\x3d\x78\x91\x67\x3f\xb0\x11\xb1\xb5\x2f\xaa\xf9\x22\xe2\x6f\x17\xa5\xfc\x04\xf2\x7c\x1b\x4f\x65\x8b\xaa\x6f\x82\x79\x30\xba\xbc\x6e\x1f\x68\x83\x69\xac\xfc\x99\x75\x14\x7b\xc6\x2c\x8c\xfa\x8e\x1b\x37\xcc\xdd\x85\xc7\x0f\x68\xbe\xaf\xcd\x22\x4c\x57\xd2\xac\xfd\xc1\x83\x02\xdb\xfe\xd0\x82\x3f\x23\x40\xd3\x17\xc4\xd8\xe0\x29\xf3\xbf\x48\x75\x6f\xb2\xd2\x1b\x85\xee\x78\xc0\x6d\x47\x1f\x6b\xd9\x44\x3c\x8c\xc9\xad\x4f\xca\xec\xc0\x52\xab\x72\xa3\x20\x1c\xdf\x9c\xb1\xcb\x05\x9f\x5d\x7a\x6f\x6d\x20\xbe\xaa\x44\x6a\x7d\x8c\xf8\x45\x30\xd8\xa7\x29\x38\x77\xf6\x44\xd3\x5e\x84\xf2\x94\x8f\x39\x10\x99\x34\x0c\x15\x6b\x50\xee\x7d\x6a\xae\x23\x7a\x41\x27\x8b\x70\x01\x33\xb7\x25\x30\x33\x08\xeb\x50\x37\x1e\xe5\x8a\x5b\x59\x79\xd0\x7f\x02\xf7\xb5\xec\xd7\xda\x30\xbc\x83\x7a\xc2\xba\x87\x98\x2a\xb4\x3b\x4e\xa7\x68\xb3\xde\x75\x2c\xa1\x60\x73\x9a\xaa\xd9\x94\x7d\x79\x7c\x6d\x3e\x25\xaa\x60\x97\x28\x93\x92\x87\x5c\x0a\x17\x51\x28\xa8\xaf\xb9\xfe\x14\x0b\xe6\xd3\x51\x7b\x4a\x2b\xee\x6f\x40\x31\xe5\x32\xe1\x83\xcb\x69\x2a\x00\x76\x4e\x3b\x46\xfd\x1f\x84\x1c\x1e\x22\x97\xe4\x5d\x68\xcf\x22\x4b\x0b\x3c\xab\x6e\x91\xf1\x88\x61\xcd\x08\x59\x8b\x5a\x2d\x3c\x4e\x3e\x8f\xae\x80\xbe\x93\x3f\x63\x7d\x72\x06\x28\xee\xb8\x47\xd1\x6a\x4a\x1c\xc1\x10\x60\x43\x51\x80\xbe\x2e\x31\x94\xcb\xa4\x9a\x69\x9e\xd4\xdb\xf0\xe4\xa1\x8f\xb0\x16\x79\xb5\xad\x16\x6e\x42\x3d\xaa\x72\x84\x2d\x18\x47\x8d\x35\xfc\x0c\xeb\x2a\x5c\x40\x5e\x8f\x8b\x87\x12\xc8\xc7\xf0\xe6\x9c\x6d\xe4\x06\xc2\xef\xe8\x75\xe4\x77\x60\xce\xae\x6a\x4a\x00\xa9\xdf\x65\x11\x45\x00\x8d\x4f\x5b\x44\x6d\x84\x2f\x0c\xbc\x82\xa6\x10\x3b\x5b\x46\x21\x77\xf0\x70\x45\x08\x74\x00\x3c\x53\x82\x82\x74\xa4\x18\x7e\x2b\xf4\x99\xf4\x97\xb4\x0a\xde\x07\x35\x67\xbb\xc2\x8d\x30\xe2\xc8\x41\xf2\x5c\x72\x88\xff\x4f\x32\x8f\x32\x7d\x8d\x85\x7c\x9d\x22\x99\x36\x99\xea\x4a\xa9\xe8\x0f\x07\x49\x74\x56\x73\x04\x78\x8e\x4e\x2f\x6f\x22\x2d\xa3\x67\x2b\x7f\x90\xa8\xf4\x48\x5e\x1a\xe9\x1d\xfd\x20\xf1\x2b\x14\x4b\x8f\xcb\x5a\x07\x5d\xa5\x17\x44\xf1\x60\x1f\xba\xd4\x1f\x05\x77\xd0\x2d\x6b\xc8\xf0\x47\x7a\xed\xb4\x48\x4a\x2e\xad\xa1\x37\x9d\x08\x0a\x81\xc6\x23\xc4\x21\x81\x9f\xd9\x16\x5c\xc0\xa7\x17\x43\x20\x8f\x37\xc0\x9d\x41\x9a\xce\xb3\x22\x9c\x20\x31\xb9\x29\x99\xab\xa0\x19\x9c\xfe\xc8\x76\x08\xcb\x59\xe2\xf7\x3f\xe8\x09\x9b\xbc\xe6\x30\x3c\x8f\x3d\x63\x5a\x2d\xd9\xc0\x28\xef\xaa\xc7\x7f\x54\xbb\xd7\x4f\x21\xc4\xa8\xaa\x8d\x95\x84\x01\xe5\x6c\xf9\x0e\xe2\x4e\xc5\x1e\xd6\x1f\xe2\x68\x11\x0b\xf7\x06\x8c\x2a\x3c\x75\x4c\x02\xbe\x91\x02\x87\xb9\xa4\x4c\xf1\x01\xbf\x4d\xa4\x1b\xc2\xea\x35\x1b\x49\x8f\x04\xb4\xe9\xa9\x30\x96\xbd\xbb\x23\x10\xbf\xa6\xea\x55\x4d\x1a\x9e\x51\x61\x5f\x1a\x83\x7f\x68\xa6\xc8\xfe\x21\xa4\x1a\xeb\x18\x7f\x08\xef\xf4\x97\xb0\x4b\x89\x1c\xcd\xdb\xb4\x6f\xe0\x1a\xd5\xc4\xa1\xb5\x60\x47\xf1\x62\xdf\x8d\x24\xe7\x22\xf4\xea\x4a\xd2\xf2\x42\xd4\x74\x01\x34\xc6\xe5\xb6\xfe\xc4\x59\xba\xb6\x57\xa1\x70\x13\x6d\x67\x74\x3b\xf0\x47\x9b\x37\x49\x67\xe0\x6f\xd5\xe7\xd1\xed\x08\xc7\xaa\x45\xe8\x44\xc2\x4f\x8b\x2a\x15\x41\xd4\x94\x49\x22\x7e\x82\xeb\xf5\xfc\x9d\xc1\xa0\x5e\xfd\x69\xf5\x12\x90\x5e\x1c\x37\xbd\x0c\x0a\xe4\xc7\xb7\x2e\xc5\x81\x83\xe6\x4a\x0d\x6e\xac\x77\x4c\x1b\x87\x5f\xd9\x79\x56\xe2\x89\x2f\x6d\xd5\xd1\x22\x08\xce\x8d\xfb\x50\x95\x84\xb6\x9a\xfb\x29\x17\x89\xe1\x15\x31\x11\x38\xe2\x83\xb2\xeb\x3b\xde\x80\x7b\xf5\xc3\xce\xef\xc1\x15\xaa\xe0\xe9\xc3\xa4\xa7\x82\xa9\x2d\x48\x5c\xf8\x29\xb7\x8a\xd7\x38\xed\x71\x1b\x4d\x23\xee\x59\x7f\xab\x58\x8a\x8f\xee\xde\x48\xed\xc2\x5f\x6b\x63\xa3\xec\x09\x71\x8d\x4d\x29\x71\x84\x37\x35\x43\x11\xf3\x88\x04\xcb\xd0\x8e\x3e\xe2\x4d\x63\xb5\xf3\x07\xa2\xbc\xc4\x60\x65\x43\x8a\x12\x24\x75\x4c\xb0\xbd\xb3\x82\x6b\x65\xac\xda\x9c\xa5\x06\x88\xe5\x94\xfb\xbc\xc8\x89\xd9\x97\x5f\xcf\x7c\xc5\x4c\x46\x48\xb0\xcf\x18\x7f\x51\x84\x74\x2a\xa3\x0e\x43\x3c\xf8\x91\x11\x83\x63\xef\x8c\x65\x2c\x24\xa0\x9d\xe2\x18\x76\xe0\xfa\xc9\x2f\x19\x7b\xa0\xd4\x8e\x03\xac\xa4\xdc\x17\x35\xaf\x98\xf7\xf3\x29\xa5\xb7\x99\xc7\x10\xd6\x32\x01\x73\x3e\x92\xcc\x8c\x61\x8c\xa1\x6d\xb1\xa9\x0c\x1a\xa6\x2a\x7d\x26\xc3\x17\x77\xe4\xa0\x8a\x01\x10\xe6\xee\xf8\x4b\x1f\x27\xb6\x3a\xd9\xd1\x5f\x91\xec\x26\x8f\x33\xdc\xa0\xe7\xed\x32\xa6\x04\xd1\x5c\xb3\x85\xb9\x10\x35\xa3\x74\x03\xa3\x0a\x1d\x55\xf8\x88\x81\xc0\xe4\x33\xfa\x19\x3e\xd8\x5a\xcc\x38\xfd\x17\xee\x77\x9a\x9c\x7e\x86\x90\x7e\x70\x3b\xbd\x8c\x78\x65\x47\x2d\x5d\x40\x5a\xb3\xea\x5f\xba\x19\x0a\x9c\x7c\x95\xfe\x1b\x2e\x6f\x7d\xc1\x98\x4b\xa0\x56\x49\xe8\x9d\xc4\x55\xba\x42\x7a\x2e\xb1\x4f\x8a\xa7\xfb\x81\xa9\x74\x0a\xdd\x81\xb4\x0c\xdd\x43\xfb\x4a\xfa\x37\xd5\x40\xbb\x0b\x0d\x46\xe0\x69\x17\xe1\xa2\xed\x9f\x69\x0f\xc9\x71\xab\xc8\xb4\x2f\xe4\x2f\x93\x2f\xd3\x19\x94\xb4\x16\x37\x1a\x93\x7a\xb5\xe2\x06\x6d\x2f\xf5\x85\x76\x36\xcd\x8e\xfa\x55\xb2\x80\x36\x97\x36\x8d\x16\x4c\xfd\x46\x5b\x8a\x32\x51\x3f\xd1\xc2\x53\x1a\xa8\x0f\x68\xb4\xf0\x11\xea\x4f\xda\xe0\x76\x22\x6d\x09\xed\xbf\x55\x89\x34\x7b\xfa\xfc\x29\xcb\x68\x17\x68\xc1\x4d\x5a\x6a\x10\xaf\xd7\x72\x88\x1a\xc4\x0b\x55\xe7\x51\xb7\x71\x87\x44\x72\xaa\x07\xd7\x99\xf2\x92\xea\xc1\x51\x22\x73\xa9\x6e\x1c\xfb\xe4\x72\xea\x66\x76\xcd\x81\x6f\x54\x7f\xf6\xba\xed\xf3\xa8\x81\xac\x9e\x55\xfb\xa8\x5b\x58\xc8\x29\x52\xea\x77\x86\x43\x83\x03\xf9\x97\xb2\xd4\xf4\x9c\xfc\xb7\x78\xab\xca\x8e\xfc\x55\x7e\x56\x90\x4f\xfe\x5e\xb4\x1d\xfe\x4a\x99\x52\xd8\x58\x50\x47\xf9\x47\xea\x9e\xe4\x4c\x71\x12\xd7\xee\xbf\x44\xf1\x11\x39\xfa\x84\x52\xfc\x04\x03\xab\x26\x53\xfe\xe1\xbf\x9b\x3a\x93\xf2\x81\x25\xaf\xcd\x24\x6f\xb7\x08\x8d\x18\xb2\x87\x79\xb9\xe2\x2e\xd9\xc5\x58\xc7\x8b\x24\xbb\x96\xae\x84\x66\x93\xb7\x69\xc5\x79\xef\xc8\xfb\x4b\xbe\x25\x18\xc9\x59\xca\xf8\x7d\x4a\x32\x43\x7e\xc2\x3b\x9d\xcc\x95\x81\x8e\x5a\xf2\x16\x29\x34\x35\x99\xb2\x8e\xd3\x57\x1d\x0f\xbf\x68\x73\x2c\xcd\x87\x4f\x35\x03\x45\x37\xe0\xee\xfa\x01\x4e\x16\xdc\x57\x13\x01\x06\xc1\xa7\x2a\xce\xe7\x86\xc3\xe3\xe6\x2d\xf1\x9b\xe1\x77\x06\xc5\xde\x54\xf2\x34\xed\xf7\x6d\x48\xf2\xa4\x92\xef\x8e\x36\x70\x89\xfc\xcd\x54\x90\x5c\xc2\x23\x56\xa5\xc3\x27\x7b\x57\xea\xf9\xb0\xa5\xb3\x5e\xf6\x03\x2e\x6c\xb3\x65\xab\x61\x71\x93\x3f\x91\x05\x17\xd6\x1d\xc9\x31\xc2\xba\xaa\xf0\x38\x1d\x5c\x5f\xee\x1b\xf6\x14\x1e\x34\x6e\xdb\x36\x0b\x6e\xd3\xd1\x57\xde\x86\x37\x17\xd7\x4d\x55\x92\xbd\xf8\xcb\x2b\x35\xb0\x69\x38\x5c\x77\x05\x26\xf7\x5b\x64\xe1\x70\x72\x77\x3f\xeb\x1b\x7c\xa8\xdd\x4c\xf8\x08\xef\x6f\xce\xc8\x71\x80\xf7\xd7\xfd\x8d\xf3\x80\xa3\xaa\x0a\xc3\xc4\x70\x7c\xb9\xdb\xd6\x9b\x70\x80\xc1\x75\xe5\x0d\xa8\x4c\xf9\xbf\xa9\x57\xe1\x3a\x3e\xbe\xe6\xb2\xc8\x92\x59\x67\xb8\x27\x34\x66\x8b\x15\x2d\x02\x45\x6e\x01\x6f\x25\xbf\x23\x7f\x07\x69\x90\x77\x0f\xb1\x3c\xaf\x9c\xfb\x03\x35\x2f\x61\x33\x77\x05\x66\xf1\xde\x30\x4e\x02\x6e\xf5\x56\x23\x7b\x18\xff\xdb\x21\x85\xdd\x4e\x2c\x06\x12\x59\x32\x28\xbd\x66\x95\xf0\x46\x6e\xa4\x61\xb7\xe0\xdf\xbc\x71\xc5\x4a\xfe\xab\x02\x02\xd7\xc0\xb7\x43\x7c\x25\x85\xf2\x0e\xa2\xd4\x79\x9b\xb9\x0c\xcc\xa6\xf8\x8b\x9c\x3e\xec\xb3\xbd\xb3\x39\xb3\xf0\xa6\xad\x09\x6c\x16\xd1\xc3\x61\x27\x9b\x0d\x52\x80\x6c\x16\x06\xba\x59\xcd\x16\xce\x44\xd8\x95\x96\x0b\x36\x21\xc3\xe4\x2c\x7e\x00\xaa\x8e\x6b\xc3\x63\xa3\x2f\x81\x27\xb8\xe7\xb1\x8b\x72\x7b\xb8\xd6\x38\x74\xfc\x31\x4e\x38\xfe\x51\xd8\x45\x76\x33\x31\x62\xab\x1d\x7b\x3b\xa8\x72\xb0\x63\xfb\x92\xca\x01\x32\x2b\x00\xe6\x55\x4d\xe6\xd7\xe3\x23\xf5\x9b\x79\x4f\x08\xff\x14\xb9\xf0\x96\x13\xc6\xd8\x97\xb9\x08\x22\x93\x58\xc7\x39\x03\x86\xe7\x0c\x71\x16\x93\x36\xc4\x49\xd9\x08\x68\x65\xd8\x56\xd6\x7b\xe8\xa3\x97\x82\xa5\x84\x07\xed\x5f\xb3\x24\xe4\x44\xa0\x83\x39\x40\xf1\xaa\x40\xf0\x92\x28\x81\xda\x87\xdc\x72\x8a\xb0\xb0\x96\xf3\x89\xd2\xcd\xc2\x73\xa2\x29\xf7\x08\x78\xf6\x09\xea\xfc\xec\x5a\xf6\x6a\x6a\x5a\x6c\x19\x4b\x46\xed\x0b\x95\xb1\x1c\x69\x53\xbd\x3c\x99\xa7\x68\x7b\xec\xff\x63\x5a\x68\x94\x49\xce\x8c\x3f\xd4\x6f\xe5\xfd\xdc\x6d\x9c\x6b\x9a\x79\x1c\x25\x07\x2b\x5d\xc5\x7e\xcb\x99\xc5\x9c\xcd\x4e\x64\xab\xf0\x5b\x58\xd7\xd9\x1b\xb3\x84\xac\x50\xd6\xd3\x98\x6a\xe6\x30\xcb\x10\xf2\x94\x19\xc9\x3a\xb0\xe5\x2e\xe3\x13\xcb\xda\xfe\x13\xa3\x86\xf9\x68\x52\x19\xc3\x89\x5e\x5d\xf6\x83\x33\x55\x2e\x57\x5d\x65\x27\x14\xe9\x44\x1f\x59\xc3\x32\x01\x7d\x06\xcb\xa7\x70\x23\x36\x83\xd9\x25\xb9\x9f\xf1\x86\xe9\x2d\xd6\x1e\xdd\xcd\x18\x10\x1d\xdd\x33\xca\x38\x2a\x9c\xb9\x65\x1e\xfd\x13\xff\x8d\x7d\x19\x9d\xcd\x0f\x9f\xf4\x83\xee\xce\xfc\x6a\x9c\xce\x5e\x66\x72\x29\xe6\xb0\x38\x86\x71\xc1\x45\xe6\x84\xfe\x1a\x75\x16\x93\xa8\x95\xa2\xd5\x8c\x6f\xea\xdd\xc7\xc2\x18\x14\xe5\xdf\x23\xb7\x18\x56\x8a\xbe\xdd\x5a\xba\xa5\x08\xed\xb9\x89\xbe\xb3\x50\x68\xbf\x9a\xd6\x22\xf1\x9d\xec\x4a\xc3\xb1\x3f\xe9\x6f\xb3\xa4\x8d\xe7\xe4\x1d\xac\xe5\xf5\xf3\x79\xcf\x99\x96\x1a\x1f\x72\x00\xd3\xbe\xd2\x09\xf9\x89\xa1\x36\xff\x4d\x1b\x63\x2c\x35\x9e\x8f\x92\xd0\x8d\x7a\x4d\x30\x9e\xee\xa9\xc1\x6d\xf6\xa1\xf5\xaa\x9e\x2c\x17\xd3\xe6\x14\x6d\x9d\x1c\x46\xbd\xc5\xd5\xe8\x27\xb1\xf8\x1d\xaa\xa2\x97\xac\xe9\xad\x34\xde\x02\x26\xb7\x69\x27\x4c\x63\x7c\xaf\xbb\x82\x0c\x64\x20\xaa\x0f\xa5\xb9\xd1\x5f\x59\xba\xa2\xa6\xd0\xb3\x4c\x2b\x82\x7e\xd3\x3e\x94\xd6\x6c\xba\x4e\x2b\xd0\xda\x2c\x8f\xa4\xd6\xca\x47\x27\x1f\xa3\xe2\x79\xde\xba\x23\x2c\x66\x9f\xa9\xc8\x97\xf9\xa1\xdb\x8f\x8b\x60\xa6\xb4\xd7\x40\xff\x32\x46\x9b\x7f\x23\xfa\x18\x9e\x0d\x5b\x52\x3b\xe8\xe5\x35\xbb\x23\x4d\xf4\xc5\x15\x89\x41\x35\xb4\x62\x53\xf1\xa6\x62\xea\x84\x1e\xbb\x3c\x94\x3a\x5f\xf1\x75\xb2\x8e\xf2\x9a\xa7\x54\x05\x97\xdc\xcd\x3c\x2e\x6e\x52\xcd\xcc\xe6\x31\x53\x8b\x0f\xe4\xfa\x12\xad\xe4\x55\x79\x7f\x73\x3f\x17\x4d\x2a\x78\x98\xb4\xad\x30\x02\x79\xf1\x60\xa0\xa4\x0a\x7d\x63\xd7\x1c\xb1\x3d\xf6\xba\x7b\x99\xf0\x05\xde\xbc\x48\x29\x7c\x47\xf8\x06\x00\xdc\x12\x68\x5c\x59\x53\xb2\x22\xe7\xbd\x78\x9d\x32\x21\x8f\xcc\x78\xa7\xa8\xc9\xff\x46\x28\x93\x2f\x44\x60\x73\x8b\x65\x4c\xd4\xbc\xc4\x87\xd2\x87\xe8\xde\x88\x2f\x92\x60\x2c\xe4\x7f\x57\x74\x16\xbf\xd9\x1d\x2f\xac\x21\x74\x2e\x2a\x14\xb6\x11\xcf\x00\x00\x17\x0b\xbb\x28\x27\xab\x72\x0a\x42\x44\x9a\xe2\x66\x84\x8e\x81\x54\x58\x21\x1f\x10\x5c\x8a\x78\xe8\x39\xb9\xeb\x64\x00\x26\x2b\x91\x26\xcd\xc6\x5e\x8f\x30\x8b\x6f\xe2\x8f\xf8\x97\x89\x50\x84\x93\xee\xfb\x85\xf1\xa0\xf5\x22\x9e\x30\x1d\x7c\x02\x00\x5c\x7f\xb8\x4b\x71\x4b\x69\x8d\xfd\x23\xc4\x2a\x20\xdc\x1d\x7a\x44\xd1\x4f\x7c\x19\x7e\xb5\x8c\x4c\xc8\xcf\x09\x2e\x9c\x4c\x3c\x98\xd0\x26\x21\x81\x7b\xc3\xbf\x88\xbe\x91\x8e\xfa\xbb\x0a\xcb\xa1\x9d\xee\x33\x05\x7a\x78\xee\x22\xad\x80\x09\xab\x01\x80\xa3\xa1\xb8\xc8\x73\x14\x13\xd0\x4f\xc1\x2a\x79\x3a\xcc\xa1\xcd\x90\x3d\x84\xff\xc5\x4e\x14\xa2\xc9\x5b\xb2\x7d\xa5\x53\xc9\xaa\xf8\x33\x62\x21\x65\x4e\xb8\x9b\x68\x11\x45\xe3\xa7\x13\xdc\xa6\xce\x76\x6b\xe3\xdf\xa2\x82\x8b\xf4\x7c\x23\xf5\x24\x00\xb0\xdf\x51\x4f\x14\xad\x96\x9f\x63\xde\xe5\x9d\x2b\x3a\xcc\x1c\xa4\x74\x17\x3e\x61\x0a\x30\x67\xa4\x14\xe6\xa1\x2c\x57\x89\x1d\x73\x7d\xdc\x55\x51\x3d\xd3\xfe\x40\xac\x30\x90\xb9\xcc\xcf\x5a\x30\x93\x39\xdf\x2d\x8f\x6f\xc5\x5c\xb6\xa8\x9e\x57\xca\xdc\x0e\x00\xec\x15\xf4\xe8\x42\xa0\xa8\x41\x6a\xe6\x5c\x97\xb9\x4b\xbe\xc0\x4f\xa4\x83\x12\x7b\xb4\x9d\x24\x55\xbc\x2c\xa3\x46\x3c\x45\xb4\x2a\x16\x12\x96\x09\xb7\xef\xf7\x12\x04\x08\x12\x7c\x9d\xf9\xb3\xf9\x34\xd7\x71\xee\x04\xef\xe1\x22\x2e\x37\x99\x37\x13\x00\x58\x4e\x4c\xbc\x64\x95\xac\x5f\x37\xcc\xfa\x58\x18\xab\x75\x84\xe6\x4a\x7e\xab\xf3\x91\xb9\x62\x83\x4a\x75\x6c\x95\x68\x57\xf1\xc9\x98\x25\x82\x67\xf2\x5f\xfb\x26\xf3\x05\x45\x7e\x3b\x5d\x79\x47\x0a\x65\xae\xab\xb8\x3b\xa5\x79\x8b\x5c\x39\x24\xd1\x72\x00\x60\xc6\xb0\x77\x88\x36\xca\x68\xd5\xb7\x99\xcb\x0b\x27\x55\xa6\x82\x11\x12\x59\xf9\xbd\x82\xd3\xe2\x4d\xa6\x88\xb4\x0a\xe1\x55\xc3\x60\xf4\x90\x80\xa8\x5f\x1f\x76\x83\x6f\xaf\xa9\xdb\xb1\x82\x7b\xaf\xe4\xe8\x7a\x5f\x4e\x73\xf1\xb3\x85\x25\xec\x31\x69\x0c\x00\x30\x5a\x39\xe5\xc2\x24\xd9\x96\xc6\xef\x8c\x70\xe9\xf9\xfa\xdd\x44\xa1\x24\xb3\x06\x53\x30\x57\x3c\xa5\x52\x97\x06\x08\x8d\xe5\x03\xd1\xae\x02\xff\xb2\x5b\x61\x47\x78\x4f\x0d\xb6\xdb\x9b\xb8\x25\x3a\xca\xba\xbb\x9c\xc4\x12\xea\xc2\x14\x76\x62\x61\x0d\x00\x30\x0e\x70\x37\x0a\x1a\x0b\x5f\xb5\x67\xd0\x2b\xa4\x45\x2d\x7c\xc2\x2b\xc9\x96\x46\x66\x3e\x55\x74\xb6\x8e\x90\x4a\x17\xc6\x57\xa7\x1e\xe9\xe3\x7f\xad\xf0\x0b\xfd\xc1\x2b\x32\x07\x6c\x4f\xe1\x7a\x19\x6e\xaf\x2b\x65\xbf\xd0\x30\x16\x1e\x61\xf5\xca\x3a\x80\x69\xf4\x93\x5c\x29\x73\x51\x85\x4f\xd6\x4a\x52\x86\xb9\x24\xfb\x12\x2a\xa8\xcc\x3a\x57\x9c\xb9\xa6\x54\x92\xbf\x23\x3e\x53\x37\x0f\x61\x7b\x70\x81\x9a\x8d\xfc\x12\x54\xa5\x9a\x82\xfe\xea\x35\x47\xd1\x89\x7d\xee\xf4\x4a\x3e\x13\x5f\x62\x9b\x5e\xa4\x27\xbc\x07\x00\xc1\x6e\xb8\x9d\x31\x62\xa1\xe5\x02\xa4\x05\xa6\xb7\x79\x38\xe4\x17\x63\x66\xfe\xd7\x8c\x07\xfa\x3f\x88\xfc\x78\x27\xad\x12\x35\x39\xe2\xae\x7a\x1e\xba\x25\x88\xa0\xd4\x61\xf1\x5b\x3e\x28\x52\xf0\x0e\x4e\x0f\x8a\x8e\x13\x24\xb6\xb4\xa2\x70\xa2\x19\x00\x04\x76\xf0\x5d\x46\x5a\xf9\xd9\x02\x6b\xb0\xcb\x14\x8c\x08\x46\xea\x0c\x27\x91\xd2\x0c\x91\x1e\x8d\x1a\x8b\xbb\xad\x9d\x8f\x59\x1f\xa1\x2e\xd1\x60\x4d\x41\xbb\x94\xeb\xf1\x6e\x5b\xc6\xe4\x13\x84\x62\xa7\x2b\x45\xd9\xc4\xd3\xb6\x2a\xd9\x6b\xb0\x11\x00\xf8\xb7\xc9\x7b\xe8\x78\x73\x33\x76\x2f\xf1\x66\xd9\x6a\x9c\x23\xe2\x4c\xe9\x29\xdc\xfb\x63\x17\x74\xf9\xf8\x33\x71\x9e\x9a\x39\x84\x81\x08\x2b\x55\x39\xf1\x42\xe0\xe9\x62\x5f\xf0\x7f\x5b\x28\x72\x17\xd2\x63\xa7\x1e\x99\x16\x6a\xb0\x1d\x2a\xfc\x0d\x17\x00\x00\x7f\x33\x45\x4c\x4b\x33\x61\x48\x0a\xc2\x53\xe3\x6c\x68\x45\xc1\xa8\xbe\x05\x92\xa4\xbf\xd0\xa6\x42\xbf\x63\x73\xd5\x73\x60\x66\x78\x94\xb2\x81\xec\x1c\xe8\xae\x38\x44\x1e\xdf\xb2\xbc\x28\x84\x82\x74\xd2\x16\xf6\x50\xfe\xda\xbe\x93\xbe\xa6\x96\x00\x00\x2f\x8f\x36\x89\xea\x5e\x46\xa3\x93\xf0\x2d\x86\xe9\x74\x49\x7e\xaf\xae\x8d\x0e\xa7\x7d\xd4\xe4\xd1\xa1\x98\xe2\x92\x15\x74\xf1\x01\x79\xf1\x29\x7a\x6f\x80\x40\x8e\xa0\x7f\xf3\x6c\x92\x15\x30\xbc\x9d\x70\xd2\xdb\x0c\xd9\x3f\x6b\x25\x37\x19\xc5\x00\xc0\x35\xd2\x73\xc9\x97\x8d\x0b\x44\x68\x5c\x9a\x7e\x4c\x78\x31\x2f\x56\x2b\x16\xae\x4a\x6d\x52\x87\x09\x90\x47\x09\xaa\x49\xfc\xb1\xfd\x25\x8a\x16\xbe\xff\xae\xde\xa2\x34\xde\x49\xcf\xa5\x85\x89\xbc\x58\xa7\xf5\x92\x56\xde\xde\x7f\x02\xc5\xc7\x38\x1c\x00\xe0\x14\x31\x77\xc2\x8b\x0c\x19\x25\xbe\x98\x21\xdd\x27\x65\x67\xce\x57\x4d\x5f\x31\x32\x25\xab\x84\xa8\x98\x16\x1d\xae\xf4\x28\xaa\xda\x27\x95\x3f\x97\xc5\xf9\x8f\xcb\xf4\x85\x2e\x9b\x73\xa5\x0a\xe9\x8a\x55\xdd\xe2\x5b\x12\xd4\x3f\x1e\xa2\x10\xfe\x15\x00\x60\xb7\xb0\xfa\x48\xb8\xd2\x06\x73\x3d\x3a\x48\x97\x5f\x76\x25\x1b\xaf\x71\x37\x3c\x49\x9e\xaa\x7a\xa3\xbf\x73\xe4\x9f\xe2\x0a\xed\xfd\xbd\x08\x79\xba\xfa\x9d\xdf\x7d\x99\x53\x89\xeb\x26\x89\x74\xa6\xb2\xd2\xf1\xb3\xd8\x57\x8e\xb5\x1d\x17\x26\x88\xd0\x00\xc0\x9e\xc4\xfe\x00\xb6\x95\xe2\xaa\x73\x50\x32\x9d\x67\x65\x50\xd6\xa8\xfa\x83\x65\x7a\x52\x96\xaa\xc1\x34\x12\xc5\x2e\x4e\x37\x0a\xc3\x3e\xc8\x57\x96\xa6\xf8\x61\x0b\x1f\xe9\xb0\x9b\x3c\x24\x03\x1a\x5b\x47\xb3\xe8\x71\x31\xc5\xb6\x46\x70\x51\xcc\x05\x00\x56\x29\x27\x1e\xb4\x29\xdd\xd1\x20\x40\x7e\xd6\x7e\xa9\x73\xcd\xda\xa6\xae\xaf\x6e\x4b\x7c\xa1\x4a\xad\xdc\x1b\xb5\xa8\x78\x6e\xf9\xeb\x30\x65\xd1\x98\xa9\xcc\x6f\x6d\x21\xdf\x18\xbf\xf1\xbd\x24\x4a\x37\xe0\x88\x14\xa5\xa8\x96\xda\xf6\x08\x96\x48\x08\x00\xc0\x9a\xcf\xe9\x43\x2e\x6f\x85\xb3\x97\x67\x2d\x6b\x5a\x99\x53\x99\x64\xac\xbb\x96\xe7\x76\xa4\xb8\xda\x9c\x3f\xb4\x7f\x4a\x45\x1e\x82\x14\xf0\xc5\xec\x88\x3a\xbc\xf5\x89\xe1\x35\x26\x68\xdd\x15\xfd\x42\x9c\xfb\xd2\xc9\xda\xc3\xf8\x31\xab\x46\x55\x22\x48\x05\x00\x51\x25\xb9\x19\xd1\xdb\x72\x33\xb7\x39\xf3\x66\xa3\x30\xdf\x3a\x09\x5d\x17\x56\x90\x70\xa4\xa0\xda\x11\xd1\xbb\xef\xa9\xe5\x33\x6a\x67\xc0\x1d\x53\x0b\xfa\xd1\xd6\x4b\x06\x16\x56\xb3\x6e\x4c\xd7\x81\xdf\xbd\x74\xbe\xe6\x2b\xa1\xda\xea\x8e\xca\x86\x64\x0d\x00\x22\x34\xb9\x13\xb1\xbf\x65\x6b\x01\x22\x53\xd0\xf0\x05\xa1\x4a\xf2\xae\x1d\x44\xf6\x1e\xf1\xad\x32\xa2\x1e\xef\xeb\xb1\x80\x98\xcd\x01\x5d\xa6\x9d\xd8\x8a\xad\x1d\x86\xb9\x78\xb7\x75\x27\x75\xfb\x08\x86\xa5\x2b\x35\x02\xe2\x25\xab\x3f\x4a\x1d\xe9\x13\x00\x88\x5c\x28\xd3\x11\xd6\x4d\x9f\xb1\xab\x32\x9d\xeb\x2f\x62\xef\x26\x0e\xd5\xb4\xe0\xe4\x51\xe7\x2a\x75\x78\xc4\xbe\x23\xe5\x14\x42\x7e\xc0\xb1\xb2\x50\x22\x67\x2b\xa1\xd4\x11\x6c\x59\x67\xd1\xa6\x92\x86\x96\x6e\x53\x2b\xa0\x3a\xeb\x90\x62\x25\x39\x0a\x00\x84\x08\xea\xb2\x02\xd7\xc6\x6b\xe0\xf5\x8c\x8c\xba\x1e\x52\x4a\xa2\x5d\xb5\x81\x74\x33\xca\xab\xa2\x08\x3a\xba\xf7\x86\x19\x86\xbe\xed\xfa\x62\xdc\x07\xd7\x6e\x75\xd0\xaf\x25\x63\xd7\x51\x35\xf9\x94\x9d\x4b\xc3\x4a\x44\x54\xc0\xba\x58\x91\x4f\x7d\x03\x00\x02\x15\x2d\x2f\x3f\xb8\xe1\x5f\x5a\xdc\x31\x7d\xed\x00\x2d\x2d\x21\xab\xaa\x94\x96\x16\xa9\xb4\xa8\x68\xac\xbd\x61\x26\x2e\x6d\x70\x17\x6c\x88\xa1\xcf\xf4\xea\xd7\x79\xd1\x0b\xd6\x85\xa9\x21\xfa\xfb\xa5\x87\x54\x1c\x86\xc1\xfa\xa9\x3c\x88\x91\x02\x00\xfc\x6e\x7a\x43\x1e\xbe\x5e\x24\x58\x97\xde\x55\x83\xe6\x6b\xe3\xa1\xca\x64\xfe\x9c\xc3\x03\xe5\x09\x3c\x6d\x98\xb8\xec\x20\xcf\xdf\xff\x6e\xe9\x7a\xee\x67\xaf\x5d\xda\x59\xdc\xd1\x75\x56\x25\x01\xdc\x6b\x4b\xe3\x94\x2b\x79\xf6\x33\x7c\x65\x4d\x6c\x21\x00\xf0\xa4\xcc\xdd\x39\xef\xeb\x04\x8a\x94\x34\x56\x35\x28\x8f\x8b\xe3\x56\xe4\x17\x45\x1c\xba\x6b\xce\x95\xf9\x85\x1e\x37\x26\x17\x86\xfa\xaf\xd3\x07\x4a\x33\xb6\x34\x6b\xd6\x4b\x9a\xd6\xd6\xa8\x0e\x49\x12\x97\xfa\x16\xcf\x15\xdd\x9a\x81\x28\xc4\xf0\x56\x01\x00\xd7\xc2\xa2\xe4\xac\xab\x6d\x2c\x7d\x9c\x2a\xab\x6a\xd5\x47\xc6\x92\x2c\xcd\xda\x13\x07\x9f\x98\x5a\x34\x1e\x21\x8f\x0d\x35\x25\x3d\x7e\xc9\x3a\xad\x2a\x6b\xcb\x14\x75\x91\x32\x7d\xed\x0a\x65\x95\xa2\xc5\xee\xa6\xe2\x60\x61\xe5\x8c\x1c\x69\xbe\x60\x37\x00\x70\xde\xb0\xd1\xd9\xac\xda\x23\xe6\x89\x54\xab\xaa\x58\xd3\xf6\x58\xc0\x12\x6f\x44\x1c\xc4\x99\x62\x4a\xeb\x43\x68\x86\x70\xfd\x6c\x3f\x1b\x5d\xb0\xd6\xe4\xd9\xa7\xf6\xd3\xb8\xb8\xbc\x54\x86\xa9\xf6\xda\xb5\xc8\x1f\x17\xf9\xce\x40\x48\xee\x0a\x37\x01\x00\x87\xcd\xbe\x91\xf5\xb6\xe6\x67\x15\x37\x45\x5a\xf9\xa7\xa2\x34\xa6\xb4\x7c\xa2\xbc\xfe\xa0\x43\xd9\x17\xd3\xb5\x10\xef\xd2\x67\x65\x4e\xbe\x97\xb4\xb7\x0d\x1c\x4f\x69\xc9\x75\xbd\xa3\xcb\x85\xe2\x8b\xea\x24\xbb\x3a\x79\xa8\x5c\x30\xa3\x50\xe2\x22\xfc\x0a\x00\xec\x9f\x9c\xe5\x99\x70\x77\x4e\xf6\xed\xa4\xc1\xf6\xe7\xb9\xdb\xa3\x49\x2d\xf9\x79\xaa\x03\x37\x1a\x7e\x15\xcc\x0d\xee\xaf\x65\x21\xda\x77\x78\x54\x7e\x47\x91\x37\x56\x97\xf3\x30\x09\xce\xde\x65\x0a\x9c\xcf\x82\x47\xc6\x59\xf8\xfe\xa9\xb7\xd4\x2e\xa4\x48\x00\x10\x1f\xa7\xcc\xcc\x0c\xe8\xba\x9e\x17\x9e\xa4\x68\x8f\xcb\x67\x46\x27\x34\xbf\x2e\x68\x3a\x30\xd0\x40\x43\x7c\x0d\x6e\xa8\x9d\x81\x4a\xdf\xe1\x54\xc9\x43\xff\xd8\x68\x29\xb7\xc3\x56\x38\xfb\x95\xb9\xe3\x83\x17\x02\x86\x52\x82\x6c\x9a\x6d\xc9\x45\xd2\x71\x00\x10\xb3\x28\xd3\x32\x7e\x76\x05\x14\xfc\x2f\x29\xbe\xed\x0a\xe2\x4b\xb4\x67\x73\x36\xf2\xfb\x81\xd2\x06\x00\x6d\x1d\x2c\xaf\x29\xc4\x84\xee\x98\x53\x69\x8b\x6d\xda\x58\x62\xae\xc4\xaf\x73\xf6\x37\xf6\x11\x14\x0b\x97\x19\x56\x11\xdb\xa7\x79\x94\x24\x40\x22\x00\x10\x7b\x52\x42\x33\x4e\x74\x4e\xc1\xee\x4b\xb2\x6b\xad\xc0\x7e\x3e\xf2\xa2\x29\x02\xa7\x3a\x70\xb8\xee\x0b\x3e\x37\xf8\x40\xb5\x82\x90\xb2\xfd\x76\xc5\x62\x22\x6e\x23\xde\xd4\x08\xea\x9d\xb7\x1a\x4e\x92\x1a\x16\x86\x94\xce\x81\x94\xd3\xe8\xaa\x70\x72\x13\x00\x88\x0a\xa8\xe1\x19\xf6\xed\x97\xc0\x87\x89\xe2\x16\x36\x29\xee\x08\xaa\x71\x2b\x69\x60\xff\xcb\xda\x7f\xa1\x1d\x41\x9f\xaa\xc4\xd0\xdd\xed\x52\xcb\x1c\xb8\x70\xa3\x5f\x59\x25\x39\xce\x79\x43\x69\x0f\x65\xe3\xc2\x7c\xdd\x1b\xca\x9f\x69\xd7\x95\xab\x68\x73\x00\x40\x28\xa2\x15\x1f\x83\xdb\xee\xd1\x9c\x12\xbe\x37\xb3\x68\xce\x51\x6f\x1b\x36\xfc\x1f\x85\x75\xa1\x16\x05\xda\x28\x00\xf8\x03\x01\x15\x0b\x0c\x4c\x42\x29\x03\x01\x05\x24\x14\x90\x92\x12\xa4\x1b\x86\x98\xee\xee\xee\x62\x9a\x18\x86\xee\x06\xb1\xbb\xbb\x75\xad\x35\x7e\x5d\x63\xcd\xb5\xbb\xce\x73\xee\xe2\x15\x78\x6f\xa6\x0c\x3c\x12\xa4\x24\xe8\x7a\x75\x02\x5d\x54\x44\xd7\x1c\xc1\xc3\xa0\xdf\x6d\x3d\xc2\x4c\x9f\x25\xcd\x5b\x85\xff\xcd\x33\x34\x9d\x11\xed\x74\x5a\x65\xfe\x22\xca\x00\x40\xd5\x2d\x3c\x55\x73\x78\x42\xa1\xac\x2a\x8b\x1b\x0b\x52\x3c\xce\x8b\x1e\xba\xa7\x80\xa7\x5f\xeb\xaf\x57\xd8\x27\x4c\xea\x49\x90\x1f\x8e\x3c\xdd\x71\x59\x5e\x1b\x34\xd6\x8a\x90\x8b\x7d\x26\xdb\x8a\xe4\xe7\xe6\x9d\xb7\x86\xca\xfb\x9d\x5a\x4c\x10\xa9\x2f\x00\x4a\x9c\x78\x53\xf5\xa1\xad\x65\xa6\xe4\x52\xf8\xe8\x7c\x63\x54\xae\x74\xf0\xb2\x61\x75\xba\x7f\x9f\x56\xbf\x21\x1e\xdd\x1d\xad\x23\x45\x26\xb5\x5f\xa9\xdd\x17\x94\xd6\x82\xaf\x8d\xf7\xbe\xd1\x94\x51\xeb\x35\xef\x6e\xc3\x4f\xf5\x31\xa7\x7f\x8d\x8b\xe4\x24\x00\x14\x7c\x49\x7e\xb5\xf3\x38\xa2\x39\xa9\xa4\x73\x64\x6d\xd3\x9e\x9c\xdd\x03\xdf\xac\x2b\xd3\x50\xbd\x3b\x1b\x4e\xc4\x1d\xe8\x42\xd5\x6b\x23\x06\xdb\x67\xd5\x49\x03\x4f\x35\x1f\xb4\x0c\x79\xb3\xac\x6a\x93\x69\xde\x58\xc3\x02\xdd\xbc\xc9\x93\x0d\xae\xca\x2a\x00\xe4\x47\xa5\x1b\xaa\x4c\xe3\x76\x1d\x0b\x4a\xd6\x0f\x9f\x6b\x2b\xca\x81\x0c\x18\x5b\x1a\xd2\xe6\xf6\x66\x34\xcf\x8a\xa3\x76\xfe\x6c\xda\x16\x81\x6e\x1b\xb2\xb6\x04\x9a\x9a\xab\x1a\x9e\x78\x97\x58\x3d\x2d\x97\xe7\x8d\xd4\x37\xe8\x45\x93\x3d\xf4\x12\x55\x38\x00\xf2\x22\x69\x43\x95\xef\x98\xb5\xa7\xb8\xf8\xc1\x70\x55\x17\x3b\xc7\x65\xc0\xbb\xa3\x33\xf5\x7a\xcf\xed\x76\xe7\xb8\x8d\x9d\xd2\xd6\xc1\x88\xf8\xb6\x90\xe6\x3f\x81\x2c\xdb\x8b\x26\x96\x77\x4e\x63\x63\x7d\xdb\xbc\xbd\x75\x6f\x0d\xc3\x93\xd3\x75\x57\x54\xcf\x00\x90\x5d\x91\xde\x86\x24\x1c\x80\xa1\x46\x0b\x8d\x7b\x6e\xa1\x6f\x6f\x41\xed\xcc\xc2\x3a\x24\x3b\x4c\x1c\xc2\x95\xc7\x44\x8f\xf9\xe1\xff\x09\x73\x1e\x62\x11\x8d\x2b\x5f\xf5\xfd\x47\xce\xf7\xf8\xdc\x03\xa8\x8b\x5c\xd6\x75\xc1\x68\x2d\xf6\xf5\xd6\x1e\xd6\x45\x00\x6a\xf7\xf0\x56\x41\x56\xef\xbf\x8f\x9d\x59\xc8\xdf\x53\x88\x9b\xb9\xa5\x78\xc7\x4d\xfc\xcc\x4d\x3f\x26\x36\x11\x42\x63\xd6\x8f\x0e\x13\xa5\x61\xd3\x87\x26\x91\xed\x56\xbe\xef\xe3\x52\x4c\x9e\xd3\xba\xf5\x34\x4f\x97\xe2\xce\x37\x74\x98\xfd\x21\x6b\x02\x7b\x25\x00\xb5\x54\x9e\x27\x64\xda\xfe\x42\x7c\x63\x61\xd5\xee\xeb\x04\xd2\x96\x98\x1d\xa5\xc4\x94\x4d\x2f\xb6\x9e\x20\x45\xc5\x04\x8d\xae\x26\x57\x84\x4d\x1e\x54\x50\xc6\x56\x7e\xea\x03\xb4\xd9\x9e\x0b\xbb\x67\xd3\x89\x2e\x8c\x4e\x14\x43\x6d\x7f\xb3\xf1\x34\xfb\x1f\x00\x6a\x17\xf3\x2a\x2a\xee\xee\x5b\x48\x19\x2b\x8c\xda\xd5\x49\x5d\xb7\xc5\x63\x7b\x30\xf5\xc0\xa6\xa3\xe3\x13\x34\x6e\xcc\x94\x91\x55\xf4\xaa\xd0\x97\x03\x0a\x06\x6c\xe5\x8b\x9e\xdf\x4c\xbe\xe7\xaa\x2e\x47\x96\xc9\x65\xbc\x23\x91\xcd\x9b\xe4\xdd\x30\xc1\xbd\x0f\x80\x36\x8d\x5f\x52\x81\xdf\x73\x91\x15\x5a\x70\x7f\x27\x91\x25\xcf\xbc\xb2\xcd\x85\x75\x75\x93\x60\xac\x89\x9d\x10\x7d\x65\x78\x21\xfb\xef\xd0\x43\xfd\x64\x8e\x78\xe5\x95\xee\x47\xdc\x24\xcf\x75\x1d\x8f\x78\xde\x2e\x4f\xda\xa7\xf0\xa7\x4d\x62\xd5\x0b\x05\xf3\x00\xd0\x94\x09\x1a\x2b\x66\xed\xbe\x22\x48\x2c\x10\xef\x80\x09\xd6\x64\x72\xb7\xfe\x14\x2c\xdd\xb4\x76\x54\x23\x88\x8d\x36\x0c\xcd\x12\xc8\x43\x6b\xfb\xe0\x82\x6b\x2b\xc7\xbb\x2e\x0b\xe3\x3c\x23\xdb\x4f\x08\x3f\xbb\xba\xb5\x5e\x12\xe9\x27\x5d\xae\xcb\x14\xad\x06\x40\x8d\x16\x9e\x29\x87\xee\xe2\x2a\x1d\xf3\x3f\x6c\x77\x52\xa8\x32\xa7\x8c\x9b\x14\xd3\x92\xce\x8c\xf8\xca\xc7\xa2\xc3\x06\x86\xe5\x9c\xd0\xe4\x5e\x67\x79\xc1\x4a\x4d\x27\x4d\x0e\xf5\xcc\x6c\xdb\x24\xff\xd7\x95\xde\xe2\x2a\xfb\xea\x90\x69\x1e\x93\x9c\x01\x40\xb5\x5c\xbc\xa1\xec\xe9\xce\x65\xc6\xc1\x7c\xda\xc4\x49\x83\x34\x43\x3d\x86\xd4\xa3\x92\x72\x86\xfe\xe8\x74\x1b\xce\xf7\xab\x6b\x1f\x87\x7c\xe8\x7e\x53\x9b\xb3\x32\xbb\xa3\xb2\xd6\xc5\x33\xb9\x75\x81\xb6\xdf\x75\x9b\x6d\x4c\x65\x71\x18\x32\xc1\x64\xff\xfc\xbf\xc4\x24\xf1\x65\x09\x3b\x66\xda\xc2\xf2\xee\x6e\x3d\x6c\xd5\x6f\xfe\x3e\x8a\x6d\xf8\x99\x78\x71\xc8\xb1\x7e\xdf\x86\xec\x3e\x53\xdd\xf6\x10\x45\xf7\x4c\xcb\x87\x15\x9f\xdb\x2d\xe6\x7b\x9e\xf3\x5b\x22\x8c\xe5\xae\x07\x9b\x3a\xb5\x4a\x87\x47\xc6\x52\x45\x2b\x00\x0a\xb2\x74\x72\xe9\xb7\xed\xd6\xb6\x23\x79\x0d\x5b\x53\x5b\xde\x6f\xde\x37\xf2\xb1\x39\x3c\xd1\x32\xa8\x6e\xba\xbd\xc1\xb3\x6f\x9e\xf5\x70\x48\x59\x57\x53\x63\xf7\x8a\x1b\xed\x2b\xea\xfb\x3d\x67\x34\x1f\x32\x67\xbb\x5e\x69\x9a\x55\x7b\xd9\xd1\xc9\x70\x5e\x59\x0e\x80\x62\x9a\xb4\xa4\x74\xc7\xf6\x65\x5d\xfb\xf3\xca\xc7\xcf\x77\xdc\xd8\xac\x1c\x21\xb5\x4f\x4d\x44\x0f\x3a\xb4\x76\xad\xff\xd3\xab\x6e\x81\x84\xa4\x74\xcd\xb6\x69\x56\x9c\x6b\xeb\x69\x7c\xe8\xb9\xb8\x79\xb9\xe5\xa9\xeb\x6f\x6b\xbe\xee\x91\x63\xb4\xc1\x4b\x05\x00\x90\xcb\xa4\xb6\x13\xab\xd1\xaf\x2a\xb9\xbb\x83\xb0\x6b\xaa\x4f\x0c\x1a\x70\x58\xe8\xfb\xe6\x78\x7c\x2f\x62\x4b\xed\x64\xc2\x5b\xd4\x31\xee\x43\x52\x3e\x76\x35\x66\x23\xf9\x0a\xbe\xb7\xf0\x1a\xb5\x8a\x94\x1c\xf7\x83\xf6\x94\x72\xc4\x7f\x2b\xfd\x35\x6d\xd0\xe1\x38\xbb\x91\x31\xff\xb8\x17\x6a\x04\xda\xbe\xab\x10\xfd\x0b\x6e\x19\xf8\x0b\xbb\x05\x89\xb3\xd5\xe3\xfa\xd1\x2c\x2d\x8a\x30\x0f\xdb\xc8\xcd\x21\x5a\xf0\xc3\xe8\x23\xe4\x40\xe2\xf9\xc2\x1a\xca\x0d\xca\xcc\xb8\x06\x1a\x81\xe6\xef\x8f\xa7\xb3\xe9\x13\x0e\x43\xec\x1c\xc6\xc3\x63\x4b\x91\x04\xe4\xdb\x9d\x64\xd4\x65\xb4\x6a\x60\x26\x26\x1c\xeb\xd2\x74\x03\xbb\x15\x77\x4a\xb3\x0f\x1f\x43\x30\x70\xf6\x12\xae\x93\xb2\xd1\xf1\x24\x05\x65\x49\xc1\x7f\x94\x04\xea\xaf\xb8\x30\xea\x2b\xfa\x1e\xff\x55\xb4\x1f\x8c\x8f\x0e\x36\xf6\x24\xe6\xdd\x23\xcb\xe1\xd3\x48\xb7\xb7\x9b\x11\x83\xe4\x7d\x7d\xe9\xa8\x2d\x14\xad\x35\x19\xfd\x8e\xda\xa8\x2e\xc3\xf6\xd0\xb6\xb1\x95\x78\x38\xfd\x1a\x2a\x91\x18\xc3\xf8\x52\x30\x9b\xec\xc1\x5a\xb4\x51\x4c\xb9\xcb\xf6\xf6\x3b\x44\x7d\xc2\x3e\xee\xd0\xcc\xda\xcc\x99\x7a\xa8\xa2\xe6\x2e\x67\xe6\xc4\x05\x58\x3f\x67\x7d\x8f\x0d\x81\xe1\x20\x1a\xf6\xa3\x22\x38\x27\x94\x5f\x31\xf3\xb9\x21\xac\x6c\xec\x1f\x6e\x27\x32\x06\xff\x83\xe7\x92\xef\x4f\xfc\xce\x13\xc5\xde\x26\x9f\xe5\xdd\xf1\x43\x51\x4e\xf0\x5e\x3a\x1c\x62\x4a\x78\x89\x07\x42\xaa\x97\x48\xbb\xc7\x9f\xd6\x3c\x93\x86\x77\x3d\x85\x1d\x92\xec\xab\x0f\x40\x4c\x48\xa0\x0a\x23\x6a\xbb\x64\x3e\x73\x0e\xe6\x80\xf8\x1c\x22\x0c\x77\x5d\x2c\xc8\x8b\x21\xbc\x11\xaf\x8e\x0d\x25\x9d\x13\xdd\xf2\x5b\x46\x1e\x17\x65\x38\x7c\x61\xec\x14\xa0\xf7\xb6\x40\xae\x5a\xc0\x68\x6a\xd5\x7d\x13\xaf\xa3\xa0\xe6\xbe\xe1\xb3\xf9\x1c\xec\xb5\x5e\x2e\x43\x22\x67\xe8\x16\xd2\x57\xa1\xc3\xb4\xdd\xb0\x3a\x2c\x4e\xe3\x9d\x6b\x8f\x6f\x51\x35\xc5\xc4\x11\x15\xca\x45\xbe\x63\xa4\x12\xf9\x79\xc7\x50\xfa\x55\x71\xc5\xae\x7d\x15\x75\xdd\x21\x43\xc3\x95\x8d\x1d\x5d\xad\x6f\xab\x5b\xda\xa6\x18\x35\xd0\x03\xcd\x1c\x49\x09\xfc\xb5\xf5\x29\x35\x17\xb5\xa2\x61\x03\x14\x60\xa8\x16\x5e\xf6\x51\xdc\x56\xe3\x8e\xe8\x54\x42\xa7\xde\xc5\xd7\x8f\x88\xa9\x5d\xe8\x08\xa1\xaf\x97\xfe\xb7\xc3\x5a\x7e\x7d\x7b\xf2\x40\x1b\xe4\xe2\xf8\xd6\xe6\xb7\x55\xd7\x47\x5c\xf5\x5d\x35\x5f\x07\x84\x22\x2d\x7c\x75\xcf\x4d\xf2\x10\x92\xd4\x39\xab\x5a\x83\x3e\xda\xba\x2a\xab\x0d\xe7\xd0\x14\xb7\x41\x86\xff\x54\x3f\xe2\xb3\x9b\xb0\xc3\x34\xe4\x28\xa1\x9d\x57\x4c\xdf\x7e\xac\x9c\xb2\xaf\xa7\xff\x0a\x84\xbf\xeb\x50\x73\x60\x95\x6e\xdb\x1e\xdd\xa3\x9a\xe1\xb1\x3d\xc2\x1b\xb0\x7b\x43\x8d\x64\x27\xa4\x47\x5f\x76\xd5\x37\x34\xae\xf3\x79\x56\x08\x76\xa4\x55\xb0\x21\x09\xdf\xd8\xa4\xf1\x69\x27\x64\x5a\xce\x3a\x8e\xd2\x78\x8a\x2b\xdb\x57\x95\x7b\x1d\x9d\xd2\x1f\x0b\x09\x3b\xf0\xc4\xd6\x5d\x95\xba\xa7\x5e\x57\x51\x53\xbe\x23\x5a\x58\x0c\x93\x8e\xef\x26\xd5\x23\x0e\x0c\x3b\x56\xd9\xd0\x4e\x7d\xcb\xb7\x7c\xc6\x46\x77\xa6\x6e\x58\x83\xf7\x68\xd9\xe3\xb3\x13\x7f\xbc\x3e\xdd\xf1\x0f\xf5\x97\x32\xe6\x70\x3e\x6e\x5f\xa5\xf7\xb6\x47\xf8\xad\xd5\x92\xde\x11\xc2\x10\xf4\x60\xe3\x76\xe2\x28\xc2\x57\x75\x85\x74\x1c\xd5\xc6\x9e\x45\x7e\x8e\x9d\x87\xbc\x4b\xf5\xc7\x37\xe5\xdf\xa0\x91\x48\x89\x1b\xe1\xf4\x51\xca\x71\xbf\xdd\x0c\x0a\xed\xbc\xc3\x36\xf6\x19\x86\xe9\x10\x0c\xcb\x80\x6e\xd8\x36\x0b\x27\x83\xc7\xf4\x7c\xc4\x37\x20\xfd\x1a\xa7\x12\x0e\xa0\xa3\x55\xa1\xc4\x0f\x58\x24\x4b\x4a\x0e\xc1\x2b\x90\x55\x14\x35\x71\x22\x1f\x46\x7d\x49\xfe\xb5\xd1\x91\xbe\x81\xe6\xed\x87\x66\x4c\xa7\x5f\x70\x30\xb2\x8d\xcc\xf4\x83\x68\xcc\x06\x24\x67\x62\x35\xb6\x12\xbd\xac\x27\x18\xa7\xc2\xec\x6c\xd8\x82\xbf\x80\xe3\x2a\xd5\xc4\x25\x84\x0c\xe6\x6b\x12\x9d\xb4\x08\xf1\x80\xfc\x98\xfc\x3e\xef\x03\xb5\x94\xfa\x28\x76\x80\x76\x90\x3e\xee\xb7\x92\x6e\x64\x4e\x76\xe0\xb2\xd3\x58\x11\xfb\x8d\xc8\xfb\x24\xbf\xf1\x6a\xf4\x46\xb2\x7f\x17\x0f\xd3\x47\x99\x53\x77\x16\x37\x83\xba\x5c\x11\x86\x97\xd0\xb2\x19\x47\x89\x53\xe8\x3c\xf8\x63\x52\x1b\x63\x6b\xde\x22\xca\x06\xe6\xab\x98\x6f\xd4\x5d\xec\x19\xbe\x07\x68\x32\xf6\x39\x07\x22\xab\x95\x93\xb9\x77\x00\x7e\x8b\xbd\x72\xd4\x80\x2c\x60\x8b\x3b\xce\xa0\x6e\xb2\x2f\x58\x62\x31\x70\x4e\xa4\xec\x3a\xce\x81\xb3\x93\x5e\x8b\x1f\xe6\x46\xc2\x1e\x13\x61\xdc\x43\xb9\xf1\x64\x0f\x5e\x4a\x4c\x35\xa5\x9f\x77\xc8\x97\x4b\x45\xf0\xfe\x73\x18\x64\x5e\xe2\x89\x76\x5b\x61\x73\x25\x5b\x87\xc7\xe1\x9d\x92\xca\x76\x17\x64\xb4\xf8\x97\x69\x14\xf5\x4a\xbc\x4b\x4a\xc0\x8c\x8a\x05\xb4\x02\x1c\x59\xbc\x05\xfa\x3f\x42\x92\x78\x49\x0e\x8c\xe4\x26\x7a\x16\x7d\x9a\x3c\x24\x1a\xf2\x8d\xa7\xe4\x8a\xb6\x38\x7c\x67\xfc\x10\xf4\xec\xf8\x56\x7d\xcf\xd4\x37\xb8\x18\xda\x61\xcc\x6f\xd1\xc3\x21\xfa\xcf\x86\x0a\xe4\x0a\x5d\xa7\xb8\x14\xed\x54\x9b\x45\xe1\x60\x5e\x6a\xbe\xd7\x6c\xc6\xdd\x57\x37\x65\x07\x13\x4e\xaa\xd6\x6d\x78\x4a\x82\x2b\xee\xf8\xdc\x23\xfd\x96\xef\x77\x4c\x60\xb8\x88\x85\xdb\x36\x55\xd9\x3a\xbb\xfb\xea\x6a\x8a\xdb\xc3\x6d\xe1\x30\xf7\x96\xa3\xba\x60\xf8\x27\x5b\xb1\x10\x82\xbc\xdf\xf8\x94\x34\x81\xbe\x53\x5f\x59\x75\x14\xfb\x8f\xf9\xf4\x96\x2f\xf8\x5b\xc6\x55\xeb\xbf\x13\x85\xba\x1d\x3e\x78\x92\xa3\xf6\x89\xa3\x94\x8e\x91\xfe\xd8\xba\xa0\xf2\xfa\x04\xb6\x87\x5f\x5d\x3b\xe6\x60\x0d\x83\xe6\x0f\x99\xb4\xa9\xf0\x35\xfd\xfe\xfc\x46\xa4\x67\x77\x0f\x71\x2e\xda\xbb\xc3\xa9\xb2\x00\xbb\xa6\x25\x33\xf3\x0e\x7e\x95\xd5\xb2\x3e\x82\x70\xad\x3e\xd8\xc7\x89\x98\x6a\x4a\x72\x1c\xa7\xbd\x53\x4c\x1e\xdf\x5c\x29\xdd\xb3\xbf\x7b\x6b\xf5\xa6\x1d\xbf\x1a\xd1\xd0\x99\x13\x4b\x35\x2a\xd8\xd3\xd1\x54\xde\x53\xc4\xa5\xc1\x6c\x02\x19\x75\xb9\x37\x1c\x72\x06\x73\xaf\xe3\x4f\x26\x01\xf7\x57\xcb\xf1\xa8\x2f\x04\xaa\xf5\x8f\xf7\x07\xc2\xff\x2c\x45\x8e\x0f\x69\x4d\x8a\x33\x63\xfb\x2b\xe3\x0f\x2f\xe8\xf6\xaa\x76\xd8\x3f\xbf\xe1\x56\xcd\x99\x5d\xaf\x35\x76\xb0\xba\x6d\xfb\x79\x48\x04\x7d\xac\x8a\x30\x09\x85\x1f\xbc\x0b\xc1\x62\x68\xbd\x6b\x33\x43\x71\x35\x1d\xd2\xa8\x7f\xf0\xdf\x5a\xe6\xfb\xcc\x20\x64\xd4\x5d\x76\x0a\xa7\xb9\x29\xd7\xee\x2b\x27\x76\x42\xfe\x1a\x2b\x24\x15\x56\xc7\x76\x6a\xc9\x6e\x50\xa5\xe5\x1d\xf9\x21\xfc\xbb\x1c\x46\x39\x83\xe2\x30\x00\x75\x0f\xe6\x03\x3c\x98\x76\x08\xcf\xcb\x95\xd3\x4f\x91\xfc\x63\xc4\x8c\x63\x94\x51\xdf\xcd\xcc\x42\xda\x71\x87\x35\x1c\x38\xe3\xe1\x5e\x06\x01\x5e\x73\x77\x54\x49\x0c\x83\x3d\xef\xb8\x49\x9a\x81\xb8\x6b\x49\x27\x7d\x41\xdb\xc9\x4e\x93\x7f\x60\x57\xd1\xa9\x54\x27\x7c\x16\x6c\x27\xcd\x9b\x28\xcd\x5d\x44\x4f\x24\xdf\x88\xf1\x63\x14\xd0\x1c\x7d\x1d\x18\x9f\xe8\x07\x1d\x5c\x39\xa1\x4c\xed\x1e\x21\x3e\x08\xe9\x34\x32\x4a\x58\x80\xda\xdb\x31\x9f\x38\x15\x53\x6c\x36\x91\x66\xe0\x56\xc8\xbc\xc8\xab\x08\x80\xf6\x3f\x4a\x06\xf1\x3a\x2c\x9c\x2a\x26\xef\xce\x19\xa1\xed\xa1\x6e\x8b\xbe\x4c\xbf\x4b\xd7\xfa\x9c\x63\x08\x18\x9f\x1c\xec\xd8\x6f\x58\x84\x5d\xc7\x31\xd7\x89\xd4\xa1\xaf\xd8\x3f\x24\x63\x1b\x1e\x1f\x48\xb6\x98\x5c\x08\x85\x94\x11\xc9\x05\x62\x13\xf5\x7f\xd4\x1d\xa4\xa7\xf4\x85\xd0\x68\x4a\x02\xa3\x2c\xfb\x1e\xb5\x95\x39\x1c\xbd\x82\x76\x8f\xf5\x8f\x0f\x89\xce\x65\xef\x76\x70\x62\x6f\xe2\x30\x76\x1c\x40\x7d\x63\x25\x0d\x2e\xc1\x04\xb1\x4e\xb6\xec\xc5\x52\xd9\x81\x06\x15\xee\x10\xbb\x5f\x4c\x23\xf8\x72\xd6\x52\x54\x44\x33\xe7\x44\xcd\x46\xb2\x0b\xb7\x3c\x7b\x06\x45\xc9\xfd\xb5\xa1\x99\x7a\x95\xa7\xf1\x09\xa7\x55\xf2\x6e\x38\x24\xb2\x58\xbc\xe6\x6d\x67\x90\xc1\xe2\xfd\xfd\x71\x28\xa5\x58\x66\xfb\x89\x7e\x29\x8e\xd0\xfd\xc2\xe6\x89\xa7\x89\x16\xe2\x6e\x8a\x9e\x92\x0b\x09\x95\xa2\xd3\xd5\x71\xc4\x2f\xa2\xa1\xac\xf5\x64\x89\x48\xb7\x61\x3a\xe5\xa6\x08\xe7\xe3\x40\xcd\x14\x85\x38\x34\x32\xfb\x05\xbb\xb6\x7a\xc0\x5d\x8d\xe9\x3d\x13\x08\xa3\xc1\xdf\xaa\x41\xcd\xd6\xbd\xd5\xee\x47\x9b\x6b\xf7\x08\x5c\xb1\x6b\xb5\x22\xa2\x0a\x77\x57\xb3\xa9\x72\x0f\xc1\xa4\x76\xd8\x32\x9d\x14\xa6\x3c\xb2\x7e\x1d\xb9\x5e\xa1\xf5\x1e\x22\x7f\x91\x5b\x1d\xde\x31\x76\x88\xb9\xa3\xcd\xd0\xf3\x1d\xd3\xbb\x92\xe1\x69\xad\x27\x1a\x62\x11\x57\x9a\xa9\xea\x26\x54\x45\x53\x20\xcf\x0b\xe3\xdc\x70\x17\x7f\x16\x7b\xae\x8e\x05\x89\xc0\x5b\xcc\x93\x33\xee\x10\x37\x19\xea\xa2\x72\x49\xc3\xba\x2c\xef\x64\xd2\x37\x6d\xa7\x63\x34\xc3\x41\xfa\x64\xb8\x12\x6a\x3f\xae\xea\xf0\x81\x09\x46\xb2\xea\x22\x11\x53\x06\xa7\x28\xb7\x23\x6d\xbd\xc7\x39\x95\xe8\xcc\x2e\x24\x2e\x14\x3b\xaf\xed\x63\xf9\x75\xdc\x93\x66\xcc\xe6\x23\x84\xa6\xc6\xfb\x91\x06\xe2\x9f\xba\x89\x65\x77\x49\x51\xc6\xb3\x8e\x38\xba\x4c\xfe\x70\xa8\xb5\xe6\xd8\xae\xd3\xed\x85\xb0\xd8\xed\x21\x16\x04\xfc\xd8\xb8\x50\xf1\x01\x99\x35\x7c\x91\x3d\x8a\xfa\xd5\xff\x07\x6b\xc2\x1c\xe9\x71\x2d\x4f\xc1\xe9\x3b\xa6\x6d\x2e\x20\xc4\xb7\xd8\x47\x66\x10\xdb\xad\xcc\x65\xa7\x88\x17\xcc\x17\x1c\x5b\xe8\x2b\x15\x6d\x43\x73\x6b\x8c\x07\x97\xb4\x9d\x80\x39\xec\x8d\x33\x5f\x80\xf3\x76\xae\x57\xc0\x91\x60\x22\x98\x1d\x8c\xea\x1e\xb5\xc3\xfa\x60\xaa\x06\x46\xcb\x5e\xe3\xfc\x7b\xa2\x36\x2f\xc4\x5f\x6d\x3f\x14\x19\x46\xf4\x6e\x66\x2d\xbb\x4b\x8c\xa8\xdb\xe0\xf8\x8e\xd6\xa5\x74\xda\x1a\x49\xdf\x0d\x29\xec\xb5\xa7\xbf\xa9\x7a\xde\xe4\xca\x58\x03\xcd\xaf\x9d\xca\x18\x86\x6f\x17\x78\x31\x23\x50\x7e\x44\x02\xf3\x38\xa6\xa3\xb2\x8a\x05\xc3\x07\x64\x72\x58\xef\x89\x37\xa2\x96\xb1\x85\x94\xac\xa5\xbb\xd9\x37\x69\x50\x7b\x2e\x2f\x83\xb9\x7c\x5c\x49\x63\xd7\x6c\xe8\x29\xa0\x5d\x80\xa1\xad\x58\xfa\x2a\x04\x57\x0b\xa7\x9f\x46\xa9\xf8\x52\x06\x09\x33\x46\x78\xc4\x5c\x88\xbb\x0d\xf9\x97\x79\x85\xe8\x96\xe9\xca\x62\x93\xf1\x91\x17\xd8\x1e\xd4\xa6\xa5\x24\xb6\x98\x9e\x6b\x5f\xce\xf3\x67\xee\x1b\x3b\x4b\x4d\x44\x24\x77\xb7\x50\xb7\xa2\xe6\x36\x4e\xd0\x02\xd1\x27\x35\xe3\xb4\x7f\xb1\x12\xde\x03\xfa\x00\xbe\x82\x90\xcd\x40\x11\xa3\x21\x68\xe6\x3a\x72\x40\xc6\x30\xf3\x13\x35\x22\x52\xc0\x1a\xa6\xcf\x5d\x9a\xc4\x9e\xc3\x10\xdb\x97\x70\x9f\xb0\xb4\x23\xbd\xe4\xa5\x84\xbc\xce\x2e\xf2\x09\x22\xb6\xfe\x19\x85\x4c\xa2\xa8\xfd\xa9\x29\xe4\x7e\xae\x8e\xb6\x9a\xf2\x11\xbf\x9c\xee\x42\x8b\xab\x20\x32\x00\xdd\xb6\xf9\x2d\xe3\x21\x73\x4e\xc4\x7b\xe6\x6e\x56\x99\xd7\x37\xd6\x42\x76\x92\xbd\x90\x1b\xcb\x11\x0e\xbb\x13\xf3\x19\xb7\x3b\xdc\x48\x4e\x4c\x5c\x5d\x21\xe9\x1c\xf3\x89\x72\x1f\xf9\x04\x8b\xc5\x49\xa7\x9c\x65\x2f\xc5\x4d\xa5\x5e\x64\x5f\x28\xe7\xd2\xee\x71\x44\x9b\x83\xe9\x57\xb9\x9b\x23\x28\x8c\x9d\xdc\x2f\x5e\x77\x98\x0e\xbc\x4a\xfb\x13\x1c\x06\x4f\x35\x18\x87\x6f\x15\x2d\x68\x2b\x26\xd0\x85\x9f\xcc\x47\x89\x9b\x85\xfb\x15\xc9\x24\xb4\x70\x8c\x6d\x47\xd6\x08\x07\x31\x4f\x28\x03\xc2\xa1\x32\x29\xf5\xb2\x70\x6b\x3a\x86\x76\x45\x78\x38\xfc\x1b\xfd\x88\xf0\x8c\xd7\x3e\xfa\x47\xe1\xc1\x49\x1e\xec\x31\x81\xb6\x8f\x86\xa5\xe8\xde\x35\x5f\xc0\x31\x6a\x7f\x18\xd1\x78\x91\xf6\x9d\x6c\x29\x61\x42\xf3\x88\xe9\x4a\x7c\xa3\xfe\x1b\x1d\x44\x5e\xa5\xba\x52\xea\x4a\xc1\x29\x4f\xa4\xa5\x53\xb5\x8a\x93\xe1\x31\x34\x9e\xfc\xaa\x97\x92\xa6\x93\x2f\x9b\xd4\xc3\xea\x10\xaf\xee\x09\x44\xff\x6a\xf9\xd8\xa4\xc0\x2e\xb1\x7d\xd0\x87\xe1\x36\x58\x1f\x49\xe6\xe0\x79\x0d\xd7\xe8\x61\x84\xb3\x75\x07\x91\x52\xd2\x42\x73\x5b\x71\x37\x19\x67\x64\xa6\x2e\xa1\xb4\xeb\xcb\xd6\x95\x53\x4d\xb5\x44\xaf\xf9\x54\x9d\xe6\xf1\xa4\xc7\xcc\x8f\x52\x4a\xd7\x62\xb4\x64\xf8\x4d\xa3\x1c\x43\x1c\xf8\x56\x9b\x80\x65\xf5\xbe\x13\x45\xe3\x0e\x75\x7d\xa1\x8a\x08\x2e\xed\x2f\xe1\xdf\x89\x88\x96\xb3\x45\x9b\x49\x47\x9a\x5a\x53\x5c\xc8\xdf\x1a\x68\x61\x16\xca\xbf\x96\xbd\x9e\xdd\x94\x53\x86\x36\x87\xb9\x4c\xb8\xbc\xa4\x73\x03\x7a\xc5\xb6\x7d\x0d\xdb\x30\xcb\xc7\xe5\x5a\x0e\x76\xcd\x48\xa0\x50\x88\xa3\x0c\x5c\xa1\x5c\xc1\x1f\xe9\x2d\x85\x97\x11\xe7\x75\x9e\x2d\x3c\x4e\xc2\xb6\xad\x4c\xee\x23\x77\xdb\xf4\x61\xe9\x14\x65\x23\xdc\x53\x45\xc9\x37\xf1\x1c\x62\x98\xce\x8a\x99\x1d\x26\xd4\xdd\x3d\x43\x0d\x73\xd0\x0f\x76\xa6\x6b\x9e\x60\x5e\x4e\xec\x13\x7c\xc4\xf9\x8c\xb9\x52\x72\xf1\xc8\xa1\x44\xd8\x6b\xc2\xf6\xbe\xbc\x42\x14\xc9\xb1\x2b\x37\x19\x4e\x0e\x6d\xcb\x08\x0b\xa0\x38\xdb\xc2\x3c\x1b\xc8\x3b\xcd\x37\x1d\x94\x0c\x91\x82\xde\xbb\x8d\x17\x0c\x49\xb2\xbd\xe6\xcd\xaa\xea\x34\xe8\xb8\xdf\x6a\xde\x4a\x63\x78\xce\xf0\x74\x86\x3b\xcf\x0f\x79\x12\x15\xc6\xdb\x84\x89\x2d\x01\x3c\x0a\xee\x4a\xca\x30\xaf\x8d\x88\x0a\x73\xe3\x5d\x23\x5f\x71\xcf\xe1\xcf\xa6\x9e\x00\xf9\x02\x33\x33\xa5\x77\x3a\xd7\xb1\xfa\xae\x2d\x95\x0b\xa0\x9f\xf4\xef\xb9\xd3\xe0\x3f\x24\x03\xdc\x08\xd4\x54\xba\x9e\x4b\xc0\x84\x21\x77\x72\x7b\x71\x35\xc5\x06\xee\x33\x42\x5f\x4a\x11\x2f\x80\xf4\x36\xf4\x32\x8f\x46\x9d\xe1\xbe\x82\x77\x94\x36\x02\xb2\x05\x68\xe6\xe9\x9e\x42\xf6\x3f\xf0\xa6\x26\x1b\xfb\x2b\x92\xa4\x4f\xe3\x2c\x45\x07\x4b\xec\x38\x48\xcc\x0b\xda\x17\xce\x4e\xdc\x19\x64\x10\xe7\x0f\x61\xa2\x78\x09\xb7\x80\x34\x92\x62\xcf\x1d\xa3\x8c\x84\x1a\x78\x53\x69\x7c\xf7\xe9\xbc\x42\xfa\x4d\x50\x2d\x58\xc5\x52\x74\xd1\x99\x47\xf0\xb1\x8d\xf7\x58\xee\x04\x4a\x6d\x0f\x8b\x47\x34\x8a\x1a\x59\x0f\x49\xd7\xa8\x07\xd8\xd9\x94\x00\xc4\x22\xf6\x3e\xaa\xae\x68\x0d\x27\x98\xf6\x2b\xb9\x80\xd3\xc3\x40\x87\xce\xe3\x7a\x30\xb7\x2f\xb9\xc9\xad\x61\x19\x81\x89\xaf\xe1\x14\x77\xfc\x45\xff\x4c\xc7\x37\x94\x30\x10\x8c\x05\xda\x70\xc6\x2d\xc6\x98\x30\x9d\x59\xc1\x2c\xa5\xd4\x33\x5f\xb3\x16\xc2\xe7\xb2\x18\xac\xc7\x85\x79\xec\xc9\xec\x9d\x9b\x06\xd9\x2d\x1c\x55\xc8\x20\xc7\x9b\x9b\xb0\xe4\x38\x27\x93\xbb\x15\x3c\xe4\x9d\xe5\xa5\xb7\xcf\xa6\x69\x04\x8b\xea\xb6\xd2\xbe\x09\x42\xd4\xa3\x74\xb2\x20\x8c\xff\x92\xe1\x2a\x48\x24\xe7\x33\xf6\x0a\xca\xa1\xbf\x99\xa5\x02\x55\x41\x39\xcb\x4e\xb0\x3d\xe9\x1d\xab\x57\xf0\x20\x24\x89\xbd\x56\x38\x79\xc9\x00\x3b\x5a\x38\xcd\x6e\x2d\xcf\x51\xe0\xd3\x52\x46\x61\x6b\x53\xcd\xe1\xd4\x39\x9a\x76\x65\x19\x75\xa7\xfa\x16\xf7\x24\x0d\xaf\xfa\x41\xa4\xd0\x83\x55\xbe\x35\x69\xf4\x57\xca\x9c\xbc\xf7\x8c\x41\x85\x20\xf1\x0e\x13\x2a\x1f\x5d\x5b\xcb\xfc\x20\xfb\xb8\x84\xc0\xbc\x25\xe3\xd9\x0d\x70\x67\x8a\xba\x9b\x7e\x90\x17\x35\x1d\x32\xbc\x25\x9f\xb3\x4e\x97\xc7\x51\x84\x0d\x71\xec\xab\xd4\x94\x3a\x12\x7e\x98\xb6\xc0\xdc\x5a\xb5\x93\xf6\xcc\x78\x32\xd7\x4a\xdf\xab\x7f\x99\x70\x84\xc1\xd1\xcd\x5d\x73\x90\x39\x49\x2b\x5a\x32\x97\x71\x5a\x7d\xd5\x7e\x0a\x27\x49\x72\xcf\xea\x4e\x52\xf7\xff\xa7\x9f\x41\x5e\xd4\x0b\x91\xc2\xc9\x97\xba\x0e\xb0\xe6\x52\x9a\x3a\x66\xe3\xe6\x51\x71\xad\x25\x95\x29\xb4\x44\x9b\x21\xa7\x82\xbe\xb8\xf1\x58\xfc\x6e\xfa\x9d\xba\x5f\xc1\xaf\x18\x45\xe6\x93\x8b\xeb\xe9\x5f\xf4\x1e\xf6\x21\xec\x31\x59\x6f\x63\x0e\x29\x76\xcc\xa4\x8b\x23\xdd\x19\x9e\x90\x74\x91\x75\x03\xfb\x98\x10\x4a\x7e\xef\x0e\x2c\x91\xea\xd3\xd5\x04\xd9\x4e\xfd\xda\x8e\xca\x7e\x48\xbb\xd0\x12\x1a\x9f\x4d\x57\x34\xcd\x0c\x6e\xa1\x7f\x6d\x58\xbd\x98\x44\xe7\x19\xfe\xb2\xcf\x61\x67\xcb\x73\x1a\x76\x11\xff\xec\x80\xd5\xf6\x90\xda\x27\x32\x24\xb3\xc8\x5b\xc6\xe6\x31\x6e\x51\xa6\x0f\x9d\xc1\x7c\xa7\x5c\xed\x87\x40\x32\xa9\x6d\xdd\xb7\xb2\x6b\x69\x98\x8e\x8c\xf8\x59\xf4\x45\x2d\xd7\x83\xe9\x74\xb6\xf5\xc4\x62\x26\xed\xa6\x69\x89\x7d\x3d\xeb\x94\xfc\x60\xd3\x90\x94\x03\x01\x86\x9b\x92\xfb\x55\x55\xf2\x1c\x49\x6e\xcd\x10\xfb\x98\xf8\x1d\xdc\x01\x4f\x11\x37\x20\x39\x55\x70\x71\x14\xfa\x6b\xae\x9b\xe8\x25\x4e\x1d\x4f\x15\x8d\x12\x5d\x82\x94\x22\x03\x39\x6f\x41\xb9\xe8\x21\x75\x26\x00\xa2\x93\x4c\x5a\x93\x8b\xa4\xb8\x9a\x65\x88\x17\x3f\x82\x9a\x64\x87\xc5\x3c\x78\x23\x3b\x56\x1c\x88\xec\xc6\x7d\x15\xbd\x40\x5f\xad\xfc\x28\xea\xc6\x4d\xca\x99\x10\x21\x09\x69\xf1\xab\x44\xf1\x24\x71\x50\x81\x28\x82\x22\x5a\xb0\x49\x64\xa0\xbe\x00\x40\xd4\xc8\x7c\x68\x45\x89\xa3\xe1\x0b\xf5\x6d\xa2\xd7\x88\x57\x32\x1f\x51\x1f\x6a\x9c\x35\x20\x22\x60\x50\x38\x82\x28\x1a\x97\x5a\xc9\x11\x4d\x21\x44\xe6\xa4\x0a\xef\x93\x36\xc4\x3d\x16\x9e\xa5\x04\x06\x2d\x17\x5e\xa2\xfe\xbb\x20\x52\xe4\x4b\x9f\x01\x80\xa8\x8c\xa5\x6d\xd8\x29\x24\xe0\x8a\x74\xb3\x85\xeb\xf1\x0d\x92\x6d\x42\x17\xc2\x61\x26\x4c\xf0\x87\x34\x0b\x9b\x2b\x78\x43\xa6\x40\xf8\x82\x1b\x94\x7f\xb3\x49\x82\x13\x34\x54\x5c\x8a\xe0\x0c\xfd\x4c\xe0\x45\xc1\x73\xe6\x8c\x05\x2b\x85\xab\x99\x67\x01\x10\x1e\xe3\xc4\xd6\x57\xf1\x6d\xb4\x25\xda\xdd\x7c\x23\xed\xae\xb8\x8c\x2f\xa7\x2b\x19\x6b\xf9\x6a\x46\x3a\x26\x9a\xdf\xc8\x74\xaf\xd0\xf2\x9b\x59\x8e\x59\xad\xfc\x4e\xd6\x87\x8d\xe3\xfc\x93\xec\xf3\x81\x54\xfe\x3b\x8e\x6e\xc1\x2a\xc1\x5c\xce\x6b\x00\x84\x93\x79\x73\x2d\xe3\xbc\x24\x5e\xa1\x26\x8c\xb7\x82\xa7\x17\x4d\xe5\x2d\xe6\x4d\xd0\x3e\xf1\x22\x79\x0f\xd0\xcb\x79\xe5\xfc\xc5\xe5\x26\x1e\x93\x8f\xd9\x72\x81\xd7\xc8\x3f\xb2\xd1\x97\x77\x5a\xe0\x1c\x18\xc5\xfb\x4f\x90\xb9\x20\x95\x77\x5f\x50\x04\x80\xc0\x8b\x7f\xcf\x54\xc6\x59\xa2\xda\xab\x7c\xc3\x49\x55\xe5\xf3\x2f\x72\xe8\xca\x53\x94\x4f\x9c\x21\xa5\x07\xb2\x98\xf3\x48\x41\x29\xfd\xcd\x5d\x24\xbf\x97\x89\xe5\x26\xc9\x63\x63\x17\x73\x75\xb2\xce\xd5\x7c\xee\x6e\x99\xfb\x02\x27\x2e\x51\xba\x15\x00\x7e\x82\x68\xbd\xfe\x29\xeb\x4b\x43\xaf\x7c\x80\xed\x5e\xef\xc3\x3d\xc0\xce\xb0\x18\xc9\x4e\x6c\xbd\xd9\x01\xde\xcd\xbe\x61\xa4\x96\x10\x39\xee\xfa\x27\x19\xde\x9c\x2a\x5d\x49\x8c\x03\xa7\x5f\x7b\x21\x60\x1b\xe7\xa4\xc6\x32\xbf\x95\x53\xa4\x62\x00\x1f\x9e\x50\x92\xa8\x5b\xc6\x9a\xdf\x7d\x5e\xfa\x94\x55\xd3\xb9\x93\x03\x58\x83\xed\x14\x22\x86\xf5\xa6\x75\x09\x6c\x2d\x3b\xdc\xb6\xb7\xd8\x97\x2d\xb5\x66\x6c\x9e\xc2\xbe\x54\xff\x28\xda\x99\x33\xcb\xa2\x5e\x75\x97\xe3\x61\x1a\x9e\xbf\x90\xad\xaa\xcd\x06\xb9\xdc\xfb\xd2\xf7\xb5\x41\xcc\x77\x43\x5e\xd2\x79\xac\x80\xfe\x83\xec\x14\x16\xbe\x37\x90\x70\x94\x35\xd6\x25\x86\xda\x58\x1f\xda\xcf\x14\x75\xb0\xa3\x5b\x7e\xa6\x37\xb2\x15\xb6\xf0\x0d\xfd\xec\x83\x8d\xe6\x55\x2a\xf6\xc1\xba\xdd\x6e\x2f\xd9\xae\xba\x7b\x80\xce\x65\xcb\x1a\xb5\x70\xe6\x8d\xf1\x09\x09\x86\xf9\x67\x74\x11\x6b\x2f\x2b\x74\x28\x8b\x90\xc0\x42\xf7\xc3\xa1\x41\xac\x9e\x1e\x78\x51\x22\xeb\x59\x67\x56\x7a\x36\x7b\x55\x5b\xdc\x06\x0c\x3b\xaf\xb9\x78\x55\x31\x3b\xa6\x71\xae\xdb\x4b\x16\xca\xe0\x02\xba\x38\x5f\xe5\xf6\xca\x06\x43\x0a\x24\x46\xb0\x5d\xf7\xbc\x8a\x49\x77\xab\x1d\xac\x19\xc2\x8c\x6a\x0d\xb0\x37\x95\x16\x0d\x07\x59\x98\x77\x5e\x0d\x41\x9f\x4d\xfe\x5b\xb5\x05\x97\x17\xd1\xa6\xac\x26\x1c\xf7\x7b\xa2\xb8\x4c\xfa\xc7\x65\x40\xe9\x47\x89\x02\x40\x7a\x84\x35\x49\x69\xaf\x8f\xaa\xce\x13\x04\xd5\xfe\x81\x16\xd0\xba\xb5\x77\xe0\x99\x98\x04\xcd\x6d\x64\x76\x65\xb0\xfa\x0e\x9a\x96\x47\x53\x5d\xc2\xf6\x26\xd7\x2a\x2f\xe3\xff\x8b\x40\x2a\x3e\x91\xdc\xfc\xce\x2a\xa8\xe4\x77\x2e\xdd\x8a\xf3\x94\xef\x00\x48\x8d\xac\x54\x45\xa5\x6e\x0d\xcc\xcc\x6f\xa9\x5d\x80\xa8\xa1\xf9\x6b\x67\xa0\xbc\xd0\xe7\x34\x3e\xe8\x3b\x90\x63\xea\x70\xec\x81\xbc\xb9\xaa\x28\xfc\xf6\xe4\xf5\xca\x14\xe2\xfe\x88\x10\x85\x90\xdc\xe5\x37\xaa\x98\x4a\x8d\x71\x19\x51\x14\xd0\x66\x03\x20\xcd\x62\xdd\x90\xfd\xad\xb5\x61\x83\x78\x69\x9a\x3a\x9c\x98\xf2\x55\xdd\x87\x3f\x8a\x3a\xac\x3a\x4f\xf4\xa8\xf8\x5b\xf9\x89\x64\xcc\xdd\xa4\x74\xa1\xcc\xdf\x54\xab\x08\xa1\x0e\x85\xef\x92\xf3\xe8\xb3\xfc\xb8\xf2\xf9\x8c\x24\x97\x4b\xf2\x0d\x8c\xd3\x00\x48\x3a\x38\x45\x52\x9b\x66\x32\x25\x86\x3b\x53\x3d\x9f\xba\x8c\xbc\x5b\x15\x44\x7d\x8d\xec\x54\x62\x68\x97\xca\x1f\x28\x86\xe8\x27\x73\x10\xf2\xbf\x19\x97\x92\x2e\xc8\x5d\x98\x8f\xc2\xa3\x64\x6c\xd6\xdf\x7e\x31\x32\x77\xf6\xa8\xcb\x03\xd9\x42\xf6\x57\x00\xc4\x2f\x78\x53\x25\xa5\xaa\x09\xf6\x4b\xf6\x45\xe5\x6e\x4e\x04\x49\xa5\xf8\x8b\x43\x45\x98\x15\xde\x9c\x1b\x65\xff\xc8\x19\xdc\xf8\x6c\xbd\x6c\x2f\xf7\x7c\xd2\x14\xe9\x77\x5e\xce\xba\xa3\x52\x0e\xef\x8e\x9f\xb3\x74\x09\x3f\xcb\x75\x92\xe4\x11\x9f\x09\x80\x78\x15\x7f\x4c\x14\xac\x38\x21\xcf\x61\x5e\x90\x7f\x96\xcf\x24\xf4\xcb\xd7\xcb\x06\x61\x77\x65\x2d\xb2\xb4\x52\x8c\xcc\x5e\xfa\x29\x2b\x4a\x5a\x22\x1d\x4c\xf8\x28\x19\x97\xc2\xc3\x9e\x4b\x22\xa4\xbe\xbe\x2a\xf1\x55\xa9\x93\xcb\x3b\x31\x46\xb2\x0e\x00\xd1\x32\xe1\x2d\x41\xb8\x9c\x64\x3a\x41\xff\x24\xdb\x65\xdc\x87\x7b\x23\x9b\x67\x50\x42\xb7\x48\xf9\x7a\x68\xf1\x6f\xc9\x3b\x5d\x6c\xe6\x0f\x49\x49\xad\x57\xfc\x53\xf1\x59\xed\x94\x30\x17\x71\xaa\x66\x92\xcf\x4b\xd1\x65\x35\xcc\x65\xa7\x28\x55\x11\x05\x80\x30\x57\xdc\xc9\x23\xcb\x7a\xdb\x26\xd1\xd2\xa5\x3f\x5b\xf2\xb1\x44\x69\xb1\x4d\x52\xfd\x3f\xc9\x05\x6b\x7f\xd1\x5e\x49\x5c\xc3\x85\x8c\x1b\xe2\x3d\x75\x6f\xe2\xde\x88\x83\x2c\x3e\xa1\xc1\xa2\x41\x93\xc8\x67\x99\xc8\xd3\xd0\xe4\x92\x28\xa4\xab\xf1\x00\x08\xc6\xa5\xf3\xb8\x3d\xb2\xea\xee\x9b\x54\xa3\x74\xa2\xf3\x19\xe6\x84\x74\x6e\xfb\xb5\xea\x8d\x12\x79\xeb\xd6\xa2\x35\xe2\x8f\xcd\xb5\x19\xe5\x62\x5c\x13\x2c\x4e\x2d\x7a\xdc\x58\x10\x72\x5d\x94\x5b\x2f\xf0\xbe\x22\xdc\x6d\xf6\x72\x59\x22\xf8\xa5\x39\x00\x80\x20\x57\xda\xc1\xf9\x2e\x5b\x31\xf0\x93\xf2\x4d\x4a\xee\x7b\x88\x89\x95\x5c\xe8\x69\xa9\xba\x24\x09\xed\x4a\x2b\xbc\x20\x6e\x69\x7f\x93\x31\x45\xec\xda\x6a\x88\x4b\x16\x49\x9a\x73\x43\x5a\x84\x8f\xac\x67\xbd\x3b\x85\xc1\x75\x4b\x5c\x3c\x05\xb9\xda\x6b\x00\xf0\xaf\xc8\x00\xcd\xd2\xfc\x02\x32\x82\x6b\x68\x7a\x57\xf5\x00\xfa\xc7\x3a\x09\xea\x54\x7a\xa4\xc1\x17\x1e\x9a\xfd\xa4\x2e\x15\x29\x4f\xa6\x98\xab\xd0\xff\xad\x7f\x62\x54\xe3\x10\x81\xce\xfa\x6f\x84\x9d\xee\x58\xbd\x3f\xa9\x69\x6a\x6b\xad\x0f\xa5\x1b\x00\x45\x0a\x7b\x06\xcd\xbd\xd9\xa3\x9a\x8d\x8b\x68\xf2\x86\x52\xa0\xdb\x1b\x23\xe0\x55\xa5\xac\x7a\x32\x32\x3f\xbb\xd3\x32\x8a\x46\x27\x47\x98\xae\x61\xad\xeb\x77\x18\xa7\xe2\x6f\xad\x7e\xa3\x57\x10\x9f\xb8\xe3\x74\x07\xc8\xca\xa9\x87\xb5\xc7\xa9\x69\x00\x28\x66\xb2\x57\x52\x9b\x6c\x79\x30\x0a\xf6\xbc\xb5\x10\x11\x0a\x2d\x6b\xc0\x20\x5f\x94\xfa\xd5\x1d\x47\x77\x67\xe7\x5b\x66\x60\x25\x9b\x3e\x9b\x62\xf0\xdc\xf5\x02\x03\x9f\x28\x59\x7d\x55\x3f\x9d\x9c\xe7\x8e\xd1\x25\x51\x0e\x4d\xbd\xab\xcd\xa4\x6d\x01\x40\x7e\x8a\x6d\xa0\xe0\xad\xc7\x30\x68\xcc\xa9\x86\xd7\xd8\x0b\x35\xac\xfa\xe5\xf8\x25\x25\x10\x0b\x97\x20\xcc\x1a\x36\x5d\x22\xfe\xde\x54\x6d\x74\x25\x5b\xd6\x3b\xea\xab\xa8\xa1\xab\x45\xb5\xbf\x69\x06\xf7\x9a\xda\x68\xfa\x80\xb3\x8b\x26\x9a\x69\x07\x80\xdc\x8d\x73\x87\x7c\xb8\x31\x9a\x74\x18\xfd\xb4\x9e\x45\x3e\x5b\xcd\xb3\xec\xa5\x8c\x17\x73\xcd\x4b\xa9\xc3\x5b\x1e\x19\x15\xb4\x43\x49\xdb\xf4\x7f\xd3\xff\x8d\x22\xeb\x22\x98\x0b\x57\x07\x6b\x5f\xb0\xfc\xdd\xf3\xb5\xde\x6c\xe0\x1c\xaf\x76\xe3\xac\x06\x40\x96\xc5\x2b\x27\xb1\xeb\xbf\x30\xf7\xa3\x4e\xd6\xf9\xb1\x56\x57\x31\xcc\x70\x96\xa1\x48\x65\x7c\xc4\xf6\xda\xe2\x62\xc8\x61\x1f\x49\xfc\xaa\x9b\xe0\xd0\x23\xaf\xd7\x2e\xe2\xae\x0b\xb8\xa2\xb9\xcb\xfd\xcf\x3d\x5e\xe3\xca\x33\x3b\xb3\x94\x6f\xf9\x61\x00\x48\xd9\xfc\x3b\x84\x1d\x75\x53\x24\xc1\xc8\x48\x33\x54\x32\xaf\xd2\xd3\x78\x56\xfc\xba\xb0\xc8\x90\x2d\xbe\x96\x39\x49\xf7\x97\xf8\x6c\xe2\xcc\xda\x34\xf1\x85\xc8\x05\x9a\xa3\xe2\x7b\x01\x99\x6a\xa9\xf8\xab\xbb\x83\xaa\x43\x12\xe6\xdc\xaf\x40\x89\xbd\x00\x90\x60\x84\xfb\xf1\x4b\xcc\xdb\x75\x74\xf8\x49\x93\x67\xed\x68\xc5\x88\xa1\x47\x7b\xb1\xc0\x5d\xbf\x42\x3b\x6b\xf3\x8b\xda\x1d\x9a\xbc\x84\x79\xda\x68\x75\x67\xc4\x26\xf5\x49\xf5\xa4\x55\xdb\x54\x62\x95\x66\x49\xbf\x52\xad\x5a\xed\x3c\x2c\x5f\x2f\xc3\x02\x20\xd6\x89\x63\xb0\xf7\x4c\xb7\xad\x2a\x18\xc3\x98\xd2\x18\x5d\x2e\xd2\x1f\xad\xbf\x9d\xf7\x45\x57\x58\xc7\x49\x7f\xa1\x7d\x66\xf1\x8f\x5f\xab\x11\x99\xee\x87\x2b\xd4\x0b\x8d\x7b\x56\x39\x29\x2f\x18\x2e\x2e\x71\x50\x1c\xd7\x4d\x73\x66\xcb\x0a\x94\xb3\x00\x10\x3d\x93\x50\xb1\xa1\xa6\xea\xd6\xff\x41\x1f\x18\xfe\x69\x29\x2a\x7b\xa7\xc7\xd8\xf6\xe6\x31\x6a\x7f\x35\xf9\xa6\x73\xb4\xb5\x8d\x0d\x71\x57\x35\x2b\x1a\x16\x84\x87\xab\x4e\xd6\x5d\x58\x79\x48\x89\xb3\xf8\x2d\x3e\xaa\xc8\x33\xcc\x74\xae\x90\xde\x56\xad\x04\x40\x54\x2b\xf9\x07\xd3\x6d\x7c\xd7\x55\x07\x85\x18\x84\x1d\x2f\xca\x04\x7a\xd7\x76\xbf\xbc\x79\xb5\x2d\xad\x98\xf4\x55\x5a\xbf\xe6\x3d\x71\x06\xf5\x11\xdb\xa2\xf0\xc9\xaa\x72\x6b\xcb\xca\x06\xc5\x87\xfa\x6b\x8b\x3b\xe4\x87\x8c\xa3\xce\x18\xe9\x1a\xb5\x3b\x00\xa2\x69\xd2\xf8\xea\xfb\x83\x4e\x95\xa4\xd2\x03\x7d\xe9\xd5\xcc\xbc\xb9\xdd\xdd\x50\x66\xfa\xad\xce\x25\x70\x75\xc2\x9c\x36\x0b\xf2\x70\xe4\xb9\xe6\xef\x98\x59\x41\x8c\x26\x01\x0e\xeb\xed\xd4\x28\x27\x0c\xcc\xe1\x36\xbc\x26\x6d\x99\x74\xcb\xb8\x8c\x86\x07\x40\x25\xe2\x78\x54\xb7\x0e\xa4\x54\xbf\x2b\x55\xf4\xea\xa0\x67\x72\x5f\x75\x3d\x87\xdb\xd2\xc7\x3b\x28\x48\x7a\xfc\x9b\xd6\x1f\x68\x6a\xe4\xd6\x66\x2c\xd6\x10\x04\xb3\x7e\xc3\xef\xf2\x76\x6a\x9c\x4c\xdc\x35\xa7\xbe\x01\x4b\xf6\x72\x00\x86\x43\xb4\x97\x00\xa8\xa2\x39\x8b\xaa\xb3\xfb\x35\xb0\xe6\xd2\xe4\x9e\x2b\x88\xf4\xdc\xf1\xae\x40\xe4\x8b\x74\x5e\xfb\x19\xb4\x21\xfe\x68\x6b\x19\x16\x12\xa9\xb1\x5d\xc7\x6f\x0e\x4a\xb7\xa2\x89\x71\xde\x93\x1a\xf8\x64\xe7\x39\xa3\xf5\x77\x29\xf1\x0e\x7e\x86\x64\xfa\x79\x00\x94\x2f\x38\x35\x55\xa4\xde\x37\x18\x8f\x12\x43\x37\x04\x5b\x93\xeb\xde\xf1\x00\xd7\x95\xf6\xa3\x4d\x44\x70\x8a\xcf\x6f\x59\x4a\x54\x44\xae\x6d\xea\x21\x7b\x04\x39\x37\x26\x50\x0e\x2c\x7b\x52\x5f\x42\x5b\x36\xe7\x5a\x5d\x0f\x7d\x81\x03\x51\x1f\xc2\x0a\x00\x40\xb9\x82\x4b\xaf\xfc\xd9\x43\x24\x5e\x28\x01\x9d\x9f\x48\xf7\x72\x08\xed\x12\xf2\xa5\xb4\xca\xd6\x10\xca\x9d\xb8\x2b\xb6\x07\x34\x10\x71\xcc\x4a\xa0\x87\x05\xee\x6c\x70\x61\x50\x97\x9d\xae\x0b\x64\xb6\xce\x79\x6f\x29\x67\xe1\x1c\xf6\xeb\xa6\x72\x2e\x01\xa0\xc8\xe2\x5d\xae\xcc\xea\x5e\xc6\xf0\x2d\x4e\xe8\x18\x60\xec\xcd\xde\xdb\x16\xc5\x8c\x49\xdd\xdf\xfc\x85\xf9\x32\x2e\xa1\x69\x8c\xb5\x35\x62\x73\x63\x12\x5b\x12\x58\x52\xf7\x8c\x53\xb1\xac\xcd\x32\x85\x9b\x31\x77\x8a\xd9\x83\x37\xd9\x71\xba\xf6\x01\x3f\x17\x00\x39\x49\xe0\x57\xb1\xbd\x13\x2d\x6c\x2e\x9a\xdd\xf6\x41\x38\x91\x75\xa3\xa5\x41\xb8\x3f\xe5\x9d\xad\x52\x78\x67\x63\x9d\xd5\x5b\xe4\x12\xbe\xaf\xfe\x9c\x28\x6b\xf5\x1b\x0b\x4f\xd4\xb5\x8c\x64\x52\x8a\xbd\xe7\xfa\x1b\x61\x62\xb9\x23\x46\x53\x24\x92\x02\x20\x4b\x11\x9e\x29\xdf\xde\x7e\x43\xbd\xb3\x70\x61\xab\x4e\x1d\xb3\xe5\x63\x73\x9a\x6a\x67\x8a\x6f\xd3\x12\x55\x5c\xec\xfd\x86\x57\xca\x7f\xc2\x7d\xea\x3a\x95\xc6\xd5\x64\x33\x42\x59\xb1\x6c\x95\xb1\x5c\x29\x99\xbb\xcc\x30\x5b\x11\xeb\xd8\xaf\xf6\x96\x7a\x03\x20\x85\x8a\x1d\xcb\x8e\xb6\x8d\x59\x5e\x17\x2c\x6f\x11\x9b\x1f\x6c\x99\x64\xcb\x30\x5d\x49\x4e\xb7\xfa\x1a\x1f\xc6\xfa\xd4\x7f\x36\x3a\xaf\x63\x5b\x4e\x18\x36\x07\xbc\x30\xd9\xf4\x17\x97\xee\x37\xa8\x74\x47\xe7\xdc\xd0\x2f\xd6\x38\x3b\xee\x56\x05\xca\xd3\x01\x90\x6c\x93\x4c\x2e\xdb\xd8\x16\x6f\x3d\x94\xbf\xb3\x65\x7a\xa3\x2c\xd3\xd6\x74\xb7\x21\x6d\xd3\xcb\xc6\x6d\xf5\x41\x31\xd7\xeb\xc5\x75\x6b\xd6\x85\x5b\x8a\x2c\x45\x01\xdb\x4d\x61\x66\xe3\x52\xb3\x61\x81\xb1\x64\xce\x01\x9d\x49\xdb\xe7\xb8\x5b\x39\xa4\x08\x01\x40\x92\x2f\x81\x97\x5e\x6a\xfd\xbb\xe5\x57\x7e\x5e\xb3\xad\x79\x28\x33\xa5\x09\x69\x2b\xd8\x34\xd4\x18\xde\xe4\x1b\xd3\x5e\x6f\x67\x9d\xbf\x6e\xa6\xf9\x76\x63\x60\x80\xd5\xb8\xbb\xbe\x71\xa9\x42\xaf\x34\x33\xe7\x1c\xab\x7d\x58\xfb\xc7\xf1\xbe\x72\x92\xd2\x09\x00\xf1\x55\xc9\xb1\x12\xe9\xf8\xe4\xca\x4f\xb9\x6d\x23\x8b\xab\x6f\x6d\x5e\x3b\x18\x09\xdd\x91\x98\xdd\xc7\x86\x0f\xaf\xff\xd2\xbd\x17\x79\x2e\xc4\xa7\xe3\x29\xc6\x71\x45\x6a\x5b\x34\x2e\xd5\x1d\xd6\x12\x43\x20\xce\xdc\xd1\xec\x4b\x8a\xb0\xa3\x9b\xfe\xa2\x97\x02\xa0\x96\x70\xd8\x25\x55\x63\x89\x35\xe5\xb9\xc2\xe1\x0a\xd8\xec\xcd\x0b\x06\xe4\xf0\x23\x89\x11\xbd\xd7\x90\xb2\xf5\x8f\xba\xbd\xd0\xf8\x90\xf9\x1d\xb9\x58\xc6\x8a\x4d\xad\xe3\x78\x85\x3b\xae\x79\x27\x91\x38\xf3\xa6\xcd\x46\xfa\x66\x57\x67\xc2\xd0\xf7\x01\xa0\x8e\xe0\x60\x4b\xd6\x8e\x4a\x60\xef\x73\x0b\x86\xda\x11\xbc\xf4\xb7\xfd\x97\x91\x7f\x12\xdd\x7a\x57\xa0\xb5\xeb\x8f\x77\xf1\xb1\xa9\x21\x76\xed\x7b\xf1\xbe\x2b\xa2\x5a\x17\x11\xa7\xb8\xd3\x9a\x97\x91\xf6\xcd\xfc\x64\x03\x94\xb9\x76\x3b\x8c\xaf\x18\x42\x00\x54\x0f\x38\x03\xc5\xdd\xc3\x6f\x30\x41\x39\xd7\x07\x03\xb0\x65\xe9\xfc\x3e\x06\x4e\x92\xb0\xa3\xfb\x0e\xfe\xee\x7a\x7a\x67\x34\x31\x77\xed\x89\x36\x31\xe9\xe1\x8a\x79\xcd\xff\x52\x68\xee\xa4\xa6\x57\xd4\x4b\xb3\x56\x5a\x77\xd2\x5e\xda\x7d\x37\x5c\x61\x75\x03\xa0\x72\xe5\x0e\x15\xc7\x0c\x95\x13\x4f\xe7\x94\xf6\xef\x21\x8d\xa5\x7d\xef\x75\x27\x2b\x13\x36\x76\xe9\x28\x86\xf5\x73\xda\xbf\x53\xb7\xaf\x65\xb4\x26\xd2\xfe\x5d\xfe\x8f\x6d\x90\xb1\xd4\x9d\x6c\xed\x63\x66\xce\x2a\x6a\x2c\x62\x65\xd8\x67\xea\xbb\xb9\xb3\x00\x50\xae\xe6\x7d\x29\x62\x0d\xba\xd0\xf7\x66\x6f\xeb\xc3\x32\x12\xd3\xb0\xdd\xd7\x19\xe7\xe2\x8f\x77\x66\x31\xf9\x51\x03\x6d\x27\x59\xe9\x6b\xbd\x5b\xe6\xb0\x3d\x97\xf7\x36\xd1\x39\x76\xee\xa8\x46\x0c\xd7\x6e\x96\xa0\xc1\x8e\xfb\xd3\xbe\x57\xc7\xe5\x57\x02\xa0\x48\x12\x24\x14\x2a\xfa\x8b\x05\x37\xb3\x5e\xf7\xec\x10\x3c\x49\x3d\xd1\xe5\x27\x78\x15\xbf\xaa\x7d\x5c\xe8\x1e\x15\xd8\x1a\x20\x84\xaf\x39\x62\x53\x0b\xf7\x2d\x47\x36\x7e\x11\xad\x70\x47\xd4\x9f\x17\xfd\x35\xeb\x4c\x9d\x8f\xd8\x71\xd2\x1c\xed\x5b\x51\x2c\x00\xf2\x85\xc2\x23\x05\xe7\x7b\xc7\x54\xe2\xac\xf0\xee\x48\x95\x5d\xaa\x47\xc7\x19\x25\x37\xae\xa9\xad\x50\xe9\x13\x39\xd2\xfc\x40\xf1\x72\x4d\x51\xd3\x66\xc5\xd1\xe5\x8b\x1a\xce\x2a\x8e\xba\x67\xd6\x29\x94\xae\xb3\x3e\x98\x87\xe4\xc1\x93\x2a\x35\x7b\x25\x66\x00\x64\xab\x45\xff\xcb\x7f\xde\x23\x31\xaf\xda\x02\xef\x9a\x67\x0a\x48\x81\xb4\x8f\x18\xd7\x6c\x7c\xdd\x1a\x67\xc0\x47\xce\xb7\x5d\xd2\x9f\x0f\xfe\xcb\x9a\xaf\xcf\xf6\x1f\xab\x7f\xa1\x9f\xee\x3e\xc9\x62\xad\x95\xce\xba\x67\x52\xa9\x74\x93\x94\xea\x23\x32\x19\x00\x52\x91\xf8\x64\x3e\xbb\x67\x66\xc3\xc9\x2d\x8e\x9d\xd6\xfa\xe6\x94\x19\xed\x01\x75\xec\x8d\xdd\x2d\x87\x2d\x96\x88\xbb\xb6\xcd\xe6\x1b\xc1\x5d\x8d\x7f\x9b\xb7\xf8\x2b\xeb\x19\xa6\xc2\x25\xaf\x2c\x8b\xf5\xe7\x66\xdd\x35\xbe\xd1\xd8\x4d\xea\x57\xaf\x97\xc3\x01\x90\x7a\x48\x02\xf3\xe7\x77\xb7\xd9\xae\x66\xee\xe8\x74\x6f\x32\x25\x5f\x68\xeb\xb3\x96\x6c\x24\xb7\x84\x36\xc2\x22\x76\x34\xed\x6b\xe8\x09\x56\x36\x66\xd6\x9f\xf4\x67\xd7\xbd\xae\x03\x4b\xde\x9a\xb9\xc6\xa1\x59\x5f\x8c\x81\xda\x98\x49\x7f\xa9\xea\x14\xcb\x01\x90\xb4\x4a\x64\xb9\xb4\x1d\xfe\x55\xfc\xcd\xb6\x09\xdf\x9a\x90\xa4\x94\xb1\xd5\xd0\x27\xd1\xad\xc3\xf9\xf0\xfd\x61\xaa\x01\x3e\x72\xef\x6a\xc7\x5e\x03\xfa\x86\x37\xa7\xeb\x1e\xf6\xe3\xfc\xaf\x9d\x93\xf1\x1f\x9d\xb7\xb7\x55\x92\x52\x00\xb0\x14\xd0\xef\x02\xa0\xa9\xe6\x98\x72\x71\xdb\x21\x35\xb7\x37\x1b\xb7\x22\x61\x95\x49\xeb\x47\xf9\xf0\x47\xd1\xe6\xa1\x51\xa4\x22\x4c\xdc\x7f\x0f\x9d\xb3\xda\xa9\xe7\x33\x36\xc6\x5b\xd6\x95\x8c\x0f\x58\xe0\xd2\x41\x24\xbc\x77\xbe\xd5\x7a\x81\x0c\x00\x30\x3f\x65\xac\x01\x40\x33\x9b\xc3\xcf\x2d\xdd\xd6\x00\xaf\xda\xcc\x19\x1f\x46\xec\x4f\x5a\x36\x72\x0e\xe5\x16\x2d\x18\xb2\x43\x4b\xc2\xc8\xfd\x11\x58\xef\x80\x9f\x3d\x05\xb8\x27\xde\xf2\xce\x01\x42\xdf\x02\xdf\xf6\x0b\xa4\x18\xe7\x6f\xad\x2b\x29\xf3\x01\x30\x43\x18\x0f\x01\x50\x6f\xe5\xec\xca\x5d\x34\xe1\x88\x41\x6d\x5e\x33\x16\x84\x25\x24\x5e\x1b\xae\xc1\xd1\xa2\x37\x0c\x0c\xe0\xf7\x84\x45\xf7\xbe\x21\xba\x07\xdc\xee\x9e\x4d\x6a\xf0\x66\x76\xc0\x28\x73\x16\xac\x6f\xe3\x52\x4b\xa7\xad\x6d\x3e\x47\xfb\x02\xd6\x98\xc2\x59\x0f\x01\x50\xdd\xe0\x4e\xe4\x1c\x1b\x2f\x25\xfe\x48\x3f\x3f\x32\x4e\x1a\x49\xa4\x0e\x4d\x21\xd7\x6c\x78\xd1\x5f\x44\x29\x0b\xfd\xd1\xd3\x43\xa5\x06\x0c\x76\x9e\xa3\x59\xbd\x6b\xda\xe7\xd3\x8f\x2e\xc8\x6c\xf5\x64\x3c\x99\x06\xb7\x95\xb0\xa8\x80\x6a\xf8\xc9\xf5\x07\x40\xf9\x8c\xf7\x2d\xfb\xd1\xd8\x2c\x7a\x7d\x7a\xd8\x30\x94\x31\x2b\x71\xd6\xc0\x01\x86\x62\x83\xa9\x6f\x1e\x33\x24\x74\xa2\x1b\xc5\xfc\x15\x40\xeb\xd0\xb2\xce\x7a\x6f\x6a\xbd\xca\xee\x5e\x50\xdc\x7c\x8e\xd3\x3b\xcd\x6a\xfd\x8f\xe7\x0c\x76\xe8\x2f\xf2\xf3\x01\x50\x02\x41\x4c\xb6\x75\x24\x47\x80\x4d\xbb\x39\xd8\x2e\x40\x26\x74\xf4\xfd\x14\x94\x6f\x08\xed\xa9\x10\x98\x42\x11\x9d\x7b\x04\xff\x06\xc4\xb5\xbd\x16\x26\x7b\xaf\x6d\x89\x14\x1e\x5b\x20\xb2\x4d\x16\x69\xa6\x83\x86\xcf\xa2\x3a\xbb\xf9\xba\x08\xe1\x4f\x00\xe4\xa7\x85\x7d\xd9\xcb\x86\xd4\xca\x7d\x69\xd5\x03\x53\x94\x3e\x09\x21\xbd\x4a\x85\x79\xfd\xb5\xae\x77\x8a\xcc\xd0\x05\x1d\x79\x8a\xe0\x00\xa7\xd6\x46\x85\xaf\xf7\x6c\xdb\x5b\x45\xf6\x02\xb3\xb5\x55\x51\x36\x7d\x73\x7d\xa5\x2c\xdd\x0e\xa6\xfd\x25\x59\x02\x80\xec\x6f\xd1\xee\xac\xb4\xc1\x7c\xe3\x93\xd4\x89\xbe\x73\x86\x07\xf1\xbd\x3d\x69\xfa\x37\xeb\x73\x3b\xf7\xea\xd3\x43\xfa\xdb\xbd\x75\xb7\x56\xf5\xb4\x88\x75\xd6\x65\xc7\x9a\x3e\xe9\x02\x17\x60\x1b\x0d\x5a\xdf\xe9\x90\x3a\x2f\xe5\x16\xbb\x7a\xad\x9d\xf4\x01\x00\xb2\x00\xb1\x79\xcb\xeb\x81\x9b\xf5\x19\xa9\xd0\xbe\xb8\xba\x65\xf1\xc8\xee\x1d\x96\xe9\xeb\x3d\x3b\x7d\xcd\x99\x21\xbc\xb6\x5a\xd3\xb9\x55\x92\xe6\xcf\xa6\xf2\x65\x03\x4d\x54\xa3\xcb\x02\x44\xa3\xbd\x6e\xe5\x74\xaa\x85\xa1\x6a\xb7\x9b\xd0\xb0\x65\xa3\x00\x48\x2f\x8b\xdf\x6e\xb1\x0e\x94\x35\xad\x48\xf5\xeb\xdd\xd5\xf8\x22\x3e\xaa\xdb\xbd\xe1\x58\xd4\xaf\x0e\x45\x83\x5d\x08\xa2\xf5\x45\x3d\x63\x15\xad\xb9\xa8\x0e\xbe\xac\xdf\x7a\xd7\x8c\x58\xc0\x6d\xc8\xd1\xdf\x9c\xde\x66\x1e\x56\x1f\xb5\xbb\xaf\xbe\x29\xaf\x04\x40\x9a\x2b\x09\x9d\x18\x82\xce\x28\xa4\xf5\x6e\x83\x19\x4a\x70\x4d\x49\x88\xc9\xe5\xf9\xb5\xb3\x91\xbd\x95\x35\x02\x27\x74\x79\x8d\x9c\xe8\x87\x5d\x07\x97\x43\x9e\xe3\xfd\x51\x96\x8c\xa7\xc4\x15\xd8\x5b\x91\x6a\x32\x20\x3c\xf4\x1a\x25\x9f\x21\x4f\xb5\x2b\x62\x91\xa9\xdb\xb7\xee\xad\xce\x2e\x55\xf4\xdc\xad\xf9\x5d\xb1\xcc\x2a\x82\xf5\x56\xee\xd4\x56\x23\x70\x35\x14\x3e\x1a\x95\x01\x4f\x20\x34\x63\x52\x90\x1f\x20\x14\x5c\x09\x66\x24\x83\x47\x60\xe1\x8d\x91\x01\x24\x18\x29\xda\x8b\x48\xf6\xa5\xcc\xb0\x4b\x64\xad\xa0\xb1\xc6\xf7\x57\xb6\x43\x0e\x75\x7f\xab\x26\x57\xfd\x69\xdc\x06\x4d\x81\xc6\x6a\xfa\xe0\xeb\xe0\xa3\xbc\x93\xc8\xf5\xa8\xd5\x84\x99\xe8\x42\x8c\xba\xe2\x07\x56\x81\xfb\x90\x31\x17\x7f\x98\xc8\x8a\xf8\x8b\x78\x80\x7c\xc6\x6b\x3d\x89\x4c\x4d\xb1\x8b\x66\x5e\xa2\xd3\x47\x8f\x97\xeb\x90\x9c\xae\xe5\x90\x66\xf4\x92\x06\x97\xaa\x93\x98\x56\xf5\x9a\x9a\x0f\xb8\x0a\xae\x00\x1e\x42\x58\x83\xfb\x80\x94\x13\xdf\x55\xb8\xa2\x5f\x92\xf7\x6e\xce\xc0\x65\x52\x55\x11\xa1\x84\x1a\xba\x9f\xe7\x3d\xc2\x77\xc6\x62\xbb\x54\xe6\x54\xe6\xd8\xf0\x70\xc9\x7e\x52\x65\x07\xb4\xdc\x81\x5c\x51\x47\x84\x54\x50\x92\x94\x07\xaa\x8e\x53\x4b\x39\x51\xd0\x8d\x34\x31\xf6\x36\xfc\x04\xbd\xa5\xdc\x0f\x55\xc2\xd8\x93\xae\xc5\x3c\x64\xde\x0d\xef\xc4\x4f\x65\xdd\xf4\x34\xe2\x59\xec\x4d\x76\x42\x46\x30\xfb\xd7\xe0\xed\x22\x77\xf6\x89\xb6\xc6\x92\x76\xce\x0a\xf3\xe5\xf2\x10\x4e\x91\x22\x15\x72\x9e\x73\x80\xf5\xa9\x9a\xcd\x5d\x8b\x39\x0c\x0b\xe0\x36\x97\xc5\x22\x9e\xf3\x9c\xd2\x2e\xa3\xf5\x3c\x4a\xb8\x1b\xf6\x38\xef\xb8\x27\x0c\x37\x99\xd7\x67\xb7\x8b\x8e\xe2\x05\xf5\x3b\xe5\x17\xaa\x04\x2d\x53\x0a\x5f\x28\xaf\x1b\x21\x25\x6a\xa5\x97\x6c\x66\x79\x91\x82\xce\xf8\x5c\x19\x29\xbf\x8e\x76\xa8\x71\x97\xfb\x94\x5c\x86\x4f\x95\x61\x53\xc7\x91\xd7\xa5\x5b\xd7\x65\x61\x16\x49\xde\x79\xce\xc7\x64\x48\xbc\xed\x7d\x69\x34\x61\x48\x0f\x39\xe7\x81\x75\x59\x53\x53\xfe\xd9\x86\x22\xbd\x4f\x51\x47\x5d\xab\xf8\x4f\xa9\xd1\xfc\x0f\x7d\x49\x45\x9d\xc9\x07\x59\x53\xd5\x62\xc8\x2e\xa6\x40\x07\x75\xa4\x94\x26\x84\x51\xab\x0e\xd3\xa0\xfe\x51\x1f\xf6\xd8\x85\xf6\x55\x25\xd9\xe3\xa9\xb7\xc5\xff\xeb\xea\xcb\xa6\xf4\xc7\x35\x5e\xce\xa3\xf4\x0c\xd4\x16\x16\x52\x3a\x7f\x8a\x52\x4b\x48\xed\x29\x54\x61\xb9\xa4\x45\x0a\xff\x58\xd9\xdc\xd4\x59\x14\x5e\xb3\xbb\x61\x38\x79\x10\x3e\x66\x39\x14\xfa\x1e\x35\xd9\xe4\xef\x41\x42\x41\x75\x36\xfb\x1d\x54\x94\xcc\xb5\xf3\x46\xf6\xa2\xb1\x8a\x46\xb7\xbc\x99\xc3\x95\xda\xc1\xc2\xa9\x03\x49\xc2\xae\x12\xa7\xde\xe5\x94\x27\xe5\x0b\x3a\x3f\xc1\xd1\x95\x6b\xda\x6c\x85\xc7\x6a\x32\x9b\x57\x25\x17\xc2\x93\x1b\x2f\x84\x9e\x44\xb6\xd4\x3d\xf5\xc0\x22\x7f\x1a\x06\xed\x9f\x51\xbd\x64\xf7\x3b\x13\xb3\xee\xef\x10\x36\x58\x72\x8f\x4d\x84\x6a\x23\x0a\xc6\x46\x8f\x09\xc3\x8b\xbb\x87\x72\x29\x82\xb2\xd1\xbe\x63\xf0\xb9\x90\xa3\xdd\x8e\x85\xfc\xea\xbf\xdb\x57\x25\xaf\x81\x5d\x6a\x86\x85\x9e\x44\x7a\x34\xbe\xf2\xa8\x43\x72\x4d\xfe\x93\xa2\x29\xbb\xe4\x39\xa3\x39\xf0\xa3\x85\xf9\x9d\x17\x91\xa0\xa4\xb0\x7e\x04\x95\x52\x1e\xa5\xba\x82\x1e\xaa\xcc\xe4\x7a\x61\xfd\x6a\x18\x38\x2b\xee\x24\x9c\x57\xbe\x9f\xc0\x41\x99\x37\xcf\x22\x45\x60\xff\x8e\x98\x45\x3e\x45\x78\xee\x79\x91\x92\x49\x5e\x63\x57\xc4\x6a\xa3\x85\x8e\x60\x61\x53\x4a\xb3\x3a\x7e\xc1\x19\xe5\x9f\xea\xde\x23\xfe\xad\x54\xa9\xfc\x50\x8c\x9a\xcd\x1c\x31\x66\x31\x7c\x29\x6e\x36\xf6\x3e\xf2\x4e\x79\x12\x7e\x1b\xa6\x39\x7d\x90\xa8\xc1\xab\xc2\x8f\x93\x03\x49\x71\x9e\xf5\xe4\x6d\x94\xd5\x76\x29\xac\x62\xda\xab\x61\x76\x4d\x31\x84\xd8\xb1\x0c\xfa\xb1\x6a\x6f\x5d\x00\x5c\x03\xb5\x53\x12\x91\x89\x70\x26\xfb\x31\xda\x05\xf9\x0b\x2b\xc5\xbc\xc3\xd4\x94\x5d\xc1\x3d\xc5\xdd\x4c\x4f\x22\xdc\x20\x22\xc2\xa9\x24\x0d\xf9\x94\x27\x9a\x3c\x99\x0a\xb7\x8b\x63\x39\xd2\xef\x0f\xf2\x2b\x71\x48\xd0\x96\x5e\x1d\x85\x9a\x30\x4b\xa1\x7e\x98\x0d\xf2\xef\x70\x57\x9c\x03\xab\x0d\x39\x1b\xff\x10\x83\x41\xaf\x20\x8e\x95\x3e\xc3\x66\x91\xe5\x69\x52\x3c\x9a\x8a\x58\x77\x87\x18\x41\x5f\xec\xb9\x90\x68\x65\xac\xb5\x2b\x61\xc6\xb3\xa6\xf6\x4b\xcb\x5b\x88\x7b\x5b\x74\x90\x11\xd2\x5f\xc6\xe7\x55\x17\xc8\x57\x64\xea\x9a\xff\x28\x6f\x98\x10\xb8\x0f\xcd\x0b\x9d\x8f\xc4\xd1\x53\x4b\x01\xfa\x28\x83\x95\x7a\x01\x67\xcf\x1c\x5b\x97\x86\x7f\xcc\x3a\xec\x71\x97\xe0\xc9\x2e\xb4\x6b\x60\x60\x38\x69\xbd\x1d\xa5\x4b\xd9\xf3\x6c\xa7\xcb\xcb\xd9\x5a\x43\x06\x64\x9c\x7d\x51\xba\xa8\x1a\x70\x36\x30\x3c\xa1\x35\x9c\xbd\xa8\x58\xf8\x4d\xee\xba\x92\xc5\xa8\x3c\xee\xf6\xd4\x85\x98\x6d\xbc\xc8\xb0\xeb\xb8\x4e\x5e\xaf\x47\x1f\x6e\x07\x6f\xdc\xee\x01\xbd\x85\x47\xea\x9e\x5c\x14\xa3\xa4\x5b\xb3\x4b\xba\x14\xaf\x6b\xdf\x97\xcf\x55\x14\x89\xde\x43\xcc\xf2\xfd\xb4\xa0\xea\x15\xf2\x00\x84\x09\x7a\x51\x66\x29\xda\x83\x60\x4a\xbf\xa6\x38\xa0\x7e\x4a\xcb\xc2\x16\x60\x7e\x48\x0e\x78\xf0\x31\x7f\x24\x8b\xed\x2b\x69\xad\xc2\xf2\x0e\x64\xfe\x97\x86\x1b\xf5\xef\x8b\x2c\xf5\x7e\x9a\x73\xa5\x6b\x2c\x26\xc1\xc7\xf2\x6b\xa6\x57\x94\x9a\x4a\xa5\x71\x13\xec\x77\x4d\x96\xde\x54\x88\x80\x2f\xaa\xbd\xba\xe9\x2b\x72\x8f\x76\x56\x68\x19\xfa\x98\x1a\xe7\xe1\x83\xbe\xae\x9a\x67\x3f\x4e\xfd\x26\x7e\xdf\xc6\xcc\x33\xf4\xb6\xd5\x39\x17\xa6\x76\x87\xaa\x3e\x94\x38\x76\x6c\xe3\xc7\x96\x6d\x6f\x5b\x48\xba\x06\x61\x35\x53\xa0\xd6\xea\x1c\xeb\xce\x82\x75\xb0\x80\xfa\x67\x9b\x5c\x10\xb7\x2d\xde\x21\xa7\x50\x4f\x8d\x5b\xdd\x9f\xa0\xa7\xe9\x62\xed\x7f\x52\x45\xb2\xb9\xad\x03\x79\xeb\x46\x3a\x2d\x69\x05\x4f\x06\xaf\xaa\x62\x8b\x9b\xfb\xfe\xe1\x35\x96\xa5\x75\x3f\x22\x45\x41\x66\x74\x9c\x87\xce\xad\x7a\xd6\xda\x9c\x7f\x12\x7a\xc4\x56\x90\x74\x08\x41\x6c\xf4\x0a\x69\x45\x31\xeb\x20\xee\x8f\x51\xed\x86\x8d\x93\xd6\x52\x43\x65\x77\x5a\xe7\xe5\x7e\xd9\xb6\xcd\x7c\xac\xc0\x3a\x6e\x51\x1e\x2b\x8e\x1b\xc9\xe0\x2d\x2f\x7d\x36\xf0\x8b\xf8\x77\x45\x4f\x6f\x6d\xcd\x91\x2a\x56\xe7\xb7\x7c\x05\x74\x4b\xdb\xe6\x24\x1b\xfc\xb3\x6d\x2c\xc4\x86\xfc\xda\x98\xe3\x31\x1d\xb5\xd0\xb8\x63\x92\x92\x72\x40\x9e\x3a\x70\x1c\xd5\x50\x18\xd1\xba\x15\xdd\x58\x12\x6b\xfa\x1b\xb3\xab\x7c\x89\xbc\x10\x7b\xaf\x32\x8c\xf9\x0d\xbf\xbc\x06\x82\x3e\x43\x30\xc3\x91\xa5\xa9\xa4\x39\x28\x71\xea\x1b\xb2\x1e\x7b\x72\x5d\x02\xe5\x7f\x84\xeb\x1e\x22\x6a\x04\x79\x15\xf8\xcd\x5e\x4d\x33\xf7\xbf\x40\x3c\x2c\x5d\xd4\xf2\x2f\x6a\x41\xf9\x49\xd3\x72\x74\x61\x65\xb1\x6c\x1b\x66\xa4\xc6\x9b\x59\x89\xf3\x81\xfd\x40\x27\xe0\xb7\x22\x77\x96\xdc\x24\x66\x61\x04\xa9\x3a\xd2\xbf\x78\xec\x3a\x7b\xca\x66\x92\xbf\x47\x26\xa5\x8b\xb2\x14\xbc\x61\xbd\xa2\x47\xf7\x3b\xc2\x43\x20\x4b\x5b\x66\x23\x5a\xab\xa8\x46\x0c\xf2\x7b\xcd\x41\x99\x3d\x5a\x04\x5f\xcf\x38\x82\xf5\x44\x1e\x45\xed\xc2\x9d\xc5\x04\x97\x54\x12\xe4\xb8\xe1\xd4\x00\xd2\x3a\x62\x7c\xd8\x4e\xf2\x30\xb9\xdf\xc3\x93\xfc\x83\x9a\x0b\xfe\x63\xd9\x18\x7e\xbd\xf6\x35\x44\x84\xd4\xb6\x0e\x66\x87\x4a\xd4\x1f\x84\x6f\x47\x5f\x97\x28\x91\x95\xd8\x6e\x3a\x0f\xbd\x0a\xaf\x40\xb6\x61\xa7\x11\x21\xc5\x0c\xdc\x17\x72\x7c\x0a\x95\x70\x85\x1a\x1c\xe6\x4f\x82\xd0\x3e\xb9\x3f\x24\x35\x30\x3c\xec\xdc\x98\xb7\x58\x09\xdd\xcb\x2b\x3b\x88\x73\xac\x82\x6a\x21\x69\x93\xce\x0f\x8a\x25\x17\x88\x3d\xe1\x9b\x28\x6c\x5a\x3c\x32\x91\xba\x1d\xa1\x45\xe7\xd2\x5e\x14\x99\xb1\x38\x86\x7f\xf2\x51\x3c\x8e\x49\x0c\xed\x23\xce\x64\x59\xdc\xc7\x89\x5e\xec\x18\xbb\x32\xa6\x03\x87\xd6\x19\x5a\x91\xce\xaa\x6a\x38\x54\x99\xc4\x7a\xa1\xd5\x55\x57\xb0\xa3\x85\xdb\xa0\xd5\xec\x71\xea\x64\xb8\x92\x13\x0e\x67\x21\x8f\x72\x8e\x17\x8e\x62\xec\xb8\xb9\xc9\x73\x71\x5e\xdc\x57\xa1\x1b\xf0\x97\x78\x24\x77\x1d\xfe\x30\xaf\xd1\x6e\x80\xb1\x8e\x67\x6a\xbb\x52\x9a\xa9\x40\xd6\x55\x97\xab\xe4\xbf\xd5\xa9\x90\x8b\x72\x05\xbf\xb9\xea\x97\xec\x1b\xd9\x0f\x9a\x2f\x63\x41\x6f\xc1\x0f\x49\xbf\x15\x14\xa0\x02\xa4\xb4\x4d\x53\x30\x38\xc9\x87\x10\x05\x6e\x95\x84\xe6\x0e\xc5\xcd\x16\x7f\xb1\x0f\xa1\xaf\x15\x62\x5a\x56\x16\x47\xd4\xcb\xcc\x2e\xa5\x1a\xcb\x2b\x65\x68\xf9\x07\x33\x9f\x3b\x54\x99\x60\x7c\x49\x84\x55\xef\x32\x94\xd7\x64\xc1\x12\x75\x27\xf3\x5d\x10\x57\x6a\x57\x24\x4d\x42\x07\x68\x54\x6b\x2f\x61\x3e\xa8\x67\xba\xcf\xc7\xbc\x52\x5e\xb6\x57\xd1\x14\xe2\x17\xb6\x39\x85\x77\xba\x3f\x1a\x9d\x4b\xb2\x3a\x77\xc9\x73\xca\xce\xb7\x57\xb1\xbf\x43\xfc\x5a\x1e\xe0\x1f\x56\x0d\xd9\x8a\xab\xbe\x40\x53\x1b\x8f\xe4\x3e\x87\x3f\xad\x5f\x92\xe8\x85\xda\x6c\xe6\xad\x8d\xc2\xcc\x33\x46\x2c\xb9\x8a\x59\x56\x7b\xc2\xfe\x32\xcd\x59\xfa\xb9\x29\xa9\x90\x3f\x74\xdf\x90\x58\xfc\x7a\x60\xbd\xac\xae\x0c\xda\xcb\x60\xe7\x56\x1c\xea\x32\xe1\x33\xaa\xe2\xda\x5b\xab\xa8\x35\x0f\x5a\xea\x73\xb9\x70\x7e\x13\x3f\xe1\x32\xf2\x51\x03\x69\xad\x2b\xba\xc7\xf2\xf7\x92\xab\xe8\x9d\xfa\x5d\x93\x26\x53\x77\xcb\xf6\x5a\x47\x0b\x63\xb6\xde\xd5\xef\x28\x6e\x1b\x7d\x21\x9b\x55\x36\x6d\xe8\x12\xeb\x7e\x05\xa4\xdf\x86\xfb\xaf\xf2\x56\x4f\x56\x95\x4f\x0d\xb9\xe3\x59\x6e\x0c\xdc\xb9\x15\x97\x30\x8a\x44\x37\xfd\x58\x3b\x1d\xed\xdd\xb0\x6f\xc9\x6f\xb4\xaf\xd1\x6f\x52\x19\x35\x46\xee\xdf\x2e\x24\x24\x17\xae\xae\xfb\x4e\xf8\x5e\xe2\xad\x99\x4a\x6c\x2a\x77\x11\x38\x93\x54\x95\x33\xc8\x71\xe4\xda\x1a\x1f\xe8\x1e\x8a\x0d\xbe\x32\xff\x05\x75\x2f\x2a\x29\x69\x39\xed\x24\x96\xbd\x76\x26\x7d\x98\x40\x5b\xf4\x8e\x7e\x8b\xb4\x03\x00\xce\x1b\xba\x7d\xdb\x41\xdc\x8e\x92\xdb\x75\x29\x78\x5d\xb9\x58\x8d\x21\x14\x54\x7a\xf3\x09\x44\x5c\xf5\x35\xd2\x30\xa9\x1e\xd6\x02\x0d\x23\x1f\x43\x16\xe5\xb3\xa8\x76\x18\xbf\xc4\x1b\x34\x7f\xbc\xcb\x9a\xdb\xf4\x65\xc4\x3d\x8b\x2e\xd2\xd3\xc9\x5d\x00\x70\x76\xd2\x1b\x5b\xdf\x62\x57\x56\x8c\x58\x34\xb8\xe5\x55\x53\x55\xc7\xf0\x73\x6b\x20\xbc\x13\x84\x5c\xd8\x31\xd2\x2c\x62\x2b\x32\xbe\x66\x90\xf4\x0c\xbd\x3d\x7f\x12\x25\x16\x17\x91\xc8\xa1\xf2\x08\xd7\xd6\x98\x69\x4a\x72\xd0\xa2\x71\xda\x08\xe5\x0a\x00\x1c\x28\x03\xdf\x7c\x01\xc5\x80\xcb\x4d\xdd\xe8\x41\x64\xb9\xe2\x13\xe6\x2e\x7a\x12\x77\x13\x2e\x09\x73\x8b\x70\x09\x7f\x10\x77\xb2\xda\x4c\x8c\x24\x0c\xe5\x2d\x20\x1d\x24\xb5\x24\x9c\xa1\xf8\x50\x3a\xd7\xac\xa0\x26\xd3\xc8\x8b\xc8\xd4\x42\xba\x09\x00\xf6\x20\x8b\x60\xcb\x83\xef\x21\x4c\x36\x06\x22\x03\x88\xc1\x72\x12\xaa\x95\x94\xc0\x7e\x86\x89\x22\xf3\xf1\xad\xd8\xc7\x94\xf3\x55\x72\xbc\x96\x36\x3f\x37\x9c\xb8\x9e\x8e\x49\xf0\x25\x9d\x60\x5c\x0c\x3e\x45\xfe\xc3\x9a\xb6\x08\x45\xfe\xce\xda\x0d\xc2\x58\x0f\x39\x4a\xeb\x46\x28\x91\xb1\x57\x5f\x02\x9f\xc5\x24\x48\x5f\x23\xea\x98\x8f\x58\x1a\x54\x19\x8b\x83\x43\x63\x42\xd8\xbe\x95\x2c\x9c\x3d\xfb\x7c\x4e\x1e\xfe\x1a\x87\x15\xcf\x26\xf2\xb9\x6b\x83\x6b\x48\x47\xb9\xb7\x16\x95\x90\xfa\x78\xb3\x81\x9c\xb5\x80\xa7\xac\xef\xad\x6a\x95\x25\xd6\x3a\xd6\xe4\xcb\xec\xc5\xbb\x61\xf3\xa5\x5b\x19\x2a\xc4\x0c\x69\x21\xa6\x1b\xe5\x22\x9d\x52\xf1\x16\x33\x53\xb2\x35\xdb\x15\x37\x45\x52\x1a\x27\xc3\x5f\x95\x4c\x0f\xda\x4d\x5c\x26\x3e\xbc\x28\x8a\x38\x4b\x4c\xb2\x5b\xc4\x9c\x23\x4c\xb2\x64\x43\x68\xe6\x5e\xf5\xc5\xaa\x0a\x53\x8d\x70\xac\x26\xc1\xb8\x8c\x36\x02\x2b\xd2\x5f\x41\xfd\x40\xb0\x75\xa2\x72\x2e\xaa\xb1\xd6\x77\xcb\x6d\xcc\x84\xe6\xe4\x46\x09\xce\xac\x46\x05\x4d\xc6\x3f\x53\x45\x2c\x7c\x81\xff\xa2\xf8\x6d\x87\x60\xc0\xc5\x2d\xa6\x89\x8a\xb0\x8e\x33\x2a\xbf\xca\x15\x6d\xdb\xf9\x3f\xab\x7d\x5b\x54\xd4\x85\xd0\x14\x5b\x31\x52\x03\x67\x58\xdd\xcb\x42\x91\x7d\xf5\x97\x33\x8f\xa1\xaf\x58\xf8\xb1\xdb\xb0\x7b\x4c\xc1\x81\x78\xfc\x14\x43\xda\xc2\x1e\x7c\x90\x56\x63\xb7\x9d\x7e\x57\xaa\x36\x5e\x2d\x3f\xd3\x9f\xad\x44\x41\x0e\xf5\xbc\xe5\xe7\x55\x1d\xec\xc2\x52\x78\x35\x0f\xdb\xef\x23\x7e\xc1\x5d\x5a\x63\x4a\x77\x23\x37\xda\x54\x99\x65\x68\x4c\xe3\xc5\x58\x18\x36\xaf\x7e\x71\x60\x34\xae\xc1\x7c\x71\x61\x2b\xee\x98\xae\xdc\xee\x09\x5d\x29\x4b\x32\xfa\x96\x33\x47\x7e\x2a\x6e\x41\xd0\x43\x55\xbc\xff\x55\xc1\xfb\x5b\x28\x73\x6b\x84\x3d\x27\x10\x1d\xb0\xfe\xce\xbf\x4a\x31\x88\xbf\xda\xce\x64\x2e\x43\xfd\x68\xde\x19\x1b\x86\xb9\x61\xed\x0f\x0c\xc1\xcd\xa8\xe7\x2f\x3c\x8c\x0b\xd4\x1f\xb0\x0f\xa1\x4f\x97\xed\xac\x2f\xa1\x75\x15\x3c\xd3\x0a\x69\x9f\x8b\x3f\x89\xdd\xe8\x45\x65\x4f\xe9\x67\xe8\x8f\x21\x7f\xa1\xf7\x33\x84\xd5\x0f\xca\xdf\x32\xbd\x61\xff\x6e\x79\xc9\xbc\x8e\x9a\x14\x7b\x80\x25\xc4\x2e\x59\xed\xcf\x76\xc3\xbf\x72\x83\xb1\x0b\x89\xff\x02\xc0\x77\xa1\xa7\xd5\x0d\x53\x17\x97\xa8\x34\xf7\xa8\x6d\xe5\x91\x22\x1e\x2d\x08\x72\x93\x1e\x46\xbb\x53\xcd\x41\x07\xd1\x1b\x61\x1b\xca\x29\x8c\x42\xc4\x8f\x2d\x7c\xa6\x0f\xfa\x62\x2c\x89\xf9\x2f\xae\x25\xe0\x15\xcb\x44\xf4\x70\x2b\x61\xdd\x26\x9d\x05\x80\x77\x9b\x7e\xc2\xf2\x81\xdc\x54\x91\xad\x09\xa4\x6c\xae\xec\x13\xfe\x4d\x75\xaa\xfe\x48\x33\x51\xaf\xc2\x32\x50\x4d\xb4\x61\xc4\xc9\xb2\x37\x74\x39\x7a\xe3\x96\x19\x0c\x2c\xf6\x7c\xac\x17\x33\x89\x90\x1d\x70\x98\xf9\x8b\xa4\x73\xcb\x67\xa5\x92\xbf\x00\xc0\xd3\x33\x14\xe6\x02\xc2\x7f\xb0\xc7\x2a\x05\xf1\x1f\x44\x8b\x60\x2d\xe9\x2e\x2a\x95\x1a\x40\xbe\x8d\xf1\x41\xa2\x28\x8f\x70\xf3\x4b\x1f\x53\x9f\x13\xa6\x67\xae\xa2\x7d\x27\xcd\x8c\x11\xd1\x3f\x52\xa6\x04\xb0\x19\xc7\xa9\xa7\xdd\x12\x98\xb3\x69\xfb\x00\xe0\xde\x67\xc1\x8d\x3b\x70\x45\xb8\x7d\xca\xe9\x78\x05\x61\x2a\xef\x1e\x61\x2b\x31\x86\xfc\x95\x78\x8f\xa4\x44\x14\x93\xdd\xc8\x4f\x4b\x3e\x53\x92\xa9\x29\x19\x35\x54\x2e\x6d\x5b\xf4\x5b\x5a\x2b\x63\x61\x40\x30\x9d\xc7\x2c\x70\x8b\xa6\x9f\x61\xfe\x03\x00\xd7\x9d\x83\xd2\xff\x87\xf1\xa5\x6f\x94\x8b\xb0\x64\xfa\x5b\xae\x1c\xb7\x93\xa1\x23\x1d\x25\x4c\x63\x6e\x84\xa7\x10\xb1\xac\x49\x25\x93\x49\x87\x59\x67\x36\x37\x53\xdc\xd8\xf5\xd1\x10\x6a\x11\xa7\x66\xd5\x1d\x5a\x22\xd7\xcd\x2d\x94\xa6\xe1\x46\x03\xc0\x29\xe4\xe5\xd6\x62\x90\xad\x92\xa9\xd2\xd5\xa8\xff\xc4\x5f\xd9\x05\x98\x6c\xf1\x55\xc2\x69\xec\x35\x71\x27\x54\x8d\x2f\x17\xf3\x8a\x24\x84\xff\x89\xf3\xd2\x8b\x49\xa5\xe2\xe0\x0d\x28\xf2\x4e\xf1\xd4\x55\x51\x94\x1e\xd1\x0b\xb7\xf9\x54\x27\x51\x2f\x00\xec\x1a\xc1\x7f\x9a\x20\x78\x9e\xe1\x2f\xf1\x24\xc4\x7b\xfd\x19\x66\x26\x4a\xa3\x9b\xc0\xfd\x87\x59\x59\xdb\x54\xfd\x04\x7b\x4d\x2b\x2b\x74\xc1\x53\x35\x88\xb4\x65\xc4\x19\xea\xf4\xf5\x24\x12\x5b\xb5\x76\xa5\x8e\x8c\x52\x6e\x9e\x77\x8d\xfc\x49\x7e\x1a\x00\x56\x97\x78\x85\xaa\x04\x36\xb3\xb5\x4a\x98\x03\x3f\xd5\x2c\xa7\x4f\x20\xe9\x4d\x56\x2c\x15\xbd\xb4\x71\xac\xca\x84\xb9\x51\x7f\x30\xff\x29\x4e\x65\x39\x94\xba\x9c\x10\x6a\x3a\x1a\xd5\x45\xec\x34\x5c\x5e\xf1\x8a\x24\xd7\xe7\xce\x53\x92\x23\xd5\x6f\xc0\x4c\xd6\x7c\xc9\x77\x65\x23\x74\xa0\xbb\x4b\xd0\x01\x2f\xef\x94\xd1\x5d\x90\xae\xed\x49\x98\x87\xa8\x7d\xad\x0e\x55\xae\x18\xbc\x6d\x67\x3e\x1d\xe7\x63\x2d\x4a\x39\x8f\xbf\x52\xff\x33\xaa\x84\x18\x6d\xd9\xb6\x62\x82\x34\xc7\xa4\x9f\x47\x23\x5d\xd3\xb6\x80\x40\xe6\x71\xe9\xa0\xd2\x11\x5a\x36\xe8\x26\xf0\x84\x3b\xf5\x9d\xa2\xb5\x20\xf6\xf6\x64\x60\xb8\xa8\x92\xce\xd3\x95\xfb\x30\x4e\xed\xc1\xf9\x6b\xb0\x7b\x5a\xa4\x29\x4d\xf8\xea\xa6\xbf\xa3\x42\x09\x47\x1a\xd3\x56\x74\x13\xc5\x75\xb3\xe6\x29\x48\x31\xb5\xcf\x80\x88\xb9\x51\xb6\x54\xb3\x81\xdb\x57\xf0\x5b\xec\xc0\x1d\x2f\xfe\xc1\x24\x73\xdb\xcb\xae\xe3\x1e\x71\x0f\x41\xb6\x55\xdb\xb8\x2f\xab\x27\x0a\x9a\x78\x8b\x60\xbb\x52\x91\xbc\x42\xe4\xe5\xc8\x1b\xbc\x56\xcc\x71\xff\x7d\xbc\x0f\xf8\x52\x57\x3e\xbf\x89\x38\x0b\x00\x61\x02\xbd\x56\x6d\xe0\x14\x95\x14\x88\xd0\x1c\x46\xf9\x14\xc6\x03\x8e\x01\xd2\x81\x2b\xe6\x9c\xa9\x0e\xaf\x5e\xc4\x9d\x05\xfd\xaf\xc0\x8f\x5b\x84\x18\x4d\x75\xe0\x8e\xa2\xc5\x91\x46\xde\x74\x5c\x90\x7f\x33\x8f\x48\x10\xb9\xe2\xf8\x2b\x88\x0f\x00\x10\x3a\xd2\xdf\xab\x6e\xb1\x67\x96\xdf\x16\x1e\x63\xc7\x57\xc6\x31\x12\xd9\xc2\x6a\x1b\xf6\x28\xfb\x32\xf4\x79\x95\x8e\x13\x84\x28\xc9\x1f\xe2\x18\x50\x7f\xa7\x58\x39\xbf\xb0\xa8\xc8\x34\x2e\x01\x7f\xc5\x9f\xcb\xbd\x47\xfc\xc7\x95\xcb\x6b\x21\x3b\x00\x20\x38\xc0\x68\x55\x2e\x67\x88\xa1\x2f\x05\xa1\x8c\x97\xf0\x07\xb4\xd3\x4c\x28\xd2\x86\x61\x30\x5f\xa0\xd9\x95\x44\x16\x07\x4b\xc9\x1b\x65\x3b\xe2\x69\xc9\x87\xd9\x75\x44\x49\xc4\x7e\xce\x0a\x32\xda\x3f\x91\xd3\x43\x75\x76\x6d\xe4\x12\xa9\x17\x01\x10\xb8\xb0\x10\xf2\xdd\x34\x3b\x6c\x13\xdf\x8e\xd6\x8b\xfb\x4e\xed\xa3\xa7\x13\x36\xa2\x49\xf4\x5f\xc4\x06\x88\x8a\xb1\x8b\xec\x98\xfb\x88\x89\xa2\xf0\x92\x17\xb0\x16\x53\x7f\x46\xa4\xb2\xae\xd2\xab\xfc\x5d\xd8\x10\x86\xce\xb5\x87\xb3\x8e\xf1\x03\x00\x7e\x16\xa7\x40\xa6\x20\xdf\xa7\xb6\x70\x87\x29\x43\x34\x29\x45\x4a\x2d\xa3\x47\xa1\x90\xb4\x50\x86\x43\x45\x1b\x7d\x2e\xe3\x41\xee\x7c\xfa\x13\xe6\xc9\x4d\x44\xc6\x0e\xd6\x44\xf8\x5f\x4c\x15\x5b\xe7\x77\x97\xe5\xcd\x49\x71\xfd\x8b\xf5\x84\x83\x02\x80\x07\xe3\x45\x88\xbf\x12\x63\x84\x07\xd8\x7c\x92\x97\xf0\x7f\xa4\x4a\xf2\x2c\xe1\x2b\x04\x87\xe2\x22\x7c\x5a\xf6\x86\xba\x40\xf8\x2a\xbb\x85\x36\x47\xf8\x31\x29\x84\xee\x24\xfc\xb3\xee\x29\xfd\x3f\x91\xbd\x5f\x2a\x43\x24\x9a\xe2\xba\x95\x49\x12\x6e\x03\x80\xab\x12\xb4\x0b\x0f\xe0\x57\xd7\x3e\x65\x26\x13\xd2\xb5\x7f\x08\x95\xc4\x02\x6d\x08\x6c\x90\x44\xd1\x14\x94\xe6\x91\x1b\xd4\xfc\xac\xb5\x94\x71\x55\x47\x22\xa0\x1e\x56\x9e\x0d\xfb\x4c\xdb\xa1\xf8\xe4\xdb\x4d\x8f\x57\xe4\xb9\x62\x19\x68\x59\x0e\x00\x9c\xb3\xa2\x11\x81\x27\xce\xad\x69\x2b\xfd\x12\x7e\xa5\x35\x00\xf7\x90\x90\xdc\x60\x84\x66\x13\xf1\x75\xef\x4a\x7c\x49\xcd\x96\xcc\x2d\xab\xc8\x67\x4d\x9d\x09\xcb\x29\xff\x19\xfe\x84\x45\x50\x1f\xea\xb1\x3e\x3f\x69\x65\xba\xa5\xae\x5e\xf4\x09\x95\x3b\x00\x9c\x70\x49\x25\xbf\x1a\xab\x6f\x3f\x42\x5f\x89\xdb\xde\xfa\x1e\x97\x86\x7f\xd4\x32\xa9\xe6\x2c\x71\x8a\x6d\x76\xf1\x56\x52\xa8\x75\x61\xe6\x59\x32\xac\x61\x61\xfc\xdf\x14\x5d\xdd\xd2\xd0\x8f\x54\x96\x39\xdd\xe7\x10\xf5\xb1\x71\xa6\xab\x03\x3d\x43\xdd\x07\x00\xfb\x89\xd4\x89\x77\x11\xeb\xd5\x3b\x93\x36\x88\xcb\xee\x9e\x8c\xbd\x8b\xd7\x74\xdc\xad\xc1\x13\xfa\xda\xc6\x8a\x11\xc4\x73\x2d\xd4\x4c\x3d\xe9\x87\x2d\x28\x7e\x1b\xc5\xab\xf1\x4b\xe8\x5f\x94\x5f\xf5\x2f\x7c\x7a\xa9\x59\xe6\x12\x57\x2f\xda\xb8\xe6\x29\x00\x6c\x88\x54\xc1\xce\x55\x7c\x2b\xdc\x44\x0e\x52\xc4\x94\x84\xa0\xe0\x72\x5b\xf9\x64\xc8\x53\xf9\x1c\xc8\xd9\xfc\x83\x32\x4b\xf5\x58\xda\x73\xd9\x6c\x58\x67\xcc\x3b\x69\x07\xb2\x2f\xd8\x28\x2d\xc0\xd0\x3d\x69\x52\x24\xee\xb4\xf3\x07\xe9\x26\xc2\x7e\x00\x24\xcb\x19\x65\xac\x7e\xf9\xd6\x92\x6a\x52\xb7\x7c\x61\xb9\x03\xf2\x93\xcc\x02\x31\x42\xd8\xb2\x15\xd5\x73\xf2\x0b\xa5\x27\xa1\xbb\xd2\xf4\xd2\x12\x04\x2e\xa6\x4b\xf2\x1b\xbd\x26\xb8\x42\x72\x0a\x7b\xc0\x13\x2e\x79\x8c\xbf\x34\x6d\xba\xe4\x1a\x91\x09\x80\xf8\x39\xc3\xca\x7c\x27\xc3\x94\x0f\x92\xa6\x4b\x3f\x56\x4e\x42\xb2\xa5\xb5\xd5\xe9\x10\x3b\x69\x2c\x54\x9d\xf7\x4c\xf2\x01\xfe\x3e\x6d\xb5\xa4\x19\x85\x8d\xc9\x92\xe4\x60\x3e\x06\x07\x4a\x02\xf0\x09\x9e\x85\x92\x2d\xc4\x45\xd3\x3c\x25\x59\x24\x15\x00\xe2\x66\xe6\x52\xc6\x56\x89\x2b\x74\x2d\xe1\x9c\xf8\x2e\x7c\x2a\x62\x83\x78\x1c\x71\xae\xfc\x8d\x58\x80\xda\x9a\xfb\x4b\x9c\x8f\x19\x4b\xad\x10\x7b\xe2\xf6\x45\x77\x8a\x3e\x10\x2e\x07\xed\x13\xfd\x43\xea\xf7\x5c\x2f\x9e\x45\xf1\x9e\x96\x28\x0e\xa6\x6e\x04\x40\xf4\x9c\x35\x41\x5f\x25\x9a\x8b\x7e\x8d\x17\x09\xff\x87\x65\xc1\x57\x0b\xb7\xe3\x1e\x97\x7d\x13\xf6\x13\x72\x73\xbd\x85\x9d\xc4\x5b\x29\x1d\x42\x0d\x19\x11\xed\x20\x64\x53\x7e\x07\x95\x0a\x6b\x69\x04\x4f\x0f\xe1\x41\xba\x69\x1a\x54\xe4\xc8\xa0\x01\x20\x5a\xc9\x21\x53\x6f\x09\x5c\xc9\x78\x5c\x0e\xff\x2d\x05\x09\x5b\xc4\xbf\x43\x4d\x2b\xfd\xcd\x7f\x4b\x8b\xce\x49\x14\x4c\xa5\xc7\x27\xdf\x17\x4c\x67\x64\x6f\xa8\x11\xb8\x32\x61\x81\x9f\x04\x71\x2c\xa4\x27\x10\x30\xd8\xe1\xd3\xe4\x82\xdb\xec\x4f\x00\x08\x09\x3c\x5f\x0a\x8a\x8b\xe3\xb5\x61\x1a\xb9\x12\xde\xc7\x9a\x32\x6e\x33\x3f\xb0\x24\x8d\xfb\x9c\x5f\x99\xb5\x9d\x17\xcc\xef\xda\xc4\xe7\x95\xf2\xdf\xac\x0f\xe7\x49\x05\x1b\x03\x7d\x79\x13\x02\x83\x47\x3d\xef\x8c\xe0\xca\xb4\x56\x3e\x44\xd0\x03\x80\xa0\x4c\x50\x40\x4a\x63\x17\xaa\x0e\xa3\xae\xb0\x9b\x54\x21\x55\x0d\xec\x8f\x4a\x4b\xd1\x67\xce\x1a\xa5\xdb\x96\x36\x8e\x50\xd1\x94\x54\xcb\x39\xa7\x70\x8f\x82\x71\x3d\xe5\x3d\xab\x55\xdc\x2d\xf2\x78\x8f\x65\x5c\x94\xdc\x61\x9a\x8e\x17\x2b\xb1\x02\xc0\x37\x8b\xfc\x08\x3a\xd6\xca\xba\x6c\x64\x1e\x8b\x62\x49\xa8\xc4\xb0\x4e\x98\xe7\x15\x9e\x65\x7b\x1a\xff\xcd\x6c\x64\x73\x0c\xfb\x13\x87\xd8\x77\xf5\x86\xc8\x83\x9c\x50\x1d\x25\xe0\x31\x87\x50\xcb\x76\x97\x73\x88\x9a\x6f\xd3\xb2\xb9\x34\xf9\x05\x00\x78\xdf\xc4\x03\xf8\x8f\xcc\xde\xa6\xbb\x88\x43\xcc\x6f\x56\x1d\xe4\x31\xab\xa0\x71\x69\x61\x2e\x6b\xac\x7e\x3c\x33\x94\xed\x5c\x17\x9b\x58\xc0\x26\x9a\x2f\x46\xb2\xd9\x97\x4d\xd4\x80\x7e\x8e\x9d\x31\xd3\x3d\x93\xfd\x9f\x0e\x33\x2d\x96\xeb\xac\xf4\x00\x80\xd7\x21\xd9\x88\xe7\x32\x23\xda\x76\x21\xb2\x98\x86\xd6\x38\x88\x90\xf9\xae\xb9\xaf\x10\xb0\xe2\x6d\x8e\x19\xef\x59\xf5\xd6\xaa\x44\x5f\xd6\xcf\x86\x83\x91\xc5\xec\xd2\xfa\x98\x80\x5a\x36\xcf\xa2\x70\x5f\xc7\x4e\x37\xc0\xa7\x65\x70\x28\xaa\x0d\x00\xf0\x56\x49\xb6\x21\x17\x5b\x6a\x8a\x66\x54\x05\x99\xde\x97\x9c\x2d\x66\x18\x1b\xcb\x49\xd9\xae\x86\xd2\xca\x85\x29\xae\x7a\x9f\xea\xc7\x31\xb4\xda\x67\xb0\xa3\x21\x07\xb5\xa7\x90\x23\x7e\x1a\xcd\x4f\x4c\x86\xdb\x7a\xed\x12\x5c\xb8\xe3\x5a\xe5\x27\x62\x37\x00\xb2\x36\xa6\x0c\x71\xc2\x1c\x5a\x72\xb4\xf2\xa6\xf1\x6e\x79\x72\x71\xa0\xa1\x0e\xb2\x2f\xeb\x8c\x9e\x51\xbd\x3c\xf9\x82\x0e\x02\xdd\x19\x13\x59\x1b\x86\x28\x0f\xa9\xd5\x7a\xa3\x67\xfa\x51\x35\x08\x2c\xc1\x2d\x59\xa3\xc6\x7b\x3a\xe6\x2a\x55\xa4\x18\x00\x64\xa5\xcc\x46\x44\x95\xc9\xb1\xbc\xbb\x92\x62\x38\x05\xf9\x50\x74\x5b\xaf\xaf\x0e\xcb\xa2\xe9\xea\xa0\x88\x64\x5e\xad\x05\x7e\x28\xfa\xb3\x96\x8d\x5a\x1b\x52\xa0\xa1\x61\x86\xfd\x8a\xd4\xa7\x70\x37\xdc\x32\xd5\xcf\x08\x39\x8e\x2c\xa5\x33\x39\x0a\x00\xd9\x54\xe6\x6f\xf8\x46\x43\x40\x0d\x15\x82\xd3\x7d\x84\x51\x0a\xff\xad\x7d\x89\x08\xdb\xd2\xab\xfd\x88\x72\xdf\x74\x45\x6b\x8f\xf1\x8c\xae\xd2\xd8\xe1\xd6\xae\xbd\xab\x76\x25\xa4\xf9\x2d\x50\xd1\x49\x2e\x6e\x85\x2a\x0d\x79\x83\xe3\x88\xfc\x2d\xf5\x29\x00\xd2\x6c\x76\x16\xcc\xbd\xf6\x3b\x6a\x5b\x45\x99\xf6\x27\x26\xad\xe0\xa3\xd6\x01\x7b\x38\xf3\x9c\x26\x00\x9f\xb8\x69\x86\xba\x80\x70\x6f\xc3\x1e\x15\x8e\x24\x59\x9b\xa5\xd4\x53\x02\x7c\x2f\x2b\x67\x50\xbb\xdd\x2a\x94\x1e\xb4\x46\xc7\xe7\xb2\xe3\xcc\xc5\x00\x48\x44\x9c\x87\x50\xa0\x9d\x4f\xcc\x2f\x2f\xd7\xf8\x90\xac\xf9\xbf\xd5\x91\x64\x63\xc6\x73\x15\x97\x32\x98\x94\xa4\x3c\x48\xbd\xb1\xc1\x59\xf1\x82\x3e\x7d\xcd\x71\xc5\x22\x46\x92\xaf\x50\x3e\xc2\xc4\xb8\x55\xcb\xf7\xb2\x82\x9c\x96\x49\x3b\x38\xfe\x00\x88\xf7\xf2\x10\xd5\xad\x2a\x29\x7b\x57\xe9\x37\xe5\x3e\x4e\x68\xde\x1e\xc5\x6f\x4e\xf7\xe6\xf3\x8a\x32\xae\x47\x62\x9e\x7c\x37\xb7\x7f\x7d\xac\xdc\x89\x17\xbe\xc6\x47\x96\xc7\x3b\xe7\xeb\x25\x7d\xca\xaf\x72\x4b\x91\x9e\xe3\x1f\x75\xe2\x4a\xe6\x09\xe6\x00\x20\x6a\x10\x14\x56\xcd\x50\x28\x65\xea\x92\x7e\xf9\x6d\x59\x71\xae\x4e\x1e\x26\x5b\x9b\x7e\x44\xd6\x27\x73\x4a\xc0\xcb\x16\x48\x9f\x45\x31\xa5\x62\xe9\xb9\x60\xa9\xe4\x85\x74\x9f\xcf\x36\x09\x47\x7a\xce\x6d\xae\x24\x59\x5a\xe7\xa4\x13\xbd\x11\x17\x03\x20\x3c\x2a\x7c\x04\x79\x2e\x5f\x60\x08\x2e\x96\xca\xd4\x7a\x49\x8e\x54\xfa\x47\x77\x2c\xed\xa6\x94\xab\x9b\x1a\xdf\x27\xf9\x5a\x5b\x18\x79\x49\x22\xd0\x8e\x06\xfd\x96\xd8\x6b\x97\xf9\x44\x89\x35\x9a\x03\xf3\x3a\xc5\x11\xaa\x2c\x27\xb9\xc8\x4d\xe6\x00\x80\xd0\x5b\xec\x0f\x81\xc8\x34\x75\x9b\x8a\xa7\xca\xec\x2c\xd5\x39\x0b\xa4\x42\x33\x22\x8d\x23\xf9\x69\xa2\xc5\x97\x4b\x58\x46\x5d\xa4\x49\x32\xc5\xb0\x2d\xe8\xaa\xd8\x62\xb0\xf3\x99\x25\x9e\xad\x07\xf3\x58\xa2\x7e\x4d\x96\x13\x55\xd8\x2d\x5f\x0c\x80\xe0\x8a\xb8\xa5\xe2\x8d\xcc\xd5\x7a\xb0\x68\x50\xaa\x6c\xdc\x9e\x7d\x46\x3a\xa5\xc1\x98\x16\x2d\xe1\xd7\x73\xe3\xd7\x88\x3f\xd5\x91\x22\xa9\x62\xb9\x85\x1d\x74\x4c\xec\x66\xde\xee\xe3\x20\x12\x1b\x07\xe6\x91\x85\x6f\xb5\x5f\x9d\x8c\xc2\x19\x8a\x85\x00\x08\x4a\x25\x53\x0a\xb2\x3b\x12\x8a\x46\xb3\x02\xda\xdc\x4b\xc3\x53\x89\x2d\x2e\xe5\x7b\xe3\x3e\xdb\x22\x2a\xe3\x23\x3f\x5a\x91\xd5\xaf\xd7\x60\x1b\x64\xb0\x21\xff\xb3\x75\xd7\x90\x98\xc5\xf7\x2c\x17\xd0\xcf\x66\xa4\x9a\xbf\xe0\x1c\x41\x9d\xf6\x18\x79\x04\x00\xc5\x3e\xd6\x68\x81\x7f\xfb\xdc\x52\xff\x2c\xd0\x3a\xa3\x9c\x97\x9a\xdc\xbc\x10\x72\x21\xee\x7c\x53\x69\xb5\x47\xe4\xf9\xc6\x0e\xa8\x69\x4d\x46\xfd\x45\x84\x87\xff\xce\x3a\x7f\xd4\xe0\xe2\x87\x96\xe5\x98\x57\x33\x10\xe6\x5c\xdc\x29\x30\xaa\xcd\xa3\xb8\x03\xa0\xc0\xb1\x3a\xf3\xdf\xb5\x3e\x2d\xbf\xbc\xe5\x4c\xf3\x0f\xc8\xc7\x54\x57\x9b\x67\xf5\xdc\xb8\x3a\x2b\x0f\x1a\x10\x69\x6d\xb8\x0e\x27\xae\xf1\xad\x9f\x81\xbc\xe4\x6f\xb3\x10\x31\xab\x16\x3f\x30\xd3\x70\x51\x33\x44\xa6\x66\xfc\x43\x70\x51\x73\x99\xf2\x15\x00\xc5\x5c\xd6\x93\x7c\xef\xe6\xcf\x35\xbe\x5b\x9c\x6c\x81\xd0\xe7\x29\xa5\x56\x1a\xbc\x2b\xce\xbe\xe1\x26\x52\x1e\xe9\x53\x1f\x8b\x96\x06\x9f\xb2\x68\xb0\x26\xff\x02\xd3\x77\xbc\x6d\xf1\x59\x13\x20\xa6\xcf\x18\x36\xce\x25\x8d\xda\xcd\x55\x8f\xd3\x8b\x00\x90\x27\xb1\xff\xe4\x71\x9b\x3e\x20\x0f\x65\xe6\x5a\x33\xd1\x49\xc9\x43\x0d\xe3\x98\x5d\x1b\xe1\xf5\xfe\xb8\xa4\x88\x56\x4b\x17\xfe\x45\x70\xa9\xe9\x37\xb1\xc9\xdf\xd9\x48\x23\x6f\x5a\xbc\xdb\x20\xa0\x1c\x9f\x71\x5d\xcf\xa6\xfe\xb1\xab\x56\x89\x58\x4e\x00\xc8\x10\x5c\x78\xae\xd4\xba\x1a\xff\x4f\x86\xb4\xc1\x42\xf8\xb9\xe9\x4b\xbd\x1d\x69\x6a\xec\x71\x4b\x2d\x39\x3a\x62\x8e\x79\x21\x45\x11\xf4\xc2\x28\xa4\xde\xf0\xdb\xad\xff\x41\xf7\x5e\xdc\xaa\x77\x64\xe0\x67\x7c\xaf\xfd\x97\x59\x67\x37\xa1\x2c\xe7\xd8\x00\x90\xea\x79\x67\x72\x18\xf5\xdb\x98\x53\x37\x1b\xea\x36\x30\x77\x6f\xf2\x35\x9f\x63\x95\xc4\xba\x9a\x70\x6c\xc7\x70\xb1\x71\x26\xfb\x44\x10\x43\x6f\xe6\xa8\xfd\xb0\x3a\x1f\x6e\xc1\x62\x43\xed\x7c\x5e\xe8\xcc\x08\xcd\x2e\xbe\x8b\xbd\x97\xfc\x32\xff\x06\x00\x12\xa8\x80\x97\xbd\xc5\x72\x58\xf4\x21\xbd\xd3\x5c\x26\x76\x48\x4a\x33\x39\x8b\x67\xc6\x94\x1a\xf6\x88\x03\xd7\x3d\xd3\xe3\xc4\x90\xc0\xaf\xba\x19\x62\xab\xdf\x0c\xed\x1e\xf1\xd3\xc5\x48\x4d\x9d\xa4\x72\x66\xb1\xea\xbb\xf8\xbc\x3d\x4e\xd6\x2e\x12\x02\x20\x16\x0b\x4f\x67\xf5\x99\xe3\x34\xe3\x69\x0f\x8c\xcf\x35\xa9\x89\x36\x83\x55\x7d\x2b\x7a\x9f\xbe\x40\x2d\x59\x07\xd7\xcd\x51\x27\x04\xd6\x6a\xaf\xa8\xe7\xfa\x1e\xd0\x58\xd5\x73\x17\x2f\x57\xe3\x55\x9a\x99\x31\xca\x2e\x79\xb7\x7d\x9d\x74\xbb\x64\x2b\x00\xa2\x5b\xa2\x4b\x59\xab\x4c\x1a\x43\x5a\x1a\xdf\x18\xa7\xdf\x93\x98\xaa\xff\xa3\x5f\x1a\xcd\xd0\xed\xd3\x75\xae\x5b\x53\xcb\xd4\xc5\x06\x56\x6b\xe3\x6b\x3f\xfa\xb6\x69\xe6\xd4\x5e\x5a\x3c\x57\xf5\x3f\xad\xff\xcc\x28\xc5\x57\x65\xba\x7d\xbd\x34\x46\xda\x08\x80\x48\x23\xf6\xdf\x72\xc8\xf8\xd8\x92\x93\xb6\xda\xd0\x6d\x1e\x49\x9c\xae\x47\x99\x7e\x45\xa7\xe9\x96\x9a\x30\xeb\xe6\x69\x6f\x1a\x3f\x07\xe6\x68\x7a\x8d\x43\xbe\x36\x35\xd7\xf0\x78\xf1\x12\xd5\x5a\x5d\xee\xcc\x2d\x8a\x60\xd5\x76\xfb\x63\x92\x5e\x19\x03\x00\xd1\x3c\x71\x6d\x26\xbf\x2f\xa8\x78\x4e\x0a\xa5\xfb\x9f\x52\x62\xdc\xa3\xce\xbe\xf2\x33\x51\x07\xdb\xdb\x2a\x23\x42\x16\xb6\xb6\x57\x9f\x5b\xf9\xbd\x59\x0b\x23\x2c\x3d\xd0\xb4\x1b\x39\xc3\x2d\xd5\x7a\x09\x8d\x9c\x4a\xae\x7f\x81\xdb\x08\x80\x8e\x4f\x19\x07\x40\x39\xc2\x76\xcb\x2c\xeb\x9d\x59\x8a\x4d\x29\xe8\xba\x55\xde\x12\x77\xa6\x63\x1b\xe4\x74\x54\x4f\xdb\xe1\x6a\xfb\x10\xd0\x72\x03\x5a\xb1\xf2\xb9\xed\x02\xfc\xaf\xa5\xbb\x9b\x26\xa1\x62\xdd\x72\xac\x8b\x31\x90\xa9\xcd\xf5\x1b\x71\x9f\x01\xd0\x39\x51\x1d\x00\x50\x16\xb3\x7e\x66\xae\xee\x7e\x55\xfe\x31\x65\x55\xe7\x79\xc8\x8f\xb8\xce\xf6\xfd\x55\x3f\xa3\x38\xad\x0f\xa0\x60\xed\x9d\x16\x07\x78\xe0\xca\xcb\xb6\xc9\x48\xd6\xd2\x41\x6b\x02\x7a\xaf\x5b\x61\x63\x39\xb6\x73\xea\x9e\x3a\x1e\x61\x12\x00\xb5\x1c\xea\x21\x00\x14\x5f\xd9\x61\x19\x94\xce\x1f\x35\x0e\xc9\xe2\xf6\xef\xd0\x9d\x71\x53\xdb\x9c\xe1\x95\x51\x93\x5a\xc2\x90\xe1\x6b\x85\x36\x38\x7a\xc5\x4a\xb5\x95\x89\x5d\xb9\x54\xd4\xb0\x0f\xef\xe5\xb6\xa5\xfe\x0a\x61\x74\xea\x0b\xf3\x7d\xd2\x49\x00\xb4\x59\xf4\xa7\x00\x28\x3c\x39\x91\x9b\xff\xb4\x7f\x42\x8a\x37\x7d\x6f\x5b\x8a\x7a\xb6\x91\xdd\x92\x85\x49\x8a\x54\xd8\xb4\xd8\x8b\x6b\x17\x5a\x2f\xe2\x09\x2b\xa3\x1b\x9e\x13\x17\x2e\xcd\xad\x0f\x20\xed\x75\xab\xaa\x0b\xa5\xf8\x39\x2f\x30\xad\xa4\x2d\x04\x40\xe3\xc6\xaa\x01\x40\x1e\xce\x35\x6f\x9e\xdd\x96\x82\x0f\xdf\x14\xd7\x42\x26\xe4\xc4\xfe\x6b\x1b\x24\xc2\x22\x9d\xac\x9f\x49\xb6\x35\xa3\x8d\x89\xe4\xe7\x2b\x5e\xd5\xc3\xa9\x51\x4b\x97\x5a\xfa\x69\x0a\x37\x9c\xb9\x83\x7e\xd9\x39\xc3\x20\x65\x1e\x01\x40\xf5\x92\x73\x0a\x00\x59\x01\xef\x55\x7a\x76\xf3\x4d\x46\x40\x52\x9d\xcd\x83\x71\x31\x36\xdb\x4a\x64\xc2\x22\x54\x0d\x97\x58\x9e\x6b\xb6\xd4\x07\xb2\xde\xae\xe8\xb7\xa0\xd9\xa7\x96\xda\x9b\x0e\x72\x7a\xdc\xb4\x46\x03\xd7\xe2\x3c\xa4\x4b\xe5\x3d\x06\x99\xca\x0a\xfe\x6e\x00\xa4\x2b\x05\xc2\x34\x6a\xd3\x45\xa1\x3e\xf1\x81\x35\x50\x38\x14\xb3\xbb\xa1\x5d\x78\x38\x62\x46\xfd\x74\xe1\xb7\xe0\xcf\x16\xb2\x28\x7d\x45\x99\xe9\xaa\xa8\xd7\xeb\x82\x31\x49\x3c\xdf\xcd\xac\x7f\x2b\x9e\x70\xfe\xa4\x55\x8a\x3d\x41\x8b\x62\x85\x68\x21\x00\x92\x54\x61\x77\xea\x5e\x6b\xa0\xea\x48\x62\x68\x43\xab\x8a\x17\xe3\x5d\x3f\x4f\x15\x1c\xae\xb2\xe8\x54\x0e\xc1\x22\xb3\x93\xf2\xe3\x0a\x47\x23\x57\xf9\xdb\xcb\x64\x98\xa2\x5a\xe7\x86\xd7\x0d\x2b\xd7\x38\x7f\xd7\xac\x90\x19\xc1\x01\xf9\x06\x89\x0b\x00\xe2\x0e\x91\x3a\x15\xd2\x48\xd4\x85\x25\x3c\xae\xff\xb7\xf6\x44\xf4\x9d\x3a\x64\x6d\x6e\x78\xa6\xf9\x71\xad\x63\x70\xb6\xa9\x48\x7b\x77\xf9\x13\xc3\x3d\xed\x4d\x2f\xaa\x9e\xa6\x35\xb9\x21\x74\xd3\xd4\xf2\x69\x53\xd5\x4c\xc5\x6c\x70\x4b\xb6\x5f\xf2\x13\x00\x71\x92\xe8\x43\xaa\x6b\xc3\x11\x93\x7b\x42\x77\x7d\xb4\xb1\x2e\x7a\xc4\x72\xcc\x38\x2d\x3c\xd0\xbc\xce\x30\x11\x9c\x68\x1c\x30\x48\x97\xdf\x37\xac\x31\x54\x7a\xf1\x75\x97\xf5\x99\x6e\xdc\xda\x0c\x2d\x77\x9a\xbf\x6a\x5c\x59\x66\x37\x47\xe6\x21\xbd\x02\x80\xe8\xb6\xb8\x28\xf9\xce\x70\x5a\x31\x21\xee\xe4\xc0\xfb\xd2\xfa\xf5\xe1\x7d\x23\xe5\xfb\x43\xe3\x7b\xcc\x95\xd3\x03\xae\x77\xc9\xab\x79\x3e\x5f\x3a\x60\xd0\xff\xe3\xe0\x2e\xdc\xa2\xc0\x9f\x3f\x80\x7f\x14\x41\x54\x14\x10\x04\x01\x05\x15\xa4\x4b\xe9\x46\xba\x6b\x61\x61\xbb\xbb\xbb\xbb\xd9\x05\x96\x4e\xc5\xee\x6e\xcf\x3c\xbb\xc5\xee\x3c\xef\xec\x3b\xf3\x8c\x33\x7e\xcf\xf7\xf7\x47\xcc\xbc\x66\x9e\x79\x3f\xf3\x23\xe8\xd3\xe8\x30\x85\xe9\xf5\x7d\xc9\x7a\xda\x6e\xb7\xd4\xc1\x40\x96\x01\x80\x8e\xff\x84\xb9\x00\xd8\x64\xf2\xa4\xd2\xc3\x1b\x92\x11\x5b\x17\xed\x58\xfb\x37\x6a\x6b\x56\xcc\xea\x7d\x98\x2d\xc9\xc9\x2b\xb7\xe1\xce\xc5\x9e\x5a\xbe\x8b\xe8\x16\xf6\x71\xe9\x08\x19\x1e\xf4\xdf\x92\xdb\xd4\x41\x6f\xff\xc5\xcf\xe8\x6b\xdc\x60\x03\x38\x76\x24\x00\x1d\x2a\xa1\x01\x00\xdb\x5c\xb9\x6f\x69\xff\xfa\x59\xe8\xb9\x8b\xba\xd7\x3c\xc3\xfc\xcc\x9a\xbe\xea\x28\xee\x76\x72\xc0\x8a\xf3\x84\xc3\xb1\x9b\x97\x3d\x24\x5d\x0c\x7b\x3a\x7a\x81\xf2\x2d\xe8\xbf\x25\x53\xe9\x5e\xde\x91\x8b\x67\x32\x5e\xbb\xc9\xfa\x7b\x38\x89\x00\xb4\xff\x23\x5a\x00\x80\xf5\x37\x79\x69\xc9\xab\xb5\xf3\xf1\xdf\xf2\x7f\xac\x9e\x4a\xec\xc8\xec\x5c\xe9\x42\x0e\x49\xda\xbb\xdc\x8f\xf2\x28\x96\xb1\x34\x89\xb6\x3f\x6c\xcf\x92\x38\xc6\xca\xa0\xe7\x23\x6c\x96\xcc\x3b\x6f\x98\xc3\x71\x71\xdb\xdc\xfb\x07\xef\x2b\x00\x6d\x7b\x24\x29\x00\x58\x6e\x2a\x8a\x4a\xd6\xae\x0e\xa0\x32\xf3\x87\x56\x2e\xa4\xad\xca\x9c\xb3\xbc\x9e\xfe\x34\x09\xb6\x94\xc7\x44\xc7\x86\x2c\x19\x64\xfd\x13\x66\x1a\xe9\xe3\xd8\x82\x6e\x0e\x5d\xe2\x79\x79\x37\x0e\x1e\xe4\x8b\xdc\x9e\xf4\x84\x89\x08\x00\x38\x84\xb2\x0e\x00\xcc\x2f\x95\x4b\x8a\x7f\x5f\xa9\x67\x1d\xc9\xfb\xbc\xbc\x8b\x7d\x25\x63\xf3\xd2\xad\x9c\xfb\x0b\xbf\x2c\xb9\xc7\x9b\x1a\x73\x75\xb1\x07\xbf\x31\xac\x61\x78\x8a\x60\x24\xe8\xf8\x60\x96\xf0\xb6\x37\x65\xc0\x5f\x3c\x77\xe2\xcc\x2e\xf9\xff\x7f\x44\x29\x51\xdc\x04\xc0\xec\xaa\x7a\x5f\x5c\xbd\xdc\x57\x3c\x98\x67\x5f\x9a\x2e\x09\xc9\xa8\x5d\xc2\x90\x2c\x5f\xb8\x79\x64\xb5\x14\x1d\xb3\x7c\xe8\xa9\x2c\x25\x2c\x73\xe0\x9b\x7c\x7a\xd0\xa5\xfe\x74\xf9\x47\xef\x0d\xbd\x7f\x2a\x3e\x4d\x74\x38\x8b\x55\xfb\x00\xb0\x6d\x55\xf7\x00\x60\xbc\xa4\x11\x14\xed\x1e\xfd\x47\x63\xcb\x0b\x58\x92\xa4\x19\x4d\xff\x39\xa2\xd3\xec\x5c\xc8\x19\x3a\xa3\xf9\x2f\x46\x3e\xe8\xa3\xc5\x85\x45\xf4\x2f\xd2\x5e\x0f\xba\xd6\xdb\xad\xc3\x78\xff\xd9\x13\xa8\xbb\x3d\xf1\x9f\x76\xa3\xae\x03\x00\xab\x58\x7b\x02\x00\xc3\x0b\xad\xa9\xf0\xc5\x92\x68\x6b\x4e\x2e\x7f\x44\x6b\x9d\x9a\x2e\x1f\x7a\x60\xb9\xbd\x10\x0c\x2e\xb0\x9c\x89\x09\xe9\x37\x5a\x1e\x86\x3e\xe8\xbd\x66\x0d\x08\xea\xeb\xa9\xb1\xa6\x7b\x5f\xef\xda\x6b\xfe\xdd\xdd\xab\x2d\xd4\xb8\x16\x00\x8b\x5e\x3f\x04\x80\xa1\x58\xd7\x5c\xb8\x65\x31\xde\xd1\x95\x9b\x31\x7c\xc0\xb1\x20\xbd\x70\x68\x8e\xfd\xe6\x82\x6b\x03\x02\xfb\xe6\x98\x71\x7d\xa7\xec\x7b\x42\x4f\xf5\x86\xd9\xff\x0c\xb2\x74\x6f\xb4\x27\x7b\xdf\xe9\x72\xb5\xde\x75\x8f\x70\xf0\xcd\x13\x01\x30\xff\x32\xc8\x00\xd0\x7f\xd0\x1d\x29\x54\x8e\xac\x71\x62\x73\xa7\x0e\x83\x8e\xa7\xe9\xb3\x06\x89\x1d\xfc\x05\x07\xfa\x77\x74\x94\x45\x7f\xea\x1b\xd7\x81\x0c\x3d\xd9\x43\xea\xf0\x0e\x6a\xef\xfa\xb7\x6d\x83\xf7\xbf\x9d\xa9\xad\x2b\xdc\x1b\xec\x6b\x2c\xd9\x00\x98\x29\xc6\x45\x00\xe8\xad\xfa\x90\xa5\xbf\x50\xe3\x6a\x53\xfa\x02\xd0\xbf\x37\x1c\x6c\x1d\xc2\xf6\x42\x23\xd5\x14\xbc\x13\x76\x8c\x27\x20\x6e\x41\x09\x08\xfb\xc8\x8f\x70\xb3\x1a\x0f\xd1\x22\x88\x97\x0a\xc7\x18\x26\xea\xaa\xc4\x0b\x2c\x38\xd3\x37\x20\x89\x3d\x9e\x9d\x0b\x80\xb4\x90\xbf\x62\xa9\x37\xfc\x29\xa4\xb4\x37\x1f\x39\x06\x15\xd8\xc6\xd0\x57\x61\x56\xd5\x6e\x9c\x0b\xf2\x3c\xf7\x16\xa1\x01\x1b\x41\x48\x24\x6d\x21\x28\x1b\x4b\xa9\x73\xc9\x77\x0a\x65\xf4\xc5\x74\x48\x22\x97\xd9\xca\xc2\xcf\xfc\xc0\x6a\xe1\x64\x01\x20\xf9\x2a\x20\x8f\x86\xb4\x9c\x69\xd6\xf6\x60\xe0\x7f\xc0\xeb\x6d\x00\x15\x84\xf2\x52\x7e\xc5\x48\x31\xbf\xb8\x69\xb8\x0f\x04\x37\xfc\x4a\xa2\x9c\xec\x0e\x19\xa3\x4c\xa7\x4d\x2f\x9c\x41\xdb\xc0\x8c\x4e\x0c\x64\xac\x63\xff\x31\x73\x07\x73\x15\x97\x03\x80\x64\xb1\x90\xb2\x18\xd9\x78\x0e\x73\xae\x6b\x5d\x73\x25\xde\xdb\x82\x87\xfd\x41\x5c\xa4\x70\x20\x1d\xe4\x0e\xf6\x57\x4c\x1d\xf5\x5f\x5c\x27\x3e\x94\x01\x6b\x78\x43\xfc\xc5\x3a\x5a\x40\xa5\x9c\xe0\xce\x49\xd0\xd3\x1e\xf0\x17\xce\x44\x30\x16\x08\x32\x01\x10\x5f\x14\x6f\x1d\x4e\xa8\x2f\xa1\x76\x3b\xaf\x42\x3e\xd1\x73\x4d\xb7\xa1\x87\x19\x37\xe5\x0b\x61\x5b\x59\x1a\xd6\x25\xe4\x6f\x9c\x5c\xac\x03\x73\x95\xfb\xa9\xc1\x1b\xff\x96\xbf\x75\xd1\x0e\xd2\x33\x21\x3e\xfe\x17\xd5\x4b\x74\x63\x66\x04\xed\x88\x18\x0f\x80\xe8\x83\xcc\x67\xb0\xa4\xfa\x35\xef\x65\xc7\xbc\xba\xeb\xfc\xa7\xc6\x16\xc8\x03\xc1\x79\xe9\xc3\xe6\x69\xc2\xd3\xcc\x0d\xf0\x16\xd1\x2d\x4c\x07\x6a\x8b\xf8\x5e\x7d\x1e\xce\x4d\xf2\x64\xd1\x54\x62\xb8\xf4\x49\xbc\x83\x0c\x93\xed\x98\xe9\x43\xa5\xc8\xce\x01\x20\x0a\x53\x20\xfa\x36\x96\xef\xd4\xe6\x39\xb6\x55\x7d\xd7\x26\xe9\xbd\xeb\x5a\xb4\x81\xe2\x2b\x90\xeb\x5a\x1f\xfa\xfd\x66\x9a\xd6\x1f\x3d\x19\x31\x51\x3b\xad\x6e\x32\x7a\xb1\xd6\x25\x3f\x16\xf7\x46\xf3\x2e\xde\x83\x18\xaf\x39\xef\xff\x8d\xfc\x58\x53\x01\x80\x30\x5b\x2d\xea\x29\x28\x91\x77\x54\xb4\x4a\x2b\xa6\xb7\x87\x6a\xa7\x56\xef\x71\xfc\x10\xfe\xa8\x67\xd8\xff\xa1\x65\x37\xa5\xb4\xfe\x85\xdc\x00\x9b\x6c\x3b\x53\xf3\x01\x79\xd9\xba\x36\x0f\x83\x2d\xb5\x18\xe2\x7a\xf1\x03\x66\xae\xff\x13\xd2\x33\x53\x11\x00\x82\xcd\xba\xa8\xae\xde\x22\xe3\x62\x99\xf5\x56\x59\xfc\xf0\x52\xb5\xa2\xf2\xed\xe0\x26\x81\xb5\xf6\x78\xff\x76\xca\x33\xc8\x96\xde\xad\x08\x67\xf3\xd2\xee\x91\x9a\x00\x84\xbe\x53\x9d\x3b\x86\x09\xee\xa0\xc7\x91\x70\xea\xb6\x55\xfe\xdf\x48\xd9\xad\x0c\xd0\x24\xa8\x33\xd0\x3b\x9f\x16\x7e\x58\x99\x61\xcd\x2e\xed\x5b\xf6\xe9\x7f\xfe\x8c\x0e\x0a\x5c\x6a\x63\x16\x67\x50\xd8\x90\xd9\x43\x17\x10\x89\xcd\x3e\x03\x35\xd5\x37\xe0\xdf\x7b\x8f\xe5\x6e\x46\xaf\xe8\x2e\x8d\x63\xe2\xdc\x3b\xf3\x67\xce\x27\x3e\x76\x08\x41\x97\x20\xc8\x98\xd3\xc9\x2d\xec\x5e\xf7\xc3\x72\xb3\x74\xfe\x1a\x8a\xaa\xbf\xe2\xf2\xca\xdd\xfc\xdd\x35\xeb\x96\x4f\xa2\x44\x37\x0c\x8e\x96\x21\xc6\x43\x3b\x46\xb8\xd5\x47\xe1\xd2\x41\x53\xee\x26\x74\x44\xdf\xc6\xb8\xc5\xd8\xd6\x9e\x39\x33\x05\x44\x6a\xdb\x7b\xf0\x92\x7f\xd4\xb8\x7d\xe4\x17\x66\x4f\x6d\x41\x17\x07\x97\xd2\x70\xdc\x92\x85\xbf\x08\x8d\x56\xc0\x88\x76\xd8\x71\xf6\x5e\x32\x13\x25\xc6\xd5\x53\x09\xb8\x90\x86\xed\x74\x1e\xf1\x5a\x41\x2c\xd3\x46\xdd\x90\xc0\x67\x07\x32\x67\xcf\x6c\x66\xef\x64\x63\x00\x90\x72\x05\xa1\x23\xf3\x50\x7d\x90\x9c\xce\x51\x4c\x05\x14\x6f\x56\xe1\xfc\x60\x02\xf9\x16\xc2\x44\xe4\x01\xf6\x3c\x92\x1f\x36\x08\x7b\x89\x92\x4d\xe0\x37\xe4\xd3\xb8\xe4\xeb\x8b\xce\x33\xd6\xd0\xab\x12\x82\x59\x35\x2c\xd2\xcc\xb9\xec\x19\x9c\x26\x00\xa4\x11\x82\x3b\xc3\xa9\x08\x4d\x33\xc2\x79\x12\x45\x84\x47\x98\x76\x61\x70\xc8\x3f\x65\xdf\x70\x06\xcc\x03\x96\x95\x70\x10\xff\x12\x5b\x4a\x9e\x42\x7a\x5b\x7f\x91\x4a\xa6\x81\x45\x6c\xfa\x7e\xe6\xec\xf8\x31\xa6\x80\xfd\xd8\xff\x05\x8b\xca\x35\x03\x20\xb9\x20\xbc\x3c\x58\xdd\xbc\x1e\xc3\xeb\x70\x85\xfd\x85\x3b\x61\x0c\x46\xe6\x10\xbe\x4b\xfb\xd0\x2b\xc8\xf5\xcc\x06\x5c\x38\xf5\x20\x26\x87\x70\x90\x11\x51\xf7\x8e\x8c\x60\x0d\xe5\x9f\xa0\xde\xe7\xba\xc5\x97\xd1\xb7\xf2\xa3\xfc\x57\x31\x7e\x0a\x6a\x00\x90\x00\xc9\x94\xfe\x96\xc6\x19\x54\xff\xb6\x62\x68\x0f\xed\x9a\xbe\x17\x16\xcf\x90\x4a\xb2\x11\x37\x59\x91\x8c\x68\xf4\x30\xfb\x6f\x74\x26\x4e\xc2\xdd\x56\x17\x40\x6c\xe0\xcb\xf2\x67\x51\x26\x08\xb3\xe3\x2e\x51\x9f\x8b\x8e\xfb\xab\xe8\xbd\x62\x1e\x00\xe2\x08\x19\xba\x97\x59\x77\x91\x57\x6a\xef\x82\x58\xf9\x2d\x3a\x5f\x28\x56\x50\x2f\x7a\x09\x2b\x14\x42\xe9\x93\x90\x8b\x44\x5c\x54\x1e\x06\x26\x36\xd4\x96\xe1\x99\x92\xa1\x3c\x05\xa9\x44\xba\x39\x8e\x4a\x49\x97\x0d\xf8\x13\x68\x65\xb2\x0b\x00\x88\xe0\x8a\xfe\xae\x8f\x55\x23\x9a\x5c\x5b\x7e\xed\x2e\x0d\x4a\xfd\xb2\xe1\x81\x86\x2a\x78\x07\xf5\xd2\xb0\xa8\x65\x30\x84\xc6\x80\x38\x85\xdc\xa7\x69\xaf\x09\xc1\x4e\xd1\x0c\xe5\xae\x22\xf8\x6a\x56\xc6\x7e\x22\x79\x6a\x46\xfc\x39\x94\x9d\x9a\x7c\x00\x84\x04\xf5\x72\xa7\xad\x5c\xdb\x3e\xc1\xe2\x5f\x75\xad\x6d\x8a\xf2\x57\x5d\x9a\x63\x2a\x3f\x01\xb2\xda\x3e\x9d\xbc\xab\x39\xa6\x35\x04\xce\x87\x1f\xb2\x05\x57\x4f\x47\x17\x58\x03\x73\x9e\xe0\xd8\x16\xdf\x58\x1b\x41\x62\x0e\xf5\xc7\x93\xb7\x9a\xfc\x40\xa6\xe0\xb4\x2e\xb7\xfd\x44\x29\x7f\xf8\x8b\x89\x54\xf1\x6c\xa8\x4a\x41\xa8\xe1\x0d\xe8\xb9\x07\xea\x7f\xf4\x2d\x21\x31\x9a\x46\x7b\xf6\xc2\xf0\xb0\xfa\xae\x63\x55\x79\xc8\xb7\xce\x33\x39\x30\x6c\x7e\xfb\x9d\x58\x38\x1e\xd6\x96\xe4\xaf\x25\x7d\x6f\xf5\x02\x2b\x04\x78\x03\xad\x7d\x6e\xc9\x8d\xe5\xc3\xc6\xb3\x15\xe5\x4b\x2d\xf2\x0b\xd5\x97\x96\x34\x72\xd3\xea\xb1\x23\xd3\x88\x5f\x9a\xdc\x07\x8f\xc0\xdc\x5a\x8e\xf4\x13\x2b\x7f\x22\xc9\x3d\xbf\x72\xd2\x30\xbf\x77\xad\x8b\xc5\xe1\x1e\x39\xf7\xfa\xaf\x27\x2d\x76\x78\x80\x47\x82\x08\x63\x72\xdb\xae\x12\xe6\xda\x2a\x23\xa1\xfc\xca\xaa\x3f\xe5\x9c\xea\xea\x15\x58\xce\xf3\xba\xdb\x4b\x2f\x11\x77\x37\xea\x96\xc4\xb4\xdc\x6d\x49\x1f\x96\x55\xbe\x44\x3c\x1c\xd8\x93\x93\x8b\xc9\xeb\x73\x8b\xed\xc6\x61\xba\x5b\xfd\x7f\x90\x02\xda\x4c\xe3\x92\xf9\xe7\x8d\xeb\x06\xae\xe2\x2d\xb5\x90\xf6\x0e\xc2\xc5\x86\x73\x86\xb5\xa4\x14\x68\x8c\xd4\x9b\xbc\x0b\x76\x94\x71\x98\x8a\x45\x71\xd1\x1b\xe8\x11\x38\xbf\x3a\x02\x13\x10\xcf\xe6\xc7\xb3\x6e\x51\x07\xe2\x8e\x71\x12\x99\x93\xfc\x7e\x72\x5e\xb3\xcb\x00\x90\xbe\x17\xd8\xfa\x7f\x60\x59\x90\x85\x6d\x67\x71\xaf\xa1\x75\xfa\xf7\x04\x0b\x0c\x2e\xe1\x92\x32\x90\x6b\x18\x09\x14\x1f\xac\x0b\x3a\x8e\xe6\x4a\x80\xd5\x7e\x62\xb8\x92\x0f\xe6\x5d\x65\xfe\xa0\x2f\x88\x93\xb0\xe9\xac\x4a\xbf\x0b\x9c\x26\x4e\x26\x00\xd2\x8d\xc2\xa4\xfe\x59\xe8\x96\xe6\x54\xc7\x57\xac\x07\xec\x87\x3e\x05\x77\x1b\xb9\x57\x7c\x92\x70\x10\xb3\x87\x3e\x48\x3a\x8a\x3f\x8e\x5a\x4f\xb9\x4b\x3a\x57\x6b\xa1\x03\xea\x83\x3c\x39\x73\x06\xe3\x6b\x5c\x02\xab\x9b\x7d\xd4\x6f\x29\x7b\x2b\x97\x0a\x80\x14\x22\x0a\xe9\x9d\x0a\xdf\x84\xf1\xb3\xc7\x22\xd7\xe1\xc4\xda\x95\xe8\x63\x84\x7d\x22\x2a\xf6\x25\x79\x0a\x8d\x45\x48\xa7\xca\x91\xab\x49\x83\xf4\x97\x35\x5b\x29\x3f\x59\x84\xdc\x9b\xf4\x3c\xce\x8d\xd8\xad\x8c\x9b\x7c\x17\x3f\x1e\x0b\x22\x48\x00\x40\xd2\x2a\xa9\xe8\xae\x6b\x9e\x44\x19\xb4\x19\x60\x18\x1a\x51\x13\x84\x38\xcb\x08\x10\x4e\x47\xc7\x30\xcf\x50\x4b\xb0\x7b\xd8\xbd\x88\xd5\x04\x38\x17\x57\x7d\x9b\xf4\x1f\x3f\x29\x37\x85\xca\x12\xba\xc4\x16\xd1\x67\x88\xfa\xfd\x20\x8c\x0f\xe2\x7a\x00\xc4\xbb\x64\x9d\x9d\x68\xc8\x0d\xee\x32\xcb\x45\x28\x95\x77\x42\xd5\x0f\xf3\xe1\x5f\xe6\xff\x8e\x58\x2e\xb8\x4b\x99\x8f\x26\x0a\x7f\xc2\x37\xe2\x16\x89\x67\x57\x4f\x26\xce\x94\x14\xe6\x0c\x93\x77\x4a\xa9\x31\xcf\xa9\x54\x19\xc1\x6f\x11\x7d\x83\x6c\x1d\x00\xa2\xbf\x14\x47\x3a\x26\xd5\x6e\x56\x67\x9a\x06\x1a\x86\xd5\x1a\x85\xb5\xa9\x53\xbd\x99\x7b\xa7\x45\xa6\x3e\x4c\xe2\x23\x6c\xea\xa7\xb0\x5c\xf4\x06\x8d\x4b\xe5\x0b\xdc\x61\xcd\xfc\xec\x8b\x44\x93\xa6\x38\x46\x43\x5e\xa4\x69\xf1\x6b\xa1\xf9\x69\x7c\x01\x10\xbe\x51\xef\x72\x0c\x57\x6d\x75\xfc\x66\x50\xd5\x9e\xb0\xbf\x91\xed\x6e\x78\x63\x9f\xc1\x09\x87\xfa\xb6\xc6\x11\x5e\xc2\xd0\xb6\xba\xe6\x8f\xc8\x5d\x56\x6a\xc5\x1f\x98\xaf\x16\x4d\xb6\x2f\xfe\x91\x79\x30\x26\x88\xb8\xc6\x74\xda\xaf\x91\xea\x69\x3c\x06\x66\x09\x6b\x74\x19\xad\x87\x2b\xec\x43\x6c\xdd\xbe\xea\x2b\x03\x6f\xa4\xd3\xea\xc3\xfb\x6b\x59\xbb\x1a\x29\xbd\x7a\xfc\xfa\xe6\x8b\xdd\x7b\xa1\xaf\x10\x85\x9d\x4f\x2b\xfc\xd0\xab\x9d\x9e\x59\xed\xb8\xcd\xed\xf9\xd1\xaf\x08\x16\xc7\x7e\x3f\x31\xa5\xd1\xd6\x05\xac\x82\xc7\x86\xda\xd6\xf0\xf2\x17\x4b\x3f\xeb\x82\xab\x13\x46\x3d\x25\xdc\x3a\xe3\x62\x77\x56\x22\xe4\xf4\xd0\x3d\x7c\x66\xf3\xc2\x81\x8d\xd0\x4e\xf8\x96\x3e\x51\xf9\x4d\x74\x60\x4f\x5a\x16\x13\x17\xdb\x35\x21\xfa\x3d\x61\xb2\x33\xd9\x6f\x31\xf9\x83\x5d\x0b\x8e\x09\x96\x1a\xfd\x6c\xc7\xcb\xc5\xab\xbb\xb4\xbb\xab\xb6\xad\x84\x4b\xdc\x6b\x7f\x2d\x77\x61\xde\x87\xe4\x8d\x3a\x70\xdf\xa1\x6b\x16\x4f\x82\x92\xe1\x61\x43\x9a\xf2\x63\xa8\x8e\xfe\x17\x59\x02\xec\xea\x5e\x4c\xcc\x1c\xbc\xbe\xeb\xbd\xdf\x3f\x64\x9a\xe3\xc3\xb8\x99\x82\x45\xc6\x36\x27\x93\xf2\xb1\x56\x64\xee\xa6\xfe\xd3\xf0\x5c\x19\x4b\x77\x83\x16\xf1\x22\x19\x95\xb0\xc3\x24\x3a\x73\x0b\xaa\xa5\xe5\x3d\x7b\x36\xf6\x5d\x65\x15\x67\x98\x38\x92\x75\x9c\x37\x9e\xda\x10\x75\x8c\xef\xca\x58\xe9\xc3\x10\x68\x58\x3b\x00\x90\x8f\x08\x3d\x3b\x34\xe4\x40\x48\x88\xe9\x2a\x25\x03\x5a\xa4\xe8\xa7\x72\x61\x8d\xdc\x7e\xda\x53\xa4\x8e\xf8\x94\xc1\xc7\x9c\x6b\x51\xb0\xdc\x09\x33\x2b\x9e\xb1\xd7\x93\x85\x59\x2c\xee\x42\xda\x8d\x28\x2b\xaf\x9c\x79\xdb\xa7\x8a\xff\x2f\x7b\x04\x00\x79\x8b\x70\x59\xbb\x85\x58\x0c\x7d\x6f\x9a\x44\x32\xc1\x4e\xcb\xff\x26\xff\x81\x6c\xe7\x7c\xa3\x2a\x31\x2c\x62\x33\x3d\x01\xcf\x6c\x19\xc7\x78\x45\xe2\x54\x68\x58\x5b\xa8\x9a\x2c\x7f\x4e\x23\xa3\x33\xaa\x8c\x2b\x67\x97\xfa\xa4\xf0\x51\x9c\x53\x00\xc8\x27\x88\xe4\x8e\x03\xd8\x23\xe8\x56\x03\x1a\x9f\x87\x7d\x28\xa3\x12\x1e\x10\x02\xd9\x1b\x48\xc7\x48\x42\x42\x36\xe5\x20\xe5\x45\xb3\x07\xed\x00\x1d\x51\xbe\x83\x71\x80\x79\x3b\x53\xc0\xea\xe4\x34\x45\x3e\x62\x9f\xe5\xa9\x7c\x7c\x79\x3e\x7c\x0b\x00\xb2\x02\x89\xd5\x1e\x88\x4a\x21\x8f\xe9\xee\xa3\xbf\x53\xbb\x25\x9f\xb1\x2f\xe9\xe9\x2c\x0c\x61\x06\xe3\x3b\xde\x9f\x54\xcf\xba\x01\xf5\xa0\xb4\x73\x36\x95\xdd\xa3\x9d\xe0\x39\x32\xee\x31\xce\x08\x18\x91\xad\xac\xe9\xa2\x49\x3e\x9e\x9c\xe3\xa2\x2d\x00\x48\x45\xb2\x23\x36\x23\xec\x2e\xa7\x57\x5b\x8f\xf8\xc1\x5d\x23\x76\xa0\x17\xf0\xd6\x33\x67\x62\xfb\xf9\x63\xd8\xcf\x84\x69\x42\x8f\x26\x1f\x92\x4e\x94\x5f\x36\x95\xf2\x52\x2c\xcf\x28\xa3\xcf\x90\xec\x8d\xcc\x66\xd0\xa4\x67\x7c\xa6\xb1\x8d\xb2\xa9\x00\x48\x56\x2b\xee\x9a\x1f\x43\xa3\x94\x74\xd5\x8f\x16\xbe\xf2\xac\x50\x0b\x7f\xa2\xf2\xa5\x17\xa0\xda\x54\x75\x18\x24\xb6\x4c\x35\x0c\xd9\x87\xff\xa1\x7a\x50\xf2\x1f\x69\x99\x3a\x2c\xdd\x42\x79\xa3\xa6\x46\x3c\xa6\xe5\xab\xd7\xfa\xc4\x33\x3f\xaa\x45\x00\x88\xb7\xab\x57\x1b\xb7\x36\x9c\x6d\x85\x29\xbe\x35\x39\x6d\x3b\xf9\x1b\x5a\x50\xb6\xf1\xd4\x11\x44\xb6\xb5\x1e\xf5\x02\x1d\x6e\x59\xd3\xa0\xc1\x79\x99\xdf\x97\x8c\x27\x3c\x31\xe7\xa6\xdd\x22\x97\x99\x5a\x23\x8c\x94\x25\xc6\x7f\x7d\x12\x18\xaf\x0d\x57\x01\x10\x7b\x6a\x7f\xe9\x6f\xd5\xbd\xe9\xb7\xc9\x61\x90\x9d\x7d\x19\xbc\x05\x50\x67\xcf\x69\x4a\x09\xac\xb5\x3b\x17\x79\x00\xe9\xec\xdc\x59\xaf\xc7\x0c\x3a\xe7\x15\x67\xe1\xed\xed\xbd\x69\x30\xd2\xd4\xb6\x09\x11\xd5\x64\x91\xfd\x9c\x4f\x0d\x23\xda\x5a\x0e\x80\xa8\x4f\xff\xaf\x7e\x66\x5d\xcb\xe2\x63\xb2\xed\x10\xbf\x91\x40\xee\xaa\xa6\xbf\x86\x1a\xc8\x67\x5a\xfe\x18\x60\x21\xeb\x10\xff\xf4\x19\xeb\x63\x31\xa0\xa7\xaf\xe8\x3b\xee\x5b\xd7\xfa\xb4\x4c\xa2\xc5\xf9\x7b\x44\x35\xe9\x6d\xc7\x5c\x1f\x2e\xfd\x64\xeb\x4c\x00\x44\x8d\x86\x9d\x3a\x5b\xed\xbb\x15\x21\xb2\xdc\x86\x81\x65\x29\xdc\xca\xa6\x96\xd1\x28\xb2\xaa\xa5\x7e\xe4\x17\xd2\x07\x81\x18\x3a\x5d\x0f\xd0\xec\x01\x67\xd1\x33\x1c\xb5\xaf\x25\xad\x80\xf0\xb9\x67\x6e\x84\x90\x84\xe9\xdc\xe7\xb3\x9f\x9e\x6a\x57\x03\x1f\xe1\x5b\x63\x82\xf9\x2e\x3b\xb3\xb6\x57\xb5\x9e\x7d\xaf\xe1\x3f\xc1\x55\xce\x5a\x68\x35\x4d\xcc\x75\xc0\x76\xa2\x89\x3c\x1b\x2a\xb3\x61\x98\xdf\x85\x3d\x51\xbc\x49\xb0\x86\x48\x4c\x5d\x2a\x3c\x44\x79\x3f\x7f\x86\xc8\xcc\xf0\xf1\xac\x91\x6c\x63\xb9\x00\xa0\xdc\x2e\x14\x98\x43\x99\x8d\x90\x40\xe5\x4f\x56\x12\x34\x4e\xb0\x88\x1d\x0f\x4b\xa2\x3e\xe5\x64\x23\xeb\x50\xf7\xb8\x18\x8c\xa3\x21\x94\xd7\x86\xbf\x54\x5c\xcc\x3f\x4e\x0e\x4b\x85\x08\xbe\xd0\x88\x61\x8f\x85\x63\xcc\x0c\xcf\x1c\x49\x12\xeb\x11\x00\x4a\x91\xf0\x95\x09\x4b\xe7\x42\x4f\x29\xcb\x19\x36\x98\x83\x3f\xc0\xdc\x87\x2c\xa4\x96\xb2\x9e\x61\x02\x50\x55\x9c\x78\xbc\x67\xfd\x2a\xae\x86\xe4\x51\x74\x8b\x77\x9d\x3a\x33\x75\x82\x20\x94\xe1\x19\xb6\x4d\x38\x91\x35\xe2\x99\x20\x5e\xc1\x99\x00\x80\x72\xbe\x68\x8b\xa1\x95\x12\x86\xfa\x2c\x5f\x49\x65\x61\x6b\x79\xbe\xb4\x1b\x78\x13\xf9\x23\xa3\x8e\xf8\x10\x19\xc9\xbc\x4f\x69\xa8\x5b\xcb\xa6\xd3\xce\x16\x4d\xe0\x7c\x66\x56\xa7\xd0\x78\x4c\xf6\x9e\x30\x2c\x1f\xc3\x3d\xe9\x19\x21\xa2\xf1\x8e\x03\xa0\x60\x48\x56\xeb\xe7\x10\xb6\x93\x4e\xca\x72\x48\x55\x94\xa5\x9c\x73\xe4\x5f\xb4\x26\xd2\x19\xea\x7e\x46\x28\x62\x16\xdd\xc2\x9a\x58\x7b\x98\x59\xc3\x7e\x5d\x58\xc0\x9e\xc6\xbd\x95\xfc\x84\xb3\x99\xbf\x3b\x2c\x98\xbb\x4e\x58\xe9\x99\x2a\x9c\x2b\xfc\x00\x80\x7c\x89\xec\xb4\x56\x83\xdd\xc3\x4e\x96\x8c\xe1\xc5\x1c\x24\xdb\x4c\x84\x71\xc5\xc4\xe5\xe4\x7a\xde\x36\xf8\x0c\x6a\x13\xff\x57\xcd\x1d\x7a\xbd\xb0\xb2\xc0\xc4\xcc\x12\x8d\x24\x63\xd9\x40\xfc\x32\xf4\x31\x67\x9c\xd4\xc5\xb3\x9a\xff\x4c\x0a\x07\x40\x76\x4d\x71\x46\x5d\x85\x7c\x28\xb7\x8b\x76\xa0\xff\x55\x8c\x63\xf6\xe2\xfc\x15\x48\xfc\x53\x42\x9d\xe2\xb7\x96\x4e\x52\xaf\x32\xaa\xba\x9b\x72\x49\xd9\xb5\x48\x47\xfb\x57\x05\x92\xb6\x30\x6e\xaa\x78\xa1\x4e\xe6\x65\xd5\x05\x4f\x22\x8f\xaa\x3a\x09\x80\xf4\x4f\x35\x5b\xe9\x0e\x7b\x61\x79\x21\xd8\x87\x4c\xb2\xc0\xe8\x37\xd0\xed\xe6\x23\xb8\x46\xec\x57\x73\x5e\x73\x12\x81\x6d\x3a\x59\x45\x25\xdd\x33\x95\xe5\x3b\xa9\x89\xc6\x8b\x49\x93\xe8\xb1\x46\x7c\x68\x06\x23\xd4\xe8\xe6\x29\xe5\x42\xf4\x47\x00\x90\x26\x68\x37\xca\x2b\x9a\x4f\xf5\x48\xf8\xf1\xf0\x92\x6e\x28\x8d\x83\xbc\xd0\x35\x19\x3b\x03\x53\xe3\x3c\x08\x9d\x8b\xbb\xd3\xc1\xad\xd4\x13\x69\xed\xe1\x79\xf7\xc8\x0f\x1c\x4f\x16\x3a\xa8\xef\xec\xbb\xe6\xfd\x4b\x7b\xd7\x7a\xca\xd3\xc6\x19\x34\xdf\x02\x40\xb2\x5b\xaf\x95\xed\x6f\x0e\x1d\x92\xf3\x56\xc0\x86\x07\x01\xf5\x05\x72\x7e\x3f\x16\xb3\x0c\xbd\xae\xf7\x50\xd3\x11\x5c\x5a\x4f\x40\x65\x32\xe1\x52\x97\x2c\x6f\x05\xb9\xca\xf9\x64\x21\x83\x4a\xea\xa0\xcf\xfb\x9b\x46\x68\x7b\xe4\xb9\x9c\x93\x6a\xfd\xdf\x3c\xc9\x31\x64\xca\x60\xd0\xb5\xa3\x1b\x78\xc5\xb0\xe9\x8b\xdf\x52\x9d\x88\x81\x11\x6f\x0c\x0c\xed\x37\x14\xdf\x64\xc7\x2e\x1d\x28\xa8\xf4\x22\x64\xf6\x61\xf3\x3a\x49\xfb\x7a\xcc\x0b\x39\x94\x2b\x5d\x97\x43\x3d\xa8\xa7\x9d\xd5\x9e\xf7\xd8\x9b\x6c\x77\x00\x90\x4c\x34\xec\x51\xbe\x12\x7e\xaa\x7d\x29\x9c\x2b\x6a\x84\x24\xd1\xef\x8a\xce\x41\x99\xb8\x58\x71\x09\xec\x00\xf4\xaa\xf8\x3a\x2a\xbe\xf2\xa4\x84\x87\xdd\x90\xd7\x27\x0d\x20\xa6\x2f\xf0\x91\x3e\xa6\x0c\x86\xfc\x29\xd3\xd3\x05\x53\xf2\x15\x27\x98\x03\x00\xa8\xef\x09\x5f\x28\x27\x09\x6a\x20\x11\x02\xba\xe0\x32\x34\x8e\x5e\x26\x64\xc3\x42\xb1\x23\xa2\x29\xc8\x44\x68\xb9\xe8\x00\x06\x55\x59\x29\x96\xe3\xfb\xf2\xe2\x24\x05\xa4\x7b\x89\xa7\xa4\xf3\xa8\x1f\x43\x8e\x4a\x2f\x31\x5a\xa7\x64\x29\x6a\x58\x14\x00\xd4\x4b\x44\xe5\x8a\x20\xde\x06\x68\x07\x7f\x1d\xbf\x16\x06\xa1\xad\x17\x4c\x43\x4e\xc2\x8e\x13\x9c\x45\x5f\x6d\xda\x2b\x1c\xc1\x1d\xaa\x38\x27\x92\x13\x77\xe5\x1e\x12\x63\x28\x7b\x13\x0d\x92\x46\x7a\x7b\xc8\x72\xe9\x64\xe6\x93\x29\x59\xf2\xe3\x6c\x03\x00\xea\x1a\xd1\x17\x99\x91\xcd\x41\xd9\x79\x01\x9c\x3a\xcc\x39\x6a\x18\xb7\x06\xf7\x15\xbd\x91\x07\x21\xd6\x37\x76\xf0\xa9\xe4\xe3\xe5\xa7\x05\x2a\x5a\x5e\xce\x13\x61\x37\xe3\x68\xc2\x6b\xd1\x3a\xf6\x8c\x10\x9a\x98\xc0\xf9\x31\xa5\x5a\xd6\xcb\x2b\x04\x40\xd5\x23\x39\x2f\xf9\xc2\x08\x20\x3e\xe1\x9c\x67\x96\x92\xf7\x51\xc6\xb3\xba\xa8\x42\xd4\x2a\xf6\x0d\x7a\x15\x64\x84\x1b\xc1\xcc\x28\xfb\xca\xe3\xb1\x63\x73\x52\xf9\x3b\xb8\xf3\x12\x54\x82\x7f\x78\x3f\x42\x72\x85\x1b\x05\xf2\x29\x7c\x69\x93\x50\x02\x80\xf2\x9c\x6c\x4c\xbc\x93\xf2\x93\x79\x8d\xdd\x4f\x53\xb1\xbd\x48\x6f\x18\xe3\x39\x39\xc8\x25\x4c\x0d\xb7\xad\x61\x0b\x7b\x22\xef\x6d\x59\x3c\x47\x2b\x68\xcc\x6e\xe7\xbe\x10\xee\x4b\xf0\xe1\x17\x89\x7d\x43\xfc\xf9\x3f\x25\x11\x53\x36\x48\x7c\x24\xaf\x00\x50\xbc\x55\x1c\x14\xda\x89\xa3\xd2\x6e\x66\x1f\x39\x4c\x36\x8b\xe8\x4b\x39\x2d\x1b\x40\xb8\xd0\x0c\xf2\x59\xf5\xe5\x8c\x52\xf9\xa6\x92\x9f\xcc\x5f\x8a\xfc\xac\x21\xf6\xa8\xe2\x6a\x3c\x97\xeb\xaf\x64\x05\x5f\xe6\x9e\x50\xde\x9b\x72\x41\x34\xa0\x4a\x00\x40\x31\x59\x9d\xc9\x67\xe3\x94\xa6\x10\xfa\x41\x42\x93\xf1\x0c\x5e\x46\xca\x32\x32\x60\x6d\x94\x08\x63\x70\x9d\x3b\x2d\xd0\x70\xbb\xf8\x19\xc3\xc5\xd0\x9b\xb9\x9f\x79\xcd\xd0\x18\x77\x83\x8d\x35\xc4\x05\x1b\x38\x13\x0d\xe3\xa7\xdc\x13\xda\x75\x7b\x00\x90\x43\xb4\xf5\xdc\x7f\x30\xba\xce\x7c\x5a\x0b\x4e\xe5\x2c\xc4\xc5\x11\x0c\x1d\x49\x2d\x2c\x92\xae\x3d\xbc\x36\x80\x62\x6e\x0b\x2a\x9e\x45\xeb\x72\xcc\xce\x9c\xcd\x30\xda\x23\xe2\x70\xac\xd0\x56\x58\x70\x32\xeb\xa2\xcd\x3e\xe5\x91\xe0\x9a\x49\x0c\x80\xec\xb2\xde\x9d\xcb\x44\x9f\xeb\x1f\x47\xbd\x8d\x3d\xd7\xbb\x0b\xbb\x05\x7f\xaf\xa7\xa1\xc5\x85\x78\xb7\xeb\xdf\x9a\x13\xe4\x27\x9d\x43\x45\x77\xa8\x9f\x9d\xb5\x19\x6f\xe8\x1f\x3a\xbc\xe2\xf2\x99\x3d\xed\x13\x83\xe7\xb3\xf2\x1d\xa8\x29\x6f\x04\x02\x8b\x1b\x00\x32\xab\x7e\x3f\xd7\x07\x9d\x3d\xfc\x8b\xaa\xc3\xe6\x0c\x49\xb1\x30\x7c\xed\xc0\xcd\xe6\xa3\xc4\x92\xfe\xfc\x9a\x41\x72\x59\xef\xca\xa2\x43\x54\x5c\x4f\x48\xc6\x23\x3a\xba\x6b\x7d\x5c\x01\xe3\x7b\xa7\x38\x38\x9d\xb9\xa4\x7d\xd4\x23\x90\xff\xda\x5a\x0a\x80\x6c\x8e\x21\x97\x29\xd7\xce\xac\x43\x12\xbf\x6b\x0e\x42\x06\x91\x77\x34\x4e\xe8\xe1\xc6\x08\x0d\x0f\xf6\xa6\x62\x4c\x43\x44\x65\xe7\x8f\x69\xc8\xd8\xde\x94\x2d\x1a\x35\xe1\x5b\x64\xa1\xe6\x24\x25\xca\xff\xae\xb6\x99\xb6\xcc\xf5\x9d\x6e\x0e\xf3\x3a\x00\xba\xa3\xa2\xa7\x8c\xaf\x6a\x1a\x04\x4a\x54\xa9\x0b\xa1\xb5\x48\xaa\x7a\x11\x2c\x0d\xb2\x4b\x5d\x8c\x8c\xa8\x20\xab\x5b\x30\xa9\xf9\x02\xb5\x14\xdf\x98\x82\x55\xaf\x27\xc9\x23\xa7\x6a\x26\x51\x89\xfe\xe7\x35\x4b\xe9\x43\xae\x3f\xb4\xeb\x59\x16\x00\x74\x1a\x71\x20\x83\xad\xfc\x0d\xaa\x22\xbc\x57\x9e\x81\xa5\x20\x9e\x28\xff\x46\xdc\x87\x64\xa9\xa6\xa3\xbb\xca\xdf\xab\x8a\x70\xd4\xfc\xa9\x2a\x2d\xb1\x2a\xc5\x43\x75\x96\x92\x1c\x71\x5f\x9d\x4d\x7b\xec\x7f\x50\x7d\x9d\x71\xdf\x6d\x92\x36\x8c\xdd\x09\x80\x2e\x41\xbc\x92\x9e\x28\xeb\x44\x01\xfc\x5e\xd9\x3f\x98\x44\xf8\x4e\x39\x1a\xd7\xd2\x10\x2d\xff\x8d\xb0\xbe\x7c\xbc\x22\x94\xec\x9f\x97\xab\x68\xa7\xb6\x27\x63\x94\x80\x31\x31\x82\xa1\x74\xb0\xb2\xfd\x97\xab\xe6\xb0\xef\xb9\xc5\x68\x00\xaf\x08\x00\xad\x58\x9a\x4d\xbd\x23\x3e\x4b\xe8\xc5\x69\x25\x25\x24\x25\x6c\xaf\xe4\x14\xa5\xa1\x7e\x91\x14\x41\x4b\x2e\x4b\x90\x7e\x65\xc4\xe4\xda\x65\x1d\xac\xc8\xa4\x4b\xf2\x70\x4e\x78\x44\x80\xfc\x02\xf7\x3f\x7f\xa7\xa2\x91\x5f\xec\x06\x53\x5d\x11\x6a\x00\xd0\x6c\x95\x7b\x51\x08\xc2\x59\xf4\xa3\x58\xa8\x70\x3b\x33\xb9\x65\xb7\x08\xc6\xea\xa9\x43\x88\x03\xd9\x3f\x4b\x91\xe2\xe7\x5c\x59\xce\x1d\xc9\x4a\xde\xb7\xa4\x1c\x29\x5c\x20\x0e\x3f\x25\x0b\x14\xbe\xf2\x37\xca\xfa\x44\x4f\xdd\x46\x94\xa3\xd2\x71\x00\xa8\x9f\x2b\x6e\x92\xd6\x72\xb7\x89\x96\xa3\xf7\xf1\xc8\x62\x71\xf3\x4c\x7e\x83\x24\xbc\xe6\xb3\x20\x4f\x72\xbf\x64\xb6\xb0\x5a\xba\x32\xfb\xbc\xa8\x40\xc6\x58\x48\x16\xc7\xcb\x53\xc2\xb3\xc4\x6f\x14\xe3\xfd\x4b\x24\x30\x85\xc4\x6d\x4c\x11\xa9\x1c\x05\x40\x75\x5f\xed\x47\x78\xca\xda\xaa\x43\xa0\xc2\xd9\x9b\x75\x15\x4d\xd7\x39\x87\x74\x91\xd5\x63\xdc\x3b\xba\x88\x62\x7f\xbe\xbf\x2e\x31\xdb\x55\x10\xaa\xcb\x5a\xb0\x4b\x58\xae\xab\x99\x7f\x5f\xe4\xa5\x53\xfb\xcf\x12\x6d\xd4\xe9\xdd\x3e\xca\xa7\x6a\xf5\x00\xa8\x42\x34\x6f\xf1\x47\x18\x26\xc7\x6a\xc4\x67\xe6\x71\xfb\x8b\xc6\xbd\xac\xef\xf6\xe8\xaa\x73\x9c\x94\x56\x7d\x11\x84\xcb\xb7\x3d\xca\x2a\xe3\xed\xb3\xd5\x2c\xc8\xe0\xbf\xb6\x9e\x9b\x4f\x13\x5c\xb4\xb2\xfd\xee\x0b\x1d\x96\xd2\x89\xae\xb2\x3a\xc3\x6f\x00\x28\x47\x74\x1c\xbc\x37\xfd\x65\xe7\x25\x84\x80\xe9\xe3\xfc\xab\xb1\x98\x55\xd3\xf1\xa1\x8a\xc3\x56\x77\x4c\x29\xf2\xe1\xec\x6b\x0f\xcb\x9a\xc1\x73\x6f\x6b\x5c\xe0\xcf\x2f\x70\x0c\xcf\x87\x08\x62\x1d\x3e\x7e\x77\x04\x3f\x6c\xbb\x27\x4e\x91\xfe\x6d\xf2\x02\x40\xd9\xa0\xf7\xc6\x19\xe8\xc2\xbe\x32\xc4\x14\x86\xb9\xb7\x1c\xf2\x2f\x73\x67\x4f\x4a\x55\x06\xeb\x5e\xf7\xec\xc2\xf7\x9c\x49\x5d\xae\x59\xe3\xb9\x88\xce\xc9\x0b\x7c\x78\x7d\xce\xc4\xf9\x48\xbe\xba\x23\xc9\xef\xa3\x00\x62\xdf\x37\x31\x4b\x4a\x36\xa7\x01\xa0\x78\xae\xef\x45\x5c\xb4\xdf\xab\x2f\x6d\x8a\xb1\x7b\x36\xe6\x54\xff\x6a\x6d\x6a\x4e\x2c\xa9\xb6\x75\xc1\x33\x72\xdd\xac\xf7\x50\xe4\x94\x60\xeb\x22\xec\x92\x18\x1f\xcb\x19\xc2\xcd\xe0\xdd\x96\x6d\xe4\xd3\x9e\x75\x96\x5b\xd4\xef\xe3\x04\xa6\x0e\x76\x2c\x00\xc6\x54\xc9\x42\x44\x43\xab\x02\x72\xbe\xf1\x84\x6d\x3f\x74\xa4\x7a\xa3\xcd\x0b\x46\x2a\xfe\x65\x65\x21\x33\x72\x8e\x58\x6e\x62\xe2\x93\x9f\x58\x1a\xf1\x09\xd1\x4f\xcd\xef\x48\x09\xc1\x4b\xcc\x2f\x29\x8f\x3d\xe1\x96\x19\xb4\x9b\xe3\x3a\x4d\x41\xec\xfd\x00\x18\x5e\x4b\xf2\xe1\xe7\x6d\x01\x50\x5d\x63\x93\x95\x00\x8b\xab\xae\xb5\x9c\x44\x5c\x2a\xde\x68\x29\x44\xb3\x73\x38\xe6\xb3\xb8\xc4\xe4\x51\x33\x92\xf0\x2b\x7a\x8b\x79\x2a\xf9\x74\xb0\xcd\xec\x43\x2b\xf0\x24\x98\xf3\x18\x2e\xe3\xb6\x18\xfb\x38\x9b\x01\x30\x0c\x48\x96\xc3\x5e\x98\xe7\x23\x21\x10\xa9\x69\x0f\x7a\xa8\x4a\x61\x42\x62\xaf\x14\xbd\x34\x8d\x23\xcc\xc9\x3e\x66\xdc\x4e\xb2\x24\x7b\x1a\xe9\x94\xaf\xd1\xb9\xc6\x0c\x3a\x31\xb8\xdc\x58\xc3\x14\x7a\x0a\x8d\x7a\xd6\x5f\xe3\x5e\x19\x04\x7c\x08\x00\xfa\x5b\xd2\xef\x2d\xcb\x0d\x7d\x78\x4a\x03\xdd\x90\x44\x24\x55\xae\xd3\x3f\x21\x57\x14\x45\xe9\x77\x53\x53\xb3\xfd\xf5\xdd\xf4\xb4\x24\xad\x9e\xc9\xcc\x8f\xba\xac\x6f\x62\x2f\x0a\x0e\xd6\x2b\xb8\xd3\x3c\x2d\xfa\xfd\xbc\xc2\xf1\xb1\xfa\x6c\x91\x1d\x00\xdd\x4f\xf9\xea\x66\x93\xce\x85\xfa\xad\x5e\xa1\x3d\x40\xb7\x55\xdc\xd4\xda\x98\x13\x0a\xe9\x5a\x13\xcb\x96\xc5\xd0\x5a\x39\x21\x0b\x3f\x68\xb5\xdc\x03\x51\x24\xad\x8a\x5f\x37\xfb\xad\x76\x93\xe0\x86\xe7\x32\xdd\x24\xe1\x9d\xf1\x0c\xdd\x6c\xe9\x62\x00\x74\x49\xca\x6c\xa8\x5c\xa5\x16\x4c\xaf\x5b\xa4\x52\x0a\x3e\x95\xef\x54\x69\x84\x97\x0b\x4a\x54\x47\x45\x7b\x32\xf1\x6a\x57\xf1\xa6\x85\x7e\xea\x58\xc9\xa6\xc8\x5d\x6a\xa4\x74\xe3\xec\x76\x35\x57\xb6\xd1\x73\x50\x7d\x45\x8e\x1a\x7f\x5c\x33\xa4\x34\x01\xa0\x9d\xab\xce\x6c\x5c\x26\x3f\xa7\x72\xd6\x7c\x96\xdf\x53\x9d\x2d\x5b\xa9\x98\xa4\xfa\xb9\x48\xaa\x68\x56\x57\x64\xec\x51\x1c\x53\x6f\x58\xa0\x55\x4e\xd3\x4c\x8d\xcc\x55\x92\x34\x92\xd9\x65\x4a\x9d\xe6\x95\x67\xa7\x2a\x4a\x3b\x73\xfc\x4f\xb5\x4c\x73\x06\x00\x0d\x54\x73\x0a\xb2\x49\xba\xd6\x72\xb8\xfa\x97\xf4\xb9\x45\x57\x7a\x42\x96\x64\x49\xce\x3f\x2d\x33\x98\xdf\x67\x94\xc8\x6e\x9a\x0f\x2e\x48\x96\x97\x9b\x87\x22\xe7\xc8\xb7\x99\x1d\xb3\x33\xe4\x5f\xcc\x03\x9e\xdb\x14\x9f\x8d\x0f\x5d\xd2\x55\x6b\xf5\xff\x73\xf3\x98\xce\x0f\x52\x29\xb9\xee\x70\x56\xaf\x94\xce\x72\xcc\x2d\xa5\x4a\xa5\xf6\x15\xf9\x6a\xe9\x29\x7b\x5c\x86\x97\x2c\xa0\xf5\xe8\x82\xa9\xb2\xde\x56\x41\xa4\x9b\xdc\xb5\xb5\x60\x76\xb4\xbc\xda\x76\xde\x73\xbb\x82\x6c\x7e\xe1\x92\xaf\x2a\x32\xac\x06\x40\xad\xd2\x75\x41\x5c\x25\xf3\x9c\xc7\xab\x31\x12\xae\x33\xbd\x34\x42\x32\xd6\x31\x9c\x5f\x27\xf5\xeb\x70\x49\xff\x57\x8a\x6b\x17\x2f\x00\xd2\x87\xed\xd3\x22\xdd\x65\x8d\x6d\x63\xb3\x33\x64\x9d\x0e\x81\xe7\x45\xf9\x7e\xeb\x4a\x17\x8a\xf2\x98\x71\x25\x00\x6a\x3f\xbd\x4f\xc5\xe8\xc0\x60\xfd\xb6\xe2\xf8\xbe\x1f\x8d\x7d\x79\xb3\x7b\xad\xcd\xfc\xf4\xf2\x9e\x1c\x78\x4b\xe2\xcb\xee\xf1\x28\x4c\xe4\xc7\xce\x3f\xb0\xac\x90\x8b\x9d\x1e\x04\xb6\xaf\xd2\xf9\x88\x3c\xd7\x3d\xb7\x6d\x0f\xcd\x0e\x80\x2d\x83\x8b\x07\xc0\xbc\x48\xaa\xad\x50\xf4\x47\x37\x4e\x2a\xfa\xd9\xbb\x19\x7a\x3c\xf7\x45\x0f\x14\x26\x4c\x9f\xd5\x1d\x8a\x9c\x9f\x78\xa2\x6b\x3c\xfa\x4b\xe4\x1d\xe7\xbf\xb8\x5b\x21\xc7\x9c\xb1\xc4\x55\xbe\x4a\xe7\x14\x4a\xa0\x3b\xcc\xf1\x85\x9e\x0f\x80\xf5\x08\xf7\x38\x00\xa6\x7f\xa4\x94\x8a\xca\xde\xbd\xd0\xae\xa2\xdf\x7b\x10\xb0\xf9\xb9\x1b\xba\x67\x21\x36\xa5\x3d\xeb\x1a\x8f\x8e\x4d\xec\x73\xfe\x8b\xbd\x14\xb9\xaf\xe3\x3b\xc1\x10\xb2\xb9\x23\x97\x3c\xcf\x57\xd7\x31\x87\x8a\x77\xe7\x3b\xe6\x33\x6a\x01\xb0\xa6\xf0\x06\x01\x30\x75\x4a\xd7\x95\x6b\xba\x03\x11\x97\x8a\x02\x3b\xef\xa2\x3d\x73\x67\x39\x7f\xc7\xe6\xa5\xd1\x3a\xce\xe1\xb5\x89\x71\xed\x4f\x88\xb7\x23\xa9\xed\x13\x28\xf9\x21\xca\x36\x18\xad\xcb\x57\xd8\x96\xc3\x60\xb9\x2f\x6e\xe5\xb2\x7d\x00\xb0\x4c\x12\xba\x00\x60\x3c\x2c\xbb\x52\x76\xd7\x09\xc5\xb5\x17\x52\x3a\xf0\x04\x7a\x0e\xaf\x9d\x45\x2a\x4e\xbd\xde\x36\x40\x59\x90\xb0\xd5\x31\x46\x5b\x10\x39\xd9\xe1\xce\xc8\x0d\xc9\xb7\xd3\x59\xa9\xbe\x7c\x7b\x11\xfb\xb9\xfb\x59\xeb\x16\x1e\x1e\x00\xd3\x15\xf1\x31\x00\x0c\x8f\x15\xd5\xa5\x1f\xdb\xe7\x53\x38\x05\x2b\xdb\x66\xd1\x40\xf6\x39\x47\x22\xdd\x94\x5a\x68\x97\x31\x03\x12\xd2\x5b\x2f\xb0\x0e\x46\x6c\x6a\x0d\xe4\xb0\x43\xdc\x6c\x26\x9e\x87\x2f\xcb\x06\xe1\xb7\xbb\x7f\xb7\x8c\x17\x7e\x02\xc0\xb8\x51\x46\x01\xc0\xe0\xa5\x3c\x5e\xb2\xab\x75\x13\x57\xb5\x68\xb3\xed\x2f\x5e\x77\xb6\x87\x2d\x99\x3f\x9a\xd2\x6f\x5d\x2b\xd8\x12\xbf\xd4\x1a\x2a\x1c\x8b\xc8\xb5\xf4\x8b\x7e\x05\x9f\xb6\xcc\x92\xcc\xf7\x15\x9b\xcf\x4a\x73\x27\xd5\x19\x2f\xcb\x89\x00\x18\x82\x95\xdb\x01\xd0\x3d\x53\x6b\x8a\x0f\x58\xfe\x96\xfd\x97\x7f\xd7\x52\x26\xb7\x67\x11\xcc\xbb\x14\x53\x53\x66\x9b\x93\x15\x83\xf1\xe5\xa6\x93\xca\xb4\xf0\xcf\xa6\x66\xe5\xab\xe0\x41\xe3\xdf\xaa\xa5\xbe\x52\xe3\x4a\x35\x74\x52\x9b\x21\x46\x93\x04\x80\xee\x87\x86\x02\x80\x6e\x9a\xe6\x6a\x71\xb0\xe9\x99\xa1\x25\x3f\xd1\x54\x60\x50\x65\x1e\x32\x1e\x34\xb4\x25\x77\x1a\x4b\x0d\x9b\xe2\xde\x19\x9e\x18\x6e\x85\x1f\x34\x98\x8c\x51\xc1\x3a\x43\xbe\x51\xef\xab\xd5\x7f\x32\xd2\x27\xed\xd0\x3d\x36\x04\x81\x00\xdd\x4c\xdd\x2e\x00\xb4\x1c\xed\xcb\xa2\x6e\xe3\x57\xcb\x91\xbc\xdb\x46\x9c\xe5\x50\xa6\xd2\xf0\xc2\xb2\x39\x19\x6a\xe0\x59\xd6\xc6\x9d\x35\x4c\xb0\x1c\x08\xdf\xa8\xdf\x66\x79\x1d\xac\xd3\x73\xac\x71\xbe\x03\xfa\x60\x8b\xdf\xa4\xbb\xba\x7c\xe3\x35\xb0\x50\xbb\x4e\xbf\x19\x00\x6d\x8c\xae\xaa\xc8\xcf\x18\x65\x1f\xce\xb3\x1a\xfa\xed\x96\xcc\x5a\x43\xa8\x9d\x98\x5c\xa0\x5f\x6e\xaf\x8a\xfb\x4d\x3f\xdf\x5e\x1f\xbe\x43\xf7\xd0\x2e\x0e\x1e\xd4\xad\xb4\x67\xfa\x5e\xd4\x65\xda\xaa\x26\xcf\xd1\x9a\xcc\x95\x80\xa1\x0d\x31\x74\x01\xa0\x39\xa5\x3b\x50\x38\x7e\xc9\x92\xfa\x5b\x39\x63\x23\x67\x1a\x97\xa5\x4f\x1d\xf6\x6e\x26\x2f\xb0\x0f\x8e\xc0\x53\xa2\x35\x03\xf9\xa8\x79\xf3\x9e\xf4\x8f\xc7\xfa\x06\xba\xf5\x45\xe2\x5f\x7a\xaa\x7b\xb9\xa4\xbd\xae\x79\xce\x50\xba\x07\x00\xad\x0f\x79\x62\x00\x2c\x51\xd2\xcf\x05\x0f\x16\x67\x36\xce\xcd\x59\x3f\xac\x85\x1e\x4e\x7b\x31\xf8\x14\xd6\xbc\x80\x33\x60\x42\x7c\x88\x66\xf5\x67\xa3\xd7\xcf\xbb\xd7\x37\x15\xc7\x0d\xf4\xec\xcd\x21\xfa\x79\x9a\x7a\x9c\xe4\x15\xae\xe8\x0e\x3c\x7d\x13\x00\xad\x38\xde\x01\x00\xcc\x63\xd2\xb1\x82\x2d\xc3\x57\xa0\x8b\x73\xe4\x43\x49\x30\xef\xb4\xbd\x03\x5b\x11\x9a\x05\x95\xfd\x44\xd4\x5f\xd1\x35\x7d\xf1\x58\xfe\xbc\x33\xbd\xd3\x08\x9e\x81\x93\x7a\x8a\x49\x76\xcf\xee\xee\x21\xca\x63\x57\x59\x7b\x07\x63\x3b\x00\xb6\x8b\x7c\x09\x00\x66\x86\x6c\x62\x41\xc2\xa0\x17\x62\x4f\x0e\xe8\x5f\x85\xba\x9c\x56\xd1\xd7\x84\xf9\x33\xf1\x55\x6f\x2c\x3e\x20\xda\xb5\xc7\x87\x48\x98\x37\xd8\x3d\x89\xbc\x3f\xe0\x4b\x57\x35\xf5\x9d\xe7\x40\xe7\x0a\xfa\x43\xd7\xf5\x8e\xdb\x6c\x36\x00\xd6\xc5\xc2\x4d\x00\x98\xba\xe5\xb3\x16\xb5\xf7\xb1\x70\x1e\xd9\xd4\xde\x34\xfc\xab\xd4\x9d\x3d\x9e\xc4\x43\x89\xcc\xee\x71\xe4\x95\x51\xcb\xbb\x00\x75\x78\x5e\x43\xe7\x24\xfa\x68\xc0\x75\x67\x2d\xd3\xe4\xb9\xa1\xc3\xc9\x6e\x72\x7d\x60\x0f\xe4\xfd\x0e\x80\x05\x27\xc9\x03\xc0\xb8\x55\xd1\x96\xff\xa4\x27\x8e\x7c\x30\xeb\x44\xd7\x67\x6a\x45\x6a\x68\xe7\x5d\xda\x58\xc2\x5b\xe7\x33\x06\x3e\x6a\x51\xc7\x0f\xd6\x84\x79\x9e\x1d\xd3\xd9\xbb\x02\xf6\xb4\xc3\xb9\x15\x9e\x87\xdb\x8c\xbc\xcf\x6e\x33\x6d\x6c\x11\x06\x00\x73\xaa\xec\x7f\x66\xdd\x51\xfe\x9b\xb7\xdd\x79\x9d\x43\xc9\x7c\xd7\x31\xc6\x6d\x4d\xe9\x6f\xbf\xcf\x5b\x9e\x20\x68\x9f\xc4\x3f\x14\xf9\x47\x5b\xa6\xe0\xcd\xdc\x5b\x0e\xb6\x28\x3a\x60\x8b\xfd\xa4\xb8\xc9\xf3\x4b\xeb\x25\xc9\x6a\x37\x8b\x25\x5f\xde\x0a\x80\x71\x85\xf2\x30\x00\xfa\xb5\xea\xc1\x3c\xbf\xf6\x40\xa9\x26\x93\xdc\x16\x2b\x0b\x4b\x99\xe7\x80\xca\x0e\x27\x44\xda\x1d\x72\x62\xe4\x96\xd6\x4b\x8a\xa0\xb9\xfb\x5b\x67\x2b\xde\x04\x6c\xb3\x59\x95\xdb\xbc\xc2\xac\x76\xd5\x4e\xb7\x7b\xa6\x76\xf5\x7d\x00\x0c\x3c\x4d\x3a\x00\xba\x8b\x9a\x23\xb9\x87\xec\x9f\x74\xba\x8c\x17\xf6\x69\xba\xfd\xc9\xa3\xad\x45\xba\xf7\xf1\x7b\x6d\x7a\x7d\x56\x24\xd7\x7a\x41\x3f\x3a\xb7\xc7\x9a\x60\xf0\x09\x58\x63\xd9\x69\xe8\xf5\xaa\x34\xef\x36\x94\x4c\x0c\x33\x16\xea\xe9\x00\xe8\x1d\xba\xe6\xff\x89\xa3\xdd\x97\x5b\x64\x07\xa6\xd3\x19\x4b\x5a\xe7\x98\xee\x26\xd3\x6d\x18\xd3\xdb\xf8\x2e\xeb\xa8\x39\x28\xb2\xc9\xf2\xd4\x4c\x98\x6b\xb7\xd4\x98\x4f\x06\xac\x33\xdf\x35\x7f\xf4\xa2\x98\xee\x9b\x36\x4e\xac\x37\xac\xfc\xff\x5b\x79\x80\xbe\x06\x00\xed\x73\x5d\x4c\xce\xb5\xd6\xf9\x36\x6b\x06\xcc\x56\x6e\x6b\x4d\x2e\xb3\xda\x6c\xad\xf1\x06\xcb\x01\xdb\xa6\xc8\x62\xf3\x27\xdb\xbf\x73\xfb\xcd\xd4\xd6\xaa\x80\x73\xa6\x7f\x6d\x47\xbd\x56\x18\xff\xb1\xec\x9d\x38\xac\x7f\x61\x42\x02\xa0\x6b\x37\x44\x00\xa0\x6d\xd7\x99\xb3\x55\x2b\x9e\xd6\xff\x95\xc6\x5c\xf6\xa2\xb1\x63\xc1\xa5\xa5\xbe\xcd\x29\x31\xd2\x25\xfd\xb0\x3f\xc2\x86\x17\xa7\x23\x37\xcf\x5e\x38\x02\x30\x72\x5f\xde\x70\x33\x7e\xc6\x94\xd2\x81\x47\x24\xde\xf8\xbd\x5d\x81\x74\x35\x00\x8e\x2a\xfe\x3c\x00\x2c\x6f\x65\xb1\xd9\xd0\xe5\xd6\xc6\xf0\xb4\xda\xa5\xab\xa1\x2b\x16\xec\x59\xf2\x02\x16\x18\x43\x5b\xac\x42\xf4\x86\x0d\x8e\xc4\xa3\xe3\x66\x67\x0c\x8f\xc7\x5e\xf0\x6d\x1d\x42\x11\xb2\xa7\x60\xfb\x3f\x93\x9b\xc7\xdf\xec\x6c\x62\xf8\x00\x60\x3f\xc9\x6f\x06\xc0\xd2\x2e\xfd\x37\x7b\xfe\xb2\x18\xe8\x48\x5a\xe8\x28\xae\xe5\xf5\x82\xae\xc5\xfb\x10\x19\x31\xf5\x23\x48\x94\x36\xcc\x3e\x1c\x88\x79\x3d\x3b\x6d\xf0\x0b\x9e\xe2\xdb\x37\xd8\x4c\xdc\x32\x45\xd8\xf7\x99\xd2\x3e\xfe\x83\x53\xcb\xf4\x04\xc0\x1e\xcf\xff\x05\x80\x65\xbe\x2c\x3c\xeb\xed\x92\x2c\xc4\xea\xd4\x7b\x23\x07\x51\x3d\x0b\x0a\x86\xe1\x18\x5d\xcc\xf4\xa1\x59\xb8\xd1\x30\xcc\xc0\x47\xc2\xe5\xd9\xf3\xfb\x9f\x90\xa7\xf9\xae\xe8\x2f\xa0\x06\x4e\x71\xf6\xbc\xa0\x3b\x5d\xe6\xb5\x9f\x62\x9f\x03\xc0\xf6\x51\xe4\xfb\xff\xe9\xa6\xe4\xac\xea\xe1\x3d\xd8\xd1\xd4\xfa\x21\x24\x5e\x9a\x78\x60\x30\x98\x98\x1d\xbd\xaa\xff\x23\xd9\x2b\xcc\xb3\xef\x01\xe5\xe3\xac\x77\xbd\x37\x69\x7f\xfa\xf6\xf5\x26\x32\xd6\x4d\x59\xd7\x75\x80\xed\xe2\x02\x6d\x73\xe3\xc7\x03\x60\xdd\x2e\xb1\x03\x60\x42\x2b\x56\x65\xde\x19\xc4\x93\x17\xa4\x9c\x1d\x08\xa6\x6c\x4b\xcc\xea\xfb\x40\x8b\x89\xce\xe9\xbd\x4b\xdf\x16\x7a\xbc\xe7\x1a\xb3\x6c\xd6\xf1\xee\x6b\xac\x37\xbe\x6d\xdd\xe1\x1c\xca\x94\x63\xce\x61\xde\x6a\x17\xa7\x1d\x21\xba\x03\x80\xc5\x20\x7b\x09\x80\x51\xa1\xf2\xc8\xd8\xd5\x17\xc9\xb6\xa7\xf8\xf7\x02\xce\xb6\x84\x47\xdd\xaf\xb9\x67\xa2\xbe\x74\x3d\xe7\x3d\x0f\x1d\xe9\x7c\x2b\xf0\x9f\x75\xa2\x73\xa2\xb0\xd9\x77\xaf\x13\x2f\xe2\x7b\x04\xb5\x9d\x96\x10\x26\x78\xda\x12\xe4\x6b\x01\x30\xbd\x56\x9e\x06\xc0\x50\xa5\x5e\x9c\x21\xea\xa6\x49\xea\x93\x2f\x74\xd5\x4b\x7e\x25\x2c\xee\x84\x48\x57\x47\x5d\x70\x62\x64\x2d\xa1\xd6\x0e\x91\x3c\x78\xd6\xe5\xf6\x15\xf2\x4f\xbe\xaf\xda\xbd\x14\xdb\x3c\x44\x76\xb5\x2a\x73\x82\xcd\x22\x55\x77\x01\x60\xdc\xa9\xf1\x06\x40\xcf\xd0\xec\xc8\xc0\x77\x06\x6b\xdd\x92\xb5\xce\xe9\xda\xba\x84\xf4\x8e\x30\xed\x48\x94\xb2\x3d\x4d\xfb\x33\xb4\xa6\xad\x5e\xa7\x9b\xb5\xdd\xd1\xaf\xf7\xf4\x7d\xe9\xf0\xd3\x1b\x3c\xd6\xda\x96\xe9\xeb\x26\x3c\x31\xc7\xea\xc6\x00\x30\x5c\xd0\xb9\x00\xa0\xbb\xa9\xed\x4d\xff\xe4\x0c\x31\x2e\x4c\x2e\xec\xf0\x33\x42\x13\xbc\xdb\x63\x8d\xea\x28\x7c\x5b\xb6\xf1\x42\x68\xae\xa3\xd1\x54\x34\x6b\x9b\x7d\x99\xe9\xac\xef\x67\x7b\x98\x69\xc4\xe3\x9c\xf5\x77\xa3\xd9\xd5\xdb\xe4\x30\x94\x00\x60\x80\xe9\xfe\x06\x40\x37\xa0\x7d\x97\xde\xd5\x91\x69\x79\x90\x3c\xb9\x3d\xc1\xf2\x3a\xfe\x4b\x5b\x81\x75\x7c\x54\xb3\xa3\xdc\x0a\x09\xcd\xb7\xb7\x58\x6f\xcd\x3a\xda\xba\xda\x36\x73\x46\x60\xeb\x3c\x6b\x86\xc7\x4f\xcb\x55\x33\xc7\xb5\xc6\x78\xd3\xd8\x07\x80\x7e\x4c\x7f\x0e\x00\x5d\xba\x4e\x32\xf0\x0c\x36\x56\xb9\xbf\x3d\x1a\xd1\x57\x4b\x32\xc4\xa2\xb8\x0d\xdf\x25\x34\x4c\x1b\xf4\x12\xfd\x3d\xee\x22\x7c\x0f\xea\x00\x31\x00\xbd\xba\x16\x42\x16\xe3\x17\xe7\x3e\xa7\xfe\x41\xde\x1c\x2b\xa1\x6b\xe8\x99\x33\xe0\xcc\xd3\xcc\x12\x00\x24\x23\xbc\x9d\xfd\x37\x9b\x39\xb5\x07\xda\x20\x30\x2a\xc4\x57\x8f\x43\x28\xa1\x68\xf1\x6e\xd4\x45\xd8\x4d\x3a\x1c\x5b\x8a\x22\xa2\x16\xe2\x8f\x61\x7f\xd5\x3c\x20\xd5\x12\x97\xe5\x3a\x29\xf7\xa8\x4d\xb1\x01\x34\x3b\xc3\x3a\x23\x90\xb9\x90\x95\x07\x80\xa4\x91\x2f\xed\x3b\xd4\xe4\x0b\x79\xe4\xe0\x35\xe7\x40\xff\xd1\xb5\xc1\x6c\xb0\xe7\xa2\xaf\xc8\xe9\x28\x77\xda\x3e\xf4\x5e\xec\x22\xe4\x6a\x1c\x89\x60\xae\x21\x11\x83\xc8\x57\x73\x93\xc8\x27\xe9\xe1\x31\xc7\xa8\x26\x96\x8b\xef\x55\x46\xe7\xff\xfa\xad\xf8\x3f\x81\xa2\xe7\x46\xdd\x06\xe4\xcc\xd6\x6d\x90\x5c\x74\x97\xe6\x5d\xd3\x5b\xec\x7f\xc2\xee\x96\x13\x04\x33\x55\x83\xd8\x47\x8e\x42\x0c\xa0\x0f\x50\x2f\x54\x1b\x71\x47\x18\xd2\x9c\x1e\x62\x37\xdb\x33\x26\x8e\x4c\xe5\x96\xfb\xea\xe9\x29\xbc\x0c\x00\xc4\x71\xa2\xb1\xae\x5b\x55\x66\xe2\xef\xd6\x0f\xb5\x78\xf2\x26\xb5\xbc\x01\x46\x75\x08\x4a\x9b\xb4\x74\x2e\x85\xd4\x72\x9c\xc9\x84\x2f\x43\xfa\xb3\x09\x55\xdb\x31\x78\x2e\x26\xfb\x0f\x3c\x93\x5f\x11\xbd\x9d\x58\x28\x78\xe2\xdb\x44\xbd\x2a\x24\x02\x20\xaa\x91\x56\x38\x7f\x96\xad\x64\x7d\xb2\x40\x2a\xcf\x70\x32\x54\x1e\xb5\x53\xb8\x62\xbe\x7b\x83\x8c\xb7\x99\xdc\x04\x9d\xc0\xff\x01\xdb\x09\x1b\x15\xe6\x57\xbe\x46\xc5\x88\x2c\xd9\x25\x58\x82\xf8\x48\x74\x15\x3e\x5b\x72\xd0\xb7\x88\x62\x93\x5c\x02\x40\xa8\x97\x0f\xb7\xdb\x0b\xaf\x28\x3e\x1a\x7f\x95\xb6\x28\x17\xc9\x1f\x57\xfc\x50\xda\xb8\xfe\x35\x27\x95\xc7\x88\xcb\x1b\xd6\xaa\xa6\xb6\xd4\x40\x7b\x54\x65\x15\x77\xe0\x74\x95\x29\xcb\x86\xba\xa1\xfa\x2d\xea\x23\x66\xa7\x6a\xcc\xb7\x99\xec\xaa\x6a\x01\x40\xb0\x5c\x75\xd0\x11\x92\x3f\xa1\x75\x89\xfe\x6e\xe1\x0b\xdb\x63\xe9\xf7\xd2\xe7\xb6\x60\x36\xb1\xf2\xa3\xb5\x85\x10\x56\x37\xd3\x32\xdc\xec\xdb\x58\x64\x3e\x5f\xfe\xb2\xa5\xc9\xf4\x5f\xe6\x33\xc4\xdf\xa6\xe8\xa8\xf5\xa8\x07\x46\xb4\x2f\x81\x34\xdd\x90\x0d\x80\x20\x58\xcb\x6f\xed\xca\xe9\x18\x30\xea\x60\x8b\x86\xfb\x27\x48\xda\x8a\x8f\xf5\x4a\x58\x33\xca\xbf\x75\x9f\xc1\x7d\xae\x29\xeb\x0a\x84\x46\x35\x0c\x39\xd1\xe5\x25\xd0\x4b\xed\xa3\x99\xed\xf0\x61\xc7\x8b\xa8\x1d\xc8\xd5\x76\x89\xef\x41\x62\xbd\xb5\x05\x00\xfe\x79\xfd\xde\x56\xb7\xec\x8b\xa3\xe3\xb4\x27\xf3\x6f\x2c\x8e\x96\x4c\x2f\x1e\x3f\x9c\xc4\x5c\x5d\x5e\x30\x38\x0f\xd7\x59\x3d\xd2\x3f\xb5\xe9\x8f\xfa\xcf\x3d\x6f\xca\xc3\xa0\x69\x5d\xa7\x32\xad\xf0\x59\xce\xcd\x51\x4f\x90\x0b\x3b\xc6\xcd\x70\x25\xbc\x69\xc5\x02\xc0\x5f\x6a\xb0\xdb\x76\x64\x97\xaf\x34\x68\xe9\xf9\xc5\xcb\x19\xe2\x8b\x45\xf4\xa5\x73\x98\xf4\xb2\x8d\x8b\x8f\xe3\xf0\xd5\x93\x86\x51\x4d\x67\xeb\x29\x03\xcf\xcb\xe7\x35\x6d\xec\xa3\x65\x0e\xc1\x96\x75\x7f\x8a\x0e\x43\x1c\xee\x3c\x3b\x83\x43\x60\xda\x1f\x01\xc0\x6f\x31\x4e\xe8\xf9\x80\x14\x54\x9e\x6b\x5d\x8e\xfa\x55\x2b\xd2\xfc\x89\x59\x07\x99\x24\x64\xe1\xf4\xd0\xdb\xd4\x0a\x82\x09\x7e\x08\x81\x25\xf5\xa1\xd7\x57\x37\x50\x7e\xc3\x2f\xcb\x29\xa1\x3d\x26\x6f\x8e\xf1\x64\xa4\xd2\x33\x7d\x05\xac\xa5\x4c\x38\x00\x92\xd3\xfc\x05\xdd\x3f\xe0\xb3\x6a\x77\xd8\x2e\x23\xee\x43\xa6\x68\x42\x51\x47\xa0\xf5\x82\xa3\x98\x8b\xb0\x8b\x94\x9d\xf8\x09\x28\x14\xfc\x3e\xb1\x04\xfb\xa5\xea\x11\xb9\x9f\x38\x9c\xfd\x96\xfa\x80\x5a\x19\x7d\x82\x5e\xc6\x30\xf8\x16\xb2\xa6\xb0\x6a\x01\x90\x68\xf9\xaf\xba\xbe\x34\x9f\x83\x1c\xb6\x7e\x82\x1d\x86\x9e\x57\xc3\x11\x37\x60\x47\x04\x5e\xe8\x00\xe4\x1b\x4a\x20\x56\x89\x8d\x81\xc3\xf0\xff\x10\xf8\x55\x6c\x12\x8d\x7c\x2c\x7b\x90\x72\x9e\xee\x17\xad\xa1\x95\x31\x7f\xf8\x7a\x31\xe9\x6c\x2d\x00\x92\x70\xc1\x9f\x9d\x93\x21\x12\xc4\x6d\x4b\x7a\xd3\x05\x34\x4c\x79\xa1\xa5\x08\x7b\x8a\xb7\x0b\x7e\x8b\xd0\x48\x7a\x83\x6a\x23\x7d\x82\x35\x63\xeb\xa8\xcb\x2b\xfb\x08\x33\x19\xf5\x59\x3f\x48\x2b\x58\x9f\xa2\x7e\x50\x92\xb9\xb9\x3e\x37\x18\x9e\xbc\x4a\x00\xc4\xcd\xe2\xb8\x8e\xc0\x5a\x1c\x11\x61\xd2\x36\xb8\x91\xeb\x15\xf5\x8d\xa7\xa9\x19\x5c\x5a\xf3\x6a\x7a\x28\xf1\x2a\x7c\x39\x33\xb4\x05\x87\xda\xcd\x0e\xab\x38\x8d\x3d\xc2\x8d\xce\x82\x13\xf4\xfc\xf9\x51\x06\xd2\x0c\xc1\x45\x9f\x2d\xb4\x5d\x42\x2e\x00\x22\x95\xb4\xb7\xad\xb4\xb2\x97\x45\x35\x3c\xae\x31\xb1\xf7\xca\x1e\xd5\x3b\xb9\xe3\x38\x91\x8d\x5b\x79\x05\x84\x13\xcd\x2f\xf9\x43\xcd\x22\x44\x91\xe0\x65\xc5\x78\x74\xbb\x28\x2f\xf3\x10\x4e\x23\x6e\x8b\x9a\x4b\xf0\x96\x8c\xf8\x2c\xa6\x0a\x25\x63\x00\x08\x77\xcb\xaf\xb7\x3e\x2d\xb9\xa0\xf0\xd6\xad\xae\x98\xa9\x50\x49\xae\x55\x6b\x14\x0f\x58\xd5\xf5\x40\x39\x1f\x1f\xd2\x38\xa0\x54\x43\x83\x5a\x8a\x94\x17\xca\x7e\x20\xae\xab\xe6\x64\x4e\x47\x7f\x51\x71\x22\xff\xc4\x76\xaa\x96\xfa\x9c\x27\x3f\x56\x55\x03\x20\x38\xa1\x7a\x61\x1d\x2d\x04\x36\xad\x66\x65\xc9\x4a\xeb\x63\xb1\x67\x05\xce\x9a\xc5\xd8\x56\x13\x6b\x31\x63\xb7\x37\x4c\x31\x3f\x68\x7c\xd3\xf4\xd9\x1c\x51\x36\x03\x76\xd4\xc4\xcd\x10\xa1\xbc\x8c\x07\x23\xfb\xd0\x3b\x8c\x53\x7c\x9e\x91\x9e\x18\x3c\x00\x10\xa4\x6a\x6d\x96\x71\xf9\xdc\xfe\x28\xb5\x5f\x51\x45\xef\x19\x61\x7f\x59\x66\x0f\x8c\x4e\xa8\x8a\xea\xfa\x1d\xe3\xa8\x5b\xd8\x19\xd3\x38\xa9\xb1\xb0\xa3\xbd\x54\xd2\x92\xda\xf6\x36\x23\x14\xb1\xd3\x81\x8a\xdc\x8e\x52\xd8\x27\xf8\x16\x93\xfc\x2c\x3f\x00\xe0\xdf\xd3\xef\x32\x73\xf3\xd6\x2e\xee\x52\x99\x0b\x35\xc3\xd7\x84\xd3\x4b\x85\x83\x3f\x68\xef\x2b\xd9\x03\xae\x98\xf8\x5a\x6d\xdf\x64\xc8\x49\xc8\x70\xcf\x94\xd2\xc6\xe6\xc1\xae\x49\x19\x41\x88\x78\xa7\x6f\xe4\x1d\xd4\xb8\x76\xa9\x6f\x2b\x71\xbb\xed\x33\x00\xfc\x4d\x06\x9d\xd9\x3f\x6f\xf6\x0a\x57\x55\x4c\xc1\xcb\x65\xe3\x04\x27\x4a\x6e\x2e\xb9\x45\xdb\x55\x71\x65\x64\x10\x33\xa1\xe6\xe5\x50\x35\x64\x2b\xc4\xb5\xff\x5b\x29\xbc\x79\x72\xef\x8a\x8c\x24\xf8\xa6\xee\xa6\xa8\x00\xa4\xa5\x73\x81\xef\x27\x62\xb4\x5d\x08\xb2\xf8\x58\xc3\x37\xe7\x45\x4c\x7a\xe5\x03\xf3\x5f\xd8\x8e\x5a\xab\x92\x86\xf7\x84\xf8\xf2\x52\x08\x6b\xa1\x0f\x48\x28\x12\x0f\x7e\xa8\xe5\x14\xa5\x01\xbd\xb2\x72\x12\x6d\x11\x7e\x20\x0b\xca\x88\x24\xf7\x47\x51\x99\x25\xf4\x79\x3e\x53\x39\x6e\xcc\x0c\x00\xa4\x95\xfc\xde\x8e\x37\xc8\x97\xb5\x1b\xcd\x41\x68\x05\xc4\x45\xb1\x0d\xbb\x00\x9a\xcf\xed\xc1\x03\xd8\x11\xe2\x65\xc2\x37\x54\x6d\x4b\x25\x79\x32\xf6\x69\xc5\x28\x35\x8c\x68\xca\x9a\x40\x8f\xa5\xc6\x44\x85\x32\xd0\x0c\xdc\xf4\xbf\xd9\x7c\x56\x1c\x00\x52\x17\x41\x41\x87\x0b\x7c\x05\x64\xa9\xa9\x14\x49\x85\xae\x96\xbf\x47\x37\xc0\xfa\x38\xff\x60\x1b\x91\x97\x88\xf9\x78\x25\x76\x6a\xf3\x79\xe2\x7e\x42\x43\x45\x12\xf9\x27\x79\x79\xe6\x56\xda\x5c\xda\xdb\xc8\x47\x74\x3c\xf3\xfa\xf4\x63\xac\x1b\x6c\x24\x00\x92\x0d\xc2\x85\x6d\x53\xa1\x64\xc4\x90\xc1\xd1\x62\x42\xcf\x96\x09\xe0\xa7\xb0\x6d\xec\xe5\xa8\x20\x42\x00\x61\x0e\x66\x90\x74\x08\x7a\x1d\x1f\x41\xa5\x97\x93\x89\x3b\x18\x21\x99\x01\x94\xf1\xac\x93\x91\x0c\x6a\x33\x77\xfa\xf4\xe5\x4c\x2d\x2f\x02\x00\xf1\x63\x31\xd3\x1e\xdb\x80\x23\x7c\xd0\xdd\x69\xbc\x4e\x7a\x27\x79\xdf\x4c\xa6\x3c\x66\xb5\xc0\xbe\xd2\xce\xe1\x5d\x91\xfb\x19\x57\x9a\x1e\x62\xfa\x58\xb7\xca\xfa\xf1\x44\xce\x5f\x19\x6a\xe2\x4b\xde\xeb\x88\x9f\xe4\x7c\xc1\xd2\xe9\x26\x46\xac\xb0\x1a\x00\xb1\x87\xf4\xb4\x0d\x5d\xb3\x81\x79\x4b\x9b\x55\xcf\x60\x27\x8b\x95\x8d\x25\x1c\x33\xd3\xaf\xd9\x8b\x7b\x1e\xfb\x09\xee\xc1\x8f\x6b\xfc\x84\x8a\x15\x58\x4b\xaf\x63\x53\x84\x2f\xd2\x5f\xe3\x9f\x89\x4b\x23\xd6\x13\xf3\x25\xe4\xe9\x32\xda\xdf\x92\x8d\x00\x88\x16\xc9\xbf\x5b\x26\x97\xbf\x97\x47\xa9\x67\x56\xbb\xca\xb7\x0b\x9d\x75\x29\x8a\x78\x7a\x0d\x84\xa6\xd0\x60\x50\xd0\xe3\x8a\xe7\x90\x55\xf0\x64\x65\x79\xc9\x35\x94\x59\xb9\x39\xbd\x18\x4b\x52\x79\x47\x08\x71\x87\x54\xf0\xe9\xfb\xa8\xcd\xaa\x50\x00\x84\x75\xaa\x6f\xc6\xd7\x25\x11\x56\x94\x32\xad\xbc\xdd\x72\x97\xff\x57\xb5\xa7\xa5\x96\x7a\xa4\x6e\xc8\xbc\x09\xf5\xa5\x31\xcf\x3c\xb3\x41\xd3\xfc\xb7\x49\x5e\xfc\x2f\x42\x61\x7c\x90\xb6\x0d\xad\x36\x96\x46\x2c\xc0\x3c\x32\x6c\x99\xfe\x80\x52\xa3\xff\x0d\x00\xc1\x01\xad\xd6\x90\x55\xa8\xed\x3d\x2d\x1f\x2e\x8d\xea\xb1\xf0\x08\x15\x4f\xbb\x53\x28\xc2\x1a\x67\xe7\x76\xe4\xe3\x06\xa4\x33\xb5\x7e\x25\x74\x61\xfb\xde\x62\x04\xec\xaf\xb6\xac\x34\x3c\x2a\xc8\x7e\x26\xa2\x1c\xbd\xa6\xb5\xcd\x27\x87\xac\xb7\x68\x00\x10\xc0\xf4\x43\xfa\x95\x05\xdb\x47\x02\xe5\x53\x4b\xe0\x43\x12\xee\xf5\x8a\xa0\x81\xc3\x14\x50\x7d\xbe\xef\x01\xd2\x58\xbf\xbc\x77\x7c\x3d\xae\xc9\xd8\x3d\xbf\x38\x15\x56\xd4\x59\x9a\xd6\x82\x74\x74\x88\x22\x18\xe8\xc8\xb6\x77\x3e\x32\x72\x88\x8d\x02\x80\x20\xdc\x40\xd0\x17\x15\x84\x2c\xd3\xca\xb6\x15\x1f\x19\xed\xe2\x6a\xca\x95\x8b\xed\xe4\x23\xd5\x31\xc3\x44\x64\x4b\xfd\xb8\xc1\xd4\xfa\xea\xc6\x67\xfd\x53\x8a\xd3\x5b\x36\xf6\xdc\x4b\x13\x22\x5d\xba\x76\x47\x6c\x46\xad\x73\x0e\xfb\xdc\x27\xf5\xb7\xde\x03\x81\xfc\x6b\x86\xfb\x56\x1d\xb1\xa3\x2a\x4c\xe3\x47\x1a\xaa\x3d\x24\xf2\x25\x9f\x83\xe4\xd2\x45\xd4\x44\xe8\x0b\x4c\x3c\x6d\x07\x7c\x07\x24\x9e\x91\x87\xb6\x94\x78\x30\xaf\xe1\x19\x69\xae\xec\x62\x72\xf9\x7c\x0d\x67\x16\x6d\x8f\xe7\x3e\xfe\x10\xe3\x77\x00\x64\x6f\x05\xf3\x2d\xeb\xf0\xb2\xda\x33\x6a\x2c\x61\x2b\xc4\x4f\xa8\x22\x4d\x83\x56\xd3\x9e\x91\x97\xc2\xd6\xa1\x37\x52\xab\x51\x73\x1b\x0e\xd1\x27\x60\xd7\x17\xaf\x63\x1c\x23\xe6\xa5\xee\x60\x41\x29\x67\xe7\x67\xb1\xb3\xe8\x7f\x78\xae\xe5\x4f\x63\x6e\x04\x40\xb6\x5e\xb0\xcf\x7c\x1a\x4b\x82\xf4\xaa\x96\xe2\x4e\x41\x07\x05\xf7\x09\xb5\x30\x2b\xad\x99\xe4\x8e\x1c\x40\x47\x93\x1f\x60\x4e\x34\x54\x50\x8f\xe0\x7f\x15\x57\xd0\x57\x91\x4b\x53\x71\xcc\x16\x9a\x7e\x3e\x60\x95\x31\xab\x3d\x7b\x79\x52\xd6\x4d\x00\x64\x2d\xc2\x6e\x93\x27\xb2\x1a\x11\xae\xf4\x46\x8f\x43\x2d\xe5\x8b\x30\xb7\xb0\x93\xa9\x73\x71\x2f\xf1\xfd\xa8\x30\xe2\x0c\x52\x7e\x3d\x95\x5c\x44\x79\x59\xd4\x4e\xa5\xd3\x97\xa4\x9c\xa2\xd7\xb1\x0a\xc2\x46\x18\xe5\x1c\xad\xa7\x88\x9b\xce\x1d\x06\x40\x3a\x20\xde\x6d\x10\xb6\xb4\x10\x4a\xe4\x1d\x70\x28\x29\x95\xe7\x85\x94\x52\x66\x92\x1f\xa2\xef\xd0\xbc\x90\x6e\xb8\x5a\xc6\xdc\x3a\x1e\xe1\x04\x2b\xb1\xf0\x30\x39\x9a\x53\x92\x92\x4a\x5d\xc4\x6b\x08\xab\xa1\x65\x09\xa6\x7a\xca\xd9\xaf\x04\xe7\x00\x90\x9c\x91\x7e\xd3\x1d\x6c\xec\x64\x5c\x94\xb9\x43\x9f\xb2\xc2\x39\x7b\x60\x10\xb6\x88\xb4\x1a\xf1\x8d\x73\x15\xfe\x01\xbd\x93\x57\x56\x6b\xc4\x51\xf9\x3b\x0a\xbe\x13\x27\x08\xc3\x93\xb7\x90\x8b\x45\xfd\x61\xd3\x28\x79\xe2\xd3\x9e\x16\xd6\x16\xc9\x42\x00\xc4\xdf\x14\xc1\x9a\xda\xba\xb9\x52\x8b\xf8\x7a\xc3\x51\x59\x28\xeb\x78\x93\x51\xb6\x85\xf0\xaa\x45\x29\x8f\x80\x09\x10\x7a\xf9\xd6\x9a\x12\xb4\x51\xb1\xa0\xc0\x1d\x47\x56\xec\x4a\x9e\x46\x38\xa5\x4c\x09\xbd\x43\xdc\xa7\x5c\xe1\xf9\x3b\x73\xbe\x72\x15\x00\x62\x2f\xd5\x3b\x55\x5a\x15\xc7\x1c\x27\x7c\x5f\x2b\x30\x9d\x63\x7a\x37\xb4\x9b\xd0\x78\x4a\xd3\x09\xe3\x9b\x96\xb9\x30\x77\xa3\xa5\x3a\x11\x59\x66\xf4\x5b\x94\x84\xc1\x1b\xd6\x27\xb5\xe2\x1e\x1a\xf2\x43\xb7\xe2\x5f\xea\x1f\x78\xbe\x65\xcc\xd0\xbd\x06\x40\xc4\xd3\xd6\x2a\x8e\x96\x3f\xec\x0e\x11\xb4\x56\x7b\x76\xb9\xd0\xf7\xd6\x35\x3a\xaf\xe2\x52\x21\x5b\x3a\xda\x9a\x83\x9a\x67\xb4\x57\x55\xa1\xe0\xea\xb6\x29\xf9\x43\xa8\x23\xf6\xb1\xa4\x0c\x2c\xb9\xb5\x3b\x74\x07\x6e\x97\x6d\xc8\x2b\x9f\x5e\x6b\xae\x05\x40\xe4\xae\x2f\x52\x4c\x2b\xf7\x1b\x8c\xe2\xff\x5b\x95\xdb\xbf\x8f\x9e\x55\xab\xec\x5b\x80\x3d\xd3\xf0\xb8\xa7\x13\xfa\x3b\xb4\xb2\xeb\x5d\xd5\x2c\xd8\x89\x4e\x64\x3e\x1f\xe5\xd5\x71\x2e\x29\x11\x73\xae\x3d\x33\xf4\x3c\x2e\xc9\x71\xc7\x4b\x40\x7b\x63\x0d\x04\x40\x78\xd1\xe0\x2a\xb7\x97\x19\x96\x40\xf9\xce\xca\xc5\x23\xab\x68\x1f\x6a\x2e\x0f\xdd\xc5\x76\x35\x2c\x1c\xf8\x0a\x1d\x6c\x5a\xd1\xef\x59\xe5\x06\x9b\xd5\x9b\x94\xcf\x43\xf2\xba\x11\x49\xd5\x98\xc4\x4e\x53\xd8\x74\xec\x86\x0e\xa2\xd7\x45\x1a\xc9\xa6\x05\x40\x28\x35\x98\x34\x2c\xfa\xd9\x2a\x8a\xb8\x9d\x21\xab\x7d\xcb\x02\x4c\x1c\x04\x4d\x70\x61\x11\xa0\xef\x5a\xb0\x6c\x0d\x7c\x65\xf5\x44\xce\x1a\x34\x21\xdf\xc9\xbd\x85\x4f\x5a\x08\xf8\x2e\xa4\xbf\xe6\x3c\xe7\xaf\xa0\x85\x78\xb8\x88\x97\x31\x2a\x01\x50\x8e\x17\x8c\xaa\x0f\x52\xd7\xd7\xde\x16\xfd\x45\x1b\x81\xcc\x64\x32\xe8\x07\xa1\x79\x78\x1e\xe3\x15\xcc\xd6\x7c\x9b\x15\x8f\xfc\x50\xe5\x64\x6b\xb1\xb4\xfc\x28\xce\x0d\xc2\xdf\x0b\xb6\xf1\x66\x51\x1a\xe7\xac\xe7\x9d\xa5\x67\x4f\xf9\x24\x9e\xc3\x0c\x07\x40\x71\x54\x38\x53\x3d\x9e\x6c\x87\x88\x44\xa9\x94\x43\x50\x3a\xe3\x3c\xcd\x1f\x56\x8d\xbb\x43\xa7\x21\xeb\x9a\x2b\x19\xd7\x31\x82\x2a\x1f\x56\x35\x7e\x79\xde\x11\xf6\x49\xd2\xc3\x05\x04\x6e\x04\xf5\xbf\x39\x7c\xee\x3d\xc6\xe0\x94\xbf\x44\x3d\xac\x52\x00\x14\x22\xe1\x63\x65\x1a\x7e\x29\x7c\x8b\xa0\x9b\x18\x8e\x9a\x4f\xaf\x23\x9d\xc7\x18\xb1\x9d\x14\x21\x7e\x1a\x34\x91\x96\x40\xdc\x5e\x19\x4c\x7f\x43\x41\xe4\x7e\x60\xae\xa0\x4f\x4b\x3c\xcd\x8e\x67\x2e\x9e\x13\xc2\x7e\xca\x3e\x30\xe5\x81\x10\xcf\x9d\x02\x80\xfc\x80\xf8\xb1\xfc\x0c\xfa\x1e\xbe\x96\x9f\x84\x5d\x41\x44\xd0\x3c\xf1\x0e\x72\x21\x86\x49\xd4\x51\x0b\x9a\xc2\xc9\x66\x3a\xbc\x22\x93\x6a\x62\xf2\x72\x53\xe8\x02\x76\x47\x62\x05\x33\x92\x3b\x10\xf2\x92\x79\x87\x5f\x38\xe5\xab\x60\xb6\xa0\x00\x00\xd9\x3f\x32\x4f\xd9\x7c\x04\x84\x3e\xc0\x3d\x8b\x82\x33\xbe\x51\x6e\x61\xb4\xac\x1a\x74\x1d\x6e\x1f\xfb\x50\x63\x38\xe1\x17\xb7\xa8\x1c\x4d\xce\xe0\x1d\xcd\xd1\x50\x61\x82\x92\x84\x6b\xf4\x64\xe1\x89\x90\x23\xf4\xe7\xa2\x6f\x1e\xc1\xbc\x3f\xc5\xbb\x01\x90\xcd\x57\xcc\x12\xff\x82\xfe\x12\x5f\x64\x5f\x87\x95\x4b\xe4\x64\x0f\xc4\x0e\xe9\x44\xe4\x1e\x74\xa6\x74\xb4\xe1\x14\xf6\xbc\xac\xac\x2c\x93\xd0\x20\x7b\x99\xbd\x94\xb4\x4b\xde\x95\x50\x46\xd9\xaa\xc8\x0d\x71\x52\xb5\x8a\x43\x1e\xb5\x5c\x86\x72\x2e\x00\xd2\x2c\xd5\x29\xe1\x3b\x08\xc5\x70\x8f\x35\xa1\xe9\xbb\xa1\x9d\x28\x6b\xd9\x6e\x48\x44\x34\x20\x44\xfa\x97\xf5\xdd\xe8\x45\xfa\x1d\xa5\x99\x38\x57\xbd\x30\xeb\x36\x61\xb9\x3e\x27\xfe\x0a\x69\x8f\x3e\x20\x44\x41\x3e\xa6\x7b\xe3\x61\xe1\xb4\xfc\x6f\xd7\x93\xf4\x6b\xc7\x09\xe4\x75\x47\x9c\x29\x8c\x55\x90\x65\x1d\x85\x84\x24\xa8\xa1\x3d\x0e\x9e\x06\x23\xb6\x85\xd4\xad\x46\x56\x3b\xfc\x4a\x94\x98\x6c\xfb\xcc\xac\x1a\x3c\x68\x0d\x8d\xd7\x11\xb3\x6c\x95\x21\x44\xd2\x80\xb5\xd3\xe3\x18\x7b\xd0\xe4\x01\x80\x24\x4c\x77\x9b\xff\xad\xf6\xdf\x3e\x6f\x46\x5c\xc3\xf9\x9e\x13\xf8\x83\x4d\x5b\xbb\x61\xb0\xeb\x2d\xfd\x9d\x5f\xea\x60\x08\x93\xb3\xb7\xa4\x00\xad\xef\xa8\xc8\x8a\xc2\xd5\xb7\xbb\xc5\x8b\x08\x83\x8e\xe7\x21\x72\x92\x9f\xbd\xcf\xe3\x3d\x3b\xcd\xfc\x1b\x00\xe2\x3f\xf4\x7d\xfc\x35\xb5\x84\xe1\x59\xf4\xfb\x0d\x61\x83\x0e\xbc\xa8\xc9\xa5\xff\x11\x6c\xb4\xf9\xaf\xbe\x9c\xba\x54\xf8\xb5\x9e\xfe\x92\x44\xd4\xf5\xee\xa9\x59\xd1\xd8\x0d\x9d\xed\xf1\xed\xf8\x2f\xce\x94\x90\xbd\x44\x63\xdb\x7f\x53\xf3\x59\xdb\xac\xd3\x00\x10\xb7\x1a\x82\x44\x8f\x78\xf9\x55\x4f\x59\x14\xde\xa9\xba\x62\x62\x03\x5f\x08\xe9\x46\x8c\x13\x78\x34\x7b\xd4\x7b\x09\xf6\xc3\xd7\x96\xd0\x85\x32\x74\x7d\xe6\x3a\xd1\x22\xbc\x7b\x6c\xaf\x38\x9a\x64\x0f\xda\x2b\xde\x41\x65\xba\x37\xc9\x9d\x8c\x99\x00\xa8\xa3\x85\x51\x22\x4f\x0e\xb1\xce\x87\xb9\x8b\x3b\x03\xb2\x90\x70\x84\xfb\x12\x9a\x0f\xe7\xf0\x36\xc0\x24\x75\x66\xbe\x12\x79\xb9\xf8\x95\x80\x80\x4d\xc9\xcc\x13\x56\x12\x56\xc7\x96\x88\xaa\xc9\x4f\x82\x86\x44\x0f\x69\x06\xf7\x66\x79\x20\xe3\x4f\x00\x54\x7f\x0b\xcd\xc2\x85\x2c\x1b\x84\xc5\xf8\xc2\xc6\x41\x6b\x08\xf3\x38\x48\xd8\x6c\xd8\x18\x37\x1f\x39\xa3\xf6\x15\x2f\x0d\x13\x5f\x4c\xe3\xe7\xe1\xeb\x32\xce\x09\xca\x49\xea\x98\xef\x42\x14\x55\x18\x24\x12\x7e\xa0\x5f\x77\x6f\x90\x75\x31\x7f\x02\xa0\x5a\x2a\x4a\xe7\x8b\x69\xb7\xe1\x30\x7a\x13\xfd\x2b\x72\x0f\xae\x97\x99\x89\x71\x6b\x91\xb3\x38\x38\x7b\xcd\x21\xf6\x4e\x62\x4c\x11\x9e\xf3\x1f\xf9\x4a\xfa\x1b\x5e\x16\x4d\x1b\x83\xe2\xb3\x18\x1f\x83\x52\x05\xe3\x58\x7f\xb9\x13\xa5\x24\xce\x61\x00\x94\x4f\x25\x33\x78\xf3\xc8\x73\x71\xab\x69\x81\x94\x76\x42\x0f\x56\x46\x0b\x24\x71\x9a\x05\xf4\x01\x8a\xb8\xfa\x2c\x33\x94\xd6\x5b\xd8\xc5\x5a\xc5\xd8\x99\x9e\xcf\x99\xc9\xba\x11\xfd\x89\xcb\xe3\xdc\x08\x9a\xc8\xf3\xe2\xc1\xdd\xdb\x24\xd1\xfc\x6f\x00\x28\x03\x64\xe1\x9c\x15\xf8\x6d\x34\x0c\xe5\x06\x11\x43\x3f\x85\x61\x93\x23\x98\xf3\xa0\x62\xca\x73\xd6\xaa\xaa\x47\xb4\x1d\x9c\x9c\x82\x73\x0c\x26\xf7\x62\xda\x52\xd6\x14\x3e\x3e\x7a\x80\xad\x11\xbc\x0c\xfc\x9b\xb3\x48\x34\xd9\xfd\xac\xe8\x93\x58\x0c\x80\xa2\x46\x11\xc0\xba\x8d\x36\x8a\xdc\xc8\x73\xb0\x68\xd1\x1e\xd4\x45\x3c\x5c\xdc\xd4\xe4\x46\x24\x4a\xa6\x56\xae\x26\x4b\x24\x37\x16\x1d\xa7\xca\xa5\x8b\x53\xaf\xd3\x11\x32\x4a\xf4\x5c\xc6\x6b\x79\x56\xe0\x1d\xe6\x57\xf9\xb1\x49\xd3\x84\x52\xc5\x0e\x00\xe4\x28\xd5\x28\xe3\x06\xfc\x86\x0e\x42\xa4\xa1\x5c\x75\x31\x48\x2c\xa6\x42\xfb\x0e\x72\x12\xd7\xa1\xbd\x5b\xd1\x4f\xb8\xab\x1d\xcb\x7f\x4c\x9e\xa5\x3d\x9d\x3a\x9f\x9a\xa4\x3d\x11\xb5\x9f\xf6\x44\xfb\x2c\xf0\x04\xa3\x52\xfb\x68\x52\xb9\x80\xae\x8d\x02\x40\xb6\x5b\xb3\x9b\x2e\x68\xe9\x68\x4b\x26\x84\xc1\xc7\x1c\x28\xc4\x42\x54\xa4\x9d\xdd\x70\x0a\x63\x6c\x1d\x2e\x3f\x8b\x7b\x66\xbb\x94\x9f\x45\x6c\xb0\xf9\xa7\xac\x25\x77\x5b\x19\x51\x1c\x2a\xce\xf2\x26\x70\x33\x3d\xde\x52\x35\x89\xc7\xdf\x62\x78\x04\x80\x2c\x57\xc7\xa3\x7d\x6e\x1e\xed\x3a\x8a\xdf\x02\x7b\xdb\xb9\x14\x7e\x18\xd9\xe8\xc4\x37\x70\xd0\x3b\x3b\x8a\xca\x2d\x38\xff\xf6\x39\xf9\x93\x08\x5d\x6d\x11\x29\x66\xd2\x3d\x47\x6a\x14\x91\xf2\x9b\xdd\x10\x78\x84\xb6\xbe\x75\xfa\x24\x27\xbf\xde\xc4\x01\x40\xfa\x4b\x1f\x49\x5b\x01\x7d\xdc\xef\xc4\x63\x61\x99\x7d\x29\x70\x25\x62\x5d\xcf\xef\x0d\xb9\xe8\xf1\xdd\xe4\x72\x0e\x96\xd8\x35\x39\xef\x27\xfe\x89\xf3\x46\x4a\x3b\x29\xb5\x63\x4f\x94\x94\xe2\xdd\x7e\x2b\xf0\x05\x6d\xba\xa3\x7a\xd2\x39\xde\x35\xf3\x56\x00\xa4\xcb\xf4\xdb\xc8\xb1\xca\x80\x6a\x07\xfa\xba\xd2\xb5\xee\x2c\xf4\xb6\x32\x18\xf2\xb9\x46\xac\x0c\x6b\x2e\x2d\x96\x2a\x73\xe0\xfb\xb3\x2e\x28\xb9\xe8\x8c\x05\x2e\xca\x3d\xb8\x83\xa1\x9f\x54\x89\xa4\x89\x3e\xfb\x54\x2f\x28\x1c\x97\x41\xcd\x61\x46\x3f\x00\x3a\x5f\x51\x26\x69\x48\x0e\xa9\x93\xa0\x6b\xe5\x34\x88\x08\x8a\x93\xaf\x82\x12\xab\x7f\xc9\xc7\x60\xf2\x62\x77\xc5\x14\xe4\xf6\x2c\x86\x02\x8b\xf9\x90\xb8\x5d\x71\x9c\x90\x1e\xba\x57\xd9\x40\xce\xf2\x59\xa7\x0a\xa1\x12\x5c\x46\x35\x95\xcc\x62\x00\xb4\x57\x44\x7c\xe2\x7f\x52\x07\xa4\x13\x75\x50\x7a\x06\x5a\xdb\xf4\x50\x16\x01\x73\xa9\x36\xc9\x78\x88\x27\x45\xdd\xb2\x31\xf4\xa3\x2c\x77\x79\x11\xee\x59\x22\x4a\x7e\x8c\xf8\x4f\xa8\x45\x41\xa0\xec\xf2\x19\x54\x16\xd1\x56\xb8\xac\x55\x9f\x62\xd5\x00\xa0\x35\x8a\xbe\x13\x8e\x09\x5f\xc2\xfe\x46\xda\x44\x4a\x64\x66\xe3\x76\x71\x0c\x5a\x51\x25\x11\x1f\xc2\x7e\x2a\x5c\x21\x41\x13\x6c\x99\xe9\x52\x77\x72\x78\xc2\x36\xe9\x2e\xea\xe1\x50\x3f\x19\x87\x31\xcd\x47\x2b\x57\x30\x47\x5d\xce\xa9\xd6\x70\x5d\x00\xd0\x5c\x90\x0c\xe2\xbb\x78\x1b\xb1\x3a\x04\x93\x4f\xc6\x2b\x20\xbf\x0b\x52\x89\xb4\xca\x01\xa1\x3b\x59\x50\x70\x5d\xf8\x17\xb5\x37\xc3\x21\x3a\x4a\xdf\x9b\x10\x2d\x1e\x60\xde\x9a\x77\x51\x42\x66\x5f\xf4\xe1\x4b\x37\x71\x27\x4d\x18\xa7\x94\x0a\x4a\x01\xd0\xb8\xc8\xa4\xb8\x28\xb6\x84\xd2\x0d\xaf\xe3\xe0\x68\xc1\x0d\xb7\xb9\x24\xfa\x70\xc5\x61\x1e\x8f\xb9\xa0\x60\x2a\xdf\xc2\xba\x93\xfe\xa7\xa0\x83\xa3\x8b\x5f\x23\xb4\xf0\xc2\xe6\xb5\x89\x28\xfc\x83\x3e\x42\xf1\x47\xc1\xc6\x09\x95\x8a\x4a\xf1\x39\x00\xd4\xd9\x8a\x0a\x8c\x8c\x2e\xe2\xa7\xb6\x1c\x61\x74\x08\x12\xea\x89\xcc\x8b\xc2\xc9\xe5\x4a\xb6\xaf\xf0\xef\xfc\x6f\x1c\x9a\xe8\x69\xfa\x38\xee\x76\xf1\xdd\xb8\x2f\xbc\x3f\x25\x57\xe6\xc5\xf1\xcf\x48\xc7\x7c\xe8\xc2\x13\xb2\xb2\x09\x03\xb2\xeb\x0a\x3c\x00\xaa\x2c\x55\x27\xea\x3a\x25\x50\xf5\x5b\x33\x9c\x8a\x57\x5d\xad\x2b\xa2\xfd\xae\xba\x5f\xa6\x67\x64\xaa\x27\xe7\xcf\x65\x1e\x57\x17\xa7\x21\xd8\x19\x6a\x4b\x1c\x8f\xb3\x4a\x7d\x61\xee\x5b\xee\x90\x26\xc5\x47\x22\x98\xa5\xa9\x9d\x70\x43\x7a\x48\x93\x01\x80\xd2\xa2\x21\x23\x77\x11\x7b\xad\xfb\xa1\xf9\x64\x6f\x6b\x72\x6d\x06\x65\xd8\xb2\xbc\x74\x88\x16\x69\x89\xcf\x13\xd0\x8f\x9a\x7f\x4f\x3d\xca\xa4\x99\x59\x71\x53\x59\x6f\xcc\xe1\x73\xd7\x70\x5c\xcd\x6e\x3e\x6c\xfe\x38\xd3\x78\x57\x57\xe9\x38\x3d\x03\x00\xe5\x54\xed\x3b\x64\x02\x61\x7d\xdb\xc5\xa6\x2b\xa4\xb8\x36\xbf\x9a\x6b\xe4\x63\x8e\xca\xd2\x1a\x6a\xbd\x7d\x20\x2f\x8f\xf6\xb4\xf5\x59\xea\x52\xc6\x40\x2b\x2c\xf6\x2b\x2b\xc2\xf6\x64\xee\x0a\x76\x99\xad\xdf\x47\xcb\x13\x5b\x18\xae\x41\x92\x55\x86\xa3\x00\x28\x2e\xea\xba\x11\xa7\xf1\x7f\x77\x25\x35\x69\x88\x82\x4e\x44\x8d\x93\x3c\xd9\xc9\x2a\x0d\xa5\x74\x74\x58\xf3\xa2\x69\x01\xed\xeb\x52\x07\xe8\x63\x6d\x1f\xe3\xc6\x31\x09\x6d\xb8\xb9\xbf\xb1\xcc\x8e\xd5\x3e\x5b\xb9\x57\x6c\x6c\x57\x98\x24\xc2\xf8\x37\x00\x0a\xa6\x3e\x04\xea\x62\x79\x5c\x53\x51\xdb\x61\x29\xac\x47\x97\x99\xcc\x67\x1a\xa9\x8b\x66\x9b\x13\x9b\x7b\x32\xe6\x98\xd6\xc3\x9f\x24\xaa\x4c\x35\xe8\xd4\xf0\x1d\xa6\xd9\x38\x63\xe0\x0a\x53\x15\xd1\xea\x11\x61\x9a\x41\x49\x04\xc0\xe8\xc1\x8a\x02\xc0\xe0\x10\xaf\x6c\x32\x98\xcb\xeb\xce\xd7\x86\x9a\x8e\x40\x76\x97\xc5\x99\x10\xd0\xde\xfc\xf3\xc6\x67\xb0\xb6\xf4\xdb\x46\x1d\x72\x65\x62\xa1\x31\x0f\x73\x3c\xdc\x68\x8c\xc0\xdf\x0a\xb4\x18\x49\xa4\x11\x8f\x24\x23\x94\x3a\x11\x00\x43\x3f\x6b\x2b\x00\x86\x45\xe2\x4d\x8d\x5f\x8d\x1b\x21\xda\x9a\xcd\xc6\x74\x68\x7e\xe9\x05\xc3\xb3\x96\xcf\xf9\x52\x43\x07\xe2\x70\xba\xd9\x50\x81\x5e\x95\xf0\xcb\x10\x8a\xeb\x0a\xaf\x33\x04\x13\x05\x81\x0c\x03\x83\xfc\x9f\x47\xa6\x41\x4b\x4b\x00\xc0\x30\x9d\xbd\x14\x00\xfd\x1b\x89\x57\xe3\x04\x1d\x04\x56\x5d\x7d\x55\x17\x8c\xd8\x58\x3a\x59\xe7\x8e\xfa\x99\x77\x50\xfb\x0a\xcb\x4d\xbb\xa7\x7d\x80\xff\x96\x20\xd0\x3e\x21\x39\xe6\xff\xa1\xfd\x45\xf5\x0c\x8c\xd3\x21\xe9\xf1\x1e\xd5\xba\xa3\xcc\xe9\x20\x44\xf7\x86\x57\x01\x80\x3e\x5a\xca\x6f\xb8\xa8\xc6\x62\x0a\xaa\x6e\xa9\xb3\x70\xa4\x92\x4a\x75\x0a\x81\x9b\x37\x55\x5d\x4d\xd2\xa5\xe5\xaa\x05\x94\xd5\xf1\x1f\xd4\xa3\xb4\xb1\xf9\x56\xf5\x6d\xc6\x9b\x40\x7f\x4d\x06\xeb\x92\x07\x55\xf3\x1f\x87\x07\x28\xda\xc3\x42\x03\x00\x3a\x84\x7c\x4e\xfd\x15\x45\x2d\xe9\x6a\xe5\x77\x05\x8c\xa2\x2b\xee\x52\xa8\x69\x73\x73\x09\x8a\x33\xf4\x0b\xa9\xab\x95\xb3\x98\xd6\x78\x85\x92\xc9\x2e\x9f\x9f\xa4\x3c\xc8\xf9\x1e\x38\x51\x35\x9b\xb7\xc4\xa3\x4d\x5d\x29\xf0\x04\xbb\x35\xcb\x24\xfd\x00\x68\x7b\x15\x67\xeb\xc4\x92\x46\xce\x60\xc5\x71\x49\x1f\xf7\x50\x11\x42\x3a\x99\x77\x29\x87\x28\x55\xf1\x1f\xa5\x8c\xc9\x26\x0b\xc7\xc7\x5d\x90\x75\x89\xe2\xc2\x76\xc8\x7d\xc4\xb5\x01\x17\xe4\x58\x09\xc7\x63\xb3\x72\xb6\x74\x70\x9c\x97\x7a\xae\x42\x07\x80\xc6\xa8\x3a\x51\x1b\x2e\x04\x72\xb7\xf2\x95\x42\x89\x5c\x5a\x68\x11\xb9\xcb\x6f\x64\x6f\x12\xad\x51\x54\xa4\xe4\x8b\x5b\x14\x63\x71\x75\x12\x1f\x25\x31\x8c\x22\xd9\xa6\xfc\x10\xb0\x51\xea\xab\xea\xf1\x78\x2c\x17\xaa\x4b\xc7\x11\x55\x6e\xea\x23\x00\xa8\x8f\x6a\xe0\x35\x31\x3c\xa9\x71\x42\xd9\x71\xbe\xbf\xe1\xbf\x82\xdf\xf9\x17\x0c\xf7\xb2\xbe\x0b\x8c\x86\xb3\xc9\x07\x85\xf9\x86\xb3\xb1\xff\x8a\x7c\x0c\xf7\xc2\x22\x44\xb7\x0d\xdf\x03\xfa\xc5\xb5\xc6\x05\x1e\xff\xca\xaa\x0d\xe3\xc7\xad\x52\x66\xeb\xa4\x00\xa8\x33\xb4\x6b\xab\x6f\x72\xed\xd6\x13\x65\x3c\x5e\xbc\xd5\x54\x40\xe5\xbd\xb0\xa6\x64\x1d\xe2\x0f\x58\xfe\x49\xee\x12\xd4\x58\xf6\xc6\x3e\x15\xc6\x58\x96\x86\x05\x09\xbf\x5b\x46\x03\x96\x8b\x74\x16\xf8\x54\x6f\xe9\xef\xa6\xe9\xe3\x4e\x28\xee\xe8\xd7\x02\xa0\xfa\xaa\x8b\xaf\x1e\xe1\x9c\x75\xbc\x2a\x4b\xe1\xd2\x1d\xd6\x82\x14\xde\x1c\xc7\x8c\xac\xb5\xbc\xc3\xf6\x8d\xc9\x3d\x7c\xbc\xbd\x2e\xf6\xad\xa0\xc2\x1e\x1a\x96\x29\x9c\x65\x9f\x1e\x70\x41\xb8\xc6\xf6\x7d\x6a\xb9\x34\xc8\x7c\x75\xbc\xbb\x82\x68\xd8\x0d\x80\x6a\x89\x6e\x4f\x31\xac\xa7\xa5\x66\x4d\x7e\x70\x37\xa8\xdf\x98\x99\xd7\x79\xab\x71\x6d\xd2\x56\xe7\x91\xe6\x6d\xb1\xce\x8e\x63\xf0\x9b\x61\x97\xdb\xbf\xa0\x41\xd0\x95\x76\x03\x6e\x9a\xd7\xf3\x76\x38\xe1\x1f\xb7\xc9\xad\x47\xa9\xf3\x00\xb0\x0c\x71\x64\x00\x98\xba\xa4\xee\xc5\xb3\xbb\x8e\xd5\x7d\xc9\x7b\xdc\x69\x87\x5c\xc9\x74\x73\x6a\xa0\x2b\x93\xf4\x1d\x46\x98\x2c\x96\xdd\x3e\x82\x64\x85\x1d\x68\x7b\x8e\xa1\x04\x9d\x6b\x33\xe0\x0b\xbd\xfe\x6a\x23\x11\x9f\xba\x85\xd9\x7e\x51\x2f\x03\x60\x99\xcb\xb9\x0a\x80\x29\x57\xf2\xaa\xe8\x46\x67\x04\x44\x99\x37\xe8\xf4\x82\xc6\x67\x1c\xed\x98\xd3\x72\x2b\xa9\xbe\x3d\x1d\xa1\x8a\x2d\x68\x63\xa2\xf3\xc3\x46\x1c\xe7\x70\x9e\x41\xbf\x39\x84\x84\xc3\x5e\x2f\x1d\x2d\xe4\x28\xb7\x4c\x5b\x3c\xed\x1e\x00\xe6\x6e\xee\x5a\x00\x8c\x8f\xa4\xf1\x45\xa1\xed\x89\x2d\xa3\x79\xe3\xdb\x12\x11\x1e\x19\xe5\x0e\x38\x8a\xb5\xf0\x8e\x7d\x35\xe6\x72\xcc\x43\xbb\x3b\xbe\x22\xac\xb1\xd5\x42\xbc\x18\xd4\xd9\x5a\x44\x49\xf2\xfa\xa3\x35\x8e\x96\xec\x46\xb4\x48\x98\x4b\x01\x30\x31\x04\x33\x00\x30\xce\x90\x21\x0b\x17\xd9\x67\xa1\xcb\x73\x33\x5a\x51\x58\x4c\xfa\x2a\xdb\x06\x3c\x77\x61\x8d\x6d\x0e\x51\x15\xc3\xb0\xae\x26\x2f\x0e\xfd\x69\x2d\xa0\x9e\x0d\xc2\x59\xa7\xd2\x6f\x79\xbd\xb4\x3c\x60\x6e\x77\xeb\x33\xed\xe3\x7c\x00\xc0\x98\x26\x7a\x00\x80\x21\x47\xfe\xb4\x00\x6d\x15\x12\xc3\x73\x54\x96\x1d\xa4\x37\xe9\x93\x2c\x3e\x94\x8d\x0b\x4e\x99\x37\xd2\xb0\xd1\x3f\xcc\x8d\x8c\xf0\xd0\x6d\x66\x37\xe6\x97\xa0\x4c\xd3\x5d\xf6\x16\xaf\x2f\xa6\x5e\x2e\xca\x6d\xcc\x38\x45\xd0\xfa\xbf\xda\x94\xb6\x01\xa0\xe7\x2a\x89\x8b\xea\x8d\x04\x96\x5b\xf6\x62\xc3\x5b\x36\x36\xad\xc5\xd0\xc3\xd9\xb2\x20\xda\x00\xe7\x3e\x8f\xd6\x1b\xc2\xf9\xb1\xa1\x78\xc3\x78\x81\x21\x68\xb6\xfe\x9d\xf0\x84\x77\x88\x7e\xa5\x78\xea\xc4\x14\xdd\x03\xe9\x77\x00\x74\x66\xc5\x43\x00\x74\x15\xea\xe8\x7c\x81\x2e\x50\x2c\xca\x7a\xa1\xbd\x24\xc9\x4f\x3d\xa1\x5d\x2c\xf9\x9e\x78\x52\x2b\x92\xee\x88\xce\xd2\xa2\x64\xd2\xd0\x78\x6d\xa3\x1c\x1d\xf8\x43\x5b\xaf\x88\xf7\x4e\xd7\x16\x2b\x67\x4f\x34\x68\x8b\x54\x67\x00\xd0\x32\xd4\x4b\x01\xd0\x8a\x34\xca\xbc\xe3\xea\x7d\x9a\xdd\x59\xc5\x6a\xba\xd6\x2b\x35\x49\x5d\xac\x45\x27\x96\xa8\x63\xb4\x1b\xa3\xbe\xa8\xa3\x75\xae\xf3\x7e\xaa\xe3\x74\xa6\xc0\xcf\xea\x02\xfd\x14\x6f\xb8\x5a\xac\x8f\x9b\xb8\x5d\x33\x5e\x77\x08\x00\x4d\xab\xf6\x27\x00\x9a\xc7\xda\x25\x79\x05\xaa\x9d\x46\xcf\xcc\x7f\x54\x6c\x63\x61\xca\x37\x55\xa9\x91\x95\x18\xa6\x0a\x33\xf6\x45\x3d\x56\xcd\x34\x3e\x0a\x75\x55\x45\x98\x52\x83\x3c\x55\x25\xa6\x65\xde\x16\x55\xb7\xf1\xd6\xc4\xb7\x6a\x82\x41\x04\x80\x66\x8e\xee\x1b\x00\x9a\x65\xba\xa9\xb9\x63\xca\x6b\x96\x07\x99\x6b\x95\x0e\xcb\xaf\x94\xeb\x4a\x9c\xd5\x27\x71\x86\x32\xd9\x1a\x17\x75\x45\xe9\x61\xc5\x87\xfa\x2b\x13\xac\x5b\x82\x32\x95\x4d\xd6\x95\xde\x37\x95\x1b\x2c\x9e\xee\x70\xd5\x06\xe3\x3b\x00\xd4\xa3\xfa\x47\x00\x68\xea\x75\xb4\x9c\xbf\x87\xe0\x35\x9b\xd3\x5f\x0e\x9c\xaf\x5f\x92\x64\xec\xaf\x69\x1c\x89\x4b\xea\x9b\xdd\x6c\x0c\xe7\xf5\xfc\x07\x1f\x08\xfe\xd1\x33\x17\xb5\xd4\x2f\xaf\xfb\x30\xd6\xe0\xd1\xdf\x15\x42\xb8\xe6\x22\x6c\x0b\xa2\x9e\x00\xc0\x96\xc2\x1d\x04\xc0\x2c\x95\x76\xe4\xac\x1a\xb8\x59\xf7\x2a\x7d\x4f\x3f\x16\xb2\x23\x09\xda\x07\xa0\xc6\xb8\xc0\x9e\x27\xb0\x9c\x70\x4c\xf7\x75\x64\x40\xf0\x8f\xee\x29\xe8\x2f\x7e\xe5\x5d\x3b\x70\xeb\x3d\x96\x76\xce\x23\xee\x73\xe9\x75\x20\x68\x04\x00\xac\xbb\xb9\x37\x01\x30\xcf\x96\xe2\x72\x1a\xfa\x6b\x20\xe8\x74\x51\xef\xdf\xd0\x71\x49\xf3\x7a\xd6\xb4\x6c\x88\xfd\xd2\x3d\x80\x48\x0c\x2f\xea\x5a\x81\x7a\x10\xfc\xba\xf3\x19\xb6\xc7\xaf\xaa\x73\x80\x10\xec\xb1\xc1\xe9\x41\x7a\xef\xb2\xdd\x6e\xa3\x13\x01\xb0\x86\xf1\xba\x00\x30\xed\x93\xf6\x64\xdf\xef\x49\x6d\xc1\xa4\x7b\x75\x8f\x87\xef\x59\x78\xb9\xf3\x39\x6a\x7a\xec\xaa\x4e\x77\x0c\x21\x7c\xba\x33\x1d\x37\x16\x7c\xb1\x63\x80\x58\xe8\x57\xdf\xd1\x44\x6e\xf3\xd8\xdd\x76\x85\xfa\xd6\xe5\x0f\xdb\x55\x56\x08\x00\xe6\x4f\x82\x31\x00\x8c\x7f\xc9\x76\x64\x7b\x75\x66\xa3\x0e\xa4\xc1\x9d\x99\x98\xcb\x0b\xe3\x3b\x2a\x70\x7f\xc5\x86\xb7\xdb\x08\x2f\xe7\xaf\x6e\xbb\x45\x1e\x17\x6c\x6e\xab\xa0\x86\xfa\x25\xb4\x4d\xa6\x07\x7b\x5c\xb0\xb3\x99\xe4\x09\x33\xac\xd3\xb9\x42\x00\x4c\xfb\xc5\xdc\xff\xc9\xa5\x48\xce\x6a\x69\xb7\x11\x10\xa9\xfb\xdb\xba\x49\x11\x0b\x96\x3b\xf6\x91\x3f\xc7\xec\x70\x04\x50\x57\xce\x6f\xb4\xab\xe8\xe4\xe0\x06\xbb\x0b\x33\xdd\x2f\xa4\xf5\x24\xeb\xa9\xc7\x6b\x5b\x04\x77\xf2\x84\x1a\x33\x51\x38\x13\x00\xa3\x53\xfa\x09\x00\x43\xaa\x72\x55\x26\xab\x75\x39\xe3\xcf\xd4\x09\xb6\xc7\xac\xea\x05\x7e\xb6\x5c\xf6\xd6\x98\x7c\xeb\x7e\xce\xfb\xb0\xef\xd6\x5c\x5e\x71\x70\x82\xe5\x11\x7f\xad\x5f\x9c\x65\xab\xe0\xc5\xd4\x2c\x73\x8e\x68\xef\x84\xcb\xc6\x6c\x59\x29\x00\xfa\xef\xca\x49\x00\xe8\x27\xab\x6b\x33\xee\x58\x6a\x84\x9f\x52\x1c\xe6\xbd\xa2\x1b\x89\x07\xcd\x19\xe2\xdf\x62\x5c\x4c\xe7\x24\xfa\xb0\x47\x26\xac\x94\x14\x1c\x63\x0a\x91\x61\xfd\x6a\x4c\x40\x9e\x35\x55\x6e\x78\xa2\x38\xe0\x9a\xa8\x6f\x55\x8d\x00\xa0\x3b\xa3\xee\x06\x40\x97\xac\x51\x65\x10\x8d\xbb\x54\x37\x52\x7c\x8d\x09\xea\xfa\xc4\x22\xc3\x39\xf5\x85\xe8\x35\x06\xac\x26\x3f\x6c\x8f\x61\x82\xe6\x7e\xb0\xb7\xfe\xbc\x96\xed\x57\xa7\xdf\xa5\xf3\x9a\xfa\x9b\xde\x55\x07\x75\x6d\xd3\xd5\xe9\xb2\x00\xd0\xbe\xd7\xee\x07\x40\xbb\x52\xab\xcf\xf0\x33\xac\xd4\x7b\x26\x3f\x36\x84\xe8\x89\x89\x21\xfa\x03\xfa\x63\xd1\x6d\xfa\x1a\x43\x40\xd8\x6a\xdd\x2b\xc3\x60\xb0\xbf\xee\xa0\x71\x86\x1f\x57\xb7\xde\x28\x9c\xfa\x42\x17\x6d\x38\xec\x7a\x41\xbb\x4d\x7f\x19\x00\xad\xf9\xff\x93\x24\x58\xed\xc7\xf4\x31\xfd\x6e\xd3\xef\xc9\xbb\xf4\x71\xe6\x09\x89\x53\x75\xc7\xcc\xd0\x68\x93\xae\xcc\xbc\x3c\x6c\x95\xf6\xb2\x65\x7e\x70\x9a\x76\xb3\xa5\xdf\x6f\x97\xb6\xd7\x52\x3b\x2d\x4b\x9b\x6d\xba\xe2\x16\xa9\xf9\x6a\x4c\x03\x40\xeb\xaa\xef\x04\x40\xeb\xa3\x6b\x48\xeb\x1c\x5d\x59\xd3\xbd\x70\xf5\xe2\xff\xea\x29\x71\xea\x91\xfa\x46\x68\x04\x7d\xd8\xa7\x39\x62\xce\xe9\xc1\xff\xe0\xbe\x01\x96\xc1\x04\xe4\x57\xef\xc9\x03\x7b\x31\x87\xdc\xdf\xf7\xbc\x23\x9c\x1c\xd7\xdc\x31\x9d\xd6\x08\x40\xeb\x08\x0f\x02\x80\x25\x5f\x3a\x96\x96\xb6\x24\xb9\xee\xc4\x42\xf9\x48\x0f\x44\x1c\x87\x1e\x9e\x08\x4d\x89\x40\x0c\xde\x6e\xb9\x31\xe7\xf8\xc0\x25\x44\x7b\x40\xef\xc0\x34\x74\x85\xf7\xdc\xfe\x51\xec\xc3\x49\x1e\xdd\x6f\x88\xab\xc6\x09\xda\xab\x69\x0f\x01\x68\x9d\xc1\xd3\x02\x60\x7e\x20\xed\x4d\xbd\x32\x72\x10\x12\xbb\xb0\x60\x38\xb2\xe9\x60\x5c\xd2\xe0\x8e\x96\xba\x88\xd2\x01\x27\xfc\xf7\x39\xc7\xfa\x7b\x50\x95\x01\xc3\x7d\x8f\x30\x7f\x78\x67\xf5\x49\xf1\x4d\x93\xe6\x75\x5d\x26\xdd\x1e\xd7\xd6\x26\xa6\xdf\x01\xc0\xa6\xe0\x47\x02\x60\x16\x4a\x8f\xa6\x0e\x0f\xaa\x5a\x66\x2f\x9c\x36\x10\x01\x47\xc7\xfe\xec\x7b\x87\x1c\x89\xf0\xef\xfd\x8a\xbe\x3f\x67\x75\x6f\x08\x2e\x21\x60\xb0\x47\x4d\x70\x78\x37\xf7\x04\x92\x8e\x4e\x2a\x75\xf6\x51\xef\x8e\xfb\xcd\xbe\x8f\xd5\x07\x80\xb5\x48\x58\x0e\x80\x69\x50\x76\x33\xe5\x71\xdf\x20\x2a\x67\x01\xb5\x97\x8e\xa9\x88\x65\xf7\x20\x71\x4d\xe1\xab\xba\x55\x84\x8a\x39\x8d\x5d\x7b\x49\x35\x01\x94\xae\x30\x0a\xd6\xbb\xa6\x73\x1f\xad\x76\x12\xa6\x3d\x8d\x59\x39\xee\x6f\xdb\x17\xee\x77\x00\x2c\xae\xe2\x8b\x00\x18\x77\x2b\x1a\x53\xea\xba\xaf\xe3\x37\x24\xde\xed\x3a\x49\x94\xc6\x3c\xeb\xbc\x41\x2e\x08\xcf\xe8\x9c\x4a\x79\x3e\xc7\xc3\x09\xa7\x8d\x04\xe4\x77\x5c\x62\x10\xbc\x2b\x3b\x30\xac\xc9\x93\x34\xf6\xaf\x9c\x37\xe3\xa3\xad\x55\xc2\x8d\x00\x98\xae\xc8\x72\x00\x30\xdc\x52\x9e\x4a\xd6\x39\x7d\xe8\x9f\x13\xcb\x3b\xe6\x31\xc9\x31\x9d\xed\x75\xac\x2b\xf3\x7f\xb6\x8d\x70\x66\x84\xbc\x76\x7c\xe5\x52\x03\x6a\x1d\x7a\xde\x45\x6f\x8b\x23\x44\xe0\x3d\xe9\xa9\xcd\x5f\xb4\x7a\xfc\x56\x73\xa8\xcc\x02\x80\x31\x4b\x99\x00\x80\x7e\xab\x1a\x93\x9c\xea\xd8\x2c\xd8\x9f\x38\xd9\xfe\x42\xb8\x21\x06\x69\xcf\x17\x0d\xcd\x7f\xd8\xba\x44\x2c\x0c\x79\xd6\xea\xfe\x7f\xec\xba\xe5\x57\x94\xff\x17\xf7\xfb\xc1\x06\x95\x52\xe1\x2b\xa0\x12\xd2\x28\x48\xa9\x94\x74\x77\x77\xce\x30\xc0\x0c\xcd\x0c\xc3\xd4\x75\x5d\xd3\x05\x43\x77\x77\xb7\xa0\x82\x12\x82\xa0\x02\xb6\x22\x76\x8b\x2d\x76\x9f\xf5\xbb\x9f\xdd\x6b\x9d\xff\xe0\x9c\xfd\x60\xaf\xb5\xf7\xd3\xd7\x7a\xef\xbd\xdf\x6b\xed\xec\xd8\xdd\xe9\xbc\x4e\x62\xa4\xcc\x15\x5e\x64\x8e\xad\x84\x37\x7b\x8e\x4c\x58\x6f\xca\xc4\x51\x89\x00\x30\x36\xd0\x58\x00\x20\x97\x21\x9a\xd1\x4f\xde\x2d\x8a\x87\xfe\x18\xcf\x98\xf2\x44\x57\x82\xdb\x47\xa5\xaa\x37\x71\xa5\x69\x52\xfb\x26\x39\x14\xda\xf8\x6e\x1c\xc7\x00\x4a\x94\xf9\xc4\x7e\x05\xcb\x48\x34\x30\x9f\xc2\x35\xeb\x3b\x19\x9a\xf0\x39\x00\xe8\x5a\x30\x11\x00\xc4\x17\xf6\x32\xba\xc7\x3d\x0e\x27\xe9\x77\x70\x65\xe0\x3b\x3a\x6f\x38\x85\x48\xb0\x7a\x21\xfb\x35\xb2\xbc\x6f\x84\xed\x47\x87\x76\xe3\xd9\xe2\x0c\x25\xd9\x9d\xac\x93\x0c\x0b\x89\xeb\xcc\xf5\xf4\x07\xeb\xdf\xd0\x45\x74\x17\x00\x90\x71\x04\xfb\x3f\xa7\x06\x9f\x35\x9a\xe3\x8c\x32\x37\xea\x97\x71\xb6\x33\xd1\x3a\xb7\xd9\x4c\xe6\x15\x75\x11\xeb\x3a\x2b\x70\xdf\x24\xcb\x98\xbd\x61\x77\x01\xf3\x29\x3b\x5b\xd6\x8a\x59\xc6\x7a\xb2\x55\x9a\xa1\xc0\xbc\xb1\x41\x07\x79\xcc\xa8\x07\x00\xb1\xa4\x07\x02\x00\x9f\x46\xfc\x0a\xf4\x83\xb6\x39\x4f\xb0\xef\x05\x5f\x74\x17\x51\x30\xa1\x85\xde\x7e\xe9\x62\xe1\x27\xfd\x3d\x51\x5f\xa3\x24\x82\x23\x82\xf5\x63\xc2\xc2\x61\x57\xe7\xb8\xd1\xe8\x2e\xb3\x80\xf8\xff\x50\xaf\xb4\x42\x31\x46\x09\x88\xcc\x3c\xee\x40\x52\x32\x00\x84\xb7\x69\x2b\xf9\x16\xfe\x18\xf7\xb3\x6c\x99\xc0\x20\x6f\x3b\x72\x45\x30\xca\xef\x78\x9a\x67\xe8\x5c\x90\x2f\x2a\x34\xc2\x37\x6c\x4b\x50\x4b\xd4\x4a\xe4\x75\x97\x4b\xb1\x09\xb1\x1d\x47\xbf\xa0\x5e\xc4\x33\x35\x7f\xc4\xcb\x26\x9e\x95\x29\xc4\x56\x60\xe3\x01\x20\x34\xa7\x37\x8a\x0e\xf8\x4c\x79\x3f\x63\x39\xfb\xbd\xf5\x57\x22\xcd\x04\x9a\x04\xd9\xa4\x16\x05\xdf\x0c\x85\xe3\x4e\x87\x15\x47\xdc\x0f\x52\x8c\xf4\x89\x09\x76\x09\x89\x91\x42\xdd\x3a\x5a\x1d\xd7\x9a\xe0\xa5\x59\x8f\xba\x8d\x35\x97\xb1\xc2\x6e\xc3\x95\x02\x40\xf0\xc8\xe8\xca\x55\x71\x7f\x11\xb2\x8d\x91\xe6\x45\x08\xeb\xcd\xd1\xf3\x3d\x10\x69\x95\x72\x30\x60\x6f\xf4\xa7\x58\x6e\xf0\xa1\xb8\x89\x40\x99\x30\xcf\xf8\x52\xe7\x9c\xc8\x98\xc4\xcc\x23\x9f\x62\x54\x71\x07\x35\xb7\xc7\xfa\xa7\x20\xd2\x1f\x13\xcf\xa4\x26\x00\x80\xe7\xe1\xff\x13\xf8\x3b\xcb\xc7\x94\x23\x57\xdd\x36\xc7\x0d\x67\xcf\x78\xee\x43\x5f\xc4\x7d\xf6\x49\xc4\xdc\x8e\xa1\xfa\x5f\x4b\x12\x0b\x50\x0f\x76\xc5\x69\x39\xf5\x85\x75\xa5\x04\x1c\xf1\x8f\x6c\x48\x43\x6b\x54\x47\x5d\xc8\xd8\x23\x7d\x3d\x01\x95\x51\x0b\x40\xd6\x70\x76\x2d\x4f\x60\x57\x9f\xd4\x0d\x3b\x38\xae\xe2\x0e\x10\x70\xae\x41\xc9\xed\xd8\xf3\x1e\x6b\xa9\xdb\xa3\x19\x3e\x1d\x69\x02\x7f\xb7\x80\xcc\xf4\x3f\x8e\xdf\x42\x14\x32\x33\x0f\x9f\x0f\x3f\x96\x75\x53\xc3\x2e\x82\x8e\x7f\x2f\x7d\x07\xa3\x40\x90\x05\x20\xf3\x59\xce\x6f\x8e\xb5\x95\x1a\x31\x84\x26\x6f\x73\x93\xf8\x31\x2b\xca\x61\x20\x87\x91\xf8\xcd\x65\x38\xe7\x6d\xe4\x3b\x8f\xcb\x24\x9c\xdf\x26\x9f\x6f\xa4\x7b\x8e\xe2\x01\x6b\x64\xbf\xc3\xc6\x21\x1e\xe4\x33\x1a\xbb\x42\x5f\x92\xff\xca\xec\x44\x17\x93\x3b\x01\xc8\xdc\x4e\x35\x60\xde\x3c\xda\xc7\x6e\xa2\x6c\xb4\xbc\xc6\x36\xcb\xa8\xb5\xdd\xcd\x5a\x4a\x48\x72\xc4\xb1\x2c\x23\x4a\x5d\x97\x99\xa7\x7d\xbe\x78\xb9\x30\x75\x1d\x6c\xfd\x78\x8c\x2a\xd3\x33\x41\xff\x31\xb6\xab\x7f\x0f\xd1\xa2\x67\xc9\x04\xa1\x0a\x10\x18\x80\x0c\x21\xf4\x92\x91\x62\xda\x55\x6c\x47\xea\x36\x17\x2f\x92\x4a\x0f\x39\xc6\x2b\xb8\x8a\x71\xb0\x97\xcd\x8f\x0c\x2f\x76\x1e\xca\xfb\xe8\x63\xe1\xe1\x9f\x0b\xd9\x2f\xfb\xcc\x0a\x25\x4d\x9b\x02\x2a\xf8\x9d\x1a\x36\xc1\x1b\x79\x04\x99\x2b\x71\x57\xd9\x54\x00\x32\x3c\xe9\xca\x8c\x4d\x26\xc3\x95\x30\x49\xd9\x4c\xba\x42\x2c\xed\xbd\x55\x7d\x59\x64\xfc\xaa\xdd\xd1\x12\x41\xb8\xbd\xd3\xab\xa2\x71\x9f\xed\xee\x55\x05\xab\xf6\x0b\x3e\x7b\xf2\xe5\x4d\xfb\x03\x76\xe5\xf9\x69\x30\x83\xaa\x85\x2f\x64\xf5\xe3\x52\xb9\x34\x00\x32\xf4\xe9\x5f\xe9\xcb\x26\x5b\xea\xce\xe4\x9c\x3f\x1a\x54\x2b\x9d\x36\x6e\xf9\xb6\x5a\x29\x7e\xca\x56\x58\x29\x16\xae\xe9\xe4\x58\xf6\xd0\x67\x9b\xdb\xdf\x92\x49\xfb\x37\xde\xc2\xa2\x6a\xd3\x15\xff\xd6\x02\xb2\xc6\xbb\x20\x63\x51\x83\x6c\x67\xec\x67\xde\x1f\x00\xd2\x7f\x32\x72\x72\x29\x21\x75\xce\x4f\x19\xd4\x30\x35\xf7\xde\x9c\x83\xe1\xe7\xbc\x31\x29\x32\x91\x9d\xfe\x21\xb1\x5e\xd1\x23\xc1\xf1\x01\xb7\x62\x17\xc3\x99\xce\x0e\xa8\x77\xd1\x3d\x47\xfa\x31\x1b\x50\x4f\x34\xfe\x62\x56\x12\x68\xd2\x6b\xb8\x9f\x49\x4c\x00\xb2\x77\xa4\x87\x08\x99\x41\x12\xee\x53\xf4\xbe\xe0\x73\xde\x56\xc4\xa4\xd0\x36\xbf\x9e\x64\x4c\xf8\x74\x90\x5b\xcc\x64\xd4\xe6\x30\xb1\x80\xa0\x98\xc0\xc8\x05\xa7\x9b\x71\xad\xb1\x75\x47\x42\xd0\x77\xe2\xb3\x35\xba\xe3\xa7\x12\x4f\x4b\x9f\xc5\xe1\xb0\x54\x00\x08\x0b\x19\xbb\x04\x74\x7f\x82\xf7\x39\x64\x39\x30\xc1\xef\x77\x76\x43\x30\x3b\x48\x09\x77\x3c\x74\x25\x34\x21\x46\x33\xc2\x27\x62\xd1\xff\x46\xd4\xb5\x18\x3b\x27\x74\xac\x1f\x6a\xf6\x88\x18\xaa\x31\xc1\x42\x23\x0c\x2d\xc2\x1a\x48\x73\xb1\xb7\x70\xdd\x00\x10\xb2\x33\x77\xf0\xf2\xbc\x6a\x83\x9f\xc3\x7b\x7d\xbe\x87\xb1\x08\x7b\xfd\xc9\x91\x3b\xb1\x71\x41\x7a\xd1\xe7\xa2\x37\x86\xfc\x89\x2b\xf1\x5b\x09\xbf\x1b\x9f\xe2\x58\x1c\xd5\x9b\xe8\x75\x38\x3a\x56\x1b\x27\xab\x7e\x39\x4e\x26\x05\x27\xed\x9e\x24\x4a\x25\x03\x80\x1f\xc6\xa7\x72\xda\x5c\x7f\xc7\x38\xd0\xb2\x3c\xfa\xe2\xd0\x59\xfd\xde\x7c\x34\x2d\x49\xc3\x4f\x80\x11\x45\xfe\x08\xec\x4a\x1c\xf7\xfd\x10\xf2\x18\xfb\xca\x61\x31\x02\xa4\x28\x9b\x9e\x8f\xea\x4f\xb3\x54\x47\x47\x97\xa7\xff\x93\x3e\x9a\x78\x38\xa3\x07\x80\xac\xfb\xd9\xcf\x59\xef\x1c\xeb\x93\x0c\x29\xab\x2e\xdd\xd8\x13\x99\x3e\xee\xf7\x93\x4d\x13\xbe\x7b\x6b\xa6\x34\x45\xfc\xf1\x13\xa4\x69\xfb\xca\x05\xc9\xa6\xb7\x39\xc8\x87\xe2\x33\x75\x4c\x1d\x22\xbc\xb3\xea\xd4\x95\x23\x13\xf0\x4b\xd2\xbe\x98\x55\x82\x32\x00\x59\x52\xa4\xc3\x8c\x26\x1b\x83\xec\x7c\xd2\x92\x7d\x15\xd1\x22\x1d\xe3\x6c\x40\xbc\x8f\xb1\x72\x7b\x95\x13\x10\x4e\xf4\x3a\x9d\xf3\xc4\xfb\xbe\x5f\x03\x09\x6d\x6f\x18\x14\x40\x7a\x67\x72\x32\x34\x8e\x9c\xa2\x0e\xc2\xee\x91\xe7\xa5\x99\xf1\x58\x72\x1d\x00\x99\x06\x54\x3f\x84\x6b\xd1\xc0\xea\x24\x7e\xb2\x66\xb2\xbc\x53\x2f\xd8\x73\x99\x9f\xd0\xe7\x9d\xeb\x98\xf8\x30\x3d\xf7\xf3\xcc\x4d\x5e\xb7\xbc\xbf\x32\x84\x76\x78\xff\x0f\x0c\x39\x13\xdf\x60\x7d\x7a\xe3\xfe\xb5\x50\x65\xba\xba\xf4\x35\x74\x24\xe2\x0e\x40\x46\x3b\xf4\x05\xde\x79\x14\x2e\xda\x96\x2d\xb2\xec\x2a\x78\x95\x92\x63\xf3\x29\x7f\x02\xd5\xe2\x78\x44\x14\x13\x7a\xd8\xb5\x24\x6f\x9b\x97\xa6\xe7\x57\xe1\x88\x9d\x94\x9f\x8a\x20\xce\xc4\x24\xb0\x89\xbf\x57\xdd\x2a\xf8\x37\x4f\x4c\x26\x18\x55\xc4\x56\x03\x20\x23\x9a\xae\x08\x95\x1f\x61\x55\x98\x65\x6f\xb3\xe8\x2d\x9b\x49\x11\xb7\xd9\x58\x6a\x84\x72\x76\x08\x2e\x26\x85\xbc\x76\x39\x57\x38\xed\xf9\xcb\xd3\xa8\x40\xd2\x6e\xa3\x6f\x86\x28\xca\xc4\x29\x70\x47\xee\xb8\xba\x20\x98\x27\x8c\x93\x39\x89\xd2\xe5\x2a\x01\x90\x61\x49\x7f\x03\xf9\x1d\xbe\x5a\x9b\x4e\x18\x31\xff\x5c\x3d\x91\xbc\x68\xed\x56\xf9\x10\xb5\xc7\xbe\xb9\xfc\x41\xc8\x55\x97\x5d\xa5\xcb\x9e\xbf\x3c\x72\x8b\x57\xec\x54\x7d\x6e\x15\xde\x36\xc9\x09\xa8\xc8\x7f\xa0\xfe\x3a\x58\x59\xb4\x4d\xd6\x20\xae\x9b\x57\x0c\x40\xfa\x3f\x46\x12\x8f\x17\xee\xed\xb2\x19\x7a\x13\x51\xee\x7e\x13\x7f\x36\x4a\xdb\x9b\x94\xf4\x22\xfa\xa2\x3f\x2a\x2a\x35\xb6\x3a\x38\xc1\xcf\x01\xc5\x0c\xa7\x3a\x8a\xc5\xa7\x44\xd7\x9b\xce\x24\x58\xa3\x66\xd5\x3d\x12\xee\x27\x84\x4b\x15\xa5\x84\x26\xa5\x03\x90\x5d\x92\x7e\x9a\x5b\x13\xb2\xe4\x3e\x0b\x29\x86\x85\x7b\x5b\xe3\xc5\x23\xe4\xfd\x9a\x92\x9c\x22\xd7\x82\x6c\x22\x5f\x44\x7f\x0b\xfd\xe6\xbb\x10\xb7\x23\xf2\xa4\x43\x19\xfa\x40\x2c\xd7\x34\x0d\xa3\x12\xef\xa7\xbe\x0e\x73\x31\xb1\x54\x8a\x94\x7c\x01\x8b\x06\x20\xdb\x27\x03\xc7\xe9\x08\xf2\xf4\xee\xa0\xd9\x86\xec\xf4\x5b\xce\x72\x0b\xdb\x14\xf8\x39\xb1\x39\x62\x47\xa8\x7b\x64\x68\x94\x73\xc4\xa0\xaf\x4f\x4c\x59\x8c\xba\x83\x41\xdc\x03\x54\x93\xe9\x6e\xf4\xfb\x04\xd9\xfd\xa3\xf1\x35\xd8\xf5\x52\x9e\xc9\x26\xb8\x22\x00\x08\x7f\x33\xa3\x59\x8b\xbe\xd9\xc1\x93\x94\x5a\xff\xa6\xb0\xb0\x8c\xbb\x81\x3f\x23\x5e\x24\xa0\x43\x70\xd1\xc5\x11\x4e\xe1\x1b\xe2\x62\x7c\xd0\x91\xdd\xf1\x66\xf6\xb8\x18\xbb\x44\x45\x13\x46\x1c\x84\x7d\xb8\xdf\x0c\xa5\x93\x62\x26\xa5\x85\x7d\x9f\x1a\x03\x00\xc1\x1c\xdf\xc7\x38\xef\xb9\x39\x7a\x8d\xf4\xd4\x9b\x11\xb7\x23\x1d\xe3\xa7\x89\xd6\xc3\x68\x05\xdc\xc5\x58\x85\x9b\x07\x4f\x24\xa6\x7a\x93\xc3\xc6\xb1\x0d\x76\x2d\x91\x35\xc9\x77\x8c\x3f\xc6\x6c\x4f\x13\x53\x5b\x89\x59\x4a\x3f\x2f\xb5\x27\xa9\x36\xa3\x18\x00\x7c\x02\xf1\x3f\xba\xaa\xcb\x5c\xe2\x48\x4e\xb8\x7b\x15\xd6\x2a\x4d\xcc\xab\x14\x37\x81\xfe\xe6\xcb\x49\x31\x0c\xb3\x08\xe8\x4c\x9d\xf4\xaa\x0f\xfe\x9c\xee\x68\xfb\x21\x5c\x3e\xe3\xba\x71\x46\xe4\x60\x56\xa0\x5a\x6d\xd4\x20\x3e\x5f\x4a\x3b\x31\x9a\x00\x00\xc8\xaa\x20\x45\x42\x37\xec\x13\x08\xd3\xd9\x7e\x4e\xf9\xd9\x70\xca\x51\xd7\xc7\x44\x13\x94\x9f\xa7\x37\x71\x34\xe4\xac\xcf\xcb\x1c\x5f\xcf\x8c\x80\xbc\x9c\x67\xb6\x3b\x42\xc4\x48\x54\xa3\x4f\x61\xf3\x64\x59\x35\x41\x84\x29\x99\x2a\x45\xc6\x5c\x23\xd3\x00\xc8\x1c\xa5\xc6\xd1\xb6\x1c\x1b\x67\x76\xe3\x7b\xec\xd0\xcc\x58\xdc\xb8\xd3\x41\xe6\xce\xd8\xb7\x6e\x5b\x18\x2d\xc1\x4c\xcf\xef\x0c\x57\x8f\x2c\xdf\x97\xf4\x67\x36\x11\x81\xf5\x74\xb6\x91\x28\xa4\x90\xae\xa7\xc6\x09\xa3\x21\xb3\x52\x57\xe2\xa7\x90\x75\xff\xd3\x05\xf4\x82\xc2\xb5\x60\x14\x5c\xc9\xb2\xb4\xa6\xe6\x4f\x62\xa3\xec\x0b\x45\xad\x31\x17\x9c\xcb\xf2\x22\x83\xca\xdd\x47\x72\x95\xdd\xe7\xbd\x6f\x0b\x5e\x58\x7f\xf7\x9f\xe1\x0f\x1b\x11\x83\x7e\xf2\xf2\xd4\xae\x85\x06\x73\x39\xd2\xc1\xe8\xcf\xac\x3e\x00\x32\xee\xd0\xd7\x91\xbf\x98\x33\xcb\xde\x67\x8e\x1d\x43\x4a\xe1\xa4\xe7\x76\xb5\x25\x1b\x62\xb0\x4e\xbd\x45\x31\x41\xde\x6e\x2b\x05\xb3\xee\xb5\xde\x92\xf9\x86\xd6\x6f\xfc\xb7\xe7\x35\x1b\x09\x82\x62\x72\xf7\xef\x57\x0a\x79\x24\xb8\x23\xdd\x8b\x2e\xe0\x94\x00\x90\x31\x44\x5f\x22\x97\x9b\x2d\xd4\xec\xcb\xc4\x5a\xcd\x56\x25\x26\x35\xd8\x3e\xac\x68\x88\xb1\x74\xfc\x54\x76\x22\xe8\xb0\x9b\x6a\xc9\x25\xf7\x3a\xaf\xa8\xa2\x4f\x36\x5b\xfc\x12\x0b\x15\x8d\x26\x02\x97\xf3\xdd\xf6\x53\x42\xd2\xf2\xb2\x64\xd4\xd1\xd2\xbc\x8d\x00\x64\xa4\x33\xdc\x11\xa7\x98\x42\x17\x1c\xf1\x40\x6c\xb5\xc7\xee\x14\x56\xdc\x0d\xef\x3e\x94\x15\xda\xc6\x9f\x14\x12\x1c\x7f\x29\x18\xed\x71\x3a\x21\x26\x1c\x65\xb3\x2d\xf1\x73\x74\x9a\x21\x06\x1b\x84\x8a\x57\x71\xc5\x36\x62\xee\x6c\x43\xa7\xdf\x48\x92\x03\x20\xc7\x3a\xc3\x07\x66\x47\x99\x79\x6c\xcd\x66\x44\x93\xbc\x53\x93\x3f\xc4\xbc\xf0\x9b\x88\x3b\x11\x87\x04\x99\x07\x3f\x46\x9b\x87\xde\xf0\x08\x88\xff\x17\xc9\xb2\xee\x4f\x98\x88\xb5\x35\x94\x4f\xb2\x45\x3f\x51\xd9\x90\x54\x9a\xb8\x61\x5b\x68\xba\x1b\x16\x00\x40\xfc\x93\xf1\x0a\x1a\x0b\x7f\xe6\x7d\x95\x70\x25\x32\xc8\xef\x7d\xb2\x7f\xd4\xd7\xc0\xdf\x71\x07\x62\x4e\x86\x6a\x06\xc7\xc7\xd5\x44\xe0\xdd\x57\xd1\x05\xd1\x2b\xd6\x81\x18\x12\xca\xf9\xd0\xc5\xc4\x3d\x98\x72\xe5\x73\x89\x39\x49\x49\xdb\x9c\xd2\x4e\xe1\xf4\x00\x20\x76\x67\x2e\xd1\xe4\x83\x0d\x82\xa3\xf0\x91\xa1\x1b\x42\x3f\xe2\xa4\xc3\x41\x04\x3e\x56\x26\x52\x3f\x7a\x7f\x50\x66\x34\x21\xf6\xa3\xfb\xee\xd8\x71\xf4\xf4\xb1\x4e\xd4\x87\x84\x9a\x43\xc7\xe2\x67\xb0\x81\xca\xb1\x18\xeb\xe4\xca\x6d\x87\x52\x99\x29\x9f\x01\xc8\xfe\x88\xff\x43\xe1\xf8\xcd\x47\x87\x67\x3e\x0d\x78\x11\x9b\x94\x74\x2a\x58\x0f\x45\x88\xbe\x13\x3a\x10\x5f\x14\x18\x1d\xe1\x9e\x70\xc1\x4d\x37\xea\x49\xd2\x3f\xab\xa7\xb1\xc1\xc9\x16\x06\x83\xa8\xd0\xd4\x18\x65\x45\xf4\xee\xf4\xfd\xdb\x8e\xa5\x58\x64\x18\x00\x90\xbd\x9f\xe8\x4d\xea\xf7\xe2\x26\x74\x66\x84\xf9\xfc\x4c\x3a\x9a\x98\xe9\x5f\x80\x9d\x88\x1a\x0e\x42\x27\x3b\x04\x84\x85\xba\xa6\x3c\x75\x75\x8b\xd0\x4a\xcb\xb6\x3a\x10\xb5\x92\x21\x63\x60\x1d\xbb\x3e\xb3\x61\xdf\x6a\x9c\x6a\xd6\xfd\x6d\x81\xc9\x9b\xf1\x4d\x00\x10\x42\x48\x54\x22\xd9\xd5\x09\xef\x92\x16\xe8\xa1\x43\x90\xc1\xd4\x78\x1f\x24\x2c\x46\xca\xfb\x45\x67\xa7\xf9\x7d\x0b\xac\x27\x6a\xbb\x1c\x0c\xb9\x49\xbc\x69\x19\x12\x7e\x33\x47\xa0\x3f\x11\xb5\x9b\x64\xb2\xef\x79\xf4\x24\xe9\xe4\xb6\x01\x2c\x44\x56\x05\x00\x4f\xa0\x86\x11\x68\x8e\x87\xe8\x5d\x29\x85\x2e\x68\x7a\x4e\xbc\x94\xfb\x49\xba\x75\xf8\xa8\xb7\x11\xf2\xc7\xf7\xa2\xdf\x18\xb2\xe8\x6c\x19\x64\x86\x14\x58\x74\x87\x52\x90\x08\xfd\xec\xf0\x27\x88\xc1\xbe\xb5\x28\x69\x78\x75\xfb\x96\x24\x1c\xec\x0d\x40\xd6\x23\x68\x0c\x9f\x61\xfb\x50\x14\x9b\x9c\xec\x18\x9f\x97\x88\xba\xe3\xba\x21\x37\x21\xac\xd7\xa3\x5b\xe8\xef\xf3\xd6\x27\x4a\xe0\xee\x54\x11\xb0\x83\xef\x6e\x61\x1f\xcc\xe5\x05\xea\x07\x84\xed\xe7\x46\x2b\x9b\x46\xac\x72\x0a\xb7\x33\x12\x1b\x99\x75\x00\x64\x71\x91\xde\xac\x0b\x36\x2b\x25\xc7\x70\x6f\x1c\x22\x8a\x3e\xa3\xb2\x9c\xff\x15\x56\x85\x85\xb8\x0f\x16\x1c\xf2\xe9\xf2\xce\x14\x2d\x3a\xa5\xf8\x1f\xce\xa3\x58\x18\x05\x9d\xc9\x35\xd5\x47\x85\x12\x04\x9f\x94\x33\x23\x52\xf8\x67\xb6\x5f\x48\xb4\x63\xa3\x01\xc8\x0a\xa1\xa7\x67\xf9\xd9\xc8\x57\x5a\xe0\x4a\xec\x0b\xca\x87\x51\x66\xce\x7a\x65\x0a\x61\x06\x6e\x8f\x4a\x52\x7c\x8a\xbd\xda\x8a\xa6\x9c\x70\x7e\x84\x42\x03\x0b\x97\x20\x89\xfc\x4e\xfd\xb6\x90\xc7\x22\x7d\xe5\xab\xe1\x6f\x72\xcd\x25\x0f\x27\x4c\x73\xe6\x00\xc8\xda\x49\xff\x4a\x6c\xc5\x4c\xb8\x5c\x4c\xfd\x9d\x90\xe8\x81\x8a\xef\x4e\x0c\xf3\x7e\x12\xfe\x2f\x09\xed\x9f\xef\x7b\x02\x2b\x08\x8e\x75\x1a\xc3\x9d\x0e\xb7\x37\xef\x48\x7e\x1b\x6d\x7c\x80\x98\xba\x2d\xee\x9f\x52\x75\xaa\x0d\x46\x67\xcb\x07\xfc\x89\xc4\x39\x00\xc8\x01\x19\x77\xb2\xff\xa2\x63\x3d\x0e\xa6\x46\xc4\x07\x7a\x33\xe2\xe5\x30\x1c\xbf\x89\xf0\x8c\x84\xd3\x41\x1a\xbe\x86\x49\x52\xa1\xbd\x4e\x0e\xd8\xd4\x48\x27\x73\x7b\xdc\x7c\xcc\x9b\x03\x3a\x29\xeb\xd1\x18\xa5\xf0\x14\xbf\x04\xdb\x2d\x6f\xf1\xa6\x49\x4d\x00\x90\x77\x64\x86\x64\xbb\xc7\x6d\xf4\x1e\x4b\x19\x44\x59\xfb\x2d\xa1\x49\xe8\xde\xc0\x0b\x61\xf7\x30\xdb\x42\x56\x7d\xda\x12\x78\x11\x07\x1c\x17\x92\x76\x46\x43\x66\x77\xb1\x85\x71\x2b\x7a\x2b\xb8\x17\x98\xad\x4a\x3a\xc9\x81\x89\xb5\x5b\x1e\x67\xf5\x62\xcf\x03\x40\x3a\x97\xa5\x81\xcf\x8b\x4c\x0f\x06\xc9\x7b\xa2\xf7\x84\x72\x51\x52\x31\xef\xc2\x7f\x85\xd6\xc5\xf5\x47\x35\x79\x17\xa3\x39\xb1\x89\x0e\x0f\x31\x91\x68\x63\x33\xf9\xc4\x7d\x09\x9b\xf5\x9c\x92\xaa\x92\xba\x15\x1f\x60\x83\x70\x33\x5b\x9e\x67\xd2\x53\x4a\x00\x20\xc9\x12\x8c\xb3\xf6\x85\xfa\x46\xe1\xb1\xe7\xc3\xf5\x63\x9a\x63\x6f\x47\x5a\xc6\x75\x87\xd0\xa3\x03\xd0\x0b\x5e\xa2\x58\x6a\x82\xb8\x03\x40\xd5\x24\xd9\x1c\x8d\x88\xaf\xc2\x41\xba\x8b\x09\x47\x53\x1a\x14\x7b\x12\xa3\xd3\x5c\xc4\x37\x64\x38\xa6\xdf\x04\x20\xc7\x8d\x88\xcb\x20\x06\x1e\xc0\x54\x27\xc5\x06\xc7\x27\x6a\xc7\x0c\x86\x4e\x24\x35\x07\x67\x44\xa8\xe3\x0e\x7b\x56\x44\x95\x26\x3f\xb3\x3f\x10\xf3\x23\x95\x75\x64\x08\x75\x20\x5d\x4f\x17\x8d\x7e\x99\x71\x5e\x91\x8e\xe1\x65\x7e\x17\xd7\x49\xff\x0f\xef\x07\x00\x91\x41\xa2\xa7\xc5\xf9\x78\x66\x0e\x27\x14\xf8\x9d\xca\x62\x46\x6f\x0f\xf4\xc7\x1b\x07\x89\x85\xec\xc4\xaf\x79\x44\x85\xdd\x23\x9c\xb3\x33\x88\x2c\xcd\x2e\x3c\xfc\x23\x46\x8e\x88\xd2\xdd\x14\xfb\x3e\xc7\x52\x51\x84\x3e\x96\x33\x27\xce\x49\xad\x20\xcd\x00\x90\xdd\x40\x35\x4f\x11\xb9\xff\x83\x09\xf1\x1f\xbc\xae\xc0\x21\x91\x5d\xbe\xf3\xb0\x7a\xc0\xc5\x80\xcb\xf0\x56\xf7\x90\xe0\x7b\xb0\x98\x6d\x54\xd8\x03\xe8\xf3\xe1\x98\xc8\x06\xe8\xbd\xce\x74\x74\x15\xbc\x49\xb1\x33\xae\x18\x7a\x23\xfe\x28\x85\x03\x89\x00\xc8\xde\x08\xe1\x93\x63\x5d\xce\x0a\x6b\xd1\x93\xee\x6b\x82\x0b\x11\x3c\x6f\x65\xfe\x6d\xff\xdb\x7e\x6e\xbc\x6f\x6e\x65\x81\x34\x9e\xaa\xcd\x42\xc8\x10\x37\xfa\x30\x08\x6f\xe5\x74\xea\xb4\x46\xde\xe0\xc8\x2b\x3e\x8a\x4d\x63\xc3\x12\x36\xc9\xe7\x19\xac\xff\xb9\x24\xc4\x15\xf7\xc9\xf9\x72\xa1\x3f\x3a\xcc\xed\x5d\x81\x46\x84\xba\xd7\x1e\xd1\x1d\x7f\xbe\xaf\x4f\x5e\x87\x5b\x64\x40\x6e\x2e\xd5\xa6\x35\xf8\x9a\x30\xc3\x74\x2d\x6c\x59\x80\xd7\xe9\x8f\xdc\xc3\xaf\x55\x92\x8c\xf9\xcc\x4b\x93\x20\x27\xe3\x58\xba\x00\x10\xd2\xe9\x5b\x70\x03\xce\xfb\xca\xcc\xd0\x4a\x6e\x6a\x25\xb3\xe1\x6f\x3c\x5d\x8b\x8f\xf8\xa3\x7d\x68\x85\x73\x6e\x1e\xfe\xa7\x0a\x82\x6c\xda\x83\xb7\xe6\xef\x3c\xbc\x39\x4c\x31\xef\x91\xce\xd3\x08\x42\xee\x2d\x25\x6c\x4c\x8c\x60\x51\x62\x19\xf7\x81\x4d\x03\x80\xa0\x43\x2f\x4e\xcd\x4a\x7e\xef\x9a\x82\x51\x4f\xc9\xf7\xb8\x1e\x69\x97\x1a\xee\xa3\x1d\x60\x95\xfa\xdb\x7f\xcc\xad\x3e\x6d\x38\x38\xc3\xc6\x33\x1d\x0e\x3f\x6c\xf2\x2c\xc3\x33\x7a\x8b\x96\x76\xa6\x41\x5c\xb5\x3c\x31\xf3\x66\x3c\x66\x63\x63\x0e\x2d\x71\x1e\x00\x2a\x31\x93\x94\x32\x84\xbd\xeb\x51\x18\x4f\xc1\x75\x7a\x8f\x46\xf4\x25\x37\xf8\x5d\xf2\xef\x4c\x49\x0e\x52\x75\xdb\x9e\xea\x15\x5a\x66\xbd\x90\x66\x1f\xf9\x9f\x49\x56\xba\x69\x4c\x83\xe6\xed\x0c\x43\xd4\x5b\x79\x8f\xcc\x8d\x98\x8c\x8d\x5d\x39\xeb\x93\xca\x00\xa0\x1e\xc9\x5c\x49\x7e\x95\x78\xce\xfb\x21\x7a\x3e\xe9\x8c\xdf\x85\x88\x1d\xd8\x87\x81\xcd\xfe\xdb\x71\x57\x43\x4e\xb9\x66\x26\xdf\x0f\xff\x60\xed\x90\xf2\x33\x5a\xdf\x44\x2c\x4d\x2a\x2e\x4b\x93\x97\xae\x14\x4f\x95\x57\xcf\x50\x4b\x98\xda\x58\x45\x64\x63\x07\x00\xa0\xbc\xce\x12\xe1\xb6\xa0\x2b\x82\xce\xa0\x64\xe3\x1f\x87\xea\x84\xd1\x13\xfc\xc2\xb9\xbe\x7d\x89\x0d\x51\x3a\x2e\xb6\x58\x10\xf3\xf2\x98\x05\x2e\x16\xd5\x6d\xac\x92\xdc\x87\xc9\xd4\xf8\x92\x72\x3b\xf1\xaf\xdc\x6a\x9a\x37\xf6\xea\xc6\xbe\x6c\x54\x0a\x09\x00\x8a\x19\x81\x90\xf4\x21\x26\x33\x6a\x63\xec\x87\xb8\xed\xd1\x3f\x42\xd3\x51\x67\x63\x9f\xfa\x74\xc7\xa3\xd1\xe2\xce\x9e\x09\x3b\x30\xce\x56\xc9\x89\x27\x13\x99\x46\x44\xac\x05\x76\x4a\x83\x87\xa3\x25\xaf\xc8\x4d\xa7\x90\x52\xdd\x36\xde\x27\x18\xa4\x4f\x02\x40\xc6\x13\xf3\x13\x4d\x22\x9a\xe2\x59\x31\xb5\x51\x19\x09\x12\x21\x29\x31\xb1\x89\x0c\xef\xd1\x38\x2f\xac\xa6\x13\x06\xed\x88\x7b\x62\xd9\x89\xd1\x48\x29\x32\xbc\x9b\x70\x3b\xcd\x4e\xe3\x60\xd2\x81\xf4\x17\x72\x7d\xb8\x89\x8c\xaf\x9b\x54\xf1\xeb\xf0\x8e\x00\x90\x06\x48\x22\xcc\xe5\xe0\x92\x0c\x85\x68\xfd\xd0\xc1\x8c\xbb\x41\x7f\xc3\xdf\x65\x16\x78\x11\xa3\x0c\xb3\x92\x1d\xc3\x63\xc8\xf8\x08\x8b\x6b\x71\x7d\x04\x17\xc3\x63\xe8\xee\xec\xa3\xea\xaf\x30\x0a\x44\x53\xb9\x6b\x49\x08\xf1\xf4\x26\x46\x26\x9f\x44\x05\x20\xe7\x22\x75\x1f\xfa\xa5\xbf\x33\xed\x60\x64\x5b\xe0\x38\x6d\x77\xe0\x62\x88\x2b\xf5\x87\x67\x7a\xd8\x55\x9a\x84\x03\x3d\x32\x92\xa6\x63\xb1\x3f\xfa\x0e\xcd\xeb\xd0\x64\x9c\x3c\x8d\xac\x7e\x02\xd5\x4a\xbb\x24\x2f\x96\x70\x8d\x76\x77\xd3\xfd\x0c\x02\xed\x11\x00\x39\x3a\x90\x29\xaa\xdd\xa7\x95\x77\x39\x02\xf6\xdf\xcd\xdb\x1c\x30\x11\xd8\xc3\x35\xf4\x28\x0b\xf1\xe5\x70\xec\xef\x87\xfd\x60\xbf\x34\x6f\x8d\xec\x64\x27\x1c\xc2\xc6\xec\x62\x7d\x53\xaf\x8c\xbd\xc6\x1a\x91\xd7\xc6\x0c\xb3\x0c\x37\xeb\xa6\x9f\xa1\xb3\x01\x20\x9e\x85\x3f\xa1\x8c\xbc\xf1\x22\xfd\x88\xff\xfc\xd6\xe7\xa9\x04\xc4\x06\x74\xe7\x02\x0f\x9f\xe0\x40\xa1\x84\xfd\x60\xd8\x3a\x81\x92\x39\x2f\xe2\x2c\x3f\xf4\x50\x64\xb4\x35\xaf\x5b\xbd\x29\x76\x27\xef\xb0\x7c\x00\xe6\x10\x67\x75\x73\x44\x3a\x9a\x29\x0d\x00\x31\x17\xe9\x89\x7b\xe6\x85\x14\x2d\x84\x2f\xfb\x2a\x17\x0a\x02\x74\xfc\x97\x0b\x4c\x3d\x0e\x05\x51\xf3\x37\xd9\xb7\x87\x6a\xe7\xdd\x36\xcf\x0b\xff\x9c\xfb\xf2\x50\x66\x14\x39\x57\x5a\x7d\x31\x26\x5a\x88\x97\xaf\x8b\xaf\xe0\xef\xdb\x5c\x97\xf6\x89\xe5\x0d\x00\xd1\x9a\x6e\x1e\x9d\x49\xa4\xb8\xb9\x86\x68\x12\x6b\x3c\x09\x3e\xf6\xc4\x55\x9f\x6a\x17\x15\xe2\xdf\x00\x31\xeb\x84\x1c\xad\x60\xbe\xe9\xbf\x1c\x62\xb8\x92\x1e\x21\xe7\x7a\x54\xdf\xbe\x4e\x52\x70\xec\x3f\xa9\x79\xf2\x45\x34\x41\x2c\x92\x46\x4b\x62\x03\x00\x63\xb2\x1a\xa3\x96\x08\xd5\x9e\x5a\xc1\xe5\x84\x15\x1f\x79\xef\x0b\xd9\xb6\xfe\x62\xce\x5d\xd9\xb4\x20\xfd\x63\xdf\xb2\x97\x42\xa9\xa6\x35\x44\x9b\x88\xab\x7a\x6a\xc4\x89\x18\xf5\x7d\x69\x39\x81\x28\x43\xa9\x11\xb2\x78\x7c\xbc\x18\x9a\x26\x89\x3d\x02\x00\xac\x97\xf5\x20\x6a\x6f\xd6\x09\x1f\x93\xa0\x7f\x78\x69\xbf\x57\xde\x4e\xf8\xc2\xc0\x4a\xe7\x43\xf8\xf7\x21\x45\xc7\x20\x02\x26\xbc\xc3\xd4\x94\xf0\x3b\x6a\x56\x77\x21\xbb\x34\xf6\xee\x3e\x2b\xe2\x31\x74\xa7\x54\x2b\xc9\x08\xd3\x2c\x96\x46\x15\xe1\x6c\x01\x80\xee\xe3\x71\x11\xaf\xd2\x4a\x82\xd2\x03\x2f\xa7\xbb\x85\xcc\x7a\xa9\x64\xa8\x84\xef\x70\x52\xcb\xb8\x19\xd9\x6c\x95\x9b\x59\x11\xe3\x6d\x82\xc9\x4a\x42\x89\xe9\xaa\xe2\x8d\xe2\x3b\xf7\x5e\xc1\x7f\x48\xdc\x28\x95\x4f\x24\x26\x35\x89\x15\x53\x08\x29\xff\x00\x80\xf4\xb2\x65\xc2\x1f\xe3\xae\x47\x6e\x0c\x58\x4c\x1e\x8b\x06\x9e\x56\x29\xd3\x31\xdf\x1d\x3d\x53\x27\x50\x8a\x96\xe7\xd2\xe6\xe2\x03\x8d\x67\xd2\x2f\x25\xe4\xeb\x34\x65\x9c\x4d\x9a\xde\x2b\xca\xe4\xe2\xce\x49\xe5\x12\x06\x53\x76\x8a\x5d\x22\x7b\x64\xf8\x00\x40\xc3\x10\x7f\x86\x09\x12\xb7\xa3\xfe\xf9\x4f\x27\x59\xc4\x17\x7a\x24\x60\xd9\x09\x4a\x0e\x2c\xdc\x6c\xe2\x92\xe5\xb6\x14\x09\x6c\x91\xb1\x5e\xaa\x63\xb2\x9f\x8e\x61\x5a\x74\xea\xd6\xbd\x21\xe9\x1a\x69\x23\x52\x55\xf8\x75\xe9\xe3\xeb\xe4\x49\x3a\xf8\x9b\x00\x50\xbb\x48\x37\x42\x5e\xa0\xa2\x53\x13\xfd\x5c\xd1\x73\x69\x59\xee\x07\x30\xc7\xd2\x71\xf6\xc4\x84\xd9\x8c\x54\x8b\x43\x49\x1e\x99\x0c\x23\x1a\xf6\x72\x56\x85\xf6\x68\xf2\x7e\x7c\xd7\x5e\xfd\xe4\x5f\x84\x79\xa9\x6b\x19\xd7\xb3\x71\xeb\xb2\x88\x27\x49\xb1\x00\x50\x46\xa9\x4a\xc1\x09\xd1\x15\xa4\xd3\xbe\x3b\x63\x77\x91\xde\xba\xe9\xc4\x0d\x90\x65\xed\xaa\xd1\xa9\xe4\x68\x73\x18\x73\x90\x7c\xda\xf0\x53\xc2\x07\x8a\x86\x76\x68\x52\x0e\x25\x7f\xaf\x2c\x56\x40\x55\x92\x96\x4a\xd7\xa6\x12\xd6\x5d\xca\x6e\xa3\xe9\x00\x40\xd9\x4e\xfb\x1a\xe4\x11\xd1\xc5\x22\xf9\x6c\x8d\xf2\x62\xc9\xb8\x9a\xc5\xec\x60\xd6\xdb\xde\x89\x7d\xc6\xf4\x32\xfb\x80\x1a\x65\x8a\x1b\x72\xe3\x9b\x19\x4f\xb5\x77\x26\xf8\x31\x2e\xee\xf9\x93\x78\x8e\x71\x4b\xda\x2a\x6d\x13\x43\x7a\xfd\x1e\xc2\x1b\xc4\x1f\x00\x72\x0d\xcc\x0d\x5c\x0b\xc7\xf0\x49\xde\xa3\x91\xba\xbc\xdb\x2e\x4f\xa2\xb7\xf2\x74\x6d\xab\x63\xee\x73\x2b\xcd\xe6\xe2\xfa\xb9\x3b\x0c\x53\xd0\xdd\x9c\x93\xda\x5b\x30\x09\x9c\xb4\xbd\x9b\x13\x37\x72\x82\xa4\x51\xa9\x10\x2b\x6d\xbd\x23\xa1\x90\xde\x0d\x00\x19\x85\x68\x07\x8e\x84\x45\xe6\x2d\x78\x43\x11\xe6\x79\x1b\x5c\x7a\xa2\x0e\xe4\xea\xdb\x92\xa3\xbf\x09\x53\xcd\xce\xc4\xce\x08\x4e\x1a\x66\xa2\xe6\x04\x56\xda\x0a\xf1\x3c\xfe\x9d\xbd\x06\x09\x36\xfc\x00\xe9\xe6\x94\xa7\x9c\xd4\xf5\x5c\xc2\x3e\xc6\x32\x00\x64\x79\xa4\xcb\x7b\x96\xe9\xec\x76\xd7\x15\xc3\xb8\xe0\xf9\xcb\x0e\xcf\xc8\xf6\x95\xb1\x70\xa4\x7f\x09\xf0\x34\x46\xe8\x82\xe0\x5e\x3d\x69\x7a\x44\xb8\x94\x2a\x96\x1e\x11\x15\x2d\x27\xa0\x1f\x8f\x8d\x13\x77\xa0\x77\xa1\xfb\x01\xa0\x17\xe3\x3c\x00\xa0\xaf\x10\xb4\xbc\x6d\xe9\x78\xcf\x08\x97\xef\xf4\x9d\x3e\x9e\x76\x0a\xc8\x7d\x7f\x13\xf3\x4f\x08\x1c\x64\x67\x7c\x18\x31\x0d\x4d\xd3\xbd\x8e\x68\x44\x54\xa9\x5a\x22\xd6\xd1\xc3\x72\xd9\x48\x6b\x5c\x8e\xb8\x17\xf2\x3a\x9e\x0e\x00\x5d\x0d\x77\x1d\x00\x7a\x09\xc1\xc0\xeb\x38\x5c\xe9\x23\xed\x02\xc1\x81\x7e\x37\x6d\x8f\xc3\xe6\x81\x05\xe6\xb5\xd0\xf7\x90\x0c\xa3\xe7\xd0\xf5\xf0\x14\xdd\x02\xe8\x41\x54\x82\xaa\x04\x2c\x19\xeb\x21\x17\x0d\xd3\x50\x2b\xe2\x41\xc8\x6e\x4c\x17\x00\x48\x63\xf2\x3c\x00\x74\x7b\x42\xa9\x67\x2f\xe5\x4a\xe0\x3d\xe7\x16\xca\x4c\x88\xbd\xed\x26\xca\xbd\xb0\x7a\xb3\xb7\x94\xd5\x48\x4d\x23\x2b\xea\xe6\xe8\xb3\xba\x5b\xa8\x0e\x71\x28\x95\x46\x6a\x09\xfa\xbd\x9c\x31\x6d\x5b\x82\x92\x78\x32\x84\x4a\x2a\x04\x00\x66\xa5\x11\x01\x40\xf2\x88\x62\x1e\x79\x39\xa9\xe1\xc3\x4e\x67\x72\xf0\x91\xef\x6c\xc2\x73\x1a\x62\xa4\xcd\xbc\x73\xde\xc4\x99\x1a\xf6\x91\x1c\xd0\xa9\x3a\x55\xa4\x1e\x4c\xb7\x4a\x18\x59\x29\xf1\x8a\x9c\x2a\x39\x1f\x7b\x4a\xbc\x80\xda\x92\xfc\x13\x00\x28\x3a\x73\x04\x00\x78\x3e\xe7\xb4\xfb\x20\xfe\x5a\x9c\xb3\x93\x18\x41\x11\xbd\xd9\x7a\x9c\xc0\x88\x1f\x3f\x7a\x3a\x7b\x63\x02\xcd\x50\x37\xbb\x28\xc9\x5b\xe7\x08\x51\x15\xb7\x5f\x45\x99\xd8\x9e\xfc\x4c\x4e\x21\xc7\x30\x95\x2f\x3e\x45\xfe\x92\x5e\x07\x00\xcd\x99\x70\x15\x00\x78\x23\x19\xeb\xb6\x25\xdd\x0d\x37\xe5\x30\x94\x3e\x93\x22\x73\x6c\x26\x23\x32\xd5\xf3\xc8\xc7\x4c\xb9\x34\xf2\xa1\xbc\xcc\x1b\xe9\xa3\xda\xb3\x59\x75\x19\xbf\x94\xef\xe2\xbd\xb3\x8c\xe5\xf6\x12\xf4\xf1\xb1\x12\xb2\x39\x57\xb2\x8f\x02\x40\xb9\x41\x1a\x05\x80\xf6\x97\x9a\xea\xea\x9b\x6c\x9b\xad\x67\xbf\x96\xb2\x2e\x7b\xc8\xea\x77\xca\x7d\xe2\x81\x23\xde\xa9\x53\xc4\x89\x43\xf2\x69\x6d\x39\x51\xda\xe9\xe9\x6d\x24\x19\xe5\x9e\x0c\x06\xe9\xa4\xdc\x81\xcc\xab\xe4\x6c\x09\x0c\x51\x9d\x72\x1d\x00\xf2\x14\xf5\x03\x00\x34\x3b\x68\x93\x8b\x53\x92\x0d\xbc\x66\xbf\x15\x7b\x10\x11\xb7\x3a\x82\x33\x45\xa4\x0e\x8f\x26\xab\x23\x8a\x06\xdd\x29\x3b\x11\x13\x6d\x8d\xd4\xa3\x48\x9a\x32\x3d\xcd\x08\x69\x97\x33\xce\x90\xa5\x6f\x96\x68\xce\x06\x08\x17\x98\x92\xbe\xc0\xa3\x00\x50\x67\xe1\x68\x17\xb1\x44\x53\x56\x9b\xdd\x4c\xd2\x3e\x16\xc3\xf2\x3d\x56\x8d\xe5\x7b\x98\x89\x93\x64\xe9\x1a\xe4\xe1\x7e\xb2\x64\xb5\xe5\x53\x74\x58\xea\xca\x50\xea\x41\x96\xb9\x9c\x73\xba\x2b\x4b\x5d\xe2\x22\x81\xc8\x28\x02\x31\xa4\x1a\xe4\x05\x00\x54\x01\xfc\xcd\xf9\x6a\x42\x2c\x6f\xca\xae\x2c\xd1\x8a\x87\xb7\x9c\x4a\x32\xe1\xed\x39\x8c\xc5\xee\xe2\xde\x34\x10\x60\xbf\x72\x6b\xb4\x55\x93\xf5\xb8\xd5\xca\x65\x29\x87\xb8\xed\x72\xd9\x69\x39\x9c\xd9\xad\xeb\xf0\x8f\x58\x01\xa0\x84\x74\x88\xbe\x0a\x00\xd5\x06\x21\x5b\xd7\xe7\x13\xdc\x0f\x9a\x73\x45\xde\x5e\x8e\x26\x57\xf2\x22\x7c\x03\xf4\xf1\xb9\x09\x01\xa9\x5a\x2c\x61\x71\x70\xbb\xf2\xaa\x50\x32\xec\xae\xfc\x37\xc1\xdb\xc8\x17\xdb\x4f\xf2\x3f\xc7\xaa\x6f\xd8\xc1\x55\xc5\x6c\x00\x80\x2d\x97\x32\x07\x00\xf3\x59\xf6\x80\xb5\x7b\xde\x88\x67\x8e\xb9\x4d\x6e\xbf\x0f\xc6\xa4\x40\x78\xcf\xdf\x4d\xdf\x5e\xb8\x2e\xc8\x48\x0b\x25\x70\x0c\x3d\xaa\x7c\x9d\xbf\x1c\x61\x2d\xff\x89\x3f\x17\xad\xb0\xfd\x0c\xef\x41\xdc\xee\x0d\xba\x9c\x58\x4c\x2f\x00\xac\xea\xd4\x3d\x00\x30\x0b\xb3\x85\xc7\xde\x0a\xdf\x7b\xff\x34\x7b\x25\x94\xf0\x9b\x30\x71\x16\xf8\x06\x92\xf5\x77\xf0\xf9\x21\xa6\x5a\xe6\xbc\xd5\xf0\x6d\xca\x27\x79\xf9\x91\xab\xf2\x2f\x78\x79\x31\xe5\xdb\x67\xb8\xc3\xa8\xc8\x0d\xc7\xd8\x85\x09\xa7\x00\x60\xc9\xa6\x7e\x00\x80\x79\x24\xfb\xf2\xb1\x40\x5e\x51\xe0\x26\x33\x1c\xf7\x74\x70\xa9\xf1\x4b\xae\x5c\x98\xfc\xc1\x1e\x4e\x51\x44\xae\xe6\x43\x8e\x4e\xf4\x7f\xca\x14\xf6\xd7\xd8\x2e\xf9\x05\xce\x26\xb4\xec\xf6\x0b\xec\x60\x4c\xda\x86\x24\xe6\x7d\x2c\x04\x00\xe3\x7d\x06\x0a\x00\x06\x31\x67\xb3\x95\x09\x5b\x25\xac\xee\xa8\x90\xc5\x88\x78\x6c\xec\xce\x02\xd1\xbb\x0f\x6a\x31\xbb\x63\xcd\x34\xf1\x4c\x1c\x0a\xab\x7c\x88\x19\x1c\xdf\x21\xdf\xc9\xcc\x4a\x18\xdf\xbe\xc2\x58\x4b\x5a\xdb\x50\xcb\x50\x4b\x59\x01\x80\x3e\x85\x3f\x02\x00\xbd\x93\x54\x6b\x19\x48\xff\x14\x43\x3e\xb2\x4c\x47\xc5\x25\x1b\x8d\x21\x7f\xd0\xbe\x07\xfa\x90\xab\x18\x05\xcd\x5d\xc8\xc9\x84\xb5\x7d\x9f\x91\x33\x49\xcb\xf2\x25\xc8\x53\x5c\xf9\xf6\x35\xa4\x3b\xa5\x61\xc3\x03\x24\x3b\x83\x0c\x00\x52\x97\xfd\x16\x00\x64\x85\xa2\x65\x01\xd3\x8c\x93\x0e\x1d\x91\xa3\xfe\xc1\xce\x18\x29\x50\x9f\x27\x3b\x1c\x38\x44\x7d\x9c\x52\xac\x71\x86\xfa\x3a\x75\x6d\xdf\x02\x6d\x77\x7a\x9c\x7c\x03\x2d\x20\xa3\x4f\xd2\x92\x36\x9a\x15\xb2\x31\x02\xf2\xca\x5e\x03\x00\xfe\x8f\xec\x01\x00\x3c\x45\xfd\x66\x3e\x45\x72\xce\x2c\x3d\x8c\x90\x1c\xb3\x44\x86\x2d\xa4\x58\x3c\x51\xef\x0e\x89\x4a\x70\xd1\xe0\x93\xea\xb2\xb5\xf7\x1d\x27\x3d\x22\x1e\x96\xaf\x24\xab\xe4\xa8\x48\x46\x53\x42\x48\x99\x1b\x5b\xa8\xe3\x94\x33\x00\x40\x1b\x69\x72\x00\x40\x5f\x21\x4f\xf3\x75\xd9\xd9\x94\x49\xd3\xa7\xd9\xc9\x54\x27\x43\xf5\xec\x22\xea\xa4\x1e\x35\x7b\x88\x76\x40\x23\x23\xfb\x37\xad\x6f\x5f\x35\xf1\x28\xe4\x27\xdf\x4b\xe4\xc3\x40\xb2\x91\xc4\x84\xa1\x8d\x2f\x29\x7c\x78\x12\x00\x9a\x0e\x8c\x07\x00\x4a\x81\xb3\xcc\x84\x04\x5f\x44\xca\xb4\x82\xe0\x82\xa4\x1e\xfa\x4e\x40\x23\x93\x7a\xd1\x04\x88\xbe\x4d\x23\x8c\x70\x8a\x0e\xef\x6b\xc9\x96\xa0\xbf\x97\xbf\x91\x4d\x62\xa4\x4b\x3e\xcb\x69\x61\x28\x6d\xf2\x27\x3f\xa3\x27\x01\x40\x9d\x41\x08\x00\x40\x66\xf0\x63\x33\x15\x7c\x04\xf3\xba\x69\x10\xde\x89\xb5\xef\xd0\x1d\x7c\x10\x2b\x54\x2f\x08\x1f\xcf\x2a\xd3\x70\xc1\x93\x59\xef\xf7\xcd\xe2\xdf\xb3\x03\xff\x93\x21\xa4\xb0\x93\xa5\x9c\x89\x93\x2c\xd7\x4d\x17\xc9\x87\x18\xcf\x00\xa0\x7a\xd1\xc3\x01\xa0\xad\x21\x5e\x47\x93\x4a\xd3\xdd\x77\x1b\xb3\x4b\x14\xbd\xf6\xe9\x87\x14\x2d\xfa\x5a\x6a\xbb\x17\x9e\x0a\xb0\x51\xed\x2c\xb8\x14\x1c\xab\x18\x5a\x70\x2c\x8c\x28\xdb\x51\x70\x30\x32\x4c\x42\x3c\xcf\x28\xd6\x5b\x6c\x8d\x9f\x8e\x59\x04\x80\xd3\x91\xfa\x0d\x00\xd6\x22\xd1\xf9\xc8\xef\xe2\x45\x4f\x37\x63\xfb\x22\xa6\x8f\x81\xbe\x66\x61\x90\xbf\xaa\xb6\x7e\x41\x60\xe0\x37\xd5\xca\x7c\x5a\xc8\x13\xc5\xb0\xfc\x0d\xe1\x4b\xb2\xc7\x45\xbf\xa2\xe8\x12\x4a\xb9\x1a\x71\x26\xeb\xa4\x79\x03\x09\x18\x00\x38\x3a\x69\x86\x00\xb0\x32\x89\xb2\x47\xe8\x45\xca\xde\xc7\x8d\x7e\x15\x3c\xf7\xa3\x1c\x7c\x9d\x7f\x23\xd0\x56\x5b\x5a\xf4\x38\xf8\x95\xaa\x40\xa4\x1c\xd6\xa6\x18\x90\x37\x1a\x99\x2c\x3b\x93\x77\x32\xfa\x97\xc4\x01\xe1\x16\x54\xea\x3a\x4d\xee\xbd\xc4\x78\x00\xd8\x55\x69\xaf\x01\x60\xed\x20\x3a\x1f\x51\x10\x75\x04\xd4\x1b\x75\xe4\x15\x06\xeb\x1e\x1c\xc8\xad\x0f\x1d\xd6\x5a\x14\xbe\x8b\xd8\xab\x1a\x2c\x8c\x88\xaa\x50\xb4\x16\x4a\xc7\xee\x93\xbd\x2a\xdc\x83\x4a\x95\x70\xe0\xcd\x62\xb2\xd6\xf9\x72\x34\x71\x6a\x00\xb0\xd2\x33\x0f\x01\xc0\x74\xcb\x49\x39\xac\x26\x74\x09\xdb\x62\x78\x47\x10\x13\xe1\x7a\xf0\x3f\x7e\x65\x14\x5f\xcb\x97\x2f\x19\xd3\xac\xf2\x9b\x57\x13\xb7\xa0\xb8\x91\x87\x89\x5f\x2f\x3b\xcd\xc3\x27\x6c\x96\x88\xe4\xa0\x93\x56\xd7\xb1\x59\x89\xa9\x08\x00\x4c\xab\xff\xf3\x07\x92\x4d\xfa\x69\x1a\xc9\x93\x8d\x2e\x35\x3c\xca\x75\x8a\xad\x38\x20\xe4\x34\xa0\xca\x34\x9f\x70\x0e\xc7\x47\xa8\xf4\xb0\x9f\x24\xe8\x2b\xac\xb0\xa7\x92\xe4\x65\x4f\xb3\x97\xb0\x4b\x12\x0c\xd6\xfe\x94\x82\x75\x0b\x8c\xc9\xcc\x03\x00\x30\x64\x88\xa9\x00\xd0\xeb\x29\x24\x93\x71\x26\x33\x51\xfc\x50\x0f\xe3\x53\x52\xdf\x01\x79\x06\x0f\xe7\xa6\x29\x64\x58\x26\xb7\xa9\xe4\x30\xc4\x52\x25\x15\x6e\xd3\xff\xa4\xe5\xc9\x7e\x60\xec\x4e\x5f\x96\x78\x49\x3f\x9a\x65\xb7\x3e\x18\x29\x27\xc6\x00\x80\xd0\xc9\x25\xff\xcb\x34\x75\x13\x63\x98\x9a\xb1\xeb\x90\x3d\xac\x9b\xa9\xa5\x77\x11\xfa\x9d\x75\x58\x33\x1c\x9a\xc7\xab\xaa\x60\xa0\x3a\xc2\x1e\x85\x17\xd0\x50\xf6\xd1\x1d\x3a\xd0\x13\xa2\xce\xd6\x63\xd0\x6d\x92\xd3\xfa\x45\xe8\x1d\xe5\x38\x00\xb0\x37\x4d\x05\x00\x78\x04\xc2\x1a\x37\x52\x83\x48\x77\x0d\x16\xa9\x2a\x64\x91\x5e\x1a\x55\x96\x62\xa3\xa9\x44\x79\x48\xb9\xa5\x12\x4e\xb9\x4c\x2d\x56\x78\x45\xb9\x43\xb3\xdf\x11\x44\x35\xa7\xfd\xde\x5a\x44\xfd\x06\x3d\xdd\x60\x4a\x1b\x86\xc3\x01\x80\xd8\xf0\xff\x94\x65\x0a\xc7\x1a\x23\x14\x35\x68\x8b\xc1\x30\xf9\x39\x54\xaa\xe7\x4d\xbe\x02\xeb\x6a\x8a\x91\xeb\xe0\x26\x15\x5f\x32\x84\x38\x29\xfc\x22\x17\x23\x4f\x77\xc0\x14\x71\x7a\xfc\xd6\x5b\x54\x79\xba\xf7\x06\x06\x4d\x11\xf9\x01\x00\xa4\x86\xb8\x00\x00\x7d\x87\x1f\x19\x27\x90\xf7\xd0\x07\x0c\xaa\x49\x37\x18\x07\xf4\x2c\x49\x43\x8c\x6e\x4d\x71\x52\x32\x53\x53\xc5\x85\x64\xcc\x1c\x57\x54\x25\x45\xb2\xfc\x77\x4c\x93\xde\xb2\xf4\xb6\x19\x52\x0c\x99\xe1\x1b\x3e\x52\x93\x19\xd1\x00\xd0\x3a\xe8\x87\x00\x80\x86\x11\x3f\xa3\xa3\x55\xe3\x6e\xcb\x07\xd3\x2b\xbd\x3c\x2f\x6a\x77\x96\x4f\xf8\x7c\x51\x5b\x2c\xeb\xf4\x7f\xb0\x27\xb8\x74\x2e\xe8\xb1\xdc\xa1\xd2\x80\xd0\x6b\x92\x16\x25\x29\x11\xef\x37\xfd\xc8\x5f\x8c\x65\x00\x53\x61\x54\x02\x01\x00\x9e\x78\xda\x34\x00\xec\x12\x62\xb9\x61\x67\xa5\xb1\xc7\xaf\x83\xa6\xe5\x93\xde\xb7\xb4\x91\x32\x2f\xbf\xcb\x6a\x63\xa5\x2e\x81\xfc\x3d\x51\x25\x19\x21\x21\x72\xce\x25\x92\xe1\xaa\x92\xe1\xc5\x87\xa3\xa4\x36\x2b\x88\x2e\xc6\x85\x00\x2f\x41\x59\xc2\x3f\x00\xb8\xec\xb4\x37\x00\xb0\xcd\x88\x11\x86\x52\xe5\x4d\xde\xfe\x07\x3e\x96\x69\xfa\x29\x69\x7b\x95\x5c\x0f\x58\x55\x6b\x2b\xbe\x15\x9c\xb5\x27\xaa\x78\x7b\x98\x9c\x5c\x40\xd1\x48\xc4\x69\x49\x7c\xe1\xeb\x68\xc6\x66\xd3\xbc\xe3\x28\x21\x40\xf3\xa7\x13\xbf\x03\xc0\x79\x93\x5e\x0c\x00\xeb\x3a\x51\x70\x68\xb9\x44\x3c\x40\xff\xc0\xf9\xa2\xb3\x41\xa3\xda\x66\x85\xcd\xa1\x96\x6a\xa2\x82\x7b\xe1\xa5\x7b\xfc\x0a\x8e\x45\xfe\x96\x8b\xcb\xff\x13\x83\x95\x6c\xc8\xb7\x8a\xfb\xba\x19\x25\x24\x60\xca\x81\x88\xb7\x19\x77\x1c\x00\xf6\x89\xcc\x71\x00\x98\x7f\x72\x1a\x0f\x6d\x2a\x18\x09\xcd\x3e\xb0\x33\xbf\x2a\x7c\x58\xab\x4e\xd4\x19\xf9\x55\x4d\x5e\x04\x62\xc4\xf6\x80\x3c\x52\xdc\x6e\x39\xe3\x3c\x07\xf4\x31\xc9\x8a\x5c\x1a\x86\xbe\x99\xca\x57\xc3\xae\x07\x67\x39\xce\x69\xca\x00\xb0\xa8\x04\x0f\x00\x98\x7b\xc9\xea\x06\x41\x79\x19\x51\xe7\xf4\x08\xb9\x8c\x98\x1b\x5a\xb2\xc2\x93\x71\x8f\x55\x7b\x84\x3a\xe8\x5a\xa5\x33\x82\x51\x0c\x5a\x6e\x97\x20\x2f\xd1\x5e\xb2\x96\x7f\x16\x6b\xb9\xb9\x81\xf3\x2e\xa5\x5d\x6c\x1d\xab\x3a\xf3\x2e\x00\x4c\x77\xe2\x2d\x00\x18\x2e\x94\x4e\xfd\x67\x7c\x99\x04\x09\x3d\x79\x9e\x75\xe2\x19\xcd\x59\x6e\x15\x16\xab\x4a\xe2\xaa\xe0\xe6\x95\x3a\x38\xe3\x29\x46\x72\xa6\x9c\xd6\xd4\x21\xc9\xd7\xec\x3f\xe9\x4e\x5b\x64\x59\xe2\x59\x68\xb1\x42\x06\x9e\x38\x09\x00\xfd\x14\x79\x09\x00\xba\x0e\xed\xa8\x7e\x3e\x6b\x35\xed\xb2\xee\x0a\x2b\x3a\xfd\xa7\x66\x1d\xf3\x4f\xa6\xaa\x2a\x8e\x59\x9c\xb5\x47\x69\x94\x69\x81\xd7\x92\x4b\x63\x5a\x13\xcc\xa5\xdc\x18\x2f\xb3\x53\xb7\xe4\xd3\x07\x49\x86\xeb\x54\x91\x49\xca\x09\x00\x10\x3e\x4d\x03\x00\x04\x0d\x05\xeb\x6b\xd3\xe3\x73\xec\x74\x79\xf4\x3d\x24\x65\x4d\x14\xf2\x99\xf4\x4b\xd5\x09\x11\x90\x87\x94\x1a\x10\x23\x0a\x49\x8e\x8d\x98\x53\x6d\xa5\xf2\x10\x13\x9a\xd5\x96\x7f\xf0\x2c\x14\xb3\xae\x1f\xa6\xc2\x92\xff\x53\x04\xac\x06\x00\xfc\x1a\x76\xd1\x8f\x41\xf6\x52\x83\x74\xeb\xe0\x05\x9a\xa4\xa6\x17\xdc\x48\x5b\x54\xb5\x84\x8d\x20\xbc\x52\x3d\x74\x1d\x36\x94\xab\x86\x6e\xc3\xef\xa5\x4e\x42\x7f\x10\xac\xb8\x39\xf4\x14\xe9\x58\xf7\x05\x7a\x89\x94\x00\x00\xfb\x22\xca\x00\xc0\x03\xf0\x79\xfd\x2a\x78\x3d\xfc\x52\xf7\x24\xd4\x84\xe4\x6b\xda\x43\x29\x74\x7b\x55\x1b\xda\x07\xfa\x3b\xa5\x6e\x1a\x93\x71\x5a\xee\x2c\x8d\xc6\x0c\x90\xfa\x40\x3b\xcf\x54\x11\x87\x69\x7f\x19\x1d\xeb\xad\x21\x17\xfa\xff\xae\xc1\xfb\xf4\xed\xff\xf3\x7a\x48\x00\x00\x62\x60\x1d\x58\x0f\x36\x80\x8d\x60\x13\xd8\x0c\xb6\x00\x71\x20\x01\xb6\x82\x6d\x60\x3b\x90\x04\x52\x40\x1a\xc8\x00\x59\xb0\x03\xec\x04\xbb\x80\x1c\x90\x07\xff\x81\xdd\x40\x01\x28\x02\x25\xb0\x07\xec\x05\xfb\x80\x32\x50\x01\xaa\x40\x0d\xec\x07\xea\x40\x03\x68\x02\x2d\xa0\x0d\x74\x80\x2e\xd0\x03\x07\xc0\x41\xa0\x0f\x0c\xc0\x21\x60\x08\x8c\x80\x31\x30\x01\xa6\xe0\x30\x38\x02\x8e\x02\x33\x60\x0e\x2c\x80\x25\xb0\x02\xc7\x80\x35\xb0\x01\xb6\xc0\x0e\xd8\x03\x07\xe0\x08\x9c\x80\x33\x70\x01\xae\xc0\x0d\xb8\x03\x0f\xe0\x09\xbc\x80\x37\xf0\x01\xbe\xc0\x0f\xf8\x83\x00\x10\x08\x82\x40\x30\x08\x01\xa1\x20\x0c\x84\x83\x08\x10\x09\xa2\x40\x34\x88\x01\xb1\x20\x0e\xa0\x00\x1a\xc4\x03\x0c\x48\x00\x89\x20\x09\x60\x01\x0e\x24\x83\x14\x90\x0a\xd2\x40\x3a\xc8\x00\x99\x20\x0b\xe0\x01\x01\x64\x03\x22\xc8\x01\x24\x40\x06\x14\x40\x05\x34\x00\x01\x18\x20\x80\x0e\x18\x80\x09\x58\x80\x0d\x38\x80\x0b\x78\x80\x0f\x04\x40\x08\x72\x41\x1e\x10\x81\x7c\x50\x00\x0a\x41\x11\x28\x06\x25\xa0\x14\x94\x81\x72\x50\x01\x2a\x41\x15\xa8\x06\x35\xa0\x16\xd4\x81\x7a\xd0\x00\x1a\x41\x13\x68\x06\x2d\xa0\x15\xb4\x81\x76\xd0\x01\x3a\x41\x17\xe8\x06\x3d\xa0\x17\xf4\x81\x7e\x30\x00\x06\xc1\x10\x18\x06\xc7\xc1\x08\x18\x05\x27\xc0\x49\x70\x0a\x8c\x81\x71\x70\x1a\x9c\x01\x13\x60\x12\x4c\x81\x69\x70\x16\xcc\x80\x59\x70\x0e\xcc\x81\x79\x70\x1e\x5c\x00\x17\xc1\x02\x58\x04\x4b\xe0\x12\xb8\x0c\xae\x80\xab\xe0\x1a\xb8\x0e\x6e\x80\x9b\xe0\x16\x58\x06\xb7\xc1\x0a\xb8\x03\xee\x82\x7b\xe0\x3e\x78\x00\x1e\x82\x47\xe0\x31\x78\x02\x9e\x82\x67\xe0\x39\x78\x01\x5e\x82\x55\xf0\x0a\xbc\x06\x6f\xc0\x5b\xf0\x0e\xbc\x07\x1f\xc0\x47\xb0\x06\x3e\x81\xcf\xe0\x0b\xf8\x0a\xbe\x81\xef\xe0\x07\xf8\x09\x7e\x81\xdf\xe0\x0f\xf8\x0b\xfe\x01\x00\xc4\xc4\xd6\xad\x5b\xbf\x7e\xc3\x86\x8d\x1b\x37\x6d\xda\xbc\x79\xcb\x16\x71\x71\x09\x89\xad\x5b\xb7\x6d\xdb\xbe\x5d\x52\x52\x4a\x4a\x5a\x5a\x46\x46\x56\x76\xc7\x8e\x9d\x3b\x77\xed\x92\x93\x93\x97\xff\xef\xbf\xdd\xbb\x15\x14\x14\x15\x95\x94\xf6\xec\xd9\xbb\x77\xdf\x3e\x65\x65\x15\x15\x55\x55\x35\xb5\xfd\xfb\xd5\xd5\x35\x34\x34\x35\xb5\xb4\xb4\xb5\x75\x74\x74\x75\xf5\xf4\x0e\x1c\x38\x78\x50\x5f\xdf\xc0\xe0\xd0\x21\x43\x43\x23\x23\x63\x63\x13\x13\x53\xd3\xc3\x87\x8f\x1c\x39\x7a\xd4\xcc\xcc\xdc\xdc\xc2\xc2\xd2\xd2\xca\xea\xd8\x31\x6b\x6b\x1b\x1b\x5b\x5b\x3b\x3b\x7b\x7b\x07\x07\x47\x47\x27\x27\x67\x67\x17\x17\x57\x57\x37\x37\x77\x77\x0f\x0f\x4f\x4f\x2f\x2f\x6f\x6f\x1f\x1f\x5f\x5f\x3f\x3f\x7f\xff\x80\x80\xc0\xc0\xa0\xa0\xe0\xe0\x90\x90\xd0\xd0\xb0\xb0\xf0\xf0\x88\x88\xc8\xc8\xa8\xa8\xe8\xe8\x98\x98\xd8\xd8\xb8\x38\x14\x0a\x8d\x8e\x8f\xc7\x60\x12\x12\x12\x13\x93\x92\xb0\x58\x1c\x2e\x39\x39\x25\x25\x35\x35\x2d\x2d\x3d\x3d\x23\x23\x33\x33\x2b\x0b\x8f\x27\x10\xb2\xb3\x89\xc4\x9c\x1c\x12\x89\x4c\xa6\x50\xa8\x54\x1a\x0d\x82\x60\x18\x41\xe8\x74\x06\x83\xc9\x64\xb1\xd8\x6c\x0e\x87\xcb\xe5\xf1\xf8\x7c\x81\x40\x28\xcc\xcd\xcd\xcb\x13\x89\xf2\xf3\x0b\x0a\x0a\x0b\x8b\x8a\x8a\x8b\x4b\x4a\x4a\x4b\xcb\xca\xca\xcb\x2b\x2a\x2a\x2b\xab\xaa\xaa\xab\x6b\x6a\x6a\x6b\xeb\xea\xea\xeb\x1b\x1a\x1a\x1b\x9b\x9a\x9a\x9b\x5b\x5a\x5a\x5b\xdb\xda\xda\xdb\x3b\x3a\x3a\x3b\xbb\xba\xba\xbb\x7b\x7a\x7a\x7b\xfb\xfa\xfa\xfb\x07\x06\x06\x07\x87\x86\x86\x87\x8f\x1f\x1f\x19\x19\x1d\x3d\x71\xe2\xe4\xc9\x53\xa7\xc6\xc6\xc6\xc7\x4f\x9f\x3e\x73\x66\x62\x62\x72\x72\x6a\x6a\x7a\xfa\xec\xd9\x99\x99\xd9\xd9\x73\xe7\xe6\xe6\xe6\xe7\xcf\x9f\xbf\x70\xe1\xe2\xc5\x85\x85\xc5\xc5\xa5\xa5\x4b\x97\x2e\x5f\xbe\x72\xe5\xea\xd5\x6b\xd7\xae\x5f\xbf\x71\xe3\xe6\xcd\x5b\xb7\x96\x97\x6f\xdf\x5e\x59\xb9\x73\xe7\xee\xdd\x7b\xf7\xee\xdf\x7f\xf0\xe0\xe1\xc3\x47\x8f\x1e\x3f\x7e\xf2\xe4\xe9\xd3\x67\xcf\x9e\x3f\x7f\xf1\xe2\xe5\xcb\xd5\xd5\x57\xaf\x5e\xbf\x7e\xf3\xe6\xed\xdb\x77\xef\xde\xbf\xff\xf0\xe1\xe3\xc7\xb5\xb5\x4f\x9f\x3e\x7f\xfe\xf2\xe5\xeb\xd7\x6f\xdf\xbe\x7f\xff\xf1\xe3\xe7\xcf\x5f\xbf\x7e\xff\xfe\xf3\xe7\xef\xdf\x7f\xff\xfe\x7f\xfe\xff\x5f\xe7\x9f\x1c\x9f\x65\x08\x00\x00\x1b\xd6\x6f\xfd\xdf\x32\xf8\xbf\xe3\xff\xa5\x16\xfb\x3f\x4d\xb1\x6f\xeb\xdf\x6d\x7c\xbe\xf9\xbe\xf8\xcd\xad\xd7\xb6\xdf\x96\x7a\x26\xf3\x71\xc7\x1f\x39\xf1\xff\x76\x28\xec\x51\xd2\xde\x6b\xa8\x7c\x54\xd5\x72\xff\x31\x0d\x6b\xad\x63\x3a\x56\x7a\x96\x07\xcd\x0c\x8e\x18\x9a\x18\x0d\x1a\xf7\x9b\xf4\x98\x76\x1d\xee\x38\xd2\x76\xb4\xc5\xac\xd9\xbc\xc9\xa2\xd1\xb2\xd1\xaa\xf1\x58\xa3\x75\x93\x4d\x8b\x6d\x9b\x5d\x87\x7d\xb7\x43\x9f\xe3\x90\xd3\xa8\xf3\x98\xcb\xa4\xeb\x8c\xdb\xbc\xfb\xa2\xc7\x05\xcf\x39\xaf\x59\xef\x69\x9f\x09\xdf\x71\xbf\x93\xfe\x23\x01\x83\x81\x7d\x41\x5d\xc1\x6d\x21\x4d\xa1\x75\x61\xd5\xe1\x95\x11\x15\x91\x55\x51\x75\xd1\x2d\x31\x3d\xb1\xa3\x71\x67\x51\x97\xd1\xf7\xe3\x9f\x62\x1e\x27\x3c\x4c\x7c\x90\x74\x1f\x7b\x0f\x77\x2f\xf9\x7e\xca\xfd\xd4\x07\x69\x0f\xd3\x1f\x65\x3c\xc9\x7c\x96\xf5\x1c\xff\x92\xf0\x2a\xfb\x0d\xf1\x5d\xce\x47\xd2\x27\xf2\x17\xca\x77\xea\x4f\xda\x1f\x18\xc0\x1d\x88\x2f\xf2\x9b\xde\xc2\xf0\x64\x7c\x67\x36\xb0\xdc\x58\x9f\xd9\xb5\x1c\x67\xce\x47\x6e\x15\xcf\x81\xf7\x9e\x5f\x2e\xb0\x15\xbc\x11\x96\xe5\xda\xe4\xbe\xce\x2b\x15\x59\x8b\x5e\xe7\x97\x16\xd8\x16\xbc\x2d\xac\x28\x72\x28\x5a\x2b\xae\x2b\xf1\x28\xf9\x55\xda\x59\x16\x5a\x2e\x51\x3e\x56\x91\x5c\x29\x5f\x39\x55\x95\x54\xbd\xb3\xfa\x4c\x4d\x62\xed\xce\xda\x89\x3a\x6c\xbd\x5c\xfd\x74\x43\x4a\xa3\x42\xe3\x6c\x53\x7a\xf3\x9e\xe6\xf3\x2d\xf8\x56\x95\xd6\xc5\xb6\x9c\x76\xf5\xf6\x2b\x1d\xd4\x4e\xed\xce\x1b\x5d\x48\xf7\x81\xee\xe5\x1e\x66\xaf\x41\xef\x9d\x3e\x76\xbf\x61\xff\xbd\x01\xee\xa0\xd1\xe0\xbd\x21\xfe\xb0\xd9\xf0\xea\xf1\xf2\x11\xc7\x91\xcf\xa3\x0d\x27\x3c\x4f\xfc\x3c\xd9\x7a\xca\xf7\xd4\xdf\xb1\xce\xf1\xe0\xd3\x9b\x4e\x1f\x3f\x83\x9a\xd8\x31\x31\x3d\x99\x3e\xb5\x6f\x6a\x69\x9a\x72\x56\xfb\xec\xad\x19\xc6\xac\xfe\xec\xca\x39\xe6\xdc\x81\xb9\x1b\xf3\xd4\xf3\x6a\xe7\xcf\x5f\x48\xbe\x28\x7d\x71\x68\xc1\x7f\x51\x73\xa9\xe0\xd2\x8f\x2b\x51\x57\xa7\xaf\xab\xde\x80\x6f\xde\x5d\x36\xbd\x9d\xbb\xf2\xf8\xae\xc9\x3d\xce\xfd\x9b\x0f\xd5\x1e\xa5\x3e\x3e\xf9\x54\xec\x99\xcb\xf3\xc2\x17\xdf\x56\x43\x5f\x8d\xbf\x51\x7a\x4b\x7e\x77\xeb\x83\xe1\x47\xfe\xda\xa3\xcf\xc6\x5f\xd8\x5f\x6f\x7c\x57\xfd\x91\xfa\xf3\xf4\xef\xed\x7f\x22\xfe\xf6\xfe\x9f\xa9\xf1\x63\xfd\xc7\x8d\xaf\x37\x3f\x15\x7f\xb8\xf5\xc1\xf6\x97\x52\x6b\x32\x3f\x77\xae\x97\xdb\xfa\xdf\x0e\x05\x45\xa5\xfd\x7b\xf5\x94\x0d\x55\x4d\xf7\x1f\xd1\x38\xa2\x75\x58\xc7\x44\xcf\xe8\xa0\xa1\x81\xa1\xa1\xa1\xd1\x80\x71\x9f\x49\xb7\x69\xe7\xe1\xf6\x23\xad\x47\x9b\xcd\x9a\xcc\x1b\x2c\xea\x2d\x6b\xad\x6a\x8e\x55\x5b\x57\xd9\x54\xda\x56\xd8\x55\xd8\x57\x3a\x54\x3b\xd6\x39\x35\x3a\xb7\xbb\xf4\xba\x8e\xba\x4d\xb9\x2f\x7a\xcc\x7b\xce\x7a\x9d\xf5\x3e\xeb\x73\xd6\x77\xc6\xef\x9c\xff\x7c\xc0\xc5\xc0\xa5\xa0\xcb\xc1\xd7\x42\xae\x87\xde\x08\xbb\x19\x7e\x33\xe2\x66\xe4\xcd\xa8\x9b\xd1\xb7\x62\x96\x63\x57\xe2\xee\xa1\x1e\xa2\x9f\xc6\x3f\xc6\xdc\x49\xb8\x91\x78\x29\xe9\x02\x76\x16\x37\x95\x7c\x26\x65\x2c\xf5\x44\xda\x68\xfa\x48\xc6\x48\xe6\x48\xd6\x28\xfe\x24\x61\x3c\x7b\x92\x38\x9b\x73\x81\x74\x99\xbc\x4c\x79\x48\x5d\xa5\x7d\x82\x01\xdc\x84\x38\x21\x6f\xe8\x85\x8c\x23\x8c\x07\x4c\x0e\xeb\x20\xeb\x16\x1b\xe6\x68\x73\xae\x71\xa9\x3c\x2d\xde\x35\x3e\x24\xd0\x11\xdc\x12\x32\x72\x0d\x72\xef\xe5\xf1\x45\x87\x45\xcf\xf2\x8b\x0a\x6c\x0a\xde\x15\x56\x17\xb9\x16\x7d\x2f\x6e\x2d\xf1\x2f\x5d\x57\x3a\x50\x16\x55\x2e\x59\x7e\xba\x22\xb9\x52\xae\xf2\x4c\x55\x7c\xb5\x54\xf5\x89\x9a\xd8\xda\x6d\xb5\xa3\x75\xb1\xf5\xdb\xeb\x4f\x34\xa0\x1a\xa5\x1a\xc7\x9a\x30\xcd\xb2\xcd\x67\x5a\x92\x5a\xe5\x5a\xa7\xdb\x52\xda\x15\xda\xcf\x75\x64\x74\xee\xed\xbc\xd0\x45\xe8\x56\xed\xbe\xd4\x43\xee\xd5\xec\xbd\xd6\x07\xf5\xeb\xf6\x2f\x0f\x30\x07\x0d\x06\xef\x0e\x71\x87\x0d\x87\xef\x1e\x67\x8f\x18\x8c\xac\x8c\xb2\x4e\x18\x9c\xb8\x7b\x92\x7b\xca\xe4\xd4\x93\xb1\xc2\x71\xdb\xf1\xb5\xd3\x8d\x67\x7c\x27\xd6\x4f\x0c\x4d\xa2\xa6\x76\x4e\xcd\x4c\x67\x9e\x55\x3d\x7b\x65\x06\x9a\xd5\x9b\xbd\x7d\x8e\x39\xa7\x3f\xb7\x3c\x8f\x9c\xd7\x3a\xbf\x74\x21\xe3\xe2\xae\x8b\x23\x0b\x81\x8b\xba\x4b\x0d\x97\x77\x5c\x41\xae\xbe\xbe\xee\x73\x63\xe8\x96\xcc\x32\xee\xf6\xd9\x3b\x72\x77\x31\xf7\x86\xef\xff\x7b\xe8\xf4\x48\xf8\xf8\xd2\x53\x99\x67\xde\xcf\x8b\x5e\xfc\x5a\x8d\x7d\x75\xee\x8d\xd6\x5b\xee\xbb\xe7\x1f\x6c\x3e\x56\xae\xbd\xff\x6c\xf3\x25\xff\xeb\xbd\xef\x5a\x3f\x32\x7e\x4e\xfc\xde\xfe\x27\xfc\x6f\xcf\xff\xf8\xaf\xdb\xbc\x41\x72\xd3\xae\x2d\x8a\x12\xfb\xb6\xed\x95\x54\x92\xde\x2d\xab\xb0\x53\x51\x4e\xf1\x3f\x45\x85\x5d\x8a\xff\xf6\xbc\xde\x77\x47\xe5\x8a\xda\x92\xfa\x35\xcd\x7b\xda\xab\xba\xdf\x0f\x8a\x1b\xec\x36\xd4\x31\x1a\x32\x1e\x34\x19\x34\x1d\x38\x3c\x70\xa4\xff\x68\x9f\x59\x8f\x79\xb7\x45\xa7\x65\xbb\x55\xeb\xb1\x66\xeb\x06\x9b\x5a\xdb\x2a\xbb\x0a\xfb\x72\x87\x32\xc7\x72\xa7\x2a\xe7\x7a\x97\x36\xd7\x01\xb7\xd3\xee\x8b\x1e\xd3\x9e\x63\x5e\xc7\xbd\x07\x7d\xfa\x7d\xfb\xfd\xfa\xfd\x07\x03\x8e\x07\x9e\x08\x1a\x0b\x9e\x08\x99\x0e\x9d\x0d\x9b\x0b\x3f\x1f\x71\x31\x72\x31\xea\x52\xf4\x95\x98\xeb\xb1\xb7\xe2\xee\xa0\x1e\xa0\x9f\xc6\x3f\xc1\xdc\x4f\x58\x4e\xbc\x9e\x74\x09\xbb\x80\x9b\x4f\x9e\x4d\x39\x9b\x3a\x95\x36\x99\x3e\x91\x31\x91\x39\x99\x35\x85\x3f\x4b\x98\xcd\x9e\x27\x2e\xe4\x5c\x21\xdd\x22\xdf\xa3\x3c\xa5\xbe\xa1\x7d\xf9\xbf\xf8\xdf\x67\xb2\x58\x07\x58\x37\xd8\x54\x8e\x06\xe7\x12\x37\x87\xa7\xc6\x5b\xe4\x13\x05\x6a\x82\x25\x21\x29\x57\x23\xf7\x6a\x1e\x4d\xa4\x2b\x5a\xce\x67\x15\x18\x15\x3c\x2c\xcc\x2b\xb2\x28\x7a\x55\x5c\x51\xe2\x5c\xf2\xad\xb4\xad\x2c\xa8\x7c\x4b\xf9\xa9\x0a\x5c\xe5\x8e\xca\x13\x55\x11\xd5\x1b\xaa\xbb\x6a\xfc\x6b\xfe\xd4\xb6\xd5\xf9\xd6\xfd\xa9\xef\x68\xf0\x6f\x04\x8d\x3d\x4d\x21\xcd\x9b\x9a\x07\x5b\xa2\x5a\xb7\xb5\x9e\x6c\x43\xb7\xcb\xb6\x4f\x74\xe0\x3a\x77\x77\x9e\xeb\xca\xec\x56\xee\x5e\xec\x21\xf5\x6a\xf4\x5e\xeb\x83\xfb\xf5\xfa\x97\x07\x58\x83\x87\x06\xef\x0d\xf1\x86\x4d\x87\x9f\x1c\x17\x8d\x98\x8f\xbc\x18\x2d\x38\x61\x71\xe2\xf9\xc9\xfc\x53\xe6\xa7\x9e\x8f\x15\x8e\x1f\x1b\x7f\x73\xba\xea\x8c\xeb\x99\x1f\x13\xed\x93\x41\x53\x9b\xa7\x46\xa6\x51\x67\x77\x9c\x9d\x9a\x49\x99\x55\x9c\x9d\x3f\x97\x39\xb7\x77\x6e\x7e\x3e\xfd\xfc\xee\xf3\x93\x17\x30\x17\xb7\x5d\xec\x5f\xf0\x5b\xd4\x5c\xca\xbb\xf4\xe9\x4a\xe0\xd5\x91\xeb\x3b\x6f\xa4\xdd\xbc\xb0\xac\x7a\x9b\xb8\xb2\x78\x57\xf9\x5e\xc6\xfd\xe9\x87\x32\x8f\xa2\x1f\xf7\x3c\xf9\xf1\xcc\xfe\x79\xc1\x8b\x77\xab\xae\xaf\x5a\x5e\xff\x7b\x1b\xf2\x6e\xf0\x83\xc4\xc7\x98\xb5\xd1\xcf\xdb\xbf\xc4\x7c\x3d\xfe\x7d\xcb\x8f\xb0\x9f\xbd\xbf\xd7\xfd\x09\xfc\xdb\xf9\x3f\xfe\xe0\xb3\xd8\xcb\x75\x77\xd7\x5f\xd9\x70\x61\xe3\xfc\xa6\xc5\xcd\xd7\xb6\xdc\x10\xbf\x25\xb1\xbc\x75\x65\xdb\xdd\xed\xf7\x25\x1f\x4b\x3d\x97\x7e\x2d\xf3\x41\xf6\xf3\x8e\x1f\x3b\xff\xc9\x6d\x90\x97\xf8\x4f\x7a\xb7\x9c\x82\x82\xa2\x82\x92\xc2\x1e\x85\xbd\x8a\xfb\x14\x95\x15\x55\x14\x55\x15\xd5\x14\xf6\x2b\xa8\xef\xd6\xf8\x4f\x53\x5e\x6b\x97\xf6\x0e\x1d\x59\x5d\x19\x3d\xe9\x03\x32\x07\x77\xe8\xcb\x19\x28\x1c\x52\x36\xd4\x36\x32\x32\xd6\x33\xd1\x30\x55\x3b\xac\x72\x44\xe5\xa8\x8a\x99\x9a\xb9\xba\x85\x96\xa5\xae\x95\xfe\x31\x43\x6b\x53\x9b\xa3\xb6\xe6\x76\x56\xf6\xd6\x0e\x36\x8e\x76\x4e\xf6\xce\x8e\x2e\x4e\xae\x2e\x6e\xae\xee\xee\x1e\xae\x9e\x0e\x5e\xd6\xde\xe6\x3e\x87\x7d\x8d\xfc\xf4\xfd\xf5\x02\xb4\x03\x35\x83\xd4\x83\xf7\x87\xec\x0f\xdd\x1f\xb6\x3f\x5c\x23\x42\x2b\x52\x37\x4a\x3f\xda\x38\xc6\x2c\xd6\x3a\xce\x19\xe5\x83\x0e\x8d\x8f\xc7\x44\x24\x04\x26\x7a\x25\xb9\x62\x1d\x71\x76\xc9\xb6\x29\x36\xa9\x36\x69\x36\xe9\x76\x19\x0e\x99\xce\x59\x6e\x78\x2f\x82\x5f\x76\x30\x31\x22\x27\x96\x84\x21\xe3\x28\xe9\x54\x3c\x8d\x04\xd1\x60\x2a\x42\xa4\x67\x30\x92\x99\x18\x56\x0c\x3b\x9c\x13\xc8\xf5\xe1\x79\xf0\x5d\x04\x8e\x42\xfb\x5c\xbb\x3c\x3b\x91\x7d\xbe\x63\x81\x4b\xa1\x67\x91\x7f\x71\x58\x09\xaa\x34\xb5\x8c\x5c\xce\xaf\xa8\xa8\xcc\xab\x62\x56\x53\x6a\xb2\x6a\x53\xeb\x92\xea\xe3\x1b\x50\x8d\xb1\x4d\xb1\xcd\xb1\x2d\xa8\xd6\xf8\xb6\xc4\x76\x5c\x47\x7a\x27\xbe\x8b\xdc\x8d\xf4\x70\x7b\x45\x7d\xa5\xfd\xb5\x03\xad\x83\xbd\x43\x83\xc3\x83\xc7\x07\x46\xfa\x47\xfb\x4e\xf4\x9e\xec\x39\xd5\x3d\xd6\x35\xde\x71\xba\xed\x4c\xcb\x44\xd3\x64\xc3\x54\xdd\x74\xcd\xd9\xea\x99\xaa\xd9\xea\x73\xb5\x73\x0d\xf3\xad\xe7\xbb\x2f\x0c\x5f\x9c\x58\x58\x58\x9c\x5c\x1a\xb9\xd4\x7b\xb9\xe3\x4a\xcb\xd5\xa6\x6b\x8d\xd7\x1b\x6f\x34\xdd\x6c\xb9\xd5\xbe\xdc\x75\xbb\x67\xa5\xff\xce\xe0\xdd\xe3\xf7\x4e\xdc\x1f\x7b\x70\xe6\xe1\xf4\xa3\xb9\xc7\x0b\x4f\xae\x3e\xbd\xfd\xec\xd1\xf3\x87\x2f\x96\x5f\x5e\x5a\x9d\x7f\x35\xfd\x7a\xfc\xcd\xe8\xdb\xa1\x77\xfd\xef\x7b\x3e\x74\x7f\xec\x5a\xeb\xfe\xd4\xfb\x79\xe0\xcb\xc8\xd7\xf1\x6f\x33\xdf\x17\x7f\xdc\xfa\xf9\xe8\xd7\xea\xef\x0f\x7f\xbe\xfe\xfd\xf5\xef\xdf\xbf\x7f\x30\x80\x7e\xbf\xbf\x0b\x03\x78\xf3\x83\x00\x18\xc0\x3b\x17\xc9\x30\x80\x55\xc7\x0c\x60\x00\x1f\x6c\x3b\x0a\x03\xd8\xb2\xb0\x0f\x06\xb0\x1b\xb9\x19\x06\x70\x44\xdc\x65\x18\xc0\xa9\x2e\x66\x30\x80\xe9\x7a\xad\x30\x80\xcb\xfe\xe9\x42\x24\xc6\xc4\xbb\x0f\x50\x16\x23\xe8\x7e\x02\x94\xcd\x10\x5f\xe8\x87\x98\xf4\x91\x53\x51\x50\x3c\xf2\xa7\xb5\x1c\x6a\xa1\x7b\x16\x02\x68\x80\xae\x42\xd6\x84\xce\x22\x4f\xe3\x0c\xa1\x65\xa4\xd3\x79\x0a\x7a\x85\x04\xea\x05\x40\x3f\x91\x8d\x7f\x8f\x40\xeb\x39\xc3\x6f\x7f\x42\x80\xfd\xe2\x5e\x0e\xed\x1d\x5b\xfd\xe2\x2b\xda\x3f\x56\xd0\x49\x2e\x24\xc3\xec\x6b\xf9\x0a\xd9\x32\x39\x05\x01\x50\x30\x53\x91\xd4\x00\x51\x18\x25\xb1\xfd\x50\x13\x63\x83\x73\x28\x34\x43\xf7\xd5\xdb\x09\x3d\x46\xf2\x7e\x7b\xd0\xbc\x44\x67\xdf\xc8\xd1\x6c\xf2\xe2\xee\x74\xd2\x1c\x85\x2f\x2f\x18\xd2\xbc\x05\xb9\xa3\x6f\x68\x31\x7c\x8f\xe6\x1e\x1a\x91\xe7\x9e\x2f\x4f\xab\xe0\xba\xe7\xf4\xd0\xee\x70\x0c\x63\xc6\x21\x25\xd6\x7b\xa7\x6e\x28\x80\x89\xd3\x9d\x86\x78\xf4\x0b\x3f\x0b\xa8\x8e\xe5\x0b\xaf\x30\x54\xb7\xd2\x9a\xdb\xf3\x54\xff\x62\xca\x7c\x0c\x35\xbe\x90\x36\x62\x44\x65\xe7\x97\x36\xed\xa1\xb6\xe7\xdd\xce\x3b\x41\x5d\xc9\xdd\x45\xac\xa3\xe9\x0a\x8c\xa2\x1f\xd3\x10\x9e\xaa\x93\x32\x6d\x81\x3d\xa6\x5b\x0d\x49\x33\x35\xbe\x13\x29\x51\x8d\x4e\x2f\x9d\x28\xb8\x3a\xc6\xad\x55\x0a\xa9\xfa\xc4\xb9\x42\x4a\x49\xe5\xb6\x61\x1a\x65\xb0\x2c\xad\x41\x44\x79\x55\xfc\x3c\x37\x86\xaa\x5a\xe8\x9e\x5d\x4e\x85\x44\xa2\x68\x79\xea\x33\x61\xb9\x63\x1b\xcd\x8a\x67\xa2\x9b\x4b\xcb\x63\x15\x7f\x59\x25\x0b\x07\xfa\x9e\xad\x91\xcb\x7a\x9e\xdf\xc0\x91\x6b\x3a\xf7\xcc\x1c\x20\xf7\xb7\xfa\x0e\x9a\x91\x6f\x36\x72\xeb\x10\xca\xe6\xda\x71\x41\x09\xc5\xab\x72\x96\xa0\x4c\x19\x28\x2d\x8e\xda\x4c\xdd\x5b\x28\xe5\xb8\x83\xca\xcb\x95\xd1\xe5\x53\x5f\x73\x4e\x7e\xe2\x92\xe5\xa7\xbb\x9f\xe0\xc8\x32\xa7\xeb\xaf\xed\x24\x4b\x9d\x98\x9a\x7a\x46\x56\x1a\x9a\xeb\x97\x22\x1f\xed\x3d\x51\x43\x27\xa7\x77\xf0\x78\xd7\xc9\x13\xcd\xbb\xb2\xfa\x28\xaa\xb5\x8e\x11\xbf\x28\x25\xe5\x1b\x1c\x20\xaa\x54\x81\xa9\x2e\x83\x4a\xe7\xbd\xff\x18\x4c\xba\x7e\x0d\xf7\x28\x91\x74\x6b\x91\x75\xf9\x07\xe9\xca\x1c\x7d\xe2\x0e\xe9\xd6\x14\xaa\x77\x1f\xe9\xc3\x98\x6c\xd5\x18\x79\xff\x70\x09\xd7\x89\x9c\xd1\xd3\x97\x19\x43\x3e\xd5\xba\x35\xc2\x84\xa2\x52\xbb\xd5\x61\x07\x65\xa8\xc4\x51\x97\x4b\xb5\x12\x3c\xfe\xd0\x40\x9a\xbb\xb3\xed\xa1\x80\x34\x7d\xfd\xd1\x65\x2d\xd2\x89\x25\xf6\x84\x38\xe9\xe4\xdc\xbd\x9e\x40\xd2\xe2\xe4\xc7\xaa\xf5\xa4\x3f\x27\xaf\x72\xda\xc9\x2e\x83\x87\x33\xae\x92\xd9\x1d\x8d\xe1\x6b\xe4\x87\xf5\xb3\xf6\x7f\x28\xa4\xd2\xbf\xba\x8d\x54\x19\x21\xf3\xfd\x1a\x69\xee\xb1\xea\x83\x9b\xa4\x81\x3b\x29\x97\x84\xa4\xd2\xeb\xfd\x67\x52\x49\xa2\x45\x51\xf7\x2c\xa9\xfa\x9c\x42\x25\x4c\x9a\x3d\x83\xe1\x58\x90\xb7\x8d\xa8\x66\xc4\x91\x6d\xba\x1b\xc3\xef\x92\x39\x8d\xdf\x1c\xc4\x29\xda\xe5\x26\xba\x0f\x29\xf3\xc2\xce\x9f\x0e\x0c\x69\xda\xd3\x57\x42\x7a\x2f\xed\xed\x0a\x8d\x1e\x0c\x6d\x3d\x7f\x90\xbe\x13\x52\x1d\xd5\x44\x66\x69\xe3\x4d\xaf\x91\x52\x48\x20\x9a\x41\x02\xa0\x99\x1c\x14\x22\x03\x7d\x8d\xf9\x04\x9f\x87\x8d\x9c\x37\xc2\x1c\x18\xab\xa7\x0f\x1f\x81\xdb\x7e\x44\xd2\x29\xf4\x4b\xab\xad\x74\x55\x3a\xf6\x76\x25\x72\x85\xae\x32\x1f\x8b\x54\x22\x0f\x46\x30\x48\x28\x12\xdf\xe4\x84\x98\x21\x43\xa2\xbd\xc8\x26\xa4\x95\x78\x0b\xbe\x81\xb0\x63\xd2\xe0\x16\x04\xe3\x54\x03\xa7\x22\xe6\xba\x2f\x60\x13\x64\xfb\xf7\x74\xe4\x27\xfb\xf4\xcb\x33\x48\x33\x5b\x62\x79\x08\x71\x63\x45\xcd\x15\x21\x9a\xcc\x86\xe3\x2d\xf0\x77\xe6\xee\xc6\x66\xf8\x36\xe3\x4b\x1e\x05\xee\x67\xd4\x10\xfd\xe0\x02\x86\x69\xf4\x43\x38\x9d\x3e\xe1\x64\x0e\xbb\xd2\x0d\x74\x07\x61\x45\xa4\xf0\x6b\x07\xb2\x2f\x6f\xee\xf9\x6f\x78\x31\x97\x71\x0b\xc0\xb9\xc2\xbd\xb3\x5f\xe1\x08\xfe\xbd\x61\x1d\xf8\x30\xaf\xaf\x21\x06\x96\xe4\xce\xe4\x7a\x40\x9f\x38\xb7\xb2\x93\xa1\x35\xf6\x85\xe8\x8d\xd0\x6b\x56\x93\x63\x15\x74\x9f\xe9\xa2\x8b\x83\xa6\xe8\x4b\x9f\x1f\xc1\x91\x65\xd9\xcf\x9c\xe0\xcd\x25\xf0\x0d\x2d\xe8\x6c\x11\x77\xc6\x00\xaa\x28\x68\x1a\xcc\x80\x72\x44\x37\xea\x96\xa1\xe0\x3c\x43\xc1\x37\xc8\x46\x28\x20\x60\x20\x17\xfe\x54\xd4\x51\x28\x80\x7b\xd9\x51\x11\x0a\x64\x97\xea\x7a\x42\x6e\x4c\x83\xb5\x17\x10\xa3\xfe\xee\x13\x1b\xc8\xb6\xd6\xfe\x9a\x1f\x24\x59\x55\x32\x9d\x40\x7b\x5a\xb1\xb9\xff\x14\x6d\xb1\x94\x53\xeb\x43\xeb\x2c\x56\xe6\xb7\xd1\xca\x0a\xda\xf1\xf1\xb4\x16\xd1\xb6\xc8\x1c\xda\x29\xa1\x99\x43\x1f\x6d\x8e\xb7\x41\xd7\x8d\x36\xcb\x2a\xfd\x90\x40\x2b\xef\xfb\xfe\x70\x95\x86\xea\x0e\xbb\x7c\x97\x66\xd0\x3e\x35\x29\x49\xfd\xdd\x22\xdf\x2b\xa4\xde\x6e\x48\xae\xf6\xa2\xce\xd5\xcc\x73\x9f\x51\x67\x2b\x7e\x66\xfe\xa0\xae\x94\x7c\x8a\xc0\x53\xbf\x14\x54\x39\xe8\xd2\x24\x85\x57\x74\x7d\x69\x7b\x39\x03\x6f\xbf\xd2\x2c\x26\x3b\xef\xc7\x53\x1f\x8d\x2d\x2d\xb1\xa8\xf5\xa3\xfb\x4f\x2f\x52\xa3\x07\xdd\xbb\x53\xa8\x87\x7a\xa2\x2b\xc3\xa8\xda\xed\x51\x9c\x03\x54\x93\x26\x85\x8c\x42\xaa\x5b\x0d\x35\x3c\x93\x9a\x5c\x96\x61\xdf\x40\x2d\xcc\x7f\xa0\xeb\x47\x1d\xe0\xdd\x7e\x7d\x95\x06\x2e\xff\xbe\x9b\x44\xed\xba\x18\xb6\x40\xa5\x86\xcd\x56\x8c\x5d\xa6\xca\x4d\xb4\x77\xf2\x28\xcf\x4e\xb2\xca\x6b\x29\xcb\x43\x47\x58\xed\x94\x27\xdd\xac\x74\x1f\xca\xb3\x16\xb5\xb0\x6e\xca\x9f\x9a\x00\x7b\x0b\xaa\x71\xf1\x4d\xdd\x48\x6a\x92\xe0\xcc\x6b\x05\xea\xdb\xe5\xea\x3b\x65\xd4\xf2\xab\x0d\x17\xbb\xa8\xd6\x0b\x84\x31\x31\xca\x97\x73\x62\x1d\x53\x94\x99\x09\xd7\xb2\x55\x4a\xff\x89\x48\xd6\x36\xca\xa9\xfe\x6f\x69\x17\x28\x7d\xed\xdd\x61\xa9\x94\xb1\xfa\xf5\xf6\xca\x94\x7f\xa5\x6c\xdd\x1c\xaa\x85\x30\xfc\x15\x8b\xfa\xe0\x41\xe6\xca\x37\x2a\xed\xb6\xd4\x45\x59\xaa\xd2\x55\xe4\x54\x22\xe5\xe2\xc5\xaa\x0e\x43\x8a\x68\x26\xa6\x2c\x9e\x42\x18\x7f\xc8\xac\xa7\x10\x87\xaf\xa6\xa1\x28\x09\x5d\x2d\x61\x9e\x14\x4c\xa3\x86\xbd\x26\xa5\xbf\xec\x84\xee\x71\xca\x07\x21\xfd\x73\x00\xdb\x84\xfa\xfd\x99\x14\x8b\x49\xdb\x71\x03\xcb\x5c\xa1\x6d\x9e\x69\x67\xfa\xd0\xc4\x87\xb6\x32\xae\xd1\x74\xea\xa3\x18\xd1\xb4\x1b\xc2\x2a\xfa\x63\xc8\x84\x70\x97\x1e\x06\x09\xa3\x3e\x20\x97\xa1\x17\x8e\xcd\x88\x3d\x6c\xa6\xcb\x84\x07\xe0\xc6\x4f\xc9\xac\x4a\xe4\xfa\xd3\x83\xcc\x2f\x48\xee\xf5\x02\x66\x20\x72\xec\xec\x7d\xc6\x43\xf8\xcd\xa0\x0f\x03\x07\xcf\xd7\x9d\x62\x6c\x41\x36\x09\xfe\xd2\x4b\x91\x9d\x04\x6f\xba\x1a\xa2\x10\x15\x89\xf4\x20\xff\x39\x5a\x23\x87\x10\x29\x5d\x27\xb8\x1b\x59\xbf\x86\xb0\x00\xeb\xd6\x93\x40\x66\x3c\xcb\xf8\xda\x20\xe3\x1a\xb3\xf6\xac\x24\x03\xcb\x58\x1b\x28\x63\x6c\x62\x10\xeb\x34\xe8\x4d\x0c\x2b\x01\x8a\x6e\xcd\xf8\x0f\x7f\x19\x79\x44\xbf\x10\x79\x07\xa1\xd0\x93\x1d\x9e\x23\xdb\xe9\xeb\x74\xe5\xe0\x12\x84\xf7\x61\x91\xb9\x23\xf7\xca\xa3\x0e\x06\x5d\xd8\x7e\x55\x81\x21\x26\x08\x9a\xca\xa7\x57\xf0\x35\xfa\x75\xe8\xd6\x3c\xc9\x9a\x7b\xc8\x03\xae\x11\xdf\x01\x61\x71\xc2\xb2\xde\x21\x76\xec\xe8\xc8\x1d\xf0\x77\x96\xab\x83\x1f\xdc\xc8\xfc\x4f\xe7\x1e\x6c\x45\x9f\x7d\xf7\x9b\x51\x55\xaa\xf3\xe0\x3d\xfd\x4d\x71\xe2\x65\x4f\x7a\x64\x61\xe9\xc4\x65\xe4\x4d\xfe\x85\x5e\x1a\x92\x2b\xda\x55\x1d\x8a\x18\xe7\x72\xb9\x5f\xe1\x27\x82\xef\x99\xef\xe1\x66\xbe\x63\x84\x1f\x1c\xcf\x4d\xb3\xbf\x0f\x2b\xb2\xa3\x74\xce\x43\x67\x99\x6a\x6f\x15\xe8\x2b\x75\x99\xf7\xfe\xd0\xad\x6b\xc4\x97\xe8\xc8\xd5\xca\x8c\x33\xd2\x88\x47\xf9\xba\xee\xeb\xf0\x6a\x49\x6d\xe5\x1d\xb8\xa8\xc8\x9f\xd3\x03\x3b\xe6\xff\xca\xf8\x02\x6f\xc9\xa3\x85\xd7\x40\x8b\x82\x4b\xf6\x24\x48\xc8\x9d\xd1\xb9\x04\x99\xb3\xd8\xaf\x86\x91\x99\x5e\xf3\x3b\x5d\x48\x48\xe7\xa5\x05\x19\x78\xad\x2d\x6e\xec\x34\x9c\xd8\x74\xbb\xb3\x1d\x16\xab\xf7\x2c\x7f\x0c\x0d\x57\x2f\xb1\xbe\x40\xf8\x0a\x8d\xf4\x22\xc8\xa2\xc4\x31\xac\x19\x92\x28\x50\xb0\xfb\x47\xbb\x21\xa4\xeb\xdc\xa7\x15\x70\x2a\x5f\x1e\x42\xf8\x67\xda\x6f\x6b\xc3\xf7\x4e\xfe\x38\x3f\x06\xc7\x1e\x47\x4e\x52\xa1\xcb\xfd\x17\xda\xf3\xa0\xe8\x6e\xb1\xd2\x4f\x90\x42\x9b\x1e\xd3\x9e\xf6\xbc\x71\x57\x9a\x11\x6d\xa0\xba\x33\xb4\x83\xc6\x28\xbd\x6e\x07\xd1\x82\xf2\x29\x3a\xcf\x69\xca\xbc\xe3\xcf\xf7\x20\xbe\x4b\xbc\x5b\xa6\x70\xef\x79\x8d\xb9\x09\x78\xc7\xd9\x96\xd1\x3c\x88\x7e\xfa\x69\xeb\x10\x24\x3b\xfa\xae\xe4\x18\xed\xdc\xc0\x15\xfa\x1c\x4d\xd4\xe5\x93\xf2\x93\xe6\xd6\xac\x1b\xf2\x98\x26\x5f\x5d\x6c\x27\x47\xfd\x55\x1c\xa2\xb3\x46\xbd\x21\xc8\x7b\x16\x85\x58\xde\x54\xbf\x99\x0e\x97\x5f\x0e\x38\xf7\x19\xfa\x71\x21\x7c\xe4\x2c\x14\x33\xa3\xd2\xf2\x9e\xf6\xf6\x74\x55\xb1\x90\x56\x33\xf2\x90\x7e\x80\x16\xdb\xd7\x9b\x42\xa2\xc9\xb5\x75\x84\xd4\x53\x97\xeb\x0c\x6d\x7f\x52\xcf\x95\xfc\xd3\x95\xa4\xb6\x0a\xb5\x9f\xde\x46\x34\xef\x2e\xdc\x78\x02\x63\x6f\xf6\x9e\x0b\x87\xae\x5f\x76\x1c\xd1\x86\x8e\x9e\xaf\x6f\x89\xa2\x8d\x4d\x57\x17\x6f\xa5\xc5\x8e\x79\x21\xd3\x34\xd5\xa1\xec\x14\x35\xea\x62\x67\x6d\x08\x95\xca\x69\xf0\xb0\x03\xd4\xec\x32\x1d\x5d\x67\x6a\x88\xd0\xe7\x25\x4a\x98\x47\x81\x6f\xdf\x14\x24\x51\x5a\x2f\xda\xf1\xb5\x29\x73\x63\xb6\x3c\x33\xca\xfd\xce\x54\x6e\x00\x55\xa6\xfc\x2a\x27\x82\x9a\xc7\x7a\xcd\x8e\xa7\x29\xa7\x27\xb1\x22\x68\x27\xc2\x48\x4c\x77\xc8\xc1\x8e\xc2\x38\x0a\x5d\xd3\xbe\x49\xdf\x09\x13\x5e\x50\x04\xdf\x60\xfd\xdb\x9b\xf8\xf7\xe0\x0d\x17\xb0\xbc\x4e\xe8\xce\x29\x2a\x77\x16\xea\xef\x38\xc7\x59\x83\xca\xca\x4d\x39\xeb\xa1\x0b\xac\x28\xf6\x5e\x78\x63\xda\x0b\x96\x3e\x6c\x1e\xb6\x8e\x79\x00\xc6\xd9\xa9\x31\x74\xe0\x46\xed\x16\xba\x34\x7c\xed\x79\xbe\x00\xc5\x5c\xb7\x7c\x88\xef\xc7\xe0\x9e\xcf\xe7\xe9\x30\xe4\x4e\x4e\x73\x03\xe9\x8d\x1d\x4a\x1c\x1e\xdd\xa1\xac\x92\xdd\x41\x57\x67\xde\x64\x5d\xa4\xcb\xa4\xa5\x32\xdf\x22\x6f\x42\x8b\x18\x7f\x90\x13\xb6\xb7\x18\x5b\x10\x81\x36\x8c\xfc\x46\x82\x9e\x59\xf0\xb3\x84\xe0\xe6\x2d\x1e\x96\xff\x69\xde\x95\x1b\xc0\x5b\x3e\x91\xce\xa1\x71\x2f\xb5\x5d\x66\x0f\x71\xee\x96\xa6\xb0\x1e\x73\xf6\x30\x6e\xb0\x76\xb1\x51\xa9\x02\x66\x00\x0b\x09\x59\x62\x30\x99\x7c\xdb\x70\x7a\x03\xa3\x58\x3b\x02\x69\xa4\xe7\x3e\x71\xe6\xbd\x29\xfa\x70\xc3\x80\x3b\x53\x18\x7d\x8e\xc5\x39\x9e\x3f\x33\x32\xc5\x7e\x24\xd2\x6a\x35\x65\x2b\xe4\x56\x95\x00\x96\x8f\xd0\x8c\x5e\xcc\x14\xf1\xaf\xa5\x14\x30\xce\xf1\x9c\x43\xf6\xd1\xbf\x71\x6a\x6d\xfe\xd0\x77\xb3\x6e\x68\x47\x20\xfb\x19\xcf\x1f\x91\x79\x06\xd5\x33\xd7\x0e\x71\xf5\x2b\x05\x33\x93\x1c\xed\x72\x87\xe3\x92\x6c\xbf\x52\xf1\xe6\x56\x96\xb0\xe8\x76\x51\x21\x73\xae\x60\x16\x09\x62\x4a\x8a\xea\x93\x5b\x19\x47\x72\xc3\x83\x61\x7a\x0c\xff\x95\x4d\x37\xc2\xe7\x1e\xd4\x4e\x83\x2b\x58\x8e\x0f\x52\xb8\x11\x5d\x12\x57\xf4\x38\xfe\x6d\x37\xa7\xa3\xd9\x01\xcd\xf5\x83\x0b\x2c\x6a\x43\x64\x23\x8f\x39\x50\xab\x50\xd0\xc1\xf8\x5c\x79\x17\x1a\x64\x58\x97\x51\x70\xe1\xf4\xb4\xa2\xd5\xa0\x0a\xa4\x31\x7f\xab\x8d\x05\x7c\x4d\x70\x49\x5b\x00\xbd\xe2\x78\xdd\xad\xe3\xac\x9d\xa2\x2c\xd1\xd8\x4f\x47\x2c\x27\x77\xb2\x96\x06\xe5\xfa\x4b\x99\xef\x7a\xc6\xea\xf1\xcc\x7d\x1d\xce\xa2\x59\x46\x5c\xf3\x3c\x4d\x92\x3e\x54\x2f\x8e\xdd\x8e\xac\x56\xfe\x0a\xec\x42\xf6\x95\x08\xac\xa7\xe1\x00\x51\x9d\x76\x39\x94\xce\xf3\x5b\x19\xe6\xb4\x9f\x7f\xb8\x30\xcc\xae\x98\x79\x7b\x66\x1f\xab\x70\xe2\x4a\xef\x28\xb3\xf5\x54\x5c\x6d\x1f\x63\x69\x78\x3a\x6f\x3f\x43\xbc\x6f\x1d\xa5\x81\xee\xd7\xfe\x34\xf1\x15\xc2\x6a\x3c\x1a\xf0\x00\x1e\xaf\xda\x6c\x1d\x02\xfd\x2c\xf2\xd2\x6e\x81\x94\x05\x72\xb7\xdf\x70\x06\xaf\x78\x5e\x7c\xcf\xce\xbf\xf8\xe6\x74\x08\x2b\xfb\x5c\x58\xcf\x3b\x26\x67\x12\x5b\xf3\x91\xd1\x71\xca\x3c\x17\x4f\xbf\x3f\xf4\x90\x22\x41\x57\xed\xd9\x95\x98\x8e\xf8\xb6\x54\x07\x14\xc2\xac\x1a\xb6\xb5\x19\x74\xae\xf8\x89\xf6\x19\xda\x3b\x41\xef\xed\x00\xce\xa9\x5b\xd7\x2e\xfa\xb3\x99\x57\xff\x1b\x1f\x67\x05\x2f\x28\xf7\x04\x30\x23\x67\xa7\x6a\x62\x18\x84\x09\x69\xe1\x67\x7a\xe3\x09\x4d\x72\x1d\xf2\xa0\x7f\x3c\x51\x0d\x11\x6f\x27\x07\x60\xe1\xc3\x75\x79\xd6\x56\x10\xb1\x74\x8b\xf6\x67\x5a\x83\xe0\xde\x9d\xe2\x22\x21\x39\x7e\x49\xbd\x60\x96\x5c\x3b\xb9\x33\x7f\x0f\x79\xbe\xff\x4b\x5e\x0f\xf9\x67\x83\x64\xae\x23\xc5\x29\x3f\x47\x70\x99\x72\x89\xd6\xc7\xf7\xa7\xa6\x60\x23\xb8\x97\x68\x92\x81\x65\x9c\xc3\xb4\xfe\x63\x3f\x59\x22\x28\x4d\xf3\x19\xe3\x02\x6c\xbb\xb2\x52\xf8\x96\x76\x67\x31\xbc\xc0\x81\xb6\x30\x61\x27\x1a\xa4\x0d\xf5\x1f\xc9\xf3\xa4\x35\xd4\xa3\x85\xef\x69\x3d\xa2\x07\x02\x1e\xed\x25\x4d\x87\xaf\x08\x99\x27\x3d\xe3\xb6\x42\x8c\xc0\x03\x9c\xbd\xd0\xd2\xb1\x1e\x16\x03\x36\xd6\x1c\x67\x5c\x84\xeb\x56\x76\x17\xfa\xd0\x33\x17\x72\xf3\xcf\xd1\x95\xcf\x24\x8b\x1c\x91\x99\x3e\x38\xf7\x3d\x92\x5e\x37\x23\x2c\x47\x8e\x8a\xdc\x05\x66\x88\x2e\xb5\x9d\x77\x13\x31\x48\xca\xe0\xa6\x22\xaa\x01\x0b\xec\x2f\x88\xf4\xb1\x14\x56\x1c\x22\xa7\xd9\xc4\x18\x46\x94\x96\x49\x05\x7c\x3e\xb8\xa8\x9c\xbf\x85\xa7\x78\xfa\x60\x5e\x09\x57\xbf\xd7\x3c\xd7\x8c\xe3\x5d\xcb\x16\xbc\x62\x33\xf3\x0c\xf8\x85\xac\x55\xca\x00\xcf\x8c\x15\x90\x58\xc2\x79\xc1\x2c\x0b\xd8\xcd\xa6\x33\x96\x8e\x49\x30\x7f\x33\xe4\x34\x8b\x19\xc1\x74\xd7\x9b\xcf\xf3\x1f\x14\x74\x9d\xaf\x14\x05\xe5\xfb\x8f\xd5\xe4\xbe\xc9\x7b\xde\x3d\x21\x2c\xcd\x25\xd6\xe8\x08\x5c\x84\x8a\xc2\x0f\xbc\xbf\xfc\xa7\xe4\x2a\xee\x20\xaf\x3b\xa1\x9f\x13\xc4\x75\xf2\xe7\xb0\xd6\xd8\x4b\x56\x93\xcc\x2c\x96\x9d\x66\x1b\xfd\x1a\xa3\xfc\x06\x36\xdf\xb9\xd2\x7b\xee\x47\xde\x6c\xb9\xc5\x29\xf1\xdc\xc0\x52\x8d\x2e\x1b\xc1\xbf\xe2\x7d\x55\xb3\xfc\xe3\x85\xaa\x82\x5e\x5e\x7a\xbe\x2d\x89\xc5\x3d\x90\x17\x8c\x39\xcf\x3e\x2f\x34\xf5\xfb\xc4\x8a\xe2\x03\x2b\x1a\xe3\x29\x27\x57\x73\x86\xee\xc0\xfc\x7c\xcd\x5c\x14\xd9\x76\x61\xf6\x62\xee\xd7\xe6\xb7\xa3\xd7\x85\xa2\xc6\x0d\x1d\x9a\x02\xd3\xba\x75\x15\x57\x78\x2f\xab\x7e\xf2\xde\x72\x5b\x2b\xc4\x72\xd6\x73\x30\x25\x2f\xe2\x7b\xd8\x12\x85\x5c\xbf\x7d\xcc\xe6\xbc\x35\x2b\x05\xc6\x01\x81\xa4\xe6\x2a\x52\xc0\x5e\xbb\xbc\x22\x3a\x32\xd2\x7b\x16\xc9\xad\x1c\xbc\x72\xbc\x5b\xb8\xa3\x77\xb5\x6d\x17\x7f\xb0\x73\xb9\xec\x11\x2f\xb2\xb5\x9f\xab\xcd\xdd\xd3\x08\x67\x93\xd9\x0f\x6b\xe5\xd1\x08\x8b\x53\xe1\xeb\x7b\x8c\xb9\xbf\xd8\xd8\xb2\x85\xde\x97\x37\xa4\xf9\x13\x91\xe6\xde\x5f\xba\x2e\x52\x9c\x45\x4d\x15\xe5\x52\x26\xcf\x0e\xb5\x0b\xd6\xc6\x5e\xb5\x68\xf3\x19\x23\xd7\x4b\xa5\x79\x2a\x03\xb9\x6c\x88\x73\xad\x5b\x8b\xb0\x99\x9d\xdb\x9a\x8c\x0a\x64\x1d\xac\xd7\xf4\x49\x61\xcc\x57\x60\x2c\x2d\xe9\xfe\x85\x86\x5a\x9b\xe0\x13\x7c\xc1\x12\x10\x49\x2f\x64\x4e\x1e\xcf\x25\xce\xc5\x0c\x5e\x11\xbc\x9a\x56\x6a\xf6\xe7\x67\x8c\x0b\x4a\x9c\x79\x9b\x47\xc6\x58\xf3\x9c\x81\xfe\x29\x7c\x02\x3b\xb6\x33\x3a\x6e\x99\x05\x9a\x42\x7d\xe4\x19\xe5\x55\xb3\x96\x8a\x74\x95\xa2\x61\x2d\x45\x98\x21\xd8\xb7\x18\x22\x5a\x7f\xb5\x65\x72\x53\x2e\x6e\xd1\x6c\x50\x45\xb0\x32\x57\xd4\xd4\xc9\x0f\x9c\x2a\x2f\xee\xe0\x3e\x1c\xf3\x64\x99\x71\xa0\xe1\xc5\xac\x8f\x6c\xcd\x9e\x2b\x71\x08\xf3\x74\xeb\x0e\xef\x37\x0c\x8f\x9a\x13\x96\x8a\xc8\xf5\xe2\x2b\x5a\xee\xf0\x61\x81\xff\x92\x49\xe5\x1f\x92\x68\xca\xa7\x7c\x99\x74\x79\xd8\xaa\x74\x88\x2c\xdd\xba\xa9\xf8\x04\x39\xa8\x4c\xbe\xf0\x1c\xf9\x04\xa7\x3c\x7f\x82\xe2\x9c\x0d\xf2\xfa\x29\xef\x51\x1f\x84\x95\xd4\x52\x9f\x14\x7e\x02\xcd\xc1\xc2\x83\x2b\x07\x19\xaa\x3f\x63\x95\xc1\x7a\x8b\xee\x95\x45\xd4\x4b\x93\x9c\x72\x12\x75\x61\x08\x5f\x1a\x4e\x5d\x68\xf1\x2a\x4e\xa0\xde\x2a\x4d\x2d\x24\x51\xbf\x73\x36\xe7\xb3\x68\xf6\x04\x56\x1e\x93\xd6\x80\x62\x08\x73\x68\xdf\x7d\x76\xf0\x7d\x21\x5f\x0b\x69\xae\x04\xf4\x54\xfd\x3c\xab\x14\x26\x2f\x10\x2a\xb5\x10\xd3\x89\xa1\xf2\xbd\xf0\x9b\xc1\xf6\xd2\x0d\x70\x5f\x73\x43\xb1\x12\x4c\x29\xb9\x5b\x68\x0a\x47\xb0\xa1\x7c\x47\x18\x45\x90\xc8\x73\x87\xc9\xa8\xdd\x42\x17\x98\xee\x3d\xc1\xd7\x85\xb9\xe6\x2b\x9c\xd7\xf0\x29\xf5\x53\x2c\x08\xfe\x78\x51\xab\x02\xe1\xfa\x9c\x89\x2a\xcb\xe1\x30\x07\x08\x25\x59\xec\xf1\xa6\xb4\x22\x2e\x5b\xac\x78\xa4\xa0\x8d\x15\xc6\xca\x14\x8d\x31\x1f\xe0\x55\x72\xe7\x99\xb8\x38\x2f\xc1\x25\xc6\x15\x6f\x3d\xde\x18\xc3\xc0\x3c\x8f\xc3\xa2\xb7\xa9\x8f\xb3\x94\xe9\x72\xe7\x4b\xca\x7b\x45\x6d\xa7\xf7\x97\xf6\xe6\x11\xfb\xf7\x14\x4f\xe7\x1a\x37\x1e\x2c\xbc\x2f\xf8\x50\x24\x2a\x10\xe3\x8f\x33\x13\x44\x2a\xbc\xbe\xac\x23\xb9\xe6\xdc\xa6\xd8\x4c\x81\x05\x27\xc6\xab\x8d\x77\x90\x2d\x6f\x1e\xc8\xfe\xc5\x9c\x55\xbf\xc3\xac\x60\x44\xcf\x9b\x96\xfd\x2b\xbb\x34\xc6\x2d\xdd\x55\xba\xa5\x77\xaa\x58\xb9\x58\xaf\xfe\x59\xa1\x45\xa1\x5f\x61\x4c\x7e\x7c\x3e\x87\x11\x9c\x97\x97\x77\x37\xd3\x4b\x38\x90\xab\x11\xc3\xe2\xb7\x0b\x34\xbd\xb4\xb8\x55\x3c\x6d\x73\x2d\x76\x3c\xfb\x97\xc6\x16\xe6\x3a\x66\xef\xec\x8f\x32\x74\xf3\xc9\x93\xbd\x25\xa1\x8d\x6a\xdd\x53\x45\x71\x75\xb4\x3a\x50\x40\xa9\x1e\xc9\x6f\x10\xd5\x56\xbc\x46\xce\xe6\x5e\x28\x33\x4a\xff\x2c\x78\x5f\x1c\x1d\xdd\xc7\x7b\x5f\x70\xd4\x33\x89\xf3\x28\xf7\x89\xd9\x2d\x56\x17\x3f\x48\xc3\x94\xe1\xc0\x2e\x9f\xd9\x56\xfa\x78\xf0\xd7\x28\x52\xbc\xd6\xe7\xde\x39\x57\xf8\xb6\x6b\xba\x46\xa9\x00\xb4\xfd\xc8\xbb\x23\x52\x6c\xde\x0d\x6b\xe6\x3a\xd4\x1f\x4d\x13\x09\xb0\xd5\x1a\x51\x5d\xbc\xf4\xb2\x2e\x8f\x6a\x4e\x74\xe1\x03\xb3\x2c\x96\x66\xee\x05\x0d\x0f\xfa\x38\x37\x69\xda\xb5\x6c\xcb\xe4\xa7\xe3\x17\x8a\x3f\x8c\x73\xda\xa7\x0b\x9f\x8f\xfe\xac\xd2\xc9\x7f\x3e\x74\x24\x57\x3c\xef\x7d\xaf\x2b\x8d\x92\x2b\xde\x61\x97\xaa\x20\x50\x6e\x7a\x1d\x09\xf3\xf6\xd5\x6e\x77\xbf\xc8\x91\x28\x9b\x34\x93\x60\x2e\x14\xc8\x6a\x84\xd2\x23\x79\x7f\xa6\xac\xcb\xf6\xce\xe5\x0c\x3f\x2c\xfe\x3b\x3d\xd6\x76\xb7\xf0\xcd\xe9\xf9\x4a\xcf\xfc\x87\x27\x8a\x85\x66\x79\xf7\x86\xd4\xa9\x93\xc2\xb7\x3d\xa2\x94\x6c\xfe\xaf\xb6\x8a\x48\xc0\xfd\xd2\x20\xe1\x8e\x67\xdf\xa9\xf8\x75\xf4\x29\xb3\xb2\x90\xaa\x81\xa3\x6b\xf1\xf9\x93\x61\x65\x86\x8b\xba\xc3\xdb\x4b\xb6\xcc\x6b\xb7\xed\x29\x7c\x35\xfd\xa2\xa2\x3c\xff\xca\x69\x6f\x41\x41\xde\xe4\x68\x2a\x55\x5b\x78\x76\x20\x30\xf9\x1b\x7f\xb6\x73\x31\xa2\x81\x7b\xa2\xa9\xcc\xdd\x8a\x5d\x5e\x75\xf9\xe8\x1d\xa6\x77\x91\x40\xa3\x1c\xb9\xcd\x9f\x3a\x89\x6d\xc3\xe5\x7c\xec\x5d\xd7\x9c\x46\x72\x6e\x78\xd0\x50\x42\x62\x97\xc8\xd6\x9e\x21\x2d\x73\xea\xab\x9e\x90\x9d\x73\x26\xcb\x7f\x93\x57\x92\x5e\x94\xfc\xa0\xf0\x42\xaf\x14\x9e\xa7\xba\xb9\xd0\x44\x49\xb4\xdd\xa6\x67\x04\xab\x90\xbc\xea\x57\xae\x0e\xbc\xff\xc4\x99\x36\x09\xca\x87\x9e\xa8\x66\x45\xaa\x58\x83\x7d\x83\x1b\x15\x14\x0b\x6a\x73\xa8\x7b\x38\xba\x55\x2d\xd4\xc0\x9c\x80\xf2\x79\x6a\x47\x52\x6e\xc9\x65\x9a\x5c\x28\xbd\xb0\x93\x96\xeb\x62\x2e\x0a\x84\xc4\x4d\x4b\x04\xf7\xa0\x6e\xd5\xe7\x5c\x2d\x38\xee\xc4\xd6\xd6\x4e\x58\xa6\x7b\xa8\x69\x16\x7a\x54\xdf\x5c\xff\x17\x6a\x2c\xde\x58\x6b\x04\x09\xd8\xe3\x55\x28\x88\x4f\xfc\x50\x2e\x84\x1a\x92\x4c\x4a\x2a\xa1\xa5\x50\xa3\x42\x0a\xf4\xdd\xf9\x8f\xe8\x10\xac\x6e\x9a\x21\x98\x80\x33\x54\x9f\x70\xa5\xe1\x85\x51\xe9\x96\x65\xf6\xf1\xae\x99\x26\x39\xf6\xba\xba\xf9\xfa\x24\x96\x7d\x91\x6a\x4d\x13\xb3\x87\xf5\xb0\x72\x99\xa9\x47\xd4\x29\xdf\xc0\x58\x4a\x14\x94\xc8\x31\x68\x21\x75\x85\x1b\x19\x52\xce\x85\x79\x53\xf4\x1a\x53\x5b\x41\x10\xdd\x5a\xf5\x27\xa7\x1b\x79\x74\x7c\xb5\x25\x39\x37\xb3\xb3\xad\x91\x23\x8c\xaf\xed\xa9\x3b\x27\xb0\x2c\x54\xac\xd9\xc0\xd7\x62\xae\x55\x5a\xf3\x34\xb2\xfd\xca\xf0\x5c\xc7\x84\xab\xc5\x05\x1c\x6c\xc8\xc6\x82\x6c\x36\xda\xd9\x38\xcf\x88\xe5\x67\xaa\xce\xbf\xc0\xb4\x51\xd3\xe5\x28\x31\xf6\x0c\x3f\x69\xee\x2d\xd9\xd4\xc1\x6d\x78\x5c\x14\x5a\x23\xac\x3b\x58\xd0\x52\x20\x59\x9d\x92\x2f\xce\xf8\x57\xd1\x9b\x97\x43\x20\x96\xae\xe6\x6e\x4d\x90\x2f\xde\x26\xa8\x08\x8e\xcf\x7f\xc5\x7b\xe3\x74\x3b\xb7\x9a\xab\x6b\x2a\xcb\x3f\xc8\xf6\x54\x43\xb3\x69\xcc\xd0\xc1\x27\xcd\x62\xf5\xe9\x6d\xc7\x1b\x0e\xd7\x5a\x55\x3d\xac\x85\xaa\x5e\x8b\x48\x55\xa7\x2a\x08\x74\x41\xf9\x5a\x19\xc0\xeb\x96\xea\x16\xd7\xc7\xff\x2d\xf2\x2c\xd4\x09\xaa\xc9\xd7\x13\x25\x38\xb9\x08\x1f\x08\x49\x26\xcf\x78\x58\x1e\x46\xad\x9b\x35\xc2\x3e\xd4\xff\xa1\x69\xa4\x87\xdc\xf2\xb4\x7e\xa5\xd3\xa9\xd2\xa0\x76\x47\x9b\x58\xee\xfd\x2a\x87\xa6\x7a\x64\x5b\x79\x56\xfd\xc1\xcc\xcb\x25\x9d\xd5\x53\xe8\xeb\x85\x0b\x15\x3a\x81\x63\xa2\xf6\x12\x43\xc7\x66\x61\x58\xfe\x67\x93\x7a\xee\x03\x21\x5d\xed\x0a\x4b\x85\x73\xa9\x6f\x6b\xd3\xd4\xc9\x4f\xcd\x3b\xea\xaf\x8d\x68\x96\xa7\xd6\x7c\x1d\xd4\x14\xea\x57\xc9\xf7\x3c\x82\xf0\xe5\x46\x1d\x19\x19\x51\x25\x61\xcd\x1f\x51\xc5\x85\xa9\xf5\x7a\x01\x13\x22\xe7\xca\x35\x87\x9f\x82\x1f\x25\x21\x26\xde\x5c\x92\x28\x4b\xed\x15\xf3\x38\xcf\xa8\x37\xb8\xa9\x6b\x52\xb1\x29\xa8\xfe\xfc\xd8\xb3\xb2\x96\x9a\xcf\xa3\x59\x02\x6c\xd5\xe6\xc1\x49\xda\x99\xf2\xff\x7a\x56\xd2\x4f\x95\x98\xb6\x5f\x47\x6d\x2a\xb4\x6d\xa2\x04\xf8\x8a\xe4\x6b\x9a\x1c\x86\x04\xe7\xca\x22\x4c\x8c\xb9\xf6\xf9\x63\x6a\xff\x98\x14\xde\xf1\x9e\xa9\xa6\xe2\x59\x6a\xe3\x40\xfd\xd8\xe4\xeb\xd2\xef\x35\xab\xe3\x8a\xfc\xb9\xca\x77\xa3\x5b\x69\x1a\x65\x1f\x07\xc6\xd2\x8d\x4a\x36\x74\x5b\xc6\x95\x16\x6e\x6c\x8d\x08\x00\x79\x37\xea\x3e\x38\x70\x04\x50\xc5\x26\x93\x43\x9c\x1f\x05\xc3\xfb\xf5\x98\xfa\xbc\xef\xcd\x55\xc3\x0f\x48\x99\x95\x7b\x07\xd4\x48\xb5\x22\xe3\x1e\x32\x69\x8e\xb1\xd0\x31\x44\x56\xc8\x7e\xd8\xb2\x42\x16\x61\xdb\x1a\x3e\x50\x94\x22\x5b\x6b\x6e\x52\x2e\xfc\x3f\x04\xc0\x07\x20\x54\x0f\x03\x00\xf0\xf6\xfe\xda\xbb\x8c\x54\x32\xda\xa4\x34\x48\xa8\x94\x06\x4a\x44\x92\x42\x1a\xf6\xba\xbb\xb7\xdf\xdd\xbd\xdb\x7b\xbb\xe5\x38\x9c\xb3\xb7\xec\x2d\x92\x96\xa6\x96\xf6\xfc\x37\xb4\xd7\xf7\x3b\x98\xab\x8c\x00\xf5\x1e\x39\x12\x13\x44\x5f\x17\xc7\xbf\x08\x33\xad\x93\x59\x62\x44\x97\x6d\x5d\x21\x06\xa7\x28\xcb\x4b\xee\x83\xa3\x78\x97\x0a\x37\x01\x7f\xf0\x54\x53\x0a\xb8\x24\x4d\x6b\xd4\x83\x91\x67\xcf\x64\xd6\x83\x75\x61\x09\x9a\x7c\x68\xcd\xc1\x14\xa5\x07\x54\xe7\x41\x91\x88\xe1\x80\x75\xc1\xfc\x5a\x64\x94\x75\x22\x8b\x8b\x74\x66\x65\x55\xec\x86\x7b\x94\x1e\x25\x12\x98\xc5\x3b\x5e\xf0\x09\x0e\xc6\x97\x98\xd6\xc0\x87\xd2\x82\x8d\x61\x70\xd4\xd9\x95\x99\x10\x4c\x0f\xdb\xaa\x49\x80\x9b\x0f\xee\x54\x4e\x47\xc6\x78\x1c\x92\x9c\x45\x0e\xac\xdb\xc5\x97\x23\xc5\xd6\x64\x56\x3c\x6a\x91\x35\xb5\x5c\x4a\xbb\xae\x30\x16\xbf\xa6\xad\xe6\x3e\x2b\x38\x40\x65\x61\x8a\x3c\x19\x75\x42\xea\xe5\xec\x4b\xb8\xe1\x4c\x99\xfe\x3f\x3c\xf8\xd8\x1d\xf5\x33\x7c\xe9\x81\x8f\x0a\x1e\x76\xc7\x63\x8e\xf8\x33\xc6\x5d\xb7\x9e\xef\x80\x1d\xb1\xce\x62\x8d\xc4\xe6\x65\x7e\x29\x9f\xc4\x99\x26\xef\x2f\x3e\xc0\x9e\xc4\x9d\x65\x2e\x64\xfe\x44\xef\xe4\xfe\x64\x8e\x4f\xb5\xcd\x76\x61\x38\x9c\x59\xa8\x0f\x27\x62\x8f\x05\xa9\xc3\xe8\xf5\x07\xc4\xf2\xbf\xb4\x97\xdb\x1f\x8b\x43\x68\xe3\xd7\x6d\xe0\x09\xa9\xab\xac\x9f\x30\x23\xf1\x6d\x99\x33\xcb\x7c\x45\x7a\xd9\xa3\x22\xb3\x70\x37\x67\x8b\x79\x2e\xbf\x0b\x9d\x95\x1b\xc5\x3b\x9a\x92\x96\x65\xe4\xfc\x89\x01\x75\x57\xd9\xad\xa1\x37\x32\xae\xb3\x98\x07\x9c\xe5\xd1\x4c\x8b\xed\xc5\xa2\x5a\x42\xb5\xce\x93\xfb\x8c\x3e\x6e\xc9\x6a\x46\x0d\x35\x5c\xd7\x53\xaa\xd4\xb8\x4b\xf3\x0b\xbf\x67\x2c\x64\xfd\xcc\x3f\xa9\x78\x0f\x3f\xcb\x31\xcb\x1a\x92\x4f\x19\x1e\x4b\x84\xa7\x99\xba\xc9\x22\x38\x74\x52\xc6\x14\xc1\xf1\xfd\x5a\x99\x96\xfb\x73\x7b\x90\xf0\x03\x3b\x76\xdd\x76\xee\x4c\x46\xcf\x12\x2e\x31\x48\x1f\xa3\x0d\x2e\x75\xcd\xe3\x49\x9c\x0b\x19\x46\x39\xd3\x6c\x7a\x6f\x68\x82\x72\x73\x56\xe9\x6a\x92\xb6\x1b\x8e\xaa\x73\xa3\x31\x2d\xa2\x34\x86\xac\x54\x41\x32\x6c\xdf\x07\xd9\x54\xf1\x78\xf7\x57\xc2\x30\xbe\xdf\x3a\x5b\x4e\x2a\x9b\xbc\xe4\x1a\xb1\x81\x48\x50\x37\x95\x2e\x28\xef\x17\xf5\x17\x86\x95\x04\x32\xf6\x98\x0a\x0b\x2e\x80\xfe\xc6\x3b\x79\xf7\x12\x7e\x67\x7e\xce\x7e\x1c\x75\x5c\x3b\x55\xff\xf0\xa8\xb3\x6a\xa4\x3a\x67\x9f\xb3\x54\xac\xf8\x9f\x7b\xb2\xe0\xb9\x78\xd9\xda\xdf\xec\x7f\xbc\xd1\x4b\xfe\xd1\x1b\x19\x7a\xf5\xae\xd2\x49\xb5\x47\x44\x3b\x0a\x0f\x54\xa6\x13\x39\x26\x49\x69\x1c\x50\x61\xac\x2a\x5c\x95\x10\x9d\xd9\x91\xd7\x11\x79\x4f\x73\x3b\x7b\x77\x70\x87\xb2\x43\xc7\xf4\x1d\x92\x06\xaa\x4e\xb9\x7b\x0a\x4c\x92\xa1\xb5\x1f\xd8\xcd\xfc\x45\x36\x8b\xe9\x08\x73\x6a\xc6\x93\x92\x1f\x8d\xcb\x85\xdd\x85\x1b\x6b\x3f\x12\x0b\x4c\x29\x95\x2c\x60\xb5\x91\x55\x32\x1c\xff\x36\x93\x53\xb0\x32\x32\x5e\x23\xcb\xdd\x11\x1c\xa7\x24\x1b\xc6\xfb\xe6\x4a\x27\xaa\x4f\xb8\xdb\x0b\x42\x64\x7e\x6b\xbf\xb3\x13\xf9\x1f\x6c\xf6\xd0\xd7\x30\x3d\x84\xd3\x5b\x73\x29\xb5\xc4\x60\xc3\x7f\x94\x5e\xc8\xaa\xd6\x9f\x72\x23\xe9\x5f\x45\x0e\x30\x3d\x86\x55\x7c\x1d\x20\x85\x35\xe5\x0f\x81\xa3\x03\x22\x8d\x79\x60\xc5\xae\x65\xba\x3f\x10\x67\xb3\x9f\x6a\x2c\x9c\xbe\xb2\x42\xac\x45\x4e\x59\xaa\x38\x5d\x68\xb8\xe0\x63\xab\x13\xb4\x9c\xc8\x6b\x90\x43\x23\xc1\xfb\xb5\x13\xc0\xdb\x49\x3d\x15\xe1\xe0\xf3\x98\x13\xc5\x22\x68\x51\x98\x22\x3f\x07\x4a\x08\xf0\x34\x26\x42\xaf\x77\xcd\xd4\xdd\x80\xd1\xcd\x1b\x95\x2f\x10\xeb\x95\x66\x31\x81\x34\x5b\xea\x39\xb5\x68\x9c\xa0\xa7\xa5\x07\xa9\x20\x12\x1b\xb6\x20\xc7\x40\x5d\x4d\x15\x32\x26\x49\x5c\x31\x03\x7e\x12\xb3\xa1\x78\x37\xfc\x32\x2c\x21\x3f\x0c\x99\x14\x60\x63\x5c\x83\xec\xdb\xf9\x4d\xa7\x46\x74\x9b\x6d\x94\xd5\xc8\xf7\x95\x46\xf1\x31\xd4\xcf\xb2\x88\x23\x41\xcb\x05\xf3\x9b\xff\xd0\xde\xd2\x3f\xd4\x93\x69\x3b\xc1\x1d\x35\xa3\xa8\xaa\x24\x97\xf2\x28\xea\xfc\xd3\xf7\x8a\xb2\xf1\xba\xb0\xa5\xa6\x3a\x1c\xf0\x7f\x9a\xcd\xc1\x03\x77\x5e\xd3\xcd\xc0\xed\x36\x8f\x53\xae\xc2\xbe\xad\x2c\x14\xdd\xc5\x3a\x2c\x87\x38\x73\x30\x11\x1f\x6d\x8e\x64\xb7\xd1\x53\xeb\x6e\xb3\x0a\x80\xeb\xd5\x47\x98\xc2\xc4\xeb\x65\xad\x8c\xfc\xd3\xb4\xa2\x71\xc4\xe3\x63\x37\x4d\x56\x84\xb3\xbf\x31\xeb\x0b\x5d\xbe\x33\x5b\x7b\x86\xf6\xdc\x75\x58\x81\xd2\x56\xad\xec\x10\xad\xa6\x9e\xb5\x5a\xc9\x3e\x8d\xeb\xf9\x5b\x9a\xaa\x84\x8f\xe9\x53\xeb\xd6\x0b\x82\x81\xf0\xaa\x6a\xde\xd5\xc4\xb3\x65\x4b\xb9\xc0\x69\x87\xc2\x18\xce\xf6\x63\xd4\x3c\x8c\xbd\xd0\xff\x64\x56\x10\xf3\xcf\x4e\x92\xa6\x89\xd1\xec\xfa\x5c\x7e\x91\x48\x5e\xf9\x52\x98\x48\x9f\x6d\x85\xb3\xf2\xa8\x39\xbc\xe0\xc6\x3b\xaa\x57\x34\x97\x0b\x41\x8a\xef\x14\x5a\xe5\x2d\xd9\xb7\x04\x75\xa9\x9b\xe4\x73\x74\x6c\x01\x24\xfa\x1d\xfa\x2c\x57\x2c\x9c\xed\xf7\xca\x10\xcd\x5f\xb1\xd3\x41\xdd\xcf\x9d\xe8\xda\x27\xbb\xcf\xea\x5b\x35\x43\x80\x32\x50\xab\x1f\xcc\x12\xfa\x2c\xae\xbe\xf1\x90\x71\x26\xf5\x70\x6d\x8b\x21\x98\x2c\xab\x74\xd6\xa9\xe2\x6b\x4b\x44\xea\xeb\x51\x1a\x73\xaf\x6a\x5a\xe8\x9a\x9c\xfb\xf2\xfd\x7e\x41\x99\x45\x12\xb2\x77\xbb\x7a\xbe\x30\xdc\x35\x43\x66\xc7\x9b\xbf\x6a\x09\xff\x22\xab\xcd\xfa\x08\xe3\x1b\xe1\xc3\x91\x35\xdc\x29\x1e\x81\x87\xd5\x1e\x32\x67\x92\x8a\x2a\x3a\xf3\xd6\xc7\xdd\x28\x99\x9d\x6d\x8a\x6c\x31\x6f\xc9\x9c\x11\x92\x98\xb3\x53\x93\x7c\xb0\x35\x73\xa6\xb2\xc4\x3b\x24\x03\x92\x66\xb8\x26\x48\x25\xc2\xbd\xab\x56\xf1\x37\x73\x6e\x59\xeb\x18\xf1\x0c\x2f\xce\xb8\x86\xac\x72\x1a\xf6\xa4\xd6\xa6\xf8\x3f\xd2\xb6\x0a\x45\x81\x73\xdc\xe9\xe2\x7b\x79\x7e\x91\x47\xf3\xbf\x67\x1f\x09\x59\x64\xfc\xab\xf7\x3f\x08\xeb\x3b\xd5\x8b\xbc\xd7\x64\xac\x97\x73\x5c\x4f\x4a\xf7\x88\xea\x57\x6d\xe2\x7d\xe6\x5e\xb0\xee\x64\xac\x62\xc8\xd8\x58\x43\x4c\x75\x30\x96\x52\xf3\xb6\x5c\x9e\xfe\xa0\x22\xa2\x38\x37\xee\x7f\xc5\x2a\x73\x7a\xe4\xf8\x7c\x73\xae\xdd\xd1\xdb\x46\xb3\xa1\xeb\xe0\x41\x7d\xac\xd6\xd1\x7b\xa6\xea\xa6\xd2\xde\xf5\xb4\xe4\xa3\xf8\xf9\x2a\x7f\x9e\x9a\x77\xdc\xfa\x3b\x71\x83\x91\xcd\xb4\xee\x4e\x03\x9a\xe0\xd7\x6d\x7a\xa0\x21\x55\xde\xd8\x0c\x64\x9e\xfb\x55\x5b\x09\x5c\x3c\xb9\xb4\x22\x15\xb4\x0e\x1a\x2e\x9e\x0e\xea\xf6\x1f\x36\x05\x40\xbb\x77\x3c\xcf\x9a\x06\xcf\xd9\x38\x4b\xcd\x84\x7f\x3b\x94\x4b\xa3\x90\x1b\x96\x23\xb9\xad\x68\x25\xe3\x5e\xb7\x25\x3c\x03\xee\x68\xdb\x03\xdd\x4e\x8d\x69\x8c\x87\xa4\xe7\xae\xd7\xc6\x40\xec\x93\x13\x2a\xd6\x42\x85\x41\xb7\x8a\x2e\x43\xdf\xf6\xbb\x99\xe6\xc3\x67\x76\x0c\x1a\x9e\xc2\x3f\x36\x8e\x54\x47\x23\x72\x87\x12\xa9\x0f\xba\xd4\x72\x3c\xb7\x18\xad\x63\x08\xbb\xda\x51\x1a\x9c\xd1\xfa\x01\x5d\x98\xba\xb1\x71\x21\x52\x74\x2e\xb7\x76\x16\x12\x1f\xf1\xa4\xfc\x21\x12\x11\x54\x5b\x84\x20\x94\xfd\x36\x79\x97\x90\xea\x1d\x97\x0c\x79\xe8\x38\x97\x4f\xea\xb5\x68\xb8\x43\xa1\x74\x01\x9a\x6b\x39\x87\x4b\x43\xbf\x31\xe6\x77\x7e\xa6\x27\xc3\x5b\x5a\x97\xd3\xaa\x53\xde\x37\x04\x50\x7f\x9e\x3b\x59\x13\x4c\x8d\x8d\xd0\x97\xaf\xa2\x4e\x08\x82\x0a\xfb\xf0\xb6\x7d\xc3\x79\x0b\x71\xe5\x8e\x46\xc3\x54\xfc\x8c\xcb\xe3\x0c\x15\xee\xee\xd0\x20\x61\xe1\x63\x2c\x77\x73\xfe\x60\x97\x88\x3b\x9d\x87\xd9\x5f\xe1\x91\x2d\x10\xeb\x4e\x4a\x45\x7d\x26\xb3\xe1\xdc\xea\xea\x02\x46\x7f\x44\x52\x19\x9d\x31\x3a\xe8\x70\xe1\x0a\xc2\x6f\xdf\xf5\xdc\x54\x7a\xf9\x8e\xac\xcc\xe3\xf4\xf1\x2e\x83\xaa\x47\xb4\xc3\x0e\x83\xe2\xeb\x54\xb9\xa5\x98\xb3\x13\xbf\x4a\x64\x74\x18\x84\xb5\x50\x53\x73\xbf\x60\x4b\x4a\x72\xdd\x30\xaf\xe9\xec\x70\xf5\x28\xee\xe9\x08\x8f\xd2\x87\x9c\xd5\x41\x76\x05\x10\x7b\xec\xbe\xd2\x9c\x3e\xe6\xab\x1d\x6c\x7d\x3e\xa3\xd6\xe5\xbe\x6a\x31\x01\x38\x8e\x15\xff\x8f\xbe\xd2\xf2\x2d\x1b\xa0\xf6\xd1\x5f\xb6\xe7\xaa\x42\xa0\x19\x4d\xb7\x14\xd1\xc9\x7d\x17\x7e\xc8\xce\x9d\x0d\xac\x1a\x29\x89\x3d\x51\x52\x72\x5b\x84\x1f\x29\x33\xa7\x08\xb2\xf6\x1d\x33\xb6\xf0\xda\x76\x84\xe9\x0c\x9c\x7a\x97\x47\xca\x85\x2c\xb5\xa3\xbb\x68\x32\x23\xde\xea\x34\x2b\x95\xbe\x8c\xee\xd5\xf6\x23\x6b\x08\x8c\x68\xb2\xc8\x5c\x9f\x3c\xfd\xc2\x7a\x2d\x70\x26\xb3\xd2\x25\xa3\xe3\xc4\xa4\x92\x09\xca\xf9\x47\x96\xe7\x1b\x64\x67\x7c\x3f\x65\xbf\x13\x97\xec\x58\xa8\xbd\x2e\xb8\xe0\xd2\xab\xf0\xe3\x6a\x1c\xc3\x84\x9e\x2c\xd0\xaa\x97\x59\x4e\x78\xd0\xe4\x6d\xa1\x85\x73\x80\xb2\x46\xae\xa9\x23\x29\xb2\x36\x27\x27\x2a\xe6\x5b\x85\xca\x30\x1c\x7e\xb2\x38\x54\x07\x05\xaa\x4d\x9f\xd4\x63\x7d\x79\xd9\x5b\x14\x71\x1e\xf7\xb4\xcb\x24\x7c\x97\x4e\xb9\x59\x80\x3a\xd2\x05\x39\x9c\x20\x6b\x6b\xa6\x0d\x63\x21\xcd\xb1\xcd\xaa\xd4\x13\xd8\xdb\xe8\x53\x68\x4e\x9a\x57\x1b\x95\x3f\x39\x26\xb7\xc2\x2f\x67\x67\xf8\xbc\xe2\x49\x86\x84\xc0\xe3\x26\xad\x56\xed\x1b\x95\xf5\x5c\xa5\xf5\xe8\xd4\x5c\x92\xed\x75\xb9\x2c\x0f\x16\xf6\x3a\xea\x04\xc1\x5c\x2b\x6b\x1f\xc6\x3d\x46\x30\xb5\xb3\xf5\x41\x45\x07\xe5\x75\xe3\xa8\x92\xef\x89\x97\x6a\xad\x0a\xed\x63\x22\x2a\x46\x9a\x16\x1d\xbf\x55\x54\x92\xfd\x23\x70\xad\xc9\x5d\x7f\xd9\xd7\x27\x0b\x57\x27\x79\xd4\x6a\x4e\xca\x2b\x5d\x1e\xca\x7e\x8a\xfa\x1d\x5b\xf9\x7f\xb8\x66\x6b\x88\x81\x30\x8e\x61\x3b\xfa\x0e\x43\x73\x48\xfe\xdd\x21\xe0\xcb\xf8\xd0\xb6\x03\xa0\x22\xda\xa2\xe1\x1f\xa8\x3b\xd6\x58\x13\x0b\xde\x39\x34\xb1\xac\x00\xda\xb1\x67\x5c\x01\x06\xdd\x75\xf7\x37\x96\xc2\x22\xe7\x10\x6d\x2d\x72\xd6\x7e\x89\xec\x0d\xba\xc4\xa2\x96\xc7\x43\x87\x30\xc7\x4b\xdf\x91\xbd\xa4\x9d\xdd\x23\xe1\x77\xf1\xee\xad\xdf\x60\x38\x7a\x74\x43\x01\x7c\xf0\x58\x6e\x8d\x35\x7c\x28\xe0\x53\x59\x04\xcc\xf2\xf9\x58\xb0\x0d\x7e\xed\xbe\xd3\x48\x47\x4e\x39\xef\xd5\x0a\x90\x2f\xf6\xd6\xb2\x2e\x34\xca\xe2\x02\x2f\x1d\x7d\x8c\x7e\xbd\x94\x85\x65\x93\x3c\xbb\x14\xd8\xb4\x78\xcb\x56\x05\xca\x8a\x7a\xd6\xb0\x1f\x5d\x7e\x8c\x5f\xdd\x8d\xfc\x08\x18\x2c\x9b\x8c\xfc\xf1\xb9\x6f\x7e\x8d\xda\xbb\x6f\x33\xfa\xa0\x51\xce\xdb\xb5\x01\x68\xb9\xfd\x7c\x99\x14\x7d\x6a\xd1\xc1\xf3\xc1\x16\xa0\x65\xbd\x17\x89\x23\xe9\xdf\x3a\x7b\xe9\x29\x71\x8f\x5b\x1a\x69\xaa\xa8\xa2\x7a\x94\x3a\x7c\x2c\xac\x7a\x2c\x95\x12\x50\x52\xba\x8b\xba\xd4\xa7\xce\x6c\x8b\xbf\x71\x5f\x97\x9d\x8f\x97\x3b\x6f\xd4\x94\xe0\xa8\xbd\xbd\xf4\x27\xee\x62\x31\xcc\xad\xc2\x5e\xa3\x5d\xbd\xd6\x1c\x7e\xfa\xf7\xce\xf9\xec\x90\xb8\x81\x96\x11\x2c\xa7\xa8\xac\xba\x8b\xcc\x35\xc7\x0e\x57\xf9\x33\x0e\x05\xe4\x94\x48\x08\xbe\x4f\x45\x7e\x32\xfd\x99\xfb\xaa\xac\x77\xf4\x0d\xce\x5b\xd5\xaf\x68\x54\xfb\x7d\x52\x17\x6a\x9d\xe5\x66\xce\x30\xfe\x06\x15\xf4\x44\x8b\x46\xa5\xdf\xee\x08\x13\x80\x71\x1d\xcd\x5e\xbc\x7f\x51\xe2\xba\xe9\x5c\xd9\x31\x9f\x4a\x2d\xc7\x2f\x40\x55\x7c\x9f\xbd\xc0\xa7\xd0\x54\xcf\x1c\x76\x5f\x99\x65\xcb\x68\x77\xde\xa9\x9e\x4b\xb0\xed\x49\x92\x08\xfa\x36\x4b\x2e\xc7\x9a\x3a\x84\x8e\xbf\xb8\x4b\xb5\x2f\x3d\xb8\x7d\x87\xc2\x3b\xee\x40\x93\xad\x6c\x7b\xd4\x92\xda\xf7\x92\x4d\xa1\x0f\x2b\xd2\x44\xbe\x01\x3e\x45\x15\x82\x48\x1f\x72\x9e\x98\x47\x77\x5f\x64\x18\xc3\x61\x39\x87\xa9\xfe\xb0\xc8\xf6\x2d\xe2\xfd\x8c\x08\xab\x29\xec\xe9\x74\x57\x24\xad\x3b\x26\x6b\x5b\x5a\x6f\xdb\x31\x3d\x16\xdb\xd2\xe8\xaa\xe9\x8e\x54\xd6\xfc\xcd\x98\x11\x1a\x5e\x4e\x53\x9c\xf5\x1f\x2a\x6c\x91\xb6\xf9\xac\xcf\xd5\x8b\xe7\xba\x0d\x67\x2e\x14\x6c\x74\x8e\x50\x59\x70\x5d\xed\x3f\x8b\x92\x59\x1e\x56\xc9\xac\x2d\x84\x0b\x62\xdb\x95\x6d\x6e\x49\x8b\x69\x35\xe6\xc5\xc4\x1e\x6a\x20\x8c\x53\x22\x6d\x6b\xb6\x67\x1a\x42\xde\x96\xd5\x6a\xdd\xfc\x99\x05\x5f\x54\xf7\x76\xff\xce\xb9\x29\x3f\xe5\xf6\x44\x7f\x40\x5c\xe8\x0c\x2a\x23\xf9\xd7\x1c\x6c\x85\x3d\xec\x67\x56\xed\x4c\x03\xf1\x14\x1e\xec\x0a\x2d\xd6\xa4\xcd\x6a\x3d\x68\xfe\x1a\xbb\xb8\xc1\x39\xef\xd8\xa9\xf7\xd5\xcf\xb2\x0d\x21\x55\x65\x47\xf4\x2f\xfc\x23\x0a\xc4\x9a\xd5\xbb\x9f\xe7\x24\x2b\x83\xdc\x1e\xe8\x5e\x48\x9d\x9d\x85\xca\xc9\x82\x2f\x0e\x3b\x85\xe9\x1c\xa1\xd5\x07\x66\x10\x63\x0e\x2c\xed\x9a\x5e\x76\x25\xb5\xa5\xe5\x6b\xd1\xab\xf3\xef\xea\xef\x9a\x97\x9e\x6a\xad\xc6\x73\x57\x84\x70\x4a\xdf\x66\x2d\xf1\xf7\x29\xb0\xd5\x59\xee\x7e\x94\x33\x5e\xf5\xcd\xed\xa9\x2e\x56\x76\xc6\xb9\x42\x91\x2d\xbc\xe3\x90\x28\x9c\xcf\x9d\x68\x6d\xc7\xf8\xc7\x98\xff\x2b\x12\x8a\x03\x83\xdf\x30\x21\x2a\xc8\xbc\x77\x18\x52\x83\xed\x17\x9f\x40\x4d\xe0\xb7\xea\xbb\x50\x05\x58\x9a\x1d\x0e\x4f\x80\x24\x82\x45\xf0\x0a\xe8\x39\x49\x03\xef\x87\xd7\x47\x4c\x81\x01\x98\xba\xeb\x11\x5c\x04\x5f\x75\xbc\x0b\x3f\x41\x96\xfc\xa4\x83\xd7\xd0\xf0\xd7\x26\xf0\x23\xba\xe0\x6e\x22\x34\x1b\x79\x75\x71\x21\xe4\x86\x34\x57\xcf\x81\xbc\x91\xd3\x59\xb5\x50\x3e\xd2\xc1\x4f\x86\x6e\x22\x57\x48\x93\xe1\xe9\x48\xef\x09\x08\xf6\x43\xda\x76\xa5\xc2\x12\xc4\xe4\x28\x86\x07\x11\xfe\x0f\x06\xe8\x47\x0b\x7c\x55\x0e\x26\x50\xdb\xee\xb0\x41\x0e\xd5\xb9\xdb\x17\x6c\xc6\x85\x55\x9e\xe0\x3b\x7c\x49\xd6\x1c\xc8\x0b\x9f\xc9\xbb\x0a\x91\xb0\x6b\xe9\x2c\xa8\x03\xc3\xc3\x9f\xc1\x73\xb0\x65\xbb\xe6\xc0\x67\xd0\x1c\xc7\x43\x70\x03\x6a\xf1\x8d\x06\x90\xb8\xb1\x2f\x6a\x00\x1d\x67\xc7\xad\x02\xa0\x83\x3d\xaa\x53\x00\x7c\x67\xde\xab\x28\x04\x37\x32\xba\x32\xaf\x82\x09\xc4\x47\xae\x16\xac\x22\x2c\xd2\x8c\x90\x05\xdd\x21\x7c\x36\xc4\xa4\xcd\xdf\x99\x02\x0d\xe3\xbd\x8e\x33\xe1\x30\x2c\xf2\x4b\x0b\x25\x55\xe6\xfb\x7c\x32\xc5\x2c\x89\x19\x18\xa0\x0c\x89\x18\xed\xfd\xc0\x7c\x41\x5d\xd9\x5f\xe0\x28\x7f\x9c\x7e\x2f\xa0\xe3\x92\x38\x7b\x80\xcf\xec\x67\xa9\x19\xe0\x19\xd6\xfa\xe3\x3e\xe0\x6b\xc6\x21\xef\x2f\x50\x14\xdd\xd6\xe1\x07\xf4\x08\xbf\xf2\xb9\x89\x6c\xd6\xf5\x3d\x1d\x49\x7e\xa0\xd9\x79\x63\x04\x65\x9e\xaa\xa4\x6d\x3c\xc5\x57\xe1\x5a\xea\x47\x61\x4a\x2f\x6b\x3b\x29\xf7\xc5\x00\xeb\x37\xb0\x59\x38\x3f\x45\x0e\x34\xf0\xf8\x61\x18\xb8\x8f\xdd\xef\x4d\x80\xb7\x18\x06\x87\x4f\xd0\x31\xda\x8e\x8f\x9b\x49\xe5\xc5\xf6\x8f\x0d\xa4\x17\x66\xc9\x55\x8c\xbc\x20\x6f\x6c\x73\x0e\xd9\x3f\x3b\xa9\x78\x16\x39\x43\xff\x50\xdd\x48\xfe\xac\xf1\x61\x6e\xa4\x1c\x57\x32\x93\x6d\x29\xaf\xa5\x82\x63\x69\x00\x55\xb8\xd3\xeb\x0f\x68\xcd\xa1\x39\x7c\x01\x6b\x88\xb8\xf7\x8d\xa4\xd9\x4d\xdf\x1e\xce\x26\x79\xd5\xad\xea\x5f\x41\x3a\x57\xc5\x69\x0c\x23\xe5\x95\xf6\x15\xbc\x21\x7d\x2e\xf8\xa1\x6a\x27\xfb\xe7\x8d\x22\x28\xe4\x6e\x43\x57\x62\x2d\xe5\x88\x66\x43\xe8\x39\xca\x37\xf9\x7a\xaf\x73\x80\x41\x90\xeb\xf0\x01\xdc\xcb\x34\xbd\xa5\xa4\xbf\xbf\x02\xdc\x1f\x41\x1a\xd7\x73\xa7\x6f\x14\x69\x49\xc7\xe2\xfa\xdd\xa4\xa3\x4d\x1e\xf9\x9f\x48\x59\xb5\x4e\x8a\x61\xd2\xbf\xb2\x0f\xb4\xe7\xe4\xd4\x82\x5d\x09\xb1\xe4\xb7\xd9\xff\x85\x64\x53\x60\x8d\xa3\xd7\x28\x60\xbb\xa4\xc4\xe1\x33\xf0\x8f\xad\x79\x53\x9e\xde\x75\x7b\xd1\xa0\x4d\xfa\xab\x6b\xb6\x97\x96\x93\x46\x5f\x1a\x59\x17\x47\x72\xe9\x30\xe4\xaf\x20\x01\x4d\x23\x15\x1b\x49\x03\x35\x96\xb4\x9d\xe4\xdd\x25\x2d\xf1\x4f\xc9\x65\x79\x48\xc8\x29\x8a\xab\xee\x91\xe7\x53\x60\xac\x2c\xda\x71\x0a\xd0\xc7\xf1\x78\x33\x33\x3d\xef\xc1\xfb\x7b\xc9\xe9\x1d\xb7\xc5\xbd\x58\xfa\xe0\xb5\xe9\x17\xae\x90\x26\xf4\x6e\x37\x71\x48\xbb\xda\x17\xca\x8b\x49\x8a\xfa\x6c\xea\x35\xf2\xf8\x0a\x6d\x3c\x85\x1c\x6d\x86\x42\x76\x91\x07\x0d\x93\x3c\x5f\x51\xca\xe4\x1a\xc7\xdd\x00\xc4\x39\xfb\x45\x8b\x46\x01\x8a\xe7\x5e\xa8\x03\x50\x7f\x93\x85\x7c\x04\xbe\x75\x64\x20\x97\x41\xe7\xf2\x77\x88\x0e\x74\xce\x9c\x8b\xc8\xa0\x71\xdc\x6d\x48\x1a\x94\x9a\xe6\x83\x84\x42\x0f\xc2\x37\x23\x5e\xf0\xbe\x9d\x65\xc8\x7a\xb8\xde\x31\x1c\xb1\x40\x56\x0d\xb7\x22\xed\x08\xfe\x2c\x0e\x91\x20\x3e\x03\x65\xc8\x59\x64\x79\xfb\x4d\xc4\x1f\x19\x5d\xbe\x06\x59\x03\xdf\xd3\xa7\x22\xeb\x11\x7b\x8e\x10\xb1\x40\x0e\xa5\x0e\x20\xf3\x91\x84\xe3\x79\xc8\x0c\x84\xd8\xe9\x8b\x4c\x47\x24\x8e\xf3\x90\x71\x88\xee\xf3\x15\x64\x1b\x35\xf6\x29\x86\xcc\xc0\x3f\xdd\xb8\x01\xbf\xc0\x93\xda\xc7\xc3\xf7\xb1\xd7\x65\xe7\xe0\x4b\x18\x57\x77\x19\xee\xc7\x50\xf6\x77\xb8\x05\x3b\x96\xea\x0f\x5f\xc3\xec\x8e\x6f\x82\xef\xa2\x4f\xbc\xdf\xc2\x2f\x51\x8e\xc3\x4b\xf8\x35\xea\xf8\xf1\x3d\x7c\x98\x73\x7e\xa8\x00\x5e\xcf\x3e\x71\x7d\x32\x3c\x97\xe5\xdc\x7a\x02\x9e\xc4\x5c\x5e\xf2\x1e\x9e\xc8\xb0\xd3\x52\xe1\x31\xc4\x39\xd6\x35\x78\x1a\x3d\x37\xe5\x3c\xbc\x8a\xd6\x1b\x76\x12\xf6\xa7\x5e\xf3\x8e\x84\x93\xf1\x02\x87\x3a\x98\x8f\x25\x7e\x58\x03\xc1\xd2\x89\x8f\x47\x42\xc7\xc4\x87\xaf\x7a\x43\xbb\x84\x8a\xe6\x12\x68\x2b\xff\x75\xf1\x41\x68\x1b\x6f\xbf\x66\x1e\xe4\xc9\x19\x64\x4a\xa0\x40\x76\x78\xf2\x69\x88\x60\x76\x1e\x53\x43\xcd\x8c\x09\x5e\xef\xa0\x4f\xf4\x51\x0e\x46\x78\x31\x7e\xf7\xfd\x6e\xd0\xac\x3d\xff\x70\x0a\xa8\x52\xcf\xea\x47\x40\xa1\x52\xd5\x38\x0c\x22\x72\x8f\x42\x23\x08\x4b\x3e\x66\x28\x41\xae\xa8\x99\xb1\x0f\xcc\x11\xa4\x27\xc5\x82\x8f\x79\x53\x43\x5f\x40\x36\xec\x24\x2f\x3e\x14\xce\x48\x76\x28\x84\x64\x34\xef\x37\xad\x40\x4d\x21\x65\xd0\x0c\x98\xf2\x67\xf7\x8d\x06\x32\x72\x8a\xeb\x95\x00\x27\xcb\xc3\x4c\x02\x78\xba\x2b\x4a\x35\x90\xa3\x0e\xa3\x8b\x81\x2b\x8a\x8e\xc4\x49\xe0\x34\xc9\x70\xc8\x7f\x60\x90\xe0\xa6\xd7\x3c\xd0\xc8\xd9\xe5\xd0\x09\xbe\x22\xce\xbd\xda\x06\xac\x69\xf8\x7a\x77\x19\xf0\xbf\xda\xf0\x1e\x23\xe5\x6b\xc5\xbb\x0b\x87\x28\xcf\x4a\x8e\x98\x8e\x50\x9e\x99\xf3\xe4\x79\xc0\xd8\x9c\x87\xd4\x7b\xc0\xa6\xcc\xab\xf1\x46\x80\xa2\x4e\x3c\xfa\x1a\xb8\x24\xcb\xf6\x94\x83\xcb\x04\x87\x1d\x7a\xc1\x74\xa6\xfc\xc5\x34\xca\xef\xcb\x56\xb7\xe7\x52\xfa\xbb\x1b\xbb\xc5\x94\xdc\xb6\x6d\x35\xfb\x29\xe2\x06\x5e\xee\x59\x8a\xa8\xba\x50\xfa\x94\x52\x54\xaa\xc2\x0f\x51\x86\xcc\x4b\xe3\x22\x81\x19\xd9\xe3\x8e\xda\x02\x41\x6a\x92\xe7\x2a\xa0\x55\xe2\xe9\x70\x1d\x74\x60\x03\xcf\x7d\x28\x83\x03\x95\xb7\xb6\x53\xca\xfb\x87\xbb\xea\x29\x44\xcf\xd8\x6a\x0a\x25\xb6\x6d\x20\xc7\x40\x39\xdb\x10\x21\x5d\x49\x41\xab\x4a\xb1\x4a\x4a\x79\x31\x11\xfb\x98\x72\x3b\x97\x15\xfc\x1c\x98\xa9\xb3\xf2\x9c\x0a\x30\xa5\x1f\x1c\x5e\x02\xdf\x38\x0b\x9e\x95\x51\x9a\x06\x63\x6f\xea\x29\x82\x9b\x07\xbb\x2c\x28\x61\xfd\xbf\xab\xee\x53\xdc\x2f\x1e\xcb\x99\x4e\x71\x6a\x8d\x91\xe4\x50\xbc\xea\x96\x61\x3b\x29\xb1\xe5\x87\x63\x31\x0a\x33\x1f\x0e\x6e\xa3\xd4\x64\xba\x7b\xce\x02\x9c\xe5\x36\x8e\xd6\x40\x0e\xc7\xeb\xbf\x46\x2a\x89\x52\xfd\xe8\x0e\xfe\x91\xf2\xeb\x2a\x8e\xc7\x03\x6b\x5b\x96\xe0\x93\x80\xa0\xe2\x41\xcc\x0c\x98\x34\x42\x2c\x14\x3c\xcd\x5a\x8e\xfe\x03\x3f\x27\xf7\xa2\x59\x10\x1c\x66\x83\x7a\xc3\x93\xbd\x8f\x22\x1f\x60\xa5\x43\x2d\x22\x44\x56\xbd\x7f\x86\x0f\xc2\x92\x47\x63\xf0\x13\x30\x74\xa5\x11\x7b\x0d\x9f\x6c\x0e\xc3\x44\xf0\xb6\xe2\xa5\x98\x1b\xbc\x43\xfd\x0e\xfd\x09\xcb\x98\x38\x9a\x0b\xdf\x4e\x0e\x44\x4f\x21\xd3\x8e\x35\xa0\xf3\x11\x77\xaf\x6f\xc8\x35\x24\xde\x01\x43\x40\x44\xfb\xee\x17\xbe\x13\x67\x3f\x5c\x85\xdd\xc6\xad\xfa\x9f\x60\x31\x58\x43\x93\x00\xb3\xc4\x3c\x8b\xa2\xd0\x3b\xe8\xb0\x3a\x00\x95\xa2\x4f\x18\xef\x51\x7f\xf4\x71\xd2\x2d\xd4\x0a\x6d\x3b\xe6\x89\x0c\xa1\x0a\xaf\x6c\x24\x1f\x8d\x72\x38\x8a\x44\xa0\xf6\x6f\x97\x62\x01\xec\x94\xfb\x67\xd0\xb7\x2c\xda\xe5\xb5\xa8\x88\x79\xba\xe1\x2f\xba\x9b\x11\x57\xf0\x16\x9d\x45\x30\x54\x3f\x91\xdb\xf4\x5b\x44\x17\x92\x4d\x77\x4c\x7c\x8f\xe0\xb4\xf0\xd0\x34\xe4\x24\x15\xf1\xb2\x44\xb6\xe0\x88\x83\x23\x32\x09\x3b\xfb\x3a\x06\x2d\x14\xf7\xdd\x6b\x42\x37\x89\xbc\x2f\x51\x90\xbb\x02\x53\x7d\x38\xc2\xe4\xcf\x35\x9f\x46\x0e\x70\x05\xca\x2c\x64\x31\xc7\x89\xae\x83\x3f\xb3\xae\x26\xfc\x85\xef\x33\xf7\x87\x34\xc1\x7d\x44\x81\x67\x2d\x5c\x46\xbb\xec\x60\x0b\x0b\xf0\xfe\x97\x0a\xe4\x99\x66\xd6\x9d\x27\x08\xaa\x1a\xea\xe9\x40\x5c\x15\xf8\x85\x42\xf8\x91\x6c\x97\xa9\x17\xd6\x48\x66\x2a\xd6\xc1\x09\xc2\x5f\xb4\x13\xb0\x1f\xff\x5a\xc2\x44\x78\x1b\x17\x0b\x99\x0d\xaf\x67\x8f\xf7\x3c\x01\x2f\x63\x6c\x74\x70\x82\x27\xd3\x36\x3e\x5f\x00\x3f\x31\x5f\xbe\x05\xc2\xb2\x3c\x71\xf7\x1e\x78\x9f\x31\xb0\x26\x18\xfa\x64\x98\x94\x6b\x80\xca\xb4\xd5\xb2\xcd\x10\x2f\x23\x06\x2f\x84\x28\xf2\x2f\x71\xc5\x50\xac\x64\xdf\xd1\x15\xd0\x59\xc1\xd1\x1d\x5f\xa0\x33\xec\x3f\x0e\x41\x50\x28\x11\xfc\x84\x09\x27\xd5\x7d\xba\xf1\x07\x1e\x5d\x2d\xe8\x78\x05\x95\x94\xfb\x54\xcd\x82\x02\x8a\xee\x1a\xe9\xd0\xd4\xfc\x83\x12\x5f\xf0\xa3\xb1\x0c\xfd\x0b\x3e\xd7\x5f\x8f\x3d\x08\x3e\xc8\xc8\x0a\x76\x04\x1f\xcb\x26\xed\x20\x83\xaf\xf8\xc3\x0e\x51\xe0\x0b\x66\xea\xe3\x58\xd8\xa5\xb7\xee\xda\x57\xa8\xa3\x53\xd5\xf6\x1a\x0a\x6b\x09\xac\x58\x04\xfe\xa9\xbb\x99\x95\x03\xd6\x56\x59\x8a\xa4\xa0\xbc\xc4\x15\x81\x41\x96\x69\xf8\xfc\x02\x30\x39\x6b\x66\x50\x24\x18\x9f\x51\xbf\x63\x06\xc8\x10\x5f\x74\x88\x05\x65\xec\x7d\x8f\xf2\xe1\xc5\xd7\x77\x5f\x73\x80\xf2\xfb\x2e\xb4\x2d\x80\xb6\x75\xfd\x2b\xdf\x0b\xde\x6c\x1d\x65\x78\x04\x0a\xea\x2e\x08\x1f\x82\x31\x95\xae\xf0\x13\x30\xb8\xc8\xf3\x9c\x12\xdc\x9a\xc3\x0c\xb2\x06\x57\x6b\x03\x3c\x3e\x82\x07\xa4\xe7\x1d\x70\x30\x82\xfd\xf2\x91\x25\x3c\xf2\xce\xd0\x55\x19\xc4\xb8\xfe\xbb\x15\x84\x66\xf5\xdd\x2f\x2b\x02\xf3\xbb\x12\x0c\xfb\xc0\xe0\xe6\x02\x61\x08\xe8\x50\xab\x82\x53\xc0\x59\x65\x23\xce\xed\x00\xde\x99\x52\x8e\xfc\x06\x06\xf4\x31\x1e\x5f\x80\x9f\x32\xa5\xc3\x05\x70\x1a\x67\xf6\x93\x61\x56\x2d\x79\xef\xc0\x00\xb3\x89\x5c\xd0\xc5\x64\xe4\x91\xbf\x57\xdf\x27\xee\x51\x3c\x73\x23\x08\x4b\x4a\xa6\xcc\x82\xee\x0b\x78\xe1\x62\x1a\x05\xf8\x1d\x47\xa6\x66\x82\x75\xc1\xcf\xf1\x26\x88\xb4\x63\x1f\xf6\x08\xf6\xb0\xb7\x41\x3f\x21\xff\x7b\xb2\x84\xb5\x0a\xfc\x35\x30\x91\xb9\x05\x1a\xd7\xd9\xce\x58\x0f\xfd\xaf\x7a\x09\x11\x0b\x4d\xcb\x29\xa5\xd7\x41\x36\x52\x90\xf6\x0e\x42\xf1\xb1\xb4\x35\xd0\x50\xec\x5f\x6a\x24\xec\x15\x1c\x8f\xcb\x60\x83\xc7\x37\xac\x03\x99\x62\xf7\x1d\x7d\x86\xa4\x0e\xed\x62\x66\xa3\x57\x6e\x6c\x62\xd4\xa2\x44\xc7\x4f\xa2\x1e\xf5\xa9\x3a\x41\x8c\x40\x47\x1a\x7f\xd2\x0f\x23\x97\x25\x03\x34\x39\x72\x1b\x4b\xa3\x3e\x40\xfe\x8b\xc5\xa8\x2b\x90\xaf\xc1\x63\xf1\x33\xc8\x67\x8f\x62\x2c\x1b\xf9\x65\x77\x1b\xed\x43\xfe\x3e\x6a\x63\x08\x98\xe5\xd7\x5a\x89\x0b\x8c\xfb\xed\x7c\x7a\x0f\xf1\xa5\x72\x0a\xdd\x92\xb0\xca\x6e\xa5\x01\xf4\x63\xe2\x46\xea\x15\x5a\x0f\x8a\x51\xed\x68\x5b\xcf\x6b\x70\x09\x95\x13\xb4\x1b\x1b\xc6\x2f\x7b\xb8\x61\xee\xf8\x64\xbb\x3a\x34\x1d\x73\x7b\xf0\x85\x78\x2f\xcc\xbc\xea\x4c\x8c\x14\xec\x6b\x7d\x40\xb7\xe5\x3d\x2f\x8f\xa7\xa5\x71\x29\x59\x1e\xd4\x1b\x9c\x25\xa2\x13\x54\x27\xd6\x1b\xc4\x1f\x57\x30\x4b\xcf\x55\x61\xbf\x19\x21\x47\xf4\xd8\x31\xfa\xf3\xed\x6f\xd1\x32\xda\x41\xbb\x6e\xe4\x2b\x9e\x71\xdf\x8e\xf0\x52\xa5\xf5\xef\xa4\xc7\x2a\x28\x2d\x8e\x34\x85\x2c\xaa\xf4\x2a\x75\x48\x12\x9a\xd9\x40\xdd\x2c\x0a\x15\x8e\xc2\x75\x82\x14\x78\x29\xfe\x3f\x1e\x7c\xb6\x0f\x8b\xe1\x9c\x39\x32\x11\xed\x64\x39\x6e\xd7\xa2\xcb\x08\x93\xdd\x7d\xe4\x3c\xf5\xdf\xdd\x9b\xf4\xe0\x3c\x49\xdf\x7c\x1a\x61\x34\x36\x76\x51\x2f\x18\x4a\x8a\xd9\xd4\xd1\xba\x4c\x9d\x0e\x0f\x51\x73\xf9\x8b\xb0\x4e\x25\x0a\xa2\xd8\x56\x59\xc0\x19\x3e\x9a\x21\xfa\x1e\xb8\x06\x1d\xc1\x0f\xd8\xbe\x0b\x89\x62\x1f\xb4\x9f\x05\x57\x12\x33\x6e\xbb\xd1\xde\x56\xff\xee\x81\x68\xd3\xca\x3f\xd5\xa7\x51\x1d\x4a\x26\x16\x06\xe0\xb1\xe6\x21\x0d\x0b\x6b\xcd\xcd\xe2\xba\x60\x6b\xb3\x8e\x50\xee\xa3\xf9\xda\xfe\x18\x0f\x74\xa6\xf2\xef\x61\x6f\x84\x24\xb9\xe8\xde\x0f\x3f\xe3\x2f\xb6\xb7\x81\x5d\x99\x73\x6f\x6e\xa4\x65\x77\x79\x77\xab\xa8\xf5\xad\xc8\x85\x38\xfc\x6e\x83\xc2\x1c\x8d\x2f\xa8\x89\xcc\x68\xc7\x62\xca\xfe\xb1\x65\xe8\x95\xc2\x54\x72\x02\xba\x33\x57\x78\xda\x02\xc9\xcb\x5c\x7e\x28\x0d\x99\xa9\xda\xe8\x1e\x0d\xd3\x44\xed\xf6\xab\xa0\x21\xd6\xed\x81\x20\x9a\xe2\x32\xbb\xab\x9d\x6a\xbc\x18\x51\x2b\xc1\x2f\xb4\x4f\xc8\x97\x63\x9f\x1b\x83\x32\xc6\x63\x6e\x35\xd1\xac\x97\xa8\xbe\xcc\x9b\x74\x0f\x9d\x6e\xae\x8c\xce\x46\xe2\xb3\xe1\x43\x2b\xe0\x9b\xea\x22\xf7\x9d\xb0\xaf\xe4\x88\xbd\x37\x94\xcf\x8e\xbf\x91\x4f\x63\xdf\x78\xd5\x35\x8f\xca\xee\x8f\xab\x79\x8d\x8b\x2e\x56\x9b\x7e\x60\xed\x6d\x6a\x55\x1a\x36\xbe\x61\x35\x2b\x1a\x3d\x5e\x05\x93\xe2\x90\xee\xe2\x83\xd1\x87\x10\x9b\xdc\x80\x43\x23\x60\x4c\x5b\xea\xbe\x13\xfa\x21\x05\xec\xd3\xa1\x23\x6c\xc3\xad\x54\x61\x21\x69\x57\xcf\x3e\xc1\x2c\x92\xb9\x9e\xe0\x89\xc9\xa3\x0b\xeb\xb9\x3e\xe4\x13\x5a\x5b\xce\x38\xf2\x20\xf7\x15\xab\x86\xc2\x06\x48\xcc\x48\xe0\x50\x0c\xc6\xf8\x1f\x68\x71\x78\x29\x3d\x1b\xfc\xcf\xed\x19\xcd\x09\x7a\xb9\xc2\x1f\xcf\x83\xdf\xde\x6c\x13\xce\x00\x5a\x2e\xf2\xf9\x32\xe0\x7e\x5d\x3b\x6f\x15\xf0\xb1\x70\x12\xe7\x35\x38\x55\x43\x63\x97\x82\x5e\xdc\x20\x56\x2c\x98\x4f\xf9\xce\xb4\x87\xac\x63\x26\x13\x43\x90\xf4\x50\x29\x9d\x03\x4f\x75\x93\xd1\x6c\xe1\xdc\x15\x4b\xf1\x5c\x64\xf7\xcd\x89\x02\x32\x12\xde\xdd\xc3\x5f\x84\x6c\xb8\xf0\x9b\xdb\x89\x8c\x2b\x38\xc2\x61\xc1\xf7\xd5\x4f\xd9\x41\x70\x2f\xa7\x9d\x65\x09\xbf\xa0\xa4\x31\x86\x90\xd9\xa7\x33\x09\x23\xb2\xe1\xd0\x61\xfa\x31\x24\xc0\xed\x38\xf5\x1f\xc2\x59\x31\x03\x67\x21\x5d\x37\x62\xf9\x6c\xa2\xa7\x2b\x80\xe7\x4e\xcc\xad\x35\x72\x7e\xd1\x8f\x9a\xc7\xb3\x7b\x68\x05\x19\x26\x56\x16\x6d\x26\x3b\x8f\x99\x44\xd5\x93\x31\xc6\x0e\xea\xc6\xe8\x4e\x62\x31\x5e\x10\x60\xa6\xbd\xc0\xe7\xbb\x8d\xa5\xca\x31\xe1\x8a\x49\xf8\x2a\xf4\xcf\xb5\xeb\xbc\x1e\x3e\xb5\xe3\x2a\x17\xe7\x1d\xa9\x59\xc6\xd9\xcb\x9d\x67\xca\x60\x2f\x66\xdf\x56\x1d\x61\x7e\x67\x99\x58\xa9\x8c\x1b\x4c\x2d\x29\x9d\x28\x63\x88\xa2\x3e\xd2\x09\xe2\x44\x80\x15\xed\x10\xdd\x72\x5b\x17\x75\x32\xb5\x7d\x85\x1d\x96\x8d\x07\x5c\xdd\xc5\x5b\xad\x98\xda\xee\xc2\x79\x29\x73\xa9\xd2\xb1\x8b\x25\xc1\x79\x76\x2c\x48\x04\x29\xfe\x32\x83\x05\x45\xcc\xed\x0c\x77\xde\xef\xf4\x58\x62\x39\xd7\x2d\x6a\x3e\x6d\x98\xed\xe7\xaf\xa0\x36\x31\x7d\xb7\xb1\x71\x32\x31\x75\x85\x2f\x36\x97\x5a\x71\xf9\x3f\x6e\x80\x31\xbd\xe5\x13\x67\x81\xa1\xbf\x22\x8c\xf5\x54\xbf\x28\x67\x22\xb3\x58\xb3\x57\x3e\x89\x41\xa8\x52\x09\x90\x48\x90\x17\xa6\xbe\xa1\x1f\x93\xb4\x9f\xfa\x46\x5b\x27\x54\xfb\x5d\xa4\x8e\xe0\xb9\x6f\x5b\x8b\xb5\xb2\x44\x2b\xd2\xd1\xe3\xf4\xca\x4b\x06\xce\xef\x8a\xd5\x4d\x39\xec\xfc\x12\x56\x99\x3d\xeb\x54\xc1\xed\xac\xff\x98\x76\xa6\x91\xd2\xb9\xc4\x4f\xe3\x0c\x5a\x35\xfd\x69\xe6\xec\x94\x08\xda\x75\xf5\xa3\x93\x17\xa9\x66\x45\xd0\xc1\x0f\x38\x45\x4c\xda\xda\x89\xb9\xf1\x9c\x57\xb0\x90\x7b\x8c\xcc\x1e\x9c\x73\xa7\xb5\xb9\xc1\xc8\x26\x35\x1e\x29\xb1\x63\xd9\xd5\x5e\x30\x8c\x61\x3c\xaf\x78\x24\xde\x4b\x94\x16\xdf\xa0\xce\xa2\x0b\xf2\x73\x92\x86\x69\x69\x46\x9b\x08\x3d\x75\xaf\x6e\xe1\xc1\x85\xf8\x42\x85\x7a\x6b\x28\x7a\x5f\x68\x5e\x21\x43\x00\xd6\xbe\x8b\xf9\x9c\xd6\x8b\x35\xf5\x9d\xec\xe8\xf6\xa1\xe2\x3d\xac\x99\x4d\x77\x32\xd7\x32\x7a\x2e\x10\x22\x3a\xc1\xaf\xf8\x82\x87\xd3\xa3\x8a\x9d\x92\x82\x68\xbb\x4c\x93\x22\x96\x51\xe7\x19\x76\x1e\xe8\xc0\x9e\xaa\x3e\x6f\xdd\x8c\x1a\xc5\x8e\x2b\x8a\x91\x1d\xac\x27\xdd\x7f\x38\x79\xfd\xd7\xeb\x67\xb3\xf7\xf5\xe4\x16\x29\x98\x5f\x3a\xb6\xeb\x09\x46\x76\x13\x4d\xf8\x9a\x08\xaf\x05\xb0\x1b\xf4\x55\xe5\x4e\x89\x4f\x69\x63\x0a\x12\x4f\xf4\xe1\xfd\xd9\x5f\x0f\xc8\x31\x99\xfa\xd1\x56\x17\x34\x40\xb2\x6b\xc5\x63\xf8\x3d\x7b\x51\xcf\x02\xe5\xfc\xf4\xf3\x0d\xb9\xf2\x45\xe9\x43\x25\xf7\xa5\x56\xa4\x03\x86\xaf\xe2\x3d\xa4\x76\x49\xb0\x90\x42\xf6\xa5\xad\xe2\xeb\x29\x13\x93\xdf\x71\x1b\x28\xf7\x4e\xae\x66\x5f\x07\x0a\x0e\x8e\x61\x5e\x07\x19\x5b\x7c\x88\x1a\xc8\xb4\x3c\x88\x96\x06\x5f\xbb\x78\x40\x61\xa4\x34\xd6\xdf\x97\xd5\x51\x1e\x95\x58\x4b\xba\x81\x99\x86\x83\xa2\x9f\x80\x8f\xb8\x46\xb8\x16\x90\x52\x73\xf9\xa7\xc0\x09\xc9\x49\x5c\x0e\xc8\x8c\x68\x65\x17\x41\xd3\x0e\x14\x30\xeb\x21\xc5\x96\xa9\x84\x09\x0e\x5c\xee\x4d\x4b\x41\x96\x77\x93\x15\x9b\x60\x9b\xfa\x99\xb2\x50\x78\x5c\x71\xa8\x24\x0e\xfa\x93\x99\x2d\xca\x87\xde\x8b\xed\x04\x2f\xa1\xaf\x54\x2b\xfe\x12\x78\x79\xd2\x1f\xee\x41\x38\x32\x22\x84\x4d\x86\x55\x07\x42\x98\x02\xb8\x7f\xf3\x7d\x82\x86\xac\x5a\xee\x44\x0b\x42\xc4\x5d\xcb\xe4\x69\x74\xcb\x0b\x75\xd2\x5c\x1a\xbb\xc8\x5a\xdc\x4b\xfd\x4f\x1f\x2b\x9a\x44\x8d\x14\x8d\x13\x1c\xc4\xff\xc3\xe7\xf2\xf8\xb8\x3a\x69\x2e\xa7\x03\x3f\x74\x42\xc6\xfa\x8d\xbd\xdd\x7f\x85\xb9\x08\x83\x36\xcb\x08\x0b\xcc\x66\xb9\x13\xf5\x3b\xda\xd8\x51\x26\xcb\xe7\xb2\x6b\xf9\x92\xab\x1c\xa2\x60\x40\xfc\x3f\x76\xbc\xce\x45\x78\x88\x15\x2c\x78\xc1\xd7\x33\xfd\xb0\x59\xdc\x77\x8c\xb8\xc4\x8d\x9c\xf5\x04\x2f\xfc\x3a\x2b\x8a\x8e\xec\x3f\xcc\x60\xd3\xce\x6e\x8e\xa5\xf3\xa8\xbb\x96\x47\x53\x4f\xe3\x73\xda\x3d\xa5\x2f\xa4\x05\xd5\xbf\x25\x2b\x24\xb3\xcd\x54\xd1\x09\xd1\x39\xcd\x57\x81\x59\xd0\xc8\x6f\xe2\xfd\xe2\x2f\x40\x27\x72\xfd\xb9\xaa\x84\x43\x6c\x03\x67\xc6\xf1\x3f\xcc\x7e\xd6\x9e\x7d\x4f\x89\xaf\x0c\x68\xf3\x01\xda\x0f\x3a\xba\xdc\x88\x5f\xa7\xc6\xb5\x4e\x93\x3a\x19\x22\xab\xa6\x89\x23\xf5\xe3\x4d\xf1\xc2\x5c\x8d\x5c\x3d\x8e\xff\x2a\x63\x2c\xf7\x0f\xcf\x49\x11\x0b\x27\x71\x38\xd2\x67\x71\xdf\x59\x0f\xc5\xee\xc7\xe7\x31\x67\x0a\x0e\xec\xb3\x27\x36\x71\x37\x6c\x1e\x49\xdb\xc6\x7c\xb0\x7c\x00\x9f\x45\x3f\xde\xf4\x52\xd2\x5c\x92\x50\xde\x2d\x1e\x51\x38\x3a\x37\x5c\xe8\x6c\xca\x57\xcd\xe1\x9f\xcf\xb1\xe6\x38\x71\x8b\x0d\x30\x78\x8d\x33\x4e\x7b\x35\x56\xc0\x0a\x56\x7d\x0c\x9b\xc8\x10\xc8\xca\x7d\x8f\xd1\x2b\x44\x2b\x5c\xb5\xd4\x2a\xee\xde\xe5\xcf\x31\x0e\x63\x65\xe3\x6c\x49\x7d\xa3\x57\xd9\x44\xd1\xe0\x05\x0b\x63\xac\x70\x42\xe5\x15\x85\x13\xdf\xb5\x74\x1f\xeb\x2c\x37\xa1\x20\x03\x70\x62\x5f\xc8\xed\x3e\x6f\xcb\x1a\x65\xc8\x0d\x7d\xc6\xd8\xa0\x19\xb7\x97\x4d\x0f\x92\xfd\x74\xdd\x40\x0d\x14\xb0\x97\x7f\xc6\x96\x31\x1b\x1a\x96\x4a\x2e\xb4\xb7\x97\xae\x12\x0d\x34\xef\xca\x16\x0b\x7e\xd6\x49\xe5\x61\xfc\xe5\x55\x5a\xa6\x8e\x1b\x5c\x1a\x43\x01\xd8\xb2\x82\xc9\xe7\x68\xcc\x9b\x39\x7b\x43\xa3\x19\x63\x74\xbf\xf7\xba\xd0\x97\x29\x57\xbb\xce\xa0\x5a\x08\x87\x6d\xc7\xa2\xaf\x58\x7b\xea\x83\x24\x55\x3d\x89\x25\xe7\x44\x17\x3b\x8a\xb2\x1e\x08\x9e\x35\xe7\xcb\x4a\xf8\xe3\xea\x0e\x32\xfe\x71\x57\x57\x9a\xc9\x6f\xd8\x11\xc5\x3d\xe7\xa6\x32\x65\x26\x4a\xe8\x24\xa2\xd9\x80\xef\xf9\x43\xbb\xa7\xfa\xe7\x3a\x09\xef\x15\x8f\xb5\x5d\x87\x8a\x59\x44\xa5\xc9\x98\x9a\xf6\x3e\x5f\x66\xd0\xa6\x47\x6b\xbb\x74\xaf\xd3\x2f\x89\x76\x6b\xb6\x92\x76\xd3\x96\xa9\xd8\xa4\x27\x69\x42\xf9\x65\xb2\x36\x66\x82\xe4\x07\x25\x3d\xd8\x4d\xf8\x03\x88\xde\xbd\x89\x77\x05\x3c\xb9\xe1\x29\x9b\x80\x24\x36\x42\xc6\x44\x78\xb0\x72\x9a\xf1\x7f\xe4\x8f\xf9\x23\x0c\x3b\x28\x76\xda\x4d\x3a\x25\x65\xbf\xb0\x47\xfd\x99\x22\xa6\x56\xa9\xf6\x50\xbe\xa6\xad\x91\xcb\x81\x84\xd3\xe5\x92\x1e\x70\x7c\xd0\x07\xe1\x2d\xd0\xb4\xeb\x17\xaf\x16\x3a\xbc\xa1\x9e\x9d\x0e\xaf\xb4\xc1\x19\xa3\x90\x05\x15\xc9\xd9\x59\xd0\x3c\xd3\x89\xcc\x17\xd0\x54\x4d\x96\xce\x1b\xfc\x2e\xf4\x51\xe7\x42\x63\xa8\xde\xaa\x31\x90\x5d\x6a\x97\x3c\x10\x3a\x7d\x3a\x58\xc2\x87\x9a\x82\x8c\x42\x23\x3c\x77\x57\x2b\x4f\x00\x27\x6d\xd0\xb1\x03\xe1\xcf\x36\x18\xf1\x1c\xc1\xca\xcf\x67\x75\x53\x05\x79\xd1\x99\x8e\xd4\x99\xea\x4a\x6d\x36\x4e\x17\x84\xaa\x27\xe3\x8b\xf0\x28\x65\x1c\xd6\x95\xf2\x4f\xd6\x89\x89\xa3\x8b\x25\x63\xb1\xd8\xa0\xb9\x42\x5b\x6c\xed\xae\xe3\xbc\x45\xe8\x87\x0d\x00\xeb\x15\xda\x69\x93\x45\x40\xa8\xba\x6c\x4d\x96\x33\xfb\x40\xae\xbb\x9e\xc9\x4a\xcc\xd0\x69\x7e\x30\x61\x7e\x48\x46\x24\x43\x89\xc1\x8a\xcb\x44\x5b\xca\x6a\xd9\x1a\x62\x6a\xd4\x6f\x31\x89\x1e\x76\x84\x10\x48\x68\xcc\x5d\x93\xb8\x2c\x6a\xfe\x86\x28\x56\x08\xde\x63\x33\x48\x7f\x8f\x3d\x2e\xf9\x63\xe0\x89\x5a\x72\x66\xeb\x5e\x0b\x43\x54\x98\xe6\x18\xff\x09\xcf\x5f\xd5\xc3\x4b\x43\xf9\x8a\x0d\xdc\x39\xc9\x47\xa4\x6a\xf6\xf5\x28\x6f\xd1\x3b\x16\x3b\xf0\xb3\x60\x04\x73\xfa\xce\x4a\xce\x47\x82\xba\x21\x84\xd9\x40\x7b\xb8\xd4\x86\xbe\x8f\x6a\x5f\x6c\x9b\xf9\x44\xbb\x39\x7b\xbf\x6e\x8b\x7a\xb3\xe2\x8a\xda\xac\x9a\xcf\xb9\xa0\x9a\x2e\xbf\x81\x2c\x94\x27\x49\xf9\x49\x93\x24\x77\xc5\xa1\x91\x2b\x45\x2b\x85\xb3\x03\x97\xf3\xb7\xf3\x88\x9d\xf6\x9c\x75\xec\x6b\x1b\x56\x33\x7e\x30\x86\x97\x86\xd3\x68\xb4\xef\x85\xcb\x32\xd3\xcc\x73\x0d\x89\xda\xfe\x3c\x4b\xf9\x7c\xf5\x56\xe3\x2c\xf6\x02\xa5\x3c\xf3\x39\xa4\x94\x7d\xd4\xe6\x24\x14\x4a\x0e\x67\x9c\x39\x35\x4a\x98\xa3\x18\x7d\xd8\x83\x77\x41\xe2\xe5\x4d\x67\x9b\x04\x9e\xce\xaf\x19\x67\x39\x93\x96\xd2\xa8\xef\x08\x99\x39\x22\x33\xae\x5a\xae\xaf\xd0\x16\x97\xff\x27\x0d\x55\x8f\x2b\x59\xc8\x4c\x50\x06\x15\x4c\x02\xff\x27\x33\xe6\x5e\x8f\xdf\x29\xfe\x93\x45\x8f\xe8\x15\x7a\x6a\xbf\x1e\xda\xc3\x3b\xa4\xfc\xea\x75\x87\xed\x21\xc9\x70\xce\x60\x8c\xe0\x0d\x2f\xd5\x52\x01\xc6\xcf\xfc\xf2\xcc\x43\x0d\x52\xdd\x77\xad\xa6\x56\x20\x11\x67\x0c\x57\x06\x30\xca\x94\xdb\x4a\x06\x81\x50\x19\x5e\xb0\x2e\x2e\x4f\x7c\x3d\x37\x3c\xc2\x4b\x38\xc3\xe0\x1e\xf0\x90\x67\xa5\xd6\x7b\x09\xd9\x93\x64\x72\x67\x94\x68\x17\x6c\x5d\x5a\x49\xdd\xc6\x84\xf3\x97\x64\x6e\x68\xbd\xac\x0b\xd4\x52\x1b\x29\xe2\x97\x19\x77\x6b\x5f\x33\x66\x28\x17\x56\x2e\xa0\x74\xc9\x0e\x97\x8c\x8f\x5b\x26\x56\xe5\x37\x9f\xb8\x25\xe8\x37\x2e\x08\x10\x70\x6f\x69\x5f\x7a\x9d\x64\x35\x28\xb6\x3a\x43\x44\xa2\xd0\x69\xe9\x13\xfc\x05\xb3\x35\x73\x4e\x59\x6b\xfa\x41\xd9\x8f\x62\xd7\xf4\x62\xce\x71\x73\x3d\x69\x12\xba\x23\x6f\x09\x89\x96\x62\xc8\x4e\x26\x2f\x8d\x29\xd1\x57\x92\x07\x43\x7f\xa8\x2f\x52\xaa\x0f\x6c\x51\xb0\x81\xba\xed\x88\x64\x0a\x78\x75\x6d\x19\xff\x24\x3c\xc9\x7a\x31\x2b\x09\x09\xd4\x9b\xcb\x22\xc9\xdf\x64\xf2\xa2\xa7\x14\x0b\xce\x18\xf3\x39\x8a\x0f\xf2\x39\xf7\x0e\x45\x98\x12\x92\xed\x44\xf9\x15\x93\xac\x07\x00\x30\xb4\x59\x2d\x07\x17\x1f\x98\xa2\x88\x04\x6f\x6f\x3f\x26\xfe\x04\x65\xae\xd5\xf3\x0f\xc2\x74\x6b\x6b\x56\x34\x02\xe9\x37\x97\x4d\x06\x9b\x64\x6b\x8a\xb8\x60\x31\x3b\xcb\x3c\x1f\x2c\x46\x32\x73\xd9\x60\x77\xca\x82\xac\xb7\xe0\xdf\x18\x67\xbd\x2b\xe4\x13\x2a\x50\x07\x43\x25\xfb\x1f\x2a\xd6\xc2\x36\xdb\xb7\x8a\x3b\x61\xed\x5a\x11\x7f\x15\xb2\xc1\x7a\x35\xcb\x1b\xb9\xa9\xa3\x97\xfa\xe1\x15\x52\xac\xf0\x2e\xbe\x9b\xfd\xbf\xfc\x58\xec\x0a\x32\x31\xe7\x15\x46\x4a\x66\x66\xf9\x61\xdb\x4e\x57\xe9\x32\x31\xeb\x50\xbb\x8c\x0e\x6c\xee\x7e\xae\x3c\x1f\xfd\xbd\x7d\x8c\xd8\x07\x7d\xbc\x96\xc6\xbb\x80\x3e\xb2\x8e\x60\x5e\x43\x6f\x6a\xe9\x25\xa5\xcc\x07\x12\x53\xa1\x0b\x73\x0e\x6b\x8b\xa9\x8f\xb1\x19\xde\x9b\xe3\x43\xa4\x25\x3d\x31\x54\xd2\x2f\x9e\x5e\xa2\x9b\x4c\xdf\x14\x92\x9f\xe1\x42\x2b\xdb\xef\x2c\x9f\x49\x9b\xea\x3e\x20\x2a\xa4\x1e\x5f\x2b\xe0\x59\xe0\x17\xac\x4d\x4c\x17\x7c\xb4\x86\x5d\x32\x59\x10\x2f\x2e\x2f\x50\xf1\xf7\x33\x4f\x98\x5c\xb8\x7f\x20\xaa\xb1\x8c\xd3\x91\xb4\xc1\xb0\x98\xad\x8e\xa6\x69\x53\x59\x9c\x10\x3b\x55\x0e\x13\xde\x77\x47\x96\xc6\xf0\x72\x37\x89\x26\xd1\x87\xd7\xe6\x72\xe3\x69\x4a\xeb\xaf\x0c\x06\xd5\x41\x7d\xa8\x78\xb7\xea\x8f\x88\x66\xbe\xaf\x9c\xcf\xb0\xcd\xa3\xc8\xed\xc1\xa3\xd9\xef\xa5\xb6\x89\xcb\x32\xfd\xc4\xf6\x51\x12\x8d\x49\xe8\x79\x34\x42\x79\x9b\x7f\x70\xdf\x4e\x69\x2e\xd7\xd2\x3d\x50\xb8\x8d\xd5\xbd\x36\x93\xa3\x65\x84\x2c\x09\x22\xf2\x69\x97\x55\x0f\x8b\x9e\xe4\x84\x0a\xe7\x98\x23\xb2\xa4\xf4\x07\xb9\x7f\xf4\x5f\x80\x25\xd9\xa7\xb5\x73\x13\x46\xea\x9b\x33\x56\x47\x0a\x34\x73\x15\x21\xc1\x74\xa5\x97\x34\xda\x57\x2d\x9d\x25\x5a\xea\xf6\x4a\x90\xc3\xcb\x59\xcb\x61\xff\x65\x4f\x58\x92\x41\x8c\x26\x36\x2b\x4f\x17\x65\x97\x72\xf8\x65\xe6\xe5\x45\xce\xb4\xf8\xdc\x82\xfc\x16\x72\x4f\xf6\xa4\xdc\x79\x71\x9d\xfa\xc0\x2c\xbf\x53\x29\x6a\x83\x0e\x0b\x92\x29\xba\x33\xc0\xbd\x4f\x25\x52\xf9\x22\xb7\x04\x81\xbd\xe8\xdc\xda\x13\x6c\x8c\xcb\x5a\xd2\x45\xa7\x33\xce\x2a\x3a\x8b\xb8\x55\x8f\xf9\xd3\xcd\x53\xca\x37\x50\x3b\x73\xd9\xc5\xc7\xc8\x8e\x59\x43\xe6\xc0\x38\x67\xfd\xd2\x5c\x87\x93\x5f\xd5\x67\x0c\x43\x41\xf6\x0a\x86\x36\x68\xaf\x58\x12\xa8\x3c\xe7\xb6\x83\xff\x42\xb2\x62\xed\x11\xb6\x1b\x2f\x73\xc9\x13\xba\x27\xe3\xae\x62\x53\x51\x52\x1d\xc4\x43\xf2\xdf\x56\xb3\xa8\xce\xb9\x11\xe5\x11\xa4\x9c\xac\xe2\xe2\xa9\xb1\x4d\xba\x97\xf9\xc4\x49\xbe\x7a\xb9\xf1\xfa\x91\x3b\x8a\x6d\xfa\x6b\x7b\x83\x24\x63\x33\x4e\xb9\xd9\xf0\x25\x52\xfe\xda\xe3\xac\x97\xfc\x54\x9b\x69\xb4\x37\xcc\x29\xdc\xbb\xcd\x81\x24\x31\xf5\xbf\xba\x21\xd2\x75\x0a\xa5\x9a\x42\x9e\x94\xa0\x2c\x1f\x49\x8e\x8f\x3e\x59\x14\x4e\x19\x19\xfa\xc8\x94\x41\xa9\xf5\xeb\xcf\x16\x02\x4a\xef\x47\x3a\x2b\xd0\xe0\xea\xab\x3c\x01\xb5\xac\x9c\x28\xde\x08\x3f\xb1\xf4\xe0\x98\xd1\x19\xdc\xa2\xa6\xb7\x94\xdf\xd4\xc6\x3a\x1c\x98\x42\xd9\x59\x6d\x07\xcc\x4d\x38\x57\x56\x09\xf8\x44\xbb\x15\x2d\x04\x72\x42\x9b\x4c\x21\xa0\xbd\x5f\x59\xf6\x11\xf0\x8a\x77\xaf\xf6\x23\x24\x73\x75\x55\xba\xc1\x67\x56\x4e\x14\x2f\x46\x76\x58\xfa\x73\xe4\xe8\x32\x2e\xd0\x04\x42\x04\x95\xa8\xb3\x81\x4e\x53\xa6\x54\x5d\x85\x76\x25\xb8\x96\x45\x40\x3e\xd1\x73\x0a\x2f\x41\x29\xa1\x2a\xd3\x74\xa8\xc3\x4f\x92\x3d\x0d\x76\xf1\xae\xd0\x56\xc2\xd5\xae\x8e\xca\x89\x88\xf7\xca\x49\xa2\xf7\xc8\x4d\xcb\x33\x9c\x58\xf4\x2c\xe7\x5a\x63\x0d\x7e\x9d\x3a\xe2\x42\x24\x1e\x4c\xce\xaa\x5a\x8c\xdd\x8e\xbf\x5d\x5a\x86\x61\x51\x8d\x85\x36\xd8\x81\xd0\x03\x79\x51\xd8\x36\xbf\xa3\x59\xd1\x98\x97\xb7\x44\x6b\x83\xed\x74\x9d\xaf\x20\x63\x7b\x56\x5a\x88\x22\xb1\x03\x96\x05\xec\xd7\x58\x00\xc7\xa7\xe1\x2f\x13\xc5\xf1\xda\x62\x46\x3e\xd9\xae\xf2\x34\x71\x29\x3e\xbe\x74\x34\x31\x27\x2a\xa6\x80\x44\x27\x87\x8e\xc9\x6d\xa6\xfd\xf0\xb3\x30\x74\xd0\x98\xde\x67\x35\x29\xb4\xc9\xae\x93\xe4\x97\xa8\xb4\x95\x5b\x84\xd5\xf8\x4f\xcb\x1f\xec\x2d\xf8\x29\xf6\xb3\x06\x5f\x3e\x17\x1f\x5b\x3b\x92\xb7\x8f\x64\xac\xa8\xe3\x4e\x88\x1f\x51\x12\xcc\x7e\x1e\x35\xd5\x7c\x8d\x35\x18\x52\x9e\xbb\x80\x39\x74\xf0\xbe\xc1\x8a\xf1\xc9\xdb\x43\xdd\x46\xbc\x70\x1d\x21\x9f\x45\xef\x5f\x19\x26\xf8\x43\xcb\xb5\xda\xc7\x02\xa8\x31\xec\x19\xf5\x64\x45\x2f\xb6\xa9\xc6\x4e\x3e\x32\xfd\x56\xf9\x7d\xe9\x9a\x38\x97\xe2\x04\x71\x50\xa4\x7f\xfe\x63\xa1\x30\x64\x56\x8e\x2d\xff\xe6\xc1\x93\x99\x8e\xbc\xf9\x5e\xc3\x19\x57\x38\xab\x37\xbd\x95\x2d\x65\xd9\xaf\xe4\x09\x26\x31\xe6\x5b\xf5\x33\xa9\xb4\x27\xac\x0d\x75\xfd\x86\x6e\xf4\x60\x35\xa6\xdf\x97\xf6\xa5\x7c\x83\xa6\x27\x36\xb8\xa8\x25\x63\xf5\x29\x24\xdf\x4e\x21\x3d\x1a\x66\x3c\x2b\x1b\x73\xe0\x9a\x3e\x4e\x1c\xee\x25\xc8\x98\x2b\x00\x37\x35\x48\xcf\x72\xe3\x57\x1a\xf8\x07\x58\xc1\xd6\xab\x19\xdd\xc4\x02\xa6\x43\x9d\x7f\x01\x8c\x1c\xa9\xfe\x9f\x29\x21\x6d\x4c\x59\x43\x8e\xf7\xf9\xc4\xa2\x6d\x86\x77\x27\x4d\x26\xb9\x8e\x08\x36\x66\xdf\x50\x5b\x1c\x70\xd7\x0d\x28\xb8\x5e\xf6\x2a\x8a\xa4\x64\x93\x40\x72\x4d\xa0\x5c\x99\xcf\x6b\xe0\x44\x59\x27\x31\xb6\x31\x26\x33\x8c\x75\xf3\x4a\xe7\xc1\x83\x55\x03\x85\x75\xa9\xc2\x32\x22\x7f\xd3\xf9\xf1\x45\x23\x73\x58\x27\x77\x99\x02\x0c\x9d\xc1\xfe\xd9\x3c\xed\xd7\xfd\xff\x74\x6c\xd5\x17\xcf\xbf\xaa\x35\x32\xcd\x26\x44\x42\x13\x8d\x5d\x59\xce\x4b\xe4\xee\xb2\x96\x10\x5f\x18\xa1\x0c\xc7\x0b\xb7\x2a\x47\xc2\xf1\x55\xca\xd2\x93\xa9\x6b\xca\xf6\x14\x66\x9c\x2b\x2c\xac\x35\xe5\x46\x7c\x31\x8d\x34\x8a\x82\x67\x64\xbb\x64\x46\xef\xbf\xa6\x5b\xa3\x19\xe5\xf9\x5c\x79\x55\xb1\x75\x13\x55\x62\x2b\x5e\xb5\xb2\x8f\x37\x87\xfb\xce\xba\x8d\x50\x32\x12\x68\xb7\x3b\x5d\xc8\x1c\x70\x5a\x8b\x88\x5c\x91\x3c\xb6\xfe\x09\xb9\xff\x8c\xb6\x66\x0a\xc5\xea\xc4\xf8\xf2\x51\x14\xdd\x91\x85\x85\xdd\x80\xaf\x6f\x77\xde\x56\xd0\xd6\x23\xcf\xb0\x01\xb2\x75\x99\x96\xf1\x12\xde\xee\x30\x59\x3a\x1a\xd9\x6f\x91\xc3\x35\xa3\x51\xb4\xfc\x8e\x01\x60\x10\xf8\xd8\xe2\x0c\xdc\x48\x1a\xaa\xe7\x00\x9d\x67\xe0\xea\x7a\xe0\x49\xf8\x9b\xb2\x6a\x70\xf5\x91\xd1\x85\x18\x98\xeb\x5b\x9e\xfb\x0b\xf2\xf1\xd0\x19\x46\xc1\x13\x5d\x26\x64\x34\xc1\x83\x0e\xb3\x24\x8f\x91\x4c\x8b\x1a\xae\x04\x8d\xa3\xc5\x75\x24\xc3\xfb\x81\x4b\xcd\x37\xe0\x05\x49\x75\xf5\x6b\xa1\xa1\x33\xc1\xd5\x27\xa1\xde\xf0\x4b\x65\x27\xa1\x17\x81\xaf\x0b\xd7\xc1\x6b\x7c\x35\xb9\x05\xb0\xca\x43\x9a\xd9\x82\x2c\x74\x19\x93\x81\x21\x26\x87\x85\x92\x02\xd4\xde\xe2\x3a\x37\x0a\x2d\xa5\x7e\x69\x37\x53\xf7\x01\x51\xcd\xd3\xf1\xe6\xa4\xe8\xba\x38\x7c\xfd\x99\x39\x55\xb9\x58\x7f\xb8\xb0\xd4\x8c\x49\x02\x6b\x0a\xc8\x18\xe8\x9b\x9a\xf3\x05\xc3\x3c\x38\x99\x4b\x30\xba\xcb\x28\xd5\x33\x4c\xe0\xb0\x51\x32\x17\xe3\x5b\xce\xe6\xdc\xc4\x78\xd4\xa2\xb6\x57\xcc\x0a\x60\x51\xd3\x01\xc6\x40\xd2\xbc\x0b\x85\xc4\x70\xcc\xcd\xca\xb7\x84\x73\xf8\xc9\x92\xef\x74\x59\xa0\xc0\xdc\x4d\x9f\xe1\x1b\x9c\xb3\x8b\x96\xe9\x91\xae\x8f\xa1\xd9\x6f\xf8\xad\x72\xa4\x9a\x1d\x8e\x8a\x8f\x51\x6d\x2d\x8f\x73\x16\xe3\x12\xea\xc1\xb6\xd5\xfc\x44\x4a\x73\xa3\x84\xb7\x3e\xb1\xb9\xf6\x03\xe7\x73\x8c\xa0\xd2\x89\xdd\x17\xbe\xbe\x64\x27\xab\x3d\xf0\x94\x79\x16\xb3\xc7\x77\xa3\x51\xcc\xb8\xe7\x71\x42\x57\x48\x3c\xdc\xf0\x53\x19\x43\xbf\xe1\x80\x88\x94\xb4\x3a\xcb\x72\xf6\x61\x2a\x0f\x6f\x68\xdd\xa6\x70\xa6\xd8\x35\x64\xca\xce\x25\xda\xd7\x7c\x93\xe8\x4e\xff\xa8\x58\x27\xea\x3f\xae\x2d\xde\x2c\x9c\x7d\xf8\x4d\xfe\x38\x7e\xc4\xde\x27\xd9\x34\x6e\x99\xc7\x46\xad\x81\xfd\xd8\x65\xb2\x22\x9c\xf9\xdd\xa1\x5d\x28\x65\x4c\xb0\x72\x67\xed\xa3\x7d\xc1\x47\xb5\x80\x99\x2a\x72\x6a\xfd\x23\xdd\xb2\x04\xb0\x66\xbd\x3a\xf7\xf4\xde\xf2\x53\xaa\x45\x61\x3f\x8b\x22\xe5\x9a\xc3\x61\xa6\xb5\x52\xab\xbd\xe9\x59\xc5\x22\xf9\xf6\x4f\x9a\x6b\xfc\x3b\x1b\x3e\xc8\xe5\x9c\xaf\x0e\xcf\x05\x97\x58\xb3\xad\x72\x99\x04\x31\x03\xf3\x69\x7e\x90\xaf\x27\x35\xd6\xef\xc9\x95\xc7\xf7\x55\x6b\xb3\x29\xd1\xfa\xb2\xf6\xcc\xcd\x61\xfe\x85\xb5\x9a\xaf\x87\x06\xf2\x70\x55\xc9\xde\x99\x59\x23\xe5\xfb\xb7\x57\x69\x6c\xc4\xb9\x1b\x3e\xc9\x5e\xf3\xaf\x3a\x4e\x16\x38\xb2\x5f\x5b\x0d\x33\x86\x89\xa7\xe8\xb3\x66\x75\xd1\x03\xd2\xf1\xfa\x31\x66\x2c\x9e\x52\x1d\x9c\x37\x2f\xfa\x60\x19\x29\x9b\x16\x36\xb1\x30\x4a\xff\xec\x90\x2a\x6f\x8d\xc6\x6b\xcf\x5b\x83\x59\x49\xd9\xae\x55\xf7\x48\x23\x36\x7c\x91\xc9\x84\x0b\x1d\xad\xf8\x83\x9c\x62\xeb\x79\x0c\x33\x63\x29\xca\x68\x3e\x5c\x96\x40\x1a\x57\x57\x53\x34\x10\xbf\xa6\x7a\x8a\xd9\x3e\x7a\x5a\xd9\xb2\xdc\x43\xc7\xae\x15\x4e\xc8\x8a\x39\x14\x9f\x7b\x49\x97\xb2\x67\xc0\xb0\x33\xc3\x6f\xbb\x54\x7d\x52\x76\x65\xc3\x5f\x99\xb3\xc8\xd2\xd1\x83\x4f\xe6\xba\x5b\xef\x61\xec\x65\xac\x82\x9d\x7a\xa7\x51\xba\x52\x25\x9d\x7b\x29\xdd\xe7\xaf\xb7\x24\x52\x6a\x4f\x75\xd4\x07\x51\x5e\x86\x28\xaa\xfe\x00\xbe\xfe\xab\x4a\xa3\x81\x67\xbb\x93\xcd\xe7\xc0\x22\xb7\x59\xd9\x0f\x21\xad\xd3\x29\xed\x3c\xd8\x6c\x07\xc9\x38\x88\xca\x22\x82\x07\xa3\x0a\x78\x61\x4f\x19\x34\x3a\x95\xdb\xf1\x0e\xbc\x71\xbe\xa5\x65\x0e\xa8\x3f\x55\x5e\x3f\x12\xcc\x08\xe1\x56\x15\x80\xbd\xfe\x56\xa5\x0b\xa0\xb5\xbb\x63\xcc\xb6\x50\x8b\xdb\xd4\xec\x42\x38\xd1\xe9\x98\xe6\x35\xb2\xd9\x8e\x2a\x8b\x44\x9e\x58\x9c\xe7\x45\xa2\x19\xd0\xb7\x9e\xc3\x48\x78\x2a\xd8\xc1\x46\xc6\x9c\xcf\x6f\x2e\x87\x0b\x4f\xa9\xeb\x32\xe1\xa4\x10\x52\xd5\x41\x38\xc9\x7f\x7a\x49\x33\x9c\xbb\x3b\x24\xff\x32\x32\xda\x6d\x62\x76\x0c\x92\xe6\x14\xa4\x31\x21\xbf\xec\x08\xd9\x4a\x34\xc2\x02\xe6\xad\x47\x07\xa0\xfc\x8b\x34\x9a\x65\xea\x86\xf6\x7a\x6a\xdc\xf9\xe8\xa6\x27\x78\xd7\xa9\x73\x17\x6e\xe1\xbe\x21\x87\x2a\x59\xd8\x1f\xbf\x8f\xc5\x3f\xb1\x81\xdd\x5e\xf9\x13\xb0\xcb\x6e\x13\xb2\x9a\xb1\x4b\x4e\x47\x34\x23\xb0\x3e\x3b\x83\x94\x85\x5d\xb0\xa8\xe4\xca\xb1\x5c\x48\xdf\x5d\xcd\xf2\x49\x9d\xdf\xf6\x8e\xe9\x77\xde\xbd\x69\x1a\xe3\xc4\xa9\x80\x0b\x53\x08\x76\xc8\xde\x8a\x8b\xf4\x07\x7e\x2f\x8b\x37\xd1\x7d\x76\x6f\x37\xf9\xd0\x2e\xbb\x8d\x37\xfc\xa2\x1d\x72\x3a\xa1\xde\x40\xbd\x61\xd7\x2b\x69\xa3\x7a\x5b\x8e\xe4\x5c\xc5\x0b\xa0\x5d\x5d\xef\xf9\xed\x29\x77\xdb\xac\x79\x29\xe7\x67\x36\xba\x71\x57\x9e\xda\x50\xbb\x83\xfd\x25\xc4\xad\x62\x1c\x6b\xc8\x6f\xb0\x28\x99\x79\x67\xf7\xe6\x3c\x9c\xf1\xc4\x6d\x82\x61\x35\xf1\xd2\x29\x21\xe3\x24\xfd\xa9\xdd\x5f\xf1\x47\xda\x15\xcb\xa3\x9c\x11\xd4\x42\xf0\x53\xe7\x6d\xc5\x82\x14\x4a\xeb\x64\x99\xc7\xb9\xa2\x06\x5b\xc9\xd9\x93\x3d\x35\x4b\x44\xe2\xa3\xd7\xca\xee\x0b\x6e\xf9\x31\x0a\xf7\xf0\x97\xec\x1e\x9b\x1b\xc2\x4d\xdc\xf6\x2d\x73\x12\xbb\xd0\x89\xaf\xda\xc5\x1c\xb0\xdf\x21\x7a\x48\xfc\xb0\xbc\xc7\x7a\x47\x1f\x0d\x1e\xee\xf8\xa3\xff\x92\xfc\xa9\xc5\x51\x1b\x7f\xce\xb9\xde\x2d\xe3\xcd\xc9\x3d\xd5\xeb\x95\x11\x47\xfd\x4a\x5f\xca\xde\xf8\x59\x15\x04\x4a\x52\x76\xd5\xe5\x9c\x16\xfe\xdc\x76\x43\x6f\xcd\x0f\x74\x92\x29\x23\x39\x22\xfb\x14\xd1\x58\xe6\x2d\x2b\x4f\xd6\x22\x62\x14\xf0\xa6\xc3\xc5\x74\x38\x99\xda\x1c\x97\xb3\xfd\x6c\x5b\x1d\x91\x65\x13\x71\xab\x2a\x41\xf7\x2a\xf8\x61\xa9\x85\xba\xfa\x60\xb7\x99\xa3\x64\xec\xa2\x1a\xb3\x64\x3b\xb7\xd5\xe9\x8e\x88\xba\x9c\x8a\x15\x26\xfe\x72\xfb\x7c\x61\x30\x1b\xb0\x92\x30\x11\xa2\x12\xc8\x6b\x7f\x5d\xb8\x2d\x79\x6b\xf3\x02\xd3\x8d\xb3\xec\xba\xb5\x39\xe7\x22\x32\xab\xe6\x18\x9e\x07\xe7\x97\x54\xeb\x42\x0f\x1a\xcc\x0e\x19\x77\x77\xc5\x19\xdd\x14\xae\xdb\x6a\xb4\x1f\x24\x7e\x4e\x9d\x0a\x5f\xc1\x1e\xfb\x5e\xe1\x28\x8e\xbd\x55\x13\xd3\x89\x78\x05\x9c\x6e\x57\x94\x80\x49\x3f\x9a\x1a\x0b\xae\x9d\x0d\xbd\x70\xd5\xb4\x3a\x22\xa5\xb2\xc8\x18\x1d\x8c\x97\xf8\x66\xca\x0f\xb2\xf2\xeb\x34\xbd\xbb\x4e\x67\x5f\x57\xde\xdd\xd6\xa6\x25\x4b\xb9\x4e\x4f\xe4\x8f\x85\x8e\xf6\x5f\x04\x6a\x4e\x96\xd5\x57\xc6\x55\xe2\xfd\x57\x2a\xf0\x88\xdc\xfa\x62\x3c\x38\x83\xb2\xfa\xd6\x7a\x70\x0d\xe5\x4c\xe7\x7a\xf0\x0c\xc5\x58\x11\x0a\x1a\x29\xff\x32\x63\xc0\xbf\xc0\x63\x6e\x1c\xe4\x0a\x26\xa7\xc5\x43\x0c\x68\x64\xf8\x56\xe8\x11\xc4\xdf\x29\x87\xdd\xe1\x19\x8e\xd3\xe1\x3c\xd8\xf0\xc5\x08\xb8\x41\xdd\xcf\x1d\x81\x34\xa8\xe7\x66\x10\x90\x03\x35\x74\x44\x01\x1f\x20\x43\xb9\x1a\x5c\x0f\x55\xea\x5b\x41\x15\xbc\x94\x73\x05\x7c\x02\x47\xa6\xbe\x80\xbc\x60\xfd\x71\x15\x64\x86\xaf\xee\x74\x84\xad\xe1\x4f\x0e\x37\xe0\x0c\x64\xd6\x70\x1e\xc5\x80\xbd\x79\xe6\x4a\x79\x8f\xb1\x07\x48\x80\x25\xb6\xb1\x9d\x07\xa4\xa2\x0d\x65\x03\xc0\x45\x34\x49\xef\x04\x2e\x41\x13\x38\xce\x20\x15\xa5\xa4\x9e\x02\xbf\xa1\x27\x8f\x5b\x43\xb1\xe8\x46\xef\xab\xd0\x47\xe4\xb3\x83\x01\x06\x10\xe3\x27\x29\x59\xcb\x9e\xf4\xc4\x89\x3c\xcc\x9a\x71\x9d\x41\xd9\xc8\xfc\x5f\xeb\x2d\x8a\x9a\x31\xbb\x74\x3f\xe5\x2f\xb1\x5e\x7b\x13\x38\x42\x27\xd8\x53\x80\x06\xda\xc3\x14\x18\xdc\x4d\x5b\x10\x76\x14\xbc\x4b\x75\xf2\xde\x02\xa5\xe0\x4b\x1d\xce\xc0\x73\xd0\x6f\x1f\x7a\x48\x1a\x71\xe3\x63\x06\x79\x84\x68\xf9\xd5\x7a\xf2\x09\x01\xde\xb2\x88\x5c\xc3\x7b\x57\x9c\x47\x99\xc7\x3d\xab\x09\xa1\x40\x9c\xc9\xcc\x56\xca\x57\x96\x31\x19\x02\x84\x4c\x9b\x63\x52\xd0\x95\x48\xf6\xea\x04\x9f\xd2\xa8\x0e\x87\x21\x11\x1e\xf3\xfe\x46\xfa\x4b\x8d\xf3\x43\x2e\xc9\x43\xf5\xad\xff\x03\x29\x5b\x21\x6d\x0a\x25\xbd\x96\x85\x14\x8d\x21\x7b\x4a\xec\x32\x1e\x92\xab\x44\x63\x19\x14\xca\x66\xfe\xd5\x24\x94\x32\xc4\x85\x42\x07\x01\x25\xeb\xab\x57\x18\xe8\xc7\x18\xe3\x10\x00\x4d\xa1\x3e\x7e\x1b\x9d\xd6\x59\x40\xbf\xbf\x26\x7d\x85\x69\x65\x5f\x62\x3a\xd5\x78\xab\xfe\x4f\xfa\x23\x03\x66\xee\x25\xed\xd6\x2d\x57\x0e\x92\x3a\x32\xda\xe8\x0d\xe4\x20\x85\x6b\xe2\x6c\xca\x44\x09\x29\x64\x80\xd2\x27\x38\xe3\x79\x1b\x50\xb2\x5f\x3a\x84\x82\x91\xc4\xdc\x57\xfd\x69\xa3\x1a\x1c\xef\xca\xd2\xa2\x6a\x32\x7b\x67\xa7\x55\x55\xb8\x5d\xa8\x4a\x5f\x56\xdc\x68\xca\x49\x57\x98\x6d\xe4\xcf\x49\x8b\x73\x22\x69\xe3\x49\x35\x99\xa7\xe2\x0b\xc8\x09\xea\x69\x47\xfb\x28\xee\x32\x5f\x4f\x5f\x60\x81\x60\xbc\x43\x30\xf0\x85\xe9\xff\x02\x4c\xfd\xd2\x97\x74\x3b\x31\xcd\xbe\x7b\x46\xf7\xc3\xb4\xa8\xd6\x8c\x1a\x45\xda\xd5\x86\x89\xb9\xd9\xe9\x1e\xd5\x9b\x65\xd3\xd2\xdb\x4b\x9d\xf0\xb3\xa4\x13\xf9\x5d\x71\x11\xe4\x31\x59\x35\x47\x47\x93\xdb\xd4\x2e\x3b\x1e\x50\xca\x24\x13\x1c\x8e\x01\x46\xf6\xae\xe7\x99\xa9\x75\x03\xd3\x6f\x49\x52\xff\xf4\xef\xed\xfa\x97\xb6\xed\x62\x78\x75\x75\x5a\x7e\xdb\xa1\x9c\xab\xe9\xf3\xeb\xbf\x4a\xf7\xa7\xcb\xaa\x0e\x62\xed\xa4\x75\xc5\xeb\x62\x07\x49\xdd\xb9\x5e\xc1\x2d\x64\xb2\xf6\xc9\x8e\x16\x4a\x92\xb4\xce\x21\x19\x88\x65\xbf\x7b\x3e\x2a\x15\xbe\x57\x7c\xf3\x5b\xea\xe0\x40\x61\xd7\xe1\xb4\xe9\xfd\x01\xd5\x33\xd3\x52\xba\xef\xe6\x38\xa7\x3d\x6c\xf9\x2b\x69\x49\x0f\xbc\xd0\x89\x1d\x48\x7f\x5b\x3e\x2a\x16\x21\xa5\xe6\xef\x08\xce\x22\xcf\xcf\x9c\xb0\xe3\x22\x65\x9e\xec\x83\x43\x21\xb0\x80\xb3\xe8\xc3\x55\xb8\x8b\x3c\xfb\xf1\x00\x9c\x4b\x46\xaf\x25\xc3\x28\xf9\x5e\xcb\x1b\x18\xa3\x58\x97\xb0\x61\x0a\x85\xaf\xb5\x87\xe9\xc0\x19\x96\x01\xa6\x82\x33\x52\x1c\x61\x01\x58\x1b\x76\x04\xd6\x43\x27\xbc\xcf\xc0\x4d\xf0\x04\x07\x35\xfc\x00\x2e\xfd\xef\x3b\x6c\x0d\x8d\x7b\x3c\x1a\x9e\x05\x2d\xba\x9a\x07\xfd\x86\xac\x5b\x96\xc3\xe3\xa0\x99\xc5\x1d\xf0\x38\x68\xbd\x06\x84\xad\x20\x2d\xf3\x13\x6c\x0d\xfd\x49\x2e\x85\x7d\xe1\x83\xc7\xde\xc1\xd1\xb0\xd2\x6b\x18\x56\xc3\x8f\x1d\x0e\xc2\xf5\xc8\x8a\xff\xc6\x42\x4c\x6c\xd4\xa3\xc5\x10\x81\xb6\x5d\xe9\x82\x28\x68\x5a\xf3\x61\x88\x83\x2e\x29\x1e\x0f\x69\x91\xf7\xea\xc7\x50\x05\xf2\x93\x79\x1c\xba\x88\x4e\x4f\x5e\x0b\x8f\x44\xa7\x1e\x4b\x82\xd7\x20\xbf\xbd\x74\x70\x3c\xf2\xc0\xc1\x16\x36\x20\xd5\xef\xa6\x82\x54\xd6\x84\x07\x9b\x40\x0e\x73\xdd\xe5\x4f\xa0\x88\xb1\xa5\x31\x1b\x2c\x26\x42\x0b\x09\xf0\x2a\x5d\x98\x81\x81\xff\xd1\x7e\x31\x5c\xa0\x45\xb4\xe8\x24\x4f\x28\x94\x5a\x1b\x6a\x84\x0a\xf0\x61\x2f\x6b\xe8\x37\x3e\xde\xfe\x27\xbc\x17\x1b\xf7\x26\x08\x50\x88\xb8\x83\x52\x20\x4f\xb8\xb0\x6f\x1b\xd0\xc8\x57\x34\x4c\x06\x06\x78\x4b\x0a\x26\x01\xc3\x9c\x6a\xd5\x7a\xd0\x82\x1d\x4f\xcc\x03\x0f\xb3\x96\x25\x06\x81\xf9\x8c\xda\x90\x61\x68\x0a\xb1\xc6\xb3\x15\x3a\x47\x8b\x70\x18\x09\xf5\xe2\x29\xaf\x00\xca\x8d\x8c\x97\x77\x2b\x28\xcf\x95\xfd\xbd\x04\x30\x5a\xce\xad\x0b\x01\x66\x4a\xcf\xe7\xc7\x02\x8e\xe2\x00\x45\x0b\x70\x5c\x78\x80\x76\x17\x30\xf0\x5d\x13\x22\xc0\x91\x9c\xbf\x21\xbb\xc1\x73\x2c\xb9\xe7\x69\xf0\x1e\x71\xd3\x61\x1a\xe4\x4d\x7d\xfe\x7c\x98\xdc\x93\xff\xe2\xf6\x6e\xf2\xa3\xdc\x9a\x8b\x63\xc9\x5f\xb3\x89\xda\x51\x94\x69\x99\x41\x79\x1e\x14\x27\xed\x62\x59\x17\x25\x41\xf5\x80\xba\x8c\xd2\x2a\x27\xc7\x8f\x06\x1c\xc5\x43\x47\x8f\x00\x7a\xfe\xbf\x1d\xbf\xc0\xc5\xec\x12\x87\xf5\xa0\x8c\x98\xf7\x34\x9c\x3c\xbb\xce\x61\xa0\x81\x6c\x5f\x75\xaf\x33\x93\xbc\xb9\x4c\x57\x55\x4f\x3e\x5a\xb4\x37\xc7\x86\x4c\x35\xdd\x95\xdc\x22\xf7\x18\x77\x63\xc9\x94\xe5\xfa\xe4\xd8\x2c\x8a\x28\xc3\x2f\xf8\x30\x30\x43\xda\xb6\x03\x00\x54\xfc\x1a\x07\x37\x70\x09\xd3\x6b\xc8\x96\xf4\xb6\x77\xc5\x75\x2d\xe9\x69\xe7\xb8\x76\x3a\x69\xa8\xb9\xab\xa2\x88\x3c\xb2\x2e\x2c\x7b\x0d\xd9\xa1\xb2\x41\x3c\x8d\x7c\xbe\xf8\x29\xf2\x8c\x7c\xd1\x64\x3a\x7f\x8a\xb2\xdc\x70\x3d\x88\x4f\x51\x66\x30\x77\xcc\x02\xd6\x8b\xb5\x0e\x9e\xc0\x65\xf6\x8a\xc7\x87\x48\x4d\xd7\x2a\xaf\x75\x92\x1a\xfb\x56\xb6\x99\x49\x0d\x5d\xa4\xf2\x1b\xa4\xdb\x2d\x82\xac\x08\xd2\xbf\xba\x13\xa2\xc3\xe4\x6d\x15\x6f\x10\x4f\xb2\xbc\xf0\xef\xb9\x21\xf2\xab\x1c\xbf\xa0\xbd\x14\x7f\xad\xad\xc7\x30\xe5\x8b\x74\xb7\x43\x20\x20\x67\x77\x3d\xaa\x27\x09\xef\xec\xb9\x66\x47\x12\x5e\x8f\x6b\x1b\x4f\x12\xf6\x85\x96\x3b\x91\xb2\xbb\xc6\x18\x2e\x92\x3a\x9a\x0f\x0b\x7b\x48\xbf\x6b\x0f\xc0\x57\xc9\x07\x4a\x9b\xce\xb1\xc8\x52\xd3\x8e\x20\x07\xf2\x27\xbd\x87\xc7\x0f\x4a\x86\x2c\xdd\x81\x0b\x6c\x67\x7f\x7d\xfd\x0a\x6b\x25\x25\x0d\x72\xb1\x43\xa4\x6f\x7d\x64\xf4\x0f\xf9\x40\x43\x1a\x5a\x43\xce\x28\xe0\xa2\x00\xe5\x7f\xaa\x7a\xd4\x9d\x72\x99\x50\xa0\x13\x81\xec\xc4\x32\x64\x00\x8c\x0a\x3d\x85\x64\x42\xb6\x5e\x16\x08\x00\xbd\x77\x18\x83\x1c\x86\x6b\x5e\x3b\x61\xcb\xc1\xad\xf7\x2e\xa0\xfd\xe0\xa9\x4b\xfd\x28\x09\x4c\xaf\xaf\x45\xb7\x83\xa8\xf9\x12\x3a\x05\x34\xa9\x26\x21\x0f\xa0\xd9\xf4\x8f\x48\x21\xc4\x4d\x74\x45\x24\xd0\xf7\x90\xef\x48\x2c\x7c\xd4\x33\x0f\x39\x06\xb7\xda\xd7\x21\x9b\x10\xbb\x57\xde\x28\x13\xdd\x78\x77\x08\xf5\x40\xfe\xf6\x7e\x44\xbe\x20\x57\xeb\xde\x21\xd7\x91\x34\xf3\x2c\x24\x0b\x09\x57\x9e\x42\x20\x24\x89\x1e\x8e\x04\x23\xfa\x84\x4b\xc8\x5e\xa4\x30\x84\x8d\x6c\x42\xaa\x3d\x03\x91\x35\x48\x93\xbd\x1c\x59\x84\x54\xbf\x08\x40\xb8\xcc\x29\x77\xc6\x22\xbe\x8c\xc3\x3d\x36\xc8\x02\xe2\xcc\x85\x23\xf0\x5b\xba\xd9\x94\x07\xdf\xa4\xfd\x54\x58\xc0\xf5\xb4\x14\x9a\x2f\x5c\x48\x1d\x8e\x1f\x82\x0b\xa8\x81\x47\x5b\xe1\x1a\x3c\x77\xc7\x23\xb8\x11\x7b\x64\x9f\x00\xb7\x62\xa3\x9f\x95\xc1\xd5\xc2\xf0\x5b\x67\xe0\x74\xc1\xcc\x6e\x2a\xec\xc3\x2b\xac\xe9\x86\x17\x73\x0f\xe6\xad\x83\x47\xb2\xff\xca\xfa\xa0\x8f\xac\xcb\xd4\x95\xd0\x7b\xa6\x32\xee\x3b\xf4\x97\xb1\xfb\xa8\x0d\xbc\x80\x7e\x6f\x87\x04\x5e\x43\x73\xb6\x67\xc2\x1e\x78\xfc\x93\x4f\xd0\x33\x55\xe6\x40\x36\x54\xa1\xc8\xeb\x7c\x0a\x09\x65\x58\xb5\x2d\x14\x29\x01\x72\xb2\x20\x4f\x11\x49\x1a\x0d\x6d\x13\x08\xb0\x1f\x90\x37\x4f\x1e\x37\x01\x0a\xe5\xc0\xc1\x18\x04\xb0\xb6\xec\xd8\x07\xe9\x08\xa3\x7d\x0e\x54\x47\x1d\x7a\x1c\x08\x7e\x37\xf9\x5e\x77\x04\xdb\x73\x76\xb4\x1f\x07\x15\x59\xce\x15\xd7\xc1\x73\x7a\xfb\x6c\x0a\xe8\xa7\x99\x2c\x4e\x06\x0f\x2b\x3f\xa0\x7b\xc1\x18\x59\xc9\xf9\x72\x90\x10\x6f\x0f\x52\x81\xa5\x7c\x86\xc7\x13\xf0\x11\xfb\x8c\x7d\x1f\x34\x81\x18\xff\xa0\x11\x3c\x50\x6b\x7b\xa5\x10\x5c\x50\x39\xbd\xe5\x33\xf0\xbe\xe4\x67\x19\x17\x68\x2d\x18\x30\x84\x01\x79\x79\x0c\x21\x03\x28\xcd\x5e\x02\xeb\x80\xcb\x3a\xf2\xb9\x20\xe0\x93\x8a\x38\x92\x09\x2e\x93\xae\xf6\x88\x01\xc3\xf8\x47\xed\x1f\x82\x02\xe6\xf2\x41\x35\x38\xa5\x7b\xe0\xb2\x18\xe8\x6b\x1b\x6e\x7a\x0b\x88\x1a\xdf\x96\x70\x81\x53\xb5\x85\x7a\x0a\xb0\xb7\x62\x03\xff\x32\xe0\x57\xc4\x82\x2c\x80\xf3\x79\xc8\xd9\x25\x00\x2d\x73\x28\xf0\x0e\x50\xac\xba\xe2\x31\x12\xf8\x26\x5e\x61\xff\x0c\xdc\xcc\xfa\x75\xef\x06\xf0\xfe\x8a\x5f\x5f\x2b\x50\xd8\x3b\xba\xc9\x02\x88\xeb\x60\x14\xd7\x00\xae\x4d\x9d\xba\x72\xc0\xaa\xb6\x99\x3f\x0f\xb0\x2e\x27\x81\x08\xe0\x5a\xd0\x72\xc6\x00\xec\x31\xfa\x05\x0a\x81\x33\x9a\xb0\xed\x8f\x81\x5a\x49\x97\xfd\x0f\x70\x24\x5b\x7e\xcf\x13\xb8\x7c\x73\xb0\xcf\x01\x60\x5c\xdd\xd4\x88\x00\x9e\xbd\xc1\xc5\x73\x80\xf1\x1d\xcb\x74\x96\x94\xa7\x8d\x99\x3c\x21\xe5\x7e\xf5\x25\x70\x3a\xe5\x43\x49\xc2\x99\xfd\x94\xaf\x79\x2e\x81\xb1\xc0\xff\x74\x71\xdb\x9f\x01\xc7\xa5\x9f\x1d\xd6\x00\x26\x76\xf7\xc3\x28\xc6\xa3\xf4\xa9\x57\x2b\x18\xff\x4b\xcf\x6b\x2b\x25\x2c\x48\x56\x15\x61\x74\x12\x49\x9a\xbd\x91\x76\x97\xbc\x54\xbc\x9f\x66\x4f\x7e\x87\x2e\xa5\x02\x94\xbe\xf3\x71\x78\x0f\x50\x1d\xe4\x82\xcf\x01\x35\x1e\x0b\xb0\x18\x28\xc3\x0e\x42\x2b\x60\xc3\x03\x23\xe3\x18\xa5\xe9\xca\x5b\x42\x48\xf9\xd7\xfa\x87\x5e\x0a\x38\x97\x6b\xe8\x33\x80\xb0\xac\x64\x1a\x19\xc8\x14\xe9\xa8\xd7\xc1\x25\x08\x97\xba\x1e\x2c\x3b\xf7\x1e\x17\x43\xdb\x8f\xb4\x60\x9f\xa1\xde\xed\x75\x58\x00\x7c\xda\x6e\x3b\x9a\x87\xfc\xef\xfe\x7d\xe2\x11\x2c\xbe\x62\x41\xcc\x87\xc9\xad\x5e\x74\x6f\x38\xb6\xec\x39\x2d\x1b\xde\x67\xe8\xa7\xcd\x82\x7d\x44\x93\xa8\xe9\x30\x19\x99\x88\x3f\x85\xeb\xce\x61\xb8\x1f\xfc\xe1\x48\x18\xd6\x82\x58\x6f\x27\x63\x0e\x48\x98\x9d\x1d\xca\x44\x94\x83\xf6\x74\x23\x11\x7c\x99\x4d\x1f\x41\xbf\xd0\x5c\x46\x5b\x4f\x1f\x5d\x4a\x50\xcb\x68\xe1\x99\x12\xea\x06\x6a\xbf\xe0\x3f\xdc\x4c\x8d\x82\xe7\xe0\x2b\xa8\x63\xce\xe6\x60\x55\x38\x2d\xb0\x14\xdb\x8e\xfd\xdd\x3e\x1f\xad\xc3\x12\xed\x16\xa1\x0e\xe8\xe0\x5d\x94\xf6\x82\xef\xd5\x37\x87\xe6\xc4\x73\x68\x9a\x43\x65\x71\xbe\x15\xff\xc5\xff\xb2\x9b\xf4\xb6\x38\xc4\x92\xf0\xb3\xf1\x11\x4c\x16\xf8\x15\x63\x33\xa0\x33\xdd\xd8\x3c\x22\x34\x70\x3e\x6a\xa4\x5b\xb8\x0f\xa0\xab\xa8\x35\x76\x9b\x10\x23\xee\x7e\xbb\x9c\xb6\x5f\xb1\xb0\x77\x13\x55\x2f\x3b\xda\x90\x84\x7f\x97\xa4\x14\x25\xe0\xc7\x44\x5a\x6d\x05\x76\x43\xd0\xc7\x0b\xc4\xc2\xf9\xb3\x80\x9b\xe8\x17\xae\x6f\xcc\x53\x14\x61\x9f\x3d\x8c\xa3\xd3\x98\xe1\xee\x5c\x24\x93\x98\x6b\xb7\x1f\x59\x42\xcd\xbf\x69\x41\xdd\x9d\x33\xb9\xfb\x29\x9e\x9f\x15\x5e\xf7\x3f\x7c\x9a\xbe\xa0\xc0\x1e\x4b\xd1\x5c\x51\xcb\xd0\xff\x54\xef\x38\x71\x28\xa6\x98\x49\xd9\x80\x5a\x4b\xe7\x9e\xce\x47\x8a\x85\xc3\x87\xaa\x11\x4f\x1e\xcb\xdd\x03\x1e\x64\x35\xd9\x49\xe1\x08\x7a\xeb\xf5\x7a\xfc\x76\x65\x74\x67\x28\xee\x50\x2a\xaa\xb9\x80\xa5\x14\xbe\x30\xbd\x47\xef\x9a\x3e\xab\x10\xd4\xcf\xf8\x92\xc5\x46\x5e\x64\x5e\x25\x09\x11\xb6\x06\x8a\x0e\x45\xac\x15\xaf\x03\x2e\xc1\xb5\xe2\x61\xb7\x4b\x70\x30\x8f\xb0\xcb\x86\x9e\x32\xba\xae\xaa\x70\x51\xbb\xb8\xfd\x04\x76\xa5\xe9\x4f\x95\x0c\x9b\x5b\xe7\x9d\xfb\x17\x25\x57\x1d\x50\xd4\x23\x1f\x4a\x97\x31\xde\x21\xa8\xf9\x5a\xba\x1d\xb2\x24\x67\x45\xd4\x66\xb8\x4c\xf7\xdb\xff\x0f\xbc\x4f\xe9\xe7\x16\x01\x0d\x8b\x56\xd8\x15\x43\x04\x8b\x71\xc5\x88\x27\xf4\x96\xb4\x91\xb1\x82\xce\xe6\xca\x32\xf4\x6d\x8b\x26\x77\x25\x7a\xb0\x7e\xad\x62\x04\xd2\x52\x05\x30\xb6\x23\xfb\x4a\xc4\x69\x62\xf8\x55\xbe\x5b\x64\x2b\x9c\x96\xb5\xc7\xbf\x10\x9e\x96\xd1\xea\xb6\x1d\xaa\x11\x57\xd9\x75\x40\xbe\x6c\x9b\xfe\x21\xfc\xc0\xd5\xe7\xad\xf5\x18\x7e\xa9\xa0\xe2\x17\x5a\xdf\xe5\x94\xc3\x44\x17\xb6\x1c\x97\x27\x20\xb4\x3a\x27\xa2\x19\x99\x50\xd1\x94\x66\x07\xab\x0b\x2f\x47\x26\xc0\xcb\x72\xe6\xfa\x53\xa1\x2a\x4d\x93\xdb\x76\x28\x5c\x72\xd7\xee\x1b\xf8\x89\x7d\xe4\xfa\x16\x7e\x4f\x9a\x75\xe7\x11\x5e\x70\x5a\x49\xcd\x20\xe7\x5f\xba\x53\xfe\x19\xf6\xbd\xf4\xd6\x0c\x3b\x56\x1d\xe9\x0c\xdb\x83\x29\x20\xbb\x91\x1d\x19\x27\x29\xab\xa2\x45\x84\x13\xb0\x24\x80\xa0\xfd\x04\xad\xb6\xb5\x53\xeb\xa0\xdd\xb6\x95\xf8\x69\x98\x7a\x8d\xcf\x5f\x47\xd6\x75\x64\x71\x1f\x91\x9f\xd5\xac\xe0\x68\x28\xcb\x4c\xcd\x6c\x90\x72\x5e\xc5\x62\x9d\xa4\xf4\xb2\x4a\x99\x5e\x40\x20\xa9\x90\xb1\x14\xf8\x16\xbd\x84\x18\x0d\x2a\x03\xac\x69\x83\x90\xdb\xb6\x74\x6a\x1e\x3c\xd1\x96\x8a\x9f\x80\x1f\x5c\xbd\xc7\xd3\x40\x3b\xda\x5f\x70\x4f\x43\xee\xd5\x67\x39\x5b\xa0\xad\xa6\xff\xb1\x2d\xa0\x0d\xca\x57\xac\xf1\xd0\x01\x96\x35\xe3\x03\x24\x21\xad\x26\xee\x40\xaf\xa3\x6a\xe9\x9d\xb0\xab\xff\x25\x5a\x01\x4c\x6c\xf3\xa6\x22\xf0\x67\xdb\x74\x7c\x07\x12\x71\xc5\x93\x4b\xa3\x11\x6d\x27\x39\xb1\xb4\x31\x95\xbf\xd9\x81\xd4\xd4\xdc\x4a\xd6\x01\xfc\xa7\xc2\xcc\xf4\xc5\x79\xcc\x51\x0c\x0f\x7c\x57\xfa\x26\xc2\x05\x9f\x18\xf9\x92\xbe\x09\x2b\xf1\x5f\x4b\x5b\x8b\xf9\x6d\xfd\x4e\x9d\x85\xfe\xb2\x85\xb0\x47\xa8\xee\x72\x26\xa7\x90\x7b\xb0\xe5\x05\x3b\x8b\xb3\xb7\x82\xcd\xd2\xb0\x37\xe5\x1c\x61\x4a\x59\x76\xf2\x68\x86\x94\x69\x4b\x3c\x20\x14\x8c\x9d\x69\x5b\xe9\x6a\x22\x2a\xd2\x92\xa6\xa1\x9f\xf1\x33\x53\x15\xb4\xd0\xad\x6d\x38\x4e\xdd\x60\x9b\x83\x1d\xc2\xfe\xf4\x8d\xe1\x4c\x96\xd6\x37\x1f\x64\xfd\x93\x58\x97\xcf\x66\xfe\x10\x91\xb3\x3f\x31\xde\x0a\x2e\xc9\x16\x13\x6f\xf9\x2b\xe8\x15\xf4\x1f\x5c\x43\xea\x56\xfa\x04\xce\x8c\x53\x7b\x69\x13\x58\x21\x7e\xb6\xd4\xb1\x0c\xf6\x56\x1e\xf6\x95\x8e\xd9\xf6\xa0\x7d\xd4\xf0\x1e\x8c\xed\x96\x35\xbb\xe1\x27\x6b\x95\x5e\x5b\x72\x91\x69\xaf\xb5\x30\xf4\x32\xe6\x67\x60\x92\x65\xc4\x1c\xc5\x03\xea\x07\xfa\x0a\x99\x57\x72\x2d\x6d\xab\x98\x73\xd2\x9e\xea\x21\xd0\x1e\x3c\x8e\x7b\x70\x49\x5b\x37\x62\x9b\x58\xe3\x6c\x7f\xa1\x33\xe8\x51\xdd\x7b\x58\x65\xa5\xaa\xba\x7c\xa6\xb9\x68\x75\x11\x83\x61\xcc\x2f\xd3\x9b\x09\x4e\xee\x5c\xd1\x6a\x3a\x96\x15\x8a\xdb\xd1\x64\x3a\x71\xd2\x1a\x6a\x71\x86\xe4\xc4\x4f\xbc\x4a\xee\x73\x80\x85\xd5\x88\x4c\x5b\xae\xa3\x25\xdc\xac\x15\x73\x10\x06\xe3\x50\xe7\x6c\x16\xab\x79\x5c\xad\x92\x19\x5d\x77\xbd\x00\x61\x1c\xa8\x4e\xd4\x76\x10\x9b\xca\x6e\x0a\xce\xd0\x57\x16\x8d\x45\xd9\xb4\x8d\xa6\x29\x09\xdd\xd4\x3d\x59\x2d\xe1\x37\xf0\x83\x9a\x1f\xfb\x2b\x30\x7f\x79\xc3\x96\x28\x74\xaf\x70\xc6\x8a\x25\xc8\x32\xe6\xbf\x0e\x17\x56\x74\xe7\xb3\x9a\x3a\xe6\xae\x56\x5f\x73\x0e\xc3\xb1\x01\xd6\x7c\x21\x66\xd5\xc4\xf2\xf3\xe8\xa3\xcb\xe7\x21\xf7\x68\x13\x0a\xb9\x09\x6b\xa9\x73\x72\xb5\xe1\xa1\xf8\xbc\xcc\xc5\xfb\xc3\xb1\xf9\xaa\xa9\x5b\x3c\xd1\xe9\x22\xfe\x8a\x8d\xf0\x33\x96\xb4\x9d\xca\xda\x71\xe9\x55\xcd\x78\xe6\x92\xae\xbf\xf9\x9f\x19\x23\x5a\x07\x34\xfb\xe8\x4f\x1b\x42\xf9\xd3\x69\x7d\xd5\x22\xe4\x10\xb5\xab\x14\x8b\x6f\xc2\x2f\xe5\xff\x09\x1f\x8b\x5d\xcc\x6a\xdb\xbf\x06\xed\xc8\xf8\xb2\xc5\x0d\xa9\x15\x9b\x56\x44\xc3\x6c\xd6\x95\x8e\xef\x72\xcb\xd4\xad\xb5\x03\xd2\xe0\xd4\x97\x85\xe1\x62\x2c\x8d\xaa\xbb\x21\xbc\x9e\xee\x20\x64\x0a\xec\xd2\x9f\x60\x25\xbc\x24\x52\x4b\x62\x2b\xa7\x92\x5c\x77\x22\x90\xf5\x85\x52\xb5\x9f\xc1\x5c\x0a\x34\x6e\xde\x48\x6c\x85\x26\x2e\x6b\xa7\xb9\xc0\x67\x3a\xd6\xcb\x8a\x48\xbc\xda\xf9\x92\x2f\xa4\xb7\x05\x85\x62\x07\xf2\x7e\x9d\x93\x10\x25\x17\x0b\x3e\xf2\xef\x52\x96\x60\x8e\xbc\x75\x94\xba\xc4\x7d\x1c\x18\x88\x09\x7f\xc3\xea\x03\xe7\xed\x5f\xcf\x9c\x00\xf6\x6f\x1e\x41\x38\x40\xb5\xcb\xca\x68\xab\xe1\xea\xf6\x08\x99\x27\x38\xae\x26\x40\x22\x02\xe7\x98\x3f\x8b\xae\x80\x6e\x5a\xae\x70\x35\xe8\x2f\x08\xe3\xb3\x41\x18\x35\x72\x5f\x81\xb7\x12\x6e\x71\xdc\x21\x8f\x70\x0e\x4b\x06\x65\xef\x7b\xcd\x18\x84\x27\xbb\xde\x23\xc6\xc2\xca\x65\x85\xb4\x99\xc8\x86\xb6\x11\xd2\x68\xfc\x41\xd5\x77\x71\x0f\x4e\xcb\x2f\x14\xcd\xc5\xe7\x6a\x0e\x08\x40\xac\x9e\xef\xca\x7b\x85\x25\x23\x19\xdc\xfd\xd8\x9e\xf8\x4f\xec\x42\x6c\xd5\xf1\xcb\xac\x59\xe8\xd7\x7d\x51\x8c\x53\x68\xbd\xab\x86\xae\x42\x85\xcb\x2a\xa9\x25\xe8\xc9\x96\x52\x89\x96\x1d\x51\x79\x57\xf4\x9a\xc5\x30\xc5\x0a\x7d\x99\x1a\xb5\x0d\xbf\x81\x51\xc6\x5b\xca\x5b\x4f\xdc\x84\x33\x39\x46\xc2\x22\x7e\x11\x7b\x16\xfd\xf4\xf1\x45\xcc\x74\x1a\xdf\xf7\x27\xd1\x4f\x2d\x70\x45\xe9\x93\xf0\x86\x65\x9f\xa8\x4b\xb1\xb6\xe6\x6d\xe2\x6a\x71\x6a\x85\x9f\x68\x95\x68\x46\x9e\x9d\x40\x22\xc8\x50\xbd\xe1\x4f\xe6\xcf\xe1\x8e\xe5\xd2\xb9\x4a\x48\xcf\x19\xc3\xf1\x8e\x73\x67\x81\xac\x57\x61\xc7\x19\xf7\x99\xa1\xbe\x2c\x62\x23\xd1\xea\x1a\x41\x8b\xa3\xfd\x5a\xee\x82\xd3\xa8\x56\x8d\xe3\x45\xc3\xba\x7f\x65\x01\xc2\x08\xcd\x1d\xe3\x3f\xfe\xbd\x0c\xad\xe2\x3f\xde\x2e\xa5\x07\x7b\x2b\xa7\x56\x76\x17\x1c\xcb\xde\x22\x41\xce\x3f\x66\xd6\x88\x26\x1f\x3b\xc9\xb0\xe0\x07\xee\xbd\x41\x4f\xe1\xa4\xb8\x2e\xa0\x96\x30\x03\x97\x47\x63\xed\xf4\x19\x75\x39\x22\x61\xe1\xf5\xe2\x0f\xc2\x11\xf9\xc6\xac\x41\x7e\x4c\x2e\x24\xfb\xc8\xbd\x98\xed\xc2\x8c\xe5\xac\xd1\xf7\x53\x22\x58\xa5\x9a\x43\xe7\x52\x99\x6b\x94\x79\xa1\x07\x09\x99\x34\x6f\xef\x24\xda\x3b\x61\xe8\xa6\x0b\x54\x7b\x4e\xfd\x72\x12\xb6\x85\x78\x58\xdb\x2a\x3a\x55\x87\x14\xad\x12\xd4\x56\x6b\x33\xff\xf2\xe7\x97\x0b\xa5\x96\x5c\x4a\xf1\x3e\xa2\x8c\xfd\x28\xff\x26\xa9\x9f\x75\x24\xc7\xf5\xec\x02\xc6\xa5\xcc\xfd\x21\xeb\x08\xe7\x8c\xb7\x7b\x36\xd1\x38\x32\xeb\x4d\xfb\xf1\x56\xfe\x97\xe5\x74\xf4\x32\x33\xae\xe6\x8d\x68\x4f\xcb\xcf\xc2\xe3\x02\x4d\x43\x43\xe6\x6a\xde\xf7\xda\xbd\x92\x00\x6e\x50\x85\x84\xfe\x1f\xbb\xae\x58\x4d\xb2\x62\x39\xe4\x27\x9e\xc1\x18\x8a\xec\xb7\x47\x6b\xe8\x7f\xb4\xf7\x7c\x86\x68\x87\x14\xfb\x37\xad\xc0\xe9\xc2\x90\xe5\x32\x94\xcf\xfc\x5d\xb3\x59\xb4\xba\x2b\xab\xa0\x44\x00\xb4\x59\xe8\xa9\xbc\x2b\x8d\x47\xc4\x66\xee\xaa\xda\x4d\x74\x7f\x36\xb3\xfc\x6a\xba\x98\xf9\xae\xc8\xee\xcc\x54\x86\x5f\xde\xac\xa3\x61\xf4\xb2\xcc\x10\x1f\x13\x6d\x9c\x6a\xe1\xa6\xc5\xf8\x5a\x51\xcc\xf2\x66\x74\x3d\x6b\x5b\xe9\xa5\x2c\x72\xca\x50\xee\x24\x7d\x57\x2a\x9c\x21\xd1\x3a\xa7\x4d\xe4\x9f\xce\x28\x4a\x2b\xc5\xc4\xca\xe5\xe9\xc9\x29\x7b\x65\x02\x52\x50\xf4\x4c\xf1\x13\x72\xc8\x11\x81\x70\x16\x25\x65\xe7\x43\x9e\x05\xa0\x77\xfe\xc4\x9e\x04\x8d\xb2\x99\x4b\x74\xc3\x50\xe9\xce\xac\xd1\xe9\x2f\x72\x70\x7d\x04\xc9\x3b\x63\x86\xe6\x1e\x49\xcc\xfb\x94\x11\x4e\xfa\x87\x2d\x57\x3c\x24\xe3\xc9\x2f\x65\x01\x14\xbb\xa8\x7a\x71\x31\xe5\xe5\x91\x9d\x82\x37\x40\xf5\xce\x3c\xde\x48\x50\xec\x7c\x8d\xf5\x15\xca\xb0\x99\x4a\x34\xc0\xf5\x25\xa5\x06\x15\x30\xc7\xf8\x59\xf7\x0f\x58\xa7\xa2\x6b\x50\xc0\x8b\x97\x98\x31\x15\x38\x8f\x56\x28\xc4\x40\x65\x32\x26\xfb\x1f\x68\x15\x75\x4a\x1c\x0f\xea\x03\xff\x09\xaa\xa0\xe5\x3b\x53\xb8\x03\x50\x99\xf3\x05\xd6\x15\x38\xd2\x66\x36\xa1\x46\xec\x8a\x8b\x33\x4b\xb0\xf0\xec\xf7\x3a\x67\x6c\xae\x12\x57\x5f\x41\xeb\xb9\x24\x55\x14\x0a\x21\x57\xe4\xc3\xe8\xa1\xa4\x6a\x69\x32\xea\x13\x59\x23\xba\x8f\x1e\x08\x4c\x13\xac\x45\x77\xec\xb4\xe2\x1e\x45\x9d\x9d\xb3\x58\xc7\x51\x37\x1b\x77\x62\x2d\xba\xab\x28\x48\xff\x89\x69\x99\x55\xab\x45\x18\xf1\x8a\x64\xb5\x15\x51\xce\x81\x94\xb5\xf4\x5f\xf0\x7b\xf9\x5e\xfa\xc1\xc4\xb7\x92\x01\x5a\x47\xe4\x64\xd1\x1e\xda\xf6\xc3\xef\xf9\x19\x54\xad\x77\x2f\xa7\x0b\xff\xe8\x2c\x60\x5e\xc1\xbd\x6d\xc8\xf4\x4c\x4c\x50\xf0\x43\x7f\x52\x10\x6b\xc0\x34\x4f\xf9\xbe\xf2\x90\x0c\x90\x37\x93\x4d\x52\xce\xe3\xdc\x84\x47\xc9\xcc\x6c\x7d\xe2\x7c\xc9\x56\x16\x71\x2a\x48\x58\xcd\x3c\x7b\xf8\x04\x7f\x34\x63\xb9\x37\x99\xb3\x92\x7e\xc9\x99\xc9\x5c\x4b\x0b\xb1\xe9\xa0\xfd\xc5\x07\xcd\x7b\x75\xb5\x19\xc3\xfa\x1e\xcd\x3a\x95\x8d\xd4\xa0\xea\x54\x38\x33\xef\x2b\x02\x65\x36\x20\x47\x3a\x24\x99\x1c\xdf\x2b\x4e\x16\x8d\x3d\xe9\x2e\xf8\xc4\x7f\x73\x48\xcc\x73\xe7\x4a\xbd\x3e\xb1\x4f\xb3\xe7\x39\x9f\x60\xc4\x30\x12\x96\x8e\xa7\x39\xd1\x0a\x4d\x5b\x75\x8e\x79\x3a\xed\x53\x75\x95\xf1\x89\xf8\xa9\x2a\x20\x6b\x16\x63\xa3\xfc\x96\x7e\x1e\x30\x49\x1a\xa4\x99\x1c\x17\x27\x7a\xa5\xfc\x1b\x31\x47\x10\x2d\xbb\x18\x50\xc4\x2d\x17\x7b\x7b\xf9\xb1\x06\xf9\x88\xb3\x35\x71\x8b\x8d\x2f\x5d\x49\x55\x13\x7b\x73\xd5\xba\xe9\x95\xf6\x9a\x8d\x6a\xb0\x34\x4b\xb4\x52\x35\xba\xf0\x2b\x5d\x2e\x27\xf2\xad\xc9\x0c\xe9\xa8\x9c\x25\xb1\x33\x45\x4c\xc3\xf8\xf0\x57\xfc\x7f\x9a\x02\xff\x0b\x5c\x1f\xc5\x0b\xcf\x2c\x56\x9c\xf8\xa2\x53\x1f\x11\xc3\x3b\xb5\xd4\x8b\x6a\xcb\x28\xc9\xf9\xac\x7d\x7f\xe1\x97\x1a\x54\x47\x54\xaf\x10\x46\x29\x9f\x94\x5b\xd2\x1e\xca\x4f\x15\x3d\x21\x0d\x4a\xee\xe6\x27\x9c\x4f\x13\x1d\x35\xde\x0c\x8f\xe2\x5f\xd4\xbf\xf5\xf7\xe3\x4e\xcb\x60\x79\x1e\x65\x39\x4b\x9b\x9c\x4a\x08\x07\x7e\xde\xd2\xa3\xf8\x13\xa6\x4b\x4e\x94\xb6\xa7\x79\x72\xc6\x23\xb5\x7b\xdd\x37\x41\xa3\xb2\xae\x3a\x9b\xe6\x21\xdf\x58\x3e\x93\x74\x40\x62\x2c\x72\x3b\xf7\x5b\xb4\xc8\xb4\x3a\x7c\x04\x1f\xcd\x6a\xf1\x1f\xcd\x69\xd5\xf4\x7a\x3a\x32\x87\xe4\xc7\x9d\xcc\xf4\x6b\x02\xed\x52\x2a\x4e\x30\x49\x9a\xf4\x12\x75\xea\x0a\x71\x7d\xa1\x57\x6a\x1d\x33\xc1\xf4\x5f\x9a\x27\xa4\xcf\x01\xd3\x9e\x27\xed\x31\xfc\x4a\x2f\x88\xd6\xeb\x22\x49\xfc\x10\xa7\x0c\x23\x59\xbe\xaf\x46\xae\xa2\x5c\x74\xf7\x16\x07\x80\xd3\xd6\xdc\xe3\x0d\x41\xa0\x55\x25\x6b\x1d\xfc\x47\xb3\xa8\x64\x6d\xfa\x2d\x71\x44\xc1\x43\xd2\x1a\xa6\x8d\x49\x48\x62\x43\x41\x39\x2b\x49\xdf\x92\xc6\x19\x2a\xc9\xb4\xe8\x93\x3a\x5b\xca\xba\xa3\xff\x32\xce\x53\xfe\xec\xe3\xc8\xe3\x80\x67\xee\x76\x62\x67\xf0\xe1\x9a\xcb\xbc\x3e\xe8\x97\x55\x13\xcb\x1a\x59\xae\xae\x2e\x6e\xa7\x98\xc5\xa3\x0a\xc8\x94\x1e\x46\xaf\x69\x2d\xe5\x27\x34\xde\x78\x13\x58\x97\xd8\x68\x38\x0d\x30\xa3\x6d\xb4\x0f\x80\x7f\x47\x2f\x66\x38\x80\xc2\x7d\x27\xe4\x1b\xa0\x75\xee\xff\x13\x8f\x81\x1e\xac\xe9\xe2\x65\xc3\x66\xab\x1b\xcc\x1f\x08\x9c\xf1\xb4\x78\x14\xca\x11\x79\x9a\x1b\xd0\x40\xc6\xc2\x3c\x08\x9d\x04\x86\x19\x57\x22\x0f\x12\x57\x64\xb6\x21\x3d\x51\x5a\xed\x36\xe4\xf6\xd1\x63\x2a\x1e\xf2\x73\xdf\x0c\x59\x2e\x3a\xcd\xed\xbe\x08\x45\x97\xaf\xe9\xe4\x39\xa0\xc1\xd6\xd3\x98\x38\x4a\x57\xfd\x2a\xf2\x25\x32\x85\xa7\xcd\x53\x89\x99\xc4\xae\xdc\x7b\xf4\xb3\x40\x66\x36\x83\x76\x2f\x01\xcf\xb4\xa4\x05\x45\x4d\xd6\xe8\xa8\x9f\x82\x1f\x2b\xbf\x52\xe5\xbe\xf5\xb2\xc9\x54\x1b\xb7\x32\xe1\x10\x6e\x5c\x73\x9d\xcb\xc1\x37\x58\x87\x32\x9e\x62\xd5\xca\x97\x85\x0d\xbc\xf5\x82\x98\xfc\x74\xae\x37\xfd\x4c\xae\x17\x67\x29\xe5\x6e\xd6\x1b\xf6\xb2\xf8\x01\x3d\xcc\x72\x8c\x8c\xd7\x8c\x66\x7a\x07\x87\x2b\xc3\x18\x27\x7d\x4f\x4a\xcf\x12\xc1\x6e\x4c\xa1\x1b\x7d\xeb\x9a\x77\x9c\x47\xb4\x79\xd6\x05\x8c\x8d\xf8\x90\xa2\xad\xe0\xa5\xc2\xcc\xf7\x34\x95\xc8\xc7\xd1\x5c\x72\x10\xa9\x3f\xb9\x3c\xcb\x52\x0c\xc5\x75\xea\xf2\x85\x45\xa7\x30\xf5\x6a\xfe\x97\x20\x8d\x82\xcd\x5b\xbd\xf7\x86\x44\xc9\x59\xe7\xb6\x59\x70\x8e\x35\x7d\xcd\x2b\xce\xa4\xff\x13\x00\x1f\x00\x31\x2e\x0e\x00\xc0\xcd\x67\x3c\x0f\x7f\xe3\x59\x0d\x21\x15\x21\x29\x23\x95\x06\xa5\x44\x2a\xa5\x52\x69\xa1\xbd\x6e\x7e\xfb\xbb\xef\xf6\xde\xd7\x5d\x57\x77\xed\xbd\xf7\xde\x91\x6c\xb2\xe7\xf3\xec\xfd\x8c\x6c\xfe\x3f\xee\x2d\x8b\x79\xdc\x30\x36\x3f\xdb\xb7\x1a\x29\x5e\x2e\xbe\x59\xb1\xbe\x80\xc1\xfc\x54\xf2\xd5\xb8\x1c\x40\x0a\xc5\xb9\x47\xd3\x4a\x8d\xf3\x74\x45\x71\x0c\xbd\x52\xf3\xeb\xf0\x48\xf6\x5b\x95\xd3\xbe\x8d\xca\x9f\x72\x5b\x97\x4b\xd2\xcb\xe2\xe7\x9b\xae\x09\x4f\x08\x58\x16\x01\x9c\x7a\xce\x7b\xf5\xa7\x6a\xf3\xba\xad\x22\xa8\xfc\x76\xf5\x64\x02\x2a\xd1\x96\xb7\xd0\xad\x0b\xad\x4b\x5c\x53\xc9\x86\xa2\x82\xda\xd8\x74\xbd\x99\xe1\x7f\x21\xf7\xb2\x29\x39\xee\xbe\x54\x25\xa6\x59\xe2\x12\x2c\x3d\x28\x2f\xd8\x54\x2e\x78\x26\xfa\x65\x01\x73\x36\xf1\x56\xaa\xd7\x57\x4f\x6e\x0e\x15\x0e\x97\x77\xd4\xdf\x63\x9c\x29\x49\xaf\xd9\x4e\x13\x17\xfc\xa8\x48\x4d\x79\x6e\x48\x2f\x81\x62\x3e\xe5\x3c\x2e\x48\x08\xa1\x67\x6f\xcb\x5b\xec\x6b\xad\x74\xd1\xc6\xb8\xac\x91\xfe\xa9\x0c\xd9\x64\x14\x14\x48\x16\x5a\x68\xd8\xcf\x78\x32\x15\xb9\xea\x7e\xfb\xb0\xd0\xb4\x5c\xd6\x32\x8f\xb1\xa5\xc4\xa5\x61\x2d\x6d\x46\xc1\x60\xcd\xe2\x14\xba\x61\x63\xf9\xb9\x18\x55\x4e\x5e\x71\x60\xc8\x3a\xcd\x33\x23\xdf\xe7\x9d\xe2\x59\xce\x21\x97\x69\x92\x46\x55\xd7\xa6\x72\xc1\x6e\xc9\x33\x8b\x7e\xb6\x80\x77\x52\x20\xec\x9d\x4a\x3b\xce\x78\xd6\x71\x92\x76\x99\xde\xdb\xa2\xa4\xef\x48\x5f\xd6\xe0\x43\x1f\x39\xb6\xaa\xfa\x3a\x80\x86\x3f\x2b\x77\x01\x63\x0f\x9a\x17\x45\x43\x19\xbb\x21\xc3\x1a\xb8\x72\xfb\x66\x6d\x1e\xf2\x7d\xbd\x97\xa2\x11\x3b\x64\xfa\x48\x94\x84\x77\x09\x82\x7a\x94\xc0\x18\xa3\xbd\x23\x06\x9c\x43\x57\xb7\x6c\x03\xf7\xa6\x7d\xac\x9f\x00\x0b\x8e\x4d\xaa\x16\x43\x6b\xc2\x4f\x97\x7d\x81\xae\x1c\xfc\xa3\xc8\x02\x2e\xdf\x9d\x94\xf7\x1f\x62\xdc\xbe\x46\x4b\x45\x4b\xd6\xfb\x29\x14\x58\x93\xe9\x57\x51\x00\x7e\x56\xb0\xb8\x67\x0d\x1c\xc0\x60\xb4\x7f\x83\x93\xe8\x71\xcd\x37\x60\x24\xed\x54\xbd\x11\x2e\x89\xbf\x59\xed\x04\x4f\x84\x97\x95\x55\x20\x59\xfe\x2f\x0b\xaf\xa2\xf3\x76\x1f\xce\x6b\x40\x07\xb7\xaf\xd0\xba\x60\xc4\xfa\x20\xc5\x51\x7c\xaf\xd9\x12\xd1\x1a\xc6\xdf\xfc\xcc\xee\x78\x46\x1d\xfe\xb1\xdd\x8d\x11\x4d\x7b\xd1\x6c\xc1\x98\x93\x16\x53\xf7\x12\xbf\x17\xcf\xaa\x12\xe0\xe3\xe1\x47\x4b\xbf\xe2\x6f\xfc\x9b\x0b\xad\x19\xab\x76\xef\xcc\x5b\xcc\x08\xd9\x3e\x37\xbb\x82\x21\x58\x9f\x21\xbf\xc4\x38\x65\x16\x2d\xcc\x21\x26\xf3\x3e\x75\xf1\xb9\x0e\x38\xa9\x8d\xc2\xc9\xa1\xc5\x36\xc5\xb0\x7f\xa6\x7e\xaa\xb3\x63\x93\xe3\xed\x2a\xc7\xd9\x53\xc3\x17\x97\x7a\xb3\x6a\xfd\x81\x02\x90\x95\xbc\xfb\xef\xdc\x78\x96\xd9\xf6\x19\x9a\xcf\xcc\xb1\xf5\x72\xf9\x2a\x26\xd5\xac\x49\xf0\x82\xb9\x84\x97\xd5\x79\x59\x6c\x8b\xdd\x6f\xed\x15\x39\x50\xcf\x37\x56\x0a\xed\x52\xf1\x5a\x48\xb0\x27\xee\x4a\xe5\x2a\xfe\x89\xb0\xe1\x12\x35\x4f\xe7\xbf\x23\x7f\x8c\x7b\xd5\xf3\xad\xbe\x96\xf3\x73\xfb\x24\x8d\x0b\x67\xe9\xfa\x36\xd9\x71\xf6\x5a\xf3\x3f\x05\xb6\xac\x55\xdc\xaa\xce\xd9\x9a\x7c\x6c\x45\xcb\x63\xd5\x77\xea\x9c\x86\x93\xca\xe0\x94\x8e\x1a\xb1\xbc\x36\x6e\x49\xc5\x7a\xd9\xc2\xb0\x35\xc5\x06\x09\xf7\x40\xbf\xf1\xb2\x68\xc2\xb3\x24\xa7\x5d\xe8\xb1\xed\xad\xda\x97\x9f\xb5\xfe\x85\x34\x8b\xab\x35\x17\xf3\xb7\xb0\x8d\x9c\x9a\x8e\x6d\xf9\xe9\xa8\x5d\xcb\x46\xc3\x66\xca\xd6\x86\x95\xfa\x17\xc9\x77\xab\xaf\xeb\xc8\xb1\x7b\xca\x93\xb3\x67\x86\xa6\x17\xdd\x55\x95\x1f\xd8\x64\x5c\xa0\x70\xf0\xf4\xd0\x7d\x95\x0a\xb6\x8d\xa8\x24\xa2\x16\xdb\x49\x92\x66\xfe\x35\xf3\x17\x3c\x1a\xe7\x22\xbb\xa8\xbd\xad\xe2\x35\xe2\xd0\xdc\x50\xb6\x91\xec\x5a\x9f\x57\xbc\x3b\xe9\x4b\xf5\x81\x02\xd3\x18\x72\xd9\xcd\xbc\x97\x87\xbb\x8a\xf6\xe6\x34\xef\xcf\x37\x40\xd9\xa1\x1e\x77\x74\x51\xca\xa6\x6d\x2a\xe5\x7b\xe9\xb8\xed\x1f\x12\x73\xe1\xdd\x95\x1b\xb8\x4f\xb9\x03\x6c\xeb\x76\x7a\xad\x0e\xee\x68\x26\x57\x91\x49\xa3\xf5\x31\xe5\xd6\x49\xd2\xea\x79\xc5\xf5\x31\x8b\xca\x14\x05\xab\x0f\x27\x15\xfe\xca\xe3\xec\x8f\x35\xd8\xe9\xba\x3c\x1a\x75\x73\xd5\xb9\xdb\x98\xca\x02\xb9\x8b\xed\x5f\xe2\x8b\xa2\xee\x95\x07\xb8\xb9\xbc\x05\xac\xf6\x76\x87\x46\x2d\x7c\xa0\xd9\xbe\xce\x84\x14\x57\x6f\x5a\x85\x24\x39\x56\x0d\x95\x0d\x47\x8f\x96\xed\x2a\x7a\x76\x78\x63\x61\xa9\xf1\xe3\xfe\xed\x79\xe3\xfa\x93\x1e\x39\xda\xda\xec\x1d\xdb\xd8\x4a\x57\x45\x9c\xad\xa5\x38\x4d\x7c\x6c\x25\xc2\x75\xe2\xd9\x11\xf4\xa1\xa7\xf4\x00\xd0\xac\x2f\x9d\x5e\x94\x19\xd6\xf9\x9e\xfe\x31\x61\x75\xab\x3f\x90\x18\x35\xdc\x40\x01\x17\x04\xaf\xad\x3e\x0e\xbe\xde\xb7\xac\x6c\x06\xf4\xc9\x6d\x7f\x81\x13\x62\xe3\xf0\x5b\x6f\x81\xd2\x6c\xf6\xa9\x10\xac\xcb\xd4\x43\x9c\xca\x98\x43\x84\x0f\x21\xa0\x11\x9c\xd6\x37\x07\x3c\x99\xe9\xd1\xa9\x02\x5f\x25\xcc\x6b\xf9\x0a\xd9\x45\xd5\x37\xac\x85\x8a\x82\x17\x57\x9b\xc0\x3e\xfb\xe6\x94\x0e\x22\xcb\xdc\x7c\x0a\xa6\xa0\x73\x1c\x7e\xe6\x7c\xc0\x16\xd8\x84\xab\x82\xf1\xb9\xa6\xe1\xe2\x40\xc6\xdf\x84\xc3\xd0\x22\x64\x2e\xf0\x6f\x6f\x29\x32\x37\x73\x4d\xa7\x3d\x32\xe7\xc4\x87\x16\x03\x62\x12\xa5\xab\xbf\x80\x1c\x0d\x9e\x5c\x35\x8a\x8c\xfb\xfe\x2c\xcd\x44\x53\xdd\x3c\xf2\xbb\x30\x73\x87\x9f\x39\x4d\xd8\x3f\x36\xc7\x55\xa6\xb8\xd6\x14\x14\x9b\x31\x42\x19\x1d\x83\x81\xc4\x0a\x80\xd2\xf3\x9c\xd1\x9d\x31\xd4\x41\x63\x44\x9e\xa8\x6b\x7e\xc0\x58\x13\x15\x5f\xbf\x90\xb1\xe0\xd0\xd5\xaa\x39\x0c\x6b\xdf\x7b\x25\xad\x8c\x23\x6e\xae\xf9\x0b\x19\x72\xc7\xc9\x39\xff\x63\x9c\xb7\x11\x29\x09\x62\xaa\xe9\xb0\x48\x40\xec\x60\x9c\x18\x48\xe5\x1e\x07\x96\xf6\xfc\xc5\x19\xca\x88\x6a\x2f\xe2\x98\x9e\x48\x69\x5e\xcc\x16\x45\x6d\xab\x0b\x60\x2f\x3b\x54\x5b\xe9\xc7\x1a\xf0\x1d\x28\xfe\xca\xc2\xdc\x36\x1a\x83\x59\x4e\x8e\x53\x75\x87\x98\xff\xd9\x34\x29\x4e\x31\x8d\x66\x8b\x85\xe7\x99\x7b\xf0\x17\xfd\xa5\x62\x33\x7a\x71\xf7\x6e\xd1\x8a\xf4\x77\x6d\x57\x85\x4b\x4e\x98\x36\xf9\x09\xac\xa2\xa6\xd4\xca\xf8\xfb\x0e\x31\x2a\x84\x3c\xc4\xb7\xa0\x78\x07\xb7\xc7\xcd\xc4\xa0\xe0\x7c\x70\xfc\x43\x2b\xe3\x98\xd8\xdc\x56\x4c\x65\xef\x30\x4b\x11\xce\x64\xed\xc6\x69\x7d\x7d\xea\x5f\xf4\xd5\x5d\xc1\xaa\x98\xf4\x84\xd6\xbb\x8a\xc1\xe3\xfc\xc6\xbd\xf2\x95\x91\x69\x35\x0c\xa9\xf2\xd0\xcc\x72\x48\x32\xdf\xd7\xb7\x68\x9d\x48\xb2\xeb\x7d\x1e\x57\xf0\xd1\x71\x69\x36\x87\xef\xbe\x6e\xad\xec\x27\x97\x67\xf6\x55\x30\x89\x5d\x8f\x15\xf5\xbe\x32\x7a\xd2\x52\x3b\x45\x79\x7f\xa4\x9d\x69\x5d\x9e\xd3\x7f\xec\x76\x03\x4d\x1b\x19\x31\x52\x5d\xa6\x99\x13\x04\x94\x15\x2a\xfb\x7d\xee\x16\x06\xca\x13\x76\xd5\xe5\x36\x4a\x9e\x38\x4e\xd3\xb4\x8b\x9c\xd7\xed\x93\xd9\xf3\x15\xe6\x91\xfc\x9d\x9c\xd3\xe8\xbd\xde\x7d\xe5\xcb\xa9\xb5\x1d\xff\x95\x84\xa6\xfd\xdd\x82\x14\xa2\xc7\xec\xea\xc7\x8d\xa9\x11\x6b\xab\xbe\xe7\x46\x04\x7e\x2a\x9d\xd0\xf9\xfa\xc0\x05\xe5\x1a\x93\x5d\xa4\xdc\x69\x8a\x5a\xc7\x49\x9a\x59\xd2\x79\xeb\x52\xa5\x12\x61\xac\x79\x15\xaf\x88\x9b\x83\x32\x7b\xa7\x57\x27\x50\x0f\x77\x54\x54\xec\x4d\x1d\x69\x71\x2c\x9d\x1f\xff\xa0\x9e\x53\x58\x7b\xe4\x5e\x55\x99\xd1\x3b\xb0\xab\x34\x5f\x7f\xcb\x27\xa8\x20\x48\xeb\xb5\x2b\x5c\x5f\xad\x3a\xee\x38\x49\xdd\x28\x3b\xb4\x0e\x91\x3a\x8b\xac\xcc\x2f\xf0\x82\xb9\x77\xd0\x4d\x3d\x1d\xf5\x73\xa8\xb3\x3a\xc2\xab\xf3\x53\xa9\xcd\xff\x54\x2c\x8d\x37\xd6\x6f\x2c\x01\x8f\x94\x54\x79\x17\x9c\x0c\x54\x94\xba\x1a\x66\xfa\xec\xcc\x7f\x9b\xb3\x62\x57\xa0\xde\x53\x7d\xd5\x71\x8e\xda\x57\x1e\xba\x2e\x57\x72\x4d\xd4\xbe\x72\x32\xf7\x3d\xf7\x35\xf4\x69\xb4\x0f\xa0\x90\xea\x86\x6d\x81\xdc\x64\xbb\x3e\x14\xb8\x10\xeb\xdf\x99\x03\x5a\x86\x85\xb6\x64\x82\x8d\x07\xb7\xd5\x4f\x87\x20\xaf\x53\x95\xdb\x61\xb2\x73\x57\xd1\x2b\x24\xc7\x3e\x38\x2f\x10\xbd\x6b\xd5\xae\xf9\x13\x9f\x6e\xf2\x59\xb2\x97\xe1\x02\xbd\x1e\x0d\x87\x9a\x48\xad\x43\xc3\x50\x63\xb2\x55\x9f\x29\xd4\x16\xbb\xb7\xd3\x15\xba\x15\x16\xd8\x62\x02\x6f\x39\xb8\xb9\xae\x05\x1e\xf5\x1a\xac\x78\x8d\xf0\x9d\xbb\x8b\x1a\xd0\x0c\xfb\xe0\xbc\x95\x58\x8a\xd5\x69\xf5\x3d\xdc\xdf\x74\xa6\xc4\x9a\xe1\x06\x3d\x38\xf5\x09\x5d\x40\xaa\x18\x8a\x42\x9e\x27\x9b\xf4\xb6\x22\x23\xb1\x3b\x3b\xee\x21\xad\x61\x7b\x9b\x7b\x91\xfb\x07\x6d\xea\xc2\x50\x4f\xaf\x9e\x0a\x15\x7a\xc1\xb9\xab\xe8\x38\x46\xb5\x0f\xce\xbd\x8d\x6f\xb2\xba\xa2\x36\xe2\x17\x4c\xcd\xc5\xef\x18\x20\xc4\x3d\xb5\x81\xb8\x49\x0a\x1d\xd4\x11\x91\x49\x17\x7b\xfe\x63\x3c\x89\x9d\xdf\xb1\x90\xa1\x0e\xdb\xd8\xf4\x89\x91\x79\x70\x51\xad\x94\x41\xf7\x6a\x28\x3f\xc3\x30\x3a\xf7\x17\xb6\x32\x2e\xd9\x47\xe4\xda\x12\x33\xad\xbe\xa8\xbe\x12\xb6\xa6\x47\xc5\x07\x89\x40\x28\xea\xa4\x13\xf7\x33\xc9\x74\xa0\x9a\xeb\x94\x24\xea\xf9\x83\xc3\x88\x79\xdb\xbe\x95\x7d\x2b\x6c\x4d\xd3\x6a\x76\xd8\xc1\x39\x35\xbd\xac\x0f\x5e\x75\x65\x3f\x59\xa5\xce\x43\x05\xcf\x58\xd1\xf6\xc9\xfa\xa3\xac\xc5\xd6\x6b\x54\x9b\x99\x3d\xa6\xf5\x22\x3e\x33\x0a\x7c\x38\x12\x2d\x06\xb2\xfa\xfa\xc7\x44\x47\x93\xdc\xba\xcd\x85\xbe\x31\xc3\x6d\xe1\x02\xef\xb0\x45\x8d\x01\xfc\x58\xff\xdf\xd5\xaf\x78\x5c\xaf\x8a\xb2\xf5\xdc\x3e\xe7\x93\x05\x0b\x39\x5f\xed\xb1\x1c\x11\x67\xbd\x75\x80\x32\x86\xed\x67\xf6\x97\xb0\x9d\x15\x0f\xf6\x0f\x07\xa9\xaf\x66\x11\x7d\xdd\xaa\x0d\x89\x6f\xbb\xe6\x28\x38\x31\x47\x5b\x77\xc8\xee\x86\x96\x36\xac\x95\x1e\xf4\xaf\xa8\x1a\x10\x8f\x79\x65\x95\x4e\x11\xf9\x39\xb7\x1b\xdf\x09\xfa\xec\x0b\x74\x69\x7c\x53\xeb\x42\x85\x2f\x97\x6e\x26\x15\x94\xb0\xbb\xc1\xc5\x43\xa0\x21\x2f\xf3\x7b\xef\xfd\xdc\xfd\x89\xbc\x4e\x1b\xdd\x8f\xe8\xfb\x2d\x3e\xd9\xc6\xd0\x55\xf5\x1b\xd4\x87\xfd\x5d\x2a\xc7\x94\x8b\xbc\x2c\x4b\xe6\xc9\xce\x38\x2b\x8d\x53\x24\x31\xf6\xd5\x5a\xbe\xf0\x86\xf5\x2d\x79\x06\x3f\xdc\xec\x33\xff\x0a\xa7\x1b\x50\x0e\x36\x96\xde\xcc\x64\xf4\xae\x2c\x9e\x9e\xb8\xa8\x23\xb5\xc0\x32\x3a\xa5\x99\x63\x30\x3d\xdc\x54\x17\xa7\x37\x3d\xf0\xb4\x72\x9a\x76\xf5\x9e\xd7\xc5\xfe\xea\xc5\xce\xa8\xc1\x45\x7e\xd1\x7e\x28\xfb\x8c\xe4\x98\xcd\x6c\x59\xbf\x60\xc2\xdc\x9b\xbf\x95\x9b\x0e\x1c\x1e\x8c\xa9\x3c\x9b\xe9\xdd\x33\x56\x56\x90\x70\xbb\x63\x41\x71\x52\xf4\xb6\xe6\x75\x05\x7f\x1f\xc6\xeb\x26\xe5\x0d\x1c\x18\xac\x28\xcc\x21\xed\xb9\x5e\xf4\x36\x7b\xa6\x33\x90\x77\x53\x79\xc4\xfe\x7a\x76\x8a\x94\x67\x63\x25\x4b\x10\x16\x99\x67\xf2\x9e\x70\xcb\x01\xb3\xc1\x3f\x6b\x97\x67\x2e\xea\x49\xab\xac\x48\xa8\x6e\xaf\x2b\xb3\x8e\xfe\xb3\xa9\xaf\x48\x7d\xf8\x48\xad\xdc\xf8\xed\x40\x55\xc5\x96\xdc\xf8\x3d\x97\x8b\x18\xda\x4a\x67\x22\xef\xb8\x2a\xcf\xfe\xa3\xe6\x87\x2c\xd9\xe6\xa0\xf4\xa7\xc8\xcc\xbc\x8c\x87\x73\x9b\x5e\x25\x02\x13\x94\xd6\xbb\x79\x60\x10\x15\x3f\xaf\x06\x6b\x69\x5b\x7b\x43\xa0\x19\xb4\xab\x35\xbb\xa0\x13\x74\xa1\xde\x17\x3a\x0d\x30\xb9\xdf\x61\x27\x50\x40\x9a\x09\x5f\x84\xb4\x11\x0a\x84\x02\xeb\x3c\x9f\xa1\x36\x88\xcc\x46\x88\xbe\x43\xb5\x2f\xcb\x80\xcd\x40\xfd\x9d\xcb\x40\x11\xf8\xf7\xb9\x7b\xe0\x5f\x20\xd1\x63\x00\x29\xe0\xb5\x6a\x01\xf8\x0c\x72\xce\x29\x81\xc2\xa1\x07\xdc\x24\xe8\x0e\xac\xc8\x62\xc1\x2c\xc4\x35\x62\x01\xb2\x15\x79\xe0\xc9\x43\x27\xa3\x34\x9b\x43\xe8\x55\x6c\xde\x8b\x9b\x74\x0a\x72\xe6\xf6\x6f\xfa\x17\xe4\xc2\xb9\x95\x40\x1a\xf2\xb1\xfb\x0e\xf0\x1c\xf9\x5c\x75\x09\x3c\x81\x2e\xd0\xfd\x06\x9f\xa0\x71\x9c\x9b\x10\x15\xed\xcd\xfa\x03\xde\x80\xcd\x3d\x62\x84\xdf\x62\x7e\x9e\x3b\x90\x51\x0c\xb6\xd9\x84\xd6\x62\xa5\xcf\xae\xd0\x5c\x39\x3b\x6e\xad\xa0\x9d\x64\x6b\xcf\x78\xd2\x63\xd8\x73\xbb\x9c\xe8\xff\xb0\xe8\x95\xb1\x40\x12\xf3\x93\xb6\x1d\xf8\xc5\xcc\x67\x0f\x81\x45\xcc\xfd\x99\x4b\x20\x12\x71\x37\xfc\x32\x1c\x46\x1c\xf2\x38\x89\x78\x30\xda\x6c\xe6\xa1\x9e\x8c\x69\x4f\xff\xa6\x7c\x92\xbc\xb8\xc1\xa5\x1a\xc4\x8d\xa7\x01\x9a\xb7\x88\xd6\x21\xa0\x5d\x13\xba\x97\x5f\xa4\x67\x08\x56\x64\x1f\x04\x96\xf0\xff\x66\x09\x80\xcb\xbc\xd9\x19\xcb\xc0\x16\xce\x93\x70\x13\xa8\x8a\x6d\xf4\x88\x80\xcb\x59\xab\x6c\xfe\x44\x3a\x09\xfc\xf1\x34\xf2\xbf\x5a\x87\x6b\xe9\x14\x8d\x26\xec\x54\x15\xd5\x47\x95\xd9\x76\x95\xfa\xaf\x42\x51\xb6\x8b\xc6\x93\xf5\xa9\x1f\xd3\x3d\x25\xdf\x98\x81\xc0\x5c\xf1\xda\x74\x6b\xe0\x97\xd0\x39\x0c\x04\x7f\xf1\x2d\x3d\xa6\xc0\xff\xe3\x54\xdb\x2c\x47\x36\xb1\xa6\x3f\x8c\x26\x7d\x29\x9b\x33\xbe\x80\x2c\x2d\xde\x3b\xb2\x9d\xb2\xae\x00\x6f\xc1\x29\x67\x0c\xc2\x92\xbf\xa8\xa0\x5e\xae\x7c\x4b\x73\xd1\x6a\x19\xc5\xf4\x65\x6a\x5a\xea\x18\xb0\x42\x61\x1d\x0a\x83\xb6\x12\xb9\x3b\x01\x05\x0a\x24\x36\xeb\x61\x26\xc7\xeb\xfe\x17\xd2\x94\x36\xf5\x25\x94\x54\xdf\x04\x0e\x3e\x22\xc7\xd7\xe5\x35\x79\x50\xa6\x57\x11\x85\x1f\x28\x2d\x65\x07\x15\xd3\xa9\x44\xd1\x34\xec\x07\x2d\xd1\x40\x4f\x21\xd3\xc9\xba\xbc\xc3\x74\x40\xab\x8a\x74\xfb\x0a\x5e\x94\x14\xdb\x6c\x80\xe7\xf1\x58\x77\x75\x59\xa3\xa7\x24\x17\x22\x48\x27\x06\xeb\xfa\xf5\xe4\xa9\x3d\xad\x0d\x0b\xc8\x45\xed\xdc\xfc\x87\x94\x80\xa6\xd5\xb2\x55\x54\xf3\x1a\x39\x1a\x4c\x9b\x55\x66\x4c\x76\xa0\x4f\x29\x58\x1b\x52\x07\x2c\xc9\xb1\x72\x93\x80\x71\x0a\x85\xcd\x66\xa8\x43\x00\xdc\xa9\xce\x2a\xbd\xf0\xbf\xf3\x14\x92\xd7\xe9\xf3\x7d\xf5\xa4\x7f\x86\x63\xea\xd7\x91\x81\xde\xda\xfc\x99\x94\x55\xed\x9d\xd2\x23\x94\x57\x8d\x22\xa4\x82\x7a\xb5\xea\x55\x52\x3d\x6d\xa4\xb8\x34\x24\x91\x7e\x26\x77\xd8\x2d\x03\x5c\xa9\xda\x65\xe3\x0d\x21\xc2\x55\xb7\x7f\x64\xb1\xaf\x66\x9f\x1b\x24\xad\xbc\x38\xa5\xf7\x07\xa9\x75\x6c\x6b\x1d\x4c\xf6\x1c\x5e\x68\x8c\x27\x3f\xea\x31\x4a\x4e\x51\xca\x5a\xff\x45\x6c\xa9\xc2\xba\x82\xa4\xe3\xb4\x84\x32\x5d\xc8\x3e\x7a\xbc\xe1\xbe\x1b\x00\xf4\xa8\x49\x36\x08\xb4\x52\x18\xf6\x74\x36\x9c\x47\xd9\x7c\xa3\x0d\x6e\xa7\x4e\x1b\x5b\x0e\x8f\x53\x47\x3b\x7d\xe0\x8f\x34\x72\x45\x09\x62\x46\xb7\xd7\xae\x42\xbc\x01\x07\xf6\x7e\x04\x01\x7d\x32\xee\x23\x97\xa0\xf8\xf0\x7b\xe8\x26\x18\xf4\xb8\x86\x16\x23\x5a\x1b\x1b\xcc\x0c\x6d\x7d\xb2\x0d\x7a\x03\xcc\xb9\xfe\x0c\x5e\x06\x10\xa7\xc3\xe0\xdd\xc0\xcf\x0e\x3e\x9c\x05\x46\x94\xdf\x83\xab\xc0\x8b\xd9\xe9\xf0\x23\x88\xc9\xaa\x46\x6c\xe1\xdd\x19\xde\x88\x12\x99\x1a\x1e\x89\xce\x44\x7a\x3c\x92\x50\x2e\x9a\x65\xfd\x18\x5b\x8c\x6d\x78\x7c\x04\xda\x8d\xfc\x79\x7d\x1e\x04\x23\x6b\x46\x65\x50\x13\x72\xb8\xbd\x1b\x7a\x89\xa4\x95\x9b\xc3\x1b\x10\xbd\xa6\x1f\x26\x23\x3f\x58\x0b\xe0\xb3\x68\x62\xfa\x25\xc4\x19\x1d\x0b\xfb\x8c\xf4\x62\x6b\x3c\x56\xa3\xfb\x30\xb2\xf5\x59\xf4\x39\x36\xf8\x6f\x38\xf0\x89\xed\x77\x75\x3b\xe8\xc5\x3a\x7d\xb2\x0b\x54\xb1\xfc\xdb\x2c\xc0\x87\xcc\xb1\xd2\x61\x68\x07\xf3\x88\x9a\x01\xa9\x99\x4b\x99\x73\xa1\xdf\xc4\xdd\xb4\xc7\xb0\x88\x10\x84\x6d\x43\xac\x89\xb5\xee\x8d\xc8\x79\x46\xb9\x75\x3d\x8a\x33\x4c\xff\x79\x49\xbf\x2a\xbe\x74\xa5\x1b\xd8\x22\xea\x1e\x99\x0b\x64\x0b\x8d\x2d\xd9\xc0\x13\x01\x5e\x12\x0c\xba\xf1\xb3\x54\x9e\x60\x35\x8f\xc5\x98\x80\xd6\x71\x15\x69\x33\xa0\x33\x1c\x41\xa8\x00\x86\xd9\xc7\xdc\x23\x11\x07\xd6\x6c\xeb\x4e\xe4\x2b\xa1\xba\x3f\x4a\xbb\x97\x3d\xe5\x52\x3b\xdd\x5d\xbd\x77\x28\x92\xde\xaa\x44\x9b\xbe\x02\xd3\xe4\xad\x45\x57\x80\x68\xe9\x57\xc5\x33\xe0\x8e\x24\x00\x3f\x03\x26\x8b\x74\xa9\x66\xd0\x52\xc1\xe9\xc3\x1f\xa0\xcb\xbc\xf3\xee\xff\x83\xf3\x38\x2c\xeb\xab\x48\x2a\x6b\xe1\x5d\x7b\xea\x50\x09\xe7\x42\x04\x6d\x5d\xe1\xab\xfe\x8f\x34\x55\xbe\x4f\x43\x25\xed\x75\x5e\x56\x41\x39\x3d\x38\x27\x5b\xf6\x99\x7e\x37\xbb\x0f\x5b\x0d\x80\xaa\xa1\xe4\x2b\xa0\x83\x3c\xef\xf0\x3c\xf0\x87\xc4\xce\xad\x05\xba\x26\x88\xb2\x99\x0d\xb7\x72\xfc\x6e\x9d\xa7\xbc\x6f\x69\x3f\x7b\x95\x1a\xdc\x70\xbe\xb7\x8c\x3a\x5a\xbb\xbc\x2e\x83\x66\x53\x69\x69\x14\xd3\xb2\x4b\x97\x4a\xe7\xd1\xad\x0a\x3e\x21\x28\xfd\x7c\x9e\x32\x89\x09\xc8\xb4\x2f\x43\x96\x81\x27\x94\xf7\xdc\x76\x42\x07\x24\x11\x36\x2b\xe0\x9d\x3c\xf0\x86\x80\x62\x1c\x39\x3c\xd6\x43\xf9\xd9\x5f\xd3\x9d\x4a\x8d\xec\x7a\x56\x73\x90\xda\xd7\xfa\x2c\x4f\x41\xb3\x6b\x68\x15\xbb\xd3\xfa\xaa\x03\xa0\xe7\xf4\xc4\x52\x49\xa2\x2f\x60\x9a\xef\x13\x1c\x00\x3c\xd7\xb1\x76\x8d\x83\x0f\x14\x76\x36\xab\xa1\x07\x82\xa8\xeb\x2a\x0a\xfd\x6c\xfd\xe9\x71\xca\xf5\x53\xc5\x5d\x0c\xaa\xfd\x60\x72\x75\x1a\x55\xd6\xfd\x2e\xb7\x8b\x36\xb9\x6d\x8b\x88\x41\x13\x34\x6c\x85\xdc\xe8\x0e\x95\x23\x09\x67\xe8\xf7\x8a\xda\x83\xff\x00\xf2\x73\xe7\xef\x6a\x05\x0d\xca\x2b\x36\x4e\x50\xa1\x70\xca\xb5\x1b\x94\xa0\x2b\x0b\x4e\xaf\xa0\x54\x9d\x6b\xed\x3c\x47\x9d\x34\xba\xb2\x6a\x98\x7a\x78\xd0\x35\x77\x35\xb5\xaf\x7b\xa6\xf0\x23\x6d\x77\x0b\x0c\x9e\xa7\x3d\xae\x4d\x49\x80\xe9\xac\xd2\x9c\x43\xcf\x81\x1d\x06\x8b\x5d\x5d\xa0\x8b\x7a\xb2\x4d\x06\xb4\x5b\xb8\xfd\x1f\x12\x76\x82\xdc\x74\x45\x8b\x79\x52\x24\x23\xc7\x30\x4b\xea\x91\xd6\xd9\xd8\x7c\xda\xec\x92\xb3\xd8\x2c\xda\xb8\xaa\x1b\xfd\x4e\xbf\x4f\xc4\xa0\xdf\x80\x9f\x69\x54\x6c\x1e\xb4\x36\xf4\x0b\xb6\x1e\xf6\x73\x97\x63\x47\x10\xb6\x75\x1e\x26\x47\x87\x1e\x28\xd0\x31\x7a\xe6\xe5\x61\xb4\x89\xfe\x61\x58\x87\x16\x03\xf4\x96\x9d\xa8\x06\x78\x58\x32\x05\xd5\x83\x89\xaa\x29\xa8\x01\x5a\xc3\x68\x47\xeb\xa1\xff\x52\x9f\xa0\x97\xe1\x9e\x50\x26\x36\x05\xe1\xb9\xaf\xc3\x9c\xd1\x23\xd6\x11\x18\x1b\xdb\x72\xbf\x1a\xdd\x0a\x07\x5e\x7a\x85\x5a\xc3\xd0\xd0\x28\x6a\x05\x77\x35\xa7\xa2\xcb\xe0\x47\xc5\xf6\xe8\x7a\xc4\x5c\x19\x81\x3a\x22\x32\xc6\x02\x34\x0a\x9d\x91\x9a\x8a\x72\x50\x24\x74\x12\x7a\x1e\x7d\xee\x76\x0d\x9b\x8f\x85\x5a\xaf\xc6\x12\xb0\x91\xbb\x35\xf0\x05\x56\xdc\x45\x53\xf8\x0d\xf3\xc7\xc0\x57\xf8\x03\x53\xd2\xf8\x0f\xb2\x98\xb9\xb4\xf0\x31\xe2\x4c\x74\x29\xcc\x91\x18\x42\x88\x2f\x41\x34\x44\x4c\x8a\x04\xb9\x41\x58\x1f\x8e\x40\x1d\x18\xff\xba\xc1\xa8\x8c\xc1\xb4\xb6\x44\xbf\x33\x4c\xef\x48\xa0\x9b\xa2\xae\xf3\x9d\xd0\x3b\xe1\x68\x7f\x12\xbc\x48\x70\xb2\x21\x0b\xb6\xe0\x77\x15\xe4\xc0\x5e\xbc\x01\xd9\x17\x18\xe0\x3e\xc7\x56\xc3\xdd\xdc\xb9\xc9\xbd\xc8\x72\x8e\x45\xc8\x15\x84\xcd\x36\x71\xdb\x85\x7c\x66\x3e\xb0\x0e\x42\xd3\x08\xf5\xad\x70\xf0\xb7\xfa\xca\xd9\x31\x68\x89\xca\xb1\xf7\x1a\x14\xa0\xe0\xd6\x3d\x81\x0e\xca\xc6\xf3\xad\xa1\x34\xe9\x7a\x69\x35\x54\x2f\x36\xa0\x7f\xc0\xd3\x44\x53\x92\x6e\xc3\x69\x82\x80\x90\x9d\xf0\x3f\x3c\xda\xae\x09\x24\x96\x13\x68\x9d\x84\x3c\x66\xcd\xbb\x7e\x19\x68\x29\xfa\x3d\x96\x09\xbc\x2b\x10\x75\xd3\x40\x5b\xe3\x5f\x35\x79\xe0\xce\xdc\x40\xc3\x14\x30\x49\xa7\x12\xf7\x83\xed\x9a\xbb\x70\x0c\xb4\x54\x35\x35\x51\x07\x89\xe4\xd3\x83\x4f\xc0\xb3\xc5\x43\xbb\xca\xe0\x1c\x81\xa9\x75\x2d\xb2\x8e\xe3\x71\x35\x13\x98\xdd\x74\xe3\xd4\x04\xb0\xb6\xde\xb4\x73\x33\x10\x55\x2d\xaf\x8a\x03\x90\xf2\x5e\xfd\x73\xa0\xa1\xf8\xaa\xf0\x16\xf8\x47\xfe\x2d\xb0\x17\xcc\xc8\x2d\x4e\xd8\x07\xbe\xd4\xae\x3b\x44\x83\xa8\xca\xc0\x5d\xdb\xe0\x79\x92\x69\xd6\x27\xe1\x4a\xde\xd1\x2b\x7b\xe9\xc6\xa1\xa5\x23\x2f\xe8\x03\xbd\x45\x6d\xbf\xe8\x8f\x3b\xff\xaa\x08\x05\xe6\xb4\x78\xe6\x4c\x05\xbc\xea\x5d\x05\x66\x80\xbe\x6a\x3a\xb0\x13\xfc\xa3\x24\xeb\x84\x09\x48\x33\xc6\x04\xd5\x82\x3f\xb4\xe3\xae\x17\xa1\x42\x79\xbf\xf5\x45\xd8\x4f\xe0\x78\xd9\x87\x4e\x19\xf3\x1a\xfe\x49\x57\x8f\x64\xb4\x2d\xa5\xb7\xf4\x27\x97\xe3\xf4\x5b\x5d\x76\x3a\x27\x60\x61\x4b\x29\xff\x04\x10\x5f\x37\x4e\xcf\x03\xce\x56\x68\x8e\xe7\x83\xdb\x0a\x7b\x83\x62\xc0\x16\x7d\xa0\x6b\x03\x14\xad\x0c\xb7\x7e\x0a\xff\x25\xb8\x7a\x89\xa0\xfb\x5d\x64\x0e\xbb\xd2\x8f\x9d\x89\x6e\x8d\xa7\x23\x23\xbf\xcb\xae\xd1\xf3\xfb\xe3\xb4\x85\xf4\xcb\x9d\xc7\x78\xf7\x81\x15\xcd\xb3\xe8\xeb\x01\xb4\x66\xc3\xf1\x43\xc0\x9d\x12\x65\x90\x3b\x78\x30\x2f\xd4\xb5\x05\xfc\xad\x62\xda\x98\x40\x35\xc2\x39\xd7\x82\xd9\xc1\xa4\xf2\xd3\x3b\x58\x9d\x64\x45\xd7\x27\x96\x09\x85\x5a\xe3\xce\x2c\xa7\xba\xe5\x0d\x30\x5d\x69\xab\xc4\x32\xe2\x0c\xdd\x11\xb6\x22\xa2\x81\xa3\x89\xee\x8c\x1f\x60\xee\xa1\x9b\x8c\x22\xe8\xbe\xeb\x10\xc3\x1b\x71\xb7\xda\x80\x7f\x46\xdb\xaf\xa6\xb0\x06\x68\x3b\x47\x4f\xb0\x1c\x68\xb7\xbb\x56\x33\x8b\xe9\x59\xd5\x74\xa6\x2b\x7d\x22\x6f\x06\x71\x0f\x90\x89\x9e\x10\x00\x18\x09\xa9\x89\x65\x90\x53\x42\x2f\x63\x14\xb6\x3c\x94\xca\x00\x91\xbf\x5c\x23\x18\xf6\xe8\xfc\xb5\xef\xf1\xd7\x98\xc5\x38\xc8\xb2\x07\xdf\x9f\x12\x33\x1b\x21\x9f\x4e\x1f\xa6\x2d\xa4\xae\x2a\x23\xc6\xa1\x4b\xb9\x5e\x04\x08\x5b\x8a\x5c\x09\x53\xb8\x1c\x9a\xcc\x18\x43\x5c\x12\x02\x19\x18\x72\xe9\xd0\x14\x86\x27\x1a\xeb\xba\x9c\x31\x0d\x9b\xba\xf6\x02\x7e\x0e\xab\xbc\xfc\x0f\x73\x12\xd1\x3a\xf2\x89\xd0\x12\x99\xed\x57\x08\x6b\xc2\xba\x32\x84\x71\x95\x71\x53\xbf\x88\x21\x62\x18\x84\xeb\x19\x1e\x0c\x01\xb8\x94\x31\x99\x81\x9e\x10\xe3\xd7\x18\xc7\x83\xd2\xf0\x16\x86\xaf\xcb\x18\x2e\x62\x58\xad\xbd\x87\xc7\xe3\x3f\x2f\x35\x13\xcb\x05\x15\xc3\xfd\x8c\x7c\xfe\xb3\xb6\x40\x86\x23\x7f\x49\xf9\x1b\xfc\x0d\xcf\x51\x37\x86\x37\x71\x63\x05\x53\x71\x90\x53\x07\x2c\xc5\xf7\xb1\x7f\x1c\x1f\xc2\x6d\xd8\xee\x81\x6f\xf0\x79\xac\x34\x17\x03\xf6\x91\x49\xb6\x9a\x8f\x5d\x27\xd2\x2e\xe4\xe2\xbf\x94\x47\x07\x2f\xe1\xed\xf2\x2f\x2d\x67\xf0\x70\x19\xb7\x0c\xc3\x4d\xa5\x33\xb5\x20\xf6\x42\x2c\xe7\x8d\x63\x7d\x22\x7b\xfa\x62\xcc\x28\x18\x3d\xf6\x15\x63\xf0\x0f\x05\x66\x60\x49\xdc\x0e\x17\x32\x76\x84\x7d\xdb\xca\x1b\xf3\x66\x3e\x3b\xb7\x1c\x7b\x52\xb0\xbe\x9f\x8d\x15\x18\xee\x37\x85\x63\x91\xb9\xfc\x12\x07\x6c\x75\xce\x5f\x9a\x28\xf4\x63\xb6\x98\xf3\x1f\x7a\x45\xbd\x90\x0a\xa0\xbd\x0a\x30\x7e\x08\xad\x90\x9e\x0e\xa8\x40\xb5\xa2\x71\x97\xf5\xa8\x9c\x4f\x58\x49\x50\x06\x67\xea\x18\x19\x0b\xad\xff\xbb\xe7\x16\x36\xbd\xba\xbd\xfe\x27\xda\x58\x41\x2f\xfc\x84\xd2\x4a\xde\xaa\x7c\x50\xef\x42\x7f\xf6\x7c\xd4\xd6\x90\x4f\xbe\x85\x9a\xe7\x74\xc6\x91\xd1\x79\x9a\xdc\x83\x43\xe8\x4c\xc5\x5a\xe7\x76\x74\xb6\xd8\xd9\x2a\x1f\x9d\xc4\x9b\x39\x1a\x8e\x4e\xf4\x5e\xe8\x9e\x84\x1a\x3a\x47\xeb\x16\xa0\xbe\xad\xda\x02\x13\x74\x56\xe3\x2c\x85\x18\xb9\x56\xb3\x8f\x09\x22\x1d\xe5\x27\x48\x74\xa4\xba\x68\x53\x6c\x04\x92\x9d\xc7\xf6\xff\x84\xa8\xb2\xe3\x9c\x7d\x91\x02\xd9\x98\x55\x15\x92\xcb\x3f\x75\x4a\x8f\xde\x1c\xb9\xdf\xe5\x86\x42\x03\x19\xb5\x5e\xe8\xca\xee\xf3\xf9\xa1\xc8\xcd\xb6\x53\xf2\x71\x24\xbf\x91\x20\x2e\x23\x68\xcd\xac\xac\xa7\x48\x5a\x99\x6d\xcc\x13\x24\x24\xbf\xdf\xbf\x0c\x39\xa8\x1b\x71\xb6\x42\xa2\x15\x41\x56\x7d\xc8\x11\x41\xdc\xa9\x79\x68\xcf\xd9\x3f\x3b\xab\xd0\xe0\x53\xde\x35\xd5\xc8\xdb\xc1\x3d\xc6\x21\xc4\xd0\x7d\x4d\xee\x83\x44\xb4\x2d\x23\x42\x10\xfb\x86\xe5\x59\x18\xb2\xa2\xb2\x38\x46\x05\xff\x2a\x02\xfc\x21\xf8\x3f\x7d\x9b\xf3\x1a\x64\x8a\x92\x6c\xf5\x16\xfe\x2a\x30\x8e\x75\x08\xbf\x64\xdd\xe8\x8d\x17\xfc\x4b\x1a\x69\x10\xf2\x1f\x90\x2b\x8b\xea\x78\x13\x14\xb6\x7a\x2e\x6f\x31\x15\x64\x8f\x73\x6d\x68\x5a\x0a\x89\xb3\x8b\x7e\x29\x4e\xca\x8e\x02\x97\x1d\xdc\xc7\x42\xa0\xd4\x9d\x18\x53\x03\x7f\xb7\x4c\x20\x6a\x51\xf5\xe9\x7b\xc2\x78\xaa\x7b\x4f\x8e\xe0\x04\xf5\x49\xfd\x05\x3e\x8d\xc6\x2e\x9a\xca\x93\xd3\x4d\x55\x24\x6e\x33\xfd\x2c\xdb\x8b\x73\x15\x28\x21\x7f\x66\x7f\x01\xd5\x71\x96\x6c\x1b\x48\xea\xff\x92\x15\x06\x4b\x76\xda\x31\x99\x48\xa7\xa5\x1b\x51\x86\x4e\x8c\x7e\x15\x5c\x05\x2e\x74\x9f\xe4\xbf\x02\x6d\xeb\x67\xf3\xe7\x82\xbc\xc2\x03\x3c\x6b\xf0\xb6\xf2\x12\xd7\x1f\xf2\x66\xb5\x70\x40\xe8\x36\x19\x64\x97\xc3\x44\xec\x49\xd6\x23\x64\x83\x7f\x31\xcb\x02\xb9\xb1\x73\x26\x33\x18\x2d\xb2\x74\x27\x18\x18\x72\xca\xc0\xaf\x67\xd8\x77\x85\xf0\xfe\xc1\x27\x6a\x55\xbc\xc5\x78\x57\xfe\x6b\xae\x0f\x2e\x51\x08\x38\x1c\x9c\xcc\x54\xb0\xfb\x70\x94\xc4\x64\xfd\xc0\x55\xb1\xb3\x58\x7e\x78\x81\xbf\x29\x33\x17\xaf\x74\x3a\x45\x3c\xc0\xbb\x2c\x43\x88\x65\xf8\xc8\xc9\x69\xbc\x51\xde\xd5\x8e\x87\xdc\xff\x78\xb6\x35\x0e\xdc\x0d\xdc\x74\x63\x29\x27\x95\xd3\x2c\x8f\x61\xb7\x72\x66\x12\x5c\xd6\x6f\x36\x92\x95\xc7\xda\xcf\xfa\x18\x13\xc8\x2c\x61\x1d\x3d\x50\x4c\xfc\x66\xb6\x39\xe5\x13\xfb\x89\xcf\x96\x1c\x86\x84\xd8\x38\x7c\x82\x7b\x5b\xee\xdd\x1e\xc2\x5d\x2c\x7d\x57\x75\x86\x73\x44\x92\x63\x08\x61\x17\x89\x7d\x64\x76\xac\x8f\xc2\xdf\x0c\x0a\x6b\x9f\xe0\x52\x66\x13\xb3\x94\x9f\x13\xad\x66\x4e\xe7\x1d\x38\x60\x45\xc4\x70\xfe\x71\x4a\x67\xb4\xb1\xbd\x2c\x6b\xf0\xef\x4c\xdd\xc0\x2b\xce\x57\xc3\xa1\xd6\xc9\x9c\xf5\xb9\xbb\x2a\xe8\xec\xcc\x9c\xbf\x73\xd7\xb1\xba\xb2\xaf\x4a\x1c\x58\x7f\xa9\x25\x58\x3d\x33\x45\x19\x98\x61\x4f\x5c\x92\x7d\x3f\x4a\x26\xec\x25\xc4\xfe\x74\x86\x52\x78\xd6\x69\x13\xfe\x8e\x77\xc6\xf2\x23\xbe\x83\x5d\xda\x67\xe4\xb8\x55\xb7\x35\x15\xb0\x79\x15\x8a\xb2\xcd\xac\xab\xa5\x69\x39\xd3\x58\x26\x45\xb6\xa2\x9d\xcc\x54\xe3\x15\xe4\x19\x71\x29\x37\x23\xad\x9c\x70\xd6\xde\x8a\xda\xc5\xc8\x53\xcf\xf2\xcb\x67\x4c\x92\x3d\xd9\x71\x1d\x3f\x2a\x8a\x5a\x6b\x81\x95\x71\xb5\x3d\x89\xec\x2f\x9d\x97\x1a\xea\xd8\x1b\x5b\x3f\x94\xec\x63\xa5\x37\x3e\xd7\x6e\x61\x36\xd4\xd6\x0a\x78\xc4\xcf\xca\x3d\x70\x14\x11\x59\xd2\x9e\x1a\xc4\x38\x99\x7f\x27\xd2\x86\xb1\x5e\xaf\xde\x77\x01\x57\xa9\xef\xee\x48\xc2\x26\xa4\x3d\x6b\xd7\x63\x2e\x7c\xf7\x6e\x16\xbb\x7b\xe0\x44\xfd\x45\xd6\xaf\x9e\xad\xc5\x30\x6b\x4f\xfb\xe5\xec\x54\x26\xa3\xd9\x92\x7f\x91\x38\x55\xb7\x13\x6a\x23\x56\x55\x9a\xa7\x0c\x33\x78\xc5\xc5\x11\xcd\xf8\x4b\x43\xe9\x3e\x14\x0f\xd4\x5a\xec\xf0\xc2\x5a\xe4\x0e\x6b\x5d\xd0\x6f\xfc\x1b\x5d\x67\xd9\xf8\x29\xcb\x7a\x0b\xd6\xd9\xc1\xd6\xa2\x9b\xac\xc5\xbd\x7f\x68\xae\x30\xbd\xdb\x27\xf8\xee\x04\xb3\x29\x17\xda\xc1\xb8\x5e\xf3\x2b\xe5\x08\xc3\xa1\xec\x5d\x44\x0c\xae\x2e\x70\xdd\xe7\x83\x7d\xd5\xfd\xdc\xb1\x0b\x3b\xac\xf0\x5b\x7b\x02\xcd\x16\x2c\xef\x39\xad\xdc\x99\xb5\xa4\x71\xa7\xbc\x97\xb4\xb0\x14\x95\x79\x90\xff\xa7\x63\x48\xae\x93\xbf\x08\xcf\x8b\x49\x94\x5f\x88\x5a\xf8\x9b\xb6\x2a\xcd\x5f\xc0\xa5\x27\x47\x8a\xf8\x4b\x80\x8e\x7d\x30\x37\x07\xfa\x7b\xfb\x3c\xce\x22\x78\x60\xb5\x92\x05\xa3\xdc\x9e\x45\x8a\x33\x94\xa0\x06\x91\x3c\x84\x3a\xa3\xe4\xa6\xf4\x19\x75\x54\xfb\x54\x82\xd1\x52\x85\xbb\xc4\x2b\xe8\x1b\x90\x45\xc2\x66\x60\x41\xea\x3d\x81\x37\xb8\x30\x72\x3d\xef\x09\xb4\x7c\xdf\x06\x2e\x08\xaf\xdf\x76\x93\x33\x09\xc9\x5c\x8d\xb2\x32\xd1\x8b\xdd\xc1\x8a\x28\x7a\x53\xfd\xb8\xec\x2d\xb0\xb2\x64\x83\x54\x0c\x94\x69\x3d\x25\x16\xe0\x1f\x82\x0a\x51\x2f\xc8\x84\x25\xc2\x68\xc8\x26\x35\x89\xff\x13\x7a\x1c\x31\xce\x2b\x85\x8b\x7d\xdf\x70\xbd\x91\xe3\xdb\xda\xd8\xd7\x51\xff\xd5\x20\x2b\x00\xf3\xed\xec\x96\x7b\x60\x58\xdd\x61\xe9\x27\x0c\x29\xea\x91\x18\x30\x92\xe6\xa3\xf8\x00\x16\xcf\x07\x45\x53\xb0\x24\x88\x21\x68\xc0\x64\x29\x2c\x7e\x04\x36\x12\x61\xcb\x5b\x88\xbd\xf7\x65\x72\x06\x70\xd3\x6d\x4a\x76\x24\x7e\x64\x75\x0d\xf3\x11\xae\xec\xd8\x27\x0b\xe0\x7c\xab\xb5\x93\xfc\xe2\x50\x0b\x09\x71\x1f\xfb\x91\xfa\xb2\x08\x64\x1f\xe0\xd1\x84\x3b\x58\xa7\x40\x2d\xff\x33\x2b\x26\xb9\x87\xd7\xc0\x9a\x74\x44\xc8\xcd\x64\xca\x7d\x17\x73\xac\x99\x0b\xb6\xa5\xb1\x4e\x13\xd8\xea\x6b\xcc\x40\xc6\x93\xf6\x49\xd2\x58\xc9\xad\xea\x0a\x89\xb5\xf8\x7a\xc1\x2e\xd1\x47\xd1\xb0\xaa\x4c\xd8\x2a\xcc\xe3\x26\x09\x10\x01\x0a\x94\xf2\xbd\xf9\x58\xd2\x5b\xde\x1c\x1e\x14\xfe\x9a\x73\x91\x7b\xd4\xa7\x8b\xcd\xe5\xac\xdb\x46\x62\x59\xb3\x46\xd7\x38\x13\xb5\xcc\xd0\x96\x31\x09\x5d\x9f\x51\xd9\x21\xde\xad\xd3\x18\x17\x88\x96\x65\xd7\x28\x0a\x05\xb7\xd5\xc5\xec\x6c\x7e\xa1\x32\x9b\xfe\x07\x8f\x24\xd7\x26\x4a\xb9\x6e\x52\x22\xec\x09\x67\x8a\xd8\xcb\xe7\x4f\x56\x9f\xe0\xf2\xb6\x4d\xcc\x38\xde\xaa\x35\x14\xc6\x4b\x76\x40\xd3\x11\xf1\xdb\xf2\x7f\xcb\x3d\x44\x3d\xa5\x8b\x72\x5f\x09\xf9\x45\xd1\xb2\x7c\xc1\xde\xfc\x78\xe6\x20\xff\xcf\xbc\x40\xea\x51\xee\xfd\x9c\x9d\x09\xab\x38\x8d\x9a\x4f\xa1\xbd\x6c\xaa\x32\x7d\xaf\x17\x6b\xa3\xb4\x68\xeb\x55\x62\x5c\x88\xad\x91\x31\x22\xb9\xab\x1a\xba\xc5\xea\x56\x72\x69\xb5\x28\xac\xf1\xbe\x7e\x91\x70\x55\x9d\x8d\xe4\x3e\xff\x76\x95\x3b\x61\xc1\xd3\x96\x6d\x24\x3f\xe5\x26\x14\x7e\x3d\xfe\x80\xb3\xcd\x00\x1d\xee\x60\x4f\xd5\xe9\xbc\x69\xcc\x93\x2a\xbf\xad\x29\x44\xa2\xa4\x6c\x8d\x1e\x7f\xc9\x6b\xaa\xef\x13\xa7\x75\x57\x94\x8c\x8b\xec\xda\xcf\xe7\x78\x0b\x3e\x37\xf7\x48\x4c\xf8\x95\xf5\x09\x8c\x54\x5e\x4c\xd5\x5d\xb2\x17\x77\x7d\x99\xd9\xf1\xc3\xec\x89\xc2\x59\x87\xbd\x59\x43\xb9\xa0\xb7\x05\x93\xa7\x49\xdd\xea\x45\x58\xc9\x66\xad\xa9\xc4\x4b\xf8\xbb\xeb\x9e\x89\xbd\x07\xe7\x95\xfc\x2d\x9a\xde\xf3\x5d\x57\x28\x38\xd9\x51\x22\x66\xf0\xd3\x9b\x3f\xe1\xf7\x78\xa6\x75\xbf\x49\xa7\x39\xf7\x2a\x87\x8f\xfd\xc7\x2e\x28\x59\x13\xf2\x82\x95\x66\x78\xe1\xf5\x9c\xb9\x59\xbb\x79\xab\x13\xe3\xb4\x7c\xe1\x9a\x0b\xb8\x1b\x9f\x57\xb9\xce\x68\x9f\xa9\xc8\xff\x23\xf7\x45\x56\xae\xda\x39\xa7\x93\x24\xe3\x67\x6b\x99\x64\x1c\x09\xd4\x78\x53\xa4\x19\x05\xca\x6f\xd4\xfe\xb8\x3f\xe4\x3a\xfa\x82\x43\xab\xa4\xe6\x00\x73\xf7\x22\x11\x1f\x9a\x66\xff\x8d\x7f\x1b\x3e\x69\x31\x8b\x3b\x1b\x2d\xa9\xa8\x36\x74\x92\x2b\x8c\xbc\x5c\x9c\x12\xab\xea\xcf\x89\xa0\xce\xe5\x5b\x68\xd7\x51\x07\xe1\xc7\xea\x4f\x34\x55\x86\xab\xb2\x81\xce\x8b\x6d\x90\x87\x01\xfa\xa0\xfb\x92\x57\xe0\xb0\xe7\x33\x51\x1c\xf4\xd5\xfe\x29\x7f\x00\x89\xb6\x98\xcb\xf9\x86\x3e\xae\x58\x63\xd8\x43\xfb\xd7\x38\x39\x77\x09\xfd\x80\x6a\xa7\xee\x27\xbd\x89\x97\x9f\x7d\x01\xb0\x85\x33\xd5\xb9\xc0\x50\xfa\x35\x65\x34\x08\xc7\x86\xca\xe7\x43\x07\x83\x0a\x24\x35\xb0\xbd\x67\x8f\x68\x33\xb2\xd4\xfe\x3a\x5f\x83\xae\xb7\x30\xe3\x5c\xc5\x82\xcb\x6a\xf2\x12\xd1\x65\x79\xf5\x7a\x37\xd4\x5a\x39\x4b\xb7\x11\xb5\xe6\xca\xb3\xff\x42\xb7\x42\x0c\xd5\x13\x34\x3c\x7d\xaa\xa2\x09\xcd\x8f\x29\x95\xa5\xa0\x5f\x82\x2c\x25\x4b\xb1\xfd\x9e\x54\x61\x25\x66\xb4\x3f\xcd\x5f\x82\xcf\xb5\x88\xe2\x84\xe3\x68\xe9\x48\xae\x98\x75\x2e\xb7\x32\x27\x9d\x05\x2b\x26\x69\xa3\x59\x26\x1c\x83\x66\x2f\xb3\x0e\xac\x50\xad\x67\x06\xa7\xb9\x2b\xa6\x30\x97\xc7\x4c\x91\x9e\x22\x9e\x07\x96\x89\x69\x44\x95\xe7\x3a\xe1\x02\x22\xda\x7e\x90\xc7\x26\x96\x59\xe8\xd9\x67\x19\x67\x4b\x2c\xf4\xe7\x45\x8b\xf4\xe1\xba\x3a\xa1\xaf\xec\x65\x76\xb1\x20\x9d\x6d\x54\xcb\xf9\x18\x30\xa2\x04\x78\xb9\xa9\x54\x79\x18\xf7\x5a\x74\x88\xd4\x92\x3b\x2f\xd0\x52\x74\x95\xb3\xc9\xe3\xa1\x20\x93\xed\x64\x3f\xc2\x7d\xc0\xb2\xb3\x78\xc9\xb6\x64\x2e\x2f\x0a\xcd\x79\x9b\xbd\x4f\x97\xad\xbd\xae\x7e\x21\xb5\xd6\x9c\x55\xc5\x30\x7f\xa9\xda\x15\x25\xf4\xfd\x0a\x83\xec\x69\x8a\x8d\x8c\x90\xee\x38\xea\x26\x39\x24\x06\x03\x0e\x8b\xa6\x09\x95\x1e\x31\xfc\x62\x3e\x66\x5f\xc2\x5d\xc8\xf5\x5e\xe5\xc8\x0a\x66\x7d\x2c\x88\xcf\x09\x29\xba\x93\xdd\xa2\xf5\x28\xa0\x8b\xe3\x34\x4e\x86\x5f\x44\x88\xca\x22\x37\x8e\x7a\x46\x31\x45\xd7\x96\x74\x41\xfa\x3c\x7b\x56\xd4\x32\x71\xaf\x6a\xeb\xc1\x54\x61\x86\xdc\xda\xfd\x14\x7f\x9e\xf8\xba\xfd\x09\x0e\x22\x08\x58\x15\xc3\xec\xe2\x68\x8d\xbd\xba\x89\xba\xa7\x9a\x05\xd9\x4f\xab\x9f\x08\x4f\xaa\xef\x55\xd4\xe2\x17\x94\xbd\xa5\x3b\x28\x31\xf2\xec\x42\x63\xa2\x40\x0a\x18\x5e\x46\x4e\x13\xfb\xe5\x7c\xf5\xe7\x0b\x7e\x69\x6a\xdd\x97\xf0\xf4\x8a\xe9\xf6\x0b\x39\x33\xc4\xab\x56\x91\x98\xee\xdc\x6f\x46\x6b\xdd\x78\x4b\xa3\x3a\x25\x7b\xa4\x31\x48\x38\x4f\xdd\x51\xdb\x85\x5b\x28\xe5\x95\x0f\xc9\x83\xf2\xb8\xd2\x9b\x09\x3f\xa4\xee\x85\x65\x11\x62\xf1\x3c\xc3\x3a\x7f\x4b\xc1\x80\xce\xd3\xed\x1c\x2f\x4c\xf9\x76\xf3\x04\x7b\x50\x12\xb3\x8a\x4d\x7c\xe5\xe1\x86\x06\x5d\x7d\x67\x8f\xea\x41\x76\x5e\xdb\xff\x04\x34\xb5\xa8\xc9\x06\x53\x29\xc3\x6b\xbf\x93\x3d\xe4\xab\x2a\xe5\x09\x62\xc9\x97\x92\x37\x11\x5b\x44\x7d\xf9\x1f\x0e\xdc\x11\xa4\xe8\x01\xb7\x3c\xee\x6f\x35\x6f\xf3\x2b\x76\x9c\xf4\xd0\xaa\x2a\x42\xc5\x1b\xd5\x04\x56\xef\xca\xbc\x23\x36\xad\x70\xca\x1a\x64\x6a\x4b\x5d\x48\x75\x80\x4f\x91\x05\x39\x3f\x0d\x36\xbe\xa7\xb4\xc6\xc5\xe4\x56\x52\x5f\x1e\xe6\xe9\x9c\xe8\x7b\x7d\x15\x6a\x29\x70\xd9\xb9\x51\xde\x00\x51\x36\xce\x11\xd7\x22\xfb\xcc\x2e\xf3\x53\x30\x7b\xf5\x44\xd5\x18\x99\x25\x3a\x53\x3e\x46\xd9\xca\xf4\x29\xb9\x46\xf9\x8f\xfe\xb3\x70\x98\x5a\x9b\xe6\x60\x34\xd2\x24\x71\x2b\x73\xa3\xe8\xa2\xc3\x01\xda\x09\xa0\xc6\x37\x53\x1d\x06\xbe\x71\xce\x93\xf3\xe0\xdd\x1b\xe7\x8a\xc5\xc8\x69\xb3\xa7\xfc\x20\x2c\x5c\x2d\xab\x0a\xa5\x1d\x14\x65\x96\x87\xd3\x2e\x11\xef\x4b\xd2\xe8\x47\xe8\xa5\x85\xc7\xe8\x4f\x53\x9f\x18\xbd\x00\x79\xec\xed\xdc\xd9\x60\xd8\xe1\x25\xda\x72\xc8\xcd\xd7\x47\xbd\x18\x76\x76\x16\xc8\xfd\x91\xdd\x1b\x17\x88\x23\x50\xc0\x7c\x1a\xdf\x0a\x6b\x55\x71\x2a\x85\xc8\x4e\x21\x54\xa6\x44\x22\x89\xd9\xc5\x4d\x08\x99\xf6\xb0\xa0\x02\x51\xa7\xba\x1b\x44\xc8\x95\x58\x5f\x7d\x30\xba\x25\xc4\x98\xfd\x15\xad\xf0\xf9\xac\xa2\x62\x2b\x9c\x13\x64\x83\x98\x74\xe3\x0a\xd1\x75\x7c\xbd\xf9\x3e\x5e\x09\x3e\xa8\x7c\x58\xd1\xc9\xdc\x2b\x18\x2b\x3d\xcf\x34\x67\xb8\x16\xbd\x26\x1e\xd1\x6c\xf2\x5f\x10\xda\x14\x43\xde\x15\x22\x2e\xa6\x33\xa7\x98\x38\x10\x62\x9d\xed\x4f\x78\xfb\x94\x2b\xcf\x12\x9b\x9c\xbd\x65\x26\xc4\xa2\x8d\xf6\xa2\x2d\xc4\x1c\x73\x23\x6f\x0a\xe3\xbb\xc2\x58\xfe\x9d\xff\x8b\x5f\x57\x3a\x87\x1f\x80\x9f\x28\x72\xe0\x15\x53\xe3\xf3\x1d\xb9\x0f\x93\xdf\xe5\xad\xe2\x6e\x8e\x59\xa9\xfb\xcc\xc9\x0b\x2e\xd7\x94\x71\xe6\xf9\xf8\x2b\xd7\xb2\x8f\x39\xaf\x96\x66\xb1\xaa\x36\xfa\x0a\x39\xcc\xff\xcc\x3f\x72\x0f\x33\x6d\xe5\xa4\x72\x5b\xd5\x1e\x9e\xb4\x64\x87\xe2\x3f\x6c\x4d\xa1\xbf\x5c\x4a\x71\x32\xee\x97\x2d\x4e\x7a\x9a\xbb\x55\x92\x1f\xbd\x5d\x37\x4f\xec\x7c\xe8\x95\x7a\x58\x78\x7e\xef\x45\xc5\x2e\x81\xe3\xce\x3b\x92\x6c\x1e\xba\x31\x48\x50\xce\x69\x59\x19\xca\xa1\xb0\x6e\x4a\x6f\x94\x25\x1b\x37\x70\xff\x2c\x66\xe4\xfd\x0f\xb9\x5e\x50\xa1\x9f\x42\x9e\x6a\x28\xd4\xf6\x26\x9e\xd7\x73\x35\x99\x47\x5d\xb5\xb1\x2a\xab\x43\x26\xea\x65\xf2\x81\xbd\xeb\xe4\x46\xa9\xf9\x4e\x50\xfc\x41\xe4\xb7\x71\x97\x60\x12\x3f\x74\xa5\x96\x7d\x86\xe3\x26\x61\x96\x2d\xac\xdc\xce\x3e\x5b\xbc\xb1\x2c\x09\x96\x14\xf8\x14\x33\xb2\xce\x19\xb6\x17\x50\x12\xea\xf5\x0b\x0d\x07\xa2\xdc\xb3\x5f\xe9\x17\x07\xed\x55\x15\x66\x57\x79\x13\xf2\xe5\xca\xf7\x4e\xdf\xc4\xc9\xd2\xd7\x1b\x17\xf0\x41\xe1\xf0\xca\x01\xf6\x1e\x6e\xb2\xf8\x59\xe9\xf3\x3a\x77\xf6\xf6\xe2\x19\xd5\xf6\xd0\xd7\x02\xf3\xf2\x2f\x59\xee\x86\x19\x25\xb2\x84\xcd\x39\xb7\x0b\xa7\x45\x5e\xce\xae\x37\x84\x05\xbe\x52\xc5\xe7\x64\x79\x6f\x93\xdd\xd2\x6c\x76\x1a\x16\x5b\xc8\xd5\x1b\xa7\xf1\x37\x89\xae\xad\xbc\xc6\xfa\xc2\xbd\x23\x8e\x2d\xed\x69\xd2\xb0\xda\x8a\x6e\xd6\x07\x41\x70\xfe\x9b\xea\xdb\x99\x17\xf2\xce\x56\xac\x3d\x71\x36\x47\x53\xe2\x19\x09\x67\x1f\x2b\x70\x08\xac\x54\x2d\xcc\xbd\xe3\xf5\x53\xc6\xd0\x2e\x75\x2a\x16\xf5\x29\x3e\x6f\x9c\xc1\x3b\x23\x2e\xb7\x98\xca\x92\xf3\x4c\x98\x99\x1d\xa2\xac\x93\x10\xad\xa5\x90\x54\x9e\xf5\xa3\xa1\x9f\x8c\x27\xbe\xaa\x39\x45\x89\x8d\x66\x57\x94\x51\x33\x43\x6e\x94\x44\xd0\x2a\xfd\x0a\xf2\xaf\x00\xf3\xdd\xf5\xfa\xdf\x60\x95\xe3\x4d\xcd\x7d\x38\xdc\xa6\x58\x9e\x80\x9a\x98\x2e\x14\xe6\x63\x9f\x98\x41\x1d\xf3\x29\xbe\x50\x58\xcb\x16\xca\xbb\xac\x07\x0d\x51\x54\x45\xe2\xb9\x9a\x64\xda\xae\xe8\x13\x15\x81\xf4\xa5\x21\xbd\x25\x7f\x01\x26\x7e\xe2\x7c\x21\xb8\xd7\x5d\xa2\x1f\x84\x0c\x8e\x37\x34\xb5\xc8\x34\x9b\x66\xb9\x2b\x0a\x9a\x6e\x12\x62\xf8\x74\xe6\xfa\x76\x35\xed\x3f\xc8\xbe\x79\x98\x1e\x95\xd5\x5a\xff\x99\x7e\x3a\xb1\xb8\xe6\x4f\x60\x4f\xb4\x47\xf9\x04\xf0\x32\xc4\x58\xdc\x02\x76\xfb\x51\xf2\xb7\x41\x0d\xee\xb8\x9e\x0e\x0f\x39\x5e\xd5\xa4\x22\x0f\x6d\x4e\xca\xa7\x61\xf3\x4d\x03\x85\xbe\xf8\x7e\xe2\x75\x5b\x15\x12\x08\x9e\x6b\x7a\x89\x1c\xce\x72\xaa\xdf\x88\x84\x27\xba\x54\xef\x41\x88\xa3\x6f\xcb\xb7\x22\xe7\x43\xc2\x8a\x3e\xa3\x2e\x7e\xee\x46\x18\x1d\x75\x8f\xcb\x39\x8d\x45\x38\x8e\xab\xcf\x63\xef\x6c\x9e\xcb\x92\x71\x95\x69\xb1\xa0\x8d\xe1\x4c\x2c\x6b\xbd\x4a\xd4\x81\x0e\x4d\x0b\x08\x71\xe6\xe9\x3a\x7f\x22\x2c\xe1\x46\x55\x2a\x61\x7e\x34\xa7\xec\x18\x31\x35\x64\x7e\x91\x2d\x31\xc5\x6f\x96\xa1\x95\x58\xec\xee\x91\x33\x8b\xb0\x72\xbc\xaa\x5e\x4c\x6c\x5b\xb7\x58\xda\x4a\xec\x33\x9b\x2a\x98\x4a\x44\x32\x18\x2d\xdf\x79\x37\x81\x92\x46\x27\xde\xce\xcc\xfd\xb5\x00\x57\x9b\x90\x50\x99\xc7\xf9\x78\xd4\xa9\x34\x87\x93\x10\xdc\x5b\x18\xcb\x7e\xbb\xef\x74\xde\x5b\x36\xee\x6e\xa2\xf3\x66\xcf\x74\xbc\xa2\x0a\x65\x09\xd6\xb9\x4b\xbe\xb1\xa6\x9a\xc5\xf1\xbd\x98\x54\xfc\x42\xf3\x6d\xf9\x2f\xfa\xad\x86\xcd\xb2\xb1\x8c\x63\x35\x74\x29\xef\x84\xb2\x42\x2b\x71\x8d\x42\x4a\x94\xe2\xc9\xc1\x66\x05\x51\xc2\x73\xfb\xfc\x73\xdf\x0a\x34\x6e\xd7\xb5\x3e\xfc\xbd\x8e\x63\xca\x08\xee\xbf\xeb\xa8\x92\x49\x1c\xaa\xd9\x7d\x9e\x1f\xeb\x03\x36\xd6\x6c\xa7\x1f\xa5\x8d\xd7\x67\xe9\xae\xa4\xa7\x55\xd7\x66\xdf\x38\x5e\x53\x7e\x56\x7d\x3d\xb2\xa6\x78\x48\x79\xfd\x50\x52\xbe\x5c\x3e\xee\xdb\x9f\x6b\x29\xed\x75\x03\xb3\x59\x62\xa6\x63\x99\x42\x2b\x34\x5b\x27\x12\xbb\xf1\x6a\xcd\xb7\x73\x25\x1c\x13\x74\xbc\x49\x53\xf2\x3f\xea\xab\xba\x17\x85\xd5\x69\xd2\xea\x0d\xf9\xa6\xc7\x6e\x94\xbb\xe7\xc5\x45\x3c\x2b\xde\x98\xa3\x0f\x1a\x34\xfe\xcc\x1e\xf5\x75\xd2\xab\x55\x97\xdc\x96\x69\x5e\xc9\xf3\x1c\x33\xe5\x9f\x25\xb6\xeb\xe4\xa2\x62\x41\xb5\x39\xc8\xf9\xca\x9d\x83\xee\x6b\x8a\xac\xa8\xa4\x52\xeb\xea\x4a\x1f\xa6\x59\x57\xbd\x2f\xfa\x74\x8c\x5e\xf6\x2b\xff\x59\x84\xac\xe8\x71\xde\x70\x10\xdd\xd8\x94\x23\xf5\x9d\xa2\xf7\xcd\xde\xb0\xeb\x9d\x26\x4f\x89\x3b\x46\xc9\x0b\xa5\x92\x75\xd9\xa2\x40\xa1\xd0\x5c\xcf\x29\xe7\xc6\x23\xe7\x9b\x56\xd6\xe4\x50\xe7\xd5\x65\x54\x62\xa9\x97\xab\x6a\xcb\x3c\x8f\xad\x2b\x6b\x28\xfa\x2f\x62\x7f\x91\x24\x1f\x0b\xf2\x34\x86\xe5\x4e\xf8\xdc\xcb\x79\xab\x73\xdc\x75\x57\xb3\x5d\x6d\xe2\x18\x25\xdf\x26\x6b\x5a\x57\x2b\x7c\x26\xda\x66\x7e\x86\xb3\x8b\x2b\x85\xf0\xbe\x08\x52\x25\xa9\xaf\x6b\x17\xf9\x58\xb2\xaa\x6d\x39\xc5\x3c\x6e\x72\xe3\x20\xe5\x5d\xb8\x5d\xed\x76\xea\xfb\x00\x8b\x0a\x80\x6e\xe9\x5d\x52\x9c\x06\x70\x5d\x10\xe3\x1c\xc8\xc4\x7e\x40\x77\x18\xbe\x60\xd5\xa2\xb4\x45\x51\x93\x14\x51\x09\xbe\x07\xa2\xf7\x3e\xa7\xfe\x49\x6a\xef\x1c\xa7\xaa\x93\xc5\xad\xad\x34\xd3\xd8\x4f\x8d\xf1\xb4\x8e\xf0\xd5\x35\xf7\xe9\xac\x80\x65\x15\x6b\x01\xa6\xb7\xa1\xd8\x02\xac\x71\x41\x0c\x67\xa0\x9f\xf6\xc3\xba\x95\x48\x82\xd5\x98\xe2\x07\x7a\xc1\x84\x2f\xc2\xf0\x7d\x50\x62\x2f\x85\x2e\x25\x55\x74\x1e\xa7\x3f\x4f\x46\x5b\x0f\x00\x1e\xb1\x8f\x1b\x27\x01\x15\xe1\x8b\x6b\x70\xd0\x33\x60\x4e\xf9\x18\x34\xdf\x5b\x5b\x74\x1a\x9e\xe2\x02\x1a\x60\x64\xa1\xfd\x69\xed\x4d\x74\x9b\xd5\x03\x45\x17\x16\x6e\x52\x23\xda\x83\x0b\xa1\x9d\x3d\x02\xc4\x40\x4a\xed\xe0\x20\x39\xc9\x5b\x5a\x68\x88\x3a\xb6\xaa\xc1\x0e\x69\x0d\x7b\x5e\xdd\x8e\xfc\x3a\xf8\xa2\x7c\x2a\x9a\xec\xcd\x2a\x9a\x86\x7e\x76\xa1\xe5\x0d\x62\x12\xfb\xeb\xda\x8d\xf8\x46\xeb\x39\x8a\x25\xf8\x98\xc9\x6f\x61\x39\x23\x03\xac\xe8\xce\x21\x2e\x91\xa6\xb7\x6b\x88\xc2\xa4\x37\xcd\x1c\xe2\x58\x6c\x7a\xbd\x37\x61\x1d\xd6\x59\x75\x9d\xf8\xeb\xe0\x50\xd9\x5a\x62\x8e\x77\x62\xa1\x2d\xb1\xca\x25\x25\xf7\x13\xe1\x62\xff\x24\x3b\x91\x88\xb0\x76\x93\x1f\x26\xb2\x4c\x8f\x0a\x9e\x13\x02\x30\xaa\xab\x99\xd7\x96\xd5\xd2\x56\xcf\x5b\x90\x94\xdf\x94\xc7\x4d\x8e\x5d\x57\x17\xcf\x39\x1d\xc6\xa8\xfc\xc6\xf1\x3c\xa8\x2a\xf5\x65\x9f\xf5\xde\x5b\x10\xc4\x8e\x73\x89\xce\x5d\xc5\xfa\x61\xff\x5e\x93\xcf\x92\x5a\x67\xca\xe4\xac\xa5\xa6\x03\x82\x55\xcc\x1c\xa0\xab\xb3\x50\x1e\x92\x35\xad\x35\x57\xb6\x2a\xf1\x59\x23\x5b\xf2\x24\x06\xaf\xf5\x15\x97\x85\xbe\xa8\xb8\x27\x02\x0f\x2e\x29\xd9\x2c\x0c\xf4\x7a\x9b\xef\x2a\x58\xef\xe2\xa0\x5f\xcc\xfb\xbc\x65\xba\x5a\xc6\x6d\xb0\x6e\x97\xf2\x38\xc7\xcc\x3c\xf9\x26\xec\x69\xf4\xeb\x1d\x6d\x39\x60\xe6\xa6\x96\x36\xad\x36\xd1\xac\xa1\x50\x53\x15\x3d\x54\x73\x4c\xd5\x13\xba\xab\xfc\x8b\xe2\x9a\x3f\xb7\xd8\x5f\xf6\xc2\x0b\x37\x46\x4b\xfe\x73\xfe\x92\xb3\x5d\x74\xd7\xfe\xb7\xaa\x43\x50\x6a\xfd\x50\xd2\xc1\x4b\x31\x2b\xe2\x05\x73\x16\xd1\x1d\x3a\xa6\x17\xed\xc9\xe0\xb6\x2c\xcc\xbf\x99\x40\x6d\x98\x69\x08\x89\x5e\x55\x3d\xa8\x6f\x3d\x5c\x51\xbe\x4f\xf7\x3f\xff\x3f\x8b\xca\x34\x71\x5e\xab\x0c\xbd\xca\x1c\xe7\x2e\x9d\x52\xa6\xb7\x7f\xab\x9a\x25\x4e\xb1\xfe\x25\x59\x28\x70\x30\x7b\xc7\x6d\xe7\x3c\xa1\x9d\x6a\x1f\x2e\xa3\x65\xd8\x36\x5f\x28\xee\x48\xb0\xae\x1f\x28\xb8\x77\xf4\x46\x75\xa6\xe1\xf5\xe1\xe3\x65\x13\xfa\xff\x0e\x5c\x2d\x0a\xd4\xbe\xda\xf3\xc3\x90\xaa\x1e\x70\x2e\xd6\x39\x2b\x02\xed\x5f\x29\x6b\x24\x95\x36\x73\xc5\x5d\x82\xef\xe6\x8b\xb9\xc7\xb8\x1b\x69\x71\xed\x78\xd5\xf4\xf4\xdb\xcd\xec\xf2\xa9\x27\x9e\xd6\xa7\x15\xff\x7b\x34\xbf\x7a\x59\x41\xe3\x61\xc7\x32\xa5\x21\xf9\x40\x43\xe1\x1b\xfd\xd2\x3d\xcf\x0c\x33\xb3\xb3\x9d\xf3\xb5\xe7\x94\xc3\xf6\x3f\x95\xce\xd2\x7a\x1b\x3b\xf1\x01\xa1\xca\xdc\x87\xf3\x9d\x1b\x48\x99\x3d\xbc\x81\xdc\x9b\x1a\xde\xf7\x89\xb2\xf7\x58\x48\x57\x05\xe5\x46\xa4\x49\xdb\x9f\x54\xf1\xa1\xfe\xc6\x8d\x34\xd0\x6f\x53\xcd\x02\xba\xc1\xd3\xbf\x4c\x0f\x7c\xdc\xf1\xb2\x60\x04\x22\xec\xfe\xd6\x73\x91\x75\x6b\x97\xa8\x7a\xd0\xfe\x15\xbf\xc5\x5c\x3c\x81\xb2\x74\xa8\x9f\x36\x35\x35\xb1\x4f\x48\x8b\x3d\x16\xdf\xe5\x41\x1b\x8d\x5c\xdb\x5a\x41\xdf\x7b\xe8\x54\xc3\x65\xfa\x4f\xbf\xad\xd5\x9d\xc0\x6b\xcf\xc3\x65\x3e\xd0\xec\x1d\x6f\x0b\x50\xf8\x90\x9d\x99\xde\x07\x69\x5b\x6b\xa7\x62\x63\x7f\x98\x2c\x17\x1f\xc1\x8f\x53\xcc\x87\x82\x80\xe4\xd4\x8c\x3e\x73\xa0\xf0\x58\x72\xe7\x75\xe0\x41\xa4\x4d\xab\x1b\x68\x73\x68\xb4\x21\x0d\xac\xf1\xdb\x51\x1d\x06\xa5\x78\x46\x96\xbe\x80\x83\x76\x7c\x2e\xb0\x46\x8e\xda\x59\xe5\xfc\x40\x91\xb5\x5e\x2a\x57\x8c\x6f\xe2\x24\x5e\x81\x17\x91\x7f\x0e\xc6\xa1\x5b\x52\x03\x7b\x1d\xd0\xa5\xc7\xfc\x3b\xde\xa2\x53\x22\x97\xb6\xc4\xa3\xf3\x0e\xf5\xd7\xe7\xa0\x3e\x7e\xdb\xaa\x38\x68\x95\x67\x5c\xe9\x32\x6c\xa3\xd3\xb4\xfc\x58\x6c\xc8\x6e\x67\xce\x6e\x3c\x7a\x2d\x45\x29\xc4\x9f\x9b\x70\x45\x64\x06\x8b\x5c\x39\x10\xcc\xdc\x9b\x6a\xd1\x63\x4b\xfc\x3c\xe6\xd8\xfe\x82\xa8\x89\x9c\xda\x7c\x82\x88\x39\xd4\x54\x57\x4a\x38\xfb\x6d\xac\x54\x13\x76\x9e\xb1\x25\x1b\x08\x57\xa7\x3f\x8d\x4c\x22\xc2\x2e\x48\x97\x45\x80\x6b\xab\x14\x03\x04\xdf\xe4\xa1\xb0\x8a\xc8\x23\x57\xf6\x47\xf1\x26\x52\x67\x77\xdb\xf1\x9c\x8e\xfd\xaf\xed\x05\x97\x15\xf1\xb8\x29\x8d\x73\xfd\x90\xa1\xb6\x85\xb3\xdf\xcf\xac\xa2\x84\x7d\xd6\x33\xa2\x78\x17\x3b\xca\x69\x91\x21\x9f\xf5\xcb\x2e\x59\xab\x67\x69\xd6\xde\x95\xbf\x67\x59\x9a\x7a\x08\x6e\x31\xab\xc8\x8b\xfa\x0e\xc9\xcd\x53\xa8\x5d\xf3\xa5\xb7\xe3\x59\xad\xad\x12\x6d\x44\x6c\xa3\x93\x38\xf8\x90\x75\x0d\x2e\xb2\xdd\x37\x50\x4e\x16\x4e\xf5\x34\x2f\x5a\xc8\x7f\xb8\xe3\x77\x1e\xc2\xeb\xb5\x53\x67\xd3\xb8\x42\xab\xcd\xb2\x1b\x9c\x20\xd3\x11\xfe\x69\xf6\x6c\xd2\xfe\xde\xd5\xba\xea\xe4\x91\x8e\x6f\xd9\x27\xe3\x1e\xb5\x34\xab\xef\x1e\x39\xdb\xb0\x5d\xf9\x31\xa8\xa0\x1a\x53\x2c\xdf\x17\x50\x46\x97\x6d\xf7\x38\x57\x68\x26\x39\xb8\xe3\x71\x2e\x57\x14\x6a\x57\xae\x11\x09\x3c\xac\x92\xa5\xdf\x78\x5b\xcc\xd6\xf2\x3e\x73\xa6\x67\xfd\xe8\x09\x2a\x9c\x9a\x1c\xdd\xb1\xc3\x48\xc4\x65\x35\xff\xcc\xfd\x72\x24\xb2\x9e\x9e\x13\x1f\xb4\xad\xaa\x2d\xfb\x8a\xef\xaf\xd2\x76\xb5\xab\x87\xaa\x20\x51\xa1\xd9\x31\xaa\xbf\x2c\x1d\xb2\xeb\x54\x9f\x15\x9d\xb4\xca\x91\xee\xe5\x9f\x35\x03\x78\xc1\x9c\xde\xac\xca\x9e\x59\x25\xe3\xc9\xe6\xed\x4f\x8b\xfe\x8a\x73\x6e\x2e\xce\xdf\x7e\xc4\xa6\x7e\x79\x5e\x48\xd0\xcc\xaa\xa0\x9c\x2c\xdf\xdb\xa5\x87\xb3\x45\x1e\x58\xc1\x1c\x95\x70\xc7\xb0\x9e\x24\x3f\x68\x37\xaa\x4e\x10\x3f\xb6\x6a\x91\xbc\x16\x20\x66\x85\xbc\x49\x9c\x9f\x59\x51\xdd\x9d\x15\xd3\x92\x1e\xb5\xcb\x4a\xa7\xc7\xcd\x6f\xf6\x2c\xfc\x78\x64\x6a\x5d\x83\xf1\x6a\xe0\xb3\xca\x7f\x73\xab\x7c\x47\x4b\x9e\xe9\x70\x0f\x28\x3f\x5f\xb3\x79\xc7\xf5\x9c\x2f\x8a\x5c\xbb\x27\xaa\xf7\x92\x73\x56\xf7\x25\xb0\x70\x8a\xd9\x75\xae\x86\xbb\xe2\xe1\x6e\x6a\x46\x46\xe7\xb8\x39\x6d\x41\xe6\xb9\x11\x90\x56\x97\x75\xa3\xe5\x3b\xdd\x89\xf4\x6f\x49\x25\xfd\x1c\x65\xba\x8a\x03\x24\x51\x0f\x10\x7f\x83\x2b\x68\x95\x69\xb6\xe0\x4b\xc0\x24\xb4\x19\xba\x06\x0a\xdc\xcd\xe0\x7b\xd0\x0f\xeb\x99\xe8\x34\x04\xfb\x27\x94\x52\x4c\xd6\x5c\x09\xa6\xfa\x53\x22\x87\x47\xa9\x9f\xa9\xe6\x2d\x07\x68\x6a\xea\xbd\x92\x69\x74\x17\x5a\xa3\xf2\x1d\xfd\x15\xbd\x92\x21\x03\x1a\x80\xfa\xd4\x46\x50\x09\x8e\x84\xfa\x41\x32\xe8\x9a\xdb\x05\xb8\x1a\x7e\x64\xf5\x08\xf9\x17\xf9\xf5\x20\x96\x7c\x8f\xae\xba\x8c\x53\xe4\xc0\xff\x86\xff\xa2\xba\x03\xc2\x66\x39\xf5\x13\xf0\xbd\x38\x80\x56\x03\x12\xca\x00\x7a\x0a\x64\xc3\x98\x05\xb8\x41\x77\x53\x77\x82\x5b\x60\xf5\xe1\x1b\x90\x07\xe2\xe9\x26\x85\x53\x90\xd7\x56\xa7\x91\x66\x54\x77\xaf\x96\x14\xcc\x98\x74\xb1\x89\xec\x80\x9f\x19\xdc\x4e\xf9\x1f\x2e\x6b\x9c\xa0\x5c\xc4\x13\x0b\x9f\x51\x75\x78\x90\x62\x31\x2d\x03\x8f\xc0\xa7\xd0\x8f\xe0\x89\x29\x01\x40\x32\x7e\xfc\xf0\x7c\x50\x8b\xfb\xbb\xad\x86\xae\xe3\x1b\xad\x6a\x11\x67\xec\xdb\x9d\xd1\xcc\x5f\xfc\xd2\xf3\x2f\xb3\x5e\xf0\xce\xf7\x23\xa4\x0b\xdc\x8f\x0d\xe1\xe4\x22\xee\x86\x82\x74\x0a\x8b\x43\x95\x8d\x50\x33\xd8\xe3\xe8\xbf\x34\x0a\x7b\x43\x72\x04\x3d\x97\x45\x0e\x41\x80\x1b\xcc\x92\x5d\x67\x20\x07\x22\xcf\xaa\x1f\xae\x66\x20\xb7\xca\x33\x1e\x29\x5e\x9f\x9d\xc8\x1c\x90\x1f\xeb\xed\xcd\xaa\x92\x3e\xa8\x6b\x23\x29\x25\x99\xc6\x37\x64\xb6\x78\xb6\x34\x95\xc2\x11\xd6\x23\x03\x54\x83\xc0\x3b\xe9\x18\xed\x16\x6f\x24\xf8\x06\xb0\x86\x6b\xb5\x0b\x06\x35\xec\xf5\x56\x97\x61\x13\xe6\xec\x1b\x73\xd2\xc9\x05\xe8\x58\x72\x06\xc5\xb8\xb4\xdb\x35\x33\x39\xb7\xbe\x26\x32\xeb\x48\x8e\x7d\xde\x30\x29\x3c\xbb\x56\x8c\x93\x53\xd4\x96\xf0\x72\x8a\x4e\x41\x4f\xb4\xa1\x3e\x96\x1a\x0e\x3d\xa2\xfb\x88\x38\xbb\xfe\x00\x2e\xf2\x67\x5b\xbd\x86\x92\xd8\x41\x57\xb7\xa6\xa5\x35\x1c\x3a\x75\x31\x9d\xa8\x79\xd5\xf1\x20\x43\x50\x49\xaf\x5a\x91\x89\x97\xde\xd6\x57\x65\xb1\x8a\xac\x85\x7a\x52\x91\x31\x04\xa4\x93\xef\xe9\xf7\x9e\x78\x48\xdd\xa6\x79\x1b\xf4\x8c\x56\xa7\xd8\xee\xca\x00\x7c\xc4\x0b\xac\x26\xc0\x4f\x5c\xf9\x95\xe8\xd4\x7f\x06\x2c\x47\x46\xd3\x26\xba\x5b\xdb\x9a\xd3\x3f\xb7\xdb\x55\xcc\xce\x78\xdb\xc4\xd2\xb5\x67\x7e\xaa\x2d\xe3\x5f\x26\x2d\xaf\xd0\xd0\x9f\x90\x23\x8b\xd7\x1f\xaf\xa3\x34\x19\xf6\x04\xad\xa1\xd9\x64\x3f\x70\x35\xa1\xdf\x92\xbd\xb1\xfa\x09\xea\xf9\x9c\xcb\xa4\xd4\xd6\x51\x60\xf8\x5d\x5a\xff\x50\x71\xeb\xad\xf4\xde\xde\xb2\x72\xfb\x8c\xba\x0e\x58\xfb\x2a\xb3\xa9\x79\x21\x7f\x49\xd6\xb5\xda\x24\xba\x27\x79\x59\x79\xf0\xf1\x2d\x94\x94\x82\xca\xc0\xdb\xd4\x3b\x39\xc9\xae\x93\xe9\x6a\x85\xca\x7a\x21\x18\x29\xb0\xbf\x34\x98\x2a\x3b\x7f\x65\x78\x4f\x9a\xf8\x74\x65\xab\x63\x3a\x36\xec\x53\xa6\xc8\x48\xe8\x6d\xd6\x86\x64\xc6\xb7\x5f\xe0\x49\xb3\x18\x8d\x79\xb4\x8b\xa4\x81\xaa\x17\xc7\x5e\x52\x66\x16\x73\x02\x07\xa8\x99\xb9\xb0\xeb\x1c\xfa\x46\xe5\x49\x6b\x6f\xe0\xbb\x20\xeb\xce\x6f\xc0\x26\x63\xd3\x85\x78\x80\x9a\x19\x31\xe0\x04\x8c\x66\x81\x8d\xe6\xe0\x2a\x92\xb4\x70\x0b\xc8\x22\x77\xca\x09\xf0\x09\x75\x01\x26\x84\x8e\xd0\xe0\x14\x13\xe8\x39\xfd\xeb\xe1\x2d\xb0\x04\xc4\xdc\xd6\x23\xc1\xf0\x42\xab\x73\xe8\x66\xa4\xf5\x8e\x2d\xfd\x08\xe9\xe7\xf9\x7c\x7a\x37\xf9\x56\x3f\x01\x58\x50\x6a\x1a\x52\x00\x21\x15\x28\x60\x83\x93\x69\x61\xb2\xc7\x20\x89\x1e\x83\xfe\x06\xbf\x02\xb4\x64\x1d\x94\x0b\xe6\x84\x54\xc2\xa1\x50\xdf\xae\x51\x64\x23\xfc\xca\x8a\x8f\x2e\x47\x2d\x6f\xfb\xd3\x14\xb4\x37\xe7\x4e\xd3\xff\xa0\x43\x7d\x7d\x74\x08\x98\x5e\x5f\x4b\x7f\x0f\xb0\xf3\xaf\x00\x64\x70\xb9\xcc\x0b\x98\x00\x2f\xa1\x14\x50\x0c\x69\x92\xd7\x42\xbb\xe0\xe8\x10\x1f\x78\x36\x62\xb3\x4b\x08\xbf\x41\xde\x59\x65\x21\x2f\xd1\xde\x9b\x02\xea\xff\x70\xcb\xb3\xb3\xa8\xc5\xf8\x5f\xbd\x93\x68\xce\xd8\xab\xba\x95\xb4\x51\xec\x92\x11\xa0\x47\x62\x63\xd2\xff\xd1\x7f\x60\x8f\x11\x0a\x50\x85\xcf\x4c\xf2\x00\x21\xdc\x22\x58\x0f\x45\xe3\x9b\x77\xad\x87\x63\x70\x1b\xab\x44\x84\x8a\x9b\x5d\x57\x92\x2f\xf1\x8a\xc7\x3c\x28\x99\xdc\xd7\xdd\xfe\xd4\x05\xdc\x4d\x35\x2a\x6a\x0d\x07\x36\x2c\xa2\x05\xb1\x6f\x8a\x6f\xd2\xa7\xb2\x0f\xc0\xa9\xf4\xd3\xac\x81\xc4\x63\x40\x1d\x6b\xcd\xa1\x5f\x60\x39\x93\xec\xfa\x10\xea\x23\x64\x56\x38\xfc\x82\xa1\xbb\x5a\x49\xaa\x95\x77\x8e\x26\x92\x83\x65\x11\x9d\x3a\xca\x0c\xc9\x44\xd5\x37\x4a\x8d\x38\x3f\x57\x4f\x8d\x16\x05\x88\xc4\xb4\x55\xc2\x45\x50\x08\xed\x2b\x7f\x2c\x81\x41\x7f\xc7\x8b\x3b\x94\x06\x7c\xe2\xfc\xe3\x5a\x00\xad\x64\xff\x65\x55\x0a\x07\x33\x57\x5d\xfe\x91\x15\x92\xbf\x60\xe4\x2e\x69\x41\xde\xe5\xf6\x35\xa4\x61\x3d\xbb\xa2\x96\x4c\xd1\x59\xe5\x30\x28\x8e\x9a\x61\x41\x25\x75\xb6\x2a\x02\x68\xa7\x4e\xc8\xaf\x9c\xf0\xa1\xfd\x90\x9a\x05\x89\x81\x25\xa2\x4d\xae\x9e\x60\x30\xef\x81\xd5\x25\xc8\xc8\x3e\x7a\x31\x2a\x33\xaa\xae\x6c\xe8\x48\x96\x45\x75\x44\xcb\xf9\xac\xfb\x15\xd3\xcb\x68\x24\x4d\x89\x4c\x4b\x21\x47\x14\x4e\xe3\x5d\xa0\xec\x32\x84\xd2\x4d\xa9\x4e\x39\xa4\xe3\x7f\xd2\x0e\x68\xf6\x06\x16\xd1\x21\xf9\x88\xcb\x0d\x60\x44\x74\xd9\xea\x05\x64\xc1\x15\x9c\x3f\x92\x31\xd2\xb7\x74\xc0\x3b\x53\xd2\x79\xbd\xa9\x3a\xcb\xbb\x15\x2d\x49\x27\x4d\x69\xf8\xad\x91\x92\xce\xd6\x1c\xe4\x2e\x24\x37\x95\x27\x52\xb5\x94\xb6\xa2\xf5\xf1\x77\xa9\xa7\xf3\x28\x01\xb7\x69\x5f\xb2\xbd\x5c\x28\x40\xb0\x4c\x69\xf5\x15\x1c\xe2\xa7\x9d\x23\x65\xc8\x4e\xba\xf5\xa7\x64\x06\x0c\x14\x34\x9e\xcf\x9a\xd5\x7d\xb5\x38\x27\xab\xbf\xed\xae\x7a\x94\xc4\x6b\x2c\xe1\x44\x91\x53\x6b\x6c\x28\xdf\x28\x99\x65\xee\xf1\xc7\xa8\x8c\xfc\xb1\x00\x15\xad\x5a\x37\xe8\x12\x0e\xcc\x57\x6c\xb2\x5e\x0c\x32\x04\x7f\x9f\x1d\xc9\x38\x7a\x96\xd4\xd7\x9f\xb9\xe4\x14\xaf\xd1\x2a\xf3\xd4\xe0\xd1\xa2\x6f\x59\xb4\x9e\x49\x6a\x07\xd2\xf6\xb6\x83\xec\x1b\xe4\xa5\x0d\xbe\x14\x01\x65\x49\xe5\x68\xbc\x09\xd5\xbc\x28\x3b\x80\x4a\xf3\xd4\x9f\x72\x89\xa1\x57\x29\x8f\x58\xfb\x81\xa6\x82\xe0\xeb\x1c\x78\x6a\x7a\xe5\x58\x16\xf4\x3b\xe3\x4d\x77\x3f\x3c\x3b\xcb\xb4\x76\x01\xbc\x85\xe4\x6c\x10\xc0\x09\xe4\x2c\xc9\x1e\x38\x9b\x72\x01\x1e\x82\xaf\xd1\x3c\x12\xcf\x23\x96\xf4\xb1\xe0\x10\x44\x08\x46\xba\xfe\x42\xe7\xc0\xb3\xad\xf6\xa3\xc5\xc8\xd8\xb5\x73\x90\x3d\x29\xe9\x74\x35\x74\x80\x1c\xda\x3d\x09\x22\x53\x9c\x6a\x8e\x40\xa5\xd4\x85\x79\x37\xa1\x17\xd4\x5f\xe2\x52\xd8\x9a\x3e\x07\x76\x80\x01\x60\x63\xa2\x1f\x7c\x1b\x3c\x7a\xe8\x3e\x72\x08\xd2\xb8\xe6\x20\x4f\xe0\xbb\x56\x33\x50\x31\xea\x70\x6d\x36\x78\x82\xe6\x37\xfa\x12\x2c\xa4\x3d\xed\x72\x02\xff\xa1\xc3\xd5\xb9\xd0\x22\xe0\xaf\xbc\x75\x50\x2c\x50\x23\x9e\x03\xd5\x83\x19\x50\x2d\xfc\x3f\xc8\x33\xe1\x16\xcc\x84\x4d\x0f\x21\xc8\x7c\xf8\x9b\x6b\x34\x52\x8f\xdc\x5e\xfb\x0e\x4d\x40\x4f\x8d\x3b\xd0\xdf\x61\x07\x4e\x59\x00\x9e\x98\x5f\x87\x14\x50\x63\x1e\x55\xcb\x80\x37\xd8\x66\xfd\x4d\x30\x10\xdb\x29\xbc\x0f\x76\x60\x27\xc0\x46\xc8\x1e\xd3\x27\x4c\x83\x06\xb1\xb3\x41\xd7\xe0\x14\x6c\xc2\x75\x1a\x62\x8d\xcf\x5e\xfb\x12\xf9\x82\x9b\x5f\xb6\xa5\x8d\x72\x8b\x47\xe2\xe8\x2b\xb9\x73\xda\x9e\xd1\x99\x9c\xe3\x15\x46\xfa\x03\xf6\x68\x0e\x13\x08\x64\x6f\x17\x34\x00\x67\x59\xfd\x40\x1b\x18\xca\xda\x7b\x62\x2b\xf8\x83\x79\x32\xc8\x0f\x6a\x66\x6e\x76\x39\x07\xb3\x89\x14\xab\xc5\xc8\x71\x46\xde\x45\x90\x9a\x27\xe3\x0d\x95\xd2\x16\x4a\x03\x5a\x77\xd2\x64\x92\x99\xe5\xf3\x69\xef\x44\xe7\x75\xcb\xe9\x89\x42\x2d\x3f\x8b\xfe\x41\x90\x49\xaf\x04\x64\xfc\x5d\xc7\x8f\x80\x9e\xdc\x89\xc0\x93\xd0\x54\x8e\xcc\x45\x03\x3d\x61\xfd\x6b\xe5\x09\x5f\x62\xae\x3e\xd7\x45\x89\x32\x14\x0f\x2c\xa7\xdc\xcc\xe5\x36\x5d\xa2\xfa\xe5\x04\x97\x9c\xa3\x76\x6a\x97\x67\xcf\xa0\x79\xa8\xc7\xb9\x5a\xda\x3d\xa5\x80\xb6\x98\x2e\x95\x5b\x1c\x5b\x07\x04\x48\xe4\x01\x1f\x41\x4b\xe1\x69\x17\x77\x68\x19\xaf\xd4\x0a\x80\x17\xb3\x0f\x9f\x09\x22\x53\x6a\x26\x7a\xeb\xc9\xaf\x2a\x87\x1b\x08\x4a\x7c\x99\xa0\x48\x4f\xb9\x53\xec\xaa\x9e\x4c\x4d\xce\xbf\xca\x1e\xa6\x2d\xca\xf3\xa7\x30\x68\xe3\x3a\x45\xdc\x3b\x7a\x91\x5a\x15\xb0\x08\xe0\xc9\xdd\x9d\x1f\x81\x5c\x11\xc3\x2a\x1f\x92\x71\xc9\xa7\xd7\x90\xae\xf4\x4c\xeb\x96\x93\x03\xdb\xff\xab\x8b\x27\x9f\x6c\xee\x2b\x30\x52\xbc\xea\x49\x4a\x2b\xca\xad\xaa\xd7\xac\x85\x54\x5e\x99\x1d\x79\x26\xed\x40\xa1\x59\xec\x28\x7d\x65\xae\xee\xe0\x7e\x60\xa6\xc6\xe8\x8c\x81\x4b\x64\x36\x56\xf5\xd0\x26\xbe\xcf\xa8\x3b\x49\x35\xf4\xb3\xab\x89\x3c\xbf\x4f\x5d\xcb\x23\x73\x3a\xbf\xe4\x9f\xa7\x4c\x69\xdd\xa6\x88\xa7\x68\x1a\xd6\x33\x63\xa9\x1e\x55\xb7\x48\x69\xb4\x19\xa5\xab\x62\x03\x69\xd7\x8d\x77\x0f\x4e\xa7\xf7\xe8\xe6\x3a\xc7\x03\x97\xe4\xdd\x56\x67\xc0\x57\xfc\xd7\xa7\xd4\xa4\xf0\xb1\x99\x5d\x7f\x90\x2e\x8e\x1c\xa9\xb9\x4f\x76\xef\x4f\xca\xdf\x40\xee\xe8\xf2\x94\x5f\xa1\xec\x69\x19\x26\x1e\x50\x5e\xd6\xbd\x24\x4d\xa2\x56\x57\xe8\x63\x67\xd2\xc8\x85\x79\xfe\xff\xd2\x0f\xeb\x67\x38\x27\x01\x29\x8a\x7f\xad\x27\x83\x1c\x81\xed\xd9\x6a\xc6\xd5\xb4\xf1\x7e\x1a\xe3\x68\xc6\x96\xa6\x2a\xfc\x4b\x26\x54\x52\x8e\xf7\x67\x15\x6b\xee\xe2\x0a\xd2\x23\x6e\x0a\x7e\x94\xe2\x4d\x3d\x8f\x6f\xa7\x0e\xc6\x9f\xc2\xff\xa2\x87\x07\xf8\x62\x5f\x80\xdf\xce\x2e\xd8\x27\x68\xdc\xf2\x26\x3e\x0b\x69\x3f\xf3\x99\x61\x92\x95\xd9\xd7\x8b\xb7\x91\x80\xc6\x77\x78\x24\x39\xab\x78\x02\xdf\x4a\x09\xd0\x6c\xc3\x97\x52\x7d\x39\xd7\xb0\x09\x5a\x3c\xf5\x00\x76\x97\xae\x8e\x0f\xc0\xc6\x80\x7b\x07\xdf\x60\x23\x90\xed\xce\xc7\xd8\x0d\xd8\x60\x59\x85\x7d\x42\x57\x9f\xd9\x86\x27\x52\x37\xf7\x7e\xc2\xff\x47\x7d\xd4\x68\x83\x9d\xa4\xc9\x8a\xb7\x63\x35\x74\x0b\xb5\x04\xd3\xd1\x2f\x73\xdc\x30\x02\x28\xa3\x9c\xc5\xe8\xa0\x24\xee\x15\x46\x86\xf8\x07\xc5\x18\x17\xc6\x77\x56\x62\xe5\x88\xd8\x52\x86\x5d\x43\xcb\x4f\x0b\xb0\xd9\xc8\xdd\x9e\x60\xf4\x32\xf2\xb8\x5e\x8e\x16\x23\x8f\x0b\xcf\xa2\x39\xc8\x4f\x95\x37\x9a\x83\x5a\xb3\x57\xa2\x5a\x34\x95\x7c\x13\x2d\x42\x7b\xe3\x1c\xd0\x6e\x6c\xd9\xc1\x29\xe8\x1b\x2c\x69\x67\x3c\x66\x89\xb5\x58\x16\x61\x89\xf8\x94\x53\xe3\x48\x37\xfb\x72\x57\x37\x52\xc1\x3e\x52\x37\x0f\xc9\x61\xdd\x2d\x48\x40\xf2\x59\x31\xca\x3f\x90\x7a\xe6\x47\xd6\x14\x64\x90\x99\x47\x7a\x82\x3c\x60\xfa\xc4\x66\xa1\x93\x89\xcf\xfe\x2c\xd4\x8d\x90\xed\x74\x45\x39\xc4\x0c\xcb\x2b\xe8\x2d\x06\x7d\x64\x10\xbe\x2e\x09\xe9\xf8\x00\x77\x8a\xc3\x6b\x58\x70\x95\x68\xbf\xf1\x3b\xdc\x23\x74\x90\x77\xc3\xb7\x04\xab\x89\xbb\xf0\x77\xfe\x9a\xac\xd7\x88\x0d\xcf\x24\xa6\x0e\x39\xc8\xfd\xc3\xff\x7f\x88\x9c\x7d\x75\xe7\x0a\xe4\x09\x2b\x6b\xed\x3c\xd4\x9d\xf8\x39\x24\x82\x14\xfa\x7b\x6d\xa5\x10\x96\x33\xa5\x6a\x2d\x04\x6a\x17\xe5\x9d\x84\xd4\x9a\xe9\xd2\x4e\xa8\x5b\xf9\x1f\x63\x21\xf4\x4a\x7e\x3f\x33\x11\x5e\x2f\x6d\x88\x96\xc0\xf1\xe2\x94\x03\x51\x70\x9d\xe0\xa5\xd3\x73\x64\x2e\x6f\xe9\x5a\x12\x92\xc6\x5e\x39\xf0\x37\x58\x5a\xd9\xd6\xb2\x0d\x2c\x2c\x6b\x2d\xbf\x0b\x16\x14\x37\xeb\x8d\x60\x7f\x41\xbe\xb8\x1f\x7c\x69\x20\x63\xfb\x20\x2b\xbd\x63\xfa\x3f\x50\x56\xf6\xd0\xd1\x00\xa8\x47\x65\xb2\x9f\x80\x97\xc8\x56\x3b\x61\x30\x21\x1c\x5e\x2b\x84\x5f\x72\xd7\xf4\x2d\x01\x7e\x75\xac\x68\xf2\x04\x67\xb5\x84\x95\x3e\x06\xff\x6a\xa0\xe8\x7a\xc1\x0d\x35\x71\xc2\xdf\x60\x58\xc5\x6a\xa4\x09\xd4\x16\xb7\xa6\xa1\xe0\x33\xe3\xf7\x28\x67\x68\x47\xce\x35\xbf\x0e\x28\x4f\xed\xe6\xb4\x14\x5e\x28\xdd\xb5\x56\x07\x13\xbc\x7f\x7a\x2d\x81\x27\x7d\x27\x1b\x4f\x00\x37\xbb\x3a\x4a\x17\x01\x17\xdb\x00\xed\x04\xf0\xb2\xf1\x83\x70\x37\xb8\xa8\xd6\x1e\x99\x0d\x1e\xac\x70\x4c\x7d\x05\x1a\x8b\x6e\x44\x9e\x06\xdf\xe5\x7d\xf5\x4b\x85\x82\xb3\x95\x3b\xbe\x42\xe7\x65\x03\x6b\x6b\x61\x17\x3e\xd6\x73\x0c\xb8\x32\x22\x6d\xe8\x06\xaa\x06\xf6\x97\x90\x00\x49\xf7\x80\x36\x12\x28\x6c\xbb\x21\x68\x03\x86\x1a\x8b\x61\x11\xf0\xa5\xc6\x32\x95\x05\xba\x97\x39\x46\xd2\x41\x79\xbe\xd1\xcf\x13\x7c\xaf\x03\x76\x7c\x81\x92\xe5\xf7\xd7\xde\x85\xae\xf3\x87\x06\x12\x79\x26\x69\xde\x2d\x0f\xb9\x7e\xe9\xa2\x8a\x46\x8e\x30\xe3\x64\x2e\xce\x7e\x9c\xf9\x5d\xa2\x60\x7b\x93\xfc\xf0\x59\xac\x42\x72\x47\x46\x12\x6b\x32\x75\xf7\x51\x37\x66\x1c\xed\x89\xdf\x53\xe2\x0c\xa0\xd9\xf1\x3f\x62\x37\x24\x58\x63\xce\x18\x44\x54\xfd\xbd\xdc\xcc\xcc\xea\x96\xcd\x9c\xa6\xac\xaa\x8a\x99\x9c\xc9\xa4\x22\xfd\xbf\xec\x13\x64\xa5\x64\x0a\xeb\x2a\xc5\x80\xf1\x58\xae\xd4\xa1\xf4\xaf\xcc\x6a\xfa\xb4\xa8\xc7\xcc\xd5\x40\x98\x9f\x82\xc8\x07\xdb\xb7\x5f\x21\x6c\x60\xbf\x35\x53\x19\xcd\xc8\xa7\xfe\x59\x9c\x33\x14\x87\x66\x2a\xc7\x84\xf2\xb6\x3c\x98\x4d\xa7\x96\xe9\x9d\x58\xcf\x68\xfb\xc4\x89\xac\x68\xfa\x7c\x6c\x32\xf3\x2a\xfd\x43\x3a\x9b\xe9\x0f\xbc\x8e\x92\x10\x57\xc1\x09\xbf\x7d\x44\x1c\x3c\x75\x7b\x2d\xe3\x0b\xb2\x75\xcd\x54\x86\x14\x45\x7a\xd9\x6c\x05\x9c\xd8\xf8\x89\xf5\x19\x96\x94\x5e\x67\x25\xc3\x0d\xba\x07\xcc\x37\xf0\xbf\x22\x7b\x26\x1d\xb1\x41\xde\x10\xbf\x11\x7e\x5a\x1e\x21\x44\xbe\x44\x3e\x25\xac\xd1\x13\xfb\x2e\x30\xc6\xd1\x6b\xdb\xe9\x0c\x10\xf3\x5f\x63\xce\xb0\xc4\xce\x76\xff\xcb\xf2\x64\x2d\x6e\x38\xc6\xbc\xc2\xec\x2a\xc9\x64\x1e\x65\x46\x6b\xb5\xc4\x07\xe6\x0c\xe1\x5f\x84\x90\xe8\x84\x9f\x13\x96\x04\x3f\xb5\x9f\x31\x48\x84\x47\x6e\x63\x90\x09\xeb\x7d\x11\x8c\x8d\x8c\x47\xdb\xc3\xf0\x07\x0c\xc5\x9a\x20\x5c\xc3\x70\xee\x9a\xc9\x0c\x13\x1d\xaa\xbb\x4c\x3c\x17\x66\x14\x4d\x10\x0c\x01\x37\xdb\x89\x30\xe5\x6b\xf8\x57\x18\x43\xbc\x5a\xe8\x32\x23\x91\x7b\x27\xe5\x0a\x63\x09\x77\x5a\x04\x8a\x9f\xe1\x2c\xf6\x7d\x87\x33\xd9\xf3\xb6\x6f\xc5\xdd\x99\x8f\xd6\x88\xb0\x2f\x44\x6d\xfb\x03\x62\x91\xce\xa9\x46\xcc\x18\xcc\x16\x14\x34\x31\x8e\xa9\xcf\xab\x57\x31\x66\x29\x3f\x71\xdf\xe2\xad\x8a\xbf\xc1\x35\x78\xb2\xcc\x25\xf9\x04\x6e\x25\xd9\x77\x24\x15\x7b\x22\xda\xe2\xbb\x1b\xab\xe0\xbf\xda\xf6\x1b\xcb\xe2\x1e\x5f\x73\x1b\xb3\x63\x0d\xb4\x62\x0c\x87\x32\xc7\x2a\x67\xfc\x55\xb1\xda\x88\xe1\x79\x05\xf7\x95\x0b\xf1\xdd\xc6\x3f\x39\x73\xb1\x8f\xb9\xab\xe8\x64\xac\x51\x67\x93\xf8\x11\xa3\x6b\xa6\x84\xef\xc7\xdc\x14\x79\x3e\x18\x36\x47\xf2\x76\x5b\x33\x7a\x43\xf0\xd6\x72\x09\xaa\xe1\xb4\x35\xc7\xe3\xbd\x2d\x93\x2a\xdc\x71\x52\x83\x38\x4f\x83\x2f\xaf\xf9\x29\xf7\xc4\x06\x2a\x9d\x58\xd1\x58\x46\xa9\x2f\xf5\x2d\xb6\xa9\x70\x53\x42\x09\xfa\x39\x6f\x2c\x6c\x27\x3a\xa2\xfd\xbe\xb7\x0d\xd5\x2a\x47\xb7\x1d\x40\x13\x24\xce\x96\x6b\x50\x6b\xde\xd1\x26\x3a\x9e\xdd\x15\x5b\x7e\x14\xf7\x6a\x2b\xc8\x3d\x89\x3d\x6a\x6a\x95\x61\x18\xb7\x8e\xcd\xac\xc2\xec\xab\x56\x50\xfd\xd0\xd7\xa5\xe4\x84\xe5\x68\x53\x01\x25\xf4\x0c\x8a\xeb\x27\xf6\x1e\x43\x83\xd4\x3f\xb7\xad\x47\x57\x4b\xab\x2d\xb7\x20\xff\xf0\xbe\x36\x76\xe0\xa4\xfe\xd7\x65\x75\xf8\xc2\xee\x89\xdc\xd5\x58\x65\x7b\xb7\xf4\x09\xb6\xbb\x79\x23\xd3\x1c\x7d\x5a\x17\x4a\xb9\x84\xea\x2b\x1d\x4e\xb4\xa0\x47\x8a\xcb\x42\x21\x74\x8d\x01\xd9\xeb\x80\x7c\xc8\xbe\xb4\xcd\x12\x19\x90\x0d\x5a\x86\x21\x20\xdf\xbd\x25\x51\xba\x2b\xb5\xac\x12\x16\x7f\x48\xfb\x6c\xfc\x5b\xd4\x9e\xe1\xac\xe8\x13\xea\x33\x11\x76\x9b\x80\x91\x75\x87\x6e\xcd\x0f\x23\x07\x26\x6a\x78\x76\x94\x67\x61\xc7\xb9\x73\x68\xca\xbd\xce\xec\x7f\x81\x03\x8e\xbd\xac\x3e\x28\x6c\x55\x10\x53\x85\x70\x9b\x73\x25\xfa\x8c\x17\x15\x97\xc4\x09\x99\x13\x06\x5c\xb4\x2b\xeb\x87\xc2\x51\x68\x4d\xfa\xca\xde\x21\x58\x42\x59\x4c\x6b\xe3\xfd\xa2\x7a\x26\xda\x73\x1f\xd2\xe4\x61\x2b\x38\x97\xe8\xff\x79\x7f\x65\xb7\x83\xd1\x8e\x1a\x56\x11\xfc\xe7\x2a\x2f\x26\x86\x5c\x6a\x1a\x11\xff\x20\x07\x54\xac\x10\xdd\xa7\x2c\xcf\xfb\x47\x78\x8a\xf2\xaf\xdc\x20\x68\xa3\xaa\x58\xf5\xfc\x6a\xda\x09\x9a\x0b\x2f\x8f\x1e\x96\x70\x86\x2b\x02\x8e\x85\x5e\xe4\xf0\x40\xc8\xbb\x97\x8d\x43\xb9\x8e\x28\x8b\x0c\xbf\x5c\x15\xc8\x0c\x47\x03\x1a\x93\x44\x83\xe0\x97\xb2\x2e\xe1\x10\x74\x30\x97\x23\x38\x0d\xe9\x65\xc7\xf8\xe7\xa1\x47\xcc\x1c\xde\x35\xd8\x93\xea\xc5\xbd\x06\xf7\x9c\xf8\xc6\xb9\x82\xf8\x84\x3a\xb3\x1f\x23\x63\xde\x81\xac\x8f\xe8\x21\xc7\x50\xe6\x07\xf4\xcd\x2a\x90\x78\x81\x29\xeb\xff\x13\x0e\x13\x51\xa5\x91\x82\x11\x62\x87\x7e\x2b\xff\x3c\x31\x45\x6a\xcf\x7b\xc0\x38\x49\x08\xb8\x9f\x19\x39\x94\x60\xee\x0c\x86\xe0\xc4\x46\xce\xdf\x0c\xe2\x70\x19\x7b\x2b\x23\xd9\xeb\x27\xeb\x00\xc3\xcf\x71\x3f\x33\x94\xb1\x7a\xd5\x30\x71\x08\xff\x5e\x67\x2b\xb8\x2c\x70\x2e\xbe\xcc\xbf\xc5\x97\xe8\xee\xf0\x5e\xf0\x2e\x8a\x3f\xf1\xfe\xe0\xfd\xc1\x48\xe7\xae\xe5\xee\x21\x87\x71\x76\x73\x0c\xc7\xc3\xd8\xd1\xec\x89\xc3\x0b\x59\x6c\xb6\xa3\x57\x2d\xb3\x90\x15\xeb\x18\x4c\xd4\x30\x93\x56\xdb\x30\xca\x89\x94\x9a\xa5\xfc\x33\x9a\x94\xc2\x26\xde\x39\xf5\xb4\xec\x6e\xee\x43\xa5\x48\x34\x85\x3b\x4d\xfe\x04\xab\xe3\xd8\xc8\x5c\xb2\xce\xb2\x03\x25\xb9\xc7\x66\xb3\x40\xd1\xb3\x90\x85\xcc\x0a\xe1\x0c\xaf\x19\xc4\x05\xde\x2f\x47\x13\xc6\x43\xce\xd0\xea\xe3\xf8\x43\x56\x52\xe5\x03\xde\x60\xd1\xd9\x7c\x36\xf7\x73\x41\x8a\xba\x92\x6b\x6d\x9c\x22\xf8\x9b\xb3\x2f\x37\x1d\x79\xcf\xce\xd4\x9d\xce\x74\x66\x15\x66\x2f\x89\x6b\x66\x8e\xab\x9c\x82\xa7\x32\x67\xc8\x97\xee\xf1\x23\xb6\x88\xdb\x1d\x4e\x33\xfc\x04\x8b\x57\x8b\xf1\x00\x8e\x7b\xf9\x1b\x1e\x58\xdf\x66\xa8\xe2\x8a\x6a\xca\x95\x37\x38\x4d\x95\x19\xbc\xa3\xec\xf1\xd2\x1f\x70\x34\xeb\x4b\xd1\xd1\xf4\x71\x96\xb5\x51\x13\x8b\x33\xc3\xf4\x82\xa0\xdf\x84\x3c\x7b\xd1\x6e\x26\x63\x48\xb1\xc7\x21\x1e\xbf\x25\xde\xb4\x5a\x87\xdd\xe2\x5e\x2e\xfb\xc2\xf3\x6d\xbd\x9a\x77\x89\x1b\xdb\x94\xae\x9c\xc7\x61\xd6\x5d\xe3\x16\xb1\x8d\x55\xdf\xa0\x66\x56\x5f\xd9\x8b\x74\x27\xe6\xcb\xa2\xdc\x98\x5f\xcc\xa5\x86\x5f\x41\x2a\xc2\x5f\xf7\x70\xb7\x1d\x83\xa1\x3a\xe2\xe0\x8e\xab\x25\xc2\xd5\x55\x98\x8c\x97\x58\x66\xcd\x33\xe9\xb6\xca\x33\xe3\x6e\x69\xc7\x14\xa9\x9c\x03\xcd\x4a\xee\x5c\x76\x4c\x7d\x34\xb4\x91\x05\x54\xbd\x4c\x3b\xc9\xcc\x2b\x5b\x1b\x63\x24\x86\x0a\x27\x05\xed\x61\x4c\xe4\x7a\x7b\x7e\x67\xac\xd1\xfc\xed\xb0\x0d\xb7\x97\xaa\x57\x9f\xc3\xd6\xf2\x1a\x0b\xf7\xe4\x5c\x4b\x8d\xd7\xe6\x69\xef\xa5\x95\x49\xe2\x34\x9f\xd3\x6f\x31\xc3\xd4\x8b\x32\x4d\x68\xed\x4a\xdb\x2c\x46\x72\x99\x7c\x13\x79\x72\x54\x9b\xd4\x82\x52\x7e\x30\x46\xf4\x8b\x96\xec\xbe\x58\x70\x0a\xf0\xb6\xbb\xcb\xc3\xa0\x64\xf3\x67\x1c\x33\xa4\xbe\x60\x20\xc7\x2b\xe3\xa8\xd6\x4c\x1b\x91\x19\x23\x7e\xa7\xc1\xb2\xc2\x89\xb7\xaa\x52\x52\x34\xed\xb0\xe2\x34\x99\x97\x7c\x50\x76\x9d\x32\x16\x95\x22\x19\xa7\x6d\x3a\xb8\x5e\x34\x40\xaf\x74\x7b\x27\xd0\x81\xdb\xed\x2e\xf3\x22\xe1\xe9\xe6\x9f\x39\x33\x90\xff\x0a\x36\xeb\x3a\x48\x58\xb6\x26\xfb\x36\xd9\x43\x4c\xd2\xfc\x41\x99\x42\x00\xaa\xed\x94\x31\xea\x6b\x45\x2c\xb5\x29\xe9\xbd\x8c\x4e\xeb\x8e\x32\x95\x20\xf4\x47\xfe\x1f\x45\x00\xf8\xb7\xdb\x59\x41\x14\x14\x6a\x77\x92\x67\x0b\x5f\x58\xf9\x27\xfb\x2e\x1a\x63\x1c\xd0\x76\x03\x02\x4d\x84\xe6\x09\x38\x55\x74\x58\xbd\x1a\x3c\xc6\x80\x95\x91\xe0\x28\x75\x9e\x5c\x0e\x79\x26\x6d\x92\x36\x42\x77\x23\x41\xf1\x10\x2c\xf6\x17\x08\x2f\x22\x9b\xdd\x94\xfc\xd3\xc8\x3f\x76\x17\xb9\x06\xb4\x79\x65\x0c\x3b\x04\x53\x1a\x2a\xb2\x9b\x70\x57\xb5\x93\x7a\x02\xf7\x12\xee\x54\x6d\xc7\x3d\x70\x48\x81\xe0\x9b\x28\xb6\xb2\x6e\x7c\x63\xe2\x09\xc9\x0b\xdc\x37\xe2\xb2\x78\x06\x4e\xf2\x9f\x2f\x5c\x8d\x8b\xdd\xfc\xf9\x36\x78\xa1\xdd\x59\xee\x4c\x7c\x78\x65\x31\xeb\x14\xfe\x38\xcf\x51\xf3\x90\x1b\xa5\xfc\xa1\x5e\xc6\xf9\x26\x58\xa8\x8c\xe1\x80\x58\xaa\xbc\x86\xfd\x94\xec\x22\xfd\xc0\x8e\x49\x50\x48\xd6\xb1\x3e\x46\xac\x14\x05\xb0\xf8\x07\x94\x02\x32\x6b\xb6\xdb\x7c\x1e\xc6\x84\xed\xc6\x39\x47\x89\x3b\x2b\x3f\xb2\x4c\x88\xad\x7a\x5c\xdd\xad\x30\x2a\xb6\xab\xe6\xc9\x09\x5e\xb8\x22\x46\xe6\x87\xdc\x90\xd5\x4b\xde\x67\x8d\x4b\xbe\x8a\xb5\x27\x82\xc5\x3b\x44\x7b\x8f\x2c\x15\x26\x09\x9e\xef\x3f\xc7\x57\xf1\x63\x76\x65\x73\x4b\xb9\xed\x76\xdd\x6c\x2e\xfb\xa3\x85\x37\xd3\x9b\xb5\x4c\x57\xa0\x36\x37\x5c\x92\x25\x28\x23\x72\x2f\x70\xf2\xe5\x55\x39\x9d\xb0\xab\xf4\x9b\x96\x97\x19\x2b\x71\xd7\x78\x1d\x9f\x2d\xe2\x29\xbf\x85\x4f\x12\x0c\xc8\x45\x7e\x1f\x78\x6f\x25\xff\xec\x9a\xc1\x9d\x2e\xfc\x65\xc7\x66\xbd\xe0\x7d\xb4\xa0\x10\x15\xec\xbe\xec\x6f\x2a\x69\xe5\xa8\xa4\x57\xf1\xa4\x7c\x2a\x7b\xb2\x7c\x5b\x89\x29\xd8\x29\x65\x16\x2e\xcb\x98\x24\x1e\x35\x7c\x88\x3f\x2f\x9a\xaf\x2f\x0f\xfd\x20\xf0\xd5\x5a\xfa\x2d\xe0\x51\x54\x1e\xae\xe1\x1c\x81\x6c\x81\xdd\x16\x56\xba\xb0\xcd\x42\x40\xd8\x72\x57\x66\xef\x54\x85\xd5\xbb\x4b\x26\x2b\xea\x6a\x76\xb2\x7c\xe4\x33\x2a\xa7\x80\xf3\xa4\x07\x4a\x8d\xe9\xc7\xc5\x92\xa2\xb9\xf1\x5e\xc2\x2b\x46\xdf\x50\x86\xe0\x4f\xbd\xfb\xbe\x26\x9e\xbd\xe6\x94\xeb\xff\x38\x9e\xf2\xf7\x76\x8b\x59\x56\xa2\x77\x16\x3a\xc6\x3f\xdc\x52\x8d\x5e\xb5\xb6\xf9\x97\xf8\x84\x82\xde\x70\x92\xd9\x28\xbb\x58\xeb\x07\xb0\xa5\xf3\x2a\x75\x69\x2f\xc5\x7b\x4b\xab\xe3\xee\x08\x39\x85\x70\xe8\x7a\x7e\x7b\xde\xd7\x7d\xa9\xdc\x9b\xda\xf7\x2e\x0f\xd9\xff\x2a\x99\x76\xb3\x99\x43\xe2\x47\x16\xdd\x0c\x80\xfb\x59\xf2\xac\xac\x3c\xd5\xc0\x39\x50\xfc\x3e\xed\x12\xe2\x5e\xe8\x9a\x31\x8d\xc4\x37\x22\x99\x7b\x12\x0f\xe7\x56\x64\xd5\x44\x8d\xeb\x9a\xc9\x5b\x83\x72\x35\x39\x94\x97\xde\x0e\xca\x00\xda\xf0\x8e\xb7\xd2\xbb\x40\xa7\xad\xa9\x68\x0f\xf4\xc1\xf4\x06\x8f\x8a\xfa\x4a\xd8\x65\x2b\x33\xdc\xd9\xdf\x8b\x33\x32\x3d\xe1\xcf\x05\x03\x59\x9e\x24\x4f\xe3\x5c\x92\x7f\xe2\x92\x5c\x6f\x32\x23\x2a\x57\x17\x46\xb9\x12\x94\xaa\xf1\xa1\xf9\x79\x2f\x51\xce\xa3\xdf\xdd\xf1\x40\x5a\x01\x72\x6d\xd7\x89\x96\xc1\xe9\xa6\x9f\x79\x21\x68\x96\x64\x59\xa9\x9e\x34\x9b\x9d\x5b\xf4\x96\x74\x07\x2e\x2a\xf0\x24\x57\x65\xbd\x37\x18\x28\xec\x84\x8b\xfa\x7b\x54\x46\x54\x94\xf6\x33\xcd\x10\xe4\xa4\x7e\x4d\xbf\xeb\xf5\x59\xd1\x0f\x5a\xef\x18\x97\x26\x40\x1c\xdb\xad\xc2\xfb\xc8\x4a\xb3\xa5\xbc\xd5\xe8\x59\xf1\xf6\x12\x1d\xfd\x32\x6b\xb0\x68\x3a\xe0\x03\x5d\xcc\xcf\x04\x9a\xb2\x5c\xf2\x4e\x82\xeb\x12\x1c\xf5\x33\xc1\xde\xc8\x1b\x5a\x1b\x88\x1c\x78\x4e\x6d\x05\x7b\x7a\x35\x28\xe6\x22\xd3\x77\xf4\x48\xce\x21\x97\x6c\xfd\x85\xfb\xd1\x6b\x66\x89\xdc\x6c\xec\x8e\xc8\xbf\xb8\x15\x1d\x63\x3e\x2e\x5c\x89\xbe\x05\x27\x8c\x42\x6c\x72\x26\x90\xfb\x1c\x9b\x77\x42\x98\x63\x8f\x39\x46\x7a\x66\x47\x60\x60\x60\xa0\x2a\x1e\x3b\xef\x15\x27\x0f\xc6\x17\xee\x28\x96\x98\xe1\xa1\xb6\xc7\x05\xc5\x78\x97\x59\x2f\xe7\x1d\x63\xb9\x30\xaa\xe8\x34\x3b\x8c\x78\x5f\xe0\xc1\x9e\x02\xfe\xcf\xd0\xc2\xd2\x67\x54\xe6\x2e\x61\xed\x38\x7e\x4d\x77\x9c\xf9\x34\xa2\x48\xa3\x61\xd6\x07\x9c\x57\x16\x33\x71\xaf\xbf\x64\x06\xa6\xcb\x0e\x96\x38\x95\x78\x6b\x8b\xf1\x27\x88\x7c\x73\x13\x8e\x27\x11\x22\x98\x52\x58\x2a\xa5\x33\xca\xf2\x37\x49\x18\xf4\x0b\x79\x75\x62\x5a\x3a\x4b\xbf\x40\x14\x73\xec\x8a\x36\x56\x78\xf0\xc8\x90\x5a\x27\xd8\x17\xb0\x5c\x51\xc7\x77\xdd\x23\x93\xd6\xf1\xe6\xec\xf0\x16\xb1\x38\x7d\xb6\x1a\xfe\x9f\xec\x64\x73\x06\x3b\x82\x35\x83\x47\x29\xb8\x97\x73\x00\xdf\x66\x4c\xd4\xca\x69\xdc\xdc\x57\x9a\xf3\x69\x87\x72\x0e\xa8\xde\xc7\x0f\x67\xeb\x95\xf3\xc2\xaf\xa8\x6e\xca\xad\x0e\x06\xc9\x27\xa4\x6b\x76\x7f\x97\x7c\x17\xbd\xd8\xfe\x56\x38\x2e\x60\xda\x32\x78\x47\x79\xd3\xcd\x7b\x58\xcd\xec\x64\xee\x9c\x82\xc4\xe2\x37\xe8\x1d\xc3\x9b\x42\x3e\xd5\x3e\x37\x31\x7f\x6e\xea\x32\xdd\x68\x5e\x56\x5c\x79\xf6\xc2\x9c\xde\xb0\x1b\xaa\x43\xd9\x6f\xfc\x19\x72\xaa\xea\xdd\xee\x03\x12\x92\xdc\xb8\x3d\x4d\xe8\x25\x99\x63\x1b\xc6\xbd\x2c\x38\x61\xfe\x98\x65\xc5\xd1\x70\x12\x0b\xcc\x2a\x1e\xa2\x3b\x0d\x75\x65\x8e\x14\x5d\xae\x5d\xf1\xb1\x14\xb1\x4e\x50\x90\x15\xb7\x4e\x73\xc9\x10\x19\x96\xac\xfa\x9f\x7e\xa5\xbf\xb5\x7c\x4b\x76\xe5\xee\xe9\x92\xf5\xca\xcb\xdb\x1d\x04\x9f\xa5\x95\xb6\x1e\x5c\x96\x90\x64\xfe\x99\x79\x83\x3b\x8b\x7d\x37\xff\x72\xad\x15\xd2\x6a\x48\xad\xf2\xa0\x2c\xd3\xbf\x2b\xdf\x90\xb2\x5c\xe7\x59\xfc\x5f\xec\x29\x0d\x51\xc0\x0f\x5b\xa2\xec\xcd\x7b\x75\xe0\xa9\xec\x6e\xce\x9f\x9e\x97\xc4\x67\xd4\x2d\xdb\xff\x16\x48\xe5\xb3\x6c\x5d\xb9\x26\x22\xef\x95\xd6\xcc\x64\x6e\x20\xdc\xde\x3c\x9a\x96\x43\x31\x6b\x58\x9d\x5e\x9c\x3a\xad\x46\x90\xd1\x1c\xcf\xac\x78\x97\xf9\xe2\x48\x55\xe9\x26\xd2\xfe\x40\x75\xa1\x13\xf9\xde\xde\xaf\x86\x3f\xa9\x06\x57\x44\xa7\xa7\x4b\xb6\x84\xaa\x9e\x83\x39\x56\x0f\xa5\x4f\xe0\x93\x26\xb6\x02\x23\xb6\x10\xe6\x34\x6f\xcf\xf8\x44\x7e\x5f\x5f\x92\x79\x33\xe5\x49\xcd\xb2\xac\x81\xf8\xb8\x0a\x0e\x69\xf0\x88\xac\xe4\x3c\xf9\x5d\x20\x5a\x70\x9f\xea\xb7\xf7\x79\x5e\x1b\xed\x8a\x2b\x4d\x17\x04\x60\x5b\x22\x54\x35\x90\x87\xd5\x37\x69\x13\xb2\xca\xc4\x5f\x40\xc5\xcc\x61\x9f\xa6\x2a\x12\x99\xdc\xf5\x7f\x02\xe0\x02\xa0\x89\x46\x01\x00\xb0\xdd\xdd\x0a\x08\x92\x2a\x02\x0a\x08\x48\x88\x82\xa4\x74\x77\x33\x18\xeb\xde\xed\xee\xd6\xdd\x1b\x0b\x06\xa3\xbb\x1b\x04\xbb\xbb\xbb\xfb\xb7\xf5\x59\xd8\xfa\xbe\x3e\x27\xb2\x37\x7a\xb4\xab\x99\xfc\xb9\xc8\xaf\x7d\x0d\xe5\x68\x26\xba\x19\x41\x3d\x9c\x90\x5f\x0f\xd1\x5e\x87\x5f\xab\x4e\x07\x7c\xb7\x63\x4c\x93\x18\x8d\x1e\xf9\xba\x22\xc8\x7a\xfd\x7c\x15\x01\x1e\xb1\x24\x4b\xb7\xb1\x8a\xc0\x53\x03\x8d\xf4\xa3\xe4\xf0\x5e\x77\xc0\x1a\x1d\xda\x79\x14\x00\x0a\x6f\xb6\xf9\x03\x3f\x33\x57\x37\xa9\x18\x75\x09\x56\x75\x9d\x60\x59\x78\x83\x59\x01\xc5\x6f\x4f\xae\xd8\x09\xfb\x79\x20\xcb\x47\x99\x9b\xd7\xfb\x29\xcf\xb3\xfc\x2d\xcf\x48\x6a\xd8\xc9\xe0\x96\xfe\xfd\xcc\x20\xd2\x58\x4f\x28\x33\x11\x75\xac\xe3\x32\xb3\xb8\xb0\xa8\x35\x9e\x29\xce\x18\x6b\xec\x62\x9e\x89\x3f\x5b\x7b\x8e\xe5\x10\x5e\x54\x35\xcc\xd2\x6f\xf7\x36\x52\xd9\xb3\x3c\xf0\xda\x09\x36\xb4\x1e\xad\x5c\xcc\xfe\x65\xe5\x26\x7e\xce\xe1\x30\xb4\x7d\x97\xf9\xbe\xa4\x75\xdd\xd9\xbc\xe7\x28\xef\xf6\xd7\x3c\x79\xc1\x8b\x16\x1c\x2f\x22\x23\xa6\xe1\x22\xcf\x3a\x1e\x5f\xf3\x99\x37\x2d\x7c\x6d\xe5\x43\xee\xd7\xed\x4b\x0d\x1d\xdc\x17\x1e\x44\xad\x3b\xf7\xf2\xfa\x5a\x45\x3c\x77\xaf\x95\x49\xec\xc4\x6d\x05\x46\x7b\x21\xc5\x74\x62\x70\xd7\x26\x79\x44\x59\x66\xdb\x59\x19\xa6\x60\x6d\x73\x82\x54\x9c\x5e\x53\x3f\x20\xe9\x8f\x7b\x50\x7d\x5f\xfc\x20\xac\xcf\x74\x45\x3c\x27\xe0\x96\xbe\x56\xe4\xe0\x41\xd4\x6c\x14\x6e\x5c\x7f\x43\x1e\x27\x70\x5e\x3b\x5f\xb4\x91\xbf\x8e\x2e\xe9\x29\x37\xe8\x08\x1e\x9d\xa1\x7a\x47\x24\xa9\xf5\x65\x79\x63\x7e\x58\x13\x56\x3b\x37\xed\x61\xdd\x45\x35\x25\xce\xb7\x7a\xb2\xf2\x46\x98\x5b\xc5\x1f\x85\x53\x80\x50\x77\x5e\x96\xec\x91\xaa\xce\x92\xe4\xac\xff\x9f\x4c\x2a\xca\x5b\x5b\x2c\x44\x0a\xc2\x69\xf5\xdd\x17\x6a\x2f\xe1\x63\x3b\x2a\xaa\x6f\x96\xca\x5b\x83\xaa\x86\xf2\xf0\x8d\xc7\x4d\xa8\x34\xcb\x3a\x3b\xe3\xb2\x58\xad\x39\x5b\xd7\x15\xda\x56\x51\xa4\xb5\x0d\xb0\xd3\xb9\xa8\xd2\x3d\xac\x55\x23\xf2\x8c\xf5\x9f\xa5\x6f\x24\xa9\x6b\x9b\x05\xd7\x84\xbe\xb4\x6d\xdd\x82\x26\x7f\xdc\x93\x8e\xf0\xfa\x37\xa5\xb6\x2d\x5f\x6b\xc9\x79\x8b\x1a\x49\xe6\x3b\xa9\x27\x6b\xcf\x57\x3a\xc7\x46\x9a\xe7\x18\x8b\x43\x71\x15\xcb\x74\x64\xff\xdf\xe5\xb7\x35\x5e\x1e\x73\x55\x59\x8a\xd1\xf5\x3f\xa4\x7a\xa9\xf7\xda\x93\x02\xb6\xb0\x92\xfa\xb0\xdb\xaf\x6d\x0a\x4e\xd8\xfe\xbd\x19\x59\x72\xb6\xa5\xbe\xa1\x3b\xf7\x68\xe3\xaa\xda\x2b\xa9\x82\x5a\x94\xf9\x76\xec\x8a\xaa\x56\xd3\x91\xd0\xdd\xc6\x01\x03\xd5\xff\x45\x39\x56\x7b\xde\x63\x96\xf2\xad\xf2\xee\x86\x85\x52\x47\xe9\xab\xb5\x3f\x04\x8b\x85\x57\xc8\xff\x8d\x4b\x70\x69\x18\xf1\x48\x37\x7e\x57\xf1\x81\x81\x0b\x04\xdf\xec\xa1\x9e\x1b\xc4\xdc\x64\x6c\x47\x37\x69\x2c\x6a\xa2\x25\x84\x12\xba\x6b\x69\xbd\x9e\x36\xcd\x17\x30\x9b\xe8\xdf\x36\x67\x19\x63\xc0\xd9\x0e\xff\x34\x75\xb0\x93\x05\x57\x56\xcf\x2a\x24\x9f\x1e\x9f\x4c\x30\x63\xf0\x23\x9e\xc4\xc2\xe2\x9e\x81\x3c\xd2\x96\xec\xe6\x1e\x1c\xd9\x3e\xb9\xb0\x23\x92\x12\x1e\xf5\xa1\xf9\x25\xb5\x7e\xd7\xa2\xfa\x40\xba\x93\x2f\x64\x8e\x01\xae\x6f\x2e\x32\x2e\x00\xeb\x1c\x57\x6b\x10\x30\xc9\xa2\x51\x86\x67\xe5\x93\x1b\xc6\x00\xf2\x74\x4c\xec\xf0\x38\xb9\xa3\xd8\xd0\xff\x3f\x4a\x42\xb6\xa6\x67\x32\x75\x61\x72\x7c\xfb\x23\xda\xf4\xa8\xc7\xcd\x5c\xfa\xa6\x5d\xb3\xeb\xee\x03\x90\x2f\x54\x35\xc1\x78\xb5\x19\x65\x38\x04\xe1\x1d\x37\x6b\xac\xe1\xdf\x16\xa7\x64\x6e\xac\x6a\x72\xec\x1e\x22\x30\x05\x33\x63\xe8\x20\x10\x53\x1c\xdf\x3f\x09\xa8\xca\x4e\xee\xb6\x60\xac\x4a\xb6\x69\x9f\xce\xd8\x1f\xb5\xaf\xa9\x03\x14\x05\x7f\xae\x9b\x03\x11\x7d\x81\x2a\x37\x18\xb1\x19\x36\xcc\x66\x96\x3a\x16\xaa\xf1\x2c\x9c\xa5\x95\x54\xca\x16\x90\x5e\x8d\x12\x99\x91\xe8\xd6\xc1\x83\xcc\xb4\xa2\x5f\x7d\x53\x98\xb9\xd9\x73\xba\x1c\x98\x9c\xa4\xa7\x6d\x2b\x99\x27\xa3\x64\x8d\x87\x58\xf6\xc1\x97\x6b\xed\x59\x26\x5f\x42\x65\x0a\x7b\xd5\x66\xbd\xde\x9f\x5d\xed\x58\xab\xea\xe0\xd8\x58\x0a\x24\xa7\x39\xdd\x24\xde\x08\x8d\x3f\x07\xbd\x63\xe0\x1c\x6f\xa0\xa8\xaa\x77\x3e\x2f\x39\x6b\xb8\xd3\x8b\xb7\x22\xa9\xba\xd5\x95\xfb\x35\x2a\xbe\xe1\x36\xf7\x7e\x70\x5b\xcd\x0e\xee\x0d\x5f\x84\x09\xe2\xde\xde\xdc\xa5\x2b\xe3\xde\x72\xbc\xa3\x7c\xc4\xbd\x6c\xf9\x49\x32\x89\x7b\x9e\x78\x7a\xd8\x4f\x5e\x8a\x52\xf5\x1b\x65\xb5\x85\x9f\xba\xef\x4a\x8f\x66\x59\x76\x4c\x93\xbc\x4e\x5a\xd9\xfc\x57\x62\xbf\xfb\x79\x7d\x9f\x38\x37\x38\xbb\x7a\x9d\xc8\xec\x1b\x56\x91\x2f\xbc\xb6\xf9\x50\x79\x82\xe0\xbb\xd3\x5a\xc5\x65\xc1\x1a\xab\x52\xd1\x0f\xfe\x66\xc2\xef\xa1\x75\x7a\x52\xd9\x99\x3e\x75\xf9\xb7\x42\xff\xae\x47\x5a\x5c\x26\xa9\x7d\x8e\xfa\x4d\x22\xb7\x79\x86\x0a\xbf\xbb\xb4\xee\x90\xe2\x75\xd0\x3f\xb3\x9f\x3c\xc3\x77\xa5\x11\x92\xf6\x6f\x3e\xa3\xc5\x89\x5f\x38\x45\xcb\x7f\x8b\xac\xac\x0e\x8b\x36\x0b\xb6\x11\x36\x0e\x26\xd4\x58\x94\x2d\xe9\x3d\x6d\x5e\x52\xa0\xec\xb2\x31\xbd\xcd\xb8\xdc\x16\x6e\x3c\x90\xf0\xbe\x69\x87\x5e\x1a\xf9\xa6\x6e\x66\x79\x44\x50\x4d\x95\x4a\xfd\x7e\xdb\x2d\xc3\x79\x65\xee\xe6\x5e\xcd\x7e\x59\xbd\x13\x42\x9e\x28\x7e\xba\x76\xb1\x50\x2b\x5c\x86\x3f\x3a\x38\xa3\x61\x3d\x72\xa8\x97\x54\x7b\xb5\x60\x7b\xe7\x89\xea\xbc\x0c\x51\xeb\xcb\xca\x67\x09\xdd\x8d\x0f\x2a\xb2\x23\x47\x6a\xdb\xf5\x27\x83\x68\x55\xde\xe5\xf3\xb7\x1d\x31\x10\xd4\x8b\x36\xf7\x68\xb2\xe4\x77\x9d\x00\xd9\x77\x49\xf7\xda\x00\xa1\x9f\x10\x89\x47\x0c\x8c\x36\xeb\x90\x88\xde\xd5\x8d\x53\xf2\x7f\x77\x16\xd6\x25\x66\xc4\xb6\xb2\xab\x2b\x13\x98\x8d\xb8\xca\xb3\x91\xba\x5a\x7f\xe3\x9b\xa0\x82\xca\xf3\xba\x47\xdb\xf6\x1b\x26\x69\xd8\x9b\x0f\xab\x9f\x2b\x9e\x3a\x99\x65\x42\x69\xcc\x5a\xbc\xe0\x9c\xb0\x0a\x0b\x1d\x4c\xc1\xfb\x97\xb8\xed\xcd\x20\x4c\xca\x55\x8d\xc6\x11\x2e\xa7\xde\x1f\x5c\x4a\x7c\x18\x37\xab\xa7\x82\xec\x14\xbe\xb0\xfd\x0a\xa5\x2d\xf0\x64\xd3\x08\x2d\xdb\xeb\x73\x6d\x08\x10\xed\x32\x64\xa2\x82\xe9\xf6\x99\xe5\xce\x70\xce\x9a\x09\x39\x9f\x45\xc7\x12\x0f\x5c\x21\x12\x4a\x36\x8d\x3f\x23\x2d\xca\x55\x8f\x3c\x23\x8d\xa7\x3e\x1c\xe8\x20\xeb\xe3\xe6\xf5\xb8\x53\x5a\xc2\x97\xb5\x13\xa8\x5f\x02\x2f\x36\x65\xd2\x89\x5e\x7f\x6a\xbe\x30\xac\x5d\x0e\x9b\x5c\xc1\xa7\xf6\x0c\xed\x2b\xb8\xde\x62\x85\x3c\x8a\x85\xc7\xe6\x1d\x88\x21\x9f\x29\x59\x37\x8e\xa6\x84\xe5\x4a\x47\x28\x94\x73\xa9\x77\x07\xb6\x51\x09\x71\xb3\xbb\x8f\xd3\x92\xc3\x97\xb5\xcf\xa4\x13\x03\xaf\x36\x4e\x00\xe3\xde\x33\x6a\x0c\xe0\x06\x97\x4b\x15\xb7\xa0\x76\x7b\x9d\xb6\x92\x69\x6f\x11\x20\x9f\xce\xea\xc2\x7a\xef\xdf\x05\x70\x4b\x26\x8d\x95\x00\x03\xb9\xb8\x61\x0a\xf0\x32\xf5\x68\x7f\x24\x23\x39\x76\xa2\xeb\x09\xe3\x7f\xe1\x73\xda\x9c\xc0\x81\xc0\x6b\x8d\x6b\x20\xa3\xf7\xd2\xea\xe3\xb0\xc6\xe5\x7d\xc5\x32\x66\xb9\xfd\x79\xcd\x43\x96\xc2\x42\x27\x4b\x61\xeb\xb0\x93\xf6\x39\x32\x6b\x11\x17\xf6\xc4\x33\x2b\x72\x83\x86\x4a\x99\xca\xd4\xea\xbe\x10\x66\x73\xec\x9d\xce\xff\x98\xcf\xc2\x26\x5a\x5d\x59\xdb\x02\xcf\x36\xd8\xb3\xda\xbd\x2d\xcd\xf7\xd9\x6e\xae\xf3\x8d\x7e\xec\x51\x87\xd9\x9a\x85\x1c\x4f\x8b\x2f\x52\x39\x67\x0c\x73\x69\xef\x6a\xbe\x27\xa2\x62\x34\x8a\x77\x32\x77\xde\x60\x01\x2f\x3b\x15\xdb\x1b\xca\x5b\x19\x3b\xdc\xf1\x8e\xfb\x39\xec\x4e\x8b\x37\xf7\x7a\xe0\xfe\x7a\x37\xee\x19\xef\x75\x55\x5f\xb9\xd7\x5d\x9d\x0c\xb9\xdc\xdb\x0e\x3b\xd4\xfe\xdc\x9b\x96\x29\x92\x31\xee\x45\x8c\xc7\xd8\x47\xf9\x56\xc4\x82\x91\x85\xb2\xb8\x9c\xf2\x81\x15\xd2\xe2\xd4\x49\xdd\xbf\x25\xf2\xd8\xe4\xf6\x56\xf1\xb9\x30\x4d\xd3\x0f\xf1\xec\x40\x75\xed\x6f\x51\x8c\xb7\x4d\xe5\x31\x61\x85\x6b\xba\x7e\xb3\xe0\x92\x83\x51\x65\x29\x98\x69\x79\x4b\xdc\xce\xdf\x8a\x3e\xbe\xa7\x4e\x77\xba\x58\x39\xf4\xa8\x7c\x4b\xce\xfc\xbe\x7f\x1a\x7d\x0a\xaf\xeb\xa5\x7a\x55\xcc\x7f\x6d\x06\x65\x67\x98\x77\xe3\x27\x85\x47\x60\x7c\xed\x64\xd9\xb0\xf7\x3c\xd3\x39\xa9\xb3\x2b\x45\x17\x20\xe6\x39\x5c\x57\x6e\x13\x3e\xb6\x0a\x10\x5d\x17\xb8\xa3\x67\x8c\x1e\x32\xbf\x2e\xfa\x33\xf8\xaf\xf2\x70\xb6\xbe\x6f\x5d\x85\x24\x65\x49\xd7\x2c\x43\x69\x0c\xb3\x75\x48\x17\x11\xfa\xa4\xd1\x46\x6b\x1f\xb8\xb4\x26\x48\xf5\xc6\xeb\xa3\x69\xae\x42\xea\xca\x2d\x67\x48\xff\x39\x4e\x56\x88\xc4\x4c\x2b\x89\xc8\x5d\xf0\x0e\x55\x37\x8a\xab\xab\x2e\xea\x1b\xac\xa9\xf1\xc8\xce\xe9\x1d\xa9\x1a\x4d\x7e\xd4\x69\x32\x45\xc5\x24\xb4\xee\x32\xdc\x0f\x3d\xd4\x30\xaa\x43\x6e\xff\x5d\xfd\x48\x73\xc7\xeb\x75\x45\x9b\x6a\x99\xab\xac\x7c\x99\x7c\x8d\xa3\x85\x62\x83\xc4\xc3\xaa\x4f\x78\x47\xb8\x15\x15\x38\xba\xa6\x71\xb0\x08\x37\xb8\xad\x7e\x55\xb6\x7b\x6f\x70\x0d\x22\x79\x5f\xe7\xba\xaa\x43\x31\x5b\x5b\x4e\x98\x16\x84\x76\x37\x6c\x37\xa4\x6d\x9f\xa8\xc6\x96\xb3\xbd\xbe\x55\xb8\xaa\xf3\x5d\x3b\xb5\x26\xc5\x1c\xc7\x5d\xf2\x61\xc9\x71\xab\xa7\x42\xac\x10\x71\x73\x11\xf1\x29\x2a\xf0\xb4\x82\x54\x8f\x3e\xb3\xf7\x1e\xb9\x0c\x1b\xdd\x6d\x47\xd9\x80\x3b\x55\x5d\x4d\xf9\x46\x48\x56\xa4\x53\xaf\x11\xbf\x83\xd7\x69\x67\xc9\x5d\xc8\x49\xf4\xfb\x54\x61\x52\x2d\x63\x29\xbd\x74\xbb\x17\x48\x65\x64\x3a\xf2\xe1\xc9\x50\xc1\x8d\x10\xc2\x33\xdc\xba\x53\x37\x89\x7b\xf1\x49\x7b\x5d\x48\x46\x82\xbc\x0b\x22\xe3\x89\xe3\xd5\xf3\x28\xbb\x49\xff\xe4\xe7\xa8\x61\x94\x68\x30\x8d\x96\x44\xed\x29\x55\xd3\x01\xba\x5b\x52\x20\x70\x14\x18\x0a\xf8\x04\xfa\x83\x81\x8e\xa5\xd0\x6d\xe8\xc1\x75\x16\xfe\x29\xc9\xf3\xd4\x5c\xc2\x7d\xd2\x9f\x71\x0a\xf1\x04\xf9\x43\xe7\x51\xd2\x18\xe5\xa2\x39\x85\x3c\x48\x3d\x2a\xf7\xa4\xec\xa1\x9d\x60\xdc\xa6\xde\xa0\xdf\x2c\xb5\xa1\xcf\x07\xfe\x26\x3e\x01\x4a\x41\xfb\x80\x61\xc6\x67\x28\xdc\x31\x09\x6a\x80\x81\xab\x68\xdc\x2e\xb0\xf4\x84\x13\x3e\x1a\x6c\xdb\xd3\x42\x40\x82\xb7\x3a\x36\x13\xd1\x90\x6d\xe5\x04\x89\x09\xb1\x65\xd3\xc8\xb5\xd0\x2b\xe0\x31\xe5\x36\x9c\x55\xb2\x8b\xe6\x06\x9f\x4f\xf4\xa6\x37\x33\xbd\x03\xf2\x19\xb1\x4c\x95\x63\x3c\x64\xc1\xfc\xef\xf2\x3e\x4c\x1d\xef\xd5\x31\x13\xf6\x24\x4f\x37\xf2\x1b\xf7\x95\xb7\xa5\xad\x85\xb0\x8a\x7b\xcf\xa4\x26\x86\x71\x8d\x92\xd3\x24\x1e\x37\x8b\x7e\x87\x7c\x8b\x6b\x8b\x08\xa3\xc6\x71\x6e\x27\x18\x69\xf7\x38\xe2\x80\xe5\x40\x1d\x67\x8a\x63\x01\xc8\x67\xe3\x2e\xf6\xa3\xe7\x2b\x9c\x8e\xa8\x30\x49\xf2\x95\xc3\x51\xd8\x06\xd9\xdc\xd6\x95\xb8\x87\xd2\x05\x15\x9b\x08\x76\x12\x6b\xb1\x94\x08\x8b\x5d\x68\x97\x48\xaf\x44\x3e\xc5\x3e\x14\x9e\xd0\x26\xfe\x07\xcd\x4a\x30\xd3\xff\x22\xfd\x3b\x4f\xe9\x08\x33\x3e\x72\xfe\x9c\x7b\x5b\x76\xa8\x0a\x79\x68\x2d\xea\x87\x89\x3f\x70\x02\xe3\x69\x34\x34\x1d\xc0\xb2\xf4\x1a\xc3\x54\xdc\x9d\x72\x91\xb0\x99\x10\xa2\x21\x53\x3d\x88\xe7\x55\xc1\x45\x5b\xc8\x14\xf9\xf3\xf8\x45\x54\x0f\x69\xb2\x3f\x82\xbe\x41\x54\xea\xd8\xc0\xf0\xe5\x47\x9d\x09\x45\x42\x9d\x4e\xfb\x4b\xcb\x6e\xb5\x7e\xeb\x2b\x44\xbb\x35\x4f\x6d\x60\x63\x78\xf5\x2f\xcb\xbf\x62\x5f\xd4\xec\xe1\x9f\xc7\x17\x55\x21\xc8\x66\xe2\x24\xe3\x83\xc2\x19\xa4\x11\xdd\x82\xb8\x75\x14\x95\xea\xb5\xdf\xff\x68\x66\x59\xae\xe3\x10\x70\x58\x28\x39\xe5\x5e\x7a\x60\xdc\x6d\xaf\xac\x6c\xc9\x48\x7c\x4f\x3e\xaa\x70\x20\xb5\x4e\x87\xde\xd7\xe3\xae\x75\xc4\xae\x6f\x7f\xc4\xb3\xc7\xf5\x37\xa7\x92\xec\x09\x59\x75\x40\xfe\x73\xd2\xda\x2a\x97\x58\x04\x65\xba\x1e\xe3\xa7\xa5\x6d\x54\x6d\x70\x3c\x0c\x20\xc4\xf0\xc9\x92\x52\xd4\xe1\xe4\xf1\x53\xc8\x43\xfb\xe7\x76\x1b\x50\x8b\xf6\xe8\x6b\x2f\xa2\x4b\x06\xbf\x6b\x30\x98\xcb\xbd\xd6\x5c\x00\x97\xd9\x31\x85\xa8\x24\xcc\x6a\x62\xe5\x53\x89\xe7\x6a\x68\xb1\xf6\xe4\x61\xe3\x2b\x3f\x90\xfa\x44\x7d\xca\xf1\x36\xe0\x24\xd9\x74\xe2\x76\xa9\xed\x49\xee\xb8\x37\x92\x78\xe4\x61\xf7\xb4\xb2\xfd\x07\xa6\xd5\x06\xa1\xe7\x8d\x4d\x52\xbf\xc4\x10\x06\xfb\xb9\x93\xb0\xdf\x7a\x16\x10\x1d\xf1\x0d\xad\x5f\xf2\xdd\x89\x85\xf5\xfe\xb1\xb3\xc9\xbb\x4d\x6f\xfc\x78\x54\x58\x33\xe1\x34\x9f\x7e\x5c\x42\xbe\xe2\x49\x41\x97\xdd\x3d\xee\x46\x79\x83\xa6\x8e\xde\xa1\x52\x31\xff\xda\x01\xda\x7c\x1c\xaf\x72\x37\xad\x8b\xb0\x4a\xca\xa0\x27\x10\x4f\x03\x78\x60\x2e\x59\x55\x32\x1f\xb8\x43\x25\x27\x6e\x60\x9c\xa1\x23\x02\x12\xc1\x77\x0c\xaa\x63\x0c\xec\x0a\x55\x5e\x46\x90\x25\xd8\x9e\x63\xa5\x94\x15\xb8\x17\xa3\x1b\x28\xc3\x04\xe7\xb6\x6b\xd4\x7c\x62\x89\xa9\x8f\xb6\x86\xd4\x21\xf9\x1f\xed\x1c\x65\x29\xfd\x13\x5d\x47\x65\x22\x74\x00\x4c\x5f\x92\x70\x94\xc1\x05\xda\x02\x66\x81\xe3\x60\x8c\xa3\x17\x3c\x07\x5e\x78\xa9\x92\xa4\x23\xb6\x1d\xad\x25\x87\x90\x98\x23\x38\xf2\x04\x19\x6e\xb3\xa1\xf4\x53\x30\xa6\x79\x54\x2a\xb5\x48\x92\x45\xf3\xa7\x81\x74\x3a\x7d\x0d\xbd\x06\x61\x03\x2c\x03\xae\x27\xa4\x33\x5c\xc1\x85\xfe\x17\x40\x0a\x14\xed\x68\x09\xdd\x84\xeb\x2e\x0c\x12\x5e\x30\xf6\x1f\xbe\x4b\xec\x03\x67\x0d\x1d\x21\x29\xc0\xd8\x96\x46\x72\x36\x58\x6f\x3c\x4c\xf1\x81\x66\x8a\xbd\xa9\x36\x10\x8f\xc6\xa5\xd9\xc0\xb3\x8a\xa3\xe8\xfe\xb0\x36\x7e\x08\xa0\x30\x57\xfa\x53\x19\xb7\x99\x72\xc7\x85\x50\x26\x6b\xda\xb9\x07\x78\x14\x6f\xf1\x21\x3f\x42\x08\xf7\xf2\xe0\x02\xa2\x2b\x97\xd5\xbc\x8c\x64\xc1\xf5\x33\x64\x91\x97\x73\x67\x88\xa6\x50\x96\x72\x9e\x51\xf9\xd4\x8d\x9c\xc3\x45\x64\x5a\x2e\x47\x1f\xef\x43\x6f\xe7\xe4\xfb\x47\x30\x36\xb0\x7f\x3b\x06\x80\x47\xd8\x9a\x33\x77\xb0\x8f\xe5\xf3\x0f\xf8\xe3\x1e\xc9\x1c\xfb\x93\xf0\x1f\xa4\xce\x8d\x2c\xc2\x57\x49\xb8\xee\x03\x69\x96\x18\x25\x38\x45\x5e\x2d\xaa\xa5\x70\x29\xbb\x84\xa7\x0a\xb9\x54\x9d\xe0\x52\x5c\x1b\xed\x35\xff\xb2\xff\x02\x80\xcd\x63\x3a\x16\x82\xce\x5c\xcb\x53\xeb\x31\xd2\x4a\xc7\xbd\xa7\xb0\xbc\x8a\xa4\x9e\xdb\x38\x96\x81\x5e\xef\x87\xd7\xea\x0c\xda\x97\x84\x21\x6d\x0f\x6f\x82\xf8\x50\xbd\x8f\xf4\x99\xec\xa8\xec\x2e\xa0\x52\xc4\x72\x52\xec\x05\xda\x24\xe9\x4c\xbf\x3d\xf4\x6e\x51\xb8\x63\x15\x03\xc5\xcf\x3d\x2e\x44\x87\xb5\x53\xc7\xec\x30\xf9\x2d\xa4\x2e\x16\x96\xda\x58\x5f\x3b\x1f\xa7\xac\xeb\x53\x7f\xc6\x8f\x54\xb7\x73\x5d\x09\xdf\x2b\x41\x62\x29\x29\xc5\xb8\x3a\x3f\x8a\x7c\xaa\x9c\x1c\xf3\x8e\x9a\xa1\x62\xfa\x25\xd2\x57\xc9\xec\x1d\x47\x80\x37\x42\xf1\x51\x08\xa5\xd9\x13\x39\xba\x03\x5d\x3d\xa4\xef\x60\x62\x3a\xfa\x0e\x57\xdb\x63\x4f\x77\x9d\x54\xad\xc7\x7d\x6f\xab\x63\xcb\x08\x21\x4d\xdb\xf1\xdf\x88\x7d\xb5\xd2\xbc\x2d\xe4\xcd\x95\xe8\x18\x0f\xca\x65\xdd\x7d\xdf\x9f\xb4\x26\xe5\x55\xc7\x53\x80\x4a\x5c\x72\xa4\x15\xe5\x73\x30\x6e\x84\x86\x8e\xd8\xeb\xd9\xde\x8f\x49\x1d\x79\x65\xce\xc5\x92\x06\x68\x4a\x3c\xae\xa1\xfb\x04\xeb\x09\xfe\x43\xdb\x35\x7c\x21\x31\xbb\x11\xca\x3d\x42\x7a\x50\xdd\x1c\xfd\x95\xc2\x36\x46\xfa\x3e\xa1\x65\xab\x4b\x1c\x1f\x03\x31\x92\xc5\x47\xe6\x95\xbd\x3e\x5e\x3c\xfc\x00\xf5\xfd\xd0\xe7\xf6\x35\x98\x69\xfb\xc2\xaa\x2e\x60\x57\x8d\x62\x14\xaf\x70\x3b\x07\x22\x58\x48\xbc\xb4\xeb\x32\xee\x0f\xe1\x6b\xcb\xf3\x5c\x98\x44\xad\xcb\x8e\xbe\x46\x59\x6d\xda\xe9\xfb\x86\x3a\xa1\xd1\x3a\xad\xa4\xbf\x90\x64\x9c\x77\xa1\x2f\x2a\x93\x1c\x12\xd1\x33\xd1\x36\x83\x35\xf4\x6e\x4c\x6f\x73\x23\xb0\x1a\x17\x62\xb8\x0b\xa8\xf0\x2f\x44\x65\x8c\xc9\xc4\x0a\xea\x79\x86\x80\x5c\x5c\x74\x1b\x5c\x4e\x4d\x8c\xa7\x80\x47\xe8\xb1\xfe\x9e\x50\x03\x83\xe0\x70\x0f\xae\x87\x06\xcf\x65\xd3\x7c\xb0\xc1\x07\x4f\xd1\xf4\x38\x78\xe0\x1d\xed\x2f\xfe\x74\xd3\x5f\x3a\x99\xb8\xdc\xe0\x4f\xff\x45\x2a\x12\x3e\x04\x20\xf2\x45\x6a\x12\x63\x09\x35\xb2\x28\x8b\xb1\x97\xf6\x34\x7e\x12\xc8\x01\xc4\x7e\xaf\x21\x32\xb8\xcb\xe1\x10\xcc\x81\xad\xcf\x72\xa9\x25\x44\x9b\x03\x7f\xa9\xd7\x88\xff\x06\xb6\xd0\x12\xc8\xb3\x9b\xa2\x69\x67\x28\x33\xf5\x26\x7a\x16\x75\xb6\x30\x86\xfe\x3f\xda\x7a\xca\x2d\xa0\x82\x9e\x5a\x38\xc1\x48\x01\xea\xe2\x7a\x40\x37\xc6\x7b\xbf\x03\x90\x07\x14\xe6\x30\x04\xc7\xc3\x23\xa7\x4f\x91\xbb\x19\xcb\xf6\xa7\x51\x7c\x19\x88\xbe\x16\xca\x7d\xc6\x91\x86\xdb\x54\x00\x5c\xa1\x8b\xa5\x39\x82\x42\x81\x33\xed\x36\xb4\x88\xfc\x9c\x5e\x0f\xb5\x16\x3a\x03\x2c\x38\x22\x6e\x2e\x83\x0d\xbf\xf4\x2b\x06\x1b\x98\x34\x87\x5a\xe8\x11\x6b\xc1\xc9\xf3\xa4\x74\xae\xcf\xde\x56\xd2\x5b\xee\xdc\x9e\x97\x64\x1d\xe7\x64\x7d\x1c\x25\x82\x63\xd4\x7e\xa7\x2e\xe4\x90\xf9\x93\xa9\xb7\x38\x85\xa4\xf7\xb4\x51\x4e\x62\x41\x1e\xbd\x8b\x13\x14\x5b\x09\x8c\x70\x9c\xfc\x76\x31\x3e\xb2\x9f\x38\xdc\x81\x82\xd9\xa6\xe3\x37\x09\x0f\xa4\x13\x63\x83\x44\x83\xd4\xbd\xdb\x8e\x84\x94\x84\xd4\x1e\x20\x7b\x8a\x85\x9a\x4a\xca\x02\xd1\x49\xee\x65\xca\x2b\xd1\x7c\xe2\x67\xea\x5d\x61\x64\xbe\x98\xf6\x4c\x80\x8f\x5d\x4e\xff\xc1\x17\xfb\x2d\x62\x84\xf3\x32\x1d\x67\x80\x9d\x5c\xdb\xa3\x1e\x78\xa8\xe2\xd1\xe8\x76\x82\x8f\x71\x6d\xc7\x30\xe1\x87\x3e\xa9\x5a\x4c\xbc\x54\x5e\xa5\xaa\x25\x8d\x6b\xae\x72\xe6\x91\x7b\x55\xbf\x08\x04\xca\x3e\xe5\xec\x3c\x22\xf5\xae\xec\x63\x4c\x24\x7d\x81\xa4\xdd\xf7\x04\x40\x12\x2d\x77\x8c\x60\xfc\xc7\xcf\x3a\xa4\xc7\xf9\xb6\x1e\x1c\x6a\xc3\xaf\x68\x7a\xd9\x56\x88\x7f\xdf\xe0\x55\x55\x4c\x38\x5b\x4b\x54\x0c\x12\xf7\x9b\xd5\xac\x38\xd2\x09\x13\x1f\xf7\x91\xfc\xd2\x10\x96\x1b\x4b\x5d\xa3\x3d\x1b\x4d\xa1\x21\x54\xd3\x7c\xf1\xf4\x3b\xd2\xbb\x8e\x64\x46\x8e\x90\x72\x40\x8f\x55\x8c\x64\x0d\x1c\xc6\xa5\x0c\x5c\x6a\x29\xc0\xdb\xf5\xae\x33\xb1\x09\xd3\x3b\x93\x64\x6f\x89\x93\x5a\x93\xe0\x7e\xd2\xb2\xc6\xd5\x58\x11\x39\xb8\x46\x95\xe3\x45\xe1\x9b\xaa\xa3\xc6\xa9\x8f\x74\x3b\x7c\x97\xd3\x11\x4a\xbc\xa3\x08\xf8\x2d\x0e\xd9\x3f\x82\x75\xdb\x1f\xd4\xff\x11\x37\x69\x2c\xa1\x59\x8b\xbb\x34\xec\x5e\x31\x8a\xef\xed\x7b\x2b\xf3\x20\x74\x74\x95\xc0\xb3\x89\x07\x5a\xab\x30\x5f\x49\xef\x1b\x08\xd9\xa7\x28\xee\xe6\x13\x51\x0c\xaa\xc6\x50\xb3\xed\x37\x7d\xad\xea\x97\x63\x1d\x30\x2e\x7e\xbd\x7f\x3e\xe6\xde\x51\xff\xfe\x18\x6c\xf7\x81\x5f\x4d\xdf\x70\xf0\x38\xb3\xc2\x16\x9f\x32\x7c\x51\xda\x49\x88\xe8\xbb\x01\xa9\x88\xe9\x9d\x12\x8c\x8a\x24\x6a\x3e\x93\xcd\x23\x9f\xa9\x25\x46\xa5\x52\x37\x56\xc8\x7c\xa7\xd0\x46\x35\x6b\x1d\x6f\x00\xf1\x12\xcf\x23\x17\xe1\x87\x65\x6b\x47\x5e\xc0\xe3\xa8\xae\x8e\x77\xb0\x1e\x13\x5f\x5d\x03\x9b\xb1\x37\x55\x1a\xb8\x0f\xcf\x64\xbf\x81\x0f\x13\x37\x11\xd6\xc1\xff\x91\xa7\xe4\x2d\x86\x7f\x52\x7e\x46\xd7\x33\x37\xd0\xa7\x6e\x33\x31\xe5\x8c\x70\x7b\x01\x6b\x06\x34\x70\x64\x29\xf4\x05\x53\x37\x12\x00\xbd\xc6\x3e\xe8\x88\x80\xae\xe0\x03\xcd\xff\xa0\x4f\x04\x48\xf9\x0d\xb6\x22\x5e\x65\xe7\xc2\x41\xe4\x9d\xf8\x2e\x98\x4e\x39\x9d\x6b\x86\xdb\x69\xb4\x68\x37\xf8\x33\xe0\xba\x2d\x8a\x59\x0a\x2e\xb6\x47\x30\x3f\xc1\x4b\x0f\x47\x41\xf3\x09\xa1\xc3\x22\x68\x2d\xd1\xab\xbd\x0a\x5a\x4c\x4a\x32\xc7\x42\x11\xe4\x1d\xca\x14\x48\x44\x89\x63\x5d\x82\xf6\x51\x01\xbc\x07\x3c\x99\x36\x9e\xeb\x0f\x87\x02\x96\x51\x0f\xe1\x4e\x06\x7f\xdb\x5a\xa6\x3b\x34\xcd\x3e\x99\x79\x1e\xae\x39\x98\xc4\xd0\xd0\xc9\x83\x7b\x18\x43\xf4\x7f\xad\xb7\x19\x17\x81\x92\xca\x8b\xe0\x52\xe0\xa5\x62\x3e\x58\xc8\x60\x32\xfb\xc0\x01\xd0\x06\x17\x04\x2d\x06\x2f\xe7\xb0\x20\x3a\xd4\x18\x15\x07\xcf\x80\x51\x3e\x17\xe1\x76\xa6\xa3\x7d\x34\xb3\x80\xf9\x7e\xff\x49\x60\x39\x1b\x1a\x88\x05\xb2\xd9\x40\x4b\x32\xd0\xcc\x2e\x34\xe1\x80\xbf\xec\x38\xd9\x75\x46\x21\x3b\x1a\xae\x61\x9c\x64\xa7\x60\x33\x41\x7f\x36\x22\xfb\x12\xd8\xc5\xe6\xee\x7e\x04\x45\xb2\x55\x3e\x43\xd0\x5f\x36\xcb\x5e\x02\x9f\x61\x93\xf6\xbe\xa5\xcf\x91\x38\xf7\xa1\xe8\xbb\xc5\x50\xd3\x19\xba\x49\x74\xa9\x62\x26\x30\x45\x64\x23\xd5\x03\x74\x21\x00\xf1\x81\xf7\x82\xfb\x18\x1c\x83\x2c\xd8\x9e\xbd\x9a\xf1\x9e\xaf\xdd\x4d\x03\x15\xbc\x2b\x3e\x15\x50\x12\xf7\xad\xfd\x29\x78\x23\xe7\xf7\x58\x2c\xb5\xd8\xe0\xd2\xe3\x41\x3d\xa1\x3b\xdf\xc0\xa3\x39\x95\xa7\xe9\xdf\xd1\xea\x35\x7b\xc4\xfd\x74\x27\xf5\x0a\xc6\x4d\xfa\x90\x12\x87\x9e\x0e\x24\xc8\xfb\xb3\x96\x01\xff\x49\x9f\x44\xde\x67\x98\xc4\x77\x7c\x78\x20\x4a\xa8\x74\x08\x87\x42\xf9\x0e\x23\xbf\x29\x29\x4d\x35\x9d\x03\x94\xa1\x86\x85\x75\xc9\xd4\xe5\xb5\x2d\xe5\xcf\xa9\xa6\xea\x59\xc2\x5b\xb4\x8d\x95\x29\x80\x1b\xed\x94\x51\x5e\x56\x45\x07\x74\xfa\x8c\xe7\x80\xab\xa6\x34\x72\x3e\xf0\x45\xf1\xcd\xc7\x89\x71\x53\xea\xec\x80\x04\x0f\x0b\xd7\x0f\x9d\x23\x4b\x06\xd4\xed\xb7\xc8\x6f\x7a\x73\x6a\xd2\x28\xb1\x5d\xd3\xb4\x53\x28\x77\xda\x88\x82\xd5\x54\x62\xd3\x30\xad\x8a\xb6\xba\xee\x38\x32\x80\x76\xcd\x2c\x4f\x7f\x4c\xaf\x30\x7e\x8d\x88\x05\x48\xda\x4f\xde\x67\x18\x05\x0a\xad\x03\x0c\x26\x8b\x9e\x0d\x4e\x90\xb7\x8d\xb9\xb7\xcf\x23\x57\x0e\x57\x57\xf3\xc9\xbf\xfb\xaf\x6b\x7c\x29\xc2\xee\x6b\xfc\x5c\xaa\x55\x7b\x15\xf5\x0b\xf5\x68\xb3\x75\x69\x0f\x8d\x55\x17\x99\x8e\xa5\x47\x54\xfe\x8b\x98\x05\xac\xd7\x6f\xf5\xee\x63\xac\x51\xcd\x77\xd0\x81\x0b\xc4\x82\xc1\x04\xd2\xa7\x03\x5f\xda\x4a\xc8\xd1\x7b\x17\x9a\x9f\x90\xdb\x47\xde\xaa\xeb\x29\x9b\x06\xe4\xbc\xab\x94\xfd\xdd\x2f\xa8\x74\x6a\x6e\xdb\xbb\xd2\x30\xda\xaa\x46\x69\xfa\x1a\xda\xd3\x6a\x55\xf8\x63\xfa\x11\xe3\x62\xef\x01\x60\x50\xbd\xde\xe1\x18\xa3\x59\x7c\x79\x74\x1f\xef\x0b\x12\xe8\xba\xc3\x23\xa1\xd6\xd4\xa3\xb9\xdf\xd1\x03\xba\x57\xdc\x4a\x6c\xa8\xa8\x9f\x1b\x82\x9b\x00\x9e\x73\xde\x12\x86\x50\x8b\x38\x66\x52\x79\xc6\x00\x27\x82\x62\x88\xc8\x60\xff\xa3\x75\x79\x29\xd8\x77\x19\x73\x6c\xaf\xb3\x4f\x42\x9a\xd1\x25\x3c\x37\xf4\x89\x2e\x5f\xee\x18\xd6\xad\xee\x1a\x37\x12\xa7\xd4\xa5\x73\x27\xe1\x6f\x8b\x9c\x39\x07\x88\xc1\x00\x96\x43\x25\xed\x29\x6b\xe7\x78\x51\xa2\x32\x0a\xd9\x3f\x68\x53\x22\x96\xb0\x4f\xd2\xcf\x78\x15\xb0\x47\x18\x67\x6c\xcf\xb0\xfb\xa1\x77\x23\x59\x5c\x3c\xde\xab\x53\xc9\x9d\x42\x40\xd6\xb9\x73\xcc\x44\x4d\xf9\x5e\x4e\x09\x49\x2a\xac\xe2\x6c\x25\xb7\xd1\x3f\xb0\x7f\x51\x1e\x94\x05\xb0\x4f\xd3\x36\x67\x2c\x63\xd7\xd1\xab\xc2\x2f\xb0\x79\x8c\xa5\x5e\x3b\xd8\x6c\x70\xc8\xf6\x0c\x5b\x02\x93\x87\x8e\x71\x16\xd0\xe2\xdb\x7f\xb1\xc7\x68\x4f\x6b\x3a\xd9\x44\x3a\x5a\x5b\xca\x8e\x00\x26\x09\x28\xec\x8d\x40\x3b\xed\x2d\x7b\x1a\xa3\x08\x59\xc4\x7a\x05\x6e\x49\x47\xb1\xee\x43\x53\xc3\xfd\x59\x6f\xa1\x47\x5b\x7f\xb2\xfe\xc2\x27\x6c\x2f\xb0\xed\x98\x07\x06\x2d\x58\x2a\xe6\xdb\xb6\x74\x56\x26\xf3\x5f\x75\x20\xcb\x85\x35\x4f\x63\xcd\x72\x60\xad\xe1\x27\xb1\xe6\xb3\x5c\xa8\xef\x59\xb3\x59\xd9\xa5\x4a\xe6\x37\x96\x2c\xed\x0a\x6b\x39\xeb\x78\xd8\x6d\x96\x1f\xeb\xdd\xd6\x17\xac\x2c\xf6\x42\xbb\x59\x2c\x35\xdb\xa3\xbf\x92\x19\x2b\x5a\xd6\xf2\x92\x19\x2b\xec\xa9\x1a\x61\x86\x08\xdd\x55\xa3\xcc\x40\x41\x33\x6f\x19\x73\xa7\xc0\x96\x72\x8d\xb9\x93\xdf\x57\xd2\xc0\xdc\xcd\xf7\x4f\xb3\x67\xe6\xf3\x06\xc2\x24\x4c\x88\x67\xb1\xf5\x3e\xb3\x97\x8b\xb0\xcb\x66\x3e\xe7\xf4\xf7\xfa\x42\x2f\xca\xaf\x34\x99\xa1\x0f\x5a\x85\x49\x0c\xbd\xd5\xec\x54\xec\x81\xbe\xa8\xae\x70\x76\xc3\xd3\x95\x79\xe4\x1d\xf0\x6a\xf9\x7b\x44\x2c\xec\x23\x2b\x4d\x75\x82\x0b\x24\xe3\xa1\xaf\x60\xad\xe8\xc5\xd6\x7e\xf8\x9a\xe0\xa9\xdd\x38\x73\x09\xef\x54\x57\x03\xf8\xaa\x9e\xdb\xb0\x1b\x7c\x5d\x1b\x6e\xc4\x82\x1f\xaa\x67\xca\x4e\x80\xff\x2a\x5b\x58\x52\x68\x55\xc5\x16\x62\x0f\xe4\xaf\x6f\x2d\xfa\x0e\xa1\xb4\x5f\x52\x2c\xa1\x66\xf5\x94\x50\x4f\xe8\xa5\xfc\xca\x56\x02\xbc\x59\x92\x63\xf7\x13\x26\x0b\xf6\x76\xf4\x83\x71\x3d\x87\xeb\x0a\xc0\x9d\x9d\x37\xf5\x12\x30\xac\xed\x84\xe4\x2f\x98\xdd\xcc\x84\x5f\x80\x50\xc3\x7c\x82\x37\xd8\x5c\x53\x5a\x38\x02\xde\xad\x64\x27\xaf\x84\xac\x0d\xee\x21\x64\x08\xa5\x91\x6d\x5d\x09\xed\x95\x57\xda\x2f\x82\x27\x8b\x10\xed\xc7\xc1\x79\x43\x7f\x6b\xe5\xe0\x94\xfe\x83\xba\x7d\xe0\xd4\x9e\x68\x49\x20\xb8\xb2\xc3\x0c\xfb\x80\x1e\x2d\x23\xf8\x4a\x30\xb3\x41\x56\xb8\x05\x54\xd7\x2c\x48\xea\x02\xaf\x9b\x56\x84\x38\x42\xf6\xe5\x03\x9e\x3f\x20\xa2\x72\x9a\xbd\x03\x34\x22\x9e\xde\x3e\x83\x71\x71\xbc\xb8\xe6\x21\xe3\xc8\xc8\x2b\x9d\x25\xe3\xc0\xa0\x83\xb8\x83\x71\xa6\xd7\x02\x1a\x64\x3c\xee\xb8\x88\x77\x04\xa7\xb4\x38\x17\x5c\x01\x3d\xea\x1d\x93\x0a\x40\x72\x95\x62\xd7\x6f\xf0\x90\x1e\xf2\xfc\x0e\xcd\x51\xad\xb2\x8f\x81\xa2\xc5\x49\x5d\x56\xd2\xcb\xa5\x8f\xea\x8f\x49\x9e\x97\xc9\x8c\x91\xe2\x8f\x68\x1f\x99\x51\xec\x88\xb9\xce\xda\x29\xca\xc6\x89\x89\x25\x42\x11\x21\xb5\xa8\x5c\x30\x40\x0a\x4a\xfa\xcd\x7f\x4c\x49\xdc\x75\x86\xbf\x94\x86\xf2\x88\xe6\xa5\x00\xf7\xd6\xcd\xe0\xd6\x40\x40\x27\x4d\xba\x02\xed\x51\xbf\x55\x12\x80\x91\x1a\x8e\x88\x53\xb0\x7f\x65\xd6\x22\x23\x3e\x85\x79\x5d\x78\x8f\x70\x99\x38\x45\xb8\x8a\xb4\xbb\xc8\x4f\x90\x4c\x7e\x9d\x74\x86\x6f\xa4\xf6\xec\x32\xf0\xee\xd3\x01\x0f\x6f\xde\x16\x86\x66\xdd\x22\x2e\x1f\xba\xd0\xf1\x48\x92\x8d\x6b\xa8\x33\x8b\x8d\xf8\x3e\x83\x9b\x68\x2f\xe1\x9d\xd4\x20\x9a\x4f\xfc\xc4\xcc\x10\xe6\x91\x2d\x09\x7a\x41\x2b\x25\xa7\xf0\x01\xff\x03\xf5\x40\x92\x9e\x1f\x4c\xf7\xdc\x55\xc0\x33\x03\x83\x1e\xb6\xdc\xdf\x20\x71\xdd\x3a\x6e\x06\x1c\xdf\x4e\x10\xaf\xa0\xfa\xd4\xee\x10\x65\x53\x1f\xe9\x5e\x09\x5b\x69\x52\x09\x49\x38\x93\xee\x0a\x67\x0a\x50\xf4\x57\xf8\x21\xfe\x11\x60\x6f\xa1\x2d\xdf\x82\xd1\x98\xb4\x9c\xa7\x06\xe1\xe0\x9f\xbc\xd9\x10\xca\x63\x26\x17\x80\xe9\xeb\xe2\x38\xaf\x98\xe6\xd6\x8f\xc2\xeb\x30\x50\x33\x49\xb8\x11\x1e\x2f\x17\x08\xc4\xf0\x33\xb1\x3b\xff\x3b\x73\x3a\xb4\x83\x8f\x61\xfa\xe0\xf6\xf2\x6e\x31\xb9\x05\xf1\xbc\x10\xe6\xcd\x44\x29\xf7\x3c\xcb\x3a\xb8\x8f\x9b\xc0\x2a\xf2\x98\xcd\xb9\xc8\xea\x5e\xd7\xc2\x09\x67\x4f\x6b\x49\x16\x74\x0b\x12\xcc\x31\x82\x35\xfc\xdf\xda\x55\x7c\x0e\xbf\x56\xf8\x1f\xef\x2f\xdf\x13\xb4\xe0\xb1\x79\xd7\xb1\x63\xdc\xdf\x3c\x59\x3e\x9d\x0b\xf0\x82\x12\xbe\x73\x67\x73\x9f\x06\x63\x38\x15\x5c\xaa\xc7\x12\xce\x6a\xce\xff\x6c\xa7\xb1\xcb\x39\xa8\xc6\x3d\xfc\x3c\xcd\xf4\xca\x2d\xbc\x33\x6a\x47\xf5\x02\x5e\xa0\xca\x59\x30\x87\x7b\x4a\xf1\x06\xa0\x72\x93\xe5\x1d\x98\x50\xce\x53\x19\x26\x2f\x88\x43\x94\xae\x4d\x98\xc3\x59\x2a\x6e\x08\xba\xc2\x1e\x14\x4d\x77\x7f\xca\x0e\x12\x04\xdb\xee\x66\x9d\xe4\x11\xeb\x1f\xf1\x76\xd5\xe4\x55\xcc\xe6\x9e\x30\x6f\x57\x2e\xe6\x26\x56\xe6\xf0\xbc\x38\x4f\x2b\xb6\xd1\xae\x72\x68\x86\xa9\xa8\x4b\x9c\xc5\xe5\x63\xb9\xd3\xd8\x3d\x9a\xa8\xf8\x85\xec\x6c\xa5\x3e\xc8\x81\x3d\x47\xd6\xea\x6e\x66\x35\x8b\x25\xb6\x24\x96\xbb\x20\xb4\xf6\x2a\x97\xd9\x31\x62\x48\xe5\x3a\xb4\x6d\x90\xef\xe6\x9c\x6c\x26\x70\x34\x9c\xcc\x06\x12\x35\x85\xfd\xa9\x36\xae\x0c\x62\xab\xaa\x7e\x64\x3f\x63\x6f\xae\x28\x8e\xb3\x60\x3d\xd6\x95\xec\x2c\x65\xa9\xd5\xab\xdd\x83\x59\x2e\x32\x83\xad\x84\x39\x26\xbc\x55\x3b\x8b\x9b\xd6\xb7\x4f\x6f\xe4\x7c\xee\x3e\x2f\x93\x72\xd4\x1d\xad\xec\x87\x9c\x75\xad\xe1\x94\x11\xf6\x48\xe3\x28\xf2\x3d\x3b\xae\xf6\x51\x36\x9a\xf5\xa1\x6a\x7f\xec\x08\xab\xda\x68\xbd\xd3\x82\x15\xa9\xb5\x75\xb7\x65\x3e\x93\xbf\xb3\x35\x33\xd1\x22\x62\x0d\x82\xeb\x33\xfc\x43\xf7\x9d\x73\x72\x60\x8f\xf4\x7f\x9c\xd4\x5e\x1f\x76\x22\xfb\x51\xa7\x90\xe2\xc7\xc6\xb6\x1a\x91\x7c\xf6\xe4\xc6\xa8\xec\x95\xac\xca\x9a\xf6\x58\x02\x2b\xc8\x44\xdd\xf1\x9a\xf9\xaa\xfc\xba\xbb\x15\x13\x56\xfc\xb4\x3d\x0a\xff\x13\x9d\x36\x75\x19\x7c\x4a\xef\xa8\xf7\xeb\xd4\x65\x38\x91\x87\x76\x02\xf5\x1d\x3a\xa9\xc1\x62\xd4\x84\x8b\xaa\x07\xb8\xdd\x88\x62\xa5\x37\xc1\x26\xc3\x49\xce\x23\x59\x45\x91\xa4\x07\x29\xbe\x01\xef\xc4\x6f\x69\x04\xd7\x4e\xd1\x42\xe0\xef\xda\x8b\x02\x07\x68\xd4\xb4\x46\xaf\x44\x1d\x56\xef\x2c\xff\x88\xb1\x13\x9e\xd6\xe6\x61\xe9\x10\x52\xfd\x02\x77\x85\x40\x57\x95\x12\x12\x10\xab\x14\x17\x88\xcf\xd3\x9f\xcb\x1d\xc9\x75\x51\xe1\x52\x02\x95\x12\x70\x41\x3c\x4c\xcf\x71\x6d\x17\x3e\x67\x18\xd6\x3e\x13\x4c\x87\xbe\x55\xc0\xba\x17\xd8\xf3\xaa\xbd\xe5\x09\xb8\xbf\xc2\x24\xcd\x19\x82\x2d\xf8\x4b\x5d\x48\xdc\x46\x58\xa5\xfc\x40\xa2\x17\x1f\x55\xe4\x90\xaf\xa5\xd7\xc8\x0e\x51\x13\xa3\x56\x49\xad\x69\x0f\x02\xfa\xc4\x04\x00\x72\x6d\x11\x76\x81\x79\x6b\xff\xf2\x6f\xc2\x48\x23\xa2\xbc\x9a\xfc\x51\xd9\xae\xdd\x4c\xd9\x23\xd8\xad\x3e\x47\x45\x83\x8b\x54\x25\x34\x27\xfc\x6e\xc5\x1f\xda\x9f\xe2\x45\x72\x90\xfe\x3e\x7d\x8e\xf4\x0d\xf0\x63\xf7\xb8\x24\x9f\xf1\x25\x80\x23\x3a\x0b\x4d\x73\x1d\x12\x2e\x86\x77\x58\x27\xf2\x43\x99\x3a\xc3\x42\xad\x19\x4c\x55\xe0\x35\x76\xe0\x0d\xbe\xb5\x6a\x2f\xb4\x99\x31\x55\x59\x04\x01\xb8\x5c\xc5\x4c\xe8\x46\xd1\x4e\x59\x39\x1c\x95\x96\x23\x5d\x0a\x5f\xd9\x1d\x22\x6e\x60\xee\x0e\xd8\x29\xb2\x61\x1e\x77\x1d\x13\x90\x58\x49\xd6\x8d\xbc\x7e\xd6\x7b\xdd\x23\x0d\x9a\xab\x95\x6f\x51\x2f\xe5\x02\xdc\x57\xca\x83\xdc\x08\xfa\x6b\x05\x81\xbb\x02\x8b\x94\xaf\xe5\x7c\x2c\x44\x4a\x47\x39\x4f\x52\x3b\x24\xc1\x9c\x5b\x91\x17\x44\x0f\x39\x07\x02\xe6\x0b\xcb\x38\x55\xae\x27\xf8\x47\x38\x78\xeb\x1f\xbc\xa9\x9c\x48\xed\x23\xb5\xbf\x22\x5f\x9a\xaf\xbc\x2f\x3f\xc2\xf1\x55\xc8\x65\x3f\x69\x85\xf2\x70\xd9\x0c\xcc\x22\xe9\x1f\xe9\xd2\x02\x3f\x49\x93\xc4\x3e\x65\x40\xbc\x43\xbc\x31\x72\x85\xf0\x95\x68\x8e\x7f\xbd\x80\x25\xb8\xe8\x3a\xca\x7b\xca\xe7\xdb\xc4\x70\x3d\x78\x9b\x34\x76\x2a\x07\x53\xa6\xb8\x49\xf1\xdc\x78\x93\xa5\x91\xb7\x1b\x7c\x28\xf7\x65\x48\x1d\x1e\x35\x24\xb5\xd5\x9a\xf3\x67\x88\xaf\xab\x47\x93\xbb\x45\x90\x72\x38\x22\x46\xe8\x26\x27\xfb\x5b\xf3\x2f\x4a\xa7\xb9\xca\x78\xfe\x22\xc0\x86\xc5\x51\xf3\xaf\xaa\x92\x94\x83\xcd\x6b\x84\x9f\x14\xb9\x0d\x87\xe0\x09\xf9\xf2\xba\x28\x72\x81\xf4\x56\xf5\xbe\xb2\x7c\x89\xbe\x6a\x7e\xee\x6d\x71\x6c\xc5\x96\xa4\x5e\xe1\x1f\xbd\x6d\x38\x4d\xd0\xad\x19\xf0\x63\xf0\x23\x15\x7f\x5d\x77\x70\xc7\xa5\x9b\x6d\x2a\x38\xf3\x84\xee\x4a\x8d\x32\xa9\x83\x28\xdc\xaa\x58\xde\x7a\x1d\x0e\x92\xdd\x6a\x9e\x4d\x3a\x20\x35\x35\x58\x23\x2f\x48\x92\x6a\xe7\xe4\xa6\x89\xe7\x55\x8d\x27\x05\x0b\xf7\x56\x6c\x08\xb7\x12\x20\x74\x4e\x7e\x9e\xbc\x7f\xaa\xab\xae\xf6\x5c\x8c\xac\xd8\xa6\x93\xbd\x57\x78\x40\xf1\x5e\xf1\xa3\x77\x91\xc0\x24\x3f\xdb\xe5\x0f\xf5\xca\x8c\xed\xae\x24\x5f\x69\x42\xf3\x77\x64\x96\x64\x46\x83\x22\x67\x42\xb4\xb7\xe6\x7a\xe2\x57\x21\xa2\xf2\x52\xd8\x03\xc1\x2c\x43\xa8\xdf\x2c\x5e\xa5\x26\xc7\xd5\x86\x3b\x4d\x9e\x6d\x73\x89\x1d\x25\x5a\x2d\x7c\xd7\x70\x1b\xb9\x94\xf9\xa5\xae\xa4\xac\x92\xda\x58\xfd\x17\xbd\x05\xc3\xaf\xaa\xc1\x1c\x2d\xfc\x64\x72\xc6\xb1\x33\xe6\x1b\x94\x84\xbc\x58\xa8\xfc\x0a\x09\x17\xdc\xa1\xfe\x48\x31\x7b\xcf\x55\xbc\xa7\xbd\xde\xe8\x28\x3d\xc4\x90\x5b\xde\x12\x91\xe0\x64\x61\x5d\x83\x2b\x6a\x98\xd9\x51\x7b\x06\x33\x93\x9a\x5d\x5d\x8a\x2d\xc3\xec\xaa\x5a\x85\x3b\x55\xb8\xa7\x62\x84\x10\x9d\x7e\xcf\x60\x47\xfc\x16\x9b\x54\x4e\x20\x9f\x0d\xd6\xaa\x1b\xa8\x7d\xde\xd3\x14\x7d\xf4\x81\x8d\xde\x52\x05\x38\xd9\xf2\xa7\x68\x37\x4c\x13\x86\xd5\x0b\xb1\x10\x33\xb9\x76\x13\xce\x4c\x9d\x6b\xbe\x84\x3f\x8f\xfe\x59\x59\x4e\xf8\x5e\x48\xab\xf0\x23\x45\xa4\x37\xea\xfb\xc8\x07\x62\x9d\xca\x67\x50\xd3\x82\xa9\xea\x30\xda\x37\xaf\xdf\x0a\x04\xd0\xb3\x31\x54\x1a\x05\xf6\x5a\xd9\x89\x16\xc3\x97\x05\x98\x3a\x26\xd9\x17\x96\xd4\x58\x51\x26\x51\xa2\xab\x1e\x50\x0e\xa3\xe3\x4d\x95\x54\x55\xc1\x7f\xc6\x60\x1a\x9c\xee\xa4\x3b\x46\x57\xc4\x1c\xd5\x3a\x00\x63\xc1\xbe\x2a\x2e\xe3\x8a\xd7\x5b\xf9\x38\xf8\x7d\x63\x81\xa4\x07\x46\x58\x31\x84\x30\xf3\x39\x1f\x5f\x1b\xcd\x98\x04\x75\x56\x2f\x64\x70\xc9\xc5\x95\x57\x18\x6f\x50\xfc\x0a\x23\x98\x52\xe0\x65\x88\x04\xef\xa4\x29\xcb\xaf\x43\x60\x4c\x88\x26\x08\x76\x0b\xfa\xa0\x1c\x80\xaf\x7b\xdd\x92\xfd\x65\xb2\x36\x72\xc5\xbf\x58\xf1\x56\xb7\x04\x97\xd8\x1b\x79\xc9\x35\x99\xec\x14\x50\x67\x9e\xc3\x2e\x23\x91\x4c\x37\xd8\x59\x65\x9d\xc6\x06\x76\x56\x3e\xa8\xcf\x64\x63\x53\x5f\x69\xff\xc7\x36\x46\x1f\x50\x17\xb3\x4f\x07\x99\x15\xff\xb1\x3f\x7b\x1d\x94\x05\x71\x96\x6d\x6c\x13\x87\x71\xb6\xaf\xf5\x12\xac\xe3\xa0\xb8\xcb\xcd\xff\x49\x0b\x19\x45\x95\xc7\x25\x67\x89\x5e\x15\x4d\x12\x27\xa4\xdc\x40\x15\xd3\xf3\xb8\x3a\x4f\xd1\xc5\xd4\x65\x9a\x1b\x22\x97\xe8\xe5\xaa\x74\xa1\x20\x68\xa3\xfc\xa9\xe0\xa0\x97\x52\x1a\xce\x7f\xb2\xf1\x80\x28\x85\x3f\x6d\xad\x9e\xbf\x83\xb7\x92\xcd\x31\xaf\xd4\xaf\xa0\xbf\x34\x5d\x2e\x6f\xc4\x7f\x33\x8e\x6b\xf3\x4a\xcb\xf4\x4a\xf5\xff\x72\x39\xe5\x71\x2a\x46\x8a\x87\xfa\x97\xe2\x5b\x54\xa6\x52\x2a\xcf\xd9\xd9\x24\xb7\x90\x6a\xbc\x76\x49\x44\x62\xf3\xc6\x31\x61\xad\xd0\xbc\xf6\x01\x4f\xcc\xe7\xb3\xa6\x56\x05\xd6\x7a\xd2\xd4\xa6\x0d\xd5\x59\xb8\x1a\xe3\x82\xaa\xfc\x92\xcd\xba\x17\xa6\x6d\x39\x68\x6d\xb7\xe1\x67\x72\xa0\xba\x48\x57\xb1\x5b\xa3\xf8\xa7\x9d\xbf\xe3\xb7\x4c\xaa\xda\xb4\xf5\xb8\xf8\xa3\x7c\xe1\x46\xb9\x70\x81\xf8\x93\xf5\x02\xee\x4f\xc1\x08\x33\xb1\xf2\x6b\x93\x25\xf5\x7d\xc5\xa3\xfa\xff\xe1\xa6\x1a\x8e\xd6\x9a\x10\xcd\xba\xaa\xea\xb5\xd9\x9f\xb5\x79\x95\xbc\xa4\x1b\xea\x55\xc6\x3d\xbb\xfd\x14\x23\xba\xb1\x1d\xc3\x32\x3f\x4d\xe2\x56\xb5\xb8\x5a\xd1\xb2\x91\x2c\xd8\x2b\xf9\x69\x3d\x97\xdb\x21\xb4\x87\xc7\x2a\x7b\xda\xd2\xa8\xf9\x15\xfa\xe6\x17\x58\xae\x81\xd4\xb8\x0b\xe1\xa9\x0b\xad\x13\x64\xeb\xb4\x33\xaa\xcd\x49\x62\xd5\x81\x4a\x6a\xe4\x5f\x45\x96\x71\xd1\x0e\x81\xf4\x56\xf9\xe6\xad\x78\xf1\x16\xe5\xbf\x8d\x2c\x41\xb4\xf4\x8e\x75\x14\xd7\x5b\xc8\xa2\xd4\xf5\x82\xc8\xa7\x58\x74\xd7\x2e\x54\x22\xe2\x5e\xfb\x5c\xf4\x89\x9c\x17\xcd\x37\xb0\xb1\x29\x0d\x0d\x20\x7e\x4e\xcc\xfa\x9a\x27\x84\xaf\x21\x2e\x55\xcb\xc9\x4b\xfc\x42\x8c\x8b\xa8\xd9\x9b\x8f\x68\xaf\xd0\x4f\x39\xae\x50\x46\x82\xf9\x16\x9e\x12\x25\xd3\x82\x12\xde\xf3\x04\x1d\x84\xdd\xdc\xb9\x07\x23\x40\x0c\xb5\x49\xb0\x67\x72\x8e\x37\x67\xe1\xd7\xa5\x88\x1a\xe6\x10\x5a\x63\x96\xd4\x00\xa4\x9c\x10\xeb\xca\x21\x4a\x90\x5f\x90\x61\x1f\x2d\x72\xf3\x39\xad\x02\x40\x3b\x7a\x28\x17\x82\x7b\x2c\xf2\x25\x59\xcc\x75\xe4\xe7\x3d\xbb\xb1\xa7\x30\xaf\x3b\x9d\x71\x0f\x11\xdc\xb6\xe9\xf8\xef\x39\xe6\xa6\x47\x44\xcb\x94\xa2\x7a\x1d\x89\x14\x3d\x51\x33\x9b\xfc\x3d\x64\x6e\x65\x24\xb5\xc5\xcf\xdf\x90\x43\x47\x6d\xbe\xa6\xf5\x65\x84\x39\x46\x29\x8e\x41\xbb\x2d\x14\x92\xd5\xcc\x52\x72\x5b\xf7\x2a\xf2\x4c\x8c\xa6\x63\x31\x79\x0c\xb1\xaa\x75\x2a\x05\x9d\xb3\xad\xf1\x39\x35\x22\x65\x51\x5d\x03\x2d\x2a\x7a\xa0\xda\x9a\x4e\xda\x75\xc7\x54\x0a\x8c\xf9\x39\xea\x15\xe0\xa4\xcd\x4f\x35\x30\x94\xee\xc8\x52\x2c\x87\xaf\x59\xbc\x11\x93\x59\xb9\xa4\xc7\x5d\x93\x80\x5d\xe8\x17\xed\x53\x81\xb3\xc5\xc2\xe6\x09\xc6\xce\xec\xb1\x86\x47\x8c\x63\xc9\x4d\xb5\xcd\x60\x49\x74\x9a\x79\x03\xb4\x6e\x97\xa1\x82\x01\x7d\xf6\x9b\xab\xeb\x87\xcf\x6e\xfe\xa0\xee\x63\xb6\x3a\x0e\xcb\xe3\x58\x46\xcb\x58\xd1\x08\x5b\x4d\x5a\xd2\xb9\x94\xb5\x03\xed\xd9\x36\x93\xb5\xbb\xe8\x75\xd3\x57\x56\x6c\xb6\x5b\xfd\x7f\x2c\x42\xb2\x6b\x4d\x3f\xab\x33\xea\x4b\xd5\x36\xd6\xa7\x5d\x91\x46\x35\x3b\xd4\xf7\xbf\xf2\x1b\xec\xe6\xcd\x13\xaa\xa7\xec\x7f\x8e\x6f\x65\x32\x4e\xa6\xe5\x1e\xe1\x04\x67\x8c\x98\xde\xde\x27\xde\x8c\x42\xb6\x0c\x8a\xda\x8a\x2c\x1a\x7b\x45\x36\x59\x94\xba\x26\x61\x63\x92\xaa\x9a\x22\xdc\x1a\x45\xac\x9c\x23\x38\x19\xfc\xda\x80\x15\xa4\xfb\x8e\x6a\xc7\xf8\x8f\x37\xff\x53\x9e\xe5\xa7\x38\x39\x4b\x39\xbc\x0b\x56\x9e\x82\x1f\x3c\x3f\xfc\xef\xb6\x4a\x4d\x6a\x59\x5a\x73\x8b\x3a\xae\x30\xb4\xa1\x5d\xe5\x9b\x39\x58\x5b\xaf\x5c\x98\xf8\xdc\x4c\x95\xff\xb7\xfb\x89\x69\x95\xac\x2f\x18\xd4\x4b\xa4\x28\x5f\x8a\xe6\x96\x64\xd6\xe6\x8f\x8a\xf7\x22\x9e\x53\xac\x64\x40\xf0\xcf\x4a\x29\xd8\xca\x2f\xc3\x47\xb6\xb6\x56\x12\x91\x9c\xa6\xd3\x15\x97\x0a\x32\xeb\x6f\x1a\x57\x65\xdc\xaf\xb9\xaa\x0f\x4a\xdc\x50\xd5\x5d\x9e\xb7\x7b\x7b\x45\xae\xa6\x24\x68\x42\xf7\x54\x15\xeb\xbb\x4c\xe3\x22\xff\xbe\x79\x4c\xb1\x53\x8a\x77\x8a\x97\x2c\x14\x7d\xb6\x3a\xc7\xaf\x16\xe4\xe0\x46\x5a\x83\x6a\xba\x90\xb3\x9a\x8a\xcd\x27\xf3\x3f\xd6\xd3\x2a\x0f\x66\xb0\x6a\x08\x15\xe6\x84\x9b\x55\x91\x06\x44\xe4\x8f\x8a\x29\xba\xa5\x41\x07\x75\x0a\x4d\xc5\xb6\x77\xea\xab\xca\xf3\x9b\x9b\xe4\x4f\x65\xa7\x9d\x52\xc4\xc3\xe2\xab\x56\x6f\xf8\x61\x82\xa3\xb8\xcd\x2d\x0f\x1a\x42\x4a\xab\x9b\x26\xd7\xad\xcf\xaf\xac\x5f\x5c\xfd\x34\x63\x6b\xcd\xcc\x2a\x6e\x42\x55\xe5\x3d\xd3\x8c\xc8\xd3\x46\x83\xa1\x38\xc8\xac\x73\x28\xd7\x6d\xbb\xa3\x2e\x56\x17\x6c\x6e\x90\x63\xe5\xef\x9c\xd0\xe2\x20\x89\x62\xed\x1a\xde\x35\xe1\x4c\xcc\xb3\x61\x9b\x32\x79\xc9\xe4\xfe\x7e\xd4\xfd\xdc\xf1\x9e\xad\x18\xf7\xb4\x80\x8e\x26\x6c\x5f\x9c\xb0\xe5\x09\xbe\x30\xbc\xa3\xe1\x26\x31\x7a\x07\xa2\x46\x4a\x46\x79\xe7\x9b\x7e\x53\x0f\xb8\xdc\xd5\xaf\x07\xb6\xd8\xfb\xab\x7e\x80\x07\xd7\xf0\xa5\x52\x66\x09\xa6\x6f\x48\x87\xbe\x84\xb8\xdb\xef\x8a\xf9\x96\x5b\xdf\xbd\x17\xb7\x2e\x6d\x43\x87\x2b\x1e\x13\xc7\x68\xc1\x11\xde\x86\xd7\x37\x60\x48\x8d\x3b\x0a\x6b\x1c\x29\x52\xef\x62\x53\x33\xcd\xe4\xf2\x4e\x77\x0f\x38\x69\x9f\xaf\x1a\x81\x66\xaf\x19\x90\xc6\x33\x0b\x30\x84\xa1\xd9\x38\x3f\x44\x47\x5f\x27\x7e\x5b\x2e\xb3\x7b\x3b\xc1\x2f\x6d\x61\xfb\x30\x31\x31\xae\xa8\xf9\x27\xa9\x39\x5c\x5b\xff\x8b\xe2\xbc\x23\xa3\x7a\x1f\xf5\xae\x37\xc2\x14\x4c\xef\x70\xf9\xad\xe3\x33\xf4\xf6\x80\xaa\x04\x52\xaf\x79\x28\x9d\xcd\xac\xc5\xec\x18\xb8\x4d\xde\x88\x20\xf4\xca\xc8\x97\x73\x03\xba\xdc\x28\xf4\xd4\x4b\x6d\x83\xd4\xc4\xb8\x4d\xcd\x33\x69\x69\xe1\x25\xf5\x0b\xe9\xbc\x1d\x3b\xcd\x37\x80\x8b\xde\x79\x15\x18\xd0\xce\x75\x45\xf9\x3e\x48\x69\x3f\xa4\xec\x62\xce\xb4\xf0\x93\xa4\xb3\x14\xe8\x9e\xfe\x2e\x20\xb2\xf8\x6b\x0f\x1e\x38\x96\x73\xa3\xd3\x92\xb1\x29\x95\xda\xda\xc6\xe8\x8f\x7d\xd2\x34\x1d\xcc\x08\xdf\x54\xb7\x18\x5a\xbd\x63\x55\xd5\x03\xe8\xa3\x77\xa6\x51\x00\xdf\x72\x75\xd1\x3e\x63\x1e\xb7\xff\xa8\xb8\xcf\xda\x67\x51\x2b\xd6\xb2\xc7\xd1\x6b\xfb\xc6\x58\x33\x8a\xc9\xdd\x38\xd6\xbc\x9c\xe2\x8e\x65\xac\xc5\xa9\x4b\x5b\x5a\x58\x3e\xb1\xaa\xc6\xd9\x2c\x38\xec\x65\xed\x6a\xd6\x99\xc0\x97\x95\xaf\xd9\x4e\xde\xb1\x86\x1a\x76\x85\x6b\xb0\x76\x1e\x67\x9a\x83\x9b\x62\x01\x07\x67\x39\x47\x74\x9a\x73\x07\x05\xf4\x66\x89\x4a\x8b\xae\x75\x2d\x15\xbe\xcf\xbe\xd0\xb6\x4f\x88\x4b\x91\x37\x27\x0a\x27\xc5\x5a\xd5\xef\x13\x34\x85\xa9\xaa\x6f\x0b\x42\x03\xbb\x4d\xe3\xfc\xb7\xde\x3b\xf5\x78\xbe\xd6\xb5\x54\xfd\x84\xef\xe8\xc0\x96\x7d\xe5\xed\xb7\x94\x0b\x0f\xf2\x22\xcb\xf4\x3d\x36\x6a\xf7\xa2\x65\x1d\x6f\x54\x36\xd9\x6e\xad\x75\xca\x29\xc9\xbf\x9a\xfc\xe5\x6f\x63\x6a\xeb\x3a\x65\x0f\xc3\xd6\x9b\xaf\x4b\x8f\x05\x16\x54\x1c\x97\xd4\x79\xdb\xe8\x58\xe2\x52\x57\x8a\xea\xab\x68\xb1\xc3\x88\x6c\xb5\x60\x9f\xe5\x43\xc1\x04\x3f\x19\xf9\xb5\x7b\x65\xc5\x78\x21\xb2\xfd\x93\x71\x49\x16\xab\x65\x58\x9f\x90\x9c\xd9\x98\x54\x5e\x11\xb3\xb8\xf6\x94\xe6\x76\x68\x8f\x79\x86\x7a\x76\xe0\xe4\x8a\xf9\xca\x75\x5e\x4f\xca\x8f\xcb\x67\xb8\xe6\xa9\x7c\x25\x07\x1c\x2e\x4a\x31\x22\xa1\x95\x87\x20\x55\xe0\x8f\x94\x75\xb5\x9a\x1b\x0b\x17\xb6\x73\x2b\xf7\x64\xb9\xb7\x84\x54\xf4\x26\x2f\x6d\x78\x66\xe8\x8a\xbe\x5e\x9b\xa2\xab\x0c\x05\xab\x6a\xb4\xe0\xf6\xdb\xc6\x5e\xb5\xb7\xd7\xf9\xf2\x42\xc5\x80\x6b\xbe\xf2\xa6\xf4\x87\xc3\x23\xe9\x22\x71\x82\x55\x2a\xff\x9f\xc0\x88\x74\xee\xf2\xa9\xfd\x50\x70\xb0\x7d\x71\xf5\xa5\xcc\xf7\xcd\x97\xab\xb4\x49\x0f\x1a\xd0\xa6\xa4\xe8\x8e\x9a\x7b\xc6\xc9\xa1\x99\x55\xeb\x75\xa6\xed\x27\x8c\x81\xda\x59\x5e\xa7\xb4\xef\x55\x76\xae\x48\x65\x8e\x7c\x8a\xc3\x5f\x49\xa5\xf8\xa7\x95\x88\xaf\x10\xdc\x28\x61\x8d\xdd\x42\xc5\xe7\x8d\x8f\x44\xa2\xe9\xe9\xcd\x03\x8d\x98\x8e\x04\x66\xcf\x79\xdc\xb2\xdd\x9e\x1d\x7b\xf1\x63\xc1\x37\x5b\x12\x88\x55\xfe\x2e\xf5\x95\xe4\x41\x8f\x0f\x66\x3d\x6d\xa6\x73\xb4\x31\x00\x60\xd8\x36\x68\xe8\xe0\xa7\xd5\x3f\x64\xa5\x4c\x76\x09\x7a\x2c\x1d\xc3\xc9\xeb\x18\xbe\x84\x65\xa7\x57\x0c\x6c\xc6\x49\x12\x68\x3d\x19\xf8\x23\xbb\x3d\x3a\x22\x88\x1e\xc1\xb7\x9b\xff\x23\x3d\xf1\x77\xaf\xdf\x4a\x39\xe2\xf1\xdb\xec\x4b\xbb\xe1\x9c\x6f\x78\xc3\x98\x62\x7b\x42\xe3\x06\x79\xac\xb1\x96\x6d\x64\x52\x4b\x62\xf7\xdc\xc2\xdd\xca\xd3\x0c\x27\xe1\x07\xd2\xb9\xfd\x63\x04\x5d\x42\x59\xf7\x43\x62\xe5\xee\x8d\xed\x97\x48\x0f\x82\xaf\x37\x13\x29\xd9\xfe\x9e\x75\x27\x68\xb3\x3c\xa7\x57\x5d\xa5\x3f\x70\x26\x19\xe4\x8c\x93\xb6\xf7\xd5\x77\xa0\xa1\x35\x91\xd2\xbb\xcc\xbe\x12\xc7\xd1\x16\xb2\x30\x0f\x3f\xb4\x89\xb2\x34\xbd\xa4\xcf\x44\x69\x4d\x88\xe8\xba\x41\xa5\xed\x9e\xdb\x76\x9b\x46\x09\x3e\xd4\xc4\xa6\x57\xf9\xbb\xd4\xde\x05\x9e\x79\x2e\xae\xfc\x0c\x86\x3a\x1b\xf4\x63\xd0\x80\x9d\x85\x7a\x19\x73\xdd\x9a\x66\xe9\x3a\x56\x05\xe2\xc4\x48\x01\x60\xc8\xb3\x19\x9c\x04\xbc\x4f\x77\xec\x65\x32\x42\x12\x96\x74\x1e\x65\x1c\x89\x7c\xd8\x7a\x01\x2c\x09\xae\x6d\xa4\x43\xeb\xfc\x2d\x6a\x6e\x42\xdf\x3c\x57\x99\xfe\xc1\x2f\x9c\x47\x75\xd7\x98\x77\xed\xb2\x54\xbe\xac\xf3\x16\x33\x25\x71\xec\xc3\x08\xd2\x70\x31\xcb\x2a\xf7\x72\xff\x57\xd6\x92\xb4\x07\x3d\x28\xd6\x9c\xf8\x2b\x1d\x23\x2c\x97\xc8\xce\x96\x53\x2c\x52\x30\xbd\x81\xc2\xda\xeb\x3f\xb5\xfa\x16\x7b\xa5\xe7\x1a\xd3\x7c\xb6\xc6\xf9\x46\xf9\x47\xce\x0c\xbb\x6a\x65\x1e\x87\x66\x81\x12\x33\x39\xcf\x8a\xef\x0f\xcd\x12\x4d\xce\x4d\xe9\x53\x09\x85\x69\x50\xd7\x1f\xe1\xb4\x78\xb0\x3d\x46\x50\x11\x59\xd0\x5c\x22\xd8\x15\x1c\x5c\x6f\xc7\x7f\xe3\xf7\xca\x6c\xe0\x57\x7a\x3a\x19\xcf\xf3\x93\x36\x2d\xd2\x0e\xf1\xfe\xd8\xfd\x50\xf8\xf0\x3a\x2d\xde\x8a\x90\xbc\xe8\x62\xdc\x40\xbd\x0a\xce\x79\xd5\x1b\xac\x8c\x4d\x5b\xdc\x79\x52\x61\x15\xbf\xba\xcd\x5a\xbe\x38\x72\x41\xd3\x0e\xd9\xb2\xe0\x29\x75\x73\xa4\xb3\xfd\x0e\x56\xa9\xc4\x3f\x3d\xed\x0c\x67\x44\x4f\x36\x79\x69\x46\x84\x3d\xf6\x01\xf2\x78\x81\xd8\x32\x5e\x68\xe4\xc7\x17\x3d\xea\x87\x8c\xac\x9c\xe2\x1e\x17\xfd\x58\xaa\xb1\x63\x7f\xf9\x9b\xb8\xce\xd6\xd5\xda\x1d\x11\x9d\x8d\x81\x6a\x63\x50\x6f\xad\x9d\xf2\xb9\x1f\xb3\xf2\xa8\x62\x9d\xe7\x0c\xfd\x3f\x99\xd7\xa6\x1d\xea\xf7\x12\x3b\xfb\x12\x99\x59\xb4\xde\xb2\x4a\xf0\x55\xb0\xaa\xa8\xb6\xef\x5f\x95\x65\xce\x86\xee\x1e\xd3\xea\xd4\xfc\x8e\xed\xc6\x59\x71\x60\x8b\x49\xbf\x22\x82\xd7\x70\xa8\xdc\x26\x48\x59\xd3\xab\xb1\xf5\x2b\xa9\xcc\x52\xcd\xf5\x9c\xa4\x37\xc8\xf7\x6f\x8a\x52\x0b\xa4\x41\xf6\x6c\x99\x9f\xe8\xa1\xe5\x61\x41\x8d\x00\x55\x54\xd4\xc7\xad\xb1\xc9\xfe\xd6\xed\x52\xf5\x21\xd5\xab\x7d\x8f\xa9\x23\x2e\xad\x65\xb1\x91\x15\x81\x6c\xf0\xd2\xef\x0e\x62\xd6\x6c\x2a\x5f\xe0\x97\x6b\x7a\xaa\xee\xf3\x9c\xad\x5f\xa3\x9c\xb7\x09\xa1\x9e\x29\xf3\xb4\x6f\x91\x1e\x13\x33\x2c\x3f\x0a\x5c\x04\x1d\x27\x00\xf4\x40\x61\xc9\xd8\x67\xcc\xad\x62\x4c\xd7\x7b\xec\xd7\x92\xf4\xda\x7c\xfc\x62\x24\x41\xb3\x92\x10\x88\xaa\xe3\x5a\x11\x65\x98\xb3\xc4\xc9\xa4\xef\xf8\x45\x79\xcd\x14\x35\x51\x1b\xfd\x8a\x96\x4e\x71\xdc\x06\x03\xb9\xb4\xd3\xf6\xf3\xc0\x3a\x86\xf2\x38\x19\x55\x59\xe2\x38\x66\x87\x3e\x55\xfa\xb8\xcb\x17\xf3\xbd\x8c\x57\x73\x00\xe7\x86\x4e\x54\xf3\xf1\x20\xd6\x9b\x53\x49\x78\x80\x5f\x41\x50\x91\x10\xc4\xb9\x79\xc1\x94\x15\xe4\xad\xd1\x06\xea\x04\x15\xb5\x2d\x06\x58\x44\x6f\xb3\xfb\x03\x16\x80\xf3\x8e\x81\x65\x2c\xd4\x82\x3d\xa1\xa8\x7d\x68\x7a\x27\x8c\xfe\x83\xb9\x52\x33\x1b\x1b\x8f\x4b\x53\x3d\xc6\x8d\xe1\xff\xc7\x59\x40\xd8\x42\x14\x10\x2c\x89\x17\xc9\x2e\xb9\xf7\xc9\x3a\xca\x9f\xe8\x50\xaa\x84\x76\x63\x9b\x35\x7d\x0c\x18\xb4\xfb\x0a\x5a\x81\xdd\x47\x34\xa5\x29\x24\x87\x11\x00\x79\x9a\xf4\xae\xfd\x22\x6a\x27\xb9\xc5\xac\x41\xef\xa1\xe8\x94\x95\xd8\x60\xaa\x96\xf5\x15\xf7\x98\x66\xc4\xfb\x10\x1a\xe9\x2d\xb9\x56\x24\x25\x70\x24\x6a\x90\xd2\xcc\x78\xea\x73\x8d\xf6\x03\xfc\x65\xf7\x9b\xc1\x86\x6d\x0f\x5d\x43\xc4\x82\x92\xa1\x63\x25\xaf\xc1\xbe\x36\x4f\x24\x13\xbc\x5e\x65\x85\xb2\x84\x36\x28\x62\xd1\x17\x20\x19\xf3\x16\x56\x03\xfd\x0f\x17\x85\xa7\xc3\xa9\x39\x71\x44\x11\x7c\x3c\x6a\x03\xf9\x00\x73\xa3\x8f\x89\xe6\xce\x24\xda\xaf\x01\x6e\x30\x47\x0f\xec\x2d\xaa\xe1\x47\x0f\x7c\x44\xf8\xf2\x5e\xb7\xe8\x4b\x1e\xf3\x00\x53\x13\xb2\x91\xb7\x41\x3e\x19\x45\xe7\x3e\x81\x87\x30\x59\xdc\x2a\x6c\x0e\xae\x80\x1b\x9f\x2d\x24\x94\x73\xfe\xec\x6e\x20\xfd\xc7\xa9\xf2\x41\x52\x49\xec\x5f\xf6\xa1\xc0\x26\x76\xe2\x3e\xdf\x82\x30\x6d\x71\x1f\xbe\xc8\x56\x33\xa3\xc9\xb1\xf8\x8b\xaa\xc1\x58\x5a\x72\x5d\x99\x20\x9d\x84\x3c\xab\x98\x04\x4e\xa0\xae\xc9\xea\xd1\xaf\xb0\x53\xa4\x1b\xb2\xc8\xf8\x54\xb1\x36\xf2\x3e\xf1\xaa\xf0\xb2\x8f\x15\x45\xca\xbf\x64\x4f\xa7\xa3\xb8\x83\x63\xc4\xbc\xb3\xf5\xbb\xbb\xff\x57\xd0\x5c\xf3\xa9\xfe\x71\x11\xcf\xac\xd4\x47\x23\xa0\xca\x2d\xe2\xd5\xa5\x52\xe3\x31\x46\x58\x59\xbf\x7e\x2b\x8a\x85\xfe\xab\xa5\x67\xe6\xe2\xf0\x2a\x66\xe4\x32\xe2\x42\xf9\x76\xef\x63\xe4\x37\xe2\x21\xfb\x6a\xda\x2b\xfe\xff\x46\x8b\x73\xf7\xf4\x4d\xee\xfc\x95\xaf\xed\xea\xab\xfd\x53\xc8\x68\x8f\x2b\xe7\x17\xb3\x9a\xbf\x08\xb1\x25\xd5\x0d\x04\xfa\x71\xe4\xcd\x9a\xd1\x32\x77\xb4\x4f\xe5\x50\x46\x11\xf6\xb0\x21\x29\x82\x46\xa0\x69\xd4\xde\x4c\x32\x51\x8e\xb0\xdf\x4b\x53\x09\x9f\x8d\x18\x73\xdd\x47\xba\x3a\xbd\xf3\xad\x07\xe7\xd4\x86\x16\x2e\xed\x0d\xd6\x5e\x2e\x5e\xd5\x49\x16\x9c\x28\xf1\x6e\xc5\xd3\xdd\x90\xe4\xc6\x0d\xc8\x3e\xd4\x9d\x1a\x49\xc6\x4c\x2c\xd2\xc4\x88\x08\x26\x38\x94\x4f\x78\xe3\xc9\xce\x8a\x5f\xf6\xb7\x68\x49\x22\xd3\xc8\xf4\x9c\xc3\xfb\xf2\x3b\xba\xf2\xc6\xf7\x30\x6b\x8e\x15\x0c\x0d\x21\xb5\xc9\x45\x83\x7d\xdb\x04\x89\x88\xf3\x9d\x27\x68\xa7\x91\xb3\x5a\x27\x23\xb3\x50\xd8\xfa\xcb\xe9\x57\x31\x7f\xcc\x36\x11\x1e\xf8\xbd\xfa\x97\xde\x6c\xd2\x69\xd5\x06\x87\x05\xd4\x6f\xa2\x89\xc3\xa7\x71\xdb\x0b\x97\x0c\x5f\xc5\xaf\x2d\x76\x69\xf7\x23\x4c\x2a\x71\x30\xcf\x24\xbc\x45\x86\x2a\x57\x13\xdf\xa2\x20\x96\x80\xf4\x17\x33\x88\xbb\x45\xf1\xc0\x4f\xcf\x79\x41\x95\x11\xcb\xa3\x2a\xe9\x0b\x29\xee\x3e\x17\x80\x8b\xb4\xcf\xf6\x53\xc0\x63\x8c\x3b\x87\x1e\x61\x6d\x11\x27\x87\x67\xe2\x96\x97\xaa\xda\x64\xf8\x79\x65\xdb\xab\x10\x84\x15\xe8\xd5\x0a\x11\x71\x0b\x76\x36\x6b\x06\x29\x13\xf7\x19\x57\x46\x6e\x21\x7c\xc9\xe1\x53\x97\x93\x37\x46\xed\xa6\xf5\x53\xf1\x3e\x15\x80\x94\x7e\xd6\xee\x1d\xa8\x01\x63\x0e\xbe\xc3\xcc\x29\xab\x1b\x72\xc5\x2e\x42\xaf\x6c\xbd\x8c\x5b\x83\x81\x2b\x47\xf1\xdb\x71\x8b\xe4\xaf\x08\x38\x7c\x1f\x13\x24\xf6\x11\xe3\xb1\x13\xe4\xc5\xe4\x99\x39\xeb\x28\x06\xca\xcb\xa8\x49\xb4\x70\xda\x75\x1f\x34\xe0\x05\x5c\xb0\x7b\x0c\x26\x80\x2f\x0e\xd8\x95\xbd\x20\xb2\x07\xa8\x68\x3b\x52\x51\x8b\x07\xa6\x88\xbc\xd5\x14\x81\x6d\xa6\x38\xcb\xba\x70\xdf\xa9\x5e\x30\x92\x90\x4f\x0b\xc3\x2e\x23\xbe\xa2\x97\x64\x17\x93\x0d\x40\xd5\x6e\x3c\x15\xcd\xb8\xee\xb3\x8e\xce\x84\x66\xdb\x3d\x64\xec\x87\xe3\xf6\xed\x46\x4e\x67\x8c\xf6\x8d\x96\x65\x80\xd3\x9b\xf4\xa8\x41\x30\xcc\x78\x03\xb3\x1a\x6c\x95\x16\x63\xb5\xd0\x4a\x28\x16\x6f\x09\xa9\x30\xae\x84\x13\xf0\xbc\xac\x76\x92\x0e\xd6\x46\x4e\x50\xc4\xcc\xa5\xde\x5f\x69\x7b\x98\x74\xfb\xf9\x8c\x25\xcc\xa7\xe3\xd1\x25\xf1\x3c\x6c\xcf\xdb\xd2\x11\x9e\x7d\xc3\xe7\x32\x27\xee\x19\x43\x0e\xaa\x9b\x2b\x95\xac\xc6\x84\x73\x53\x40\x0f\xec\x07\xee\x7a\x74\x08\x7e\x84\x33\x91\xf9\x9a\xd8\xc8\xd9\x1f\x09\x90\x07\x38\x44\xef\x8b\xd4\x1f\xec\x5f\xf6\x11\x40\x31\x9b\x3d\x7a\xbc\x78\xa1\x66\x43\x17\x19\xd1\xae\x9a\xa8\xd3\x97\x06\x2a\x47\x75\x9e\xc8\x27\x0a\x96\xc8\x05\x65\x96\x87\x02\x5c\x0c\x52\x36\xa5\xec\x3e\x2e\x4d\xd2\x96\xf1\x90\x50\x26\x76\x8f\x38\x4a\xaa\x15\x96\x7b\x2b\xa9\x8b\xf8\x7b\xed\x79\xf4\x7a\xee\xf9\x61\x97\x42\x4d\xed\xdd\x8e\xf9\xc5\x2e\xd5\x8d\x35\x39\x88\x4b\x55\xf9\xda\x8d\xa5\x62\x93\xbd\x20\xad\x2c\xd5\x70\x9d\xf6\x04\xbd\x4b\x87\x40\x32\xb1\x89\x9a\xb3\xe9\x57\xf0\x3c\xe5\xb7\x88\xe9\xc4\x3b\xb2\xc7\xde\x61\x94\x52\xb1\xd0\x7e\x84\xbe\x8a\x3f\x31\xb8\xa2\x00\xea\x89\x6c\x5b\x54\x64\xd1\x69\x67\x66\x14\x9f\x69\x7d\xab\x2e\x2a\x51\x35\xf5\xf3\x86\x91\xe8\xfa\x38\x6a\x19\x0a\x5d\x3d\x5e\xea\x8b\x51\x9b\xee\xa7\x3d\xc0\x5d\xd7\xb7\x86\x97\x11\x83\x35\x8b\xbc\x67\x90\xdf\xc8\x2d\xed\xef\xd0\x46\x84\xb7\x07\x12\x0a\x66\x0e\xfd\xd7\x1a\x5d\xd8\xdf\x5f\x52\xb5\xb7\xb8\xa8\xfb\x84\xaa\xbf\x64\x43\xc7\x1a\xde\x62\xe4\xcc\x16\x5f\xca\x4d\xd4\x9c\x86\xd5\x25\xfb\x31\x1e\xd5\x0d\x69\x5c\x1c\xb3\x62\x7f\xb8\x17\xe1\x63\x79\x89\xd7\x2f\x72\x83\xa2\xcd\xfe\x17\x8d\x22\x92\xf6\x9f\xca\x6f\x19\xd7\xb6\x1c\x2d\x4c\x1c\xb9\x50\xe5\x5e\x3c\x63\xe0\xb6\xca\x1d\x71\xac\xe7\x1c\xb7\xba\xb4\xa6\x83\x49\x21\x96\xd5\x34\x3f\x2a\x29\x43\x9f\xac\xbb\x97\x16\x8b\x5b\x52\x95\x1a\xee\x40\x10\xe9\x63\xbc\x17\x90\xfd\x94\x17\x1d\x3c\x69\xcb\x45\x4f\xf6\xfd\x25\x3c\x29\x38\xd1\x0f\x10\x45\x45\xaf\x9b\xe3\x49\x5b\x11\x1f\x2a\x98\xa4\x0f\x48\x0b\xe9\x1b\xf2\x09\x54\x2a\x34\x4a\x69\xc7\x68\x31\x04\x6a\x07\xee\x6d\xd6\x13\xda\x31\x22\x73\xf7\x7c\x60\x26\x65\xa3\xf7\x15\x86\x88\x3e\xd9\xae\x13\xf2\x02\xa7\xee\xb3\xc1\x9f\x43\xa0\xfb\x06\x09\xa2\xd2\x80\xa6\x66\x62\x24\x72\xc2\xf8\x84\x64\x8d\x7a\x20\x4d\x27\x2f\xc0\x5c\x80\xbc\x29\xb3\x70\x07\x31\x53\xa9\xd6\x84\xb3\x59\x7c\x5a\x3c\x79\x6e\xe4\x51\x7a\x37\x35\xcf\xbb\x9e\x11\x42\xbf\x62\x67\x84\x66\x83\xf8\xbd\x5b\x70\x7b\xca\xdc\x7b\x9f\xe0\x25\xa8\xa1\xc6\x0f\x84\x02\x8c\xbd\x71\x2b\x31\x0a\x7b\x58\xb2\x9f\x94\x80\x2f\x01\x7b\xc9\xf9\xc4\xc5\x68\x2d\x45\x49\xba\x9a\xe5\x48\xbd\x49\x39\x1c\x09\xd3\xc3\x69\x07\xbd\x19\xc0\x57\xe0\x92\x9d\x0a\x3c\x07\x4d\x1f\xe3\x63\x4c\x84\xbb\x3d\x81\xd8\x46\xe2\xad\x86\x2c\xdc\x00\xe9\x80\xfe\x2c\x7e\x3f\x79\x8f\x98\x47\x78\x4a\x39\xc7\xa8\x25\xad\xa6\xbe\x41\x0d\x90\xd1\xf4\x35\x99\x44\xca\x5d\xa0\x28\x62\x82\x46\x62\x8c\x78\x07\x00\xc1\xd0\x74\xbb\x0a\xd0\x0f\x2e\x1b\x55\xa3\x1e\x00\xcf\xba\xe8\xe8\xcf\x8c\xd4\xba\x83\xd8\xe5\x8c\x41\x5d\x36\x2e\x10\xb4\x11\x85\xe0\x85\x60\x35\xa0\x20\xdc\x83\xec\xcb\x2e\x91\xe2\xa0\xc1\x8c\x83\xe4\x47\x70\x5c\x84\x80\x5a\x0e\xbf\xf2\x5e\x49\x67\x31\x51\x76\xa7\x19\x1a\xe6\xb7\xe1\xde\x32\x27\xae\xa2\x63\x10\x95\xc9\xcd\xa8\x5d\x83\xae\xe4\x2e\xd3\xbe\xc6\x3c\xe6\xbc\x11\x4e\xc5\xed\xe2\x9c\xa2\xd3\xf0\x23\x9c\x4e\xe4\x3b\x62\x18\x47\x91\x31\x87\xf4\x99\x83\x8a\x58\x4c\x39\xc4\xf1\xf3\xfa\x46\x3b\xc2\x7e\x6e\x3f\x0b\x78\xc1\xd6\x0c\xda\x94\xfc\x51\xbd\x6a\xdb\x85\x4c\x57\x3e\x32\x9f\x2b\xdb\xa3\x38\xae\xbe\x84\x5e\x23\x6f\xe3\xdb\x63\xaa\x65\x42\xea\x55\xdc\x56\x69\x46\xa9\x1a\xff\x56\x62\x91\x3e\x83\xb8\x5f\x74\x24\x1c\x41\xee\x13\x86\x78\x1d\xa4\xde\xe2\xeb\xed\xa3\x81\xb5\xdc\x4b\x7d\x7b\x10\xac\x9a\xa2\xe6\xef\x25\x8f\xcd\x31\x95\x8d\xc8\xe8\xca\x4d\xca\xab\x65\x47\x2a\x16\x70\x33\xd0\x19\xfa\x7b\x94\xed\xd8\xc5\xe5\xb2\x12\x3f\xdc\x0b\xcd\xe2\xb4\xc9\x84\x9b\xca\x82\xb0\x7e\xd2\x2b\x19\xd5\x8b\x43\x75\x11\x47\xd8\x8b\xe8\x0a\xfe\xeb\x1e\x43\x71\x59\x97\xac\xf1\x23\xe2\x6a\xbb\xb2\x62\x5f\x69\x44\x0b\xac\x58\x88\x3c\xd7\x58\xc4\x3e\x88\x22\xd7\xd9\x93\x2e\x60\x02\xcc\xfd\x88\x49\x38\xa7\x8a\xdf\xa9\x8b\x08\xce\xba\xb7\x61\x2b\x48\x49\x6a\x9e\x57\x20\xa5\x57\x76\xcc\xbe\x9b\xee\x24\x3c\xd0\x7d\xaf\x78\xc6\xe0\xf2\x46\x37\x04\xa1\x77\x9f\xf1\x5b\xc9\x7f\x5d\x81\xf2\x2c\x64\x69\xdb\x10\xdb\x02\xb5\xa8\xe9\x1b\xc9\x1f\x7d\xb7\xee\x57\x31\x1f\x7b\xc6\xdc\x9d\x32\x8c\xbf\x66\xfc\x18\xfa\x98\x34\x45\x7b\xce\xcb\x83\x52\xac\x08\xb3\xbf\x40\x7b\x2a\x42\x75\xa7\x17\x0d\xef\x19\x6d\x68\x46\x58\x0c\x2f\x33\x96\x94\x48\xfa\x03\x65\xb7\x91\xd3\xba\x13\x59\x6d\x65\x6d\xed\x1b\x89\xb7\xd0\x84\xa6\xe1\x62\x0f\x6c\x4e\xed\xbd\x14\x0e\x1e\x59\xc9\x0e\xbd\x40\xac\xd0\x75\x78\x05\x91\xff\x2a\x91\x0e\x33\x68\x6c\xd1\x91\xc1\x20\x1a\xae\x20\xa2\xcd\x40\x6b\x2a\x52\x57\xc7\xd0\x9e\x20\x46\x34\xab\xe8\xc9\xa5\x97\xf9\x5b\xe8\xb7\x51\x53\xa9\x63\x40\x01\x26\xa4\x74\x3b\x63\x3a\xae\x25\x4d\xc0\x68\x25\x06\x87\xf1\x41\x3c\xf9\xeb\xd6\x52\x88\x4c\x7b\x6b\xcb\x82\xeb\xc1\xe5\x03\x15\xd4\xd4\xe2\x4b\xad\x9f\xa8\x8d\x25\x07\xcd\x03\xd4\x1f\x48\xbd\x9a\x4d\x93\xa0\x4a\x79\xf5\x74\x27\x4c\x0a\xd5\x97\x7e\x0a\x17\x57\x72\x05\xe0\x10\xca\xd2\x36\x32\xb6\x93\xc6\xc3\x76\x80\xd6\xd4\xb5\x5b\x7d\x21\x7f\x7a\xbf\x2d\x0a\x66\x82\xd4\xfe\x27\x94\x5d\x48\xb0\x35\x88\xd2\x82\x5a\x66\x9e\x4a\x5d\x81\xd6\xab\x6e\x52\x0f\x62\x6d\x79\x73\x68\x24\xdc\x79\xca\x30\x7d\x03\x81\x5f\x52\x48\xff\x4a\x4a\x4d\xbd\x06\x9c\xa2\xe4\x84\x4d\x61\x1c\xa6\xe1\xb6\x5a\x81\x1f\x81\x26\x5b\x14\x1c\x02\x4d\xeb\xbd\x4e\x4a\xc1\x9f\x6f\x2e\x20\xbd\x24\x9c\xa8\x4c\x22\xf3\x88\xbd\x4a\x24\x25\x84\x74\x8c\x73\x95\xba\x92\xfc\x3f\x72\x1b\xf5\x3d\xd5\x0e\x21\xa0\xdd\xa3\xa1\x53\x3d\xe8\x57\xe9\x4f\x42\xcb\x81\x09\x46\xa2\xe7\x3b\x30\x0c\xbc\x60\x2b\x87\x46\x61\x44\x4f\x36\xa1\x8b\x5e\xde\xf8\x8a\x18\x01\xac\xac\xb8\x4b\xfc\x01\x70\x15\x2b\x48\x77\x19\x33\xd9\x1d\xe4\x73\x8c\x3a\x52\x33\xe5\x08\x18\x58\xdc\x43\xbd\x08\xbe\x49\x51\xd3\x1e\x41\x43\xa1\x6e\x80\x35\x4c\xf4\xbc\xc7\x90\x30\x1d\x6c\x8f\x42\x8b\x98\xaf\xbb\x0c\xf8\x19\x9c\xd9\x0d\xc1\xf8\x93\xec\x57\xc6\x5c\x82\x98\x3d\x2c\xdb\x47\x54\xb0\xdb\x58\x20\xc9\xc4\x6e\x24\x56\x93\x3b\xd8\x8d\x45\x57\x29\x57\xd8\x2d\xc9\xaf\xa8\xdf\xd8\xbd\x21\x17\xe9\x09\xec\x2e\xcf\x33\xc0\x45\xb6\xda\x6e\x26\x58\xc6\x86\xda\xdf\x62\x6e\x28\x0e\xd5\xde\xc5\x1e\x95\x3f\xd6\xbb\xe0\x46\x65\xef\x25\x07\xf0\x57\xa4\x5f\xe1\x61\xc2\x1f\xc9\x6f\xc2\x12\xd2\x16\xf1\xef\x42\x39\x19\x12\xbd\x4b\xfa\x4a\x39\x2b\xbc\x12\x12\x40\x0b\x12\xa8\x3c\x7b\xe8\xf7\xf8\xb6\x76\x18\x86\x82\xdb\xda\x7a\x18\xed\x51\x25\xab\x1e\xc1\x04\x9a\x86\xca\x2d\xb1\x31\xc6\xb3\xa2\x5b\x38\x96\xfe\x3e\x34\x05\x7f\xb8\xfc\x21\x4e\x4b\x5c\xac\x39\x55\xb0\x9b\x04\xa8\x14\x89\x5f\xc9\x6f\x14\xeb\x77\x29\xa8\xb0\x94\xef\x89\xa2\x7b\x8a\xba\xec\x6a\x81\xdf\xfc\xce\xe6\xd3\x28\x6c\xfb\xd6\xaa\xab\xe8\xa4\x16\x92\x26\x0a\x93\xd2\x58\x29\x74\xc4\x96\xd7\x1d\x62\x90\x71\x4f\xab\x8f\x62\x37\x13\x76\x55\xea\xf3\xd7\x12\x0f\x1a\x37\x26\x2e\x25\x87\x96\xa3\x82\x3f\x52\xde\xaa\x12\x3d\x9d\x68\x43\xd2\x5f\x76\x47\x00\x99\xb0\xb4\x69\xa2\xec\x6b\x6f\x42\xd5\x3c\xd4\xfb\xae\x18\xb5\x06\xfd\xb9\x7d\x9d\x80\x86\xdd\xd2\x7c\x1f\xb8\x86\xe3\x36\x20\x31\x8d\xf8\xff\x6a\xf6\xe4\xb5\x12\x8b\x2a\xc7\x13\xf6\x92\x3e\x1b\x12\x83\xf7\x50\xcc\x1a\x9e\xe7\x2a\x1a\x52\x8e\xb5\x7b\x08\xec\x12\x2d\x6c\x4a\x2e\x53\x0d\xe9\x2b\xa9\x28\x65\x7f\xae\x7a\x06\xda\xd8\xfd\x91\x3f\x81\xb9\xd4\x91\x0c\xe4\xe3\x2c\x5b\x18\x98\x40\x3c\xdc\x90\x98\x97\x4a\xf8\x55\x7d\x39\x81\x4f\x92\x56\x9c\x0b\xae\xa3\x78\x94\xc7\x7b\xda\xd2\x26\x29\xc4\xf6\x4b\xe8\x77\x45\xc8\x76\x5f\x38\xa7\x60\x63\xed\x3c\x78\x57\x51\x90\x2e\x1f\xf6\x40\x44\x8b\xdf\xc2\xa1\xa5\x25\xd0\x35\xb8\xb8\xac\x09\xef\x02\x4b\xd0\xaf\x0b\x8c\xf0\x3e\x5c\x66\xa2\x1a\x9e\x20\x4c\x04\x8b\x98\x61\xe4\x01\x77\x3d\xf3\x24\xed\xb0\xcd\x57\x16\x12\x9c\xd1\x56\x05\xa5\x16\xa3\x6b\x08\x50\x52\x49\x78\xf9\x45\x28\x0f\xb9\x4c\x5c\x00\xc9\xca\x5e\x43\x09\xd0\x61\xf4\x63\xdc\x5e\xe8\x07\xf6\x59\xc1\x56\x78\x07\x61\x7e\x62\x04\xac\x21\x65\x07\xc7\xc3\x3f\x29\x67\xdd\x21\xa6\x86\x0e\xda\x7c\x61\x85\x80\xb9\xad\x1f\xc0\xa4\xd2\x2b\xd5\xe7\xc1\xd2\x32\x72\xb9\x3b\xa8\x44\x4f\x11\x9d\x04\x2f\x61\x94\xe0\x49\x68\x0d\x6e\x07\x2e\x08\x2a\x24\x4c\xcf\xbf\x08\xed\x27\xbe\x4e\x9c\x0c\xdb\x91\x3f\x07\xdb\xc0\xf5\xb4\xc5\xee\x28\x66\x04\x50\xbc\x6e\x2a\x6b\x01\xf8\xa2\xc5\x11\x28\xc5\x9d\x32\x6f\x00\xc6\xf1\x77\x34\xed\x8c\x45\x84\xdb\x42\x80\x81\x26\xfe\x62\xb4\x33\xae\x91\xbd\xb0\x11\xa0\x1f\x85\x9d\x3f\x19\x1c\xa0\x3e\x49\x20\x40\x3e\xf4\xf4\xa0\x23\xd0\x43\xe0\x81\x7b\x34\xdc\x0c\x42\xeb\x36\x31\x79\xb0\x7f\x93\x89\x76\x90\xb6\xb3\x72\x1f\xdd\x8e\x76\x5b\x9d\x48\x97\xd0\xf3\x04\xa1\xc0\x54\xfa\x6f\xc0\x0c\x88\x81\x4e\x4c\x2e\x63\x3e\x03\x99\xb7\x83\x51\x0f\x6e\x8d\x7f\x0c\x46\x41\x0b\x82\xf0\xd0\x42\xe8\x85\x7b\x08\xf4\x06\x3e\xb1\x0e\x0d\xdf\x67\xee\x6d\xf8\x40\xcd\x67\x79\x98\x5c\xa8\x47\x59\x11\xca\xe7\xb4\x2d\xac\x48\xfe\x64\xda\x51\x56\x1a\x9d\x4e\x2f\x60\xe1\xd0\x08\xfa\x3f\x96\x31\x17\x09\x74\xb2\x0e\xc6\x87\x31\x30\xac\x17\x41\x76\x60\x18\x7b\x96\xbb\x0f\xb4\x95\x6d\xb1\xae\x1b\xde\xca\xf6\xa9\xcb\x25\xc7\xc8\x62\x0c\x77\xc8\x77\xa4\xc3\xf2\xfd\x14\x82\xe4\x0f\x77\x16\xd5\x5a\xb2\x99\x7a\x84\x7a\x5b\x5c\x54\xf6\x98\x66\x10\xe9\x73\x5c\xe8\x05\xc2\xb1\xb8\x5c\x20\x54\x70\x72\xa7\x91\xb1\x9d\x3f\xee\x6e\x01\x46\xf0\x94\xb6\x73\xa0\x42\x6e\x5a\x8d\x0d\xf1\x78\x85\x5e\xb7\x87\x84\x35\x4e\x93\x9e\x26\x5b\xea\xd3\xd8\x01\xe4\x87\xe5\xf5\x14\x47\x4a\x8f\xe6\x1e\x12\xa0\x0a\xd5\x93\xb3\xa7\xd0\xf0\xca\x19\xb1\x14\x7a\x99\xec\xf6\x8e\x9f\x00\x55\x02\x6e\x79\xcd\xa8\x10\x7e\xb2\x8d\x03\x0f\xf2\xa3\xcc\x39\x84\xaf\xcd\x4c\xed\x57\xa2\xa0\x71\xa5\x64\x31\xc9\xb7\xce\xc8\x6c\x26\xcf\xaa\x99\x44\x1a\x21\x3f\xa9\x0a\x2f\xf5\xa4\x9c\xad\xc8\xcf\xfc\x48\x3d\xae\x0f\x8e\xa9\xa4\x5d\xd0\x9c\xdb\x91\x49\x7f\xa9\x9c\xbb\xa5\x89\xb1\x5c\xba\xca\x16\x0f\x86\x0a\x3e\x57\xd5\x12\xe4\x9d\x04\xad\x37\xd1\xb9\x6d\x54\x9c\x4d\x7c\xdc\x7c\x0f\xfe\x47\xea\x69\x78\x4c\x5a\x47\x96\xd4\xee\x29\xe9\xa7\x90\xcd\x89\x99\x02\x2a\xb1\xa2\x3d\x26\x84\x06\xeb\xb4\x3b\x6c\xe8\x26\xb5\xed\x16\x35\x70\x5a\x06\xda\x0a\x19\x3f\x85\x86\xaa\xf9\x04\xcf\xbe\x72\x4d\x33\xe1\x76\x77\xa5\xe8\x1a\x51\xd9\x41\x81\xf9\xa4\xe4\x56\x47\xe2\x08\xd9\xb9\xd1\x5c\x92\x42\x59\x5a\x7b\x32\x33\x80\xba\xb0\xaa\x26\x66\x21\x6d\x95\xe1\xd3\x8e\x29\x74\x77\xcd\xc3\x2d\x06\x20\x4f\xae\xb6\x1d\x61\xc8\x85\xdf\xaa\xef\xf0\x57\xe5\xdf\xd6\x35\xf1\x14\x85\x13\xd2\xdb\xbc\x25\x88\x49\x6c\x57\xee\xbe\x52\x4b\xf2\x07\x2e\xba\x2c\x13\xe9\xc2\x5d\x85\xee\xce\x92\x72\xce\xe3\x36\xc4\x64\x70\xe4\x84\x93\x81\x61\x9c\x54\x32\xcf\xad\x9a\xb3\x93\xd6\x66\x9d\xcf\x09\x04\xa7\x55\x87\xf3\x56\x15\x4f\xd6\xad\xe2\xf6\x22\x1e\x4a\x13\xb8\x49\xa5\xdd\xac\x61\xee\x82\x32\x01\x99\xcd\xb9\x8c\xe6\x95\x9e\xe2\x68\xb0\xea\x2c\x4f\x4e\x1a\xfe\x44\xcc\x5a\x8e\x0b\x69\x75\xa0\x2d\x67\x21\x45\xe6\xa6\xe1\xcc\xa5\x27\x5a\xa3\x39\x2b\xc1\x44\x73\x07\xd7\xa2\x34\xa6\x9c\xcd\xb9\x8a\x7c\x2f\x39\xcc\xd1\xa3\xb8\x2c\x67\x4e\x01\x66\x11\x79\x1a\x67\x2b\xf6\x54\x69\x16\x67\x1a\xbe\x32\xf3\x36\xfb\x1e\x51\x13\xfd\x8c\x7d\x8c\x5c\x13\x38\x89\x3d\x46\x3d\xea\x26\x63\x1f\x07\xb6\x58\xb3\xd8\x8f\xc1\xcb\x55\x8b\xd9\x0c\xec\x6b\xed\x7c\x76\x24\x7e\xa6\x18\xcd\xb6\x25\x2c\x66\x4e\x65\x2f\x21\x06\x91\xa6\xb2\xa7\x92\x64\x25\x10\xeb\x2d\xf9\x4d\xa6\x35\xeb\x3e\xb5\x24\xba\x88\xf5\x98\xf6\x68\xfb\x01\xd6\x1f\x80\xe6\x26\x64\xdb\x82\x3e\xd6\xe3\xec\x34\xd8\xd2\x74\x89\x79\x9a\x3a\x4d\x7d\x86\x79\x90\xda\x2f\x72\x63\x0e\xd1\xa2\xa0\xd7\xcc\x51\xda\x3f\xe2\x6c\xe6\x51\xfa\x11\x44\x0b\xf3\x14\x50\x97\x81\x64\x5e\x66\xc8\xa2\x5e\x32\x7f\x82\xe4\xed\x10\x6b\x0b\x54\xe2\x26\x63\xa1\x60\x9c\xcd\x42\x56\x3f\x53\x5d\xe1\x0b\x73\x60\xb5\xaa\x00\x46\xc0\x47\x05\x13\x70\x1a\xfc\x14\x3c\x0d\x93\x99\xf3\x09\x0b\x61\x23\x33\xa4\xf8\x34\x3c\xc8\x54\xa7\x8f\xc0\xb7\x99\x4f\xa3\x68\xcc\x15\xac\x4d\xdb\x13\x98\xd9\x2c\x92\x5b\x3d\xb3\x91\x35\x6c\x43\x62\xbe\x62\xcf\x32\xcc\x05\xb3\xc4\x9f\x14\x21\xa0\x50\x6c\xe0\xbd\x04\x07\xc4\x4b\x80\x09\xf0\x3f\x11\x09\x87\x83\x6c\x84\x17\x8a\x8a\xa1\x2c\xe1\xd6\x34\x11\xa4\x17\x48\x76\xd7\x40\xdf\xf9\x27\x03\x4e\xc1\x39\xbc\xb7\x6e\x5c\x78\x0f\x6f\x92\xcd\x18\x73\x23\x77\x41\xf9\x01\xc6\x22\xfd\x88\x6c\x03\xc3\x57\x17\xc7\x9d\xcc\xc0\x6a\xaf\xd3\x3d\x19\xc3\x9a\x54\xcc\x0b\x70\xaa\xea\x5c\xe1\x4c\x30\x45\xe9\x96\x8a\x05\xfb\xe5\xb4\xc8\x7d\xd0\x3a\xa9\x30\xc0\x03\x32\x8a\x51\x6e\x31\xf0\x4c\xa1\x87\xcd\x3b\x58\xc8\x7b\xac\x5d\x05\x4c\xaa\x6f\x92\x88\x80\xf8\xda\x36\x36\x12\xa8\xab\x06\xa8\x07\x81\xff\x55\xad\x47\x57\x33\xc2\x2a\xf6\xe4\x3f\x67\xb4\x1b\x2c\x53\x98\xe0\xb2\xf2\xe8\x88\x4f\xa0\x5c\x6d\xef\x6f\x84\xe6\xc9\xc7\xdc\xe6\x40\x42\xc9\xa6\x75\x8b\xe1\xc9\x02\x8a\xc6\x8b\xbe\xbf\x35\x54\x7c\x02\x98\xd2\xf4\x93\x75\x08\x88\x6d\xa0\x51\x1d\x81\x9a\xda\x13\xe8\x15\xc0\x57\xf3\xbb\x7c\x02\x23\xcd\x74\x2b\xc5\x9a\x71\xd2\xc0\x8f\x68\x04\x03\xb5\x47\xfd\x33\xc1\x03\xca\x41\xd7\xcf\x90\xaf\x14\x5e\xe7\x0c\xf5\x08\x97\xab\x41\xba\xb4\xcb\x4e\xbc\x81\x7e\xa8\xbd\x92\xb5\x1d\x98\xda\x72\x85\x32\x08\xec\x6e\xbc\x8a\x1a\x06\xcc\x75\x35\xf9\x36\xc0\x9f\x6a\x9b\xe4\x27\x8c\x32\x53\x52\x04\x91\x71\x5f\x3f\xd3\x7f\x1b\x98\xa6\xce\x71\xfd\x0a\x5e\x96\xc9\xd6\x45\x41\x41\x42\x40\xfe\x59\xb5\x3c\xff\x33\x7f\xaf\xe2\x7a\xe1\x47\xf0\xa5\xbc\xaf\xf8\x1d\x91\x20\xeb\x28\xf9\x57\x4a\x97\xd6\x97\x6d\xcf\x59\x24\x11\xa1\x2b\x12\xde\x88\x11\x38\x87\xd0\x3c\x51\x20\xe1\xca\xb6\x69\xc2\xe5\xe4\x26\xe7\x5c\xfe\x5b\xda\x3d\xab\x00\xde\x79\x30\x54\x8e\x54\xda\x17\x1d\xe3\xef\x54\x4c\x43\x68\x40\xb6\xec\x5b\x69\x3a\x71\xb1\x6c\x7a\xd9\x96\x52\x1b\xe9\x22\xb4\x7b\xf6\x71\xc9\x74\x6c\x5c\x42\xa7\xe8\x0b\xbe\x3a\x74\xab\xf0\x21\x69\xaa\xcf\x27\xc1\x59\x8a\xcc\x39\x87\x3f\x4c\x2f\xb5\x4a\xe3\x35\x80\xb0\xec\x8a\xc2\xab\x64\x2f\x6f\xaf\x7c\x2b\x32\x0b\x5c\x20\x0b\x28\xfb\x1f\xa1\x59\x9a\x8f\x16\x97\x1c\x94\x80\xd8\xe8\x6c\x82\x18\xc6\x6f\x4d\x40\x88\x00\x62\x48\xe8\x3c\x21\x40\x2e\xf1\x79\x28\xa0\x50\x9b\x9d\x8b\xf9\x68\x60\xb3\x15\x83\x57\x02\xbe\x96\x22\x65\x27\x31\x27\xb9\x3c\xe9\x75\xec\x4f\xe0\xa7\x64\x02\xbf\x16\x3f\x2c\x71\x24\xe4\x23\x3e\x8a\x13\x89\x87\xb3\x0e\x8a\x50\xe4\xc0\xf8\xeb\x42\x98\x72\x2f\xa4\x53\xa0\xa7\x11\x7d\xf6\xf3\x87\x80\xf5\xce\x30\x6f\x3f\xb8\xc8\xea\x0a\xf7\x34\x6c\x21\x09\x92\xc6\x93\x77\x72\xf2\x25\x44\xca\x62\xfa\x4d\x71\x05\xe5\x1c\x6e\x48\x74\x8f\x5a\x87\x58\x26\xb2\xa6\xc9\x33\xff\x0a\x77\xd3\x35\xf1\x5b\x05\x04\xa0\x2b\x24\x82\xdf\xcb\x38\xe6\x53\xce\x7b\x03\xbe\x74\x96\xf3\x66\xc3\x4e\x6b\xed\xb8\x0e\x4c\x48\xbc\x46\x32\x17\x8c\x61\xfb\x8b\x6d\x41\x3d\xed\x98\x28\x0a\xbc\x80\x3d\x2c\x6c\x80\x9c\x8b\x3d\x05\x3f\xa0\xf2\xcc\x5d\x02\x5f\x78\x4d\x9c\x86\x8f\x83\xeb\x77\xbd\xe5\x9d\x63\x6e\xf1\xc1\xf3\xd6\x32\xc7\x9d\x9b\xb9\x61\xac\xdd\x6b\xf1\x1c\x90\xf5\x54\xb8\x46\x64\x27\x38\xcd\x44\x08\x0b\x05\x52\xea\x22\xc1\xb0\x60\x13\xc6\x47\x60\xc3\xbf\x58\xf8\x9a\x2f\xe5\xd3\x33\xac\x79\xcf\xf8\xf6\xb1\x5d\x3c\x2f\xde\xd9\x5d\xc1\xdc\x76\x5e\x8e\xcf\x2a\xee\x32\xee\x43\xe7\x46\x4e\x1a\x37\x79\xed\x5d\xb6\x8e\x73\x86\x1f\x21\x18\xd5\x6c\x82\x46\x05\x0b\xd5\x6e\x64\x2e\x1f\x52\xcd\x42\xdd\xe0\x7d\x54\x3c\x2f\xe8\xe0\x61\xe5\xc3\xe9\x0b\xb8\x0f\x65\xb4\x98\xf3\xdc\x04\xe9\xba\xe0\x2a\xce\x39\x71\xad\x77\x0f\x27\x48\xf8\xdd\x59\xca\xae\x12\x04\x58\x2f\x67\x3d\xe5\xe1\xb9\xed\xfc\xe3\xe6\x2d\xa0\x07\xdf\xad\x52\x49\x5a\xcf\xab\xab\xd8\x5f\xa6\xe4\x39\x18\xae\xe6\x2b\xb9\xed\xba\xcb\x69\x4b\xb9\xae\xda\xb6\x98\x29\x9c\x3e\x75\x72\xd0\x7b\x8e\x87\xa2\xdf\x7b\x03\xbb\x5b\x7a\xcd\x39\x9e\x3d\x5f\xf4\xcc\xda\x8d\x95\xc1\xbf\xc1\x79\xc7\x47\xd7\xc7\x33\xa4\xbc\xab\xb5\xc5\x44\x25\x2f\xb2\x3a\xac\x6c\x32\xf7\x52\xd5\x8c\xfc\x95\xdc\xf8\x8a\xc6\xd4\x2e\xce\x5d\xc3\x82\xe8\x5e\x4e\x41\x79\x50\x50\x1b\xfb\x89\x7a\x89\xd7\x17\x76\x86\xbc\xda\x39\x80\xb5\x5f\xb2\xc4\x7a\x27\x6b\xae\x20\x8f\x13\xc7\x5f\xd7\xbc\x0f\xf8\xc7\xe3\x35\x56\x12\x97\x73\x27\xea\xb7\x23\xcd\x5c\x72\xcd\x48\xde\x41\xce\x67\xf3\xa4\xd4\x22\x0e\x64\x9a\x1b\x4d\xe7\x4c\xd5\x5f\x0d\x82\xd9\xb0\xd6\xce\xeb\x06\xeb\x7f\x4a\x5b\xe7\x9d\xac\x58\xe9\x02\xeb\x0c\x66\xb5\x60\x3f\x48\xa9\xfc\x5c\xe0\x47\xf6\x30\xad\x29\xf2\x47\x53\x8c\xbb\x10\x3e\x45\xbe\x7a\x42\x69\x58\xa6\xbe\x5c\x55\x26\x4c\xa8\xd7\x48\xd0\x1f\x22\x16\xaa\x50\x38\xf9\xf6\x1d\x8a\xad\xc4\x08\xf7\x83\xd2\xd7\x94\xcd\x4e\xbe\x62\x2e\x9d\x6a\x81\x15\x2e\x00\x5f\x81\xb3\x2b\x03\x8a\xce\x93\xee\x57\xe4\x21\x2a\xd1\xee\x06\x59\x69\x51\xe1\x2f\xdd\x85\xb2\xed\x99\x59\xe5\x93\xd1\x21\x09\x78\xcd\x2c\x2c\x3d\xfc\x95\xf2\x1b\xfe\xde\xf6\x4d\xf2\xab\xa4\x24\xf7\x43\xd2\x4a\xca\x47\xa7\x78\xf1\x4e\xfa\x73\x0b\x9d\xe0\x36\x34\x95\xa1\x35\x89\x4a\x44\x24\xc8\xd8\x8a\xb4\x43\x3d\xd3\x5f\x2a\xdb\x5b\x38\xa0\x73\x45\xe7\x65\xae\xd1\x62\xb0\x9e\x09\xdb\xd4\x2c\xbc\x67\xf8\x01\x25\x40\xcc\xdd\xbe\x52\x5e\x4a\xd6\xbb\x1f\x94\x06\x52\x5f\x3b\x15\x89\x3e\x03\x6a\x8b\x71\x81\x11\x4a\x03\x38\x15\xab\x31\x53\x88\x1a\x43\x26\x36\x12\xb5\x46\xd7\x82\x13\x14\x4e\xd3\xfe\xc5\xdf\xcd\x90\x68\x42\x89\x49\xf1\x07\x54\x48\xd2\xa7\xf0\x6c\x05\x85\xd2\x1f\x70\x4f\x06\xd3\x0a\xdc\xf7\x4a\xa8\x80\xa7\x93\x54\xb4\x1d\xdc\x65\xb9\x84\xff\x05\xc6\xd0\x9f\x19\xba\x89\x37\x08\x27\x75\xff\x48\x17\xca\x7c\xcb\x63\xc8\xed\x05\x01\x9a\x51\x4a\x4d\xfa\x7d\xf5\x62\x6a\x5f\xfc\x26\x65\x28\xed\x61\xd8\x4b\x79\x11\xe0\x14\x50\x2f\x55\x30\xd0\xee\x43\xe2\x5a\x70\xbf\x53\xaf\x10\x80\x3d\x2c\x91\xfc\x40\xe6\x38\x6d\x9f\x9e\x02\xec\xc2\x1f\x2b\x1f\x07\x7a\x91\xf1\xda\x59\x8c\x45\xf9\x48\xb5\x90\x51\x9d\xbe\x5e\xf9\x1a\xdc\x1e\xa7\x51\xb8\x80\x13\x61\x28\x59\x26\xb4\x3f\x20\x4b\x52\x07\x8b\xdd\x3b\x44\xe7\x99\x49\x4e\x37\x05\x43\xac\xf5\x96\x97\x78\x4c\xf6\x3c\xaa\x6d\xb9\x82\x7b\x0f\x97\xa7\xf9\xc3\x3d\x5a\xba\x4e\x4d\xe0\x9a\xf3\x72\x95\x3f\xb9\xec\xb4\x60\x05\x89\x8b\x8f\xbd\x28\xbb\xcc\x2d\x0e\xbd\x21\x5d\xc5\xcd\xf0\xff\x23\xc6\x73\x77\xba\x8b\x85\xbd\xdc\x55\x4e\xbf\xf9\xdd\x9c\x97\x56\xa1\x5c\x25\xe7\x08\xb9\x5f\xbb\x41\x61\x85\x5d\xae\x6e\x97\xa7\x23\xee\xa8\x02\x64\x40\x6e\xb4\xe2\xa4\xb4\x27\x35\x49\x1e\x23\xb9\x15\x3b\x45\x7a\x44\xfc\x2d\x74\x8b\xc4\x56\x3c\xdd\x5f\x21\x12\x0a\x3f\xba\x27\x09\x2e\x0b\x0e\xac\x9f\xc1\x7b\xc4\x07\xac\x74\x9c\x8b\x3c\x57\x92\x56\xb3\xc5\x30\x81\x7e\xad\xda\xa3\x6f\x2c\xbe\xa2\xdc\xa5\x73\xc9\x89\x91\x3f\xd1\xb6\xa7\x30\x64\x44\xcd\xd2\x98\x30\xc9\x6f\x55\x5e\x48\x95\x98\xa8\x90\xfa\x2f\x12\xde\x95\xa1\xb6\x7c\x15\x38\x4b\x2c\x9c\xde\xf3\x42\x84\xc7\xad\xc6\x38\x3b\xf9\xb9\xc4\x1f\xea\xee\x2a\x35\xba\x50\x15\x62\xfa\x5e\x9c\xa8\x78\x5c\xb1\x2d\xfb\xa1\x9c\x69\x28\x49\xb1\x94\x2d\xd2\x01\xd1\xdf\x25\x75\xda\xa2\x90\x6c\xf1\x5a\xb5\x9d\xdf\x7d\x21\x4f\xc1\xdf\x72\x91\x7f\x59\xda\xe9\xf4\x88\xfb\x49\x74\xd6\x6a\x90\xfd\x85\x7f\x89\x48\x57\xbb\xd7\xf2\x50\xff\x53\xde\xae\xde\x53\xf4\x5e\xc1\xac\x3a\x98\x2d\x95\xaf\x34\x75\x25\xdf\x92\x36\x1b\x29\xd1\x47\x24\x3e\xfa\x79\x21\xde\xa2\x71\x2d\xca\xef\x90\x70\xb5\x2a\x7d\xcb\x7e\x7e\xbe\x7c\x8a\xd3\x6b\x2e\x57\xdc\x6d\x75\x97\xcd\x17\xb8\x96\x55\xb5\x86\x17\x3c\x29\x0a\x6d\xaa\x29\x3a\x93\xad\xa8\xff\x8a\x18\x4d\x21\xd4\x26\x96\x1e\x8b\x9d\x6d\x56\xa3\x66\x86\x11\x4d\x1a\x0c\x14\x58\x6c\x28\xc6\x6f\xf0\x02\xca\x97\x91\xe6\xba\x4c\x53\x99\xa8\xcb\xec\x20\xd9\x73\x20\x66\xf5\x0b\xf1\x12\xa8\xaf\xac\xa0\xc5\x5c\xec\x56\xb4\xb2\xf1\x23\xe2\x7d\x36\xaa\x3e\xb2\xb4\x3f\x25\xb6\x66\xb4\x4c\x1a\xf3\xd6\x3c\x15\x5d\x11\x96\x6d\x5a\x88\xbd\x13\x98\xa6\x7f\x4f\x88\xf5\x02\xb4\x5d\xa4\x0f\x2e\x4b\x55\x3b\xa9\x7d\x76\x15\x32\x33\x50\xbd\x66\xa1\xe8\x1a\xd4\x5b\xb6\xb6\xf9\x43\x49\x73\xe1\xc3\xc6\x60\xe4\xf6\x6c\xef\xba\xea\xb2\x2b\x29\x0e\x35\x6b\xd0\x8c\x98\x93\x55\x78\x6c\x46\xd8\x8e\x0a\x01\x1e\x13\x18\xa2\xc7\x11\xbb\xbc\x68\x5a\x3f\xca\x5c\x97\x75\xca\xfb\x34\x91\xdd\x90\x2c\x84\xe1\xbc\x66\x9b\x48\x04\xfd\x0f\x99\xd6\x84\x47\x8f\x15\x06\xd6\xbf\xc6\x7c\xca\x1a\xab\x2d\xc2\xb9\x24\x8f\x9a\xff\xc3\xeb\x63\xb0\x95\x11\x44\xc7\xd0\x9f\x46\x34\xe9\x41\xe0\x72\x5d\x31\x65\xcc\xab\x48\x13\x4a\x33\xb9\xf8\x28\xa7\x02\x46\xbb\xb7\x52\x26\x38\xb0\x46\x23\xbc\x06\x3f\x2b\xfd\xd8\x38\x93\x30\x51\x70\xa4\xae\x9c\xf8\x27\xcb\xbe\x66\x15\xe9\x43\xf2\xd6\xaa\x36\xca\xa4\x98\x29\xa6\xd5\x54\x8f\xd0\x46\x43\x04\x8d\xbb\xfd\x66\x79\x2c\xfd\x8d\x57\xbc\x3a\x92\x51\xec\x12\xa5\xb0\x00\x5f\xd9\x3b\x4a\x5a\x61\x70\xcd\x17\xe1\x3c\x96\x45\x69\x7a\xfd\x71\xda\xd9\x02\xab\xda\x04\x7a\x6e\xa6\xd8\x7c\x87\xfe\x5f\x52\x67\x25\x0d\xa8\x88\x56\x1a\xbf\x30\x10\xa1\x21\x7a\x37\x30\x64\x7b\xb9\x76\x07\xe4\xe9\xe5\xa5\x4a\x80\x03\x5c\xb2\xe4\x3e\xcc\x10\xfb\x02\xf1\x25\x56\x84\x45\x81\x60\x27\x3b\x19\xf1\xbe\x6e\x11\x9b\x98\xbf\xb4\xba\x8e\x2d\xca\x38\x5e\xe5\xcf\xd6\x24\x4d\xae\xf8\x8f\xdd\x15\x3d\xd9\x40\x64\xdf\x0a\xb9\x56\x7e\x82\x33\x73\x7b\x88\xfa\x13\xc7\xd7\x6b\x95\x72\x21\x87\xec\x42\x92\x4d\xe2\xd4\xda\x77\x88\x86\x39\x07\x2c\x1e\xf1\x7d\x38\x0f\x11\xf3\x6a\xc8\x12\x71\x9e\x9f\xd9\x5d\x32\x27\x63\x9a\xe9\x85\x98\x96\x98\x62\xac\x16\xbd\x8e\x42\xeb\x7d\x45\x05\x21\x39\xda\x06\xe1\xe5\x80\x57\xaa\x37\x42\xcf\xad\x6f\x14\xf3\x05\x72\x17\xaa\x74\x0e\xff\xb8\xfd\x6d\xe1\x0d\xde\xff\x2c\xb7\xf3\x70\xbc\xc5\xc5\x3e\xd5\xbe\x5a\x6c\x6e\x59\xd5\x32\x4d\x74\xba\x57\xc5\x6d\xb5\x45\x42\x9d\xa1\x42\xf9\xf6\xff\x04\xc0\x03\x60\xd4\x0b\x03\x00\xf0\xcc\x97\x39\xa3\xb6\xe6\xb5\xdd\x9a\x6d\xdb\x3b\xdb\xd6\xff\x6c\x63\x77\xb7\xdd\x6c\x65\xe3\xcb\xf6\x72\xbd\xac\x97\xb1\x5e\xb5\x8c\xd7\xf7\x2b\xb8\xd1\x94\x60\xde\x95\x79\xc7\x76\xd4\x44\x48\xd2\x58\x7d\x8d\x53\xd6\x0c\x9a\x0a\xf5\xa4\xd0\x0a\x7d\xa1\x76\xed\xca\xd7\x9a\x40\xf5\x63\x77\x99\xe2\x86\x6a\x01\xfa\x54\xe7\x31\x27\x17\x36\xbd\xbd\xb9\xd9\xb5\xf6\x7e\x2b\xdc\x31\x52\x5e\xea\xf4\xb6\xaf\x2e\x68\x76\x9c\x68\x5c\x9f\x39\x6c\xab\xb0\xce\x48\x82\x59\x8e\x98\xb3\xd6\x18\x8c\x2f\x8d\x09\xa1\xb9\xba\x17\xfa\x09\x2b\xdf\xaa\x2f\x69\x0e\xb8\xdb\x15\x2a\x15\x03\x8d\xec\x2c\x6f\xfb\x07\xba\xbd\xdd\xa3\xb5\xa1\xd6\xd9\xf2\xdc\xb9\xbb\xdc\xb5\xb9\xaf\x79\x6a\x01\xd1\x91\xe9\x48\xce\xd4\x34\xde\xb6\x55\x26\x15\x58\x8a\xad\xa9\x6b\x94\x46\x86\xe9\x6a\x68\x91\x8e\x62\x08\xf2\x9b\xae\xae\xd3\x2a\xdc\x0f\x2a\x16\xaa\x2e\xa0\x12\x37\x3e\x46\xc1\x21\x91\xeb\x3e\x62\x22\xab\xcf\x0d\x7f\xc2\xfd\x55\xea\x35\xf0\x9d\x30\x3f\x2f\xa5\xf7\x2a\xa9\x34\x3d\xad\x0b\x4e\x39\x1d\xff\xa4\x6d\x0f\x9d\x17\x79\xb3\xf9\x11\x0b\x17\x54\x67\xbb\xc6\x15\xfa\x1c\x37\x4b\x81\x75\x2e\x31\xfa\x89\xa2\xaf\x28\xcf\x8d\xe1\x98\x36\xc8\xf2\x75\x99\xb8\xb4\xea\x9d\xc3\x25\xf8\xf7\xa5\xb3\x07\x60\xc4\xe3\x79\xe1\xbd\x99\xe4\x4b\xe9\x31\x9d\xf7\x68\x8b\xe3\x1f\xb7\x25\x31\x4c\x91\xf7\x9a\xd9\xec\xb8\x20\x8a\x8d\xc3\x9b\xe6\xf3\xd0\x1c\x01\xbc\x76\xa9\xd3\x1d\x12\xbd\x45\x7e\xde\x20\xc6\xfd\x04\x7f\x5a\xdb\x44\x10\x55\x3b\x86\x86\x49\x13\x4b\xfe\xed\x3f\x4a\xee\xcd\x5b\xd6\xb3\x85\x2a\x4b\x5f\xd5\x59\x4a\x77\xc6\xdf\x6e\xdd\xc7\xbc\x1b\xf9\xb8\xe9\x3f\x4e\x76\x90\xcc\x36\x9b\x77\xd9\xe7\xb7\xe9\x9a\x80\xe2\xa2\xd4\x91\xc5\x2b\x91\xc0\xfa\x49\xe4\xcb\x60\xcd\x48\x34\xe5\x67\x35\x68\x10\x41\x0b\x2c\xe9\xed\xd3\xd2\x1d\xb9\xb7\xbb\x95\xcc\xc0\xb4\x1f\x1d\x91\xac\x97\xf1\x87\x5b\xd6\x73\x46\x23\x1f\x36\x4d\xe2\x1d\x08\xea\x6f\xf4\x07\xce\xf9\xc6\x9b\x26\x0a\xff\x71\xb9\xaf\xdd\x24\x99\x83\xf4\x59\xab\x66\x7c\x03\x7b\x0c\xdd\x60\x3e\xaa\x3a\x31\xb0\x8c\x75\xbc\x24\xb5\x37\x8f\x7d\x27\xd7\xd8\x55\xc6\x5d\x96\x76\xb8\x7d\x16\x8f\x16\xdf\xe1\xb4\xf2\xff\x89\x7c\x64\xff\x25\xa0\x05\x1d\xb5\x82\x44\xd3\x7c\x45\x46\x2f\x71\xa7\x6b\x86\xe6\x8e\x34\x09\xc1\x1d\x49\xe7\x51\x1a\xcc\x83\x76\xde\xcf\xaa\xa2\xbe\xdb\x7c\x63\xf1\x9d\x9e\x25\x40\x5e\x6e\x4c\x67\xa0\xc0\x2f\x4d\xda\xfa\x56\x38\x37\x9e\xd1\x2c\x10\xcd\x8e\xbc\x6b\xfb\x29\x0e\x0e\xba\x67\xc9\x92\xe4\xf9\x1e\x31\xa4\x4a\x1b\x5c\x77\x6a\xa6\xca\x58\xf0\xc1\x21\x8b\xf4\x7f\xf5\x4f\xfb\x1f\x4a\xcf\x54\x1e\xed\x5d\x2d\xbd\x5a\x0c\xe9\x12\x4b\xff\xe4\xfc\xdd\xde\x25\x4b\x49\x8b\x6e\x01\x64\xca\xf8\xec\x26\x5f\xd9\xc5\xc8\xbb\x8d\x1b\xe4\x01\xc1\x73\x4c\xff\xc9\xd9\x2b\x16\xeb\x97\xcb\x37\xb8\x05\xab\xbe\xc9\x1f\xc3\x27\x0d\x3c\xd0\xd5\xd5\xe7\xf5\x41\xb4\x57\x2b\xd7\x74\x5f\xd0\xa6\x16\xbd\xe8\x5c\xa1\x39\x9f\x43\x6f\xab\xd2\x20\x52\x5f\x38\x73\xd4\xff\xc6\xcf\x77\xcc\x51\x73\x22\x2f\x5a\xbb\x54\xdf\x83\x83\x8d\x3f\x54\x88\x15\xa5\xba\x08\xe5\x16\x37\xa3\x6a\x95\xe2\x1b\x2c\xa9\xbf\xaf\x71\xa4\xce\xd9\x1b\x64\x35\x57\x34\x77\x0d\x59\x70\x45\xf5\x1d\x53\xcc\xb5\xd9\x3f\x5a\x53\x4d\x59\xa9\xaa\xe6\x32\xe3\xca\xb8\x93\xf6\x68\xfd\xbb\xc8\x01\xcb\xa8\xae\x31\x78\xa5\x31\x5c\x3b\x6b\x05\x43\x2b\x52\x73\xdd\x2e\x29\xad\xca\x87\xd0\xfb\xfd\x2b\x9a\xa8\x75\x19\x3d\xc3\x0e\xd7\x8a\xd2\x2e\x4f\xdb\xae\x22\xcf\x76\x69\x23\x22\xfb\x7c\xcb\x01\xeb\xe4\x54\x58\xd3\x6d\xb3\x3d\x6e\xbd\xed\xbc\x69\x6a\xa4\xd3\x82\x30\x24\x05\xfb\x1b\x4e\xea\x72\x56\xe8\xb5\x6e\x9a\x7c\xb7\xef\xca\x58\x55\x2e\x54\xdb\xb7\xb1\xa5\xa7\xf6\x4f\xcf\x4a\xa7\x77\x85\x6b\x67\x73\x93\xa1\xf0\x73\xdb\x47\xfb\x9f\xec\x8d\x2d\xe1\x36\x74\x6a\x7e\x53\x95\x75\x5b\x5c\xaf\xad\xcc\x7c\x27\xb2\xdd\xfc\xc4\xb8\x2b\x38\xc6\x90\xad\x6f\x58\xb1\x4e\x33\xa0\x9d\xe4\xee\xa7\x38\xa3\xea\x86\xb8\x6c\x6b\x45\xbd\xad\x59\xbd\x99\x8f\xe9\x29\xfd\xb9\x21\x1d\x07\xcf\x1f\x5c\x3b\x89\x50\x93\x19\x32\x68\x22\x59\x92\x36\xf4\xee\xa7\x4e\x8c\x7e\xd4\x39\x42\xdf\x14\xde\xd6\x0a\x66\x0d\xae\xfa\xe6\xb8\xcc\x3d\xe8\x1d\x65\x19\x03\xae\x2d\x37\xe8\x6f\x8a\x27\x43\x16\x6d\x7d\x84\x75\xa9\x09\xd8\x74\x0e\xd7\x57\xfa\x61\x7d\x2f\x21\x3a\xbf\x73\x04\x4f\xfc\x95\xb9\x6a\xe0\x07\xf9\x4f\xd2\xc6\x5e\x10\x2d\x2d\xfa\x45\x67\x20\x63\x4f\xf8\x48\xcb\x1b\x36\x39\x60\x9e\x83\xc4\x4b\xf2\xae\xb0\xb4\x09\xe6\x2d\xdf\xa4\xb7\x8a\xc6\x21\x53\xb6\xae\xc2\xd3\x6a\x96\x6e\x72\x23\x5c\x2c\xbd\xbf\xee\x07\x29\x21\xdf\x34\x7c\x86\x3c\x9a\xe9\x36\x80\xa4\x0e\x26\x0d\xf5\x0c\xd0\xf7\x44\xbf\xec\xe8\x67\xfe\x08\xdf\xd1\x42\xe3\xd0\x03\xfc\xec\x3f\x79\xbf\xbd\x99\x96\x28\x81\x61\xf9\x4d\x7d\xb4\x38\x00\x7c\x61\xf3\x26\xca\xc2\xea\x5b\x1b\x76\x52\x7d\x4b\x3b\xd7\x0e\xd3\x92\xf3\x6b\x86\xd4\xf4\xfe\x8c\xf1\xfe\xd5\xcc\xe8\x24\x53\xb7\x98\xf5\x29\xfa\x61\xbb\x81\x73\x3b\xfc\x88\x93\xc8\xfb\x3b\xa0\xd0\x3e\x13\x78\xe1\xbd\xcd\x5c\x2d\xfc\xec\x12\xa1\x23\x49\xe6\x82\x15\x9b\x96\x31\x23\xab\x95\xeb\xb3\x99\xef\x4b\x8b\x47\xea\x59\x07\xf2\x97\x0e\x66\xb2\x2f\x67\x1c\xed\xfd\xc1\x9d\x9b\x44\xec\x2a\xe3\xe1\xa2\xaf\xb4\xe1\xf8\xf7\xc2\xcf\x37\xd7\x0b\xb8\x01\x0c\xdb\x6c\xd1\x12\xef\x71\x13\x41\x3c\xec\x62\xd3\x5a\xa5\xc9\x0d\xc7\x36\x5c\xe1\x55\x56\x4f\x59\x37\x91\x77\xb3\xe4\xe7\xb0\x0b\x1f\x9e\x77\x79\xe0\x2f\xc0\x2b\x43\xdf\x73\x41\x30\x21\x29\xb3\x33\x58\xf0\x36\xfa\x50\x6b\x81\x70\x2c\xfc\x5a\x53\x89\xd8\x3d\xa0\xb9\x71\xa1\x24\xdb\x07\x64\x54\x49\x21\x2e\x6f\x35\xfb\x65\xcc\x06\xd5\x7a\x57\x69\x45\xd5\xee\x91\x2c\x69\x65\x49\xdf\x20\x42\x5a\x9a\xa7\xee\x43\x4a\x55\x19\xa5\xdd\x91\xd2\x2b\x49\x5e\xed\x1b\x64\xde\xd1\xdb\x9c\x2f\x64\xfc\xf0\x31\xfb\x07\xd9\xeb\x80\x3b\x96\xfd\xf2\x22\x1f\x9b\xa1\x58\xde\xe2\x4a\x56\xf7\xca\xaf\x34\x78\xae\x2d\xd5\x5a\xab\x2a\x87\x36\x68\x3e\x96\xe4\xf4\xbf\xd5\x54\xe6\xc5\xf6\x7c\x57\x8f\x65\x2c\xee\xbc\xa5\x76\x26\x7e\x6a\x23\xa9\x63\xa3\x3b\x9b\x4f\xa8\x6e\x86\xff\xb4\xdd\x50\x89\x02\xe7\x9a\xd7\xaa\x66\xfa\xdc\xd5\x43\x95\x80\xeb\x05\xd5\x79\xc5\xc3\x7a\xcc\xc8\x6c\x6b\x79\xe5\x91\x41\xa4\x25\xac\xf8\x5a\xdf\xb0\x79\x56\xee\xd5\xee\x43\xa6\x39\xe9\x87\x3a\xd6\x19\x97\x24\x6e\x6e\x85\x1a\x16\x47\xe3\x9b\xee\xea\x27\x85\xbf\x6a\xfc\xa4\xbd\x16\xe8\x65\xba\xa2\x91\xfb\xce\xd6\x0d\xa8\x3d\xdd\xdc\x54\xe1\xca\x03\xf5\x4b\x87\xd5\xf6\x07\x95\x92\x81\xab\x36\x79\x71\x6f\xdf\xdc\x46\xcf\xdc\xb5\xdd\x01\x96\x47\xe9\x5d\x1d\x4b\xcd\xbd\x89\xcd\x2d\xb7\x4d\x95\xd1\x35\x4d\x38\xc3\xc7\xf0\x97\x8d\x0a\x3d\x22\x30\xcc\x84\xd0\x0e\xfb\xfa\xeb\x52\xd4\x4f\xdc\xe2\x95\x0f\x54\x6e\x75\x17\x87\xa7\x34\xdf\xaa\xcc\x1f\xc8\x6c\x2a\x2b\x16\xf4\x72\xec\x87\x72\xcd\x5d\x66\x5b\x61\xba\xb1\x5d\x68\xbd\x9a\x68\x6c\xc9\xb3\xe4\x47\x57\x3b\x9e\x9a\x06\xc3\x3f\x5b\x7f\x1b\x0e\x06\xe6\x19\xef\xeb\x86\x7d\x0b\xb5\x27\x35\x16\x37\x94\x92\xa6\x82\xef\xfc\x1f\x36\xb0\x21\x68\x5d\x01\xce\x0a\x39\xdb\xa5\xc1\xbf\x81\xd7\xdb\x7c\x89\x54\xd4\x3c\xd5\x12\xf2\x1c\xcc\x7d\x2e\x95\xf2\x37\xbe\x19\x77\x9a\x76\x81\x44\xa9\xf9\xc2\x9c\x44\xed\xce\xfe\xc1\xe6\x32\x5e\x45\xad\xe7\xc5\x71\xb2\x7c\x7a\x05\x39\xfc\xab\x3b\x2e\xa3\x37\x41\x6f\xad\x95\x60\xd7\x20\xfc\x3a\x2f\xe0\xf6\xa1\xc8\x8d\x12\x02\x0c\x73\x57\xa9\x26\xf9\xe0\xe1\x9c\x0f\x94\x19\xc4\x2b\x38\x28\xcd\x83\x02\xa9\xe9\x64\xd0\xe8\x6b\xb2\xb7\xb2\xfe\xb0\xfc\xa2\x14\xdc\xdb\x5c\x6f\x9f\x26\xc1\x44\xa0\x68\xfb\x3d\x54\x0c\x72\xdd\xc8\x30\xfa\x01\x7a\xb8\x73\x36\xd6\x80\x1d\xb4\x5e\xc2\x97\xe2\x2f\x2a\xde\x11\x23\x49\x7f\x71\xe8\xe4\x68\x4a\x14\xf6\x13\x15\x47\xe3\xd5\xa4\xd3\xaf\x33\xbe\x64\x13\x59\x12\xb6\x21\x0a\xce\xa5\xf1\x56\xfa\xd8\x81\x4d\xc0\xbf\x5b\xbf\xc3\xf5\x44\xe7\xd0\x5b\x24\x92\x3c\xa3\x5d\x86\xae\xa6\x40\x2d\x2c\x6c\x19\xf5\x9d\xfc\x28\x1e\x47\x6f\x62\xd3\x88\x5d\xcc\x70\xac\x1f\x65\x02\xeb\x61\x75\x1b\xad\x93\xb3\x35\xeb\x2d\x93\xcd\x33\x46\xf9\x71\xec\x00\xc5\xa7\x9f\xff\x49\x48\xd9\xfc\x15\x3a\x85\xb9\x75\x30\x19\x3e\x8f\x65\x6f\xfd\x86\x0c\x65\xc3\xcc\xcb\xd1\x0d\x9c\x5a\x99\x13\x3b\xcc\x45\xb3\xe8\x84\xd9\x3c\x02\xa6\x8a\xd4\xcd\x07\xaa\x3e\x53\xb1\x40\x6f\x16\xc0\x20\x08\xce\x80\xbe\xb2\xb7\x0a\x9f\xfb\x5c\xe1\x87\x8b\x17\x6c\x8a\x6d\xe8\x12\xe6\xf4\x1b\x20\xf7\x84\xbd\x2d\x0c\x78\x98\xf0\x8c\xf1\x10\xd2\x28\x5a\x21\x25\x61\xa6\x8a\xcc\x4c\x26\xce\x29\xfa\x17\xad\x27\x56\x8a\x2b\xab\xaa\x29\x59\xe2\xe3\x59\x7f\xd1\x69\x92\x55\xa0\x87\xac\x1b\x12\x92\xef\x04\x9e\x50\xf2\xbf\xf5\x9a\xda\x77\xba\xf3\xbd\x1e\x0d\x29\xba\xd5\xcd\xab\x20\xbd\x5a\x83\x7e\x23\x3c\x42\x33\x26\x6e\x41\x3e\xd2\x54\xd1\xff\xc1\xac\x55\x6f\x40\x65\xe3\xbb\x55\xe3\x95\x48\xd2\x19\x55\x50\x26\x93\x16\xa8\xcc\x00\xed\x64\x8e\x2a\x62\x7d\xab\xb9\xc3\x72\xef\xb5\x0b\xaa\xd1\x2d\xa1\x5d\x57\xea\x66\x37\xeb\x1d\xf3\x1b\x86\x1c\xef\xb5\x27\xa0\x50\x7b\x99\xf0\x19\x22\xa6\x71\x2d\x8d\x84\x0e\xb1\x3c\x40\x2e\xc6\x95\x99\xc6\x2b\xf8\xc4\x0d\x86\x9b\x19\xb7\xa9\x89\x3a\x35\x48\xca\x5c\xaa\x99\xea\x6b\xe2\x7a\x2b\x31\xc3\xe0\xca\x03\x43\xb3\x3a\x7d\x6a\xa4\xfd\xbd\x36\x64\x7d\x4e\xaf\xbb\x26\x1c\xb2\xac\x4b\x27\xa0\xc0\x67\xb6\xdf\xa0\xfa\xa0\xdc\x5b\xc6\xe0\x7f\xb0\xf0\xa6\x73\xe5\x9b\x09\x0f\x6c\xb0\x0c\x14\xc5\x61\x1e\x04\xd5\x33\x5a\xf5\x3d\xbe\x47\x38\x67\xd5\xd0\x21\x67\x65\xf2\x06\x69\x07\xb3\xfa\xc7\xda\x6d\x8d\x47\xea\x8e\x0d\x1d\x56\x3b\xc1\xce\xfe\x83\xc0\x23\x98\xa5\xc7\x46\x19\x42\xae\xed\x5c\x01\x6f\xc3\x7c\x6e\x25\x97\x13\x08\x92\x26\x58\x46\x3a\x25\xc5\xfa\x11\x54\xcf\x28\x33\x06\xf9\x3e\xe3\xd8\x35\xae\x43\xb3\x2b\xfe\xd9\x36\xb1\xfd\x6b\xb5\x63\xd3\x93\xc6\xea\xba\xb2\xf5\xad\xea\x48\xb0\xef\x48\x02\xa0\x84\x2d\x1f\x18\xa6\xd4\x22\x23\x7b\x8e\xc3\x21\x18\x45\x87\xa6\x3c\x8f\xb0\xc0\xf9\x24\x23\x9d\x7c\xcb\x76\x19\xc4\xa5\x7f\x33\x55\xae\xf0\xe1\x64\x6b\xa4\x5b\x2d\xf8\xce\x86\xe9\x43\xad\x84\x93\x90\x2d\xed\x2b\x88\x5f\xe1\x89\x16\x17\x72\x16\xf2\xab\x1c\x4f\xd9\x82\x19\x65\xbb\xd3\xb2\xf1\x26\xcc\x4d\xc6\x74\x12\xad\x1a\xc9\xfc\x45\x1d\xc9\xba\xc0\x09\x61\xfc\x89\x72\xe1\xad\xe5\x00\x3e\xfd\x02\x0a\xe0\xbb\x65\x3b\xce\x07\xda\x3b\x78\x05\xcf\x84\x7f\x69\x63\x11\x4e\xa1\x92\xcd\x02\x52\x3c\x66\x87\xec\x26\xf9\x0c\x3e\x99\xd5\x4f\x15\x13\xf7\x61\xa8\xf4\x06\x4a\x69\xf5\x5f\x4c\x32\x7d\x4d\x96\x9d\xbd\x87\x15\x0d\xfa\xcc\x2b\xe2\x16\xfa\xb4\x09\x82\x01\xe7\xe6\x73\x98\x8d\x48\xf0\xe0\x44\xdc\x0a\x34\xaa\x75\x2f\xbe\x05\x8b\x33\x5d\x26\x86\xe3\xdb\x64\xd9\xa4\x87\xc4\x07\x2c\x5f\xca\x16\xca\x7c\xcc\x0c\xda\x7a\x1a\xbc\x6a\x37\xe3\x06\x63\x2c\xab\x82\x1d\xcf\x6e\x06\xdd\xe6\xbe\xe0\x15\xf9\xb4\x00\xf7\x04\xa0\x8d\x4f\x51\xde\x44\xdf\xfe\x0c\xf4\x11\xd2\x40\x4b\x30\x56\x4c\x99\x68\xe4\xe0\x53\xa8\x6d\x52\x37\xa2\x07\x3d\x8f\xb9\x92\xec\xc9\xf8\x88\x8e\xa7\xe6\xb1\xb6\x57\x2d\xa2\x0f\x70\x5a\x32\xef\xb2\xa2\x79\x46\xd0\x5a\xee\x3c\xc0\xe4\xb3\x15\x08\x14\x6e\xd8\x30\x11\xde\xc5\x5c\xda\xdb\x85\xe4\xb1\x16\x34\xaf\x43\x23\x59\x1f\x0d\x5e\xd8\x0a\xf6\xb8\xf8\x0b\x1e\xc1\x9d\xc9\x08\x24\xda\x78\x1e\x28\x2a\xf9\x0d\x3f\xb5\x92\x4f\x63\x02\xa2\x4c\x22\x33\x42\xb0\x1f\xa4\xe2\xac\x16\xfe\xf2\x79\xc2\xc7\x8b\xf3\xd6\x45\x41\xab\x05\x83\xdd\xef\xe1\x35\xc2\xb9\x4d\xab\x90\x74\x61\xae\xee\x1c\xda\x24\xdc\x20\xba\x82\x3d\x29\xf2\xa4\x87\x13\xbc\x44\x36\xe4\x10\x69\x50\x3c\xab\xe2\x11\xb5\x52\x6c\xcb\x9c\xcf\x88\x93\xcc\x07\xe1\xd8\x0d\x12\x9e\xaf\x27\x6f\x9b\xe4\xf5\xf0\xbe\x06\xab\xf6\x66\x67\x27\x64\x8f\xb6\xde\x36\x0e\xfb\x57\x73\x45\x73\x1e\x99\xa0\x49\x13\xfe\x85\x5e\xab\xde\x4b\xdd\x84\x8b\x55\xfb\x21\xa8\x84\x71\x95\xb6\xfc\x2b\xf9\xae\xf2\x6e\x86\x84\xf6\x45\xb9\x08\x54\xc9\x2a\x52\xac\xf6\x95\x73\x6f\xc9\xd3\x06\x93\xea\x40\xcd\xbf\xda\xe1\x0d\xce\x26\xaa\xf5\x3d\xe4\x97\xfd\x9b\xea\x13\x9c\x6e\x23\x03\x78\xd4\x14\xeb\x2d\x4a\x06\xe6\x88\x25\x08\x9e\x83\x5f\x67\x02\x97\x2f\x23\x1d\x31\x20\xd2\xc7\x68\xb3\x74\x6b\x40\x2b\x98\x4d\xea\x7f\x7c\x0f\x70\x0b\x95\x8c\x7e\x5c\x4d\xf3\x80\xb6\xb5\xb9\x7e\x79\x5f\xb6\x25\x0e\x3c\xd0\xfd\x4a\x89\x80\x85\x76\x92\x79\xbf\x10\x77\xdb\xae\x91\xa7\xa0\x77\xb5\xfc\x05\x4b\xc2\x1d\x6c\xfa\xab\xac\x8a\xf8\xa5\xf1\x54\xba\x90\x8a\x30\x47\x82\x26\x33\xe7\xe9\x11\xbe\xe3\x9c\x7f\xd5\x75\x7d\x03\x35\xcb\xd6\x3d\x69\x79\x5c\xd7\x3c\x92\x6c\xb6\x81\x7d\x06\x99\x8a\xd3\xd0\x2d\x7d\x06\x1e\x03\x01\xef\xe6\x93\xcc\xe8\xf4\x8e\x30\xe8\x5d\x5c\x79\x4b\x67\xd9\x42\xa2\xd3\xb1\x2b\x1d\x4c\x9d\x65\x65\x82\xa6\x32\x4e\x19\x1e\xaf\x70\xe5\xec\xd2\xcc\xed\x5b\x5a\xbd\x77\x4b\x45\x0b\xb2\x2e\x6c\x23\xc4\xec\xd9\xb0\x75\x5d\x8c\x02\x0e\x4d\x1c\xfa\xc2\x73\x85\xbf\xed\x97\x90\x32\x50\x17\xbb\x0f\x43\x07\xb1\x8f\xdb\xd7\x97\x7e\x22\x06\x38\xc3\xd2\xeb\x29\x83\xb6\x6c\x90\x37\x83\x60\x9a\xb2\xa2\x9a\x03\xd6\x50\x36\xae\x21\x85\xd6\x3f\xef\xdb\x4e\xf6\x86\x38\x9c\x26\x4a\x18\xdc\xd5\x70\x9f\x9a\x8d\xbc\x27\x51\xd0\x34\x98\x1d\x8c\x46\xfa\x3b\x3c\x1f\xb5\x91\x29\x21\xa1\x2a\xed\xec\x18\x6a\x4f\x26\x92\xbb\x8a\x39\x01\x94\xc9\x87\x73\xec\x3e\x28\xc1\x43\xa0\x6a\x03\x86\xb0\x0b\x4a\xe8\x1d\x27\xde\x80\x9f\x6a\x7e\x46\xfa\x8d\x9a\x63\xc8\xa2\xa4\x60\xf4\xe2\x2f\xd4\x21\xfc\x72\xc6\x32\x7a\x10\xb1\x15\x95\xc3\xb8\x49\x89\xaf\x4c\x65\x6d\xa0\xaf\xcc\x0c\xe7\xec\x66\x45\x80\x56\xf2\x67\x72\xa1\x3e\xf5\x82\x7e\xe0\xd8\x7a\x03\x3e\x0d\x39\xaf\x37\x90\x60\x46\x7b\x34\x83\x88\x17\xb0\x7e\xfa\x5e\x72\x1c\x1e\x2a\x46\x53\x8e\x12\x87\xe9\x6d\x34\x04\xf9\x31\xf2\x21\x23\x90\x96\x58\x31\xc6\x5a\xc6\xb8\x9e\xf1\x89\x93\xc8\x36\x80\xa6\xf3\x46\x78\x75\x3e\x60\x41\xb5\xa0\x61\x6d\x0f\xe6\x36\x61\x53\x37\x0e\x97\x49\x4a\x70\xf4\xe1\x2f\x91\x7b\x74\xe9\xc4\x3a\x6a\xb2\x28\x91\x3c\x83\xf6\x99\xd6\x45\xb9\xc5\x58\x87\x5c\x48\xbb\xc4\xe2\x55\x94\x33\xde\x72\x28\x19\x1a\x76\x32\x8f\x17\xf9\x84\x7b\x1d\xb0\xfb\xc8\x80\x21\xe1\xa5\xe1\x7b\xa8\x1a\x86\xa0\xf3\x2c\x66\x1a\xd3\x64\x5f\x89\x3d\xc1\x92\x6a\x3e\xe1\xb9\x6c\x8d\xd0\x9d\x58\xc1\x19\xa2\x0e\x93\x4b\xb9\xa7\x10\xf9\x54\x0e\xef\x5b\xf9\x41\xfa\x61\x20\x37\x63\x05\x2b\x51\xd0\x1d\x79\x86\xf3\x55\xf8\xdd\x67\x1f\xff\xa5\x18\x3b\x34\x11\x01\x02\x7e\x77\xf8\x22\xbf\x0b\xf8\x8d\x23\xe8\x47\x82\xa3\xea\x01\xec\x5e\x61\x20\xf0\x0b\x7f\x40\x38\x44\xd9\x42\x7c\x22\x0a\x84\x2b\x28\x11\xa2\x1d\xe5\xc1\xb4\x41\x71\x49\xfa\x15\x66\x8e\xf8\x45\xe4\x1e\xce\x0a\x09\xd5\xe7\x1b\x3f\x52\x3a\xb9\xff\x20\xb4\x5a\xf3\xa0\xf5\x15\xbc\x5e\x23\xb6\xe8\x91\x24\xcd\x7c\xe5\x6e\x34\x5d\x6d\xe2\x67\x63\x47\xd4\x8b\xc8\xf1\x84\xc9\xaa\x66\x58\x35\x49\xab\x9a\x5b\x56\x40\x5d\xad\x14\xa6\xe7\x30\x66\x28\xae\x46\x0e\xb2\x97\x29\x16\xfb\x22\x79\xd5\xf2\xa2\xde\x78\x70\x50\xd3\x49\xe7\x7e\x68\x81\xa3\xd0\xd4\x06\x57\xd8\xbe\xc9\xdf\x22\x37\x37\x8a\xb9\x9b\x31\x33\x2c\xff\x11\xef\xe1\x1a\xcd\x44\x68\x3c\x31\xcd\xb8\xaf\x94\x49\x59\xae\x7f\x98\xb6\x9f\xee\xa1\xbd\x19\x29\x62\x81\xd5\x5b\x7d\xfb\xb8\xa7\x94\xe4\xee\xb4\xfa\xd6\xbe\x5f\x4d\x7f\x83\x1f\xf4\x3c\x31\xdc\x86\x45\x74\x6d\x92\x41\x11\xf4\x8e\x2c\x4e\x31\xea\x59\xeb\x69\xc2\x5a\xac\xc1\xe9\x0d\x89\x27\xd4\x3b\x32\x4b\x76\x93\x4b\x1b\xbd\xd2\xf2\x69\x1c\xd3\x8e\xc8\x3a\xe6\xdf\xfa\xc5\xbe\x37\xb8\x28\x75\x5a\x97\xa4\xde\x65\x6d\x4a\x93\x3b\x18\x3a\x74\xd4\x10\x04\xdd\x36\xe0\x2e\x3d\x09\xff\xdc\x5b\xc0\x3e\x83\xa2\x74\xd5\x10\xa2\xb0\x2e\xed\xe1\xe0\x7b\xf8\x8f\xce\x13\x25\x6c\xd2\x07\xc7\x84\xb4\x60\x9a\xa7\xe5\x79\x24\x98\x69\x32\x18\x7d\x7f\x71\x57\xaa\xc7\x3b\xdf\xd7\xed\xdf\xd4\xe1\x68\x69\xf8\xba\x7e\x54\xbf\x19\x9a\x31\x32\x2a\xad\x87\xab\x07\x07\xd9\x4c\xe4\xf7\xbe\x42\xfc\x18\x66\xb8\x6b\x3b\x78\x18\x2f\x6f\x3b\x55\x52\x4b\x52\x35\xd3\xd2\x02\xa8\x7b\x1a\x77\x44\x02\xcc\x40\xe3\xfa\x15\xb1\x9c\x33\x9a\xf2\x01\x1c\xbd\xbe\x7e\xb4\x4d\xc0\x98\x01\x21\x5a\x13\x19\x43\xf0\xc9\x2a\x57\xa6\x05\xb9\x89\x0f\x66\x59\x31\x7c\xb2\x0b\x7b\x00\x9f\x06\xfd\xc8\xb9\x45\x8a\x2e\xd5\xf3\x7c\xa8\xec\x34\x2f\x7e\x2b\xe3\x7e\xc4\x02\x41\x0d\xc7\xec\x8d\x13\x95\x00\xa2\xfe\x2d\xb4\x89\x50\xef\xd6\x6b\xb4\x8b\x70\x81\x65\x1d\xdd\x8c\xbc\xac\x34\x32\x5a\x30\x31\xbc\xeb\xcc\xbd\xb8\x43\xa4\x01\xd6\x4b\x62\x26\xd4\xca\x89\x23\x8f\x97\x66\x71\xbb\x68\xaf\x52\xbf\xf2\xc3\x99\x7f\x56\xff\x16\x4c\xe5\x96\x78\xa3\x45\x2e\xc0\xc3\xbe\xb7\x94\x0d\x88\xb6\x56\x1f\x6a\x0b\x6a\xab\xe5\x2f\x1a\x07\x73\x42\xf1\x8e\xde\x87\x7b\xc9\xcb\x62\x3c\x22\x86\x92\x56\xb1\x02\xc9\x4c\x68\x20\xdb\x41\xbd\x5f\xf2\x83\x3b\x9f\xa1\x4d\x3d\xc6\xdb\xcf\x2e\x5c\xfd\x16\x58\xc7\x4b\xf7\x66\x09\x2f\x0a\x98\x3d\xcf\x49\xa5\xf8\xfd\xce\x5a\x32\x81\x08\x33\x41\x29\x0a\xd2\x4d\xb9\x99\x7a\x95\x22\xe1\xae\xa0\xc7\xd1\xd2\x88\x61\x8c\x2d\x8c\xe9\x10\x08\x2b\x9b\xf9\xa6\x04\xcb\x7e\xcf\x99\x98\xca\xe2\x9e\xe6\x05\xae\x3e\xcf\x7f\x04\x90\xbc\xfb\x84\x2b\x84\xf7\xbb\x15\xf8\x07\x74\x49\xd3\x77\x62\x18\x43\x6b\xf8\x42\x92\x31\x25\xb2\x42\xf2\x6f\x56\x07\x67\x2e\xd5\xc6\xbe\x44\x48\xa1\x47\x72\xa7\x83\xdb\x19\x9f\x78\x95\xc5\x0f\x59\xe7\xf8\xa7\x52\x83\x38\x17\x04\xe9\xab\xcf\xf1\x67\x0a\x4f\x7b\x3f\x17\x50\xc5\xe4\x4e\x13\xf6\x34\x9f\xe3\xc8\xc0\x27\x03\xcb\xf5\x16\x42\x3f\x20\x93\xce\x26\xe5\x08\x66\xb3\xbe\x52\xa6\x0a\xd6\xe2\x4b\xa9\x17\x84\x39\x0d\x7f\xd3\x77\x09\x3f\x14\x97\x33\x77\x8b\xb6\xa5\x3c\x64\xdf\x17\xb3\x56\x9f\xe2\x45\x49\x42\x7c\x02\x80\xbd\x92\x5f\xed\xcb\xd1\x4b\x54\xcf\x6c\x4b\x30\x83\xaa\x75\x5a\x05\x2e\x4d\x05\x11\xaf\x21\x2c\x55\xcd\x64\x42\x48\x93\x94\x07\xb0\xe3\xe4\xdf\x4a\x4c\xfd\x61\xda\x72\xe5\xcc\x22\x3d\x23\x5f\xb1\x36\x05\xce\x1a\x52\x80\x56\xef\xe7\x86\xca\x77\xf9\xb4\xf0\xef\xc8\xa3\x5a\x5e\x20\x1e\xd8\xbd\xac\x53\x50\xbd\x8d\x9f\xd4\x7d\x18\xb4\xf5\x8c\x50\x81\x83\x58\xb4\xf4\x07\x04\x9a\x39\x05\xb3\x9e\xe4\x30\x3e\xac\xdb\x41\xb9\x63\xc0\x16\xee\xa6\xc7\xe9\x4e\x27\xdf\x63\x1e\xd4\x4e\x5c\xdd\xc4\x61\xaa\x03\x7d\xae\xf0\x33\x95\x71\x4e\x24\x9c\xdc\x33\xdb\x2c\x40\xa6\x76\x2d\x55\xcd\x47\xfb\x74\x4c\x15\x2c\xc0\xae\x6e\x7d\x42\x73\xe0\xeb\x9c\x43\x68\x3d\xb1\xbd\x29\xa9\xf6\x24\xf9\x8f\x6d\xa8\xf0\x2f\x1a\xdf\x72\x32\x99\xcc\x5c\x66\x1c\x58\xcd\x62\x3f\xd7\xc1\x7d\x67\xf1\x6e\xa8\xbe\x34\x37\xc2\x9e\x0e\x7e\x30\x9d\x43\x1c\xec\xdf\xac\xe4\xa0\x86\x7a\x53\x01\x25\xe6\x7f\x5d\x7b\x69\x8b\x71\xcf\x3b\x66\xa3\xdd\x89\x61\xad\x01\xb5\x14\x72\x47\xf3\xf4\x82\x0b\x34\x4f\x9b\x29\x39\x97\x71\xcc\x7c\x78\x35\x93\xdd\xa1\x3f\xeb\x1b\xc6\xb3\xab\xfb\x9b\xde\xc1\x04\xeb\xfe\x33\x65\x20\xca\x47\x44\xca\x99\xa8\xf8\xc1\x33\xc0\x0a\x4c\x5e\xdf\x5b\xea\x51\x1c\xa7\xfb\x01\xea\x16\xe1\x50\x87\xa5\x36\x81\x1c\xd6\x32\x5e\x30\x4c\xdd\xea\x78\x9e\x9c\xce\xa8\xb5\x8a\x57\xeb\xd8\x31\x86\x27\xbe\x58\xde\x6a\xcd\xb4\xb6\xeb\xdc\xc0\x7a\x61\x63\x3b\x57\x09\x59\xad\x79\xc3\x7d\x0d\xbb\x28\x52\xf0\x00\x24\x8d\xa1\xe5\xbb\x63\xa2\xb1\xb3\xf9\xa3\xf8\x99\x75\xfb\x01\x27\xe9\xaf\xc2\xd9\x02\x36\x35\x2b\x89\x2e\xe4\x32\x36\x86\xd1\x45\x3b\x38\x2c\xaf\xa5\x12\x4f\x40\xd5\xb6\x9a\x7d\x0b\x72\xaa\x71\x12\xa7\x01\x1e\xa8\x81\x72\x5e\x21\x25\xc2\x9f\xdc\x26\xf4\x03\xc6\x0c\x5e\x05\x0e\x89\xe9\xe4\xbb\x13\x3e\xd7\x41\xf9\x7f\xc8\xbb\x0a\x2e\x00\x5f\x68\xc3\x49\x59\xc2\x45\xcc\x03\x61\x24\x11\x96\xbb\xca\xcb\x45\xfc\x06\xb8\xdd\xaa\x60\x19\x11\xd1\x56\x28\x7b\x0d\x2a\x4f\x7d\x9a\xfd\x02\x53\x23\xc4\x72\x36\xe1\x38\x74\x05\x57\x4d\xd8\x87\x09\xe0\x61\xc9\x73\x6b\x7f\xf3\x11\x54\x53\x81\x09\xa0\x33\xd6\x24\xf9\x09\x06\x58\x7f\xc2\x88\xa2\x39\xbc\x05\x5e\x11\xe2\x61\x01\xca\xf9\x1f\x63\x0d\xde\xdd\x7c\x9d\xb9\x8c\x30\xa4\x4a\x65\x4d\x20\xf9\x09\xbc\x58\xef\xc9\xd7\x69\x74\xf6\x38\xb5\x0f\x9d\xc8\xf9\x4d\x17\xd5\x26\xf0\x7c\x99\xfc\x82\xd9\xfc\x3a\x76\x73\xe2\x38\xb0\x87\x7b\x3e\x0c\x23\xcc\x07\x42\xbc\x30\xe2\x89\xc2\x23\xcd\x3c\xea\x73\x5a\xb6\x89\x4d\xfb\x49\x67\x2a\xa7\x31\xe6\x31\xf4\xc0\x74\x66\x20\x73\x0f\x55\xc4\xaa\x66\xfd\x46\x91\xd8\x7a\x4e\x49\x8d\x8d\x73\x83\xbb\x2f\xdf\xc9\x4b\xe0\x27\x26\x1e\xe2\x1f\x05\x2e\x85\xe1\x04\x7c\x21\xe0\xb5\x41\x54\x2c\xce\x73\x5c\x20\x3f\xe5\x2d\x31\x4e\xa5\x2e\xe2\xed\x94\x9f\xa3\x25\xf3\x33\x78\x63\x74\x09\xff\x05\x45\xcb\xb8\x0a\x74\x23\xdb\x58\x81\x02\x48\xf5\x0b\x76\xbb\x30\x38\xdf\x87\x1b\x24\x9a\x9e\x28\xe7\xdd\x14\xbd\x0c\xc3\x03\xeb\xc4\xe7\xbd\xc6\x84\x1d\x92\xb3\x36\x36\x51\xa0\xf8\x5b\x77\x8f\xb4\x59\x71\x4a\x7a\x86\xfc\x4d\xd1\xcf\xf5\xa1\x62\x14\x6c\xd2\x37\xda\x53\x45\x31\x22\x8b\x41\x51\xac\xa8\xba\xc1\x9a\x2b\xff\x9a\xd7\xc0\x3e\x2f\x3f\x92\x38\x87\x3b\x24\x17\x87\x21\xf8\x83\xf2\x35\xde\xe5\x82\xc3\xb2\x71\x2b\x14\x1f\x6c\x55\x69\xee\x11\x36\x5a\x8c\xe2\x37\xa4\x30\xb3\x92\xcd\x26\x1f\x34\x71\x88\x32\x2a\xc2\x88\x80\x4f\xa4\x2f\x34\xc4\x56\x5e\x64\xdc\xd3\xfd\xcc\x6d\x66\x1d\xd1\xb6\x25\xd8\x39\x47\x34\x4b\xc2\x32\x79\xff\xa8\xd4\xde\x7d\x82\x65\x8a\x17\xe6\xf5\xd8\xfd\x1d\x8f\xd4\x85\x78\x70\xbb\x87\x88\x45\xf8\xde\x9a\xc6\xf2\x24\x75\x3a\x1b\x08\x15\x94\xaa\x26\x08\xf4\x37\xcd\xd7\x1e\x53\xf1\x93\x31\xdb\xfa\x22\xe7\x03\x6b\xaa\xb9\x24\xc1\x87\xe3\x6e\x90\x84\xad\xe0\x55\x6a\x9b\xbd\xaf\x03\x3d\x2a\x9b\xe9\x33\x36\xa9\x4f\xae\x5a\x87\xbb\xd7\xc3\x13\x3e\x24\x28\xba\x32\x98\xed\xa4\x80\xf6\xdf\xf8\x47\xe4\xa7\xad\x0e\x68\x27\x75\x6f\xf3\xb7\x8a\xcd\xf4\x0d\x0e\xbf\x9c\x3d\xcc\x8d\xd6\xaf\xf1\xdf\xd9\x67\x4c\x8a\x30\x77\xde\x4c\xdd\x7b\xef\xb7\x40\x9d\x3a\xc6\x44\xc1\xdc\x1e\xae\x56\x45\xe0\x98\x83\x8b\x85\x5c\x82\x6b\x5f\x17\x33\x85\xb8\xbf\x67\x1a\xbe\x89\xcc\xe9\x4c\x83\xc2\xa9\x85\x6d\xc9\x15\x2a\x7a\x5a\xf3\x97\x9c\x36\x66\x9a\x3d\x39\xfe\x3d\x1b\x62\x01\x85\x05\x70\x07\x0d\x53\x7c\x82\xf8\x6f\xd5\x03\x56\x92\xa8\xab\x1e\xd0\xdc\x15\xed\x82\xf8\x4a\x66\x8a\x76\xc2\xb6\xb2\x31\xa2\x87\xc8\x3c\x62\xac\x78\x39\x66\x0e\xcc\x2e\xae\xc1\xbd\xae\x0c\x10\x8f\x10\x7f\xe6\x64\x48\x66\x51\x43\xe2\x34\x12\x3d\xc3\x1a\x7c\x42\x1a\xc1\xa1\x7a\xb4\xcb\xa6\x02\x06\xcb\x79\xa1\x04\xa2\xd2\x14\x09\x47\x60\x6f\xc4\x2a\xe1\x59\x64\x2a\xeb\xa5\x68\x16\xba\x9d\x70\x52\x54\x87\xf3\x80\x85\x8a\xb6\x10\x0e\x54\x5c\x17\x2f\x23\x9b\x72\xe6\x88\xed\x34\x7e\x1c\x43\x12\xc0\x6c\x0c\x3e\x20\x79\xc5\x9d\xef\xb1\x5d\x3a\x0a\xdc\xb0\x78\x0b\x90\xf0\xdd\xea\x1d\x82\x76\xe4\x7d\xd1\x67\xc1\x7d\xf4\x4f\x16\x5c\x18\x81\x5b\x42\xc8\x13\x3a\x09\xf5\xd0\x63\xa2\x89\xa4\x43\x15\x02\x91\x94\x5a\x9c\x7d\x43\xbc\x80\xfe\x29\xae\x41\xbc\x9f\x75\x2c\xf8\xb4\xa4\x91\xfb\xc6\x63\x54\xaa\x13\x54\x98\x2c\xfc\x55\xb8\x20\x55\x06\xdf\x84\x1f\x13\xb6\x03\x13\x89\x12\xe6\x1a\x40\x45\x8e\xc6\x17\x08\x96\x52\xe7\x41\x9e\x0b\xd6\xd2\x27\x94\x9f\x10\xe6\x33\x17\x67\x63\x44\x53\xd8\x51\x71\x6b\x44\xd7\xb9\xac\xe0\x7b\xe2\x0b\xfc\xaf\x9e\x8b\x25\xcf\x85\x23\xc6\x58\xce\x1b\x6a\x94\x32\x80\xab\xa2\x31\x05\x76\x9e\x17\xbd\x83\x91\xc7\x3b\xc7\xb8\x8d\x93\xf0\x15\x2c\x10\x24\x06\x88\x67\xf7\x95\xc7\x08\x26\x72\x03\xb3\x67\x0b\x5e\xf2\xf6\xc7\x2d\x14\x3e\x01\xe0\xc1\xaf\x45\x7f\x84\x91\x9e\x38\xc9\x1a\xb1\x9f\xc1\x83\xf5\x95\x63\x95\xbf\x63\xef\xe4\x22\x00\x3d\xa7\x9e\x37\x83\xde\xc0\x0d\xe0\x9d\xc4\x6e\xe1\x4d\xe1\xb7\x80\x35\xbc\xfb\x00\xbf\x6c\x03\xff\xb4\x80\x98\xb5\x15\xf8\x5b\x88\x8c\xfd\x57\xf0\x43\x84\x08\x99\x25\xf2\x11\x73\x3d\xaf\x89\xe1\x92\xf5\xda\x43\x0c\x81\x6c\xb7\xf4\x1d\xb3\x50\x76\x83\xd7\xc2\x0a\x95\x3d\xa2\xf6\xb2\x57\xca\x6e\x63\x22\x38\xc1\xb2\x7b\x0d\xa9\xdc\x48\xd9\xa3\xd2\x01\x5e\x9e\xec\x69\xe6\x17\xbe\x5c\x76\x27\xd6\x00\x8c\xca\x4e\x85\x4c\x10\x7a\xc9\xf6\x79\x79\x8b\x9a\x65\xbb\xd4\x5b\x68\x58\xd3\xa8\xf8\x39\x9d\x6d\x1c\xe7\x9c\x62\xb0\x8d\x61\xe4\x3f\x4c\x93\xa1\x0a\x75\x9a\xb5\x53\xcf\xab\x9f\xce\xfe\x47\xa7\x2f\x19\xe4\xfa\x68\x0d\x99\x09\x3c\xa1\x06\x1b\xeb\xce\x7f\xa1\xf6\x0b\x7e\x22\x80\x2a\x6f\x7b\x35\x08\x5f\x2b\xf4\xaa\x08\x6a\x60\x2b\x55\x64\xa5\x45\x39\xbf\xb2\xc9\xf4\xc2\x66\x24\xe9\x3c\x83\xe3\x38\x80\x3c\xc8\xdc\x62\x9f\x50\xe7\xcf\xfa\xd9\xe8\x53\xfc\x91\x53\x67\xf1\xc8\x58\xcb\x3d\x65\xbc\x1c\xb3\x89\x9f\xa9\x2f\x0d\x3e\x0a\x5c\xd2\x1c\xf3\x32\x0a\x09\x2a\x4f\xa5\x92\x62\xed\xba\x23\xfc\x46\xdd\xd8\xb9\x84\xf5\x84\x76\xab\xdd\x9f\x54\xc1\x98\xdc\xba\x12\x59\xcb\x4c\x75\x4e\xaa\xbd\xc6\x6a\x72\xec\x2c\xde\xce\xfe\x6d\x03\x65\xb0\xb9\x14\x4b\x4d\x8c\x86\xf7\xaf\x31\x31\x78\x17\xa0\xd0\xcd\xf1\xb2\x0b\xbd\x55\x87\x15\x3f\x29\xf3\xfa\x55\x42\x25\x35\xae\x57\xc6\x92\xd1\x98\xdd\x05\xa4\x89\xf4\xd6\x8e\xff\x90\xcb\x18\x57\xdb\xd4\xb5\x7d\xac\x40\xe7\x8d\x62\x3b\xbb\xd9\xf1\x3c\xa3\x81\x3b\xa5\x51\x1b\xc3\xe3\x69\x4c\xf7\x83\x4f\x03\x4b\xf5\x5e\x5e\x77\x05\x9b\xd5\xd1\xd2\x93\x5a\xf7\xfa\x76\x7e\xb9\x46\x0c\x49\xa2\xd7\xa9\xdf\xc3\x2e\xe3\xae\xa9\x01\x24\x0c\x7a\x4b\x3d\x0d\xe3\x59\xc5\x57\xe9\xf1\x93\x0a\xe8\xaa\x79\x24\xef\xd4\x39\xca\x0e\x2a\x1c\x34\xae\x04\x31\xae\xad\xfa\xa6\xb8\xc5\x39\xe0\xb6\x5f\xd1\x0a\x3c\x91\x06\x6a\x26\x40\x18\xbc\xeb\x6a\x09\xec\x2a\xed\x93\x7a\x36\xd2\x1f\xc7\x52\x6d\x44\x0b\xa1\x52\x55\x39\xf6\x4f\x55\x88\xf2\x15\x61\x43\x41\x84\x52\x45\x36\xa6\xbc\x50\xfa\xd3\xb4\xa0\xd7\x8a\xeb\xcc\xed\x01\x33\x15\x46\x6e\x86\xdb\x3f\x0a\x88\x60\x89\x44\xae\x7a\x0a\x67\xf2\xf2\x55\x12\xa4\x9d\xa6\x56\xad\x44\xaf\xc3\xcd\x50\x3e\xc4\x1e\x83\x7a\x2a\xdb\x08\xf3\x2a\x6f\x2b\x33\x48\xaa\xfc\x77\x8a\xf7\xd4\xa0\x94\xe3\x8a\xb5\xf4\x67\xa0\xc7\x0a\x02\xeb\x4c\xc0\x32\x45\x24\x6f\x9a\xfb\x44\xc5\x12\x81\x58\x0c\x56\x5c\xc3\x52\xb9\xab\x14\x43\x78\x37\x2a\x5e\x21\x25\xec\xc7\x2e\x55\x54\x90\x54\x90\x0a\x45\x30\x85\x51\x19\x2c\xff\x4c\x93\xe4\x23\xe4\xc7\x18\xdb\x52\xa8\xf2\x76\xd6\x6b\xd0\x65\xb9\x8a\x9b\x1b\x10\x25\xa7\xf0\x5f\xba\x57\xcb\x49\xc2\xdd\xc2\x6f\xf2\x39\xe4\x2e\xf6\x2f\xd9\x7d\xea\x4c\x0a\x57\xb6\x9b\xd6\x80\x49\x92\x6d\xa0\xff\x0f\xec\x94\x0d\x31\x41\x15\x26\x99\x95\x75\x3a\xef\x1f\x99\x88\x03\xa4\xac\x92\xa9\x78\xd1\xa0\xc3\xb2\x26\x60\x46\x40\x89\xac\x5b\x38\xd9\x7d\x44\xb6\x47\xec\x2d\x38\x2e\x8d\x66\xa9\x59\xaf\xa5\xcb\xd9\x64\xb2\x4c\x3a\x95\x93\x86\x86\x4b\x5d\xb8\x41\x0d\x7f\x4b\x23\x79\xc1\xe5\x2f\xa5\xb1\xfc\x94\x3c\x84\x34\x1d\xc0\x26\xdf\x93\xb2\x05\xed\xa0\xcd\xd2\x0d\xc2\x5b\x01\x24\xe9\xa8\x38\xd0\x7d\x4c\x36\x5d\x62\x01\x38\xa2\xbd\xe2\xab\xcc\x06\xd1\x45\x89\x0f\xf1\xa3\xe8\xa5\xa4\x16\xf9\x58\x0c\x92\xe8\xea\xc5\x62\xa1\xe4\x4c\xd9\x31\xf1\x26\xe9\x82\x5c\x86\xf8\xa9\x14\x9a\x9c\x2e\x09\x95\xae\x05\xd1\x25\x02\xe9\xeb\x00\xa5\xe4\xb0\x2c\xdc\x83\x2c\x9d\x25\x13\xf2\x74\x82\xb5\xba\xf7\xf4\x63\x82\x37\x3a\x1c\x01\x26\xcc\xd2\x9e\x47\xec\x11\x6a\xb5\x39\x75\x8d\xc2\x87\x9a\x83\xa5\xdf\x45\x71\x1a\xff\x9c\x73\xa2\x61\xb5\x2c\xe9\xb2\x78\xa6\xea\x04\x28\x54\xac\x50\xbe\x0d\x50\x8a\xdf\x2a\x67\x7a\xec\x90\x54\x2a\x56\x70\x3e\x03\x28\x07\x82\x46\x06\xb6\xda\xcb\xf1\x55\x82\x19\x36\x77\xf8\x36\x01\xd9\x7a\xab\x76\x8b\xe0\xa6\x45\x59\x9a\x2c\x2c\x31\x2f\xc8\xc9\x16\x5e\x30\x4a\x92\x6a\x45\xc5\xfa\x0d\x91\x57\x45\xd7\xb5\x9b\x02\xb0\xe2\x32\xf5\xa0\xc7\x43\xf1\x39\xa5\x83\x43\xe4\x5f\x69\xcd\xa5\x3e\x07\x82\x9c\x1f\x71\xf7\x01\x6b\x33\x0b\x9e\x07\x7c\x76\xdc\xab\xad\x17\xa0\xed\xc1\x25\xdf\x04\xcf\x1a\x2b\x72\x16\x08\x69\x96\xd2\xa4\x10\xe1\x47\xe3\xb7\xc8\xed\x22\x81\x9e\x18\x00\x13\x4f\xd0\x5c\xf0\x18\x17\x8b\x54\xab\xd8\xbf\xf9\xd5\x9d\x12\xaa\x92\xbf\xbb\xfd\x33\x4e\x0d\xf8\xb4\x25\xc0\x27\x02\xca\x16\x78\xad\x2f\xf0\x6f\x33\xa2\xe4\x92\x80\xe3\x88\xc8\xfe\x2a\x9c\xda\x38\x9a\xe4\x22\xd4\x98\x7f\x46\x0e\x8b\xfe\x32\xbc\x09\x20\x8a\x1c\xda\x0b\x9e\x8b\xc4\x8b\x54\x2d\xb4\x68\xfb\xd6\x86\x58\xc2\x44\x5b\x3d\xe4\x10\x32\xa0\x71\x01\x3c\xbe\xfe\x92\xe5\x16\xf2\x54\xc5\x72\xb3\x13\xa3\x2b\x58\x6a\x8a\xc3\x0b\xd3\xf5\x86\x4b\xa4\xf5\xb1\x27\xf5\xf5\xd4\x5f\x61\x44\xed\x43\xa6\x74\x65\xa9\xa6\x9a\x4b\x71\xf5\x55\xdd\x10\x34\x51\x5f\xd9\x86\x21\xbb\xf0\x3b\x1a\x31\xf0\x99\x88\x97\xd6\x10\x64\x4d\xbd\xdd\x32\x0f\xbd\xb9\xfc\xa1\xe9\x25\x2e\x36\xff\xb9\xb1\x93\xf0\x25\x1d\x6d\xc8\x20\xbf\x8d\xdd\xa5\x7b\x42\xfb\x15\xc6\xd0\x8a\x59\x71\x2b\xf1\x9a\xe9\xdc\x1b\xae\x29\xaa\x16\xc1\x30\xb5\xb1\xb1\x03\x0e\xc6\x37\x58\xe9\x48\x19\xa2\xdb\x92\x89\xee\xab\xcf\x37\x67\x63\x8f\x95\x77\x99\xa2\x08\xae\xf9\x5b\x0d\xdf\x48\xc3\xe9\xf1\xfa\xcd\x54\x74\x6c\xbf\x0e\xc5\x88\x0e\xe3\x6a\xe7\xb3\xc3\x56\xaa\xd4\xeb\x79\x62\x57\x82\x2a\x4f\xf0\x93\x62\xb6\xfc\xc0\xec\xc6\xb1\xcc\x57\x70\x0e\xf8\x79\xd3\x45\x42\x5a\x5d\x9b\xf1\x2a\xc9\xb3\x7c\x8e\xe1\x22\x65\x65\x7e\xac\x7e\x23\xad\x2c\xed\xbe\x4e\xc4\x18\x89\xe5\x69\xab\xd8\x13\xc2\x24\x9a\x95\x5c\xde\xca\x4d\xaa\xfb\x40\xa4\xeb\xff\x94\xad\xa2\x85\x64\xbd\xe9\x3f\x12\x80\x55\x98\x66\x92\xbf\xc1\xbe\x1a\x17\x53\xe1\xb5\xf7\x0d\x6b\x68\x0f\xcb\x88\xfa\x22\x86\x34\x6f\x9b\x2e\x8b\x95\x9c\xc6\xd2\xae\xe6\xb8\xc7\x66\x6b\xa2\x78\xd3\xc3\x34\xea\x50\x60\xf2\xca\xfb\xaa\x09\xc2\x20\xb7\x65\x8a\x2b\x62\x02\xc9\x68\x4c\x67\xb4\x60\xfa\x0c\x35\xcc\x73\x30\x1f\x3d\x95\x75\xa0\xd6\x5d\xb7\x8e\x7d\xbd\xf4\xb8\xf6\x0e\x77\x46\x9e\x9f\xe6\x0d\xaf\x2c\x6d\xa6\xfa\x1d\x7f\x6b\xec\x7c\xb5\x9b\xc0\x37\xcc\xac\x4a\x12\x76\xf9\xcd\x52\x06\x88\x57\xba\xb1\x14\x8b\x25\x47\x88\x65\xba\x1b\xc2\x95\x68\xbc\x6e\x81\xb0\x13\x3a\x5d\x5b\x25\x9a\x59\x13\xa4\xd9\x28\x52\x94\xfc\x52\xff\x12\xcf\xce\x55\xaa\xa3\xc5\x1d\xa9\x36\x15\x5a\x12\x11\x73\x49\xb9\x55\x72\x36\x4c\xa3\x78\x2f\xad\xf7\x2b\x51\x4c\x94\x3e\x73\x9f\x29\x9f\x2a\x53\xe0\xc7\x34\xff\xa8\x27\xa3\x52\x35\x71\xaa\x4b\x90\xa9\xea\x56\x55\x5f\x75\xae\x7a\x86\x8a\x58\x92\xac\x62\xaa\x62\x72\x9e\x29\xaf\x28\x7f\xa4\xba\x28\xfd\x95\x3b\x63\x34\x0a\xb3\x12\x1a\xc6\x90\xbf\x56\x7c\xf0\x43\xcb\x57\x28\xa8\xee\x08\x59\x86\xfc\x13\xee\xb5\x1a\x67\x51\x23\x53\x55\x8f\xcd\xe7\xc1\xde\x2a\xb0\xe9\x4b\x95\x42\x79\xcf\xb4\xb4\xb8\x43\x59\x6b\x0c\xca\x81\x2b\xee\x18\x02\x52\x76\x2b\x2a\xf5\x7f\xc5\xc4\xc8\x4f\x6b\x77\x85\xc5\xcb\x57\x6b\x62\xfd\xb0\x32\x91\x6a\xb7\xbb\x5e\xba\x53\x19\x8e\xa3\xab\xae\xd8\x3f\x20\x6e\xa8\xca\x6c\x5f\x1a\x8e\x2b\x6f\x35\xde\xaa\x5a\xa3\xac\xb7\x6e\x2a\x86\x2a\xee\x5a\x68\x39\xab\x15\x04\xf3\xc2\x94\x66\xf9\x07\xa3\x2d\xc6\x5d\x8e\xd1\x1f\x09\x5b\x25\xbb\xac\x3d\xea\x07\x95\xf9\xab\x77\xb9\xdb\xa4\x44\xe5\x10\x6e\x8e\xaa\xc4\xb9\x0f\xa1\x50\x5e\x6d\x36\x37\x48\x95\xe0\xa6\x98\xaa\x09\x8a\xbb\xf6\xcb\xc5\xf1\x8a\x06\x5b\x51\xce\x72\xf9\x7b\xeb\x40\x8a\x41\xae\x30\x8f\xc6\x2c\x95\x8d\x1b\x2d\x61\xfe\xb2\x06\xfd\x72\x3f\x96\x74\xb7\xa6\xcb\x7d\xbd\x74\x82\x6a\x3e\x8c\xd5\xdd\xda\x70\xbd\xde\xa5\x93\x0f\x4d\xad\xac\x68\x87\xc1\x77\x15\xcf\x6e\x85\xa2\x32\x73\xe4\xce\x2c\xec\xfc\xd4\x2b\x8e\x0f\x84\x85\x71\xbb\x6d\x12\x72\x79\xc4\x39\xcb\x37\xda\xa5\x40\xb2\xa9\x96\x25\xf4\x59\xa8\x6f\xe2\xd5\x2d\x3f\xa8\x39\x2b\x44\xc2\x4a\xba\x0c\x50\x8f\xba\x4f\x1d\x6a\x78\x7d\x65\x44\x9b\x12\xd9\x57\xf4\xaa\xa5\x0d\xfd\x3b\x07\xd9\xdc\x8c\x6b\x4a\xdd\xe7\x28\x23\x62\xe2\xd6\x36\xbe\xa3\x50\x23\x46\x2d\x42\xfa\xfa\x40\xa9\xf1\x1d\x7b\x8e\x4f\x90\x3e\x85\xd7\xbb\xfc\xb9\x46\x2e\x04\xc3\xbc\x3b\x85\x70\x7b\xdd\xc9\xf6\x46\x64\x7f\xe5\x94\xd6\x01\xf4\x81\xa2\x03\xce\x6b\xd8\x27\x39\xf1\x4d\x0f\x09\x85\xa9\x9d\xf6\x75\xa4\x7f\xe3\x9a\x1b\x2b\xa9\x27\x22\x46\xcd\xe3\x8c\xa3\x81\x8d\x46\x3e\xfb\x91\x4f\xae\xee\x36\x3f\xc8\x65\x9e\x26\x44\xd8\x0a\xa5\xb6\x1f\xc4\xc8\xeb\xbc\x5a\xff\xc5\xc5\x55\x90\x5a\x7c\xf0\x9f\x8b\x32\x9b\xab\x89\x2f\xb3\x1f\x38\xd8\x94\x99\xa9\xd5\xb6\x6a\x5a\x55\x1c\xd6\xea\xc2\x38\x1b\x71\xd8\x74\x83\x9d\x1f\xb8\xd9\x20\xe4\xfe\xeb\xa3\xd2\x7e\x07\xb6\xba\x90\xd5\x18\x91\x15\xf2\xa0\xf5\x39\x71\x73\xad\xb6\x25\x96\x1c\x5a\x7e\xab\x59\x41\x19\x2c\x3c\xe9\x18\xa5\x65\x64\x73\xec\x13\x18\x33\x53\xa7\x5a\xbf\x32\xdf\xc5\x45\x98\x2f\xb3\xc7\x23\x76\x19\xb7\xf2\x16\x07\x8e\xea\xd9\x40\x96\xcf\x09\xed\x6c\xa1\xd4\xe5\x92\xca\x2a\xbe\x0c\x99\xd1\x92\x4a\xaf\xad\xb9\xd9\xdc\xc5\xa0\x97\xa7\x3b\x3e\x32\xd5\x85\xe9\xf6\x32\xd6\xd9\xec\x19\x8d\x6d\x9c\xd0\x94\x6d\x96\x41\xee\x50\xec\x77\x93\x8d\x0f\x8a\x18\x36\x34\x02\xaf\x03\x5f\xea\x58\xc2\x61\xdf\xa9\x1a\x3f\x71\x8d\x6b\x84\xf2\xa8\x74\x31\xd8\xbb\xe9\x25\xff\x40\xcd\x0c\x07\x16\x20\x94\x35\xd9\x1e\x08\xe6\x14\x6c\x6b\xac\x16\x1c\xce\x6a\xb1\xec\x13\x6a\x53\xc0\xa6\x31\x51\x75\xec\x49\xe3\x14\x71\x78\x44\x9f\xde\x45\xe2\x11\xb4\x44\xbb\x40\x3a\xc5\x17\xa2\x7a\x23\xbd\xe2\x7a\x54\xb1\x4e\xb6\xb1\xc1\xd7\xfe\x47\xbe\xa5\x3a\xc5\x66\x97\xef\x2f\x7d\xd8\x18\x2c\x3f\x54\xe0\x65\xd9\x2d\xbf\x9c\xe5\x6d\x8e\x92\xbf\x4e\xfe\x63\x34\x29\x26\xc6\xaa\xf5\x17\x14\x0b\x23\x2c\xda\xf7\x8a\x55\x41\xab\xd5\x3f\x14\x7e\xbe\x1d\xca\x1f\x8a\xe9\x6e\x41\xf2\xdb\xf2\x57\xf5\x0e\x9b\xd8\x10\x57\xd5\xd1\xe8\xa9\x3f\x50\x5a\x6c\x39\xa4\x0f\xcd\xef\x36\x43\x74\x43\x99\xfb\x8d\x6f\x75\xae\xc9\x5b\x0d\x24\xad\x24\xb6\x44\x77\x5d\x73\x29\x82\xa2\x9d\xa1\xfe\x11\x14\xa0\x5e\xa9\x9e\xe4\x7b\x48\x99\xa6\xfc\xe1\x86\x95\x27\x2b\xc6\xea\x03\x1a\x8f\x5b\x3c\xaa\xf2\xac\x6c\x33\xa1\x74\x96\x65\x85\xa9\x27\x1f\x67\x3a\x69\xbc\x96\x69\x37\xd6\x19\xfe\x4b\xb6\xe9\x5f\x1a\x16\xc4\x26\xe8\x10\xfa\x59\x11\x68\x4d\x9b\xf6\x54\x50\xa0\xea\x7f\x9a\x3a\xdf\x63\x8a\x17\xaa\xab\x6e\x64\xd9\x77\x65\x76\xdd\xf9\x46\x57\x1b\xb1\x6a\x8a\xe5\xef\x46\x5b\xc9\x2d\xb3\xd5\xda\x96\x9f\x61\x5a\x6d\x69\xcd\x14\x19\x4e\x98\x35\xc9\x6a\x3d\xc4\x54\x13\x1b\xa7\x7d\x62\x9c\x12\x41\xd2\xb8\xe8\x61\x41\xb1\xaa\x38\xad\xc1\xf7\xa9\x82\xa1\xee\x73\x33\xca\x2c\xca\x4d\xb5\xdb\x06\xbe\x80\x73\x2b\xb4\x7d\x2d\xd0\xb6\xe2\x69\x3d\xab\xe1\xdf\x73\xc3\x3b\x6f\xa1\x34\xe9\xfe\xed\x10\x6c\x65\xe2\xec\x96\x56\x42\xc3\x9a\x96\xa6\xb5\xe4\x9e\x30\xbd\xad\x8f\x1e\xbe\xca\xc5\xc2\x61\xbd\xf6\xea\x34\xba\xf0\x0e\x2f\xf7\xd5\x6e\x14\x6e\xa9\x6d\xea\x1f\x87\xb2\x2b\x68\xbd\x6b\xe1\x5d\x45\x1f\xba\xab\x91\x57\x73\xdd\x3a\x17\x62\x42\xd3\x17\xb5\x6d\xc0\x9d\x4a\xf8\xe3\xfc\x44\xec\x5a\xd3\xd4\xb4\x98\xb2\x21\xcc\x62\xf3\xa4\x7f\x5f\x15\x65\x99\xc6\xa6\x79\x6d\x33\x1c\xe2\x7d\x5d\x9e\xaf\x85\x09\x3b\x6a\x29\x7d\xef\xe0\xa3\x15\x85\x3d\x7b\x90\x17\x8b\xae\x76\xf1\xd1\x77\x73\x7e\x74\xe4\xe1\x26\xa7\x7d\x6d\xfd\x40\xa0\x25\x8c\x39\xf3\xc8\xcb\xd7\x18\x1d\x5c\xea\xe7\x30\x5b\xa3\x9d\x39\x61\x55\xae\x59\xcf\x01\x79\x5d\x34\x94\xf3\x59\xcb\x59\xda\xc9\xc2\xcb\x35\x97\x7a\x03\x31\xa2\xf2\xc3\xdd\x73\x71\xab\x8b\xaa\x3a\xde\xe2\xdf\xe4\x74\xb6\x9d\x22\x3e\x4d\xdb\xd1\x22\xa5\xcc\x4d\x38\xd0\x34\x46\x43\xaf\x61\xd8\x23\x19\x4f\xc2\xcc\x56\x32\x9b\xb9\x8a\x6c\x92\xf3\x02\xbc\x67\xe8\xf1\xc0\xb3\xe5\xe7\x35\x20\xd1\xde\x1a\x4a\x77\x31\xd1\x5a\x5e\xdc\xd9\x40\xfa\x59\xf8\xb8\xbd\x9a\x42\xce\x89\x6f\x4d\xa7\x2d\x49\xc3\x38\xe7\xd1\x5f\x26\xa8\x1d\x8d\xcc\xbb\x6b\x2a\x1a\x5f\xb2\xc7\xc2\xda\x2c\x29\x3c\xdf\x55\x56\x23\x15\xc0\x7a\x97\xe8\xa8\xc2\x61\x97\x10\x75\xa5\x78\xbc\x7a\xb0\x73\x3f\xed\x6a\xd9\xce\xf6\x33\xf4\x4f\x85\xc4\xd6\x0b\x4c\x97\xec\x1b\xce\xf3\x2c\x52\xda\x92\xa6\xf5\xec\xc7\x09\x85\xf6\x44\x2e\x71\x0d\xc8\x3a\xc2\x9f\x15\xd6\x6f\x5e\x0e\xdc\x5f\xb5\xc7\x80\x16\x6e\xf7\xee\xd0\x4a\xc4\x54\x17\x8b\x4a\x2c\x05\x55\x4f\x6a\x27\xf1\x27\x94\xf9\xb7\x36\xf1\x47\x0a\x3e\x38\x77\x03\x79\xd9\xec\xa6\x51\xc1\xfc\xd4\x8b\xf6\x53\x82\xf7\x09\x1e\x8d\x32\xe1\xed\x35\xde\x96\xa5\xa2\xd1\xb0\xbd\xc6\x56\xf1\xc3\x55\x3f\x74\x5f\x24\x2f\xbd\xbf\x68\x52\xa4\xa7\x5c\x97\x29\x51\xb2\x1d\x55\xb9\xad\x54\x19\xb1\xd4\xe6\xdc\x21\x53\x16\x70\x9b\xbe\xc9\x1c\xd9\x8b\x1c\xbe\xb2\x23\xa9\x26\x5b\x98\xec\x67\xfc\x4b\xeb\x52\x79\x64\xd4\x1f\xd3\x5d\x39\x36\xec\xb8\x01\x2b\xdf\x10\x10\xae\xbd\x2a\xbf\xe9\x93\xa1\xce\x92\x5f\x76\x15\x28\xec\xf2\x8b\x95\x1b\x9d\x17\x75\x88\xd2\xc9\xcd\xfe\xba\x29\xf9\xff\x39\xb8\xda\xa6\xac\x8d\xb6\x1d\xda\xf0\xd4\x35\xd6\xdb\x9a\xf3\xf1\x1b\xcc\x4f\x34\x0d\x51\x77\x8d\x97\xd4\x77\xc2\x76\xe9\xe9\xea\xe4\x80\x78\xcd\x7b\x95\xdc\x07\xa3\xd2\x2b\x5b\x5d\x0f\xc8\xbf\x29\x76\x54\xc2\x9c\xf3\x4c\x4b\x4b\x8e\x36\xd1\x8d\xe2\xfc\x13\xf6\xf3\x86\xab\x59\x12\xdb\x3c\x43\x48\xea\x02\x6b\x8c\x5e\x11\xdf\x64\xae\xd2\x9d\x8c\x3a\x6b\xac\xd0\x8e\x87\xed\xd4\x7d\xd7\x8c\x05\x64\x6b\xc4\xea\x63\x3e\x32\xd5\x4a\x15\xc7\xf5\x9a\x7c\x50\xe9\x51\xe9\xd1\x0c\xb3\xc6\x97\x98\x1c\xa7\x2d\xdc\xfc\x1e\x7b\x90\xb9\x3d\x0b\xd3\x48\x32\x1d\x4f\x9d\x6e\x69\x35\x3e\x8a\xb7\x9a\x8e\x18\x9e\x45\x5d\x31\x5c\xd4\x8f\x86\x1d\xd3\xb1\x74\xe4\x80\x06\xf5\x0f\xcd\x43\x9f\xed\xca\x11\x75\x82\xeb\x57\x79\xba\x52\x55\xb1\x70\xad\x18\x7c\xa8\xe8\xc7\xd0\x07\xe8\xbb\xdc\xce\x81\x6a\x04\x28\x63\x79\xef\x3e\xd4\xbe\x24\x76\xd7\x07\xac\x3a\xe6\x6a\xfb\x45\x82\x31\xe2\x6d\x0b\x8b\x7c\x39\xb8\xd7\xf1\x8b\x4e\xf1\x9b\xde\x58\xc5\x5e\xed\x09\x32\x31\x79\x2f\x96\xd9\x75\x4c\xe1\xc1\xf2\x9f\x23\x0a\xe8\x8d\xa2\x37\x43\xd3\xe1\x8f\x72\x1d\xfd\x22\xe4\x9f\x8c\xb9\x3d\x1f\x31\x55\x49\xc4\xae\x78\xdc\x9b\x98\xcb\xed\x7e\xc4\x63\x11\xef\x9d\x77\x28\x57\x83\xb7\x38\xd8\x8c\x60\x3f\x2f\xeb\x03\xf6\xb0\x67\x99\x69\x3e\xdf\x65\xd9\x4e\x9d\xaf\x70\xb0\xfc\xce\xb0\x1a\xb1\xbc\xe8\xca\xa0\x2b\x6a\x52\xae\xac\xaf\x07\xfd\x5f\xfa\xf7\x1e\x3f\x9c\x77\x52\x6d\xa7\x98\xa0\x8f\x39\xd5\xc6\x26\x47\x45\xbc\x77\xc6\xd0\x16\x06\xef\xb5\x3f\x66\x86\xf8\x45\x5b\xc1\x1c\xb8\x27\xc9\xd8\xc7\x6f\x5c\x76\x57\x7b\x54\x78\xbd\xbc\x60\x70\x37\xc6\x59\x54\xd3\x8f\xc5\x25\xe6\xba\xf6\x4e\xc5\xbf\x4f\xdf\xda\xd5\x4a\x7c\x99\x14\xd0\x31\x91\xb2\x38\x66\x6d\xeb\x3c\x1a\x35\xe2\x59\xd3\x2b\xc6\xc7\xe0\x33\xb6\x6d\xec\x26\x3f\x98\x25\x8f\x97\xeb\x39\x60\xd8\x00\x7c\x5b\x1e\xa4\x79\x29\xda\x5b\xbe\xb8\xff\x06\xb1\xa3\x68\x7a\xef\x36\xd2\xeb\x9c\xa3\xdd\x1c\x4a\x71\x3a\xbe\x73\x39\xf5\x47\xe2\xc7\x36\x3b\xfd\x5a\x8c\xd6\xb9\x95\x79\x21\xe2\xae\xa3\x93\xfd\x3c\xf8\x66\xa3\x90\x17\xe2\xa7\x33\x07\x03\x42\xcf\xd7\xfa\x11\xe1\xb6\xe5\x32\xcd\x14\xf1\xd7\xb2\xca\xbe\x72\x9a\xb2\x50\xd9\x13\x48\x1f\xc9\xc1\x75\x7e\x60\x5c\x49\xf7\x6a\x1f\x60\x05\x27\xee\x6f\x0d\x65\x6f\x88\xc1\x34\x37\x70\x93\x23\x2e\xdb\x6b\x79\x2f\x83\x9f\x5b\x8b\x81\x4b\x7e\xdb\x4d\x4b\x85\xbb\xbc\xc2\x74\xdb\xc5\x9c\xe5\xb7\xd4\x81\xd2\x98\xd2\xcf\x3d\x53\x79\xe6\xc2\xd0\xce\x8f\x7c\x9f\x1c\xcf\xf6\x6b\xfc\x7d\x69\x2f\x5b\x3b\x01\x73\x62\x9b\x33\x4d\x20\x8e\xa9\x76\xb4\x0a\xb9\x11\xb7\x1a\x8f\x8a\x84\x21\x8b\xcc\x27\xc5\xeb\xfc\xa7\x1b\x3a\x24\xa3\x5e\x0e\x2d\x4e\xba\xd7\x05\xad\x9a\x2c\x5b\x5f\x0a\x74\x7e\x90\x4a\x0b\xae\x74\x4c\x94\x3a\xb3\x1f\xb6\x4d\x96\x6e\x48\xdb\xeb\xfc\x47\xfa\x2a\x51\xdc\xd4\x23\x8b\x8f\xc9\xb7\x7b\xca\x8c\x11\x0f\xac\x4c\xd9\xdd\x90\x78\x93\x4a\x9e\xe1\x5f\xa2\x27\xca\x9b\xbd\xfe\xd5\x60\xe4\xc3\x2e\x67\x94\x21\xf2\xff\x95\x5c\xea\x08\xd3\xbc\x2f\xc8\x6f\xab\xd4\x0c\x66\xf3\x5a\xc8\x9a\xfc\x34\x4c\x33\x54\xfd\x3b\x31\xd1\xb1\x5a\xbd\x3b\xc6\xa5\xf1\x9e\x1a\x17\x71\xd0\x82\x50\xcf\x0e\x89\x35\xaa\x54\xdd\xfe\x24\x9d\x44\xb5\xc0\xdb\x4b\x3d\xa8\x2c\x75\x9d\xa2\x68\x52\x18\x4b\x7a\xda\x71\x06\x51\x81\x7b\xab\x43\xff\x6f\x76\xa1\x73\xa7\xbe\x3a\x2d\xb3\x69\xbd\xee\x7c\xa2\xbf\x5d\xa5\x4b\x8f\x99\xd5\x98\xa1\xdd\x18\xb1\xdb\x7c\x5f\x3b\x39\x24\xd9\x38\x4d\x03\xf2\x17\xeb\xa6\xab\x93\xbd\x13\xd4\x49\x2a\x4f\x57\x3f\x45\xae\xe2\x4b\x09\xa7\x6d\xb3\x59\x94\xff\xad\xe5\x9e\xe9\x70\x76\xa8\x73\x82\x71\x3c\x2d\xc2\xf1\xcd\x18\x9f\xe8\x61\xbb\x6e\x10\xc5\xcc\xb4\xf6\xeb\x37\x44\x1c\x30\x17\xeb\x8e\x85\x94\x1a\x00\x6d\xa7\x7f\x87\x56\xa2\x29\xf2\x86\xa9\x4e\xa9\xee\xb8\x66\xc9\x9f\x2b\x6b\x07\x5e\xc1\x8a\x2a\x5a\xda\x3a\xe0\x3f\xab\x77\x58\xae\x21\x0f\xd4\xfd\x4f\x29\x46\xaf\x07\x8f\xf1\x9c\xd8\x53\xf0\x14\x92\x3f\x61\x06\xaa\x03\x72\x97\xa4\xc5\x79\x96\xd4\x52\xa9\xc4\x9f\xa9\x2e\x0c\x13\x75\x2c\xfc\x2b\x67\x0e\xf3\xb3\x17\x85\x3f\xc6\x4b\x1e\x98\x0e\x31\xd6\x64\xb6\x5e\x82\x35\xd4\xcf\xb7\x2c\x43\x64\x80\xcf\x29\xee\xa0\x20\xb0\x1d\xbc\x99\x98\x3e\xe4\x3e\xe2\x46\xfc\x2c\xcc\x28\x84\x4d\xdc\x46\x98\x54\x32\x9f\xb2\x97\xac\x4f\xb9\x46\xff\x43\xf7\x08\xbf\xc6\xee\x66\x8d\x7a\xc1\xf9\x7d\xbc\x3d\xfd\x3e\x0d\x67\x1a\x96\xb6\xfc\x84\x1c\x84\x38\xcc\x55\xb0\x2b\xf0\x49\x8a\x10\xe4\x7c\x64\x1f\x97\x87\x16\x60\xa0\xc4\x70\xdc\x0c\xbc\x3f\x64\x0e\xe1\x3a\x69\x7e\xf1\x41\xf2\x6f\x6a\x42\x8a\x9d\x8e\x63\x00\xe1\x5b\xd8\xfe\xec\x8b\x5e\x70\x7e\x06\x1f\xdc\xcb\xa9\xc5\x22\xbb\x9c\xb0\xfa\x6d\xe8\x3e\xe3\x75\xc8\x52\xac\x43\x76\x0f\xd6\x8c\x1f\xe2\x54\x23\x93\x89\x7f\x13\xe2\x31\x0b\x28\xf3\xc0\xb9\x78\x6f\x1a\xa6\x38\x9c\xa4\x60\xdc\x4f\xf1\xa1\x45\xb0\x49\xe1\x72\xd6\x2a\xde\x02\x2f\x09\x8f\x01\xbc\xe8\xc6\x56\x21\x89\x9d\x4d\xc3\x35\x57\xc9\x2e\x06\x6c\x3d\x82\xa2\x95\x76\x43\x3c\x69\xd3\xd8\xb9\xf0\x69\xf4\x5e\x7c\x39\xca\x8d\x99\xd4\x60\xc0\x52\x58\xef\x8b\xda\x89\xf3\x38\x07\x93\x8f\x50\x7e\xf2\x5a\xc3\x09\xcc\x95\x80\xca\x6b\x0f\xb7\x45\xd8\xd6\xd9\x5a\xce\x64\xf9\x3b\xe6\x57\x2d\x62\x4f\xd3\x4f\xac\xb9\xcd\xfe\x5b\x82\xab\xbf\xcc\x39\xc0\x4a\x85\x8c\x73\xf7\xe0\x98\x88\x2c\xde\xe6\xfa\x1b\xe8\x1b\xfc\x1d\x45\x0b\xf1\xdb\x81\xb3\xc9\x24\xf2\x4d\xc1\x93\x70\x34\x23\x4c\x34\xc3\xeb\x37\xe7\xb2\x38\xaf\x7d\x65\x71\xb7\xac\xa4\xf1\x4c\x59\xb3\x2c\x43\xf3\xac\x72\x9d\x2c\x58\xa4\xa9\x79\x25\x5b\xc1\xe8\x6e\xa8\x96\xf9\x63\x5d\xa0\x9f\x64\xee\x75\xa3\xc8\x4b\xb2\xf9\x85\x0d\xd8\xaf\xd2\x3f\xc9\x73\x49\x58\xe9\xe3\x70\x38\x7d\x8e\xf4\x9c\x37\x8c\xfd\x59\xba\xaf\xe5\x41\x81\xc2\x12\x60\xd9\x55\x7c\xc6\xbc\x5c\x3d\xa3\xdc\xcf\x34\x55\x70\xbb\xaa\xd7\x38\x95\xbe\xaa\x2e\xdf\x30\x19\xfd\x04\x12\xa0\x7b\x5e\x7b\x1f\x91\xa9\xdd\x55\xb0\x0b\xb3\x49\x83\x49\xfa\x1f\x11\xac\xfa\x18\x0e\xa1\xe5\x29\xe5\xde\x5b\xd9\x6c\xc5\x34\x67\x41\x1e\xa3\x23\xd4\x1c\x51\x78\xa9\x8d\xae\x6c\x2e\x2d\x6d\x71\x02\xea\x8a\x4f\xcd\xeb\xa9\x9f\x6a\xce\x39\xd6\xa3\x5e\x37\x5c\xb5\xa9\x6a\x57\xc0\x5d\xad\x91\x05\xe9\xe8\x03\xa6\x91\xa4\x56\x42\xab\xfe\x45\x38\x9b\x7a\x5c\x3b\xcd\xfb\x3f\x76\x88\x6a\x56\xf3\x50\xee\x89\xbe\x32\x53\x6f\xa1\x4f\x4f\x88\x72\x41\x49\x5f\xe7\x0b\xe0\xaf\x8a\xd2\x76\x3b\x55\x57\x03\x6a\xf5\x42\x39\x1b\x72\x9a\x25\x35\xaf\x61\xdd\xf6\xa1\x82\x55\xe8\x4a\xab\x22\xa9\x87\x90\x62\xf2\x09\x6f\xa4\x2a\x74\x06\x9f\x10\xf6\x34\xd5\xf9\xe6\xd8\xdc\xbc\x61\xa5\x29\xbd\xa0\x63\x70\xb6\xe2\x78\xc9\xc2\x3e\x1a\xff\x54\xf9\x89\xee\x93\xd4\x82\xea\x0d\x1d\xef\x51\xd4\xfa\x93\xad\xcf\x6a\x6e\xc3\x56\x34\xdb\x0b\x56\xa1\x5e\xd9\x9e\x24\x9d\xc4\xdf\x36\xbf\x0f\x3f\x4c\x8d\xd4\x6f\xf1\xa1\xb0\x4e\xaa\x41\xbd\x9e\x88\x23\x15\xed\xce\x40\x14\xa8\x7a\xbb\x71\x0b\xfa\x68\xdd\x0e\xd9\x46\x2c\x00\x7e\xc5\x71\xc1\x43\xe1\x29\xf8\x3f\x44\x2a\xaa\x07\xbc\x90\xbc\x0f\x17\x58\xf4\x93\x86\x20\xcd\x49\x59\xc4\x4c\xa5\xcd\x0e\xe7\x73\x84\xac\x50\x2f\x32\xb0\x84\x67\xee\x29\x82\x7d\xaf\x01\x35\x63\x11\xad\x75\x3f\x0c\xff\xa1\x4a\xc1\xdb\x64\xf3\x30\x20\x58\x2f\xdb\x86\x4b\x45\x6e\xc6\x1b\x09\x7c\xcc\xc9\x86\xad\xa4\x57\x84\x29\x45\x1b\xa9\xdb\xc9\xd6\xe4\xeb\x8c\x3d\xf4\xa8\xf0\x7a\xce\x02\xd6\x6f\x2f\x2c\xff\x3c\x7f\x62\x37\x15\x1a\x57\xff\xae\xa9\x1d\xf6\x07\x82\x33\x64\x22\x1e\xc1\x6e\x48\x09\xa8\xb7\x48\x29\x7b\x2a\xd6\x13\x93\x81\x5f\x88\x17\xe0\x17\x36\x14\x91\xe6\x93\xa6\x15\x41\x29\x3f\xa9\x09\xc9\xed\x8c\x15\x0c\x43\x78\x22\xbb\x93\xfd\xc3\x8b\xcc\xa7\xf3\xfb\x3b\x7b\xea\x7f\x20\xb3\xec\x9f\x21\x33\xd1\x35\xba\x73\xb0\x68\x6c\xa9\xc4\x17\x21\xc2\x13\x99\x63\xa8\x31\x62\x1f\xce\x1f\x6b\x22\x3f\xad\xb7\x12\xd0\xb4\x9c\xc2\xeb\x64\x1d\xe3\x72\x72\x34\x6d\x9c\xcd\x0a\x77\x65\xf5\xf3\xd6\x78\xb5\xf0\x06\x04\xab\xda\x4f\xd7\xbc\x20\xae\xb2\x95\xd7\x87\x91\x76\x6a\xa1\xe0\x26\x4a\xa8\xe8\x19\x6c\x11\x75\x17\xe3\x1f\xc4\x61\x7a\x0d\x36\x0d\xdd\xc3\x9c\x58\x77\x03\xb7\x87\x75\xbc\x30\x9f\xe4\xca\x19\x4c\xba\x4f\x3d\xc6\x73\x86\xcf\x64\x0e\x02\x3d\x5e\xd7\xb9\x17\x85\x57\x5a\xbf\x56\xcd\x60\x5a\xac\x07\x6a\x14\x2c\xa5\xfa\x47\xbd\x27\x1b\x2d\xdc\x0a\xbe\xca\x29\xa7\xdf\x87\xed\xe0\xd6\x62\x50\xc8\x4b\x3c\x58\x9d\x2f\x76\x25\x9f\x53\x70\x9a\x70\x14\xe8\x4b\xb2\x53\x06\x04\x37\xc2\x27\x32\x76\x8a\x96\x7a\x2f\xe3\xce\x12\xf3\x9c\x43\x65\x09\x52\xa4\xd9\x5e\x39\x4b\x2a\x56\xfe\xa8\xfe\x28\xd5\x00\x4f\xea\x3e\x4a\x0d\xb4\x3c\x88\xb7\xb4\x0b\xbd\x0c\xae\x95\x8e\xd4\xae\x44\xaf\x92\x6e\x2f\x70\xc5\xcf\x91\x1e\x48\x4a\x21\x47\x49\xf7\x87\x2f\xa4\x5b\xa4\xa7\xbd\x6d\x9c\x00\xe9\xc3\x26\x78\x71\x92\xe9\x97\xd1\x5a\x96\x6b\x5a\xa2\x88\xae\x24\x1b\x57\xf1\xf3\x6a\x36\x1a\x62\x29\x0f\x1b\x5c\xf5\xf9\xc8\xb7\xd0\x23\xba\xec\x9a\x14\x64\xaf\x36\x22\x5f\x8c\x3d\xa1\xfe\x93\xf8\x91\x14\xa8\xda\x12\xbe\x84\x76\x52\x89\xf5\x7e\xc5\xee\x51\x2c\xb1\xef\x2d\x74\x6d\x3b\xa3\xff\x55\x52\xd0\x1a\x25\xdb\x5f\xde\xe1\x94\x72\xbf\x55\x4f\x6c\x5a\x4b\xfe\x5f\x5d\xab\xfd\x08\xe2\x37\x84\xd0\xb8\xa7\xda\x84\xe0\x5a\x34\xf9\xf3\x31\x57\x4d\x5e\x89\xd7\x89\x68\xbd\x32\x3c\x9c\x16\xaf\xb9\xe0\x13\xcb\x2e\x55\x4d\xb6\x7b\x15\x60\x7b\xae\xe8\xc9\xc5\x6d\x5d\x7f\xcb\x22\xca\xde\x74\xec\xe1\x4a\xab\x1a\xda\x00\x72\x59\xed\x7f\x2d\xde\x88\x4d\xe0\x7b\x4d\x3d\xd5\x55\xf0\x6f\xb6\x57\x79\x9f\x31\x78\xcb\x9b\xc4\xbb\xc4\x59\xc6\xcd\xe1\xf9\xd4\x2f\xba\x1c\x1f\x2c\xdb\x4f\x75\xc0\xb6\x2f\xff\xc9\xe0\x7b\xfd\x9c\xe2\xb9\xfd\xfd\xd2\xbb\x65\x0d\xbd\x21\xdc\x98\xca\xd1\xae\x0e\xf2\xd2\x5a\x76\xfb\x63\x84\x16\x5c\xd3\xf2\xad\x3a\x0b\x2e\x6c\x3a\x97\xf7\x13\xfd\xcd\x96\x99\x34\x91\x30\x60\xe6\x84\x8b\xa8\xbd\x7a\xac\xcf\x20\xeb\xb1\x7a\x45\x67\x28\xba\xb0\xa2\xcf\xae\xc5\x58\xab\xb7\xe9\xc0\xd8\x0f\x75\x9b\xc5\x23\x78\x16\xf8\x09\x13\x4b\x0c\x82\xc7\x62\xfb\xc9\xf3\x50\x6d\xf5\x0b\xa8\xc1\xb8\x80\xc2\x2a\xba\x93\xf4\x57\xd2\x15\x56\x02\x6d\x49\xd8\x4e\xee\x1a\x56\xbe\x57\x2c\xa0\xe3\x9d\xec\x40\x21\x0d\x35\x3e\xb6\x8b\xa8\x1f\x75\xff\x68\x77\x60\x74\xe0\x26\xf1\x22\x5c\x14\x4c\xcf\x78\x4a\x58\x84\x6c\xc1\x46\x92\x3c\x31\x5b\xeb\x76\x50\x60\xf8\x2f\x85\xb3\x69\x63\x64\x4d\x52\x1b\x73\x37\x3d\x36\xac\x9d\x73\x91\xbd\xc4\x2b\x0a\x48\xe3\x47\xb6\x5b\xe1\xe7\xea\x4f\xda\x66\x23\xb1\x90\x78\xed\x14\xb4\x07\x6c\x44\xc4\xc3\x7c\x42\xd6\x32\xc0\xb8\x6f\x18\x6f\xcc\x21\xa2\x3f\x6e\xbc\xae\x92\x6c\x24\xfe\x5b\x70\x8c\x16\x4f\x0d\x4a\x42\x33\xfd\x19\xba\x30\x25\x07\xcc\x99\xe3\x95\xce\x7f\xc9\xbf\xd4\xda\x0d\xd9\x8a\x78\x6b\x05\xc3\x74\xe8\x99\x6a\x1b\x42\x86\x9d\x27\x8c\x41\x59\xf1\x01\xf4\x62\xcc\x55\x22\x1a\x7d\x1b\x9f\x4e\xde\x52\xdb\x49\x7c\x41\x73\x2f\x48\xa6\x5c\x62\xec\x48\x9a\x41\xff\xcd\xc6\x87\x51\xd9\x04\x5e\x9a\x17\x83\xef\x23\x28\x76\xfe\xaa\xb7\x12\xb6\x98\x2f\x83\x77\x90\xf2\x55\xfe\xd0\x0f\xe4\x6b\xc0\x1f\x44\x24\x15\x4c\xcb\x42\x6d\xa6\x4f\x43\x7d\xc5\x42\x18\xfb\x6b\x9e\x12\xd2\x58\x86\xfc\xfd\x64\x3c\x47\x94\xb8\x8f\x76\x85\x27\x0f\x43\xb1\x68\xc0\xa0\xd7\x4e\x5e\x99\xf0\x63\x73\x40\xcd\x31\xc6\xb8\x29\xae\xde\x95\xf9\x43\x71\x04\xdc\xc8\x1a\xe3\x8f\x42\x7f\xb2\x1f\x51\xd3\x10\xeb\x39\xef\x51\x6e\x68\x07\x6f\x4a\x4d\x14\x6e\x3b\x3f\x38\x3f\x85\xb4\x18\x20\x25\xf2\xa9\xbb\x04\xbb\xc2\xe0\x4c\x85\x68\xa1\xd7\x7f\x5c\xb3\xb8\xc9\xfe\xbd\xe2\x8f\x84\x69\x08\xae\x5e\x27\xd9\x2a\xbb\x5b\x87\x95\xdc\xe1\x2d\x00\xfb\x4b\x5e\x91\xf7\xc3\x7c\xa5\xb3\x11\x77\x90\x55\xd2\x80\xea\x64\xcc\x21\x69\x5e\x5e\x07\x01\x23\x25\x25\x86\x52\xf2\xa4\x9a\x30\x1e\x03\x2c\xdd\xee\x2d\xe0\xac\x93\xbe\x6b\xdc\x51\xe6\x6d\x3c\xaf\x8b\xa9\xf8\x64\xfc\x4b\x1a\x5e\xfd\xd4\x90\xc6\x51\xd7\xbd\xd0\xa3\x48\x10\xc8\x0a\x9d\x1e\xbe\x17\xde\xac\xed\xaa\x42\xa0\x93\x34\x7d\x79\xd3\xf0\x5e\x6a\x4b\xc2\x0b\x72\xb2\x0a\x16\x26\xa5\xdb\x94\x71\xde\xd7\x38\xee\x8a\x85\x96\xaf\xc5\x6f\x5b\x1b\x34\xcd\x65\x9f\x9d\xef\xc4\x1b\xaa\x96\x36\xc3\xd8\x31\xb5\x89\x8e\x2e\x62\x6a\x43\xaf\xed\x22\xec\x2a\x2c\xc9\xfa\x4f\xe5\x4e\xd4\x62\xf3\xd5\xdc\x4e\x5c\x88\xd1\x90\x70\x96\x24\xd0\x2f\x0a\xeb\xa0\x4f\xd6\xe8\x7c\xfc\xd8\xa7\x94\x63\x16\x7c\x71\x54\x77\xbe\x66\x6a\x59\x6a\x27\x4f\xec\x5a\x89\x6f\x97\xb0\x0e\xd7\x38\x5b\x6b\x08\xf7\x1a\xa6\x38\x5d\x60\x2a\xe8\x16\xc7\xff\x2a\xa5\xc8\x66\xdb\xca\x5c\x05\xf6\xa8\x25\x37\xe1\x32\xc9\xcb\x08\x0a\xdb\x49\x3b\xa4\xfd\xee\x53\xc6\x6e\x56\xf5\x5b\xe6\x14\xad\x1f\xa8\x54\x0f\x95\x6e\xeb\x0b\x17\xed\xaf\xb8\xd9\xfd\x98\xc5\xae\x99\xd6\x89\x23\x0c\xd5\xf3\xda\xce\xc1\x60\xd0\x80\x96\xc9\x95\x34\xe4\x52\xc7\xcf\x5c\x1d\xb6\xa4\xb1\x2d\x61\x9c\xb8\xdb\xf4\x21\xec\x29\x0d\xa3\x5f\xe2\xd3\xc8\x2e\x52\xcf\x6e\xca\x26\xc4\x55\x6c\x32\x2e\x22\xc6\x57\xef\x93\xd3\x48\x35\x75\x7b\x78\x15\xe4\x11\xf0\x2d\xf2\x66\xaa\x37\xdc\x07\xd1\x48\xdb\x85\x92\x55\x6d\x63\x08\x71\x8b\x73\x0f\xb0\xd8\xc4\xaf\xf1\xcf\x38\x5b\x69\xd3\x43\x8e\xf2\x23\x58\xf5\x9e\x30\xc1\x1f\xde\x2f\x07\x1e\xb7\xa5\xfa\x8f\x01\x8e\x1f\xad\x3b\x23\x7b\x4e\x9c\x0c\x56\x72\x2f\x91\x04\x30\x18\x39\x9a\xb2\x14\x89\x42\x04\x50\x2f\x61\x24\x55\x0d\xf4\xff\xe1\xcf\xe5\x72\x99\x37\xc8\x90\xf8\xfd\x1c\x10\xdd\x3d\x64\x3b\xef\x32\x7b\xb9\x27\x52\x70\x80\x0f\xb1\x4b\xb1\xab\xea\x79\xfa\x21\x1c\x14\xfc\x4b\x56\x80\xdf\x05\xe3\x72\xd3\x88\x05\xc8\xb9\xa4\xff\x91\xa7\xa3\x2f\xc3\x0f\x52\x9e\xe0\xd6\x56\x4d\xa6\x8d\x11\x37\xe7\x46\x32\x43\x28\x9f\xe2\x2d\xec\xf5\x0c\x44\xc8\x5a\x1e\x9a\x33\xdd\x93\x29\xc0\xf3\x3f\x34\x5e\x45\x85\x22\xe0\x3a\x17\x74\x0b\x8a\x23\x79\x8a\x5d\x89\xe1\x72\x16\xe0\x7e\xe1\xda\x89\xfb\x09\x5f\x09\x8f\x61\x2f\xc8\x0b\xc8\xd1\x95\x35\xd4\x5a\xea\x8e\x9c\x2d\xf4\xeb\x0c\x54\x7c\x16\xcb\xcc\x5e\x1d\xd2\xc9\x05\x78\x41\x9e\x5b\x81\x75\x02\x8c\xb5\x10\xee\x83\x7f\xa7\xd9\x89\x38\x43\x54\x8a\xed\xa8\x76\xf2\x04\xd6\x53\xcc\x16\x4a\x37\x61\x37\xee\x05\xad\x1e\x36\x83\x98\xc8\xf0\xae\xe8\x27\x1f\x66\x4d\xcd\x89\xa5\xf1\x39\x8b\xe2\x67\x32\x49\xbc\xb8\x90\x5e\x8e\x1e\x50\x7a\x7e\xe1\x3f\x15\x4d\x34\x5f\x81\x44\xd0\xbf\xa9\xb3\x61\x01\x8c\x7f\x45\xd9\x88\x58\xe6\x5d\xe6\x01\x94\x8a\xf5\x06\xbf\x1b\x33\xce\x59\x02\x0d\xc7\xcb\xb8\xe9\xe5\x9f\x48\x09\x3c\x55\xf6\x71\x6a\x28\xff\x79\xdc\x35\x46\xb5\xa0\x36\x64\x84\xdd\x2b\x7c\xea\x55\xc0\xf7\x12\x77\x19\x21\x75\x77\x45\x27\x94\xde\x0d\x5f\xc4\xee\x02\x1c\x34\x45\x0c\x63\x2c\x86\x5f\x14\xb7\xe0\xf2\x50\x0a\xf1\x03\xc8\x64\x6c\xb5\xc4\xab\x7c\x1e\xa1\x4e\x82\xcd\x0e\x21\xeb\x25\xdb\xe2\x9a\x69\xef\xa5\x93\x42\x8e\xb3\x44\x52\x8c\xd7\x51\x5e\xbc\xf4\xb1\xbe\xb2\x7a\xbd\xbe\x55\x9e\x5d\x97\xa8\xfb\xcd\x3f\xd0\xf0\x48\x57\x49\x6b\x83\x0e\x6b\xd7\x62\x27\x22\x6c\x9a\xdf\x0d\x9f\xd0\x03\x9a\xd4\xb2\x14\xdc\x13\x35\x2f\x6b\x80\x94\xa7\x72\xc6\xd5\x52\x9f\x29\xd7\x85\x5c\x64\x6e\x51\x9c\xf4\x76\xe3\x0e\xc9\x5f\x68\x7b\x2a\x0f\x35\xaf\x97\x9e\xae\xa9\x6d\x22\xf0\xd0\xf5\x8b\x1c\x93\xa8\x58\xf0\x6f\x9b\x00\xfd\x15\x3e\xcf\xfa\xa4\xc1\x15\x55\x64\x89\x28\x6d\xc7\x1e\x34\xc1\xb3\xd2\x88\x95\x86\xf2\xb8\x18\xea\x0a\x9d\x7f\xc8\x4b\xa6\x9b\xfa\xad\x37\x91\x9b\xa2\x5c\xaf\x19\xab\x5c\xda\x51\x24\x0d\xab\xde\xd8\xb6\x9d\xfb\xac\x0e\xd1\xf2\x81\xf2\x05\x5c\xe1\x9c\x8e\x6e\x85\x31\x9a\xa6\xd6\x5f\x46\x1e\xb4\x3d\x29\xc5\x62\x93\xac\x4d\x59\x81\x84\x97\xa6\x6f\x71\xf1\x94\xd3\x86\xf0\x90\xff\x18\xd7\xb4\xc5\xde\xcd\xdc\x99\xaa\x3a\x0d\xa1\xa2\xa3\xd7\x45\x72\xbc\xda\xbb\x3b\x8e\xeb\xa8\x3d\xd7\x19\x46\xd9\xde\x70\xa8\xed\x33\x1a\x05\x7d\xd8\xd2\x52\xbf\x01\x09\x6a\x5e\x5c\x5a\x85\xd9\x6f\xaf\xc9\x5a\x4d\x60\x58\xe3\xe3\x6a\x28\x10\xe3\xe3\xd0\x40\x06\x4f\x87\xf1\xbe\xcc\xd9\xa3\x3a\x6d\xac\xa6\x8e\x57\xec\x52\x5c\xa6\x0d\x57\xef\x05\x4e\xd0\x15\x75\xdb\xe9\xd5\x0c\x21\xf8\x34\x16\xcb\x74\xc2\x67\x82\x27\xb3\x46\x51\xf8\xd2\x77\x9c\x20\xdc\xa4\xcc\x01\xee\x09\xe2\xbd\x98\x0e\xbe\x83\xfa\x3e\x88\x27\x70\xb2\x6a\x3c\xd6\x88\x6e\xf3\x97\x18\x36\x50\x1a\xaa\x5f\x28\x22\xa9\x69\x75\x03\x40\x0a\x2d\x0b\x5c\x47\xbb\x46\x47\xc0\xc2\x30\x63\x8c\x2e\x64\x58\x43\x07\xf3\x33\xa6\xb0\xb4\x85\xcd\xc6\xf7\x67\xe2\xb8\x61\xe4\x88\x18\x3e\xdf\x9d\xf6\x39\x88\x26\x48\x64\x4f\xf3\x48\x12\x75\xf1\xf1\xfa\x2f\xa4\x13\xf5\x29\x72\x23\xf9\x2e\x78\x0f\x7f\x88\x3a\x1b\x16\x40\xcb\xa6\x65\x20\x0e\x61\xa8\xf4\x6e\xb4\xac\x21\x8c\xb9\x14\x07\x2b\x4d\x62\xed\x24\x32\x32\x83\x38\x66\xca\xff\x62\x6a\x79\x6d\x8c\xd0\x20\x22\x70\x83\xfd\xca\xa3\x44\x54\xc2\x7f\xaf\x4b\xc7\xff\x80\x8f\xca\x66\x10\x63\x91\xcf\x79\x99\xa4\x56\xf4\x0b\xea\x12\xca\x42\xdc\x7c\x34\x99\xba\x91\x00\xad\xaf\xa4\x43\x48\xc7\x4b\xcc\xcc\x28\x6a\x45\xc6\x76\x76\x06\x63\x56\x8c\x2f\x57\xc3\x7a\x19\x44\xe6\x8f\x73\x7f\x7b\x18\x84\x6d\x82\x2a\xcd\x38\x76\x32\xee\x83\xe4\x30\x4e\x43\xe8\xe2\xba\x10\x56\x91\x42\x28\x33\x89\xf7\xc8\xb7\x50\x32\xf2\x56\xea\x60\x9d\x89\xda\x4e\x97\x15\x8f\xd1\xd7\x31\x25\x19\xf9\xcc\x71\x76\x4f\xf4\x57\x0e\x89\xfb\x30\x48\xc4\x9f\x0a\xe4\x79\xdc\x13\x5c\x15\x8e\xa9\x19\x28\x02\x6d\xb3\x98\x8e\x99\x4d\xdf\xcf\x1e\xc7\xde\x64\x1c\x22\x4f\xc4\x1f\x67\x3e\x43\xb6\x11\x2f\xb0\xfd\x6b\xcf\x90\xc7\x38\xf4\xe2\x32\x5a\x38\xf7\x6a\xfa\x0b\xc6\x56\x7e\x65\xf4\x25\x36\x18\x78\x15\x64\xe3\x79\x09\x3b\x3d\x23\x05\xf3\xc5\x52\x25\x11\x36\x2e\x9c\x29\x94\x23\x9e\x0b\x39\xac\x08\xd4\x98\xf0\x1c\x91\x85\x75\x11\xad\x40\x64\xe1\xb1\x22\x4b\xcd\x36\xe2\x79\xd1\xd7\x22\x11\xa5\x5a\x4c\x4c\x87\xd3\x17\x8a\x5f\x47\x77\x32\x7f\x48\xc8\x41\xeb\x39\x7f\xa4\x13\x3c\x7b\x80\x60\xe9\x36\x79\x25\x64\x95\xb6\x1a\xd8\x09\x2b\xd6\x5c\x64\x74\x23\x6c\x9a\x44\xc2\x3c\xd4\xb8\xfa\x00\x7c\x31\x96\xa7\x4e\xa9\xde\x41\x70\x51\xed\x2e\xdc\x43\x7a\xac\xf2\x4f\xfb\x87\x7a\x4d\x69\x8a\xc6\x33\xfe\x55\x3c\x09\x3a\xc2\x09\x50\xa4\x78\x4d\xe6\x2b\xe5\x23\xd2\x7d\x0d\x53\xed\x97\xf8\x85\x10\x94\x6d\x37\xbd\x01\xf6\x77\x23\x0d\xf7\x09\x59\x63\xf5\x80\xf9\xa1\x7f\x9b\x0f\x56\xbd\xc7\x8d\x9a\x0a\x0a\xfd\x88\x27\x0c\x07\xd3\x54\x94\x67\xfa\xa9\xd1\xe9\x8c\xd5\xda\x80\xa0\x6b\xec\x26\x75\x8a\x57\x01\x7f\x99\xb2\x5c\x1a\x53\x5f\xde\x9a\xc0\xbb\x08\xde\xec\x3c\x43\xfb\x07\x16\xd8\x1c\x80\xb3\x20\xb6\x3b\xf8\xd0\x2b\x68\xb8\x6d\x7b\xd5\x66\x5c\xb2\xf5\x7a\xc1\x57\x62\xb6\xf9\x52\x1a\x99\xc2\x37\x5a\xa2\x53\xe9\xd7\xf5\x1e\x41\xcf\xd8\x79\x9a\x26\x2f\x36\xef\x8e\xf2\x8f\xe4\x7e\xdd\x99\xce\xbb\x3c\x3e\xd8\xad\xc3\x97\x66\x87\x3a\xdb\x12\x70\xc5\x08\xcf\x96\x14\xe8\x00\xea\x62\xb3\x4f\x55\x23\x76\xa7\xfd\x45\xc1\x2b\xc2\xa9\x46\x20\x8d\x46\x99\x6c\x3e\x10\x5d\x4d\x27\x1a\x8e\x05\xcf\x64\xbd\xd6\xae\xf5\xda\xc0\x93\xa9\x58\x0a\x1f\x8e\x6f\xc5\x5b\xc1\x1c\x4e\x5b\xf5\x5d\x46\x07\x37\xa0\xee\x04\xfe\x09\xf7\x08\xf8\x22\x6c\x37\x8f\x05\x9f\x55\xed\xc9\x4f\x42\x91\x0b\x1e\x01\xfe\xb8\xd9\xa9\xb5\x82\x32\xe2\xc3\x28\x7f\xe1\x30\xf5\x7d\xc0\x62\xb1\x07\x0b\xe7\xf6\x5a\x72\x91\x1f\x21\x2f\x63\x1d\xad\x7e\x00\x60\xd9\x55\x75\x0e\xc6\x32\xce\x64\x70\x3a\x1e\xc5\xf9\x1f\x6c\x01\x2c\x99\xab\x47\xce\xaf\xda\xcd\x63\x62\xa2\x0a\x0c\x7c\x01\xde\x9e\xea\x05\x1c\x23\x7b\x46\xcd\x17\x82\x68\x4f\x03\x16\x89\x4e\xb3\xa7\xba\xfd\x27\x71\xf0\xb9\x32\x2e\x13\x51\xf7\x9d\xbf\x9b\x35\x1f\xcc\xa1\xeb\x58\x77\xa1\x6f\x71\x77\xd8\x1b\x10\x32\xe8\x61\x4e\x1b\x3a\xb3\x2a\x8f\xdb\x8b\x0b\x2d\x58\xcd\x3b\x49\x2c\x48\x79\x0b\x04\x50\x1c\xa0\x5f\x82\x5d\x8c\x39\x01\x4b\x45\x28\xf6\x5d\x77\x17\x49\x16\xff\x93\x74\x02\x6d\x10\xde\xc0\xcb\xa7\xab\x91\x68\x5a\x20\x43\x83\x46\x61\x37\x30\x9d\x58\x07\xe4\x20\xeb\x28\xfe\x4d\x25\x95\xfd\x9b\x84\xc8\x97\x70\x6b\xa8\x53\x52\x44\xbc\x37\xf4\xe3\xa0\xdb\xc0\x5a\xd6\xd6\x80\x00\xa1\x9a\xfb\xc0\x1d\x21\xb6\x08\x0a\xc5\xcd\xe4\xe3\xb8\xa5\x5c\x77\xca\x0b\xfc\x09\xaa\x1f\x2d\x84\x08\xc1\x1c\xa7\x73\xc8\xae\xe0\x37\x8c\x5b\x94\xaf\x15\x47\x58\x79\xb4\xb7\x79\x9f\xd8\x7f\x33\x27\xa7\x04\x71\xfb\xd9\x09\xa0\xc3\x7c\x07\xd7\x16\x90\x23\x68\x03\x5c\xdd\xf7\x89\xce\x0a\x6f\x8b\x28\xc4\xd9\x54\x0c\x67\x0a\x89\x47\xd3\x52\x42\xc9\xef\xe9\xbd\xe8\xbb\x54\x2a\xe3\x11\xd8\x93\x3e\x9d\x95\x58\xb1\x94\xb1\x8e\x3d\x9c\x47\x61\xe1\xb8\x01\xc9\xf7\x38\x18\xde\x79\xd0\x3a\x9e\x06\x50\x06\x30\x81\xf5\x42\xa8\x47\x88\xf0\x8b\x18\x27\x60\xe3\xa6\x02\x31\xac\x28\x3c\x1f\xd8\x4d\xd2\x10\x17\x08\x82\x51\x0c\xd2\x05\xc1\x86\xfa\x57\x94\x41\x61\x7c\xf9\x32\x9a\x59\x78\x25\x77\x3d\xa3\x51\x44\x4f\x46\xb3\x46\xc5\x2b\x41\x4a\x6e\x80\xf8\x4e\x80\x9d\xaf\x93\xf4\x7a\x18\x85\x4b\xa5\x4a\xbe\x16\xbd\x4c\x75\x94\xa1\xc7\xdc\x53\xd1\x88\xcb\x71\x7b\x54\x8b\x90\x81\x84\xb5\xca\x13\x75\x7f\x93\x76\x2b\x81\xb2\x70\xca\x1d\x65\x60\xce\x77\xba\x87\xe2\x5a\xd2\x27\xa6\x51\x21\x05\xd5\x71\xdc\x14\x1e\x01\xc3\xbc\xed\xf2\x9d\x1e\x0f\x04\x04\x39\x8c\x17\x8c\xf4\xb6\x5e\xa4\xe7\xa2\x67\x5b\x6e\xe0\x3f\x60\xff\x32\x1f\x47\x84\xe2\x97\x9b\x36\xd4\xcd\x24\xa6\x1b\xb5\xa5\x5a\x72\x93\xa1\x3e\x47\x44\x9b\xae\x5f\x9c\xd4\xc3\xe8\xd7\x6e\x01\xad\x66\x43\x34\x81\x01\xdb\x79\x6e\x2a\x8b\xa7\x37\xf0\x51\xf1\x99\xbb\x13\x81\x68\xfa\x46\xfb\x1b\x55\xe9\xd8\x84\x97\x63\xd0\xf6\x74\xf8\x15\x1c\xa7\xf1\x72\xed\x31\xc2\x88\xb5\xa0\xb4\x94\x3c\xc3\xbc\x27\xa7\x86\x6a\x32\x4d\x48\xd2\x31\xa2\x0d\x2e\xa0\x20\xf6\x24\xdd\xb4\x80\x43\xdc\x0b\xea\x9b\x9e\x69\xc0\x56\x65\x0f\x17\x05\x3f\xd3\x86\xa2\x69\x91\x87\x5b\xfe\xc6\xaf\x41\x5f\x77\xfa\xc1\x5b\xb1\x4f\x9a\x88\xb5\x9d\x84\x25\x76\x7b\x69\x1c\x49\xda\x38\x92\x53\x44\x9d\x63\x31\x27\x19\xe9\x47\x4d\x91\xa0\x38\x56\x8b\xbe\x27\xe0\x1e\x97\xa0\x79\xe1\xc9\x02\x2a\x54\x6e\xac\x65\x52\x72\xe5\x1a\x72\x85\x34\xba\x66\x15\x66\xae\x34\xb0\x7e\x1e\x04\x2d\x0d\x84\xcc\xad\x2a\x97\xc6\xc3\x33\x0a\x5f\x49\xeb\x50\x43\x19\xef\xa5\x06\x5c\x5e\xdc\x23\xe9\x7d\x52\x48\x78\xb2\xac\x90\x56\xbc\x72\x9f\xec\x22\xeb\x92\x6b\xba\x1c\xe0\xf7\x30\x07\xc4\xff\x55\xff\x4b\x7a\x2c\xfe\x52\x37\x84\x5e\x2f\x99\x03\xae\x86\x4c\x94\x84\xc0\x3c\x2b\xbf\x49\xea\x91\xae\x85\x5d\x92\x66\x4c\x66\xc6\x0e\xc9\x63\xfc\xc6\xb8\x7d\xd2\x32\x72\x7e\x78\xb4\xf4\x2e\xdd\x67\xe5\x09\x19\x97\x5d\xea\x0a\x96\xc7\xf1\xcf\x31\xfd\x44\x8d\x75\xd7\x48\x18\xd1\x2e\x70\x09\x3a\x4a\xf4\x0e\x7a\x06\xdc\x2a\x0e\x44\x34\x54\x3a\xc5\x2c\xf4\xca\xc2\x7c\xf1\x59\xdc\xf2\x0c\xa6\x24\x9c\x98\x19\xd7\x26\xd9\x47\xe9\x0d\x0f\x93\x42\x19\xe1\x2b\x2f\xc9\x16\x70\xe6\xba\x0a\x64\xaf\x01\x10\x63\x3a\xf0\x00\x76\x91\x58\x24\xc8\x46\x5c\x45\x05\x09\x8e\xa0\x6e\x37\x6c\x14\x86\x62\x17\x57\x8c\x0a\xd7\xe3\x45\x05\xfd\xa2\x70\xd2\xcc\xf4\x31\xd1\x09\xca\xc9\xb8\x7c\xb1\x84\xde\x19\xee\x2b\xa9\x60\x0d\xaf\x7c\x27\x8d\xe4\x8e\xb9\x9e\x90\x45\x0a\x68\xb4\x6b\x3c\x01\xe6\x3e\x21\x96\xf7\x0b\xd7\x8f\x2c\xe2\x6b\x08\xf0\xfa\xa7\x80\x3f\x29\xaa\xc2\x0d\xf8\x9b\x12\x5a\xb0\x40\xa0\xa7\x65\xa4\x4b\x85\x85\x0c\x69\xdc\x42\x51\x1c\xeb\x61\xb8\xbb\x38\x89\x0b\xf7\x5b\x22\xc9\x05\x66\xbb\x79\x48\xc9\xc2\x97\x54\x05\x67\x05\x59\x88\x0f\xe7\x1c\xa0\xdc\x44\x90\xb9\x78\x5a\x40\xbd\x27\x2f\x8a\x6e\x2a\x27\xf2\x17\x33\xe7\xe6\x2b\xf8\x1f\x59\xc3\xe9\xf3\x81\x47\x9c\xda\xd8\x3b\x82\xff\x78\x31\xe1\x6e\xa2\xd5\x40\xa0\x5f\xbe\xb8\x5e\xb8\xc6\x4d\x26\x19\x16\xe3\xc8\x5f\x98\x4b\xb8\x4a\xec\x31\xe6\x79\x5e\x21\x7c\x12\x6b\x1f\xef\x6b\xed\x18\x7b\x27\x7f\x73\x19\x9c\x73\x0b\x10\xe4\xad\xe3\x7e\x11\x94\xa4\x51\xf8\x41\x42\x50\xac\x10\xa0\x8b\x56\x87\x4f\x14\x8c\x8a\x41\x7e\x7c\x51\x84\x24\xce\x7d\xba\x78\x40\x0a\x27\x21\x69\xc5\xf2\x6c\x0c\x94\x5e\x20\x8f\x82\xbe\x62\x20\xe4\x8b\x6a\x3e\x32\x2d\xf2\xb9\xa5\x5a\xd6\x2b\xf9\xfc\xbc\x59\x9c\x10\xf9\x82\xd4\x97\xdc\xf5\xf2\x85\xb1\x89\x7c\x77\xb9\x47\xd8\x38\xb0\x5b\xee\xe6\xd7\x2e\x2c\x94\xcf\x72\x47\x8a\xde\xc9\xe7\x13\xa1\x94\x35\x46\x29\xba\x82\xca\x36\x1c\x86\x7c\xa4\xed\xd1\x7f\xab\x59\xcc\x98\xa1\x4f\x28\x79\xc6\xa4\xe9\x78\xb9\x6c\xd6\x67\xed\xa6\x54\x23\xc7\xa6\xb9\x1c\xf3\x81\x17\xa3\xbe\x13\x76\x9b\xff\x51\x75\xda\x6f\x8b\x60\xb3\xb2\xd7\x5d\x23\x62\x2a\x44\x84\xe3\x64\x67\xe3\x42\xd4\x43\xca\x09\xab\x17\xc4\x4a\x9b\x63\x71\xa9\x3e\x45\x07\x9b\xe7\x94\x6c\x65\x9c\x32\xfe\x9b\x5b\xc8\x6a\x30\x9c\x49\x65\x72\xa6\xeb\x95\x31\xcf\xb8\xc7\x74\x8b\xc3\xee\xf2\x6d\x1a\xa9\xdf\x1e\x01\x58\x75\xd6\xbd\x57\x14\xaa\x74\x25\x64\x92\x5d\x1d\x5f\x51\x2a\x4a\xb4\xfd\x09\x24\x9f\xca\xb3\x6d\xae\x6e\xa5\x1d\x6b\x84\x97\x34\x33\xfc\x2d\xdf\x73\x93\x98\x27\xcc\x8a\x54\x3a\x5b\x68\x7c\x12\x33\xc6\xcd\x30\xcc\x0c\x1b\xe3\x7b\x6b\xff\xf8\xdd\x06\xc6\xd5\xa3\xee\x67\x85\xa3\xca\x76\x74\x80\xa1\xb4\x6a\x0a\xb4\x54\xdf\x53\x73\xb6\x76\x89\xee\x7b\x7d\x7b\x99\x56\x97\x0e\x69\xce\x5f\xab\x35\xc3\x2f\x65\xe8\x34\xf7\xd1\x89\x09\xef\x35\xa1\xb8\x31\x10\x5b\x2d\x27\x3d\x0b\x92\xab\x1e\xd1\x97\xf9\xac\x55\xa5\xb2\x7b\x96\xff\xa3\x3c\x0c\xe0\x50\xfb\xf5\x2b\x6a\xaa\x21\x5f\x75\xa2\xba\x1f\x35\x97\xb4\x4f\xc0\xc3\x65\xd9\xda\x3c\x18\x23\x9f\xa6\xd9\x86\xe4\x65\xd4\x6b\x5c\x31\x5b\x13\x2e\xaa\x15\x84\x00\x10\x46\xf5\x91\x7c\x3f\x48\xa7\x22\xd1\x4f\xfb\x1c\x56\x3e\xe5\x4c\x74\x99\xaa\x04\x00\x2e\x2a\x4b\xfb\xb9\xee\x06\xc4\xa9\xad\x06\xd7\xd7\xc8\x34\x67\xa1\x4f\xca\x26\x6a\x0a\x11\xe2\xfc\x30\xf5\x25\x74\x65\x86\xbf\xba\x18\x07\x4e\x58\xab\xba\x48\xec\x02\xd5\xaa\x6a\xa9\x0b\x83\xac\xca\xd7\x8c\x3d\x3e\xb7\x94\x42\xce\xa0\xcb\x2a\xe5\x2a\xe0\x34\x52\xaa\x26\xc2\xd6\x80\x6f\xaa\x67\x21\xe0\xd5\xa3\xaa\x3d\x28\x7d\x29\x5c\x05\xc7\xdc\xce\x1b\x54\xfd\x85\xaf\x4b\xff\x9f\x72\x17\x69\x4a\x42\xad\x12\x4a\x79\x08\x8a\x50\x2e\xa1\xdf\x08\xea\x56\xdc\x66\xfd\xf4\x9d\xad\xb0\xf3\xea\x5c\x24\x0a\xac\xe0\x09\x02\xae\x8c\x42\xdf\x68\x78\xa7\xb8\x8f\x3d\x58\xed\xaa\x68\xc2\xb7\x97\x1c\x55\x10\x88\x96\x3c\x37\x45\x3a\x79\x7d\x7a\x81\x62\x21\xf5\x55\xc2\x6c\xf9\x53\x46\x09\x68\x99\x7c\x94\x75\x3f\x68\xab\xfc\x00\x57\xe7\x9b\x2e\x6f\x01\x6a\x5d\xfe\x91\x9b\x44\x85\x70\xbc\xec\x23\xf1\x55\x83\x8f\x6c\x27\x99\x54\x45\x90\xe9\x28\x4f\x4b\x56\xc8\xd4\x34\x76\xae\x5d\xa6\x65\xf8\xa5\x3d\x92\x89\x99\x1f\xe2\x0f\xcb\x38\xec\xdb\x91\x3f\x65\x06\xee\xe7\xa0\x53\xb2\x61\xc0\xd7\x97\x2f\xdb\x24\xac\x73\x4d\x93\x1d\x13\x6f\x83\xc9\xc4\xa3\xec\x98\xfa\xc5\xe2\x4b\x9c\x65\x95\x6c\xf1\x2d\xce\xe7\x62\x90\xc4\x83\xfb\x3c\xe7\xb0\x04\xc5\x7b\x97\x16\x27\x71\x00\xb3\xe2\x33\x25\x17\x05\xd1\x91\xc7\x24\xbf\x84\xaa\xa0\x51\x29\x48\x74\xc3\xf7\x98\x94\x2e\x71\x77\xbd\x28\xdd\x23\x95\x42\x9e\x09\x4b\xc5\x97\x6a\xbf\x0b\x09\x92\xe9\x15\x56\x61\xaf\x24\xa1\xc8\x28\xfc\x26\x51\xe7\xc4\x89\xe8\x92\xc7\xa9\x67\x45\x57\xa5\x89\x71\x1f\xc4\x79\xd2\xb6\xc8\x2e\xf1\x88\x6c\x62\xd0\x55\xc9\x22\x19\xdc\xf7\xb3\x44\x26\x1b\x70\x0b\x91\x7c\x96\x7d\x84\x2c\x04\xf2\x34\x63\xb5\xfe\x80\x43\x33\x50\x7e\x03\x78\xab\xc9\x2e\xfc\x25\x28\x53\xbf\xce\x7e\x2c\x38\xa6\x36\xa5\xda\x84\xb5\xea\xe0\xb8\x07\xc2\x2f\xaa\xfd\x91\x1d\xa2\x16\x55\x62\xd0\x3b\x71\x8a\x72\x60\x85\xbf\xf8\xb2\xe2\xbd\x1b\x4c\x42\x54\x44\x83\x0f\xf1\x85\x46\xdf\x9a\xdb\xfc\x4b\x86\xae\x72\x2d\x90\x60\x98\x54\x78\x04\x18\xd4\x43\xb3\x77\x0b\x5c\x75\x5b\x53\xd9\x82\x23\xda\x9f\x71\x17\x84\x74\x6d\x68\x64\xb3\xc8\x47\x93\x14\x34\x2e\xba\xad\x0e\x5e\x11\x2e\x16\x29\xbf\xb8\x11\x25\x01\x8a\x6d\x60\x39\x6f\xd4\xb2\xb7\xa6\x9b\x1f\x68\x99\x5d\x5e\xc6\xef\x34\xa7\x14\x76\x00\x93\x4c\xc8\xec\x7e\x80\x6f\x64\xa5\x92\x04\x01\x06\x5e\xdc\x65\xc1\x73\x7d\x5d\x64\x9f\xb0\x57\x37\x2d\x78\x9a\x08\xad\xd1\xad\x28\x12\x2f\x56\xdd\x73\xb3\x88\xcf\x28\x23\xaa\x92\x9b\xef\x56\xd9\x4b\x07\x9a\x72\x6a\x91\x05\xed\xf6\xd3\x0d\x29\xd9\x4b\x6c\x95\xd0\xf4\xd4\x1a\xeb\x35\x84\x3e\x9e\x63\x49\xc5\xcc\x88\x5a\x63\xea\xc4\x8f\x86\x32\x0c\xf7\xc8\xaf\xfd\x93\xf5\xbe\x8c\x35\x9e\x3f\xb5\x60\xce\x86\x65\xb7\xd4\x43\x82\xb2\x2a\xef\xa6\xee\x9a\x83\xa5\x22\x87\x7f\x3d\xbe\x80\x6e\x3b\x02\xf1\xc8\xfa\xd8\x88\x86\xfd\x9b\x9a\x68\xf9\x85\x9a\x1c\x8f\x32\x4b\xb1\x15\x51\x61\xc6\x0f\x84\xc7\xa1\x0c\x43\x01\xe5\x80\x7f\x99\x6e\x98\x71\xd8\x6b\xb1\xe6\x07\xe7\xcd\xb2\xff\xd4\xb5\x82\xb4\xca\x6f\x0e\x68\xfd\xb2\xd2\x7c\xfb\x24\x70\x77\x41\x72\xe3\x76\x58\x58\xd6\x59\x2b\x15\x71\x39\xd5\xc5\xe2\x8e\xde\x1d\x5f\x68\xda\x89\xbb\x15\xe5\x63\x4c\x20\x81\x42\xd9\xfa\x4d\xd4\x0b\xfe\x28\x9d\x07\xd3\xec\x05\xd2\xe8\xb8\x8c\xe5\x81\xaa\x5f\x02\x51\x65\x91\x6d\x39\xf4\x53\xc9\x11\xeb\x4d\x44\x58\xfe\x79\xcb\x7a\x14\x39\x0b\x67\x36\x60\xae\xa6\x9c\x37\x41\xf1\x94\xf8\xc5\x46\x77\x52\x42\xd4\x24\xfd\x59\x6a\x6c\x28\x55\x87\x63\x94\xf9\xab\x35\xbf\xd9\xed\x5e\x4c\xb5\x95\xf7\x73\xb9\x42\x15\x2c\x14\x57\x9c\xb0\x6c\x44\xe7\x94\x84\x9a\x37\x63\xfd\xf3\xd3\x4d\x83\xf8\x85\x99\x9f\x8c\x23\xc4\x95\x29\x34\x43\x2f\x19\x15\x77\x4d\x2f\xa3\x5e\x00\xdd\xd7\x95\x31\xc0\xa1\x74\xed\x52\xb6\x87\xff\x7a\xf5\x15\xee\x67\xaf\x5d\x2a\x03\x70\x6d\xf9\x43\x65\x91\xe8\x42\xc5\x64\xd3\x41\xc2\xde\x62\xb3\x71\x33\xa9\x24\xef\xa0\x61\x0b\xf9\x45\xa6\x52\x7f\x8d\xda\x93\xb2\x54\xf7\x2f\x5d\x18\xe7\xd0\xbe\x67\x0a\x41\x7b\x35\x4f\xd8\xce\x50\xa6\xfa\x02\x77\xdc\xff\xaa\x6a\x13\xd0\xe0\xf5\x49\x69\x17\xee\x70\x01\x29\x24\x12\x9f\xb2\x6f\xfa\x1e\xe6\x9c\xa2\x13\xba\x2b\xac\x80\x3c\x3f\xdd\x5c\x76\x7a\xc6\x1f\x2d\x92\x43\x49\x1e\xd1\x6c\xe5\xee\x88\xcb\x51\xbf\xe2\x2f\x00\x39\xd4\x4b\x01\x49\xa8\x54\xb5\x52\xe8\xb1\x6a\xa1\x32\x40\xb4\xcf\x1b\xa6\x48\x95\xc4\xb8\x9c\x91\x43\xa4\x87\xcb\x82\xb4\x6e\x82\xe1\xa2\xe5\x1a\x86\x70\x4d\x6e\xaf\xfa\x9a\x70\x7f\x46\xbf\x3a\x59\x54\x94\x8c\x57\x6d\x13\xbd\x8f\x5b\xa6\x72\x15\x0f\x82\x00\x25\x57\x52\x17\xaa\x57\x1c\x92\xfa\xaf\xca\x90\xff\x27\x7d\xe6\x3d\x20\xcf\x93\xb1\x5c\x23\x65\x66\xf9\x94\xd2\xb5\xea\x28\xc5\xd3\x42\x8b\xca\xa6\xf8\x96\xeb\xa1\x9a\xa1\xf8\x9c\x11\xa3\xd4\x2b\xbe\x26\x07\x28\x97\x28\xbe\xc6\xbe\x57\x0c\x28\x27\x80\x68\x8a\x35\x8a\x1f\xa1\x4e\xf9\x88\xe2\xf5\x2a\xb4\x7c\x81\xe2\xa4\xf7\x73\x99\x56\xc1\x75\x65\x49\xbf\x2a\x96\x95\x46\xa9\xca\x35\x83\x85\x39\xca\x43\x1a\x75\xce\x2b\x65\x96\xa6\x24\x63\x96\xe2\x9c\x66\x41\xf2\x5f\x8a\x5a\xf5\xf5\xd8\x67\xf2\x6f\x6a\x13\x88\x29\x6f\x57\x83\x42\x47\xe4\x9e\xaa\x7d\xab\xe4\xb2\x2e\x95\xaf\xf7\x6f\x59\x88\xb2\xd2\x55\x25\xdd\xa3\x00\x4a\x46\x95\x26\xfd\xb5\xc2\xa9\xca\x89\x7a\x47\xce\x49\x45\xa3\x7e\x4d\xfa\x4f\xc5\x62\xdd\xe9\xe4\x09\xf2\x4e\x5d\x69\xec\x1b\x79\x99\xf6\x14\x48\x25\x9f\xaa\xf5\x0d\x3d\x2d\x6b\xd4\x94\xac\xda\x22\x5b\xae\xae\xf2\x09\x94\xee\x57\xf9\xba\x8e\x48\xeb\x14\xaf\x8b\xef\x76\x78\x57\xbd\xcc\xb7\xb7\x25\xd4\x6e\xcd\x7a\xd7\x52\xdf\x60\x4c\xbd\xdb\x6c\x87\xda\x13\xda\x1d\xbb\x11\x0f\xa3\xb3\x6d\xfb\x30\xd8\xd5\xfd\xd6\x7e\x42\x64\xd0\x7a\x33\x8c\x02\x5f\x59\x60\xf4\x62\xec\xf4\x38\xa1\x3b\xc7\x75\x5f\x46\xd0\x48\x04\xeb\x8a\x0f\xb5\xbd\xad\x9d\x9e\xcf\x6e\xf5\xaa\x1f\xc9\xba\xea\xac\x81\xd4\xa5\x9e\x6a\x1a\x82\x87\x27\x98\xed\x0f\x50\x39\xd1\xe9\x8d\x5f\xb1\xbd\xab\x47\x2c\x9f\x89\x31\x41\x9b\x4d\xe7\xa9\x3e\x2b\x11\x86\x2e\x66\x88\xc7\x7d\x1d\x9a\x5b\xb8\xcc\xaa\x09\x16\x98\x8a\x5b\x5b\x77\xd6\x57\xe5\x17\x3b\xff\x80\x2f\x65\x6d\x6c\x2e\x81\xd5\xa7\x6e\x70\x6c\x45\xfc\x4e\xe0\xdb\xfe\x43\xbf\x8a\x8e\x6e\x0c\xc6\x2f\x5d\x3d\x68\x49\x22\x09\x83\xf6\x98\x82\x68\x2b\x57\x72\x0d\xf3\x98\x63\x1e\xbf\xb5\x6f\xb8\xa7\x97\xed\x55\x9f\x15\x1c\x2e\x5e\xed\x2c\x80\x2d\xcc\x1b\x6b\x3a\x85\x88\xcd\xaa\x71\x64\xa3\x28\xa9\x68\xdb\x28\xe6\x5e\x42\x56\x63\x32\x5e\x11\xbd\xcc\x62\x25\x41\x57\x77\x98\x4e\xff\x9f\x00\xb8\x00\x68\x32\x51\x00\x00\x6c\xfb\xec\x96\x1e\x08\x48\x83\x20\xdd\xdd\x0d\x83\xb1\xee\xee\xfd\xeb\xfe\x63\xc9\x68\x10\x04\x1b\x0b\xbb\x15\x3d\xdb\xb3\xbb\xbb\xbb\xcf\x6e\xdf\x27\xe2\x84\xed\x75\x3e\x90\x36\x07\x2e\xb2\x3f\x91\x3f\x41\xa5\x59\x5f\xa9\x33\xdd\xc7\x22\x1f\x75\x5b\xcb\xd7\x77\x7c\x63\x8c\x28\x96\xb7\xaf\x60\x7e\xc8\x7b\xd4\x56\xca\x7e\x9e\x35\xaa\xe5\x3d\x6f\x74\xca\xdf\x66\x48\x50\x1b\xff\xc2\xf5\x49\x74\x36\xda\xd6\x58\x2e\x15\x85\x9d\x71\x38\xe4\xb9\x81\x27\x6c\x9b\x54\x11\x28\xb3\xe5\xae\x76\xac\x3b\x09\x99\xa2\xff\x53\x3e\xab\xed\x07\xb7\xa8\xe8\x43\xeb\x6a\xde\xd3\x3c\xa0\x85\x24\x68\xce\x5c\xd3\x3c\x4b\x84\x4e\xd9\xe3\xba\x24\xc9\x8e\xdf\xd7\x48\x97\xd5\x47\x2b\x1d\x77\xe4\xd6\xb0\xbb\xf6\x64\xe5\xdf\xc0\x6f\x56\x58\x63\x44\x1d\x42\xee\xea\xee\xb9\xaf\x83\x33\x8c\xa5\x65\x61\xcd\x5f\xa4\xa9\x45\x25\x4d\xd7\x65\xbc\xbc\xff\xb9\xf6\x01\xbd\x99\x15\x8d\x6b\xe4\xb7\x53\xb4\x4e\x9b\x32\x2d\xbe\xcf\x51\xae\xda\x11\xad\xb0\xfd\xd5\x64\x84\xff\xcf\x0a\x6a\xff\xcc\x2e\x47\x3e\xea\x77\xfb\xc6\xc1\x88\x31\xc7\xa3\x08\x9a\x66\xba\x5e\xba\xde\xa5\xd6\x70\x0b\xef\x34\x2a\xb5\x53\x72\x37\x3a\xcd\xda\xed\x99\xee\x0e\x8b\x8e\x95\x82\xb1\x5b\xf4\xa1\xf1\x4e\x9b\xde\x30\x34\x5a\x6f\xa5\x18\xae\x87\x87\x5b\xa6\x19\xcf\xcd\x6e\x81\x77\x9a\xb6\xfb\x36\x41\x46\x73\x9d\xc7\x7a\x30\xc7\xfc\xb9\x94\xed\xd4\x82\xd9\x85\x3a\x87\x05\x14\xe4\x96\xda\x97\x81\xad\x19\x47\x6d\xff\x80\xbb\x53\x22\xac\xd7\xc0\xb7\xf1\x32\xcb\x17\xc8\x2b\xda\x60\x19\x0f\xe5\x86\x97\xc0\x6f\x20\xda\xec\x63\xd0\x61\x88\xeb\x7b\x1e\xdc\x0b\x45\x7b\x7c\x31\x6f\x00\x5f\x97\x8e\x70\xb4\x23\xd7\x0b\xb3\xec\xab\x91\xb3\xb9\x01\xb6\x4b\xc8\x9e\x8c\x35\xd6\xcf\xc8\x40\x8a\x87\x75\x06\x32\x3f\x5e\x64\xc9\x47\x4c\xd1\x10\x22\x41\x30\xe1\x24\x98\x81\x4c\x9b\xfd\x1c\x2a\x87\x37\xfb\xbe\x05\x49\xf0\x64\xcf\x09\x66\x0e\x44\x2e\x19\xb0\x1f\xb6\x3d\x2a\x1c\x63\x7b\x60\xdb\x91\x3b\xc6\x36\xd5\xa6\xce\x58\x6c\x8d\xb1\xa5\xa4\x4c\xb4\x54\x59\xbf\xc6\xab\x91\x0e\xeb\x92\xe8\xf9\xf0\x39\xeb\xdc\x70\x18\x3a\x6b\xe9\x09\xf2\x02\x8f\x20\xd7\xfd\xbc\xcc\xaf\xe0\x6b\x9e\xc1\xe6\x69\xd0\x9e\x62\xfb\xe2\xae\xfa\xf8\x7c\xf5\x42\x7e\xc3\x87\x6c\xf7\xbe\x3c\xfc\xb1\xb4\x86\xf9\xe9\xa4\xd3\x89\xda\xee\x99\x34\xaf\xb9\x7d\x9d\x87\x99\xab\x22\xb5\xed\x25\x5c\x65\x48\x58\x4b\x97\x70\x9d\x7f\x9b\xeb\x9e\x6c\xb4\xf7\x3a\xe7\x44\x25\xd6\x6d\xba\x2d\x59\x7b\xb6\x98\xb7\x88\xdd\x50\x9e\x4f\x5b\x80\xc6\xdd\xcf\x1e\xd5\x9b\x4f\x74\xa4\x55\xf4\x54\x51\x08\x89\x9a\x79\xe9\x74\xd5\xdc\x25\x1d\x7f\x58\x97\x23\x6d\x6d\xbd\x3c\x49\x48\x4a\xf3\x1f\x11\xc3\x7f\xb5\x0b\x23\x93\x7b\x1f\x75\x2c\x53\x9a\xdd\xe2\xad\xf7\xb4\xfd\xc5\xb9\x0b\x13\x71\xdd\xf9\x59\x7d\xa9\xc4\x21\x59\xaf\xe6\x67\x91\xcd\x69\xe9\xdd\x04\x9a\x5f\xa2\xa4\x0b\xcf\x9c\x30\x77\x71\xc7\x1c\x4e\x56\x64\x73\xeb\x3d\xfe\xda\x90\xa2\x66\xac\x98\xe8\xbf\xaf\xf1\x30\x10\xe6\xfd\xc8\x11\xa8\xfc\xe0\x86\xb6\xea\xb4\xe7\x8a\x3d\x7b\x57\x91\x73\xf2\xc7\xf6\xbc\xa7\x56\x65\x6d\xea\x8e\xa7\x2b\xd2\xa6\x74\x29\x98\xcf\x12\xd1\x1d\x3d\x9c\xf6\xb9\x5d\x6d\x2d\x7c\x55\xe4\xbc\x16\xba\xc8\x19\x42\x6a\xfa\x9f\xf4\x1f\xff\x67\xce\x16\xc5\x34\x1f\x2f\xbb\x97\x9a\xe2\xd6\x65\x59\xa2\xdb\x5f\xd4\xd3\xc3\xa7\xdf\xcf\x5b\x3c\xef\x3a\xf3\x5a\x56\x59\x57\x0e\xfb\x42\xea\x91\x8e\x85\xdc\x4f\x89\xbe\x6d\x77\x04\x45\x73\x95\x2d\x1f\x44\xe7\x22\x5b\x9b\x9e\x4a\xb5\x21\x40\xe3\x6a\x39\x29\x60\xba\xa3\x4a\x55\xe9\x83\xb5\x8d\xd6\x06\xb9\xdd\x43\x76\x1b\x26\x14\x65\xcc\xc3\x71\x87\xe7\x25\x76\xde\xe6\xf5\x67\xbe\xee\x20\x08\xaa\x53\xb5\x6d\xe7\x45\xbe\x09\x6f\x5a\x23\x25\x6e\x73\xf1\xcd\x64\x59\x6a\x64\x93\x4b\x26\xd7\x84\x38\x9d\xb5\xaa\x91\x01\xf9\x76\x2f\x4d\xa7\x4f\x9f\x75\x88\xee\xb3\x7b\x3c\x7c\xd3\x48\x28\xac\xef\x10\x4a\x56\xe5\x6e\x68\x9f\x21\x7d\x98\xb9\xa6\x75\x37\x80\x4a\x2d\x6d\xa9\x92\x4b\x12\x2e\x37\x5d\x54\x3c\x98\x4b\x74\xa5\xa8\x24\x91\x6b\x9c\x16\xcd\xf8\x90\x93\xf6\x66\xed\xd3\x80\x01\xab\x51\xbf\x0b\x35\x09\x59\x62\xcc\x77\xdf\x0c\x6d\x31\xdd\x2e\x0c\x6a\xfd\xa0\xd6\xe6\xaa\x5a\x36\x6a\xe6\x66\x6a\x9b\x01\xcd\x8b\xd4\xa8\xa6\x10\xed\xa6\x84\xe3\x8d\x67\x74\xae\xb9\x6c\x27\x47\xaf\x8c\x3c\x63\x7f\x69\x60\x84\x8e\xb5\x79\x1a\x4d\x81\xa3\x2c\xb1\x26\x3b\x4a\x0e\x77\x98\x13\x3d\xfc\xc1\xeb\xe6\x37\x85\x1e\xcd\xd7\x4d\x3f\x72\xd3\x9b\x56\x9a\x13\x33\xa3\x5d\xa0\x59\x96\xf2\xb9\xb1\xcc\xbc\x2b\x61\x99\x73\x1c\x38\x76\x6e\x83\xfd\x22\xd8\x10\x79\xc5\x66\x05\x17\x87\xce\xb5\x3c\x07\x9f\x05\x96\x22\x89\xd0\x0c\xd4\x3e\xe8\x2c\xf8\xc1\x83\x05\x96\x80\x67\x0b\x0e\x37\x3d\x87\x85\xb9\x13\x5d\xfb\x60\x79\xe6\xb4\xc6\xe5\xb0\x3c\xe5\x91\x53\x01\x23\x09\x3d\x8e\x74\x78\xfe\x5c\x9c\x7d\x26\xdc\x1f\x79\xdf\x7a\x0f\x5e\x14\x5a\x6a\xa9\x87\xad\x81\x62\x78\x2f\x5c\x89\xba\x0b\x09\xa1\x13\x1e\x1a\x70\x22\x14\x51\x20\x6f\x9a\x6c\xc5\xe7\x3c\x6c\x7c\x65\x4d\xce\x1c\xe2\xbc\x62\x9d\x90\x72\xcb\xb1\xca\xf2\x29\xa1\xd7\x2e\xb3\xdc\x9a\xcb\xb6\x61\x2d\xeb\x23\xbf\x58\xe7\x5a\xf8\xa1\x42\x64\x8f\x65\x48\x60\x1f\x1c\x8f\x48\x7d\x87\x81\x3f\xe1\x1e\x8f\x6e\xf3\x56\x68\xc7\x82\x1c\xc2\xac\x2a\x4a\x7b\x08\xf1\x6e\xed\x7c\xdb\x53\xf2\xd6\xfa\xa3\x86\xff\x51\x2f\xe0\xe6\x48\x57\x32\x02\x88\xbb\x98\xff\xb2\xfa\xa8\x78\xac\x0f\x17\xcf\x0c\x2b\xcd\x12\xf4\x70\x31\x69\x17\x25\x63\x85\x6d\x91\x87\x80\x97\xd2\xe7\x28\x8d\x3a\x56\x69\xeb\xcb\xc6\x85\xd7\xfe\x6e\x23\x11\xa6\xd6\xbf\xb7\x85\x91\x66\x62\x6f\xea\x19\x14\x0a\xe1\xb3\xd4\x9b\xf6\x80\x12\xc5\x2c\x65\x5a\xe8\xb6\x86\x41\x8e\x8c\x3d\xa6\xe4\x3b\xff\x32\xef\x6e\x5a\xb3\x18\x10\x1d\x8c\x5c\x0a\x28\x65\x7b\x51\x7c\xd5\x13\xd5\x90\xde\xa4\x86\x64\xcc\x3f\xad\x8d\xb8\x02\x9c\xd4\xca\x22\x68\x88\xd3\x75\x3b\x49\xff\x91\x1f\x48\x1a\xa9\xf3\x69\xe7\x19\xe7\x19\x5c\xe6\x9d\x86\x6a\xb6\x89\x3b\xb5\x64\x3d\x7f\x94\xa0\x31\xad\x52\x74\x41\xe2\x16\x69\x90\x7d\x05\xf6\xa2\x78\x2a\x8b\x6a\x65\x8f\x00\xdd\x44\x9e\xdb\xfc\xbc\xfe\x03\x95\x89\xbc\xc0\xea\xe8\x2e\xad\x98\x10\xcb\xbc\x26\x96\x92\x7d\x39\x39\xf4\x87\xb4\x0c\xde\x7e\x4c\x1b\xb3\x5f\x48\x2a\x89\xe4\x32\x25\xb3\x52\x1f\x09\x2d\xc0\x90\x48\x8c\xf4\x85\xe2\x2f\xaa\x51\xb9\x4e\x93\x34\xcf\x55\x3d\x89\x3d\xb3\xa9\xa8\x76\x13\xe7\x2c\xdc\x5c\x2f\xe7\xe9\x35\xd9\x58\x40\x10\x27\x02\x08\x2b\x45\x63\xe9\xff\xa3\x4c\x15\x3f\xaf\xbf\x4b\x3f\x2c\x7d\x54\xbc\x98\x7d\x11\xf8\x91\xda\x28\x48\x54\xfa\x47\x16\x48\xae\xaa\x65\xa8\x93\x8a\x93\xda\x0f\x9d\xe7\xca\xff\x11\x83\x8d\xff\x56\xf5\x49\x96\x43\xe9\xb5\x8b\xa5\x87\xd5\xa8\xfa\xbb\xb2\x07\x42\x13\xae\x56\xee\x41\x4b\x22\x8d\x56\x54\xd7\x27\xd0\x86\x28\x17\x14\xcf\x62\x61\x54\x3f\x53\x73\x79\x7f\x35\xec\xc8\x7c\xf1\x55\xed\x27\xdf\x99\xf2\xbf\xfa\x81\x76\xb8\x58\xaf\x27\x3a\xfa\xca\xb6\xe8\x97\x99\x33\xaa\xa6\xe8\x1f\x29\x71\xb5\x2b\x0d\xee\xfc\x1f\x18\x99\x81\x48\xf9\x8b\x37\x18\x7a\xea\x2a\xc8\x67\x0d\xd7\x8b\x1a\x19\x3a\xa3\x67\xea\x28\xae\xda\x88\x89\xc4\x8b\x06\x8c\x5b\x7c\x11\x79\x80\xc9\xbf\x35\x33\xff\x8b\xe3\xae\x6d\x71\xb1\xd5\x11\x65\x04\xcb\xd3\xed\x2a\xf9\xf9\x6a\x77\xdb\x20\x6f\x45\x5d\xa4\xf5\x2f\xf9\x0d\x16\xb2\x46\xa1\x11\x92\xaf\xa5\xaa\x68\x1c\xdd\x0d\x21\xa6\x5c\xe1\x90\xe1\xea\x48\xa1\xf0\x31\x84\xf7\x7d\x00\x0c\x80\xe2\xe6\x33\xb9\xd0\xbc\xa5\xd6\x94\xc2\x8c\xae\x04\x43\x4c\x69\x60\xc7\x20\xb0\xb4\x32\xb6\x7d\x3a\x77\x7e\xad\xa1\x95\x46\x9e\xd5\x30\xb2\xb9\xad\xf6\x27\xe1\x9a\x6b\x51\xe1\x51\xda\x74\xa7\x36\xe5\x21\xbb\xd9\x1e\x1d\xb9\x4a\x88\xb7\xdc\xf0\xcb\x00\x04\xb0\xaa\xb9\x24\x67\xe3\x02\xa7\x65\x4b\x81\xb0\xf7\x98\xfe\x40\x09\xa1\xe7\x3e\x90\x56\xa1\x99\x77\x99\x9b\x59\x73\xb5\x73\x0b\xe9\x31\x46\xd8\x2e\xac\xbd\x47\xa8\x6a\xf9\x51\x78\x88\xba\xb6\x29\x27\x75\x14\x7b\xae\x93\x16\x79\x51\x88\xb2\x61\xfd\xa4\x40\x25\x92\xd4\xf4\x3b\x67\xe6\x52\xd8\x42\xcc\x3f\xb3\x58\xaf\x87\x8a\xf7\x2c\xcc\x00\x46\x95\xdf\xeb\xbd\xcf\x9d\x51\x93\xd7\x43\x21\x9d\xab\x7f\xdc\xb5\xbd\xf6\x2e\xfe\x62\xfb\xd9\xc2\x0b\xd4\xdc\x96\xe6\xd4\x24\xd6\x45\xd7\xec\xa8\x89\x82\x2b\x76\xad\xdf\x76\xc0\x1b\x59\xde\x63\x23\x41\x55\xcc\xe6\x9b\x94\x09\xb5\x4b\x90\xdb\xd4\x5d\xf5\xa7\xb4\xa5\xf4\x05\xb8\x38\x71\x06\x73\x27\x71\x2f\x7d\x3d\xfb\x0f\x95\x86\xa1\xf3\x1a\x99\x89\xc5\xaf\x84\x0e\x2e\x3b\xf5\x94\x64\xbf\x70\x5d\x64\x81\xbc\x41\xe6\x83\x02\xd4\x38\xe5\xe5\xee\x25\x84\xce\xda\x37\xcd\x6e\xa4\x92\xfa\x07\x48\x28\x25\x10\x7b\x5c\xb3\x91\x16\x47\x78\x21\xda\xc9\xd0\x51\x82\xe9\x29\xac\x37\x74\x04\x33\x8c\xbb\x92\x3d\xbe\x78\xa5\xe0\x04\xef\x49\xea\x3c\x49\xb8\xe8\x6a\x64\x14\xf0\x54\xf6\x1a\x25\x56\x4f\x54\x15\xcf\x5b\x83\x1b\xc0\x74\x37\x95\x10\x1c\xb8\x12\x58\x4c\x6a\x21\xbc\xd2\x8c\xa7\x9c\x22\x1f\x15\x45\xd2\x93\x69\xff\xd0\x8e\x32\xaf\x31\xcf\xd5\x2f\xe5\xec\xe2\x8e\x2f\xa6\xf0\xff\x0a\x5c\xa9\x0c\xb1\x4b\x12\x1a\x39\x03\xe0\x02\x2f\x50\x5a\xd5\x46\xd5\x9b\xce\x9b\x98\x49\xa4\x8f\x8d\x6b\xb1\x59\xd4\x08\x68\x28\x7e\x1e\xbd\x41\x75\x9e\xe4\xc6\x5c\x25\xf4\xa5\x9c\xe1\x4c\xa3\x3e\xa2\xef\xe0\xf5\xd5\xbd\x60\x3d\x15\xe6\x16\x3d\xe2\x71\x24\xee\xa9\xa3\x45\x05\xc0\xb8\x88\x5f\x32\x8a\x32\x10\xb5\x5a\x79\x43\xa3\xed\x18\x53\xbb\x88\xb5\xcd\x39\xb5\x7e\x32\x47\x69\xee\x6f\x58\xc5\x8b\x54\x2e\xc3\x73\xf8\xaf\x05\x01\x24\x92\xf0\x38\x75\x3c\xb5\x53\xbc\xb5\x2e\x95\x39\x5e\xba\xbb\x88\xca\xb9\x05\x3c\x49\xd9\x2c\xf8\xab\xf4\x8f\x78\x2b\x45\xab\x9b\x51\x4f\x15\x7f\x74\x61\x6d\xe8\x2a\x92\xe8\xb7\xbd\xad\x76\xb2\x24\xc2\x54\x55\xf7\x54\x5a\xaf\x30\x35\x3c\x92\x19\xf8\x73\x09\xd3\x80\x03\x94\x0c\x72\xab\x62\x24\xba\x93\x5e\xa5\xa4\x16\x3e\x61\xb3\x54\xd7\x52\x04\xfc\xd3\x9a\x86\x88\xd7\x12\xac\x6e\xb8\x6f\xb4\x22\x49\x7f\xb5\xc5\xa3\x2c\x44\xd7\x68\x35\x57\x46\xe8\x5e\x1b\x24\x35\x18\x7d\x3e\x70\xa1\x6e\xa3\xde\xc6\x1d\xc4\xa6\xeb\x6f\x91\x27\x13\xa7\x18\x42\x6b\x77\x51\x83\x0d\xa6\x42\x22\xb3\xd5\x70\x3b\x25\x8f\x57\x60\x8c\x8f\x9c\x22\x0e\x31\x6e\xf6\xdd\x26\xaf\x35\x15\xba\x7e\x16\xad\xb0\x5f\x45\x56\x94\xfe\xb1\x67\xeb\x2e\x54\x1a\x6c\xcb\x65\x84\x5a\x7f\xeb\x57\x8e\xa2\xfe\xb7\xb5\x8a\x34\x16\xef\x6d\x99\x57\xf3\x85\xac\x47\x2e\x14\x3c\x64\xcc\x81\x7f\xa5\x4c\xe1\x46\xc2\x13\x23\xc3\x45\x24\x28\xc7\xcf\x03\xb8\x00\x82\x8d\xda\x02\x54\x17\x19\x4e\x28\xde\xd8\x39\x45\xab\x2d\x67\xb5\x6f\x90\xce\xa9\x4e\x6e\xf3\x61\x4b\xea\x8a\x5b\x20\x62\x3e\xb6\xb7\xe9\x4c\x0d\x40\x9a\xdb\xf8\xa3\xa0\x9f\x1e\xec\xf8\x9e\x12\xce\xc1\xda\x2e\x44\xb2\x85\xe7\x2c\xfd\x7e\x1a\xa0\x19\x16\x3b\x3f\xe6\x17\xf6\xc5\x41\x9b\x8b\x6e\xcd\xb7\x6b\x87\x96\x2d\xe8\xde\x2b\x39\x59\x65\xec\x3a\xce\xf6\x41\x2f\xea\xd8\x47\x1c\xd7\xf0\xb7\xad\xbb\xa6\x9e\x38\xd0\x92\x5f\xb0\x88\xb6\xc7\xb5\x25\xa5\x84\xfd\xcb\xf1\x31\xb2\x55\xd8\x66\x73\xf7\x1b\x00\x44\x48\xa8\x73\x69\xde\xc0\x12\x14\x44\x2c\x4a\x5e\x14\xaa\xd9\x53\xfa\x6d\xc1\x18\x49\x47\xe5\xfd\xf9\x47\x58\xdf\xd0\x63\xbb\x49\x84\xef\x0d\xb2\xce\x8b\x35\x04\x62\x48\xfb\xe4\x82\x2d\xb4\x8a\xe6\xaf\x29\x1a\x76\x6f\xe3\xfa\xc8\xd3\xc2\x3c\x7b\xbc\xdf\x0b\x20\x1e\xe9\xec\x5c\x46\x1d\x5e\x25\x6c\x24\xd1\xa8\xb5\x03\x60\x3f\xfd\x79\xfd\x59\x15\x96\xd9\x81\x8b\x13\xf4\xb1\x0d\xc4\xbd\x54\x2a\xb7\x97\x4a\xad\x13\xf1\xbf\x31\x53\x8a\xb0\xa2\xdd\x5c\x76\x4a\xaf\x74\x50\x38\x18\x61\x51\x4c\x95\xa5\xa0\x92\xd5\xe7\x54\x63\x3a\xce\x91\xbd\x6b\xef\x3a\x97\x52\x06\xea\x2f\x9a\x7f\xd0\x88\xd8\xad\xca\x63\x8c\x04\xc2\x0d\x01\x8a\x55\x4c\xf1\xa4\x7c\xe6\xb4\xd2\x95\x75\xd3\xf9\xee\xec\xe1\x45\xee\xa2\x21\xbc\xdb\x29\x5c\x69\x98\xe8\x46\x84\x52\xde\x0f\x8c\x40\xa5\xaa\x11\x95\xa6\xfd\x23\x31\x19\x03\x38\x6e\x93\xde\xe3\x66\x99\x4b\x28\xe7\x09\xfb\x95\x31\xb4\xcb\xe4\x55\xfc\x05\xcc\xc9\xb4\xa5\x14\x2b\x1b\x64\xee\x40\x0f\xf2\x62\x38\xdf\x0b\xaf\x08\xd3\x05\x86\x94\x14\x49\x8b\x24\x28\x82\x2a\x0f\x03\x7e\xa1\x4a\xd4\xa1\x6a\xf7\x36\x1f\xec\x16\xd2\x56\x7b\x36\x7e\x1b\xe5\xbd\xf1\x25\xf1\x0e\xdd\x4f\x31\x9c\x12\xcc\x94\xf0\xfa\x68\x1b\xd8\x0f\xc9\x1b\x98\x3c\x9e\x10\x3d\x9e\xc3\x14\xfa\x15\x12\xf9\x9b\xc4\x7f\x93\x9f\x8b\xab\x80\xa1\x11\x75\x40\x88\x32\x1a\x65\x52\xe1\x34\x8b\x5a\x08\xf5\x95\xac\x6a\xeb\xc6\x86\x1e\x8e\xa7\xc1\x81\x1f\xc5\xbd\x09\x5c\x27\x5a\xf9\x7d\xdc\xc5\x94\x32\xa1\x89\x74\x9d\x5e\x23\x96\xd5\x92\x58\x5d\x52\x6b\xc1\x23\x5e\x38\x70\x30\x79\x81\x68\xb2\x72\x6a\x44\xb9\xcc\x5f\xdd\x81\x3a\xa8\xb4\xe8\x4a\x9a\xd6\xd7\x06\x88\x94\x96\x39\x75\xeb\xc5\x9b\xf4\xb1\x0d\x78\xc9\x63\xd9\x76\xfc\x44\xd9\x14\xce\x7a\xd2\x38\x80\x44\x1a\x4f\xad\x97\x6f\xaa\xd9\xc3\xb8\xab\xf4\x2a\x90\x70\x06\x55\x2b\x92\x69\x82\xfb\x9a\xf4\x88\x0a\x69\xa8\x6e\xa8\xef\x54\xc5\x5e\xfd\x7f\x8d\x50\xc5\x4f\xed\x36\x38\xa1\xfa\xbc\x2e\x46\x2b\x45\x9f\xd1\x2d\x93\x7a\x60\x1e\xeb\xde\xb2\x73\xf1\x59\xfa\x1a\xc2\x0b\xd2\x03\xfd\x96\xea\x27\xb4\x03\x06\xef\xfc\xb7\xac\x97\x86\xd6\xe4\x4c\x3e\xd1\x38\x22\xc2\x20\xfe\x66\x5c\xec\x3b\x4f\x7e\xdd\x84\x76\x38\x4b\x0d\xb6\x13\xa0\xae\x62\x99\xad\x52\xfd\xa6\xfa\xad\xf5\xa4\x78\x6b\x1d\xc9\x1a\xc9\x1a\x8d\x1d\x6b\x99\x8f\x7f\x4d\xf8\x84\x7c\xa9\x8e\xa0\xa2\x90\xd2\x7c\x1d\xd3\x05\x77\x24\xcf\xe4\xe5\x42\x47\x22\x16\x88\x43\x21\x0f\xdf\xdf\xf2\x6a\x50\x6b\xfb\x5e\xf4\xa4\xd3\xcd\x3c\xa4\xac\xa2\xfd\x89\xaa\xa9\xf2\x46\xdb\x42\x91\xa3\x16\x68\xf5\x65\x4e\xc1\x54\x35\xf7\xe1\xe7\xe0\xc5\x4d\xc3\xab\xd6\x91\xcf\x37\x56\xe4\x67\x32\x20\x87\x30\x39\x92\x2b\xb1\x71\x22\x6e\x8a\xe6\x5b\x68\x7e\x14\xf9\x48\xb8\xc1\x26\x2c\x1a\x37\xff\xaa\xc9\x58\xaa\xee\xc9\x51\x8d\xaf\x9c\x38\xaf\x5d\x34\xab\x66\x6b\xe7\x66\xc6\xfe\xfa\x25\xed\x87\x71\x5f\x70\x17\x5a\x77\x57\x35\x93\xf3\x9b\x1d\xf9\x49\x8c\x29\x2e\xf7\xe4\x22\xee\x54\x87\x21\xe2\x8f\xa8\xc1\x7a\xc6\xaf\x0d\xb8\x8f\x4c\xb2\x4d\x2f\xe4\x2c\xda\x6c\x0a\x2b\xb9\xb4\xe0\xbc\x72\x5f\x05\xaf\xf7\x8c\xf0\x79\xcd\xd4\x9e\x45\x8c\xf9\xf5\x23\xe7\xd5\xe0\x9e\xe0\x32\x3b\x5e\x54\xb5\x91\xf6\xb7\x95\xe4\x57\xd2\x17\x37\x63\x92\x35\x9c\xf5\x8d\x31\x91\x89\xa2\x31\xb6\xa7\x7e\x17\x80\x65\x88\xce\x75\x87\x79\xa7\xaa\x07\xf1\x61\x7d\xaf\x3d\xa1\x7d\xc2\x49\xaf\x7f\x2e\x4d\xe0\xee\xc5\x25\xb1\xa7\xf0\x79\xc4\xed\x04\x8d\x30\x95\x5a\x57\x1d\x2b\xce\x63\xce\xc9\x7b\x2e\x6d\xe1\xa2\x13\x6f\xca\xa3\x85\xdb\xc3\xd6\xaa\xa6\xc8\x2a\x7d\xe8\xda\x12\x55\x9e\x6b\x3a\x23\xa8\xf6\x29\xac\x60\xb2\xea\x2f\x6b\xf1\xac\xb3\xd8\x6d\x92\x1d\x1c\x39\x61\x3f\x6b\x11\x2f\x9f\xfc\x91\xe0\x2e\x48\xa7\x57\x55\x3d\x10\x89\x59\x0f\xf2\x56\x4b\x1e\xf2\x76\x25\xae\x03\x06\x44\x87\xc3\xfa\x95\xab\x81\xf1\x3e\x7c\xed\x30\xd5\xaa\xc6\x5c\x9a\x04\xd3\x00\x1d\xa1\x5f\xc4\x8d\xd6\x9c\x60\x12\x09\x03\x92\x38\x76\x00\x59\xca\x0a\xe7\xba\xd3\xe8\xf8\x6d\xfc\x24\xa6\xa6\xaa\x5d\xd8\xca\x39\x9c\xc7\x91\x84\x0b\xca\x12\x11\xc0\x4d\x32\x22\xac\x4f\x99\x00\xfc\xf0\xd1\x6b\x36\xa8\x53\x1d\x03\xe4\x91\xa4\x34\x10\x4d\x59\x4b\x01\xd4\x20\x4d\x43\x5b\x2a\xf6\x61\x34\x31\xbe\x32\x73\x59\x67\xd9\x72\xdc\x7f\xdc\x04\xde\xe8\xca\x2f\xfc\xcb\x82\xa3\xb9\xff\x89\x76\x88\x77\x25\x66\x4b\x9f\xca\xce\x85\xb5\x2a\xb2\x94\x3e\x3e\xdb\xd5\xaf\x35\xdb\xec\x11\xf8\x8d\xcc\x01\xd3\x7f\xc4\x0e\x36\x47\x95\x46\xee\xe7\xa2\x84\xbf\xa8\xbf\x79\xef\x19\x85\x0c\x58\xf0\x18\xe7\xc3\x8e\x11\x3d\xab\x2c\xe5\xcd\x90\x4e\xcc\x05\x85\x19\x00\x2d\x71\x82\x64\xa3\xe2\x4a\x58\x9f\x3c\x47\xad\x46\x0d\x57\xa3\x74\x38\x6b\x57\x03\x20\xd4\x1b\x9d\xb8\xa5\xa2\x6d\xca\x61\x84\xcf\xe2\x67\x82\xc7\xe4\x16\x69\x14\xbd\x8e\x56\x2f\x6b\xc7\x56\x33\xf3\x81\x9f\x15\x6b\x38\x3c\x85\x39\xd7\x93\x7f\x55\x15\x9e\xf0\x48\x6c\x55\xbf\x0a\x5b\x0b\x94\x6b\x6f\xa2\x68\x2a\xb4\xfe\x0f\x52\x8f\x6e\xd1\xc4\xe8\x6d\x98\x11\x9a\x03\xf2\x0c\xec\x0a\x6d\x36\xbf\x81\xd0\xac\xdd\x4a\x1b\x41\x5e\xae\x4b\x6a\xc8\xa1\x3d\xd3\xed\x2e\x7f\xc8\xa2\xea\x8b\x72\x16\xf3\xa6\xeb\x1f\x24\xfc\x2b\x1a\x63\x70\x85\x5d\x97\xf9\x1a\x71\xa8\x1b\x4a\xa9\xa9\x18\xe2\x54\x47\x5a\x0e\x6b\xcf\xa0\x87\x58\x58\xb2\xed\xf5\xdf\x91\xdf\xdc\x3f\xb8\x40\xa4\x99\x72\x87\x68\x44\x82\x30\x75\xd4\x31\xf0\xc6\xf2\x38\xc6\x69\x38\x2e\x27\x8d\xb3\x07\x5a\x97\xb0\x51\xf0\x1a\xf2\x0b\xfb\x23\x2d\x06\xb7\xf8\xe6\x2a\xee\x80\x68\x70\x4a\xc5\xe6\xb6\x45\x1a\x4b\xf5\xb6\x56\x97\xd4\x88\xbe\xd3\x42\xe3\xbc\x6b\x88\x6f\xf6\x22\x7f\xc3\xef\x73\x9d\xaa\x5f\x46\x36\x37\xf2\xca\x76\xd1\xf5\x8e\xff\x72\x86\xb0\xd7\xd8\xf3\x12\x06\x05\x3e\x56\x67\x78\xbc\x64\x07\x72\xd6\x77\x89\xc2\x02\xcf\x34\xf3\xcb\xef\x75\xbb\xa9\xff\x54\xdd\xef\xda\x24\x9d\x80\xfe\x5f\x67\x18\xa7\x19\x23\x69\x87\xc8\x6b\xf0\x23\x5a\x8f\xd7\xf3\x49\xb7\x9b\xff\x94\xf5\xd0\x5e\x36\x4d\xca\xfe\xc1\x8e\x73\xde\x48\x38\xc3\x3f\x60\x77\x84\xd7\x4b\xa4\xd6\x08\xdf\x0b\x8a\x7a\xf8\x98\xe9\x63\x79\x76\xdf\x6e\xf5\xd2\xaa\xe4\xde\x49\x92\x33\xb5\x84\x9e\x1c\x0e\xa9\xfe\xdf\x79\xe5\x64\x1b\x8e\xd9\x99\x5a\x8f\x25\xe5\xb5\x4f\x2f\xeb\xa1\xd1\x5a\xfe\xc9\x99\xc2\xda\xd5\x34\x21\xe1\x2f\xbf\xc1\x19\x17\xee\x92\x78\xd9\x72\xfc\x26\x2b\x26\x23\xa9\x88\x88\xdf\x54\xb5\x5f\x9f\x25\xc0\xd6\x3e\x01\xac\x42\x52\xfd\x0f\x9e\x59\x64\xc5\xa5\x51\xc7\x88\xaf\x12\x37\x61\x82\xa4\xc5\xd4\xd2\xb2\x65\xb2\x37\xcc\xe0\xec\x61\xf2\xfb\xdc\x82\xb8\x23\xaa\xe9\xc2\x75\x21\x66\x8d\x5e\x86\xf5\xce\xd3\x47\xaa\x98\xf0\x69\xee\xc9\xda\x07\xba\x55\xbc\x73\xf5\x47\x65\x7f\x05\x23\xb0\x0b\xb9\x7f\x84\xd5\x84\x25\x94\x0e\xd1\x61\xf2\xa5\xfa\x83\x12\x22\x3d\xb2\xac\x42\x16\xc4\x3a\x9c\x75\x54\x9e\xc6\xeb\x8e\x5b\xa0\xec\x12\xad\x0d\xd1\x6a\x3c\x81\x91\xde\xc5\xba\x37\xaa\x1d\xb0\x2f\x67\x34\x26\x4c\x37\x8a\x9b\x8b\x3d\x27\x13\xf3\x56\x13\xf8\x5c\x95\x60\x1a\x79\x0e\xc5\x4d\xb8\x86\x16\x50\x8f\x11\x73\x98\xe9\xa5\xdf\xa4\x75\x9c\xd6\xac\x46\xa0\x59\xe0\x15\xa7\x56\x8e\x15\xdf\x0d\x91\xab\x37\x00\x4f\xbc\x71\xba\x45\xea\x4c\x50\xcd\x38\x44\x3c\xa4\xb1\xb1\x72\xc9\xdf\xa5\xee\xec\x97\x34\x7f\x4e\x2d\x77\x19\x43\x4f\xf6\xe3\x83\xac\xbf\x75\x36\x21\xc4\x5d\x54\x5a\x23\xde\x22\x10\x65\xb9\xc9\xc2\xc5\x9c\xb8\x3c\xf9\x13\x59\x7b\x88\x4a\x75\x50\xf1\xdd\xbb\x47\xfb\x48\xb3\xd6\x1c\x42\xed\x62\xec\x55\x17\xd2\x2b\x58\xf3\xc5\x5f\x99\xd1\x1c\x2c\xbb\x92\x1d\xc9\x4b\x22\x25\x73\xab\x05\xa9\xe8\xa3\xfc\x4e\x51\x75\xc9\x2e\xd1\x48\x49\x4b\xe6\xa0\x64\xbf\xec\x5b\x5c\x00\xb0\x53\x61\x0d\x69\x55\x1e\x53\x17\x79\x7f\xd4\xce\xd4\x95\x1b\x57\x92\xda\x04\x38\xe5\x1f\x8a\x59\xb8\x50\x74\x9f\x36\x5f\x74\x83\x55\xcb\xb8\x22\x89\x27\xe2\xd9\xc9\xd2\xcd\xe8\x09\xdc\xdd\x40\x5c\x49\x90\x80\x2b\xbf\x96\x49\x13\xd3\x95\xcb\xe3\xc6\xc9\x3a\xd4\xae\x90\x8d\x8a\xcb\xda\xc5\x3e\x68\x4d\x85\xfe\xa5\x7e\x03\xee\xb8\x6a\xbe\x22\x89\xf0\x45\x9d\x24\xcc\x25\x57\xaa\xf7\x32\x5e\x52\x6f\x68\x2a\x09\xe1\x8c\x46\xcd\x97\x5a\x77\x36\x45\xbb\xa8\x18\xe0\xd1\x75\x98\x8c\x9f\xc2\xe5\xfa\x90\xd8\x8f\x52\x4f\xc3\xc8\x90\x1b\xf2\x01\xe3\x10\x9f\x93\x6a\x8e\xc9\x5f\x7b\x06\x83\xc0\x8b\x80\x0e\xec\x4f\x18\xcd\xbf\x45\x58\x02\xfd\xa0\x6f\x22\xf3\xa0\x6d\x78\x7f\x1a\x09\xd2\xd4\xe4\x30\xf5\x50\x5c\xd1\x15\xce\x49\xf0\x7d\xc6\x0a\x41\x11\xb8\x39\xf6\xad\xf8\x07\x28\x0e\x1d\x05\x9c\x05\x13\x51\x11\xaa\x53\xe0\x4c\x8d\x0a\xfd\xab\xf9\xb9\xac\x1e\xb3\xbf\xe9\x27\x6f\x17\xae\xdb\xf5\x9c\xb6\x8b\x68\x6f\xbc\x84\xc3\x50\x56\x3a\x77\x56\x2f\xa7\xff\x74\x74\x16\xb1\xd9\x90\x9d\x98\xc1\xe7\x67\xd8\xc6\xc5\x3e\x17\x47\x5b\x96\x86\xc6\x01\x89\x48\x14\x0a\x51\x31\xa1\x23\x9a\xe1\xe8\xc8\xce\xb9\xd2\x97\xf5\xaf\xda\x5f\xf2\x2a\xb1\x27\xdb\xf4\x34\x1a\xe1\x58\xeb\x78\xdc\x0c\xf2\xfb\x66\x47\xb5\x9c\x8e\x6b\x1a\x5a\x54\xc2\xfa\xd4\xd8\x90\xc1\xe0\x1d\x77\x20\xb1\x3f\x44\x97\x6c\x4d\xa1\x68\xd9\x5b\x0b\x88\xda\xa6\x8a\x82\xe5\xea\x5d\xb5\xad\x3d\x5b\xa4\xcb\xea\xb3\xba\xfd\x79\x93\xb0\x7e\x5d\x02\x5a\x2c\x01\xd5\xb1\x11\xfb\x95\x5c\xde\x76\xa3\x9a\x45\x3b\xd8\xf2\xbd\xa8\x8c\xc5\x6b\x7a\x9b\xa1\xe6\x95\x37\xf6\xc7\xcd\x16\x71\x1d\x91\xa1\x16\x59\xbb\xb5\x13\xf5\x56\xf9\x00\x7e\xa7\x5b\x26\x35\x55\x7b\x01\x4f\x64\xc1\xe8\x00\xfe\x46\xd9\x57\x4c\x00\x9d\x04\xec\xc5\xe1\x70\x2b\xe4\x2b\x88\xc7\xaa\x6d\x8a\x0d\x54\x6a\xe1\x65\xe5\x3d\x66\x46\xda\x7f\x6a\x3e\x17\x1b\xa3\xd7\x86\x0b\x07\x83\x52\xf5\x63\x65\x0a\xaf\x91\xc6\x08\x95\x43\xfb\x48\xfc\x05\x3d\x0c\xc8\x93\x1c\xac\xbf\xc0\x8f\x90\x6e\xc1\xce\xa7\xdd\x91\xf5\x11\xe6\xe1\xa2\x80\x65\xe4\xe3\xd5\x3e\xf2\x0b\xf4\xc0\x42\xb3\x32\x80\x75\x20\x6d\x97\xea\x3c\xaf\x33\x86\xa7\xd9\x24\x5a\x17\x94\xa9\xdb\x08\x4c\xf1\x72\x37\xbc\x57\x9d\xd6\x7a\x88\x84\x98\x29\xb2\xf9\xe2\x06\xec\x1a\xde\x62\x09\x97\x90\x46\xab\x91\x4a\xc9\x43\xb1\x03\xb2\x3e\xea\x8f\xaa\x4d\xc0\x4b\xa6\x67\x61\xa0\x82\xc2\x51\xa6\x41\xaa\x50\xc1\xf0\x18\xb4\x26\x54\x7c\x3e\x28\x53\x97\x0f\x3c\xf6\x8a\x31\x2c\x55\x97\xaa\x11\x3e\x8e\xc8\x92\xa2\x04\x10\xb9\x89\x9b\x2e\x3c\x4f\xdd\x48\x0d\x12\xfb\x31\x26\x35\xac\x92\xb4\xb3\xfa\x2a\xaf\xca\xfc\xb8\xc5\x05\x72\xe0\x92\x20\x2c\x6d\xb2\xe2\xb2\x38\x2a\x26\x5a\x3d\x4e\xc6\x0b\xaa\xd5\xe2\x14\x4f\xbd\x4c\xfa\x87\x9a\xb5\xaa\x4a\x4e\x3c\xc3\x53\x32\x9c\xbb\x84\x79\x8f\x93\xcd\x8f\x61\xf7\x52\xb2\x04\x47\xb8\x0e\xcc\x55\x91\x86\xbf\xa8\x32\x4c\x92\x27\x3c\x95\xff\x46\x16\x2f\xf1\x4b\x3d\x2a\x57\xc8\x16\xc7\xb8\x29\x1f\x29\x72\x83\x94\x1a\x9a\x3a\xd0\xeb\xae\x7e\x86\x2e\x47\xf1\x91\x59\xc0\x4f\x10\xdd\x67\xbd\x14\xc0\x6c\x34\x67\xb3\xf0\x14\x99\xc1\x43\xc4\x59\x98\x49\x02\xb5\xe4\x6a\x85\x55\x64\x94\xa9\xf3\x25\x92\xd5\xf2\x94\x54\x04\xf0\x53\x86\xc6\x4c\x50\x1c\x51\xc7\x05\xad\x54\x8b\xb5\x3c\xef\x32\x5d\xa9\xfe\xaa\x1c\x4d\x5d\xa6\xf8\x24\xc4\xd0\x25\xca\x3e\xe6\x63\xa6\x40\x15\x4b\x0a\x64\xdb\x55\xcf\xeb\x47\x72\x4f\xa8\xb7\x95\x6f\x14\xf8\x6b\x6c\x79\x17\x45\x4b\xb5\x82\xd4\x18\x29\x55\x27\x8f\x19\x2b\x2f\xd3\xdb\x82\xee\xaa\x32\x0c\xeb\xbd\x0f\x6b\x09\xc6\x9f\x32\x88\x54\x03\x16\xf2\xcf\x51\x64\xa0\x1f\x63\x19\x6d\xa7\xf9\x05\x71\x12\x73\x9a\xf9\x62\x9d\x1f\xbb\xcb\x7c\xa4\xec\x0b\x2f\xc9\xbc\x2b\xaf\x44\x38\xd4\xbc\x3e\xe5\xa5\x64\x98\x79\x57\xcc\x68\x20\xdc\xbc\x37\x78\x92\x92\x66\xde\xe3\xe3\xa5\x19\x34\x5f\x97\xe6\x12\x82\x5d\x9e\xbc\xf5\x24\x4a\x63\x01\xbd\x87\x72\xc8\x89\x21\xc4\xd2\x33\x1d\x1a\xb4\x9c\xf9\xd8\x3e\xaf\x4c\xcc\xd9\x67\xdb\x91\xfb\x8a\x7f\xc8\xfa\x6f\xca\x2e\xd1\x6f\xcb\xa9\x98\xe1\x32\x1a\xb2\x3b\x78\xae\xe2\x28\xdc\xea\xc3\xd4\x94\x40\x32\xc9\x25\x7c\x6a\x9b\x3b\x2f\x9f\x68\x6b\xf9\x4c\x8f\x25\x7f\x6f\xde\x84\x7f\x46\x33\x35\x19\xd0\x69\xcc\x08\x57\x5c\x59\x21\xc7\xdb\xf9\x35\xf7\x02\x3f\xd6\xd1\x9b\xb2\x45\x64\xb7\x07\xc7\x4c\x95\x8d\xb0\xb6\x05\x97\x28\xb4\xc8\x35\x1f\xa7\x66\x32\xec\x27\xb1\xe3\x0c\x5d\x58\xee\x5f\xc2\xe5\x8e\x6f\xb4\xef\x64\x74\xbb\x1c\xbf\x97\x7a\xa3\xf5\x0b\x3a\x84\xe1\x6c\xa1\x95\x65\xb2\x91\xa6\x73\xb9\xd7\x79\xeb\x5c\x33\x53\x0e\x8b\x26\x38\x63\x63\xa2\xa4\xbd\xf6\x80\x60\x99\xc2\xdb\xf2\xd4\xe7\x1f\xf5\x3f\xf0\x32\x21\x51\x87\x54\xf7\xb1\x4e\xe8\xfa\xd0\x1d\xe4\x9d\xba\xdb\x18\x7b\x03\x57\x3f\x19\xb7\xa9\xea\x80\x1e\x4f\x9a\x59\xf4\xaf\xfe\x30\x75\x7d\x56\xb1\x21\x8f\xd9\x98\x70\xdd\xf0\x83\xbb\x33\xe2\xa5\xf1\xb2\x28\x28\xc0\xc7\x74\x58\xf6\xda\x43\x6d\x7e\xaa\x1e\x25\xb8\xa9\x1d\x8b\x2e\x62\xd5\x68\xf3\x30\xa3\xc9\x95\xda\x7e\xec\xd1\x86\x11\xda\x6f\x84\x3d\x55\x74\x1d\x8d\xfc\xaa\x48\xa5\x7b\x45\x2f\xc9\x1a\xaf\x77\xb1\x5e\x25\x6c\x34\x50\x79\xe7\x22\x1e\x1a\x71\xa2\xcf\x01\x01\x26\x36\xc0\xf3\x68\x34\xaf\x54\xc7\x08\xca\xd4\x2d\x98\x59\xcc\x0b\xea\x97\xd8\xd5\xa4\xbb\x1a\x16\x21\x16\xb3\x40\x73\x8d\xf4\xb5\x6a\x98\x96\x4e\xfd\x50\x14\xa2\x1b\xcb\xf4\xca\x3c\xa3\x3b\xc9\x01\x13\x5a\xf4\x7b\x05\x01\x11\xb7\x0c\x97\x25\x43\x03\x22\x8d\xbf\xe5\xc1\x1e\xab\xcc\x18\x75\x2f\x3f\x5e\x01\x12\x7e\x32\x0e\x2a\x83\xc8\x28\xe2\x75\xe5\x4b\x6a\x6e\xfd\x0e\xd5\x22\xfa\xfa\xca\x54\x35\x87\x55\x58\x08\x6b\x8a\xb8\x63\x33\xcb\xb5\x59\x82\x21\x09\x79\x3a\xbe\xd8\x27\xe2\xa2\x7e\xa7\x4c\x11\x50\x61\x9c\xae\x1c\xe5\xf1\xc1\xd4\xa7\xb9\xc9\x9b\x2d\xfb\x97\x3e\x8e\x7e\x0c\x68\x62\x3c\x25\xfe\x4f\x2e\x61\x1d\xac\xfb\xae\x20\x73\x8e\x54\xb4\x2b\xd9\xbc\x0f\x05\x3f\x55\x06\x61\x46\xc6\x0b\xf5\x3a\xf1\xf6\x84\x99\xda\x09\x32\x52\xc4\x05\x5d\x8b\x22\x2a\xc0\x60\xf0\x56\x87\x78\xd6\x1b\x4f\xe9\x88\x9c\xc7\x92\x31\xdc\x76\xda\x19\xc9\x2f\xfe\x18\x42\xa6\x6c\x92\x40\x5f\x97\x03\x24\x8a\xa6\x96\xbf\x95\xab\xc5\xa7\x0a\xd4\x8a\x43\xd2\xf9\x19\x0e\x55\x20\x60\x8f\x7f\xad\xde\xad\xd8\x12\x71\x43\x2b\x52\x7d\x09\x18\xd4\x07\x69\xeb\x3d\x0f\x1b\x87\xea\x9f\xb1\x99\x82\x16\x80\x41\x15\x0b\x37\xc9\x6b\x71\x7f\x44\x7f\x15\x91\xe8\x18\x09\x5d\x39\xb3\x7c\x82\xf4\xa5\xca\x33\xff\x28\x00\xaa\xc3\x33\xc6\x28\xe2\x34\xd5\xf1\x1b\x55\x23\xb4\x4b\x23\xee\xa9\x3f\xea\xfe\x04\xfc\xd4\xbe\x33\x90\xbc\xf2\x0c\x43\x8c\xcf\x99\x1f\xb8\x6d\x86\x6f\x94\x44\xde\x03\xe3\x14\xdc\x68\x41\x9d\x11\x55\x4b\x11\x7e\x34\x96\x95\x11\xc5\x83\x46\x7b\x7e\xbe\xb4\xd1\x78\x2a\x7d\x15\xd0\x64\x9a\x16\xef\x52\xf4\x98\x74\x11\xff\xa9\x4e\x99\xee\x04\x46\x6b\x87\x9b\x23\xbc\x96\xe8\xab\xcc\x5d\x8c\x4f\xec\x54\xdb\x7b\x72\x36\xe7\xb0\x8d\x85\x0d\xe0\x71\xac\x67\x6a\x16\x09\x66\x5b\x8b\x4b\xcf\x8b\xfe\x67\x39\x98\x77\x4e\xe2\x61\xc9\x4a\xa7\xc8\x8a\x90\x2d\xf1\x74\x79\x07\x12\x18\xf1\x55\xf9\x13\x06\x03\x71\x1a\x2a\xb4\xdf\xeb\x86\xee\x26\x34\x9e\x61\x64\xe1\x5d\x32\xd2\x43\xf6\x9b\xc6\x8d\x0d\x67\xb8\x4b\x9d\x97\x6b\xc8\x7c\xa6\x73\x68\xe9\x2a\x61\x89\x63\x56\xde\x76\xb1\xc8\x5e\x98\x5e\x23\xdd\x6a\xab\x8f\x67\xc8\x67\x5a\xd1\x91\x23\x95\x3d\x96\xb8\x40\xa1\x66\x2a\xfc\xcc\xeb\x93\x6e\x11\xb4\x86\x11\xc8\x5c\xd1\x5a\x44\xea\x65\xa7\xb5\x10\x1a\x3a\x38\x5f\x9a\x2b\x6b\x52\x79\x3b\x9a\x52\x4a\xe7\x09\x7a\x5d\xd3\xf3\x36\x8a\x4e\x3a\xdf\xa6\x63\xa5\x3e\x8e\x81\x78\x25\xd0\x61\xcf\x8a\x0c\x50\x86\x5a\x37\x07\xf6\xaa\x37\x22\x6f\xbd\xc3\x75\x79\xf0\x5c\xf2\x30\x2b\xa5\xa6\x0c\x4b\xb7\x3c\xad\x8b\xab\xc5\x5b\x6c\x0d\x41\xe5\x41\x96\xd1\xf8\x8a\x82\x55\x48\x1b\x69\x30\xf3\x35\x32\x97\x86\x4d\xfa\x17\xbe\xcd\xca\x89\x7e\x04\x77\xf0\x90\x90\x5e\x98\x24\x1e\xe5\x47\x81\xe3\x81\xcb\xee\xb9\x70\x82\xfa\x31\xa9\xc3\x32\x06\xbd\x10\x3b\x1a\x59\x8a\xa1\xd4\x4e\x45\xea\x70\xe1\x65\x8f\xe1\xaf\xc4\xd9\x05\x62\x78\x31\x85\x98\x79\x00\xc6\xd3\x4f\x25\xad\x80\x03\xd8\xda\xe8\x8b\xd0\x37\xbe\x3a\xa4\x1f\x7a\x24\xde\xea\x27\x81\xae\xc8\x63\xdc\xe9\xd0\x5b\xf5\x7b\x92\x17\xbc\x01\xe3\xdd\xd0\x0f\x37\x60\xf7\xd4\x1c\x84\x51\x04\x5a\xd9\x12\xe8\x26\x39\xba\x20\x0a\x5a\x46\x4b\xc9\x6c\x86\x74\x4c\x65\x12\x08\x11\x39\xef\xa3\x0f\x41\x35\x82\xb5\x21\x6b\x20\xac\x64\x89\x9f\x05\x62\xc9\x2f\xba\x5b\xa1\x5e\x4d\x36\xb1\xd0\x7c\x8b\xa0\xc5\x3c\x37\xff\x43\x3a\x54\xe3\x6b\xde\x49\x9d\x58\xf6\x3f\xf3\x3a\x7a\x53\xfe\x80\x79\x1d\x2b\x33\x33\xc8\xbc\x93\xeb\x9b\x94\x68\x3e\x2d\x88\x8d\x5e\x64\xfe\x26\x16\x87\xfc\x03\xc6\xc9\x1e\xfb\xed\x04\xc5\x4a\xa7\xfb\x0d\xf0\x92\x96\x4e\x48\x35\x12\xa9\x7f\x31\xd3\x8c\xe5\x8c\x29\xd5\x66\x23\x96\xe5\x55\xaa\x35\x42\x9c\x8c\xfc\x28\xe3\x2e\x5e\x53\xc6\x71\xe3\x47\xe1\xb0\xc4\x1f\xa6\x64\xf1\xb2\xe8\x0e\x53\xb7\x4c\x1d\x72\xd9\x3c\x4c\x21\xf3\xfb\x62\x16\xa9\x5d\x1e\x29\xe6\xdf\xba\x73\x78\x9a\x6e\x1f\x67\x7a\x3d\x56\x77\x83\x3b\x58\xf5\x4c\x3f\x89\x4f\x2a\xf9\x4f\xcf\x17\xa2\xf2\x76\xe9\x2f\x89\x87\x67\x48\x0c\xe9\xd2\x51\x89\x07\x0d\x9b\x81\xb0\x68\x97\x31\x43\xd1\x1e\xf2\xd1\x78\x53\x3d\x69\x56\x8a\x49\xa3\xed\xf4\x58\x60\x9e\x6b\x28\xc0\x25\xaa\x4b\xa5\x9e\x75\xd5\xea\x05\xb2\xb4\xca\x27\x9a\x59\x40\x5d\x49\xa0\x66\x9d\x5c\x9d\x37\x4d\x8b\x51\x0c\xa6\xff\xa7\x1b\xa3\x9a\x92\x28\xd0\x1d\x57\xeb\xa2\xa5\x7a\x8b\xd6\x3b\x74\x9a\xa1\x56\x77\x64\x96\xdd\x18\x6d\x20\x7a\xce\x36\x05\x98\xa6\x61\xdd\x15\x38\x6d\x3f\x9a\xac\x78\xa0\x9b\x51\x99\xa8\xb4\xeb\xd4\xc5\xed\xaa\x22\xdd\xc7\xdc\x15\xea\xd9\x7a\x28\xbd\x5b\xe3\x65\xf0\x4d\x4c\xd1\xce\x30\xec\x8d\x66\xe9\xdc\x8c\xd6\xd0\x74\xbd\xbf\xa9\x68\xd6\x39\x43\xaa\xe9\xb1\xa7\xcd\xc8\x34\x37\x37\xe4\x00\x13\xe0\x9e\xda\x7e\xe0\x00\x6c\xa9\xe8\x92\xb7\xc3\xf8\xe2\x91\x0a\x05\x9c\x90\x9b\xad\x14\xc1\xee\xe9\x18\x55\x13\xf4\x2b\x71\x9a\xfa\x08\x74\x23\x9a\xae\xf9\x0d\x0d\x86\xa2\x75\x85\x90\xd5\x7f\xb4\xde\x09\xc5\x78\xee\x37\xdc\x07\x2f\x62\x7e\xca\xa2\x6d\x07\x6b\x49\xb2\x57\x36\x51\x45\x19\x70\xcc\x36\xb2\xe8\xb2\x7c\x8d\x75\x7e\xee\x2c\xc5\x4a\x6b\x58\x7a\x89\xf2\xba\x65\x6f\xe2\x44\x75\x90\x25\x3b\x5a\xa4\xd1\x20\xdb\x43\xb9\xda\xfb\xc8\x64\x7f\x5f\x7d\x12\x9c\xe2\x79\xc9\xd0\x0f\x61\x30\x27\xa4\xda\xc6\x8a\xda\x08\x59\x82\xf3\x74\x85\x3f\x30\xcd\x19\x5d\x74\x18\x78\xe3\x70\xe5\x06\xc8\x1f\xda\x6f\xa5\xa3\x95\xc1\xf6\xf0\xc4\xd9\x2a\xd8\x46\x8d\x6e\x54\xbf\xb6\x6a\x42\x9b\xb5\x3c\x8b\xd8\xbf\x4a\x77\x03\x09\xf1\x1a\x66\x28\x87\xee\x55\x0d\xb6\xb5\xd4\x3c\x29\x23\xb7\xe6\xd7\xdd\x2d\xec\x69\x99\xd9\xf0\x34\x87\xdf\x74\x9f\xe0\x99\x3e\xda\xb5\x82\xdc\x99\x08\x35\x0a\xe9\xc5\x31\x2b\x9d\x91\xec\x82\x70\x9e\xfd\x1c\x7f\x5d\xe0\xbf\x36\xbb\x24\x03\x35\xdc\x9a\x2d\xff\xea\xa6\xb4\xb8\x69\x1e\x57\xd9\x5b\x13\xeb\xc6\x97\x45\xb5\x8c\xc5\xdc\x2d\xe4\x37\x7d\xc6\xed\xcf\x29\x72\xdd\x24\x1e\x4e\x7b\xd7\xb8\x93\x3a\x3e\x51\xee\xec\x65\xb4\xc5\x2c\x73\xc8\x39\x0d\xe1\x5c\x7b\x9c\x40\x1b\x78\xdd\x36\x5c\x72\x04\xe5\x65\xb9\xad\x88\x75\x5b\x88\x1c\xd3\x5c\xa8\x2a\x6f\xbe\x89\xa1\x95\x7e\x6a\x3a\x89\x9b\x5c\x98\xe0\x3a\x47\x38\x9d\x13\xd0\x78\x9c\xbc\x2c\xed\x9c\xf3\x10\xed\x9f\x44\xb2\x63\x2f\x6b\x7a\x4c\x8f\x7d\x33\x77\x20\x5c\x60\x73\x09\x1d\x81\x2f\xac\x80\xb4\x15\x95\x6c\x61\x28\x06\xdd\xfe\x45\xf8\xda\xf1\x95\xbb\x5d\xf5\x84\xd0\x52\x6d\x23\x81\xd4\x5d\x70\xcd\xa9\xa7\x4e\xcc\x3e\xe9\x58\x43\x5f\x91\xe6\xb0\x5f\x65\x01\x89\xd1\xb6\xbf\x5c\x75\x0c\x68\x9b\x25\xd8\x14\xce\xb7\xc6\x49\x26\xcc\x9e\x60\xc9\x06\x16\xa3\x94\x08\x43\x95\xef\x3e\x03\x5e\xa8\x9b\x5c\x39\xc4\xb1\x9d\x2a\x2c\xb9\x6e\xff\x4a\x77\x16\x60\xec\x69\xcc\x6d\xd9\x14\x5b\x17\xfb\x73\x5a\x82\xf5\x0d\x8f\x95\xf0\xd5\x9a\x2d\x1c\x13\xc3\xb4\xb4\x8a\x2f\x87\xcb\x91\x53\xb2\x5b\xb3\x13\x91\x11\x8a\x3f\xa8\x41\x18\xa3\x09\x70\xe7\x43\x07\xf5\xbc\x8a\x02\x9b\x98\x75\xb7\x24\xdb\xba\x85\xb3\x21\xff\x8e\x75\x02\xcf\x9a\xf5\xd3\xd2\x22\x10\xa4\x3e\xb7\x4c\x15\xe9\x12\x8e\x20\xcd\x92\x6d\x31\x15\xc8\x68\x60\x7c\x38\x04\xf3\x14\xdb\x66\xb3\xa0\xb3\x6a\x2e\xea\x0f\x54\xa7\x1b\xef\xbe\x0f\xfc\xcf\x70\xb4\x9c\x07\xbf\x10\x8f\x2d\x6e\x86\xd5\x12\x41\x3e\x1a\xf6\x90\x9e\xcd\xb2\x42\x17\x81\xa8\xd4\x36\xa8\x51\xbe\x3a\xa1\x0d\x2a\x56\xe6\xc6\x64\x41\x23\x55\xef\xc3\x97\x81\x0b\x34\x77\x66\x6f\x07\xe3\x75\x67\x7c\xa5\xe6\x6f\x86\x79\x1e\x0d\xe6\xb3\x26\x71\xd9\x0e\x70\xb4\xaa\xa7\x78\x88\xf9\x90\x9a\x95\xf7\xc8\xdc\xa1\x09\xcf\x4a\x37\x0b\x35\x1f\x53\x29\xe6\x3a\xed\xd9\x04\x89\xb9\x48\x77\x2c\x26\xd6\x9c\xac\x3f\x14\xbe\xc7\xec\x6d\x78\x34\xfb\xa3\x79\x98\xf1\x87\xef\x5e\xd3\x5f\xd3\x15\x8f\xfd\xa6\xbf\xe6\xad\x65\xa1\xc6\x27\xa6\x03\x45\x46\xe3\x4a\xf3\xc4\x3c\xc0\xd8\x6c\xae\xc8\xbc\x6b\xb4\x98\x9d\xa9\x73\x8d\x9d\xe6\x63\x09\xb5\xc6\x75\xa0\x5b\x4c\x92\xf1\x22\xc8\x0c\xbf\x6e\x7c\x0b\xae\x0c\xf2\x36\x4d\x00\x1f\xfb\x8d\x32\xa5\x82\xf7\x3d\x47\x98\x24\xe0\xf9\xd2\xfd\x86\xef\xb0\xb2\x28\xc5\x70\x14\x6e\xcb\x2b\x34\x6c\x81\x17\x64\xfe\x6b\x18\x80\xe7\xa7\xfa\x1b\xf6\xc0\x4b\x12\x70\x86\xe7\xf0\x82\x98\x12\x63\x30\xdc\x19\xfe\xc5\x88\x83\xe5\x41\x45\xc6\x2e\x38\xd3\x2f\xd8\xf8\x00\x3a\xe8\x19\x64\x8a\x85\x32\x4b\x69\x86\x28\xeb\xc2\xa2\xa1\xfa\xdf\xd6\xee\xbc\x70\xfd\x2b\xab\x3a\x73\xb7\xfe\x81\xb5\x28\xd5\x5d\xff\xdc\x3a\x35\x81\x63\x88\xb6\x5c\x8c\x61\x1b\x10\x8b\x2e\x22\xc8\x70\xc4\x32\x3a\xa8\xc5\x38\x11\x91\xf9\x51\x8d\x0a\xb8\xd5\x33\xd7\xf8\x0c\x5a\x50\xd2\x37\x6f\x77\x6d\x54\x41\x4b\x97\x5f\x7d\x50\x4e\x55\x07\x84\xcd\x4d\xb7\xb5\x0f\x23\x28\x92\x06\x5a\xb9\xe4\xdf\xb1\x6b\x9a\xcf\xd3\x07\xa3\x58\x4d\x01\xec\x83\x21\xcf\x1b\x33\x05\xb1\x01\xff\x73\x00\x92\xe3\xde\x3f\x6c\x2b\x14\x0a\xb7\x08\xcb\x2b\x6d\x69\x09\xb5\x4b\x52\x97\x57\xc0\xee\x78\xdd\xe0\x96\x13\xd5\xce\xc3\x8f\x4d\x57\xb4\xfe\x25\x4d\x4c\x5a\xd8\x62\xa4\x92\x63\xd7\x34\xfd\x66\xbc\x8d\x12\xb8\xb8\x9c\x83\x21\x6f\x9d\xfd\x82\x77\x01\x7e\xf6\x57\xd2\x4c\x9f\x19\xb6\x54\xc5\x52\x37\xb4\x65\x9e\x36\xb4\x04\xd5\xe9\x8f\x71\x15\xc4\xb5\x6f\xc3\xa5\xe7\x8c\x6e\x2b\x21\x8e\x4d\x27\xb6\xfc\x47\xbe\x9d\xd4\xd8\xec\xa4\xfd\x89\x5d\xd2\xe4\xcb\xa2\x45\x89\x1a\x97\xf3\x86\x87\x7c\x71\x7c\x17\xbe\x0f\x48\xb4\xd7\x4b\xff\xf8\xc4\x59\xf7\x2b\xbd\xdc\x74\x96\x38\x6d\x43\xf1\xa1\x36\x33\x21\x2e\xff\x69\x6b\x2a\x69\x51\xf6\xc9\xe6\xbf\x54\xdf\x74\xff\xa6\x6b\xf4\x7f\x92\x78\xae\x25\xac\xee\xd8\xe6\x46\x2a\x77\x6d\x94\xcc\x39\x43\xf0\x29\x74\xa8\x7d\xa9\x04\x1f\x40\xb5\x79\x03\xdf\x7c\x44\x96\x5d\xaa\x6e\xb7\xc3\x08\x55\x57\x5b\x8c\x6a\xfe\x40\x9d\x9b\xdf\xd0\x74\x87\x4e\xc8\xae\x74\x9d\x62\xf6\xa4\x1d\x6d\x3c\xc1\x7e\x92\x34\xcb\xb9\x9b\xc7\x88\xa5\x39\xfa\x85\x1e\x51\x14\xbb\x49\xfc\x35\x74\x86\x2d\x06\x98\x1a\xd0\x64\xb9\xa2\xcc\xf3\xd9\x84\x2c\xd7\xf0\xdc\xc7\xc2\x88\x7e\x4d\x91\xcb\xb5\x84\xc5\xc9\xbb\xd3\xd8\xc7\x29\xc9\x7a\xea\xec\xe7\x65\xa6\xc9\x1d\x27\x04\xd1\x89\x2f\xed\x77\x44\x95\xb1\x39\xb6\x77\x92\x25\x51\x58\xeb\x67\x60\x52\xe8\x1c\xcb\x09\xc5\x85\x80\x7d\x48\xb7\x7a\xa1\xcf\x67\xb8\x57\x57\xe0\x4e\x82\xd6\x1b\xfe\x14\x5e\x74\x64\x8a\xb2\xf2\xaa\xec\x32\xf1\xae\x2c\x93\x6d\xa7\x34\x31\x2d\xc0\xf6\x3f\xd9\xfa\xc4\x4d\xd6\x6a\x79\x6e\x6c\x94\x65\xb1\xe2\x67\x14\x1b\x79\xac\xfa\x37\x94\x0b\xbf\xd3\x5c\x0a\x0c\x84\x3e\xeb\xee\xa1\x64\x50\xbc\x61\x93\xfb\x47\x10\x31\xb5\x15\x92\xad\x18\x25\x37\xf7\xb3\x65\x50\x55\x93\x95\x61\x09\x57\xe7\xa4\x7e\x47\x96\x69\x66\x27\x2e\x46\x66\x68\x67\xc7\x46\xc1\x0b\x75\x19\x51\x10\xec\xa3\xc7\x87\xf6\x42\x4c\x43\x7f\xa0\x18\x1c\x30\xde\x46\xdd\x04\x83\x4d\x27\x3d\xf0\xe6\x6d\xe6\x1d\x85\x23\x90\x31\xc6\x90\xdc\x5e\x18\x31\xf6\x64\x3e\x86\x3d\x4c\xa3\x52\x77\x41\x2b\x4d\xdc\x44\x0b\x94\x61\x7a\x1c\x1b\x00\xbe\x34\x57\x47\xb9\xc0\x5e\xf3\xd1\xd0\x93\x60\x30\x98\x12\xb8\xd3\xbc\x1d\x5c\xe8\xeb\x63\xe6\x83\xeb\x3d\x56\x99\x43\xc1\x5d\x05\x47\xe1\xe9\xe0\xf6\x5c\x00\xea\x02\xff\xcb\x3c\x01\xcd\x85\x22\x53\x57\x82\x47\xa1\xfa\x44\x2d\xc8\x80\x9a\x63\xc3\xc0\xd9\xd0\xf6\xa8\x65\xe6\xd7\xd0\xad\xd0\x97\xe6\x0e\xe8\x75\xe0\x53\x73\x0a\xf4\xd4\x37\xd3\x3c\x09\x6a\xf1\x38\x68\x7a\x0e\x45\x14\xb4\x40\x99\xc8\x60\x6e\x35\x78\x10\xb9\x98\xf9\x0f\x48\x42\x9e\xa7\x2e\x35\xbf\x47\x1e\x27\x6a\xcd\x4e\xe4\x6d\x6c\xb6\x99\x86\x5c\x8f\x3a\x6d\x4e\x45\x76\x87\xa1\x4c\x9f\x10\x60\x76\x90\x69\x03\x32\xc5\x57\x6e\x5a\x0a\x63\x3d\xae\x9b\x16\x41\x8d\xf9\x48\x9f\x5b\x2d\x2b\x7b\xfd\xfc\xac\x7a\x5c\xfa\xd1\xee\x1a\xac\x31\x99\xdc\xd5\x4c\xd8\x15\x77\xb3\x63\x0b\x25\x2b\xba\xba\xed\x30\x63\x54\xb8\xb3\x65\x90\x33\x35\x68\xa0\x89\x2e\x68\x9a\xe5\x6a\x0c\x92\x86\x79\xbb\xd9\xef\x29\x0e\xce\xfc\x6e\xed\xd7\x1a\xf2\x33\xe6\xdf\xaa\x53\x64\xbb\x7a\x26\x37\xe4\xa7\x6f\x9c\x97\x89\x4f\x4b\xae\xeb\x6c\x21\xe5\xc7\x5d\x6f\x3f\x4a\xed\x89\xc6\xb5\xbe\x63\x46\x87\x77\x37\xff\xe4\x8e\x0e\xda\xe3\x3a\x22\xcc\x9a\xb5\xcc\xd9\x23\x6d\xf3\x8e\xb0\x4b\x14\x0f\xdd\x66\x5a\x4b\xb4\x15\x79\xef\x7b\x7a\x31\xdb\xb3\x69\xf3\xee\xe0\x98\xe9\xad\x5d\x81\xc4\x98\xe4\xa2\x0e\x84\x32\x26\xee\x7a\xdb\x05\x7a\x78\x34\xa9\x75\x0a\xab\x37\x7c\x65\x73\x02\x2f\x27\xe8\x94\xcb\x5d\x94\x34\x6b\xa7\xe3\xb7\xac\xd0\xbb\xd0\xf6\x56\x59\xeb\x36\xd7\xf2\x44\xab\xca\x3b\xd6\x75\x8d\x50\x9a\x9d\xd6\x59\x4f\xda\x98\xce\x6f\xbf\x49\x0d\x4d\x0e\x69\xe3\xd1\xcf\xc6\x1d\x6b\x79\xca\xda\x18\x4d\x6a\xae\xe2\x5e\x08\xdf\xe9\x5a\x2a\xf4\x0f\x7a\xee\xfc\x47\x32\x7f\xd6\x7d\xfb\x4e\x79\x9c\xb7\xd6\x7a\x5f\x75\xd4\x4d\x60\x19\xaf\xe3\xe7\x25\x76\x60\xa9\x53\xb2\x0e\xb4\x0f\xa1\xe7\xa4\x0f\x6f\xdd\xc0\xb4\x26\xdd\x6c\xa1\xb0\x6f\xc5\x75\x34\x0f\xe1\xd1\xa3\x73\x5c\x6d\xc2\x90\xf0\x6d\x8d\x63\x25\x53\x82\xfe\x3a\xf2\x80\x34\xff\x49\x36\x8e\x52\xe5\xbd\xcb\xf2\xaf\xa6\xd3\x6d\x23\x12\xac\x3f\x94\x7b\xbc\xf5\x1b\xcb\x2d\x0b\xd3\x72\x80\x33\x3a\x6d\x59\x73\x0b\x6f\x74\x52\x5b\x13\x4d\x30\x32\x8e\xe5\x0a\x12\xcd\x89\x8e\x70\xde\x92\xb4\x85\xef\x70\xe8\x81\xc9\xc1\x5e\xb6\x6b\x8a\x67\xfe\x79\xd6\x00\xf5\x21\xef\xbf\xc8\x56\x1d\xdf\x7d\x38\x5c\x64\xf4\xcc\x0d\x6b\xda\x25\xdc\x98\xf9\xca\xb5\x52\x9c\x98\xc6\x6a\x5c\x2a\x39\x99\xc4\x73\x2e\x90\x55\xc5\xd5\x3a\x9a\x80\x6f\xd1\x89\x76\x93\xe2\x58\xf8\x7d\x1b\x45\xb5\x32\x98\x6d\x79\xaf\x39\xe3\xbf\x09\x51\xe8\xde\xfa\x68\xe0\x52\xc3\x61\x77\x04\x0a\x34\x2d\xcd\xf9\xe8\x3c\xa6\x80\x33\xf7\x39\x9e\x29\xc1\xb4\x1c\xc7\x74\x95\x25\x09\x63\x8f\x57\x23\x71\x35\xb6\x4a\x4d\x5f\x74\x95\x55\xa7\x3d\x11\x31\xcd\xd2\xa7\xfb\x15\xbc\x1d\xa1\x18\xd8\x01\xee\xb0\xb7\xf1\xb0\xcf\x6b\x28\xc1\xb4\xdf\xfd\x2b\x58\x6c\x1e\xcc\x39\x6a\x2f\xd1\x3f\xcb\xb4\xd8\xda\x0d\x8a\xb4\xff\x59\x5f\x1b\x87\x27\xcd\xb1\xce\x36\xda\xe3\x52\x2d\x44\x93\x57\x34\x1a\xd9\x69\xda\x10\x11\x8d\x8c\x35\xa7\x05\x7f\x80\xa7\x9b\xaf\x06\xc8\x20\x0f\x10\x8b\x4a\x02\x15\xa0\xd6\x23\xca\x7c\x0e\x74\xe6\x6c\xb6\x95\x98\xab\x33\xd5\xd6\x6e\xf3\x40\xea\x47\xcb\x2f\x70\x78\x52\xa0\x25\x05\xac\x8d\x4b\x44\x74\xe0\x96\x68\x22\xfc\x0c\xfc\x1d\x51\x08\x97\x40\xb9\x21\x33\x21\x35\xa4\x0b\x58\x0e\x2e\x81\xfa\x50\x78\xd0\x1d\x6a\xf0\xc8\x31\x77\x40\x43\x72\x96\x58\xb9\x70\x62\x26\xdf\xb2\x13\xe6\xa5\x3e\xb5\x78\xc1\x3d\x49\xfe\x08\x01\x3e\x1c\x97\x09\xf7\xc3\x1f\xa3\xa5\xb0\x37\x32\x2e\x82\x06\x75\x21\xd3\x42\x32\xc1\x6b\xf0\xaf\x80\x8b\xa0\x07\x7c\x04\x05\x99\xd7\xc2\xb1\x1e\x78\x73\x26\xd4\xd5\xf9\x0b\x5b\x57\x3e\xbf\xb1\x16\xef\x59\xf5\x19\x5c\x44\x78\x8b\x2e\x55\x05\x92\xc3\x31\xb7\x04\x89\xd4\x55\x78\x17\xe5\x12\xa3\x94\xcc\x45\x1f\x60\x67\xd3\x55\x85\x20\xef\x1c\xfb\x65\xf2\x79\x91\x43\x40\x0a\x3f\x21\x3b\x28\xf9\xea\xb3\x45\x25\x52\x3c\xea\x74\xc7\x44\x55\xa7\x38\xe7\x61\x3d\xd1\xd5\xe6\xfb\xf8\x50\x0c\x45\x09\x12\xbb\x71\x8b\xf8\xeb\x28\xf9\xa4\xa1\x14\x3c\xdd\x8b\xda\x86\xc6\xb1\x72\x99\xd5\x85\xf1\xdc\xef\x5c\x56\xb2\x4b\xf8\x42\x68\x09\x5f\x2f\xcb\x97\x9e\xf4\x59\xae\xf2\x52\x92\x3a\x3c\xeb\x46\xa2\xbf\x39\x6e\x61\xfc\x31\xe7\xcd\xde\x58\x1a\x6e\xa1\xe2\x1a\x61\x04\xd1\xc1\xf7\x25\xdd\xa5\x2c\x26\x3f\xa4\x3e\xa1\x3f\xa9\xfd\xc2\xcc\x60\x63\x0a\xde\x72\x3d\xf8\x13\x93\x2b\x84\xe9\xa2\x1b\xe1\xa0\xf4\x5f\xd9\x29\x9f\x7e\xe5\x6e\xd5\xe8\xb6\x39\xd5\xe3\x08\x64\x7b\x60\xad\x86\xb4\xc3\xb8\xa2\xde\x8d\x3a\x4c\xde\xd1\xf0\x87\xae\xe4\x8d\x27\x04\xb2\xc6\x93\x7e\x90\xad\x9c\x03\xb5\x29\xf4\x24\xfe\x82\x02\x2e\x1b\x2f\xea\x4b\x7a\xce\xbf\x2b\x3d\x18\x4e\x94\xac\x57\x4c\xf2\x39\xa8\x78\xa2\x5e\xd2\x62\x2e\x9f\xc8\x08\xb3\xae\xa8\x3c\xc3\x9a\x60\xc0\xd7\xec\x63\xbf\x07\x54\x75\x1f\xb9\x17\xb8\x28\x2c\x87\x7f\x99\x14\x49\xf4\x17\x3e\xab\x69\xa3\x46\x48\xbc\xf3\x5f\x33\x57\xca\xc4\x49\xbd\x3c\x83\xfc\x61\x78\x9d\xb8\x45\x85\xa0\x86\x28\x46\x6a\x69\x4d\x57\x8a\xab\x04\x1a\x4b\x7c\x19\x5e\x78\x59\xef\x57\x39\x4f\x1c\x29\xe3\xd6\x4e\x97\x28\x39\x59\xf5\x17\xa5\x77\x89\x12\xdc\x7d\xa0\xa8\xfa\x2b\x39\x5d\x7e\x3a\xdf\xcc\x18\xa3\xe4\x26\x91\xb8\xd1\x6a\xaf\x70\x9a\x08\xd2\x8e\x42\x61\xe4\x73\xf5\x01\x8d\x5b\xf3\x16\x68\xc6\xc1\x73\x8b\x46\x6a\xba\xb4\x59\xa5\xcb\xb5\x5e\x92\x7f\x2b\x2d\x5a\x23\xeb\x46\xed\x6a\xed\x37\x02\xa6\xc1\x53\xc7\xab\x8e\x21\xdc\xd1\xbd\xcc\x9f\x40\x1b\xaf\x97\x25\xe5\xb0\x3b\xf5\x7f\xc3\x5b\x84\xa5\x86\x23\xa8\x73\x00\xce\xb8\xce\x21\xcf\x5a\x6e\x8d\x07\x4b\xf2\x14\x96\x8b\xea\x55\x45\x5a\x0b\x5f\x4c\x29\xdb\x80\xdc\x67\x0e\x54\x07\x23\x54\xbc\xa0\xee\x1d\x7c\xa6\xaa\x09\x3f\x06\x8e\xcf\xdb\x4a\x69\x81\xda\x93\xe2\x59\x42\xf0\x41\xf8\x41\x81\x09\x64\xf9\x66\xcb\x1e\x9b\x7f\xd9\x83\xd2\x8f\xb5\x0f\x9a\x27\x64\x5f\x69\xeb\x50\x99\x0a\x3c\x5a\x29\x22\x6c\x49\x63\xf3\x07\xc6\xd1\xca\xfc\x26\x13\xee\x2c\xba\xb8\xf1\x6b\x55\x22\x76\x99\xb3\x2e\x6f\x09\x59\x63\x6f\x4a\x92\x30\xdb\xad\x6b\x23\x26\xf3\xff\x22\x97\x7c\x57\xca\xf6\x40\x5f\x6d\x47\xd3\x4e\xf5\x70\x4c\xae\xac\xbb\xf3\xbe\xa8\x7c\xf3\xe3\xbb\x08\xa2\xd1\xc5\xff\x74\x34\x32\xcc\x15\xae\xb6\x75\xb8\x95\xb5\x2b\x5a\xb6\x56\x45\x61\xa7\x37\xcd\xcb\x5b\x47\x9e\xdc\x98\x91\xb4\x8c\x99\x6c\x3f\x1b\x51\xc4\x3f\x61\x2d\xf7\xbd\x23\x5b\x0b\xef\xb6\x2d\x48\x9b\xb6\x70\xb6\x29\x2d\x6b\x56\x9f\x49\xf9\x5f\x1e\x38\xbf\x4d\xf8\xa8\x78\x5a\xb7\x84\xc1\x2e\xff\xaf\x2b\x1e\xb7\xb2\x76\x46\xfb\xdd\xaa\xe2\x86\xf6\xd6\xba\xbc\xb3\xa4\x8d\x4d\x8a\xa4\xb7\x8c\xdb\xce\xc6\x88\x66\xbe\xcb\xc6\xf7\x9b\x25\x73\x22\xd1\x6d\x08\x7e\xa0\x7c\xb3\x7d\x0e\x31\xb5\x7a\x8c\x71\x05\xe9\x3d\x1a\x23\x57\x52\x3e\x62\x1e\x72\xaf\xd0\xe3\xf0\x5d\xa4\x23\xcc\xd5\x64\x59\xed\x58\x0e\x9f\x6e\x29\x88\xe1\xef\x64\x7f\x4d\xba\x25\x4e\x11\xe8\xc3\x6b\x80\x30\x69\xa8\xcf\x7a\x55\x8b\x32\xa6\x75\x01\xb6\xb9\x3a\xda\x26\xc1\x97\xa3\xf3\x0d\xff\x11\x13\x31\xb5\xc0\x6d\x32\x07\xd7\xc5\xad\xa7\xde\x24\xfe\x22\xa1\x19\x66\x6a\x4b\xcd\x7a\x36\xc0\x44\xe7\xbf\xe6\x3d\xe7\x8a\x92\x96\x89\x16\x0b\x17\x85\xa7\xc8\xb6\x49\xbf\xfb\xac\x56\x65\x2b\x57\xb5\xac\xc1\x00\xe8\xcb\xd6\x01\x2c\x09\xb3\xce\x90\x84\xd7\xe1\x94\x40\x2a\xf1\x36\x51\xc2\x39\x4b\xd1\x52\x5a\x89\x8f\xe8\x55\xf4\xeb\x35\x15\x2c\x80\x5d\x93\xbf\x8a\x37\x99\x3f\x39\x89\x27\xfc\x26\x7a\x1d\xee\x2d\x8b\x93\x7d\xf2\x59\xa7\x7c\xa4\x2a\x6d\xba\x56\xab\x25\x24\x58\x26\xd7\xfd\x43\x72\xe9\xae\x36\x44\x51\xae\xcb\xc6\xe2\xee\xd1\xcb\xd8\xa7\x89\x67\x98\xcf\x88\x63\x29\x3f\x39\x4b\xab\x97\x30\x94\x7c\x6b\x7e\x28\x87\x28\xea\x48\x1a\x27\x58\x22\x3d\x11\x3e\x54\x1a\xa0\x88\xf6\x39\xaf\x9c\xaa\xbe\xed\x9a\x52\xb9\x82\x7e\x03\xb6\xd6\xc4\x30\x0f\x6a\x6d\xe8\x77\xec\x55\x92\xd7\x98\xa7\xdc\x26\xd6\x3d\xbc\x0f\xbf\x9b\x90\x49\x5a\x26\xdc\x56\xf5\x83\x06\x88\xbf\xe4\x6d\x63\x6d\x92\xe1\x13\x0f\xf3\xf3\xe4\xf7\xc2\xfe\x4a\xc6\xa8\x16\xa2\x66\x28\xe2\xb4\xdd\x4e\x55\xe9\x1f\xc1\x28\xc8\xb3\xe2\xaa\x90\xa5\x29\xac\xbe\x2f\x3a\x2c\xbe\x5d\xe7\x21\x99\xc1\x1a\xd2\xd0\x2e\xb5\xe1\x61\x02\x57\xf6\xb7\x8a\x4e\x71\xc9\x3b\xf2\x2a\x98\xee\xca\xfc\xc4\x2e\xee\x2f\xf5\xe4\xf0\x99\xa2\x3f\x5a\x0f\x94\x42\xce\xd0\xd7\xd8\xeb\x0b\x31\xea\x2a\x73\x58\x09\xac\x7e\xa3\x72\x94\x3f\xd7\xc0\xa2\xca\xea\x26\xcd\x47\xc6\x40\x9d\x5c\xab\xc7\xa9\xb0\x1b\x75\x43\x2a\x57\x92\x12\x74\x9d\xb9\x8f\xe8\xfe\xfa\xb8\x44\x84\x43\xd3\xdf\x0d\xcf\x14\x9e\x34\x1c\x40\x7d\x00\xec\xc6\x13\x56\x7a\x6e\x91\xa5\xd2\xa8\x2c\x78\x8c\xfc\x50\x4e\x2d\xd9\x8a\x2c\x15\x0e\xad\xd8\x81\x04\xd3\x2d\x35\x3f\xe0\x41\xec\x3c\x8c\x13\x4e\xab\x1c\x47\xe0\x42\x7b\x73\xbb\xa8\xab\xa0\x84\x44\x88\x9d\x04\xae\x0c\x57\x0b\x7e\x80\x45\xbe\x7c\x60\x02\x38\xca\x32\x2e\x0b\xd3\xd6\x63\x88\xce\x4b\x6b\x85\xe5\x0f\x8a\x6a\x5a\xc8\xfc\x5f\x65\x4d\xcd\xa3\x68\x1b\xaa\x27\xb9\x06\xb0\x43\xea\xee\x36\xa6\x56\x0c\xe2\x7e\x3b\x76\xe6\x82\x14\x97\x7d\x52\xe2\x3e\x16\xd1\x5a\x19\x7e\x46\x00\x20\x0b\x7c\xaf\xca\xee\x40\xef\x90\xf9\x99\xb8\xee\x24\xfd\xae\xdc\xdc\xae\xb3\x72\x5d\xa1\xa0\x33\x8f\x3f\x50\xba\xbb\xdd\x49\x13\x54\xd5\xb6\x1e\x6c\xb8\x55\x17\xd7\xfc\xa4\x62\x0b\x8e\xef\x7a\x91\xdb\x46\xf1\x72\x6e\x4b\xfc\xc2\xfc\x6d\xe7\x44\x8c\x16\xa4\x58\x27\xf9\x4d\x94\x9d\x80\xd7\x21\xd8\x8c\x45\x7d\x6f\xf4\xdc\x1c\x6b\x6f\xae\x3c\xbf\x60\x5b\x0f\x87\x0f\x97\x8e\x9f\x47\xa2\xd5\x57\x6e\xe8\x4c\x6d\xb8\x8d\x5e\xd4\x3e\xbc\xe2\x14\xf6\x51\xcb\x82\xdc\x41\xf2\x16\xd7\x93\xa4\x54\xe6\x32\xa7\x67\x44\x29\xff\xab\x2d\xc4\xaf\x5a\xb6\x18\xf1\x69\xba\x48\xf2\x28\x3f\x86\xdc\x27\xab\xaa\x67\xeb\xcc\x54\x14\x9a\x26\x9d\x47\x7b\x8e\x79\xce\xce\x65\x7c\xc5\xf7\x10\x10\x76\x0e\x19\xa8\xf6\xe3\x5e\xa5\xdb\xf3\xd6\x0a\x1e\xb3\xbf\x24\x6e\x90\xc4\x0b\xec\x61\x2e\xe0\x99\xb4\xd8\x87\xaf\x1e\xa1\x64\xb8\xbe\x10\x26\x54\x87\x21\xbe\xc4\x15\xe8\x4c\xed\x55\xb2\x18\x93\x27\x1d\x45\xe5\xe2\x1c\xac\x93\xf4\x15\xc4\x4f\x04\x2f\x96\x1f\xd5\x52\x75\x9c\xf3\x98\x59\x91\xc7\x15\xa0\xb8\xac\x44\x9d\x78\xb1\x70\x79\x98\x19\x00\x64\x53\x7c\xf8\xaa\xdd\xca\xcb\xae\xa9\xb8\x61\xe8\xcd\x70\x3d\xfe\x38\xc6\xa2\x0d\x21\x1e\xc0\x95\x4b\x00\xf2\x53\x62\x1d\xab\x82\x56\x46\xd1\xe2\x37\x33\xbe\xd0\x8f\x54\xc9\xd8\x2f\xd8\x39\x79\x41\xfc\x72\xfe\xb0\xc4\x22\xd1\x2f\xd1\xeb\x30\x9e\xec\x0b\x30\xda\x07\x50\x91\x55\x72\x27\xa6\x7e\x2c\x61\x02\x78\xa9\x61\x36\x89\xa2\xbe\x89\x93\x51\xd6\x8a\xd1\x84\xb7\x74\x1f\x26\x9e\xbc\x9e\xb9\x07\xf7\x94\xb6\x9e\xa3\xa9\x3c\xcf\xfc\xcc\x67\xe6\x6e\xe1\x2e\x17\x19\x12\x3e\x09\xd7\x4a\x0f\x86\x11\xa4\xaf\x14\xa9\x3e\x8b\x95\xed\xea\xbf\x76\x75\x0d\x85\x6e\x37\xa7\xa1\xf7\x31\x01\x95\x15\x53\xc1\xc6\x89\x12\x71\x23\xb9\xb9\x0c\x11\x71\x2c\x1f\x8d\xf3\xa1\x90\x85\x9a\xca\x08\xfa\x2f\xf1\xbf\xb9\x39\xec\xbf\xb2\xe4\x84\xed\x82\x7a\xf9\xb9\x30\x92\xe4\x9a\xaa\xdf\xe7\x95\x62\x97\x76\x87\xf5\x7d\xc5\x05\x7e\x9b\xf1\x72\xb5\x4e\xf0\x49\x99\x8d\x6e\x10\xd5\x09\x83\x30\x85\xe2\x0d\xf4\x66\x9c\x53\x1a\x86\xa5\x92\xe6\xc8\xd6\x57\x74\xd3\xbc\xe5\x55\x39\x0f\x58\x22\xe5\x8c\x84\x66\xfe\x54\xd5\xe7\x30\x91\xf8\x92\x76\x3a\xaa\x4a\xfe\x52\x2f\x40\xce\x95\xa4\xa8\xda\xf5\x5f\xca\xa3\xd4\x59\xf2\xfe\x2a\x82\xfa\x19\x7f\x43\xed\x21\x0d\x8d\x96\x8b\xd1\x6a\xbe\x37\x90\xf1\x90\xb6\xa5\xfc\x21\xf9\xa2\x2e\x3e\x07\x64\x18\x75\x6f\x12\x6c\x5c\xad\x7e\x53\xd8\x1a\x51\x9f\x61\x03\xea\xbc\x7c\xbc\xf1\x0a\x1c\x54\x30\x1d\x61\xe8\xe4\xc5\x66\x04\x05\x94\x96\xa3\xe0\x8b\x3c\x71\xd5\x7f\x30\x9b\x1a\x51\x37\x1a\x1e\x8f\xb1\x61\x99\xd0\xf2\xf2\x0a\xd2\x78\x28\x3d\x27\x91\x3e\x0a\xbc\x90\xe0\xe2\x54\x82\xe4\xb0\x67\xc2\x63\xe0\x2c\xdf\x5c\xa0\xd5\xfc\x03\x3c\x92\x3b\xb5\x15\xd0\x06\x16\x9c\x6b\x11\xca\x26\x97\xec\x6d\xc6\x72\x85\x15\x47\x9a\xa6\x51\x48\xb5\x33\x1a\x4f\xd7\x7f\xc1\x6c\x71\x6a\xca\x7e\x13\xfa\x1c\xd3\x72\x42\xa8\x4f\x6d\x8d\x09\xc7\xd9\x80\xe5\x55\x78\x86\x30\x03\x21\xf9\xee\x00\x6a\xa1\x1b\x60\x7a\xce\xf4\x79\xc3\x35\x1b\xf2\x6f\x74\x2e\x96\xf6\x17\x5f\xe9\x08\xe6\xba\x97\xbf\x6e\x03\x29\x7e\x35\x55\x2d\x17\xea\x2f\x61\x86\x37\x4f\x2b\xfb\x44\x18\xe9\x4a\xc8\x49\xa2\x4a\x9c\x81\x09\xbf\xd9\xd3\x6c\xdf\xc2\x01\xe1\x08\xcb\x51\xdf\x77\x40\x0a\xdc\x6e\x7e\x96\x5d\xdf\xbb\x51\xc3\xcc\xf7\x9e\x3f\x4c\xca\x2c\xf6\xea\x4e\xe1\xbc\x2f\x4f\xe9\x2a\xa0\x8c\xab\x5e\xd5\x91\x5e\x7f\xb9\x9e\xdd\x16\x58\x3e\x1e\xaf\x6e\xbe\x9f\x43\xa5\xfc\x71\x55\x27\x66\xb3\xb6\x3b\xfa\xc3\x77\x09\xf6\x59\x6f\xf9\xc5\x00\x63\x91\xe1\x56\x7f\xda\x83\x8a\x89\x86\x41\xc6\xb8\xea\x6a\xf9\x03\x26\x07\x6d\xe5\x77\xb0\x47\x61\xbe\x53\x6f\x71\x6e\xe1\x17\x60\x06\x79\xb7\xc8\x92\xb2\x3f\x42\x14\x1d\xce\x2e\x10\xef\x63\x3f\x8c\xfb\x21\xdb\x24\xb0\x86\x6c\x56\xbc\x91\x92\xbd\xb5\x1a\xa7\x72\xbe\x45\x4c\xf9\x51\x8d\x31\xf8\xd0\xaa\xd0\x78\x39\x8e\x7e\x1d\x83\xe6\x7b\x31\x17\xe0\x40\x2a\xc0\xee\x21\xde\xc1\x50\xb8\x47\xa9\xbc\xb2\xad\x82\x44\x66\x7c\xf6\x18\xf1\x70\x6e\x4e\xdc\x19\x99\xbf\xb0\x3d\x64\xbd\xc2\x24\xf3\xf4\x36\x69\xf2\x94\xbf\x90\x6d\xe4\xe9\xe8\xa3\x7a\x2d\xa5\x03\xd3\x04\x9c\xa1\xe5\xe3\xca\x78\x8b\x19\x11\xc4\xb9\xd4\xd1\xac\x0a\x4a\x29\x66\x04\x67\x80\xde\x59\xc6\xe5\xe7\xb3\x67\x64\x9d\x17\x65\xf0\x2e\xc7\xad\x90\xda\x45\xe7\x43\x56\x28\xfe\x07\x8c\xf6\x6e\x55\xbf\x55\x75\xc0\xd1\xf8\x38\xfc\x2a\x5d\x10\x71\x24\xf1\x8b\x6c\x35\x79\x34\x25\x83\xbb\x8c\x5a\x4e\xdb\x45\x89\xa5\x9f\x60\x92\xea\xd1\x2c\x05\x67\x56\xe9\x5d\x2e\x9d\xef\x96\xc5\x16\xac\x17\xa5\xc7\x31\x25\x05\xd2\x79\x21\x4b\xe4\x63\x14\x61\xde\x27\xd5\x61\x9a\xe9\xe0\x7e\x4c\x0b\xed\x8b\xe6\x0c\x76\x31\xe3\xa2\x14\xc0\x3f\x64\x6d\xe6\xb4\x90\x94\x9c\x01\x72\x2e\x35\x9b\x77\xbc\xce\xc9\xc8\x14\xfc\x28\x4d\x67\xeb\xc5\x98\xcc\x3f\x7c\x37\xe9\x83\xb8\x64\xd1\x2f\xf9\xbc\x90\x2d\xb2\x3f\x2a\x87\x8f\x9f\x0a\xa3\x3d\x6a\x9e\x80\x1e\xc2\xeb\x52\xb3\xeb\xb1\x82\xa1\x92\xb2\x86\xc7\x42\x1e\xdb\x81\x3f\x24\xba\x41\xa2\x90\xae\x49\xf8\xe8\x33\xb4\x59\xb2\xe1\x25\x03\xcc\xb5\xc0\xbe\xcc\x01\x6e\x9b\xa2\x3f\xce\x5b\x78\x40\xb5\x3a\xe4\x84\x6c\x88\xe6\x9d\x8f\x43\xe9\xd2\x03\xc6\xd1\x95\x56\x65\xbc\xb2\xad\x26\x5f\xf9\x46\xb4\xb2\x2e\x41\xb5\x90\xe5\xd5\x20\x51\xa7\x10\x23\xf0\x0f\xd5\xff\xd5\xde\x21\x37\x69\x56\x94\x0c\xa1\x6b\xb4\xe2\xcc\x52\xf6\x46\x5d\x71\x9c\xbf\x20\x5c\x9f\x1d\x3a\x41\x72\xdc\x20\x42\x8d\x53\xac\x35\x9e\xd0\xc7\x97\xbe\x82\x1c\xf2\xaf\x15\xdf\x20\xac\x30\xbb\x26\x09\xf2\x67\x3c\xa9\xdb\x0f\x3e\x20\x84\x62\x41\x70\x63\xed\x74\x22\x08\x4a\x8b\x95\xd4\x43\x60\x62\xa6\x3b\x2b\xdd\xfc\x27\x2e\x96\xf7\xc7\x7c\x24\xb4\x5c\xfc\xce\x7c\x10\x05\x2b\xfc\xcc\xd7\x74\x59\x45\x37\x9a\xa3\x81\xb7\x65\xc9\x4d\x99\x82\xa8\xca\x13\xae\x6c\xfa\xaf\x5a\x5b\x63\x18\x9e\x87\x81\x9c\xd3\x6b\x1a\xf1\x47\xec\x5f\x8a\x03\x29\x25\xb6\x13\x99\x43\x99\x53\xac\x40\x1c\x87\x17\x68\xf1\x0e\x5d\x22\x26\xc3\x97\x50\x2f\xe4\xd7\xa1\x1e\xed\xaa\xc2\x9b\x1d\x66\x40\x53\x9a\xde\x9e\xc6\xbf\x58\x71\xb5\xf5\x11\x7d\x73\xcd\x8a\x16\x31\x3e\xa6\x7e\x5b\xd3\x7f\x35\x1c\xfc\x04\x97\xa8\xd8\x9d\xbc\xce\x79\x3e\x73\x22\xa3\xc3\xfe\x3d\xae\x83\x7b\xd4\x36\x35\xf4\xac\xd8\xcf\x12\xe9\x8b\x92\x6f\x87\x4b\xb5\x29\x85\x6e\xdd\xdf\x81\xf0\x12\xe5\x3c\x05\x7f\x71\xc5\x84\xce\x2b\xf4\xe6\xea\xc7\x1d\x33\xf0\xa8\xba\x3f\x6d\xd9\x35\x6c\x1c\xbb\x85\x5d\x1c\x46\x76\x6f\xe2\x64\xe6\x30\x3c\x1a\x67\xc7\x5d\xe6\xd2\xec\xdb\xc3\x26\x8b\x2e\x59\xb3\x7c\x89\x72\x23\x7c\xc4\x18\xca\xb1\x57\x54\x2a\x93\xb8\xa4\x6a\x8b\xf0\x08\xcf\x88\x5e\xcf\xf4\xe0\xff\xdb\x30\x89\x30\x4e\x98\x8e\x5f\x5d\xd3\x23\x7a\x44\x96\x17\x75\x4b\x0e\xd1\x91\xf4\x26\x60\x1c\xfb\x7e\xcc\x6f\x45\x9f\x00\x09\xea\x50\x53\xa4\x42\xaf\x62\x9d\x5e\xb9\xcb\xd0\xc2\xea\xae\x66\x28\x56\xb1\xd7\xa1\xc9\xc2\x0c\xee\x70\x4c\x39\x63\x01\x4f\x82\x93\xe2\xbb\x05\x93\x89\x27\x6b\xe2\x85\x0f\xa8\xb5\x45\x05\xe2\x57\x4c\x54\x3a\x5a\x46\xe0\x46\xc6\x5c\x55\x4c\x17\x9a\x82\x3a\x55\x5f\x65\xee\x5e\x68\x5d\xa2\x6a\x82\xfe\x35\x63\x25\x7a\x89\x62\x3c\xf3\x3b\x86\x2e\xd8\xc2\x46\x70\x1e\x0c\x0f\xee\x74\xc2\x1f\xbc\x2f\xef\x16\xc5\xb3\xfa\xbc\xe0\x2a\x9d\x5e\xf8\x51\x3c\x86\xf5\x22\xdd\x53\xba\x8c\xb7\x21\x66\x97\xdc\x2c\xda\x14\xd4\xa6\xb2\xc9\x7e\x78\xf1\xb4\x4f\x55\xbd\xba\x5a\xca\x03\x7c\x1e\xb0\x90\xd6\x49\x6c\xe6\x0b\x19\x4a\xf2\x19\xfa\x50\x16\x85\x56\x82\x8b\xe5\xe8\x18\x9f\xab\xc7\xf1\x0e\xb3\x0f\x15\x62\x84\xb9\xbc\xa3\x69\x9b\x24\x41\xc2\x1f\x31\x2e\xa0\x44\xca\x08\x5a\xa0\x6c\x55\x4c\xf1\xda\xa4\x0d\xd5\x4c\xd1\x8e\x20\x6a\x68\x9e\x32\x1e\x19\xc3\x70\xe7\x61\xa9\x12\xe6\x77\xda\x68\xfa\x00\xfb\x37\xb6\x96\x35\x8d\x17\x5e\x55\xcd\x59\x25\x10\x15\x1c\xe1\x03\xa2\x7b\x69\x0d\xa2\x45\x52\x38\x46\x2a\x1b\x27\xaf\x0b\x1a\x54\xb8\x54\x74\xef\x49\x1a\xbc\xf6\x1f\x35\x84\x1b\xc1\x9d\x2f\x0d\x22\xc4\xf0\x47\x71\x6b\x48\xcd\x02\x2e\xd5\x83\x3a\x45\xf8\xba\xc1\x4c\xff\x57\xdc\x55\xd9\xcf\x5a\x26\x2d\x28\xc8\xe4\xee\x00\x7c\xd2\x26\x0a\x83\x14\xc1\x31\x04\xc9\x15\x55\x6d\xd0\x2d\x79\x9b\x66\x8f\xb7\x56\xdd\xaa\xa7\x29\x17\xd5\x3d\x92\xef\x17\x23\x0d\x59\x0a\x90\x7d\x1b\x77\x57\x19\x4a\xbe\x46\xdc\xa3\x7c\x8c\x51\x50\x4e\xa9\xf6\x54\x5c\x62\x8c\x55\x77\xe5\x6f\x60\x83\x1a\x5b\xea\x69\x7e\x9e\x76\x51\x8c\x48\x9c\xa7\x3b\x11\x1c\x00\x60\x0d\x7e\xde\x3f\x55\xeb\x8c\xab\xe5\x9f\x6b\x7c\xcc\x66\xd1\x04\xf4\x6d\x33\x83\xd5\x8f\xb9\x62\x8e\x25\x9d\xc4\xfd\x35\x7b\xd6\x77\x93\x88\xe6\xc9\x15\x21\xd4\x0f\xe6\xe1\xf9\xc9\xcc\x03\xa6\x3f\xa9\x8b\xb8\xa7\xcd\x93\x62\x1c\xa2\xe9\x66\xff\x60\x8e\x4c\x67\xae\xf1\x11\xa8\x66\x9a\x17\x02\x4f\x2a\x43\x1a\x17\x0a\x7e\xd7\xe4\x39\xcf\x30\xfb\xeb\x74\x8e\xbb\xc4\x6f\x0d\x97\xed\x5f\xeb\x3e\x12\x58\xf6\x29\xe5\x9b\x28\x69\xb6\x39\x79\xef\x18\x95\xd6\x9c\xd4\x66\xce\x2a\x4b\x59\xcc\x36\x61\x3a\x52\x10\xbc\x41\xfa\x0c\xce\xf2\x39\xae\x3c\x00\x95\x00\x60\x45\x5a\xeb\x51\x41\x7f\x75\x65\x4b\x1f\xb3\x14\xdd\xd2\x5c\x41\xdc\x86\xf9\xd2\x34\xa1\xee\x30\xbe\xa7\xf1\x70\x79\x3b\xd9\xea\x04\xf3\x9e\xd0\xb7\x3a\x42\x52\x7b\x38\xa1\xb6\xed\x31\x97\x05\x0f\xad\x21\xc1\x57\xa5\xfd\x48\xb3\xcf\x17\x65\x17\xf4\x13\x28\x28\x77\x76\xcd\x16\xf0\xab\x1a\x3b\x36\x31\x3d\x6a\x4f\xb6\x7b\x12\x3b\x31\x89\xad\x2d\x75\x3b\x70\xf7\x9b\x3f\x94\x77\x92\xee\x35\x91\xf2\xbe\xd0\x51\x8d\xab\x53\x0f\xb0\xd7\x39\x4e\xcc\x9d\x2c\xd0\xd8\x0e\x85\x4c\x95\x56\x5a\x96\xa0\xe6\x28\x1b\x60\xa3\x62\xaf\x28\xbd\xe2\xbc\x28\x56\x3c\xae\xfa\x1e\x2b\x55\x32\x06\xfd\x9a\x94\x2d\x79\xdb\x90\x53\xf7\x4a\xfa\x07\x7f\xb9\x3c\x09\x48\x27\xf7\xe6\x0d\x95\xaf\xa7\x0f\x24\x6f\x57\xb6\x71\x86\x44\xbd\x53\x6f\x13\xf4\x07\x4a\xb5\x1f\xa5\xf3\x3c\x67\x19\x40\xe5\x2b\xc5\x44\x41\x63\xf5\x7a\x61\x9f\xd0\x84\xb6\x30\x77\x89\x96\x61\x08\xc4\x83\xe2\x0d\x38\x5d\x9d\x48\xf2\x84\x78\xa9\xec\x8c\xac\x8c\x8a\xcf\x1d\x00\x1e\x33\x43\x92\x0d\x8a\x37\xdc\xc4\xa8\x6b\xea\xb9\xc2\xa6\x40\xad\xb6\x45\x36\xd7\x33\xde\x90\xa5\x8a\x96\x63\x78\xd7\xd0\x5b\x04\x3f\xf8\xef\x30\x18\x66\x94\x30\x11\xfb\x9d\x98\x24\x62\x11\x1e\xa2\x5f\x8b\x8f\x50\x86\x95\x91\xa5\x35\xf4\x8a\xdc\x2a\x60\x0a\xeb\x56\x72\xbe\x22\x8d\xb7\x22\xea\xa0\x6a\xb9\x68\x63\x20\xa0\x9d\x0d\x8c\xf4\xac\xd6\xbf\x53\x6d\x91\xf5\xb3\x79\xb8\xdf\x7c\x29\xe7\x38\x31\x8e\x7e\x9a\x57\x4f\xe6\x11\xc6\xf0\x6f\x52\xdf\xd4\xbe\x14\xda\x19\x4b\x4b\x6d\x62\x12\x5b\x97\xb3\x5c\xca\xe0\x35\x25\xdd\x03\xce\x0b\xcf\x47\xf5\x2b\x95\xd2\xe2\x40\xa7\x26\x56\x31\xd6\x73\xa1\x3e\x4e\xe3\x21\x5d\x49\xff\x49\x5d\xcf\x13\x33\x97\xd0\x75\xb4\xdb\x6c\x11\xb3\x14\x1f\xc6\xcd\x62\x93\x6a\x7d\xf8\xe9\xdc\x85\x25\xf7\x85\x04\xfe\xe7\x9c\x00\xf1\x80\x48\x9f\x34\x4f\x86\x91\xa6\x44\x75\x28\xd2\xe4\x81\x81\xdb\xd4\x73\x55\x65\x5e\x43\x74\x2c\xed\xa0\xc4\x8d\x72\x8e\xd3\xcd\xcd\xa1\xf5\xf3\x86\x51\xbf\x33\x56\xf1\xf9\x38\x0c\xeb\x90\x70\x74\x0d\x81\x3b\x56\x74\xb2\x24\x97\x2f\x90\xf4\x64\xaf\x17\xfe\x96\xb9\x92\x1a\x24\x2f\xe5\x7b\xa2\x5a\xe4\xe3\x55\x13\x03\x5f\xa9\x12\x35\x9d\x5e\x52\xed\x42\x7d\x83\xe8\x1a\xc1\x02\x14\xb2\x7f\x91\x96\xcb\x87\x50\x76\x51\x3e\xcb\xb7\x60\x0b\xe8\x5c\x45\x6b\xb5\x91\x35\x56\xe9\x2c\xee\xe6\x9c\x55\x35\x67\x27\xf2\x0f\xab\xd7\x26\x45\x88\x47\x6a\x7e\x46\x6d\x94\xe9\x75\xa4\xd9\xc9\x8a\x5f\xfa\x5b\x5e\x6f\x35\x9b\x8d\x0e\xe1\xac\x86\x93\x46\x16\x6b\x29\x3e\xdd\x88\x26\x6f\x20\xde\x37\x26\x37\xb0\x28\x8b\x8d\x65\x55\x27\xe8\xcd\x46\x71\xf1\x78\xd6\x1a\xe3\xfc\xac\x1b\xdc\xaf\xc6\x33\x49\x13\x85\x56\x53\x68\xd4\x65\x69\x91\xc9\x31\x1b\x54\xcc\x34\x3d\xf3\xc6\x69\xa6\x99\x39\x82\xe1\xf5\x2c\xc7\x50\xe6\xc2\x86\xc7\xf6\x34\xd2\x11\x7c\x9f\x8d\x83\x59\x4f\x82\xad\xdb\xab\x72\xa8\x0b\xad\x23\x8b\x06\x18\x3f\x2d\xcc\xac\x3e\x4e\x13\xb2\x37\x69\x88\x80\x85\xcc\x8a\xfa\x22\x91\xc3\xea\xd9\xfb\xe4\x06\x68\x9b\xf7\x06\xf5\x56\x68\x24\xbf\xaf\xae\xa4\xe9\x32\x33\x07\xf3\xc4\x75\x94\x04\xe0\x76\x34\x2e\xc5\xc8\x88\xab\x9d\x3d\x55\x28\xca\x39\x87\xa3\xa8\x9d\x91\x6f\x6f\xca\x6a\x67\x7f\xb0\x99\x92\xc6\xf2\x5f\x58\xc5\x73\xa6\x49\x66\x5a\x0a\x67\x3f\x92\x27\xc0\xdf\xbc\xaf\xaa\x21\x68\x07\xbf\x1e\xcd\x68\x7b\xc5\x1c\x83\x99\xda\xba\x9c\x94\x8b\xfd\xdc\x92\x8d\xc1\x10\x5e\x34\x7d\xa8\x72\xa3\xcc\x74\x75\x14\x75\xd3\x17\x36\x96\x64\xf5\xb3\x89\x8e\x27\x49\x61\x7c\xbe\x5d\x34\x27\x5b\xbc\xd1\x7a\x39\x68\x0a\x70\xdf\x32\xda\x67\xa4\x3a\x0d\xce\xe0\xcc\x55\xfd\xad\xb4\x52\x77\xa8\xd1\x35\x00\xee\x8c\xfa\x72\x1d\xaf\xf6\xac\x26\xb2\x61\x4b\x99\x51\xb3\x82\x90\x9a\xf7\x48\x5b\x46\xfe\x99\x76\x55\x37\x9d\xf1\xbf\xd8\xcf\xfa\x00\x8e\x24\x6c\xbd\x81\x22\x0c\x98\x05\x1b\x77\xc8\x50\xee\xdd\xe6\x0a\x95\x9c\xbd\x58\xa9\xaa\x09\xa1\x26\x2b\x1f\xa1\xef\xe1\x18\x2a\x3d\x66\x59\x2d\x4f\xf5\x0d\x37\x58\xe6\xaf\xee\x22\x4d\xc8\xeb\xd6\x50\xa8\x5d\x69\xbd\xda\x0a\x26\x33\xf6\xbc\xce\xcc\xb5\x87\x2d\xd7\xdf\x17\xbe\x9d\xe5\x34\x36\xc8\x16\xb9\x0f\x98\xa7\xaa\xfa\xd9\xc3\xe5\xaf\xd1\x5f\x28\x5b\x15\x22\x8c\x0e\xfb\x51\xe9\x83\x1b\x5b\x3b\x42\x39\x48\xf8\x50\x7a\x40\xa5\xa7\x4c\xcf\x2b\x54\xf3\xe9\xac\x34\xbc\x46\xcf\xfa\x19\xbb\x59\x7b\x81\x77\x33\x6c\xa1\xbe\x46\xf4\x6d\xd6\x3c\xc3\x2b\x00\xef\x7e\xdc\x74\x50\x3d\x89\xf9\x51\x6a\xc4\x6d\x23\xaf\x91\xd5\x11\x9e\x34\x7c\x05\x6a\xc8\xa8\x1a\x7f\x79\x16\x75\xa0\xe4\x97\xa2\x82\xc1\xcd\x5d\xa5\x34\xb1\xeb\x52\x1f\xa8\x2e\xf0\xb4\xb1\x42\x0d\x5b\x78\x25\xac\x5b\x17\x24\x15\xcc\xda\xad\xff\xae\x48\xf7\xf0\x32\x8d\xd0\x60\x98\x63\x45\x0c\xca\x31\xd2\x09\x31\x87\x36\xd0\x90\x20\xe9\x64\x74\x55\x4b\xa5\xc7\x59\x7b\x4a\x08\x80\x0f\x77\x72\x6e\x98\xbc\x99\x6f\x4d\xb5\x29\x67\x89\x22\x63\xf3\x55\x1f\xa4\xd3\xc3\x16\x6a\x5e\xc9\x83\x66\xbd\xd3\x7d\x55\x31\x3d\xcc\xc6\x58\xed\x63\xfa\x6d\x7e\x06\x3b\x85\xf8\x40\x80\x70\xf6\x61\xcc\xc2\x77\xbc\xfc\xaa\x93\x62\x96\x60\x48\xf1\x31\xc9\x1f\xe1\xc3\x9c\x1d\xb2\xf5\xe2\x5b\xa9\x89\x72\xa3\xf4\x67\xec\x6c\xa5\x4d\xce\x08\xdb\xa0\x1e\x54\xbe\xf1\x8f\xd4\xfe\xd4\xcc\xf3\x78\x6a\x10\xea\x55\x34\x3e\xbb\x5a\x72\x93\xb0\x80\x73\x56\x7a\xaf\x5e\xc1\x13\xc8\x6e\x56\xbe\x16\xcc\x01\x5e\x16\xbb\x8b\x66\x2a\xdc\x72\xe6\x4a\x7c\x95\x98\x94\x87\xb2\x32\xd5\xe6\xd8\xc9\xf2\x95\x9a\xd2\xb0\x5b\xaa\x10\xed\x57\x7f\x83\x66\x50\xbf\xdc\x93\xaf\x97\x1a\xf5\x54\x6f\xc6\x74\x5d\x2e\xbe\x8d\xb9\x4e\xa7\xac\xeb\x65\x2b\x75\xcb\x2a\x13\xb9\x3a\xdd\xb7\x22\x17\x7f\x95\x9e\x92\x7d\x52\x34\x54\x7f\x3d\x65\x99\x04\x34\xe0\x62\x47\x01\x81\xc6\x69\xe1\x63\x15\xef\x8c\xe7\xfc\x4f\xa8\x4f\x9a\x24\x9e\x97\x75\xc7\xcc\xd1\x94\x20\xaa\x01\xf9\x8d\xdb\x40\xcf\x45\x3a\xd0\xe7\x99\x99\x88\x5f\xc5\x7c\x36\x0b\x3e\x52\xe4\xc5\xdd\x09\x0b\xb3\xb5\x82\x4a\x38\x24\x05\x10\x4f\x86\xee\xc4\x0e\x93\xfe\x81\x06\xc2\xa3\x15\xd3\x21\x5e\xc0\x58\x75\x10\x34\xcc\x0b\xa5\xc3\x81\x9b\xc8\xd7\x28\x0d\x0e\x31\x8e\x45\xcb\xb2\x1f\x45\xdb\x18\x78\xfb\xf8\x0a\x26\xcb\x69\xa3\x15\xfe\xe4\x3c\xb1\x6e\xcf\x66\xf3\xbb\xac\x9e\x29\x42\x91\xd8\x22\x8d\x9d\x20\xd5\x23\xe7\xc2\x4b\xe5\x9b\x11\xf7\x80\x30\xd5\x4d\x38\xd4\x2b\x53\x17\x00\x95\x93\xfb\xc9\xac\xa6\x04\x5c\x02\x95\xe3\x22\xa2\x71\xf4\x9e\x46\x51\x45\x29\xf3\x98\xd3\x52\xf8\x89\x13\xe4\x68\xcb\x16\xf0\x9e\xd8\x37\xa5\xe8\x85\x17\x6d\x3b\x63\xc3\x24\x5f\xac\x5b\xc3\x01\x79\xbe\xa5\x23\x00\xab\x32\x21\x11\x5e\x7c\xed\x2d\xe8\x0c\x8e\x09\x5d\xa9\xf2\x46\xbf\x84\xac\xb5\x6e\x95\x13\x20\x5c\xbd\x5f\x71\x00\x34\x02\xcb\xc9\xf9\x02\x1e\x24\x7c\x4b\x6b\x07\x07\x28\x07\xe2\x4f\x83\xcb\x19\x57\xa2\x94\xe0\x76\x6e\x7d\xd0\x49\xf0\xb1\xc8\xdb\x77\x12\x14\x02\xa0\xdc\xfa\xa1\x25\x6a\x11\xf6\x13\x58\x5d\x23\x44\xbb\x40\xef\xba\xac\x8a\x43\xe0\xb8\x06\xdf\xa2\x07\xe6\x6b\xf8\xb4\x9c\xbd\xe6\xed\xa4\x05\x69\x6c\xf3\x3e\x5a\x74\xfc\x06\xf3\x2d\xd6\x84\x28\x3e\x38\x89\x57\x12\x74\x11\xa4\x88\xfe\xf5\xf5\x03\x8f\x01\x3a\xb7\xfd\x10\x51\xad\xc1\xea\x4c\xc7\xd1\x6f\xd0\x41\xa6\xf5\x98\xde\x0a\xb1\x69\x07\xae\xba\x68\xa1\x69\x21\x31\x3f\xc7\x64\x5a\x42\x51\xa7\x25\x9a\x4e\xd0\x6f\xc7\x37\x99\x47\xb1\xa1\x28\xb2\x99\xc0\x37\x06\xdd\x34\x9f\x13\x6f\xf1\x4d\x06\xeb\xe4\xbe\x6e\xf7\xa1\xb1\xea\xd3\x0d\xbd\xfa\x55\xb8\xf2\x5a\xb1\x7e\x1f\x61\x45\xf9\x7d\xfd\x37\xf2\xa8\xa2\x29\x86\x08\xea\xaa\xec\xbf\x06\x05\xc3\x94\x7a\xc5\x70\x8b\x6d\x8f\x2f\x31\xd6\xf2\x4e\x46\x15\x19\x5f\x88\x4a\x82\xde\x9b\xfa\xa4\xdf\x7c\x65\xe6\x06\xc5\x2d\xf7\x48\xb0\x44\xf3\x19\xb3\x5c\x73\x87\x3c\x58\xb3\x41\x3b\x9a\xfa\xbc\xbc\x4e\x8b\x65\x4c\x2d\xec\xd2\x9e\x61\x61\xb2\x3b\x75\xf5\x9c\x33\xa9\x76\xdd\x27\xbe\x20\xde\x47\xbf\x4a\x94\x1c\x95\x6d\x00\xa4\x55\xc1\x93\x8d\x38\x79\xa3\xef\x06\x53\x95\xea\xa1\x7b\xa3\x59\xad\x13\xd5\xbf\x54\xde\x66\x5e\xac\x99\xa2\xca\x63\xb7\x94\x5d\x56\x9d\xe7\x56\x17\xfa\xab\x4d\xfc\xb8\xec\x18\x4d\xbe\x30\x3b\x35\x57\xeb\x29\x16\xc5\x7d\xd3\x8d\x90\x1e\x8c\xca\xd1\x8f\x90\x73\x83\x93\x0c\x28\x55\xb8\xef\x07\x63\x8d\xe6\x93\xfb\x07\xd3\x5a\xfd\xcb\x3a\x33\x30\x43\xd4\x55\xf5\x13\xd8\x20\x7e\x5a\x36\x4e\x2e\x91\xce\x29\x80\x14\x14\x99\x26\xeb\x1f\x25\x0f\x78\x94\xf2\x51\xd5\xae\xe0\xc4\x9d\x55\x5f\x54\x8d\x8e\xaa\xd0\xfa\xaa\xdf\x05\x6b\x74\x56\xed\x13\xbf\x7a\xc3\x50\xfd\x61\x0f\xb5\x71\xb1\xf1\x10\xfa\x85\x78\x85\xda\xbb\x8a\x20\xb1\xa9\x57\x97\xf2\xa4\xed\x9a\xa8\x82\x91\xb2\x41\xcd\x85\x2c\x06\xf0\x47\x6b\x4f\x19\x54\xc8\x74\xf5\x71\xdb\x54\x43\xf5\x51\x51\x54\x75\xa7\xa1\x28\x78\xb7\x36\xd7\x48\xf3\xdb\xa0\x1f\x65\x2a\xf1\xb8\x6f\x78\x6c\xce\x46\xff\x4f\x38\xd1\x7c\xbf\x72\x91\xc8\xdf\xfc\xbe\xe4\xb4\x98\x62\xfe\x2f\xbf\x59\xb2\xdc\xfc\x29\x6b\x86\x6c\x8c\xf9\x6f\x8a\x15\xd8\x05\xfa\xc4\x2d\x56\x58\xc0\xa4\x28\x89\x8a\x01\xca\x82\x5f\x69\x28\xe0\x62\xbf\x8f\xba\x1a\xb0\xd7\x33\xcc\xc0\x01\xdb\x6b\xcf\x0a\x66\x21\x7f\x2a\x19\xc2\x44\xe4\x54\x49\xbb\x48\x8b\xd8\xf3\xd9\xe2\xc3\x48\x7e\xe6\x5f\x69\x0c\x32\x3c\xc5\x20\xfb\x02\x5f\x8a\x5b\x2a\xbf\x0d\x77\x47\x99\x95\xb7\x60\x6e\xc8\xff\xd4\xdf\xe0\xe0\x59\xd3\x75\xa3\xa0\x7e\xcf\x32\x43\x34\x14\x52\xbb\x8a\x4f\xb3\x83\x95\x99\x02\x99\xdd\xbb\x44\x28\xdc\x6c\x5b\x96\x8f\x16\x7d\xb7\x85\x66\xfe\x91\x70\xac\x03\x29\x56\x59\x86\x35\x39\x6e\x9b\x3c\xc1\xb2\x2d\x6a\x91\xb2\xd2\x12\x11\x12\xa5\xb6\x21\xf6\x59\xa9\xda\xb5\xb0\xc3\x13\xd0\xbf\x80\xd6\x95\xfd\xd3\xb4\xba\xea\x48\x51\x87\xab\xb7\xf6\x46\xde\xa8\xc6\x35\x98\xa1\x99\xfe\xce\x15\xb8\x86\x94\xf1\x8e\xe5\xc4\x9f\x71\x57\xed\xfb\xa8\x37\xe7\x54\xda\x6e\xb0\x46\x86\x5a\xad\x97\x79\xcb\x03\xb8\x96\x6f\x62\x85\x8f\xa7\x25\x5c\xce\x74\x0b\x46\x10\x4d\x67\x99\xda\x15\x5b\xf3\xac\x08\xdf\x98\x53\x77\x35\xf7\x8a\x53\xd2\x70\x35\xe3\x8f\xc3\x8a\xff\x93\xfc\xd9\xbe\x94\x2c\x8e\x3b\x61\xbb\x41\xf7\x9d\x53\x6e\x9b\xc6\x9e\x11\xea\xb4\xc6\xf0\xa5\x01\x3a\x8b\x50\xfc\xcd\x67\x2e\x72\x58\xbe\xd8\xad\x04\x89\xd7\x68\xcb\xc2\x9d\x83\x75\x69\x45\x33\x1d\x4f\x1b\x46\xe5\x2e\x74\xcc\xc1\x3d\xc8\xb8\x69\xc7\x11\xef\x24\xdf\xb0\x75\x52\x7d\xe3\x76\x59\x5f\x30\xfa\xe7\x14\x5a\xb3\x39\xac\xd0\x16\x8b\x49\x60\x0e\x70\x21\x57\x25\x47\x7c\xca\x90\x12\x45\xa0\x1b\x17\xbe\xad\xd9\x5e\xba\xd9\xf6\x01\xfb\xae\x70\xab\x2d\x9a\x60\xcf\x45\x5b\x5b\xc8\x61\x19\xad\xd6\xa1\xd4\x47\xc9\x7d\x16\x2d\xe3\x7a\x5c\xbb\x65\x14\x67\xcc\x9c\x64\xa4\x8b\x2f\x09\xed\x46\xa6\x88\xff\x17\xb0\x05\xee\x92\x5d\xf1\xb1\xc2\xf9\xca\xed\x6e\xeb\xe1\x99\xda\xfd\x25\xc7\x2c\x33\xc9\xa1\x85\xc3\x10\x27\x55\x9d\x73\x07\x99\x42\x3f\x9f\x31\x07\xde\xc9\x8a\x4b\xae\x86\x99\x9c\x53\x71\x74\x78\x36\xbf\x77\x4e\x30\xf4\x42\xd4\x15\xba\x0a\x6a\x97\xde\x08\xb8\x0f\x15\x29\x52\x7c\x4e\x40\x73\xd5\x0b\xdc\xfe\x42\x99\xfa\xd9\x25\xd3\x21\x05\xa3\xaf\x40\x01\xfe\x64\xf5\xe5\x88\xc1\xe5\x9c\xa5\xe9\xd7\x40\x1d\x6f\x20\x79\x32\x48\x14\xdc\x8d\x4b\x07\x2b\xc4\xf9\x73\x7c\xc0\x02\xe9\xd9\xd0\xbd\xa0\x8f\x7c\x5b\xe0\x4c\x70\xa8\x6a\x2d\x6a\x06\x18\xa2\x6d\x72\x67\x82\x1c\x83\xab\x98\x6b\x34\x0b\x96\xe5\xdf\x35\x92\x44\x59\xd9\x5f\x8c\x58\xf1\xcd\x74\x83\x91\x2b\x25\x26\x5d\x35\xda\x80\x61\x71\x41\xc6\x23\xf2\xb3\x73\xc2\x4c\x63\x95\x1b\x43\x3f\x9b\x42\xd5\xf7\x03\x35\xa6\x7a\xdd\x4c\x94\xcb\x74\xc4\xe0\xeb\xfe\xca\x5c\x61\xca\x28\xba\xa8\x4b\x52\x04\xe7\xf3\x75\x15\xca\xa0\xec\xc5\x3a\x44\x85\x4a\xcf\xd2\xfd\xab\x9e\x98\xb4\x4d\xef\xae\x99\x1e\xe7\xa9\x6f\xd2\x16\xcf\x99\x63\x98\xa2\xb3\x86\xcd\x34\xb8\xf4\x2f\x03\x77\x18\xdd\x8c\xc5\xa8\x5b\xc6\x53\x26\x9a\x07\xda\x64\x31\x3b\x8a\xd2\xd4\x57\x0d\x69\x79\x1f\xd4\xff\x19\x76\x67\x67\x69\x32\x8d\xe1\x69\xbf\x35\x7d\xc6\xf6\xa4\x95\xda\x20\xd3\xa8\xb8\xc9\xda\xbd\xa6\x8e\x39\xf9\x3a\xa5\x39\x34\xac\x48\x5f\x60\xde\x18\xf8\xd6\xe0\x0f\xe6\xfa\x86\x18\x47\x81\x12\x8f\x5e\xd3\x10\x70\x5d\xe1\x5d\xd5\x1d\xf3\x8b\xbc\x5d\xaa\xdf\x60\x5c\x36\x4a\x5d\x02\x0a\xd3\x5e\xa8\xd7\x81\xf3\x93\xba\x35\x29\xe0\xf5\x38\x0f\xcd\x5b\x68\xfc\x1c\x8a\xf6\x04\x94\x13\x26\xd7\xad\x83\x14\xb3\x53\xf4\xcb\xa1\x76\x5f\x9a\x61\x03\x54\xe7\x71\xd8\x78\x16\xf2\x2c\x74\xa8\x26\x20\x63\xf2\x2c\xaa\x20\x24\x3a\x7b\x8c\x4a\x8c\x64\xa5\x3d\x52\x5d\x44\x32\x93\x5c\xea\x5a\x24\x33\x2e\x46\x13\x81\x24\xcf\xb1\x6a\x51\x48\x60\xd8\x66\xdd\x54\x64\xd8\xec\x46\xbd\x0f\x7c\xd4\x77\x91\xa1\x18\x9e\xed\xf1\xd2\xe8\x80\xec\x05\x4f\xda\x77\x55\x0f\xcb\x1d\xd3\x46\x44\x7b\x67\x4e\x6b\xf9\x89\x61\xa6\x2c\x69\x5e\x8d\x3b\x92\x30\xb2\xa9\x9a\x24\x8d\xc1\xb8\xc6\xd2\x08\x11\x34\xe7\x5e\x56\x5b\x70\xa9\x23\x8e\x9f\x31\xeb\xbd\xed\x9a\x64\x8a\x77\xa9\xd5\x2a\xff\xe2\x36\xc2\x82\xd1\x8e\x2f\x68\x6e\x6b\xa8\x9d\x9a\x73\xad\x75\x42\xfd\xb8\x8c\xb7\xcd\x27\xb1\x61\x29\xae\xa6\x26\x02\x2e\xfe\xa7\xab\x92\x7c\x29\xa6\xa1\x31\x98\xde\x12\xc1\x75\x7c\x66\xb7\x06\x37\xd8\x5b\xf8\x3f\xfc\x47\xdb\x8a\x25\x16\x6f\x9a\xd5\x53\xe1\xeb\x16\x64\x19\xae\x79\x54\x10\xd5\xf2\xa1\xae\x2e\x67\x71\xf3\xae\x86\x98\x8c\x43\x4d\x6d\xf8\xa0\x14\x95\x8b\x43\x0a\x89\xff\xd0\x58\x40\x95\xc6\xd4\x39\x93\x99\xc3\x23\x64\x8e\xd9\x9c\xcb\xc1\x4c\xdb\x5d\xc1\x4f\x7f\x4f\xeb\x3a\x69\xae\xb7\xde\xb2\x50\xd1\xe3\x96\x87\xac\xd0\x4e\xcb\xbf\xdb\x34\x1d\xfb\x32\x87\xd6\xf8\x87\xe0\xca\x98\xef\xfc\x45\xce\x4b\x29\x76\xce\xa4\x8d\x89\xbf\xe8\x88\x66\x8e\x8d\x29\xb1\x63\x38\x15\x11\x3a\x9b\x96\x7f\x34\x58\x6b\x05\xc4\x02\xff\x1c\x0b\x1d\xc8\xf2\xde\x84\x74\xa8\xdc\xdd\x8c\xf0\x4d\xdd\xd4\x7c\x1f\x67\x3e\xe9\x5b\xf6\x51\x07\x99\x5a\x9b\x11\x6a\x6f\xa4\x1f\x4c\xfe\x64\xbb\xcc\x8a\x8d\xef\xb6\xa1\x38\x37\x62\x42\xac\x4a\xfe\xbe\x08\xb9\xe5\xb4\xe8\x74\x70\x1b\xf2\x46\x16\xe0\x2f\x45\x26\x28\x3a\xbc\x3f\xc0\x5a\xf5\x67\xb7\xa3\xf0\x10\x3d\x90\x67\xb1\xf5\x31\x66\x65\x97\x59\xaf\xb0\xd2\xd3\x0f\x5b\x43\x38\xac\xe4\x55\x96\x45\x3c\x63\x3c\xc3\xe2\x26\x38\x14\x33\x09\x59\x2c\xce\x8d\x50\x20\x41\xd2\x27\xc1\x9b\x61\x89\xfc\xa9\xff\x7a\xe8\xa0\xea\xa3\x4f\x0e\xc4\xd2\xde\x74\x0f\x82\x02\x0d\x97\xf3\xc6\xc0\x57\xf8\x8f\xb2\x1e\xc3\xe5\xc2\x05\xe9\x12\xe8\xb1\xb8\x21\x59\x08\x35\x4b\x3e\xc7\xe7\x41\x99\xb2\xad\x31\x53\xa0\xc9\xf2\x45\x11\xbd\xe0\x23\xe5\x82\xe0\x5f\xa0\x5c\xfd\x3a\xc0\x07\x1c\xaf\x4b\xf7\xd9\x6b\xfe\x6d\x28\x75\x1f\x00\x47\x99\xb8\xb9\xcb\xcc\x7a\xf9\x98\xac\x6e\x73\xa2\x22\x38\x3d\xd5\x3c\x59\x59\x9c\x5c\x61\x7a\xae\xc2\xc7\xa7\x9a\x4e\xab\x2d\x31\xbe\xa6\x9b\x9a\x1b\x11\x47\x4c\x6f\x75\x73\x43\x32\x4c\x67\xf4\xfb\x02\xb4\xa6\x9d\xc6\x0c\x54\xb4\xe9\xb9\x89\xe7\x31\xc5\x9c\x6e\x5e\x95\x1b\x6b\xb8\xa1\xdb\x92\x95\x69\x18\xd4\x13\xd2\x7e\x18\xf6\x1a\x46\x26\x07\x18\x36\x1b\xba\xe3\x13\x0d\x47\x8d\xf9\x31\xa1\x86\xcf\xc6\xb7\x11\xcf\x8d\x39\xa6\x85\x21\x06\xa3\xca\x8c\x0f\x38\x63\x1c\x04\x47\xa3\x94\xa6\xb9\x60\x8d\x07\xd1\x74\x00\x5c\x90\xeb\xa5\xbf\x62\x8a\xcf\x8a\xd4\x6f\x37\xad\x4b\x7b\xac\xdf\x6b\x0e\x48\x9e\xa2\xdf\x6b\xd6\xc5\xc7\xea\xaf\x98\x5f\xc7\x24\x1a\x7c\xc0\xaa\xc8\xe1\x06\x13\xb8\x23\x64\xad\xe1\x3a\x34\x29\x70\x94\x31\x13\xc2\xa0\x16\xfd\x9f\xbd\xba\xfa\x8a\xfa\x8f\xd7\x40\xff\x31\x31\x90\xb0\x11\x93\x50\x41\x69\x41\x05\x14\x10\x2c\x44\x50\x40\x44\x05\x95\x6e\x11\x95\x9a\x99\x6f\x4f\x77\xc1\xc0\xd0\xdd\xdd\xdd\x52\x02\x2a\x82\x58\x88\x08\xf6\xcf\xee\x3c\x6b\xef\xbb\xbd\xd6\xf9\x0f\xce\x79\xdf\xbd\x9f\xdb\xd7\x5a\xcf\x03\x3f\xc0\xcd\xd4\xa2\x11\x2a\xbe\xc1\x76\x11\xf9\x1b\x6e\x6c\xbd\x9e\x7c\x07\xa7\x5b\x8e\x93\xef\xe3\xb7\xf6\xae\x21\x8f\x11\x0a\xa6\x06\xe4\x57\x84\xb5\x91\x33\xe5\x24\x11\xac\xb7\x83\x32\x48\x30\xb6\x3f\x83\xf6\x10\x62\x2d\x57\xa8\x9e\x20\x36\x4e\xc2\x11\xc4\x52\xb5\x04\xe4\x00\x2e\x3a\xb0\x2c\xfe\xcf\x49\x9d\xfd\xc1\x71\x01\xae\x47\xcc\x5f\x4a\xf2\x4f\x97\x9a\x8d\x88\xd5\xce\x2d\x37\x96\x09\xa1\xf3\x7d\xfa\xee\xfc\x17\xde\xcd\x3a\x93\x3c\x5b\xff\x1f\xda\xee\x9c\x43\x21\x15\x9b\x2b\x58\xa4\xcb\xb8\x7a\x12\xa3\x2e\xd2\x65\xf5\x7f\xf4\x65\x24\x07\x9b\xf4\xb8\x0a\x17\x83\xfd\x56\xd2\x8d\x6e\x26\xe6\x43\x62\xf8\x4c\x90\x59\xb7\x68\xbe\x47\xb2\x71\xb2\x00\xbe\xa8\xae\xef\xc7\x5f\xe0\x33\xad\xf3\x81\x4b\x09\x78\xa3\x1d\xce\x4e\x0f\x3d\xbf\xb9\x87\x39\x7b\xf9\x85\x7a\x3e\xc3\x3e\x32\x62\xcd\x1c\x5a\x23\x69\x83\x8d\xae\xf4\xfc\xa9\xc0\xfd\xcb\xc4\xc3\xee\x2e\xe6\x85\x22\x87\x73\xe7\xcd\xea\x04\x4f\xcf\x5f\x34\x4e\xe1\x47\x7a\x95\xea\x87\xf1\xd6\xf8\x39\xe8\x02\x4e\x61\xd0\x56\x6d\x2a\xeb\x6d\xd8\xa9\xcd\x13\x4c\xbb\x88\x14\xf5\xeb\xf4\xae\xc8\xa7\x6b\xd6\xd2\xdc\x49\x87\x6c\xe6\x8a\xfc\xce\xbc\xde\xf7\x51\xa8\xe8\x21\x33\x4f\xe1\x77\x5c\x38\x67\x56\xc0\x8b\xf3\xde\x6e\x2c\xe3\x7a\xf9\x19\xeb\x47\x73\xcc\x02\x69\xba\xeb\x59\x7f\x42\x17\x6b\x17\x30\x63\xc3\xdb\xb6\x00\xfa\xc7\xab\x3c\xf5\xef\xb4\xf2\xe8\x33\x6b\x9c\xa8\x18\xd9\xdc\xda\x8f\x9f\x71\xfe\xc1\xbe\x4b\xbc\xab\x5e\xfb\xcd\x8d\xb8\x67\x7d\x9a\xcd\xce\x72\xdc\xfd\xcd\x8c\xfd\xd8\x27\x02\x9f\xe9\x9f\x67\xb9\x84\x3c\xd4\x55\x67\x1e\xbb\xf4\x53\xbb\x93\xfe\xe1\x8a\xd7\x16\x23\x5a\x5c\xe4\xf8\x7a\x13\xaa\x28\xd6\x60\x8d\x98\x48\xa5\xc4\x5b\x4d\x73\x5e\xfb\xf4\x5b\xfe\x66\xbf\xf1\xfb\xb5\x77\x84\xf5\x2f\xd0\xca\x6c\x15\x6b\x6b\xb0\x97\xf1\x7e\xe6\xd1\xd0\x0a\x7d\x47\x06\x29\xfc\x90\xae\x26\x3d\x2b\xe2\xa7\xf6\x53\xda\x95\x48\x95\x2d\xc1\x54\x9b\x98\x1d\xeb\xa3\x09\x0a\x59\x75\xcd\x23\xfc\x3a\xf4\xd7\x4a\xc8\x3c\x19\xe2\x66\xd9\xc8\x20\x85\x69\xef\x4d\xa6\xb7\x5d\xfa\x65\xfa\x95\xbe\xfa\x72\x81\xb1\x09\xed\xd2\x15\xb2\xbe\x2f\x75\xf6\x1a\xa2\x7b\x8e\x7a\x3a\x2a\x6e\xab\x39\x11\x1a\xf3\x67\xcb\x14\x4e\x90\x2f\xae\xff\x82\x2b\x41\x97\xd6\x9e\xc3\xf2\x11\x8a\x95\x0b\x75\xe6\xaa\xbe\xa5\x90\x7a\xe6\x5a\xc0\x5e\x2a\xf1\x22\x32\xcf\xf4\x1d\x11\x12\x35\x6a\xbc\x1f\xff\x12\xa3\xa6\xcf\xc5\x4b\x63\x21\xdd\x54\x3c\x80\xf4\x72\xab\x0c\x6b\xa7\x24\x6a\xb8\x60\x1b\x61\xcb\x0d\xfe\xe8\x0f\x24\x6c\x6d\x17\x3a\x8b\xc6\x59\x2d\xc2\x7e\x93\x62\x2c\x4f\x63\x35\x64\x87\xbd\x1e\x18\x9d\xb2\xc1\x74\x02\xd3\xa6\xdc\x31\x36\x43\x6f\x43\x49\xfa\x99\x68\x23\xec\xaf\x7b\x13\x2d\x44\x0c\xb6\xbe\x44\xcf\xa1\xca\x1a\x1d\xe8\x2a\xf4\xfe\x86\x76\xd4\x1c\x33\x52\x9b\x87\x86\x61\x74\x2b\x13\xf4\x0d\x74\xcf\x32\x10\xcd\x86\x63\xf6\x3a\xa2\x10\xb2\xc6\x74\x14\xd5\x46\x52\x8c\xf7\x22\x8f\x50\x03\xfd\x2a\x64\x02\xad\xd5\x7d\x8b\x4c\x62\x66\xdb\x56\x22\x75\x58\xbd\xc6\x57\x24\x09\xdf\xbc\xe1\x25\xf2\x04\x57\x53\x5b\x8d\x9a\xe2\x8b\xad\x2e\xa2\x00\xad\xb7\xa4\x20\xd5\xd8\xae\xbd\x87\x11\x1e\x56\x6c\x7a\x17\x31\xc3\x95\x8c\xed\xe0\xcf\x78\xac\xfe\x10\xfc\x07\x1f\xd8\xb1\x1c\x59\x49\xa8\x6c\xb3\x43\x54\x08\x6b\x4d\x7d\x64\x1d\xe1\xba\x51\x09\x21\xe3\xdf\xd4\xb6\x22\xff\xe1\x49\x00\xcc\x01\x73\xc1\x3c\x30\x1f\x2c\x00\x0b\x81\x02\x58\x04\x16\x83\x25\x60\x29\x50\x04\xcb\x80\x12\x50\x06\x2a\x40\x15\x2c\x07\x2b\xc0\x4a\xb0\x0a\xac\x06\x6b\xc0\x5a\xa0\x06\xd6\x01\x75\xb0\x1e\x6c\x00\x1b\xc1\x26\xb0\x19\x6c\x01\x1a\x40\x13\x68\x01\x6d\xb0\x15\x6c\x03\xdb\x81\x0e\xd0\x05\x3b\xc0\x4e\xa0\x07\xf4\x81\x01\x30\x04\x46\xc0\x18\x98\x80\x5d\xc0\x14\x98\x81\xdd\x60\x0f\xd8\x0b\xcc\x81\x05\xb0\x04\xfb\xc0\x7e\x60\x05\xac\x81\x0d\x38\x00\x6c\x81\x1d\x38\x08\x0e\x81\xc3\xe0\x08\x38\x0a\xec\xc1\x31\xe0\x00\x8e\x03\x47\xe0\x04\x4e\x80\x93\xc0\x19\xb8\x00\x57\x70\x0a\xb8\x81\xd3\xc0\x1d\x9c\x01\x67\xc1\x39\xe0\x01\x3c\xc1\x79\x70\x01\x5c\x04\x5e\xc0\x1b\xf8\x00\x5f\xe0\x07\xfc\x41\x00\x08\x04\x41\x20\x18\x84\x80\x50\x10\x06\x2e\x81\x70\x70\x19\x44\x80\x2b\xe0\x2a\xb8\x06\x22\x41\x14\x88\x06\x31\x20\x16\x90\x00\x19\x50\x00\x04\x60\x80\x00\x14\x60\x00\x07\x04\xa0\x02\x1a\xa0\x03\x06\x60\x02\x16\x60\x03\x0e\xe0\x02\x1e\xe0\x03\x01\x10\x02\x11\x10\x03\x09\x90\x82\x38\x10\x0f\x64\x20\x01\x24\x02\x39\x48\x02\xc9\x20\x05\xa4\x82\x34\x90\x0e\x32\x40\x26\xc8\x02\xd9\x20\x07\xe4\x82\x3c\x90\x0f\x0a\x40\x21\x28\x02\xc5\xa0\x04\x94\x82\x32\x50\x0e\x2a\x40\x25\xa8\x02\xd5\xa0\x06\xd4\x82\x3a\x50\x0f\x1a\x40\x23\x68\x02\xcd\xa0\x05\xb4\x82\x36\xd0\x0e\x3a\x40\x27\xe8\x02\xdd\xa0\x07\x5c\x07\xbd\xa0\x0f\xf4\x83\x01\x30\x08\x6e\x80\x21\x30\x0c\x46\xc0\x4d\x70\x0b\xdc\x06\xa3\xe0\x0e\x18\x03\xe3\xe0\x2e\x98\x00\xf7\xc0\x7d\xf0\x00\x3c\x04\x8f\xc0\x24\x78\x0c\xa6\xc0\x13\x30\x0d\x9e\x82\x19\x30\x0b\x9e\x81\xe7\xe0\x05\x78\x09\x5e\x81\xd7\xe0\x0d\xf8\x0f\xbc\x05\xef\xc0\x7b\xf0\x01\x7c\x04\x9f\xc0\x67\xf0\x05\x7c\x05\xdf\xc0\x77\xf0\x03\xfc\x04\xbf\xc0\x6f\xf0\x07\xfc\x05\xff\x00\x00\x73\xe6\xcc\x9d\x3b\x6f\xde\xfc\xf9\x0b\x16\x2c\x5c\xa8\xa0\xb0\x68\xd1\xe2\xc5\x4b\x96\x2c\x5d\xaa\xa8\xb8\x6c\x99\x92\x92\xb2\xb2\x8a\x8a\xaa\xea\xf2\xe5\x2b\x56\xac\x5c\xb9\x6a\xd5\xea\xd5\x6b\xd6\xac\x5d\xab\xa6\xb6\x6e\x9d\xba\xfa\xfa\xf5\x1b\x36\x6c\xdc\xb8\x69\xd3\xe6\xcd\x5b\xb6\x68\x68\x68\x6a\x6a\x69\x69\x6b\x6f\xdd\xba\x6d\xdb\xf6\xed\x3a\x3a\xba\xba\x3b\x76\xec\xdc\xa9\xa7\xa7\xaf\x6f\x60\x60\x68\x68\x64\x64\x6c\x6c\x62\xb2\x6b\x97\xa9\xa9\x99\xd9\xee\xdd\x7b\xf6\xec\xdd\x6b\x6e\x6e\x61\x61\x69\xb9\x6f\xdf\xfe\xfd\x56\x56\xd6\xd6\x36\x36\x07\x0e\xd8\xda\xda\xd9\x1d\x3c\x78\xe8\xd0\xe1\xc3\x47\x8e\x1c\x3d\x6a\x6f\x7f\xec\x98\x83\xc3\xf1\xe3\x8e\x8e\x4e\x4e\x27\x4e\x9c\x3c\xe9\xec\xec\xe2\xe2\xea\x7a\xea\x94\x9b\xdb\xe9\xd3\xee\xee\x67\xce\x9c\x3d\x7b\xee\x9c\x87\x87\xa7\xe7\xf9\xf3\x17\x2e\x5c\xbc\xe8\xe5\xe5\xed\xed\xe3\xe3\xeb\xeb\xe7\xe7\xef\x1f\x10\x10\x18\x18\x14\x14\x1c\x1c\x12\x12\x1a\x1a\x16\x76\xe9\x52\x78\xf8\xe5\xcb\x11\x11\x57\xae\x5c\xbd\x7a\xed\x5a\x64\x64\x54\x54\x74\x74\x4c\x4c\x6c\x2c\x89\x44\x26\x53\x28\x10\x04\xc3\x08\x82\xa2\x18\x86\xe3\x04\x41\xa5\xd2\x68\x74\x3a\x83\xc1\x64\xb2\x58\x6c\x36\x87\xc3\xe5\xf2\x78\x7c\xbe\x40\x20\x14\x8a\x44\x62\xb1\x44\x22\x95\xc6\xc5\xc5\xc7\xcb\x64\x09\x09\x89\x89\x72\x79\x52\x52\x72\x72\x4a\x4a\x6a\x6a\x5a\x5a\x7a\x7a\x46\x46\x66\x66\x56\x56\x76\x76\x4e\x4e\x6e\x6e\x5e\x5e\x7e\x7e\x41\x41\x61\x61\x51\x51\x71\x71\x49\x49\x69\x69\x59\x59\x79\x79\x45\x45\x65\x65\x55\x55\x75\x75\x4d\x4d\x6d\x6d\x5d\x5d\x7d\x7d\x43\x43\x63\x63\x53\x53\x73\x73\x4b\x4b\x6b\x6b\x5b\x5b\x7b\x7b\x47\x47\x67\x67\x57\x57\x77\x77\x4f\xcf\xf5\xeb\xbd\xbd\x7d\x7d\xfd\xfd\x03\x03\x83\x83\x37\x6e\x0c\x0d\x0d\x0f\x8f\x8c\xdc\xbc\x79\xeb\xd6\xed\xdb\xa3\xa3\x77\xee\x8c\x8d\x8d\x8f\xdf\xbd\x3b\x31\x71\xef\xde\xfd\xfb\x0f\x1e\x3c\x7c\xf8\xe8\xd1\xe4\xe4\xe3\xc7\x53\x53\x4f\x9e\x4c\x4f\x3f\x7d\x3a\x33\x33\x3b\xfb\xec\xd9\xf3\xe7\x2f\x5e\xbc\x7c\xf9\xea\xd5\xeb\xd7\x6f\xde\xfc\xf7\xdf\xdb\xb7\xef\xde\xbd\x7f\xff\xe1\xc3\xc7\x8f\x9f\x3e\x7d\xfe\xfc\xe5\xcb\xd7\xaf\xdf\xbe\x7d\xff\xfe\xe3\xc7\xcf\x9f\xbf\x7e\xfd\xfe\xfd\xe7\xcf\xdf\xbf\xff\xfe\xfd\xff\xfe\xff\x5f\xf7\x0f\xf3\xbf\x66\x0c\x00\x00\xf3\xe7\x2d\xfd\x9f\x31\xf8\xbf\xf7\xff\xf2\xcf\xf9\xdf\x70\xce\xb7\x79\x6f\x17\x3c\x53\x98\x5c\x3c\xbe\x74\x74\xd9\x3d\xe5\x59\xd5\x0f\x2b\xfe\xac\x5e\xbc\x76\xc5\xba\x0d\xeb\x75\x36\x1a\x6f\xde\xab\xb1\x4f\xcb\x6a\xab\xf5\x76\x2b\xdd\xfd\x3b\xf7\xe9\x9b\x1b\xee\x31\x36\x35\xa9\xdc\x55\x6e\x5a\x62\x56\xb4\xbb\x60\x4f\xde\xde\x1c\xf3\x6c\x8b\x2c\xcb\xcc\x7d\x99\xfb\x33\xad\x32\xad\xb3\x6c\x72\x0e\xe4\xd9\x16\xd8\x15\x1f\x2c\x3b\x54\x75\xb8\xee\x48\xd3\xd1\x76\xfb\xee\x63\x7d\x0e\x43\xc7\x07\x1c\x7b\x9d\x7a\x4e\x74\x9e\x6c\x73\x6e\x76\x69\x70\xad\x3d\x55\xe9\x56\x76\xba\xc8\x3d\xef\x4c\xd6\xd9\xb4\x73\xc9\x1e\x72\xcf\xc4\xf3\x49\x17\xd2\x2e\xe6\x78\x95\x78\xd7\xf9\x74\xf9\xde\xf4\x9b\xf4\x9f\x09\x98\x0e\x9c\x0a\x7a\x1c\x3c\x19\xf2\x28\xf4\x51\xd8\xe4\xa5\xc9\xf0\xc7\x97\xa7\x22\x9e\x5c\x79\x7a\x75\xf6\xda\xb3\xc8\x17\x51\xaf\xa2\xdf\xc4\xbc\x8d\xfd\x40\xfa\x44\xfe\x42\xf9\x0e\xfd\x84\xff\xa0\x00\x2d\xc0\x9c\xb1\xdf\x78\x0e\xe1\x48\x7c\xa7\x66\xd0\x8e\xd1\x3e\xd3\x53\x19\x47\x18\x1f\x98\x49\xac\x83\xac\x77\xec\x04\xce\x01\xce\x1b\xae\x8c\x67\xc3\x7b\xcd\x8f\x17\x58\x0b\x5e\x0b\xe3\x45\x07\x44\xff\x89\x13\x25\x07\x25\x1f\xa5\x69\x71\xc7\xe3\x7e\xc5\x17\xca\xce\x26\x2c\x49\x68\x4a\x0c\x93\xaf\x91\x77\x24\x05\x27\xaf\x4c\x6e\x4d\x09\x4a\x5d\x99\xda\x96\x16\x92\xbe\x3a\xbd\x33\xe3\x52\xe6\xba\xcc\x9e\xac\x88\xec\x0d\xd9\xfd\x39\x91\xb9\x5b\x72\x87\xf2\x62\xf3\xb5\xf3\x6f\x15\x40\x85\x3a\x85\x63\x45\x58\xb1\x5e\xf1\x44\x09\xb5\xd4\xb0\xf4\x41\x19\xbd\xdc\xb8\xfc\x51\x05\xb3\xd2\xa4\xf2\x51\x15\xbb\xda\xbc\xfa\x65\x4d\x42\xed\xa1\xda\xcf\x75\x19\xf5\x8e\xf5\x3f\x1b\x72\x1b\x9d\x1b\xff\x36\x15\x36\xbb\xb7\x2c\x6c\xa9\x69\xf5\x6d\x5b\xd1\xd6\xd9\x1e\xd1\xb1\xa9\x63\xb8\x93\xd2\xa5\xd3\x75\xb7\x9b\xe8\x31\xe8\xb9\x7f\x9d\xda\xab\xd7\x3b\xd6\x07\xf5\x6b\xf6\xf7\x0f\x84\x0d\xaa\x0c\x56\xdd\x70\x1d\xda\x36\x2c\x1a\xf9\x71\xeb\xc2\xed\xce\x3b\x1a\x63\xe8\xf8\xc3\x09\xb3\x7b\xbc\xfb\xd3\x0f\x4d\x1f\x31\x26\xc7\xa7\x34\x9f\x84\x4f\x37\xcc\xcc\x99\x3d\xfa\x4c\xfc\xfc\xdb\xcb\xb3\xaf\x9a\xdf\xac\xff\x8f\xfc\xf6\xee\x7b\xe3\x0f\xec\x8f\x4f\x3e\xef\xfa\x42\xff\x3a\xf6\x5d\xe3\x47\xf8\xcf\x96\xdf\xcb\xfe\x78\xfe\x2d\xfd\xdf\xd6\xf8\x31\xef\xc3\x82\xd7\x0a\x33\x8b\xa7\x96\x3e\x5e\xf6\x42\xf9\xa3\xea\xcf\x95\xf3\x56\x2f\x5d\xbb\x62\x9d\xfa\x7a\xad\x8d\x3b\x37\x1b\x6b\x98\x69\xed\xd9\xba\x67\xfb\x6e\x5d\xd3\x9d\x26\xfa\xc6\x86\xc6\xc6\xc6\x26\x15\xbb\xca\x4c\x8b\xcd\x0a\x77\xe7\xef\xc9\xdd\x9b\x6d\x9e\x65\x91\x61\x99\xbe\x2f\x75\x7f\x8a\x55\xb2\x75\x92\x8d\xfc\x40\xa2\x6d\xa2\x9d\xfc\x60\xf2\xa1\xb4\xc3\x99\x47\xf2\x8f\x96\xda\xd7\x1d\xeb\x70\x18\x3a\xde\xe7\xd8\xe3\xd4\x75\xa2\xeb\x64\x97\x73\xb7\xcb\x75\xd7\xbe\x53\x83\x6e\xc3\xa7\x6f\xba\x8f\x9e\xb9\x73\x76\xec\xdc\xb8\xc7\xb8\xe7\xf8\xf9\xf1\x0b\xe3\x17\xef\x7a\x4d\x78\xdf\xf7\x79\xe4\x3b\xe5\x37\xe3\x3f\x1d\xf0\x20\x70\x2c\x68\x24\x78\x20\xa4\x27\xb4\x23\xac\xf5\x52\x53\x78\xfd\xe5\xba\x88\xda\x2b\xb5\x57\x6b\xaf\xd5\x45\x36\x44\x35\x47\xb7\xc7\xf4\xc4\x0e\x90\x6e\x92\x27\x28\x53\xd0\x4b\xf8\x13\x0a\xd0\x2c\xec\x30\xf6\x06\x17\x13\x7b\x88\xc7\x54\x06\x4d\x9f\x76\x97\x8e\x32\x74\x18\xa3\x4c\x88\xb5\x9d\x35\xca\x46\x38\xba\x9c\xbb\x5c\x82\x67\xc8\x7b\xc4\x67\x0b\x76\x0b\x66\x85\x12\x91\x8d\xe8\xad\x38\x59\x62\x2f\xf9\x2e\xcd\x8d\x73\x8d\x9f\x1b\x5f\x21\xbb\x90\xa0\x94\xd0\x92\x18\x26\x5f\x2d\x6f\x4d\xf2\x4f\x56\x4e\xae\x4f\xf1\x4e\x55\x4c\xad\x4b\xf3\x4e\x5f\x96\x5e\x9f\xe1\x9b\xa9\x9c\xd9\x94\x15\x90\xbd\x3c\xbb\x35\x27\x38\x77\x75\x6e\x67\xde\xa5\xfc\x75\xf9\xd7\x0b\xae\x14\x6e\x2c\x1c\x28\x8a\x2a\xd6\x28\x1e\x29\x21\x97\x6e\x2b\x1d\x2d\x43\xca\x77\x94\x4f\x54\x50\x2b\x0d\x2b\x1f\x56\x31\xab\x8d\xab\x1f\xd6\xd0\x6b\x0d\x6b\xef\xd7\xd1\xea\x0d\xeb\x1f\x36\x30\x1b\x4d\x1b\x9f\x36\x89\x9b\x0f\x34\x7f\x6c\xc9\x6c\x75\x6e\x9b\xd7\x56\xd5\xee\xdb\xb1\xb2\xa3\xbb\xf3\x6a\x97\x46\xd7\xad\x6e\xa4\x67\x67\xcf\xbd\xeb\xd4\x5e\x83\xde\x89\x3e\xac\x7f\x7b\xff\xf0\xc0\x95\xc1\x55\x83\xb5\x37\xdc\x86\x76\x0c\x67\xdc\x5c\x71\x0b\xbb\xfd\xfa\xce\xc9\xb1\xaa\xbb\xaa\x13\xa1\xf7\xba\x1e\xac\x7e\x18\xf0\xa8\x7a\xf2\xdf\xd4\xe1\x27\xdc\xe9\x91\x19\xd5\xd9\x13\xcf\x24\xcf\x7f\xbd\xf4\x7e\x75\xfd\xcd\xf6\xff\x98\x6f\x9f\xbd\xb7\xf9\x20\xff\xf8\xee\xb3\xcd\x17\xe1\xd7\x47\xdf\xb7\xff\xb8\xf2\xb3\xed\xf7\xb2\x3f\x1e\x7f\x4b\xfe\xc7\x7f\xae\xc2\x7c\xa5\x85\xab\x16\xa9\x2f\xd9\xa4\xb8\x51\x69\xbd\x8a\xda\xf2\x75\x2b\xd5\x57\xab\xaf\x55\x5f\xb7\x4a\xfd\xdf\x86\xd7\x9b\x1e\x6c\xb9\xa5\x39\xac\x3d\xba\xed\x91\xce\xcb\x1d\xdf\xf5\x17\x1b\xaa\x19\xeb\x9a\x54\xed\xaa\x34\xad\x34\xab\xd8\x5d\xb1\xa7\x7c\x6f\x99\x79\x89\x45\xb1\x65\xe1\xbe\xfc\xfd\xb9\x56\xd9\xd6\x19\x36\xa9\x07\x92\x6c\x13\xed\x12\x0e\xca\x0e\x25\x1c\x4e\x3a\x92\x7e\x34\xcf\xbe\xe2\x58\x8b\xc3\xd0\xf1\x4e\xc7\x26\xa7\x9a\x13\x95\x27\xcb\x9d\xcb\x5d\xca\x5d\x2b\x4f\xd5\xb8\xd5\x9f\x6e\x72\x6f\x3b\xd3\x79\xb6\xe7\x5c\xaf\x47\xbf\xe7\xe0\xf9\xa1\x0b\x23\x17\x6f\x79\xdd\xf1\xbe\xeb\xf3\xc0\xf7\xb1\xdf\x8c\xff\xd3\x80\xc9\xc0\x89\xa0\x3b\xc1\x23\x21\x37\x42\xfb\xc2\x7a\x2e\x75\x85\x77\x5c\x6e\x8f\x68\xbb\xd2\x76\xb5\xfd\x5a\x47\x64\x57\x54\x4f\x74\x5f\xcc\x8d\xd8\x5b\xa4\xbb\xe4\x47\x94\x19\xe8\x0d\xfc\xe5\xff\xf8\x4f\x52\x69\x34\x3d\xda\x18\x1d\x62\x6c\x65\x8c\x30\x63\x59\x9a\xac\x21\x76\x0c\x47\x93\x33\xcc\x25\xf1\xb6\xf2\x6e\xf3\x61\xc1\x0e\xc1\x84\x90\x26\x32\x11\x4d\x89\xf9\x12\x4b\xc9\x2b\x69\x62\xdc\x91\xb8\x6f\xf1\x79\xb2\xd3\x09\x8b\x12\x1a\x13\x43\xe5\x2b\xe4\xf5\x49\x9e\xc9\xf3\x93\x8b\x52\x5c\x53\xfe\xa4\xe6\xa5\x39\xa7\xfd\x49\x2f\xc8\x70\xcd\x04\x99\x25\x59\x67\xb2\x17\x66\x57\xe6\x5c\xc8\x55\xcc\x6d\xc8\xf3\xcb\x5f\x9e\xdf\x56\x10\x5a\xa8\x56\x78\xbd\xe8\x6a\xf1\xe6\xe2\xa1\x12\x52\xe9\xd6\xd2\xd1\x32\xb4\x7c\x67\xf9\x44\x05\xad\xd2\xa8\xf2\x51\x15\xab\xda\xac\xfa\x69\x8d\xa0\xd6\xa2\xf6\x79\x9d\xa8\xde\xb2\xfe\x59\x83\xb0\xd1\xa2\xf1\x59\x93\xb8\xd9\xaa\xf9\x4d\x4b\x52\xab\x7d\xeb\x8f\xb6\xfc\xf6\xd3\x1d\x0a\x1d\xb5\x9d\xbe\x5d\x2b\xba\x3a\xba\x2f\xf5\xa8\xf7\xf4\x5d\xbf\xda\xbb\xb1\xb7\xaf\x2f\xa2\x5f\xad\xbf\x7d\x20\x60\x50\x71\xb0\xfc\x86\xcb\xd0\xb6\x61\xfe\xc8\xa7\x5b\x6e\xb7\x6b\xef\xac\x1c\xbb\x3c\x3e\x30\xa1\x71\x2f\xe6\xfe\xd0\xc3\xcd\x8f\xae\x4c\x76\x4e\xa9\x3e\xb9\x38\x5d\xf2\xf4\xc7\xac\xdd\x33\xd1\xf3\xb7\x2f\xed\x5f\xe5\xbc\xfe\xf7\xdf\x99\xb7\x95\xef\x97\x7c\xf0\xfa\x58\xf7\x79\xd9\x17\xaf\xaf\x35\xdf\x17\xfd\x38\xf7\xb3\xf4\xf7\xdc\x3f\x6e\x7f\x0b\xff\xc7\x1f\x7c\x9e\xf3\x62\xee\xc3\x79\xb7\xe6\x0f\x2c\xe8\x5b\x38\xa4\x30\xba\x68\x6c\xf1\xdd\x25\x13\x4b\xef\x2b\x3e\x5c\x36\xa9\x34\xad\xfc\x4c\xe5\xb5\xea\xfb\xe5\x9f\x57\xfc\x58\xf9\x6f\xf5\xfc\x35\x4b\xd6\xaa\xa8\xad\x5e\xb7\x4e\x7d\xdd\xfa\x75\x1b\xd6\x6d\x54\xdf\xa4\xbe\x59\x7d\x8b\xba\x86\xba\xe6\x3a\xad\x75\xda\x6a\x5b\xd7\x6e\x5b\xb3\x7d\x95\xce\x0a\xdd\xe5\x3b\x54\x77\xaa\xe8\xa9\xea\xaf\x30\x58\x6d\xb8\xce\x68\xb3\xb1\x8e\x89\xc9\xae\x9d\xa6\x5b\xcd\x34\x77\x6f\xd9\xb3\x65\xef\x16\x73\x4d\x0b\x6d\xcb\xed\xfb\x76\xec\x37\xb0\x32\xb6\x36\xb3\xd9\x7b\xc0\xc2\x76\xbf\x9d\xf5\x41\x9b\x43\xb6\x87\xed\x8e\x1c\x3a\x7a\xd8\xfe\xe8\x31\x7b\x07\x87\xe3\xf6\x8e\x07\x9d\xac\x4f\x58\x9c\xdc\xed\x6c\xe2\x62\xe0\xba\xf3\x94\x8e\xdb\xb6\xd3\xda\xee\x5a\x67\xb4\xce\x6a\x9d\xd3\xf2\xd8\xea\xb9\xfd\xfc\x8e\x0b\x06\x17\x77\x79\x99\x7b\x5b\xfb\x1c\xf1\x3d\xe9\x77\xd6\xdf\x3f\xc0\x33\xd0\x2d\xc8\x29\xd8\x3e\xe4\x50\xa8\x6d\xd8\x81\x4b\x36\xe1\x36\x97\x6d\x22\x6c\xaf\x1c\xbc\x7a\xe4\xda\xb1\x48\xa7\x28\x97\x68\xf7\x18\xcf\x58\x6f\x52\x00\x39\x94\x12\x01\x45\xc2\x24\x04\x46\x21\x2c\x06\xbf\x42\x84\x51\x03\x68\x5e\x74\x0f\x86\x1b\xf3\x24\xeb\x38\xfb\x28\xe7\x10\xd7\x8e\x67\xcb\xb7\x15\xd8\x09\x0f\x89\x8e\x8a\x1d\x25\xae\xd2\x73\x71\xbe\xf1\xe1\x32\x72\x02\x3b\x31\x51\xce\x4f\xa2\x26\x53\x52\xae\xa5\x86\xa7\x05\xa7\xfb\x67\xf8\x66\x7a\x67\x79\x67\x7b\xe7\xf8\xe6\xfa\xe7\x05\xe5\x87\x16\x44\x14\x46\x16\x91\x8b\xb1\x12\x66\xa9\xa0\x2c\xbe\x3c\xb5\x22\xb7\xb2\xb4\xaa\xb2\xba\xb2\xa6\xa2\xb6\xbc\xae\xac\xbe\xb4\xa1\xa4\xb1\xb8\xa9\xa8\xb9\xa0\x25\xaf\x35\xa7\x2d\xab\x3d\xa3\x23\xad\x33\xa5\x2b\xb9\x3b\xa9\x27\xf9\x7a\x6a\x6f\x46\x5f\x6e\x7f\xf1\x40\xf5\x60\xdb\x8d\x1b\x43\xed\xc3\xb5\x23\xa5\x37\x0b\x6e\xe5\xdc\xce\x1a\xcd\xbc\x93\x39\x96\x35\x9e\x73\x37\x7f\xa2\xe8\x5e\xc9\xfd\xf2\x07\x95\x0f\x6b\x1e\xd5\x4f\x36\x3d\x6e\x9d\xea\x7c\xd2\x3b\x7d\xe3\xe9\xed\x99\x7b\xb3\x4f\x9e\x4d\x3d\x9f\x78\x31\xf2\xb2\xef\x55\xe7\xeb\xe6\x37\x75\xff\x55\xbd\x2d\x7f\x57\xf2\xbe\xf8\x43\xd1\xc7\xe2\x4f\xa5\x9f\x2b\xbe\xd4\x7e\x6d\xfe\xd6\xfd\x7d\xe8\xc7\xdd\x9f\x4f\x7e\xbd\xfc\xfd\xfe\xcf\xd7\xbf\xbf\xfe\xfd\xfb\xf7\x0f\x05\xc8\xef\xb7\x8a\x28\x40\xda\x1f\x2e\x42\x01\x22\xe9\x7b\x89\x02\xe4\x4a\x0d\x1f\x05\x88\x67\x3a\x81\x02\xc4\x9d\xdd\x80\x02\xc4\x27\xa2\x15\x05\x08\xee\x36\x89\x02\xa4\xda\xec\x2b\x0a\x90\x7f\xaa\x27\xd0\x95\xa8\xe1\x9f\x76\x84\x45\x18\xbd\x59\x82\x10\x78\xfa\xfd\xa3\x08\x15\x37\xe8\x65\x22\x7c\xac\xb3\xda\x07\xb9\x82\xcd\x4b\x93\x22\x45\xd8\x01\xd6\x08\x52\x83\xa9\x47\xa8\x21\xd7\xd1\x2f\x6e\x6b\x91\xfb\xe8\xb4\xd9\x19\xe4\x35\x7a\x43\xe5\x01\xaa\x82\xc6\xfd\xba\x82\x6c\xa4\xa7\xbd\x5a\x88\xa8\xd1\xba\x26\x44\xc8\x42\xea\xd7\xeb\xa6\xc8\x4a\xaa\x56\xd5\x2a\x44\x83\xa0\xa4\x66\x23\x8e\x84\x0b\xf3\x15\xe2\x8d\x7f\xbb\x1c\x84\x10\xb8\xf0\xd4\x55\x24\x0f\xd7\x33\xbd\x8d\x5c\xc7\xda\x54\xc8\xc8\x2f\x6c\xd5\x37\x03\x38\x9a\xd7\xf7\xec\x00\x1c\xc0\x85\xc6\x4e\xc2\x41\x1c\xf5\x2e\x6f\x38\x9c\x35\x51\x9e\x03\x43\xcc\xca\xe4\x41\x58\xc8\xb8\xc1\xb0\x81\x4b\xe8\x6f\xc3\xb7\xc3\xaf\xe8\x73\x5d\x2d\x90\x6d\xd4\x9f\xbb\xde\x20\x9e\xc4\x75\xe5\x7f\x48\x01\x6e\xf1\x29\x14\x82\xe2\x97\x4c\xff\x86\x60\xa9\xca\xed\x1d\x10\x55\xbc\xa5\x3d\x01\x12\x09\x5d\x4a\x8d\xa0\x12\x7e\x92\xbc\x12\x1a\xe0\x2d\xa3\xc1\xd0\x37\x0e\x14\x36\x02\x1f\x60\x4d\xb8\x68\xc3\x12\xa6\xd2\x2e\x63\xf8\x3e\x7d\x8e\x72\x07\xb2\x87\x40\xdf\x35\x52\x52\x53\x5f\x3e\x16\x50\xf2\x92\x43\x47\x0e\x52\x2a\x13\x67\x5b\xfe\x52\xfa\x64\xa4\xa2\x27\x94\x27\x71\x1b\x13\x2a\xa0\x95\xe2\x3b\xc4\x4d\xe8\xb0\x90\x12\x4a\x83\x52\xf9\x8b\x9c\x35\xa1\xbf\x1c\x3f\x13\x21\xec\xcc\xf4\x53\xce\x86\x5b\xa9\xe3\xaf\x21\xf2\x8d\x92\x8c\x07\x93\xe4\x3b\x85\xfa\x83\x15\xe4\x89\xdc\xfa\xc6\x36\xf2\xcb\x2c\xab\xfc\xaf\x94\xa5\x69\x3d\xf1\x1a\x94\x3d\xc9\x47\xb1\x54\x0a\x25\x21\x37\xb8\x81\x32\x21\x1d\x3e\x31\x04\x59\x09\x8b\x8d\x07\xa0\x1c\xee\x66\x65\x29\xbc\x95\x3e\xfe\x62\x0b\xd9\xb5\x75\xdd\x04\x9f\xec\xd8\x10\xd2\x57\x47\x3e\x56\xfd\xac\xee\x2b\xd9\xad\xfc\x50\xae\x2f\x39\xa2\x48\x24\x19\x26\xe7\xe6\xb6\x20\x12\xf2\xfb\x8c\xfc\xa0\xf9\x14\xc7\x64\x6b\x27\x82\xd2\x14\x7f\xd9\x58\x01\x32\x14\x6a\x2a\xa3\x50\x37\x73\x76\x96\x20\x2b\x0f\x47\x8c\x1b\x90\x97\xf7\x3d\xbf\xee\x4c\x56\xec\xb2\xa9\x29\x27\xab\xb6\x60\xd9\xd6\x64\x9d\x3a\x81\xe8\x2e\xf9\x5c\x45\x24\x34\x4e\xce\x29\xfc\x1e\x40\x90\x5f\x65\xf5\x39\x8a\x28\x0e\xc9\x87\x8c\x62\x29\x13\x52\x55\x65\x14\xa2\xb1\x6b\x66\xaa\xc8\x73\xc7\xa6\xc7\xf6\x93\xfe\xdc\x5c\xd1\x73\x99\xf4\x69\x60\x55\xf5\x4d\xd2\xe7\xae\xa1\xac\x60\xb2\x42\x8b\xad\x48\x95\x6c\x5a\xcb\x81\xb6\x91\xa1\x32\x4f\xff\x27\xe4\xfa\x3c\x5b\x47\x2b\x8a\x52\xea\x2b\xa3\x73\x94\x8c\xb8\x26\xe5\x4c\xe8\x2c\xc7\xe1\xe9\x57\xf2\x9c\x87\x83\x77\x10\xd2\x9b\xf1\xc8\xee\x1b\xa4\xdb\x37\x57\x55\xeb\x93\x06\xfb\xdd\x32\x6f\x91\x26\x3a\x0f\x0b\x69\xa4\x7f\x8d\x7f\x28\xe5\x64\xdb\x2a\x5d\x7f\x5f\x72\x64\xe1\x0e\x47\x4d\x72\x7d\xc6\x12\xa3\x20\x8a\x4b\xfc\x0b\xe5\x1f\xd0\x4a\xce\x95\x1f\xf1\x78\x15\x3c\xf3\xc2\x12\xf7\x81\x8b\xc6\x27\xf0\x0d\xb0\xa8\xfb\x22\x36\x03\x53\x2a\xdc\xb0\x74\xe8\x6f\x8a\x32\x16\x0b\x97\x33\x32\x30\x2b\x78\x26\xfc\x28\x36\x07\xd1\x74\xad\x47\x5b\x11\xd8\x34\x12\x45\x91\x37\x2a\x79\xa8\x03\x6a\xf9\x2d\x0b\xdf\x85\x3b\x3c\xe3\x63\x2f\xb1\x8e\xb1\xf3\x58\x0e\x76\xaa\x6b\x1b\x16\x8d\xfe\x28\x3f\x81\x59\xa1\x91\xc9\x3a\x98\x16\x5a\x49\xbf\x8e\x7e\x41\x0b\x2e\x89\xd1\x7e\x34\xd5\x55\x15\x4d\x46\x73\x76\xfd\x87\x06\xa1\x35\x2a\x56\xa8\x3d\x2a\xff\x12\x8c\xf5\xd0\xea\x66\x52\x31\x32\xf5\xd3\x68\x09\xa6\x47\xb5\xec\xe8\xc7\x94\x09\x52\x99\x3a\x3a\x8b\xbf\x4f\xda\x8b\x0e\xe0\x37\x68\xaf\xd1\x1c\x9c\x08\x9b\x41\x59\xf8\x5e\x97\x73\x68\x08\xf6\x6e\x57\x28\x7a\x08\xcb\x50\xfe\x80\x9a\x60\xab\x3f\xf8\x62\x0b\xb8\x53\x4f\x54\xd0\x26\x4e\xe9\x4d\x19\x8a\xb1\x2f\xb6\xa9\xa1\x6e\x2c\xd3\xe2\x3b\xa8\x09\x73\x73\x62\x20\xba\x8c\xe1\x44\x75\x41\x3e\xd1\x89\xd0\x2a\xe4\x23\x2d\xcb\xd9\x1a\x79\x43\xad\x31\x91\x21\x8f\x89\x3c\x65\x1a\x32\x85\x5b\xfe\xd7\x80\xba\x49\x47\x1f\x3d\x44\x17\x4a\x96\x0e\xf1\x90\x5e\x91\x4d\x73\x00\x92\x26\x60\x17\x06\x21\x18\xef\xa5\xec\x1c\xe2\xc5\xbd\x8a\x27\x21\xc7\xd8\x7f\x43\x7c\x10\x67\x56\xf8\xc9\xbd\x88\x27\xa3\xdb\xf8\x35\xe2\x49\x9b\x52\x76\x46\xae\x10\x8c\x57\x7b\x10\x4e\x4a\xea\x7d\x39\xe2\x98\x74\x78\xa0\x0d\x59\x9f\x70\xaf\xe1\x11\xfc\x39\x9e\x95\xbf\x01\x9e\x94\x1e\x8a\xf3\x85\x9b\xc5\xeb\xd1\x2f\x70\x81\x60\x26\x78\x33\x5c\xc3\x13\x9c\xb0\x83\xfb\x39\x4a\xc6\x67\xe0\x31\xe6\x5e\xe5\x43\xf0\x67\xea\xd8\x33\x0d\xb8\xa8\x58\x71\xfc\x3b\x4c\xca\x6f\xef\xdd\x07\x1f\xc9\x89\xac\xad\x82\x57\x67\xae\xcb\x39\x0e\x7d\x4e\x6d\x15\xcf\x40\xd3\x49\xfe\xf0\x08\x34\x25\x7b\x11\x78\x11\xfa\x24\xdd\xe3\xf8\x0b\x56\x14\x5a\x1b\xe5\xc1\x5a\x9c\x59\xe5\x83\xf0\x69\xfa\xd0\x74\x07\x7c\xb2\xd9\x62\xb4\x1a\xfa\x59\x57\xd7\x6d\x0f\x35\x57\xf9\x54\x7d\x81\x90\xd2\xe9\xcc\x41\xc8\xb9\xf0\xb8\x30\x19\xb2\xcf\xc9\xa6\x0c\x41\xa7\xd2\x9b\xfd\x6b\xa0\xe0\x24\xe2\x78\x33\xc4\x8e\x7b\x6e\xf8\x1e\x2a\x11\xdc\x52\xde\x07\x7d\x64\x0e\x4f\x99\xc2\xab\x6f\x68\xdd\xba\x08\xf5\x5c\x7f\xd8\xf1\x0b\x8a\xed\xb8\x5a\xd1\x02\xed\x6e\x7a\x94\x5e\x09\x2d\xaa\x5d\xcb\x2f\xa5\xfc\x2a\xd7\x25\xaf\x81\x16\x16\x4c\xfa\xd9\x40\x0a\x99\xff\x39\xf4\x41\x1b\x93\xe4\x86\x21\x90\x8b\x24\x5f\xd9\x0e\x2a\x67\x8b\x1e\xfb\xc1\xf3\x47\xa5\x37\x49\x50\xd5\xd0\xc7\x0e\x35\xe8\x7c\xdf\x96\xf2\x29\x68\x4d\xe7\xe2\xb4\x87\x94\x17\x4d\x95\xbc\xd7\x94\xb1\x1a\x5d\x52\x30\x65\xb2\x54\xcf\x37\x8f\x72\x27\xf7\xac\x03\x44\x79\x9c\x6a\x6c\x78\x08\xda\x1c\x67\xaf\x1c\x08\x51\x39\xda\x93\x5d\xd0\xd7\xfb\x56\x23\x37\xa1\xc4\x3b\xa6\xed\xd1\x90\xe5\xf0\xdc\x72\x6b\xca\xdb\x5e\x72\xda\x41\x4a\x4d\x7b\x36\xef\x3c\x25\xa5\x81\x1d\xfb\x99\x92\x56\xf1\xda\xd7\x84\x22\x2c\xb0\x74\x70\xa5\x08\xd2\xed\x0c\x8f\x53\xc6\xe2\x23\x94\x5b\x20\x0b\xce\xb1\x8f\x7f\x69\x08\xf4\x71\xda\x86\xfa\x1e\x1a\xbe\x15\x48\xf5\x85\xc4\x6d\xf1\xc4\x47\x28\xb4\x64\x2e\xc1\x80\x2e\x27\x3a\x11\x9a\xf0\x5c\xaa\x25\x5e\x05\x7b\x86\x92\xf1\x3d\x70\xbb\xb3\x37\x56\x8f\xec\x35\x69\xc2\x76\x21\xed\xca\xb5\x68\x27\xba\xeb\x43\x00\xf5\x37\xe6\x39\xf5\x98\x7a\x0d\xfd\xef\xa6\x09\xf1\x0e\x45\x5b\xc5\x04\x17\x5d\x5d\xbc\x91\xd0\x41\xa6\x12\x10\xfc\x36\xaa\x42\xc4\xe2\x61\xa8\x46\xc8\x0d\x7c\x3e\x6a\x71\xb2\x10\x93\xa1\xe7\x4d\x76\x63\x1a\x28\x5f\xd9\x13\x6d\x45\x79\xef\x4c\xa9\x10\xf5\xd1\xe3\x45\xc4\x2f\xaa\xce\x30\x87\x80\x09\x7a\x8b\x2e\xa1\x8d\x8f\x15\x7e\xc6\x87\xf0\x33\xb2\x0c\x3c\x0a\xd7\xc0\x73\xf1\x0d\xf8\xa2\x10\x0d\xec\x3a\x36\x7e\x72\x1e\x16\x88\xe5\x18\xb7\x63\x00\x8b\x51\x5e\x89\x16\x62\x4b\x5e\x5f\x24\x6a\x39\xbf\x1f\x64\x11\xbb\xd9\x4f\x07\xd3\xf0\x1e\x56\x5e\x63\x0e\x1e\xc4\xe4\xe6\x77\xe2\x6a\x0c\x4e\x5c\x1f\xd6\x41\xef\xc7\x36\x61\xe1\x74\xd5\xa0\x2f\x98\x31\xed\x80\xd3\x5f\xf4\x35\xd5\xd7\xe8\x17\x2a\x27\x28\x4a\x4d\xe8\x59\xdc\xf0\xf9\x4d\xc2\x55\x92\x39\x41\xe0\x35\xe2\xa5\x7d\x55\xf8\x2e\xa1\x4f\xfd\x02\xec\x06\xbf\x33\x37\x04\xbb\xc6\xdb\x23\xe9\xc1\x34\x38\xe3\xc8\x65\x74\x9c\x1d\x1d\x58\x8a\x26\x31\xff\x3a\x2d\x40\xbd\x18\xa1\x46\x1e\xa8\x1a\xad\x54\x29\x1e\x79\x4e\x44\xcf\x90\xf1\x82\x64\xd7\x31\x3f\x5c\x5d\xbe\xad\xe7\x37\x56\x23\x1b\xaa\xe1\x61\x7b\xe3\x12\xb2\x4d\xd0\x07\x92\x70\xd1\x7d\x94\x23\xba\x00\xdd\x41\x0f\x08\xec\x02\xae\xa0\x0a\x3c\x45\xc7\x75\xc8\x08\xbb\xd8\xf0\x0e\x22\x62\xfc\x55\x8a\x47\x02\xa8\x9d\x53\x52\xac\xb0\x30\xe2\xd6\x43\xec\x50\x9e\x73\x27\x0f\x9d\xc9\x36\xaa\xbc\x82\xfa\xa4\x7f\xca\x08\x41\x41\x4a\xa5\xc0\x1f\xa9\x93\x43\xe4\x7a\x84\x2c\xd3\xf4\x6b\x45\x0e\x4a\x64\x0e\x93\xc8\x2a\x41\xbf\xa1\x1e\x3c\xcd\x49\x56\xca\x80\x7b\xe9\x55\x8f\x0c\xb1\xa8\xc6\x73\xc3\x59\xe8\xed\xda\x39\x6d\x99\xa8\x67\xc5\x83\xb2\x46\xe4\x76\x49\x4c\xea\x3b\x24\xa0\x60\x3e\x4f\x0b\xd1\xca\xa6\xc6\xb6\xc2\x1f\xd3\x7a\x7d\xd7\xc1\xed\xf2\x96\x63\xb9\xb0\x34\xce\xc5\x80\x80\x83\x04\x91\x4a\x99\xf0\x79\x66\xfe\xfd\x46\xec\x40\xff\xd8\x0d\x0f\x34\xa7\xfb\x7a\x8b\x37\xaa\xda\x96\x54\x22\x42\x18\x8d\xc6\xc9\x53\xc8\xfa\x6a\x19\x67\x3f\x3c\x5a\x7a\x37\x46\x19\x4e\xcb\x6f\xf2\x2e\x81\xcf\x67\xce\xb3\xaf\x80\x77\xca\x67\xf4\xbf\xc3\xaa\x12\x63\xa5\x62\x78\x2d\xfb\xe2\xbd\x19\x4c\xff\x96\xf5\x20\x15\x15\x0e\xf6\x34\x33\x90\x1f\xd7\x35\x8b\xeb\x90\x80\x76\xdb\x64\x25\xf8\x7b\xe3\x3a\x36\x05\x2e\xae\x6a\x8f\xf6\x85\xaf\x15\x7f\xf5\x5e\x07\xef\xc8\xf1\xb3\xbf\x08\xbd\x4f\x09\xd3\x1f\x85\x1e\x4b\x07\x95\x6e\x41\xaf\xd9\xef\xef\x9d\xc4\xd4\xee\x36\x0d\xbc\x41\xfd\x6e\x7d\x6a\x7a\x86\x8c\x0d\xce\x14\xaf\x42\x6c\x7a\xe4\x49\x91\x70\x7f\xeb\x57\xd6\x47\xf8\x6a\xfd\xb2\xa8\xff\x60\xb3\xf2\x4c\xaf\x5a\x68\x36\xdf\xd6\xde\x14\xca\x4c\x8b\xd6\xbf\x07\x49\xe2\xde\x28\x6b\x42\x19\x9c\xb5\xb3\x4f\x38\x96\x94\xc0\x71\x2d\xf6\x09\x8a\xfb\xf5\x78\xd6\x01\x8a\x63\x4d\x21\x93\x4c\xb1\xcd\x7a\xc7\xa8\xa7\x9c\x17\x39\xd0\x1f\x53\x06\xa0\xb9\xf4\xb9\x90\xbb\xbf\x1f\x4d\x15\xfa\x7d\x5c\x93\xba\x12\xce\x35\x68\x25\x96\x23\xfe\xcb\x5c\x70\x75\x14\xcc\x8c\xb3\xeb\x90\x9e\x31\x5b\xd6\x2d\xe4\x6a\x4f\x05\x73\x04\xd9\x51\x7d\x9f\xa9\x02\x3f\xcf\xda\xc7\xf0\x84\xdb\x84\xb9\x74\x0e\xfc\x92\x12\x44\x6b\x43\xb6\xf9\x0d\x53\x9f\x21\xe1\x0e\x42\xe2\x1b\xd2\x69\x70\x94\x98\x8f\xea\x2f\x5b\x8a\xab\xa1\xa7\xa6\x07\xd9\x47\x88\xcd\xa3\x6c\x96\x1f\x2e\xed\xd6\x61\xfa\xe3\xab\xaa\xb2\x18\x95\x58\x62\xa6\x39\x63\x0e\x66\x2e\xe8\xa6\x5b\x60\x1b\xc8\x05\xb4\x6b\xd8\x2a\x3f\x3d\x6a\x01\xb6\xd4\x01\x10\x03\x18\xd0\x9f\xc6\x9f\x62\x4a\x8a\xb7\xf1\x45\xe8\xcd\xc7\x0c\x96\x98\xed\x70\x33\x83\x59\xcc\x3a\xde\x51\xc8\xa8\x63\xda\x55\x5c\xa0\xff\x60\x38\xa6\x9b\xd2\x0f\xd2\x2f\xf3\x95\x69\x4c\x5a\x3f\xc9\x8e\x3a\x44\x33\xf0\xf9\x4b\x55\xa7\x46\xd9\xff\x21\xdc\x89\x5a\x7d\x0b\x1c\x27\x16\x28\x26\x60\xd5\xd8\xfb\x87\x4b\x59\x86\xa2\x84\xa1\x56\xe6\x36\xa1\x5e\xeb\x2c\xc3\x98\x5f\x5b\xfa\x9c\x7e\x85\x67\x93\x0a\x68\x2d\x9c\x87\xdc\x1d\xb4\x05\xec\xac\x98\x3c\xea\x49\x56\xb0\x77\x33\x11\xcf\x5c\x65\xbf\x06\x1f\xa5\x17\xeb\xd5\xe1\x80\x66\xac\x28\xc0\xf6\x13\xc6\x13\x3f\x98\xb2\xc4\xa9\x81\x3a\x46\x89\xec\x51\xb3\x23\xbd\x29\x6e\xa8\x98\x4f\xfb\x2a\xe9\x4d\x7a\x47\xdb\x2f\x1a\x62\x9f\xa6\x32\x04\xef\xa2\xd7\x11\xf7\xf9\xf3\xbd\x44\x84\x0a\x77\xce\xd1\xc3\xb8\x1d\xeb\xbe\xde\x61\x2c\x86\x11\xa5\x98\x89\x36\x53\x49\x63\xf1\x8c\xe7\x79\x68\x6f\x12\xfd\x5d\xb6\xa4\x61\x09\x1d\x64\x64\x16\xc8\x68\xa6\xa9\x39\x89\x36\xd4\xc8\xa4\x5c\xc6\x0f\xa2\x2b\xa1\x34\x72\x25\xb1\x36\x4e\x76\xe1\x1b\xee\x22\x76\x39\xb2\x11\x13\xf0\x87\x77\x96\xa0\xfd\xec\xef\x8a\xad\xe8\x1a\xfa\xc5\xdb\xf3\x18\x82\xda\xc8\xee\x63\x74\x41\x25\x51\xbb\x9b\xc6\x28\xcd\xcb\xfd\x40\xad\x2c\x94\xc7\x8f\x10\x6f\x73\xa3\x68\xdd\x84\x45\xe6\xa1\xab\x5b\x71\x49\xca\xc3\xf3\x3e\xd8\x68\xa2\xee\xa1\x4f\xd8\x72\xe9\xe6\x9d\x8b\xd1\x93\xfc\x7c\xc5\x5e\x24\x97\x69\x35\xd2\xca\x70\xec\xb9\xdc\x69\x42\x77\x68\x1f\xac\x9e\x43\x3b\xd9\xf4\x2f\xfb\x3e\xf5\x72\xed\x8c\x74\x8c\xc8\xac\x48\x24\xde\xe3\xcf\x8a\x8d\x22\x68\xf8\x9e\xdc\x08\x4f\x45\xec\x6a\xba\xfe\xc1\xaf\x68\x55\xe2\xe5\x1d\x30\xf2\x53\x6c\xae\x78\x1b\x39\xc7\x9a\x1a\x9e\x62\x9c\xbd\x51\xd2\xe1\x49\x3f\xd8\x2b\xaf\xda\x49\xdb\xd3\x79\x36\x7b\x2e\xd5\xa5\xb9\x5d\xba\x88\x40\x6a\x5f\x12\x46\x78\x4b\xf9\xab\xcb\x0f\xf1\x25\x85\xb8\x07\x82\xd9\x66\x45\x1f\x94\xa1\x48\xd2\x83\x1d\xae\x48\x9f\xa4\x43\xf1\x13\xb2\x83\x1d\x36\xbc\x9f\xe1\x3d\xba\xb0\xbd\x9e\x6e\x3e\x94\x54\xc9\xa0\xa9\xf7\x7e\xcd\xf2\xa2\xee\xec\x78\x27\x09\x27\x9c\x9a\xe4\x78\x0e\x4e\xad\x51\xb9\xec\x8b\x0d\x94\x2a\x7a\x68\xa1\x7f\x72\xad\x0e\x06\xa0\xbb\x52\x6e\xef\x70\x47\x60\xe9\xc3\x65\xd6\xf0\x13\x76\xd2\xc4\x3c\x51\x21\xd9\xb4\x3f\x57\x68\x48\xb6\x69\x6c\xe3\x0f\x90\x0f\x17\x8e\xf0\xc4\xe4\xf3\xf2\x45\xdc\x73\x64\x19\xd3\x87\xa3\x42\x59\x19\xb9\x91\xd5\x48\xa9\xba\xc0\x67\xba\x41\x5e\x87\x4f\xd2\x1f\xc0\x9b\x77\xd8\xd0\x1c\x10\x95\x25\x6c\xa2\x17\xe9\xb8\x6b\x21\x5a\x0f\xfb\xf7\xdd\x14\xb4\xc0\xa6\x0d\x4f\xf9\x41\xf0\xdc\xc2\x45\x3c\x0b\xe8\x61\xe2\x29\xee\x52\xe8\x11\xa3\x95\x3d\x0c\xaf\xb8\xc6\x65\x51\xe1\xd0\x0b\x0b\x98\x06\x70\xef\xa1\xdb\xf4\x2e\x64\x97\xee\x43\x9a\x0d\x32\xb4\xe4\x38\xd1\x8f\xae\x1e\xbb\x2d\xcc\xc2\xd2\x7b\x31\x81\x3b\x66\x51\x5f\xc6\x57\x45\x47\x0b\x94\xb8\xaf\xd0\xd8\x04\x2a\xa7\x0d\xb5\x66\xcc\x63\x33\x51\xb3\xab\xcf\x58\x87\xd0\x23\xe7\xaf\x30\xfe\xa0\xae\x87\x5c\xe9\x29\x68\xb0\x2e\x9d\xa6\x89\xe6\x2d\xd1\x26\x6a\x50\xf6\x6d\xaa\x50\x83\x79\xb9\xbb\x89\x3f\xca\x88\xaf\xbd\xc0\xe3\xd2\x1b\x72\x3f\x71\xcf\xd0\x5e\xc7\x67\x70\xf4\x68\x26\xb4\x20\xd6\x17\x6a\xe9\x15\x11\xb3\x91\xba\xdb\xd3\x81\x81\x12\x19\x07\xfd\xe8\xc6\x84\xa2\xce\x2f\x6a\x07\x1e\xb7\x44\x81\xb8\x88\x65\x8d\xc8\x05\xa5\x02\xa2\x73\x3d\xdf\x89\x7f\xac\xea\x35\x6f\x11\xf7\x6f\x76\x37\x67\x94\x53\x25\x6d\x60\x67\xb1\xc9\x44\x33\xeb\x2a\x2b\x28\x42\x9b\x69\xc5\xf4\xf0\xd0\xa0\xff\x64\xec\xb0\xcb\xa0\x15\xd2\xde\xe9\x88\xa9\xd6\xd4\xb2\x25\xeb\xf0\xa7\xf8\xfd\x21\x20\xb0\x93\x65\xb6\x49\x78\x4f\xe2\xda\x2a\x52\xb8\x42\xc9\x83\xcc\x0a\x8e\xab\x78\x81\x78\x92\xad\x21\xdc\x8b\xaf\x67\x7e\xe1\x73\xc2\xbb\x18\x3d\xdc\x89\xb3\xbf\xe8\x51\xec\xcf\xb6\x8f\x68\x9b\x58\xf3\x75\x4c\x89\x3a\xfa\xcc\x12\x4b\xdc\x93\xba\xb1\xbf\x80\xcf\xc9\xc6\x9b\x2f\xf3\xcc\x33\x9e\x96\xa6\x70\x5e\xa5\xed\x4d\xfb\xc4\xce\x4d\x8e\x12\xfa\xb2\x42\x13\xcb\x90\xff\x98\x96\xf1\x5f\xc3\x66\x18\x4a\xd2\xcd\x67\x24\xb4\x2e\xd1\xb2\x03\xfd\xd4\x4b\xbc\xc1\xed\x85\xc4\x62\xf6\xe1\x25\xfe\x58\x35\xed\xdb\xf5\x44\x3e\x54\xf9\xaa\x41\xca\xfd\x5c\xe6\x52\xf4\x9b\x83\x15\x55\xa4\x90\xd8\xc6\x79\x2f\xf8\xea\xcc\x77\xd9\x4b\xa0\x7b\x8c\xd6\x74\xed\xd0\x15\x74\x61\xb2\xa2\xbb\x36\xed\xb0\x2c\xd5\xa6\x84\xf8\x22\x7e\xb2\x7d\x29\x2e\xe4\x0d\x2f\x89\xc4\x2c\x18\xad\xdd\x76\xfc\xd0\x8e\x3d\x75\xde\xdc\xa9\xe6\xa9\x82\x66\x4e\x50\xbd\x73\x92\x3b\x7b\x49\x15\x9b\xbb\x8a\xd9\x50\x2a\x21\xff\x64\x90\x0a\xb0\xe0\x00\xba\x6d\xf6\x66\xb7\x0e\xea\xa7\xd4\x7d\xd6\xf9\x44\x8a\xec\xd5\x36\x04\x37\x17\x19\x2e\x81\xd1\x97\x2c\xfb\xae\xf3\x7c\xdf\xbe\x35\xb5\xd7\xb8\x8f\xbb\x9c\xf2\xef\x72\x7c\x5a\x4f\xcb\xaf\xb1\x7e\x37\xac\xe1\xec\x63\x66\x54\xc9\xc9\x46\x8c\xb3\x25\xdf\x82\xaa\xe8\xeb\xf2\x3e\xbb\xe9\x51\xfb\x32\xdc\xac\x2d\x89\x70\xb9\xe9\xb6\x93\xf8\x62\x71\xce\x12\x39\x5a\xc7\x1a\xed\x2c\xe1\x9f\x19\xde\x54\xd3\xc2\x1d\xeb\xfb\x97\xbf\x91\x73\xaa\x2b\x2f\xb1\x83\x35\xdd\xf2\x97\x2d\x65\x52\xea\x97\x92\xe2\x19\x3b\x2a\x66\x82\xf4\x68\xd3\x45\xf6\xa7\x7a\xa9\xcc\xac\x9f\xd6\x0b\x89\xed\xc9\x6a\xdb\x4e\x60\xed\x92\xfa\x25\x53\xe8\x25\xf6\xc2\xfe\xba\x84\x34\x92\x5d\xb3\x52\xfc\x2d\x92\x57\xe9\x41\xe9\x4f\x12\x3d\xed\x88\xc4\x8e\x54\x2f\x88\x14\xf1\xc9\x4b\xe1\x51\x41\x0b\x39\x2e\x34\x8b\xf7\x88\x62\xed\x6e\xc4\xf9\x40\xf9\x66\xb3\x9a\x35\x0b\xf5\x6c\x85\x19\xb5\xf0\xa4\x42\x16\x8d\x8d\x24\xf5\xb5\x25\xd8\x40\x47\x9b\xf6\xc6\x43\xd0\x8e\x92\x08\x69\x31\xb4\x36\x95\x21\xfe\x09\xad\xe2\x77\x8a\x0e\x43\x06\xb0\x99\x80\x01\x91\x42\xd7\xf1\xaa\xa1\xa9\xd3\x55\x9c\xdb\xb0\x83\x75\x1e\xeb\x26\xdc\xb7\x55\x9f\x51\x88\x70\x14\x62\x68\x1c\x64\xa6\x37\x51\xf6\x16\x0d\x6c\xd4\x8b\x37\x46\x55\x8a\x21\xa9\x17\xd2\x9f\xd2\x2a\xae\x47\xc4\xfc\x75\xa2\x25\xc8\x55\x48\x2e\x38\x8e\xa0\x21\x4c\x1e\x86\xe4\x9c\x36\xe6\xe4\x22\xd7\xad\x2d\x59\xc5\xc8\x27\xed\x19\x06\x0f\x3d\xa3\x70\x81\x16\x85\x9e\xec\x9e\x91\xc5\xd1\x1f\xd5\xd5\xc4\x0d\xd1\xd5\x0b\xbd\xa5\x73\x69\x17\x93\xc6\xc4\xc7\xa8\x35\x5c\x5f\xa1\x9c\xaa\x41\xd9\xc0\xbf\x47\x34\x07\x1f\xe1\x2d\x23\xfc\xdc\x34\x38\x7b\xf0\xf7\x56\xd7\x58\x76\x38\xaa\x1d\xcd\xd0\xc3\x4d\x15\xce\xd2\x36\x62\x5e\x9d\x7a\x32\x05\x5e\x41\x0d\x2b\xce\x9c\x1b\x9f\x6f\x2b\x81\x38\x97\x13\xbf\x88\xba\xd9\x0e\xec\x76\xa1\x32\xcb\x9c\x54\xc6\x77\x65\x9e\x08\x52\xe1\x0a\x18\xa1\xa7\xe6\xb1\xcb\xe9\x1e\xfb\xdb\x98\xed\x34\x07\x6d\x6d\x7a\x21\xd5\x4a\x01\xa6\xa6\xe1\x92\xb6\x87\xf1\x82\x38\xf7\x2a\x6d\xe9\xb0\xa4\x39\xf7\xa0\xf8\x9f\x78\x69\x82\x8e\xc8\x5a\x78\x81\xb5\x5d\xc0\xe1\x77\xc4\x1e\xe5\xdd\xe6\xd9\x05\x3c\xe1\xae\xe0\x74\xb8\xdc\x61\x6f\x63\xfd\xdd\xbf\x92\x69\xc6\x3c\xa0\x35\x4d\x5f\x4f\xf7\x56\xa8\xa7\xaa\x12\x03\xcd\x19\xf1\x3b\x33\x2a\xca\x63\xa4\x07\xd2\x9c\xb3\x24\xe2\xe0\xe4\xd9\xb8\x0a\x61\xba\xdc\x9d\xfe\x96\xff\x48\xd6\x17\x7d\x9c\xa7\x19\xe7\xe0\xaf\xcf\xf1\x12\xd7\x3b\x37\xb1\xc8\x82\x7b\xfb\xd4\x18\x74\xee\xa8\x56\x38\x2d\x98\x95\xa1\xf0\x9e\xb8\x40\x13\x34\xae\x8f\xbb\x51\x46\x2a\x19\x94\x7c\x2d\x56\xcc\xd8\x29\x5e\x9a\xdf\x21\xb9\x24\xdc\x9d\x63\x41\xbd\xc3\x0f\xce\x48\x8b\xf4\xe5\x16\xa5\x2e\xf0\xc5\xd8\xcf\xe5\xfb\x4e\xc6\xb0\x16\xc4\xaf\xb2\x54\x61\x28\x8a\x72\x34\x9f\x51\xff\xe3\x7e\x5d\xa4\x80\x4f\x32\xf6\xd5\xaf\x8c\xfb\xd7\xa2\x58\x74\x57\x0a\xea\x67\x52\xdf\x8b\x95\xaa\x53\x44\x87\x85\xda\xe5\x5a\xf8\x0d\xfe\xc1\x22\xfc\x2a\xc6\x8d\xcc\xed\xf7\xbe\xc5\xce\xcc\xe8\x39\xa1\xca\xac\x4f\xb6\xb3\x58\x44\x6f\x8a\xbf\xa0\x79\x8a\x2a\x13\x6e\x5a\xb4\x02\x67\x30\x4b\x6b\x7f\xc7\xaf\xed\xf2\x2b\x9c\x94\xaa\xb4\xbe\x49\xf9\x25\x5e\xdd\x68\x23\x3c\x27\xd4\xa8\x71\xc7\x5e\xf3\xcd\xca\xf7\x5c\xa9\xe0\x7a\x14\x7e\xf6\x5e\xc3\x46\x73\xdc\x9c\x62\x98\xc2\x34\x5d\xf3\x64\x3a\x3f\x81\xa9\xb9\x85\x1a\x28\xa2\x2c\xd2\xc5\x5d\x59\x86\xb5\x2a\xf1\x7a\x7d\xef\x0b\xe7\x49\xd7\x77\x9b\xa4\x98\x88\x57\xb7\x99\x0b\xe4\xc2\x95\x0d\x1f\x30\x53\xbe\x7a\xb5\xd7\x95\x25\xdc\x5d\xa5\xa9\x5e\x34\xb6\x43\x7e\x84\xd3\x22\xa6\x5b\x46\x96\xf9\x69\xba\xa3\xdc\x51\x73\x05\x55\x43\x8c\x2c\x0a\xc2\x15\x58\x7e\x55\x0d\xd9\x21\xb1\x68\x5e\x75\xc6\x68\x6c\xbb\x7c\x36\xcd\x39\xf6\x2d\xef\x78\xf2\x0d\x92\x19\xfc\x50\x6e\x41\xca\x08\x2f\x93\xc5\x93\x4d\x2f\x2c\x92\xde\x24\xbf\x71\x38\x27\x9a\xa0\x74\xec\x76\xe2\x97\x40\x25\x9b\x76\x70\x3c\xe1\xb1\x79\x4e\xcc\x55\x48\x54\xd5\xbc\xec\x15\x94\x13\x79\x8b\x32\xe8\x94\x93\x72\x9b\x34\x25\xca\x61\x6e\x4b\x32\x8f\x72\x1e\xf6\x94\xcf\xa1\xc8\xc2\xf7\xca\xfc\x28\xef\xcf\x67\x48\x0b\xa0\xe0\x63\x7f\x44\x4d\xd0\x37\xb3\x5f\xfc\x24\x58\xba\xf1\x0b\xc7\x19\xf1\x9b\x67\xc6\x5c\x89\x94\x55\xda\x66\xb5\x22\x56\xb9\x2e\x19\x7b\x11\x85\xc4\x84\xd4\x3e\xb8\x9b\xab\x9f\xec\x00\x97\x40\xb3\x89\x3d\x70\xc5\xa5\x7e\x99\x1e\x7c\xfb\xfc\x3e\x69\x14\xa2\x72\x2c\x5d\x24\x40\x5c\xcd\x4a\xf8\x31\x48\xee\xc6\x6e\x8e\x29\xaa\x35\xcf\x90\xf1\x17\x55\x29\xdf\x93\x75\x88\x76\x36\x9b\x9d\x7e\x93\x5a\x9d\xb0\x32\x35\x88\xba\x90\xdd\x9b\x34\x4b\x20\x94\xf4\xc4\xd3\xc4\xf2\xb0\xd2\xf8\x66\x7c\xc0\xf3\xb8\x74\x3e\x1e\x67\x7f\x5b\xa4\x85\x1f\x33\x5b\xcd\x57\xc1\x17\x6e\xa4\xb0\x47\xb1\x27\xf3\xec\x19\x19\x98\x4a\xa9\x59\xd6\x26\x4e\x6e\x66\x75\x3a\x99\x5d\x15\x7f\x3e\xe5\x2b\x2b\x8f\x75\x20\x29\x94\x59\x46\x76\x48\x78\xc4\x18\x0a\x25\xe2\x6d\x19\x4a\x1e\x27\x24\x02\xba\xbb\x3d\x10\x66\xd1\x10\x53\x31\x8f\x43\xcd\xda\xe8\xc8\x76\x24\x6e\xce\x63\x33\xd4\x70\xd3\xe2\xe8\xcc\x34\xf1\xad\xf4\x5f\xe9\x8b\x44\x0e\xd2\x96\x14\xba\xa0\x8d\x31\x28\xff\xca\x3f\x46\x9a\x93\xe0\xcb\x9d\x09\xb9\x10\x37\xc8\x49\x3f\xe7\x2e\x59\xcb\xf6\x38\xaa\x27\xdc\xc2\x9c\x35\x5d\xc1\xfd\xcb\xf0\xda\xa8\xcf\x6a\xa4\xf5\xcf\x9b\xa0\x13\xc4\xb9\x82\x86\x4c\xa3\x94\x8e\x54\x22\x4d\x9c\xd4\x22\x26\x52\xe6\x25\x26\xd1\x5a\xe4\xfe\xb2\xb3\x31\xda\xb2\xee\x38\xb5\xa0\xfa\x38\x4d\xf1\xdb\x33\x1f\xc4\x21\xc2\xca\x23\xda\x82\x08\xbe\xd1\xae\x13\x5c\x07\x0e\x67\xc3\x0b\xd6\x3c\x66\xe7\x7c\x53\xda\x75\xda\xb2\xbc\xe3\x99\xcb\x0a\xcf\x25\x1f\x4d\x3b\x95\x77\x41\x18\x9d\x5c\x99\xed\x4c\x0c\xcb\x15\x32\xf4\xa2\xce\xc8\xce\xa4\x7c\x0f\x5c\x25\xad\x90\x0f\xb8\x53\x45\x5f\x64\xd1\x87\x15\xf8\x5f\x25\x03\x26\xd1\x9c\x11\xc1\xe3\x0d\x04\x13\xe1\x34\xcf\xf7\xa1\x99\xd3\x59\x39\x06\x99\x3a\xb5\x51\xf2\x03\x69\x9e\x95\xb3\x7c\x2c\x39\xb3\x4c\x03\x7b\x95\x38\x53\xb4\xf1\x1a\x47\xb6\x25\xf7\xb3\x7f\xb0\x34\x38\xb3\xe1\xf4\x22\x51\x7a\xaa\xcd\xc1\x9b\xfc\xe4\x44\x0f\xe3\x24\xce\x55\xe9\x96\x0d\xaa\x4c\x0d\x3e\x6f\x3e\x46\xbd\xc3\x18\xce\x0e\xcd\x5c\xdb\x1c\x91\x18\x9d\x76\xba\x3e\x86\x97\x97\x9c\x55\x7d\x04\x5b\x99\x78\xb7\x6c\xe2\x6a\x9b\x6c\x49\x91\xb9\x5f\x99\xf4\x48\x2e\xec\xe6\x25\x8a\xca\x88\x3e\x78\x8c\x7f\x29\xe9\xbb\xb1\x15\xe7\x40\xfc\xaa\xf5\x2f\x18\xef\x04\x3d\xf3\x53\xa8\xa9\xcc\x83\x59\x37\x32\x17\x74\x14\x27\xf4\xa5\x1d\x6f\x39\xc3\x7d\x97\x2c\xaf\xbf\x81\xfa\x24\x76\x54\xcf\xbd\xba\x36\xfe\x59\xe9\x1f\xbf\xd5\x52\xb5\x82\xa1\x53\x93\x22\xcb\x6c\x1b\xbb\xe7\x7c\xc3\x54\x63\xe3\x85\xec\x7f\xb2\xf2\xf5\xd3\x8c\x7c\x61\xe5\xfc\x49\xaa\x2b\x93\x9a\xd2\x5f\x71\x26\xf6\xb1\xb8\xa4\x74\x21\x69\x0e\x63\x61\x61\x0b\x49\x9b\x54\x9d\xe7\x48\x8a\x0e\x4b\xca\xea\x25\xbd\xbd\x30\x9d\xae\x43\x26\x4e\x3c\x4e\x76\xa3\xec\xb7\xd6\x4c\xd8\x0e\x6d\xd3\xf3\x97\x54\xc2\xba\x6b\x17\x0a\x56\x20\x4e\x00\xb0\x63\x91\xbe\x94\xc3\x15\x2b\x29\xae\x62\x8b\x92\xeb\x94\x43\x74\x59\x21\x42\xb1\x26\xb9\xe5\xad\xa4\xf8\x87\x39\x67\x89\x28\xe5\x17\x52\xd2\xbe\x43\xaa\x27\x32\x92\xf5\xa0\x38\xab\x67\x09\x8b\xe1\x3d\x7a\x06\x92\x14\xf8\xfd\x9a\x17\x82\xf9\x48\x37\x00\xec\x6b\xc8\xeb\xe4\xae\xf2\x9b\xf0\x6b\x51\x67\x09\x01\x17\xd3\x35\x0a\xf7\xc3\x48\xec\xcf\xdc\x51\x18\x0d\x5b\x90\xe5\x02\x27\x5d\x70\x4b\x6b\x81\x07\x4e\xf8\x24\x7d\x43\xd6\x58\x95\xc8\xee\x23\x91\x3b\x7f\x49\xa2\x91\xa7\x6b\x6e\xf0\x67\xd1\x20\x00\xd8\x67\x50\x8b\xa4\x6b\xe5\xe1\x54\xb6\x50\x5c\xa2\x46\x7c\xa1\x99\x15\xdc\x20\x7c\x62\x57\xe5\x5e\xc0\x3f\x85\x1a\x64\x4e\xe2\x99\xe7\x53\xd3\xec\xf0\xcb\x4e\x43\x49\x14\xfc\x94\x95\xbe\xcc\x0f\xd7\xdb\x99\x2a\x59\x84\x2f\x5d\x93\xc7\x47\xb1\x7f\x00\xb0\x3e\x60\x9a\x89\xf5\xe5\xba\xec\x60\x81\x49\x71\x1d\x0b\x21\xde\x17\x9c\x61\x72\xa2\xbf\xe6\xbc\x64\x54\x87\xec\xcd\xf4\xa5\x7f\xf1\xec\x49\x1d\xa4\xbb\x3b\xad\x49\x5a\x40\xeb\xdf\x9f\x1f\xff\x84\xb6\x69\xe7\x09\x31\x89\x7a\x69\x4d\x16\xef\x3d\xd1\x0e\x36\xb3\x3c\x71\x93\x04\x97\xb2\x3c\x61\x01\xef\x76\xb1\x9d\xe0\x0a\x5e\x97\xff\x8a\xbf\x2a\x6a\x32\xe7\x1a\xf7\x46\xf0\xc1\x8c\x37\x9c\x38\x8f\xb7\xa9\x4e\x6c\xcc\xd1\x5b\xce\x64\x45\xec\xd7\x8c\x77\x63\x9a\xed\x5c\x28\x9a\xa6\xbf\x5a\x53\xc6\x73\xa4\x51\x01\x93\x59\x4f\x58\xc7\x93\xca\x4c\xe4\xf7\xb9\x5b\x8a\x7a\x12\xa6\xb0\xc5\xf9\xde\xf1\x4f\x22\x4f\x64\x3f\x94\x4e\x06\x3e\xca\xb0\x13\x4f\x9f\x2b\x4b\x49\x17\x81\xe3\xee\x89\xa3\x82\x15\xfb\xce\xc4\x25\x71\x5f\xec\xe0\x88\xb4\xd8\x29\x6b\x32\xb8\x4c\xe6\xb6\x39\xcb\x18\xcf\xa8\x5d\xd2\xd2\xd2\x1f\x39\x7d\xec\xd3\x45\x51\x59\xf3\x90\x4b\xf9\x8b\xd2\xcf\x5f\x1d\xcc\x8e\x4c\xe1\x06\x44\xa7\xdf\x94\x57\x9d\x0d\x4e\xd1\x92\xbd\x74\xb0\x4e\x3c\x19\x37\xd7\x32\x3a\x6e\x95\x68\x50\xf7\xb3\x50\xce\xbf\xb0\xe6\x1a\xe7\x2b\xbb\x66\x4e\x28\xe3\x30\x7d\xb9\xf8\x49\xe9\x9b\xf2\x4a\x66\x47\x91\x67\xc9\x25\xe8\x41\xde\x78\xe1\x92\x2b\xb6\xd9\xfa\xb9\x01\x7e\x7f\xd3\x23\x33\x8b\xce\xa8\x24\x37\xa7\xbe\x3c\xa6\x9a\xf0\x48\xfe\xc5\x82\x29\xcd\x88\xcf\xd7\x3d\x23\xd4\x11\xaf\x58\x63\xc2\x61\xf2\x36\xcc\x29\xa4\x8f\x31\x74\xc5\x67\x4b\x9f\xd6\xaa\x30\xb5\x8b\x9c\x2b\x83\xa0\xad\x79\x9d\xa5\x49\x11\xe2\x6c\x95\x42\x99\x9f\x4b\xfa\xb1\xdc\x08\xf7\xc8\x64\x76\xe6\x6e\x7b\x4e\x42\x4e\x4a\x87\xc5\x16\x69\x60\xc2\x1b\xdd\xb5\x82\x77\x92\xae\x35\x9b\x39\xc7\xf9\x5b\xe7\xdc\xa1\x27\x32\x04\xa2\xff\x4a\xc7\x1b\x1b\x19\xe9\x45\xfb\x6b\xdb\x29\xdc\xbc\xdc\x4a\xd9\xe5\xbf\x59\xcf\x4b\x6d\x7c\xfb\xd2\x57\x17\xb4\x9c\xfe\x91\xec\x90\xb3\xce\x5e\x2b\xe1\x7c\xfa\x0e\xf3\xbb\xd2\x4d\xf2\x7b\x3a\x5f\x04\x39\x71\x5b\xd7\xe8\x70\xe6\xf1\xdf\xcd\x5d\x43\x3f\xc6\x68\x63\x2d\x68\xad\x20\x2b\x22\x1b\x1a\x7d\xc8\x1b\xaf\xa1\xb5\x3a\xe4\x9d\x41\xf6\x15\xf7\xc8\x97\x3c\x49\x25\xe7\xc9\x8f\x4f\xfc\xc9\x6f\xa7\x5c\xb3\x8d\xc9\x1a\x87\x4c\x77\x79\xa6\x52\xe0\x2d\x9a\xb3\x09\xa3\xc8\x36\x55\x8a\xb8\x0f\xdd\x04\x00\xb7\x10\x3d\xc7\x7c\xda\x6a\x07\x9d\x81\x67\x1a\x55\x20\xf3\x6b\xbb\x6b\x9e\x42\x6a\x41\x4a\x15\x32\xc8\xd0\xf3\x58\xc9\x66\xe8\xf2\x89\x91\x7c\x06\x74\xc7\xd6\x29\x2b\x0b\xbe\xb0\xeb\x70\xea\x29\x64\x99\x66\x67\x42\x1d\x32\xa0\x1a\x26\xae\x44\xa3\x00\xe0\x26\xa3\x41\xcc\xbc\x96\x57\xc8\x75\x38\xa3\xa1\x15\x89\xb9\xfa\xa9\x46\x86\xec\x0c\xbc\x55\x71\x1c\x59\xe3\xa9\x56\x7c\x1f\xd9\x71\x22\x23\xdf\x16\xf1\xb4\xd5\xca\xf2\x45\x6a\x76\x6d\x4e\xdd\x82\x6e\xd1\xcc\x4c\xe0\xa0\x72\x55\x6f\x31\x17\x03\x00\x70\x63\xd1\x7c\x46\x44\x8b\x3f\xb5\x0c\xaa\x68\xd8\x4b\x5d\x7f\xd5\xa2\x66\x39\x41\x0d\xd4\x2d\xef\x25\xd6\x7a\xe0\xc5\x2e\xf8\xad\x13\x5b\xf2\x6a\xf1\x82\x03\xed\x99\xa3\x78\xaa\xc9\x74\x4a\x26\x2e\xd2\xbc\x96\xb0\x04\xa7\xab\xfa\x89\x97\xe3\x5e\x00\x70\xe7\x60\x51\xf4\x80\x96\xa5\x6c\x73\xca\x78\x7d\x3f\x6b\xff\x15\x72\xb5\x88\x69\x1d\x40\x2d\xb7\x63\x44\x9e\xfb\x5c\x34\x42\xef\x77\xca\xcb\x33\xa0\x5b\x1c\x38\x9f\x79\x8c\xd6\x66\x22\x4f\x59\x44\x33\xd5\x74\x95\x05\x52\xf3\x55\x11\xd1\x65\xe2\x23\x00\x9c\xb3\x78\x04\xad\xaf\x59\x20\x5c\x4e\xd9\x5c\xef\xc8\x2f\x8e\xe8\xaa\x5e\xc9\x3b\xe2\x3f\x5d\xd6\xc9\x5d\x75\x2e\xa8\xe8\x28\xfb\x8f\x93\x5e\x6e\x36\xeb\x97\xcd\xaf\x8c\x66\xd6\x02\x13\xf7\xe4\x20\xc6\x17\x4d\x8b\xf8\x46\xfa\x7d\xd5\x7c\x61\x1b\x8d\x06\x00\x3b\x83\x08\xa4\x12\x4d\x2f\x12\x3a\x49\xef\xea\x32\xe3\xbf\x5f\x96\x55\x79\xc4\x6d\xf6\x1b\x28\xfd\x2b\x39\x7c\x36\xb4\x90\x24\x22\x3b\x9e\xca\x19\x14\xb4\xd9\xb8\xa4\x4f\xf2\xe7\x18\x3f\x4f\x62\x72\xd7\x6a\x2e\x8f\x7b\xc0\x5e\xad\x7a\x57\xf0\x88\x71\x0b\x00\x56\x05\xb5\x8d\x60\x34\xd1\x33\x25\xb1\x23\x75\xba\xe9\x8b\xc3\x43\x2a\xef\xa4\x90\x7c\x4b\x4b\x03\xe5\x33\x67\xfc\x0a\xee\x27\x38\x1f\x0f\xcb\xd1\x8e\xeb\xb1\x8e\x4f\x37\x96\x6c\x37\xf6\x94\x3f\x14\x1e\xd3\x18\x88\x33\xe0\x1d\x54\x9d\x15\x18\xb2\x3e\x01\xc0\xfc\x4b\x9b\xc6\x5d\x9a\x36\x17\x9b\xc4\x94\xd6\x8e\x14\x28\x5c\x3a\x5b\x19\x99\x33\xe4\x93\x52\xf2\x23\x93\xe4\xee\x51\xe0\x96\xa6\xee\x40\xcd\x96\x27\x35\x58\x4d\xa4\xa5\x27\x98\x18\x8d\xca\x8f\x49\x7d\x34\x04\xd2\x2c\xa1\xa7\xea\x3b\x7e\x11\xe7\x05\x00\x4c\x32\x7d\x00\xab\x6e\xfc\x50\x1e\x17\xa3\x55\x9b\x55\x62\x12\x76\xaf\xd2\xa1\xa0\xcc\x67\x73\x49\x4f\xee\xc2\xd3\x4f\x0b\xd6\x66\x1e\x76\x50\xcf\x76\x4b\x45\xad\xa8\x69\x67\xe4\x6c\xa3\x44\xf9\xbc\x78\x3b\x0d\xb2\xd4\x53\xd4\xa9\xfa\x9b\x1f\xc8\x6d\x01\x80\x69\xce\x58\x8d\x6d\x6d\x6c\xae\x76\x88\x2e\xaa\xbd\x52\xde\x16\x76\xa9\x52\xbd\x44\xc1\xbb\xbe\x84\x59\xb0\xf2\x34\x96\x7f\x33\x67\xee\xb1\x81\xec\x45\xe9\x4f\xac\x8e\xa6\x2d\x48\x66\x1b\x5d\x4b\x2c\x92\xdd\xd1\x40\xa5\x8b\xc4\xd3\xcb\x37\xf2\x57\xf1\xce\x80\xed\x8c\x19\x86\x36\x4a\xee\x3e\x45\x59\x18\x15\xdd\xf6\x9c\xb2\x38\x54\xbf\x29\x90\xfc\xd5\xcb\xb7\xb6\x91\xb2\xcd\x4d\xbd\x62\x8c\xc2\xb2\xd7\x2a\xee\x86\x56\xed\x73\xc8\xf3\x80\x86\xf5\xff\x65\x5c\x82\xcb\x37\x25\x27\x59\x22\xe5\x4a\x05\x52\x02\xa5\x01\xc0\xcb\x40\xd3\x50\xa3\xee\xb9\xf0\xbe\x28\xa7\xb6\x78\x58\x31\xe4\x57\xd3\x06\x68\xcc\x6b\x77\xed\x55\xe8\xee\xa9\xdf\x15\x62\x78\xa1\xfd\xdc\x62\x3a\x7c\x71\x9f\x61\x9e\x16\xfc\x4c\xff\x63\xc6\x41\x84\xbb\x09\x4b\xda\x80\x1e\x52\xca\x92\x06\xa2\x23\x00\xf0\x04\x68\x0e\xd2\xda\xd5\x81\xf2\xa3\x96\xb4\x1d\x47\x8d\x42\xea\x1a\x6f\x23\x63\x17\xff\xd6\x6a\x23\x79\xa7\x6e\x54\x1c\x41\x0a\x8e\xde\x2b\xde\x8f\x8c\xed\x5b\x94\x3b\x89\x6e\xd5\xbf\x9b\xa1\x84\x0a\x36\x05\xcb\x5f\x62\x8b\x94\x92\xa5\x96\x98\x03\x00\xbc\x00\xf4\x11\x7c\xbf\xcb\x90\xb6\x27\xf2\x44\x6b\x1d\x55\x14\xa2\xd5\xb8\x9b\x78\x7d\x91\x52\xc3\x27\x22\x4f\xb9\x95\x57\x12\x5b\x8f\x46\x16\x65\xe0\x3f\x2d\x1b\x73\xf7\xe1\xaf\xf5\xeb\xd3\x51\xfc\xc1\x26\x07\xb9\x27\x3e\xa6\x54\x24\xa9\xc5\xe3\x01\xe0\x3e\xc5\x72\x61\xeb\xce\x7e\x76\xf4\xb5\xfe\xd6\xfd\xac\xa8\xe0\x82\x86\x22\x66\xf4\x45\xd5\x1a\xc0\xc8\x75\xfd\x53\xae\x49\xff\x76\x54\xa7\x48\x89\xee\x6b\x89\xe4\xe4\xd3\x9e\xeb\xb3\xd3\x1e\xd1\x2e\x6e\xda\x9f\x58\x42\x9d\x50\x1a\x96\x2c\xa1\xae\x04\x80\x6b\x8c\x27\x41\xf5\x9d\x76\x82\x5f\xd7\x8e\xb4\xd4\xf0\x53\x83\x8d\x1b\x36\xf2\x0e\x5e\x28\xac\xbe\xcc\x55\x75\xcd\x2d\x13\xb3\x7f\x1c\x99\x2c\x8c\x62\x7d\xb6\x3c\x94\xb3\x8c\xf9\x4f\xdf\x2b\x6d\x17\xe3\xe7\x26\xf3\x84\xcf\xf4\x37\xca\x73\xc4\x27\x68\x62\x00\x38\xe1\x04\x8b\x52\xd9\x41\x4e\xb0\xbf\xea\xd8\xfc\x32\x1e\x0a\x3a\x54\x7f\x54\x5a\x74\x7e\xb8\x4a\x20\x1e\x77\x99\x2c\xcd\x11\xad\x3a\xb2\xb7\x80\x2a\xb8\x68\x31\x9c\xbd\x82\x57\xaa\xbf\x3e\xd5\x92\x73\x6f\xd3\x6e\xd9\x3f\xd6\x7b\xe5\xa3\x22\x4f\x46\x2d\x00\xec\x08\xea\x20\xf9\x4e\xfb\xbb\x0c\xf4\x4a\x50\xf3\xf1\xd4\x3f\x81\xa7\xea\x92\x93\xa3\x3c\x5f\x54\xde\x4f\x7c\xe7\xb2\xa4\xe4\xa5\xec\xca\x61\x3c\xbf\x43\xfa\xd5\xc2\x2a\xcb\x51\x1c\xa1\xd7\x9a\x12\x2b\xa8\xd9\xb4\x5a\x66\xc3\xbd\xab\x1c\x2a\xcc\x60\x65\x03\xc0\xaa\xa6\x8d\x93\xe7\xb7\x07\x14\x06\x45\xc4\x37\x8d\xe4\x1d\x0b\x60\xd4\x6d\xce\xde\xec\xa9\x56\x79\x3c\xfd\xa9\xb3\x65\x89\x7d\x4a\xf6\xa1\xb1\xfc\x0d\x72\x1f\xf3\x96\xcc\x5c\xd9\x62\xbd\xc0\xe4\x3b\x92\xe0\x4d\x4b\xe3\xb3\x04\x99\xca\xa9\xc2\x65\x1c\x1f\x00\x58\xdb\xe9\x69\x24\x4e\xbb\x51\x69\x74\xc4\x96\x26\x51\xd1\xf2\x80\x9d\xb5\xb3\x79\xf9\x1e\x4d\x95\x8b\xb3\xd5\x4f\x3e\x29\xfe\x93\x8e\x1c\x62\xe7\x0d\x27\xcf\x9a\xb3\x32\xdd\x12\xb7\xea\x39\x24\xa3\x71\x6b\x37\xad\x8c\x3f\x25\x9c\x52\x6e\x13\x74\x73\x37\x02\xc0\x7c\x4a\xbf\x4f\x5a\xdf\xf6\xa5\x62\xf2\x72\x4d\xd3\x89\xd2\x43\xfe\xe3\xb5\x59\x85\x25\x1e\xc1\x15\xad\xb9\xf7\x4e\xc6\x15\x17\x64\x7e\x3a\x74\x22\xef\x5a\xda\x42\x73\xdf\x8c\xef\xf2\x37\x7a\xe6\xc9\xeb\xe3\xa3\x36\xe9\xc4\xfd\x12\xdd\x57\x7e\x2b\x08\xe3\x66\x02\xc0\xe4\xd0\xa7\x62\x15\xfa\x97\x43\x27\xc2\x4d\xbb\x61\x68\xa7\x9f\x69\xdb\x2d\xca\xcb\xb3\x95\x8d\x8f\x29\x7f\x9c\x46\x6a\xf2\x21\x3b\x3b\xab\xf2\x7d\x50\xf3\xee\xef\x85\x21\xb0\x9f\x6e\x60\xd6\x17\xc4\x58\xfd\x47\xca\x29\x54\x4b\x31\x2c\xee\x2f\xda\x07\x00\x3f\x00\xed\x8d\x79\xde\xd7\x8a\x84\x84\x6f\xef\xde\x8e\xa8\xfb\xad\x6a\x83\xe1\xe6\xb3\xd2\x46\x21\x9c\xec\x54\x5d\x73\x1e\x2e\xb7\xd3\x2c\xfb\x06\x7f\xdf\x3d\x59\xa8\x83\x84\xe8\xba\x65\xdd\x40\xfe\xa8\x3f\x49\x31\x40\x0b\x14\x83\xe3\x1e\x62\x8b\x01\xe0\x3b\xa3\xbd\x31\x48\x1f\x13\xcb\x0a\x07\x5d\xf7\xb0\xcd\xbe\x13\x6d\x46\x68\xe9\x59\x9f\x46\x2b\xd4\xc3\x89\x57\xa3\x8c\xda\xda\xfe\x2b\xcb\x47\x3d\x76\xb7\x14\x4c\xa2\xa9\xba\x07\xb3\xa4\xe8\x17\xf5\x91\xe4\xaf\xd8\x45\x45\x8f\xb8\x52\x0c\x05\x80\xaf\x85\xfe\x8a\x9e\xed\x7d\x4e\x57\xbb\x14\xd4\x65\x49\x73\xf2\xf5\x6c\x45\xa8\xbc\x33\xdf\x1a\xc4\x54\xe0\x64\x54\x1d\x40\xa4\xd9\x96\x97\xfe\x20\xbc\x76\x63\x05\xba\x84\x9d\xae\x6e\xd6\x1c\x62\xa7\x7a\x4b\xb2\x07\xb1\x41\x31\x34\x6e\x03\xde\x0a\x00\x4f\x86\xb5\x47\x57\xf7\x5e\xe2\xac\xb8\x64\xd0\x59\xc9\xfa\xe3\xbb\xb1\x65\x86\xf9\xf9\x4c\x57\xfd\x37\xa6\x92\xd3\xa2\xaa\x41\xc6\x49\x5b\x7e\xe9\x19\x7a\xd1\xee\xc0\x7c\x06\x5d\x43\x57\x3d\xf3\x24\x4d\xa6\xde\x92\x94\x4e\x53\x52\x94\x49\xfd\xa8\x7a\x00\x70\x1f\xe0\x15\xd1\xd6\xd7\x1f\x0b\x8f\x87\x3d\xec\x54\xe7\xbf\xf2\x99\x69\x39\xc4\x13\x9c\x11\xd5\x9f\xe6\x1e\x75\x7c\x52\xb5\x83\xb3\xcd\x36\xac\xa4\x8a\xbd\x72\xb7\x73\xde\x23\xd6\x2a\x5d\xd5\x8c\x78\xa6\x92\x7a\x8f\x7c\x82\x31\x4f\x71\x58\x92\x42\x4b\x04\x80\xab\x44\xc8\xa3\x2e\xf7\xbc\x4d\x38\x16\xb6\xb1\x63\x7b\x7c\xb0\x8f\x59\xb3\x83\x94\xef\xfe\x5f\x9d\xab\xb8\xcc\xd1\xbe\x72\x93\xf0\xbf\x03\xdf\x8a\xd3\x05\x46\xbb\x17\xe4\xf6\xf2\x60\x9d\x0f\xe9\x54\x4e\x95\xfa\xe3\xc4\x61\xd6\xdd\x65\x3b\xc4\x89\x8c\x54\x00\x38\x0a\xd4\x87\x91\x65\x3d\x46\xe9\xef\x42\xbd\xda\x2f\xa6\x7a\x79\x53\x9a\x62\x92\xc6\xdd\x2d\x6a\x49\x89\x8e\xc7\xb3\x2b\xac\xe3\x27\x0e\x5c\x2a\x6a\x95\x7a\x99\x65\xe4\x3c\x15\x3d\xd7\xa9\x4f\xcb\x13\xd8\xa8\x3f\x4e\xf8\xc9\xa5\x2c\x0b\x16\x0d\xb2\x2e\x00\xc0\xde\x4b\xeb\x8f\xb4\xed\xc6\x0a\xf4\x43\x66\xda\x1a\x73\x17\x79\x7d\x6e\x1c\xcf\x9c\x3c\x5d\x54\x33\x98\x56\x70\x7c\x79\x39\x9e\x4c\xb6\xf9\x59\xf8\x2f\xd1\xc9\xcc\x3d\x47\x3b\x5e\x55\x27\x35\xf5\xb9\x38\x51\xfd\x5f\x82\x03\xff\xf7\xb2\x12\xd1\x0e\xf6\x2b\x00\x58\xd9\xf4\xe0\x6b\x6f\xbb\xad\x8a\xdf\x84\xe0\x6d\xa1\x05\xb1\x5e\x15\x8d\xac\xdc\x55\xa7\x03\x6b\xa2\x32\x45\x0e\x23\xe5\x5b\xd3\x94\x6c\xfa\x0b\xb3\x92\x04\x66\xe6\xd9\x7d\xb2\x2f\x3a\xf1\xa9\x54\xe9\x8a\xf5\x6b\x65\x5f\x85\x2b\x97\x4d\x08\x1f\x71\x38\x00\xb0\x3c\xe9\x09\xd7\x52\xbb\x7e\x94\x2f\x08\xd1\x6e\x5b\x5b\x7c\xca\x8b\xd4\x68\x9a\xdf\x7d\xda\xa4\x66\x5d\xce\x5c\x87\xe4\xb2\x8e\x0c\x33\x9b\x82\x42\x8b\x94\x70\x33\xa3\xec\x8b\x89\x0c\x9d\xe4\x54\x95\x38\xab\xf5\x87\x64\x52\xe1\x3b\xa5\x95\x42\x8c\xf3\x1b\x00\xd6\x42\x7a\xca\xcf\x34\x38\x0d\x8a\x7d\xa9\x09\x97\x40\x17\xef\x26\xc1\x6d\xd0\x85\x9e\x05\xf0\x03\xc8\xbb\xe2\x37\x3c\x0c\x81\x14\x08\x51\x83\x7a\x18\x5f\x90\x5d\xb0\x4a\x38\x81\xb8\xc3\x01\xae\x63\x08\x0e\x8f\x9b\x1e\x41\x2a\x11\x77\x15\x23\xe4\x17\xd2\xf4\xc3\x17\x5e\x81\xad\x7c\xb1\x08\xd6\x41\x93\xc7\x85\xb0\x1d\x7a\xa0\x5b\x13\xf6\x43\xbe\x55\x68\xc3\x81\x08\x27\xb9\x1d\xee\x44\xc6\x18\x66\xf0\x0b\x64\xea\xd2\x04\xb2\x01\xf9\xcf\x55\x07\x39\x8b\x2e\xda\xd5\x8e\x24\xa2\x3a\xca\x03\xc8\x57\x74\xcb\xb7\x85\x50\x32\x15\x99\xfd\x09\x55\x12\xa3\x77\xee\x40\x3d\x84\x51\x67\x0b\xf4\x1e\x27\xca\x66\xe1\x55\xf8\xd2\xa4\x01\xd8\x1b\xfb\x4e\x77\x87\x45\x58\xd7\xa5\x9d\xf0\x38\x26\x70\x09\x40\xb6\x60\xe7\x76\x59\x21\x11\xd8\x06\xe5\x30\xe4\x3e\x9a\xfd\x31\x83\x32\xc4\x29\x98\x5e\x4b\x79\xc5\x66\xdf\x82\x20\x05\xd6\xb9\xb6\x49\xc8\x88\x79\xa8\x24\x06\x0a\x60\x1c\x4e\xfc\x00\xc9\xe9\x4c\x6a\x1d\x74\x97\x76\x3b\xf4\x07\x6c\x46\x5b\xe2\xec\x06\x27\x51\x0d\x4d\x82\x10\x40\xe8\x2b\x2b\x20\x04\x36\xfe\xf6\x3e\x79\x54\xd2\x3a\x39\x4a\xfe\x2b\x56\x18\xf6\xa6\xec\x14\x9e\x6c\xd1\xa6\x9c\xe5\x97\x15\x2d\xa3\x48\x79\xda\xb2\x29\xca\x2d\x4e\x17\xfe\x1b\xda\xc0\xbe\x10\x92\x09\x71\x98\xb3\x27\x9d\xe0\x79\x0c\x07\xe3\x16\x38\x86\x76\x4d\xe9\x01\xb2\x8c\xd0\x79\x6d\x4e\x5e\x9c\x9c\xf2\x80\x4c\xde\x25\x77\x1b\xa4\x91\xfd\x65\xff\x1a\x85\x64\x49\x5c\x77\x7e\x37\xb9\x5f\x12\x17\xf7\x8c\xb2\x4a\x84\x60\x6e\x94\x10\xc1\xd9\xe0\xb3\x94\x59\xde\x9a\x13\x27\xa1\x30\x76\x9e\xf1\x76\xe8\x3d\xe3\x81\x52\x1f\x2c\xa6\xe2\xcf\xe7\x93\x94\x8a\x0e\xdc\x6d\x25\xed\xcb\xfb\xd7\xfb\x96\x14\x9c\xdd\x56\xe7\x42\x4a\xc9\x20\xe7\x3c\x24\x4d\xa5\xee\x92\x9c\x25\x1b\xcb\x5f\x21\x3a\x64\x99\x8c\x1c\x28\xa5\xac\x93\x4c\x38\xfe\xa3\x14\x0b\xde\x1a\x5d\x82\x6c\x38\xc9\x4a\x1d\xd0\x37\x3a\xeb\x29\x2f\x36\xa4\x89\x7d\xc7\x37\x56\x56\xa7\xd6\xfd\x36\xb6\xb9\x72\xb8\x9a\x19\xfb\xb9\xd4\x2f\xcb\x9e\x64\x51\xf0\x42\xb4\x98\x24\xcd\x39\x0a\x6d\x21\xcf\x4f\x0f\xf1\x7f\x42\xe6\x26\xed\x3b\x5e\x43\xd1\x8e\x2b\x30\x2c\xa5\xf4\x09\x92\x95\xca\x20\x31\x33\x69\xea\x41\xac\xf5\x60\xce\xad\xcf\xb1\x6e\xd7\xcf\x75\x22\xb1\x97\xdb\xbf\x57\xee\x8a\xcd\x6d\x8a\xc9\x58\x1f\xfb\xba\xa6\x57\xa0\x40\xb2\x2d\x9b\x21\x9f\x21\x55\x17\x64\xf8\x79\x91\xb5\x33\x1b\x1d\xda\xc8\x15\x49\x57\x0c\x35\x28\xc1\x12\xaa\x52\x11\x74\x8c\x1d\xf2\xf8\x67\xac\xda\xe8\xca\x5b\x73\x63\xf7\x0e\xc5\x74\x88\x62\x9d\x7b\x4b\x2b\x8e\xc7\xe2\x1d\xc5\xe9\xb6\xb1\x3d\x4d\x21\x7c\x0b\xd2\xba\xea\xd7\xa4\x7c\x12\xb3\xe4\x87\x6f\x37\xe9\xbf\x5c\x03\x87\x08\xf2\xa5\x54\x55\x83\x9f\x14\xa3\xb8\x9d\x4a\x37\xa0\xf5\x9c\xf9\x8f\x1d\x62\x7e\xde\x6b\xbe\x79\x34\x76\xf5\x68\x53\xfb\x6c\xec\x8e\x21\x49\x79\x6e\xec\xa9\x5e\x8d\xb4\xb4\x58\x71\xfb\x79\x5e\x41\xec\xe3\x06\x27\xd2\x76\xd2\xd1\x8a\x7a\x5f\x07\x52\x4e\xc1\x6a\x07\x07\xf2\xaa\x74\x1d\x83\x7f\xe4\xe9\x78\x77\xe5\x2d\x94\x11\x8e\xde\xe7\x60\xcc\x92\x52\xf7\x54\x84\x2d\xa1\xc8\x6e\x27\xa1\xf7\x28\x89\xed\x32\xb4\x99\x92\x57\xf2\x1e\x15\x53\x58\x72\x15\x94\x03\x59\x51\x5f\xa1\xe1\x50\x5e\xe8\x67\xd4\x0d\x56\x73\xae\x47\xad\xe1\x1c\x93\x61\xd4\x00\x39\xac\x4c\x45\x77\x21\x5d\x9f\xec\xd1\x12\x74\xff\xb4\x14\xa5\x22\x63\xb7\x0a\xd1\x8b\x08\xa3\xad\x07\x3d\x86\x1c\x2c\xd9\x8e\xee\x40\x14\x12\xbd\x50\x7d\xc4\x96\xaa\x83\xaa\x23\x61\xa1\x21\xe8\x6a\x44\xee\xac\x80\xaa\x20\xa3\x26\x47\x51\x65\x74\xad\xf2\x3a\x74\x33\xba\xf3\xc3\x62\xd4\x8c\xc8\x9a\x4a\x44\x95\x89\x65\x23\x7f\x90\x97\x38\xb9\xf5\x3c\xf2\x18\x7b\x56\xf4\x05\x19\xc1\xb0\x84\x00\xe4\x36\x16\x41\x9c\x42\xba\xb1\xd3\x21\x2d\xc8\x1d\xcc\xe2\x64\x24\xf2\x10\xdb\x6c\x3c\x80\xbc\xc4\x14\x94\x46\x51\x05\xb4\xf4\xcd\x2c\xe2\xcb\x6e\x7a\xf8\x19\xb1\x65\x35\xdc\xb8\x81\x6c\x67\x26\x37\x65\x22\xeb\x19\x29\x05\xf9\x88\x1a\xbd\x3a\x9e\x85\xac\xa0\x2f\xc3\xba\x90\xf5\x34\xff\x60\x36\xb2\x87\x5a\x75\xe2\x02\x72\x96\x78\x6f\xbc\x12\x21\x11\x2b\x95\x38\x48\x15\xf6\xf8\xa5\x2d\x9c\x22\x8e\xbf\xd7\x07\x53\x44\x4b\xfa\x6f\xc3\x7e\x82\xc8\x86\x79\xf0\x19\xde\xdb\xbc\x53\xb0\x3b\x97\x2c\x8d\x87\x3d\x38\xc6\xe8\x16\x38\x94\x35\x1b\xb4\x17\x96\x33\x71\x27\x4f\x78\x84\xa1\x60\x14\x01\xff\xa5\x9d\x52\xf2\x41\x8e\x10\x06\xb3\xb7\xa1\xd1\xa4\x73\xe3\x71\x50\x47\xa2\x65\xef\x72\xa8\x2e\xfe\x5f\x2d\x15\xca\x91\x4e\xe5\xac\x82\x32\xc5\xfd\xe2\x3c\xa8\x54\x78\x0b\x26\xa0\x6e\xfe\xf5\x80\xdf\xd0\x2f\x6e\x9a\xe3\x55\x78\x0f\xdb\xd9\xf0\x3d\x7c\x95\x51\xa1\xe4\x0f\x0f\x50\x89\x27\x15\x94\xe7\x05\xb5\xb7\x9f\x53\xee\xe6\x26\x77\x31\x29\xfd\x59\x78\x95\x1b\xa5\x21\xfd\x7c\xa6\x1d\xa5\x31\x65\xb7\x50\x87\x32\x22\x57\xa6\xf8\x50\xbe\xc6\x77\xfb\xdb\x42\xc6\x92\xc3\xc7\x77\x43\x51\x02\xba\xa1\x03\xd4\xce\xf1\x51\x82\xe1\x6d\x74\xda\xe4\x3e\xca\xf9\x86\xa2\x91\x54\xca\xbe\x9a\xe0\x76\x1e\x65\x5b\xc5\xd1\x72\x31\x65\x75\xc9\xc2\xb4\x26\xca\xaa\xfc\x62\xde\x63\x8a\x49\xf6\x1e\xd2\x05\x8a\x4f\x1a\xd5\x37\x91\x92\x25\xa7\x1f\xfb\x44\x79\x1f\xa7\x65\x90\x01\xd9\x09\x9c\x94\xc8\x50\x0b\x93\xf5\x20\x97\xa2\xdb\x1f\x3c\xb4\x87\xfc\xaf\xfb\x7c\xab\x31\x79\xa2\xcd\xa4\xd4\x89\xdc\xd3\xf0\x28\x25\x91\xdc\x5d\xed\xc6\x79\x41\x9e\x2c\x4d\x8f\xc9\xa6\xa8\xe4\xf3\x7c\xb4\x28\xfb\x32\x26\x8f\xcd\xa1\x60\xf2\x01\x83\x55\x94\x67\x92\x0d\x4a\x30\x14\xc9\x3e\x76\xbf\x8f\xb2\xe4\xe6\xcd\x1b\x8e\xe4\xa7\x83\xbe\x2d\xc7\xc8\x0d\x3d\x43\x25\x61\xe4\x8c\xb6\x6f\xc9\x9d\xe4\xd4\x86\x27\x9c\x2d\xe4\xaa\x2a\x51\xf4\x67\xf2\xd3\xe2\x11\x6f\x2e\x65\x61\xce\x21\xfb\x4a\xca\xfe\x94\xb3\xfa\x6f\x28\x65\xd2\x66\x25\x39\x74\x90\xfd\xe8\xbe\x26\xf9\xed\x5d\xcf\xc1\x2c\x72\xc7\xad\xf8\xe6\x2c\xb2\x68\x50\x5e\xdc\x4b\xbe\xd6\x73\x3a\x79\x1b\x39\xb0\xb5\x8b\x2d\x22\xc7\xd4\x4d\x47\xc7\x92\xd3\xcb\x11\xef\x4d\xe4\xc6\x7c\x2d\x7b\x06\xf9\x79\x5a\x90\xfe\x07\xca\xf9\xb8\x19\xa5\x97\x94\xaf\x1c\x85\xff\xde\x12\x3f\xc8\x23\x8f\x2a\x08\x36\xf9\xd6\x90\x25\xb1\x91\x7c\xbb\xe9\x21\xde\x47\xbe\x59\x90\x87\x47\x51\xe6\xc4\xbb\xe1\xc6\x94\x7c\x2c\x0e\x7b\x0c\xed\x0c\xd6\xc3\x38\x50\xc7\x09\x3b\x6c\x17\x1c\x64\xbc\x1e\x9d\x41\x74\x94\x64\x68\x2e\xd2\xf6\xe6\x1f\x71\x09\x71\x7d\x38\x48\x2c\x46\x14\x6f\x04\xe3\xd9\x70\x7f\x93\x12\x7e\x16\xa6\xe5\xcf\xe0\xcb\xe1\xab\x71\xf9\xd8\x5d\xb8\x1e\x7d\x86\x71\xe1\x9f\x41\x85\xd8\x09\xc4\xda\x69\x10\x5b\x8c\x88\x8c\x92\xd1\x3e\xe4\x87\xd2\x21\x54\x8a\x6e\x7f\xf5\x01\x7f\x87\x0f\x3e\x58\x8d\x8b\x71\xbb\x81\x17\xb8\x31\x36\xdc\x30\x88\x7d\xc4\x8e\xe4\x8d\x62\xb5\xe8\x07\xe9\x0d\x8c\x84\x4e\xa2\xeb\xb0\x7d\xe8\x6c\x10\xc0\x94\xd1\xc7\x4e\x7a\xe8\x38\xfa\xd0\x48\x0f\xcd\x44\x9f\x29\x2d\x46\x29\x68\xc1\xb3\x4f\xf8\x06\xd6\xd8\xdd\x04\xac\x93\xf9\x5f\xef\x63\xec\x0a\xe3\x71\x9d\x3e\x66\x48\xff\x9c\x23\xc4\x00\x7d\xb3\xf8\x31\x3a\x40\x23\x60\x26\x2a\xa7\x7e\x0e\xe8\x47\x29\xd4\x93\x8e\x5b\xd0\xf3\x44\xae\x61\x34\xba\x07\xff\x6f\x59\x2b\xba\x03\x1b\x7b\x1a\x8d\x71\x44\x91\x77\xa8\xd8\x16\xa1\x4a\xcf\x42\x74\x80\x9f\x50\x5d\x8a\xa2\xbc\x1d\x59\x17\x51\x7b\xce\x0d\xd1\x22\x74\x1d\x3b\x1e\x02\xc8\x27\x96\x97\xbf\x10\x99\x64\xae\x3c\x6e\x88\x8c\xd0\xab\x0c\xde\x20\x35\xb4\xad\xcb\x4a\x91\x06\x62\xcb\x94\x01\x3a\x26\xdf\x78\x2b\x16\x8d\x49\xd0\xee\xf4\x46\x4d\xe3\xfe\x56\xda\x20\x4f\x24\x3f\x32\x4c\x90\x4c\xd1\x2f\xc1\x76\x24\x46\xb8\x8e\x1c\x86\x9c\xe1\xef\xf4\x73\x47\x0e\x71\x37\x3a\x9c\x44\x2c\x58\xef\x0c\xae\x22\xfa\x0c\xd2\xb2\x7a\xc4\x82\x1a\xf1\x70\x27\x32\x93\xaf\x3b\x74\x0f\x49\xca\xd9\xd3\xfa\x1c\x71\xcb\x3c\x50\xa6\x09\xff\x4b\xdb\x97\x1a\x02\x77\x26\x1b\x73\xab\xe0\xb4\xc4\x1d\xb1\x2e\x30\x2f\x7e\xae\x4f\x21\x8c\x8a\x8b\x8e\x6d\x81\x21\xc1\x0a\xfd\x49\x98\xc2\xd9\xb4\x6c\x1a\x96\xd1\xc3\x27\x9a\x90\xd8\xba\x81\x81\x0c\x44\xa9\xaa\xbe\xe9\x3d\xdc\x56\xd6\x5e\xec\x0d\x07\x14\x65\x24\xbd\x82\xb5\xf3\x82\xd8\x97\xe1\xc5\x59\x1b\xa2\xdd\xa1\xbf\xa9\xf1\xde\x0b\xa0\xaf\x89\xdd\x47\x9f\x43\x3f\xa4\x52\xfd\xbd\x30\xe0\x7f\x59\xf6\x1a\xd6\x61\xfa\x8f\x5b\x22\xfb\x7b\x75\xfa\x0e\xc2\xb7\x3b\xcf\x34\x14\xc1\x97\x5b\x02\x0b\xf5\xe1\x15\xf5\xfb\x12\xef\x40\xb7\x2b\x1f\x31\x69\x50\x65\x89\x4b\x64\x0e\x94\x93\x17\x7e\x31\x11\x12\xa6\x7f\x3f\xf2\x11\xe2\xca\xd7\xea\x95\x42\x59\xe2\xc2\x65\xef\xa0\x49\xf6\xba\x31\x2f\x44\x7b\x98\xd6\xeb\x0f\xd7\xf7\x1f\xad\xef\x87\x4f\x74\x4d\x17\x9c\x80\xde\xb6\xee\x4b\x04\x50\x51\xfd\x09\x46\x1b\x44\xaf\xd4\xbb\xf6\x0d\x8a\x2a\x4a\xbe\xb8\x00\x3a\x9b\xed\x7a\x24\x05\x3a\x9e\x2c\xd7\x23\xa0\x30\xa9\x8d\xd2\x12\xa8\x84\x5d\x74\xa7\x0f\x59\x7a\xe7\xd3\xf5\x5e\x38\x61\xe4\x62\xbd\x16\xbc\xbd\x5f\x96\x5f\x08\x75\x75\x51\x13\x7c\xa0\xa8\x96\x0d\x0c\x23\xe8\x68\x6d\xd8\x35\x08\x32\x29\xb3\xbc\x90\x01\x29\xe7\xe9\x1c\xb9\x4c\xf9\x9e\x9a\xa6\xc7\x80\xd4\xe3\x7c\x94\xdc\x21\x0f\xf6\xf8\x13\x25\x56\x1a\xc9\xf1\xd6\x3d\xe6\x28\x29\xaa\x33\x93\xf1\x9c\x14\x57\xb9\x9a\x61\x41\x6a\x4a\xaf\xa7\xcb\x49\xff\xf8\xc1\xb4\x69\xb2\x90\x14\x45\xdb\x4a\xb1\xf5\xdd\x4d\xbd\x08\x29\x1e\xb3\x23\xf8\xd0\xac\xbe\x25\xde\x02\x3f\x54\x74\xc6\xfe\x20\xb2\x29\x1d\x96\x06\x54\x79\xf3\x1f\xd3\x03\x12\x76\xdc\x66\x50\xa0\x6b\x15\x4e\xf4\xbb\xd0\xb9\xb4\x3f\x74\x2b\xc8\x83\xd7\x4e\x63\x41\x15\xb1\x0f\xa8\x8f\xe1\x15\x3e\x45\xd4\x6d\x30\xcd\xbe\x9e\x08\x40\xe6\xe9\x0d\xe1\x59\x48\x86\xe2\x4a\xec\x13\xf2\x7d\xb2\x9d\x59\x8e\x69\x8e\x74\x33\xfe\x43\xdb\xdb\x1b\x19\xab\xd0\x4b\xe5\x67\xe9\x91\xe8\xda\xb4\x4d\xb4\x69\x64\x92\xfb\x85\x66\x8e\x3c\x8b\xd5\xa3\x4a\xd1\x85\x3e\x2a\xc4\x7f\xa8\xa6\xbd\x01\xb1\x1f\x3d\xac\x17\x8a\x53\x51\xc6\xd2\x69\xec\x11\x1a\xf5\xe0\x28\xe3\x0e\xd3\xe8\x46\x33\x43\x9d\xe1\xdd\xba\x92\x7e\x98\x4e\x2b\x55\xa5\x55\xd0\x9a\x53\xf4\x68\x5b\x68\x4b\x39\xae\x54\x3a\x95\x1b\x7d\x9b\x78\x43\x55\xf3\x7a\x44\xf8\x12\xc2\xa3\xbb\xf0\x11\x62\xc1\xce\x9b\xb8\x16\x4e\x5d\x5a\x8e\x09\xb0\xb4\xbb\xef\x19\x6e\x82\xa8\xfe\xb7\x74\x9c\x6f\xdd\x74\x81\xd6\xcc\xfd\x51\x54\x40\xdb\xc8\x29\x4f\x52\xa6\xb2\xd9\xb1\x2c\x84\xf8\xca\x0a\x8c\x3a\x44\x04\x30\xcf\x5c\x2c\xc3\xc7\x18\x66\x47\x4e\xe1\xd6\xb4\x7f\x3b\x3d\xb0\x54\x6a\xcd\xd2\x46\x6c\x15\x3e\x7b\xe7\x1e\x7d\x40\xd6\x74\xfd\x0b\x7d\x61\xdc\xfb\xfa\xbb\x34\x1b\xa9\x62\x81\x37\x55\x2e\xde\x95\xa8\x40\xfc\x15\x06\x30\x1a\x88\x4b\xfc\xca\x6b\x3d\xf8\x2c\xf7\xf3\x05\x1a\x7e\x8c\xb3\xe1\x30\x0f\xab\x60\x69\xef\x78\x8f\xad\xa6\xff\x58\x3a\x82\x4a\xa9\x46\xb7\x0c\x68\xff\x72\x0c\xbb\x4a\x69\xe6\x99\x78\x0d\x97\x4a\x4a\x1b\xce\xf5\x21\x86\x53\xe6\xc4\x9f\x22\x0c\xe5\x06\xb4\xb3\x78\x96\xcc\xef\x4a\x3b\xbe\x59\x0a\x7b\x7e\xc5\x98\xa2\xf0\x43\x57\xd0\xcf\xfc\xcd\x3b\x22\x51\x2f\x36\xaa\xb8\x1c\x79\x46\xdf\x34\x34\x42\xcb\xac\x5e\xd3\x1e\x4e\xbd\x59\xee\x56\x59\x45\x7c\x2b\xae\xc9\x6a\x20\xec\xf2\xef\x49\xa6\xf0\x8c\xec\xe7\xc4\x66\x7c\x75\xfa\x8b\xcb\x23\x58\x7c\x72\xa5\x87\x17\xb6\x20\xc1\xe2\xe0\x31\xf4\xaa\x24\x48\x77\x14\x79\xc6\xdf\xa9\xb8\x01\xb9\xca\xf8\x3b\x18\x46\xf3\xee\xfc\xda\x6a\x49\xa5\xb6\x52\xca\x03\x89\x92\x86\xa9\x0c\x09\xfe\xa5\xfa\xaf\x68\x06\x3f\x5e\xf6\x1a\x73\xc0\x9a\x0a\xeb\xc3\xf5\xb0\xdd\x39\x06\xe7\x14\xd0\xf4\xb4\xed\x76\xc7\x50\xd5\x84\x22\xdd\x23\x08\x5b\x54\xab\xa8\x8d\x68\xb0\x52\x07\x62\x69\xa7\x07\x96\xb6\xb8\x52\xc3\x7b\xf4\xcb\x60\x42\xd0\xae\x99\x5e\x8d\xdf\x6a\xec\x11\xad\xc1\xb5\x6a\x76\xa0\x5c\x8c\x57\xe6\x7d\x89\x8a\xcd\x2f\x30\x39\x4b\x42\x43\x32\x03\x6d\x5f\x20\x77\x93\x94\x74\xd7\x23\xae\x12\x4b\xc5\x83\xf0\x1b\xf6\x8e\xfe\x76\x9a\xc3\xcd\xfd\xcd\xa9\xd4\xd3\x83\xaa\xa5\x83\x44\x50\x4f\x41\xfa\x32\x3c\xbb\xed\xa9\x10\xc2\xde\x37\x0c\xa3\x00\x73\xaa\xa2\x5c\x5a\x8a\xb6\x15\x57\x9c\x5d\x8f\x6e\xce\xd1\xb6\xad\x43\x18\x29\x73\x74\xd5\x91\xf9\x52\x77\x45\x1e\x9c\xcc\xf6\x18\x4d\x10\xce\x8b\x35\xec\x11\xf1\x8b\x63\xfd\xea\x00\xcf\x3f\x56\x96\x17\xcc\x3d\x1e\x3b\x11\xff\x99\xb3\x8b\xb4\x9f\x96\xc5\x56\x24\x4d\x5d\x29\x67\xde\x27\xe7\x79\x46\x30\xd2\x28\x94\x83\x12\xba\x13\x14\xac\xf3\x80\xfa\x19\x16\x2e\xae\x21\x0a\x90\xe0\xdb\x13\x82\x68\x4a\x60\x77\x2f\xdf\x82\x72\xa1\xd6\x84\xb7\x98\xe2\x96\x5b\xca\xf9\x42\xf1\x8c\x3f\xca\x9e\xa5\xd0\x68\x0a\xac\x5e\xca\xec\x15\x0d\x66\x26\x74\xc1\xe3\x05\x23\x0a\x7a\x76\x70\x31\x7d\x2f\x8c\xe8\x44\x52\x5f\x20\x47\x17\x5f\x26\x0a\x91\xd6\x5b\x3f\xf8\x1f\x91\x96\xae\xd7\xbc\x21\x24\xb6\xe6\x3c\xb7\x18\xd9\x93\xf3\x91\x93\x82\xcc\x8b\x4b\x63\x4b\xe0\x57\xd4\x40\x16\x05\x51\x88\x10\x33\x2f\x20\xfb\x3c\x42\x19\xfb\x90\x48\x3b\x19\x5d\x11\xa9\xd7\xd9\x41\xed\x42\xb7\x2e\x76\x26\x04\xe8\xae\xe1\x72\xfe\x61\x7a\x60\x87\x1a\x6f\x3b\xad\xa1\xf2\x33\x77\x19\x6d\x61\xd6\x08\x07\x50\x7d\x25\x5d\xac\x1f\xc4\x3d\x7c\x84\xf9\x8c\x20\x5d\xde\xc7\x18\x21\x74\xcf\x1d\xa2\xb7\xe1\xdd\xb6\x95\xb4\x54\xdc\x6b\x7b\x31\xd5\x0b\x5f\xbb\xd8\x9a\xd8\x8b\xb9\x0e\xd6\xf1\x9a\x78\xd4\xd6\x58\x6e\x02\x37\xa2\x9c\xcb\x41\x39\x8e\x19\xc5\xec\x4b\x6c\x7d\xd1\x34\xcb\x97\xb5\x19\xd3\x63\xba\x33\x77\x5f\x7a\xc8\x70\x60\x38\x9f\xdd\x49\xdf\x45\x77\x3e\xf0\x99\xb6\x82\x66\xbf\xdd\x99\x78\x48\xdd\xbd\xd8\x1b\xaf\xc7\x25\xfd\x4b\x78\x47\xe3\xe8\x4d\x9f\xb8\x9b\x24\xf7\x4b\x8f\x72\x80\x58\x37\x2d\x83\xf5\x5c\x08\x09\x55\x98\x13\xfc\x07\x88\x8c\x71\x9b\xe7\x1e\x46\xa3\x0f\x70\x86\xce\xac\xa4\x15\xb1\xd7\x1f\xb0\xa2\xd2\x99\x67\xb7\xfd\x26\x9c\xe9\x61\x8b\xf9\xb8\x09\xf1\xa0\x87\xc1\x4d\xca\x74\xae\xaf\xe5\x44\xa6\xcd\x14\x59\xb0\x5d\x53\x42\x92\xef\xb3\x8c\xe5\x77\x79\x12\xa6\x7a\x82\x15\xe4\xc3\x58\x15\x57\x1d\x92\x49\x57\x91\x2c\x3b\x9d\x43\xfd\x2c\xd4\xb7\x31\x24\x6e\xf1\x34\xb6\x51\xf0\x4c\xd6\xed\xc5\x9d\x18\x9d\x56\xdf\xc9\xe4\x9e\x2b\x67\xd7\x8c\x73\xd4\x4b\x74\xf2\xd9\xac\x67\x05\x8d\xf2\xd3\xcc\xc6\x5c\x1d\x8e\x2d\x23\x29\x13\x25\x1f\xa3\x4b\x52\x07\x83\x86\x68\x02\xf9\x8c\x9b\x31\x35\x32\xbe\xc2\x5a\x9d\x70\x11\x1b\x6e\x7d\x8d\x6b\xf1\xdc\x16\xdf\xc6\x96\x32\xe0\x76\x35\xae\x5d\x6b\x75\x95\x80\xfd\xb9\x51\x94\x7b\x8c\x55\x55\x6b\x99\x60\xc2\x44\x2b\x4a\x58\x07\x18\x67\x8a\xdf\xc5\x86\xd3\x0f\xe6\x2f\x0f\xdc\x4a\xdb\x9b\x39\xeb\x3a\x42\x5d\x97\xb2\xcf\x4a\x09\xff\x26\xd3\xdd\xea\x81\xf5\x09\xcb\x16\x3f\x44\x2b\x59\x8b\xda\xf4\xb8\x86\x3d\x94\xca\x34\xf6\x6c\xfb\xdb\x1c\x4f\x56\x5a\xb3\x81\xcc\x89\xe9\x5f\xa7\xcb\x0c\x65\xec\xad\x78\x19\x53\x40\xdf\x58\x4c\x09\x88\xa4\x2d\xcd\x2d\x75\xb5\x24\x5e\xa6\x9f\xd8\x9f\x8d\x77\x25\x5e\xda\xaa\x8f\x49\xc4\x5b\x16\xff\x41\xc9\x2c\x49\x6b\x14\x57\x6d\x30\xac\x62\x86\x3d\x74\x9d\x9d\x9d\xc9\xa2\x75\x5c\x8a\x4f\x66\xda\x36\xcf\x63\x74\x33\x96\xd5\x3a\xc6\xa8\xd0\x9e\x97\x7b\xfa\x7f\xa0\xde\x28\xf8\xed\x32\x46\x64\x67\xbe\xde\x1f\x8c\xc7\x26\x39\x6c\xdd\x86\x1d\x94\x98\x2c\x39\x88\xea\xb2\xfa\x7b\xce\xc6\xbf\x8f\xb1\xa8\x37\x8c\xb3\x89\x61\x17\xd6\x4a\xb8\x31\xf7\x92\x15\x45\x9f\x63\x77\x73\x99\x42\x8f\xd8\x0a\xca\x2e\x7e\x05\xc9\x3f\xd8\x85\xfb\x83\x6c\xee\xb6\x9d\x63\x46\x51\xb3\xf2\x60\xb9\x43\xcb\xb5\x75\x19\x1e\xb0\xe7\xc2\x3b\xb4\x70\xc4\xa6\x9b\x88\x67\x91\x9d\xeb\xce\x49\x5f\x93\xdd\x0b\xde\x49\xf6\x91\xaf\x26\x79\x88\x8a\xc8\x72\xce\x43\xe1\x6a\xf2\x23\x72\x26\x3f\x96\xe2\x18\x34\xc8\x1d\xa4\x8c\x9f\x2a\xe2\xac\x80\xc2\xf7\x7f\x60\x1d\x80\xd7\x6a\x3d\x62\x38\x22\x0b\x16\xd6\xd1\x2e\x21\xbc\xae\xcc\xf8\xed\x30\xa9\x96\x26\x8d\x83\xed\x0b\x36\x8b\xdf\xc0\xc6\xf2\x3c\x91\x17\xac\xce\x39\x20\xb8\x03\x6f\x26\x2b\xf1\x2d\x60\xe7\xa0\xc3\x5c\x09\x9c\x7a\xca\x84\x3d\x0d\xbf\xde\xcf\x67\xad\x45\xec\xb4\x92\x18\x3b\x91\x3b\x0b\xe5\x34\x57\xe4\x63\xc7\xf2\xb8\x62\xea\x78\xf5\x2e\xe9\x1a\xea\xe1\x3c\x0d\xf1\x15\xa2\x3a\xe1\xbe\x70\x9a\x30\x65\x15\x0a\x4e\xe1\x43\xb1\x39\xbc\x66\x9c\x1b\xa8\xca\x5d\x83\x7b\xba\xea\xb1\xc3\x71\xb5\x7d\x37\x99\xc5\xd8\x3d\x2d\x53\x7a\x3f\x56\xb7\x50\x4c\xfd\x85\x29\xb4\x5e\x8b\xdb\xc2\xa9\xaa\x5c\x2e\x89\x61\x5f\xcf\x59\x26\x9a\x62\xf5\xcb\x80\xd0\x89\x39\xc2\x5c\xca\x6f\x67\xcc\xc6\xec\xe3\x19\x30\x34\xfd\xa7\x39\x12\x7a\x80\xcb\x76\xd6\x0c\x8d\xb1\x6f\x2b\x53\x8b\x5a\xa8\xf9\x9d\x7e\x80\xe8\x5f\x38\x46\xbd\x8a\x1f\x6e\x56\x92\x4a\x25\xee\x65\x55\xe2\x9f\xa2\xe7\x59\xab\x44\xee\x42\xff\x38\x73\x41\x17\x7f\x9a\x1e\xcd\x37\xe6\x05\x46\x3d\xe0\xe6\x70\x57\xfa\xd5\x73\x54\xd8\x4d\xce\x2b\x58\xee\x2c\x3d\x4b\x0e\x23\x81\x91\xae\xd9\x4b\xab\xa6\xbd\x53\xd8\x46\x3c\x23\x58\xf5\xf7\xa5\xab\xd2\xe0\xe2\xf7\x62\xbf\x14\xd7\xf4\xe3\xc2\xae\x24\x35\x71\x95\x60\x73\x42\x2b\x75\x37\x8f\x88\xbf\x70\xed\x01\xe7\x93\x54\xd9\x77\x0e\xdb\x53\x94\x7b\xe2\x39\x33\x9f\xff\xdb\x42\x42\x9f\xe5\xea\x6b\xba\xd3\xe6\xb0\xf4\x15\xbc\x09\x23\x9a\x6b\xed\x5a\x49\x57\x89\x4a\xe1\x36\xf1\xba\x82\xa9\x94\x21\xa1\x7f\x6e\x97\xf0\x22\xbf\x36\x2b\x16\x5f\xcd\x53\x4a\x5f\x77\xe5\x15\x87\x94\x5c\xe6\xed\xc4\x9a\x4e\x5c\xe3\x24\x63\xea\xc7\xe9\x9a\x73\xe8\x81\xc2\x6f\x1a\xc3\x54\x9c\x4b\x51\x88\xc0\xab\xe8\xbf\xab\x7e\x4b\x86\x1a\xa1\xfc\x6d\xe2\x79\xb5\xb2\xa4\x74\xe1\xc1\x4a\x1e\xff\x10\x9f\x53\x7a\x02\x5d\xcd\x9d\x28\x78\x1e\xa1\xca\x31\xcd\xb9\x78\x31\x9f\x25\x4a\x17\x3a\x9a\x32\x26\x92\xec\xf7\x62\x74\xd5\xb8\x2c\x8d\x7d\xd4\x6d\x82\x64\x05\x0a\xee\xcc\x0c\xa9\xfc\x25\x19\x6e\xbf\x99\x67\x21\xfa\xd7\x2c\x95\xd7\x08\xcd\xeb\xb7\xf1\x2e\xf2\x49\x55\xb1\xc8\x6e\x6e\x67\xa9\xf0\xf2\x41\xce\xca\x02\xfc\xc2\x3b\x56\x40\xf6\xda\xe3\x69\x8c\xc2\x54\x9d\xbd\xab\x69\x8f\x65\xd7\x35\x96\x12\x1f\x85\xdf\x14\x24\xf8\x3a\xe6\x7f\x95\xdb\x24\x43\xd7\xdd\x72\x23\x44\x5f\x3b\xee\x24\x7e\x15\x6e\x6b\x59\xc3\xcd\xe3\x7b\xd6\x2f\x82\x59\x5c\x79\x65\x65\x78\x36\x7b\xba\x44\xeb\x42\x00\x6b\x47\x9e\xc1\x71\x03\x46\x50\x7a\xf2\x9e\x61\x5a\x62\x22\x53\x03\x10\xd9\xa2\xdf\x0a\xb7\xb1\x5e\xd6\xb6\xb2\xae\xcc\x82\x68\x69\xf6\xda\x74\xbd\xe8\x2f\xb2\xb4\x94\xc1\x98\xa3\x6c\x97\xa4\xc0\x98\x06\x8a\x6e\xc2\xaf\xd8\xe3\x61\x76\xf1\x14\xd2\x22\x8f\x59\xc9\x63\xd2\x4b\x7b\x8a\x68\x05\xf9\xa5\x69\x1d\x5f\x1d\x02\x1b\x17\x73\x00\x7c\x66\x6e\x03\xe3\x3b\xa2\x57\xb6\x25\xd3\x9e\x14\x9c\x45\x4a\xbb\x47\x12\xc8\x14\x52\x30\x52\x21\xeb\x46\x92\x36\xe9\x39\xb9\x32\xa1\x8d\x7c\x24\xf4\x6e\xfc\x11\x72\xaf\x07\x55\x52\x45\x09\xb4\xdf\x2c\xfc\x04\x6d\x32\x0d\xe1\x2f\x84\x5e\x6d\x18\x65\x7f\x80\xdf\xcc\xcd\x62\x7c\x44\xfc\x4a\xe1\x8c\x57\xd0\x85\xcc\xd1\x34\x3a\xe4\x10\x1f\x94\xb2\x0b\x32\x64\x1d\x90\x3f\x86\xcc\xc9\x7b\x12\x60\xc8\x2b\xd4\x27\x7e\x29\x54\xe0\xb1\x41\x42\x86\x95\xff\x1f\x0a\xea\x82\xaf\x89\x87\x01\x00\xf0\x89\x2d\x61\xa2\x22\xa0\x80\x85\x94\x85\x82\x05\xa2\x28\x4a\x18\x28\x0a\x22\x92\x02\x8a\xa2\xd4\xe2\xfa\x76\xeb\x6e\x16\x8c\xd1\x39\xba\x1b\x04\x0c\xec\x6e\xfd\xdb\xdd\xdd\xef\xef\xfd\x10\xcf\xb3\xf9\xb8\x74\x00\x45\x97\xcd\x11\xdd\x47\xff\xda\x9b\xf8\x17\x31\x93\x99\x91\x73\x03\x1b\x34\xb5\xe5\x6f\x27\xa3\xf2\xfd\x72\xff\x30\x9e\xaa\x46\xe5\xb4\x33\xf6\x73\xbe\xe9\x62\x19\xa3\x41\x0b\x0d\x40\xf4\xa7\xec\x51\x89\x88\xfc\xc8\x95\xf2\x7f\x84\x6a\xf3\x28\xe9\x36\x82\xe6\xa9\x13\xa5\x11\xf1\xf6\x14\xfe\x41\x22\xd5\xec\x14\x87\x8a\x9f\xae\xd0\xe6\x0f\xe7\x95\x18\x23\x73\xd5\xdc\xfb\x8a\xed\x39\xbe\xdc\x11\xec\x4c\xed\x03\x8e\x37\xad\x33\x1b\x66\xa3\x07\x3d\x55\x96\xac\x67\x7b\xd6\xc9\x99\xac\x3d\x9b\xfc\x24\x43\xcc\x5a\x4f\x07\xe1\x4b\xe6\x70\xfb\x6d\xbc\xc7\xe4\xbe\xe1\xd6\xec\x77\xc4\xf7\xb2\x8a\x3c\xad\xb4\xc6\xa0\xc8\x75\x96\xa4\xc8\xea\xf4\xa7\xc5\xd3\x98\x7f\xb5\x89\xc2\x0b\xd4\x74\xf5\x6f\x81\xf2\xc0\x24\xa5\x88\x4f\x8f\x08\x91\x8f\xe2\x45\x05\xd0\x25\x7e\x5c\xeb\xa5\x65\xc2\x3d\xec\x7e\xfb\x95\xbc\xad\xac\x7d\xc3\x33\xd9\xbb\x48\xe7\x92\xf1\x79\x6e\xfa\x32\xfd\x6c\x43\x95\xf6\xaa\xe4\x90\xde\x3f\xfb\x01\xe3\x85\xe6\xbc\xea\x5c\x96\x4c\xbd\x5b\xd1\x91\x94\xa4\x78\x20\xeb\xd8\xfd\x58\xb6\x4b\x52\xb1\xf1\x80\x58\x22\x8a\x5c\xf2\x42\x50\xcc\x7f\x6d\xf7\x89\xab\xe6\xee\x18\x3e\xc8\xd2\x32\x2f\x17\x4a\x8d\xcf\xca\xa6\x68\x6e\x19\x62\x8b\xb7\x8b\xc2\x74\xef\x0a\x60\xfc\x83\xe6\x90\x91\x97\xd1\xa7\x7a\x96\xc3\xdc\xdf\xab\x48\xd1\x32\x77\x65\x4a\xef\xa8\xf7\x6d\x08\x10\x4f\x92\x3f\x5f\x32\x51\x30\x57\xe2\x6d\x27\xe1\x4e\x12\x04\x0c\xff\xc8\x1a\xc7\xde\x92\x2f\x33\xbe\x6f\x5c\xae\x7e\x68\xd8\x5e\x7b\x42\x10\xab\x3b\x51\xe5\x81\x4d\xd2\x78\x97\x47\xa5\xfd\x52\x15\x17\x27\x27\xcc\x54\xd8\xe6\xc7\x84\x01\x52\xc2\x30\xc3\xdf\x5a\xd4\xa0\x39\xb4\x78\x31\xbf\x5f\x71\xd8\xce\x9e\x53\x2d\x1e\x3f\x62\x02\x33\x8f\xa3\xc8\xbb\x68\xbc\xdd\x3e\x46\x3d\xd5\xe0\xdf\xec\xc3\x67\xeb\xda\xea\x7d\xd1\xb5\x1a\xc7\xea\x71\x69\xcb\x54\xec\xf2\xa2\xf8\x64\xf9\x97\x62\xbb\x9d\xb1\xd2\xd0\xbc\xcd\xeb\xe5\x22\x42\x3f\x6c\xd1\x15\xbe\x44\x15\x61\xfb\x8d\x43\x91\x04\x8c\x58\xc8\x4c\xe0\x5a\xe6\x2d\x37\xf6\xf6\xd8\xaa\x0e\x1a\x3c\x3a\x46\xf0\x2e\xe8\x0a\x9a\x1b\x11\x99\x66\x58\xfd\xfc\xa3\x52\x55\x64\x55\x54\xdc\x25\x79\x4f\x59\xec\x8e\x07\xd2\xc9\x85\x16\xeb\x17\x8b\x56\x1b\xbc\x16\x69\xf8\x1b\xd4\xef\x6d\x3f\x70\x9c\xa5\x4b\x46\xa4\x33\x27\x72\x83\x75\xe3\x6b\x52\xa9\x57\x25\x61\xa6\x0d\xb4\x05\xe4\xaf\x72\x07\x1a\x42\x7d\x57\x7c\x93\xf6\x25\xc5\xbe\x80\x4e\x57\x46\x15\x1b\x87\x81\xa1\x5b\x9e\xe9\xc3\xa1\x15\x3e\x49\xd9\x7b\xe1\x2d\xae\x6f\x14\xf6\x08\x3a\x6d\x84\xb8\x01\xbd\x0a\x00\xfc\x28\x0c\xd5\x1a\x6b\xa6\x83\x11\xe2\xd7\x95\xdf\x40\x1a\xa9\x2d\xbb\x06\xe6\x53\xb5\xc5\x2a\xf0\xe5\xc1\x73\x05\xab\xa1\xf0\xa8\xd8\xdc\xd3\xd0\xa3\x2d\x45\xfa\x05\xb0\xd4\xc7\x3d\xdb\x1b\x89\x75\xed\x55\x8c\x40\x03\xa6\xbe\x12\xe7\x63\xc1\x00\xc0\x0f\xc5\x0a\xb4\xce\xd5\xc7\xe1\x5f\x62\xa4\xb2\x04\x7e\x41\x2e\x2e\xe3\xc2\x2f\xa9\xbe\xc5\xc1\xc8\x98\x83\xcc\xfc\x1f\xc8\x86\xa8\x69\xb9\x42\xc4\xb0\x25\x45\xf7\x16\xb5\x5e\xf3\x35\x7b\x14\x6a\x74\x55\xcb\x6f\x61\xab\xa6\x5e\x13\x13\xd8\x67\x00\xe0\x2f\xc1\x3e\x67\xff\xa8\xf6\x67\x48\x45\xa9\x95\x0e\x0c\x0f\xc6\x96\x32\x80\x18\xa0\x24\x17\x0d\x12\xf0\x81\x9e\xfc\x0c\x22\x74\x6f\x4a\xee\x48\x62\x73\xc8\x6d\x5d\x32\xb1\x7b\x0d\xa1\x16\x10\x51\xae\xeb\xe5\x89\xc4\x81\xa9\x9d\x62\x6b\x42\x08\x00\xbc\x41\xfc\x81\x7a\x47\xd5\x4b\x6e\xa4\x70\x4c\x45\x13\xa7\x94\x18\x59\x2a\x66\x3f\xc9\x0a\x28\x0a\x62\xaf\x4a\x3e\x99\xf7\x99\x55\x16\xa9\x30\xb0\x58\x4b\x43\xe6\x69\x5f\x32\xcf\xae\x01\x54\xff\x98\xdb\x5d\x7e\xc9\x2e\x93\x17\xa6\x1e\x13\x31\xc8\xed\x00\xc0\x5b\x4c\x7c\x57\x5e\xa8\x42\xc5\x1a\x7e\x4e\x45\xa0\x48\x89\x9d\x28\x9d\x29\x4c\xc8\x74\x2d\xbc\x2c\x08\x49\xba\x94\x97\xc9\x0f\xd8\xd3\x6e\x18\xce\x8b\x0c\x4e\xd7\x26\x73\x29\xab\x31\xd5\x51\xce\x01\x97\x56\xd9\x4a\x76\xc8\xd4\x5b\xc2\xfb\xac\x19\x80\x27\x57\x40\x8e\x53\x8c\x30\xfd\xd2\x34\x71\xdf\x96\xf7\xa9\x7f\xa0\x33\x4a\x24\xaa\xa5\xe9\xb9\x85\x4b\x15\x7b\x13\x0f\x1a\x8f\xcb\x84\x11\x48\x4e\x88\xe4\x4a\x50\x8a\xc6\x24\x9e\xb4\xaa\x45\x59\x2d\x9c\xee\xe2\x27\xa5\xf3\x81\xa9\x27\x84\xb6\x9c\x76\xa0\x8b\xd3\xc2\x14\xc9\x3c\x4c\x5d\x85\x75\x9c\xf9\xe5\x49\xf9\x33\x60\xb2\xc4\x3d\xb7\x22\xcd\xb6\x60\x40\xff\x6f\xff\x70\xe3\x26\x6d\x70\xf8\x0a\xfd\x90\xba\x26\x70\xa7\x66\xae\xe2\xcb\xca\x9b\xca\xb9\xd2\x8f\x0b\xaa\x24\x2f\x45\x5d\x53\xf3\x05\x2c\xbe\xff\x30\x1b\xce\x74\xd6\x6d\x09\x61\x92\x57\xf3\x59\x92\xf2\xd5\x95\xfb\xc1\xff\x8a\x5f\x95\x2d\x38\x22\x2e\xc8\x28\x6a\x8d\x97\xe6\xbe\xcc\xf7\xd8\xf5\x54\x1f\x63\x30\x6c\x76\xcb\xae\xd7\xde\x5a\xf1\x56\x51\xad\x3a\xb6\xc0\x52\x92\x29\x4b\x98\xba\x4f\x30\x49\x58\x34\x2c\x82\x9d\xc7\xfe\x26\x3e\x6f\x22\x1a\x9a\x99\x77\xca\x9d\x6b\xd7\x82\xb3\x8b\xcf\x9b\xf2\x53\x6f\x17\x6c\x2b\xbb\x16\xf7\x22\xb7\xa3\xe8\xc5\xae\x6d\x7a\xb7\xbc\x87\x9b\xca\xb2\x29\x39\xc6\x15\x5c\x45\x86\x06\x70\x3e\x27\x59\xa6\x98\x38\x35\x84\x7f\x59\x64\x1a\x46\xb0\xa3\x39\xfb\xc4\xcb\x4d\x29\xad\x8b\x99\x6b\xcb\x2d\x1a\x33\xe9\x64\x71\x45\x2d\x27\x35\xa0\xc0\xd1\x94\x16\x17\x9f\xcb\x2c\x73\x0d\xbb\xae\x7b\x55\xd8\xb9\x29\x20\x7b\xa1\x71\xe4\x8a\x35\x8a\x79\xda\x17\xce\x45\xe2\xa7\xca\xd4\xa9\xbb\xf8\x84\x38\x6b\x58\x1f\x7b\x1c\x47\xc4\x52\x74\x4a\xe8\x00\xf4\xbe\x15\xa5\xfb\xa4\x69\x1a\x33\xe8\xd4\x44\x5d\xed\x36\xfa\x83\xc8\xe1\x26\x33\x90\xbe\x65\xa8\x54\x08\xad\xf2\x13\x16\x9c\x83\x9d\x97\x0c\x1a\x2a\x90\xf5\x4e\x22\x8d\x17\x0a\x4e\x10\xc9\x93\xb0\x7c\x00\x10\xca\x71\x73\x56\x42\xa7\x1b\x14\x0c\x75\xb4\xce\x81\xa2\xd2\xf6\x35\xce\x85\x0e\x27\x26\xd5\x8e\x81\x4a\xf7\xdc\xa8\xec\x81\x2d\xb7\x14\x96\x6e\x85\x0d\x7e\x07\x0a\xb2\x91\x1d\x4b\x2a\x0d\x28\xea\xe1\x94\xa9\x99\x8a\xd9\x4f\x10\xca\xb7\x60\xbf\x01\x40\x88\xe2\xf6\x2c\x8f\x8e\x01\xa4\x05\xc2\x5a\x4e\x21\xb9\x69\x33\x1b\x2e\x23\xac\x44\x8f\x9a\x76\x44\xbe\xa7\xbc\x92\x82\x0c\x6d\xa1\x96\x8e\x41\x17\xf8\xf9\x17\xec\x40\x4d\x4b\xc4\x86\x0d\xd8\x06\xa7\x98\xec\xc7\xd8\xfb\x09\x7c\xf9\x6c\x9c\x0b\x00\xc2\xdd\x78\x0c\x73\x56\xc7\x72\x46\x0b\x58\xd6\xe2\xcd\x08\x3e\x4a\x6d\xf0\x25\xee\xee\xd7\xd7\xcc\x21\xb4\x7b\xe6\x57\x3c\x20\xe8\x5b\x46\x97\x1c\x21\xe0\xb5\xaf\xf2\xdb\x09\xfd\x92\xdd\x39\x5d\x44\x87\x93\x4f\xf6\x3e\xe2\xe1\x04\x83\xac\x90\x78\x0b\x00\x82\x9b\x84\x17\xe9\xd8\xde\xc1\xb5\xa1\x9f\x68\x6e\xe6\x44\x1c\x29\xad\x6f\x66\x2b\x13\x5e\x57\x6b\x58\xdf\x22\xb4\x15\x3b\x58\x94\x10\x71\xf1\x3d\xd6\xc4\xb5\xbc\x7c\x67\x66\xcf\x92\x29\x39\xf6\xcc\xfd\x4e\xb3\xd5\x1d\xcc\xb1\x13\xba\x65\x00\x49\x02\x80\x60\x11\xc3\x9b\x11\xdd\xbe\x46\x74\x8f\xf6\xb5\x79\xa9\xb0\x33\xf5\x76\xbd\xbb\x20\x3b\xc1\xb7\xda\x9c\xaf\x8a\xb0\x28\xef\xe7\x55\x86\x4c\x2e\x0e\xe4\x5e\x5e\xbb\x20\x4f\xca\x1d\xb3\xf8\xb2\x9e\xca\x99\xef\x64\xa5\xb6\x60\xfb\x4c\x78\x26\xdd\xce\xb2\x01\x00\x3e\x95\xf4\x20\x9c\xda\x0a\xd4\x3d\xd4\x33\x4d\x7c\xd5\x8c\xc3\x6d\x75\x54\xc5\x91\xf8\x05\x55\xfe\xb2\xde\x70\xcb\xb2\xb7\x52\xa7\xe0\x15\x45\xa9\x62\x99\x2f\x66\xac\x11\x01\x8b\xe3\x75\x4a\xc1\x26\xc7\xd7\xaa\x05\x3c\x68\xa2\x83\xe4\x30\x27\x19\x00\x78\x1c\xa6\x0c\xfb\xdb\x66\x97\xb7\x9f\x92\xdf\x34\x3c\x77\xea\x21\x4d\xed\x4b\x7d\x6f\xdc\x44\x53\xa5\x76\xc7\x6e\xb3\xb2\x4d\xea\x97\x41\xdb\x0a\xfb\x95\x02\x9f\x5e\xe3\x30\xb9\xed\xa2\xdb\xda\x27\x92\x0c\xc7\x32\x25\x24\x2c\x99\xb8\x54\xdc\xcd\xe3\x01\x00\xf7\x22\xab\x11\x3d\xde\xda\x54\x7e\x3e\x0b\x6e\xcc\x2f\x79\x9f\x02\xd5\x32\x0a\xbf\xc6\xfc\x36\x2d\xcf\xbb\x1c\xf6\xa7\x74\xc0\x50\x14\x78\xb0\xd0\x4b\x97\xee\x33\x32\x37\x2d\x7b\xe6\xa2\x1d\xda\x1d\x0a\xd2\x31\x59\xf1\x42\xd2\x38\xd1\x4b\xbc\x4c\x40\x05\x00\x6e\x20\x5b\x85\x2e\x69\x25\xaa\xd7\x67\x7e\x68\x3c\x52\x69\x73\xf0\x5b\x6d\x68\xe9\x50\x0c\x5e\xf9\xaf\x68\x47\x18\xb7\x94\x95\x77\x2a\x70\x64\xc1\x57\x83\xe7\x9a\xc6\x5c\x57\x6d\xfa\x22\x5b\xad\xb9\x2a\xc6\x71\xbb\x22\x4f\x36\x65\xa2\x9f\xe8\x9d\x30\x10\x00\xb8\x23\xd9\xff\x21\xa6\xd6\x8d\xf5\xe3\x33\x69\x8d\xde\xd5\x45\x07\xb9\xb5\x36\x95\x93\x63\xa6\x57\x76\x96\x86\x87\xcd\x2f\xf5\x2e\x44\x37\x37\x17\x14\x1a\x65\x6b\x20\xc3\x15\xfd\x91\x85\xbf\x34\xf5\xea\x8f\x8e\x61\x8a\x8d\xf2\xc5\x13\xe3\x45\x6a\xe1\x53\x00\xe0\x98\xd8\x5f\xe0\x37\xc7\xd6\xd1\xdf\x66\x84\x75\xfd\x03\x6d\x0e\x6c\x6b\x33\x81\x2b\xf7\x35\x35\xb9\x83\xf2\x1d\xa5\xb5\x54\xc8\x36\xe0\x6d\xa5\x04\xba\xbc\x2a\xa1\x64\x27\xdc\xe1\x7e\x20\xcf\x88\x9c\x9d\xb9\x4e\x57\x88\xfe\xb5\xec\x54\xce\xc3\x87\x01\x80\x48\x84\xef\x80\x3b\xfb\x9e\xc1\xb3\x33\x3c\xbb\x4a\x60\xc7\x03\x0b\xda\x22\x60\xbb\x7d\xb2\xc6\x07\xf0\xfa\x1d\x9c\xda\x45\xb0\x2e\xe0\x72\x65\x30\xe2\xb8\x2a\xb0\x64\x2a\x72\xd9\x3d\x2a\x2f\x15\x2d\x9b\xb9\x42\x07\x63\x2a\xcb\xe3\xca\xd1\xf8\x36\x00\x10\x51\xf0\xbd\x30\xd4\x27\x44\xe9\x19\xe6\x5d\xc1\x68\x48\xf2\xdf\x36\x33\xd4\x71\x5f\x62\xa3\x08\x9d\xbe\x23\xbe\xe6\x3f\x74\x5d\x40\x53\xc5\x3f\x54\xb7\xca\xa3\xf8\x34\x36\xdd\x7d\x5b\xde\x62\xac\x66\xe6\x22\xdd\x7a\x7c\x8f\xe5\x59\xc5\x55\xfc\x22\x00\x88\x02\x71\x1d\x64\xec\xfd\x43\x2e\x49\x0f\xef\x6c\x62\xb4\x24\xa7\xb6\xee\x67\xac\x8e\xfa\xd4\xf0\x9a\x78\xb3\x63\x58\x8d\x2f\x71\x3c\x20\xae\x22\x92\x18\x5c\xf9\xba\x78\x0e\xf1\xd0\x7d\xb9\xd1\xc0\x18\x3e\x73\x9e\xb6\x86\xb1\xd0\xf2\xad\x62\x33\x63\x36\x00\x08\xbb\x89\x83\xe0\xcf\xde\x0c\xee\xce\xb4\x8e\xce\x39\x1c\x71\xd2\xf5\x96\xd3\xec\x13\x51\x60\x43\x28\xdb\x31\xb4\xb8\xba\x98\x95\x1b\x30\xb5\xbc\x8b\xb5\x6c\x65\x63\x11\x8b\xf9\xc8\x7d\x42\xee\x47\xa6\x78\xe6\x34\x2d\xc0\xf4\xb2\x9a\x26\xd7\x93\x45\x00\x20\x34\x67\xc4\x82\x21\x3d\xcf\x45\x97\xd2\x6c\x3b\x64\xc2\xba\xa4\x0d\x2d\x0b\x05\xb2\xa8\xe1\xf5\x8d\x7c\x41\x68\x48\xf5\x38\x5e\xc1\xc6\xd3\xe5\x33\xb8\x43\x2b\xc1\xc2\xff\x38\xff\xdc\x9e\xe7\xae\xe3\xb8\xce\xb4\xd2\x6c\x62\x87\x58\x6d\x90\x3d\x62\x39\x01\x80\x20\x90\x0c\xa6\xc7\xf7\xb8\xaa\x7d\x8f\x2e\x6b\x3f\xad\xd4\x27\x26\x35\xef\x95\x7f\xde\xeb\x5e\x77\x59\x16\xbc\x1d\xaf\xb2\x91\xb4\x6e\x74\x2c\x9b\x23\x5e\xb8\x72\x58\xc1\x13\x61\xa5\x5b\xa9\x21\x40\x30\x76\xa6\x7d\x76\x08\x2f\xcc\x4a\x2f\x7d\xcb\xd9\x02\x00\xfc\x40\x66\x2e\xed\x60\xb7\xd8\xb8\xe3\x48\x60\xbb\xb3\x61\xcc\x7e\x4e\x53\xbd\xae\x25\x32\xb8\xce\x4e\x13\xb1\xcd\x64\xda\xad\x1e\xbb\x21\xb9\x34\x5a\xd1\xb9\x22\xad\xc0\x5e\x96\xe8\xb6\x31\x87\x14\xff\x67\xff\x49\x2d\x11\x7a\x5b\x1d\x93\x2e\xe6\xad\x02\x00\x9e\x80\x55\x4e\xe5\x77\x8f\x28\x9b\x98\x7a\xa8\xad\xa8\x78\x79\x42\x5d\x93\x47\x41\xd0\x1e\xb0\x56\x60\xf4\xd9\x7a\xa7\xb2\x2d\xc7\xc3\xbf\xbd\xa4\x5b\x3b\xcb\xfb\x75\x3e\xa8\xfa\xea\xfa\x59\x7f\x57\x2e\xb6\xff\xa8\x7a\x25\xfe\x61\xf5\x5e\xa2\xe3\x7f\x06\x00\xee\x6f\xf6\x21\xaa\x4d\xd7\x29\x93\xfb\xe1\x7f\x6d\xfb\xcb\xcd\x12\xb6\x35\xbe\x2b\x3e\xbd\xc7\xb6\x76\x43\x41\xea\x56\xb2\x32\xc5\x38\xca\xff\x68\xc9\x11\x7d\xae\x77\x7b\xfe\x02\xcd\x44\xd7\xcb\x7a\x9e\x72\xa5\xfd\x67\x55\x8e\x74\xd9\xf8\xb1\x92\xad\x82\x2a\x00\xe0\x36\xb1\x4b\x29\x75\x5d\xdc\x9a\xe2\xc3\xba\xb6\x59\xa6\x55\xf1\x3f\x1a\x4b\xcb\x06\x22\xce\xd5\x7c\x2d\x9e\xbf\xd5\xaf\x72\x72\x7e\x96\xff\xea\x92\x89\x86\x2e\xef\x9c\xbc\x53\xda\x1b\xae\x27\xf4\xf3\x55\x39\xf6\x7f\x55\x3e\xb2\x85\xe3\xbd\xc4\x1f\x85\x9e\x00\xc0\x0d\x67\xd7\x67\xd5\x1c\xff\x06\xcd\x3c\xe4\x7a\x4c\x0e\xcd\x8b\x8b\xe8\x9e\x02\x39\xee\xfe\xd7\x16\x0a\x45\x86\x6c\x6c\x0c\x81\x86\xfc\xfe\xd6\x8c\x83\x8f\x2e\x1f\x5e\x1e\x8f\x6c\x72\x3e\x53\xe8\x8e\x06\xcd\xa8\xce\xe9\xc0\x52\xcd\xd9\xaa\x62\x7c\x3d\x00\x88\xf7\xe0\x78\x96\xe2\xb8\x11\xf1\x3b\x34\xfb\xd8\x0a\xc4\x2e\xce\xbf\xab\x03\xfe\xbc\xfb\x65\xeb\x3f\xf8\x4f\xc8\x8a\x46\x00\x59\xe5\xf7\xa6\xba\x17\xa9\x59\xf6\xa5\xdc\x11\xdd\xee\x3c\x58\xf0\x07\x9b\x36\xa3\x28\x47\x8a\x7d\x37\x17\xaa\x88\xff\x4f\x2b\xf6\xc3\xc9\xac\xfd\xc7\x83\x31\xc6\xa1\x89\x7d\x77\xb1\xa5\x71\x2e\x5d\xd1\xe8\xab\xdd\x17\x5a\x8b\xd0\x63\x21\x4e\x0d\x65\xe8\x25\xbf\xdb\xd5\x29\xd8\xf4\x65\x8f\xca\xce\x62\x1c\xe7\xce\x82\x6e\x7c\xd2\x0c\x5d\xce\x0e\xbc\xce\x5c\xac\x0a\x26\x00\x00\x10\x8f\xc7\xdb\x33\x3b\x07\x5b\x98\x40\x0a\xd8\xe7\x4b\x26\xc6\x56\x74\x36\x31\xae\xec\x4e\x6b\xf9\xce\x38\x12\x7c\xa3\xfe\x27\x63\xb9\x5f\x6e\x55\x3b\x63\xee\xb2\xc6\xb2\xe9\x8c\xe5\xce\x35\x05\x8e\x8c\xed\x33\xe4\xfa\x46\x46\x86\xb9\x49\xd9\xc8\xf0\x07\x00\x11\x48\x60\x99\x49\x83\x76\xdc\x37\x29\x76\xbd\x39\xdc\xf1\xb1\x9b\x3b\x47\x71\x56\xee\x76\x6d\x09\x66\xe3\xc1\x55\xf5\xa1\xac\xb7\x7e\x50\x95\x39\x8b\xb2\x2c\xb7\x34\x99\x65\xe3\x5c\x98\x7f\x80\xd9\x37\x43\xab\xfb\xcc\x4c\x32\xbf\xa7\xf8\x41\xb6\x02\x80\xb0\x9d\x91\x95\x31\x34\x80\x8a\xdd\x0f\x16\xf7\x7c\x16\xfe\x89\x79\xd3\x11\x26\xb8\xb2\xeb\x59\x73\x0e\xbf\x3b\x98\x59\x57\xc4\x3b\xed\x17\x61\x8a\xe0\x3e\x5e\xc6\x2b\xa9\xe3\x4e\x74\xd6\xe7\x95\x71\x7c\x66\x94\xeb\xdc\xd9\x09\x16\xb3\x14\x4b\x59\x6e\x00\x20\x78\x4f\x26\x65\x78\xf4\x6b\xd5\x4b\x0e\x8e\xea\x19\xab\xc4\x62\xb6\xb5\xc7\xca\x2f\xec\xda\xd4\xa4\x93\xcd\x0a\x7a\x51\xab\x96\xf0\xd7\xde\xab\xdc\x28\xfa\xb3\xcc\xbb\x38\x47\x48\x73\x86\x8c\x2a\xfe\x83\x19\x43\x5a\x07\xde\x0a\x0b\x8a\x7c\x31\xc7\x13\x00\xf8\x4f\x99\x65\xe9\x7b\x8f\xdd\xcf\x3d\x76\x20\xa4\x7b\x63\x4e\x72\x74\x65\x9b\x5c\x37\x3e\x2c\xb7\xb1\x2f\xbb\x31\xc8\xa7\xa6\x49\x75\x70\xed\xf6\x8a\x78\xc5\x6c\xcf\x8b\x45\xad\xd2\x9b\xce\x01\xb9\xad\xe2\x94\x19\xe7\x34\x41\x82\xdb\x16\x2d\xb2\x04\xee\x17\x00\xe0\xcf\x60\x69\xd2\xae\x1c\x73\x2f\xb9\x97\xdc\xd7\x95\x53\xf8\x3d\xda\xae\xf5\x75\xbe\x79\x98\x45\xe3\x84\xdc\x91\x81\x55\xd5\xdf\xf5\xa3\x7c\xef\x97\x17\x6b\x2c\x3c\xd9\x85\xff\x54\xc3\x9c\x9d\x0c\x3f\x64\x3d\x33\x5e\x66\x6b\xc5\x3b\x2d\x7e\x4b\xfb\xf8\x18\x00\xf0\x98\xec\x35\x69\xac\xbe\xe7\x15\xa5\xc9\x87\xbb\x42\x4a\x8f\xee\xbb\xd1\xaa\x2f\x5a\xb9\x73\xa8\xa1\x3d\xef\x45\xe0\xa1\x6a\x8d\x41\xed\x5b\x5d\xbe\x59\x17\xe4\x79\xa0\xd0\xa8\x7e\xec\x6c\x67\xc8\x56\xac\xb6\x1d\x9d\xed\x27\x49\xb5\x74\x96\xa6\x0a\x9c\x00\x80\xb7\x92\x9d\x9a\xb6\xba\x2f\xa7\xea\x6c\xb2\x43\xe7\xf7\x8a\x5d\xfb\xf2\x5a\xd7\x95\x3c\xdd\xa9\x6a\x88\x28\xdc\x15\xb8\xaa\x7a\xa9\xb1\xc7\x57\x5a\xf6\x5f\x8e\x9b\x67\x74\xe1\x0a\x0d\xd5\x79\x81\x61\xbe\xf2\xb0\xad\xbb\xfa\xb6\x74\x83\x65\x9c\xd4\x52\xa0\x04\x00\xee\x2d\x76\xd6\xe7\x7f\xc8\x6a\xf0\xf7\xe3\x09\x48\x0c\x64\x7f\x79\x2c\x92\x09\xcd\xec\x33\x43\x0a\x21\x97\x6a\x1f\xe4\x32\x14\xa3\xdb\x82\x3a\xc2\x73\x59\x56\x68\x18\x5c\x73\xd8\x1a\x35\x20\xfe\xa1\x4d\xe8\x5b\xe4\xed\xd2\x0a\x6c\x13\x5a\x30\x7e\x32\x36\x88\xad\xf9\xf4\x19\x36\xa1\x05\x8f\x26\xc0\x57\xd1\x83\x97\xa6\xc0\xdf\xd0\x45\xbd\x8e\xc8\x52\xe4\x53\xd5\x61\xe4\x00\xf2\x5a\xab\x45\x06\xd0\x4d\xcc\x18\x74\x04\xca\x3d\x04\xa1\x51\xe8\xa5\xed\xdf\xd0\x4e\x6c\xce\x52\x47\xcc\x05\x83\xad\x3a\xb1\x76\xac\xe4\xe3\x41\x78\x26\x63\xe7\x83\x4e\x38\x9c\xb8\x70\xe1\x23\x0c\x12\x31\x3d\x73\xe0\x63\xf8\x55\x93\x18\x19\x83\xa3\x9a\x8f\xc8\x0e\x3c\x93\x2c\x47\x2a\x71\x46\xca\x5d\x74\x0a\x8e\x6f\x8f\x41\x19\x38\xbc\xc4\x84\xfe\xc5\x33\xad\xd2\xb1\x5c\xdc\xfd\xcd\x1b\xc8\x91\x87\xdc\x3d\x09\xed\xe7\xf2\xce\x92\x90\x9e\x23\xee\xdc\x00\xbd\x67\xe7\x57\xb8\xc0\xfe\xac\x73\xea\x2f\xb0\x9c\xb5\x8c\x31\x1e\x7e\xc3\x2c\x3b\x58\x8a\x1c\x66\x8e\xdd\x16\x89\x7c\x21\xc3\x17\x3f\x40\x39\x0c\xa9\x95\x0d\xe6\x4b\x24\xbf\x9c\x0d\x3a\xc9\xf6\xdf\x62\x81\x59\x92\x77\x43\x19\xe0\x49\x71\x7a\x9b\x18\x9a\x24\x1a\x56\x3a\x08\xed\x17\x14\x29\xdf\x40\x7d\xfc\x14\x3c\x0a\xf6\xe0\x2d\x39\x10\x0e\x77\x71\x9e\x6c\x8d\x40\x22\xd9\xf4\xc5\xeb\x90\x3f\xcc\x3b\x96\x1f\xd1\x41\x46\xdf\x53\x21\x3d\x49\xe7\x79\x7d\x25\xbd\x51\xb3\xe8\x84\x11\x34\x57\x8f\x6e\x31\x03\x03\x94\x23\x8b\x99\xa0\x5a\x3e\x56\xfe\x13\xfc\x27\xb5\x47\x3b\x21\x9a\x78\x6e\xf2\x54\xd8\x5a\x68\xbd\xe5\x00\xdc\xc7\xbb\xb5\xa8\x11\x39\xca\xd9\x68\xf9\x14\x0d\x60\x3a\x3c\x3c\x40\xf3\x29\x3b\x75\x19\xa2\xa9\x8b\x3b\x06\x46\xd0\x5e\x15\xd4\x35\x0c\xd0\x7d\x8d\x25\x05\xb9\x74\x63\x8e\x5c\x9a\x06\x4e\xd6\xd2\x61\x05\x68\x50\xaf\x49\xdc\x0e\xf9\xcb\x2f\x84\xcc\x80\xfe\x4a\x66\x2e\xfc\x0b\xf7\x0a\xc6\x58\x3e\x43\x2a\xd8\x1e\xf7\xae\x52\x33\x5b\x1f\x5f\xb0\xa6\x5e\x6c\xac\xe9\x03\x68\x76\xb5\xb9\xb5\xdf\x69\xa4\x29\x2d\xcf\x92\xf6\xbe\x6c\x81\xd8\x91\x7e\xb8\xb0\x0f\x94\x80\xc3\x8c\x33\x12\x0a\xc0\x3a\xdd\xbc\xa0\x8b\x50\x96\xf2\xfc\xc2\xf5\xf0\x06\xc9\x48\xcb\x1b\xc8\x3a\xae\xdf\x9d\x29\xd4\x7d\x27\xfb\xce\x2a\xa9\x92\xfe\xa6\x6e\x8c\x7a\xaa\x5b\x55\xad\xa3\x79\xb4\x45\x1a\xae\xd0\xb4\x0d\x4f\x85\xd6\xf4\xa9\xd5\xab\x69\x5d\xf4\xca\x32\xcf\x78\x47\x30\x20\x5f\x1e\x78\x03\xfc\xa3\xe3\x79\xd4\x43\x0f\xe5\x4f\x2c\xaf\xc2\xdf\xf9\x13\x6f\xcf\xa2\xce\xb9\xe0\x71\x26\x9f\x1a\x3f\xd4\xd3\x25\xa6\xe6\x0d\xba\x55\x55\xd0\xc6\xf4\xd0\x73\x3e\xd2\xd2\xda\x68\x02\x7f\xda\x8b\x86\xa5\xb4\x11\x74\xc4\x04\xc7\x71\x40\xcb\xe2\xe1\x81\x1c\xb0\xc5\xe0\xe0\x21\x80\x4a\x94\x7c\xcb\x4f\x70\x3f\xbf\xf2\x56\x3a\xe5\xe5\xb5\x82\xd3\x3f\xa8\xeb\x2e\x7c\xed\xbc\x45\xcd\x1c\xfa\x62\xfa\x4d\xbd\x32\x70\x3d\x27\x88\xb6\xa2\x3b\x92\x5f\x45\xab\x6c\xe1\x50\x49\xfa\xaa\xda\x85\x71\xf6\xf4\x9e\xd2\x17\x81\x71\x60\x84\xd1\xd3\x43\x09\x85\xa8\x1a\xad\xfc\xe1\x34\xfe\x8d\x77\xd6\xd8\x59\x30\xf4\x5e\x2b\x56\x0b\x52\xce\x2d\xc6\x44\xa0\xaa\xb3\x14\x13\x82\xa6\x8a\xdd\x18\x0b\xfc\xa6\xfe\x80\x89\xa1\x66\xc6\x34\x4c\x00\xef\x38\xa8\xc2\xd4\xc8\xf0\x6d\x04\x56\x8c\x0c\x2e\x59\x84\x1d\x43\x0d\x56\xa9\xd8\x4f\x6c\xd3\xdb\x89\xd8\x0a\xe4\xf9\xdd\x41\xcc\x15\x19\x38\x1b\x8c\x4d\x41\xf4\x1d\x67\x31\x5b\x24\xa5\x1c\xc3\x6c\x90\x34\xf5\x72\xcc\x03\x39\x43\xec\xc2\xdc\x51\xe7\x83\x16\xd8\x2e\x94\xb7\x6d\x38\x96\x8a\x7e\x5c\xac\xc3\xf2\xb0\x23\x56\x00\x76\x07\x6b\x7a\xcd\x42\xeb\x08\xca\x9d\x54\xd4\x44\x4c\x3a\x33\x0b\xcd\xc5\x2b\xda\xcf\xa1\x15\xb8\x5f\x59\x01\xda\x8a\x03\x2a\x04\x1d\xc2\x47\xe2\x25\xe8\x1d\xdc\xe1\xc0\x11\x6c\x3c\xbe\x64\xeb\x21\x6c\x05\x1e\xb0\xd8\x05\xa3\xe0\xf1\x96\xbd\xd8\x20\xbe\xf2\xf9\x3a\xa4\x87\x2b\xba\xd1\x84\x1c\xe3\xb4\x9e\xbc\x8b\xf4\xb3\x4f\xb7\x9a\x21\xb7\x58\x5f\x4b\xb6\x22\xdf\x58\x2b\x14\x24\x3a\x81\xd9\x88\x59\xa2\xcb\x99\x2b\x92\x17\xa1\xe9\x64\xdd\x96\xbd\x68\x27\x39\x6b\x11\x8c\x8d\x61\xd0\x2c\xe9\x58\x16\x91\xf1\xb8\x02\xbe\x27\x0d\xb9\x2a\x85\x9f\x8b\x7f\x0e\x7e\x84\x7f\x88\xb4\x4d\x74\x64\x9c\xd0\xbf\xc8\x16\x99\xc3\xff\x2b\x33\x21\x01\xbc\x3b\x08\x1f\xa1\x73\x3b\x12\x7f\x22\x27\x39\xac\x90\x74\x74\x0e\x7b\xd5\xc2\x1f\x28\xca\xec\xb6\x04\xd1\x3f\x8c\xa1\x07\x6b\x61\x7b\xed\x88\x4b\xa9\xb0\x6b\xb6\x43\xff\x5a\x78\xbd\x6a\x4a\xc3\x08\x38\x44\xb1\x20\xff\x19\x1c\x27\xf3\x97\x9c\x80\xa5\x92\x2c\xe8\x0b\x7c\x4e\xa4\xdd\xdf\x8b\xcc\x13\x18\x83\x65\x88\x80\x47\x2e\x44\x90\xcf\x1c\x3b\x4b\x16\x8a\x32\x9d\xee\xda\x40\xd6\xa5\x81\xe7\xea\x21\xe7\xa2\xf8\x9e\x6a\x68\x55\x3e\xbd\xe6\x2a\xb4\x2d\x57\x66\x9c\x0c\xa5\xe9\xf5\xa2\x40\xa8\x42\x53\x44\xbf\x06\x7d\x51\x09\x12\xc6\xc1\xe1\xf2\xf5\x41\x91\xf0\x09\x71\x87\xc7\x53\x64\x0d\xff\xaa\x65\x25\x72\x8b\xed\x71\x53\x0d\xee\x6b\x19\x79\x3a\x01\x4c\x6b\x18\xd5\x59\x09\xe2\x35\x36\x55\xe3\xc1\xdc\x4a\xeb\x1c\x01\x38\x58\xf2\x45\x30\x0c\x1a\x5d\xd0\x44\xbd\x01\x45\xe5\xae\x88\x8b\x87\x06\xb5\x99\x81\x36\xf0\x1a\xe5\x56\x8f\xd5\x70\xaf\xb8\xc3\xb2\x0e\x39\xc4\x5d\x7a\xed\x23\xb8\xe4\x78\xf6\xc9\x57\xa0\x4b\xdf\x89\xf6\x8d\xa0\x73\xe7\xed\x8a\x63\xe0\x86\x96\x13\xba\x68\xf0\x50\x3d\xca\x1b\x01\x9a\x4c\xff\x28\x93\xa0\x11\xa5\x73\x63\xde\x40\x91\x79\xed\x9b\xe7\x40\x43\xda\xa7\xee\xb5\xf0\x5e\x39\x61\x59\x8b\xcc\xe2\x7d\xbc\x36\x1a\x1c\x75\xf6\xf3\x89\x7f\xe0\xc8\x93\x5d\x6d\x11\xe0\xf0\xfe\xe8\xf2\x1b\xa0\x7d\xd7\x59\x2d\x09\xae\x6b\xf9\xce\x5d\x01\x22\x75\xff\x65\xed\x03\x2f\x57\x46\xc4\xec\x86\x9c\x8a\xec\x37\x5d\x80\xd8\x39\xa9\xee\x1c\xd8\x49\x69\x6f\x79\x0a\x7e\xc5\xe7\x5c\x8d\xa5\xdf\xbc\x12\x75\x62\x17\xfd\xe6\xb9\x6b\xad\x26\xfa\xcd\x53\xd3\xcb\x3d\xe8\xaf\xfa\x6d\x34\x0f\xc0\x71\x9d\x27\x38\x85\xa0\x6f\xf3\xec\xcc\xfb\xa0\xb8\xfa\x77\xf4\x07\xf0\x62\xc9\xd7\x4d\xa5\x90\x4b\x2e\xcd\x5d\x08\x9d\x51\xad\xb7\x9a\x06\x67\xf3\x1b\x9f\xe7\x33\xb2\xe8\x45\x37\xc7\x33\xa6\xd3\x9f\x9c\x7c\x4f\x9c\x03\x47\xb7\xfc\x21\x14\xa0\x73\x89\x2b\x11\x0d\xd2\x15\x61\xc4\x02\xc8\x09\xbd\x8c\x7f\x87\xde\x24\x5d\xc5\x4f\xc1\x2d\x5b\xbc\x70\x0d\x22\x5d\xc4\xc7\x29\x28\xc7\x52\x85\x1f\xc1\x82\x9e\xdd\x26\x5e\x20\x76\x37\xdc\x88\x7c\xc4\xea\xe4\x4a\x62\x17\xfc\xad\x65\x19\x31\x17\xbe\x5f\x1c\x8d\x7f\x87\xdf\xca\x35\xf8\x79\x24\x10\x9d\x89\x17\x20\xbd\x49\x21\xb8\x00\xf5\x0e\x69\xc5\x93\xd1\xb6\x85\x5f\xf1\x70\x2c\xcc\xd2\x15\x0f\xc3\xea\x9f\x42\x44\x34\x5e\x77\x7d\x38\xe1\x84\x87\x9d\x70\xc4\xef\xe3\x16\xcd\x9b\xf0\x3e\x2c\xaf\x48\x8c\xab\x31\x48\x76\x0b\xcf\xc2\x38\x48\x06\xbe\x03\x6b\x4d\x3c\x89\x6f\xc4\x6e\x85\x2c\xc4\x97\xe1\x63\x16\xf2\x70\x37\x7c\xb3\xc5\x67\x7c\x15\xbe\xfc\x61\x1c\x8e\x73\x0a\x2e\x27\xe3\x1b\xd8\xaf\xfa\x7f\xe2\xd3\xd8\x63\x1a\x0a\xb0\x37\xac\xed\x05\xbb\xb1\x1b\xcc\x2a\xc9\x2f\xac\x97\xe9\x0d\x7d\xc4\xea\xc8\x0b\xfb\x45\x58\x2d\xb9\x2b\x78\x2e\xd6\xc1\xb8\xe5\xf1\x14\xeb\x63\xec\xb2\x68\xc2\x5e\x10\x87\xee\xfd\xc2\x3a\x25\x2b\x2e\xc4\x60\x0c\xf1\xe8\xbe\x65\x58\x98\xb0\xb7\xce\x03\x73\x11\x90\x79\x8b\xb1\x09\xfc\x1d\xe2\x05\x18\xc0\x0b\x00\x8f\xa2\xbf\xb9\xab\x13\xc2\x31\x73\x8e\x7d\xd0\x56\x6c\x0e\xeb\xad\x07\x88\x79\x33\x55\x16\xe7\xb0\xa3\x8c\xbe\xdb\x7d\xe8\xf7\xec\x1b\x67\x0f\xa0\xa7\xd4\x13\xbb\x8b\xd1\x52\xe5\xcc\xea\x0b\x28\x22\x0f\xcc\x9d\x84\x46\x4a\x41\xe1\x0e\x34\x4c\x3c\x40\x7b\x8a\x46\x8a\x86\xc7\xcf\x45\x8f\x0a\x5c\x02\x61\x54\xcc\x5b\xe8\x31\x15\xad\x61\xbf\xb7\x78\x87\x7e\x60\xda\x5e\x37\xa0\xd6\xc5\xe7\x4f\x35\x20\x8f\x0a\xc7\x76\xcc\x44\x5a\xf3\x7c\x2b\x6b\x11\xb1\x81\xaa\xdf\x84\x64\xe8\x0c\xbc\xfb\x08\x25\xfb\x38\xe5\x02\xc2\x55\x9e\x8f\x05\x91\x22\x59\xd5\xe6\x6d\xc8\x69\x71\x88\x3b\x89\x7c\xe7\x2b\x2d\x6d\xd1\xcd\x6c\xdb\x2b\x73\x90\xa3\x4d\xb3\x8f\x43\xc8\xea\xba\x88\x56\x1b\x64\x72\x95\xa4\xec\x0d\xfc\xa2\xbc\x59\xd3\x0f\x9f\x2f\x6e\xe5\xe8\xe1\xeb\xf9\x79\x99\xd7\xe0\x4f\x86\x2d\xd1\xd7\x11\x6b\x4d\xcb\xa6\xe9\x88\xbf\x62\xc0\xed\x3e\x02\x89\xe3\x2d\x5d\x90\x1b\xdc\x49\x17\x73\x10\x8f\x81\xc4\x01\x73\xf8\x43\xcf\xe5\xa6\x21\xb8\xad\xc3\xb6\xa4\x06\x16\x35\x7b\xa8\xcb\xe0\xac\x3a\x73\x56\x25\x0c\x56\xb6\x66\xd8\xc3\xaa\x12\xcb\x7d\x07\x60\x93\xf1\x7a\xc0\x2c\xf8\x8a\xd6\xdb\x6d\x27\x62\x23\x9f\x68\xe9\x8a\x70\x79\x83\x17\x3a\x91\x09\xa7\xeb\xfa\xe7\xc2\x97\x8e\xd7\x37\xbe\x80\xb3\xfb\xb8\xc5\x43\x70\x7c\xa7\xad\xea\x02\x1c\xd8\x7c\x98\xf9\x08\x0e\xaa\x65\xa4\x1f\x86\xe3\x2b\xdc\xa3\xae\xc2\x19\x85\xae\x1b\x8f\xc3\x72\x7d\x9d\x9b\x0b\x7c\x57\x51\x64\xb9\x01\x09\xe5\xef\xba\x30\x13\xfe\x70\x69\xc2\x31\x06\x5c\x7d\xa6\xb3\x71\x3d\x7c\xe8\xc4\xa2\xe2\x99\xf0\xd2\xbe\x50\xd5\x62\x78\x62\x87\x0b\x33\x14\x36\x6f\x6c\x4c\x7b\x0f\xdb\x57\xf5\x46\x65\xc2\xb3\x8b\x7f\x6c\xd4\xc3\x2b\x0c\x75\x6e\xee\x30\x47\x79\xdc\x52\x06\xff\xe1\xb3\xee\x38\x72\x7e\xd3\x5c\xce\x1e\xe5\x6c\xa1\xf1\xba\x65\x6c\x06\xed\x62\x75\x12\xeb\x3b\xdd\xd1\x10\xcd\x3a\x42\x57\x08\x52\x98\x97\xc1\x40\xea\x59\xa6\x17\x34\x3b\xf6\x39\xa9\x82\xad\x37\xaf\x63\xbc\x41\xac\xdd\xea\x18\xc1\xa8\xaf\x79\x22\x31\x88\xb9\xdd\xde\xc6\xe1\x40\xf2\x33\x7a\xf6\x3d\xa8\xb0\xeb\x12\x7b\x16\x54\x5f\xa5\x67\x69\xa0\x9e\x1c\x19\x6b\x2a\xf4\x96\x5f\xcb\x24\xe1\x38\xea\x02\xf2\x23\xfc\x29\x36\x8c\x8c\x45\x24\x9b\x9a\x19\x67\x51\x6f\xb7\x15\x0c\x2f\x6c\x94\xb9\x39\xd1\x81\x89\x6f\xd1\x39\xd3\x30\x9b\xd3\xdd\xec\x34\xf4\x6e\xd7\x78\x56\x17\xda\x6c\xba\xcd\xf2\x44\x09\xfd\x23\x66\x0b\x9a\xc6\x9f\xc0\xf4\x40\x0d\x14\x2d\x59\x8e\x3e\x8e\xb9\x4d\xce\xc6\xdc\x37\xf9\x30\x0c\x18\xe1\xfa\x88\x31\x01\xfb\x34\xee\x29\x61\xc4\x27\x5c\x7b\xc5\x9e\xc8\x1e\x77\xb2\x99\x45\xb2\x0e\xb6\x47\x32\xcf\x32\xdb\x2a\xf2\x99\x51\x4c\x7b\xdd\x70\xf2\x2d\xa9\xe1\x52\xc9\x74\xd2\x27\x6b\x3d\xe3\x07\xe3\x73\x74\x1d\x43\xc6\xd0\x04\x84\x31\xe6\x30\xfc\x5c\xf7\x10\x25\xc4\xe7\x71\x43\x44\x00\xb1\xfa\x72\x23\x2b\x53\x14\x30\xf8\x9b\x79\x59\xb8\xa1\xa5\x99\xb9\x4a\xe0\x56\xb6\x99\xec\xe2\x4f\xcc\xfe\x42\x6e\xe2\x8d\x64\xd7\x31\xae\x70\xed\x33\x8e\x33\x92\x39\xde\xfb\x04\xc4\x6f\xf6\x86\x8d\x6c\x42\xc6\xf2\x73\xf9\x41\xcc\x62\xce\x1d\xf7\x0a\x1f\x62\x70\x2f\x64\x33\x3f\xab\x38\xfd\x13\x98\x61\x8a\x4f\x4d\xab\xc9\x76\xf9\xaa\x92\x89\xa4\xab\x54\xa6\xfa\xcb\x30\x89\xdf\x31\x7f\x32\x7c\x45\xfb\xd3\x77\x10\xb7\x05\x97\xa2\xf6\x13\x87\xf9\x6e\x1b\x7a\x09\x33\x6e\xa2\x8b\x02\xd7\xb2\x53\xcd\xcd\xf0\x2d\xe4\xad\x33\xa5\x4c\xf3\x82\xb3\x3d\x79\x24\x35\x2f\xba\xee\x35\xe3\x89\xe1\x59\xa1\x25\x63\xa7\x7e\xb3\x62\x13\x71\x4d\x53\xcc\xd0\x10\x47\xd4\xe3\x8e\x06\x13\x93\x14\xa1\x91\x37\xf0\x12\x29\xdd\xbf\x11\x5f\x2b\x8a\x73\x99\x87\xdd\xe5\x7d\x33\xdf\x8b\x69\x59\xe7\x4e\x81\x64\x69\x5d\x51\xe7\x51\xd2\xac\x7a\x6a\x8d\x25\x63\x57\x45\x4d\x5e\x14\xd1\x5f\x3a\x5c\x7a\x9e\xf0\x2b\x5c\x87\x47\xe1\x77\x8c\x94\xd4\x08\x9c\xa9\x4f\xdf\xe3\x87\xcf\xcc\x5e\xb6\x9e\x8f\x75\xca\x8d\x0b\xb8\x58\x8c\x28\xcf\x3c\x19\x9b\xc3\xa9\x3a\xfe\x8b\x4c\xee\xdd\xdf\x3e\x97\x51\xd3\x39\xcd\x54\x4c\xfc\x69\xa9\xc8\x5d\x4c\x24\x37\x0c\x13\x5f\xc2\x9f\x54\xcf\x47\xb9\x38\x54\xee\x7c\xa8\x15\x9f\x55\x78\x2d\xfc\x19\xd6\x94\x6b\xb5\x8e\x8b\xed\xcc\xbe\xe8\xfc\x13\xfd\x27\x73\x32\x3f\x82\x9e\xe5\x05\x0d\x7e\x24\x37\x9f\x08\x6d\x73\x65\x88\x8e\x55\x56\xd6\x12\x57\xbb\xae\x18\xb6\x10\x6b\x5b\x5b\xc4\xa3\xf0\xd6\x86\x5d\xc8\x29\x7c\x73\xd5\xc0\xa1\xf1\xd8\x8b\xd2\xb3\xe1\x7b\x30\x24\x7f\xdd\xba\x39\x98\x8d\xce\xc3\xf9\x0c\x7a\x5c\x5e\x68\x2e\x44\x55\xbc\x9b\x83\x73\xc9\x05\x67\xf7\xb5\x26\x30\x12\x4f\xa6\x56\xbc\x27\xca\xfa\xd7\xe5\xe4\x13\x96\x5d\xbd\xa2\x43\x38\xd6\xf2\x12\x59\x8d\x8f\xae\xbb\x90\xa2\xc6\xf2\x2a\xd7\xed\xfe\x85\xb9\x17\x7e\xf3\xfb\x80\x0e\xe4\xd8\x3a\x0f\xa1\xe9\x8a\x2e\xf3\xcb\xa8\x0f\xdf\xe2\xfc\x44\xf1\x2e\xaa\x43\xdf\x3e\xd1\x2c\x2a\xde\xe0\x24\xf8\x4e\xbd\x5d\xf8\x92\xff\x87\x16\xa4\x38\xc9\x37\xa3\xdd\x61\x9c\xe0\x7e\xa7\x17\x1e\x9d\xcb\x79\x0e\x4a\x22\x57\xb0\x2f\x42\xa2\xf5\xf9\xac\x6a\xb8\xd8\x79\x3f\x93\x81\xfc\x18\x73\x89\x4c\xc5\xcc\xce\xed\x11\x9d\x01\x63\x7a\xf3\x84\x75\x20\x56\x9f\x20\xc8\x05\x8d\x85\x5e\xfc\x52\xf0\x82\xc2\x81\x57\x07\xcd\x62\xb8\x71\xeb\xa0\x82\x23\x3a\x8e\x09\xde\xb0\xa7\x85\x5d\x04\x7f\x5b\x3f\x97\x25\x47\xda\x9d\x87\x33\x8f\xa2\x0d\x63\xb8\xe4\x41\x6c\xe7\x59\x9d\x68\x23\xd2\xd3\x73\x53\xe8\x8f\x18\xeb\x0c\x82\x0d\x08\xbb\x00\xe4\x6f\x45\x8e\xca\xb3\x78\x91\x08\x83\x90\x72\xe3\x91\xc1\x23\x96\x9c\x44\x74\xf6\x1e\x5f\xf6\x41\x94\xb3\xae\x87\x95\x80\x7e\x9b\xdf\xcb\x0c\xc4\xd4\x63\xb2\xc8\x10\xec\xdc\x50\xb7\x30\x89\x19\xd6\xb5\x53\x40\x25\x2f\xd4\x1c\xe0\x93\xe4\xc6\x3c\x3e\x2f\x87\x71\x41\xda\xcb\x6d\x66\xa4\xe2\x93\x38\x83\x8c\xe5\x87\x4f\xb1\x2f\x32\xac\x22\xdc\x59\x4f\x89\xeb\x7e\x6f\x99\xef\x88\xe2\xf9\xa1\xe4\x23\x42\x30\x26\x8b\xf1\x11\xff\x72\xa2\x49\x70\x4c\x00\xb6\x37\xf2\xaf\xf1\xf9\x55\xe6\xbc\xd7\x3c\x49\x6e\x1a\xf7\x2f\x57\x27\x7e\xc5\xb5\xe6\x34\xa1\x08\xc7\x9d\xfd\xe9\x50\x16\xdb\x9f\xed\x1d\x3e\x93\xb5\x8b\x75\xc0\xcf\x8b\x19\xc3\x54\xcc\x1f\x4e\xee\x21\x6b\xc7\x94\x30\x52\x19\xab\x06\xbe\x08\x36\x2a\x22\x5b\x17\xf2\x43\x65\x4f\x2b\x2e\xf3\xe2\xa5\x07\x72\xd2\xb9\x29\xe2\x27\xa2\xb9\x1c\x54\x94\x02\x7f\x60\xe7\x08\x27\xa5\xcc\x67\x75\xf0\xeb\x76\x9b\x33\x87\x78\x4b\xd7\x92\xe4\x55\x4e\xd1\xbc\x66\xc6\x15\xd6\x8b\x31\x17\x89\x77\x24\xbb\x6f\x3d\x3f\x3f\x6f\x52\xe3\x5d\x5e\x81\xe1\x72\x69\x2b\xb7\x46\xcf\xd3\x1a\x39\x35\xda\xf9\xfc\x3c\x76\x87\xba\x0b\x6c\x65\xdd\x56\xee\x3b\xe0\xc7\xfc\x23\x7b\x12\xa6\x61\x5a\x49\xd6\xf8\xc2\xa4\xad\x30\x69\xde\x4a\xc6\x4c\xde\x96\xb1\x96\x84\x0f\x2b\xb1\x7b\x37\xdf\xbd\x7a\x7a\xdd\x57\x9e\x67\xc5\xeb\xa2\x6f\xdc\xd5\xa5\xb5\xd9\x93\x39\x8b\x8b\x76\x71\x83\xd8\xcb\xf2\xfe\xa3\xe9\x59\x3b\x0d\x51\x49\xc9\x4c\x9a\xb6\x7c\xe7\x6c\x52\xa0\xaa\xf5\x49\x61\x68\x65\x29\x73\xeb\x08\x83\xf0\xcc\x58\x67\xbc\x9b\xe3\xd1\x71\x8e\x3f\xbe\xd3\xb6\x26\x87\xfb\xb3\xd5\xb5\xa0\x86\xf3\xae\x71\xbc\xf2\x03\xfb\x49\x4d\x27\x7b\x0b\xeb\x49\xe5\x72\xca\x00\xf3\x57\x89\x60\xff\x09\xa6\x4d\xbe\x2a\xb4\x8f\x74\xc9\x71\x59\x13\xc5\xf0\x56\xef\x9a\x6b\x47\xac\x91\xda\x8e\x5d\x8c\xc7\x70\x5b\xda\xef\xf2\xde\x1f\x1b\xaa\x36\x71\xef\x76\x53\xf2\x07\x38\xe7\xda\xde\x2b\x27\xb0\x8f\x35\xb9\xb0\x40\x56\x4f\xad\x23\x05\x60\x9e\xaf\x78\xb9\x7f\x3a\xf9\xac\x78\x67\xe8\x12\xc6\x67\xe3\xb2\xd5\x9f\x19\x80\x46\x35\xe7\x35\x31\x52\x26\x18\xbb\x15\x9f\xcb\xf3\x6b\x77\xe0\x9d\x3b\x59\x5c\xf5\x8e\xdb\xde\xff\x2f\x7f\x34\xa7\xa4\x67\x96\x22\x8a\xad\x6e\xfb\xc4\xbc\xca\x12\x34\x82\x59\x29\x4c\x59\x75\x6f\x82\x86\xcc\x2f\xd3\x6c\x3f\xcd\x28\xcf\x3f\xbe\xba\x99\xa8\xd3\x1d\x9a\xf3\x18\xaf\x97\xeb\xc6\x2a\xb0\x73\x3c\x7a\xef\x4f\x95\x1b\xc5\xa9\x71\x81\xc2\x44\x29\x29\x1d\x2b\x9f\x42\x75\xd2\x74\x4a\x73\xa8\xb5\x3c\xb6\xc4\x89\x16\x4e\xc7\x44\x1a\xba\x47\xd2\x33\xa1\x19\xe8\xbc\x73\x04\x3f\x01\x5a\xb4\x46\xc0\xad\x83\x77\xcc\xee\x67\x3f\x45\x8e\x8f\xfc\xc5\xf2\x44\x6f\xf4\x3a\x2b\x4f\xd2\xd7\x34\xc4\x29\xb6\xd3\xa1\x92\x60\xd9\x00\x7d\x40\x33\x51\xba\x0d\x9c\xcc\x7d\x24\xbe\x09\x42\xb4\xb7\xa2\x48\x68\x62\x52\x82\xe0\x3c\x34\xb8\x83\xc3\xf7\x81\x99\x6b\x1c\xb9\xd9\xc8\x9e\xd9\x20\xfb\x2a\x7a\x74\xe4\x7d\x96\x3b\x36\xab\x27\x58\x99\x0c\x83\xf5\x72\xf9\x77\x38\xbd\x98\x2b\x4b\x83\xf9\xd9\xb1\xd2\x11\xb0\x82\xbb\x51\x2c\x85\x3b\x69\x91\xa2\x69\x88\x75\xe2\x7d\x81\x02\xe1\xed\x98\xce\x1f\x87\x9a\xad\x3e\xc5\x4d\x45\x05\xb3\x03\xd9\xf5\xd8\xe6\x91\x57\x59\x53\x30\x65\xd7\x2c\x45\x37\xa3\xbf\x56\x29\x0f\x67\x24\x17\xf6\x4b\xaf\x13\xbf\x55\xdd\x92\x43\x44\x19\xfb\xbc\xd8\x8c\x48\xa1\x9a\x0b\x85\xc4\xd6\xfd\x5d\x02\x4b\x62\x53\xe8\x1c\x9e\x8c\x58\xbc\xda\x86\xf3\x87\x70\x72\x7a\xcf\x0e\x26\x16\x8e\xbc\xc9\x6c\xc3\x2b\xdb\xf5\x0a\x4f\x5e\x5d\x35\x28\xab\xe2\xbe\xcc\x6f\x92\x7a\x73\xad\x15\xaf\xc5\xe7\x38\xeb\x58\x5e\xa2\xfd\x6c\x22\xab\x42\xf0\x8d\xf5\x24\x41\xc9\x67\xb0\x42\xb7\x2f\xe2\x99\x31\x8b\x56\xe1\x9c\x34\xf2\xab\x53\x3f\x6b\x80\x0c\x18\xe5\xc2\xf4\x24\x3e\xb7\xba\xcb\x19\xb2\x8d\x26\x47\x99\xad\x74\xb8\x71\x50\x52\x28\xae\x93\xbb\x8a\xbd\x45\xa1\x64\x85\xf0\xbc\xe0\x6f\xe6\x56\x41\x32\xff\x72\xfc\x51\xde\x0f\x5e\xd1\x36\x2f\x6e\x1a\x37\x78\xe5\x53\xf6\x43\xf6\x3b\x27\x39\x6b\x11\xeb\xe8\x28\x16\x99\x4b\x7a\x37\x7e\x92\x7d\x32\xac\x2c\xdf\x2c\x85\xf4\xfe\x39\x8f\x24\x96\xda\x55\x12\x95\x48\x96\x3d\x89\x88\x16\xce\x50\x3e\x48\x0f\xe0\xd7\xcb\xbb\x62\x1b\x79\xfe\x52\x72\xcb\x7b\x4e\xb7\x78\xc2\x8a\x4f\x6c\x17\x01\xdd\xc9\x99\x09\x71\xab\x46\xf5\x32\x9e\xb3\x46\xd4\x7d\x91\x55\x57\x28\x4b\x62\xa4\x4b\x4a\xf3\x74\x21\xe2\xda\xa2\x06\xd1\x62\xd1\xdc\xfc\x52\xcc\x4b\x90\x97\x8b\x1d\xdd\xc6\xf7\xd4\x6f\x88\xfe\xcd\x1d\xcc\xbe\x1f\xa2\xe1\xf8\x2a\xdd\xbd\x5f\xb3\x2a\xa4\x5e\x8e\x05\xe4\x2f\xc1\xa7\x51\x17\x19\xc9\x6c\x53\xcd\x71\x99\xa4\xe5\x56\xd1\x1e\xc9\xf7\xc6\x65\x9a\xc5\xe2\x94\xda\x64\xc1\x6c\xe1\x03\x53\x32\xb2\x56\x10\x51\xe6\x95\x4a\xf0\x1e\x16\x3e\xde\x17\xcb\x4d\x36\x6e\x0a\x5e\xc5\x7e\xa4\xf3\xf1\xfa\x8f\x15\xa2\xbc\xe2\x68\x41\xea\x25\xe3\x46\xdd\x61\x98\x71\x67\x54\xdf\x91\x81\xdd\xf3\x0a\x41\xc9\x7f\xed\xce\xd9\xdb\xc4\x5b\x9a\xbe\xf3\x37\x0a\xfb\xea\x38\xf0\x01\x81\x97\xe9\xe6\xe1\x0e\x5e\x4b\xe9\xef\xa8\x7a\xae\x57\xc1\xa9\xa0\x72\x76\xb5\x61\xaa\x57\x06\x6b\xba\xfa\x83\xc3\x35\x32\x4e\x1a\x3b\xea\x3d\x71\x9c\xab\xaf\x76\x94\xc5\xf6\x97\x14\xf4\x49\x8e\xf5\xc4\xaa\xf5\xe2\x05\xed\xf7\x78\x72\xa1\xb6\x79\x0c\xd4\x25\x18\x5d\xfb\xe6\xf0\x2c\x1e\x5a\xa9\x8a\x72\xe3\x7c\x2e\xbe\x11\xb4\x86\x9d\x64\x64\x78\xb9\x32\xcf\x69\x6a\x1c\x06\xc9\x89\xb2\xf8\xd1\x6e\xc4\x21\xee\xcd\xca\xfa\xbc\xff\xb2\x8c\x79\x91\xb9\x04\xc5\x49\xb9\x32\x67\x25\x45\xc7\xf1\xd1\xfe\xa0\x7a\xd2\xa3\xb3\xab\xa9\xef\x0e\x76\xaa\x42\x69\x97\xf6\x94\xc8\x6f\xd2\x6f\x6d\x82\xa5\x2b\xa1\xe1\x9e\xa3\x45\x69\xf0\x26\xbb\x41\x3e\x0f\x39\x6f\x66\xc6\xe9\x42\xcf\x55\xce\xc9\xcb\xa0\xd1\x8c\x67\x72\xe7\xd0\xfa\x15\x35\xfa\xe7\xf4\xe1\xec\x5e\x6d\x2d\x3d\x89\xf6\x2c\xfb\x30\xfd\xd9\xc1\x2d\x2a\x1b\x50\xbc\x67\xbd\xbc\x0c\x0a\xdf\x34\x5b\x3a\x05\x5e\xb1\xb4\x4f\xb4\x1b\x59\x62\xa7\xe3\x53\xd0\xf8\x61\x9f\x39\x0d\xd8\xe8\x0a\x4e\xde\x64\x88\x6a\xf4\x34\x0c\x41\x6c\x85\xad\x5e\x05\xc9\xd8\xcb\xb5\x09\x50\x0b\xed\x50\xf6\x3c\x18\x38\x70\x47\x79\x1d\x4e\x8b\xb8\x27\x3f\x0c\xff\x0b\x38\x27\x79\x88\xe8\x96\x12\x22\x77\x74\x93\x1d\xc8\xdf\x8e\xcd\x1b\xf6\x8b\xa3\xc4\x52\xca\xed\x8d\x3b\x89\x5d\x86\xdb\x06\x07\xc2\x4a\x76\x4d\xf7\x07\x6f\x67\x8d\xd2\x5c\xc4\x59\xd4\x70\x75\x36\x9e\x98\xfc\x58\x19\x8c\xa7\x44\x8c\x96\x3d\xc1\xd9\x01\xb3\x24\xfb\x71\xcd\x52\x4b\x61\x1b\x5e\x6f\x17\xc6\x7b\x86\xbf\x31\xf3\xe4\x2c\xc4\xb3\x4a\xee\xe4\xde\xe3\xe8\xf5\x0f\x73\x4a\xd9\x7f\xa5\x73\x74\x30\x3b\x8c\x64\x6b\x02\x59\x0d\x94\x71\x6a\x0b\x96\x63\x52\x9f\xa2\x9f\x59\x17\x3e\x45\x16\xc7\x0c\xde\x18\x2d\xbe\x43\x5e\x5a\xa2\x10\x2e\x22\xc3\xec\x96\xf2\x62\x18\xf7\xcd\x48\x76\x19\x51\x52\xd4\x95\xcb\x15\xe3\xba\xb1\x39\xab\x44\x90\x98\xa9\x33\x13\xc6\x32\x26\x66\x9f\x10\x6c\xcc\xec\x53\xb1\xf8\x9e\x89\x79\x8a\x35\xbc\xb5\xbb\x1d\xa5\xf7\xb8\x21\x1b\x72\xc5\xdb\x38\x5e\x4b\x66\x09\x72\xd9\x53\xed\x1c\xb9\xa7\x98\xf7\xcd\x5e\xb2\x2d\x19\xb7\x0a\xd6\xe7\xda\x6a\x19\xd9\x05\xfa\x8e\xec\x9b\x42\x4f\x6d\x96\x7a\x1a\xf6\x29\x7b\x81\x72\x69\xfa\x1d\xe5\x0d\x79\x50\xc2\x27\xb9\x40\x4a\x09\x6b\x92\xba\x88\x65\xfe\x22\x91\x4e\x48\x59\x9c\xc0\x7f\xc2\x5f\x65\xfb\x1f\xd7\x8a\x73\x65\xf8\x5a\x56\x08\x93\x63\x6c\x30\x34\x15\x77\xaa\x82\xf4\x31\x85\x4b\xf8\x93\xb4\x76\x79\x6a\xe4\x93\xba\xc7\x70\x21\x6d\xb4\x32\x46\xf7\x27\x3e\x50\x3e\x5e\xe3\xb2\x73\xbd\xa4\x52\xe5\xb9\x3e\x59\x34\x4d\xf6\x75\x91\x98\x1f\x2b\xc6\x6c\x31\x0e\x9b\xdf\x3f\x3c\x95\xd9\xc3\x36\x33\x5c\x32\x98\xea\x9e\x28\x62\xf5\x5e\xd5\x6a\xee\x2c\xcd\xed\xca\xd9\xf0\x74\x35\x5c\xca\x3f\xb2\x59\x39\xa5\x70\x28\xb6\x56\xd6\x6a\xfc\x14\x7a\x4b\x12\xa4\xff\x6f\x9d\xb7\xb0\x31\x3b\x65\x61\x25\xef\xa7\xbc\xd8\x76\x34\xc7\x41\x44\x0c\xe7\x33\xb7\x71\x02\x0c\xd3\x0d\xd2\x16\xa1\x5c\xad\x77\x6c\xf8\xc0\xd9\xa8\xe9\xa9\x9d\x03\x05\xab\xa3\x4c\xce\xa9\x1c\xc5\xfb\xd2\x1f\x31\x7f\x64\xc2\xc2\xa2\x50\x1f\xc9\x74\xe3\x28\xbf\x66\x21\xa2\xfd\xb1\x30\x98\x77\x4c\x29\x9c\x71\x87\xfd\x44\xdc\x38\xbc\x94\x39\x81\xd3\x97\x43\x18\x8e\x76\x52\x64\x6f\xf4\x66\xad\x06\xb6\x4c\xa3\x6f\xe4\x82\x46\xf5\xd2\x5a\xaf\xc3\x2f\x15\xdd\x95\x65\x31\x47\x65\xdb\x4b\x1e\x6e\x1f\x14\x5f\xc9\x1f\xf4\xdb\x25\x5c\x9a\xe3\xbc\x70\x3c\x2f\x53\x3d\x73\xc6\x65\xb6\x4c\x92\x3b\xfc\x31\xd9\xc2\x05\xd4\xab\xab\xe8\x59\x83\x82\xff\x2a\xe8\x94\x20\xfc\x72\x29\x85\x72\x3a\xcb\xb2\x28\x94\x7a\x20\x19\xcb\x9f\x4e\xf3\x88\xdc\x6c\x18\xa4\x5b\x07\x9f\xd7\x6d\x00\xe7\xaf\x16\xa8\x69\x50\xb2\xcb\x6e\xf9\x61\xf8\x84\xf5\x5d\xf1\x0a\x74\x0b\x00\xf0\x1d\xb1\xd9\xaa\x9b\x55\xd6\xb4\x50\x01\x5e\x61\x4b\xcb\xc7\x91\xd2\x59\xb4\xef\x99\xdd\x45\xa3\xe8\xf1\xc9\x4b\xf3\xae\xd1\x3f\x47\x0e\x37\xf0\xc1\xd2\x60\x99\x6e\x02\x84\xad\x0e\x53\x6f\x85\x41\x97\x25\xf2\xad\x88\xc4\x7a\x48\x3c\x0f\x3d\x0e\x00\xfc\x89\xd8\x26\xd5\x11\x53\x1d\x34\x4c\x30\xa3\xbc\x1b\xb2\xc3\x67\x95\x0c\x40\x41\x99\x89\x85\x4d\x10\x2b\xe9\x61\x9e\x18\x7a\xb4\xa7\xd5\xb0\x11\x8e\x0f\xde\xae\xbd\x80\x8c\x58\xed\xa0\x9e\x8e\xb4\xbb\x8c\x97\x3b\xa1\x6c\xeb\x5e\xd1\x3f\xec\x08\x00\xf0\x5e\x63\x39\xca\x58\xd3\x78\x5c\xc4\x77\x29\xb7\xc5\xa3\xb0\x4d\x25\xf3\x70\xdb\x0c\x7d\xa1\x1d\xf6\x33\xc9\xcd\xf8\x0d\xfb\xb2\xc7\x3a\xa7\x0e\x9f\x1c\x74\x42\xeb\x8b\x07\xad\x6a\x52\x29\x70\x64\xc1\x69\x59\x09\xde\x62\xdd\x22\x12\x11\x63\x01\x80\x07\xe3\x52\xf9\xb9\x4a\x23\x7b\x1d\xb7\xa7\xac\x98\x35\x80\xfc\x2c\xae\x67\x2d\x4e\xa7\x16\x18\x98\x2d\x89\x9e\xc6\x23\xcc\xa0\x88\x35\x39\x0b\xc8\x7f\x41\x93\x35\xad\xe4\xb1\x55\x5e\xaa\x11\x64\xda\x02\x8e\x6c\x22\xe9\x60\xdd\x2b\xfc\xc1\x38\x0f\x00\xdc\x27\x44\xa5\xcc\xad\x32\x50\x08\x71\x36\x94\xf9\x0a\xca\xe0\xa6\xe2\x75\xfc\xa2\xb4\xf0\x02\x07\x5e\xff\xfe\xd5\xb9\x2f\xb8\x2f\xc3\xe3\xf5\xf9\xdc\x79\x81\xd1\x9a\x85\x9c\x03\x2b\x5b\x95\x47\xd9\xfc\x05\x01\x52\x2a\xcb\x68\x7d\x5b\xb8\x9b\xa9\x03\x00\xee\x5a\x46\x9f\xe4\x70\x45\x93\x9a\xc1\xd2\x96\x9a\x54\x66\xd0\xb8\xa2\x0a\x45\xd6\x91\xa1\x7c\xaa\x6c\x28\xfe\x72\xee\x62\xe9\xdc\xdd\xf3\x75\x8f\xc4\xd9\x9b\x23\xb2\x53\x85\xff\x56\x7c\x52\x98\x04\x5e\xce\x57\x25\x75\xbc\x50\xeb\x21\x81\x84\xb3\x12\xd8\xca\x39\xc4\x0c\x10\x89\x2b\xd2\xf2\x05\xe4\x95\xd2\xcd\x46\x07\x3a\xb5\xc8\x37\xe7\x69\xea\xa6\xbc\x3f\xba\xa8\xb8\x43\x86\x8a\xec\xab\x61\x8f\x75\xbb\x55\x09\x9b\x36\xa8\xef\xcb\x6f\xac\xb0\x51\xd8\x4a\xc7\x38\x6f\x90\x38\x88\xc6\x59\x97\xf0\xbf\xf1\xfa\x80\x2a\xf6\x29\x56\xb6\x10\xa8\x58\x60\xda\xca\xf0\x29\x35\x2f\x0f\xa6\x0e\x14\xbe\x2d\x59\x76\xa8\x3d\xaf\xa4\xe0\x4b\xec\x30\x43\xa0\x31\x77\xa7\x56\xfb\x26\x67\x4d\xc0\x3c\x75\xaa\xa6\xda\xdb\x5d\x5e\xa4\x3c\x3d\xdf\x28\x2e\x96\x16\x59\x47\xf3\x09\xe1\x74\xe0\x15\x3b\x84\x5d\x2b\x98\x53\x31\xb1\x2e\x90\xc8\x2c\x79\x57\x3d\x82\x0a\x14\x0e\x55\xa8\x0e\x8d\xcb\xc3\x4a\x87\xc7\xc4\x18\x66\x14\x86\xec\x1c\xad\x6d\x35\x82\x1b\xcb\xd5\x4b\xf5\x29\x5e\x43\xf2\xc4\xec\xe1\xf3\xf7\x89\xe3\xe5\x41\xd6\x5b\xf9\xbe\x22\xfb\x61\x13\xd9\x63\x38\xd3\xf9\xb1\xe5\x9f\x9b\x54\x78\x4f\xc9\x50\xbd\x35\x25\xbc\xd0\x50\xbd\x3f\x25\x23\x6f\x73\x85\x24\xfa\x5e\xce\xdd\x12\xd6\x0e\x95\x36\xb3\x20\x64\x63\xa0\xea\x85\xe1\xb4\x17\x43\x6e\xad\x79\x3a\x7f\xa9\xd8\x4a\x51\x64\x1d\xc1\x7b\x26\x7a\x3a\x6c\x0b\xab\x8a\x13\xc4\x18\xde\x9e\x42\x79\x4d\x2b\x6a\xe6\x51\xc3\x52\x65\xf5\x26\x6a\x67\xfc\xa9\xea\x46\x5a\x50\x78\x4a\x85\x8c\x3e\x36\x98\x52\xe2\x47\xff\xec\x8b\xe4\x57\x43\x96\x8b\xcd\x72\x3a\xe0\xdd\x8e\xd3\xb2\x11\xa4\x7b\x3c\x24\x7b\x89\x59\x03\x80\x70\x37\xd6\x48\x9c\x68\x37\xa3\x7b\xd2\x8e\x36\xbb\xd0\x29\xa9\x09\xf5\xbb\xe8\x4d\xf1\x79\xd5\x89\xe0\xe4\xf0\xf5\x15\x81\x60\x6e\xf0\xf6\x12\x00\xda\xed\x1b\x9d\x9f\x0e\xaf\x5c\xf4\x3a\x47\x80\xf8\x3b\x8e\xca\x0e\x47\xe3\xc6\x33\x64\x67\xb0\xa3\x00\x20\xf4\xc1\x06\x09\x66\x9b\x0e\x32\xd0\x3c\x9b\x86\xa0\xb6\x54\xf7\xba\xdf\xd0\xa5\xf8\xc3\xd5\x53\x60\xb3\xf0\xa9\xe5\xbf\xe1\x7d\xc1\x0b\x8a\x9b\xe0\x67\xbe\x3e\xf9\x2e\x88\x72\xd1\x95\x9c\x2d\xe8\x5e\x87\x9f\xd9\x8e\x98\xf7\x78\xbe\xcc\x80\xfd\x01\x00\xe1\x24\xdc\x1c\x37\xb5\xfe\xc0\x9b\xa8\x68\x93\x33\x9e\x7e\x58\x59\x17\x8e\xbb\xc5\xbd\xae\x3a\x82\x5b\xee\x2e\x2f\x8f\xc0\x27\x07\x0d\x15\x4f\xc4\x7d\x7d\x3e\xe4\x71\x71\xde\xa2\x32\x7d\x27\x7e\xc3\xe1\xa1\x5a\x4d\xb8\x8f\xaf\x94\x4d\x27\x92\x01\x40\x20\xc2\x9f\x63\xed\xad\xfb\x58\x6f\x29\xea\x46\x39\x2b\xe9\x50\x5d\xed\x00\xf3\x7e\xdc\x72\xd3\x0d\xe6\xe1\xdd\x33\xca\x7a\x98\x93\x83\xb6\x15\x65\x91\x37\x7c\x64\xc6\x57\x64\xdd\xa2\x83\xfa\xe9\x24\xcb\xe1\x82\xea\x1d\x19\x3e\xfe\x82\x34\x93\x1c\x06\x00\xfc\x47\xc4\x5b\xf4\x72\xcb\x6d\x41\x6e\x56\x45\xe3\x18\x7e\x6f\xca\x85\xda\x25\xbc\x1b\xb1\xb8\xc9\x8f\x37\x6e\x17\xb7\x6c\x2e\x37\x30\xf0\x4a\xe1\x35\x4e\x8e\xcf\x42\x63\x20\xfb\xe7\x22\x57\x5d\x2a\x7b\xb3\x43\x8f\xca\x97\x25\x1b\xff\x47\xd2\xcf\xd4\x02\x00\xdf\x95\xf1\x12\xc9\x69\x09\x56\xd6\x65\x92\x0d\xd1\x8a\x85\x07\x5b\x6a\xa8\xb2\xaa\x98\x94\xca\x2c\xa9\x5b\x18\xbb\x34\x48\xdc\xba\xf9\x5b\xc1\x57\xd1\x8e\x35\xac\xdc\xfd\x82\x37\x0b\x7b\xb4\x5c\x7e\xb2\x43\x9e\x32\x82\x7b\x76\xc2\x4a\xf1\x3d\xf6\x0b\x00\xe0\xad\x64\x6e\x83\x43\x9b\xf3\x72\x17\x64\x84\xd6\x9f\xca\x99\x72\x20\xaf\xfa\xb5\xf6\x5b\xf4\xf6\x8a\x6b\xd9\xd5\x3b\xe9\x25\xb9\xaa\xb4\xcd\x96\x05\x1b\x15\x6b\x57\x0f\x1a\x1a\xa4\x7f\x17\x7a\x69\xae\x88\x85\x0e\x71\x8a\x52\xc1\xe7\x09\x5b\xc5\x6e\xbc\x91\x00\xc0\x65\xb2\x52\xa1\xe9\xcd\xcb\x4b\x23\xd3\xe7\xd7\xef\x2b\x3a\x99\x4c\xaf\xa6\x17\x58\xee\x5b\x53\xb1\xd7\x68\xb3\x83\x5e\x32\x23\xc7\x76\x93\x6b\x7e\xa7\x76\xc6\x6a\x4b\xc3\x3c\xd5\x77\x8f\x1a\xcd\x3a\xb9\xc2\xc1\x4e\x31\x59\xfc\x7d\xc2\x36\x51\x3e\xff\x0d\x00\x70\xbe\xb3\xb7\x82\xc2\xa6\xbf\x95\x0f\xd3\x74\xf5\xce\x65\xaf\x93\xde\x57\xaf\x2f\xbe\x14\xd5\x57\xe1\x54\x20\xd9\x31\xaa\xf8\x86\x71\x45\xc0\x89\x7c\xaa\xfe\xda\xaa\xee\x9c\xfb\x9a\x00\x0f\x5a\xf6\x57\xe5\x21\x87\x11\xf2\x13\xd2\x9d\x13\x76\x8b\x76\x0b\xba\x00\x80\x53\xcb\xd6\x81\x13\x9a\x7a\x6b\x8e\xa5\x39\xd5\xbd\x32\xd1\x92\x90\xea\x11\xe5\x96\x51\xe1\xe5\xb7\x8b\x05\xa1\x95\xc5\xfc\xfc\xe7\x01\x48\xfe\x9c\xdc\x45\xab\x78\x39\x5c\xdd\x3a\x8f\xf0\x6c\xbd\xea\xb7\xc3\x48\x79\xb2\xec\xc8\x04\x8a\xf0\xa7\x70\x2f\x00\x70\xb6\xb3\x5b\xe8\xeb\x7a\x1d\xa8\xe7\x8e\x4e\xeb\x1c\x4e\x73\x4c\x0c\x6d\xb9\x43\xcb\x8a\xbc\xdf\x20\xa4\xbd\xdf\x3e\xbc\xc6\x8c\x9e\xbf\x41\x5d\xe1\x07\xb2\x56\x6c\x29\x5e\x08\x69\x5d\x4d\xc6\x3a\xf8\xae\xdd\x35\xed\x53\xd4\xd7\xc2\xa4\x28\xc7\xd2\x00\x40\x14\x8a\xfd\xa6\x3b\xf6\x74\x82\x66\x47\x7e\x76\x14\x83\x6e\x89\xde\x2d\x0c\x30\x22\xf2\x64\xc3\x4a\xb0\x78\xdb\xab\xea\x16\xc8\x69\x03\xa3\xfc\x27\x74\x65\x85\x4f\xd1\x1b\xb8\xde\xb5\xc4\x08\x21\xad\x76\x57\xb4\xed\xe8\x55\x8b\x5e\x05\x89\xf5\x00\x80\xc8\x1b\x1f\x45\xfb\xd6\x13\x01\x87\x1d\xb9\xd6\xb1\x01\x8e\x4c\x9c\xda\x32\x0f\x8e\x8b\x2c\xab\x7f\x0c\xa3\xdb\x2e\x54\x27\xc0\x67\x37\x1c\x2c\xaf\x40\xb6\xad\x70\x2d\xca\x43\x7e\xba\x1a\x8c\x5e\x68\x9f\xdd\x15\x2d\x82\x19\x2c\xce\x29\xb6\xe2\xeb\x00\x40\x34\x0a\xdf\x40\xdb\xd8\xdd\x46\x38\x1d\x59\xd3\x5e\x80\x5f\xdc\xaf\x6c\xc6\x70\x46\x64\x60\xbd\x17\xbe\x67\x1b\xbb\xaa\x05\xdf\xb3\xc1\xa5\xec\x37\x4e\x7a\xff\x2a\xfc\x88\x9f\x76\x95\xe4\xea\x08\x5b\xbb\x8b\x9a\xc7\x04\xcd\xe2\xb7\xbc\x9b\xd0\x02\x80\x90\x42\xd8\x50\xe5\xdd\xe3\xd9\xf3\x53\xf9\x6d\xdf\x59\xda\x84\x47\x4d\x57\x59\xe3\xf6\x9c\xae\x13\x31\xa5\xdb\x5c\xaa\x26\x30\x97\xf9\xdf\x2b\xdb\x4e\x7e\xf5\xee\x2f\xdc\x40\x5e\x70\x4d\x35\xbc\x20\x2b\xed\xce\x6a\x96\x90\x1c\x4b\x17\xf9\x78\x72\x26\x00\x08\xfa\x18\xd6\x94\x9e\x2e\xba\x20\xf7\xf0\xe9\xb6\x08\x7e\x73\x82\x67\x93\x0b\xef\xdc\x9e\x80\xda\x07\xdc\x5f\x5b\x4f\x9b\x12\xb9\x6b\xfc\xa5\xa5\x85\x1c\xb1\x37\xbf\x40\xc9\x7e\xe7\x1a\x64\x58\xca\x0e\xb2\x1b\xca\xa6\xb3\x72\x2d\x23\x65\xbb\x98\xf9\x00\x20\x18\x46\x8e\xca\xfa\xd8\x79\x42\x39\xf7\xd0\x8f\xd6\x6c\x79\x45\x7c\x42\x63\x84\x6c\x61\x44\x5a\xcd\x5f\x49\xfd\x96\xdf\x95\xe9\xe2\xa0\xf5\x8f\x4b\x2a\x84\x6f\xbd\x2d\xf2\xb5\x02\x95\xeb\xd8\x1c\x6f\xbe\xb3\xdd\x2d\x35\xc2\x2d\xb5\x6c\x97\xc6\xb0\xcf\x01\x00\x7f\x18\x73\x6f\xe6\xed\xce\xe9\x06\x9b\x43\xa3\x5b\xde\xe8\x47\xc4\xc9\x1a\x6a\x35\xcf\xc3\xc5\x35\xfe\xea\xba\x2d\xb3\x2a\x4c\x4a\xe1\xfa\xf9\xc5\x0f\xe5\xa9\x5e\xb4\xbc\xf3\xd2\x8d\x2e\x95\xfa\x23\xa2\x1f\x76\x6d\xaa\x76\x01\xdb\xf2\xa9\x24\x9f\xdb\x0a\x00\xbc\x75\xac\x84\x8c\x37\x1d\xa2\xe2\xb2\x94\x59\x2d\xfb\x0b\x27\xc5\x36\x34\xcc\xc9\x4b\xdc\xdd\x5e\x5d\x6b\x60\x87\x84\x57\x58\xe9\xca\xd6\xa1\xc5\xeb\xb2\x87\x96\x7f\xcf\x5b\xa4\xbc\xec\x12\xae\x3b\x2d\xcb\xb7\xab\x51\x59\x8b\xd7\x58\x8d\x97\x8c\xe6\xa7\x00\x00\xb7\x86\x3d\x2f\x83\xec\xd8\x52\x7e\xe5\x60\x5b\xcb\x9c\x92\x87\xb1\x3b\xea\x1f\x16\xde\xde\xbd\xa7\x3a\x39\xaf\x2a\x04\x28\xef\x35\x40\xeb\x96\x15\x7d\xd0\x6d\x58\x7e\xcc\x78\x5f\xfd\xca\x65\xb9\x8e\xaa\x08\xb2\x33\x29\x8f\x49\x28\x56\xb3\xc5\xed\x82\xd9\x00\xc0\x4d\x60\xc7\x67\xcc\xe9\x18\x53\x15\x79\x30\xa6\xf9\x56\x85\x43\xcc\xf7\x7a\x65\xc9\xe9\xdd\x96\xd5\xd6\x85\xf1\xc1\xed\xe5\xfb\x8d\x4f\xd7\x0d\x2b\x52\xe6\xc4\x2e\x2f\x34\xe2\x9a\x3a\x17\x17\xdd\x64\x65\xb5\x5d\x87\x32\x46\x7a\xc4\x2a\x44\x1c\x2e\xa8\x04\x00\xee\x08\x76\x56\xfa\xac\x81\x4b\xb4\xe7\xc9\xef\x7b\xb5\xf4\x29\xd1\x91\x9d\x6b\xe9\x5b\xc2\xe6\xb6\xd4\xd0\xab\x02\xf5\xf5\x37\x40\x7f\x5f\x7d\x55\x27\x34\x7d\xe9\xf3\x32\x5f\x78\xe6\x7c\xcb\x82\x8d\xc8\x4e\x9b\xb5\xfa\x7f\x68\xc5\xb8\x83\x2a\x77\xac\x16\x00\xc4\xf3\x70\xe7\xf4\xa9\x03\x19\x90\x55\xf2\xf7\xde\xe5\xd0\x94\xe8\xed\x1d\x8f\xa1\xd9\x61\xf6\x2d\xe1\xd0\xf6\x40\x65\x3d\x07\x6a\xf6\x55\x54\x1d\x85\x23\x96\x3e\x2c\xfd\x8e\x2c\x98\x6f\x55\x60\x85\x3a\xd9\xac\xd5\x9f\xc7\x3c\xc7\x31\x54\xc3\xb1\xaf\x00\x20\x1e\x8d\xbb\xa5\x8f\x1e\x98\x8c\x84\x26\xbf\xe8\xb9\x8a\x2c\x8d\xf6\xef\x60\x20\xb6\x61\x56\xcd\xbf\x91\x19\x81\xdc\x7a\x77\x24\xd4\x97\x5f\x35\x1d\x19\x5c\x7a\xa7\xb4\x10\x8d\x9f\x6f\x99\x7f\x1c\x9b\x65\xb3\x56\x2f\xc6\xde\x8f\x13\x29\x4f\xe2\x47\x00\x40\x74\x11\x8f\x4b\x4b\xef\xcf\x20\xee\x26\x1f\xe8\x59\x48\xa4\xef\xbb\xdc\x7e\x95\xb0\xda\x79\xaa\x79\x03\x7e\x21\x30\xb2\x2e\x0b\xef\xf1\x4d\x30\x45\xe1\xb7\x96\x1e\x2b\x79\x4e\x4c\x9b\x3f\x2e\xdf\x89\x88\xb7\x59\xa7\x7b\x41\xb4\x8e\x6b\x57\xba\x11\x2d\x00\x20\xf2\x22\x3c\x8e\x7e\x3f\xd6\xcc\xee\x48\x7a\xda\x7d\x94\x6d\xbd\x6f\x5b\xfb\x44\x56\xe6\x4e\x6a\x13\x97\xf9\x34\xd0\xbd\xb6\x8b\x89\xfa\xfa\x55\xe6\x33\x97\x2c\xad\x2e\x71\x61\x0e\x9b\x6f\x96\x17\x4b\xde\xb2\xd9\xaa\x9b\x4f\xd6\x8f\x7b\xaf\x48\x23\x17\xff\xdf\x05\xc3\xe5\xe8\xe2\x63\xe3\x84\xc3\x92\x36\x77\x35\x0b\x86\x47\x9d\x6b\x0b\xe6\x5b\xec\x74\x6a\x3c\xc9\x9b\xb7\xf9\x5f\xed\x30\x6e\xb4\xaf\x7d\xc5\x03\x4e\xe1\x52\x4d\x71\x32\xfb\xf7\xbc\x3f\x46\x2d\x3b\xd2\x26\x41\x1b\xc3\x6a\x30\x77\x96\x57\x31\xcb\x00\x40\x60\x22\x1d\x8f\x9c\xec\xf3\x50\x9a\x27\x9e\xe9\xbc\x24\x67\x47\xf9\xb7\x46\xc9\x86\xef\xe0\x36\x1c\x97\x60\x9b\xa3\xab\x3f\x88\xa7\xf9\xe4\x96\x9f\x15\xb6\x2c\x5d\x5f\x14\x2a\x88\x9d\xf7\x5f\x2e\x87\xf7\xcf\x86\xaf\x09\xe5\x72\xcd\x65\xb2\x12\x76\x3d\x00\xf0\xf3\x99\x09\xa9\x8f\x7a\xa9\x39\xec\xc4\xc9\x9d\x93\x74\xd1\x7b\xeb\x5a\x94\x1a\xef\xd0\x3b\xf5\x6f\xd4\xa3\x36\xd5\x56\x5b\x28\x5e\xfa\x58\x94\x3d\x97\x5d\x59\x72\xa3\x30\x55\xd2\x36\xaf\xdc\x50\x22\x62\xd8\xc8\xb3\xe9\x82\xf9\xe6\x37\xa4\x37\xb8\x14\x00\xe0\x5d\x63\x85\xa5\xfa\xf6\x0c\x14\x61\xfb\x69\x1d\x89\xf9\xd7\xf7\xda\x37\xbf\x30\xce\x0b\xdd\x5c\xbf\x22\x67\xcb\x26\xc7\xaa\xed\x5a\x7c\x8d\xae\xcc\x43\xdd\xba\x44\x50\xd0\xa6\xb8\x3f\x8f\x97\xf3\x4a\x7a\xc5\xc6\xa4\x3e\x2e\xd2\x5a\x4c\x95\x2e\xe1\x7d\x03\x00\x9e\x0f\xeb\xd7\xe1\x6f\x3d\x50\x59\xe8\xfe\x25\x1d\xd3\x8a\x77\x45\xde\x68\x56\x15\x6c\x0b\x1d\x5d\xf7\xd8\xb8\x30\xe0\x81\xe9\x73\x8e\xd5\x9a\x83\xa5\x97\x34\x5f\x96\x1c\x2e\xd8\xa7\x3a\x36\x0f\xcf\x11\xca\x43\x6d\x06\xd5\x87\xc4\xb5\x16\x6b\x24\xf7\xf9\x5a\x00\xe0\xbe\x67\x2f\x3a\xdc\xd4\xe3\x5a\xc9\x4e\xf8\xda\xde\x57\xb6\x31\x32\xaf\xd9\xbb\xe8\xfb\xf6\x4b\x75\x58\xbe\x2e\xa0\xc1\x24\xc8\x5d\xb6\x26\xb8\x34\x59\x77\x6d\xc9\xfe\xfc\xaf\xd9\xbb\xe6\x09\x72\x66\x29\x78\x36\x2f\xd5\xc3\x24\x3c\x0b\x8a\x84\x2e\xb0\x04\x00\xae\x88\xbd\xfa\x85\x04\xd4\x53\xac\x6f\xe6\x81\x0f\x28\xca\x53\x65\xd0\x7c\xaa\x55\xab\x08\x4a\xa5\xc2\x25\x05\x50\x17\xcd\x52\xd1\x0e\x4f\xa4\xbd\xc2\xec\xe0\x4c\xfa\xd3\x64\x47\xf8\x0f\xf8\x7d\x4b\x3c\xa2\x86\x27\x2e\x5a\x87\xfa\x22\xcb\x2d\x9e\x63\x33\xd0\x65\xcf\x4b\xe8\x2f\xe8\x1d\x37\x9a\x41\x3f\xfa\xe3\x93\x37\x41\x25\x38\xab\xe5\x18\xf8\x0c\x0c\x29\xbe\x03\x05\x80\xd9\x8a\x51\x50\x39\xb4\x00\x85\x61\x3b\xe8\x5a\x92\x00\x6e\x82\x45\x21\xa7\x91\x3d\x48\xf0\xc2\x93\xa8\x0d\x3a\xd5\x22\x1b\x33\x43\x0b\x9f\xd5\xd1\x7d\x11\xe4\xfa\x00\xbd\x18\xd9\x79\x72\x38\x68\x86\xec\x6c\x7e\x03\x26\x22\xab\x8a\x27\x83\xe7\x11\x7f\xf9\x76\x68\x35\x22\x40\xee\x40\x1d\xc8\xf3\xc4\xdf\x70\x1c\x1a\x18\xb2\x0e\x99\x8a\x56\x2e\x8c\x47\x1e\x62\x93\x2c\xa2\xd1\xfb\xd8\xc2\xc7\xe5\xb4\x19\x2c\xfb\xab\x33\x69\x4c\x66\xfa\xa0\x82\x3e\x82\x7c\xd0\xf8\x88\x7e\x98\x0c\x2c\x0c\xa7\xff\xc7\x38\x2d\x3d\x03\xc6\x30\x30\x58\x06\x7e\x62\xf8\xee\xbf\x03\xd5\x11\xef\x82\xfd\x61\x0e\xa1\xf2\x38\x83\xc4\x13\x2b\x2c\x5c\x51\x08\xa7\xfc\xf7\x98\x72\x46\xf8\xf5\xe2\x0b\xea\x1e\xc1\x95\x63\x38\xf5\x25\xbf\xae\xde\x93\x96\xc0\x53\xe5\x8f\xa0\xbd\xe2\x0a\xc5\x57\xe8\x18\xa7\x18\x7c\x0d\x2e\x60\xf7\x24\x08\xc1\x9f\xac\xa1\xa0\xed\xd0\x7f\xcc\x1e\x0f\x6f\xf8\x3c\x29\xb6\xb0\x45\x7e\x11\x37\xee\x2e\xcc\xaa\x51\xc9\xce\xa1\x94\x20\xc5\xe3\x9e\x12\xca\x0b\xb9\x4b\x4d\x35\x35\x4d\x4a\xcf\xbd\x44\x1b\x29\xbe\x2a\x7c\x4b\xab\x11\xad\xa5\xef\xa6\x1f\x14\xe4\xc7\xef\x00\x37\xf3\x3e\x05\xd2\xa1\x95\xdc\xd9\xee\xed\xb0\x2f\x7b\x98\xc5\x7c\x84\x46\xae\xbb\x71\x2d\xd3\x54\x58\x3c\xd4\x9d\xe5\x99\xef\xd4\x39\x29\xab\x2f\x57\x6f\xca\xa4\x84\xe9\x9f\xeb\xdf\x50\xbe\x69\x17\xf3\x0f\x51\x4d\x6a\x90\xba\x82\x06\x2a\xf2\x62\x75\xf4\xc3\x52\xe3\xe6\xc5\xe0\x51\x51\xb4\xfb\x38\x88\xc3\xeb\xb3\x58\x02\x5f\x67\x45\x5e\x3d\x90\x51\xd6\xa0\x3b\x11\x9e\x19\x54\x73\xb6\x6d\x72\xe6\x67\xd3\xaa\x72\x53\x96\xa0\xec\xb0\x36\x8e\xb2\xb8\x88\xcb\x75\xa2\x7c\xcc\x13\x66\xf9\x50\xcf\xe6\xec\x8c\xfe\x49\x3b\x9d\x7d\x25\xe0\x05\xfd\x81\xfc\xa7\xdb\x76\x68\x9c\xa8\xc9\xc2\x05\x4e\xe1\xa4\x5e\xd2\x66\xc4\xf7\xcf\x1d\xb8\x92\xf1\xb3\x5b\xd5\x0c\x66\x8a\xdb\x5e\x97\x7a\x65\xcd\x6b\x9a\x90\x3d\x39\xeb\x74\xed\x30\xf6\x48\x8a\xa4\xe2\x78\x46\x24\x35\xb5\x78\xc9\x3e\x9c\xb6\xd7\xe8\xb8\xf1\x1d\x3d\x41\xa3\x72\x3d\x06\x16\xc8\x18\x16\xf3\x60\x5b\xde\xea\x8b\xf2\x0c\xdf\x21\x6a\xff\xf5\x8c\xeb\x83\xcc\x26\x38\x33\xa5\x37\xb9\xc4\x27\xf3\x57\xc7\x38\xb5\x73\x56\x4e\x53\x2a\xcb\x95\x12\x55\x93\x93\xae\xa3\xae\x2e\xdf\x17\xf5\x94\xe6\x58\xc0\xda\xa8\xa1\xdb\xea\xed\x5d\x75\x60\xac\xc2\xc9\x62\x3d\xf4\x90\x77\xf3\xc2\x95\x0c\xfb\x0b\x97\xfa\x6d\x32\xea\x4e\x8b\x1b\xbb\x33\xd7\x1e\x9f\x52\xcc\xce\x3c\xde\xbb\x49\x45\xcf\x8a\x69\x5f\xc8\x14\x50\x66\x34\x5c\x4a\x1f\x4f\xf9\x6c\xfa\x1a\x25\xa1\x9e\x2c\x8e\xdd\x98\x4e\x6b\x33\xcc\x73\x2d\x02\x87\x2b\x83\x2c\x24\x10\x97\x6f\xf5\x78\x14\xfc\x3d\x4b\x76\x25\x17\x19\x43\xb1\x1d\x9c\x86\xd8\x52\x0a\x1b\x0f\x23\x4b\xa8\x0e\x05\x1f\x90\x1d\xd4\x76\x69\x3a\x92\x45\x2b\x80\xfd\x90\x42\x7a\xc5\xfe\x0e\xe4\x1d\x38\x14\x1c\x8f\x6e\x84\xbe\x79\x3c\x43\x1b\x11\x3f\x8b\x48\x6c\x13\xba\xf5\x91\x15\xbc\x87\x6e\x7b\xb9\x0e\xa6\xd1\x77\x0d\xf8\xc2\xd9\xf4\xbc\x06\x3d\xdc\x4e\xbf\x55\x60\x03\x3f\x07\x97\x48\x6a\x90\xe9\xe0\x65\x48\x82\xec\x86\x24\xfb\xc7\x23\x4d\x70\x78\xd0\x29\xd4\x11\xf1\xf0\x88\x42\x35\xe8\x14\xf3\xef\x98\x1f\xda\xf9\xd0\x0a\xea\x83\x8f\x5f\xea\x80\x5e\xc0\xf5\xfd\x31\xf0\x24\xb8\xa7\xbe\x1d\x5e\x03\x77\xe4\x6f\x86\x33\xe0\xab\xe2\xf7\x70\x0d\xe2\x06\x3e\x81\xff\x20\xfa\x04\x2e\x12\x87\x5a\x06\x6d\x45\x6e\xa3\x5c\x0f\x33\x34\x1a\xb3\x34\xbf\x88\xd9\x60\x01\xf7\x47\x83\x3c\xa6\xcf\x85\x99\xe0\x49\xb2\xa6\xf7\x0b\x34\x8a\xf4\xa8\x6d\x84\x36\x30\xca\x8c\x79\x90\x88\xb1\x5a\x94\x06\xdd\x61\x0c\xa3\x57\xc2\x2b\x89\x1b\xf1\x07\xe0\x0e\xa2\x30\x30\x1a\x09\x26\x0e\xb9\x1f\x42\x9e\x13\xee\xe6\x05\x68\x0b\xce\xbf\x5d\x4b\x3f\x24\xf8\x74\x76\x1a\xbd\x8d\xff\xa1\xdb\x12\xb4\xe4\xbd\xa8\x5e\x0e\x6e\xe5\x3e\x32\x50\xc0\x1c\xce\x3b\x41\x19\xf8\x8b\x33\x8b\xe6\x0a\x1d\x66\x6f\x8f\xf3\x81\xcd\x58\x94\xcd\x14\xb8\x94\x29\x70\xfb\x84\x84\x91\x74\xf3\x12\x74\x05\xf1\xec\xfa\x4f\x5a\x9a\x92\x76\xea\x3c\xed\xb8\xfc\x79\xc7\x5e\xba\xbb\x2c\xb0\xf2\x3c\xfd\xa8\xa4\x5a\x1f\x41\xef\x13\xcf\xe4\x5d\x03\x17\x0b\x8b\x28\x45\x60\xa3\x60\x56\xac\x15\x14\xc6\xe3\x6d\xaa\x84\x47\x70\x2e\xbb\x71\xe0\x01\xd6\x5d\xf3\x7e\xa4\x89\x0c\xb9\x7c\x82\x1a\x5c\xb0\xfa\xb8\x03\xb5\xcc\xf8\x5f\xcb\x7d\xda\x58\x03\x58\x56\x44\x8b\xd0\x3d\xd2\xe0\xb4\x36\xcd\x26\x4e\x24\xdd\x4b\x55\x9b\x29\xa2\x0f\xc9\x7f\x44\x1f\x00\xe9\xd2\x99\x01\x04\xb4\x5c\x34\xd2\x6d\x24\x3c\x92\xa7\xb2\x18\x8e\x8c\x61\x45\x5f\x38\x48\x49\xaf\xbb\x7b\xec\x22\xe5\x5c\xf5\x9a\xc6\x37\xd4\x95\x15\x17\x8a\x1f\x53\x95\xa5\x73\x55\x5f\xa9\xbf\x0b\xe3\x59\xd6\x34\xa6\x51\x94\xae\xa2\x3b\xe9\x91\xa8\xf3\xf4\x5b\xd9\xee\x1b\x03\xc1\x52\x39\xe9\x1a\x0d\x91\xa2\x74\x8b\x09\xb0\x8a\x93\x70\xb6\x8d\x32\xbd\xcf\xaa\x37\x92\x92\xd6\x59\x5b\xbf\x9f\x72\xa6\xd5\xbb\x10\xa7\x2e\x68\xe0\x28\xba\xa8\xca\xea\x32\xd2\x9c\x66\x5f\xae\x39\x3a\x48\xeb\x29\x5a\xb4\x77\x2f\xfd\x60\xee\xb6\x0d\xdb\x40\xf7\xec\x5f\x2e\x57\x21\x1b\xd9\x3c\x8b\xc9\xf0\x5a\xde\xec\x33\x15\x59\xef\x4f\x2e\xef\xd9\x4b\x09\xea\xa7\xd6\x25\x51\xf2\xbb\x85\x05\x42\xca\xaf\xb6\x78\xf9\x15\x6a\x62\xc3\x6f\x86\x37\xf5\x45\xf5\xee\xa3\xa3\x68\x82\xb2\x80\xc8\x13\x74\x8f\xfc\x22\xff\x4f\xf4\x67\xba\x0c\x17\x13\x78\x4b\xde\x61\xb1\x18\x1e\xc9\xeb\x38\xfd\x20\xeb\xf4\xb9\xd4\x6e\x0d\x65\xd6\xa9\xe8\xda\x32\xca\xd1\x01\x9b\xfc\x1b\x94\xfe\x6e\x81\x7c\x31\x75\x5e\xab\x89\x30\x52\x8b\xeb\x91\x23\x6c\x9a\x6f\xe5\xc5\xc8\x83\xb4\xeb\x45\x47\xfc\xcf\xd1\x99\x39\x19\x2e\x75\x20\xa2\xb8\x6f\x81\x40\x15\xbc\x77\xf7\x02\x30\x6a\xd6\xe4\xf3\xf1\x58\x58\x56\x69\x6f\x30\xe6\x4d\x59\x59\x3b\x03\x9b\x4d\xe9\xc8\xfd\x8b\xcd\xa0\xc6\x0a\x9f\x62\x16\xb4\x1d\x74\x07\x6c\x2c\x7d\x7f\xbc\x39\x66\x07\xca\x03\xe7\x61\xcb\xa0\xf3\xee\x81\x58\x1c\xb2\xc4\x5c\x81\xb5\xa2\xbb\xef\xae\x47\x5f\xd0\x98\xe7\x32\xd1\x4b\xb4\x33\x3d\x29\xe8\x31\xba\x63\x8d\x37\x5a\x4f\x4f\xcc\x9d\x8d\x36\xd2\x2f\x09\xed\xd0\x26\x10\xa2\xed\x47\x07\xa0\xf5\x71\x49\xe8\x43\xd8\x66\xb3\x0e\xb3\x82\xff\xb9\x0d\x62\x1b\xd0\x61\xe6\x4b\xb1\x1a\xb4\xfb\xce\x6a\x34\x01\xb6\x3e\x4b\xa0\x3b\xe1\x89\xdd\x4c\x74\x2b\xec\x56\xbd\x1b\xf5\x85\x57\x18\xfc\xd0\x60\x38\x4e\x90\x88\x86\xc2\x27\xa9\x55\x28\x05\xf1\x8b\xbd\x8b\xea\x90\x13\x9b\x7e\xa3\x77\xd1\x9d\x6e\x11\x98\x2d\xfa\x75\xdc\x3d\x4c\x85\xf9\xdf\x5c\x88\xd8\x92\xf1\x43\x8f\x91\x25\x8c\xb7\x9d\x36\xc8\x12\x06\xdd\xb4\x17\x09\x66\x0c\xd3\x17\x20\x87\x88\x52\xde\x53\x44\x40\x60\x14\x10\x69\x23\x12\x63\x86\x90\x2f\x44\xe0\x26\x57\x34\x90\x58\xe4\x7a\x1f\xcd\x27\x2c\xc7\xdd\xc4\x16\xe1\xac\x6b\x01\xf0\x42\xfe\xc7\x93\xe6\xb0\x0f\x7f\x7c\xdb\x3e\x38\x92\xe7\x58\x61\x06\xc7\x71\xdd\xb4\x85\x30\xc1\x09\xe6\x7a\xc1\x55\x6c\x69\x96\x13\xfc\x82\x75\x3d\xba\x1a\xf1\x65\x4d\x0d\x38\x8c\x14\x32\x37\xbb\xb2\xd0\xf1\xe4\x4e\xf3\x49\x68\x25\xf1\xe4\x92\x1c\x0a\x57\xc4\x0d\x3c\x83\x0e\xca\x5e\x35\x5f\x83\x72\xa4\x89\xa5\x4d\x50\xb6\xf8\x6e\x76\x0e\x54\x2b\x8a\x66\xd3\xa0\x57\x82\xbf\x19\x95\xb0\x37\x5f\xb9\x8f\x05\xeb\x78\xb6\x1b\xf3\x91\x51\x1c\xa6\xab\x3d\x82\xb3\x6a\xcd\x17\xa0\x2e\xe4\x86\x73\x4c\x70\x62\xde\xe5\xbe\x10\x70\x63\xae\xae\xe1\x28\x08\xe7\x84\x15\x69\x41\xae\xf6\xba\xf2\x2c\x58\x9f\xbd\x9b\x39\x12\xfc\xa9\xbc\x97\xa6\x85\x76\xca\x37\xee\x7d\x05\xf5\x49\x64\x1b\xf8\xb0\xb7\x30\xcf\xa5\x12\xee\xe3\xed\x31\xc7\x10\x3a\x2b\xf4\xb4\x17\x3d\xae\xd6\xbe\x7b\x12\x1d\x32\x95\xd5\x0a\xe9\x35\xe5\x31\xf9\x77\xe9\x67\x8a\xaf\xca\x03\xe8\xbf\x0b\x3c\x89\x3e\x30\x38\x97\x79\xa4\x00\xac\xd5\x19\x22\x43\xa1\xb9\x6a\xba\x7f\x04\x54\x2e\x1f\xe6\x32\x09\x5e\x25\x72\x30\x57\x23\xc3\x38\x01\x27\x8b\x69\x5f\xba\xdf\x75\x54\xd2\xad\xdb\xfb\xab\x2d\xe9\x5e\xcd\x54\xa3\x84\xbe\xb7\xee\xa7\x74\x36\x5d\x5e\xe5\x8f\x9d\xa2\x3f\x2a\xdb\x77\xf8\x11\xb8\xb9\x70\x4e\xc4\x73\xb0\xc9\x40\x59\x1f\x05\x79\x66\xef\x5a\xc0\x85\x2e\x4b\xbb\xcc\x73\xe0\x72\xee\x8f\x13\x12\xda\xe9\xc1\x37\xed\x15\xb4\x17\x7d\xb1\x55\x53\xe8\xa3\x3b\x4b\x73\x8b\xe9\x2e\x2d\x1d\x92\x4d\xf4\xd8\x7a\x26\xfa\x8f\x5e\x5d\x35\xe6\xf0\x22\x70\x62\xa9\x73\xc4\x2e\x90\x9a\xd7\xba\xee\x0f\xf8\x5e\xdb\xbb\x60\x1f\xa4\x94\x6f\x36\x6f\x87\x0f\xf3\x44\xc7\x3b\x68\x05\x67\x80\xb6\xfb\xb4\xf6\x13\xf3\x4d\xbb\x68\x17\x8f\x4d\x31\xbc\xa7\x7d\xec\x3c\x29\x2e\xa2\x3b\xb5\xcc\x42\x0f\xd2\x93\xeb\xec\x0f\xd5\xd0\x8f\x57\x14\x86\xff\x01\x1d\x0a\x29\xeb\xae\x80\x12\x7d\xd3\x82\x58\xc8\x4b\x91\x64\x31\x12\x9e\xc0\x3b\x76\x29\x8e\x79\x29\xe3\xdd\xc0\x21\xe6\xd6\xcc\x9c\xe6\x44\xf2\x78\xd6\x96\x92\xe7\x64\x6c\xd6\x7b\x35\x8f\x1c\x41\x69\x60\xad\x67\x18\xa8\xf5\xe9\xbb\x18\xab\x69\x97\xa3\xe6\x11\xff\x81\x53\x37\xac\x20\xc4\x50\xea\x82\x5a\xc2\x0b\xfe\x3e\x16\x23\xac\xd1\x75\x17\x0f\x30\x43\xa8\x7e\xfd\x22\xf2\x2a\xb5\xba\x89\x47\x86\xd3\x6c\x4b\xac\x19\xff\x68\x98\x6a\x80\x51\x49\x37\x63\x8a\x18\xdb\xe9\xbd\x69\x4d\xc4\x0f\x50\xb7\x57\x4a\xd4\x40\x12\xff\x16\x22\x09\x96\x2f\x70\x21\x66\x23\x7d\x63\x9d\x09\x2b\xb4\xe0\x42\x22\x79\x06\x6c\x38\x56\x42\x46\x83\x0f\x1a\x0b\x19\x2f\x21\xcb\x62\x6f\x46\x2e\xb4\x58\xf9\x8d\xb1\x05\xca\x22\x6f\x10\xbf\xa0\xf7\x69\x93\x88\x1a\x98\xb3\xd7\x9a\x38\x88\xb8\xfa\x2f\x27\x96\x22\xb7\x9d\xaf\xe2\xdf\x51\xd3\x98\x8f\xf8\x07\xcc\xe1\x9c\x35\xa3\x83\x38\xdb\x0b\x33\x62\x08\xb0\xbe\x93\xf8\x43\x2c\x28\x94\x13\x0d\xf8\x75\x05\x83\x48\xc3\x73\x19\x02\xc2\x03\x97\x1d\xf9\x82\x7f\xc4\x55\x91\x0e\xf8\x10\xae\x5d\x4f\xc5\x4d\x78\x89\x73\x12\xce\xc2\x3b\xc7\x0e\xc3\x25\xf8\xde\xd3\xa1\xc4\x7b\xde\xe8\xae\x5f\x04\xc1\x0d\xad\x75\x23\x66\x71\x64\xf9\x61\xf8\x3d\x76\xbf\x4c\x81\x97\xb1\x47\xe3\x8f\xf1\x0c\x56\x6a\xaa\x12\x0f\x60\xde\xde\x63\x81\xcf\x63\x6e\x5e\x37\x80\x5b\x91\x95\xce\xb3\xb1\xcf\x8c\xcf\x63\x7d\xf1\x71\x44\xd3\x89\x47\xf8\x6b\x99\x43\xfb\x37\xdc\x24\xb9\x5d\x75\x12\xdf\x29\x16\x19\x97\xe3\xb6\x22\x4f\x49\x1b\xf6\x4a\xf0\x18\xdb\x8c\x1d\xe3\x57\x1f\x5e\x8d\x15\xf2\xd2\x23\x00\x8c\xc3\x5d\xba\x6e\x1a\x96\xc6\xbe\x3e\xff\x11\x16\xc7\xda\x30\x96\x8d\x31\xc8\xa9\xfd\x7f\xb1\x67\xb9\xde\x2d\x6c\xac\x24\xc7\xb1\x22\x11\xdb\xaf\x03\x72\xe6\x63\x1e\xd9\x9d\xc2\xbf\xd8\x30\x55\x16\xfc\x18\x7d\xa0\xf0\x4c\xf1\x44\xcf\x4a\x6f\xee\x4e\x47\x5b\xc5\x87\xfc\xac\xd0\x32\xc1\xc0\x7c\x1a\x9a\xcf\x3d\x33\xf6\x3f\xf4\x04\xcb\xbc\x97\x8b\xc5\x98\x74\x8d\x1e\xd8\x84\x72\xb8\x94\x8a\xf6\x95\x80\xda\xc3\x28\xaf\x70\x29\x1f\x43\x23\x8d\xd7\xc1\x62\xd4\x2f\x27\xf5\xc0\x5a\xd4\x53\x73\x29\xec\x1a\x3a\x57\x35\xd2\xf7\x19\x3a\x53\xfa\x62\xde\x6d\xd4\x41\x98\x38\xf6\x1d\xba\x85\xfd\xa2\xdb\x0a\x1b\xd6\xfe\xac\xee\x1f\x5a\xd5\xe2\x58\xec\x87\x46\x35\x2c\xcb\x0e\x45\x67\x55\xbf\xe3\xb2\x90\xb7\x15\x30\xed\x32\x72\xa9\xf8\x59\x52\x01\x72\x3c\x7f\xf8\x4e\x26\x52\xaf\x6f\xf6\x79\x84\xd4\xa8\x7e\xcf\xdb\x80\x74\x4a\xae\x8c\xfd\x86\x7c\xe0\x32\xbb\xbc\xd0\x27\x7d\x83\x75\x2e\xa8\xb0\x4b\x5b\x14\x87\x2e\x6b\x5b\xa3\x86\x90\x0f\x8d\x0c\x4e\x1b\xd2\x5e\x23\xa4\x4d\x43\x74\x15\xfb\x13\x7f\x23\xfc\xa2\x07\x3b\xbe\x21\x19\xb9\xd7\x7d\x08\x24\x55\x13\x38\xcf\x1a\x41\x65\x5b\xc7\x4d\x44\x1a\x78\x53\x3a\x0d\xe8\xd0\x89\xe3\xb5\x3c\x34\xa9\x3f\xa0\xb0\x0b\x1d\xd5\x2d\x52\xdd\x46\x5a\xdb\x52\x38\x8e\x08\xbd\x11\xa0\x8a\x90\xed\xd5\xbb\x12\x59\xc8\xaa\xb2\x35\x3b\xd4\xc8\xac\x7c\xc8\x27\x10\x99\xac\x73\x9f\x37\x1e\x99\x2b\x4f\x18\x17\x86\xec\xe4\x85\x1c\x1f\xce\x7f\x99\x61\xd6\xfa\x8d\xf7\x37\xa3\xb3\xf2\x30\x6f\x56\x26\x35\xe7\x02\x77\x67\xd6\x62\xd1\x66\x8e\x98\x62\x05\xbf\x60\xb7\x53\xed\x0e\xbe\x60\x3d\xa1\x6d\xdb\xa5\x65\x4d\xa5\xe7\xf9\x36\x30\xfd\xa1\x71\x73\xd3\xc8\x14\xb8\x7b\xd4\x6b\x46\x3f\x3a\x79\xd0\x96\x9f\x40\x59\xd2\xea\xc4\x13\x51\x4c\x15\xa5\xdc\x1e\xea\x82\x9c\x19\x9c\xaf\xd4\x12\x61\x11\x67\x29\x6d\x3d\xbc\x95\x9d\x42\x9f\x74\x30\x9a\x55\x00\x9a\xed\x9a\xc9\x7c\x0c\x8d\xf1\xf5\x61\x3a\xc1\x8e\x73\xc7\x92\x11\x08\x75\x54\x0d\xa3\x1b\x4d\x19\x70\xe6\x3d\xa2\x93\x2d\xeb\x79\xf6\xf4\xee\xf2\x1b\xdc\x7d\xf4\x7f\xfa\x3d\x1c\x15\xe8\x2b\xf8\xc6\xbe\x0a\x1a\xa1\x3a\xf6\x54\x68\xe1\x81\xcb\xac\xdd\xd0\xad\xb0\x1a\x66\x01\xac\xf6\x79\x46\xbe\x41\x62\xe6\x5c\x25\xdd\xd1\xf0\x51\xd5\x0c\x3d\xfa\xe2\x18\xc8\xbd\x8b\x47\x36\x29\xb8\x6e\xf8\xe4\xb2\xc5\x1c\x08\xbb\xa8\xbd\xcc\x3e\x89\xe5\xf3\x45\x6c\x5b\x8c\x07\x1e\x64\x25\x61\xba\xe4\x26\x66\x13\xd6\xbb\xf3\x0c\x73\x32\xf6\xcc\x67\x35\x79\x04\x9f\x36\x07\x66\x74\xe3\x51\xa3\x8e\x33\x56\xe2\x33\x7a\xb2\xb8\x8e\x9c\x9d\xf5\x9f\x38\x71\xec\xe6\xe2\x7b\xec\x06\xf6\x98\xec\xd3\xec\x51\xac\x68\xee\x59\x56\x34\xf3\x24\xed\x05\xb3\x85\x19\x96\x94\xc9\x9c\x4c\xbe\xdc\x71\x9e\xa4\x90\xf0\x1a\x19\xe3\x16\x39\x6a\x8e\x0f\x63\x09\x83\x39\xda\x8c\x68\x21\x0e\x76\x56\x70\xc2\x25\x4b\x6b\xd3\xd9\x85\xa2\xdf\x85\xd5\xac\x1f\xc2\xe3\xaa\xdb\xac\x6d\x02\x0d\xc7\x8e\x59\xcd\x4f\xa7\xa6\x33\x27\xf2\x0e\x26\xae\x20\xa9\xdc\xa8\xd0\x4b\x8c\xfb\x9c\xf5\xab\x9f\x30\xfc\xd9\x93\x66\x7f\x21\x0a\x99\x3d\xa3\x97\x10\x6e\x8c\x8e\xd6\x1f\x6c\xb5\x5e\x5b\x35\x9d\x75\x4d\xdb\x90\x47\xb0\x9c\xb3\x3b\xe4\xbf\x98\x88\xaa\x8a\x29\x20\x6f\x2a\xf4\x59\x8b\x49\x3f\x99\x32\x61\x1b\xa3\x5a\x42\xdd\x1e\xc9\x98\x2e\xf2\x59\xf5\x96\xc0\xf9\x17\x67\x67\xe3\x4f\xb8\x73\x46\x8b\xf0\x2c\x66\x41\xd3\x7b\xd6\x87\x72\x4a\xc5\x0c\xd6\xfa\x12\xa1\xa1\x81\xa9\x2b\x2c\x94\xc6\x90\x2f\xf3\x8c\x0c\x37\xd2\xdf\xc0\xca\xb0\x60\xd4\xe8\xe2\xe3\xd2\x18\x4e\xd9\x93\xb6\xde\x22\xf8\x0a\xf1\xca\xff\xf0\xcf\x92\xde\xd9\x33\xf0\xbd\x02\xd5\xe8\x01\xec\x15\x3b\xb5\x21\x8e\x55\xdf\x32\xaf\xf4\x16\xf3\x43\x03\x5b\xcf\x61\xae\xaa\xe9\x12\x6f\x21\xd9\x95\xc7\xf1\x95\x8c\x5b\xa5\x85\x69\xfe\x8c\x75\x85\x31\x31\xf7\x88\xba\xdc\x2b\x5b\x38\x84\xbd\xf6\xc9\x8a\x6b\xb8\x48\x29\x71\x22\xb1\x1f\xe2\x4b\xa3\x87\x30\x2e\xe7\x53\x7d\x32\x0b\xec\x12\x95\x3c\x63\x0e\xb4\xe5\xe8\x8a\x98\x53\x9a\x40\x51\x26\x19\x51\x37\x19\x4b\x65\x94\x9a\x32\x8e\x72\x19\x63\x4b\x8b\x63\xbc\x09\x4a\x01\x1a\xf2\x13\xff\x2f\xe7\xee\x8a\x23\xf8\x16\x75\x9f\xd3\x36\xac\x43\xba\x72\xf4\x03\x6c\x33\x17\xad\x2b\x66\xf9\xf5\xcf\x2e\x71\x63\xaa\xba\x3f\x6b\xbf\x90\x4f\xdb\x39\xc2\x73\xa4\x53\x53\x2f\x7a\x91\x91\x58\xdb\x70\xe4\x27\x71\xac\x32\x31\xba\x9b\x98\x57\x5c\x1b\xa2\xc6\xc5\xc6\x98\x15\x6e\xd8\x0f\x8d\xd8\x69\x03\x16\x27\xdb\x38\xc6\x1e\x7d\xc1\xed\x6c\xdd\x29\xab\x4e\x9f\x6b\x9a\x27\x4d\x4a\xff\x6e\x3c\x21\xb1\xcd\xb8\x22\x1f\x25\xba\x9d\x99\x4f\x46\x0b\x73\xb3\x94\x19\xcf\x05\x21\x94\xea\xb8\x27\xbc\x2f\xd4\x2f\x5b\x95\xdc\x3c\x7a\xc8\x8a\x53\x9c\xd5\x60\x9f\xc3\x4b\xd6\x19\x58\x3a\x62\x05\x93\x8b\x7c\x6e\x51\xc9\x36\x65\x2d\xaa\x4c\x95\x8e\xc9\xea\x33\xda\x88\x4f\x52\x12\x65\x71\x22\x3e\xe5\x1b\x63\x50\x18\x4c\xad\xc8\x88\x14\x8c\xa6\xf1\xe2\xf6\xf3\x5a\xe9\xc2\xad\x4e\xdc\x74\x30\x7f\x45\x12\xc7\x1e\x3a\xeb\x50\xc8\x6a\x43\x56\x8e\x98\xce\xc4\x50\xaf\xe6\xd3\xd2\xa7\xb4\xc8\x0a\x93\xa4\x82\x56\x95\x1b\x2f\xce\xa4\xcf\x94\x36\x8a\x96\xd2\x8f\x30\x66\x0b\xbe\xd0\x9f\xa4\x9f\xe0\xb7\x82\xbc\xd8\x87\xbc\x74\x28\x78\x4b\x07\x77\x19\x6c\xbf\xc2\x86\xfd\x06\xfe\xe3\x40\x61\xc9\xd1\x89\x23\x26\x30\xe3\xd0\xb2\x26\x3b\xc9\x23\xb4\xbd\xdc\x56\x3c\x80\x56\xe6\xdc\x13\x69\x50\xad\x64\xab\xf0\x08\xca\xc5\xef\x08\x36\xa2\xb2\x34\x23\x7f\x0a\xda\x13\x73\x97\x7b\x1b\x1b\x11\xf2\x85\x53\x81\x05\x79\x2b\xd8\xa9\x98\xde\xc1\x9f\x35\x13\x1f\x37\x22\x8c\xfc\x85\xdd\xaa\xc7\x25\xae\x2c\x5d\xa9\x99\xe8\x0f\xcb\x41\x77\x5f\x78\x9f\xa9\x17\xc9\x05\x6d\x4c\x6b\x2c\x9a\xaf\x24\x0b\x8e\x86\xf2\x0e\x91\xa1\xd1\x83\x5c\x1f\xd2\x32\x64\x32\x67\x32\xa3\xdf\xeb\x2b\xeb\x1e\x23\xc3\x61\x1c\x53\xc6\x98\x31\x82\x4b\xa6\x13\x53\x6a\x97\x8b\x53\x84\x5f\x8b\x8a\x44\x5b\x84\x96\x9a\xd7\x42\x4f\xc1\x54\xc1\x0d\xc1\x78\xbe\x15\x72\x8f\xf7\x86\x37\xf1\xc8\x70\xee\x59\xee\xb2\x7d\x26\x4e\x09\x27\x3c\x78\x15\x1b\x61\xa7\x78\x65\xb2\x36\xb0\x52\x1d\xc6\x90\xdf\x99\x21\x23\xad\x19\x57\x19\xa9\xa6\x37\xa2\x3a\xcd\xdb\xfc\xf3\x42\x59\xb6\x8f\xea\x97\x00\x54\x11\x3c\x0f\xfe\x56\x45\x29\x44\xf0\x16\xc8\x86\x0e\xbd\xe1\x9a\x4b\x7e\xef\x7d\xce\x7e\x21\xb6\x0b\x7c\xc8\xea\x10\xda\x2d\x67\x33\xb9\xbc\xd7\xb3\x0a\x48\x1f\x0e\x7b\xe4\x5e\x86\x3d\xd3\xaf\xfc\x96\x68\x7d\xf1\xe3\xdc\x21\xa1\x63\x61\xa0\x22\x82\xff\x27\x6f\x88\xdd\xc3\x3b\x9b\x3b\x8a\xbe\x99\x9b\xa7\xf7\x38\xf8\x9a\x43\x6a\x76\x46\x3a\xb3\x13\x54\x5b\x37\x1f\x66\x79\xc9\x27\x2e\x23\xc9\xbf\x62\xd5\x2c\x07\x46\x0b\xbf\x67\x24\x9d\xd0\xb0\x5e\x95\x3e\x17\x7e\x6b\x30\xcf\x79\x29\x18\xaa\xa9\x95\xad\xe1\x17\x98\x96\x31\xbb\x78\x07\xcb\x84\xd4\x64\xee\xf2\xa2\x8e\x03\x9e\x9c\xc9\x79\xa7\x23\x4a\x58\xef\x73\x34\x9b\x5c\x99\x43\x9a\xb1\x9e\x34\x52\xaf\x98\x3e\x53\xc0\xd8\x29\x1a\x18\x49\x10\x1e\x9c\x88\x92\xeb\xc2\x2b\x6d\x93\xf5\x7f\x05\xc5\x4d\x19\xd2\xbd\x7c\xb0\xce\x48\x3e\xe1\xad\xae\x12\x52\x72\xb9\x66\xe5\x1b\x93\x61\xf6\xad\xa2\x0b\x11\x23\x59\x0d\x79\xe3\x02\x8c\x4c\x91\xee\xb2\xe7\x38\x32\x46\xe5\x3c\x33\x8c\x31\x55\x62\x3d\x52\x89\xbf\xe2\xdc\x2d\xfe\x22\xac\xeb\x0e\xd5\x7b\x0a\x90\x76\x50\x52\xc1\x0f\x6e\x8e\x23\x57\xf3\x46\xd6\x7d\xa5\x00\x9c\x63\x55\x9b\x92\xde\xb2\x65\x65\x11\xe1\x22\x56\x5c\xa1\x45\x80\x07\x73\xb5\x61\xe1\xd2\x63\xa4\xa5\xfa\xde\xcc\xf5\x44\x97\x74\xd2\xc8\x53\x38\x9f\x6b\x57\x58\x9a\xf3\x27\x0d\xd2\xbc\xd7\xfd\x48\x3f\x20\x02\xb5\xa3\x33\x02\xf0\xdf\xd9\x63\x33\xe7\x67\x18\x55\x66\x59\x6e\xfb\x49\xf9\x13\x4a\x44\xd8\x4f\x69\x1d\xb5\xda\x3f\x4a\x1c\x43\x77\x59\x84\x09\x3e\x80\xc7\x66\xcc\xe2\x25\xc3\x85\x40\x2a\xc7\x0a\xf9\x5c\xe8\x94\x23\xc9\x3c\xa0\x49\xd1\x65\x67\x99\x0b\xbf\x6a\x6a\xb2\x4a\x71\x58\xdd\x4c\xd9\x9a\x31\x5f\xd9\x44\xb5\xdd\x3f\x45\x9e\x47\x1b\x1f\x96\x2d\xcd\xa4\x3b\xfb\x5b\x88\x17\x81\x31\x8b\x02\x04\x67\xa1\xea\x19\x23\x79\xdb\x10\x2f\x20\x93\xfd\x0f\x5d\x58\x20\xcf\x99\x4d\xa5\x64\xdf\xd1\x2d\xa7\x5e\x14\x26\x6b\x76\xd3\x5c\xb1\x0f\xea\x58\x5a\x6e\x7a\xa9\x32\x96\xbe\x34\x21\x57\xbe\x93\xfe\x2e\x6c\x91\x74\x21\x78\x76\x7d\x9f\xe8\x33\xd4\xb7\x68\xa2\x20\x17\xee\xb7\x79\xc7\x9b\x8f\xfc\x02\xf8\xec\x3b\x68\x76\xfe\x68\xfd\x1e\x24\x4c\x4d\xd5\x1e\x45\xf6\x09\x1c\xb3\xb3\x91\xbd\xe8\x69\x95\x09\x39\x9c\x66\x54\xb4\x20\xd9\xf1\xb5\xb2\x3a\xe4\xf9\xce\x58\x89\x12\xdd\xbe\xde\x55\x94\x84\xf6\x2c\x6c\x16\xd8\x63\x9e\x36\xb7\xb8\x35\xd8\x10\xf0\x98\x9d\x8c\x55\x1a\xb3\x74\x0d\xa4\x4a\xf9\x40\x73\x9a\x0c\xe6\xe5\xa9\xdf\x32\xbe\x23\x14\xd5\x08\x86\xfe\x28\x45\x31\x99\xb1\x23\xae\x5c\x36\x89\xe1\xb1\x83\x10\xff\x61\x4c\x5b\x07\x09\x2f\x12\xbf\x16\x06\xf0\xc5\xc4\x2d\x9b\xe3\xdc\x79\x44\xcf\xb0\xe5\xac\x07\xf8\x03\x83\x99\xce\x83\x9f\x22\x7f\xac\x59\xc5\x6b\xe1\xfc\x56\x87\x73\x3f\xc3\x80\xf2\x10\xd7\xe1\xc8\x22\x39\x9d\x13\x19\x2b\x92\xc2\xec\xa6\x50\xb9\xf8\x20\x7b\x92\xdf\xa0\x70\x15\x6b\xaf\xc7\x5d\xde\x37\xa6\xce\xa6\x8f\xc3\x27\x7b\x86\x15\xb3\xd6\x31\xa6\xea\x12\xb4\x7c\x95\xad\x34\x39\x5b\xa5\xb8\xc3\xd2\xa8\x2a\xe4\x34\xfa\x55\x45\x93\xf4\xc9\xe1\xb5\xb2\x76\xc9\xf6\xe8\x9b\x92\x0e\xd1\xf9\xed\x73\x44\x15\xc2\xb5\x6b\x6b\x05\x34\xbe\xc4\x63\x01\x6f\x19\xb7\xcd\x86\xc7\x1e\x62\xd7\x99\x8d\x66\xa2\xe4\xe9\xec\xc7\xda\x69\xf9\xcb\xc5\x16\xd9\xb3\x72\xff\x91\x49\xaa\xc5\x39\x8d\xd4\xd3\x0a\x4f\x5d\x50\x4a\x82\x6c\x61\xf6\xe5\x7d\xae\x92\x45\xaa\xc8\xad\x75\x22\x07\xf9\x31\x5f\x06\xff\x8d\xe4\x8b\xfb\x1e\x6e\x99\xf0\xb5\xcd\x02\xb6\x0f\x4f\x6d\xe6\x43\xbe\x66\x05\xa9\xbe\x69\x4e\x9b\x1e\x08\xe7\xaa\xaf\x56\x4c\x24\xb8\xca\xc7\xa5\x56\x94\xe1\xf2\xbb\x85\x17\x0f\x74\x48\xcf\xe7\x65\xec\x2d\x15\x0f\xe5\xfc\xd9\x12\x25\x6c\xd6\x6e\xf1\x89\xe5\x33\x54\x5b\xdc\xd2\xb9\x2b\xa5\xdf\xa7\x57\xb3\x2e\x0a\xfd\xcc\xc2\x48\xda\xff\x38\xba\x0b\xb7\x26\x1e\x87\x01\xe0\x27\x16\x60\x8b\xa2\xa2\xd8\x94\xd8\x82\x22\x48\x2a\x21\x08\x08\x4a\x88\x20\x22\xd2\xb9\xbe\xbe\xdd\xba\x37\xd6\xa3\x46\x77\x87\x80\xd8\x89\xdd\xdd\xfe\xec\xee\xfc\xaa\xef\xf3\xbc\x7f\xc9\x47\xa0\xd6\x85\x1b\xdb\xbb\xd8\xd2\x1c\x7d\x5f\x7b\x0c\x7b\x9f\xf6\x68\xf3\x17\x86\xaf\xba\xa7\x21\x36\x6b\x84\xca\x5c\x23\x4b\x04\x14\xba\x8a\x92\xf0\x73\x32\xb4\x34\xdd\xfb\x89\x24\xc4\x70\x7e\xf1\x24\xe1\x6f\xf5\x95\xe9\x1c\x7e\x91\x3c\xdf\x22\x9f\xbb\x4a\x38\x5e\x7b\xda\xa8\xec\x4b\x93\x5c\xd6\x6b\xba\xdf\xb3\xa7\x6a\x8b\x3b\xfc\xe8\x55\x6a\xb2\x25\x32\x93\xaa\xda\xd5\xe0\xb8\x1d\x57\x6c\xae\x1e\x0a\x4f\x91\x2d\x37\x4f\xf7\x16\x8b\xbf\x9b\x3e\xb9\x5e\x16\xd6\x69\x93\xa7\x53\xf9\x6b\x14\x5b\x2d\xea\x38\x97\x84\xd1\x8a\xea\x46\x98\xd2\xc0\x1b\xaa\x3b\x4c\xc5\x61\xa4\xc6\x8a\x96\x5c\xe0\x5a\xb9\x9c\xbe\x31\x75\x7a\xb9\x1f\x23\x31\x36\xb5\x64\x15\x53\x1d\x42\x35\xfc\x66\x7d\xf5\xa8\xd7\x8a\x20\xa9\xd3\x30\xd5\x03\x24\xc0\x26\x49\x3e\x0d\x73\x04\x00\x71\x2e\x1e\xa3\xf0\x6f\x1c\x4f\x5f\xce\x2b\xac\x8b\xa7\x5f\x87\x1d\xaa\x1b\x19\xa2\xfc\x1b\x15\xb7\x98\xfe\xbb\x4e\x96\x7d\x62\xcd\x8b\x9d\x5e\xfc\x1a\x5c\x10\xb2\xdc\x30\x08\x85\x7b\xe0\xda\xad\x70\x99\xe3\x33\x55\x3f\x6a\x6d\x93\x2c\xfb\x81\x95\x03\x80\x78\x2b\x8e\xc8\xaf\x36\xd4\x30\x6f\xf3\x26\xd4\xbe\x67\x45\x43\x27\xab\x83\x59\x37\xf2\x59\x15\x04\x98\xba\x2b\xbf\xac\x1c\x9a\x18\x33\x54\x5c\x0a\xdd\x0f\x7e\x6d\xa0\xc0\x97\x3c\x36\x69\xa7\x20\x0f\x1c\xcf\xa9\x38\xd8\x30\x9b\x54\xd9\x69\x3c\x08\x00\xc4\x2e\xf8\x25\x59\x7f\xfd\x33\x14\xe1\x8e\xaa\x5d\x83\x96\x82\xa7\xab\x4c\xe8\x9e\xbc\x72\xf3\x05\xf4\x7e\x4a\x4f\xe9\x3b\xcc\x31\x66\x8e\xe9\x03\xa6\x0e\xde\xae\x3f\x83\xdb\xad\x79\xa6\x41\xf1\x1a\xc7\x4a\xe5\x6f\xc2\xc3\x26\x57\x16\x4e\x3c\x01\x00\x51\x2b\x71\x5a\xda\x53\xef\xc7\x59\xc6\x01\x6a\xf4\x9c\x09\xac\xae\xca\x8f\xe4\xc3\xdc\x1a\xb3\x0b\x59\xb3\xf3\x56\x69\x28\xc9\xd9\x9a\x64\xda\x4c\x92\x41\x7d\xfa\x65\xa4\x66\x0d\x5d\x7d\x9f\x2c\x76\xcc\x51\x26\x93\xb5\x36\xa4\xb4\x9b\x6c\x05\x00\xd1\x64\xf6\x5b\xf1\xc5\xba\x83\x22\x21\x7b\x47\xcd\x28\xe1\x7b\x66\x4e\x65\x8a\x30\x3e\x87\x5d\xae\x15\x74\x24\xdf\x29\xe9\x12\xd8\x6d\x21\x8d\x7d\xfc\xea\xa0\x61\x3a\x3d\xdf\x7d\xf5\x27\xf5\x06\x5e\xa7\xe3\x0a\xc5\x41\xde\x42\x1b\x93\x74\x12\x17\x06\x00\x61\x3e\xc7\x5a\x34\xac\x6e\xa9\x3a\x1e\x6f\xaf\xce\x28\x5a\x48\x6f\xac\x68\x50\x3e\xc9\x7a\x5e\x76\x49\xa1\xd8\x41\x2d\x7e\x22\xf7\x8d\x0e\x34\x3c\x97\x59\x6c\xf8\xa7\x3d\x21\x39\xb8\xda\xb7\x28\x4f\x1c\xeb\x30\x24\xff\x20\xbc\x66\x63\x92\xf8\x0b\xa6\x03\x80\x40\xc3\x2d\xe3\x7f\xab\x35\x94\xde\x45\x4f\x54\x5d\x2e\x7e\x41\x1b\x56\x31\xc7\x34\x2c\x33\xa9\xcc\x47\xff\x2a\x69\x5c\xf1\x46\xed\x99\xa8\x91\x86\x50\x75\xe7\xfa\x0f\x5a\x67\x15\xee\x9e\xa2\xba\xa1\xb0\x75\xf0\x95\xc7\x48\xb9\x36\x54\x71\xad\x48\x0f\x00\xfc\xf7\xbc\xb7\xbc\x9d\xb5\x31\xf5\x72\x24\xb4\x4a\x5d\xf3\x86\x82\x98\x2f\x54\xad\x4a\x7f\x5d\xfa\xc8\xbc\x6d\x7b\xb7\xe9\x51\x69\x46\xe4\x39\xfd\x7d\x53\x7a\xc0\x13\xcd\x5e\xbd\x87\x9b\x50\x95\xa0\x3e\xbc\x50\x23\xbb\xa6\x1c\x65\xe3\x2a\x76\x91\xdc\x03\x00\x7e\xbe\x60\x04\xb7\xb3\x76\x45\x4b\x01\x5c\x59\x45\x69\x54\x14\x5e\x32\x37\xd5\x09\xd2\x43\x4a\x7b\xab\xb7\x6e\x9f\x65\x6a\xad\x00\x22\x83\xf5\x75\xa5\xaa\x00\xaa\x86\x6d\x7c\xe1\xe6\xa8\xb2\xd7\xbe\x5b\x18\x2a\x53\xa8\x2a\x6c\x6c\x44\xff\x93\xde\x07\x00\xfe\x02\x41\x3e\x77\x76\xad\x75\x47\x15\x3c\xb9\x2a\xb8\x55\x59\xb8\xc1\x8c\x35\x85\xa5\x1d\x2f\x25\xea\xce\x25\xd4\x99\xf2\xaa\x1d\x22\x1e\xe8\x77\x9a\xb7\x06\xcc\xd1\xac\x2a\xf1\x5d\x75\x47\x79\x4a\x7f\x62\xe1\x6c\xd9\x8a\xa2\x6f\x36\x53\x44\x7c\x59\x35\xb0\x96\x77\x48\xd0\x04\x47\xed\x09\xa7\xb2\x29\xda\xae\x2e\x5a\x42\xa6\x73\xfb\x4c\xfa\xd2\xa4\x57\xcd\x39\x8c\x89\x5b\x26\xd6\x17\x31\xe7\x05\x9b\xab\xc5\xac\x1d\x5e\xab\xcc\xeb\xc1\x33\x4b\xe2\x8b\xbb\x60\xaa\xfd\x2f\xdd\x55\x74\xd5\xb8\x45\xaa\x5e\xec\x7f\x00\x20\x35\xe0\xdf\xe0\xe5\xbd\x37\xe9\x2f\x28\xb4\xae\x8d\x0c\x49\xa6\x65\xdb\x41\xa6\x6b\xd2\x89\xe6\x29\xcc\xdb\xd1\x6f\xeb\xfd\x58\xfd\xc1\xec\x6a\x1f\xf0\x88\xd7\xcc\xf2\x7f\xd0\x8f\x25\xc1\xc5\x20\x92\x64\xff\x53\x57\x8b\xde\x18\xe7\xa7\x92\xe3\xeb\x00\x40\xca\x22\x46\xc2\x23\x7b\x77\xb3\xa8\x94\x90\xce\x47\xac\xfb\x19\xb7\xda\x92\xc0\xb0\x24\x43\xd3\x00\x78\x36\xfa\x48\xdd\x4b\x08\x0a\xde\x5e\xf5\x1a\xde\xe2\xf9\xa7\xbc\x1d\xd9\xba\xc4\xbd\x78\x05\xca\xb2\xff\xaa\xcb\xc0\x5a\xc7\xc5\xab\xe2\xf0\x33\x00\x20\xdd\x40\x84\x42\x87\x7b\x84\xa8\xae\xf0\x66\xe7\x14\xb4\x22\x23\xa2\xb5\x02\x6d\x49\x9a\xdf\xf8\x17\xbd\x1f\x9d\x52\xb7\x0a\x73\x0f\x1e\x5d\xb5\x1a\xeb\xf2\xdc\x5f\xf6\x1f\x1e\xb1\x64\xa2\x49\x82\xff\xb4\xff\xac\xbd\x48\x34\x8e\xe3\x29\x4f\xb2\x3d\x01\x40\xd2\xcb\x5e\x0c\xd6\x74\xdf\x24\x5b\x0b\x2d\x3a\x12\x49\x7d\x7a\x73\xcb\x5d\xb2\x30\x51\xdd\xb8\x8e\x0c\x8e\x7a\x56\xcb\x20\x7d\x82\xca\x2a\x51\x32\xca\x33\xb3\x2c\x90\x44\x16\xdf\x36\xde\x20\x1b\xed\x5f\x6b\xe7\x91\xb7\xc7\xf5\x2b\x67\x93\xb7\x00\x40\x32\x9a\x5c\xc7\x32\x75\xaf\x11\x8a\x0b\x26\xb5\x77\x0b\xfe\xa5\xdd\x6b\x59\x2a\xa0\x6e\xbf\xdb\x20\xe3\x3f\x8f\x0a\xaf\x39\xc6\xa7\x07\xcd\xaa\x38\xc1\xb7\xf5\x1c\x51\xaa\xe0\x1d\x5f\x5c\x62\x9c\xcf\x2b\xb0\x7f\xa8\x29\xe0\x4d\x1f\xf7\x56\x91\xc7\x05\x01\x40\xbc\x99\x13\xc8\xa4\x74\x6d\x55\x85\xe5\xdd\x69\xbb\xa7\x74\xdb\xad\x6e\x8e\x53\x4c\x4e\xe8\xa8\x6f\x96\xbd\xdc\xbc\xa1\xfa\xb6\xf4\x7c\xa0\x97\xf9\xb6\x64\xff\xda\x98\x92\x2a\x71\xcb\xe2\x55\x06\x37\x91\xd8\xfe\x8c\x9a\x14\x46\x8f\x5f\x2c\xe7\xf2\x4f\x00\x80\x28\x89\xdb\xc2\x98\xda\x79\xd1\xb4\x2f\x97\xdf\xe6\x67\x78\x93\x1a\xd5\xd4\xa4\x9f\xb6\x8d\x5f\xf7\x5d\xeb\x13\xe9\x56\x3d\x5b\x9d\xb9\x21\xdc\x3c\x5b\xa5\xf2\xd0\x15\x3f\x53\x34\xb8\x76\xea\x61\x99\xd9\x5e\x5b\x34\x24\x29\x18\xef\x2f\xbb\x20\xbc\x03\x00\xc2\x3a\xde\x11\xda\xab\xce\xf0\xaa\xfe\x9c\xac\xd6\x33\x15\xc8\x2e\xdf\x26\xcf\xf2\xe9\xf1\x58\x1d\x52\x22\x8b\xf0\xae\x32\x18\xbf\xac\x67\x96\xeb\xf5\xd1\x6b\x9e\x16\xef\xd4\x14\xb9\x2e\xd5\xbd\x56\x19\xec\x83\x8a\x96\xcb\x93\xc7\xfb\xc9\xbc\xc5\xfd\x00\x20\x9c\xca\xaf\xa6\x6d\xea\x9c\x59\xbf\x24\xfb\x41\xab\xa1\x46\x95\x72\xbc\x69\x64\xe5\xa5\x78\xeb\x3a\x9f\xf2\x2f\xe1\x97\xaa\xb6\x94\x0e\x5f\x3f\xa3\x7c\xb3\x69\xf8\x9a\xd2\xe2\x19\xba\x5b\x8b\xbe\xeb\x2a\xd4\xd9\xf6\x8b\x54\x0f\x15\xdd\xe3\x03\xa5\x1f\x24\x22\x00\x10\x9c\xe4\x7f\xa1\x1e\xec\x78\xd2\xf4\x37\x3b\xab\x75\x47\xc3\xc4\x94\x9d\x8d\x27\x6a\x47\xc4\xb5\xd6\x7e\xab\x7c\x1a\xce\xae\x1a\x56\xde\x10\x70\xa3\xec\x77\x49\xec\x9a\x3c\xd3\x51\xc3\xc5\x45\xf7\x74\x7e\x9a\x9f\xf6\x4e\x2a\x44\x79\x76\xfc\x2e\xa9\x4c\xea\x02\x00\x82\x14\x81\x3d\xa5\x7c\xf0\x0d\x2d\x31\xcb\xa2\x7f\x36\x7d\x4a\xf2\xb9\x9e\x0d\xf4\xf3\x31\x5f\x3a\x56\x33\x2a\xc3\x4a\x9b\xbf\x32\xeb\xfd\xfa\xeb\x51\xd6\x03\xb7\x7f\x55\xfd\x50\xa8\xb3\x55\x59\x39\xfc\x6a\xc6\x65\xe3\x0a\xb4\xd5\x3a\x5d\x9d\x8f\x7b\x00\x80\x4c\x47\x78\x53\x74\x83\x04\xa3\x26\xf3\x57\x5f\x3f\x73\x49\xf2\xf1\xee\xa7\xcc\xbe\x98\x67\xed\xf7\x58\xf1\x61\xf2\xe6\x0a\x70\x91\x5f\x5b\xfd\x12\x68\x85\xdb\xb7\xaa\x02\x38\xcd\xd9\xaa\x6c\x27\x72\x74\xc6\x0d\xc3\x1f\xcc\xdf\x9a\xab\xf6\xc7\xf9\x00\x20\x2b\x24\xd6\x53\x78\x83\x93\xc0\x71\x99\x2f\xfb\x36\x83\x59\xc9\x3d\xdd\x1c\xf0\x64\xcc\x95\x76\x1c\x72\x0f\x43\x9b\x83\xa0\x9b\x7e\xe6\xba\xeb\x70\xbb\xdb\xfb\xaa\x99\x48\x9b\xf3\xc8\xb2\xa9\xe8\x85\x19\xf7\x0c\x03\xb8\x95\x75\x85\x7a\x04\x61\x09\x00\x32\x0f\x82\x4d\x89\xde\xbb\x12\x7d\x92\x59\xb7\x07\x45\x5f\x24\xef\xe8\xea\x43\xdf\xc6\xa8\xda\xfa\x31\xbb\xb0\x90\x26\x21\x56\xe0\xc7\xa8\x9b\x8e\xbd\x72\xbb\x5e\x99\x8c\x0b\x9d\x87\x95\xa6\x12\x6e\x33\xde\x1b\x6c\x89\x77\xd6\xb7\x8a\xb2\xd8\xa9\x00\x20\xad\x60\xc7\x17\xe2\x03\x59\xe4\xf5\x4c\xcb\xde\x56\xb2\x67\xc7\xfb\xce\x47\xa4\x30\x66\x45\xeb\x33\x32\x31\xf4\x77\xe3\x5e\x72\x8b\x9f\x7b\xed\x26\x32\xc3\xad\xae\x42\x4f\x6a\x9c\x9e\x97\x54\x93\xa7\x66\xfc\xd6\x27\x72\x46\x8f\x99\xa1\xea\x25\x3f\x03\x80\xe4\x39\xb9\xab\xe0\x7a\xff\x80\x90\x9e\x91\xd5\xf3\x59\xf0\x64\x47\x52\xe7\x6c\xc1\xd6\xad\xdd\xad\xf3\xf9\x67\x42\xb5\x0d\xdf\xf8\x3b\x7c\x1f\xd5\xf0\xf9\xc3\xdc\xb2\xcd\xe7\x79\xbd\x4e\x67\x8b\xef\xf3\xf2\xed\x86\xeb\xcc\xbc\x85\x63\x62\x95\xbf\xb9\x6c\x00\x90\x38\x72\x52\xf3\xcf\xf5\x3d\x50\x0e\xa4\x6f\xef\x99\xa8\xa8\x4a\x8a\xea\x58\x26\xe7\x6f\x39\xd8\xe2\x2a\x4b\xdf\xb8\xaf\xfe\xbb\x34\xc1\x77\x49\x35\x4f\xb2\x75\xd5\xf3\xf2\x73\xe2\x68\x27\x81\xe9\x91\x28\xc8\xce\x46\x5b\x2e\x74\x1a\xd3\xa1\xb4\xe0\x37\x02\x80\xd8\x99\xdb\x97\x57\xda\x37\xd3\x28\x49\xf3\xeb\xde\xa4\x3f\x9b\x18\xd8\x9e\xa9\x1b\x19\x7d\xbc\x79\x87\xc6\x27\xe4\x56\xbd\x43\x11\xee\x93\x53\xd5\xad\xdc\xb7\x2a\xa2\xec\x8f\xfc\x9d\xd3\x32\xd3\x24\x99\xb5\xdd\x70\xcd\x55\xf1\xdf\x31\x8f\x15\x7e\x42\x25\x00\x88\x32\x78\x7d\xb9\x67\xf7\xb0\x2b\xc7\xee\xce\xe9\xda\x57\x3e\xb4\x9d\xd2\xf6\xa0\xb4\x30\xea\x47\xd3\x69\xd3\x7f\x21\x33\xea\x04\x06\xbe\xf7\xa9\xaa\x69\xba\xd1\x2b\x2f\x94\xa5\xab\x0b\x1d\x6f\x19\x19\xca\x86\x19\xcf\x35\x4b\x65\x75\x63\x2d\xe4\x35\x62\x0f\x00\x10\x5e\xe0\x23\xb9\x9b\xf6\x04\xd7\xda\xa7\xfe\xeb\x22\xaa\xc4\xdb\x27\xb7\x99\xcd\x77\xa2\xca\x9a\x88\xb2\x19\xc1\xc7\xeb\xd6\x14\x47\x78\x73\x2b\x4f\x1a\x90\x95\x65\x65\x33\xb4\x7c\xc7\x01\xe3\xfc\xa2\xa8\x19\x0f\xd5\x37\xe4\xd7\xc7\xda\xca\xa3\xc4\x1f\x01\x40\x48\xf0\x0f\xe4\xdc\xde\x63\xd5\xa0\x4c\xad\xe8\xf2\xac\x1d\x48\x38\xde\x16\x55\x35\x14\xb5\xad\x69\x89\x79\x28\x58\x58\x7b\xbb\xb4\xc7\x3b\xa6\x32\xcb\xa4\x5b\x49\x96\x0e\xe8\x37\x39\x76\x1b\x06\xd4\x7d\x33\xbe\xaa\x73\x15\x17\xc7\x6e\x90\xbd\x94\xb0\x01\x40\x38\x9d\xff\x30\x9b\x7e\x48\x47\xcf\x4c\xb9\xb8\xaf\x99\xfe\x39\xbe\xbe\xbf\x89\x21\x8c\x9c\xd8\x13\xc7\xf4\x0f\x9c\xd9\x7e\x8c\xe5\xe6\x59\xdf\xf4\x11\x4c\x5e\xc6\xaf\x3d\x0e\xed\x5f\x90\x5c\xe1\x89\xc4\xd9\xae\x2a\x0e\xc5\xc6\x59\x4e\xd0\x7c\xc7\xf3\x01\x40\x4e\x21\xb6\x67\x73\x0f\x2d\x61\xea\x53\x1e\xed\x0b\x62\xfe\x88\xef\xeb\x0f\x61\xa5\x46\xce\xea\xfe\xc5\x7a\x1d\xb8\xb0\x3d\x17\x6c\xf0\x6c\x6f\x2a\x83\x2a\x97\x29\x6b\x99\xf0\xa9\x05\xbb\xcd\xdf\xd0\x79\xb6\x3e\xc5\xe3\x31\x9d\xe5\x4a\xcd\x61\xbc\x03\x00\xe4\x41\x44\x42\xb6\xf4\xe0\x71\xf0\x49\xca\xcb\xc1\x07\xd0\xdc\xf8\x83\x7d\x8f\xa1\xf4\xc8\xb9\xdd\x3a\x68\x20\xd0\xa1\x7d\x1c\x1c\xe2\xd9\xdd\xe4\x8f\x4c\x5e\xa6\xaf\x9d\x85\x8e\x5a\x90\x6f\xae\xc1\x16\xd8\x86\x9a\x8e\xe3\x5b\x2d\x37\x6b\x70\xc2\x15\x00\xe4\x96\x84\x36\x3b\xed\xc0\x63\x0c\x4c\x39\x39\x08\x60\x99\xf1\xe5\x7d\x23\xb1\x1d\x91\x63\xbb\x8e\x61\x50\xe0\xcc\xb6\xf5\xd8\x61\xcf\x8e\x46\x10\x5f\xb5\xac\xbc\x66\x2b\x7e\x72\x01\xbb\xfc\x39\x41\xb1\x4d\x35\xd9\xb2\x17\x5a\xca\xd5\xd7\xff\x5f\xf1\x48\x67\x67\x66\x5d\xdd\xff\x97\x13\x99\x92\xb6\x77\x26\x67\x4a\x7c\xf2\x1e\x7b\xf2\x5a\xc4\xed\xce\x07\x64\xd9\x86\xef\xad\xa9\xa4\xd4\x53\xd7\x60\x22\xb5\xcb\x94\xd5\x20\x39\xb0\x00\x2f\xb7\x25\x3f\xda\x22\xc6\x28\x8e\x8b\xe5\x25\xf5\x0c\xf2\x0f\x00\x48\xab\x49\x4a\x96\x74\xff\x5a\xe1\x60\xca\x84\x81\x8d\x42\xdb\xf8\x91\xbd\xfe\x02\x30\x42\xd9\x39\x82\xff\x64\xc3\xa1\x16\x29\x9f\xe6\x99\x53\xbf\x9f\x3f\x6e\x19\x58\x55\xc2\x1b\x5c\x40\x94\xf9\xf3\x60\x5b\xad\x41\xc8\x5b\x6a\x35\xb1\x28\x96\x4b\x00\x80\xe4\x16\xa7\x20\xb3\x74\xdf\x2e\x65\xd1\x4e\xd7\xfe\x58\x45\x4e\xdc\x8a\x1e\x77\x79\x70\xf8\xb9\xf6\x4f\xb2\x85\x1b\x6c\x9a\xa9\xd2\x99\x6b\x1f\xd6\xd5\x48\xa6\x2c\x9b\x51\xc9\x15\xdb\x2e\x88\x2f\x5d\x26\x9a\x61\x7b\x54\x4f\x13\x0e\xb7\xc2\x54\x9b\xf8\x12\x00\x10\x5f\xe4\x0e\x64\x14\x0d\xc6\x1b\x2e\x25\xaf\xeb\x4b\xd1\x4f\x88\xdd\xd6\x1d\xa9\x0d\x0b\x1f\xde\x6e\xa9\x16\xaf\x4f\x6c\x12\xa8\xae\xaf\x0d\xaa\xdd\xab\x9c\xb5\xb4\xae\xa2\x4c\xbe\x63\xc1\xd2\x92\x20\xa9\xc6\xf6\x9a\x4e\x2f\x2e\xb1\x3a\xa9\x44\x84\xa1\x00\x20\x1e\xc9\xab\xcd\xb0\xdf\x6b\x36\x3f\xde\xd1\xb3\xa7\xa7\x4c\x12\x73\xb4\xab\xb1\xc4\x75\x13\xa5\x2d\xde\x78\x34\xe0\x62\xe3\x39\x7d\xb2\xc7\xf5\xda\x51\x9a\x1f\x4b\x63\xcd\x9f\x8b\xd8\x0b\x86\x17\x97\x28\x1e\xd9\x3e\xd3\x3e\x96\x59\x58\x8f\x50\x5c\x11\x9d\x04\x00\x51\x26\x3f\x2a\x7d\x70\x6f\x52\xb5\x76\x47\xda\x9e\xec\x8a\x1f\x31\x44\x57\x5c\xf9\xe6\x4d\xcb\xda\x80\x92\xd2\x00\x4d\x63\x81\xf1\x85\x47\x7d\x4d\xb3\x7e\xe5\x52\x0f\x73\x89\x26\x6d\xfe\x7f\xc5\xfe\xaa\x14\xdb\xef\x5a\xae\x7c\x8a\xb5\xb3\x02\x13\xe7\x02\x80\x68\x2a\x5f\x96\xbe\x6b\xef\x94\xba\xe6\x1d\xb3\xf7\xcc\xa8\xbe\x19\xb3\xb1\xf3\xbf\x8a\x6f\x61\xff\x5a\xcb\xca\x47\x07\x64\x37\x8e\x2c\x99\xe0\xa1\xa8\x09\x30\xda\x2e\x5d\x69\x76\xd3\xfe\x59\x60\x63\x3a\x53\x54\x35\x6d\xb6\xd6\x46\xfe\xd1\x7a\x97\x62\x92\xf8\x25\x00\x08\xdb\xf9\x4d\xf7\x3d\x59\x29\x94\xe5\x17\xd6\xb0\x1e\x51\xfe\x1c\xbc\x0c\xee\xa4\x9e\x6b\x2f\x01\x2f\xd1\x1a\xca\x85\x50\x38\xbd\x56\x46\x85\xae\x31\xae\x81\xf5\x30\x8d\xe5\xb0\xab\x02\x59\x01\x9a\x36\x0e\xa1\x63\xe0\x59\x8b\x3b\xb0\xe1\x48\x9f\xf5\x3e\xdc\x07\x9b\x7d\xcf\x85\x59\x47\x3f\x72\x3e\x8a\xb5\x94\x11\x71\xd0\x8a\xb5\x87\xf1\xa0\xed\x2e\xe8\xc1\x64\x95\x5d\x06\x4f\xb0\x96\x4a\xcf\x43\xc9\xe0\x14\x70\x32\x3c\x01\x9a\xb2\x6b\x0a\x7c\x0f\x5e\xb9\x31\x0c\x19\x42\x12\x17\x87\xa1\x57\x51\xa3\x35\x1f\x9f\x8b\x69\xef\x4e\x60\x7c\x04\x69\xe7\x76\x32\x09\xf0\xd0\x01\x0f\xd6\x38\x68\x4a\xdb\x38\x56\x35\x94\x5e\x36\x01\xf4\x85\x6e\x49\xe7\x82\xcf\x60\x06\x0b\x85\x6a\x10\x97\x14\x29\xcc\x41\xde\x87\x1c\x44\x70\x74\x9f\xeb\x0f\xd4\x80\x19\xad\xb7\x63\x5f\xf0\x85\xb7\x67\xd0\x45\xec\x75\x67\x92\x18\xeb\x88\x8f\xfb\x3c\x18\x9f\x88\xba\x96\x08\x66\x11\xc1\x28\x11\xb2\xd6\x11\xdb\xc5\x27\x58\x3f\x89\x4c\x66\x2c\x78\x86\xe0\xec\xc4\xa1\x63\x44\x71\xf0\x79\xf8\x2e\xd1\xe2\x9a\x8b\x5a\x12\xc7\xad\x97\x60\x7c\x22\xf7\x86\x1d\xcd\x5d\x34\x6f\x68\x1f\xed\xa7\x30\x7a\xe0\x26\x7d\xaf\x80\xdb\xb4\x86\x91\xcf\x3f\x6d\xea\x60\xae\xe0\x2f\x14\xb9\xb2\x86\xf3\x8c\xf4\x9f\xac\x77\xbc\xf1\xc9\xd1\xe0\x5f\x2e\x16\x3c\x09\x76\xe0\x3c\x5e\xf4\x0d\xc9\xe3\xcc\xb6\xf6\x45\xff\xb2\xaf\x5d\x09\xa3\x0e\x53\xb5\x1e\xcf\xa5\x1e\x54\x86\xf4\x8d\xa2\xc9\xe4\xcf\xeb\xf7\xd1\xb7\xc9\x4a\x0c\x22\xc6\x0a\x69\x82\x60\x0b\xd3\x4e\xe2\x4c\x63\xb0\x66\x8a\xde\xec\x18\x07\xfa\x0b\x2b\x82\x56\x41\x2c\x41\xc0\x22\x3e\x7c\x8d\xa7\xb3\x8e\x44\x99\x9c\xa0\xf3\x5f\x0a\x29\xe5\x05\x87\x19\x94\x84\xd2\x80\xee\x24\xaa\x67\xb1\x4d\x0d\x93\x66\x6b\x38\xaf\xad\xa6\x0f\xd3\xf1\xb9\x97\x19\x80\xc6\x83\x12\xc7\xb4\x53\x9d\x49\xa4\xb3\xa2\x15\x1e\x1b\x3e\x81\xd5\xd2\x42\x97\x07\xf0\x34\x51\xb4\x75\x26\x72\x81\x97\x76\x66\x46\x41\x74\x6b\xdb\x01\x8b\xc2\xad\x4d\x92\x8e\x08\xca\xa6\xfa\x84\xca\x6a\xea\xaa\x9a\xe1\xea\xc9\x34\xa7\x0a\x03\x29\xa4\xaf\x2e\x1b\x5f\x90\xc8\x48\x31\x85\x27\x3c\x60\x36\xe8\x42\xd7\x77\x80\xe3\x55\x9f\x5c\x16\x41\x3a\x99\x87\x75\x16\xb2\x4b\xc0\x1a\x3a\x99\xdf\xb7\xdf\x7a\x50\x53\x70\xa0\xff\x69\xeb\xd9\xc2\xae\x9e\x46\x73\x30\xa5\xac\x63\xa3\xf2\x0e\x55\xdf\x3c\x48\xe0\xb4\xd6\xba\xff\xf2\x24\xf4\x47\x95\x2f\xb7\x15\x30\x9d\x4a\x77\x07\x0c\xb0\x64\xfa\x1c\xe7\x0a\x68\x91\xf2\xb3\x75\x16\x32\x5e\xb4\xe1\xe4\x81\x7c\xf1\xb1\x25\x7b\xab\x0b\x04\x07\xab\x5a\xee\x16\x82\x7b\x3f\x96\x6f\xa7\x24\xed\x99\xaa\xf8\x8f\x1a\xd3\xf1\x17\x6f\xa3\x65\x37\x37\xe7\x5e\xa2\x9b\x6b\x3f\xc5\xdf\x63\xfc\xcf\xdc\x16\x90\xc4\x0a\x30\x3e\x76\x46\xc0\x17\x45\x62\x6b\x01\x7c\x45\xf4\xbf\x13\x7f\xf3\x53\x4e\x27\x0e\xbc\x2a\x88\x3e\x8e\xb7\xb8\x16\xae\x3d\x94\x53\xd6\x4e\x99\x36\xe8\xa4\xd8\x46\xb5\xec\xd5\xe3\xd3\x69\xd3\xdb\xf7\xe7\x46\xd2\x43\x1b\x73\xe2\x85\x0c\x4e\x15\x2d\xc0\x8b\x79\xa7\xf8\xb1\xb3\x10\x14\xa8\x3b\xac\x2f\xc2\x74\xf1\xdc\x9b\xb7\xa1\xcb\x85\xf5\xa7\xb3\xe0\x31\x14\xc5\x20\x09\x87\x52\xa9\xcd\xad\xb0\x86\x16\x5f\xfc\x1d\x7e\x42\x4f\x16\x87\x21\x1e\x8c\x72\xc6\x6b\xa4\x82\xf9\xdf\xce\xcd\xe8\x3c\x10\x09\xfe\x87\xee\x85\xa7\xba\xc2\x18\x03\xb9\x68\x9d\x8e\x67\x63\x9b\x6f\x3c\x85\x6c\xe9\x4b\x4e\x49\xa0\x9d\xf4\x0b\x7b\x7b\xa0\x0e\x06\xb5\xe9\x05\x3c\x8a\x39\xbd\xd8\x13\xce\x66\xde\x11\x99\xe1\xb3\xac\x4b\x8c\x48\x64\x3d\xf8\x28\x79\x00\xb9\x09\x8f\x0d\x4e\x40\x05\x48\xe8\xa2\x5f\x58\x24\x5a\x65\x3d\x0c\x8f\xc5\xf6\x5c\x7f\x06\x26\xb3\xae\x0e\x19\xc1\x01\x70\xc5\xc0\x5d\xc8\x16\xd4\x35\x4d\x87\x40\xf0\xbb\x09\x84\x9e\x41\xa0\xf0\x03\x1c\x0b\x2f\xa4\xf7\xc0\xf7\xe0\x97\xc9\xee\x08\x81\x1c\x0a\x7a\x8a\xae\x43\xeb\x17\x35\x63\x93\xb1\x72\xab\xbb\xb8\x2b\xbe\xe1\xea\x43\xe6\x5f\x22\xff\x44\x0d\x8b\x4a\xf8\xf4\x7d\x64\xbd\x23\xc6\x35\x64\x80\xbb\xf0\xe7\x86\xbf\xe0\x43\xfc\xae\xa0\x0c\xca\xc1\x7f\xd1\xf4\xf0\x68\x62\xd1\x8e\xa5\xf0\x71\x22\x31\x68\x32\x52\x4c\x68\x16\x2d\x45\x65\xc4\x51\xab\x21\xec\x00\x21\xbd\x74\x85\x71\x4c\xb8\xf2\xd8\x48\x66\x88\x80\xdd\x5b\xca\x3c\xcf\x3f\x5b\x97\xcc\x8a\xe2\x3b\xe8\x3d\x59\x8f\x78\x6a\xfe\x0c\x10\xe5\xcd\xa2\x46\x42\xcb\xb8\xcd\x49\x76\xb0\x05\xd7\x2d\x30\x04\x7e\xc5\xd9\xe3\x72\x1a\xf9\xc8\x99\x6a\xf5\x18\xf3\x64\xbf\x3d\xbf\x85\xae\x51\xaa\x0f\x3d\x66\xcc\x57\x6c\xe9\xba\xcf\x38\x20\x1f\x5f\xfd\x95\xb9\x59\x7a\x5b\x3b\x97\xf9\x5e\xd2\xce\xdd\xcc\x32\x8b\x8d\x85\x37\xc1\xdd\x22\x68\xfb\x6b\x68\xa3\x30\x68\x03\x17\xf6\x11\x58\xb8\xe4\x20\xdb\x78\x88\xf5\x04\xb4\x8d\xb3\xfd\xd4\x1f\xda\xc2\xb2\xd9\xfb\x7e\xd2\x2e\x94\x4c\x69\x0f\xa7\x53\x8c\x7f\x2a\x8e\x33\x26\xeb\xaf\x17\x6d\x66\x1c\xd5\x36\xb3\xef\x32\xc5\x6a\x34\xff\x38\x2b\x5d\xb5\x22\x21\x0e\x4c\x94\x1f\x5e\x1f\x0f\x65\x4a\xe7\x3a\x3f\x81\xf5\xa2\xc5\xd6\x7e\xa8\x05\xaf\xe0\x44\x1a\x75\x66\xcb\xec\x81\x06\xea\xa5\xc6\x29\x2d\x9b\x68\xdc\xda\xbf\xe5\xc3\xe8\x4b\xab\xce\x2a\xce\xd3\x5f\x9a\xf9\x78\x29\xe3\x60\xe9\x9c\xdc\xcb\xcc\x16\xa3\x20\xfe\x2c\xab\x4b\xdb\x1a\xb0\x18\xbc\xa4\x12\x38\x6f\x86\xc7\x48\xff\xb3\x8e\x47\x64\x82\xc2\xa3\x6f\x28\xd0\xe0\xcc\xbe\xe5\xd4\x35\x7d\xf3\x1a\xaf\x51\x9f\x77\x4f\x28\x69\xa3\x19\xdb\x6e\xcb\x6a\xe8\xf1\x4d\x2c\xd4\xcc\x70\xab\x7d\x90\x33\x96\xb9\xb8\xe2\x7b\xdc\x4e\xd6\x8a\x92\x0a\xff\xa5\x60\xb4\xee\xb6\xd3\x29\xa8\x42\x59\x6a\xbd\x1b\x71\x13\x2d\x3d\xf2\x92\xe2\x7f\x64\xf2\x1e\x6f\xca\xcf\xfd\x83\x0d\x8f\xa8\x0d\x03\x1e\xc5\xc7\x69\xb1\x3d\x32\xe9\x29\xfa\xd4\xf6\x6a\xe4\x1a\xfd\x7d\x13\x92\x1d\xc7\x78\x51\xf3\x36\xf6\x12\xf3\x75\xf9\x6d\xbf\x6b\xa0\x95\x31\xc0\xa9\x1a\xda\x51\xe4\x62\x2d\x86\xbf\x8a\x4e\x1f\x71\xa5\x4c\x1c\x9a\xd9\xcb\xa3\x1c\x3c\x0a\x36\x2c\xa5\x66\x1c\x28\x2e\x9e\x41\x9b\x30\x20\x96\x3a\xd3\x4e\xf6\xb8\x22\xfe\xf4\xb2\x36\x34\xeb\x26\xa3\xa8\x21\x3e\x16\x66\xca\x2b\x8b\xfc\xda\x58\x35\xc5\xab\x9d\x9a\xc0\xbf\xea\x8d\xd6\x37\x61\x9d\x78\xd4\x95\x60\x74\x77\xe1\x82\xe3\xa9\xe8\x36\xca\xfc\x3d\x5f\xd1\x44\xea\xf4\x7a\x29\x8a\xd0\xac\x0c\x2b\xd1\x3a\xfa\x2c\xfe\x13\xf4\x1c\x23\x85\xfa\x12\x1b\xc1\x1c\x4a\xea\xc3\x36\x81\xd1\x81\x27\xb1\x26\xe8\x87\xcb\x77\x7c\x01\x72\xc6\xaa\x05\xbf\x83\x25\x5f\xce\x47\xea\x68\xe5\xc7\xb8\xc8\x1e\x7a\xf4\x9e\x79\xc8\x25\xc6\x88\xba\xa3\xc8\x0f\x46\xbf\xbe\x10\x5d\xc1\x14\xf2\xdd\xd1\x34\x16\x97\xba\x11\x6d\x01\xcd\x49\xf3\xb1\x91\xd0\xcd\xc0\x35\x18\x13\x71\x74\x61\x62\xff\x50\x83\xd5\x06\xfc\x24\x76\xe8\x92\x0c\x7e\xcb\xf2\x38\xda\x84\x4c\x67\xd5\xf4\x06\x23\x1b\x41\x9b\xda\x4f\x48\x21\x28\xd4\x75\x22\x9d\x90\x0d\x4f\x86\x7c\x81\xce\x50\xba\xd1\x50\xb8\x2c\xb1\x0c\xed\x42\x78\x1b\x0e\x61\xee\x28\xee\xb2\x08\x3b\x83\xc9\xad\xe6\xe2\xb5\x78\xc8\x05\x16\xa4\xc3\x6b\x0e\xb7\x40\xd7\x70\x71\x37\x05\xb6\xc5\xf3\x6b\xc2\xe0\x1d\x78\xb4\xd6\x1f\xee\xc2\xe3\xb8\x7e\xc8\x58\x5c\x50\x68\x40\x58\xf8\x89\xed\xb5\xc8\x6f\x62\xfc\xfa\x2f\xa8\x89\xd8\xe1\xdc\x85\x85\x12\x8d\x56\x93\x71\x6f\x42\x74\x76\x1b\xc8\x12\xac\x3f\x38\x15\xdc\xcf\x6f\xef\x5c\x00\x4d\xe0\x4f\xaa\xda\x02\x25\xf2\x70\xb5\x18\x3a\xc0\xfd\x43\x1e\x83\x5d\xb8\xa6\x82\x44\xb8\x9e\xeb\x95\x50\x81\xf8\x70\xee\xaf\xf7\x45\x5e\x72\x60\xe7\xdd\x68\x1b\xf9\xd5\x2a\x18\xeb\x66\xbf\x3d\xe5\xc8\xda\xa8\x60\xed\x9b\xc3\x6a\x93\x27\xb5\x21\xe0\x4c\xd9\x4a\xf3\x7f\x60\x9e\x74\xba\x8a\x07\xde\x92\x8c\x60\x8f\x81\x62\xc4\xc3\xf2\x3e\x42\x4f\x85\x3f\xb7\xa1\xb0\x54\xf0\x38\x40\x80\xf8\xf2\xfb\x9d\x27\xa3\xb6\xbc\x58\x2b\x36\xe6\xc8\x89\x3f\x76\x85\xf1\xa7\xe4\x6c\x7f\x10\x33\xd7\xf4\xb8\x19\x60\x5e\x35\xfc\xaf\xf4\x3e\x6b\x8d\xee\xae\xfc\x10\xab\x47\x73\x16\xab\x06\x03\x8b\x06\x72\x5e\x82\xaf\x94\xb2\xb8\xf7\x50\xa5\xdc\xc7\x3f\x0f\xce\x92\x1c\x71\x32\x20\x51\xc2\xef\x56\x87\x50\x06\x6f\xf7\x61\x84\x61\xd5\x24\xe9\x9d\xca\x00\xeb\xf5\x0d\x63\x19\x2f\x6a\x4a\x8a\xe7\x33\xe3\x2b\x95\xd2\x20\xe6\xfd\xf2\x4c\x24\x87\x85\x97\x38\x65\xfd\x07\xae\x32\x74\xc7\x66\x82\x3f\xb4\x23\xfd\x36\x41\x97\x55\x63\x9c\xa6\xc2\xc7\xa5\x9d\x56\x6f\x91\x1f\x82\x6d\x07\xee\xd1\x77\x0d\x38\x75\xe9\xe9\xb7\x7b\xe3\x6a\x4b\x18\x21\x9d\x59\x86\xbb\x8c\x23\xad\xbb\xc5\xce\xcc\x88\x46\x67\x08\x64\x7e\xa9\xe9\xcf\x5c\xcf\xea\x30\xff\x8a\x19\x06\x42\xc5\x97\x7c\x23\xa1\x58\x9d\xb7\xa3\x04\x4e\x50\xae\xb1\xfa\x8d\x94\x89\x2c\xf7\x3f\xa0\x2f\x38\xf8\xbe\xb3\x92\x6e\x1c\x3c\x53\xd3\xc8\xb0\xea\x63\xe8\xbf\x31\x88\xae\x3f\xa2\xcd\xcc\xb1\x6d\x3e\x60\x17\xb3\xa3\xd1\x27\xa3\x88\x95\x5b\x7d\x7f\x2b\x1d\x5c\x59\xf6\xdb\xe7\x0b\x34\xde\x60\x74\xdc\x0d\x4f\x53\x0d\x5a\xcf\x41\x92\x44\x15\xfb\x1d\x68\x2f\x8f\x5f\xec\x78\x46\xdf\x76\x38\xb3\xfa\x33\xfd\xf8\xbe\x83\xfa\x10\xc6\x9a\xbe\xff\x09\xbb\x18\xfb\xbb\x7a\xc0\x79\xcc\xc4\xd6\x65\x19\x36\xac\x29\xf5\xeb\xb6\xce\x62\x5d\xa9\xa8\xf1\x19\x02\x5b\x4c\xa4\x63\x36\xd4\x57\x74\xdd\x3a\x17\xfe\x2d\xba\x3b\x34\x95\x6c\x2a\x08\x1c\x74\x26\xfd\x0b\xd3\x5a\x9b\xd8\x4f\x28\x50\xf9\x53\x76\x17\x15\x54\xae\x61\x8b\x68\x46\xbc\x9a\xbd\x8d\xfe\x34\x37\x87\xed\xc6\x8c\x8d\x1f\xc6\x1e\xcb\xfa\xe8\xf7\x8a\xf8\x01\x35\x38\x66\x11\x5f\x11\xf3\xe8\x22\xf6\x1a\x6c\xfd\xc9\x18\xd2\x82\x5a\xb7\x37\x8d\x5d\x4f\x03\x5b\x9e\xb2\x63\xe8\x81\xe5\x2e\xec\x95\x8c\x61\x0a\x01\xdb\x96\xf1\x08\x1f\x46\x7c\x63\xbe\xca\xb9\x4b\x3c\x00\x6d\xe3\x40\xe2\x2c\x94\xee\x07\x11\x43\xf0\x69\x87\xaf\xc4\x6d\x34\x75\x74\x18\xdb\x11\xab\x3d\x21\x66\x27\x33\x9d\x06\x54\xec\x09\xcc\xd6\x96\x89\xc4\x69\x96\x7b\x59\x22\xd1\xc5\x6a\x96\x9f\x23\xcc\x60\x08\x96\x40\x88\x21\x9b\x9c\x10\x82\x80\x7e\xc6\x0d\x23\x10\x04\xf0\xb3\x20\xe4\xe8\x64\x87\x06\xa2\x05\x0b\x1d\x3d\x8f\x6d\x8d\xcf\x39\xd6\x4a\xcc\xc1\x42\xfb\x8e\xe1\xaf\x31\xcf\xa6\xcd\xf8\x01\xcc\xb9\xe4\x1c\xde\x8d\xb9\xc9\xd2\xf0\x4e\x2c\x01\x9d\x81\xb7\x62\x15\xd9\x6e\xf8\x1e\xec\xbf\x58\x17\xfc\x1c\x9e\xe7\x1b\x8b\xff\xc6\x1f\x39\x84\x11\xcb\x88\xe4\xd1\xee\x44\x2d\xb1\xeb\xf0\x0d\xec\x15\xaf\xa8\x37\x04\xbb\xce\x9b\xd9\x30\x1b\x3b\xce\xad\x36\x3d\xc2\x86\xb8\x2b\x24\x7b\xb1\xab\x9c\x4b\x70\x2d\xf6\x3f\x8e\x2c\xf3\x17\xf6\x87\x13\x15\xe3\x8a\xcf\xe4\xcc\xf3\x69\xc6\x63\xc8\x17\x0e\x93\x70\x03\x59\x32\x9a\x46\xcc\x66\x1f\x38\x90\x8d\x8d\x97\x51\xba\x52\xd0\x8f\x52\x59\x6d\x0b\xfa\x50\x62\x32\x0c\xa2\xef\xc4\x65\xa2\xfb\xd8\x68\x51\x33\x34\x0e\x5b\x28\x3c\x9f\x51\x8f\x45\x08\xde\x6e\x5d\x80\x51\x04\xa3\x7c\xac\xb0\x36\xfe\xf8\x85\xb7\xb0\xbf\xdc\x0f\xa3\x0f\xe1\x72\x8e\xf3\xde\xd3\xc8\x65\x93\x57\xdb\x73\xe4\xa0\x41\x56\xb5\x15\xe9\xd7\x9d\xd5\xee\x45\x2e\x6a\xde\x0a\x56\x23\x9f\xd5\x63\x98\x83\xe8\x1c\xd5\x92\xb4\x2e\x34\x41\xb1\x26\xba\x01\x55\xca\x96\x7b\xdb\xa2\xd7\xc4\xdf\x16\xca\xb0\xe5\x42\x86\x65\x20\x76\x8c\xe7\xd8\x07\xc2\xaf\xea\xb9\xcd\x87\xe1\xa7\x35\xfb\xcc\x14\xf8\x7f\x95\x5f\xd4\x13\xe1\x7f\xe6\x59\xdc\x33\x88\x73\xe9\x52\xba\x0a\xd9\x69\x5a\x96\x7a\x09\xa9\xd7\x5b\x44\xcd\x44\xde\xa9\xeb\xbc\xbe\xa3\xeb\x95\xc3\x16\x7c\x47\x9b\x24\xff\x2c\x13\xb1\x50\xc1\xb0\xde\xc9\xf0\x86\x5e\xb0\x91\x0a\x47\x74\x7e\x29\x73\x86\xa3\xdb\x36\x2b\x9f\xc1\x85\x4d\x24\x79\x1c\x36\xd5\x09\xa9\xbd\xf0\xb5\xaa\xd4\x5d\x8b\x91\x79\x65\xdf\x23\x87\x90\x02\x93\x8b\xe7\x37\xe4\xbc\xe6\xcb\x82\x0c\xd4\x5f\x11\x6b\x99\x81\x3e\x17\x16\xf7\x8c\x86\x5d\x07\xbf\x34\x10\xf0\x9c\x7e\xc7\xd2\x00\xd8\xb6\xc7\x49\x69\x05\x2f\x6f\x7f\xce\xfe\x02\xc7\x35\x17\x50\xbe\xc2\xaa\xba\x83\x29\x1c\xf8\x4e\x65\x6f\xa4\x37\xe2\x5c\xba\xca\x53\x87\x88\xf5\xee\x0b\xbc\x50\x40\x39\x64\xc9\x45\xeb\x44\xae\xdd\x9e\xf0\xf4\xc3\xda\xfa\x13\xd0\xa7\xfd\x45\x25\x1a\xe8\xfa\x40\x88\x62\x17\xf4\xb2\xa7\x9e\xbd\x0d\xb6\x6a\x3f\x48\xc9\x80\xbd\x9a\x54\x29\xd6\x30\x59\xf3\x23\xe2\x0e\x7c\xae\xfc\x98\xe7\x4e\x64\x91\x71\xcc\x02\x0f\xa4\x4a\x75\xdb\xf2\x04\xba\x5e\x94\xb3\xcf\x59\x98\x9f\x6f\x6c\xff\x27\x18\x28\x68\xaa\x76\x16\x4c\x2c\x1c\xd0\xb9\xf3\x71\xca\x59\xc1\x36\xde\x47\x9a\x05\xd3\xc4\x4b\xa4\xef\x48\x0b\xe4\x0e\x31\x1e\x47\x69\xb9\xab\x59\x62\x2f\x09\xa7\x01\xda\x34\xdf\x97\xe3\x82\xa4\x8c\xb4\x24\x9f\x63\x93\x07\x69\x82\x4b\x94\x53\xed\x81\x82\xc5\xd4\xd2\x2a\x06\x5f\x45\x2b\xd0\x2a\xf8\x56\xf4\xf5\xfc\x03\x3c\x01\x63\x2d\x73\x2c\xf7\x2f\x33\x7a\xf7\x09\x2e\xc8\x2a\x8a\x72\xe1\xfc\x04\xdf\x7b\xcd\xe3\x10\xf0\xee\x79\xef\x38\x13\x50\xfb\x11\x77\xc9\x3b\x58\xce\xde\x1e\x81\x27\xc3\xae\x8d\xcd\xaf\x62\x74\x54\xf6\xf3\x27\x33\x43\x35\x77\x78\x6a\xe6\x4d\xfe\x0c\xde\x0c\x96\x82\x01\x72\x4b\xc0\xec\xdd\xeb\xb9\x73\xa1\xf4\xcd\x47\x39\xed\x30\xea\x79\x8a\x13\x88\xd4\xcc\xdb\x4f\x3e\x44\xff\x8d\xb8\x4d\x0e\x60\x2f\x07\xec\xf8\xb3\x90\x3b\x2d\xaf\x78\x5a\xe4\x4d\x85\x03\x6f\x06\x0a\xa8\x73\xb8\x4d\xa8\x33\xf7\x0c\xd7\x0f\xcd\xa1\x87\x72\x2e\xa3\xe7\x52\xbd\x39\x19\x58\x70\xe4\x3f\xce\x18\xec\xac\xe7\x72\x72\x3f\x9e\x34\x8f\x41\x66\x12\x23\x47\xfc\x47\xc6\x12\x73\xf7\xb4\x73\xdf\x73\x3e\x34\xf5\x71\x65\x1c\x43\xf9\x3a\xee\x42\x8e\xbf\x6a\x2f\xe7\x08\xf9\x81\xb3\x99\x93\x4a\xb6\x53\xff\xe3\x8c\x22\x95\xbb\xe6\x91\x4d\x24\x2b\x72\x06\x99\x42\xa6\xaf\xd5\x90\x73\xc8\xf0\x79\x81\xec\x6b\xe4\xaa\x91\x7e\xec\x0b\x6c\x56\x77\x19\x77\x8e\x44\xdf\xb0\x90\x33\x20\x3e\x59\xf2\x9e\xb3\x4d\xf4\x55\xd1\x4d\xfe\x11\xcd\x61\x2b\xc8\x26\xe1\x16\x0a\x48\xc6\x08\x2a\x77\xde\x23\x2d\xf9\x6f\x23\x66\xb1\x0f\xf3\x5d\x3d\x7e\xb1\x31\x5e\xc2\xbc\x71\x6c\x1f\x6e\xc1\x48\x09\xdb\x93\x3c\xdf\xb1\x8a\xfc\xaa\x3f\x53\x73\x91\x6c\xd4\xad\x37\x9e\x22\xa3\x34\x9d\xd2\xfb\xec\xdf\xea\x11\xf8\x78\x76\x8b\x6a\x4b\x41\x08\x3b\x4d\xd1\x94\x3c\x92\xed\x20\x7b\xb3\xa9\x87\x78\x2e\x9d\xe0\x31\x9e\x68\x15\x8f\x99\xdb\x47\x40\x82\x0b\x23\x3f\x12\x28\x77\x6f\xeb\x78\x72\x61\xcd\xba\xca\x1b\xec\x87\x95\x17\xf5\x23\xd9\x3a\xf3\x66\xf1\x16\xb6\x5f\x69\x37\x72\x88\xf8\x52\x3c\x3c\x6f\x35\xd1\x6b\x08\x4a\x5a\x4b\xe0\xda\xe4\xb0\x20\x22\xa4\x28\x60\x8d\x35\x31\x4d\xfe\x64\x6e\x08\xfe\x42\xb2\x6a\x94\x0f\xfe\x9a\x2f\x6e\x52\xb3\x7b\x3b\x4b\xcc\x02\x76\x5e\x5b\x8a\xe6\x3c\x7b\x7a\xf3\x58\xa1\x27\x71\xb4\x5e\x04\x9d\x23\x98\xd5\xb7\x72\xf2\x08\x8f\x0a\x8b\xed\xf5\x84\x45\xc9\x8b\x8d\x9f\xf1\xcb\x86\xdc\xd5\xa3\xf1\x7a\xb5\x6e\x4e\x3f\x4e\xc8\xb7\x8f\x0a\xc6\x79\xc2\x71\x8d\x0a\xb6\xb2\xef\x7c\xb9\x82\x1d\xd0\x13\xa2\x7e\x41\x3c\xed\x28\x16\xec\x24\x64\x2d\x4d\x10\x40\x78\x35\xf0\xb2\xbb\xf0\x9f\x35\x8e\xdb\x87\xe3\x87\xcd\xcc\x8d\xd9\xb8\xaa\x38\xd2\xbd\x1c\x4f\xd3\xf6\xcf\xe1\xe3\x3e\x8a\x81\x51\x09\xb8\xbf\xd0\xd4\x70\x84\x9d\xb7\x7f\x45\xd9\x45\xf6\xa4\x01\xa6\x7a\x0d\xd1\xda\x0b\xf3\xfb\x89\x4d\x9d\xcb\xc0\xdd\xf8\xe7\x96\x8a\x6c\x47\xbc\xa9\x7e\x28\x41\x8e\xe7\x55\x29\x36\x5a\xe2\x1e\xa5\x87\xdd\x93\x71\x6b\x3d\x36\x07\xc1\x1e\x29\x8f\x8c\x52\x61\xf7\x84\xf7\xda\xd9\x8a\x49\x79\xf7\xaa\xff\xc8\xde\x17\x0c\x37\x7c\x92\xde\x2a\x74\x90\x5c\x96\xdc\xa5\x84\xa1\xa7\xc5\x0f\xa8\xba\xbc\xd7\xa2\x4b\xb4\x7f\x49\x42\xe1\x21\x46\x51\x68\x8b\xa0\x93\xb5\xde\x7d\x3f\xbf\x04\x9a\x64\x7f\x9d\x27\x44\xbc\x2c\x92\xb8\x9d\xe8\x97\xb6\x06\x39\x52\xf8\xa9\x7a\xa3\xac\x80\x72\xdb\xb0\x45\x9a\x45\x3d\x22\xf1\x91\x50\x68\x8d\xa8\xbf\x18\xa1\xef\xc9\xcb\x17\xa1\x8c\xbb\x49\x53\x85\x4c\xd6\xa2\xd0\x2d\x02\x08\xd4\xba\x67\xf1\xa9\xb0\x9d\x7d\x05\x2f\x17\x79\x6e\x11\xc2\x2d\xc7\xd6\xb4\x9e\x90\xbd\xa4\x3b\x55\x89\xa5\x1f\xe9\x57\xf4\xcd\x92\x5f\x0c\x9e\xb8\x4c\x62\xc9\x74\x40\x5a\xc4\xd3\x98\xef\x72\x9f\x89\xe6\xb2\xee\x26\x9a\x85\x0e\xe0\x9b\x8d\x3f\x05\x6e\xf0\x44\xf7\x39\xfc\x75\x48\x98\x3d\x9b\xe7\x8b\x1e\xb2\x88\xe3\xa2\x58\x5b\x4b\xbc\xf4\x14\x9c\x5b\x39\x55\xf2\x0a\xee\xd6\x79\x49\xc6\xc3\x9f\x44\x11\xe2\xa5\x88\x3b\x8c\x8b\x22\x11\x75\xce\x55\x61\x1a\x3a\x69\x7b\x87\x80\x89\x36\x6e\xdc\xc8\x37\x61\x7e\x6e\x06\x5e\x1f\xf6\xda\x3e\x9c\x7b\x1c\xef\xb4\x90\x71\x6d\xf0\x5b\x4d\x05\x92\x17\x64\x8c\x39\x5e\x32\x9a\x5c\xaa\x29\x11\x2f\x62\xff\x16\xdc\x14\x6d\x65\x9f\x84\xdc\x84\x6c\x76\x7d\x76\xab\xa0\x86\x5d\x9f\xd0\xc5\x3f\xc6\xee\x09\x11\xf3\xbe\xb0\xf7\xbb\x2d\xe0\xd9\xb1\x4f\xda\x7b\x70\x57\xb2\x2f\x58\x7c\xe6\xf0\xd9\xce\xf5\x26\xc9\x5c\x51\x5d\xe9\x6b\xb1\xaf\xc8\xba\x48\x28\x4a\x15\xa6\xf0\x2d\x84\x6a\x41\x3b\xab\x4c\x70\x54\x60\x99\x15\xce\xff\xc0\xc7\xb7\xc9\xf8\x33\x79\x3f\x82\x07\x78\xe1\xbc\x9d\xab\xda\xb8\x2c\xee\x41\x7b\x0f\x8e\x8a\xf3\x77\x38\x4e\x3e\x24\xd9\x35\x39\x62\x7f\xed\x2a\xd3\x1d\xd1\x56\xf5\x3b\x85\x49\x08\x15\x95\x70\x76\x09\x1a\x54\xf6\x8c\x30\xfe\x1d\x45\x79\xc6\x06\xfe\x44\xb9\x4b\xdc\x35\xde\x06\x69\x5d\xd0\x6e\x2e\x26\xfe\x6f\xe5\x10\xa7\x4d\xb4\x72\xd6\x7d\xf2\xa2\x60\xd5\xf0\x33\xa4\x23\x37\xae\x92\x14\x6d\xad\x9c\x60\x98\x22\xd4\x96\xdf\x97\x0d\x13\x5c\x2c\xad\x61\x03\xfc\x7f\xc5\x1b\x68\x0e\xfc\xe5\x86\x2b\x69\x31\xbc\x1c\x5d\x7c\xac\x33\xb7\x5e\xdd\x17\x38\x8a\xf3\x44\x79\x6b\xc5\x79\x8e\x9d\xec\xd8\xac\x54\x72\x83\x78\xc7\xf0\x5f\xec\x32\xfe\x68\xf3\x1a\x91\x6d\xab\x46\xfb\x52\xe8\xd6\xd4\x27\x7e\x22\x48\xab\xef\xc5\x87\xf1\x55\x35\x08\x25\x9c\x77\xb0\x72\x66\x6a\x03\xf7\x47\x99\x7a\x6b\x27\x77\x95\xe9\xcc\xfa\xc3\x1c\xba\xae\x66\xf9\x10\xd9\x5e\xb4\x78\xe6\x25\xf6\x6d\x59\xd4\x08\x0b\xf6\x52\x01\xad\xdc\x45\xf8\xaa\x9b\xab\xf9\x21\x1c\xd7\x11\x2d\x1e\x21\xf0\x68\xf9\x84\x2d\xe1\x27\x37\x46\x17\x8a\x79\xe2\x5a\xce\xae\xaf\xdc\x03\x95\xe0\xd6\xa9\x9c\xaf\x65\x0b\xd7\xaf\xe3\xb8\x1b\xb7\x2f\x4f\x24\x0b\x35\x2b\x66\x96\xb1\x4d\xf2\x92\x11\x33\x89\xe7\x82\xbf\x65\xa1\xc2\x43\xfd\x6d\x9a\xd5\x82\x47\xbd\xde\xa2\x2d\x82\x51\x9d\x52\x54\xc4\x5f\xd8\xaa\x2f\xf8\xc8\x0b\x6a\x4c\xdd\x55\xc0\xa5\xd7\x3c\xdb\x52\xc3\xa9\xa9\x18\x1f\x70\x9b\x7c\x58\xdc\xba\x7c\x1a\x39\x4d\x7b\x7f\xa6\x9c\xbd\x4e\x61\x18\xb1\x89\x20\x85\xeb\x4b\xa2\x4c\x16\x79\x8c\xa2\x29\x06\xff\xfc\x12\x81\xa3\x4e\x56\xd0\x0f\xaf\xd1\xdc\x28\x7c\x91\x57\xa0\xb6\xa3\xfa\x27\x3f\x56\x6d\xa0\x0d\x6e\xfe\xac\x48\x64\xec\xf2\x3d\x2f\x4b\x64\x2d\x5d\xdc\x22\x09\x84\x66\x4d\xf3\x15\xcd\x46\xe2\x00\x40\xe0\x86\xfe\x57\x7c\xdc\x88\x16\x86\xaa\xe4\xfa\x21\x8a\x1b\xbf\x59\x37\x8b\x3a\x13\x3a\xaa\x29\xa4\x4d\xc9\x1b\x5e\xb4\x9f\xbe\x2a\x99\x50\x7e\x64\x50\x37\x97\x28\x6c\x98\x77\x7c\x65\xb2\xf9\xe0\xae\xc5\x98\xc4\x0e\x1e\x39\x6d\x99\xf0\x2f\xf2\x1a\x00\x04\xb3\x31\x8f\xe2\x25\x86\x5f\xb4\x00\xe5\x7f\xfa\xcd\xb4\x4f\xfc\x85\xda\x66\x7a\x0d\xb4\x5e\x63\xc5\x48\xcd\x95\x17\x25\x32\x83\x93\xa7\x28\x8d\xac\xa8\xcd\xbe\xf2\x43\x20\xe1\xbb\x51\x7a\x0f\x3a\xbc\x38\x52\xfc\x08\x99\x39\x6d\xb6\xf0\x22\xda\x0a\x00\xfc\x6f\x58\xa5\xb1\xde\x30\x09\xfc\xab\x68\xd5\xe5\x41\xb9\xdc\xcf\x9a\x1b\xd0\x10\xb8\x4c\xbd\x0e\x76\xc9\x31\xa8\x0c\x70\xfd\x8e\xd5\x8a\x7b\x48\x48\x24\x21\x9f\x88\x8e\xf4\x39\x29\xf5\x46\x0f\x2e\x1e\x29\xde\x82\xc9\xa7\xb9\x08\x43\x71\x0c\x00\xf8\x0c\xfc\xa0\x81\xa5\xb7\x27\x62\xe5\x85\x5a\x25\xb1\x83\xb3\x57\xfd\x87\x48\x62\x4d\x2e\xca\x26\xa2\xb3\xf5\xca\x0b\x44\x52\x52\xb8\x62\x2e\x21\x8a\xe8\x91\x25\x13\xc7\x7d\x96\x48\x4c\xc4\x6f\xd7\x26\xd1\x20\xdb\x7d\x9a\xbd\x60\x3f\x9b\x01\x00\xbc\x77\xc4\x0f\x9d\xab\x8e\x23\x18\x26\x45\x35\x0f\xf9\x4d\xec\x9f\xea\x4d\xfc\x75\x0c\x9e\x6a\x80\x77\x20\xcb\x47\x39\x9b\x17\x99\x38\x4f\x4e\xe7\xfe\x17\x3e\x28\xed\xe3\xb6\x7b\xc3\xe2\x6f\xdc\x58\xd7\x50\xd1\x4c\xce\x97\x69\xf6\x82\xd9\x1c\x3a\xb0\x92\x17\x46\xae\x50\x2b\xb5\x06\x55\xa7\xe8\x83\x66\x94\xb2\x0b\xd7\x14\xd1\x15\x25\xb4\x04\xe5\x3d\xf9\xee\x8c\x18\x85\xaf\x6c\x59\x02\x4b\x66\x94\x8e\xda\x14\x27\x79\x2c\xbe\xbc\x2e\x47\xbc\x50\x84\x2c\x2a\x17\x46\x08\xad\x6d\xdf\xf1\xb7\xf2\xd3\x80\x2a\x2e\xc9\x79\xa7\xb2\xd3\xce\x2a\xcd\x11\x94\xaa\x29\xc5\x6a\x34\x55\x75\xc3\x58\x4f\x89\x55\xae\xd3\x57\xa6\x71\xe5\x26\xad\x22\xfe\xaa\xf4\x9b\x9a\x1e\xfa\x5e\x12\xa8\xf2\xf2\xda\x24\x12\xcb\xcf\xba\xdc\x12\xf4\x4a\x17\xdb\xea\x79\x47\x44\xeb\x80\x27\x9c\x17\x3c\x48\x31\x5f\x53\xd9\x00\xf0\x6a\xd5\x63\x6b\xb3\x60\x44\x45\xa9\xea\x29\x90\x28\x2e\x99\xff\x97\x7a\x47\xee\x5a\xfa\x25\x6e\x8b\x54\x68\x7a\xbc\xb1\x42\x7c\x4d\x5f\xee\xe9\x2a\x9a\xaa\x19\xe6\xfc\x49\xe0\xa7\x9c\x63\x3b\x93\x17\x25\xb9\x31\x6c\x18\xa7\x90\x7f\x54\x1e\xa6\xa1\xb4\x46\x72\x2f\x16\xdd\x6e\x82\xa0\x26\x55\x50\x3d\x2d\xff\x84\xa2\xb2\x26\x28\xd5\x49\xf6\xb5\xe2\x5d\x6c\x87\x34\xa2\x2c\x63\xe3\x14\x71\xb1\xa9\x62\x6d\x97\xf0\xba\x8e\xe2\xac\xe6\xff\x51\x7d\x98\xfa\x96\x37\x4e\xfa\x67\x98\x2d\xc7\x49\xe0\x2b\x2b\xd5\x04\x74\xbe\xe0\x3a\x16\x35\xb4\x3d\x82\x2c\x54\x36\xcd\x25\xf9\x2e\x8a\xf4\x86\x79\xbb\x8c\xb2\xee\x9a\x82\xd8\x55\xd2\x91\x15\xec\x90\x66\x71\x58\xe9\xfa\xb5\xdb\x84\xa4\x41\xea\xbc\x85\x5f\xa9\xa6\x4f\xbd\xcd\x6d\x97\x3d\x1e\xb6\x91\x3c\x2a\x90\x0a\x7a\x6b\xfd\xf2\x74\x58\x5e\xd5\xe9\xfc\x3e\x9a\xac\x22\xaa\xe0\x6e\xe6\x89\xb2\x21\xca\x94\x24\xdf\x92\x45\x54\x66\xd4\x54\x63\x26\xed\xef\xfa\x41\x1d\xc1\xd8\xe3\x46\x51\x67\xb0\x8c\x0b\x76\x2b\xe7\x43\xe6\x89\x4d\xd2\xa3\xc8\x0d\x00\x10\x89\xb0\x2c\x41\x58\xcd\xe1\x42\x3b\xcc\xa6\x6a\x33\x65\x3c\xcd\xcb\x7c\x87\x3a\x22\x93\x55\xb6\x93\x66\x95\xf8\xad\xf8\x1c\x7d\xed\xe6\xab\xc6\xc9\x0c\xe9\x7a\x8e\x6e\x25\xcb\xda\x2d\x5c\xed\x0c\xd6\x2f\xd8\xac\xf8\x00\xa7\x4d\x1c\x94\x9a\xd0\x08\x00\x10\x65\x61\x2a\xfe\x8d\x9a\x40\xea\x51\xb4\xa5\xf2\x06\x4d\x42\xbd\x6f\x4e\xa3\x47\x67\xda\x97\x7e\x63\xb8\x24\xd6\x16\x67\x33\x1d\x36\x4b\x0d\xbd\xac\xc0\xf5\x1b\xb4\x77\x40\x99\x9b\x43\xd1\x3d\xe8\xd9\x02\x3f\x45\x17\xb2\x7d\xe2\x69\x69\x2a\xfa\x0d\x00\x44\x1e\xd8\x13\xde\xd3\xea\x18\x30\x04\x39\x54\xf1\x1f\xb8\x97\xf2\xad\xbc\x02\x5a\x98\x11\x5d\xea\x0a\x95\x6f\xff\x62\xaa\x80\x3d\x22\xdf\xea\x3f\xc2\xdf\x03\x0e\x69\xe7\x20\x57\x56\x9d\x2b\x5a\x85\x36\x2d\x98\xaf\x98\x8d\x15\x4d\x7c\x29\xb9\x85\xeb\x01\x40\xd8\x81\x3f\xe3\xbe\xaa\x22\xb1\x1f\xf0\x85\x0a\x47\x7c\x0e\x65\x64\xd9\x10\xbe\x26\x9d\x59\x92\x80\x47\x6e\x5f\x61\xbc\x86\x93\x91\x3e\xfa\x65\xf8\xb5\x00\x57\x4d\x1a\xe1\xbd\x2a\x5b\xc5\x25\x4a\xe7\xff\x93\x83\xec\x61\x93\x2c\x24\x5e\xec\x5d\x00\x20\x1c\xcf\x9e\xcc\xa1\x54\x0e\xf1\x5c\xa0\x34\x33\x8d\xfb\xb0\x60\x6f\xd9\x54\xae\x24\x6d\x73\x71\x2d\xd7\x2b\x61\x85\x71\x1e\xe7\x6f\x44\xa2\x0e\xe3\xdc\xf7\xcf\x57\xf7\x72\x4e\xad\x7c\xa5\xbc\xc5\xa9\x9f\x7f\x5a\x76\x89\xc3\x9e\x64\x27\x36\x72\x96\x00\x80\x20\x9d\x5c\xc7\xde\x59\xf1\x4c\x7e\x8e\x85\x96\xeb\x65\x1f\xf3\xde\x96\xae\x93\x0d\x4f\xed\x30\x1d\x97\x8e\x8d\x3f\x6e\xf0\x92\xcc\x0c\x5f\xa0\x35\x8a\x3d\xfc\x28\x45\x57\x45\x51\x2b\x57\x2b\x7e\x0a\x43\xe7\xe7\x4a\xbf\x0a\x96\x4e\x5a\x2c\xda\xc7\xbb\x04\x00\x7c\x21\xe7\x2a\x1e\x5b\x11\x62\xf4\x64\x94\x96\x7d\xd6\x57\xe6\xfa\x97\x18\x74\xc3\x77\x39\x98\xec\x34\x11\x71\xbb\xf5\xe2\x22\x6d\xd8\x4b\xcd\x0b\xe5\x0d\xdf\xcc\x22\x67\xc5\xf0\x15\xd9\x8a\xcd\xd2\xbf\xf3\xde\x4b\x23\xc4\x97\x26\x59\x88\xec\x85\xeb\x01\x80\xf7\x94\x37\x0f\xad\x36\xbf\xac\x22\x69\xbf\xca\x64\x15\x81\xd9\x75\x25\x0e\x65\x5f\x77\xd6\x19\xab\x4b\x84\xb1\xa3\xf4\xe3\x4c\xc3\x43\xdb\x34\xf9\xfa\x74\x9f\xed\xaa\x4e\x8d\x79\xb9\x40\x7e\x51\x25\x9b\xe7\x2d\x19\x92\x7b\x4d\x3c\x24\x2c\x16\xe3\x00\xc0\x4b\xe4\x7b\x20\x2f\xcc\x75\xf5\x11\x34\xbf\xb2\x2d\x35\x67\xb3\x3e\x17\x7f\xac\x5a\xb4\x13\x30\x66\x9b\x33\x62\xf2\x75\x17\x4b\xf9\xa1\xce\x9a\x65\x26\xdc\xfb\x95\x8a\xaa\x5f\xbf\xdc\x49\x2e\x53\xb7\xce\x7d\x27\xc1\x15\xa7\x26\x96\x08\xa3\x25\x2c\x00\xe0\x4d\xe4\xd7\x20\x61\xe6\x94\x66\x2a\xb5\xa9\x6c\x5a\xc3\x40\x56\x4a\xf1\x9e\xda\xab\xc9\xb0\xd1\xb9\xea\xf4\xd6\x1f\x3a\x81\xd9\xb0\xf1\xb0\xfa\x51\xe9\x2a\x6f\xa3\x6a\xae\x51\xb5\xec\x7f\xf2\x15\x5a\x72\xee\x31\xc9\x4c\xd5\xcc\x89\x6a\xc1\x07\xe9\x3a\x00\xe0\xd6\xf3\x5f\x52\xbf\x76\x3e\xcc\x27\xb3\x25\x6d\x64\x01\x37\x25\xbf\x79\x51\xa1\x22\xae\xbb\xfe\x02\xe5\x50\x78\x52\xcd\x26\xda\xfc\x00\xb4\x42\x43\xef\x59\xdd\x58\x5a\xc1\x04\x5d\x62\x8c\xb9\x20\xc5\xae\x5c\xf3\x0d\x96\x58\xd7\x29\x37\xa1\x6a\x00\x90\xd4\xe0\xb3\xa8\x07\x3a\xe3\x0b\x8f\x65\x6f\x6b\xb3\xa6\x54\xa6\x6c\x6a\x3a\x48\x15\xc4\x29\xea\x73\x68\xc2\x70\xef\xea\xf7\xf4\x3d\x01\x3b\x2b\xd6\x31\xa7\xae\xd6\x95\x6e\x66\x55\xb9\x84\x1b\x9d\xa0\x6d\x76\x35\x9a\xfd\xc8\x62\xeb\x21\xe5\x4c\xf4\x25\x00\x48\x50\xdc\x99\x8a\x74\x5c\xa1\x39\x67\xcf\x6a\xd5\xd0\x9e\xa7\x4c\x6b\x8a\xa2\x57\xc5\xed\xac\x1f\xc1\xa0\x87\x4f\xae\x96\x33\x99\x01\xde\xe6\xfb\xac\x9a\xd5\x48\xc9\x37\xf0\x8f\x8b\x9f\xe1\x26\x4c\xb3\x6b\xd2\xb0\xd0\x61\xd6\x8f\x14\xf7\x30\x06\x00\x48\xfc\xf0\x6c\xca\xdb\xf6\xdb\xa0\x4f\x56\x49\x4b\x0b\x58\xba\xd3\xd0\x88\x82\xbf\x62\xdf\xd4\xad\x84\x38\x9b\x3a\xaa\x0e\xc1\xcb\xfd\x5f\x9b\xa7\x21\xc3\x57\xaf\x2b\x71\x43\xbe\xbb\xcc\x33\xcc\x47\xbf\xd8\xf5\xaa\x2f\xe3\xc0\x18\x7b\xc5\x7a\xfc\x19\x00\x88\x9b\x88\x08\x4a\x70\xbb\x05\xc6\xce\xfc\xdd\x7c\x0e\x33\xee\x1c\xde\x60\xc0\x7a\x62\x33\x6a\xb7\x60\x8f\x37\xf9\x54\xbe\xc4\x57\xf8\x0b\xcb\xd7\xe3\x25\xee\xef\x8b\xd3\x09\x7b\xe7\x5f\xfa\x9d\x44\xbd\xdd\x3e\xb5\x1d\x7b\xcd\x98\xed\x72\x35\x5b\x0a\x00\xa2\x6f\xec\xac\xc2\x88\xb6\x00\xee\x92\xcc\xa9\xcd\x56\x9c\xe7\xc9\xab\xea\x2f\x70\xcc\x31\x1d\x35\x52\x4e\x41\x58\x65\xe5\x7c\x4e\xbc\x3f\x50\x86\x71\xb6\xb8\x73\x4d\x15\x9c\x44\xe7\xfd\xba\x2a\x4e\x8e\x5d\x6f\x51\x0a\x87\x31\xc6\x24\xbb\xcf\x59\x01\x00\x22\x1f\x92\xc8\x7f\xdf\xba\x44\xaa\x4d\x3f\xd4\x34\x5e\xf2\x3e\xe9\x75\xdd\x3d\xc9\x92\xad\xa2\x6a\x8d\x78\x77\x68\x45\xc5\x02\x51\xa3\xdf\xa2\x52\x42\xf8\xd5\xed\xa1\xb1\x5e\x18\xe0\xbc\x53\x5b\x2f\xe0\xd8\x35\xaa\xb2\xf8\x2d\x63\x6e\x4b\xdf\xf2\x60\x00\x10\x6e\xe4\x3c\xce\xdb\xde\x52\xa0\x1d\x4a\xdb\xda\xb8\x49\x03\x25\x76\xd5\x4d\x57\x4f\xdb\x92\x51\x75\x4a\x55\xb5\xb1\xdc\x1c\xab\x5c\xe1\x1b\x56\xd2\x2b\xef\x77\x5b\x62\x78\x24\x5b\xe9\xf4\x4a\xf3\x48\xa2\xb0\x43\x94\xf5\xa2\x03\x63\xbe\x48\xdd\x04\x12\x00\x10\x28\xb8\xdf\x73\x57\x37\x1f\x2b\xdb\xb3\xdb\xbd\xa1\xbb\xe4\xe1\x76\x55\x2d\xdf\xf4\x24\x3a\xae\x6a\xb9\xe1\x58\x48\x6d\x79\xbf\xce\xe8\x53\x58\x62\xaf\x49\x5a\x05\x19\xa2\x8b\x86\x3b\xed\xd2\x84\x2a\x0a\xed\x9c\x94\x63\xa5\xa6\x31\xef\x25\x15\xa2\x1d\x00\xc0\xff\xcb\xbb\x9d\x33\xd0\xcc\xad\xfc\x9b\xda\xd5\x90\x63\xbe\xb2\x7d\x62\xad\x4f\x19\x3f\xea\x51\xe5\x93\x92\x69\x21\x9e\xe5\x99\x46\xbd\xcf\x94\xe2\x8b\x7a\x60\xd5\x52\xc3\x28\x4d\x80\xd3\x12\xf5\x6f\x95\xb7\x9d\xa5\xa2\x5f\xf6\x6c\xcc\x17\x49\xa4\x78\x29\x00\xf0\x5b\xf8\x6e\x39\x91\xcd\xbe\xb5\x75\xa9\x41\x0d\xf3\xaa\xdd\x13\x1a\x6a\x3e\x54\xd4\x44\xf1\x2a\x95\x65\xdf\x83\x5f\x94\x8f\x2d\x59\xea\x7d\xa9\x98\x6a\xdc\xb8\xf2\x9f\xbe\x51\xe7\xe6\x34\x51\xad\x2b\x3a\x69\x37\x4c\x11\x21\xff\x33\x76\xa2\xf8\x99\xf8\x2a\x00\xf0\xfd\xf9\x59\xd9\x9b\xfa\xf2\x0a\x3c\x77\x8d\xe8\xbe\x51\x38\x7f\xdb\xec\x8e\x75\x14\xdb\xc8\xa3\x2d\x7c\xaa\x67\xe0\xdb\x86\x52\x9a\xce\xab\xb4\x86\xce\x58\xb8\x1c\xaf\x18\xc1\x7c\xb6\x70\x46\x49\x28\xf8\xc8\x56\xa3\xf7\x87\xff\x8e\x7e\xa3\xfa\x83\x3e\x01\x00\xa9\x19\x4f\xcd\x76\xdd\xf3\x86\x92\x91\xf2\xb2\x3b\x8d\xea\xba\x6d\x6c\xfb\x15\xea\xcf\xc8\xae\x96\x05\xb4\x77\x81\x0f\x1b\x7c\x18\x53\xbd\xb4\x35\x33\x99\xd4\xe5\xb0\xb9\x8b\xf5\x6f\xa1\x7d\x89\x05\xd4\x67\x5b\xae\x1f\x81\xa8\x2c\x27\xaa\x8e\x63\x8b\x01\x40\x5a\x80\xef\xca\x06\xf6\xe4\xd2\xfa\x52\x8e\x76\x7d\xa4\x27\xc6\x7f\x68\xcf\x62\x8c\x8a\x2c\x6e\xde\xcb\x38\x19\x78\xba\xfe\x16\xf3\x88\x17\xa7\x7a\x2f\xeb\xfd\x72\x8a\x39\x06\x0a\x59\x68\x5f\xdc\x06\x1f\xb6\xad\xd7\x0d\xa0\xf1\x96\xcb\x54\x1c\xac\x15\x00\xa4\xcb\xf1\x92\xac\xea\x5e\x1a\xc8\x4e\xa1\x74\x0d\x07\x2f\xc6\x57\xb6\xf1\xa1\x85\x91\x5b\x9a\x1e\x42\x8d\x81\xca\x7a\x4b\x38\xce\x2b\xa6\xea\x0d\xe2\xba\x3c\xa6\x5c\x8a\x2e\x58\x38\xc3\xf4\x01\x73\xb6\x3d\xa0\x1b\x83\x7b\x5b\xd2\x94\xf7\x89\x31\x00\x20\x51\x11\xac\xac\x15\x3d\x24\xa6\x4a\x19\xd9\x39\x09\xab\x8b\xf7\x69\xd5\x62\xfd\x11\xbf\x1b\xbf\x61\xcf\x03\x03\xeb\x1c\x71\x4f\xaf\xe9\x55\xe3\xf0\xba\xe5\x8b\xca\x3a\x88\x25\x0b\xc7\x9b\xe6\x11\x87\x6d\xef\x68\x37\xb2\x13\x2d\x0f\x2b\x17\xb0\xab\x00\x40\x7c\x95\xad\xc8\x24\xbb\x3b\xb8\xd6\x3b\x93\x3a\xfc\x39\x47\xe2\xea\x5b\xf6\x73\x58\x11\xac\xc6\xb9\x9c\xb0\x0d\x37\x6a\xa3\x39\xde\x9e\x83\x95\x6b\x39\x9e\xcb\x9e\x96\xde\xe5\x84\x2e\xf8\x6c\x8c\xe1\x64\xda\x7e\xd4\xf0\x38\x84\xd5\x58\x45\x3a\xc7\x03\x00\xc4\x93\xc8\xf2\x8c\x2d\x5d\x1d\xd2\xb1\xc9\x41\xed\xbe\x92\x84\xd8\xaa\xe6\x3d\x62\x63\xb8\xa2\xc1\x46\x74\x7b\xc3\xb8\x1a\x7f\xd1\x72\xcf\xe9\x15\x2e\x42\xd1\xb2\xc2\x92\xcb\x82\x27\x0b\xf6\x19\xc2\x04\xbe\xd3\x00\x35\xc6\x47\xad\x52\xe4\x19\xbc\xed\x00\x20\xb2\xe1\xbc\x49\x5f\xd1\x79\x48\x73\x78\xc7\xaa\xb6\x44\x75\x5a\x4c\x5d\xd3\x2d\xd5\xdf\x4d\xb5\xf5\x2b\x95\xa5\xeb\x7d\xab\x77\x28\xd6\xaf\xcd\x32\x87\xc9\x1e\x2f\x7d\x55\xfc\x5b\x0a\x2d\xa0\xe9\x69\xe2\x5f\xd3\x86\x17\x35\x88\x42\xad\x8a\x65\x66\x81\x17\x00\x08\x37\x73\x9f\xa6\x39\x76\x8e\x29\x9d\x9b\x14\xd4\xda\x5c\xec\xb5\xf5\x78\xd3\x12\xa3\x57\xd8\x95\x3a\x52\xef\x1e\x80\x56\x35\x68\x17\x79\x1c\x29\x37\xab\xa7\x2c\x4d\x2b\x4e\x50\x3e\x5b\x60\xa7\x3b\x27\x17\xdb\x5e\x2f\x1a\x26\x79\x6c\xd5\x2b\x1b\x26\x7c\x04\x00\x82\x3e\x5e\xd7\xee\xa6\x8e\x93\x15\x63\x13\xaf\xb6\x26\x95\xdd\xdb\xba\xab\xf1\x76\x89\x26\x8c\x51\xe7\x6c\xf2\x0f\x70\xa9\xda\xa4\x7f\xe6\x81\x96\x07\x69\xb1\xa5\xcb\x8b\x47\x15\x7d\x9e\xff\x4b\xc7\x54\x2e\xb6\xbd\xa4\xaa\x93\x8d\xb3\x3a\x27\x6d\x16\x95\x02\x80\x60\x17\xdf\x62\xb7\x77\x07\x51\x9d\x98\xc8\x6c\xb5\xaa\xf8\xb4\x75\x52\x23\x56\x9e\x1f\xb6\xac\xf6\x44\xc9\x23\xff\xb7\x95\xff\x33\xf9\x79\x6c\x2e\x7b\xa0\x57\x2e\xb5\x31\x55\x69\xfa\xe6\x7f\xd2\x59\xab\x94\xb6\x2f\x54\xee\x72\x4b\xab\xff\xa4\x3e\xe2\x95\x00\xc0\xff\xce\x5f\x91\x3a\x7d\xdf\xc4\xc2\x19\x09\x27\xfb\x13\x0a\xef\x46\x7d\xe8\xd1\x52\xda\x43\x6e\x76\x98\xa8\x07\x7d\x53\x5a\x76\xd2\xad\xdc\x79\xf5\xf7\x18\xf2\x45\xff\xaa\x47\xb0\x82\xe7\x50\xcb\x6e\x41\x3e\x93\xdf\x1a\xb7\x20\x51\x23\x05\x6a\x12\x1b\x07\x00\x32\x14\xa7\xa7\x8e\x1b\xd4\x50\x3d\x12\x8e\xf5\xbd\xa2\xde\x8c\xfa\xd8\xb3\x84\xc6\x0f\xb9\xdd\xe1\x4e\xdf\xed\x9b\xde\xfc\x8f\x01\xbb\x4b\xea\xd9\xcc\x73\xae\x56\x55\x6d\x60\xf4\x1c\xa2\x4c\x06\x5b\x4e\xfe\x6b\x1c\x8f\x5c\x1f\xd9\xa5\x0e\xc0\xc2\x01\x40\x16\x88\xe7\xed\xfa\x31\x68\x4b\x87\x12\xfa\xfa\x40\xfa\xcf\xa8\x57\xdd\x47\x19\xdc\x90\x6b\xed\xa7\x98\xcb\x7c\x53\x9b\x0d\xac\x19\xee\x92\xfa\x99\xa0\x8f\xeb\x84\xaa\x70\x48\x31\x47\x5a\xb6\x12\xb1\xb2\x99\x6c\xd8\x8f\x6a\x47\x5e\x2f\xfa\x8e\x0d\x01\x80\x0c\xc0\xeb\x76\x9d\xde\x3b\x03\x1a\x96\x50\xb4\x87\x0d\x79\x44\x9d\xe9\xba\x00\xb1\x42\xfa\xdb\x9e\x41\xef\x7c\xc3\x9a\x0e\xc0\x1a\x77\xbc\x2e\x10\xd9\xe9\x3a\xb1\x12\x41\xa3\xe6\x94\x96\x66\x63\xdb\x6d\xd6\x1a\x86\xe3\xd9\xa3\x16\x14\x05\x13\x33\x01\x40\x1a\x4b\x90\xbb\x64\x03\xd6\xd8\x8b\x84\xf8\x5e\x10\x7b\x13\xa5\xef\xbc\x88\xbd\x0f\x91\xb6\xbe\xc5\xa7\xf8\xba\x34\x9e\xc7\x53\xdc\xd3\x6a\xe3\xf1\x13\xae\x23\x2a\x54\x44\xf0\x9c\xfa\x12\x39\xf1\xc8\x26\x59\xbf\x9a\xcd\x1c\x45\x51\x71\xd9\xf5\x00\x20\x51\xb3\xf5\xbb\x66\xf6\x3b\x71\xbd\xb6\xbd\xee\xd1\x73\x1e\x46\xad\xea\x78\xce\x91\x84\xac\x6e\x1d\xcd\x89\xf3\x79\xda\xf0\x9a\x13\xec\xbe\xac\x86\xce\xf1\x59\xf4\x3f\x73\x0b\x27\x74\x4e\x75\x71\x37\x27\xdf\x06\xd4\x65\x72\x88\x51\x7d\xca\xfd\x9c\x65\x00\x20\x3e\x41\x96\xa6\xcc\xe8\x5b\x2d\x79\xbe\xcd\xaa\x5b\x2c\x99\xb9\x39\xaf\xfd\xb8\x38\x34\x58\xd0\xfc\x48\x24\xf3\xd9\x54\x7f\x54\xf8\xc2\x6d\xa0\x3a\x42\xe8\xbf\x48\x5f\xae\x10\xd4\xcc\xd1\x99\xb4\x82\x09\x36\x9d\xda\x30\x7e\xf4\x68\x67\x45\x2b\xcf\x13\x00\x44\x07\x38\x6f\x76\x66\xee\x99\xa8\x59\x14\x1f\xda\x85\x17\x75\x47\xb6\xb4\x9d\x55\xad\x0d\xba\xda\xf4\x4c\x71\xcf\xbb\xad\x6e\x48\xae\x76\x5b\x53\x95\x20\xf3\x59\xb4\xb6\xac\x4a\xf2\x74\x0e\xd5\xd8\x28\xe6\xda\x9c\xd7\x64\x08\x9f\x8c\x06\xe5\x37\xf8\x9f\x01\x40\xf8\x91\x7b\x3b\x99\xde\x1b\x52\x32\x2a\x4e\xda\xd9\x6d\xb2\x88\x1c\xd3\x66\xa1\xff\x18\xe4\xd5\x34\x5d\xfb\xdd\x7b\x5e\xed\x57\x0d\xb0\xea\x48\xa5\xbe\x68\xa4\xcb\xa3\xd2\xf7\x8a\xef\x73\x42\x0c\x9f\x64\xc7\x6d\x6e\xa8\x3b\x24\xbe\xa3\x3b\xe4\xcb\x85\x54\x00\x10\x6e\xe1\x89\x77\xfc\xec\xf9\x57\x5e\x12\xe7\xda\x99\x50\x1a\x1f\x71\xac\xb5\xbc\x78\x64\xe0\xaf\xc6\x0e\xc3\xd1\x75\xcf\x6b\x65\x3a\x62\x95\xb6\x72\x95\x66\x8d\xcb\xa1\x52\xb5\xea\xfa\x1c\x6f\x83\x56\xe1\x6f\xf3\x50\xbd\x59\xba\x69\xf4\x65\xd9\x0d\xd1\x0c\x00\x10\xfc\xe1\x9d\xdd\x21\xec\xe9\xac\x34\xc5\xde\xed\xf8\xcf\xec\x18\x21\x6f\x5d\x59\x5a\x1e\x78\xb6\xd1\xb7\x78\xc1\xba\xc3\xb5\x53\x0d\xe5\xab\xa0\x8a\x43\xba\xa9\x2e\x7b\x4a\x1d\xd5\xf9\x73\x36\x19\xe6\x2a\xb9\x53\xac\x8b\xee\xca\x96\x59\x8e\x91\x65\x8a\x2a\x01\x40\xa0\xe3\xfd\xbe\xf4\x93\x3e\x39\x67\xe8\xe8\x39\x7a\x63\xde\xc4\x5e\x01\x23\x32\x7f\x7b\xdd\x52\xc6\xfb\x82\x46\xdd\x3b\x66\x05\xc5\x86\xd7\xcd\xda\x45\x2d\xa7\x1c\x02\xfd\xe9\x41\x89\x7b\xa0\x75\xcc\xf9\x1b\xee\xc3\x49\xe0\x54\xe7\xf7\x48\x0b\xbc\xd8\x52\x8c\x85\xa1\xc3\x2f\x8d\xa3\x39\x15\x64\x1e\xf9\x4b\xbb\x5a\x98\xd2\x73\x84\x2e\xa5\x64\xd7\x32\x19\x01\x54\x9a\x2e\x82\xf1\x97\x56\xc2\x9b\xc6\xbc\x47\xbf\x49\x71\x63\x5d\x64\xae\x4a\x74\x07\xef\xb1\x06\x37\x64\xc3\x93\xa0\x18\x67\x03\x42\x47\xac\x2c\x93\x30\x27\x94\x79\xd1\x89\xba\x96\xe6\x7e\x64\x3a\x6d\x14\xed\x62\xf7\x57\xda\x10\xbd\xb4\xa6\x99\xae\x67\xec\xd0\x0a\x19\x05\x4c\x6f\x6e\x01\x33\x96\xe5\x5e\x58\xcb\xda\x06\x06\x6e\xef\x06\x59\x10\xb8\xfe\x07\xb4\x17\x1e\x70\x0e\x46\x96\xa1\x56\x96\xde\xe8\x17\x6c\xe4\xb9\x1b\x85\x7d\xf0\xdd\x43\xc3\x29\x2a\x64\x58\xe7\x5f\x2a\x1b\x99\x53\xf5\x8d\x96\x84\x6c\xd7\x58\xd2\xc3\x90\x6e\xce\x3c\xc6\x26\xd4\xbe\x40\xc1\xcc\x42\x4b\x12\xba\x59\xd5\xd8\xfc\xf5\x4e\x10\x80\x75\x38\xdd\x82\xd5\xb8\xb7\xe5\x72\x94\x81\x6f\x3b\xf3\xa9\x60\x39\xe7\xd4\x81\xd0\xc2\x85\x9c\xfc\x8e\x25\x94\x05\x9c\x31\x95\xa1\xd4\x59\xe4\xde\x22\x0e\xcd\x81\xc4\xd8\x27\xe8\xbe\x64\x54\x7e\x3a\x83\x41\x2e\xdd\x26\x67\x5e\x20\x47\x05\xec\x06\xfd\xd9\x8f\x9d\x18\xd0\x6b\x76\xb1\xa5\x3f\xf2\x82\x38\x31\x74\x2d\x4f\x23\xdd\x3a\x98\x95\xdf\x22\x49\x68\xbd\x59\x70\x41\x9c\x66\xf6\x2a\x7c\x26\x22\x95\x7b\xa9\xa3\x85\xad\xc4\x1a\x9a\xaf\xe0\x4e\x9e\x1d\x5d\x2e\x18\x13\xef\xcb\xb4\xe2\xcf\xf7\x37\xb2\xc4\x3c\x3f\xa7\xa9\x50\x28\x77\x82\xe5\x4e\x24\x89\xf4\x38\x16\x9a\x3b\xce\x38\xd8\xc7\xc9\x73\x32\x8c\x68\x9a\x9b\x1f\xa8\x0b\x2c\x79\x53\x40\xd3\x50\x64\xe7\x0b\xbb\x8b\x4c\x68\x2f\x75\x84\x72\x30\x07\xa0\x51\xe5\x47\x62\xef\x32\x86\x49\x6b\xfd\x76\x32\xeb\xc4\x3b\x1c\x09\x90\x2b\x38\x69\x29\x82\x3b\xb9\xdb\x0f\xa9\xb3\x6b\xeb\x6f\x74\xbf\xc9\x79\x55\xf3\xac\x7e\x78\x9e\x6b\xd5\x52\xd3\xd4\xfc\x2c\x73\x94\xc4\xb7\xa0\xbf\x34\x05\x2e\xa4\xcc\x31\x45\x65\x59\x51\x6b\xf5\x13\x63\x52\xe8\x81\x6a\xa5\xaf\x0b\x73\xb4\xe2\xa8\xc3\x6d\xd6\x7f\x92\x62\x4b\x1d\xec\xc7\xcf\x3d\x00\x64\x5d\xdd\x93\xdd\x59\x99\x63\xdb\x75\xbe\xa6\x3a\x37\xa6\x7d\x9a\xfe\x46\x5e\x69\xb3\x87\xc8\x31\xff\x5b\xfd\x52\x90\x2c\xcc\xad\xfa\x98\x11\x4e\x1d\x5e\x9e\xb6\x15\xa0\x75\x98\x68\x3e\x6b\x19\xa4\x76\xba\x43\x2c\x4b\xa9\xf0\xb1\x2c\x87\x5e\x0b\xd7\xec\x9f\x9a\x85\xed\x4f\xea\x38\x92\x7d\x78\x20\xae\xfa\x50\x2e\xd0\xeb\xa4\xfb\x9d\x17\xdc\x71\x59\x18\x97\x5f\xd1\x12\xc8\x3a\x58\x38\xad\x9e\x95\x6e\xa6\x74\x56\x85\x6d\x81\x69\x3b\x4b\xab\xbd\x9f\x32\xdc\xf4\x6c\x07\x37\x56\xa8\xf2\x9c\xe5\x7e\xa8\x5d\x78\x73\x1f\x3d\x6b\xe5\xd1\x1d\x1d\xf3\xb2\xa9\x07\x87\x55\xcf\xc9\x69\xdb\x9b\xaf\xdb\x99\xfb\xb6\xb7\x47\x70\x34\x3f\xa0\xa3\x87\xb5\xba\x60\x4f\xf3\xee\x74\x27\x4a\x44\x6d\xcd\x16\x67\xea\x6f\x73\x94\xf7\x61\xfa\x79\x23\xc5\x61\x1d\xf3\x95\xea\x9d\xd5\x68\x68\xb3\x68\xd6\xb9\xb1\xcc\xc4\x9c\xdd\x07\x77\x31\x0f\xe6\xee\xef\x64\xb0\x96\xe7\x4f\xac\x2a\x64\xb5\x15\x64\xa8\x09\x70\x4d\xe1\x6d\xb2\x19\x1c\xa2\xd2\x0b\x1c\xa1\x7c\xfa\xd2\x04\x36\xbc\x98\x39\x65\xbd\x3d\x32\x06\x9c\xe6\x74\x1a\xb5\x87\x37\x5a\xae\xc5\x40\x74\xf5\xd9\xb9\x0c\x69\xfe\xf7\x03\x5c\xc6\xaf\x82\x1f\x1d\x1d\x4c\x94\x32\xbe\x72\x90\x35\x8e\xea\x50\x74\x8d\xd5\x4a\x0b\x27\x27\x83\xa1\xf4\x9a\x7c\x23\xf8\x97\x69\xb5\xed\x0b\x74\x85\x55\x15\x50\x09\x9f\x80\xc2\x9d\x32\x91\x37\x88\x9d\xe5\x14\x2c\x0e\xad\x3a\xb3\x9a\xde\x48\x6d\xdb\x5f\xc5\xf0\xa0\xc5\xb5\xff\x8f\x71\x9a\xbe\xbc\xe2\x1b\x33\x93\x61\x51\x34\x8f\x65\xc3\x78\xca\x2e\x60\x1d\x61\x7e\xc8\x1f\x0f\x4a\xc0\xc9\xdb\xf2\xa0\x02\x68\x6b\xc0\x5c\x98\x09\x37\x38\xcd\x42\x9a\xd1\x49\xa3\x5f\x61\xce\x98\xf3\xa9\x29\xb4\x99\xb0\xe7\x60\x1b\xed\x20\x9c\xd3\x36\x9e\x0e\xc2\x66\x73\x2c\xc3\x05\xfe\x9f\x72\x0f\xe3\x39\x12\x40\x2c\x62\xf6\x22\x07\x73\x7f\xb0\xca\xd0\x88\x78\x06\x58\x85\xbe\xf5\x8f\x81\x4e\x60\x3a\xc7\x06\xc4\x16\x5f\x37\xfa\x22\xda\x83\x53\x4f\x8e\xa5\x0c\x70\x80\x81\x27\xd4\x1c\x72\xa0\xc5\x8d\xb6\x8c\x4c\x2b\xab\xa5\xfd\x22\x17\x2a\x56\xd0\xaf\xb1\xbf\x63\xd7\x18\x7d\xec\xff\xe5\xdc\x62\x76\xb3\xaf\xc5\x81\xac\x8b\xec\x53\x7e\xfb\xa0\x11\xec\x43\x8e\x79\x70\x3e\xdb\x60\x39\x06\x5d\x48\x3c\x3d\xfa\xa7\xd0\x55\x12\xd9\x37\x89\x32\x52\x0c\x37\x5e\xa7\x7c\x14\xe9\x4a\x8a\xa8\x37\x85\xa7\x64\xc9\xb4\x73\xc2\x51\x68\x28\xfd\xa8\x20\x2e\x5b\xcb\xb8\xc6\xaf\x89\xdd\xc8\x1a\xcb\xbb\xe5\x07\x80\x9b\x78\x13\x1d\x67\x42\x67\xb9\x16\x96\x9e\x88\x8e\xdc\x7a\x50\x9f\xdf\x60\x50\x75\xaf\x2e\x10\xe9\x5e\xd5\xb9\x15\xe6\x69\xbd\x8c\xc9\x94\x4c\xb5\x48\x5c\x4c\xa5\xa9\x2e\x40\x0f\x68\x22\xe5\x84\x4c\x09\x7d\xaf\x7c\xcd\xd6\x47\xcc\x51\x52\x2f\x9f\xdb\xac\x6c\xb1\xad\x43\x19\x34\x4c\xd0\x64\x89\xc3\x0f\xb9\x79\x83\xef\xf3\x42\xeb\x02\xda\x07\xf2\xa3\xaa\x91\x6a\xc7\x82\xad\x15\x8f\x75\xc5\x85\x09\xe5\x8b\x85\x4e\x94\xc2\x92\x54\x56\x33\xb5\xc2\xc8\x48\xaf\xa0\xbd\xd6\xc5\x6d\xc9\x60\x84\x16\xfd\xf3\xee\x61\x0e\x29\x76\x38\x8c\x03\xa9\x92\x5d\x96\x46\x38\x93\x9f\x33\x90\x9d\xcb\xeb\xa9\x6c\xcd\xc9\xe3\x74\xba\x56\x0c\xe5\x93\xad\x46\x4d\x72\x41\x51\xe3\x23\xfe\xa4\xc2\xce\x3a\x80\x71\x98\xf2\xae\xf2\xc5\xee\x57\xb4\x90\x32\x6e\xf4\x58\xfa\x1e\xe3\xfe\x75\xc7\x99\x1b\x34\xaa\x85\x4a\x70\x84\xfc\x8d\x65\x23\x3c\x59\xb8\xa0\x9f\x99\xeb\x32\x48\x6f\x11\xe4\x2d\xee\x33\x99\x1f\xe7\x2f\xe9\x56\xab\xb9\x05\x5e\xed\xe9\xbc\x80\xc2\xc4\xa6\xbf\x0c\x80\x52\x5c\xb7\x6d\xb7\x0f\xf5\x7b\x65\x6c\x94\x80\x9e\x5e\x72\x77\x1d\x83\xf1\x4d\xf7\x72\x61\x2e\xeb\x90\xb2\xc0\xf2\x34\x74\x55\x78\xa8\xef\x54\xce\xed\xc3\x3b\x9a\xef\xe5\xde\xd9\xbf\xcc\xbc\x2e\xef\x4e\xff\x50\xd1\xff\xf2\x1f\xf7\xac\xe6\xb6\x14\xfc\x69\xdf\x41\x07\x29\x1e\x4d\x6b\x52\x4f\x52\xd5\x35\x35\x51\x2b\xe9\x16\xe5\xf8\xba\x50\x86\xc6\x70\x71\x21\x93\xb5\x43\x25\xb7\x9a\x06\x15\x8a\x46\x9d\xfc\x02\x1e\xce\x99\xbc\xb7\x19\xfc\x95\x9b\xd5\xea\x0c\x79\xe6\x1d\x2d\xe7\x41\xda\x82\x25\x8a\x77\xd0\xcf\xc2\x36\x3c\x0f\x4e\xa2\x86\xe4\x06\xc2\x57\xe8\xd6\x71\x7f\x91\x58\xc6\x4f\xff\x89\xc8\x77\x70\xa4\x63\x2c\x7a\x1a\x0e\x19\xad\xc1\x5e\xa0\xa1\x27\x2d\x59\xbf\xf2\x15\x03\xd7\xc0\x80\x02\x75\x4b\x1a\x68\x28\xec\x2c\x3b\x0f\xfe\xa2\xdc\x54\xf8\x42\xf9\xb4\xb1\xd8\x65\xe8\x01\x3d\x3d\x67\x1f\x9c\xce\xb8\x13\x97\x8b\x00\x2c\xd8\x8f\x44\x06\xa0\x55\x0e\x5f\xd1\x72\x64\xca\xe8\x0c\xec\x0c\xda\x7a\x62\x12\xcb\x93\xea\xda\xff\x95\xa5\xa4\xde\x6f\xd6\xb3\xbe\xd3\x8e\x94\x8d\x05\x13\xe8\xd5\x72\x19\x78\x8b\x51\x84\xad\x80\xb6\x33\x6b\x73\x96\x41\x9f\x58\x57\x62\xbf\xc0\x15\x90\xa3\xdf\x2c\x24\x07\x96\x39\x0c\xa2\x3b\xd1\xf1\xa3\xb7\x60\x66\x6c\xed\xb1\x39\x8c\x4a\xa8\xa4\x6f\x2e\x73\x32\x74\xa5\xf1\x09\xb3\x18\x9e\x59\xc2\x60\xcd\x86\x77\xc9\xe6\xb3\x7a\xe1\x33\xc8\x3b\x70\x0b\x12\x93\x3d\x13\xb2\x44\xbe\xc6\x8e\x82\xae\xa2\xcd\xbe\x5b\xe0\x63\x58\xae\x43\x10\x72\x0d\x77\x1d\xbd\x18\x5b\x8d\x83\x87\x3f\xd1\x77\x93\xab\x7b\x83\xe9\xb7\xc9\x61\x0d\x00\x23\x9d\x3d\x68\x3a\xc3\x04\xd8\x32\x49\x33\xb3\x95\x5d\x08\x57\xb3\x76\xb2\x73\xb3\x2c\xc0\x45\xec\xc2\x98\x69\xd0\x18\x36\xee\x73\x12\x1e\xce\x96\x3b\xcc\x40\x16\xb3\xc9\xd1\x30\x5a\x45\xbc\x38\xf0\x95\xfa\x4a\xbc\xa9\x8b\xa0\x09\x44\xc6\x5a\x03\xdd\x47\x78\xc8\xd0\x47\xff\x20\x9c\x2a\x7a\xc6\xe8\x12\x14\x40\x73\x99\x20\xff\x52\xc6\x51\x56\x0c\x7f\xf9\xd6\x11\x60\x18\x8f\xf4\xb1\x85\x22\xb8\xe7\x16\x5e\x80\xa5\x9c\xff\x8d\xee\x46\x27\x93\xb1\x7b\xdb\x28\xd9\xfa\xd4\xb6\x6e\xaa\x8d\xf6\x4c\xd5\x38\xea\x11\xcd\x62\x6d\x09\x4d\x50\x54\x2e\x58\x49\x4f\x52\x8d\x60\x1e\x67\xf8\x29\x12\xd3\x86\x98\xeb\x64\xe6\x68\x15\x6b\xa3\xe4\xa8\xb7\x05\x98\x23\x3a\xb8\x30\x05\x3a\x20\x40\x2c\x47\x21\xf1\xdc\x8c\xbe\x19\x85\x53\x6b\x1a\x9a\xc3\x0b\x1f\x57\x59\x99\xc7\x52\x5a\xcc\x8a\xa2\x67\x54\xa4\xcc\x82\x7b\x9a\xb6\xa3\x78\x3b\xbd\x9c\x1e\x6f\x90\xa7\xbe\x62\xe4\x68\x35\x51\xb3\x99\xf2\xa2\x14\xaf\x57\xac\x21\xf9\x9b\x05\x4f\xa0\xc5\x92\x59\x96\x6b\xe1\x9b\xfc\xb8\x9e\xca\x82\xc4\xae\x8b\x0d\x7f\x0a\x67\xb6\x93\xa5\xed\x85\xf7\x5a\x26\x2a\xdb\x29\xdd\x0d\x5c\xb2\x9f\x5a\x59\x73\x92\xda\x4f\x6b\xa8\xb8\xb2\xcb\x93\x7e\xaa\xd4\x10\x79\x8c\xf1\xdb\xf0\xcb\xf3\x27\x2b\x58\xfd\x67\x41\x2a\x78\x40\x2e\xb3\x0c\x83\x51\xe1\xb0\xee\x9a\xfc\x3f\x03\xbc\x86\xc9\x05\xc7\x7a\x2f\x97\x9c\x28\x14\x77\x7e\x56\x9c\xa7\xec\x68\xfd\xc0\x7e\x4e\x0d\x6f\xec\xa2\xfc\xa0\x6d\xad\x5d\x99\xa2\xa4\x33\x2b\x12\x22\x7d\x18\xcd\x25\xd6\x9e\xf5\xcc\xdf\xba\x90\x05\xbe\x20\xac\x1c\x65\x99\x0b\x7b\x0b\x4d\x5d\x2f\xf3\x9b\x0e\x6e\xa9\x4f\x2e\xa0\x0c\x46\x97\xcc\x2a\xf4\xe8\x9b\xae\x58\x44\x19\xdd\xd5\xc6\x8e\xa4\xbc\x6b\xfd\x47\xc9\xa3\x7e\x6a\x1c\x96\x32\x9d\x6e\x53\x6d\x8c\x78\xc5\x08\x2e\xab\xf0\x84\x98\x46\x83\xc3\x82\x0d\xe0\x34\x95\xbd\xe5\x00\x74\x43\xf8\x60\x3f\x88\x8f\xcb\xae\xed\x78\x83\xbd\xc8\xf9\x5e\x13\x85\x1d\xc9\xcb\xd6\x07\x61\xc7\xf3\x87\x84\x5b\xb0\x6b\x85\x91\x2c\x1c\xfb\x1f\xe5\x65\xfa\x28\x7c\x38\xad\x27\x9a\xc0\xa7\x30\x5a\xd7\x65\xe1\x7e\xac\xe3\xf3\x3f\xe0\x65\xb0\xf3\xc8\x32\x22\x10\xf5\xde\x57\x81\xb9\xe7\xbd\xeb\x70\xc5\x9c\xf2\x7f\x56\x9b\xb0\x71\x85\xcb\x74\x7a\xcc\x89\x12\x2a\x68\xc0\xc2\xa8\x22\xe6\x23\x2c\x87\xf6\x2c\x8d\xc0\x4a\x18\x59\x51\x5f\xb1\x93\xac\x59\x5e\x77\xf1\xb1\xe0\xb3\xf9\x12\x1c\x81\x5f\x8f\xcc\x23\xdc\x50\xfd\xe0\x7e\x34\x85\xb2\xad\x3d\x19\xcd\xa1\xce\xa9\xba\x89\x26\xd0\xa6\x6b\xaf\xa2\x62\xda\x2b\xfe\x37\xf4\x00\xfd\x39\xd3\x0f\x7d\xc3\x1c\xb5\xfb\x2b\xb6\x88\x15\x14\xc5\xc5\xb2\xc0\x4e\x2f\x08\x1b\x82\x97\xcf\x0f\xc7\x83\x91\xeb\x23\xa3\x88\xc9\xd8\xb4\x01\x15\x62\x01\x4e\x6e\x4d\x45\x66\x82\x9c\x8a\xb7\xc8\x12\xf0\xba\x66\x39\x92\x0e\x6d\xe4\x49\x90\x16\xe8\x06\xfd\x2f\xf2\x11\x86\x52\x1f\xa2\xc1\xc8\xca\xcd\x55\x68\x1d\x6a\xeb\x79\x02\x5b\x84\xfe\x99\xf7\x04\x3b\x86\x3d\x1d\xe9\x8d\xb7\xe3\xe1\x7d\xd7\xa0\x6a\xc2\xd8\x7c\x15\xba\x4b\x48\xcd\x41\xf0\x34\x82\x52\xd4\x0e\xa7\x12\x3b\xb8\x2b\xe1\x41\x22\x85\x76\x06\xb1\x21\x18\xbb\xae\x23\x18\x61\x8c\xbc\x84\x3c\x21\x2e\x7a\x7a\xa2\x2c\xf6\x88\x79\x07\xb1\x79\x6c\x97\x91\x0a\x7c\x0e\xd1\xdf\xf3\x1e\x2c\x11\x56\x37\xda\x82\x17\x85\x16\x65\x13\xa0\xc9\x82\x0c\xe5\x01\xa8\x80\x7f\x9a\xe4\x43\x37\xf9\x9e\xd4\x38\x38\x80\x37\x90\x52\x09\xef\xe7\x79\x46\x3c\x40\x96\x72\xf7\xac\x6d\x40\x8e\x70\x9d\xe7\xa9\x51\x82\x43\x8c\x7c\x8c\x89\x48\x87\x8e\x07\xcc\xaf\x9a\xc7\xb5\x0d\xac\x4d\xea\x3a\xd3\x31\x56\x75\x51\xac\xec\x02\x38\x59\x79\x1f\xff\x04\x2a\x14\x19\x85\x33\xa1\x49\xb2\xb7\xc9\x47\xa0\x1a\x69\x4a\x38\x01\x2f\x13\x9f\xf2\xb8\x08\xdf\x14\x0d\x9b\x97\x89\x54\xf2\xff\x8c\x52\xa1\x6d\x5c\xe7\xd6\x3a\xc6\xc3\xca\x7d\x55\xe9\xcc\x35\xe6\x9d\xfa\x4f\xcc\xa2\x32\x17\x89\x17\x6b\x6c\xf1\x21\xb4\x92\xa5\x33\x06\xe5\x5b\x83\x8b\x74\x7b\x92\x7e\x83\x97\xd4\x7f\xc3\xfe\x40\x98\xca\x76\xcd\x3e\x78\xad\xec\xd3\xdc\xc7\xc8\x14\x31\x7d\x54\x0f\xba\x82\x3f\xbc\x79\x14\x63\x62\xbb\x77\x85\x33\x23\xaf\x25\x40\x5b\xca\x38\xdb\x38\x4f\x34\x8a\x19\x59\x7b\x16\xd6\x31\x1f\x56\x45\xe6\x2e\x61\x11\xe5\xd5\x89\xb1\xe0\x8a\xe2\xee\xd0\x7e\xf0\x8d\x3e\x6f\xf5\x71\x68\x7f\xd1\xb1\xb9\x89\x70\x9d\xac\x67\xd4\x49\xe4\xac\xc0\xd4\x64\x43\x3f\xdc\xdb\x66\xf6\x67\xd8\x77\x45\x6b\xda\x19\x70\xdb\x09\xa1\x03\xe3\x4f\xf3\x08\xe8\x08\x53\x5e\x3f\x21\x27\x97\xe5\x5a\x75\x7b\x7b\x0b\xeb\x41\xf9\x96\x50\x57\xd0\x6c\xda\xb1\x3a\x1b\x62\x68\xbe\xce\x5d\x0d\xef\x52\xcc\x1e\xf5\x0c\x11\x09\x97\x34\xee\xa0\x23\x83\x41\xe5\x32\xfa\xa5\xbe\x12\xf5\x1f\x86\x4b\xf7\x1e\x01\xca\xa8\x6b\x37\x42\x0e\xcc\xe5\xcd\x6b\xb3\xef\x33\xcf\xd4\x49\xb6\xaf\x62\xa1\x95\xd0\xc6\xe3\xa0\x4f\xc9\xad\xd5\x6b\x20\x1b\xdd\xe1\xb9\xee\x30\xa0\x74\x1d\xbd\x08\x59\x20\x64\x74\x7e\xe6\x56\x67\xbd\xab\x43\xb9\xcb\x73\x92\x8a\x73\x38\x47\x72\x4f\xcb\xe7\x73\xf2\xf3\xbd\xf0\x77\x9c\x79\x05\x17\x0b\x6e\x92\x17\x28\x68\xf2\x6a\x92\x4f\x8b\xde\xb4\x9a\xf4\x60\xc4\xad\x99\xcf\xfe\xc4\x42\x67\xbf\x62\x5f\x82\xbe\x0d\x9f\xc3\xfe\x83\x4e\xe8\xf4\xe3\xbc\xcb\x1b\x57\x7b\x85\xc3\xcb\xdf\x68\x3a\xc3\x99\x5b\xc0\x91\x89\xc8\xfb\x85\xed\x78\x12\x59\x45\x1d\x5e\xb0\x95\xdc\x49\xcb\xd9\x71\x98\x74\xa0\xff\x0a\xbb\xc5\x7e\xc3\xdc\xb3\x7a\x88\xbd\x1f\x54\xcd\xee\x64\xb7\xc2\xed\xc3\xc7\xb1\x5f\xa1\xbb\x3b\xd8\x1c\x9f\xc2\x4d\xb5\xb3\xc9\x3b\x94\x38\xd3\x1c\x92\xa0\x26\x4b\x1f\x90\x91\x34\x3f\xec\x30\x39\x9f\x1e\x9e\x3f\xc4\x7e\xc3\x80\x77\x04\xb1\x0f\x30\xcf\x84\x21\x6c\x03\xe8\xb7\x9a\xc6\x46\xa1\xf3\xb3\xb9\x6c\x18\x51\x0f\xb7\x66\x1f\x47\x1f\xb6\x5d\x66\xff\x60\xfe\xab\x66\xb0\x9b\x59\xa0\x81\x64\x67\xb3\xde\x49\x18\xec\x0d\x20\x1d\xe5\xb0\x9d\x20\xdb\xbc\x46\xf6\x70\xe8\x62\x52\x04\xf1\x0a\xae\x09\xed\x24\xee\x23\x22\xf7\x7d\xc4\x5b\x94\x33\xdb\x91\xf8\x8b\x15\x0d\xb7\x64\xa7\xe3\x93\x5a\xc7\x10\x06\xdc\xa1\xb2\x9b\xc8\xc0\x97\xe8\xbe\x12\x5e\xb8\x9b\x78\x2c\xb1\x0a\xf7\x47\xfc\x88\x99\xf8\xb6\x5c\x11\x31\x0d\x57\x27\x6e\x25\x46\xe2\x97\x37\xfe\x20\xe6\x12\x8e\xee\x3e\xc4\x06\x82\x36\xdb\x9a\xd8\x4d\x1c\x1b\x1e\x4b\xdc\x21\x72\x9b\x30\x3c\x97\xdf\x65\x4e\xc5\x73\xf8\xb1\x9a\x5e\x7c\x27\xef\xb9\x70\x22\xbe\x8d\x97\x0b\x89\xf0\x04\xee\xdf\x9c\x31\x78\x3c\xb7\x66\xbb\x2d\x9e\xc2\x8d\xd8\x68\x8d\x33\x38\xaf\xdc\x86\x70\x05\x87\x63\xff\x09\x3f\xc4\x19\x3e\xfc\x0c\xb1\x96\x7d\xa1\x6e\x08\x9b\x52\xd4\x5b\xf2\x0b\xb3\x53\x15\xa9\x0c\x98\xad\x32\x9d\xb7\x11\x9b\xa5\x98\xc5\xb2\xc3\x5c\x65\x97\x33\xdf\x61\xde\x52\xf1\xb6\x68\x2c\x41\xb2\x22\xb8\x1b\x23\x45\xfd\xab\x5e\x60\x6d\xc2\xf9\xf6\x0d\xd8\x07\xfe\xb6\x11\x41\x78\x21\xe7\x60\xf5\x0e\xd4\xbe\xfc\xba\xf1\x1b\x6a\x5f\x7a\x5a\xfe\x04\x9d\x57\xdc\x47\x5e\x46\x97\x19\x85\xf4\xa7\x68\xb0\x3e\x28\xfd\x2b\x9a\xa9\xf9\x14\x57\x81\xea\x8a\xe0\xa0\x6d\xe8\x19\xc5\xa9\x95\x5f\xb0\x31\xd2\xff\xd9\x6f\xc0\x62\x45\x2d\x23\x4c\xd8\x1d\x9e\xa4\x72\x24\x22\x6c\x6e\xd0\xb7\x23\x60\xc3\x07\x69\x03\x82\xd5\x4d\x21\xf6\x22\xea\xea\x91\xd4\xaf\x48\xbb\xf9\x62\x9a\x1b\x72\xbd\x34\x3b\xd6\x16\xb5\x36\x9e\x0c\x9c\x84\x86\x69\x4f\xac\xf8\x81\x6a\x54\x8c\x59\x87\xd1\x97\xd2\x43\x23\x3a\xb0\x02\xc1\x44\xf3\x1f\x64\x43\xe7\x1e\xdd\x01\xc4\xab\xad\x59\x72\x04\xf1\x6a\xa6\xe0\x8f\x90\x88\xfa\xdf\xd4\xc5\x48\x56\xcd\xd6\xdd\x28\xa2\xac\xc8\x8d\x61\x21\x47\x4a\x3d\x36\xc8\xd0\x11\x06\xcd\x0a\x0d\x1a\xa9\x96\xce\xd2\xa2\x35\xf2\x69\x23\xce\x62\x4e\x82\x6a\xf3\x12\xc4\x6a\xcf\x57\x1d\x00\xff\xe9\x6e\x93\x4c\x82\x7f\x76\x2c\xc4\x3d\x91\x11\x2d\x71\x14\x1d\x62\xd7\x10\x9e\xfa\x15\xf1\xac\x7e\x1f\x33\x12\xc9\x34\xaf\xd9\xb0\x1c\xa9\x37\x7d\x5b\x91\x88\xbc\xd7\x06\xcd\x52\xa1\xfe\x0a\xfb\x91\xa3\xd1\xc3\x82\xb7\xb5\xbd\x92\x11\x59\xde\xc5\x43\x62\xb7\xec\xfd\xca\x66\x51\x42\x6e\x30\x77\xa1\xb0\x26\x6f\x88\x71\x40\xf0\xae\x20\x2d\x83\x14\x2c\xa2\x38\xc6\x1d\xe7\xa7\xd1\xc6\x04\xee\xe6\x55\x33\xe6\xad\x48\xe7\x3e\x62\x85\xd8\x29\xb9\xcb\xa0\xcb\x40\x0e\xe7\x1c\xf2\xb4\x76\x94\x38\x3e\x77\x77\xf1\x0a\x91\x31\xcf\xa0\xb4\x13\x9e\xca\x7f\xc3\xa9\x16\xce\x2e\x5c\xc2\x08\x11\x30\x28\xfa\x8c\x89\xfc\xc3\xb4\x51\x71\x3b\xf9\xe3\xe8\xd5\x81\x4e\xbc\x44\x66\xc1\x8a\x85\xdc\x36\x30\xdc\x8e\xc2\x1d\x0b\x93\x00\xc8\xe9\x45\xdd\x6a\xd2\x45\xad\x05\x75\x26\xa5\xf0\x6f\xa1\x5e\x81\x09\xd7\x52\xfa\x39\x13\x04\x65\xd4\x66\xfa\x61\x01\x40\x1b\x4a\xd7\xf1\xe3\x18\x23\x62\xbf\xf0\x5a\x98\xe9\x1b\x9e\xf3\xc6\xb2\x9e\x2f\x7f\xcc\x2d\x84\x50\xbb\xad\x9c\xdb\x48\x02\xa0\xe0\x28\xd0\xb6\xaa\xff\x09\x09\xc6\x63\xe3\x1c\xc1\x1d\x26\x53\x3e\x5f\xb0\x86\x35\x89\x7d\x8d\x5f\xcf\x6a\xa6\x35\xf2\xed\xc0\x5d\x69\x46\x1e\x0e\xb9\xc7\xda\x71\x9f\xc0\x0e\x1b\xc2\xb9\xbb\x90\xc9\xcb\x77\x70\x9e\xa0\xb3\xec\x96\x72\x76\x60\x61\xc0\x39\xce\x42\xec\x51\x65\x84\x20\x16\x3d\xa0\x3f\xcb\xdf\x8f\x7e\x95\xd6\xf1\x17\x63\x33\x09\x98\xd7\x84\xf9\x50\x29\x3c\x57\x8c\xb9\x9b\xcd\xad\xc2\x4e\xc7\x38\x73\x67\xe0\xcb\xd7\xd7\x72\x1a\x71\xf5\x72\x80\xb3\x1a\xff\x65\xb7\x94\xdc\x4f\x64\x0d\x0b\x26\x25\xc4\xf2\xf2\x0f\xfc\x4d\xbc\x49\x5a\x1a\xef\x24\xf7\x98\xb8\x8d\xe7\xc5\xa5\x61\x7b\xb9\x47\xb9\xd3\x0b\x5f\x73\x23\x38\x67\x53\x17\x71\xae\x70\x8c\x5b\x47\x71\xb6\x71\x72\x02\xee\x92\xef\x39\xcb\x97\x95\x92\x7c\xf2\xbd\xdd\x32\x72\x12\xa9\x1e\x76\x86\x7d\x9f\x8d\x97\x2c\xe2\xcd\x53\xda\x17\xc5\x73\x75\x8a\x38\xc1\x29\xae\x8d\x1c\x42\x1c\x39\xd5\xb2\x84\xfc\x66\xce\x1a\xa9\x77\x8a\x3b\x79\x46\xe2\x14\xbd\x9b\xdc\x29\xb6\xf0\x37\x90\xa3\x84\xfd\x4b\x8f\xb0\x9b\x05\x5b\x67\x3c\x60\x07\xf1\xf6\x5b\x38\xb2\xed\x39\x89\xc6\x22\xae\x5d\xc9\x6b\x85\x94\x53\x6d\xfa\xc2\x5b\xc7\x59\x6d\xf4\x06\xaf\x90\x67\xf5\x81\xb9\x46\x32\x4d\xeb\x93\xbc\x9d\x1c\xa1\x76\xdc\x7c\x8e\x5d\xa7\xfc\xe0\x17\xc1\x8e\x97\xb3\x96\xdc\x60\x5b\x49\xce\xcf\xa0\x10\x3d\xc2\x5b\x16\xf1\x84\x92\x37\x56\xbf\x80\xb3\xb3\xfe\xb6\x8c\xe0\x8c\xa9\x45\x38\xf3\xc9\xae\xaa\xcf\xcc\xfb\x64\x58\x85\x4b\xf6\x05\xf6\xf3\x32\xef\xa4\x03\x6c\x51\xf1\xbc\xc8\x0c\xf6\x12\xfd\x79\xdf\x69\xc4\x63\xcd\x8c\xc5\x77\x09\x9d\x72\xd6\xf4\x37\x44\xa0\x64\x9f\x05\x93\xb0\xe3\xf3\x74\xeb\x38\xeb\x5a\xbb\xa4\x35\xe4\xdd\xa6\x4f\x64\x30\x89\x37\x00\xcc\xc9\xe4\x94\x9a\x9b\xd9\x53\xd9\xad\x95\x64\xd2\x54\xf6\xa6\xb2\x97\x11\xd7\x88\xf7\xc5\x63\x7c\x0c\x44\xa5\x6e\x70\x31\x8b\x88\x2e\x9a\x32\x7d\x90\x00\x64\x80\x45\x11\x7e\x51\x30\x45\x2b\xe2\xcc\xee\x3a\x29\xf9\x4c\x76\xb5\xf7\xb3\x4b\xc8\xe0\x96\x3c\x06\x8d\x7d\xbd\xe1\x4b\x96\x90\x9d\x55\x1b\x90\x68\x64\x03\x95\x9e\x11\x79\x44\x79\xe9\x03\x1f\x3f\x22\xd4\xf0\x6f\xf1\x6a\xfc\xab\x7a\xef\xf4\x0e\xdc\x2c\xfb\x63\x71\x1a\xcf\x10\xa4\xa9\xdd\xb4\x47\xb3\x6c\x44\x2d\x9a\xa0\x6c\x29\x9e\x5e\x74\x25\xe7\x0f\x6d\x94\x2a\x3f\x8f\x93\x7e\x5d\x09\x14\x2c\xdb\xf6\x40\x0e\x16\xfe\x17\x56\x24\x7d\x4c\xfd\xe6\xf9\x5b\xe2\xc9\x98\xe1\x5c\x2c\x22\x59\xc9\x53\x3c\x05\x47\xa0\x1f\x00\xc0\x0f\x47\x81\x22\x93\xd6\x21\xe7\xa6\xc8\x49\xdd\x99\x37\x0f\xfb\x5c\x14\x94\xbf\x8b\x5a\xae\x7c\x5f\xd0\x9a\xce\x50\xa8\x28\xf3\xb7\x09\xe4\x53\xa9\x1d\x61\xeb\xa5\x12\x7a\xae\xe7\x71\xf1\x07\xe6\x46\x67\xaa\x28\x1c\xdc\x30\x65\xb5\xa0\x18\x96\x00\x00\x7f\x29\xba\x4e\xf5\x49\x23\xc9\x3f\x28\x34\xa8\xed\x0b\xee\x60\x74\xd5\x40\xe1\x3b\xaa\x83\x92\x46\xf9\x95\x6e\xa5\x98\x4d\x5b\xb9\x6d\xa1\xac\x99\x2e\x0b\x7d\x2f\x75\x61\x4e\xf0\x94\x88\xab\x58\x75\xce\x61\xa2\xb1\x50\xfc\x94\x15\x82\x34\x24\x0c\x00\xf8\x16\x68\x9d\xf2\x94\x3a\x8e\x6e\x12\x50\x8a\xc6\x33\xa2\xd1\xad\xca\xb3\x8c\xbf\x94\xf9\x0a\x01\xb3\x27\x6d\xbe\xdc\x93\x25\x8e\x8f\x95\x5e\x05\xf1\x50\x1f\x49\x32\xa4\xf1\xb4\x15\xbd\x85\x2b\x9c\xc7\x0b\xf3\x91\xd3\x53\xfc\xf8\x57\xb0\xa9\x00\xc0\x03\xb1\xfd\x8a\xed\x45\x99\x70\x3b\x7f\x9e\xca\x06\x71\x42\xc6\x2b\xce\x22\xec\x82\x9f\x72\x0d\x72\x76\xf7\x74\x59\x34\xba\x22\x2e\x43\xf2\x03\xed\xdc\x48\x15\xab\xb1\xe0\xb5\x7c\xd1\x1a\xec\xa6\xd3\xa0\xe0\x0c\x4e\x9d\xb2\x9e\xef\x43\x4c\x00\x00\xee\x2b\xfc\x9f\xec\x8a\x2a\x8e\xe4\x71\x95\xca\xd9\x24\x05\x52\xc8\x9f\x91\x9b\xf2\xcb\x64\xdd\xa4\xd3\xae\x67\x52\x88\x9c\x1c\x1b\x2b\x71\x25\xa7\x85\x88\x45\xe7\x49\x07\x8f\x27\x42\x82\x5c\xe4\x54\x20\x98\x4d\x2e\x9d\x12\xc6\x33\x92\x13\x01\x80\x1b\xc0\x0e\x12\xdf\x55\x26\x4a\x0f\xb2\x5f\x28\xa6\x4a\xdd\x59\x0b\x64\xb7\x25\x82\x5c\xa6\xb4\x49\xdc\x9e\x32\x42\x42\x13\xdd\xd9\xda\x23\x5e\x2a\x1a\x17\xbc\x42\x78\x4f\xb8\x76\xcd\x23\x81\x41\xb0\xc1\xf1\x12\xdf\x97\xbf\x6e\x8a\x03\x77\x88\xfb\x0b\x00\x38\x10\x67\xac\x10\x56\x64\x19\xd6\xe1\xc5\x72\x4f\xdd\x6d\xfa\x4f\xd9\x04\x6d\x72\x36\x2a\x79\xa8\x3e\x90\xec\x2f\x6e\x2a\x9a\xb2\x65\xbe\x28\x4f\xb9\x3d\xf0\xb6\xd0\x41\x2e\x5e\x7d\x95\xff\x42\x4a\x38\xce\xe4\x19\xc5\xe1\x36\xb7\xb9\x4b\x04\xc7\x00\x80\xbc\xcb\x35\xf2\xc3\x15\xa3\xab\x0c\xa8\x4a\x76\xb4\x22\x9d\x36\x46\x2a\x2e\xb7\xcf\xec\x92\x6c\x2f\xd9\x97\x54\x25\x76\x32\x79\x47\xb5\x08\x3f\xe8\xf5\x1b\x0c\x82\x56\xcd\x21\xf7\x7d\xfc\x3c\x95\xda\x61\x1d\xcf\x4e\xee\x68\x93\xce\xe9\x15\x6f\x06\x00\x32\x91\xf7\x90\x97\x2f\x6f\xaf\x3f\x8e\xf4\xc9\x88\xda\x68\xaa\x97\x34\xaa\xaa\x27\xe3\xa3\x64\xae\xf9\x77\xe2\x67\xd1\xab\x32\xbb\xa8\x09\xc2\xce\x62\x8b\x0d\x13\x05\x05\xfa\x76\xf7\x60\xbe\x8b\xfa\xf3\xc2\xfb\xdc\xcb\x8a\x57\x36\x9e\x9c\x3c\x09\x05\x00\xc8\xf1\xfc\x54\x6e\xbf\x3c\xa1\xc5\x17\xb1\x94\x79\x36\x1a\x28\x5a\xe9\x94\xba\x81\x8c\x6d\xe2\x7b\xd5\x7b\x12\x73\x45\x15\x15\xe4\x66\xa3\x70\x77\xd9\x88\xf5\xed\x82\xd9\x26\x3f\xb7\x6f\xbc\x0b\x3a\x60\x61\x25\x97\xaa\xca\xb0\x59\xc1\xb1\x96\x6e\x03\x00\x76\x35\x7f\x00\xb7\xab\x38\x97\xb5\x86\x91\x5d\xae\xca\x6e\xce\xf5\x2a\x8d\xcf\x5d\x99\xf2\xaf\xd8\x29\x6f\x20\x6e\x8c\xe1\x61\x41\x7e\x18\x55\x97\x4f\x09\xf5\xd9\xa3\xbe\x4b\xdb\xb6\xec\x87\xca\x81\x21\x9b\xa3\x96\x87\xb2\x9e\x8f\x7b\x2a\x89\x81\x21\x00\x10\x6a\x50\x14\x3b\x51\xb1\x38\x67\x1f\x63\x7a\xd9\x7f\xb9\xff\x72\xde\x96\x9c\xc9\x8f\x49\xe9\x33\x35\x14\x34\xc7\x0e\x19\x28\x94\x45\x61\x1e\x3a\x2b\xea\x65\x1f\xbe\x9a\x4d\x6f\x58\x76\x5b\x79\x9b\x69\x98\x23\x92\x4f\x00\x1b\xc6\xfd\x96\x38\xc0\x2f\x00\x40\x98\x8b\x96\x61\xe9\x66\x65\x7e\x1a\x7d\xb0\x2c\xa3\x00\xca\x51\x97\x78\x15\x56\xa4\xa4\x9a\x16\x51\x8e\xc7\x62\xfa\x3f\x34\x9b\xd0\xaf\xda\x52\xba\xd8\x27\x42\x6d\xc7\x74\x5a\xb6\x47\xc9\x65\x5d\x9e\x83\xcb\x4e\x41\x25\xe3\xc7\x8b\x5f\x20\x72\x00\x10\xae\x42\x3f\xa3\x50\xb9\x91\xf6\x84\x76\xa7\x34\x8b\x5e\x9d\x7d\xa0\x38\x8e\x91\xb2\xb3\xda\xe8\xcb\x5c\x1a\x73\x4d\x3f\x99\x35\x27\x34\x45\x33\x08\xba\x79\x5f\x29\xda\x00\x65\x2f\xcb\x56\x9c\x84\xb5\x73\x32\x65\x0b\x91\x4b\xe3\x97\x8b\xb7\x60\x4b\x00\x40\x50\x8d\xfd\x40\xd2\xcb\x60\x28\x8b\xfa\xbc\x24\x07\x7a\x99\xb5\xcf\xb4\x1d\x8e\xf9\x3f\x0e\xed\xfa\x2f\xaa\xc4\x51\xe3\xf8\x01\x01\xc5\x02\x45\x54\x40\x05\x11\x15\x44\x09\x09\x41\x52\x1a\x94\x4e\xe9\x1a\xa6\x3b\xcf\x99\xee\xee\x61\x86\xee\x94\xb2\xbb\x50\xd7\x46\xb1\x6b\x8d\x35\xd7\x76\xed\xf6\xbe\xbe\xf7\x7f\x78\xde\xcf\x4f\x9f\x8a\xfd\x96\x34\xe8\xaf\xfc\x69\xf5\x2b\x98\xd9\xa9\x43\x86\x5b\xcc\x5f\x51\xe1\x3a\x2c\xeb\xa8\xff\x74\x8d\x15\x9b\xe5\x9e\xa1\x24\x72\xe2\x66\x17\xc9\x86\x38\xbf\x01\x40\xfc\x93\xbb\x1a\xf2\x6d\x69\xe2\x52\x89\xc3\x4d\x0c\xae\x06\xd1\xdf\x80\xe7\x2a\xcb\x0f\x9b\x6b\xb9\x96\x3c\x1f\x53\x22\x77\x4f\xca\x03\x83\x15\xf7\xbf\x48\x95\xb6\x85\x17\xe6\xd7\xac\x8e\xe5\xb1\xdd\xbd\x15\x87\x79\x47\x66\x8b\x64\x53\x78\x17\x01\x40\x9c\xc3\x2b\x61\x78\x35\x23\xe5\x00\xfe\x62\x23\x4a\xc6\xaa\x9b\xb4\xa0\xa5\x6f\xca\x5c\xeb\xcb\xa5\x45\x39\x47\x8c\x51\x92\xb3\xc9\xc3\xba\x3f\x92\x84\x08\x8b\xa6\x5b\x7c\x70\xcd\x7f\xaa\x74\xf1\xa2\x25\x37\xe5\x97\x45\xa8\xd9\x46\xa9\xa7\x10\xfd\x3f\x9b\xfc\x37\xb4\x29\x4d\xc7\x8c\x49\xd8\x6b\x0d\x4d\xfa\xf7\x30\x4f\x73\xbb\x6e\xa2\xc4\x64\xd2\x6a\xb9\xd9\x75\x06\x9c\x66\x4d\x12\x4b\x17\xaa\x9a\x5c\xdf\xa8\x7e\xa8\xac\x5a\x13\xa2\xd4\xcb\x4f\x2c\x41\xca\x17\x49\xff\xcc\xe6\x48\x18\xe2\x5b\x00\x20\x3c\x29\x4c\xa0\x04\x34\x4d\x69\x9d\x89\x59\xdd\x30\xb5\xb9\xb0\x06\x34\xdb\x36\xf2\x8b\x67\x1b\xbf\x5a\x04\x59\xf6\xfa\x9b\xf5\xd8\xc4\x04\xed\x16\x63\x78\xb8\x5e\x5d\xa9\x7b\xb0\x3a\x4f\x39\x4d\x13\xb6\x78\xb7\x4c\xa7\xcc\x9c\x1d\x24\x7e\x2f\xb3\x03\x00\x61\x94\xa8\x9a\x5c\xdd\x38\xde\x79\x1e\x8d\xb5\xfc\xd5\x7e\xb2\x7a\xbc\x7e\xbc\xd5\xb2\xb9\xce\xb8\xbd\x39\x39\x93\xa2\xd7\x35\xdc\x4e\x38\xaa\xad\x36\xc7\x86\x7b\xaa\x17\x19\x69\xbe\x9f\x15\x87\x74\x19\x8b\xd1\xb2\x0d\xaa\xab\xb3\x67\x8a\x7b\x65\xff\xb3\xf9\x4e\x74\x9a\xb4\xa3\x91\xd7\xfb\x0c\x75\xd6\xc2\xeb\x6e\xad\x5e\x55\x4f\xeb\x5c\x5e\xf4\xc0\x58\xdd\x66\xcc\x04\xf4\x11\xcd\xb7\x12\x2a\xb4\xb3\x1a\x9e\x85\x5d\x51\x9d\xac\xdf\xef\xbb\x5b\x51\x6e\x70\x5b\x1c\x29\xbd\xa3\x59\x3c\x7b\x81\x38\x4a\x7e\x16\x00\x04\x3c\xb1\x3b\xda\x6d\xf8\x35\xf2\x67\x8d\xdd\xe0\x7b\x74\x55\x31\xa2\xef\x3f\xcc\xf9\xec\xd5\xdd\xef\x71\x99\xc9\x15\x1d\xe7\x09\x76\x51\xce\xad\x08\xe2\xdb\xc0\x47\x8d\x93\x94\x99\xcb\x97\x9b\x01\x5a\xe9\x82\x25\xfa\xaf\x8c\xc9\x69\xb3\xd5\x67\x99\x81\x00\x20\xef\x64\xaf\x41\xed\x1b\x2e\xc3\xc4\x57\x1f\x1b\xc4\x62\xd9\xc5\xeb\xfb\x68\xb8\x83\xd9\x36\xdd\x1c\x82\x63\x72\x74\x47\x25\xd1\x14\xf9\xbd\xd5\x86\xbc\x31\xf0\x52\x23\x99\xba\x76\xf9\xd2\xfa\xad\xf4\x0d\x0b\x7c\xf5\xbb\x41\xdc\xb4\x50\xb5\x81\x29\x02\x00\x39\x81\x1d\x8c\x4a\x1b\xba\x88\xdb\x5a\x4d\x1e\xf8\x17\x7f\xb4\x18\xe8\xfd\x46\xb8\x96\x75\xb5\x7b\x1a\xf1\x6b\xf2\xbc\xf6\x77\xe4\xac\xc8\x9b\x2d\x8d\x94\x1b\x81\x7b\x1b\x67\xd3\xe4\xcb\x5d\xea\x0b\x18\x45\x0b\x42\xf5\x70\x28\x6e\x5a\x91\x7a\x23\xcb\x01\x00\xe4\x7e\x6c\x06\xca\x6e\xcb\x30\x79\x5f\xf5\xec\xfe\xbb\x14\xd4\x66\x49\xaf\x0d\x75\x49\x56\x45\x97\x2b\xf5\x77\xd2\x58\xfb\x74\xba\x6d\xa4\xa8\x79\x3f\x63\x6d\x20\xd4\xb0\x0e\xe4\x7b\xfd\x34\x69\xa1\xeb\x0b\xd2\x74\x3b\x58\xb1\xd3\x9a\x55\xfd\x6c\x3e\x00\xc8\x34\x9c\x6a\xa4\xf7\x60\x0f\xe3\x68\x55\x46\xdf\x3d\x30\xa5\xe8\x5e\x8f\x1d\x78\x3c\xf3\x4c\xa7\x27\x94\x91\xe4\xd7\xe6\x0a\x7d\x8b\x74\x6e\x9a\x64\x1e\x0e\xf4\xb2\xe4\xb1\xda\xbc\x6e\x19\x0f\xb1\x65\x0b\x8a\xb4\xef\x38\xf4\x69\x0f\x95\xaf\xb9\x3e\x00\x20\xbd\xc6\x15\x20\x62\x07\x4e\x72\x58\x95\x82\xde\x77\x1c\x5d\xd1\xaa\xee\xb9\x9c\xf6\xcc\x95\x1d\x21\x9c\x89\xc4\x8e\xd6\xb5\x5c\xe7\x88\xa6\xc6\x57\x5c\x4c\xc0\x31\x33\x8d\x7b\xd9\xab\xd7\xf0\x9a\x97\xb2\xa0\x54\xeb\xcf\xdb\x6d\xef\xad\x0c\xe6\x5d\x02\x00\xa9\x1b\xaf\x19\x6e\xd5\xdf\x21\xb5\xae\x88\xee\x99\x94\xa8\x0b\xde\x74\x7e\x95\xb8\x66\xcc\x6a\x5f\x28\xde\x91\x30\xd6\xe2\x2c\x2e\x5d\x7f\xb9\xe1\x86\x78\x6a\xc0\xea\x7a\xa4\x68\x97\x57\xbe\xfe\x1f\x51\xe9\x82\xcd\x1a\x6f\xe1\x33\x7b\x8a\x22\x42\xb8\x08\x00\x24\x2b\x04\x76\x30\xbf\xbe\xdd\xda\x0b\x65\x27\xbb\x9f\x6b\x1e\xe4\x8f\x77\xce\x55\x3f\xdd\xf4\xb3\x2d\x40\x75\x2b\xfe\x48\xf3\x1a\xe5\xc5\xf5\x76\x96\x2f\x8a\x03\xfe\x2a\x93\x51\xde\xb8\xec\xbd\x7e\x96\xac\x62\x41\xb8\x7a\xb3\xe4\xad\x7d\xb3\x1c\x14\xaf\x00\x00\x31\x42\xb8\xac\x36\xa2\xf7\x41\x43\x43\xe9\x48\xb7\x97\x65\x7e\x9e\xb1\x23\xbf\x9e\xb7\xf1\x59\x2b\xc5\x78\x21\xee\x74\x13\xd9\x30\x37\x7c\xb5\x65\xa3\x6e\x83\xdf\x4d\xe3\x17\x4d\xde\x32\xb4\x0e\xa3\x5a\x33\xff\xa1\x6a\xaf\x7c\x8f\xbd\x49\xf6\x50\xf2\x09\x00\x44\xd7\x44\x53\x6b\x14\xbd\xa2\x96\xad\xa5\x2e\x5d\x67\x9a\x5e\xe5\x39\xb4\xff\x6a\xb4\xdf\x48\x68\x75\xb1\xcc\x8c\xab\x68\x5a\x60\xfa\x13\x76\xd9\xfc\xd1\x70\xc3\x4f\x63\xec\xd3\x29\x96\x85\xe8\xe6\xab\x3f\xcc\x1f\x57\x55\x2a\x7e\xdb\x9b\x65\x6a\xe9\x09\x00\x10\xf1\x45\x75\xd5\xaf\x7b\xbd\x3b\x56\x97\x34\x76\x61\xda\xd6\xe6\xf6\xb6\xb7\xb6\x38\x6d\x9c\xd7\xb2\xbb\xf1\x4e\x9c\x53\xe3\x98\x45\x1e\x66\x34\x6b\xea\x9d\xfd\xca\x8d\xf1\x06\xea\x32\x57\xed\xa8\x96\x39\xff\x80\xf2\xbd\xca\xc9\x7e\xbb\xcc\x43\x46\x00\x00\xd1\x5c\x51\x5f\x35\x66\x7b\x19\xaa\xab\xd8\x30\xb6\x0a\xfd\x32\x67\xd9\xd0\xbf\xd8\xc8\xd4\xb4\x01\x2d\x6e\x77\xcc\x8f\x5e\x5b\x02\x3c\x34\xa9\x33\x88\x94\xe9\x7b\xbe\xd5\x83\x82\xf3\xb0\x69\x98\xa0\xfd\xe5\xb4\xcc\x14\x0a\x46\xda\x16\x69\x49\x4c\x0e\x00\x28\xcc\x6c\x62\x75\xe0\xb6\x5b\x98\xc9\xe2\xba\xd1\x51\xec\x7f\x39\xb6\x43\x14\xfc\xc2\xd4\xb5\x03\xee\x84\x9a\x98\xd7\x3d\x0d\xc4\x87\xa1\x11\x1d\x17\xc8\x8d\xbe\xa7\x5b\x8e\x52\x85\x1e\xf6\x0d\x20\xbd\xc1\x29\xc2\xf8\x1a\x3c\x6f\xab\xd6\xae\x65\xfe\x05\x00\x8a\x0a\x36\xb6\xea\xc5\xb6\x7c\xfc\xb2\x62\xbf\xd1\x40\xc2\xe2\xec\xbf\xb7\xfc\x22\x2e\x49\x75\xea\x1f\x26\xad\x8b\xb9\xdc\xe3\x4d\x56\x86\x7a\x77\x54\x51\xe7\xf9\x1e\x6c\x29\xa1\x9d\xf6\x98\xde\xb0\x88\xd1\xee\x94\x69\x6c\x82\x0c\xb6\xa3\x9a\x67\xac\x04\x00\x50\xb8\xb0\xfb\xab\xb6\x6f\x0d\x21\xff\xb3\xf9\xf5\x88\x07\x45\x9e\xad\x1b\xfc\x49\x0d\x4a\x39\xdd\xb7\x9b\x36\x37\x46\xdd\xbd\x81\xbe\x28\xe4\x7d\x3b\x8f\x91\xee\xdb\xd2\xcc\x03\xbb\x3c\xac\x2d\x59\x4c\x6b\x27\x82\xe1\x6f\x16\xcd\xf6\x97\x66\x1d\xbb\x07\x00\xe4\x58\x8e\xbc\x6a\xd6\xd8\x42\xc6\xc4\xe6\xf2\xe1\x79\xe0\xc6\xec\x85\x03\x5f\xc0\xfd\x29\xa5\xbd\xfb\xa0\xe4\x98\xa0\xae\x8d\xd0\xb7\x90\x81\x36\x0d\xf3\xb8\x2f\xbc\xc9\xc8\xea\x77\xff\x69\x26\xb1\xdb\x9d\xd4\x06\x47\x4e\xbd\x5d\xa6\x9a\xc2\x8d\x06\x00\xd9\x30\xb7\xb7\x12\x39\x1a\xc4\xc9\x28\x3a\x33\xb4\x94\x53\x96\x65\xec\xff\xc9\xc1\x25\x3f\xed\x39\xce\xe9\x8a\x9e\xe8\x2c\xe5\x7c\x0a\xc9\x6d\xed\xe2\xe6\xf8\xfa\x34\x0e\x71\x8f\xba\x3f\xaf\x37\xf3\x92\x9c\x7a\xf4\x89\xbc\xfd\x76\xed\xaa\xed\xbc\x6b\x00\x20\x7d\xce\xdb\x55\x91\x3b\xe2\x20\xc9\x2a\x3c\x31\xf8\x59\xfc\x6f\x66\x4f\xdf\x05\x31\x27\x79\x6e\xb7\x49\xec\x15\xed\xd2\xb1\x46\x74\x2f\xf8\x44\x0b\x4b\xd4\xb0\xea\xaf\x06\x9d\xa8\xc8\xfd\x94\x09\x12\xb9\x39\x9d\xd6\xad\x11\xee\x9a\x6a\xa7\x1c\x14\xfc\x00\x00\xc9\x33\x81\x63\xf9\xcc\x61\x40\x73\xbc\x60\x74\xe0\xa3\xfa\x5c\xc6\xbe\xde\xcb\xaa\x33\x49\xd1\x5d\x0d\xca\xc9\xa8\xaa\xf6\x20\xc5\x83\xe0\xd5\xcd\x4a\xf9\xe3\x55\x79\x96\x21\xd9\x43\x77\x9d\xd1\x22\xbd\xe8\x34\xa1\xcd\x92\x30\xa7\xa6\x2a\x6e\x8b\xae\x03\x80\xc4\x4b\x38\xbd\x2c\x60\xc8\xc9\x02\xe4\x9f\x1e\x98\x57\x4f\x4f\x9f\xec\xf9\x65\xbc\x95\x88\xe8\x3c\x6e\x88\x8b\xec\x6a\xab\xd4\xf5\x07\x89\x9b\xce\x6a\x7e\xfa\x4c\x98\x7f\xab\x23\xdd\x43\x0d\xcf\x94\xe9\x4e\x7d\x9a\x4e\xb9\xcd\xd4\x5a\xc5\x7a\x09\x07\x00\xc4\x0a\xe1\xa3\xd2\x91\x2d\x23\x4d\xa7\xf3\x0b\xfb\x47\x1a\xfe\xa4\x63\x7b\xea\x2d\xae\x89\x33\x3a\x4b\xea\x23\x23\x73\x5b\x3f\x1b\xb3\x83\x62\x9b\x10\xfa\x62\x1f\xb3\xb9\x57\xbb\xc1\x7d\x81\x41\xa1\x7a\xe1\xd4\xad\x49\x54\xf8\x4d\x65\xc8\x1f\x4a\xd7\x03\x80\x38\x44\x14\x5e\xba\x7e\x4b\x52\xeb\xb7\xbc\x4f\xfd\xf1\xcd\xbf\xd3\x17\xf6\x78\x37\x3e\x49\x38\xd5\xf1\xc2\x72\x21\xd2\xb5\x55\x50\xdf\x13\xe4\xdc\xf8\xd5\x58\xe7\xc3\x34\x47\xe8\xa7\xb8\xcf\x36\xb8\x69\x32\x9c\x86\xd4\x97\x95\xde\x53\x3b\xe4\x24\xe9\x35\x00\x10\x9d\x14\x51\x4a\x96\xed\x7e\x81\xae\xcd\xcd\xd8\xd1\x80\x91\xa6\x7d\xd9\xea\x8b\xdd\x1b\x57\x39\xac\xc5\x7b\x84\x13\x06\xf6\x10\x4e\x04\xac\xed\x51\x90\xfa\x56\xe4\x75\x38\x50\x0e\xbb\x21\x9b\xd3\xe8\xce\x0e\x26\x73\x18\x28\xb2\xfe\xa1\x7b\xc5\xec\x02\x00\x25\x9e\x2d\x2e\x99\xb5\x9b\x88\xe5\xe6\x46\xec\xf0\xc2\xb1\xd2\x9e\x8d\x1d\xc6\x8b\xe3\x8a\x86\x97\x12\x8e\x84\xe3\x06\xd2\x48\x81\x01\xc1\x3d\xcb\xc8\xff\xac\x28\x6e\x1f\xa3\x9e\x70\x63\x36\x7d\xa0\xdf\x75\x18\xab\x7f\x01\x4d\x9d\xe2\xaf\xeb\x63\x3e\x00\x00\xe5\x5a\x36\xab\xf8\xd5\xae\x2f\xf8\x23\xb9\x4b\xb6\x8f\x12\x1a\xd3\x26\xc6\x36\x11\xd9\x71\x29\x43\xc3\x24\x49\x78\x4d\xff\x0d\xf2\x44\x80\x7f\xf7\x4e\x6a\xe6\x8a\xb2\xf6\x44\xda\x6f\x37\x69\x93\x8e\x71\xc7\xe1\x54\xbd\x0e\x3a\x3e\x25\x43\x57\xc0\xda\x0c\x00\x8a\x27\xec\x9d\xc5\x87\x76\x5e\xa5\xc4\xe6\x7c\xd9\x66\xa2\x4c\xa6\x8d\x8c\xae\xa7\xa2\xe2\x3c\xb6\x6c\xa5\xc5\x84\x47\xf5\xbd\xa2\xc7\x07\xcc\xeb\x9a\x60\x10\x56\xe4\xb5\xc1\xc0\x71\x37\x4b\xe3\x7e\xa6\x9f\xc3\x47\xd3\x19\x56\xc3\x94\x2e\x6d\x33\x7b\x0c\x00\x14\x81\x1c\x6d\x71\xc6\x8e\x4e\x70\x71\x4e\xd3\x56\x3a\xc8\x4a\xab\x1c\x59\x03\xfe\xbd\xe1\xee\xe0\x16\xa8\x3a\xdc\xae\xf7\x35\x73\x8e\xff\x8b\xce\xcb\xcc\xeb\x2b\x22\x5b\x31\xac\xbd\x6e\x9d\x0d\x97\xd8\x7b\x1c\x97\x18\xdf\x71\xfa\xa7\x7c\xd7\x4c\x70\x63\x00\x40\x5e\xc7\x1d\xd8\xfc\x76\xfb\x36\x0e\x26\x27\x7a\x0c\xe2\x60\xd3\xa6\x0f\xaf\xe4\x90\x36\xe8\x06\xb6\x70\xba\xc3\x4e\xf6\x7c\xe0\x7c\xf1\xdf\xd7\x71\x87\x9b\xb9\x62\x51\x0b\xc8\x3d\xe8\xd6\x69\x79\xc9\x4b\x75\xdc\x60\x74\xe3\xed\xb1\xc9\xd4\x00\xbc\xf3\x00\x20\x6b\xe2\xed\x2f\xfa\xb8\x4d\x21\xfe\x9a\x8d\x1d\x8d\x13\xeb\x53\xab\xb6\x3c\x14\x7b\xc5\xfe\xe8\xaf\x15\x4d\x84\xa5\x76\x6f\x15\x69\xfd\x8b\xdb\xbb\x44\xe9\xcb\x9f\x36\xa7\x8b\xe6\xb9\xf5\x9a\x0f\x09\x9f\x3b\x0a\xf5\xef\x85\x52\x9b\xd3\xaa\xe7\x82\x5b\x00\x20\x55\x0b\x66\x17\x85\x6f\xcd\xd2\x2c\xcd\x3a\x30\xb2\x48\x3d\x3b\x65\xef\xe0\x79\xe5\xb7\xd8\x9a\xbe\x6c\xe5\xf4\x75\xa7\xba\x3a\x15\x3e\x7e\x1f\xdb\x5a\xe5\x91\xcb\x3b\x9b\x0a\x64\xe9\x6e\xf5\xf5\x67\xa4\x05\x8e\xc3\x7a\x1b\x89\x93\xed\x52\x95\x83\xc8\x08\x00\x92\x71\xe1\x94\x42\xf2\x58\x4a\xfd\xdd\x2c\x9b\x61\x0f\xd3\xba\x14\x87\x81\x9b\x06\x55\xcc\xd9\xde\x0a\xfd\x94\x75\x91\x9d\xdb\xb4\x6c\x3f\x4e\xeb\x09\xf5\x9b\xe5\xf1\x8d\x66\x55\x96\x5b\x5d\xfd\x74\x85\xc2\x71\xab\x2e\x55\x06\xb3\xcd\x57\xc2\x24\x4e\xff\xef\xe2\x50\xa1\xfb\xe8\xb5\xc6\x92\xcc\xdd\x43\x5b\x2c\xcc\xe4\x53\x03\xd5\xf5\x9a\x18\x45\xcf\x33\xe3\xf8\x3a\xdb\xce\xf5\xfa\x77\x7e\x59\xad\x85\xba\x85\xcb\x3d\x1b\x43\x34\xab\xdc\x8a\x4d\xfd\x2a\x2b\xc7\x83\xda\x67\x72\xb2\x2d\x4d\x69\x2f\x39\x08\x00\xe2\x49\xd1\x8c\x82\x6b\xa3\x55\x2d\x49\x99\xb4\xa1\xb5\x4d\xe1\xc9\xda\xfe\xc7\x0d\x6e\x31\x25\x3d\x75\xe6\xf9\xa1\x0f\x3b\xf6\x98\xec\xfd\xc2\x5b\x6e\xeb\x3f\x2e\x77\x6e\x38\xa6\x1d\x77\xab\x35\x05\xaa\xe3\x1d\xef\x6a\x09\x8a\x42\xdb\x2d\x8a\x06\xe9\x26\x00\x10\x57\x8b\x92\x8e\x2e\xc2\x85\xd7\xfc\xde\xb1\x1c\x1f\x00\x3b\xdf\x3b\x40\x58\x06\x97\x5b\x94\x44\x17\x24\x28\xe3\x93\x96\xa1\x15\x0c\x06\x39\x03\xdb\x51\x77\x9a\xd2\x82\xbf\x93\x3b\x8d\x36\x9f\x54\x1a\x39\x4a\x3f\x4e\xf9\xed\x79\x0c\x1c\xa6\x1f\xb6\x79\xc9\x9a\x02\x05\x1e\xfe\x8e\x0d\x82\x8b\xb7\x47\xe3\x02\x91\x8e\x3d\xff\xe0\x43\x50\x0a\xf3\x0d\x42\x3c\x26\x5c\x7a\x8f\x88\xc2\x4d\xa1\x3f\x25\x6d\xc1\x5f\xa9\x4b\xa4\xcc\x21\x1e\xcb\x31\x51\xbb\xc8\xef\x22\x93\xe9\xb5\xb4\x30\x4f\x21\x58\xc5\x30\xdb\x5c\x62\x9e\x81\xfa\x0e\x3d\xc5\xf8\xa0\x83\xb7\xa5\x61\x43\x30\xd4\x1e\x47\x5c\x0a\x76\xd4\x3c\x07\x4f\xc4\xbb\x48\x7d\x09\xdb\x09\x6d\xf4\x54\x92\x1d\xc9\x07\x76\x8c\xcc\x27\x5f\xcc\x71\xa3\xae\xa0\x0e\x44\x3c\xa2\xfd\xa4\x9b\x3d\x13\xc1\xd9\x60\x83\xcd\x31\xa6\x8c\x19\x71\xe0\x34\x6a\x29\xe9\xda\x58\x0e\xba\x9c\x2c\xee\x8a\xc2\xf4\x50\x7c\x4d\x74\xec\x1b\xea\x0c\xf1\x71\x7c\x26\xcd\x8a\xe6\x48\x38\x49\xb7\xad\x3d\x44\xaa\x65\x2c\xca\x0e\xa3\xac\x06\xd3\x22\x56\xd3\x96\x41\xb2\xa5\xff\x30\x0a\x99\xe7\x6d\x8e\x43\x9f\x58\xf5\xfb\xee\x21\xd6\x41\xe3\x23\x34\x64\x23\x74\xbf\x83\x8b\xfa\x06\xfd\x31\x3c\xc4\xc0\x99\x39\xa2\x22\xec\x2b\xe6\x5e\xca\x25\xbc\x94\xb5\xa2\x66\x8c\x98\xcc\x6a\xcf\x4a\x20\x07\xb2\xbd\xd7\xf3\xa8\x49\xec\xed\x4b\x0d\xf4\x46\x8e\x9f\xcd\x13\x28\x9f\x33\x73\x4f\x73\x5d\x8b\xd0\x6e\x88\x03\xff\x23\x18\x6c\x3b\x8c\x24\x0a\xe2\xf4\xa9\x68\x2b\xfe\x6f\xc1\x0b\x4c\x3f\xff\x34\x59\x85\xab\xe4\x9b\xab\xdb\x08\xd1\x7c\x44\x66\x3e\x29\x95\x1f\x16\x7e\x83\xc2\xe0\xdb\x2c\xcd\xa2\x3d\xe4\xb5\xdb\x2e\x06\x77\x72\x15\x3b\xfd\x6b\x03\x74\xa9\x03\x31\xb0\x5b\xda\x99\xcd\xbb\xe0\x6c\xf5\x39\x8d\x06\xb9\x56\xd5\xc6\x63\xa3\x7e\x2b\x89\x44\x22\xe6\x81\x22\xa2\xf2\x26\xee\x99\xec\x5d\xfa\x6f\xe2\x02\xa9\x26\xec\x16\x99\x20\x99\xe1\xf1\x84\x66\x2b\x4a\xb7\x2d\x66\xfc\xe6\x1f\xdc\x9a\x5c\x4d\x69\x13\xf6\x9c\xaf\x5d\xdd\x52\xda\xd0\x0b\x7b\xde\xe4\xab\x3c\x0d\x1f\x6f\xb0\xe2\x4c\x45\x8e\xd6\x9f\xc1\xa7\xa2\x77\x19\x49\x15\x76\xd8\x7f\x74\xef\x37\x19\x09\x6b\x35\x91\xeb\xce\x92\xb6\x2a\x53\x3d\x2a\xa8\x58\x99\x9d\xad\x88\x21\x12\x9e\x1b\x19\xaa\x8a\x1d\x3e\xd0\x55\x5a\x63\x35\xd8\x63\xce\xaf\xbd\xd0\xc7\x95\x77\xd4\xed\xed\xae\x60\xd9\x21\xf6\x77\xb8\x61\xe9\xa8\x9b\x2d\xdd\x65\x38\xac\x5b\xc3\xbf\x1b\x0b\xf0\x12\xd3\xcd\xd0\xef\xa4\x45\x3a\x9c\xfb\x67\xca\x77\xa5\xca\xb6\x9f\xe1\x2f\xb6\x0c\xef\xab\xdc\xb9\x23\xb8\x93\x5e\x2d\x1b\x9b\xa8\xe7\xd5\xd6\x0c\x27\xc8\x2e\xd5\x65\x0e\xec\x64\xc6\x23\x72\x7b\xde\x63\x4e\xa1\xa8\x1d\xff\x95\x5e\xc6\x1c\x69\x69\x4b\x7b\x88\x0f\xb0\x3c\x0e\xdd\x45\x3c\x6f\x38\xea\x7e\x8f\xb2\x47\x3d\xdb\x76\x92\xfe\x59\xb2\x61\x78\x4e\x65\xec\xde\x23\x1d\x37\xab\x97\xee\x5a\x68\x7a\x59\x3b\x65\x5b\x9c\x2c\x1e\xf6\x62\x24\x17\x3a\x02\x7f\x39\xb8\x02\x93\x89\x9a\xd9\xb3\xa5\x14\x8b\x29\x68\x3f\x97\xd6\x81\x3b\xd5\x44\x09\x6d\x23\xd6\x99\x3a\xdd\xdf\x51\x36\x6b\xd6\xd8\x2d\xa6\xb7\x48\x1a\x0f\xd4\x10\xd4\x35\x5b\x46\xbf\x13\x93\x61\x9a\xce\x27\xa4\xa9\xf0\x22\xd3\x42\xd2\x15\x64\x8e\xb8\x82\xbc\x0b\x8d\xa2\x6e\xa5\x0c\x61\xd5\xb5\x35\xd4\xbf\xf0\x57\xb3\xa7\xd0\x6d\x48\x55\x11\xf3\x18\x04\xea\xcc\xa5\x7f\x43\x0b\xe8\xcf\x6d\xee\xb0\x56\x40\x8c\xfd\xe5\x78\x21\xdc\x67\x74\x21\x21\x13\x31\xde\xe9\x49\x5c\x8a\x4a\x35\xd6\x91\xec\x31\x53\x44\x87\xc8\x36\xd8\xdb\xd4\xa5\x14\x47\xfc\xae\x9a\xc7\xd4\x18\xe2\xd6\x2c\x0d\xcd\x44\x7e\xbe\x7e\x1b\x63\x3e\x2d\x76\xa9\x09\xbc\xc6\xd8\x6f\xb3\x8f\xf9\x05\x7a\xb4\x2f\x1b\xc7\x42\x9d\x1d\xf1\xc6\x6f\xc6\xb8\x74\xe4\x13\xa2\xb0\x15\x86\x3e\x62\x14\xee\x86\x68\x36\x69\x13\xa1\x96\x22\x26\xe3\x88\xdf\x6b\x2a\x28\xdb\xc9\x63\x59\x0b\x69\x6e\x54\xcb\xfa\x5c\xfa\x76\x7a\xe3\xd2\xcd\xa0\x18\xdc\x69\xd3\xcd\x3c\xc8\x24\xec\xc9\xc7\x30\x49\xe1\x43\x49\x58\x39\xd9\xa6\xcd\x80\x6b\x27\x1f\xd3\xcf\xc7\xef\xa7\x6c\x11\x6c\x25\xfc\x4b\x1d\x21\xe7\x90\x02\x68\x87\xaa\x4b\xc8\x0d\xf4\xc7\x99\x61\xd4\x95\xa0\x77\x78\x3b\xed\x01\xc4\xf1\xf8\xc4\xb8\xc6\xfc\xdb\xc6\xc2\x0c\x60\x1d\xde\x95\x8d\xda\x09\xfe\x1c\xac\x44\xdf\x82\x62\x5a\x26\xb1\x76\x10\x53\xcb\xc7\xc5\x41\xb7\xf8\x29\x78\x13\x33\x9d\x34\x9f\xf0\x83\x79\xa1\x2a\x97\x24\x64\x95\x64\x14\x51\x02\x59\xdf\xc3\xed\x68\x76\xec\x76\x8f\xfd\x8c\x85\x9c\x10\x9b\xcb\x90\x96\x13\xb2\x63\x15\x72\x81\x20\xb4\x9f\x88\xda\xc8\xff\xaf\x79\x26\x5a\xc3\xef\x50\x3f\xc7\xfc\xcb\x47\x73\xff\xc6\x95\xf0\x93\x08\xb7\xf0\x7f\xf3\x57\x57\x26\x13\x79\x7c\xe7\x74\x0a\x79\x23\xef\x77\x18\x92\xba\x9e\xf7\xc0\x43\x4c\xaf\xe1\x75\xd8\x2e\x05\x5f\x72\x77\x8d\x1d\xa9\x3b\xa9\xf5\xea\x89\x46\x84\x68\x1c\x1a\x9c\x91\xdd\xaa\x77\xca\x18\xb4\xbb\xf2\x36\x5b\x84\xd9\xa9\x38\x81\x3b\x8b\xab\x90\xf7\x97\xab\x09\xab\x65\xe0\x26\x2f\xd2\x62\x69\xe8\x3a\x16\x65\xad\xf8\x8a\xc7\x4a\x9a\x58\x14\x6e\x8b\x06\xd7\xf2\xaf\x0d\x3b\xc0\x9c\x5a\x7d\x3b\x5e\xd5\xe9\x9b\x97\xd5\x2f\x44\x2c\x68\x9c\x23\xd3\x22\xb7\x5b\x6c\x99\x9e\xe8\x5a\xd3\x73\xcc\x76\x6c\xb0\x61\x6b\xe9\x69\xfc\x0a\x5d\x56\xda\x71\x62\xb8\xfa\x70\x28\x93\x4c\x52\xbc\x77\xdf\x47\x7d\x22\xbd\x6d\xbb\x85\xb1\x4d\x78\x65\x10\x53\xf3\x70\x68\x49\x1b\x15\x86\x1a\xf0\x33\x9c\x81\x5b\xf7\x06\x48\x90\x88\xb1\x2e\x7f\xd0\x07\x45\x69\x9f\x8e\x7a\x81\x29\x6e\xde\x59\x12\x8e\xab\x6d\x58\x9c\xaa\x26\xa8\x4d\x21\x21\x23\xa4\xfb\xda\x4f\xee\x05\x54\xbc\x32\xd1\xf6\x2a\x23\x4f\xac\x19\x10\xd5\xc0\xb7\x49\x5b\xf5\xb5\x3f\x47\x37\xe8\x5f\xd5\x35\x6e\xf9\x5b\xdc\x84\x48\xe9\xc7\x32\x50\x28\x87\xee\x09\x54\x14\xfa\x5b\xfb\xbb\xe2\x2e\xdc\xb4\xe6\x13\xa9\xae\x84\x70\xcb\xda\x10\x04\x49\x6b\x08\x77\x8f\xa7\xfa\xa8\x0e\xd9\x59\x33\xe6\x4b\x82\xfb\x9f\xd4\x4c\xd9\x63\xdf\xf2\xa1\xb6\x65\x07\x4f\x9f\x55\xb7\x7e\xec\xb4\xd8\x1e\xfe\x68\xe8\x3b\xfd\x31\xb2\xbf\xff\x2d\xf2\x24\x5a\xd7\xdd\x58\x1c\x8d\xed\x68\x7b\x94\x72\x0b\x3f\xd9\xb8\x3b\x24\x8b\xe4\x63\x72\x74\xdf\x4c\x39\xa5\xbe\x6e\x97\x47\xdf\x27\x91\xee\x56\x93\xbe\xd6\x54\x6c\x31\x90\x79\xb0\xf4\xd6\xa7\x14\x27\xf8\x72\x1d\x91\xb2\x03\xe9\x2b\x98\x4a\x25\xa2\xd3\x48\x5b\x68\x51\x58\x62\xd5\x6e\xba\x37\xfe\x68\xc6\x16\xc6\x1a\x52\x76\xb8\x2f\x58\x4a\xb5\xf7\xd0\x41\xa7\xe8\xdf\x6c\x8a\x59\x66\xa8\x65\x57\x3d\xf1\x63\xdd\xa5\xc1\xdd\x24\x1d\x82\xdc\xea\x4d\x0e\x45\xd9\x69\xff\x22\xbf\x45\x4f\xf0\x61\x94\xe3\xd8\x5e\x92\x2b\xb5\x07\x2f\xad\x5a\x47\xeb\x21\xaa\x33\xd6\xd3\x8f\x92\x27\xc3\x2e\x82\x76\xb4\x60\x8f\x0c\x48\xc6\x38\x6e\xb3\x9e\x85\x61\x02\x3b\x95\x84\xf7\xa8\xaa\x81\x8b\xc4\x4e\xf4\xc1\x96\x0a\x52\x09\x76\xa6\xd6\x8e\xec\x8d\xd3\xf0\xf6\x52\xe6\x10\x3c\x89\x7c\xaa\x1d\x71\xbc\x72\x27\xcd\x95\xcc\x4f\x3f\x43\xdf\x48\xa5\x85\xd1\x19\x7d\x74\xa9\x87\x2b\x14\x01\xee\xb3\x59\xc5\x0a\x62\xca\xb7\x8f\xe2\x3e\x12\x5b\xfb\xa7\xe0\x6f\x92\xf8\x4d\xfd\x84\x13\xe4\x5c\x35\x48\x1c\xa5\xc4\x70\x4b\x49\xbb\xa8\x1b\x09\x19\xe4\x0b\x34\x64\xc5\x76\xaa\x1d\xbd\x6d\xd3\x7b\x5a\x09\xe3\xeb\xba\x09\xfa\x6d\xa8\xd6\xfd\x34\xa8\x67\xde\xb1\xf1\x63\x0e\xb1\xae\x6e\xd5\x62\x73\xc1\xd0\x5e\x67\x5c\x2c\xd8\xda\xf0\x14\x1f\x05\xbe\x57\x3e\x27\x24\x40\x65\xec\x9f\x44\x14\xf4\x37\xde\x95\xd4\xc9\xc4\x94\x0f\x93\xbf\xb2\xa6\x6f\x72\xa3\x62\x58\x47\xd6\x45\xd3\x6d\xd9\x4c\x77\x13\xe3\x06\xc7\xd7\x06\xc7\x9c\xce\x49\x1c\x15\xa3\x77\xf2\x61\xdd\xab\x31\x87\xf9\x21\x96\x25\xd8\xeb\xbc\x2f\x8a\x7c\xdc\x57\xde\x4d\x56\x23\x21\x8c\x77\x1c\xfb\x0f\x51\xce\xdb\x57\xd6\x47\xfa\xc1\xdb\xb5\x31\x8e\xa2\xe0\xed\x0c\x1d\xa6\x45\xf0\xc6\xdc\xe1\x8c\x65\x3c\x95\xcd\x31\x08\xc9\x3d\x36\xe4\x8a\xe4\xa9\x7f\x74\xd8\xa2\xf6\xaa\x67\x99\xd6\xa1\x3f\xaa\x1c\xa5\x07\xb0\x21\xca\xb9\x50\x3a\xae\x41\x31\x17\x7d\x9f\x30\x57\x3e\xa3\xe4\x33\x71\x48\xfa\x25\xf5\x2b\xb9\x42\x72\x31\xe4\x1c\x35\x54\xac\x74\x77\xa2\x27\x8a\x9c\x6d\x17\x81\x43\xfc\xeb\xfd\xdd\xf0\x1b\xcd\x13\x2d\x57\x91\x1e\x8d\x8f\xf5\x19\x28\xb2\xe5\x9d\xd8\x0d\x7d\xd1\x6c\x45\xff\x86\xcd\x30\x01\xc8\x2b\xb8\x97\xfa\x47\xc5\x91\x84\x7e\x6d\x57\x4a\x07\x89\xad\x0e\x0a\xbe\x46\xa1\x28\xb4\x4b\xb6\xd1\xba\xa4\x6d\xb6\x30\xd0\x53\x78\xb2\xe7\x5b\xdd\xf0\x20\xd8\x94\x8f\xb0\xea\xdb\xa6\xf9\x89\xac\xe9\xbe\x2e\xf8\x82\xba\xdc\xf1\x89\x36\x15\x53\xdb\xfa\x0e\xe1\x84\x9b\xdf\x74\xa0\x68\x37\xfe\x5f\x4b\x5a\x32\x86\x78\xd5\x28\x0e\xb6\x23\x3f\xd2\x12\x97\x6c\xa2\xf9\x2a\xde\xd8\x1a\x19\xc7\xc4\x94\x1e\xb7\xba\xb8\xb1\x4b\x8d\x64\x78\xf3\xf0\x98\xc6\x05\xf1\x6b\x10\x2d\xf0\x46\x61\xfa\xdc\xa8\xc9\x18\xa0\xab\x05\x5e\x87\xdd\xd5\xf6\xb0\xc8\x03\xaf\x6e\xba\x9b\xf4\x9d\xc8\x35\x93\x82\x8e\x92\x4d\xfa\xfe\x25\x61\xd4\x27\xaa\x72\xdb\x71\x06\x4f\x32\xbf\x5b\x08\x7b\xbb\x2b\xa5\xe1\x1a\x3c\x61\xdb\x3d\x35\x0d\xd1\x31\x9a\xc0\x37\xa0\xec\xb7\xd4\x53\x8e\xa1\x9b\xfa\x46\xea\xde\x61\x33\xba\x38\x85\x87\xf0\xcb\x5b\xdf\x27\xed\x25\x2e\x6c\x78\x19\xd4\x4b\xf6\x33\x52\x97\xa4\x50\x85\x6a\x92\xdd\x5c\x86\x87\x04\x31\xbc\x8b\xe1\x54\xfd\xa4\x53\xc1\x58\x5f\xfb\xa5\x7e\x8c\x81\xa9\x7b\x2f\x1b\x67\x5c\x44\xbc\x80\x9e\x81\x09\x68\x2b\xcc\x4a\xf0\x08\x36\xa0\xe4\x1e\x94\x8f\x97\xa6\x2a\xa1\x97\x24\xcf\xe0\x33\xcc\x7e\xca\xfd\xc5\x65\xac\x56\xfa\x6b\xeb\x36\xf6\x37\xa8\x6b\xe8\x03\x7d\x76\xdd\xfa\x8e\x4b\xf4\x34\xf8\xcf\x7a\x2b\xba\x1e\x39\x22\x5b\xc0\x70\x40\xd7\x40\x89\x8c\x16\xec\x7a\xb4\x05\xf4\xc3\xaf\x28\xa9\x04\x6f\x10\xc3\x53\x17\x43\x52\xb2\x2a\x98\xcc\x2c\xa6\xfe\x5e\xec\xce\x42\x30\x86\xac\xd9\xec\x9b\xd0\x8f\xa1\x15\xb4\x59\xc8\x1d\x1d\x33\x69\x65\xe8\x15\xa6\x18\xda\x41\x8c\x4c\x5a\x4a\xcf\xc6\xfe\x02\x5b\xe8\xef\xf1\x66\xd4\x1f\x86\x85\x18\x5f\x7c\x1f\xcc\x21\xcf\x4b\xd9\x05\xcd\xa7\x2e\x0d\x5e\xce\x04\xe8\x09\x8b\xbe\xb2\x3c\x40\xb3\x35\xc4\xee\x66\x72\x06\x9e\x51\x62\x08\xed\x6d\x00\x65\x3f\x91\x67\x80\x53\x63\x49\x85\xe2\xd3\xd4\x57\xe4\x72\x46\x2c\x6d\x80\x22\x40\x4e\xd0\x31\xd4\x1d\x9b\xef\x30\x92\xe9\x56\xc9\xef\xc1\x35\x0c\x71\x90\x05\x8a\x81\x66\x2f\xda\xc5\xe4\x30\x87\xad\xbb\xd8\x4b\x58\x27\xfb\x53\x48\x63\xf4\x9f\x2d\x35\xe4\x60\x06\x59\x77\x96\x7c\x9e\x71\x43\x94\x43\xa9\x07\x37\xd3\x3e\x52\xf1\xe0\x47\x44\x1f\x2d\x13\x6a\x2e\xba\x4f\x4f\x61\xe6\x27\xfb\x32\x92\x58\x41\x41\x0b\x40\x12\x7b\xce\xa2\x66\xe8\x2c\xfb\xa5\xf5\x0b\x16\x8f\xe3\xd7\xbb\x99\xe8\xc9\xfd\xdd\xd4\x40\x3c\xcd\x7d\xa0\xf5\x25\xe1\xb9\xdb\x05\xd7\xc8\x9b\xb9\xa3\xd4\x2e\xca\x46\xee\x6e\x38\x44\x4d\xe4\x9e\x2a\xbc\x4f\x2b\xe4\x3e\x4c\xaa\xa2\x23\x78\xf6\x6b\x5b\x19\xa3\x3c\xbf\x45\x5c\xc8\x95\x17\x35\x25\x89\xf9\x90\xdb\xdd\x79\x05\xf7\x51\xf9\xdd\x42\xc7\x9f\x56\x06\xa9\x2a\x08\x3d\x8a\x12\x5e\x1e\xb1\x5f\xce\x21\x63\x48\xfb\x65\xbd\x30\x15\xf9\x86\xf4\x54\x41\x1c\x75\xa6\xe4\x41\xe2\x72\x5a\xb2\xf8\x7d\xe0\x4d\xfa\xa0\xe8\xc9\xa2\x4c\x30\x48\xd8\x37\xe5\x32\xd3\x91\xdf\xd7\x36\x86\x8d\x68\x5c\x6e\x62\xe3\x82\x2d\x34\x79\x03\x3e\xb0\x7e\x0f\xfb\x32\x21\xc3\xf8\x89\x18\x44\x64\x1b\xbc\x6a\x1a\x49\xfb\x74\xd1\x79\x6d\x94\xd9\x9a\xb0\xf8\x4b\x54\x8c\xca\x21\xe0\x19\xed\x85\x7c\xd4\xed\x31\xa3\x5e\x6a\x63\xe3\x00\x49\x85\xbc\x96\x10\x4c\x5d\x5f\x81\x61\x25\x36\xa6\xfb\x2f\x69\x25\x2e\xa8\xd3\x9d\x39\x8e\xaf\x6c\x03\xf1\xe9\x84\xf6\xe6\x1d\x55\x4f\x88\x6f\x1a\x8e\xe6\xae\x20\x17\xd6\xd7\xc7\x8d\x52\xce\x19\x16\x07\x38\xd3\xca\x35\xf9\x6e\x2c\xc6\x22\xc5\x4a\x9b\x18\xc8\x55\xec\xd1\x1c\x83\x7e\x39\x1c\xaf\x8f\xc1\xdc\x18\x24\x4a\x24\xd8\x8b\x7d\x20\xf4\x09\xf7\xbb\x1b\x8b\xd3\x13\x62\x3a\x82\xaa\x22\x89\x86\x96\xf1\x1c\x13\xe9\x77\xe3\xd4\xb8\x68\x0a\xd3\xf4\xda\xff\x0c\x6d\x8e\x8e\xec\x56\x4d\xbf\xae\x94\xd8\x20\xc0\xeb\xe2\x83\x4d\x72\xb4\x78\x5b\xb9\xae\x1e\xc3\x18\x2d\x11\x3f\xc3\x52\x86\xbc\xa0\x4a\x5c\x5b\xff\x38\x6e\x3a\xfe\x4e\x8f\x57\xe5\x5f\xc4\xd5\x1d\x31\x39\x81\xa4\xc6\x16\xdb\x0d\x5f\x28\xf3\x2d\xd9\xfe\x03\xd4\x61\x43\xa0\x1b\x86\x4e\x52\xe9\x6d\xb6\x81\x04\xc9\x9c\x2e\x11\x5b\x5b\x7d\xd2\xf2\x17\x9b\x52\x3b\xa6\x22\xb1\xab\xea\x0c\xbc\x55\x6c\x02\x42\x45\x06\xd8\x4a\xd4\x58\xed\x7f\xec\x21\xcc\xa3\x7c\x1c\xfb\x36\x3e\x2d\xbe\x97\xe3\x40\x7c\xec\x7f\x8a\x53\x4a\xd9\xe2\x62\xe2\x5c\xa3\x9f\x03\x72\xb8\x7b\x21\x71\xe7\x05\x56\x13\xec\x6f\xcb\x7c\x96\x09\xae\x51\x5e\x60\x35\x23\xc3\xb8\x1a\xd6\x51\xd4\x7b\x12\x96\xf5\x0e\x73\xb5\x16\xcb\x5e\x86\x3b\x93\xf7\x9d\x5d\x4b\x78\x19\x9f\xc1\x1e\x23\x47\xfb\x0b\x38\x73\xa9\xfb\x5c\x88\x9c\x2e\x06\x07\xc8\xe0\x9a\xa1\x1b\x9d\x33\x98\x83\xc8\x79\xe6\x72\xe6\x1e\x94\x5e\xb9\x84\x79\x1d\x63\xcd\x79\xc0\x72\xc4\x32\x88\x17\x59\xb9\x78\x97\x9a\x87\xac\x7a\xc2\xd5\x3c\x3e\xeb\x5f\xd2\x9e\xb8\x4f\xec\x64\xca\x49\xff\x78\xf6\x21\xda\x47\x97\xcd\x9c\x72\xb0\x02\xa8\xe2\xd6\x30\xf3\xdb\xe7\x80\xf7\xf0\xc3\x26\x0d\xe4\x45\xe8\x93\x63\x20\x3c\xd1\xc8\xc6\x40\xe3\xa4\x01\x82\x92\xe9\x4e\xbe\x5d\x7d\x8c\xc9\xa2\x7a\xe6\xaa\x98\x2f\x68\xb2\xb8\x78\x16\x9c\x31\xd3\xef\x0c\xdb\x06\x1c\x70\x59\xc3\x3e\xce\xac\x02\xcc\x9c\x07\x2c\x7d\x6b\x09\x23\x8b\x36\x6e\xf8\xc1\xe8\xa7\xa7\x4b\xdf\x81\x00\x7d\x82\x35\x0f\xc4\x30\x60\xf8\x62\xf0\x09\xe8\x5c\xb5\x03\x2a\x07\x6f\xe5\xf4\x43\xcf\xa0\xed\x1b\x0c\x4c\x09\xb3\xdd\xaf\x82\x15\xcd\x32\xbb\x2c\x61\x3b\xb1\x0d\xc0\x2b\x4e\x3c\xfb\x63\xb3\x92\x3e\x8d\x93\xa6\x4f\xa6\x97\x70\x2a\x24\x65\xf4\x03\x9c\x5a\x68\x0b\x23\x9a\x03\xe2\x1c\x19\x17\x38\xcd\x95\x26\xb0\x9c\x73\x25\x7b\x00\xfc\xc5\x75\x8c\xbd\x0a\x6d\xe7\xe6\xaf\xf9\xc1\xe4\x72\x9b\x5d\xa6\xb2\xe0\xdc\xf3\x56\x09\xec\x6e\x6e\x5e\xc3\x52\xaa\xb5\x7c\x97\x26\x8c\xca\x95\xfb\x0b\x4d\xb4\x69\x32\x0d\x63\x25\xad\x5f\x7a\x07\xfd\x90\x9e\x2b\xf5\x2d\xef\x65\x58\x4b\x58\x59\x8e\x8c\x71\xf1\x89\x98\x4e\xd0\x22\xfa\xb5\x66\x3d\xc4\x17\x79\x2e\xbc\xcc\x94\x09\xe7\x59\x9d\x60\xfd\xcd\xdf\x68\xfa\x42\x26\x9b\xab\x95\xe9\x14\x47\xd3\x47\xde\x47\xca\x0e\x23\x8e\x7a\x92\x8a\xd4\xdf\x47\x9e\xa0\xad\xd6\x25\x94\x9e\xa7\x7d\xd5\x98\x33\xc4\xf4\x6b\xaa\x89\xe8\x3a\xc6\x31\xc5\xcd\xd5\x15\xe0\xb8\x6c\xdf\x42\x0e\xf4\x50\x92\x66\xbd\x92\x15\x25\x5c\x6a\xd8\x4f\x6a\xed\xba\x21\x77\x23\x2f\xef\x68\xe1\x5c\x27\x4f\xb6\xa5\x91\x27\x29\xa6\xe6\x47\xf0\xdf\xd4\x9a\xc6\xf2\x92\x75\xb4\x58\xf3\x68\xfa\x2a\xba\x9f\xf1\x7c\x54\x2a\xc3\x57\xd7\xe8\x2b\x07\xc3\xd4\xcb\x16\xce\x81\x10\xf2\x78\xeb\x5c\xe6\x69\xd1\xa8\xfe\x16\x29\x78\xa0\x49\x16\x49\x3a\xd7\x37\x9b\x33\x85\xcc\xe8\xae\x25\xcf\xa4\x44\x74\xb4\xc0\x37\x51\x67\xb6\x6e\x29\x6e\xa0\xbe\x6a\xe2\x6d\xea\xa6\xdd\xb3\xcc\x8f\xbc\x43\xbf\x6b\x4c\xf1\x0d\x67\xbc\xd2\xfa\x2c\x78\x07\x79\x28\x0c\xd6\x24\x26\x47\x9c\xa4\x0f\x24\xde\x1d\x31\x49\xeb\x49\xd0\x96\x73\x6c\x18\x79\x65\xff\x2d\x12\x8b\xfc\xb8\xe7\x48\xdd\x79\xca\xb6\x4e\x7c\xb1\x0f\x55\xd3\x7a\x73\x53\x2a\x8d\xdb\xf8\x21\xb2\x9e\xce\xaa\x37\xf9\x3a\x32\xe4\xba\x1b\x0b\x3e\x81\x87\x94\x66\xeb\xbd\xcc\x79\xe2\x4e\x73\x8f\xf0\x62\x35\x52\x75\x53\x98\x5d\x5b\x2e\x28\x14\xfc\x53\x97\x4c\x1b\x17\x18\x10\xc9\xa8\x02\x41\x2a\x0a\x5f\xe6\xc0\xff\x81\xd9\x96\x51\xcb\xdf\x85\xf7\x8a\xca\xe5\x33\x88\xc7\x56\x15\xf3\x93\x29\x32\x67\x39\x3f\x84\xbe\x17\x00\xf8\x12\x08\x67\xb6\x17\xfc\x03\xc3\xa8\xe2\x05\x02\xf8\x4a\xfe\x49\x81\x1f\xe2\x06\x2d\x8a\xff\x06\x65\x41\xde\xe6\xef\xc6\x08\x4a\x5b\xf8\x4c\x9c\x20\xfd\x0f\x3f\x89\xb0\x3d\xca\x9e\xbf\x84\x6c\xbf\x6a\x15\xdf\x9a\x2a\x75\xa6\xf3\xad\x19\x25\x00\xc0\xaf\x82\xf6\xd4\x57\xf1\x3f\x23\x0c\xca\x0e\xfe\x4e\x94\x13\xdf\x87\xcf\x44\xab\xa9\x7d\xfc\x74\xec\x54\x64\x26\x7f\x19\x6e\x6b\xa9\x07\xef\x33\x01\x4c\x37\xf2\x26\x49\xd8\xc8\x63\xbc\xfd\x14\x9e\xcf\x6f\xde\x56\xda\x4e\x67\x2c\xef\x28\x18\x00\x00\x7c\x3f\xe6\x6a\xe3\x18\x8f\x88\xbb\xa7\x98\xc7\x4b\xc4\x3f\xe1\xee\xe5\xb9\x13\xee\x53\xaa\x78\x8e\x24\x6b\x44\x00\xcf\x9a\x1c\x5f\xe2\xce\x7d\x4d\xe9\xd8\xb4\x87\x7b\x8f\xe6\x1e\xe9\xc5\x7d\x48\xef\xf5\x19\xe4\xfe\x02\xb3\x9d\xab\x79\x2b\x98\x1e\x00\xc0\x1b\x66\x55\x1a\x36\x71\xee\x52\x5b\x65\x23\x9c\x2b\xb4\x68\x4e\x01\xe7\x34\xed\x12\xd9\x93\x73\x96\xce\x83\x3b\x70\xae\x32\xe2\x8b\x97\x71\x6e\x82\x2b\x36\xde\xe1\x3c\x80\x16\x45\xc8\xb8\x76\xcc\x85\x3e\x39\xdc\xf5\xac\x15\xce\xb5\x5c\x88\x1d\x09\x00\xbc\x59\xec\xfd\x3a\x0d\x7b\x88\x75\x4a\xba\x98\xad\x63\x7d\x65\x7d\x61\xf3\xd9\xae\xc4\x3b\xec\x46\x76\x1a\xec\x2d\x7b\x2f\x5b\xb5\xd9\x9d\x7d\x99\xfd\x78\xa3\x35\xfb\x23\x27\x6d\xfd\x77\xce\x1a\xce\x88\x8f\x2b\x87\xc0\x5d\xe0\xcc\xe2\x1c\xe2\xd6\x01\x00\x37\x83\xeb\xa2\xe6\x31\x3b\xa5\x62\x51\x14\xf3\xa4\x34\x0c\x8a\x62\xbe\x91\x9c\xc2\x53\x58\x8b\x25\xb1\x35\x17\x59\x39\xe2\x9d\x85\x1b\x59\x0a\x71\x58\x2a\x91\x75\x44\x34\x12\x7e\x99\xbd\x48\xe4\xe4\x5d\xc8\x66\x0b\xe1\xce\x1b\xd8\xff\x08\x44\x00\xc0\xa9\xe7\x5b\x2b\x0a\xa0\x32\xe3\x6e\x7e\x0d\x24\x34\x10\xe8\xdb\xa1\x9d\xfa\x05\x58\x4f\xe8\xb3\xf6\x50\xd5\x19\x66\x8c\x66\x73\x3e\x87\xa9\x56\x3d\x49\xfe\xce\x7c\xa4\x2c\x09\xeb\x60\x65\xc8\xdb\x56\x4a\x58\x87\xa5\x87\xe7\xfd\xcb\x8e\x14\xcb\x81\x25\xec\xcf\x82\xbd\xb2\x68\x30\xb7\x7d\x1d\xb7\x10\xec\x68\xad\xa6\xee\x01\x5f\x34\x97\xa2\xb3\xa1\xd0\xc6\xb0\x4a\x5f\x48\x6e\xfe\x92\x37\x1b\x7a\x6a\xd2\x24\x1d\x67\x6e\xd2\x7f\x5e\x57\xcf\x3c\xac\x9d\xb5\x62\x1b\x2b\x5c\xf9\xef\x3c\x16\xeb\x84\x2c\x0f\xc8\x66\xd3\x44\x41\xd2\x30\x70\x4e\xcf\x30\x87\x02\xe6\x74\xc9\x28\x6f\xc0\x96\x8e\x40\x54\x23\xf8\xac\x75\x6b\x85\x04\x5a\xdf\x6c\x9f\xcb\x81\x1a\x1a\x7c\x93\x36\x32\xad\xeb\xe7\xae\xf3\x63\x52\xf4\xe6\x15\x15\xcc\x37\xea\xc9\x79\x05\x2c\xb6\x5c\x0b\xd0\xd8\xcb\x45\xa7\x25\x30\xc6\xfd\xc1\x1a\xf6\x51\x70\x6e\xbf\x0d\xa5\x00\xcc\xe9\x41\xa1\xe6\x80\x96\xce\x96\x8a\x39\xe0\xe3\xb6\x96\x5c\x57\x28\xb6\xb9\x28\xf1\x17\x34\x68\x39\x17\xfa\x9a\x39\xdf\x78\x6a\x85\x3f\x53\xad\x45\xcf\xcb\x67\xb9\x2a\x54\x40\x1f\xeb\x90\x78\x85\xa8\x59\xb3\xbc\x1a\xce\xdc\xab\xb6\xae\x4d\x25\x39\x2a\x3f\xd5\xad\x81\xab\x94\xb6\x88\xd5\xa5\xb1\x8a\x39\xa8\x92\x2c\x7f\xf9\x74\xcc\x60\xdc\x13\xe9\x4f\x7c\x40\x10\x5c\xf2\x94\x78\xcf\xd3\x4f\x3c\x41\xd9\xe7\xd0\x29\x3a\x4c\x7f\x06\x00\xa2\x59\x90\x4a\x64\xa7\x4e\x80\xb9\x32\x83\x54\x51\x75\x13\xc4\x36\x65\x32\x82\x0f\xf7\x50\x20\x51\x29\x25\x77\xe4\x52\x4c\x64\xe6\x0d\x99\x16\x97\x13\x67\x91\x6a\x09\xcd\x41\x01\x12\x25\xd9\xd6\x73\x81\x58\x42\x6d\x70\x68\x13\x29\x18\x18\x00\x10\x3e\x86\xc6\x85\x35\x2a\x18\xfc\x1d\xd4\xa9\x64\x22\x99\x44\x0f\x45\x03\xea\x57\x5d\xbf\xfc\x22\x46\x56\x82\x91\x7d\xc7\xc5\x67\x52\x64\xb3\x09\xcb\xe3\xe2\xa5\x6e\xa4\xe0\xb5\xbf\x24\xab\x28\xa5\x4b\x7f\x89\x83\x69\x03\x0e\xbd\xa2\x24\x70\x15\x00\x08\xb7\x30\x7d\xf8\xf7\x94\xb3\xb0\xfb\xc1\x0c\x45\x00\xee\x2e\xfe\xad\xbc\x16\xff\x19\xd6\x24\xeb\x25\x06\x16\xf3\xa4\x0f\x49\xaa\x8c\x6e\xe9\x74\xca\xf4\x0d\x46\x89\x2f\x75\x68\xad\x40\x9c\x4d\x4f\x5f\x7a\x49\xc4\x02\x9d\x1d\xc6\x85\x9d\xd0\x7b\x00\x10\xce\x61\xa5\xf1\x3a\xe4\x63\xe4\x97\x8c\x39\xb2\x47\x94\xed\xb8\x11\x99\x1b\x15\x59\xcb\x90\xe2\x68\x11\x9b\x05\x92\x23\x74\x9f\xf4\x23\xe2\x6f\x8c\xa0\xd8\x4b\xe2\xd5\x60\xd1\xda\xa9\x22\x1a\xc4\x5f\xda\x28\x3c\xc8\x3c\xe4\x30\x29\xf8\xca\x7a\x0d\x00\x02\x12\xbb\x91\x5b\x29\x63\x43\xfd\xb4\x4b\xd2\x7e\xe8\x0d\x96\x25\x79\xc8\xf4\xad\xa9\x93\x24\x32\xd5\x45\x5c\xf1\x00\xf3\xf7\xa6\x47\xa2\xcf\x2c\x7d\xac\xbd\x68\x1d\xdb\x27\x50\x2f\x6c\x65\x5f\x5c\x8a\x16\x7c\xe3\xd0\x1c\x5e\x09\xe2\x38\x1f\x00\x80\x3f\xc1\x79\xc5\x1a\x97\x1c\x14\x35\x52\xd0\x12\x7b\x11\x1c\x9d\x2c\x86\x8b\x5c\xab\x10\xa2\xbf\x85\x93\x05\x17\x45\x99\x42\xed\xc6\x4a\xe1\x0e\x61\x6e\xf4\x55\xa1\x83\x70\x7e\x40\xbf\x40\x2e\x38\xef\xf1\x82\xff\x53\x40\x75\xb8\xc5\xaf\xe1\x4f\x02\x00\xef\x35\x6f\x2f\x14\x24\xc6\x69\x21\x92\xb3\xe8\xa2\xc6\x82\x5c\x2e\x4a\x50\xab\x2b\x44\xc2\xa3\x2a\x79\xfe\x22\x61\x82\x12\x4a\x7d\x25\x38\xa4\xa8\x8c\xea\x10\x84\xca\xd7\xfa\x1f\xe0\xef\x91\xde\xf5\xc8\xe0\x87\x48\xea\x1c\x7a\x78\x3b\x44\x72\x00\xe0\xc5\x09\x12\x18\x5e\x22\x55\x93\x2b\x61\x95\xf0\x57\x43\x03\x1c\x23\xa4\x9a\x5f\x96\x3d\x12\x02\xf5\xde\xb9\xa3\x02\x85\x31\x33\xa5\x4f\xe0\xac\xcf\x89\x34\xf2\x5b\xb4\x01\x7e\x97\xf8\xcb\x55\x27\xdc\x75\xbc\x01\x85\xab\x43\x12\x2f\x50\x6a\x05\x00\xdc\xc3\x42\x23\x3d\x41\x14\xd6\xee\x88\xaf\x10\xf6\xb5\x26\xd7\x6d\x13\x7a\x35\x67\x96\x85\x0a\xc6\x1a\xc3\x72\x5d\x05\xa1\x16\xab\x14\x4f\xfe\x49\x53\x4b\xe4\x4a\x7e\x8e\xc1\xd6\x8f\xcc\xbb\xa9\x9d\xe3\x9e\xc8\x2b\x56\x5e\x74\xf0\xe2\x3e\x95\xb9\x02\x00\x97\x28\x9a\x47\xd3\x08\xff\xeb\x2e\xc4\x1d\x14\x16\x77\x16\xd7\x2d\x15\x5c\x6d\x5f\x51\x7a\x40\x50\xd4\x72\x36\x67\x84\x7f\xb7\x29\x2e\xf9\x14\x1f\x6d\xe1\x45\xdc\xe7\x7d\x31\xf1\xfc\xc2\x79\x74\xfd\x1c\x77\x17\xee\x67\x75\x9c\xc3\x72\x2e\x47\x6e\x03\x00\xdc\xa9\x22\x34\xd1\xd0\x88\xaf\xee\x40\x8a\x2c\x07\x6a\xd5\x95\xe7\xcd\xd3\xea\x18\x85\xe5\xa6\x02\x04\x94\x1e\x6f\x30\xa1\x46\xe3\x94\xba\x11\xac\x43\xe8\x09\xcd\x18\xbe\xdf\xc7\x4e\xd5\x40\x82\xb9\x4c\x2a\xd0\xd4\x1c\xfb\x3d\xb2\x08\x06\x16\x00\x24\xb1\xcc\xc5\x44\xd7\x86\xe3\xb0\x85\x48\x2f\xcb\x8c\xba\xab\x95\xbc\xfa\x22\x84\xae\x70\xbe\xf1\x00\xaa\x62\xd3\x1f\xc3\x2c\x4c\x59\x5c\xa6\x2e\x08\xa7\x08\xad\xd7\xc4\x12\x5e\x7a\xbf\x52\xad\x27\xd7\xb9\x5c\x52\x2c\xa1\xcd\xb4\xbf\x21\xfd\xc5\xb8\x0e\x00\x92\x99\xcc\x75\x04\x4b\xc3\x42\xf8\x1e\xc4\x1e\x73\x29\x32\xa1\xd2\xdb\x34\x80\x9a\x2c\x18\x37\x7a\x61\xb0\x9b\xb6\xe9\x79\xb8\xf5\x71\xb3\xb4\x5b\x09\xa1\xa1\x15\xea\xd3\xa4\x2a\xef\x4b\xca\xab\x94\x16\x97\x49\xf9\x29\xda\x2f\xfb\xb7\xd2\x9d\x20\x1d\x00\xc4\xe7\x99\x32\x3c\xd2\x7c\x14\xf3\x1d\xbe\xb5\x7e\x19\x2e\xac\x22\xce\xa8\xc1\x63\xf2\xbf\x18\x6c\x08\x87\x36\xd9\xe9\x10\xa4\xe0\x0d\x74\xcd\x00\xf9\x4a\xc8\x53\xd5\x25\x6a\xbd\xb7\x48\xf1\x91\x9e\xed\x72\x56\x3e\x15\x5c\x3b\xdd\x5d\x3a\x9d\xe9\xf4\xff\x2d\x8a\x16\x77\xb0\x1e\x41\x32\xd4\x4d\x18\xef\x90\x45\xe5\xf1\x86\x54\x4a\x79\xbe\xa3\xee\x02\x35\x77\x63\xb8\x36\x9e\x86\x88\x3d\xa9\x36\xd1\x5b\x42\x72\x95\x13\x8c\x57\xde\x61\x0a\x07\x28\xd6\xe5\xa8\x2c\x82\xd9\x33\x7d\x93\x24\x9b\xf5\x04\x00\x44\x1c\xf6\x59\x2c\xd9\x14\xcf\x38\x08\xdb\x62\x18\x00\x7d\xca\xc2\xf5\xf3\x40\x6d\x9e\xab\x76\x04\xf2\x4c\xab\xd6\xf8\x42\xe7\x62\xed\x55\x32\xa6\x26\x78\xb7\x62\x92\x55\xbd\xf2\x9e\x7c\x0d\x3b\xd6\x65\x9b\x94\xcc\x59\x3a\x9d\x2d\x6e\xe0\x1c\x04\x00\xe1\x71\xee\x74\x34\xcb\xc0\xe3\x3f\xab\xf9\x4f\x3f\x93\x7f\xab\xe4\x80\xb6\x91\x7f\x34\xe7\x94\x66\x3d\x7f\x67\xea\x7a\xd5\x39\xfe\xae\x98\x69\xca\x58\xfe\xe1\xa0\x57\xf2\x76\xfe\xb9\x95\x85\xb2\x59\xfc\x0b\x2e\x34\x49\x1d\xff\xe0\xf4\x6e\x51\x17\x3f\x13\x00\x04\xb7\x79\xfd\x48\xa4\x3e\x59\xb9\xab\x7a\xbe\xf6\x6f\xe5\xd4\xcd\xef\x34\x42\x45\x6c\x76\x82\x7a\xa9\x5c\x9b\xfc\xaf\xf2\xa0\xec\x5a\xd4\x53\x45\xbc\x6c\x6e\x10\x20\xdb\x2b\xdd\xb0\x62\x87\xd4\x5f\x92\xe7\xe2\x2e\x36\x8b\xc3\xa6\x77\x0a\x1f\x09\x77\x00\x80\x60\x29\xff\x17\xfc\xb9\x0e\x5e\x1f\x54\xa9\xd6\x02\xc6\x9f\x45\x46\x75\x9b\xa1\x37\xf3\xa3\x2a\x5d\x1f\x9f\xf4\x97\xe2\x8d\x76\x32\xf2\x85\x5c\xa1\x89\x5f\xbb\x56\x36\x57\x65\x5e\x61\x2b\x51\x2b\xfa\x17\xea\x44\x3f\x65\xa8\xe9\x44\x61\x9e\xf8\x0a\x00\xf0\x2d\x42\x57\xf8\x1a\xed\xab\xc6\xbe\x8a\x27\x9a\xfa\x86\x35\x85\x1f\xd5\x71\x66\x6d\x26\x5c\xf9\xd6\xf4\x4f\xd2\x26\x85\xc1\xe8\x12\x29\x90\x07\xe9\xd7\x04\xde\x93\x1e\xd3\xba\x2c\x3f\x2c\x09\x57\x8d\x2d\x2c\x10\x0d\xc8\x9f\x4c\x2f\x12\x4e\xfd\xff\x16\x25\x5d\x28\xac\x33\x68\xc1\x56\x46\x45\xb1\x26\xa0\xf9\x42\x21\x5d\xf5\xa4\xf1\x6b\xc6\x4f\xa5\xa6\x61\x46\xe2\x47\xc5\x9a\xfa\x9f\x91\xeb\x65\x93\xc6\x23\x81\x5b\xa4\x35\xfa\x8c\xe5\xf5\xe2\xab\x1a\xca\xc2\x70\x51\xb4\x72\xd5\xf4\x2a\x41\xab\xb4\x1e\x00\x78\xff\x08\xef\x94\x6f\xeb\x8d\xae\x89\x2f\xc4\x74\x8d\xc3\x96\x64\xd6\x77\xc4\xc3\x81\x64\xaf\xd6\x73\x48\x9b\x68\x9f\xe6\x40\x74\x4c\xf0\x91\x86\x52\xec\xc8\x2a\x7e\x7d\x09\x21\x7f\xc9\x45\x43\x08\x39\x64\xce\x37\xcd\x33\x5a\xa4\x4d\x8c\x52\x03\x2e\x03\x00\x59\x18\x73\xb2\x9c\xd0\xd3\x0c\x63\x16\x86\x76\x2d\x82\xfb\x65\x62\xdb\x3b\x11\xff\x26\xfd\x68\x0d\x45\xed\x8f\xb6\x6b\x1a\xc2\x1c\x0b\xee\xb5\x3c\xc0\xfd\x59\x45\x30\x3d\x27\x12\x96\x5c\xd4\x5f\xa6\xcc\x99\x3b\x4b\x63\xa4\x5d\xb6\x81\x2b\x53\x40\x1c\x00\x48\x7f\x30\x27\xcb\x97\x75\x7f\x81\xdf\x2a\xf8\xd4\x49\x47\x22\x32\x03\xda\x7e\xa2\x3e\x25\x9d\x69\xe9\xc4\x34\x44\xdd\x6c\x72\xc7\x51\x82\x79\x96\x32\x82\x68\x55\xa1\x89\x40\x1a\x5f\x32\xa1\xaf\xa3\x2e\x9b\xeb\xa1\x09\xa1\x77\xd8\xa8\x15\x9f\xc1\x0f\x00\x20\xdd\xca\x72\x28\xdb\xd0\xa5\xc2\x1c\x2a\x88\xec\x08\xc0\xbe\xcb\x68\x69\xbd\x82\xf7\x4e\x4a\x6c\x66\x11\x34\x51\xe8\x46\x3b\xd2\x92\x60\x6f\x73\x36\xf9\xfa\x2a\x17\x23\x89\xba\x73\xc9\x0e\x1d\x8b\xde\x3c\x37\x52\x5d\x07\x36\xd9\xdc\x50\x44\x30\xab\x01\x40\x6a\xcd\xfa\x5c\x7a\xae\x33\x94\x78\x2a\x7f\xa8\xed\x25\xe9\x5c\xfa\xab\x96\x06\xf2\xe1\xc4\x81\xa6\x0c\xca\x64\xe4\x53\xcb\x13\x9a\x5d\xd0\x81\xfa\x48\x7a\xb1\xcf\x19\x03\x92\x71\x66\x49\x93\x56\x09\x65\xcc\xcd\x55\x29\x99\x97\x6d\x97\xc9\x89\xec\xd9\xff\xd3\xcd\x59\x54\xba\xb8\xc3\x96\x5e\x9d\xf7\xb2\xf5\x00\xfd\x5b\x7a\x70\x33\x8a\x21\x49\xb4\x6e\x5c\x0d\x46\x47\x16\x99\x2f\x40\x4e\x41\x89\x26\x7f\xe8\x87\x0f\x51\x0f\x67\x7e\x5a\x42\xd3\xb4\xb3\x67\xcd\xad\x55\xee\xe2\xcc\xb1\x25\xc9\xfa\x38\x87\x01\x40\x0c\x71\x13\x8b\x69\x6d\x28\xee\xf6\xdc\xb1\x16\x4f\xee\xe4\xa6\xe4\xc6\x47\xdc\xa7\x09\xfe\x96\x6d\xbc\xd9\x11\xdd\xf5\x95\xbc\x94\xb5\x63\x86\x5b\x3c\xa9\x8f\x9d\x6e\x15\x6f\x62\x49\x8a\x1a\xcd\x5f\x3c\x97\xae\xd0\xf1\x63\x6d\x27\xa4\x2d\xfc\x69\x00\x20\x02\x79\xfb\x36\xcf\x6b\x05\x64\xb0\x9c\xda\xa6\xbb\xd2\x6f\x1b\x3d\x1a\xb6\x49\xa1\x78\x5f\xb3\x58\x6a\xb3\xfe\xb8\x69\x83\xc4\x18\xf8\x53\x7f\x46\xe2\xe6\x0d\x6a\x83\xc4\x8d\x8b\x7f\xa9\x18\x62\x87\xb9\x68\xf9\x90\x28\xd2\x6e\x8a\xe4\x9c\x70\x0e\x00\x08\x77\xf3\x6f\x16\xbe\x6c\x7e\xaa\xfb\x9a\x1d\xdf\x78\x5b\xfb\x2e\xcd\xce\xb2\x5f\x73\x2b\x2e\xb0\xde\xa4\x3e\x15\xfe\xce\x98\xa7\x1a\x0d\x8c\xd3\x7d\x51\x0a\x56\xbe\xd4\xd0\x14\x31\x8b\x0d\xca\xe3\xb2\x33\x73\xd7\xc8\x7e\x48\x3e\xda\x39\x4a\x56\x89\xee\x00\x80\x70\xa9\xe0\x4c\xe1\xe6\x66\x86\xe9\x6e\xd6\xb1\x46\x98\xb1\x25\x55\x6f\x49\x33\x24\x6f\x38\x59\xef\xa5\x7b\x1b\xde\x68\x78\xac\x95\x07\x7c\xd7\x69\x35\xd3\x57\xee\xd0\xb8\xa8\xb0\x8b\x51\x4a\x98\x42\x32\x77\xa1\xac\x45\x16\x66\x37\x5b\x7c\x4d\xdc\x03\x00\x82\x2b\x42\xcf\x82\xbf\x9b\x1d\x1b\x56\x67\x15\x34\x7c\x32\x1f\x4b\x0d\x31\xdf\xa8\x8f\xdc\xc0\x35\x8d\x18\x87\xc3\xcb\x0d\x68\xc3\xd4\x80\x09\x9d\x9b\x2e\x7e\xa5\x59\x3d\xa2\x29\x5c\x5c\xa6\xf8\xa8\x9a\x39\xd7\x55\xb6\x4a\x9e\x65\x17\x28\x86\x49\x8a\x01\x40\x50\x2b\x04\x0b\xc2\xb6\xb4\xd5\x1c\xcb\x5c\xd5\x7f\x0f\x26\x4f\xd6\xf6\xce\x86\x97\xc4\xb0\xbb\x62\x91\x85\xeb\x80\xf6\x44\xb4\xce\x6f\x75\x8b\x35\xce\xca\xab\xa7\x41\x4e\x18\x72\x79\x67\x7a\x48\x6e\x98\x1d\xad\x9f\x45\xeb\xb0\xda\xaa\x5e\x06\x62\x00\x40\xbe\x94\xe5\x50\x30\x7f\xf0\x13\xec\x69\xe6\xcc\xfe\x30\xb8\x38\x99\xd2\x43\x44\xfa\xc5\xc0\x3a\x47\x50\x3f\x42\x5f\xb5\x1d\xc6\x5a\xfb\x79\x34\x8b\xf0\x71\x5e\x5d\x0d\xf3\x88\x7b\x5c\xbe\x98\x98\x94\x9a\xd9\x9b\x75\x3b\xe9\xcb\xad\x6e\xaa\x6e\x82\x83\x00\x20\x7b\xc0\xb2\xcb\x7f\x3a\xb8\x09\xb1\x36\xe3\x9f\x3e\x3d\x72\x38\x39\xbd\x7b\x12\xbd\x3a\x26\xbe\x73\x3e\xe6\x54\xe8\x85\xb6\x00\x5c\x8f\xdf\x8c\xa6\x3f\x84\x3d\x5e\x16\x8b\x85\xf4\xdd\xe5\xb7\x69\x3a\x15\x3e\x9b\xa8\xcb\xa2\x3f\xb5\xb6\x52\x71\x21\x2f\x00\x90\xe9\x58\x11\xf9\x05\xfd\x8f\x31\xb7\x33\x2a\x7b\x13\x71\x56\x49\xb7\xba\x9a\xf1\x7e\xd1\x0f\xdb\x5f\x11\x2c\xa1\xfc\xd6\xb9\xa4\xd5\x6b\x2e\x37\xbe\x21\xbf\xf2\xa2\x9a\x4d\xd4\x4b\x2e\x3f\x8c\xae\xf4\x53\xb3\x5b\xb4\x0c\xf0\x8c\x75\xae\x72\x1f\x93\x0f\x00\xd2\x1b\xec\x85\x79\xef\xfa\x20\xe2\xa5\xf4\xc7\xdd\x9f\x48\xfb\x92\xf2\x3a\xab\xc8\x6d\xd1\xd8\xb6\x43\x94\x3d\xa1\xee\xcd\x6f\xa9\x5f\xd6\x48\x1a\xae\xd2\x73\xbd\x92\xea\x25\x8c\xf3\x2e\x3f\x0d\xee\x50\xf5\xec\x63\x1a\x23\xf3\xb9\xf5\xb0\xe2\x31\x7b\x09\x00\x48\xed\x39\x61\x79\x3e\xbd\x29\xf4\xb9\xe9\xe1\x5d\xc7\xe9\x3d\x89\x7f\x75\x04\x31\xc2\xa3\xde\xb5\x36\x30\x7e\x87\xec\x6e\xba\x06\xfe\xb3\x26\xd8\x72\x1c\xba\xec\xe5\x60\x62\x33\x6f\xb9\x7c\xd6\xaf\x62\xdb\xcd\x7e\xa8\xde\xc1\x71\x98\x32\x55\x31\xf7\x7f\xab\x96\xac\xe7\x96\xe5\x06\x77\x0f\x71\x67\x6c\x22\x76\x2e\xe7\x2e\x4f\x5c\xd4\xd6\xce\x8d\x88\x2a\x68\x71\xe2\x52\x43\x22\x1a\x4b\xb9\xc7\x56\x5f\x35\x57\xf3\x9c\x97\x5d\x36\x86\xf2\x88\x2e\xef\xb4\x2f\x79\x77\x1d\x5c\x54\x3c\xfe\xec\x29\x54\xd9\x0f\xde\x63\x00\x10\x87\xf0\x76\xe7\xac\xec\x5a\x23\xcd\xdc\x48\x6b\xbf\x20\xb9\x93\x10\xd9\x5a\x21\x29\x8f\xb4\x34\xdd\x14\xff\x0a\xb6\x34\xf8\x89\x07\x57\xe7\xd5\x27\x8a\x33\x96\x31\x0c\x6b\x45\xaf\x5d\x2e\x6a\xde\x88\x24\x0e\x41\x4a\xb5\xf0\xd2\x94\xa3\x32\x4f\xc1\x38\x00\x88\x50\xfc\x83\xd9\x73\x3a\x1d\xb5\x59\x69\x50\xdb\x1e\x4d\x66\xfc\xe6\x96\x2c\x75\x42\xc4\xc5\xc6\x8b\xaa\xcc\xa0\x37\x16\x5f\xe5\x66\xdf\x13\xa6\x0a\x45\xfe\x32\x7b\x3d\x42\x1e\xe3\x22\xd3\xac\x92\x7e\x76\x58\xa4\xb8\x24\xc9\x9e\xf2\x54\xca\x10\xd5\x02\x80\xf0\x86\xa0\x3e\xcb\xd4\xd1\x62\xf8\x9c\x36\xa3\x2d\x4a\x7f\x28\xee\x67\xf3\x65\x1d\x35\x82\xd5\x98\xa3\x8d\x0e\x1a\x36\x8f\xa9\xff\xf8\x6a\x8d\xaf\x55\xa3\x9e\xff\xe8\xad\x95\x09\x2e\x44\xf5\x49\xb9\xce\xc1\x45\x81\x93\x42\x36\x36\xd2\xc5\xe2\x95\x00\x20\x14\x08\xbe\x66\xad\xe8\xf0\x33\xcf\x4a\xdd\xd1\x7a\xdc\xb4\x25\x6e\x67\x73\x8e\x71\x6d\x44\x42\xc3\x84\xfe\x64\x10\xcf\xbc\x4a\xb7\xc9\x97\x60\x24\x68\x0e\x78\x5e\xd2\x69\xd4\xf6\x2e\x24\x75\xa6\xe2\x8b\xc3\x1a\xf9\x67\x19\xdb\xc6\x5f\x32\x24\x9e\x04\x00\xe1\x7c\x61\x6a\xe6\xac\xb1\x15\xb5\x99\x29\xf6\xc3\xeb\x60\xdf\x63\x15\x83\x01\xf0\x5d\x61\x87\xfa\xdc\x91\x7d\x01\xad\x5d\x37\xd1\x37\xbc\x13\xdb\xc3\x71\x09\xee\x45\xcd\x9b\x09\x2f\x9d\xe5\x96\x78\xf2\xdd\xe9\x77\x0d\x3f\x68\x77\x01\x40\xa3\x01\x45\x00\x20\xff\xc0\x9a\x9f\x69\x37\x4a\xaf\x43\x24\xff\x19\xd2\xc3\x5f\xc4\x72\x06\xcc\x48\x66\xd8\x8e\x5e\x15\x3a\x2a\xc0\xd2\x95\x8e\x8d\xf0\x4e\x6a\xdb\x8b\x07\xdd\xab\x9b\xfe\x21\xbe\x74\x6e\x31\xdf\xa0\xb4\x4d\xff\x65\x68\xa6\x17\x02\x80\x26\x1a\x3c\x04\x00\xf2\x11\xd6\xb4\x8c\x8f\x23\xa7\x10\x83\xc9\x2f\xb6\xbc\x40\x4d\x89\x85\xf5\x7f\x45\x63\xc3\xda\x7b\x3e\x62\x7e\x06\xc8\x3a\x0f\xe2\x2e\x7b\x47\xb5\xf9\x11\x1e\xba\xd7\x34\x55\x92\x97\x39\x0f\x9b\xab\xa8\x8d\x33\x5c\x0c\x81\x8c\x59\x00\xa0\xbe\x07\x05\x00\x80\xbc\x80\x15\x91\xb1\x63\xb8\x02\xbb\x34\xb9\x7d\xd0\x84\x0b\x88\x9d\xdf\xb7\x13\xbf\x29\xac\xac\xfb\x28\x61\x6b\x40\x7e\x47\x03\x29\xc1\x7b\x71\xeb\x7c\x8a\xb5\x7b\x61\x63\x1e\xf5\xb9\xf3\xe1\x7a\x38\xfd\xc5\x8c\x8d\xfa\x0c\xf0\x3e\x30\x55\x3d\x93\x29\x04\x00\x99\x9e\xed\x9c\x51\xb2\xe5\x2e\x69\x4e\x72\xf8\x40\x18\xe9\x52\xcc\x9e\x5e\x06\xb9\x33\x6c\x66\x97\x86\xb2\x37\x60\x7e\x3b\x91\xfa\x7d\xe5\xbb\xe6\x2f\xf4\x42\xf7\x84\x86\x18\xc6\x25\xe7\x09\x53\x2d\x44\x9a\xc1\xd0\x55\x30\xdf\x01\x95\xaa\x35\xec\xf9\x00\x20\x3d\xc0\x09\x4e\x67\x0c\x0e\xd0\xad\x93\x3a\xfb\xa7\xd0\x95\x31\xd9\x3d\x49\x0c\xb7\x75\xbb\x3a\x61\x8c\x07\xfe\x17\xda\x72\xc0\xd3\x2b\x8f\x34\xdd\x87\x0e\xb9\xfb\x5a\xfc\x99\xa7\x9c\xaf\x1b\xeb\x58\xbf\x67\xf4\x68\xa9\x1c\x6b\x60\x97\x32\x9f\x33\x0a\x00\x92\xd7\xdc\x82\x74\xff\x81\xa9\x9c\x1d\x49\xf1\xbd\x65\x9c\xa3\xd1\x8f\xba\xba\x39\x67\xd7\x15\xb5\x5f\xe4\x4e\xf7\x97\xb4\x9c\xe5\xd6\xae\xd4\x34\x12\xb8\xe3\xee\x0b\xeb\xff\xe6\xf9\x38\xbf\x37\xb8\xf1\x7a\x66\x7c\xd3\x04\xf1\xee\x5a\x05\x2b\x02\x78\xff\x7b\xfb\xdb\xbc\xce\x4d\xe4\x3e\xac\xa4\x31\xd1\xdc\xfd\x52\xe2\x18\x9d\xd2\x99\x25\x96\x86\x5e\x69\x13\x8a\x83\xfd\xdd\x9a\xe5\xa2\xf7\x2b\x63\x1a\x92\x44\x83\x4b\x5e\x9a\xce\x89\x2a\x9c\x3f\xe9\xe7\x88\x66\xcd\x0c\x52\xaf\x15\x12\xac\xea\xe5\xe9\x02\x26\x00\x88\x67\xf0\xdb\x37\xe2\x7a\x53\x34\xf3\x12\x8e\x76\x1d\x51\xdb\x47\xb5\x74\x78\xa9\x80\xd0\x88\xd6\x0a\xe5\x62\xbf\xe6\x26\x9c\x22\x76\xc5\x35\x4b\x9a\xbc\x78\x49\xb3\xf1\xad\xac\xce\x79\x52\x17\x23\x8d\x9c\x19\xad\x42\x8a\x8f\x5a\x5d\x96\xb5\x0a\x7f\x03\x80\x88\x22\xc0\x6f\xb4\xe9\x99\xd0\xf3\x13\xea\xba\xd6\xeb\x62\xa2\xf2\xda\xcd\x9a\x6f\x21\x7f\x5a\x2e\xab\x6f\xfa\xa1\x1a\x1f\xab\x76\xad\x18\x33\x9f\x57\x4a\x97\xf0\x8c\x7c\x45\xa2\xf3\x19\xed\x55\xd9\x9e\x99\x19\x2a\x40\x72\xc9\xea\x93\x2c\x46\xb4\x1d\x00\x44\xcb\x05\xa7\xd3\xfa\x7b\xf2\x4d\xd5\x09\x1e\x9d\xbb\x0c\x5f\xa3\x3c\xda\xed\xf4\xc2\x90\x9b\x2d\xb1\x3a\x7f\xbf\xcc\xc6\x6c\xcd\xd5\x15\xed\xe6\x78\x35\x66\x09\xd3\x68\xab\x7c\xe6\x7c\x5d\x5b\xa8\xb0\x9e\x49\x50\x8a\xa4\xe3\xd6\x3e\xd2\xb3\xe2\x2c\x00\x10\xee\x13\xda\x8f\xe4\xc1\x3f\x94\x5c\xee\x54\x21\x7d\xca\xe3\xeb\xf3\x51\xc5\x95\x23\xb2\x42\xf4\x8e\x9a\x0d\x10\x1e\xbb\x0a\xf6\x09\x6d\xc4\x4d\x20\x9a\x4b\x7c\x08\xed\x68\x54\xca\x09\xd2\x18\xae\x31\x78\x26\x15\x20\xbe\x5a\x54\x48\x6f\xa3\x96\x5b\xe5\x40\xc7\x18\xb4\xe1\xdc\x3a\x55\x45\x56\xc7\x16\xf8\x3f\x55\x54\x93\x1c\x19\x56\xd3\x2c\xed\x44\x6d\x83\xbd\x01\x2f\x60\x52\x11\xe5\x68\x5b\xdc\x34\xd4\xb1\xe2\x31\xfc\x17\x6c\x4a\x4a\x11\x69\x19\xc1\x33\x68\x94\xa2\x21\x2f\x59\xb4\x94\x1e\x4f\x0b\xb4\x8a\x82\x78\x8c\x67\x43\x49\xb0\x55\xd5\xef\xda\x0f\xd6\xb5\xd4\x9e\x37\xee\x44\x2c\xac\x1b\x95\x3c\x40\x8e\x21\xc6\xc1\x15\xe8\x3a\xd4\x1b\x14\x09\x1b\x8b\x9d\x55\x1c\x84\x4f\xc5\x67\x24\xbf\x24\x6a\x89\x57\x82\xf2\x29\x4e\x14\xba\xdb\x7b\xda\x3d\xfa\x1a\xab\x10\x28\x10\x64\x0d\x86\x56\xb7\xa1\xa0\xd6\xdb\xb5\x31\xe8\xeb\x06\x5b\xd8\x1f\xec\x62\x71\x15\xfc\x0c\xae\x83\x7e\x1d\xb9\x95\x10\x8d\xcc\x40\xef\x27\xde\xdc\xbc\x01\xfb\x81\xac\x4e\x5e\x42\x80\x51\x31\x6b\x77\x91\x9d\xe9\xe5\x6e\x1d\xb4\x19\x60\xa5\x55\x1c\x28\x84\xee\xf6\xcf\xa8\x5c\x47\x0a\x6c\x99\x56\x6d\x4f\x9e\xa6\x2b\xae\x79\x47\x9e\x14\x3e\x86\xbd\xa0\x9c\xa4\xc9\x11\x36\xd4\x2b\x88\xd5\xa8\x08\xda\xfd\xa2\x0c\x4c\x27\xfd\x57\x52\x01\x3e\x0a\x0c\x5f\xeb\x49\x9a\x0f\x71\xdd\xca\xa9\xc1\xcc\xa3\x56\x6c\xc6\x69\x56\x75\xef\xca\xb2\x57\x50\x65\x53\x60\xc5\x5b\x68\x9f\x66\x7b\xf5\x34\xe8\x99\x00\x59\xeb\xcf\x4c\xa5\x46\xd5\xd1\x98\x87\xe1\x33\x11\xd7\x59\x01\x85\x15\xe8\x3a\xd6\x50\x62\x3d\xce\x87\x1d\x1a\x68\x21\xae\x64\x1f\x75\x0b\xa7\xc0\x38\x3e\x56\xfb\x18\x4b\xd8\xcf\xbb\x52\x4b\x36\x4b\x37\x58\x1a\xcb\x70\x92\xbd\xaa\xf5\x15\x66\xc9\x4a\x9e\x77\xd5\x5b\x71\x27\x79\x5d\x2d\x52\xbc\x0c\x96\x5c\xf7\x5b\x64\xc9\x7f\x8a\x3c\x2e\x9a\x92\x80\xc5\x1c\x12\xd6\x06\x5c\xc6\xbf\x15\x6c\x75\xfd\x4c\x46\xf1\xcf\x58\xfb\xd3\x73\x78\x2b\xda\x23\x8b\x76\x9b\x3e\x99\xce\x97\x78\x1b\xe9\xf2\x5d\x65\x3a\x83\x0d\xfb\x5e\xe5\x42\x9d\x8a\xb8\xa6\x7a\x5c\x3b\xab\x86\x0f\x93\xaa\x09\x79\x58\x04\x5b\xb9\x27\x3e\x11\x3d\x28\xbf\x1a\x30\x1d\x3f\x43\x7a\xc2\xb5\x97\x74\x44\x0c\xb3\x66\xd3\x2e\x09\x52\x5b\x9e\x16\xdc\xee\xca\x30\x68\x36\x93\x3b\xe6\x4a\x15\xa5\x4e\xad\x47\x98\x77\xca\x0f\x34\x97\xe1\x73\xab\xc4\x0d\xf7\xaa\xee\xd7\xe2\xcd\xfe\xb9\xd3\xe1\x0a\x63\x5a\xdc\x7a\xd4\x5d\x9d\x97\x3f\x0c\x07\x53\xed\x76\xad\x21\x25\xcb\x26\xac\xcf\xd0\x58\x22\xaf\xe6\x8f\x05\x9b\x06\x34\xfa\xbd\x45\x8f\x7a\xff\x93\x9c\x28\x91\x74\x07\x31\x97\x96\x87\x74\xd4\xe1\xfa\xab\xa6\xb6\x92\xab\x92\x6a\xbe\x37\xc5\xe5\xc8\xe1\xee\xe6\x89\x0d\xf7\x51\x1c\xe3\x74\xff\x75\x38\x27\xcd\x7f\xae\x65\x24\x1b\x45\xbc\xf5\x2f\x5a\xb2\xe8\x6a\x73\x7a\xfe\xb3\x91\x27\x7a\xaf\x22\xea\x96\xef\x92\xf8\x92\x39\xfd\x4f\xa0\x81\xb2\x23\x3d\x47\x71\xa1\x95\xfa\x4e\x78\xe5\xd3\x1a\x49\xeb\x89\x9c\xa8\xba\xb1\xc6\x89\x0d\x3b\x51\xf3\xea\x41\xff\x20\xec\x56\xdd\x61\x57\x2e\x71\x4c\x59\x3a\x25\x8f\xfa\x4b\x1c\x34\xb8\x14\x15\x5a\xb2\xb5\xf5\x2c\x7a\x5d\xb9\xaf\xfe\x36\x26\xae\xd2\x20\xf6\xc5\x62\x6a\xd6\xd0\xeb\x71\x3b\x60\xff\x22\xa7\x11\xbc\x11\x96\xa2\x2f\xc4\xd3\x68\x42\xd2\x13\x72\x2b\xae\x77\xad\x91\x3a\x42\xb2\x75\xab\x67\x4c\xa3\x1a\xac\xf2\xa0\x67\x8c\xa3\x03\xab\x11\x93\x15\x6e\x2d\x6f\x90\x9f\xab\xd2\xf4\x0b\xd0\x4b\x6b\x48\x22\x08\x83\x83\x9d\xa3\xbd\xc7\xde\x40\x6c\x40\xb0\xf1\x48\xd4\x58\x11\x8b\xe8\x85\x8d\x49\x62\x93\xe7\x11\x96\xaf\x4d\xa1\x46\x91\x03\xdd\x6a\xe9\xdb\x69\xe5\x56\xf1\xd0\x20\xe8\xdb\xef\x0b\xc7\x57\x0f\xb4\x4c\x43\xec\xad\xd5\xe8\xd2\x50\xd6\x75\x74\xe1\x61\x34\x11\x61\xa0\x65\x61\xbe\xa3\x4e\xc2\x5f\xe2\x7a\x31\x6f\x8b\x6c\x08\x2c\x7c\x64\xd2\x3c\x92\x88\x78\x21\xf0\x2b\xe5\x24\x45\xe4\x16\x45\xcf\xa2\xe7\x5b\x45\x40\x15\xe0\xc1\x5e\x57\x98\x0d\x6a\x76\x93\x67\x1d\x05\x0d\x6a\x2c\x08\x6b\xcc\x29\x41\x0c\xb2\x01\x97\x43\xb5\x42\xa7\xe3\xbf\xd7\x9d\xc1\xae\x20\x76\x16\xce\xc5\xfb\x92\xeb\x12\xd3\x89\x15\xd4\xc2\xc0\x72\xf2\x05\x7a\x95\xeb\x57\x9a\x10\xe4\x5a\x15\x80\xbb\x99\x0b\xbb\x67\x55\x77\x10\x3b\x1b\x0a\x6b\x93\x49\x7a\xd5\x7f\x75\x56\x64\x34\xef\x24\xfc\x04\x05\x49\xde\x87\xec\xa3\xf2\x60\x5b\xd0\xc3\xb4\xe6\x02\x4f\xec\x5d\xfa\xd9\x04\x1d\x21\x12\x74\x0d\x98\x20\x5d\x85\xa8\xae\xc7\xa9\x63\xcc\x6b\x56\x0d\x8c\x3f\x2c\x4b\xa7\x5b\x25\x05\x3c\x63\x96\x56\xc7\x42\x6b\x95\x19\xb5\xcb\x21\x22\x37\xab\x6e\x0e\x74\x87\x44\x42\x2c\x62\x16\xd5\xaa\x51\x69\xcc\xdb\xf9\xa1\x98\x5e\x16\x22\xfe\x06\xde\x97\x3d\x3d\xa0\x98\xf8\x8c\x3d\xe2\x6a\xa1\x3c\xe1\x04\x5b\x3d\x65\x64\x73\x5c\xda\x28\x65\xe7\x25\xe5\xa6\xa9\x15\x87\xc4\xff\xc9\x5e\x56\x1d\x15\xb3\xd8\x1e\x35\xb7\xc5\xd6\x04\xa8\x6e\x81\xc8\x58\x7d\x1d\x01\x8a\xdc\x72\xcf\xa0\xa7\x0a\xdb\xe3\xf6\x63\x8f\x0b\x17\xf9\xb7\x11\x76\x08\x44\xae\x54\xf2\x53\xfe\xb8\x35\x8e\x2e\xe0\x25\x35\x57\x97\x14\x1b\x6f\xea\x37\x96\x69\x0c\x38\x09\x58\x71\x52\xbf\x08\xfa\xb7\x7a\x96\x76\x37\x8e\x53\x4b\xd3\x6c\xac\x5a\x04\xb7\x53\x9d\xce\x29\x45\x9e\x50\xae\xda\xd0\x86\xd9\x2a\xaf\xf3\xbb\x8f\xbf\x28\x05\x5d\xbd\xc9\x61\xe2\x78\xeb\x13\xb4\x1f\x82\xfc\x86\x37\x9b\x35\x1d\x0f\x35\x1f\x4b\x5e\xb6\x4d\x88\x92\xcb\xb3\x5b\xda\x18\xcf\x2a\xf7\x34\x65\x63\xb6\xd5\x6c\xb0\xbc\xac\x90\xc0\x3e\xd5\x97\x64\xdb\x20\x6e\x18\x2c\xb1\x2d\xe8\x7f\xb5\x26\xbf\x58\xfc\x2a\xd5\x46\x97\xd7\xa4\xfd\x32\xfd\x14\x27\x5a\xa7\xc8\xc3\xf2\x7b\xb3\x75\xbf\xbd\x66\x61\x49\x79\x8f\x51\x08\x95\x9d\xee\xfc\xc6\xf0\xad\x0c\x69\x4f\xc4\xd8\x55\x9f\x68\x41\x96\xbf\x87\x09\x1a\x8b\xb3\x64\x08\xac\xd9\x3e\x36\x1e\xad\x30\xa0\xfc\xe6\xe1\xae\x69\x18\x2e\x2f\x48\x14\xf9\xcf\x29\x1b\x69\x08\xd1\x19\x4b\x41\x51\xcb\x70\x86\x9a\x57\xfc\x7e\x50\x2e\x78\x57\x96\xd7\x67\xa1\x8f\x55\x8c\x77\xab\xd1\xcd\xd5\x59\x1d\x19\xe5\x66\x98\x43\xcb\x85\xac\x0d\xf0\xdf\x0d\xbf\x62\x5d\xd1\xee\xa6\x0b\x7e\xb3\x71\x64\x5d\xa4\xeb\x0c\xd2\x22\xa5\xc3\x94\x2e\xda\x5c\xf1\xb2\x9e\x03\x18\x73\x89\xbe\x71\x12\x0b\x2f\x9f\xab\x59\x81\xcb\xab\xa4\xf0\x4f\xe1\xd3\x6b\xe6\x53\x40\x02\x1e\x76\xb5\x6e\x3d\x71\x1f\x42\x56\xc0\x21\xaf\x46\x23\x13\x0e\x52\x4e\xe3\xba\x02\xce\xd1\x5a\x48\xd3\x5d\xe9\x8c\xbd\xd4\x61\xe0\x13\xb3\x80\xf1\xa6\xfb\x32\x3a\xa8\xfc\x59\xc3\x4f\x8c\x5f\xd5\x12\x35\x06\x1b\x54\x93\xc8\x5f\x8c\xcb\x85\xf5\x91\xff\xc6\x37\x22\x3c\x60\x63\x84\xdf\x28\x63\xc1\x54\x92\x1a\xeb\x9f\x50\x44\x89\x27\xb8\x04\xc8\x69\x01\xe4\x00\xd7\x8d\x0c\x18\x8d\x08\x3c\x66\x2e\x06\x73\xba\xee\x23\xaf\x54\x57\x34\x2c\x46\x7d\xa9\x4d\x57\xf5\x61\x9c\xea\xd6\xf3\x60\xd8\x12\x44\x19\x79\x1d\xee\x28\xca\x04\x73\x27\xc4\x60\x4e\xe6\xab\x88\xcf\xf0\x4b\xe2\x3f\x90\x77\x13\xf7\x07\x44\x53\x0f\x52\x38\xae\xcb\x18\xd3\xe8\x35\xc0\x23\xe8\x3a\x78\xbf\xe3\x34\x5c\x89\xec\x30\xaf\x45\x9c\x47\x2f\x54\xbc\x41\xf9\x61\xb0\x9c\x87\x68\x03\xf6\x0f\xf1\x25\x76\x11\x7e\xb4\xe6\x37\xee\x34\xb1\x32\xaf\x89\xd0\x4a\x5e\x1b\x1f\x42\x6a\xa0\x06\xf9\x6f\xa5\x9c\xa1\x67\xbb\xbc\xa5\xc7\x80\x62\xab\xd9\x90\x1f\x33\xac\xed\x6f\x98\x0f\xd1\xc1\x84\xab\xdb\x42\x72\x96\xa7\x23\x22\xc9\xd6\x6c\x02\xf2\x24\xc5\x96\xd0\x8f\x66\x52\x97\x57\x3f\xc4\xe6\xd2\x36\xe5\x8e\xe2\x73\xe9\xf2\x38\x0e\x11\x64\xbc\xf2\x0f\x24\x5f\x81\xca\x5c\xfe\xa2\xe1\x98\x97\xad\x4a\x40\x26\x6b\x5b\xcb\xdf\x35\xee\xa0\x9f\xa1\xa7\x76\x37\x38\x20\x1d\xa9\xc3\x83\x9f\x98\x3f\x11\x8b\xa1\x1a\x7c\x0d\xf2\x0b\xf4\xbc\xea\x14\xfa\x33\x93\x99\x73\x0c\xb7\x98\xe5\xb2\xe1\x1c\x01\xcd\xba\xe8\x77\x8a\xf4\x9c\x2d\x77\x19\xa4\xf6\x72\x7c\xad\x46\x18\x17\x38\xfe\x4d\xa8\xca\x1a\x31\x4d\x17\x55\x1d\x22\xf6\x12\x57\xd4\xce\x17\x9d\x01\xef\xc2\xde\x8a\x8a\xb1\x20\xfc\xbb\xf0\x5b\xa5\x1b\x6a\xb5\xd0\x9c\x5d\x89\x91\x08\x03\x62\xf7\xe2\xa7\x0a\x4e\xf8\x39\x13\xf7\x0a\x52\x5d\x24\x94\x01\x7e\xaf\xf5\x06\xfa\x4f\x5e\xb6\x25\xb7\x7c\x99\x61\xb7\x5a\x57\xe9\xa6\xaf\x10\x02\xd5\xde\xba\x35\xf4\x6d\xb5\xab\x35\x37\xd0\xf2\xba\x0a\x35\xb7\x1c\x87\x38\xa2\x72\xce\xfc\x85\x4e\x55\x18\x63\xba\xb0\x5f\x65\x6f\xd6\x94\x10\xae\x4b\x3d\x5d\x12\xc9\x5f\xc5\x73\xac\x5b\xe9\x44\x41\x96\xe9\x68\x29\xaa\x1d\xaf\xf4\x28\xd7\xb4\x72\x79\x7f\x55\x1e\x69\xa6\x52\x77\x57\xdf\x6f\x8c\x44\x9e\x86\xad\x35\xbf\x2d\x7d\x04\xdf\x65\x62\x67\x6c\x45\x55\xe9\xef\x44\xf7\x63\xd7\x6a\xbe\xac\x3e\x44\x58\xab\xbc\xea\x62\x47\x06\x65\x89\xd6\xcf\xe8\x73\x44\xf6\xc6\xc9\x92\xfb\xbd\x1c\x45\x74\xb9\x6d\xf7\x6a\xee\x7f\x95\xeb\x3b\xf6\x50\x7e\x54\x57\xb6\x2d\x44\x2e\xab\xdd\xd7\xbc\xb9\x34\x07\x9e\xd0\x80\xca\x08\x43\x7e\xaf\x8f\x8e\xce\xc4\x5c\xd3\x1f\x5d\xad\xc7\xdf\x55\x7f\x74\xb1\x21\x07\xc9\xfb\xa7\xb8\xd3\xae\x8a\xb6\x1a\x57\x96\x40\x5b\xc6\xe4\xed\x65\x4d\x03\x0e\xdc\xf2\x8a\x33\xbd\x1b\x28\x50\xd5\xdb\xae\x74\xc4\xbe\xda\xc4\xf6\x35\x25\xdf\xea\x2e\x37\x4f\xa6\xbf\x47\xaa\x1a\x56\x44\x7b\x63\x30\x26\xd7\xd5\x0a\x3c\xa4\xdd\xe6\xb2\x92\x74\x55\xb1\x7b\x0a\x8d\x06\x89\xed\x9b\xff\x22\xd6\x94\x80\xfa\x0a\xe2\xb7\xb2\x37\x12\x25\x89\x5f\x59\x0b\x75\x90\x73\xab\xff\xc3\x5e\xa5\x44\xc1\x7a\x2a\x57\x52\x23\x10\x65\xd9\xb3\x69\xc5\xe8\x94\x98\x47\x74\x0d\x4e\xb0\x7a\x90\xf1\x8e\xf8\xdf\x02\x0e\xd4\x48\x1d\x06\x00\xd6\x61\x70\x5a\xd3\x67\xc2\x92\xf2\x1e\x5d\x0f\xe1\x52\xe5\x6d\xf1\x13\x22\x58\x33\x17\xfc\x4d\x42\xc0\x2a\xb1\xe1\x64\x22\xfc\x4a\x45\x1b\x45\x8e\xda\x94\xd5\x40\x3d\x86\xf9\x14\xa3\xa5\x3b\xe2\x5f\xac\xa6\x32\x54\x64\xfb\x05\xd5\xd0\x46\x1a\x1c\x00\x58\x2a\xb0\xa6\x69\x11\xee\x4e\xd5\x7b\xed\x5d\xfc\x50\xcd\x4b\x71\x08\x01\x0f\x7b\x02\x66\x10\xb9\xf0\x8f\x18\x33\xa9\x1b\xb5\xaa\x62\x36\xf9\x0a\x06\x96\xb5\x84\xea\x85\x9b\x88\x59\x4b\x53\x10\xa1\xd5\x01\x8c\xc5\x94\x8d\x0b\x52\xc1\x8f\xf4\x2c\x00\x60\x25\x82\x2f\x2d\xcf\x30\x1d\x88\x23\xea\x7f\xb1\x4d\xa8\x74\x61\x29\xce\x8c\xde\x4d\x3f\x81\x3f\x85\xcd\x42\x6f\x22\xce\xc1\xcf\x28\x7b\x4d\x42\x13\x2e\x66\xae\x22\x3f\x23\xed\x8e\x86\xa8\x74\xca\x35\xdf\x33\xf4\x60\xba\xc3\x82\x05\x60\x28\x58\x05\x00\xcc\x6e\x66\xa4\xb9\x14\x95\x49\x58\xa1\xaa\x45\xb3\x88\x5e\xfc\x0b\x98\x11\x92\x33\xad\x0c\x67\x4f\xf6\x43\xcd\xc1\xb3\x29\xd5\xa5\x37\x88\x00\xb5\x3d\x63\x03\xa9\x97\xf6\x39\xea\x32\xa5\x9c\x01\xfa\x22\x69\x89\xd0\xac\x05\x8e\x0c\x14\xb3\x0b\x58\x02\x7d\x61\x8d\x9a\xa2\x10\x39\xf4\x71\x85\x14\xd9\xc3\xa8\xe2\xc5\xa2\x9e\x32\xce\x53\x3e\x63\x10\x60\x29\xe2\x2a\xce\x06\xb2\x2a\x39\x86\x1f\x86\x46\xd2\x0b\x88\x14\x26\x32\x6a\x19\xb9\x90\xb5\xc1\x77\x2a\xb5\x92\xed\xb9\xc0\x86\xde\xc9\x7e\x01\xd0\xa1\x8d\x1c\x0f\xbd\x19\x76\x54\xd8\x21\x5b\x01\xf7\x11\x12\x39\x56\x88\x4e\x61\x30\xe9\x25\x2a\x5b\xf0\x01\x3e\x05\xb3\x50\x70\xa0\x78\x0d\xf6\x3f\x01\x67\x93\x3d\xfe\x85\x20\x26\xd2\x87\xf8\x43\x60\xbd\xaa\x9a\x12\xca\xdf\x37\xff\x25\x6d\x90\x9f\x68\xe5\x02\x52\x78\xeb\x34\xb7\x6a\x04\xba\x28\x71\x23\xcc\x53\x1b\xc0\xdc\x5e\xf7\x97\xc6\x93\x70\x0d\xd1\xa2\x9e\x02\xf3\x45\xa9\x94\xf7\x8a\x0c\x18\xad\xa2\x37\x6d\x17\x6e\x97\xbc\x30\x62\x01\xe1\x83\xf4\x85\xcf\x56\x72\xa1\xa4\x74\xfe\x20\xf5\xbb\x48\x6e\x85\x65\x3c\x12\x2c\x51\x1d\xa9\xfa\xd0\x32\x24\x54\xd6\x0c\x37\xdd\x05\x07\x61\xa4\x86\x4f\xb8\x6f\x70\x98\xf9\x4f\x0d\x0f\x49\x34\xbd\x2d\x74\x43\x9b\x0c\x7b\x53\x99\xd8\x3b\xba\x82\xf5\x01\x84\x50\xf5\x4e\x9f\xb9\xa4\x5d\x8a\xeb\xf3\x31\x54\x9a\x54\x67\x75\x84\x41\x17\x1e\x55\x1e\xab\xaa\xed\xaa\x10\xec\xa8\xf1\xea\x48\x62\xbc\xa8\xfd\xd0\x66\x83\x4b\xad\x7b\xd9\x3c\x5c\xfd\x0f\xe2\x57\xa3\x7f\x81\x1e\xed\x63\x16\xa4\xda\x63\x41\x63\x4b\xf8\xdf\xf8\x7b\xba\x1a\xef\x7b\xa4\x1a\xd5\xbd\xf9\xb5\x54\x7f\xd9\x23\xab\x0f\x8c\x50\x51\x95\xd2\xa6\xf2\x53\x7f\x82\x60\x6e\xf5\xee\x9e\xd7\x8c\xba\x5a\x49\x17\x1c\x7b\xb9\x8e\xd5\x7e\xb0\x1a\x42\x68\x5a\x1e\x15\x44\xa0\x0e\x34\x9e\x4f\x39\x85\x75\x30\xe3\xc3\xfb\xf1\x14\xc3\xa0\xf7\x15\xe2\x6f\x8d\x6a\x3e\x87\x32\x29\x7f\x65\x9d\x40\xbf\x21\x3a\xa2\xff\x8f\x76\xae\xc4\x5f\xb6\x8a\xee\x52\x76\x88\x7d\x8e\x4e\xae\x0c\x27\xb1\xe8\x1f\xab\x8f\xd4\x15\x30\xe4\x30\xc2\xe6\x5c\xd0\x17\xb1\x36\xed\x2b\xf8\x0c\xed\xbb\x1e\x09\xed\xc5\x55\xad\x7c\xcb\x1c\x26\x4e\x38\x3d\x61\xdd\xa5\x9a\x01\x80\x23\x62\xfc\xd1\x87\x52\xb5\xe5\x39\x52\x36\xcd\xba\xd2\xc8\xf6\xa5\xf1\xaa\xcf\x13\x1f\xd2\xdd\x60\xce\xb0\xe3\xf4\xb3\x70\x49\xd1\x25\x86\x08\x35\x33\x4d\x0a\x16\x61\xfe\x5a\xef\x06\xc5\xe2\x77\xaf\xdc\xcd\x4c\x27\x5d\x75\xfa\x9b\x65\xa2\xc5\x01\x00\x27\x0f\x4c\xd7\x91\x28\xf9\x55\x8d\x92\x13\x94\x57\x35\x3a\x16\x8f\xaa\x82\x49\x88\xe1\xb4\x58\xb8\x1e\xe6\x4d\xb7\x43\x9e\x2a\x4a\xa1\xdf\xc0\xcc\x49\x9b\xcb\x18\xc7\x29\xc3\xcf\x82\x47\x89\xeb\x56\xaa\xa0\x87\x94\x99\x4e\xb7\x58\xb1\x74\x4f\x00\xe0\x38\x81\x13\x9a\x63\xa4\xa5\x08\x3f\xf1\x6c\xd2\x2b\x64\x0f\x74\x9e\x7c\x04\xed\x8c\x3f\x45\x69\xc2\xec\xad\x79\x4d\x95\xe1\xd8\x85\x6b\x69\x5c\x42\x7e\xea\x4a\xba\x9e\x94\x1b\xbe\x92\xb1\x9b\x02\xae\x4c\x85\xac\x68\x47\x9c\xce\x33\x65\xa0\x17\x00\xb0\xe9\x4c\x47\xb5\x23\xfe\x3d\xde\x56\x28\x21\xbc\x22\xac\x00\xd1\xc4\x67\xc4\x10\x9c\x8c\xf4\x82\x54\x51\x7d\x99\x02\x90\x7b\x0b\x22\xa8\x8b\x29\xdf\x53\x8a\x68\x79\x34\x5c\x98\x91\xde\x4b\xff\xb3\xd2\x1a\x9c\x0f\x0e\x38\x9d\x82\x8e\x31\xf3\x00\x80\x75\x9e\xc5\x51\x46\xe1\xa6\xd3\x98\xfc\x77\xf8\xc5\xf4\x85\x0c\x7b\x82\x1f\x7d\x00\x9b\x42\xcc\x63\x64\x55\xed\x21\x69\xc1\xd9\xf9\xf1\xe4\x0b\xe0\xad\x64\x39\xd5\x1b\xda\xbd\xee\x0f\xad\x93\x39\xb0\x62\x1b\x63\x1d\xab\xcf\x69\x1c\xfc\xc3\x96\x01\x00\xcb\x9d\xfd\x42\x36\x8a\x3e\xc2\xdf\xcd\xd5\x62\xae\xf3\xb7\x52\x27\x70\x36\xfc\x26\xf4\x06\x7c\x1e\x9f\x55\xf1\x8a\xb0\x97\x8f\xcc\xdd\x4e\x5a\xc9\xcf\x4f\x8a\x22\x8f\xf2\x13\xd6\xd9\x51\x73\xf8\x7e\x2b\x16\xd2\x9d\xf8\x4e\x4e\xc3\xa0\x3d\xef\x38\x00\x30\xd3\xb8\x9f\x24\x33\x90\x64\xf5\x45\xf6\x1c\xd4\x4d\xd5\x3b\x32\x1b\x13\xa3\xb2\x41\xae\xc6\xee\x54\x3a\x97\xcf\xc7\x47\x2b\x96\xe6\x2c\x24\x5c\x93\x2f\x4a\x78\x4e\x92\xc8\xec\x42\x01\x4a\x96\xe4\xf2\x72\x3c\x6d\x9d\x58\xe0\x44\x63\xe4\x09\x1f\x02\x00\xd4\xcf\x9f\x10\xfe\x05\x7f\xdf\xb8\x1d\xfa\x83\x64\x35\xcc\x25\xea\xd0\xd6\xe6\x52\x38\x16\xa3\x35\xb5\x95\x2a\x71\x81\x86\x73\x59\xe3\xf8\x67\xba\x2b\xf1\x17\x88\x7b\x35\xbb\x42\xdc\xc9\x4d\xaa\x02\xaf\x09\x6a\xa3\x7c\xdc\x29\x8c\x7e\x51\x32\x0e\x00\x50\x90\xb0\x4c\xf0\x14\x4e\x68\xf7\x84\x82\x11\xdf\x5a\x63\x08\x37\x51\x8a\xe6\xe0\xba\x53\x18\xb7\x46\x97\x92\x6f\xd8\x71\xf3\xdd\xac\x78\x3c\xd7\x44\x89\x47\x10\x8b\xf5\x37\x82\x27\xc9\xf1\x9a\x7f\xbd\x0c\xd4\x54\xe5\x56\x27\x6f\xba\x4c\x66\x0b\xb8\x81\x6f\x85\x5f\x05\x71\x70\xfb\xee\x49\xb0\x0b\xa1\xe9\xdc\x4d\x28\x40\x79\xb6\xa3\xea\xf2\xd1\x63\xad\x40\x49\x03\x36\xaf\x09\x93\xf9\x09\xef\x6c\x69\x8b\x0f\x20\x7c\x30\xe9\x83\xfb\x48\x7f\xeb\xdd\xbc\x04\x94\x87\xea\x4c\xa7\x20\xba\xb7\x7c\x2a\x40\x05\x25\xa2\x72\xa9\x3b\xeb\x4a\x49\x10\xfb\x39\xeb\xdf\xb2\xbd\x94\x0c\xd6\x93\xca\x95\xc8\x7e\xf6\x8c\xea\xbe\xf2\x00\x76\x0c\x2c\x3f\xfb\x5f\x36\x84\xf0\x4c\x28\x61\x9f\x40\x7b\x07\x73\x39\x9e\xb8\x7c\xcf\x1b\x9c\x26\xe2\x21\x47\x7f\x6e\x1c\x55\x0f\x00\xbc\x5a\xc6\x3b\x09\x92\x79\xb2\xdc\x95\x9d\xc4\x7c\x5e\x59\x45\xde\xc5\x9a\x5a\xdd\x8c\x9c\xcf\x8a\xab\x7d\x50\x36\xc8\x52\xc0\xb3\xb3\x71\xac\xdb\xc8\x47\xf1\x1f\xd9\x11\x98\x2d\xc1\xeb\xd9\x63\x78\xb3\xe7\x7e\x4e\x34\x69\x97\xa3\x27\xe7\x0f\xcd\x17\x00\x78\x7e\x60\xa8\x78\x00\x3a\x50\xb5\x92\x65\x81\x5e\xd5\xac\x25\xcf\x65\x7a\xc3\xc2\x11\x20\x93\x02\xdf\x50\xb6\x80\x79\x09\xc9\xc8\x7a\xc3\x0a\x41\x5f\x8e\x17\xb3\x86\x70\xa5\x41\xef\xd9\xc1\x44\x5b\xcf\x56\xf6\x75\xf2\xdf\x8e\x7e\x9c\x21\xda\x0f\x00\xe0\xbe\x06\x87\x84\x4f\x18\x9d\xf0\x6c\xe8\x2b\xe3\x27\xe2\x0f\x51\x06\xd6\xa1\x04\xf0\xa5\xe0\x3d\x8c\x5f\xc9\x1b\x08\x86\xfd\x93\xf9\x0c\x7a\x8d\x7f\x15\xd7\xcb\x14\x93\x80\xa0\x6a\x56\x30\xc5\xdb\x13\xc9\xfa\x46\xa3\x39\x26\xb0\x3f\x30\x5e\x03\x00\x37\x1b\x7a\x25\xa8\xa1\x89\x71\x33\xc0\xdd\x74\x47\x7c\x14\x61\x33\xbd\x8d\x50\x51\x37\x9b\x11\x41\x6c\x28\xfe\xc1\x78\x42\xfa\x2f\xd3\x09\xd4\x53\xaa\x36\x7c\x86\x36\x52\xdf\xad\x7d\xc3\x5c\x4e\xd7\x7a\x86\xb3\x9c\xc0\x54\xc7\x2c\x76\x20\x73\x06\x00\x70\x7a\x59\x05\x7c\x2f\xca\x08\x75\x1e\x23\x8f\xba\x99\xfa\x0f\x7e\x15\xf5\x1d\x4d\x56\xfb\x83\x36\x4a\x4f\x29\x9e\x4a\x87\x18\x1e\x19\xd1\x8c\x44\x70\xfa\x86\x14\xd0\x03\x9a\xbe\x16\x84\x3c\x98\xf3\x3d\xed\x99\x21\x2c\x7f\x47\x0a\xab\x92\xed\x0f\x00\xec\x1b\xec\x53\x1c\x31\x29\x9b\x7b\x98\xb6\x80\x3c\x87\xfb\x18\xf3\x95\x7c\x9f\xfb\xbd\xfa\x0f\xe5\x38\xcf\xaa\x28\x95\xba\x97\xe7\xbc\x69\x2f\x6d\x94\xb7\x26\x76\x0a\x7d\x27\x2f\x35\x50\xc9\xb8\xc3\x2b\x5b\x2a\x80\x9c\x79\x58\xc7\xcd\x4c\x3c\x2f\x1e\x00\xd8\x73\xb9\xbb\x98\x8f\x09\xc9\xca\x64\xb2\x9c\x18\xa7\x10\xa3\x46\x48\x81\xf2\x9b\x95\x6f\xc9\xeb\xe4\xae\x05\x10\x25\x5d\xb6\x79\xe3\x32\x2a\x52\xaa\x8a\xde\x41\xb3\x48\xb6\x05\x68\xe8\xf7\xc5\x7b\x3c\x1e\x83\xeb\x45\x9d\x8e\x4b\xa1\x03\xc2\x00\x00\x60\x61\xf9\x58\xf0\x2e\x7e\x8a\x99\x46\xdc\x8d\xff\x53\xbf\x04\xf1\x90\x38\xcd\x38\x54\x91\x4f\x5a\x6a\xf0\xc9\x9f\x4f\xde\xa8\x33\xa5\x7e\xa0\x48\x35\xf7\xa3\x0e\x53\xaf\xaa\xed\xfd\xc7\xe9\xfe\x8a\xff\x3c\x62\x19\xed\xb2\x76\x87\x7f\xa0\x50\xf1\x33\x00\x60\xbe\x13\x3c\x07\x6d\x70\xc8\xe6\xed\x84\xaf\x78\x46\x93\x23\x22\x98\x50\xdf\x90\x54\x7e\x80\xb8\xcd\x8c\xce\x33\x92\xee\x9b\xc8\xa9\x62\x8a\xa7\x21\x37\x0a\x41\x85\x74\xb6\xfe\x20\xed\x96\xba\xc6\xc3\x8e\x91\xa9\xa0\x38\x9c\x01\xdf\x48\xdd\x00\x80\x39\x28\xe4\x31\x2a\xb0\x2f\x3b\x42\x09\x08\xbc\x5d\x5b\x01\x7c\x2f\x21\xa0\x25\xa5\x3c\x97\x98\xd2\xb4\x3c\x2f\x9a\x44\xb1\xdc\x4a\x8d\x23\x1f\xa8\x2f\x8e\x5a\x4f\x9d\x6f\xe8\xf4\xcf\xa7\x51\xb4\x3c\xf7\xd7\xf4\x97\x2a\x6b\x87\xbb\xa0\x54\xe6\x0a\x00\xcc\xf5\xc2\xff\x68\x99\x92\x6d\x25\xe9\x38\x57\xc9\x92\xb2\xcb\xb0\xb5\xe2\x96\xca\x4d\x25\x42\xb1\x5f\xf5\xa9\x6c\x57\xd1\x09\x18\x25\xf1\x9b\x28\x13\x91\x16\xbe\x5f\xf8\x37\xba\xdc\x77\xb3\x10\x8f\x6b\x72\xc3\x0b\x67\x91\x1c\xa6\x9f\x17\x9c\xa3\x5e\x01\x00\xc1\xbf\x60\x28\xb5\x47\xdc\x5b\x3e\x15\xab\x11\xfb\x55\x66\xd4\x1e\x15\x9d\xa8\x56\x95\x38\x8b\x30\xb5\x17\xb3\xb6\x8b\x5c\xe0\x09\x89\xad\xc2\x3d\xc8\xc7\xe1\x18\x61\x11\xe6\xa0\xaf\xb7\x10\xc0\xef\x71\xab\x11\xec\x20\x3d\x9d\xfe\x50\x20\xa0\xe5\x02\x80\x60\x0c\xac\xa3\xbc\x14\x35\x55\xbe\xc0\x7c\x12\x45\x56\x7f\xa8\x8d\x17\x3e\xaf\xfd\x52\xdc\x24\xdc\x02\xb7\xca\x8a\x15\x22\x91\x1b\x12\xc3\x85\x2e\xe8\x91\x70\x17\xc1\x39\x5c\xfa\xaa\xef\x02\x19\xd1\xde\xad\x50\xb0\x89\xfc\x61\xfa\x07\x81\x1f\x7d\x06\x00\x08\x90\xe0\x19\xf2\x16\xc1\x40\xdd\x20\x7a\x9b\x80\x83\x48\xac\xb1\x12\x94\x22\x6f\x6e\x16\x09\x82\xd0\xe6\xcc\x6c\xc1\x6c\x2c\x33\x01\xc1\xff\x1b\x2f\x0c\x43\xf1\x87\x89\xbb\x56\xa9\xf8\x12\xf2\x47\xb7\x58\x3e\x89\x56\x36\xc3\x99\x4f\x63\x5c\x01\x00\xfe\x09\xe8\x3d\xc9\x93\xf7\x0b\xd3\x88\xaa\xe5\x4d\x62\xbf\x56\xbd\xe3\x0d\xe3\xe3\x8a\x14\xbc\x2e\x42\x63\x06\x89\xd7\x42\x9a\x13\xdf\xcf\x93\x91\xfb\xd6\x9d\xe7\xd1\xa8\xa5\xab\x02\x79\x6c\xfa\x32\x37\x1f\x9e\x1a\xb4\x9d\xb1\x96\xb7\x13\xba\x08\x00\x7c\x67\x56\x2a\xe1\x14\x77\x03\x39\x0c\xb9\x9a\xbb\x9c\xe2\x52\x79\x85\x3b\x97\xf2\xaa\x50\xc2\x5d\x4e\xbd\x9e\xae\xe2\x46\xd2\x6e\xc7\xdd\xe3\xc6\xd1\x3f\xae\xf3\xe1\x6e\x04\x97\xfb\x5c\xe4\x42\x10\xd2\xcd\x91\xbb\x95\xb9\x7f\x46\x36\xf7\x2d\xeb\x2a\x00\xf0\xd0\xec\x6e\x7c\x02\xeb\x5f\xb6\x13\xbc\x82\xf5\x83\x0d\xaf\x98\xc2\x9e\xcb\xee\xcb\x1f\x67\x17\xb1\xff\xd9\xf8\x9a\xdd\xcc\xf1\xdb\x40\x61\x9f\xe5\x48\x43\xbe\xb1\x7f\x73\x9e\xf9\xd8\x72\xe2\xb9\x69\xae\xbb\x38\x5a\x6e\xe7\x0c\x18\xe7\x03\x77\x0b\x00\x70\xa9\x5c\x2a\x66\x37\xf4\x46\xba\x15\x16\xce\x5c\x23\x0d\x2f\x7d\xcd\xe4\x4b\x76\xe4\xad\x62\x1e\x91\x24\xa4\x75\xb3\xe6\x88\xaf\xc4\x16\xb3\xea\xc4\x85\x21\x33\x59\x13\xa2\x8b\xde\xe5\x6c\x5f\xd1\x3a\xd7\x14\x76\xaf\x90\x3c\x23\x8f\xe3\x27\xc8\x01\x00\xce\x5f\x7c\x1b\x54\x2b\xb8\x43\xbf\xaf\x06\x0d\xfe\xd0\x1d\x2f\x61\x41\x99\xda\x2d\x39\x27\xa0\x11\x8d\x38\x15\xcb\x74\x52\x67\xc7\x14\x30\xc5\xaa\x29\xc1\x99\xcc\x5f\x8a\x86\x95\xdb\x59\x0c\xd9\x07\x97\x03\x6c\x6b\xa9\xcd\x0c\x57\x76\xbb\xe8\x20\x00\x70\x62\x04\x65\xc8\xe7\xe0\x72\x33\xa5\xfa\x30\x08\xd5\x47\x14\x3f\x00\x6f\x1b\xef\xe4\x44\x40\x11\x86\xba\x94\x1f\x50\x8f\xee\x56\xf4\x67\xa6\xbb\xd6\x27\xd8\x96\xd9\xad\xce\x5e\x49\x61\x79\x28\x57\xbb\xc8\x59\xa3\xb2\x2d\x33\xec\xd9\xb9\xe2\x0b\x00\xc0\xfe\x28\x78\x86\xac\x64\x8c\x36\x49\xab\x63\xc1\xe9\x8d\x6e\xc5\x38\x90\x60\x11\x66\xdf\x05\x27\xea\xcf\xa7\x6c\x85\x82\x8d\x1f\xa3\x0f\x41\x3b\xf5\x6f\x82\xee\x33\xa3\xb4\x7b\x57\x16\x32\xf7\xaa\x17\xbb\x90\x59\x49\x8a\xf9\x33\x9c\x58\xaf\x24\x07\x00\x80\xad\x11\x66\xd5\xbc\xd0\x8f\x96\x3c\x28\xbd\xab\x23\x94\x67\xe7\x7d\xd5\x46\x55\xee\xdf\xb4\x59\xe3\x52\xb3\x2e\xde\x4d\xf5\x12\xf6\x22\x3c\x4d\xd9\x85\xb8\xe4\x27\x53\xa4\xa3\x3f\x2f\xbd\x23\x7b\x89\x8f\x77\x7a\x2e\x15\x91\xfe\xb2\x65\x49\x82\x68\x28\x00\x10\x2f\x00\xaf\xd5\x18\x75\xdb\xcb\x93\x4a\x45\x5a\x59\xa5\x24\x6f\x44\x53\x5b\x7d\x62\x93\xa3\xba\x18\x36\x2b\xee\xba\x2a\x09\xae\x0c\x77\x50\xce\x42\xc5\xf8\x6d\x96\x9f\xc2\xae\x59\x7a\x52\x06\x11\x22\x9c\xde\x4b\x57\x92\x19\xb6\xad\xe2\x7f\x69\xe7\x01\x40\x74\x07\x7c\x5a\xe3\xaf\xdd\x5d\x79\xb5\xd4\x5d\xd3\x51\xfd\x34\xaf\x50\x2d\xab\xfd\xb6\xf1\x80\xaa\x19\xee\x10\x27\x51\x36\x21\xcb\xc2\xce\x2b\x88\xe8\x07\x7e\xcb\xe4\xe1\xb8\x86\xa5\x23\x32\x80\x88\x72\xfa\x2a\x39\x42\xa9\xb5\x3d\x26\xd6\xd3\xd1\x00\x20\xd2\x42\x61\xd5\xd3\x35\xab\x61\x3f\x4a\x9c\xd5\x0b\xe0\x67\x73\xab\x55\xcb\x91\xb8\xb4\xe7\xca\xf5\xe8\xf8\x0d\x37\x14\x49\xd8\xf8\xb0\x75\xf2\x10\x3c\x7a\xcd\x88\x6c\x3e\xf1\xc8\x52\x8a\xe4\x37\x65\xd1\x3c\x40\x7c\x9f\x66\xb6\xfd\x24\x9a\x04\x6d\x01\x40\xf8\x88\x19\x5b\xf9\x48\xb5\x11\x2d\x2d\x06\x94\x70\xcc\xcf\x1c\x94\x42\x80\x2b\x4f\xb3\x97\x6f\xc7\xdf\xda\x30\x47\x76\x93\x48\x5f\xa7\x91\xde\x27\x87\xae\x59\x2e\xb9\x45\x9d\xbf\x34\x48\xfc\x92\x3e\x6d\xde\x54\xd1\x27\xd0\xce\x2e\x50\x64\x05\xdd\x03\x00\xa1\x27\x4b\x5c\x71\x4c\xd1\x4f\x44\x16\xfd\x92\x9f\x27\x99\xb3\x09\xb2\xf7\x64\x59\xea\x32\xd9\x7a\x4a\x67\x6c\x92\x94\x4e\xbd\x11\xfa\x40\x62\xa6\x2f\x5f\xdd\x2a\xee\x63\x28\x3d\x5e\x89\xee\x41\xd3\xe6\xcd\x14\x39\x31\x05\x76\x08\x61\x28\x6b\x0f\x00\x08\x50\xec\xb3\xe5\x65\xb2\x52\xc8\x52\x68\x92\xf6\x32\xe7\x66\x2d\x97\x7c\x62\x8a\x53\xac\x24\x05\xac\xa9\x31\xb9\xe2\x6d\xac\xc6\x50\x67\xd1\x67\x76\xe8\xea\x29\x22\x7f\xf6\x1d\x0f\xb3\x50\xc4\x91\x38\x7d\x13\xdc\xe6\xce\xb1\x3b\x2a\x58\xca\x4d\x05\x00\x7e\x0d\x97\x52\x2a\x93\xc8\x45\xd3\x0b\xa6\x8a\x9f\x0b\x1f\x65\x9c\x12\xe7\x08\x4f\x24\x9d\x17\x9d\x15\xb6\x47\xa7\x89\x22\x85\xdc\x90\x50\x61\xb7\xb0\xc8\x37\x5f\x68\x25\x5c\xe5\xb1\x42\x80\x17\xbc\x73\x3a\xc3\x7f\x22\xa0\xdb\x5d\xe0\xe7\xf0\xbb\x00\x80\xd7\xc7\x9b\x2c\x99\x23\x5e\xa1\x5e\x9d\xd7\x2c\xea\x53\x49\xd3\x05\x22\x6f\xe5\x99\xc4\x6d\xc2\x51\xa5\x75\x54\x85\x30\x50\xb1\x36\x98\x22\xd8\x27\x4f\x5f\x75\x4c\x10\x2e\xcb\x71\x1f\xe1\xef\x94\x2e\x72\xc2\xf0\xc3\xc4\x1a\xbb\x71\xde\x1e\xe1\x21\x00\xe0\x2d\xe2\x7f\x2e\xc6\x8b\x1a\xf4\x84\xbc\x19\xa2\x25\x3a\x75\xfa\x14\xe1\x90\x56\x9e\x98\x2c\x0c\xd2\x40\x51\xf6\x82\xfd\xea\xe2\x60\x7f\x41\xba\x6a\xc9\x2a\x1d\xff\x8e\x62\xdc\x5d\xc8\x2f\x92\xcf\x75\x4a\xe3\xdd\x97\x02\x76\x63\xbc\x3a\x51\x1f\x00\x70\xaf\x0a\x60\x9b\xdf\x8a\x16\xd7\xbb\xe4\xb6\x09\xfb\x4c\xb6\x9b\x06\x84\x21\x86\xb3\x09\xbf\x05\xfb\xf5\x82\xc8\x6b\x82\x58\x9d\x7b\xf0\x74\xfe\x6d\x4d\xe3\x2a\x36\x9f\xa8\x7a\xee\x4e\xe5\xbd\x52\x9c\x77\x8a\xe3\x11\x64\x71\x76\x67\xb8\x3f\xc5\x2c\xe0\xff\x28\x2c\xeb\xb7\xa8\xf3\x36\x0a\x7f\x30\x50\x01\x51\x90\x12\xa4\x3b\x14\x29\xe9\x06\x29\xe9\x18\x18\x98\xee\xee\xee\xef\x74\xd2\x6d\x77\x77\xd7\x9a\x6b\xf7\xda\x9d\x6b\xac\x5d\xeb\x5a\xef\xf5\xfe\x03\xe7\x7a\x7e\xb8\x9f\x73\x6e\xa0\x62\x42\xa7\xea\x2f\x2e\x70\xef\x50\x55\x69\x46\xa7\x20\x6f\x97\x0c\x0d\x7b\x63\x0a\x73\xde\x0f\x26\xe3\x8e\xa6\x5e\xee\x4f\x27\x6a\x13\x9a\x7b\xc7\x52\x24\xe1\xd3\xbb\x36\xd3\x37\xfa\xe9\x1c\x95\xec\x70\xb7\x77\xd6\xcb\xbc\xfd\x60\xad\x19\x2f\x4a\x06\xc0\xf0\x5b\xda\x59\xbf\x62\xfe\x64\xe4\xb6\xaa\xe6\x91\x18\xf4\xa3\x12\xd6\x50\x09\x6e\x46\xce\xc9\x01\x11\x81\x91\xba\xae\xaf\x8b\xf4\x5f\x42\x46\x0f\x95\x7a\x28\xdc\xb9\x2b\x9a\x71\xd8\xcf\x68\xbf\xc2\xfe\x32\xd9\xc5\xca\xe0\x97\x81\xb3\xe6\x69\x22\x01\x00\x86\x3d\x52\x4b\x3d\x73\xd4\x0d\xe3\x59\x15\x38\x9c\x8f\xf3\x2e\xc9\x18\x64\x11\x22\x72\xba\xfa\xf7\x92\x8a\x52\x25\xbd\x8f\x28\xcb\x12\x3c\xba\x4f\xd3\x73\xc3\x5e\x77\xf6\xb1\x5c\xfd\x8c\xf6\x7a\xee\xb8\xc9\xc1\x96\x5f\x02\x0f\xf0\xd9\xb4\x4d\xf4\x05\x00\x03\x51\x7a\xac\x6e\xe1\x30\x9e\xf0\x57\x25\x6c\x70\x1b\x49\x5b\xac\x1e\x00\x94\x8c\xec\x9f\x7d\x75\xb4\x88\xd4\xf1\x3d\x26\x46\x7e\xfc\xae\x2e\x23\xcb\x10\xb6\xd9\x41\xe2\x7c\xf1\x13\xd8\x0a\xf8\xa2\xc9\x25\x96\x29\x22\x67\xa7\x52\xe3\x03\x09\x16\x00\xfd\x0a\xd9\xa6\xda\xcf\x83\x2b\xa8\x97\x2b\x96\x0e\x78\xd0\x2b\x8b\xce\xf7\x09\x18\x07\xb2\xd1\x3d\x37\x59\xad\x29\x9a\xee\x28\xce\x8c\xf8\xda\xce\x0c\xee\xef\x30\xaa\x7d\xa6\x60\x9c\x1f\xd9\x1a\x23\x8a\x99\x4c\x34\xfb\x49\xf2\x9d\x86\x8d\x40\xe6\x09\x80\xee\xaa\xfc\x7e\xcd\xb7\x01\x6f\x76\x59\xf9\xc5\x3e\x2b\x07\x51\xe4\xd7\xf3\x8d\xcb\xcd\x3a\xd8\xcd\xe6\xed\x4c\xfe\xb7\xf3\xa2\x20\x20\xee\xb1\xfd\xb3\x70\x20\x2c\xc4\xfa\x53\x1c\xe3\xd7\x68\xf1\x96\x3c\x9d\x6c\x30\x45\xc9\xd4\x4e\x6f\x0d\xd1\xf2\xd3\x00\xe8\x26\x2b\x3d\xaa\xff\xee\xbd\x2d\xee\x28\xbb\xd9\xc3\x96\xb8\x15\x96\x74\xfd\x96\xec\xc8\x72\xed\xb4\x4b\x19\xc9\x14\xc7\x44\x59\x4e\x9c\xc0\xd6\x20\xf7\x0a\xbd\x6d\x81\xe4\xff\xfa\x55\x98\xb6\x28\xde\x4c\xde\x6b\xb8\xa5\xdc\x34\x06\xaf\xfb\xad\xf2\x05\x00\xfa\xa1\xea\x99\xb7\xa6\x67\x8a\xfa\xcb\xdc\xeb\x5d\xbb\x34\x6e\x05\x6d\x9d\x78\xcd\x8c\xcc\x72\xc7\x38\x4d\x76\xd2\x9f\xb6\x01\x0d\x2e\xf6\x83\x75\x9c\xc6\x1a\xaa\x30\xb7\x6b\x36\xfa\x85\x1a\x47\x34\x67\x26\x5f\xd4\x5f\xd5\x2c\x1e\xb3\x55\x37\x43\x13\x06\x00\x94\xac\x3e\x50\x75\xb0\x6b\x83\x39\xae\xf4\x76\x27\xca\x74\x30\x5f\xea\xf0\x30\x15\x65\x40\xb6\xc3\xc6\x0b\x49\xb1\x56\xac\x11\x1e\x2b\x30\x7f\x34\x5c\x0d\x8d\x34\xb1\x0c\x05\xbe\x8f\x0d\x87\xf5\xec\xc9\xdb\xf5\xee\xba\xda\x31\x37\xb4\x2c\xe8\x1f\x00\x34\xf3\x35\x5b\xaa\x12\x3a\x7f\xdb\x5e\x95\x92\x1c\x87\x6c\x95\xf9\x7e\x76\x95\xb5\x3f\x23\xd9\x96\x6c\x79\x38\xfb\x95\xe5\xba\x25\x22\x76\xae\x59\x64\x6e\x08\x1d\x67\x1a\x63\x22\xf9\x5e\x30\xb4\x19\x23\x27\x6f\xd4\xad\xd1\x77\x8e\xb9\xa1\xf5\xd7\x6e\x01\x40\xd3\x06\x8d\xab\xdc\xd2\x89\xee\x0a\x28\x9d\xe4\x88\xef\x6c\xc9\xbb\x6c\xfb\xe4\x10\xa4\xff\xb4\xae\xb0\xdb\x67\x9f\xb2\x54\xd8\x06\x62\x93\x4c\x1f\xad\xba\x90\x9f\x46\xab\xa5\xc6\xf7\x8a\xfe\xa1\x69\xed\xe4\x03\xba\x64\xc3\xfa\xb1\xe3\xa1\xb5\x3a\x16\x00\xea\xf7\x10\xbe\xe2\xaf\xa5\xc9\x1d\x5f\x8a\x97\x2c\xfa\x82\xca\xcc\x79\xb5\x60\x2b\xc6\x9e\xb6\x7e\x54\x8e\x77\x9f\xe5\x32\x1c\x46\xbc\x18\x15\x3d\x00\x51\xce\x04\x2e\xed\xdd\xc5\x18\xe7\xe5\xd5\x75\x95\x6d\x9e\xb4\xc8\x7e\x8f\x1f\x0e\x80\xe5\xa9\x48\x0b\x80\xf1\xae\xf4\xaf\x8a\xad\x4b\x72\x50\x53\x8a\x75\x8b\xa6\x61\xe2\x73\x2e\xcd\x7f\x8c\x6b\x4e\xeb\x1d\xf9\x83\xb0\x72\xe6\x87\x21\x09\x79\x4e\x94\x5f\xff\x53\xda\x98\xc0\x85\xbd\x71\xcc\x09\x5e\x01\x5d\xad\x9c\xea\x49\xc7\xec\x02\xfe\x52\x00\x2c\x0e\xd1\x2e\x00\x8c\x3d\xd2\x23\x15\xda\xc5\xc5\x98\x86\x62\xf8\xc2\x99\xb8\x8a\x9c\x75\xf3\xa7\x10\xe6\xa5\x51\x87\x7f\x93\xe8\x33\xcf\x0f\x9e\xa0\x5c\x8c\x02\xfd\x45\x74\x76\x60\x4f\x4f\x2f\xab\xd4\x2b\xb8\xf3\x0a\xb7\x6a\xd2\x3d\xdb\x6f\x41\x07\x00\x96\x18\x71\x3c\x00\xc6\x4c\xe9\xe7\xf2\x13\x0b\xfb\x09\x37\x8a\x36\xcd\x1f\x26\xe9\x72\x3c\x46\x06\x28\x99\xa9\x9f\x86\x3a\x69\x09\x33\x45\x03\x24\x46\x5d\xe4\xa1\xde\x2f\xac\xc5\x81\xac\x6e\x04\xd7\xdf\x6b\xba\x63\x2f\x7f\x95\x8b\x8b\x6d\x82\x28\x1d\x00\x73\x95\x44\x07\x80\x81\x29\xbb\x5c\xde\x30\xff\x12\xf5\x40\x51\xd4\xc8\x77\x7a\x44\x36\x34\xec\xc5\xe8\x49\x95\x0c\x06\xb2\x32\x66\x4e\xeb\x9f\xc8\x99\x18\x29\xee\x59\xc3\xfd\x16\x58\xd6\x15\x26\x70\xf1\x8a\xb1\x8f\x8a\xf2\x5c\x52\xac\xe3\x24\x2d\x00\x98\xd0\xb2\x68\x00\xf4\x03\xf2\xef\x65\x98\xd1\x06\xd6\xc5\x42\xda\xb0\x9c\xfd\x2e\xeb\xed\xe0\x02\xae\x77\xca\x7f\xfd\xbb\x79\xa4\x84\xf5\xbd\xdb\xf8\xf7\x22\x67\x75\x13\x84\xe4\xc0\x19\x8e\x77\x62\x57\xaf\x24\x9b\x56\x72\xd7\x05\x67\x71\x91\x41\x00\x18\x15\xf2\x0b\x00\xe8\x8e\x29\xe3\xe6\x2e\x1a\x0e\x16\x6d\x2d\x38\x38\x88\x13\x23\xb2\xe0\xfd\x8b\x25\xe3\x52\xd4\xbd\x97\x24\x97\x12\xea\xbb\x9f\x49\x77\x45\xbc\xeb\x3c\x20\x5b\x15\x38\xd6\xce\x91\x2f\xf3\xaa\xb2\xfa\x29\xb6\xba\xec\x34\x6d\x53\x9a\x40\xa5\xa1\x4e\xf9\x1d\x00\xed\x56\x55\x5f\xe9\xbe\xc1\x1c\xd5\xd9\x82\x71\xfd\xa3\xaa\x37\x99\x07\x7a\xff\x55\xbb\xa4\x80\x9e\x1c\x75\x71\xfc\xd7\x2e\xac\xda\x12\xb1\xc2\x41\x50\x5f\x98\x71\xd1\x36\x57\x33\xcd\xab\xca\xfc\x4d\x53\xe7\xf2\xd1\xb8\x44\x53\x01\x36\xeb\x71\xea\xbb\x00\x40\x7f\xab\x17\x95\x1c\xeb\x3f\x64\xe4\xe5\x47\xf4\xcd\x34\x46\x66\xfc\xea\xe9\x31\x9c\x48\xee\xe8\x7a\x6a\x10\xc4\xd3\x3b\xc3\x0c\x11\x11\x05\xf6\x12\xfd\xa9\x19\x9d\xd6\x4a\x7d\xbb\x57\x94\xd9\x4b\xb7\xdd\xe5\x83\xe1\x82\xf6\x38\xb8\xa6\xdb\x06\x29\x01\x80\x1a\x34\xc2\x92\xe6\x7e\x77\xeb\xf8\xbc\x63\xbd\x5a\x8b\x2a\x63\x4d\xf7\x07\xf3\xf3\x64\xdf\xae\x2a\x33\x2c\x3e\xcd\x61\x36\x1d\x8d\x08\xb0\x1d\x30\x05\xcd\x60\x5b\xae\x1a\x91\x5e\x81\xa6\x15\x86\x6a\x97\x1f\x06\x9c\xee\x1d\xf8\x57\xd7\xa4\x2d\x07\x00\x02\x9a\x9b\xc5\xdf\xfa\x28\x0e\xf7\x3c\x49\xcf\x13\x3b\x22\x83\xdb\x0d\xb7\x0d\x26\xbd\xeb\xdc\x6c\xbd\x1e\x1f\x66\xff\x60\x75\x8b\x98\x6a\x9b\x6d\x89\x9f\x21\xb0\xc0\xcc\x11\x5e\x71\xa6\x68\xe3\x2e\x57\x2f\xfd\x73\xfd\x7f\x4e\x79\xda\x3b\xda\xdf\x00\x68\x96\x40\x59\xc5\x5e\x2b\x2d\x08\x56\xce\xdd\xe5\xe1\xa8\xbe\x39\x69\x4b\xd6\x63\x2e\x24\xe6\x2f\x4a\xc5\x57\x45\xff\x9c\xdf\x45\x72\x0d\x19\x19\xee\xa7\x8e\xf7\xdb\x3a\x80\x63\xe4\x4d\x9d\xd2\xeb\xc3\x3e\xef\xbc\xa4\x73\x2b\x1f\x03\x80\x2d\x57\x34\x08\x80\x69\xa1\xf4\x5e\xd1\xbf\x2b\x46\x51\xfc\x9c\xd3\xcb\x4a\x30\x82\x39\xb1\x8b\xef\xe0\xac\x89\xc9\x0b\x05\x84\x1b\xd1\xef\x46\x1f\x92\xf1\x21\x83\x43\x1f\x69\x49\x7e\xbb\xfb\x2f\x31\xd3\xa7\x46\xf4\xf4\x73\x0c\xce\x47\x3a\x0b\xf9\x97\x00\xb0\xde\x17\xfd\x09\x80\xa9\x5e\x7a\xa2\xe8\xe2\xf2\xb5\x98\x65\x39\x6b\x97\x62\x71\xba\x39\x9e\x8b\x5d\x08\xe2\x44\xdf\x05\x5b\x49\xbd\xd1\x37\x47\x67\x52\x3e\x85\x58\x86\x2a\xe9\x03\x7e\xbb\xfb\xe7\xb0\xe8\x53\x93\x7a\x26\x71\x15\xce\x0f\x1c\x27\x04\x1a\x00\xac\x02\x71\x1a\x00\xc6\x8f\xd2\xcf\x45\xe1\x4b\xdf\x13\xbe\xe5\x78\x2d\x3e\x4a\x1a\x4e\xeb\x59\xa8\xa5\x94\xcf\xda\x3b\x3f\x9d\x96\x15\x3d\x3a\x7c\x84\x81\x09\xc1\x0e\x7c\x61\x6d\xf7\x5b\xd3\xfb\x95\x9b\x32\xb5\xa4\xeb\x39\xff\xdc\x84\x69\xf6\x63\xa2\x1a\x00\x2c\xf6\xff\x53\x6d\x0c\x91\x9d\x2f\x7c\xb0\x24\x9a\x7a\x29\x7b\xcb\xa2\x30\x7a\x60\x5a\xd8\x02\x67\x86\x7a\x16\x72\xe4\x14\x2b\x36\xba\x69\x08\xcf\xfe\x1d\x32\xa7\x7f\x15\xf7\x8b\xdf\x68\xcf\x1e\xc1\xe4\xa9\xcd\x9d\x47\x44\x95\x13\x4a\x6c\xbb\x25\x18\x00\xcc\x43\xb2\x40\x00\x0c\x45\xf2\xef\x05\x5f\x16\xed\x62\xd9\xb3\xdd\x17\x6c\x60\x6f\x4e\xdd\x32\xda\xc7\xb9\x3d\xcb\x69\x98\xc0\x4b\x8b\x9e\x3c\x38\x95\xbf\x23\x64\x52\x1f\x46\x58\xe1\x67\xeb\xd6\x8a\x3e\x4f\xc5\x3b\x56\x4a\x2e\x4c\x10\x5a\xb7\xcb\x24\x00\x98\xb6\xc8\x0f\x01\xa0\x67\x28\x63\x0b\xb4\x0b\x0c\xa2\xea\xac\xe5\xa3\xdd\xa2\x67\xa9\x2d\xc3\x9d\x62\xfd\xcc\x7d\x83\x42\x09\x32\xea\x61\x7f\x96\xb4\x31\xf8\x73\xcf\x56\x59\x83\xdf\x60\xe7\x6f\x39\x6a\xea\x88\x3d\x45\x21\x9b\xf0\xc4\x52\xab\x44\x03\x60\x14\x29\x6f\x02\xa0\xab\x55\x19\xf3\x5f\x8d\xda\x94\x9f\xb3\x92\x87\x77\xa9\x7c\x52\x27\x0c\x5e\x55\xcd\x99\xa9\xec\xbf\xa4\x52\x47\xed\xeb\x5d\xa7\xba\x13\xfc\xb8\xbb\x52\x9d\xe9\x37\xec\x38\xac\xee\x9d\x7a\xd4\xe6\xac\x7e\x36\x31\xd7\x9c\xa4\xfe\x0e\x80\x41\xab\x5e\x0c\x80\x56\xa9\xd6\xe7\xbd\x1a\x7e\x6d\x98\x91\x89\x19\x8a\xd7\xdf\x4f\x41\x0f\xb4\xeb\x07\x12\x3e\xf5\x91\xf4\xf0\xa8\x9a\x9e\x46\x7d\x64\x70\x67\x57\x80\xee\x85\x1f\xdc\x7e\x44\xd7\x3f\x75\x93\xd5\x4f\xe7\x31\xb1\xc5\xd4\xac\xad\x02\x40\x7f\x1a\x4a\x00\x00\x7a\xa5\xa9\xca\x5b\x34\x9c\x6a\x36\x66\x4e\x1f\x14\x99\xdd\x52\x02\xfb\x37\x99\x0c\x09\x87\x7a\x0f\x98\xa6\x44\xc5\x76\x6f\x31\x8e\x04\x0b\x3a\x2d\x46\x7f\xbf\x0a\xfb\x5c\x83\x68\xea\x26\xcb\x32\x7d\xe7\x44\x8a\xf1\x99\xee\xff\x8b\x49\x82\xde\x00\x00\x2d\xd1\x6c\xce\x43\x0f\x19\x6d\xf4\x8c\x47\x03\x67\xac\x47\x93\xdf\xf4\x8f\xb7\xba\x25\x2c\xe9\xf5\xb6\x90\xa3\xfc\xba\x5d\xcc\x87\x82\x99\x8e\xf7\x66\x67\xbf\x2a\xdb\x21\x53\xe8\xd4\x23\x96\x20\xc3\xe3\x89\x0e\x23\x5e\x8f\x04\x40\xf7\x49\xbb\x10\x00\xa8\x08\x72\x1b\x5d\x83\xa9\x6b\x6a\xe9\xfa\x81\xbd\x00\xab\xd6\x6f\xc6\xe3\xe0\x29\x92\x25\xc4\x48\xc4\x3c\xfa\x6e\xb2\x2f\xda\x84\x7c\x42\x4d\xc4\xfd\x55\xbb\x82\xae\x27\x55\xe7\xb5\xb1\x0a\x69\x91\xf1\xf3\xb8\x69\xac\x00\xef\xaf\x02\x1b\x2f\x01\x00\x89\x4a\x78\x6f\x64\x33\x6a\x19\xec\x46\x57\x00\xa6\x18\xae\xd3\xdd\xc7\xfe\x40\x44\x88\x5f\xe1\x9f\xa3\xbe\xd0\xfd\x88\xbf\xb1\xaf\x90\x2d\x94\x5c\xc2\xfb\xda\x78\xda\x1e\x4a\x48\x1e\x60\xf6\xd1\x57\xc6\xbd\xe7\x6c\x64\x17\x7a\x1f\x13\x84\xf1\xbe\x03\x20\x49\x17\x55\x0f\x6f\x47\x7c\x6e\x57\x75\x26\xa3\x76\x23\x1e\xea\x26\x61\x46\xd1\xd9\xe2\x58\xdc\x5a\xec\x09\x1a\x97\xf0\x94\x20\x44\x1c\x27\xcf\x25\xa7\xd5\x6c\xa6\x3e\xa3\x05\xe4\x0e\x33\x1e\x32\x2b\xe2\x16\x70\x02\x39\xdd\xde\xdd\xfc\xcd\xfc\x0f\x00\x88\xef\x8b\x9e\x0c\xde\x87\xef\xc3\x6e\xb5\xb3\x3a\xce\xe3\x97\x43\x58\xe4\x6f\xa2\x49\xb8\x15\x53\x45\xee\xa2\xc6\xe3\x8e\x50\xf7\x76\xac\x21\x12\xe9\xef\xab\x8f\x51\x4a\x59\x95\x39\xcf\xe9\x22\xce\x99\x38\x17\xd6\x67\x3e\xd5\xbb\x8a\x77\x50\x14\x00\x80\xd8\x4f\x52\xdf\xbf\x06\x76\x9d\xda\x6e\xed\x82\x4f\xa1\x9d\x57\x5f\xe8\x20\x33\xe6\x08\xea\x90\x6f\x99\xdb\xc8\xff\x62\x96\xb1\xab\xdb\xe7\xe3\x0d\x9c\x77\xf3\x1e\x92\x56\xf0\xd6\xe7\x24\xd2\xbc\x04\x96\x58\x2b\xf3\xac\x48\xee\x1d\xce\x3d\x25\x61\x03\x20\x2a\x97\x3e\xed\xdd\xd5\x3c\x9e\x6b\x35\x5f\x87\x31\x78\x54\x55\x79\xdb\x77\x7e\x2e\xef\x4b\xc7\x3e\x41\x0c\xe9\x1c\x6a\x95\x30\x1e\x3e\x84\x3d\x26\x4a\x9c\x37\x91\x18\x2c\x2e\xcd\x36\x50\xfe\x94\xf0\x62\x67\x30\x76\x48\xd7\x79\x7b\x71\x1e\xc8\xfe\x02\x40\x68\x94\xab\xba\x7d\xea\x5b\x55\x71\x46\x4c\xd3\x34\x55\xbc\xfc\x7b\xcb\x3f\xaa\x70\xce\xc3\xb6\x0f\xaa\x04\xc2\x67\x44\x94\xaa\xb8\x6d\x22\xda\xa6\xaa\xaf\x3c\x83\x4f\x54\x61\xb2\x96\x92\x83\x54\xdc\x98\xa5\xf4\x26\x95\xd2\x7b\x0c\xfb\x82\x0a\x0f\x80\x60\x9b\xf2\x82\x63\x6d\x4d\x9b\x8d\xab\x8f\xaa\xc7\x58\x95\xd2\x4f\x4d\x1a\x8b\x91\x3d\x01\x76\xc8\xbc\x02\x5f\xd3\x9e\x68\x3a\x0a\x5b\x8a\xbc\x62\x3c\x5d\xb1\x11\xbb\xc3\x70\x24\xf3\x0a\xf1\x91\x7e\x71\x4c\x12\xad\x45\x87\xf3\xfa\xc0\xf6\x85\x9e\x02\x20\x98\xa3\xfe\xcf\x76\x62\x5e\xda\xd0\x7b\x6d\x5b\x6d\xc7\x60\x9b\x24\xa7\x61\x65\xff\x2a\x26\xaf\x65\x5a\xef\x13\xec\xbd\xb6\xad\x3d\x53\x5b\x38\x08\xa8\x6b\x7a\xf9\x71\x4c\x8f\xfd\x7b\x66\x1e\xe1\x9b\x75\x5d\xcc\x58\xea\x88\x39\xd6\x7b\x02\x6b\xc4\x90\x06\xd2\xf8\xef\xa0\xfb\xd6\xd7\x55\xac\x85\xf7\xa1\xe1\x9a\xd1\xf9\x8f\xc4\x9d\xf5\x2f\x46\x4e\x31\xae\x36\x13\x87\x96\x60\xeb\xda\xbc\x07\x90\x2d\x4e\x1d\x9f\x7b\xdf\x97\x0b\x30\xde\xdd\x75\x99\x5e\x84\x1e\x07\x23\x66\x3c\xb5\xd8\x3a\xcf\x3b\x9a\xd5\x61\x5c\x0a\xc4\xfc\x33\xda\x3e\x2b\xaa\xf2\xc9\xb2\xa7\x50\x50\xcd\xa4\x25\x43\xe2\x98\xfa\xc6\x45\x71\x0c\x71\xd3\xd5\xf9\x9b\x31\xbf\x5b\xad\x23\x53\x9a\x4f\x76\x70\x07\xb3\xca\xdb\xd0\xf3\xfb\x22\x32\xa7\x10\x62\xbb\xf6\xc4\x24\x51\x1e\xda\x27\x79\xe3\x58\x53\x4c\x3b\xc1\x0d\xbe\x4d\xfb\x65\xf0\x1c\x6e\xa8\xa9\xdd\xce\xc2\x3f\x82\xd5\x42\x24\x62\x05\x3c\x49\xb8\x98\x74\x13\x31\x8f\x0a\x28\x43\x68\x5b\x87\x98\x06\xe1\xee\x54\x77\x33\xd6\x90\xda\x73\xb6\xb0\x63\x69\x59\xb1\x3f\xb8\x0f\x59\xd9\xde\x15\x82\xcf\x3c\x1c\x00\x92\x95\xa2\xe8\x81\xa7\x98\xe7\xb0\x33\xb6\x41\x5c\x3b\x9c\xab\x59\x8a\x7f\x81\x98\x2a\x78\x47\x5c\x8a\x7a\x4e\x21\x90\x8d\xd8\x27\xed\xef\xa9\x43\x84\x37\xd5\x33\xe8\x0f\x29\x51\x39\x35\x2c\x88\xbe\x29\x76\x2d\x17\xc9\x86\x7b\x07\x09\xba\xf9\x71\x00\x48\xd0\xa2\x9e\xfe\xb7\xe8\xdc\xf6\x76\xeb\x4e\xcc\x55\xc4\x5e\xf5\x15\x9c\x05\x3d\x4d\x30\x87\x40\xc5\xae\x23\x1f\x27\x71\x09\xe8\x76\x3c\x65\x05\x39\x6a\xde\x0a\xba\x27\xcd\x27\xfb\x35\xf3\x0a\xb3\x3a\x16\xc9\xb9\xc8\x59\xe1\xf5\x41\x10\x26\x98\x01\x80\xc4\x45\x1c\xd5\xfb\x05\x11\x8e\xc5\x98\x5f\xa0\x9c\xf0\x18\x55\x32\xfa\x17\x71\x1e\xef\x04\xce\x87\xdc\x4e\x32\x10\xe0\x54\x2b\xbc\x9e\x74\x8e\x7e\xb6\xea\x30\x55\xc2\x4a\xca\x2e\x64\xb0\x39\x47\x62\xee\xb0\x37\xf2\x05\x5e\x07\xf8\x69\xa2\x5c\x00\xc4\xe5\x12\x47\xf7\x17\x78\x32\xe5\xad\x29\xb8\x63\x2e\x8d\xab\x58\x8c\x94\xd2\x9f\x72\x09\xe8\x93\x4c\x2a\xb1\x05\x57\xca\x76\x6b\x9b\x4b\xf8\xc2\xd9\x5b\xf9\x90\x7c\x9f\xa7\xcf\xea\xa3\x7b\x0a\x04\x31\x24\x96\x45\xa4\xf0\x5a\xc8\x2b\x91\x58\x00\x10\x29\x64\xfe\x5d\x63\x60\x5c\xce\x4f\x03\xa1\x6d\x17\xf7\xbd\xdc\xaf\x23\x98\xf7\x17\xc7\x15\xb9\x98\x7f\x82\x90\x80\xa9\x13\x5c\x6d\x2d\xc6\x67\x09\xff\xae\x74\x21\x21\xc4\xee\x99\xef\xa8\x27\x25\x75\x31\xe3\x98\x62\xe9\x62\x2f\x2b\x17\x23\x7b\x08\x80\xf0\x0f\xf9\x3a\xbb\xa6\xf1\xac\xb2\x5a\xe7\xd6\x82\x53\x72\x25\xcf\xda\xbc\x94\x66\x96\x4b\xfb\x7d\xe5\x42\x1c\x16\x79\x43\x79\xac\xe5\x10\xd6\x55\xf9\xb4\xfc\x06\x41\xa8\x72\xc9\xf4\xa3\x44\xab\xd2\xa2\x07\x19\xd3\x55\x1d\x5e\x03\x9c\x2a\x15\x1a\x00\xc1\x13\xe5\x07\xab\x57\xdd\x2b\x6b\x9b\xe6\x7e\xe3\x7e\x8b\x55\xf4\x6f\xcb\x6a\xf3\x6e\x46\x51\xdb\x66\xd3\x33\xcc\x89\x8e\xe7\x26\xdf\x66\x3c\x1a\x66\x4c\x2b\x3b\x8e\x07\x86\xb9\x19\x4d\xa4\x7f\xf4\x85\xd1\xc9\x74\x7f\x5d\x84\x97\x83\xed\x80\xce\x00\x1f\x01\x4a\x33\xc9\x1c\x54\xb3\x77\x70\xa9\x7a\x6c\xfd\xae\x81\xd9\xc2\xf4\xa6\x2b\x7d\x4b\x68\x5b\x5a\x9d\x7b\x3e\xa0\xf1\xed\xd4\xee\xd4\xa6\x7c\x94\x73\x67\xeb\xdc\x27\xd8\x7b\xf6\xb6\xf4\x3f\x49\x63\xac\xf1\xd1\xe3\x69\x08\xd3\x29\xaf\xd5\x6c\x37\xfd\x2f\x60\x11\x78\x42\x37\x4d\x75\xd5\x6f\x17\xf0\x55\x25\x75\x9f\x46\x17\x0b\x74\x4d\xbe\xc3\x6b\x69\xd3\x60\xad\x83\x43\xa8\x3b\xf0\x33\xfd\xcc\xc6\x2b\x48\x51\x6f\xd0\xdc\x41\x2c\xba\x6b\x51\xfa\x7c\xe2\xb0\xfd\x5e\xf4\x04\x9a\xb3\xe5\x9e\xd7\x09\xd6\x19\x23\x06\x9c\xe7\x3f\xd7\x1a\x8d\x67\xaa\x91\x4b\xc9\xca\x93\x75\xa8\xc5\xc5\x82\x69\x8d\xea\x05\xff\x51\xb7\xb5\x1c\x1f\x1d\x44\xd9\xe0\xf9\xc3\xee\x8d\xf3\x11\x1f\x06\xe0\x73\xe5\x98\x27\xbd\xa4\xf4\x85\xc4\x84\xae\xf0\xe8\x54\xea\x52\x5b\x8f\xf7\x44\x96\xc4\xc4\x76\x8a\xe1\xaf\xd4\x3e\xef\x3d\x4e\xf8\xd6\x84\x37\x6f\x20\xf9\xc1\xea\x95\xcf\xc9\x30\xf8\x6c\x1e\x9e\xb2\x13\x51\x45\x72\xa1\x55\xa1\x2d\x6d\xe7\x18\xee\xb8\xdb\x55\x99\xac\x09\x24\x54\xd6\x06\x4e\x2d\x2d\x37\x06\xc9\xbb\xc8\x2a\xf7\xca\x11\xae\xe6\xa9\x00\x90\xfa\x8a\xda\x7a\x9e\xe0\xab\x61\xfb\x4d\xf7\x09\x83\x70\x94\x32\x9e\xf8\xbb\xe3\x5f\xee\x7e\xb2\x01\x75\x8d\xc8\xa7\x16\x62\x2f\xb7\x55\xd0\x63\x08\xf7\x2b\x4f\x30\x4b\x29\x81\x59\x75\xec\x0d\xf4\x75\x31\xde\xbc\x7a\x36\xd6\xcb\x47\x38\x97\x5f\x08\x80\xe4\x2f\xd1\x81\xee\x6f\xd8\x65\xed\xe9\x26\x67\xbc\x0f\xa2\x57\x41\x26\xac\x40\xbd\xe2\xba\x91\x9a\xb1\x16\xc2\x0d\x4a\x0a\xa1\xb8\xf5\x30\x2d\x9b\x3c\xb9\xb2\x99\x21\xa5\x8d\xcb\xfc\xc4\x1e\xc3\x2c\x88\xbe\xc0\x3d\xc9\x59\x39\xed\x93\xe0\x96\x60\xd6\xff\xf7\x42\x5c\xd3\x79\x07\xb5\x01\x3b\xd5\x30\x13\xd3\x86\xf7\x97\x9d\xc5\x45\x11\x3d\xd9\xcb\x09\x6e\xe4\x50\xfc\x32\x52\x24\xb5\x05\xb6\x83\xc2\xa0\x2f\xac\x10\xd2\x5e\xb0\xdc\x32\x6b\x99\xab\x39\xeb\xa2\x5b\x38\xeb\xf9\xcc\x69\x17\xf9\x9f\x44\xe5\x00\x88\x8f\x4a\x36\x3b\x3c\x3b\x36\x53\xd4\x3a\x29\x72\x39\xcd\x43\x9a\x85\xde\x4e\xef\x65\x95\x62\x4f\x33\xa7\xe3\x78\x04\x7f\xd6\xd1\x96\x75\xa4\x05\x1c\x79\xf9\x10\xb5\x85\xd7\x98\xb1\x96\x51\x27\x68\x8c\x7a\xcb\xb6\x8b\xe8\xd3\xf6\xf0\x27\x48\xec\x00\x88\xbe\xcb\x32\x6d\x7e\x70\x27\x0e\x13\x3a\xd0\x11\xc3\xe5\x89\x37\x22\x19\x3c\x12\xe3\x1f\xf4\x3a\x3e\x0a\x5b\x81\x4b\x10\x08\x9b\xd7\x10\xfe\x16\xf6\x97\x1d\x25\xdf\x10\x9d\xc9\x70\xa7\xbb\x4a\x42\xa2\x86\x58\x0a\xa9\x7e\xda\x7a\x5e\xb4\xec\x36\x00\xa2\x3c\xf9\x9f\xe6\xbd\x2d\x44\x05\x5d\xad\x6a\xbd\xad\xd8\x26\x1c\x68\x27\x2a\x5e\xd2\x7e\x20\x3e\x2b\x27\xa1\xad\xe8\x43\xca\xdc\xa6\x24\xdc\x11\x25\x6b\xee\x08\xf1\x3f\xe5\xda\xf4\x02\x2a\x4b\xf9\x2a\x2a\x8d\x19\xaa\x4a\x98\xf6\x07\xd7\x43\x55\x09\x80\x10\xa3\x02\xc6\x8a\xc6\x65\x96\x6c\x25\xba\xa5\xc8\xdc\xcb\xff\xa3\xf5\x97\xe9\x21\xb5\xb0\xfd\x9c\x29\x18\xf9\x03\x79\xcd\x88\x6d\xb8\x8f\xf5\x36\x0c\x96\x76\x12\xcc\xfa\xc3\x73\xf4\x94\x74\xdd\x8d\xc8\xeb\x8c\x30\xed\xcd\x69\x07\x39\x8d\xd0\x02\x00\x04\x37\x34\xce\xfa\xbc\x7a\xe2\x40\x95\x9c\xd7\x94\xd7\xf7\x8b\xfb\x09\x36\xab\xb7\x87\xbc\x15\x1e\xd9\xfd\x15\xb1\x0c\xd1\xda\x55\x5f\x7f\x04\x7d\xcc\xd1\x5d\xb2\x1d\x4f\xb6\x6d\x49\xfb\x8f\x3c\xcf\xb2\x28\x72\x2d\x9d\x64\x42\x4e\xbb\xcd\x3e\xa7\xdf\x03\x98\x02\x1d\x74\x4c\x27\xaf\x1b\x99\x3f\x4e\xb6\xbd\x51\x3a\xd2\xc2\xcd\x68\x11\x0c\xe9\xc8\x5e\x6d\xe2\x01\x23\x22\xa8\x63\x4f\x9f\xb0\xbe\x15\x9d\xda\x53\x5a\x42\xc6\xbd\xec\x7c\x96\x76\x89\xf4\xd8\x5e\x1a\xb9\x9e\x3e\xc5\x42\x9e\xf6\x95\x6d\x33\x7a\x81\x4d\x82\x66\x2d\x53\xe7\x54\x37\x6e\xf1\x63\x59\x7a\xc3\xa3\x85\x4f\x39\x07\x9b\xef\xcf\x3f\x4c\xda\xd2\xfa\x74\x84\xdf\x71\xa5\x23\x7e\x68\x42\x7d\x18\x6a\x63\x3f\xbf\xa4\x1a\xc7\xe8\x59\x9e\x76\x85\xc4\xef\x84\x22\xaf\xd2\xd6\xda\xa6\x79\xa5\xb1\xd3\x4d\xc1\x4e\xae\x82\x29\xda\x4b\xd6\xc5\xd4\xde\x26\x81\xe6\x09\x4d\x0c\xc3\x88\x1c\x74\x29\xbc\x90\x6e\x61\x6c\x44\x54\xa2\xb7\xb2\x5c\xd0\xca\xa6\xb1\x6c\x1d\xee\xfc\xdc\xc9\xdc\x59\xa4\x96\x39\xb9\x7c\x17\x5a\x4a\x44\x9f\x30\x86\x55\xec\x61\x11\x77\xf1\x3a\x01\x90\x19\x44\x90\x65\x2d\x25\x10\xb6\x54\x13\x40\x9d\x01\xaf\x11\x7e\xa0\xa5\x77\xbc\xa7\x7d\xa4\x77\xa2\x76\xa3\xa3\x99\x93\xb1\xeb\x1a\x4d\xac\xd5\x84\x3d\xa5\xcb\x39\x7c\xf2\xcf\xb4\x27\x3c\x2e\xdd\x1e\xd1\x21\xd8\xc2\xae\xf5\xe0\x8a\x53\xf9\x25\x00\xc8\xe6\x8a\x6e\x9b\xd7\x90\x56\xc3\x3f\xa9\xab\xc8\x87\x10\x68\x61\x31\xe5\x5f\xd4\x9f\xb4\x3a\x1a\x13\x5b\x8d\xea\x63\xb8\x10\x9c\x1a\x27\x32\x4f\x90\x2e\x94\x66\xb0\xb7\x52\x2f\xa6\x39\xb8\x97\x98\x3e\x11\xa1\x82\x59\x1c\x8b\x07\x46\x74\x5e\x10\x03\x80\xf4\xab\x18\x67\xbc\x80\xbf\x8c\xe9\x51\xf6\x12\x03\x70\x03\xfc\xcd\x24\x03\xc1\x4c\xf9\x42\xc9\x26\x2d\x43\x32\x69\xd3\x28\x8f\x1a\x5c\x18\x2e\xf4\xd4\x12\x22\x2b\x91\xb9\x35\xf5\x39\xc7\xc4\x21\x85\xff\xc1\x0f\xe2\x17\x78\x54\x08\xdf\x89\x66\x03\x20\x2d\x94\x1c\x30\x84\x60\x5e\x92\x2f\x29\xc6\xe3\x18\xd4\x0e\x5e\x1a\xc1\x9f\x76\x85\xbc\x88\x34\x91\xc1\x40\xe4\x53\xfc\x59\xb1\xf5\x4e\xb4\x4a\xf6\x87\x62\x13\x63\x35\xf7\x6e\x6a\x1d\x3b\x87\xff\x35\x9c\xc5\x9b\x24\x4a\xf4\x28\x15\x4e\x96\x50\x01\x90\x40\xb2\x12\x9d\x12\x35\x83\x6d\x92\xb1\xd1\xaf\x38\x0a\xce\x61\xec\x15\x2e\x8d\x54\x83\xff\xc2\x53\x75\xf8\x90\x72\xf9\x9b\x6a\x7f\x53\x96\x0a\x9e\x16\x6d\xa3\xa7\x89\xd2\x52\xf6\x31\x7f\x8b\xd7\x84\x47\x73\x81\x34\xc5\x63\xae\x20\x49\xb6\xee\xff\x9f\x25\x3f\xa3\xb9\xd2\xfe\x52\x76\x47\xe2\x89\xb8\x2d\xcf\x61\xad\x45\xfd\x27\xb7\x10\x18\x58\xa4\xfc\x22\x9c\x8d\xff\x5b\x11\x5d\x33\x4a\xea\x52\xc8\x0b\x47\xa9\x14\xc5\xad\xe4\xef\x0c\xa6\xb2\x28\xec\x0a\x7b\xad\x72\xbb\x07\x9a\x1f\xa4\xfc\x06\x80\xe8\xa9\xf2\x9d\x6a\xa4\xf5\xb6\x69\xa6\x68\x52\x7b\x9e\x71\x15\xe3\x02\x62\x87\xd1\x0b\x77\x08\x5d\x6d\xd0\xb4\x7e\xc2\xb9\xea\x3f\x54\xb7\x11\xde\xe9\x1b\x0b\xe6\x53\xc6\xea\xd6\x27\x57\xd3\x73\xb4\x1f\xc3\x54\xac\x75\xda\x59\x1e\x58\x1e\x02\x8a\x02\x40\xd4\xac\xbe\xa9\x18\x6c\x79\xd9\x7b\x4c\x50\xd8\x06\xef\x59\x42\x4f\x6e\x7f\xd5\x0d\xc7\xce\x43\xae\xed\xfc\x02\xdb\x80\xe9\x76\xe8\xe7\x95\xe3\x97\xd9\xbe\xe7\x9f\x24\x3d\xb3\xc2\x92\x4e\xd3\x6a\xcd\xf2\xb0\x2a\xe6\x47\xa3\xcc\x43\xce\xbd\xa2\xf7\x07\x40\xf8\x01\x82\xe4\x5b\x5a\x92\x87\x53\xf9\x92\xd6\xa5\x83\x7b\x69\x96\xf6\xa4\x81\x40\xcc\x2e\xc4\x8f\x3e\x38\x6c\x26\xfa\x7d\x0f\x54\xf5\x08\xef\xd9\x65\xcf\x57\x92\x48\x0e\x56\xd2\x72\xea\x53\x9b\x6b\x58\x39\x73\xc4\xcc\xf0\xe8\xe3\x3a\x0c\x04\x00\x84\x07\xb4\xd1\x72\xd7\xe6\x0d\x0b\xae\xf3\xde\xb5\x4e\x9d\xef\x4f\x0b\x84\x0f\x8e\xa4\x61\xda\x11\x84\xa1\xa8\x96\x27\x68\x54\xff\xe7\xaa\x0d\x38\x4b\xef\xd2\x7c\x2c\xf1\x79\xb7\x7f\xd2\x6a\x2a\xd7\x91\x19\x46\x66\xa6\x5a\x5d\x3d\xce\x70\xe7\x18\x69\x00\x08\x99\xda\x4e\xa8\x9a\xf5\xbe\x49\x2f\x89\x66\x77\xc3\x28\xac\x5a\x4e\x1b\xbc\x0c\x7f\x8f\x9b\x87\x28\x6d\x5b\xc2\x2b\x41\xf3\xaa\xfb\xf9\x44\xdc\xd1\x82\x56\xc1\x26\x52\x7d\x52\x90\x28\x99\x16\x11\x52\x22\x7e\xc1\xca\x70\x6f\x91\xde\xe5\x59\x01\x50\xc0\x44\x16\x8d\x85\xc9\x84\xf5\x8a\x79\xac\x3c\x78\x2a\x73\x27\x3b\xa1\xe3\x0a\x7e\x2e\x27\x19\xd5\xdf\xe6\xc9\x85\x61\x75\xd5\x7e\xbc\x61\x42\x7f\xfe\x6b\x81\x13\xf9\xd1\xec\x4b\xc2\x65\x74\x66\x88\xb7\x58\xcc\x4e\x75\x2f\x97\x9a\xf9\x49\x00\x28\x82\x44\xd7\xd4\x07\xe9\xff\xc0\x4f\x88\x76\x32\x5e\x22\x62\x98\xce\x2c\x27\x94\x01\xb7\x94\x1d\x8a\x75\x6b\x55\x70\xf0\xf8\x43\xf3\xfa\xb9\xc7\x48\x03\xf9\x0a\x7e\x25\x75\xc9\x6c\xad\x70\x12\xe3\x79\xf0\x4b\xd1\x77\x0e\xc6\x3d\x57\x1a\x2d\x98\x08\x80\xfc\x8a\xb8\x45\x79\x93\x5a\x8a\x99\x22\x1c\x4b\x23\xe3\xfc\xe8\x7c\xfa\x7a\x82\x1b\xb6\x88\xe9\x4a\x8a\x87\x55\xb3\xcc\x14\x4e\x95\x83\x13\x4c\xbb\x9c\xb7\x8c\x7b\x9b\x89\x49\x7c\xce\x3f\xcf\x09\x0c\x5e\x2c\xfc\xc4\x1f\xef\x9e\x2e\x69\x10\x39\x01\x20\x0f\x97\xac\x51\xa0\x49\x3c\xd2\x0b\x7e\x27\xf9\x1a\xc5\x4a\x0b\xa6\xb6\xd2\xbc\x30\x6e\xb4\xb7\xf4\xfd\x2d\x73\x18\x2b\x98\xc6\xca\x05\x2c\x0e\x1b\x9f\x7b\x87\x83\xe5\x92\x13\xb1\x3c\x3b\xbf\x37\x98\x28\x78\x26\x7c\xe4\x5e\x2c\xe6\x4a\x66\x02\x20\xc3\xca\x66\xca\xb6\xe3\xbf\xb2\x5a\x79\xbe\x44\x09\x1b\x47\xb9\x48\x0e\xe7\x90\x50\xb7\x28\x6f\xb8\x5d\xcd\x51\xb4\x1b\xbc\x6b\x15\x9b\x19\xd7\x05\x31\xb9\xfe\xac\x6f\xc2\xfe\x59\x8f\xb8\x6d\xe2\x98\xe0\x44\xfe\x63\xc9\x65\x77\x98\x68\x44\x86\x04\x40\xba\x52\xbe\x56\xc2\xc7\xac\x91\x16\xb0\x5f\xe3\x44\xd2\x6d\xa4\xcb\x84\x76\x99\x27\x72\x0a\x09\x27\x13\x37\xf6\x53\x6c\xb2\xf7\xe5\x28\xda\x79\x39\x3d\xc7\x83\x99\x26\xff\x38\x2b\x85\x7d\x4e\x61\x0f\xfa\x9b\xd7\xad\x8c\x73\xa7\x0b\xad\xca\x4e\x00\x24\x27\x94\x07\x45\xb1\xc8\xef\x06\x4f\xe6\x2b\xf4\x0f\xfd\x02\xa2\x0b\x6e\xba\x3e\xa4\x43\x40\x68\xd2\xed\x6a\x98\x45\xda\xaa\x6b\x28\x4b\xa0\x26\x6a\x9f\x66\xcf\xa0\x5f\xd2\xf2\x67\x76\xb3\xe6\x43\x3f\x83\x46\xb9\x7d\x10\xc7\x5d\x21\x38\xac\x19\x06\x40\x12\xa1\x1e\x14\x14\x74\xdc\xed\xf6\x61\x64\xa2\x7c\xba\xa6\xe3\x35\x18\xbc\xe3\x5d\xfb\x74\xdc\x61\xfb\xc1\xfa\x71\xc4\x22\x9b\x66\x6e\x2a\xf9\x95\x35\x35\xab\x83\x76\xc0\x7c\x61\xa6\x07\x73\x97\x69\x6e\x10\x82\x73\xdf\xa0\x73\xb7\x09\xd2\x75\x24\x00\xc4\xfb\xa0\x58\xbe\xb5\x23\x78\xa0\x8e\xee\x40\xc2\xfb\x7e\xe0\xee\xa3\xb7\xf5\x2a\xe1\x0e\x9c\x7f\xf7\x87\xba\x2e\xc2\x8a\xae\xc6\xd2\xeb\x64\xa4\x63\x61\xd6\x74\x5a\xa1\xed\xcf\x84\x57\xcc\x79\x96\x3d\x41\x8d\x1c\xa3\x09\xe3\xbe\x88\xff\x4e\xbf\x1c\x00\xb1\x1a\x3a\xcb\xf7\x6c\xef\x1c\x39\x49\x0f\x40\x1c\x1d\x9e\x8d\xe3\xa3\x83\x06\x99\xf0\x74\xac\xa1\x7f\xa8\xae\x86\xe0\xd5\xbb\xbc\x74\x0d\xe9\x7a\xf7\x40\x96\x13\xf5\x58\x67\x5b\xc2\x4b\xc6\x6d\xdb\x95\x20\x2a\x27\xcc\xfc\xde\xfd\x2c\xbf\xdf\xb0\x12\x00\x71\xac\x36\x53\xec\x10\x1c\x6e\x3a\xc6\x3a\x20\x4c\x80\xf5\x13\x31\xc2\x4d\x70\x62\x87\x55\x94\x8d\x68\xab\xff\x26\x7a\x88\x86\xe6\x2e\x17\x2f\xc4\xfd\x95\x95\x24\x91\x90\x48\xf1\x1b\xa4\x7d\xb4\xd4\x80\xf5\xb2\x1b\xac\x62\x97\x8f\x8a\x1a\xde\x00\x00\xaa\x02\xd1\xa8\x68\x19\x9f\x07\x1b\x60\xfe\xe4\x7f\x83\x27\x11\x4e\x08\x86\x3b\xce\xb4\x7f\x12\x16\xa0\x8c\xf5\x14\xd1\x18\xac\x60\x6e\xa4\xe8\x2e\xc1\x96\x79\x5c\x7c\x95\xfc\x20\x1e\x27\x75\xa3\x93\x03\x1c\x32\x1a\x3b\xd1\xe5\xad\xfc\x27\x3f\x1e\x00\x95\xb3\xe8\xae\x70\x3d\x2f\x12\xde\xc5\x4c\xe5\x1d\xeb\xf8\x42\x08\xe5\xab\x50\xf0\xf6\x46\x41\x01\xe6\x5e\xdd\x25\x61\x10\xbe\xbf\x74\xb1\xc8\x9b\xc4\xcb\x6c\x14\xc7\x52\x2d\xf1\x21\x12\x09\xe3\x62\x00\x57\xfa\x81\x53\xe3\xf2\x56\xbe\x88\xff\x19\x00\xe5\x3e\x71\xb3\x60\x2c\xdb\x86\xde\x44\xef\xe3\xc0\xb1\x6b\x70\x36\x6e\x19\x7e\x7e\xdb\x3b\x5e\x09\xf1\x70\xed\x7c\x7e\x07\xc5\xa3\xa4\x57\xa0\xa7\x41\x19\x3c\xe1\x59\x66\x78\x9c\x5d\x5c\xc9\x7e\x1a\x50\x24\x79\xcf\xbb\xe5\xf2\x5b\x76\x5e\x78\x07\x00\xe5\x24\xc9\x7c\x1e\x89\x71\x81\x14\x49\xcb\x64\xde\x25\x9f\xc2\x22\xd8\x2e\xd4\x8e\xd6\x7b\x9c\x5c\xba\x57\xcd\x62\xae\x85\xf1\xb6\xf8\x00\xef\x29\xeb\x49\xfa\x31\x41\x07\xe7\x57\x5c\xa8\x68\x2a\x3f\x3f\x20\x50\xfc\x42\xb8\xc4\x35\x44\xfa\x4e\xfc\x15\x00\x45\xa5\xcc\x9b\xeb\x43\xcb\x64\xc6\x51\xbe\xd2\x2d\xac\x4a\x4c\x2e\xe3\x25\x1b\x07\x3b\xcb\xaa\xe5\x2c\xaf\x5e\xc3\xbe\xc0\x1b\x57\xf4\x0f\xb7\x95\xcf\x4f\x9f\xce\xfb\x25\xf8\x1d\xbb\x57\xf0\x48\xb4\xc9\xff\x87\xe8\x85\x44\xe4\xda\x20\x9d\x22\x9b\x0e\x80\x5c\x21\x77\xb0\xee\x93\x5b\xc4\xdd\xa4\xbf\x29\x9b\x24\x3e\xa8\x26\x5a\x82\xa4\xb7\x25\x8c\x7e\x56\x1a\x34\x6f\x0e\xd3\x28\xdd\x53\xb8\x95\xdd\x2c\x43\xcd\x09\xe7\xe6\xc8\xa7\xc6\x06\xf2\xdb\xe5\xb7\xfc\x0f\x0b\x17\x28\x16\xbb\xb2\xc5\xbf\x95\xd1\x00\xc8\x96\x2b\xed\x8c\x1d\x04\x8b\x76\x35\x71\x0c\x69\xb6\x96\x84\xd8\x48\x7e\xad\x0d\x6c\x5a\x42\x3d\x04\x3d\xaa\xfc\x87\xbe\x09\x5a\x5f\xd0\xcf\xdc\x01\x09\xd2\x8a\xd9\xb7\xa0\xac\x18\x0b\x2f\x06\x72\xf6\x57\x09\x16\x69\xb6\xb8\xaa\xc4\xe9\x9a\x09\x00\x48\x7f\xa8\xab\xe9\x6e\xb8\x51\xc7\x5c\xbc\x88\x40\xb6\x13\x3b\x0a\x49\xf3\x6c\xac\x46\x3c\x25\xcb\xca\xaf\x78\x46\x2b\xb3\xb0\xf2\xf7\x32\xa4\x66\x7c\xea\x28\xeb\x9c\xa9\x38\xc6\x8b\x5b\x6e\x9c\xe8\x9f\xc5\xff\x47\x6f\x76\xd5\x8a\xd6\x6a\x37\x00\x20\x35\x6b\xce\xd0\x08\xd8\x6b\xbd\xf9\xb8\x9b\xf8\x8d\x3d\x1e\xed\xab\x89\x4b\xbb\x8e\x37\x3c\x21\x0f\x75\xf2\x2b\xd4\xd4\x0d\x0e\x8f\x7c\x0a\xfd\x9d\x6d\x59\x2a\x8e\xd5\x6c\xf5\x8e\x7e\xcb\xb9\x6f\x6e\xf7\x8f\xe3\x0f\x18\xab\x5d\xed\x22\x8c\xee\x1e\x00\xd2\x0a\x88\x46\xfd\x84\xcd\x1e\xd4\xe2\x18\x78\xbf\x01\xef\xf6\x02\xa2\x67\x9f\xa1\xa1\x8f\x3c\xa1\xe7\x4d\x45\x39\x35\xa8\x3b\x27\xbf\x84\x4e\xed\x94\xa4\xd6\x32\x6f\xd9\xad\xd1\xaf\x39\x2c\x2b\xda\x3f\x83\x3f\xdb\x74\xd1\x75\xab\xc8\x49\x7f\x1b\x00\xc9\x1b\xe8\x3e\xb9\x48\xc5\x6f\x0e\x42\x2f\x51\x15\xc2\x3e\xb5\xd6\xaa\x52\xe1\xc7\x6a\x31\xaa\x54\xc4\xc6\xd2\x93\xaa\x62\xf4\xa5\x6c\x8b\x0a\x83\x0f\x9b\x5d\xa7\xea\x24\xed\x0e\xaf\x53\xdd\xa3\xf5\x78\xbb\xa9\xcb\x59\x1b\x9d\x03\xd4\x8f\x79\xaf\x01\xd0\xdc\x10\xfd\x20\xed\x52\xfa\xc3\xf6\xa1\xfd\x94\x9e\xf0\x36\xd8\x35\x65\x74\xc7\xe7\x9a\xe7\xca\x62\xd4\xba\xd2\x36\x25\x0b\x3b\x98\x1d\xa7\x5c\x49\xd8\x36\xdb\x49\xf9\x86\x32\x25\x3c\x50\xd5\x46\x5f\xe9\xed\xa4\xba\xc3\x96\x3a\x47\xab\xbb\xf8\x44\x00\x34\x23\xe2\x48\x52\xa8\xfc\x10\x5c\x83\xd2\xc9\x1f\x75\x3c\x87\x95\x2b\x7c\x51\xb5\x35\x64\x45\x0d\xe6\x72\xc9\x7d\x45\x2f\xde\x91\x75\x58\xf1\x84\x24\x4c\x5c\xaf\x2c\xa5\x0e\x87\xbd\x53\x9e\x62\xbc\xf3\xfa\xac\x22\x70\x94\xce\x29\xea\x24\xc1\x74\x00\x34\x35\x62\x33\xe1\xa2\x34\x05\x9d\x87\xcc\x94\xf6\x62\x53\x5b\x5c\x64\xe3\xf1\x89\xd5\x95\x32\x1a\x11\x55\xfc\x54\xf6\x80\x7c\x30\xf3\xb5\x1c\x49\x2b\x49\x04\xf2\x57\x8c\xef\x61\x06\xc5\x28\xfb\xb2\xd7\x43\x25\x99\x77\xd7\xb9\x59\x85\x16\xde\x06\x40\x3d\x2a\xd9\x81\xa7\x88\xde\x10\xa7\x76\x7c\x10\x93\x48\x67\x9a\x81\xf8\x6f\x8a\x66\x5e\x8b\x44\x41\xab\x2d\x9e\x24\x0d\x67\x94\x64\xa6\x4a\xcf\xb2\x5a\x67\xb1\x65\x3a\x4e\x5f\x58\x96\x9c\xc0\xfb\xe6\x75\x45\x81\x16\x4a\x9d\x21\xa5\x4e\x7c\x1d\x00\xd5\x6d\x59\x00\xf6\x91\x60\x07\x9d\xd1\xbe\x47\x58\xcc\x38\xd6\xf8\x41\xf8\x84\xe5\x59\x85\x17\x2d\x63\x0b\x8a\x66\x89\x85\x9c\x6f\x19\x2a\x49\x39\xaf\x6f\xe6\x7d\x69\xac\xa0\x2a\xf4\x8d\x2c\x53\x94\xe2\x75\x5a\x8e\x95\x84\x3b\x1f\x51\x2c\x97\xde\x03\x40\xe5\x2f\x37\x60\xbc\xb9\xe7\x85\xd3\xe0\xae\x3c\x91\xf0\x5e\x43\x31\x1f\x26\x72\x54\x7c\x10\x14\x8a\xe7\x15\x3c\x15\x36\x4b\xc2\xd2\xe9\x22\x9c\xd4\x69\xa6\x9b\xd8\x28\xfd\x18\xca\x94\x1c\x90\x3b\x79\x8d\xc8\x3c\xe5\x3f\x9c\x3f\xcb\x1d\x8a\x8d\x00\x28\x83\x95\x38\x54\x01\x3b\x56\x4d\x6f\xa5\x70\xbc\xd5\xa4\xba\x8f\x5c\x7f\x75\x53\xf9\x61\x5e\x9a\x1a\x95\x7f\x83\xaf\x50\x73\xe7\x2c\x15\x6c\x54\x1b\x13\x90\x22\x3f\xf5\xc2\x50\x5f\xb1\x58\x7d\xd8\x4b\x26\x9d\xac\xde\x34\xc1\x57\xb6\x4b\x3d\x0f\x00\x05\x4b\xf5\x1f\xe2\x0d\x33\xc4\x92\x07\xf3\x60\x55\x9b\x7b\x6b\xb7\xb3\x95\xa6\xc7\x65\x8b\x39\xfb\x4d\x79\x79\xbf\x78\x53\x8d\x7d\x69\xd7\xf8\x5a\xc3\xb3\xf8\x5b\x42\x17\x43\x4c\xc8\x2a\xd1\x42\x7d\xb5\xd7\x5c\x49\x8b\x2e\x6a\x42\x8c\x2c\x02\xda\x0c\x80\xfc\xab\xa6\x0e\x11\xc2\xd0\x38\x56\xb6\x70\x98\x8b\xec\xa7\x6b\x63\x59\xd7\x6c\xf7\xca\x12\x39\x5e\xd6\xd7\x79\x1b\xb9\x74\xcb\xeb\xb4\x21\xde\x6b\xf3\xd3\xf8\x2d\x02\xbd\xe9\x68\x88\x43\x94\x68\x64\x79\x15\x88\xbf\xeb\x8f\x4d\x48\x90\x5e\xd7\x1e\x06\x40\xbe\x5d\xf3\xa4\x43\xce\x18\xdf\x43\x6e\xfe\xc2\x9c\xd6\xcd\xa8\x39\xc5\x2a\xe9\x6a\x9c\xfb\x0f\x5b\xd9\x19\x9e\x07\x71\x2e\xd9\xef\xa4\x29\x78\x1d\x36\x63\xfc\x6a\xfe\x2f\xab\x7b\x48\x8f\x70\x87\xb9\xc6\xab\x41\xdc\x65\x9c\x35\x01\x26\xe5\xe9\xfe\x7f\x43\x0b\xd4\x01\xab\x34\xff\xd9\xfc\xb2\x4e\x6a\x0e\x6d\x1d\xa9\xf0\x37\x19\xda\x5b\x0b\x53\x8d\xb7\x90\x85\x19\x47\x8c\xb3\x31\xd4\xc4\x73\x06\x0b\xfe\x44\xd4\x38\xfd\x63\x32\xd5\xff\x98\xbe\x80\xde\xe2\x2e\xd5\xad\x63\x4b\x9c\xba\x74\x85\xfc\x45\x00\xe8\xa6\x8a\xb7\xb6\x9c\x35\xad\x69\x8d\xae\xf3\x34\x4d\x86\xef\x2a\x3f\x61\x54\x22\x1a\x0a\x9e\x1a\x5e\xa3\x27\x67\xc8\x0c\x48\xdc\xb8\xc4\x5e\xfd\x45\x62\x62\xe4\x0d\x7d\x01\x65\xc4\x7f\xb3\x6e\x37\x63\xae\x3b\xa4\xcb\xe1\x84\x3a\x6d\xd2\xbe\xe4\x7f\x07\x40\x7b\x56\x7c\xb8\xa5\xd8\x68\x85\x77\xd6\x2e\x36\x7c\x41\x8c\x29\x27\x1b\xb8\x28\x59\x41\xb7\xfe\x27\x76\x42\x46\x9c\xde\x88\xbf\x94\x58\xa7\x77\x27\x9d\x8b\x5c\xa9\xeb\xa7\x8d\xf5\x5f\xa8\x8b\x64\xb2\xdd\xcd\xda\x23\xdc\x09\x4e\x17\xb5\x46\x41\x1f\x00\x5a\xb9\xc4\xbd\x19\xa1\x0f\x45\x1d\xac\xf9\x43\x77\x12\x73\xbb\xac\x5b\x27\xc5\xfd\x9b\x7f\x4e\x17\x4b\xcc\x4d\x57\x6a\x6f\x91\xb7\xcd\x3a\xa6\x35\xd1\x9a\x23\x73\xb5\x73\x98\xb1\xfe\x54\xe8\x3d\x67\x86\xfb\x10\x74\x88\x3f\x7b\x8c\x07\xb4\x5e\x34\x13\x00\xe8\x90\x74\x46\xd3\x14\xed\x24\x42\x7c\xf5\x7a\x68\x17\x69\xe2\xdc\x7d\x10\x8f\x7c\x27\xdf\x15\xaa\xa4\x9e\x9a\x73\x05\x8a\xa2\xdf\x9f\x95\xa9\xf9\xc6\x9a\x1e\x71\x53\x73\x8e\x23\xf7\x2f\xd3\xec\xe2\x4f\x72\x5f\xab\xd9\x2e\x5c\x38\xa6\x45\x73\x48\xe2\x02\x80\xe6\x1f\x19\xb7\xe1\x8d\xfa\x29\x6d\xc2\xbc\xbd\xea\xb5\x74\xa8\xf4\x6f\xb5\x86\xf1\x25\xaf\x42\xad\x64\x69\xe7\xc4\xa8\xd5\x9c\xe4\x99\x9b\xd5\x22\xee\xaf\x08\x81\x9a\xc5\xff\xdb\x3f\x54\xad\x15\x39\xbb\x1f\x52\x6f\x94\xf8\x8c\x19\x51\x3f\x91\x3e\x07\x40\x13\x23\x3f\x56\x7f\x55\xf1\x82\xf7\xbd\x8a\xab\x78\xc5\xbf\x53\xb2\x5b\xf1\x51\xb0\x3f\x77\x86\x32\x55\xb8\x25\x2d\x40\x29\x14\x1d\x4c\xb8\xae\x5c\x2e\x7e\x10\x7e\x49\x79\x47\xea\x3d\xfd\x82\x6a\x92\x8c\xe2\xbe\x57\xd5\x20\xef\x1f\xf3\x55\xb5\x57\x21\x01\x40\x1d\xa1\x94\xd4\x3e\x97\xd9\x14\xe9\x95\x7e\xb2\x65\x0a\x61\xf1\xa8\xec\xba\x62\x7b\x4e\x99\x3c\x56\x39\x29\x95\x29\x1f\x55\x72\x13\x8a\xe5\xff\x2a\x6f\x85\x63\x14\x14\x55\xf9\xf4\x3e\xc5\x09\xd5\x0e\xf7\xed\xca\x52\xd5\xab\xb1\xa9\xca\x1b\xaa\x0b\x00\xa8\xc8\xaa\xeb\x35\x47\x25\xf3\xf5\xdf\xca\xbf\x48\x1e\xea\x0f\x14\x8d\x48\xd3\xf4\x9c\x6c\xb9\xb4\x5f\x1f\x9d\xf2\x5c\x06\x74\x77\xe3\x9f\xcb\x1c\xba\x9e\xf0\x4c\x79\xa4\x2e\x6b\xba\x4a\xfe\xa7\xf6\x80\xfb\x29\x85\x12\xfa\x6f\x2c\x53\x99\xa2\x79\x03\x80\xf2\xa1\xc6\xb9\xa6\x54\x7c\xd5\x32\xbe\x1c\x92\x44\x98\xbb\x8b\xa2\x25\x56\xb3\x4b\x76\xa8\xe4\x8d\x49\x96\xb2\x42\x8a\x34\x3e\x8d\xdf\x23\xfd\x61\xac\x08\xf7\x97\xad\x30\xf4\x4d\x67\xc8\x61\xfa\xe5\xee\x27\x15\xc1\x3a\xca\x58\xbe\xe2\x29\x74\x0f\x00\xe5\x12\x8d\xa4\xfa\x95\x38\xc1\x2e\x2b\x4f\x10\xeb\x6c\x0f\x0a\x6f\x88\x3f\xd8\x62\xb3\x9e\x4b\x1a\xad\xf8\x14\x48\x72\xd4\xd2\x19\xbf\x52\x4a\x33\x6f\x0c\xf7\x95\x85\x9a\xd6\x4d\x17\xca\xee\x1a\x5b\xdc\x6f\xcb\xb7\xe8\x37\x8d\x1d\x51\x40\xda\x2d\x00\x28\x4b\x34\xef\x4b\xb7\xf5\x9d\x6c\x51\x17\x04\xf7\x56\xb5\xe5\x65\xbe\xe9\x7e\xd8\xe1\x92\x32\xb1\x0b\x42\xfe\x8c\xdf\xdd\xe9\x83\x4d\x89\xf0\xb2\x0f\x11\x96\x06\x9c\xb4\x4d\xa2\xb4\x78\xf6\x5a\x90\x0c\xfc\x44\xa2\xe9\x14\xc7\x08\x80\xb1\x41\x00\x01\xa0\x7f\x21\x31\x97\x76\xf6\x8e\xb6\x0e\xe5\xbf\xed\xc9\x68\x4f\xce\xdc\xdb\xf5\x0c\x71\x23\xf9\x4e\xe7\x02\xf4\x68\xfc\x80\xa3\x02\xb7\x24\xfc\x87\xed\x3e\xf1\x51\xc0\x41\x2b\x81\x8a\xf5\xec\x35\xff\xc5\x4c\x9c\xa8\x32\x35\x72\x5d\x00\x30\x7c\x12\x1c\x04\x40\xbf\x50\x22\x2d\x45\xf5\x50\xe1\x77\xf3\xb7\x76\x87\x21\x9a\x33\xe5\x9d\x4f\x51\xd7\x93\x57\x3b\xb6\x61\xe9\xf1\x14\x3b\x8f\x50\x1a\x7e\xcf\x16\x44\x86\x07\x6c\xb0\xec\xa6\xad\xf6\x1c\x34\xe7\xb2\xd2\x27\x0e\x18\x2f\x73\xcf\x03\x60\x30\x09\xb3\x01\xd0\x97\x4a\xb6\x95\x74\x77\x15\xa2\xba\xf2\x27\x75\x7a\x62\x0e\x64\xbc\xb6\x7f\xc1\xbd\x4b\x4e\xb0\x3d\x23\x56\xc5\x8f\xb3\x9e\x26\xdf\x09\xef\xb7\x0c\xd1\x16\x07\x68\xcd\x2d\xcc\x5e\x4f\x87\xc9\x99\xb3\x7c\xe2\x41\xc3\x51\xfe\x1f\x00\xe8\x17\x88\xd6\x01\xa0\x93\x4a\x57\x15\xbf\xb2\x7f\xc4\x6f\xcf\x6b\xb6\x8f\x23\x9a\x33\x8a\x6d\x93\xc8\x8c\xa4\x51\xab\x3f\x55\x1c\xe7\xb0\x84\xd2\x37\x87\xe7\x9b\xa7\xb0\xa6\x05\xd4\x1b\xdf\x71\xe6\x7b\x3a\x0c\x7f\xf2\x9b\x27\xbe\xd0\xaf\x11\x7e\x03\x40\xb7\x4a\x82\x05\x40\xbb\x54\xf6\xb4\x78\x8c\x2d\x90\xf2\x39\xb7\xdb\x1a\x48\xd3\xa7\x2f\xb0\x24\x30\xfc\x92\xdc\xcc\x1d\xcc\xb3\x71\x01\x26\x1d\x7b\x79\xd8\x2b\x63\x0f\x77\x49\x40\xa8\xa1\x87\xbf\xd7\xd3\xa6\x77\x88\xdc\x26\xf9\xea\x06\x25\x39\x00\x68\x0f\xc8\x42\x00\x80\x6e\x28\xa2\x0b\x0f\x9a\xa3\x38\xbf\x73\x46\x4c\x38\x9e\xdf\x9c\x07\xc6\x75\xfc\xe4\xd9\x78\xe3\x44\x01\x32\xd6\x6a\x40\x0b\x57\x86\x19\xf5\xcb\xc4\xce\xfe\x6f\x74\xb7\x24\x22\xcf\x3e\xed\x4f\x99\xf3\x24\xbc\x36\x56\x4e\x02\x00\x52\x2a\x04\x00\x68\xfe\x50\x6e\x2c\x38\x6a\x38\x2c\xad\xc8\xfe\xd3\x10\x2a\xbd\x3d\x27\x4b\x6f\x95\x91\x12\xdf\xe8\x7e\xc9\x41\x6c\x96\x4e\x22\x5f\x17\x56\xa6\x7d\xa1\x20\xfb\x9f\xd4\xd6\x2a\x23\x3c\x07\xa1\x0d\xca\xdb\x93\x16\x40\x9e\x2a\x14\x00\x9a\x7e\x95\x1e\x00\xf5\x67\xd5\xc3\x82\xc9\xba\x4f\xd0\x9c\x6c\x67\x5d\x1b\xd4\x94\x06\x69\xaf\x43\x1d\x89\xcd\x5a\x14\x44\x8b\xb9\x01\xbd\x83\xa4\x61\xce\x90\x0e\xea\xf1\x5f\x03\x85\x40\x3d\x9e\x03\x9a\xd5\x10\x6d\xd2\x5e\x4d\x1a\x34\x19\xf8\xaa\x6f\x6b\xf0\x00\xa8\x71\xea\xc7\xf9\x64\x5d\x90\xfe\x72\xd6\xb0\xb6\x5b\x7f\x30\x2d\x51\x1b\xa4\x1f\x48\x9c\x0c\xad\xd1\x93\x63\x56\x41\xb9\xfa\x9c\xd0\xb7\x9a\x87\x7a\x67\xff\x65\x1a\xbb\x6e\x8b\xe7\x72\x4d\xb4\x2e\x74\xd2\x6d\xf5\x49\x6d\x03\x48\x57\xeb\xa0\x34\x00\xd4\x91\x9a\xbc\xbc\x9b\x5a\xac\xe9\x49\x56\x16\x74\xcf\xb4\x39\xf5\x0b\xc4\x35\x61\x67\xbd\xd5\xfc\x30\x39\xc7\x74\x69\xcc\xc6\xa5\xa1\x6f\x35\x45\xc6\x78\xff\xed\x1a\x27\x83\xd9\xf3\x94\x7a\x89\x7e\x91\x8b\xaf\xba\x52\xc7\x06\x42\xb5\x0f\xf4\x05\x00\xd5\x69\xcd\x9a\xdc\xf7\xc3\x97\x5b\xee\x64\xac\x1a\x9a\xd8\xd6\x9b\x7c\x7d\xa0\xa0\x03\x99\x80\xed\xeb\x46\x35\x47\xf6\xf5\x9c\xc3\xf6\x04\x59\xbb\x5e\x11\x27\xfa\x7c\x70\xbc\xa6\x1c\x75\xdf\x63\x3b\xce\xb8\x3f\xbe\xdb\xb2\x9b\xf3\x1d\x00\xd3\x7e\xc1\x5d\x00\x0c\xfb\x25\x37\x73\xcf\x0d\x6d\x68\x7d\x91\xa1\x19\xf8\xd6\x2e\x49\xde\xde\x5f\x89\x9c\x91\x50\xd6\xbb\x09\xfd\x24\x52\xdb\xfd\x1b\xf7\x26\xc8\xd0\x35\x9b\x94\xee\xf3\xcd\x51\x46\xfd\xc3\xfd\xa0\x2d\x83\x39\x3c\x7e\x93\x25\x97\xcb\x00\xc0\x04\x17\xfe\x9f\x6d\x9a\xe4\x8f\xdc\x45\x83\xba\xf6\xf0\x8c\x86\xfe\xbf\x11\x8e\x64\x5d\x5f\x0d\xda\x2d\x21\xa2\xe7\x38\x76\x59\x24\xa9\x3b\x96\x00\x05\x09\x3b\x99\xe4\x25\x3e\x9f\xed\x43\xb4\x7f\xdd\x4f\x5b\x17\xb1\x7a\xc6\x9f\x32\xef\xe2\x85\x03\x60\xfc\x5b\xa8\x00\xc0\x30\x59\xf2\x2e\x37\xb8\x3f\x03\xb5\x33\xfd\x66\xef\x29\xcc\xa5\x64\xbf\x1e\x04\xee\x47\xfc\xa9\xae\xaf\x44\x74\x64\x64\xa7\x92\xfc\x23\xa8\xda\xfe\x84\x76\xd6\xe7\x85\x2d\x85\x79\xd6\xfd\x82\x85\xc4\x79\x3c\xfe\x3f\xd3\x22\xfe\x6f\x00\x0c\x5f\x44\xb7\x01\xd0\xe7\x4a\xaf\xe7\x28\x7b\xc7\xe0\x15\xe9\x45\xdd\x47\x88\xd8\x24\x7d\x97\x94\x5c\x17\x5f\xd7\x99\x4c\x25\x45\x9c\xb2\x5f\xa3\xaf\x0f\x9a\x62\xeb\x60\x05\xfb\x9c\xb3\x9c\xe6\xec\x72\xbf\x6f\x0e\xe5\xcb\x9c\x13\x8c\x72\x51\x04\x00\xfa\x7f\x25\x7a\x00\x74\x18\xf9\xd4\xec\x4b\xdd\x33\x28\xbd\x73\x16\x77\xde\xa5\xc5\xcf\xfe\xd7\xb1\x9c\x7e\x3e\xee\x96\x5d\xcc\xec\x8c\x60\xdb\xb2\xd9\xe2\xc0\x6b\x96\xbb\x5c\x93\xcf\x4e\x33\x95\xbf\xc3\xfd\x9d\xf1\x89\xc8\xc7\x99\x60\xc0\x4a\x1a\x00\xd0\x3b\xcb\xd2\x01\xd0\xf6\x29\x2a\xb3\x16\x3b\xf2\x38\x05\x69\xe7\xed\x89\x5c\xfa\x6c\xb6\x2d\x82\x37\x1a\x87\xb3\x06\xf1\xef\x45\x04\x58\x5c\x84\x79\x81\xab\x4c\x0f\x44\x7b\x7c\xb6\x1a\x97\x49\x0a\xa6\x04\x1b\xe6\x4a\x1f\x3b\x5f\xd4\xbd\x94\xb7\x03\xa0\x3d\xa8\x60\x00\x00\x71\x94\x47\xb2\x9c\xad\xf7\x24\xe1\x69\xa5\x96\x97\x92\xf3\x89\xbf\x2d\x4e\x52\x51\x5c\xa0\x79\x9a\x6c\x66\xf8\x6b\x53\x88\xec\x4b\x60\x97\x31\x42\x7e\xd5\x67\xa7\xc1\x5f\xb1\x66\x4a\x89\xee\x8d\x52\x3d\x21\x4c\x7b\x58\x15\x01\x00\x74\x54\x85\x00\x40\xb3\x42\x75\x21\x73\x85\xf9\x3f\xf5\x96\xd4\xc3\x66\x4f\xf5\x93\x44\xa1\x29\x5b\xe3\x19\xbb\xd6\x88\xd6\x94\x85\xaf\x33\x18\x35\xc6\x40\xa2\x7e\x8b\xe6\xa0\xcf\x2a\xdd\x6d\xcd\xfd\x29\x48\xed\x6d\xcd\xbd\x09\x38\xe8\xae\x66\x35\x00\xd0\x24\x4d\x20\x00\x1a\x6f\xf5\xae\x4c\x2f\x73\x88\x2e\x32\x15\x67\x2a\xd4\x45\x25\x26\x1b\x45\xba\xe0\x58\xb1\x61\xb9\xce\x3f\xdc\xa8\x3f\xaf\x9b\x1e\x08\xd3\xbb\xe8\x5c\x7c\x96\xeb\xca\xb5\x37\xa7\xb0\xb5\xed\x5a\xe1\x04\x2b\xc4\x84\x6e\x00\xa0\xd9\xa0\x79\x0b\x80\xfa\xb2\x26\x3c\xa3\xd7\xd4\x61\xf4\x4a\x9d\x6a\xd4\x1b\x3e\x26\x3a\x1b\x0e\x19\x8e\xc6\xa2\xf5\x2f\x0c\x7d\xe1\x1c\xfd\x34\x03\x26\xb0\x43\x87\x31\x78\xf9\xec\xd3\x6e\xd1\xcf\x9f\x32\x1f\x3a\xaf\x7b\x3c\xe1\xbc\xe6\x1f\xed\x2b\x00\x34\x79\xd0\x5a\x00\xd4\x2a\x8d\x24\xbd\x7d\xa1\x2f\x6c\x76\x72\xd1\x7c\x97\xb6\xbb\x09\x9b\x47\x40\xc7\xd2\x28\xdb\xd0\x34\xd4\x50\x48\xe4\xc0\x44\xec\xb5\xe9\x8b\x7a\x2f\x13\xeb\x3d\x17\x75\x8b\xa8\xee\xae\x69\x8e\xa7\xcc\x99\x63\x27\xda\x98\xdc\x12\x00\xcc\xbf\x84\x13\x01\x30\xb2\x24\xdf\xd3\xe7\xcc\xff\xda\x36\x27\x39\x6a\x14\xb4\xef\x4d\x18\x1e\x76\x43\x36\x47\xa9\x06\x93\x30\xfe\x21\x11\xfd\x99\xf8\xa8\xe9\x2b\x7b\x7d\x48\x7c\xcf\x2d\x5d\x17\xa8\xbf\x5d\x2b\x1d\xcd\xcc\xbb\x63\xa3\xad\xaf\xb9\x6b\x01\x30\x0f\x08\x67\x02\x60\x9c\x2e\xb9\x92\x3e\x7e\xf4\x6a\x3b\x3d\xe9\xfb\xf0\x27\xc4\x89\x04\xe1\xd0\x34\x74\x76\x14\x65\xa0\x1c\x7b\x21\xc4\xaf\x0f\x43\xd8\x34\x7d\x45\x4f\x1d\xf9\x8a\xe7\xbe\xae\x19\xf4\xd9\xae\x1d\xf6\x3d\xac\xb3\x63\x8b\xad\x18\x5e\x0b\x00\xe6\x20\xe1\x20\x00\x86\xdd\x92\x9f\x73\x2e\x0f\xe3\x51\x6f\x92\x76\x0d\x1e\xc3\x7c\x48\x88\x1f\x08\xc5\xbb\x47\x25\xf6\x89\x89\x82\xe0\x8f\x3d\x5b\x29\xde\xd3\x07\xbb\x8e\xd2\xde\x78\xfe\xe9\xd8\xc2\xfc\xe2\x2a\xb0\x49\xb9\x53\xc7\xf2\x2d\x05\x82\x30\x00\x4c\x11\xa2\x97\x00\xe8\x9f\x4a\x1f\xcc\x99\x3d\x58\x8c\xc7\x27\x25\xf6\x1f\x27\x36\xc4\xaf\xed\x2b\x25\x97\x44\x9e\xe9\xd9\x41\x45\x07\xaf\xef\x76\xa3\xaf\x9b\xce\xe8\xcc\x60\xc5\x79\x1e\xb0\x97\x72\xce\xba\x5a\xad\xb3\xf8\x3d\x63\xd7\x9a\xbd\x45\xd9\x00\x18\x43\x24\x8e\xff\x93\x29\x0f\x48\xfb\xa3\xbf\x8a\x02\x9f\xbd\xae\xf7\x21\xf5\x53\x7c\x62\x8f\x80\xbe\x20\x92\xda\xf5\x93\x49\x0a\xa6\x76\xb2\xd8\xf0\xe9\x15\xf6\xdd\x5c\xb1\xe7\x6e\xeb\x63\xfe\x26\xd7\xa5\xe6\xd7\x22\xdf\xb1\x4f\x8d\x1f\x25\xed\x00\x18\x62\x64\x99\x00\xe8\x66\x2a\x60\xa9\xf3\x7b\x34\xec\x7d\x89\x3f\xbb\xb3\x39\x9f\xe2\x6e\x75\x7e\xe0\xcd\x8a\x4c\x70\x8c\xf2\xd5\xc1\xe5\xf6\xd9\x82\xf7\xd3\xab\xac\xeb\x44\x2a\xcf\x9b\x96\xa9\x12\x4f\xd7\xb7\xa6\x62\xe9\xb1\x71\x24\x03\x53\x5e\x05\x80\xee\x9a\x82\x00\x80\x76\xb2\xf2\x48\x2a\xba\x2b\x42\x5c\x9e\xb8\xcb\xf1\x41\x32\x26\x6e\xbe\xfd\x4f\xc9\x81\xc8\x09\x36\x9b\xd4\x14\x9c\x61\x2d\x92\x51\xa6\xb7\x9a\xdf\xca\x61\xd3\x9c\x4c\x36\x45\x86\x5b\xae\xe1\x99\x32\x6e\xdc\x43\xfd\x1c\xe5\x2b\x00\xb4\x97\x55\xd9\x00\x40\x19\xaa\x63\xa9\xb5\x8e\x70\x15\x94\x48\xb7\x8f\x51\x9d\x88\xcb\xb2\xfe\xa3\x76\x89\xd8\x6d\x39\xa1\x86\x07\x3b\x99\xfb\xd5\x3b\xa7\x67\x99\x58\x1a\x67\xcf\x9f\xc6\x3c\x4d\xae\x1b\x41\x7f\x52\x83\x18\x9f\xae\xab\xd4\x54\x00\xa0\x9d\xa6\xbe\x0b\x80\x66\xa3\x7a\x30\xe5\xbc\xbd\x18\xba\x92\x18\x64\x8b\x81\x9e\xc4\x8d\xb7\x06\x40\xef\x22\xfa\xcc\xdf\xb5\xae\x41\x2f\x4d\x97\xb5\x33\xa7\x27\x19\x0f\x6a\xd3\xa7\x39\x19\x96\x6a\x43\xdc\x54\xfa\x02\xe8\xd1\x78\x9c\xf6\x3a\x44\x07\x00\xda\xa1\x59\x09\x80\x86\xaf\x7e\x9b\xd2\x6e\x13\xe9\x57\xce\xba\x69\x45\xeb\x3b\x63\x1f\x59\x60\x7a\x4e\x84\xda\x9c\xa1\x27\x04\x3d\x31\x79\xea\xdb\xa6\x67\x19\xdd\xf4\xb1\xd3\x7c\xf5\xbf\x75\x7f\xb9\xad\xd2\x6d\xd4\x95\x8c\x5f\xa0\x6d\xd1\x4a\x00\x80\xca\x20\x0a\x00\x9a\x19\x1a\x76\xef\x02\x64\x76\x7d\x82\xd9\x07\x75\xba\xa9\x44\x59\x88\xe1\xc3\x9a\xb9\x83\x38\x22\x7c\x05\x71\x06\xc1\x86\xf4\x6f\x3d\x48\xba\x85\xd9\x50\xe9\x4a\x65\x11\x38\x99\xb5\x0c\x15\x65\x28\x7a\x0a\xfb\x28\xe3\x8a\xe7\x3f\x7c\x11\x37\x0e\x00\xf1\x45\x61\x64\x8f\xae\xa3\xbd\x69\x89\x29\x1d\x39\x0d\x26\x52\xb0\x51\x2f\xe0\x95\x9c\x7b\xd8\xf1\x88\x3a\x82\x12\xdf\x8a\x16\xb7\x26\x12\x2f\xe2\x8e\x57\xf4\x52\xba\x49\xf9\x19\x5f\xe8\x47\x69\x9e\x51\x3b\xd8\x29\xcc\x6f\x9e\xfb\xf9\x93\xb8\x5f\x00\x10\x1b\x85\xbd\xdd\x78\xb8\xaa\x35\xdd\x58\xd3\xd1\x0e\xff\x4b\x3e\x88\x44\x22\x70\x9c\x19\xe8\x95\xe8\x10\xfc\x75\x5c\x30\x6e\x0c\x6c\x11\xe1\x30\xd1\xb9\xc2\x9b\xbc\x9a\x32\x27\x63\x80\xf6\x8b\xbe\x39\x0a\xc7\x1a\x62\x97\x78\x1a\x79\x5d\xbc\x97\x00\x88\x13\x44\xf1\x9d\xcc\x96\xef\x28\xa4\x5e\xdb\x96\x80\xd1\x48\xdf\xb7\x6b\x70\xf3\x59\xeb\x90\x13\x08\x77\x71\xfd\xe8\x43\xe4\xc2\x16\x13\x6e\x23\x75\x7f\xf9\x4c\xe2\x43\x06\x22\xfd\x33\x95\xcd\x8e\x8e\xfc\x8b\xd9\xce\xf3\xf2\xac\xe4\x76\x0b\xa7\x02\x20\x42\x8a\x17\xd9\x89\x8d\x4b\x89\xef\xb5\xfb\x5b\xdc\xc8\x8b\x25\x9c\xd6\x51\x6a\x39\x13\xd6\x4e\xa0\xfd\xc2\x72\x90\x38\xc6\x5f\xcd\x26\xcc\x08\x6b\x57\x59\x13\xc1\x87\xb3\x37\xbd\x88\xfc\x86\x77\x3f\x12\xcd\x08\x10\xce\xf0\x8c\xe5\xd8\xc4\x78\x00\x84\x5a\x69\xb1\x55\x5f\xc7\x61\x4d\x80\x7c\x1a\xfd\xd8\xb1\xa2\x1f\xcd\x4f\x38\x95\x0c\x8f\xd6\x57\x5c\x06\xa6\xad\x23\x96\xb7\xbe\xa9\x17\xb5\x82\xff\x6e\xae\x19\x47\x14\x56\xce\x59\x46\xd2\x8a\x0e\x46\x3a\xd1\xde\x4b\x4a\x3d\x83\xd8\x23\xd2\x63\x00\x08\x0e\xca\x1e\x9b\xdd\xe6\xb5\xcb\xf0\xaa\xfd\xb5\x2d\xb2\xed\x82\x33\x0d\x52\xb9\x13\xcd\xb7\xf9\xaa\x7c\x2e\x6a\x41\x1b\x51\xbe\xa0\x31\x02\x91\x2e\x7f\x5d\xca\xc6\xcc\x53\x94\xa5\x3d\x23\xec\x57\xac\x8e\xd8\x4c\x95\x29\x5d\x3c\x13\x59\x0a\x65\x35\x00\xfc\x17\xca\x6c\xc3\xe2\xf2\x2f\x26\x8c\x62\x60\x5e\x85\xf1\x04\xef\x51\xed\x11\x63\x0c\x05\xdd\x88\x31\xe8\x91\x7e\xb0\x4c\xfd\xdf\xf5\x8f\xdb\xeb\xf5\xe9\x25\x32\xd4\x26\x9d\x22\xad\x14\x4f\xd2\x6e\x8f\xa0\x53\x58\xd0\x55\xcf\x2c\xe6\x31\xcd\x1f\x00\xf0\xb9\x6a\x92\x7e\xda\xdc\xe1\xbe\x65\x72\xaf\x4a\x9f\xde\x36\x2e\xb7\xfa\x60\xf7\x2f\xf2\xe4\xfa\xce\x2e\x65\xc7\xb3\xe6\x11\xc7\xa7\xba\x4f\x6d\x8f\xed\x35\xc5\x57\x91\x02\xab\x25\xf5\x35\x8e\x65\x1e\x8d\x10\x93\x57\x1b\x21\x4f\x35\xb3\x58\xef\x0c\x00\x3f\x1d\xaa\xd7\x91\x4b\xb7\x8d\x34\xc9\x48\x15\xe9\x43\x3b\x38\x0f\xe6\xbd\x1e\xf8\x4c\xb2\xd6\x5d\xec\x9f\xd6\xc1\x6b\x7a\xdf\x1b\x58\xb7\xac\x6d\x5e\xf7\x84\xe2\x0d\x88\x77\x8e\x93\xa9\x4f\x71\x93\x6c\x95\x11\xcb\xc9\x75\xe6\x51\xcf\xdd\x4c\x17\x03\x0b\x00\x7e\x80\x76\x82\xf6\x5b\xa9\xf3\xa2\x30\xe9\xc7\x72\xf3\x82\x22\x8e\x69\x5e\xd1\xe8\x4c\x52\x5e\x5d\xe2\xd0\x8f\x8e\xb4\xa6\xf6\x81\x75\x75\xaa\xd6\xc3\x7d\xc9\xc5\xcb\x10\xbc\x6e\x6d\xea\x07\xec\x32\x07\x14\xf1\x80\xf4\xd1\x5a\x35\x6d\x22\xe3\x98\x51\x05\x00\xef\x85\x96\xd9\x79\x0a\xcd\xaf\x4f\xd5\xaf\xc2\x5c\x6f\xaa\x91\xb9\xe2\xe0\x30\x24\x6b\x29\xc1\x17\xbe\x11\xc7\x25\xb9\x20\xc3\x5b\xda\x29\xf1\x98\xdd\xe5\x4e\xb4\x2e\x82\x26\x7d\x2d\x13\x4f\x59\x17\xb9\x87\xc3\x66\xbc\xf3\x2c\xe0\x3f\xe4\x22\x00\x10\x7f\x15\xd2\x1d\x67\x90\x0b\x9a\xfa\x75\xe7\xd1\x31\x30\x86\xb4\x18\x73\x13\x9e\xcb\x7c\x8f\xfb\x03\x51\x81\xbd\x4e\xb8\x8b\x16\x36\xff\x45\x8e\xc2\xfd\x59\x66\xa3\xee\x20\xcd\x4d\x6f\x64\x6c\xa0\xcd\x88\xe4\xb1\x1f\xb3\xa6\x7a\xce\xe0\xf3\xff\x6f\x11\xe2\x4d\xc2\xeb\xf6\x03\x1d\x27\x5b\x7d\xb5\xaf\x90\x32\xf8\x56\x09\x0f\xdd\x82\x28\x60\x66\x62\x89\x68\x17\x6c\x06\x7e\x0d\xf6\x63\x73\x15\x69\x06\xe1\x67\x99\x0f\xe5\x32\x25\x6d\xce\x77\xfa\x2b\xfa\x8e\xc8\x24\x76\x15\xbb\xd5\xe3\x0b\xef\x17\xdf\x0b\x00\x71\xb3\x88\x69\x3d\xd2\xd6\x82\x8a\x82\xc2\xda\x61\x98\x1a\xd1\x1d\x84\x12\xc7\xa4\xff\x85\xba\x48\xd8\x86\x71\xc2\xb6\x92\xa7\x37\xe5\x13\xa6\x51\x17\xce\x9d\x43\xf6\x62\x94\xcd\x41\xd0\x88\xec\xb0\x88\x9d\xac\x69\xbc\x30\x8f\x33\xbc\xb1\xc2\x14\x00\x44\x66\xf1\x3d\xf3\xc9\x96\x49\xc4\x41\x35\xa6\xb5\x82\x5c\x27\x84\xc1\x37\x51\x9d\x68\x2a\x44\x3e\xed\x20\xea\x1e\x7a\x1c\x63\xa4\xb1\x10\x37\x89\x65\x2a\xc5\x11\x6b\x39\x83\x69\xbb\x29\xaf\x78\xe7\x23\x4a\x18\xb7\x84\x41\x1e\x1b\xb9\xe3\xc5\x4a\x00\x84\x3b\xa4\x62\xe3\x9b\x86\x57\x4c\xbb\x72\x5f\x33\x85\xb5\x8f\x7f\xbf\xd5\x95\xfd\x8c\x9a\x0e\xbf\xca\xf5\x44\x9e\x44\x5c\xe6\xb5\x37\xd4\x60\x02\xf8\xeb\x4a\x06\xf1\x2b\x85\xde\x69\x01\x64\x83\x68\x51\xf8\x0b\xfa\x76\x49\xa6\xc7\x52\x8e\x9f\xf4\x12\x00\x82\xcf\x72\x77\xbd\xae\xe6\x81\x74\xb1\x5c\x5a\xbf\x41\xe6\xc2\x3d\xdb\xb4\x44\xc6\x22\x37\xc2\x8e\xca\xfe\x40\xf8\xb5\xfb\xcb\x23\xea\x5e\x22\x77\xc9\x8d\xc5\x56\x6c\xbf\xfc\x73\x2a\x8b\x78\x4c\xc1\x0a\xdf\x46\x2b\x50\xfc\xe3\x71\x82\xf5\x55\x59\x05\x80\xc0\x57\x89\xd2\xe6\x56\x29\x8d\x14\x29\xbf\x66\xa1\xe1\x05\xc7\xa9\xfe\x89\x01\x47\xdc\xdc\x5c\xa7\xbf\xd0\xbe\xbc\xf5\x83\xbe\xa4\x76\x47\xc7\x75\xdd\x9a\xa2\x45\xe8\x1f\xba\x09\x29\x57\x08\x5c\x2d\x3c\x9c\x4e\x4d\x85\x06\x3c\xee\xb3\x32\xff\xdf\x93\xfc\x61\xb5\x44\xb3\xb0\x62\x6a\xaf\x40\xfc\x74\x1e\xb1\xa7\x94\x65\xac\x7d\xd4\x3d\x96\x80\x6c\x94\x76\x0e\xc0\xc5\xb0\x5a\x47\x68\xcd\xb9\x76\x82\x6d\xa0\x08\xa0\x0e\x59\xde\xa5\x68\xf1\x42\x73\x58\xb8\x89\x42\x35\x46\x79\x46\x33\xb7\xe9\x2e\x03\xc0\x6f\x85\xaa\xd4\xef\xcb\x63\x87\x3d\xc5\x39\x55\x86\x41\x33\xf3\x75\xad\x47\xff\x63\xfc\xdd\x86\xfd\x7d\x3e\xf0\xc9\x2d\xcb\x7b\xd2\x6b\xd4\xf0\x33\x5d\xb9\x85\xd7\x50\x59\x8e\xc0\x14\x09\x7e\xb2\xf5\x68\xf8\x06\x8a\x87\x79\xb6\x67\x07\x53\x6c\x98\x0d\x00\x3f\x03\xfa\x4f\xad\x28\x93\x2c\xb8\x24\x3a\x55\x79\x7d\xfe\x18\xa6\xad\x06\x3f\xe2\x82\x77\x34\xf8\x0d\xbe\x6d\xbb\xda\x32\xb9\x7f\x57\x0d\x1a\x9e\xdb\xdb\x51\x78\x15\xb9\xb7\xeb\x62\x8a\x0d\xb7\xd4\xfe\x29\xfc\x19\x79\x9b\xe5\xba\xe7\x06\x66\xa2\x31\x07\x78\xf3\x9d\xb4\x68\xeb\x71\xec\xd9\xfa\x7c\x68\x0c\xde\xb9\xa9\x5d\xb4\x90\x40\x85\x11\xe8\x6c\xe2\x07\xf8\x36\xb4\x96\xbc\x1b\x19\xd3\xb8\x87\xba\x15\xb3\xbf\x74\x13\xfd\x15\xc1\x9c\xb6\x9b\x65\xa4\x6c\x8a\x48\xe0\xa2\x98\xc0\x23\x45\xd0\xcb\x95\x00\x20\xa1\x08\x47\x2c\xb7\xd1\x3f\x9a\x2c\x9a\x44\x2c\x0e\x86\x13\x3e\xc0\xbd\x87\xcf\xa4\x9d\x22\xac\x40\xe4\xa1\x3e\x90\x7a\xd0\xac\xc6\x4c\xca\x76\xdc\xc1\xd2\x42\xba\x37\xa9\x28\x8d\xc8\xbc\x4a\xf3\x0d\x7f\xc5\xb9\xc6\xf2\xf5\x98\x21\x88\xe3\x65\x01\x20\x09\x13\x39\x99\x9f\xa3\x12\x61\xdf\xd4\x4d\xe8\x83\xf0\x4e\xa1\x3f\x56\x88\x08\xa0\x05\xe1\x1b\x51\xef\x51\xed\x44\x12\xf6\x5e\xc3\x0e\xf2\x16\xc2\xcb\x92\xcb\xb4\x4c\x4a\x74\x9a\x07\x33\x80\xbe\x36\x7c\x03\xa7\x88\xdd\x36\xf5\x3b\x7f\x37\x3f\x0a\x00\xf1\x59\x51\x9f\xf1\x69\xfb\x45\xe4\x6b\xa5\x03\xb1\x12\xe3\xcf\xef\x42\x2d\xc7\xe5\x52\x4e\x60\x8e\x11\x74\xc8\x24\x7c\x08\xe9\x6d\xfd\x0e\xe2\x16\xaa\xb0\xf8\x17\x45\xc3\x88\x4b\x15\xd3\x17\xb1\xdd\xc3\x0b\xd8\x1e\xbc\x19\x53\x1f\xf1\x8e\x0a\xf3\x00\x10\x3b\x8b\x7f\xeb\xff\x6b\xed\x26\xe6\xca\x2f\xc3\xd7\x93\x7e\xf2\x9c\x3b\x5e\x53\x76\x91\x79\xa8\x02\x9a\x00\x31\x19\x73\x93\xd1\x5a\xb7\x0b\xbf\x85\x55\x5b\x1c\x4b\x3a\xce\xa1\xa4\xdc\xa5\xc5\xf3\x36\x87\xdd\x66\xde\x17\x7a\x4e\x3d\xc7\x3d\x2b\xd6\x00\x20\xca\x90\x0e\xe8\x22\x9a\x8d\x4c\x0f\x59\x02\xec\x01\xab\x82\x63\x86\x23\xd9\x4a\x52\x6c\xc7\x63\xce\xa6\xf6\xcf\xa8\xcd\xbc\x31\xb5\xc7\xb1\x67\xf8\xc8\x22\x2c\x31\x54\x70\x2d\xa5\x92\x72\x4a\xc4\x0d\xb3\x33\xf6\x4b\xc2\xa6\x1e\xe7\x3c\x90\x9e\x03\x40\x28\x94\x47\x6b\x4e\xd6\x5b\x24\xd7\x25\xa0\x29\x41\xda\xc1\xea\x6d\xf9\x22\xbd\x41\x80\xb5\xdd\x96\x25\xc3\x1b\x11\x63\x65\x2b\x6b\x68\x68\xb6\x7c\x7a\x61\x07\xde\x5f\x3e\x92\xbc\x82\xec\xae\x88\x0b\x43\xd0\x2b\x15\x7f\x4c\xfd\x97\x7d\x48\x99\x0e\x80\x60\x48\x49\x53\xad\xac\x99\x65\x60\x88\xfc\xeb\x83\x0c\xce\x8c\x27\x4d\x69\xfa\x41\xdc\x11\x18\x4b\x3f\xad\xf5\x19\xfc\xa9\x6e\xb8\x3a\x1f\x39\xa4\xf3\x2a\x90\x60\x2d\x5a\x4b\xb2\x27\xf1\x0f\xe8\x5b\x58\x18\x2d\x0f\xaa\xf3\xf0\x61\xfd\xd4\xc8\x01\x10\x78\xab\xb9\x8a\x4f\x55\x9b\x7a\x0a\x05\xf2\x9a\x87\xdd\x09\x74\x44\x43\x6a\xd7\x58\x2c\xa7\x79\xc8\xb1\x1a\x76\xaa\x2d\xd7\x5e\x31\x0f\x85\x08\xb7\xde\xc8\xbf\x83\xa9\xb2\xd4\x26\x1d\x27\x1c\x36\x2d\x0a\xcb\xa2\x0a\x0c\x87\x3d\xb0\x2c\xa1\xae\x1b\x00\xfe\x19\x28\x4d\x51\x54\x79\x6a\xf0\x14\xff\x7a\xcd\x98\x81\x16\xda\xbe\x7a\x7c\xdf\x69\xcc\xeb\xa6\x6b\xbd\x53\x61\xa8\x56\x7b\x77\xd5\xbc\x69\x1d\xc6\x4e\x66\xfe\x56\xf4\x51\x3b\x23\x69\x0f\xa1\xd1\x9a\x1c\x06\xa7\xce\x30\x1d\xf4\xe8\x62\x65\xe8\x9f\x02\xc0\x5f\x05\x3d\x94\x9f\xa8\xf4\x99\x2f\xe1\xe3\xab\x1b\x46\xf6\xd3\xea\xeb\x76\x0f\x3d\xc0\xcc\x6f\x9a\x3d\x70\x0b\x16\x05\x7b\xd7\xb7\xaf\xea\x53\xfb\xe7\x1e\x4d\xfe\x06\x74\x5e\x97\x77\xd2\x25\xfc\x13\x3b\x22\xac\x9f\xb2\xd7\x82\xf4\xb8\xc3\x7c\x6d\x78\x0d\x00\x9f\xaa\x2d\xd7\x6e\x22\xb5\xd6\xb3\xa4\x70\x72\x6b\x13\xc4\x46\x53\x54\x30\x13\x61\x07\xf5\x11\xfc\x30\xbc\x82\xce\x41\xc6\xd7\xb8\x31\x23\x30\xfb\x0a\x16\xb0\xa7\x10\xcc\x49\x34\x6e\x16\x65\x65\x48\x37\x7f\x0f\x73\xbc\xfb\x7c\x91\x8a\x6b\x03\x40\x7a\x57\xf8\x27\x74\x81\xb0\xb3\x69\x44\x32\x9f\x78\x03\xc6\x64\x1d\x21\x87\xc1\x33\x08\xa1\x94\xd5\x88\xd9\x6d\x47\x68\x6d\xe8\xa6\xea\x41\x46\x32\x6e\x79\x41\x06\xab\x98\x94\x90\x34\x9d\xd3\x47\xfd\x15\xd2\xc8\xcf\x60\xb9\xb8\x3b\x44\x33\x78\x05\x00\x48\x87\x44\xa1\x9a\x67\x78\x2f\xd8\xdf\xe2\xab\x04\x18\x5c\xcd\x9a\x41\x3c\x82\x98\x8a\xb7\x92\x89\xa8\x93\x6d\x59\xd4\x2c\xec\x86\xea\x20\x7a\x06\x61\x6f\xfe\x35\x26\x93\xfc\x6b\xf6\x09\xf6\x33\xba\x3e\x24\x88\xb7\x9e\x5d\xe8\xae\x14\x6e\xe6\x87\x02\x20\x2d\x17\xad\x53\x07\xa1\x2f\x21\x75\xa2\x4c\x6c\x13\x7a\x3d\x63\x35\xee\x37\xf6\x3c\xae\x82\xf0\x86\xe0\xdf\x1a\x47\x76\x21\x75\xcd\x4b\xa5\x56\x53\x83\xf3\xbd\xe8\x7f\xd2\xef\xce\x9e\xc5\xd2\xb0\xfe\x0a\x3e\xca\x35\x73\x3f\xb9\x13\x05\x27\x85\x31\x00\x48\x6c\x12\x0f\xa5\x08\xb1\x84\xb0\x52\xb0\x0e\x85\x22\x21\xe8\x19\x98\x0a\xca\x64\xcc\x4f\x9c\x8c\x7a\x07\x36\x86\x70\x93\x7e\xa1\x2a\x8d\x8c\x62\xfe\x95\x57\x40\x0b\xe0\x80\xc4\x85\x4c\x7f\x1e\x32\x58\xc1\x41\x09\x1e\xb8\xd3\xf8\x37\xc4\x58\x00\xc4\xc7\xa5\x4b\xe5\x3b\xe1\x66\x46\x02\x3f\xa0\xc3\xc1\xc4\x52\xaf\x22\xf7\xb0\x06\xd0\xfb\x30\x31\xec\x07\xcd\xcf\x70\xc7\xb8\x95\x95\xf9\x44\x33\x6f\x5f\xae\x84\x02\x09\xe6\x25\x4e\xa7\x1f\x16\x39\x07\x97\xb0\x8b\xc5\xb7\xdd\x45\xbc\x77\xd2\x25\x00\x88\x9d\xe4\x49\xd2\xfc\x96\xf3\x62\x36\xe7\x7e\x9b\xaf\xc4\x99\x7c\xbd\xdd\x26\xe9\x42\x7e\x46\x96\x4b\xa7\x34\xb5\x63\x66\x4b\x97\x96\x7f\xc3\x97\xca\xe6\xe4\x68\x48\x5d\xb2\x9b\xb3\xa4\xb4\x69\x72\x6b\xb0\x2f\xf3\x86\xa2\xce\x7d\x15\xf7\x8a\xe2\x35\x00\xa2\x08\x25\x42\x1c\xda\xe8\xd0\x99\x59\x9f\x5b\x52\x74\xb9\xa4\xc0\xd6\x1f\xda\xe7\x08\x72\xfb\x57\x6d\x57\xa3\x13\x2a\x54\x5b\x50\x76\x07\x2b\x83\x9e\x64\xaf\x21\xba\x41\xa6\x99\xdf\x29\xa7\xa0\x88\xa0\x8f\x8c\xd3\x9a\x6d\xee\x17\xb8\x2e\x9a\xa9\x00\x08\xfb\xd5\x55\xc2\x35\xf5\xf1\x9d\x6f\x99\xe6\xc6\x5f\x8e\x7f\x09\x7f\xb4\x7c\xb1\xbf\xea\x48\x82\x07\xda\x8e\xd5\x7f\x46\xf0\xad\x03\x65\xe3\x31\x63\x2d\xf0\xec\x29\xf8\x33\xe6\x49\x33\x37\x90\x8f\x19\x2d\x41\xdf\x18\xce\xfa\x17\x53\x3c\x38\x6a\xed\x37\x00\x84\xf9\x9a\x8f\x82\xbb\x75\xf5\xfd\xa9\x8c\x07\x8d\x91\xbd\xaf\x08\xb3\x5b\x42\x7a\x0c\xed\x3b\xda\x5a\xbb\xc7\xd4\x77\x76\xec\xef\x64\xcd\xdd\x87\xc6\xda\xcf\x65\x3d\xc2\xe7\xda\x5c\x67\x2e\x25\x37\x58\x26\x06\x4f\xa1\x6f\x30\x5e\x9c\x92\xcd\xc9\xd7\x17\x00\x20\xf4\x80\x46\x04\x85\xb5\xab\x86\x37\x32\x70\x0d\xc2\xa1\x08\xfc\xd5\x66\xe6\x80\xb4\x9d\xd9\xba\xae\x6f\x7d\x7d\x5b\xc7\x8c\x9e\xa3\x73\x47\x51\x67\xba\x4e\x66\xdd\xc2\xed\x72\x2c\x9e\xb9\x97\x74\xd3\x16\x13\x3c\x8f\x5e\x61\x26\x4d\xd1\xb1\x5f\x1b\x4a\x00\x10\x9c\xd3\x4e\x94\x9e\xa5\x6f\xa9\x5f\xc8\x79\xcf\xa0\x34\xad\x26\xb7\x32\x5b\x61\x2b\x90\xb9\x2c\x2a\xfc\x52\x23\x89\xbd\x0c\x99\x52\x76\x9a\xf3\x1b\x73\x30\xdb\x83\x67\x25\xd8\x13\xe4\x02\x1c\x65\xf9\x0c\x89\x48\xc6\x74\x76\xb5\x48\xfe\xe2\xf6\x00\x20\xdf\x21\xbc\x2d\x9d\x46\x1b\xd7\xb4\x88\x53\x48\xfb\x00\xa3\x91\xf6\x33\xdc\xe1\xb3\x10\x2b\x98\xc5\x88\xe0\x86\xdb\xac\x05\xe8\xa2\xb2\x5a\x4e\x10\xae\x33\x6b\x15\xf7\x1c\x29\x20\x61\x16\xff\x04\xf5\xe5\x8c\x62\xd1\x18\xe6\x4f\x57\x95\x44\xc4\x4b\x03\x40\x2e\x12\xc5\x48\x6a\x28\x30\xd8\x9f\x6c\x33\x55\x02\x6f\x21\xf9\xd0\x8e\x76\x3c\x44\x4c\x60\x78\xa1\x06\x1a\xca\x98\x5d\x58\xc5\xdc\xf3\xec\x54\x82\x3d\x2b\x87\x3b\x9e\x7c\x33\xfe\x11\x3f\x84\x8e\x99\xe1\x29\x54\xb0\xa3\x5c\xb9\x12\x0f\xfe\x24\x00\xe4\x71\xa2\xb5\x22\x3e\x31\x13\xe9\xcf\xbc\x41\x9a\x8f\x2e\x26\xd8\x28\x91\x58\x4c\xfb\x56\xea\x1f\xf8\x2d\xf5\xa1\x74\x35\x69\x66\xe9\x45\x26\x9e\x72\x22\x93\xc6\x16\xd0\xfb\xe3\x2b\xb9\xe7\x58\x3d\x01\x67\x04\x04\xee\x51\x57\xba\x38\x59\xf0\x1b\x00\x99\x40\x32\x4e\xf0\x0d\x97\x84\xbf\xc8\xa0\xe3\x4f\x13\x97\xe2\xf3\x89\x56\x32\x02\x0e\x91\x49\xd4\x8c\xba\xc9\x54\x2a\x3d\xab\xe4\x09\xdd\xc6\xac\xcb\x58\xc3\xbc\xcd\xee\x89\xbb\xc0\xe1\xf0\xc6\x06\x2c\xe0\x97\x08\x16\xb8\xea\x44\x65\xe2\x99\x00\x48\x37\x4a\xbb\xf9\x95\xe8\x5a\x7a\x38\xed\x2b\x76\x06\x03\x8f\xfd\x85\xf7\x60\x2e\x6e\x6b\x27\xc6\xb2\x7e\xd7\x8e\x23\x53\x38\xaa\x92\x31\xd4\x13\xbc\x89\xe9\xef\x19\xf5\xfc\x1d\x71\x48\x76\xa4\xb0\x33\x40\xca\x9b\x25\x36\xb8\xae\x10\x62\xa5\x68\x00\x24\xff\xc8\xa7\x73\xfd\x3a\x36\x0b\xbf\x50\xbe\x20\xf7\x88\x46\x31\x91\xe8\x57\xe2\x58\xd8\x4e\x5c\xad\xf8\xcf\xea\x61\xc2\x4d\x89\xb4\xe8\x1a\xd9\x28\x4d\x4a\x9f\x4a\xc3\x4a\x7f\xc4\x5e\x67\x4a\x64\x8f\x03\x1a\x38\x27\xe5\x17\x5d\x2f\x0a\xca\x15\x36\x00\x24\x93\x95\x29\x6c\xa7\xb6\x4e\xc8\x44\x9e\xd1\x7e\x0f\xaa\x41\x99\x90\x70\x68\x42\x4b\x19\xfa\x3f\xcd\xb5\x79\x08\xdc\x31\xcd\x96\xc2\x4b\xc4\xdd\x1a\xdd\x9c\x0a\xca\x6d\x4d\x47\x2c\x91\x31\x53\x93\x13\x50\xc4\xde\xa5\x99\xe0\x36\x86\x2f\x55\x3b\x00\x10\xf3\xd5\xae\x4c\x2d\x2c\xd4\x8e\x27\xee\x6c\xdb\x63\xeb\x42\x66\x77\x10\xad\x43\xcd\x91\xa8\x04\xcb\x92\x2a\x1a\x36\xd8\xbc\xbc\x70\x0a\xa1\xcc\xb4\x34\xed\x20\x79\x89\xb1\x2b\xd6\x9f\x3e\xcb\x40\x0a\x98\xcd\xfa\xa6\x1f\xe7\x96\xc1\x7b\xad\xad\x07\x40\xec\xa1\x59\xc4\x78\xdb\x52\xd3\x23\x23\x26\xb4\x3e\xe9\xae\x43\xec\x68\x1f\xe9\x1a\xd3\xb4\x13\xc9\x74\x6c\xab\xf2\xc2\x30\xec\x8d\x05\xe7\xf1\x6b\xad\xef\xd2\xfa\xc8\xbe\x16\x76\xac\x1b\x6d\xbf\xe9\x54\x40\x31\x6b\x89\xe1\xba\x1b\x9a\xb7\x5a\x67\x07\x40\x74\x1b\x2a\x65\x68\x9b\x57\x0f\x5c\x21\x1c\x6f\x4d\xe9\xc7\x22\xe0\xf0\xd7\xbd\xe7\x9b\xd8\x88\x63\x3d\x69\x95\x8f\xd1\x67\xba\xf4\x05\xdb\xf0\x5e\x8e\xf3\x69\x9d\xa4\x2e\xdb\xdb\xd8\x10\x5a\xa9\xe5\x4a\x80\x88\x95\x6d\xc2\xb8\x2d\xe1\xd5\xe9\xff\x9f\xd0\x0d\xed\xe1\x60\xb8\x55\x0d\x63\xc8\xb7\xb8\x4f\x9a\xde\xa1\x56\xf1\x96\xc3\x6e\xb5\xc4\xf2\xdb\xe1\x3f\xaa\xbe\x0b\x52\x91\xb0\x42\x2f\xe1\x4c\xcc\xc3\xb4\x70\x51\x35\x61\x73\x74\x89\xf8\x18\xe5\xa8\x9f\xa7\x94\xc9\x0c\x9a\x58\x21\x9f\xc7\x5d\x05\x80\x72\xa5\xf0\x5f\xb6\x91\x7d\xb5\xe9\x0c\x39\x98\xd3\x09\xd3\xa2\x26\x73\x59\xf0\x8c\xe6\x4e\x5e\x19\x22\xbc\x8a\xc6\xcf\x45\xcf\x2d\xe8\x12\xc0\x71\x7d\xa9\xbb\x85\xc3\xa4\xc8\xa8\x6f\xe2\xd9\xd4\x8f\xbe\xdf\x24\xdf\x58\x93\x26\xce\x93\x7d\xf9\xbf\x81\x28\xe9\xa2\x0c\xd6\x62\x16\x1a\xb6\x8f\x04\x67\x67\xc0\x0b\x90\x64\x4e\x5a\xc7\x91\xa6\x97\xdc\x78\x94\xb8\xf2\x0c\xaf\x08\x8b\x2f\x70\xe1\x2b\x09\x92\xd4\x62\xc1\x7d\xf2\xb9\xa8\x2d\xa2\x6e\x7a\x8b\xef\x2d\x89\x98\x1d\x3e\xb1\x4c\xd6\xcb\x77\x02\x40\x19\x2c\xda\xcc\xb8\x42\xe7\x22\x2e\x12\x56\x32\x74\xa8\x97\x1d\x67\x99\xfb\xb0\x4e\x8d\x06\xd6\x17\x3c\xac\xa2\x97\x53\x4f\xbc\x9d\xf7\x83\x7b\x92\xa2\x4d\xc1\xf1\xf1\x74\x4c\x54\x80\xb0\x8a\x45\xf4\x5d\x2d\x26\x71\x57\x4e\x6c\x93\xee\x14\x3c\x05\x40\x41\x14\xff\xa6\xb3\x29\x3c\x7c\x11\x1e\x49\x3d\x4e\xf8\xdd\xbe\x8c\x9e\x43\xda\xd1\xc0\x67\xec\xa0\x2c\x2a\xef\x63\xd5\xd3\xb6\xe4\x45\x72\xc6\x30\xee\x25\xef\xe4\xde\x64\xa7\x46\xee\xe6\xff\xe0\xee\xf1\x85\x44\xd5\x02\xdc\x44\x95\xe4\xac\x18\x00\x20\x5f\x28\x85\xa8\x4f\x88\xab\x68\xd3\x71\xee\xe4\x44\x3a\x1e\x6e\xa3\xdc\x64\xac\xaf\x67\xd0\x3a\x59\x61\x65\x4b\x19\x24\xf6\xbe\xdc\x36\x56\x1d\x17\x9b\xec\xcd\x41\xf0\xe3\x23\xd1\xbc\x9d\xc2\x08\x5f\xa6\x30\x57\x9c\x36\x71\xb7\xf8\x6f\x69\x38\x00\xb2\x5b\x72\x27\x8a\x2b\x2e\x41\xc0\xc1\x94\xe3\xef\x08\x03\x5b\xef\x11\xf7\x08\x0f\xd6\xbe\x23\xef\x10\xc9\xe7\x22\xa9\xd7\xc4\x8d\x39\xd5\x8c\x29\x92\x94\xa4\x2a\x16\x43\x1a\x1d\xf1\x9e\xeb\x2a\x2b\xf4\x45\xf1\x6f\xca\x5b\x26\x7e\x15\x9d\x54\xcc\x06\x40\xfa\x41\x39\x91\xf8\x1d\xed\xa4\x6e\x43\x19\x30\xbf\xd5\x05\x30\x02\x3e\x4c\xed\x5f\xb3\x92\xd8\xa1\xf6\x2e\x2d\x23\xef\x53\x07\x64\x13\x69\xd9\xea\x88\xd9\xf3\x19\x0f\xd4\x49\x11\xbd\xec\x7d\x6a\x98\x6f\x1d\xef\xa4\x1a\x36\x29\x51\xf8\x9f\x7a\x12\x00\xd2\x26\xd5\x69\x42\x0f\xe2\xb5\xe5\x18\x32\x13\x3d\xce\xe2\xdc\x92\x88\x2d\x36\x27\x55\x2f\xc6\xcf\x37\x31\x4a\x84\xa4\x40\xe3\xca\xac\x03\x94\x4b\x86\xc7\xb3\xc3\xe8\x9b\x0c\xd3\x22\x6a\x58\x47\xf4\x59\xbe\xf9\x3c\x57\x5d\xd0\xa4\x66\x21\x19\x5a\x0b\x80\xe4\xb9\x66\x1e\x61\x0c\x62\x4c\x67\x0f\x62\x1b\x6a\xa6\xc3\xdc\xbc\x11\xa3\xb0\x63\xaa\x73\x70\x0f\x6c\xf3\x4a\xe2\x88\x54\x6b\x78\x96\x9e\x92\x6a\x99\x90\xf8\x83\x1e\x61\xba\x10\x51\xc0\x6a\x30\x2a\x7c\xab\xb9\x5b\xf5\xb7\x27\x71\x85\xa1\xda\x9b\x00\x48\x36\x69\xde\xe2\x07\x3a\x0a\x7a\xd7\x23\x6a\x91\xe2\x1e\x72\x73\x1b\xfa\x7a\xf7\xd8\x79\x3f\x70\xd9\x9d\x2b\x4b\x9c\x09\xa7\x1d\xa9\x59\x5c\xf2\x22\xdb\xf1\xc4\x9f\xb4\x25\xd6\xd4\x88\x5a\xe6\x1d\x33\xdf\x97\xce\xad\x36\xb6\x4c\x5a\x29\x38\xa1\xfb\x0b\x00\x09\x12\xa2\x62\xf6\xc8\x0e\x37\xf4\xc2\xb3\x65\xd7\x9a\x79\x0d\x6e\x72\xcf\xd6\xc6\x0a\x96\xbc\xa8\x9d\x54\x30\x47\x6e\x42\xee\x9b\x83\x92\xbf\xc4\x16\xc6\x2f\x56\xe0\x89\x53\x83\x2b\x95\x9e\xd4\x24\x8f\x6b\xca\x47\xcc\x81\xb1\x07\x54\x2f\x79\xae\x00\x68\xaa\x45\x24\x4c\xa0\xb4\xbd\x39\xb2\x6d\xbd\xb4\x0b\x76\xa1\xde\x2e\x7d\x0e\x97\x97\x7f\x94\x65\x20\x50\xf9\x87\x65\xa3\x68\x55\xda\x77\xf9\x0c\xdc\xc5\xf8\x3a\xf9\x0e\x12\x3e\xd8\x53\xa1\xa6\xe5\x7b\x9c\x52\x32\x59\x88\xb1\x47\x54\xbd\x3c\x0d\x00\x9a\x29\xa2\x2e\x34\x5f\xfc\x11\xf6\xb0\xcd\x43\x52\x06\x6f\xa9\x1f\x27\xd9\xd7\x71\xa9\x9c\x2b\x8d\x44\x19\xf3\xcb\xa5\xab\xb1\xfc\xb4\x01\xd9\x5c\x42\x77\xdc\x4f\xd9\x0f\xf2\xeb\xa0\xbf\xe5\x8f\xe9\x26\x8f\x83\x8a\x37\x6c\xe4\xd8\xb3\xaa\x44\x7e\x32\x00\xea\x23\xa2\x4f\xa8\x58\xe1\x64\x84\x06\x76\x56\xb8\x0a\x35\x58\x7b\x52\x84\xc4\x6c\x2d\x6b\x15\x4f\xc0\x7b\xe4\xd5\x8a\x8f\x13\x97\xa6\x1e\x95\x0c\x53\x10\x71\xcd\x52\x1d\xbd\x3a\x48\x23\x5b\xcc\x22\x7b\xac\x93\x3f\xe0\xee\x1e\xfb\x4e\xd9\x2c\xf8\x08\x80\xda\x4d\x12\x81\x78\xce\xe3\xe1\x5a\x5a\x96\xf0\x67\x11\x62\x6a\xce\x08\xc6\x10\x7f\xce\x65\x09\x1e\x93\xff\xcb\x95\x0a\xef\xd0\xc2\x53\xbd\x44\x8f\x19\xf4\xd8\x4b\x92\xb1\xac\x47\x41\x85\xd2\x06\xae\xdd\x63\xa9\xec\xa4\xa0\x61\x5c\x8c\x82\x2e\x7a\x0f\x80\xaa\x48\xda\xdb\xc1\x62\xdf\xa4\x2c\x6a\x16\x71\xf6\xd3\x3c\xab\xaf\x71\x0f\xd2\xb5\xa5\x76\xde\x55\xa6\x5f\xce\x7a\xc1\x38\xd6\xa5\x14\xba\x30\x87\xb3\x24\xb6\x41\x64\xe3\xf5\x05\x4d\x90\xb8\x0b\x8e\x79\x2c\x97\xee\x16\xfd\x3b\x8e\x2b\xd7\x49\xbe\x03\xa0\x54\xc8\x27\xc1\x37\x30\x4c\x3c\xef\xc6\x6b\xcc\x41\xfe\xf8\x79\x8d\xac\xcb\xfc\x27\x25\xb9\x9c\x30\xc1\x5f\xd9\x3d\xdc\x3e\xe1\xfd\x64\x23\xdf\x5b\xf4\x2d\x66\x8d\x60\x9b\x24\x2e\x70\x9b\x88\x2e\x35\x7a\x2c\x94\x34\xca\xce\x8c\x3b\x2c\x43\xcb\xcf\x01\xa0\xd0\x2a\xde\xb4\x7e\xa7\x6e\x50\x94\x36\xe0\x68\x2f\x14\x94\xaa\x18\x46\x99\x42\x5b\x9c\xc3\x3c\xaf\xf8\x23\x6b\x07\x5b\xae\x74\x4d\x7a\xc8\x9d\xa3\x44\xc6\xc4\xf0\x83\x95\x7b\x03\x95\x42\x4f\xd5\x6c\x8f\x35\xe2\x1c\x15\x6f\xdc\x6f\x29\xa4\x22\x01\x20\xbf\xa1\x82\x60\x17\xc9\x5c\xc3\xfd\xfa\x7c\xca\x63\x03\xa9\xd2\x9b\xc6\xd6\x3f\x2a\xaa\x66\x78\xeb\xf9\x59\x63\x99\xf7\xf4\x63\x93\x2a\xd8\x57\x75\x23\xd1\xa7\xb9\xcf\x75\xd1\x81\xf9\x82\x19\xda\x15\x1e\xcb\x45\x52\xe8\xc1\xf8\xd9\x92\x57\x9a\x93\x00\xc8\x89\xea\x47\xb0\x74\xd2\x80\x35\xad\xee\x30\xc5\xd3\x62\xac\x58\x4a\xdd\x68\x3e\x56\xf8\x95\x0e\x37\x4f\xca\x3c\xc9\x8c\x36\x95\x24\x85\xb2\x13\x8d\xfa\xe8\x2d\xdc\x56\xc3\xb6\xc0\x0c\xfe\x0a\xfd\x5e\x8f\x4d\xa2\x40\x9d\x78\xfc\x5c\xc9\x12\xe8\x06\x00\xf2\x78\x8d\xb0\x65\x2f\xf1\xa1\xe3\x79\x1d\x9c\x8c\x75\x4c\xab\xa8\xa6\x3a\xdb\x83\x0b\x0f\xd0\x36\xd9\x22\x33\x57\x31\x64\xd6\x19\x49\x53\x59\x5d\x16\xaf\xe8\x6d\x9c\x93\xa6\x77\x81\xe5\xfc\x18\x63\xa7\xc7\x65\xe1\x76\xfd\xbd\xf1\x1a\x49\x91\xf6\x0c\x00\xb2\xbf\x34\x5f\xeb\xab\x0c\x6e\x8d\x35\x95\xab\xf5\x23\x2d\xa1\xc5\x74\x7d\x61\x1b\xc8\xbe\xa1\x3b\xd9\xe1\x93\x72\x48\xd7\x86\x62\xc6\x27\x6a\x7f\x63\x7f\x86\xde\xd6\x6e\x24\x5e\xf3\xad\xd2\x52\x68\x93\x5c\x4f\x6b\xf3\x58\x5c\x00\xb4\xe5\xbc\x2b\x00\x68\x1d\xe2\x94\xba\x53\xba\x3f\x9b\x2d\x95\xd9\x3a\x42\x6b\x56\xb1\x97\x2e\x08\xfe\x31\xdb\xa0\x3d\x8e\xb8\x9b\x22\xd5\x72\x31\xe3\xe2\xbe\x68\x93\xf1\xb8\xd0\x2d\xd0\x2f\xf2\x58\xdf\x14\xe8\x2a\xed\xb3\xeb\x55\xe8\x14\xdb\x17\x00\xe8\x35\x3f\xee\xff\x39\xe2\xfc\xba\x1c\xad\x02\xf6\xb1\xe2\x98\x36\x01\xae\x2e\xda\x0a\x7d\x41\xf8\x66\x27\x43\x3b\x51\xd7\x52\x62\x20\x08\x7b\x39\x6e\x27\x84\x20\x82\x50\x0d\x54\x48\x61\xf8\x06\x41\xe9\x8c\x40\xd7\xdb\x50\x19\xfb\x1b\x00\x90\x8e\x7f\x18\x00\xe8\x8b\xd8\x56\x5b\xac\xbe\x80\x08\x2d\x7f\xaa\xde\x8a\x6a\x2f\x7c\xad\xde\x88\x19\xc9\x12\xaa\x97\xe1\x27\x27\xab\xd5\xcb\x88\xdb\xe3\x12\xd5\x1b\x29\x96\xd0\x60\xf5\x11\x7a\x9f\xcf\x6b\xf5\x3f\xac\xd3\xae\xaf\x35\xc9\xbc\x10\xe0\xa5\x99\x2f\xec\x00\x00\x4a\x93\x2c\xaa\x01\x4a\x2e\x96\x57\x76\x5f\x89\xc5\x4b\x0a\xa3\x94\x0c\xa2\x24\xf3\x88\xb2\x8f\xdc\x97\xf4\x50\x79\x82\x7a\x27\x76\xbb\xf2\x37\xa3\x32\xe4\x9c\xaa\x88\xf5\xd4\xe7\xae\x6a\x3e\x77\xb7\x9b\xb3\xda\x53\x60\x07\x04\xf5\x3a\x71\x36\x00\x1a\xbc\xf4\xdb\xbc\xcf\xb2\x4f\xe4\x9a\xb9\x5f\xe5\x93\x29\xff\x14\xe0\xe5\x05\x34\x6b\xa6\xa7\x7c\x90\x51\x9e\x54\x26\xff\xc6\x8a\x8b\xcd\x53\x20\x39\xf1\x21\x2a\xc5\x59\x5e\x8d\xcf\x05\x65\xa3\x60\xbb\x5b\x94\xf2\x87\xd8\x19\x1c\x50\x1d\x93\x06\x03\xa0\x5e\x24\xef\xa8\x32\x88\x37\xb0\x7f\x97\x6e\x12\xff\xcb\x0d\xc9\x0f\x95\x08\x79\x59\x19\x6e\x92\x6f\x7c\xf4\x6c\xb6\x74\x54\xb0\x3c\xa6\x5f\x56\x22\x02\x21\xae\xb2\x6f\x62\xb6\xcf\x12\xf9\x16\xa9\xbb\x5b\x91\xc2\x2e\xd3\x39\x05\x2b\x1d\xf2\xed\x00\xa8\x06\x95\x53\x2b\x63\x04\x0f\xa4\x89\x25\x3a\x21\x52\xba\x2a\xaf\x54\xf8\x43\xe6\x99\x5e\x27\xda\x22\x1b\x4c\xbc\x2f\xd6\xca\x67\xc7\x04\x4a\xe8\xf2\x9b\xc1\xc7\xa5\x70\x85\xce\xc7\x28\x6b\x55\x16\xbb\x31\xe5\x2c\xe5\x65\x27\xa9\x62\x95\x6a\x12\x00\xca\x7b\x2a\x41\x45\x18\x6f\x23\x74\xb1\x78\x94\x0f\x83\x4e\xe5\x4a\x04\x81\xd0\x86\x39\xf3\x05\x9f\xa0\xa1\x44\x84\xf0\x01\x64\x8d\x3e\x21\x7a\x07\x69\x82\x6d\x12\x7f\x88\xe1\x23\x94\xd6\x42\x05\x6e\x6a\xd9\x52\xcd\x6d\xa7\x43\x0a\x27\x4d\x34\x00\x4a\x84\x7a\x45\xf9\x3e\xee\x0d\xc3\xc5\xe2\x0c\x9e\xd9\x60\xcb\xf5\xe4\xb7\x19\x52\xe7\x34\x0a\x66\xeb\x6f\x27\xc6\x0a\x83\xf5\xea\xe8\x0d\xa2\x22\x7d\x6c\xb0\x4c\xac\xd5\xed\xf3\x91\x49\x2e\xeb\x42\xdd\xfa\x65\x45\xda\x4a\xa7\x87\xf2\xad\x50\x08\x00\xca\x30\x4d\x68\x39\x9d\x1b\x6d\xc9\x29\x7a\xc9\xbd\x69\x3e\x93\x73\x81\xb7\xce\x5c\x34\x27\x89\x2f\x35\x6d\x4b\x0c\x13\xe0\x4c\xd3\xa3\xb7\x08\x87\x8c\xea\xe0\x6e\xd1\x73\xc3\x51\x9f\x11\x49\xb5\xfe\xac\xdb\x11\xe9\x65\x5d\xcf\x98\x68\x79\x8b\x16\x00\xa0\x38\xaf\x59\x52\x90\xd9\xb5\xbd\xf1\x7d\xd6\xa3\x4e\x45\xcb\xf5\xd4\xb7\x0e\x64\xdb\xb9\x59\x58\x7b\x66\xc7\xdb\x68\xb6\x6d\x0a\x1a\x16\x32\xdb\xf2\x0c\xf7\x9f\x5f\xa3\x79\x27\xe9\xe9\x94\x63\x26\x0a\x3d\xdd\xb9\xd4\x38\x97\x3d\x00\x80\xa1\x82\x7f\x06\x00\x3d\x46\x12\x92\xff\xab\x93\xd1\x32\x3e\x6b\x85\xa3\xbe\xf5\xcf\xd4\x9d\xf6\xaa\xf6\x81\x59\x69\xb6\x7c\xa4\x25\xba\xde\x9a\x80\x39\x1a\x12\x68\x09\x24\xa4\xfb\xd5\x98\x9d\xc9\xaf\xa7\x1c\x35\x5e\xa5\xff\x72\x46\x1a\x4e\x72\xbc\x01\xd0\x3f\x17\x8c\x05\x40\xef\x25\x99\x92\xbf\xd3\x11\xda\x5a\x96\x85\xb4\x87\xc0\x9f\xa6\xf2\x6d\x29\x88\xee\x59\xce\xd6\x2c\x74\x5b\x74\xb4\xa5\x08\x87\x0f\x71\x32\x57\x12\x37\xf8\x15\x98\xe6\x51\x53\xa6\x9c\x30\xa6\x31\xc7\x39\x73\x0d\x05\x9c\x6b\x00\xe8\x45\x02\x35\x00\xba\xbd\x92\xb2\xfc\x31\xd6\xfd\x1d\x4f\x33\xff\xb4\x5c\x44\x95\xa4\xfc\x30\xff\xc0\x6c\x9a\xd9\x67\x4e\xc3\x67\x45\x9d\x35\x31\x88\xdf\x83\x8f\x1a\x97\x50\x3e\xf9\x85\x1a\xce\x33\x42\xa6\x1c\xd1\xbf\x61\xb3\x9c\xe7\xeb\x43\x78\x27\x01\xd0\xe9\x85\xef\x00\xd0\x7e\x90\xe6\xe5\x05\x99\x73\x30\xdf\x33\x7e\x99\x4c\xf8\xc9\x29\xed\xc6\xeb\xc4\x84\x99\x93\x8d\x99\x64\x42\x14\xda\x30\x42\x3d\x17\x2c\xd2\x7f\x65\x10\x7d\xbf\xeb\x6b\xd9\xb1\x53\x4e\xeb\x86\x78\xc1\xce\xe7\xb4\x5f\x84\xe3\x00\xd0\x9a\xc4\x1b\x00\xd0\xce\x90\x19\x72\xb3\x8c\x9e\xa4\xdc\x8c\x22\x03\x8a\x32\x2e\xf9\xb0\xfe\x28\xf5\x6a\x82\x55\x3f\x8f\xbe\x23\xf2\x3f\xdd\x55\xe6\xc1\xe0\x14\x5d\x2b\xfb\x83\xef\x1d\xed\x0d\x5e\xe9\x94\x6b\xda\x4a\xc1\xf5\x09\xe3\xa1\x2b\xe2\x4a\x00\xa0\x3e\x29\x17\x00\xa8\x41\x7e\x3e\x27\x5e\xbb\x9b\x15\x92\x8e\xd3\x56\xb3\x95\xc9\x5e\xd0\x47\xce\xdd\xf8\xcf\xd0\x66\x5e\x4e\xa4\x09\xa2\xf3\x77\x04\xbd\x85\x66\x09\xeb\x7c\x4f\x68\xde\x88\x7e\x4c\xf9\xaa\x19\x94\xfc\x8f\xbd\xf7\x7a\x8a\xc2\x89\xbe\x07\x1b\x41\x11\x10\x50\x41\x50\x82\x92\x41\x72\x54\x04\x09\x22\x08\x48\xce\x19\x86\x30\xcc\x0c\x4c\x60\x72\xce\x01\x18\x72\x36\x8b\x59\x14\x51\x14\x23\x98\x31\x62\x40\x45\x31\x60\x46\x45\x45\x72\x06\xed\xad\xcf\xb7\xea\xb7\x5b\x5b\xb5\xff\xc1\x7e\xef\x4b\x57\xbf\xf4\xc3\xb9\xa7\xfb\x9c\x87\xae\x73\x1f\x29\xe7\x0a\x63\xd8\x4c\x00\x84\xc1\x9c\x47\x00\x08\x37\xf2\x10\x9e\x61\x82\x39\x7a\xe6\x86\xb3\x82\x4b\x0c\x47\x27\xa9\xa0\x94\x31\x63\xd3\x20\x40\x33\x3b\xcd\x83\x04\x51\xac\x23\x6b\x6f\x0b\xfc\xd9\x87\x74\x4f\x0b\x3c\x38\xbb\x97\xab\x0b\xec\xb9\x7b\x94\x5b\x05\x2e\x3c\x22\x00\x82\x14\xde\x77\x00\x04\x38\x7e\xb5\xc7\x1e\xde\x18\xdf\x6b\x83\x1a\xef\x02\xbf\xca\x71\x82\xb7\x9f\xff\xc6\x66\x0d\xaf\x5e\xb0\xce\x7c\x29\xef\x88\x00\xbd\xb6\x9e\xd7\x21\xb8\xa9\x7b\x9c\x37\x20\x54\x5e\x6e\xc6\xd7\x12\x5a\x29\xf7\xf1\xc3\xff\xe3\x33\x7f\x9f\xe0\x05\x00\xfc\x2f\x82\xbd\x1e\x8a\xbc\x15\xa2\xa7\x6e\x87\xb8\x9f\x44\x63\x8e\x27\xb8\x8f\xc5\xca\xd6\x3f\xb9\x9d\xe2\x15\x66\xdf\xb9\x2f\xc5\x16\x6b\x6b\x79\x8b\xc4\x36\xba\xe7\x79\xdb\xc4\x7a\xcb\xfd\x79\x45\xa2\xb7\x4b\xb5\x78\x7d\x22\x0c\x00\xfc\x40\xe1\x31\x00\xf8\xc7\x84\x4b\x36\xf1\xb8\x11\xd2\xd7\x6e\xa1\x5c\x23\xe9\x3b\x47\x26\x57\x53\x7a\xdf\xba\x9b\xbb\x58\x7a\xcc\xac\x9b\xab\x26\x15\xae\xdd\xcb\x8d\x91\x06\xeb\xbe\xe0\x36\x4b\x06\x96\xf3\xb9\x73\x92\xb8\xa5\x64\x5e\xaa\xb8\xe8\xbf\x5b\x29\xca\x03\x80\x9f\x26\x4c\x73\x3f\x5b\x77\x24\x76\x8b\xcb\xc1\x5a\xe3\x04\x4b\x7b\x9f\xea\x1d\xc9\x4e\x56\x3a\x55\xb6\x69\xd1\xc6\x17\x2a\x8e\x23\xee\xeb\xab\x97\x9b\xe6\x10\xb5\xfa\x4b\x4b\xd0\xc8\x65\x7e\xf2\xeb\xd8\x1b\x8a\x97\x8a\xcd\x88\x5a\x00\x14\x36\x51\x5d\x01\x90\xd9\x31\x05\xee\x79\xb5\x79\xf1\xdb\x5c\x08\xd5\xf3\x49\xca\xf6\xda\x55\x65\x29\x3f\x2d\x61\xa5\x5b\xfa\x7b\xe3\xa3\xe5\xf7\xb3\xd6\xea\xab\x97\x25\x23\x77\x6b\x0d\x96\xbc\xc1\xa4\x2e\x0b\x96\xdb\xe0\xa8\x8a\x6f\x8a\x0e\x11\x25\x00\x14\x6e\xa5\xa6\x01\x20\x7d\xc7\xcc\x74\xd7\xa9\xb1\x4d\x64\xb9\x38\x54\x3d\x4f\xd1\xb7\xfb\x52\xc9\x4e\x7b\x6d\xf9\xa9\xc2\x15\xb1\xc7\xb8\xa2\xec\x63\xf6\x69\x3d\x58\x2a\x43\x29\x6a\x0d\x97\x18\xe6\xd5\x2c\x8b\x29\x2e\xc6\xe7\x2b\x4e\x15\xe9\x90\xdc\x01\x90\x3d\xa6\x3e\x05\x40\xca\x65\x96\x6d\x3c\x5c\x79\x22\x75\xce\xf9\x71\x05\x2d\x23\xde\xae\xb6\x3c\x24\xf3\xa1\x65\x4d\x99\x73\x4e\x8a\x71\x76\xa9\x1a\x6a\xbd\xde\x0f\x79\x5f\x9e\x83\xd6\x44\x71\x23\x2e\x7f\x59\x5a\xd1\xd6\x82\x0e\x25\x2b\xd9\x30\x45\x1b\x00\xe9\x4b\xba\x03\x00\x92\x56\x16\x7b\x43\x6f\xb9\x67\xe6\x63\xe7\x35\x65\x6e\xd9\xbf\x6d\xa7\x4b\x9d\x72\x0d\x2c\xf5\x4b\xbc\xd0\x08\xe3\x45\x72\xcf\xbc\x97\x7a\xcd\xc5\xce\x38\x81\x56\x5f\x91\x41\x41\xec\x32\xa2\x6c\x80\x1c\xa3\x94\x2a\xed\xa0\x79\x01\x20\x79\xc6\xf8\x04\x80\xf8\x2d\xfb\xfa\x06\xe3\xd2\x25\xb9\xaf\x9c\x78\x25\x1a\xe8\xd3\xb6\x05\x72\xd3\xbc\xdd\x16\x67\x8a\x63\xb1\x32\xa3\xcb\x45\x14\xfc\x7e\x3d\x61\x61\x75\xc1\x80\xd6\x33\xd9\x11\x72\xe4\xb2\x32\x69\x1d\x75\x58\xa9\x5e\x52\xcd\x28\x00\x40\xfc\x8a\xb5\x03\x00\xb1\x0a\x17\xb8\xb9\x17\x3d\xc1\x63\x1c\xbb\x8a\xd4\x08\x7d\x36\x83\x85\xc9\xc4\x78\x8b\x40\x59\x1b\xa9\xcb\x08\x27\x5b\x42\xc9\xd0\xcb\x95\xa6\xd1\x56\x69\x7d\x90\x9c\xa6\xbf\x5c\xd6\x2d\xee\x65\x76\x2c\xd6\x13\x2f\x65\x73\x01\x10\x09\x38\x6f\x01\x10\x0e\xf0\xb8\xae\xc7\x64\x2a\xb4\x60\xc7\x44\x29\x99\xee\x6c\xb3\x43\xf2\x87\x61\x6a\xb1\x5c\x92\xcf\x54\x31\x8a\x17\x7f\x63\x2d\xd3\x43\x8a\xc9\x6c\x2b\xad\x39\xb1\x02\x67\xa3\xfa\x52\x11\x92\x1b\xb7\x98\x21\xec\xe6\x05\x02\x20\x64\xf3\x7a\x01\x10\x1a\xf2\xab\x5d\xdd\xc4\xbd\xdc\x9b\x0e\xfd\xe2\x24\xde\x06\x1b\x33\xd1\x38\xef\x84\x79\xbb\x48\xc6\x5f\x65\xe4\x2a\x32\xe5\xef\xd0\x8b\x10\xf6\x0a\x96\x68\xcd\x09\xeb\x04\x18\xf5\xcd\x42\x4f\xc1\xf9\xc5\xcf\x05\xbf\x05\xaf\x00\x10\xdc\x11\xec\x03\x40\x50\x2f\x90\xb8\xf4\x89\x86\x84\xb6\x0e\x47\x45\x34\x21\xc1\x7a\x4a\xb4\x5a\x78\xce\x7c\x87\xb0\x55\xf8\xdd\x68\x8d\x30\x56\x64\xa5\x17\x2a\x34\x10\x85\x6b\xab\x0b\xc6\x44\x59\xea\xe9\x82\x33\xa2\xd0\x25\x9a\x02\xba\x68\x29\x00\x02\xac\x90\x04\x80\x20\x41\x30\xea\x22\x15\x99\x49\xb4\x1c\xb0\xc2\x66\x89\xab\xf5\x6b\x61\xb8\x24\xd6\xbc\x50\xf0\x4d\x92\x6a\xb4\x5c\x20\x91\x14\xe8\x65\x0a\x72\x24\x89\xda\x5e\x82\xed\x12\x4b\xf5\x46\xc1\x1a\x71\xfb\x12\x24\x7f\x4c\xbc\x16\x00\x81\x82\xc8\x09\x00\x81\xa6\x70\xbb\x73\xd4\xce\x67\xb1\x42\x3b\xc2\x0e\xad\x84\x6c\x2b\x74\xbd\x77\x32\xc5\xe4\x68\x6d\x55\xda\x5e\x83\x23\xd5\x8f\x32\x57\xea\x48\x2a\x27\x73\xee\x68\x8e\x56\x28\xa1\x3b\x54\x56\x94\x3e\xc1\xad\x51\x90\xc9\x1f\x13\xf3\x00\x28\xfa\x44\x25\x00\x20\x7b\xcf\x3c\xed\x34\xbb\xe3\x70\x3c\xcf\x2e\xa0\x7e\x34\xc9\xdb\x6a\x7b\x9d\x7b\xaa\xa9\xc9\xce\x9a\xbd\x19\x86\x06\x07\xab\x7e\x67\x65\xe8\x54\x56\xda\x20\xfb\x97\x2b\x96\x47\x60\x9a\x54\xd6\x97\xba\xe3\x3a\x15\x0e\xcb\xb7\x11\xbb\x00\x28\xa2\x52\xcb\x01\x90\x15\x31\xc5\x4e\xf5\x0d\xa4\xc4\x93\x76\x9a\x75\x8f\x52\x42\xac\x4c\x6a\xad\xd3\x97\x9a\x14\x55\xef\x47\x3c\x37\x38\x58\xa5\x90\xdd\xaf\x53\x57\x91\x80\xf2\x5b\xbe\xba\xac\x3a\xef\x8d\x8a\x57\x49\x1d\xbe\x55\xe1\x5a\x71\x1b\x89\x06\x40\xe1\x1c\x75\x1a\x00\x99\x25\xf3\x84\x53\x56\x6d\x77\x9a\x9e\xed\x87\x9a\xec\x8c\x02\xcb\xb1\xaa\xb9\xcc\xf7\x26\xe9\x95\x7b\x73\x68\x06\x25\x15\xb6\xa8\xed\x3a\x75\x65\x27\xf2\xd2\x96\x3b\x94\x6a\xe2\x1a\x55\x32\xe4\xa1\x05\x53\x0a\x43\x45\x22\x4a\x00\x00\xb2\x79\x7a\x38\x00\xd2\x78\x56\xa5\xe3\xc9\xea\x82\xcc\x8b\xb6\x3e\x55\xeb\xb3\xfb\x2c\xf3\x2b\x06\x72\x57\x19\x4f\x97\x9f\x44\x67\x1a\x6c\x2b\x4b\xcd\xfb\xa0\x43\x28\x81\xb8\x1d\xcb\xad\xe5\x25\x05\x14\x15\x5a\xd1\x2f\x32\x7d\x91\x45\x61\x20\x2d\x1b\x00\xe9\x08\x63\x16\x00\x09\x93\xdd\xe3\xb8\xb6\xd2\x36\xb7\xda\xe6\x52\x85\x12\x9a\x61\x31\x58\xf6\x25\xaf\xc0\xb8\xbe\xb4\x13\x8b\x32\x50\x29\xd9\x81\x2f\xd6\x89\x92\xa7\x15\x7c\x5d\xbe\xbe\x78\x25\x39\x4e\xa5\xa6\xb0\x86\x0a\x17\xe5\xca\x74\x18\x45\x00\x48\x06\x59\x2d\x00\x88\x1b\xb9\xab\x1d\xe2\xca\xb4\x70\x03\x36\x76\xa5\x9a\x84\x3c\x8b\x7d\x25\xba\x05\x33\xc6\xd9\xf2\x75\x24\xb6\xfe\x48\xb1\x21\xc5\x48\x07\x51\x64\x40\xfd\xbd\x3c\xa9\x50\x8b\x7e\x51\x65\x44\xfa\x80\xd9\xb2\x68\x5c\x22\x64\xf3\x00\x10\x57\x70\x7e\xfc\xe7\xc7\x78\xc5\x0e\x9a\xf2\x00\x2a\xcd\x7a\xbc\xb8\x80\x46\xb6\x20\x14\x1d\xa7\xd3\x8d\xb7\x17\xf6\x30\x18\xfa\x43\xb2\x59\x66\x95\x0e\x57\xe6\xcc\x6a\x5f\x5e\x27\x45\xb3\x7b\x55\x23\x25\x51\xdc\x95\x8a\x5c\xf1\x66\x9e\x09\x00\x22\x31\xef\x3e\x00\xc2\xd3\xfc\x6a\xfb\x57\x85\xdf\x39\x0d\xd6\x27\x0a\x37\x72\xad\x2c\xcc\x64\x3b\xb9\xed\xc6\xab\xa4\x7d\xbc\x6d\xfa\x4f\xa4\xeb\x78\x1f\x74\xd8\x92\x42\x3e\x66\xf9\x19\xf1\x08\xff\x83\xea\x0e\xb1\x9e\x60\xbb\xe2\x84\x28\x48\x50\x0c\x80\xf0\xbe\x00\x03\x80\xd0\x5d\x10\x6f\x7f\x59\x36\xc6\xff\x6c\x5d\x27\x0b\x12\x78\x5b\x28\x4a\xcf\x0b\xf6\x1b\x03\xc9\x82\x60\x5a\xff\x86\x24\x58\x98\xac\xc3\x16\xdf\x16\xee\x5e\xde\x29\xf6\x14\xde\x53\xbd\x29\x2a\x14\xf6\x28\xb9\x09\x5f\x09\xcf\x01\x20\xc4\x0b\x3d\x00\x10\xfc\x13\x74\xda\xd7\xc8\x0c\x45\x27\xad\x69\x52\x8a\xe8\x9b\xf9\x77\xc9\x47\xb1\x81\xd1\xb8\x64\xbd\x38\x52\xff\x86\x98\x23\x16\xe9\x94\x8a\x95\xc4\x15\xcb\x3f\x89\xaa\xc4\x1c\xd5\x71\xe1\x88\x78\xb3\x12\x51\x18\x2f\xba\x0b\x80\x50\x49\xa4\x0c\x80\xa0\x59\x18\x51\x32\x9e\x22\x08\x27\x0b\x9f\xa4\xe9\x45\xb5\xd2\xe9\xe9\x77\x62\xff\x60\x0d\x10\xbd\x89\xb9\x19\x30\xdb\x32\x55\x29\x66\x09\xb2\x31\xe3\x99\x7f\x0f\x3a\x2f\xbb\xc7\xf5\x70\xfe\x7d\xb4\x8f\xe9\x3a\x42\x34\xf6\xec\x72\x5b\x72\x1a\xd1\x0f\x00\x86\x0e\x95\x2f\x9f\x49\x22\x46\xfd\x11\x2c\xa4\x38\xc6\xfe\xa2\x1d\x4a\xd3\x4e\xe8\xcf\xcf\xce\x88\x4d\xd1\xcc\x48\xcf\xec\x49\xcf\x8a\x66\xe4\x70\x33\xbf\xfb\x27\xa0\xe8\xc8\x7d\xae\x5b\xf3\xe6\x31\x2d\x26\x77\xf0\x97\x71\xdd\xcb\x15\x48\x3f\x48\x6a\x00\xd0\xef\x51\x87\x8b\xbf\x24\x20\xe2\x24\x02\xdb\xa4\xf0\xc4\x6d\xd4\xfb\x29\x88\x14\x85\xbc\x83\x69\xcf\xd3\x3e\xa6\xb7\x23\xb8\x88\x9f\x51\x3f\xb3\xe3\x72\xcc\xb7\xbe\xcf\xe5\xa1\xaa\x5d\x7e\xe6\x99\xe7\x07\x99\x90\xf1\xab\x08\x6b\x34\x6f\x90\xf0\x24\x08\x00\x1d\x4b\x93\x17\x76\xc5\x54\xa6\x36\xf2\x82\xe3\x1e\xa5\x0f\x50\x2c\x13\x37\x65\xae\xc7\xb8\x24\xff\xc9\xae\x4b\xe3\xa6\x7d\xce\x35\x8b\x7c\x95\xb9\x1c\xfd\xd2\x6f\x26\xa7\x3c\xff\xac\x8b\x2f\x9a\x8d\xbf\x68\xfc\x1b\x7b\x87\x38\xa0\x29\x21\x22\xa9\xe6\x00\xd0\xf6\x33\xd4\xa4\x13\x11\x1d\x39\x86\x9c\x43\xd1\x81\xc8\x19\xd2\x85\x38\x25\xd4\x2b\xd4\x68\xa2\x22\xe6\x7c\x2a\x26\x65\x6b\xfe\xa5\x88\x2f\xe9\x77\x71\x4f\xfd\xac\xb2\x76\x16\xa8\x39\x37\xe6\xbe\x26\xe5\x1b\x8b\xf3\x29\x94\x61\x4d\x7c\x41\x3c\x9d\x01\x00\xf5\x2e\xf3\xa2\xc4\x2c\xd4\x0c\x6b\xc0\xd6\x0c\x9f\xc5\xd1\x88\x09\x51\x7f\xf1\xdd\xb9\xd7\xe2\xb6\x16\xac\x4d\x41\x25\xde\x27\x96\x46\x28\xa4\xee\x25\x2b\x6c\xc1\x22\xae\x53\x6a\x9c\x75\x91\x61\xb4\xad\xc6\x2e\x79\x6e\x8c\x65\x9a\x54\x42\x02\xb3\x17\x00\xca\x2c\x3b\x53\xf8\x32\x70\x3f\x63\x23\xa3\x6f\xfb\x13\xc6\x03\xc2\xd6\x70\x17\x66\x72\x4e\x7f\xd4\x1b\xe6\xa3\xa4\x07\x71\x37\x58\xf1\x61\x6d\x49\x13\xac\x3e\x5f\x66\x3a\x93\x4d\x76\x92\x64\xe7\x72\x56\x1b\xab\xa1\x4f\x72\x3a\x35\x0f\xe3\x1d\xb9\x69\x00\x50\xac\xb8\xf7\xf9\x79\x5b\x1f\x49\xbe\xd1\xee\x07\x22\x24\x75\x38\x5e\x88\x95\x64\x6b\x76\x54\xc4\x3a\xf1\xb3\xc4\xbc\x98\x24\x31\x36\x74\x6f\xc2\x27\xd1\x94\xcf\x99\xd4\x4b\x22\xbe\xd3\x8a\xcc\x59\x91\xa2\xd1\x38\xaa\x5a\x48\xd6\xec\xc3\x15\x08\xee\x01\x40\x6e\xe3\xcf\xf0\x16\x6d\x51\xad\x1c\xa3\xe2\xfc\xdf\x56\x0c\x60\x37\x04\x7d\x2c\x7f\x91\x65\x15\xb6\xa2\xac\x30\x21\x27\x4a\x5e\xea\x1e\xf2\x39\x3e\x54\xde\xeb\xb3\x2d\x25\xb3\x18\xe1\x38\x8d\x18\x2e\x7c\x60\xec\x91\x7b\x4b\xa6\xbc\xdc\x17\x3b\x23\xfe\x0b\x00\xb9\x54\xf8\x8a\xbb\xd3\x77\x75\x7d\x1e\xe5\xd3\xd6\xc1\xba\xd5\xf9\x5d\x41\x4a\x35\x8d\x99\x5d\xa1\xdb\xab\xa6\x12\xb4\x22\xdf\x54\xfa\x84\x9c\x8d\x3b\x5d\x4e\xf4\xf1\x48\x7e\x53\x2a\x71\x5a\x82\x28\x91\x67\x19\x33\x73\xf1\x45\x2b\x96\xcb\xb1\x77\xa4\x08\x00\xc8\x5c\x51\x39\x37\xc3\x27\x79\xd7\x1c\x85\xb7\xd5\x76\x27\x3d\xbf\x22\x30\xa2\xa1\x25\x73\x4f\xc8\xc1\xba\x8b\xf1\xa3\x91\xbe\x35\xc7\x43\x5a\xe2\x4c\xab\x04\x3e\x49\xc9\x29\x15\xd6\x4e\x8e\x08\xfb\x52\xa9\xf1\xbb\xdc\x55\xc5\x57\x96\xff\xc4\x96\xc8\x70\x00\x90\x53\x45\xff\x8a\x52\xd3\x4e\x87\x97\xf3\x44\x19\xfa\x51\xf7\x29\xdb\x11\x27\x62\xff\x62\xec\xb3\x64\x89\xa4\xb4\x98\x9c\xfd\xa9\x2b\x22\x8f\xe4\x0e\x66\x7c\xf0\xbb\x8f\x91\x65\x7f\x73\x01\xd8\x23\xe8\x08\xe3\x0f\x84\x79\xec\x73\x4d\x29\xf9\x16\x91\x08\x00\x63\x03\xf5\x5e\x61\x6a\x4a\x73\xd4\x00\xf7\x54\x9a\x5f\xec\x57\xb2\x20\x43\x29\xa1\x0f\xcd\xcb\x5c\x96\xa2\x96\x7a\x3d\x3b\x36\x3d\x2b\xd2\x08\xf9\x2c\xf3\xa7\x5f\x3c\x7a\x27\xf2\x88\xf3\xf1\xfc\x8f\x98\x2b\xc6\xd5\x04\x14\xee\xb7\x26\x82\x1c\x4d\xda\x08\x00\xfd\x0f\xcd\x45\x16\x9d\x74\x3c\x2e\x97\xd3\x9d\x82\x49\xb4\x22\x9d\x49\x4b\x4d\xfe\x84\xba\x97\x51\x95\xd6\x95\x6a\x9c\xa5\x84\xf8\x18\xb1\x33\xa7\x25\xc7\x70\xcb\x67\xd4\x61\x54\x95\x73\x64\xfe\x8a\xfc\x70\xe3\x20\xfc\x3d\x82\xbd\xa6\x13\xe9\x0d\xd9\x1c\x00\x7a\x2d\xed\xa1\x24\x3a\xee\x6d\x2a\x97\xad\x96\x30\x9c\xde\x49\x34\x4d\x76\xc9\x5c\x92\x9b\x9f\x7a\x3e\x9b\x98\x3c\x99\x41\xc9\x5d\x1c\xde\x90\x45\x46\x77\x6c\x51\x43\x5e\xcd\x3f\xe0\x74\x1a\x43\xc4\x9f\x33\x7a\x80\xe3\x11\xc7\x35\x17\x11\x5f\x51\xfd\x01\xa0\x3d\x64\xf8\x8b\xb2\xa2\xed\xb2\x7b\x98\x89\xb1\xc5\xc8\x36\x42\x73\x82\x2e\xaa\x0e\x69\x9e\xd4\x87\x61\x26\x7d\x4a\xfd\x92\x2f\x0a\x3b\x8c\x70\xc1\x1d\xf4\xf5\xc9\xee\x26\xfc\x76\x5a\x83\x7a\x45\x4a\x31\x42\x63\x9d\x29\xc3\x1a\x13\x05\x5d\xf4\x0a\x00\xa8\xe3\xcc\x9f\x82\x83\xe1\xcd\xf9\xe7\xe8\x77\xa3\xa2\x70\x2b\xf0\xdb\x62\xad\xf0\x84\xec\xe1\x04\x3b\xc2\x9d\xc4\xf7\xc9\x24\xa2\x77\xe8\xed\x74\x2d\xd2\x75\x1f\x69\xe6\x3f\x0a\xc2\xb1\x3e\x37\x92\x66\x6a\x64\x9d\x37\xc3\x50\xd2\x54\x25\x3c\x61\x0e\x00\x40\x5d\xcf\x2e\xe7\x45\x6d\x77\xa1\x17\x53\x0f\x87\x59\x33\xec\xb0\xb1\x91\x49\x8c\xc7\x59\xb6\x31\x77\x99\x21\x09\xe1\x09\x54\x66\x7f\x88\x24\x85\xc6\x62\x79\xef\xc9\xb8\xc5\x36\x73\x54\xcf\x21\xb0\x3f\x1a\x69\x62\x0a\x38\x47\x34\x5d\xf1\x27\xb9\x89\x00\x50\x62\xb8\xfd\x1c\x97\x6d\xa1\x12\x0d\xf2\x9d\xe0\xd3\xe2\xae\xbc\xd6\x30\x7f\xb1\x0c\x71\x26\x4a\x5d\x6c\x16\x37\x1f\xb7\x4a\xf4\x74\x3b\x3d\x09\x2d\xc2\x7b\xbd\x4f\x5f\x2a\xd2\x74\x38\x9e\xbd\x58\x78\xca\x68\x09\x3a\x4e\xe8\xa1\x49\xc3\xfd\x10\x34\x01\x40\xee\x13\x2c\x62\x5d\xdb\x4a\xaf\xf8\x4a\xca\x08\x34\x2e\x1f\xc0\xa4\x6d\x9f\x2f\xfb\x9c\x51\x14\x3e\x57\xda\x14\xa7\x10\xe3\x5d\x42\x08\xee\x4c\x78\x22\xb7\xf0\xa2\xa7\x36\x17\x3d\x72\x28\xcf\x9c\x2a\x8c\x31\x0a\x47\x49\xa5\x2d\x9a\x5f\x70\x68\xf1\x7d\x00\xc8\xa7\x84\x4f\x59\x7e\x7e\x92\xba\x50\xe2\xbb\x6d\xce\xb5\x0a\xe8\xdf\xdb\xd7\x56\xef\xc8\x58\x1f\xee\x50\xa5\x18\xdb\x16\x2d\xaf\xc8\x0a\x6e\x48\xb0\x29\x3b\xed\x85\x4f\x35\x2a\xf9\xec\x70\x30\x53\x5e\xfc\xc9\xa8\x0e\xb5\xbe\xb0\x65\xb9\x03\xce\x59\x6a\x06\x00\x79\xa7\x48\xc4\x1c\xdd\xd2\xb9\xb3\x87\xc8\x0e\x20\xef\x08\x43\x1f\x0b\x46\xd5\xd7\xa7\xcf\x84\x49\x6a\xdb\x62\x1b\xa2\x7e\x56\x77\x04\xd7\xc5\xef\xaa\x6c\xf5\x92\xa7\xec\x2d\x67\x3b\xf4\x64\x5a\x94\xfc\x35\x1a\xca\x7d\x51\x1c\xba\xbc\x14\x3b\x26\xb3\x05\x80\x5c\x20\xfa\x23\x91\x64\xcc\x86\x1f\x63\x2b\x65\xba\x45\xfd\x28\xf8\x99\x75\x39\x4e\x3d\x77\x71\x0e\x22\x91\x93\x8c\xcb\x0d\x49\x5d\x13\xbe\x14\x4d\xcc\xe8\xf7\x65\xe5\x7d\xcc\xfe\xe3\xa4\x8b\xeb\x44\xc7\x18\x45\x17\xfc\xc6\x7e\xd6\xc0\x53\x18\xc4\x0a\x00\x18\x4d\xd4\x71\x71\x45\xfa\xe2\xa8\xef\x2c\xdb\x0c\x46\xec\x97\x02\xab\x4c\xc3\x84\xe7\x48\x44\xd6\x58\xca\xe2\xa4\x8f\xc8\xa5\xe9\x88\x30\x39\x2a\x35\xb3\xdf\x57\x03\x33\x83\x3c\xec\x78\x0b\xa7\x8c\xb9\x60\xa4\x51\x90\x8a\x9b\xd0\x48\xa6\xa8\x92\xc2\x00\x60\x64\xd3\x92\x45\x35\xa9\x2b\xe2\x82\x99\x21\x69\x67\x12\x95\x09\x39\x19\xc2\xe4\x6b\x39\x17\x33\x05\x69\x17\x92\xc2\xb3\xaf\x21\x9e\x86\xa9\xe5\xfa\xe4\x68\xfa\x1c\xc2\x2c\x45\x15\x3a\x62\xb1\x3e\xf9\x01\xeb\x1e\x10\x6e\x10\x9c\x35\x36\x92\x6b\xc9\x1b\x00\x60\xa8\xd3\xfe\x08\x4e\x24\xfa\xa7\x26\xd3\xf7\x24\xbb\xa5\xef\xc7\xfd\x4a\x4d\x40\x7c\xca\xc6\xa5\x37\x65\x07\x27\x3a\x65\x6e\x46\x7e\x0a\xd5\xcd\xd1\x44\xef\xf6\x7e\x87\xb2\xce\x97\x39\xf4\xe6\x1d\xc7\x1f\x5c\x97\x84\xe7\x12\x87\x35\xd6\x90\x1a\xa8\x61\x00\xd0\xb7\x31\x90\xbc\x7d\xb1\x37\xb3\x4b\xa9\x6f\xe2\xc7\x90\x04\x2c\x36\x29\x0e\x15\x99\x65\x91\xf2\x11\xb3\x31\x41\x3f\xfd\x42\x7e\x60\x88\x45\xe6\x3b\x1c\xc1\x7b\x39\x32\x90\x70\xc3\x21\x10\xa3\x43\xf2\x5e\xa7\x84\xdb\x48\xf9\xaa\xb1\x82\x58\x4d\xaf\x01\x80\x46\x66\x2d\xe1\x0c\x47\x25\xe4\x07\x51\x82\x63\x9e\x63\x9b\xf2\xfe\xc5\xf3\xf1\x6a\x88\xa1\x24\x1f\x02\x3a\x7e\x55\x6a\x54\xc1\xcf\xed\xfe\x19\xb7\x49\x54\xaf\x84\x6c\x36\xc5\xcc\xfe\x21\xaa\x9e\x3a\xbb\xf6\x09\x56\x81\xfe\x47\xc3\xa0\x60\x0f\xf3\x13\x00\xd4\x93\xec\xa3\xac\xdd\xa1\x43\xb4\xd7\x24\xf7\x88\x56\x7a\x19\xc6\x36\xfa\x14\xc3\x2b\xc3\x27\xee\x23\xe3\x4e\x6c\x75\x52\x16\x33\x3f\x58\x23\xcd\x85\xa5\xb5\x99\x9e\xb9\x9d\xf5\xc4\x3e\x0c\xd9\xc1\xde\xbf\xf6\x46\x1e\x87\xc3\xd2\xc8\x24\x50\xb9\xfe\x00\x50\x5e\x70\x87\x19\x0f\x82\xc6\xc4\xce\x05\xa5\xa1\x56\xa2\xbf\xa8\xa6\x88\x4a\xd1\x9d\xb4\xe7\x31\x36\xa2\x82\x98\xd0\x04\x15\x91\x7d\x90\x5a\x8a\x9d\xf0\xb3\xe7\xf5\x8c\x1d\xc2\x1d\x76\x43\x39\xb1\xc2\xc8\xb5\xd7\x31\x08\xc1\x94\x46\x13\xbe\x59\x20\x04\x80\x92\xc2\x9f\xa2\x6f\xdb\xa6\x5e\xfe\x94\xb0\x3a\xb8\xba\xec\x6b\x6e\x50\x58\x60\xe9\xef\xd4\x93\x51\xab\x4a\xee\x44\xa7\xc4\xd9\xc8\x1b\x03\x53\x93\x4a\x8b\x89\x9e\xc9\xe9\x1b\x8a\x9c\xed\xde\x64\xfb\xca\x7a\xd7\x2d\x41\x57\x48\xc3\x34\x57\xe3\x6d\xc4\xc5\x00\x50\xd6\x09\xaf\xd0\xda\x02\xd6\xd4\x5a\xe3\xeb\x83\x8e\x56\xf7\x23\x9f\x84\xa2\xab\xca\x52\xb7\x47\x6e\xab\x54\x8d\x5e\x19\x8b\x2f\x17\x04\x3a\x27\xf6\x97\xfe\xf2\x0c\x4f\x3b\x56\xb2\xc9\xee\x4f\xd6\xd3\xe2\xa4\x75\xdb\xd1\xae\x85\x5b\x34\x33\x70\x93\x92\x77\x00\x50\x94\x45\x18\x5a\xa8\x7f\xd2\x8e\x13\x78\xaf\xc0\x9f\x0d\x6b\x91\xc2\x90\x33\x75\xac\x54\xdd\x88\x86\x9a\x53\x51\x53\x31\x0f\xab\x1e\x07\x3a\x26\x86\x57\x7c\xf4\xcc\x4b\x33\x2a\xeb\xb2\x37\xce\xca\x2a\x21\xad\x3b\x88\x7a\x5b\xf4\x5a\xf3\x2a\xee\xac\xf4\x23\x00\xe4\xd7\xa2\x1e\x0e\x21\x87\x1e\x3e\x4e\xce\x44\x4a\xa3\xf5\x31\x17\x72\xef\xc6\x79\x64\x24\xa2\xb7\x25\xee\x88\xf5\xc7\x2c\xa4\x5a\x05\x61\xf2\xdf\x67\xfc\xf1\xa4\xe2\x60\xf6\xb8\x6d\x57\x01\x07\x1d\x6c\xd0\x41\x0e\xc6\x0e\xa8\x3d\xa1\xe5\x13\x0f\x00\xc0\xb2\xa2\xe9\xb1\x8f\x64\x1d\x8b\xd6\x27\x9d\xc9\xfe\x18\xa7\x8c\xd1\x43\x06\x25\xfc\x49\xef\xca\x1d\x4c\x59\x1a\x73\x1f\x7d\x2f\x3d\x2e\x70\x21\xaf\x27\xf3\xa5\xa7\x2e\xce\x14\x59\x6f\xcb\x21\x3c\xc4\xec\x35\xe0\x93\x6e\xe2\x06\xd5\x3a\x69\x8a\xa4\x68\x00\x98\xfd\x34\x06\xeb\x05\xa2\x37\x0e\x45\x9c\xce\xda\x90\xa8\x87\x66\x64\xdf\x4b\xbe\x9f\xee\x89\x2c\x4b\x6b\x8c\x09\x42\x95\x22\x4e\x05\x96\x62\x3a\xb3\x07\x3d\xda\xb1\x9e\xa8\x5c\x5b\x67\x82\x7a\xbe\x89\x41\x30\xc9\x9e\xb0\x4e\xad\x8d\x5a\x43\x76\x01\x80\x59\x45\x57\x66\x1a\xa5\x99\xa6\x2a\x16\xd0\xd2\xbb\xd3\xfd\x51\x56\x88\x16\x84\x28\x4d\x3b\xeb\x49\xd6\x78\x74\x08\xd2\x0c\x59\xbd\xed\x3c\xaa\x09\x1d\xe5\xb1\x2c\x8f\x90\x1f\x60\xd3\x84\x2b\xc7\xe3\xf5\xc7\x0a\xe6\x88\x4f\xd4\x0e\x51\x0e\x52\x37\x02\xc0\x78\xc1\xa0\xd2\x25\x49\x47\xb3\xd5\xf0\xa3\x29\x95\x39\x1f\x91\xf7\xd2\x9a\x73\x2f\xa7\xf4\x20\x74\xd0\x2d\x51\xf6\x59\x97\xf2\x1e\x05\xdc\x40\x96\xe0\xc0\x26\x3f\xf4\x5e\x42\xa6\x8d\x11\x56\x95\x38\xae\x7f\x81\x70\x9d\xd2\xa6\x76\x86\x7c\x94\x4e\x01\x80\xb1\x84\xb5\x92\x7a\x38\x7e\x73\x5e\x26\x2e\x23\x11\x97\xdf\x95\x43\x4b\x7e\x82\x73\x4d\x3e\x94\x26\xc0\x1f\x8b\x34\x46\xa0\x0b\xbc\xfc\xdf\x64\x4b\x89\xef\xdd\x8b\x72\x3f\x91\x0f\x5a\xb7\xe6\xd5\x51\xeb\xf4\x4b\xf0\x55\xf4\xe3\x6a\x77\x48\x17\x98\xe7\x01\xa0\x6f\x61\x37\x91\x73\xa3\x46\xa9\x75\xf9\x91\xb1\x12\x5a\x4c\x56\x7d\x42\x20\x5d\x2d\x71\x3e\x39\x9a\xde\x16\xde\x96\x56\xc3\x60\x6c\x3d\x9f\xa9\xce\xf4\xda\xd8\x96\x73\x97\xb5\xc6\x7a\x03\xfa\x1e\x5b\x55\xbf\x04\xb7\x9c\xb3\x62\xd9\x2a\x62\x05\xe7\x1f\x00\xb4\x5c\xee\x27\x62\x76\x38\x4b\x48\xc7\x48\xa3\x92\x84\x09\x99\x20\x16\x2d\x74\x4e\xa8\x4d\xb8\x2a\x5c\x1c\x26\x4c\x09\x15\xfc\xf2\xbb\x91\xa1\x2b\xb8\xb3\x51\x39\xdb\x44\x70\x74\xfd\x38\x2a\x57\x50\xa6\xbf\x33\x7f\x4c\x90\xb1\x2c\xab\xe0\x96\x40\x0f\x00\xea\x47\xfe\xb3\x82\xe8\x90\xa2\xd2\x33\xe8\x94\xf0\x0b\x25\xaf\x33\xee\x46\x6b\xc9\x27\xe2\xa5\x71\x7b\x8b\xe7\x43\xf7\x26\x65\x15\x2b\xf9\xad\x49\xc3\x15\x29\x6f\xd8\x9f\x79\x45\x06\xd7\xf7\xe4\x06\x4a\x9f\xeb\xf7\xe6\x9b\x49\x84\xcb\x1e\x15\x78\x88\x66\x01\xa0\xee\x14\x32\x09\x4d\xdb\x6b\xaa\x1e\xa3\x5e\x87\x75\x56\x1e\xcd\x48\x8b\xb2\xae\xc8\x8f\xb7\x8b\xed\x2c\x5f\x13\x9a\x94\xb8\xb7\xf4\xda\x96\xa1\xd4\x6b\x25\x88\x0d\x15\x99\xa6\xc5\xbf\xd7\x7f\x45\x3e\x29\xf2\x35\x58\x96\xd7\x25\x4b\x57\x57\x21\x40\xc9\x66\x00\xa8\x74\x91\x31\xc1\x3a\xf8\x59\xbd\x01\x8a\x15\x06\x6a\x2f\x66\xac\x8d\xcc\xad\xd9\x14\xaf\x10\xab\x52\xb5\x37\xd4\x37\xe1\x4f\xc5\xc8\x96\x5f\xa9\x6b\xcb\xbd\x37\x1c\x46\xd4\x95\xe6\x5b\x9b\x23\x93\xe5\x09\x06\x99\x79\xd8\xc2\x41\xf5\x6c\xc2\x79\xa9\x37\x00\xd4\x2d\xa2\x5a\xf2\x28\xa6\x2b\xc2\x2b\xdf\x2f\xaf\x2c\x3a\x29\xf3\x7d\x7e\x7d\x1c\x36\x51\x15\x7b\x37\xf1\x4a\x98\x1c\x6f\x91\xba\xc5\x2f\x8c\x70\x2e\xe3\xef\x06\x15\x22\x3d\x07\x58\x2d\x26\x1f\x44\x47\xaf\x6e\xa7\xad\xc4\x8e\x2c\xbd\xcb\xb8\x4f\x3c\x01\x00\x67\x19\xcd\x99\xec\x8b\x1a\x8b\x76\xce\xdb\x85\x1e\x8e\xd3\xcd\xf4\xcd\xb3\x4b\x18\x4f\xa0\xe5\x0b\x52\x96\x84\x42\xdc\x92\xf4\xc8\x2d\xcf\xf1\x1d\x99\x8f\xdc\x0e\x15\x9c\x40\x96\x5a\xb6\x93\xe6\x31\xb5\xab\xa5\xd4\x2a\xdc\xd7\xa5\x9d\x0c\x24\x29\x04\x00\xf6\x03\x9a\x98\x24\xcd\x5d\x1d\x17\x8e\x19\x40\x45\x26\xfc\x43\xec\x45\x5f\x4f\x3e\x1c\xff\x2e\xcf\x35\x8d\x1d\x8a\xcf\xff\x88\x28\xd9\x12\x8f\xbb\x9a\xfd\xd0\x6d\x13\xe1\x39\x2a\xc8\x12\x4f\x0a\xce\x57\x59\x9d\x4a\x55\x22\xa8\x2e\xbd\x42\x5f\x20\x1b\x01\xc0\x66\xd3\x55\x0a\x2e\x66\xf1\x52\xce\xa0\xfd\x73\x56\xa6\xfd\xc9\x30\x43\xf6\x20\x4c\xe3\x2a\x51\xfb\xb3\x1a\x42\xa2\x31\xbb\x90\x9e\xbe\xd9\xf9\xb7\xd0\x8a\xae\x64\xbc\x51\xbe\x92\xc5\xd7\x82\x0f\xf8\x4d\xab\xd7\x91\xfb\x88\xc7\x96\x5e\xa3\x6b\x51\x57\x03\xc0\xba\xcd\xc0\x13\x3c\x33\xbc\xb2\xfc\x73\xfb\x11\x73\x39\x1e\x69\x5f\xb3\x46\x72\x75\x62\x31\x48\x65\xb4\xee\xf6\xad\xa8\xb0\xbc\xad\x3e\x5c\xcc\x35\xac\xcc\xe5\x12\x36\x07\x3f\x6b\x81\x27\xa0\x88\x87\x74\xa7\x49\xcd\x14\xf6\xd2\x77\xb4\xb5\xf4\x6d\x00\x30\xe7\x59\x4a\xb8\xe2\x94\x21\x0c\x07\x49\x4a\x9b\xce\x1b\x48\x6d\x45\xd8\x63\x43\x62\x22\xb2\x4a\x71\xcf\x82\x03\x90\x6b\x08\x5c\xef\x23\xa8\xa7\x44\x57\x17\x8d\xbc\x76\xb2\x96\xc5\x32\x3c\xa0\x5a\xe9\xf6\x10\xa5\xf4\xe4\xa5\x90\xea\xc4\x64\x02\xc0\xdc\xc0\xae\xcd\xc7\x24\xcc\x52\x3c\xb3\xeb\x92\x1d\xa9\x8a\xc9\x30\xf5\x18\xb5\x2d\xea\x79\x46\x32\x8d\x19\xb4\x28\xcb\x97\x9e\xea\x75\x08\x19\xcb\xd8\xea\x1c\x87\xde\xcf\xdc\x66\xde\x86\x75\x61\x15\xe8\x7e\x29\x58\xca\xde\xa3\x12\x47\x51\xe3\x1c\x03\x80\x91\xc8\x6d\xc7\x94\xc4\xa6\xf0\x2b\x33\x7f\xc5\x8f\xf0\xc5\x49\x75\x49\xd7\xf8\xd9\x91\x75\xa9\x1d\xfc\xb4\x6d\x53\x19\x83\x7c\xd4\xe6\xa7\xd9\x31\x7c\xa2\xd3\xf5\xdc\x51\xbe\xc4\x9c\x96\xd7\xc5\x6f\xd5\x9d\xc7\xff\xe4\x5f\x57\x69\x22\x6f\xe2\x1f\x02\x80\x7e\x97\x5f\x87\x4e\x8c\x92\xca\x03\x10\x6d\xb1\x94\xe2\xd2\x44\x6c\x02\xb7\xe8\x62\xc4\x9e\xe4\xe3\x85\xbf\xb7\x39\xa4\xab\x15\x1a\x6f\xf6\xc8\x3c\x23\x4b\x73\x42\x20\x2b\xa5\x55\xe6\xe9\x98\x36\x49\xc7\x6a\x1b\xfc\x5a\x71\xb3\xea\x22\x52\x8b\x28\x0d\x00\x3a\x59\xb8\x1e\xf5\x23\xf2\x60\x85\x17\x22\x2c\xa6\xb8\xdc\x2e\x71\x49\xfc\xee\xd2\x7f\x11\x21\x49\x2f\x4a\xfa\x02\x26\xd2\xb6\xc9\xcf\x6e\xd6\xce\x5c\x54\x5c\xed\x14\x93\x33\x5f\x94\x6e\x8e\xc6\x6c\x2e\x54\x5f\x1d\x85\xbb\x2f\xa5\xa8\x6e\x20\xe1\xc5\x35\x00\xd0\x83\x85\x4f\x51\xfb\x23\xc6\x6b\xc8\x08\x95\xe8\x87\xd5\x06\x09\x0f\xe2\xde\x57\x1e\x8b\x30\x4b\x32\xa8\xf0\x0a\xf8\x9a\x5a\x57\xd6\xb9\x59\x07\x91\x55\x1a\xe7\x84\xce\xc1\xca\xef\x99\xef\x42\xdf\x29\x56\x5d\xdd\x88\xcb\x91\xcd\xa8\x16\x93\xd6\x4a\xfe\x3b\x41\x5d\x14\x92\xf7\x8c\x60\x1f\x71\x37\x0b\x4b\xf8\x1d\x7d\x2d\x09\x59\xd0\x1b\x77\x31\xd2\x8e\xd8\x9c\x38\xb7\x2d\x96\x74\x32\x95\xe5\xf9\x90\xdc\x8b\x70\x74\x0c\xa3\xba\xe4\x38\x99\x2a\xd3\x20\x9a\xab\x5d\xcf\x5c\x8a\x5b\xb3\xb8\x85\x1d\x48\x7c\x00\x00\x4f\x91\x96\x9e\xa7\x8c\xab\x8a\x96\x65\xb6\xe3\x49\x71\xdb\x13\x1f\x12\x84\x89\xcb\x23\x6a\x0b\xd8\x29\x6b\x03\xda\x89\xfb\xd3\x51\x9e\xfe\xa4\xd1\xcc\x2f\x0e\x7d\x14\x32\xf2\x90\x49\x07\x2d\x0b\x73\x42\x9b\xca\x28\xc5\xcd\x2f\xbe\xc8\x1a\x20\xa5\x02\xc0\xed\xa4\x35\x62\xdc\xf2\x47\xe3\x70\x08\x88\x9d\x4c\x54\x48\xb4\xc4\x5b\x26\xd7\x85\x0f\x13\xfc\xd2\x08\x01\x06\x05\x25\x08\xb1\x47\x3b\x69\x51\x76\xa7\x03\x86\x7c\x02\x15\x64\x42\xa4\x5e\xce\x5f\xa6\x1d\xc7\x50\x22\x68\x2d\x3e\xce\x92\x92\x4d\x00\xe0\x52\xe9\xfa\x28\x3f\xf4\xa9\x14\x76\x86\x3b\x66\x3c\xed\x68\xbc\x2c\x1f\x95\xf1\x22\x4c\x82\x7d\x91\x15\xb6\xf5\x33\x1e\x9d\x33\xbb\xa9\xb9\xc0\x1c\xf5\xd8\xbe\x94\xb4\x3c\xef\xad\xf1\x4f\x4a\x1a\xde\x40\xdb\x8a\xf6\x8d\x58\xb3\xf8\x2a\xf3\x00\x55\x19\x00\xce\x0d\x06\x31\x57\x1f\x99\x9b\xf9\x3b\x5d\x25\x77\x38\xfb\x6c\x1c\x06\x7d\x00\xc9\x0f\xa5\xe7\x25\xa0\xca\xfc\xbe\x61\xdd\x31\x0f\xdc\xdf\xe2\x3d\xb0\x46\x76\xdf\x0a\x30\xf8\x63\xc6\x85\xa4\x49\x22\x46\x5b\x8d\xda\x4e\x89\x58\x3c\xc8\x38\x4d\x37\x07\x80\x3d\xc3\x5c\xc8\x89\xc9\x4a\x47\xd7\xa6\x9e\xcc\xd1\xc6\xfc\x8d\x4d\x41\xce\xe6\xa3\x42\x18\xa8\x49\x9c\xd2\x96\xe9\x3c\x43\xfc\x03\x77\x6d\x6c\x46\xc1\x6e\xbb\x50\xfc\x53\x52\xad\xb1\x0b\x71\x07\xe5\x91\xd6\x3f\xca\x6e\xfa\xea\x25\x0e\xf4\xdb\xcc\x20\x00\xd8\xae\x6c\x59\xd6\xe7\x74\x7f\xd2\xe7\x14\x3b\x84\x1f\xb9\x31\xfa\x43\x56\x01\x25\x65\xbb\x7d\xce\x2d\xea\x16\xdf\x6f\x28\x1f\x5a\xc0\x46\x0f\xcc\x47\x7a\xac\xed\x59\x6c\x0b\x83\x67\x34\x4d\xb8\xcf\xfc\xa0\x6d\x40\x36\x62\x3b\x2f\x29\xa7\xed\xe4\x24\x00\xc0\x8a\xe0\xee\x40\x0c\x26\xb7\x72\x77\x25\xed\x4a\x03\xdc\x86\xa8\x43\x19\x5c\x6e\x69\xb0\x51\x96\x2e\xf7\x8c\xef\xe2\x9c\x8f\xdc\xfe\x0d\x72\xd4\x0b\x9e\x89\xed\xc6\xbc\x69\x5e\xbe\x51\x17\x3e\x85\xf7\x4e\xdb\x8f\xf8\x97\x6f\xbe\xe4\x07\xf5\x26\xdf\x0e\x00\xe6\x79\x7e\x5a\xc6\x91\xc4\xdc\xc2\x9e\x44\x6c\xf2\x8d\x42\xf3\xc8\x8a\xb4\x28\x19\x3a\xc8\x17\xb1\x52\xfa\xd8\x27\x3d\x5b\x51\xba\x71\xc3\xb2\xdc\x0d\x92\xb3\x36\xdf\x31\x7b\x24\x96\x46\x67\x71\xc1\xe2\xfd\xda\x39\xc4\x0d\xa2\x3e\x65\x17\xaa\xb3\xf0\x2e\x00\xcc\x04\xc1\xe7\x0c\xfb\x84\xf8\x52\x56\xe2\xa2\xa4\x47\x25\xd2\x48\x87\x54\x9a\x9c\x1d\x38\x9b\xe1\x5b\x5c\xe6\xe3\x94\xe5\x5d\xb4\xdb\x6d\x18\x59\x54\x78\xd5\xe6\x2d\x66\xa9\xac\xdb\xa8\x03\xfb\x42\xfa\x42\xbb\xb0\xe0\xbd\xa4\x52\x39\x9b\x32\x2c\x1a\x03\x80\x69\x25\x2c\x4a\x7f\x17\xcf\xa8\xcc\x4b\xb8\x96\xa4\x50\xe1\x1d\x31\x99\x72\xb5\x6c\x36\xb0\x37\xbd\xb8\xf4\x81\x8f\x55\x66\x59\x89\xdc\x6d\x22\x67\x40\x9e\x65\x33\x8c\x66\x15\x1b\x1b\x7d\xc5\xa6\x14\xb6\x6b\xdf\x2a\xe0\xc8\x96\x28\x1f\xa0\xec\x15\xff\x01\x80\xf1\x55\xb4\x34\xe5\x1e\x03\x13\x59\x1a\x1b\xc9\xb8\x14\x93\x13\xba\x89\xe9\x10\x1f\xbc\xf5\x23\x53\x94\xc4\xf3\x98\x64\x8e\xa7\x4e\x3a\xd1\x59\x95\x88\xc3\x96\x16\xec\xf0\x9c\x83\xfa\xf9\x9c\x48\xf4\x82\xc6\x05\xae\x00\xb7\x5f\x21\x8d\x37\x4c\xf2\x04\x40\x70\x8d\xf6\x3a\x65\x35\x6d\x32\x46\x3b\xe6\x32\x3d\x29\xee\x72\xc8\x25\xfa\x40\x22\x76\x6b\x36\x23\x35\x85\xec\x21\x64\x0c\xa7\x5f\x74\x5a\xc5\x3c\x9d\xe5\x68\xf1\x8a\x55\x85\x1c\xd7\x77\x67\xb7\xe5\xa9\x69\x1c\xe3\x2a\xe3\x33\x15\xb2\x79\x0d\xa4\x73\x00\x08\xc4\xf4\xc5\xc9\xe9\x54\x6e\xdc\xbd\x98\xd5\xd4\xa9\xc4\xcd\x21\xf6\xb4\x5d\xc9\xd7\xfc\xfa\xe9\xb6\x69\x0d\x1e\x8b\xe9\x5f\x11\xcd\x8e\xa7\x18\x77\xb3\xc7\x2c\xc4\xcc\x07\x28\xb6\xbe\x06\x5b\x3d\x3f\x4a\x63\x17\x47\x40\x40\x28\x10\x78\x8e\xe4\x1c\x00\x04\x6e\x74\x6c\xd2\x1a\x92\x47\x4a\x78\xd4\x6b\xb2\x62\x1a\x39\x78\x8e\x3c\x92\x71\x68\xcb\x23\x4a\x77\x96\xd9\x26\x75\xea\xd3\x9c\x77\x0e\x1f\x69\x23\xa8\x6b\xe6\x9f\x19\x4e\x79\x7d\x7a\x67\x98\xe7\xf0\x2e\x1a\xc5\xec\x1c\xe2\x45\x85\x06\x6e\x18\xd5\x02\x00\x3e\x97\x71\x38\x51\x81\x10\x90\x69\x19\x79\xaf\x60\x53\xf6\xa2\xe0\x65\xc4\x98\x9c\x01\xdf\x61\x12\x15\xa5\xe2\xee\x47\xbe\x84\x49\x72\xd8\x4c\x5d\x95\xdf\x65\x8e\xa1\xd5\xe2\x09\x7a\x0c\x46\x04\x31\x4e\xa3\x88\xe5\x49\x89\x54\xe8\xe5\x24\xd3\xd7\x03\xc0\x6b\x65\x19\xc6\xef\xc6\xfa\xa3\xd2\x23\x4e\xe3\xe8\xe8\x8f\x41\x76\xf8\xc7\x79\x48\xdf\xb5\x05\x0e\xd8\x75\x1b\x25\xc4\x56\x3c\xb0\x3f\x42\xde\x4e\x98\x33\xfb\x47\x55\x22\x19\xe8\x85\xd0\x26\x28\xc5\x1a\xb5\x4c\x3d\xda\xd8\x22\x33\x36\x8e\xe9\x0a\x00\x77\x94\xbd\x3b\xf6\x3b\x5a\x5a\x70\x34\xdc\x0a\xf3\x9b\x78\x6a\xdb\xb7\x7c\x12\xe9\x94\x8f\x0a\xce\x90\x7c\x6b\xc3\x11\xfc\x2f\xca\x94\xdd\x6c\xc1\x1b\x9a\x97\x59\x09\xe9\x37\xfd\x80\xde\x7a\xaa\x35\xd3\x57\xe3\x36\xbd\x91\xd5\xb9\xa8\x90\xe5\xcd\x51\x05\x80\x33\xcf\x15\xc7\x24\x23\xb1\xac\xd6\xd0\x1f\xb9\x7f\x58\x43\x01\x6f\xd0\xfb\xd8\x16\xde\x96\x79\x85\xec\x62\xb7\x31\x6c\x03\x1b\xda\x11\xf1\x2f\x38\x32\x33\x37\xa2\x2b\x77\xb5\xde\x4a\x72\x07\xf7\x85\xc6\x24\x8d\xc5\xcb\x5e\xf4\x83\x99\xc6\x3b\x08\x00\x27\x9e\xbf\x2e\x7a\x63\xd6\x98\x64\x65\x48\x6f\xce\x7e\xf1\x25\xff\xaf\xb9\x7c\x71\xa2\x57\x16\x5a\x2e\x5e\xee\x96\x95\x77\x55\xf4\xd8\x6e\x29\xce\x55\xb4\xcf\x74\x92\xd0\x23\xc2\xe8\x29\x90\x8e\x89\x9c\x34\x0d\xa9\xa7\x84\x77\x15\x3d\x18\xb7\x85\x0a\x00\xb0\x07\x05\x85\x51\xaf\x33\xdf\x16\x25\x87\x08\xb2\x8f\x15\xde\xf1\x97\x23\x8f\x14\x1a\x7b\x19\xa3\x2e\xca\xca\xdc\x36\x61\x26\xa4\x33\xb6\xc3\x58\xb1\x94\x66\xfa\x8b\xe0\x29\xf9\xaa\xa7\x46\xb2\x95\x6c\xd6\xf4\xa2\x46\x8a\x93\x14\x91\x0c\x96\x48\x0b\x00\xf6\x05\xa1\x7e\xd4\x4e\xc4\x58\xc9\xbf\x90\x80\xac\xd7\x25\x9e\xfe\xd1\x39\xbf\xe5\x39\x5e\x20\xf7\x6f\x71\x8d\x9b\x03\xc6\xab\xe8\x8a\xed\x44\xfe\xdb\xc2\x09\xd3\x39\xfc\x91\xc2\x95\x7a\x76\xc4\x66\x99\xb2\x26\x81\xf2\x53\xd2\xa1\xd8\xc4\x30\x11\x2b\x03\xc0\x2e\x10\xd6\x84\xbc\x13\x9d\x89\x72\x0b\x08\x17\x21\x63\x0d\xbc\xed\x45\x9b\x13\x56\x6e\x78\x2f\xfc\x9d\x1c\xe8\xa0\x25\x3c\x99\x76\xc7\xa2\x57\x58\x97\xc9\x32\xfc\x29\xac\x44\x72\xb5\xe6\x84\x07\x30\x83\x2a\xae\xc2\xd7\xf8\x0a\x00\x44\xe1\x64\x5d\x00\x44\x90\x7e\x23\x24\x4e\xe8\x1b\x43\xf2\x7f\x2f\x54\x8f\x77\xf6\x7a\x2e\xf8\x97\x04\x36\x94\x08\x1e\xa5\x2e\xb3\xef\x12\x34\x67\xa4\x58\xec\x17\x9c\xcf\xfa\x60\x78\x53\xf0\x2c\xf7\xa4\xd6\x6f\xe1\xa2\xbc\xd7\x2a\x9b\x85\x29\x04\x07\x00\x84\x63\x64\x3c\x00\xa2\x6b\xf4\xae\xed\x9d\xfc\x87\x71\x7d\xfe\x08\x7e\x6b\x22\xdd\x2b\x9f\x7f\x39\x65\xdd\x06\x37\xfe\x81\x74\x45\x7b\x36\xff\x70\xa6\xa5\x05\x82\xdf\x95\xc3\x31\xac\x15\x2c\x46\x6b\x69\xbd\x15\x24\x62\x17\xa9\xf8\x0b\x9e\x17\xac\x00\x40\x58\x48\x51\x06\x40\x84\x63\xe8\x05\x37\x73\x9e\xa5\x2c\xdd\xca\xe4\xfc\x48\x8b\xd9\x7c\x8e\x6b\x98\x71\xdc\x8d\xcf\x0d\xcf\xf2\xb2\x7b\xce\xad\x41\xaa\x9a\xf7\x71\x27\xd0\xca\x86\xee\xbc\xdc\x7c\x1f\xad\xcb\xbc\x49\xfc\x79\x95\x64\xfe\x19\x92\x3b\x00\x82\x1d\xd4\xa3\x00\x08\xcf\x31\x5d\x83\x38\x2c\x6b\x84\x9f\x9f\x8c\x15\x95\x85\xdc\x0c\x58\xfb\x72\x64\xae\xef\xd9\xcb\x72\x6f\xdb\xf9\xb3\xcb\x31\x4e\xe6\x14\x8e\x59\xfe\x03\x83\x59\xce\x13\x7c\xa5\xd6\x49\x6e\x15\x71\x9f\x0a\x8b\x27\xa6\x1c\x07\x80\xdf\x48\x2f\x02\x40\xf0\x9d\xb5\x33\xb0\x96\x1e\x9e\x6b\xb2\xe5\x3a\xfd\x0c\xea\xb5\x67\x32\xc3\x15\x53\xe7\x1a\xc8\x78\x93\x4f\xb5\xbd\xc9\xac\xc3\xf1\xcc\x75\x58\x19\x84\xe3\x06\x77\xd8\xde\xc4\x59\xad\xa3\x1c\x37\x4a\x83\xca\x51\x6e\xd2\xff\xcc\xb5\x69\x65\x52\x01\x10\xac\xe3\x28\x04\xf4\x92\xdb\xf0\xf5\xbe\x39\x14\x7f\x42\xbf\x47\x32\x65\x81\x68\xe7\x42\xa7\x7e\x24\x31\x6d\x2d\x68\xef\xc8\xdf\xcc\x9a\xe8\x93\x54\x9c\x41\x31\xd3\x9c\xbe\x5c\xeb\x04\x2b\x8f\x31\xa0\x32\xc2\x7e\xcb\x3a\x04\x00\x97\xc4\xd1\x04\x80\xaf\xc7\xbd\x1e\xb0\xba\x00\x47\xbf\xe3\xb3\x9b\xe8\xc7\x48\xd8\x54\x46\xf2\x61\xf4\x3b\xbf\x24\x27\x30\x2b\x6c\xce\x50\x4a\x58\x11\x66\xc9\xd4\x3f\x6c\x4b\x83\x4c\x7a\x1e\x67\x89\xd6\x05\xc6\x24\x57\x55\xd5\x8b\x75\x82\x3b\x00\x00\x47\xca\x43\x01\xc0\xcb\xe1\x5b\xf9\x2b\xe1\x26\x04\x1e\xde\x2d\xf8\x59\x41\xac\xfb\x9d\x02\x0b\x41\x96\xb3\x27\x31\x59\x40\xb6\x09\x22\x9d\x12\x94\x99\xad\xa2\x04\x0a\xda\x0d\x36\xd3\x16\x09\xde\x68\x5d\xa5\xbf\x16\xcc\xab\x52\x98\x2f\x05\xc3\x60\x3d\xbb\x57\x50\x0f\x00\xf7\xb7\x00\xb9\xb5\x03\xb7\x52\xe2\xec\x8d\xc4\xaf\x91\x2c\x73\x67\x13\x42\xc4\xaf\x9d\x97\x16\x88\xc5\x47\x6d\xac\x89\x1f\xc4\x34\x33\x65\x72\xb9\x38\xc1\xc0\x83\x9a\x25\x36\xd4\x7a\x4c\x4f\x10\xbd\x52\x6d\x60\x52\x44\xa9\x20\x99\x5d\x26\xac\x00\x80\xdb\x26\x18\xdd\x2a\xc7\xa6\x14\xd6\x7a\xbb\xe1\x52\x0b\xbd\xdd\xb7\xe3\xe5\xb2\x57\x4e\x43\x84\x9b\xb2\x02\x1b\x0b\xe2\x5a\x99\x92\x99\x06\xe9\x83\xf4\x88\x41\x28\xa5\x53\x6a\xa4\x35\x44\x7b\x2e\xe1\xab\xde\x65\xaa\x88\x0f\x83\x6a\xb6\x9b\x08\x05\x00\x97\x20\xc4\x79\xc6\x95\xc2\xa8\x9f\x1b\xd6\x97\x82\xd8\x5f\x8e\xb8\x12\xc3\x04\x68\x6d\x2d\xb7\x48\xf1\x37\x95\x17\x3b\xa7\xbf\x30\x68\x2c\x4a\xc8\xda\xbf\xca\xb4\x90\x97\x7b\x5e\xdd\x58\x26\xcb\xf7\x56\x0a\x96\x3e\x22\x74\x03\x20\x0d\xa0\xb8\x02\x20\x79\xce\xe8\xf1\x54\x28\xd9\x13\x33\xe7\xf6\x55\x7e\x29\xfe\x95\xa3\x43\xf1\x58\xd2\x9d\xf5\x0b\xc5\xda\xa9\x7d\xa6\xd8\x22\x4f\x84\xa7\x41\x79\x21\x37\xfb\xcd\x2a\x63\xd9\x4d\x54\x87\xba\xb9\xf4\x17\x56\x51\x09\x21\x0d\x2e\x08\x05\x40\xf2\x85\x92\x07\x80\x44\xc6\xe8\xf0\x38\x28\x77\x8d\xf7\x74\x2b\x2b\xc6\x25\x4e\x38\x0c\x14\xdd\x48\xb9\xb6\xfe\x71\xe1\x54\xfa\x49\xd3\xc0\x42\x8f\xcc\xf7\x06\x74\xd9\x0e\x64\xe4\xaa\xd5\xd2\x19\xcc\x22\x75\x1b\xe9\x16\x9c\xb2\x12\x45\x72\x85\xb8\x0c\x00\x09\x81\xf2\x1d\x00\x89\x23\x63\xc2\x43\xad\xb0\x32\xf9\x8e\xdb\x0a\xd9\xeb\xb4\x08\x87\x12\x99\x4f\xc6\x97\xf5\x78\xe9\xe5\xac\x72\x93\x49\xe9\x26\x24\xcd\xc0\x5f\xd2\x85\xde\xb9\x6a\xb1\x04\x91\x3f\xa6\xee\x24\xfe\x4e\xa0\x28\x35\x8a\x4b\x49\x10\x00\x31\x93\x96\x0c\x80\x98\xc8\x1c\x76\x1f\x90\xf4\x66\xbc\x70\x75\x91\x44\x67\xad\xb2\x1f\x17\x7f\xcc\xc9\xb4\x1a\x11\xcb\x73\xdb\x4d\x6a\xc5\x5e\x98\x40\x83\xc5\x62\x80\x55\xd3\xfe\x23\xba\x87\x9f\x57\xf7\x15\x71\x48\xe6\x4a\xaf\x44\xb1\x54\x1f\x00\x44\x34\x86\x21\x00\xa2\x46\xb6\x9f\xbb\xaa\x28\x1e\xa9\xe3\x22\x14\x7e\x41\xa9\xd9\xa3\x84\x95\x98\xa5\x56\x3c\x21\x26\x5f\xc5\xc4\x5b\x18\x86\xdb\xa8\xff\x5c\xe8\x4d\xa8\xd7\xfe\x20\xdc\x48\x5a\xad\x1e\x2f\x34\xa0\xbc\x5f\xac\x2b\x34\xa2\xcb\x01\x10\xb2\x98\xbf\x00\x10\x3e\xe5\xd4\x6f\x74\xe4\x55\x63\x5f\x3a\x5f\xe3\x91\xf0\x58\xbb\xfb\x3c\x5c\x81\x82\xd5\x12\x1e\x87\x28\x32\x1e\xe6\xed\x20\x9b\xeb\xb7\xf2\x9e\x53\x86\xb5\x7f\xf2\x57\xd3\xee\xa9\xd7\xf1\x03\x18\xcf\x16\xd7\xf2\xcb\x59\x57\x01\x10\x58\x70\xa2\x01\x10\x74\xf0\x1c\x37\xe4\xb3\x49\xd4\x65\xce\xe6\x6c\x19\x4d\xd5\x2e\x86\x7d\x99\xae\x68\xd9\xca\x9e\xa6\x4f\x1b\x5f\xe5\x6c\x63\x2a\xe8\xef\xe5\x9c\x67\x6d\xd4\xfe\xca\xf5\x64\xe7\xaa\x9f\xe5\xde\xe4\x1c\x58\xfc\x8e\x97\xcd\xbd\x04\x00\xdf\x8d\x47\x05\x80\x3f\xcb\x47\xbb\x35\x31\x6d\x39\xaf\x9d\x0a\x99\x01\xdc\x64\xdb\x1e\x66\x05\xf7\x99\x65\x3c\xf3\x3b\xcf\xd7\xf8\x38\x2b\x8f\x77\x55\xbf\x90\xf5\x97\x1f\xa2\x3d\xce\xbe\xc8\x7f\xa2\xfe\x93\x53\x21\xb0\x5b\xb2\x96\xcb\x13\x70\x00\xe0\xd1\x04\x48\x00\xf8\x74\x01\xd3\xcd\x89\xe1\x23\xc8\x71\xda\xcc\x48\x13\xb4\xd9\x1e\x63\x1c\x11\x4c\x5a\x7a\x30\x17\x09\x6d\x8d\xab\x99\xc5\x42\xaa\x7e\x39\x6b\x93\xf0\xf8\xaa\x95\x6c\x6d\x61\x97\xc6\x3a\xf6\x3f\x61\xef\x12\x29\x77\x89\xf0\x3c\x00\x3c\x63\xa1\x17\x00\xfc\x6d\x82\x4f\xae\xb7\xe9\x0c\x31\xca\x71\x8a\x5e\x21\xae\xb3\x95\xd1\x7b\xc4\x2d\x96\x76\x0c\x67\xf1\x15\x63\x0e\xe3\x94\xb8\x53\xff\x08\x53\x28\x6e\x5f\xb5\x99\x45\x12\xd7\x68\xe0\xd8\x58\x71\xe8\x92\x09\x8e\x54\xf4\x12\x00\xee\x75\x91\x02\x00\x7c\x45\x61\x90\xab\x46\xd5\xcb\x68\x07\x07\x9b\xca\xd2\xb8\x0d\xd6\xba\x15\x9b\x13\xf3\xcd\x42\xcb\xe6\x53\x2e\xae\x75\x2b\x3d\x9f\x11\xa9\x3b\x50\xc2\xcb\xb6\x58\x61\x20\xdf\x82\x0a\x50\x99\x2d\x7a\x9c\xff\x6a\x91\x7e\xe1\xfe\x82\x74\x00\x64\xbb\x29\xad\x00\x48\xf7\x32\x03\x5c\x0e\x54\xca\x62\xed\xed\x07\x2b\x42\x13\xb4\xd7\xff\x28\xd7\x4b\x36\x36\x73\x2e\xfd\x93\xe6\xb3\xd6\xb2\xe4\x3a\xe2\xa8\xee\x2f\xf9\x91\x9c\x88\x15\x16\xc5\x22\xf4\x66\x55\xd5\x22\x27\xac\x7c\x91\x47\xe1\xea\x82\x47\x00\xc8\x5c\x29\xbd\x00\x48\x43\x99\x6b\x5d\xac\x2a\x9c\xe2\xd3\xed\x0f\x97\x2b\x27\x59\xad\x6f\x29\x1d\x4e\x5d\x66\xa6\x5b\xf2\x32\xfd\xdf\x5a\x7d\xf9\xad\xac\x0d\xba\xdf\x8a\x6f\x21\x2f\xac\x70\x29\x6a\xc7\x50\x55\xf5\x0a\x8b\x71\xfc\x45\x51\x32\x09\x91\x07\x80\xf4\x2a\x35\x08\x00\xc9\x18\x33\xd4\xf9\x76\x29\x35\xb9\xcb\x3e\xbe\x04\x9f\x96\xb6\x9e\x29\x67\x22\x96\x98\xbe\x2d\xde\x97\x75\xcd\x70\xb4\xa8\x13\x79\x46\xb7\xb7\x70\x0a\xfd\x6d\x85\x4f\xa1\x29\x36\x4c\xd5\x51\xe6\x4c\xe8\x59\x24\x90\x46\x90\x53\x01\x90\xdc\xa2\x9d\x04\x40\xe2\xc0\xf2\x72\x7a\x5a\x7c\x3f\xa3\xc5\xae\xa2\x68\x28\x73\xc1\x6a\xa0\xc8\x3c\x27\xcd\x34\xaf\x90\x9e\xdb\x69\x78\x50\xf6\x10\x93\xa1\x7b\x5c\x66\x83\xdd\xb8\xc2\x4d\x5a\x4c\x70\x57\x0d\x94\xdc\x22\x61\x16\x5d\x90\x68\x50\xe5\x00\x88\x2f\x33\x72\x00\x10\xa7\xb2\xe5\x4e\x1a\x85\xde\x39\x27\x6d\xc7\x65\xa2\xdc\x0e\xab\x1c\xe9\x07\xf4\x5b\xd3\xc5\xd2\x94\xbc\x5f\x86\xe9\x92\x77\x38\x0b\x5d\x99\x04\x43\xd8\xb7\xc2\x59\x3c\x43\x72\x51\xcd\x13\xa7\x50\x97\x2a\x02\xd1\x2b\xfa\x6d\x00\x44\xe7\x58\x16\x00\x88\x64\x9c\x5e\x47\xa2\xf8\x28\xd6\xda\x16\x2f\x36\xc7\xbd\xb3\x9c\x11\xdd\x24\x54\x9a\x5c\x16\x11\x88\xeb\x0d\x5d\x44\x66\xa4\xaf\xba\xc5\xc2\x19\xca\xc3\x15\xa9\xc2\x1e\xda\x79\xd5\x4e\x21\x97\xf1\x52\xb1\x5a\xe8\xc1\x7a\x05\x80\x30\x9e\x43\x07\x40\x48\xe0\xc5\x3b\x0c\x09\x68\x14\x65\x5b\x35\x81\x2b\xd5\xd4\xf2\x9c\x40\x93\xb6\xd5\xa4\x92\xff\x93\x9e\x60\x68\xc1\x7f\xc2\x10\xe9\x36\xf0\x3f\x30\x9f\xad\x90\xf3\xe7\xd9\x5a\x6a\x2b\xf9\x23\x1c\xbc\x92\x1a\x7f\x96\x7b\x08\x00\x41\x30\x8f\x09\x80\xe0\x24\x5f\xe4\x90\xca\x1d\x67\xe7\xdb\xd4\x72\x7b\x38\xba\x96\xc9\xdc\xd7\x9c\xdb\x26\x31\xdc\x47\xdc\x64\x43\x03\xee\x67\xde\x32\xdd\x9d\x3c\x2d\x5e\xf3\x8a\x66\x1e\x86\xef\xa7\x96\xc2\x3b\xcd\x7f\xae\x44\xe3\xab\x0a\x36\x01\xc0\xdf\x29\x08\x00\x40\xe0\x2c\x40\x3b\x78\x70\xe6\x79\x8f\x6d\xd8\x9c\x3e\x7e\x90\xa5\x27\xe7\x2b\xbf\xd3\x64\x13\xe7\xab\xc0\xcc\x70\x25\x67\x41\xd0\xa0\x7b\x94\x1b\x28\x18\x5d\xf1\x80\xdb\x2a\xf4\x52\xab\xe1\xad\x11\xe6\x29\xdd\xe4\xd5\x0b\x89\x00\xf0\x03\x84\xfa\x00\xf0\xa7\x05\x9f\x1d\x0c\x39\x96\xc2\x16\x9b\x74\xce\x62\x91\xb2\xa5\x09\x47\x4d\x94\x64\xb2\x89\xb3\x44\xb4\xc3\x50\x91\x63\x20\x7a\xa6\x7b\x9d\x23\x13\x8d\xac\x98\xe2\x2a\x8b\xc6\xd5\x3e\x72\x85\xa2\x97\x8b\xed\x78\xab\x44\xff\xf3\x0f\x44\xd8\x0f\x00\xff\xa2\x30\xdc\xee\x57\xdd\xaf\xe8\xf4\xf5\x9b\x6b\x31\x71\x79\x66\xcd\xd5\x37\x12\xdb\xd7\xf9\x55\x05\xa4\x2e\x5b\xb3\xab\xe2\x6a\xc6\x29\xad\x67\xe5\x9b\xb3\x4b\xd5\xf7\x94\x9e\x44\x9d\x55\xb6\x97\x3f\xc2\x06\x00\x9f\x62\xf7\x82\x4e\x00\x0a\xef\xff\x4f\xf2\x40\x28\x53\x68\x97\x5e\xdb\x12\x1b\xbb\x7e\x71\x8d\x43\x42\x80\x59\x61\xd5\xe1\x64\xd4\x3a\x97\x4a\xaf\xb4\xe2\x35\x8d\xe5\x0f\x11\x93\x5a\x5f\xcb\xb2\x73\x8e\xa9\x5f\x2c\x19\x44\xef\x51\x0e\x93\x3b\x60\x7f\x81\xe4\xa2\x93\x44\x53\x00\x0a\x11\x54\x3d\x00\xa4\x0b\xcc\x38\xdb\x7b\x35\xf9\xf1\x2c\xab\xce\xaa\xe1\xa4\x18\xb3\xe4\x4a\x41\x6a\xe8\x3a\x93\x8a\xf5\x19\xde\x6b\x0e\x96\x3d\xce\x62\x69\x0d\x95\x0a\x72\x17\xab\x3f\x2a\x31\xc3\x3c\x52\x46\x15\x17\xe2\x5e\x02\x62\x91\x16\xf1\x31\x00\xb2\x8f\x54\xc9\xff\x24\x8a\xb0\x6d\x6b\x2b\xeb\x92\x5f\x59\x1d\xa8\x08\x4b\x23\x99\x05\x95\x6b\x21\x2c\xd6\x69\x96\x4e\x65\x7d\x5b\xb3\xab\xe4\x19\xf2\x93\xd6\xbc\xbc\x0d\x63\xa2\x3e\x5e\x2c\xc7\xd6\x29\xd7\x14\x59\x16\x18\x83\xfd\xb2\x97\xe4\x7d\x00\x48\xfb\x68\x1f\x00\x90\x74\xb3\xb2\x6c\x1e\x96\x8d\x65\xec\xb5\x9c\x2a\x7d\x91\x39\x66\xda\x5e\x72\x3f\x27\x6b\xed\x51\xf9\x8b\xdc\x67\x6b\xe2\x8b\x5f\x63\x28\x5a\x6f\x8a\x7e\x60\xd3\xd4\x87\x0a\x87\x08\x18\xe5\x66\xd9\x05\x52\x23\x78\x23\x2d\xa7\xde\x04\x40\xf2\x98\x51\x01\x80\x78\x92\x7d\xc2\xc6\xa4\x24\x35\x27\xd3\x32\x53\x9e\x97\x2b\x33\xf5\x28\x2e\x46\x5f\x5f\xbb\xbd\xe8\x4a\xde\xeb\x35\xc6\x85\x03\xb8\x75\x5a\xb7\x0b\x4d\x09\x4d\xea\x63\xb2\x54\x52\x90\xf2\x53\x69\x38\x75\xbd\xc2\x5a\x49\x38\x7d\x08\x00\xf1\x2d\x56\x02\x00\x62\x53\xce\x5f\xeb\x4b\x85\x7f\xf2\x9b\x2d\x97\x15\x1a\xe3\x48\x26\xd3\x32\x02\xc1\x77\xad\xb1\xf4\x49\xc1\xcf\x35\x2b\xa5\xf6\xa4\x0b\x5a\x1f\x24\x2d\x94\x56\x0d\x57\x89\x13\xad\x79\xe9\x26\x31\x8a\xf1\x5e\xe1\x8a\xe8\x04\x6b\x10\x00\x51\x06\xa7\x16\x00\x91\x3a\x2f\xd7\x3a\x4f\xd2\x44\xf6\xb1\x78\x29\x31\xa7\x50\x4c\x7a\xc5\x97\xa9\xad\x6b\x75\xc5\x5b\x69\xef\xd7\x18\x8b\x9e\x33\x4c\xb4\xd5\x45\xb5\x4c\xa6\x86\x44\x94\xce\xba\xb7\xf4\xb4\xb0\x87\xb3\x65\x51\xac\x30\x89\x5b\x07\x80\x30\x86\xc7\x00\x40\x18\xc1\x27\x58\xab\x08\xfb\x59\x41\x16\x25\xc2\x46\xb6\x81\xc9\x41\x21\x85\x3d\x64\x38\x2b\xd4\xe5\x34\xad\x59\x2e\xe8\xe2\x62\xb5\x8d\x04\x57\x79\x16\x1a\xed\x82\x76\x5e\xb7\x8a\x8e\x40\xca\xe7\x2f\xfa\x25\x48\x17\x28\x02\x20\xd8\x25\x30\x01\x40\xf0\x56\x10\x65\xed\x2b\xf8\xcc\x95\x5b\x1c\x10\xec\xe1\xd9\x98\x54\x0a\xe8\xbc\xc7\x86\xa3\x02\x33\x7e\xc2\x9a\xe5\xfc\x7e\xfe\x57\x6d\x07\xfe\x80\x20\x51\xa3\x8f\xbf\x20\xb8\xac\x12\xcc\xff\x25\x54\x53\x74\xe0\xff\x16\x3a\x01\x20\xd8\x2a\x58\x00\x40\x70\x58\xd0\x65\x4d\x13\x00\x41\x98\x45\x1b\xff\xa2\xe0\xb1\x09\x9f\x5f\x2d\xdc\x6e\x38\xc8\xf7\x15\xb6\xac\x59\xc9\x57\x16\xad\xd0\x0e\xe4\xaf\x11\x45\x68\x2a\xf2\xbd\x44\x34\x15\x29\x3f\x54\xc4\x54\x64\xf1\x0b\x44\xe1\x00\xf0\x3f\x0b\x1f\x01\x20\x48\x17\xc6\x00\xa0\x00\x16\x01\x45\xa0\x04\x16\x83\x25\x40\x19\x2c\x05\x2a\x40\x15\xa8\x81\x65\x40\x1d\x68\x00\x4d\xb0\x1c\xac\x00\x2b\x81\x16\xd0\x06\xab\x80\x0e\xd0\x05\xab\xc1\x1a\xa0\x07\xf4\x81\x01\x30\x04\x6b\xc1\x3a\x60\x04\x8c\x81\x09\x30\x05\x66\xc0\x1c\x58\x00\x4b\x60\x05\xd6\x03\x6b\x60\x03\x6c\x81\x1d\xb0\x07\x0e\xc0\x11\x38\x01\x67\xe0\x02\x5c\x81\x1b\xd8\x00\x36\x02\x77\xb0\x09\x78\x00\x4f\xb0\x19\x78\x01\x6f\xe0\x03\x7c\xc1\x16\xe0\x07\xb6\x02\x7f\x10\x00\xb6\x81\x40\x10\x04\x82\xc1\x76\x10\x02\x42\x41\x18\x08\x07\x11\x20\x12\x44\x81\x68\x10\x03\x62\x41\x1c\x88\x07\x09\x20\x11\x24\x81\x64\x90\x02\x52\x41\x1a\x48\x07\x19\x00\x01\x32\x41\x16\xc8\x06\x39\x00\x09\x72\x01\x0a\xa0\x01\x06\xe4\x81\x7c\x80\x05\x38\x80\x07\x04\x50\x00\x88\x80\x04\xc8\x80\x02\xa8\x80\x06\xe8\x80\x01\x98\x80\x05\xd8\x80\x03\xb8\x80\x07\xf8\x40\x00\x84\x40\x04\xc4\x40\x02\xa4\x40\x06\x0a\x41\x11\x28\x06\x72\x50\x02\x4a\x41\x19\x28\x07\x15\xa0\x12\x54\x81\x6a\x50\x03\x6a\x41\x1d\xa8\x07\x0d\x60\x07\xd8\x09\x76\x81\xdd\x60\x0f\xd8\x0b\xf6\x81\xfd\xa0\x11\x1c\x00\x07\xc1\x21\x70\x18\x1c\x01\x47\xc1\x31\x70\x1c\x34\x81\x13\xe0\x24\x68\x06\xa7\x40\x0b\x38\x0d\xce\x80\x56\x70\x16\x9c\x03\x6d\xe0\x3c\xb8\x00\x2e\x82\x4b\xe0\x32\xb8\x02\xda\x41\x07\xb8\x0a\xae\x81\xeb\xe0\x06\xb8\x09\x6e\x81\xdb\xa0\x13\xdc\x01\x77\xc1\x3d\x70\x1f\x3c\x00\x0f\x41\x17\x78\x04\x1e\x83\x27\xe0\x29\xe8\x06\xcf\xc0\x73\xf0\x02\xf4\x80\x97\xe0\x15\xe8\x05\xaf\xc1\x1b\xf0\x16\xbc\x03\x7d\xe0\x3d\xf8\x00\x3e\x82\x4f\xe0\x33\xf8\x02\xbe\x82\x7e\xf0\x0d\x7c\x07\x3f\xc0\x00\xf8\x09\x7e\x81\xdf\x60\x10\xfc\x01\x43\x60\x18\x8c\x80\x51\x30\x06\xc6\xc1\x04\x98\x04\x53\x60\x1a\xcc\x80\x59\x30\x07\xe6\xc1\x02\xf8\x0b\xfe\x01\x08\x00\x50\x50\x58\xb4\x48\x51\x51\x49\x69\xf1\xe2\x25\x4b\x94\x95\x97\x2e\x55\x51\x51\x55\x55\x53\x5b\xb6\x4c\x5d\x5d\x43\x43\x53\x73\xf9\xf2\x15\x2b\x56\xae\xd4\xd2\xd2\xd6\x5e\xb5\x4a\x47\x47\x57\x77\xf5\xea\x35\x6b\xf4\xf4\xf4\xf5\x0d\x0c\x0c\x0d\xd7\xae\x5d\xb7\xce\xc8\xc8\xd8\xd8\xc4\xc4\xd4\xd4\xcc\xcc\xdc\xdc\xc2\xc2\xd2\xd2\xca\x6a\xfd\x7a\x6b\x6b\x1b\x1b\x5b\x5b\x3b\x3b\x7b\x7b\x07\x07\x47\x47\x27\x27\x67\x67\x17\x17\x57\x57\x37\xb7\x0d\x1b\x36\x6e\x74\x77\xdf\xb4\xc9\xc3\xc3\xd3\x73\xf3\x66\x2f\x2f\x6f\x6f\x1f\x1f\x5f\xdf\x2d\x5b\xfc\xfc\xb6\x6e\xf5\xf7\x0f\x08\xd8\xb6\x2d\x30\x30\x28\x28\x38\x78\xfb\xf6\x90\x90\xd0\xd0\xb0\xb0\xf0\xf0\x88\x88\xc8\xc8\xa8\xa8\xe8\xe8\x98\x98\xd8\xd8\xb8\xb8\xf8\xf8\x84\x84\xc4\xc4\xa4\xa4\xe4\xe4\x94\x94\xd4\xd4\xb4\xb4\xf4\xf4\x8c\x0c\x04\x22\x33\x33\x2b\x2b\x3b\x3b\x27\x07\x89\xcc\xcd\x45\xa1\xd0\x68\x0c\x26\x2f\x2f\x3f\x1f\x8b\xc5\xe1\xf0\x78\x02\xa1\xa0\x80\x48\x24\x91\xc8\x64\x0a\x85\x4a\xa5\xd1\xe8\x74\x06\x83\xc9\x64\xb1\xd8\x6c\x0e\x87\xcb\xe5\xf1\xf8\x7c\x81\x40\x28\x14\x89\xc4\x62\x89\x44\x2a\x95\xc9\x0a\x0b\x8b\x8a\x8a\x8b\xe5\xf2\x92\x92\xd2\xd2\xb2\xb2\xf2\xf2\x8a\x8a\xca\xca\xaa\xaa\xea\xea\x9a\x9a\xda\xda\xba\xba\xfa\xfa\x86\x86\x1d\x3b\x76\xee\xdc\xb5\x6b\xf7\xee\x3d\x7b\xf6\xee\xdd\xb7\x6f\xff\xfe\xc6\xc6\x03\x07\x0e\x1e\x3c\x74\xe8\xf0\xe1\x23\x47\x8e\x1e\x3d\x76\xec\xf8\xf1\xa6\xa6\x13\x27\x4e\x9e\x6c\x6e\x3e\x75\xaa\xa5\xe5\xf4\xe9\x33\x67\x5a\x5b\xcf\x9e\x3d\x77\xae\xad\xed\xfc\xf9\x0b\x17\x2e\x5e\xbc\x74\xe9\xf2\xe5\x2b\x57\xda\xdb\x3b\x3a\xae\x5e\xbd\x76\xed\xfa\xf5\x1b\x37\x6e\xde\xbc\x75\xeb\xf6\xed\xce\xce\x3b\x77\xee\xde\xbd\x77\xef\xfe\xfd\x07\x0f\x1e\x3e\xec\xea\x7a\xf4\xe8\xf1\xe3\x27\x4f\x9e\x3e\xed\xee\x7e\xf6\xec\xf9\xf3\x17\x2f\x7a\x7a\x5e\xbe\x7c\xf5\xaa\xb7\xf7\xf5\xeb\x37\x6f\xde\xbe\x7d\xf7\xae\xaf\xef\xfd\xfb\x0f\x1f\x3e\x7e\xfc\xf4\xe9\xf3\xe7\x2f\x5f\xbe\x7e\xed\xef\xff\xf6\xed\xfb\xf7\x1f\x3f\x06\x06\x7e\xfe\xfc\xf5\xeb\xf7\xef\xc1\xc1\x3f\x7f\x86\x86\x86\x87\x47\x46\x46\x47\xc7\xc6\xc6\xc7\x27\x26\x26\x27\xa7\xa6\xa6\xa7\x67\x66\x66\x67\xe7\xe6\xe6\xe7\x17\x16\xfe\xfe\xfd\xf7\x0f\xc2\xff\xed\xff\xff\xdf\xfb\x8f\xcb\xa5\x38\x03\x00\x80\xa2\x92\xf1\x7f\x62\xf0\xff\xae\xff\x8f\xbd\xc2\x22\x05\xf0\xbf\xaa\x21\x80\x42\x28\x82\x62\x28\x81\x52\x28\x83\x85\xb0\x08\x16\x43\x39\x2c\x81\xa5\xb0\x0c\x96\xc3\x0a\x58\x09\xab\x60\x35\xac\x81\xb5\xb0\x0e\xd6\xc3\x06\xb8\x03\xee\x84\xbb\xe0\x6e\xb8\x07\xee\x85\xfb\xe0\x7e\xd8\x08\x0f\xc0\x83\xf0\x10\x3c\x0c\x8f\xc0\xa3\xf0\x18\x3c\x0e\x9b\xe0\x09\x78\x12\x36\xc3\x53\xb0\x05\x9e\x86\x67\x60\x2b\x3c\x0b\xcf\xc1\x36\x78\x1e\x5e\x80\x17\xe1\x25\x78\x19\x5e\x81\xed\xb0\x03\x5e\x85\xd7\xe0\x75\x78\x03\xde\x84\xb7\xe0\x6d\xd8\x09\xef\xc0\xbb\xf0\x1e\xbc\x0f\x1f\xc0\x87\xb0\x0b\x3e\x82\x8f\xe1\x13\xf8\x14\x76\xc3\x67\xf0\x39\x7c\x01\x7b\xe0\x4b\xf8\x0a\xf6\xc2\xd7\xf0\x0d\x7c\x0b\xdf\xc1\x3e\xf8\x1e\x7e\x80\x1f\xe1\x27\xf8\x19\x7e\x81\x5f\x61\x3f\xfc\x06\xbf\xc3\x1f\x70\x00\xfe\x84\xbf\xe0\x6f\x38\x08\xff\xc0\x21\x38\x0c\x47\xe0\x28\x1c\x83\xe3\x70\x02\x4e\xc2\x29\x38\x0d\x67\xe0\x2c\x9c\x83\xf3\x70\x01\xfe\x85\xff\xe0\x7f\x05\x00\x80\x0a\xff\x16\xfd\x55\x5c\x50\x9a\x5f\x3c\xb7\x64\x56\x79\x66\xe9\xb4\xca\x94\xea\xa4\xda\xc4\xb2\x71\xf5\x31\x8d\x51\xcd\x91\xe5\xc3\x2b\x86\x56\xfe\xd1\x1a\xd4\xfe\xbd\xea\x97\xce\x4f\xdd\x81\xd5\x3f\xd6\x7c\xd7\xfb\xa6\xdf\x6f\xf0\xd5\xf0\xcb\xda\xcf\xeb\x3e\x19\x7d\x34\xfe\x60\xf2\xde\xb4\xcf\xec\x9d\xf9\x5b\x8b\x37\x96\xaf\xad\x7a\xd7\xbf\xb2\x7e\x69\xd3\x63\xfb\xc2\xee\xb9\xfd\x33\x87\x6e\xc7\xa7\x4e\x4f\x9c\x1f\xbb\x3c\x72\xed\x72\x7b\xb8\xe1\xc1\xc6\xfb\xee\xf7\x36\xdd\xf5\xb8\xe3\xd9\xb9\xf9\xb6\xd7\x2d\xef\x9b\x3e\x37\x7c\xaf\x6f\xb9\xe6\x77\x75\x6b\x87\x7f\x7b\xc0\x95\x6d\x97\x03\x2f\x05\x5d\x0c\xbe\xb0\xfd\x7c\x48\x5b\xe8\xb9\xb0\xb3\xe1\xad\x11\x67\x22\x4f\x47\xb5\x44\x9f\x8a\x69\x8e\x3d\x19\x77\x22\xbe\x29\xe1\x78\xe2\xb1\xa4\xa3\xc9\x47\x52\x0e\xa7\x1e\x4a\x3b\x98\x7e\x20\xa3\x11\xb1\x3f\x73\x5f\xd6\xde\xec\x3d\x39\xbb\x91\xbb\x72\x77\xa2\x76\xa0\x1b\x30\xf5\x79\x75\xf9\xb5\xd8\x1a\x5c\x35\xbe\x8a\x50\x59\x50\x41\x2c\x27\x95\x91\x4b\x29\x25\x54\x39\xad\x98\x5e\xc4\x28\x64\xca\x58\x52\xb6\x84\x23\xe6\x8a\x78\x42\xbe\x40\xc0\x17\xf2\x44\x5c\x31\x47\xc2\x96\xb2\x64\xcc\x42\x46\x11\xbd\x98\x26\xa7\x96\x50\x4a\xc9\x65\xa4\x72\x62\x45\x41\x25\xa1\x0a\x5f\x8d\xab\xc1\xd6\xe6\xd7\xe5\xd5\x63\x1a\xd0\x3b\x50\x3b\x73\x77\x21\x77\xe7\xec\xc9\xde\x9b\xb5\x2f\x73\x3f\xa2\x31\xe3\x40\xfa\xc1\xb4\x43\xa9\x87\x53\x8e\x24\x1f\x4d\x3a\x96\x78\x3c\xa1\x29\xfe\x44\xdc\xc9\xd8\xe6\x98\x53\xd1\x2d\x51\xa7\x23\xcf\x44\xb4\x86\x9f\x0d\x3b\x17\xda\x16\x72\x7e\xfb\x85\xe0\x8b\x41\x97\x02\x2f\x6f\xbb\x12\xd0\xee\xdf\xb1\xf5\xaa\xdf\xb5\x2d\xd7\x7d\x6f\xf8\xdc\xf4\xbe\xe5\x75\x7b\x73\xa7\xe7\x1d\x8f\xbb\x9b\xee\xb9\xdf\xdf\xf8\x60\xc3\x43\xb7\x2e\xd7\x47\x2e\x8f\x9d\x9f\x38\x3d\x75\xec\x76\x78\x66\xff\xdc\xee\x85\x6d\x8f\xcd\x4b\xeb\x57\xeb\x7b\xad\x5e\x5b\xbe\xb1\x78\x6b\xfe\xce\xac\xcf\xf4\xbd\xc9\x07\xe3\x8f\x46\x9f\xd6\x7d\x5e\xfb\xc5\xf0\xab\x41\xbf\xfe\x37\xbd\xef\x6b\x7e\xac\x1e\xd0\xfd\xa9\xf3\x6b\xd5\x6f\xed\x41\xad\x3f\x2b\x87\x56\x0c\x2f\x1f\xd1\x1c\xd5\x18\x53\x1f\x5f\x36\xa1\x36\xa9\x3a\xa5\x32\xbd\x74\x46\x79\x76\xc9\xdc\xe2\x79\xa5\x05\xc5\xbf\x8b\xfe\x29\x40\xf0\xbf\x1c\xf8\x5f\x0e\xfc\xf7\x12\xf8\x25\x6d\x35\xd3\x2d\x85\x30\xc8\x25\x30\xdb\x70\x35\x84\xd1\x35\x21\xfe\xe6\x00\xc2\x14\x8b\xed\x34\xab\x58\x08\x11\xef\x22\xd6\x38\xde\x84\x10\xb9\x37\xea\xd5\xc6\x60\x08\x51\xdf\x12\x74\x7d\x4f\xc0\x63\x68\x90\x3a\xb2\x1d\x0f\x17\xa1\xb4\x73\xf4\xe2\x2f\xfd\x63\xa0\x82\x31\xe7\x32\xf6\xfe\xed\xc9\x25\x91\x77\x63\x4c\xff\x9a\x66\x4b\x85\x56\xc4\x0f\x0b\xed\x88\xda\x92\xd3\xb4\xe8\x05\x85\xf4\xa8\x86\x4c\xee\xd6\x79\x66\xca\x9b\x03\xe3\xc2\x73\xf3\xa1\x49\xcc\xa6\x6f\xa2\xf1\xb9\xc7\x09\x2b\xdb\x2e\xc9\xf8\x73\x4e\xb1\x53\xd7\xdf\xc8\xcb\x66\xdf\x47\x2b\x3d\x3a\x5c\xea\x3d\xdb\x16\xa1\xfe\xa6\xb7\xf4\xe8\x6c\x74\xa8\xce\x6f\xb3\xf2\xd0\x59\xbf\xed\xe7\xc6\x2f\x96\xfb\xcc\x7e\x0c\x7e\x30\xd1\x20\x37\x9f\xab\x0c\x3a\x3f\x59\x2b\xb5\x9e\xfb\x16\x64\x3f\xa5\x2e\x6a\x1a\xc9\x08\x16\x4d\x6d\x13\x85\x0d\x44\x6f\x2f\x9c\xaa\x17\xba\x7f\x72\x08\xd9\x38\xbd\x99\xe7\xf8\xfa\x4b\xa8\xfb\x74\x03\xe7\xf8\xb3\xfa\xb0\xbd\xd3\x9d\x1c\xeb\x07\x17\x23\x88\xd3\xef\x39\x2e\x9d\xed\x11\xcd\x33\x54\xc6\xcb\x9b\x8b\x22\x1d\x66\x2e\xd2\x31\x10\xfa\x99\xfa\xbd\xd3\x8d\x84\x30\x98\xb7\xed\xa5\xa1\x0d\x84\x71\x09\x81\xfa\x26\x21\x10\xa6\xe2\x82\xbb\xac\xbc\x20\xcc\x46\x87\x3f\x70\x7a\x0d\x21\xaa\x3a\xb2\x6d\xc3\x14\x9c\xc5\x86\xc4\x9f\xdb\x9a\x0b\x5b\xf3\xda\x52\x82\x82\xbf\xc3\x65\xf9\xc8\xcc\x8e\xf8\xd2\x7f\xd9\xe8\xfd\x68\x7b\xc4\xa9\xbf\x87\x50\xb3\xa4\xba\x7c\xc6\xc2\x00\xb2\x96\xd7\x45\x09\x5e\xd8\x9c\x45\x29\x29\x62\x3b\xcd\xa7\x21\xa8\xf5\xdf\x45\x6f\xe6\x66\xd3\x35\xf7\x5f\x90\xbe\x9b\x23\xa7\xcc\x1e\xef\x2e\xae\x9b\xd3\x4e\x3c\xdc\xf6\xa9\xe4\xf5\x6c\x7b\xdc\xa5\x1b\x98\xb2\xdb\xb3\x3a\x31\x06\x8f\xcf\x54\xa5\xcc\xfc\x88\xf8\xf2\xee\x72\xd5\x9d\x19\x87\x30\xc4\xa0\x65\x9d\xc7\x4c\x53\x48\xf5\xd8\xfb\x6a\xe5\xd9\x77\xc1\x4f\x27\xaa\xe4\x3e\x73\xda\xc1\xf4\x89\xaf\x45\x2d\x53\x39\xc1\xe9\x93\x72\x69\xeb\xaf\xee\x10\x95\xc9\x27\x52\x8f\x2f\x3f\x43\xba\xa6\xb0\xa2\x8a\xde\x4b\xe1\xdd\x53\x4b\xa5\xe5\xcf\x1a\xc2\xfb\xa7\xfe\x0a\xee\x3e\xec\x8b\x2c\x9b\x56\x15\x82\xbb\x36\x91\x7f\xa6\x6b\x78\x9b\x6f\x64\x45\x9d\x98\x59\xce\x3e\xd9\x71\x37\x7a\xf1\x0c\x96\xd9\x04\xe1\xd6\x5c\xbf\xcd\xba\xf5\x10\x86\xb3\xb7\x32\x0d\x72\x20\x8c\x2f\x0f\xb4\x31\xf9\x04\x61\x26\x32\xa8\x74\x7d\x30\x84\xc8\xd1\x90\x32\x07\x3b\x08\xb1\xfd\x11\x2d\xee\x9f\x20\xc4\x5f\x8e\x39\xe9\xbb\x15\x3e\x23\x2c\x4f\xf8\x1c\xb8\x13\xae\xc0\x57\x23\x74\xe3\x39\xff\xc2\xf2\x3e\xa3\x0e\x64\xad\xfd\x8b\xc8\x5f\x8f\x7f\x89\x0f\x5f\x68\x43\x1d\xe2\x58\xd2\xb6\xcf\x77\xe5\x1c\x28\x1e\xe1\xbb\xcf\xbb\x64\x5e\xab\xed\x97\xb8\xce\xe5\x66\xf4\xed\x7b\x2e\xdf\x38\xe7\x97\xea\xda\x94\x27\x9f\x9a\xdd\x99\xf4\xb0\x8d\x5a\x61\x3b\x33\x14\x7f\xe3\xe6\x68\xf5\x8f\x99\xb7\xd1\xef\xbb\xd5\xab\xcf\x4e\xff\x88\x4c\xfb\xf8\xaa\x41\x38\x7d\x38\x6c\xf1\x68\xde\x8e\x45\x33\x46\xa1\x09\x63\x7a\x75\xbe\xb3\x49\xdb\xab\xc7\x7b\xcb\x9a\xff\xcf\x3a\xb2\x2f\x24\x7a\x62\x97\xfc\x71\xbf\x69\x58\xc2\x04\x2c\xee\x7b\x9f\x15\xb6\x63\x72\x4a\xca\x79\xee\x11\xd9\x31\x79\xb4\x70\xe1\xd1\x40\x24\x73\xea\xa6\x88\x79\xf7\x49\x74\xca\xd4\x41\xf1\x9e\x5b\xb7\xa2\xcf\x4c\x1b\x0b\xf5\x3b\xf4\x63\xe4\xd3\x37\xb9\x9f\x2f\x81\xd8\xc8\x19\x25\x4e\x15\x84\x01\x1f\xfc\x2a\x56\x1f\x86\x30\xfc\x91\x5f\xb6\xfe\x21\x08\x93\xd4\xfd\xef\x1a\x37\x41\x98\xb5\x38\x70\x93\x95\x3e\x84\x98\xb8\x50\x7d\xa7\x3b\x10\xe2\x8f\x84\x53\xdc\x1d\x20\x24\xab\xc7\xe8\xf9\xb1\xe0\x39\x32\x35\xa1\x62\x7b\x23\x5c\x43\xd1\x49\x8b\x8f\x4f\xf9\x67\x43\xf8\x89\x84\x39\x99\x7f\x7d\xb1\x10\x4b\x22\x54\x2c\x6c\xc8\x7b\xc0\xac\x67\x2f\x9b\x4f\x43\x99\x14\x66\x88\x3e\xcc\x9d\xcc\x3e\x5f\xd3\x5a\x94\x35\x3b\x8f\xb8\xb6\xdf\xac\x6c\xc3\x6c\x51\xda\xeb\xa6\xcc\x4a\xc5\x19\x71\xaa\xd1\xb9\x57\xf5\xea\xd3\x9f\x13\x6b\x6f\xf6\xef\x34\x99\xb6\x89\xdd\xfb\x62\xc5\x1e\xdb\xa9\x7b\x91\x15\xdf\x7c\xf7\x6e\x99\xea\x08\x0f\x1a\x31\xda\xd3\xff\x7f\xe3\x41\x0a\xf9\x32\x56\x51\x93\x30\xb1\x2b\xe4\xc1\x78\x7e\xc5\xf8\x8f\xd6\x70\xda\x78\x74\x55\xf2\x27\x87\x88\x75\x13\xde\x65\xf7\x7a\xae\x44\x45\x4c\xdc\x2a\x75\x7f\xac\x1e\xdd\x32\xe9\x2f\x0f\xbb\x9b\x10\xf3\x68\xb2\xbb\x48\xf9\x86\x28\x6e\xd3\x94\x72\x61\xec\x55\xc7\x38\xdb\xa9\x53\x92\xe5\x17\x57\xc6\xef\x9a\x5a\x10\xdd\x69\x3d\x96\x70\x7e\x3a\x5d\xf0\x07\xc2\x80\xaf\xde\x4f\x75\x56\x41\x18\xd5\xba\xa5\xcf\x60\x0b\x84\x69\x36\xfe\x22\x53\x03\x08\x91\x33\x81\x14\x6b\x2f\x08\xf3\x75\xb6\x2d\xb5\x86\x10\x92\x39\x61\xda\x9b\xd6\x41\xc8\xc8\x0f\x5f\xf0\x89\x82\xd7\x19\x2d\xb1\x43\xdb\x01\x5c\x46\x7b\x9d\x5a\x95\x40\xf8\xe7\x42\xed\xcb\x9a\xcd\x49\x5a\x18\x26\xec\xc3\x56\x92\x7d\xe7\x1f\xe1\x2e\xd0\xce\xf1\xae\xce\x8d\x61\x24\x92\xdf\x32\xaf\xb9\x0c\xe4\x60\x65\x9a\x7c\xff\xac\x59\xb6\xc2\x3e\xcf\xea\x9e\x99\x62\x04\xe6\xd8\xbf\xfa\xa8\xe9\x0f\x69\xae\x6d\xeb\x76\xde\x99\x6a\x4b\xb6\xbe\xd5\xb5\x3f\x69\x0a\xc4\x79\xbd\xda\x7b\xe0\xfd\xe4\x89\xa8\xad\x3f\x3e\x1f\x2c\x9f\xfc\x13\x81\x1c\x9a\x6f\x1c\x99\xfa\x1e\xae\x31\x92\xba\x47\xf5\xff\xe0\x31\x68\x1c\x5e\x3d\xb6\xad\x8e\xfc\xa9\x37\xf2\xec\xd8\xe5\x5a\xc2\xcb\xf7\xd1\x4f\xc7\x13\xaa\xf7\x3e\x75\x88\xd9\x3d\xb1\xbe\x02\x7b\x2f\x38\xf6\xd2\xa4\x62\xc9\xec\xf5\xa1\x78\xca\x64\x86\xbc\xbd\x23\x33\xc1\x79\xb2\xb1\xb8\xf5\x02\x21\xb1\x64\x6a\x51\x91\x61\xeb\xaa\xa4\x91\xa9\xc0\xc2\xa5\xcd\xd8\x64\xc6\xd4\x77\xf1\x10\x84\xc1\xaa\xbe\xfc\xd5\x5e\x10\xc6\x5e\xf5\x81\xfa\x8f\x21\xcc\xbc\xe7\x57\x60\x32\x04\x21\x86\xb4\xcd\xd3\x9a\x0a\x21\xfe\x43\x60\x99\xfd\x2d\x08\x69\x07\x82\x0f\xbb\x75\x43\xc8\xaa\x89\xb8\xe8\xa7\x0c\x3f\xf2\xb6\x45\x6d\x0d\x24\x43\x67\xee\xc1\x44\x46\x9c\xcb\xbf\x0d\xcc\x8e\xcc\x75\x39\xd9\x0b\xa3\xd4\x42\x4c\x31\x59\x30\x8f\x23\xbe\x25\x9a\x0a\xcf\xce\x21\xb1\x19\x22\x47\x39\x72\x16\x87\x59\x52\x7e\xa4\xca\x76\x66\x17\x52\x6d\xcf\x8a\xfa\x0d\x33\x2a\x99\xfb\x8e\x65\xec\xf4\x9c\x06\xe9\x9d\xe7\x86\xf6\xe1\x26\x7b\x93\x9b\xee\x78\x1e\xc2\x4d\x46\xc5\xfd\xe9\x8d\x3c\x02\x26\x18\x51\x39\x83\xbf\x8e\xed\x9c\x3c\x10\xf1\x64\xa8\xfc\x60\xfa\x14\x29\xfc\xf4\xf0\x85\x7d\x59\xa3\x7e\x11\x1b\x47\xb2\xf7\x24\xf7\x3f\x8d\x72\x1c\x8d\xdb\x79\xe1\x2d\x35\x66\xd3\xe8\xef\x1d\x76\xdd\xf7\xe2\x78\x63\x11\x0d\x21\x0f\xce\xc7\xeb\x8c\x8b\xaa\xaf\xdf\xd2\x4e\xf8\x35\x3e\x58\x85\xbf\x72\x39\xc9\x71\xe2\x7c\x79\xf0\x45\x44\x92\xcb\x24\xae\x44\xf9\x0c\x37\xc5\x70\xb2\xbd\xf8\xf7\x49\x79\x4a\xeb\x14\x56\xb6\xe3\xf0\x5c\x5a\xe5\xd4\x4d\xa9\x0d\x84\x21\xea\x9b\xf1\x3a\x8b\x21\x4c\xb4\xf4\x71\x30\x08\x83\x30\x2b\xdc\x57\xcf\xe8\x31\x84\x58\x6b\xbf\x39\xcb\xf7\x10\x52\x34\xfd\xa7\xec\xfe\x40\xc8\x1a\x0b\x4c\x71\xbd\x0f\xa1\x00\x17\x6a\xe2\x73\x16\x9e\x13\x67\x46\xe5\x87\xd4\x42\x67\xe1\xa3\xf8\x27\x71\x59\xff\xb6\xf2\xcc\xd2\x5f\x67\xf7\x2e\xcc\x32\x4f\xa3\x52\xc9\x31\x73\x43\xa4\xdf\xa4\xf5\xd2\x9e\xb9\xe5\x04\x6d\x1e\xa7\xf4\xca\xcc\xd5\xfc\xcc\xd2\x91\xba\xc2\xe9\x72\xf4\xba\x9d\xb7\xf7\xb8\x4e\x91\x72\xe8\xc7\x48\x07\xf6\x4e\x0e\x23\x72\xda\xbc\x0f\x35\x4d\x06\xa4\x3c\xee\xf4\x3e\xaa\x3d\x7e\x2c\xbe\xaa\xcf\xed\xe4\xc3\x09\xf5\xa8\xa9\xc1\x98\xa6\xf4\x89\xc9\xc8\x2b\x7f\x76\x1d\xa1\x4e\xb6\x44\x5c\x1d\x6a\x3c\x68\xfc\xe3\x56\x34\x6e\x38\xac\xf1\xf5\xbb\xef\x71\x01\xc3\x8d\x8d\xf2\x27\xe4\x44\xce\x48\xf2\xbe\xbe\xfb\x31\x49\xda\xa3\x82\xdd\x4b\x6e\x69\x26\x25\x8d\x7d\xad\xfb\xd6\x7e\x25\xf9\xf6\x78\x5e\xed\x8a\xb6\x97\x29\x0f\x26\x52\x2b\xb7\xb5\x74\xa4\xf1\x27\xce\x56\x68\x37\xb1\xd3\x1d\x27\x99\x25\x8d\x47\x1a\xd2\xf3\xa6\x1c\x8a\x5c\x1b\xc7\x32\x42\xa7\xce\x48\x6f\x41\x18\x16\xb9\x59\x4f\x87\x02\x61\xda\x2e\xaf\x69\x43\x43\x08\x73\xf6\x79\x1f\x31\xf2\x80\x10\xff\x78\xcb\x4a\x8b\x3b\x10\xd2\xf7\x6d\xed\xb2\xd7\x84\x50\xb0\x65\x9b\xbf\xdb\x18\x84\x92\xcd\xdb\x91\x3e\x6a\xf0\x5b\x11\x2f\x2c\x3f\x10\x0b\x9d\x0a\x3f\xc6\xf2\xe3\x0e\xfd\x5b\x2d\xb5\x49\xbd\x93\x1b\xb6\xf0\x4d\x28\xcb\x59\x44\x41\xce\xaf\x64\xca\xf0\x81\x92\x3f\xb3\xb9\x14\x77\xfa\xa3\x2a\x9d\xe9\xf2\x02\xd3\x22\xf7\x3d\x31\x53\xc7\xf3\xa9\xf5\xaa\x8d\x3f\x27\x9b\x73\x6f\x1e\x51\x3a\x12\x3d\x11\x96\xbd\xee\xdc\x9e\x13\x2f\xc7\xaf\xa4\x36\xdf\x9b\x69\x46\x8d\x2f\x49\x88\xeb\x5b\xd6\xe2\x31\x56\x13\xf3\xf7\x97\xe7\x69\xf7\xf1\xef\xd1\xb6\x83\x7a\x27\x14\xff\xb0\x62\x96\x0e\xfe\x3d\xf6\xf2\x63\x64\xdc\xe8\x9f\xd9\x23\x1d\x2f\xc8\x89\x6f\x86\x76\x1c\x16\xde\xdf\x91\xdc\x3d\x3c\xd7\x58\x72\xf3\x4a\x6a\xf4\xc8\xc9\x7d\x92\x2b\x31\x69\x0a\x63\x56\x3b\x63\xdb\x46\xd3\x97\x8f\x3d\x69\x50\x6e\x79\x9f\xf1\x74\xdc\xbe\xee\xd1\x71\x57\x04\x7b\x22\xaf\xf2\xea\x61\x29\x62\x76\x12\x94\x3b\xee\xbb\x95\x95\x3c\x59\x51\x72\x63\xb7\x72\x96\xf5\x14\xab\xd0\x0e\xc2\xe8\x83\x1e\xa7\x75\x16\x20\xcc\xf8\xe7\x19\xa6\x5f\x02\x21\x7a\xd3\xe6\xd4\x75\xbe\x10\x92\xe5\x5e\xa6\x66\xfa\x10\xb2\x2f\xfa\xa2\x6c\xd2\x21\x94\x66\xfb\x7b\xba\xa1\x21\x2c\xaa\x0f\x96\xfb\x3a\xc2\x57\xe5\x31\xa1\xeb\x83\x06\xa1\x6d\xd9\xbb\x68\x6a\xbc\xc1\x3f\xff\x12\x98\xa4\x99\xa3\xbf\xf0\xae\x28\x23\x73\x0d\xe5\xeb\xdc\x59\x7e\x0f\xd6\xb3\x68\xc9\xcc\x05\x7a\x00\xf5\x4a\x5d\xd6\x14\x24\xe7\x8b\x5f\xec\x77\x9f\xec\xc5\xcd\xd4\xdc\x3e\xfc\x7a\xe2\x0e\xfa\xc8\x21\xd8\x14\x36\x5e\x94\xfd\xbc\xed\xe2\xa9\xf7\x63\xa2\xf4\xd0\x7b\xcf\x5a\x17\x8d\x3c\x4d\x78\xf8\xe5\xc7\xf9\xe6\x31\x85\xd8\xbb\x3f\x71\xad\x11\x63\x7e\x31\xb8\xdf\xaa\xa7\x74\xfa\x37\xc5\x8b\x7e\xbf\x3b\x79\xae\x67\x77\x32\x79\xb0\xe5\x44\xd0\xc3\x8a\xd4\xe4\x21\xe5\xa3\xcf\x6f\xe0\x32\xfc\x87\x76\x1e\xa9\xbb\x3c\x92\xb1\x66\xe4\xd4\xbe\xc1\x73\xfa\x88\xf1\x51\xcf\xbd\x01\xcd\xcf\xb2\xec\xc6\xd6\xee\x72\x3f\xda\x9c\xed\x3a\xbe\xa6\xbe\xfa\xc0\xaa\x9c\x98\xf1\x77\x35\xf5\x7b\x9f\xe4\x98\x4e\x3c\xa8\x90\x36\xdc\x41\x9e\x9b\x44\x94\x8e\xd7\xee\xcd\x9d\x9b\x24\x97\x5e\x82\x30\xc6\xdf\x3d\x77\x95\x10\xc2\x8c\x5e\x8f\x04\xbd\x26\x08\xb1\x16\x9e\x1a\xeb\x02\x21\xa4\xb1\x3c\xff\x98\x76\x41\xc8\x9f\xf0\x66\x5b\xd7\x40\x58\x74\xde\xf7\xb3\x53\x27\x84\x15\xb6\x01\xfa\x9e\xb3\xf0\x59\x75\x4e\x88\x5a\x70\x06\xb4\xaa\xf3\x89\x58\x88\x47\xfe\x8b\xaf\x89\x88\xfb\x90\x6d\xbc\x70\xa1\x62\x26\x1d\x4f\xcb\x9b\x23\x16\x2d\xa0\x2b\xe4\xaa\x33\xee\x9c\x16\xf2\xdf\x1d\xa4\x29\x0d\x5a\x8b\x50\xe1\xd0\xab\x09\x22\xb1\xb8\xca\xff\xc4\xd8\xf8\x76\xec\xe2\x03\xc2\xd3\x81\xa3\x17\x50\x1b\xce\x16\xb6\x71\x87\xbb\x11\xab\x1e\xd9\x5f\xbe\x30\x94\x92\x34\xd0\x1f\xd0\x31\x3b\x82\x8f\x9f\xf9\xe1\x7c\xe1\xec\xc0\x54\xc2\xf1\x81\x99\xb3\xd3\x6f\x4d\x93\xab\x7f\x5d\x3b\x1d\xf1\xc8\x31\xdd\xeb\x77\xfb\x29\xec\xcd\x01\xc4\x81\xc1\xa1\x13\x35\x97\xde\x66\x25\x0c\xe5\x1e\xdd\xdd\x32\x8e\x44\x0e\x1b\x1c\x7e\x7e\x1c\x99\xfb\x68\xc4\xf0\xc0\xad\x43\x2e\xa8\xce\x51\xa5\x7d\x4f\xf6\x5d\x40\x9b\x8c\xad\xde\x35\xba\x4b\x8a\x5e\x3f\xee\x57\x9f\x5f\x87\xc7\x14\x8e\xbf\xa8\x75\xab\x5e\x87\x09\x9f\xe8\xae\xe8\x2b\xe3\xe7\x75\x4f\xda\x96\x87\x43\x18\x27\xd8\xa8\xbd\xca\x02\xc2\xec\xb3\x9b\x12\xf5\xa6\x21\x24\xdc\xd8\x64\xbd\xb6\x08\x42\xce\xd8\xc6\x23\xc6\x1a\x10\x4a\xf4\x3d\xbe\x5a\x62\x20\x2c\x3b\xed\x73\xd5\x79\x03\x84\x35\xf5\x5b\xf7\x7b\xee\x87\x23\x0d\x20\x28\x76\xdb\x39\x18\xb3\x2b\x20\x4c\x23\x26\xf9\x1f\x6e\xd7\x99\xe8\x6b\x99\xdd\x0b\xcf\x6b\x77\xa7\x9a\x52\x3d\xe7\xa6\x2a\xc7\xb3\x6b\x64\x1a\x33\xca\xe2\xe1\x82\xd6\x9d\x7b\x27\x7d\xd8\x32\xd6\xe1\x63\xf8\xf1\x28\x5a\x7e\x89\xc2\x69\xd4\xe8\x60\x81\xeb\x9e\x33\x6d\xde\xc3\xb9\x79\x9e\x67\x4f\xb7\x5f\xfa\xe3\x90\xe9\xf3\x8c\x72\xa3\xfb\x8f\x5d\xca\x9e\x2f\xbb\x6e\xb8\x0d\xe3\x13\x33\xbf\x3d\xb8\xfc\xa2\xaf\x29\x6d\xc7\xf7\xca\xcb\x46\x8f\x63\x10\xf7\x06\x9e\xb7\x75\xde\x0c\xce\x7e\xfa\x6b\x73\xeb\x97\x8b\xc3\xc8\xfa\xdf\xa3\xa7\x5e\x9c\x7e\x95\xfb\xf8\xcf\xd9\x26\xdb\x63\x16\x98\xae\xa1\x2d\xc7\x7a\x1b\x31\xf9\x5a\xc3\x45\x87\x55\x77\xc9\xb1\xaa\x23\x57\x1b\x8d\xea\x89\xd8\xa0\xd1\xde\x3d\x9b\xaa\xda\x70\x71\x63\x0d\x3b\x29\xe5\xd7\xb1\x9f\xc7\xcf\xd7\xfe\x91\xf7\xe1\x75\x26\xd6\xd4\xc4\xca\xbc\xf1\x8d\x93\xaa\x15\x6b\x21\x4c\x8a\x77\x33\xd3\xbe\x04\x61\xee\xb4\xbb\xad\x5e\x3f\x84\xe4\xef\x1b\xb6\x18\xbc\xfa\x7f\x70\x28\x9e\xd9\x54\x63\xd9\x01\x61\x95\xc6\xe6\x76\xfb\x5f\x10\xee\x1c\xf2\x41\x6f\xd4\x86\x70\x7f\x5d\xc0\xda\x80\xa5\xb0\xe2\x50\x7e\x10\x31\xfc\xf1\xbf\xd2\xc3\x4b\x22\x16\x65\xbc\x5b\xb8\xbd\xef\x6e\x22\x93\x7a\x6a\x6e\x67\x43\x7a\xe6\x93\xa2\x5b\xd3\x17\xca\xc7\xb0\x8b\x77\x67\x4d\x44\x0a\x79\x8c\xe1\x93\xc4\xd1\xf3\xec\x33\xd2\x03\xe7\x0d\x86\xef\x53\xca\x76\x4e\xb4\x6b\x0e\xde\xc5\x0a\xce\x7b\xdd\x6a\xfa\xd9\x9c\x63\xd7\xb3\xe4\xfe\xf7\xdf\xbe\xe9\x05\x1f\xbf\xdc\x59\xfc\xe5\x5a\xfa\xcc\x97\xe3\x37\xea\xba\xc7\xb3\x83\xfb\xdf\x5d\xb5\xbf\x39\x9f\xbb\xf8\xc7\xc7\x8b\xb4\xf3\x41\x79\x2e\x03\x4f\xce\xbf\x6e\xde\x90\x9f\xf9\xdb\xee\x4c\xe2\xc1\x8f\xb8\xc6\xc1\x6b\xcd\xc4\x7d\x91\xb8\x91\xa1\xb5\xc7\x6b\x77\x74\x12\x74\x86\xed\x8f\x10\xaa\xfb\x0b\x12\x47\xb6\x1d\x58\x28\xdd\x43\x8a\x1f\x55\xdc\x5f\x5e\x34\x4e\xca\x18\xb3\xda\x9d\x5d\x18\x4b\x5c\x3b\x9e\x55\xcf\x12\x3d\x25\x21\xc6\xe7\x6b\x15\x78\x61\x64\xab\x89\x17\x95\xfe\x10\xa6\xdc\x73\x33\x5c\x15\x01\x21\xba\xd6\x45\x51\xe7\x19\x84\x0c\xac\x5b\xb1\x21\x12\x42\x51\xbf\x2b\x7d\x9d\x1d\x84\xe5\x21\x1b\x5d\xcc\x27\x21\x6c\xc8\xf1\xf0\xb7\x63\x41\xb8\xff\x9d\xf7\x6b\xf7\x26\x08\x8f\xdc\xf0\xe3\xf8\xb5\xc3\xc6\x13\xc6\xdb\xf4\xc2\x32\xff\x95\x9f\xd4\x0b\x7d\x99\x51\xfa\x57\xa7\xe9\x4c\x4c\x09\x71\x64\xee\xdd\xc1\x27\xa9\x0d\xb2\xa2\x69\x93\x1d\xe5\xe8\xdb\xfb\xd2\xc7\x3f\x54\x2c\x25\x75\x9f\xda\x34\xa2\x2c\x98\x14\xd0\xaf\xa0\x07\x0f\x32\x63\x77\xcc\xdd\x66\xfd\x0c\x24\x76\x9c\x9d\x79\x58\xfc\xcd\x0b\x75\xa8\x37\xef\x99\xdd\x80\x53\xf6\xb2\x77\x35\x5d\xa7\xba\xaf\xa0\x17\x7f\xfc\x7c\x77\x65\xc7\x28\x2e\xf8\xcb\x83\x9b\x3d\xe7\x8e\xe3\x97\x7f\xfb\xda\xe1\x79\xfc\x44\xc1\xa6\x01\xc4\x45\xff\x46\x3c\x29\xe0\x67\xff\xb9\xe9\x5d\xc9\xa4\xbd\xbf\x27\x5b\xde\xd7\x68\x51\x26\x07\x7f\x34\x53\x2a\x52\x29\xfb\x87\x24\xc7\x1e\x96\xa4\x50\xb2\x47\xb4\x0f\xbe\x90\xd6\xd3\x9e\x8e\x50\x0f\x1c\x16\x91\xa9\xbf\xc6\x34\x77\x7f\x16\x58\x53\x2f\x8d\xf5\xef\x68\x64\x4b\xe9\x21\xe3\xf8\x7a\x0a\x73\x9c\xba\x30\x51\x5b\x45\x80\x30\x63\xcc\xc5\x42\xfb\x25\x84\xd8\x5a\x17\x9f\xd5\x8a\x10\xb2\x1a\x5c\x69\x06\x9f\x20\x2c\xd4\x76\xd9\xb2\xf6\x37\x84\xd5\xeb\xdc\x14\xcd\xec\x20\xdc\x77\xc6\xed\x9c\xd5\x13\x08\x8f\xee\xf0\x70\x74\xbe\x0f\x61\x8b\xb7\xcf\x32\x9f\x6c\xf8\xe4\xec\x63\xbf\xd2\xe0\xba\x7f\x4f\xda\x4a\x83\x26\x52\x4a\xfe\x26\xb6\x7d\x88\x70\xc4\x1f\x9a\x57\x6b\xe1\x24\xfc\x94\x9c\x9c\x3e\x77\x0c\x95\xc9\xdb\xb5\x30\x6e\xb1\xab\x1b\x9f\x7a\xfa\xcd\x90\x4e\xf1\x71\xde\xca\xeb\x9f\x06\x7a\x45\xa3\x15\x2d\x5d\x3d\xfd\x65\x8c\x83\x67\xd6\xbd\x58\xf7\x55\x33\x5f\xbf\x27\xa9\xe7\xd6\x4b\x0d\xec\xd8\xeb\xdd\xdd\x1b\x6e\x1a\x14\x20\xde\x7f\x78\x70\xaa\x35\x86\x42\xfa\xd4\x73\x47\x7a\xe8\x1b\xed\x57\x3f\xf6\x7a\xc5\xce\x9f\xcc\xb2\xef\xb8\xf6\x77\xb5\x07\x98\x09\x03\xbd\x17\xae\x96\x2b\x30\x1f\xfe\x76\x6a\xb5\x2e\xea\x62\xbd\x19\xa4\x9f\xfa\x24\xbd\xc0\xda\xf1\xa7\xf7\x84\x82\xf0\x3c\xab\x7d\xd8\xfb\xc8\x75\xde\x5f\xd6\xd2\x91\x93\x8d\x90\xfb\x8d\x59\x3b\x4a\xde\xe7\xc6\x3e\xcb\x78\x38\xf6\x6b\x47\x3d\xfb\x03\xbd\x64\xdc\xbe\x41\xc8\xd8\xc5\xa0\x4f\x34\x54\x65\x43\x98\xd5\xe9\x74\x55\x1b\x05\x21\xfe\x94\x93\xb3\xce\x79\x08\x05\xb5\x8e\x24\x3d\x17\x08\x4b\x5b\x1d\x47\x0c\x0f\x40\xd8\xf0\xc6\x39\xdf\x64\x0b\x84\x87\x82\x5d\xbe\x5b\x26\x40\x78\x4a\xdf\x4d\x6c\xbb\x13\xc2\x0b\x4a\x9e\x24\x8f\xbb\xb0\xaf\xfd\xb9\xaf\x5f\x50\x38\x54\xed\x18\x0b\x68\x4e\x90\xff\x15\xdd\x58\x15\xb2\x07\xbb\x7d\xee\x6f\x7b\x7e\xcc\x1b\x89\x68\x9a\x7e\xfe\x49\x2a\x7b\xf7\xcd\x31\x69\xf3\x35\x14\xa9\xf5\xd6\xe0\xf7\x3d\x6f\x68\x2b\x6e\xdd\xea\x3f\x52\x72\xb9\xd8\xf5\x45\x78\x5f\xa4\x68\xac\xa5\xe9\x43\xd0\x1b\x36\x5d\xab\x2b\xf4\xfd\xae\xab\x03\xac\xbd\x3d\xcf\x5e\xda\x9e\x38\xc1\xbd\xf7\xf6\xd3\x93\xac\xdd\x85\x82\x8b\x1f\x23\xee\xa3\x6a\x1e\x0b\xf7\x7f\x31\xbd\x3d\x57\x5e\xc6\x1f\xf8\xbe\xa4\xe3\x4b\xb1\xb7\xc0\x65\xc0\xf4\x92\x54\x6a\xca\xbb\xfb\x5b\xa1\xf5\x81\xa8\x9b\xbf\x63\x30\xb2\x25\x95\xff\x8b\x5f\x37\xe4\x7b\xbc\x9b\x8f\xe3\xe2\x86\x43\x8e\xd4\x73\xd6\xf3\xbe\x8c\xbc\x68\x24\x32\x2f\xf1\x89\x63\x2b\x77\xbf\x67\x8c\xf3\x1e\x8d\x9d\xd9\x49\xa7\xc6\x09\x42\x26\x5c\x6a\x0c\xa8\x57\xb9\xe2\x89\xb6\xca\x3e\x08\x91\x07\x9c\xea\xb4\x47\x20\xa4\x7c\x77\x88\xd4\x21\x42\x28\xbe\xe3\xf0\x57\x8f\x0a\x61\xe5\x29\xc7\x00\xc3\xbb\x10\xee\x99\x75\x7c\x65\x9c\x0e\xe1\xf1\x4b\x4e\xb5\xe6\x66\x10\x9e\x3d\xec\x66\x60\x87\x80\xb0\x7d\x7e\xe3\x7d\xb7\x25\x10\x76\x26\x7b\x2d\xdd\xda\x0c\xa3\x1f\x6e\xde\x22\x8f\x96\xfe\xbd\xd6\x95\x17\xb4\x09\xa3\x3e\x2f\x7e\x58\x19\x4e\xe7\x33\x66\x54\xee\x67\xc7\x51\x1a\xae\x8e\xaf\xbc\xb6\x3a\xe3\xd7\x69\x9b\xdf\x97\xce\x6d\xc2\x65\xdd\xb1\xff\x7c\xf5\xd0\xa8\xc0\xa3\x57\xf4\xfc\x46\xe5\xd1\xa6\xad\x3f\x8a\xda\x6f\x94\x7c\xef\x54\xf9\x5a\x7c\xcc\x43\xee\xd0\x4d\x78\x33\x53\x47\x90\x5f\x78\xa3\xfe\x6c\x49\x65\x6c\xb1\xf3\x87\xa5\x0f\xa9\xa5\xe4\xa2\x6d\x9f\x77\x77\x8e\xc8\xd6\x14\x7d\xfb\x9e\xde\xe1\x26\xae\x2c\x34\x19\x98\xbe\x70\x40\xc0\x2c\xac\xfb\xad\xd6\xba\x9f\x7b\xb2\xf0\xd0\xe0\x7c\x33\x99\xbd\xbc\x30\x66\xe8\xd9\x31\x05\x26\x59\xf6\x6d\x78\xfe\x90\x1f\xfd\x97\x94\x33\x9a\xb8\xaf\x90\x56\x2a\x5b\x35\x3a\xb3\xc7\x99\xe2\x27\xa3\x8d\x5b\x34\x14\x12\xbb\xa4\xfb\x27\x8e\x57\xfe\x25\xfa\x4a\xcb\x26\xc6\x2a\x9a\x20\xc4\x28\x39\xba\x6a\xd7\x43\x48\x5f\x6b\xcf\xd1\xb1\x86\x50\x76\xc0\x96\xa5\x8b\x84\xb0\x76\xca\x7e\x83\x81\x17\x84\x87\x42\x6c\xe4\xfa\xfb\x20\x3c\x5d\x6a\x3b\xb1\x6e\x27\x84\xed\xca\x0e\x83\x16\x76\x10\x76\x96\xb8\xa6\x3a\x9a\x41\xf8\xc4\x66\x93\x8b\x97\x39\x6c\x7e\xb5\xc2\xeb\x45\xe8\xda\x7f\xfe\x6f\x67\xb6\xb6\x64\x8e\xcf\xbf\x7d\xb7\x3f\x78\x88\x7d\x78\xc6\xf1\x9d\x6e\xe4\xba\xba\xde\xb1\xe7\xaf\x36\x25\xae\x3a\xbd\xea\x57\xef\x53\x69\xb6\xca\x5d\xd4\xfb\x85\x4e\x5d\x2a\xa1\x4f\xe1\xa6\x5a\xd3\xd8\x41\xa7\xb1\xc7\x07\x16\x1f\x87\x37\x5a\xbe\x3d\xa8\xfa\x72\xa4\xbb\x7b\xe9\x5b\x3f\xb9\xfb\xfe\x7f\x6f\x72\xbb\x33\xa4\x88\xbd\xdc\x0f\x07\x1e\x24\x08\xfb\xeb\x73\xfa\x53\xaf\x0f\x0b\x4c\x6b\x25\xdf\x99\xed\xaf\x38\x5a\x35\x59\x3f\xff\xb5\xa9\x33\x7b\xaa\x83\x07\x15\x5b\x46\x19\xda\x55\xd6\x7f\x76\x9f\x10\xd3\xf9\xe5\xf7\x87\x6e\x1d\xd3\xa2\x74\x54\x2c\x1e\xa1\x1d\xe0\x51\x94\xca\x6e\x8e\x06\xec\x3b\x4e\x8a\x2f\x6d\x1a\xab\xd8\xd9\x45\x78\x53\xea\x3b\xa1\x52\x73\x02\xdf\x58\x96\x3c\x81\xae\x9a\xc7\x5d\x2b\xb9\x35\xe9\x51\xee\x0a\x61\xfe\x65\xdb\x2f\x2b\x59\x10\x72\xb6\x59\x57\x68\x35\x40\x28\x6f\x5e\x9f\xa2\x3d\x04\xe1\xce\x10\xab\x63\x3a\x12\x08\x9b\xda\x2d\x36\xae\xea\x86\xf0\x02\xc5\xea\x8f\xde\x13\x08\x6f\x07\xdb\xf2\x8c\x0f\x43\xf8\x44\xd3\x49\x6a\xab\x0c\x61\x6f\xf3\xc6\x1f\x9e\x10\xfe\xfa\xd4\xe7\x89\x0b\xbc\xfb\xaf\xfa\xa7\xa3\xef\x6c\xda\x85\x05\xf1\xd0\xce\x80\x6a\xca\xb5\x99\xab\xe3\x19\xdb\x53\xaa\xac\xc6\x97\x0f\x92\xa2\x0e\x9d\x52\xfb\x9d\xfa\xc5\x3c\x15\x74\x56\x3d\x3f\xff\xea\x32\x61\xf3\x4b\x6e\x53\xcb\xdd\xdc\xea\x5f\xfd\x15\x25\x17\x1e\x5c\xb8\xbb\xe5\x73\x2b\xbf\xe5\x81\xd6\xf3\xf5\xbd\x4d\xdc\x23\x97\xfc\xdf\x76\x3c\xf1\x63\x97\x9e\xb6\xf9\xb4\xee\xee\x65\x56\xf9\xb1\x53\x5f\xbb\x6e\x1c\xa5\x7e\x3a\x32\x38\xe0\x7d\xf1\x1c\x55\xf3\x60\xc2\x2f\xbd\x73\x34\x4a\xc4\x9e\xfb\x83\xbc\x53\x68\x52\xfd\x9e\xed\x7f\x3e\x34\xb1\x49\x71\x0d\xe1\xc3\x65\x87\xd3\x0a\xc6\xea\x4f\x8e\x1c\x68\xbc\x8a\x3b\xdc\xf0\x75\x2c\x66\x17\x19\xfb\xaa\x6e\xd7\x78\x7a\xfd\x76\xac\x4a\xad\xeb\x84\x79\xf5\x5c\xfe\x64\x95\xde\xc4\x40\xc5\x8e\xbc\xcf\x95\x2f\x27\x45\xff\xf9\x28\x42\xa5\xad\xf3\xca\xe3\x10\xf2\xd5\x2d\x1f\xae\x28\x83\xb0\xf2\x96\xf9\xa2\x15\x79\x10\xee\x87\x00\x00\x00\xe1\xa9\x70\xd3\x5f\x5a\xc9\x10\x5e\xfd\x6c\xdc\xb3\xa2\x1b\xc2\xae\x59\xb3\x93\x3a\xf6\x10\xf6\x3e\xb2\x57\xb0\x50\x80\xb0\xdf\xdb\xa9\xda\xee\x23\x84\xc3\xab\x36\xad\xf3\xab\x82\x76\xf3\x2f\xbc\x15\xe3\xf6\x2c\xdc\x9e\x15\x6c\x1d\x27\x29\xcd\xdc\x99\x58\xb3\xdd\xb9\x72\xe8\xd7\xc2\xe0\x85\x18\x79\xf3\xbd\x9e\xf7\x3f\xee\xa5\xbf\xbf\xc2\xbc\xb6\xe3\x63\x2d\x61\xff\xc3\xec\x5d\x2b\x5e\x87\x16\x6b\xf6\x3c\x90\x80\x67\x7a\x77\xde\xbe\x13\x52\xcf\xbe\xae\x7e\x39\xfc\x22\x86\xb4\xaa\x9b\xdf\x47\xfd\xbf\xf8\x78\xcb\xa8\x2a\xbb\x76\xfd\x1b\xbb\x03\xec\x0e\xc0\x00\x51\xc0\x20\xa5\xa5\xbb\xbb\xbb\xbb\xbb\xbb\xbb\xbb\x25\x24\x25\x05\x11\xa4\x44\x11\x14\xc5\x40\x04\xa4\x59\xac\xee\xf3\x1d\xcf\x46\xf4\xbe\x9f\xbd\xff\xef\xa7\xdf\xb8\x3e\x9e\x73\xcd\x39\xaf\x6b\xac\xe3\x37\x8e\x61\x25\xc7\xa1\xae\xac\x59\xf6\xde\x79\x07\xff\x96\xc7\xf3\x73\x1d\x0f\xec\x79\x9f\x69\x2e\xa6\x36\x27\xda\x1f\xa8\xac\x5d\xe1\xae\x33\xb1\x13\x2d\xe5\x5b\x63\xa9\xe2\xb0\x5e\x2e\xf1\xd8\x38\x55\xe2\x66\xed\x9b\x3f\x80\xa8\xce\x97\xb0\xa2\xcb\x3b\x8d\xdc\x9d\x65\x6e\x31\x92\x53\x85\xba\x9e\xb6\xdb\x72\x47\x66\x34\xaa\x37\xd9\xc3\x1c\x97\xd9\x89\x96\x4c\xa4\x37\x37\x49\xe7\xc7\x30\xc6\x0a\x9b\xcd\xa5\x96\x62\x3a\xa3\x2c\x00\x1c\xaf\x30\xeb\xd0\x39\xfe\xe7\x7b\xe9\xe6\x01\xda\x02\x80\x64\x4e\x06\x71\xda\x73\x00\xa5\xce\x5b\xeb\xd0\xcc\xba\xc5\x81\xf6\x2d\x7e\x4c\xdc\xe2\x4c\xcb\x0d\xc6\xb3\xbc\x00\x1b\x06\x77\x2f\x33\xce\x01\x50\x09\x1c\x42\xbc\x67\x81\x8b\xbc\xfc\x78\x4a\x19\x4f\x7e\x84\xef\x11\xc1\xb8\xdd\x5a\x91\x42\x93\xa5\xbe\xc4\x0c\x4f\xd2\x22\x02\x55\x05\x0b\x28\xbd\x1f\x57\x0f\x1a\x08\xd4\xcd\x54\x07\xcf\x13\x1c\xee\x77\xbf\x4c\x90\xf9\xbe\x11\x92\x35\xf4\xda\x27\xe8\x9b\xf8\x33\xf2\x48\x81\xad\xdb\xd7\xa7\xd3\xca\x23\xfe\x96\xb3\x33\x22\xdf\x8e\xbf\x0e\xb4\x48\x7b\x87\x9f\x3b\xd5\xf5\xd1\x92\xda\xe7\xfd\x8b\xf1\xf9\x0d\x8b\xc9\x8e\x86\xe5\xd8\x7a\x4f\xcb\xb6\xa6\x4f\x2b\x0b\x35\x5c\x96\x8c\x75\x0e\x6b\x6b\xe5\x65\xe6\xb1\x35\x9c\x1b\xb5\x45\x2c\xe6\x34\x55\xbb\x11\x8b\x79\x27\xcd\x0e\x97\x09\x21\x5d\x33\x0c\xcd\x5e\x17\x3d\x46\x92\xd2\x1c\x4d\x17\x0a\x5a\x51\x9f\x92\x26\x4c\xe8\x0b\xa2\xd0\x5f\xe3\x04\x4d\x8e\xe4\x84\x62\x3a\xa3\x6e\x1b\xcb\x65\xef\xc3\x9a\x86\x8d\x03\xb8\x46\xde\xee\xa1\x9d\x01\x08\x95\xa4\x99\xfa\xcf\x7c\x69\x1f\xb6\xe6\xac\x08\xa5\xd1\xfc\x0f\x3b\x1c\xb6\x9e\xdf\xfc\xd8\xe2\x57\x4f\x1a\xed\xff\x10\xe9\xbf\xf5\x0c\x59\xb7\xc4\xce\x4a\x01\x50\x7f\x72\x14\x3d\x56\xa5\xb6\x90\xd9\xf9\x6d\xb5\xf7\xaf\xdb\x12\xcc\x9f\xf4\x3b\x35\x4f\x9f\xc2\x9e\x95\xbd\x14\x61\x3e\x30\x8c\x6c\x57\xfb\x9a\x69\xd4\xe4\xb9\x2e\x6e\x84\xaa\x3a\x54\x62\xbd\x82\xb0\xa9\x79\xa6\x18\xe5\xb5\x70\x25\xa0\xfe\xc5\x2d\xaf\xac\x9f\x7e\x15\x32\x7d\x61\x16\xb1\xb3\x47\xbf\x04\xbe\xca\x36\xf1\x99\xe3\x9d\x15\xec\xf1\x37\x1c\x9f\x1d\x9b\x37\x6d\x4f\x31\xac\xff\xc8\xbb\xb8\xde\xa8\x66\x7c\x62\x30\x61\x25\xa3\x86\xcb\xb8\xbd\x67\xd7\x9a\x6d\x85\x93\x71\x52\x7b\xd8\xc6\xee\xe2\x61\x93\x8b\x4d\xa7\x10\x32\xf9\x23\x46\xf8\xfa\xb7\x9b\xb3\x59\x77\x8d\x17\x9f\x16\x23\x9f\x64\x4c\x1b\x73\x55\x20\x51\x51\xc9\xa3\x86\x1f\xca\xdd\xd0\x15\x71\x73\x46\xf4\xc5\x1c\x18\xfd\xe8\x7a\x03\xdf\x22\x12\x56\x28\x9c\xdb\x40\xbe\xa0\x0b\xdb\x1b\x52\x0a\xe0\x6e\x72\x83\x72\xec\x23\x40\xb4\xf5\xd6\x5c\xb9\x7e\x5b\xac\xdb\xb3\x35\xef\xcb\xdf\xbf\xff\xe4\xbd\x2d\xce\xaf\x6c\x91\x32\x41\xe3\xfc\x3f\xeb\x00\x37\xae\x9f\x0c\x00\xa0\xe2\x39\x44\x79\x19\x91\xfc\x64\x17\xfe\x64\xcd\x33\x33\x25\x44\x7e\x51\x1f\xdb\xc8\x31\x7a\x9c\x8c\x9c\x5e\x50\x71\xc7\x47\xb4\x97\xc6\xad\x24\xdf\x6a\xa9\x4d\x0e\x23\x52\x41\x6b\xd6\x93\xf5\x23\x76\xfd\xd5\xcd\x61\x1f\x97\x86\xfc\x1e\xb5\x2a\x7a\xb8\x2f\xde\x2a\x38\xda\x9e\x6a\xe9\xbd\x10\x3d\x1c\xdf\xf9\x5a\x9f\xf8\xab\x60\xfe\x63\x9b\xab\x0e\x61\x69\x6d\xf1\x49\xd3\x6e\x5d\xcb\xd9\x43\x4b\xf8\x7a\x49\x7d\x96\xc9\xe7\x2b\x25\x4f\x43\xf5\xaf\x8d\xfc\x5a\x83\x32\x16\xfd\xf3\x7d\x8a\x88\x1b\xf9\x19\xfa\x0d\x9d\x63\x9b\xc2\xd9\x08\x7d\xc9\x36\x21\xa4\x56\xfa\xaa\xfe\xed\xa6\xcf\x28\xf3\xe4\xf7\xfa\x7c\xf5\xe3\xe8\x87\x09\xe1\xfa\xd7\x6a\x26\xd1\x3f\x62\x93\xf5\xfd\x2a\xdb\x30\xde\x51\x53\xfa\xf8\x32\x77\xcc\xd7\xc8\x8b\x7a\xca\x25\xdf\xb0\xb8\x60\x59\x00\xbf\xc5\x6b\xc8\xc3\x41\x00\x09\xd7\xb6\xe6\x2b\xfc\x7d\x2f\xb4\xfc\xdc\xe2\x30\xdb\x16\xa7\xb5\xb7\x88\x0c\xfb\xbd\x0f\x80\xc6\x66\x8b\x4c\x7a\x17\x3e\x63\xda\xa8\x3f\x39\x24\x79\xd1\xf3\xef\xc8\x43\xfc\x93\x6a\x1a\x13\xe9\xc4\x75\x31\x09\x0b\xd2\xcb\x74\xfc\xa0\xdc\x92\x97\xd8\xb3\x78\xcc\xaa\x66\x64\x0c\x7d\x91\x2e\xca\xd0\x38\x23\xa3\x32\x59\x02\x91\x6b\x97\x55\x5c\x1f\x88\x5e\x37\xf0\x1a\xaa\xe6\x70\xf3\x5c\x19\xce\xec\x6e\x38\x6d\x71\x6b\x99\xf2\xa2\xb2\xf1\xb0\xee\xc8\x52\xf2\x42\x58\x13\x52\x13\xb5\x2a\xbc\xdc\x59\xf3\x5a\xf3\xc6\xea\xec\x8a\xc9\x53\x1a\x4d\x8b\x79\xe5\x55\x42\xf9\xa6\x66\xf3\x94\xdb\xc6\xb3\x82\xc3\x5a\x1e\x63\x29\x9b\xc7\xb3\x9b\xb5\xe2\x86\xee\x23\x6f\xa5\x7f\xd2\x76\x7d\xf9\x0a\xf9\x3d\x55\x49\xfb\x6d\xd7\x59\xd4\x68\x62\xad\x76\xf2\xf3\xfd\xe8\xf5\x98\x11\xed\x8e\xa6\x64\x8c\x77\x94\xa4\xf6\xea\x33\x41\x0c\x39\x7c\x5d\x87\xb3\x46\x11\x1b\x16\x2a\xa1\x85\x7d\x2a\x8d\x93\x0f\xc0\x00\x04\x9d\xa1\x09\xfc\xcf\x3c\xa9\xac\xff\x3e\x0f\xdd\xe5\x5b\xcf\xef\xc6\xb6\xb8\x10\xbf\x45\xaa\xed\x3f\xd7\x81\x90\x02\xc0\x3c\x79\xf5\xdc\xe2\x30\xf5\x07\x87\x0b\x2f\x7e\x2a\x9b\xa2\xc3\x9f\xac\xd0\x39\x28\x4d\xaa\x14\x1b\x33\xb6\x6a\x6d\x21\xe0\xe4\xe3\x9c\x06\x2a\x08\xb8\x04\xcd\xb6\xe0\xe2\x2c\x6b\xec\x05\x23\xb3\x18\x93\x18\x37\x54\xb6\xad\x44\x86\x9b\x5f\x09\xa2\xcb\xf3\x47\x71\x91\x73\xdf\x46\x67\xf2\xa5\xb2\x17\x16\x3a\x1b\x37\xeb\x4d\xcb\xdf\xea\x72\xad\x6b\x4d\x7e\xab\x68\x51\x67\x58\x77\x5c\x3b\x5c\xfe\x48\xed\xf4\x86\xc8\xda\x72\x49\x98\x4a\x27\x42\x61\x63\x6f\xc1\xbc\xea\xc2\xfc\x47\xc4\xb9\xdc\xaf\x6a\x3a\xd3\x9e\x9b\x23\x19\xdc\x6a\xeb\x13\x3a\xc8\xee\x94\x69\x8d\x43\x43\x04\x54\x4f\x22\x83\xc6\x97\x7e\x13\xf4\x89\x78\xa2\xfa\xf2\x8b\x19\x4c\x69\xc4\x5b\xf5\xac\xce\x19\xac\x52\xa8\xaf\x46\x40\x9b\x37\xd6\x24\x54\x41\x3d\xb3\xa5\x05\x27\x13\xe0\xa8\x3e\xdb\xd0\x87\xeb\xf5\x25\x01\x44\xde\xfa\xf7\x79\x68\x58\xda\x62\x3f\xcb\x16\x3f\xaf\x6d\x11\xf5\xf1\xcf\xfc\x5a\x34\x34\x54\x13\x80\x0b\xa3\x7b\xbd\x56\x43\x00\xee\x9c\xbd\x4e\x3b\xad\x01\x7b\x38\xe4\xb9\xbf\x8c\x5e\xa3\x64\x0a\x58\xcb\x15\x76\x22\xc8\x16\xe2\x4c\xba\x87\x6b\xdd\x88\x1f\x15\x58\x6c\xa2\xf2\x35\x08\x17\xb4\x0e\x7b\x39\x24\x0d\xe3\xd4\x8d\xa5\x42\x29\x61\xcc\x98\x0a\x9b\xc6\x78\x21\x4f\x22\x0a\xe5\x3e\x99\x2e\xed\x70\x07\x75\x27\xae\x20\x4b\xd7\xec\x0d\xd2\xaa\x7c\x28\xa7\x52\xb7\x01\x31\x3e\x38\x59\x78\x53\xed\x01\x22\xf9\xd7\xae\x02\x7b\xa5\xe1\xcd\x77\x88\x9c\x6c\x71\xc5\x11\x64\xca\xa6\x75\xc6\x23\x85\x36\x94\x31\x52\x2c\x65\x40\x49\x74\xd1\x0d\xd9\x95\x9c\xae\xf4\x60\xe6\x04\xfa\x5e\xec\x57\xe5\x37\x1f\x33\xd1\x96\xb1\x1a\x2a\x97\xdf\xb2\x63\x2c\x22\xf7\x2b\xff\x1a\x8a\xc4\x5a\x85\xb0\x29\xcf\xf5\x47\xe2\x76\x05\x32\x2b\xbf\xec\xa9\xc1\xf5\xfa\x5e\x50\xb9\xd4\x15\x81\xdf\xed\xdd\xad\xd2\xda\xd6\x8c\xe7\xf7\x8a\xfd\x7b\x1e\x4a\x79\xb7\xd8\x99\xfd\xef\x7d\xb0\xc8\xfd\xcf\xf9\xa1\x04\x80\x46\x87\x86\x66\x99\xfb\x7f\x72\x40\x9a\x99\xb3\x00\x2c\xb7\x18\xe2\xde\x05\xc2\x25\x8e\x40\x2e\xf7\x5e\x3f\xea\x59\x81\x7d\x12\xab\x8d\xea\xe4\xcf\x12\x3b\x34\x69\x4b\x8d\x49\x31\x8a\x34\x66\x84\x74\x31\xa2\x92\xd6\x01\xa7\x5d\x31\x36\x84\x1b\x86\x2b\x5e\xa4\x80\x57\x38\x59\x6b\x4a\x58\x95\x6b\x03\x36\xc1\xd5\x3f\xea\xbd\xed\x2d\xec\x81\x48\xd6\x58\x1f\xd3\x87\x18\xc1\x7c\x8d\x84\x6e\x9d\x9f\x68\x99\x0e\xf6\x64\xb4\x2a\x1e\x95\x3a\x25\x95\x1a\xa6\x78\x11\x75\x7e\x93\x90\xb6\x57\xbe\x15\xcd\x88\x3a\x99\x68\x29\x27\x83\x61\x45\xdf\x8d\x71\x97\xbb\x86\x91\x43\xcb\x45\x7f\x95\x7d\xb7\x4e\x87\xf1\x0e\x2b\x91\x2b\xfb\x29\x88\xe5\x0b\x76\x94\x3f\x31\xfd\x15\xfb\x2b\x40\x53\x3e\x6f\xe2\x3d\xce\xd9\xb7\x44\x41\xee\x6d\x34\x2e\xcb\xf7\x90\x62\xd8\x90\x1e\xae\xcb\xa7\x44\xd1\xa8\x3f\x18\x2f\xed\xe9\xac\x60\xfd\x52\x8b\x70\xc9\xe5\x09\x40\xa6\xdd\xef\x7b\x51\xf7\xf7\xfb\xf1\xe0\x16\xbf\xfc\xbe\x37\x71\xb1\xff\x5c\x87\x0d\xcb\xad\xf9\xbf\x8c\x6c\xf1\x7d\x11\xc0\x9d\x4d\xfa\xee\x3e\x23\x50\xe1\x90\x7a\xb8\xdc\x62\x4e\x95\x12\xe4\x14\x7b\x5b\x19\x4b\x51\x96\xa8\x57\x91\xcd\x09\x25\x3b\x28\xbc\xd3\x5b\x4e\x78\x4c\x92\xd6\x9c\xb2\xd2\x0c\x25\x10\xed\x0d\xef\x3a\x0e\x7b\x33\x11\xb8\xad\x0e\x79\xbd\x73\x22\xe2\x36\x5c\xe4\x83\xaf\x5b\x47\xe3\xb4\xc2\x24\xc3\x5c\x4c\x46\x71\x0a\xa9\xf3\x61\x2a\xba\x2c\xd8\xb4\xda\x73\x91\xfa\xea\x2c\x98\x17\x03\x92\x31\xce\x8a\x3b\xb1\x3b\xbf\xd3\x44\xd6\xc8\x16\x63\x2a\xd0\x35\x51\x67\x65\x28\xd8\xab\x98\x3b\xe1\x35\xd2\x07\x70\xae\xd8\xd4\x00\x5e\xa9\x01\x5c\x01\xb6\xcf\x9f\x4b\x5a\x65\xe3\x19\xee\x92\xef\xa0\x8c\xd8\xaf\x0e\x9c\xa4\xaf\x8c\x8c\xee\xb7\x79\xfc\x0d\x8f\x26\x99\x77\x9f\xb8\xf1\xde\x6e\x04\x59\xdd\x09\x5b\xfc\x33\xd7\x65\x59\x8b\xb1\x59\x02\x83\x33\x8f\xac\xf4\xc8\x19\x42\xa2\x83\x0f\x40\xd1\xe3\xad\x39\x3b\x56\xfe\xbd\x0f\x96\xef\xfd\x99\x9f\x86\x86\x06\xc7\xb1\xc5\x1f\xaa\x5b\x9c\x2c\x03\xb8\x1c\x79\x24\x6a\xe0\x27\x00\x4b\x26\xfd\xd2\xf3\x21\x08\xe6\x38\xc2\x9e\x59\x13\x42\xad\x15\xa8\x15\x32\x2e\x4c\xa6\xa4\x49\x8e\x29\x16\xa4\x70\x53\x8e\x2b\xd2\x6a\x94\x47\xdd\x20\x21\x35\xc1\xa4\x26\x70\x07\xc9\xd0\xe0\xb1\xd5\x61\xd7\x0a\x62\x98\xc5\x8c\xa3\x84\xdd\x2f\x42\x81\xd3\x17\x8f\x73\x16\xce\x04\x8d\xc0\x57\x5e\xe7\x8c\x62\xf0\x1f\x92\x9c\x7d\xd9\x75\x6f\xe2\x83\x8a\x9c\xfd\x5a\xd5\x95\xf1\x3b\x5a\xe5\x03\x26\x95\x76\xe3\xec\xde\xee\x0d\x7a\x27\xeb\x8c\xbb\xb0\x24\x17\x7c\x5a\x2a\x1b\xd7\x89\x9d\xf5\x4b\x90\x5c\xc7\xb3\xe0\xd4\xbd\x7f\x4a\xd2\xe3\x9f\xe2\x66\x3c\x1a\x25\x98\x08\xc2\x78\x3f\x97\x01\x09\x76\x54\x1c\x7e\xca\xe9\x93\x04\x76\xc5\x1b\x8f\x73\x4a\x90\x64\x9b\xfb\x45\x50\x75\xb0\x95\x94\xfa\x16\x4c\x18\xb0\x6d\x91\xac\xf9\xbc\x9f\x80\xb4\x79\x29\xb9\x34\xb1\x4c\xe4\xb7\x7a\x0f\x50\xf3\xfb\xbb\xa0\xff\xdb\xef\xef\xa3\x6b\xff\xbc\x0f\xa9\xfe\x5b\x73\xff\xfa\x7d\x0e\x26\xd8\xb7\xd8\xfb\x75\x8b\xed\x0b\x00\x2c\x5e\xd7\x59\xeb\xcc\xc1\x9e\x2b\xf9\x41\x5e\xf1\x47\xd8\x25\x60\xf7\x58\x2f\x23\x80\x7a\x5f\xf2\x8c\x24\x21\xd6\x96\x92\xa0\x80\x56\xda\x0c\xe1\x26\x97\x69\x7a\xea\xf6\x78\xf9\x92\x50\x86\x27\x4d\x48\x8e\xaf\x48\xa9\x66\x68\x0b\x15\xeb\x1e\xd2\x11\x7b\x7d\xdb\x93\xa6\xce\xc4\x36\xbf\x7e\xfb\x19\x43\x1b\x22\x6b\xf4\x9a\xf3\x8c\xce\x41\xc2\x6c\xf6\x88\x6b\x99\x9a\x3b\xa1\xbe\xc6\xc9\x8d\x5b\x29\x8a\x20\xd2\xad\xe8\xc1\x2f\xb7\x8f\x70\xe1\x7d\x81\xc7\x19\x49\x0c\xe1\xf2\x32\xd9\x2d\x44\x22\x8d\xb0\x13\xcf\xed\xe6\x2f\x1e\x41\xc8\xc7\xcf\x3a\xf1\x8a\x0d\x13\x0f\x11\x94\xec\xef\x8b\x5a\x12\x07\x88\xe7\x2d\x53\x45\xd5\xf0\xc5\x44\x6e\x8b\xd7\x62\x87\x11\xd1\x44\x4e\x4b\x09\x51\xec\xd2\x5d\x62\x91\x99\xa3\x98\xf5\xcf\x46\x62\xbb\xd9\x5e\xb1\xbe\x6f\xb7\x89\x4b\x26\xbf\xfe\xde\x07\x1f\x76\x6c\x71\xb3\xeb\x9f\xfb\x60\xfd\xd2\x16\xa7\x76\x6e\x71\x60\x7d\x8b\x9d\xc3\x00\x97\x5b\x8f\xf4\x3e\x53\x02\xb8\x7b\xec\x5a\x62\x69\x03\x0c\x71\xec\x67\xd9\x93\x1d\x0e\x5c\x02\xb9\x5c\x3f\x13\x4f\x53\xdb\xc4\xa3\x85\xf9\xc2\x37\xa8\x87\x14\xce\xc8\xcc\xf9\x55\x51\x74\x35\x6e\xa9\x0e\xbb\x2a\x91\x5f\xe8\x4f\xe9\x2c\xda\x0e\x93\x2f\x98\x0d\x18\x5b\x5a\x48\x92\x70\x76\x45\x26\x8b\x26\xf1\x24\x2f\xaf\x34\x4b\x7f\x7d\x75\x52\x60\xd8\x51\x4b\x36\xed\x73\xc4\x0f\x69\x51\x76\x6e\x6a\xbb\x89\xeb\xc5\x68\xdb\x1b\x8a\x54\x62\x68\xd3\x67\xfb\x28\xb9\xd7\x44\xae\x57\x07\x1c\x10\xd2\x3b\x89\xb7\x3f\x46\x38\x88\x8a\x4f\x10\x05\x56\xae\xd9\x99\x88\x1d\x20\x3a\x13\x7a\x6d\xae\x88\xee\x25\x12\x88\xf2\x16\x3b\x9f\x5c\x21\x59\x10\x07\x4c\x74\x9e\xec\x25\xb9\x10\x27\x8c\x71\xc2\xc9\xe4\xf3\xa4\x60\x3d\x1e\x91\x83\xb8\xab\x24\x4b\x7d\x29\xe1\xea\xf5\x61\xd2\x1b\x1d\x5e\xe1\xdc\x95\x36\xd2\xaa\xb6\x2c\xc0\xf0\xef\xf7\xe5\xaf\xba\x7f\xce\x8f\xfa\xcd\xaf\x63\x5b\x1c\xf9\x7d\x1e\xda\xda\xb7\xd8\xd0\x0e\x70\x5d\x9d\xf6\x7b\x45\x1b\xc0\xdd\xd6\xab\xf8\x5c\x31\xc0\x3e\x5c\xbc\xd5\x9e\xdc\x06\xde\xfc\x43\x0f\x56\x22\x5f\xc3\x2e\x71\x1d\xbe\x8c\x80\x12\xaa\xba\x42\xbf\xc4\xa0\x07\x8e\xb2\xac\xfe\x50\x0e\xe9\xf0\x95\xe2\xae\xbb\xa6\x52\x6a\x85\x24\x7f\x37\xb1\xd0\xb6\x37\x0b\x25\xb7\x5a\xb5\xe8\x3e\x32\x4c\x25\xc7\xba\x35\xe8\x73\xe8\x1d\x26\xdf\x0a\x7a\x67\x7c\x4f\xd3\x9d\x7c\x22\x6e\xde\xb8\x5d\xe5\x3b\x69\x35\xf7\x9a\x49\xb5\x22\x96\xd4\x50\x11\x6d\xc6\x2e\xc7\x44\x32\x68\xab\xb6\xb8\x26\x6d\x43\xa2\x1d\x62\xb4\xfc\x21\x51\x49\xda\xff\x89\xd9\x92\x4f\x74\x8a\xc4\xb0\x7a\xc9\x5c\x48\x84\x4c\xf2\x27\xbc\x31\xce\x17\xe1\x21\x8d\x93\x1e\x19\x8c\x0a\x8b\x93\xb9\x49\xa5\xba\xb4\x42\x71\xe4\x50\x12\x56\x4b\x50\xd0\x8a\x8c\x25\xdb\xa8\x2e\x08\x74\x92\x9b\xc9\x75\xca\xda\x02\x48\x4c\x33\xf9\xa9\x72\xc5\xdf\xf7\x22\x25\xf7\x3f\x24\x1d\xdc\x9a\x73\x36\x7e\x8b\x6f\x6d\xb6\xd8\x5d\xbe\xc5\xda\x0b\x5b\x2c\xd8\xbd\xc5\xdc\x6f\x00\xb7\x8f\x9d\x79\x91\xea\x03\xf0\xc8\xed\x26\x57\x74\x34\x0c\x3f\x76\x61\x99\x0c\x3e\x07\xcc\x12\x07\x79\xe6\x3d\x33\xa8\x93\xf2\xd2\x42\x97\x9d\x1b\xa8\x8e\xaa\xe6\xe2\x5a\xd6\x09\xd4\x7d\x3a\x99\xb2\xd2\x66\x6d\x94\x10\xa3\x6a\xe5\x5e\xe3\x15\x8a\x90\x65\xad\x3a\xb3\xfe\x57\x8a\x92\x23\x97\x5a\x8a\x4e\x28\x79\xd3\x37\x5a\xfb\xac\x86\x3e\x79\x31\x1c\xa3\xad\xa6\x72\x99\x5c\x97\x76\x51\x57\x4e\xb1\x88\xac\x56\x38\x67\x60\x24\xdb\x4c\x56\xae\x63\xd6\xff\x28\xe5\x47\x96\xed\xdc\xa3\xaf\x21\xa1\x4e\xa6\x1d\xea\x34\xf8\x22\x46\x4f\xa6\x99\x4a\x33\xa8\x17\x09\x24\xb3\x2d\x65\xeb\xed\x11\x6e\x22\x5f\xc1\x05\xe8\xdd\xfd\x33\xbf\x3c\x19\xc8\xee\xaa\xc1\x02\xf9\x14\x3e\x72\x9b\x12\x9a\xdf\x91\x52\x48\xb9\x21\x57\xc6\x7f\x94\xd2\x43\x11\x93\x15\x06\x58\xdf\xba\x1f\x02\xb6\xe6\x5a\x1c\xff\xaf\x7b\xe0\xc3\xef\xdf\x5f\x6c\x8b\x25\xb4\x5b\xcc\x17\x02\xb8\xf2\xee\x88\x67\xda\x2c\x00\xb3\xfb\x39\xbb\x78\x5a\x40\x73\x39\xdd\xd6\x09\x2d\x80\xb9\xc7\xca\xcc\x0a\xbe\x13\xe0\x25\xba\xf4\x30\xcb\x95\x07\xae\xc8\xce\xf2\xfe\xb2\x1b\xa3\xb6\xaa\xee\x11\x46\x98\xcf\x52\xed\xb5\x90\xe2\x7c\xc6\x24\xea\x31\x03\x46\x99\x4c\xc3\x3d\x94\x55\xb3\x87\x72\x15\xba\x83\x94\x6a\x87\x39\x25\x35\xad\x34\x4a\x96\xe7\x01\x65\x29\xb5\x01\x8a\x53\x48\xa8\xea\x2d\x25\x4f\x8a\x5f\xfc\x75\x15\x4d\x79\x2c\x85\x23\xeb\xbd\xba\x98\xac\x1d\xe5\x61\x11\x51\x7d\xb7\xd4\x1b\xca\xd1\xda\x41\x0d\x26\x89\x38\xf2\x8f\xf6\x9f\x9a\xf6\xa2\xd1\x64\xf4\xe0\x2e\xf5\x79\x91\x3d\x64\xd2\x14\x97\xda\x88\xf0\x5d\xf2\x8b\x85\x00\x8d\x5c\xa1\x14\x72\xf5\xe6\xb0\xe6\x01\x81\x57\x14\x36\xf2\x53\x65\x4f\x7e\x16\x4a\x0b\xe5\xb1\x6c\x03\xdf\x4d\xea\x5e\x4a\xbc\xd4\xa5\xc7\xbb\xa8\xaa\x94\x5f\x62\xfc\x00\xdc\xd6\x42\xb2\x74\xb2\x00\xc2\x33\xc2\x83\x67\xdf\x02\x48\x19\x89\x8f\x5d\x89\x03\x50\x8e\x95\x9c\x66\x8c\x02\xd0\x7a\x2d\xed\xc4\xf4\x1e\xc0\xd0\x54\x9e\x8e\xfd\x17\x80\x71\x81\x0a\x27\x8f\x03\xa0\x4d\xb8\x34\x66\x85\x69\xc0\xce\x44\x46\xbf\x49\x36\x9b\xfa\xc9\x04\x65\x1a\xaf\x61\x47\xd5\x37\x31\xb6\xdd\x34\x70\xa1\x0c\x1a\xca\xfa\xec\xb2\x64\xa4\x1c\xd1\xef\x09\x97\x74\x44\x92\x6d\x74\x39\x92\x2f\x7b\xa8\x92\x16\xb4\x1e\xe4\x6b\xfb\x1e\x27\x75\xaa\x07\x54\x70\xfa\x71\x93\x2e\xa9\xb2\x35\x5d\x0d\xde\x4d\x1c\x50\x56\xef\x7c\x16\x2a\x41\x74\x57\x38\x3c\xbc\x19\x86\x24\x7c\x93\x2d\xfe\xec\x16\xe5\x4b\x40\x49\x79\x2e\xc5\x45\x32\x12\x06\x25\x96\xd1\xee\x91\xcf\xff\xdb\xff\x20\xde\x11\x33\xc0\xce\xfa\xde\xda\xc0\x49\x1c\xc3\x36\xfa\xa1\x17\x4a\x25\xbc\x71\xc9\x5e\xb9\xdf\xaf\x4b\x1a\xe3\x56\x3c\xaf\x7f\x08\x93\x3e\x89\x03\x4f\xcd\xb7\x3a\x32\x9c\x78\x66\x8f\xfe\xc1\x59\x59\x19\xbc\x8b\xbb\xf5\x1f\x0f\xe4\xae\xfc\x5e\xfc\x2b\xb7\x03\x00\xdc\x37\x04\x33\x69\x71\x7f\xd7\x41\xf6\x88\xa8\xf0\xe5\x60\x00\xd5\xdb\xe2\x95\x0c\x0c\x00\xba\x9b\x92\xc0\x34\x0e\x60\x4c\x27\x17\x76\xff\x01\x80\x79\x84\x92\x15\x4f\x30\x6c\x58\x31\xab\xbd\x16\x91\x07\x6f\x2b\x79\x1d\x07\x59\x39\xea\x88\x19\xaf\xc9\xb8\xa6\x08\xf5\xa2\xb9\xb6\xb5\x8a\x31\x82\x92\x60\x6c\xe1\xf9\xc1\xba\x93\xbc\x60\x78\x39\x34\xc6\x39\x84\xcc\xad\x17\x99\x18\xe5\x25\x4c\xea\xd2\x16\xcf\x6d\xf6\x73\x23\xb6\x6a\x1d\xaf\x88\x0a\x8b\x22\xaa\xa9\xcb\x34\x32\x47\x90\x08\x83\x2a\x3d\xdd\xcb\x31\xc6\x04\x2d\xc5\x92\xd1\x9a\xb8\x4c\x02\xad\x9c\xfd\x97\xc4\xf8\x5a\x3c\x56\xda\x74\xf5\x78\x7c\xc4\xff\xcb\x87\x41\x5f\x93\x90\xc2\x6c\x04\xbd\x5d\x3e\x29\x99\x87\x15\x0c\x9c\xff\x71\x43\xfa\x0e\xd6\x22\x70\xe0\x23\x4e\x46\x1c\x77\xd0\x8f\xf4\x6e\x56\x36\x1b\x77\xd9\x7f\xc7\xb0\xa3\x5c\x3a\x2e\xd8\xf7\x4e\x3f\xbf\xfc\x4d\x1c\xd9\xab\xb1\x47\x40\x7e\x0d\x2f\xef\xb9\xbb\xa3\x56\xe1\x1c\x7e\xc6\xb5\x02\x80\x87\x57\x20\x95\x4e\x15\x40\xcc\x4e\x84\xfb\xbc\xf1\x5f\x1f\x44\x93\x53\xcc\x94\xa1\x15\xc0\xc0\x41\x62\x8a\xa9\x1f\xc0\x8c\x43\x3a\x89\x8d\x15\xc0\x5a\x41\x51\x80\x57\x13\xf0\x36\xe3\xaa\xac\xc2\xed\x60\x63\x55\xab\x83\x92\x4b\xa5\x3e\xb7\xfc\x66\x9c\xaf\x35\x4a\xd9\xb0\x3c\x64\x75\xc1\x8c\x85\x22\x6a\xa6\xe3\x16\x63\x4f\x43\x4e\x34\xa6\x0f\x5e\x71\x9b\x25\xf9\x1a\x1e\x4c\xa4\x0f\x18\x23\xae\xea\x3a\xe6\x1d\x0c\x15\x20\x1a\x6b\x05\x54\xfa\x46\xa0\x09\x3f\xd5\xab\x9a\xf7\xc4\x5c\x27\x24\xab\x5e\x7f\xb1\x23\x76\x18\xbf\xa4\xf8\x79\xac\x35\x51\x0d\x1f\x21\x17\xfc\xbd\x21\x69\x1c\xb7\x2a\x3d\x8f\xd0\x4c\xf5\xff\x6f\x1f\x06\x9f\x27\xf1\x09\xdd\x16\x91\xb2\x8a\x95\x52\xc5\x3c\x08\xbf\xf1\xf3\x83\x74\x38\xa6\x31\x54\x7e\xfa\xa4\xac\x0a\xe6\x4d\xa8\xf7\xfb\x44\x39\x01\xac\x6d\x50\xfb\x48\x9d\xc2\x05\xac\x51\xb0\xff\x2b\x50\x38\x85\x0b\xf2\xcd\xeb\x89\x52\x64\xc6\xe5\xfa\x2a\x75\xdc\x53\x3a\x83\x23\x7a\x87\xb5\x38\x2b\x09\xe1\xb3\xdd\xc7\x01\x1e\xb7\xf1\x99\x9e\x60\x07\x10\xcb\x16\x2e\x39\xbf\x0f\x40\x29\x51\xe4\xd9\x15\x3d\x00\x6d\x1b\x51\x02\xa3\x28\x80\xb1\xab\xf8\x28\xf3\x09\x00\xab\x7b\xd2\x01\xf7\x35\x01\xec\x50\xf2\xb1\xbc\xec\xb0\xe4\xd4\xa7\xdc\xf8\xa4\x07\xdc\x1c\xc5\x35\xcb\xe5\xcc\xa8\xaf\xed\xae\x1a\xb2\x68\xc9\x52\x7a\xad\x32\x2c\xa3\x2d\x2c\xc8\x93\x96\xd9\xce\x6b\xce\x95\xe4\x5b\xa6\x88\xc0\x73\x5e\x6f\x49\x17\x8d\xd9\xe3\x5a\x82\x29\x44\x11\xfd\xbc\x9c\x8e\x28\x1e\xc2\xba\x36\xae\x42\x37\x46\x8c\xa0\xac\x79\xbb\x91\x1c\xbf\x81\x2f\x53\x53\xea\x79\x96\x5c\x88\xbf\xa5\xf4\xf9\x6d\x40\xea\x34\xee\xbd\xdc\xab\xd9\xb9\xb4\xbe\xff\x97\x0f\x83\x6c\x93\xfa\x8e\xaa\x89\x5d\x5e\x70\x92\x31\x45\x87\x45\x61\xbe\x71\xca\x4e\xa0\xbf\x44\x52\xdf\xff\x94\x0f\xc5\xf8\x85\x17\x8f\x68\x29\xf2\x62\x9a\xc2\xaf\xbe\x6a\x53\x32\xc0\xb2\x85\x9e\x78\xf1\x59\xc9\x1a\xb7\x3f\x60\xa4\x9d\x47\x79\x12\xf7\x28\x80\xb9\xd9\x4c\x25\x02\x57\xe1\xfb\xa5\xfe\x80\x0a\x05\x2f\xef\xc5\x0e\xc0\xbf\x83\xaf\xfa\x04\x0a\x40\xea\x90\xd0\xd0\xf9\x2c\x00\x65\x59\xc1\x82\x4b\x3b\x01\xf4\x2e\x8a\xd8\xd0\x7f\x02\x30\x63\x13\x37\x62\xde\x04\xb0\xce\x93\x7c\xc5\xf6\x1e\xc0\xa9\x5d\xb6\x80\xa7\x0a\xc0\x65\x4a\xf1\xb4\xd0\x2b\x70\x76\x15\xd2\xb8\x22\x87\xa3\xd6\xbb\x9c\xd1\x3f\xa9\x73\x89\x52\x68\xf7\xd6\xe2\x8c\x95\x24\x39\xc3\xfa\xa9\xe3\x4b\x57\x34\xa9\xdd\x62\xce\x17\xe9\x97\x41\x34\x31\x1d\x8c\x15\x89\x74\x27\x64\x1b\xed\xcb\xca\x8d\x9b\x24\x9c\xd0\x1b\x2b\x6d\x48\xda\x87\x3f\xaa\x73\xad\xc1\x20\xbd\x6b\xdb\x87\xc1\xfe\x50\x96\x9f\xac\xce\x89\xc1\x7a\xcb\x67\x2e\xe4\xe6\x56\xfc\xb7\xff\x81\x4f\x95\xaa\x41\xf6\x26\x7a\xaf\x34\xcb\x50\x90\xa8\xc4\xca\x6f\x9a\xf2\xbe\x28\xc7\x84\xd0\x0f\x4f\x14\x39\x51\x6d\xf1\x33\xa3\x4e\x4a\x39\xe8\xd0\x98\x6f\xfd\xdd\xca\xdf\x31\x7b\xa2\xf0\x3d\xe2\x2a\x4a\x98\x77\xe1\x7a\xed\x4c\xaa\x5d\x58\xfa\xb0\x4b\x0d\x3d\xea\xc5\x58\xaf\x90\x81\x9a\x14\x8d\x26\xec\xcf\xa0\xe9\xaa\xb3\x1a\x9c\xb8\x3e\x5f\x3c\x80\x50\x1a\xdf\xb7\x53\x57\x01\xa4\xf0\x7c\x82\x67\x92\x00\xd4\x6e\xf3\xa7\x5f\x94\x05\x30\xac\x16\x66\x65\xa0\x05\xb0\xfc\xfc\x04\xcb\x34\x02\xe0\x80\x13\xf3\x60\x7d\x0c\xe0\x4e\x27\x93\xc9\xfb\x0e\xc0\xcb\x59\x5e\x54\x38\x17\xca\xbc\x58\x54\xf6\x4b\xb3\x53\x2b\x3d\xec\x75\xd5\x74\x46\x29\x99\x2e\x16\xa6\x7e\xd6\x3b\xc8\x12\x76\x23\x76\xb7\x3c\xa6\x88\x3f\x6d\xf7\x79\xad\x85\x86\x12\xcf\x9b\x3b\x44\x3f\x89\x4e\x23\x70\x19\x3f\xcc\x9c\x4e\xd4\xc5\x7b\x1b\xec\x2c\x7d\x96\x5a\x82\xeb\xd2\xd1\x6e\x94\xc9\x74\xde\xf6\x61\x30\x11\x2a\xb6\x53\xe7\x8a\xf0\xdb\xde\x03\x56\x57\x76\x68\x23\x2b\xb7\x6f\x7b\x3d\x36\x88\xb2\x6b\x9b\x7b\x32\xcf\xce\x92\xe5\xe3\x91\xba\x29\xdd\x9f\x38\x15\x97\x90\x3e\x29\xd8\xb7\x3b\x95\x2f\xa3\xd2\x12\xd6\x5f\x1f\x52\x69\x45\xdf\x88\xa3\x74\xff\x54\xa7\x47\x0b\xc7\xef\x7d\x7e\x58\x43\x0e\x43\x13\xb3\xe3\xd9\x8c\xe6\x3a\x46\x25\xaa\xef\x29\x68\xe9\x62\x2f\x84\xd3\x57\xd6\x6a\x55\x63\xb3\x42\x2a\x4a\xa5\xb5\x25\x70\x0c\x81\xab\x00\x22\x77\x78\xbf\x9d\x54\x04\x90\x4f\xe4\x3b\x7d\x76\x01\x40\x23\x9c\x7f\xe1\x92\xd9\x5f\x0f\xc2\xfa\x8b\x50\xec\xcd\xa7\x00\x2e\xe8\x27\x29\xf7\x6a\x00\xbc\x7a\x24\xc5\xb9\xba\x01\xfc\xba\x65\x6f\x08\xbd\x81\x0a\xff\x65\xc5\xd7\xd2\x7a\xd4\xef\xfe\x97\x34\x77\x6a\x8e\x53\x86\xbd\x8e\x1a\x4e\x58\x7c\x27\xdf\x70\x3a\x63\x83\xf4\x92\x26\xfa\xdb\x61\x3d\x65\x23\xac\x08\x52\x56\x5d\x11\xe6\x89\x87\xf0\x5e\xa6\x88\xf4\xbb\xa9\x54\x5c\x81\xe1\xb3\xd2\xa4\xac\x50\x6c\xb6\x9e\x79\x03\x36\xdf\x0c\x93\xa7\x45\xdb\x87\x29\x76\xc5\x30\xa8\xac\x4e\x9d\x2f\xe9\x40\xcb\x2b\x64\xad\xd6\x97\x3f\xf9\xef\xf5\x58\x94\x55\xa0\x47\x84\x66\xfb\x7d\xd6\x57\x96\x47\x6c\x66\xad\xbd\xf9\xae\x76\x7c\xd3\x3d\xb3\xb5\x1f\xa5\x7e\x15\x99\x9d\xda\xf6\xe2\x8d\x46\x08\x8a\x36\x85\xa3\xed\xb9\xc6\x30\x5a\x3e\xfe\xfa\xb3\xaf\xda\x07\xd0\xe5\x71\xfb\xaa\x7d\xb5\x37\x30\xe1\x51\x37\x2b\x6e\xe8\x1c\xc1\xb2\x84\x1f\x2e\xfa\xa0\x6b\x82\x8d\x0d\x95\xcb\x8f\xd2\x13\xc3\x0e\x84\x88\x03\x88\xca\x73\x99\xd0\x75\x03\x28\xee\xe7\xbd\x70\xe6\xeb\x3f\x3c\x88\x90\xc7\xa7\xae\xd2\x01\x38\x9c\x16\xbc\x7c\x73\x00\xc0\xa3\x5c\x24\x98\x75\x2f\x80\xdf\x0e\x89\x8f\xdc\x68\x80\xa0\x55\xe9\x97\xc2\x67\x20\x39\x7c\xaf\x02\x8d\xac\x24\x75\x3c\x98\x5e\xfd\xb9\x56\x17\xa5\x21\x40\x5e\xdf\xdb\x4a\x80\xf4\xc9\x83\xd5\x6a\xdd\x57\x99\x30\xe3\xbc\xe1\x7c\x3a\xa6\x13\xef\x65\x5b\x18\xf6\x38\xed\x38\x4e\xc1\x92\x2f\x05\x9f\x13\x8e\xd9\x30\x79\x5f\xca\x59\x7c\x0a\x23\x6b\x10\xd7\xd0\x5b\x1a\x8b\xbe\xa7\x1d\xd6\x9f\x52\x99\xbf\xed\x81\xa0\xf4\x14\xe7\x56\xb4\xab\xe9\xd1\x04\xf9\xc6\xb5\xfc\x12\xc3\x55\x7f\x45\x96\x75\x91\x22\xc4\x97\x76\x15\xe2\x7a\x5d\x51\xee\xbb\x4b\xea\xb5\x1b\x36\x05\x4b\xaf\x63\x35\x8d\x10\x9a\x79\x3c\x2f\xf8\xb4\x06\x37\xfd\xb3\x82\x9f\x37\x6b\x77\x23\x03\xd3\xf0\x0d\x8c\x3a\xf9\xa8\xb8\x24\x64\xf5\x4e\x3d\x6d\xf4\xbd\x84\x94\xd2\x36\x7d\x2e\xf4\x6a\xac\x73\xe1\x0d\x83\x12\x0c\x73\x8c\x6f\x4e\xb1\x41\x05\xf6\x4e\x78\x65\xba\x9a\xd1\x6e\x6c\x7e\xa8\x1f\x80\x38\x2f\x0f\xf7\x49\x4b\x00\x25\x09\x6e\xb9\xd3\x0b\x00\xfa\x72\xdc\xe9\x17\xf6\x01\x58\xc5\x3c\xb6\xbe\xe6\x0f\xe0\xa2\xc2\x7f\xf1\xe6\x79\x00\x1f\x6f\xa1\xb8\x7b\x67\x01\x42\x98\x44\x3b\xb9\x34\x00\x22\x34\x24\x79\x04\x57\x21\x27\xea\x98\x5c\x92\x4c\x3e\xf5\x6b\x64\xad\xca\x37\xad\x07\x94\xf2\xf0\xdb\x3a\x5d\x56\x2b\xe4\xe3\x7e\x19\xe6\x47\xbc\xe3\x08\x7d\xae\x99\x4e\x5e\xb1\x11\xb8\x4e\xc7\x85\x80\x77\x59\x42\x58\x5f\x6b\x62\x92\x4a\x41\x3b\x86\xcb\x3c\xae\xd0\xa5\xcc\xe8\x8f\x0f\x73\x42\x27\xe0\xf5\xae\x9a\xa5\xcd\x58\xb5\x3d\xb3\x9f\x1b\x58\xb7\x7d\x18\xe4\x5e\xc5\xa1\x95\xc5\xca\xfa\x1f\x08\xd5\xec\x55\xb7\xca\x0b\xef\x53\x35\xf6\xae\x1b\x95\x30\xbd\x96\xd3\x6e\x5a\x37\x2d\x79\xdd\x5d\xab\xcb\xb0\xf1\xaa\xa0\xbf\x39\x52\x0f\x85\x80\x1c\x54\xfd\xac\xfe\x35\x24\x53\xc6\x40\x95\x8a\xc1\x33\xe4\xa7\x34\xfd\x92\x65\xc3\x12\x54\x69\xb2\x70\x7e\x96\xd1\x5b\xb4\x44\x42\x43\xd6\x6e\x63\x73\x8c\x6c\xcc\xad\x34\x2e\xe3\x4f\x18\x54\xe4\x85\x24\x3b\x93\x75\xac\x60\x78\x15\x80\x64\x3e\x17\xef\x89\x57\x00\xaa\x1e\x1c\xc8\xd3\x07\x01\x8c\x0a\x39\xf3\xcf\xcb\x03\xd8\x9d\xe7\xe1\xbe\xea\x04\xe0\x29\xc1\xeb\xca\xf8\x06\x20\x88\x89\x6f\xf1\x8e\x3b\x40\x24\xa3\xb0\xea\x23\x0d\x80\x98\x40\x09\x51\xa1\x66\xe8\x4f\x48\x96\xea\x97\x54\x87\x9d\x09\x3d\x8a\x02\xea\x3f\x28\xe5\x71\x17\x34\xe7\xac\x90\xe4\x43\x61\x71\xc6\xb6\xde\x5f\x08\xc1\x7e\x57\xec\x9a\xe3\x1d\x70\x42\x2e\x2f\x7d\x59\x72\xc6\x30\xa5\xf6\x7b\xe3\x8f\x97\x74\xa2\x6f\x59\x36\x15\xd8\x55\xcd\x23\xc7\x4c\x76\x36\x8a\xd6\xa5\x6e\xee\xd4\x63\x1d\x2a\x6c\xde\x8b\x38\xa0\x16\xb2\x50\xdc\x82\xdc\x94\x51\xe9\x59\xb4\x69\x18\x9a\x1f\x50\x7b\xb1\xb4\x59\xf7\x7c\xf2\x86\x96\xdd\x4a\xf0\xd3\x90\x21\x01\xdd\xbd\xab\xc9\x55\x37\xbb\x51\xfa\x17\xd6\xf7\x96\x99\x3f\x97\xd0\x5f\xd8\x70\x2c\xe2\xa8\x3d\x61\xac\xb5\xf1\xbd\x50\xb2\x9c\xcd\x64\x13\x31\x92\x67\x50\xa4\x63\xd2\x82\xd4\xce\x68\xce\x0d\x35\x79\x81\x2a\x4f\x4e\x4a\xef\x36\xbf\x81\xea\x4e\xb6\x4c\x29\x33\x3f\x80\xce\x8d\x2f\x4a\x48\xb1\xa0\xc3\x9c\x88\x2d\x8a\x5d\x36\xe7\xc0\xde\x88\xd0\x07\x90\x7d\xfe\xe8\x06\xdd\x28\x80\xd6\xbe\x87\xfc\xa7\x38\x01\x4c\x49\x9c\xec\xe7\x57\xfe\x73\x1e\x38\xf5\x2e\x33\xfe\xf5\x20\x42\x99\x79\x83\x98\xb4\xfe\xfa\x20\xa9\x53\x22\x96\x7c\xef\xe0\x5d\xea\x27\x89\x4a\x09\x73\x2a\x2e\x1d\x2d\x4f\xab\x91\x48\xe9\x4c\xe6\x54\x0f\xb1\xdc\x20\xe1\x62\x0f\x18\x4c\xfa\xa4\x12\x4c\x43\xf7\x58\xa7\x26\x88\x62\xc5\x3c\x2d\x3c\x98\x0b\xcb\xd0\x2a\xce\xc8\xc8\xa4\x2a\x4b\x64\xba\xed\xab\x9c\x92\xfa\x9f\x9b\x3b\xcd\x90\x0d\xb4\xcd\xc3\xeb\x0d\xfa\xf5\x6f\x18\x3b\xbe\xad\xbd\xd4\xec\xfb\x69\xd3\x55\xb4\xb1\xa9\x56\xbe\x10\xd0\x2a\xf0\xc9\x50\xc7\xe7\xd7\x8f\x66\xed\xe1\x6b\xfa\xd9\x4b\xaf\x9f\x45\x77\x97\x1b\x89\xae\xc8\xd6\xb2\x35\xbb\x1b\xaf\xae\xed\xa9\xfc\x5e\xb5\x60\x16\xb6\x6e\x57\x76\xb6\x6c\x97\x39\xcf\x86\x77\xd1\x5a\x81\x82\x85\x10\x22\x2a\x3f\x36\x83\x6c\x95\xb8\xc9\x9d\x6b\x94\xca\x60\x25\x87\x8c\xce\xf0\x4e\x70\xb6\x2e\x45\x9d\x4a\xf3\x8c\x0d\xb2\x9a\x44\xeb\x24\x1e\x8a\x14\xb0\xb9\x89\xee\x8b\x97\x0d\xed\xb6\xfe\x8a\x19\x8d\x32\xf9\xc7\x3a\x4c\xdd\x0f\x3b\xc9\x00\x60\x8e\x7f\xe0\x78\x96\x01\xc0\x75\xf4\xd1\xce\x4b\xd6\x00\x81\x5a\x9c\xd3\x0c\xdc\x00\x91\x9d\xdc\xaf\x6e\x97\x00\x24\x39\xf3\xe6\xde\xab\x05\xc8\xd4\x14\xbe\xc4\x77\x1b\xe6\x72\xd3\x44\xcb\xc5\x5e\x52\x09\xf9\x0d\x32\x61\x1a\x9a\x94\xd9\xdc\x83\xca\x62\xe6\x54\x52\x63\xda\xb4\x6e\xac\xdf\x3b\xc2\xee\xf8\x3b\xe6\xcd\x49\x2d\x98\x4f\x81\x8f\x5d\xa6\x8a\x07\x91\xbf\x3c\x38\x43\x7b\xea\xd6\x37\xf7\x3a\x3a\x64\x3e\x6d\xe1\x5b\xff\x65\x75\xe2\x19\x6b\x27\xc3\xca\x57\x43\xa6\xf7\x34\x7d\x7b\x57\xe3\xb4\x83\x7e\xb4\xf7\x8c\xcd\xd4\xe9\xb6\xfe\x7c\xd1\x55\x38\xc2\x62\x94\xb2\x60\xda\xc6\xd3\xd5\x6b\x3a\xbb\x28\xd2\xdc\xd0\x74\xd5\xbc\x68\x59\xe4\x99\x52\x75\xaa\x45\xdf\xaa\xf1\x53\xda\x6d\x0f\x24\xbb\xdc\xa6\x66\xfd\x47\xa9\x68\xaa\xac\xdd\x31\xc4\xbe\xc2\xe7\x49\x18\x5b\xa5\x4d\xd1\x5c\xf3\xd8\x0e\xbb\x74\xe4\xe9\xac\x90\xc8\x75\xbb\x10\x94\x70\xea\x72\x68\x9d\x7d\x14\x6a\x2e\x59\x29\xd8\xc6\x7e\x07\x7a\x34\x5e\xcc\x4f\xd0\xc1\x02\xe3\x18\x23\x01\x20\xff\xed\x41\x3a\x9d\xf4\x5f\x0f\xc2\xf6\xde\x7d\xc4\xb9\xc3\x00\x5e\x71\xf7\xe5\x2f\x6c\x00\x84\x5d\x7b\xe0\x71\x55\x0f\x20\x71\xf5\x51\xf3\x8d\x0e\x80\xcc\x97\xbc\xbe\xec\xba\x00\xf9\x79\x02\xfb\x79\x84\x00\x4a\x7b\x84\xcf\x88\xc4\x81\x71\xf9\x67\x71\x69\x05\x02\x85\x58\x96\x2a\x5f\x6b\x16\x49\xbe\x53\xcc\xac\xee\xe0\x25\x45\x60\xce\xa4\x37\xde\x95\x58\x84\xc6\xc4\xd4\x39\x54\x95\xbf\xd8\x3c\xec\x27\xe6\xdf\xd2\xc2\xbf\xbe\xe2\xd6\x9b\xd2\xd3\x99\xbc\xc2\x67\x7f\xa5\xfe\x66\xbf\xce\xaf\x4d\x63\x99\xa9\xfe\x11\xfe\xf9\x01\x03\xa9\x6f\x75\x03\xcc\xa3\x3c\x66\x35\x3f\x9a\x5e\xde\xe8\xe2\xb3\x32\x98\xbb\xda\xad\xf4\x8c\xdb\x26\x7c\x01\xdb\x76\xb8\x0c\x61\x37\xb8\x74\xb0\xa9\x37\x0f\x61\xff\x65\xe5\x71\x5d\x66\x3a\xc6\xf1\xde\xea\xbb\xea\xe8\xa4\x04\xa7\x3d\xeb\xb7\xca\x5f\xc7\x7e\x73\x3a\xb4\x31\x58\xd4\x16\xd1\xe6\x7c\x05\xf1\x26\x5f\x2b\x62\x97\xd3\xb5\xcd\xaa\x1c\x9e\xc0\x01\xe7\x0f\xc8\x8c\x8c\x7e\x7f\x5f\xe7\x50\x94\x7b\x2a\x9f\xcf\xa2\xd3\x0c\x3a\x3e\xc1\xcb\x43\xdd\x79\x16\x23\x13\x7b\x1c\x40\x09\x7f\x9f\x9b\xee\x22\x80\xc9\x6e\xb6\x81\x93\x68\x00\x07\xec\x7d\x9e\x73\xda\x00\x3e\x3a\x6c\x3e\xe7\x03\x00\xa2\x98\xd8\xdd\xaf\xd0\x02\xa4\x38\xde\x6f\xa7\x37\x04\xc8\x3f\xc0\x69\xc6\xe2\x0d\x50\xc6\xff\x58\x90\xb3\x17\xe0\xe9\xa6\x60\xb8\x48\x17\xc8\xd7\x0b\x88\xd6\x29\xb1\x51\x0f\xd7\x1b\xc8\x38\x98\x4a\x93\xa5\x6a\x3e\x29\xdb\x7a\xbc\xc2\xcf\x95\xdc\xd5\x3f\x93\x7c\x16\x3d\x99\x3e\x6b\x9d\x59\xc1\x8c\xd8\x15\xea\xea\xb3\xa7\xcd\x65\xf9\xbd\xdf\x5a\xbc\xf7\x40\xd3\x42\x9f\xcb\xcb\xba\xf2\x31\xed\x39\x37\xf3\xaf\x1f\x94\xc6\x7d\xdf\xdf\xb6\x72\x9d\x3e\x35\x7a\xbc\xbb\xc4\x8e\xfa\x6d\xe9\xf5\xcd\xa7\xd5\x4e\x03\x3f\x8f\xf7\x8c\x14\xf7\x3b\xcf\xcf\x7f\xee\xe8\xc9\xbe\xe0\x7a\x6a\xd1\xa1\xc5\x2d\x79\xd3\x8d\x7d\xd9\xf1\xd9\x62\x5c\xab\x9b\xc4\xaa\xcd\xd3\xcf\x51\x93\x6e\xaf\xd7\x22\x2b\x07\x83\x73\x3d\x36\xd7\x9b\xcb\x8c\x02\xeb\xdd\xa3\x11\x2a\x85\x57\x7d\xeb\x3c\x6a\x11\xd4\xbc\xaf\xde\x1b\x6e\x23\xc8\xc6\x0c\xdb\x6d\xff\xc3\x73\x8f\xeb\x41\x74\x78\x42\x99\xfb\x45\x57\x77\x8c\x4a\xcc\x22\x80\x2a\x9a\xfd\x36\xdd\x51\x00\x93\x72\xb6\x95\x53\x8f\xfe\x7a\x10\xc1\x45\xec\x13\x97\x86\xfe\xe1\x41\xf8\xb1\x1d\xbf\x16\x0f\x50\x2a\xf9\xf0\x14\xd3\x0e\x80\x1a\x36\x2e\xcb\xfb\x04\x80\x26\x66\xfe\x72\xe1\x09\x48\x6c\xb7\x13\xca\x92\x65\xa7\x6a\x74\xca\x4a\xec\x37\x98\x21\x3b\xb5\xaf\xca\xef\x72\xab\x23\x08\x35\xac\x68\x2c\x27\xf0\xa2\x75\x2a\x03\x4c\x9a\x2b\xbb\xd7\xcb\xd2\x36\x5d\x2f\x76\x09\x2e\xbc\x0f\x27\x44\x5c\x1b\xcb\x9b\x39\xe7\xfb\xb8\x56\xee\x53\xc1\x67\x11\x47\xb7\xb7\x47\x3f\x69\x75\x90\xdc\xaf\x7f\x1c\x7b\xf7\xa6\xf2\xba\xf7\xfe\x2f\x6f\x87\x5f\x65\xfb\xfa\xf6\xcd\x14\xf7\xcb\xa4\xd5\x79\x97\xcc\xb5\x75\x0b\xc6\xb2\xfb\xc6\xfd\x92\x69\x13\x08\xd7\xf3\xfd\xbc\x94\xda\xc4\x19\x2c\xe2\x7b\x69\x65\xba\x36\x25\x88\xd5\x3b\x7e\xcd\xb2\x4a\x3c\xe0\x9d\x57\xf2\x7a\x41\xd9\x53\x3f\x67\x2f\xd8\x78\x51\x7c\xc1\xc7\xda\x8b\x69\x93\x37\x17\x3c\x77\xf8\x28\x22\xc3\x33\xcf\xbb\x13\x3c\x27\x51\xfd\xc9\xb0\xed\x7f\x38\xb3\xf8\x3c\xc2\x84\x45\x63\x01\x34\x77\xb2\x25\xd0\x29\x00\x58\xa0\xef\x39\x9e\x64\x01\x70\x37\x62\x95\xfe\xcf\xfd\x10\xea\x72\xf7\xee\x39\xfa\xbf\x1e\x44\x81\x26\xdb\x9e\xeb\x85\x00\xd5\x5d\xac\x05\x0c\x09\x00\x4d\xa8\x07\x08\x96\x45\x80\xae\xd3\x3c\x46\x8f\x7d\xa1\xab\x4f\x88\xbf\x43\xb2\x8e\x9a\x32\x50\xf5\xa4\x5d\x97\x9d\x9c\xda\x9f\x26\x3d\xee\x32\x45\x90\x7d\xd9\xab\xdc\x1c\xcf\x8e\x6e\xec\x2c\xd1\x99\x29\xaf\x5e\xf3\xaa\x36\xb1\x65\xeb\xd9\x33\xc7\x92\x3d\xe1\xff\xe3\x3d\x62\xaa\x2e\x42\xb1\x92\x79\xf6\x6e\xd7\x97\xe0\x9c\x41\xd2\xf7\x1b\xc5\xa5\x61\x27\x27\x86\x27\xcb\xd3\x27\x43\x37\x3e\x7f\x7d\xd3\x10\xf7\x3e\xb4\xea\x7b\xcc\x6b\x8e\x68\xc5\xe0\x4b\x3f\x3d\x7a\x7a\x42\x1f\x84\xd1\xfd\xda\xd5\xb6\x10\x44\x08\xe6\x5b\xea\x6b\x1c\x0c\x28\x08\xbc\xb7\xca\x5a\xf3\xd4\x27\x2b\xb8\x70\xfd\x70\x85\xb1\xd7\x78\xd0\xcb\x0d\xef\xe2\x35\xf7\xf2\x90\x00\xc4\x7c\x3e\xbd\x6b\x47\xc8\x1d\xe4\xe5\xac\x02\xd7\xa2\xc0\x45\xe4\x58\x3a\xca\xb9\x34\x70\x37\xfa\x42\x52\x80\xd3\x81\xc0\xcf\xe8\x96\xf8\x57\x8e\xfb\xfd\xe7\x30\x95\xd1\x82\x00\xba\xb7\x59\x3f\xd1\x35\x01\x58\x1b\xde\xf1\xa1\x93\x04\xf0\xe1\x62\x56\x39\xe9\x01\x10\xc5\xcd\x5c\x71\xc6\x1a\x20\x9d\x93\x25\xf6\xe2\x05\x80\xd2\xe7\x2c\xeb\x57\x6c\x00\xea\x6d\xef\xd5\x31\x1c\x05\xe8\x14\xbb\xff\xe4\x4e\x18\x40\xbf\x05\x87\x3d\x07\x2d\xac\x8d\x05\xf0\x0e\x89\x22\xa8\xb8\x89\x74\xc1\x11\xf5\x7b\x64\xcc\xd4\x65\xf1\xc3\x0e\x9c\x84\xa1\x0f\x48\xd9\xa6\xa8\x65\x74\xe2\xfb\x62\xd5\xb7\xe5\x3c\x6b\x8a\x43\xbb\x0d\x0d\x5f\xe4\xfc\x38\xfc\xfc\x92\x2b\x4c\xb1\xb5\xbf\x2f\xd6\xce\x1a\x59\xc8\xcc\xaf\xc8\xb3\x7b\xe5\x3b\xdb\x96\x30\x99\xbb\xf9\xfe\xf2\x47\xbd\xe8\x6f\x69\x15\x9f\x2b\xde\xcc\x87\xc5\xa5\x64\xcf\xec\x1b\x50\x0e\x78\x99\x44\x9a\x37\xeb\xa4\xf8\xf1\x25\x7c\x5a\x64\x6e\x15\xf7\x0a\x4b\xb8\xb4\xc2\x56\x7f\xc1\x73\x28\x66\x69\xf5\x5d\xf5\x5b\x77\x64\xec\xad\x35\x6a\x85\x95\xeb\x40\x74\xd7\xc6\x97\xa2\x64\x97\xbc\x28\x0d\x04\x35\xef\x99\xd3\x74\xd4\x23\xe4\xa9\xac\x5a\xc7\xa5\xf0\x9d\x28\x8f\xd4\x5b\xf6\xea\x11\x3a\x68\xef\x84\x56\xbb\x77\x61\xd2\x18\xde\x58\x01\xdb\x8b\x61\x7d\x18\x64\x64\x0f\x80\xfe\x22\xcb\x1a\x2d\x13\x80\xbd\x3b\x93\x30\xad\x00\x80\x7f\x29\x73\xc2\x29\x15\x80\x84\xbb\x8c\x8b\x74\x46\x00\x79\x6c\x37\x22\x4f\xae\x03\x3c\x9d\x67\x2c\x38\x15\x06\xd0\x6a\xc4\xdc\x71\xe5\x32\x40\xbf\xe9\xdd\x61\xc6\x75\x80\xb1\xfa\xfb\x63\x6c\x3b\x01\x3e\x4f\x71\x09\x0a\xb0\x01\xd7\xec\x3b\x3e\x50\xbe\x48\xf1\x59\xf4\x14\xb9\x6b\xb9\x41\x20\x2c\x9f\x94\xb4\x8a\xc8\x40\x7f\x5c\xbb\x23\xd7\x56\xf2\x7c\x65\x65\x4e\x4a\xf3\xcc\x8b\xd4\xd1\xc1\x4f\xfe\xb6\x23\xe3\x2a\xa5\x2c\x23\xec\xb1\xa4\x19\xc9\x28\xc3\x81\xb5\x01\xe5\x19\x44\x90\xe0\x73\xb1\xc9\xdb\x13\x9f\xfd\x84\xeb\x2e\x7d\xf1\x1c\x39\xed\xb3\xb7\x34\x63\xf6\xca\xcb\x7c\xf7\xee\xe2\x81\x05\xf5\xf6\xd7\xae\x1f\xf3\xbe\x2d\x25\x37\xbe\x76\x15\xcb\xbe\xb7\x22\x50\xd7\xee\xc2\x93\xee\xb1\xc6\x59\xe5\xee\xf4\x3d\x75\xff\xfa\x72\xa9\xfd\xb6\xff\xe1\xc0\x90\x64\xbe\x69\x9d\x43\xb4\x8f\x49\xb0\x42\x2a\x64\x96\xda\x30\x25\x8c\xa3\x2f\x26\x3d\xb2\x5e\x8a\x4b\x45\xbf\x8a\x17\xb7\x9a\x8b\xa3\xc1\x58\xc6\xf0\x5a\x8e\xc5\xb6\x61\xa8\x91\x1a\x00\x26\x37\xee\x4e\xd3\x35\x02\x38\xe3\xef\x2c\x9d\x94\x03\x08\xf6\xb9\x29\x4b\xbb\x09\x90\x34\xc8\xe0\x4f\xfb\x04\xa0\x64\x72\x27\x3f\x0d\x0d\x40\xe3\xa3\x2b\xcd\x47\xab\x00\x7a\x03\xe9\x69\x4e\xc4\x01\x8c\x46\x31\x5f\xba\x2a\x00\xf0\xb9\x89\xf5\x08\x13\x17\xc0\x82\xf7\xc3\xfb\x8f\x86\x21\x0e\xf1\x95\xb7\x41\xee\x30\xa5\x9b\xf8\x59\x70\xc1\xec\x25\x71\x37\x66\x40\xdc\x31\xbc\x66\x2d\x64\x63\x5a\x9e\xab\xb0\x7c\xc2\x75\xa9\x43\xe7\x4e\xd3\x66\xbb\xcc\x6c\xae\xed\xe1\x57\x11\x99\x97\x3e\x1f\x08\xbb\x3f\xde\x1a\x38\x31\x51\xde\x9d\x32\x75\xd5\xf5\xd0\xe4\x9d\x0f\x5f\xc6\x35\x5c\x76\xf5\x56\x7e\x6b\x7e\x6d\xed\xbc\xda\x5c\xf8\xf3\x46\x8f\x83\x23\x5b\x9d\xe6\xaf\xb2\xd6\x16\x87\xa6\xca\x93\xcb\xd7\x1a\xee\x3a\xec\x2c\x41\xac\x50\x6b\x82\xec\x2c\x0a\x2d\xd7\x79\xca\x1f\xd9\x3c\x2f\x18\xdb\x48\x2c\x02\x9b\xae\xec\x46\x04\x31\x4f\xc5\xba\x25\xb3\x13\x49\x9f\x75\xda\x8a\x31\x63\x0c\x25\x95\xea\x61\x79\x2b\x6d\x09\x2d\x95\xf8\xc8\x42\x39\xd5\x05\x73\x34\xb6\xcb\x5c\x2a\xb5\x05\x13\x1a\xed\x6e\x2e\x9b\x48\xc5\x4a\x86\x37\x01\x98\x95\xb3\x4c\xd0\x59\x03\xb8\x62\x6e\xd9\x1c\x1f\x07\x08\x7f\xb0\x93\xee\x3f\x73\x67\xdc\xde\xb5\xef\x9f\xb9\x6f\xfb\xcb\xad\xff\x73\x47\x5b\x68\x82\xff\x27\xef\x3a\xb0\xe3\xee\xff\x78\x00\xe2\xcc\x9a\xd7\x76\x00\xa0\xe3\xd8\x15\xee\x5d\x05\x32\x75\x17\xf7\x47\xf1\x5e\x4a\x15\xb1\x5b\xe8\x84\x79\xce\x06\x09\x3b\x2e\x8e\x0c\x7a\xff\xb9\x1e\xc9\xa5\x38\x92\xc5\xf2\xf2\xee\xda\xb0\x1e\x67\xd5\xb7\x6a\xf3\x45\x35\xdb\xb2\xb6\x37\xf1\xce\x3f\xe2\x82\x79\x5f\x3f\xf6\x69\xfd\x96\x50\xdf\x39\xf2\x78\xdb\x03\xb1\x7e\xfd\xc1\xe2\x7b\x58\x7f\xa2\x55\xc9\x00\x79\xde\xae\x23\xd1\x4a\xe5\x45\xc1\xe2\xc9\x16\x1e\x2b\xaf\x16\xfc\x72\x45\xbd\xb1\xd5\x9e\x67\x46\xab\x4d\xd5\xd7\x2d\xde\x3d\x0d\x5c\xa7\x94\xb8\x5b\x74\x55\xf8\x21\xe8\x0b\x26\xcc\x05\x4a\xdf\x6d\xbe\xcb\x9a\x37\xf3\x2a\xd2\x45\x5d\x4d\xfd\x60\x4a\x2c\x38\x80\xc2\x26\xe9\x99\x32\xe5\xfd\x40\x57\xc6\xf3\x9a\x56\x66\x35\x60\xa4\x63\x2c\x4d\x5e\x65\x5a\x62\x77\x46\x2c\x1a\x1b\xa7\x7f\xc2\x62\x82\x7f\x01\x58\xed\xb8\x81\x38\x32\x0e\xe0\xf5\x93\xbe\xf0\x88\x2f\x40\xcc\xf7\xad\x79\xb7\xbd\xa0\x67\xa1\x34\x2d\xff\x97\x07\x31\x87\xde\x22\x26\xf9\x7a\xee\xf1\x4d\x00\x80\xbb\x13\x8c\xc7\x00\x49\x41\xf3\xec\x91\x70\xde\x0c\x22\x52\x85\x3a\xcd\xf4\x67\xf6\xe1\x7c\xa4\x2e\x04\xf0\x0c\x77\xa3\x5d\x95\xcd\x13\xb3\x9b\x66\x36\x3e\x19\xfc\x2c\xdd\x5b\xb8\x7f\x35\xc4\x36\xac\x6e\x3a\x8a\x6d\x41\x20\x60\xa5\x7b\xc1\x73\x71\x8e\xa5\x62\xf7\x4b\x79\xf3\x81\x59\xda\x6f\xd3\xaf\x82\x8c\x8c\xe7\xdf\xfc\x5c\xee\x32\x30\x7c\xfb\x55\xe1\xd7\xc1\x56\x5d\x23\xf4\xd8\xa3\xe5\x73\xf5\x5f\x8c\x27\x5f\xdd\x58\xbd\x5f\xdd\x6f\x62\xd9\xb9\xbe\xd6\x51\x5e\x6d\x8c\x6f\xc9\xde\x78\x51\x18\x6f\xcc\xde\x40\xbf\x69\x91\x3d\x6f\x5c\x56\x13\x87\x7c\x94\x79\xc8\x98\xa1\xca\x1f\xc5\x97\xba\xc3\xc8\xbf\x3c\x17\x2d\x98\xd0\x69\x14\x5f\xd2\x86\xfe\x10\xf7\xd0\x30\xa5\xf0\x15\x66\x33\x62\xd1\xd0\x3d\xff\x21\xd6\x27\xec\x8e\xa1\x4e\x2e\x1f\x76\x21\x64\x0f\x80\xdd\x1c\x03\xed\x61\x75\x00\x7f\xb5\x9d\x57\xff\x33\x57\xa2\xfb\xef\xdc\x97\x6b\x8b\x6d\x26\xbf\x3d\x88\x9a\x7f\xe7\x9e\x7f\x7c\x18\xb8\x80\xd9\xab\xfc\x1f\xb2\xbe\xbc\x5d\x80\x34\xa0\xf4\xf3\xbc\x93\x7a\x39\xab\x4d\xea\x14\x3e\x68\x30\xff\x8e\x85\x70\x50\x6a\xc9\x3d\xb8\x6b\x0d\xb3\xa1\x2a\x1e\x2d\x53\x7d\x0c\x19\x6b\xf8\x28\xbb\x24\xc3\x66\x23\xc2\xb6\xb2\xfc\x4e\xc8\xf1\xd5\x3e\xef\x2f\x75\x6f\xdd\xc6\x96\xdb\x72\xb8\x9a\xda\x2d\xae\x2e\x9e\x1b\xb2\x6d\x0b\xd1\xbf\xbf\xc8\xb5\xe0\xf6\xfc\x92\xb6\xdf\x0a\xed\x92\xc7\x33\x3a\x1d\xdd\x19\xf5\x15\xab\xa7\xe9\x7a\x4c\x13\xc9\xab\x1f\x2a\x79\xf5\xce\x0d\xd9\x6c\x38\x14\xd6\xe8\x1d\x7a\x29\xbf\x79\x3b\x67\xaf\xde\x62\x47\x27\xf2\x68\x06\x41\x2f\xaf\x55\x1f\xf5\x20\x25\x56\x8f\xb6\x51\x12\x6d\x12\x1f\xa5\xb7\x50\xdb\x86\x9e\x88\x7d\xa9\x97\x5f\x3d\x84\x89\x89\xb2\xd0\xd7\xaa\x60\xc2\x4c\x47\x1e\xd5\xd3\x2e\xcd\xc6\x8e\x87\x9c\xd4\xbb\x56\xbc\x81\xe3\x0c\x5c\x01\x70\x66\xba\xfa\xe2\xa0\x08\x40\xe8\xef\x1c\x63\x3b\xf7\xdd\xce\xfb\x7a\x59\xff\xbd\x0f\x16\xf9\xff\x95\x7f\x03\xc0\xe5\xb4\x03\xe3\xd8\xfb\x80\x65\x75\x67\x4a\x9b\x23\x52\x0f\xf0\x14\x88\xcf\x4d\xfc\x20\xdf\x10\xb9\xa8\x8b\x7f\x59\x48\x20\xcb\x98\x3a\x8e\xd4\x1b\xe2\x46\xd5\x92\x03\x07\xf3\x7a\x31\x5a\x86\xbf\xe2\x51\xf1\x5d\xc8\x04\x5b\xc3\x9c\x5c\x3f\x1c\x42\xd9\x2b\xae\xf4\x90\xcb\xc9\x75\x7c\x0a\xb9\xf2\xb6\x79\xc8\x5a\x7b\xeb\x44\xf5\x77\x9d\xf7\xab\xcc\x33\x17\x6b\x93\xd5\x11\x6b\x13\xab\xc6\x95\xb7\xd5\xd2\xd7\xbf\xaf\xf9\x95\x7e\x50\x7b\x36\x7f\x79\x23\x22\xff\xab\x86\xe8\x54\x17\x62\x3c\x87\x4e\x93\xeb\xed\xcc\x66\x47\xe6\x39\xcd\xa6\xc1\xdb\x48\x7c\x4a\x96\xe6\xd7\xde\x2e\xf4\xd5\x78\x9c\x16\x43\x97\x14\x7a\x38\x96\x5e\x73\xf4\xb9\x0e\xe6\x47\xc4\x29\xad\x83\xcd\x67\xb0\x0a\xa1\x54\xad\xa5\x67\x96\x58\x9f\x50\x51\xad\x95\x9a\x5e\xdc\xd9\xa0\xab\x9a\xb7\xab\x29\xf8\xbb\xde\x03\x00\x1e\x96\x5b\x73\x6d\x9f\x87\x42\xc4\x16\x5b\x93\xff\xbd\x0f\x66\x6e\xff\x5f\xf9\x37\x9e\x1f\xe0\x5a\xfd\x31\xb5\x5f\x4d\xb0\x7a\x6f\x9e\x89\xfe\x03\x89\x1a\xca\x9d\x2f\x54\xd7\xaf\x45\xfe\x2c\x52\xa1\xde\xd7\x62\x42\xba\x2e\xb3\x62\xe9\x5b\xf6\x86\x20\xa0\xf6\xd3\x73\x5f\xda\x49\xdc\x75\x23\xd1\xf0\x23\x11\x8f\x30\xd6\x36\x0c\x09\x7a\xde\xbb\x50\x4c\x1e\xf5\x59\xc9\x8e\x9c\xc8\x23\x09\x89\x79\xcf\xcd\xd9\x36\xbd\xab\x12\x0a\x4e\xeb\x5a\x22\x98\x47\xd3\x8a\x79\x54\x93\x37\x2a\xd7\x55\x8a\xef\x29\xdb\x6e\x2a\x23\xce\xe6\xb2\x28\xc1\x66\x05\xc2\x31\x7b\x4e\x59\x72\x91\x65\x73\x23\x6d\x4e\xc5\xe8\xab\x39\x92\x9c\x2c\xa3\xda\x3e\x11\x85\x4a\x4d\x94\x50\x3d\x3c\x66\x88\x46\x45\x6b\xa9\xd2\x0f\x46\x61\x3e\x85\x0b\xaa\xd6\xf7\x29\x60\xb5\x42\xd6\x54\x8f\xbf\x90\xc1\x49\xfb\xaf\xab\x0a\x75\x30\xe3\x86\x7d\x45\xd4\xdc\x5a\x5c\x71\xb3\x3e\x54\xd5\xe2\xe6\x0f\x78\x0d\x2f\x06\x80\x80\xdf\xe7\x60\xdb\x87\xa9\xde\xb7\xc5\x9e\x8f\xff\xf6\xe3\x7e\xe7\x3d\xdb\xf3\xf7\x6c\xe5\x39\x73\xbb\x00\x76\x1c\xa3\xa1\xf9\xf4\x01\x3e\xb3\x06\x30\xef\x1f\x66\xa3\x36\xf0\x9c\x16\x88\x6f\xcf\xa3\xb8\x8a\x24\x29\x86\x3d\x5d\x26\xcd\xcb\x5a\x18\xcb\xe6\x14\x10\xd3\xd4\x6f\xdb\x57\xc6\xa5\xe0\x3f\x1b\x36\xf8\xcc\x6e\xfb\x0f\x6e\xf6\xd8\xd3\x6e\xb7\x62\xe5\xed\x2c\x31\x12\x91\xef\x12\x99\x4c\x8d\xd1\x4d\x85\xf6\xc9\xdc\xba\x9a\xa8\x8e\xce\x98\x34\x7d\x55\x15\x94\xdd\x74\x7f\x2a\x61\xdb\x7f\x50\xd8\x83\x5a\x45\x7e\x48\x72\x90\x9b\x43\xf7\xa2\x9e\xc7\xc5\xc9\x4d\xaf\x6b\xa3\x8b\xa2\x86\x14\xce\xfd\xe4\xc1\xf0\x45\x64\x28\x28\x7f\xb9\x89\xa5\x0b\x99\x56\xf0\x9e\xbc\x8e\x5d\x09\x78\xae\xc8\x3a\x2a\x86\x8b\xf6\xcd\x53\xba\x35\x08\x38\x57\x3f\x0d\x45\x93\x57\x27\xf1\xee\x1e\x8e\x4a\x2f\x5f\xcc\xe0\x35\x3c\x03\x94\x4f\x76\x2c\xe2\x1b\xdd\x5d\xff\xfa\x30\xdb\xf7\xe2\xf6\x3e\x78\xf3\x7b\x5d\x7e\xfe\x5e\x07\xb8\xff\xaf\xfc\x7b\xe5\xb7\x07\x61\x0d\x40\xef\x7d\x52\x6b\xf4\x22\x7c\x66\xa3\x61\xea\xea\x3e\x4b\x7d\xce\x3b\x2b\xf0\xba\xae\x86\x7a\x5e\x18\x23\x89\x2d\xd2\x20\xa7\xc8\xf1\xe9\x5e\x4d\xe1\x20\xc5\xa9\xcb\x99\x7f\x09\x17\x27\xd2\x19\x36\xb8\x24\x7a\x33\x12\xae\x59\x29\x79\x7b\xfe\x2f\xff\x21\x1f\xfb\x26\xf3\x78\xe4\xa9\x6d\xff\x41\xad\x02\x53\x3c\xf8\x26\xe6\x93\xc2\x3b\x8c\xce\x5c\x50\x4c\xc6\xb6\xff\x20\x3d\x86\x45\x60\xf7\x07\xf3\x4a\x87\xe2\xae\x63\x1f\x07\xd1\x4b\x4b\xa3\xf2\xb0\x3d\xfe\x91\x32\xee\x8b\x5f\x70\x87\xfd\xf2\x65\x62\xbe\xa3\x71\x08\x4f\x9c\xac\xd3\xe7\x8f\x38\x82\xd7\x39\xb9\xeb\xef\x9b\xf1\x86\x1e\x3b\xe4\xe6\xdf\xc8\xe2\x33\xdc\xc8\x72\xb9\x43\x21\x04\x06\xe7\x3c\x39\x6a\x7f\x36\xc1\xd0\x89\xe5\xef\xbd\xb8\xbd\x0f\xb6\xdf\x0b\xdb\xb9\xe7\x3f\xce\x41\xc8\x3f\xf2\xef\xcf\x5b\x1c\x7c\xb2\xc5\x9e\xbb\xb0\xc6\x4a\xbd\xb5\xd2\xd0\x0f\x0c\x3c\x1f\xb8\xc5\xcb\xb8\xa9\xea\x22\x78\xf1\xf3\x99\xa6\x94\x73\xf2\xbb\xd5\xf1\xb1\xd7\xc9\xb7\xd4\xe7\x8d\x22\x03\x19\x49\xa1\xfa\x65\x16\x13\xee\x23\x44\x7f\xf3\xaf\x8e\x7e\xf6\xec\x84\x71\xc7\xcb\x6e\xcf\xb6\xfd\x07\xc3\xf7\x04\xc1\xc4\x60\x2f\x07\xed\x59\xbc\x77\xd9\x3d\xbf\x36\xb5\x3c\xdc\x87\xf6\x8f\x81\x15\x0a\x95\xb8\xce\xf7\xfe\x01\xc3\x32\x6f\x71\x5a\xcb\x98\xc0\xe8\x3f\xfe\x83\x2f\xde\x19\x57\xec\x75\x6d\xdb\x7f\x90\xa4\xc1\xdb\xe3\xc8\x1e\x07\x25\x7e\xac\x7d\xc6\x7f\x70\x7e\x22\x69\x31\xcf\x49\xb8\xef\x68\x28\x19\x35\x63\x43\x08\xb4\x0f\x97\xb2\xfb\xf4\x99\x90\x63\xcf\x21\x55\x37\xc1\x46\x20\xd8\x60\xa5\x0f\xbf\x15\x20\xde\xb4\x9e\xfd\xbb\x0f\x9e\x4b\xfc\xf6\x40\x2e\x6f\x71\xd5\xe4\x9f\xf9\xf7\x26\xe2\xdf\xf9\xf7\xa8\xd2\x16\x5f\x32\x00\xd0\x7b\x9d\x7c\xd8\xbc\x0f\x56\xd9\x75\x6e\xdf\xae\xa4\x07\x05\xde\x87\x1c\xc6\x39\x63\xd4\x0e\x91\x11\xa1\xf8\x84\x6e\xca\xb4\x2c\x55\xfe\x54\x58\x31\x99\xaa\x36\xa0\x49\xf4\xb6\x22\xdf\xd7\x8f\x35\x8a\x75\x92\x23\x55\x99\xa9\x99\x67\x6c\xfb\x0f\x66\xc6\xc4\x0f\xde\xcb\x76\x14\x83\xaf\x44\xab\xe8\x70\xa7\x2b\x5a\x3f\x88\x0f\x72\xcc\x9d\xb9\xd4\xe8\x08\x43\x35\x3f\x5d\xbd\x15\x1f\x10\x2a\x5e\xcc\xb8\xea\xcb\xa6\x11\xf6\x7e\x48\xf2\x70\x96\x62\xc7\xc3\xf2\xb8\xbb\xa6\x38\x86\x60\x88\xcf\x77\x46\x88\xcd\x13\x28\x04\x11\xfb\x6c\x31\x41\xa2\x2a\xa1\xc8\x76\xa7\xa8\x39\xf1\x35\xf1\x82\x65\xac\xa8\x18\xa6\x9e\x68\x60\xde\x2f\x46\xbb\x9a\x46\xb4\xb0\x38\x2c\x26\x3a\xd7\x4b\xec\x34\x5d\x14\x4b\xff\x71\x97\xf8\xc6\x34\x45\x6c\xea\x0b\x07\x11\x4c\x14\x00\xaa\x8f\x6e\xcd\xfb\x2a\xea\xf7\x7d\x68\xf2\xcf\x73\x40\xc0\xfc\xce\xbf\xf3\xfe\x2b\xff\x2e\xd8\x62\x0b\x1b\x00\x63\xc2\x69\xc1\xaa\x0f\x00\xac\x28\x86\xba\x7c\x0f\x28\xe6\xce\x60\x5d\x4a\xb1\xa3\x52\x9e\x9c\xe3\xcb\x8b\x04\xaa\xbd\x8c\x8d\xf8\x65\xbf\x14\x4a\x92\x1a\x4e\x59\xcc\x55\x8a\x72\x54\x8f\x47\x33\xc2\xf6\x1d\x59\xda\xf4\x8b\x61\xd0\x1f\xff\xe1\x00\xa9\xde\x73\xc6\x3c\x4b\x5f\x81\x64\x1f\xd6\x6e\xf9\x5a\x13\x41\x32\x4d\xf1\xb5\x1c\x50\xbd\x40\xba\x54\xb2\x6a\x1d\xb7\xed\x3f\xc8\x76\x13\xdd\xfb\xc7\xed\x50\x52\xaa\x44\xe6\xe9\x47\xf6\xc4\xff\xf6\x1f\x9e\xec\x23\x39\x13\xdf\x1b\x93\xb7\xbd\x07\x91\xfd\xa4\x45\x92\xac\xc1\x4e\xe1\x32\x32\x1d\xc9\x4b\x2f\x44\xf8\x05\x2a\x97\x54\xa8\x1b\x2d\x82\x5b\x59\x23\x19\x18\x5c\x15\x31\x5f\xe0\x24\x8d\xeb\x04\xfc\xf5\x81\xb6\x3d\x90\xdf\x5e\xdc\x6f\xff\xe9\xd7\xd5\xdf\x1e\x54\xcd\xbf\xf3\xef\x36\x09\x80\xab\x1c\xc7\xe2\x8a\x4f\x00\xd0\x3c\xa0\xa1\x29\x7c\x05\xc0\x7e\x99\x41\x3d\xcd\x1e\x6a\x78\x25\x59\x15\x62\xc5\x80\x53\x84\xc4\x9d\x1b\xa4\x44\x7d\x29\x13\x2c\x4c\xef\xb5\x87\x7a\x45\x95\x4f\xe6\x94\xc3\x5d\xca\xa0\xce\x2d\x85\x42\x4b\x0c\x45\xd8\xa8\x52\x0d\xcc\x58\xc9\x63\x56\xa6\x3a\x3c\x86\x89\xe4\x2a\xd7\x00\xbd\x3d\x3a\x65\xe4\x98\xc0\x71\x7d\x6e\x4d\x4f\xf2\x83\xd8\x40\xa3\x28\x15\x65\x32\x6b\x76\xad\x11\xbb\x42\x37\xe9\x7b\x55\x8c\x49\xb0\xdc\x19\x52\x52\x6b\x86\x59\xb0\xe4\x2c\x29\x73\x88\xd5\x94\x55\x7c\x8a\xe4\xf9\xf1\x82\x69\xa4\xa8\x20\xc9\x70\x35\xdc\xf4\xa1\xc8\x3c\x29\x98\x38\x67\xec\x24\x9c\x43\x3e\x43\xf2\xd7\xd3\xf9\x5f\xde\xc3\x57\xca\x6d\x72\xb1\xf2\x7b\x81\x05\xe2\x1e\x72\x89\xf2\xa4\xe0\x75\x94\x35\xb9\x58\x85\xf6\xaf\x07\xf2\x0f\x2f\x8e\x86\x86\x66\xcd\xf7\xdf\x1e\x4c\xbf\xdd\x16\x9b\xc6\x01\xfe\xf3\x9d\x5d\xe6\xb0\xf5\x5c\x74\x1a\x80\x81\x9f\xae\x3e\x83\x07\xe0\xde\xa9\xcb\x27\xe2\x62\x00\xc9\xd5\x7c\x3b\x36\x54\x03\xa2\x85\xd5\xee\xa3\xbd\x7b\xe1\x9e\x54\x22\x4f\xa3\xf3\x27\x6a\x81\x72\xfd\x13\x5f\x1b\x46\xea\x19\xed\x49\x19\x3b\xd3\xd7\x94\x29\x83\x69\xf9\x28\x23\x47\x4a\xab\x99\x81\xa2\x8a\xfe\x11\x8a\x8d\x63\x96\xaa\x81\xf6\x49\x0a\xbb\x6f\xb1\xc6\x03\xf5\x44\xca\xde\x88\x40\xad\xe3\xca\x43\xe4\xc9\xd4\x9b\xda\x6f\xe4\x57\xc9\x6b\xf9\xb2\x5a\xba\x32\x24\x72\x45\xcd\x7e\x9d\x08\x29\x26\xb2\x47\xfb\x98\x6e\x8b\xf8\x45\xb2\xfe\xf0\x57\xdd\x3e\x51\x15\x32\xdb\x67\x56\xbd\xd7\x22\xec\x64\x95\xc5\xef\x3a\xcd\x42\x6b\x64\x0b\x82\x80\xb6\x99\xe0\x2a\xf9\x15\x99\x5b\xfd\xad\x00\x23\xc5\x8c\xfc\x4b\x91\xf5\xbf\xbd\x87\xc7\x53\xd4\x8b\x94\x0a\xc9\xc3\x7f\xbf\x0f\xff\x6f\x0f\x66\x28\x75\x8b\xcf\x7b\xb7\x58\x71\x79\x8b\xd9\xbf\xcf\x47\xa6\x29\x00\x43\x2e\x1d\x7d\x82\x1f\x00\xeb\xfe\x4b\xa1\x11\x47\x81\xc8\x3d\x74\xab\xd7\xef\x39\xf4\x08\x31\xdc\x3b\xe7\x96\x09\x46\x92\x08\x8e\x1a\xbb\x11\xea\x8a\x12\x42\x20\xde\x62\x07\xf5\xa9\x46\x9a\x88\xaf\x91\x00\x95\x5d\xff\xbb\x54\x8c\xbe\x10\x55\xd0\x44\x4c\x12\xaf\x2b\x4c\x21\xd9\xde\x96\xbb\xa9\x69\x43\x59\x70\xbf\x28\xef\xa1\xe6\x41\x79\x1a\x38\xa1\x64\xa4\xd4\x45\xb1\x8d\xb7\x53\x65\x90\x4f\xa2\x24\xa6\x09\x29\x73\xc8\x4e\x50\xf6\x97\x78\x6a\xa0\xa4\x34\x29\x8c\xb5\xbf\xd4\xcf\x8b\x33\x52\x98\x3b\x5e\xa9\x31\x8b\x5a\x93\xb1\x83\xbe\xea\x2f\xb7\xfd\x07\x21\x0a\xf9\xc3\x7c\xad\x7a\xaf\xa0\x3e\x85\x61\xfd\xb1\x0a\x17\x3f\x9e\xe2\x4a\xc6\x29\xc4\xf0\xd5\x50\xbe\x51\x4c\xa5\xd1\x8f\xad\xa8\xdc\x94\x41\xf1\x1c\x5e\x1d\x6a\x00\xf5\xd4\x93\xf3\xdb\xe7\x60\xdb\x83\xf9\x79\x60\x8b\x6f\x7e\xfc\xf6\xa0\x7e\xef\x83\xa7\x6f\x7e\xfb\x2f\xe8\x2d\x66\x1d\x03\x38\xff\x69\x1f\x47\x08\xff\xd6\x73\xe4\x00\x00\x5b\xfb\xa5\xf5\x40\x1e\x00\xce\x31\xfa\x59\x77\x43\x58\x13\x3c\xce\x64\xef\xc0\x0b\x25\x12\x0a\x6c\x9f\x2c\xd9\x40\x51\x41\x9e\xf3\xad\x49\x35\x75\x55\xdd\x53\x80\x45\x9f\x4c\xcd\xd3\xdd\x2b\x42\xd0\xdb\x43\x8d\x32\x64\x17\x35\xd1\xea\xa4\x5a\x59\x0d\x8a\x7f\x54\x0b\xa2\x7a\x3a\x73\x8a\x3f\x54\xe1\xa3\x8a\xf9\xb4\x49\x3d\x56\x60\xa0\x4a\x87\x1f\x90\x9c\x91\x97\xa2\x20\x12\x02\xe4\xca\x65\x77\x51\xfa\xb2\x92\x15\xa2\x24\x09\x94\x97\x25\x43\x0a\x37\xc5\x6f\x53\xda\xeb\x0f\xc9\x93\x9e\x0c\x53\x3a\xda\x45\xe5\x2d\x44\xcc\x29\x5e\xaf\x5b\x14\x3f\x09\xd6\x50\x7a\xc6\x43\xe4\x68\x05\xfc\x28\x75\xdf\x93\xe4\xcc\xf9\x59\x29\x6f\x56\xe6\x64\x9a\xf9\xef\x51\x9a\x89\xb5\xb2\x3d\xbf\xd7\x21\x9b\xf7\x20\x35\x85\xca\x24\x72\x04\x80\xf5\x96\x08\xfd\x91\x43\x00\x3c\x0c\x82\xd3\x74\x39\x00\xa2\x82\x4f\x8c\xcf\x8f\xff\x6f\x1f\x44\x87\x43\xc6\xfd\x4e\x37\x80\x41\x9b\x22\xf7\x43\x45\x00\x13\x2e\x55\x2a\x5f\x10\x34\x9a\x5e\xd2\xb9\x22\x71\x1a\xc4\x8c\xb9\x0c\x17\x15\xa2\xa9\xcf\x4d\x68\x2d\x1d\xb4\xa6\xa8\x5c\x86\xa2\x6e\x0d\xc6\x8f\x28\x21\x06\x6c\x81\xee\x36\xa1\xe4\x09\x9d\xef\x09\x1a\x2e\x2a\x64\x56\xcd\x8f\xb9\xcb\x5e\xf6\x24\x82\x5a\x4f\x85\x8d\xcf\x25\x52\xb4\x4a\x55\x83\xa6\x7f\xc8\x1f\x0f\xe4\x8b\x7c\xcd\x90\x6c\xc8\x71\xa2\x83\xcc\xc8\xa7\xb1\x30\xeb\x3f\x1e\xc8\x7f\x79\x0f\xa4\x93\x62\x33\x58\x85\x00\x2e\x6c\xb4\x98\x37\xee\x81\x77\xca\x4a\xa8\x38\x02\xa7\xe3\xed\xf7\x33\x5a\x72\x37\x2e\xcb\xab\x71\x7a\x9f\x54\x30\xae\xd3\x2b\x71\x02\xa4\xef\xe1\xe9\x3d\x52\x46\x99\x64\x02\xf0\xf6\xee\x92\x03\xc5\x32\x73\x78\xac\x8b\x60\xaf\x87\x1c\x07\x9e\xe2\xe2\xd1\x35\x22\xa7\x4e\x30\x75\xfc\x09\xf0\x80\x2c\x7c\xfd\x98\xe5\x5f\x0f\x62\x7b\x1d\xe4\xeb\x9e\xa4\x5f\xd9\x01\xa0\xb9\x5f\x5c\x8e\x31\x06\x40\xef\xb2\xcc\xfa\x5d\x55\x00\xa3\x76\xf9\xce\x07\x19\x00\x66\x27\x54\xe8\x1f\x1f\x85\x69\x8b\x59\x0d\xf3\x27\x54\x60\xb6\xb8\x64\xf0\x4c\x99\x99\xea\x6e\x7e\xc3\x0c\xa3\x67\x4b\x59\x34\xe9\x72\x66\x37\x7f\x44\x51\x31\x64\x0c\x94\xb3\x6b\x27\x2b\xeb\xdf\x8d\xbf\xee\x29\x43\xc2\x69\xef\xc9\x29\xf5\x09\x23\x71\x68\x10\x2a\x68\x83\x0a\x89\x2d\x6a\x6d\x0d\x32\x61\x0f\x88\xfe\xca\xc1\xdd\x4c\xe1\x4a\x84\x5f\x0a\xed\xa3\x2e\x51\x08\x42\x93\x6c\xfa\xf4\x74\x74\x10\xc1\x5f\xaa\x77\x25\x35\xe6\x34\x61\x58\xe2\x17\xda\x2b\xb2\xfa\x8f\x0f\xf3\x9b\x88\x26\x09\x1f\x2c\x5f\xa0\xdd\x5c\xb8\x14\x1f\x36\x2d\xc0\xff\x2b\x5e\x5a\x08\x3b\xe1\x5f\xf7\xe1\x81\xcc\x65\x9c\xb9\x0f\x71\xcc\x46\xf6\x12\x6e\xd0\x9b\x7b\x30\x4f\xce\x15\xf7\xcd\xfb\x5e\xdf\x51\x79\x2e\xfc\x13\xcf\xb3\x5d\x0a\x0a\x07\xf1\x4f\xdd\xbe\x3f\x1f\x56\x60\x22\x3c\x76\x36\x03\x78\x70\x58\xd0\xe3\x68\x1c\x80\xc0\x03\x61\xfe\xd3\xb7\x00\x24\x5a\x44\x1e\x5e\x78\x08\xa0\x88\x7b\xa2\x76\xe5\x19\x80\x86\xa8\x84\xf3\x0d\x5d\x00\xe3\x30\xc9\x05\x96\x1c\x00\xb3\x12\xd9\x0b\xf7\x9d\x00\xac\x1d\x95\x35\xf8\x9b\x60\xc6\x3a\x4a\xfd\xd0\x93\x29\x78\x64\xf5\x56\xff\xb0\x52\x35\xd5\xdd\xe2\x89\x99\xa8\x5e\x30\x65\xd0\xcc\xd3\x81\x6c\x91\x49\xc6\x18\x4f\xf9\xad\x38\xbd\x22\x7d\x34\x54\x8b\xfd\xe2\x3b\x4a\x0a\xd1\x55\xcb\xa2\x0b\xf0\x24\xa6\x69\xcd\x96\xd3\x87\x27\x12\x95\xd5\x4b\x1a\x1e\x45\x5e\x24\x0c\xaa\x44\xbe\x28\x8f\xd1\x27\x68\x2b\xe6\x8c\xf6\xc7\x25\xe3\x5f\xcb\x79\x7e\x93\x4e\x34\xc1\xcb\x49\x2b\x23\xd6\x92\xb9\x09\x9a\x92\xf1\xa8\x4f\x31\xc5\xdb\xfb\x02\xad\x28\x69\x89\xfe\x1c\x21\xb5\x6c\x24\x15\x8c\x71\x0f\xdb\xf5\xfd\xb5\xcc\x13\xcc\x9b\xd0\x0b\x7f\xfa\x50\x18\xe4\x94\xb1\xaf\x03\x28\xaf\xab\xe4\xdf\xe0\xf8\xfd\x48\x7d\x5f\x14\xd8\x70\x05\xbe\x3b\xba\xec\x15\xe6\xf1\x8f\x3d\x5b\x9e\xc7\x29\x59\xe3\x39\xbc\x1e\x35\xad\x2b\x79\xe2\xdb\xdd\xaf\x00\x70\xaa\x0a\x90\x8f\x0f\x00\x08\xe4\xf3\xa3\x4f\x71\x02\x48\xed\x13\x1a\x3f\x9f\x0f\xa0\x8c\x12\x3d\x7e\xed\x36\x80\x5e\xe6\x93\x9f\x8c\x09\x00\x26\x20\xa1\x7d\x27\x08\xc0\x7a\x46\x66\xec\x11\x33\x80\xad\xbd\x02\xf1\xb1\x21\x4c\xdb\x27\xa9\x3e\x17\x1d\x06\x36\xfb\x52\xdd\x03\xca\x8e\x54\x15\x6b\x59\xd3\x16\x83\x91\x3f\xfd\x28\xbd\x66\x07\xbd\x51\x2e\xbd\xa4\x3c\xa3\xcf\xd1\x48\xff\x46\x22\x59\xff\x4c\xa6\x6d\xc8\x57\xe2\x5d\x1d\xc6\x32\xad\xa8\x2c\xc2\x94\x86\x66\xe3\xe3\x98\x40\xc2\x39\xd5\x86\x9e\x0b\x09\x3f\xf0\xcb\x8a\x8e\xef\x84\x13\x05\x70\xe3\x72\x91\x3f\x37\xd3\xda\xff\x78\x0f\x4b\x52\x8f\x50\x5c\xf1\x1e\x7f\xfa\x50\x82\xa5\xac\xd0\x61\x51\x4c\xdb\x7d\x28\xd3\xe7\x64\x57\x31\xda\xe1\xaf\xde\x51\xe5\x17\x30\x49\xe1\x7a\xc3\x86\x0a\x7b\xb0\x95\x41\x74\x2f\xab\x94\x58\xb0\xb5\x41\x91\x5d\xb2\x4a\x99\x38\x1d\xff\x13\x6d\xb4\xca\xa2\xb8\x46\x5f\xb5\xc6\x9b\x2a\x67\xf1\xfc\x5e\x96\xb5\xa5\xaa\x4a\x78\x7d\xcf\x79\x00\x6e\x11\xbe\x42\x5a\x71\x00\x21\x0d\xfe\x5b\xa7\x78\xff\xf6\xa3\xa8\x73\x0b\xea\x5f\xe6\x01\xd0\x1f\x17\x8d\xbb\x31\x01\x60\x11\x2e\xf1\xe0\x2e\x3d\x80\x6d\xa3\x54\xdb\x03\x59\x00\xe7\x5d\xb2\x13\xbc\xcc\x7f\xbc\x18\x2e\xd7\x93\x5a\x66\xca\x8a\x54\x4d\x47\x46\xa3\x7e\x03\xa0\xc8\x59\x8f\x59\x0b\xdb\xce\x93\xef\x5a\x96\x7b\x9e\xf5\xd2\x25\x52\xcd\xf2\xc3\x9b\x43\xe6\x88\xe7\x0d\x87\x33\x34\xa2\xbd\x08\x91\xba\xd5\x65\x67\xe2\x77\x10\xee\x68\xba\x36\xd1\x24\x6c\xfc\xe9\x45\xe1\x53\xce\x1c\xef\xcc\x7a\x83\xbb\x2f\x97\xfd\xeb\x41\x26\x0a\x27\x2f\xe3\x85\x40\x66\x4c\x6e\xfb\x30\x98\x0e\x29\x04\xea\x40\x42\xc8\x76\x1f\xca\xd7\x66\xf9\x23\x28\x74\x9c\xd4\xbb\x22\xc5\x7a\xb4\x6a\xac\xc3\x90\xb0\xd2\x0c\x9a\x1a\xf5\xb5\x6f\x43\xd9\x13\x53\x12\x0e\x5d\x2d\x2a\x26\x58\xe1\xd0\x87\xed\xfb\x55\x48\xd8\xac\xe0\xf4\xc6\x00\x35\x01\xdc\xb9\x40\xe9\xda\x4a\xb5\x28\xdc\xb0\x6f\x70\xd9\x17\xcd\x42\x5c\x85\xdf\x5b\x00\xee\x1a\x5e\x24\xed\xe9\xff\x1f\x0f\xa2\x5e\x10\x49\x9f\xf9\xb7\x1f\xc5\x61\x40\xe2\x14\xbb\x2a\x80\xfb\x1b\x99\xef\x8f\xdb\xe1\xb3\xe7\xa2\xe2\x4b\xb1\x16\xb8\xef\x59\xa5\x51\xae\x4c\xa6\x8a\xbb\xf8\x1b\x96\x18\x3d\x20\xe3\x1d\x4e\x58\x95\x3b\xe2\x48\xb3\xd6\xee\xee\xa9\xbe\x47\x89\x51\x16\x4e\x61\x7e\x11\xaa\x84\x01\x63\xc3\x34\xf3\xd8\x97\xf8\x69\x7d\xc6\xb2\x1d\xc9\x46\x7f\x7a\x51\x5e\x6b\x60\x5e\x9e\xc8\x45\xff\xe9\x45\xd1\x95\x67\x5a\x67\x2d\x4a\xfd\xe3\xc3\x98\xc9\x68\x6d\x9e\xc8\x50\x59\x95\x94\x5d\xda\x9c\x4b\xa5\xcc\x3c\x52\xd0\x40\x8a\xa4\xea\x4c\x94\x28\x29\xa1\x58\x93\x34\x87\x7f\xa8\xec\x42\xbd\x4f\xb8\xf7\x2a\x57\xf5\x10\xda\x29\xb6\xbf\x7b\xbf\x2a\x06\xc3\x13\xe5\xdd\x9c\xa3\xe1\x8b\x31\x8f\xba\xd3\x48\xab\xbe\x88\x7d\x12\x3a\x57\xd5\xaf\xe5\x8d\xf5\x09\xe5\x29\xaf\xd7\x32\xc0\xd1\x07\x8e\x96\xd8\x6a\xc9\xe0\xfa\xfd\x04\x01\x1e\xd3\x3f\xa6\xa3\xf3\xf9\x9b\xff\x6f\x7b\x10\x3a\x2e\xfc\x8b\x97\xdf\x03\x98\xbd\x11\x0c\x64\x30\x01\xb0\x1f\x15\xaa\xbb\x1d\x05\xe0\x5a\x21\xfe\xe4\xfe\x3b\x00\xcf\x56\x69\xca\xe3\x80\x3f\xfd\x28\x2c\x7e\x34\xea\xa7\x54\x72\xa9\x1a\x5e\xbb\xf4\x1a\x0c\xfd\xc9\xeb\x2e\x2a\x16\x4f\x9d\x32\x49\x52\x0e\x22\x4e\xe7\x02\x57\x88\x0c\x56\xd1\x21\xca\xd1\xc2\xf8\x5e\xb3\xe4\x14\xa5\x14\x6d\xfc\x11\x43\x9b\x12\x9e\x8c\x87\xb8\xa3\xba\x69\x8d\x77\x73\x6f\x60\x06\x35\x97\xfa\x5a\x8a\x5a\xfe\x78\x20\xdb\x3d\x20\x8b\x72\x36\xeb\xa8\x82\x83\xa8\x8b\x72\xca\x1b\x43\xb9\x9a\x3f\x69\x15\xcf\x22\xbe\x66\x65\x7d\xb0\x50\x91\xd9\x3c\x96\xd5\xfb\x66\xaf\x2a\x13\xd2\x26\x8d\xa6\xaf\x5d\xbd\x06\xd9\x9e\xaa\xd7\xdd\xa7\x5e\x8c\xda\x4c\xf0\x6e\xf1\xd3\x98\x47\xe3\x62\x9e\x3c\x7b\xa2\xe5\x80\xb9\x19\x5d\x5b\xdd\xa8\x7d\x14\x43\x0e\x9f\x2c\x37\xd5\x7e\x8d\xf5\x08\xf5\x2b\x7a\xa9\x33\x8f\x9d\x08\x9e\xc8\x57\xd0\x99\xc2\x05\x07\x9c\x02\xe0\xdd\xcd\xbb\x9b\x36\x05\x40\xf2\x1a\xef\xdd\x53\x29\x00\xca\x4b\x3c\x85\x67\xf5\x01\xf4\x05\x78\xba\x2f\xee\x01\xb0\xf6\xe5\x3f\x4a\x9f\x06\xe0\xb4\x2a\x74\x8d\x89\x0b\xc0\x4b\x5f\xb4\xe6\xc1\x0e\x80\x00\x61\x09\x5d\x1e\x7f\xd8\x0c\x5e\x90\xdd\x23\x7a\x0e\xb4\x82\xa4\x94\x27\x15\xbd\xa9\x26\x01\x1e\xda\xb9\x86\x17\xc8\x93\xde\x11\xa6\xa9\xce\x4b\xdb\xfd\x28\x84\x52\xdb\x82\x80\xf8\xb8\x7c\xdc\xa6\x65\x75\x22\x47\xe6\x2d\xec\x0f\x13\x96\xa2\xc1\xbc\x08\x8c\x8d\x01\x7d\xa3\x61\x09\x75\xbb\x17\x05\xed\xa5\x52\xf2\x65\x57\xb9\xd9\x76\x0f\xc8\xf6\x7a\xfc\x32\x54\xf2\x5d\xe7\x2b\xd6\xfa\x34\xa1\xb2\xb9\x11\x95\x8f\xde\xee\x43\xe9\x77\xd0\x98\xd9\xd4\xcc\x6a\xe8\x3a\xa8\xe5\x87\x94\x4d\x0f\x6b\x79\xa6\xad\x8e\x92\x49\x1e\xae\x75\xd0\xe5\x44\x9f\x48\xf8\x59\xd9\xa9\xbb\x86\xee\x89\xdb\x57\xb6\x5f\x4f\x0c\x63\x12\x4d\x9f\x97\xaf\x8f\xc6\x5e\x0c\x9f\xcb\xcd\xd4\x3f\x89\xed\x0f\x31\xfb\xeb\x81\xf0\x7a\xf2\x7a\xd0\x62\x00\xa4\x5c\x78\xca\x4f\x65\x01\x68\x86\x73\x09\x9f\xbd\xf7\xd7\x0b\xb2\x6b\xe7\xfd\x7a\xdd\x12\xc0\x2d\x8b\x1f\x7d\xfb\x38\x40\xc0\x55\x21\x1c\x9b\x21\x40\x48\xb6\x58\x1a\xcf\x1e\x80\xc8\x1e\x49\xac\x08\x1b\x58\x45\xef\x57\x38\xac\x10\x4c\x35\x0b\xe3\xd2\x64\x36\x3c\x43\x46\x04\x1d\x31\xba\xee\x84\xfb\xd3\x8f\x72\xd2\xf1\xa9\xb7\x74\x92\x08\xce\xc0\x3a\x2c\xbe\x20\x87\x1f\x63\x6a\xd6\x51\xd4\x55\x9a\x82\x2e\x30\x92\xae\x9f\xa9\x08\x43\x85\xe9\xac\xbe\x3a\xf0\x54\x66\x73\x51\xd5\xf3\xa7\x6b\xfd\x06\xea\x80\x92\xd6\xf2\xec\x53\x57\x84\xb2\xe2\x8f\x55\xf9\x8a\xc2\x6f\xd2\xaa\xe4\x35\xd6\xf2\xfb\x6f\x39\x34\xcf\xae\x1b\x96\xe8\xf5\x95\x68\xfb\x6e\xd4\x16\x0c\x74\xf6\xe9\x64\x22\x7a\x73\x2d\x5a\xfa\x74\x9d\x36\x5f\x67\x22\xeb\xf8\xf5\xd6\x91\x9d\x69\xb1\x15\xe6\x06\x63\x28\xf1\x94\xca\x62\x75\x83\x1f\xe8\xa0\x78\x9f\x3c\x6d\x23\x0b\xf4\xfb\x38\x91\xac\xab\x46\x7e\x98\x57\x91\x9f\xd2\xec\x8c\x77\x60\x95\xc3\x2f\x27\xef\x30\xce\xc7\xf6\x85\x2c\x02\x08\x64\x71\xef\xa3\xad\x04\x90\xd6\xe6\x70\x38\x71\x0c\x40\xc7\x9a\x6b\xd7\xd9\xf1\xbf\x1e\x84\xe3\x27\x5e\xb5\xeb\x18\x00\x9f\xef\x3c\x8a\x8c\xad\x00\x41\x02\x82\xb4\xf7\x52\x01\xa2\x8a\x85\x73\x38\x62\x01\x62\xeb\x25\x6f\x3c\x61\x04\xab\xb8\x33\xf2\x3b\x15\xf2\xa9\xca\xb1\x73\x6a\x29\x46\x42\xe4\xfa\x88\x16\x03\x46\xd7\x94\x3f\xfd\x28\x7c\x6e\x21\xae\xaf\xd3\xd9\xb0\xba\x0e\x3a\x91\xbe\x85\x86\xe8\x5a\x4b\xc6\xfc\xc1\x8a\x8e\xff\xd5\x8b\xc2\xa3\xc6\xbf\xb0\xd2\xa2\xb4\xdd\x8b\xf2\x53\x55\xcd\x7b\xe5\xc8\x53\xec\x84\xb5\x66\xc1\x6a\x5c\x65\xd1\x80\x92\xee\xd1\x35\xdf\xf2\xc2\x6e\x5a\x3d\xc5\x75\x7c\xb1\x5b\xd3\x55\xc3\xe0\x0d\x9b\x22\xcf\xda\x05\xc3\x02\xc4\x4a\x6e\x4a\x85\x9e\x51\x00\xf2\x76\x26\x47\x21\xc9\xb8\x1b\x75\x36\xb5\x37\x3b\xd6\x94\x17\xf5\x23\xa9\x36\xdd\xcc\x6c\x37\xda\x2f\xe1\xdc\x76\x0f\x4a\xd2\x0e\x33\x16\x4c\x5b\x94\x79\x5c\xb8\x99\x1a\xd6\x3e\x6c\x0a\x40\xd8\x93\xab\x8a\xee\x1e\x80\x7c\xca\x03\x34\x9d\x1b\x80\xae\xe5\xa3\x17\x67\x44\x00\x2c\xf7\x73\x3c\x3e\x8f\x00\x70\xf9\xc2\xad\x74\xad\x0f\x20\x30\x9d\xc7\xe0\x66\x00\x40\x94\xf1\x63\x61\x16\x77\x80\x04\x1d\x21\x24\x97\x38\x40\x0a\xbd\xa8\x82\x60\x14\x38\xa6\x6d\x4a\x8f\x29\x9c\xa2\x26\xa5\x46\x28\x69\xe9\x35\x91\x7f\xc4\x97\xeb\x04\x39\x57\x11\x0b\xc2\x9b\xcd\xef\x86\x17\xe1\x86\xbd\xa6\x5d\x54\x32\xdf\x63\x4e\xba\x18\x87\x9d\x2c\x97\x44\x09\xd8\xdc\xcb\x25\xd5\xba\x6e\xf7\xa2\x20\x1e\xe9\x79\x8f\x44\xb7\x7a\x6d\x70\xaa\xd7\xcc\x7b\xb7\xb9\xae\x3a\xa9\xe1\x7e\xe9\x37\x07\x4c\x95\x6b\xbb\x2c\x09\x34\x30\x0f\x6e\xea\x2d\x2d\xff\xa8\x1d\xeb\xb2\x33\x8c\x59\x35\xa8\x56\x68\x7c\x62\x4c\x58\x6b\x29\x5f\xab\xae\x34\xf5\x5e\x87\x12\x89\xe2\x59\xf3\xcc\x8d\xf9\xc2\xf2\xdc\x67\x16\xbe\x9b\xac\xb9\xda\x19\x1f\x2c\xa5\x91\x17\xb3\x4e\xa4\x66\x59\x44\xa1\xfc\x52\x92\x12\x9f\x58\xd6\xa3\x69\x92\x22\x63\x2f\x59\x9d\x40\xcf\xc4\xd5\x45\x8c\x5a\x55\x63\x4a\xa3\x4f\x87\x7d\xb0\x62\xc5\x6a\x84\xc7\x00\x3c\xc9\x7b\x54\x79\x1c\x09\xa0\x30\xfc\xe0\x1d\x5d\x05\x80\x81\xe8\x83\x82\xd3\x8a\x00\xb6\x02\x0f\x12\xce\x15\x03\x78\xd6\x3d\x90\xbc\xf8\x1c\x20\x28\x9d\xab\x82\xb1\x1c\x20\x76\x8e\x7b\x83\xd9\x04\x20\xc5\xf9\xb1\x2d\xdb\x30\x40\x56\x8a\x88\x91\xa0\x3c\xd4\xe6\x7c\x12\x5f\x93\x56\xa6\xb6\xe4\x2d\xca\xe9\xeb\x78\x92\xe7\x33\xc7\x35\xdc\x9d\x8d\x89\xf1\xf1\x17\x4c\x76\x47\x5c\xc6\x5d\x0d\xa9\x72\xa8\xce\x0d\x43\xdf\xf4\x70\x0c\x7c\x52\x7d\x75\xb3\xc0\xc1\x3d\xf3\x73\x93\xe0\x86\xad\xa5\xe1\xb3\x87\xed\x45\xab\xdf\x0d\x4e\x8f\x2f\xf5\xc4\x6d\xf7\xa2\xcc\xf0\xe8\xb8\xcd\xeb\xb4\xbb\x0d\xe5\x19\x26\x2c\xee\x69\x7e\xd1\x2d\x65\x72\x79\xa9\xbd\x81\xe3\x59\x9a\x79\xf1\x0a\x5b\xdd\xb1\xca\x68\x8b\xaf\x6b\xfb\xab\xd4\x8a\xef\x59\x76\xae\x87\x95\x5d\xca\x46\x5a\xcb\x6d\x0c\x14\x69\xa4\xdd\xb3\x79\x8d\xc8\xcd\xaf\x4c\xa1\xb7\xce\x41\xee\xc9\x4a\x8a\xbb\x6c\x53\x8c\xba\x95\xc6\x1d\x99\x6f\xdb\x85\x1a\x4e\x2e\x0f\x35\xb1\xf3\x44\xc7\x26\x18\x86\x1c\xb0\xcd\xc3\x68\xc6\x94\x06\x50\x6d\xa7\x31\x10\xe9\x07\x20\x7d\xe1\x11\x0d\xdd\x49\x00\xb5\x14\xf6\x11\xba\x02\x00\x13\x31\x76\x89\x53\x56\x00\x4e\x07\xee\x9b\x9e\x1b\x01\xf0\xe5\x7f\x38\x72\x45\x1b\x20\x52\xe8\xa1\xfa\x75\x25\x80\x64\xa9\x47\x73\x37\x2d\x00\xb2\x29\xbc\xc1\xf7\x25\x01\x0a\xa5\x04\x99\xf9\x24\xe0\x5d\x99\xe2\x93\x73\x12\x7a\xd4\xee\xb2\x35\xe9\x76\xed\x71\xca\xfe\x22\x0b\x95\x2f\x8e\xed\xc4\xdc\xcc\x49\x7d\xa5\xf0\x28\xdc\xc9\x78\x26\xeb\xba\xdc\x6e\x64\x91\xbf\xb1\xb7\x48\xfd\xc7\x0d\x3b\x37\xe5\x14\x86\x8e\x2b\xab\x51\x36\xd3\xcf\xea\x5e\x4a\x2c\xdd\x34\xe6\x98\x74\x1a\x5c\x9f\xdb\xa7\x8f\xfa\xfe\xf6\x95\xfd\x70\x83\xd9\xb9\x59\x54\xcf\xce\xce\x32\x0b\xf5\x05\xf5\xb6\x8d\x7a\x43\xeb\x6b\x8b\x09\xcd\x11\xe5\x37\x6d\x8f\x2d\xdb\x3d\x33\xca\xb3\xb2\xbf\xb9\xba\xa3\x26\x3d\x3d\xdf\x81\x65\xed\x59\xe5\xae\x64\x19\xfb\xa5\x0d\xf3\xe2\xc9\xb8\x02\x87\x35\x84\x44\xe1\x9e\x98\x65\xfb\x95\xcd\x80\x9c\x8e\xb0\x13\x8e\x91\xc8\xc2\x8c\xb8\xc0\x46\xa7\x02\x94\x42\xea\x27\x7f\x11\xa7\x5b\x68\xf1\xc4\xe7\xde\x96\xce\x27\xd0\xdf\xe3\x8f\x7b\xf2\x3b\xb5\x62\xf2\xa3\xdd\x01\x64\x7d\x1f\x6e\xd0\x65\x03\x68\x8c\xdc\x3f\x76\x42\xf1\xff\xf0\x20\x4e\xb3\xbb\x5e\xe2\x01\x88\x93\x61\xe7\xba\xf2\x1e\x20\xe3\xf3\x43\xb6\x1b\x65\x00\x85\x3a\x1c\xfc\x77\x34\x00\xaa\xb2\xf8\x42\x1e\x5f\x81\xa5\x3a\x7a\xa1\x6b\x62\x5c\xd4\xa9\xda\x51\x09\x9c\xd6\x09\x8a\x50\x8d\x8e\x82\xa3\xdd\x02\x31\xa6\x5c\x5a\x4b\x3c\xbc\x1a\xbb\x9e\x39\x62\x7e\x33\xcf\x68\xf3\x63\x24\x8f\xbb\x4e\x63\xc9\x1a\x93\xf7\x9d\x84\x67\xbd\x3c\x4b\x0f\x1c\x93\xeb\x79\x86\x5a\xe6\x07\x4c\x87\xa7\xee\xbc\xe5\x19\x77\xb0\x5c\x99\xa6\x0e\x7f\xe8\x02\x5b\xde\x19\x5c\xdf\xfc\xd3\x4d\x47\x81\x39\xbd\x6e\x83\x92\x3a\x47\xc3\x5f\x75\xad\xb3\x99\x0b\x2e\x21\x4b\xe6\x4d\x62\x29\xbb\x5c\xc2\x57\xda\x6a\xf3\xe2\xcc\x5d\xa8\x6b\x01\x95\x63\xd1\xd7\x5d\x8f\xad\x97\x97\x59\x86\x20\xdd\xc4\x11\xfb\x8a\x2e\xfe\xf1\x40\xe6\xdc\x7e\x21\x77\x67\x9f\xf1\xae\x70\x0b\x43\x6e\xa6\xbb\x79\x26\xb9\xfa\xa1\xe9\x93\x6c\x3c\x54\x5c\xcf\xa3\x3f\xc5\xb3\xbb\x07\x3b\x8f\x60\xe2\xa2\x47\x00\x64\xf1\xf7\xc7\x69\x75\x01\x74\x3e\xb2\x95\x9f\xe0\x06\xb0\x3e\xcd\x86\x3d\xdd\x07\xe0\xf1\x9d\xad\xed\xdc\x1c\x40\xc8\x26\x7b\xca\xa5\x4f\x00\x49\x87\xd9\x88\x57\x5d\x01\xf2\x07\xd9\x08\xf4\xd3\x00\x65\xef\x1f\x31\xde\x61\x01\xa8\xd3\xe5\x09\xe5\xfc\x06\xd4\x26\x3b\x01\xde\x27\x72\x54\x4a\xfb\xa8\xe8\x43\x75\x53\x4a\x5c\x9b\xa7\xf4\x8c\x15\x86\xf8\xb4\xe9\x98\x6a\x42\x98\x00\x36\xbc\x72\xc0\x90\x2d\x9f\xb4\xc9\x97\x41\xe3\xb8\xa3\x39\x68\x29\x23\x24\x24\x7c\x74\x48\x79\x4e\xd0\xa3\xae\x26\xed\x7d\xde\x74\xbd\xdd\xa1\xf7\x3c\x1f\x6e\x75\x2e\xbb\x3c\xfe\xac\xf6\xa6\xa4\x3a\xcc\x9d\xf9\xbb\xc5\xc0\x7c\x2e\x87\x97\xf0\xcf\x3d\xbd\x02\x69\x3c\x5e\xcc\x0b\xf7\x3b\xf4\xe3\xed\xbc\x77\x2f\x5a\xb7\xf4\x85\xbf\xf1\xc6\x2d\x7f\x7b\x76\x2a\xb4\xc8\x6b\x60\xb5\xe0\xa9\x73\x60\x90\xf7\xb1\xf5\xfd\x15\x9e\xfe\x5e\x5e\x3c\x1b\xba\x25\xda\xbe\xae\x5e\xed\x08\x87\x82\x41\xef\x1e\x8f\xa7\x48\xba\xac\xb9\xed\x3e\x14\x8f\x49\xb7\x38\x34\x57\xd2\x11\x77\x7a\xf7\x72\xf4\xab\xf8\x24\xd7\x6a\xf7\x54\x8c\x57\xcc\x7d\x00\x79\x34\xbb\xc6\xf1\xef\x00\xfa\x5e\xac\x1f\x4f\x3c\x04\xb0\x19\xbd\xa3\x45\xe7\x0c\xe0\xdb\x77\xc7\xe9\xd4\x38\x40\x54\xf7\x5d\xde\xf3\x8a\x7f\x3d\x88\xe2\x5b\xac\xf2\xd7\x85\x00\xea\xb4\xef\x0f\x32\xf9\x01\x3c\x1f\x7c\xd4\xcb\xae\x0d\xd0\x5d\xcf\x77\x58\xc4\x06\xdc\xfa\xbb\x05\x79\xe4\x48\x94\xd8\x57\x74\x92\x42\x56\x31\xc4\xc1\xde\x0a\x45\xa6\x90\x3e\x6c\x5c\xbb\x92\x16\x39\x9f\x13\x61\x5c\xf5\xd3\xb2\xb6\xf5\xf3\xc2\x58\xea\xe5\x80\x13\x63\x29\x93\x37\xc2\x9c\xca\x76\x7c\xfe\xd0\x69\x1a\x10\x3d\xba\x30\xbd\x5c\x6c\x11\x3c\xfa\xf1\xea\xfb\xd3\xe9\x34\x21\xa9\x5f\xc2\x46\x7c\x63\x71\x21\x81\x3f\x68\x5e\x6d\x46\xba\x06\x55\xcc\x5f\xee\x6a\x09\x13\x0a\x50\x59\xf4\x69\xe9\x0d\x62\x09\xf4\x5a\xa1\xa9\xef\xf7\x4f\x0e\xbc\xb0\xba\x51\x5d\xe0\x77\x28\xa0\x6b\xfd\x54\x85\x9c\x77\x8e\xff\x35\xc4\xad\xc2\x0e\xcf\xbd\x81\x82\x9b\x47\xf3\xd2\xdc\x47\xfd\xed\x90\xb2\x99\x38\xb7\x0b\xfe\x7d\x28\xc6\xb4\x1c\x97\x0b\x7e\xa2\xe8\xa4\x04\x07\xa7\x74\xdf\x6e\x8c\x5d\x8c\xa9\xe3\x69\xdf\x0f\xd8\x0b\x91\x07\x00\x14\xbd\x58\x73\x8f\x9f\x07\x30\x36\x63\x51\xa1\xb5\x00\x70\x7a\x70\x77\xef\xc9\x35\x80\x80\x86\x5b\x15\x74\xaf\x00\xe2\xe3\x6e\xf1\x9c\x6c\x06\xc8\xb5\xbc\x7d\xe3\xcc\x0c\x40\x55\x13\x4b\xf5\x15\x12\x40\xd3\x5b\x56\xd3\x1b\xfb\x00\x7a\x66\x1f\xe4\xb2\x9e\x05\x18\xe2\xe6\x3e\xc8\x77\x13\xec\xde\x7e\xe3\x9f\x93\xf7\xa0\x1e\x9a\x48\x7a\xe2\x6a\xb2\x83\x88\x99\xe0\x90\x11\x0b\x72\xc7\x86\x8c\xb6\xaa\x9e\xcc\x8b\xdf\x28\x7b\xd9\x69\x78\xb4\x4d\xef\xe3\xbd\x67\xc7\xdd\x3f\x8e\x76\x3d\x77\xcd\xdf\x91\x6a\x34\xbd\x33\xdf\x2b\xed\xdd\x20\xff\x0c\x5d\x92\x7f\x8a\xe9\xe4\xc2\x44\x5c\x54\x53\xb2\xfa\xd7\x13\xc3\x8d\x61\xc9\xf1\x53\x3f\x88\x7d\x3c\x81\x91\xf1\xae\x0b\x37\x3b\x62\xfc\x32\x63\xef\x2f\x09\x34\xfd\xf4\x51\x89\x22\xaf\x34\xd4\x7e\xf7\x4a\x8f\x94\x59\xf3\xaa\x24\x7b\xe8\x46\x6a\xaf\x6f\x96\xa6\xb8\x0b\x85\xbb\x20\x1e\x17\xea\xb8\x26\x86\x7d\xd8\x74\xca\xbd\xe8\x4c\x08\x53\x42\x06\x67\x1e\x71\x24\x87\x3a\xa0\x3e\x26\xe7\x39\xbc\x09\x49\x44\x57\xc6\xe3\xec\xdd\x42\xd0\x18\xde\x58\x09\x3b\x97\x20\x6e\xac\x42\xf8\x2f\x00\x95\xc4\x7b\x97\x8e\xbd\x04\x30\xa5\x65\x19\xfa\xcf\x7d\xe9\x6a\x7c\x47\xee\xe4\x31\x80\x10\xfe\x9b\x53\x74\x09\x00\xa9\x91\x37\x2d\x4e\xb6\x01\x14\x0f\x30\xe6\x9d\x8c\x00\xa8\x5b\xbb\x7d\xf6\xbc\x11\x40\xb7\x05\x73\xda\x95\x97\x00\x83\x21\xf7\xbc\x6f\xc6\x03\x4c\x7e\x7b\xd8\xf4\x48\x04\x10\xdf\x2a\x78\x8c\xc4\x6e\x53\x75\x7f\x32\x0b\x89\xe8\x3b\x92\xaa\xe6\x5f\x88\x3b\x79\x37\x63\x57\x16\x3c\xe5\xf6\x67\xb3\x2c\xe8\x4c\xb7\x6b\x4d\xb5\xdc\x1e\x10\x1a\xd5\x72\xc8\x79\x6d\x59\xaa\xfb\xa2\x25\x46\xf3\x83\x69\xac\x7d\x1b\xfe\xd5\xe9\x2f\x69\x41\x6f\xeb\x47\x3f\x36\x8c\x5f\xf5\x5f\x2d\xa3\xfd\x96\x31\xc8\xed\x73\xa5\x98\x73\x16\xd9\xcb\xef\xb9\x3f\x77\xfd\x97\xf5\xf3\x4a\x0f\xfd\xcc\x3d\x4b\xd5\x8d\x75\x6e\x07\xd3\xb4\x57\xa5\x6b\x8e\xbb\xa8\xa6\xdc\x5f\xbf\x57\xde\xec\x6c\x99\x74\x7d\xc3\xae\xf8\xa3\x53\x70\xfc\x4b\x44\x73\x7e\xba\x83\x43\x02\xcb\xe6\x74\xb6\x85\xbd\x5d\xdc\x4d\x24\x29\xfd\xd8\x76\x0f\x8a\x6d\x43\x64\x11\x66\x57\x9c\x80\x75\x70\x94\x3d\x66\x2e\x12\x69\x2d\x13\x4e\xc5\x06\x86\x8d\x02\x68\xfc\xba\x2b\x74\xfc\x20\x80\xd9\xcc\xed\xa5\x63\x41\x00\x9e\x6d\xb7\x2d\xe9\xa4\x01\xa2\x16\xae\x1f\x3b\xb2\x0e\x90\x79\xf3\xba\xfe\xb1\x17\x7f\x73\x9e\x76\xb1\x2b\xf9\x47\xbf\x02\x0c\x74\x30\x08\x9d\xf2\x04\x78\xff\xeb\x0e\xc3\x75\x43\x80\x99\x63\xac\xde\xcc\xda\x00\xcb\x58\x2e\x1b\x61\x56\x2a\x01\x23\xcc\xf7\x51\x5d\x80\x34\x8e\xe7\x7c\x52\xe4\x99\xb3\x71\x13\xe9\x28\x13\x9b\x3e\x3a\x01\xab\xf7\x35\x0b\x6b\x83\x5a\xc3\xe7\x15\xac\x03\x5e\xd4\x64\xec\x9b\xde\x0c\x49\x7b\xbb\x2b\x60\x69\xea\x4e\x6b\xdb\x84\xb1\x2b\x71\xe4\xcc\x27\x9d\xb1\x18\x17\x42\xa7\xf1\xf7\xbe\x7e\x84\x93\x75\x43\xee\x7c\x40\xe7\x69\xc7\x7d\x4f\x67\x17\x73\x9b\x8b\x1c\xc2\xcb\xcf\x2e\x2f\xd6\x4b\x39\x1c\x29\x52\x5a\x1d\xa8\xb6\xb5\x6b\xcd\x2b\x5a\xff\x58\x6a\x69\x77\x34\x27\x78\xe3\x57\xd1\x7e\x9b\xc0\xcc\x95\xcd\xec\x9c\xd3\x36\x69\x69\x48\xa4\x5a\xa6\x91\x15\x21\xf5\x3e\xaa\x31\x79\xca\x2a\x2b\x45\x13\x7d\x31\xe9\x92\xc5\xcb\xa4\x78\x8c\x7b\xf4\x47\x8b\x53\x89\x57\xb1\xe7\x22\x5a\xcc\x0f\xc7\x7d\xc1\xed\x09\x9e\x02\xd0\x39\xcb\xfc\xe4\x68\x11\x80\xcd\x87\xdb\xe1\xc7\xb9\x00\x7c\x7d\xe8\x07\x8f\x20\x01\xe2\x4f\x5f\x5d\x3e\xc2\xf7\x37\xf7\x6d\x72\xdd\xe1\xfa\x7f\x79\x10\x33\xfe\xf4\xfd\x27\x53\x01\x36\xc6\xee\xb0\x5d\x5b\x02\x20\xf7\x3c\x9a\xe3\x61\xa1\xf6\x93\xc5\xf8\x85\xb5\x04\x37\xc6\xf0\x4d\xa2\x69\xee\x3a\xd3\x8c\x68\x3f\xf9\x73\x09\xca\xbd\x67\x36\x1a\x75\x9c\x4b\x66\x2b\x46\x97\xcd\x6c\xfc\x9a\xcf\xc4\x7d\x9c\x33\x0d\x50\x7d\xa9\xe3\x8d\x9b\xc1\x3e\x3d\xf9\xba\xde\x5a\xe9\x3b\xe7\x17\xf4\xd0\x1d\x8b\xaf\x13\xa4\xd9\x0f\x3d\xfb\x2d\xd9\xfa\x13\x7e\xb1\xb6\x12\xad\x04\x3b\x48\x4b\x52\x8d\xf1\x96\x6e\xcd\xeb\x2b\xaf\x6b\xfc\x2d\x23\x6b\x5a\xd7\xaf\x95\x5f\xb0\x8c\xaa\x70\xdd\xc8\x28\x2a\xb6\x70\x2c\x4b\x46\x7c\xca\xb3\x31\x0f\x2b\x3e\x82\x54\xce\xdc\x6d\xce\x9c\x7f\x10\x15\x94\xa2\x61\x76\x25\xd7\x03\xed\x9c\x20\x64\xaa\x93\xfd\x0a\xc3\x15\xd3\x6a\x7a\x2c\xc3\x0c\x4b\x17\x91\x6f\x92\x97\x9e\x86\xb5\x0f\x6b\x37\xd6\x48\x33\xc1\xf1\x05\x69\x02\x18\x32\xdf\x9e\x3a\x1a\x02\xe0\xd8\x7f\x1d\x71\x68\xe2\xff\xe8\x41\x08\xde\xca\xf7\x3b\xec\x69\xfe\xd5\x0b\x32\x93\xb2\xe5\xc5\xa0\x14\x76\x5c\xdd\xfa\xbf\xfb\x36\xdb\xb9\x5a\x00\x38\xf0\x88\xc4\xc3\x8a\x30\x20\x9b\xf0\x7f\xd7\x7c\xf5\x2d\x9b\xf0\x5e\xac\xc4\x61\x7e\xa8\x11\x5b\xa5\x90\x10\x16\xd7\x90\x8d\xec\xd0\x25\x67\x45\xe7\x66\xae\x87\xda\x24\x57\xdd\x0b\xef\x5e\x1a\xf2\x6d\x6e\x95\xf5\xd0\x59\x7c\x50\xc0\xd8\xee\x69\xe1\x30\xaf\x33\x6e\xd8\xbd\x62\xe0\xfe\x4b\x70\xde\xb1\x5d\x52\x1f\xf1\xed\xee\x62\x56\xe3\x90\x61\xd0\xdb\xb3\x2b\x97\x6b\x1f\x18\x57\xf4\x0e\xaf\x42\x65\xa1\xd1\x72\x97\xff\x7a\x47\x49\x82\xd1\xc5\xd6\x3d\x08\x5c\xae\x9c\xa1\x5a\xa3\x3c\x52\x3b\xe3\xa1\xb1\xc1\xd3\x5b\xc8\xd6\xf4\x73\x86\x56\x55\x66\x68\xf1\x04\x3f\x43\xb9\xb2\x10\x0c\x63\x4c\xc9\x76\x0f\x88\x61\x5a\x01\x1b\x96\x2f\xdc\xd6\xd0\x38\x4f\x14\xfb\x2c\xf4\xa4\x01\x7d\x36\x12\x57\xed\x5f\x04\x60\x72\xe7\xba\xf2\x81\x49\x00\x2f\xd9\xab\x1f\x0f\x9d\x00\x88\x7e\xb4\xb5\x0e\xdb\x79\x5f\x7d\xd0\xbf\x73\xcf\xed\xfc\x7b\x8d\x89\xe6\xbf\xfa\x30\x98\xed\x2f\xfd\xda\x7c\x42\x5d\xe5\x38\xcf\x6b\xf4\x7d\x83\xb2\x97\x7f\x44\xe5\xce\x58\x2e\x71\x51\x5c\xcf\x32\xa6\x43\x1d\xbf\x43\x29\xde\xff\x6d\x19\x0f\xe6\xb8\xbe\x5c\x22\x4d\xd2\xea\xe6\xa2\xcd\xb7\x7c\xda\x40\xca\xc6\x11\xcf\xb1\xca\xdb\x2e\x12\xeb\x47\xd3\x03\xab\x67\xcc\xd1\xab\x0c\x9d\x82\xf5\xb7\x74\x92\x97\xb9\x17\x53\x1b\x05\x34\xaf\xaf\x2e\xac\x58\x54\x63\xb4\xbc\x7f\x3c\x5b\x9d\xaa\x08\xd3\x8a\x9b\x5a\x5a\xff\x51\xd4\xa5\xdd\x31\x8c\x42\xfc\xca\xf1\xd3\x61\x7f\xf5\x63\x73\x29\xf3\x88\xee\x81\x4e\x1c\xea\x60\x0a\x5a\x27\xe3\x79\x3d\x9a\x3d\xe1\x8e\x6e\x44\xe3\x1c\x3a\x35\xae\x40\x57\xb9\xae\x02\x13\x12\xa5\xa7\x2b\xf6\x54\x12\xcb\x1c\xce\xab\x83\xab\x3c\x87\xfd\x19\x1c\xa5\xa3\x5a\x5e\x81\xb3\x0e\x88\xd3\x3e\x52\x22\x82\x0f\xf2\x3a\x0b\x60\x5e\x78\x40\xe2\x3f\x73\xf8\xb8\x6c\xcd\xf5\xc7\x87\xf9\xaf\x1e\x84\xb7\x7c\x5b\x9c\x5f\xdd\x22\x99\xb2\xbd\x0e\x3b\xf1\x34\x34\xa8\x3e\x00\xe6\x85\x6b\x3b\x67\x1f\xc1\xf5\x47\xec\x9c\xcb\xef\xc4\x29\x6a\x02\x83\x8a\x01\x3d\xbc\xa4\xb7\x12\xe2\x46\x55\xb5\x0e\x84\x7c\x65\x25\xd7\xe5\xec\x4f\x38\x67\x7d\xc6\x10\x42\xd4\x1c\x66\xbf\x75\x6c\x12\x8b\xcf\x25\xa4\x8f\xc7\x66\xae\x80\x53\xfc\x66\x55\xfc\xa1\x82\x3b\x66\x18\x44\x77\xed\xa9\xa2\x74\x1d\x9b\x0d\xb6\x49\x86\xb2\x0b\x6a\x27\x36\xc4\xd6\xd6\x4a\x7c\x95\x47\x36\x0f\x6d\x8c\xe4\xf1\xaa\x04\x2f\x3d\x44\x94\x67\x97\xab\xb1\x7f\xb9\xbc\xf9\x26\xe3\xc6\x7f\xf7\x5f\xa8\xdb\xf7\xef\xc5\x1c\x8a\xf6\x55\x7f\xf1\x42\x16\xf3\x31\xfc\xbb\x3a\xa5\x9d\x0e\x9b\x14\xa2\xa0\x31\xdf\xca\x8b\x8d\x0b\x49\xd4\xc8\x6b\x64\xc0\x69\x06\x68\x6b\xf8\xd7\x9f\xc6\x7d\xf7\x75\x52\x77\xac\x39\x89\xef\xf5\xd8\x05\xe0\xac\x7b\x49\x6d\x9f\xd7\x5f\x1f\x26\xc7\x63\x8b\x0d\x15\x34\xff\xea\x09\xfa\xbf\x7b\x10\x50\x73\x00\x17\xc8\xfb\x66\xe6\x58\x00\x98\x5f\x5c\x7b\x3f\xc9\x4e\xa5\x72\xee\xe2\xf1\x7c\x59\x49\x41\x0a\xc4\x48\x8d\x35\xa2\xc9\xf9\x12\x1d\xda\x7e\xc5\x87\x89\x3f\x94\xd7\x6c\xd6\x53\x4e\x13\xe8\xf4\xba\xbc\x39\x43\x54\x71\xff\x1f\x63\x7f\x19\x55\xd5\xfa\xbe\xef\xc3\xe8\xb6\x15\x14\xb1\x13\x2c\x50\x50\xa4\xbb\x9b\xc5\xa2\xbb\xbb\x1b\xe9\xee\x6e\xa4\xbb\x44\x40\x42\x04\x14\x41\x29\x15\x93\x50\xb1\x0b\x90\x96\x5c\x1d\xf3\x7a\xc6\xde\xb2\x70\xeb\xfe\x7e\x7e\xcf\xff\xd5\x35\x1c\xbc\xba\xa7\xf3\xbe\xe7\x1a\xf3\x3c\xe6\x71\x72\x38\x05\xc5\x19\xac\xf3\x0f\xed\x18\x52\x62\x50\x66\xae\x2d\x3b\x26\xb0\x72\xf7\x55\x3e\x13\xf2\xca\x54\xef\xad\xfc\x6c\x9d\x6f\x2b\x6c\x13\x77\x0b\xea\xfe\xe4\x1f\x34\x84\x17\xf6\xaf\xa6\xa4\x75\x6b\x26\x8f\x15\x61\x64\x53\xd0\x9a\x31\x1f\x3a\xb0\xba\xf1\x95\x5a\x7c\x2f\x2d\x70\x27\x63\x2e\x69\x35\x3f\x3f\x80\xeb\x8a\x94\xd2\x6a\x7a\xf4\x1a\xef\x17\xea\xa2\xbd\xb3\xef\x2e\xfe\x4d\x70\x80\x56\xe8\x7d\x84\x70\xd5\x9f\x41\xfb\xf6\x5d\x63\x42\x91\x3f\xab\x8e\x67\x3b\x23\xe1\x8d\xef\x2c\x80\x9f\xef\xcf\x75\xfd\xe9\xc3\xa0\x79\x51\x68\xe7\xe1\xef\x1c\x08\x2d\xf7\xfa\x72\xe7\xe7\x1c\x35\x01\xb8\xb0\xc2\xac\xf3\xe8\x0b\xa8\x0b\x6c\xe5\xe7\xba\x9d\x8a\x98\x4b\x5e\x91\x8f\xba\x9e\x44\xdd\x8c\x72\xd4\x27\xe6\x77\x52\xf6\x6b\x4b\x59\xd5\x27\x71\x90\xa6\x4d\xb5\x5c\x3f\x06\xdf\x21\x90\x1c\x7f\x04\xfb\x5d\xa1\x27\xc8\x78\xc5\x44\xb0\x38\xd7\xe0\xef\x46\x9f\x88\xd6\xb0\x0e\xc4\x7d\x29\x4c\x8c\x2f\x35\xc9\xc1\x05\x36\x7b\x25\xbc\xd7\x3b\x86\x8d\x7d\x96\x92\x22\xa3\x6e\x87\x95\x9d\x1f\x4d\x4e\x52\x3d\x8b\xfb\x0b\xcb\x10\x2f\xb3\xce\x3f\x34\x60\x4e\xe3\x9c\x22\x0c\xd1\xf7\x67\x2f\xe2\xda\xc3\x6d\x54\x15\xc7\x2c\xf0\xa2\x21\x14\x35\x9d\xf7\x6f\xf0\x7e\x21\x67\xd5\x4c\x47\x80\xa0\xe7\xaf\xa9\x7e\xe0\x79\x26\x21\xdb\xef\x84\xba\xc3\xe3\xed\x84\x25\x9f\x43\xea\x7c\x0f\xc2\x89\x0e\x5e\x4c\x6a\x39\x7d\x87\x89\x33\x6e\xf9\x00\xd1\x7b\xd7\xee\x83\x35\x2e\xaa\xb5\xf9\x77\x1e\x68\x9d\x03\xf9\x67\xbd\x34\x0e\x66\x7c\xf6\xe7\x1c\x5e\xcb\xff\x1e\x9b\x03\x5c\xdc\x76\xfa\x40\x47\x2a\x24\xf3\x27\x72\xbd\xbc\x61\x84\xdc\x91\xac\x97\x7a\x59\x42\xa6\x36\xa0\x4e\x6b\x14\x67\x1e\xa4\x14\x68\x53\x4d\xef\x46\x1f\x21\x47\x98\x19\x38\x8c\xff\x87\x7f\x08\x25\xc6\x85\x47\xfb\xbf\x5e\xe7\x1f\xb0\x84\xb0\xea\x0f\xa1\x15\xba\x54\xfc\x64\x57\x66\xc4\x65\x0d\x7b\x7c\xce\xeb\xf7\x11\xd1\x68\x15\xbc\xc5\xc2\xa1\x08\x41\x94\x0b\xfe\x23\x7e\x63\xc8\x9b\xff\xf0\x0f\x11\x4b\xa9\x04\x09\xdf\x39\x65\xd4\x54\x1b\x91\xd1\xeb\x24\xea\xf0\x37\x7b\xe2\x39\x4f\x2a\xaa\xe1\xfd\x41\x62\x80\xc7\x45\xd4\xd3\xd7\x49\xc4\x21\xb7\xdd\x2a\xa2\x43\x0f\x49\x5b\x5d\x9e\xaa\xb4\x3c\x1d\x25\xc9\x38\x1b\xfc\xba\x0f\x6a\x6a\xff\x5f\x1c\x08\x92\xfd\x7b\xfe\x3d\x7a\xf9\xe7\xec\x37\xf9\x39\x3b\x57\x01\xd8\xc7\x4e\xbe\x6c\xbc\x07\xc5\x02\xb9\x97\xef\x54\xb8\xc1\x46\xc9\x8f\x62\x29\x57\x73\x10\x6f\xa5\x54\x05\xcb\x04\x2d\xaa\x8f\xf6\x05\x1d\xdb\x10\x5b\x4a\x94\x29\xa7\xb9\x9e\x17\x96\x9c\x67\xa7\xec\x20\xea\x64\x4f\xf6\x74\x9b\x73\xac\xb3\xdb\x4a\xa6\x0b\x72\x72\x2d\xb7\xe8\x25\xa5\x25\x56\x7b\xd2\xd1\xf8\x07\x5d\x63\xe2\x7c\xd3\x36\x6f\x4f\x8d\x12\x62\x65\x9f\x96\x8f\x31\x5a\x89\x18\xf2\xd6\xd6\xe7\xa8\xd2\x02\xd1\x69\xe1\x8b\xb7\xb0\xa2\x2a\xb1\x97\xb8\xc5\x53\xf1\x7f\x7a\x1f\x8e\x2c\x8e\x90\x84\x1d\xa5\x15\x2e\x4f\xab\x90\xae\xda\xad\x28\xd8\x8d\x1d\x20\xbd\xb6\x45\x2b\x48\x7e\xf2\x22\xb3\x59\x7d\x53\x94\x7f\x3d\x4b\x16\xb4\x7a\x0b\x50\x68\xfe\x3b\x0f\x44\xf3\x81\xfc\x6b\x1f\xd0\xd1\xd1\xfd\x70\xff\x7f\x7b\x20\x9a\x54\x00\x2e\x58\x1f\x25\x57\xd9\x00\x81\x57\x81\x4d\x3c\xb7\x19\x42\xc4\x13\x79\xe3\x93\x53\x90\x1e\xa5\x8f\xd2\xc4\xc8\x70\x2a\x5e\xeb\x89\xda\x09\xbf\x33\x54\x59\x93\x0b\xfa\x47\x5c\xcd\x29\xe5\x36\xae\x66\x8c\x0e\xcf\x29\x1c\xce\xf7\xac\xde\x59\x97\x53\x36\xfa\x0d\xdb\x54\x9a\xc5\x92\x6f\xc5\xb2\xdb\xbb\x18\x56\x90\xbd\xae\xbe\x70\xd4\xd4\xb9\x4b\xbe\x5c\xad\xe3\x34\xa3\x81\x23\x2d\xb5\x4a\xbb\x70\xa3\x11\xd2\xdd\x47\x47\x5c\x46\x94\x07\x49\x0e\x1f\xce\xbb\x9d\x56\x20\x91\x0a\xe6\x55\x9d\x0b\xd6\xbd\x0f\x12\x64\x43\x52\xbb\xcd\xe7\x75\xee\x21\x97\x72\x98\x1c\x61\xa6\xb8\xee\x7d\x18\x5d\x94\x22\x77\x98\xcc\xcb\xf4\x4f\x37\x90\xf1\xc6\xdb\x65\xb2\x26\xce\x53\xb8\x0c\x99\xff\xeb\x03\xf9\x7d\x1f\x2c\x1b\xff\xee\x83\x79\x9a\xbb\xc6\x3f\x88\xfe\x9c\xcd\x71\x00\x27\xe9\xe9\x6f\x5e\xeb\x06\xe0\x08\x38\x1e\x5a\x50\x09\x08\xdf\x28\xeb\xfb\xb4\x78\x28\x95\xd8\xc5\xf5\x3d\xe6\x19\x70\x28\x32\x88\x0c\x04\xc9\x20\xa1\x9a\x77\x15\xd2\x3d\x0d\x90\xed\x86\x4f\x54\x15\x1d\x26\xa8\x06\x56\xb5\xba\xb3\x36\x6f\xa8\x1c\x0e\xdf\x0d\x4e\x59\x1e\xa0\x4c\x5f\x79\x6c\x6c\x6d\xa2\x42\xe9\x0e\x37\x37\x65\x33\xf0\xa4\x58\xa6\x1e\xb7\x68\xd3\x06\x8a\x59\x81\x8b\x85\x83\x86\x1b\xe5\xc0\x75\xbc\x55\x2a\x9a\x48\xee\xe9\xa8\xb4\xe9\x56\x6e\x26\xb7\x3f\xf6\xb7\xe1\x57\xdc\x4e\xce\x7e\xaf\x6e\x63\x21\xb7\x4c\x8e\x9d\x97\xb6\xc6\xad\x7b\x1f\xd8\x28\x8a\xe4\x5b\x26\x59\xff\xe1\x1f\x24\xa8\x66\x94\xcf\x9a\xa9\x92\x8f\xf1\x1b\x28\xed\xda\x7c\x12\xef\x97\xe3\xa9\x07\xd5\x03\x7e\x3d\x17\xdf\xad\xf9\xa1\x7e\x7a\x20\x68\xe7\xc0\x37\x87\xdf\xf3\xef\x7b\xe8\xb5\xfc\xfb\x03\x00\x9d\x31\x1d\x5d\xc9\x9a\x2f\xa5\xf0\x29\xc0\x79\xec\xa1\xe0\x4c\x03\x00\x3e\xa6\x33\x96\x71\x0f\xe1\x91\xf8\x87\x4b\x7a\x61\x2f\x40\x4e\x69\x87\xf0\x06\xef\x6b\xb0\x47\xed\x9d\xf8\x1e\xe7\x45\x24\xc9\x60\xb3\x7c\x23\x8d\x7f\xb0\x9c\xa3\x8e\xda\x76\xab\x0f\x99\xd3\x51\x33\xdd\xeb\xb5\xe3\x8c\xf3\xa8\xd2\x41\xb9\xfa\x81\xfa\xb1\x54\xf6\xd8\x72\x03\x17\xed\x1e\xca\x52\xd6\x2b\xa3\x56\x0d\x06\xca\x6a\x49\xb4\xd1\x09\xb4\x00\x85\x52\xd7\x6d\x78\x06\xb5\x87\xe2\xd2\xb9\x68\x76\x44\x61\x88\x12\xf3\xa4\xcb\x44\x4f\x2e\x9e\x92\xfa\xa6\xce\x58\x5c\xc6\x8b\x72\x7d\x32\xcc\x30\x5a\x5a\x8d\x52\x43\x78\x66\xb8\x41\x8a\x91\x7a\x80\x92\xa6\x93\x23\xd1\x4d\x8d\xa7\xee\x54\xef\x16\x5f\xa5\x3e\xa6\xaa\xa3\xc7\xc5\xd9\xfe\xf1\x1e\x9c\x14\xdb\x84\xe8\x52\x27\x15\x64\x7e\x71\x71\x8b\xda\xff\xcc\xb8\xb5\x73\xe0\xcc\xef\xe7\x60\xf7\x8d\x9f\xb3\xa9\xfb\xe7\x2c\x6f\xfa\x39\x8b\x0e\x03\x1c\xaf\xd8\xf1\x22\x23\x18\x80\xf5\xf3\xbe\xa4\x84\x77\x00\xbc\xcc\xcc\x4f\x22\x5e\xc3\x92\x58\xc8\x05\x7a\x7f\x17\x28\x91\xaf\xe1\x76\x75\x2f\x04\x05\x35\x41\xa1\xb7\xf6\x2a\xc8\xac\x9e\x81\xa4\xb3\xd5\x1e\xa4\xc2\x78\x44\x76\xc4\xac\x0a\xd1\xb7\xfe\xae\x54\x69\x7c\x1d\x91\x71\x7e\x8a\x12\xd0\x9f\x45\x0e\xf8\xf9\xa2\x71\x3a\xfc\xc8\xe1\x70\x49\xf4\x80\xd6\x65\xea\x60\x62\x87\x46\x94\x5a\x07\xb5\x3b\xbb\x4a\x03\x87\xfa\x48\xbd\x53\x11\xa6\xf1\x50\xe9\x23\xd5\xa1\xe9\x9d\x36\x55\xa1\x8d\xaa\x7a\x97\xa0\x53\x26\xa7\x41\x95\x1d\x78\xa4\x63\x2a\x13\x46\x15\x7e\xad\xa9\xc3\x2f\xa5\x41\xb5\x1a\xd7\xd3\x1c\x92\x62\xa2\x72\x2e\xd7\x6a\xb7\xfe\xc7\xfb\xc0\x8d\x28\x53\xdf\x29\x7c\xfa\x95\xfb\xff\xbe\x0f\xe6\x54\xd7\x7c\x40\x8f\xd6\xce\xc1\xb5\xe7\x62\xcb\xda\xdf\xab\xaf\xfc\x9c\x39\xf3\x3f\x67\xdc\x1a\x17\x13\xbc\x76\xbd\xa2\xf6\x01\xf0\x71\x31\x9f\x0f\x3a\x0b\x20\x96\xc0\x1a\xef\x25\x0b\x23\x72\xc7\x2f\x6a\x3a\xa2\xa1\x44\xc5\x8d\x9b\xcf\xf6\x31\x1c\xd1\xe9\x17\xc5\x9a\xa3\x90\x2f\x46\xe5\x92\x0f\x8d\x6b\x91\x41\x0b\x49\xe9\xad\x86\x4c\xc8\x1d\xfb\x39\x99\x59\xfd\x5d\x48\xba\xc7\x16\xf9\xdb\xda\x97\x90\xe8\x40\x23\x85\x62\x8d\x7a\x04\x15\x53\xa9\xbc\xa0\x6a\x86\xe8\xa6\x50\x94\x4f\xab\x3c\x43\x76\xe7\x75\xa2\x1f\x28\x51\x90\x9d\x15\x16\xe8\x38\x85\x7e\xea\xa7\xc6\x36\x35\x03\x1a\xff\x20\xd3\x41\x6d\x7d\x58\xae\x7e\x49\xea\x2e\xb5\x7c\xf4\x82\xba\xa5\xd4\x4e\x6a\xd4\xb7\xed\x1a\x76\xe2\xce\x54\xd2\xc2\x45\x54\xa6\x58\x39\xc2\x46\xbe\xab\xe4\xf6\xdf\xeb\xf0\xd3\x0b\x44\x3b\x07\x3e\xa4\xfc\x9c\x03\xf4\x3f\x67\xdb\xb7\xdf\x39\x98\x82\x9f\x3d\x3a\x74\xc9\x5f\x7e\xce\xb0\xb5\x7f\x87\xa7\x00\x30\xcb\xed\xbc\x14\x74\x14\xe0\x92\xd1\x01\xf0\x9e\x00\x10\x3d\x73\x3a\xc3\x35\x17\x16\x64\x55\x2e\x9c\xb3\x63\x86\x4e\x54\x30\xa7\x94\x79\x39\x64\x68\x18\x72\x4f\x1a\x5b\x82\x9c\x3e\xa7\xd0\x06\xc3\xcb\x70\xd1\x38\x45\x64\x8b\x1e\x33\x9c\xb4\xd9\x25\xda\xa4\xa3\x81\xe0\x5c\xde\x49\xd2\x6b\x1a\x23\x4b\xde\xd7\x24\x6b\xd4\x05\x90\x17\x21\x77\x64\x36\xa3\x1b\x91\xe6\xb8\x3c\xd9\x21\xe5\x79\xa4\x38\xa3\x56\xae\x53\x71\x16\x09\x2e\x8c\x55\xb0\x97\xaf\x43\x7c\xab\xf8\x15\x5c\x64\x9f\x20\xb6\x0d\xc1\x0a\x24\x19\x05\x44\xa8\x23\x56\x89\x20\x95\x83\x70\x3c\x10\x56\xbe\x20\x61\x8c\x18\x3c\x8f\x51\x30\x14\xa7\x43\x4c\xdf\x56\xc8\xf7\x89\xe5\x20\xe2\x93\xe3\x8a\x7c\xa2\x16\x88\x27\x66\x8b\x5c\xca\xaf\xeb\x70\xce\x40\x86\xb4\x4d\x02\x80\x47\x5e\x0a\xcb\x20\x09\x20\x29\x22\xa3\x70\xe0\xf2\xbf\x38\x08\x09\xa5\x2d\x2c\x6f\x00\x0c\xa2\x51\x33\xe7\x19\x01\x4c\x5b\x54\x67\x39\x15\x01\x2c\x8a\xb5\xee\x0a\x28\xc2\xaa\xd5\x90\x61\xa0\xf4\x30\xa4\x5a\x77\x98\xc5\xa1\x00\x36\xd9\x08\xd9\xfc\xa5\x6b\x89\x38\x59\x9f\x72\x47\x2c\x36\x50\x97\xcc\x9f\x87\xe4\xda\xab\x50\x75\x4d\x88\x49\x3b\xdd\x5e\x51\x6e\x18\xb6\xe6\x8f\xf9\x3c\xa0\xb0\xe8\x4d\x5c\x6b\x0e\xec\x23\x87\xeb\xe4\xb6\x2c\x87\x7d\x22\x6b\x6a\x2e\xdc\x93\x09\x5f\x24\x1f\x52\xe7\x79\x22\x1c\xc9\x43\xaa\x41\x67\xbf\x45\xa2\x3f\x90\x38\x50\xc7\x67\xba\xe2\xd2\x48\x8a\x4a\xac\xd8\x8b\xb1\x62\x34\x0f\x08\x39\x53\x61\x27\x7e\x6b\xb0\xc0\xea\x71\x85\x02\x7c\x70\xe0\x85\xe9\x18\xa5\xd3\xf8\x9c\x40\xab\xaf\x2a\x4a\xf1\x04\x0d\xdf\xf8\xb7\x7d\x28\x43\xc2\x69\x7f\xc5\x41\x92\x4a\x3d\x21\xda\x37\xfe\x89\x31\xda\x8b\xf0\xda\x7b\xaa\x7f\x59\x75\x0f\x51\xc0\xab\xb9\x3b\x50\xb5\x83\xe8\xeb\x89\xea\xcc\x51\x63\x23\x76\xbb\x87\x01\xb0\x49\x4b\x1f\xde\xf6\x1d\x40\x50\x4a\xaa\x6a\xcf\x04\x80\xf4\x84\xf4\x8b\x83\x2f\x00\x94\xbe\xca\xf1\x1c\xdb\x06\xa0\x39\x2b\x3f\xcd\xc2\x04\x60\xf8\x4a\xe9\x1d\x6b\x34\x80\xf9\x0f\x95\xf9\x4b\xcc\x00\xd6\x1f\xd4\xb1\x7c\x39\x7f\xf6\xe5\x20\x73\xb6\xe1\x36\x6c\xfa\x1c\x88\xb2\x6d\x80\xcb\x1b\xcb\x0c\xea\x13\x4b\x99\x60\x06\xc7\x83\xeb\x3d\x39\xac\x26\x3a\xb9\x8d\x81\x93\xe4\x64\x83\xd1\xea\xd9\xb0\x1f\xe4\xbd\xba\xdd\x2d\x9d\x51\xee\xa4\xc7\xda\x7c\xf7\x8e\xc6\xf0\x93\x4c\x35\x7c\x9f\x1e\x8b\xeb\x24\x6d\x57\x35\x7d\xef\x9c\xa0\x49\x4c\x41\xc5\xcf\xdb\x27\xd5\xff\xc9\xc3\x10\x1c\x15\xb5\x70\x62\xe1\x9f\x17\x96\x95\x2a\x71\xc6\xe1\x4b\xe3\x5b\x50\xf5\xb8\xd0\x08\xd6\x77\xe3\x2a\x27\xf0\x91\xc1\xdb\x69\x1e\x90\x67\x1c\xaa\x6f\xf1\xa3\x41\x17\x1e\x9e\x55\x4b\x26\x68\xfa\xe7\xd3\xfa\x70\xba\xe2\xd4\x26\x89\xea\x5e\xb9\xed\xb1\xea\x5f\x88\xd7\x3c\x72\x01\xd8\x7d\x25\x9f\xec\xe0\x02\x10\x54\x97\x44\xf6\x3c\xf8\x75\x1d\x68\x5e\x10\x1d\x36\x79\x29\x16\x67\x00\x93\x21\xc5\x74\xd6\x6c\x00\x1b\x1f\x94\xc3\xa5\xfb\x00\x0e\x0d\x1a\x72\x42\x2c\x40\x74\xbe\xae\x9b\x27\x13\x05\xf1\xce\x51\xc6\x26\x68\x17\x64\xdc\xae\xc6\xfa\x8b\xfe\x1b\x44\xdc\x6e\xd8\xa9\xc7\x6a\x3f\xd5\xc7\x86\x3d\x40\xd5\x05\x4b\x69\xb5\x34\x8a\xed\xf7\x49\x22\x2f\x9a\x66\xe5\xc8\x07\x7f\x27\x0d\x1b\xe5\x5e\xb3\x8c\x79\x4f\xd2\xd3\x57\xbb\x75\x2a\x9e\x44\xbc\xaf\x53\xd2\x5d\x9a\x5c\xb5\xee\x45\x91\x54\xad\xfe\xfc\x35\xd5\x9a\xd6\x7f\xf2\x67\x2f\xce\x32\x87\xd2\x1c\xf6\x79\x54\xcf\x94\x38\x4a\x0b\x77\x32\xf2\xcd\x27\x45\xf4\x4d\xec\x54\xf4\x8b\xd7\xd7\x55\xdf\xe1\x8c\x22\x29\xcf\xe8\xd4\xaf\xe0\x66\xc3\xcb\x68\x1e\x90\x3f\xfb\x70\x5a\xcd\xb5\x52\x08\x8f\x7c\x3f\x35\x17\x6b\x6f\x22\x1e\xf3\xfe\x02\xc0\x5e\x2c\xd9\xba\x43\xf2\x17\x17\x24\xc3\x27\xbd\xe5\xa0\xe5\x7f\x7b\x62\x2c\x1a\x15\x94\xd9\x36\x03\xd8\x35\xa1\x78\x39\x9b\x00\x5c\x38\xd4\x98\x04\x2f\xae\xf7\xe5\xe4\xba\xc9\x18\xc6\xa9\x44\x20\x33\x2e\x82\x96\x5b\xf4\x81\x3a\xe5\xb4\xd3\x71\xa3\x5d\x0c\xf5\x88\xdd\x1b\x3f\x5e\x8f\x55\x0a\xb3\xf5\x9b\x98\xc5\xa0\xf3\x64\x05\xf3\x85\x6c\x9d\xc8\x14\x52\x99\xb1\x4a\xf5\x9d\x38\x15\x62\x85\xc1\x83\x5b\x72\x29\xd3\xc4\x2c\x5d\xe6\xee\x1d\x29\x83\x84\x4f\x9a\x9f\x06\x29\x19\xa5\x04\x43\xb5\xe8\xaf\x23\x59\x6f\xd6\x3d\x20\x69\xca\x92\x98\x73\x49\x92\x04\x73\x65\x76\x8c\x5b\xe2\x86\x59\x36\x95\x1a\x4c\x44\x62\xcf\x37\x35\x74\x03\x56\x30\x8e\xfc\x76\x58\x75\x1a\xfb\x28\x66\xe8\x45\xb5\x06\x0f\x96\x1c\x13\xff\xd8\x4e\xc3\x1e\xd7\x17\xd1\xd8\x27\xac\x29\x83\x47\x85\x9d\xec\x0a\xd6\x7a\x82\xb7\x0d\xfd\x41\xeb\xc3\x69\x46\xe9\x44\x11\x42\x02\xb6\xdc\x08\xd5\xdd\x4e\x18\xf5\xdb\x0c\xc0\x29\x2a\x61\xb8\xb3\x0b\x40\xc4\x50\xac\x84\xb1\x0c\x40\x3e\x59\xc2\xfa\xc0\x0d\x00\x0d\x55\xa9\xb0\xa3\x2f\x01\x8c\xcb\xa5\x71\x2c\x96\x00\x56\x4a\xb2\x69\x67\x1f\x01\x38\x4e\x29\x78\x71\x54\x01\xb8\xfb\xa0\xb2\xf9\x4e\x00\x5c\xe9\xd4\xd8\x22\xc9\x0d\x8d\x5e\x38\xbd\x78\x14\x1d\x02\x1e\x22\x66\x7e\x7a\xdf\xa9\x73\x2e\x27\xec\x3f\xd9\x05\x51\x46\x1d\x29\x57\x58\xaf\xe4\x91\x6f\xdb\xb5\x47\x96\x87\x3e\x22\xb5\x59\x6d\xbe\xca\x18\xb7\x87\x74\xd9\xf4\xaf\x4a\x7c\x62\x21\x51\xd8\xf0\x76\xcb\x5c\x7a\x11\x21\x57\x2f\xa4\x27\x30\x0b\x08\x47\xb4\x1a\x86\xaf\xe4\x30\xaf\x73\x20\x7f\xf4\xe2\xac\x58\xa9\xa0\x57\x55\xd3\xf2\xbf\xf3\xa8\xee\xc7\x5c\x48\xee\x7b\xf7\x52\x5d\x1d\x13\x9d\x44\x18\xcc\xd7\x54\xc6\xee\x4c\x14\x18\xf0\xd0\x6a\xc2\x06\xc6\x67\xf6\xa8\xeb\xa0\xb0\xaf\xe2\xd4\xba\x50\x3a\x3c\xb8\xca\x28\x09\x5a\x1f\x4e\x63\xa0\xbe\x03\xde\x26\x6c\xba\xfe\x9e\x5e\x22\x41\x21\xb0\xe5\xda\xa4\xfe\x18\xc1\x3b\xe0\x33\x00\xb7\x96\x98\xcf\xae\xf1\x5f\x1c\x84\x82\xba\x78\xe1\x01\x4b\x00\xad\x5e\xb1\x86\xc3\x05\x00\xa6\x49\x92\x31\x27\x9f\x03\xd8\xb9\xc9\xc6\xb3\x66\x00\xb8\xe6\xc9\x55\x73\x70\x01\x78\x51\x94\x09\xfc\x32\xeb\x7d\x39\xc5\x7e\xf7\x74\x4d\x54\x7a\x91\x1f\x3e\xaa\x26\x0f\x0c\x9c\xa9\xcb\x57\x98\x6d\x14\xed\xaa\x29\xf2\x6e\x02\xee\xba\x01\x74\x64\x4b\x47\xa5\xb0\xc0\x88\x62\xd2\x39\x1b\x72\x7a\x42\x92\x30\xf1\xb0\x79\x7a\x65\x7e\xc6\xd2\xba\x17\xe5\x8b\x7e\x41\xcf\xc7\xbc\xcb\xb8\x97\xda\x0f\x5e\x29\x16\xcd\xe2\x36\xaa\x91\xe7\x3e\x96\x76\xfc\xe9\x45\x99\x3e\xac\xe6\xb8\xa2\x79\x35\xed\x53\xb4\x46\xf0\x4a\x4f\x56\xca\xc8\xac\xe6\x87\xd5\xe5\xb4\x73\x8f\xbb\x75\xf8\x30\xe7\x52\xbf\xf4\x54\xea\x62\x30\x0d\xc9\x98\x3f\xfb\x70\x9a\x84\x0c\xd9\x71\x9a\x31\xef\xaf\x5f\x37\xba\x84\xdf\x1d\xc9\x53\xcd\x6d\x74\x00\xdf\x15\xea\x56\xd1\x65\x74\x89\xc0\x1c\xcc\x07\xc0\xf3\x59\x34\x93\xde\x0f\x40\xfc\x90\xe8\xde\xbd\x97\x00\x50\xa7\xc4\x4e\x1c\x88\x02\xd0\x6e\x11\x09\x3f\x24\x00\x60\x81\x93\x64\x63\xbe\x0b\xe0\xe4\x21\xfd\x8a\xd5\x02\xc0\x63\x48\x6e\x3b\xc7\x0a\x80\x1f\x87\xe2\x37\xbe\x04\x80\xe0\xa7\xe8\x31\xa9\x2d\x70\x3f\x78\x41\x73\x59\xd9\x04\x59\x08\xe1\x36\x34\x35\x18\xa0\x3e\xf4\x73\xb7\x66\x75\xdc\xb4\xee\x47\xa9\x70\x39\x17\x7a\x29\x2e\x9a\x78\xd7\x6e\x5f\xba\x6d\xea\x59\x82\x99\x65\x40\x45\x7c\x8e\x23\x5e\xda\xd4\xb3\xa5\xa8\xe8\xc8\xba\x17\x25\x41\xc7\xf5\x2d\x53\xc5\xea\xba\x07\x24\x54\xb5\x68\xf1\x71\xf1\xc9\xa5\x12\x35\x91\xa5\x98\x82\x89\x6f\x1f\x35\x06\x97\x3d\xf2\xc2\x5e\x6b\x69\xc7\xae\x6c\xca\x65\x7b\xc6\xa0\xd3\xb9\x2a\x9a\xd9\xd3\x4b\xd2\x23\xad\xd6\x67\x04\x74\x69\xe8\x5b\x62\x6a\x53\x34\x6f\x8b\xea\x93\xb0\x16\x89\xdc\x8d\x1f\x8c\xaa\xb0\xa9\x09\xaf\xeb\xf6\x1b\x4d\xe2\xec\x62\x6e\x57\x9d\x31\x61\xc4\x11\x23\x17\xcb\x99\x4c\x2a\xf0\x8a\x11\x06\x45\x31\xa6\xc3\xf8\xec\xb0\x41\x00\x9e\x19\x21\x8e\x5d\xc3\x00\x92\xef\x84\x4b\xf7\xee\x05\x40\x2b\x89\x1e\x38\xe0\x0e\xa0\x7f\x4f\xd8\xeb\x50\xfe\xbf\x7a\x62\xbc\xc4\xe3\x4e\xf7\x01\x78\xaf\x4a\x57\xb3\x0f\x00\x04\x39\xca\x1f\xe1\x69\x02\x88\xcc\x42\x6d\x93\xe8\x85\xb6\x68\x59\xf5\x12\x94\x13\x82\x8d\x8a\xd1\xcb\x36\x48\xa0\x7e\x09\x55\x34\x8f\x70\xd8\x49\xd9\xe5\x93\xe9\x9c\x18\xe4\x4c\x32\x75\xe7\x0b\x48\x4d\x70\x20\xcc\x38\x52\x93\x56\xb2\xfc\xf1\x15\xd6\xfe\xe5\x87\x0a\xb2\x71\xb2\x66\x2d\xb7\x9a\xcb\x77\x63\x83\x0d\x91\x07\x0f\xab\xb6\x61\x4a\x75\x6c\x3e\xaa\x5e\x1b\xc0\xa4\x68\xc8\xff\xd8\x7e\x4d\xf8\xcf\x5e\x9c\x37\x6d\xba\x6c\x8b\xf3\x25\x03\xcf\x64\xf4\x9d\x97\x37\x14\x56\xf6\xed\x35\x14\x5d\xc6\xe6\xe5\x76\x8a\x1a\xa5\xad\xdc\xce\xc6\xb5\xb9\x18\xdb\xac\x5e\xcd\xac\x6d\xfc\x6e\xc2\x86\xa9\x48\x55\xae\xad\x32\xa5\xc3\x6a\x26\xa9\xd2\xfa\x70\x8a\x7f\x98\x35\xe0\xa6\xa2\x6a\x8a\x94\xcd\x74\xf0\xd6\xe1\xf8\x9c\x69\x8b\x0b\xf8\xab\xe1\x47\x01\xf8\x5e\x08\x3e\xa2\x2f\x07\x90\xc2\x0b\xf2\xee\xc1\x01\xa8\x76\xf1\x9f\xdf\x3b\xf4\x8b\x83\xb0\x2b\x11\x1c\x3d\x7a\x13\xc0\x23\x4e\x24\x8a\x25\x1b\x20\x90\x53\x72\x86\x7d\x08\x20\x5c\x47\x76\x92\xd7\x06\x20\xae\x48\x31\x4e\xdc\x1a\xde\xc4\x2f\xa0\xd3\x14\x5b\xe1\x54\xdc\x84\x76\xb6\x6e\x2b\xf5\x5e\x14\xd1\xb4\xd1\x71\x84\x3c\x1a\x90\xe9\xa4\x10\x12\x40\xbc\x76\x65\xd0\xdb\x3d\x55\x9d\x70\xc4\x25\x2e\x51\x31\x4f\x1e\xe7\x6e\xf7\xa9\x44\xa0\xec\x2d\x96\xc9\xa2\xf0\x56\xe2\xb5\x38\x0c\x8f\x71\xe6\x43\xf3\xda\xf4\x95\x3e\xdd\x0d\xdf\xde\x35\x2c\xd2\x78\x98\xb9\x0f\x5a\xe6\x3f\x98\xae\x35\x7d\x4c\xd3\x45\x2d\x38\x55\x86\x0d\xd6\x19\xe8\x2e\x4a\x94\xe7\xf5\x47\x19\xef\x5c\x3a\x52\x6a\x74\xb7\xd7\xf4\xc0\xd2\x4a\xd1\xdb\xd6\x09\x53\xbb\x15\x8d\x5c\x4c\x93\xb9\xe9\xf7\x55\xfb\xac\xbe\x9a\x0e\x73\xe2\x2a\x25\xa3\x86\xd6\x87\x53\x94\x61\x39\x88\xcd\x4a\x6c\xa6\xf5\xe1\xe4\xf0\x58\x6f\xc7\x99\xc6\x2e\x66\x58\x58\x33\xe3\x75\x22\x06\x00\x84\x45\x84\x95\xf7\xfc\xfd\xbb\x29\x4f\x28\x6a\xef\x77\x00\x4d\x01\xfe\xc7\xfb\x0e\x03\x98\x3e\x12\x70\x3b\x38\x0b\xe0\x98\x24\xb0\xeb\xc8\xf4\x2f\x0e\x22\xe4\xb5\x58\x2e\x1b\x16\x20\xce\x5e\x4a\x90\xfb\x1c\x40\x52\xbb\x7c\xac\x18\x3b\xcc\xa4\x1e\x44\xed\x51\x10\x84\x7d\xe9\x5a\x1a\xd3\x7a\xed\xd4\x3b\x49\x99\x46\x39\x4e\xc7\xc8\x6f\xa2\xee\xda\x5a\x87\x5c\x23\x1e\xf3\xe3\xbc\xa2\x9c\x31\x8f\x67\xf6\x68\x8a\x19\x2a\xce\xc1\xca\x3b\x1d\x2b\xd4\xbc\xa6\x80\x39\x66\x75\xfd\xe6\x62\x5d\xd9\xca\x6b\x93\xac\x81\xdb\x8d\x03\x4b\xb3\xba\xa8\xa9\x6f\xad\x47\x56\x4a\xb5\xe6\x66\xd1\x8d\x5b\xc7\x3c\x74\x87\xe7\xf7\xd7\xb1\x0f\xa7\x1a\xed\xfc\xc1\x78\x5d\xfb\x61\x89\x49\xea\xc2\xf9\xea\xd2\xae\x61\x33\xfd\x45\x9d\x0a\xfd\x36\x71\x73\xca\x92\x72\x69\xf0\x8d\x7c\xcb\x07\xcb\x81\x85\x25\xd7\xb2\xac\x04\x57\xde\xe6\xa4\x57\x1c\xb3\x72\x5e\x1d\xcf\x34\xfc\x4f\x1f\x8e\xbc\xad\x21\xf6\x7d\x42\x7b\xba\x83\xad\x30\x2e\x35\xf6\x4c\x4a\x8f\x1d\x0f\xee\x46\x4c\x1e\x80\x50\x81\xd0\xd6\xdd\xce\x00\x4a\xd5\x02\x8a\x7b\x15\x01\xb4\xc9\xbc\x07\xf6\xce\x03\x58\x85\xf3\x2d\x1e\xc4\x03\xb8\x8a\xf3\xdb\x1e\x35\xfe\xe5\x05\x89\x3c\x2c\x1c\x7d\x2e\x0b\x20\x49\x40\x7c\xf6\xb2\x32\x40\x46\xb1\xf4\x77\xa1\x97\xf0\xf1\xea\xb2\x52\xa0\xa2\x1b\x1c\xca\x15\x53\x73\xd3\xf3\xa1\xbe\xcb\xf4\xd6\x47\x3b\xe4\x50\xf6\x24\x4e\x59\xba\x04\xd5\x11\xa6\x42\x4b\xdc\x17\xb2\xac\x71\x19\xde\xdc\xe1\xf8\x32\x03\x0c\x9d\xcb\xe7\xfc\x67\xf5\x65\x2b\x99\x36\x55\x2d\xa1\xcd\x7e\xff\x78\x51\xaa\xda\xb6\x2f\x2e\xe8\xd5\x4f\x06\xdf\x56\x9a\x69\xd1\x2b\x9f\xbe\xd7\xe2\xf7\x2a\xc1\x84\x65\x86\xdc\x9c\x31\xb0\x6c\xb6\x77\x7e\x4b\xfd\xc0\xbd\x83\x16\x73\x3f\xe8\x6b\x1d\x5a\xf6\x5a\x67\x2d\xb8\x56\x3f\xa9\x5b\xb5\x49\x5c\x5c\x2a\xe7\xae\x3a\x6a\x77\x6e\xe9\x4b\x89\x78\xc9\x03\xbb\x0f\xcb\x84\x02\xab\xfc\x66\xfb\xec\x95\xd5\x9c\x96\x6c\x01\x07\x99\xd5\xfe\x2c\xa7\x0c\x47\x87\x93\x98\x37\xa9\x1d\xc9\x62\x8e\xfd\x58\x99\xe4\xf1\x04\x11\x47\x79\x9c\x48\xfc\xe1\x98\xfd\x4e\x15\xb8\xc4\xd8\x34\x00\xd1\x7c\x7e\x3f\x86\xa7\x00\x68\x3f\xbe\x7d\x8c\xc3\x00\x7a\x0a\xbc\x4a\x4c\xf9\x00\x36\xf3\x3c\xd1\x07\xae\x02\x78\x62\x79\xf9\x8e\xa4\x00\x04\x3f\xe2\x6f\x61\x16\x01\x48\xf0\x13\xbc\x73\xae\xef\x5f\x3d\x31\x62\x52\x8a\xc2\xac\x80\x29\x5c\x94\xf7\x90\xd7\x84\xb3\xc5\x67\xd0\xec\xba\x51\xd4\x89\xfc\x62\x1d\x4f\xfb\x55\xf2\x97\xac\x06\x33\xed\x10\x33\xc2\x48\xac\xbd\x8b\x74\x16\x06\x2b\x1a\x60\x13\xf4\xe2\x5a\xd4\xca\x8a\x87\x7b\x76\x71\x53\xdb\xd2\x35\x7b\xaf\x96\x4d\xed\x8b\x0b\x99\xe6\x51\x83\x8c\x5d\x5c\x0b\xcc\x86\xe2\xe3\x4b\x5d\xe5\x1f\x4b\x4d\x3a\x26\x5d\xee\x38\x0d\xcc\x5a\x7e\x99\x36\x6c\x63\xec\x9a\xb2\xb6\x9e\x9d\x6a\xd2\x6a\xd9\x62\xa7\x3b\xcf\x76\xc3\xab\x56\xcb\xfe\xf3\x8f\xa9\x9a\x47\xe5\xfb\x1d\x5b\x17\x25\x2b\x27\x0a\xce\x38\x57\x2d\x31\x97\x8b\xe4\x5c\x72\xd9\xbb\x7c\xa8\x18\x97\xd9\xe9\x5c\xbe\xe2\x92\xbf\x33\x6d\xd1\xa9\x64\xf5\x55\x96\x76\x42\x85\xeb\x61\x0c\x6b\xe6\xa1\x58\x67\x97\xb7\xd8\xd3\x29\xa5\xd1\xce\x2e\x87\x71\x1b\x13\xcc\x22\xdb\x9c\x01\xe7\x13\x47\x0f\x20\x26\xc2\xf7\x99\xa1\x14\x40\x95\xc8\x17\xbc\xd7\x0d\xc0\xd8\x8a\x7b\x96\xe9\xef\x73\x01\xcd\xc5\xb4\x6f\x06\xc0\xa7\x82\x4b\xe8\x50\x31\x40\xf8\x2b\x5e\xa7\x13\xaf\x00\x52\x3a\xf8\xb8\x4f\xbb\xff\xea\x89\x29\x96\x14\x1b\xe0\xdf\x06\x50\xf9\x59\xda\x59\xfa\x1c\xa8\x56\xd7\x28\x45\x68\x25\x20\xbb\xaa\x7a\xd5\x57\x6d\x5b\xc8\xed\xc5\x07\x8d\x77\x87\xa6\x11\x46\x33\xa5\xec\x6e\x67\x0d\xad\xf7\xe4\x5c\xf2\x6e\xcf\x14\x6b\x1b\x5e\x70\x76\x46\x37\xdd\xbd\x17\x36\x17\x68\x49\xf7\xaa\xba\xff\xf3\xf8\x25\xb3\x6f\xdf\x1c\x7b\x1f\x3d\x73\xb4\x5e\x9e\x98\xee\x92\xeb\xd2\xb3\x7f\x37\xb9\x72\xa7\xe1\xe6\x1d\x47\xae\x99\x81\x96\xc2\x6b\xee\xce\xb8\xb9\xe2\x46\xe3\x92\x63\x6e\x07\xe7\x31\x75\xc4\x7c\x43\xd7\xc5\x85\xee\xea\xde\x4c\xbc\xfb\xd9\x25\xfa\xf2\xb6\xb4\x8d\xee\x89\xcb\xfb\x4a\x84\x13\x2b\xdd\x53\x57\xdc\xf2\x25\x68\x7d\x38\x51\xdb\x3c\x0c\x30\xdc\x99\x3b\x42\x8d\x3c\x53\x30\x6f\xd3\xce\xd3\x7c\x28\xc1\x0f\xdd\x5d\x71\x4a\xf1\x4c\x00\x52\xa1\x3c\x9d\x0c\x4e\x00\xea\xcd\x3c\x07\x19\x95\x01\x4c\xde\x73\x95\x30\xf1\x01\x38\x3f\xbf\xdc\xbb\x7f\xf2\x17\x07\x11\xcb\xc0\x5d\x75\x82\x0f\x20\x43\x99\xfb\x23\x8b\x2d\x40\xc1\x75\x3e\x0f\xd6\x04\x80\xca\x24\x91\x24\xde\x50\x80\x1b\x37\xc5\xbf\x88\xf7\x43\x6e\x23\x51\x76\x0e\xfd\x1d\xe1\x6b\xa4\xa0\x4f\x59\xcb\x52\xb6\xd7\x96\xe9\x66\x07\xe9\x12\xee\x14\x75\x5b\xb9\x5d\xd5\x5a\xc5\x27\xaa\x5f\x09\xae\xff\xb8\xc8\x14\xf0\x2a\x75\x5b\xd7\xc5\xb9\x5c\x77\xfe\xc6\x85\x07\x39\x53\xee\xd6\x3e\xef\x5e\x3c\xbf\x34\xc2\x67\xdf\xf0\x39\x7e\x80\xa5\x53\xd1\x85\x34\x66\xd1\x9b\xde\x78\xc3\xad\xfd\x3b\xb5\x93\xad\x6a\x8f\x47\xf0\x74\x7b\x5b\x7e\xb1\xb2\x27\xcf\xec\x40\xf3\x70\xce\x56\xaf\xf3\xf3\x03\xf5\x4d\xe9\x3b\xbc\x60\xc1\xa8\x46\x34\x99\xf3\xca\xbd\x45\xde\xaa\xfa\x58\x01\x1f\xf4\x92\x48\xb9\x6d\xd4\xc8\x15\xca\xf2\xa7\xc2\xac\x30\x01\xef\xd6\x95\xb1\xdc\xda\x90\x1d\xde\x51\xab\xd5\x57\xa3\x68\x7d\x38\xfe\xfa\xde\xee\xd8\xad\xa9\xa6\xbe\x69\x57\xb2\x71\x3b\x12\x6c\x01\xa4\xe2\x79\xee\x32\x38\x03\x68\x39\x73\x89\xed\x69\x02\xb0\x78\x74\x79\x81\x29\x15\xc0\xb5\xfc\x12\x7e\xdf\x23\x80\x90\x7b\x1c\x61\xfb\x3f\x01\x24\x9d\xe5\xcc\x39\xba\x08\x90\x77\x90\xeb\x11\xcb\x2d\x80\x8a\x2f\xdc\xb9\x67\xa3\x7f\xf5\xc4\xdc\x32\x12\xcd\x13\x2d\x81\xc6\xdb\x27\xa4\x1d\x50\x64\xc4\xe8\x4e\x93\xd2\x57\x8b\x09\x8a\x72\x9b\x8d\x26\x93\xbf\x3f\xc1\xaf\xce\xc8\x34\x21\xdb\x77\xd5\x3d\x9f\xcf\x95\xa7\xe1\xe1\x7c\x4e\xe4\x86\xe8\xc9\xbe\xda\x29\x71\x9f\x93\x0d\x59\x2f\xe2\xdf\xea\xbb\xaa\xbf\xce\x7d\xd9\x70\xdf\xc2\xb3\xf5\xa3\xcc\xb3\xad\x0d\xcc\xde\xc4\xaf\x4f\x1e\xd4\x97\x9a\xf8\xd5\x4c\xd8\xdd\x6f\xcc\x21\xf9\xf3\x4d\x25\xde\x49\x4e\xaf\xf5\xf7\x9e\x21\xde\x3a\x95\x20\x1a\x70\x7f\x8e\xd8\xc8\xb5\xde\x87\x63\x15\x88\x5e\x20\x55\xe7\x86\x1a\x05\x68\x2e\x19\x95\xef\x0b\xd1\xf3\x3f\xf5\xef\x3e\x9c\x80\x55\x9f\xe7\xab\x9f\xb2\x4a\xfc\x83\x7c\x26\x31\xe9\xe9\xa1\x34\x1f\x8a\xcf\x23\x9f\xbf\x70\xbb\x12\x8c\x00\xe4\xe6\x78\xfa\x76\x1b\x01\xe8\x8c\x72\x6d\x66\xa4\x07\xb0\xe1\xbe\xcc\xc0\x54\x01\xe0\x15\xcc\x19\x78\x40\x11\x20\xec\x25\xc7\x96\xfd\x83\x00\x69\x76\x1c\x01\x87\xd1\xbf\x7a\x62\x6a\x35\x2e\x8f\x9c\x31\x00\x68\xe1\xe3\xdb\x7d\xd1\x15\xa0\x53\x5f\xe8\xb6\x10\x3f\xbc\xef\x63\x95\x60\x50\x74\x44\x6a\x1f\xd8\xc9\x0d\x99\xec\xa7\x64\xf5\x46\xa1\x3f\xf9\x1c\x26\x8c\x74\x4c\xeb\x9b\x67\xb6\xad\xbc\xac\xfd\x6e\x37\xd0\xd4\x32\xbe\x29\x6b\x32\x24\xf9\x01\xe6\xb9\x4c\xdc\x9e\x92\xe5\xa1\xab\xf7\xb2\x42\xdc\x9e\x22\xa3\xe6\x35\xec\x61\xed\xef\x44\x86\x22\x73\xf7\x47\x12\x3e\x91\x9e\x78\xa4\xf3\x87\xe3\xc7\x77\xf6\x7a\xc6\x4b\x45\x54\x4f\xfa\x74\xee\x8d\xa5\x0b\xbb\x38\xc3\xd2\xa6\x1a\xc5\x1c\xda\x36\x67\xdc\xf4\x25\xec\x46\xa8\xe9\x8f\x57\xb5\xfb\x42\xc6\x42\x58\x16\x6d\xab\xc4\x83\xe7\x82\x46\x96\x9c\xca\x3e\x06\x9e\x0a\xd9\xb8\xdc\x54\xa4\x4e\xeb\xc3\xf1\x69\x0c\xb6\xc1\xc8\x66\xbc\xfb\xd3\x87\xe2\xb5\x2f\x30\x01\x67\x1f\x17\x0e\x80\xba\xc6\x5d\xbc\x7b\x06\x40\xef\xcb\xa5\xe5\x3d\x87\x01\xec\xab\x2e\x06\xec\xd5\x07\xf0\x0b\x3b\x9f\xbb\x97\x09\x20\xf6\x11\x9b\x0e\x93\x1b\x40\xf6\xc5\x0b\x3b\x0f\xe6\x01\x54\x1d\x65\x5d\x3d\x68\x01\xd0\x88\xbe\x58\xc3\x9c\x0d\xd0\x29\xc3\xc9\x7f\x96\x1b\xe0\x81\x3c\xff\x0e\x9e\x07\x00\xcf\xe6\x44\x26\x65\x9a\x91\xf7\x43\x5d\xd2\x33\x86\x9b\x28\x8f\x86\x55\x94\x3e\x79\xd9\x12\x5a\x9e\xca\x68\xa5\x64\xd6\x2c\xf4\xdc\x1f\x36\xaf\x69\x62\x1f\x1e\xbe\xd1\xee\x5b\xd7\x7b\xad\x35\xb9\xb0\x23\x53\x6d\xa8\xbf\xb4\x35\xeb\x62\xe7\x87\x37\x7a\x99\xea\x19\x6f\xdf\xf0\xbd\x3c\x99\xa4\x9f\x36\xf4\x79\xd7\x13\x93\x58\xc6\x14\xe9\x71\xcf\x9e\xb6\x08\x99\x94\x92\xa9\x7d\x1d\xf5\xa1\xcf\x92\xe8\x67\x26\x6f\x59\x87\x54\xc7\x75\xcc\xcd\x35\xea\x04\x39\xc7\x56\xfd\x18\xae\xdd\xee\xbf\x12\x7b\x69\x31\xab\xf2\xaa\x6f\x52\x2c\x7e\xe9\x65\xa9\x3e\xad\x0f\xc7\x9b\x29\xea\xcc\xaa\x76\xf6\x88\xd7\x8b\x88\x25\x8c\x6a\x46\x89\x27\x6f\xc4\x03\xec\x99\x94\x7e\xf7\x97\xe1\xde\xb8\x83\x09\x47\xdc\xbe\x86\xe5\xe0\x5a\x62\x66\x00\x54\xf4\x2e\x63\x76\xef\xfd\x95\xff\x3b\xa9\x71\xd4\xee\x15\x02\x08\x3e\xc6\x5a\xc3\xc8\x02\x90\xc2\x7c\xd6\x9b\x31\x06\xa0\x70\x81\x65\x13\x43\x12\x40\xdd\x5f\xa7\x82\x19\xdd\x01\x3a\xce\x9c\xbd\x73\xe0\x3e\xc0\x03\x73\x8e\x10\x96\xcf\x00\x83\x77\xb8\xa6\x2e\x6e\x06\x78\xe7\x22\xf8\x5c\xbc\x19\x24\xbf\x0e\x4a\xec\xd2\xaa\xa4\x8c\x8c\xeb\xcb\x07\x7a\x9e\x21\x4c\x7c\x7b\x85\xbe\x9a\x2e\xf8\x25\xe3\xb5\xb8\xb1\x68\x6d\x7b\x6f\xe0\x23\x92\x7b\x53\xd7\xfe\x2a\xb9\x0e\xa3\x04\xb5\xa7\x35\x69\xa2\xad\x9a\xad\x1b\x46\xac\x22\x39\x1b\x39\xde\xe9\x0d\xf1\x86\x5e\xad\x36\xfd\xba\xf5\x11\x7d\x50\x5a\x19\xfb\x44\xea\x7d\x13\x7f\xbe\x22\xcd\xe9\xca\xf6\x4d\xbe\x2c\xf9\x43\x73\xfb\x9b\xb9\x7d\xb2\xb2\x13\xe7\xbf\xd7\xbb\x79\x6f\xce\x4a\x5d\xc8\xbb\xe6\x73\xc5\x2d\x7d\xc7\x12\x7d\xf9\x5b\x8f\x1f\xa9\xc3\xcb\xcb\x85\x27\x3d\x9e\x26\x53\x56\xa2\xf2\x96\xdd\x6e\x25\x3d\x5a\x25\x67\x8e\xbb\xaa\x25\xef\xc1\x54\xa6\xfd\x70\x99\x89\xff\x86\xcd\x48\xca\x72\x1e\x88\x3b\x8f\xf3\x8d\xdb\xe5\xb4\x1c\x77\x1a\xf7\x26\x66\x33\x80\x6a\xc8\xc5\x68\xfa\x60\x00\xf3\xd5\xf3\xa2\xf4\xd3\x00\x1e\x21\xac\x16\xbb\x4f\x00\x44\x88\x9c\x96\xa5\x5f\x01\xc8\xca\x64\xd6\xa1\xdf\x07\x50\xd9\xf6\xf3\x3d\x26\xad\x1f\xe5\x61\x11\xdd\xe8\x3f\x79\xc7\x2d\x96\x50\xc6\x76\x80\xcf\x3c\xec\xb1\x2c\xc1\x00\xb3\xae\xbc\x96\xbc\x4f\xa1\x07\x7b\x42\xe4\x1e\x8a\x48\xb5\x21\x99\x49\xd7\x39\xa5\xcf\x7f\xc0\x5e\x57\x1e\x49\x50\x19\xae\x9d\x67\xd0\x77\xae\xd8\x70\xeb\xf9\xb7\x54\x27\xce\xb6\x8d\xd9\x2a\xaf\x23\x23\x9f\x3f\xb8\x1c\xf1\xfa\xe5\xab\x1b\xf4\x4f\xcf\x7b\xb9\xbd\xb0\xf9\x30\xfb\xec\xb4\x57\x6a\xd7\x85\xb1\xcd\x7d\x62\x1e\x5f\x5a\x32\x26\x5f\x75\x58\x7a\xe8\xd7\xcf\xcd\x04\xdd\xaa\x72\xf7\xbc\x36\x32\x37\xd2\x30\xe7\xfa\xa1\x4a\xf4\xc7\xc0\xf5\x80\x75\x0f\x48\x7e\x91\xc6\xd2\x64\x49\x8e\x8b\x75\x1e\x7a\xe5\x68\x81\xb4\x93\x7e\xee\xe0\xaa\xf3\x55\xbc\xe3\x8f\xab\xbd\x18\x8b\xf4\x49\x47\xb7\xac\xdd\xd8\xcd\x29\x64\x07\xba\x4c\x49\xec\x74\x42\xbd\x3d\xa4\xf5\xe3\x9c\xe2\x0e\xda\xf5\xa4\x8a\xe3\x65\x23\x03\x01\xb4\xfe\x62\x77\xa6\xdf\x01\x60\x73\x81\xad\x9a\x81\x1d\xc0\x47\x92\xe5\xce\x4e\x59\x80\xb8\xc3\x3f\xd7\x9b\x6f\x4f\xf7\x9b\x07\xe1\xcf\x3e\x88\xb1\xb5\xeb\xb2\x24\xc8\x32\xbd\x27\x19\x00\x66\x2f\x5f\x62\x93\x81\x55\x2a\x56\xe4\x2f\x25\xe7\xf9\xc7\xa4\x67\x32\x95\x0e\x72\x6f\x00\x1f\xa8\xf2\x3d\x7c\xaa\x7b\xeb\xea\x31\x03\x42\x1e\xba\xba\x66\x41\xd8\x51\xa5\x6e\x38\x91\x7e\xba\x24\x64\xa6\x63\x29\xc0\xee\xfb\x44\x95\x65\xf7\x79\x87\xd6\xb1\xc1\x77\x0d\xfd\xb6\xb6\x01\xef\xc4\x27\xee\x76\xa9\xd9\x09\x3e\x79\x3c\x1d\xd9\xfa\xc1\xee\xd5\x7d\xdc\x9c\x48\x63\x91\x9d\xdb\x1d\xec\x0f\xf9\x5a\x01\x7b\xdf\xa6\xe9\xc5\xcd\x55\xe2\x76\x84\x1b\x9b\x97\xec\x4b\xfb\xec\xce\xd4\x64\xac\xec\xcf\x1f\xb4\x0d\xac\x5a\x58\x3d\x91\xdd\x47\xeb\x81\xb1\x65\x29\x3e\x82\x65\x4c\x71\xb5\xb9\x56\xa8\x8a\x6d\x4c\x0c\xb0\x5e\xcc\xc3\xe3\x42\x63\xcd\xac\xea\x73\x0d\xf1\xa6\x11\x05\x96\x63\x79\x9b\xf1\xb9\xe1\xf2\x00\x06\x23\xac\x8a\x3b\x73\x01\x9c\x4a\xcf\x65\xd0\x57\x00\x04\x07\xd2\xb5\xfe\xbd\xae\x34\x97\x9f\xeb\xa3\xf9\xef\xd7\x3d\x08\x5c\xbf\xe7\xdf\xbf\x7a\x41\x4e\x3a\xee\x98\x80\x30\x80\xcb\x84\x0b\xfe\xf3\x97\x10\x76\xe1\x32\xf9\xa5\xf7\xb7\xc9\x2b\x32\xf5\xe6\xc1\x0f\x6f\x13\xa8\xaa\x35\xfe\x8d\xcd\x87\xb1\xf5\x46\xc1\x29\x81\x79\xab\xcb\xb7\x9d\xd0\xa5\x59\x91\xc6\x0b\x9b\x82\xf6\xdd\x40\xf9\x7c\x9e\xf7\xcd\xdf\xda\xac\x69\x5f\x32\x9b\xd8\xd7\xd0\xba\xcb\x34\x6a\x26\x62\xea\x65\x1b\x83\xf1\xd0\xc4\xd8\xec\xa3\x46\x26\xd3\xa0\xd1\x93\x3f\xb6\x5d\xcf\x36\xf3\x78\xb2\xbc\xb8\xb3\x82\x60\x9e\xdc\xcb\xb5\xa4\x55\xba\xdf\x5c\xeb\xae\xd3\xca\xde\x3c\x8a\xf9\xe3\xd6\x92\xd5\x3d\xd9\x4a\xe6\x2e\x37\xd1\xab\x90\xe1\x61\x7e\xa3\xbe\x1f\x43\x49\x61\x37\xfb\x5a\xcb\x80\x5d\x8a\xcf\x31\xd7\xad\xe6\xc1\x39\xc5\xca\x9b\x97\x57\xec\xc2\xbd\x8d\x3e\x66\x76\xbf\x2c\x1f\x1f\x16\x7e\xc5\xcc\xbf\x78\x8e\xb0\x3b\x44\x08\xc0\xcc\xfc\xd4\xf3\xed\x61\x00\x5e\x86\xc7\xcd\xb7\xba\xfd\xca\x7d\xff\xf4\x61\xfc\xc9\x81\xcc\xdb\xfe\x3b\xff\x46\xf2\x00\x98\x15\x77\x05\xcf\xbf\x05\x02\x67\xeb\xf9\xf4\x0f\xae\x88\xa0\x48\x8b\xfc\x87\x27\xe9\x94\x72\xd9\x34\xc3\x97\xb7\x47\x49\x57\x55\x29\xae\xd8\x2a\x4e\xfc\x27\xa3\xe5\x48\x96\xf4\x2c\x2c\x9d\xc3\xb7\x4c\xf6\xe0\xd1\x15\x21\xff\xc0\x12\x59\x2f\xf6\x65\x87\xf4\xe1\xf2\x7d\xf6\x45\x8b\xab\x4d\xb6\xd5\x92\x26\xd1\x0b\xd2\x6f\x3b\xae\x7f\xa6\xf9\x2f\x74\xc7\x67\xbe\x2e\xca\x96\x05\xe8\xc9\x7d\xc9\x5e\xa6\x2f\x78\x6e\xf0\x72\xc4\x62\xf9\x4e\xfe\x1e\x43\xb7\x27\x6e\x2b\x53\x57\x5f\x18\x62\xfa\x1a\x56\xc7\xd3\x29\x86\x42\xf7\x77\x62\xf9\x92\x4e\x18\x50\x3b\xae\xe1\x8e\xc4\xbe\x33\x52\xbf\x35\x8f\x33\x8b\xe9\x37\x1a\x6a\x7a\x8f\x7b\x1e\x55\x6d\x7c\xa1\x3e\x10\x6f\x10\xfe\xdc\x70\xa6\xee\x0c\x81\x39\x58\xc0\x50\xad\xc6\x80\x30\xe0\x7f\x11\xc0\xaa\x71\xbb\xef\xdf\xeb\xa1\xf9\x30\xd2\x34\x7f\xce\x72\xf2\xcf\x79\x87\xfc\x3b\x0f\x34\x11\xff\x73\xfe\x7c\xdf\x4f\x3d\x0f\x40\xd7\x41\x47\xf7\x63\x3b\x00\xf3\x21\x06\x83\x0f\xe3\x00\x97\xf4\xce\x0d\x3c\x9b\x45\x1a\x85\x97\x24\xdb\x3b\xc7\xa9\x66\xb2\x37\xb4\x22\xeb\x87\xc9\x91\xea\x1b\xed\xa6\xf3\x72\x88\x4d\xc6\x0a\xbe\x1d\xb1\x4f\xf0\xbd\xf6\xd8\xa8\x1f\x7e\x7b\xb1\xbd\xbe\xda\xa9\x38\x77\x69\xec\xf6\x84\x3d\x99\x7a\xb6\xd1\x98\x8d\x55\xca\x39\x52\x26\xcb\x2b\xdf\x7b\xbf\xe4\x17\xe9\x60\x97\xc7\xbe\xbf\x2d\xac\xd3\xf4\x5d\x79\xbd\xdc\x94\xcb\xae\xa1\xb3\xe2\xb6\xf2\x38\xb3\x5b\x73\x71\xe2\xc3\x6a\x71\xfa\x01\x2d\xe7\x0f\x2f\x31\x2d\x49\x5d\xda\xbd\x23\xcb\x58\xde\x84\xaf\x3a\x92\xcf\x8e\x63\x89\xb1\x1e\xda\x85\x8f\x22\xf0\x5b\x22\xb6\xea\x4c\x75\xff\xc0\x2b\x87\x2d\xea\xe2\x3b\x23\xf0\x36\x61\x05\x3a\xa2\x77\x56\x09\xe9\xfe\xa9\xba\x02\xb7\x5e\x11\x9e\xfb\x69\xeb\xa6\x37\xbf\x23\x6e\xf7\x99\x03\x70\xfc\x4a\x67\xf0\xf7\xba\x22\xe7\x7e\xbf\x0f\xd6\xfb\x30\xfe\x6f\x0e\x64\x2d\xef\x9c\xcb\x5f\xcb\x3f\xdf\x03\x9c\xb4\x62\xf0\x7b\x91\x00\x70\x31\xe5\x4c\xe0\x7d\x4d\xd8\x28\xfc\x40\x74\x2b\xcd\x03\x51\x36\x4d\xb1\x56\x0f\x33\xe7\x4e\x5f\x26\x61\x8c\x5a\x5c\xc5\x43\x17\x89\x1e\xf6\xb1\x01\xca\x7f\xf2\x0f\x36\xdb\x70\x5f\x0b\xce\xc7\xd7\x98\xc8\xe3\xb4\x5a\x14\x13\x73\x75\xf7\x61\x55\x87\xbf\xa7\x6e\x53\x37\xc4\x7c\x5f\xfc\x94\x7a\xfa\x4f\xfe\x01\x3d\xf8\xa3\x03\x27\x1f\x99\xa6\x2a\x36\x1e\x80\x3f\x13\xea\x43\xe3\x1e\xd4\x2f\x8d\x0c\xe0\x97\x03\x3f\xa8\x5f\x7a\xd1\x48\x70\xf4\x67\xd3\xa0\x7f\x1c\x4d\xb8\xea\xe7\xa4\xde\xdd\xbf\x44\x14\xbd\x62\xa0\x21\xdc\xfd\x84\x18\xe8\x39\xae\xc1\xd7\x59\x41\x5c\x70\xfb\x0e\xe0\x33\x42\xf7\x9b\x17\xe5\x4f\x0e\x84\xb6\x0f\x96\xdd\xe8\xfe\x8f\xef\xbf\xdf\x93\xd6\xf8\x87\x84\x35\x0f\x84\x17\x00\x67\xe1\xb9\xb8\x96\x48\x40\x09\x7b\x09\x98\x57\xb5\x23\x7a\x72\xb6\x8a\x7c\x39\x2f\xa9\x8a\xea\x9b\x75\xf1\xf1\x31\x64\xac\x51\xa5\x4d\x61\xe0\x11\x12\xd8\x90\x5c\xbd\xd7\xf9\x07\x4b\xe2\xfb\xd0\x06\xdf\x94\x75\xfe\xe1\x23\x21\xf0\x9a\x62\xe8\x7d\x9d\x55\x82\x51\xd7\xb7\x50\x3d\xf5\x11\x7c\xc1\x5b\xef\x08\x39\x15\x15\x7c\xe4\xea\x54\xf8\x01\xd4\x39\xc2\x76\x3c\x77\x70\x8f\x72\x36\xc1\x06\x9f\x19\x18\xa9\x1c\x84\xd1\xc4\xe3\xfd\x9d\x51\x69\xd3\x47\x08\xea\x7e\xf4\x28\x81\xb1\xcf\x04\xdc\x95\x73\xa8\x17\x1f\x8e\x13\xb5\x3d\x2f\xa0\x46\x5f\xff\x45\x7c\xe3\x3a\xad\xe2\x3d\x74\x9f\xb8\xe8\x1a\x8c\xd6\x7b\xca\x49\xda\xed\xb2\x8c\xde\x34\xc0\x4b\xf2\x72\x3a\xf9\xcb\x8b\x52\xb0\xf0\x3b\x07\xf2\xe2\xff\xfc\xfe\x9d\x96\x7b\xfd\xe9\x81\xe8\x35\x00\x60\x5e\xde\xf3\xa4\xf5\x33\x00\x67\xed\x99\x86\x1a\x71\xf0\x13\xc6\xf1\x9a\x14\xc4\x23\xf7\xe4\x6c\xa4\xa3\x68\x3d\x18\xe1\xee\x94\x71\x43\xaa\xb1\xaa\xb7\x1a\x85\xc9\x3a\xcb\xfa\x85\x73\x02\x19\xed\xfa\xd5\x69\xce\xce\x96\xbc\x21\x30\xcb\x35\xdb\xfc\x1b\xa9\x37\x89\xdf\xdd\xc3\xc8\x8d\xa4\x52\x34\xee\x15\xa9\xb3\x42\xda\xda\x14\x78\xa5\x46\xbd\x8a\x58\xf3\xe8\xa4\xcf\x5f\x68\x7e\xa2\xe2\x87\xbd\xbe\xb6\xca\x8c\x04\x0c\x26\xc8\xef\xc0\x9a\xf7\xa1\x58\xc1\x90\xa4\x44\xcc\x72\x75\x58\xf7\x3e\x84\xad\x46\x92\x8c\x1c\x18\xd7\xfb\x2e\xea\xc6\x86\x48\x0d\x76\x91\x8a\x9f\x3f\x94\x92\x8a\xed\xbd\x15\x1f\x8f\x0e\x90\x08\x36\x53\x8a\x53\x2f\x87\xc9\x27\xad\x5f\xfe\x3a\x0f\x6a\xc3\x7e\x3f\x0f\xbf\x28\xac\xe5\xdf\xaf\xe8\xfe\xdd\x87\x42\xfd\xdd\x03\x71\xaf\xfa\x97\x07\xe0\x14\x9a\x11\x7b\x7d\x16\x80\x53\x8c\xe5\x7e\x21\x05\x5e\x0a\x96\x73\x44\xa6\x7f\x82\xcb\xb2\x6c\x22\x3b\xe3\x36\x22\x22\xea\x27\x51\x0a\x81\x06\xd4\x52\x83\x18\xad\x76\x77\x4e\xca\x13\xab\x7a\x13\x07\x7b\x4e\x4a\x92\xb3\xa0\xf9\x76\x6b\x1f\x0a\x9b\x6f\x9f\x35\xbf\xa9\x3d\xe5\x7c\x34\xda\xfa\x9c\xa1\x1a\x39\xf3\xaa\xb7\x83\x90\xce\x24\x59\xa2\x8a\xcf\xc9\x53\x43\x89\x4c\xdf\xe6\xe7\xcc\xa9\x52\x44\x66\x1e\x08\x72\xf4\x51\xbe\x48\x8a\xf9\x64\xe9\x7a\x40\xe1\x1a\x29\x62\x59\xc1\xe5\xb8\xfc\x36\x12\x81\xa4\xe6\xb0\x53\x6e\x1b\xf9\x0a\x69\xc4\x66\xc3\x3a\xff\xb0\x89\xac\x45\x1e\x30\x9e\x93\xb9\xb0\xca\x47\x1e\x33\x56\x95\xa9\x9a\xed\x24\x2f\x1b\xb3\xca\xe0\x26\x72\x29\x3b\x8d\xa2\x64\xf3\x3e\xdf\xa4\xec\x36\x6a\xfa\xc5\x07\xde\xdd\xfb\xfb\x3e\xc0\x59\xfe\x73\x0e\x9a\xad\xf9\x70\xd6\xee\x83\x97\x6b\x3c\x48\xcf\x9b\xb5\xfc\xfb\xf9\x5a\x0f\xc4\x15\x80\x0d\x47\xe9\xe8\x4a\x07\x01\xb8\xe9\x4f\x3f\xcc\x8a\x84\x45\xc1\xfa\xf3\x3d\x09\x47\xc1\x5b\xc6\x9c\x6f\x34\xe4\x31\xb2\x8a\x76\x93\xdc\xe1\xbd\x11\x11\xd3\xdf\x80\xf2\x72\xa4\x50\x1b\xcd\x27\x35\x87\x6d\xcd\xa8\x27\x1d\x9c\x0c\x6a\x2d\xf4\xa9\xac\x5e\x6e\x06\x55\xc6\x75\xd4\x3d\xa1\x1b\x0d\xbb\xf4\x8b\x28\x4d\xc9\x55\xa6\x39\xda\x4e\x94\xb4\xfc\x56\xb3\x80\xff\xf0\x0f\xcc\xe4\x6f\x8f\x7b\xad\xea\xe4\x3f\x91\xf1\x1f\x8e\x58\x7c\x91\x33\x23\xdf\xfd\x71\xda\x8a\x59\x66\x89\xbc\x4a\x36\x30\xaf\xfa\x4f\xdf\x03\x8d\x7b\x10\x24\xcb\x53\xc6\x34\x1d\x25\xd9\x57\x6f\x51\x70\x1a\x7d\x12\x9f\x7f\x7c\xa2\x9e\x52\x3f\xf0\xeb\xb9\xf8\xcc\x6a\xed\x79\xf8\xb3\x1f\x6b\xad\xef\x62\x46\xfd\xf7\xfc\xfb\xc1\x5a\xef\xc3\xad\x90\xdf\xf3\x6f\x5a\x0f\x44\xf6\x49\x80\x4b\xc8\x71\x95\xe4\x8d\xb0\x2a\xac\x76\x3e\x3c\x9c\x0a\xf9\x32\x18\xee\x87\x7e\x1e\x20\xa7\xc2\x2a\xbc\xd9\x6d\x13\xd2\xaa\x1b\x2e\x7b\xda\x56\x0d\x31\x34\xc1\x2b\x39\x5a\xca\x52\x71\xb6\x47\xd5\x0e\x99\x31\x50\xeb\x3d\xa4\xb4\x94\xd7\x7b\x1f\xfa\xa9\x5e\xd1\xc9\xba\xe7\x34\xad\xa8\x6e\x59\x02\xba\x74\xea\x4a\xd4\xc3\x25\xf7\x0c\x02\x68\xfc\x83\xb2\x00\xe5\x59\x87\xbf\x91\x85\xc2\x7d\x4a\xcd\x40\xa6\xf1\x41\xd9\x3e\x4a\xc7\x3b\x1e\x43\x37\x19\x11\x4a\xf5\x4c\xa8\x61\xb2\xd4\x43\xca\x27\xc2\x79\xbd\x15\x49\x7b\xaa\x06\x65\x50\xeb\xec\x7f\x72\xff\x35\xee\x41\xd4\x97\x72\x06\xd9\x2e\x57\x0c\xd0\x5d\xf6\x73\xfd\x5f\x6d\xff\x7d\x0e\x2c\xac\xf1\x1f\xef\x0a\xd6\xf2\xef\xb5\x7d\xd0\x2e\xf7\x7b\xfe\x9d\xb7\xc6\x4d\x65\xeb\x02\xb0\x08\x30\x1c\x4f\xf1\x07\xe0\x48\x39\x34\x15\xbd\x08\x20\x5c\xc7\x1a\x14\xa8\x05\xef\xa4\x9e\x71\xd4\x79\xb4\x40\x28\xaa\x98\x4f\xd1\x81\x13\xb8\xb4\xa2\x44\x34\xad\x6a\x90\x41\xc3\x9b\xd2\x1b\xcc\x6c\x90\x68\x8b\x19\xf9\xfb\xc6\xda\x88\xa1\x53\x9f\xd2\xa0\xc1\x6e\x44\xf1\x8a\x3f\xea\x90\xee\x69\x84\x29\xd4\x46\xf5\x9c\xe6\x43\x64\x63\xbc\x8a\xea\x82\x9a\x0d\xf5\xed\xd5\x05\xf5\x81\x75\xfe\xc1\x92\x5a\x7d\x83\xa4\xc9\x2f\xff\x8e\x9a\xd6\x61\xa6\x59\x28\xfb\x9a\x6a\x3b\x60\xac\xf5\x51\x8a\x4a\x2d\x78\x7d\x49\xfd\xa9\x54\x21\x55\x6e\x62\x54\xfb\xa0\xc4\x32\x35\x66\x05\xa5\x3e\xb7\xc6\x7f\x4c\x88\xf9\x22\x02\xd4\x07\x8a\xfd\xb4\x9c\x5b\xa4\x14\x69\x44\xe4\xa5\xef\x00\xbc\xfe\xf8\x73\xfd\x44\xbb\xbf\x27\xe6\xfa\xef\xe7\xe0\x3a\x07\xb4\xd6\x07\x53\xfb\x63\x8d\xff\x58\xfb\x7b\xee\x28\xc0\xd1\x33\x5b\x23\x23\xce\x00\xd0\xdd\xa1\xa3\x8b\xfe\x0a\xc0\x21\x76\x60\x32\x78\x3f\x80\xc0\x1d\x66\xe2\x15\x6b\x00\x49\x3e\xd6\xbb\x2e\x5e\x30\xac\xa0\x7b\x51\xdb\xb6\x07\x6c\x35\x32\xf9\x29\xe6\x49\xb0\xc9\xa0\x4b\x9c\xdb\xc8\x0b\x99\xb2\x48\x91\xf4\x36\x18\x41\x3e\xd9\x1e\x97\x72\xd6\x93\x44\x6e\xba\x6f\x93\xad\xd7\x72\x46\x5a\xfc\x4f\xc8\x76\x6b\x3c\x41\xdc\x22\x0d\x14\xc7\xd1\x01\x48\x72\x52\x9b\x3c\x15\xa5\x85\xd8\x66\x8f\x29\xfd\xa5\xa4\x87\x70\x94\xf7\xa0\x1e\xcb\x9f\x40\xf8\x1a\xce\x28\xf7\xca\x9a\x23\xf4\x77\x56\x54\x74\xa4\x19\x10\xfa\x87\x4e\xa8\x47\x92\xd5\xc8\xce\xc1\x39\x94\xbb\x78\x27\x72\xe6\x23\x49\xe9\xae\x58\x3a\x22\x34\x13\xab\xe8\x27\xd6\x81\x9c\x24\x9a\x2a\x0d\xd3\xae\x83\xb0\x11\x42\x40\xb2\xc4\xfb\x69\x3c\xd8\x7a\x1f\x4c\xc9\xff\xcd\x01\x35\xac\xfd\xbf\x97\xd6\xfd\x9c\x99\x6b\xfd\x28\x31\xa7\x7f\x4e\xbf\x40\x80\xbf\x7f\x8f\x07\xda\x00\x9c\x13\xd8\x9d\x7e\x25\x11\x80\x27\xe8\x08\x8b\xdb\x1c\x80\x44\xe7\x59\x1b\xfb\x53\x30\x2b\x4f\xbd\x60\x60\xd9\x07\x95\x6a\x47\xb8\x74\x8c\xbf\x81\xac\x3e\x83\x10\x27\x8d\x7f\xd0\x5d\x84\xb3\xd6\xa3\xa2\xb2\x5a\x6e\xc0\xe3\x64\x2b\x92\xa3\x51\x02\x4c\x5e\xcd\xe2\xfc\x6a\x69\xc8\x62\x30\x9d\xe4\x4b\xb4\x3c\xd2\x1a\xaf\x2d\x1b\xad\xfc\x18\x69\x4c\xf7\x94\xed\x57\xe4\x45\x1a\xf3\x1e\xc8\x06\xcb\x95\x22\x2d\xe5\x01\x32\x53\xb2\x0a\x48\x50\xc3\x25\xf9\x56\x29\x7d\xa4\xac\x7d\x87\xec\x31\x49\x3c\x62\xda\xab\xa4\x90\x4c\xe3\x1f\xc4\x6e\x23\x4e\x6f\x5f\xca\x33\x88\x1a\x23\xe1\x93\x79\xb2\xd7\x45\x5c\x90\x9a\xc5\x8b\xd2\xc5\x22\x5a\xc8\x7d\x6a\x8b\xd4\x28\xed\x1c\xa0\xf1\x80\x23\x3d\xff\x83\x03\xf2\xfe\x39\xaf\xae\xf5\x45\xc5\x07\xfc\xce\xc1\x04\xdd\x03\x38\x61\xb5\x9d\xd1\x67\x03\xc0\xf9\x03\x8c\x6c\xae\x46\x00\x9c\x72\xfb\xc6\x1c\x4f\x03\x88\x7d\x60\xe1\xb3\xba\x0d\x20\xe7\x78\x2e\xdd\xec\x0c\xbc\x40\x33\x73\xac\xe8\x5b\x40\xb9\xd6\xb5\xcb\x37\x75\xde\x43\x9a\xde\x18\xb7\xbd\xf6\x10\xb8\x98\x5f\xe0\x47\x69\x0c\x80\xa7\x6d\x25\xbf\x8a\xda\x12\x68\xb8\x33\x0a\xb9\xa0\x03\x00\xed\x43\x12\x1a\x53\x71\x87\x43\x61\xaf\xc5\xa8\x4a\x39\x70\x22\x0e\x2d\x16\x28\x5f\x0b\xcc\xe9\x07\xc4\x0e\xc9\x51\x91\xb9\x7c\x13\xc9\x34\x59\x25\xe4\x49\x65\x9f\xb4\x86\x14\x17\x82\xad\x1b\x95\x10\x91\x94\x40\xde\xde\x4a\x91\xec\x15\xcf\x44\x9e\xdd\xaf\x93\x3a\x28\x16\x82\x3c\x7e\xa4\x29\x45\x27\xba\x1b\x19\x78\x75\x48\xf2\xa9\xf0\x27\xe4\xcd\x97\x20\x89\x1e\xe1\xa3\xc8\xdc\xb4\x85\x78\x19\xc0\x89\x15\xb9\xf6\x4d\x8b\xbf\x38\x08\x3e\x49\xe9\x1b\xbb\x7d\x00\xa4\xb7\x4b\x61\x0e\xac\x02\x28\xf7\x2a\x4a\x9d\x78\x0d\xa0\x99\x89\x92\x3d\x4b\x07\xa0\x7f\x45\xc5\xe5\xfc\x3e\x00\xb3\x27\x1a\x1a\xdc\x73\x00\x16\xad\xba\xf2\xc2\xdf\xe1\x93\xa5\x81\xb1\xa7\x6c\x17\x18\x5b\x5e\xb3\x52\x50\xfb\x82\x7c\xb0\xd2\x70\x9a\x37\xf8\x8c\x98\x9b\x57\xf9\x73\x5a\xb2\x50\x7b\x4d\xd8\xe3\xa5\x1c\x9f\x50\x37\x1b\x1d\xc9\x8e\xf1\x52\xa4\xe4\xe9\xb1\x56\x45\xfa\x6a\x93\x11\x6d\x85\x96\xd5\xa0\x74\x72\x9b\xc6\xfc\x3d\xcf\x90\x22\xb2\xb2\x9a\xf1\xd3\x89\xf0\x38\xf2\x06\x95\xa9\x77\xec\x91\x17\x49\xb7\x95\x23\xa6\xd1\x51\x65\xa4\x1b\x8a\x71\xd8\x7b\x51\x5a\xe4\x62\x79\x3c\xfe\x60\xd0\x7b\x72\x88\x3c\x0f\xbe\xdf\xef\xc3\x72\xbe\xfc\x14\xe1\x92\xef\xe6\xa9\xc3\x8a\x96\x04\x79\x5f\xd9\x4f\xb9\x4a\x19\x84\x42\xef\xb7\xa3\x4d\xca\x6f\x08\xcd\xde\x1f\x86\x38\x51\x8e\x44\x56\x2f\x91\xc7\xcd\x2a\x39\x44\x3d\x4f\xef\xfe\x6e\xf4\x04\x51\xd3\x93\x70\x3f\x5a\xf5\x28\xf1\x9d\x5b\xca\xdd\x67\xaa\x77\x48\x5b\x5c\x63\x00\x4e\x7d\x95\xd5\xdc\xd2\x08\xc0\xbe\x51\x0a\xb7\xe3\x1c\x80\xd0\x4d\xa9\xd3\x8c\xd9\x00\xd2\xd1\x52\x5f\x0f\x32\xfc\x8b\x83\xd0\x53\x38\x7a\x0a\x05\x60\xa4\x86\x42\x9f\xd7\x00\xb0\x32\x54\x63\xe1\x96\x06\xb0\x26\xea\xb0\x88\x24\xaf\xf7\xe5\x38\x5b\xa7\x5b\xf0\xaa\x3e\x43\x86\xad\x3d\x1c\x45\x0c\x0d\xd6\xfd\x28\x1a\x66\x10\xeb\xe8\xbe\x81\xd2\x69\xb2\x35\x4b\xdf\x47\x91\x72\x48\x9f\x50\x39\x13\xc4\x41\x2e\xd7\x89\x6a\x39\x19\xfa\x84\x7c\x54\xf3\x45\xb7\x57\x64\x26\x69\x50\x5d\xf3\xd9\xf1\x68\x23\x92\x2d\xfa\xec\x27\xe1\xd8\x54\xe2\x63\xe5\xa6\xc5\xf8\x04\xe2\xba\x07\x04\x51\xdc\x84\xe3\x0e\x1f\xc7\x05\x29\x64\xe2\x4f\x05\x51\xe7\x0e\x29\x7e\xc7\x7b\x05\x6d\xfd\x66\xad\x1c\x87\x8f\x0f\x52\x7d\x8f\x41\xa9\xe2\xc7\x02\x5a\x46\x98\x54\x7c\x08\x26\x7e\x16\x7f\xf6\xe1\x74\x3f\x55\xdb\x4b\x94\xf3\xaa\xec\x50\x55\x2f\x21\xda\x7b\x5d\xb8\xbd\x4d\xed\x35\x69\x93\xeb\x67\x00\x96\x06\x69\xfa\xcd\x3f\x00\x38\x16\x24\x0f\xee\x78\xf0\x6f\x0e\x42\x8a\x7c\xd0\xf0\xbf\x3d\x31\xa6\xad\x4a\x52\x6c\x7d\x00\xd6\xea\xaa\x77\xb9\xd5\x00\xec\xb5\x35\x8b\x84\x2f\xaf\xf7\xe5\x18\x39\xb0\x99\x0d\xab\xd7\x21\x25\x76\x81\x76\xbb\x4d\x76\x51\xc1\x46\xfa\xca\x39\xbb\x5d\xd4\x6d\x96\xf2\x51\x18\xaf\x7d\x14\x5f\x53\xba\x2c\x4d\x3f\x3c\xf9\x96\xa1\x69\xa5\x70\x68\xe3\x3a\x0f\x63\xa7\x2d\xd2\xfd\x21\x8e\x42\x32\x57\xaf\x7f\x71\x34\x2e\x82\x98\xac\x4a\xf7\xa5\x27\xd9\x82\xe8\xae\x3c\xb4\x5c\x9a\xcc\x4b\x44\x94\xf2\x30\xfd\xf1\x4a\xb4\xeb\xb1\xd8\xa7\x94\x81\x53\x8d\xe0\xa0\xf9\x50\xde\xdb\xa8\xe4\xe1\x59\x42\xe5\xd6\xfb\x70\x4e\xaa\xd9\xe1\x6f\x04\x8b\x3e\x34\x57\xbb\x4f\xe0\x0c\xf0\xa2\x71\x30\x9d\x69\xea\xa1\x44\xf6\x2b\xb5\xb7\x64\xb4\xb6\x13\x2f\x78\xab\x36\xed\xd4\x1c\x22\x0e\xbb\x2f\x03\x9c\xc9\x92\xfa\xb1\x95\x1f\x80\xeb\x95\x84\x1d\xfd\x5f\xbf\x38\x08\xd9\x18\x89\x4d\xfb\x9f\x03\xa8\x79\x4a\x6f\x3e\x9a\x05\x60\x70\x48\xee\xdd\xa9\x5b\x00\x96\x9b\x15\x84\xd8\x8e\x02\xd8\x2d\x28\x2f\x72\x06\x00\xb8\x30\x68\x32\x8a\x66\x02\xc1\x65\x58\xf7\xbc\x4c\x03\xa8\xb9\x84\x98\xea\x6a\x6e\x42\xfc\xec\x3b\xec\x52\xcd\x82\xd7\xfd\x28\xfd\x36\x4c\xe1\x2c\xde\xcf\xc8\x9f\xcd\xa3\x33\xff\x0a\x49\x26\x1f\x34\x4e\x2c\x9f\x88\x1a\x5d\xe7\x61\xde\x6a\x13\x7b\xd9\x93\x26\x89\xb1\x1a\xf7\x07\xc9\x29\xc6\xc4\xad\xaa\x9c\x63\x39\x69\x65\x84\x6c\x54\xe3\x4a\x4f\x46\x18\x8d\x87\xf9\x5f\x3e\x94\x75\x0e\xc6\x5f\xfd\x0b\x2e\x33\x32\x74\xbd\x0f\xe7\xbd\xe6\x41\x7c\x61\x88\xde\xdd\x27\x9a\x5f\x08\xe7\x02\x03\x69\x7d\x38\x34\x0e\xa6\xde\x4a\xe7\x1d\x71\x9f\x8f\x07\xc0\xe9\x41\x09\xb1\x2d\x79\x00\x3c\x83\xe2\xba\xf4\x4f\x01\xc4\x93\xc4\x87\x99\x9e\x03\x28\x92\xc5\xa7\x0e\x1e\x06\xd0\xfa\x22\x99\x74\x14\x03\x60\x3a\x2b\x3d\x79\x4a\x14\xc0\xa6\x58\x61\xe4\x42\x18\x80\xb3\x9f\xd2\xcd\xcb\xea\x00\x9e\x52\xaa\xcf\x84\x29\xeb\x5e\x10\x4b\xaf\x4d\x46\x97\x35\x0e\x20\x09\xae\x1d\xd6\xcc\xa6\xa4\x75\x3f\x8a\x87\x1d\x67\xa8\x86\xff\x16\xb2\xb9\x15\x4b\x9a\x45\xc4\x13\x52\x94\xa9\x7c\x39\x57\x3c\x6a\x9d\x87\xd9\xa9\xf3\xa6\x5f\x2d\xe3\x20\xa1\x41\x53\xee\xa5\x65\x66\x2e\x41\x56\xd5\x7b\x52\xfa\xea\x2e\xc2\x71\x15\xa3\x95\x03\x57\x35\x68\x3e\x94\xc5\x33\xa8\x09\x8c\x66\x92\xd4\x58\x01\xfa\x05\x66\x3c\x21\xee\xad\x9d\x5a\x30\xd6\x39\xae\xe6\xb9\x90\x66\x0c\x56\x3f\x7e\x7a\xe0\x93\xa6\x06\x4e\x39\x5a\xbd\xa7\x47\x2b\x07\xf7\x28\xf2\xc2\x7f\x38\x98\xb5\x3e\x1c\x1a\x07\x53\xfd\x5c\x7f\x13\x91\xce\xd7\x00\xe0\xcc\x09\xf1\xf3\x5b\x4a\x00\x04\x64\x44\xbf\xec\x96\x00\x10\x97\x10\x39\xc6\x58\x0f\xa0\x52\x24\x36\x75\x30\x06\x40\xa7\x5f\xe4\xcd\xa1\x67\x00\x16\xb2\x92\x0b\x2c\x42\x00\x8e\xe7\xe4\x9e\x5f\x90\x07\x70\xfd\xac\x90\x7c\xa9\x17\xc0\x3b\x03\xbd\x5b\xd8\x02\xc0\x9f\x4d\x6d\x51\xca\x05\x4c\x7c\xe9\x0d\x6a\x34\x6e\x23\xd6\x57\x58\x2d\x33\x2c\x52\xd7\xfd\x28\xdc\x0e\xc9\x41\xa2\x81\x0a\x64\x4e\xeb\x93\xa9\x66\x51\xa6\xa4\x63\x66\xfe\x65\x45\x49\x12\xc4\x13\x46\xc7\x5b\x9c\x32\x0c\x08\x9c\x7a\xd2\xfd\x31\x39\x0a\xf8\xfb\x9a\xcb\xa3\x62\xb9\xdf\xf1\x97\x54\xd3\xe7\x45\xf2\x07\xf0\x9d\x2a\x13\xcb\x49\x39\x41\xd8\x71\x15\xef\x15\xb7\xac\x5d\x34\x1f\xca\x87\x04\xf5\x1f\xab\xf5\x69\x9d\xc3\x35\x9a\x39\x18\x87\x94\x83\x4f\x08\x5a\x2c\x58\x93\x78\x12\xad\x0f\xa7\xd3\x48\xd7\x11\x77\x34\x96\xaf\xcd\x48\xcf\x1a\xd7\x10\x15\xd9\xe8\xad\x77\x07\xdf\x15\xf2\xbe\x8e\x59\xff\x1d\x7e\x29\xf8\x47\xcd\xbc\x7e\x28\xc1\x37\xa0\xa7\xe2\x80\x81\x0a\x71\xbb\xaf\x06\x00\x9b\x9d\xb8\xd4\x36\xdf\x5f\x1c\x04\xed\x3a\xa8\xd9\x8a\xf5\x1c\x52\x04\x30\xbc\x2e\x7a\xf0\x48\xcc\x7f\x7b\x62\xbc\x4a\xe5\x5c\x2f\xe9\x02\x04\x08\xa2\xa8\x22\x29\x00\x81\x65\xaa\x61\x92\xd5\x60\x12\x98\xa1\x37\xa4\xb9\x09\x49\xf4\xab\x32\x8b\x31\xcb\xa7\x32\x79\x56\x3b\x5a\x7a\x4c\x92\xaf\x3a\x77\x05\x1c\x09\xeb\x24\x15\xdb\xb6\x25\x1f\x8a\x1b\x22\x2a\x59\xee\x2b\xe9\x4a\xff\xb4\xce\xc3\xa0\xf5\xbd\x1e\x28\x14\x9e\xc1\x3d\xd1\xe2\x7f\xaf\x52\xf4\x88\xd6\x03\x83\x97\x40\x67\x2e\xbd\xcf\xbf\x3c\x37\xaa\x26\xb2\x7c\x3d\xe7\x07\xcd\x87\xf2\x3a\x5d\xf3\xfa\x6a\x4c\xfa\x6b\x9a\x0f\xa5\xef\xac\x6e\x1a\xa6\x24\x85\xa5\xeb\x92\x9e\x34\xd6\x39\xa1\x86\xc6\xc1\x34\xef\x31\xa4\xc7\x09\xc6\xea\xd7\x15\x18\xae\xe2\x5e\x44\x85\xd3\x38\x98\xf2\xa7\xc6\x3a\xf8\xfe\x50\xdf\x62\x16\x63\x3b\x42\x62\xc0\x67\x80\xf3\x38\x51\x89\x6d\xdf\x7e\x71\x10\xb2\x9c\x42\xa3\x7b\x7d\x01\x34\xba\x04\xa7\xf7\x7b\x01\x18\xdf\x15\x91\x3d\x12\x0c\x60\x17\x24\x1a\x7b\xf2\x3c\x80\xeb\x73\xa9\xbd\xe7\x1e\x00\xf8\x31\xc9\x3e\xe7\xac\x06\x08\xbe\xa8\x38\x2c\x28\x09\x10\xd1\x84\xde\x21\xfd\x08\xa2\x22\x4c\xb5\x6e\xa9\x59\x20\x49\xc1\xd3\x26\x17\xcd\xba\xa9\x5b\x7d\x05\xed\x35\x3c\xcb\xc8\xe2\xee\xae\xde\x7f\x45\x3a\x12\x97\x1c\xca\x12\xae\x26\xdf\x27\x18\x58\x73\x97\x58\xe6\x54\xe1\xbd\x4d\xcd\x6f\x7e\x2a\xdc\x8b\x4b\x35\x38\xfb\xb0\xb1\x64\x0a\x6b\xa8\xcd\xf5\x29\xb6\x32\x1a\x9b\xa0\xf6\x63\xc1\xb5\xfc\x31\x8d\x0b\x9a\xc8\xd5\x64\x59\xf2\x28\x62\xa0\xf9\x50\x9e\x7a\xeb\x8e\xad\x04\x64\x13\xfb\xfb\xf4\xad\x57\x96\xaf\x86\x75\xae\x1a\x18\x63\x0e\xa5\x91\xdb\x77\x1b\x34\x62\xb9\x92\xb8\x1b\x3b\x8d\x4c\xb0\xf7\xe3\xc7\xeb\x62\x8c\x6d\x70\x3b\xe3\x0a\xab\x46\x4c\x1a\x70\x31\x31\x66\xa5\x7e\xa6\xc7\xf1\xc6\xe1\x54\x1a\x07\x93\xe7\x6d\xda\x45\x30\x0a\x42\x03\x70\xb2\x0b\xf7\xef\x58\x02\x10\x3a\x23\xb4\x7f\xb7\x1e\x80\x7c\x8d\xd0\x86\xbd\xb9\x00\x9a\x39\xfc\x8f\xf6\x5d\x06\x30\x4f\x14\x42\x8e\x64\x02\x38\x24\x08\x4d\x1f\x57\x01\xb8\x32\x23\xaa\x77\xba\x05\x20\x68\x49\xca\xf2\xa2\x00\x40\x24\xbb\x1c\x4e\x60\x23\x40\x9c\xb0\xf2\xa0\xb4\x12\x24\xc7\xe9\x6a\xb0\xa9\x7e\x44\xd2\xa2\xb2\x0d\x15\xcc\x7a\xa8\xdb\x43\xce\x58\x93\x3d\x5f\xac\xfb\x51\x5c\x9c\xd9\x63\x47\xd3\x2f\xe3\x6f\xda\xfa\x16\x6d\x2c\xb0\xc0\x29\x99\x61\x5b\xa6\xca\xe9\xb0\xfe\x86\xc7\x07\xb2\x2a\xa9\x18\x7b\x6d\xe1\x6f\x55\x35\x1e\x18\x6b\x8d\xd0\xf9\xe7\xd7\x16\xe7\xf5\x35\x1e\x2f\x74\x97\x9b\x7c\x38\xaf\x13\xb1\x98\x5b\xda\x4c\xf3\xa1\x3c\xb8\x6c\x78\x7c\x39\xb4\x40\xac\x73\xc8\xa8\x6f\xc5\x25\xf7\x44\xbb\x9d\x31\x7a\xd5\x2e\xcb\xbc\x29\xda\x24\x1f\xc3\x9f\xce\x57\x6b\x68\x9a\x8c\x65\x4c\x4e\xaf\xf4\x35\x2b\xc4\x3e\x4a\x30\x2a\x7d\x6d\x7e\x08\x87\x8e\x7d\x59\x74\xd1\x7c\x37\x7e\x6f\xe4\x50\xae\xbb\xc5\x71\x7c\x78\x78\x52\x96\xbe\x85\x33\xe1\x74\xf0\x14\xc0\xe5\x4f\xc2\x5a\x3b\x4b\x01\x44\x14\x05\x55\x77\x7b\x00\xa0\x0e\x0a\x1c\xd9\x1b\x03\xa0\xa7\xc3\xf7\x7e\x5f\x27\x80\x65\xbe\x40\xe3\x61\x1e\x00\x97\x8f\x02\x81\xc7\x14\x01\x7c\x4f\x09\x8b\x9e\x3a\x04\x10\x46\x92\x38\xcb\x3e\x01\x10\x1f\x22\xd5\xcd\x13\x04\x90\x28\xaa\x7c\x40\xfa\x0d\x84\xa7\x6c\x56\xcb\x56\x1b\x43\x82\x12\x6d\xf5\xb7\x98\x23\x14\x62\xa4\xb3\xe5\x4b\xaf\x02\xd2\xb0\xbf\x93\xdb\x91\x18\x1c\x21\xca\x3d\x3f\x72\x7b\xf6\x08\xee\x9d\xfd\x6a\xfe\x42\xc9\x17\xac\xb1\x45\x50\x4b\x7b\x35\x1a\xb3\xd1\xf0\xe1\xb3\x9b\x75\xfb\x56\x16\x75\x1c\xc7\xb5\x1b\x84\x68\x3c\xcc\x57\xd0\x79\xfd\x23\xbb\x7a\x84\xe6\x43\x79\x88\x35\xaa\x5d\x6c\x2f\x4b\xfc\xd3\x87\xd2\xa8\x63\xce\xb3\xf2\x2c\xc7\xe4\xfa\x61\x8b\xdd\xab\xa3\x99\x8a\xe5\xa3\x96\xd7\x31\x4e\xe9\x74\xc5\x93\x56\xdb\xb1\xe7\x92\xef\xe7\x79\x5b\xd5\xe3\xe8\xe3\x03\x73\x5c\xad\x78\x70\x1d\xd1\x94\x8c\x2c\xab\x5a\x7c\x58\xf8\x50\x5a\x88\xd5\x1b\xfc\xab\xd0\x25\x00\xae\xa3\x82\x0a\x3b\xcd\x7f\xe5\xff\x68\x75\xde\x77\x8c\x15\x00\x06\x11\x3c\x8f\x99\x1e\x02\xd8\x0a\xf2\x75\x1f\x4a\xfc\x6f\x4f\x4c\xf4\x47\x11\x36\x36\xdb\x5f\x3d\x31\x99\xa7\xe5\x66\x25\x2a\xa0\x3a\xeb\xa2\x8a\x00\x7a\x1f\x92\x93\x29\xa3\xed\x62\xe6\x4d\xdd\x95\x6c\x68\x2a\xe0\xf9\x95\x64\x19\xda\xea\x72\x3e\xc1\x04\xff\xdc\x9b\x2f\x78\x7b\xfe\x07\xec\x84\x33\x57\x8e\x7f\x65\xca\x3a\x0f\x93\x6b\x9c\xff\x2c\xad\x29\x9c\xd6\x8b\x33\xcd\xa4\xdb\x38\xeb\xd8\x68\x3e\xfa\xd4\xb0\x66\xae\xbf\xfe\xfe\x23\x8c\xa9\xee\x8f\x6d\xd7\xf1\xeb\x3e\x94\x3a\x0b\x8d\x25\xde\xd2\xe1\x1b\xe5\x56\x71\x4b\x73\xc5\x8d\x35\xaf\xac\x2e\xac\x24\xe4\xde\x2b\x3f\x69\xed\xb1\x1a\x79\x75\x4b\xd1\x19\x1b\x11\x8c\x66\x7a\x53\x6e\xa4\xcd\x7b\xec\x89\x94\x4b\x99\x23\x76\x62\xd8\xb0\xa4\xb0\x34\x92\xdd\x6e\x9c\x64\xdc\x40\xea\x31\x5b\x47\x1c\x3e\x8a\x92\xe0\x69\xa7\x85\x8f\x0d\x5f\x04\xe0\xad\xe3\x9f\xd9\x75\x07\x40\x8a\x9b\xef\xcd\xee\x00\x00\x55\x03\xee\x67\x7b\x72\x01\x8c\xc7\xb8\x0d\x99\xa2\x01\xec\xb3\x78\xfe\x3a\x30\x0c\xe0\x9b\xca\x1b\x70\x6c\x37\x40\xc4\x09\x7e\x65\x16\x46\x80\x04\x41\x81\xdc\xb3\x97\xff\xd5\x13\xb3\x5b\x7a\x42\x2c\x0b\x1e\x14\xb0\x28\x4e\x2a\x47\x21\x5d\x05\x86\xea\x1d\x26\x9c\xd4\x43\x19\x88\x51\x97\xa7\x31\xe9\x6a\x9c\xbc\x7d\x44\x1c\x19\xb7\xe4\xef\xe4\xe7\x5f\x62\x88\x79\xe2\xfa\xed\x6a\xe7\x75\xbf\x15\x57\x5b\x8d\x9b\xca\x37\xff\x5a\xea\x37\x21\x0f\x32\xb4\x55\x2e\x29\xe8\x5d\x9a\xa4\xb4\x5f\xfa\xa8\x6c\x54\x36\xfd\xb9\x65\xfa\x49\x89\xb9\xe8\xac\x76\x33\x4f\xb7\x86\xc5\x9b\x79\xf3\x7a\x31\x9a\x0f\xa5\xae\xd6\x8e\x79\x61\xa4\x6a\xac\xf2\xba\xfd\xee\x25\xe3\xb2\xbd\xc5\xaf\x1c\x78\x97\xf5\x8b\x1e\xe6\xa9\x3b\xb0\xad\x90\x73\x4a\xaf\xde\x73\xd0\x5e\xfd\x90\xc5\x90\x61\xec\xb0\x82\xb1\x4d\xef\x4d\x0e\x75\x1c\xc2\x72\xa4\xa8\x26\x30\x3b\xe2\xb1\x73\x09\xad\x34\x0e\x26\x6a\xde\x29\x00\xf7\x35\xfa\x21\x00\x6f\x0f\xdf\xa6\x5d\xd6\x00\xd2\xe7\xf8\x86\x76\xd7\x03\xa8\xdf\xe0\x39\xcc\xa8\x0c\x60\xce\xcc\x75\x9d\xe9\x1e\x80\xcb\x5e\x6e\xd4\x41\xe5\x5f\x3d\x31\x31\xf7\x79\xe5\x98\xb7\x00\xa4\x57\x0b\xec\x3a\xf7\x02\x20\xef\xb8\x50\xef\x45\x14\x40\xe9\x43\xc9\x42\xd1\x2b\xf0\xb6\xd2\x53\x2e\x4f\xf1\x03\xf2\xa0\xac\x59\x35\xd8\x38\x9f\xba\xab\x80\xa2\xef\xe3\x79\x97\xa4\x91\x21\x67\xdd\x92\x30\x87\x53\x0e\x95\xf0\xc9\x2c\xaf\x5b\x95\xf3\x7a\x95\x16\xd0\x98\xb6\x54\x6f\x4f\x6e\x2e\x6b\x9f\x59\xe0\x32\x43\xbf\xfc\x7a\x8f\x69\x4a\xc4\xf8\xc8\x84\x4a\x97\xec\x60\x83\xc5\xc4\xe4\xd0\x1d\xee\xee\x66\x9b\x6d\x33\xe8\x5b\xbc\xad\x4f\xed\xf6\xcc\xd9\x37\x1a\xfd\xe9\x43\x29\xda\xe5\xb4\xba\x44\x57\x9e\x9b\xb3\xd7\x85\x7b\x79\x67\xc9\x19\x1a\x07\x93\xf4\xd6\x35\x6d\x55\x36\x7b\x94\xc6\xc1\xc4\xf4\xb8\x7a\x63\x90\x54\xad\x48\x21\xd7\x74\xec\xeb\x44\x74\x84\x9e\xcb\x47\x9c\x45\x5c\x68\xf0\x94\xeb\x13\x1c\x35\x5a\x09\x80\x4f\x85\x37\x76\x97\x11\x80\xdc\x1d\x5e\xab\xdd\x75\x00\xda\x4f\xb8\x5e\x32\x1a\x03\x58\x8a\x5e\xee\x65\x8a\x03\x70\xd7\xbb\xdc\x72\xa0\x06\x20\x2c\x99\x6b\xfc\x68\x1b\x40\xe2\x09\xae\xc1\x13\x72\x00\x39\x3e\xdc\xdc\x2c\x1f\x7f\xf5\xc4\x54\xab\x8b\x45\x09\x8e\x01\xd4\x8e\x4b\x9b\xc8\x1d\x82\x8d\x75\xe3\xca\x3b\xf5\xe3\xa8\x5c\x55\x6d\xda\x41\xee\xf3\x24\xde\x7c\x45\x8b\xab\x89\x65\x38\xce\xf8\xe7\x1e\x8e\x15\x22\xcb\x9f\xfc\xf4\x13\xef\xdd\xca\x5e\xe8\x73\xea\x6d\x22\x76\xa5\xcd\xe9\x99\xd7\xbe\x5d\x7e\x40\xff\x72\xbf\x8d\xea\xb7\xd1\xde\x5b\x3d\xfb\x1d\x8c\x26\x70\x5d\x05\x2d\x5b\x9c\x37\x4f\x6f\x69\xbf\x75\x5d\xd5\xa5\x6c\xd6\xf8\x66\x5c\xa9\x9f\x9b\xd0\xbc\xe1\x8d\x82\x3c\x0b\xf7\xd0\x1f\x4b\xd7\x15\xb3\x0c\x3d\x36\x2e\x6a\x56\x1d\x4f\x35\xf4\xa8\x5c\xca\x28\x63\x48\x64\xf2\x68\x59\x9e\x2e\x44\xc5\x8e\x79\xd8\xaf\x32\xe4\xbc\x8a\x9e\xf3\xb0\x58\xad\xba\x6a\x47\xe3\x60\x42\xd2\x3d\xe9\xb1\x6a\xc9\x78\x1a\x07\xe3\xf7\xce\x23\x1d\xb7\x12\x9d\x09\x20\x7a\x92\x0f\x18\xbc\x00\x14\x4f\xf1\x32\xee\xd9\x00\xa0\xa7\xc6\x59\xbf\xc7\xef\x17\x17\x44\xf3\xa3\x84\x3f\xbe\xe8\x7a\xd0\xea\x5f\x3d\x31\x6b\x1c\x44\xd5\x1b\xde\x7d\x6c\xca\x00\x0d\xf4\x22\x87\x04\x2e\x00\xb4\x10\x24\x86\x65\xae\xc3\xe1\x5b\x6d\x0a\x42\xba\x43\x54\xf5\x66\x61\x75\x53\xb7\xd3\x24\x95\xea\x39\x63\x9b\x84\x62\xec\xcb\x2c\x70\xbe\x5d\x39\xba\x38\x1d\x72\x30\x46\xaa\xe3\xe9\x58\xd3\x95\x8a\x5a\x89\x3e\xc3\xd7\x15\x2e\x74\x83\x06\x8f\x8f\xf6\x0a\xbb\x6e\xfd\x32\xf0\xb0\xfd\x26\xb7\x3b\x69\xbc\xb7\xdb\xb6\xda\xc1\xd3\x73\x4a\xef\x4e\x51\xbe\x9f\xcf\xe5\x99\xad\x6d\xec\x57\x63\xbc\x77\xcf\x4d\x34\x5e\x48\xdf\xe6\xad\xf0\xc3\xa5\x8e\x2e\x61\xaf\xef\xa6\x85\xae\x6b\x7c\xd1\x2a\xbe\xf7\x16\x57\x2b\x2c\xa3\x6e\x79\x97\x2d\x87\x17\x2d\xd0\x38\x98\xc0\x68\x5f\xd4\xaa\x6b\xf6\x95\xff\x70\x30\xc3\x57\x04\x71\x7f\x25\xc4\xf8\x1c\xf5\xb2\xc2\x2d\x44\xd7\x01\x08\xdd\xe0\xb6\xde\x25\x08\x80\x62\xbf\xac\xc2\xe0\x0b\x60\x54\x7a\x99\x89\xb1\x04\xc0\x69\xeb\xa5\x14\xa6\x46\x00\xff\x6c\x8e\xe3\xfb\xc2\x01\xe2\x74\x2f\xc8\xfc\xfd\x7b\x22\xfb\x13\x7b\xd3\xe1\x22\x80\x0a\x14\x7b\xc2\xd1\x62\x80\x1b\xd8\x4b\x77\x59\x96\x00\xda\xf9\xf9\x02\x38\x85\x00\x3a\x53\xc5\x8c\xa5\x62\x40\xfb\x1e\x46\x26\x49\xb3\x84\x6a\xdd\x59\xa7\x32\xe6\x32\x40\xe2\x6b\x0b\xd6\x3b\x99\x70\x0d\xab\x53\x6d\x60\xb3\x54\xdd\xf1\x39\x39\x7d\x57\x30\xef\x5d\xc6\xc7\x43\xd1\x3b\x0a\x5f\x3f\x68\xe8\xbc\x1f\xb4\xda\x3b\xf4\xd4\xee\x06\x77\x80\xc6\xa7\x1d\x4f\xad\x0a\xef\x05\xdf\xff\xe6\xd5\x4f\xca\x1e\x0e\x12\xfb\xee\xd3\xf5\x3e\x85\x3b\xe8\xf9\x74\x67\xfb\xe1\x58\xb1\xe0\x95\xd9\xbe\x9b\xa6\x51\xb7\x83\xa2\xe7\xdf\xd5\x7f\x8b\xe0\x0e\x0c\x5b\x48\xb8\xb6\x1a\xda\x1b\x50\xb1\xf4\x57\x85\x44\xc8\x81\x80\x9d\xcb\xdc\x25\x2c\x81\x11\x01\x1e\x2b\xf1\xf9\x87\x02\x6e\xf8\x2e\xae\x36\x5f\x35\xf4\xcb\xf7\xf3\xc5\xe4\xa4\x5b\xf9\xb4\xf8\xa5\x60\xfd\x93\x85\xbd\x31\xbe\xde\x38\xa6\x04\x91\x2b\x29\x3e\x63\xb8\xe7\x31\x96\x00\x62\x95\xdc\xfb\x77\x8d\x00\xa8\xd6\x5c\x66\xdd\xcd\x00\x60\x9e\x7e\x21\x83\xa1\x07\xc0\x2d\x8d\x83\x7b\x6f\x0d\x40\x28\x3d\xeb\x13\xc6\x64\x80\x14\xcf\xb3\x5f\x19\xc9\x00\x45\xc9\x67\xf3\x99\x6a\x00\xea\xd2\xcf\xb6\xed\xb7\xfe\xd5\x8f\xd2\x1d\xcb\xcd\xc5\xce\x01\xf0\x98\x51\xd0\x57\x98\x09\x52\x06\xb9\x24\xac\x55\x95\xa8\x2f\x9e\xf3\x2b\x54\xda\xf3\x93\x22\x1e\x33\xaa\xaf\xc4\xc6\x4e\xf3\x75\x98\x9a\xc7\x55\x1e\x7b\xae\x5f\x2b\xe6\xdd\xd7\x7e\xe1\xa6\x75\x5e\x77\xda\xd1\x87\xc2\xa5\x0c\xe9\x23\xb7\xcc\x9f\xcb\x65\x0a\x26\x7d\x78\x47\x1c\xfc\x9a\x74\x30\xf1\xdb\x57\x93\x87\x33\xd1\xdf\x12\x35\xbf\xa7\x77\x3d\x8c\xb8\x19\x6f\x33\x7d\xbf\xfd\x48\xf8\xc5\x98\x23\x73\xfb\x9b\xe3\x83\x27\x63\x72\x7f\x70\xd6\x8d\x05\x56\x44\x1f\x5d\xbc\x50\xb5\xe8\xff\x30\x1a\xbd\x24\x5f\xae\xf8\x3f\xfb\x70\x1c\xc3\xfc\xb1\xc7\x52\x56\x3d\xbd\x43\x51\xd8\xd1\x44\x47\x0f\xc9\x90\x57\xb8\xc0\xb8\x83\xee\x7f\x85\x1e\xc2\x61\xa2\x63\x01\x64\x4d\xb8\x58\xe9\xcb\x00\x34\x9d\x2f\xda\x33\x9c\x00\xb0\x42\xb1\x12\xe9\x1d\x00\xbc\x5c\xd8\x2e\xee\x61\x00\x88\x71\xdf\xb2\xf4\x8f\x07\xa1\x86\x99\x61\x17\x11\xa0\x7a\x79\x2d\xef\x29\x39\xf9\x82\xe1\x3d\x40\x5f\xd6\xa9\x2a\xa6\xe3\x00\xcf\x25\x38\x72\x4e\xf5\x00\xbc\xe9\xe1\x11\xbe\xfc\x0c\xf0\x9f\x16\x45\xe4\xe4\x2b\x91\xa3\x63\x32\x32\x82\x56\x23\x98\xa0\xcf\xfb\x54\xce\x45\x3e\x7b\xe7\x31\xb8\x60\x54\x5c\xf4\xb1\xab\xb3\xb7\xc0\xad\xbf\xb9\xab\x8c\xb9\x75\x3c\xce\xb7\x67\x63\xaa\x6a\x23\xb6\x5e\xf3\x51\x4f\xf8\xf1\xfa\xdc\xf7\xdd\x4f\xcb\x83\xee\x56\xf9\x8f\x3d\xeb\x0d\x0c\x38\x59\x6a\x37\x39\xdc\x31\xed\x77\xad\x40\x62\xe6\xe9\x2d\xf3\xff\x78\x40\xe6\xd2\x26\x16\x1f\x57\x74\x7a\x9d\x4c\xa3\x5f\x66\x2b\xd9\xec\xc1\x9d\x1a\xb2\xe2\x9d\x7f\xd6\x43\x23\x71\x6e\x55\x3b\xbb\xd9\x8d\x3d\x89\x1e\xe3\x91\xfe\xc9\x6d\x63\x5c\x13\x56\x2d\xf9\x8b\x4b\x40\xdc\x65\xdc\xd9\xf8\xdb\x4e\x8f\x63\xe6\xf0\xe7\xa2\xb4\x9d\x5e\xc7\x7c\xc6\x9f\x89\xb2\x02\x90\x0f\xbf\xe4\xb5\x2b\x1f\xc0\xe0\xc4\xf9\x13\xbb\x8a\x01\x1c\xde\x9d\xe1\xdc\x59\xff\xab\x17\x24\x69\x2d\xd7\xa4\xe5\x1c\x4d\x9b\xe9\x8c\xff\x9e\xbd\x6b\xef\xfb\x47\xe2\xe8\x6e\xff\x93\x7f\xce\x9e\x96\x65\x02\x80\x99\xb3\x17\xd3\xce\xb2\x02\x60\xbe\x0b\x6e\x91\x10\x43\xd2\x29\xac\x12\xb1\xc6\xde\x93\x7b\x96\xfc\x95\xea\x03\x29\x4f\x2b\xbe\x5f\xd1\x7b\x7b\x35\xac\x31\xe5\x7d\xbf\xe3\xad\xeb\x1f\x33\x6a\x86\xe2\xc2\x57\xee\x7c\x0e\xf7\x7f\xbe\xf1\xda\x8d\x6e\x4d\xcf\xce\x27\xf7\x5e\xaf\xf4\x9f\x70\xed\xeb\x39\x3e\x31\xdf\x35\xe4\xea\xd7\x66\x3a\x7d\xb7\xed\xb8\x4b\x78\xd3\xbd\x39\xa5\xa6\x1d\xae\x16\x35\x5c\x3f\xc4\x6a\x89\x2e\xe9\x95\x9a\x0b\xd8\xaa\x49\xe7\x90\xd2\x47\x4b\xf5\xa5\x4a\xce\x9f\x0b\xf7\x2d\xdf\x2c\xbc\xeb\xb4\x25\xbf\x63\xf5\x4c\xce\x01\xc7\xb2\x1c\x3d\x0c\x7b\xc6\x63\x87\xc0\xab\x66\x58\x81\x94\xbf\x1c\x7c\x33\xec\xb1\x1f\x13\x16\xd7\xf9\x8f\x0b\xa9\x97\xf0\xb1\xe1\x64\xdb\xae\x94\x04\xfc\x70\x98\x32\x80\x72\x35\xdb\xc7\x1d\x86\x00\xa6\xf6\x67\xb5\x76\x50\x01\x5c\x1f\x9f\xca\xda\x79\xf0\x97\x0f\xe3\xea\x25\xba\xdf\xbe\x7b\xa6\x79\xbf\x69\xf9\xf7\x97\x4d\x3f\x7d\x18\x2b\xda\x3b\xca\x7f\xbe\xf7\x67\x2b\x3d\x74\x83\xc2\x80\x60\x04\x4e\x8b\xb2\x4f\xaf\x50\x5a\x25\xee\xe9\x6f\x7b\xa5\x46\x1c\x56\xba\xe3\xf9\xa0\xab\x0f\x27\xac\xcb\x95\x30\x5a\xa1\xb7\xdc\x6d\xb7\xb5\xf4\x44\xcc\xc0\x6c\x62\x50\x64\xd3\x84\x8f\xe5\x2c\xba\xec\x76\x5b\xbd\xdd\xe4\xd4\xc0\x20\xc3\xdd\x5d\x96\xbc\x9f\x28\x53\xee\xed\x3e\x56\x31\x83\x30\x2b\xd5\xec\x46\xf3\x5f\x58\x67\xde\x8d\x5d\xdc\x54\xf9\xd4\x7a\xe5\x96\xce\x52\x41\x49\xbf\xf5\x4a\xc3\xd0\x32\xbe\x80\xce\xba\xba\x36\x76\x95\x2d\xdb\xc1\xba\xa9\xfa\xd6\x2a\x92\x41\xb5\x1e\x2f\xa7\x60\x9a\x53\x11\xab\x37\xa5\x99\xd8\xae\xc4\x1d\xd6\xbc\x45\xa7\x70\xa2\x71\x15\x56\x06\x05\x71\xb8\xa5\xa8\x69\xcb\x85\x3c\x2d\x7c\x74\x78\xa3\x45\x59\x8e\x1b\xc1\x3c\x28\x03\x40\xad\xfd\xec\xd2\xf6\x20\x00\x1b\xc2\x29\xa1\xed\xef\x7e\xe5\xbe\x49\xcd\xbf\xdf\x07\xb4\xdc\xf3\xd1\x6e\xba\xdf\xbe\xff\x5e\x3c\x42\xcb\x3d\xb6\xec\xa6\xa3\x23\xee\x03\x60\x23\x1f\x79\x36\x5d\x00\x3c\x7c\xb9\x02\xef\xdf\xc8\x53\x6d\x24\xaa\x35\xbc\xfb\xfc\xc9\xf4\xca\x9f\x1c\x55\x1a\x5a\x08\xfa\x7a\xae\xa1\x45\x39\xb2\xd8\x5d\x76\x17\x32\xba\x43\xc3\x97\xb5\xfc\x51\xe5\xd9\x5e\x87\x96\xce\x64\x3b\x57\x5b\xda\x7d\x5f\x48\x6e\x4f\xaa\xf5\x36\x7a\x3d\x5f\xff\x3d\xf1\xc6\xa4\xe1\x9e\xa9\xc8\xf9\xc7\xd7\x2d\x8c\xb6\xbd\x8b\x5f\xbc\x5c\xde\x62\x14\x35\xf8\x6d\x09\x57\xb4\xc7\x18\xf5\xf0\xcb\x8a\x6e\xae\x96\x89\xed\xbd\xd6\x55\x95\xac\x61\x93\xa1\xdb\xcf\x30\xe2\xe9\x1b\x4d\x26\x5b\x6a\xb1\x5c\x49\xaf\x4c\x1c\x9a\x6e\xe3\x36\xc4\xcd\x9b\x24\xd7\x75\xe1\x5e\x44\x7d\xa7\x79\x2f\x4c\xa5\xab\xf6\xe2\x73\xc2\x7a\x4c\x22\xca\xb7\x10\x6c\x82\xe8\x4c\x4e\x96\xb4\x11\xc6\xfd\xc6\x01\xf4\xfb\x4e\x09\x6c\x73\x06\xb0\x0f\xda\xf8\xcf\x39\xf0\xff\xb5\x0f\x63\xf6\xfc\xbf\x39\x10\x6c\x24\xc0\x56\x29\x3a\xba\xa9\x52\x00\x36\xb6\xa3\xfc\x6f\x16\x80\x9f\x5f\x54\xa0\xec\x11\x8a\x3a\x23\xb9\x53\x65\xe7\xad\x76\x0a\x0b\x2a\xc7\x22\xa5\xec\x0b\x49\x50\xaf\xc8\x4b\x2f\xd9\x0d\x3f\x60\x2b\x12\x55\xed\xff\x10\x2b\xe4\x23\x93\x11\xe7\xc6\x82\x39\x98\xe6\x9d\x13\x64\x1b\xb0\xd2\x57\xfb\xac\x50\xd8\xf8\xc9\xf2\xcb\xa7\xcd\xc5\xa6\xda\xb7\x96\x4f\x2c\x7e\x29\x26\x68\xed\x5f\xb6\x5e\x36\xc9\x8b\xd0\xe1\xf8\x56\xb5\x62\x99\x1d\xae\xab\xf5\x96\x7b\x55\x30\xb3\x42\x87\x32\x78\x1b\xb3\x98\x64\xa7\xbb\xfd\x71\x21\x76\x32\x16\xd1\x1b\xec\xf9\x8a\x3b\x1e\x6b\xa8\x17\xd4\xc5\x88\xdf\x15\x91\xae\x1f\x71\x5b\x0b\x2f\x15\xde\xa0\xef\x74\x6b\x0a\x3f\x18\x52\xa0\xd7\xd2\xec\x42\x28\xf6\xef\x34\x38\x71\xe3\x38\xa1\x30\x60\x87\xc1\xb1\xeb\xaa\x44\x16\x9f\x01\x00\x8b\xb9\x13\x31\x5b\xe6\x00\xae\x24\xaf\xe5\xff\x43\x6b\x1c\xc8\x9a\x1f\xa7\xc3\xf6\xf7\x7d\x30\x99\xbb\xb6\xfe\xc0\x7f\xe7\xbf\xe3\xaa\x00\x1b\xe2\xe9\xe8\xde\x46\x01\xb0\x9d\x3e\x5a\x31\x10\x07\xa1\x7c\x92\xdc\x09\xb7\x5d\x11\x05\xa9\x7d\x0a\x98\x9a\xdb\x94\x7b\x2a\x6f\x8c\xe9\xb3\xe7\xc9\x55\x7a\xda\x76\xd4\x68\x11\x62\xbf\xcd\x26\xdf\xcf\xeb\xfd\x17\xae\xf8\x2d\xf1\x42\xf1\x28\x9b\x3d\x38\xd9\x62\xe9\xa4\x67\xc6\x8a\xd8\x27\x77\x34\x53\xb6\xe8\xb0\x63\xae\xbd\x2b\x4e\xbf\xa1\xbe\x1f\x53\xb4\x9a\x99\x26\xa2\x9a\x80\xed\xc4\xf4\x26\xb4\xab\xbe\x9e\x1f\xc7\x96\xc4\xee\x54\xb3\xfe\x66\x8e\xbb\x16\x61\xa2\x11\x3b\x9a\x86\x6b\x89\x78\xad\xe1\x33\x6c\x83\x77\x0c\x3d\xa1\x19\xfb\xc4\x0c\x7f\x2f\xb8\x8a\xd6\xfb\xa1\xf9\xa5\x7b\x85\xd0\xed\x3b\xa9\xd9\xd2\x59\x44\xd4\xb9\x22\xa0\xf5\xe2\xb6\x24\xd1\xe2\x0a\xab\xd6\xc1\x56\x4e\x12\x9d\xdb\x4b\x00\xeb\x9e\x9f\xeb\xa2\xdd\x07\x79\xba\xbf\x73\x20\x03\x6a\x6b\xe7\xc0\x5a\xfe\x47\xae\xfa\x7b\x12\xbf\xff\x5c\xff\x77\x86\xb5\xfc\x77\x2d\x07\xe9\x67\x03\xd8\x49\xa0\xa3\xbb\xcb\x0b\xad\xbc\x79\x97\x50\xf5\xef\x91\x27\x92\x8a\x92\x3d\x45\xaf\xa9\x85\x2a\x82\x9a\x65\xc9\xea\x14\x36\x03\x11\xab\xb4\xe0\x51\x32\x8f\xd5\x8c\x73\x17\x8d\x7f\xb0\xd7\x22\x26\x46\x12\xfd\xef\x58\x1e\x21\xe0\xb3\x39\x83\xe5\x8c\x34\x08\x76\xf5\xd2\xa1\x54\xed\x65\xfc\x64\xff\x52\xf8\x3d\x75\x21\xfc\xd1\x2f\x81\x51\xad\x2a\xdb\xf1\x3e\xb8\xec\x70\x51\x94\x14\x9e\x80\x67\x0e\xe1\x50\xfe\x8a\x51\xc5\xdf\x0a\xdc\x8c\x9a\x9c\x2e\x24\x30\xfa\xa7\xab\x68\x7f\x35\x26\x64\xfb\xbc\x52\x89\x7a\xab\x4f\x14\xf1\xda\x81\xbe\x32\x12\x4e\xd4\xf1\xec\x42\x17\x3c\x9b\x22\x3e\x71\x7b\x85\xd6\x78\xfc\x88\xc4\xe5\xb2\x01\x1d\xf4\x80\x9f\x14\xeb\xd8\xac\xb6\xef\xfe\x53\x92\xb3\xd3\x04\x80\x57\xe2\xef\xf7\x01\x8d\x03\xe9\x5e\xe3\x60\x68\xdf\xbf\xff\xf4\xbf\xff\xd9\x87\x32\xba\x96\x7b\x3d\x88\x00\xf8\xfb\xb9\x71\x77\x1c\x80\xb5\xfa\x70\x50\xc3\x05\x98\xe2\x79\x7b\x7e\xb0\x4c\x0d\x0e\x4a\xd6\x88\x5e\xcc\xc8\x45\x6c\x51\x9b\x15\x1d\xa3\x33\xa8\x72\x7a\x1c\x7a\xaf\xfc\xf6\x50\x64\x2c\x8d\x2c\x97\x9d\xb7\x93\x1d\x5d\x17\x1d\x67\x6c\xcd\xc9\x9b\x83\xeb\x5d\x83\xcc\x33\x49\xed\xc9\x28\xf7\x7e\xc3\x61\x92\x62\xc9\x2d\xaf\x78\xed\x9b\xc4\x99\xd6\x6a\x6f\x61\xb5\x4d\xc4\xb7\xcf\xd0\x57\x0c\x50\xc1\x44\x9f\xf1\x03\xde\xe5\xff\xe9\xbd\x58\xe3\x1f\x14\x0e\xad\x9c\x21\x1d\x77\x24\xaf\xfb\x1e\xfe\xe0\x1e\x94\xf8\x47\xbd\x48\xaf\xec\x8e\x28\x25\x0d\x36\x93\xcf\x5b\xf7\x2a\xbd\x7c\xfa\x98\xac\x6d\x95\xf2\x5f\x0e\xa4\x7d\xed\x79\x40\xeb\x03\x59\xf3\x02\xd5\xfc\xfe\xfd\x37\xcd\x03\x41\xfb\xfe\xb9\x0b\x03\x70\xb4\x7a\x7b\x46\x23\x19\xe0\x1c\xcf\x01\xbb\x0a\x32\x10\x79\x43\xd9\x78\xb2\xdf\x40\xa0\x04\x2f\xef\x87\x04\x6b\xe4\xa9\x72\x91\xb4\x63\xf0\x49\x2a\x59\xd7\x44\x6d\x8b\x87\x2b\xf5\x90\x85\x99\xe1\x76\x1a\xff\x60\x55\x41\x61\xf1\x7f\x64\xed\x67\xba\x97\x72\x32\x26\xcc\x3a\xc2\x40\x8e\x5c\x9f\x23\x67\xaf\xa4\xbd\x9f\x6c\x7c\xbd\xd1\x51\x4c\x4d\x8f\x2c\x7d\xd7\xd9\xf1\x94\x0a\x23\x69\xf6\xf9\x63\xa7\x69\xc5\x6c\xd2\xfd\x89\x77\x4e\x93\xf2\x3a\xa4\x61\xd2\x59\x47\x99\xff\x78\x1f\x7a\xc8\x2a\x64\x2f\xb3\x11\x99\x57\x2b\x47\xc8\x95\xa6\x31\x32\xc5\x73\x1d\xe4\x79\x63\x55\xd9\xc0\xf1\x5a\xf2\x77\x63\x9c\x0c\xf2\x39\x99\x22\x6b\xd0\x2e\x17\xfe\xe6\x26\x85\xc9\x68\xf5\x97\x0f\x84\x96\xff\xd3\xf6\xc1\x04\xf7\xbf\xf3\xef\xc5\xb5\xef\xd9\x3f\xe0\xd7\x7a\x10\xae\xff\xee\x81\xa0\xe5\xdf\x95\xd5\x00\xac\xbc\x07\x74\xf3\xa4\x00\x78\x83\xce\x4a\x24\x17\xc2\x3d\x71\x06\xce\xb3\x11\xb5\xc0\xa1\x14\x2d\xf2\xd1\xb7\x01\x49\xd5\x3e\x2e\x5f\xe4\x5c\x40\x7d\x6b\xba\xac\xde\x6d\xa3\x42\x55\x76\x88\xd6\xbb\x67\xde\x41\xdd\xef\x5d\x65\x18\x64\x0c\x94\x6f\x61\x31\xc6\x7d\x7a\x18\xca\x9d\x94\x15\x53\x6e\x2d\x7b\xca\xf5\x42\x07\x53\x0b\xb5\x14\x8a\x59\x7d\x91\x79\xbe\x8a\x00\x19\xb9\x97\x6c\x25\xa7\xf8\x91\x4c\x78\xf1\xd9\x32\x46\x5e\x82\xfc\x62\xfc\xb8\xe5\x8a\x2c\x2b\x79\x05\xf7\xd9\xfc\x99\xf4\x7b\x8a\x3d\x79\xd4\xd8\x7a\xdd\xf7\x90\x4c\x95\xa5\xf4\x6a\xd5\xfd\xc9\x3d\x48\x3e\xf9\x61\x4e\xf9\xa8\xb5\x5d\x2a\x74\x92\x9f\xf2\x5c\x6b\x01\xa0\x6c\xcd\x8f\x75\xbf\x92\xee\x37\x1e\x8c\x8a\xa2\xfb\x57\x0f\xc4\xe7\xb5\x9c\xf7\xf9\xda\xfa\x3b\xd7\x38\x80\xba\x96\xdf\xf3\xef\xfc\x8d\x00\x67\xb3\x99\x4e\xa7\x49\x01\xf0\x1c\x61\x26\xc7\x1c\x82\x1f\xa2\xcf\x2e\x58\x04\xba\x80\x97\x62\x2e\xbf\x86\xbb\x38\x6c\xd7\x74\x10\xf7\xb5\x6b\x41\xb4\x4d\xc2\x95\xde\x59\x7e\xa4\xbe\xb6\x5d\x54\x1f\x33\x35\xa7\xf6\x79\xd8\x68\x9e\x33\x48\xa1\xbe\x0c\xb4\xd6\x08\xd5\xcd\xa7\x66\xc6\x14\x68\x17\x68\x72\x52\xed\xae\x2a\xe9\x6a\xab\x0e\x53\xd5\xcb\x36\xeb\x2e\xa2\x2e\x52\x59\x9b\xdc\xf4\x28\x8a\x1f\x28\x4b\x5d\xdf\x0d\xaa\xe5\x5a\xa9\x74\xcf\xca\xf4\xcf\xca\x3c\xa7\x3c\xfd\x72\xd8\xc0\x47\x0a\x47\x59\x5d\x48\xd3\x53\x92\x7c\x40\xe5\xa2\xdc\xd0\x0e\xf8\x0f\xf7\xc0\x89\xa0\xa8\xef\x15\x86\x45\x73\xa8\x09\xc8\x5f\x72\xf3\x62\xa9\xd8\x45\x6a\x87\x92\x1c\xc0\xad\xd7\x74\xbf\xf1\xb1\xab\xff\xac\xe7\xcf\x3e\x98\xc1\x35\x0f\xca\xfd\xb5\xfd\xd1\x98\xb1\x96\x7f\xaf\xe5\xc1\x05\x8f\x01\x8e\x3c\xd8\x7a\x26\xf5\x30\x00\x33\x89\x9e\x3d\x8e\x0b\x80\xeb\xfb\x71\xff\x10\x77\x00\xd1\x08\xd6\x13\x5e\x24\xb8\x27\x1f\xc8\xe9\xe5\xf4\x1a\x1c\xd5\xc4\xf8\x67\xac\x4b\x91\xcf\x06\x69\x52\xdb\xff\xd3\xfb\x70\x1c\x09\xbd\xd2\xa6\xf0\x5d\xe7\x1c\x72\x3e\x4c\x4c\x65\x4e\x83\x1b\x39\x93\xb8\x0f\xbd\x07\x4d\xa5\xae\xe6\x72\xa9\xa1\x68\xfc\x83\x62\x3c\xb5\xb9\xc9\x48\x23\x52\x2e\x80\xda\xd7\x79\x42\x7d\x8b\x4c\x04\x35\xf3\x69\xb1\x46\x9e\x14\x37\xb5\xe9\xed\x73\xb5\x6b\x92\x12\xd4\xd4\x19\x19\xf5\x9a\x7f\x7a\x1e\xf8\x54\xbb\xd7\xfb\x2e\xd6\xf2\xfe\xf5\xdc\xdf\x10\x21\x20\x57\xc5\xbb\x7f\xed\x83\x19\xfc\x3f\xf3\xc1\xda\x39\x28\xfc\x3b\x07\xd4\xbb\xe6\xc7\x68\x91\x5c\xcb\xbf\x91\xb5\xfc\x7b\xcd\x7f\x10\xd7\x00\xf0\xf7\xef\xcf\x20\x22\xc0\x56\x7f\x3a\xba\xd0\x11\x80\xcb\xaa\x87\xef\xfb\x3e\x02\x10\x3d\x7d\x46\xcc\x8d\x09\xde\xcb\xad\x72\x58\xd9\x31\x40\xbe\x2a\x3d\xb7\xbf\xf9\x3e\x10\xd5\xdb\x20\x04\x46\xb6\xb0\xc3\x04\x11\xeb\xd2\x4f\x47\xe6\xec\x12\x25\x33\x74\x14\x91\x97\x1e\x49\xd2\xe9\x9a\x4f\x91\xa7\x7e\xc6\x32\x1c\x6a\xc2\x48\x7b\xe4\x3d\xd9\x18\x95\x97\xc8\xd5\xe4\xaf\xf2\x01\x4a\xf3\x48\x78\xee\x7d\x05\x55\x05\x2b\xc4\xa5\x22\x53\x71\x9f\xdc\x7e\x44\xa1\xa9\x41\xa9\x56\xe6\x24\x22\xd5\xa1\xaf\x14\x23\xe5\x8c\x9c\x7a\x54\xa0\x5c\x2c\xb1\x80\xec\x7b\x25\xa1\x3c\x2c\xd6\x83\xc8\x7d\x5b\x54\x58\x14\x7d\x86\x98\xcd\xbb\xc9\xfb\x8b\x06\x23\xfe\xc8\x2e\xb9\x68\x11\x6e\x64\x00\xb1\x90\x32\x15\xce\x43\x66\x91\x18\x89\x48\x80\xcf\x56\x74\xff\x87\x07\xe3\x4d\xdb\xda\x73\xc0\x71\x8d\x03\xdb\xfb\x73\x5e\xd3\x5d\xf3\x60\x8c\xfd\x9c\x49\x9b\x7f\xce\xd0\xf0\xb5\xa9\x0d\xc0\x6c\xbe\x93\xde\x67\x16\xe0\xc2\xee\xbd\x2c\x1e\xa9\x00\x42\x32\x27\xff\x72\xf8\x0c\x20\x63\x74\x8e\x6c\x15\x0f\x77\xd0\xe7\x38\x0d\x8d\x57\x20\x51\xcb\x9a\x87\x4b\xff\x33\xa8\x1a\xc9\x08\x9a\xe9\x9a\x81\x80\x15\x5e\xf8\xab\x66\x1a\xc8\x38\x79\x08\x1b\xd1\xf8\x07\xd5\x5d\x70\x20\xa8\x54\xfc\x38\xaa\x0f\x99\x8f\x1d\x95\x5c\xa6\xf1\x0f\x0a\x06\xc8\xfd\xfc\x51\x19\x1b\xd9\x79\xa4\xb7\x42\x4e\x7a\x4c\x86\x1d\xa9\xbe\xf1\x41\xf6\x92\x94\x2d\x92\x76\xe7\x8c\xdc\x1e\x09\x66\xa4\xbc\x4f\x58\x26\x56\x3c\x05\xf1\x18\x7c\x21\x47\x14\xed\x41\x92\x3f\x34\xca\xee\x13\xc9\x47\x2a\x67\x76\x49\xf7\x8b\x5c\x40\xda\x56\x7b\xa5\x66\x85\x0f\xc3\x66\xa4\x42\x8c\x4a\xe3\x60\x96\x0d\xff\xf0\x60\xfc\x0f\x0e\x28\x3f\xf8\x77\x0f\x46\xc4\xc8\xcf\xe9\xbd\xe6\xc3\x70\x98\x01\xf8\x4b\x81\x8e\xce\xed\x26\x00\x5b\xc0\xee\x2a\xc7\xdb\x00\x42\x27\x8e\x75\xda\x68\x01\x48\x6f\x3b\x5d\x6f\xda\x0a\x4b\x4a\xaf\xcf\x6f\xd5\x6b\x82\x67\xea\xca\x1c\x57\x74\xea\x21\x4b\xaf\x95\x7b\xbf\x56\x01\x44\x9b\x1d\xe1\xdd\xaf\x7e\x19\x92\x6d\xf9\x78\x16\xd5\x6c\x40\xcf\xbd\x54\x90\xa8\xb2\x05\x5c\x7d\x76\x0a\xf0\x28\x33\x82\x41\x48\x97\xd0\x76\x25\x4e\x60\x89\xdf\x2f\x26\x48\xe3\x1f\x64\x77\xc3\xc9\x7c\x01\xd1\x79\xe9\x3b\xb0\xbd\xdc\x4b\x9c\x57\xb2\x0d\xc1\xdd\xe8\x93\xd8\x25\x6e\x07\x0c\xad\x62\x62\xe7\x45\xdf\xc3\x96\xfb\x75\x62\x68\x91\x1c\xd8\x32\x40\x10\x3b\x2c\xdc\x8f\x60\x46\x4f\x8a\x6f\x17\xe6\x40\x96\xbe\x65\x89\x0b\x09\xe9\xc0\xae\x99\x0d\xa2\xa5\x34\x1f\x0e\xed\x1c\xfc\xff\xc7\x01\xa5\x6d\xfa\x39\xa3\xe3\x7f\x4e\x7f\xd6\x9f\xd3\x79\xf5\xe7\x34\xb7\x03\xa0\x63\xa4\xa3\x73\xc8\x05\x60\x75\xa2\x9f\xb5\x31\x01\xe0\x7f\x71\x78\xbf\x79\x11\x80\xc4\xea\xc9\xe7\x06\x6a\x00\xf2\x23\xa7\xbd\xb5\xc8\x80\x45\xa3\x58\x0d\x35\xee\xc2\xb0\xb6\x18\x7b\x85\x5a\x2b\x3c\x31\x12\xbf\xc8\x8f\x96\x80\x37\xa6\xf9\x1c\xbc\x2a\x1c\xd0\xe4\xc8\x78\x79\x0a\x95\x0d\x29\x9e\x1b\x79\x4d\x95\xba\x21\x30\x40\x85\x9f\x53\xbe\x06\xd2\x42\x87\x78\xbd\x64\xef\x40\x54\xec\x07\x3e\x1b\x19\x25\x70\x48\xf7\x15\x48\x90\xda\x0b\x0e\x79\x5e\x02\x9a\x92\x74\xa0\x5b\xb6\x4f\x30\x47\xe2\x2d\x1c\xaf\x4b\x16\xf5\x12\xad\x03\xd4\xcd\x56\xc1\x57\x22\x93\x70\xb1\xeb\xb6\x70\x8b\xf0\x34\x5c\xee\x9b\x13\x56\x15\x02\x38\x3b\xb8\x43\xf8\x8b\x60\x3a\x48\x8e\xfe\x10\x24\x02\x6c\x9c\x93\xac\xfb\x7b\x5f\x9c\x36\x97\x7d\xbf\x85\x00\xc0\x7e\x4d\xaa\x63\x87\x13\x80\x08\xab\xd4\xe8\xde\x22\x00\x69\x29\x99\xae\x83\x0d\x00\x2a\xda\x8a\xdc\x27\xdd\xfe\xc5\x83\x7c\x42\x63\x2f\x60\x01\x4c\xef\x68\x69\xf0\x8e\x02\x98\x37\x1b\xcc\x48\xf8\xc2\x4d\xf3\x3e\xb3\x78\x45\x5b\x90\xb2\xf0\xb1\x97\xd0\x8c\x47\xee\x99\x8d\x78\xbb\x1b\x3b\x23\x22\xc6\x59\x51\x0d\xd6\x85\xd4\x68\xc3\xd3\x99\xd5\x2e\x4d\xd4\x53\x3a\x83\x15\x3f\x3c\x9e\x52\xca\x35\x43\x5a\xca\x7d\x42\x29\xba\x6a\xb6\x3d\xad\x7e\x0f\xc9\x73\xe8\xdc\xe7\x6a\x41\x87\xc8\x1f\x95\x5f\x7c\xd8\x16\x88\x27\xfb\x28\x3a\xfc\x78\x1a\x12\x4a\x1e\x91\x2f\xc4\x5b\x06\x9e\xa0\xb8\xcb\xf9\x13\x14\xbc\xf3\x09\xed\x72\xaf\x08\xea\xde\x65\x4b\xc7\xe5\xc6\x88\x5b\x3c\x72\x26\xee\x2b\x2c\x13\x5e\x78\xe1\x3f\xf1\x2b\xd6\x12\xd9\x3d\xf7\xbf\x2a\x53\xaa\x26\x26\xb9\xef\x7d\xe1\xa4\xdc\x43\xac\x77\xab\x7d\x58\xa7\x72\x9c\x38\xe9\x5a\xdc\xcf\x8a\x5a\x26\x89\x39\xf3\xdc\xdf\xa2\x82\x23\x99\x3a\xe5\xdc\x61\x45\x0b\x93\xbe\xd8\xe1\x01\x36\x7a\x8b\xff\xd3\xb7\x4a\xe3\x41\xb8\xbe\x4a\x1d\xa0\x37\xfa\x17\x07\xf1\x55\xe6\xf1\xa1\xa1\x7f\xf1\x20\xb6\x4a\x61\x67\x0a\x00\x8c\xc8\x2a\xbc\x17\xae\x01\x58\x76\xab\x8f\xf1\x5e\x02\xb0\xc4\xeb\x7b\x48\xd0\xc1\x7d\x4b\xbc\xc9\x77\x85\x72\x60\xb2\x9a\xb5\xad\xd7\xc9\x43\x8a\x2d\x6e\x7b\x09\x99\x72\x23\xdb\x4c\x9d\x22\xa6\xec\xb8\xa9\x92\x46\x1f\x33\x78\xdd\x5f\x50\x5e\xe9\x3e\xa8\xd4\xf1\xfe\x8b\x72\x4e\xfb\xd4\x4d\x24\xf0\x12\x79\x44\xfd\x6a\xaf\x76\xb0\x1f\x39\x0e\xbd\x3a\x98\x15\xaa\x4f\xe6\x44\x69\x7e\xd1\x08\x77\x22\xe1\x14\x67\x17\x31\x11\x8e\xe4\x38\x85\x13\x38\x7c\x70\x26\x65\x9b\xbc\x28\xbe\xd1\x5f\x05\x63\x2d\x7f\x8d\x70\xd0\xd7\x74\xe6\xab\xc2\x0b\x82\x91\x4f\xf4\xd7\x4b\x4a\x0e\x04\x7b\x1f\xdc\x9b\x50\x65\x0e\x02\xce\x0b\x3b\xcc\xa1\x3c\x45\x54\xf1\x3c\xfb\x98\xa0\x62\x44\x74\xf4\x18\x7b\x20\x85\x3e\x47\xcc\x73\x5f\xea\xee\x45\x87\x10\xf1\xae\x99\x77\x67\x55\x37\x91\x94\x9d\xbd\xdb\x86\xd0\x54\xd2\xff\x8f\xb0\xb3\x8c\x8a\xb2\xfb\xfe\x3e\x8a\x82\x01\x8a\x85\x09\x88\x22\x18\x74\x77\x77\xd7\x0c\xdd\x0d\x43\x77\x77\x77\x48\x37\x52\x52\x0a\x02\x02\x0a\x18\x18\xa8\xa0\xa2\x22\x2a\x18\x20\x06\x4a\x33\x3d\xb3\x9f\xa5\x32\xa2\xf7\x7d\xff\x9e\xff\xab\xbd\x5c\xcb\x17\x9e\xed\x35\xe7\x5c\x33\xfb\x73\x3e\xdf\x71\x67\x57\x80\xed\x0b\xd2\xdf\x7f\xf4\x81\xc2\x41\x08\x9c\x91\xab\xd8\x75\x7c\xa3\x0f\x4a\xbe\x0a\x5b\x0f\x3d\xfd\x0f\x1e\xa4\x56\x53\x91\xf3\xf8\x1f\x79\x39\x9e\x88\x2c\x29\x0c\x34\x3a\xf5\x9a\xaf\xa8\x0b\xc1\x6e\x07\x4d\xfb\x78\x44\x03\x19\x65\xaf\xea\x55\x66\xfd\x85\x74\xd3\x3a\x3f\x9a\xdf\xb5\x82\x74\xc4\x3c\x3d\x1b\xe7\x83\x22\xc6\x1b\x67\x55\x4b\x06\xf1\x11\xb7\x19\x7a\x74\x30\x85\xc9\x13\x34\xf4\x4a\x6e\x89\x46\x7f\xc7\xd7\xe8\xd0\x3f\x6d\x4f\x40\xe2\xaf\x69\x32\xbd\x75\x8b\x5b\xc4\x8b\xa8\x39\xac\x9e\x4c\x1c\x5a\xe7\x60\x66\x08\x77\x94\xdb\x31\xba\xa1\x49\xf3\x95\x2a\x38\x4c\x77\xc8\x99\x0f\x93\x6a\x57\x31\xd3\x21\xb4\xaf\xe4\x34\xb4\x30\xf8\x10\x6e\x0a\x07\xf3\xb0\x58\x4b\x08\xdb\x1c\xf0\xe8\xb7\x0f\x46\x50\x7b\x14\x17\xe0\x63\xd8\x37\xaf\x13\x82\x6b\xf7\xc2\x52\x38\x98\x76\x19\xdd\x52\xbc\x1d\xca\x05\x60\xc7\x80\x34\xeb\xcf\x3e\x08\xc8\xb8\xd2\xdc\x03\x10\x24\xcb\xa4\xef\xaa\xdf\xe0\x20\xd4\x44\xe5\x1d\x0e\x37\x03\x18\x3e\x57\x50\x64\x2e\x05\x30\xed\x51\xf2\x3e\x49\x05\x60\x4b\xaf\x16\x7f\xb6\x6b\x23\x2f\xc7\x45\xda\x90\x46\xf2\x2b\x3c\x70\x3b\x60\xf2\x58\xa5\x19\xb6\xba\x1c\xb5\xa3\x41\xf6\x92\x4d\x1d\xf0\x1e\x3b\x6c\xba\x48\x19\xb6\x6b\x11\xac\x28\x12\xb1\xda\xea\x54\x16\x75\xa0\x21\xe1\xa3\xe9\xd3\x2a\x54\x04\x3d\xc1\x1f\xb1\xd4\x21\x12\xad\x82\x27\xea\x35\x0e\x65\xc7\x69\xe1\x0d\x75\x84\x9f\x85\x25\xa5\xe3\x99\x34\xb9\x67\x9c\x92\xa5\xff\xe9\x85\x59\x4d\x57\xed\x46\xdb\x47\x23\x3f\xeb\xab\x27\xa2\xf3\xa3\x45\xdf\xe6\x6b\xd4\x60\x68\x23\xbd\x5e\x64\x68\x62\x30\xbe\xe1\xad\x23\xda\xda\x06\x98\xb1\xb0\x3d\x43\x5b\x75\xde\x63\x75\x82\x6f\xfe\xe6\x60\xda\xf4\x0e\x63\xdf\x05\x34\x52\x7c\x30\x14\x0e\xa6\xb5\x42\xbf\x0d\x4f\xe7\xa9\x0f\xb0\xe3\xa3\x64\xd6\x8f\x3e\xb0\x1f\x96\x66\xa4\xf5\xdb\xe0\x20\x64\xae\x4b\xdf\xdd\x2f\x01\xa0\x41\x2f\xe9\xc1\xb8\x15\x00\x61\x21\x97\xc2\xa4\x0f\x60\x75\x4c\xd1\xfd\xe4\x04\x80\xa3\x9a\xea\x95\x73\x6f\x01\x50\x55\x9a\xbd\x82\x91\xbf\xf3\x72\x9e\x78\x32\x18\xbd\x57\x29\x82\x6d\xa8\x60\x1b\x73\xe4\x27\xf2\x09\x97\x93\xae\xc1\xf6\xde\x24\x05\xfb\xd1\x70\x16\x2f\x2b\xa2\x80\xcd\x62\xfa\xe6\xd0\x78\x42\xac\xb9\x70\x65\x5b\xb4\x0b\x3e\xd1\xe8\xdd\x15\xee\xa4\x02\xbc\x9e\xfe\xca\x10\x36\xd9\x1c\x57\xab\x33\xff\x22\x34\x5d\x14\xa7\xaf\xc9\x38\xc7\x96\xa1\xf9\x3b\x27\x69\xdd\x0b\xf3\x4d\x58\x23\x7d\xed\x64\x52\xf2\x87\x33\x9a\x15\x6b\x5f\xe2\xad\x26\xa8\xb4\x86\xd1\xc9\x31\x3d\x8f\xa5\x74\x14\xd1\x98\x68\xea\x7b\xa7\x74\x6f\x62\xcc\x22\xad\x6f\x05\xeb\xc9\x61\x46\xc3\xa9\xff\x97\x0f\xa6\xe5\x90\x61\x1c\x2e\xd1\x57\xb6\xa1\x0f\xe1\x83\x1b\xf4\xfe\x0a\xc0\xd4\x28\xb7\x89\x1a\x07\x70\x66\x8b\xe4\xbb\x6d\x19\x00\x42\x46\xe2\xe5\xf4\x0f\x00\xe4\xb6\x4a\x4d\xec\xdf\x06\xa0\x39\x23\xd1\xc5\xb8\x1b\xc0\x84\x5f\x66\x95\x09\x01\x60\xa3\x29\xfb\x85\x55\x04\xc0\x35\x4a\x99\xf6\x6c\x37\x80\xa7\x89\xfa\x6d\x01\xc4\xef\xbc\x9c\xdb\xbe\xcf\x91\x25\x6a\xfc\xb0\xd9\xeb\xa3\x55\xaa\x51\x37\x69\xc1\xad\xc0\x25\xdd\x89\x8b\xb4\xd7\x29\x27\x78\x87\x8f\x36\x61\xc5\x76\x34\x6d\x29\xfc\x29\xe1\x84\xc5\xc7\x72\x88\xcb\xc6\xcd\x9b\xa8\x74\xcc\xa7\xcd\xe3\xaa\x0d\x6e\xdd\xbd\x97\xb1\x0b\x3b\xab\xdb\xfa\xd2\x31\x9b\x80\xb5\xd3\xda\xfd\x2d\x32\x6f\x2b\xc5\x0b\xb3\x2a\xa6\xde\xb5\x9a\x97\x52\xfd\x99\x53\xd3\x61\xed\x60\xf2\xe1\x89\x32\x1d\xfe\x35\x54\x52\xde\xe3\x5b\xba\x2d\x6b\x6b\x09\x51\xc3\xb2\x7a\xd3\x68\xbd\xf8\xbd\x37\x3e\x19\xec\xc4\xec\x89\x8e\xfd\x5f\x3e\x98\x56\x1b\x44\x24\x76\x31\x50\xa1\x2e\xc6\xe8\x31\xee\x78\x40\x44\x6d\x21\x92\x80\x2b\xf0\xd5\x04\x60\xde\x23\x73\x65\x0b\x23\x00\xd7\xaa\xa4\xeb\x8e\x86\x7f\x73\x10\x94\x9c\x18\x53\x90\xdc\x71\xa4\xe0\xdf\x3c\x88\x9f\xbb\x0a\x3f\x1f\xcb\xef\xbc\x9c\xf1\x20\x17\x83\x19\x95\x77\x94\xdc\x20\xd2\x57\xcf\x59\xa7\x18\xa7\x9b\xc4\x6e\xd7\x49\x7f\x57\xff\xcf\x84\xcb\x0e\xe7\x93\x92\xa3\x0e\xe3\x2f\x58\x75\x94\x5d\x49\x0a\xc0\xbd\x33\x61\xba\x32\x98\x2e\x87\x25\x19\xbe\xbf\xfb\x2d\x47\x0e\xcb\xa9\x3b\xff\xfa\x65\xfe\xd9\x7f\xe6\x24\x7d\x3f\xa3\x65\xbc\xa2\x9e\x7d\xe0\x9d\x94\x0e\xd3\xaa\x74\xfa\xbd\xe7\x3b\xf4\x6c\x56\x2f\xa4\xdd\x78\xb0\x5f\x7f\x70\xad\x38\x69\xe8\xf6\x01\x43\xd7\xb5\x89\x44\x18\xd8\x6c\xf8\x10\x9d\x15\x97\xd1\x5d\x86\x54\xc6\x30\xc4\xa8\x5e\x46\x18\x51\x61\xee\x46\x44\x53\x7c\x30\x0d\x75\xc6\x8e\xd8\xf4\x10\xd1\x5a\x69\x63\x2d\x1c\x73\xc0\x85\x4a\x55\x13\x0f\x9c\x93\xdf\x02\xc0\xf1\x4c\x99\x2d\x5b\x39\x01\x38\x4d\xc4\x55\xb6\x57\x00\x88\x3d\x13\x1b\xda\xfd\xea\x0f\x0e\xc2\x5e\x3c\x81\xf1\x21\x80\x75\x86\x78\xdd\x51\x76\x00\x17\x01\x89\x06\xe6\x69\x00\x6f\x46\x39\x66\x8e\xbb\x00\x41\xf2\x8a\x4b\x3c\x0b\x00\xe1\xbc\xea\xef\x25\x72\x7e\xe7\xe5\x88\x85\xae\x19\x2f\x19\xb6\x92\xc6\xfd\x2b\x1c\xd8\x5c\x18\x88\xd9\xa8\xaf\x3e\x69\x81\x8a\x84\x5d\xce\xa8\x84\xbc\x78\x5b\x3c\xab\x35\xb9\xac\x2a\x4d\x00\xb7\xcb\xf4\xcd\x95\x88\x9c\x36\xec\x2e\xe4\xbe\xfb\x02\x05\x8f\x30\xfe\x7a\x36\x53\x07\x8a\xf7\x50\xf8\x8f\xd5\x5d\x5a\x22\x4b\xc4\x7c\xda\x99\x36\x9d\x0f\xcb\x95\x79\x19\x13\xe1\x7a\x2f\x56\x4c\x72\x74\x1f\xd5\x19\xee\x59\x3d\x95\x59\x7a\x07\x85\x30\x58\xbd\x93\xce\x35\x40\x83\x74\x5e\x3b\x9f\xdc\xd3\xe5\x68\x9c\x89\xde\x9c\xc4\x72\xf9\xab\xc9\x55\xb4\x64\xa2\x60\x53\x83\xc9\x20\xc6\x39\x7a\x5f\xfd\x3d\xd3\x7a\xcc\xc5\xc8\x87\x35\xa7\xcc\xba\x31\xa4\x88\xc3\x15\xa9\x66\x4c\xd8\x89\xa0\xfb\x25\x3c\x66\x1f\x71\xa2\x01\x91\x00\xcc\x1a\xe2\x68\xea\x0f\x00\xbc\x78\xb1\xa2\x9d\x69\x00\x92\x2e\xa2\xf1\xbb\x9f\x00\xa8\x57\x8a\x49\xee\x1b\x02\x40\x44\x89\xec\x3f\xc0\x0e\x60\x2b\x2b\x1a\x7c\xf8\x0e\x00\xca\x4d\x92\xff\x78\x12\x80\x3f\x56\xfa\x0a\xfb\x14\x40\xf8\x59\xf9\x37\x3c\x96\xbf\xf3\x72\xd6\x62\x1b\xb4\x35\x94\x06\x81\x29\x4a\xd5\xf8\x20\xf2\x01\x69\x22\x64\xd4\xb6\xd9\x45\x8c\x48\xef\x65\xef\xd9\x17\x76\x18\x5f\xe9\x7a\x31\xce\x25\xe9\x12\x2e\xc3\x4e\xa5\x44\x27\x8b\x9f\xc2\x05\xa1\xd7\x90\x84\x07\xaf\xca\x6a\xd7\xbe\xe9\xd3\x4e\xdb\x56\xe5\xa0\xfd\xb4\x5b\x16\x7a\xca\x8d\xbe\xef\xd5\x19\x59\xbc\x59\xa2\x31\x19\xa1\x7f\x71\xa9\xbd\x70\x7c\x34\x0d\x51\xb5\x1c\x91\x5f\x79\x67\x0a\x79\x6b\xa5\x21\x47\x95\x92\x0b\xd4\x73\xc4\x84\x76\xed\x6c\x9a\x50\x7b\x91\x69\xe4\x5a\x5d\x8a\x40\x13\xb3\xd9\x14\xda\x35\xa1\xa9\x8e\xd5\x22\x07\x1d\x9f\x60\x47\xf1\xc1\x94\xbf\xb4\x38\x83\x3d\x14\xde\x52\x9c\x61\xc9\x8f\x75\x08\x85\x02\x75\xcb\x83\x58\x62\x90\x36\x00\x2b\xab\x78\xec\x56\x3a\x00\xbe\x3e\xe1\xe7\x3b\x1d\x00\x64\xe4\x45\x26\x18\x58\xfe\xe0\x20\x90\x42\x6c\xfb\xaf\x02\xd8\xf7\x89\x8c\x1d\x9e\xdf\xe0\x20\x42\xd4\x24\x03\x4e\x8d\x6c\xe4\xc4\x24\x92\x94\xee\x89\xa9\x02\xa4\xb0\x69\x30\x2a\x6e\x07\xa1\xa4\x04\xc3\x93\x08\x47\x12\x29\xb2\xd5\xea\xaa\x53\x0e\x61\xce\xbf\xd2\x3d\x2c\x3c\x13\x7f\xcc\xfd\x62\xf4\xd1\x34\x6f\x6c\xb7\x43\x6e\xb1\xc8\xf9\x54\x0c\xab\x65\x62\x07\xb9\xec\xe6\xda\x84\xd1\x85\x91\x85\xea\x95\xd5\x65\xbd\x95\xcf\xe6\xb5\xf7\x56\x3f\xe8\xcc\xcd\x97\x57\x0b\x7f\xb8\x61\xe0\xb5\x50\x50\x29\xf0\x2c\x0b\x99\xbc\xe8\x5e\x2e\x70\xaf\xd5\x44\x66\x49\xa9\x64\x6a\x90\xd3\xd4\x7b\x39\xb5\xc0\xbd\x67\xd0\x4c\x60\xa5\x20\xd7\xa3\xfd\x9d\x39\xd7\x6a\x76\xa6\x6f\x13\xd1\x42\x73\xcd\x33\xb5\xa5\xf6\x9a\x25\x76\xed\x75\xf2\xa7\xca\x65\x2b\x4d\xf4\xa5\xf8\x9b\x14\x1f\x4c\x31\x9d\xd5\x1b\xcc\xed\xc8\xef\xf9\x7c\xd6\x38\x0c\x29\xe2\x5a\xae\xb7\x35\x02\xdb\x1f\x72\x10\x80\x35\x41\xf4\xc1\xd6\x3d\x00\xc2\x06\xc2\x2e\xf4\x76\x00\xb2\xcb\x42\xed\xbb\x8d\x37\x38\x08\xb3\x24\x81\xf7\xfb\x0d\x01\x5c\x56\x44\xb7\x1f\xad\x07\xf0\x9d\x15\x96\x3b\xf6\x02\x20\x6a\xaf\xe8\xd7\x93\x69\x00\x89\x9d\x92\xd3\xe7\x82\x00\xd2\x45\x15\x10\x22\x6f\x01\x9b\x71\x5f\xdd\x4f\x69\x14\x38\xd3\x5f\xeb\xfb\x23\x8f\x91\xe6\x93\xb6\x9a\xfb\x3a\x47\xff\xf6\xc4\x34\x78\x09\x46\x18\x67\xc6\x62\x66\x9c\x6f\xe7\x5f\x2b\xb6\x43\x8b\x59\x87\xb5\x5f\xaf\x36\x5a\x2d\x31\x7e\xf8\x38\xa7\xc1\x7d\xa5\x4f\xbf\x74\x6e\xd3\xc5\xfe\x6f\x67\x0d\x36\x7f\x77\xaa\x6b\x9c\x90\x35\xda\x35\x5f\x71\x61\xd7\x43\xa4\x29\xfb\x42\x68\x35\xf5\x2d\x6a\x33\xae\x25\x89\x52\xeb\x5e\x03\x8b\x4d\xcb\xa7\x8b\x0c\xdb\xa5\x2d\x93\x56\xb8\xce\x57\x37\xbd\xb1\xea\x5a\xa5\xca\x71\xad\xfd\x60\x1d\xbc\x8a\xcb\x90\xaf\xac\xb4\xe9\x58\x0b\x4f\xdb\x5c\xba\x6c\x93\x8e\xb6\x49\x2c\xa7\xe4\x22\x9d\x97\xb3\x45\x61\x92\xa2\x93\xb2\x33\x6d\x2f\x60\x4f\x46\xd0\x66\x64\xd9\xdd\xc7\x8a\x86\x57\x03\x70\x7c\x16\x1d\xa5\x2d\xd8\x98\xff\x2b\x96\x08\x0a\xec\xd6\xdf\xe0\x20\xac\x96\x05\xd8\xf7\x3f\x07\x40\xe5\x09\xc8\x1c\xa2\x06\x08\x4e\x15\x56\x67\x8e\x07\x88\xdd\x23\xfc\xee\x04\x1d\x40\xda\xb8\xb8\xc1\x99\xbb\x00\x39\x5b\xe5\x77\x8b\xee\x06\x38\x4f\xad\x72\x42\x61\x3f\xc8\xe6\x8d\xea\xb8\x1b\x0e\x90\xe6\x32\x64\x4d\x88\xce\x9d\x84\x9b\x31\x1f\x9d\xe2\x23\xcd\x71\x9b\xfc\x4c\x82\x5d\x73\x9b\xd0\x6f\xdc\x6a\xf2\x1e\x56\x7c\x5e\x93\xb1\xe5\x6f\xd7\xae\x9b\x5c\x29\x31\x31\x7b\xfa\xb6\xd9\x85\xe2\x85\x79\xd7\x63\x94\x3d\x37\xda\xbc\x73\xd4\xcd\xcc\xee\xbb\x4b\x03\xea\x66\x82\x65\xeb\xbc\x6f\xed\x72\xdf\x56\x2b\xf3\xc5\xd3\x95\xed\x97\x73\x6c\xac\x96\xcc\x4a\xdf\x37\x23\x6d\x26\x97\x03\x0b\xa7\x6a\x5e\xd9\xdd\x59\x09\x39\x7f\xa4\x3c\xda\xbe\x6b\x55\x35\x7b\xa4\xd8\xc5\x41\x76\x95\x94\xd1\x5d\xc0\x6b\xff\x66\x6d\x25\xe5\xd0\x6f\x1f\x8c\x8e\xc3\x1c\xc6\x2c\x66\x24\xb5\xdb\x11\x85\x69\x8c\x66\x49\xae\x75\x50\xc3\xc6\x87\x4e\x03\x9c\xee\x17\xce\xa3\xad\x03\x10\x29\x13\x4c\xa3\x7b\x0a\xa0\xc2\x2a\xd8\xcb\x70\x0e\x00\x11\x28\x20\xb4\xd7\xf3\x0f\x0e\x82\x91\x8f\x8a\xf1\xc7\x7e\xc0\xc0\x1f\x79\x34\x18\x20\xb9\x46\x60\xec\xb8\x3a\x40\xce\x37\xe1\x2e\xf6\x6b\x00\x85\x4e\x52\xe7\xf8\x33\x00\x4a\x0f\x2a\x72\xc8\x31\x83\x4d\xc9\x63\xcd\x53\xfa\xc6\xe4\x1d\xf9\xd2\x48\x5d\xa7\xfd\x84\xd9\xd4\x74\x3b\x96\x88\x33\xd8\xcc\xa0\x5e\x7f\xcd\x7c\x24\xfa\x8c\xc7\xdd\xac\x9b\x35\xe6\x2b\xab\xf6\x66\x97\xfb\x9a\x35\x96\x2a\x4d\xdb\x5e\xf0\x75\xc4\x7c\xbe\x67\xcc\xf0\x39\xad\x83\xf8\x6c\xcc\xbc\xe6\xab\xc3\xa5\xe8\xa1\x97\x56\xf7\xbe\x39\x34\x7d\xee\xd5\xb5\x59\x9d\x97\xab\x23\xb6\xae\x38\x38\x2c\x1c\xbb\xf0\xb4\x01\xe3\x70\x63\xb1\xbd\xa2\xa3\xaa\xcc\xe9\xce\x52\x58\x19\x7b\x99\x80\x53\xfe\xf2\xfb\x82\x8f\x05\x6f\x9d\xbd\x57\x46\xf2\x78\x73\x3f\x3a\xd3\xaf\xd1\x67\xb4\x64\x14\xb8\x14\xae\x25\xa7\xc5\xa4\x89\xbb\x84\xa2\x39\x92\xfd\x12\x3b\x5d\x4f\xa0\xa7\xe2\x6f\x25\x30\xb9\x72\x62\xf8\x63\x31\x71\x22\x2e\xfd\x98\x3b\x51\xb5\x00\x5c\x76\x42\x16\xdb\x0d\x37\x38\x08\x75\x07\xde\x5b\xbb\xf2\x00\x90\x56\xbc\x0e\x0c\x37\xfe\xcd\x41\xc4\xda\xf2\x04\x1d\x1e\x03\x48\xb7\xe6\x3b\xca\x44\x06\x28\xa2\x15\x38\x7c\x32\x04\xa0\xbc\x5b\xbc\x97\xf7\x3d\x40\x55\xb2\xbc\x88\xec\x36\x70\xaa\x79\xab\x96\xa5\x37\x4c\x82\xf2\x55\x03\x2f\xa7\x44\x42\x65\x9e\x84\xb5\x42\x54\x3c\x76\x6f\xcc\x45\x6f\xa9\x22\x8b\xd5\x2b\xbe\x3b\xd3\xf9\x1b\x67\x96\xb9\x1d\x67\x2e\xf7\xb4\x7f\xfd\x4a\xb2\x78\x3e\x2e\xd8\x93\xf4\xd2\xcb\x72\x72\xf6\xda\xd5\xb5\xa1\x4c\xbb\xcf\x9f\xf3\x3a\x2f\xf7\x84\x38\x7c\x9d\x3b\xd6\x46\x6a\x0d\x73\x16\xfd\xbe\xa9\x49\xa1\xf6\x95\xab\xf9\xbc\x5c\xfd\xc7\x2a\x2a\x57\x8f\x85\x91\x9a\x23\x85\xd4\xa8\x89\x45\x62\x05\x22\xd7\xd1\xfd\xf8\xb2\x68\xf1\xdb\x2c\x57\x54\xd7\x0a\x32\xdf\x3b\xed\x3a\xea\xc9\xaa\x7a\x8e\x6b\x92\x97\x7b\xda\xda\xb6\x4c\x26\x8a\x0f\x26\x6e\x27\xca\x12\xdd\x9c\xf0\x25\x8a\xcb\x5d\x04\x73\x26\x4e\x39\x9c\xc5\x3d\x10\xd3\x1d\xcd\x0a\x70\xae\x84\x7f\x6a\x9b\x32\x80\xd4\x73\x41\x3e\xfa\xd9\x3f\x3c\x08\xab\x5c\xdd\x0c\x3e\x00\xae\xef\x38\x3b\xf7\x72\xfe\xc1\x41\xd8\x71\x6e\x3f\xa8\x02\x90\x87\xe6\x16\x3e\x26\xb5\x91\x13\xd3\x90\x23\x44\x73\x36\x05\xa0\xa9\x46\x3a\x4e\x8a\x15\xf2\x5a\xfc\x94\x1a\xb4\x15\xc9\x8c\x17\x9b\x74\xa4\x1d\x77\x12\x06\xaa\x74\x4c\x07\x22\x05\x31\x5d\x19\xcb\x28\xda\x12\xa7\xef\xd4\xa1\x9a\x71\xfc\x6d\x74\x53\x24\x1f\xba\xfa\xde\xee\xf3\x4f\x2b\xdc\x68\x87\x5b\xae\x9b\x0d\x81\xf3\x89\x19\x81\xfe\xd9\xee\x93\x6e\x34\x9f\x0c\x7b\x0e\x36\x1d\x71\xbf\xf3\x25\xfd\x8a\x6f\xa5\xa7\xd7\xde\xb9\x4b\x6d\x8e\xc5\x66\x5e\x1c\xdf\x27\x1a\xe3\xfe\x4f\x0e\x46\xdf\x9b\x7e\x05\x72\x67\xff\x97\x0f\x86\xc2\xc1\x04\xed\xf3\x1a\xc5\x78\xc5\x0c\x03\xf0\x26\xf1\x21\xb6\xaf\x02\xc8\xce\xf3\xe6\xd1\x5d\xde\xf0\x20\xd8\x54\x9e\xf5\xde\xf5\x12\xc0\x2b\xe8\xac\xc2\x1e\x59\x80\x48\xf7\xd3\x0c\x7b\x5e\x03\x64\x75\xb3\x17\xef\xdb\x0e\x50\x4e\xcb\xee\xb2\xbf\x0a\xa0\xa1\x8f\x6b\x2b\x73\x12\xc0\xa5\x97\x7c\x97\x38\x58\x00\xba\xd7\x44\x4f\x0b\x96\xc2\x78\x1f\xb5\x6c\x8e\x6a\x37\xd9\xf0\xea\x4d\x75\x31\x5b\x15\xc2\xf3\xcb\xcf\x0c\x87\xc2\xdf\x2f\x75\x55\x1d\x73\x38\x51\xc2\x39\x61\x96\x71\x28\x54\xb7\xcd\xf0\x4e\x77\xf4\xc7\xe2\x93\xbd\xe1\x3d\x47\x43\xe0\x3a\x76\x30\xb1\x55\xd1\x7f\xe7\xfb\xd2\xdb\xda\x55\x88\x40\x9d\x8f\x5c\xfd\x5c\x05\xd3\x41\x15\x9f\xf7\x5e\x75\xc8\xa6\x09\xca\xff\x3a\x77\x79\x24\xed\x71\x60\xfd\x77\xc5\xa6\xcc\xc4\x53\x41\x45\xf3\x57\xea\x2d\x7f\xe7\x01\x5d\x0a\x6e\x5b\x24\x57\x4c\x86\x2d\x04\x3e\x5c\xbe\x52\xe4\x11\x1a\x12\x50\xbc\xf2\x38\xef\x19\x85\x83\x09\xe2\xf4\xbf\xb5\x16\x92\xce\x1f\xa8\xe9\x4f\x8d\xde\x95\x62\x10\xb0\xd3\xcf\x18\xdd\x9f\x70\xd9\xcf\xd5\xf7\x35\x26\x3a\x06\x05\xc0\x4d\xe4\xd9\xbc\x8d\xbc\x31\xff\x47\x2c\x9c\xcd\xa3\xdf\x0c\xe0\x78\x93\xbd\x83\x7e\x3b\x40\xc0\xf5\x93\x38\xfa\x13\x00\xc9\xd5\xb4\x88\x1f\xdf\x43\x0a\xef\xb1\x12\x77\xf3\x03\xd4\x03\xcb\xe2\x2e\x61\x80\x8e\xfd\x27\x97\xf7\xbd\x05\xb8\xf6\xed\x9c\x19\xcb\x51\x80\xa1\xdd\x02\xed\xdc\x5f\x00\xee\xf3\x49\x1e\x55\xd8\x4a\xbe\x30\x7c\x45\x71\xda\x42\x06\xaf\x75\xfb\x8d\x8e\x72\x58\xef\xfb\x90\xce\x4a\xab\xd4\x82\xa3\xf7\xee\xd4\xbe\xf2\x43\x34\xdd\x6e\x5d\xcd\xa7\x4e\x2f\xe9\x73\x2c\x9b\xc8\xa8\x68\xbb\x7d\x33\x28\x7b\x34\xe9\xe6\xb3\xa6\xbb\x74\x29\x25\x89\x4e\xd3\xbe\x37\x86\xe2\x5b\x13\x9a\x3e\x65\xf5\x5c\x8b\x65\x89\xd3\xfc\x6a\xde\x61\x1a\x69\x1d\x57\xf8\xed\x5d\xf3\x9d\x70\x62\x0c\xe7\x7c\x65\x7d\x7d\xe8\x85\x98\xa3\x8b\xc7\xab\x9f\x04\xe7\x47\x11\x96\xda\xcb\x94\x02\x65\x23\x71\x2b\xaa\x05\x74\xfe\xc3\x91\xda\xab\x62\xb9\xb4\x14\x0f\x8a\xef\xed\xb0\x81\xb5\xb1\xd4\x30\x9f\xaa\xb0\xad\xe8\xc8\xa4\x6d\x5e\x0f\x43\x55\x31\xae\x31\x18\xcf\xdc\xd0\x4e\xcc\x68\x54\x1d\x80\x68\x09\x6f\xc4\x4e\x4e\x00\x4d\x73\x2e\x16\xba\x8f\x00\xe6\x06\xec\x3e\x3b\xdd\x00\xdc\x73\xd9\xd8\xe9\x98\x00\x22\x1f\x6e\x4d\xff\xb1\xfe\x1c\x59\xa6\xb3\xdb\xb3\x36\xe6\x9e\xed\x97\xd6\xe7\xbf\x91\x9b\x22\x7f\xd4\xe1\x71\x36\xa1\x03\xe1\x00\x63\x7e\xdc\x25\xec\x33\x00\x6f\xb6\x88\x88\x8a\x63\xe1\xf0\x7b\x09\x99\x76\x24\xc3\x5c\xf4\x0b\x07\x0d\xb7\x00\x93\xa7\x1f\x86\xf7\x99\xb6\x67\x25\x5d\x6d\xe9\xe7\xf6\x38\x57\x1b\x54\xbe\xe5\x72\x4a\x02\x4d\xe7\x74\x9a\xe2\xc5\xc5\xc6\x8b\xd7\x75\xa3\x6a\xea\xd7\x1e\xeb\x0d\xde\x0d\x26\xd4\x3c\xfd\x78\xe9\x3a\x6b\x90\x6a\xd9\xcd\x2f\x02\x9d\x57\x03\x0a\x8a\x6e\xcc\x3d\x6b\x53\xf2\xbf\x7d\x5e\xed\xfb\x64\x63\x93\x9f\x53\x8e\xe7\x42\xc3\x85\x93\xbf\xf9\x8f\xe7\x19\x2b\xcb\x92\x25\x5b\x29\xfc\x87\x97\x71\xb2\xc5\x6a\x58\xf6\x55\x8f\x8e\x24\xf3\xb5\xe4\xb4\xfb\xee\xc5\x89\x9b\xd0\x46\x49\xbd\xee\xb4\xf1\x39\xe8\x99\xf8\x87\x6e\xe8\xb8\x9d\x98\xea\xe8\x22\x57\xa9\xd8\x79\xac\x41\xb8\x3b\x80\x8c\x3b\x77\xef\xce\x04\x00\x6d\x2b\x8e\xed\xdb\x3f\x01\xd8\x95\x9e\x38\xb5\x3d\x19\xc0\xef\x1e\x0b\x76\xfb\x95\x8d\x1c\x04\xca\xfd\xf7\xe6\xf5\x79\x70\x7f\xe2\x2f\xfe\x83\x32\xff\x7d\xf3\x69\xc7\xe0\xcf\x39\xf0\x00\xc7\xe5\x23\x9e\x00\x2b\x4a\x02\x67\xf9\xec\xd6\x2a\x57\xcf\x48\x0e\xe9\x08\x4c\x7e\xf8\x9c\xa8\xaa\xe9\xfe\x7a\xc8\x72\xaa\x1a\x39\x9c\xf8\xea\xe2\xca\xf3\xed\x2e\xfa\x65\x16\x99\x1e\x0f\xec\x23\x27\x5b\x65\x22\xde\xdd\xf3\xac\x49\xec\xdc\xea\x43\x1c\x7a\x75\xbf\xef\x6a\xac\x5b\xf9\x60\xf4\xa7\x77\xdd\xed\x6e\x2c\xdd\x5d\x73\xb4\x97\xfc\xdd\x74\xda\xa6\xbf\x8b\x5d\x1c\x74\x7d\xd7\xc8\xb8\x10\x7c\x61\xaf\x6b\x49\x4d\xc2\xd2\xe9\xf2\x00\x57\xee\x4a\xae\x65\xd5\x62\x23\x17\x86\xb2\xc9\x95\x98\xf3\x5e\x2e\x6c\x45\x77\x57\x5d\xb2\xcb\x9d\x51\xf9\xfd\x6b\x7e\x69\x8f\x9d\xfa\xf2\x8c\xd1\x6a\x49\x2d\x2e\xd4\x59\x97\xd1\xee\x49\xbb\x1c\xfd\xb3\xaa\x31\x99\xd1\x37\x1d\xb7\x66\x38\x61\x59\x23\x1c\x1c\xcf\xa5\xb6\x60\x93\x42\x97\x01\x14\xee\x9c\x0d\xd8\x71\x0e\xc0\x58\x93\xed\xc2\xf6\x51\x00\x87\x86\xad\xf5\x54\x7f\xe4\x61\x64\xaf\xaf\xbf\x4e\xec\x57\xed\xa1\xf9\x55\xef\xaf\xe7\x60\xbc\x59\xbf\xff\xbd\xe1\x81\x3f\xae\x44\x77\x12\x3d\x01\xc0\xcb\x7e\x66\x68\xa6\x88\xbc\x57\x22\x5e\x35\xf0\x09\x82\xe0\xa6\x44\xb0\x33\xe8\xf1\x58\x61\x32\x78\x18\xbe\xaf\xe2\xc0\x9c\xb8\x83\x67\xce\x5c\xac\xdd\x4c\x64\xc8\xd0\x85\x62\x3f\xee\x69\xba\xf2\xa9\x8b\x5d\x4e\x93\xef\xd7\x86\x8a\xda\x0e\x59\x2e\x4f\x7d\xfd\xaa\x7d\xa9\xc8\x5a\x68\xf4\xfd\xf7\xb3\x8d\x09\xd6\xec\x43\x6b\x0b\x5d\xd5\x54\x36\xdc\xd7\x95\x97\xe8\xcb\xfa\x6d\x43\x3a\x0f\x2c\x1f\x2c\x16\xb5\x69\xba\x14\xbc\x52\x93\x77\xd8\x96\xba\xa9\x62\x35\x30\xab\xce\xf6\x50\xbd\xc3\x9a\x5a\x1a\xc1\x26\xa2\x86\x80\x96\x4f\x12\xb7\x69\xae\xdc\x83\x9e\x89\x23\x51\x72\x4f\x6c\x3e\x16\xdd\xc7\x7c\x88\x4c\xb0\x39\x50\x98\x82\x75\x0b\x53\xb0\x9a\x28\x38\x85\x3b\x12\xf8\x1c\x40\x3d\xe9\x14\xd7\xb6\x40\x00\x4b\x0c\x33\x07\x0d\x0a\xc0\x67\xfd\x9e\x77\xe2\xfa\xfc\xb7\xdc\xef\x57\xfd\x9d\x87\xa1\xfc\xab\xbe\xf2\x5d\x5f\x3f\xe7\xef\xdf\xfd\xdd\xa9\xa8\x56\x59\x01\x58\x86\xe9\xb9\x67\x36\xc1\x02\x4f\xf3\x99\xa6\xa7\xad\xe4\x6c\xf1\x69\x79\xa9\x41\x41\x62\xb7\x72\x92\x69\x7b\x93\x1b\xde\xc6\xe0\xae\x77\x7c\x9e\x27\xa6\xcc\xce\x2d\xde\x2e\x94\x6f\x75\x6f\x20\xa9\xe0\xb6\xc7\xa9\xe5\xee\x42\xee\x32\x6a\xbb\x8b\x4b\x79\xdd\x81\x95\x72\x26\x25\x0b\xab\x6f\xc9\x35\x80\x34\xfe\x12\xb9\xf0\xaa\x22\xd6\xe8\xf8\x24\xfd\x52\x4b\x51\xa1\x49\xd4\xe3\x7d\xcb\x5e\x05\x36\xa6\x74\x77\xfd\x56\x6e\xe4\x98\x99\x2a\x0f\x96\xad\xce\xa4\xa7\x9a\x9e\xe9\xab\x5d\x1b\x4f\xe6\x30\xdb\xd1\x75\x10\xad\x97\x40\xa6\x78\x2f\xcc\xee\x37\x1b\x61\xd2\xa2\x6a\xcd\x50\x8d\xe2\x58\xde\xb0\x6f\x94\xfc\x13\xb3\xb4\xea\x2a\x1c\x63\xa0\xbb\x19\x5f\x85\x0f\xae\xd6\xb7\x15\xc0\xe0\xf4\xf1\x23\x34\xf5\x00\x76\xeb\x7c\x07\xe5\x39\xc8\xfb\x4a\xf5\x37\x07\xb2\xce\x07\x3c\x67\xa4\xfa\x27\x07\x42\x45\x45\xb5\xf0\x65\xfd\x1e\x3c\x11\x80\x79\x8e\x3e\x79\x8c\x1d\x80\x9b\x97\x9d\xea\x66\x3f\x6c\x17\x03\x09\xbb\xcb\x45\x24\x23\x95\x5a\xc3\xe6\xf2\xdb\x84\x87\x06\xcf\x1c\x4f\xa7\x44\xe3\x1e\xda\x06\x07\xc6\xf8\xb3\x62\xc2\xfd\x95\x13\xae\xb9\xb6\xa0\x0d\xb2\xd2\xd2\x3e\xd8\xd2\xac\x0d\x34\xbc\xcc\xdc\x6a\xb2\xb2\xda\x70\x57\x26\xa7\x57\x5f\x79\xa5\xe4\xfb\xbb\xf3\x27\x74\x0d\x57\x9e\xad\x04\x65\x5d\xd7\xcb\x9b\x55\x5f\xf5\x49\x97\xfc\x9d\xfb\xc1\xff\x04\x83\x46\xc4\x9f\x32\x94\xbb\x5f\x89\xfe\x1a\x13\x65\xf8\xf4\xb6\x05\xc6\x3c\x4a\xc7\xe0\xc6\xe0\x07\xac\x69\x48\xb8\xa1\x51\x9f\x23\xf6\x6e\xd0\x3e\x44\x73\x27\x09\xfb\x21\xb0\x1b\x71\xa0\x3d\x1e\x97\xe6\x8b\x40\x2c\xb7\x3a\xe1\xae\xf8\xf8\x22\x43\x2f\x3a\xe1\xf0\x5e\xcd\x00\x16\xc1\x47\xfb\xb6\x24\x02\x78\xae\x3f\xe7\x29\xa7\xa9\xfe\xe2\x40\xae\x9d\xfe\x7b\xfe\xfd\xf1\xd3\x9f\xeb\x5f\xde\xf4\xf7\xef\xfe\x4f\x97\x00\x98\xcb\xe9\xbb\x6f\xcb\x01\x70\x3f\x3e\x95\xd1\xb9\x1d\xc4\xc5\x1f\x8a\x16\x5f\x98\x24\x9f\x50\x26\x6b\x28\xe7\xb1\x11\x1f\x19\x74\x9b\x57\xc4\xb8\x13\x0c\x6d\xa4\xdd\xe2\xbc\x1c\x70\x83\x3e\x9c\x41\x82\x4e\x2f\x71\x9b\x92\xdc\xc2\x91\x36\xd4\x58\xfb\xd2\xaa\xa8\x5b\x26\x4a\x98\x91\xae\xb2\xd8\x13\x06\x5b\x31\x87\x9e\x26\xc7\x17\x6b\x39\xa1\x1b\x56\x9d\xe2\x67\x28\xfc\x83\xe6\xc5\x05\x2f\xf4\xe7\x48\x8c\x96\xd4\xcc\x37\x4c\x49\x58\x85\xd6\x8b\x57\xa3\x58\xdd\x20\xbc\xf6\xa7\xb1\x00\x6c\x62\x10\xa3\x8e\xe1\xa3\x4d\x38\x6a\x7f\x03\x9d\x5d\xf7\x6c\x71\xa5\xde\x81\xba\x0c\xb7\x36\xe3\x7a\xbd\x56\x75\xb9\x06\x86\xf0\xd4\x9e\xfb\x74\x7d\x7a\x05\xf0\xfe\xa8\xcd\xba\x6d\x5d\xda\xf8\x7e\x17\xf4\xc6\x73\x10\x55\x42\xf5\x17\x07\xd2\xce\xb1\xbe\x0f\x04\xfc\xaa\xef\x63\xff\x6b\xfe\xfb\xb6\x73\x7d\xfe\xb9\xb0\x7e\xff\xd7\x08\x80\xea\x13\x15\x55\xd7\x27\x00\x9e\x7e\x36\x12\xc5\x03\x51\xf4\x9a\xdc\xa4\x1c\xaf\x30\x46\xc9\xc1\x08\xe5\x20\xaa\x59\xdf\xb0\x6d\x43\x8d\x12\x94\x3d\xb2\x51\x1c\xf6\xee\xf8\xd5\x98\x40\x4f\x6a\xcb\x0c\xbc\x57\x5e\xbc\xcf\x90\x71\x03\x8e\xd4\x60\xea\x6f\xa2\x7f\x13\x57\x38\x60\x1d\xb0\xa4\xb5\x88\x93\x1f\x0f\x09\xbc\xaf\xd6\x81\x63\x5c\x9b\x0f\x64\x51\xdb\x87\xd3\xc3\xa6\xfb\xbb\xa8\x34\xe3\x68\x70\xbe\x9e\x8e\xaa\xa7\xe6\x93\x70\x37\xdd\x9f\xa9\xc9\x4e\xc7\xe2\xbe\xb8\x3b\xab\xad\xbd\x29\xc1\xef\x43\x95\xab\x4f\x3f\x5b\xc0\xcb\xb9\xdd\x56\xb7\x7b\xfc\x19\x7f\xcb\x79\xb3\x46\xd0\x83\x33\xf8\x61\x67\x6e\x8d\xb9\x3b\xcc\x84\xad\x8e\x85\x1a\xe4\x9b\x22\x04\x0d\xfb\xe8\x8d\xfd\x80\xe2\x03\x69\x68\xa3\xfa\xcb\x03\xf1\xb7\x0f\x05\x33\xf0\xf7\xfc\xf7\x9f\x39\x00\x5d\x53\x00\xc7\xb5\x76\xc7\x5c\x2c\x00\xe0\x31\x3f\xb1\xbb\x34\x12\x6e\x8b\x75\x71\xd3\x67\xf2\xc3\x3e\x65\x69\x29\xfd\xe8\x6c\xb2\x86\xbe\x80\x7a\x92\xaf\x0f\x49\xc8\xaa\xcf\xf8\x26\x85\x7f\xb0\x49\x25\xca\x87\x1f\xb1\x93\x35\x4f\x25\xbc\x4a\x5b\x73\x5c\x30\xc2\x13\x02\x4a\xc9\x2e\x68\x7d\x6b\x82\xd4\xa5\x0b\xae\x0b\xda\x08\x3c\xf6\xe6\x67\x14\xbb\xfa\x76\x7c\xf7\xeb\x2c\xd4\x65\xe5\x05\x7c\xf7\x6a\xab\x9b\x2e\xc5\xfb\xa0\xb8\x46\x08\xc7\xbf\xb1\xef\xa0\xe4\x5c\x28\x36\x7c\x17\x25\x04\x58\x5b\x29\x15\x7e\x1c\x21\xd8\xda\x78\x2a\xb5\x4d\xf6\x12\x7a\x2d\x5f\x29\x3b\x8e\x87\x13\x86\x2d\x2f\x28\x3f\x1c\x0b\x23\xbc\xb5\x3c\xa9\x34\xf3\x98\x91\x68\x68\xb2\xb6\xc1\x81\x94\x47\xfe\xaa\x7d\xeb\xfc\xdb\xf3\x75\x1f\xc4\xb2\xc8\x8f\x4a\xa8\x5d\xe7\x80\xb2\xd6\xe7\xbf\x55\xeb\xf3\xdf\xf5\xf9\x5e\xfb\xfa\xe7\xa2\x7a\x1a\x80\x4a\x70\xc3\x03\x91\x3b\x08\xaf\xc5\x1d\x38\x69\x12\x1e\x83\xab\xd2\x5e\xe1\x8f\x21\x61\xe4\x47\xba\x75\xf2\x35\x1e\xba\x64\x06\xf3\x30\xad\x71\xfb\x49\x92\xbd\x0b\x23\x32\xde\xf2\x1c\xc9\x38\xf0\x83\x91\x9f\x69\x10\x89\x2a\x7e\x97\x99\x0d\xb2\x8c\xd8\x91\xf3\xd4\xd2\x48\x4f\x87\x98\x72\x21\xd4\x4a\x4d\x8b\x99\x68\xdc\xf9\xc9\xda\x52\x7d\x17\xf1\xec\x50\xbd\x8d\xb0\xf2\x0c\x01\xfd\x9a\xca\xe6\x9b\xe2\x7d\xc2\xc7\x05\x49\x9b\x64\x4a\xde\x85\x5c\x37\x71\x82\xa8\x63\x4c\x23\x9b\x45\x52\x20\x0e\x1a\x74\x53\x72\x2e\x64\xe3\xe6\xab\x88\xdf\xf4\xf5\xe4\x78\x3f\x8d\x10\x5f\x1b\xa8\xcb\x5d\x7b\xaf\x4a\x9c\x34\x08\x92\x47\xbe\x19\x23\x3e\x33\xa4\x07\xc8\xd5\xa6\xfa\x8b\x87\xa2\xf8\x50\xbe\xfc\xca\x85\x5a\xf7\xe1\x7c\x5e\x9f\x63\xbe\x50\x5f\x9f\xff\xa2\xfe\x9e\xff\x52\x3c\x10\x15\x38\x00\x96\x0b\xf4\xf2\xb9\xd7\x00\xce\x36\x1c\xbc\x93\x22\x09\x20\xba\xc0\x7e\x29\x52\x1f\x5a\x14\x3a\xf9\x58\xfd\xa8\x40\x4c\x3b\x49\x7c\xc9\x19\x47\x6e\x31\x29\x52\x0c\xb5\xe1\x27\x33\x3a\x4a\x6b\xd9\x9b\x17\x91\x96\x7c\x22\x74\x9e\x1b\xf7\x91\x86\x22\xf8\xf5\xb9\x11\x36\xa4\xb4\x14\x7e\xc3\xb7\xba\xb3\x24\xbb\x22\x15\xa4\x91\x56\x1b\x89\xb5\xfe\xb6\x71\x97\xda\x20\x89\xbd\xeb\x9c\x51\x9f\x72\x1d\x89\xf6\xce\x73\xe3\x33\x8a\x12\xc4\xcf\x2f\xf3\x8d\x73\xe5\xb9\x89\xf3\xdf\x0e\x1b\x65\xfc\x5f\xdc\x83\x94\x38\xce\x92\xf4\x44\x95\x47\xd2\x64\x89\x81\x4c\xaf\x64\x23\xd5\xff\xf5\x0c\xe9\x96\x1a\xcd\x06\x0f\x75\xdb\xfa\xef\x7d\xe0\xd7\xba\xbe\x35\xfd\x37\x07\xf4\xaf\xf9\xef\x7a\x1f\xce\x17\x01\xb0\x54\xd3\x39\x27\xcf\x03\x70\x8c\xed\x13\x8c\x76\x01\x10\x39\xcc\x9a\x1f\x98\x08\xef\xe4\x23\xce\xcd\xa2\x5e\x40\xae\xa6\x9c\x80\xa3\xfd\x2d\xf2\x8a\x71\xae\x4c\x9d\xa5\x3a\xf9\x92\x75\x91\x02\xce\x24\x8f\x1c\xe3\xf1\x48\xa5\x08\x71\x8f\xec\x15\xcc\xa3\xfa\x56\xdf\x9e\xac\x11\x77\x57\x1d\xb4\xe7\xc9\xbc\x59\xe7\x35\x55\x34\xdd\x49\x73\x65\xb7\x74\x42\x55\xbf\x93\x37\xd7\x93\xb4\x46\x95\x53\x49\x83\xdd\xa1\xba\xae\x8a\xd6\xa4\x92\xa1\x7a\xbd\x60\xf9\x4d\xa4\x82\xe7\x11\xba\xcb\x32\x38\x52\xdb\xac\xb8\x8e\xbc\x34\x8e\x74\x07\x3b\xa5\x05\x52\x38\xf2\x3e\x52\x85\x7a\xf8\x6f\xdf\x03\x0f\xf9\x3e\xd9\x56\x0e\x29\x76\x11\x8e\x91\xaf\x49\xb6\x8a\xb3\x13\x04\xc8\xf9\xd2\x99\x00\xd7\xd6\xfb\x30\xb1\xe7\x57\x25\xa2\x7f\xd4\xc5\xd7\xbf\xd6\xf5\xa6\xe9\xff\x3f\xff\x2d\xb5\xfc\x55\x33\xd6\xff\x4c\xc9\x81\x88\x61\x07\xe0\x08\xdc\xd3\x14\xf2\x0c\x40\x84\x96\x25\x96\xe2\x3f\x70\x41\x40\x8b\xc6\x23\xde\x09\xeb\x2b\x60\x82\xd8\x2a\x72\xf5\xb7\xf7\x60\x88\x4c\x74\x19\x97\x09\x37\x58\x23\x7f\xf6\xc9\x90\x63\xd3\x53\x21\xdf\x0b\x2b\x55\xf0\xd3\x2a\x24\xdf\x4b\x48\x55\xb0\xd3\x38\x4b\x2e\xcd\x61\x57\x9a\x55\xb5\x25\xc7\x95\xb5\x28\x63\x95\xfa\xc9\x81\x0d\xd7\x54\x64\x14\xc3\xc9\x27\xba\x95\x34\x6c\xe5\x58\xc8\xfa\xb7\xb6\xa8\x0a\xc8\x5c\x20\x8b\x3e\x7e\xa0\x46\x27\x6d\x44\x16\x9a\xfc\xa4\xfa\x44\x8a\x81\xac\x37\xb7\xa0\x22\x4e\xe1\x1e\xc4\xbf\x92\x5f\x92\x7d\x65\xc3\x29\x7d\x10\x65\x04\x17\xd8\x2d\xca\xb4\x71\x1e\xfe\xe2\x60\x30\xfc\xff\x7f\x0e\xa8\x79\xee\x1f\x1e\x88\x75\x2e\x24\x7e\xdd\x1f\x11\xb0\xbe\x7f\x04\x65\x01\x9c\x62\xde\x25\xef\x8b\x04\x10\xfc\x78\x94\xd3\x2d\x01\x40\x36\x9d\x2d\xdb\x8e\x17\xd0\x2a\x25\xa7\x7b\xcc\x15\xa0\x46\x6f\x9a\x77\x81\xc2\x3f\x18\xba\x01\xd2\xde\x4e\xd4\x4f\xf7\x03\x20\xdc\x0f\x88\x62\xb5\x96\x00\xe1\xd7\x2e\x26\xa3\x25\x01\x0c\x91\x85\xd2\x59\xea\xc5\x40\x95\x84\x93\x39\xaf\x72\x8d\xbc\x9a\xab\x26\x7b\x4a\x29\x86\x3c\x5e\x9e\x2a\x77\x55\x81\x83\x3c\xdc\xa8\x2e\xcf\x24\xb7\x9b\x7c\xb7\x63\xbb\xdc\xb4\x0c\x92\xdc\x77\x7d\x41\x5e\x48\xca\x8f\x7c\x6d\xd8\x50\xee\x26\xc5\x73\x20\xd1\x44\x6e\xfe\xe0\x2c\x2f\x23\x71\x96\xdc\xb9\xb8\x59\x6e\x9a\xc2\x3d\x88\xda\x82\x19\x50\x89\xae\x50\xbc\x48\x14\x1f\x0e\x25\x17\xeb\x37\x07\xb4\xfe\xf9\x68\x9b\x59\xdf\x07\xd7\xf3\x60\xf2\xae\xae\x73\x30\xdb\x7f\xd5\xd0\x75\x7f\x44\xc8\x0c\xc0\xb1\x06\x5a\x43\xaf\x07\x00\x27\x5d\x76\xce\xa1\xa4\x00\xf8\x07\x0e\x5a\x3a\x8a\x00\x48\x73\x1f\x3f\x6e\xf5\x1d\x40\x85\x9d\xbd\xc7\x18\x09\x6f\xb4\x7d\xce\x0e\x1b\x4a\x40\x1b\x62\x94\x47\x49\xf7\x35\xb4\x5a\x22\x78\xe5\x74\x0f\x42\x80\x2b\xa7\x30\x8b\xd6\x27\x08\xf0\x1c\x13\xb6\xd6\x88\x03\xa7\xa0\x04\x91\x67\xaa\xfd\xe0\x14\x15\x21\xf2\x5d\x65\x06\x4e\xa7\x71\x49\xb6\x2a\x9e\x05\x99\xf3\xac\xe2\x57\xe5\x8d\x41\xb2\x94\x49\xfc\xb2\x1c\x35\x9c\xac\x75\x92\x14\x93\x26\xc3\xfe\xcb\xdb\x24\x5f\x4a\x1d\x85\xfd\x7d\x1e\x92\xc9\x12\x7a\xc0\x3c\x84\x90\xc8\x94\x40\x92\x97\x1e\x27\x4b\xab\x8a\x99\xc2\xf1\x89\x73\x12\x27\xc4\x36\xc1\xd1\x8f\x1f\x24\x8a\x45\x39\x41\x61\xb9\x5c\x2c\xf7\xb7\x07\x03\xbd\x7e\x0e\x0c\xfe\x83\x03\x3a\xf1\xab\xd6\xae\xfb\x71\x0a\xa6\x7f\xd5\x54\xb7\xbf\x39\x98\x08\x13\x80\xa3\x2e\x34\xaa\x8e\xeb\xfc\x9c\x05\x02\x60\xbb\x0a\x15\x95\xfd\x10\x00\xd7\xe6\x3d\x9c\x36\xda\x00\x12\x17\x8e\x1d\x32\xbb\x0b\xa0\x68\x78\xe2\xb0\xe1\x3b\x40\x6b\x3e\xe3\x40\xe8\xe6\xc0\x7b\xfd\xc5\x33\x3d\x3a\xfb\xe0\x85\xc9\xf4\xb9\xfb\x5a\x5d\x70\xdb\xe6\x2e\xb7\xa3\x46\x2c\xf4\xb8\x90\x78\x69\xd4\xf7\x40\xb9\xaf\xab\x00\xad\xca\x66\x68\x0a\x8e\xe7\x7b\xaf\x54\x07\xc9\x71\x9c\x42\xbb\x15\xa9\x20\x28\xcd\x5e\xd8\x4a\xfe\x14\x78\xe7\x51\x0b\x0f\xcb\xb2\x80\x7f\xf1\x92\xb0\x9e\xb4\x13\xd8\xd7\x2a\x8b\x18\x4b\xed\x04\xd3\x96\x6e\x91\x29\xf1\x15\x70\xe8\x2a\x10\xbe\x22\xfe\x02\x24\x6f\xd8\x88\x45\x8a\x29\x81\xd6\xfd\x72\x51\x76\x91\x19\xb0\x1c\x63\x16\xfe\x20\xaa\x07\x52\x53\x3a\x62\xea\xdf\x03\xff\xff\x1c\x50\xdd\xfa\xba\x8a\x7c\xfe\x9b\x83\x09\x14\xfd\x55\xdd\xf8\x7e\x55\x2b\x03\x00\xaa\x2b\x54\x54\x76\xc5\x00\xcc\x03\xb4\x02\xe6\xa5\x00\x1c\x41\x74\x0c\x66\x42\x00\xc2\x4e\x8c\xb4\x08\x5f\x00\xb9\x8f\x4c\xfe\xfa\x86\x00\xea\x01\x27\x9f\x68\x0b\x01\x49\x57\x90\x9d\x4a\x6b\x1f\xac\x20\x5f\x9e\x66\xd1\xe8\x84\x0f\x56\x37\xce\xd1\xab\x4a\x01\xda\xae\xeb\xcc\x01\x95\x16\x98\x70\x0f\xe3\x24\x2a\x35\xc2\x6b\x9f\x29\x4e\x9c\x02\x35\xbc\x0b\xce\xe6\x4c\x95\x97\x84\xdb\xb1\x9b\x78\xd2\x64\xbf\x41\x7b\xaa\x33\x1f\x9f\x54\x24\x8c\x64\x5b\x71\x7b\x4a\xd9\x40\x63\xf1\x07\xbe\x41\x89\x09\x68\xab\x64\xe2\x3b\x2a\x21\x03\xb9\x8d\x53\x02\xfa\x22\x5f\xe0\xda\xa5\x55\x9e\x0c\x91\x3a\xa8\xed\x45\xf0\x79\x8b\x5c\x87\xc4\xdb\x47\x04\x9e\x08\x3f\x87\xa4\x47\xc6\x02\x57\x7e\xfc\xeb\x15\x15\x7e\xec\x0f\xd4\x22\xd2\x3f\x73\x17\x59\x63\xe5\x05\xb6\x4e\x02\x70\x49\x2b\x2c\xed\x4c\x06\x10\x67\x97\x2b\xde\x83\xd9\xe0\x20\x34\xec\x54\x47\x59\x32\xff\xe0\x41\x46\x74\x4a\x39\x87\x00\xcc\xdd\x11\x0b\xc2\x37\x00\x67\xd1\x61\x5e\x28\xc7\x0a\x2d\x16\xab\x0e\x36\x6a\xc5\x20\x6e\xbe\xea\xb3\x68\xc8\x48\x7e\x65\x7a\x2e\x6a\xcc\x4c\x8d\x1c\x82\xa4\xc9\x1e\xb5\xd1\x23\xb5\x1b\xee\xab\x76\x73\x73\x20\x85\xe8\xcc\xb6\x37\xb8\x87\x90\xa8\xb5\x38\x6e\x4e\x79\xe3\x89\x57\xd4\x9f\x3e\xc6\xfa\x45\x13\x4b\x55\x23\xa6\xf2\xfd\x26\x89\x55\xca\x47\xe7\xa7\xfd\x76\x13\x5f\x2b\x36\x60\x3f\x78\x97\x93\x64\x14\x26\x70\x3e\xee\x9d\xd8\x32\x05\x07\xfc\x16\x97\xe9\xef\xf5\x8a\x2f\x71\xaf\xdd\x9e\x4f\xc7\x2a\xbd\xc2\x1f\x74\x9d\x7a\x73\x48\x45\x15\x07\xa8\x53\xcf\xb8\x55\x2e\xe1\xa3\x9d\x9f\x3e\x36\x56\x19\xc5\xdf\x73\x7c\x7f\xf7\x96\x1a\x03\x81\xc6\x21\xee\xb6\xac\xda\x61\x82\x8e\x9d\xc1\x20\x8f\xda\x51\x42\x8d\xf5\xe5\xbe\xb3\x6a\x6f\x08\x8f\xac\x72\x7f\xf4\x41\xfe\xca\x8f\xf5\xef\xf0\x90\xf6\xfa\x51\x4f\x1b\xc9\x57\x6c\xa7\x02\xe0\xcb\x91\x35\xa3\x67\xd8\xe0\x20\x54\x3c\x15\xc5\x8f\xd8\x03\x68\xd3\x2b\x2b\x30\xc7\x01\x20\x8a\xd4\x5a\xd9\xde\x01\x98\x5d\xd7\x7a\xc8\xa9\x0f\x60\x15\x60\x40\x10\xe6\x03\xb0\xd6\x33\x1d\x91\x8d\x87\xf3\xd6\xc9\xb6\x52\x1a\x3c\xc0\x6f\xe9\xe7\x75\xdc\xd0\x96\xdc\x6b\x56\x1d\xe9\x62\xc1\x4b\x3e\x61\x9c\x9d\x75\xd8\x71\x3f\xe9\xbc\x61\x4b\xf5\x2e\xd4\x0d\x12\x8d\xee\xb7\x2b\xed\x3e\xbe\xc4\x76\xad\xfe\xdb\x72\xfe\xec\xc4\x3a\x75\xd7\xb1\x06\xbf\x45\xe2\x09\xd5\x95\x0f\xac\xc1\x3c\xc4\xd3\xca\xc9\xcb\x5f\x82\x74\x88\xf9\x4a\x7c\xd8\x70\x3f\x51\xd2\x11\x45\x0e\x9c\xa4\x27\xf7\xd2\x23\xa5\x83\x38\x47\x8f\xc9\x2f\x3e\x4a\x43\xb8\x7a\xf7\x86\xb7\x72\x2a\x5e\xb8\x2a\x8f\x8a\x71\x7a\xd5\x08\xdc\x5b\xf7\x88\x51\x5e\x35\x2c\x6e\xcd\x3d\x62\x98\x4e\x3d\x01\x2f\xe1\x36\x72\x7b\x9f\x86\x10\x3e\xd5\xe5\xd1\x20\xa8\x7f\xc3\x2f\x3b\x5e\xbb\xd6\xa7\xe1\x43\xe0\x70\xd0\xec\x8e\xd0\x98\x24\x84\xda\xfe\xb4\x63\xc9\x4c\xff\x58\xff\x4e\x1f\x29\x9f\x1f\xf5\x94\x81\x4c\x1f\xad\x36\x80\x50\xad\x8c\xf4\xae\xef\x00\x52\xda\x32\xfb\xf6\x9d\x04\x50\x29\x55\xa8\x3d\x42\xfb\x07\x0f\xb2\x4d\x55\xe7\x54\x3a\x80\x15\xb3\xd6\x3c\x37\x12\xc0\xf6\xb2\x3e\x42\xf8\x00\x2c\xdb\xce\x99\x2e\xca\x3f\x86\x04\x9b\x66\x1b\xa4\xa6\x0a\x6c\xb6\x2e\xf2\xdc\x6b\x54\x4a\x0e\xb2\x3c\x1d\x9e\x64\xb3\x89\x34\x6a\x76\x2e\xbd\xd4\x55\x8c\x64\x8f\x64\xaa\x3c\xe1\x49\xf5\x9b\x0b\xf2\xd6\xd6\xbf\xfd\x3c\xb0\x81\xc8\xa8\xe1\xf2\x3c\x20\x84\x87\x50\xa2\xe6\xf9\x31\x3a\xfc\x22\xc5\x07\x43\x3c\xac\x7c\x14\x73\x3f\xa8\x95\xc2\x03\x7d\x4f\x57\x76\xc0\xce\xf9\xc4\xcc\x20\x55\x02\x70\x27\xbc\x6f\x4c\x54\xa9\x85\xe3\x0e\xfb\x4c\x3c\x55\x55\x77\xc4\xb9\x7b\xb3\x3d\x14\x53\xff\x84\x1b\xf7\x28\x1e\xea\xd2\x68\xc6\xf3\xa2\x82\x6f\x30\x68\x1e\xc5\x47\xb8\xfa\x5e\x3f\xa9\xf9\x12\x5f\xea\x32\x4a\xe1\x81\xda\x8f\x69\x8b\x13\xc4\x1c\xc2\x7e\xf4\x41\x3a\xea\xc7\xfa\xe9\x74\x7e\x71\x10\x1c\x9b\x64\xbe\x6d\xdb\x0d\x20\x3a\x22\xb5\xc8\xa0\xf3\x07\x07\xb1\x53\x7e\xf8\x48\x09\x00\x62\x51\x51\x89\x65\x01\xc0\xcc\x42\xe5\xfd\xa9\x1e\x00\x5b\x2b\x4d\x65\x6e\x56\x00\xc7\x58\xbd\x60\x11\x73\x20\x38\x26\x18\xbf\x91\x77\x86\x48\xfb\x12\x6b\x03\x2d\x25\xf2\x1b\x3b\x2e\xd4\x69\x93\x31\xb2\x98\xf5\xb3\x90\x29\x7b\x24\x29\xdb\x9c\x2e\x43\xce\xfd\x34\x69\xa7\xd1\xa3\x0a\x3e\x9f\x8f\xc4\x10\x03\xd9\xf6\xde\xa0\x03\x84\x39\x1d\xb3\x3b\xcc\x61\x7e\x04\x77\x4d\x91\x97\x21\x91\xf7\x09\xd2\x6a\xb9\x9f\xab\xa2\x62\x09\x16\x2a\x8e\xe8\xbe\x88\xef\x04\xb4\xb2\x19\xa6\x20\x78\x86\xc2\x03\xfd\xd3\x8b\xf3\x9c\x4e\xe3\x08\xb6\xdf\xbf\x6e\xd4\x41\xa3\x10\x77\xda\x57\xfd\xde\x36\xad\x93\x38\x15\x5f\xda\x9b\x29\x5a\xf1\xb8\x41\x2f\xba\x6b\xbd\xda\xc9\x38\xb2\x47\x5b\x0f\x59\x5b\x0b\x6f\xef\xf6\xb4\x3d\x55\xa7\x0d\x7f\xc9\x05\xdf\xfa\x58\xa7\x9f\xb0\xdb\xe9\xd4\x8f\x3e\x48\x31\xff\x58\x3f\x65\xfe\x7f\xa6\x48\x4a\x63\xdb\x9b\x0d\x0e\x42\x9e\x55\x7a\xe9\xc0\x76\x00\x0d\xac\xb4\xdc\xc1\x5c\x00\x63\x71\x39\x6b\x66\x09\x00\xab\x62\xa5\xe9\x53\xd9\x00\x0e\xa0\x66\xce\x19\x0b\xe0\xe2\xa5\xc3\x2a\xf4\x1d\x00\x75\x04\xc9\x2f\xef\x0e\x99\xce\xf9\x16\xcf\x35\x93\xc8\x37\x1c\x7a\x9c\x93\xcd\x98\x48\xcb\x76\x12\xc1\x8c\x4e\x2b\x24\x6d\x8b\xcb\xe9\xb4\x5e\x67\x88\x71\x26\x76\x15\xab\x41\x8a\xbf\x7d\x41\x61\xba\x32\x77\x5a\xa3\x78\xf1\x6b\x9a\xef\x26\xae\xc4\x46\xe3\xaf\xab\x2d\xcd\xc5\xc5\x21\xf0\x3d\xaa\xfe\x6b\xa3\xb1\x38\x0a\x0f\x34\x97\xa0\xba\x88\xb1\x08\x8b\x9c\x16\x52\x6b\xc6\xbc\x0f\x61\x98\xa8\xd3\xa8\xc2\xbc\x0a\x21\x3f\x09\xd4\x7c\x80\x95\x0f\x3e\x36\xec\xa0\x65\x8b\x9d\xf4\xbf\x7c\xeb\x9a\x76\x09\x8e\xc9\x2f\xba\xff\xa1\x8e\x31\xce\xd1\x67\xba\x97\x5e\xa7\x04\x37\xe5\xf9\xac\x3d\x40\x77\x0d\x2f\xe9\x5e\xd8\x36\xa7\x27\x8f\x77\x43\x19\x35\xd6\xea\xd7\xe1\xeb\x5c\x7f\xbc\x25\x74\x4b\xfa\xfe\xe4\xc4\x46\x65\x3e\xd3\x48\xfc\x07\x07\xf1\x49\xf2\xc8\x7e\x3a\x00\xbd\x28\x89\xcf\x07\x33\x36\x78\x10\xdb\x66\x05\x5e\xb6\x3d\x00\x2e\x49\x6a\x82\xdc\x27\x01\xdc\xe7\xb4\x0c\x85\x99\x7e\xe7\x06\xa5\xa0\xd2\xcd\xf5\xb5\x6c\xc8\x8d\x4e\xf5\x8e\x6d\xe6\x41\xa4\x59\xfb\xe0\x00\xac\xb3\x2f\x69\xa7\xd5\x83\x94\x52\x5f\x5a\xa2\x92\x69\x74\xc5\x89\x90\x56\x42\x0a\xe2\x51\x3b\x3e\x2a\x17\xbf\xac\x77\xe4\x2e\x39\x2e\x1a\xef\xa8\xc5\x3e\x29\x9a\x98\x87\x5b\x55\xd7\x5a\x0c\x4b\xbe\xfd\x4f\x1e\x68\x16\xad\x3e\x86\xce\x88\x8e\x7b\xb3\x4f\xf3\x24\x86\x2f\x62\xe8\xb7\x17\xc7\x5b\x1b\x30\x6f\xc2\x18\x87\xec\x74\x5e\x61\x95\x82\xf1\x03\xcd\xba\x81\xd8\xdb\x81\xdc\x3d\x0f\xf4\xce\xe2\xa4\xfc\x9c\x3a\xf7\xe9\xa5\xe2\x2e\x79\x27\x51\x78\xa0\x66\x1b\x83\x73\x78\x36\x8f\x9b\x75\xaa\x86\x4c\xf8\x14\xd4\x36\x80\x2d\xc6\x12\xa2\x3f\xfa\x70\xbc\x40\x7a\x75\x2b\x37\x00\xef\x43\x71\xd8\xd9\x0d\x20\xce\x20\xbe\x89\x61\x1b\x80\xb2\xae\x98\xc3\xde\x01\x00\x03\x35\x71\x1d\xc6\x59\x00\x0b\x7f\x99\xcf\xcc\x63\x00\x8e\x4d\x72\x83\x6c\x7c\x00\xa8\x30\xe5\x5d\xe7\x2e\x03\x78\x77\x69\xec\x15\x3a\x02\xe0\x97\xaa\x5f\x2c\xdf\x0d\xc9\x5e\x61\xa6\x75\x5a\x0f\xc8\x25\x6e\xa3\x0e\x0c\x16\xd7\x49\x37\x1d\xf3\xfd\x8e\xba\xd2\x11\xa7\x6d\x98\x93\x30\x7e\x4d\x04\x8c\xf9\xd6\xb2\xba\xf0\x44\x3c\x09\xd9\x75\xc5\x27\x7e\x07\x3e\x5e\xcf\xef\x3e\x39\xb1\x01\xd7\xa9\xd5\xf2\xee\x44\x9a\x36\x4e\x5e\xbd\x63\xa5\x3b\x43\xe6\x9f\x3c\xd0\xff\xe5\xc5\xe9\x1f\xd1\xb7\xc2\x2c\x86\xe5\xf4\xc6\xe9\x7f\xc5\xea\x87\x84\x77\xba\x1b\x24\x63\xef\x06\xbe\x6e\x55\x40\xb0\xe0\x98\x02\xf6\x5e\xf4\x44\xd0\xe0\xda\x7c\xd4\xea\x5f\x20\x6c\x71\x1f\xbd\xbe\x5d\x40\x22\xaa\xf1\xb2\x1e\x1e\x00\x5b\x8c\xc4\x46\x7f\xf2\x93\x2a\x92\x6f\x69\xd8\x00\xf8\x76\x88\x2e\xee\x0c\x00\x90\x4a\x12\x3b\xc9\xe0\xf2\x07\x07\x71\x4e\xcc\x8b\x71\x18\xc0\x5a\x47\xbc\xf0\x28\x2d\x80\xab\x80\xb4\x0c\xeb\x14\x80\x8f\xbb\x7c\xe2\x59\x06\x80\x80\x46\x55\x25\x81\x27\xbf\x73\x83\x72\xfc\x8f\x1b\x9b\x68\x45\x92\x53\x3d\xf3\xec\x3a\xac\xa8\x48\xfe\x2e\xc9\xde\xea\xee\xe9\xc4\x0c\x3b\xef\x84\xc2\xa0\x1d\x84\x38\xcb\xcd\x25\x6b\xd1\x11\xbf\x7d\x41\x0f\xf5\x6b\x87\xaf\xa5\x3d\xc4\x1d\xd0\x56\x7e\x7f\x3b\x4b\x0f\xfb\x4c\x03\xb1\x72\x24\x9b\x6a\x2d\x40\xfd\xc2\xaa\x57\xaa\xe0\xec\xa2\xe6\xfb\xd5\x99\x14\xce\x37\x3c\xda\xe1\x6b\x91\x89\xf0\xb8\x48\xb7\x6b\x0d\x9d\x10\x71\xdf\x58\x2f\x10\x7d\x3d\xe6\xe9\x0d\x1e\x83\x1e\xf4\xa3\xd8\x03\x7d\x12\x86\xcf\x31\xc2\xd1\xe7\xba\xd4\x0c\xf1\x18\x74\xf8\x8e\xb6\x57\x48\x36\xac\x47\x48\xf2\xc5\x73\x48\x05\x9c\xb8\x7f\x66\xdd\x02\x72\x1e\xe7\xe6\xe7\x56\x55\x6b\x7c\x0e\x77\xc9\xe7\x69\x79\xb7\xb1\x3f\x8e\xf8\xe3\xed\x97\x26\x5f\xec\xe4\xcf\x73\x22\x56\x3c\x9c\xe6\x09\x80\xe0\xb8\xc8\x28\x1d\x01\x40\x26\x42\xf4\x00\x83\xf6\x06\x07\x61\xac\x2b\x7c\xf5\x40\x39\x80\xbd\xba\x48\xd6\xe1\x5c\x00\x0f\x36\x89\x85\xe3\xaf\x01\xfc\x7b\x65\xde\x9f\x16\x00\x08\xe9\x52\x4e\x11\xf0\x01\x08\xcf\xd7\x3a\x2e\x93\x07\x79\xa1\x49\x88\x2e\xad\x47\xe4\x18\x3f\x67\x9b\x36\xab\x77\x24\x55\x54\x17\xaa\xcf\x53\x9e\x28\xed\x70\x2b\x16\x1b\xba\x05\xbf\x64\x35\x58\x92\x9b\xc0\x85\x3f\x68\xb2\xa3\xa3\x28\x75\x04\x77\xd0\xc0\xf1\x61\x6e\xb6\xe5\x6f\x4f\x90\xad\x06\x6e\x39\x28\xb7\x67\x5e\x59\x8b\x66\xc5\x36\x2b\xff\x37\x0f\xb4\x59\xcf\x6e\xf5\x42\xda\x8d\xe1\x1d\x06\x8c\x6b\x39\x49\xa4\x1b\xa1\x08\xf6\xb5\xe9\x44\x62\xdf\x36\x04\x01\x5d\x12\x57\xd8\x25\x8d\x1c\xc4\xd0\xc7\x78\xb5\xe5\x19\xb9\x62\xde\x46\xec\xba\xf8\xd2\xd8\x1b\xcb\x19\x16\x52\x5b\x6a\xc2\x82\xbd\x1a\xac\x59\xa5\x6e\xb2\x84\xa3\x0f\xd4\xaf\x08\x36\xe1\xc3\x95\xfa\x46\x95\x32\x98\xd4\xe2\xbe\x7b\x3b\x00\x30\x1d\x92\x9a\xa0\x8e\x06\x38\x75\x49\x34\x8f\xa6\xed\x3f\x38\x88\x1e\x61\xf6\xbd\x8f\x00\xcc\xee\x0a\x31\x1d\xd0\x01\x70\x04\xd1\x73\x47\x3e\xfe\x9b\x07\x89\x7c\xac\xe0\xc3\x17\x00\x10\x33\xa0\x51\x20\x2b\x06\x8d\x51\x9f\xf4\xef\x68\x9a\x92\x6b\x42\xae\x5a\x60\x2c\x55\x49\x3b\x3c\xca\x50\x45\x3e\xb4\x84\x27\xce\x13\x51\xf1\x11\x93\xf8\x34\x9b\x9c\xa2\xe2\x64\x11\x9c\x8d\xa9\x47\xc7\xdb\xac\x2a\x6c\x82\x41\xfa\x68\x60\x5e\x1f\xc6\x41\xdb\x77\x2e\xb7\xa8\x09\x23\xa3\xd9\xba\xf4\x31\x9f\xed\x63\x97\x4e\xfb\x72\x5e\x5e\x0b\x85\x07\xa2\x78\x71\x28\x3c\xd0\x75\x19\x23\xe9\x35\xb7\x94\x56\x8a\x17\xa7\xcd\xcf\x94\x1f\xed\x9f\x70\xae\x71\xd6\x14\x8b\x61\x89\x79\x51\xf7\xd4\x34\x10\xf3\x2d\x42\xa3\xba\xce\x74\x0a\xeb\x13\x2a\x55\xa6\x60\xf6\x15\x3b\x1d\xd4\x58\xcc\x65\xf6\x09\x67\xe5\x1f\x51\xd0\x67\x36\x8e\xbb\xe1\x33\x09\xc0\x74\x52\x32\x92\xda\x07\x80\x43\x4f\x38\x97\xf6\xf0\x1f\x1c\xc4\x55\x11\xa1\x3d\x74\xff\xe6\x20\x5c\x27\x04\x50\x07\xfb\x00\x02\x1e\x09\x6f\x66\x42\x01\x44\x76\x4a\x1e\xe0\x30\xfe\x83\x8b\xa9\x57\xdd\x24\x39\x0b\xad\x09\xd1\xba\x71\x9a\xa7\xc8\xa9\x91\x33\xe6\xa6\x56\x1f\x88\x33\xfe\x1e\x2e\xc3\x7e\x54\x84\x10\x37\xc9\xf0\xb7\xd1\xfd\xb8\xe7\xf6\x47\x0b\xfa\x33\xac\xb0\x97\xcc\xf7\x74\xec\x3a\x4f\x83\xc9\x37\x0c\x7b\x82\x2c\xde\x8a\x96\xd0\x26\x2c\x38\x57\xf8\xcf\x2b\xeb\x04\x2d\x3e\x2f\xfe\x3e\x85\xd7\x83\xa5\xb5\x82\x0e\x0a\x0f\x74\xb7\x1e\xf9\x64\xc5\x33\x97\x7f\x00\x65\x34\xb8\x5a\x99\x61\xf9\xaf\x7c\x28\x0a\x0f\x84\x30\x57\xc6\xb0\xc5\x2c\x54\xcc\x5a\xb4\x60\x9a\xa3\x78\x4a\x07\x2c\x86\xb0\xfc\xe1\xec\x85\xed\x16\xb3\xd8\x67\xc1\x0a\xe7\x2f\x5b\xc6\xe0\xf6\x07\xf6\xe6\x4e\x59\x8a\xe0\x42\xfc\x19\x00\x98\x69\xc5\x48\xd4\x57\x00\xce\x36\x0a\x8e\x6c\xe3\xfc\xc3\x83\xc0\x2e\xc8\xc8\x40\x03\x80\xf4\xe7\xcb\xde\x93\x06\x60\x77\x93\x3f\xed\x80\x12\x80\x67\x0d\x3f\xfa\x50\x02\x40\x48\x82\x10\x2b\x53\x16\x40\xcc\x8c\x98\x10\xdb\x38\x40\x8a\xa8\x34\x35\xf7\x61\x80\x34\x7b\x65\x33\xc9\x56\xb8\x9b\x9e\xa7\xb5\x4d\x9d\x97\x5c\x93\xc8\x62\x3c\x64\xd9\x42\x9c\x0b\x93\x70\xb4\xf1\xdb\x8a\xbf\xef\xc9\x1c\x62\x94\x28\x8f\x8b\x76\x20\x9f\x67\xce\x2a\xc3\x3c\xb2\x40\x75\x8c\x17\x9f\x46\x23\x11\x66\xcf\x72\x2a\x11\x6b\x97\x74\x7a\xe7\x6b\xaa\x0f\xce\xb4\x1a\x1c\x5e\x70\xab\xac\xa3\xf0\x40\x77\xa7\x4d\x2a\x96\xb8\x4a\x55\x07\x4e\x9b\x56\x2c\x37\xe5\x93\xba\xbf\x98\x4d\xac\x14\xe4\x26\xb5\xe1\x2d\x78\x57\x8b\x32\x03\x28\xf9\x50\x35\x65\x56\x31\xe8\xad\xc9\xe7\x2a\x8c\xad\x7a\xd1\x0f\xe3\x25\x4b\x1d\xac\xac\x30\xa9\xd1\xcc\x85\x06\xd6\xfb\x31\xc4\x88\x8b\xb9\xf7\x6d\x24\xb1\x7a\x61\xa3\xd9\x75\xd6\xa5\xd8\xc5\xa0\x77\x59\x7c\xd6\xa7\x70\xc6\x01\x27\x00\xf6\x59\x0b\xbe\xff\xb1\x3f\x70\x79\x0b\x5e\xdb\x2e\x0f\x20\x49\x12\xaa\xde\xe5\x07\xa0\xc5\x25\x48\xbb\xe7\x10\x80\xb1\x3c\xef\xd5\x3d\xe6\xff\xe1\x83\x38\xcc\x3b\x7a\xe4\x0a\x40\x72\x8e\xe0\x17\xd6\x02\x80\x4c\x2f\xc9\xb2\x1f\x7d\xc8\x3d\x2d\x5f\x2d\x56\x05\x0f\x73\x3a\x35\x78\xd4\xde\x93\x5b\xd2\x1f\x23\xe6\x2d\xf9\x89\xcf\x63\xeb\xec\xd4\xfc\xf7\xe0\x85\x7d\x27\xfc\x6c\x53\x8d\xb1\x89\x2e\xb5\xd9\xb7\xf3\xef\xa0\xaf\x58\xb9\x77\x84\x55\xac\xad\x51\x21\x4d\xc7\x85\xea\x5c\xe7\xe2\x0d\x3a\xbf\x0d\x37\x64\xbe\xec\x30\x2a\x9a\x97\xad\x55\x19\x8e\x35\xbd\xb0\x90\x5b\xf5\x78\xc0\xd9\x7c\x79\xf1\x49\xf9\xd1\x7f\x7a\x71\xea\xe3\x6c\x6c\x56\xb7\xe7\x44\x54\xad\xd8\x60\xd7\xb6\x65\x9c\x2b\xab\xb7\xa3\x5d\xf3\x4e\xb3\x2a\x12\xb6\xdb\x8d\x76\x4b\xcc\xc9\x2b\xb4\x7b\x8f\x86\xb8\xb2\xcc\x44\xfb\x27\x98\xa2\x68\x8b\x4c\x46\x3b\x34\x96\x2e\xa2\x29\x6d\x93\x5d\x3d\xb6\x2f\xc4\x3b\x91\xc3\xfe\x2a\xee\x5c\x60\x13\x00\x8b\xb4\xc8\x8b\x2d\xfb\x01\x78\x3e\xf2\xdf\xdd\xbe\x08\x20\x35\xcd\xaf\x4f\x47\x04\xd0\x6e\xe4\x3b\xbc\xbb\x02\xc0\xfc\x2e\x37\x17\x43\xca\x46\x1e\x04\x85\x83\x48\xf0\xe7\xe6\x3e\x7c\x12\x20\x4b\x82\x8f\x99\xb9\x03\xa0\xe0\x9b\xd0\x22\xc7\x69\x80\x92\x62\x69\xb2\xc8\x5e\x98\x2c\xbd\xa2\x12\xa6\xea\x46\x6e\x2f\x18\xd2\x17\xb4\x78\x4f\x9c\x48\x37\xb7\x24\xfb\x11\x71\xcf\x43\xd1\x5e\xb1\x19\x62\x18\x1f\xf7\x99\x74\x87\xd2\x8f\x8b\x86\x76\xab\x6d\x9f\xeb\xa4\x3f\x39\x9b\xfb\x3c\xed\x6f\xce\x7c\xe5\x6d\xca\x39\xc7\xd0\xea\xf3\x80\xde\xe2\xdd\x37\xbf\xa6\xa0\xeb\x09\xd6\x98\x79\x86\x7a\x54\x7b\xbe\x5d\xd6\x82\x7d\xcd\xd5\x8b\xaf\x1d\x18\x16\xab\x2a\x5e\xd7\x30\x38\x72\x2d\x9f\x2c\x2e\x2a\xef\x74\xb8\xbb\x52\x90\x37\x51\x34\xec\xb4\x77\xf5\x68\xce\xf0\x79\x4e\xc7\xa5\x35\x44\xba\x42\x96\xbc\xb3\xcf\x5a\x4f\x6a\x5c\x1a\xce\x39\x10\x1d\x94\x78\x2b\xc5\xc4\x09\x8d\x51\x8a\x45\x25\x05\x3a\x65\x61\xc6\xa2\x24\x63\xf3\x9c\xa3\xb1\x0e\x61\x13\x31\xe2\x4e\x6f\xb1\xef\x83\xaf\x01\xb0\xd6\x09\xb4\x6c\x69\x07\xe0\xbb\xcd\x47\xbd\x43\xfc\x0f\x0f\x82\x22\x57\xf9\x2e\x11\x00\x7b\x7b\xae\xa1\x3d\x7d\x00\xde\xb3\xa7\xe7\x7e\x9c\xa3\x31\xd6\x1c\xc3\x7b\xf7\x00\xa4\xb7\x70\x74\xec\xbb\x0a\x50\x28\xca\x95\x71\xec\x28\x40\x15\x81\x8f\xed\xc4\x0a\x40\x5d\x9c\xc4\x5d\xa1\x26\x80\x86\x32\xf9\x05\x25\x3e\xf2\x6a\xcd\x65\xcd\x41\x93\x3a\xe2\x54\x31\x93\xc9\x98\xdf\x45\x5c\x70\xd2\x45\xb7\x53\x59\x23\x9f\x16\x02\x57\x63\x1b\xaa\xcb\x5e\x79\x7b\xce\x5f\x50\x6b\x12\x1a\x4d\x70\x5e\xbe\xd3\x7f\xf9\xfc\x9d\x07\x76\x81\x9f\xd3\x3b\x3b\xae\xd6\x39\x26\x7f\x9d\xb8\xd4\xde\x12\xed\xc2\xf3\x2d\xad\xb9\xe0\xc2\x90\x6b\xda\x7c\x48\xbd\x74\xd9\x01\xb7\x85\x05\xa8\x2e\xc9\x1f\x45\x91\x96\x14\xcb\x4d\x28\x3e\x98\x8c\x01\xd4\xfb\x95\xce\xbc\xef\xa9\x54\xa8\xa7\xab\x03\x59\x36\x89\xdf\x51\x8f\xd6\x52\xd2\x1a\x63\x75\xdd\x93\xd0\xda\x49\xef\xa2\xaa\x3c\xe8\xd1\x97\x13\xde\x44\x3c\x71\xb7\xc0\x38\xc4\x60\x22\x52\x51\x4a\x98\x4f\x91\xc4\x60\x05\x77\x24\x36\x35\x8c\x01\x80\x9d\x97\xdf\x83\x46\x0c\x40\xe8\x13\xaf\xe1\x8e\x0b\x00\x2a\xe3\x5c\x68\xba\x5c\x00\xd3\x3b\x67\x85\xe9\xb3\x36\x3c\x08\x21\x6f\x4f\xa0\xe9\x46\x00\x52\xc6\xb6\x55\xfc\xf8\x1c\x15\x5c\x62\x95\xde\xa5\x03\x50\x75\x8f\xfd\xfc\x8f\x73\xa4\x65\x99\x8b\x81\x25\x02\xe0\xf2\x65\xa1\x46\xee\xa3\x00\x9d\xd4\xd2\x1c\xb2\xba\xb0\xb7\xc3\x50\xa5\xd7\x48\x87\xf8\xae\x49\xc8\xe0\xae\xdf\xf1\xaf\x07\x4a\xc2\xec\x13\x33\xe2\xc7\xc6\x53\x22\x82\x13\x6a\xf6\xde\x8c\x89\x34\x28\x10\x69\xa3\xeb\x32\x0c\x92\xeb\xd5\xe9\x54\x69\x3e\xe7\x73\x7d\x92\xa6\xc7\xaf\xba\xdb\x27\xf7\x73\x6f\x57\x6d\x11\x83\x9f\xf8\x1c\xf7\xa5\xe5\x9c\x1e\x3f\xd3\xef\x61\x17\x1f\xa4\xbf\xf5\xbb\x32\x4f\xaa\x33\x4e\x8e\xf1\xd3\x5b\x1c\xac\xcc\x48\x60\xf3\xdb\xb6\x4c\x53\xb2\x12\x4d\xf4\xf3\x59\xd9\x53\x30\x13\x71\xcf\xef\xc0\xaa\x50\xee\x9e\x90\x36\xff\x13\xab\xa3\x59\x96\x21\x58\x9f\xe7\x6b\x6f\x52\xd5\x82\xce\xf8\x22\xd1\x86\x49\xd3\x01\x67\x7d\x9e\x61\x68\xe3\x99\xfc\xef\x7b\x5f\xc2\xe4\x47\x2f\xfb\x76\x7a\xf5\x61\xed\xc2\x77\x03\x70\x1e\xe0\x0d\xdb\xc6\x0a\x20\x65\xc4\xf5\x6c\xc7\x2d\x00\xad\xe0\x33\xe1\x3b\x0f\x02\x58\x15\x9c\xe2\xd9\x49\x07\xe0\xf5\x91\x35\x63\x47\x3a\x40\x74\xf4\xa6\xe8\x1f\xeb\x3f\x9f\x7c\x74\x6c\x9b\x04\x40\xe5\x18\x55\xf7\xcf\x7b\x9f\xc1\x2c\xf4\xf4\x99\x00\x3d\xcf\xd8\x54\xf6\x3f\x04\x18\x1c\xe7\xc6\x9c\x0a\x06\x18\x9a\x11\x4d\x14\xb3\x01\x8d\x3b\x7b\xe4\x9d\x0d\xf6\x2c\x19\x5d\x3f\xa3\x1d\xe8\xe5\xf1\xea\x62\x9b\x89\xe5\xb3\x94\xca\x5b\xbe\x55\x19\x3e\x45\x15\x4e\x4d\x6e\x39\xb9\x29\xdf\x2e\x1d\x29\xd1\x4d\xb5\x6d\xe6\xed\x8e\xcf\xbc\x13\x7f\x63\x74\xb5\xef\x43\x52\x7f\x0c\x7a\xb6\xa7\x2f\x29\x2e\x22\x26\xfb\x2b\xed\x15\xce\x68\xa9\xe8\xcd\xdf\xde\x35\x3f\x8c\xb4\x88\xfc\x36\x1f\xd1\xb0\x3f\x6c\x38\x52\x72\x11\x51\xcd\x46\xc9\xc1\x09\x2e\x09\xf3\x5c\xa1\x2a\x14\x0f\x74\x09\xb5\x5f\x45\xe5\x9c\x0e\x10\x0a\x35\x5b\xdb\x92\xe9\xe6\xaf\x18\x72\x74\xed\x66\xea\x13\xdf\xd6\x60\x55\x74\x6d\xa2\xb8\xb7\x46\xf0\x22\x26\x2c\x26\xcd\xfb\x5c\x60\x2e\x96\x2a\x32\xca\x13\x1b\x28\x89\x8d\x0e\xb3\x05\xe0\x79\xcf\x5d\xb1\x0d\x00\xe4\x3e\x9c\xf5\xd9\x3e\x03\x60\x90\xc6\x36\xb0\x5d\x13\xc0\xd1\x95\x09\x4d\xf3\x7e\x23\x07\x21\x0d\xf7\xab\x96\xf9\x50\xfd\x75\xef\xf5\x9a\xf7\xaf\x7a\xcf\x8d\x29\x8b\xce\x1c\xe0\xf1\x55\x0e\xed\x23\x12\x00\x13\xa6\xfc\xea\xdc\xd3\x38\xe2\x2b\x39\x29\x56\x8d\x90\x69\xb6\x91\x5e\xf5\x3d\x2e\x4d\x0f\x35\x6f\xdd\x32\x89\x8f\xcd\xe8\xf8\x7a\xb5\x17\xd5\x58\xa4\x5c\xec\xd4\xb2\x35\xf6\xf6\x45\xe3\x64\xa3\xba\xd7\xb5\x5f\xda\xad\x22\x1a\x6a\xa6\x87\x8f\x76\xb6\x05\x9e\xac\xc4\x7f\xc6\x74\xf1\xfa\x3f\x2a\x41\xcd\xbd\x6a\xe3\xf2\x43\x14\xc4\xce\x9f\x6a\x18\xf2\x6d\xc8\xa3\x5b\xa8\xbf\x70\xd4\x47\x39\xcb\x7f\x29\xb3\x2c\xdd\x3b\x22\xfd\xea\xf2\xcd\x42\x82\xd7\xf5\xd4\x0b\x2b\x5d\xe7\xf7\xff\xe6\x3f\x18\x13\x17\xd6\xe6\x52\xde\xbb\xb7\x24\x28\xa1\x03\x92\x0e\xbb\xcb\xc5\x6d\xc3\x1c\x8d\xab\x46\xd1\xc5\x22\x30\xd7\xa2\xb7\xba\x89\x45\x17\x63\x2d\xc3\x79\x5d\x96\x23\x6f\xe2\x4e\x04\x09\x02\x08\x7c\x3a\x17\xbb\xcd\x0e\x40\xb5\x9f\xed\x24\xed\x20\x80\xf9\x23\x16\x6a\x9a\xa7\x00\xee\xc1\xbf\xd6\x47\xc9\x41\xa0\x78\x10\x28\x3e\x8c\xde\xf5\xfe\x50\x72\x41\x26\x12\xa8\x7e\x7e\x5f\xfb\x28\xcd\xd2\xb5\xcb\x09\x60\x69\x3f\x57\x26\x5b\xe6\x5c\xda\x17\x94\x58\x8d\xc2\x85\x17\x07\xdf\x7e\x55\x8e\xb0\x39\x38\x20\x39\x5e\x84\x90\x0e\x89\xab\x43\x8e\xbc\x75\x3a\x9f\xe5\x97\x26\x36\x14\x1d\x3e\x51\x6d\x17\xa6\x7e\xd3\xae\x92\xad\x71\xb7\xb7\xc5\xe0\x99\xdb\x57\x5a\x98\x9d\x0d\xfb\x93\xe7\xa4\xda\xea\x9c\xb5\x3a\xbf\x7c\x1f\x6c\xc0\x38\x67\xb4\x8a\x2e\xb4\xd5\x70\x39\x47\x36\xf0\x2e\xe9\x94\xf5\x39\x67\x55\xf7\x2e\x57\x17\x4e\x3a\xd3\x55\x6c\x5d\x79\x92\xb7\xcf\x49\xa1\x94\x6f\xf5\x7d\xa6\xad\x93\x4a\x41\xe9\xda\x78\xca\x5b\xa7\x9e\x3c\x53\xb4\x7a\xd2\x45\x47\x89\x5c\x7b\x0c\x7b\xdc\x16\x87\xb5\xcc\x18\x0c\x26\xd2\xda\x01\x95\x3e\x82\x0d\x08\x33\xb4\x27\xa6\x62\xb1\xdf\x82\x1d\xed\xf3\x93\x89\x38\xcb\x00\x37\x00\xc9\x31\xf6\x3e\xda\x02\x00\x6d\x3b\xa6\xbb\x5b\x96\x00\x6c\x3f\x6f\x72\xa1\xfa\x8f\x3c\x0c\x4a\x2e\x4a\xf7\xf4\xaf\x4a\xc9\x83\xa0\x70\x10\x73\xf5\xbf\x2a\xf9\xc8\x11\x87\x2d\xf4\xcb\x99\x00\x67\x82\x8f\x65\xbe\xa5\xc1\x7b\x0a\x5f\x10\x97\xbd\x4f\x5a\xa6\x53\x70\x43\xfa\x77\xa4\x7f\xcd\xd2\x5b\xf5\xbc\x57\xfc\x75\x86\xc1\x2e\x30\xfe\x7e\x14\xd7\x9b\xf1\xe0\x43\x85\x2e\xde\x0b\xaf\x11\xa5\x62\xe5\xd7\x1c\x73\x5e\x1d\xbe\x71\xa8\x7a\xd6\xa2\x7f\x62\xeb\xec\x54\x6d\x8c\xc5\x96\x51\xda\x05\x62\x65\x81\x25\xdb\xed\xf1\xa5\xc0\x92\xc7\x96\x97\xae\xe5\x2e\x7f\xce\xcf\xb3\xca\xe9\x4c\x5a\x19\xcf\xc1\x5b\x65\x5f\x92\x5c\x9d\xcb\x30\xb0\x66\x6b\x24\xae\x3d\x4e\x91\xb4\x62\xa9\x6b\x44\x7f\x8f\x0b\xb3\x4e\xaf\xca\xc7\xb0\xc5\x26\x58\x19\x56\x28\x62\x19\x22\x78\x2c\xef\x95\x3e\xc1\x36\x85\x84\x5a\x0d\x17\x79\x63\xef\x05\x4f\x59\xf6\x14\x70\xe2\xa2\xfc\x77\x5b\x9e\xcb\x97\xc7\x3d\xf1\x79\x06\xa0\xc4\xc7\x7c\x7e\x4b\x2f\x80\x99\xd9\x31\xb7\x2d\x0b\x1b\xcf\x01\x85\x07\x2a\x0b\xfe\x7b\xfe\x3d\xb4\xfe\xb9\xa0\xf8\x30\xe6\x4c\xa9\xfe\xb8\x07\x3f\x9f\x0b\xb0\x77\x99\x8a\xea\x6d\x34\x00\x87\xfd\x11\xbd\x91\xb7\xe0\x22\x64\x27\xc8\x78\xad\x81\x84\x91\x9b\xd5\xdc\xd6\xe0\x4e\xdc\xaa\xd3\x63\x17\x92\xcd\x8b\x3d\x60\x1d\x10\x9c\x12\x58\xb6\xd2\xe6\x9f\x95\xb6\xc9\xe5\xf1\x4a\x40\xa1\x5b\x8e\xa6\xe5\xf8\x0a\x4b\x5f\x57\xfe\x6b\xe4\xb9\xe5\xe6\x77\xcd\x45\x6f\x0c\x66\x3f\x07\x2c\x8b\xe4\xdf\x30\x9c\x7c\x1d\xb9\xd2\x95\xad\x82\x78\xf0\xb8\x61\xf5\x53\x5a\xf4\x6f\xef\x05\xd3\x0d\x7b\x74\x6e\xdc\x17\xa3\xc7\x7d\xb5\x98\x43\x31\xb6\x46\x9d\x5d\x0a\x98\xa5\xf0\x2e\xe3\x8b\x97\x4a\xb1\xba\xa1\xd7\x4c\xee\x35\x3d\xc5\xc6\x86\x0c\x18\x4f\x34\x3c\xc6\x69\xf8\xb7\x18\x6b\xd7\x9d\xc6\x3d\xf3\x26\x1b\x8f\xd4\xec\xc6\xd3\x7a\x35\x9b\x70\x55\x3c\xc1\xab\x79\x4c\x02\xa8\x3c\xdb\x31\xf1\x63\x3d\xb6\x9f\x37\xfd\xfc\x7d\x32\x6c\xfd\xff\xf7\x9f\x1c\x08\xc5\x83\xf0\x9c\xe7\x57\xfd\xca\xfb\xe7\xfa\xbf\xad\xcf\xbb\xa7\xd4\x00\x8e\x9c\xa1\x31\x1a\x61\x06\x38\xa5\x7c\x90\x71\x60\x37\x54\x08\x31\xf3\x72\xb7\xfa\x91\x03\xe5\x65\x95\xc6\x4b\x3a\x89\x18\x5d\x5e\x53\xd7\x84\xef\x04\x01\xab\x06\x54\xa6\xcf\x19\x9c\xbc\xf7\x95\xd0\x4a\x47\x05\x2c\x67\x36\x75\x4c\x88\x85\x0b\xc6\xb6\xb9\x35\x81\x19\x19\x89\x1e\xb9\x73\x2f\x71\x41\xe7\xd1\xda\xd2\x1c\x4b\x8a\x9c\xd6\xdb\x15\xc1\xb5\x92\x84\x0e\x1d\xba\x8f\x65\x68\xf3\xd8\x7a\x1d\xd5\x37\xbb\x30\x66\x11\x57\x29\x79\x1f\x7a\x52\x0f\xa2\xb0\xf2\x21\x56\xfa\x6a\xb7\x9f\x60\x33\x82\xbe\xeb\x97\x0e\x18\xe1\x76\xf9\x2f\xea\x67\xf4\xe5\xe3\x62\x7c\xe9\xf4\xd5\xba\xea\xf1\xa7\x3c\x1a\xf4\x39\x3b\xce\xe2\x53\xdc\x1e\x1a\x2a\xb6\xee\xc2\x9b\xb8\x57\x1a\x6e\xbb\xf8\x0d\x3f\xe8\x5a\x04\xa0\xff\xee\xd7\xba\x3c\xd6\xbd\x30\xa9\x8a\x7f\x7f\x0e\xae\xfd\xc3\x83\xf0\xa9\xf6\xcf\xf9\x27\x25\x0f\xe4\x75\xf9\xaf\x3a\xbc\x3e\xef\x1c\x78\x07\x70\x8a\x99\x51\xf9\x92\x2d\x7c\x14\xa8\x3d\x4b\x53\x15\x08\x3b\xe5\xf6\x48\x6d\xcf\x6a\x25\x4d\xe8\x78\xe8\x8a\x47\xf0\x13\x43\x2c\x03\xac\xfb\x51\x63\x04\x45\x8f\x3c\x14\xaf\x5d\x36\x1e\x91\xcc\xe7\xfb\xda\x6c\x06\xf7\xb6\x72\x4b\x40\x19\x62\x18\x17\xdd\x89\x0a\xe2\xd4\xe5\xc5\xed\x1f\xc9\x08\x2e\xd2\xd8\x87\xad\x5f\xa4\x0d\xd1\x51\xeb\xc1\xce\x63\xd9\x82\x76\xa8\xef\x58\x48\xc1\x96\xf9\x57\xaa\x6f\x99\xdd\x89\x33\xf2\x46\x68\xf0\xbc\x39\x87\x4b\xf1\x2a\xd4\xc0\x3c\xfb\x88\x7b\xe0\xa9\xa0\xe9\x3c\xf2\x1a\xcf\xe2\x2e\xaa\x49\xbe\xcf\x89\xb7\x72\xab\xd7\x0a\xbf\x75\x15\xdf\xe0\x32\xa4\x4d\x3b\xb0\x13\x3f\xe9\x6c\xa9\x15\xd4\xd7\x4d\x30\xb0\x6f\xd2\x5a\xed\x76\x21\xc4\xd9\x49\xfd\x9b\x03\xa1\x70\x71\x94\xfb\xef\x0f\xd7\xf9\xc0\xe9\xf5\xbf\x47\xfe\xc9\xcd\x2c\xac\xcf\x71\x5e\xcf\xff\x63\xfe\xb9\x3e\xef\x68\xe7\x04\x60\x2f\x3e\xc8\x76\x21\x1f\x96\x04\x17\xcf\xec\x3c\x4f\x06\x6b\xd9\xfb\x22\x5c\x09\x53\xe4\x50\xed\x2a\x95\xfc\x40\x73\x92\x8b\x79\x23\xd2\x8c\xc2\x3f\x58\xd7\x12\x69\xa3\x7d\x1c\x82\x4c\xa6\x08\x4d\xe7\xaf\x3a\xdb\x1a\xbe\x25\x88\x36\xb4\xb9\x25\xe9\x22\xf1\x6f\xae\x1d\x74\xf7\xd3\x70\xc4\xe7\x3c\xbf\xec\x21\xa2\x72\x1e\x9f\xb0\x54\x89\x5a\x55\xa6\xc1\xe3\xf0\xba\x2e\x9b\x95\xb6\xe3\x9d\xf1\xaf\xec\x9f\x29\x85\x2c\x70\x13\xb6\xd9\x7d\x55\xb6\xf9\x68\x48\x60\xb4\x03\x95\x73\x53\xd4\x84\xd3\x76\x2f\x95\x89\xe3\x97\x09\x79\xd6\x99\x2a\x03\x4f\xa5\x09\x95\xd6\x21\xaa\xdb\x1e\x6e\x23\xcc\x5a\x9a\xaa\x2e\xdd\xdb\x4a\x98\xb4\xc4\xa9\x4e\xdf\xda\x45\xe4\x31\x17\x06\xf0\x5d\xcf\xfd\xa1\x78\x20\x9a\xd7\xd7\x3d\x94\xf4\xab\x52\xee\x7f\x13\xef\xfe\xa8\x4b\xd8\x5f\xeb\xfc\x9d\x87\x22\xb7\x3e\xff\xac\x59\x9f\x7f\x2a\xac\xcf\xbf\xfa\x01\xd8\x3c\xf6\xf1\x14\x7c\x02\xe0\x6b\x67\x65\x49\x53\x87\x1a\x59\x26\xbe\xab\x91\x12\x64\x8c\xd6\x21\x99\x01\xaf\x20\x32\x97\x69\x96\xa6\x22\x85\x7f\xb0\x10\x24\xc9\x85\xca\x18\xc7\x19\x67\x12\x6f\xa6\x7d\xb1\x98\xfc\xed\x7d\xd0\x23\x06\x35\x1f\xb6\xaa\xd5\x38\x4d\x3c\x70\xe3\x8d\xad\x94\x4a\x39\x61\xe1\x45\xb7\xad\x93\x12\x1d\xe1\xf5\x77\x33\x1b\xb2\x82\x03\x91\x9b\x50\x64\x19\xfb\x3b\xef\x82\x88\x2d\x26\xca\x1a\x77\xc9\x55\xcc\x57\x11\x33\x91\xdb\xe5\x15\x66\x9b\x88\x69\xc8\x28\xf9\xeb\xef\xc6\x88\x79\xc8\x00\x05\xd5\x89\x09\xe2\x45\xc4\x9a\x82\xc7\xf3\x28\xe2\x7d\xc3\x4f\x8a\x3a\x8f\x37\x11\xef\x20\x2c\x36\x72\xa2\x6a\xd6\xbd\x17\x14\x0f\x04\x65\xfe\x8d\x4e\xa1\xfa\x2f\x0e\x68\x7d\xbe\xd7\x4f\x99\x7f\x9e\xfb\x55\xcb\x57\xd7\xe7\x5f\x0b\x00\x27\x86\x18\x8e\x64\x0c\x02\xf0\x5d\x66\x9e\x8a\x3d\x0d\xb3\xd2\xf2\xe7\x84\x03\x0c\xc1\x53\xfd\x86\x70\xab\x2b\x37\xb9\xd7\x38\x41\xe1\x8a\x75\x15\x59\xdc\x9e\xa0\x81\x34\x3d\x4b\x22\x04\x9a\xea\xd8\x20\x26\x49\x4f\xe2\x8a\xf4\x72\xf4\xb7\x90\x4a\x73\x9c\x0c\xa6\xb5\xb3\x48\xe6\x55\xdb\x90\xe6\xea\x78\x12\xd7\xa5\x31\xa3\x1e\x95\x18\x22\xf9\x96\xb0\xf1\x2d\x45\x4f\xe2\xc2\x0b\x1b\x63\xeb\xff\x93\x7b\x88\xc4\x8d\x91\xfa\xd5\x76\x49\x9b\x2c\x89\x90\x92\x34\x32\xa5\x6d\xbe\x7c\x20\x15\xab\xcf\x4a\x6f\x9f\x3e\x4c\x1a\x56\x7d\x2d\x23\x39\x35\x49\xca\xd7\xf0\x07\x28\xcc\xa4\xfa\xcb\x87\x32\xb6\xce\x01\xce\x4f\xfd\xa8\xd8\xcf\xff\xe0\x80\x74\xff\xe6\x80\x2e\xaf\x73\x0f\x94\x1c\x00\x8a\x07\x22\xfe\x3d\x00\x75\x09\x15\x55\xbc\x33\x00\x9f\xd8\xb1\x1d\xa1\x71\x00\x52\xfe\x1c\x7c\x9e\xab\x70\x55\xd5\x81\x67\xc9\x91\x03\x4e\x22\x8a\x25\x15\xcd\x97\xc8\x37\x6c\x96\xe5\x49\xc6\x5b\xc9\x39\x5e\x64\xe5\x06\x83\x87\x64\xaf\x08\x7a\xd5\x57\xba\x0f\xc9\x6a\xc9\xb2\x1a\x74\x5a\x5e\xe4\x33\xe7\x8b\x35\x23\xd4\x77\x90\x96\x6a\xdd\xb4\x9f\x2b\x87\x90\xd6\xda\xbf\x68\x61\x15\x5d\x49\x6d\xb7\x62\x74\x1b\xe5\xe9\x49\x35\x63\x95\xba\x81\x3f\xb9\x07\x59\x1d\x85\xdf\xdc\xc3\x2f\xdf\x43\xe9\x3f\xf3\x1d\x28\xbc\x83\xd8\xbb\xd5\x73\xe4\x22\x69\x3e\x31\xe2\xf7\x6a\x72\xb6\x74\xdc\xc6\x7b\xe1\x83\xf5\xf7\xa4\x4f\x3f\xcf\x05\xd2\xfa\xf3\xff\x31\xec\x1f\xf3\xdf\x57\xeb\xf3\x5f\xed\xbf\xe7\xbf\xf9\xeb\xbe\x9c\xa4\xf5\xbe\x24\xee\x00\x60\xb5\xa6\xbb\x16\xee\x09\xc0\xaf\x7c\x94\xcf\xa7\x13\x40\x3c\xe8\xf8\x05\x97\x3b\xf0\x52\x75\x0f\x27\xca\x46\x1e\xbc\x0c\x2c\x84\x3e\x98\xb6\xc2\x61\x8b\x2f\x92\xcd\x88\x5c\xd8\xee\xc6\x2e\x5d\xa0\xef\x4e\x7e\x1c\xf4\x4a\x7e\x46\xbb\x85\x3c\x12\xf3\x5a\x1e\x34\xf7\x91\x3b\xd3\x26\x15\x83\xd5\x4c\xc8\x79\x85\xdd\xca\x1c\xca\x40\x76\xa8\x1d\x56\x75\x53\xc0\x92\x8d\x3b\x5a\x54\x53\xe5\xe4\xc8\x46\x37\xc2\x55\x56\x29\xdc\x83\x14\x9e\x2c\xfb\x8e\x56\x55\x54\xd2\x91\xec\xb3\x48\xab\x14\xf3\xbb\x0f\x5d\xe4\x19\x72\xa4\xcc\xa4\xd8\x49\x10\x21\x4f\x48\xb0\x8a\xee\x01\x57\x60\x10\xdd\x2d\x74\x0a\xde\x41\x36\xaf\x14\xc0\xad\x7d\xbf\xd6\xff\xfe\xc6\x9f\xe7\x20\x25\x0f\xe6\xf7\xfc\xf7\xfa\x3a\x07\xb6\x9e\x87\x51\xbf\xe3\x6f\x0e\x26\x6d\x9d\x17\x88\x58\x9f\xfb\x46\x28\x00\x1c\x97\xd8\xf1\xd4\xcf\x0a\x80\xf3\xf0\x3e\x17\xd4\x1b\x00\x71\x07\xe6\x3a\xfb\x66\x00\xa5\x16\x0e\x65\x0b\x36\x28\xd7\xfb\xc8\x17\x88\x50\x84\x2c\x13\x07\xfe\x1a\xfd\x1c\x70\x70\x6c\x12\xb1\xd1\x49\x03\x75\x1f\x6a\x71\x5a\xcd\xc7\xa0\x10\x72\x46\xbc\x53\xfd\x1e\x9c\x8d\xe5\x90\x2c\x56\x3d\x47\x86\xac\x0c\x99\x10\xa5\x7e\xf2\x74\xe9\x19\x59\x50\xd0\x27\x4f\xd5\xed\x95\x05\x59\x43\xf2\xdc\x65\x61\x99\x6a\x99\x83\xe4\xfe\xfe\x59\x39\x92\xd4\x11\xf2\xe3\x7b\xaf\x65\x13\x24\x0f\x90\xaf\xbe\x64\x90\x6b\x14\x0f\x27\xbf\x9e\xbd\x2c\x93\x2c\x8e\x26\xdf\x5c\x3d\x2c\xa7\x25\x16\x00\x1c\xe4\xbb\x92\x07\x44\x24\x21\x03\x44\x85\x06\x85\xe2\x60\x0c\x62\xf8\x78\xfe\xe0\x60\x7e\xee\x83\x94\xf9\xf7\x4b\xbb\xbf\x39\xa0\xab\xec\x7f\x73\x40\xa5\xeb\x5c\x48\xd6\xfa\xf3\x10\xbb\xee\x43\xf0\xcb\xfb\x55\x9d\x94\x00\x36\xd1\x52\x51\xa1\x4e\x03\x70\x54\xec\xf2\x71\x7c\x00\x20\xda\x7d\x94\xcb\x86\x11\x40\xf1\x12\xdb\x45\x63\x19\x78\xa5\x5d\x7e\x76\x5e\xff\x21\x5c\x47\xaa\x70\xcd\xeb\x5c\x83\x46\x5b\x0e\x3e\x3a\x6d\x1c\x04\xa1\x7a\x85\x19\x35\xf0\x10\xe0\xbf\x43\x38\x57\x35\x18\x22\xc2\xe3\x85\x88\x2a\x9a\x60\x92\x80\x11\xdb\xa4\x78\x1c\x6c\x33\xaf\x89\x1e\x57\xf0\x85\x53\x25\x89\x92\x28\xd9\xb7\xc0\x5f\x53\x28\x21\x28\xdd\x09\xc7\x2f\x99\x48\x6e\xa5\x70\x0f\x14\xbf\x81\xf8\x7e\x60\x19\x25\x48\xc8\x8a\xad\x02\xd5\xd4\x61\x29\x45\xd1\x3c\xe0\xfc\x7a\x4e\xbc\x43\x64\x0f\x04\xa2\xf7\x0b\x7b\x09\x0f\x40\x0d\x68\x0b\xa2\x28\x1c\x0c\x65\x1f\xa4\x9c\x03\xc3\xf9\x7f\x73\x40\x4d\xeb\x73\xfe\xf2\xf5\xdc\xa4\xec\x80\x5f\x35\x61\xe4\x57\x0d\x7e\xf2\xab\xa2\xd6\xcf\x0b\xab\x14\x80\x4d\x28\x2a\x2a\x87\xb7\x00\x1c\x17\xe8\x13\xac\xfa\x00\x04\x0a\x0f\xd0\x98\x35\x02\xc8\x6d\x63\x26\x18\x52\x01\xa8\x9f\x61\xd3\xd2\xb9\x07\x5f\xf5\xf5\x4e\x17\x69\x27\xc0\x13\xf3\x6a\xce\x72\x8d\x7b\x70\xc7\x31\x89\x3b\x5b\xcd\x03\x86\x51\xb4\xdc\xbe\x2a\x51\xd0\xe3\x8f\xe0\x8d\x57\xe6\x83\xfc\x28\x06\x81\x0f\xf2\x8a\x70\x2d\xee\x02\xaf\x86\x5c\x12\xa4\x66\x07\x09\x5e\x96\x36\x83\xea\xc2\x30\x7e\x77\x49\x6f\xa8\xa8\x52\xe4\x0f\x97\xf8\x04\xe1\x4d\x77\x84\x98\x7e\x73\x0f\x16\xa0\x37\xe0\x2f\xba\x45\x4c\x15\xb4\xee\x37\x88\x72\x89\xb8\x81\xd3\xf3\x31\x61\x51\x61\x23\x88\x78\xe7\x24\xf8\x44\x68\x01\xd2\xbe\xec\x17\x64\xa7\xf8\x70\x28\xe7\xc0\xa3\xc2\xbf\x39\xa0\xd6\xec\x75\x0e\x88\xff\x6f\x0e\x28\xa9\xfb\x57\x0d\x5b\xdf\x27\xbc\xd7\x9f\x13\xfb\x75\x5e\xc6\x68\x3d\x37\xc6\x3a\x03\x80\x3d\x97\x6e\xa7\x59\x2c\x00\xff\xb1\xbd\x2b\x86\xb4\x00\xe2\xab\x07\x03\x75\xb7\x01\x28\xb7\xb3\xf8\x6b\x21\x00\xb4\xf5\xd8\x54\xd5\x17\x01\x8c\xb7\xb0\xc7\xa9\xf1\x02\xde\xaa\xe2\xb4\x84\xb2\x1c\x80\x7d\x2d\x87\xbe\x0a\x07\x8c\x79\xc5\x73\xdd\x56\x88\x87\xd9\x80\xd4\x73\xb3\xf2\x27\xe1\x75\x78\x0d\xd7\x09\xd9\x7e\x78\x14\xff\x8e\xbb\x4e\xfa\x05\xdc\xcc\x54\xe7\xa9\x91\x78\x0b\x4f\x0a\xa8\xb9\xa9\x29\xdc\x83\x98\x1e\x0c\xd6\xdf\xe3\xb1\x16\x35\x85\xeb\x2d\xc0\x13\x2f\x72\x12\xba\xbb\x07\x78\x66\x44\x0e\x40\xe9\x0d\x2c\xff\x7e\xa1\x51\xa8\x79\x38\xc8\x17\x2b\x48\x86\xe6\xe7\xad\xbc\x44\x4a\x2e\xd6\xff\xe2\x80\x6a\x72\xfe\xde\x07\xff\xc9\xc1\xf8\x5e\xf9\x55\x5d\xd6\x73\x62\x2c\x3c\x7f\x55\x5b\x11\x80\x63\xee\x5b\x6d\xb5\x6a\x01\xe8\x38\xa9\xa8\x0c\x4c\x00\xce\xb2\xd2\x69\xe8\xaa\x02\x88\x14\xef\x67\xd0\x94\x07\x90\x77\x3b\x52\xa0\x2e\x07\xa0\x36\xcb\x52\xab\x1a\x0c\x60\xd0\x79\x42\x4a\xc5\x16\xc0\x14\xd8\x74\x55\xb6\x02\xd8\xfa\x70\xf0\x28\xd1\x02\x38\x63\x39\x5e\x2a\xc8\x02\xc9\xab\xfd\xcc\x7e\xb9\x4d\x00\x01\x8f\x4f\xcf\xc8\xa8\x00\x2e\xa2\xf2\xcc\x43\xa9\x49\xc0\xc5\xd6\x9d\x99\x92\xe8\x01\x4c\x1a\xcf\x59\x7a\x89\x1d\xf0\xe1\x7c\x39\xa7\xa6\xf8\x56\x78\x5d\x2a\xc2\xf9\x4d\x34\x17\xc6\x2f\xf8\x72\x71\x0b\x77\xc2\x54\xb3\x17\xa7\xa9\xe0\x65\xf8\x76\xc5\xf8\xec\x07\xc1\x7e\x98\xb8\xd6\xc7\x79\x59\xe0\x3a\xbc\xbf\xb9\xcc\xf9\x93\x06\x54\x91\xa0\xfa\x49\xb9\x29\xe4\xfc\x17\x07\xc1\x6f\x2a\x5f\x4f\xff\xf9\x0f\x1f\x84\xb9\x52\xe9\x91\x84\x3f\x78\x10\x39\xed\xcd\x1c\xe9\x00\x46\x8b\x06\x1f\xf8\xa4\x01\x4c\x0f\x9b\x3e\x91\x38\x0a\xdf\x4c\x15\x1c\x30\x0a\x44\x18\x34\xbe\xe7\x99\xa8\xa6\x08\xae\x48\xf3\x88\x5e\x3d\x7d\x32\xd9\x20\x3a\xb3\xd0\xc4\x90\x5c\xa7\xf3\xb6\xf2\xb3\x65\x13\xf9\xa4\x96\x56\xbb\xb1\x83\x15\xe9\x8d\xba\xc6\xcd\xa7\xce\x06\xa4\x7a\x95\xf3\x63\x49\xae\x9c\xa4\x20\xa5\xd1\xf7\x38\xb7\x47\xa4\x28\x85\xe1\x15\x1e\xb7\xfd\xa4\x65\x79\x69\x7c\xb0\x23\x03\xd9\x4a\x8e\x9d\x70\xd8\x66\x33\xe6\x9b\x1c\x03\xc1\xd4\x4a\xf4\x9b\xa5\xfc\x0e\x82\x95\xd5\xd0\xf4\x9c\xc2\x39\x82\xbe\xf5\xfd\x49\x21\x85\x58\x42\xae\xd5\xf6\xe7\x46\x8a\x67\x09\x23\x16\xe1\xa3\x06\x8a\x8f\x08\x68\xf3\x80\xfb\x99\x4a\x48\xe2\x69\xb3\x2d\xb7\x55\x94\x86\x89\x66\x26\x9e\x83\x89\x2a\x54\x44\x39\xd3\x1b\xd7\xf2\x95\x43\x89\x75\x48\xc2\x8f\xf5\x2b\xed\xfa\xd5\x07\x19\xbe\x1f\x75\xf7\x0b\xd9\x9f\xbf\x3b\xb1\x97\xc9\x8d\x6c\x3b\x06\x20\x24\x27\x6b\xb7\x0b\xb3\xd1\x07\x65\x39\x25\xfb\x23\x4f\x01\x74\xc7\x54\x03\x59\xf3\x01\x90\x28\x2d\xc9\xd3\x33\x00\xc6\x37\xf5\x7b\x79\x2d\x00\x4c\x9d\x4c\x39\x25\x76\xc1\xbc\x59\xb7\x0d\x28\xec\x87\x7a\xd3\x4c\x0f\x06\x0d\x41\x10\x32\x36\x8b\x70\x42\x9c\x25\xcf\x1a\x16\x67\xd8\x98\x4e\x90\xed\xf5\x32\x2b\x69\x6c\x6d\x7f\xf7\xa1\x5e\x7d\xe0\xf6\x49\xd7\x7b\xa4\x4c\x95\xfa\x67\xc3\x6e\x92\xa4\x60\x25\xd9\x59\x1a\xb7\x72\x92\xac\xe2\x66\x0c\xab\x7b\x23\x29\x49\x41\x18\x37\xe5\xda\x40\xe9\xc7\x52\xb3\x7c\x11\xfe\x85\xdd\xd7\x59\x23\x45\x16\x7c\xbf\x43\xe4\x7b\x21\x45\x65\xc2\x66\xbb\xe6\x71\x84\xd2\x0a\x9e\x64\x5f\xf4\x64\xaf\xf2\x56\x02\xca\x06\xf9\x00\xaf\xcc\x4b\xb8\x6a\x09\x77\xec\x54\x7a\x08\xa5\xd6\x7e\x37\x0e\xa9\x08\x13\x39\xcc\x3a\xae\x1f\x55\x79\x4d\x94\x36\x63\xe9\xb1\x51\x59\x21\x06\x9b\xec\xfb\xb3\x0f\x52\x3f\xe7\x9c\x4c\x8f\x64\x79\xa9\x49\x1b\x1c\x84\xc8\x05\x59\x1d\x06\x49\x00\x99\xef\x32\xbb\xf7\xfb\x03\xa8\xbf\x93\x2f\x3c\xe2\x08\xa0\x5f\xa4\x7c\xe0\xb8\x20\x80\x31\x8d\x46\x02\xc7\x17\x00\x0b\x71\x9d\x6c\x1e\x71\x00\xf3\x33\xc6\x04\xf1\x2b\xf0\xcc\xf2\xba\x65\xa9\xd2\x26\xc8\x30\x6f\x77\xbb\xaa\xb5\x19\x4e\x9b\xbc\x09\xbd\x8e\xf8\x4a\x6e\x44\x86\xa7\x67\x5b\x16\x90\x35\xf4\x85\x2a\x2e\xd8\xdd\x27\x7d\xd5\x56\x6f\x57\x72\x56\x24\xf1\x6a\x8c\xdf\xd9\xe9\xb9\x44\x62\x56\x75\x19\x6f\xf6\xc4\x92\xe8\x95\x9e\x7e\x79\xe4\xb5\x93\xf8\x52\xb1\x15\x3b\xe9\x3d\x40\xaa\x92\x27\xe1\x37\xbb\x14\x61\x55\x15\x94\xf1\x47\x5d\x84\xe7\x16\x14\x1f\xe2\x37\xbb\xbe\x98\x8e\x51\xa2\xc7\x87\x3b\x0d\xbc\x2a\x50\x6e\xc4\xa3\x9c\x71\xcf\xea\x94\xa3\xf1\x18\x87\xcd\x8f\x76\xab\x3c\x23\xd0\xd9\x7f\xbd\x3b\xa1\x7a\x86\x60\x6c\xdb\x7b\x03\x54\x2f\x11\xaa\xac\x2b\xfa\x45\xd4\xb4\x08\x7d\x56\x84\xab\x08\xb5\xa7\xc4\x6d\x16\x39\x9d\x63\xea\xc6\xc4\x7d\x16\x26\x1b\x7c\x14\x55\xb7\x14\xdb\x7f\x71\x10\xc2\x89\x52\xb0\x9b\x09\x40\xbe\x40\x7a\xea\xc0\x71\x00\x8d\x65\xf9\xa6\x23\x2f\x00\x0c\x57\x94\x19\x58\xcf\x00\x98\xf6\xa9\x2e\xb3\x27\x01\x58\x59\xe8\xf8\xf0\xea\x02\xd8\xd0\x23\xaf\x48\xec\x80\x11\xcb\x6f\x96\x18\xa5\x12\x70\xb2\x24\xb8\x9a\xe9\x2c\xc1\x61\xd3\x95\x10\x24\x72\x96\x1c\x6a\xac\x91\x7a\xdd\x46\x92\xf4\xdc\xf0\x52\xf9\x1b\x97\xc7\xa4\x14\x9d\x8c\x8e\x9d\xa8\x01\x4a\x1f\x88\xb7\xd4\xf8\x5e\x46\xf8\x16\x10\xfb\x94\x5d\xbe\xf6\xfa\x8a\x10\x5b\x95\x36\x63\x2b\x7d\x0d\x28\x5c\xd4\xf2\xbc\x62\x30\xae\x03\x55\x38\x5b\xaf\xf4\x12\xf7\x02\x15\xfb\x36\x51\xb9\x03\x47\x72\x5b\x7e\x11\xa2\x52\x8b\x37\x70\x3d\x30\x02\xaa\x03\xf8\x58\x17\x81\x7b\xd9\x6a\xaa\xf8\xb7\x8e\x03\xb7\x88\x6a\x33\x04\x7a\x87\xe2\x81\x4a\xf5\x74\x82\x80\x7d\x6d\xef\x4b\x0d\x26\x82\x87\x2d\xb1\xab\x44\x63\x17\x61\xc4\xea\xf5\xa5\x2b\x1a\x76\x44\x1e\xf3\xfa\x8d\x7d\x81\xc2\x41\x30\x1d\x92\x9a\xa4\x8e\xde\xe0\x20\xc4\xa7\xc4\x77\x32\xc8\x00\x28\x72\x4a\x4e\xed\xd7\x07\xd0\xcd\x91\x66\x3c\x34\xfb\x07\x0f\xb2\xa2\xf4\xf4\x54\x3d\x80\x6d\x9e\xb6\x3b\xef\x67\x00\xfb\x2a\x84\xa8\x84\xf7\xef\x1c\x29\x8a\x37\xe8\xbb\xf9\x78\xf0\x41\x93\x0e\xb2\xbb\xc9\xa1\x94\x10\x1b\x34\xe9\x3a\x82\xb3\xbc\xc2\x75\x81\xc4\xa1\xfb\xa9\x43\xdc\x9b\x91\xf8\x42\xd3\xfd\xde\x01\xdf\x7c\xa2\xa7\x9a\xca\x1b\x87\x80\x2a\xa2\x84\x72\xeb\x62\x56\x60\x2f\x85\x8b\xc2\x1f\x53\x7c\x8a\x5d\xf3\xd6\xfd\xfe\x4c\x99\x06\xc7\xea\x4d\x33\xad\xaf\x62\x84\xd3\xf2\x6a\x9c\x78\xaa\x7a\x09\x17\xe5\x49\x1a\x73\x50\xdb\x86\xc3\xba\xd3\x0d\xcf\xa9\x27\xe3\x4f\xa2\x7c\xef\x74\xab\xbf\xc2\xbb\xbb\xa6\xdc\xd0\xd5\x88\xc7\x5f\x76\x1e\xbd\xd6\xa1\xf1\x8a\xb0\xc5\x31\xac\x2b\x59\x33\x86\x60\x61\xf7\xad\x43\x55\xf3\x29\x21\xc3\x16\xd5\x76\x5e\x4b\x8b\x70\xdd\x86\x7a\x83\x8f\xa2\x26\x8b\x73\xff\xe4\xe5\xce\x4a\xb3\x6f\x35\xff\xdf\x1c\x04\xc5\x8b\x61\xb6\x4b\xa6\x93\xe9\x2e\x80\xcd\x47\xa5\x1e\x76\x17\x00\xc7\x36\x0d\x33\x1e\x24\x80\x13\x4e\xff\x8a\xf8\x7e\x98\x70\x68\x36\x53\x54\x2a\x01\x19\xdb\x61\x87\x78\x7d\x03\xf2\xa0\x55\x85\xff\x7d\x73\x53\xb2\xb0\x69\x7e\xf2\x73\x7b\x34\xa9\x02\xc9\x59\x26\x8a\xb2\x22\x51\xeb\x05\xb5\x2f\xf8\x94\x13\x53\x34\xd1\xf7\x0d\x03\x22\x09\x68\x75\xfa\xc9\xe9\x90\x2f\x04\xac\xf2\xe7\xe5\xfc\x60\x32\x71\xaf\xf2\x19\xcc\x40\xd0\xc2\x4a\xb0\xb2\x3d\xd6\xca\xbf\xe1\xf3\x67\x15\x5f\x6c\x9b\x9f\xc7\x64\x9b\xea\x27\x2c\xd1\x57\xe7\xf9\xb0\xba\x36\x8e\xd1\x57\xfe\x51\x94\x46\x13\x0e\xe9\x73\xe6\x9e\x90\xe6\x31\x5c\x9f\xe7\xf5\x1b\xb2\x9a\x24\x3c\x8b\xbb\x79\x5f\xb4\x96\x0f\x3e\xdd\xd5\xa9\x3b\x52\x7b\x13\xfe\x96\x33\xa9\x83\x53\x5b\x85\x70\xc4\xd1\xb7\xa5\x5a\xfb\x23\xc1\xdb\xee\x7d\x23\x9f\x8e\x35\xa1\xcb\xa6\x7b\x83\x8f\xa2\xc9\x17\x7b\xfe\x93\x83\x68\x97\xe4\xa4\x91\xd9\xe0\x20\x28\xb9\x18\xea\xc9\x62\x3d\xfb\x19\x00\x0c\x55\xc4\x77\x30\x12\x36\x78\x10\xfb\x1a\x85\xde\x53\x01\x1b\x5c\x8c\xeb\x88\x6e\xb7\x18\x3d\x7c\x72\x95\x35\x2e\x54\x9c\x07\x46\x87\x28\xfb\x53\x88\xd3\xe4\x2c\x1b\x8c\x6f\x9a\x15\x03\x69\xce\x82\x27\x51\xd3\xf9\x3e\x49\xdd\xe8\x7d\xa9\xae\x97\x24\x31\x53\x7f\xbe\x7d\x21\x50\x9e\xb0\xa8\xad\x3b\x7c\x34\x6c\x3f\x21\x48\xdd\xe5\xbd\x61\x04\x91\xa0\xa5\x72\x1e\x4d\x13\x19\x4a\xf1\x46\x2d\xac\xa8\x48\x62\x8f\x05\x16\xcd\x18\xab\x7e\xc4\xca\x06\x56\xbd\xda\xa6\x1e\x84\x8d\x0a\x78\xf1\x58\x58\x93\x06\xfb\xc2\xdf\xe9\xfe\x09\x2d\x4e\xdc\x71\x5f\x32\x85\x87\xea\x3f\xa1\x5d\x8d\x1b\xf6\x3a\x76\xd5\x5a\x47\x0b\xcf\xe3\x9e\xd2\x71\x45\x97\x15\xef\x88\x12\x6c\x8b\xd2\xe5\xc5\x8f\x3b\x2f\x37\xa9\xea\xbe\x24\x30\x38\x19\xd7\x1b\xe8\x9d\x21\x58\xda\xaf\x6d\xf0\x51\x34\xb5\xa2\x01\x3f\xcf\x89\x55\x91\x3a\xda\xfd\xff\xe6\x20\x34\xfd\x84\x5a\xf6\xac\x6e\x70\x10\xb6\xe3\xe2\x85\x47\x9f\x00\xb8\x54\xc9\x87\xb1\x8b\x02\xb8\xd7\x29\xb7\x70\xd1\x02\x78\x72\xe9\x44\x88\x33\xc0\x37\xf7\x61\xe4\x67\xc5\x2f\x40\xef\x22\x60\xdb\x87\x94\x25\x87\xda\xef\xf0\xd2\xb7\xde\x4b\xaa\xb3\xd2\x8c\xf7\x46\xed\x25\xe2\x4c\xec\x4a\xd2\x7d\xaf\x12\xe5\x0c\x9e\x76\x6c\x0a\xe1\x21\x94\x6a\xf7\x3f\x88\x89\x98\x26\x6c\x55\x2f\x9d\x19\x8b\x09\xc6\xaf\xa8\x32\xa2\x4f\xc4\x88\x52\xf2\xc2\xbe\xd4\xa8\xa9\x60\x4c\xc3\xae\x4d\x6e\xd1\x60\xc7\x74\x86\x16\x3f\x3b\xa0\x79\x13\xf3\x2d\x04\x86\x89\xda\x07\xb1\x6e\x41\x05\x94\x9c\x30\x0a\x0f\x75\x35\x50\x77\x10\x97\xef\xb3\xa5\xc3\x5f\x2f\x1f\xf7\xd6\x4b\xa5\xed\xb5\xde\x33\xbc\x88\xfb\x7c\x63\x9c\x81\x1a\xde\x1b\x95\x5f\xa7\xa6\xff\x09\xbf\xe8\x7c\xa3\xfa\xa4\x81\x34\x41\xc5\xf1\xe8\x8f\x3e\x48\x5c\xfb\xb9\x2f\x30\x4b\x71\x53\x07\x6f\x78\x10\x84\xf7\x08\x8b\xd0\x8b\xff\x07\x07\xd1\x29\xfc\x94\xb1\x10\xc0\xfe\xa6\xc8\xd3\xc3\x0b\x00\xee\x3b\xa4\x03\x4e\x72\x00\x78\x8b\x2a\x19\x73\xed\x06\xf0\x75\xd4\x5c\x10\x9d\x80\x55\xef\x38\xc3\x15\xc5\x40\x60\x46\x85\x5a\xe7\x22\x2c\xc9\xb2\x8e\x9c\x9e\xd4\x76\x92\xa4\x78\x1b\xbe\x98\x20\xf7\x04\x62\x8b\x69\x67\xf1\x87\x80\x21\xc2\x73\xc3\xd9\x0e\xbb\x88\x1d\x84\xa3\x3a\xbe\x8f\x8e\xc7\xac\xe1\x63\xd4\x07\x3f\x3f\x4f\x38\x43\xe1\xa2\x96\x18\xd5\x2a\xd0\xfb\x62\x75\x67\x12\x34\xa4\xd1\x85\xd1\x61\x13\x56\x9a\xd3\x18\xc6\xc8\xfc\x91\x73\xda\x13\x98\x94\xf0\x91\xbb\xfb\x74\x0f\x62\x3e\x86\xf1\xdf\x90\xd5\xfd\x8e\xd5\x0d\xd9\xd2\xeb\xa3\x67\x80\xdb\xef\xef\xdf\x79\x4e\x3f\x0e\xa7\xe8\x97\x42\xe1\xa1\x1a\xfd\x0c\x6d\xf0\xbb\x3d\xcf\xd7\x65\x1a\x7e\xc0\x4b\x79\xd8\xd7\xb0\x18\x4a\xe3\x27\x5d\x0a\xaa\x72\x0c\xfa\x09\xbc\x8e\x3f\xdf\x22\xc5\x57\x7e\xf6\xe1\xb4\xc4\x23\x6a\x57\x80\xd3\x20\x3c\x4e\x7b\xef\x8f\x3c\x08\x29\xc1\x2d\xbb\xcd\x00\xf4\x2a\x04\x34\xf7\x54\x02\x58\x6d\x17\xd2\x65\x54\x07\x70\xd1\x17\xb5\x39\x7a\x1f\xc0\x2b\x4b\x5c\x8b\x05\x0b\x10\x70\x52\xee\xed\xd9\x49\x80\x20\x1f\x75\x3e\x91\x16\x58\x09\xa0\x31\x30\x50\xa2\x87\xb3\xde\x28\x8b\x55\xc4\x76\xd2\xaa\xcb\x25\xb7\x34\xc7\x79\xd2\x51\x3b\xae\x18\x71\x1f\x69\x22\x9f\xf9\x97\x22\x9f\xd0\x04\x82\x1f\x62\xb9\x43\x22\x5a\x13\x9f\xa8\xcb\x33\xf2\x39\xd1\x1c\x77\x57\x43\x67\xee\x7b\xaa\x30\x56\x57\x0d\xb5\x26\x90\xa8\x40\xc9\x0b\x9b\x54\xd5\x6a\x5f\xfb\x14\x3f\xf2\xf4\xb5\x8e\x32\x3a\x39\x56\xe4\x5e\x93\xee\x08\x46\x26\x92\x70\xd3\x5d\x5f\x04\xe3\x1b\xa9\x70\x8d\xc7\xe0\x20\x06\x1f\x96\xd8\x39\x6f\x10\x82\xed\x0b\x62\xb9\xa4\x69\x18\x8a\x3b\x1c\x40\xd7\xf4\x04\x51\x8b\x93\xf1\x37\xac\xd7\x44\x32\xe2\x3a\x7c\x1c\xaa\x45\x90\xab\xf8\x5d\x5e\xbb\xcb\x92\x8d\x86\xf0\xd6\xee\xaf\x4b\xdc\x8d\x6c\xf1\xb7\x5c\x7f\xbe\x2d\x8b\xfe\xf4\x56\x53\x38\x88\x7f\x7a\x10\x54\xad\x04\x35\x18\x78\xff\xe0\x20\x76\xf3\xb9\xed\x17\x03\x70\x1b\x14\x4c\x3d\xb4\x06\xe0\xff\x46\xdc\x80\xf5\x36\x40\xa8\xbb\x4c\xd8\xd9\x9d\x00\x11\xfe\x2a\x34\xc2\xa7\x01\x1b\x96\xa2\x5b\xae\xb4\xf9\xb7\x37\xe8\x35\xaa\xc9\xc5\xdb\x59\x8a\xf8\xc9\x21\x20\x72\x8f\x9f\x1e\xe1\x81\xe5\x50\xc1\xa7\xc8\x53\xf8\x59\x23\xdd\x0e\xf9\xf8\x47\x38\x9c\x6e\xd9\x13\xe3\x54\x69\xdc\x29\x0d\xbe\xa5\xf3\x99\x87\x16\xd7\x34\x2a\x56\xe5\xd2\xdc\x3f\x60\xb4\x08\xab\xcd\xa9\x89\xcf\x79\x74\x07\xd7\x0e\xa4\x14\x52\x78\xa0\x9b\x18\x83\x31\x34\x2a\x7e\x3b\xc5\x8f\xd4\xe5\x84\x48\xc6\x34\x46\xbc\xa1\xe4\x84\x35\x71\x23\x3f\x61\x47\x83\xcc\xea\x32\x8d\x1e\xe1\x8e\x07\x44\x57\xb5\x19\x73\xe0\x2e\xf9\x3c\x2e\xa7\x35\xf1\xc4\xf5\xfa\x0c\x94\xe8\x1a\xcf\xe1\x95\x3d\x6e\x17\xf1\x18\xdb\xe2\xaf\xba\xfd\xb4\x2d\x0a\xf3\xfe\xe8\x03\x65\xfe\xcf\x2d\xc2\x9f\xbf\x5d\x1a\x40\x72\x8c\xdf\x9b\x6e\x1c\x40\xe3\x21\x7f\xcc\xee\x77\x00\xa6\x6c\x3c\x9d\x7b\x18\x36\x38\x08\x6f\xb4\x80\xc4\x61\x73\x80\x50\x27\x11\xef\xe3\x46\x00\x31\x85\x12\x36\x1c\xd1\x00\xb1\x8d\x8a\xcc\x82\x16\x00\xb1\x77\x34\xeb\xe4\xef\x83\x58\x44\xa9\xd1\x6b\xc3\xfb\xa4\x25\xbf\xe3\x0e\xaa\x4e\x75\x44\x4f\x17\x8d\x90\x6f\x41\x6b\x04\x15\xeb\xf9\x7c\x44\x6c\x06\x7e\xaf\xf1\xd4\x15\xf1\xd4\xcf\xb8\xfd\x7a\x71\x63\xcf\xb2\xf7\x60\x05\x35\xc5\x97\x85\xf3\x86\x3f\xca\xea\x20\x56\x68\x72\xc6\x5f\x2e\xeb\x7d\x59\x71\xca\x61\x7e\xe4\x6b\x50\xb6\x9a\x90\x3e\x75\xbb\x03\x21\xbe\x26\x90\x2a\x75\x4d\x0a\xb9\xbc\x36\x92\x34\xd4\xd9\x67\x94\x87\xbe\x1c\x17\xda\xa2\x6a\x12\x80\x91\x8f\x1e\xaf\x7f\x63\x5a\x8d\x69\x8c\x7c\x5c\x43\x36\x0d\xc6\x3a\x84\x86\x55\xf6\x9a\x96\x62\xa7\x82\x0a\x4a\xa5\xcd\x24\x70\xba\xfe\xf7\x0b\xe9\xcd\xc6\x71\x9d\xbe\x7c\xf9\x5c\xa6\x24\xbc\xa2\x27\x73\x76\x8f\x59\x3e\xbe\x1e\x25\x0d\x40\x15\x25\xf8\xf3\xbc\x60\x1e\x11\x52\xa2\xee\x03\xe0\xef\xe0\x8d\xd9\xc1\xbd\xe1\x41\xd0\xb9\xc7\x7d\x7f\x97\x3f\x80\xf5\x26\xee\xa4\x3d\x6e\x00\x28\x5b\xce\xf0\xbd\xea\x00\x81\xf6\xdc\x87\x0e\x4c\x02\x44\x8b\xf2\x1f\x3b\xc6\x0c\x90\x1c\x20\x7a\xe4\x54\x09\x40\xda\x69\xd9\xed\xfc\x54\x00\x29\x8f\xd4\xfb\x15\x1e\x81\x62\xe2\x71\x43\x2e\x43\x1d\xd2\x83\xd0\x5d\xb6\xcf\x5c\xde\x12\xde\xbb\x77\x07\x9c\x08\x07\x7c\xbe\x3d\x7f\xee\xee\x64\x6a\x9c\x98\xe9\x6c\x87\x7b\x76\x0b\xa6\x57\xbf\x60\xbc\xa3\xf0\xeb\x5c\xb7\xee\xd9\xc5\x2b\x25\x05\x13\x1a\x06\x33\x4b\xc5\x45\x91\x8f\x6e\x23\xd5\x97\xed\x0a\x78\x6e\xb2\x1a\xa7\xaf\xf8\xe5\x86\xf5\xf6\x98\x3c\x58\xd5\xcd\x3a\xd1\xde\x64\xa6\xb7\x76\x2a\xad\xf3\x5f\xf9\x58\x28\xcb\x2f\x68\x62\x1c\x6b\x99\xaf\xa5\x05\x66\x34\x32\x92\x92\x8f\x95\xf7\xc9\x4a\x0a\xfb\x3d\x68\x24\xa7\xc8\x12\x8d\x73\xf4\x6f\xc8\x90\xb2\x2a\xc0\x8d\xfb\x34\xa5\xef\xb4\xbc\x8b\x57\xf1\x74\x06\xd8\xa2\xc6\x4f\xfa\x79\x4e\xe4\xf1\x27\xd0\x58\x01\x08\xac\xf1\x0a\xef\x50\xfc\xb7\x07\xc1\x6e\x99\x7d\x90\xae\x79\x23\x0f\x22\xd2\xfb\x6c\xf0\xfe\x7d\x00\xc9\x21\x3c\x3b\x8f\xf4\x02\x64\xd3\x0b\x5a\x9f\xdc\x06\x70\x9e\x49\x3c\x97\x8b\x15\x20\xff\xa5\xa2\xab\xf4\x13\x30\xcc\xe2\xd2\xb5\x30\x50\x20\xf5\x27\x3c\xb0\xf8\xea\x3a\x49\xd0\xf7\xe3\xf0\x52\x8e\xe9\x44\x8b\xba\x78\xa5\x8f\x65\xe2\xbe\xfa\xdb\xca\x34\xeb\x17\x1d\xfc\x90\x63\x66\xf6\x88\xab\xe2\xc4\x6b\x7b\xa4\xfa\xfc\xad\x9a\x80\x61\x84\xa9\xd9\xc2\xbb\xca\x87\xfd\xef\xcd\xbf\x2e\x92\xca\xe2\xba\x4a\x2d\x99\x96\x91\x85\x2f\x9a\xc7\xad\xb9\x57\xfc\xf2\x06\xea\x4d\xac\xaf\xaf\x06\x65\xfd\x3f\xc2\xfe\x3a\x2a\xaa\xf7\x7b\xff\xc7\xc7\x42\xec\x2e\x44\x52\x90\x90\xee\x1c\x66\x86\x18\x60\xe8\xee\xee\xee\xee\x2e\x03\x41\x44\x41\x40\x54\x54\x2c\xc4\x00\x51\x11\x51\x11\x11\x05\x95\x50\x50\x10\x03\x45\x44\xa4\x67\xe6\x9c\xb3\x7f\x0b\x98\x31\x9e\xaf\xf7\xe7\xf7\xfd\x6b\x2f\x5c\xb8\x16\xfb\x3e\xe7\xbe\xcf\x99\xb9\x1e\xfb\xba\x72\x2a\xf2\x9d\xa8\xd3\x1c\x79\x2d\x27\x6e\x39\x9b\xcd\xa8\x66\x3a\x31\xfd\x70\x8e\xa4\xb9\x64\xcc\x3a\x26\x27\x30\xfd\x70\xf2\x8e\xbb\xd8\xcd\x1d\x8c\x49\xc8\xd9\xe1\x7c\x93\xaa\x12\xb1\x25\x8b\xc5\x39\x9a\x7a\x36\x54\x29\xad\xdc\x25\x90\xda\x17\xfc\x06\x60\xcd\x73\x09\xff\xf9\x75\x10\xd2\x15\x9f\x59\x99\x05\xa0\x58\x2d\x2a\xbc\x3a\x0e\x40\x4f\x50\x98\xb2\x96\x05\xc0\xb6\x9b\xaf\x6b\x0d\x1b\x80\xdf\x16\x9e\xeb\xab\x91\x3f\x79\x10\x99\x87\xf6\x7e\xdf\x48\x02\xc8\xbf\xb2\x6f\x6c\x6b\x1d\xc0\x89\x75\x62\x2a\x1c\x1d\x7f\xf2\x72\xca\xcb\xd4\x58\x95\x88\x10\x50\xaa\xac\xab\x6d\x64\x86\xd6\x1d\xf9\x66\x79\xdb\x47\x64\x72\x4f\x8a\x9b\xd7\xf7\xd4\x55\x1f\xa6\xc2\x56\x26\xfd\x2c\x6c\xed\x0a\xf3\x3b\x5c\x3e\x7b\xd2\xa8\xad\xdc\x63\x73\x53\xd9\xe9\xda\xe6\x72\xa7\x86\x8f\xed\xe7\xf5\xea\x8a\x9c\x6f\x8c\x89\x54\x19\x5c\x2a\x75\x93\xfd\x79\xb1\x72\xc5\x99\x72\xf7\xaf\xe3\x43\x65\xfb\xcb\x96\x7b\x5c\x9a\xd0\x3f\xce\x5e\x5c\xea\x29\x33\x19\x5d\x98\x59\x70\xc3\x13\x3f\x75\xf7\xd0\xee\xc3\x85\x5e\x9b\xa7\xb7\x1c\xa8\x3c\x30\xe2\x29\x37\xc3\x9f\xe5\xc8\xf4\x81\xc9\xc8\xf3\xf4\x99\x3d\x9b\x44\x49\x59\xe6\x55\x3f\xc7\x92\x20\x9c\x90\xe1\x75\x78\xae\x31\xfa\x7c\xc2\x37\x0f\x84\x8a\x8f\x30\x8a\x1d\xf1\x18\xa5\x3e\x0c\xb9\x0a\xb0\x49\x4c\x74\x81\xa7\x65\xea\xff\x78\x03\x61\xd2\xaa\xcf\x00\x46\xdf\xf8\x28\xab\x3c\x01\x5c\x47\x78\x54\x57\xdd\xfb\xe3\x83\x90\x06\x2c\x97\xe7\x7f\xff\xc8\x11\x8e\xe5\xab\x0b\x00\x4a\xc6\xb8\x97\xaf\xcf\x05\xa8\x3a\x2f\xb0\x6a\xc7\x4b\x80\x4b\xb2\x62\xb7\x79\x75\x00\xae\x8c\x28\xde\x95\xe3\x81\x1b\x57\x14\xd4\xc5\x74\x2f\xcc\x26\x9c\xd9\x6e\x2c\xe0\xd9\xf8\x31\xb2\xf0\xb3\x4b\x66\xf2\xd9\xe7\xd9\xe9\x05\x11\x4d\x45\xec\xf7\x1a\x63\xa5\x0a\x64\x4e\x5d\xaa\xdd\x1d\x76\xed\xc6\x93\xf3\xbc\x17\xb8\x02\x0f\xf4\x70\x5d\xea\x2f\xbf\x1b\x20\x3b\x4a\xba\xd4\xcb\xcc\x03\x3a\x22\x1e\xd8\xfb\xf3\x75\x65\xd4\x81\x9e\xc0\xd6\x5f\xba\x27\xa3\xb3\xaa\x82\x28\x13\x45\xc5\xd5\x19\x19\x81\x4a\x93\xaf\x0b\x0a\x93\xf9\x83\x38\xa7\xba\x0e\x89\x25\x72\x05\x1a\x4e\x37\xe7\xd4\xc5\x94\x06\x1d\x9d\xd1\xca\xe2\x8e\xb9\x14\xd0\x3a\xbb\x21\x75\x38\xfa\xa8\xff\xd4\xec\xd9\xa4\x9c\x28\x82\xdf\xd7\x39\xb3\x38\xf7\xb0\x43\xfe\xd6\x73\x43\x51\x83\xc1\xa6\xfe\xb6\xd4\x88\xb0\x21\x00\x5e\x4c\xcc\x7f\x85\xd0\x1f\xfd\x5f\x73\x1d\x7f\x22\x6b\x21\x80\x8d\x21\xcf\x72\xd6\x7c\x00\xaf\xe1\xe5\x11\xb8\xbf\xe6\xdf\x99\x73\xbf\x4c\xfd\xf7\xc2\xa5\x25\x0b\xf3\x0a\xd7\x1d\x39\x5f\xaf\x7f\x09\x70\xa7\x4c\x70\xfb\xee\xcb\x00\x4d\x17\xa4\xc4\x45\xd4\xb1\xad\x4d\x39\xaa\x63\x5a\x07\xbf\x7e\xbb\xb9\x96\x32\xe4\x1a\xf0\x7a\xf7\xf9\xab\x76\x92\x71\x97\xee\x79\x95\xf4\x06\xde\xc8\x87\x2a\x9b\x83\x3b\x32\xf1\xa7\xf1\xc7\x2e\x67\x4a\x9e\xa3\x5c\x5c\x7e\xc0\x38\xf9\xd9\xd3\x0d\x57\x0d\xd2\x4a\x13\xe2\x47\xdc\x6a\xf5\x92\x83\xe3\x43\x46\x69\x17\x33\x13\x7e\xc5\x99\x8f\xc1\xd9\xf4\x38\x8d\x38\xd5\xf1\x8b\xe5\xf4\xe8\xbb\xb1\xc9\x13\xb6\xc7\x5b\xa2\xae\x47\x27\x4e\xc6\x1d\x95\x8b\xf4\x8a\xd2\x9c\x8a\x3e\x3c\xc2\xcc\xbf\x09\x0f\x0a\x6b\x9e\x21\x64\xe9\x85\xd8\x85\x37\xcc\x1a\xa7\xc4\x85\x70\x84\x29\xcd\xd6\x27\xf1\x07\xaf\x0d\x95\x9c\x33\x89\x4b\x08\x22\x84\x64\xce\xdd\x8e\x1e\x0f\x68\x0d\x11\xa3\x6a\x45\xa8\x01\xf0\xbb\x0b\xcc\xae\x30\x03\x50\xdc\xc5\x8f\xac\x74\x02\x30\x14\xe4\xc4\xad\x68\x01\x70\x5c\xb3\x22\x63\xbe\xbf\x30\x86\xee\x99\xb9\x6b\xb1\x16\x17\xe2\xfe\xe1\x20\xea\x0e\x33\xf4\xaf\x82\xe5\x22\x0b\x73\xb0\xdb\xb9\x9a\x36\xde\x00\xe8\xaa\x17\x39\xc2\xb7\xfd\x67\x73\x47\xa4\xa2\x3b\x21\xa7\x6f\xe3\xe3\x73\x64\x37\xfb\x15\x8f\x1e\xdf\xf9\x61\x81\x85\x3f\xbc\xb2\xe9\xda\xa4\xf7\xd3\xdc\x03\x45\xcb\xab\x5e\x24\xc5\x9f\x8c\x4d\xef\x3d\xb5\xa4\xc2\xe5\xec\x85\xd8\x77\x65\x22\x0f\xd9\x2e\x28\x87\x19\x97\x14\x7c\x69\xba\x18\x17\x5c\x5b\x3c\x36\x96\x5a\x55\x18\xdc\x5c\xa0\x31\x2e\x74\xca\x35\x28\xe8\xb0\xc8\xaf\xbe\x12\xaf\xc0\xf4\x03\xb8\x49\xc5\xa2\x8d\x01\x27\x72\x0e\x4d\x99\xe5\xdb\x05\x04\x65\xfa\x4c\x0b\x1e\x28\xf2\x7b\x96\x6e\x3a\xe3\x96\x19\xe8\xc7\x9f\xda\x36\x03\x69\x4a\xbf\xb9\x8f\xe3\x49\x2f\xe7\xc4\xe2\x8d\x98\xdc\x87\xf7\xcf\xb8\x21\x2a\x5b\xa4\xbf\x57\x58\x5c\x3c\xb5\x2a\xb4\x02\x40\xb0\x80\xff\xe4\x8a\x08\x00\x82\x25\xb7\xe7\x8a\xfb\x00\xa6\x92\x6b\xc6\xe6\xfb\xf1\x1e\xc4\x59\xe1\xfe\xca\x41\x60\xea\xdf\xcc\xb9\xd7\xba\x02\xdc\x3f\x7e\x10\xdd\x6a\x8b\x75\x28\x6d\x17\xb6\xe2\xe2\xb4\xe7\x67\x07\x01\xd5\x3d\xda\x43\x72\x03\xe6\xb2\x56\x0a\x9f\x9e\x93\x7a\x46\xd4\x39\xcd\xd8\xeb\xd7\xbc\x28\x35\x39\xe8\x47\xad\xe8\x6a\xb9\xeb\xd6\x9f\xba\x34\xb3\xa7\xf1\x58\xcc\xcd\xa3\x5e\x51\x6f\xef\x98\x97\x4c\x94\xc6\x05\x38\xdf\x8e\xbf\xbf\xa6\x42\xd4\xa3\xb7\x4e\x6f\xa8\xa9\xb2\xde\xed\xd1\xb5\xe7\xe3\xbe\xe5\xd1\x6e\xf1\x17\x2b\x27\x78\x8f\xfb\xb9\x59\x9e\xed\x9c\x2c\x2a\x68\x74\xe7\x2f\x77\x9d\x3a\x74\xe8\x9a\xdb\x68\xe9\xb6\x69\x97\xdc\x11\x37\xf7\x63\xb7\x66\xd2\x32\x74\xdd\x8d\x0a\x47\x67\x4e\xa5\x3f\x71\x97\xca\xdf\x34\xeb\x99\x5c\xe8\xfa\xfd\xe0\xf3\x39\x93\xb8\xbd\xae\xab\xf2\x66\xe6\xa6\xa2\xb8\x5d\x2a\x72\xe8\x54\xf7\xf0\x7d\x2e\x45\x59\xc6\xd4\x67\x21\xce\xce\xcf\x33\x66\x69\x8a\x81\x92\x00\x12\x7e\x9c\xfe\xcb\x6e\x03\x90\x56\xaf\xe5\x9f\xef\xc3\xfe\xe8\x62\x3f\x4c\x0e\x84\xb9\x0f\x2a\x18\xf3\xdf\x37\x92\x99\xd7\x1f\xf7\x0f\x07\xb1\x38\xff\x38\x97\x36\x95\xb6\x89\x8c\xc3\x7d\x75\x9c\xda\xcb\xeb\xb0\xcd\xa6\x5b\xf2\x67\xb4\xa4\xa6\xb8\xda\x83\xab\x5f\x87\xd5\x4c\x74\xf2\x2f\xd9\x7c\xc8\x36\xf8\xee\x92\x72\x54\xa0\x2f\xd9\xa9\x22\x8a\x2b\x8e\xbb\x4b\x2b\x7c\x2c\x97\x3b\x20\xfd\xd5\xd7\x62\xa1\xfc\x24\x37\xd9\x97\x66\x77\x36\x1c\x2d\xb7\x8b\xef\x14\x7c\x7f\xb2\x58\xda\x3a\xe3\xd9\xbe\x89\xb8\x22\x4f\x9b\x9b\x0f\xdc\x27\xcf\x1e\xd9\x6d\x5b\x7e\x9b\x77\xaa\xe6\xc0\x3b\x5b\xad\xeb\xea\xd3\xd4\xcc\x21\x3b\xf9\xcb\xc6\x33\x19\xe9\xda\xcc\xbc\x13\x3b\x83\x33\x36\xb3\xb3\xf1\x89\xcc\xbc\x13\xdb\x2f\x27\x57\x50\x65\xc3\x1f\xdb\x85\x9e\x58\x4f\xf5\x09\x8b\xb2\x97\x39\xa6\x48\xcd\x0e\x6d\xb2\x5b\x57\x58\x4a\x53\x0f\x88\xb7\x93\xcd\xaf\xa4\x15\xf8\x09\x02\xa8\x3c\xe1\x28\x59\xae\x00\x60\xd0\x81\x9b\xf9\x5b\xff\x67\x72\x20\xcc\x1c\x04\xe6\xfc\x37\xd3\x07\xa0\x7b\x09\xee\x2f\x0e\x62\xae\x8b\x9a\x3e\x5f\xbf\xce\x02\x2c\x1f\xc4\xe1\xde\x0e\x01\x70\x68\xad\x85\xb6\x55\x00\xa2\x6a\x7c\xce\xb7\x7a\x69\x5e\xca\x53\xaa\xb5\x95\x42\x53\xde\x94\x7c\x0b\x95\xdc\x86\xb1\x69\xbb\x1f\xbe\x7d\xa1\x11\x23\xe9\x21\x9c\x09\x4e\x1e\x5e\x23\x89\x85\xe2\x69\xf7\xec\x24\xbe\x91\x6f\xd1\xb3\xed\xcc\xb4\xbf\xb9\xf7\x49\xe5\x09\x1a\xc5\x7d\xea\x9a\xba\x9d\x8b\x33\x56\x7f\x53\x35\xdd\x91\xe1\x64\x72\xe7\x45\xd4\x8c\x43\xda\x6e\x53\xd3\x16\x9b\x59\xc9\xa4\x75\xa6\x56\xf7\xbf\xcc\x6d\x8a\xd5\x32\xf3\x6d\x90\x99\x33\x8a\xd9\x6e\x6e\x75\x9d\x32\xd7\x11\xa9\x65\x3e\x70\x19\xa3\x6a\x86\x85\x59\x04\x56\xb3\x53\xb3\x43\x3a\xcc\x9f\x56\xb5\xd2\x84\x03\x6c\x2c\xe4\x2a\x07\x68\x11\x7e\x44\xf3\xd0\x8a\x0e\xda\x0f\xaf\x33\x16\x5b\x4f\x72\xd1\x39\x3c\x25\x00\xf0\x35\xcb\x29\x0b\x1c\x48\x36\xee\xff\xaf\x1f\xc8\x6f\x0e\x24\xf1\xef\xfe\x11\x22\x6c\x5c\xe8\x9f\x31\xf7\xde\x7d\x91\xa1\x7f\x88\x00\xec\x61\x59\x73\xfc\xf6\x5d\x00\x91\x1c\x1e\x8e\x0b\x05\x40\x51\xd6\x91\xab\x3b\x76\x0e\xe3\xd2\xe9\xa3\xac\x4f\x55\x45\xd2\x6c\xd2\x1c\x05\xfc\x43\x69\xd5\x01\x7d\x41\xa2\xce\xe2\xd4\xae\x43\x9b\x23\xfc\x2c\xef\xcd\xd1\xaf\xd0\x63\xd7\x19\xbd\x9c\x0b\x6c\xdf\x15\x37\x44\x49\x98\x7d\x3b\x56\x9f\xe0\xa8\x5b\x3e\xfe\x63\x36\x26\x36\x8f\x62\xfa\xe9\xec\x9c\x68\x14\x17\xe5\xeb\xdb\x91\xb9\xb6\xb0\x2e\xfd\xa5\x9d\x24\xaa\x44\xc8\x53\xfd\x84\xa7\x40\x2d\x0a\xf2\x35\xd8\xf1\x70\x90\x3a\x1e\x40\x36\x5c\x7e\x2f\x8e\x26\xe5\xd7\x60\x70\xe1\xb6\x10\xad\xc1\xeb\xa9\xc1\xd4\x0d\xbf\xf9\xcf\xd9\x86\x56\x35\x07\xe9\x5a\x6e\x75\x86\xbe\x97\xa6\xe9\x87\x5c\xdc\x8d\xc8\xe7\x7f\xd0\xcf\x3b\xdf\xff\xc3\x81\xfc\xf6\x81\x60\xe6\x81\x30\x7c\x61\xee\x32\xf8\x8f\xdf\x1c\xc8\xa2\xfe\x89\x2e\xf6\xcb\xf4\x01\xe8\xdd\xb8\x58\x1f\xdb\x31\xf4\x9f\x76\x80\x3d\x87\xd7\x0a\x5f\xcc\x06\xd8\xff\x98\xe3\x56\xe9\x46\x38\xaf\xb4\x5b\x3c\x35\xf7\x3b\x76\x55\xa7\x5a\x7d\x67\x8c\x38\x9a\x61\x2d\x65\xfa\xdd\x4b\x11\xd1\xf1\xbd\xed\x5c\xed\xb0\x9b\x5e\x9d\x99\xec\xd9\x60\xc1\x42\x57\xab\xe8\xf4\x29\x30\x2a\xa6\x95\xd6\xff\x0c\x38\x44\x79\x4a\xd3\xed\x7c\x13\x78\x8c\xac\x41\x93\x1f\x2f\x0b\x30\x63\xe6\x5d\x68\x89\xff\x94\xa2\xc9\x79\xbb\x68\x9d\xfe\x44\xa1\x1d\xf7\x64\xf9\x9d\xf3\x61\xf2\xda\x86\xf6\xc3\xdd\x5f\x3b\xf6\x79\x00\x5d\xdd\x65\x44\x67\xfb\x93\x38\x7a\xa4\x73\xae\xce\x8f\xe6\x28\x7a\xae\xb3\x98\x76\x75\xe3\x4d\x44\xd8\xf6\xa0\x8e\x7e\x43\x18\xa2\x6e\xf3\x45\x57\xe6\x66\x06\x62\x69\xe3\xf1\x87\x03\x49\x61\xf0\x5f\x27\xf1\xb8\x7f\xf4\x6f\xa6\x0f\xc2\xe7\x07\x0b\xf5\x18\x2c\xe4\xe3\x7c\x7b\xc2\xe8\x9f\x75\xb1\xb6\x30\x74\xaf\x5b\xef\x19\xf3\xaf\x33\x00\xcb\x95\x71\xb8\x93\x00\x20\x58\xb6\x33\x20\x3f\x1e\xde\x28\xbe\xda\x2f\x93\xdc\x0b\x24\xb2\x9b\x22\x67\x08\x3b\xe6\x6c\x71\x4e\x5b\x87\xc9\x3f\x30\x73\x2f\xcc\xc2\x91\xe2\x22\xb2\x83\x8a\x61\x00\xe2\x71\x7e\xbf\x63\x90\x2e\x20\x2c\x8d\x5b\x9d\xe7\xc8\x7b\xe8\x7d\x5d\x3b\x5c\x14\x35\x7c\xe8\xe5\x3f\x43\x5c\x26\x7f\x73\x0f\xde\x54\x4f\x64\x93\xb5\x27\x49\xe7\xc7\x46\x64\x89\x4d\x0c\xc9\xea\xf3\x32\x44\xc5\xaa\x54\x7d\xf7\x3b\x17\x44\xd3\xea\xaa\x7a\x64\x8f\x11\xe2\x6d\x79\x46\xfd\x5e\x27\x3f\x72\xc2\x62\x83\xfa\xec\x33\x0a\xd2\x6c\x56\xab\x31\xfe\xf8\x24\xd2\x62\xf6\x41\x23\xac\xd9\x15\x5d\x6b\xc2\x05\x10\x55\xf1\xef\x3e\x60\xea\xdf\xad\x4c\x1f\x04\xaf\xc5\x8a\xee\x99\xaf\xa3\x0c\xde\xa5\xf7\xd5\x62\x6d\x2d\x59\xac\xf5\x0f\xfe\xd5\x3f\x2b\x76\x02\xb0\x3f\x5a\xcd\x5a\xd0\x02\x20\x54\xb0\xe3\x7d\x26\x2b\x80\x82\x03\x7f\x7a\x74\x16\xe4\x6b\xed\x96\x3a\xe3\x33\x81\x7d\x30\xdf\x46\x10\x74\x24\x62\x04\x37\x2d\x9d\x39\x2b\x7d\x74\x26\xea\x92\xc1\x59\x93\xef\x68\x49\x1e\xbb\xe9\x2a\xfd\x59\xd4\xff\x64\x91\xd9\x69\x5d\x17\x54\xf1\xb2\xb9\x05\x5e\xab\x13\x5d\xde\xa4\x69\x59\xce\xe4\x1e\x7e\xe7\x5c\x34\xa3\x92\xc8\x65\xd3\x10\xd5\x19\xf4\x09\x6a\xa0\xf7\x53\x35\x67\x6e\x2d\x1a\x44\xc9\x50\xcd\x1e\x0b\x46\x93\x74\x7f\xe0\x89\xc3\xcf\x50\x4f\x3d\x02\x3e\x75\x50\x09\x8d\xa3\x1c\x56\xb3\x79\xf3\x12\x0d\xd4\xf3\xc2\xdf\x7a\xdd\x8a\xd6\xe9\xa8\xab\x55\xbc\xe0\x42\x2f\xeb\x00\x40\xb6\xdf\x62\x9f\x55\xaa\x8c\x73\x90\xa1\x7f\x33\xfd\x50\xa8\x0b\xfe\x49\x63\x0c\x3d\xab\xef\xdb\xbf\x1c\x50\x03\x63\xbe\xbd\x3a\xe9\x5f\xfd\xf7\x68\x0c\xc0\xee\x3e\x56\xfd\xec\x3d\x00\x82\x9b\xb6\x46\xc4\x8f\x02\x28\xe4\xf2\x5e\x0a\x36\x87\x2e\x0d\x0d\x91\xad\xee\x91\x60\x64\x3c\x2d\x7f\xcb\x96\x05\x7b\xe3\x74\x9e\xe0\x62\xee\x8e\x1d\x0c\xdb\xa0\xf9\xc3\x70\x1c\x4b\x4c\x95\xd3\x1a\xd1\x2b\xc3\x74\xf2\x35\x74\x9a\x74\xe2\xb1\x3d\xe5\x3c\x94\x26\xad\x65\xe8\x58\x8d\x9e\xbe\x97\xba\x20\xfa\xe6\x7e\xba\xfe\x2d\x42\x1d\x7a\xaa\x9b\x68\xe8\x88\x1f\x44\x6b\x86\x45\x0c\xb8\x55\xe5\xb0\x25\x68\xae\xae\xc9\xef\x5c\x07\xa9\x85\x5c\x07\x27\x25\xf2\xdc\x45\xcc\x80\xc8\xa5\x28\x38\x31\x89\x65\xe1\x59\x94\xc8\x5f\x13\x31\x53\x42\x9b\x92\xc7\xd0\x4f\xcc\x9a\x70\x40\xa9\xff\x5d\x11\x66\x4a\xc4\x01\x94\xc5\xfe\x7b\x0e\xf4\x30\xd6\x61\x51\xff\xfd\x2f\x07\xf4\x8c\xc6\xd0\x3f\xc7\x19\xfa\xe7\xe5\x7f\x39\x18\x66\x0e\x00\xd3\x07\x22\xb1\x0c\x60\x5f\xd8\x26\xff\x08\x37\x00\x39\x7d\x8e\x16\x9f\x78\x40\xd4\x57\x0b\x84\x3b\x35\xc3\x69\x83\x1c\x09\x3d\xcb\x8f\xa0\x60\xbf\x4c\x51\xcb\x04\x00\x17\xb8\x04\x1f\x65\x70\x19\x9b\x88\x35\x53\x3b\x46\x29\xc1\x1e\x64\x51\x49\x37\xb5\x65\xb0\x3b\x85\x2b\x49\x2f\x35\xca\xb1\xda\x53\xd1\xa4\x61\xd2\x32\xac\xe8\x6a\x86\x06\x2b\x61\x3f\xe6\x78\xbf\x57\x2b\x59\xf5\x1c\x16\xf8\x82\x5b\x73\xad\xca\x3e\xcc\xee\x93\x9d\x66\x89\xd2\x10\x76\x68\xfa\x92\xfa\x4a\x25\x0b\xec\x3e\x66\x49\x78\xa5\x60\x08\xa2\x58\x87\xd2\x69\xb9\x53\x10\x07\x7c\xb2\x3d\xb2\x6b\x10\x5f\x70\x90\xda\x29\xbb\x7b\x9a\x0c\x64\xe9\x2d\xb2\xdf\xbf\x3f\x05\x36\xd9\x34\x80\xeb\x27\xff\x3d\x07\x17\x7d\xc1\xa6\x97\xfc\xab\xff\x3e\x67\xdc\x0f\xf7\x18\xfd\x5e\x6d\x63\x70\x30\x57\xff\xd5\x7f\xd3\x79\x17\x6b\xf8\xcc\x62\xbe\x58\x58\x1e\x00\xf7\xe5\x35\x9c\xfe\xf6\x00\x52\xb9\x3b\x4f\xb8\x3b\x01\x10\x8b\xf7\xd6\xd8\xbe\x80\x6e\x3d\x92\x70\x3f\x93\x7f\x30\xfc\x02\x01\x5e\x06\xb2\x37\xf5\x64\xc0\x2a\x0c\x91\x1f\xd6\x89\x02\x95\xa4\x18\x25\x11\xa6\xcf\x81\x86\x07\xac\x3a\x96\xa9\x7a\x90\xd8\x81\xfd\x3c\xd3\x85\xff\xc0\xe4\x1e\x54\x8f\x60\xcf\x1a\xab\x09\x3b\x94\xa3\xb1\x97\xed\x97\xd5\x4c\x94\x64\xb1\x97\x7d\xd7\xd5\x76\x2a\xa0\xd8\xcf\x51\x67\xd5\x24\x05\x65\x10\x43\x47\x95\x72\x98\x3e\x0f\x4c\xde\x41\x7a\x23\x00\xd4\x8b\xe4\x49\xb2\x03\x00\x55\xf0\xaf\x73\x60\x78\x81\x7f\xa0\x32\xb8\x27\xa6\x0f\x44\x27\xc7\xbf\x1c\x10\x33\x0f\xe5\xbf\x1c\x4c\x36\xe3\xfa\xc7\x74\x2c\x56\xff\x0d\x8b\xd5\x2f\x0b\x80\xf3\x33\xeb\x0f\xf7\x77\x00\x92\xf2\xdb\x2a\x7f\xe7\x3f\x28\x00\xe8\x88\xf0\x37\x19\xdd\x80\x0e\xd3\x52\xe1\x4e\x7d\x1f\xa8\x77\xf6\x13\x2b\xd2\xe9\x87\xf3\x01\xdb\x25\xba\xc8\x89\x70\x34\x4a\x58\xaa\x5d\x33\x16\x12\x53\x36\xc8\x3c\x21\x7d\x03\xff\x03\xce\x72\xfb\x08\xef\xc0\xe6\xd8\x67\xf9\x40\x35\x6e\x20\x9c\xe6\x53\x5c\xaf\xd2\x00\x4a\x57\xf5\x14\xb7\x29\xa7\x03\xf7\x1d\x71\xa5\x5c\xc5\x33\xb0\xbf\x65\x8d\x62\xba\xfc\x69\x20\x76\x89\xc9\x7f\x94\xa3\x82\xe6\x87\x24\xf9\xbb\x72\xec\x10\x30\xb9\x46\xf6\x11\x93\x77\x90\x59\x09\x9f\xa0\x50\x6c\x42\xf2\x33\x00\x7c\x10\x7a\xf8\xfb\x1c\x64\xec\xf7\x61\xae\xff\x9b\x03\xba\xce\xe0\x24\xff\xc7\x07\xc1\xeb\xdf\x7d\x10\x2c\xbe\x58\xdd\x9a\x19\x75\x07\x00\xc7\xc5\x95\x9a\x8e\xd1\x00\x22\xa1\x1b\x2f\x5b\xdf\x07\x50\xaa\x62\x5b\x6d\xaa\x05\x40\x36\xe1\xb9\x66\x30\x09\xdf\x8c\xf7\x08\x5c\xd0\x7d\x0f\xc3\x76\xfd\x42\xba\xda\x8d\xd0\xee\x9d\x29\xba\x4b\x63\x12\xde\x04\x3b\x8a\xec\x51\x7f\x03\xf7\x62\x05\xc5\xf7\x12\x2f\xc0\xdd\x14\x71\x71\x25\xfc\x01\x68\xca\xa5\x8b\xb5\xab\x5a\xc3\xf1\xe3\xc1\x52\xc2\x4c\xee\x41\xe1\x22\x5c\xb8\xb8\x4e\x02\xaf\xb8\x06\x42\xea\xfa\x64\x8e\xcb\xe7\x40\xd4\x83\xb5\xd2\xb3\xb2\x75\x90\xf5\x7c\xb5\x54\x81\xcc\x67\x38\xd0\xa7\x2f\x15\x22\x13\x09\xc5\x5f\xd2\xa5\xd6\x48\xb7\xc2\xc3\xa9\x55\xe2\xa3\x32\xb2\xf0\x1e\x0e\x88\x7b\x32\x39\x98\xef\xc7\xff\x1f\x1c\x90\xf3\xbf\xcf\x81\xe3\xc8\xbf\x1c\x4c\xea\xf6\xc5\xfa\x5f\x1f\x08\xa6\xfe\xef\xd4\x0d\xc0\xad\xcb\xfa\xc0\x3a\x1b\x40\x78\xcd\xfa\x25\x66\x5b\x00\xe4\xbe\x6c\x4b\x33\xa4\x02\x68\x98\x72\x5c\xa4\x3c\x07\xd0\xf3\xe5\x75\x21\x7f\x02\xb0\x6c\xd8\xfb\x42\x2b\x1e\x50\x97\xd7\x02\x86\x1a\x8e\x40\xf7\x7e\x2d\xb8\x86\x34\x05\x23\xa1\xcb\x84\xad\x08\x74\x18\x8c\xa5\xef\x3f\xab\xa6\x02\x2f\xd3\x3d\x44\xf7\x29\xdd\x86\xd9\xdc\x7d\x42\x6b\x94\x8a\xe0\x55\x51\x95\xc8\x0b\xc5\xfb\xd0\x58\xfe\x42\xec\x80\xc2\x4e\x78\x70\x4e\x5b\x4c\x40\xce\x03\x1a\xae\x1b\x89\x65\xca\xbe\x85\xcb\x77\x95\xc4\xcb\x65\x37\xc3\xb9\x16\x7e\x89\x3d\xd2\x3b\xa1\xa5\x63\xb9\x68\x96\xb4\x03\xd4\xf5\xb7\x89\xe3\x25\xeb\xe1\xeb\x97\xaa\xfd\xbf\x7e\x32\xae\x77\x2f\x63\x3f\x3c\x61\xf8\x9c\xd4\x31\xee\x87\x0b\xaf\x17\x2b\x33\x0f\xe5\x37\x07\x53\xba\x58\xa3\x7f\x2d\xd6\x00\x59\x06\xf7\xc0\xb8\x9f\xcc\x22\x17\xab\xd5\x28\x00\x3b\xba\x42\xd9\xd4\x02\x60\x9f\xeb\xea\x77\xfa\x5a\x00\x92\xec\x1b\x77\xe8\xa4\x03\xa8\x86\xed\xd8\xab\x4d\x03\xd0\x7e\xcc\x69\xa7\x19\x04\x60\xca\xc6\x95\xaf\xae\x0e\x60\x7b\x8f\x67\x19\x71\x0c\xc0\x6d\x23\x2f\x9d\x18\x0a\xe0\xa7\xcf\xdf\xac\xf6\x00\x20\x2c\x48\x60\x9d\xaa\x32\x40\x1c\xef\xbe\x1f\x2a\xd7\x81\x9a\x2a\x2c\xf8\x46\x29\x16\xe6\x72\x7b\x04\x27\x15\x09\x30\x5a\x78\x47\x58\x4c\xbe\x0d\xbe\x95\xba\x0a\xfb\xca\xa0\x80\x9e\x8e\x13\x14\x92\x9e\x04\xea\x45\x73\xc1\x04\xe9\x50\xf8\x76\xeb\x94\xf0\x7e\xe9\x00\xe8\xbd\xcf\xb1\xff\x89\x64\x0a\x4c\xb4\x18\x09\x05\x4b\x6e\x81\x89\x0e\x6e\xa1\xf3\xcc\xe7\xc0\x7f\xfd\x80\x98\xb9\x58\xbf\xfd\x70\xb4\xfe\xc3\xc1\xb4\x33\x38\x18\xc6\xfb\x03\xd3\x0f\xc5\x9a\x51\x8d\x18\x1c\x21\x89\xc1\x91\xe8\x9f\x04\xe0\x7d\xc3\xaa\xa0\x5d\x0b\x20\xca\xb6\xf6\x87\x06\x0b\x80\x02\x65\xb3\x26\xb1\x11\x80\xf8\x72\x47\x08\xa1\x19\x80\xf2\x96\x6d\x0b\xf1\x12\x80\x65\x38\xc7\x77\xb5\x8f\x00\xf6\x63\x9c\xe7\x09\xdc\x00\x6e\xcb\x79\x78\x55\x6f\x01\xf8\x7b\xf0\xee\x50\xbd\x06\x10\x16\xc3\x77\x56\xf9\x2d\x40\x8c\x24\xdf\x01\x45\x14\x20\x29\x9a\x2f\x42\x3e\x0b\x20\x7b\x8c\xcf\x5f\xae\x06\xe0\xf0\x6a\x7e\x21\x39\x1c\x40\xb1\xe1\xbe\x12\x99\x0d\x00\x15\xaf\xf6\xb1\x49\x07\x00\x9c\x53\xdb\x77\x4f\xea\x00\xc0\x55\x69\x81\x7d\x52\xe6\x40\xbf\x75\x55\x50\x5f\x52\x00\xa0\xf1\xb9\xc0\x42\xd7\xda\x0e\x8b\xba\xff\xbf\x1c\xc4\x5a\x03\x15\xe2\xdf\x1c\x84\xf4\x5a\x42\xec\xfa\x43\xff\xcb\x41\xe8\xf4\xe8\x08\x72\x45\x02\x18\xda\x1a\x78\xee\xa3\x01\x98\x84\x5a\x1c\x11\x77\x07\x30\x3d\xe3\x7c\x48\x61\x05\x80\xe9\x57\xff\x1f\x44\x31\x78\x61\xbc\x22\x81\x5b\x9b\x07\xf2\xf5\xdf\x1f\xb4\xd0\x6f\x01\x5b\xdd\xe4\xb2\x7b\xc6\xdf\x60\x07\x39\xbd\xe6\xb8\x85\x0d\x56\xa3\x79\xab\x99\xcd\x8e\x1b\x6b\x22\xe1\xbb\xe4\x6c\x5a\xb0\x03\x84\xbe\x61\x1f\x7b\x0f\x2c\x5f\xad\x67\x7a\xb3\xbd\x11\xf6\x01\x7f\x89\xde\x67\xed\x0b\xc2\xaa\x77\x11\x5d\x73\x87\xe9\x71\xd5\x26\x24\xc8\xcc\xf0\xc7\x98\x6a\x32\x52\x6f\xfc\xee\xd3\x26\x35\x43\xc4\xdb\xfc\xc0\x3b\x16\xb5\x15\x48\xab\x89\x58\x57\x0c\xe1\x2e\x52\x64\xd6\xf0\x82\x93\x50\x8d\x7c\x33\x6e\x79\xe6\x4a\x70\x44\xd9\x0d\x6f\x3f\x3e\x42\xb8\x8b\x92\x0d\x84\x1e\x48\x10\x5d\x50\x33\xfd\x81\xc6\x30\xe2\x0e\x34\x8d\xb2\xe0\x16\xa6\xb5\x66\xb1\x7f\x86\xfe\xcf\xd0\xf9\xd8\x3b\xd5\x14\x96\x25\xfc\xc5\x41\x5c\x50\xd3\xdb\x88\x07\x50\x1d\xc7\xb7\x6f\x35\xfe\xb3\x0e\x4c\x2e\xc6\xb0\xda\x70\xad\xc0\x53\x00\xb3\x10\x73\xaa\xa4\x0f\x80\xb9\x87\xe3\x23\x45\x3c\x20\xe6\x29\xbe\x1f\x48\xda\x70\xd7\xe4\x6a\xec\x5b\x9d\xc3\x10\x65\x68\x97\x57\x60\x78\x19\x78\xf4\xec\xca\xb8\xcd\x27\xb1\x01\xed\x2f\x35\xda\xd6\x1f\xb1\x23\x9a\x1d\x8f\x74\xed\x1f\x60\x1e\xea\x59\xdd\xc2\x8e\xd7\x30\x7b\xa2\xff\x30\x38\x7e\x62\xf2\x2f\x58\x0f\xbe\x9d\xfe\xcc\x7a\x96\xf6\x0d\xcf\x8d\x88\x59\xe4\xff\x62\x53\x13\xa6\x63\x56\x6f\xbe\x45\xaa\xa9\x20\xca\x96\xb8\x81\x87\x84\x00\x44\xc6\xf2\xcb\xdb\x1d\x04\x01\xe4\x80\xd9\xa3\x97\x45\xa4\x95\x88\x85\x65\x5c\xbb\x0e\xd1\x13\x79\x66\xca\xd5\x6a\x40\xbc\x86\x7c\x37\x61\x7f\x98\x46\x22\xa1\xcb\x8d\x9d\xee\x65\x90\xf0\xa8\xa1\x81\xcd\x1d\x12\x89\x1d\x0d\xd5\x7b\xff\x17\x17\x94\x48\x5a\xf8\xfe\x01\x77\x4f\xe9\xd1\xff\xc5\x41\xc8\x8b\x2a\x9f\xda\x50\x0d\x80\x6f\x52\x6d\xdb\xaa\x0a\xa0\x7d\x83\xa8\xb9\xab\x09\xc0\x70\x40\x0b\xe3\x16\x03\x30\x1d\xd7\xef\x12\x7c\x0e\x60\x76\xc7\x2c\x57\xe2\x2d\x80\xe5\x33\x7b\x1e\xa5\x3b\x00\xe6\x9f\xbc\xc7\x88\x3e\xf0\xc8\x74\x77\x74\xa3\x76\x3d\x18\x1b\x2b\xe7\x6e\x32\x39\x8c\x51\xf5\x03\xcb\x38\xad\x4e\x60\x8d\x3a\xe9\x35\xc7\x6d\x7b\x30\x4f\xad\xb4\x47\xb1\x4e\x9c\x98\xb8\x7a\xd7\x1b\x7f\x97\x08\x6c\x09\x69\xd7\x68\xa2\x9b\x23\x46\x21\x58\xd1\x50\xa7\x51\xec\x39\xfe\x0b\xbd\xd1\xc6\x9d\x7a\x13\x3f\x48\x1f\xb0\x4e\xf9\xd1\xaa\x56\x45\xff\x66\xdd\xf5\xf9\x0a\x81\x4c\x07\xeb\xec\x77\x56\xc4\x3d\xc8\x36\x6b\x62\x17\x4a\x6c\x46\xf0\x56\x32\xcf\xef\x92\x1c\x90\x60\x8b\x9b\x4f\xa6\x48\xdd\x48\x85\xb9\xf2\x23\x75\x75\x7b\xa4\xc6\xec\x5d\xd3\x16\xf5\x69\xe4\xb1\x19\xe5\xce\x7d\xf5\xaf\xe8\x4a\xe3\x17\xb7\x26\x35\x36\xa0\x6a\x86\xc7\xff\xe6\xa3\x16\xf5\xff\xdf\x3e\x08\xcc\x3c\x88\xc7\xca\x1c\xab\xb7\x03\x28\x12\x15\x55\x37\x4a\xfc\xe1\x20\xf4\x9f\x11\x5d\x76\x57\x02\x18\x7b\x68\x9a\x71\x59\x02\x58\x38\x51\x0a\x05\xae\x01\x58\x1e\x33\x2b\x97\x7a\x06\x60\x15\x6a\xfb\x4e\xa9\x1e\x7e\x59\x06\x78\xdd\x55\x5f\x06\x47\xcd\xbd\xa2\xf7\xe9\x95\x83\xbc\x89\x7d\x0e\xc1\xcc\x1d\x9b\x30\x58\x5a\xda\x67\xbd\x1e\x0b\xa3\x70\xd7\x70\x39\xad\xc2\x38\xc9\x21\x8f\xcb\x5d\xdf\x63\x7b\xd5\x1f\xf6\xe1\x5c\x59\x31\x16\x62\xef\x58\xbd\x1b\x27\x3a\x41\x54\xa1\x45\xb9\xaf\xc7\x2a\xd4\x7c\xe9\xb1\x76\xb7\xa7\x8e\x13\x54\xe8\x2e\x0e\x7b\xbe\xb1\x11\xf5\xe8\xde\x0e\xc5\x03\x27\x48\xeb\xe8\xa5\xf6\xb1\xbd\x40\xa2\xd2\xab\xec\x4f\xbd\xcc\x53\xd7\xa4\x8f\xdb\x06\x3e\x0d\xd0\x68\xa1\xcf\xd8\xf6\x3e\x72\xd4\xf8\x8c\x10\xac\x6d\x9b\x52\x35\x5e\x23\xa9\x16\xc8\xdd\x49\x0d\x5f\xa4\xdb\xb4\xaf\xae\x50\x4b\x18\xa9\x37\x8f\xba\xd1\xab\x99\x8d\xae\x32\x91\xfd\xfb\x5c\xf8\x57\xff\xe7\x62\x53\x39\xbd\xfc\x1d\x80\xf8\x3b\x45\x93\x35\xe5\x7f\x38\x08\x0d\x9a\xb2\xe6\xd6\x30\x00\x43\x44\xcd\x92\xad\x15\xc0\xac\x83\x74\x9d\xd3\x09\xc0\x4a\x5b\x37\x53\x20\x17\xc0\xa6\xdb\x58\x53\xa2\x06\xc0\xc6\xd2\x26\x4b\xc5\x0b\xde\x58\x47\x7b\xee\xd5\xdc\x0d\xf9\x16\x85\x11\x67\xf4\xda\x80\xcb\x94\x3f\x87\xdf\x62\x1d\xf6\xd0\xd0\xb9\x54\xc8\x76\x16\x23\x51\x0e\xd5\x2e\x77\xa9\xc3\x96\x92\x4f\xb7\xbc\x76\xd7\x47\x5b\x35\x8e\xbd\xdb\xe1\xa9\x8b\x9e\x25\x65\x4e\xac\xf1\x0a\x60\xf2\x50\xb4\x2f\x84\x57\xb4\x6e\x17\x8b\x9f\xe2\xc4\x5c\x1a\xe6\xfc\xf2\xb3\x14\x29\x99\xbe\xcb\xb9\xb4\xbf\x4e\x9d\x8b\x6e\xeb\x48\x7b\x75\x49\xa3\x93\x6e\xe0\xbc\xe7\x79\x91\x46\x15\xbd\xde\xfe\x61\xab\xb4\xe6\x05\x7a\x93\xfd\xc7\xe6\xa7\x5a\x6b\x91\xe5\xb6\x3d\x8d\xe7\xb5\x08\x88\x8a\xf5\xdc\xed\x42\xad\xeb\x48\x98\xd5\xde\x1b\xd7\xc8\xdb\x90\xcb\x16\x02\xd7\x22\xc8\xd2\x48\xdf\xe2\xd3\xed\xdf\x73\x81\xe5\x8c\xfc\xc2\xf7\xcf\xcc\x3c\x08\xa9\x6f\x0a\xfb\xd7\x76\x02\xa8\x50\x14\xfc\x37\xa6\x00\xe8\x18\x29\xde\xdc\x5a\xf5\x87\x07\xb1\xfc\x49\x6a\xe7\xaa\x05\xb0\xd7\xd3\x76\x9c\xbf\x1f\x1c\xc7\x8d\x56\x4b\x69\x00\xd8\x1b\x59\xa1\x2a\xf7\xa1\xce\x6e\xa7\x3b\x27\xb9\x0d\xdc\xac\x3a\xc2\x0f\x1b\x89\x61\x5f\xcc\x6d\xb2\xce\x58\x37\x63\xb9\x46\x4f\x4b\x6e\x3b\x4a\xfd\xe6\xc4\xda\xb4\x05\x5a\xd7\x7b\x0e\xa2\x65\x1a\x9d\xef\x07\xbd\xf7\xa2\xce\xa4\x5b\xb3\xba\xbe\x1a\x68\x1b\xb1\x84\x86\xf7\x68\x9f\x5d\x4d\xec\xa4\x05\xbb\xdf\xf8\x9a\xab\x7e\x8a\x66\xee\x79\xf0\xc3\x7d\xf5\x1a\xda\x13\xb7\xc4\xdf\x5c\x18\x5d\xb3\x8e\xbe\xdd\x55\xbc\xb5\x51\x6b\x9a\xae\xee\xa2\xfe\x28\x84\x4c\xa4\x27\x3a\xa5\xde\xb7\x27\x5f\xa1\x3f\x70\x38\x78\x87\x97\xdc\x8c\xac\xb3\xdb\x52\xe7\x48\xae\x42\xac\xad\x1d\x6a\x0f\x6b\x5f\x43\xbc\xad\xb7\x5f\xe2\xd3\x31\x43\x6e\x58\xc4\xfd\xbd\x0e\xbf\xf5\x7f\xe1\x65\x51\x00\x82\x9b\x15\xf6\xb0\xee\x04\x90\xae\x96\xfd\xb6\xb6\xfe\x0f\x07\xa1\xf3\x51\x7e\x72\x4b\x15\x80\xb9\xa6\x12\x71\x67\x02\x80\xad\x00\xc1\x91\xb3\x16\xc0\xe9\x8a\x96\x8e\xc0\x0a\x00\x17\x6b\x03\x6e\x49\xe2\xef\x5c\xb1\x2a\x07\x3e\x17\x2b\xed\x97\xa0\x63\xe3\x13\x26\x61\xc2\x89\x7d\xb4\x08\xcc\x58\x6f\xfd\x15\x73\x34\x7e\x55\x12\xe1\x7c\x1e\xc5\xf4\x57\xd7\x4c\x79\x10\x51\x3f\x1d\xcd\xd6\x4a\xbf\xbd\xa8\xbe\x66\xec\xa0\xad\xdf\x39\x94\x4d\x5d\x76\x2e\x20\x40\x14\x65\x25\x09\x50\xc7\xbc\x55\x7e\x6d\x53\xb7\xa2\x0e\xfb\xe0\x3f\x47\x6a\x10\x68\xaa\x5e\xe9\xfd\x9f\x34\x1d\x68\xf6\x5e\xb2\x5d\x42\x5a\x2e\xb4\x3c\x4f\xbb\xf6\x04\xb2\x3d\xad\xdd\x7d\xfa\x49\x0a\xf9\x11\x7d\xb3\xdb\xe6\xa6\x02\x6d\x7b\x7a\xa0\xb3\xfb\x1d\xaa\xf6\x04\xbd\xc2\x69\xd5\xad\x39\x9d\x43\xf4\x1e\x07\x9f\xeb\x31\x3a\xe1\x08\x9f\xed\x83\x4b\xd7\x74\xa7\x10\x75\xdb\x75\xd5\x86\xba\x99\x48\x9e\x95\xce\x5f\x7c\xd4\x7f\xf5\xff\x46\xd9\x03\x2b\xcf\xfe\xd1\xff\x89\xfc\x32\x1d\x1b\x2e\xfe\xe1\x20\x2c\xab\x15\x13\x76\x96\x02\xd8\xa7\xa8\xfa\xec\xe9\x01\x70\x49\xd1\x2c\x11\xe0\x00\xf0\x90\xd2\x13\x93\x98\x03\x70\x53\x30\xc7\x54\x53\x20\xcf\x29\xd0\x89\x53\xf7\x2a\xec\xb5\x7b\x15\xdc\x60\x76\x12\xab\xb5\x32\x4d\xcb\xb0\xeb\xc0\xc4\x4d\x45\x4e\x38\xbb\xa9\xa3\xb7\x0d\x56\x5c\xb3\xf0\xce\x40\xb9\x75\x1a\xda\x9e\x07\x5a\x22\xbd\x9a\x53\x9f\x7e\x06\xeb\x32\x7d\xb3\xa8\x26\xea\x72\xd4\x40\xff\xd5\xa3\xf7\x35\xde\x50\xcd\x02\x6e\x0c\x1e\xd4\xfc\x42\x6d\xf3\xd3\x67\xfa\x44\x75\x14\x92\x31\x1a\xd1\x67\xf3\x93\x59\x9d\x06\x9a\x9a\x4f\xc3\x83\x2c\x9d\xf7\xb4\x97\x1e\x67\xef\x09\xeb\x4a\xd2\xd9\xdd\x0e\xd7\xe7\xea\x56\xd0\x1d\x5d\x0e\xd7\x2a\x50\x0c\xe8\xb7\x1c\xa7\xae\xdc\xd7\xe3\xa6\x3f\x76\xac\xae\x1e\xd3\x5b\x86\x70\xd9\x1d\xa8\xd2\xd5\x53\x44\x02\xad\xef\xfe\x79\x5f\xf8\xaf\xfe\x2f\x74\x5e\xfa\x35\xeb\x7e\x00\xb9\x40\x99\xba\x75\xa6\x00\x9a\x5d\x32\xb8\x8d\x44\x00\x23\x51\x19\x96\xcd\xe7\xfe\xe2\x41\x9c\x14\x6b\xd8\x5d\x01\x3c\xba\x48\xe1\xfc\x39\x00\x5e\x72\xba\x57\x24\xf8\x01\x3c\xf3\x4c\x23\x55\x76\x43\xbe\xcb\x45\x87\x77\xba\xc5\xb0\xc7\x41\x21\x70\xb3\xd9\x5b\x2c\xdd\xba\x33\xf5\xbc\xa3\x1f\xda\x65\xce\x7f\xbc\xcc\xab\x07\x0d\x32\x98\xba\x36\xe6\x37\x88\xbc\xd6\xb5\x7c\xf6\x2b\xc4\x1f\x39\xa3\xc5\xf1\xe5\x67\xa8\x24\x72\x5a\x63\xdb\x5c\x7e\xc8\xb5\x89\x61\x8d\x1b\x73\xc3\xc1\x52\xc3\x49\x9a\x63\x54\xbe\x20\xdf\xfe\xf5\xda\x3c\x54\xd6\x10\x6e\xa6\x4f\xd4\xd3\x20\xdd\x31\xea\xa1\xc0\xb6\x87\x8f\x74\x9b\x68\x04\xdf\x75\xcc\xbc\xb8\x3a\x54\xcf\x95\xf6\xda\xd3\xe4\xc6\x79\xbd\x06\xfa\x1a\xf7\x27\x57\x0f\xea\x2b\xd1\x1d\x5c\xf5\xab\x5f\xeb\x57\xd3\x2f\x39\x0d\x56\xbd\xd3\xcf\x42\x36\xd8\xc7\x9f\x8e\x34\xb0\x41\x78\xec\xff\xe2\x26\xff\xab\xff\xef\x5f\x2a\xdd\xc1\x5a\x0b\xa0\x70\x49\xd2\x75\xad\x3c\x80\xce\x76\x29\xbb\x8d\xcb\xff\x70\x10\x0e\xe6\xd2\xc5\xdb\x5e\x00\x78\x6a\xca\xf7\xed\xfe\x06\xe0\x73\x1d\x4f\xe6\xcd\x04\x08\xd0\x27\x93\xc4\x46\x00\xfc\xd6\x1b\x6f\x52\x3e\x02\x27\x3c\x64\xed\xde\xea\x1a\x63\xcf\x5d\x64\xfc\x56\x5b\x77\x60\x46\x76\x12\x49\xe0\x62\x8e\x5e\xb5\xc0\x17\xbb\xf8\x54\xa0\xeb\x8c\x64\x6b\x1d\x83\xa5\x90\x58\x8a\x60\xbb\x5f\xf8\x4b\x64\x95\xd6\x99\xef\x73\x51\x17\xa9\xcb\x35\x09\xb3\x53\x11\x43\xdf\x68\x64\xfc\xdc\x9a\xc8\xc4\xc1\xc7\xda\xa4\x39\xff\xf0\x47\x4c\x9f\xa8\x67\x74\x8a\x27\x95\x35\xd4\xf4\xb1\xbb\xde\x65\xaa\x5c\xc8\x91\xc6\x01\xfd\x0c\x6a\x79\x90\xd0\x6d\x2d\x03\x56\xda\x16\x7f\xe2\x8d\x4e\x83\x5a\x9a\xb1\xef\x85\xab\x4e\x06\xb7\x68\x5f\x3d\xcd\xaa\x23\x0c\x2f\xd0\xd9\xdc\x81\xc9\x43\x55\xca\x1b\x45\xd2\x2f\x3b\x7b\x9f\x24\x19\x8d\x21\xcb\x1d\xb2\xfe\x9c\x0b\xff\xd5\xff\xc5\x97\x8b\x77\xac\xaa\xfe\x2b\x07\x01\x91\xd8\xb1\xe1\x0a\x80\x55\x8a\x98\xc0\xc6\xc3\x00\x6e\x24\x89\xd9\x6d\x02\x00\xbe\xa2\xb2\x07\xd9\xbe\x03\x04\x22\x2a\x37\x78\xdb\x01\x42\xef\x69\x70\x8a\x46\x00\x04\xcf\xea\xf7\x28\x25\xc1\x61\xff\xdd\x36\x46\x94\x1f\x58\xbd\xdb\x1d\xaf\x8d\x36\x37\xb0\x6d\x0e\x31\x09\x2d\xee\x7e\xa8\xbd\x95\x5c\xd1\xcb\x80\x00\x24\xd6\x64\x6d\xad\x51\x04\x4a\x1f\xa3\xdc\xec\xdc\x12\xd3\x49\xdf\x46\x76\x9b\x30\x4d\x72\x1c\xa7\x93\x93\x67\x57\xc4\x6f\xfb\xa8\xa7\x73\x75\x76\x7f\xbc\x5e\x8f\x0f\x25\x72\xb6\x32\x36\xae\xfd\x89\xbe\xc4\x2c\x35\x46\xfc\x37\x0f\x75\xd2\x30\x60\xee\x47\xb8\x64\xfd\x25\xc3\x31\xaa\x4d\x48\xe1\x75\x2f\x23\x56\x2a\x35\x20\xf8\x0a\xab\xb1\x21\x8d\xc7\xbf\xf4\x7c\xa6\x89\x06\x2d\xd8\xf7\xe0\xe9\xb3\x26\x85\xb4\x61\x2f\xc1\x53\x7c\xa6\x2b\xe8\xab\x3d\xf9\xcb\xb6\x98\xee\xa4\x5b\xb9\x5d\x39\x7e\xcd\x94\x97\xde\xe2\xbc\x72\x7e\x1d\x14\x96\x2d\xbc\x37\x30\xf4\xff\xbd\xd6\x92\xb7\x57\x1c\x03\x90\xe0\x97\xd8\xb3\x5a\x08\x40\xdd\x58\xf4\xd5\x5a\x6f\x00\xe3\x1b\x22\x27\xd7\x53\x00\x1c\xf4\x45\x8b\x37\x99\x01\x78\x69\x89\xec\xd8\x2c\x0c\x10\x5c\x28\x6d\xc4\x76\x10\x20\x72\x44\xfe\x04\x57\x3f\x40\x8c\x88\xda\x0f\xe1\xd7\x00\xd1\xf2\xba\xa8\xd2\x01\xb8\x1e\xbe\xd3\x3c\x4c\xa7\xe9\xb7\x7f\x52\x99\xcb\x97\x18\x3b\xdf\x3d\xc8\x7b\x9b\xc6\xa3\xd6\xa1\x5f\x10\x16\xd3\xd0\xda\x5d\xb1\x86\x74\x36\xbd\x8e\xd7\x3c\xc9\xe7\x68\xde\xe4\x89\x69\xfb\x74\xf5\xcf\x25\x14\xf6\xe9\xfb\x69\x63\x6f\xc4\xf5\xa5\x67\xe4\x53\x43\x5f\x6c\x30\xe4\x98\x39\x99\xb2\xee\xb7\x3f\x12\x66\x2c\x33\x8b\xc5\xca\xdc\x2c\x30\xe5\x98\x33\x8f\xbe\x70\xd5\xde\x4c\x70\xae\x2d\x92\xf3\xe2\x09\x33\x6b\x2a\x21\x4c\xee\xff\x8b\x03\x2a\xf6\xb0\xd0\xa7\xb3\x78\xbe\x28\x7c\x62\x36\x4c\x7f\xe6\xbc\x63\xe1\x5c\x30\x9e\xef\x9f\xa9\xff\xef\x5f\x2f\x1e\xce\xca\x01\x20\xeb\x2e\x7a\x7d\xf5\x6a\x00\xed\x55\xc2\x97\xd6\x1c\x01\xb0\xe4\x16\xb0\x5b\xbb\x14\xc0\x6d\xa5\xe0\xc9\xf5\xaf\xff\xe4\x62\x44\x4b\x8a\xe5\xee\xe8\x06\x48\x5a\x2a\x6d\xc4\x11\x0b\x90\x5a\xac\x7c\x5d\x68\x29\x40\x8a\xb9\x66\x87\x7c\x24\x34\xc6\x8d\x19\xff\xd2\xb1\xc3\x8e\x84\xca\x39\xe9\xd9\x77\xa1\x92\x9e\x5e\xe1\xbc\x81\x1d\x88\x92\x83\x5b\x7e\x7f\x8c\x22\xf5\x94\xc5\xc6\x6b\x39\x29\xb7\x26\x58\x8c\x2c\x3b\x5f\x64\xaf\x1e\xe5\xd1\x5b\x35\x79\xeb\xc0\xa7\x5e\x2d\xc3\x4b\x53\x39\xb9\xf4\xf6\xa5\xc6\x35\xd3\x1a\xd9\xba\x0f\x7a\xcd\xac\xa6\xe3\xb3\x46\x98\xbe\x40\x37\x04\xcc\x3f\xce\xee\x4f\x7a\x79\x69\xce\xd2\x65\xf6\x62\x82\x5d\x55\x8f\x95\xe2\x9c\x61\x4c\x5b\xe5\x76\x2b\x0a\x75\x55\x84\x51\x59\xbb\x95\x2d\x35\x31\x54\xab\x84\xc5\xea\x0a\xf5\x7b\x50\x68\x31\xa7\xf5\x3e\x1a\x7f\x40\x5f\x21\xd9\x9a\x9b\x76\xce\x77\xe3\xe1\x49\x1b\x07\x5a\x8d\xcf\xe8\x81\x59\x1b\x1e\x3a\x97\xa7\xff\xfc\x3a\x48\xb6\xce\xf7\xcf\xd4\xff\x85\x33\x84\x9d\x56\x2a\x03\xe0\xf5\x84\xae\xad\xaa\x04\x30\xbc\xbe\x4f\x6e\xb5\x01\x80\xfd\x28\xcf\x3a\xd6\xb9\x3f\x79\x10\x51\x97\x78\xef\xae\x33\x00\x48\x8e\x14\xdc\xb9\x45\x1f\x20\xeb\x96\x98\xf5\x6e\x4e\x80\x3c\x1b\x79\xf2\x3e\x4e\x80\x03\x53\x04\x4b\x19\x17\xe8\xc9\x1a\xd3\x3b\x44\xbe\x81\x65\xc4\x5f\xb3\xa5\x3a\xee\x42\x52\xfc\xd9\x02\xbe\x87\x5f\x1f\xd7\x72\x0f\xcc\x91\x4d\xd6\xfd\xb2\xd4\xc1\xf7\xfc\xae\xec\xd9\x77\x35\x56\x0d\x2d\xd4\xc3\x61\x3d\x24\xb3\x0d\xdf\xa4\x8e\xee\x6c\x15\xb6\x58\x32\xf1\xb3\x50\xa9\x51\xc8\xf2\xd1\x24\x76\xd8\xe0\xd6\x1b\xeb\x8d\x53\x4f\x0e\x70\x5e\xf1\xb4\xf1\x9c\x7e\x9a\x75\xf5\x9c\xbd\x1d\x61\x46\x31\xa3\xa3\x92\xd7\x2e\x6c\x56\x38\x79\xb2\x34\xdd\xbe\x73\xf6\x68\xe2\x8b\xff\xf2\x2f\x47\xd6\xd9\x23\x54\xe3\x70\xf1\xdf\xfc\x8b\xb6\xbd\x1c\xcd\xd7\x5f\x23\xfb\xa9\x7d\x0b\xed\xa8\xdf\xd6\xcc\x35\xf6\xcd\xb4\x09\x6f\x25\x00\xdc\x06\xf1\x85\xcf\x59\x1c\x8e\x22\xd4\x65\x9c\x00\x62\xcf\x04\x6e\xb3\xf4\x00\x90\x36\xf2\x49\xae\x2c\x07\xb0\xdc\xc5\xbb\x65\xfe\xf3\x85\x5b\xdf\x9e\x18\x96\xa8\x3f\x1c\x44\xf2\x79\x8e\xe5\xab\x54\x00\x0e\xac\xe2\xd9\xb3\x5e\x0e\xa0\xd0\x41\xb0\x6a\x07\x0b\x40\xf1\x0e\xa9\x93\x7b\x65\x01\x4e\xe4\x2b\xf5\x4b\x9c\x84\x2f\x45\x2b\xc9\x0d\x5a\x79\x18\x7b\x9e\x87\xf9\x63\x87\xde\xef\x1f\xe2\xf7\x79\xba\x47\xdc\xe9\xb7\x0e\xba\x9c\xf0\x35\xf3\x42\x47\xa5\x0f\x4b\xa9\xdf\xe1\xb0\xc7\x53\x6e\x9a\x77\x32\x8b\x7e\x34\x8e\x38\xda\xf5\x37\x96\x78\xdc\x5a\xe3\x40\xf9\x65\x55\x52\x7e\x29\xc2\x29\x78\x22\xf8\xd8\xa7\xb3\xed\xce\x72\x93\x35\x05\x2b\xcb\x3c\x5d\x6e\x4f\x9d\x3a\x24\x7c\xfc\x96\xcb\xad\xe9\xc6\x6c\xf4\x68\xba\xeb\xe9\x19\xd9\xcc\x96\xfc\xed\x6e\x4b\x66\xb0\xd4\x3b\x07\x5e\xb8\xee\x9b\x5b\x11\xff\x36\x47\xd9\xb5\x66\x2e\x3c\x56\x3a\x53\xdc\xb5\x92\xca\x12\x59\x91\x56\xec\x1a\x4b\x4d\x0e\xb3\x4d\x2e\x75\xc5\xa8\x1d\x21\x2a\x49\x32\x2e\x5f\x69\x76\x01\x1c\x09\xf7\x5c\x92\x68\x57\x7d\x0b\x00\x58\xf4\xf7\xb7\xcf\xaf\x03\x1f\x5d\x80\x67\x05\x27\x80\xc2\x08\x5f\x05\x4b\x07\x00\x65\x27\x17\x0f\xcb\x06\x00\x07\x85\x3d\xb1\x2b\x68\x00\x7e\x61\x4b\x45\xfe\xd6\xfd\x72\x19\xdf\xeb\x17\x9b\xb2\x47\xcd\xaf\xc7\x29\x5d\xee\xe0\x0d\xf1\x00\xe7\x84\x84\xd8\xd9\xb2\x00\xaa\x57\xc9\x1c\xd9\xcf\x0b\x70\xce\x9b\x80\x90\x96\x8c\x8d\x94\x9e\x33\xac\xb6\x6b\xe9\x17\x3b\x94\xef\x54\x1a\x76\xb7\x75\x53\xb2\x7d\xd8\xe9\xec\x93\xb7\xf3\xa3\x38\x0e\xdb\x1e\x0d\xb9\x72\x38\xc4\xfd\x6a\x69\xc9\xe7\xb3\xe0\x7f\xb0\xe3\x78\x85\x73\xd9\x6b\x1f\x8b\x9f\x19\xa7\x37\x16\x75\xfb\x2d\x19\xff\x59\x96\x9a\x4f\xf5\x53\x9e\xd0\x3a\x5e\xc5\xf4\x3f\xc9\x3a\xe2\xf7\x70\xea\xe4\xe1\x15\xe9\x81\x7e\x82\xd3\xb7\x73\x9a\x99\xf9\x3f\x09\x53\x7e\x7b\x67\x55\x53\x5e\xc6\xbd\xf4\x7d\x36\xdb\x93\xe8\x14\xb3\xc7\x57\x72\xee\x44\x4c\x65\xd4\xa0\x2f\xfb\xdc\x40\xd4\x68\xd4\xa4\x77\x26\xd5\x23\xdc\x28\x82\xe2\x95\x43\xe3\x0f\xfc\x1a\x76\xc9\xab\x81\x66\x11\x10\x08\xb0\xfe\xb1\xc0\xd0\x7c\x3f\x4c\xfd\x5f\xed\x2c\xd7\xbe\x15\xdc\x00\xa6\x84\x35\x03\xf3\xff\xee\xc1\x98\x7b\x67\xea\xdf\xcc\x1c\x80\xa2\x6e\xdc\x3f\xfa\x5f\xcd\x06\xb6\xa4\x95\x59\x00\x75\x2d\x3c\x45\x9b\xb3\x00\xee\xae\x11\x8d\xdc\xbb\x75\xf2\x70\x5d\x81\xb2\x94\xaa\xc7\x60\xf8\xe5\x34\xdd\xdd\x56\xce\xed\x7c\x95\x79\x36\xd9\x41\x5e\xf5\xb8\xa2\x32\xff\xaf\xe9\x0d\x95\x6d\x39\x52\x69\x56\xc7\xf8\x8e\x0a\xa5\x7e\xaf\x1c\x2c\x9b\xce\xa1\x26\x2a\x3d\xdc\x7f\xfa\x60\xea\xd2\xd8\xd0\xcf\x35\x55\x9d\x89\x42\xd1\x53\x3f\xcf\x9d\xf6\x89\x33\x8e\x2e\xfb\x15\x7e\x52\x38\x66\x73\x14\x3a\xf1\xf5\x58\x69\xd4\xed\xc8\xf8\x29\x96\x23\xa3\x91\xec\xe1\x91\xd3\x66\x79\x5f\x23\x56\x86\xdd\x99\xc1\x65\x17\x85\x15\x84\x76\xcd\xbc\x4e\x57\x0c\xbd\x1b\x92\x30\x1b\x9a\x5c\x1f\xa2\x18\x7c\x79\x4e\x3c\xde\x22\xd8\x28\xf0\xf2\xdc\x87\xa8\x91\xc0\x9f\x81\x8f\xa8\x46\xe1\xd3\x01\x52\x81\x77\xa8\x7d\x21\x9c\xfe\xf9\x01\x81\x34\xe5\x40\x12\x00\x8f\xc8\xbe\x17\xcb\x26\xfe\x57\xff\xb7\x65\xf8\x7c\x30\x75\x4f\xe6\xdc\x2f\xd3\x0f\x83\xd9\x7f\x2d\x63\xfe\xf7\xfe\x81\xc5\xfa\xf4\x25\x5b\xdc\xca\x0b\x73\x5f\xdb\x0f\x0a\x14\xec\x71\xff\xb2\xb6\xc5\x52\xce\x4d\xfe\xc4\x2b\xce\x46\x3b\x4d\x9c\xf1\x85\xc6\xc4\x9b\x99\x66\xa8\xf7\xc9\xf3\x7d\x17\x31\xcf\x0f\x89\x5c\x47\x9c\x4e\xb5\xc6\xff\xca\xd7\x4e\x95\x28\x15\x2f\x15\x3f\xfe\x36\x3a\xe6\x78\x6b\x23\xf7\xc9\x84\x90\xac\x63\x3e\x83\x21\xe5\x1f\x03\xa3\x0a\x1d\x7f\x69\x9f\xf4\x0f\x68\x3c\xfc\x6d\xa2\xaa\xd8\x30\x60\x6b\x1e\x7d\x6a\xc5\x91\x5a\x7f\xaf\x9c\xa4\xa9\xa9\x83\x49\xfe\xeb\x33\xca\x66\x70\xd9\x91\xcc\xbc\x17\xdf\x7d\x29\xf1\xb3\xe7\x93\x42\x98\x7e\x1f\x3e\x1c\x09\x7e\x73\x4f\xa2\xf3\x7e\x73\x1f\x5a\xb1\x89\xd4\xbe\x10\x7e\xaf\xa5\x31\x79\xb4\xad\x41\x69\x5e\x6c\x91\x21\xb4\x58\x7f\x17\x00\x9e\x76\x4e\xd1\xa5\x77\x01\x94\x83\x77\x5b\x2d\x4d\xfa\xa3\xff\x7b\xfa\xe0\x2c\x71\x7f\xcd\xbf\x33\xe7\xbf\x99\x3e\x00\xd7\x19\xf9\xe7\x4c\x0e\x60\x51\xff\xa0\xb7\xf7\xdf\xd8\xf4\x11\x87\x1b\x99\x7b\x8b\xf2\xee\xdc\x7e\xe8\x8d\x56\xf7\x5e\xc9\x1c\xf1\xca\xc7\x9f\x5e\x8c\x13\x14\xb4\x3f\x5c\x7b\xff\x84\x60\xe4\xe9\xbc\xb1\xe4\x57\x93\x81\xcb\xd1\x08\xf7\xb4\xb4\x7a\xbe\x28\x4a\x36\x7b\x84\xea\x4d\xde\x62\xa7\xc3\xa6\x7e\xe5\xb5\xd0\x60\x5c\x48\x76\xcf\xbb\xb6\xbf\x3f\xbf\xe8\x94\x8b\xe0\x15\xfc\x04\x1c\x1d\x70\x79\x77\x2e\x6b\x6a\x53\xfe\x31\x17\xfe\xd3\x52\xd3\x0e\xb9\x37\x5d\xd0\xd2\xd9\x19\x91\xcc\x61\x17\xab\x13\x99\x33\xe3\xa9\x5f\x5d\x04\x8e\x86\xcf\x8e\x24\x84\xba\x88\x1f\x91\x98\x0b\x8a\xd5\x76\x2e\x39\xd4\x45\x65\x8d\xcc\x70\x49\xc9\xf5\xa3\x3a\x84\x1b\x3b\x9b\x66\x4f\x53\xa9\xc1\xab\x9d\x5d\x33\xc5\x69\x26\x01\x61\x4e\x03\xe9\xaa\xb4\x7a\x5f\x0b\xc7\x8f\xa9\x15\x74\x31\xcf\x3c\x00\x91\xa9\xdd\x63\x4b\x85\x01\x08\x45\x4b\x89\xff\x70\x20\x0c\xdd\x93\xa9\x7f\x57\x04\x32\xae\xbf\xd0\xbf\xfd\xbf\x5a\xf0\xc7\xa7\xfd\x18\x5c\x98\x8f\x1f\x95\x1b\x16\x66\x79\x81\xc3\xbd\xf7\xfb\xaa\xb3\xa7\x6e\xfd\x8d\xf6\x9c\x4f\x03\x22\x31\xfb\x56\x34\x58\x0e\x6e\x51\xfe\x84\xef\xaa\x0a\x7e\x33\xa7\xc7\x6e\x71\xe2\x70\xfd\xab\x0e\x07\x65\xbf\xad\x51\x83\xcf\x85\x43\x29\x09\xb5\x7e\x02\xcf\xf8\x0b\x23\xd2\xc5\x5d\x0e\x3e\x7d\x78\x8b\x2d\x3b\xd0\xd6\xb9\x35\xbd\x37\x3e\xf7\x9d\x45\xff\x13\xe3\x69\x5c\x6e\x9e\x65\xe6\x7d\x9d\xe9\xb9\x4c\x39\xab\xcf\x75\xca\x33\x07\xd3\xf2\xad\xf9\x6b\xee\xcc\x46\x26\x3e\xb3\x11\xad\xd6\x9d\x45\xe2\xb7\xda\xac\x3f\xfb\x78\xae\x36\xaa\xd5\x46\xe0\x94\x2f\x95\x14\xae\x68\x23\x77\xf2\x36\xf5\x76\xc8\x6e\x9b\xa9\x13\x46\xd4\xaf\x41\xe3\x36\x45\xc7\x48\x34\x0f\x7f\x3d\x1b\x9e\x42\x07\xda\xa0\x77\x99\xf5\xec\x11\x31\xba\xa0\xa7\x9e\xf5\x97\x83\x73\xf4\x54\x37\x33\x00\x49\xdc\x0a\x98\xef\xe7\xbf\x3e\x10\x4c\x0e\xa4\x84\xa1\x7f\x32\xf5\x5f\xa6\xfe\xd9\xb5\xc0\x81\x20\xbe\x9f\x77\xce\xd7\x1f\x5a\xa3\x0b\x1c\xc8\xfb\xb2\x89\xb2\x05\xfd\x83\x73\x96\xb8\x8b\x75\x79\xe0\x83\x3b\x53\x97\x05\x0c\xd8\xaf\x5c\xcd\x1d\x5f\x27\xdf\x23\x3d\x52\xaa\xf3\x5d\x4e\x9b\x4d\xb7\x3a\xe3\xd7\x17\x19\x1b\x55\x27\x9e\x20\x8e\xa1\x3d\x81\xd1\x21\xce\xae\xdf\x3e\x44\x1e\x3e\x13\x75\xca\x66\xdb\xe0\xe3\xda\x5f\xf1\x4b\x4d\xf9\x06\xee\x76\x05\x26\xde\x36\xf0\x1a\xf8\x31\xd3\x99\x94\x67\x40\xef\xfa\x3e\x7b\x39\x4e\xd1\x88\xb3\x0d\x99\x23\x46\x9b\x19\xb1\x3e\xca\xa6\xae\x09\x2b\x31\xde\x70\x4f\x92\xea\x13\x12\x6f\x7c\xb7\xce\x9f\xfa\x24\x48\xd5\x64\x6b\xed\x4a\x9a\xb2\xbf\x98\xa9\xe2\xa5\x2c\x9a\xb7\x1f\xb7\x69\xe0\xf9\xbb\xb4\xbb\xde\xf7\x4c\x4a\xce\xea\xd3\x4d\xdc\xe8\xa6\x32\xa7\x48\xf4\x0c\x57\x67\x33\xa9\x32\x0b\x7a\x86\xeb\x01\xd3\x2d\x25\x4d\xc8\x5a\x87\x1e\x00\x22\xe3\xba\xfe\xce\x85\x09\xff\xf7\x1c\x60\xfa\x20\xdc\xbf\xfb\xf7\xf5\xc7\x46\x87\x17\xce\x85\x31\xff\x9f\x0b\xba\xe0\x07\xb1\x39\xa3\xf9\xfa\xf2\x04\xb6\xc0\x0d\x3c\x8c\x05\x58\x37\x8d\xc3\xdd\x1c\x07\xe0\xed\xda\x42\x3b\x9b\x0b\xe3\xd2\x67\x04\x39\x0b\x42\xd1\x5c\x0d\x3d\xd5\xea\x84\x76\xea\x37\x0b\x17\x93\x74\xef\xb8\x99\x83\xbe\x55\x6e\x3b\xec\xfd\x67\x72\xf3\xfa\x7d\x9e\x9b\x36\xcf\x9c\xbf\xf2\x2a\x90\xac\x37\x34\x93\xde\xa9\x15\xb2\x49\x9b\x67\xf6\xfe\xf4\xc9\xd0\x75\xda\x02\xa3\xda\x54\x9b\xc0\x6e\xed\x97\x1f\xd6\x52\x3b\xfc\xc9\x3a\x87\x7a\xf6\xd2\x14\x7c\x06\x75\x7d\x5f\xec\xa1\x25\x78\x6b\x50\xf2\x9e\x68\xd2\x4e\x7a\x3d\xa6\x4c\x3c\x70\xa5\x4d\x7b\xd8\x52\x5a\xef\x96\xd0\x5d\x5d\x26\xf4\x0e\xdf\x92\xa5\x9f\x75\xde\xa4\x8f\xaf\x75\xa4\x37\x3a\xb9\xea\x9d\xbd\xf2\x05\x11\xb6\x2b\xd0\xbb\x50\x7d\x1f\x09\xb3\x1e\xd7\x7b\x79\x4e\x1b\xa9\xb2\xda\x0a\x60\xce\xb8\xfe\x61\x8c\xfb\xff\x20\x63\xfe\x9f\xa9\x7f\xff\xdf\x1c\xc8\x78\xd9\xc4\x8b\x05\xfd\x4f\x94\xbe\xf0\xfb\xaf\x45\x19\xfa\xd7\xbb\xc5\x7a\x2d\x15\x60\x29\x1d\x87\x3b\xc7\x0f\xc0\x33\xba\xe9\x7c\x71\x2c\x80\xd4\xc5\xbd\xa2\x59\x6b\x20\x88\x34\x2e\x2b\x17\xb1\x1a\x0b\x36\xb3\x25\x9b\xb8\xc9\xa2\x36\x9e\x1d\xe6\x9f\xad\x0b\x90\xe1\xf4\xf5\xb6\xe1\xc6\x85\x88\x61\xa5\x9f\xd3\x39\x8a\x0c\x1d\xbb\x57\xe4\xa2\x49\x76\xa2\xe7\xf4\x0e\xba\xf5\x69\xc8\xd1\x53\xa7\xed\x5d\xab\xd4\x75\x67\x97\xd0\xf5\x9c\xd4\xd4\x1f\x8c\x60\xf4\x44\x47\x6e\xf5\xfa\x0f\x63\xf4\x0f\x76\x52\x1a\x4f\xdf\xb4\xd2\x87\xec\xce\x69\x92\x5e\xe6\x21\x3b\x6c\xf7\x68\x19\xb5\xb5\x22\xdc\xb6\x02\x5a\x71\x8f\x1d\x10\x27\xeb\x95\x5a\x65\x4d\xd3\xc8\x51\x4b\x29\xb2\xeb\x9d\x7c\xe4\xaa\x45\x84\xd6\xb9\xfa\x3a\x74\xb9\xe9\x0e\xb2\xc3\xf5\x43\x28\x97\x09\x1f\x80\x67\xff\xbf\xfb\xa0\x82\xf1\x1c\xa8\xbb\xbf\x58\x5f\x30\xee\x93\xe1\xe3\xf3\x75\xb2\x79\x7a\xbe\xe0\x3e\xff\x80\x85\xe7\x43\x17\x63\x0e\xf6\x61\xfd\xbf\xfa\x5f\x65\x11\x00\x2e\x19\x87\x3b\x61\x04\xc0\xed\xbe\xbe\x25\xaf\x03\x40\xea\x20\xd7\x70\x7c\x2f\x34\x11\xc3\xc5\xf8\x02\x12\xb0\x6f\xa6\x7c\x6a\x17\x1d\x77\x61\xda\x6e\x4b\x74\xa2\x2c\x57\xa1\xdd\xf1\x2f\x8c\x8c\x0c\x8f\xa0\xf9\x45\x44\x53\x39\xdd\x75\xa8\xcd\x25\x33\xb3\x57\x9a\xbf\x50\xa1\x07\x89\xe6\x03\xea\x2b\x10\x7a\xaf\x82\xc5\x33\x02\x0d\x79\x33\x39\x6b\x29\xa5\xe6\x84\x9a\x20\x9d\x26\xeb\xf0\xf7\xa7\x9f\xa1\x5b\x0c\x53\xd5\xb4\xbe\xef\x44\x37\x18\xa2\x6a\xa1\x1f\x23\x51\x61\xc3\xcd\x6a\xb5\x7d\x1f\x50\x8a\xfe\x2f\x42\x52\x97\x25\xaa\x63\x60\x4e\x54\xe8\xd8\x88\xea\x1a\x1c\x21\x94\xb5\x25\xa3\x85\x14\x07\xc2\xc4\x63\x51\xf4\x9a\x2e\x91\xd8\xde\x94\x80\x5e\xd3\x3d\xf4\x67\x1f\x14\x1f\x62\x9c\x83\x0c\xff\x87\xa7\x8c\x3c\xa0\x8f\xd5\xf3\x75\xf6\xed\x9c\xd5\x82\xfe\x39\xcb\xe0\xa0\x18\x7a\xff\x63\x86\xee\x73\xb3\xfa\x5f\xfd\xb3\x34\x0d\x60\xd7\x87\x15\x0d\x07\x7d\x00\xb8\xf8\xd7\xba\x24\x3f\x03\x10\xaf\x64\x7b\x1a\x6e\x09\x93\x04\x25\xc1\x56\xcf\xa7\xe0\x61\x78\x46\x16\xb5\xa1\x62\x9f\x1d\xcf\xaa\xe5\x98\x6d\xc5\xca\xc3\xef\x6b\x7c\xd5\x77\xc5\x42\x72\x43\xc8\x79\xda\x43\x98\x72\x99\xab\x2e\x0b\x93\x7b\x20\x15\xa1\xfd\xcd\xda\xfa\x81\x04\x49\xf4\x6a\x6f\xbb\x41\x15\x7e\x1b\xfa\xf4\xe7\x6b\xbd\x6e\x15\x71\x4c\x07\x7d\xab\xd5\xfd\x3b\xdf\x22\x66\xe6\x3b\x46\x20\x3e\x55\x96\xfd\xd1\x84\xed\x54\xef\x54\xe6\xf8\xf4\x08\x13\x27\xdd\x54\xfa\x3e\x60\x80\xe9\x12\x7d\x55\x12\x7a\x71\x18\x9b\x86\xb4\xca\xdb\x97\x21\x18\xbf\x7a\x9b\xb2\xd1\x73\x2e\x2c\x11\x3f\x0b\x70\x98\xeb\xdf\x73\xe0\x11\x83\x87\x58\xd4\x7f\x69\xf7\x67\x1d\x70\x7f\xf9\x20\x30\x39\xa8\x16\x4b\x06\x07\xf4\xfd\x5f\xfd\xb3\xf8\xc8\x62\xcd\x7a\xbb\xa8\xfb\x27\x1e\x04\xd8\x94\x8d\xc3\x45\xeb\x02\x88\xbe\xdf\xb1\xcb\xaf\x12\x40\x95\xca\x7b\xc9\xc5\x0c\xce\xeb\xc7\x88\x0f\x59\x86\x81\x9a\xfd\x72\x85\x1b\x46\x03\xc0\x1d\xe4\xa6\xc2\x49\x71\xc0\x20\x65\x18\x7f\x99\x5c\x83\x3d\x38\xba\x8a\xe4\xae\x61\x83\x35\x9c\xca\x26\xb9\x11\x9d\xb1\xb2\x6b\x04\x75\x2f\xb5\x6c\xcc\xbd\xb9\x4a\x8b\x45\x65\x0c\x0b\xee\xda\xa9\x71\x4f\xe9\x3d\x56\x3c\xac\x43\xb2\xfe\xcd\x3b\x68\x82\x38\xf6\x52\x29\x53\x0e\xc0\x0f\xb6\xc8\xf5\xcb\xc9\xcc\x65\x00\xb7\x6c\x89\xdc\xeb\x9f\x1b\xb1\x19\xf9\x27\xf2\x4b\xbe\x0e\x62\x3f\x14\x24\xe5\x76\x7d\xdc\x00\x5b\x65\x6f\xcb\x3f\xec\xdf\x81\xbd\x57\xdc\x0a\x70\x26\xe8\xdf\x73\x70\x91\x83\x41\x5f\xcc\x38\xcf\xd7\xef\x78\x48\xc2\xfd\xe5\x83\xf0\x9b\x03\xca\x61\xe8\x9f\x3f\xfe\xd5\x3f\x99\x39\x00\xcc\xf9\xef\x58\x2d\x00\xce\x0d\xab\x4a\x03\x65\x01\xf6\x97\x6d\x59\xe7\x31\x0d\xa0\x32\xcc\x15\x65\xa7\x0a\x5f\x75\x0d\x05\xbf\x9b\xe6\xc1\x71\x2b\x92\x44\xad\x81\x31\xc4\xf8\x04\xcb\x74\xea\xf2\x82\x51\xec\x6b\x85\xca\xdf\xf9\x0e\x09\xc0\x75\x2c\x49\x79\x98\xa0\x0d\x42\x95\xca\x4a\xaf\x7f\xe7\x3a\xa8\x60\x5f\x9a\xb3\xf0\xfa\x4a\xa7\xb1\xa1\xce\x52\xbc\x8a\x42\x3f\x86\x0c\xf9\xa8\xa4\xca\x3f\x00\xd1\x69\x19\x25\x96\xdf\xbc\xc3\x24\x3c\x80\x40\x49\xfd\xdf\xbc\x43\x32\x8d\x07\x5e\x0b\x7d\x97\x54\x9f\x2c\x86\x16\x61\x19\x49\x8e\xef\x87\xa1\x41\x38\x01\xa0\x9e\xc1\x83\x31\x73\x81\x16\x39\x98\xb1\x0f\x70\x6e\xbe\xf6\x8d\x2e\xf6\xc3\xf4\x41\xb8\xc3\xd0\x3d\x2f\xdd\xff\x57\xff\x64\xea\xbf\xa9\xa9\x8b\x95\xe9\x03\xe1\xf6\x0b\x60\xb9\x2d\x0e\xe7\x79\x1c\x40\xf0\xfc\x06\x57\xa7\x17\x00\x0a\x63\x6c\xf7\x2d\xa3\x00\xc8\x2d\x7c\x38\x43\x07\xe8\x33\x5b\x26\x54\x42\x51\x84\xa7\xae\x26\x22\x73\x64\x43\xa8\x09\x2d\x97\x20\xa9\x0f\x41\x45\xf2\x66\xc9\x1f\x24\x23\x88\x3e\x60\x29\x2b\xa2\x76\x1e\x02\x8b\x9b\x64\xef\x31\x73\x1d\x94\xbc\x21\xec\xaa\xbe\xcc\x25\x85\x09\xb0\xbe\xaf\x26\x67\x2f\xdf\x0d\x26\x6d\xc3\x72\x57\xe4\xa6\x80\xd2\x7f\x44\x5e\x55\xb6\x1d\x02\xbf\x2f\x91\x55\x66\xf2\x0e\xd2\xef\x61\x04\x4e\x88\x65\x49\x1e\x07\x80\x11\xa1\xad\xe2\xbd\x00\x00\xfc\x02\xa2\x6f\xb0\xf9\x77\x49\x9f\x3f\xe7\xe0\x22\x07\x33\xc1\xe8\xfb\xb7\xfe\xcb\x98\xff\xbf\xcb\xc8\x47\xba\xc2\xd0\x6d\x4f\x31\x7c\x40\x0a\x6a\x18\xfa\xef\x1e\x86\xfe\xcd\x38\x1f\x7c\x18\xba\xb0\xed\x76\x00\x9c\x35\x0e\xe7\x6c\x06\x20\x60\xbf\x2e\xde\xba\x05\x40\x2e\x6e\xfb\x3d\x93\x51\x00\x0d\x7b\xce\x41\xbd\x14\x00\xc3\x70\xbe\x70\x1d\x5f\x18\x75\x2c\x12\x5a\xa9\x51\x0b\xe3\xbe\xa3\x42\x16\xcc\x7c\x07\x42\x04\x3c\x4f\x91\x16\x3d\x80\xcf\x86\xa6\x5c\x4c\xec\x89\xf2\x4d\xb8\x53\x2c\x27\xbe\x4d\xb1\x11\x6e\x55\xb2\x8b\xeb\xca\xcb\xc3\xbd\xcb\x81\x62\x3e\xb2\x37\xa0\xee\xf6\x19\xb1\x27\x72\x78\x48\x6f\x0d\x90\x1a\x94\xd9\x08\x17\xba\x54\x24\xb6\x49\x67\xc3\xf5\xa1\x23\xe2\xef\xa4\x65\xe0\xd5\x44\x87\xd8\x79\xa9\xcf\x00\xd0\x28\xb2\x57\x92\x08\x00\xd3\x82\xba\xcc\xf5\x60\x72\x30\x33\x8c\xeb\xfc\x81\xc1\x75\x30\x39\x20\xa6\x0f\xc2\x55\xc6\xf5\xff\x7f\xf9\x20\xc4\x33\xfe\x1f\xd3\x07\xc2\x65\xed\x62\x75\x7d\x0c\xb0\xbb\x63\xc5\x1a\x6b\x3e\x00\x5e\xef\x55\xea\x26\xf7\x00\x24\x92\x37\xf6\x1b\x0c\x01\x10\xfb\xd9\x15\x75\xaf\x01\xe8\x9f\xe7\x99\x22\x0b\x01\xd8\x44\xf2\x51\x34\x9a\x01\x3c\x0a\x04\x36\x10\x4f\x00\x35\xa4\x49\xf0\x28\x3e\x09\x20\x86\x28\xf0\x54\xa5\x08\xe8\xa9\xb2\x82\x37\x95\xb9\x61\xe4\x40\x8b\x70\xaa\x62\x05\x0c\x16\x0d\xed\x0f\x52\x88\x84\xe7\xa7\x2e\x89\x6e\x65\xfa\x1a\xc8\x04\x40\xcf\xad\xbe\xfd\x5f\xa5\x9b\xe0\x45\xd3\x29\x91\x4a\x26\xef\x20\xd5\x0a\x2d\x6f\xdb\x45\x3f\x31\x79\x07\x49\x15\x80\x89\x0e\x61\x29\xe6\x7a\x20\x8a\xf0\x0c\xf7\x37\x07\xf4\x1f\x3f\x20\x66\x2e\x16\x33\x17\xea\x98\x15\xe3\x1c\x60\xf0\x3f\x49\x8c\xf5\x09\x67\xec\x03\xa6\x0f\x04\x53\xff\xb7\xcb\x01\xd8\xfd\x69\x79\x95\x7a\x1e\xc0\x6a\x4d\x1c\x4e\x7f\x1a\x40\x74\x60\xbd\xbe\xb6\x1e\x80\xd2\xd7\x6d\xeb\xb4\x34\x00\xb4\xb7\xb2\x8f\x6a\x64\x00\x98\x3b\x70\x9d\x23\x99\x03\x38\x25\xf3\xa0\x6a\x4e\x00\xbe\x99\x7b\xc5\xf0\xee\x00\x61\x42\xfc\x96\x2a\x12\x00\x31\xd5\xfc\x5c\x4a\x11\x00\x29\xa1\xfc\xf5\x0a\x8d\x00\x79\x2f\xf6\x8d\xc8\xfb\x03\x1c\x9d\x12\x98\x90\x79\x02\x50\xc6\xb3\x2f\x5c\xfa\x26\xc0\x79\x79\x01\x17\x69\x36\xa0\xd7\xa4\x09\x1a\x4a\xe9\xc0\x54\xc3\x8c\xd0\x0a\xc9\x0c\x98\x7c\xcc\x22\x44\x91\xdc\x08\x13\x9d\xc6\x42\xf7\x24\xbe\xc1\x54\xdf\x7d\x61\x1e\x89\x3a\x80\xd1\x4c\xa1\x82\x61\xc6\xdf\xcb\x7c\x0f\x7a\xb4\xec\xdf\xf7\x80\xaa\xa0\xc5\x7a\x42\xf3\x3f\x1c\x0c\x63\x3d\x22\xa5\x16\xab\x1f\x37\x83\x7f\x61\xf8\x6a\x99\xe2\x17\xab\x36\x83\x33\x55\xdb\x0b\xc0\x3a\x84\xc3\x69\xff\x04\x10\xa2\xad\x31\xd4\x60\x05\x50\x20\x6d\x26\x12\x56\x00\xa8\x15\x6d\xab\xc0\x77\x01\x18\x9c\xdd\x95\x83\xbf\x0d\x60\x99\xcd\xee\xa1\xaa\x0c\xe0\xf2\x8d\x63\x4c\x45\x1b\xc0\xa7\x95\xeb\xaa\xf2\x66\x80\x90\x8f\x3c\x02\x8a\x86\x00\x31\x6f\x78\x5e\xc9\x7f\x03\x48\xb9\xcd\x7b\x49\xd6\x19\x20\xc7\x9c\xa7\x57\x56\x0a\xe0\x88\xcb\xde\x77\x32\x51\x00\x27\x8f\xf2\x0f\x4a\xbd\x06\x38\x3d\xc7\xbf\x49\xf2\x17\xc0\xc5\x10\x7e\x2f\x49\x17\x80\x9b\x2e\xfb\x52\xc5\x07\x01\xee\xbd\xe6\x0f\x10\x6b\x07\x78\xc2\xc3\xf7\x4c\xec\x25\xc0\x4b\x6e\xfe\xcb\xbf\x9f\x83\xa6\x8c\xe7\xe0\x81\x7f\x9f\x83\xcc\x5c\xa8\xc3\x0c\xde\x27\x83\x91\x17\x13\x53\xf6\xef\x3e\x70\x0f\xfd\xf7\x3e\x30\x58\xfa\x2f\x07\x22\x37\x02\xb0\xa4\x0e\x87\xd3\xf0\x00\xd8\xc7\xce\xfa\x70\xfe\x3a\x4b\xbc\x5c\x4b\x53\xde\x0b\xa0\xd4\xb6\x29\x40\xa1\x15\x40\xeb\xe1\x16\x6e\x45\x23\x00\x63\xdd\xed\x64\xa5\xa3\x00\xb6\x25\x6c\x78\xf9\x55\x00\x4e\x56\x3b\x2f\x2b\x76\x01\xf8\xcd\x70\xfc\x52\xd8\x05\x10\x48\xe7\xe0\x93\x5b\x02\x10\xe5\xce\x11\x21\xe3\x01\x90\xa4\xc4\xf1\x4d\xc6\x0c\x20\x0b\xe1\x96\x94\x0e\x04\x38\xec\xca\xb3\x5e\xd2\x16\xa0\x28\x8f\xeb\xa7\x24\x0e\xa0\x3c\x84\x27\x52\xc2\x15\xe0\x5c\x10\xaf\x9e\xf8\x32\x80\xab\xcf\x79\xfa\xc5\x9e\x02\xd4\x1b\xf2\x7e\x14\xe3\x02\x68\x3c\xcf\xbb\x40\x43\x51\x70\x8b\xfa\xc5\xbf\xbe\x20\xff\xe3\x83\xa0\xa6\x3a\xcd\x3a\xf6\x87\x83\x50\x93\x26\xe1\xb7\x0b\x00\xa8\x37\x6a\x49\xb0\x55\x01\x90\x33\xf5\xac\xb8\x76\x01\x50\x3e\x98\xe7\x09\x24\x01\xe8\xe9\x38\xfd\x14\x5b\x02\xa0\x77\xda\xef\x9b\xac\x1d\x00\xc5\x29\xf6\xbb\xca\x31\x00\xed\x8a\x5c\x94\x78\x1e\xc6\x35\x5f\x94\x56\x68\xce\x40\xbd\xfa\xfa\x1a\x0d\xdd\x1a\xa8\x20\x44\x3c\x58\xa6\xe7\x06\xb9\x78\xa3\xd7\x9d\xfa\x74\x38\xa4\x72\x71\x38\xc5\x80\x13\x12\x55\x52\xe7\x5e\x18\xb1\x43\x9b\xb2\x3d\xaa\x4a\xb9\x07\xa0\xf8\x06\x7d\xa0\x85\x9b\x6e\x53\xe2\x47\x2f\x91\xb7\xfd\x98\x50\x52\x42\x6f\x6b\x9d\xff\xcc\xa7\xf4\x06\xbd\x41\x56\x7c\x5f\xa9\xd4\x8a\xf6\x6b\x9e\xef\xdd\xaf\x5c\x80\x76\x6b\x69\xbf\x7c\xad\x1c\x8a\xe1\x34\xbc\xda\xe2\x55\x74\xb1\x35\x1a\x94\xc7\xa7\x54\xf7\x62\xac\x1a\x77\x1f\x2e\x57\x59\x8e\x19\x10\x59\xee\x77\xab\x5a\x63\xa2\xea\x0b\x77\xb9\x4e\xc5\x7f\x78\x98\x05\xfd\x7f\x49\x98\x12\xdb\xdf\x7a\xa7\x50\x88\x8a\xcf\x2a\x35\x00\x85\xd5\xaa\x7c\x1b\x63\xff\xac\x83\xc6\x53\x8d\x28\xb6\x9b\x00\x3a\xf9\x14\x0b\x6e\x7f\x00\x3d\x65\xe3\x3b\xfc\xbf\x00\x0c\x2e\x3a\x2d\x93\x08\x00\x30\xd0\xf3\xdf\x26\x3f\x08\xa0\x87\xc6\x4e\xa9\x59\x02\xe8\x3c\xcb\xdd\xa0\xae\x0f\xaf\xb4\xbe\x94\xa2\xda\xe9\x70\x4a\x7d\xfa\x6a\xa4\x5e\x24\x04\x11\x2b\x1e\xd4\x18\x8e\x82\x27\xbe\xb7\x47\xc9\x28\x0e\x5c\x54\xa3\xbf\x06\x1b\xf3\x80\xa7\xca\x17\x44\xc4\xf8\x2d\x5c\x57\xbe\x8f\xee\xd6\x57\x42\xdc\x94\x24\xd0\xd3\x64\xe7\x49\x7e\xa5\xb3\x68\x9e\x76\xc9\xb7\x60\xe5\x08\x34\x5c\x07\x1d\x1c\x52\x11\x44\x23\x75\x8d\xdf\x4a\xa9\xdc\x47\x93\x74\x89\xaf\xf2\x55\x97\xa2\x67\xb4\xbf\xb7\x23\xaa\x9b\xd0\x17\x64\xd1\xd6\xdd\xaa\x25\x68\xbf\x56\xdf\x43\x37\xb5\x9d\x68\x83\x76\xcf\x03\x82\xaa\x34\x26\xa8\x8e\xbf\x3b\xa7\xea\x86\x91\x48\xeb\xfe\x2f\x2e\xe8\x5f\xfd\x9f\x43\x43\xe9\xdc\xb2\xef\x00\x62\xc2\x8a\x0f\x57\x8f\x03\xc8\x9b\x2b\x99\x6c\x08\x01\x20\x18\xe3\x2d\xb7\xad\xfd\xc3\xc5\x50\x3e\xe9\xd2\x78\x50\x00\x03\x5f\xe3\xdd\x02\xdd\x00\x46\x21\x0e\x03\x52\x4b\x00\x8c\x0a\x7c\x43\x94\x64\x01\xf4\x27\xa3\x3e\xe2\x27\xe1\x0b\x25\x37\xe7\x9d\x56\x3e\xb4\x90\x13\x4a\x4b\x75\x4a\x20\x40\x33\xed\xaa\x95\x91\x09\x04\x13\xe3\x9b\x09\x86\x2f\x40\x56\xad\xae\x37\xd0\xb4\x11\xc4\xf1\x5c\xa3\xfa\x66\x2e\xe0\xac\x82\x20\x27\x4d\x14\xa1\x52\x65\x39\xba\xc4\x80\x32\x77\x51\xf9\x15\xca\xa1\x4f\xf8\xc9\xae\xc2\x89\x0a\xe8\x8b\x7e\x7e\xa7\x32\x80\xf2\xea\xbf\x7a\xff\x51\xa5\x1f\x35\xa7\xfc\xea\x99\x56\xd5\x40\x83\x29\x3b\x3b\xea\xf0\x99\xa8\x8b\x9e\x42\xdb\x49\xd5\x4c\xb4\x8d\x7c\xe4\xb1\x13\xfe\x15\x7a\x53\x7b\xea\x01\x01\x9f\x80\xfe\xd0\x0a\xbc\xd7\x88\x3f\x89\xad\xd4\xd4\xbe\xfd\x45\xcd\x18\x5b\xa3\x69\xb1\xb0\x1f\x54\xfe\x2f\x2e\xe8\xbf\xfa\xbf\x38\x4d\xa1\x78\x4d\xee\x1f\x0e\x82\x78\x4c\x75\x60\x1b\x37\x80\x76\x16\x09\x61\xa3\x02\x18\xdc\xd2\x0d\xe7\xed\x06\x30\x1c\x31\x7c\x20\x58\x05\x60\x9c\x6a\x67\x25\xd9\x0e\x60\xfc\xd1\x53\x54\x91\x02\x60\x78\x2a\x4a\x94\x68\x09\x03\x7a\x4b\x72\x52\xc9\xaa\x50\xa9\xb3\xa1\xa4\x59\x2f\x1b\x0c\xb5\xf8\x6a\x2c\x4c\xb2\x61\x2f\xe9\xc3\xa3\xe7\xe6\x5b\x31\x94\x90\xf2\xf6\xb0\xa5\x12\x08\xe0\xf9\xc7\x48\x66\xa3\xa0\xa0\x7a\x10\x71\x30\x2b\x81\x5c\x15\x3b\xe4\xbd\xe1\xa5\xe9\xa3\x2a\xae\xc8\xb4\xe1\xc6\x11\x0f\xd5\x4a\xe4\xb1\x71\xc6\xd0\x7e\xbc\x0d\xf2\xcc\xf8\x66\xdf\x21\xbc\x3e\xba\xd6\xd0\xeb\x55\x09\x7e\x0e\x15\x36\x28\x7a\xde\x83\x6f\x46\x3d\xf4\x04\x5a\x0d\xd4\x6c\xd0\x18\x4a\xe1\xc3\xfd\x6a\x2e\xe8\x65\x9d\xa4\xc6\x23\x84\x5f\x68\x2e\x25\xaa\x41\x95\xb0\x1d\xfd\x4c\x36\xab\xeb\x22\x94\xa0\x9f\xc9\x71\x7f\xf3\x51\x8b\xb9\x49\x4c\x9d\x8f\x9d\x4f\x45\x70\x29\x0d\x80\x3b\x5d\xbe\x6d\xc5\x26\x00\x89\x6a\xb9\xf8\x35\xb1\x00\x8a\xba\x0a\x37\x37\xfc\x04\xd0\x78\xa9\xdc\xbd\xf5\x31\x80\x2e\x91\x08\x6c\x3d\x00\x86\x75\xe4\x03\xdc\x65\x00\xc6\x2c\x86\xdf\x85\xfc\x01\x4c\xc7\xad\x57\x48\xdd\x03\x30\x19\xf4\x34\x57\xea\x03\x30\xf2\x88\x88\x26\x46\xc1\x1d\x03\xc1\xac\x72\x5d\x15\x88\xd7\x55\x2e\xdd\x6b\x18\x09\x12\x64\xf1\xab\xce\x66\x17\x81\x93\x34\xf0\xd8\xcd\xdc\x01\x96\x10\x0c\xfb\x2e\x5a\xd0\xb1\x8f\x6a\xb8\x5f\x76\x56\xd3\xb0\x4b\x95\x8e\x88\x59\x78\xd0\xbd\x54\x6e\x20\x0f\x8d\xfa\x27\x58\x55\x25\x90\xbb\xc6\x29\xc3\xbc\xf8\x0d\x48\x83\x09\xdf\x80\x0f\xfe\x25\xd2\x64\x62\xd3\x6b\xa7\x86\x47\x86\x8d\x65\x3b\xea\x08\x91\xc8\x27\xe3\x81\xff\xe1\xc2\x96\x13\x26\xd0\x40\xbd\x93\x77\x0f\x13\xa5\xd1\x42\x8a\x78\xfd\x71\x62\x04\x7a\x5d\xe7\xd7\x0d\x32\xb1\x1c\xed\xd7\x56\xf8\x5f\x2e\x88\xa9\xf3\x31\xf5\x7f\xbe\x1f\x32\x43\x2c\x71\x7f\xf2\x20\xf0\x61\xf2\x5f\x37\x36\x02\x90\x95\x95\x14\xb7\x7a\x03\x18\x7c\x51\x33\x62\x73\x03\x30\x56\xd0\xd2\xe3\xde\x0b\x60\x7a\xdd\xa0\x59\xa8\x1a\xc0\xfc\xaa\x45\xa9\xb4\x3d\x80\xb9\x97\x9b\xa6\x4a\x14\x8c\x9b\xe4\x85\x1f\xd0\xc8\x84\x06\x03\xc9\xac\x63\xba\xda\xe0\xad\x3b\x53\xf2\xcc\x68\xf4\x37\x2f\x37\xac\xfe\xae\x85\x60\xf5\x1a\x7b\x47\xa8\x7a\xcf\x6f\xcd\x8b\x35\xa8\x91\x67\x1a\x6c\x49\x20\xa1\x7a\x0e\x31\x35\x5f\x35\x47\xc2\x6f\x46\x48\xe6\xe3\x3f\xa2\xf0\x0d\x88\x8e\x05\x7e\x68\x4e\xed\x20\xe2\x60\xb1\xb6\x4f\x84\xe0\x8f\xf8\x5a\x6c\x7f\x15\x4f\xb4\x46\x92\xcc\x5b\xda\x49\xc4\xaf\xc8\x79\xb3\xe3\x2d\xf2\xa4\x32\xe4\x89\xe9\x9d\x66\x3d\x52\x3e\x8a\x33\x2e\x67\x72\x61\xb7\xab\x49\xcf\x51\x67\xfd\xee\x9b\x56\xea\x3b\xd1\x4c\x3d\xa3\x9a\x27\xa4\x6a\xf4\x95\xf6\xc8\xff\x9e\x0b\x4c\xfd\x7f\x63\x92\xcc\xba\xf9\x2a\xa0\x21\x33\xbd\xd2\xf5\x0f\x07\xc1\xf4\x83\x60\xe6\xa4\x30\xfd\x62\xcc\x6a\x35\x9d\xb9\x1f\x01\x58\x5a\xe9\xf5\x0b\xe5\x03\x58\xc8\x58\x2c\x95\x2e\x01\xb0\x48\x74\xd9\xad\x92\x02\x03\xa6\x10\xb6\x5c\xf3\x07\x94\x1b\xd2\x32\x6e\xe8\xa5\x82\x39\xe5\x46\x89\x9b\x89\xeb\xef\x75\x78\xa0\xe1\xf0\xc4\xcd\x76\x15\x76\x9a\x68\x35\x50\x67\x47\xc6\x8e\xab\xe5\x51\x3f\xda\xb3\x62\x80\x37\x40\x58\x2d\x3b\x26\x82\xd4\x2c\xe8\x83\xd6\xef\x86\x9b\x09\x3e\xf4\x37\x36\xad\x03\x64\xa2\x00\x7d\xce\x46\xba\xfb\x09\xf1\x20\xa2\x61\x39\xd2\x69\x4f\xf2\x44\x74\xac\x76\xb5\xd6\x90\x3e\x21\x47\xcc\x9b\xff\xcb\x85\x35\x6c\xd0\xe0\x43\x37\x1a\xa7\xdd\xdc\xa7\x29\x86\xee\x32\x8e\xbe\x96\xae\x29\x87\xea\x1a\x46\x5f\x0e\xd2\x48\x42\xcf\x50\x42\xfe\x5e\x87\xc5\x73\x01\x97\x28\x53\xfb\xb7\xfe\x2f\xe4\x20\x79\x63\x65\x2b\x80\xbc\xa9\x94\xc1\x5a\x57\x00\x8d\x9f\xd2\x97\x36\x0c\xfe\xe1\x41\x98\x5c\x8c\xb5\x22\x69\x80\x5b\x1b\xc0\xa6\x44\xf7\xa0\x60\x23\x80\xb5\xad\xd9\x03\x19\x5e\x00\xab\x2e\xa7\x32\xfc\x10\x3c\x33\x3f\x13\x42\x21\xa7\x40\x9a\xb1\x41\xfa\x5b\x83\x13\x20\xac\xaf\x7a\x22\xc9\xdc\x05\xab\xd5\x39\x75\x8d\xc7\x2e\x05\x8b\xd2\x4c\x6c\xdd\xef\xb8\x03\x73\x20\xce\x0c\x7d\x74\xfc\xfe\xdb\x2f\xeb\x89\x5a\x03\x3d\xcd\xee\xfe\xd8\x13\x82\x15\x3d\xdf\xae\xe7\xe3\x39\xe2\x20\x3d\xdc\xa1\xb0\xaf\x9c\x24\x4c\x6f\xb3\xe3\x78\xa5\xa6\x1e\x4f\x7f\x69\x97\xd8\xd6\xa5\x61\x8f\xe0\x6c\x6d\x7e\x73\x61\x9b\x34\xe5\x91\x40\xcb\x9e\xbb\x3e\x9a\x12\xc8\x45\xf3\xea\x9b\x45\x5a\xfb\x91\x5e\x33\xdd\xda\x36\xad\x5d\x28\xab\x49\xd0\x65\x1a\x59\x11\xdd\x64\x62\x57\xdd\xa9\xe5\x8c\xfa\x1a\xb8\xfe\xc3\x05\x2d\x9c\x13\x4b\x70\x52\x46\x0b\xcf\x09\x39\x19\xab\x65\x89\x00\xa2\x9d\xe2\xc1\xab\xf8\x01\x94\x44\x25\xaf\xaf\x3d\x0b\x40\xe6\x91\xde\xb4\x71\x09\x80\x61\xbd\xd4\xaf\x4d\x3d\x00\x96\xb5\xf2\xb0\x23\x04\xc0\x3e\x57\x2d\x9d\xb3\x1d\xc0\x71\x40\x3b\x5b\x88\x0f\xc0\xbe\xde\xc4\x48\xba\x1b\x68\xb6\x09\xf6\xa2\x04\x89\xdf\xbe\x62\x0e\xa6\xcd\x29\x88\xb1\x37\x86\x1a\x9c\x3e\xb1\xd6\xca\x0f\x2b\xd7\xf9\x75\xcd\xd7\xbe\x18\xd3\xd6\x9c\x7c\xda\xe3\x5c\x80\xad\x26\x95\x7c\x89\x73\x5b\x85\xf1\x10\x1e\xd3\x1a\x5d\x86\x7e\x95\x12\x4b\x68\x5d\x2e\x93\xc3\xb2\xa4\x53\xb4\xef\x2e\xc8\xfb\x02\xf5\x1f\xb4\x2f\xae\x4f\xbb\x29\x1a\x4e\x74\x1d\xe7\x4d\xcf\x06\x34\x8b\xe9\x29\x8e\xaf\x5a\x5c\xb4\x0e\xd1\x8b\x1c\xf3\x1f\x64\x6b\xf5\xd1\xfb\xec\xa3\x98\x3e\x59\xb7\x6e\x93\x51\xc4\xc0\xfa\xc3\x75\x2f\xf2\x73\xe4\xa8\x25\xf1\x72\xa7\xf6\x0e\x64\xc8\xcc\xbf\xba\x4a\xdb\x0e\x65\x31\xdd\x7e\xf6\xa4\xce\x1e\x54\xd4\xb8\xea\xef\x73\x61\x71\x3f\xac\x48\x95\x98\x9b\xaf\x3c\x23\x92\xbb\x56\xb0\x00\x48\xca\x8b\x7d\x5b\xf5\x0e\x00\x1f\x29\x7a\x6d\x4d\x2a\x00\xc5\x42\x7c\x6a\xc3\xe6\x3f\x3c\x88\xdd\x4e\x99\xb2\xed\xac\x00\xae\x7a\x2a\xfb\x39\xae\x02\xb8\x69\x68\x7d\x12\xf2\x02\x70\x21\x18\xda\x4b\x75\xc0\x88\x7d\x8a\x9d\x36\xf1\x2d\x9c\xb4\x39\xe1\x7b\x48\xf7\x29\x08\x5b\x6c\x4e\xce\x34\xdf\x8c\x3d\x31\x3a\x53\xbc\xc6\xf6\x3e\xa6\x45\xa9\xbb\xc6\xed\x92\x80\x0e\x68\x0d\xb7\x0f\x7b\x34\xa1\x19\xea\x27\x47\xa4\xbc\x27\xa8\x43\xa4\x7d\xb4\x5d\x5e\x12\x23\xd2\xea\x71\x34\x3d\xcf\xbb\x83\x3d\x1a\xfd\x34\x8a\x57\x64\xf7\x37\xad\x08\x9a\xbd\xd7\x8d\xe7\xef\xc8\x2b\x69\x9d\xee\x35\x2d\x26\xe4\x19\x3a\x9b\xeb\xd7\x26\x5f\xed\x1a\xba\x85\x8b\x26\x93\x87\xaa\xc3\xe9\xe4\xd2\x7b\x1d\x5c\x6b\x8a\x75\x65\x11\x41\xdb\x76\x26\x0f\x75\xde\x4e\xb7\x0f\x29\xb5\x6c\x3e\x53\x4b\xd1\x43\x1e\x5b\xe8\x55\x56\x53\x88\xc8\xa8\xd9\xd3\xbf\x79\x18\x99\x84\xf9\xba\xfe\x86\x84\xfa\xc2\xb9\xa0\x22\xb6\x9e\xa5\x00\x40\x6e\xb5\x68\xd1\xea\x1d\x00\x1a\x29\x22\x4b\xd7\xd4\x00\x18\xf2\x09\x57\xad\xbd\x0e\x60\x53\x2e\xbe\x65\x53\x19\x80\xdb\x72\x89\x96\xad\x53\x00\x5e\x16\x0a\x1b\xd8\xfd\x00\x7c\xc2\x49\xbb\xf7\xdd\x00\xf0\x7a\xaf\x77\x58\x7a\x7e\x7d\xa6\x2c\x31\x82\x33\x38\x3b\xd4\x79\x89\x19\x4a\x61\x3f\xac\x39\x13\x8e\x59\xb3\x62\xe1\xa6\xeb\x8a\x72\x9c\x52\xd0\x5f\xfa\x3c\xd7\xdc\x3d\x3e\xa3\xc1\xda\xcb\x5f\xf8\xf9\xd6\xa1\x5b\xd5\xe9\xe3\xc7\x02\x0a\xc6\x63\x34\x62\xa9\x6a\x01\xe8\x87\x68\x2d\x3c\x35\x23\x40\xaa\x67\x80\xfc\x95\x7a\x34\x20\xeb\x85\xac\xf6\x04\x75\xd6\xcf\xbf\xa5\x5b\x77\x27\x4d\xd6\x97\xf3\xfe\x11\xdd\x01\xda\x29\x2f\xfb\x06\x0e\xca\x49\xda\x67\x8f\x93\x37\x79\xf5\x08\x74\x01\xb7\x87\x57\xdf\xe9\x1d\xa7\x67\x39\x3f\xbd\x68\xa6\x2f\x40\x6f\x71\x1c\x3a\xa7\xa4\x5f\x89\xe0\x1c\x56\x55\xda\x19\xb0\x20\x06\xb6\x26\xe5\x51\x06\x3b\x90\x74\x6b\x4a\xe9\x1d\x83\x25\xc8\x7d\xcb\x35\x7f\xf6\x03\x0e\x27\xb9\x73\xe1\x7c\xf4\xdc\xcf\xb3\xa0\xff\x2b\x0a\x38\xb0\x48\x01\xa8\x6c\x10\x2c\x66\xed\x01\xd0\x56\x15\x4c\x59\x1d\x07\x60\x4e\x13\xf4\x5d\x1b\x0d\xe0\xdc\xb3\xff\xc1\xc6\x1a\x00\xaf\x1c\xb1\xb4\xad\xfc\x00\x81\xa8\xcc\xbd\xdd\x89\x00\x21\xcf\xf0\x2d\xfb\x74\x00\x82\x2e\x90\x47\x24\x57\x03\xf8\x50\xcd\xde\x10\x9a\x41\xd4\x75\xad\xab\xb6\x89\x37\x56\x69\xf7\x2b\x26\xc0\xde\x03\xdb\x6a\x7e\xb6\x70\xca\xbd\x91\x99\xb7\x88\xbc\xd1\xd9\xfa\xf2\x6e\x30\x8d\xda\xa4\x69\x34\x9d\x14\x61\xf3\xd9\x9a\x7c\x62\xce\x38\x62\x7b\x2f\x45\xe7\xce\xdc\xc1\xf0\x92\xe7\xbe\x14\x8d\xb9\xb1\xd0\x1f\x8f\x4f\xe9\x55\x52\x65\x42\x4a\xef\x09\x1b\x38\x50\x23\x82\xc3\xeb\x73\x0d\x92\xa9\x73\x01\x1c\x35\x1b\x8c\x62\x69\x52\x7e\xd3\x17\x67\x8d\xd6\xd3\x3a\xbd\xf4\xcf\x95\x18\x0d\xd2\x97\x7b\x8c\x9f\x76\x32\x7a\x46\x8f\x72\x95\x29\xdf\x64\x5c\x44\xbf\xe8\x7c\xb9\xf4\xae\x91\x39\x22\x6b\x77\xee\x84\xb5\x51\x2d\x62\x6a\x5b\x5e\x54\x6c\x84\x47\xee\x58\x16\xfd\xd9\x0f\xb8\x34\x51\xd6\x85\xf7\x86\x11\xe1\x6f\x4b\xa3\x00\x24\xc5\x04\xe8\x2b\xe5\x00\x88\xec\xfb\x14\x58\x03\x01\x8c\xf5\x78\x87\x59\xaf\x00\x38\xc4\xf2\x68\xaf\x12\xfd\x93\x8b\x11\xcc\x29\x6c\xb7\x39\x18\x20\xd2\x44\x22\x72\x17\x09\x20\x76\x42\xee\x0c\xf7\x7a\x80\x98\x22\xf5\x14\xf1\x19\x80\x70\x47\xc3\x70\x35\x37\x10\xf1\xf5\x76\xdc\x64\x6a\x80\x69\x38\xfb\x85\xd7\xbb\xc4\x23\xe6\xd6\x9a\xf9\x77\x7d\x61\x32\xd2\x34\xe9\xb2\x46\x58\xf8\xa8\xa9\x41\x76\x5b\x5d\x4c\xc8\xf0\x0e\xdd\xc7\xdf\xab\x12\x5e\xf4\x9a\xe8\x29\xcc\xb2\x24\xae\x69\x9b\x33\x20\xcf\x9e\x8c\x4b\x6d\xb6\x32\x9c\x9c\xc5\x62\xbe\x34\xf4\x1a\x5d\x9f\xbb\x11\xd1\x77\xc3\xd0\x44\x6f\xee\x4b\xc4\x9a\x2b\x97\x4c\x57\x51\x1d\x42\xc5\xce\x8d\x9b\xa9\x51\x9f\x05\x1d\x3a\x73\xcf\x14\x68\x7a\x7e\x33\x27\xbf\x99\x9b\xd0\xae\xf8\x18\x97\x96\x9b\x8b\xd2\x3e\x78\xb5\x1e\x3b\x6a\xae\x4c\xf7\x75\x73\x66\xf2\x2f\x47\xf6\x98\xe7\xd1\xbf\x38\xe9\x1c\x42\xcd\x4e\x20\xc6\x76\x8a\x7f\xb8\xa8\x15\x67\x85\x23\x17\xb8\xa0\x6b\x02\x19\xcb\x1f\xfd\xd1\xff\xb5\x65\xb9\x14\x56\xbc\x03\xb0\x6c\xdb\xe3\xb5\x22\x74\x7e\xff\xef\xd1\x61\x21\x03\x04\xb3\x71\xeb\xcf\xdf\x1f\x4c\x5f\x8c\x94\xd5\x82\x47\xb6\xf4\x01\x64\x1c\x92\x3a\xcd\x99\x04\x90\x71\x4d\x75\xa3\xc8\x5e\x80\x14\x82\x2e\x1b\xfe\x32\xf0\x47\x5c\xb1\xb1\x32\xbb\x39\x1d\xe0\x75\xc3\x3f\xc4\x6b\xf0\x9b\x95\x8b\x60\xe6\xc1\xb0\x75\x03\x98\x1d\xdb\xe9\xf0\x38\xdf\xde\x30\x8b\x8f\x4d\xdd\x29\xb9\x2f\xd7\x9b\xfc\x1a\x2c\xcd\x18\x7f\xf2\xde\xc4\x7d\xba\x28\x13\xbd\xeb\x67\xd6\x35\x83\x4f\x77\xbe\xf1\xcb\x62\xc5\xcc\x4c\x32\xf5\x52\x85\xd5\xea\x59\xcf\xc4\x09\x26\xff\x72\xaa\xda\x7a\xd9\xdc\x8b\xc8\xc1\x93\xf1\xd6\x6c\x54\xaf\x30\xdc\x89\x15\xd6\x96\xd4\x97\xc1\x0a\xff\xf5\x7f\x39\x18\x60\x33\x42\xeb\xf5\x6e\xcd\x5b\x62\x73\x8b\x2e\xe9\x31\x9a\xc3\x63\x6d\x41\x6f\x76\x1e\xce\x22\x59\x73\x20\x4b\x1d\x17\xd2\xc9\x45\x73\xe6\xfb\xdf\xf0\x62\xdf\xbb\xf9\xba\x4f\x88\xe7\xe9\xfc\xe7\x4b\x55\x59\xae\xcc\x15\xbb\x01\x0c\xa5\x37\x2e\x7c\x1e\x75\x34\x5e\x29\x37\x5f\xfd\xa2\x96\x2e\x70\x02\xd1\x96\x2b\x36\xcc\xd7\xcc\xe0\xb5\xf1\x0b\xfa\x4f\x26\xcf\xd2\xf5\x1a\x00\x47\x56\x8a\x94\xee\xe6\x06\x28\x5c\x22\x6f\x25\x78\x0f\xe0\x50\xa5\x46\x8c\x4a\xf0\x74\x54\xba\x8b\x69\xbf\x99\xfd\xa7\xfc\x28\x76\x77\x23\x9f\x47\xdd\x1e\xfe\xfc\x71\xf1\x31\xc5\x6d\x71\x9e\x66\xc5\x21\xa9\xbe\x0f\x5a\x9c\x27\x6e\xb1\x66\x57\x34\x60\xf6\x47\xba\xee\x1e\x64\xbb\xc9\x65\x33\x31\x39\x95\xbf\xa6\xda\xdb\x5e\x62\x7a\x55\x5e\xd5\x99\x43\xf6\x6d\xd3\x48\x96\x32\x33\x07\xe9\xc4\x5e\x87\xee\xd9\xc3\x49\xab\x0a\xd3\x9d\x34\x67\x91\xf8\xf6\x7c\x23\xa7\x83\x73\xc1\xb1\xeb\x99\xf9\x47\xd9\x27\x9c\x94\xa8\xaf\x83\x07\xb2\xd2\x1c\x3f\xd2\x76\x07\x0e\xa4\x67\x39\x71\xd0\x42\xfd\x49\xc9\x2e\x4e\xca\x34\xaa\xb7\x60\xf2\x7a\x87\x62\x7a\x88\xfb\xa6\x84\x87\x0e\x4d\xf4\x8b\xae\x3b\xe7\xd7\x41\x30\x79\xe1\xfd\xb1\x99\x2f\x70\x69\x08\x80\xd4\x4e\x8e\xce\x65\x27\xfe\xe8\xff\x16\x9e\x4b\x57\x2d\xe8\xdf\xae\x8b\xfa\x37\x93\x83\x60\xea\x3e\xcc\x1c\xf4\xd2\xa7\x6c\x33\x2b\x33\x00\x2a\xb7\xf2\xed\xd9\xd2\x08\x70\x46\x53\xfc\x15\xaf\xea\x9c\x64\x79\xa7\xea\x0f\x45\xe9\x2f\x71\x47\x83\xf4\xeb\x4c\xec\xba\x8c\xb2\xcf\x39\xbc\xf7\x16\x6e\x2e\x8e\x97\x0a\xe1\x88\xdf\x7b\x73\x6b\x18\x35\xef\x5e\x56\x49\x75\x6d\xe0\xfd\xea\x63\x87\xb8\x2a\x1b\x7d\xad\x9f\xe2\x0b\xfa\x4b\xf9\xbd\x38\x47\x6c\x8e\x6d\x39\xfa\xcc\x6b\xeb\x64\x5d\xc1\x89\xc3\x52\xde\xac\x53\x67\x0f\x9d\xce\x55\xf7\xae\x9f\x4e\xcf\x2d\xcf\x5a\xe5\xbd\x7d\xa6\x28\x43\x3e\x5d\xd6\x6b\x7c\x56\x2b\x25\x21\x59\xc6\xeb\xe8\x9c\x72\xdc\x10\xd3\xf7\x24\x3e\xc0\xf3\x0d\x55\x2a\xe2\x0c\xd3\xf7\x24\xa6\xd7\xfd\x31\x4d\x3b\xe0\x59\x24\x97\x07\x89\x76\xc5\xb7\x36\xc2\xc8\xc3\x9e\xf6\xc8\x97\x25\xf4\x8b\x7b\x26\x5d\xdf\x23\x0e\x60\xa5\x01\xef\x42\xde\x0d\x53\xff\x97\xf3\x5d\xe3\x32\xff\xb3\x0e\xc3\xd7\x9d\xa9\x7b\x32\x75\x3f\x26\x07\xc1\xec\xbf\x0c\x18\xfa\x07\x61\xc9\x83\x05\x1d\x08\xd8\x83\x56\xc7\x20\x0d\x37\xcf\x08\x3e\x60\xbf\x3c\xc2\x77\xe5\xbe\x82\x93\xac\x7c\xef\x9d\xaa\x02\x72\xba\x7e\xec\xe3\xe8\xd2\x28\xab\x40\xb7\xe2\xda\xd1\xfc\x4c\xdf\xc8\x68\x8d\x72\xd1\x8c\x0d\xc9\xf2\x39\xd7\x8f\xf0\x27\xa5\x96\xb5\x1f\xa9\xca\x7a\x15\x27\x70\xef\xe1\xb1\x94\x64\xd7\xa8\xdb\xef\x85\x4e\x04\xc5\x99\x44\xae\x99\x08\x38\x1e\x13\xa3\x1c\xe1\x3b\x99\x53\x48\x8f\x32\x09\x67\x9f\x7a\x7b\x48\x3c\x02\x0d\xad\x9f\xee\xcc\x49\x0f\x9b\x08\xdd\x3f\xf3\x32\x9d\x14\xc6\x19\x34\x31\x5b\x91\x74\x2d\xe4\x71\xd0\xa9\x39\x89\x78\xbd\xe0\xd6\x80\x9f\x73\x7d\xd1\xeb\x82\x32\xfc\x7b\xa8\xa1\x61\xd4\x80\x0b\x01\x27\xa8\x9f\x83\x3b\x03\xae\xf8\x49\xd0\x48\x81\xac\xfe\xb6\x3e\x93\xb4\x76\x9f\x3b\x7e\x15\x3e\x57\xe8\xcb\xbc\x30\x80\x0d\x5d\x1c\x0b\xb9\x1f\x82\x53\x1b\x9e\xcc\x57\xb5\x87\x4b\x16\xb8\x39\x9b\x72\x9c\xf5\x7c\x0d\x18\x5d\xec\x93\xe9\x87\x91\xcf\xd0\x7f\x99\xfa\x1f\x53\x07\x6f\xf8\xb4\x50\xbb\x1f\xbf\xdf\xca\x8a\xc3\xfd\xa8\x68\x1e\xd8\xbb\x72\x87\xd7\x3b\x85\x7b\x4f\xa4\x5e\x8b\x8d\xb5\xf9\xd5\xb1\x90\x64\xc9\xab\xea\x7e\x5e\x39\x65\x32\xee\x20\x73\x66\xc5\xd9\x2f\xee\x3e\x21\xa7\x0f\xa9\x95\x06\xc4\xd0\xd2\xa6\x93\xbc\x8f\xf9\x1f\x1b\x3a\x30\x14\x99\x56\x78\xa7\x9e\x98\x7f\x3c\xa8\xed\x48\xf4\xdb\x8d\x05\x43\x7e\x49\x87\x91\xc9\x8f\x05\x22\x7e\xe9\x79\x43\x53\x6f\x0f\x8e\xfb\x36\x66\xd7\x4e\xff\xca\xbe\xee\xbb\x26\xa3\x66\xe6\x63\x5a\x8b\x4f\x5a\x9a\xe6\x6c\x41\xd2\xb0\xcf\xe6\xe4\x4d\x73\x16\x71\x16\xde\xda\x89\xa7\xe7\x06\xa2\xa6\xbd\xee\xc5\x2b\x50\x83\xc3\x37\x79\x49\xc7\x5c\xa6\xe1\x82\x77\x79\x96\x46\xdb\xd0\xec\x02\xac\x3d\xc6\x22\xef\xd3\x1e\xfa\xee\xf5\x38\x1f\x51\x41\xa3\x7b\x3b\x78\xb4\x87\x7c\xa4\x7b\xb8\x37\x02\x70\x7c\x61\x3b\xb1\x64\x33\x80\x64\xfb\x72\xbb\xf9\x7e\x0c\x75\x17\xfb\xf2\x64\xf4\xc7\xd4\xfd\x98\xba\x57\x85\x12\xee\x1f\x3f\x88\xc6\x05\x4e\x02\xd3\x6b\x5b\xb8\x2f\x7e\x92\x3a\xb7\xaf\x8a\xc6\xe1\x06\xb1\x4e\x21\x0e\xcd\x8d\xf6\x1d\xc7\xda\xd9\x45\x3d\x05\xd8\x1b\x63\x5a\x7a\x55\x79\xf0\x8f\x2e\x1e\x6a\xb2\xd3\x7f\x60\x7e\xf4\xd8\xd2\xdb\x86\x4e\xda\x3e\xe1\xc9\xac\xb5\x3b\xc2\x6d\xe2\x72\x42\x8f\x5d\xdd\x58\x48\x4e\xe3\xf0\x39\x73\x79\xcb\x0d\xcb\xcc\x2f\x6e\x02\xd5\x73\x5d\xfe\x39\x96\x8e\x07\x2e\xbc\x9f\xf6\xcb\xe5\x71\xb2\x39\x3d\x3a\xc3\x9f\xd9\xe8\xe4\x5a\xbe\x72\x76\x65\xaa\xbc\x63\xd7\x89\xe7\xb3\x58\xfc\x23\xa7\x8a\xa2\x80\x39\xc7\xd8\x7c\xa7\xc4\x23\x4b\xa9\xbb\x23\x26\x1d\x6b\x0f\x95\x51\x6f\x87\x5c\x76\x72\xc8\x3d\x45\x5b\x17\xe4\xe3\x44\xc9\x3a\x4f\x0b\xf7\xb7\x72\xf4\xcf\xa8\xa7\x4d\x78\xc7\x38\xbc\x4d\xbb\x41\x37\xf5\x20\x38\x5a\xa6\xe4\xd2\x83\xdc\xf5\x1d\x68\x89\xd3\xf4\xe7\x2e\x1b\x00\xf8\x2b\x56\x17\xcc\xf7\x43\xca\x5b\xec\xeb\xbf\x1c\x48\x2e\x23\x07\x85\x39\xff\x5c\xc3\xf2\xb7\xfe\x85\xb6\x3d\x5f\x98\xff\x1f\x2b\xe8\x5a\xe0\xa8\x06\x5f\xf7\xb9\xce\xd7\xae\xf5\xef\x45\x77\x49\xac\xbc\xf0\x48\xb0\x2f\x56\xe0\x0c\xc7\xcf\xda\xee\x1e\x29\x05\x37\x59\xbf\x0a\xc5\xce\x5f\x3a\xbb\x28\x19\xb9\x1f\x9f\xf9\xdb\x26\x3a\x19\x84\xa7\x3d\xbe\x1f\x74\x24\xe4\xb1\xf7\xe1\x47\x72\x87\x65\xa2\x57\x38\xf9\x37\x0f\xd7\x5c\x8f\xc3\xac\x6b\x1f\x24\xbc\x6c\x48\x3c\x6c\x2e\xd1\xf4\x7d\x72\x53\x92\xa9\xb9\x54\xc3\xc4\xec\x9b\xb8\x1f\xe6\x1f\xaf\x8f\xce\x25\x44\xeb\x59\x5c\xbf\xbc\x83\xba\x21\x1c\x2c\xd7\x9d\xdf\x43\x3d\x18\xd2\x66\x79\xa7\xf2\x1a\x95\x16\xc4\x6a\x69\x59\x2e\x4c\x4b\xf5\x5b\x6f\x59\x5b\xc2\x46\xeb\xf3\x4e\xb1\xe2\x3c\x66\x40\xe7\xf1\x34\xb5\x9c\x2a\xcc\xa3\x87\xbb\x15\x59\x3a\xe6\x4f\xd0\xfb\x9d\xd7\x59\xfa\x1f\xec\x44\xb8\x1d\x0a\x2d\x0b\xf2\x02\x11\x7d\xbb\x71\x00\x59\xc6\x75\x35\x69\xc7\xfd\xc3\x81\x64\xde\xc2\xfd\x9f\x1c\x48\x53\xe3\xc2\xf5\x1f\xed\x5c\xd8\x17\x3f\xb7\xbe\x59\xd0\xff\x3e\x3c\x1f\xf8\xb5\xf0\xbd\xb7\xde\xe7\x7b\x0b\xfa\x5f\xf6\xf7\x63\x9b\xfc\x71\xb8\xdb\xee\x23\x9b\x78\x8a\xb6\x71\x9e\x4f\xfa\xd2\x2f\xbd\x53\x38\xbe\x88\x7f\x48\x55\x23\x91\xa0\x9b\xfc\xf9\xdd\x6b\x4b\x41\xb3\xd7\x7e\x01\x6f\xfa\xfd\xc2\x3d\xa2\x9c\x77\xbd\x59\x97\x77\xc2\xaf\xc4\x8a\xad\x97\xf7\xb2\x4e\xd0\x80\x71\x62\x0f\xf1\x79\x75\x28\x41\x9f\xbd\x7b\x76\x5c\x2e\x4c\x4a\xaf\xaa\x93\x9b\xea\x10\x7c\x50\xff\x74\xeb\x4a\x6a\x5d\xe0\x09\x83\xdd\x0f\x76\xd3\x24\xfd\x12\x0d\x62\x1b\x44\x68\xd7\xbd\xa6\x7f\xfb\x5c\xd4\x5c\xc5\xd1\x0d\xdc\x72\x8c\xcc\xab\x77\xd3\x73\x5d\x1a\x8c\xd5\xce\xee\xa7\xdf\x72\x8e\x30\xb2\xaa\xb4\x42\x44\xed\x25\x8d\x78\xcb\x7e\x21\x71\x36\xea\x46\xd4\x92\xbb\x48\x96\xf5\x77\xa3\xc9\xe3\x69\xc8\x75\x2b\x12\x00\x99\x71\xde\xb9\x3e\x61\x9c\x03\xcf\x17\xeb\x51\x46\xdf\xbf\x39\x10\x46\x5d\xe4\x40\x7e\xbd\x78\xb7\xc0\x43\x7c\x1c\xfd\x94\x3a\x5f\xbb\x7d\x46\xa2\x17\xfa\xe7\x18\x7f\x3b\x5f\x1b\xfa\x67\x6f\x2e\x0d\xc2\xe1\xae\x12\xa9\x73\xec\x1e\x6b\x56\x96\xc1\x0c\x26\x1a\xcd\xb5\xfa\xc0\xba\x49\x57\xb5\x56\x99\xd5\xd1\x1e\x3f\x9b\x4c\x9a\xb5\x37\xba\x9b\x8f\x7e\xf6\x8a\xb4\x7a\x66\xa3\x3c\x7a\x21\xcb\xdf\x71\x8d\xb1\xc5\xa8\xc9\x85\x60\xd7\x43\xba\x5d\xa3\xab\xdb\xc4\x3c\x56\x6a\xd5\x8c\x9a\x8f\x7e\xf4\x5c\xa6\xd9\xff\x25\x9c\xf6\xca\x7d\x97\x96\x60\xff\x4d\xba\xb2\x8b\xba\x56\xed\xeb\x1e\x7a\x9c\x53\x16\xb9\xb7\xad\x8e\x7e\xde\xb1\x98\x7c\xe2\x71\x18\xb2\xc1\x4e\xea\xb7\xcf\x05\x52\xdf\x87\x88\xd9\x3e\xd1\xb9\x74\xc3\x13\xc9\xb5\x72\xd6\xbd\x7e\x75\x02\x29\xb4\x32\xd5\xd5\xba\x14\x84\x7c\x36\xdf\x4f\x91\x3a\xa7\x87\x2e\x31\x53\xa1\xa4\x9f\x39\x8b\xee\x32\xb5\x06\xb0\x66\xf8\xbf\x44\xd6\x33\xce\x81\xc9\xc5\x7a\xce\x02\xf7\x2f\x07\xb2\x70\xfd\xa7\x2e\xbd\x5f\x38\x37\xbf\x28\x7f\x5d\xd0\x83\xdf\x6c\xfa\x49\x5c\xd4\xff\x66\x16\xf6\x4f\xa3\x3e\x5a\xb2\xa0\xff\x31\xe6\x59\x4f\x6f\x07\x60\xd3\x66\xb9\x5b\xb8\x0e\x40\xe8\xc3\x4e\x42\x9a\x21\xfc\x54\xee\x12\xe2\x0e\x7e\x0b\xfb\x0d\x2e\x2b\x51\x1d\x4f\x60\x8a\x6e\xab\x75\xad\xcc\xd5\xd1\xe6\xd4\x08\x63\x75\xbd\x5b\xa8\x6d\xe5\x2b\x73\x25\xad\x62\x84\xde\x8c\xb3\x1c\x26\xf5\x21\xf5\x83\xf5\xd6\xfb\x08\xed\x48\x27\xa2\x69\x69\x43\xb8\xfb\x0b\x43\x42\xcd\x11\xe2\xc6\x61\x0d\xe4\x98\x19\x46\xcc\x78\xcf\x81\x34\x98\xad\x20\xbe\xeb\xd6\x44\xbe\x99\xa4\x92\xe8\x2f\x4c\x90\x8f\xa6\xfb\xd5\xe3\x5a\xb9\x51\x16\x93\xf5\xea\xc2\x0f\x83\x51\x5d\x43\x45\xf5\xf2\xc6\x9d\xa8\x8f\xc1\x46\x8d\x63\xb7\xf5\x51\x3f\x03\x82\xe6\xd2\x9b\x62\x68\x86\xbe\xa6\x06\xf9\xda\x33\xf4\x85\xce\xaf\x3f\xfb\x80\xe9\x03\x51\x29\xbb\x58\xef\x30\xfc\x91\x16\x39\x98\xe9\xf7\x03\x0b\x7d\x0d\xbb\x2c\xf6\xdf\xc7\x35\xb1\xc0\x13\xbe\x38\x40\x5b\xb8\x6f\x9a\x7a\x16\xfb\x66\xe6\x61\x54\x30\xe6\x9d\xf3\x29\x00\xab\xab\x70\xb8\xcc\x66\x80\x7d\x7d\x5b\xd6\xc7\x88\x00\x28\xa5\xef\xbd\xe3\x6d\x01\x45\x94\x49\xc9\xaf\x36\x6d\xd8\x67\xc7\x71\xb5\x44\x13\x0d\xec\x68\x2c\xbf\x66\x81\xee\x14\xa6\x53\xe4\xae\x53\xa8\x01\x18\xd7\xd5\x67\xba\xcf\x88\xec\xd8\xd2\x16\x17\x0a\x19\xff\x0e\xfd\xf4\x6e\x2f\x65\x4e\xb5\x09\xed\xa6\xfa\xe8\x91\x94\x67\x90\xaf\xe8\x57\x2d\x11\xe5\xa6\x5f\x4f\xd0\x49\xcd\x0a\x95\xd5\x5f\x0f\xa3\x13\x9a\x8f\x54\xb6\x0e\xee\xc3\xd6\x6a\x5c\x52\xe5\xeb\x8d\x44\x67\xb4\x96\xa9\xce\xbc\x2c\x45\xc7\xb4\x2e\xa9\x26\xb6\x1f\xc2\xf6\x6a\xb0\xe1\xf1\x4f\xf8\x31\x3e\x0d\x6d\xbc\x75\x33\x1e\x23\x92\x7e\xa9\x99\x37\xe6\x61\x52\xea\xe3\x00\x89\x8c\x75\x28\x65\xcc\xfd\xdf\x62\xbc\x2f\x3c\x5f\x78\x4f\xa0\x4e\x0f\x2d\x3c\x27\xbf\xbd\xf8\xb6\xc0\x01\xbd\x4f\x9c\x8e\x5f\xd0\xff\x38\x90\x85\xfb\xe8\xbf\x79\x18\x95\xd4\xc5\x7a\x84\xf1\x73\xf2\x18\xc0\x92\x64\x1c\x2e\xbe\x18\x60\xdf\xe7\x4d\xc9\x81\xd5\x00\xf2\x33\x1c\xbe\xae\xeb\xa1\x5d\x97\x2c\xe2\x68\x21\x03\x76\xb6\x3f\xe5\x8c\x0d\xba\x41\x3c\xb4\x46\x79\xa7\x76\x1b\x46\xcd\x95\xc5\x23\xea\xdd\xd8\xeb\x0a\x6b\xc2\x13\x42\x08\x56\x79\x53\x84\x04\xaa\x57\xb1\xe2\x96\x66\xd2\x84\x72\x13\x96\xd7\x77\x45\x7d\xab\xd2\x79\xac\x64\x4a\x81\xe4\xa8\x70\x01\xd8\xb1\x3b\xca\x97\xe5\xbf\x23\x1e\x58\x9f\xe2\x3b\x79\x9f\x89\xa5\xd8\x80\x22\x49\xbe\x76\x64\x1d\xf6\x42\x11\x53\x58\x3e\x74\x1a\x7b\xa2\x64\xaf\xe0\xdb\xe7\x8d\x3d\x56\x3a\xa8\xf0\xa9\x3b\x0b\x6b\x52\x9a\x54\x3c\xdc\x41\xc0\xee\x28\xdb\x28\x66\xb7\xc9\x60\x9d\x4a\x52\x00\x85\x35\x8b\x7d\x5f\x63\x3c\x17\x5b\x17\x9e\x93\xe8\x8f\x0f\x4e\xf3\xf5\x47\xcf\x8f\x9e\xf9\x3a\x50\x35\xcd\x3f\x5f\x5f\x25\x2d\xf2\x10\x4c\x0e\xe8\x46\xe3\xbf\x1c\x4c\xd1\x20\x43\xff\x66\xcc\x89\x87\x33\xf4\xcf\x10\x04\x60\xef\x99\x75\x9a\x9e\x5b\x01\xa4\x9d\x76\x34\xd8\x9d\x06\xd0\xda\xc7\x77\xcd\x84\x0b\xae\x5b\x78\x8b\x4e\x52\x8c\xa0\xd4\xcf\x49\xb2\x9f\xcc\x02\xae\x29\x2c\xf2\xdc\x24\x19\xa0\x1c\x4d\x55\xb8\xae\xa6\x07\xa2\x67\x6f\x29\x79\xa9\x04\x01\xdf\xcd\xed\x4a\x71\x4a\x01\xc0\xfe\xf0\xb5\xd2\x55\x05\x6b\xe0\x7a\x23\xac\xc4\x23\xcf\x03\xaa\xdf\x79\x14\x8e\xfc\xe6\x1d\x04\x60\x10\x0e\x89\xab\x4b\xd9\x60\x69\xd0\xb6\x9f\x4f\x8a\x75\x5a\x08\xae\xef\x6f\x94\x16\xf9\x6e\x0d\xb1\xe2\xab\xa4\xd2\x3e\x6b\x42\x8e\xe8\x05\xe9\xe4\x01\x79\xf0\x13\x3f\x27\xf5\xf9\xad\x02\x24\x89\x6d\x00\xb8\xc0\x78\x4e\x3e\xb4\x5a\xac\x03\x0b\x7d\xfe\xda\x33\xb6\xb0\x2f\x86\x9c\xe7\x44\x16\x9e\x83\x84\x45\x1e\x82\xe9\x03\xf0\x5f\xfd\x8f\xa9\x7f\x32\x7d\x10\xe2\x18\xdc\x80\x1f\x1f\xc0\x12\x19\x1c\xce\x5b\x02\x80\x47\x71\xb5\xb6\x53\x05\x80\x74\xef\xf6\x08\x0b\x16\x00\xd2\x3b\xce\x47\xfa\xed\xf0\xdd\xf4\xaa\x40\x87\x4e\x2c\xbc\xf4\x30\x11\xf1\xd0\xa8\x82\xc6\xa8\x18\xf1\xa5\x6a\xa3\x70\x2d\xc7\x53\x42\x42\x35\x03\x0a\x8e\xff\x90\x3a\xad\xb2\x0a\xe2\xcf\xee\x95\x51\x50\x3c\x02\x21\x37\xf2\x64\x2e\xc9\xab\x40\xf4\x43\x65\xe9\x37\xb2\xbe\x90\xfe\x9a\x2e\xf5\x53\x66\x1c\xb2\x3f\x8f\x4a\x73\xc8\x6e\x81\x2a\x6a\x8e\x54\xaa\x54\x2f\x00\x34\x89\x2c\x97\xa8\x02\x00\xd8\x37\x26\xa6\x07\xb1\x00\xbc\x1c\x62\xdc\x33\x75\x00\x7b\x55\x45\x9d\x7f\x9e\x02\xe0\x2d\x15\x2d\xfd\x9a\x0e\xb0\xb7\x08\xa0\xd1\x7c\xb1\xff\xb7\x95\xf3\x75\xb2\x72\x74\xe1\xf9\xff\xd9\x9b\xb6\x7b\xbe\xf6\x30\xe6\xf8\x5b\x18\x7e\x28\xbf\x7d\x00\xfa\xff\xe5\x60\x98\xfa\x6f\x32\x83\x03\x08\x66\x70\x32\x2e\x0c\x6e\xc2\x75\x25\x00\xf7\xa3\x55\x7a\xcc\xfc\x07\x93\x0a\x00\xd2\xbe\x3d\x6f\x75\x13\x00\x0c\x03\x79\xf3\xb5\x74\x00\x9c\xec\xf9\x81\x74\x03\x7e\x05\xf7\x0b\xe5\xaa\x9d\x84\x8f\x89\x85\xfb\x8d\x55\xda\xa0\xe3\xe0\x51\x51\x19\x25\x65\x78\x59\x6c\x2a\xd2\x2d\x3f\x0d\x4f\xcf\x7a\x88\x3a\x30\x7d\x0d\x64\xce\xc1\xbd\xa6\x6d\x62\x92\xd2\x4a\xd0\xd2\x3e\x21\x9a\x27\xcd\x02\x4d\x03\xb3\x62\x55\x52\xbb\x61\x64\xcc\x4c\x24\x46\x8a\x05\x00\xde\x09\x6f\x14\x97\x9f\x5f\x8f\xbd\x1d\x22\x4f\xe6\x2b\xe7\x47\xe1\x0d\xff\x3f\xba\xce\x3a\xae\xa9\xb7\x7f\xe3\x53\x2c\x14\x49\x03\xe9\x6e\xd8\xd8\xd8\xd8\xd8\xc8\xd1\xdd\x8d\xa0\x20\x08\x8a\x22\xa0\xa2\x62\x2b\x28\x76\x60\x60\xb7\x22\xd8\x81\x8a\x81\x08\x62\x81\x89\xa2\x62\x81\x98\xa0\x28\x4a\x6c\x3b\xd7\xef\xc5\xd9\xa6\xf2\xfc\x9e\xe7\xaf\xeb\xf5\xe5\xeb\x1f\xbb\x3f\xbb\xe3\xec\x5c\xef\xfb\xfa\xf4\xaa\xda\x3b\xd3\x79\x3d\x33\x80\x31\xe3\xa4\x1c\xcc\x6f\x9a\x38\x17\xeb\x03\xba\x37\xf7\xea\xb3\x04\xf1\xe7\xaf\x91\xe4\xc0\x48\x39\xa0\x12\x09\x17\xf5\x9f\x39\x00\xd2\x7e\x20\x33\xab\x24\xfe\x7f\x5b\x5f\xdf\x37\x26\x08\xd0\x34\x1d\x98\x15\xe2\x05\x58\xd9\xca\x9f\xf3\x99\x0e\xd8\xed\x1e\x51\xeb\x71\x1b\xf0\x1d\xa9\xb5\xd8\x4d\x19\x88\x79\xab\x97\xe1\x7c\x01\x98\x9c\x64\xb8\xd9\xa1\x1b\x98\xe5\x60\x9c\xc0\x8b\x01\x96\xee\x33\xd9\x6e\x57\x0a\xc1\x9a\x40\xd3\x12\xb6\x39\xb0\xe5\xa2\xa9\x1a\xb3\x0d\x82\x03\x6b\x4d\x63\x98\x8a\x68\x3d\x49\x31\xbb\xfe\xc7\xdf\x5f\x86\x6f\xb7\x4e\x9b\xdd\xa1\xf7\x43\xfb\x33\x0f\x73\x43\xeb\x0f\xe8\x6e\xfa\x66\xee\x68\xdd\x0a\x74\x34\x9b\x79\xd1\x1e\x92\xdc\x87\xba\xe5\x3d\xb2\x1e\x5f\xcd\x9e\x90\xf5\x98\xd3\xd3\x2a\xde\xff\xbf\xa0\x87\xac\xc3\x8b\x65\xe8\xc3\x01\x5d\x92\xf0\x70\xc7\x26\xf5\x3d\x07\xa4\x1c\xcc\xf2\x45\x62\xcd\x95\xcc\x93\xa9\x12\x6e\x6c\x1c\x21\xd6\x90\x25\x00\x65\x01\x85\xe2\x9e\x0b\xf4\x6f\xa1\x50\xfc\x8c\x01\x63\x0c\xb5\xf5\xe8\x01\xd8\xa9\xca\x73\xf8\x6c\xc0\xb5\x46\x35\xcd\x25\x1b\x08\xdf\xab\x35\xdc\x71\x3e\x90\xf8\x44\x47\xcd\xbe\x3f\x90\x29\xab\x57\xc0\x3d\x09\xcc\x99\x6c\xe0\xc6\x71\x04\x96\xb0\x0d\x78\xb6\xc9\xc0\xea\x03\x86\x23\x98\x02\x60\xcb\x4c\xc3\x5f\x8c\x16\x60\x1f\xd5\xb0\x82\xe1\x0e\x1c\xdb\x67\x9c\x48\x17\x01\x65\x61\x26\xcf\xad\x77\x02\x37\xa6\x9b\xe4\xd2\x06\x01\xf7\xf7\x19\xb5\xd3\x36\x02\x2f\x73\x4d\x56\xd0\x82\x80\x4f\xef\x8d\xeb\x69\xbe\x40\x67\xb6\xd1\x1c\xaa\x41\x6f\x1d\xf4\x0a\xdb\xde\x76\x91\xcf\x47\xaf\x8c\xc5\x9f\xfb\xae\xa4\x0f\xd0\x15\x49\x9f\xb8\xff\xc5\xc1\x14\x48\xe6\x81\x34\x0f\x45\xda\x0f\x24\x45\xd4\x77\x1e\xf8\x4b\xce\x51\x47\x49\xae\x8c\x3b\x07\x30\x88\x1d\xbc\xce\x25\x16\x60\x3c\x94\xdf\xe4\xb8\x16\x70\x71\x1e\x69\xcb\xf5\x03\xfc\x9b\x46\x0d\xe1\x1d\x03\xe2\x1a\xd4\x57\x71\xab\x81\x49\x5a\x5a\x9d\x9c\x45\x40\x36\xa1\x7d\x8b\x5d\x08\xcc\xad\xd7\xcd\xb5\x75\x01\x96\xec\xd2\xed\x61\x66\x01\x6b\xd2\xf5\xea\xe8\x7e\xc0\xa6\x37\x3a\x67\xa4\xfe\x3e\x6d\x32\x70\xa4\x58\xcf\x8c\x7a\x1f\x38\x5d\xa0\x3f\x90\x5a\x07\x5c\xa5\x19\x5c\xb1\x6a\x07\xaa\xdf\x1b\x70\xad\x0a\x81\x07\xdb\x0d\x66\x58\xb9\x01\x8d\x5e\x06\x8e\x56\x35\x40\xeb\x54\x83\xb5\x6f\x53\xc5\xfb\x9f\xb4\x2f\xd8\x7f\x72\x40\xd2\x3c\x1c\x29\x07\xb3\x5a\xd2\x2f\x6c\xb1\x84\x1f\x9d\x29\xc9\x51\x91\xf2\x50\x09\x92\xfe\x31\x61\x19\x92\x71\x4b\x72\x54\x38\x6e\x00\x85\x41\xa1\xb8\x19\x03\x46\xdc\x21\x21\x0e\x79\x80\x35\x4d\x6e\x91\x5d\x39\xc0\x6d\x51\x3c\x63\xeb\x06\x78\x9c\x52\x2a\xb4\x3d\x0e\x84\x7d\x1b\x39\x56\xca\x3d\xb0\x7c\x80\x34\xc3\x31\xeb\x59\xaf\x81\xec\x47\x9a\xb2\x36\xe9\xc0\xac\x5f\xea\xbf\xe9\x09\xc0\xe2\xfd\x1a\x3c\x7a\x2a\xb0\xf2\x94\xd6\x34\x69\x3d\xac\x13\x80\x1d\xf2\x3a\x2d\x56\x2a\xc0\xfe\xe3\x5a\x8a\x96\x2e\x40\xe9\x22\xad\x34\x2b\x3a\x50\x36\x40\xd7\xdd\xaa\x3f\x70\xed\xa3\xde\x28\x0b\x53\xa0\x66\x98\xf6\x33\x8b\xa3\xc0\x23\xa6\xae\xab\x94\x03\xba\x2e\x59\x0f\x7f\x38\x20\xc9\xf7\x59\x44\xc1\x7f\xe5\x60\xa4\x3c\x98\x74\x1d\x4c\x98\x20\xd6\x28\x49\x3e\x4e\x80\x42\x5f\x0e\x84\xd5\xfb\xff\x4f\x53\x28\xbc\xa5\x80\x66\xaa\x4c\x21\x27\x13\x30\x0f\x95\x55\x60\x09\x00\x56\xf4\xf0\x39\x8c\xf5\x80\xf3\x2c\x79\x4b\xfa\x44\xc0\xb7\x4e\xe1\x91\x75\x0a\x10\xfe\x46\xc9\x95\xf6\x03\x88\x5f\xa9\x7c\x9d\xe1\x07\xa4\x0e\x1d\x55\x66\xfd\x16\xc8\x54\x1e\xbd\x9d\xfa\x0e\xc8\xd1\x18\xad\x4f\xdd\x08\x2c\xc8\x53\x3d\x60\x71\x19\xc8\xdf\x34\xda\x86\x7a\x03\x58\xcf\xd7\xd8\x66\x95\x00\x6c\x31\xd3\x30\xb2\x2c\x01\xf6\xe8\x6a\xb4\x59\x04\x01\x87\x93\x35\xc6\x99\x27\x03\xc7\x4b\x34\xe8\x66\xeb\x80\xf3\x81\xea\xdd\x66\xfe\xc0\xb5\x87\x1a\xf3\x7b\x3f\xa5\x9f\xc4\xcf\xfb\x1f\xbe\xf7\x26\xce\xb3\x5e\xd5\x29\xb1\xdf\x3c\x50\xfd\x6f\x1e\x04\xe3\xad\xb3\x85\xfc\x44\x80\xeb\xea\x2a\x54\xc9\x03\x9c\xa7\xfb\x29\xab\xf1\x01\xbe\x75\x38\x57\x7b\x10\xe0\xae\x9d\x30\xd6\x48\x01\x70\x4f\x9a\x5c\x6a\x21\x0f\xb8\x3e\xca\xdd\x60\x7d\x1c\xe0\x6f\x5e\x51\x64\x6b\x0d\x38\x9f\xd8\x91\xc4\x9b\x0b\x38\x8e\x3d\x36\xc7\x71\x3b\xc0\xd3\xbc\xf6\xd4\x31\x13\xb0\x7b\xfe\x88\xef\xfc\x04\xe0\x54\xbc\xdf\xe9\x12\x0d\x70\x56\x08\xdc\x5c\x36\x02\xb6\xcf\x89\xcd\xbc\xd3\x00\xab\x9a\xa8\xe7\x78\xff\x62\xb2\x0e\x11\x55\x9c\x6f\x6d\xfa\x4c\x11\xf1\x8e\x6d\xd2\x72\x98\xb5\x9d\xb8\xcb\x99\xfd\x3a\x91\x75\x82\xa8\x67\x77\x35\x6c\xb6\x2d\x24\x2a\xec\xc6\x3e\xfa\x60\x7b\x89\xa8\xe3\x9c\xba\x17\x68\x9b\x4c\x74\xd8\xae\xbb\xc5\x64\x6f\x22\x5e\x72\x3c\xab\x4e\xd8\xde\xc6\x20\xd6\xa1\x0a\x7d\xf6\x63\xa2\xc7\xf6\xe8\xbf\x3c\x8c\x7b\xf4\x7f\xf3\xbd\x07\x0c\x67\xcb\x91\xfe\xff\x71\xee\xa8\x81\xc1\x80\x39\x78\x0a\xb2\x97\x00\xdb\x43\x8e\x43\x15\x7e\x02\x5c\xaa\x4b\x93\xf2\x27\x80\x9f\xe8\x23\xaf\x3e\x18\x70\xdd\x12\xea\xa7\xbd\x18\x70\x57\x88\x9f\x62\xb8\x11\xf0\xc8\x9d\xb4\xc4\xa2\x01\x70\xfb\x34\x87\x45\xdf\x00\xb8\xba\xaf\x50\x67\x8f\xf8\x5b\x07\x27\xab\x63\xdd\xce\x9b\x00\x07\xd5\x8a\x93\xae\xf9\x00\x37\xe6\xc9\x40\xfe\x1e\x80\x33\xe5\xc3\x37\xe7\x62\x80\xd3\x24\xd2\xe3\xef\x05\xd8\xab\x88\x34\x07\xa1\x68\xb0\xad\x0b\x71\x82\xcb\xfd\x39\xc4\x76\x0b\xb1\x9e\x57\xf6\x79\xbe\xed\x2e\x62\x13\x6f\xe1\xbb\xf1\xec\xc1\xc4\x06\xde\xfd\x46\x3a\x9b\x45\x14\xf1\x56\x3d\xbe\xcf\x89\x24\x96\xdb\x3f\x7d\xb0\x86\x7d\x81\x38\xc9\xdd\x74\x67\x3c\xa7\x90\x28\xe5\xe9\x55\x8b\x38\xde\x44\xad\x9d\x67\xa5\x19\xfb\x14\xf1\xcb\xb6\xfd\x5a\x2d\x7b\x02\x64\x59\x7d\xea\xf0\xff\x7c\x6f\xd2\xd7\x18\x3a\x96\xf5\x98\xac\x03\x8f\x63\x33\x40\x08\x50\x3d\xb8\x4e\xc3\x94\x00\xdb\xdb\xdc\x85\x0a\xcc\x7f\xf8\xa0\x93\x3e\xcb\x34\x6c\x01\x8f\xfc\xe0\x49\xba\x71\x80\xd7\xf6\xb8\x89\x26\x93\x01\x2f\x5a\xda\x75\xab\x6d\x80\xc7\xd2\x59\x77\x6d\xe8\x80\xdb\x9a\x15\x7a\x76\x6e\x00\x7f\xd2\xf6\xd5\x8e\x53\x01\x27\x9d\xe3\x55\xce\x8f\x00\xfb\x17\xd7\x67\xb9\xf2\x00\xee\xfc\xfa\x1a\xd7\x1c\xc0\x8e\xfe\x79\xb2\xab\x0b\x60\xe7\x24\x6a\x77\x6d\x00\xd8\x6b\x88\x54\xc7\xfe\x5d\x0f\x6c\xaf\x11\xab\xec\xe5\xda\x07\xb2\x43\x88\x34\x87\x17\x1f\x3c\xd8\x2e\x44\xae\x83\xcc\x9b\xab\xec\x22\x22\xd7\x41\xbf\xc1\x98\x93\x46\x64\x39\xb4\x3f\xfa\x6a\x67\x4f\x24\x3b\x7e\xa8\xfd\xc5\x89\x20\x0e\xf0\x66\xdc\x5a\x68\x97\x40\x6c\xb1\x9f\x53\xa5\x6a\xa7\x4d\x5c\xe4\xee\xa9\xf0\xb5\x9b\x40\x54\x73\xd5\x2e\x2f\xb2\x93\x21\x3e\x72\x34\xf0\x5f\xb8\xa0\xff\xf0\xbd\xfb\xb3\x78\xbd\x2a\xf5\xff\xad\xd5\xd9\x1e\xc3\x12\xfe\x72\x31\x4e\xd7\x1d\x3f\x8c\xb4\x03\xdc\x2b\x3c\x56\x6a\xf8\x03\x5e\x4b\x02\x87\xeb\xe9\x03\x5e\xb2\xb1\x79\xc6\xe3\x01\xaf\x8d\x13\x0f\x5b\x0d\x00\xbc\xc6\xe6\xd4\xb1\x52\x00\xf7\x1d\x05\x25\xdc\x67\x00\xbf\x65\xfb\x73\xa7\xe5\x80\x53\xfd\xf1\x5f\xfc\x79\x80\x43\xc4\xf5\xd7\x6e\x5b\xd0\xcd\x73\x7e\xaa\xed\x7e\x1c\x3d\x5c\xe7\xd6\x3d\x1e\x42\xc0\x2e\x4d\xd4\xec\x36\x05\x60\xcb\x13\x05\xf6\xb1\xbf\x16\x72\x1c\x08\x6b\xe7\x9b\xad\x0a\x9c\x01\x84\xa7\xd3\xd9\xe6\x3d\x9c\xbb\x04\xdd\x45\xb6\x91\x6f\x37\x98\xe0\x3b\xa7\x3c\xb9\x66\x57\x4c\x78\x3a\x67\x3d\x30\xb5\xab\x23\x62\x9c\x0e\xdc\x09\xe0\x4e\x22\xc6\x3b\x2d\xae\xb6\xe3\xaa\x11\x6b\x1c\xd8\x15\x1c\x9e\x2a\xb1\xcc\xa1\xe5\x8a\xba\x5d\x0e\xf1\xc4\xce\xe3\x62\x24\xf7\x28\x71\x83\xbb\xad\x77\xbc\x5e\x91\x7d\xeb\x20\xf1\xbd\x25\xf7\xde\x95\x4b\x6d\xc8\x3e\x29\x86\xeb\x59\x56\x83\x12\x01\xc6\x23\xdb\x39\x72\x59\x7f\xb9\x18\xa7\xdd\x8e\x1d\x23\xd9\x80\x7b\x89\x5b\x9d\xba\x37\xe0\x3d\x28\x40\x53\xcf\x0a\xf0\x95\x8f\x7e\x68\x7a\x07\xf0\x19\x33\xb1\x3f\xb5\x10\xf0\xde\x35\x73\x9b\xed\x0e\xc0\x23\x61\xd9\x1d\x9e\x0e\xe0\x9a\xb8\xfd\xb0\x73\x2a\xe0\x7c\xf0\x84\x85\xdb\x34\x74\x3a\x64\xdc\x98\xe8\x9e\x81\xd7\xbc\xda\x86\x1c\xcf\xcf\xf8\xc6\x9d\xf7\xed\xbb\x57\x3f\xc0\x2e\x55\xf4\xde\x2d\x5d\xc0\xe4\xec\x25\x54\x5d\x84\x3f\xc7\x73\x2e\x13\x2a\x7c\xdf\x4f\x57\xed\x58\x84\x2c\xff\xf7\xbb\x54\x4e\x3b\x41\x77\x51\x7d\x7e\x9d\x6b\x40\x8c\xe4\xb7\x3d\xf2\xe6\x0d\x23\x94\x5d\xa7\xdd\x6b\xe7\x45\x10\xc6\xfc\x7d\x35\xba\xbc\x61\x44\xac\xb3\xa2\x94\x0b\xbb\xca\xe0\x95\x10\xf3\x1d\x97\x5e\x32\xb6\xe7\x12\xf9\x8e\x81\x65\xcb\x78\xd5\x44\xb1\xfd\x7f\xe5\x82\xfa\xde\x7b\xd7\xdc\xcb\x32\x95\xf1\x07\x4c\x0e\xd2\x67\x0d\xd6\xfe\xcb\x41\xf0\x1e\xb3\x3b\x15\x8d\xfe\xe6\xc5\x78\x54\xb9\xe5\xa8\x67\x01\x3e\x8d\xbe\x9b\xf5\x4e\x02\x7e\x9a\x91\x22\xb3\x7e\x80\x1f\x25\xd9\xca\xba\x1f\xe0\xfd\x60\xfa\x3d\xd6\x2b\xc0\xf3\xe8\x72\x2d\x87\x42\xc0\xed\xdb\xb6\xb5\xfc\x9f\xf8\xe1\x12\x77\xbc\xd0\xfd\x2e\xea\x1c\x0b\xaa\xce\x78\x3d\xc2\x39\xfb\xe2\x17\xdb\x7d\xd5\x50\xcd\x0b\xf8\xf1\xd9\x57\x0b\xb0\x6b\x14\x55\x78\x28\x75\x2d\xb5\x4b\x14\xbd\x73\x5b\xd7\x36\x98\xeb\x27\x3a\xeb\xf1\xe1\xfd\x13\x6e\xb4\xe8\xa1\x7b\xbd\x94\x8f\x7b\xaa\xc9\x3b\x2c\x7a\xe6\xc1\xbc\x7f\x84\xb7\x9a\x18\xea\x36\xf8\x36\xc7\xc1\x43\xd4\xec\x91\x2c\xe5\xe3\x2a\x64\x1c\x8c\x09\x26\xff\xe0\xe5\x65\xf6\x2f\x89\x38\xe7\x7d\x65\x84\x7d\x00\xb1\xd1\xa1\xe4\x2c\xc5\xe1\x0a\x31\xcf\xc9\x81\xac\xc3\x1b\xf1\xf8\x9d\x36\x52\xfe\xe1\x61\xfa\x6d\xa0\x93\xf3\x42\xb3\x8c\x91\x21\x43\x05\xcc\x53\xac\x05\x43\x7a\x7f\x2d\x1e\xb7\xd9\x27\xe7\x05\x38\x08\x99\x5f\x15\x64\xff\x72\x31\xbe\x3f\xf9\x6b\xd4\xdf\x03\x7e\xa3\x7d\xcd\xf5\x5d\x00\xff\x25\x61\x6a\xa6\xb3\x80\x00\xd7\xa4\x56\x06\x1b\xf0\x0b\xc9\xde\xcd\xe9\x02\xbc\x1f\xe6\xa7\x39\xa7\xe3\x8b\xc7\xb6\x6d\xcb\x3c\xd2\x50\xcd\x3f\x7d\xe2\xa1\xf7\x16\x9c\x76\x0a\xac\x6a\xf6\x11\x62\xb5\x43\xd0\xab\x4c\xff\xdf\x38\xc4\x7b\xdd\x69\xe5\xbf\x14\xe0\x06\x89\xb6\x79\x96\xff\xe8\xe0\x29\x89\xd2\x7d\x06\x7f\xac\xe4\xe5\x8a\x72\xbc\x5b\xdf\xd2\xec\x07\x88\xe6\x7b\xff\x6c\xd0\xb7\xbf\x2f\x5a\xea\xa3\xfd\xf0\x9d\x43\xba\x68\xbd\xf7\xab\xbb\x16\x0e\xdf\x44\x27\xbc\x5e\xd6\x6c\x73\x38\x2f\x7a\xe1\xd1\xfe\x87\x0b\x73\x70\x64\x12\x5a\x6e\xa3\x2f\xe8\x39\xe9\x10\x06\x6e\x9a\x67\xb9\x4e\xb6\x84\x2b\x7f\xc7\x89\x6b\x4e\x54\x62\xb2\x33\x79\xba\xbb\x07\xfe\xc7\xbe\x40\xde\x7b\x1f\xd4\x42\xf5\x23\x7d\x8d\x48\xda\xdd\x01\xe7\x00\xea\x6c\x6a\x89\xac\x27\x60\x77\x9b\x7e\x4c\x6e\x5d\xef\xbe\x6f\x53\xa0\x90\xf1\x0f\x17\xa3\xe5\xb4\x54\x6d\x37\x10\xbc\xc1\xc7\xd5\x90\x02\x04\x67\x85\xc4\x5b\x5c\x07\x82\x93\xc7\x9f\x65\x0d\x02\x02\x9e\x67\xbe\xe2\xdd\x02\x7c\x99\x79\xd7\xf8\xab\xf1\xc5\x43\x54\x64\xe5\x31\x11\x25\xae\x95\xc7\x3b\x7c\xcf\x21\xdf\x59\xb7\xc6\x2e\xc0\x0d\xb9\x0e\xcb\xde\x14\x07\xfa\x20\xd3\xfe\xaa\xf0\x7c\xb0\x83\x94\x8f\x6b\x5b\x64\x1f\x2b\x52\xf5\xff\xd0\x1c\xea\xa0\x22\xd2\x0e\x50\x95\x72\x61\x4f\x72\x1d\xb5\x45\x81\x7e\x55\x52\x2e\xac\x66\x9b\x93\x95\x68\x95\x4f\x9d\x94\x0b\xbb\xf2\xda\xe9\xa3\xe8\x96\x57\xde\x45\x59\xe7\x15\xa2\x17\x9e\xef\xcf\x8f\x72\x1e\x46\x28\xba\x47\x9e\x9c\xef\x92\x44\xc8\xbb\x3f\x3a\xe6\xe4\x3c\x8f\x08\xe6\xbb\xfe\xef\xf5\x20\xa7\x61\xe5\x43\xee\x0b\x0f\x2c\x77\x0f\xdc\x06\xd0\xf2\xac\x56\xcb\x2a\x03\x8e\x51\xd4\x4a\xb9\xfe\x80\x57\x35\x3d\xf8\xdf\x7e\x31\x21\x09\x3c\x63\xd5\x00\x20\x7c\xbc\xc7\x38\xfd\x7e\x40\x98\x4a\xd0\x4e\x8b\x8f\x40\x68\x53\x42\x3f\xdb\x5d\x40\x88\xd3\xd4\xed\x8e\x3d\x80\x5f\xca\x92\x41\xfc\x2e\x5c\xf2\xe6\x6e\xa5\xf9\x6c\xc2\x74\x77\xc3\x93\xe6\x81\xcf\x11\xe0\x12\x73\x4b\x27\xc4\x0e\x74\xc7\x6d\xcd\x47\xc2\x74\xe1\xe3\x10\x28\x9c\x1d\xba\xa9\xdd\xcf\xe1\xba\x70\x65\xe8\xbc\x96\xa7\x8e\x2b\x85\x1b\x42\x2b\x1b\x0b\x9d\x9a\x85\x73\xc3\x79\xff\x99\x17\x76\xab\xc1\x85\x2b\x92\x09\x1e\x72\xfd\x88\xcb\x47\x91\x75\xe0\xfc\x3f\x3c\x94\xc8\xa5\x5b\x54\xe0\xfb\xee\xdc\x29\x3e\x4f\x74\xdc\x67\xfc\x09\x2d\x7e\x9b\xe8\xb9\x57\x49\xa9\xb1\xab\xbf\xe8\x8b\xa7\xe0\x08\x9f\x5f\x4e\x58\xba\x1d\xc7\x3f\xf9\x30\x9c\x41\x62\x15\xfb\x9d\x4a\xee\xe6\x64\x9e\xb3\xf9\x2d\xf3\x53\x83\x13\x00\x56\xa7\x69\xe3\x10\x23\xc0\x25\xd7\xd2\x73\x58\x18\xe0\x9f\x4a\x6d\x95\x7f\x03\x84\x74\x31\xec\x94\x35\x80\xa8\x08\xbb\xb5\xaa\xaf\x81\x58\x6f\xfe\x65\x5d\x02\x88\xbe\xe2\x3f\xc3\x62\x39\x10\x39\x21\x76\x24\xe7\x04\x10\x16\x35\xd9\xd0\xa9\x01\x77\x83\x2c\x16\xbe\xf2\x5a\x81\xf5\x3e\x0f\xb7\xfc\xf0\xff\x06\xbe\xc7\xca\x93\x23\x42\xd3\x31\x94\x1f\x79\x57\x2e\x62\x2f\xd1\xe8\xb4\xe7\xe3\xf3\x68\xe3\x1e\x75\xc7\x04\xe1\xe8\xc8\xd9\x9f\x0d\x9c\x4e\x09\x87\x44\x35\xff\xe1\xa1\x94\xf9\x71\xc2\xa1\x31\x36\x75\x99\xfc\xcd\xc2\x88\xc8\xf2\x1a\xba\x6b\xb9\x70\x52\xe4\x9c\xca\xa3\xae\x67\x84\x27\xc3\x04\x57\xd4\xdc\x16\x08\x6b\xc3\xcc\x2e\x28\xba\x65\x8a\xd4\x83\x99\x67\x72\xdd\xde\x8b\x9c\x03\xef\x1c\xeb\x70\x9f\x2c\x9a\xe6\xdf\x56\x5c\xe0\xde\x2d\x5a\xef\x57\x7a\x88\xea\xfe\x43\x74\xd5\xe7\xd0\xfe\x67\x1e\x71\xa2\xdb\x3e\x9c\x7f\xd7\x83\x98\x03\xa1\x44\x5a\xf4\xeb\x55\xad\x71\xe6\x2e\xfd\x3b\xff\xde\xfb\x96\xf6\xbf\xf7\x7c\x6f\x9c\x20\x1b\x07\x04\xd1\x4d\x5b\x86\xbd\xfe\xcb\x83\xc4\x97\x33\x39\xa3\x92\x81\xf1\xfe\x4e\x6a\x3a\xf7\x80\x84\x52\x9f\x18\x0b\x7d\x20\xee\x75\x84\x17\x67\xd3\x9f\x3c\xad\xc3\xa1\x94\x79\xb3\x7c\xa7\x20\xd4\x7f\xd2\x66\xd3\x90\x95\x44\xb7\x97\xd9\xc9\x8f\x51\xde\xc4\x09\xd7\x5d\xb5\xa9\xb1\x6d\x44\x86\xf3\xba\x6f\x57\x12\xfa\x7f\xdf\xe6\x42\x11\xd0\xc6\x29\xbc\xd5\xe7\xcf\x14\xc4\x26\x1c\xae\x3f\xe4\xe6\x24\x08\x1a\x57\x57\xeb\xed\x06\xc1\xee\xf8\xd3\x37\x4f\xbb\x5f\x13\xd4\x8f\x75\xad\x78\xea\xd1\x29\x78\x3d\x36\x5e\xca\x01\x9d\xad\xf3\x8a\x12\x46\x45\xef\x3c\x99\xe0\x25\x27\xbc\x18\xde\x51\xb2\xd5\x2b\x52\xd8\x15\x7a\xe0\xd0\x54\xef\x7a\x61\x4f\x68\xeb\x81\x48\xaf\x56\x91\x4f\xd0\xb8\xbd\x5b\xbc\xfb\x89\xa6\x05\xdc\xde\x71\xcf\xab\x47\x74\xde\xf7\xe8\xff\xe7\x40\x64\x97\x9b\x90\xfe\xa6\x6e\xbd\x61\xb6\x4c\x09\xc0\x50\xd6\xdd\x34\x60\x2f\xc0\x77\x32\x98\x33\x38\x18\x08\xa0\x19\x70\x86\x2c\x02\xa2\xd7\x19\xae\x18\xba\x17\x18\x7f\xda\x2c\x4d\xa1\xdf\xdf\x7e\x31\x69\x7c\xee\x52\x6d\x4d\x20\xf5\xae\xbb\x99\xd9\x0a\x20\xb1\x35\xb4\xd0\x6e\x30\xae\xc7\xed\x4c\x3c\xe4\xb1\x1c\x53\x23\x0e\xcd\x16\x05\x56\x60\x70\x50\x68\xe1\x98\xc8\x0a\x62\xa7\x8f\xf9\xc9\x6b\x63\xaf\x77\x6d\xf7\xb0\xac\x55\x4a\x5a\xf2\xf3\xbe\x6b\xca\xd7\xa9\x13\x47\xbf\x1f\xef\x16\xd7\x43\x4f\xfd\x5c\x7f\xce\x23\xa9\x67\x52\x6a\xe8\x5d\x1d\x2f\x9f\x9e\x95\xa9\x06\x55\x84\x57\x7d\x4f\x73\xf2\x1d\x69\x9f\xb8\x0b\x3e\x3e\x45\x82\x89\x89\x81\xa7\xed\x7d\x7d\x04\x65\x09\xad\xa5\xb2\xbe\x07\x85\x7a\x71\xc9\x47\x66\xfb\xde\x13\x26\xc4\xf0\x0e\x34\xfb\x05\x08\xf3\xa2\xda\xf6\x96\xf9\xdd\x16\x1e\x8a\xbc\xb7\xf3\x9b\x5f\x89\xf0\x67\x58\xcd\x36\x1f\xbf\x02\x11\x27\xb8\x69\x4b\xbc\x9f\xb5\x28\x27\x50\xe9\xef\xbe\x48\xa1\x58\x92\x3c\xb5\xd2\x62\x03\xf2\x9e\xbf\xf1\x43\x3d\x2b\x99\x0e\xc0\x6e\xbb\x2e\x6b\xe0\x18\xc0\xfb\x80\x66\xd2\x80\x99\x40\x54\xa6\x56\xc2\x20\x3d\x20\x71\x8b\x36\x7d\xf0\x32\x60\xd2\x6e\xa3\xf5\xc3\xf7\x01\x19\x59\x96\x73\x55\x3e\x00\xd9\x69\x8c\x02\x35\x1f\x20\x5b\xcf\xe9\x84\xc9\x32\x60\x8a\x89\xff\x31\x36\x13\x07\x12\x2b\xc7\xb6\x78\x0f\x82\x6e\x6c\xe8\x8c\xec\x70\x9d\x5f\x2a\xe1\x47\xd6\x98\x24\x0c\xf8\x5a\x17\xb4\xe3\xc8\xac\x94\xfb\x2d\x5c\xbf\x88\xaa\xac\xf4\xfd\x6f\x44\xde\x8c\xa6\xfe\xd3\x4a\x9e\x1e\xf6\x56\xef\x12\x64\xdd\xbf\xbd\xc1\xd7\xb4\x3b\x63\x5a\x69\x85\x81\xdf\xe7\xee\x2b\x19\xb6\x97\xd2\xfd\xe7\xf6\x98\xa6\x2f\x39\x7d\x31\x50\xa7\x27\x79\x32\xf3\xd8\xdc\x40\xf7\x9e\xcf\x13\x13\x8e\x2c\x08\xa2\x08\x18\xc9\xfe\xfb\x57\x04\xed\x11\x2c\x4c\xfc\xbc\x77\x64\x90\xa9\xe0\x75\xc2\x19\x29\xff\x52\x54\x1e\x64\x26\x5c\x18\xfd\x7c\xd3\xdc\x60\x5d\xe1\x9e\xa8\x6b\x1b\x2a\x83\xb4\x44\x72\x61\xa1\xeb\x65\x82\xec\x45\x46\xa1\x2e\xf8\x93\x07\x42\xa1\x18\x3a\xf7\xaa\xfa\x71\x9d\xea\x7e\xab\x01\xab\x67\x6a\xe7\xfb\x15\x01\x76\xd3\xe4\x88\xde\xbf\x07\x7c\x1e\x4e\xf6\xdf\x1b\x9b\x3d\x24\xb9\x57\xd3\xce\x0d\xed\xdf\xab\xd2\x5c\x0c\x29\x0f\xb2\x80\x49\xbd\x33\x26\x03\x58\x10\x60\xb7\xc4\x70\x33\x30\x3b\xc9\xf3\x32\x6b\x9d\x30\x2e\xc3\x2a\x8a\xe5\xe3\xd0\xfa\x69\x82\xd3\xe4\x49\x71\xef\x9b\x6c\xe2\xa7\x2f\xdd\x3f\xd1\xff\xb9\x59\xb4\xc1\x6e\xfd\x8c\xd1\x0f\x8f\x85\x5d\xbb\x74\x79\x86\xe6\xdd\xf3\xc1\x1e\xcf\x36\xce\x76\xbe\x49\x04\x6a\x76\x5e\x9d\x3b\xfc\x52\x74\x70\x61\x57\xcc\x6c\xab\xd3\x67\x43\xaa\xbb\xbe\xce\x1c\x54\x3a\x30\xcc\xb3\xdb\x6e\xfa\xf8\xc3\x86\x61\x77\xba\x4f\x65\xc6\xec\x9d\x1a\x3e\xb1\x87\x3d\xe5\xe6\x0e\x84\xef\xea\x39\x35\xc9\x55\x9a\xfb\xb2\xd9\x35\x3c\x4d\xb0\x38\xe9\xc0\x46\xd3\xf0\xd7\x82\x73\xe3\x05\xeb\xbe\x84\x0f\x16\x1a\xc4\xf7\x5f\x55\x18\x41\x17\xba\xc5\x7d\x5c\xf1\x32\x7c\xbc\x70\x6b\xf4\xe6\xe5\xa6\xe1\x49\xc2\x87\x91\xe4\x5b\x17\x4b\x92\x13\x1b\x42\xd5\x11\xff\x9e\x82\xfa\xa0\x7e\x11\x00\xa3\x6c\x18\xd9\xf7\xc1\xed\xbe\x0c\x79\x8e\x48\xef\xfd\xa6\x48\xfa\x1a\x4f\x97\xf4\x01\x59\xa0\x37\x90\x3c\x77\x97\x8f\xd2\xf4\x97\x95\x03\x56\xcb\x1a\x0f\x51\x51\x05\x56\x67\x33\x42\x75\x04\xa2\xb6\xe5\x15\xce\xbf\x6c\xc2\xbe\x7e\x9f\x3f\x2d\x78\xb1\xcf\x94\xc6\x1d\x59\xd7\x13\xbf\x24\x78\xdd\x9f\x9f\xb6\x68\xf6\x8d\xa9\x06\xd5\xec\x09\x3e\x85\x11\x33\x27\x5d\x3e\x9d\xb0\xf9\xa4\xc3\xdc\x49\xe7\x57\xc7\x6e\xa9\x9d\xbe\xb0\xe1\xd4\xd1\xa8\x8b\xad\x5f\x97\xbc\x3a\xf2\x34\xfa\x79\x27\x6d\x51\xe6\xde\x0f\xb1\x9e\x9d\x55\xf3\xa7\x6e\xdf\x1a\x67\xdc\x95\x3b\x27\x64\xcb\x8f\xb8\xa4\x2e\x51\x0e\xb5\x30\x30\xf6\x79\xf7\xd5\x2c\xd9\x75\x77\x63\xdf\xf5\xf0\xa6\xae\x5c\xb5\x24\x8e\xe8\x99\x91\xfe\x6b\x79\x7d\xdc\xab\x9e\xee\xd4\xaf\xcb\x99\xb1\x6f\x04\x21\xc9\x1d\x4b\x97\xc7\x6d\x10\xac\x4d\xfa\xb9\x28\x3e\xce\x53\xd0\x3d\x8e\xbe\xf0\x76\x4c\xb9\x30\x21\xce\x75\x01\x2f\xba\x5d\x58\x1a\x6d\xf0\x77\x1e\x28\x19\xa8\x2a\xf6\xaa\x59\x80\xfc\xf1\x5e\xb5\x7b\x4b\x79\x40\xf9\xe7\xfe\xbb\x94\x83\xc8\x96\xf8\xc1\x52\x0e\x40\x9a\x07\xb0\xb9\x70\x90\x3b\xe9\x83\x0c\xd5\x72\x1a\xb6\x14\xd8\x95\x68\xfe\x40\xdd\xb7\xad\x78\xcb\x74\xee\x47\xfa\xc4\x57\x5e\x6b\x6a\x7c\x87\x79\xd1\x6a\x59\x4b\x27\xc7\xf9\x8d\xdd\x7d\xf9\xc7\xac\x0f\x19\xc9\xd3\x44\x27\xb3\x32\xd7\x16\x38\xe5\x76\x1c\x3a\x94\xfe\xeb\xe0\x92\xc5\x33\x77\xab\xa7\xde\xad\x44\x7e\x6b\x91\x6e\xf2\x83\x77\x6e\x05\xbf\x36\x5e\x9a\xf0\xfd\xd7\xef\x02\xe3\xd5\xbb\x52\xdc\x7f\x1f\xcd\xdb\xb3\x62\x4b\xf2\x82\xce\x43\x0b\x2d\x96\x8f\x9a\x70\xb7\x6b\x72\x6e\xfe\xe2\xcf\xc9\xbf\xba\x3e\xcf\xca\x59\xac\x3a\x61\x76\xf7\x86\xec\xf6\x05\xab\x92\x3e\xf4\x98\x64\x5c\x98\xcb\x9d\xe0\xd6\x93\x9f\xde\x3c\x67\xe4\x84\xa4\x9e\x3b\x93\x6e\xcf\xda\x9b\x34\x5c\x10\x9e\xc2\x9e\x59\x9d\xb8\x5d\x50\x9c\xe4\x9e\xfd\x2e\xf1\xac\xa0\x6b\x5c\xd6\x74\xee\xb8\xf9\xc2\x09\x71\xb6\x00\xa5\x4e\x9d\x9c\x07\x5a\x76\x8a\xef\x7b\xd5\xfa\x0d\x85\xcc\x3f\xf0\x96\xa5\xf4\xf1\xbf\xa5\x79\x18\xd2\xf1\xaf\x96\xdc\xfb\x2d\x9a\x4a\xe9\x93\x8b\x71\xc2\x7b\x94\x31\x85\xd2\x1e\x5a\x9a\x66\x98\x31\x9a\xf6\x56\xf3\xd0\x5c\x66\xbb\x95\xee\xfd\x9a\xdd\x56\x6e\x6d\xae\x87\xae\xf1\x36\x2f\x08\x7f\x18\x6d\x73\x2c\x66\xd5\x86\xd4\x4f\x53\x3c\xb7\x5b\x2c\xb6\x98\xf7\x71\x7e\xd2\x5a\xff\xb9\xd8\x36\x26\xdf\x3c\x7f\xfc\xac\xee\xb2\x7b\x2b\xb0\x20\x6a\x46\x73\x7d\xfb\x1a\x8d\x39\x26\xd9\x9f\x3a\xee\xac\xcd\xcc\x49\xc8\x0e\xff\xf5\x60\x45\xde\x8c\x83\x59\x71\xbf\xcf\xe5\x35\x4a\xb9\x8f\xec\xfd\x19\x13\xbb\x82\xe7\xe6\xfe\xe1\x3e\xd6\x4c\xf9\xde\x9d\x3e\xc3\x74\x2a\xd2\xe7\xf6\xe8\x4c\x53\x9a\xd2\x38\xf9\x60\xcf\xda\xf4\xd2\xf4\x3b\x93\xf2\x7b\x44\x69\xa6\x93\x2f\x4d\x1a\x2e\x08\x48\xc9\x98\x3c\x2a\xf5\xa7\x60\x4b\xd2\xeb\xb4\xfb\x13\x9f\x08\x44\xe3\xcc\x00\x85\x90\x51\x4e\xbd\x9f\xdf\xa4\x7a\x20\x79\x7e\x3a\x49\xfa\xfc\x47\x8a\xb9\x8e\x3f\xbe\xdf\x02\x3f\x4a\x9f\x7b\xf0\x7f\xfa\xe3\x48\xea\x73\x8e\xec\x1b\xf1\x03\xe5\x06\x72\x93\x29\x94\xa6\xca\x8b\x0f\xb5\xf7\x2b\x9d\x7a\xcc\x3d\x97\x45\x6d\x33\x6e\xb8\xe1\x74\x62\xb5\x93\x9c\x83\xe1\xa9\x0b\x47\x0c\x82\x1c\x42\xd5\x76\x6b\xed\x71\x4a\x3c\x94\x52\xbd\x72\xe6\x96\x59\x39\x75\xb3\x76\xcd\x9b\xbb\x61\xde\x46\xff\x45\x7b\x66\x68\xad\x53\x3d\xad\x94\x17\x31\xb5\x67\xf5\xf9\x07\xad\xcb\x36\x4c\xf2\x59\xf5\xad\x7d\xd7\xf2\xf4\xb4\xea\x82\xcc\xdf\x4d\x4b\xcb\xd2\x64\xf2\x2f\x74\x5e\x5c\x20\x4a\x0d\x5c\x22\xe8\x9a\x9b\x9b\x30\xb1\x75\xe1\xb5\x6e\xd3\x9c\x7e\x13\x4f\xcc\x0f\xea\xde\x95\x5d\x3f\x71\x66\xee\x94\x1e\xcd\x69\xbc\x94\x8c\xd9\xdf\x7a\x76\xa4\xc7\xa6\x38\xe4\x7c\xea\x69\x4b\x7b\x90\xdc\x31\x63\xa9\xc0\x37\xe5\xd4\x84\xcc\xe9\x8f\x05\x97\x12\x1f\x4e\x18\x99\x95\x23\x54\x48\x38\x9d\xf4\x3d\xb3\x40\x48\x8d\x9f\x03\xa8\x55\xc8\x91\xbc\x97\xd4\xff\x97\x72\x20\x29\x32\x62\xcd\x95\xe4\x5f\xac\x36\x15\xab\xb4\x1f\x42\x89\xe4\xfe\xef\x45\x92\x93\xfa\xfe\xb0\x82\xf4\xbf\x9a\x5a\xab\x6f\x51\xaa\x29\x94\xa7\x79\x35\xfd\xd5\xb4\x86\x72\x6b\xc6\xde\xf8\x69\x5a\xa3\x33\xa4\x6c\xf4\xb5\x81\x76\x37\x59\x05\x07\xfd\x2e\x4e\xf5\xb9\xeb\xf3\x68\x7d\xe7\xe9\xd3\x63\x17\xc4\x5f\x9f\x57\x52\x52\x95\x35\x65\x5a\x65\xe6\xb0\x23\x8d\x6b\xf3\x67\x0d\x4b\x2d\x3c\xd4\x71\x7c\x5a\xee\xd3\xc4\xbc\x03\x8f\x6a\x5d\xe7\x07\xc4\x53\xf7\x1f\x6f\xb5\x5a\x30\x74\xac\xd5\x9e\x61\x5d\xae\xb9\xcf\xc7\xf2\xb6\xcf\xef\x6a\xcd\xb9\x3d\x76\xda\xe6\xd6\xee\xf9\xd3\x15\xc6\xfa\x6e\x94\xef\x51\x9c\xa6\x3a\xb6\x65\x2d\xaf\x27\x66\x4a\xf7\xd8\x77\xab\x2e\xf7\x1c\x9d\xbc\x75\xec\xba\xe5\x1b\x05\xbc\x94\x9e\x78\xed\xbc\x04\xc1\xb4\x64\xa7\xb8\xea\x25\x26\x02\x62\x9c\xc3\xd8\xc8\x85\xcb\x84\x5a\x09\xa3\xe2\xae\xcf\x7f\x2c\x4c\x8e\x0b\x8c\x9b\x38\x8f\x29\xdc\x1e\x63\x08\x98\x4b\xf2\x4d\xf8\x02\xb1\xc6\x4b\x7c\x1d\x29\x07\xb2\xc2\x95\xd2\xc7\xff\x94\x70\x10\x07\xaf\x90\xfe\x76\xfb\xa4\x2a\xf2\xbd\x7f\xd3\xfa\x3b\x24\x0f\x50\x7f\xe4\xbe\x1a\xf9\xde\x7b\xc2\x93\x8d\x23\xda\x28\x94\xf2\x4f\x0f\xcf\xeb\xef\x1a\x3d\xab\xe4\x58\xed\x23\x66\x80\xe5\x94\x6d\xd4\xdb\x29\xee\x2b\x5c\x06\xe5\xbf\xab\x62\x46\xcd\x08\x1f\x93\xf9\xea\xda\xc0\x29\x21\x29\x2f\x53\xee\x5e\xf1\x58\xb9\x7b\x8a\x5c\xbc\x6f\x79\xd3\xd1\xc7\x99\xfd\x23\x3b\x2f\x65\xdf\x46\x36\x3b\x74\xd7\xc5\x96\xcf\xf1\xd9\x6d\x21\xdf\xcf\x8f\xec\x9e\x99\xb5\x3f\x34\xe7\xc4\x8d\xee\x9e\x0c\xf7\x30\xb5\xa3\xea\x3d\x09\xe9\x6b\xc3\xa8\x07\x8e\xf4\x7c\x49\x9d\x1b\xf6\x7b\xf7\x59\x01\x35\x65\x69\xd8\xce\xed\x3d\x82\xbd\x89\x67\xc2\xf5\xb6\xd2\x05\xcf\xc6\xb5\x85\xa7\x6e\x32\x16\xca\x25\x18\x84\x75\xae\xef\x16\xa6\xc5\x6e\x0b\xab\x5d\xab\x25\x2c\x8d\x96\x89\x30\x5c\xa9\x2a\x3c\x1f\x75\x39\xec\x77\x41\xa5\x68\x68\x38\x0d\xb0\x95\x7c\xdf\xd2\xf3\x20\x43\xc2\xc1\x2d\x93\x70\x2f\xdb\x26\xf5\x19\x3f\xae\x92\xbe\xd7\x0f\xde\x2d\xd2\x07\x6f\xbe\x20\xbe\x0f\xfc\xcc\xfb\x09\x79\x2f\xfe\x4e\xf0\x73\x92\x07\xb9\xb2\xf9\xf5\xab\xc1\xa6\x14\xca\xc9\x9e\x37\x06\x9a\xb1\xf2\x51\x7b\x1d\x1a\xd7\x51\xe9\xfa\x6a\x6b\x5f\x3d\xf7\x75\x5e\x6b\x7b\x72\x6e\x65\xfd\x98\xd0\xa5\xde\xef\x53\xaf\x3f\xf8\x95\xda\x1e\xeb\x11\x3f\xe2\x01\x7b\xd9\xcf\x71\x5f\xc2\x8f\xdc\x8f\x38\x7c\x3a\xd9\x24\x30\xb7\xce\xff\xe6\x85\x89\x51\xbe\x93\x6b\x2f\x7e\xa8\x4a\xf5\xf2\xe1\xdd\x59\xd9\xf3\x2c\xe5\x84\xcf\xb8\xaa\x30\x01\x3f\x69\x8d\xef\x95\xcb\x17\x04\xc9\x89\x2d\xbe\x77\xce\xbb\x08\x5e\x25\x0c\xf2\xf3\x3c\xf9\x5d\xa8\x15\xf7\xc3\xbf\xe2\xe8\x73\xa1\x55\xdc\x59\x69\xbe\x85\xff\xdd\x7d\xeb\x84\x15\x91\x9e\xfe\x17\x76\xb7\x09\xdb\xc3\x63\xfc\x3b\xb6\xbf\x15\x19\x87\xd2\x02\x26\x6c\x8d\x17\x79\x05\xd7\xf9\x63\x73\xb4\x68\x56\xe0\xf6\xbf\xfb\x61\xda\x01\xc9\x3e\x20\xa9\xc7\x16\x49\x5f\x20\x29\x07\x72\x95\xe4\x21\x7e\x0a\x6f\xbf\xa2\x90\xfc\xc3\x43\xd2\xff\x6c\x48\x6b\x20\xfb\x83\xdc\x93\x7d\xed\xd1\xab\xd7\x66\xbf\x97\x27\xdf\x7b\x5f\xf8\x42\xed\xd5\x23\xb7\xbf\xed\x52\xf3\xa6\x50\xb6\x2c\xfe\x3a\xc5\xa4\x46\xb5\x3c\x3f\xf5\x53\x03\x4f\xd6\x82\x97\xfd\xa0\xe5\x40\xc0\x31\xc7\x81\xe3\x87\x37\xd5\x4e\xb8\x1f\xa0\x11\x71\xb1\x69\xe2\x92\xa6\xd0\x4f\x01\xb3\xdf\xb5\xec\x2f\x8f\x52\xf3\xca\x7d\x17\x7b\x23\x21\x66\xbb\xdb\xb2\x77\x05\xcd\xfb\x62\x03\x5c\xfd\x5e\x3f\x13\x6a\xc4\xe8\xb9\xbe\x7d\x9a\x2a\xf4\x8a\xfa\xe2\x16\x5a\x67\x2f\xcc\x8f\xf8\xed\x16\x76\xcb\x5d\x58\x1b\x96\xea\xbe\xf8\xfa\x52\x61\x7d\xd8\x42\xf7\x83\xe5\x9b\x45\x63\x82\x45\x1e\x13\xcf\x6b\x88\x18\xc1\xda\x1e\xcd\xa7\x8a\x45\xc1\x81\x02\xaf\x90\x92\x66\x51\x58\x10\xdb\x6b\xd4\x91\x91\xa2\x75\xfe\xab\xbc\x46\x1f\x0c\x12\x9d\xf1\x1b\xe8\xf1\x78\xdf\x3a\x62\x88\x67\x2d\x30\x56\x24\x1e\xe7\x1c\x0f\xb1\x6e\x40\xdf\xfd\xef\x0a\xe9\x73\xfd\x52\xbc\x43\x7e\xef\x1f\x27\x3f\x21\xfd\xff\xe7\xef\x5e\x92\xfb\x49\x1d\xbd\x89\xec\xa3\x52\x49\xff\x4c\xfa\xe5\xe7\x96\x7d\xaf\xea\xd5\xc3\xe7\x7f\x93\x75\xdd\xae\x26\x3c\x20\xfb\x9d\x42\x59\x13\x27\x7c\xae\x1b\x27\xdf\x6f\x5e\x4f\xcf\x15\x66\xad\x0e\x27\x5d\xb5\x6b\x8c\x37\xcb\xfa\x77\x4c\xc1\x6f\x7e\x42\x9d\xb3\x45\xd0\xde\x4e\x85\x05\xa3\x3d\x0c\xbc\xf2\x3b\xcd\x76\xd3\x7c\x78\xfc\x5d\x9d\x29\xd7\x26\xf8\x6d\x73\xec\xec\x6c\x7c\x6b\xec\x1f\xee\xf0\xe2\xb7\xbf\x28\xda\x6f\xb1\xc3\x89\x2f\x25\xa2\x05\xbe\x4a\x0e\x37\xdf\x0a\x44\x7b\xbd\x6f\x3b\x52\x1b\xce\x88\xce\x7b\x6b\x3a\x7e\x7b\x78\x57\x74\xc1\xdb\xcb\xc9\xe0\xce\x3a\xd1\x3b\xcf\x2d\x8e\x1f\xab\xeb\x09\x45\xf7\xe9\xce\x9c\x6b\x67\x88\x01\x1e\x19\xce\xe7\x2e\x95\x11\xa3\xdd\x0f\x39\xaf\x2d\x53\x26\x78\xae\x8d\x2e\x31\xa7\xe3\x09\x57\xd7\x52\x97\x92\xe3\x29\x44\x34\xff\x20\x90\x2d\xf1\xfd\x57\x6b\x4a\xce\x3f\x09\xff\x21\xe6\x60\xba\x95\xee\x91\xdf\xf7\xc7\x7b\x4f\x48\xff\xbf\x71\xc6\x9b\xc8\x5e\x7d\x50\xf7\x81\xf4\xc5\xab\x9e\xb7\x92\x39\x31\x17\xad\xc5\x5c\x44\xe9\x49\xc1\xbb\x5e\xdd\x29\xf1\x39\x57\x8d\x11\xe7\x40\x2c\x0e\x03\x34\xd7\x0c\x79\x92\xdd\x06\xd0\xf5\x54\xdb\x27\x44\xe1\xb7\xfb\x75\x93\x9b\xe1\xe6\xc8\x8e\x79\xc9\xf4\xf5\xcb\x80\x73\xce\x05\xbb\x7a\xf7\x55\x44\xf7\xa6\xcd\x8e\x67\x9c\x5a\x88\xda\x53\x4f\x9c\x73\xec\x87\x10\x57\xee\xd9\x3a\x2f\xe3\x5a\x10\xe5\x2d\x91\xce\x91\x76\x79\x44\x1b\x51\xe0\xe8\xc5\x39\xd8\x39\x85\x38\x62\x9f\xcc\x09\xf8\xba\x83\x38\xcd\x3b\x6a\xa7\xd3\x04\xa2\xd0\xc1\xdf\x2e\xe9\xe5\x00\x62\xbb\xc3\x40\xbb\xee\x27\xa3\x88\x22\x07\x77\x6e\x5e\x5d\x16\xb1\xcd\x21\x85\xeb\x73\x6b\x35\x71\x85\x37\x8f\xcb\xac\x72\x20\x1e\x73\xd9\xbc\x69\xd7\x0e\x10\x15\xbc\x1d\xdc\x0f\xe5\x1a\xc4\x67\x3b\x43\x20\x5f\x92\x03\xb3\x47\xc2\x87\x5e\x20\xc7\x2d\x0c\xb8\x47\xee\xff\x5f\x5f\x3f\x23\xf7\xc7\x37\x91\xef\x48\xae\xf4\x11\x3e\x93\x5a\xa3\xda\x4e\xce\xfb\xcb\xd9\xdd\xef\x7b\xf5\xa4\x96\xd8\x17\xdb\x23\xf1\xc1\xd7\xd5\xf5\xf5\xfd\x66\x36\x00\xea\x1d\x83\xa6\xa4\xc5\x03\x56\x9f\x55\xae\x8e\x2d\x06\xf8\x0d\x7a\x75\xc1\x43\x71\x3d\x42\xc9\x72\x99\xf7\x4c\x1c\xc9\x30\xb4\x6e\x74\x1d\x88\xf9\x2b\x4c\x99\xf5\x8e\x11\x88\xd8\xb7\x86\x3d\x9e\x1b\x8f\x80\x0b\x61\xec\x08\xce\x48\x78\xdf\xdd\xc0\x8e\xfa\xd3\xc7\x21\x04\xb3\x7a\x3c\x59\x27\xa4\xbc\x83\x8d\x47\xd7\x04\x6c\xa4\xba\xda\xec\x6f\xad\x40\x86\xb5\x0c\x73\xfe\x7b\xc0\x8f\x31\x8a\x69\xfb\xaa\x0d\x11\x74\x2b\x96\xf6\xb3\x4c\x38\x33\xf6\xb3\x98\x0f\x7e\xc1\x9b\x21\x67\xf3\xb9\xd6\x0d\xd3\xa9\x2d\xac\x27\x35\x97\xe0\x4f\x7f\x09\x6c\x93\x3c\x17\x9c\x9d\x29\xd6\xbb\x24\x07\xf2\x6d\x53\x03\xf9\x5c\xf4\xee\x6d\x13\xb9\x1e\x9e\xc6\xb7\x92\xe7\xc6\x6d\xc1\x2f\xb2\x8f\xdc\x55\x49\x9f\x04\xa9\xff\xb5\x5f\xe2\xfb\x6e\x92\xdc\x77\xcf\x93\xe4\x82\x48\x73\x20\x26\x06\x02\xf2\x5a\x14\x4a\xe2\x62\xc0\x4a\x5f\xe9\x7a\xc4\x34\xc0\xb1\x41\x23\xc3\x2f\x17\xc2\xe0\xb5\x46\x99\x1e\x8d\x68\x4a\x73\x36\x3f\xe1\x52\x8a\xaa\x85\x49\xd4\x1c\xfb\x39\x28\xdf\xa4\x4a\x33\xe2\x5c\xc7\x99\xc3\x17\x68\x13\x6c\xf7\xa2\xb8\xac\xc6\x5a\x8e\x35\x09\x45\xb7\x3e\xd0\xbd\x6c\x80\x43\x2f\xbc\xac\x73\x6d\x66\xe1\x66\xbb\x2d\x2d\x95\xd1\x09\xe0\xb2\x65\xa0\x34\xc7\x80\xca\xe9\x0e\x05\x0c\x86\x51\x37\x7d\x5f\x0b\x18\x36\x49\x39\x07\xab\xa5\xef\xbe\x00\x06\xfb\xa9\xd3\x5e\xac\xc4\x57\xa3\x71\xd6\x6a\x4f\x8a\x50\x63\xca\x03\x8e\x8b\x39\xb1\x85\xb7\x02\xc9\x73\x60\x47\x03\xf9\xfb\xe1\xfd\xf5\xf7\xa4\x3e\x4b\x68\x25\xb5\xf6\xad\x98\x83\xba\x4e\x03\x79\x3e\xfe\xe9\x87\x71\xa7\xaf\xff\x29\xcd\x41\x90\xde\xff\xfe\xd3\x07\x22\x0c\x90\xf5\xa0\x50\xa2\xb5\x01\x53\x05\xb9\x93\x41\x77\x00\x5e\x87\xaa\xb7\x57\x06\xe0\xbf\x50\xa7\xd9\x6d\x30\x90\xa8\x66\x18\xeb\x48\x00\x33\x3f\x98\x8c\xe6\xa6\x42\xb4\xe2\x88\x69\x26\xdb\x1e\x1d\xdb\x03\xcd\x5c\x6d\x07\xa3\xb1\x78\xbf\x45\x2a\xa3\x06\xbf\xce\x5b\x98\xfe\x64\x14\xe0\xd5\x4d\x0f\x8b\x60\xfa\x61\x34\x3d\xeb\x6f\x91\x66\xfd\x0b\xf8\xb2\xc4\xfc\x4f\xae\x83\xd4\xc7\x36\x7f\xdc\xab\x1a\x8e\x66\x72\xdd\x2f\x00\xb5\x89\x66\x0a\x3f\x7a\x67\x66\x86\x59\xdd\xe7\x29\x80\xe6\x66\xb3\x2f\xcd\xb2\x80\x16\x5d\xca\xc1\xfc\x56\x12\x8f\xff\xc3\xce\x66\xf2\xb9\xe0\x85\xd7\xb7\x52\x72\x1f\x5c\xdf\x45\xee\x07\xd7\x3f\x12\xe4\x7e\x7a\x4e\xe2\x87\x1f\x96\xe4\x23\x6d\x93\xf8\xe2\xab\xea\xfb\xae\x03\x69\x1f\x04\xe9\xfd\xff\xb1\xf7\x01\xb5\x87\x32\x35\x21\x0d\x80\xf1\x80\xa1\x9b\x7c\x86\x02\x6c\x81\xca\x2e\x57\x67\xc0\xf3\x8b\xda\x06\x97\xc1\x40\xdc\x76\x1d\x7b\x87\x08\x20\x93\x6f\xa0\xc2\x59\x01\x2c\xfc\xac\xdf\x68\x1b\x0f\xac\xcd\x33\xdc\xcc\x34\x01\x76\xaa\x19\xf9\xda\x6c\x02\x0e\x9d\x34\xae\xa7\x3f\x01\xce\xe5\x9a\x38\x49\xfd\x7d\xeb\xa1\xc0\xa3\x68\x13\x11\x6d\x24\xd0\xf4\xcd\x78\x0b\x35\x1c\xf8\x91\x6c\x68\x2e\xad\x87\x94\x73\x30\x0e\xed\xd5\x11\x55\xba\xc7\x7b\x55\xee\x85\x41\xf1\xef\x3a\x40\x39\xb7\x27\xa1\x9e\xe4\x25\x3f\x9b\x35\x91\xfb\xe3\xeb\xa2\x9f\xfc\x5e\x7d\xb8\x43\x40\xe6\x44\x55\xa5\xa1\x0f\x07\x54\x1c\x82\x3e\x1c\x8c\x34\x07\x40\xea\xff\x4a\xfb\x81\x4c\x34\xec\xeb\xfb\x7a\x4a\xfa\x44\xf8\xc9\x02\x7a\xdb\x06\xa7\xba\x1d\x06\x6c\x54\x14\xd2\x9c\x12\x00\xd7\xc2\x51\x19\x0e\x3a\x40\xc4\x06\xb5\x4a\xee\x34\x20\x35\x4f\x4b\x97\x7d\x1f\x98\x45\xd7\x09\x63\xa6\x01\x79\x49\x3a\xc1\x7f\xee\xf1\xc7\x03\x45\x5e\xba\x1b\xff\xdc\xdf\xa7\x03\xa7\x46\xea\x47\x49\xef\xed\x5b\xfe\x02\xee\x4d\xd1\xd7\xb7\x9c\x0f\x34\xec\xd6\x7b\x66\x65\x0f\x7c\x9a\xad\x7f\xdf\xf2\x3a\xd0\xf5\x46\x97\xf9\xa7\x1e\xb3\xc8\x7a\x88\xa4\xf5\x68\x8b\x6d\x7a\xd1\xfb\xf9\xde\xee\xfd\x4e\xae\xf7\xfa\x85\x22\x92\x8f\xfc\x4f\x0e\xe8\xa8\x84\x87\xfc\xc3\xc1\xb8\x8a\x55\x9a\x87\x32\x47\xc2\x47\x49\x73\x20\x12\x52\xc4\x1a\xfc\xa6\xaf\xef\xed\x76\x0d\xd0\x5c\x31\x80\xed\x72\x01\xb0\x16\x0e\x3f\xc5\xab\x03\x1c\x97\x2a\xd7\xb0\xde\x03\x01\xfd\x55\xc6\x30\x6f\x01\x63\xd9\xa3\x94\x58\x6b\x81\x0c\x7b\xf5\x99\x36\xcb\x81\xb9\xcb\x34\x29\x74\x47\x20\x4f\x41\xa3\xc4\xfa\x01\xb0\xf6\xb5\x56\x19\xcd\x07\xd8\xe6\xa2\xad\x4d\x3d\x09\x1c\xe4\xeb\x2c\xb2\x8c\x04\x8e\x87\x68\xdd\xb3\xe4\x03\x97\xc6\xe8\xb8\x9b\xcf\x03\x6e\x66\x6a\x55\x4a\x7d\x7d\x73\x63\xe0\xf5\x4f\xad\x6b\xe6\x01\x40\xab\xaa\x16\xc3\xfc\x1e\x20\xb8\xa9\xa9\x66\xba\xbb\xb7\x0e\xaa\x53\x9b\x58\xdf\x48\x5e\xb2\xfe\xad\x40\x81\xf2\x0f\x07\x24\xed\x07\x52\x7a\x0b\x7d\x39\x18\x09\x17\x58\xa0\x21\x56\x69\x2e\x90\x94\x87\x92\xf6\x03\x91\xce\x03\x5f\x09\x47\xe4\x20\xa9\xa3\x53\x25\xa0\xe9\x21\x53\xc5\x7d\x08\x58\xd0\x64\x6f\xd8\xca\x01\xec\x08\xf9\x41\x36\x39\x80\x57\xa8\xa2\x9f\xd4\xef\xb7\xde\x0c\x24\x2b\x8e\x38\x64\xfd\x10\xc8\xbe\xa1\x6a\x69\xf5\x0e\x98\xb3\x66\x54\x9b\xd5\x0a\x60\xa9\x9d\x6a\xa1\xe5\x30\x60\x55\x9b\xea\x59\xf3\x17\xc0\xe6\x61\x63\x06\x58\x8c\x05\xf6\x4c\x52\x8f\x32\x7f\x0b\x1c\x55\xd6\xb0\x31\x8d\x02\xce\xe6\xa9\xe9\x99\xc9\x03\x57\x6f\x6a\xc8\x9b\x9d\x05\xee\xa8\x68\x56\xf7\xfe\xfd\x89\xb6\xfa\x2f\x53\x0f\xe0\xf5\x79\xf5\x52\x93\xe9\x40\xab\xe1\x98\xc9\x2f\xdc\x41\xe6\xe5\xdd\x91\x70\x1c\x7f\x38\x20\xc9\xfe\xbf\x57\x92\x73\xf2\x27\x0f\x46\xd2\x17\x6a\xe1\x07\xb1\xce\x48\xec\xcb\x81\x8c\x95\xec\x9b\x21\x01\x62\xf5\x90\xf4\x0d\x62\x8f\x13\xab\x7d\x35\xa0\xde\xd2\xff\xad\x4d\x39\x60\x34\x6e\x50\xbe\x75\x3d\xc0\x68\x1e\xfa\x8c\x6e\x07\xf0\x75\x87\xdf\xb3\x76\x04\x82\xe5\x15\xa9\x56\x2a\x40\x6c\xa8\xa2\xb6\x25\x07\x48\x39\xa6\xb4\xdb\x52\x11\xc8\xec\xaf\x92\x61\xe1\x0c\xcc\x3a\x31\xc2\xc2\xcc\x10\x58\xf0\x4d\x65\x99\x59\x10\xb0\xa2\x60\x64\xa6\x99\x0b\xb0\xc9\x7e\xb4\x5a\xaf\xee\x98\xa6\xca\x30\x5d\x01\x1c\xec\x52\x3d\x6e\xcc\x03\x4e\x8c\x1e\xf5\xd2\xb8\x19\xb8\x90\xa7\xba\xca\x88\x03\x54\x6c\x1c\x55\x6f\x22\x0f\xdc\xed\x18\xd3\x68\xbc\x0f\xa8\x4f\x19\x13\x7e\x2f\x5a\xfc\xf9\xae\x48\xf6\xbf\x13\x37\x25\xe7\x60\x56\xdf\x73\x60\xb5\x24\x3f\x6c\x89\xe4\x1c\x9c\x25\xe1\x3c\xa6\x2c\x15\x6b\xe2\x0b\xb1\x46\x4a\xfa\x69\xf9\xe7\xf6\x5d\x0f\x36\x92\xba\x9a\xa7\x02\x03\xda\x29\x14\x86\x1e\x60\x90\x32\xf0\x80\xd5\x0d\xc0\x6a\xd3\x90\x3b\x96\x5b\x01\xde\xfd\xa1\xb3\xcc\xbf\x01\x5e\x3e\xc3\xb6\x59\x3c\x01\x22\xa6\xc9\x4f\x33\x5e\x01\xc4\xe5\xcb\x8d\x30\x01\x90\x32\x4b\x7e\x91\x69\x05\x90\x11\xa8\x38\xd3\x78\x01\x30\xe3\x86\xc2\x11\x93\x65\xc0\xbc\x55\x4a\xa7\x4c\xbe\x02\xcb\xd7\xa8\x5c\x33\x59\x08\xac\xcf\x1d\x71\xc4\xf8\x2a\xb0\xa5\x76\x44\xb9\xd1\x2b\x60\xf7\xbd\x11\x55\x46\x8b\x81\xe2\xfb\x23\xb3\x0d\x4f\x01\xa7\x1e\x8d\xb4\x32\x20\x80\x0b\x8f\x47\xdc\x36\xd8\x0c\x54\xec\x18\x41\xae\x76\xff\xb7\xe2\xf7\x93\xde\x7b\xff\xbb\xdf\x2b\xf6\xbd\x87\xfa\xb1\x84\xe4\xfb\x9a\x7a\xee\xca\x01\xa6\x7f\xfb\xa4\x58\xbd\x71\xd5\x92\x4b\x04\x58\xd7\x7d\x35\x94\xf3\x01\x4e\x5a\xe8\xc3\x51\x7b\x00\xbb\x96\xf8\x5a\x75\x25\xc0\x9e\x35\x79\xa6\xee\x22\xc0\x7e\xff\x9c\x5d\xc6\x3b\x00\xee\xb9\x15\x0e\x66\x3f\x00\x76\xf9\x76\x15\x8b\xc9\x00\xdb\xae\x24\x92\x76\x0b\x60\x76\x5c\x39\x6a\x5d\x00\x30\xd9\x0f\x52\x19\x95\x00\xa3\xa4\x29\x97\x3e\x1c\xb0\x09\xec\xe2\x32\x94\x01\xba\x3a\x8e\x59\xb0\x00\xda\x6b\x3c\x35\x0d\xe9\xec\xa4\x59\xa3\xd6\x54\xa9\x2d\x97\x7a\x15\x55\x26\xbf\xde\x57\x5a\x6f\x41\x9e\xa5\xdb\xdb\x4d\xd4\xdd\x28\x37\xc1\xf3\x69\xb4\x0a\xec\x36\x1f\xfa\xd8\xc6\x7a\x0d\xd6\x59\x98\xd4\x16\xd1\x7a\x70\xc8\x6c\xc2\xed\xb7\xb4\x12\x9c\x36\x8d\xad\xae\xa2\x9d\xc3\x05\x93\xd7\x95\x8d\xd4\x36\xdc\x33\x26\xd3\x61\xfc\xc5\xf7\x16\xff\x97\xdf\x2b\xf1\xbd\x87\x3e\x66\x92\x79\xbe\x52\x1e\xc4\x74\x00\xef\xcd\x90\xd5\x80\x75\x7f\x97\xa8\xe1\xc6\x00\xf3\x91\xd7\x4a\xa5\x08\x80\xa7\x16\xea\xa5\xba\x00\xe0\xca\xc4\xcb\xa8\x7d\x01\xec\xa7\x4c\x52\xd2\xe5\x01\xf6\x7a\xb3\xe7\x19\xad\x01\x78\xea\x05\x41\xe6\xa6\x80\xdd\x89\xa2\x46\xaa\x16\xc0\x96\x29\xed\x4f\xdb\x06\xb0\x6c\xae\xfa\xd0\xa9\x64\x1d\x26\x31\xaa\x00\x9b\xcc\xf7\x2e\x0c\x11\xc0\xe4\x09\xd6\x32\x59\xd2\x3a\x10\xde\xb4\xc7\xa8\x33\xdd\xd5\x71\xd5\x5a\x09\xc5\xe6\xd9\x5f\x27\x5b\x9b\x62\x8b\x05\xab\xf9\x3a\xdd\x00\xd3\xad\x66\xbf\xd2\xa7\x1b\x60\xa6\x95\xcd\xd3\x48\xba\x1a\xe6\x5b\x6e\x7a\xe8\x45\xf7\xc6\x42\xcb\xa9\x77\xd3\xe8\x0f\x30\xcf\xf2\xcc\xad\x45\xf4\x01\xd8\x62\x7e\xba\x9a\x6d\xdd\x88\xbd\x66\x1f\x2a\xd8\xd6\x04\x8a\xcd\xc8\xd5\xe0\x97\x41\xe9\xc3\xc3\xfc\xe9\x7f\x30\xe1\x5f\x9f\x4f\xc1\xdf\xe6\x29\x59\x07\x37\xf6\x92\x01\xed\x80\x79\x02\x6f\x84\xec\xcc\xbf\xfd\x83\x38\x9d\x1e\x87\x55\xd2\x01\x2e\x82\xca\x46\x1f\x00\xec\x63\x63\x65\xd4\x85\x80\xc3\xa0\xb4\xfe\xba\x39\x80\x7d\x69\xce\x53\xa3\x2d\x80\xfd\xac\x02\x7d\x4b\x39\xc0\xee\x4b\x51\x18\xd5\x07\xb0\xe3\x94\xaa\xda\x9c\x05\x6c\x6f\x5c\x6d\x66\xe6\x03\xac\xc4\x47\xb7\x58\x0f\x00\x66\xf4\x07\x2b\x56\x24\xc0\xcc\x15\x3d\x67\x6e\x07\xe8\x55\x28\xb4\xfc\xd2\x9d\x42\x9f\x8a\x3c\x2b\xa7\xf6\xf3\xf4\xd7\x98\x40\x1b\xf8\x49\x95\x4e\xc1\x1c\x2b\xfa\xdb\x22\x7a\x21\x26\x52\xe3\x1a\x95\xe9\x35\x98\x40\x5d\xf6\x44\x8e\x51\x8c\x70\xda\xa1\xba\x8f\x8c\x0d\x48\xa4\x5e\x97\xd6\xa1\xfa\x15\xbd\x0b\xf9\x96\x6a\x95\x46\x8c\x3c\x2c\xb6\xcc\xbd\xfa\x84\x9e\x85\x7d\x66\xe4\xa9\xf6\xff\x78\x98\x3e\xfd\x0f\xfe\xdc\xf3\xdd\x4c\x27\xef\x7d\x4b\x79\x10\x8b\x28\x3b\x0f\xd9\x5d\x00\xf3\x80\xa3\x83\x7c\x2b\x60\x27\xe3\xb1\x41\x65\x6a\xef\x3a\x08\xa8\x1b\xdd\x09\x38\x22\xf6\x8a\xd6\x46\xc0\xe9\xd6\xc4\xa3\xfa\x8d\x80\x93\x49\xce\x19\xd3\x1d\x80\xc3\xdb\xe5\xe7\xac\xbe\x03\xbc\xdc\xa2\xd5\xd6\x1d\x80\xdd\xbd\xd2\x69\xcc\x36\x80\x5d\x7c\xad\xc0\xb6\x77\x5e\x34\x3f\x0e\x60\xab\x01\x4c\xfe\x27\x45\x96\x15\xc0\x2c\xc4\x28\xe6\x59\x80\x3e\x17\xdb\x2d\x23\x7e\x37\x30\x9c\x91\x40\xdb\xda\x56\xcf\x38\x02\x57\xfa\xe8\x96\xb7\x0c\x4f\x04\x58\x5b\xbc\x3e\xcf\x08\x46\x10\xad\xed\x99\x9e\x4d\x0a\x38\xf4\x23\x8f\x34\x6d\x86\xc2\xdf\x9a\x51\xbb\x9f\xe9\x06\x26\xc3\xa0\xe6\x02\xd3\x02\x5e\xd6\x8f\x6e\xa4\x30\x5a\x30\xd3\x2a\xab\xa2\xd0\xe6\x12\x26\x51\xe7\x94\x27\x31\x47\x23\x8b\x4a\xa6\x45\xfd\x27\x0f\xd3\x97\x03\xa1\x50\x68\xa4\xef\xa9\x45\x65\x86\xca\xe4\x02\x46\x4e\x36\x43\x06\xa5\xfd\xe5\x62\x6c\xf9\xbc\xd7\x0a\x8e\x00\xd7\xc5\xb5\x47\x65\x09\xe0\x70\xd3\xdf\x55\x75\x3f\xe0\xf4\x25\x6a\x8f\x96\x3b\xe0\xbc\x2a\xe5\xbe\x41\x24\xe0\xac\x3a\xa3\xd1\x4c\x16\x70\x4a\xcc\x6f\xa5\xa5\x03\xf6\xda\x45\x7b\x18\xf2\xff\xd4\xe1\xf1\x75\x79\xf6\x78\xc0\xf6\x72\xfd\x0b\xbb\xed\x00\x4b\xd0\x7a\xc5\xae\x15\x60\x05\x12\xdf\x6d\xdf\x0a\x4f\xd9\x8c\x81\x1f\xdd\xe4\xe7\x40\x9b\x79\x30\xb6\x19\xf9\xf9\x99\xcd\x1b\xa8\x30\x2d\x9b\xac\x6c\x1c\x40\x65\xf8\xbd\xa8\x66\x36\x10\x60\xcd\x78\xdc\xc5\xdc\x8c\x31\x36\x1f\xee\xc7\x32\xd9\xb0\x66\x04\xdf\x31\x63\xde\x05\x95\xb1\xa3\x3a\x87\x79\x14\x7c\xfa\xb8\xeb\x91\x2c\x0d\xb8\xd1\x63\xaf\xaa\xb1\xe4\x11\x6c\x3d\xff\x12\xd3\xe6\x35\x72\xad\xc2\xf0\x4f\x4e\xce\x7f\xf7\xbd\x65\x26\x8b\xf3\xde\x35\x17\x5b\x5f\x92\xe9\x07\x18\x2f\xa2\xef\x1a\x54\x06\xd8\x1c\x64\xbe\x94\x5b\xf4\x0f\x1f\x24\xe1\xa4\xf8\x07\x7d\x35\xd5\x77\x00\xfc\x53\x91\xad\x3a\xcb\x00\xd7\xa1\xc9\xe7\x8d\x36\x03\x2e\x2d\xd3\x53\xcc\x4f\x03\x4e\x7b\x96\x65\x59\x0f\x02\x1c\x73\xb7\xde\x65\xdd\x05\x78\x13\x8f\xe9\x72\x42\x00\xce\xb3\xeb\xd5\x76\x4f\x00\xf6\xa8\xa7\x22\x6e\x29\x60\xbb\xfc\xfb\x69\xde\x0a\x80\x95\x43\x7c\x60\xc7\x76\x8d\x61\x06\x60\x18\xf3\xb7\x94\x8f\xfb\x50\xcf\xbc\x49\xb4\xd9\x26\xbe\xfa\xc8\x3a\x45\x3c\x65\xb7\x3e\x5b\x69\x3b\x9a\x78\xc6\x16\x3d\x60\xdb\x56\x11\x4f\x39\x4e\x77\x0b\x6d\xe7\x13\x1d\xb6\xbb\x6f\xaa\xb0\xcd\x89\x0e\xdb\x07\x95\x3e\xb6\x33\xa1\xc6\x8c\xbf\x9a\x6a\x5b\x08\x13\x9b\x1d\x97\x4e\xd9\x7e\x04\xd5\x86\x7f\x7e\xbd\x2d\x05\x91\xd6\x64\xfe\xc3\x9f\x7c\x18\x95\xbe\xeb\xc1\x3a\x9c\xdc\x1f\x03\xcc\x5b\x7a\x55\xda\xf7\xdd\xca\x9b\x56\x38\xa4\xeb\x2f\x17\x63\xf7\x80\x73\x40\x71\x30\xe0\x7c\xcf\x69\xdd\xc8\x6e\xc0\x4d\xd5\xd3\x4a\xdd\x03\x70\xdf\x17\xfa\x41\xb7\x08\x70\x77\x4b\x52\x37\xfe\x00\xb8\x95\x65\xbb\x5a\xbd\x04\xf8\xfd\xf3\x2a\x18\xef\x01\xa7\x86\x22\x16\x27\x1d\xe0\xdd\x3b\x96\x6c\xc7\x01\xb8\xb4\x1b\x31\x0e\x93\x00\xf6\xa7\xe7\x8b\x1d\x5c\x00\xdb\x1f\x3f\x2f\xd9\x5f\xc3\x57\x56\x1e\xf1\x96\x7d\xe8\x47\xa5\xed\x40\xe2\x04\x77\xd8\x27\x19\xdb\x42\x62\x1b\xcf\xf3\xed\x1c\xdb\xdf\xc4\x56\x5e\x5e\x43\x35\x47\x9e\x58\xe0\xa0\xff\x28\x9b\xb3\x8f\x58\xec\xe0\x7a\x6f\x27\xa7\x87\x58\x6f\x7f\xb8\x66\x9c\x9d\x2b\xb1\x8f\xf7\xa1\xb2\xce\x8e\x4d\x5c\xe1\xce\xba\x42\xb0\xbf\xa1\xbf\xad\xd7\xa5\x32\xbb\x21\x44\x3b\xbb\xe8\x3c\x97\xa3\x02\x03\xa6\xc7\x19\x4f\xce\x47\x68\x30\x05\xf8\x87\x03\xe9\x9b\x7f\x20\xf5\x3b\x15\xce\x98\x5d\x26\xeb\x50\x6b\x7e\x68\xc0\x0d\x80\x76\xc2\xaa\x45\xd6\x0e\xb0\x8d\xa6\x3d\x18\x36\xe6\x6f\x4e\x8a\xdb\x42\x7b\xc6\x88\xcf\x80\xe7\x55\xcf\x34\x2d\x5d\xc0\x7b\x60\xf0\x32\xfd\x32\xc0\x53\x38\x3e\xd7\x8c\x01\x78\x3c\xc9\xdc\x48\x7b\x09\xb8\x69\x2c\xdd\xcb\x3a\x02\x38\xff\xdc\x3a\xc4\xae\x19\x70\xb8\x77\x5c\xd6\x61\x2f\xc0\xed\xaa\x76\x72\x6a\x01\x38\xdd\x8d\xbb\x9d\xcf\x4b\xb9\xc9\x1e\x0a\xdb\x81\x98\xe6\x90\xf7\x55\x81\x63\x4f\xd8\x3b\x7b\x35\xf9\x72\xbe\x12\x34\x17\xeb\x46\x2f\xce\x79\x22\xc4\x69\xf5\x13\x7f\xbb\x53\x84\x97\xf3\xa4\x7b\xf9\xdc\x75\x84\xbf\xf3\x8a\x5b\xef\xec\x16\x12\xeb\xec\x9b\x2b\x5f\x71\x2f\x13\x4b\x1c\x7e\x5d\xd5\xe2\x4e\x27\x4a\x79\x95\x52\x1e\xac\x6c\x89\x5d\x19\xd1\xca\xa1\x9c\x56\xe6\x7d\x26\xee\x70\x8b\x4a\x7f\xf1\x52\x08\x01\xfb\x30\xfe\x5f\x1e\x88\x74\x5f\x94\x39\x6f\x3e\xb8\x57\x35\x64\x4d\x37\xf5\x1f\x04\x18\xfb\x18\x3f\x1c\x38\x0f\x60\x2e\x31\xbb\x30\xc4\x17\xb0\x4f\xb4\x6a\x19\xc6\x07\xdc\x46\x32\x58\xf2\x6f\xfe\x72\x31\xfe\x73\xf8\xb3\x34\x92\x00\xdf\x33\x01\x75\x06\x42\xc0\x37\x20\xde\xc6\x22\x06\xf0\x89\x9f\xea\xca\xf8\x01\xb8\x57\x2d\xbe\xc9\x8e\x05\xf8\x17\xb6\x5c\x74\x50\x04\x9c\xfa\x1f\xfb\xea\x6c\x0d\xd8\x8f\xbf\x79\xcb\xb5\x13\xb0\x7b\xf9\x4e\xdb\x6d\x0c\x60\xa7\x23\xea\x71\x9d\xd8\x7e\xd8\x2e\x5b\xd4\xe2\xb6\xe0\x7d\x3d\x37\x4a\xf4\xd0\xfd\xd1\xcb\x77\xdc\x0a\xd1\x07\x77\x93\x27\x6b\x78\xd5\xa2\x97\x1e\xa3\x6b\x2b\x79\x1b\x89\x51\xae\x8b\x6e\xeb\xf3\x7e\x12\x86\xfc\xdf\x95\x0c\x07\x1a\xa1\xe7\xba\xfe\x6a\x91\xc3\x0c\x82\xc1\x7f\x76\x49\xc6\xbe\x8e\xc8\x74\x5a\x7b\x2e\xdf\x41\x87\x58\xee\xb8\xf8\x44\x87\x43\x10\x51\x62\x7f\xfc\x98\x8e\xc3\x38\xe2\x2a\xaf\xb8\x78\x94\xc3\x0e\xe2\x09\x77\x26\xfe\xe1\xa2\xfe\xf8\xde\x62\xbf\x53\xc3\x90\xcc\xc9\xd1\x59\xad\xff\x4d\x86\x01\x98\xff\x34\xb8\x37\xb0\xf7\xbc\xef\x31\x3e\x3e\x38\x1f\x70\xd9\x60\x5a\x29\x7b\x14\xf0\x31\xa7\xf9\xca\xcf\x04\x02\xe3\x99\x2b\x94\x6b\x81\xa0\x14\xa7\xbd\xea\xa6\x40\xe0\x59\xdf\xf5\x86\x71\x40\xe0\xc8\xa8\xc1\x96\x61\x80\x5f\xf3\xe4\xd5\xcc\x0f\x80\xf7\x90\x85\x47\x79\xab\x01\xb7\x4d\x5b\x34\x9c\xc3\x01\xe7\xbd\x27\x9c\xdc\x32\xd1\xe2\xe0\x71\xeb\x94\x07\x81\xa7\x3c\xe6\x87\x61\xde\xc6\x02\x1f\xee\x6d\x51\xb6\xf7\xca\x4f\x73\x78\x1f\x44\xe1\xbe\xe9\xaf\x58\xf6\xbb\x44\x93\x7c\x07\x3e\xc9\x75\xd8\x2c\xca\xf4\xb5\xab\x3d\xe5\xa8\x25\x5a\xe3\x13\x50\xf3\xdc\xb1\x41\xb4\xdd\x67\x70\x65\x91\x93\xbc\xe8\x86\xd7\xc4\xcb\xa1\x4e\x19\xa2\x6f\x1e\xc7\xca\x1e\x3b\xdd\x25\x86\xba\xaf\x3e\x33\xc2\xa9\x8c\xb0\x73\xb5\x3f\xa1\xee\xac\x47\xf8\xf3\x23\x4b\xcc\x9c\xf7\x10\x09\x2e\x85\x87\xbe\x38\x6f\x23\xf2\x9d\xf2\x0f\x52\x9d\xd5\x88\x83\x0e\xa7\xff\x3d\x1f\x18\x01\xa4\xc6\x99\xcc\x22\xd7\x83\xa2\xae\x59\xaf\xea\x35\xea\xb8\xc8\x0c\x07\xac\xb3\xb4\xa7\xc9\x5c\x02\x9c\x66\xe8\x8f\x1f\xb4\x02\xf0\x0d\x32\x92\x95\xd5\x04\x82\xdf\x99\x6d\x95\x5b\xfe\x37\x27\x25\x72\x26\xf7\xfd\x98\x52\x20\xe2\xb0\xe7\x5d\x83\x5f\x40\x68\x4d\x18\x9b\xb6\x18\x08\xfa\x95\x92\xc7\xce\x03\xfc\x12\xe6\x55\x39\xe5\xa0\xdb\x73\x7b\xe1\x7d\xf7\xe1\xa8\xe3\x2f\x38\xe1\xed\xf5\x04\x87\x1c\x8f\xdd\xdd\xe8\xdb\x41\x84\xda\x17\x7d\x79\x17\x50\xf9\xbd\xd1\xc1\x59\x78\x39\x78\xf9\xeb\x0f\x8e\x77\x84\x57\x42\xa6\x3c\x31\x72\x1e\x22\xbc\x1f\x92\x74\x2f\xc7\x45\x43\xf8\x2a\x24\xac\x7a\x17\xdf\x41\xf8\x39\x24\xf6\xea\x25\xfe\x17\x91\x5a\xd0\x35\x69\x9f\xbc\x73\x36\xae\xae\xa2\x85\x7e\x47\x4f\x8a\x5c\x6f\x89\xb6\xf9\x1e\x2f\x31\x76\xdb\x2e\xba\xec\x93\x7e\x58\xd6\x2d\x5d\xf4\xdb\xb3\x7c\xbf\xc8\xf5\x05\x41\x75\x6b\xd8\x33\xc7\x75\x27\x11\xcb\xcf\xdd\xb9\xce\xf5\x34\x31\xc3\x85\xfc\xd5\x2c\xe6\xe3\xa4\x3c\x10\xc5\x5f\x8f\x7c\x7e\x50\x8b\xd7\xda\x4f\xf9\x01\x98\x72\x35\xf7\xf5\xdf\x06\xd8\x7d\x53\x7f\xdd\xff\x12\xe0\x29\xd2\xda\x3c\xb0\x1f\x10\x7c\x5a\xe7\xc8\xa0\x36\x20\x7a\xb5\x41\xd1\x50\x79\x20\x7e\xb6\x65\x81\xe2\x0e\x60\xdc\x54\xdb\x19\xaa\xc7\x80\x04\x37\xfe\x03\xfd\x73\x40\x6c\x63\xe0\x33\xda\x5a\x20\xfc\x46\xe2\x65\x5e\x13\x10\x48\xcc\x9e\xcb\x6f\x42\xbe\x4f\xd4\xc6\x18\xef\x47\x5d\x0c\x0f\xeb\xd2\xe4\xa0\x49\xed\x3b\x5d\x75\x6e\xea\x86\x1f\xfb\x2a\x72\x7e\xde\xe4\x1e\x85\xf7\x17\x9d\x57\x0b\x9a\x62\x56\x3f\xfe\xc6\x7f\x27\x68\x8b\x8d\xb9\x7d\xca\xad\x54\xd0\x13\x7b\xfc\xc6\x41\xb7\x9b\xc2\xf0\xa8\x6d\x57\xe4\xdd\x6b\x85\x39\x91\xe5\x65\xe9\x1e\x91\xc2\x13\xe1\xcf\x4f\x3e\xf5\xf8\x22\xfc\x1d\x1a\x75\x8c\xe5\xa9\x27\xd2\x0b\x2e\x3e\x5c\xe6\xb9\x52\x34\x36\xd0\x7d\x7f\x89\x67\x8f\x68\x89\x7f\xe5\xde\xbd\x9e\x1b\x44\xa7\x7c\x37\xef\xbc\xec\xb9\x59\xf4\xde\xdb\xb9\xe8\xbd\xe7\x3d\x42\xce\x73\xec\xe6\x37\x9e\xc5\x04\xd3\xdd\x93\xdc\x17\xa7\x89\xeb\x60\x46\xe6\x0b\x0e\x29\xd4\x20\xe7\x83\xd4\xff\xb7\xe6\x2b\x28\xf5\xfe\xb7\xc3\x01\x39\xf2\x39\xc2\x77\xf1\x30\xb2\x5e\x31\x31\x1a\x93\x06\x7c\xfb\xcb\x83\x4c\x54\x32\x0a\x97\xeb\x04\x26\x8f\xb2\xfe\x3d\xea\x06\x30\xc9\xdf\xfe\xb4\xee\x69\x20\xd9\xce\x67\x69\xef\x73\x63\x6c\x64\x5c\xac\x93\x6f\x67\x53\x84\x7d\xd6\x4b\xef\x4b\x6d\xa6\xc1\x85\x2b\x4e\x85\x74\xb7\x64\xf8\xbb\xed\xdf\x17\x23\xf3\xba\xd3\x7b\xfd\x95\x47\x09\xfa\x2f\xb2\x3c\x2e\x3f\xbf\x98\x78\xf1\x69\xb0\x7b\x5a\xf7\x8d\x64\xe5\x9a\x4e\xcf\x7c\x81\x76\xd2\xa6\x2b\xa5\xde\x73\x04\x01\x89\x35\x17\x54\xbd\x1b\x05\x47\xc6\x0d\x3b\xd5\xe6\x53\x2b\x68\x8a\x8f\x2d\x1d\xeb\xeb\x27\x64\xc4\x5e\x38\x3c\xc0\xb7\x43\x98\x15\xbd\x6e\x9f\xba\x1f\x43\x58\x11\x71\x70\xf7\x5e\xbf\x71\xc2\xe6\xf0\x80\xed\x0e\x7e\x73\x45\xe6\x21\x99\x45\x4b\xfd\xf2\x45\xee\xc1\xfe\x85\x8a\x7e\x85\xa2\x22\xff\x1d\x1b\x72\xfd\x52\x44\x17\xfc\x0c\xd7\xdd\xf0\xad\x14\x7d\xf1\x2e\x26\xf7\x03\xd3\xde\x71\xf5\x9b\xa4\x49\xed\x55\x25\xc3\xd1\x64\x4e\x8e\xa1\x82\xbc\x17\xe9\x7b\xfe\x18\xd8\xde\xab\xee\xf7\xfb\xf7\x90\xbe\x57\x3d\x85\xe4\xd0\xc7\x7f\xec\x47\xe6\x04\xa4\x27\x8a\xeb\x22\xe5\x41\x72\x16\x98\x6e\x51\x56\x01\x66\x7e\x65\x5e\xd0\xcc\x02\x32\x0f\xbb\x79\x5b\x1e\xff\xb9\x22\xb5\x7f\xf8\x12\xe7\x1f\x2d\xfb\x13\x72\x52\x3b\x83\x33\x5f\x4e\x8b\xd9\xb3\x48\x26\xb6\xdf\x63\xa3\x70\x6c\x4b\x4b\xcc\xb8\xdb\x18\xc2\x39\x9b\x9d\xaa\x77\xb3\x34\xa0\xf3\x3e\x26\x0b\x2a\x0b\xfc\x3e\xb4\x6d\x9e\x9a\x79\xd1\x3e\x80\xd5\xd3\x7f\x4a\xd5\x89\xca\xc0\xc3\x3d\x05\x93\x02\x8e\x86\x06\xc5\xf4\xbc\x9f\x78\xf3\x80\x4f\xf0\x13\x81\x52\x4a\xd9\xee\xac\xe0\x32\xc1\xd6\xc4\xd0\xed\x15\xc1\xbf\x05\xcd\x09\x0d\x5b\xda\x42\xac\x85\x56\x63\x79\x85\xc7\x82\x6f\x09\x57\x45\xef\x5c\xef\x1a\xa2\x2c\xbc\x11\xb9\x64\xcd\x95\x10\x8e\xb0\x2d\xfc\xf1\x4a\xff\xe0\xb1\xa2\xf0\x60\x9f\x82\xfa\xe0\x5c\x51\x5a\xd0\xc4\x7c\xd9\x60\xba\xe8\x8c\x5f\xeb\xdf\x79\x40\xa1\x8c\xde\x40\x9e\x0f\x2f\x95\x8a\x7a\xd5\xea\xb3\xcc\x36\xd2\xff\x96\xf4\x79\x90\x72\x10\xe3\x0b\x28\x7d\x7c\x70\x69\x2e\xc6\xa2\xaf\x43\xc9\xdf\x23\x79\x77\x75\x2e\xca\x19\x02\xf9\x16\x56\xc5\x63\x6a\x3b\x86\x2d\x74\x75\xb8\x6c\xa9\xd7\xfc\x3a\x27\x27\xe0\xb8\x73\x4b\xfd\xf2\x29\x13\xc7\x59\x86\xa5\xdf\xd6\x4c\xae\x9b\x39\x29\x51\xe6\xda\x99\xf1\x8a\xeb\x54\xd2\xde\x96\x09\xe3\x6e\x1f\xbd\x99\x71\xfd\xd4\xab\x68\xfe\xcd\x98\xec\x96\x63\xfe\x11\xc7\x9b\xf9\x33\x57\x1c\x7e\x14\xe1\xd1\xdd\x6f\x26\x75\xf7\xd1\xc8\x17\xdd\xeb\xb2\x2a\xb6\xb9\x47\x65\xf5\xa8\x65\x68\x6c\x0e\x8b\x3a\xd3\xb3\x6c\xf2\xef\x0d\x5b\xa3\x2a\x7a\x7a\x52\x17\xae\x49\x8d\x4e\x14\x78\xa6\x28\xae\x3a\x1a\x55\x20\x38\x9d\x98\xb2\xec\x72\xf4\x58\x61\xbf\x84\x0b\xf9\x53\x22\xdb\x85\x99\xb1\x51\x4b\xb7\x44\x7a\x09\xaf\x44\xf9\x2c\x5a\x11\x59\x2d\x6c\x89\x28\x5e\xf0\x29\xd2\x5e\xa4\x13\x66\x34\x4f\x23\xd2\x48\x14\x15\xbc\xf9\xef\x3c\x90\x63\x29\xac\xee\x55\xe3\x17\x03\xc8\xef\xd9\xee\xb1\x78\x7c\xfe\x2b\x28\x7d\x38\x88\x29\x0d\x62\xcd\x95\xf4\x49\x91\xe6\x82\xac\xf5\xa3\x90\xfc\xcc\xe6\x17\x63\xbc\x65\x04\xbf\x92\x37\x59\x19\x47\x8f\x52\x78\x9f\xba\x36\x95\x9d\x65\xf6\xb3\xfe\xe6\xb2\x06\x2f\x43\xc7\x9a\x9b\xc7\xe6\xef\x8a\x5e\x13\x72\xa9\x2c\x79\x7a\x46\x7a\x76\x72\x50\x49\xfe\x54\x66\x9e\x59\x46\xc1\xbe\x8c\xb4\xef\x7b\x5c\x67\xbc\xdc\x4e\x4b\x61\x5d\xb6\x9d\xc3\xdd\xd4\x9d\xe4\xd4\xd0\x34\x4f\x76\xfd\xd6\xf1\xe5\x9d\x1f\xe6\xa7\xae\xe2\x27\x72\xbb\x4a\x67\x57\x2d\x5b\x9b\xb8\xba\x3b\x7a\x46\xfc\x92\xee\xc4\xb2\xee\xc6\xcc\xba\x45\x47\x12\x27\xf6\xf8\x4f\xcd\x5b\x60\x34\xfe\x5e\xcf\xe3\x49\x13\xe6\xbe\x1b\xaf\x2c\x08\x4a\x09\xcd\xd5\x19\x57\x29\x28\x4a\xaa\x9b\x9d\x9b\xe0\x24\xd4\x89\x7f\x35\xf3\xeb\x38\x96\x90\x1a\x1f\x3a\xf3\x67\xbc\xa1\xb0\x28\x66\xe4\xf4\x8e\xb1\xbb\x84\x6f\x22\x75\xb3\x4e\x8c\xe5\x89\xf4\xc2\xc8\x5b\x53\xa3\xc8\x79\xaf\x7e\x5d\x96\xcc\x59\xa4\x4b\xc6\xeb\xd6\x22\xd6\xb8\xba\xbe\xdf\xff\x5c\xc9\x7d\x6f\x69\x7f\x98\xc2\x12\xb1\xee\x3a\x44\xbe\xf7\x3e\x70\x70\xba\x02\x8b\x42\xf9\xe0\xb8\xdf\x4a\x37\x45\x79\xcc\x33\xa7\x5d\xe9\x74\x47\xa3\xe2\x5b\x3a\x5b\xb9\x2e\xf7\xb8\xc1\x17\x96\xae\xb3\x09\xf5\x09\xb8\x71\x44\x7d\xd9\xd6\xe4\x17\xe3\x97\x6f\xd1\x9e\xd7\x3c\x67\x71\x96\xf3\xca\xee\xd9\xbc\x4d\xab\x66\x2f\x5f\x32\x6b\x46\xd5\xa9\x6d\xf3\xb3\xe7\x19\x67\x95\xd7\x5d\x5f\x74\x72\x56\xf4\xb4\x13\xad\x4d\x4b\x34\xa7\xb7\x4e\x33\xe9\xbc\xb1\xe0\x4d\xd6\xbc\x8c\xf3\x5d\x39\xb9\x6b\x32\x57\x4f\x39\xd0\x1d\x36\xa3\x6e\xda\x86\x29\x1a\xdd\xa5\xd9\xe3\xa7\x7e\x9a\x7c\xa4\x27\x61\xaa\xee\x94\xf1\x93\x0a\x7a\x3e\xa6\xbd\x49\xff\x99\x06\x81\x5a\xaa\xcd\xe4\x77\xa9\xa7\x05\xab\x27\x38\x4d\x0a\x4f\x0d\x10\x3c\x1e\x7f\x36\xf5\x66\x4a\x93\xd0\x67\xac\x61\x6a\x43\x72\x88\xb0\x30\xc6\x72\xe2\xd7\x09\xda\xc2\x77\x11\x6d\x80\xac\x99\xac\xb8\x5f\x94\xc4\xff\x97\x72\x20\xe1\xaf\xc4\x9a\x26\xa9\x4b\xee\x4d\x4a\x1f\x0e\xa0\x68\x8a\x58\x0f\x92\xbe\x66\x87\xa6\xd8\x0f\xfe\xb0\xf4\x64\xf3\x80\xfb\x14\xca\xf3\xd0\x53\x86\xea\x29\xc3\xea\xef\xdc\x3a\x16\x64\x7e\x5e\x27\xaa\xfc\xf4\x11\x16\xef\x3c\xd3\xa8\x64\xf6\xde\x43\xfe\x8a\x5e\x51\x45\x2f\xb7\x45\x24\xb4\xc4\xae\x58\x76\x7c\x43\xc4\xf4\x82\xf4\xcb\x73\xdc\x56\xbf\x5c\xf3\x6e\xc6\xd9\xac\x8c\x95\x09\xa5\xbe\xb3\x3d\xd3\x8f\x16\x38\xdc\x2e\xc9\xdd\x98\xba\x65\x59\xdd\xc7\x85\x73\xa7\xa7\x9c\xcd\xfb\xd4\x75\x6d\xf6\xfe\x94\xd4\xc5\x75\xdd\xd1\x33\x8a\x93\xdf\x2c\x78\xd5\xfd\x3b\x33\x3c\x79\xef\x3c\xb7\x9e\x09\x53\x95\x93\x53\xe6\x44\xf5\x3c\x9b\xb4\x24\xb9\x7f\xce\x17\x81\xc3\x44\xe3\xa4\x9f\x33\xa7\x0b\x8a\x93\x26\x4d\x18\x9c\x5d\x25\xf8\x3e\xee\x5d\xd2\xfe\xcc\xf7\x42\x66\x3c\x2f\x51\x6d\xda\x07\x61\x51\x0c\x7b\x7c\xfd\x34\x45\xe1\xc5\xa8\x8f\xe3\x8b\xa6\x94\x09\x3b\x23\x9c\x01\x75\x65\xf1\x7c\xb6\x95\xf0\x0d\x52\x0e\x64\xc2\x5c\xc9\xfa\x97\xf8\x7d\x2b\xe5\xc5\xba\xcd\x5d\xac\x47\x48\x1e\xe6\xe7\xa1\x93\xe4\x7c\x79\xdf\x74\x9e\xe4\x85\x1a\x16\x97\x93\x1c\x41\xdd\xfe\x6b\x2f\x54\xb3\x29\x94\x6b\x8a\xe5\xc5\x86\x91\x63\x46\x9e\x68\x29\x5b\xc2\x7a\x6e\x79\x7a\x37\xf5\x74\xba\xa7\x8f\x73\xfa\x6a\x56\xa9\x4a\x4c\x5c\xe8\xd9\xd9\xcf\x0e\x36\x66\xc8\x4d\x78\x3b\x75\xf0\x3e\xe1\xca\xc1\xe9\xf4\x14\xf6\x5e\xe5\x23\xce\x19\x6f\xc7\x39\xec\x4e\xad\x7e\x9e\xa5\x11\xa7\xb1\x8b\xf6\x5e\x2b\x4b\x18\x93\xb3\x43\xb5\xbb\x21\xd3\x2f\x26\x7e\xab\x67\x4f\xf4\x94\x92\x58\xd9\x8d\xd9\x3d\xe7\x27\x09\x62\xa7\xaf\x1d\x2e\x18\x9d\x3a\x24\x86\x58\x35\x5e\xb0\x60\xc2\x9a\x58\xb5\xe5\xed\x82\x07\xe3\x2b\x63\x7e\xe4\xd5\x09\x8d\xe2\x0f\xc6\xee\x58\xd4\x28\x8c\x8b\xdb\x11\x43\x2c\x58\x23\x3c\x11\xed\x1f\x33\x69\xde\x02\xe1\xaf\x88\x71\xd1\xfa\xb9\x6d\x22\x9f\x90\x95\xd1\x1d\xb3\x2f\x89\x02\x43\x02\x00\x12\x73\xea\x3d\x0f\x1e\x48\xf6\x01\x89\xff\x3d\x43\xf2\xdf\x2b\xa9\x94\x3e\x1c\xc4\xd1\x63\xe4\xf7\x3f\xef\x1c\xd9\x2f\xa7\x65\x83\xd8\x0f\x6e\x70\xbd\x4e\xfa\xe2\xf7\xfc\xab\xcb\x49\xdf\x67\xf4\x1d\xeb\x61\x33\x29\x94\x33\x27\x6e\x8f\xd4\x6a\x56\x7c\x7d\x60\x71\xf5\x51\xda\x6b\x43\xed\x8d\x1d\x95\xe6\x2e\xaf\xd8\x1b\x16\xbd\xbf\x12\x1a\xd6\xe9\x93\x34\x55\xfd\x82\x7d\xda\xf7\xd8\x5d\x49\x07\xcf\xaf\x5e\x16\x30\x7e\x65\x6c\xf9\x39\xcd\x83\x1a\xc9\x1e\xe1\x67\xce\x54\xdf\x08\x9f\x38\x33\xf8\xe2\xe9\xf7\xef\xe4\x53\x19\x41\xc3\x4e\x05\xf6\x60\xa2\x46\xd0\x91\x92\xf5\x82\x90\x09\xbb\x83\xa3\x0e\x3e\x14\xec\x4d\xa4\x05\x1f\xdf\x3b\x40\xd0\x91\x30\x23\x38\x7b\xa7\x81\x30\x38\x4e\x21\x64\xdd\xd6\xd1\xc2\x19\x31\xef\x43\x66\x14\xea\x0b\x6f\x46\x9e\x0a\x35\x5e\x47\x08\x5f\x45\xbc\x0c\x55\x5f\x13\x20\x52\x0a\xab\x08\x69\x5c\x69\x25\x0a\x0a\x6e\x0b\x39\xb3\xec\xab\x68\x65\x20\x27\x98\xc8\xd7\x17\x55\xfa\xad\x04\xb8\x71\xe2\xf1\x45\xff\x10\xeb\x34\xc9\x7e\xb0\x4c\x32\x2f\xa4\xfe\x67\xe9\xe9\x5e\xfd\xf5\xf4\x02\xe9\x7b\xb5\xb4\x5e\x25\xdf\xbb\x3e\x2f\xac\x26\xf7\xc9\x7b\x27\xef\x90\xfe\x77\xc5\xfc\xfb\xe4\xbc\x3a\x63\xf1\x84\x41\xfa\x3e\x13\x9f\x96\xa8\xfe\x1e\x84\xa2\xd7\x8f\x45\x66\xc6\xea\x6b\x0b\xe6\x3d\x1c\x60\x6f\x6d\x55\x9c\x93\x5c\xbb\x26\x70\x9f\xd3\xf5\x09\x07\x6e\x6f\x48\xa6\x06\xc5\xc4\x5c\xbc\x75\x6e\x89\x7d\xf8\xe5\x90\x1f\x35\x97\xf7\x4e\x8e\x3e\xe8\x6f\x7e\xf3\xf4\xb5\xb9\x71\xfd\xbd\xad\x6e\x52\x5f\x6b\xc6\x9d\xf1\x4c\xad\x3e\x29\x54\x8b\xbd\xe1\x79\xf9\x9a\x9c\x30\x25\x9a\xed\x45\xbb\xa8\x2f\xdc\x1b\xc9\xf1\x8e\x3b\xbd\x51\x58\x1e\xb1\xdc\xfb\x51\xa9\x40\xf8\x3b\x6c\x82\x8f\xe6\x61\x05\x91\x7d\xf0\x7a\x9f\xdf\xfb\xc7\x8a\x3c\x83\xdd\x7d\x79\xbb\x47\x8a\x72\x02\x9d\x7d\xfb\x6d\x5f\x2e\x3a\xe5\xb7\xc9\x77\xca\xd6\x74\xd1\x2d\xdf\x75\x3e\x41\x9b\xae\x12\x23\x3d\x4f\xfb\x4c\xdc\xa8\x4e\x58\x7b\x04\xfe\x5d\x07\xd2\x7d\x60\x71\x93\x58\xb7\xa4\xfd\xfb\xfd\xff\xa6\x89\xc7\xff\xe9\xa1\xb8\x3f\xd0\xcb\x90\x5b\xe4\xbe\x59\x97\x56\x37\xa6\x57\x6f\x04\xd7\x93\xf3\xe3\xdc\xc7\xe7\x7a\xe4\xf8\x8d\x5e\x93\xf5\xdd\x15\xd7\x6c\xae\xf0\x96\x42\x59\x5b\xf3\xee\x95\xbe\x9a\xf2\xd0\x05\x87\xdf\xec\xb7\x95\x35\x60\x4f\x55\x7d\xa5\xee\xe3\xc9\xbc\x14\xb7\xe2\xc5\xaa\x71\x27\x5d\x3b\x42\x65\x9e\xf7\xcc\xff\xe0\x3d\xde\x97\xf5\xfc\xf8\xce\x43\xfe\xa3\xdc\x73\x9e\xf3\x2f\x6f\x08\x1c\xeb\x52\xdb\xf0\xea\xe5\x82\x20\x4d\x67\xbf\x86\x4b\xc2\x69\x81\xda\xce\xf7\x1e\x72\x45\xc1\x01\xc6\x2e\xc3\xee\x0c\x14\x2d\xf2\xf3\xe3\xcb\xde\x18\x23\x5a\xe5\x47\x73\xf9\x76\x65\x93\xa8\xda\xfb\x14\xdf\xf4\x42\xa4\xa8\xd5\x6b\x20\xbf\xf8\xf4\x03\x62\x98\x47\x05\xbf\xf2\xd8\x6a\x82\xed\xb6\xcd\xed\xc8\x91\x7c\x42\xcb\xc3\xc3\xed\xf7\xc1\xd5\x04\xcd\x7d\x9a\xdb\xc2\xbd\xdb\x89\x14\xfe\x1a\xf7\xf1\x3b\x2d\x89\x2c\xfe\x08\x20\xd1\x59\x72\x0e\x48\xe6\xc1\x26\xc9\xf3\xc1\x51\x32\xff\xa6\xf3\xa2\x98\x03\xfb\xfc\xb9\x8a\xe4\xc6\x1a\xb5\xc4\xb9\x40\x0f\xb4\x1e\x90\xb9\x21\x55\xd3\x9e\x91\x7d\x53\x2e\x34\xbf\x26\xfd\xdf\x63\xb4\xf7\x64\x5e\xcc\xee\x13\x9f\x49\x5f\x64\x9d\xf1\xb7\xca\x5e\xcd\x5f\xde\x3e\x4e\x3d\x7b\x88\xea\xcc\xf0\xef\x43\x68\x72\x63\x96\x24\x97\xb4\x0a\xdd\x02\xcc\x46\x86\x7b\x7d\x5d\x1a\x3b\x97\xad\xee\x67\xf3\x35\x71\xf6\x37\xfb\xc5\x6e\xfb\xbf\xde\x2a\x32\x75\xd6\x71\x32\xfe\x7a\xfa\x82\x1c\x9f\xc7\xdb\xf3\xf5\xc0\xb3\x93\xfc\x46\xee\xb8\x56\xfd\xee\x39\x2e\x75\x5c\xbb\xf7\x16\x44\x9c\x73\x04\x37\xbd\x91\x4e\xa4\x3a\x3d\xe4\xfe\x7e\x12\x43\x4c\x75\xba\x2c\xed\xe7\xc1\x5b\x70\xf3\x21\xb1\xd5\xa1\xd2\xde\xe6\xfa\x71\x62\x9b\xc3\x1b\xde\xa7\xcb\x0f\x88\x0a\x5e\xa5\xa3\x6c\x99\x17\xb1\xd5\x31\xc3\x41\xe6\x8c\x2c\x51\xcf\x7d\xec\x30\xe2\xf8\x4d\xa2\xcd\x6e\xa6\x43\xe3\xd1\xd7\xc4\x37\xbb\xd5\xc0\x2c\x09\x0f\xb4\x4e\x72\x1e\x1e\x8e\xed\x55\xa1\xfa\x25\x72\x3e\x7c\xa5\x57\x91\x3c\xc4\x6b\xff\x5a\xd2\xef\x7e\x58\xf2\xe4\x75\xaf\xde\x5c\xfe\x92\xec\x17\x51\x9e\xde\x14\xdd\xab\x27\x6f\x7e\x22\xf5\x40\xe5\x77\xd2\x1f\xdd\xc2\xef\x20\xcf\x8f\x65\xd9\x02\x92\xa3\xc8\x5d\x0e\x28\x8e\xa3\x50\xa6\x5c\x05\x8c\x57\xcb\xdf\x8e\x37\xc2\x7b\x07\x37\xcd\xdb\x01\xed\x90\x0b\xd7\x36\x6b\xf6\x48\xc4\x95\xec\x2d\x34\x19\x27\x47\x14\x6e\xb4\x66\x54\xd9\xb5\x63\xfa\xa9\x9f\xcc\x22\xf6\x00\xc4\x3d\x78\xc0\xfa\xc5\x3a\x8c\xdc\xef\x6d\xcc\x8b\xac\xf1\x02\x27\xf8\xd9\xe8\xb2\xfc\xbf\xad\x03\xcb\xa6\x8d\xf9\xb8\xe5\x2c\x9c\x19\xaf\x99\x9f\x5e\xd5\xc2\x99\x71\x9e\x15\xfe\x74\x15\x78\x36\x32\xb6\xda\x0f\x72\x40\xb5\xf9\x64\xeb\x7c\x27\x1b\x5c\x1b\x1b\xdb\xa5\x55\x75\xe0\x33\x4a\xd8\xbe\xd7\xce\xc0\xd1\x46\xdd\xb6\xf4\xf2\x1d\x44\xd1\xed\x39\x5a\x65\x49\xf0\x62\xec\x05\x56\x8e\x10\x8f\xff\x80\x9d\x58\xcb\xc9\xf9\xff\x8d\x53\x2d\xce\x41\x3a\x21\x1e\xff\x93\x3c\xf1\xf7\x7e\xab\xee\x35\xc9\x0d\x5e\xf5\x6f\x21\x7d\xe1\xb3\xe3\xda\xc8\x7f\x57\x3c\xb0\x83\xe4\xc7\x76\xcc\xe8\x21\xff\xbe\x76\x04\x0e\xf6\xea\x3c\x13\x89\xef\x99\x08\x0c\x5e\x4d\xa1\x24\x8d\x07\x0c\x66\x0c\x33\x8a\xa0\x03\x76\xb1\xa3\xdb\xbd\x77\x03\x81\x6f\xf5\xba\x5d\x3d\x80\xc9\x7c\x93\x64\xfb\x8d\xf8\x9e\xbf\xd8\xec\x23\xbb\x1d\x4f\xf7\x16\x5b\xda\x33\x9f\xe3\x46\xf9\x2c\xab\xdd\x8c\xdd\xa8\x7d\xbc\xd8\x4a\x85\x2e\x44\xf3\x27\x25\xcb\x4c\xfa\x6d\x00\xcd\x66\x8b\x69\x9b\x05\x3b\x01\xa3\xb9\x34\xaf\xef\x07\xf1\xdb\xd8\x9b\x46\xf9\xa8\x85\x2f\xc6\xfe\x34\x8d\x37\xf7\xf0\xd6\xf8\x38\xad\xa6\xe1\x2c\xea\x4c\xea\x69\xdf\x1f\x7d\xc7\x5d\x93\x47\xb4\x8e\xda\xd9\xa8\x33\x49\xa3\x4f\xbe\x9d\x86\xb3\x66\x87\xad\x57\x55\xe9\xa3\xd6\x24\x1d\xd8\xad\x28\x1e\x7f\x19\x99\x93\xf4\xbd\xfc\x06\x99\xf7\xd3\xf4\xe1\x01\x59\x8f\xa7\xeb\x25\x1c\x58\xbf\xa6\xc5\xe4\x39\xf0\xf6\x8b\xd8\xff\x66\x7f\x27\xf7\xcf\x92\x4b\x9d\x62\xff\x6f\xad\x98\x0b\xd8\x28\xf1\x33\x97\x24\xf4\xf5\x3d\xe3\x43\x80\xde\xdf\x25\x31\x2c\x40\x2f\x7c\xc8\xa5\x40\x05\x80\x79\x58\xb9\xcc\xa3\xf7\x97\xdb\x4e\xad\x11\x4e\x05\x40\xd2\x0b\xdd\x79\xdc\x27\xc0\xdc\x1e\x43\x7f\xd6\x15\xa0\xf0\x83\x91\x0f\xe3\x08\x70\xf4\x8e\xf1\x58\xeb\x72\xe0\x9a\x8c\x89\x9c\x75\x14\x50\x57\x6a\xea\x4a\x1b\x06\xbc\xa3\x1b\xaf\xa4\x29\x00\x3d\x7c\xc3\xb5\x7f\x72\x0c\x36\x0b\xe5\x00\xb5\x4e\x73\xcf\x9f\x4c\x40\x73\x81\xf9\xea\xcf\x72\x80\xd6\x67\x73\xaf\xa6\x50\x40\xeb\x85\x85\xc9\xcb\xdb\x80\x4e\x9e\x85\x7e\xfd\x67\x40\x27\xc7\x72\xfe\x43\x3b\x40\x6f\x27\x70\x26\x85\x3c\x07\xbf\x54\x11\xe4\x73\x90\xc1\x03\x72\xdc\x0d\x97\x5f\x90\x5c\x64\xed\xcb\x66\x73\x72\x1f\x18\xfe\x95\xe4\x9f\x2e\x85\xff\x26\xd7\xcd\x49\x25\x11\xf9\x3c\xb5\xff\x42\x5f\xff\x73\xb9\xa4\x2f\xca\x2c\x49\xdf\x84\x89\xfb\xc4\x2a\xee\x14\x4e\xa1\x84\xbc\x07\xb4\x8f\x0c\xca\xf2\xda\x07\xd0\x8f\x29\xcc\x70\x3e\x06\xb8\x97\x8f\x86\xf4\x9e\x3f\xfb\x0e\x90\x7d\x5e\xeb\x17\x6b\x05\x50\x50\xa6\xf7\xda\xba\x0a\xd8\x39\x4a\x77\x1f\x8d\x0b\x94\xae\xd5\xdb\x4e\xf5\x02\xca\x33\xf5\x57\x58\x29\x02\x77\x1c\xf4\x8d\x2d\x77\x03\x2f\xd3\xf4\x47\x5a\x56\x00\xdf\xb6\xeb\x25\x59\x2e\x20\xeb\x11\x69\x42\xe6\x5c\x8c\xfc\xa0\xb7\xaa\x57\xe5\xb5\x0c\x65\x3a\xe2\x01\x95\x20\x83\x8f\xad\xe7\x00\x95\x76\x83\x45\x2d\x0d\x80\x0a\x61\xf0\xe6\xcd\x25\x60\x44\x5b\xb7\x52\xe5\x71\x0a\xc9\xc1\xdd\x97\x23\xcf\x81\x71\x62\x0e\xee\xc1\xd4\x16\xf2\x39\xb1\xfa\xda\x37\xf2\xf9\xf9\x4a\xbf\xae\x98\x5e\x3d\xbd\x07\xde\x94\x7f\xee\xc1\x6f\x95\xf8\xda\xab\x94\xfb\xfa\xdf\x19\x12\x5f\x57\x7a\xff\xdf\x5f\xc2\x09\xb9\x2b\x03\x4a\xa0\x50\x9c\x2b\x01\xcb\xe1\xc3\x94\x79\x22\xc0\x65\xa8\xca\x7a\xb6\x0f\x10\xf6\x7c\xe4\x6d\xdb\x50\x20\x7d\x90\xba\x0f\x23\x1a\x98\x77\x45\x43\x99\x36\x1a\x58\x7b\x46\xe3\x90\xd5\x05\x60\x57\x8a\xe6\x0f\xcb\x2a\xa0\x64\x93\x56\x97\x85\x1d\x70\xbe\x43\x2b\x51\x7a\x6f\xdf\xdc\x1f\x78\x9a\xa5\x3d\xc6\x5c\x17\x68\x71\xd7\x4a\x37\x8f\x06\xba\xab\x34\xf6\x19\xef\x20\xeb\xc1\xd2\xfd\xde\xab\xc3\xa9\x5a\x53\x7b\x75\x48\xa5\xdc\x13\x82\x24\x55\xe4\xd6\x74\xda\xf6\xea\x97\x43\x75\x1c\x72\x1f\x0c\x16\xf7\x07\x7a\xb8\xe0\x3d\x79\x6e\xdc\x8a\x6f\x27\xc7\x7b\x35\x58\xbc\xde\xcf\x4a\xf2\x11\x0e\x4b\x7c\xe0\xed\x23\xd0\x37\x07\x40\xa2\xd3\x9b\xc5\x9a\xf2\x48\xac\x11\x12\xff\xf7\x4f\xfe\xc1\x41\x60\x08\x87\x42\xe1\x7e\x01\x4c\x02\x86\xe8\xd8\x3a\x02\xf6\x23\x15\x8c\xe8\x47\x80\x80\x2d\x8a\xab\x68\xd6\xc0\xb8\x56\xe5\xb3\x56\x02\x20\x5b\x66\x64\x8e\xe5\x04\x60\x49\xe0\x68\x47\xf3\x34\x60\x43\xe1\xe8\x76\x73\x0b\x60\xc7\xf0\x31\x4c\xd3\x66\xe0\x88\xdd\x98\x89\xa6\x59\xc0\xd9\x39\x6a\x7c\xd3\xc1\x40\xe5\x72\xb5\xe7\x26\x99\xc0\xfd\xb1\x6a\x4b\x4d\x38\xc0\x2b\x7f\x35\x45\xe3\x73\x40\xeb\x43\x55\x73\xa3\x48\x40\x14\xae\xf2\x49\xef\x11\x39\x3f\xa2\xb5\x67\xf4\xea\xd0\x61\xf2\x3b\x41\x26\x3d\xbc\x39\xf1\xa2\x54\xbc\x0f\x7c\x20\x3f\xe7\xdd\xf2\x9f\x23\xc9\xe7\xa1\x5a\x01\xb9\x6f\x9e\x93\xcc\x77\x69\x1e\xce\x1f\x0e\x46\xa2\x79\x92\x79\x21\xcd\x41\x90\x72\x20\xf1\x92\x7e\x1a\x41\x92\x5c\x25\x97\xe5\x62\x65\x5a\x00\x83\x07\x52\x28\xb6\x6d\x80\x11\x67\xd0\x83\xde\xf5\x6f\x6b\x20\x67\x4b\xdb\x0f\x78\x29\xca\x8f\xb4\x74\x05\x62\xd2\x14\x26\x59\xa8\x00\x93\x7e\x28\xe5\x9b\x47\x01\xb3\x95\x54\xa6\x99\x16\x01\x79\xe7\x54\x3a\x4d\x6f\x03\xeb\xbe\x8d\x6c\x35\xc9\x03\xb6\xfb\x8c\x52\x34\x8e\x04\x0e\x2d\x19\x35\xc6\x78\x1a\x70\xaa\x6c\x74\xbc\x51\x2a\x70\x79\xc5\xa8\x57\x86\x5b\x81\x9a\xab\xa3\xf8\x86\xfb\x80\x27\x07\x47\xa5\xea\x9f\x05\xde\x35\xab\x68\x1a\xf8\x02\xdf\x34\x94\xdf\x1b\xca\xf7\x8e\x5f\x69\x92\xf6\x19\xb2\x1e\x51\x0d\x2b\x3e\x90\x79\x6a\x75\x05\x3f\xc9\xe7\x81\x1b\x51\x22\x92\x03\xfd\xc3\x01\x49\xf6\xb9\x5d\x12\xae\x67\xc3\x75\xc9\x3e\x20\xcd\x43\x91\xcc\x8f\x4c\x75\x09\x07\x92\xdd\x77\x1e\x78\xb7\x88\x95\x97\x2e\x56\xcb\xb5\x40\xbf\x35\x14\x0a\x43\x0b\xd0\xcb\x1a\xd0\x4e\x5b\x0c\x30\xfc\x86\x32\x2c\xdc\x00\xe7\xbd\x43\xb7\x9a\x0d\x05\x42\xec\xe5\x54\x4d\x6c\x80\x71\x67\x86\xab\x99\x0c\x04\xa6\x85\x2a\xb8\x19\xf7\xfe\xd2\xcb\x57\x54\x36\x59\x09\xe4\x9b\xa8\x0c\x34\x5a\x04\xac\x7e\xa9\xac\x67\x58\x09\x14\x95\x2a\xd7\x1b\xca\x01\x7b\x8f\x29\xb7\x1a\xdc\x06\x4a\x9b\x54\x8e\xea\x5b\x02\xe7\xdf\x28\x4f\xd0\x53\x07\xae\xdb\x29\xcd\xd0\xe7\x00\x77\x05\x2a\xa3\xf5\x55\x81\x86\xdd\xca\x65\xba\xa5\x40\xf3\x22\x45\x73\xbd\x5d\xc0\x8f\x24\x45\x93\xfb\xc7\x7f\x92\xcf\x3f\xd5\xad\x62\x1e\xe8\xe2\x18\xf1\xe7\x2d\x95\xe4\x3f\xed\x96\xf0\x0c\x85\x92\x7d\xae\x40\x15\x7d\x78\xb0\x19\x12\x5e\x2a\x55\x92\x87\x12\x1f\xd8\x97\x03\x71\x2b\x13\xab\x6d\x87\x58\xcd\xb6\x02\x94\xbb\x14\x8a\xd5\x19\x40\xf3\x9b\x4c\x3f\xb3\x1b\x80\xf9\xb4\x41\x5d\xc6\x0b\x01\xee\x9b\xc1\x17\x8d\xbf\x00\xbe\xcb\x64\x09\xe3\x1b\x40\x2c\x55\x6e\x88\x41\x07\x90\xb2\x79\xd8\x29\x83\x36\x20\x33\x61\xb8\xac\xe1\x74\x20\xf7\xae\xfc\x5d\xc3\x55\xc0\x12\x05\x85\x87\x86\x73\x80\xd5\x85\x4a\xa3\xf5\xbf\x02\x9b\x7f\x2a\x6e\xd5\xd7\x01\x76\x31\x15\x67\xeb\xe5\x02\x87\x4f\x29\xae\xd7\x5d\x04\x9c\xcc\x53\x1c\xa0\xd3\x0c\x5c\x0a\x50\x38\xaf\xf3\x0e\xa8\xee\xa7\xf0\x4b\x67\x00\x50\xb7\x44\xbe\x56\x37\x15\x78\xa1\xaa\x18\x2d\xe5\x80\x2e\x4d\x16\xeb\x31\xc9\x7e\xb7\x77\x7a\xdf\x73\x40\xba\x0f\x2e\x92\x70\x1f\x39\x99\x7d\xd7\x81\xb4\x3f\x92\x74\x1e\xf8\x49\xfe\xbd\x93\x24\x47\xc8\x46\xb2\x5f\x1a\x49\x72\x84\xf4\x64\x80\xe1\x02\x0a\xc5\xf8\x01\x60\xd2\x3e\xb0\xdc\x30\x0b\x60\x8e\x1b\xc4\xd4\x8f\x01\xf8\x9b\x07\x5d\x37\xd8\x09\x84\x8e\x96\x35\xd2\x4d\x02\x62\x2b\x86\x58\xe8\x3a\x01\x29\xf3\x65\xf5\x74\xd4\x81\x8c\x39\xb2\xa6\x06\x33\x80\x59\xa2\xe1\x3b\xf4\x5a\x81\x45\x43\x87\xbb\xe8\x8f\x00\x56\xec\x90\xcf\xd4\xb9\x0d\x6c\x18\x25\xf7\x4b\x8f\x0f\x6c\x5f\xaa\x10\xa0\x17\x03\x1c\xe8\x51\xb4\xd5\x56\x03\x8a\x13\xe5\xee\x6a\x7f\x07\xce\xcc\x96\xf7\xd0\x3e\x0a\x5c\xf1\x93\x77\xd3\xae\x02\x6e\x66\xc9\xe7\xfd\xcb\x81\x48\xef\xfd\xf7\xcd\x03\xf9\xeb\xf3\x89\x7d\xae\xc1\x99\x2c\xd2\xf7\xd6\x54\xb5\x6f\x90\x59\x08\xe8\xbd\x71\x0d\x1e\x74\x1c\x30\x9b\xe6\x73\x68\x58\x00\x60\xb9\x3f\xc4\x57\x3e\x09\xa0\xad\x89\xb7\x51\x3e\x06\x58\x27\xa4\x75\x8d\xfc\x0e\xd0\x8d\x67\xab\xa8\xb9\x03\xf4\x61\xcb\x83\x35\x7f\x01\xd6\x03\xb7\xfa\xeb\xac\x07\xa8\x86\xc5\x1c\xdd\x22\xc0\x8a\x5f\xae\xa1\xef\x0b\x58\xdc\xbc\x57\xaa\x77\x1d\xb0\xd4\x7b\xd3\x65\x20\x0f\x58\x5c\xee\xd0\xd7\xeb\x0f\x98\xaf\x05\x34\x8f\x01\x26\xbf\x80\x31\x06\xbf\x0f\x98\x0e\x01\xd4\x5e\x7f\xe3\x9a\x52\x01\x8d\x41\x1f\x87\x99\x4d\x04\xb4\xaa\xde\x72\xcc\xae\x01\xda\xc5\x2f\x57\x99\x6e\x02\x34\xcf\x3d\x39\x6e\xf6\x09\xd0\x6e\xbe\xcf\x32\x8f\x03\x74\xa6\xdc\xa5\x98\xa5\x02\x5a\xbb\x6a\x82\xcd\x29\x80\xb6\x5f\xe5\x31\xb3\x8d\x80\x96\xe3\x7f\xe3\x40\x9c\xc7\xf5\xf1\x7b\xa5\xfe\x8e\xc4\xf7\x1d\xd2\x66\xf3\x95\xac\x83\x3e\x6f\xbe\x4c\x26\xa0\xef\xed\x5c\x3d\x68\x17\x60\x36\xd9\xcb\x78\xe8\x57\x80\x3a\x2e\x78\xab\x42\x08\x60\x1d\x15\xe7\xad\xfc\x14\xa0\xbb\xa7\xa9\x8f\x9a\x0f\x30\xb4\x66\xeb\xa8\xbb\x00\xf4\x2d\xcb\x97\x69\x1d\x02\xac\x79\x5b\xa7\xf6\xce\x52\xda\xc0\x62\x03\xbd\x46\xc0\x52\x50\x3e\x50\xaf\x1e\xb0\x78\x51\x1b\xa6\xd7\x0e\x58\xca\xbd\x5d\xa9\xff\x16\xb0\x64\xfe\xce\xd3\xdb\x2f\xad\x83\xe0\xa5\xd9\x4b\x40\x33\xb9\x63\xb4\xe9\x5d\x40\x63\xfd\x97\x53\x66\x31\x80\xd6\x94\xe6\x1f\xe6\x54\x40\x27\xec\x75\x92\x99\x23\xa0\x75\xbf\x61\xbd\xf9\x2b\x40\xf7\xc8\xe3\xb5\xe6\x19\x80\x4e\x65\xad\x8b\xc5\x5c\x40\x8f\x7d\xbb\xc7\x7c\x34\xa0\x7d\xb0\xfa\xb1\xb9\x3e\xa0\x3d\xe1\xfa\x4a\xf3\xc5\x80\xf6\x16\xb2\x0e\x7a\x92\x3a\x48\xee\xfd\xf7\xcd\x03\xf9\xfb\x5e\x5f\xec\xf7\xc9\x17\xd9\xe8\xf7\xaa\xd6\x60\x8e\x48\xe6\x0c\x60\x18\xe2\x78\x69\xb0\x3f\x60\xbe\xc3\xfd\xcd\x30\x2a\x60\x3d\x28\x68\xa2\xa2\x3a\xc0\x88\x8b\xbb\x36\x22\x1d\xb0\x19\x9a\xba\x70\xf4\x4b\x80\x51\x9f\xa3\xab\x9e\x03\x30\xe2\xf3\x6f\x69\x6b\x00\xf4\xd4\xad\xe1\x7a\xe9\x00\xed\x6c\xf1\x0a\xfd\x6e\x80\x5a\x7b\x79\xb0\xa1\x10\xb0\x5a\x59\xd7\x6d\x34\x1a\xb0\xda\xd6\x74\xd1\xe8\x2b\x60\x95\xda\xc3\x35\x28\x02\x2c\x5c\x01\x6d\xa5\xae\xe1\xe6\xc7\x01\xed\x75\xed\x1b\x2d\x86\x00\xba\xc3\x3e\x3d\x37\x3f\xdd\xab\x4d\x1e\x16\x4b\x01\xbd\xc6\x97\x17\xcd\x87\x00\x3a\xac\xfa\x1a\x8b\x1a\x74\xeb\xb3\x1e\x9a\x59\x3c\x45\x97\xfe\xa8\x7b\x26\x96\xf2\xe8\xd4\x57\xaf\x71\xb3\xe0\x01\xba\x7e\x37\x12\x2c\x36\x02\xba\x73\x2a\xa8\xe6\x3b\x00\x6d\x32\x07\xe3\x0f\x07\x22\xd1\xbe\x79\x20\xd2\xfb\x9d\xfd\xbb\xac\xc9\x7c\x67\x29\x0f\xa2\x93\x6e\xbb\x6f\x40\x01\x60\xa4\xca\xab\x1f\x1c\x08\x58\xce\x72\x97\x1d\x86\xde\xf1\x07\xe8\x2a\x8d\x02\x98\x83\xa3\xc7\x8e\x68\x00\x58\x65\x29\x0d\x63\xaa\x00\x56\x48\x0e\x4b\xab\xf7\x69\xda\x7b\x19\x45\x37\x1b\x60\xd8\x6f\x4d\xd2\x5f\x07\xd0\xcf\x1d\x1d\x68\x6c\x0a\xd0\x36\x5c\xfe\x6e\x9c\x09\x50\xe5\xef\xb7\x1a\x6b\x02\x56\x67\x5b\x34\x8d\x55\x00\xab\x1b\x82\x97\x86\xea\x80\xc5\x7c\x40\xfb\xf8\xef\x40\x0b\x0d\x40\x67\x5f\xeb\x0b\x8b\x75\x80\x5e\xfa\x47\x25\x73\x00\xba\x67\xde\x8c\xb6\xcc\x44\x9b\xc1\xa1\x86\x12\xab\x01\x78\x63\xb8\xed\xd1\x78\x2b\x2b\xbc\x32\xdc\x58\x1b\x6e\x19\x81\x76\xfd\x53\xb7\xad\x2d\x16\x02\xba\x5f\xaa\xce\x5a\x6e\x42\x87\xbe\x57\xc5\x46\xcb\x07\xe8\xd0\xb7\xb8\x42\xb1\xcc\x87\x48\xcf\x1e\xff\x85\x03\xe1\xa5\x53\xfa\xf8\xde\x62\x9f\x6b\x00\xd3\xca\x8e\xf2\x4f\x1e\x84\x7e\x0d\x6b\xdf\xc0\x6b\x80\xd9\x47\x6e\x3f\x59\x4d\xc0\x5a\xd6\x55\x67\xf8\x02\x80\x79\xc8\xcf\x43\x59\x1d\x60\xfd\x8e\x5a\x3b\x6a\x14\xc0\x56\x48\x56\x56\x9b\x0e\xd8\x5e\x9a\xa1\xac\xf5\x09\x60\xad\xcc\xf7\xd5\xbb\x05\xd8\x3c\xd8\x32\xcf\x70\x09\xc0\x70\x3d\x7a\xd0\x84\x06\x58\x6f\xbf\x52\x6c\x9a\x08\xd0\x8e\x3d\xda\x6d\x36\x1b\xa0\x3e\xfc\x18\x66\x1a\x09\xd0\x34\xf0\xd3\x38\x4e\xb8\xca\x52\x1b\xd0\xbd\xd8\x7e\xc5\x4a\x1e\xdd\x86\xaa\x9f\xe7\x5a\x79\xe2\xbd\xd1\xc8\xa6\x17\x96\xef\xf0\xc1\x30\xb7\x71\x93\x55\x31\x1e\x1a\x09\xeb\x43\xa9\x4c\xdc\x34\x3e\x73\x7f\x26\x95\x83\x3b\xc6\x6e\x77\xaa\xac\xd6\xe0\xa5\xe1\xf6\x9b\xea\xd4\x2f\xa8\x31\x9e\x5b\xd9\x49\x3d\x83\x07\x46\xa5\x57\xfc\xa8\x67\xf1\xdc\xf0\x69\xb9\x83\xe5\x2d\x08\xf5\x48\xea\x55\xca\x81\x48\x73\x82\xa4\x3e\x9f\x78\x1d\x48\x7d\x1e\x39\x2b\x8b\x06\xb2\x0e\x4e\xd6\xe3\xfa\xbf\x03\x8c\x36\xd2\xf3\x06\xc5\x03\xd4\xc3\xec\x84\xa1\x15\x00\x43\xdf\xf1\xe5\xf0\xeb\x80\xed\x6c\xaf\x7b\xca\x69\x00\x3b\x3e\x7c\xe7\xa8\x68\x80\xa3\x9d\x54\xa1\x3e\x10\xb0\x4b\xca\x0e\xd6\xb5\x01\xd8\x93\xf3\xce\x1b\xfc\x02\x58\x86\x5b\x8d\x8c\xb7\x00\xcc\xa5\x47\x8f\x99\x37\x03\xf4\xe6\x6b\x4a\xe6\x5d\x80\xf5\xfc\x27\x93\x2d\xbc\x01\xeb\xfe\x5f\x2b\xcd\x6f\x01\xb4\x25\x68\x31\x09\xea\x94\xa5\x96\xa3\xc1\xc4\xe8\x6b\x03\xf5\x2a\xae\x9b\x0e\x7f\xdf\x42\xbd\x8b\x0b\xa6\xf1\xaf\x06\x5a\x47\x62\xb5\xc5\xac\x67\x39\xb4\x4b\xd8\x6b\xf6\xf2\x91\x06\xad\x08\xc5\x66\x46\x77\x23\xac\xed\xb1\xdf\x6c\x67\xcd\x50\x5a\x21\x2e\x98\xdc\x97\x72\x71\x57\xab\x69\xda\xb8\x6f\x54\x75\xe9\x2c\xcd\x18\x4f\x8d\x4c\xcb\xce\xd0\x22\xf0\xdc\xf0\x27\xfe\xe1\xa2\xfa\xe6\x60\x48\xe7\x41\x3f\x05\x73\xf2\xef\xf2\x37\x4c\x48\x1e\x44\xf7\x9d\x55\xc5\x80\x24\xc0\x34\x8f\xca\x19\x2c\x07\xd0\xf3\x59\x3f\x86\xdd\xf8\xcb\x07\x71\xd6\x7b\x5a\xab\x04\xfd\xe5\xe6\xec\x87\x27\x9a\x69\xa9\x03\xdc\xb9\x99\x4d\xba\x5f\x00\xbb\xa7\x4b\x04\xc6\xb9\x00\xbb\x78\xcb\x18\x33\x00\xcc\x4d\x25\x7e\x16\xe6\x00\xe3\x49\x45\xbd\xd5\x68\x80\x5e\xff\xf4\x02\x35\x1c\xa0\xcf\x6b\x57\xa1\x0e\x05\xac\xf5\x50\x6b\xda\xf1\x43\x48\x7b\x87\x12\x73\xea\x87\xd9\xd6\x97\xb1\xc8\x72\xdb\xdb\xc3\xd6\xef\x31\xd7\xf2\xc9\x8b\xc5\xf4\x24\x64\x5a\xad\x79\xa4\x65\x33\x08\x01\xd6\xe6\x77\x3b\x19\x39\x98\x4c\x1d\x53\x73\x94\xa1\x89\xf9\x96\x27\x6f\x14\x30\xa6\x62\x91\x65\xa1\x94\x07\x2b\xd7\x67\x68\x60\x97\x79\x78\x99\x3f\xbd\x11\xc7\xcc\xd4\xcf\x9c\xa2\xf7\xc7\x4d\xe3\x3e\xfd\x71\xa4\xe7\x83\xf4\xbe\xb7\x25\xe9\x67\xf6\xe3\x1b\x90\xf3\x40\xfd\xa9\x51\x6e\xbf\x47\x80\xfe\x73\x13\xab\x01\x73\x00\x4b\x0f\x8b\xc4\xc1\xf7\x01\xc6\x0d\x06\x65\x58\xca\xdf\xdc\x1c\x7b\x9a\xab\xee\x88\xb9\x80\x93\x7a\x60\xb6\x5a\x3c\xe0\x58\x93\x30\x45\xbb\x0c\x70\xd4\xca\xa8\x31\xa4\x03\xbc\xc6\xc5\xd3\x7b\x9f\x92\xed\x36\x6c\xde\x69\xd9\x5b\xbf\x0b\x25\x09\xd4\xf7\xbd\xf5\xa8\x3c\x6f\xdd\x01\x30\xbe\xbd\x50\xa2\xab\x02\x8c\xb4\xdf\x2f\x69\xcf\xbb\x1d\x18\x29\x48\xa0\x95\x7f\x65\x33\xb8\x08\xb6\x1e\xf9\x2e\x80\x01\xb0\xe9\x47\x9f\xb7\xd9\xec\x81\x05\x63\xc1\xe3\x71\x4c\x0d\x98\x31\x2e\xd6\x8e\x60\xf1\xa0\xca\xd4\xbb\x25\xc7\x52\x81\x15\xa3\xba\xf2\x13\x2b\x1e\x6c\x86\xcb\x1f\x0e\x6a\x29\xeb\x10\x02\xad\xab\xca\x66\x33\x27\x62\x96\x55\xf1\x69\x45\xe6\x18\xac\xb7\xb8\x71\x6c\x25\xcb\x15\x2b\x2c\xb7\xfc\xbb\x1e\xfe\xf0\x0f\xe4\x3a\xa0\x74\x19\x92\x9c\xe0\x60\x6d\x3d\x32\x37\x49\xbd\x5b\xf7\x5c\xbf\x13\x80\xc9\x30\xc3\x3b\x03\x15\x01\xeb\x10\x13\x8f\x41\x2f\x01\xf6\x36\xda\xbc\x61\x16\x80\xa3\x8b\x6d\x83\xa2\x36\xe0\x5c\xe9\x64\x31\xf2\x0c\xe0\xca\xf7\xbd\xaa\x11\x0a\xf0\x77\xc4\x96\xea\x76\x00\xce\x87\xa6\x28\x18\xcb\x00\x4e\x43\x16\xa9\x5a\x26\x01\x3c\xb9\x4d\xbf\xa9\x2f\x00\xce\xde\xd2\x02\xc6\x55\x80\xd5\x59\xf5\x88\xe9\x0f\x30\x27\xbf\xb6\x65\xf6\xce\x93\x39\xa2\xdd\xcc\x3d\xed\xdf\x99\x61\xe8\xc7\x8a\x6e\xf6\x65\x85\x10\x2f\xd9\xab\x9e\x8f\xb0\x8d\x24\x6e\x71\x5e\x3e\x5e\x68\x9b\x4a\x34\x70\x86\xdf\x6b\x64\xab\x13\x0d\x1c\xbf\x1a\x39\xf6\x22\xa2\x99\xfd\x40\x9a\x8f\x75\x95\xcb\x3e\x8e\x21\xac\x27\x17\xbe\x71\x82\xa1\xc0\xda\x7c\xf6\x2b\xe7\x12\x54\x59\xe6\x27\xd5\x38\x6b\xc1\xb4\xf1\x2b\x3d\x67\x7b\x00\x99\xd4\x8a\xe2\x00\xb6\x39\xa6\x53\xf7\xe3\x1f\x1e\xc8\x86\xf2\xef\x3c\xe8\xaf\xab\xed\x4f\x9e\x0f\x5e\x9a\x11\xbd\xaa\x57\xac\x79\xa8\xbf\x27\x60\xc1\xd4\x75\x93\x01\xc0\xd9\x68\x34\x67\xb0\x16\xe0\xf4\xde\x5c\x76\xe8\x40\xc0\xed\x12\x9d\x90\x6f\x06\x3c\xc7\xf0\x88\x91\xcb\x00\x4f\x45\xcf\x45\x9a\x67\x01\x0f\xf7\xc8\x4b\xfa\x2f\x00\xb7\xa4\x34\xae\xe9\x19\xc0\xf9\xfb\xfc\xf5\x56\x5d\x80\xa3\x5e\x61\x8b\xcd\x02\x80\x3b\xb5\x74\x9e\xad\x39\xc0\x5e\x70\xf3\x0e\xc7\x0c\x60\x75\x37\xcb\xdb\x25\x8a\x94\x6c\x15\x88\x72\xbb\x9d\x9f\x8a\xd8\xde\xc4\x0c\x87\x80\x97\xa1\x9c\x26\xc2\xdf\xe9\xd9\xc3\x9f\x76\x2f\x09\x7f\x67\xe7\xbb\x9d\xdc\xa1\x44\xaa\x93\xd2\xcd\x1b\x5c\x7b\x62\x81\xa3\x4c\xc5\x7d\x2e\x9d\x38\x68\x3f\xfc\x72\x7f\x9e\x23\xb1\xd3\xfe\x76\x99\x12\x8f\x45\x5c\xe3\x76\x9d\x29\xe7\x6e\x24\x3e\x71\x66\x1d\xe3\xf3\x96\x12\xbf\x39\x94\xa3\x05\x3c\x5f\x0c\xb7\x5d\x75\x48\xc8\xf5\x06\xd7\x66\xdc\x7e\x53\x5e\x20\xd8\x36\x75\xff\xc7\xd7\x7b\x87\x35\xb5\x7c\xdf\xc3\x47\xe9\xbd\x23\x10\x42\x27\xf4\xde\x7b\xef\x1d\xa4\x0b\x8a\x0d\xbb\xa0\x62\x6f\x58\xb1\x61\x03\x15\x14\x44\x50\x10\x15\x0b\xa0\x80\x28\x08\x2a\xa8\xa8\x28\x88\xbd\x61\x57\xec\x0a\x8a\x90\xb3\xde\x27\x93\xe4\xde\xeb\xe7\xf9\xbe\xbf\xbf\xd6\x13\xae\xb9\xb0\xe7\xcc\xde\x33\x73\xd6\x9a\xb5\xff\xbb\x4f\xe0\xcd\x03\x4a\x6f\x3b\x19\x87\xb5\x6a\xc4\xef\x5e\x4d\x5c\x4d\x94\x3a\x02\xb0\x76\x33\xee\x8c\xb8\x03\xd8\x86\x30\x59\x02\x14\xe0\x59\xae\x65\x20\xa4\x0d\x04\x36\xe9\xe9\x8a\x5c\x00\x22\xa4\xcd\xcf\x4b\x87\x02\x11\xcb\xec\x0d\xe4\xd9\xff\xea\x83\xc2\x18\x31\x13\x0d\xf4\x80\xa0\x4b\x93\xe3\xcd\xa4\x00\x7f\xa9\xa5\xb3\x6c\x26\x01\x5e\xb1\x79\xf7\x1c\xae\x03\x6e\xf1\xc7\x37\xba\x8c\x1b\xfa\xe6\x32\xe2\x8a\xba\x47\xfe\x2f\x4d\xa7\xb3\x2f\x66\x7a\xa7\x7f\x5b\xe0\x44\xd3\x42\xbe\x42\xcf\x4e\xba\x2c\x63\xbf\xf5\x17\xe9\xf6\x72\x53\x66\x3f\x0e\xf0\xea\x08\x73\xdb\xc5\xa6\xfd\x86\x2e\x0f\xb9\x8b\xd2\xf2\x7e\x8e\xcd\xce\xee\x03\xb4\xb6\xef\xeb\xb3\x59\xee\x6d\x74\x94\xf7\x86\x5a\x78\x78\xd0\xd3\xbd\x12\x4f\xce\xf5\xd8\x42\xaf\xf3\x54\x38\x6a\xee\xe9\x40\x17\x7a\x98\x54\x64\x79\x16\xd2\xc7\xdc\x03\x0e\xa9\x78\x04\xd3\xaf\x9d\x8f\x1d\x18\xeb\x11\x4e\xc3\x89\x51\x7c\xc5\xa3\x0b\x82\x8e\x9f\xfe\xbb\x4f\xe2\xf6\x7f\xa0\x28\xe6\x29\x0e\xf2\xef\x7d\x6b\x6a\xc9\x93\x3e\x29\x16\x23\xa4\x48\xbd\x74\x3e\x21\x45\xea\x65\x50\xa9\xfa\x4a\x81\x5e\x20\xf2\xbd\xe6\x5b\xe1\x04\x20\x2e\x8a\xf5\x43\xfc\x3d\x90\x40\x5b\x3d\x92\x0f\x01\x12\xe4\xdc\x87\xd5\xd5\x80\x98\x0d\x61\x6c\xce\xba\x18\xe1\x97\xd6\x63\x35\x05\x08\x1a\x5e\x14\xe9\xb0\xff\xd7\x77\xff\xb0\x6d\xda\x1e\xd6\x5f\x9f\x7a\xff\xa9\xf8\xe3\x67\xd1\x17\xec\xe9\x7e\xe1\x79\x50\xd1\x9b\x66\xf7\xcc\x47\x89\xa1\x6d\x2f\x8d\xdc\xde\xfe\xbe\x14\x1e\x72\x67\x9e\x47\x0d\xdb\x36\x42\xed\xca\x03\xaf\xb3\x6c\x8b\x48\x83\x16\x35\x6f\x59\xf6\xbc\xb0\xec\x46\xca\xbb\x9a\xbd\x27\xd4\xfa\xf4\x67\x9f\x11\xec\x8b\xc1\x73\x4e\x59\xf9\xf8\xb3\xfb\x02\x6b\x8f\xad\xf5\x99\x4b\x2b\xfb\x37\x54\x64\xf9\xf6\xd0\x4a\x01\x9a\x65\x4b\x7d\x53\xe9\x28\x5f\xa1\x03\xfa\x3e\x97\xe9\x65\x5e\xbb\x8a\x46\xf9\xb4\xd2\xa5\x1e\xd9\x85\x93\x7d\xae\xd0\x67\xdd\xcd\x77\xff\xf0\x19\x4f\x3f\x70\x25\xef\x62\x2c\x79\xf3\x41\xbb\x9a\x8b\x5c\xde\x57\x61\xac\xf4\x63\x0e\x1a\x39\x89\x5c\xe0\xa0\xdd\x33\xee\x7b\x4c\xef\xcf\x5c\x3f\x88\xa8\x37\xa2\x84\x1f\x4f\x6e\x65\xac\x11\xf4\x04\xc6\x79\x69\x2d\x12\x55\x06\x26\x64\x98\x58\xcb\x9c\x00\xc6\x1b\x39\xbe\x55\xd3\x00\xc6\x0c\x07\x4e\x32\x10\xf8\xf3\x3b\xb6\x28\xe9\x9a\xdd\xf0\xd7\xf1\x51\x17\x32\xae\x7b\xfc\x78\xcb\x08\xfb\xbe\xfe\x7b\x60\xc8\xb3\xde\xe0\xe0\xfd\xb7\xc2\x8b\x1f\x9c\x0b\x70\xab\xdf\x1a\x33\xef\x0e\xdb\xf7\x43\x57\x71\xdc\xbd\xdb\x3e\x3e\x27\x3e\xdf\x4c\x68\x6f\x2f\xf3\x7d\x37\x9c\x9e\x70\xf2\x5c\xb8\xff\xf5\xe1\xfc\xf8\x13\xa7\xdf\x05\xa4\x0c\xdf\x8b\x9d\x70\x32\x37\x00\x6c\xe1\x98\x4b\xc7\x16\x06\xce\x61\x9b\x46\x27\x57\x0c\x04\x5e\x64\x8f\x8d\x8c\x28\xed\x0b\xbc\xc2\x3e\x14\xe6\x5c\xdc\x19\xb4\x92\x7d\x3e\xd4\x77\x2f\x33\xf0\x17\x2d\x10\x78\x6f\xb7\x64\x90\x0c\x6d\xe5\xbf\x23\xef\x6c\xe0\x79\x3a\xce\x77\xcb\x4e\xc1\xc0\x76\x7a\x8a\xcf\xbe\x6d\xb3\x03\x9d\xe8\x3c\x2f\xa2\x33\xe7\xeb\x1f\x54\xc9\xbe\x41\xac\x4c\xc6\x89\xec\x17\xcf\x8a\x5c\xe7\xa0\x65\x12\xf5\x17\xff\xcb\xd7\x01\xf0\xfb\x42\x4c\xb2\x10\x22\xba\xc2\x99\xb7\x15\x88\x5e\x20\x63\xa5\x6e\x83\xa4\x11\x30\x3b\xd9\xf2\xb2\xf2\xf2\x41\xd1\x69\xc6\x5e\x4f\x59\x5f\xfb\x98\xe3\xed\x63\x22\x9d\xa2\x9e\x85\x27\x6f\x98\xcc\x0e\xa8\xbf\x2b\x19\x3f\x6d\x79\x64\xe4\x82\x9b\x4a\x31\xeb\x76\x2d\x8a\x9f\xd4\xbe\x21\x92\x3a\xd1\x3c\xa6\xa4\x55\x33\xcc\xfb\xea\x9a\x71\xd6\x4d\xa3\x43\x92\x5e\x4b\x8c\x1f\x5f\xff\x2a\x64\xf5\xd0\xa2\xf1\x17\x8f\x6f\x0c\x33\x18\x7a\x36\xf6\xee\xe1\x3b\x61\x1d\xc3\xa6\x29\x11\xa5\xb9\xe1\xd5\xc3\xf3\x92\xde\x16\x9f\x0c\xcf\x1b\x6e\x8b\x6f\x2a\xdc\x1b\xfe\x73\x98\x1d\xbb\x77\x8f\x68\x78\x03\xdb\x3e\xc6\x3a\xdf\x22\xbc\x9a\x9d\x1e\xa5\xbc\xfd\x49\x78\x20\xfb\x58\xd8\x83\xad\x22\xe1\x55\xec\xb6\xd0\xaa\x4d\x1f\xc3\x3e\xd0\xd2\x41\xc2\x39\x67\xc2\x85\x69\xdb\x00\x99\xb5\xb5\x61\x33\xe9\xe9\x3e\xe4\x76\x8d\x26\xb9\x6f\x30\xd2\x5a\x9a\x9c\x2b\xe4\x5c\x04\x89\x3f\x0c\x9f\xff\x76\xe6\xf1\xbf\x61\x65\x5c\x4c\x32\xe6\x22\xbf\x2f\x04\xdf\x17\x62\x71\x9e\x10\xd1\x21\xaf\xc8\x66\x94\x0a\xef\x1f\x34\x5e\x9e\x6e\xf4\x52\x31\xe6\x43\xfc\xc2\x21\x97\xe9\xac\xd2\xc7\x2d\x99\x47\x42\xb7\x39\x99\x74\x06\x4f\xb9\x9b\x9a\x10\x32\xf9\x52\xc6\xf8\x43\x73\xaf\xc4\x07\x35\x9a\xa5\xee\xde\x5c\x94\xfa\xbc\x36\x22\x69\x5d\x79\xe2\xc4\x88\xe3\x71\xf1\xe9\x17\xa6\x4d\xb1\xad\x7c\x1e\x2b\xf7\x68\x78\xda\x85\xf2\xe5\xa3\x25\x06\x77\x4d\xef\x2b\x9e\x19\x3b\x65\x48\x64\xca\x8a\x3d\x3b\xe2\x8c\x86\xe6\x4c\xb2\xca\x1f\x1d\xa7\x30\x74\x63\xbc\xda\xb6\x9b\x71\xd4\xb0\x67\xca\x9f\xdc\xd8\xd8\xec\xe1\x9d\x49\x67\x37\x32\xe2\x92\x86\x5b\x12\x05\xd7\x7b\xc4\xb6\xb0\x55\x62\xe3\xd7\xea\xc6\xba\xb2\xe3\xa2\x37\xaf\xba\x3d\xfa\x02\x7b\x67\xc4\xd9\x95\xf2\xb1\x92\xec\xda\x70\xfd\x65\x6a\xa3\x9f\xb2\xdf\x87\x2c\x5b\x16\x10\x53\x4d\xcb\x04\x11\xdd\x20\x57\x07\x23\xb8\x71\xe4\x12\x0e\xea\xee\xe4\xc6\xe5\x30\x89\x8b\xfc\xfb\xdf\xc9\xa5\x5c\x9c\xba\x8f\x8b\xfc\xfe\x28\x2b\x79\xbc\x60\x0e\xf1\x85\xff\x93\xb9\x4d\x54\xae\x8f\xa2\xfa\xcc\xb6\x38\xea\x7a\xca\x25\x3c\xbe\x90\x13\x65\x7b\x47\x6f\xd4\xcd\xe6\xec\x41\xbf\x93\xf6\xe5\x2d\x2a\x8b\x19\xf1\xfe\x41\x61\xd5\x77\x32\xea\xa6\x25\x24\x1b\x54\xfc\x9e\x9e\xb2\x2a\x7c\x62\xfe\xfe\xc8\xf4\xc5\xfb\xbc\xa6\x6d\xdc\xe3\x3d\xd1\xfa\x4c\xe1\xac\xea\x9d\x31\x69\xab\x6e\x17\x65\x66\x6d\x4d\x18\xfb\xfd\x73\xf6\x9c\x7b\x9b\x0c\xc6\xde\xfc\xe3\x30\xfb\xe7\xba\xf3\x63\x5f\xfe\xb9\x36\x7d\xf3\xea\x0f\xe3\x44\x86\xd4\xa7\xfc\x5c\x79\x6c\x6c\xf1\x50\xe1\xc4\x33\xcb\x3e\x8c\x9d\x3c\xd4\x9f\x36\x7f\x49\x5f\xaa\xf3\xf0\xd4\x94\x11\x8b\x3d\x52\xee\x0e\x1f\x4a\xda\xb3\xf0\xc1\x98\xb6\xe1\x5f\xf1\x7a\x0b\xe6\x8c\xb9\xc2\x56\x8c\x7d\x3e\xef\x53\xf2\x15\xf6\xec\xa8\x53\x73\x75\x93\x96\xb2\x9b\xc3\x5a\xe6\x2e\x4a\x5c\xca\x7e\x1c\x4a\xce\x17\xa2\xe4\x3c\xc1\x5c\xc5\x8d\xe7\x1f\x1d\x08\x4f\x07\x94\x20\xc5\x7b\xfe\xbc\xbe\x10\x0b\x79\x3e\x10\x6b\x29\x2e\x6e\x23\xfc\xd5\x2f\x85\xdd\x44\x17\xf0\xe1\xc3\x3e\x63\xd1\x3d\x14\xf5\xa4\x75\xef\x31\xa6\xa7\xe4\xd3\xce\x9f\xbb\xab\xcc\x85\x34\x97\xb7\x7c\xd8\x61\xe7\x61\x65\x3d\xaf\xfa\xd3\x26\xbd\xc8\x6f\x7e\xa1\x65\x47\x57\xaf\x9d\xb0\x31\xde\x21\x4f\x7a\xf1\x86\x05\x6f\xd2\x57\x6e\xd8\x30\x7f\xc3\x0e\xab\x59\x17\xb3\x57\xcf\xb5\x3d\x76\x6e\xae\xf6\x92\xd8\x8c\x35\x57\xf4\xe6\x5b\xcf\x7f\x34\xab\xf0\xd5\xb2\x05\x35\x73\xeb\x67\xde\x1f\x9c\x38\x7f\x7a\x66\xc8\x8c\xe6\x3f\xba\x19\xec\x59\x9f\x67\x6c\xfe\xb3\x75\x66\xed\x2c\xf1\xe9\x5e\x43\x22\x53\x1f\xcf\x9c\x33\x35\x6b\x68\xe3\xa4\xb4\x19\x95\x53\x32\x86\x1e\x8f\x9f\xc2\xd7\x7b\x4c\x6f\x9e\x94\x37\xbc\x21\xf9\xf4\xd4\x9c\x49\xc1\xc3\x37\x12\x9e\x4d\xe9\x9a\x90\xcb\x66\x8d\xee\x4b\xdf\x39\xfe\x03\x3b\x31\x7a\x53\x7a\x6a\x5a\x37\x7b\x5d\xe4\x14\x40\x44\x90\x1b\x0f\x3f\x0f\x3c\x3c\xb9\x18\xcb\xeb\x07\x33\xc5\x86\x17\x3f\xaf\x1f\x02\x9f\x07\xcf\x23\xf7\xc2\x7f\xc6\xec\x23\xe3\xf3\x2e\xa3\x94\xf0\xa2\x8f\xd7\x56\x5c\x22\xef\xfd\xff\x1c\x59\xad\x32\x47\x70\xe2\xc5\x33\xe5\x73\x0c\x42\x55\x57\x9c\xf6\x3f\x50\xef\x64\x65\xfa\xb9\x5c\x74\x9f\x6f\x70\x99\x47\x4a\xfe\xa9\xfc\x92\x94\xed\x51\x5b\xd7\x94\xe6\x06\x65\x7e\x1b\x2f\xbc\x50\x66\xc3\xa3\x4d\xcc\x69\x9f\x33\x4e\xad\x2f\xab\x90\x9d\xb5\x60\xba\xe0\xda\x57\x17\xd3\x32\x5a\xd3\xed\xd7\xe8\x3d\xdb\x9c\xb9\x68\xe2\xe7\xd5\x31\x7f\xec\x33\x66\x4d\xbc\xb4\xe2\xfe\x9f\xba\x19\xd9\x13\x99\xcb\xf6\x0d\x19\x4f\xb9\x31\xc1\x7e\xc9\xab\xa1\xfc\x49\xfa\x13\x82\x17\x36\x0e\xbd\x1d\x6f\x3b\xfe\x60\xd6\x8b\xe1\x98\x54\xe6\xf8\xe2\xb9\xcb\x86\xb7\x24\x5f\x4d\x33\xce\xbc\x31\xdc\x1f\x3f\x3e\x6d\xe6\xec\x2c\xb6\x5a\x6c\xe3\xb8\x93\xb3\xcd\xd8\xee\xa3\xd5\xc6\x75\x4e\xf7\x65\xaf\x8a\xec\x19\x27\x3f\xed\x02\xfb\x50\x84\x12\xa0\xce\xd3\x3b\x39\xf0\x7c\x0e\xf8\xfc\xf7\x44\x9e\xcf\xfb\x42\x5e\x5d\xc8\x51\xe7\xe2\x6e\xc2\x77\xff\x54\x39\x90\xc0\x8d\xff\x30\xc9\x87\xc7\xce\xc7\x09\x2f\xde\x79\xae\x9a\xe4\xcb\xe5\x31\x75\x46\x32\xe9\x14\x55\xf7\xb0\xb6\x5a\xab\x48\x7e\x62\xe5\x8a\x93\x83\xd6\x59\xfa\x31\x05\xcf\x8e\x65\xfa\xd6\x3b\x4a\x6f\xb0\x2f\xef\x8c\xff\x10\xec\xb6\x80\x79\x80\x31\x23\x39\xa9\x70\xfa\xef\x62\xd7\xf5\x1a\x69\x3d\x13\xe7\xed\x1b\x5b\xb6\x7e\x52\x42\xea\x83\xc2\x8e\xe6\x2d\xe9\x6b\x93\xee\x16\x2c\x7d\x9c\x3d\x25\x30\x21\xa7\x20\xf2\xcf\xfa\xf4\xfa\x84\x3f\x79\x46\x43\x7b\x26\x2e\x48\xf0\xd9\xce\x1c\x96\x1e\x17\x90\x38\x7b\xf3\xcb\x61\xa3\xb1\x69\x89\x93\x72\xde\x0c\xaf\x4e\xfe\x96\xa8\xb7\xb6\x6d\xf8\x76\x42\x57\xc2\xd5\x55\xd7\xd9\x8c\xd8\x23\x09\x9f\x56\x6e\x67\xbb\x8d\xd6\x4f\x78\xb8\x6c\x34\x7b\x51\xd4\xe4\x84\x51\x4b\x74\xd9\x0d\xe1\x1e\xf1\xbd\x8b\xce\xb3\xef\x86\xb6\xc7\xc7\xce\x3f\x4a\x2b\x05\x2d\x05\x2c\xfb\xb9\xf1\x05\xb1\xb8\x38\x8e\x37\xdf\xe7\xdf\xfb\x3b\xfe\x42\x6e\xff\x0b\xe9\x83\x64\x7c\xde\xcd\xe0\xea\x80\x1e\x35\xd6\x90\xf7\x8d\x9d\x9f\x1b\xc8\xb8\x5c\x92\xe5\xea\x42\xea\x72\x5b\x2a\x46\xce\xa0\xa8\x63\xd7\x5b\x5d\xd4\x52\xc4\x75\x8b\xfd\x9b\x23\x4c\x47\x30\x27\xe7\xe6\x36\x5e\x71\xbf\x67\x51\xb3\xcc\xa3\x6e\x6d\xb4\x85\x97\xd2\xb4\x97\xd5\x5d\xe9\xb2\x51\xf3\xd2\x46\x9f\x92\x5a\xed\x13\x1f\x9c\xf8\xf4\xc4\xbe\x12\xbd\xa4\xcf\xa3\x4d\x8f\x27\x9c\x7b\x9b\x22\x18\x99\x52\xe5\xf6\xa0\x28\xe5\x56\x78\xc8\xb1\xfe\xdf\x6a\x29\x4e\xe1\x8b\x2b\x86\x86\xd7\x25\x65\x45\xc8\x96\xa9\x0f\x9f\x4d\x28\x88\xc8\x2b\x3a\x3f\x3c\x18\x67\x14\xb1\xae\x20\x83\xed\x1d\xa3\x1d\x71\x7f\x97\x24\x3b\x3d\x2a\x27\xd2\x7a\x7b\x0d\xbb\x20\x22\x26\x52\x29\xb7\x9b\xdd\x1e\x66\x10\x69\xbe\x29\x88\xfd\x23\x78\x28\xd2\x21\xe7\x24\xad\x10\x14\x1d\x79\x7e\xed\x26\xda\x28\xd0\x3e\xd2\x65\xd5\x57\x3a\xc1\x6f\x27\xe0\xc5\xd3\xbb\x24\x5f\xe0\xd5\xff\x1b\x7f\xcf\xff\x42\xe2\x77\x3f\x70\x9c\xeb\x07\xf4\xce\xe4\xc4\x58\xf2\xfc\x85\xb8\xfd\x21\x6e\x6b\x9c\x27\xbc\xcf\x65\xe9\x16\xa2\xaf\xab\x7f\xdf\xf6\x9b\x83\x47\xc1\xd5\x85\x94\x3e\xef\x34\x55\xfc\x42\x51\x3b\x67\x5f\xdf\xab\xaf\xa0\xd8\xb5\xfa\xc6\x35\x1d\xc7\x55\xac\x84\x39\x8f\xdb\xdd\x42\x97\x38\x8c\x4d\xd3\xb8\xb8\x73\xbc\x8e\xff\x9d\xf8\xe1\xd6\xf3\x2b\xd4\x43\x9e\x47\x36\xb7\x54\xed\xd3\x8c\xc8\x0d\x71\xb9\xb0\xbf\x21\x36\xea\x66\xc0\xa2\xe6\xd7\x77\x43\xa3\x73\xfc\xb6\x37\x1f\xeb\xb7\x89\x7a\xe4\x6f\xd4\xd0\xc3\x8e\x8d\x9c\xe6\xbf\xa1\xb6\x9f\xbd\x24\xfc\x63\xc0\x9c\xe3\x2f\xd9\xbb\xc3\x7e\x06\xec\xa8\x1c\x60\x77\x84\x94\x07\x4c\x3f\x78\x9f\x16\x0f\x2c\x09\xd8\x5e\xf2\x8b\x36\xf7\x7f\x19\x78\xb6\x48\x98\x36\x0b\x60\x04\xae\x29\x58\x4b\x27\xfa\xb6\x07\x7e\xca\xff\x44\x67\xf8\x14\x06\xae\xde\xb1\x8c\x2e\xf6\xfc\x15\xe8\xb5\xb5\x9b\x3e\xef\xa1\x00\xc4\xaa\x71\xe3\x9d\xc5\xd3\x01\xad\xe6\xf5\x47\xd9\x43\xd6\x8b\x81\xc7\x15\xa4\x5e\xbe\xef\xac\x26\xbc\xd6\x13\x8d\xb3\x04\x6f\x47\x72\x7d\x71\x2e\xbf\x6e\x23\x9f\xcf\x2a\x76\x90\x3e\x42\xc7\xf3\x6f\x11\xfe\xe3\xc0\xbd\x1e\x32\xbf\xf2\x0e\x3d\xd4\x16\x5a\x43\x51\x1b\x8c\x1e\xfc\x66\x16\x4b\x5c\x5f\x94\x73\x7f\xb2\xd5\x09\xf5\xb6\xa9\x0a\x77\xed\xfd\x37\x98\x29\x24\x94\x77\xb7\xa5\x48\xbb\xb0\x22\x2e\x76\x2b\x2c\x3e\xeb\xc9\x0a\xac\xec\x3a\xb4\xc7\xc9\xe7\xb8\x8f\xd7\xed\xc1\xd3\x1d\x7e\x75\x1e\xf5\xb7\x57\x75\x67\xfb\xaf\x72\x97\xba\xed\xf0\xad\xcf\xaf\xd2\x9d\xba\x7e\x8e\xf6\xf4\x29\x75\x57\x6f\x6b\xa7\xc7\x7a\x1b\xbb\x0f\x36\x37\xd0\xd3\xbc\x5e\x79\xd8\x36\xf4\xd0\x1b\x3c\x93\x3c\x4d\x6b\x9d\xe8\x5c\xcf\x44\xcf\xe9\x27\x36\xd2\x15\x1e\xa2\x5e\xf2\x47\x42\xe9\x7a\x77\x67\x2f\xeb\xf2\xb3\xf4\x4d\x57\xda\x6b\x67\x69\x07\xfd\xcc\x55\xca\xfb\xd2\xfe\x31\xf4\x3d\xd7\x4b\x5e\x7b\xf7\xda\x42\xde\xf1\x29\x90\x7e\x9a\x1b\x77\x76\xcb\x7f\xf3\x7f\x48\x9c\x9b\xf7\x1f\x1b\x6a\xb9\xbe\xef\x96\x8d\x84\xc7\xef\x8a\xba\x48\x7c\x2e\xda\x77\x5e\x23\xf9\x72\xee\x72\xe7\x04\x0e\x9e\x8a\xec\x21\x7e\x4a\x87\x36\x3d\x24\x3e\x5b\x7b\x14\x9f\x92\x3a\xb1\x61\xfe\xab\x29\x84\xef\xb8\xfc\x4e\x62\xd4\x61\x8a\x9a\x5d\xfb\xc6\xd6\xe8\xa1\x02\x6b\xdc\x88\x57\x17\x3c\xee\xeb\x2c\x8a\xbc\xf0\x32\x24\x7e\xbc\xc5\xe8\xc0\x49\x2f\x97\x66\xf9\xd8\x1a\x7b\x45\xbd\x1c\xbf\xb3\xcc\x21\xdc\xd5\xf6\xa5\xfe\xa9\x2a\xa7\x00\xc7\x6f\x2f\xba\x3b\x17\x3b\xb1\x1d\x56\xbf\xb8\xf9\xb9\xc8\xc9\xc4\xe1\xf6\xd3\xad\x34\xed\xa8\xec\x70\xe4\x5e\x0d\x64\xed\xff\x38\x8e\xbb\x35\x0b\xe2\x0e\x59\x8e\x65\x57\x9b\xa0\x6c\x7f\xc9\x49\xf6\x62\x2e\x34\xed\x43\x9d\xb4\x9b\x4a\x61\x69\xe7\xe9\x74\xb6\x21\x06\xf6\x76\x12\xce\xb6\xb5\xba\xf0\xb4\x5d\xee\x32\xfe\x44\x17\xec\xed\xc6\x39\x57\x1c\x6d\x41\x92\xf5\x35\x17\x97\x8a\x6f\x48\xb5\xde\x05\x2c\xe9\xfd\x6f\xfd\x67\x33\x2b\x6a\x39\xf8\x79\x4f\xcd\x7d\x0e\xf6\xae\x68\x22\x7c\x7e\xcf\xd4\x76\x22\x28\xbb\xfa\xf1\x06\xa9\xa7\xe7\x3f\x74\x91\xf5\xb5\xf6\xe4\x43\xa2\x7f\x38\x3c\xf3\x29\xd9\x4f\x15\x45\xbe\x7c\xcf\xc1\x6d\x3e\xef\x89\x8f\x44\xf6\xf8\x2f\x0a\x1c\xcc\xd4\xfb\xf9\x44\x68\x0a\x45\x4d\x0e\xe9\xdf\xab\x95\x2b\xb6\x37\xde\xb9\xdf\xcc\xe1\xcd\xa8\xfc\xa0\xd1\x3f\x3d\x23\xcb\x75\xd7\x79\x4d\xe8\xf7\x9d\x55\x65\x70\xc2\xf9\x62\x7f\xcb\x96\x1b\xc6\xe7\xec\x6e\x0d\xb0\x8e\x95\x98\xc6\x58\xf7\x0e\x08\x5c\xfb\x68\x36\xd2\xaa\x76\x60\xc6\x87\x02\x53\xa6\xd5\xaf\xef\x97\x71\xd3\xf8\x80\x95\xe8\xfb\x8b\xe8\x31\x0a\xb7\xba\xd0\x5b\x86\xb3\xc6\x5f\xad\x8e\x3e\xc8\xc1\x59\xe3\x4d\x56\x55\xdd\xca\x38\x6f\xac\x67\xbd\xe1\xfa\x22\x9c\x34\x61\x58\xbf\x6a\xbb\x8f\x53\x26\xa2\x36\xd3\x5b\x2e\xe1\x84\x89\xad\x4d\xe5\xb9\x21\xd4\x1a\xdf\xb0\x55\x6c\x48\x45\xad\x71\x8f\x6d\x58\x6d\x1b\x1a\x8d\x03\x80\x6d\x3f\xc9\x38\x94\x97\x13\xfd\xcf\x37\x26\xf7\xf9\xbf\xe8\xe5\xea\xc0\xee\xf6\x5e\x21\xf3\xa2\x63\x69\x27\xa9\x13\xad\x39\xf7\x88\x7e\xaa\x6e\x07\xb7\x5f\xd2\xd1\xe8\x5e\xe2\x9f\x71\x80\xf5\x96\xf8\x03\xe4\x9f\xfa\x4c\x74\x85\x1b\x34\x7e\x14\x73\x70\xb1\x27\x97\x27\x4e\xe7\xdd\x83\x4f\x39\x0a\xa8\x96\x8d\x1c\x15\x61\x07\x58\x9a\xca\x68\x78\x97\x02\x41\x27\x55\xcb\x5d\x95\x81\xc9\xcd\xcc\x87\xf6\x4b\x81\x35\x89\x5a\xb0\xba\x08\x1c\x08\xd1\x19\x6d\x21\x0a\x9c\xef\xd5\x8d\x25\xf7\xf7\x3f\xea\xdc\x37\x53\x03\x7e\x58\x69\x5d\x32\xb5\xc3\x7b\x80\xa9\x6a\x32\xee\xe7\x55\x80\x39\xcf\xc4\xbb\xaf\x06\xd0\xf0\xfe\x47\xe7\x70\xf1\xb1\x38\xa0\xbd\xc3\x54\xab\xa7\x0e\xd0\x9a\x69\x3a\xb6\x33\x0d\xd0\x2a\x32\xb3\xba\x16\x09\x68\x1f\x34\xbd\xdb\x16\x0a\x68\xb5\x98\xdb\x5d\xa8\x04\x74\x92\x80\x43\x5c\x1d\x68\xd5\x69\xd2\x17\xeb\xed\x5d\x6e\xde\xdf\x9f\xc8\xf5\x45\xba\x21\x7f\x3b\xf4\xbf\xf1\x37\x3c\x7e\x4e\x74\x10\x27\x8a\xb9\xbc\xf8\xa1\x6d\x1f\xc9\xb8\x15\x7e\xe2\xf6\x0d\xda\x5a\x3c\x48\xf4\xa5\xab\x63\x41\xf6\x57\x19\x3c\x5e\x33\x65\x01\x17\x23\x9e\x02\x32\x6a\x14\x15\x20\x0b\x98\xf4\x48\x84\xbb\x59\x03\x3e\xf3\x14\x95\x1d\x86\x80\x94\x77\xa3\xaa\xad\xcf\x03\x8b\x15\xd4\x22\x2c\xee\x03\x3b\x7f\x31\xa5\xcd\x02\x80\x63\xc7\x34\x22\x4d\xdc\x80\xd6\x39\x1a\x23\x8c\x83\x81\xbb\x5e\xcc\x39\x46\xad\xc0\xfb\xb9\x8c\x97\x7c\x1f\x03\x3e\x6f\xab\xfb\x7c\x60\x39\x20\x37\x45\x5f\xf9\xe3\x65\x40\x31\x4c\xbf\xe3\x55\x1b\xa0\x2c\xaa\x7f\xf8\xd9\x72\x40\x59\x97\x25\x70\x7f\x15\xa0\xfc\x96\xd5\xd7\x75\x17\x50\x09\x62\x95\xdf\x3c\x02\x8c\x7a\xf4\x6b\xa8\x9a\xcc\xfb\xb7\x17\x9a\xc9\xfa\xff\x68\xd7\x35\xa2\x83\xe9\xf4\xef\x22\x71\x5d\x6e\x7d\x44\x78\xef\x73\xba\x2f\xc9\xcf\xab\x8b\xde\x93\xf5\xf4\xf0\xd7\xaf\xe4\xf3\x7e\xfc\x26\xf1\xe6\x4d\x62\x13\xbd\x0c\xdf\x07\x61\x21\x8f\xff\x4d\xe7\xf1\x7a\xa3\x79\xbc\x9e\xb7\x3f\x20\x14\x4b\x51\x9e\x3e\x80\xc1\x45\xd1\x99\x0e\xb6\x80\xbb\xbd\x4c\x9a\xb5\x1e\x10\xb7\x5e\xee\xb8\xc5\x5e\x60\xd6\x07\xc5\xef\x7c\xdf\x7e\x63\x4f\x60\x5f\x89\x8a\x82\x61\x32\x70\xa2\x4c\xc5\x99\xf5\x15\x68\x89\x1f\x75\xdd\x40\x1f\xe8\x3c\xa6\xb2\xc7\x40\x03\x78\x51\xa7\xa2\xcf\x8a\x00\x06\x8e\x29\xbe\xd5\xcd\xe3\x8c\x87\x4c\x0a\x5f\xe7\xa0\xb1\xf1\xd7\x3e\x40\x5c\x5d\xe9\xd6\x0f\x72\x93\x5d\x53\xef\xed\x27\x40\x72\x91\xe6\x84\xde\x24\x40\xca\x5f\x4b\xf6\xd1\x31\x40\x7a\xe5\x87\x80\x66\x72\x9e\x7c\x6a\x75\x8d\xe4\x7b\xb7\x69\x0f\xd1\xfb\xb5\x7d\x7c\xcc\xbd\xff\xae\xfb\x9a\xf8\x63\xd5\xd6\xf6\xe5\x52\x84\xff\x1d\xd0\x25\xeb\xe1\xb6\x3f\x73\xa8\xff\xfa\xa1\x18\x73\x71\x19\xcf\x07\x84\x7f\xff\x3d\xd5\xef\x6f\xbe\xd3\x49\x0c\x18\x51\x4f\x51\x8e\xeb\x01\xed\xab\x42\xfa\xd6\xa3\x01\x47\x15\x89\x0e\x0b\x71\x20\x72\xa6\xf4\x06\x93\x91\xc0\x44\x1f\x99\x69\x46\x57\x80\xa5\xba\xf2\xd3\x0d\x57\x02\x5b\x07\x14\x83\x59\x0d\xc0\x81\x3d\x8a\xd5\x7a\x34\x70\x62\x92\xa2\xb8\xbe\x14\x70\x5e\x5b\x49\x46\x77\x23\x70\x6d\x8f\xc2\x4a\xdd\x47\xc0\x93\x35\x0a\x25\xba\x1a\x40\xdf\x4e\xb9\x3c\x5d\x7b\x00\x69\x32\x3a\x7c\x9d\x83\xcc\x20\x57\xe7\x20\x68\x04\xc2\x65\x8e\x54\x18\x20\x77\xf4\x84\xd8\x5f\x48\x4f\xfb\xe7\xcb\xaf\x11\x9d\xd3\x9d\x9c\x1e\x12\xdf\x35\x83\xa7\xc4\x17\xe5\x42\xdc\x6b\xe2\x03\x54\xa7\xf0\x85\xec\x1b\x4e\x38\x0d\x90\xfd\x56\xf9\x65\xae\xfe\xab\x60\x19\xfe\xf2\x01\xe0\xfb\x20\xcc\xe3\xf9\x26\xf0\x7d\x20\xe2\x79\x7a\x11\x3f\x1e\xff\x6f\x13\xcd\xd3\x41\x58\x00\x5a\xe7\x04\x17\x99\xcd\x03\x6c\xec\x45\x07\xf9\xf7\xfc\x0d\x33\x80\x94\x4b\x92\xc7\x0d\x1e\x01\x73\x16\xc8\x44\xb0\x16\x01\x6b\x32\x64\x6b\xf5\x16\x03\x3b\x77\xc9\x9e\xd4\x65\x01\x07\x54\x64\xab\x74\xca\x80\x63\xb9\x72\x22\xda\xa5\x40\x7d\x8b\x6c\x8e\xd6\x1b\xa0\x4d\x54\xe6\x8f\x16\x0d\x74\x3b\xca\x8a\x6b\x9b\x03\xaf\x0a\x64\x96\x68\xd9\x03\xdf\xa3\x25\xdf\xf1\x75\x0e\x8c\x23\x1c\x14\x92\x15\x56\xe3\x8e\x0b\x95\x82\x2a\x0e\xde\x73\xec\xe6\xea\x3f\xbe\x3d\x23\x7e\x48\x17\x1d\xdf\x11\x3f\xa8\x86\xd6\xef\xe4\x7c\x75\xb2\x6e\x50\x8f\x83\x15\x3c\x1d\xc0\x3f\x3a\x18\x9e\x3e\x80\xef\x87\xc2\xf7\x41\xf8\xc7\x07\x82\x37\x0f\x22\x79\xfa\x18\x8f\xdf\x3c\xfd\xc3\x66\x2e\x5a\x7c\x01\xd4\xe3\x47\xce\x32\xfc\x02\x98\x7e\x13\xce\x61\x5d\x05\xbc\x85\x45\x75\x59\xa7\x80\x78\x4d\xf1\x5a\xed\x27\x40\xba\xa2\xd8\x1a\x3e\xaf\xad\xab\x08\xe4\x14\x48\x33\x75\x46\x02\xf9\xfe\xd2\x69\xda\x5e\x40\xf1\x18\xe9\x89\xda\x4c\xe0\x88\xb2\x8c\x9a\xe6\x54\xe0\xb4\xb9\xd4\x11\x8d\x28\xe0\x82\xaf\xe4\x4e\x4d\x17\xe0\xe6\x52\xa9\x76\x4d\x01\xe0\x91\x8d\x94\xaa\xc6\x44\xe0\xbd\x95\x44\x02\x73\x37\x30\xa0\x24\x26\xc8\x2c\xe4\x8c\x83\x48\x9d\x58\x0b\x77\x3c\x3a\xdf\xf7\x12\x5d\xd4\x65\x39\x6e\xfc\xe7\xc4\x7e\x90\xbf\xb3\xa6\x62\x98\xeb\x0b\xc6\xcb\xf3\xff\xd5\xc1\xf0\xeb\x00\x5f\x07\xc2\xaf\x87\x13\x79\xe3\x92\xc0\xd3\x09\x05\xcf\xe6\xa2\x33\x0f\x4d\x05\x80\x11\x4a\x14\xa5\xd3\x07\x48\x49\x52\x14\xcb\x10\x30\x2c\x16\xb2\xd2\x89\x07\x9c\xd5\x84\xe6\xe9\xca\x02\xe1\xbf\x44\x5a\xb4\x07\x80\xb4\x11\xa2\xfd\x5a\xe6\xc0\xac\x34\x31\x61\xad\x23\xc0\xb2\x83\xe2\x8f\xb4\xda\x81\x0d\x01\x92\x32\x9a\x2f\x81\x1d\xf5\x92\xc2\x9a\x1e\xc0\x3e\x37\x49\x25\x0d\x7b\xe0\xd0\x1f\x89\xb5\x9a\x93\x81\xea\x03\x52\x9b\x98\xbe\x40\x63\xb6\x84\x36\x73\x31\xd0\xf6\x51\x62\x05\x73\x2a\xd0\x15\x2b\xe1\xc2\x7c\x00\x3c\xaf\x90\xb0\x57\xaf\x05\xfa\xa2\x45\xbb\xd4\xc7\x02\x83\x9d\xc2\x5f\xae\x64\xf4\x11\x1d\x54\xd3\xea\x9f\x44\xff\x54\xc7\xf3\xb9\x39\xca\xcb\x77\xbe\x0e\x86\xaf\x07\xdc\xc8\xf3\xcb\xe0\xeb\x40\xe6\xf1\xfc\x2d\xa6\xf2\x7c\x33\x52\x79\x7d\xd4\xa2\x6d\xb8\xf8\x4f\x3f\x94\x22\x2e\x1a\x8e\xe5\x22\xd3\x03\x10\xbd\x4b\x51\x3a\x67\x01\x3d\x96\x40\x27\x27\x8f\x6d\x8f\x09\xbc\xd7\x7c\x04\x04\xca\x09\xad\xd0\x32\x06\x12\x75\x44\x94\x99\xdb\x80\xc9\x72\xc2\x63\x99\xa3\x81\x39\x02\x22\x32\x1a\x1a\xc0\xb2\xe5\xa2\xc5\x1a\x53\x81\x75\x2f\xc5\x0e\x68\x74\x02\xdb\xc7\x89\x77\x33\xb3\x80\x42\x09\xb1\x41\x8d\xf9\xc0\xa1\x5e\x89\x9b\xea\xc9\x40\x55\x92\xd8\x16\x75\x3b\xe0\x8c\xba\xd8\x6e\x75\x16\x70\xe1\x97\xd8\x21\xf9\x2e\xa0\xcd\x9b\xa2\x18\x55\xc0\x9d\x25\xa2\x45\x8c\x50\xe0\xb9\x8a\xc8\xec\xe6\x70\xee\xf3\xaf\xcf\xc3\x12\x0e\x1e\x4b\xc1\x5f\x3a\x98\x7f\xfc\x50\x8c\xff\xae\x03\x0b\x78\xfa\xc8\x19\xdf\xb9\x38\x41\xec\xef\x79\xc0\xf7\x85\xf1\xe0\xf9\xe9\x58\x45\x71\x51\xbf\x8b\x8b\x8a\x3c\x9d\x8c\xa6\x2a\xa0\xa5\x3b\x72\xb3\xa4\x3d\xa0\xf9\x80\xa2\x98\x56\x80\xe7\x44\x81\x83\xa2\x63\x01\xcf\x3a\x8a\x62\xa6\x02\xa9\x4d\x42\xb5\x52\x77\x80\x71\xdf\x28\x4a\x26\x0e\x98\xf6\x88\xa2\xd4\xbd\x80\x25\x2f\x84\x9b\x24\xea\x80\xc5\xd9\x14\x25\x36\x03\x58\x25\x4f\x51\xea\xde\xc0\xee\x0a\xd1\x4c\xc6\x12\xa0\x44\x59\xe4\xa1\x84\x08\x50\xdc\x47\x51\x92\x82\x40\x65\x25\x45\x31\x26\x03\x8d\xb5\xa2\xcb\x19\xc1\xc0\xc5\x2a\xd1\x58\x11\x45\xa0\xd5\x80\xfb\x5e\x92\xaf\x03\xf9\xbf\xfb\xc2\xfc\xcb\x77\xf2\x79\x1e\xae\x0f\x80\x00\xd3\xd1\x9e\xf0\x7d\x33\x3d\x4c\xc8\x7b\x9c\xe0\x60\x07\xc1\x14\x40\x43\x30\x2a\x43\x28\x08\xd0\x75\x49\xfd\x2e\x56\x0d\xb0\x32\xa7\x1d\x95\x4a\x05\x58\xd2\x0b\x37\xc9\x08\x03\xac\xd0\x9c\x5d\x72\xd9\x80\xbe\xc9\xee\xab\xf2\xa9\x80\xfe\xb9\xc3\x52\x8a\x6f\x00\xdd\x3f\xf5\x3f\x15\xcd\x01\x5d\x95\x6b\x56\x0a\x0d\x80\xce\xcf\x27\x47\x15\x02\x00\xdd\xec\x2f\x57\xe5\x6b\x00\x9d\x34\x40\xba\x0a\xd0\xe8\x00\xc4\x75\x07\xf6\x6a\x96\x00\x92\x4b\xbf\x06\x6a\x8e\x03\x24\xef\xbd\x2b\xe4\x64\x84\xd4\x8e\x17\x7a\x5a\xcb\x01\x99\x6d\x8f\xfd\xb5\x4e\x01\xb2\xfa\x77\x95\xb5\x01\xc8\x9b\x76\x25\x68\x87\x00\x72\x9e\x37\x28\xad\x13\x80\x6c\xe6\x95\x4b\x3a\x6e\x80\xfc\xea\xb6\x50\xcd\x74\x40\x9a\x54\xfb\x7f\x74\x20\x3c\xfd\x03\xdf\x07\xe3\x7f\x74\x20\xfc\xf7\xfb\x7c\x1f\x80\x44\xfb\x0a\x32\x0e\x8d\xae\xbf\xc8\x38\x84\x06\x1a\x0a\xba\x02\x5a\x13\xa2\x46\x0b\x97\x02\xfa\xc9\x29\xed\xe2\x6f\x00\xfd\x9a\xa9\x71\x92\xe5\x00\x4b\x7f\xc1\x55\x69\x36\xc0\x7a\x92\xc3\x92\x1b\x06\x58\xd9\xbb\xe3\x15\x9a\x00\x96\xc7\xe1\x64\xa5\x5c\x40\xef\x78\x43\xba\x92\x36\xa0\xb7\xaf\x23\x57\xe9\x19\xa0\x6b\xf3\x94\xa5\x50\x04\xe8\xe5\xfc\xd0\x53\x78\xc0\x1f\x07\x36\xa5\x75\x1a\x90\x62\xfe\xb8\xae\x95\x0f\x48\xeb\x7c\xfc\xa9\x9d\x02\xc8\xf4\xbf\x9e\xad\x53\x00\xc8\xa7\x3c\x9b\xa9\x73\x1a\x90\x7f\xf6\xe0\xa4\x76\x17\x20\xd7\xd3\xfd\x44\xd7\x0e\x50\xe8\xeb\x7c\xad\x6b\x0a\x28\xf4\x5e\x6b\xd5\x5d\x05\x28\x06\xb7\xbf\xd0\x49\x05\xe4\x8f\xb4\xfe\xd1\x9d\x0d\x28\x10\xf5\x16\xdf\x0f\xe4\x7f\xf5\x0f\xfc\x79\xf0\xb7\x0e\x84\x8f\x7c\x5d\x8c\xfa\x3d\x8f\x99\x02\x0b\x00\x2d\xbb\x80\x01\xa1\x73\x80\x76\x5d\xc4\x7a\x11\x2b\x80\xa5\x99\x3c\x49\x42\x0e\x30\xf2\x4f\x7f\x2c\x43\x01\x06\xe3\xe6\x87\xc8\x5c\x05\x0c\x1f\xaf\x1f\x52\x78\x03\x18\xb5\xec\x6e\x1b\x35\x05\x30\xd8\x76\x78\xdd\x28\x4b\x80\xb5\xe5\xec\xb2\x51\xa7\x01\x96\xca\x8d\xe7\x2a\x8a\x80\xfe\xc1\xe7\x8d\xa3\x8c\x01\xfd\xf5\x3f\x8f\x29\x59\xf2\xc7\xe1\xd7\x26\x1d\x09\x40\xa6\xe1\xab\x94\x2e\x05\xc8\x0b\xbc\xdf\xad\x1b\x03\x28\x30\x5f\xbc\xd0\x39\x08\xc8\xe7\x3f\x1e\xaf\xfb\x0c\x50\xac\xb9\xa7\xa5\xe7\x06\x28\x8d\xbd\x7d\x48\x2f\x06\x50\x5a\x7f\x3d\x47\xf7\x25\xa0\xf8\xf0\xca\x0f\x3d\x03\x40\x49\xff\x52\x8b\x9e\x3e\xa0\xc8\xbe\x70\x4e\x4f\x03\x50\x24\xee\x88\xc1\x55\xff\x77\x3e\xf0\xe7\x01\x3f\x7e\xde\x7d\x5f\x1e\xf2\x75\x31\x7c\x7d\x10\x5f\x27\xc5\x3a\x1b\xee\x27\x56\x0b\x18\x48\x27\x4e\x94\x48\x05\x8c\x7f\xa6\x7b\xc9\x6a\x03\x46\x4f\xe7\x5b\xcb\x3d\x04\x4c\x44\xd7\x3b\x29\x7d\x05\x8c\xd7\xee\x16\x53\x31\x02\x8c\x75\x2a\x4d\xd4\x36\x01\x86\x93\x1a\x93\xd5\x12\x00\x03\xe7\xce\x08\xd5\xdb\x00\xcb\xe6\x45\xc8\xa8\x7e\xc0\x20\x6c\xf0\xfa\xa8\x10\x40\xf7\x31\x20\x7b\xef\x67\xaf\xde\x3a\x40\xa1\xe1\x63\x91\x9e\x31\xa0\xa8\xf6\x46\x4d\x7f\x16\xa0\xbc\xe3\xd9\x5e\xfd\x3c\x60\x94\xe1\x83\x6e\x7d\x16\xa0\x5c\xd5\x7d\x4a\x3f\x11\x18\x25\xda\xa9\xa1\xb7\x17\x50\x7a\x7f\xb5\x9d\xd5\x0c\xa8\xf4\xb6\x45\xe9\xd7\x02\xa3\x9c\x5a\x2b\x58\xd5\x80\xca\xec\xa6\xb9\x7a\x55\x80\xd2\x64\xfc\x47\xff\xc0\xcf\x07\xc7\xd4\xbf\xf9\x4e\x3e\xcf\xc3\xf5\x41\x10\x78\x66\x3a\x8e\xf0\x5d\xa7\x2c\xa7\x90\x71\xd8\xe2\x78\x55\x60\x06\xa0\x93\xe5\xf9\x49\xd8\x14\x30\x50\x08\x3e\x2b\x36\x0b\x30\xb9\x1a\x5f\x23\x2d\x08\x98\x8a\x4e\xca\x96\x2d\x02\xcc\x9e\x67\x85\x29\x19\x01\x26\x6f\xd6\x19\x2b\x17\x01\x26\x0a\xbb\x0a\x54\xea\xff\x33\x0e\x1f\xce\x65\x32\x2c\x01\x43\xed\x5b\x49\x0c\x37\xc0\x20\xf3\x55\x3b\x67\x3c\x0c\x8b\xe8\x1c\x95\x93\xc3\xaa\xac\x69\x80\xd2\x81\x6f\x16\xac\x7e\x40\x45\xe4\x5d\x89\x81\x16\xa0\xaa\xd6\x7b\xc7\xd0\x0a\x60\x78\x3c\x9a\x6c\xa8\x09\x30\x42\xee\xbe\x30\x88\x06\xd4\x24\x6e\x25\x18\x96\x00\x8c\xe1\x8e\x20\x23\x55\x40\x3d\xbb\xed\xb1\x61\x2c\xc0\x50\x68\xdd\x66\xa8\xc5\x39\x8f\x34\xfd\x34\xec\x07\x18\x93\xcf\x89\x18\xce\x03\xd4\x48\x97\xc8\xff\x3f\xfd\x83\xd5\x0c\x2e\x9a\x54\x52\xff\xd1\x41\x88\xe6\x1b\xf9\x91\xf8\x73\xac\xe4\x47\xfe\x01\x34\x6e\xdb\x85\x08\x9c\x07\x0c\x34\xdd\xd8\x22\x2f\x00\x13\xab\xc0\x06\x09\x2f\xc0\x74\x20\x36\x4b\x7a\x0c\x60\xd1\x33\xfe\x95\xfc\x27\xc0\xc2\x69\x6e\x83\xb2\x08\x60\x6e\xb4\x26\x53\x65\x17\x60\x76\x63\xb7\x80\x3a\x67\x9c\x94\x8f\x6c\x62\x26\x03\x26\xc9\xe7\x7f\x6b\xfc\x06\x8c\xb2\x6e\xff\x66\x4e\x06\x8c\xfa\xde\x7f\x64\xd6\x02\x46\x0f\x39\x7f\xf7\x2f\x17\xc3\x93\x80\x9a\x45\xdf\x27\x23\x49\x40\x5d\xf9\xe5\x4e\xa3\x23\x00\xb3\xea\x69\x1a\x89\xf3\xc9\xfd\x5d\x46\x6b\x01\x66\xe1\xed\x66\xe3\x32\x40\x33\x84\xaf\x8b\x6b\xdf\x62\x7c\x14\xd0\xa8\x6b\xbd\xc9\x39\x91\x69\xe4\x36\x2d\x36\x9d\x0c\x68\xad\x39\xe7\x65\xac\x09\xa8\xf7\xd4\x35\x19\xab\x01\xea\x64\x37\xf0\xbf\xfa\x87\x7f\x78\x6f\x1e\xef\x6b\x48\xfc\x0f\x46\xfc\xd0\x53\x25\xf9\x50\xcc\x22\xf5\x94\x79\xc5\xb4\x7d\xe4\xdd\x7f\x75\x31\xc6\xdf\x9d\x21\xa6\x05\x98\xa7\xfa\xb6\x4b\xba\xfd\xab\x17\xb3\x46\x9a\xa7\xe2\x1f\xc0\x7a\x5c\x66\x8a\x4a\x3c\x60\x39\x79\xf5\x78\xb5\x1a\xc0\x62\xfe\x2e\x07\xe6\x0b\xc0\x5c\xf2\x88\xb4\x16\x05\x98\x5a\x36\x3d\xd7\x1a\x03\x18\x9f\xb9\xf3\x48\x73\x3b\x60\x22\xf0\x69\xa4\x66\x26\x60\xdc\x08\xa8\xab\x7c\xdb\x60\x1c\x01\x30\x6f\xbc\xa9\x30\xb1\x07\xb4\x22\x9e\x9e\x35\xf1\x07\xb4\x4a\xef\xc3\x74\x3e\xa0\x53\xd7\x75\xdc\x34\x0b\xd0\xc9\xbc\xd1\x61\xea\x0d\x68\x77\x5c\x89\x35\x95\x00\xb4\xe8\x8b\x06\x66\x0d\xf8\xa9\x6b\xdf\x7c\xdf\xe4\x32\xa0\x79\xba\x71\x99\xd9\x15\xb0\x75\x82\xeb\x6c\x4d\x73\x01\xcd\x1b\xa7\x83\x4d\x8a\x01\x0d\x23\x4e\x9c\xde\xcd\xd4\x5f\xba\x30\x0b\x9e\x8e\x92\xcf\xf7\x71\x79\x4f\x91\x5f\x9a\xc4\xd7\x5f\x21\x46\x97\xf4\xc7\xd0\x39\x6d\x24\x24\x68\x0b\x98\x2a\x59\x2e\x15\xd5\x06\x2c\xca\xed\xc5\xc4\x53\x00\xeb\xd5\x5e\x71\x52\x8d\x80\xdd\xa8\x70\x6b\xb9\x5f\x80\xdd\x60\x6a\x9d\x72\x15\x60\x37\x71\x56\x89\xda\x2c\xc0\x66\x43\x76\x0f\xb3\x1e\xb0\x5a\x9a\x7f\x47\x2b\x11\xb0\x88\x38\xb2\x45\xfb\x2d\x60\xf6\xa6\xc5\x5b\x77\x0a\x60\x7a\xfc\xbe\xb9\xae\x16\x60\x5a\xf0\xfd\x97\xf6\xb3\x3f\xe1\xa6\x1f\x01\xed\x53\x1f\xb4\xcc\x55\xf1\x5e\xff\xec\xb3\x57\xe6\xba\x78\xa6\x4f\x3f\xa0\xcc\x57\xe2\x2e\x6b\x45\x57\x83\xf9\x5d\xdc\x66\x35\x5f\xaf\xb7\x88\xc5\x75\x03\xb5\xf6\x23\x16\xe9\xb8\xcd\x3a\xd4\x3a\xc5\xa2\x04\x3d\xac\xe8\xe6\x09\x16\xe2\x78\xa5\xf7\xba\x91\x61\x5e\x8a\x6f\xba\xbb\xce\x38\x5b\x68\xe0\x9b\xee\xb6\x1a\x17\xf3\x3c\xd0\x3a\x8e\xc7\x9b\xcd\x7f\x00\xda\xe4\xcc\xf5\xbf\xfa\x07\x6e\x1e\x50\x94\xf6\x19\x2e\xaa\x07\x72\x50\xb2\x50\xed\x1a\x99\x07\x15\xcc\xd3\x23\xc5\x01\xd6\x1d\x5d\x0b\x41\x33\xc0\x8c\x61\xdc\x23\xe2\x01\x58\xbf\xb2\x9a\x26\x9e\xff\x6f\x7f\x31\xa7\xd2\x10\x45\x45\x0d\xc0\xd9\x3d\xc9\x44\xa5\x13\x70\xdc\x38\xbd\x5b\x7d\x1f\x60\x1f\xb3\x32\x5e\x6b\x0e\x60\x2b\x96\x3f\x5d\xb7\x00\xb0\x9a\x74\xe4\xa5\xbe\x12\x60\x81\x8b\x52\x06\xae\x80\x79\xd6\xa3\x66\xd6\x0e\xc0\xc2\x71\x30\x88\xb5\xfa\x7b\xb2\x45\x03\x6e\x18\x16\xbf\x1c\xb2\xf4\xc3\x31\xe3\xb1\x0f\xb6\x59\x7e\xc6\x3e\x93\x84\x2e\x39\xab\x6c\xe4\x9b\x74\x5f\x7f\x67\xd5\x84\x3d\x26\x95\xed\x12\xd6\x7b\xb0\xd5\x74\x5a\x4b\xa8\xf5\x26\x14\x9b\x44\x9d\x77\xb7\xae\xc7\x41\xe3\xc7\x0d\x4f\xad\xaf\xe3\x98\x71\x54\xed\x5c\xeb\xf3\x68\x34\x92\x3f\x15\x6c\xad\x8d\x1b\x06\x13\xaa\x46\x59\x3b\xe0\x2e\xab\xa0\x32\xcd\x66\x1a\x6e\x1a\x14\xfc\x77\x7d\xe4\xd7\x43\xfd\x01\xea\x3f\xfc\x3f\x45\x29\x93\x7d\x96\x7c\x9b\x32\xf9\x39\xdf\x0f\xc1\x6c\xb9\xc6\x4c\x01\x0d\xc0\x76\x8b\x7e\xbf\x70\x2a\xe0\x3c\xd3\x6c\x8b\xb8\x19\xe0\xba\xcb\xb1\x89\x73\xca\x75\xf7\xf4\xeb\x50\x3a\x0c\xb8\xe7\xc4\x19\x33\x44\x00\xd7\x8c\x29\x15\x9a\x13\x00\xa7\xe9\xcb\xc5\x74\x63\x01\xfb\xa3\x79\x0b\x59\xdf\x00\x9b\xa1\xa3\xf5\x46\xc9\x80\xb5\xc0\xe5\x75\x26\x41\x80\xe5\xa5\xe7\x0f\x4d\xa6\xb3\xaf\x5b\x1d\xa4\x4b\x4c\x9e\xbc\x5f\x64\xb3\x14\x81\x56\xb5\x8f\x3c\x6c\x5e\xc0\xd7\xea\xee\x6d\x6b\x3b\x33\x58\xda\xa4\x76\x18\xda\xa5\xc2\xd5\xfa\x4c\x9b\x9b\xdd\x09\xf8\x58\xa7\x5e\x38\x63\xef\x86\x00\x6b\x37\xbe\xfe\xe7\xcc\x09\x07\x3b\xc4\x59\xe5\x54\x3b\xd8\x17\x62\xbe\x85\x55\x55\xaf\xbd\x18\x76\x98\x09\x55\x3e\xb6\x6f\xc7\x4e\x33\xbd\x0a\x61\xfb\x31\x38\x64\x52\x56\x36\xdd\x5e\x1c\x75\x9c\x1a\xf1\xef\xfe\xc0\x8c\xd7\x1f\x47\x53\x90\x8b\x8a\xdd\x1c\x94\x5a\x23\xc7\xa4\xfe\xe3\x03\x60\xf4\x9d\xeb\x07\x61\x6d\x21\x4f\x7c\x22\xdc\x55\x35\x5b\x04\x5b\x00\xef\x91\x46\x1d\x62\x85\x80\xdf\x76\x5b\x31\x99\xd9\x80\xef\x53\x4f\x7f\xe5\xf3\x80\x4f\x57\x94\x1a\x73\x1f\xe0\x99\x31\xf1\xa4\x76\x3f\xe0\xb6\x78\xc9\x04\x4e\x4d\x77\xfa\xb9\x53\xca\xc4\xfe\xcf\x7a\x87\xa3\x95\x6f\x2c\xbe\xfd\x6c\xb1\x97\x6b\xc9\xb6\xb9\xff\x75\x85\x9d\xe0\xc3\x31\xf6\xf2\x1f\x07\xec\x5c\x07\x0e\x38\x68\x3d\x93\xb7\x7f\x4c\x77\x3a\xa5\x74\x69\x3b\x4e\xa5\x1b\x9d\x07\xae\x84\x38\x31\xe9\x9b\xce\x6e\xad\x2b\x9d\x15\xe9\x6b\xce\x97\xcf\xbb\x3a\x15\xd2\x03\x8e\x26\xf5\x0d\xce\x13\xe9\x01\xc7\x49\x7c\xff\x9f\x13\x2d\xce\x4d\xd0\xb0\x1f\x75\xa4\xc7\x39\x18\xbe\x36\xdb\x2b\xf4\x9d\x53\x10\x6b\x3d\xab\xec\xa9\xd3\x76\x64\x59\x7c\x2f\x99\xed\xd4\x8b\x15\x16\xe1\x45\xe5\x4e\xae\xd8\x6d\x16\xf3\xdf\x79\xc0\xcf\x03\x2e\xef\x2b\x30\x42\x9a\xec\x9b\x65\x6b\x45\xf2\x39\xa8\xcf\x14\x22\xfe\x72\x7c\x3f\x04\x17\x29\xf1\x46\x0e\x06\xdc\x54\x3b\x31\x72\x23\x10\x7a\x48\xfb\x93\x88\x04\x10\xc1\x30\x6b\x95\x3a\x07\x84\x25\x38\x8b\x28\x89\x00\x41\x8b\x43\x0a\x39\xa7\x26\xff\xe0\x71\xf2\x2c\xc6\xa0\xa0\xcf\xb8\xac\xc7\x66\x95\x5f\x73\x3d\xdb\x36\x3d\xb1\xdd\xfc\xfe\xa1\xbb\x65\xe9\x71\xa7\xe7\xaf\xf6\xb9\x7c\x3e\x3b\xd3\xad\xe5\x39\xe5\xbc\xac\xeb\x87\x67\xf6\x93\x11\x4e\x7f\x3e\x53\x5e\x6f\xef\x68\xb8\xc4\xd2\x56\xde\xd7\xda\x2d\x5c\xef\xd2\x9e\xde\x27\x9a\x2e\xba\x5d\xa5\xe3\xbc\xbe\xd4\x5f\x76\xab\xa0\x37\x78\x24\xd6\x2c\x74\x3f\x4b\x6f\xf2\xc8\x3b\x21\xec\xbe\x93\xae\x76\x9b\x75\x64\xac\xfb\x39\xba\xd3\xe5\x4e\xb9\xaa\x87\x31\xfd\xc2\xf9\x49\x99\x99\xfb\x4b\x9a\x76\x52\x2d\xae\x77\xbf\x0f\xa6\x83\xfe\xbe\x2d\x1e\xa2\x60\xd9\xe7\x16\x14\x78\x8c\x80\x93\x9d\x4f\xfe\x05\xf7\x35\x48\xb6\xbe\x4f\xd6\x83\x8b\xdc\xf8\x19\x47\xb8\x28\x4b\xf6\x09\xe2\xab\x04\x48\x7d\xd4\x51\x1a\x41\x74\x32\x16\xe4\x7e\x2a\xe0\xf8\x96\x8b\xbe\xd4\x88\x2c\x0e\x46\xbd\x17\x23\x7d\x22\xe2\xc1\xf0\x11\xe8\x02\x92\xac\xf4\x19\xe2\xd1\x40\x42\xa2\xad\xb7\xc2\x3d\x78\xc6\x74\xfb\xfe\xd6\xfc\xf5\xbd\x20\xfc\x47\xfc\x03\xb3\x8c\x77\x5f\x43\x47\xcc\x9c\x68\x2f\xf3\xdc\x2b\x90\xbd\xfa\xb0\xdb\x84\x07\x63\xfd\xbe\x14\xde\xf2\xd1\xee\x3e\xea\x33\xa9\x3a\x29\x60\x7b\xa7\xb5\x57\x42\xc7\xc8\xe0\x2d\x1d\x3b\x3d\x9d\x5e\xa7\x85\xfa\xb4\x75\x78\xbe\x65\xcf\x0f\x65\x37\xca\x78\xc7\xb1\x8f\x84\x44\xd7\xf4\x7a\x0f\xb2\x1f\x05\x25\x1d\x5b\xe8\xeb\xc5\xee\x0f\xcc\x3e\xfc\xd9\xd7\x90\xd6\xf2\x9f\x79\x68\x9a\xaf\x0d\xed\xe3\x7b\xa2\x64\xb9\x6f\x22\x3d\xdb\x7b\xda\xbe\x78\xdf\x4b\xf4\x46\x2f\x85\x82\x0a\xdf\x08\xfa\x94\x7b\x47\x7e\xbd\xaf\x26\x7d\xdf\x35\x63\x67\x80\xcf\x1c\x9a\xed\x2c\xb4\xdd\xd1\x27\x10\xb2\x8e\x0d\xb9\x73\x7d\x94\x61\xe4\x40\xde\x9e\x68\xf3\xea\xa4\x42\x36\xc1\x72\x01\x77\x0e\xaa\x8d\xe4\xc6\xcb\xbf\xff\xcd\xf7\x83\xe0\xfb\x21\x44\xe7\x70\x31\xe9\x1b\x17\x27\x66\x4b\x92\xf3\x56\x7a\x8b\xfa\x5b\x61\x63\x5a\x65\xb2\x8b\xe9\x4e\xb9\x8d\x5f\x1e\xa7\x75\xb9\x3b\x68\x0b\xbd\x0c\x49\x5e\x1c\x71\xdc\xca\xed\xfe\xa2\x38\xcf\x09\xc5\x6e\x79\x9d\xd5\xd1\x6d\x8b\x27\xf8\xcd\x6f\x7f\x1e\xb1\x61\xfb\xb5\x90\x8f\x2d\xf5\xa1\xcb\x2b\xeb\x22\x4f\x9c\xbb\x1c\x34\xdc\x9a\x39\x5a\xb0\x41\x29\xd0\xf9\x71\x54\xec\xf7\x33\x53\x02\x8e\x0f\xc6\xc6\x6d\xa9\xda\x12\xd8\x3f\x8c\xd1\x21\x87\x2c\x83\xd5\xd8\x7e\x51\xa7\x4a\x52\x83\x4d\xd9\x1b\xc3\xcf\xef\xd3\x0e\xbe\xc7\xae\x0c\x5b\xb8\xc7\x28\xf8\x0d\xfb\x49\x88\x68\xfe\x9a\xe0\x1f\x6c\x3a\x28\x63\xbb\x67\x70\x05\xed\xee\x6f\xb0\x35\x3e\x38\x80\x1e\xe7\xeb\xb5\xa9\x30\x68\x80\xde\xe1\x95\x9e\x53\x1d\xf4\x8a\x3e\xe5\xb1\x29\x67\x4c\xe0\x30\x7d\xc3\xad\x7d\x6d\x70\xa0\x1d\x3d\xe4\x7c\xee\xdf\x3c\xa0\x28\x01\x82\x32\xbc\x3e\x07\x2c\x1e\xbf\xc9\xe7\x7f\xf9\xf1\x8f\xb6\xa5\xfe\xe2\x41\xa7\x85\x73\x31\x33\x9c\xca\xa6\x28\x7a\xe9\xc2\x65\x8a\x59\x14\xf5\xc5\x32\x6b\x92\x7e\x87\xac\x41\xef\x9e\x8c\x67\x0e\x4b\xb4\xcc\xef\x0c\x4c\xfb\x12\xf8\xdd\xf2\xed\x95\xd2\x09\x93\x92\x4a\xbc\x66\x37\xcd\x4a\x65\x65\x4c\x0d\x4d\x3c\x7d\x2b\xa9\x2c\x47\x3f\x26\xe0\x84\x40\x3c\xab\xe4\x64\x42\x46\xa5\xdc\xe8\x05\x0d\x9b\xc6\xb8\x1e\x7c\x1c\x1d\xda\xed\x99\xba\xe9\x40\x47\x94\xea\x17\x91\xb1\x59\x7b\x6b\xa2\x86\x87\x5d\x52\xf6\xe4\x97\x44\x47\x0c\x57\x26\x2e\xd9\xd6\x13\xdd\x31\xfc\x25\xae\x25\x37\x2e\xba\x91\xad\x3d\xfa\xe0\xc6\x8e\xe8\x6c\xf6\xb4\xa8\x29\x1b\x94\xa2\xe6\xb0\xab\xc3\x7e\xad\xdb\x1b\xd5\xce\xee\x08\xbd\xba\x2a\x2c\xaa\x8a\x96\x0a\xca\x58\xf1\x3a\x6a\x2c\xed\x10\x60\xb0\x7c\x72\xa4\x14\x3d\xc7\xe7\xf2\x92\x49\x91\x93\xe8\x4d\xde\x31\x8b\x62\x23\x14\xe9\x8b\xee\xe4\x6d\x92\x14\xf1\x07\x1a\xf1\x9a\x1b\x8f\x0e\x8f\xd7\xb1\xe5\xe9\x80\xfc\x2f\xf3\xe2\xe7\xe9\x40\xf8\xf7\xa0\x67\xf3\x7c\x40\xb8\x7a\x80\xc1\xfe\x95\x0e\x1c\xfc\xdc\xb8\x36\x4f\x82\x4d\x51\xbd\x39\x6b\x4e\x68\x3a\x49\xde\xb9\x33\x79\xe5\x32\xcb\x12\xe6\xfc\xf6\x2d\x4b\x98\xde\x46\xe6\x85\x67\x97\xce\x53\x8a\xf9\xe5\x71\xa4\x4a\x60\x86\xf6\xe4\x63\x91\x76\xa5\x1d\xe9\xeb\x96\xd1\x89\x54\xe1\xcd\x09\x3f\x77\x53\xa9\xb5\x79\x76\xe3\xde\x9e\xb4\x1b\x7f\x72\xab\x5f\xea\x8c\x6b\x41\x93\xe2\x37\x3d\x18\x73\xf7\xb5\xd8\xe4\x13\x39\xfe\x63\xf6\x0f\xad\x98\x94\xb1\xfa\xed\x98\xfd\x43\xbf\xd3\x1c\x56\x9a\x8e\x49\x18\x9e\x9c\x22\xb3\x7c\x64\x72\xd3\x70\x5d\x62\xdb\xd2\xb5\xc9\xfe\xc3\x9f\xe3\xe7\x2f\x3a\x94\xf4\x8a\xed\x3c\x5a\x67\xfe\xe6\xa4\x3b\xec\x05\x51\x11\x0b\xcc\x12\x97\xb0\xf7\x47\x44\xce\xcb\x4c\x38\xc5\x7e\x1f\xb2\x77\x4e\x44\xdc\x35\xda\xd7\xbf\x28\x73\x47\x5c\x31\x1d\xe3\xd7\x3a\x5b\x2b\x6e\x12\xbd\xd0\x87\xdc\xc2\x1a\x51\xc3\x89\x47\x89\x17\x3f\x9f\xff\xf6\xe6\x7d\x8e\x0f\xe6\xcd\x7b\x9e\x3e\x86\xcf\x03\x2f\x27\xf7\xb9\x7e\xd5\xe4\x90\x7b\x8e\x7d\xd1\x5b\xc8\xbc\x79\x2e\xb7\xc3\x7c\xa4\x3d\x45\xdd\x79\x95\xc7\x50\x8d\x17\xee\x6e\x3f\xbc\x4d\xd2\xe8\x80\x0a\xfb\x6c\xec\x26\x37\x97\x3c\xe3\x3d\xc7\x8a\xd7\x3a\x86\xe5\xb8\x0a\x16\xcf\x58\xae\x39\x4e\x24\x74\xcb\xd6\x8a\xf9\x3e\x73\x7b\x93\x5f\xae\x1d\x98\x33\x69\x8b\xe6\xf8\x4d\xcb\xe7\xcd\x1e\x53\x7e\x3e\x5d\x6c\x61\xf2\x8c\xe1\x0b\x43\xd3\x98\xf3\x8c\xa6\xcb\x3d\x2a\x9a\x3e\x3f\x33\x71\x5a\xe2\xef\x6f\xd3\x8f\xcd\x4e\x9d\xea\x36\x94\x98\xae\x3a\xe3\xc7\x94\xbc\xa1\xeb\x13\x04\x66\x18\xa5\x8b\x0c\xdb\x8f\x1d\x31\xdd\x60\xb2\xe2\xf0\xca\x31\xb2\xd3\xe4\x27\x2e\x1c\x7e\x15\xff\x98\xaf\xf7\x98\x12\x98\x76\x9e\xbd\x30\x4a\x7d\xca\x88\x71\x1b\xd9\x87\xc3\x9b\x26\x9e\x1f\x17\xc7\x7e\x1b\x32\x6f\xe2\xcb\xb1\x8a\xb4\x44\xd0\xca\x09\x87\x52\x13\x69\x9b\x00\x4f\x40\x2c\x96\xfa\x3f\x75\x20\xa3\x8f\xfe\x1d\x7f\x56\x0d\x17\x57\x91\xf1\x19\xb0\xd9\x4c\xee\xf9\xbd\xef\xe4\xf2\x81\x4f\xc3\x0a\x9a\x38\xd8\x35\xa1\x88\xdc\x87\xbd\x3a\xb2\xd4\x52\x61\x34\x45\x35\x6e\x2c\x3e\xa4\xf3\x5d\x61\x7c\xd5\xe7\xc2\x9b\xb6\x77\xf4\xee\xed\xdf\x95\xff\x3a\x40\xc0\xde\x75\xdb\xcc\xad\x17\x93\xa4\x02\x5c\x56\xee\xd8\x60\x35\x4b\x3f\xee\xfd\xbc\x3d\x6b\x25\xd6\x79\x8e\xdd\x39\xf3\xf0\xaa\x81\x12\xf6\x04\xd9\x29\x41\xd9\x4a\xe7\xc4\x27\xb9\x4d\x5c\xb2\xa2\xf8\x9e\xff\x64\xb5\xf1\x1a\x2b\x34\x7e\x3c\x9f\x74\x30\x4d\x67\x69\xff\xd0\x8f\xb4\xd6\x71\x55\x8b\x86\x86\xe3\x52\x30\x4e\x6b\xc1\x9e\xe1\xc3\x49\x55\xe3\xa6\x65\x85\x0e\xdf\x48\xd4\x1f\xbb\x61\x8e\x34\xdb\x6e\xf4\xa6\x54\x64\x54\xb2\x27\x45\x47\xa5\x16\xce\x52\x66\x1f\x88\x48\x4b\xbd\x31\x43\x94\x7d\x2e\x6c\x30\xe5\xea\xd4\x3b\x34\x15\x9c\x3e\x26\x73\x2a\x8b\xb6\x0e\x38\x38\xc6\x7e\x72\x15\x9d\xe8\x17\xfd\x6f\x1e\x38\x0e\x70\x31\xd2\xe3\xef\xf9\x9f\xc5\xab\x8f\xeb\x54\x38\xd8\x6f\xb1\x8d\xab\x7f\x99\xb7\xe7\x2e\x45\xf8\xef\xfd\xe4\xfd\xda\xed\xd6\x83\xa4\x60\xb4\x59\x55\x2e\xe6\x60\x63\x78\x55\x82\x48\x18\x45\x9d\xb8\x72\xec\x9a\x7a\xbc\xe4\xc4\x52\x8b\xca\x75\x66\x60\xfe\xda\x59\x7c\x28\xc7\xb3\xd6\xc2\x6b\x75\x53\xc9\xf1\x98\x1f\x1e\xfd\x73\xa9\xbd\x4b\xa6\xf8\x47\xe4\x4e\x99\xba\xe7\xe0\xaa\x31\x71\x67\xd3\x12\x77\x7d\x2e\x5a\x95\xa4\x92\xdc\x97\x9f\x56\x5f\x3b\xc6\x2c\x61\x54\x9e\xc0\x9d\x95\x29\x62\xb1\x37\x76\x16\x7e\xf5\x1b\xb3\x28\x56\x69\xdb\xa7\xe1\x8b\x89\xf2\xb1\x4b\x36\x81\x2d\x11\xa7\x13\xbb\x70\xc3\x6c\xb6\xd3\x68\x56\xec\x87\x75\x12\xec\xb1\xd1\x0b\xe2\x04\x57\x25\xb3\x77\x47\x3c\x8d\x63\xac\x90\x62\xb7\x85\x6d\x89\x73\x59\x92\xc1\xfe\x15\xa2\x14\x2b\xbd\xb8\x9e\x36\x08\x9c\x1f\xbb\x75\x81\x16\xed\xef\xdf\x32\xfa\xc6\xbc\x46\x7a\xa1\x4f\xc7\xe8\xbe\xb9\x69\xf4\x5a\x1f\x49\xc0\x92\xe7\xf7\x10\xfc\xf4\xef\xfa\xc7\xef\x07\xc1\xed\x87\x30\xb0\x7f\xa7\x27\xf7\xf9\x17\x69\x70\xe3\x2f\x23\xdf\xbb\x2d\x59\x49\x7c\xf1\xdb\x18\x27\xc8\x7d\xd8\xb3\x8b\x6a\xb6\x71\xf0\x78\x4c\x3d\xe1\x35\xcb\xd3\x1b\xb7\xab\x8c\xa7\xa8\x5d\xb7\xeb\x2e\x18\xe8\x28\xe7\xe6\x28\xd5\xae\x70\x5e\x6f\xb0\x73\x41\xc7\xc9\xb7\xe1\xa6\x0e\x97\x27\x3f\x39\xb6\x76\xfc\xf7\x00\x87\x94\x23\x47\x6a\x96\xa7\x84\x96\xc7\x1d\xac\x1c\x5d\x40\x47\x0c\x47\x59\x1f\x76\x3d\xbd\x32\x6a\x28\x6c\x7b\x85\xd0\xad\xf3\xd1\x8f\x42\x66\x97\xaf\xf8\xb4\x2b\x7a\x56\x48\x48\xd9\x44\xf6\xfc\x48\xcb\x50\x99\xe2\x24\xf6\x9e\xf0\x9b\xa1\x01\x85\xc6\xec\xb6\xd0\xd3\xa1\xab\xf2\xaf\xb0\xfb\x83\x97\x87\x7c\xdf\x11\x4c\xdb\x04\xf8\x87\xfc\xc8\x6d\xa5\x93\xfc\xcc\x42\xcf\x6f\x3c\x48\xcf\xf2\x35\x08\x2d\xcc\xb1\xa6\x37\x79\xcf\x09\x7b\xb1\x46\x8c\xde\xee\x6d\x14\xa6\x92\x9d\x4c\xb7\x78\xd8\x85\x2e\x59\x5e\x4b\xbf\x73\xad\x04\x7c\xbf\x72\xe3\xe5\xfb\x02\xf1\xf3\x9f\x1b\xff\xef\xe7\xf9\x84\xef\x7b\x3f\x67\x7f\x35\x37\xfe\x8a\x2f\x24\xfe\xce\x63\xe4\x3e\x7c\xdb\xa7\x5a\xc2\x03\x37\x8a\xd7\x6f\xe0\xe0\xc9\xa6\x26\xa2\x07\x28\xdb\xc1\xf5\x49\xd9\xb3\xb9\xcd\x50\xfc\x3d\x45\x6d\x7a\x78\x59\x48\xf3\xb0\x74\xf0\xd2\xb7\xad\x97\x6d\xf2\x34\x7a\x66\x7c\xbd\x20\x19\xf0\xc3\x7c\xfd\x98\xea\x73\xf9\x29\x9f\xdc\xa6\xc5\x7c\x6a\x7c\xb2\xa8\xc7\xab\x38\xcc\xf0\x6c\xcb\x2e\x3b\x3f\xe3\x80\xd7\x0d\xd7\xaa\x1d\x03\x4c\x7d\xfd\xeb\xbf\xde\x1c\x11\xf0\xd2\x7b\x5c\xbd\xcf\x87\xc9\x01\x13\xbc\x06\xce\x28\xd3\xae\xbe\x5f\xf9\xfd\x3b\x7c\xc4\x8f\xcc\xa3\xe7\x7b\xbb\xfb\x2a\x1e\x3a\x45\x2f\xf1\x36\xf3\x4d\x3d\x60\x4e\x17\x78\x96\xfa\xdc\x29\xd2\xa1\xaf\xb9\x35\xf8\x8e\x2a\x28\xa0\x9f\xba\x6e\xf6\x7d\x96\x7f\x90\x7e\xeb\x2a\xeb\xe7\xbc\x43\x89\x1e\x74\x1e\xf0\x13\xcc\xed\x82\xb2\x93\x98\xdf\x93\x4d\x6a\x60\x3a\x1e\x00\xe2\x1d\x79\xf5\x9f\x37\x2f\xd6\x90\xfc\x18\x6c\xdd\x45\x9e\xeb\xc7\x43\x07\x88\xef\xcd\x93\xce\x4a\x32\x4e\xdd\x92\xd5\x44\xe7\x70\x45\xb1\x81\xe8\x49\xcf\xed\x3f\x4f\xe6\x43\xf5\xca\xd6\x27\x1c\xac\x90\xbb\x12\xc3\xc1\x42\xad\x0e\xc2\xff\x6f\x2a\xbc\x45\xea\x46\xf6\x93\x2e\x4a\x55\x50\xf0\xea\x9c\xd0\x5b\x3e\xa6\x4a\xca\xf2\xe3\xcb\x6e\xc6\x78\xad\xd0\x1f\x15\x33\xf3\x7a\x4c\x42\xb8\xb5\x4a\xc8\xac\x8e\xbc\x2c\x61\xfb\x0b\xbe\x67\x3a\x02\xb7\x5f\x72\xfa\xe8\x91\x7b\x6d\x62\x55\x9f\xcb\x0e\x57\xe5\xab\x6f\xae\xb5\xbb\xa6\x38\xa7\x5c\x5d\xf5\xf6\xb1\xcb\x7d\xe7\x90\xf6\x0d\xf4\x7b\xa7\x5b\xce\xbd\x17\x1e\xd2\x3f\x9c\x52\x9d\xaf\x34\x26\x43\xd6\xa1\xd2\x75\xd5\x69\x25\x9a\xed\x64\xe5\xb2\xe3\xe4\x21\x98\xd9\x0d\xb9\xae\x3d\x7a\x00\x16\xf6\x2a\xae\xfd\x15\x96\x70\xb1\x1b\xe3\x5e\x56\xea\x0f\x73\xfb\x75\xee\x81\xc5\xe9\x08\xb1\x9d\xe7\x36\x75\xaf\x15\x66\x59\xdd\x71\x73\xda\xe3\x89\x15\x96\x59\xff\xfa\xa1\x64\x13\xdd\x30\xad\xc5\xd5\x81\x7c\x36\x2d\x25\xe3\xf0\xec\xc9\x51\x92\x2f\xdd\x7d\x35\x64\xdd\xbc\x76\xfb\x1c\xb7\x0f\xd0\x8d\x16\xd2\x57\xa9\x06\xed\x84\xdf\xaf\xec\xbc\x4e\x78\xef\xe2\x30\x6e\xdc\xdb\xbe\xf6\x90\x7d\xc6\x2a\xcb\x87\xc4\x2f\x20\xcb\xec\xc9\x80\xd4\x58\x8a\x4a\x6f\x7e\x12\xaa\xfb\x56\x2a\x3f\xe1\xc7\xe3\x68\xe7\x68\xc6\xa9\xe0\x37\x8f\x74\xa2\xe3\x0c\x12\x7c\x74\x1e\x31\x67\xe7\x9a\x4c\x77\xad\x7f\xc4\xda\xa2\x62\x1e\xe5\x28\xfc\x70\x7a\xe5\x23\x4b\x55\xdb\xb6\x87\xf6\x6d\x9f\x2c\x2b\x6d\xec\x1e\x7c\x7d\x25\x66\xf1\xc7\x66\xea\xfd\x2f\xd8\x6a\x36\x68\xe3\x7a\xfb\x3a\x0a\xcd\x84\x6c\x76\x76\x64\xa2\xd0\xf4\xb3\x6d\xc7\x65\x2d\x6c\x34\xf7\xb3\xf5\x69\xf6\x41\x99\xa9\x9f\x9d\x5e\xc3\x3b\x14\x9b\x5e\xb1\xab\xa9\xbd\x8e\x03\xa6\xa5\xf6\x91\x27\xea\x71\xd0\x74\xa1\xfd\xf2\xa3\x21\x38\x6e\x52\x6e\x5f\x51\x71\x04\x75\xc6\xbf\x1c\xdc\x0f\x4e\x44\x9d\xc9\x48\xfe\xfa\x07\x70\x9f\xff\x97\xdc\x32\xb2\x6f\x7e\xa1\x5d\x65\x4e\x11\xfd\xc3\x19\x52\x47\x3b\xc2\x9b\x08\xff\x7f\xc1\xfa\x12\x19\xaf\xd3\x2b\xae\x12\x9e\xfc\x68\xf8\x4d\x32\x0f\x0e\x64\xf4\x90\x79\xb3\xcb\x92\xeb\x17\xb1\x61\x1f\xd7\x27\x65\x31\xe3\x15\xe1\xc3\xd3\xd9\xef\xc9\x7c\x4b\xf9\xdc\x67\xa6\xb6\x59\x70\x45\xc4\xd8\x0f\xbd\x56\x7b\xe4\xed\xbd\xd3\x3e\x4c\x0b\x91\x51\x3f\xec\x22\xfd\xe1\xc2\x94\x71\x9a\xfd\x76\xc6\x7d\x41\xeb\x95\x74\x8e\x5b\x56\xf7\xb9\x1d\xfc\xad\xc7\x34\xbb\xda\xb7\xa3\x75\x87\xde\x7c\xd3\x39\x7d\x61\xcf\x2d\x74\xab\x4c\x3f\xf7\xed\x05\xb4\x3d\x4c\x4f\xbf\x18\x0b\x68\xa7\xf2\x75\x0e\x66\x3b\xef\x54\x03\x3a\xf7\xcd\x16\xdd\xe8\x06\x74\xe2\xcc\xe6\x5f\x59\x02\x68\x7f\x31\x2f\x6b\x8d\x03\x74\x1d\x2d\xa6\x36\xa9\xe1\x8f\xee\x57\x8b\xab\x0d\xb2\x18\xd2\xbd\x65\x19\x59\x2b\x86\x21\xdd\x6e\xcb\xaa\x93\x02\x60\xeb\x1e\xe1\xeb\x60\x7e\xa0\x8c\xcc\x83\x57\xfe\x55\xd1\x1c\xbc\xd7\x5d\xd7\xcd\xc1\xeb\x9b\x9b\x49\xdc\x2d\xdf\xdb\x48\x1c\xf5\x3f\xb9\xfd\x72\x8e\xe7\x77\x93\x38\xcb\xfa\xee\x93\x38\x0b\x36\x3d\x21\x79\x93\x7b\xfc\x25\xd1\x91\x65\x9f\x7a\x4b\x74\x56\x73\x8a\x3e\x91\xfc\x49\x13\xfb\x49\xf4\x74\x51\xcc\xc1\x2b\x12\xe6\x14\xe5\xf7\xed\xcf\x02\x03\x11\xb1\x78\xa7\xc3\x43\xde\x5e\x1f\xe4\x83\x6d\xbc\x87\x9b\xc7\x8d\x56\x32\x34\x17\x60\xdf\x59\xb1\x6f\x54\x98\xd1\x7b\x3a\xaf\xd8\x59\xc5\xc6\x20\x0a\x56\xe7\x36\xa9\x38\xb1\x82\x41\x3f\x8a\x1a\x15\xcf\xba\x0d\x0c\xfd\x51\x7c\xc8\x4a\x19\x48\x03\x94\x24\xf5\x0f\x7f\x2a\x04\x94\x64\xf4\xfb\x5f\x6b\x02\xca\x9e\xfa\x5f\x9f\xf4\x02\xca\xfb\x59\xb7\xee\xb6\x01\x2a\xea\x06\xb3\x6f\x1d\x02\x54\x85\x0c\x6e\x5d\xbb\x04\xa8\x66\x1a\x96\xb7\x8d\x01\xd4\xe6\x19\x55\xb6\x1c\x00\x18\x45\x46\xe3\xcf\x7d\x01\xd4\x1e\xf4\xf7\x94\x12\x1f\xbd\xb7\xa6\xc7\x35\x39\xf8\x70\x73\x3d\xd1\x53\xde\x34\x6d\x21\x3a\x97\x4b\x93\xaf\x12\xfd\xd7\xd9\xc6\x4e\x12\xd7\xc9\x85\x3d\x84\xf7\xaa\x28\x7e\x4c\xf6\x1b\x45\xfb\x7a\xc9\x3c\xda\xf1\xe9\x0d\xc9\xaf\x9c\x99\x1f\x49\x9d\x5d\x52\xfe\x7d\x3d\x07\xa7\x0f\xff\x22\xfb\x90\xe4\xfd\xdc\x3e\x2a\x7c\x9e\xcf\x4d\x13\xd0\x9c\x28\xb8\xc6\xfa\x38\xe0\xf4\x4c\x32\xc0\xcc\x00\x88\xbf\x21\x7d\xda\xe8\x12\x30\xcf\x47\x4e\x83\xd5\x0a\x6c\x1b\x94\x3f\xa2\xcb\x06\x8e\xdc\x94\x5f\xa8\xb3\x0e\xb8\xe4\x29\x2f\xa5\x23\x0c\x3c\xaa\x95\x33\xd2\x49\x03\xbe\x1f\x90\xe9\xd0\xde\x48\xfa\x57\x1c\xd3\xd8\xff\xbb\x00\x10\x57\xd3\x18\xfa\x9c\x01\x48\x9c\xd0\xcc\x7b\xb3\x1b\x90\x32\xd1\x0c\x7b\x56\x02\x48\xf9\x68\x3d\xbf\xdf\x0e\xc8\xd4\x6b\x0d\x74\x3b\x03\x32\xd0\xaa\xbb\x79\x16\x90\x69\xd2\x3e\x7a\x35\x11\x90\x1b\xf9\xe1\xd9\xf1\x65\xd4\x7f\x75\x70\x72\xad\x24\x0f\xda\xfd\xb9\xbe\x40\x8d\xe6\xb7\xc9\xf3\xad\x69\xba\xbf\x86\x83\x47\x26\x3c\x23\x71\x96\x2c\x7f\x45\xe6\xc9\xee\xa7\x1f\x6a\xb8\xf3\xe0\x5b\x26\x77\x1e\xf4\x93\xf9\x35\xdf\x92\x2e\xa2\xfe\x73\xff\x3f\x86\xc7\xef\xf1\xef\xfd\xdb\x2b\x03\xea\xd6\x23\x0f\x9b\x1d\x01\x6c\x4b\xc4\x7c\x0c\x17\x01\x11\x2c\xf1\x32\xd6\x51\x60\xda\x22\xa9\x40\x9d\x9d\xc0\xea\x1b\x52\x7a\xda\x87\x81\x7d\x42\xd2\x25\x5a\xbb\x80\xea\x3d\xd2\x83\x9a\x09\x40\x9b\x9e\xd4\x6f\xcd\x60\xe0\xfe\x1a\xa9\xdd\x9a\x7a\xc0\xbb\xd5\x92\xd3\xb5\xf4\x01\xd0\x12\x52\x8c\x39\x9c\x71\x11\xac\x93\x1e\xc1\x1e\x45\xce\x0c\x51\x3f\x48\xc7\x06\xf1\x91\x7d\x84\xa9\x65\x6c\xee\xbd\x00\x88\xb4\x4a\x1f\x78\x4a\x9c\x1c\x18\xa9\x77\x9b\x01\x51\xd1\x67\xef\x1b\x1e\x73\xfe\xae\x9e\x11\x97\x49\xbf\xbc\xf6\xaa\x8e\x36\x0e\x9e\xef\xe4\xea\x01\x4e\xa7\x3d\x22\xeb\xe7\x71\xe6\x4b\xb2\x0e\x96\xbd\x7d\x47\xea\xe3\x5e\xad\x2f\x24\xee\xed\x1a\xfd\x44\x0f\x97\xd3\xce\x26\x7d\xa7\xf8\xfc\xf7\x4c\xde\xfd\x7f\xbe\x1e\x88\xef\x7f\x60\xaf\xc6\x45\xa3\x40\x40\xd6\x84\xa2\x0c\xca\x01\xf3\x52\xe1\x20\xdd\xaf\x80\xff\x5d\x91\x64\x3e\xcf\xad\xed\x0f\x2c\x3a\x2f\x3e\xa4\xd9\x0d\x6c\x1d\x25\x51\xa9\x19\x02\x1c\x54\x90\x2c\x57\x7f\x05\xd4\xfc\x14\xcf\x62\xaa\x02\xad\xcf\xc5\x87\xd4\xf7\x02\xb7\x14\xc5\x59\xea\x6e\xc0\x73\x13\xd1\xcf\xea\xbb\x80\xef\x43\x22\x3f\xf8\x3a\x07\x91\x3a\x9e\xce\x81\xa2\x79\x1d\x8d\xfa\x9f\x72\xf1\x33\x97\xb9\x3d\xf7\xf6\x12\x07\xef\x29\x5c\xf6\xe0\xd6\xc1\x1b\xa4\x2e\xb6\x5a\xde\x25\xf3\x81\xaf\x03\xe3\xeb\xa0\x2a\x8a\xb9\x3a\xa8\x62\xf6\x0f\x72\xae\xda\x7d\xe0\x0f\xd1\xa5\xf3\x7d\x00\x56\xf6\x70\x71\xae\xd2\xdf\xfc\x7f\xec\x8a\xbf\x79\x6f\x8b\xd3\x5c\xd4\xf9\x05\x88\x0d\x52\x94\x4e\x3c\x60\x98\x2e\x28\xa8\x71\x1c\xf0\x14\x13\x8c\xd7\xec\x01\x12\xde\x0b\x3f\x61\x2e\x05\x66\xca\x0b\x77\x33\x33\x81\x55\x47\x44\xd3\xd4\x67\x01\x79\xbd\xa2\xcb\x18\xce\xc0\xc1\x91\x22\xe5\x6a\xbd\xc0\xa9\x40\x91\x6c\xb5\xe7\xc0\xf9\x39\x22\xe5\x0c\x65\xa0\xe3\xb2\xc8\x4b\x86\x31\xf0\x50\x40\x64\x03\xe3\x2c\xf0\xc1\x51\x24\x83\xe1\x01\x0c\x67\x09\xbe\xe6\xeb\x1c\xa8\x2d\xff\x8c\xcb\x47\x2e\x0e\x3c\xe3\xe0\x8d\x15\x37\xc9\x73\x6e\x5d\x76\x97\xbc\x68\x68\xd8\xfa\x8c\xd4\xc9\x93\x5f\xdf\x92\xfc\xaf\xd4\xf8\x42\x74\x43\x07\xbe\x0f\x10\x9d\x75\xc1\x36\x36\x79\x1f\xb3\x8d\xd7\x1f\xe5\x9f\xbe\x38\x3c\xfe\x7b\xba\xf7\xdf\xf3\x20\x82\x17\x3f\xbf\x1f\x8a\xc9\x09\x2e\xaa\xd9\x00\x23\x07\x29\x4a\x23\x00\xd0\xb5\x18\xb9\x88\xb9\x1d\x70\x29\x11\xd8\xcc\xfc\x0c\x44\x25\x0b\xe9\xaa\xcf\x00\x26\x8f\x11\x5a\x26\x57\x0c\xcc\xb1\xa4\x28\xe9\x4a\x20\xdb\x9d\xa2\x64\x07\x81\x1d\x71\x14\x25\xb7\x1c\x28\xbe\x4c\x51\x6a\xaf\x80\x13\x4c\x91\xc5\x9c\xf1\x68\xb8\x2e\x52\x22\x97\x0d\xb4\xde\xa7\x28\x69\x7d\xe0\xc6\x01\x8a\x92\x7c\x0d\x3c\x5a\x44\x51\x52\x07\x81\xbe\xcf\x14\x25\xb1\x1f\xf8\x13\x43\x51\x23\x47\xf0\xc7\x83\x8b\x97\x7d\xef\x91\x75\xe2\xec\x89\xa7\x24\x9f\x6b\xa2\xdf\x13\x7f\xc1\xa3\xc3\xdf\x88\x7e\xee\x60\xdf\x9f\x40\x0e\xee\xab\xe6\x7e\x6b\x3b\xcf\x0f\x88\xef\x87\xb2\x84\xf7\x7c\x67\xf7\xf1\xf8\x7f\x9e\xff\x03\x5f\x0f\x14\xc8\xcb\x13\xc7\xfb\x5c\x34\xe4\xf5\x59\x52\xe4\xf9\xc5\x48\x79\x01\xb2\xb7\x28\x4a\x52\x13\x30\x7c\x46\x51\xe2\x62\x80\x9b\x29\x45\xa9\x75\x03\x29\x47\x05\x36\xcb\xac\x02\xd2\xad\x29\x8a\x31\x03\x58\x21\x2d\x2c\x3e\xf2\x0f\xb0\x22\x8d\xa2\x24\x28\x60\x6b\x20\x45\x89\x9f\x02\x0a\xb4\x28\x4a\x6c\x3d\x50\x36\x96\xa2\x84\x4f\x03\x55\xa3\x28\x4a\x34\x17\x68\x48\xa2\x28\xb1\x2e\xe0\xd2\x77\x8a\x12\x9d\x03\xdc\xce\xa2\x28\x89\x61\xe0\xd9\x68\x8a\x12\x49\x05\xfa\xf4\x29\x4a\xf0\x10\xf0\x27\x83\xa2\x9a\xf7\xf7\x12\xdd\xeb\xe9\x53\x7d\x44\xef\x79\x62\xc7\x4f\xa2\xab\xae\xd4\xe2\xea\xa0\xf8\x3a\x98\x1d\x3c\x7f\x14\xbe\x1f\xca\xb2\x1d\x7f\xe7\x41\x3a\xaf\x9f\x50\x0a\xcf\x27\x28\x2a\xeb\xef\x7c\xb0\xe5\x8d\xbe\x3e\x2f\x4b\xf9\xfa\x07\x61\x4f\x40\xf4\x1a\x45\x09\x6c\x00\xd4\xc3\x29\x4a\xd0\x0b\xb0\xd9\x4c\x51\x02\xd3\x00\xff\x40\x8a\x12\xda\x0b\x24\x3e\xa1\x28\xe1\x29\xc0\x54\x77\x8a\x12\x28\x05\xb2\xa6\x53\x14\x7f\x3c\xa8\x1c\x20\xa7\x8a\xa2\x54\x7b\x81\xe2\x87\x42\x0c\x11\x47\xa0\xc4\x81\xa2\x46\x2c\x02\x2a\xaa\x29\x4a\x2d\x02\x38\x9f\x26\xbc\x87\xf3\xdc\xcf\xee\xe3\xfe\x9e\xf6\xa7\x14\x35\x62\x2d\xd0\x15\x40\x51\xc2\xea\xc0\x73\x1f\x8a\xaa\x9f\xf1\x89\xf8\xe3\x9d\xec\xeb\x27\x7a\x98\x23\x61\xb8\x4e\xfd\x57\x07\xc3\x8b\xeb\x7f\xfd\x50\xfe\xc9\x03\x9e\x1e\x2a\x8d\xfe\x7b\x1e\xf0\xeb\xa2\x87\x27\xfe\xd2\x81\xe8\xf2\xf4\x52\xf2\x26\x5c\x1c\xf1\x1a\x18\x79\x82\xa2\x46\xbc\x04\x46\xb5\x53\x14\x25\x07\x98\x14\x50\x14\x95\x04\xb8\x69\x52\x94\xc0\x15\x20\xf2\x2e\x45\x09\x64\x02\xa9\x2f\x29\x6a\xe4\x00\x30\x9d\xd7\x31\x75\x0e\xe7\x09\x3a\x02\x4b\x7d\x39\x0b\x1b\xb0\xde\x91\xa2\x54\x5f\x03\xfb\x9a\x84\xe4\x39\xff\xbd\xf0\x13\x45\x51\x76\x40\x29\xef\xc4\x70\x84\x77\xb2\x3e\xc3\x73\xd0\x6b\x1a\xa0\xa8\x11\x59\xc0\x35\x5f\xee\xfb\xb8\x30\x1e\xaf\xc9\xe7\x39\xf9\x7c\x2f\xff\xde\xff\xff\xea\x40\xf8\xc8\xff\x39\x97\x07\x1a\xd1\xe0\x7b\x93\x83\x62\xa9\x11\xe4\xbd\xb7\x8c\x6d\xf2\x2b\xc2\x7b\x44\x4e\x59\xcc\x41\xc6\xd2\x85\x1b\x84\x06\x00\x35\x7a\xdd\x7c\x61\x17\x80\x91\xbc\x2b\x5d\x64\x2f\xa0\x3e\xbb\xdc\x5a\xec\x26\xc0\xb8\x7b\xa6\x52\xac\x10\x50\xeb\x6c\x3f\x2a\xaa\x05\xa8\xed\x7b\x28\x2c\xe2\x0d\xa8\x09\x7c\xcc\x10\x3c\x09\x28\x0d\x70\x7e\x17\x20\x4e\x94\x7a\x03\x01\x92\xa5\x1c\xfc\x52\x24\x49\x7a\xd2\x7f\x58\x22\x41\x9c\x5d\x5e\x79\x49\xbc\xe3\xe0\xd3\x55\xc2\x93\x38\xf8\xd0\x9a\xb3\x62\x50\xd4\x9d\xfd\x12\x24\xb3\x6f\xfc\x50\x2b\x00\x44\x2a\xae\x34\x32\xa4\x00\xd1\x75\x97\x1b\xd4\x36\x01\x22\xc7\xf0\x1f\xff\x07\x3e\xcf\xc9\xef\x03\xe2\x3c\x93\xfa\xbf\x74\x20\xff\x20\xef\xe7\x75\x2e\xad\x1c\x14\x5a\xe6\x43\xfa\xe7\x48\x59\x84\x11\xfe\x53\xf5\x5a\xf2\xc9\x91\x41\x00\x23\x3e\x3d\x4b\xb0\x05\x60\x6e\x5d\xb0\x5b\xe4\x05\xc0\x34\x5d\x97\x23\x5a\x09\x30\xae\xe6\xf5\x88\xca\xfc\x3b\x0e\xea\xf3\xeb\x96\x70\x62\x54\x6b\xba\xf2\x49\x84\x06\x18\x66\x8f\x5c\x45\xad\x00\xb5\xc6\xcf\xd7\x85\x95\x00\xb5\xc9\x80\xc0\x02\x7a\x94\x0c\xe1\x22\x7f\xb6\x4b\x1e\xe0\xe0\xc7\x24\xe9\x10\x12\x7f\x98\xda\x20\x20\x92\xfc\x6c\xac\xda\x63\x40\x64\xde\xa3\xef\x52\xc4\xb9\xe9\xee\x15\x09\xa2\x58\xea\x5a\x25\x45\x3a\xbb\x75\x58\xa9\xeb\x00\xe2\xa6\xed\x5b\x19\xd7\x01\xb1\xda\x8b\x3b\xd4\x19\x80\x38\xf9\x7f\x06\x1f\xa2\xfe\x9f\xfa\x87\xff\x5b\x07\xc2\xd7\xc5\x8c\x78\xe8\xd8\x44\x9e\xd3\x41\xef\x28\x0e\xca\xc5\x86\x12\x9e\x94\xc1\x4a\xec\x15\xb8\x01\x30\xe7\x4d\xee\x12\x5e\x01\x30\x7f\x66\x6d\x17\x95\x05\x98\x79\x6b\x2b\xc4\x28\x80\xa9\x96\xdf\x28\x56\x09\x30\xab\xcb\x17\x4b\x8c\x03\x98\xca\xf5\x25\x12\x63\x00\xc6\xc3\x6b\x8b\xc4\x5a\x01\x46\xe8\x13\x4b\xd1\x10\x80\x31\xe5\xbb\x90\x70\x3f\x7f\x1c\x7e\x5b\x71\x2a\xa8\xd0\xd4\xaf\x4c\xb9\x2f\x9c\xbf\xe5\x6d\x35\xc3\x0e\x10\x59\xd7\xbb\x99\x21\x0a\x88\x94\x3e\xde\xc1\x18\x0f\x88\x2e\xef\xb9\xaa\x3e\x1d\x10\x4f\xe9\xbe\x24\x4f\x1c\x8c\xae\x17\xa9\x1b\x01\xe2\xd6\x57\xea\xd4\x5b\x01\x09\x95\xcb\x3e\x8c\x69\x80\x98\x56\xcb\x1b\xc6\x1a\x40\x8c\xa8\xbf\xf9\xba\xa8\x7f\xf4\x40\x3c\x5e\x87\xdf\x0f\x85\x1f\xbf\xe5\xdf\xf7\x9f\x13\x2d\x48\x3f\x84\x91\x65\x76\xe4\xde\xab\xe4\x39\x0f\xc2\x67\xa8\xf6\x86\x9e\x18\x71\x0f\x60\x74\xc5\x17\x0a\x3a\x01\x4c\xc5\x89\xb7\x85\x65\x00\x4d\xcd\x79\x83\xa2\x34\xa0\x79\x71\xcd\x15\x71\x00\x1a\x07\xf3\x4f\x4b\x8c\x06\x98\x07\xcb\xb7\x49\x44\x01\xcc\xcf\x0d\x62\x92\x4b\x00\x0d\x87\xeb\xe3\xa4\x54\x01\xf5\x33\xcf\x46\x8a\x73\xc6\xc7\x63\xa0\x41\xcc\x18\x50\xeb\x02\x04\xc7\xff\x98\xaf\xbe\x94\x13\x67\x5f\x96\xfa\x67\x40\xec\xe9\xab\x1b\xcc\x70\x40\xfc\xdd\xd3\x48\xe6\x61\x40\xe2\xfa\xfd\x83\xcc\x10\x40\x62\x43\xd7\x22\xcd\x91\x80\xb4\x5a\x67\x3c\x33\x0e\x90\xb8\x7f\x6d\xbb\xc6\x6c\x40\x2a\xbd\x4d\x8b\xd9\x0d\x48\x6e\x6f\xf5\x66\x9e\x01\x24\xd3\x9a\xbc\x99\x93\x00\x89\x97\x24\x1f\x5a\xa9\xff\x53\xff\xf0\xb7\x0f\xc6\xbf\xfc\x2f\x9f\xff\xe3\xea\x42\xc4\x67\xda\x92\xba\xa0\xb0\xc9\x9d\xf4\x41\x67\x14\x05\xbd\x12\x88\x04\xd4\x0f\xc4\xde\x10\xac\x06\xb4\xad\x26\x7c\x14\x7d\x03\x68\x0f\xce\xf5\x97\x50\x01\xb4\x3b\x57\xf7\x4b\xb6\x03\x5a\xdf\xf3\x37\x49\xd5\x01\xda\x3a\x15\xc5\x32\x0b\x00\x4d\xfb\xb3\x5a\xd2\x46\x80\xa6\xd6\x8d\x3a\xe9\x18\x40\x63\xce\x8b\x16\xc9\x62\x40\x53\xed\x8f\xad\x84\x3b\x3b\x9d\x29\x03\x88\xda\x7c\xde\xce\xd9\x71\x48\x2c\x7b\x73\x45\xc3\x02\x90\x1c\xf9\xcc\x5f\xd3\x06\x90\x7a\xff\xe0\xb3\x56\x05\x20\x6b\xde\x3d\x57\xcb\x0e\x90\x39\x77\x33\x5f\xeb\x35\x20\x7b\xf6\x5a\x8c\x96\x24\x20\x93\xd7\xa6\xa9\x15\x0e\xc8\x3c\x6b\xf9\xa9\xad\x0d\xc8\x3e\x6d\x0a\xd3\xdc\x04\x48\xd7\x34\x8e\xd2\x9c\x0f\x48\x2f\xc7\xff\xd1\x27\xea\x1f\xbe\xd3\xe8\xef\xb8\xb9\x3a\x08\x4a\x82\x55\xc2\x41\x41\x1b\xe3\x72\x0e\x4a\x97\x58\xb3\x38\xa8\x6e\xe4\xba\x78\xe4\x4f\x80\xb9\xcb\x3f\x54\xd0\x1f\xd0\x59\x16\xdd\x20\xf2\x05\xd0\x0e\x49\xbb\x28\xda\x0c\xe8\xa8\x65\x2a\x89\xff\x00\x74\xaa\x57\xbd\x97\xca\x02\x74\x95\xf3\x85\x65\x9e\x02\xda\x0d\x15\xcd\xb2\x86\x80\xb6\xfd\xd9\x6e\xd9\x73\x80\x96\x4b\x67\x99\xcc\x6d\x40\x6b\xfe\x9b\x75\x32\xa6\x80\xb6\x32\x20\x39\xfc\x6b\xaf\x96\x38\x20\xf9\xe9\xc3\x59\x2d\x67\x40\x3a\xb7\x77\x8d\x76\x3f\x20\x77\xfc\x51\x85\x36\x1b\x90\xa7\x7a\x56\xe8\x34\x02\x0a\x8e\x9d\x2f\x74\x8d\x01\x85\xa7\x7c\x3d\x58\xdb\x53\x9d\x25\x80\x7c\x47\x2b\x4b\xe7\x16\xa0\x30\xaa\xc9\x50\xe7\x0a\x20\xdf\x7b\x76\x91\x2e\x13\x50\xd0\x38\x73\x4c\x47\x09\x90\x23\xab\x39\xdf\x1f\xe8\x7f\x75\x30\xfc\xf8\xf9\xfc\x37\xff\xfe\xb7\x36\xd1\x41\xf0\xfb\x63\xc8\x3f\x32\x23\xdf\xd7\x74\x77\xb8\x2b\xa8\xf8\xaf\x4e\x4a\xaf\x2f\x52\x45\xf4\x17\xa0\x3f\x34\x76\x96\xc4\x6a\x80\x75\x28\x43\x58\x3a\x10\xd0\xbf\x90\xdd\x24\x2b\x01\xe8\xb5\xe5\xd5\xcb\xe5\x01\xba\xad\x15\xc3\xf2\x9b\x01\xdd\x79\xe7\xde\x2b\x34\x02\x3a\x49\x5d\x7b\xe4\xeb\x01\x1d\xef\x0f\x7b\xe5\x26\x71\xb5\x09\xd2\x9a\xdf\x8e\xe8\xa8\x01\xb2\xeb\x5f\x39\xeb\xad\x01\x94\x82\xf9\x7a\xb0\xbb\x4c\x7d\x3f\x40\xf9\xfd\xad\x45\xfa\x05\xc0\xa8\xb4\x6b\xd7\x58\xc5\x80\x4a\x63\xbb\x9d\xde\x53\x40\x59\xb9\xe5\xa2\xfe\x26\x40\xf9\xf2\xf9\x32\xfd\x4c\x40\x79\xdc\xd9\x1e\xfd\x62\x40\x79\xda\x99\x79\x7a\x9d\x80\x92\x48\x75\xa9\xde\x11\x40\x71\xc3\x7f\xeb\x22\x7f\x1e\x98\x4e\xfe\x3b\x7e\x4d\x5e\x9f\x35\xae\x0e\x42\xe8\x23\x83\xac\x5f\xb2\x41\xda\x61\x24\x0f\x5a\x8d\x8f\x8e\xf8\x09\xe8\xd8\xdb\x6c\x16\x7c\x0d\xe8\xf7\xb9\xbf\x13\x59\x08\x18\x7d\x0b\xed\x96\x70\x04\x4c\xb6\x8d\xf9\x2e\x7d\x19\x30\xb6\x9d\xa9\x2a\xbb\x03\x30\xec\x5a\xe9\x2b\xbf\x8f\x73\xaa\xd8\xc9\x56\x8a\x02\x58\x9a\x87\x8b\x94\x66\x01\x7a\x77\x9a\x26\x2a\x1d\x02\xf4\x1c\x7a\x54\x94\x92\x01\x3d\xc7\x2f\x2c\x85\x7b\x7f\x0e\xeb\x15\x02\x0a\x22\x1f\x16\xb0\xc4\x81\x51\xb6\x4f\xb3\x0d\x73\x00\xc6\x87\x9e\x2f\x86\x17\x01\xf5\xd8\xff\xd5\x41\x5d\xfe\xca\x39\xc1\xa9\xcf\xb9\x70\xda\x98\x53\x8b\x55\x9b\x18\x46\x8e\x00\xa3\xb6\xc1\xd4\x50\x13\x50\xad\xaa\x3d\x66\xb4\x06\x60\x68\x9c\xb4\x37\x7a\x08\x30\x84\xab\x96\x18\xc9\x02\xaa\x25\x64\x1f\xc0\x5b\x2f\x2c\x79\x75\x92\xaf\x83\xe1\xc7\xaf\xca\xdb\x27\x70\x75\x00\x12\xfb\x95\xb9\xfe\x20\xb5\x8c\xd6\x11\x13\x00\x1d\x23\x9d\x12\x81\xad\x80\xc1\x68\xb3\x02\x61\x06\x60\x92\xea\xd4\x29\xa6\x0b\x98\xcf\x0a\x9c\x22\xf9\x16\x30\x7b\x96\xe0\x26\x93\x09\x98\x7e\x98\xda\x26\xaf\x00\x98\xee\x5e\x41\x29\xf5\x01\x26\x79\x3b\x7b\x54\x6e\x02\x86\xef\x0e\xb3\x55\xbe\x02\x06\x99\x17\x2a\x55\x67\x00\xac\x9b\x0f\x52\x54\x1d\x00\x03\xad\x81\xc9\xa3\xd6\x7c\xdf\x6e\x38\x1e\x50\xf3\x7d\x71\xd1\xe8\x26\x67\xcd\xb9\x77\xdb\x54\x08\xd0\x7e\xd9\xb9\xd2\x54\x0f\xd0\x3e\x7d\x75\xa5\x49\x3f\xa0\xf5\xb3\x4d\xc8\x34\x1f\xd0\xae\xfc\x47\xff\x23\x6d\x0a\x40\x7b\x44\x9d\xa1\xc9\x7a\x40\x23\xb0\xe6\xb8\x69\x15\xa0\xb9\xf0\x44\xa9\xa9\x12\xa0\x31\xe2\xe8\x1e\xb3\x99\x80\xa6\xeb\xe1\x06\x33\x09\x40\xc3\xfe\xbf\xf3\xc0\xa4\x81\x37\xef\x79\xbc\x2f\x8f\xf7\x0c\x57\x08\x21\x79\x30\x55\x86\xe8\x46\x95\x34\xe4\x49\x5d\xd0\x5a\xa3\x7a\x82\x9a\x09\xb0\x5e\x68\x3e\x16\xb0\x04\x4c\x0f\x18\x55\x08\x5f\x05\x2c\xcf\xd9\xd6\x89\x17\x02\x36\xe9\x3e\x22\xd2\x1b\x00\xeb\xf3\xa3\x65\xe4\x2e\x03\xd6\xe1\x93\xf7\x29\x9d\x02\x2c\x19\x4b\x27\xab\x5c\x03\xcc\xce\xef\x78\xc4\xe0\x8c\xdb\x84\xca\x5f\xea\x51\xec\x55\xc6\x51\x2d\x01\x1a\xa1\xbf\x77\x18\xfb\xdf\x5f\xa7\xe5\xdd\x1f\x69\xfc\xfb\x7b\x8f\x56\xe5\xfb\xc3\xa6\xc5\x80\x4e\xe7\xc3\x52\xb3\x77\x78\xa1\x3f\xbb\x53\xcb\x22\x1b\x6d\x06\x47\xda\xdf\x59\x3c\xc7\x15\x83\x35\x17\xfb\x88\x0f\xd2\xb1\xf3\x55\x96\xa1\xb8\xcd\x6a\x6c\xf0\xb0\x1c\xc6\x4d\x03\xf5\xd3\x3a\x16\x79\xf8\xa4\xa7\x72\x32\xcb\xd2\x1a\x9f\xf4\xcc\x8f\xed\xb1\xf4\xc2\x4f\xdd\x95\x95\xfe\x16\x83\xa0\x75\xa6\x1f\x5a\x62\xb9\x00\xd0\x89\x2d\x35\xb2\xc8\x03\xb4\xd2\xff\xbb\x1e\xea\x7f\xe2\xa2\x5a\x1c\x17\x15\xe6\x73\x91\x7b\xff\x5b\xe6\x8c\xe8\x5c\x0e\x6a\x54\x88\x93\x71\x30\x10\x95\x2a\xe2\xa0\xe5\x35\x45\x45\x0e\x3a\x84\xeb\xac\x11\x8a\x03\x9c\x98\xe6\x9f\xc4\x77\x00\x4e\x19\xae\xb3\x65\x83\x39\x9f\xc3\x0b\x15\xeb\x00\x07\xe7\x09\x12\x2a\xcf\x00\xdb\x2d\x8b\x62\xd4\xd7\x0e\x9a\x59\x3f\xca\x3d\xaf\x9d\xf1\xfd\x9e\xd5\xca\x83\xeb\xf4\x4f\x7e\x9a\x6a\x39\xff\x6c\xb1\xe1\x9f\xf7\x1b\x2c\x0e\x74\x69\x18\x5f\x7a\x63\x66\xd1\xda\x17\x69\x52\xf8\x2c\xc6\x4a\x0b\x79\xa6\xf2\xb7\xc7\x58\xf7\x61\x8e\x79\x61\xdb\x68\x5b\x65\xcc\xb4\x30\x6b\x76\xb5\x1d\x87\x25\xe6\x61\x0d\x7b\xec\x28\xac\x30\xb7\x3a\xb3\xc8\x2e\x15\xd9\xe6\x2a\x27\xf7\xd8\xde\xc7\x7e\x93\x33\xc7\x4e\xd9\x05\xe0\xa0\xc9\xcc\xc3\x46\x76\xe5\xa8\x32\xee\x3c\xa4\x60\x57\x8d\x3a\x63\x91\x03\xe1\x76\x45\xb8\x64\xf8\x60\xff\x18\x5b\x36\xee\x18\x8c\xdd\x5b\x67\xb3\x1a\xdf\xf4\x82\x49\x1e\x78\x52\x7f\xe9\x80\x78\xfc\x3f\x25\x4a\x7c\xe6\xc4\x78\x3c\x1f\xdf\x07\xdf\x60\x3f\xf7\xb3\xd5\x75\xae\x1e\xc4\x71\x8e\x04\xd1\x5b\x7a\x15\xa8\xd7\x73\x4e\x31\x3e\x1f\x0c\xbd\xc4\xf4\x00\xef\x1b\xf6\x22\x32\x5f\x01\x8f\xca\xc0\xb5\xa3\xe6\xfe\xf1\x70\x1f\x35\xe6\x0f\xf3\xfb\x37\x53\xd7\xdd\x99\xcf\xf5\x6e\xbf\x8f\x71\x6e\x5f\x1f\x6f\xdc\xf0\xe2\x97\x63\x7f\x51\x92\xc5\xd6\xa7\xc2\x0e\x16\x35\xfd\xd6\x7f\x1e\x3c\xb2\xfb\xdc\xe1\x69\xe7\x7f\xb7\xd2\x6e\xc6\xcb\x3b\xf6\x89\xdd\xeb\xec\x27\x61\x84\xfd\x8a\x36\x23\x87\x7e\x1a\x0e\x3a\xe7\x06\x9c\xc4\x20\x66\xff\x8e\xef\x7b\x73\x32\xdc\xa9\x02\x0e\xb6\xf6\x47\x3d\x5d\x84\x61\x69\x27\x5d\xb1\xc2\xb9\x0a\xa1\x36\x8c\x83\xfe\x4e\xad\x98\x6d\x39\xa5\x64\xae\x53\x1e\xd6\x98\xdf\xde\x17\xe1\x34\x0d\x05\x66\x46\x05\xcd\x4e\x3b\x71\xc0\x74\xd3\xae\x43\x8e\x6c\xd4\x19\xef\xcf\x33\x77\xb2\xc4\x79\x63\x72\x9b\x44\x87\xf7\xfc\xb9\x3e\x20\xfc\xe7\x2f\xc4\xe3\xb7\x55\xc7\x72\x91\x1f\x3f\xdf\x0f\xc0\x79\x36\x17\x7d\x97\x8c\x24\x3e\x4b\x61\x59\xb2\x5b\x39\x18\xa9\xa8\x39\x20\x1c\x0e\x84\xcf\xb5\x98\x2d\xbd\xbb\x7f\x67\xf0\x57\xcf\x21\xb5\x3b\x1f\xa6\x07\x7c\x1b\x1d\xa8\x9f\xd8\x9b\xe1\x2f\x39\xd5\xc5\xf4\xe5\x83\x6a\x9f\xa3\x2b\xec\x6d\xd2\xba\x86\xbc\x5c\xf2\x77\x38\x6e\xbe\x31\xc6\xc3\xe8\x98\xb4\xeb\x96\x2b\xfd\x6e\xd3\x2f\xee\xf0\x08\xb9\x7c\xd1\x35\xf0\xb1\xba\x67\xc5\x45\x17\xd7\x94\x5f\xd7\x3d\xef\x36\xd4\xb8\xbb\xd1\x33\xbc\x04\x4f\x09\xb9\xb7\xd2\x45\xee\x07\x2b\xcf\x78\x14\xd2\x67\xdd\xfc\x0e\xb6\x7a\x46\xd1\xd7\x5c\x57\x1e\x58\xeb\x51\x48\x0f\x38\xd5\x17\x5d\xf1\x94\x83\xa0\xe3\x97\xc2\x9b\x9e\xb2\x50\x75\x28\xda\xed\xe3\x31\x07\xee\x76\x42\x3b\x8b\x3d\x9a\x11\x6e\xf3\x7d\x5b\x87\x5b\x27\x56\x59\x34\xe4\x1e\x76\xab\x43\xae\xf9\xd9\xcd\x63\xdc\xf2\xb1\xcf\xac\xe4\xbf\x75\x50\x94\x77\x9e\xa0\x88\x3f\x90\x1c\x8f\xdf\x62\xf1\xfa\xa1\xd8\x14\x70\xd1\x9d\x37\x3f\xf8\xbe\x10\x7c\x3d\x48\xc2\x4f\x01\x52\x57\xc7\x76\x8d\xfa\x48\x51\x3f\x76\xa6\xb0\x0c\xe3\xa5\xc5\xdf\x52\x89\x07\x9d\xbd\x18\xeb\x1e\xf9\x8d\x8e\x0a\xb5\x32\x1e\x75\x7b\x4d\x64\xc9\xd8\x6f\xb6\xaa\x57\x2d\xc2\xbe\xcc\x57\x72\xf1\x6b\x79\x1c\x62\xbd\x79\xb3\x97\xd0\x39\xdd\xc0\xe9\x65\xd7\xfd\xc2\xea\xdc\xfc\x7d\x1a\x33\x02\x33\x6b\x6e\xf8\xee\xee\xbe\x1b\x6c\x70\x4a\xc2\x57\xf0\x73\x5e\x70\xfb\x91\x63\x7e\xd6\xec\xde\xa0\xa3\x65\x5a\xfe\xbe\xb4\x54\x40\xcf\xbe\xab\xfe\xd9\x74\x88\xef\xa5\x82\x16\xff\xcd\xf4\x54\x1f\xa3\x5d\xb3\xfd\x55\xe8\x02\xcf\xb9\x3b\x42\xfd\x03\xe9\xb3\xee\x5b\xb6\xa6\xf9\xdd\xa1\x9f\xbb\x9a\x6f\x7e\xe8\x77\x8a\x1e\x74\x2e\xda\xf0\xc9\xef\x05\x24\x9c\xd2\xd7\x6b\xf8\xbe\x87\x9d\xfd\xa4\xb5\x0c\x9f\xf3\x48\xb4\x29\xcc\x2e\xf6\xb9\x87\x99\xd6\xe4\x5d\xa6\xac\x36\x2f\xfe\x60\x72\x4e\xe2\xf9\x7b\xf0\xf9\x5f\x1b\x25\xea\x2f\x1d\x40\x98\x39\x17\x13\x79\xfd\x1f\xc6\x13\x1f\x70\x7a\xe5\x14\xc2\xef\x7d\x3f\x3e\xf3\x93\xcc\x24\x8a\x7a\xfd\x7c\xc6\x66\xed\x27\x92\x11\x0f\x22\xa6\xbc\xb4\x49\x53\x4b\xb9\x31\x77\xc2\x80\xdf\x48\x23\xdb\x96\xda\x94\xe3\xf1\x72\x8e\x7b\xea\xcb\x12\x33\x66\xd4\x7b\x6b\x9e\x4c\x8b\x0b\x5e\x5d\x1c\xe8\x54\xb9\x3f\x66\x7e\xe1\x9b\x30\xbd\x83\xba\x91\x4f\xab\xef\x44\x6e\x29\xb1\x0c\xbf\xdf\x91\x1c\x7d\x65\x1f\x1d\xd6\xf4\x5a\x3b\xa6\xba\x50\x2a\x7c\x04\xdb\x21\x46\x62\x67\x42\xf8\x2a\xf6\xe6\x88\xd4\xdc\xf0\xf0\x59\xec\x47\x21\x47\x36\xbe\x08\x4f\xa6\x25\x83\x4c\x73\x44\xc2\x97\xd3\x66\x01\xcb\xf8\x3e\x27\xab\xfd\x42\x0f\xd3\x45\x5e\xd2\xd9\x66\x61\x5a\x74\xb9\xe7\x86\x65\xfb\x43\xb7\xd3\xf7\xdc\x26\x2f\x99\x10\xea\x49\xff\x70\xd9\xb0\x44\x37\xb8\x14\x2a\x8e\x4f\x16\x2c\x09\x51\x87\x89\xc3\x4a\x4e\xfc\x23\xfb\xa9\xff\xe8\x40\xb4\xba\xb9\x68\xf9\xe0\xef\xf8\xf9\x3c\x38\x9f\x07\x9d\x42\x78\x8c\xc1\x97\x99\xe4\x3d\xe6\x17\xff\xf9\xe4\xdf\xbd\x72\x5c\x32\x55\xe8\x21\x45\xdd\x2f\x5e\x1a\xcd\xf0\x15\x65\x5c\x77\x59\xf8\xc5\x74\xe6\xa8\x63\xcd\x9f\xe6\xb1\xdc\xad\x59\x3f\x6b\x9e\xce\xb2\x8b\x4c\xb1\xbf\x51\x61\x91\xee\x3c\xfe\x96\xdf\xcb\xa2\xce\x09\xc1\x8b\x6a\xc3\xd8\xbb\xfc\xc6\x49\x6d\x3f\x10\xe3\xb2\xf5\x67\x4a\x60\xe5\xb7\x78\xd5\x4d\x3e\xc9\xd2\xad\x87\x13\xaf\xac\x6f\x4e\x5c\xfb\x68\x30\x89\x5e\x3b\x3a\x51\xe2\xb7\x7c\x52\xc7\xca\xdc\xc4\xa0\xe1\x5f\x71\xc3\x4b\x6f\x25\xbc\x66\x47\x47\x0f\x2c\xd9\x91\xa0\xc7\x5e\x1f\x39\x6f\x51\x60\xbc\x0a\xbb\x27\x74\xef\x82\xc0\xd8\xf7\x34\x23\xf0\x6d\xd6\xa2\x38\x0d\xda\x2c\xa0\x77\x6e\xe5\xe8\xe7\xf4\x34\xdf\x29\x99\xd1\x31\xfd\x74\xb1\x97\x63\xc6\x50\x8c\x35\x7d\xda\xe3\xf2\xec\xec\xe8\xa9\xf4\x5d\xb7\xcd\x33\xbd\xa3\xac\x20\xe4\xcc\x39\x8b\xc6\xf3\xea\x80\x25\xf5\x97\x0e\x84\xaf\x83\x88\xe6\xcd\x0f\x3e\x0f\x3e\x93\xe8\x00\x7e\xcb\x2e\x24\xf7\x37\xfb\x5a\x97\x13\x1f\xf0\xe7\xd6\x6b\x08\x9f\x73\x57\x3e\xa7\x84\x83\xd7\x8f\x6f\xfe\xad\xdc\x41\x51\xcd\xdb\x72\xe2\xf5\x83\x14\x1c\x6b\xc4\xd6\xc8\x38\xa4\xe9\x0a\x97\xab\xac\x50\x0a\x2a\xb1\x11\xda\xd3\xb9\xf0\xe3\x18\x23\xef\x59\x9b\x18\x99\x27\x67\x7f\x8c\x92\xca\x66\xcf\xca\xc8\x51\x8b\x8f\x5c\xbc\x6c\xfa\xad\x92\x67\xc9\xf5\xf3\x2e\x4d\x5d\xd6\x70\x2b\x75\x5b\xa6\x5a\x7a\x64\xf7\xc9\xb1\x8f\x67\x65\x4d\x9e\xfd\xf9\xf1\x38\xd1\x19\xf3\x26\xd5\x0f\x67\x8e\xa9\xff\x5f\xbd\x47\xfa\x9f\xf1\xea\xec\x8c\xa8\x65\x93\xe7\xa7\x09\xb1\x6b\xc2\x8d\x26\x36\x8c\x4b\x60\xbf\x0d\x99\x3b\xc9\x31\xd5\x84\xd6\x09\x0c\x9d\x18\x92\xa2\x4c\x87\xf9\x5d\x1d\x3f\x90\x9c\x4f\xaf\xf3\x9e\x30\x3e\x3a\xa9\x8f\x2e\xf6\x7c\x39\x5e\x20\xb1\x99\x3e\xe7\xfe\x11\x90\xb6\xe2\xc6\x67\xca\xf3\xfb\x77\xd7\xe2\xc5\xbf\x94\x8b\x69\x3c\xbd\x58\x06\xe1\x2d\x06\x56\x2f\x25\xef\xf1\xde\x7f\x5b\x4b\xf8\xcb\xa7\xba\x1b\x89\x2e\xa2\x1b\xdb\x48\x7e\x5c\xb9\xcc\xe5\xc7\x9a\x23\xf7\xec\x97\xd8\x45\x51\x35\xc9\xbb\xa5\x34\xf2\xa4\x8e\x96\xe7\xef\xdc\x6e\x99\xc7\xec\x2a\x30\xdb\x9a\xe9\xa3\x6d\x76\x67\xe3\xcf\x8d\x23\xe2\x8c\xdd\x66\x2f\x35\x5a\xe3\x39\xb5\x2e\xa4\x33\x63\x78\xa5\x4c\xb6\xc9\xe8\xe2\x69\x7e\xcb\x5d\xf7\xaa\xc4\x63\x22\x96\x4e\x3f\x3d\x2a\xf1\x7b\x5a\xca\x92\x91\x37\x9b\x93\x5e\x8c\x55\x5c\x6c\xf0\x7e\x7f\xd2\xee\x94\x81\x45\x13\x86\xdf\x25\x50\x29\xba\xf3\xcd\xd8\xc1\x31\x07\xc6\x74\xce\x7d\xc8\x5e\x19\x25\x39\x66\x69\xe6\x51\xf6\xa9\xf0\xd2\x14\xeb\x59\xa3\xd9\x37\xc3\x98\xc9\xef\x66\xc8\xd2\xaa\x41\x8a\xc9\xc1\xd3\x5e\xd0\xae\x01\x3a\x49\x9f\xa7\xec\xa4\x27\xfa\xb6\x25\xbe\x9e\x7c\x87\xde\xe9\xf5\x28\x69\xd6\x04\x47\xfa\xb8\x07\x3b\xd1\x78\xfc\x03\xfa\xa6\xdb\x8b\x7f\xeb\x80\xd3\x04\x2e\x86\x2b\xfe\x1d\x3f\x57\x07\xd0\xbf\x71\x05\xf1\x75\x78\xbf\x6f\x03\xf1\xc9\x79\xd2\xb9\x9d\xbc\xcf\xeb\x9a\x96\x7f\x8a\x1b\xff\x3e\x52\x1f\xce\xb5\x73\x75\x21\xa7\xbc\x0f\xba\x70\xf0\xf0\xaa\x43\x85\x2a\xbb\x04\xdf\x17\xb6\x94\xc6\x18\x85\x8e\xf2\xdb\x22\x50\x7c\xce\x35\xc7\xc0\x6f\xb9\x4b\x61\x4d\xc4\x67\xfb\xd6\x59\xc5\xf9\xbd\x13\x65\xfd\x5c\x26\x56\xed\x64\x2c\x8b\x0b\x35\x4d\xa9\xd9\x5e\xb9\x7b\x79\x84\x74\x42\xc3\x56\xfa\xd4\xd6\xa8\xa0\xd1\x6f\x73\xbf\x74\x34\x46\x33\xa2\x9b\x73\xf5\xdf\xfc\x8c\x16\x8a\x1e\xb5\x45\x9e\xbd\x35\xe2\x57\xb4\x64\x4e\x00\xfb\x5e\xe8\xfa\xe8\xdc\x35\xcb\xd9\x83\xc1\x0f\xa3\x7d\xb2\x0b\x68\xc3\xc0\xa8\xe8\x90\xe5\x17\xe8\x10\xff\x99\x51\x89\x4b\x2e\xd3\x39\xde\xdd\xd1\xbb\x17\x4e\xa6\x37\x79\x1f\x8e\x96\xcf\xda\x40\xd7\x79\x7c\x8e\x7c\x39\xf7\x0a\xfd\xd2\x75\x20\xb2\x3f\xa3\x81\x66\xbb\x18\x45\x6d\x99\xc5\x82\x88\xf3\x6c\xc0\x9a\xe6\xd5\xff\x37\x7f\xcf\xff\xb9\xe4\x1e\xe3\x40\xd7\x4a\xf2\xde\xfa\x7d\xe7\xe6\x53\xdc\xf8\xb9\xcf\xbb\xab\x88\x1b\x77\x7b\x31\x37\xee\xf3\x9d\xe5\x84\x0f\x3b\xf5\xf3\x08\xa9\x33\xe5\xaa\xc7\x49\xdf\x8b\x7d\xb3\xaa\xe3\x64\x9e\x53\xd4\x56\xd7\x93\x22\x3a\x7a\xb2\x21\xd9\xfe\x55\xf3\xec\xf6\x68\xde\x9c\xa3\x74\xc4\x2e\xe8\x92\xf9\xaf\xf1\x8e\xe5\x5a\xa9\x85\x6e\x49\x89\x5b\x0e\x1e\x5e\xa4\xe8\x1d\x15\x3d\x5c\x96\xb2\xf3\xad\x5f\x7e\xd8\xe5\x52\xd6\x71\xfb\x80\xb8\x60\xf7\x03\xe2\x57\x6e\x05\x4e\x0c\x54\x2f\xb1\x7e\x39\x33\x50\x38\x60\xc1\xfe\x93\xb4\x87\xff\xc8\x80\x2f\x85\x09\xf4\x44\x5f\x95\xc0\xc4\xfc\x14\x3a\xc7\xdb\x3e\x30\x7f\x87\x2a\xbd\xdf\xf3\x45\xa0\x7a\xee\x07\xfa\xaa\x7b\x7c\xd0\xfc\x0d\xdd\xf4\x6d\xb7\x2f\x81\xfb\xd6\x1d\x05\xe5\xdc\x1d\x94\xb1\x26\x99\x86\xf3\xe7\xa0\x9e\x15\xbf\xa1\xea\x64\x1d\x24\xbe\xdc\x1b\x76\x0e\x4a\x81\xf3\x97\x9c\x41\x94\x6d\xdf\xbf\x7a\xb8\x7f\x74\x20\xdc\xfa\xd7\xba\x8a\xf0\xd8\x1f\x96\xe7\x12\xfe\xf2\xe9\xb5\xdd\x93\xb8\xf3\xbf\x98\xec\x1f\xda\x1b\x0f\x3e\xe4\xc6\x7f\x94\xf0\x96\xa7\x3e\x9e\x20\x7d\x71\x0e\x0b\x9f\x26\xff\x6e\xef\xb9\x7a\xf2\xdf\x73\xf5\xce\xe7\x8e\x78\x43\x51\x6b\xd2\xce\x17\xa8\xf5\x8a\x7a\x65\x5d\x6e\x4c\x34\x5f\xa6\xa2\x39\xb9\xbb\xfe\xa9\x8f\x0d\x6b\x75\x7c\xe9\xe9\x4f\x89\x8a\xb6\x12\x11\xbb\x4f\x4b\xcd\xab\x76\xb4\x0a\x92\xac\x65\x6d\x93\x73\xd1\xf6\xb5\xae\x51\x3e\xf2\xcb\x8d\xe1\x59\x53\x6d\xd3\x46\xb9\x7d\x74\x3f\x72\x6a\xdd\xf3\x41\xb7\x2c\xf7\xe4\x53\x31\x6c\xb6\xcb\x49\xf7\xea\x23\xc3\xf4\xa0\xd3\x3b\x8f\x85\x87\x5e\x40\xd0\x69\xaa\x47\xc9\x81\x3d\x50\x73\x14\xf0\x8c\xdc\x57\x04\x43\x07\x07\xcf\x83\x7b\x76\xc1\xc9\x5e\xd3\xf3\x57\xbe\x0b\xfc\xed\xbc\xbd\x96\x6e\x3b\x84\x58\x5b\x23\x2f\xa7\x2d\x85\x98\x6e\xbd\xc0\xeb\xd3\xc6\x60\x64\x5a\x6b\x7a\xcb\xad\x97\xc4\x0a\xcb\x6f\x40\x22\xaf\x4e\x66\x9c\xe1\xe0\x50\x4a\x36\x79\x9e\x1f\x97\x6f\x23\x75\xf0\x59\x5c\x21\xc9\x83\x1e\xb1\x52\x92\x3f\x57\xe7\x57\x12\x5f\x87\x66\xf7\x13\x64\xfc\x6a\xe3\x4e\x93\x7e\x52\x95\x3f\x1a\xc8\xf7\x8a\x77\x35\x91\x71\xda\x61\xd0\xfa\x8e\x83\xab\x4f\xb6\x7b\x73\x70\x51\xd3\x55\x5a\xc1\x86\xa2\xa6\x15\x5e\xc9\x60\x4d\x97\x55\x1d\x23\xd2\xf6\xd2\x55\x89\xd9\x13\xae\x78\xe9\x4b\x4c\xb0\xd1\x5b\xff\x05\x97\x16\xcf\x66\x9a\xd5\x7a\xba\x5f\xfc\xb0\x69\xaf\x65\x9d\xcb\xe4\x8b\x11\xe5\xcf\xac\x3d\x1d\x0d\x5a\xf7\xb6\x26\xda\xc8\xd8\x7b\xb7\xe0\x49\xa9\xf5\x7a\x7b\x91\x96\xa7\x43\xee\x96\x65\xf6\xdb\x1a\xa7\x62\x89\x45\x99\xc3\xe8\xd3\xcb\xb0\xcc\xa2\xc4\x61\xfa\xc9\x52\x6c\x36\xdf\xea\x30\xe1\xe8\x16\x14\x99\x99\x3a\x1a\x55\x68\xa0\xd8\xcc\xd1\x31\xbe\x4c\x08\x47\x4c\x47\x3b\xa9\x17\x1f\xc4\x31\x53\x07\xa7\x65\x85\x1f\x50\x6b\x72\xd0\xe9\xc4\xee\xd5\x38\x6f\xfc\xd8\xe9\xda\xce\x32\x5c\x35\x6a\x07\x66\xf0\xfa\x83\x71\x9f\xff\x97\xe2\xed\x64\x5e\x3c\xaf\xda\x4b\xf4\x1d\x3d\xa7\x0e\x12\x5f\xad\x6b\xf2\xc7\x88\xcf\xc9\x85\x93\x5c\x5f\x9c\xd3\x2f\x1b\xc8\x78\x1c\x33\xe0\xc6\x7d\xe0\x2c\xb7\x6f\xce\x2e\xcb\x2b\xc4\x1f\x60\x43\x27\x97\x27\x5e\xfc\xe9\x36\x59\x57\xa7\x0e\xdf\xf9\x29\x70\x8f\xa2\xc6\x16\xf4\xc8\x30\x7b\x45\x7d\xa2\xf6\xdd\x19\x65\x9b\xa6\xb4\xcc\x77\x43\xb7\x7d\xe8\x51\xcd\x56\xb7\x94\xee\xe0\xa9\x91\xba\x9a\x0e\xf3\xba\x0d\xd6\x4d\xd4\x3f\x60\x63\xd3\xb5\xaa\x34\xd6\xc0\xdb\x92\xea\xb2\x68\xda\x6e\x50\x6c\x9e\x79\xbb\xec\xc1\x80\x81\xb9\x79\xd4\xed\x9d\xbf\xc2\xf4\x13\xcd\x73\xae\x33\xc0\xd6\x65\x5b\x8c\x68\x33\xc1\xa0\x9e\xab\x45\xfe\x85\xc9\xe8\xd7\x5b\x6d\x29\x73\xf6\x0e\xfa\xf5\xb2\x2d\xad\x4f\x47\x63\x48\xf7\xa1\xd5\xa5\x93\xb6\xf8\xa4\x1f\x6f\xf5\xfa\xe8\x6c\xf4\xeb\xed\xb1\xba\x57\x11\x02\xb6\xee\x51\xeb\x8f\x65\xbb\xf0\x4b\x2f\xdd\xda\xbe\x64\x35\xa0\xd3\x88\xf2\x95\x95\x24\xfe\x73\xdb\x48\x1c\x2f\x4f\xec\x23\xf7\xb9\xef\xed\xe0\xfa\xe2\x5c\xbb\x5e\x45\xf4\x51\x2d\xcd\xa7\x89\x0e\xa0\x6e\x47\x23\xd1\x8d\x1c\xb7\xe4\xf2\xe2\x07\x8b\xdb\x89\xff\x45\xc1\xc5\x0e\xe2\x07\xb0\x75\x07\xb7\x7f\x48\xf6\x1d\xee\xbd\xf9\x39\xb7\x1e\x90\x3e\x0a\xe3\x4e\x3d\x23\xeb\x52\x6c\x4c\x2f\xad\x38\x9e\xa2\x02\xd4\x7b\x5d\x4c\xe2\xa5\xe6\x3a\x0f\xf4\x2e\xf0\x1b\xa5\xec\x6a\xbb\xae\xf7\xcf\xf8\x4c\x55\x19\x0b\xad\xde\xa1\x95\x2e\x0c\x69\x13\xd1\x17\x01\x45\x31\xea\xb2\x86\x89\xbd\x0f\x1a\xf6\xa9\x47\xb2\xde\xbc\x90\xb8\x9b\xc4\xc8\x63\xf5\xf5\x7e\xf9\xc1\x56\xbd\x66\xa0\xfa\x38\x18\x50\x99\x6a\xb0\xae\x27\x18\x50\x35\x33\x68\xe8\x9c\x05\xa8\xce\x32\xf8\x7d\xb5\x09\x50\x3d\x60\xd8\x78\xf1\x3b\xa0\x96\x61\xc8\x6e\xca\xe7\xa0\x51\x63\xc3\x49\x80\x21\x61\x5c\x56\x7b\x00\x60\xb4\x9a\x18\x9e\x2c\x00\x18\x83\x26\xcd\x47\x57\x02\xea\x72\x3f\x3c\xb6\x11\x56\xe4\xf5\xa6\x7d\xa4\x2e\xdc\x3f\xcf\xf5\x05\xb9\x69\x79\x8a\xc4\x73\x29\xba\x81\xf0\xdf\x0d\xad\xcd\x64\xfd\x38\x11\x7f\xf9\x15\xa9\x83\xd3\xae\xee\x25\x75\xf0\x6a\x27\x39\x7f\xec\x58\x79\x87\xf0\xc0\xeb\x6b\x1f\x92\x7a\xb9\xe8\x0d\x97\x27\x9e\x36\xf0\x82\xec\xbb\x93\x54\xde\x91\xf1\xf0\xbd\xf0\x39\x7b\xc4\x0c\x8a\x72\xb5\xf8\x72\x50\x73\x40\xe8\xb0\xd5\xa8\xaf\xe2\x2e\xc7\xa5\xd6\x9b\x84\x7e\x0b\x4c\xb2\x93\x59\xce\x6a\xfd\x2e\xb7\xb0\x40\xf6\x9e\x6e\xe8\xf7\xd2\x5d\xa7\xe4\xc6\x6b\x4b\xfc\x50\xa9\x79\x24\x67\xa7\xf9\xfc\x87\xfd\x6d\x19\xd9\x68\xcd\xeb\x3f\x1a\xbe\x78\x4a\xcf\xd2\x7c\xf9\xf9\x33\x20\x79\xff\x1f\x9d\xc3\x89\x67\x16\x80\x54\xa7\xb6\xc8\xbd\xa7\x80\x4c\xbf\x56\xc1\xed\x9b\x80\xcc\x66\xad\xb7\xd7\xfd\x01\xd9\x91\xda\x4b\xdb\x62\x01\xd9\xf3\x3a\x8e\xad\x66\x80\x5c\xa1\x8e\xca\xb9\xbb\x80\x9c\x9f\xde\x8a\x7a\x27\x40\x51\x9a\xaf\x03\x7c\x78\xfc\x30\xd1\xb9\x75\xfa\x9f\x22\xf3\xfd\xd2\x43\x6e\x9f\xa4\xc6\x46\xee\x73\xaf\x76\xe5\xe9\xa0\x9e\xdc\x24\x7a\xb9\xfd\xe8\xe6\xdd\x7b\xbe\x4f\xfc\x22\x36\xe1\x31\xa9\x13\xd9\x35\x2f\xc8\x7e\x6c\x6e\xe5\x1b\xe2\x47\x36\x89\xe7\x17\x32\x9a\xfa\x4e\xfa\x27\x79\xc8\x0d\x12\xdd\xad\x85\x2f\x0c\x65\xd3\x28\x8a\x35\x19\xb0\x90\x16\x7a\xa7\x23\x0f\x44\x14\x88\x84\x68\x8e\x01\x66\x75\x89\x66\x32\x47\x02\x9b\xfb\x45\x0f\x31\x56\x00\x95\x93\x45\x5d\x19\x6e\xc0\xe5\x3b\xa2\xae\x6a\xc3\xc0\xf3\x21\xe1\x6e\x86\x02\xc0\x0e\x14\x5c\xaa\xbc\x6b\x98\x74\x5a\x50\x8e\xf9\x9e\xc7\x41\x25\xfd\x0f\x3a\x1c\x64\xec\x7e\x2e\x0c\x88\x7c\x61\x04\x3c\x38\x07\x88\x34\x33\x2e\x74\x1f\x00\x44\x2f\x29\x3a\xdc\x26\x67\x6c\xf5\xf2\x6b\x82\x80\x78\x0c\x73\xe2\x65\x5f\x40\x62\xfc\x93\xce\xc3\x64\x1e\x74\x59\xd5\x70\xf5\x1f\xe3\xce\x93\x7a\x71\xae\x89\x1b\x7f\x6d\xc2\x55\xa2\x37\x3f\x6a\x76\xeb\x17\x07\x4b\x7b\xb9\xba\x80\xc2\x4f\x8f\xc9\xf7\xb6\x95\x3d\x27\x79\xb5\xee\xd3\x1b\x32\x6e\x4b\xf6\xf7\x91\x79\x33\xdb\xf1\x1b\xe9\xbf\x96\x26\xf6\x8b\xe8\x2a\x23\xbe\x0c\x93\xfe\x4a\xce\x3c\xfd\x83\xae\x36\x20\x74\x83\xa2\x34\x5f\x01\x06\xfe\x02\xd6\x4c\x01\xc0\x3f\x57\xe0\x1d\xe3\x09\x30\xb1\x5c\xf0\x1d\x63\x24\xb0\xf2\x9e\xd0\x21\xb5\x72\x60\xaf\xa4\xf0\x74\xd5\xf5\x40\x8d\x91\xe0\x14\xd5\x6d\xc0\x35\x25\x81\xcf\x4a\xc7\x81\x27\xb9\x14\xa5\xb8\x15\xf8\x62\x4d\x51\x32\x1f\xb9\xbc\xf5\x88\xb5\x34\x61\x10\x05\x46\xfe\xd4\x27\xbf\xa9\xeb\x23\x79\x17\x3d\x62\xf0\x35\xe1\x6a\x04\x98\x4f\xc9\xdd\xdd\x91\xca\x0f\x48\x67\x0e\xc1\xdc\x3b\x56\x1c\xec\x09\xad\x25\xfc\xfe\xd5\x0f\xdc\x7a\xd7\x54\x74\x89\x3c\xdf\xd3\xa7\x3a\x48\xdd\x3c\xbe\xb6\x7b\x37\x07\x0f\xc9\x3d\x20\x79\x52\x94\xf5\x8c\xf0\xa0\x79\xa7\x5e\x11\x1e\x74\x53\xf4\x07\xf2\xbd\xec\xd0\x2f\xa4\xbf\x4c\xd6\xf1\x9f\xe4\x1c\x36\xb5\x73\x90\xb0\x8a\xc9\xfb\xb9\x7c\x69\x10\xcf\x27\xc7\x86\xd7\x0f\x82\xb1\x9f\x8b\xea\xba\x80\xae\xc4\x88\x76\xc5\x32\xc0\xe5\x01\x45\xc9\x0d\x03\xf1\xe5\x14\x25\x37\x08\x64\xae\xa4\x28\x59\x25\x20\xe7\x31\x45\xc9\x9c\x01\x4a\x02\x28\x4a\xaa\x0e\xa8\xe9\xa3\x28\xc9\x03\xc0\xe5\xff\x8f\xb2\xf7\x8e\xcb\xf1\x7d\xff\xc7\xcf\xf6\x9e\xd2\xde\x4b\x7b\x2f\x0d\x8a\x32\xa2\xb2\x42\x84\x64\x8f\x48\xc8\x8c\xac\x28\xa2\x21\x23\x54\x56\x89\xa6\x11\x1a\xa2\x88\xca\x48\xa8\xcc\x54\x66\xc3\xc8\xca\xa8\xe3\xf7\xe8\x38\xcf\x2b\xf2\x7a\xbd\x3e\xef\xef\xcf\x3f\x4f\xd7\x5d\xdd\xf7\x7d\x1c\xd7\xb9\xae\xf3\xf9\x3c\x9f\xc7\x0e\x42\x44\x4b\x01\xaa\x3f\x10\x22\x76\x12\xe0\x85\x35\x21\xa2\x15\x00\xdf\xc4\x09\x21\x7b\x39\x5e\xff\x17\xab\xe4\xf0\x99\x9d\xdc\x6f\xa5\xe8\xff\x8a\x39\x37\xd4\xe3\xef\xdd\x94\xa6\xf1\x97\x0e\xbb\xbe\x83\x8e\x83\x37\x71\xfe\xcf\xee\x7a\x30\x8b\xae\x07\x1e\x27\xe2\x7c\x20\xd2\x84\xe3\xe8\x5e\xb9\xd7\xe8\x13\xb6\xcb\xa1\x4d\x93\xb6\x83\x4f\xe8\x43\xb6\x36\xb0\x03\xe7\x99\x25\xe3\xba\x70\xfe\x9d\xc1\x78\xee\x71\x4c\x0f\xc0\xf1\xde\xa6\x4c\x07\xa0\x10\x4c\x51\xaa\x0c\xa0\x6f\x27\x21\x12\x91\x00\xd6\x6e\x84\x88\x96\x00\x8c\x98\x4d\x88\x88\x34\xc0\x0c\x71\x42\x84\x72\x01\x56\x2f\x22\x44\xe8\x33\xc0\xae\x31\x84\x08\xf4\x07\x48\x09\x27\x44\x50\x17\x20\x27\x89\x10\x61\x2d\x80\xe2\x4f\x84\x08\x59\x01\x54\x9a\x11\x22\x50\x0f\xf0\xa8\x92\x10\xfe\x7d\x00\xcd\x77\x98\xce\x61\x1e\xe9\xd1\x39\xfc\x33\x2f\x6d\xc5\xdd\x78\x4d\xa6\x1c\x75\xe6\xf9\xa2\x77\x30\xae\x9c\x6b\x35\x68\xa8\x78\xb2\x8a\xfa\x60\x1d\x69\x78\x89\xed\x20\xf1\x54\x33\xf6\xff\xf8\xf4\x4f\xd8\x1e\xa2\xda\x68\xbd\xa8\x8d\x03\x3b\xb1\xdd\x70\xfc\xf7\xfc\x70\x8a\xfe\x53\x29\xfa\x30\x9f\x10\x4e\x17\x65\x7c\x04\x7a\xf1\xfe\x02\xd7\x01\xc4\x22\xe9\xf7\xd4\xb6\xf8\xcd\x73\xf3\xde\x07\x18\xdf\x46\x08\x7f\x20\xc0\xa2\xed\x94\xdf\x0f\xf7\xa1\xfc\x75\x1c\x53\xc4\xa7\xe4\x50\x3c\xc9\x76\x86\x38\x1e\xfb\xaa\x30\xc5\xbb\xcb\x28\x36\xb2\x27\x07\x74\x78\x98\xd2\x5b\xff\xc1\xe5\xa5\x30\xa8\x0a\xd7\xc7\x67\x80\xea\x41\x4e\x79\x53\xdd\xe3\x71\x99\xd7\x38\x3f\x1e\x52\x7f\x87\xe3\xff\x9e\x19\x54\xff\x15\xdd\xf9\x13\xe7\x87\x88\x6b\xc0\xd6\x07\x14\x39\x5f\x9c\x19\xfe\x14\x7d\x99\x0e\x60\xa8\x2f\x45\xbb\xdd\x14\xb9\x3a\x20\x1c\xef\x4f\x26\x00\xf0\x31\x45\xaf\x46\xf7\x48\x62\xfd\xbb\x02\xa6\x17\xab\x6c\x36\x9d\x87\x62\x68\xf7\x93\xbf\x3f\xc0\x16\xe6\x00\x1a\x3f\x86\xe2\x21\xb6\x12\x4e\x2b\xa4\x78\x9a\xfd\xfc\x12\x53\xce\x57\xb2\xb8\xa9\xb2\x13\xe0\x0d\xab\x24\xfa\xb5\xe1\x77\x3e\xf2\x1a\x1e\xe1\x7c\x91\xd5\xd6\x88\xf1\xa6\xb9\x34\xe3\x75\x52\xe7\x07\x95\x6e\xdc\xef\xfe\x1d\xfb\x45\xec\x11\xc0\xfa\x7a\xdb\xb4\xe9\xf7\xe7\x7c\x81\x38\x1d\xc8\x5c\xa6\x6f\xf0\x67\xf7\x9d\xf3\x85\xe9\xd1\x81\x30\xdf\x10\x4e\xff\x20\x7d\x83\xe5\xe1\x01\x00\x6f\x3e\xfd\x3e\xca\x6c\xe7\xcb\x92\x55\xb8\xe3\x4e\x00\xf9\x75\x3f\xa9\x6c\x04\x58\xd0\xbd\xf2\xf5\x03\x58\x3d\x80\xbe\x1e\xe1\x4c\x91\xab\x88\x87\x7a\x87\xcd\x00\xc7\x77\xd3\xeb\x6c\x96\x97\xfc\x04\xd6\x4e\x1e\x51\xac\xba\x4e\xf3\xf9\x6c\x30\xbd\xee\x1e\xe1\x4e\xf7\x7b\x81\xeb\xe3\xf4\x3b\xb4\x4e\xda\x61\x91\x8f\x38\x6f\x1e\x0c\xea\x44\x8c\xaf\xa7\xdf\xf7\x6f\x3f\x94\x50\xe6\x13\xc2\xe9\xa1\xa6\xcf\xeb\xdd\x0e\x38\x5f\x18\xae\x3f\xf4\xe8\xc3\xd8\xdf\x49\xb1\x7a\x5a\xb8\x13\x56\x48\xdb\x85\x22\x73\x38\x34\x4e\xa7\xe8\x36\x8f\xf6\x93\x31\x86\xbd\xdb\x45\x30\x7b\x22\x5e\xdd\xc1\xf2\xc1\x1c\x23\x77\xb2\x1d\x94\x7d\xac\x3d\xa5\x54\xff\x7b\xbf\xe1\xda\x49\xf9\x6e\xaa\x1f\xb9\x7f\x81\xee\xc7\xfd\x5d\xf7\x81\xd3\x3f\xf4\xf8\x60\xb0\xf3\xce\x7f\xeb\x40\x38\x7d\x04\xf7\xfb\x9c\x8e\x84\xf3\x17\x99\x88\xfb\xdb\x44\x60\x56\x0c\xee\x77\x6d\x0b\xa9\xeb\x46\xde\x9c\x8d\x6e\xdd\xc8\xef\x1b\x8b\x3c\x81\x80\xdd\x11\x53\x7c\xfd\x78\x2e\xfa\x24\x93\x0d\x25\xb8\xdf\xcb\xdb\x76\xbf\x96\xbe\xcf\x2b\x76\x7e\xec\xd7\x18\x42\xba\xf6\xd0\xff\x7f\x02\x8a\xdd\xab\x13\xfc\x9d\xc5\x14\x9f\xdf\xa2\xf8\x44\x89\xa0\xc3\x4b\x6d\x1f\x7a\x5d\xcd\x38\x89\xdb\x36\x04\x7b\x6e\x85\x26\xbd\x2e\x63\x5c\x1e\xfc\xe1\x7b\xd0\xa3\x7f\x60\x3c\x0e\xa7\x77\xb1\x63\x71\xf5\xe8\x40\xd6\xf7\xce\x07\xa7\x9b\x61\x7f\x1f\x3e\x92\xf2\xe6\x93\x26\xd0\xbc\x98\xce\xc0\xf7\xe7\xdb\xba\xe4\x68\x37\x0a\x29\x6d\x42\x7e\x54\x68\x7b\x1c\xd6\xb9\x16\xe6\x3d\x82\x3e\x0a\x02\x5b\x4e\xe3\x77\x13\x0c\xb8\xfa\x1a\xf3\xb4\xa3\x16\xf9\x73\xbe\x98\xb7\x78\x9e\x9a\x17\xf5\x1e\x3f\xd9\x19\xcb\x8f\x6a\x14\xdf\x56\x53\x7c\x71\x8a\x07\x57\x26\xcf\x85\xe8\xf5\x23\x4f\x72\x05\xd7\x05\xb2\xf4\xba\x4a\x9f\x60\x05\xbc\x9b\xb2\x3c\xab\xba\xb1\x5c\x9b\xa0\xbf\x58\x69\xdc\xef\x3c\x70\x7e\x28\xae\xbb\x7b\xb7\x03\x2e\x7e\xee\xdc\xf7\x5f\x3a\x90\x9e\xbc\xb0\x7c\x4d\x74\x63\xb9\xf7\xc4\x38\xc9\x98\x71\xc8\x87\x08\x2c\x9a\x81\x7c\xb1\xd0\xe4\x10\xe4\x0b\x45\xdf\x6d\x5c\xd6\x8d\xe2\x8b\xe2\xb0\xbd\x88\x3e\x3e\x8a\xe7\x65\x45\x17\x9f\x45\x3f\x6c\xd1\x8e\x32\xe4\x89\x84\x06\xd7\x61\xfd\x01\xc1\xd8\x56\xd4\xd9\xf0\x60\x0f\xfb\xae\x44\x70\x44\x7e\xf7\x91\x07\x1d\x79\x5e\xfb\x92\xf9\xdd\xd8\xd0\x48\xe3\x7c\x72\x93\x14\xfe\x6b\x3b\x10\xa2\x3f\xe7\xe2\xbf\xe6\xca\x87\x33\xd6\xe5\x56\x5e\x75\x2e\x0f\x5c\x7f\xe8\xf1\x43\x11\xea\x1d\xbf\xe5\x50\xd2\x5b\x07\x60\xd8\x3b\x1f\x9c\x5e\x84\xf2\xc5\x3c\x8e\x43\xae\xe0\xf7\x77\x1e\xfb\x0e\xe3\x69\x0f\x44\x5f\x78\xd1\x75\xc1\x9f\x30\xfe\x94\x0d\xc8\x23\x4b\x9e\x8c\x7b\xd3\x8d\x52\x7b\x8f\xe1\xe7\x4b\x0c\x3a\x67\x80\xaf\x07\xdd\xc0\x7e\x2a\x7e\xf0\x09\xea\x09\xc4\x8d\x3f\x9c\xc2\x7c\xa2\x52\xf3\x8b\x94\x00\x3a\x92\xb5\x84\xf2\xe3\xd9\xf4\xa6\x1a\xbe\x8f\xdd\xf8\x2c\x5a\x08\xe3\x79\xe8\xc2\xa7\xdf\x8d\xf7\x52\x04\x05\x30\xfe\xf3\xa2\x66\xd8\x0f\x96\x08\xe2\x88\x5d\x96\xc2\x87\xca\xd6\x2b\x67\xf8\x91\xd3\xbc\xf4\x44\x68\x07\x97\x87\x41\xf2\x7f\xb5\x03\x8b\xbf\xe2\xbf\x4e\x7a\xeb\x3f\x04\xff\x2d\x1f\x3c\x6a\xfd\xb1\x8f\x0a\xac\xf0\x40\x5d\x8c\xe8\xe4\x31\xa8\x1b\x11\xff\x10\x80\xfd\x43\xea\x72\x30\xfa\x9d\xcb\x18\x6d\xc0\x3a\x02\x32\xdf\xe2\xd0\x5f\xa6\x8f\xec\x31\xf4\xcb\x97\x1b\x72\x1e\xfb\xbe\xcc\xfb\x0a\xac\xb7\x21\x63\x5b\x8f\x7c\xb2\xf4\xb7\x2f\x9d\x84\x74\x3d\x12\xc6\x1a\x15\x1f\x64\x44\x51\xf7\xf5\x6a\x92\x28\x2a\x39\xeb\x83\x44\x71\x64\xae\x1d\xad\x7c\x1a\x40\x28\xfa\xc1\x30\x31\xf4\x68\xef\xd1\x83\xe5\x2b\xaf\x07\x10\xda\x75\xf5\x91\x72\x14\x80\x50\xc6\xe5\x42\xe5\x6d\x00\x42\xe9\x85\x4f\x94\xdf\x00\x08\x0f\xbd\xe8\xa0\xfc\x00\x40\x58\xf5\xcf\x71\xee\x1f\x3a\x18\xd6\xb6\x38\xfe\x9b\xd3\x01\x70\xc8\xbd\x6e\x8a\xe3\x09\xdf\x3c\xdb\x7c\xf2\x87\x4e\x4a\xb2\xce\x07\xdb\x95\x6c\xda\x54\xe4\x45\xe5\x1f\x05\x23\xff\xa7\xb4\x6d\x43\x0c\xdf\x66\x00\xa5\x4b\xf1\x53\xf8\xdf\x00\x28\x8d\x4a\xb5\xe0\x0f\x02\x90\x6f\xbe\x90\x85\xbf\x27\x72\xcb\x06\xd1\xb4\x11\xdf\x57\xde\xf8\xd7\x38\x42\x3a\xec\x65\x71\xc6\x6e\x11\x93\x43\x07\xc3\x7a\x6b\x15\x6f\x00\x61\xc7\xba\xe3\xca\xef\x01\x84\x5a\xaa\xdb\x55\x0a\x00\x44\xe6\x73\xf1\x97\xeb\xaa\x4c\x01\x10\x11\xe0\x74\x50\x97\xbb\x54\x56\x03\x88\xd8\x15\x11\x95\x4d\x00\x22\x8e\x17\x4f\xa9\x84\x01\x88\xe8\xe6\x19\x2a\x5f\xe9\x7e\x1e\xfb\x73\x9c\xfb\x5b\x07\xd3\xe3\x83\xc1\xce\xbf\x73\x3c\x38\xd5\x81\x70\xba\x10\x81\x3b\x86\xf8\xfb\xa2\x9e\x56\xf6\x78\xdf\x0b\x07\xe0\xcf\xe5\xb0\x60\x1d\x80\xf2\xe8\x29\xb6\x7c\x9a\x00\x2a\x8a\x8b\x86\xf3\x37\x03\x28\xd7\x86\x13\x81\x74\x00\xe5\xb8\xf8\x3e\x82\x13\x01\x94\x87\xa5\x1e\x13\xbc\x08\xa0\xd4\x90\xbf\x45\xd0\x1f\x40\xe9\x6b\x95\x8a\xa0\x17\x80\x52\xe3\xeb\x20\xfe\x12\x80\xee\xb8\xc8\xae\x0f\x83\xba\xe3\x10\xf2\x68\xea\x54\xc9\x06\x10\x8e\x7e\xb4\x5c\x5d\x00\x40\x3c\xec\x9e\x9d\xda\x6d\x00\xf1\xa0\xdb\x92\x6a\xaf\x00\xc4\x8f\x97\xef\x51\x8f\x04\x90\x88\xba\x96\xae\x9e\x06\x20\x91\x79\xf9\x84\xba\x23\x80\x84\x68\x61\xbb\xba\x02\x80\xf8\x8d\x0b\x44\x5d\x13\x40\x3c\xfb\x9c\xbd\xfa\x38\x00\xf1\xda\x9c\x0d\xea\xc2\x00\xe2\x1e\x7f\x8e\x07\x5c\x3f\xe0\xce\xbd\xeb\xb0\x3c\x70\xfc\x2f\xc7\x83\x73\x3c\xa0\xea\xa8\x6e\x14\xe9\xd2\xc1\x7a\x08\xd2\x19\xe6\xe8\x9b\xa3\xdc\xe6\xec\xcc\xeb\x00\xa0\x66\xe3\xf9\x89\x7f\x0a\x80\x9a\xa0\xdf\x25\x01\x67\x00\xb5\xfc\xf9\x2f\x85\x04\x01\xd4\xde\xac\x4b\x11\x2e\x01\x50\x3d\x1c\xb7\x45\xb8\x19\x40\xd5\x26\x35\x43\x24\x12\x40\xe5\x7c\xe1\x70\x91\xad\x00\x2a\xa2\xf7\x5c\x84\x87\x02\xa8\xf8\xb4\x74\x08\x8d\xfb\xa9\xac\x6a\x0a\x20\x34\xe0\x6d\xa9\xfa\x0f\x00\xf1\x17\x4f\xbf\x6a\x9c\x01\x90\xcc\xbc\xaf\xa4\x99\x01\x20\x3d\xe5\x56\xa6\x66\x1b\x80\x74\xd9\x8d\x9d\xda\x03\x00\x64\x37\x5d\x9d\xa2\x35\x17\x40\xc6\xab\xd8\x5d\x3b\x1e\x40\x36\xbd\xc0\x1d\xfd\xb4\xa4\xf3\x12\xb5\x47\x00\xc8\xd4\x9d\xe9\xa7\xcd\x07\x20\x33\x2c\x5b\x5d\x6b\x1a\x80\xb4\xcb\xa9\x75\x9a\xf9\x00\x52\x8e\xf0\x2f\x7e\x30\xdc\xfd\xe7\xce\xff\x73\xe7\xbf\x19\x0f\xce\xe9\x21\x92\xfb\x9e\xc7\xf8\x23\xd4\xb0\x7f\xab\xac\x33\x16\xe1\x79\x04\xa0\xee\x6c\xd7\x97\x2f\x1a\x40\xa3\xaf\x47\x38\xff\x2f\x00\xcd\xc7\xe3\xfb\x0b\xf9\x01\x68\x2d\x9a\x03\x22\x6b\x00\x34\x5f\x85\x49\x8b\xb9\x01\x68\xa4\xc6\xde\x17\x97\x02\x50\x9f\x9f\x36\x51\x7c\x18\x80\xda\xaf\x4b\xd6\xe2\xd9\xf0\x4d\x2d\xeb\x41\x87\xf8\xb8\x4e\x3e\xf5\xcd\xef\xea\xc5\xfd\xda\x23\x35\x83\x00\x24\xa5\x1a\x75\xd0\x1f\x2b\xff\x41\x82\x6e\x01\x80\xbc\xea\xcd\x71\xfa\x73\x01\x14\x57\xfd\x97\xfe\xe7\xa2\xaf\x9e\x2f\x40\xdf\xb6\xb3\x2f\xf5\xce\x00\xc8\x4b\xe4\x4a\xea\xd6\x03\xc8\xa5\x67\xbc\xd0\xb3\x07\x90\x3b\x9b\xee\xa9\x2f\x0d\xd0\xd7\x3f\xf5\x8e\xee\x69\x80\x3e\x2b\xff\x8c\x9f\xeb\xf7\x5c\xfc\xb2\xa8\x7f\x21\x13\x24\x58\x7f\xa0\x3c\xb0\xa0\xbb\xe8\x56\x8c\x7f\x91\x54\x32\xf9\xa3\x5e\x8a\xa6\xa0\xd6\x2b\xde\x56\x00\x9d\x2e\xf3\x45\x02\x46\x00\x7a\xf1\x03\xbb\x84\x96\x00\xf4\x73\x19\x7d\x57\x34\x04\x40\x7f\xe2\xcc\x44\xf1\x65\x00\xba\x17\x57\xf3\x48\xaa\x01\xe8\x28\xc7\x5c\x91\x9a\xf7\xe3\x80\x8e\xc5\x71\x37\xd9\xd0\xcf\xc9\x3a\xde\xf9\xee\x7d\x05\x3f\x1a\xea\xf8\x56\x6d\x90\x77\x69\x7b\xa4\xf3\xe8\xcd\x08\xf9\xe8\xb7\x3e\x7a\x3b\x00\xe4\xb7\x3c\x4c\xec\xb7\x03\x40\x79\xe6\x6d\x73\x83\x9f\x00\xaa\xa1\xd7\xd2\x0c\x37\x01\xa8\x96\x5d\x8a\x31\xf2\x00\x50\x1b\x5e\xc0\x6b\x68\x04\xa0\x32\xe6\x5c\xa7\xd1\x25\x00\x35\x72\x7a\xa4\xe1\x4e\x00\xe5\xa6\x8c\x4e\x63\x05\x00\xd5\x81\x27\x93\x0c\xc3\x00\x94\x6e\xa5\x7a\x1b\xd6\x01\x28\x1d\x3b\x66\x6f\xd8\x9d\xc7\x9b\x49\xdb\x8d\x8c\x00\x14\x71\x2f\x82\xd3\x3f\x70\x3e\x20\x2c\x7e\x22\xc6\xe6\x0d\xea\x03\xc0\xc3\x78\x1d\xc9\x26\x5e\xab\x6e\x54\xbc\x26\x88\xba\x64\x9d\x6c\x29\x5c\xe7\x18\x7c\x55\x9b\xc6\x1b\x0e\x60\x7c\xdf\xe0\xb1\x60\x10\x80\xe9\xac\xfe\xa2\x22\x4d\x00\xa6\x45\x23\x37\x48\x0c\x00\x30\xee\x08\x38\x20\x95\xd3\x91\x6a\xdc\xb0\xdc\x55\x6e\xf1\x87\x4f\xc6\xdb\xa3\x74\x14\x9b\x5b\x5c\x8c\xca\x92\xde\xa9\xba\xbe\x9a\x69\x24\x7b\xd6\x4a\xfd\x56\xe3\x1c\xc3\x73\x15\xfe\x9a\xf1\xf5\x0b\x0c\x2f\x34\xdc\xd3\x52\x7c\x1a\x61\x54\xd5\x39\x41\x73\xcc\x9d\x4a\x93\x68\xe8\xd2\x5e\x74\xf5\x9e\xe9\x59\xf8\xa4\x13\x58\x68\x6f\x96\x02\xef\x75\x2e\x9d\x77\x34\xdb\x0d\xdf\xb4\x9b\x7a\x7c\x6f\x74\xcd\x47\x43\xa7\xf6\xbc\x93\x53\xcd\xc2\x00\x34\x37\xa6\x2e\x30\x5b\x0d\xa0\x51\x7c\x64\x8d\x59\x3d\x80\xc6\xa6\xe4\xe9\xe6\xd2\x00\x1a\x3a\x07\x2b\x4c\xf7\x02\xa8\x16\xee\x1f\x64\xba\x0f\x40\x55\xe2\xcf\x71\x80\x6b\xff\x5c\xfc\x64\x0e\xc6\x2f\x46\xe3\xe7\xfc\x10\xd4\x36\x53\xe4\xea\x43\x70\xfe\x20\xd6\x39\x32\x3f\xbb\xd1\xae\x58\xeb\x87\x80\x1c\x80\x9d\x90\x95\xad\xd8\xca\x5f\x86\xb6\x61\x1e\xe6\xd2\x45\x1f\x7f\xd9\xf1\xfb\x39\x28\xa8\xbd\xed\x6f\x1b\x1e\xb4\x4e\xf5\x7e\xa3\x9b\x8d\xfb\xc6\xab\x5a\x79\x8f\xbf\x59\x9b\xec\xbd\xa2\xf7\xae\x56\xcf\xf2\x61\xe6\x44\x83\xc6\x7b\x83\x2c\x6a\x4b\x8f\x1b\x35\xdd\xf9\x60\xb1\xfc\xd1\x49\xe3\xf6\x5b\x57\x2c\x1a\x3f\x67\x1b\xa7\x5d\xe3\xb3\x5a\x05\x7b\x8d\x1f\x5e\x7c\x67\x9d\x0e\x89\xc6\x8f\xce\x58\x5a\x87\x42\xae\x11\xc9\x58\x69\x2b\x0e\xe9\x46\xbf\x4e\x5c\xb5\x7e\x0e\x37\x0c\x8c\x8e\x95\xd8\xfc\x84\x52\x83\x07\x87\xc3\xad\xeb\xe0\xa9\xfe\xa0\x43\x53\x6d\x96\x41\x83\xbe\xc4\x81\x19\xd6\x6f\xa0\x4d\xf7\xca\xde\x8b\x36\x23\xa0\x5d\xd7\x7b\xf7\x40\xeb\x16\x00\xed\x67\xb1\x1d\x56\x19\x00\x9a\x59\x7f\x8e\x7f\x12\x6c\xfe\xa4\xe7\xff\x39\xfe\x57\x92\x3d\xb5\x72\x3c\x38\x77\x1e\x9e\xd3\x83\x38\xbc\xa1\x38\xd0\x58\x08\xdb\x91\xfb\x09\xe5\x40\x5e\xfd\x0e\xc3\xc1\xcf\x8c\xcd\xc5\xa6\xb7\x4e\x75\xbb\xe4\xd2\x4f\xde\xb5\x71\x8e\x6b\xc6\xa8\x47\xea\x46\x8f\x84\x06\x9e\x9d\xa5\xa4\x1b\x57\x5d\xe5\xf2\x76\xf5\x46\x23\xf9\x9b\xe3\x9d\xad\x62\x78\xcc\x2a\xaf\x8b\x3a\xae\x3f\x5e\x69\x15\x50\x52\xdf\x5f\xa4\x70\x80\x4d\x43\xf1\x61\xfb\xae\x7b\x8b\xed\x94\x8b\x6c\xed\xeb\x5a\xbd\xed\x86\x5e\x90\x73\xe8\x02\x6d\xdb\x80\xac\x93\xfd\x7f\x81\xbd\x8d\x67\x6a\xa7\xe3\x28\x98\x60\xe5\x79\x38\xcc\xc9\x02\xa6\x59\x3e\x39\xb4\xdf\xa9\x0e\x66\x5b\x6e\x3b\xa0\xe8\x58\x04\x5b\xcd\xee\xef\x13\x76\x9c\x06\x07\x4c\x4d\x76\x1f\xef\xff\x0d\x72\x8c\x67\xc4\x2a\xf7\xff\x06\x97\x8c\x8c\x76\x4a\xf5\xdf\x05\xb7\x0d\x76\x6d\x7f\xed\x70\x0c\x1a\xf4\x0f\x46\xae\x77\xc8\x85\x37\x7a\x2f\xe1\x0f\x1d\x14\xcf\xe9\x5e\xf1\x33\xfe\x57\xbd\x8e\xa2\xc9\x3a\x16\xf7\x67\xf6\x34\xc8\x7c\xf1\x87\x32\x3f\x74\x2f\x3c\xbf\xf2\xf5\xf9\xb8\x8d\xb2\x93\x09\x69\x56\x1e\xa7\xa8\xab\x24\x9a\xf9\x6c\xfa\xe8\xa9\x76\x13\xe5\x4f\xdd\x9b\xea\x35\x62\x18\x9f\x8e\x4b\xc5\x32\xcf\xbb\xfe\x7a\xc6\x3b\x4a\xce\x0f\x3b\xb3\x24\xd5\xb2\xb2\x50\x70\xc8\xbc\xad\x09\x76\xbf\xf2\xa6\xb9\xf3\x27\xc9\x3b\xd6\xe6\x1e\x1e\xa4\x76\x76\x97\x4b\x72\x66\xa7\xeb\xe9\xca\xf2\x81\xa3\x4f\x0d\x1c\xf8\xeb\x85\xd4\xc0\x92\xf4\x69\xae\xab\xba\x52\x06\x34\xa4\x0c\x71\x9b\xdc\x75\xc7\x79\xd9\xfe\xd6\x41\xbe\x5d\xaf\x9c\xdc\x13\x4a\xdd\x5e\x83\xb4\x43\x64\x9c\x8d\x5b\x1d\x18\xd9\x5d\xdb\x95\x35\xc8\x1c\x6c\xec\x0c\x76\x68\xb9\x69\x42\x80\xd5\xc3\x6d\xdf\xdc\x54\x20\xc4\x72\x7e\xc4\x0b\x57\x63\x88\x36\xd7\xde\x6c\x37\x70\x31\x1c\x37\xe9\x08\x7f\x30\xe0\x1e\x14\x1a\x5d\x5f\xf7\x79\xc0\x69\x28\x33\x7c\xf2\xbb\xff\x73\x3a\x18\xa1\xf7\x2c\xfe\xfe\x14\xcd\xd9\x2e\x89\xd3\x70\xb6\x2b\xc0\xe9\x21\x30\xee\xae\x31\x13\x71\x77\xa3\x7d\xeb\x54\xcc\xcb\x1b\x87\x19\xb1\x22\x7b\x08\x79\x72\x65\xa6\xaa\x9a\xbf\xb0\xca\xdd\x3e\xd3\x05\xcd\x35\xfa\xea\x5f\xeb\x9c\x42\x5c\x1f\x6b\x0f\x2d\x50\x9a\xb0\x74\xac\xbe\x85\xd1\xe9\x3e\xe3\x92\xe6\x6a\x38\xb8\x9d\x7c\x3e\x3a\x6f\xdd\x05\x97\xa7\xc7\xac\x7c\x22\x13\x16\x0d\xba\x93\xac\x3a\xb2\x23\xc3\xc9\x23\x2d\xb1\x61\xc4\xa0\xd2\xb4\xa1\xb5\xfb\x34\x86\xbf\x7d\xdc\x3a\x6c\xd3\x1e\xa3\xe1\x55\x5f\x2f\x0d\x33\x8c\x35\xf7\x54\xe9\x1a\xed\x21\xb9\xdd\xc2\x33\xba\x6b\xcb\x20\x87\xad\x8f\x3d\x67\x74\x65\x0c\x7c\xbb\xc5\x6a\x78\x63\xd7\x3d\x97\xd5\xe1\x30\xfc\x6a\xd7\x4f\xc7\x27\xeb\xbe\x0d\x37\x01\x25\x87\xb2\xb5\xb3\x87\x35\x82\x95\x5d\xf3\x9a\xd5\x43\xf7\xc1\x68\x9b\x8d\xab\x06\x0f\x9d\x08\x33\xad\xc9\xf2\x81\x43\x16\x40\x94\xf9\xf9\x65\xe9\x43\x92\x20\xca\xfc\xf4\xef\xf8\x79\x59\xbf\x57\x55\xe9\x1d\xbf\x0b\xdb\xe5\xf0\xac\xa1\x38\x1e\xf3\xf0\xa3\x2d\x00\xf7\xa7\xde\x85\xcd\xc3\x73\x3c\x2f\x92\x83\x1e\x77\xe3\x23\x9f\x25\xfb\xba\xb1\xea\x71\xa8\x98\xd2\x49\x42\xae\x8a\x06\x7f\xef\xd7\x2e\xeb\x7c\x21\x65\x61\xa3\xa3\xa1\xa6\x66\xa6\xf6\x9c\xae\x91\x21\x66\x41\x87\x27\x06\x0a\x4c\xbd\xee\x3c\x68\x5f\xfc\xd4\xeb\xcb\x95\x06\x2f\x8e\x0d\x9d\xdc\xb6\x63\xfc\xb0\xc5\xdb\x57\xfb\x2d\x3e\x9a\x33\x52\x37\x62\xdf\x84\x0d\x05\x9e\xde\x67\x37\x0d\xf2\xbd\x77\x6f\xaa\x4f\x6e\xf8\x3b\x5f\xc7\xb6\x0d\x3e\x45\x61\x6e\xbe\x99\x9d\xe5\x5e\xea\xab\x62\x7d\x5d\xba\xa4\x87\x2f\x0f\x9d\x31\x2e\xaf\x6b\xe4\x10\x9d\x50\xd9\xb1\x0b\xba\x96\x0f\x3e\x1f\xf2\x7e\xec\xcc\xae\x44\xb7\x90\x10\xa1\xd1\x09\x5d\x55\x2e\x9f\x83\xef\x8d\x8a\xe8\xfa\xec\x14\xbd\xc8\x79\x94\x0a\xf4\xe9\xef\xb9\x70\x89\xcf\x5a\x30\xb5\xf7\x5a\x90\xe5\xb5\x0e\xc6\xdb\xa8\xce\x4d\x1e\xf9\x08\x96\x59\x46\xfd\xee\x07\xf2\x11\xbd\xdb\x3f\x17\xbf\x97\x38\xc5\xc9\xe8\x57\xdd\x71\x6d\x36\xb6\x8b\xd6\x4d\x8b\x71\xff\xa6\xa1\x68\x39\xfa\x77\xd7\x1e\xa2\xbb\x22\x37\x37\xac\xc7\xfa\x30\xa5\x36\x9b\x14\xa4\x26\x10\x72\x7e\x63\xf8\x09\xcd\x52\x89\xaa\x53\x47\xc3\x14\xad\x25\x55\xc7\x25\xe7\xae\x2c\xf3\x08\x30\xca\x8d\x77\x5d\x3a\x7c\xa2\x6e\x7f\x12\x61\x17\xe4\xb8\xe0\xd0\x90\x53\x61\xd9\xf3\x55\x37\xc9\x8c\x9c\x1c\x7a\x73\x4e\x42\xe2\xf7\x51\xd1\x4b\xa4\x67\x6d\x39\xc3\x3f\x76\x52\x90\xf7\x8c\xec\xca\x63\xe3\x5a\xe6\xdf\x0a\xdc\xfe\xa2\x60\xdc\x8f\x79\x8a\x81\x91\x9d\x9e\x63\x47\xcf\xd6\x9f\xae\xdf\x79\xd6\x5b\x79\xd6\xe3\x69\x89\x9d\xad\x23\xec\x66\xc4\x4e\x5d\xd0\x65\x35\xd4\x7b\xa6\x81\xff\x9c\xae\x40\xf7\x44\x4e\xef\x31\x5d\x63\xd2\x9c\xae\xf3\x03\x6d\xa7\xdf\x9a\xb8\xa1\xeb\xa1\xf3\xf7\x80\x07\x13\x8e\x75\x7d\x76\x92\x9d\x52\x30\x3e\x1f\xb4\xec\x4f\x4f\x29\xf5\x9d\x01\xf6\xb6\x1d\x00\x12\xac\xee\x8f\x01\xeb\x07\xce\x32\x14\xbd\xa5\xc8\x1f\x3c\xf8\x37\xbb\xf9\x1e\xdd\xd8\xa2\xb3\xac\xb9\x1b\x9f\xed\x5f\x8b\x3c\xd8\x83\xfb\xf4\x7c\x7c\xa5\xea\x56\x3c\xef\x5b\x7c\x62\x3b\xe5\x3f\xe7\xec\x4a\xe6\xf7\x22\xe4\x54\x72\x8c\xb0\xb2\xb4\xd0\x82\x64\xd3\x1d\x65\xc6\xa5\x0a\x0e\x71\x69\xdb\x2a\x07\x14\xeb\xd5\x6e\x19\xb4\x39\x70\xf4\x7b\x9b\xa1\x2b\xf6\xad\x57\x9b\x35\xcb\xad\x70\xe1\xeb\x35\xc3\xd6\x4e\xf5\x74\x9a\xbd\x76\x55\x74\x82\x87\x97\xdf\xf4\x79\x2b\x05\xb3\x84\x7d\x46\x4c\x29\x0d\x5d\x52\xf6\x79\x94\xea\xe4\x65\xcb\x77\x3d\xb7\xf7\xf9\x36\x69\xe9\xf2\x13\x3f\x3b\xbc\xe7\xfb\x7d\x0b\x71\xef\xec\xf2\xcc\xf1\x1b\xb0\x38\xb3\xcb\x61\xe8\x72\xbf\x6d\x0b\xbb\xba\xc6\x7a\xbc\x9c\xe8\x31\xff\x59\xd7\xce\x41\x63\x26\x8a\xcd\x1d\xd9\x95\xe3\xaa\x31\xd1\x70\xd6\x8d\xae\xeb\x03\x36\x4d\x70\x9b\x39\xa2\xeb\xad\xb3\xc9\xf8\x73\x81\xb3\x41\xc0\x51\xd3\x37\x3f\xe0\x13\xe8\xd8\x3f\xf4\x35\x9d\xb6\x0e\x1c\xec\x2c\xff\x45\x07\xc2\xe2\xa7\x3a\x90\x6f\x71\x41\xc8\x47\xb4\xc0\x4a\xac\x0b\x51\xff\x74\x23\xce\xa3\xf7\x67\xd3\xfa\x48\xe5\xd7\x77\x22\x6f\x57\xec\xbd\x1b\xf7\x2f\xcf\xe6\xec\xc3\x3c\xa6\x4b\x26\xe2\x39\xf8\x94\xbd\x49\x63\xfb\x7c\x26\x24\x7e\xce\x01\x63\xdd\xf5\x32\xc3\x22\x06\xed\x53\xb1\x2f\xd7\x28\x5a\x39\x68\x77\xcc\x88\x8d\xa6\xdf\xe6\x5d\x8a\x91\x9e\xd6\xe4\x74\x3c\x60\x5a\xf4\xe9\x95\x32\x6e\x77\xfd\x3e\xef\xd0\x8c\x2d\x76\x6f\x18\xd7\x15\x95\x77\xf2\xe9\x90\xdb\xa3\x67\x45\x2e\xb8\xaa\x31\xb4\xc8\x47\x64\xdb\xfe\xa7\x7c\x43\xe7\x7a\x0f\xdc\xe6\xd1\xb1\x65\x88\xa8\xf7\xd6\x4d\x9f\xbb\xc2\x07\x3b\x7a\xf3\x87\xbf\xe8\xca\x74\x5d\xe1\x15\x12\xd6\xd5\x55\xeb\x52\xe1\x3d\x6d\xf5\xd6\xae\xe7\x2e\x56\xde\x13\x43\x3b\x80\x38\x09\x7b\x1d\x5b\xbe\x1a\x94\xfb\xab\x78\x8f\x0c\x59\x08\x7a\x0e\x23\x46\x76\x06\x8b\x83\xb7\xad\x8a\x57\xca\xc2\xf9\x30\xd9\xfa\xb3\x57\xbf\xf9\x19\xb0\xc8\x6a\x2a\x80\x0d\xdb\x25\xf4\x64\xe7\xfe\xa7\xe2\xf7\xff\x59\x10\x8c\xfb\xd7\xad\x3a\x6b\xf0\x3e\xd7\x7b\x6f\x41\x5d\xc7\x3d\xd8\x89\xbb\xe1\xe5\xea\x71\xd4\xff\x60\xff\xbe\x29\x34\xfe\x24\xf4\x45\x3f\xc9\x43\xf5\x01\x87\x22\x8e\xa3\x8e\x2a\x2e\x36\x3d\x4d\xf0\x2b\x21\x5b\x8b\x4f\x74\xa8\x36\x89\x1a\xac\x56\x4b\x8d\xb6\xd8\xab\xd8\xb1\xd0\xec\xe8\x29\xf7\x2f\xfa\x77\xa7\x8c\x4e\xb1\xf4\xfb\x68\xd3\xdf\x77\x50\x52\xd6\xd2\xbb\x0e\xcf\xbc\x5f\x1c\xda\x10\xdd\xe2\x94\xef\xa9\x75\xd0\x3d\xcd\xd0\xe5\xd0\x90\x7d\x07\xe4\x2e\xdf\x1c\x10\xee\x3e\x3b\xd1\xee\x51\xdf\x01\x23\x07\xaf\xd8\xff\xfd\x8b\x88\x73\x9e\x7b\xdf\x84\xf4\xae\x9f\x8e\xb9\x83\x8f\xc7\x86\x83\x8e\x83\x90\xbb\x58\xf4\x13\xb0\xb2\x27\xee\x9f\x22\x13\xc1\xc9\x6e\xa9\x47\x6c\xc4\x34\x18\x6c\x5b\xef\x31\x7b\xa3\x1b\x04\x58\xa7\x7b\xc8\xad\xbf\x00\xcb\xac\x78\xdd\x3f\xad\x2d\x80\x08\x8b\x10\x0f\xb3\x55\xc6\x90\x60\xae\x35\x78\xd8\x8a\x89\x70\xc1\xf8\xd1\xef\x79\x8f\xb6\xff\x5f\x02\xc1\xc8\x4b\xb5\x2e\x0e\xc3\xf5\xc2\x33\xb7\xad\xa3\xf1\xfe\x8f\x8f\xc1\xdd\xee\x1b\x02\x7b\x5a\xe9\xfd\xa7\xbc\xe8\x39\xf3\x23\xc8\x87\x9f\x1a\x7c\x02\xfb\x49\xca\xa8\x53\xd8\x2f\xe2\x21\x07\xdb\xcb\x96\x37\x67\xf1\xbc\x7b\xd8\x8f\xbc\x27\x0a\x2d\x84\x2c\x72\x3f\x2b\x6b\xf0\x4d\xe6\x4d\x80\x63\x6e\xed\x00\x7d\x0d\x83\x31\x5a\xd9\x13\xc6\x99\x18\x4f\xf3\xfc\x96\x35\x6f\xb1\xa4\xf9\x58\xf7\xbb\x99\x51\x91\xfb\x2d\xbf\xba\x2a\x64\x6c\x3d\x5a\x65\x9d\xe9\xbc\xef\xd4\xc5\xa2\x07\x36\xbe\x8e\xd1\xa7\x44\x6a\xd3\x6c\x34\xfa\x37\x9d\x8c\x6a\x37\xb3\x3a\xeb\xb8\x28\xf5\x23\x2c\xb3\x78\xe3\xb8\xe1\x70\x33\x6c\x35\x0f\x76\x4a\x3a\xd8\x0a\xdb\xcc\x63\x9d\xe4\xf7\xbb\x42\x8a\xe9\x46\x67\xed\xdd\xcb\xe0\xa8\x69\xb0\x73\x54\x8c\x02\x64\x99\xac\x73\x5e\xb2\xe3\x0a\x14\x1a\x9b\x38\xcf\x8c\xd2\x83\xeb\x46\x66\xce\xdf\xb6\xac\x84\x2a\xc3\x61\xce\xf9\x9b\x94\xe1\xb1\x81\x16\x37\xfe\x81\x77\x30\xf2\x37\xef\xe3\xc2\x30\xbe\xe7\xeb\x22\x71\xf7\xb8\x26\x2b\x1e\xf5\x51\x15\x6b\x12\xf1\xfe\x17\x9f\x4c\xf9\xd9\x8d\x79\x33\xa9\x3f\x4a\x46\x4e\x06\xfa\x06\x1d\xbe\x9d\x8b\x3a\xcb\x3d\x5a\x79\xb8\x6b\xbc\x7d\x54\x3e\xd6\x45\x59\xeb\x78\x09\x7d\x04\x16\x45\x5e\x39\x2f\x72\x9a\x90\xc0\xec\x2b\x82\x9a\x79\xa2\x17\xc6\xd5\x17\x27\xda\x1d\x57\x58\x3a\xb4\xb9\xa8\xc5\xeb\x8d\xd6\x77\xd7\x17\x45\x21\xf3\x12\xf4\x26\x38\x29\x17\x7e\xde\xdc\xda\xaf\xc4\xae\xac\xd0\x32\x79\x9f\x61\xa0\xf5\xdc\x82\xc4\x7c\x4b\xc3\x0a\xcb\x84\xfc\xc6\xfb\x63\x0c\x23\x2d\x95\xf2\x27\xbc\x6b\x32\x70\xb3\xcc\x38\xdf\x17\x1a\xf5\x97\x59\xc9\xe6\xdc\x86\x37\x7a\x2d\x56\xd2\x19\x47\xe0\x83\x9e\xbc\x55\x6b\x9a\x0f\xbc\xd7\x73\xb6\x7a\x70\x64\x0d\xfc\xd4\x15\xb6\x31\x49\x9a\x0d\x9f\x74\x3f\xda\x5c\x4c\x1c\x09\x5f\x75\x33\x6c\xf9\xf7\x8c\x81\x5f\xba\x22\x36\x5f\xe3\x57\x02\xe8\x38\xd8\x06\xec\x92\x05\xd0\x8e\x87\x13\x8b\x70\x37\xfb\xfd\xd9\x75\xb8\x3e\x6c\x58\x41\xc7\xb9\x9a\xc0\xdd\x38\x6f\x54\xfc\x38\x88\x3c\xf8\xa5\xaf\xb4\xbd\xe7\x25\x9d\x44\xde\x3b\x53\x23\x07\x77\xd1\x8f\x34\xd0\xb8\xf7\x3b\xe6\xe3\x78\xbb\x73\xe7\x25\x3c\xff\xba\x21\x98\xfa\xa4\x84\xb4\x5d\x47\xbe\x7f\xfa\xb2\x4a\xe4\x0d\x27\x66\xdd\xba\xa8\x64\xc2\x93\x3a\xfc\xd5\xcd\x19\x66\xba\x52\xed\x2e\xf7\x2b\x53\x87\xca\x28\x09\xdb\xbb\x57\x1e\x9c\x31\x40\xe5\x92\xe5\xa7\xca\x55\xeb\xd7\xa8\xdd\x34\x7d\x5b\xa9\x7e\x80\x4f\x43\xc2\xe8\x79\xc5\x9e\x73\x47\x34\x2c\x0d\xc7\x55\x0c\xad\x5a\xad\xde\x61\x50\x58\xde\xd2\xb2\x4e\x6d\xa6\x61\xe8\xf5\x00\x00\x95\x5c\xa3\xd8\xcb\x43\x01\x54\xef\x1a\x09\x14\xc4\x00\xa8\x24\x19\x55\xe7\xe9\x01\xa8\x9a\x19\x1f\xce\x91\x03\x50\x8d\x32\x19\x78\xaa\xfb\xe7\xa7\x4d\xae\xa4\x1d\x06\x50\xbd\x63\x1a\x7e\xd4\x18\x40\x4d\xc4\x74\x4b\xf2\x7e\x00\xd5\x25\x66\x5a\x07\xa3\x01\x54\x53\x3f\xbd\x5d\x8f\xf7\xb1\x69\xd3\x76\xe4\xb1\xea\x42\x13\x90\x05\xb9\xc5\x74\x6f\x25\x16\x69\xa8\xeb\xb9\xf0\x21\x0b\xc7\x8b\x6c\x99\x33\xc8\x2e\x1c\x6f\xb9\x88\xfc\xf5\x41\xe6\x13\x12\xf7\xac\x14\xc7\x97\x88\x11\x65\xbf\xba\x71\xb5\xf3\x4d\x1c\x37\x17\x92\x2a\x64\x13\x26\xb9\x3d\xc0\xfa\x22\xc3\xd3\xeb\x5e\x89\xae\x20\x64\xc0\x98\xba\xfb\xba\xa7\x45\x78\xad\x75\xeb\x60\x40\x9b\xf4\x4a\x53\xaf\x87\xd3\xfc\xd7\xc8\xee\x34\x28\x78\xb8\x62\x55\xa8\x9c\x88\x9e\xf1\xc3\xa5\x09\x99\x72\x67\xb5\xb3\x1f\x6e\xc8\xdd\x24\x97\xa3\x65\xf7\xd0\xf6\xa6\x67\x9f\x56\xcd\x9a\xba\xf6\xd7\x9f\x65\x37\x68\x0d\xae\x55\x00\x90\xf6\xd2\x72\xad\x12\x01\x90\x0e\xd6\x5a\x56\xa1\x07\x20\x5d\xa0\xb5\xf7\xda\x64\x00\xe9\x27\xda\x0b\x8a\xe7\x01\xc8\x94\xe9\x18\x5f\x4c\x04\x90\x5d\xa5\xbd\xe3\x1c\x1f\x80\x4c\xa8\x9e\x43\x76\x10\x80\x9c\x8f\x5e\xc2\xa9\x57\x00\x72\x8b\x75\x03\x4f\x5c\x02\x90\x2d\x7a\x3d\x77\x07\x9e\x5b\x7f\xd4\x87\xfa\xa2\xdc\xce\x4a\xc6\x75\x73\x69\x5c\x3a\xea\x02\x2f\x6e\xa7\xfd\x3c\xe7\x1a\xad\x13\x95\xae\x45\xeb\x44\x25\x7d\xa5\xf7\x3b\x61\x52\x19\xf2\xfd\xdb\xd3\x29\x7b\x16\x9e\x4b\x79\xc2\x65\x84\xea\x23\x66\xc6\xd7\x21\x0f\x3c\xd6\xe7\x19\xae\xcf\x9c\xab\x9b\x50\x97\x6a\x55\xfa\xca\x5c\x69\x2f\xcf\x70\x83\xf1\xaf\x6c\x6c\x1e\x89\x48\xe9\xb8\xbc\x9e\x36\xf6\xa6\xa8\xa2\xc6\xf6\xd7\x8f\x96\xdc\x11\x3d\xac\xfa\xf1\x4d\xe6\x2e\x7f\xd1\x24\x15\xa7\x37\x31\xa7\xb6\x88\x0a\x2a\xdb\xbe\x15\xb8\xde\x2c\x9c\xa1\xf4\xf3\xcd\xee\xa6\x2c\xa1\x3e\xca\x0b\xdf\x8c\x01\x10\x50\x57\xfe\x51\x1f\x0c\x20\xf8\x46\xc5\xa4\x2e\x0d\x40\x28\x49\xc5\xa1\xfa\x29\x80\xd0\x3b\x55\xb9\x9b\x51\x00\x22\xcb\x55\x23\xae\xab\x00\x88\x9a\xa8\x8e\xbb\x52\x01\x20\xf2\x5a\x6d\x77\xd1\x01\x00\xb1\x78\xf5\x8e\x0b\x36\x00\x12\xfd\xd5\xa7\x9c\x09\x03\x10\xf7\x79\x3c\x83\xfa\xe2\xdc\xad\xa4\x75\xe1\xca\x9c\xe9\x38\x57\x28\x77\x06\xdb\xc7\x19\xef\x7c\xd4\xd5\x9e\xbc\x5b\x8c\xf7\xf9\xf0\xfa\x6b\xb8\x4e\xda\x7b\xb6\x1c\xf5\x1c\xbb\xe2\xee\xe0\xdf\x6f\x9e\x75\x0f\x7d\x82\x56\xf1\x51\x9f\x94\xa0\x59\x4f\x31\x8f\x53\xef\x37\xe0\x3c\xe2\xb5\xfb\x35\x8e\x27\xf6\xfe\x6d\xf8\xf7\xda\x16\x9f\xaa\x05\xf7\x13\xa2\x3a\xec\x8b\x4f\xbf\x6d\xbc\x8b\x94\x92\xbe\xb6\x0d\x3f\xc4\xc3\xab\xa8\xd5\xb1\x7c\xde\x12\x42\xfa\x1e\xfe\xbe\x65\xeb\x0b\x42\xfa\xf0\xfd\xb0\x39\x66\x49\x88\x74\xf3\x8f\xbc\xcb\x0f\x09\x91\x52\xfe\x29\xf6\x54\x8d\x10\x89\x29\x3f\xbe\xfc\x94\x24\x44\x6c\x54\x3b\x56\x0e\x10\x21\xcd\xc8\x5f\x08\x7f\x69\x42\x65\x81\x50\xec\x13\xf4\x75\x10\x96\xac\x41\x7d\x83\xf0\xaf\x2a\xdc\xd7\x14\x98\x55\xb9\x15\xaf\x65\xcb\xf0\xe4\xb5\xc0\x83\x12\xdc\xf7\xaf\xbe\x7a\xc4\xeb\xcf\xf8\x8b\x46\x9d\x35\xc5\x79\x20\xb8\x10\xfd\x0e\x32\x03\xa9\xfe\xeb\x98\xe7\x0d\xd4\x53\x1e\xf8\x74\x1b\xc7\xd3\xb8\xaa\x6a\x56\x17\xaa\x16\xd7\x55\xeb\xd3\x9e\xe0\x7c\xba\xfc\x72\x23\xfa\xa6\xcc\x4d\x79\x85\xe7\x12\x26\x49\x35\xe3\x38\x33\x7c\xf5\x07\x5c\x97\xd8\xe4\x7e\x43\x5d\x84\x8a\x25\xa0\x7e\x40\xe2\x06\x80\xfc\x7e\x42\xc4\x5e\x02\x38\xba\x13\x22\x6a\x06\xe0\xf7\x98\x10\xe1\x6c\x80\x95\xd1\x84\x08\x2e\x02\xd8\xbd\x99\x10\x01\x2f\x80\xac\x5d\x84\xf0\x7c\x01\x28\xdb\x48\x08\x5f\x05\xc0\x73\xc6\x57\x76\x48\x93\xdf\x7c\xbe\xff\xa7\xf1\x88\xa4\xb9\x82\x62\xd3\x7d\x8a\x4f\x99\x33\x49\x0d\x75\x1c\x88\xb8\xcb\x7e\xef\x56\x2d\xee\xeb\x1f\xca\xc2\x71\xae\x18\xf2\x98\xff\xc5\x25\x6c\xb7\x59\x21\x65\x02\xdd\x98\x1a\x7f\x13\xd7\x07\x49\xf7\xef\xe2\xbc\x92\x50\x5e\x83\x3e\x2a\xd1\x1a\x8f\x51\x87\xbc\x29\x8e\xf2\xe3\x6b\x16\xbe\x44\x3f\x9c\xc5\x71\xcd\xa8\x17\x9b\x39\xe5\x3d\xe6\xd3\xb7\xeb\x33\xe6\xc1\xdd\xef\x3b\x3e\x8f\x59\xaa\xd3\x4f\x57\xf8\x4c\x51\xe0\x2a\x80\x44\x3e\x12\xee\x60\x32\x89\x9e\x73\x1f\xe1\x44\x08\x8f\x08\xc0\xbc\xf1\x8c\xdf\x2e\x22\xbd\x78\xed\x33\x8c\xff\x2c\x67\xd7\x4f\x43\x09\x21\x5b\x01\xda\xce\x93\x3f\xf8\xfc\x1f\xcc\x99\xa1\x9d\x31\xb3\xcd\xe1\xbd\xf3\xf2\x8c\x5d\xd7\xa2\x57\xf1\xe5\x59\x79\xe8\x07\x77\x51\x86\xd6\x89\xca\x59\x78\x1d\xd7\x91\x27\x82\x68\x9d\x2c\x4e\x07\xb5\xaf\xed\xa1\x42\x37\xc6\xc8\x3d\x45\x7d\x58\xa4\xfa\x0b\xfc\x76\xeb\x0e\xbd\x9e\xdf\x8d\xa1\xeb\xda\x66\x77\xe3\x82\xb5\x9f\x44\xbb\x31\x80\x74\xe0\xf8\x38\x66\x4f\x17\xce\x43\x6e\x6f\xe8\xa7\x72\x3e\x18\x9c\xfe\x81\xf8\x01\x08\x75\xbf\xe3\x44\x00\x03\xe6\x6c\xe9\x51\x4a\x71\x3a\xdb\x01\x5a\xc5\xae\x39\x5e\xfb\x38\x5b\xf9\xe3\x9d\xdb\x02\x70\x9d\x55\x42\xbc\x5f\x40\xf1\x25\x7b\x22\xfa\xe1\xfc\x67\x5e\xbe\x7f\xa1\xf8\x91\x39\x58\x34\x33\x85\xc2\x0b\x64\xb2\xf3\x7f\x5d\x46\xdd\xf0\x99\xf4\x72\x54\x8d\x9c\xec\xba\x83\x75\x23\x39\x1d\xd4\x81\x85\x8f\x70\x1c\x8c\x7b\xff\x1c\xef\xff\xf6\xab\xaf\x71\xfd\xbd\xa5\xf4\x1d\xfe\x9c\xf3\x05\x5a\x52\xf9\x15\xc7\xcd\x39\x47\x7e\xa1\x8f\xd4\x64\xa6\xff\x19\xc9\xfc\x52\xb8\x7a\x28\x86\x92\x14\x65\x99\x3f\x08\xee\xfc\xcb\x92\xdf\x3a\x10\x02\x30\x80\xe9\x14\xc6\x33\x7e\x7a\x71\x1c\xc5\x4d\x19\x14\xf7\xb1\x9d\x31\x4e\xef\x80\x3c\xf6\x16\x80\x12\xa6\x13\xa8\x62\xfa\x86\x7a\xa6\x13\x69\xb7\xf8\x33\x1f\x3d\x79\xe1\x63\xed\xe5\x6e\x37\x9e\x2d\x28\xc7\x3c\x64\x4c\xac\xc2\xf9\xff\x78\x7b\x1d\xea\x62\x0f\xa9\x53\xdd\xdf\x9e\x84\xa6\xab\x74\x3c\x7c\x8b\xad\x30\x52\xeb\x23\xb6\xff\xf5\xbf\x3e\x57\x74\xe3\xca\xc1\x9d\x58\x9f\x33\x88\xc5\x35\x9d\xf9\xc1\x70\x7a\x20\xae\x3e\x90\x2d\xd3\x03\xe9\xb2\xdf\x93\x4e\xf8\x9d\x07\x7e\xe6\x70\xa7\xc1\x76\xba\x1c\x98\xd3\xa3\x0f\x73\x84\x9c\x39\xbd\x77\xbb\xd8\xc1\x1c\x00\x13\xdb\x7a\xe7\xe3\x34\xbb\xee\xe1\xf5\xd9\x4e\x59\x1d\xab\xa0\xc9\xe9\x3f\xbe\xf5\xff\x67\x5e\xb2\x9c\xef\x62\x7c\xa9\x6d\x0f\xb7\xd3\x7e\x50\x8f\xfb\x07\xfb\x4b\xa9\x1e\x26\x6e\x57\x1b\x9e\x3f\xd8\xee\xfd\x09\x5b\xdd\xa6\xc3\xdf\x71\x5d\xc0\xf9\x02\x85\x8c\xa5\x38\x9b\xd5\x49\xe2\xda\x01\xe7\x0b\xe3\xc6\xf2\x61\xb5\x0a\x7a\xe9\x1f\x24\x63\x7e\xe7\x81\xb7\x91\xf4\xd2\x81\x58\x33\x9d\xcb\x30\xa6\x73\x98\xcc\xe2\x0c\x66\xfd\x61\x03\x6b\x3f\x31\x03\x7b\xe7\xe3\x18\x7b\x42\xcc\x66\xed\xa7\x47\xff\x51\xdf\xbb\x9d\x3c\x8d\xa5\xd8\x72\x93\x62\xe7\xa8\xee\x71\x80\xea\x3e\x8f\x6c\x6b\x40\x7d\xe0\x81\x29\x6f\xb0\x7d\x24\xac\xff\x88\x3e\x48\xbb\xe4\x3a\x70\x3d\xbd\x2d\xa8\x13\xf3\xd5\xa3\x03\x61\x3a\x18\x4e\x07\x12\xf0\x92\x22\xe7\x0f\xc4\xe9\xe3\x7a\x74\x20\x4c\x3f\xa4\xf1\x90\xa2\xc4\x13\xe8\xad\x03\x21\x00\x0a\x6c\xc7\xcf\x8c\xb5\x63\xb7\xcd\xbd\xfb\xc7\x6c\x16\x57\x28\xfb\xf9\x26\x16\x6f\x8f\xfe\xe3\x10\xc5\x14\x36\x4e\xfc\xad\xff\x28\xf6\xee\xdd\x4e\x1e\x30\x07\xde\x46\xae\x1e\x0c\x3b\xbf\x39\x88\x69\x22\x38\xfd\xc3\xdf\x3e\x18\x7f\x23\xe7\x8f\xc0\x9d\x0f\xe7\x74\x20\xa3\x98\x8e\x62\xd2\x32\x8a\xb3\x9d\x29\x2e\x65\xe7\x83\x37\x64\x50\x8c\x65\x9f\x77\x78\x1e\xc5\x1c\xf6\x79\x57\x8c\x28\xde\x1b\x40\xf1\x25\xe3\x1b\x7f\xc4\x13\xf2\x73\x3e\xe9\xad\x7f\x60\xef\xd1\xc8\xf6\xd8\x9f\x32\x3d\x44\x1d\xd3\x87\xdc\x67\x7b\xd0\x77\x18\x57\x7b\x73\x38\xc5\x32\xf6\x99\x7f\xea\x1f\x3c\xe8\x39\xfe\x7f\xe8\x1f\x7a\xd7\xc3\xf9\x6f\x1d\x08\x77\x3e\x9c\xd3\x0f\x78\xb1\x9f\x33\x3d\x0c\x99\xc9\xce\xc7\x87\xf8\xb0\x3c\xc8\xfe\x7b\x1e\x72\x59\xde\x4a\x4c\x28\x3e\x60\xaf\xbf\x3e\x4b\xb1\xbb\x45\x76\xb0\x33\xc7\xef\xb2\x28\xbe\x62\xdc\xcb\x73\x56\x9b\xe0\xb1\x28\xc5\x9a\x28\x8a\x77\xd9\x3d\xbd\x79\x9b\x62\x39\xfb\xcc\xab\x8c\xab\xba\xec\xf2\x3b\x0f\xff\xd0\xc1\xb0\xf3\xde\xd6\xac\x5e\x8c\x55\x39\xe9\xc5\x83\xff\xad\x03\x71\x9c\x40\x91\xf3\xd1\xf0\x64\xda\x1d\x5f\x16\x7f\x20\x8b\x63\xc9\x5a\x8a\xe1\x33\x28\xc6\x04\xfd\x95\x87\x51\xec\x1e\xb1\x7b\x57\x93\x42\xb1\x99\xe9\x32\xe0\x04\x21\x5f\xd9\x3d\x69\xee\xfc\xab\x1d\xa8\xf7\x6e\x07\xd5\x2f\x29\xde\x66\x6d\xfe\x6f\x1d\xd0\x95\x7a\x8a\x45\x6f\x7e\xe7\x61\xd0\xd9\xde\xed\x80\xd3\xc1\xfc\xed\x83\xf1\x9f\x3a\x90\x86\xde\x79\xe4\xfc\x45\xc6\x1e\xa4\x38\xad\x83\xe2\x22\xf6\x7b\xeb\x0f\xfe\x95\x07\x1b\x8a\x67\xd8\xfd\xb8\x56\xd2\x3b\xa6\x77\xc9\x84\x00\x3b\x63\xdc\xbe\x95\xe2\x1b\x39\xd6\x0e\x38\x1d\x10\xbb\x7e\xa0\x44\xb1\xca\xfd\xaf\x7e\xf0\x9e\x6c\xc6\xb6\xf6\x92\xea\x61\x8a\x58\x9e\x0a\x96\xfc\xce\xc3\x3f\xea\xa0\xb8\xf6\x8e\x97\x3b\xff\xce\xf1\x7f\x46\xdf\xd8\xcf\xaf\xf7\xce\x07\xa7\xa7\xe2\xfa\x07\x37\x4e\x4c\x65\xef\xbf\x90\xea\xd2\x36\xae\x5b\x87\x38\x39\x86\xfe\xdd\xa6\xc3\xc7\x58\x1e\xbc\x29\x5e\x4f\x62\xb1\x31\x4d\x4f\xfb\x33\x42\x7e\xb5\xf4\xee\x0f\x4d\xad\x54\x07\xc6\xe9\xc1\xb8\x7e\x50\xcd\x6a\x61\xdd\xcc\x27\xe8\x68\xf5\xb7\x0e\xea\xd2\x63\x82\x23\x76\xa1\x22\xd5\x8b\x5d\x18\xfc\x3b\x0f\xff\xe5\x03\x62\xf4\x85\x22\xc7\xff\xea\x46\xb0\x6b\xf6\xfd\x0c\x38\x5d\x0c\x7f\xaf\x71\x83\xd3\x49\x85\x7b\x51\x7e\x4c\x60\xf2\x4d\xc4\x3b\xf3\xb1\x9e\x0c\x6f\x5c\x18\xd5\xc7\x3d\xdd\xc5\xda\xff\x61\x36\x96\x9d\x13\x41\xdc\x7c\x83\x7e\xee\xc5\x67\xdb\x10\x6d\xbf\xc9\x13\xf2\xed\x16\xd5\x45\xbd\x7d\xcd\xf3\x1c\xdb\x81\x18\x11\xc7\x36\xe3\xce\x87\xfa\x98\x6a\x1d\x41\xfe\x6e\xbc\x95\x21\x90\xda\x8d\x37\x2e\x09\x62\x7e\x4a\xaf\xf3\xdb\x77\x63\xb1\x29\x7f\x34\xde\xff\x5a\x5e\x9c\xc9\xce\x1b\x0b\xa2\xc2\xf5\xac\xbb\x40\x12\x97\x07\xae\x1d\x70\xe7\xfe\x8d\x4f\x51\xd4\x61\xf7\x9b\xd3\x7f\x70\x3c\x30\x87\x9c\x3f\x08\xf3\x4b\x21\x96\xac\xbe\x90\x23\x3d\x17\xfb\x6e\x18\xea\xfe\xf8\x6e\x4c\xc4\xfb\x2e\x50\x30\x0f\xdb\x95\xf0\xfb\xb5\x38\x7e\x08\x6b\xee\xc2\xbc\x0b\x95\x1f\xd9\xdc\x8d\x82\x8b\xf2\xf0\xef\x05\x79\x6f\xe2\xbc\xc3\xff\xa4\x49\x01\xff\xfe\x73\x97\x29\x21\x1f\xb7\x0a\x96\x77\xbf\xf7\x0b\x31\x11\xbc\xcf\x8f\x82\xc4\x51\x1f\xc3\xf9\x21\xdd\x4c\x17\xc7\x99\xfb\x86\x97\x18\x3e\x3f\x5d\x95\x92\xc0\x27\x98\xe2\x42\x09\x74\xf6\x2a\xf0\x14\xc3\xeb\xf3\xf2\xe2\x78\xa6\xfd\xf4\x14\xf1\x90\x6e\xcc\x91\x17\x0b\xe2\xf2\xd0\xa3\x7f\xe8\xd3\x3b\x7e\x2e\x5e\x8e\xff\xe4\x78\x60\x0e\x55\xb8\x7c\xa0\xfe\x85\xab\x23\xc4\xe9\x83\x84\x33\x3c\xcc\xba\x51\x7c\x95\x2f\xfa\x69\x89\x7f\x99\xf3\xac\x1b\x25\xbb\xd6\x60\xbb\x97\xbc\xb2\x8b\xd6\xd7\x10\x3c\x8a\x9a\x47\xf1\xb3\x17\x31\x0f\xe2\xa3\xef\x60\x1f\x10\x9b\xf6\xc6\x8d\x90\x5f\x93\xc5\xf1\x39\xa8\xd9\x52\xd6\xa6\x1b\x9f\x46\xcb\x61\x05\xc0\xbb\xc7\x95\xef\x00\x08\x7d\x2c\xaf\x53\x8e\x01\x10\x3a\xc5\xf9\x61\x5d\xae\x54\x89\x06\x10\x19\xdb\xa3\x7f\xda\xa2\x9c\x04\x20\x54\x7a\x36\x4f\xb9\x04\x40\xa8\x39\x57\x5c\x79\x37\x80\xd0\xb6\x0c\x1b\xd5\x61\x00\x22\x8f\xd3\xef\x29\x7f\x02\x10\x7a\xfd\x67\x3f\xd0\x67\xf3\x9d\x86\x78\xef\x78\x39\x1f\x04\x19\xa6\xb3\xe4\xce\x83\x73\xaf\xd3\xdf\x13\xf2\xd1\x41\x3d\x84\xf8\x0c\x2b\x9c\xf7\xa5\x47\x0c\xc2\xb1\xbc\xcf\xf1\xb1\x38\x9e\xc8\x19\xcc\x42\x3d\xa0\x5c\xc4\x6a\xac\x9b\xd1\x97\x2f\x46\x00\xaf\x4f\x1d\x9f\x48\xc8\x2f\x77\x05\xc1\xee\xc7\xce\x6f\xbf\x14\x8f\xdc\x71\x20\xe4\xf3\x3b\xa5\xbc\x97\x6b\x09\x69\x8f\x55\x46\xdd\x64\xc3\x3a\x15\x49\x00\xa1\xac\xfb\xfa\x6a\x2e\x00\x62\x89\x95\xf6\xea\xd9\x00\x12\x45\xa5\xe9\xea\x43\x00\x24\xf4\x2f\xb5\xab\xed\x01\x10\x37\x2c\x10\x55\x17\x01\x10\x4f\xcf\x3b\xa8\x96\x09\x20\x2e\x79\x7a\x8e\xda\x71\x00\xb1\xa7\x59\x5f\xd5\x6a\x00\xc4\xbe\x9c\x7c\xa0\xde\x9d\xe3\xcf\xa9\x3f\xd5\xf5\x00\xc4\x9a\x8f\xc6\x69\xf8\x02\x48\xc8\xfe\x39\x0e\x68\xfe\xea\x1d\xbf\x34\xd3\xdb\x72\x3e\x00\x7c\xf1\xbd\x91\xbe\x2e\xbc\x4c\x1a\xf9\x7e\x4e\x17\xd3\xd7\xdc\x18\x7d\xd4\x94\x6d\x9d\x77\xf3\x64\x00\x28\xaf\xf2\x7e\xc8\x7b\x14\x40\x79\xd2\x0c\x41\xbe\x65\x70\x45\xe9\xfd\xca\xa9\xfc\x3c\xdf\x72\x55\x04\xb7\x57\x09\xf9\xb5\xef\x54\x39\x9c\xdc\x2e\x52\xd1\x96\xa8\x2a\x78\xe6\x81\x58\xce\xdb\x7b\xaa\xd3\xca\xf9\xc4\xdf\xbe\x3a\xaf\x7a\xbf\xde\x44\x62\xf8\x8b\x56\xb5\xc2\x8e\x3c\xf1\xd8\xba\x7a\x8d\x7c\x00\xc9\xb6\x9b\x7e\x5a\xf7\x00\x64\xa0\x74\x8b\xd6\x13\x00\x99\xe7\x85\x01\x3a\x83\x01\xfa\xcc\x3f\xff\x46\x5b\x13\x40\x26\xef\xf4\x03\xed\x0e\x00\xd9\xe0\xec\x7d\xda\xab\x00\x64\xf6\x9f\x8c\xd6\xba\x03\x20\xbd\x28\xed\xb6\xb6\x08\x80\xf4\xaa\x63\x92\xda\x17\x00\xa4\xdf\x1d\xde\xac\x75\x08\x40\x6a\x65\xd2\x18\x2d\x37\x00\xc9\x4a\xf8\x47\x1d\x14\x42\xa4\xcb\x7b\xc7\x4b\x26\xfc\x89\xfc\x6c\x35\x2f\x72\x88\x60\xfb\x91\xdd\x26\x84\x7a\x2a\xa5\xaa\xbe\xb8\x3e\x50\xd7\xd7\x39\xcf\xbb\x06\x40\x63\xbf\x9d\x32\xbf\x32\x80\xa6\xe0\xf0\x19\x02\xa5\x1d\x8b\xb4\x05\xa7\xf4\x11\x09\xfe\x30\x48\xc7\x69\x89\x88\x84\xcf\xdb\x23\x3a\xc9\x5b\x46\x4b\xe7\x37\x7d\xd4\xc9\xdc\xbf\xb1\x4f\x6a\xfd\x02\x9d\x75\x99\x69\x7d\x2b\x1e\x5f\xd5\x71\x2d\xf9\xa1\xa0\x58\x77\x5e\x67\x52\xdd\x17\x85\xa3\x35\xa7\x74\xf9\x3e\x3a\x28\xe8\xdd\x4e\xd7\xb7\x01\x50\x74\x29\x9d\xdd\x4f\x16\x40\x89\x3f\xff\xa5\x41\x28\x80\xf2\xa8\x33\xed\x06\xd6\x00\x4a\xae\xd9\xfd\x0c\xa2\x01\x94\x0c\x4f\x6d\x30\x70\x06\x50\xf4\x49\x6d\x30\xd2\x06\x50\x56\x38\xaa\x6d\xe0\x00\xa0\x60\x9d\xf4\xda\xa0\x06\x40\xc1\xf7\x60\xa2\xc1\x74\x00\xf9\x55\x89\xc3\xf4\x6f\x03\xc8\x05\xee\xf5\xd1\x9f\x05\xd0\x67\xfb\x9f\xfd\x9f\xbb\xff\x7f\xc5\xcf\xf8\x4f\x7e\x56\x0f\x45\x9a\xf9\x62\x70\xfe\x18\x1a\x1b\x28\xea\xeb\x8b\x61\xdd\x1c\x43\x51\x55\x17\x5e\xf9\xce\x6c\xc3\xd9\xa6\x67\x84\x64\xda\x6f\x9b\x0c\x72\xcb\x10\x17\x7c\x3b\xd5\xf4\x94\xaf\x87\x74\x47\x43\x91\xe9\xb7\x79\x0a\x7d\x23\x1f\xab\x9b\x2e\x0f\x7b\xa3\x94\xf8\x20\xd8\x24\x29\x6e\xa1\xea\xc3\xaa\xe5\xc6\x9f\x53\x3f\x6a\xc4\xdd\xcc\x35\xb6\x2e\xb4\xd2\xf2\x28\x3f\x6c\x74\xb7\x5a\x54\x5b\xf9\xfa\x3c\xa3\x5f\x6f\xdf\x6a\x3d\x2d\xbd\x60\x62\x03\xa0\x79\xfb\x42\x98\x69\x08\x80\x96\x6f\xf6\x4e\xb3\x0e\x00\x6d\x83\xf4\x57\x66\x67\x00\x34\x2f\x1c\x5f\x6e\xf6\x01\x40\xd3\x32\x25\xc3\x82\x07\x40\xf3\x64\xd2\x14\x33\x23\x00\xb5\x6b\x89\x4d\xa6\xcd\x00\xaa\xd7\xf6\x4a\x9b\xd9\x00\xa8\x4e\x8a\x3f\x6f\x2e\x0f\xa0\x9a\x17\x9b\x6c\xea\x04\xa0\xac\xb9\x33\xd0\xf8\x3b\x80\xa2\xda\x9f\xfd\xfc\xdf\xe3\x17\x64\x4f\x81\x72\xcb\x29\x6a\xad\x64\x71\xb3\xd7\x39\x5e\xdc\x12\xf7\x9d\x7e\x2a\x3b\xc4\xca\x95\x11\xf2\xae\xac\x7f\x85\x7e\xb9\xf0\x81\xa6\x14\x87\x2a\x87\x5f\x32\x9d\x8f\x0a\xfa\x8f\x1f\x59\xa1\x90\x51\xdd\xe4\xd0\x10\xf0\x44\xf5\x5d\xe5\x3b\xfb\xba\xe5\x1b\xb5\xd2\xaf\xdd\xb4\xdb\x1c\x75\x4e\x2f\xeb\xf2\x57\x5b\xfd\xe4\x9b\x06\x57\x0b\x33\x6c\xc4\xcf\x29\x1a\x0b\x5c\x3c\x6d\x2d\x56\xb9\xc4\x44\xe9\x7c\xb0\xd5\x85\xc6\x95\x26\xd6\x79\xd2\xd6\xf3\x3b\xdd\x8d\xbe\x66\xec\xb7\xd9\x01\xa7\x8d\x6c\x8e\x36\xd9\xc6\x43\x91\xe1\xa6\x43\xa7\x6d\x4b\xe1\xb6\x81\x78\xe2\x54\x5b\x7f\x78\xaa\xbf\x79\xef\x15\x9b\x07\xd0\xa2\x27\x11\xff\xc9\xd6\x09\x3e\xea\x46\xc4\xbe\xb7\xd1\x01\xd0\xde\x16\x2d\x66\xeb\x00\xa0\x1d\xbd\x5d\xc0\xfa\x3d\x80\xe6\xfc\xad\xc6\xd6\xfc\x00\xea\xe3\x36\x0f\xb6\x0e\x01\x50\x97\xf8\xdf\xf1\x2b\x9c\xa5\xc8\xf1\xa0\x5c\xdc\xf6\xed\xe4\x0f\x5e\xfc\x6b\x03\xf5\x89\x68\x1d\x3d\x3c\x56\xbc\x8d\x90\x06\xfe\x11\x8e\x1a\x2f\x85\x22\x6b\x74\x86\x75\x59\x7e\x90\x15\xbf\xc9\xe3\x71\x65\x70\xa4\x6a\x63\xe9\x31\xf7\xd0\x09\x75\x3a\x41\x85\x8b\x07\x35\x2d\xfc\x68\x50\x9b\xd7\xd7\xf5\xe7\xc6\xcb\xa6\xa1\x39\x99\x03\x4d\xf6\x8d\xb1\xec\x9b\x21\xe2\xb2\x2f\xf3\x85\xf5\xc9\x13\x73\x9c\x43\x4b\xc1\x36\xf8\xf8\x55\xa7\xa3\x8f\x5a\x6d\x1f\x1c\x53\x72\xba\xf4\x79\x90\xad\x5a\xd2\x2a\xe7\x7c\xf0\xb1\x9e\xb4\x57\xcd\x25\x0c\xe6\x58\x16\xc6\x7e\x75\x11\x86\x28\x33\xd8\x75\xd7\xf9\x38\x24\x9a\xee\xd9\x5e\xed\xec\x0c\xa7\x8d\xc3\xb6\xb6\x38\x77\xc0\x05\x63\xd1\x2d\x2b\x9c\x72\xa0\xda\x60\xee\xa6\xd5\x4e\x0a\xf0\x5c\xbf\x2d\xbc\xb2\xff\x47\xf8\xa2\xbb\x3b\x6c\xa0\x23\x3f\x74\xe9\xac\x5e\xa3\xe3\x10\x0f\xa0\xa5\xff\xcf\xf8\x79\xd3\x7b\xc7\xcf\xdd\x77\x8e\x07\x1d\x80\xfb\x12\x5d\x5e\x43\xf0\x29\xbe\xdd\xcc\x07\xf7\x5d\xdf\x38\x8e\x43\xff\xf7\x67\x43\xfd\x6c\xf9\xde\x11\x72\x7f\xb4\xff\x2c\xa5\x44\xbe\x13\xe5\x12\x7e\x23\x8d\xd6\x4b\x8f\xbf\xb4\xcd\xf7\xb3\x73\x9c\xaa\xe2\x59\x8b\xd1\x53\xbd\x1b\x0d\x56\x9c\x7a\xef\x13\x38\x23\xcf\x7c\xc4\xf1\xbe\x23\x7f\xad\x3a\x6e\xe3\x9f\x74\xdb\xf3\xf9\xae\xa3\x0e\xdb\xf7\xbf\x1c\x56\x7e\xbc\xcc\x29\x32\xe1\xd3\x50\xde\xc2\xa9\x2e\xb3\xe2\x3e\x79\x3c\xbd\x67\x3e\xa0\x7f\xac\x9c\xc7\xec\x96\xfd\x2e\x4f\xa2\xbf\x0c\xb1\xe9\x6a\x72\xee\xb3\x4d\x78\x88\x01\xc8\x39\x3c\xdd\xc4\x3f\x44\x07\xfa\xdb\x39\x85\x97\x78\x98\xc1\x24\xeb\xe3\x61\x5b\x3c\xac\x60\x91\x95\xdc\x9a\xeb\xee\xd9\x10\x6e\xb1\x79\x55\xfe\xe0\x1d\x70\xd0\x8c\x77\x45\xe4\xa0\x6c\x38\x63\xfc\x6a\xb9\x93\x5b\x08\x54\x1a\x4e\x5e\x26\xe7\x76\x10\x6e\x1b\xf6\x59\xb2\x61\xa0\x10\xb4\xeb\x09\xff\x8e\x9f\x30\x97\x4f\x45\xf6\x94\xcf\xe9\x00\xec\xd9\xee\xc6\x60\xe4\x6d\x7f\x26\xf9\x60\x5d\x8c\xf7\x45\x13\x71\x57\xe4\x45\xfc\x54\xdc\xb7\x7e\x24\x32\x13\xf7\x77\xab\xa4\xe7\xe2\xfe\xde\xf5\xad\x0b\x47\xc8\xe6\x12\x52\x68\x30\xcf\x40\x27\x54\x62\x61\xae\xed\xac\x57\xb6\xa7\x94\x1e\xa7\xce\x9e\xfe\x61\xe8\x4f\xfd\x43\x07\x22\xfd\xcf\x4e\x5a\x6a\x3d\x31\x3e\xcc\xef\x73\xf0\xa6\xfe\xa7\x77\x6c\x9d\xb0\x25\xe2\xed\x00\x8f\x88\x8b\xbe\x6e\x87\xf6\xba\x15\x6f\x54\x19\xbb\xe0\xec\x08\x77\xd3\x75\x3b\xc6\xf0\x57\x0e\xf3\x98\xbe\x76\xfa\x68\x95\x26\x37\x0f\xdf\x35\x64\xf4\xba\x2e\x99\xc1\xdf\x43\x23\x46\xdd\xef\x3a\x37\xf0\x6a\x48\xe3\xa8\xd9\x5d\x4d\xce\xb9\x8b\xe3\x7c\x3e\x82\x58\xff\x17\x8b\x9f\x7a\xa7\x80\xb6\x83\xc1\x22\x5e\xaf\x18\x70\xb7\x8d\x5e\x10\x3b\x72\x01\xcc\xb5\x3a\x34\x9f\x77\x84\x1a\x6c\xb1\x90\x9b\xfb\x6e\xf8\x53\x38\x68\xfa\x65\xf6\xee\x61\x2f\xe0\x8c\xf1\xa1\xd9\x1e\x43\xcd\xe1\x86\xe1\xfa\xdf\x79\x90\x0d\xea\x7d\xff\x1d\x6c\x29\x52\x1e\xf8\x67\xff\xb1\xd8\x3e\x5a\x98\x2f\x42\x83\x3e\xf5\x83\xa9\x93\x0e\xa2\xfc\x57\xc9\x12\xe4\x85\x4b\xa7\x2d\xc7\xfa\x10\x17\xcf\xad\x4a\x15\x76\x26\x24\x3b\x77\xd5\x60\xd5\x29\xc2\x45\xc7\x7c\x42\x8d\xcc\x26\xc8\x5b\xec\x57\x0b\xf1\x73\x13\xd4\x71\x8a\x8e\x08\xca\x18\xc7\x6f\xb1\x22\xfc\xfb\xdc\xa8\x39\x6a\xce\xf7\x57\xd9\xcd\xca\x0b\x7b\x35\xc8\x3a\x64\xc3\x8c\x75\x09\x4e\x43\x46\x06\xd9\x4f\xf7\xca\x18\x3c\xec\xda\xbc\xd9\xd3\x12\x4a\x73\x3d\x87\xcf\xbe\x3a\x75\xe2\xe3\xa5\x9e\x53\x67\x79\x4e\xb5\xfd\x72\x63\xf8\xe8\x19\xfe\x53\xa6\x75\x8d\xf1\x58\x31\xdd\x61\xf2\xf3\xae\xdd\x6e\xcb\x03\xb2\x27\xa9\x76\x95\x0c\x58\x3e\xf5\x89\xdf\xf9\xae\xa7\xce\xdb\xa7\xad\x98\x70\x00\x78\x1d\xa5\xfd\xdf\x8c\x7f\x06\x7a\xf6\x63\xfd\xd3\xc6\x7d\x80\xa1\x36\x59\x93\x0c\xc6\x09\xc1\x6c\xcb\x2e\xbf\x67\x63\x96\x43\x98\xf9\xd7\x49\x3e\xa3\xed\x61\xbb\xd9\x75\x00\x71\xb6\xdb\xa7\xcb\xf4\x70\x8e\xac\x1d\x0c\x47\x7f\x98\x9f\x26\x13\x91\xef\x6d\x49\x9b\x89\xe7\x11\x9f\x8b\x2e\x44\x1e\xa6\xc6\x82\xd6\x09\xb9\x99\xb3\x1a\x7d\x50\x4a\x2c\xb0\x39\x90\xbc\x06\x5a\x37\x26\x63\x7c\x04\xee\x73\x1e\x4b\x8b\x3c\xa8\x40\x08\xd9\x5b\xb3\x25\xa3\x9f\x8c\xcc\xe6\x1d\xa2\x1b\xed\x1c\xad\xd4\x2f\xae\x0f\x5e\x37\xd5\x2b\xdc\xf8\x4e\x48\xee\xaa\xca\x80\xb7\x0e\xc3\xe6\xae\x09\x5d\xb3\xc2\xc2\xd5\x2e\xd0\x77\xd9\x85\x5d\xfe\x83\xfb\x4e\x99\xbf\xd4\x3e\x2d\xc0\xfd\x93\x5f\xe5\x92\x97\xc5\x3e\x1e\xf5\x13\x96\x04\xdf\xaa\x5d\xe2\x71\x63\xbc\x47\xf0\xaa\x0f\xa7\xdd\x37\xfb\xbe\x5d\x6c\xd2\x95\xe8\x76\xda\xd7\x60\x21\x4f\xd7\xcd\x01\x53\xc6\x8d\x98\x37\xb7\xeb\x9b\xd3\xb4\x71\xc3\xe7\xb8\x82\x68\xff\x2f\x63\xaf\xcc\x9c\x07\xc6\xf6\x0b\xc6\x6a\x06\xf6\x81\xa1\xb6\xfd\xc6\x8c\x0d\x18\x09\xd3\xac\x65\xc6\x3a\x4c\x1d\x0e\xd3\xac\x7e\x8e\x96\xf5\xe7\x87\x28\x73\xc5\xd1\x3b\x26\xf1\xc3\x2e\xb3\x88\xdf\xe3\x3f\xd7\xfe\x47\xa0\x3f\x4c\x47\xf5\x64\x6c\x07\xad\x3f\xe7\xe0\x6e\xd7\x73\xab\x10\xdc\xcf\x7f\x10\xbc\x9a\x9e\x7f\xdf\x1a\x8e\xbb\xa9\x97\x9f\x45\xe0\x75\x5e\x4c\x14\xf2\x9c\x19\xa6\xbb\x70\xb7\xec\xb0\x79\x1c\xee\xbb\xed\x69\x4f\xc8\x10\x8b\x27\x64\x7b\xd9\x6e\x43\x8d\x38\xb1\xc2\xf5\x82\xb1\xdb\xac\x0d\x94\x9c\x42\x06\xef\x1c\x33\x54\x58\xdf\x70\x66\x41\x54\xf2\x64\x07\xab\x13\xfe\x3c\xdb\x86\x85\x74\x39\x6c\xf1\x2d\xd8\xca\xb3\x3d\xd9\x49\x77\xb4\xdc\x96\x15\x47\xbf\xbb\xf4\xf1\x5a\xb8\x39\xb8\x70\xbe\x4b\xe7\x08\xb3\x4d\xd6\xf7\x43\x5d\x5e\x79\xaa\x6e\xcc\x69\x8b\x70\x2e\xf7\xf4\x08\x7f\x03\xc2\x8e\x33\x87\x1f\x0a\x9b\x05\x16\xf6\x61\xc3\x97\xac\x1a\x09\x3e\xb6\xf2\xc3\x4f\x85\x96\xc3\x64\x1b\xe5\xe1\xf3\x96\x9e\x82\xa5\x56\xfa\xc3\x3b\x82\x1d\x61\x9d\xa5\xce\xf0\xf1\x8b\x42\x21\xc6\x7c\xf1\xf0\x09\xf3\x27\xc1\x71\xd3\xf9\xc3\xb2\xe6\x8e\x82\x3c\xe3\xd4\x61\x0a\xb3\x7f\x40\xa9\xd1\x04\x00\x5b\xde\x5e\xed\xbf\xd0\x1f\xf7\x2b\xdf\x8d\x9f\x8f\x71\x3d\x2f\x5e\x86\xbb\xc4\x0f\xcc\xd6\x61\xbd\x8f\xca\x0d\x11\xb8\xfb\x77\x79\x1d\xdd\x35\x3e\x5b\x1d\x83\xfe\xee\xa7\x5e\x25\xa0\x2e\xe6\xf0\xfa\xfd\x38\xbf\xee\x19\x76\x08\x77\x17\xb7\xdd\x3d\x8c\xef\x13\x9e\x71\x64\x92\xe2\x1b\xbe\x4d\x21\x65\xc9\x87\x8c\x27\xca\x3e\x99\x55\x71\x88\xdf\x55\x44\x63\xd5\x44\xc1\x44\x21\x5f\x21\xe3\x33\xa3\xa6\xee\x2b\x5d\xb4\xcc\xfc\x8e\xe7\x92\xbd\x45\x5b\x8f\x59\x2d\xf3\xb8\xbb\x67\x53\x4a\xa8\x8d\xf5\xa0\xfe\x09\xe7\x2f\xf6\xb5\x69\x77\x15\xdf\xbd\xf3\xae\xa1\x4d\xed\x40\xf9\xf8\x17\xcd\x7e\xd6\xf7\x07\xea\xc7\x6d\x87\x95\x96\x9e\x03\xdb\x77\x7c\x82\x2d\x16\x43\x06\x0a\x44\x6e\x84\x63\xa6\xbb\x07\x16\x6d\x71\x86\x0c\x93\xb7\x03\xf7\x6c\xb4\x80\x02\xe3\x8d\x03\xb7\xad\xfb\x04\x37\x8c\x4c\x5c\x3b\x56\x03\x94\x19\x85\x0c\x0c\x59\xb9\x16\x9e\xf7\xdb\xeb\x7a\x7a\xf9\x69\x78\x62\xc0\xe3\x3a\x65\x69\x00\xbc\xd6\x3f\xcf\xc5\xdf\xf9\xd4\x1f\xc7\xc9\x77\x0d\x0b\x71\x00\xa8\xff\xb8\x02\x77\xbb\x6b\xa2\x36\x60\x7b\xa9\xa8\x8b\xc4\x5d\xce\x62\xa0\xf7\x3b\x4f\x2b\x81\xd6\xfb\xce\xa1\xbb\xc5\x47\xfb\xa7\x60\x5d\x87\x7d\x83\x8f\x22\x9f\xb5\x63\xe2\x09\xdc\x6d\x0e\x63\x7e\x21\x4b\x35\xb2\x16\x4a\xd6\x12\x32\x3b\x38\x53\x5a\x67\x8d\xf8\x7a\x3f\xeb\x53\xfc\xfd\xc5\x15\xcf\x8c\x9c\x7c\xe2\x8e\x8f\xb6\x4e\xa4\x47\xd2\x09\xd9\x79\x9a\xfa\xb7\x06\xbe\x4c\x73\xd8\x34\xd3\x70\xb0\xd3\xce\x54\xbf\x83\xf1\x46\x2f\x1c\x84\x8e\xaf\x3c\x57\x68\xec\x6b\x0b\xc7\x0e\xdf\xfa\x62\xec\x6c\xdb\xf7\x18\xef\xeb\x63\x46\x16\xb6\xe3\x8f\xfa\x43\x6d\xbf\x3a\x3b\xde\x43\xa2\x50\xdf\xcf\xd4\x6e\xe1\xbe\x40\x78\xad\xbf\xce\xee\xc1\x6e\x0f\x68\xd3\x7b\x65\x1f\x1f\x93\x00\xef\xf4\xee\xd9\x3d\x8e\x96\x05\xd0\x79\x6e\xff\x60\x5b\x2e\x80\x4e\xb5\x5d\x61\x84\x1c\x80\x56\xa1\xc3\x92\x8d\x3f\x01\xb4\x6b\xec\x9d\xd7\x97\x00\x68\xae\x07\x98\x8c\xbb\xb9\x1f\x4b\x82\x02\xbb\xb1\x71\xca\x4a\xd4\x07\xd6\x4e\xdb\x8c\x6c\xca\xad\xe2\x68\xdc\x25\x2f\x91\xa7\xa7\x46\xcf\xcf\x4a\xc4\xba\x30\x59\x4f\x92\x71\x1d\x79\xec\x1c\x65\x97\x12\x9d\x4f\xe0\xb8\xb9\xb3\x21\x03\xd9\x93\x8d\x4f\x73\x91\xdf\x5a\x36\xfe\x1c\xce\x1f\x33\x06\x5f\x4c\x24\xab\x08\x99\x2c\x7c\xb1\x59\x25\x52\xe0\xa1\x57\xe8\x85\x20\x8b\xe7\x32\x25\x6e\x71\x79\x1d\xc3\xe2\x55\x24\x1c\x3f\xe7\x6d\x9f\x11\xa9\x96\x6e\x7b\xec\x5c\xfb\xba\x0d\x1a\x45\x96\xd1\xe7\xe6\xef\xdb\xa2\x25\x62\x36\xf7\xec\xcd\xd3\x63\xb5\x16\x99\xec\x3e\xf3\xb3\xe2\xbb\x96\xad\x71\xea\x99\xbd\x2f\x78\x34\x89\x89\xdc\x99\xf9\x00\x6a\x7b\x4d\xc5\x32\x86\x02\xa8\xbd\x35\x1d\x98\xda\x08\xa0\x36\xce\x54\xe7\xe8\x38\x00\xd5\x44\xb3\x23\x49\x31\x00\x6a\xc7\xcd\x4a\x12\xad\x00\x54\xbf\x9b\x35\xec\x59\x0e\xa0\x3a\xc3\x7c\x7a\xdc\x1e\x00\x55\x2b\xf3\x8f\x3b\xf7\x03\xa8\xf2\x58\x98\x6f\x7f\x09\xa0\x72\xa6\x7d\xcf\x42\xf4\x7f\x7a\x91\xbb\xea\x12\x1d\xff\x37\xa3\xde\xe1\xb6\x24\xf5\x85\xb9\x12\x4c\xf9\xf0\x0b\xf1\x87\x90\xe7\xc9\xbe\x46\xeb\x85\xa4\x3a\xd3\x7a\x39\x07\x7e\x65\x22\xfb\x16\xab\x9e\x83\xba\x99\xad\x7b\xf3\x50\xef\xb1\x3a\xfe\x22\xae\x27\x16\x92\x4b\xc8\x32\x4c\x72\x2e\xc1\x75\x89\x77\xc8\x35\x90\xd1\x24\xc4\xcd\xfb\x9a\x7a\xbf\x26\x31\x0d\xbb\x6d\x57\xbd\xdd\xac\x65\x5f\x5a\xac\xb9\x1a\x30\xc5\x5c\xee\x8d\x71\xc1\x55\xdd\x95\x17\xe5\xe7\x19\x08\x5d\xe5\x8d\xcf\x51\x70\xd5\x9b\x59\x9a\x9c\x79\x50\x61\xa1\x4e\x76\x69\xff\xeb\x4b\xe4\xdb\x74\xe4\x4b\xee\x37\x90\xbe\x2d\x3a\xa6\x25\x9b\x7f\x1d\xe9\x33\x5f\x57\xa1\x20\x11\xa0\x4f\xa1\x4e\xfc\xb9\x7a\x00\xd9\xab\x7a\x03\x72\xba\x00\xe4\x42\xf5\x12\x4f\xbd\x04\x90\x5b\xa6\xfb\x3c\x2d\x0f\xa0\x8f\x9d\xfe\xac\x23\x8d\xdd\x6b\x62\xfd\x67\xc9\x0e\x00\x72\xb1\xfa\x39\x07\xe2\x00\xfa\xbc\xeb\x97\xb9\xf7\x06\x80\xdc\xc6\xd7\xef\xd7\xa0\x7f\x5e\x9d\xdf\x16\x3c\x45\x7c\x47\x3a\x06\xe7\xc1\xd2\xb8\x7d\xc8\x26\xe4\x2b\x51\x3d\x48\x4e\xfd\x71\x1c\x3f\xd3\x92\x28\x2f\x9e\xe4\x95\x8b\xeb\xc8\x84\xc0\x3c\xac\x0f\xb0\xdd\xb5\x00\x79\xd2\x70\x42\x59\x82\x65\x43\x4a\x31\x1f\x33\x8b\xae\xa3\x5f\xdf\xd8\x21\x95\x69\xdd\xe8\xb2\xa8\x2a\x9a\x47\x8f\x10\x5b\xc1\xbb\x96\x6a\x77\xf8\x6b\x8c\xbe\xde\xd5\x71\xd8\x2c\xe6\xaf\xaf\x74\x77\xfc\x78\x49\xf1\x3b\xda\x2a\x77\xa3\x42\x92\x24\xa2\x34\x24\xef\x96\xef\x5c\x2a\x71\x54\x4d\xe2\x6e\x4a\xba\x86\xc4\x58\x95\x2b\x77\x47\x95\x2e\x16\x5f\xa0\x62\x5b\xf5\xfc\xa9\xbf\x58\x1f\x15\xaf\xaa\x0d\x1d\xfd\x44\x74\x55\x45\x2b\x8e\x02\x88\x04\xa9\x34\x5c\x13\x03\x10\x19\xa0\x6a\x50\xdc\x02\x20\x72\x5c\xad\xe2\xe2\x32\x00\xb1\xab\x6a\x37\xcf\x69\x01\x88\x9d\x50\x1f\x95\x5d\x06\x20\xae\xa2\x71\xf2\xe4\x45\x00\x89\x50\x0d\xbf\x34\x2d\x00\xf1\x17\x1a\xfe\x47\x53\xba\xe7\xcc\xc7\x49\x5b\x51\xe7\x53\x15\x44\x7d\x61\xae\xc9\x24\xe2\xf8\x9f\x9f\x79\x04\xf5\xf4\x39\xcf\x4e\x20\x9f\x95\x7e\x27\x1b\xfb\x7d\xca\x83\x73\xd8\x4f\xf6\x3a\xe6\xa3\xae\x23\x3a\xf8\x12\xbe\xbe\x85\xaf\x14\x59\xc7\x55\xc5\xd7\x51\xe7\xb0\xb0\xb2\xf2\x42\x37\x4e\x0d\xaf\xba\xdd\x8d\x23\x2f\x3e\x40\x5f\x3e\xdb\x92\x87\xa8\x43\xeb\xb7\xf4\xa9\xac\xcc\x48\x42\xd4\xbf\x3d\x2d\x35\x7d\xc9\x9f\xa1\xb2\xea\x59\x94\xd7\x75\xfe\x63\x4a\xb3\xea\x2d\x17\xf2\xf3\x6d\x50\xd6\xa8\x6f\x88\xea\x4b\x88\xc2\xc7\xfa\x1f\xc7\x6a\x08\x91\x5f\x5d\x5f\x5e\x7c\x89\x10\x39\xf5\xfa\x85\x0f\x2f\x13\x22\x6b\x59\xaf\xf5\x79\x10\x21\x52\x3f\x1f\xe1\x7e\x94\x94\xee\xfd\x3e\xdd\x28\xf6\xf3\x36\x9e\xa0\x16\xb7\xbc\x81\x75\x1d\xc4\x1c\xae\xe2\x7e\x9d\xb8\xf4\x25\x3c\x6b\xa2\xbc\xf5\x7c\x04\x80\x60\xa7\x48\xc2\x39\x3c\xf7\x28\x9c\x9b\x8b\xfb\x51\xd5\x8b\xe2\x05\x71\xfd\x27\x7a\x10\xc7\x89\x22\xf5\x63\xc8\x16\x9f\x81\x53\xd8\xfe\x4f\x8e\xcc\xc5\x76\x72\xc4\xf8\x3c\xe6\x67\xff\xa5\x22\x6c\x07\xb1\x5f\xa8\x2e\x62\xdb\x25\x1a\xf7\xba\x81\x15\x38\x5e\x2e\x3d\x56\x85\xe3\xc5\x9c\x85\x94\x27\x9f\xd0\x52\x87\xfc\xf8\x90\xc5\x4f\xb0\xdd\x59\xaa\x53\xde\x4c\x21\xf8\x2d\xce\x4b\x32\xd6\xcd\xd5\x1a\x9f\x09\x91\x48\x6b\x15\x75\x2d\x24\x44\xf4\x41\xeb\xe5\x69\x27\x08\x11\xde\xd5\x16\x1e\x96\x4f\x88\x60\xff\xb6\x47\x89\x4e\x84\xf0\x3d\x68\xfb\x79\xce\x9e\x10\x5e\xb9\xb6\x8e\x3b\x6f\x08\x21\x8b\xdb\xb6\xb5\xa0\x02\xb8\x99\x07\x9f\x0d\xa6\x36\xe2\xf9\x43\x42\x9e\xe0\x19\x23\x12\x51\xc3\x78\xdc\x2a\xca\xa8\x4d\xae\xf8\x80\x38\xe5\x5a\x59\x37\xf2\xd4\x5e\xd1\xc5\xeb\xfc\x42\xd4\x45\x94\xab\x1f\x42\xdf\xaf\x4b\x55\xa9\x38\x1f\x9e\x53\xcc\x9c\xdc\x8d\x99\x36\x67\x51\xef\x70\x7c\x60\x01\xfa\xdd\x1c\xca\xbd\x82\xeb\xc4\x78\xd7\x6b\x38\x7e\xee\x18\x4f\xd9\xb1\x8d\x0d\xb7\x71\xdd\xb4\x72\x6e\x35\xea\x44\x82\xe6\x53\x5d\xc8\xf4\x79\x8f\x91\xb5\x1d\xd3\x46\x7d\x33\xdc\xd6\x53\xff\x04\x93\xcb\x2d\xd8\x6f\xfa\x9a\xb4\x2f\x22\xf8\xaf\x63\x81\xd8\xc9\x6e\xfc\x3e\xc8\x0a\x99\xd3\x1f\x8b\xc6\xe1\xeb\x3f\xaa\x96\xe2\x0a\xff\xe7\x91\x58\x5c\xe1\xfd\x34\xcd\x5c\x85\xd8\x58\x2e\x8f\xe8\xd2\x84\x7f\xf7\x43\x13\xf0\x13\x3e\x30\x26\xf5\x2d\x3b\x81\xdf\xc0\x4e\xd6\x3f\x76\xa1\xf8\x40\x9f\xe5\x85\x39\x15\xdc\x64\x79\x2a\x6b\xef\xc6\x2b\xc1\x69\xd8\x2f\xce\x3b\x64\xd2\x3a\x48\xa3\xf3\x50\x0f\x99\x56\x74\xe9\x6e\x37\x26\x5b\x52\x7f\x94\x3d\x31\x37\x14\xe9\x7c\x70\x1b\xcf\x23\x44\x7c\xac\xc6\xe7\xce\x30\x75\xaa\x0f\x58\xea\x4d\xf5\x01\xf3\xd4\xeb\x71\x7c\xf5\xbf\xfe\xa2\x12\xc7\xc5\x06\xea\x8f\xe3\xf2\xe8\x1d\xd6\x6d\x34\x6a\xfb\x82\xfd\x4a\x8e\x50\x9f\x14\xdc\xd1\x63\xfc\xa3\x09\x5b\xe1\x7b\x31\x1e\x77\x3e\xe3\x71\xb7\x2e\xa4\x78\x98\x55\x02\xe5\xf8\xdb\x6a\x76\xee\xbd\xb9\x1f\xf9\x93\xcf\x9f\x4f\xf1\x03\xf3\xbb\x78\xc3\xb0\x81\x55\xaa\x79\xcc\x7e\x5e\xc3\xc3\xf2\x82\x8c\x75\x8f\x0e\x2c\xe8\xbc\x22\x1d\x07\x2e\xe3\xbc\x97\x32\xf1\x9a\x52\x37\xee\xab\xaa\x40\xbe\x37\x66\xd9\x1d\xe4\xf7\xa3\x5e\xd7\x60\x7d\xad\x0d\x2b\x1f\x62\x9e\x56\xd6\xd7\xe3\x38\xb1\x38\xa0\x11\xf3\x37\xf3\xe2\x1b\x5c\x87\xfb\xc5\xb4\xe1\xfd\x1f\x31\xf6\x03\xce\x1b\x4e\xb2\x5f\xf1\x39\xcd\x70\x1c\x60\x3b\x91\x61\x7e\x18\x98\x07\x55\x8a\xfd\x18\xdf\xeb\x71\x81\x22\x77\xbe\x7f\x0d\x73\x42\x4d\x60\xbe\x1e\x1c\x7f\x5b\xcc\x2a\xe0\x55\xb3\x6b\xaa\x50\x00\xf8\x4a\x9d\x41\x4f\xd0\x4f\xf8\xca\x18\xf6\xf7\x3a\xff\x9e\x97\xa7\xa8\xd0\xf9\xad\x03\xa3\xed\xfe\x68\xd3\x0d\x9c\x17\x0e\x5c\xbe\x85\xeb\x84\x84\x79\xf4\x53\x76\x0a\xd6\x61\x7c\x9b\x8b\xa8\x2e\x62\x6d\x50\x03\xaa\x12\x96\x76\xbc\x42\x1d\xc8\x42\xd2\x86\xf5\x82\x02\x02\xa8\x6f\xc4\xf8\x28\xea\x32\xe1\x79\x97\xd6\x0f\x72\x98\x44\x3f\x55\xaf\x94\xa2\xe4\x3d\xf8\xa7\x0e\x64\x3b\xc5\x01\xcc\xc7\xc2\x8f\xbd\xbe\x84\xe9\x60\x22\x47\x51\xe4\xf4\x41\x9c\xbf\xc3\x65\x56\x31\xb5\x8a\xb5\x1f\xd4\x09\x11\x80\xb6\xe2\x3f\xdb\x49\x4f\x3d\x9c\xc0\x7f\xcb\x4b\xe6\xd7\xab\xb8\x6e\x3c\xfe\xa2\xc2\xbd\x1b\x0f\xbd\xad\xc2\x76\xb1\xe7\x45\x0d\xf6\xdf\x58\xa6\x07\x89\xbc\xf3\x1c\xdb\xc9\x86\xa8\x57\xb8\x8e\x5c\x25\xdb\x82\x9f\x1e\x7c\xfd\x1d\xce\x2b\x73\xaf\x7d\xc6\x73\x08\x53\x3b\x7f\x60\xff\x18\xdb\x01\x12\xdd\xe8\xc1\x7a\x61\x8f\x0f\x06\xf3\x4f\x91\x94\x81\xff\xd4\x81\x70\xce\xb7\xa3\x59\xbc\x73\xd8\x0e\x50\x18\xbb\xe6\xf4\x41\x5c\x3f\x39\xbd\x86\xb5\x0f\x53\x8a\x9c\x6e\xaa\x86\xe9\x01\x5e\xb2\x3c\xfd\xe9\xff\x41\x48\xe7\x9d\x3f\xf3\x92\xba\xaf\x1c\xf7\x55\x52\x4c\xab\xb0\x95\xed\x3b\x57\x8b\xbd\x2f\x2e\xe9\x19\x8e\x1b\xdb\x6f\x35\x62\x7f\xdf\x32\xe3\x0d\x8e\x83\xeb\xbd\xdf\xa1\x7e\x30\xd4\xa2\x1d\x9f\xbf\x16\x6d\xe8\xc0\xfc\xcc\x92\xec\x42\x7f\x19\xbf\x4b\xf4\xdd\xbd\x99\x4f\xca\xc0\xb7\xd0\xcb\x07\x43\x73\x11\x45\x09\x51\xf8\x87\x0e\x44\xf5\x06\x45\xdb\x72\x8a\x9e\xcc\x01\x74\x3a\x6b\x17\x21\xac\x9d\x44\x28\xb1\x7e\xc2\xf4\x0b\x47\x99\x6e\x22\x8b\x8d\x33\x17\x98\x0f\x06\xe7\x13\xd3\xa3\xff\x60\xba\x87\xb6\xd3\x14\xbb\xfe\x18\x57\x8e\x58\xdc\xc3\xd6\x74\x60\xc6\x23\xec\x8d\xbb\x0b\xea\xf1\xfb\x45\xdf\x7e\x89\xe3\x26\x57\x1f\x2d\x3c\xf7\x3d\xce\x27\x6b\x32\x3b\x94\xb1\x3f\xdc\xea\xfa\xd1\x8d\xf3\x07\xd2\x78\x02\x92\xa0\x97\x1e\x88\xab\x0f\xe4\xc8\xfc\x72\x4c\x4b\x28\xaa\x4e\xa3\x28\xea\xf0\x3b\x0f\xa4\x92\xa2\x32\xf3\xb5\xb1\xe4\xa3\x38\xd8\x9f\xe2\x78\x76\x1f\xe7\xb1\xfb\xbc\x86\xf9\xa2\x44\x6e\xa2\xb8\x8f\xf5\x87\x94\xdb\xe4\xdf\xf5\x1f\x69\x14\x2b\xd8\xeb\x75\x2c\x4f\x4d\xf6\x14\xdb\x07\x92\x5e\xbc\x2c\xa7\xe7\xe8\xa9\x07\xc3\xb8\x64\x8e\xcf\xe6\xb0\x47\x07\xc2\x78\x51\x37\xc6\xdb\x73\x3c\xf7\x68\xc6\x9f\x4f\x66\x5c\xfb\x6c\xe6\x07\xbd\x8c\xed\x8b\x6f\xda\x45\x91\xd3\x3f\xa4\xcc\xa1\x98\xcd\xde\xef\x8a\x39\x45\x4e\xbb\xf0\x82\x71\xb1\x3f\x0e\xfe\xd6\x3f\xb4\x51\xae\x98\xbc\x0c\xa1\xf8\xac\x8b\xe2\xc3\x99\x14\x7b\xfc\x2f\x18\xd7\xc8\xf1\xde\x37\x58\xcc\x1c\xef\x5b\xcc\xf6\xa8\xe1\xff\x87\x0f\x08\xc7\xff\x71\x3a\x10\x2e\x4f\xdc\xdf\x71\xf9\xf4\x66\x9a\x04\x3f\x76\x4e\x7c\xe6\x2b\x8a\x21\x8c\x1f\xde\x40\x79\xdf\x1e\xde\x9f\xcb\x03\xa7\x87\x29\x61\x9c\x35\xa7\x65\x79\x75\x94\x62\xe7\x9d\xff\xd6\x3f\x3c\x66\xf7\xa0\x87\xf7\x66\x1c\xfb\x2d\xf6\x5d\x6f\xb0\xcf\xe6\xf4\x0f\x97\xcb\x28\x16\x15\xff\xce\xc3\xff\xf2\x01\xe1\xf8\x5f\xcb\xb1\x0c\xe7\xf4\xce\x87\x23\xd3\x03\x70\x3a\x10\xae\xde\xce\x04\x76\x3d\x93\xf9\x4b\x2c\x59\xce\xf2\xc0\xf4\x0e\x31\x01\xbd\xf3\xd0\xa3\x87\x61\x9f\xff\x80\xbd\x7f\x33\xd3\x3c\x74\xaf\x97\xda\x5b\xe9\xff\x5f\x4f\x61\xed\x60\x11\xc5\xff\xd2\x01\x55\x3c\x66\xf1\x33\x7d\x44\x8f\xfe\xe3\x5f\xf4\x0f\xdc\xfd\xe4\xda\x7b\x4f\xfc\x2c\x0e\xae\x0e\x44\x8f\x1f\x46\x49\xef\xfc\x70\x79\xe3\x74\x14\x43\xdf\x53\x1c\x9b\x40\x71\x3a\xeb\x37\x7f\xeb\x40\x76\xb1\xf7\x3f\xcc\x78\xd3\xdc\xd5\x14\xaf\xb2\x98\x6a\xd9\xcf\xdb\x5c\x08\xe9\x64\x67\x4c\xdf\xdb\xb3\xbe\x72\xa5\x77\x3b\xe8\xd1\x7f\xfc\x8f\x7e\x70\xe9\x06\x8b\x7f\x0d\xc5\xf3\x2d\xbf\xf3\xc0\xe9\xbd\x38\x1d\x50\x4f\xfd\x07\xd6\x9e\x0d\xe7\x32\x5c\xdc\xfb\x9a\xe3\xc7\xff\x4b\x07\xc2\x8d\x13\x9c\x0e\x64\x11\x6b\xc3\x61\x8c\x47\xdd\xc9\xf2\x92\xb2\x97\x62\x8f\x1e\xe6\x19\x45\x4e\x07\xf2\x71\xd9\xef\x71\x81\xeb\x0f\xcf\xb9\x5c\x5d\xa5\xd8\xa3\x83\x62\x63\x11\xa7\x83\xfa\x7b\x1c\x28\x28\xe8\x1d\xff\x99\x71\xbf\xf3\xc0\xdd\x4f\xee\xfe\x9a\xb0\x7e\xca\xf1\xdf\x7a\x43\x28\x72\x3c\xa8\x6e\x2c\xc5\x7e\x1f\x7a\xb7\x13\xae\x9f\x70\xe3\xe6\x48\xc6\x13\x4e\x66\xfd\x6d\x01\xd3\xcb\xad\xcd\x67\x79\x60\x7a\xb0\xc3\x8c\x6f\x3f\x03\x54\xff\x73\xfd\x1d\x21\xb0\x86\x69\x9e\x6e\xd2\x31\xe1\x73\x33\xfd\x1d\xce\x1f\xe9\xf1\xbb\xde\xfd\x80\x1b\x07\xfe\xd6\x81\xfd\xaf\xf8\x73\x02\x7e\xe7\xa1\x47\xff\xc0\xe2\xe1\xf4\x2f\x9a\x8c\x07\xd7\x60\xf9\xe1\xfc\x10\x38\xd4\x48\xef\x9d\x2f\x73\xd7\xde\xed\x8b\xeb\x1f\xdc\x38\x31\x8f\x7d\xce\x6a\xa6\xab\xd9\xc9\xc6\xc3\xc3\xb3\x08\x81\x05\x84\x9c\x3d\x4b\xdb\xff\x8d\x6b\x84\xfc\xfc\x41\x35\x80\x3f\x9c\x09\xf9\x6a\x4d\xc8\x7b\x96\x5b\x6e\x5c\xe4\xfc\x80\x38\x1d\xd8\xdf\xfa\x9f\xe2\x4c\x7a\x5d\xb8\x8c\x07\x2b\xfe\x9d\x3f\xc0\x83\x1e\xf6\x67\x2e\xf2\x60\x05\xc4\xac\x1a\xfa\x7b\x27\x7f\x50\x7d\x10\xfc\xa1\x7f\x30\x60\x3a\x39\x4d\xd6\x1e\x38\xfe\x57\x5e\x9b\xa2\x1c\xcb\xa5\x3c\xcb\x0f\xe7\x0b\xc2\xd5\x4d\xe1\xfa\x0b\x37\xbf\x70\xf3\x10\xa7\x17\x9b\xc5\x78\xf3\x95\xec\xe7\x3b\x76\x13\xd2\xbd\x96\x49\x99\xd8\xfd\x94\x49\xf5\x51\xdf\x56\x11\x72\xdd\x8f\x90\x2f\xc1\x84\x3c\x19\x4a\xc8\xa7\x17\x84\x7c\x4e\x20\xe4\x6d\x0d\xd5\x05\x3d\x39\xcc\x57\x84\xfd\x60\x11\xd5\x01\x95\xaf\x12\xc2\xca\x8f\x25\xd9\xa2\xd4\xff\xe7\xb3\xc8\x9a\x6e\xcc\xb7\x15\xc4\xf3\x04\xe7\xd6\x0a\x62\x85\xbc\xd3\x2e\x22\x78\xa6\x3f\xab\x8f\x08\x2a\x9b\x4f\x96\x0b\xe2\x75\xda\x66\xc1\xb5\x5c\x1e\x38\xfd\x83\xd6\xf5\xde\xf1\x71\xfc\xaf\x14\x6b\x8b\xa2\x1b\x7a\xa3\x2c\x1b\x83\x39\xbd\x80\xe6\xac\xde\x79\xe5\x74\x95\xcc\x5f\x4c\x60\x3a\x9d\xe3\x2f\x87\x4e\x26\xe4\x57\x39\xaf\x6e\x54\x1c\x21\xdf\x86\x0a\x38\x1e\x6a\x23\xa4\x3d\x5a\x68\x67\xae\x26\x21\xef\x65\x44\xf4\xae\xe5\x12\xd2\xba\x5a\x54\xe0\xd1\x73\x42\x9a\xd5\x45\x0f\xb7\x9b\x10\xd2\x60\x2b\x81\x4a\xe4\xfb\xe5\x92\x78\xbe\xa4\x62\xa0\x2c\xea\x9f\x4a\xda\xfb\x44\x60\xdc\x2d\xca\x36\x00\x42\x82\x17\xfc\x65\xd0\xe1\xf0\x74\xbd\x52\x07\x80\xe0\xd2\x1c\x57\x29\x7c\xbe\xe4\x74\x2f\x69\xf1\xca\x3f\x00\x84\x9e\x1c\x3b\x2a\x29\xd6\xfd\xfa\x11\x4f\x09\x33\x2e\x0f\x5c\xff\xe7\xee\xbf\x24\x6b\xbf\x7f\xeb\x3f\x78\xbf\xf4\x46\x41\x36\x8f\x4a\xb8\xfe\x99\x0f\xde\xed\x7a\x98\x4f\x01\x4d\x3b\xec\x17\x42\x33\x3d\xcf\x13\xd2\x99\x27\xba\x69\x6a\x23\x21\x5f\xb7\x4a\x99\x2e\xd5\x21\xe4\xc3\xf0\x3e\xe2\x5b\x03\x09\x69\x19\xdf\xf7\xee\x81\x01\x84\xbc\x7a\xa7\x70\x35\x6b\x3a\x21\x4d\xf9\x8a\x2d\x25\xdf\x08\x79\xbe\x45\xa9\xae\x76\x21\x21\xcf\x52\x94\x07\xbf\xd3\x24\xa4\x6e\x8e\xd2\x52\x00\xde\xd5\x95\xb2\xca\x5e\x00\x42\xfd\xae\xf0\xa9\x7c\x05\x10\x79\x9f\xef\xa5\x72\x12\x40\x64\xde\x59\x65\x95\xc7\x00\x22\x3b\xb2\x07\xa9\x0a\x01\x88\x1c\xe1\x74\x3f\x5c\xdc\xc7\x89\xca\x05\x00\xe1\x5b\x87\xc7\x2b\x5f\x06\x10\x72\x4f\x5a\xa5\x22\x00\x20\x14\x79\xa0\x42\xb9\x06\x40\x08\xf7\x64\x54\x8e\xfe\x7b\xfc\xbd\xf5\x1f\x7f\xf3\xc1\x3d\xbc\x70\x36\xc1\xb1\x5b\xc4\x54\x12\x7d\xb2\x24\x4a\xd4\x51\x0f\x25\xdd\x62\xf9\x8a\x90\x8e\x4a\xf9\x80\x21\x43\x09\xf9\xa0\xad\x74\xde\xef\x22\xef\xf3\x37\x9f\x54\x06\x05\x49\x08\x4e\x6b\x5c\xa6\x6a\x1a\xbe\x4b\xc4\xe8\xa9\x9a\xea\xd1\xdd\xe6\x62\xab\xeb\xaa\x54\xef\xa7\x1d\x90\x70\x7c\xd0\x47\xf5\x46\x41\xbd\xa4\x53\x75\x1f\x35\x81\xaa\xfd\x92\x4f\xee\xd4\xab\x05\xbc\x3a\x24\x19\x7b\x5b\x42\x7d\x1b\x80\xc4\xa6\x12\x71\xac\x07\x56\x79\x21\x50\x6b\x1c\x80\x74\x51\xae\xbb\xe6\x47\x00\xa9\x27\xa7\xaa\xb4\x06\x03\x48\x35\x9e\x50\xd0\x72\x07\x90\x3a\x78\x34\x58\x3b\x14\x40\x3a\x21\xf9\x89\x56\x0b\x80\x54\xda\x21\x21\xcd\x62\x00\x49\xad\x7d\x4b\xb5\xbc\x00\x24\x7d\xf6\xea\x69\x14\x02\x88\xef\x8a\x4f\xd0\x18\x09\x20\x56\xf5\x67\xfb\xff\x8f\xf8\xff\x8a\x9b\x9f\xad\xf2\x39\x3e\x90\xab\x17\x22\xd7\xc4\xbf\x8f\x10\x18\xad\xf4\x55\x61\x0c\x21\x9f\xa5\x34\x64\x0d\x5f\xf2\x15\x35\xeb\x6b\xe7\xbb\xe4\x08\xcd\x68\x38\xa3\xdb\x3c\x3a\x50\xcc\xfa\xd1\x1a\xbd\xa7\x33\x4f\x4a\xe6\xdd\xf7\xd0\xd7\x5b\xf9\x50\x56\xf4\xf6\x6e\x7d\xf1\x1d\x6f\xe4\xde\x56\xf4\xd7\xdb\x93\xf2\x44\x1e\xca\x66\xea\xf5\x3d\xe7\xa2\x18\x58\x3a\x5b\xf7\x56\x85\x8e\x92\xca\x15\x7d\xdd\x27\xf5\x0d\x4a\x3c\xc5\xd7\xf4\x0e\x74\xfc\x54\xb8\x97\x77\xba\x9f\x34\x80\x22\xc9\x0c\xeb\x57\x0c\xa0\xd0\x96\xea\x6b\x10\x06\xa0\xf0\xe5\x70\x87\x81\x2f\x80\x82\xc9\xc1\x5b\x86\x46\x00\x0a\x73\x12\x3f\x19\x08\x03\xf4\xad\xdd\x7b\xa7\xdf\x70\x00\xb9\xf8\xdd\x69\xfd\x78\x00\xfa\x3c\x88\x39\xa6\x57\x0f\x20\xab\xba\xb3\x50\x5f\x02\x40\x56\x64\x87\xbd\xde\x68\x00\xe9\x1f\xff\x0f\xf1\xb3\xa7\x61\xd1\xbd\x14\xfb\x1e\x63\x4f\x87\x6c\xf7\x44\x0b\x9f\x7e\x7f\x7e\xd3\xc5\xba\xbd\x1f\x62\x4d\xcd\xa4\x12\x08\x79\x59\x69\x7e\x41\x5b\x5e\xe0\xdb\xe3\xcb\x16\x2a\x36\xa7\x25\xc4\xee\x79\x5b\x4e\x1e\xb6\x5f\x26\xa5\xf2\x86\xe5\x53\xff\x61\xf2\xaa\xd7\xa6\x59\xea\x07\x47\x2a\x3d\x2e\x5e\x6c\xb1\x61\x8b\x9c\xda\xbc\xfc\x6a\xf3\x99\xfb\x1f\x6a\x92\xbc\x33\x66\xeb\xb3\x9c\xb5\x9e\x9f\xa9\x31\x8d\x2b\x3d\xa4\x7d\x23\x77\xa4\xe9\xb8\x87\x13\x75\xfa\x64\x77\x98\x2e\xfd\x68\xa6\xd5\x79\x52\xdb\xac\x13\x40\xcb\xe4\x70\xb2\x79\x02\x80\xe6\x88\x03\x33\xcc\x4f\x03\x68\x68\xec\x79\x6b\xfe\x0b\x40\x7d\x43\x7c\xa6\xb9\x0a\x80\x6a\x7e\xcc\x5c\xb3\x6a\x00\x95\xdc\xe8\x14\xb3\x58\x00\xe5\xaa\xa8\x3d\x66\x8a\x00\x4a\xe9\x5b\xab\x4c\x4f\x02\x28\x1e\xde\x2c\x6f\x12\x0f\x20\x5f\xb6\x51\xdb\x74\x26\x80\x82\xd5\xff\x11\x3f\xd3\x01\x48\xf6\x61\x71\xb3\xa7\x5f\x7d\xfa\x34\x98\x6a\x8c\xbc\xcf\xd7\x25\x36\xa8\x07\x69\x81\xfe\xc8\xff\x35\x46\x0e\xb8\x20\x64\x45\x48\xdd\xce\x41\x76\x2a\x13\xf9\xc5\x6f\x6b\xbb\x2e\x36\x35\x96\xb8\x7d\x35\x61\xc0\x92\x81\x43\x14\x46\x14\xd6\xb8\x3c\x19\xbb\x5b\xd5\xe5\xdc\x4b\xe7\x86\xb9\x72\x9a\xb5\xd9\xcf\x9c\x82\xc3\xb4\x75\x6f\x9e\x1c\xee\x68\x13\x37\xc8\xc0\x3e\xd5\xdc\xe1\x62\x9a\xa6\xd1\xf2\x23\x31\xf6\x27\x0a\x27\x1a\xff\x4a\x51\xb4\x6b\xab\xe6\x37\xd9\x97\x64\x61\x77\xfd\x6d\x90\x89\xf4\x41\x2b\xfb\x78\xb8\x60\x34\x72\xf7\x5c\xfb\xcb\x50\x65\xa0\xbe\xd3\xc5\xc1\x1f\x9e\xea\x77\x45\xa5\xd9\x6f\x86\x76\xdd\xe2\x08\x6b\xfb\xd3\xf0\x4b\x67\xcf\xe6\x4e\xbb\x2b\x00\xda\x72\x1b\x8d\xec\xfc\x00\x34\x4b\xd7\x4f\xb6\xcd\x01\xd0\xb0\x5d\xeb\x65\x1b\x07\xa0\x6e\xbb\xba\xca\x46\x00\x40\xd5\x74\x65\xa8\x75\x3a\x80\x8a\xd5\xff\x11\xff\x77\x8a\xea\xac\x1e\x86\x11\xee\x5b\x75\xb9\xd8\xe2\xf5\xc7\x11\x03\x71\x3f\xff\x55\xdb\x10\x7c\x5a\x7e\xba\x6c\x24\xfe\xdd\xfd\x2b\x3e\x46\xdd\x58\xf9\x71\xdc\x9c\xbe\x1b\x09\xb9\x62\x31\x3a\x42\xef\x81\xb8\xfc\x79\x21\xef\x12\x07\x25\xf9\x9d\x99\x1e\x23\xc4\x3c\x57\x69\x45\x1c\x7f\x34\x3c\x72\x9a\x96\xfe\xfd\x64\xc3\xa1\x35\xcb\xe2\x8d\xa3\xf6\x07\x7b\xd4\x46\x49\x98\x1b\xee\x8e\x72\xef\x97\x3c\xc3\x8a\xc4\xec\x1c\x74\xea\x6c\x97\x75\x7d\xf4\x0b\x37\xff\x4a\x55\x9b\xc3\xdb\x6f\xb9\x56\x35\x14\xda\x2c\x8e\x8a\x71\x1b\xf6\x73\xa9\x55\xe7\xe6\x8f\x6e\xf6\x10\x61\x7e\x6b\x7d\x97\x6b\x16\xa4\x99\xb4\xac\xd9\xe1\xba\x1d\x8a\x8c\x9e\xac\x7a\x3e\xf0\x01\xdc\x34\x1c\xb2\xc2\x61\x60\x2e\xd4\x19\x88\x2c\xcb\x18\x10\x01\xad\x7a\xe9\x4b\xd5\x5d\xac\xa0\x53\x27\x21\x78\x9f\xcb\x22\x00\xed\x77\x8b\x4e\x3a\x4f\x00\xd0\x92\x5f\x74\xda\x71\x32\x80\x86\xcc\x3f\xdb\x3f\x17\x3f\xc7\x83\x5b\xa2\xab\xe7\xaf\x85\xce\xa8\xff\xf8\xb0\x68\x28\xf2\xb6\x2f\x0e\xf8\x60\x3b\x78\xd4\x46\x77\x07\xaa\x82\x26\xa3\x5f\xf5\xf5\xf7\xd3\xf0\x7d\x2e\x4d\x0a\x3c\x26\x96\x4f\xc8\xd9\x21\xd3\xaf\xa9\x17\x0a\x37\xa5\x7f\x9c\xfa\xcc\xd2\x55\x6e\x55\xf2\xc9\xc9\x07\x07\x2f\xd1\x38\x91\x30\x63\x82\xbc\xef\x07\x63\xf9\xe8\xb7\xbe\xbc\x0b\x36\x59\xec\xdf\xba\x74\x4c\xed\x86\x48\x9b\xe7\x1b\x2e\x8f\x7a\xbe\x77\xb3\x83\x6e\x98\x8a\x8f\x51\xa6\xb7\xe3\xd8\x55\x67\xbc\xf2\x4b\xf7\x38\x45\xac\xf0\x1b\xf9\xec\xd1\x08\xa7\xb3\xcb\xcb\x46\xb6\xb6\x1f\x73\x3c\xb3\xd4\x7e\xe4\x5e\x30\xb7\xb7\x5b\xbc\x67\x44\x0d\x4c\xb0\x91\x0b\x92\xf3\x14\x82\x4d\x16\x3e\xf3\xaf\x78\xce\x83\x28\xf3\xdd\x73\x7d\x86\xd5\x41\x86\xc9\xbc\x39\x1b\x87\xde\x83\x02\xa3\xea\x59\xf7\x86\x5a\x40\xb9\xe1\x88\x59\xdb\xdd\x33\xa1\x49\x7f\x56\xe0\x7a\x77\x07\xf8\xa8\x9b\x34\xbd\x68\xb0\x09\xfc\xd2\x19\xf0\x3b\x0f\x12\xaf\x7a\xc7\x4f\x79\xf0\x9f\x47\xdc\x70\x7f\xf6\x9d\x9e\x37\xf2\x9e\x8d\x47\x27\xe0\x2e\x50\x1d\x2f\xd5\x83\xdc\xca\x9d\x89\x7e\x28\xa5\x3f\xe7\x21\xcf\x9d\xdf\xb6\x08\x77\xc3\x72\x96\x04\x8f\xe1\x71\x26\xe4\x44\x66\xc8\x11\xc5\x4f\xbc\xbe\x87\x78\x16\xf3\x1b\xc6\x4a\x57\xc6\x39\x2d\x14\x71\x1e\xa8\x1a\xb8\x75\xc9\x9c\x4a\x9f\x05\x06\x3e\x6b\xea\x67\x04\x07\xae\xb5\xbe\xb1\x6c\xec\x74\xa3\x95\x17\x1d\x2e\x04\xbd\x9a\x26\xba\xcb\xd6\x79\xda\xdc\x0e\xff\x3b\xc7\x8f\x0e\x38\x37\xb3\x75\x72\x40\xa1\x93\xab\x5f\x60\x88\x1f\xdc\x53\x71\x4d\x08\x28\xf5\xcb\x68\xbe\x32\xf0\x51\x80\x97\xdf\xb2\xae\xfb\x2e\xce\x53\xde\x4c\x58\x0f\x32\x0e\x0f\x26\x77\x8c\x0f\x05\x6b\x3b\xd3\x49\x4b\x7d\xc3\xc0\xdb\xfa\xab\x9f\xe7\xb8\x39\x30\xdb\xf2\xed\xc4\xa6\x31\x02\xb0\xcd\xac\x61\xe2\xbc\x51\x83\x20\xc5\xe4\xf0\x44\x15\xef\x2f\x90\x63\x2c\x3a\x41\xd8\x6b\x0f\x94\x1a\x0a\x8d\xf7\x1f\x31\x06\x1e\xeb\xcf\xfc\x3d\xfe\x71\xf1\xdb\xe0\x2e\xd9\xaf\x35\xf4\xf4\xe0\x3b\x0b\x5a\x1f\xa7\x21\x78\x0a\x8e\x13\x75\x27\x67\x63\x3f\xb8\x19\x18\x84\xbe\x38\x25\x0d\x4b\x70\xbe\xb8\x50\x44\xeb\x04\x65\x27\xd1\xdd\xe5\x63\x83\xc3\xf0\x54\xd4\x81\x8d\xe1\x99\x52\x47\x09\x89\x99\xb6\xae\x5c\xeb\x8d\xb8\xee\x16\xfe\x35\xb5\xb6\x03\x14\x1d\x57\x8d\x5b\x39\x6d\x58\x8d\xae\x4a\x90\xc7\xb2\x18\x7f\x53\xf3\x15\x33\xbe\x2f\x71\x0f\x21\x76\x2d\x53\x5a\x16\xbf\x8d\x8c\xed\x9f\xe8\xe7\xb0\x68\x52\x4a\x81\xd3\x54\xdf\x88\x20\xb5\xf3\x35\xce\x96\x63\xfb\x2f\xf8\x71\xbb\xc2\x79\xc2\xe8\x5b\x0b\x36\xbe\x96\x75\x1a\x33\xfa\xe4\x82\x4d\xa0\xec\xf0\x75\xd4\xf5\xb9\x04\xdc\x6d\x93\x47\x79\xce\x52\x81\x00\xeb\x91\x3e\x21\x33\x74\x60\xa5\xa5\xe6\xa8\x29\xd3\x56\xc3\x06\x0b\x2b\xef\x21\x53\x6a\xe0\x98\x49\xbd\xf7\xf3\x49\x00\x27\x4d\x24\xbd\xad\xfc\x12\xe0\x82\x51\x82\xd7\x8a\x09\x53\xe0\x86\xc1\xe9\x11\xcf\x7d\xaf\xc2\x13\xfd\xd1\x7f\xc7\xdf\x79\x67\x38\xee\x82\xb6\x15\x8d\xc7\x71\xb1\xf1\xc5\x74\xd4\x81\xd5\x36\x2d\x40\x9e\xb7\x12\x96\xe0\x39\xd6\x2b\x4a\x2b\x71\x77\xfd\xfc\xb4\x75\xd4\xff\x9f\x9f\xea\x60\x8e\x95\x50\x5d\xc8\x7e\x99\x28\x3c\x27\x1c\x1d\x10\xad\xc5\xb7\x93\x90\xcd\x4e\xd1\xa9\xca\x20\xb8\x79\xc5\xbd\xa8\xfb\xa6\xaf\xfa\x18\x2c\xb8\xb3\x4d\xc4\xad\x43\xfd\xea\x34\xaf\xcd\xbb\xc6\x8f\x35\x32\x1d\xff\x6b\xe3\xfd\xa0\x9d\xe6\xc1\xa3\x27\x6d\x48\xd9\x92\x69\xe5\x32\xb2\x2a\xbc\xef\xa1\x50\x1b\x9e\xe1\x5a\xeb\xf9\xce\x6e\xb5\x49\x1b\x72\x33\xec\x43\x65\xa8\xcd\x45\x8f\x25\x61\x63\x9b\xd6\x59\xdf\xf3\x08\x0f\xf3\xee\x3c\x61\x59\xe6\xa1\xba\x2a\x0e\x76\x9b\xdb\xbb\x1b\x2d\x3f\x07\x67\x4c\x06\xbb\x5f\x0e\xe1\x87\x42\xe3\x69\xee\xd7\x16\x47\x41\x99\x91\x8f\xbb\xc3\x42\x15\x78\x68\x60\xe9\x1e\x3f\xb7\x0b\x9e\xf7\x1b\x32\x78\xc3\xec\xcf\xf0\x41\x6f\xe8\xe0\x51\x33\x00\x7e\xe8\xbc\x18\xcc\x33\xfd\x17\x80\x76\xc5\x6f\x1d\xc8\x30\xbc\xff\x9c\xfe\xab\xa1\x78\x26\xee\x63\xd7\xf6\x5f\x8c\x7c\xf6\xcd\x75\x2b\x90\xc7\xbb\x32\x2f\x0c\x77\x53\xcf\x37\x6d\xc6\xf9\x32\x6b\x4b\x94\x01\xc6\xef\x17\x8d\xf9\xdc\xff\x3a\x76\x69\x37\xee\xd4\xda\x8d\xfd\x65\x83\xd8\x3e\xe4\xf5\x56\xf2\x1e\x50\x90\x7d\x48\xc8\x02\xf1\x7d\x2f\xf5\x5e\x4a\x04\x4d\x2d\xdb\x73\xc5\xb1\x53\xf1\xeb\x18\x8f\xf8\x36\x9f\xef\x3a\x3f\x46\xf4\x8b\xab\x9e\x7b\xb7\xdf\x52\x8f\xa8\xd8\xd7\x1b\xb2\x0d\x9b\xdc\x64\x62\x8a\xf6\x3f\x31\x9e\xeb\x92\xb2\xab\x23\x37\xd2\x44\xd7\x69\xd2\xce\xba\x1b\xa7\x4c\xa4\x1c\x0d\x77\x8a\x3e\x8f\x34\x76\x76\xe4\xdf\xa9\xf6\x23\xd1\x50\xd3\x31\x35\xd2\x13\xea\xfb\xc5\x3b\x26\x6f\xe1\x83\x36\x7d\x4d\xc7\x80\x0d\x1a\xf0\x43\x37\xda\xf1\xc8\x3a\x0d\x00\x9d\x46\xa7\xac\xd5\xfb\x00\x74\x5a\xfb\xb7\x87\x7e\x07\xd0\xac\x76\x3a\xb4\xf4\x05\x80\x56\x92\xe3\x9b\x25\xe3\x00\x34\x45\x1d\x57\x2f\xf6\x05\x50\xff\xce\xe9\x40\x3e\xae\xf3\x43\xb6\xac\xe1\xe3\xec\xa1\xdd\x58\x13\x13\x82\xf3\xc2\xcd\xea\x35\xd8\x1f\x4a\x8a\x37\xa1\x6e\xec\x82\x34\x65\x11\xb2\x6c\xa2\x71\x37\xfc\xd8\xe5\x78\xe4\x6f\x12\x83\xf7\xe2\x29\xeb\x58\xad\x03\xc8\x6f\x6f\xae\x4b\xc2\x7d\xfc\xd0\x28\xea\x1b\x31\xd7\x27\x35\x4c\xa0\x9a\x90\xa9\x09\xa9\x96\x6a\x2f\x85\x36\x8f\x91\x39\x36\xde\xda\x5e\xb6\x70\x88\xf3\x91\xf9\xc3\xd3\x54\xe7\x0c\xbc\x7e\xf8\xf6\x8c\xa1\x1a\x12\x8e\x81\x87\x55\xc3\xfa\x6a\x69\xda\x0d\x49\xd1\x4b\x48\xd7\x5e\x69\xd5\x92\x1c\x9b\xc5\xa3\xdd\x6a\x71\x3f\x29\xe5\x5a\x96\x76\xb5\x79\xee\xa1\x6f\x4f\x03\xb5\xbe\x98\x17\x1c\xba\xf2\xf5\x87\xa6\xad\xc5\xe2\xfd\x33\x00\xd4\x9f\x5b\xac\xde\xbd\x0e\x40\xad\xc9\x42\x30\xa6\x04\x40\x75\x97\x95\xd8\x0e\x51\x00\xb5\x7b\x96\xd7\xb7\x25\x00\xa8\x5e\xb0\xb2\xdc\x1c\x0c\xa0\x6a\x65\xa5\x1b\x7e\x0b\x40\x65\xa8\xd5\x8b\xb0\x64\x00\x95\xe1\x56\x66\xab\x97\x03\x28\x55\x7f\x1e\x38\x11\xcf\xb3\xbf\x74\x9a\x83\xfc\x54\xed\xab\x65\x74\xfc\x5b\x11\x86\x3a\xaf\x92\x28\xea\x0b\x73\x61\x73\x34\xf2\xbd\x59\x1f\x63\x91\x35\x3a\x3e\x7f\x2f\xf5\x7f\x48\x3e\x88\xe7\x78\xe3\x02\x52\x1e\x74\xe3\xd6\x4c\x5a\x37\x67\xcd\x1e\xaa\x0b\x09\x92\xcd\x18\xdf\x8d\xfe\x5a\x39\x94\xd7\xd0\x3a\xe3\x24\x3f\x95\x10\x8f\x79\xb9\x63\x8c\x9e\x8b\x17\x38\x2e\xce\x31\x18\xd4\x2c\xb7\xdf\x26\x32\xfb\xd6\x94\xd7\xf2\x35\xe6\x07\xb3\x47\xaf\x78\xaf\xe8\x63\xfc\x2e\xab\x26\x76\xa1\xd2\x4c\x83\x8e\x2c\xb7\x93\x2e\x4a\xfb\xfb\x29\x64\xc6\x95\x44\x29\x8d\xd7\x57\xca\x78\xf3\x28\x5b\x71\xbe\x5e\x47\x46\xe2\xa7\x1b\xf2\x07\xf4\xdd\x4f\xcc\x07\x90\x7b\xc5\xe9\x1b\xfa\x75\x26\x05\x02\xf4\xbd\xd8\xaf\x3a\x71\x0c\x40\x5f\x1e\x83\xb0\x84\x4c\x80\xbe\xf2\x06\x9e\x71\x13\x00\xe4\xe6\x18\x2e\xde\xe9\x0c\x20\xf7\xcd\xe0\x6d\xd4\x69\x80\x3e\xaf\x0c\xf3\x23\x4a\x00\xe4\xfa\xbc\x3a\x3d\x1f\xdb\xfb\x43\x8b\xe5\xc8\x47\xdd\x6e\xa0\xba\xb7\x92\x0f\x91\x38\x4e\x5c\x54\xdc\x85\x3c\x4d\xf6\xb5\x3d\xe8\x6b\x90\xba\xf8\x00\x9e\xeb\x4e\x36\xa5\xee\xf2\x09\x81\xa9\xc8\xba\x44\x1d\x4a\x67\xe7\x3b\x33\xd1\x67\x67\x69\x62\x2e\xb6\x9b\x59\x99\xe7\xd0\x67\x68\x1c\xc9\x47\x7e\x7b\xd0\xc4\x4b\xc6\x42\x49\x84\x38\xac\xba\xc4\xaf\x75\x4c\xb0\xd3\xec\x6c\xd1\x14\x27\x55\x89\x20\x43\xa3\xa2\xa0\x09\x0a\x92\x79\x7a\xbe\x45\xf2\x21\x0e\x52\x4f\xb5\x3e\x17\x69\xef\xb8\x26\xdd\x4f\xe3\x62\x61\xe4\xf1\x6a\x69\x25\xf5\x3e\x85\xfd\x2e\x05\x4b\x4d\x57\x1b\x53\x10\x5e\xab\x2a\x39\x4b\x4d\xbd\x40\xe7\x43\xb6\xf8\x11\xb5\x4d\xe7\x4f\x00\x88\x4d\x55\x6b\xc9\x0d\x04\x10\xcb\xd6\x18\x72\x2a\x01\x40\x42\x52\xfd\xe1\x09\x7e\x00\xf1\xa9\x1a\x2f\x8e\xae\x01\x90\x18\xa2\x71\x22\x79\x18\x80\x78\x81\xe6\xb3\xc4\x95\x00\x12\x27\xb4\xfc\xf7\x4e\xec\x9e\x23\x35\x97\xc6\x7d\x02\x10\xdf\xff\x70\x3b\x3d\x15\x5a\x35\x7d\x03\xf6\xf7\x6b\x25\x91\xc8\x2e\xe7\x1f\x8d\xa7\x75\xa0\xd4\xf7\xa1\x0e\x20\x5d\x3d\x19\x79\xea\x14\x2b\xaa\x03\x4a\x78\x75\x02\x1b\x4e\xf4\xb5\x2c\x64\x0d\x36\xc5\xe5\x22\xdf\xb1\x32\x95\xf2\xc4\x0b\xd2\x69\xdc\x53\x6e\xd0\x7a\x1a\x23\x37\x95\xa2\xde\xd0\x6e\xea\x75\x7c\x7f\x93\xc0\x8a\xbe\x0a\xaf\x08\xd1\x9e\x58\x5e\x60\x79\x41\xf0\xa2\xba\x67\x85\xa1\x4f\xba\x90\xb6\x8a\x6e\x85\xdf\x82\x76\xc1\x24\xa5\xb5\x15\xbb\xb7\x9e\x17\xf8\xaa\x98\x5f\x31\xfb\x70\x1a\x7f\xbe\xb2\x51\x45\x4e\xc1\x67\x12\xa1\x58\x5b\x21\x73\x7f\x3e\x21\x0a\x76\xe5\x31\x6d\xcb\x09\x91\x3b\x57\xd6\x8c\xcf\x48\xab\x2f\xa3\x43\x7a\x9f\x82\x02\x3c\x6f\xa4\x54\x7c\x76\x26\x80\x80\x9d\xb4\x5e\xee\x64\x7c\x96\x54\x3c\x99\x05\x20\x94\xa5\x62\x93\x7a\x04\x40\xe8\xbc\xf8\xd9\x63\x78\x6e\x47\x45\x36\xa9\xfb\x79\xd3\xfe\x1e\xd0\x7a\x70\x65\xce\xd1\xb8\x4e\x2e\x0c\xda\x8d\x75\x60\x4e\xf7\x3b\x30\x84\xc5\x8f\x7c\xcb\x91\xcf\x27\x50\x17\xb7\xbf\x3a\x0b\xd9\xd6\x58\xc9\x5c\xec\x2f\x5b\xf5\xa8\x1e\x66\xed\x94\x7c\x1c\x27\x97\xd4\x50\x5d\xc8\x2c\xf7\x12\xcc\xef\xf8\x98\x32\x5c\x6f\x0c\x29\xa8\xc4\x75\xa6\x85\x54\x15\x9e\x9b\x56\x0e\x7a\x30\x4c\xb0\x90\x90\xbe\x6d\x35\xa2\xfd\xfc\x09\x91\x1d\x53\x73\x64\xc8\x30\x42\xa4\x56\xd4\x92\x19\xf3\x08\x91\x48\xad\x55\x0f\x1f\x42\x88\x68\x57\xad\x70\x62\x2e\x21\x22\x23\x6b\xf2\xcf\x0e\x22\x44\xc8\xa6\x26\xe0\x96\x24\x21\x02\x33\x1e\xb4\xbd\x72\x20\x84\xaf\xec\x7e\x07\xae\x89\xc9\x6d\x8b\x6e\xe4\x11\xbd\x81\xfb\x4d\x7c\xb3\x4a\x71\x9f\x89\x4f\xb0\x88\xf2\x9a\xe1\x17\xe5\xe9\xef\x9d\x3d\xd5\x8d\xfc\x4a\xd9\x94\x61\xba\x9a\x21\x88\xfb\x39\xa1\xd1\xc8\xa2\x15\x9b\xee\x45\xb6\xe7\x6c\x6d\x12\xfa\x98\x64\x4c\xa3\xf7\xfd\x68\x1c\xd5\x01\x1d\xf0\xa1\x3a\xa0\x38\xeb\x73\xa8\x83\x8b\xbc\x43\xf9\xe1\x8d\xfc\x97\xf0\xf7\x56\xc4\x51\x7d\x40\x10\x2f\xd5\x85\x04\x10\xaa\x0b\x19\xa3\x79\x1b\xd1\x95\xf9\xa4\x18\x25\xd5\x21\xdb\x26\x73\xe8\x19\xf2\x82\xfc\xfd\x1a\x26\xca\xa3\x73\x42\xa3\x88\x3d\x32\xc2\x8d\x33\x26\xe0\x08\xdd\x78\x64\x39\x32\x69\x8d\x33\xe3\xd0\x79\xa7\xd1\x22\x03\x57\x6a\x0d\xb9\x65\xe8\x6c\xf6\x3c\xe7\x19\x76\xe1\xe7\x3b\x7f\x22\xe3\xfc\x90\x31\x66\xf7\x33\x59\x5e\x18\x9f\x5b\xce\x1c\x27\x4a\xa9\xee\x61\x72\xf1\x50\x7a\x5d\xc0\xf2\x92\x87\xf9\xbb\xf4\x6c\x0f\xf5\x01\x6a\xa0\xfd\x3d\x93\x87\xd6\x09\x3a\x76\x32\x03\xef\xf7\xa1\x50\x5a\x27\x2a\xe1\x7e\x3e\x3e\x5f\x46\x57\x15\xa1\x1f\xc8\xe6\xa3\x25\xa8\x13\x59\xdd\x56\x86\xec\x6a\x70\x6d\x39\xb2\xb5\xb3\x63\x6f\x63\x3b\x98\x9c\x70\x0f\x7d\x51\xbc\x4a\xa9\x3e\xc2\x49\xf3\x31\xaa\x18\xfa\x7d\x68\x40\x1f\x25\xc9\xc6\xd7\xa8\x2f\x21\xa4\x25\x4d\x0a\x57\x5e\xad\x26\xd6\xc8\x18\xb6\xbe\x1a\x83\x0e\x12\xad\x99\xc1\xd8\x52\x5b\x9b\x77\xe0\x08\xdc\x36\x9d\x2a\x35\x5a\x73\x2e\xe3\x09\x87\x16\xa8\xc3\x6f\xdc\xe2\xfd\x11\x47\xf0\xd7\x8c\xcf\xaf\x67\x3c\xee\x23\xe6\x83\x71\xdf\x8a\xe5\x85\xf1\xff\xe5\x8c\xdf\xbd\xc6\x98\xe6\x2b\x58\xa1\x80\x8b\x3f\x7b\x16\xf5\x83\x4a\x6d\xcb\x46\x3d\x4c\xb2\x1c\xad\x13\xb5\x37\xae\x00\xf5\x73\x31\x87\xaf\x14\xd3\xf9\xe0\xea\x0d\x3a\x1e\x56\xe0\xdd\x08\x6d\xb8\x8d\x3c\xff\xc2\xe2\x6a\xd4\xd7\x06\x36\xd4\xe0\xfc\x31\xde\x82\x56\x9b\x18\x7e\x87\xf2\xa5\x0e\x43\x1b\xf1\x75\xdd\x11\x6f\x71\x5c\x91\x58\xf2\xc1\x9f\xe6\xe1\xab\xa3\x18\x66\xf8\x9b\xb5\x29\xbe\x73\xc7\x60\x2f\xec\xa1\x1d\x59\xf3\xf1\x1d\x3b\xee\x45\xe0\x9d\xf9\x5e\x72\x18\x15\x56\x1d\x42\x17\xb1\xfd\x7c\x5f\x54\x8d\x4f\x42\xdf\xe2\x9a\x71\xc5\xf7\x85\xe9\x19\xda\xd6\x51\x7c\x15\xff\x7f\xe7\xe5\xce\x70\x8a\x15\x58\xc3\x3c\x77\x2d\x1d\xe7\xd3\x17\xe7\x22\xcf\x7f\xf8\xf5\x05\xd4\xad\x24\xba\x5e\x42\x16\x95\xf3\x43\x8a\x3a\x72\x1d\xfb\xcb\xa6\xa6\x5b\xd9\xb4\x1d\xdc\xc5\xf1\x6f\xa9\x40\x2d\xea\x0d\xe7\x2d\x7f\x88\xf3\xec\xd4\xb1\x4f\xf1\xfd\xc6\xfa\xd0\x2a\x24\xee\x02\xaf\x91\x4d\xb5\x21\x2d\x38\x2f\x69\x6f\x69\xc7\x76\x20\x4e\x7e\x28\xd1\x3c\x00\x08\x32\xde\xdf\x40\x8b\xe2\x10\xa6\x77\x99\xc1\x78\xec\x30\xe6\x80\xb8\x8f\xd5\xab\xc8\x66\x4e\x78\x65\xec\x84\xd4\x53\xb6\x13\xf4\x09\x57\x00\x1c\x9f\xff\x45\x84\x62\xab\x37\xcb\x8b\xe4\xbf\xe7\xe5\x01\x56\xee\xc8\xb0\x3a\x8b\xf3\xfc\xd1\x80\x7c\x5c\x3f\x1f\x4c\xb8\x82\x75\xc4\xe2\x5d\xa9\x2f\x50\xb4\x46\x05\xfa\xcb\x6d\x5d\x72\x17\xaf\xd7\x1d\xb9\x8f\xf1\xaf\x70\x7c\x88\xd7\x41\x75\x54\x75\x31\x4b\xb6\x01\xe7\x1b\x7f\x99\xd7\xc8\x83\x8f\x92\x79\x8b\xf9\x19\x64\xf1\x1e\x75\xeb\x56\x03\xbe\xa0\xdf\x8c\xf6\xd4\x9f\x38\xfe\x4a\x58\xc0\x3f\x74\x20\x7a\x8c\xe7\x76\x63\xd7\x93\x53\x29\x2e\x65\xba\x97\x1d\xcc\xcf\x80\xd3\x3d\x70\x7c\x36\xe7\x63\xc0\xe9\x3f\x5a\xc7\x53\xa4\xba\xa9\x5f\xac\x1e\xd0\x27\x16\x7f\xeb\xba\x7f\xcb\xcb\x71\xc7\x22\x7c\x70\xe4\x74\x50\xfb\xaa\x2a\xd0\x57\x2b\x56\x96\xf6\xf3\xc8\x11\x77\x71\xbd\xb4\xd1\x82\xfa\x21\xad\xe9\xf7\x04\xf5\x10\x21\xe1\xf5\xc8\xa6\x2f\xb0\x7d\x85\x55\x38\x02\x2d\x9a\x71\xbc\x9c\xb8\xfb\x1d\xae\xb3\xbc\xac\x3f\xe2\x5d\x76\x45\x26\x8a\x10\x8b\xb2\x2e\xd4\x99\x68\x1e\xa7\x9f\x2e\x62\x0a\xff\xd4\x81\x30\x7e\xde\x71\x12\xc5\x71\xcc\xaf\x61\xde\x5b\x8a\x9c\xff\x45\x02\xcb\x43\xda\x3b\x8a\x9c\x5e\x8a\xd3\x7f\xd4\x31\x1d\x49\x53\x33\xc5\x2f\x4c\x27\x41\x3f\xf1\x47\x3e\xc5\xf6\x3d\x7f\xe6\x25\x39\xaf\x14\x9f\x2f\xf6\x6f\xaf\xc4\x4f\x8d\x55\xbf\x8d\xf3\x7e\xf4\x94\x5a\xac\x42\x12\xe1\xfc\x18\x47\xa7\x75\x9a\xf5\x38\xef\xaf\x88\x7b\x81\xf9\x08\x16\x7f\x83\x7e\x8c\x73\x0a\xdf\xa1\xbe\x78\x9a\x0f\xda\xb8\x13\xdf\x01\x5f\x71\xd4\x1b\x71\xaa\x13\x75\xa5\x03\x74\x00\x9f\x53\xcc\xcd\xe9\xa7\xaa\xb1\xbb\x21\xca\x0b\xff\xad\x03\x61\x8e\xb8\x9c\x5e\x6c\x3a\x8b\x9b\xf3\xbf\x88\x64\x7e\x49\x07\x02\x29\x9e\x62\xfd\x25\x9f\x55\x98\xbe\xca\xf4\x0d\x55\xcc\x4f\x84\xf3\xff\x68\x65\xed\xa9\xab\xf5\x9f\x79\x39\x78\xfe\x16\xf6\x83\x84\xe0\x6a\x9c\xf7\x77\xfe\xaa\xc3\xac\x46\x79\x3d\xc3\x75\xf6\x86\x88\x06\xd4\xbf\xac\x0d\xa2\xba\xb7\x65\x5d\xad\xb8\x4e\x0a\x12\xf9\x88\xba\xd1\x99\x36\x54\x6d\xe3\x7f\xeb\x27\x8e\x5e\x3d\x3a\x10\xaa\x62\x24\x8e\x73\x29\x72\x75\x92\x54\x98\x6e\x44\x64\xc5\xef\x3c\x10\x76\xf2\xe3\xbf\xea\xe3\x4c\x12\xa5\x18\x34\xbe\x77\xbb\x88\x61\x27\x67\x92\x98\x0e\xe4\x64\x5b\xef\xfe\xc2\xf9\x7f\x54\xb0\xd7\x39\xfd\xc7\x4b\xe6\xaf\x82\xf5\x93\x58\x3e\xe0\x8f\xba\x0f\x3d\xbc\x37\xe3\x8c\xff\xd6\x7f\xfc\x97\x0e\x64\x10\xe3\xd8\xb8\xba\x2a\xa3\x18\xef\xe5\xcf\x78\xab\x39\xc9\x14\x39\x1d\xc8\xc6\x0a\x8a\x9c\x0e\x24\x99\x69\x10\xb2\x1a\x28\xb7\x5f\xdc\xfd\xbd\x52\x09\xa9\xda\x44\x5f\x7f\xc1\x7c\x41\xbe\xf3\x11\xf2\x2d\x8d\xfe\x9f\xe3\x7b\x1b\x18\xa7\xf8\x98\x79\x91\xfc\x43\xff\xc1\x38\xd6\x1b\x02\x14\x4b\xaf\x51\xbc\x6c\x45\xb1\x88\x9d\x4d\x86\x3f\x74\x30\x4e\x7f\xf1\xf8\x7f\xeb\x3f\x7a\x74\x20\x5c\x1d\x14\xa6\x03\xe1\xf8\x7e\xce\x57\xc4\x87\xd5\xdb\xe1\x7c\x51\x66\x1d\xa0\x18\xc2\xea\x08\x6c\x60\x75\x6f\x38\x1d\x48\x32\xfb\xfd\x9c\xdd\x84\x40\x3c\x21\x97\xbb\xbf\xbb\x1b\x21\xd5\x66\x84\x80\x0a\x21\x2f\x1e\xd1\x9f\xff\x52\x21\xe4\xd3\x68\xfa\xff\xd7\x2c\xa7\x9c\xfe\xa1\xa7\xfe\x09\xfb\x2e\xb7\x19\x0f\x5a\xa1\x4a\x91\xd3\x3f\x5c\xfe\xce\xe2\x67\xfa\x87\x7c\xb9\xdf\x79\xe0\xf8\x37\x2e\x2e\x2e\x4e\x2b\xf6\x1e\xe6\x13\x7b\xa3\xc5\x5f\x3a\x01\x4e\x07\x32\x88\x79\xb3\xfc\x97\x0e\x24\x84\xf1\x7d\xe1\x2c\xfe\x98\xc1\x84\x40\x09\x21\xdd\x2b\xf7\xce\xbb\x84\x64\xbb\x51\xcd\xcb\xe5\x1c\x42\x7e\x7d\x20\xa4\x3a\x98\x90\x9f\x15\x84\xbc\x74\x24\xe4\xd7\x42\x42\x3a\xd5\x7e\xfb\xc2\xbc\x10\x66\xed\x80\xd3\x3f\x88\xb0\xf8\x39\xff\x0f\xa6\xff\xb8\xc6\xda\xe6\xdf\xfa\x8f\x42\x96\xbf\x3f\xf5\x0f\x5c\x3f\xe8\xd1\x3f\x70\xfc\x3f\xd3\x7f\x70\x3a\x08\x4e\x0f\xc0\xf1\xe2\x7f\xeb\x40\xb8\x7a\x22\x5c\xff\xf0\x65\x6d\x71\x3a\xd3\x2c\x2d\x66\x79\x09\x67\xf7\x74\x57\x1c\x21\x5d\x0a\x84\x24\x4f\x20\xe4\x87\x05\x21\x59\x16\x84\xfc\x88\xa6\xfd\xa2\x23\x83\x90\xbb\xad\x84\x74\x44\x13\xd2\xdd\x9f\xbf\x97\x10\xd2\x55\xd7\xbd\x8a\xec\xdd\x1f\x38\xfd\xc3\xdf\xfa\x8f\x32\xc6\x2d\xff\x2f\xfd\xc7\xbf\xe9\x1f\x2c\x03\x7a\xc7\x69\xc0\xfa\x71\x8f\x0e\x82\xe9\x01\x38\x3d\x08\x97\x1f\x4e\x27\xe4\xc4\x78\xef\x1e\x3f\x10\xf6\x59\xd3\x58\x7e\x38\x1d\xc8\x3a\x6b\x8a\x3b\x1b\x08\xf9\x79\x9c\x90\xa4\x6b\x84\x7c\xef\x24\x24\xdb\x8a\x90\xaf\xb7\x09\x29\x76\x25\xe4\xdb\x34\x42\xaa\xdf\x11\xf2\xf5\x05\x21\x6f\xf8\x08\xf9\x92\x4b\x08\xc8\x11\xf2\xd6\x83\xfe\xed\x13\x36\xe6\x70\xfa\x07\xce\x07\xe7\x1f\x3a\x30\xef\xff\x3b\xfe\x9c\x8b\xbf\xf3\xc0\xf5\x7b\xee\xfe\x1b\x30\xbe\x5b\x9b\xf1\xd7\x1c\x0f\xce\xe9\x01\xb4\x2e\x53\xd4\x65\xfc\xaf\x31\x8b\xff\x1f\x3a\x90\xbf\xc6\xcb\x05\xe9\x54\xe7\xb1\xe6\x2d\x21\x3f\xe3\x08\xd9\x91\x4b\x48\xc7\x64\x42\x0e\x36\x10\xf2\xe5\x00\x21\x99\x6b\x09\x69\xf7\x22\xa4\xe8\x0e\x21\x1f\x3d\x08\xb9\xab\x4e\xaf\x5f\x5b\x12\xf2\xe1\x1c\x21\x5d\x5f\x08\x69\x62\xf1\x71\x7a\x28\x4e\x07\xf5\x0f\xfd\x8b\xf7\xbf\xb7\xff\xb3\x6c\x2e\xe0\xf4\x0f\xa7\xbc\x7f\xe7\xa1\x47\xff\xc0\xd7\x3b\x4e\x4e\xef\xc1\xf1\xe0\x1c\x72\xbc\x30\xa7\x7b\xe0\xf2\xd1\xa3\x03\x61\xf7\x6a\xf8\xb8\x3f\xc6\x89\x9b\x84\xcc\x0d\x22\xa4\xd3\x93\x90\xd5\x2b\x08\xf9\x96\x4a\x48\x94\x01\x21\x9f\x2a\x09\x49\x8c\x21\xe4\xe3\x0e\x42\xba\x9f\x6c\xdb\xb6\x13\x52\x98\x4c\xc8\x3b\x11\xaa\xf5\x69\xd9\x49\xc8\xcb\xed\x84\xb4\xfc\x20\xa4\x6b\xf1\xef\x71\x91\x6b\x07\x15\x0a\xbd\xe3\xff\x5b\xff\x95\x37\x99\xdd\x7f\xe6\x49\x95\xc5\xb8\xdc\x93\xac\x5d\xa5\x5d\xff\x9d\x07\xe3\xf4\xbf\xe2\x67\x71\x72\xfa\x0f\x8e\x07\x96\xcd\xed\x7d\xcd\xfd\x9c\xf3\x0d\xe1\xfa\x0b\x37\xce\x0e\x66\x3a\xb7\xb1\xe9\x84\xfc\x3a\x47\xc8\x4c\x1f\x42\x3a\xc2\x09\x59\x7e\x9a\x90\x4f\x43\x08\xe9\x7e\x7e\xfa\xa0\x47\xc8\x7e\x19\x42\x5a\x27\x12\x72\xb2\x1f\x21\x6f\x73\x08\x29\x0c\x27\xe4\x8d\x2f\x21\x77\x4d\x69\x0e\x5e\x18\x12\xf2\x4a\x85\x90\xce\xcc\xdf\xfa\x48\x6e\x3e\xb8\x56\xd0\x3b\xfe\x7c\x15\x8a\xe7\x58\x7c\xb9\x4c\x27\x93\xb9\x8c\xe2\x09\x56\x6f\x2d\x95\xf9\x71\x1d\xc9\xa2\xaf\xff\xd9\xfe\xb9\xf8\xb9\x3a\x20\x9c\xfe\x83\xe3\x81\xff\x46\x29\xe6\x8b\xc5\xe9\x64\xb8\x7c\x98\xb2\x7c\x76\xcf\x43\x9d\xad\x54\x4f\xf9\x4d\x80\x90\x69\x06\xb4\x1e\xdc\x92\x3b\xd4\xf7\x67\x53\x1c\x21\xcd\x57\x09\xd9\xb3\x96\x90\xd7\x52\x84\x9c\x58\x43\xc8\x8b\x72\x42\x0a\xde\x11\xd2\xa8\x45\xc8\x9d\xb1\x84\x3c\xf7\x21\xe4\xc5\x63\x42\x9e\x5d\x26\xe4\xd7\xcd\xdf\x75\xc1\x6e\x78\xf2\xce\xc6\xf6\xdf\xc2\x8b\xfa\x97\x0b\xc6\xbc\xb8\x62\x3b\xbd\x4d\x60\x10\x6d\xf7\x82\x23\xb1\xdd\x7f\xe5\x43\xbf\xc5\xb4\xc7\xbc\xe8\xaf\x72\xd4\x82\x17\xcf\xa1\xa4\xd4\xf0\xa1\xe2\xfb\xe0\x17\x7e\x7e\x2e\x0f\x5c\xfb\xe7\xee\xb3\x38\xf3\xaf\xfa\x77\x1f\x8c\xdf\xc8\xfd\x5c\x74\x1b\x6b\x1f\x16\xbd\xfb\x49\xf7\x78\xd1\x21\x41\xc8\x90\x7b\x54\xf7\xe8\x17\x44\x48\xdb\x74\x9e\x80\x85\x5b\x08\x79\x5d\xcd\xdf\x10\x3e\x81\x90\x26\x7e\xa1\xab\xf1\xd3\x09\x79\xf6\x48\x54\x2c\xd5\x89\x90\xc7\x4b\x44\x1f\x5c\xdc\x4c\x48\x5d\x9e\xd8\x8e\x5b\x3b\x09\xa9\xf1\x15\x97\x6d\x5c\x4a\xc8\xfd\x54\xf1\x88\x1f\x81\x84\x54\x28\x4b\xa1\x53\xe1\x65\x3d\x99\xa5\xd8\xef\x27\xcb\xe0\xf3\x64\x4e\x85\x14\x9e\xbb\xc9\x38\x2c\x89\xf5\x45\xd3\xe5\xa5\x70\x3f\x86\xd3\xbd\x1c\x1e\x2c\x89\x4a\xe6\x43\x1b\xc5\xbf\x76\xe3\x81\x74\x31\xac\xeb\xbb\xf7\x87\x58\x33\x97\x07\xee\x7e\x72\xf7\x99\x27\xf7\x3f\xe2\x27\xff\x81\xec\xe7\x9c\x5e\x48\x29\x92\x90\x8e\x85\xbc\x3c\x26\x21\x84\xbc\x1f\x24\xb2\xc3\xb5\x98\x90\xd7\x47\x25\x1b\xc7\x5d\x22\xa4\x41\xbb\x8f\xe7\x5c\x3f\x42\x1e\xb7\xca\x07\xad\x0d\x27\xa4\x96\x28\x05\xc6\x88\x10\x52\xdd\xa4\xa4\x70\x24\x99\xe7\xfe\x9d\x3e\x8a\x91\xe7\x8c\xf9\x12\x6f\x8e\x52\x5c\x5f\xee\xca\x2f\x54\xfe\x58\x71\xff\xd3\x62\xfe\x91\x37\xa6\x2a\x7e\xf9\xdc\xc5\x57\x70\xf9\x99\x52\x0e\x80\xc0\xdb\xbc\xb1\x2a\xfa\x00\xc2\x31\x99\x1d\x2a\x21\x00\xc2\x65\x9c\xee\xe5\x48\x8a\xf2\x77\x00\xa1\x13\x29\x87\xd1\x17\xc7\xf5\xe0\x29\x15\x2d\x00\xa1\xc4\xfd\x17\x94\xeb\x01\x84\x14\x13\x96\x2b\xb7\x03\x08\xfe\x8a\xfb\xa4\xdc\x09\x20\xf8\x36\x66\x84\x8a\x38\x80\x60\xdd\x9f\xf7\xff\x3f\xe2\x9e\xf0\x1f\x38\x87\x3d\x25\xb1\x53\x13\xfc\xf8\x7c\xf6\x45\x41\xe2\xa4\xcc\x4f\x42\x9a\x3f\xf5\x3d\xa7\x9f\x40\x48\x23\xbf\xb2\x8a\xe3\x34\xde\xa9\x8f\xc4\x55\x4f\x7a\xcd\x17\xb8\x74\xcf\x45\x5d\x34\xc0\x56\x78\xf9\xad\x05\xea\xb7\x96\x5e\x10\x13\xbe\x21\xaf\x61\xbd\x75\xb5\xc4\xac\xd2\x4c\x0d\xdd\xc4\x67\x52\xca\x97\x47\xa9\x57\x64\x2d\x96\x96\x2f\x8a\x54\x5f\x5f\x12\x27\xbd\xb5\x40\x59\x7d\x7d\xad\x8a\xf4\xda\x8b\xb3\xd5\x9b\xdb\xd6\x48\x55\x9d\xdb\xab\x71\x0d\x40\x32\xed\xd4\x60\xcd\x12\x00\x29\xd7\x63\xb3\xb4\xbc\x01\xa4\xa6\x24\x25\x69\x2d\x01\x90\x12\x4c\x14\xd4\x1a\x08\x20\x39\x67\xcf\x7b\x6d\x55\x00\x29\x9e\xf8\xa7\x5a\x76\x00\x12\xe5\xb1\x43\x35\xfd\x00\xc4\x33\xa3\x07\x68\x06\x00\x88\x8f\x8b\xbc\xab\x51\x09\x20\xb6\x6c\xeb\x77\x8d\xf7\x00\x62\xf3\xff\xdf\xe3\xe7\xfd\xff\x28\x7b\xef\xb8\x9e\xdf\xef\x7f\xfc\x18\x4d\xed\xa5\x3d\x25\xed\x81\x54\x22\x24\xa3\x48\x85\x64\x54\xb2\x52\x4a\x49\x65\x25\x4d\x4a\x69\x2a\xed\x45\x11\x9a\x0a\x95\x8c\x92\x8c\x52\x88\x32\x8a\xc8\x56\xb2\xb7\xeb\x77\x7b\x9e\xeb\xf1\xe0\xc5\xfb\xfd\x7a\x7f\x3f\xbf\xd7\x3f\xe7\xf5\x6c\x79\x9c\x73\x9d\x6b\x3c\xce\xfd\x7e\xdd\xcf\x56\xf8\x83\x0f\x22\x82\x3a\xad\x5f\xf7\x4b\x62\x7d\x76\xb0\x44\x16\xeb\xf4\x4f\xb9\x55\xc6\xf2\x7b\x00\x74\x2b\xa8\xef\x57\x58\x3e\x2c\xf4\xc6\x6d\x0d\x6d\x83\x12\xde\xe2\x2b\xdf\x34\x47\x4d\x9f\x2c\x30\xf1\xfc\x33\x2d\x95\x45\x8f\x84\x9b\x4e\x67\x6b\x59\xae\xf3\x15\x1b\xac\x09\xd4\xac\xda\x71\x5f\x72\x7f\xd5\x3d\x4d\x89\xbd\xc3\x47\x76\x97\x7f\x1d\xe3\x76\xf0\x81\xcc\x9a\x92\x7b\x1a\x6d\xa7\xe4\x64\x17\x1d\x49\xd2\x58\xd6\xde\x24\xbb\xa1\x38\x5d\x63\xe7\x93\x63\x32\xfd\x87\x12\xc7\x04\x90\x7b\xd2\xb3\x72\x8f\x6a\x2e\x22\x44\x7a\x44\xda\x16\xcd\x00\x42\x46\x8a\x27\x45\x68\x76\x13\x22\x15\x1f\x2f\xa1\x59\x46\x88\x64\x6b\xac\x85\xe6\x76\x42\x24\x55\xa2\x77\x6b\xb4\x10\x22\x3e\x2c\x32\x49\xa3\x9a\x10\xb1\xf9\x11\x4b\x47\xaf\x21\x44\x64\x60\x87\x97\x86\x2c\x21\x22\xb7\x83\x1f\x8c\xda\x45\x88\xd0\xce\xff\xb7\xff\xc3\x99\xb7\x41\x31\xbc\xb7\x4c\x0e\xc9\x60\xdd\xf2\x43\xa7\x1a\xde\x4f\x7a\x55\xae\x89\xef\xa7\x0f\x4b\x0d\xf0\x7d\xf5\xb6\xd9\x38\xee\x21\x27\x00\xda\xa3\x4c\x9f\x8d\x3c\x09\x70\xc1\x72\x42\xe3\x98\x8d\xfc\xba\xf5\x81\xc6\xa7\xcc\xfa\x44\x93\x8e\x0f\x9d\x00\xb6\x5f\x24\x5b\xca\x92\x8c\xd7\xad\xd4\x93\xc9\x2c\x6e\x1f\x1f\xb8\xa9\x5a\xfe\xe7\x81\xb0\x71\x69\xb1\x63\x94\x3e\xe5\xad\x1b\xbb\x34\xaf\x48\xe5\x73\x56\xb9\x51\x4a\x55\xaf\x5a\x40\xc6\x12\xc3\xc2\x4b\xf7\xd5\x6e\xa7\xe5\x1a\x4e\xbd\x5f\xa4\xb6\x61\x9f\x87\x61\xe1\xa7\x57\x2a\xcf\x13\xcd\x8d\xea\x08\x51\x4e\xda\x1d\x38\x56\x90\x10\x25\x93\x9d\x6a\x46\xfa\x84\x28\x28\x87\x85\x1a\x4d\x27\x44\x7e\x5e\x88\x94\x41\x26\x21\x32\x3f\x82\xea\x0c\x7a\x08\x91\xd9\xbc\x6d\x92\xfe\x0f\x42\xa4\xad\x36\xfb\xea\xb9\x12\x22\xa5\x16\xb8\x57\x6f\x1b\x21\x92\xb7\xfd\xa7\xe9\x2e\x22\x44\xc2\xe5\xbf\xf8\x6f\xf6\xe7\xb8\x8f\xa4\xb7\xa3\xac\x55\xb0\x1e\xf9\x36\x44\x1f\xeb\x6b\x4f\xbd\x26\x20\x6e\xd7\xfd\x63\x32\xea\x04\xdc\x20\x96\xf8\xf5\x2b\x67\xac\x10\x0f\x6e\x04\x6b\x53\xa1\x2e\x80\x1a\x07\xeb\xa1\x2a\x92\xbc\xb3\xcb\x5e\xcc\x9c\x38\x76\xa3\x68\x41\x51\xd6\xf4\x40\xab\x7a\xd9\xb3\xb9\xa5\x96\x5e\x4b\xdc\x94\x26\xa6\x6f\x9c\x26\xee\x63\xa6\x36\x2d\xf9\xf6\x94\x98\x88\x80\xd1\x45\xf1\x5a\x16\x12\xe9\x93\x34\x27\xc4\x8c\x9b\x74\xb1\xe4\xbd\xd6\x40\x94\xa7\x79\x46\xa3\x91\x76\xc3\x4e\x05\x73\xbe\xae\x9d\xda\x67\x22\xda\xcc\xa5\x5e\x57\x6a\x9d\x0c\xed\x31\xf7\x23\xb7\xc6\x88\x07\x39\x98\x2f\x23\x2f\xd4\xdf\x6c\x5e\x34\xd1\x92\x10\xb5\x29\x01\x73\xcd\x1e\x13\xa2\xd2\xe6\xf7\xcd\x4c\x92\x10\x65\x1d\xdf\x2e\xd3\x9d\x84\x28\x3e\x5f\x3f\x6d\xc2\x13\x42\xe4\xc3\xbd\xde\x4d\x88\x26\x44\xee\xd2\xba\x97\xc6\xd5\x84\xc8\xd6\x78\x64\x8c\x3b\x49\x88\xb4\xc3\x7f\xce\xf7\x11\xe9\xd4\x2a\x60\x15\xe0\xe7\xd6\x31\x58\x87\x7b\x3d\x30\x1e\xab\xe3\x8f\x1b\xb0\x5c\x0f\x77\xcc\x67\x22\xef\xe3\x5a\x9b\x2d\x56\x47\x9a\x3d\xe7\xe3\x3d\x96\xd3\x21\x8e\x58\xbf\xac\x9e\xb5\x78\x38\x17\x3f\xc0\xd1\x86\x25\x57\x65\x5d\x87\x7b\x16\x1c\x59\xf4\x43\x67\x88\xb0\x53\xda\xb7\x85\x2e\x93\x8f\xcb\xec\x8c\xeb\xb3\x8f\xb6\x77\x55\x3b\x17\x35\x63\x5e\xee\x9a\x4d\x63\xf4\x43\xef\xcc\xfd\xb1\xed\x87\x8e\x5e\x90\xf5\x9c\xa9\x89\x6e\xfa\x3a\x9b\x45\xac\x0f\x15\x85\x18\x3a\xf8\x47\xcd\x1e\x7b\x8a\xc7\x68\xb9\xdf\xe8\x59\x96\xd7\x0a\x8c\x8a\x7c\xc3\x66\x09\x3d\x1b\x65\xf8\xc5\xa7\x71\x96\x3f\x89\xd1\x3f\xe4\x35\x62\x46\x19\xa9\xd6\xce\x5d\x3b\xd1\xaa\x8f\x5c\x1d\xd3\xbf\x26\xd5\x6a\x06\xb9\xa3\x11\xba\x4a\x70\x7a\x20\x79\xa1\xbe\x6b\x45\xb4\xa5\x13\xf9\xac\x56\xef\xf6\x64\x8a\x07\x21\xca\xfb\x5c\xaf\x4f\x89\x22\x44\xe9\xb5\xab\xa4\x85\x29\x21\x8a\x01\xce\xe9\x93\xf6\x13\x22\x1f\xfd\x3b\x0e\x7f\xfa\xff\xa3\x0d\xe1\x19\x18\x30\x37\x47\xbe\xcf\xc3\xde\x99\xf4\xfe\xb3\x83\x3d\xea\x27\xb5\xf1\x2c\xc2\x7b\x8b\x17\x36\x3a\xe3\xe7\xba\xba\xe5\xd8\xf7\xa0\x22\x7f\x15\xf2\x1e\x0e\x3e\x73\xc7\xf5\x24\x6f\x9e\x67\xa4\x38\x3f\x40\x4a\xc6\x5a\xe5\x51\xfe\x23\x5e\xc4\xcc\x5f\x3d\x7d\x42\x95\x54\x74\xa8\xe0\x0a\x75\xeb\xab\x2a\x3a\x81\x73\x5c\x64\x9d\x2b\xb4\x5d\x7c\xe6\x2f\x33\xd9\x18\xad\x7f\xcf\x43\x63\x89\x46\xf4\x9a\xb1\xd2\xab\xa6\x3b\x6d\xce\x9d\x39\xbe\x76\xb9\xe2\x22\xa1\xaa\xe7\x13\xf4\x9d\x53\x17\x1e\xbf\x7c\x78\x42\xc6\xd2\xa7\x0b\x87\xf4\x4e\x36\xfe\xbe\x34\x64\xa1\xc1\x57\xdd\xf1\xf2\x8b\x57\xcd\x5f\x48\xfc\x0d\xaa\x1c\x7f\x3a\x8c\x25\x09\xba\x3f\x1c\xf9\xed\x34\x48\x89\xf6\x84\x05\xd1\xf3\x82\x48\xad\xe6\xf1\x85\xa3\xe7\xa6\x92\xcb\x63\xc4\xe7\xf7\xda\xcc\x26\x8f\xd4\xf5\x1c\x9c\xad\xf3\x49\xbf\xda\x3d\x7b\xcd\x59\x5b\x09\x51\x71\xb5\x33\x9a\xe9\x49\x88\x32\xff\xef\xfc\xa7\xfe\x7f\x1f\x30\x64\xc6\xdf\x02\xeb\x6d\x8f\x5e\xcc\x41\x7e\x60\xe7\x97\x85\x58\x35\x6f\xc9\x76\xc6\x5b\x72\x8d\xae\xab\x11\x9f\xaa\x35\xf7\xc0\xdf\x2b\xdf\x40\x79\x30\x45\x6f\x36\xf4\x71\x6c\xe6\x60\x00\xc6\x29\x49\x7f\xb3\x2c\xcf\x63\x80\xa8\x17\x9b\xbe\xca\x5f\xe7\x31\xda\x7e\x25\x60\x99\x81\xa6\xd8\x2e\xbf\x3e\xbf\x10\xcb\x6b\x0a\xf2\xee\x05\xeb\x9f\x2f\x72\xd1\xf0\x72\x69\xf6\xd2\xf3\xaa\xd0\x13\x58\x3c\xd2\xf3\x44\xf8\x4f\x83\x03\x0b\x12\x3d\x96\x64\xcc\x32\xb2\xb3\x1f\xb2\xd6\xa6\x3c\x64\xac\x95\xed\x2e\xf7\xf1\x17\xae\x8c\xf5\x9d\xab\xba\x66\x46\xf7\x6e\xa3\xfa\x39\x27\xd7\xcc\xfa\x50\x62\xf0\x66\x4e\xee\xca\x23\x24\x4b\xf7\xa7\xcd\xa9\xe5\x97\x49\x95\x76\x98\x0d\x9f\xf3\x7b\xd2\xac\xb9\xd8\x7a\xe2\xd2\xeb\xa4\x53\x23\x68\x76\xca\x12\x79\xf2\x70\x34\xff\xec\x67\x8b\xd4\xc8\x33\x75\xee\xd9\x32\x0b\xf9\xc9\x07\xb5\xf9\x33\x23\xe6\xaf\x27\x44\x65\xec\xac\xd3\xf6\x55\x84\xa8\x24\xb3\xfe\x93\x43\x06\x78\x9b\x6b\x70\xc3\x34\xac\xc3\xf6\x4d\x76\xc0\xea\x5e\xa7\xeb\x52\x8a\xff\x3b\xad\xc4\x75\xa3\x31\x09\xcb\x73\x70\xd2\x61\x03\xe6\x41\xd9\xb2\x40\x1c\xf7\x22\xf3\xad\x58\x2d\xcd\xca\x0d\x46\xfe\x58\xa2\x62\x28\x56\x0f\x23\x5e\x44\x60\x7e\x6c\x9f\xb3\xcb\x4c\xea\x38\x80\xef\x9c\x88\x89\x63\x7c\x04\xaf\xad\x1e\x19\xda\x66\xfe\x52\xda\x75\xf1\x96\xe0\x01\x7b\x33\xd5\x54\xfb\xd6\xed\x26\x6b\xc5\x35\xa6\xcc\x99\x1b\x24\xb0\xa3\x4c\xb3\x70\x66\xff\xd6\x27\xa9\xa5\xda\x76\xd3\xad\xb7\xb4\x1c\x7d\xaa\xfd\x64\xea\xbb\xcd\xe7\x1b\x77\xe9\x68\x4f\xf1\xdc\xcc\x7f\x47\x42\x3b\xc0\xa2\x7f\x53\xd7\x5b\x51\xcd\xcb\x53\x16\x07\xec\x20\xbd\x1a\x11\x53\xec\x37\x2c\x23\x03\xea\x8f\x2c\xac\xbc\x13\x09\x51\x73\xb0\xe8\xf7\x7c\x46\x88\x1a\xbf\xc5\x64\xf7\xc3\x84\xa8\x68\x5b\x28\xad\xe6\xac\x17\xaa\x93\x97\xae\x34\x27\x44\xb1\xc9\x42\xc6\x75\x3e\x21\x8a\x8a\x93\xc4\x5c\x36\x13\x22\x2f\xc0\xfa\xff\x46\xc1\x0a\xf1\xa9\x87\x7d\x0e\x88\x6b\xb3\xfc\xa7\x96\xf2\xb5\x1b\xe8\xf8\x6f\xc0\x7a\x73\x8d\x78\x00\x56\x45\xcb\xe7\x07\x61\x75\xb0\xf0\x65\xe8\x03\xf4\x7f\x30\x12\xeb\xb1\x49\x29\x51\xa8\xae\xbe\x4b\x31\x16\xd7\xd5\x2d\x31\xb4\x8a\xe8\x1d\x9f\x2c\xc5\x9f\x0c\xb0\x72\x42\x92\xa9\xf2\x3a\xde\xe2\x45\xd1\x09\xca\xe3\x4b\xc5\xb5\x6c\xfa\xf6\x5c\xb1\xae\x95\xff\x68\xe5\xb2\x47\x68\xe5\x50\xa5\xda\x29\xea\x31\x64\x9b\x93\xca\xed\x89\x47\x62\xb4\x93\x55\xd4\xa4\x4c\x82\x77\x0f\x2f\x7e\xab\xd6\x6c\x2c\x1e\x6d\x72\xb6\x41\xed\xcc\xb8\xb3\x51\xce\x9d\x73\xd4\x14\xc6\xcd\x8a\x92\x1e\xb8\xa8\x92\x3e\xee\x69\xe4\x37\x42\x94\x52\xc6\xdf\x09\xd9\x44\x88\xd2\x98\xf1\x3b\x82\x96\x11\xa2\x50\x3c\x7e\xf5\x96\x0c\x42\xe4\xaf\x8d\xf7\x0f\x74\x24\x44\x7e\xc8\xb8\x0b\x1b\x8d\x08\x91\xdd\x39\x5e\xc1\x77\x3a\x21\xb2\x92\xe3\x7c\xbd\x1e\x11\x22\x9d\x35\xee\x8b\xa7\x0b\x21\xd2\x7e\xef\xcb\x67\x60\xf5\xfb\x49\xf3\x42\xc4\x37\x3b\x7b\xdd\x50\x28\xaa\x2d\xcf\x0b\xf1\xab\xc6\x47\xfe\x88\x47\x9c\x8c\x0f\x42\x9c\xa7\x5c\x24\x14\xf5\xca\x0f\x8a\xee\x42\x94\x25\xbb\x2d\x16\xd7\xd7\xe4\xb4\x38\xac\x0a\x47\xbd\x4c\x46\xde\xd4\xf6\xef\x14\x2f\xf4\xc9\xcd\xc0\xf3\x95\xcb\xd5\x1c\xdc\x4f\x16\x25\xe5\xde\x97\x31\x1d\x52\x69\xbd\x28\x3b\x4d\x37\x58\xb0\xc4\x62\x63\x96\xfc\xf4\x51\x92\x03\xa6\x31\x99\x07\x9c\x73\xa4\x0d\xc7\x79\x64\x0e\x0b\x8c\x95\xa9\x34\xd8\x96\x61\x11\x2f\x26\x7b\x45\xd7\x3d\x3d\xae\xc8\x58\x4e\x55\xdb\x2e\xed\x54\xfd\x7a\x39\x11\xcd\xc1\xb4\xf1\x1d\x96\xb2\xd3\x35\xd3\xf7\x95\xbe\xcc\x96\x1e\xd0\x9a\x9c\xca\x4f\xc8\x48\x5e\xad\x65\x09\x61\x84\x48\xcd\xd2\x1a\x13\x63\x42\x88\xe4\x04\xed\x49\xbb\x9c\x08\x91\x2c\xd4\x36\x8c\xb0\x21\x44\x52\x54\x7b\x5f\x88\x19\x21\x12\x75\x3a\x96\x41\x33\x09\x91\xd8\xaf\x1d\xc9\x89\x93\x78\xb0\xce\xa2\x40\x4f\x42\xc4\xf3\x9e\xd9\x2c\xc0\xf9\x7f\xc7\x67\x15\x56\x7d\xdb\x1d\xa8\x8a\x7a\x43\x2f\xe5\x7d\xd5\x14\xed\xc0\x2a\x71\xd9\x97\x48\xc4\xe1\x8a\xfa\x63\x50\x17\x24\x27\x2c\x01\xf9\x2f\x29\x62\xf4\xb6\x71\x0c\x49\xc7\x73\x45\x08\x64\xe1\xfc\xf1\x87\x5c\xfc\xbd\xd5\x8d\x07\xb0\x3a\xbc\x70\x07\xe5\x85\xcc\xfc\x79\x64\xaf\xa0\x2d\xc0\x24\xbe\xc3\xfe\xa3\x5a\x79\x37\x1a\x3d\x28\x0e\x9f\x64\x2a\xf4\x55\x37\xb3\xd8\x7a\xd1\x25\x91\x1c\x4d\xa3\x43\x2f\x36\x8c\x15\xcd\x55\x3f\x79\x28\x69\x77\x85\xd8\x64\x35\xad\x83\x0f\x0b\xf6\x88\xd9\xa9\xf8\x1e\xb4\xaf\xc9\x17\x03\xe5\x05\x45\x99\xed\xaf\x45\x35\x95\x6e\x14\xc9\x3d\xbb\x27\x7c\x58\xd9\xa3\x50\x95\x10\xc1\x4f\x2a\xe2\x39\xb1\x84\x08\x8d\x57\x09\x4d\x37\x22\x44\xc8\x58\xa5\x34\xa5\x84\x10\x21\x09\xd5\xd0\xc4\x06\xce\x39\x49\x65\x70\xcf\x51\x42\x04\x13\xd4\x46\x44\x4f\x23\x44\x48\x5d\x4d\x66\x67\x1c\x21\x82\x4f\x54\xb3\xc2\x75\x08\x11\x94\xee\xce\x5a\x83\xa8\x47\xbb\x0b\xe5\xbd\x9d\x77\xa0\x7a\x40\x35\xa2\x94\x0f\x51\xf1\x32\x0a\x6f\x8f\x16\xb7\x51\x5d\x98\x5c\xdb\x64\x3c\x71\xa4\xae\x4c\xc7\x75\x64\xcf\x0a\xda\x2f\x28\x3c\x29\x1f\xd1\x92\x2d\xc3\x0a\x99\x3e\x28\x87\x10\xff\x71\x19\x53\x82\xeb\xc4\x5c\xfd\x0a\x8c\xb3\x71\x1f\xad\xaa\xeb\xbb\x1f\x7f\x29\xe7\x39\x4c\x66\xf4\xd4\xe3\xbe\xe3\x2e\xf1\x46\xa9\x54\x1c\x5f\x6e\xbf\x99\xcf\x5c\x71\xd1\xf1\x25\xeb\x1e\xf2\x79\xc8\x0d\x1c\x37\xd8\x29\xcf\x37\x59\x56\xbf\xba\x25\xe7\x16\xaf\xaf\x8c\x7a\xf5\xbe\xe3\xe9\x3c\xc6\xd2\xd7\xaa\x5a\x5b\x3f\x73\x4b\x48\xf7\x57\x79\x3d\x31\x1a\x76\x45\x56\xb6\x6a\x11\x21\xf0\x45\x26\xec\xe8\x1d\x42\x86\x3a\xc8\xca\x1f\xb4\x24\x84\xab\x47\xf6\x71\xc1\x73\x42\x78\x14\xe4\xc4\x73\x82\x08\xe1\x19\x2f\xa7\x9a\xc1\xb1\x8a\xb2\x3d\xa9\xbb\x09\xe1\x8e\x93\x0b\x4d\xaa\x26\x84\x67\x92\xdc\xad\xb8\x3e\x42\x78\xfc\x3a\x8c\x28\x6a\xd6\x5c\xbf\x1d\xe3\x51\xef\x13\x89\xcf\x5f\x31\x18\x83\xf8\xef\xe1\x49\x49\x58\xfd\xcf\x77\xa4\xfd\xa1\xd2\x04\xb2\x70\x1f\x8d\x5f\x9d\x8f\xaa\xfb\xbb\x0a\x0a\xf1\x7e\x77\xd0\xcb\xc3\x78\x7e\xd8\xd0\x58\x82\xf1\x5b\x55\x53\x81\x78\x86\x63\x68\x35\xc6\xd5\xea\x74\x2d\x7e\xd6\x2f\xa1\xb7\xd3\x95\xa5\x1a\xb2\x84\x12\x00\x64\x85\x1a\xae\x6b\x97\x0d\x79\x25\x2d\xd0\x98\x6f\xad\x07\x20\x71\xb1\x31\x6f\xf5\x5d\x00\xb1\xe9\x8d\x09\x21\x0b\x01\x44\x46\x37\x4e\x4b\x8f\x06\x10\x9a\xda\xd0\x50\xe1\x0f\x20\xe0\xd9\x20\x71\x89\x0b\x80\xff\xe6\x39\xff\x5e\x2e\x00\x3e\xb7\xb3\x85\x5f\x2a\x01\x78\xcb\x6b\x6f\x71\xce\x84\xdc\x3a\xd5\x96\x68\x97\x94\x23\x92\xc2\x25\x72\x14\xfb\x3e\x70\x0f\x3f\x78\x9d\x63\x87\x5e\xdd\x8f\xfd\x40\x86\xce\xca\x75\xc3\xef\xe7\x66\x5e\xc4\xf7\x78\x6f\x7a\x6b\xfa\x94\x37\x45\x95\xab\xdd\xe2\x11\x15\x3a\x62\x9b\x82\xe3\x5c\xa0\x9e\x81\x28\x6b\x46\x3f\xc5\xc5\x13\x07\x0b\x51\x7d\x22\xba\x8d\xe1\x01\x8d\x2e\xd3\xe6\xd8\x80\x8e\x4a\xc4\xc5\xd7\x2d\xaf\xc6\x38\xb8\x1e\xac\xc1\xfd\xd3\xce\xe5\x34\xf2\x1c\x2c\xe6\x51\xdc\x50\x2b\xbe\x19\xf1\x31\x11\xb1\x56\x3c\x87\xf2\xed\x6d\x7d\xad\x70\x0f\x80\xeb\xf4\x55\x57\xf3\x38\x80\xa1\xdd\x57\x23\x17\x63\x64\xaf\xd6\x04\x20\x73\xf7\xaa\x4d\x02\xe2\x4f\xad\xc7\x8a\x11\xc7\x6c\x75\x69\x40\x45\xa6\x16\xe3\x3b\xc3\x39\xf6\x8a\xc6\x5b\x64\xb2\x35\xc7\xd3\xb3\xf1\x39\x06\xcf\x3e\xc5\xe8\x3c\x9c\x60\x6c\x25\xa3\x2c\x5f\xc2\xdc\x34\x2f\x66\xf0\xe0\xc2\x33\x1c\x7b\xba\x60\x17\xe2\xd8\xac\x0e\x54\x89\x28\x45\x95\x0b\xdd\x29\x0f\x28\x2b\xf7\x00\xf2\x15\x92\xd2\xa8\x0e\x52\xcc\x94\xa3\x88\xdf\x87\xb5\x97\x23\xcf\x6e\xab\x5c\x35\xce\x07\x9f\x12\xca\x0b\x59\xd5\x52\x8f\xf8\xa6\xd3\xbb\x06\xcc\x1f\x9b\x29\x4d\x18\x0f\xb3\x49\x14\x37\x54\x6f\x6c\x43\xdc\x77\x44\xf1\x4d\x44\xa5\x00\x3a\xc3\x24\x50\x6f\xbf\xf3\x85\x71\x34\xda\x24\xba\x62\x75\x26\xf9\xe2\x8a\xd2\x79\x26\x16\x9f\xac\x53\xfc\x00\x32\x75\x3a\xcd\xeb\x31\x13\x6f\x19\xdc\xc4\x88\x77\x94\xbf\x44\x25\xcc\x1b\xea\xd4\xaf\x16\xa6\xe3\x40\x33\x83\xac\x35\x30\x37\xcb\x4f\x6b\x50\x7b\xb2\x86\xda\x2a\x86\x2f\x52\x8e\xef\x16\xc7\x7b\x93\x70\x7f\x2b\x9b\x9d\x81\x7e\x14\x7d\xca\x3f\x86\xeb\xc0\xc1\x43\xb8\xff\xed\x8b\x2f\x41\x16\xc2\x1e\xdf\x72\xe4\x13\x46\x36\x56\x61\x5e\x04\x6f\xaa\x95\xa1\xeb\xe1\x29\x7c\x5a\x2f\x9e\x06\xc4\x43\x97\x57\x5c\xc0\x75\x73\xc1\x85\x8b\xf8\xfe\x31\xe3\xe0\x55\xc4\x01\xc7\x4d\xbd\x8e\xf9\xa5\xb2\x99\xea\x85\xf0\x29\x52\xb4\x1e\xe0\xc1\x67\x31\x44\xce\x1f\x94\x18\x61\x46\xf6\xf2\xcd\xc3\x99\xd9\xbb\x83\x9e\x54\x7a\xf9\x76\xe1\x7d\xee\x5e\x8f\x7c\x8c\xdc\x83\xe0\x93\xb8\x42\xdf\x3f\x74\x15\x57\x9a\x9e\x76\xda\x89\xa5\x47\xe4\x07\x8e\x68\x97\x08\xf5\xef\x3a\x83\xe3\xb6\x32\x9d\x07\x2e\x32\x1d\x07\x1a\xc5\x99\xb8\x30\xdf\xaf\x45\xe4\xb9\xdc\x3e\x13\xd1\xf5\x43\xa5\x05\x98\x7d\x79\x27\x8b\x11\x3d\x4f\xb3\x2e\x43\xd5\x91\x44\xee\x63\xf8\x5e\x19\xd5\x50\x83\x3c\xeb\x90\x8a\x7a\x64\x29\x6c\x5e\x7d\x0e\xdf\x2f\x7d\xaa\xce\x63\x9c\xdc\xad\x2f\x21\x9b\xc5\x59\xb5\x05\xfb\x62\xd8\x5d\xbf\x86\xef\xe1\x53\xc5\x6e\x62\x5c\x0c\xb8\x6f\xe3\xba\xa0\x98\xda\x83\xfb\x33\xf7\x00\x55\x23\x00\x78\xa1\x21\x84\x27\xb0\x17\x9b\xf5\x30\x1f\x5e\xa4\xe2\x74\x80\x97\xb9\x6b\x70\x47\x7f\xf1\x23\x14\xf3\xe3\xa5\x6d\x26\x9e\x64\x5f\x18\x57\x20\xc3\xfd\xc5\xdc\x4b\x59\xd4\xf6\xe2\x4e\xfe\x5c\xf1\x33\x32\x5e\xfb\xf6\x52\xff\x7a\x18\xbd\x8f\xae\x9a\x3f\xe3\x72\x95\x61\x1c\x5c\x52\xa1\xf6\x3c\x7e\xbf\x58\x71\x3f\xa2\xa8\xf9\xca\xc5\x78\xeb\x3e\xc3\xbc\x02\xc7\x29\x59\xe0\x04\xfa\xb1\x67\x45\x3d\xb3\x1f\xd0\xbe\x31\xdb\x15\xcf\x23\x6f\x30\x40\xf1\x12\x9e\xbf\xd7\x15\xb7\xa2\x9f\x2b\xee\xb4\xe3\x7e\xea\xe4\x70\x13\xd7\x45\x9b\x79\x9d\xb8\xbf\x4c\xb6\xbf\x87\xfa\x49\x7a\xbd\x54\x37\x43\x41\xf1\x09\xee\x33\xdc\xf2\xfd\xc1\x34\x0e\xef\x35\x46\x20\xd3\xe0\x83\x9b\x16\x22\xef\x1f\x4b\xe9\x89\xe6\xc3\x72\x37\x8c\xfc\xc7\x28\x7a\x62\xfb\xd8\x9b\x8a\x27\xf7\x8f\xdc\x25\xf8\xf3\x1f\xa5\xce\x63\xc6\x7d\xe8\xb8\x8b\x23\xf1\x2e\x74\x00\xf3\xe9\x0d\xc3\xf7\x79\xc1\xf4\xc5\x61\xe3\xd2\xcd\x20\xed\x9d\x6f\xa9\xbd\x31\xf3\x9f\x71\x39\x20\x4a\xf5\xbf\xb2\xa6\x56\x22\xbe\x9d\xd2\x51\x2b\x0d\xff\xd0\x43\xda\xf5\xae\x11\x51\xe7\xe0\x1f\xcd\xc8\x97\xde\xbc\xb7\x05\xf5\xa5\x7c\xe5\xdb\x70\x5e\xac\xcd\xbb\x89\xf1\x72\x7e\xd7\x89\xfe\x2e\x70\xba\x83\xea\x0a\x2c\x1f\xc8\xdc\xa6\x0f\x79\xd8\xba\x2b\x5e\xe0\xfc\x93\xab\x7e\x8d\xfa\x8d\xdc\xb7\x3e\x8e\xa5\x71\xf8\x99\xcd\x85\x6f\xae\x3f\x33\xe8\x8d\x1e\x42\xa6\x30\x4a\xa7\x4b\x29\xbf\xa1\x28\x30\x9a\x7e\xde\xf3\x83\xda\x03\x0c\xee\x7f\x8a\xc1\xbb\xaf\x33\x78\xf6\x73\xe6\x0d\x81\xfa\xc7\xea\xc4\xbc\x61\x78\x20\xb4\xaf\x14\xc0\xa3\xfb\x7f\xc6\xe5\xf6\x2a\x8e\xcd\x49\xfd\x0f\x1e\x14\x9e\xb3\xa3\x3b\x2e\xe0\x7a\x11\x6e\x74\x05\xdf\x33\x83\x4a\xdb\xb0\xcf\x28\xdb\x1f\x6c\xdd\x97\x4e\x7c\xca\x55\x6e\x77\xf1\xf7\x96\x7c\xb8\x8f\xeb\x87\x7d\xe3\x23\xcc\x83\x19\x3e\x4f\xf1\xfb\xa6\x9e\xfd\xb8\x5f\xea\x00\x3a\x07\x72\x3d\x5f\xc6\xd3\x79\xf1\xf3\x01\x8d\x03\x21\x5c\x0c\x0f\x46\x99\x79\xf3\x35\x67\x74\x2b\x16\x30\x7a\x10\x5e\x0c\x6f\x21\x9c\x51\x84\x4d\xf7\xa4\x96\xd5\xbd\x38\xc7\xe8\xc6\xdc\x60\x70\xfc\x3e\xa6\xff\x09\xe5\x09\xfd\xad\x13\xc3\xea\xe7\xb0\xba\x42\x34\x5f\xd2\x2d\xea\x71\x96\x25\xf5\x34\x20\x1f\x2a\xb6\xe2\xe2\x3d\xcc\x83\x69\x94\x0f\x13\x02\x37\x50\x1f\x68\x8b\x50\x17\xfa\xb9\xa1\xed\x2e\x7e\xdd\x63\x13\xed\x17\xe5\xb6\xad\x0f\xbb\xd8\x38\x75\x3e\xc5\xa7\x9f\x97\xf4\x12\xcf\x4b\x96\x26\x03\xf8\x94\x26\xd3\x29\xcb\x40\x07\x91\x5a\xe4\x3f\x60\xfe\x70\xc5\x92\x7f\xe5\x81\x98\x30\x7c\x86\xb9\x5c\xd4\xae\x6c\xa2\x96\xed\x8f\xc3\xe6\x05\xab\x7b\x51\xc9\xe8\x5b\x9c\x67\x78\x13\xed\x4c\x9e\xfc\xe2\x7f\x30\xbc\x09\xaa\x54\xf3\x4b\x27\xe6\x8f\xb8\xa4\x48\x34\xe1\xae\x13\xdf\x73\x99\xf6\x05\x8b\xbc\x86\xeb\x57\xe8\xfd\x9b\xc8\x77\xd9\x36\x78\x1b\xdf\x33\xfc\x2f\x77\xe3\x7c\xf0\xee\x7a\x84\xfb\x9e\xfb\xa9\xa7\xb4\x3f\x94\xe3\x4b\x64\x21\x2d\x8a\x7f\x8d\xbb\xbb\x6d\xec\x07\x7c\xff\x9c\xd6\xfb\x05\xcf\xd3\x26\x4c\x3f\xa0\x31\x1b\xa8\x95\xb6\xa1\xf6\xbf\xc5\xe1\x6f\x1e\xc8\xdf\xfd\x71\x7c\x18\x1b\x39\x13\xfe\xe0\x07\xb1\xf3\xe4\x18\x93\x0f\x67\x99\x3e\x49\x57\x18\x9e\x0c\xcb\xff\xf8\x95\x27\x4c\xbf\x25\xfa\x04\x94\x57\x46\xfe\x81\x53\xff\xcd\x7f\x60\xfb\xa0\xb0\x38\x38\xfb\x99\xfd\xbe\x99\x0d\xb5\xd3\x98\xfb\xf9\xb3\x19\x5e\x80\x7d\x04\xb5\xce\x0c\xe6\xb8\x96\xe9\xef\x11\x30\x94\xda\xb0\x46\x80\x1f\xae\x00\xf1\x0f\xe9\x7d\x66\xce\xc9\xfc\x73\x2c\xc0\xe1\x07\x00\x1f\x6a\x29\x16\xf9\xbe\x05\xa0\xf9\x32\xc0\xfb\xcb\x00\x5d\xce\x00\x5f\xa7\x02\xbc\x15\x04\xf8\xc0\xdc\x9d\x66\xf1\xde\x9e\xaf\xd4\xb2\xfc\x87\xff\xe0\x7f\x30\xfc\x90\xf3\x0c\x7f\xe4\xac\x29\xb5\x2c\xff\xa3\x96\xc1\x05\xc9\x7f\xe1\x3f\xb0\x7e\xb3\x7d\x30\x58\x1c\xdc\x90\xf1\xf3\xdf\x78\x20\x33\x19\xac\x99\xe5\x81\x2c\x3e\x4d\xed\xaf\xfe\x38\xc5\x94\xd7\x11\x66\x00\xf0\xe5\x2e\xc0\x9e\x6d\x00\x9f\xa5\x00\xb2\xf8\x00\x3e\x0e\xe1\x9c\xf0\x00\xde\xfe\x04\x38\x91\x04\xf0\x76\x3d\x40\x73\x1d\xc0\xdb\x73\x00\xb7\xcd\x00\xde\x07\x03\xf4\x37\x00\xbc\x61\x62\xfe\xf8\x04\xb5\x77\x19\x5c\xef\x06\x83\xf3\xb3\x78\xdf\xc5\xe7\x8c\xff\x6c\xff\x97\x7f\xe1\x7f\x1c\x0f\xfa\x1d\x07\xd3\x11\x7f\x8e\x37\xeb\xb7\x3e\x73\x5f\x5f\x9f\xe1\xb1\xb0\xfa\x17\xfa\x8e\x7f\xc6\x83\xc5\xfb\x59\x1e\xc8\x5c\x26\x8e\xbf\x78\x20\x0f\x39\xbb\x02\xc5\xf3\x7e\x18\x70\xd6\x1c\x80\x4f\x89\x00\x9c\x37\xf6\xf7\x47\x38\x7b\x35\xc0\xbb\x42\xce\x1e\x0e\x30\xb0\x07\xa0\x7a\x1b\xc0\xeb\xa7\x34\x0e\x03\xb5\x00\x5d\xe7\x01\xde\xac\x03\xe8\x4f\xfa\xad\x0b\xf3\x88\xe1\x58\xb0\x78\x27\x9b\x07\xbf\xf8\x1f\x4c\xbc\x58\xfe\xc7\x69\x66\xdc\x7f\xe1\xdf\x8c\xaf\xff\x8b\xff\xc0\xfa\xad\xc5\xe0\xb8\x5a\x63\x18\xcb\xdc\xeb\xfe\xc5\x7b\x98\xf9\xe7\xef\xff\xe2\x81\x30\x79\xb3\xc0\x9d\xe2\xfc\x6e\xab\xe8\x3c\xf0\x89\x07\xf8\xf2\x08\x60\x7b\x20\xc0\x7b\x6f\x80\xdd\xa9\x00\x6f\x22\x00\xd2\xae\x00\x0c\x5e\x07\x38\xe4\x0b\xd0\x3f\xc8\x39\xe3\x02\xbc\x74\x00\xb8\x90\x0c\xf0\x6a\x39\xc0\x9d\x8d\x00\x2f\x9e\x02\xbc\x9c\x09\xf0\x9c\xc1\xed\x59\x5d\x1c\x96\x0f\xd5\xc2\x60\xad\x6c\x1f\xa4\x7f\xf5\xff\xc1\x9f\xfe\x97\x9b\xff\x8e\x03\xcb\x7f\x60\xfd\x67\xf9\x1f\x2c\x4e\xf9\xb7\x55\x67\xfe\x6d\x96\xf7\xc0\xc6\xcf\x54\x98\xda\xe9\xe7\x28\xcf\xcb\xde\x87\xf2\xbe\x5c\xfa\x01\xbe\xf6\x03\x78\x55\x00\x7c\x74\x05\xd8\x36\x19\xe0\xed\x73\x80\xa8\x66\x80\x81\xb7\x00\xfb\x56\x03\xbc\x54\x05\x28\x3c\x09\xf0\xcc\x19\xa0\xca\x11\xe0\x69\x1d\x40\x53\x0c\xed\x0b\x75\x3b\x06\xe0\x59\x2e\x40\xff\x26\x80\xc7\x4c\x4e\xde\xee\xf9\x33\x0f\xd8\x75\x80\xd5\x96\xf9\xb7\xf1\x67\xf9\x0f\x65\x4c\x6f\x8b\x23\x33\x7f\xc7\x81\xcd\xff\xbf\xfd\x67\x79\x1f\x6c\x3f\x8c\x5f\x76\xf8\x9f\xf1\x60\xf3\xe3\x0f\x1e\x48\x28\xc0\x5c\x0f\xca\x69\x5a\x9a\x0b\xf0\x69\x1e\xc0\xda\x0d\x00\xef\xba\x39\x67\x31\x80\xfe\xcf\x00\x3b\xcd\x01\x5e\x1c\x06\x48\xf1\x00\x78\xfa\x0e\xe0\x80\x33\x40\xdf\x59\xaa\x0b\xf2\xa8\x95\xc6\xa1\xcf\x1e\xa0\xcb\x01\xe0\xd1\x21\x1a\x07\x96\x0f\x74\x93\xe1\xbf\x5c\x89\xf8\x73\x1d\x64\xfd\xff\x35\xff\xb7\x53\x5b\xa9\x4e\x6d\x29\xc3\xf5\xfb\x5f\xfc\x07\xe5\xf7\x7f\xfa\xfb\xb7\x0e\x06\x6b\x59\x7d\x08\x16\x27\x67\xe3\xa1\xff\x94\x5a\x33\x2b\x80\x9f\xf7\x01\x66\xfb\x00\x7c\x3e\x4b\xfb\x47\x7d\xe0\x02\x58\x2d\x06\xc0\x39\xfb\x72\x8e\x47\x2f\x6e\x02\x84\xbf\x04\x78\xfc\x0c\x20\x29\x95\xf2\x5c\x0a\x7a\x01\x1e\xf6\x02\x70\xde\xe4\x7a\x77\x02\x5c\xe8\x07\xb8\x7f\x16\xa0\xab\x1e\xa0\xa7\x0b\xe0\x55\xfd\xef\x75\xb1\x8d\xd1\x45\xb9\xc0\x70\x13\x58\xfd\x93\x5a\x46\x93\xa9\x8a\x19\xd3\x4a\x46\xc3\xaa\x84\xe1\x34\x14\x33\xf9\xf0\x8b\xff\xb0\xfb\x77\x1c\xd8\xf1\xff\x9b\xff\xc1\xf2\x3e\x84\x99\xdc\x11\x66\xb8\x07\x62\x0c\x8f\x8e\xc5\xc9\xd9\xdf\x43\x3d\x11\x5b\x80\x71\x15\x00\xdf\x9c\x01\xa6\xc5\x00\x7c\x0c\x05\xb0\x57\xa4\xfe\x2f\xaf\x00\x78\x51\x0c\xc0\x79\x9f\x7e\xd2\x0f\x10\x3a\x0a\xe0\xe1\x59\x80\x84\x41\x80\x07\x46\x00\x05\x06\x54\x0b\xe5\xd8\x78\x80\x3b\xdf\x01\xce\x5f\x01\xb8\xfd\x08\xa0\xf3\x18\xc0\xed\x06\xba\x5f\xdc\x62\xf6\xde\xcb\x4c\x8f\x2e\x76\x1f\x60\xc7\xff\x58\xdf\x9f\xf3\x9e\xe5\xfd\x1c\x62\xc6\xbd\x90\xf9\xfd\xfc\x2b\xd4\x66\xdf\xfa\x1d\x07\x76\x5c\x59\xbd\x13\xd6\xef\x7f\xeb\x83\xc2\xea\x5f\xfc\xd2\x05\x69\x67\xf2\xa8\x00\xe0\xc7\x51\x00\x9d\x3b\x9c\xd3\x1a\xc0\x44\x39\x80\xd7\xc7\x01\xac\x0b\x39\x6f\x95\x00\x4b\x67\x00\x3c\x31\x07\x58\xf7\x1d\xa0\x37\x1b\x20\xe8\x21\x40\xf7\x67\x80\xb8\x38\x80\x3b\x29\x9c\x77\x7d\x80\xce\x3d\x00\x15\x8a\x00\xb7\x82\x00\xce\xeb\x01\x74\x04\x53\xfd\xa4\x1b\x09\x00\xfd\x4f\x7e\xf3\xa1\xce\x33\xeb\x20\xcb\xff\x61\xd7\xbd\x5f\xbc\x9f\xb9\x7f\x8d\xbb\x01\xe0\xfd\xa4\xdc\x75\xf4\x73\x26\xa3\xe9\x94\x56\xf0\x3b\x0e\xec\xf8\xb3\xfc\x96\xff\x17\xff\xe3\x6f\x8b\xf1\xd2\x02\x90\x14\x07\xf8\xf4\x1d\x40\x35\x1a\x60\xf0\x38\x80\xd1\x47\x80\x17\x1f\x00\x2c\xcd\x00\x1e\xaf\x02\x58\xb8\x19\xe0\x41\x26\xc0\x9a\x3a\x80\x6e\x25\x80\x2d\x15\x00\xb7\xf5\x00\x62\x9e\x01\xdc\x1c\x09\x90\x7d\x8c\x72\x47\xcb\x7e\x02\xb4\x1b\x01\x34\x56\x03\x5c\x15\x02\xe8\x6c\x04\x68\x99\x0c\xf0\x6a\x1d\xc0\x45\xa6\x47\x53\xfd\xf1\xa1\x58\x57\xa9\x5a\x30\x14\xef\x5d\x1c\x5d\x3d\x1c\x3b\x9c\x1e\xcc\x1c\x76\x0e\xfd\xce\x1a\x82\x9d\x4f\xf3\xd2\x86\x26\xe2\xb8\x5b\x0c\xfd\x82\x7e\x3b\xc3\x62\x8e\x4d\x65\xd6\xcd\xc4\x5e\xa8\x65\xe3\xf0\xff\xf4\xff\xdf\xf8\x1f\x40\xf7\x03\xce\x7f\xdf\x0a\x01\xf8\x46\xd3\x73\x8f\xf4\x3c\x80\x97\x2d\x00\x9a\xf6\x00\x9c\xb3\xec\xc4\xf9\x00\xf7\x15\x87\x34\xdb\x26\x00\xdc\x16\xe4\xd6\x77\x4b\x03\xb8\xf1\x84\xcf\xc9\xff\x33\x40\xdb\x70\x01\xe9\x28\x51\x80\x2b\x36\x82\xc1\x99\x23\x01\x9a\x5f\x08\xad\x2f\xd9\x0a\xd0\x24\x27\x2c\x7d\xb6\x0c\xa0\xe1\x91\xb0\x71\x87\x0d\xc0\xd9\xaf\xc2\x32\xcf\x65\x00\xce\x4c\x14\xc2\xe7\xae\xaa\x16\xae\x42\xff\x43\x45\x90\x0f\x53\xb8\x59\x0c\xeb\x2f\x79\xa9\x42\x58\x7f\xca\xdc\x27\x84\xfd\x95\xd2\x93\x04\x51\x27\x28\xc5\x44\x10\x19\xdd\x89\x6f\x04\xf0\xde\x56\xdc\x53\x7e\xd4\xa5\x8d\x95\xe4\xd5\x64\xe3\xf0\x1f\xfe\xff\x2f\xbf\xff\xb2\x54\x6d\x12\xe0\x9d\x33\xb5\x2f\x7d\x86\x78\x0a\x74\x01\xf4\xbe\xe6\x8b\x50\xde\x0f\x70\xbb\x4f\xf8\xc0\x78\x5b\x80\xeb\x77\x24\x2a\x67\x5b\x00\xb4\xdc\x91\x0e\x5c\x56\x05\xd0\xac\x2b\xfd\xc1\xc7\x6b\xe8\xa5\x06\x57\x19\xc5\xb0\x2d\x5c\xca\xf5\xa5\x32\xf3\x53\x1c\xb8\xaf\xd7\x46\xcb\x68\x1d\xd2\xe7\xf1\x3a\x11\x23\xa3\x52\xe7\xcd\xf3\xbc\xda\x44\x46\xb2\x6d\x24\xcf\x85\x63\x7b\x64\xf4\x1e\x5d\xe6\xd1\xab\xb4\x93\xc9\xfc\xb6\x9d\x7b\x5c\x71\xb3\xec\x07\x42\x78\x9e\xb3\x7a\x2f\xac\xce\x4b\xea\x76\xd9\x7e\x42\x78\x86\x25\x05\xcb\x29\x12\xc2\x23\x12\x9f\x25\x77\x98\x10\x9e\xd4\x98\x9f\xb2\xdf\x08\xe1\x8e\xdc\xbd\x40\x4e\x87\x10\xee\x23\x91\x67\xe5\xa2\x09\xe1\xee\x08\xfb\x26\xe7\x44\x08\xb7\xef\xff\xc1\xff\xff\xca\x83\xf9\x2a\x43\xfb\xa5\xbc\xce\x11\xc0\xb7\x98\xc7\x8f\x44\xb0\xde\xd4\x7d\x4d\xd2\x73\xf8\x63\x80\x8e\x37\xf2\x0d\x32\x47\x01\x5a\x26\x2a\xfa\xea\x68\x0e\x4f\x3e\x7f\x41\xf9\xb1\xc5\x2e\x1e\x87\xd3\x12\xaa\xf3\xe6\x8f\xe5\x17\x3a\xa9\xa1\xda\xb9\xc6\x47\x60\xdb\x31\x4b\xd5\xb2\xad\x31\x42\x09\xa5\x69\xaa\xa5\x71\x7c\x22\x31\x47\xf8\x54\xc7\xe7\x2f\x13\x6d\x3e\xf8\x40\xa5\xa1\xea\x98\xd8\x8e\xc2\x7c\x95\xe5\x17\xf7\x8b\x15\xee\x4f\x50\x59\x7c\xaf\x53\x6c\x76\x81\xab\xca\xb1\x77\x85\xa2\x0a\xd9\x41\xaa\xf1\x84\x88\xa8\xa4\x78\xaa\xbe\x22\x44\xb8\x2c\xbe\x50\xf5\x2c\x21\x42\x0f\x63\x4c\x55\x6d\x09\x11\xfc\xb2\x6b\xaa\xca\x25\x42\x04\x45\x22\x87\xa9\x3c\x26\x44\xa0\x3f\xb4\x45\xf9\x15\x21\x23\x4e\xec\x90\x51\x11\x22\x64\x44\x7c\x90\xa2\x52\x0c\x21\x7c\x9f\xb7\x2c\x51\x9a\x49\x08\x5f\xd0\xff\xd5\x6f\x52\xc4\x83\xef\x8f\x1f\xf4\xc5\x11\xef\x7c\x69\x21\x87\xbf\xd1\xab\xaf\x82\x75\x97\xdb\x5e\xa3\xf1\xbe\x6b\x7b\xae\x26\xde\x43\x6a\xee\xd3\x57\x14\xf5\x01\x38\x1d\xab\x3f\x4e\x2d\x82\xfb\xdb\x71\x75\xbd\x3e\xe3\x7d\x02\x45\x65\x13\xf5\xeb\xad\xcd\x44\xf8\x8a\x47\xea\x1f\x72\xd1\x13\xd7\xde\x9f\xad\x2f\xee\x37\x51\x72\x30\x27\x51\x2f\x71\xa7\xa3\x74\x68\x46\x8a\x6e\x6a\x86\xbd\xec\xc4\x7d\xd3\x74\xae\x97\x3c\x96\xf3\xdb\x7b\x4d\x07\x1a\x86\xc8\xf5\x24\xdd\xd7\xde\x78\xcb\x5b\x2e\x22\x31\x57\x3b\xf6\xd5\x5c\xd9\xd8\x78\x4b\x9d\x55\x84\x48\xd7\x45\x4b\x6a\xd7\x13\x22\xd5\x1b\xa6\xa2\x73\x8e\x10\xa9\xa4\xe0\x01\xed\x4a\x42\x24\xde\x6e\x2b\xd6\x7c\x4a\x88\x58\xed\x96\x45\x5a\x3e\x84\x88\x5d\xd9\x24\xac\x69\x4c\x88\xe8\xb2\x8d\x95\x1a\x19\x84\x08\x87\x6f\x10\xd2\x10\x24\x44\xa8\xcc\xbb\x64\x74\x03\x27\x6e\xff\xee\xff\x10\x46\x07\x40\x18\xfd\x1a\xbc\x29\x87\x75\xcc\xa7\xee\xea\x58\x50\xe9\xd6\xd1\xc3\x3a\xfc\x4d\xff\x71\x58\x2d\x68\x71\x32\xc5\xea\x48\xc3\xba\x49\x47\x38\xb6\xd6\xc2\xe2\x3d\xef\x14\x80\x8a\x8a\xa9\x27\xe5\xb5\x87\xef\x3a\xb4\xd8\xa2\x41\x6f\xa5\xe0\x84\xdc\xee\x49\x17\xa6\x8a\x48\x34\xa6\x7b\x4f\x52\x5f\x18\x2f\x9d\x98\xec\x6b\x6e\xe2\xf1\x40\x8e\xc4\x69\x9a\x3d\x0c\x4e\x56\xbc\x1b\x9d\x6b\x7a\x2a\xd9\x58\x65\x76\x64\x8c\xc9\xfe\x83\x12\xaa\xed\x61\x05\x13\x76\xd6\xb9\xa9\x25\x85\xec\x32\xbe\xd2\xd6\xa3\x56\x18\xfc\xd2\xb8\xe4\xb1\x8b\xea\xe7\x60\xc9\x09\x8e\x3f\x7a\x55\xb8\x37\x3b\x4c\x30\x24\x44\xf1\xd2\xc6\x4f\xc6\x0a\x84\xc8\x7b\xf9\x26\x8c\xf7\x21\x44\xf6\xfa\x7a\xa3\x71\x99\x84\xc8\xac\xf3\x9a\x37\xf6\x24\x21\xd2\xa3\x3c\xd7\x1b\x71\xe2\xd4\xe5\xfe\xde\x70\x0b\x21\x92\xe3\x56\xbf\xd6\xf7\x27\x44\x5c\x67\xe5\x01\xfd\xe1\x84\x88\xb9\xfe\x2b\x0f\xa8\x48\x62\x36\xfa\xbf\x5a\x05\xab\x3d\x8f\x1b\xa8\xdf\x77\x52\xa8\x0e\xcc\x75\x65\x0b\xbc\x9f\x72\xb1\xdd\x0a\xef\xb1\x9d\x91\xb0\x46\x5c\xb3\xfa\xd2\x5c\xda\x07\x61\x8f\x1d\xd6\x2f\x0a\xd7\xcd\xff\x28\xf9\x13\x20\x73\x96\xfd\xb4\xd1\xb7\x46\x0c\x4d\xbc\x69\x7b\xd4\x74\x9f\x78\x4f\x54\x9d\xcd\xda\x39\xfb\xe4\x4b\xc3\x74\xac\xad\xdc\x96\x2b\x9f\x0f\x9a\x37\x2b\x29\xd0\x6b\x94\x6c\xe0\xf7\x99\xbc\x31\x7e\xa3\x6f\xfa\x55\x59\x65\xe5\x7e\x1a\xd3\xe2\x33\x63\xfa\xea\xaa\x4c\xad\x61\x5e\xd7\x2c\x67\x5e\x5a\xae\x65\xb6\x8e\x7f\x5a\x6b\x4f\xb1\x66\x85\xe7\x9c\x69\xef\x3e\xae\xd5\x78\xe7\x1e\x32\x2d\x87\x0c\xaa\x0f\x5d\xf9\x61\xca\x7b\x42\x54\x1e\xaf\xd8\x64\xa1\x45\x88\x52\xa6\x6b\xec\xe4\x2d\x84\x28\x0c\xba\xa4\x4d\xda\x42\x88\x7c\xcd\xb2\x04\x73\x20\x44\xb6\x65\xd9\x38\xd3\xcb\x84\x48\xdf\x77\xf2\x37\xd5\x23\x64\xa4\x83\xd3\x17\x13\x21\x42\xa4\xb2\x7f\xfb\xcf\xc3\xdc\x96\x93\xc6\xfb\xd8\x83\x93\x47\x63\x5d\xee\xb1\xa4\x31\xd6\x99\xee\x98\x4f\xc1\xaa\xf1\xd5\xef\x33\x91\xef\x71\xe1\x8d\x1d\xe6\x41\x5d\x33\xe5\x45\x54\xa9\x3a\x61\xf5\xa8\xf8\xfa\x32\xac\x06\xe5\x1d\x71\x45\x7d\xe3\x7d\x73\xdc\xde\x8c\x48\x05\x88\x33\x77\xdb\xaa\x64\xc7\x93\x16\xa1\xed\xf2\xc9\xc8\x59\x54\x69\xab\xe9\x32\x03\xab\x78\xd9\xd5\xbe\x36\x4e\xc7\x9d\x2e\xa8\x55\x7a\x54\x2d\x12\x58\x2f\xae\x91\xb0\xf2\xc3\xc2\x99\xe1\x67\xb5\x2e\xba\x9a\xce\x0f\x4e\x7b\xa8\xf3\x63\xe9\x44\x07\x9b\x92\x1e\xbd\x2c\xa7\x4c\xbb\xe6\x86\xe7\x7a\x1f\x1c\x73\xed\x66\x75\xcd\xd2\xeb\x58\x78\x77\xde\x8f\xd7\x42\xba\xb3\x16\xd4\xce\xeb\x26\xc7\xb5\xc6\x3b\x84\xdb\x2a\x90\x36\x8d\x59\xf6\x8d\x36\x27\xc8\x93\x51\x19\x76\x2d\xd6\xbe\xe4\xad\xea\x57\xdb\xdc\x59\xeb\x08\x51\xb6\xb0\x1d\x3b\x23\x82\x10\xc5\x2d\x73\x07\xad\x78\x08\x51\x18\x63\xd3\x31\xbd\x84\x10\x79\x29\x1b\xa9\x69\xea\x84\xc8\x3c\xfd\xe5\x3f\xc3\xff\x7a\x63\xa3\x8d\x75\xb7\xc7\xa2\x66\xb8\x0e\x76\x2d\x9e\x81\x7d\x8a\x5b\x2f\xd9\x22\x5f\xe4\xfc\x90\x45\xc8\x0b\xa8\x13\x76\xc6\x7a\x5d\xb9\xdf\x0a\x63\x8e\x3d\xe4\xb1\x06\x71\xed\x9c\x6c\x4f\xac\xc7\xee\x75\xf4\x46\xb4\x21\xaa\xcc\x27\x03\x62\x00\xc2\x34\xfd\x64\x64\x96\x40\x67\xe0\x92\xf5\x75\x5a\xa7\x04\xfd\xd7\xfd\xf4\xb2\x9c\x9c\x26\x75\xcd\x6d\x9f\x87\x9e\xc3\x0a\xe5\x51\x8b\xcd\xd7\x3c\x73\x5f\xa8\xfe\x74\xfe\xeb\xd5\xa9\xdb\xdf\x8c\x71\x9c\xe7\xb9\x2a\x38\xf9\x83\xe6\x2b\x9b\x27\x2b\x57\x14\xaf\xd6\xba\x34\xdb\x65\x85\xcb\x69\xa2\x2d\x32\xf3\xbe\xdb\xba\x0e\x3b\xad\x82\x99\xc2\x6e\xdc\x2f\xee\x6b\x8e\x9a\xa9\xb3\xfc\x0b\x79\x38\x3a\xcf\xea\x83\xb3\x3b\xf9\xa4\xd6\x6d\x75\x7f\x71\x06\x21\xaa\x26\x56\xb0\x68\x2b\x21\xca\x89\xd3\xbf\x2c\x18\x20\x44\x69\x8f\xa5\xbf\x83\x29\x21\x0a\x16\xd3\x27\xdb\x2d\x21\x44\x61\xfc\xb4\xa1\xb6\x17\x08\x91\x7d\x30\x75\xeb\x9c\x59\x84\xc8\xec\x27\x44\x1a\xeb\xf0\x2c\xff\x8b\xe5\x3f\xdd\x6e\xb0\x41\x3f\xdb\x4a\x1c\x91\xef\xd1\xf8\xce\x99\xde\xff\x6f\x58\x89\x3f\x57\xbe\xdc\x13\xf5\xad\x0f\xad\xf0\xc6\x3a\x7f\x6e\xd8\x46\xfc\xf9\x14\xb7\x40\xac\x63\x47\xb7\x6d\x41\x74\x66\xbb\x64\x10\xd6\xbb\x37\x8e\x0a\xfe\x22\xb4\x07\x60\x6d\xd3\xf6\x18\xd5\x47\x7c\xe3\x9c\x3f\x6f\x0b\x98\xb0\x4b\xac\x70\xbe\xf9\x16\x21\x9b\x57\x72\xb5\x73\xf8\x36\x65\xac\xf0\x52\x3a\x38\xa3\x23\x30\x7f\xcb\x7e\x95\x8e\x69\x61\x01\x5b\x12\x46\xaa\x8d\x9b\xfc\xd2\x3f\xaa\xf0\xad\x5a\x8b\xf9\xb2\x8d\x91\x75\xf9\x6a\x0f\xcc\xfa\xfd\xe2\xaf\x39\xaa\xed\x34\x33\xf4\x93\x79\x5a\xa5\x3a\xcb\x2c\xc8\xcf\x9a\x10\xa5\x17\xa6\x37\xbc\x3b\x08\x51\xe8\x31\x93\x5f\x7b\x93\x10\xf9\x5c\x93\xbd\x6b\xbe\x13\x22\x5b\x61\xea\xb5\xb2\x87\x10\xd9\x28\x93\x1b\x6e\x6e\x84\xc8\xd8\x99\xd6\xb9\x0c\x27\x44\x46\x6e\x42\xf5\xd2\x44\x42\xa4\x6e\x4e\x10\x5c\x7c\x88\x10\xc9\xce\xdf\xfc\xb7\xa9\xe8\x57\xe7\x17\xdb\xc7\xd4\xff\xc5\xa8\x7f\x72\x9e\x7f\x39\xe2\x14\xbf\xf8\x3f\x2e\x3e\xa8\x07\x74\xe8\x40\x00\x56\x0f\x73\x42\xa8\xbf\x7b\x83\xb7\xdb\x73\xec\xee\x9e\x50\xac\xd3\xef\x08\xa5\x3c\x98\x0d\xe5\x51\x58\xcf\x5c\x69\x18\x93\x38\x74\x1d\xc0\x52\xbf\x98\x2e\xd9\x57\xc3\xc1\x6e\x48\xf4\x79\xfd\x8f\x42\x62\x56\x96\xbb\x4a\xad\x66\x48\x1d\xb3\x58\xbf\x8b\xdb\x79\x8f\x0c\xbf\x99\xcc\x4e\xbb\x00\x03\xd9\x30\x63\x99\xc8\x85\xb1\x5b\xe5\x8e\x19\xdd\x8b\x88\x29\xc8\x96\xd7\x35\xf0\x0b\x2f\x3f\xe9\x23\x2f\xaf\xf7\x33\xec\xee\x55\x05\xb9\x03\x7a\x6b\xc2\x36\xf5\x5d\x92\xcd\xd7\xab\x0b\x1b\xf1\x83\x4b\x3a\x59\x5f\x6e\xfb\x04\x42\x46\x6e\xd2\xb7\xde\x44\x08\x91\x8a\xd1\x73\xf7\x27\x84\x48\x8e\xd2\x4f\xdb\xb0\x82\x10\xc9\xf5\x7a\x89\x3e\xe6\x84\x48\x28\xeb\x6e\x5c\xb7\x91\x10\xb1\x60\xdd\x32\xf7\xe7\x84\x88\x81\xfe\x8e\xd5\xfc\x84\x88\x5d\x7d\x3a\x60\x89\xfb\xff\xdd\x12\xaa\x9a\xdd\x56\xe8\x82\x28\x6b\xd3\xb0\xd5\xc3\xe8\xf8\x33\xfa\x3f\xcd\x01\x94\xff\x71\x85\xf6\x47\xca\x49\x0d\xc6\x2a\x71\xaa\x71\x18\xd6\xa5\x63\x5a\x77\x22\x2e\x13\xfa\x7a\x37\xd6\x7b\x03\xf4\xf6\x20\x3a\xe7\x5e\x9d\x84\xf3\x65\x91\x6b\x2a\xe2\x21\x73\x4f\xa6\x9d\x15\x4d\x07\x98\x66\xb4\x4f\x5b\xc3\x9a\xcf\xcc\x44\x32\xe5\xc2\xe4\x70\x11\x7d\xa3\xc2\x14\xff\x45\x95\xa2\xcf\x75\x1f\xee\xfd\xe8\x3b\x55\x1c\xb4\x26\xee\x0d\x89\x0a\x13\xbf\xaa\xb1\x26\xb9\x28\x97\x4b\xfc\xa3\xba\x47\x52\x43\xb5\x8d\x78\xcb\x28\x89\xa4\x21\x57\x26\x88\xeb\xaa\x6d\x4a\x5c\xdd\x5b\x2b\x26\xab\xb6\x37\x51\xfb\xab\xad\xc8\xb4\x51\x11\xb1\x0b\x09\x11\x7e\x30\x4a\x7f\x57\x04\x21\x42\x64\x94\x44\xb8\x3c\x21\x42\x2b\x46\x25\xed\x38\x4d\x88\x90\xbb\xba\xe8\xb6\xef\x84\x08\x2d\x55\xcf\xde\xfc\x00\x3f\x4f\xf2\x7f\x4b\x88\x60\xda\x28\x93\x0d\x1d\x84\x08\x78\xde\xad\x72\x88\xa2\xe3\xef\x8a\xbc\x9f\xa6\x06\x3a\xee\xb5\x69\xbe\x88\x6b\x54\x28\x6e\x46\xbe\xcf\xa1\xa7\x3b\xb0\x4e\x9f\x5b\x4a\x75\x12\x52\x57\x46\xd1\x3e\x30\x85\xb4\x6f\x4c\xc4\xe3\x44\xbc\x85\xbf\xa5\x31\x05\xf9\x0e\xde\x8d\x69\x18\x5f\xd7\x79\x14\x8d\x9b\xb7\x3c\x0f\xeb\xe0\xe6\xab\x0e\x18\x0f\x3f\x06\x30\x4e\x69\xff\x13\x45\xd3\xe1\x11\x5a\x83\xfb\xb9\x8d\x6b\xf9\x47\x8c\x1e\x5d\xf0\xd9\x3e\x73\x84\x80\xea\xcc\x82\x0c\xcf\x9b\x23\xb6\x2a\xd9\x16\xcc\x0e\xbf\x33\x22\x49\xc1\x34\xff\x64\xa6\xce\x88\x79\x72\x7b\xf3\xad\x2a\xee\xf0\x6f\x97\x6d\xcc\x2b\xbd\x08\x7c\x27\x65\xe7\xe6\x0d\xef\x39\xc0\x1b\x2c\x6b\x97\xeb\xf1\xf1\x39\xf7\x80\x1c\x4f\xe6\x24\x42\x78\x40\xce\x3f\xc5\x83\x10\x1e\x3b\xb9\x88\x44\x09\x42\x78\xb4\xe5\x25\xf6\x8c\x20\x84\x27\x47\x3e\x33\x7a\x3c\x21\x3c\x9f\xe4\xab\x22\xc7\x12\xc2\xd3\xa6\xc0\x1f\x1a\x48\x08\xcf\x63\xf9\xee\x60\x0d\x42\x78\x82\xaf\x8b\x2c\xc7\x71\x6c\x8a\x59\x87\x7e\x9e\xca\xf2\xc7\xfb\xee\x55\xe5\x41\xc8\x73\x38\x3c\x27\x0c\x71\xb8\x7c\x2e\xaa\x0f\x92\xf6\x28\x0e\xe3\x13\xf7\x86\xf2\x9e\x22\x1b\x69\xf5\x3c\xa8\x35\x1d\xc7\xdf\xf7\x65\x16\xe2\x3e\xab\x1b\xf3\x70\x5f\x71\xb2\xa4\xfa\x09\x33\x06\x8a\x11\x27\x31\xa8\x2c\x45\x5d\x1d\xf5\xf4\x72\x55\x09\x4f\x00\x85\xbc\xb2\xeb\x7a\x5b\x87\xcb\xc9\x6e\x2d\x97\xb0\x91\x1b\x96\x2a\xd3\x5c\x3e\xda\x5d\x15\x9c\x47\xae\x2a\x5f\x1b\xb2\x02\x40\x72\x61\x59\x79\x9a\x34\x80\xf8\x94\x32\x87\xd2\xcb\x00\xa2\xd5\xa5\x6b\xce\x7f\x02\x10\x26\x25\x2b\xee\xba\x00\x08\x4d\x3e\x5a\xfc\x76\x0e\x80\xc0\xd7\x62\xec\x15\x38\x62\xef\x7e\xbc\x77\xc0\xfb\x24\x07\x79\x0d\xbc\x3f\x33\xc2\x39\x96\xe7\xdd\x3e\xd4\x3f\xe0\xbe\x9c\x84\xfd\x7c\xb9\x37\xc7\xa1\xa2\x38\xd7\x96\x18\xc4\xbb\x2e\x7c\xf7\xc6\x7c\xaf\x8f\xa4\x3c\xa0\x2a\x0d\x9a\xef\x47\x6e\x51\x3e\xc4\xfe\x24\xda\x1f\x2a\x3d\x26\x01\xe3\x92\x98\x45\x51\xc6\x68\x45\x8a\x8f\xef\x90\xcc\xc1\x79\x14\xd0\x9e\x8f\xf3\xc1\x73\x47\x11\x76\xa9\x70\xf1\x2f\xc6\x7d\xd3\xee\x7e\x09\xe2\x77\x16\xf3\x28\x6e\xaa\x35\xea\x38\xf2\x06\xc4\x1e\xd6\x49\x0f\xbf\x02\x20\xf4\xbd\x6e\x9f\x5a\x21\xc0\x88\xb2\xba\xca\x29\xe5\x00\xbc\x56\x75\x47\x97\x8d\x01\xe0\x8a\xad\x6b\x0c\x2c\x05\x18\x16\x58\xb7\x37\xfe\x10\xc0\x10\xcd\xda\x87\x07\x51\xb9\xa5\x56\x89\xde\xc0\x3f\xf9\xfd\x26\xae\x60\x27\x5a\x5f\x22\xfe\x71\x9c\x39\x13\x97\x79\x50\x7b\x98\xe1\x3b\x14\x31\xb8\x4d\x01\x83\xef\xe6\x50\xdc\x73\x59\x3a\xea\x94\x42\x78\x2a\xe2\xc1\xa7\x0b\x36\x23\x4a\x7a\x5c\x87\xf6\x87\x3a\xba\x94\xe6\xfb\xfe\xa4\x38\x8c\x4b\x66\xce\x5e\x8c\x43\x52\x51\x1a\xe6\x7b\x8c\x40\x36\x9e\x2b\xc3\x56\x16\x20\x2a\xbb\xf9\x4e\x21\x9e\xa7\xd7\xe7\x1e\xc2\xdb\xc8\xab\x86\x95\x22\x01\x75\xf1\x30\xea\xb7\xf5\xde\x6a\x5c\x2f\x4d\xd6\xd6\x22\x2a\xa5\xd6\x74\x1a\xe3\xc5\xdf\x71\x9e\x6e\x4c\x70\xc1\x79\x24\xea\xcc\x37\x65\x4d\x40\xc5\x85\xa6\xb8\x05\x88\x94\x36\x3d\xf2\x5d\x85\xd6\x7c\x37\xe2\x9f\x4d\x52\x05\xee\x74\xe7\xaa\x41\x9c\xbf\xd1\xb5\x1d\x67\x68\xc3\x8a\xa7\x88\x90\x9d\xeb\xfc\x89\x38\x57\xdd\x08\xea\xef\x71\xc6\xef\x0a\x46\x07\xe3\x28\xc3\x8b\x38\xc4\xe0\xff\x07\x18\xfc\x37\x8f\x87\x63\x4f\xb8\x86\xa1\x8a\x40\xe9\x8a\x18\x86\x1d\x92\x88\xf8\x55\xee\x14\xda\x27\x28\x65\x45\x16\xc6\x65\xcf\xfd\x02\xcc\x83\xc8\x0f\x45\xa8\x33\xc7\xf2\x80\xfc\x83\x4b\x91\x6f\xe8\xd1\x56\x89\xeb\xe1\x72\xf1\xe3\xf8\x74\x0e\x2f\x6b\xf1\x3c\x69\x25\x54\x8f\x7c\x80\x71\x40\xf9\x30\x8a\x5d\x17\xf0\xe7\xb9\xe7\x5d\x79\x4c\xe3\x70\xd5\x40\x0a\xf9\x2c\x57\xeb\xc6\xd1\x93\x9a\xb9\x3d\x2a\x6d\xb4\x56\xac\x43\x26\x6b\xeb\x8e\x48\x5c\x81\x5a\x3b\x73\x70\x05\x6a\x1d\x5e\x85\x3c\x87\x96\x33\x57\x50\xa1\xe1\xca\x41\xda\x69\xe6\xb2\xd5\x47\x3c\xd9\x5d\x30\xa5\xfe\x9d\x7d\x41\x6d\x3d\xa3\x7f\x70\x42\x99\xfc\xc1\x8b\x29\x2d\x65\xf2\x26\x04\xeb\x37\xbd\x34\xef\x8b\xfa\x93\x91\xaf\x93\x57\x9e\x85\xfb\xe2\xbe\x26\xaa\x0b\x13\xbf\x9c\xce\xef\x9d\xe6\xc5\xb8\x3e\x04\xa7\x96\x60\x5c\x02\x7b\xe9\x78\x7b\x8b\x55\x21\xca\xb8\x5a\xac\x4e\x9d\x63\x97\x5a\x50\x9e\x80\x6d\x19\x1e\x4b\x61\x4a\x05\xed\x23\x63\xe0\x40\x6f\xe3\xcb\xd9\x5f\x45\x2f\x87\xad\xbe\xd1\x4a\xe3\x70\x4b\x45\x1c\xef\xf9\xdf\xba\x60\x84\x8c\xfe\x5b\xda\x73\x91\x1f\x73\xab\xd7\xfd\x14\xb5\x61\x18\xa7\x5b\x06\x14\xdf\xbd\x35\xa6\x0c\x19\x19\x37\x2b\x2e\xe0\x4e\xdd\xd1\x7a\x0f\x77\xac\x1b\x64\x10\x7f\xaf\xdd\x99\xfa\x77\x85\xd1\x7d\x68\x66\x3a\x0a\x9c\x63\x74\x53\xea\xed\xa8\x3d\xc9\xfc\x1c\xd5\x8b\x29\x6e\x4b\x0d\xa1\xfe\x67\xe2\xba\x96\x3e\x58\x80\xeb\x62\xc2\xa9\x22\x7c\x8f\xdc\x1d\x42\xf9\x6e\x61\xef\x2b\xf0\x3e\xfc\xd6\xa6\x6a\xe4\xcb\xf8\x19\xd7\x1a\xd2\x3c\xa0\xbc\x10\xd7\x62\x8a\x3a\x2f\xf4\x6d\xc2\xb8\xcd\x6e\xbb\x88\xf1\x9a\xa8\xd8\x82\x79\xa4\xb3\xe8\x1a\xc6\x43\x7a\x09\xed\x4a\x31\x64\xc3\x1d\xa6\x72\xd1\xf3\x45\x14\x23\x77\x9f\xd0\x37\x98\xfb\xb6\xb4\xdf\xc3\x03\x23\x8a\xef\xde\xb7\xdd\x4e\xbf\x7f\x3a\x05\x57\xf0\xfb\xad\x47\x83\xe9\xd7\x69\x86\xf5\x18\xdd\xc2\x93\x6e\x77\x5b\x3f\x76\xfa\xb9\x27\x41\xfd\xbb\xc5\xcc\x8b\x6b\xfb\xa9\x6d\x61\x78\x53\xcd\xa1\xd4\x36\x1c\xa6\xf6\xf4\x4f\x8e\xdd\x9f\x94\x83\x3c\xe0\x0c\xf3\xfd\x38\x3b\x93\x53\x0e\xe3\x7e\x10\x5b\x51\x8a\xeb\x59\xc4\xb9\x63\xc8\xeb\xd9\xee\x58\xb3\x84\xe6\x01\x1d\xef\xf5\x06\xe7\xc2\x38\x76\x8d\x3f\x1d\x6f\x67\x45\x3a\xde\x0e\x03\x2d\x88\xb2\xce\x7c\x77\x0d\xe3\x31\x21\x89\xa2\xf1\x9a\x8a\x9d\xb8\xba\x49\xf5\xd2\xbe\x22\xb0\x98\x66\x33\xc0\xd3\x12\x21\x9c\xef\xcf\x24\xb4\x31\x2f\x9e\xd9\xce\x40\xe6\xde\x73\x1b\x57\x7c\xb2\x67\xd2\x9b\x90\x0f\xf5\xec\x41\x02\x32\x55\x9e\x5b\x1f\xc4\x13\xee\xb3\xf8\x53\x19\xf8\xfb\x39\xed\x78\x22\x7e\xfc\xe8\x11\x8e\xd0\x13\xe5\x6f\xc8\xdc\xea\x65\xd6\xcb\xbf\xe3\xd2\xce\x74\xa4\x68\x29\xa7\xf6\x22\xde\x41\xc9\xda\x56\x88\xcf\xb3\x77\xe7\x51\x64\x99\xc4\x5d\xa6\x28\x7a\xd4\x8a\xe3\x88\x6f\x87\x54\xd4\x61\x1f\xb4\x2d\xc3\xce\xe1\xbe\xba\xe1\xe7\x79\xd4\x8b\xf3\xb4\xb8\x88\x2c\x9c\x15\xba\x57\xbe\x53\xb7\xda\x31\x1e\xb6\xdf\x3b\x30\x9e\x53\x7f\x76\x22\x8e\x3e\x7e\x07\x1d\xf7\xd1\xef\xef\x7f\xe2\x58\xf1\xb2\x3e\x61\xea\x3f\xe5\x85\x70\x4e\xf4\xfc\x38\x23\xdf\xea\x6b\xe0\xfc\x7e\x67\x4b\x3b\xdc\xbe\x8b\x58\x8a\x4c\x81\xb7\xa9\x7e\xf8\x17\xde\xe7\xd2\x15\xec\x5d\x42\x3e\x4e\xb9\xb7\xc6\xc7\xb7\xd2\xdf\x6f\xc1\x15\xe9\x4d\x7f\x2f\x9e\xfc\x06\x9b\x3f\xa0\x32\x47\x7f\x30\xc1\x27\x7e\x3a\x83\xfa\xdb\xcb\xac\x9f\xf7\x18\xfe\xc3\x2d\x66\x7d\xb8\x86\x7c\x42\x96\x07\x95\x50\x56\x85\xfc\x61\x56\x0f\x29\x3c\xe9\x34\x8e\xc6\x76\xfb\x46\xf4\x27\x20\xbc\x19\x9f\x7f\x7d\xd8\x15\x3c\x4f\xba\x6b\xb4\x23\xbb\xc0\x25\x95\x8e\xb7\x63\x02\xf5\x7b\x0e\xdc\xc1\xf5\x72\x0a\xf4\xe0\x3a\x6b\xd4\xde\x8b\x7c\x90\xd1\xe9\x54\x3f\x42\x52\xb0\x7f\x0d\x9d\x17\x6f\xe9\x02\x02\xdf\xbd\xb8\x91\xef\xf1\x63\x8c\x0a\x76\x12\xfa\xb1\xdd\xfc\x1b\xc7\x12\xdb\x85\xb4\x6f\x89\xed\x7a\x46\xff\x62\x27\x32\x0d\x7e\x66\x67\xe1\x89\xfe\x67\x1b\x1d\xb1\x1f\x6d\x17\x90\x5f\xf5\x33\xae\x9b\xe1\x0b\xbc\xc3\x3c\xf9\xc6\x30\x0d\xde\x17\x53\xdb\x2f\x46\xed\x53\xd1\xff\x16\x97\x24\xe1\xe3\x78\x2e\x60\x79\x50\x3b\x9f\x9c\x45\x9e\x57\x08\xde\x94\x07\xd8\x72\xfa\x0a\xae\x67\x7e\xf9\x57\xf1\x3c\xe0\xf9\xe3\x3a\x9e\x87\x56\x59\x52\xfe\xd3\x32\x6f\xaa\x17\x32\x7f\xde\x7d\xdc\x2f\x67\xeb\x52\x1e\xd4\xa4\x37\x8f\xf1\x7d\xc5\xa0\xe5\x39\xce\x97\x51\x0d\x83\xc8\x72\x93\x58\x44\x79\x21\x70\xf6\x5b\x1d\x8d\xc3\x6f\xfe\x83\x02\xa3\x6b\x62\x32\x9d\xda\x79\x0b\xa9\x5d\xc3\xe8\x9e\x6c\xed\xa1\x36\xe9\x1c\xfc\xc1\x7b\xa8\x0d\xa3\xf6\x4a\x06\xb5\xbf\xfa\x04\xad\x85\x7f\xf0\x3f\xd8\xb8\xbc\x63\xd6\x87\x57\x4c\x87\x1a\xaa\x2b\x14\x3f\xf6\x34\x8e\x5b\xf4\x8d\xc6\x39\x34\x0f\xe8\x3c\xdf\xe6\xd8\x82\xb3\x31\xd0\xe0\x06\x66\x97\xcf\x29\xaa\x03\xb5\x56\xb0\x0b\xed\x72\xb8\x87\xe3\xbb\x58\x8c\xfa\x6d\xdf\x48\x55\x36\x66\x5a\x3f\xc7\x6c\x35\x0f\xe8\x47\x7e\xa9\x81\xeb\x5b\xe4\x5b\xab\x85\x7f\xc6\x7d\x56\x52\xe5\x07\xae\x13\xc3\x5e\x92\x7f\xe5\x81\x8c\x75\xa0\xd6\x3a\x88\x5a\x17\x43\x6a\xd9\xfe\x38\x94\xf1\x4b\x48\x06\xc3\x8b\x3a\xc2\x74\x56\x66\xf9\x52\x6c\x3c\xba\x18\xbe\xd5\x7f\xe7\x09\xfd\xa9\x13\x43\xfe\x5b\x1f\x18\xa6\xb6\xff\x1f\x7d\x50\x98\xcf\xff\x2f\x1e\x88\x03\x83\xb5\x2c\x63\xf0\xff\xb5\x76\x00\x5f\x8f\x02\x6c\x0c\x05\xf8\x94\x44\x71\xff\xb7\x04\x20\xc6\x81\x93\xad\x00\x29\xc7\xe8\xbd\xe6\xfd\xa6\x14\xef\x2a\x3b\x05\xf0\x22\x95\xea\x1f\x3c\xf7\x07\xb8\xba\x1b\x80\x33\xab\x38\x79\xff\x22\x0e\xe0\xed\x77\x8a\x07\x91\x7f\xf4\x3d\xb8\xc1\xdc\x57\xfe\xd5\xff\x84\xc1\xda\x7e\xe9\x7f\xfc\xc5\xff\xa8\x61\x6a\xd3\x55\x57\x7f\xe3\x38\x7f\xfb\xcf\xf2\x3f\x58\x9e\x83\xde\xde\x3f\x3f\xb3\x71\xf9\x8f\xfe\x1f\x2c\x0f\x84\xb9\xd7\xbd\xc4\x1c\xe0\xfb\x7d\x80\x35\x72\x00\x1f\xbb\x01\x36\x2c\x07\x78\xa7\x05\xc0\xd9\x07\x07\x72\x00\x38\x27\xd7\x17\xa5\x00\x9c\x13\x2b\xc7\xcf\xbc\xab\x00\x4f\x2d\x00\x4a\xbf\xd3\x3b\xdd\x9c\xf1\x7d\x32\x15\xa0\xf5\x07\xc0\x13\x5d\x80\x9e\x6e\xfa\x73\xef\xea\xfe\x0b\xff\xe1\x1e\xb5\x57\x98\x67\xbf\x10\xc6\xf8\xcf\xf4\x8b\xa8\x67\xc6\xaa\x86\xb1\xd5\x0c\x26\x7b\xec\xf5\xef\x38\xfc\x07\xff\x81\xc1\x6b\x59\x5c\x9f\xc5\xb3\xd9\xcf\x6c\x5c\xd8\xfc\x30\x63\xc6\x84\xe5\x81\xd8\x32\xf8\xd8\xa2\x24\x80\xcf\x43\x01\x56\xf4\x02\x7c\x50\xa0\xfa\x0f\x6f\xda\x00\xb6\xf6\x03\xbc\x6a\x05\xd8\x55\x00\xf0\x24\x15\x20\xf1\x19\xc0\x63\x7e\x80\xdc\xcf\x00\x7d\x8b\x01\x4a\x35\x01\x1e\x99\x02\xd4\x07\x02\x3c\xb4\x07\x68\xb9\x0e\xd0\xf7\x9e\x73\xc2\x00\x78\x74\x04\xe0\x9d\xd9\xef\x3e\x20\x2c\xee\xcd\xe6\xc1\x2f\xfd\x0f\x06\xab\x64\xf1\x6f\xd6\xff\xe3\x8c\x0e\x44\x05\x83\x8b\x96\xc6\xfd\x8e\xc3\xaf\xfe\x17\x0c\xb7\x40\x93\x99\x27\xac\x0e\x02\xdb\x0f\x82\xfd\xcc\x7e\x9f\x8d\xc7\x1f\x3c\x10\x6b\x80\xd9\xa3\xa9\xbe\xc9\x82\x0a\x9a\x07\xae\x36\x00\x83\x77\x00\x3c\xb3\xe9\x3c\xd8\x22\x0e\xf0\x32\x12\x60\xa7\x3f\x40\x9f\x04\x40\x22\xc7\xdf\x5b\x9c\xb3\x3c\xc0\x43\x39\x80\x52\x2f\xea\x33\x67\xe5\x7e\x90\x0c\x70\x75\x1b\xc0\xfd\xad\x00\x3d\xd2\x00\xbd\xfa\xf4\xae\x3c\x8b\x7b\xb3\x7d\x50\x2e\x75\x30\xfe\xdf\xff\xdf\xfe\xb3\xe3\x5f\x1a\x49\xed\x3f\xf9\x0f\xac\xff\x2c\xfe\xcf\xe2\xf8\xac\x0e\xc2\xdf\xf6\x17\x0f\x84\xf9\x79\x43\x26\x5f\xcc\xa6\x52\xbc\x7b\x86\x3f\xed\xdf\x61\xe7\x0d\xf0\x36\x06\x60\xe9\x49\x80\xc1\xc5\x00\x1e\xaa\x00\xcf\xca\x01\x02\xf8\x00\x1e\x5f\x03\x08\x7b\x05\xf0\xd0\x1c\x20\xfe\x14\x40\xcf\x07\x80\xec\x40\x80\x9e\x5e\x80\x12\x4f\xba\x16\x70\xe6\xc5\x3d\x17\x80\xd6\x20\xfa\x99\x13\x9b\xee\xc9\x34\x0e\x9d\xa6\x94\x6b\xc2\xe6\xc1\x05\xa6\x3f\x0e\xab\x7f\xf2\x2b\xff\xe7\x50\x5b\xc9\xf4\x1c\x29\x65\x34\x88\x0e\x33\xbd\x39\x0e\xb6\xfc\x8e\x83\x36\x83\xef\xb3\xf8\x3f\xcb\xf3\x60\xf1\x7c\x69\x56\x07\x83\xc9\x7f\x39\xe6\x7e\xbf\x9a\x1a\xb5\x3a\xab\x7f\xe3\xfd\x5f\x32\x39\x67\x07\xfa\xac\x9c\xf3\xf1\xdb\x5b\x00\x8b\x9a\x00\x5e\x86\x02\xac\x16\x02\x78\x1a\x0a\xb0\x71\x3a\x40\xef\x51\x80\x1d\xa1\x00\xf7\x97\x00\xc4\xf5\x03\xdc\xe5\x07\xc8\x3c\x05\x70\xa7\x94\xea\x61\xdc\x8e\xa1\x71\xe8\x5a\x0e\xd0\x2a\x0a\x70\xeb\x30\x40\x4f\x3e\xe5\x4a\xbd\x6f\xfb\xad\x0b\x74\x31\xe8\xcf\x75\x90\xf5\xbf\x2a\xf9\x2f\xff\x99\x67\x66\xf9\x0f\x07\x73\xa8\x2d\x68\xf8\x1d\x87\x5f\xfe\x33\xfc\x0f\x96\xe7\xf1\xab\x0f\x0a\xc3\x7b\x12\xd3\xf8\xf3\xeb\x6c\x5c\x38\xf1\xf8\x79\x1f\x40\xb7\x16\xe0\xb3\x35\x80\x69\x23\x5d\x07\xac\x62\x00\x5e\xf6\x03\x38\x28\x51\xed\x23\xd7\x79\x74\x4c\xbd\x77\x00\xf4\x64\xd3\xf5\xf2\x4e\x2f\x00\xe7\x9c\x78\xab\x98\xf2\xc5\x3a\x62\x00\x8a\xcd\xa9\xce\x43\x8d\x26\xc0\x8d\x37\x00\x2d\x0e\x00\xd7\x32\x01\xba\xbb\x01\xd9\xbc\x1f\x7b\x7f\xe7\x41\x23\xa3\x3d\xc5\xf6\xbf\x61\xfd\x2f\xeb\x66\xf2\x9e\xd9\x47\x7e\xf1\x1f\x98\x31\xce\x67\xd6\x95\x9c\x21\xbf\xe3\xc0\xfa\xff\x1f\xfc\x0f\x06\x07\x67\xf5\x00\x58\x2b\xc8\xec\x8f\x2c\xef\x81\x13\x8f\xef\xa2\x00\xa3\xfd\x01\xde\x3b\x02\x18\xc5\x03\x0c\x6c\x03\xb0\x28\xe6\xbc\x3d\x00\xcc\x5d\x43\xf9\x2e\xcb\xbc\xa9\x2f\x9e\x11\x80\xa7\xce\xad\xe6\x00\x37\xdb\x00\xa2\x15\x01\x3a\xea\x00\xd2\x1b\x01\xda\xa3\x29\x6f\xee\xea\x4c\x80\x1a\x33\x80\x36\x57\x80\x56\x7d\x80\xd6\x04\x80\xfb\x9c\xff\x77\xa3\x6b\x6e\x33\xa3\xfb\xc1\xf6\x01\x63\xf3\xbf\x8c\xd1\xe8\x61\xf9\x0f\x7f\x8f\x7b\x1e\xa3\x71\x95\xc9\xf4\x72\x4a\x7b\xf4\x3b\x0e\xbf\xf8\x0f\xff\xc2\xff\x60\xf5\x20\x58\xcb\x7e\x9d\x67\x04\xc5\xfd\x39\xef\x8b\x1f\x13\x00\xe4\xe5\x01\x06\x25\x01\xb4\x08\xc0\xb3\x26\x80\x09\xe5\x00\x8f\xc6\x00\x70\xde\x9b\x38\xf3\x7f\x91\x19\xc0\x6d\x27\xca\xa7\xbc\xe9\xc6\x79\x67\xa3\xe3\xbe\x2b\x07\xa0\x4d\x01\x60\xdf\x6e\xea\x27\x27\x0e\x97\xbb\x00\x6a\x95\x00\x2e\xd9\x71\xde\x88\x00\x2e\x7c\x07\xe8\x89\xa3\xbd\x94\x3e\xc6\x31\x5a\x5b\xff\xe0\xbf\xb1\xeb\x1e\xab\x7b\x72\x80\xf1\x37\x8f\x19\xcb\xec\x8d\xd4\x66\x30\xe7\x8e\x54\x66\x6d\xdf\x1b\xfc\x3b\x0e\xac\xff\xff\x27\xfe\xc3\xa1\x3f\xed\x77\x17\x00\x2e\x31\x80\xf7\x67\x00\xc4\xe7\x01\xbc\x2a\x07\x50\x59\x01\xf0\x78\x05\x80\xc1\x74\x80\x9e\x22\x00\x0b\x2d\x80\xae\x38\x00\xbb\x3c\x9a\xd7\x6e\x62\x00\xed\x12\x00\x7e\x56\x00\x9c\xb7\xb4\xf0\x78\x80\x4b\x63\x01\x52\xc6\x02\x34\x9b\x00\x1c\x74\x06\x38\x2f\x05\x70\xd2\x13\xa0\xe1\x16\x3d\x13\x9c\xe3\xcc\xa5\x1f\xf4\x6c\xf5\xbe\x1c\xa0\xe6\x10\x7d\x26\xb6\x17\x1d\x9b\xf7\x2c\xdf\x89\xe5\xfb\x64\x24\xff\x77\xbf\xe3\x99\xde\x57\xb1\xab\x7f\xc7\xe1\xff\x17\xff\x81\xf1\xff\x07\x73\x9b\xe6\xc3\x26\x6a\x07\x54\x00\xb8\x97\x50\x5e\x9f\x94\x01\xc0\xfd\x56\x00\x0d\x65\x80\xae\x64\x00\x13\x51\x80\x1b\x53\x01\x66\x87\x03\x5c\xbd\x0d\xb0\xd4\x1f\xe0\x72\x15\x80\x77\x25\x40\x33\x0f\x40\x48\x17\x40\xa3\x37\xa4\x26\xeb\x03\x9c\x15\x1e\x72\xa6\x70\x32\x40\xfd\x84\xa1\x96\x27\xb2\x01\x6a\x5f\x0e\xad\xbe\x7c\x00\xa0\x66\xd8\xd0\x1d\x3d\xe3\x00\x4e\xc4\x0e\x1d\xf7\xee\x16\x40\x45\xfc\x30\x27\xf4\xdf\x7d\xd8\x71\x1c\xf7\x84\xe1\x58\x77\xcb\x34\x19\x1a\x88\x7e\x4f\x18\xa2\x83\x7e\x2b\x0d\x43\x9d\xcd\x04\x66\x7f\x88\x65\xb4\xae\xa2\x55\x28\x2f\x66\x67\xca\xef\x38\xfc\xff\xe1\x7f\xb0\xfe\xd3\xde\xaf\x00\x03\xae\xd4\x3e\x31\xa7\x96\xb3\xfe\xf1\x87\x02\x74\xcd\x06\x90\x1b\x03\x70\xad\x6a\x58\x98\x5e\x1f\xc0\xe5\x87\xbc\x2e\xd3\xdc\x00\xce\x7f\x10\xe0\x72\xe4\x06\x38\x73\x4d\xe8\x95\x07\x2f\x40\x5d\x8a\xc8\xcb\xa0\x83\x00\x27\x2e\x8a\x2d\x8e\xaf\x00\xa8\x8a\x11\x7b\x56\x30\x12\xa0\xe2\x88\xf8\x82\xaa\x59\x00\x65\x7e\xe2\x93\x9a\x17\x02\x94\x84\x8b\x0f\xbf\x93\x0e\x70\xa4\x41\x2c\xeb\xb5\x07\xc0\x21\x45\xb1\x0e\xce\x33\xe5\x76\x89\xa1\x5e\xce\xbe\x67\x62\xd8\xf1\x34\xc9\x49\x08\xeb\x2b\x71\x0d\x22\x58\x77\x88\x29\x12\xc4\xfa\xe4\xae\x56\xa1\xdd\x1c\x1b\xa9\x2b\x90\xcf\xb1\xa1\x6f\x46\x20\xbf\x3c\xf8\xd4\x08\x91\x5f\x71\xf8\x3f\xf8\xff\xb3\x9c\xf1\x7f\x0b\xb5\xfd\x8c\xca\xee\x93\xef\xf4\x2d\xe9\x9e\x2f\x2f\xbe\x67\x75\xbc\xe6\xc7\xfb\x15\x2d\x1e\xa2\x5c\xe2\x39\x00\xe7\xbf\x49\xed\x1b\x33\x0e\xe0\xf4\x10\x99\x8d\x13\xf7\x0f\xc9\x3b\x31\x56\x8e\xdb\xb6\x60\x78\x58\xc5\x0d\xb9\x63\x6e\xa5\xdc\xb6\x25\xc3\xe5\x47\x06\x88\xf1\x0e\x3d\x74\x50\xde\x3e\x6a\x19\x5f\x5c\x21\xc8\x5b\x67\xaa\xf0\x1f\x2d\x50\x90\x1b\x28\xc9\x1f\x21\x9b\x9b\x2e\x57\x76\xf6\xf2\x08\xf3\xec\x4b\x72\x5b\x3b\x24\xf8\xef\x64\x39\xca\x85\x3e\x4b\xe2\xe7\xcb\xf4\x92\x7b\x44\x08\xef\xee\x64\x49\x79\x03\x42\x78\xbd\x62\x7a\xe5\xad\x08\xe1\x15\xda\x79\x59\xae\x93\x10\x9e\xc9\xe1\x3b\xe4\x2a\x09\xe1\xbe\x1f\xb2\x4e\x6e\x2d\x21\xdc\x4b\xb6\xcf\x94\x7b\x40\x08\xf7\xe1\x2d\x49\x72\xfb\x08\xe1\x56\xda\xb4\x5f\xce\x8f\x10\xae\xae\x8d\xa5\xb2\x03\x84\x70\xf1\xfd\x0f\xff\x29\x0e\xae\xc5\xf8\x6f\x30\x14\xf1\xde\xe7\x8a\x28\xeb\x0d\x0f\xaf\x8b\x61\x35\xac\x33\x49\x06\xab\xa8\xd7\x14\xe5\xf1\x6d\xaf\xb9\x4e\x19\xab\x8c\x67\xe6\xa8\xfd\x1c\xa1\x0c\x70\xfc\xf6\x68\x6d\xc5\x51\xc3\x3e\x97\x7e\x1e\xfd\xda\xf0\x18\xaf\xfd\xa1\x75\x63\x94\xad\xdc\xf8\x5f\x15\x84\x8e\x49\x5c\x2c\x29\xe8\x93\xed\x3c\xc6\xdb\xab\x54\xb8\x24\xad\x53\xe3\x45\x48\xae\x68\xda\xde\x73\x1a\x8e\xc9\x3f\xc4\x25\x13\x0f\x8c\xce\x3d\xa8\x2a\xc1\x1d\x6f\xaa\xfe\xaa\x76\x9b\x84\xf7\x9e\x91\xea\x01\xad\x6f\x25\x66\xc6\xc4\xa8\xcf\x7b\x38\x55\x3c\x6e\xf7\x41\xf5\x9b\x5f\x52\xc4\xe4\x23\x52\x46\xdf\x23\x44\x74\xe5\xf6\x81\xd1\x63\x08\x11\xbe\xba\xe5\xb9\xba\x23\x21\x42\x71\x81\x9a\xa3\xb4\x08\x11\x54\xf0\xd7\x52\x73\x20\x44\x60\xdc\x86\x39\xaa\x2b\x09\x19\x31\x7a\x7d\x93\x4a\x1c\x21\xfc\x53\xd6\xad\x54\x11\x26\x84\x2f\x6a\xdd\x04\xe5\xa9\x84\xf0\xbe\xfe\x0f\xbf\x59\x2b\x08\x88\x63\xbf\x6f\xe4\xe9\xa3\xfe\x4b\x20\x2f\xa2\xfb\xba\x22\xd6\xf7\x3b\xbe\xaa\xe3\xd7\x5b\xe5\xb4\xf1\xbe\x73\x43\xaf\x21\xce\x98\x5a\x73\xbc\x1e\x0e\x15\xd5\xe3\x8f\x0e\xe9\x00\x38\x1c\x67\x16\x2e\x1d\x02\x90\xf7\x71\xc2\x43\x4d\x09\xbe\xc5\xe9\xd2\xc6\x55\xe6\xe2\xc2\x7e\xc9\x43\x8c\x83\xec\x12\xc4\xb2\xf7\x2c\x1b\xdf\xbf\xca\x4d\x32\x60\xd7\xd7\xf1\xba\x9b\x0f\x48\xf3\x87\x7b\x8d\x53\x8f\xad\x92\x1d\xbe\xe3\xec\x58\xbe\xbc\x25\x72\x4b\x82\x4a\x8c\xf4\x8f\xbd\x90\x37\xdc\x1a\x61\xb8\xaa\xb9\x59\xde\x61\x73\xa3\xa1\xe4\xdd\x8f\x72\x5d\x9b\x52\x0d\x5d\xdf\x0e\x97\x8d\xf5\x6f\x35\x6c\x23\x44\x7a\x87\xcf\x50\x83\x93\x84\x48\xe9\xac\x9b\x6d\xc0\x4f\x88\x44\xf3\xda\x26\xdd\x1a\x42\xc4\x3c\xd7\xbc\xd4\x6d\x27\x44\x4c\x69\x95\xb1\xce\x71\x42\x44\x2e\xaf\xac\xd2\x76\x22\x44\xb8\xc6\xad\x49\x8b\x8b\x10\xa1\xad\x2e\x9b\x35\x33\x08\x11\x3c\xf2\x5f\x78\x30\x78\x5b\xf2\x9d\xad\x10\xbd\xff\xbe\x57\x01\x57\xc2\x7b\x5e\x1a\x78\xbf\xf5\x46\x93\x21\xd6\xa7\x2f\xb5\x99\x62\x1e\x9c\x21\x93\xd0\xff\x13\x8f\xa6\x61\xd5\xb0\xd4\x60\x3a\x56\x0f\x0a\x45\x67\x62\x7d\x22\xeb\x94\x75\x82\x50\x13\xc0\x5e\xae\xd9\x45\x2a\x55\x3c\x13\x76\xdf\x9e\x99\x37\x2e\x4d\x58\x2e\xcc\xcd\x4a\x71\x66\x84\x94\xe7\xb6\x2f\xd3\x4d\x97\x71\xc9\xdc\x0a\x54\xb7\x14\xf1\xdd\x2f\x7f\x77\x83\xd4\xd4\x93\x91\x4e\x4a\x0b\xbc\x1e\x4e\x59\x95\xbe\x52\x45\xd2\x23\xdf\x42\xb2\x64\x81\xaa\xb2\xbb\xe6\xe4\xa1\xe7\x82\x55\x43\x56\x9b\x4c\xf2\xb9\x79\x4f\x55\x7f\xd5\xb2\x49\xb3\x5f\x1a\xaa\xf0\xad\x3c\x37\xe9\x21\x21\x8a\x5d\xae\x16\xe6\x22\x84\xc8\x55\x39\x1b\x9a\x1d\x25\x44\xe6\xd1\xe2\x1a\xd3\x40\x42\x46\x3e\x71\xaa\x9f\x10\xc7\x89\x8f\xe3\x11\xe3\x5b\x84\x48\xca\x2d\xf8\x34\x7e\x14\x21\xe2\xc1\x0b\x7e\x8e\xb3\x20\x44\xac\x6f\xfe\x5e\xc3\x6c\x42\x44\xba\x7e\xfb\xcf\x85\xbc\x96\xb7\x5b\xc4\x76\xd0\xf1\x47\x1a\x14\xdc\x8e\xd1\x63\xfa\xdf\x98\x25\xd2\xbc\x9f\x86\x55\xb2\xfa\xb6\x59\x38\x0f\xaa\xaa\x6c\x51\x37\xe8\x68\xb9\x03\x56\xd7\x0a\x74\xe6\x63\xbd\x32\xed\xbe\x23\xe2\x22\x71\x6e\x8b\x3d\x87\x2f\x03\xd8\xf9\x6a\x49\xb9\xec\xb2\x61\x96\x41\x27\x9d\x9c\x74\x0d\x04\x12\x37\xfa\x2d\xfc\x3e\xc5\x47\xe2\xa0\xa7\xd0\x7c\xc5\xf9\xd5\xf2\x27\x57\x9e\xb4\x6f\x5e\x1b\xa5\x3c\xda\x45\xd3\xce\x72\xfb\x25\x35\x99\xc5\x61\xb6\x45\x49\xbb\xd4\x0d\x17\x5e\x98\xbb\xb4\xa8\x6c\xf4\x21\x87\x81\x39\x42\x75\xa3\x34\x26\xdb\x7d\xb0\x99\xd2\x56\xa5\xa1\x65\x27\x6e\x9d\xf4\x18\xd4\x3f\xcc\x7b\x69\x63\xfe\xbd\x55\xed\x9e\xad\xe4\x6c\x6e\x42\x94\x77\xdb\xec\x98\x39\x9c\x10\x85\x76\x6b\x93\xe9\xee\x84\xc8\x59\xcf\xde\x6e\xb9\x99\x10\xd9\x05\xb3\xbe\x4d\x0d\x25\x44\xba\x76\x66\xaf\xc5\x01\x42\x46\x8a\xcf\x48\x9b\xbc\x94\x10\xc9\x1b\x56\xda\x93\x94\x08\x91\xc8\x66\x79\x50\xef\xcb\x47\x22\x2e\xf5\xf4\xdd\x68\xc4\x5f\xee\x7c\x37\x7e\x4c\xe7\x3d\xe5\xc1\x5c\x30\x9f\x4d\xef\x3f\xcb\xdb\x62\x5d\xff\x18\xa1\xdd\xe7\x8b\x03\x96\x60\xf5\x27\x6f\xb5\x0b\xd6\x5d\x53\x13\x56\x20\xfa\x12\xeb\xba\x1a\xf3\x25\x74\xa8\x3b\xaa\xb1\x6f\xee\xf1\x78\x26\x7a\x17\x60\xfd\xdd\xb5\x92\xea\x0b\xf9\x0c\x57\x0d\xae\x19\x66\x9a\x22\xba\x77\xa9\xc1\xca\x90\xb9\xaa\x32\x79\xf3\x77\xbb\x79\xba\x3d\x52\x2c\xb4\x5d\xb1\xdc\x7d\xb3\xa4\xf2\xad\xd9\x1f\x5d\x5d\xf6\x54\xa9\x4e\x9f\x51\xe0\x22\x5b\xb0\x53\x4d\xd1\xb2\xd3\xd9\xe5\x84\x8a\xda\xdc\x69\x63\x96\x05\x5f\xa9\x56\xe3\x9f\x3a\x71\x69\xe7\x83\x0f\xaa\xdc\x53\x95\x96\x5e\xfb\x3c\x4d\xe9\xc5\x94\xc8\xc5\x23\x09\x51\x30\xb5\xa8\x5c\x98\x4d\x88\xdc\x52\x0b\x9e\xf9\x43\x08\x91\xf9\x3a\x59\xc3\x6e\x13\x21\xd2\x11\x93\xac\xe7\xee\x25\x64\x24\xd7\xa4\x75\xd6\x65\x84\x48\x59\x9a\x1f\x9e\xd5\x4e\x88\xa4\xa9\xd9\xe6\x99\xce\x84\x88\xaf\xff\x68\x20\x83\x55\xde\x67\xe6\xb4\x1f\xd6\x1d\x73\x33\x9c\x0f\xd7\x7c\xad\x10\xaf\x68\xda\x62\x8b\x68\x5a\x5d\x89\x23\xae\x0f\x95\x16\xcb\xa8\xee\xb7\x22\x55\x11\xce\x5f\x41\x6f\x9b\xa6\x76\xaf\xc3\xfa\xe5\x1e\xb1\xf5\x58\xe7\x0c\x53\xd9\x80\x7d\x51\xfc\xeb\xfc\xf1\x96\x98\x87\xc0\x26\x3b\xee\x16\x80\xe5\x2f\x36\x89\x28\xc8\x0e\x7f\xe7\x18\x11\xa0\x68\xf8\x53\xb0\x7e\xce\x29\xbf\xee\x19\xdb\x24\x4b\xac\xee\x6f\x18\x58\x76\x5b\xfa\xe9\x94\x9e\x0d\x62\x1b\x43\x64\x2b\xcd\xe3\x7d\x27\x45\x1f\x93\xbb\x67\x3a\x76\xfd\xb7\xdc\x91\xf2\x9e\xc6\xb9\xeb\xf9\x8f\x3d\x91\xdf\x36\x5e\xca\x5b\xeb\xe2\x3d\xf9\xd9\xe3\x44\xbd\x72\xba\x3b\xe4\xec\xc7\xf6\x79\x79\xbd\x8f\x93\x89\x1b\x7b\xd9\x73\x16\x21\x23\xd7\x8e\x3d\xb9\x7a\x25\x21\x52\xda\x46\xc5\x2b\x16\x10\x22\x91\x6f\xd4\xe7\x1a\x46\x88\x84\xa6\xd1\xe4\x65\xe5\x84\x88\x8b\x18\x06\x2d\xfe\x4a\x88\xe8\x7b\xc3\xda\x45\x07\x09\x11\xcd\x33\x68\x58\x50\x4b\x88\xc8\xea\xa7\x75\x7a\x06\xf0\x0f\xfe\x53\xbb\x37\xed\x8f\x73\x7e\x31\x1d\xef\xba\x92\xa5\x88\x5f\xb3\xfc\x9f\xe2\x89\x94\x17\x90\x4b\xbc\x11\xb7\x49\xdd\xed\x8b\xfc\xa9\x38\x99\x00\xc4\x73\xc2\xde\x6c\x39\xce\xb1\x9b\x24\x82\xb0\x6e\xeb\x39\x74\x07\xe6\xc7\x52\xa5\x70\xac\xf7\xcf\xcf\x8e\xf4\x91\x5c\x0f\x30\x6b\x52\xb8\x83\x66\x37\x5f\xf1\xe4\xf1\xa1\x31\x16\xa9\x22\x9f\x4d\x56\x85\x8e\x5d\xb4\x57\xec\xc8\xd8\x8c\x90\xe8\xf5\xf5\xe2\xcf\xf4\xcf\xee\x78\x19\x79\x46\xe2\xa6\xce\xc5\x1d\x32\x99\xd9\x92\x56\x5a\xae\xc1\x2a\xe5\x0f\x24\x65\xc7\xdc\xda\x3e\xb6\xe9\x9a\xc4\x61\x8d\x77\x41\x15\x77\x79\xc5\xaf\x6a\x9c\x09\x9a\xf5\xe6\x96\xd8\xb4\x31\xcb\xb7\xf4\x13\x22\xd2\xa9\x91\xe9\x5f\x40\x88\xb0\xd7\x18\x07\x9f\xcb\x84\x08\x5b\x8e\xd9\xe7\x55\x42\x88\xd0\xcf\xd1\xdd\x9e\x5b\x08\x11\xf4\x18\x23\xbe\x66\x37\x21\x82\xd5\x1a\x37\x57\x2e\x21\x44\x50\x62\xf4\x83\xe5\x95\x84\x08\x48\x74\x07\x4e\x71\xa2\xf9\x6f\x83\x78\xde\x85\xbb\x8e\x88\x16\xd5\x79\xba\xe2\x38\x56\x84\xaf\xc1\x2a\x68\xf1\x95\xf5\xe8\x57\xde\xd5\x8d\xb8\x0e\xa6\x59\x52\x7c\x3c\xee\xec\x36\x5c\x0f\x23\x96\xef\xc0\xaf\x6f\xf5\x0f\xc7\xfd\x63\x7d\x5e\x24\xa2\x6f\x6e\x7c\xbb\x71\xbe\xd8\xd5\xc4\x61\xbc\xa7\x45\x24\x2e\xe4\x93\x05\x30\xdd\x9f\x70\x46\x85\x8b\x6b\x93\x81\x49\x7c\xb2\xc9\xd6\x11\x86\xda\x7a\xf1\x2e\xf6\xaf\x05\x56\x8f\xfe\x1c\xf7\xda\xe3\xa6\x20\xbf\x5a\x65\xdc\xa2\xd0\x2c\x41\x4f\x15\xa3\x3d\x75\xfb\x5e\x0a\xae\x50\x1a\xb7\x47\xae\xa4\x48\xa0\x4f\x51\x33\x96\xab\xe1\x89\x80\x97\xc2\xdc\x98\x9d\x5d\xba\x23\x9c\xe5\x49\x8c\xca\x40\x2b\xdf\x17\x85\x94\xa8\x0b\x84\xf0\xbe\x53\x98\x14\xbe\x94\x10\x5e\x53\x85\xc5\x3b\x84\x09\xe1\xe5\x52\x2c\xdd\x36\x8a\x10\xde\x7e\xc5\xc3\x9b\xa6\x13\xc2\x9b\xa6\x18\xe4\xcf\x4d\x08\xaf\xae\x42\xac\xef\x7d\x42\x78\x34\x14\xae\xaf\xdf\x4d\x08\xcf\xb8\x9b\x43\xe6\x21\x7a\x72\x49\x71\x09\x9e\x08\x4f\x6d\x5a\x89\xd5\xe1\x4a\x7f\x4f\x44\x53\x8f\x0c\xf5\xc3\xfa\x7a\x41\x2f\xe5\x83\xa4\xe9\x06\xe1\xfc\x89\x6f\x0a\xc3\xf1\xdf\xa5\x43\xfb\xc6\x04\xf9\x52\x7e\x84\x9f\x44\x2c\xde\xfb\x5d\xe3\x9f\x80\xe8\x8a\x53\x57\x32\xe6\xc3\x2c\xb3\x34\xbc\xad\x6e\xd4\x9f\x85\x55\x63\xed\xa7\xd9\x35\xd2\x35\x00\xaa\xd9\x59\x97\x0c\x62\xb8\x3a\x15\xc3\xb2\x5a\x6c\xcc\xb8\x7e\xc8\x85\x66\x15\xac\x4a\xe6\x4a\x96\x49\xca\x5a\xb2\xdd\x6e\x78\xa2\xf4\x93\x2c\xfd\x14\xf1\xa1\x67\xa4\x13\xb2\x84\x8f\xa8\x03\x8c\x14\xce\x1c\x7b\x36\x04\x40\x72\x6f\xc6\x82\x9b\xd7\x01\x24\x66\xa5\x9f\x7b\xf9\x16\x40\xec\xca\x3e\xd4\x75\x10\x59\x90\x88\x67\x01\x81\xb6\xd8\x3b\x68\x83\xa3\xf0\x1e\xb3\x40\x53\x24\xea\x32\x0a\xde\x0b\x45\x1d\x84\x11\xf9\xc1\x78\xbf\x57\x60\xf9\x56\x3c\x4f\xb2\xfe\x9f\xde\xb5\x1a\xeb\xeb\x55\x8e\xde\xc8\xeb\x3a\xba\x8b\xea\x00\x15\x8c\x0b\x42\x7e\x44\xfa\x99\x10\x5c\x17\x12\x06\x22\x11\xaf\x8e\xba\x1e\x8d\xf9\x10\x02\x74\x9c\xfd\x2b\x68\xd7\x7d\xcf\x62\xca\x0b\x71\xb9\x99\xb6\x9f\x63\xed\x37\x51\xbd\x90\xa9\x67\xf3\x71\x1e\x69\x8b\x14\x22\xaa\x20\x33\xf3\xd0\x3d\xfe\x0f\x00\x92\xc6\xc5\x36\x1a\x9f\x00\x44\xe7\x15\xbb\x58\xee\x01\x10\x7c\x57\x3c\xce\xb9\x0f\x60\x84\xf6\xa1\xc7\x81\x71\x00\xbc\xad\x87\xf2\xe2\xd6\x03\x70\x67\x1d\xbc\x79\xa0\x0c\x60\xf8\x60\xd1\xd3\x5a\x67\x80\x61\x0b\x8b\x46\xb7\xbb\x01\x0c\x79\x52\x28\x82\x67\xfa\xa6\x03\xa1\x3f\x90\xa1\x96\xc3\xe0\xd9\xe9\x09\xd4\xa6\x50\xfc\x66\x49\x22\xa3\x1c\x1e\xcb\xe0\xff\x51\x0c\xbe\x17\xd9\xc8\xb1\x67\xcb\xd7\xe2\xfe\x57\xcd\xe7\x87\x78\xc3\x51\x23\xca\xfb\x3a\x60\xb9\x03\xf9\x81\xd9\x2a\x3b\x11\xdf\x4a\x51\xa4\xa8\x5a\x4c\x2b\xe5\x45\x84\x4d\x48\x2a\xc4\x7d\xe0\xdc\x3e\x44\xe3\xd7\x27\xa7\x23\xca\xb2\x4a\x34\x1b\xe3\xe5\xe4\x40\x79\x02\xd6\x53\x0a\xf1\xeb\xa6\xd7\x0f\xa3\x7a\x85\x5a\x79\x29\x7e\x9d\x2f\xe2\x18\xe2\x22\x43\xd5\xaa\xcc\x65\x91\xb7\x50\x35\xc1\xc4\x9d\xee\x44\x0b\x31\x62\xc7\x7c\x7c\x90\x61\x52\xd9\x1f\x85\x33\xb4\x72\x08\x45\xe0\xcb\x07\xaa\x91\x89\x56\xf6\xea\x0a\x76\x78\x2b\x4d\x79\x80\x08\x63\x69\xe9\x27\xc4\xbb\x8b\xcf\x50\xff\x0e\x64\x50\x9b\xc7\xe0\xbb\x59\x0c\x62\x92\xc6\xf4\x39\xd8\x3b\x8c\xda\x04\xd4\x0f\x39\x91\xe4\x8f\xeb\x63\x69\x37\xd5\x05\x39\xa8\x1e\x8e\x38\x55\x4e\x44\x34\xa2\x44\x7b\x2b\xe2\xf0\x5c\x10\xbb\x3e\x09\xcf\x05\x11\xe7\xf6\xe1\x53\x6f\x3b\x9b\x81\x79\xe3\xf7\x35\x07\x71\xe0\xb5\xf2\xf9\x78\x02\x77\x6d\xa5\x7d\x44\xec\xb7\x53\xbd\x10\x2b\xcf\x52\x9c\x77\x46\xb6\xb4\x6f\x90\x42\xdb\x71\x8c\x03\x57\x46\x1d\xde\x17\x07\xa8\x0f\x94\x46\xfc\xea\xd4\xfe\xf1\x88\xcf\x9e\xca\xa5\x8c\xb5\x53\x4d\xeb\x10\xf7\x3d\xe5\x18\xfe\x01\x57\xac\xfd\x99\xc8\xbc\xa8\xed\xa7\x9d\x59\x6a\xb9\x9a\xb1\x73\x42\x4d\x4c\x37\x9e\xf0\x4f\xec\x19\xc4\x27\xaa\x36\xa6\xfe\x95\xad\x23\x7f\xf2\x62\x18\x5b\x70\x8b\xda\x1c\x86\x5b\x9e\x81\x71\x29\xcb\x61\xfc\xaf\xdf\x89\xe7\x86\x9c\x93\xb1\x38\xce\xa9\xbd\x89\x18\xed\x3d\x7e\x29\x88\x22\x45\xc6\x50\xfd\xa3\xed\x59\x39\xa8\x0f\x12\xb8\xb5\x00\xe7\x8d\x17\x14\x21\xda\xb8\xc2\x80\xf2\x23\x9c\x1c\x4a\x70\x1f\x9e\x83\x1d\xa1\x01\x26\x4f\xae\xc6\xd1\xd5\x6d\xac\xc5\x78\xca\xd6\xd5\x23\xca\x04\x7d\x8d\xe2\x34\x0e\x4d\xf1\x52\x88\x78\x36\x35\x8c\xc5\x95\xfa\xfc\x83\xb9\x88\xb4\x36\x19\xb9\xe3\x49\xac\x49\x94\x02\xc2\xe7\x93\xf7\x61\x66\x35\x36\x1d\xc5\x0e\x15\x8d\x49\x0d\xf8\xce\xdb\x60\x70\x8b\xb1\xaf\x10\x81\x3c\x2b\x40\x6b\x03\xb5\xcc\xb8\x57\x8f\x25\x7f\xf0\x62\x4a\x98\x8e\x03\xbf\x78\x31\xcb\x09\xd6\x2d\xe9\xfa\x96\xe7\xb4\x07\x51\xe2\xb4\x89\xc9\x38\xee\x09\x24\x1d\xd9\x47\xd1\x33\x72\x90\x37\x1c\xd6\xbb\x1f\xf3\x64\xf3\x1d\x3a\xde\x3e\x49\xc5\x88\x2e\x7a\x28\xd2\x3c\x77\x6e\xa3\xbc\x90\x05\xfc\x55\x78\x0e\x9f\x39\xe3\x24\xee\x23\x26\x77\x28\x6e\xaa\xa9\x7b\x16\x79\x36\x92\xfb\x9b\xbe\x50\xff\xe9\x7d\x72\x80\xd6\x1d\x12\xf4\x4d\x65\x87\x21\x9e\xbc\x5a\x1c\xad\x11\xbf\x6d\x79\xb4\x12\x23\x7c\x85\x6c\xc5\x7f\xb1\x35\x84\x2a\xf6\xb4\x94\x1f\x42\x5e\x44\xcb\xb0\x7a\x71\x6a\xaf\x23\x32\x79\xf9\xe3\x33\xfc\xf9\x4b\x81\xdf\x70\xa6\x9e\x67\xee\xb1\x9f\x39\x46\xed\x29\x46\xff\xe0\x04\xd3\x71\xa2\x92\xd1\xc9\x28\xdd\xce\xb1\xf9\x3f\x12\xf0\xd6\x77\x7a\x23\xe5\x7f\x25\x49\x67\xe0\xf9\x39\xd6\x31\x9f\x9e\x07\x7a\x0f\xe0\x0d\x93\x20\xef\xc3\x88\x36\xfa\x1d\x3c\x7a\x96\xe6\x41\x25\x8e\xef\x8a\x5e\x3a\xde\x8b\xab\x4e\x20\x6e\x39\xef\xd3\x29\x3c\x4f\x4d\x4f\x39\x87\x78\xe6\x78\x8b\x46\x9c\xb5\xa3\x27\x51\x5e\x88\xf8\xbc\xab\x1b\xa9\xff\xb4\xbf\x02\xc0\xcd\x73\x62\x88\xe3\xde\xac\xa4\x27\xf8\x8e\x47\x33\x51\x89\xe2\x56\x10\x55\x34\xeb\x78\xb4\x19\x77\x9e\x8e\xf2\x38\x5c\x79\x6f\x96\x1c\xa0\x9f\x0b\x6b\x50\xb9\xe5\xc6\xc1\x56\xe4\xc9\xdc\x20\x0f\x31\x4e\xed\xcd\x6f\xf0\xc9\xae\xf6\x52\xdc\xff\x32\xe3\x6f\x13\x83\xf3\x9e\x7b\x4a\x6d\xbd\x21\x13\x17\xdc\x3f\xb2\xdb\xd2\x91\x85\xb1\xf7\x64\x36\x3e\x5f\x6c\x38\xed\x03\xf7\x0f\x1e\x10\xfa\xb9\x69\x39\x1d\xef\xf5\x3d\xc7\x68\x3f\x20\xdd\x13\xe8\xaf\x4b\xfc\x29\xdc\x47\x1d\x0d\xce\xae\xa4\xf3\xa1\x11\xf3\x66\x4a\xc5\x45\xcc\x72\x23\x86\x17\xa2\x96\xdc\x8e\xbf\x27\xaa\xda\x51\x42\xfd\xbf\x3d\x48\xed\xbd\x66\x51\xec\x68\xd7\xed\x4f\x15\x0e\xbb\xdb\xa6\xd7\x50\x4b\x19\xeb\x3d\x73\x37\xda\x52\x1b\x43\x6f\xba\x64\xe5\x21\xaf\xac\x5b\x91\x2a\xd5\xdc\x93\x68\xae\xa3\x9f\x29\xee\x7f\xb7\xe9\x2d\x32\xd9\x6e\x33\x3c\x87\x8e\x72\x82\x9f\xdb\x99\x4e\x14\x57\x18\x1d\x90\x0b\xcc\xbc\x69\x40\x1e\x44\xea\x57\xaa\x87\x14\xd7\x4b\x79\x50\xd1\xea\x47\x70\x75\x0e\x1d\x4a\x75\x71\xb6\x0a\x1e\xc3\xf5\xc0\xff\x4c\x2d\xf2\xea\xbc\xea\x4e\xa1\x5a\xd1\x2a\x87\x33\xb4\x4f\x98\xe2\x79\x2c\x48\xcc\x2f\x6a\xfe\xc9\xb1\xb3\x36\x5c\xc6\x71\x36\x6f\x6d\xc3\xf3\x82\x81\x77\x07\xfe\x7d\x95\x4a\xda\x4f\x45\x38\xf7\x2e\x83\xf7\xd3\x3e\x32\x00\x4f\x6a\x05\x31\xf2\x4f\xf8\x34\x90\xf7\xf3\xf8\xc1\x54\x3c\xa1\x3e\x69\x76\xc2\x4c\x7c\xba\xdf\x17\x9f\xec\x89\xf9\x4e\xfc\x17\x9f\x16\x52\x45\x9b\xc7\x91\xe5\x58\x0b\x7b\xd2\xdf\x84\x23\xf9\x98\xa7\x13\xbf\xff\xe8\xdd\x33\xe4\x4f\x3c\xec\xa5\x1d\x78\x7a\x18\xde\xe0\xed\x35\xd4\xde\x64\xd6\x87\x3f\xe3\xf2\x37\x0f\x2a\x72\xe4\x31\xe4\x33\x6c\x57\x3c\x81\xf3\x25\x50\xa5\x0e\xf9\x8f\x3e\xd3\xce\xe0\x7d\x8c\xb5\x2e\x0d\xc8\x17\x72\x3b\xdb\x8c\xe3\xbd\xc4\xae\x05\xf7\xd9\x79\xf9\x57\x71\x5d\x9d\x31\x70\x1d\x9f\xc6\xb4\x91\xaa\x1a\xe9\x9e\xbe\x8d\x71\x52\xae\xa0\xfa\x40\x02\x37\x1e\x1a\x50\xff\x9f\xdd\xa3\x76\xa0\x7f\x04\xfe\xa5\xd7\xaf\x47\xe1\x09\xfe\xcd\x81\x49\xc8\x03\x7a\xa3\xb0\x10\x9f\xe8\x4d\xa0\x17\x9e\x70\x07\xe7\x53\x66\xdf\x1b\xbb\x34\x7c\x23\x1c\x94\x3c\x82\x27\xb4\xd7\xcf\xcf\xa0\xed\xaf\x6f\x47\x3e\xc0\xe0\xd8\xe7\xf8\x77\xfa\x25\x3e\xe3\x93\xbd\x98\x4b\x70\x66\xf6\x31\xfd\x93\x7a\x2e\x33\x71\xf1\xfa\x67\x5c\x62\x2b\xca\x91\x9f\xc1\xea\x21\x85\x4c\xab\xc5\xe7\xdf\xe2\x7d\x1a\xf9\x0f\x7e\xef\x1a\x71\x5c\xbd\x7d\x2f\x22\x5f\x64\x8d\x39\xed\x17\xe5\xd2\xde\x86\xff\xca\xa2\xfc\x1b\x78\x9e\x66\xfb\x64\x4d\x6b\xec\xc2\x7c\x98\x50\x77\x0f\xfb\x93\x69\x77\x3d\xc0\xfc\x52\x78\xf8\x04\xeb\x59\x82\x11\x54\xc5\x05\x80\xb2\xdb\x00\xbe\xac\xe3\xc2\xfd\xee\xeb\x68\x25\x8c\xc7\x17\x33\x13\xf4\xf3\xbb\xad\x1d\xe5\xb5\x98\xac\xc1\x15\xe9\x6b\x4d\x10\xf6\x97\xfa\x56\x97\x8c\xf3\xe4\xab\x5e\x21\xae\x8f\x5f\xaf\xd6\x62\x84\xbf\x39\xb7\xf1\xe0\xe7\xfe\x5e\xec\x78\xf9\x2d\xe7\x13\xae\xb7\x1f\x77\x53\x7f\x07\x97\x51\xcb\xea\xc4\xfc\xd2\x15\xc2\xb8\xec\xba\x72\x1c\x4f\x25\xe1\xfa\xa7\x91\x35\x12\xe4\x72\x16\xf3\x36\xb0\xf7\x02\xae\x17\x3e\x3d\x97\xf1\x9c\xec\xa1\xd8\x52\x42\xe7\xc3\x0d\x3c\x0f\x38\x07\xdc\x42\xb6\xde\xc2\x15\xb4\x4f\x96\x75\x14\xc3\x07\x3a\x76\x1f\xf3\xc8\xb8\xa7\x0f\xdf\x33\x74\x8c\x9f\xe3\x7a\xab\x68\xdf\x8f\x6a\x37\xc2\x5e\x83\x09\xd4\xff\x4f\xc6\xd4\xfe\xe2\x81\x14\xc9\x32\x7d\x7f\x7e\xf1\x40\x18\xbd\x13\x57\x86\xe7\xc1\xf6\xc7\xd9\xcd\xe8\xa6\xe4\x68\x50\x5b\xb9\x8b\xda\xf3\xbc\xd4\xde\xc4\x9d\x89\x84\x3e\x76\xa6\x9f\x3f\xa2\xb2\xd7\xcf\x10\xea\x37\x1b\x97\xd7\xcc\xb9\x92\xea\xc4\x90\x7f\xf2\x1f\x98\x1a\x3f\x8b\x7f\x1b\xf6\xfc\x69\xff\xe6\x3d\xfc\xcd\x03\xb1\x2e\x04\xf8\x96\x4a\xef\x31\x7f\x3a\x0d\xb0\x64\x80\xea\xd8\xaf\xf6\xa4\xf8\xe6\x7a\x03\x80\x17\x63\x01\xb6\xf4\x51\xbd\xfa\x88\x1a\x80\x87\xb5\x00\x09\x0a\x00\x0f\xf8\x01\x32\x4b\x28\xee\x77\xc8\x1b\xa0\xfb\x21\x40\xb5\x2f\xd5\xfb\x38\xcf\xdc\xef\xbe\x71\x10\xe0\x3e\x17\x40\xdf\x4a\x80\xfb\xb6\x00\x1f\x7c\x01\xee\x32\xf8\x35\x8b\x7b\xb3\xfc\x87\xf3\x4c\x9d\x9e\xbd\xf7\x7d\x8a\xc1\x39\x58\xfe\x47\x35\x83\xeb\xb1\xf8\xe7\x3f\xfd\x62\xf9\x1f\x2c\x9e\xcf\xe2\xe0\x3a\x7f\xe1\xfc\x7f\xc4\x23\x94\xe1\x81\x1c\x02\x98\x31\x09\xe0\xfb\x77\xaa\x67\xff\xb1\x17\x60\x71\x23\xc0\x40\x14\xe7\x9d\x13\xe0\xf9\x63\x80\x75\xb6\x14\xe7\xdd\xec\x00\xf0\xe8\x06\x40\x78\x3e\xc0\x83\x3b\x00\x71\x29\x00\xf7\x57\x01\x64\x5e\xa3\x78\x5f\x61\x0c\xc5\xb9\x39\x71\xb8\xf7\x05\xe0\x7c\x35\xc0\xdd\x2a\x80\xeb\xa9\xd4\xf6\xdd\x00\x78\x10\x4c\x31\x84\x5b\x63\xe9\xbf\xdd\xc2\xe0\x7b\x2c\xff\xe1\x17\xff\xe3\x2f\xfe\xcb\x7f\xe0\xdf\x91\xbf\xe3\xc0\xfa\x65\xc0\x68\x8b\xfc\xe2\x7d\x54\xfc\x69\x75\x6c\xff\x8c\x0b\xfb\x7b\xa6\x39\x54\xdf\x60\x6a\x25\xc0\xe7\xc3\x00\x36\x95\x00\xef\xc6\x71\xf6\x52\x80\x81\x5e\x00\xce\x39\xe0\xa9\x27\x80\x47\x18\xc0\xa3\xef\x00\x01\x62\x00\x0f\xae\x03\x84\x6e\x03\xb8\x77\x06\x20\xd6\x16\xe0\xee\x58\x80\xf4\x61\x00\xb7\xeb\x01\x8a\xcc\x01\x6e\x8b\xd2\x7b\xff\x5d\xe7\x00\x1a\x85\x00\xba\x6a\x00\x6e\x38\x02\xdc\x11\x06\x78\x9c\x00\x70\xd7\x14\xe0\x6b\xed\x6f\xdc\x9b\xcd\x83\x46\xa6\x5f\xcc\x2f\xfe\xcb\xbf\xf9\xcf\xde\x03\x3f\xf7\x3b\x0e\xac\xff\xbf\xf8\x1f\x0c\xef\x83\xe5\x39\xfc\x6d\x59\x9d\x08\x96\x37\x63\x6c\x40\xef\xf5\x4e\x6a\x03\xf8\x94\x02\x30\xb3\x84\xf6\xb1\xb0\xf3\xa6\x38\x9f\xb3\x2a\xc5\x79\xd6\x0c\x00\xf4\x36\x00\x6c\x8c\x04\xe8\xd6\x01\xd8\xfe\x18\xe0\xce\x33\x80\x58\x1e\x80\x5b\x06\xf4\xce\x75\xc7\x21\x80\xfd\x03\x00\x1d\xca\x00\x15\x05\x14\x07\xe5\x9c\x48\x3a\x62\x00\x3a\x84\x00\x3a\x8e\x02\x3c\xca\xe0\x9c\x0a\x68\xce\xb5\x31\xfc\x20\xb6\x0f\x10\xdb\xff\xe3\x17\xff\xe9\xf2\x5f\xfe\xc7\x32\xfe\x33\xbc\x87\xa2\xde\xdf\x71\x60\xfd\xff\x9b\xff\xc1\xf2\x20\x14\x8e\x32\x9f\x19\xde\x07\xcb\x7b\xf8\x15\x8f\x05\x00\x5f\xb6\x00\x98\xd4\x00\xbc\xad\x05\xb0\x8c\x01\xe8\xd7\x05\x98\x73\x95\xea\x5b\x38\xb9\x51\x5d\x87\x15\xbd\x00\xdd\x4b\x01\x7c\x7e\x70\x76\x2d\xda\x17\xa5\x73\x31\x40\xb4\x0e\xc5\x3d\x39\x71\xb8\x31\x0d\x80\x73\x92\x69\x6f\xa2\xcf\xde\x7e\x1f\xa0\x21\x14\xa0\xdd\x1b\xe0\x7a\x36\xb5\x7d\x5e\x00\xed\x0e\xb4\x8f\x14\x9b\x07\xe7\x18\xec\xbd\x8e\xc9\xdd\xea\x59\x7f\xfa\x5f\xc2\xe4\xc3\xdf\xfc\x87\xfd\x53\x7f\xc7\x81\xf5\x9f\xf5\x9b\xe5\x35\xb0\x3c\x88\xbf\x2d\xfb\x7d\xa5\x0a\x80\xef\x36\x00\x1a\xe7\x28\xde\x3f\x76\x3a\xc0\x9b\xb9\x00\x93\x7c\x00\x9e\x99\x01\xcc\x88\x05\xe8\x1b\x07\x30\x3f\x91\x73\x9a\xa1\xf3\xe3\x4e\x2c\x80\xd7\x7d\x80\x9b\x47\x01\x36\x27\x03\x5c\x7b\x4c\x75\x41\xda\xb9\x00\xf6\x3a\x51\x6e\x5c\xc1\x6e\x80\xab\x7c\x00\x9c\x13\xec\xd5\x20\x80\x46\x57\x8a\x79\x5f\xef\xa7\xb6\xef\x2c\xc5\xc5\xbf\xfa\xff\xe6\xc1\xd4\x6b\xfe\x99\xff\xe5\x0c\x3f\xe4\xc8\x05\xc6\x6f\x66\x6c\x0b\x99\xbe\x4a\xbf\xf8\x0f\x21\xbf\xe3\xa0\xfc\xfd\x4f\x3f\x59\x7d\x0b\xd1\x00\xc6\x32\xdc\x22\x56\xff\x82\xe5\x83\x48\xbf\x07\xf8\xa1\x03\xa0\x5c\x40\x79\x1f\xda\xa1\x00\xaf\x8c\xe8\xfa\xf9\xb8\x0b\x60\x5a\x34\xe5\x73\xcd\x4b\xe2\x9c\x9e\x01\x96\x35\x03\xdc\xfa\x06\xe0\x11\x40\xe7\x75\x20\x27\xaf\x93\x00\x22\xc5\x28\xe7\x85\x73\x2e\xb8\x72\x08\xa0\x60\x2c\xc0\xa5\xc5\x00\x15\x5b\x00\x2e\x19\x02\x34\x58\xd0\x3e\x60\xd7\xf7\xd3\x3e\x38\x4f\xfa\xa9\xc5\x1e\x53\x0c\x7e\xcd\xe2\xff\xec\xf8\x1f\xbe\xf4\xdf\xc7\x9d\xe5\x01\x64\x31\xbd\xbd\xd2\xfd\x7e\xc7\x81\xf5\x9f\xf5\x9b\xd5\xb7\xe0\x66\x34\x68\x58\xdd\x0b\xee\x25\xd4\x0a\xe4\x01\xfc\x7c\x00\x20\xd2\x01\xf0\x69\x02\x80\x74\x04\xc0\x80\x01\x80\xaa\x01\xc0\x93\x3c\x00\xfd\x3d\x00\x9c\x53\xe3\xc4\x53\x80\x6c\x53\xeb\x10\x80\x2e\x11\x80\x45\x12\x00\xd7\xe5\xe8\x3e\x7a\xd5\x1c\x80\xf3\xde\x70\x39\x9b\xea\x49\x5d\x74\xa4\xfd\xd5\x9a\xc3\x01\xf2\xc5\x00\x9a\x86\x01\x94\x3b\x00\x34\x25\x00\x34\x1a\x01\x34\x5c\xa7\xfd\x93\x38\xb9\xf1\x54\x07\xa0\x51\x01\xe0\xfb\x35\x80\x5a\x9b\xbf\xfc\x67\xd6\xbd\x42\x86\xbb\x98\xcf\xe4\x47\x36\x33\xd6\x19\x0c\x6f\x66\x1f\xc3\xff\xd8\x5b\xf2\x3b\x0e\x62\xcc\xfe\xf8\x37\xff\x03\x71\xf0\xbf\xf8\x0e\xff\xe4\x3d\x0c\x77\x06\x78\x6b\x0c\x20\xb4\x17\xe0\xa5\x2d\x80\xec\x24\x80\xbe\x06\x00\x0d\x2f\x80\x6e\x1f\x80\x71\xd5\x00\x9d\xbd\x00\xd3\x1e\xd1\xf9\x6e\x77\x01\xa0\xd5\x03\x60\x79\x1d\xc0\x65\x65\x00\x5f\x4b\x80\x0b\xc2\x00\x3b\x72\x01\xce\x5b\x00\x24\x58\x00\x34\x44\x01\xe4\x39\xd1\xde\x51\x65\x25\x00\x67\x16\x03\x34\xbc\x06\x38\x1d\x42\xd7\xc6\x7a\x43\x80\xa7\x57\x01\x4e\xbd\xa4\xf9\x70\x2c\xe3\xcf\xf1\x3f\xc0\xf0\x00\x7f\xe9\x7e\xbc\xfb\xef\x7e\x27\x31\xfa\x28\x2c\x1f\xe0\x9f\xe3\xfe\x07\xff\xe3\x5f\xfc\xa7\x5c\xe5\xdf\xbc\x87\xfe\x01\x80\x61\x46\x74\x3f\x10\x71\x00\xb8\x7f\x10\x40\x71\x0c\xc0\x6d\x67\xda\x27\xe7\x86\x3a\xc0\xc4\xe5\x00\x57\xa3\x00\x6c\x0e\x02\x5c\x3c\x0e\xb0\xb4\x02\xa0\x49\x94\xf3\xee\x0e\x70\xae\x0e\x60\xbb\x21\xc0\xe9\x8f\x00\x7b\x76\x00\xd4\x15\x03\x64\x77\x03\xd4\x6c\x06\x28\xbd\x03\x70\x72\x26\x00\xe7\x0d\xfe\x78\x2f\xc0\x0d\x5b\x80\xea\x76\x80\x27\x93\x00\xaa\x19\x2d\xa2\xa3\x4c\x2e\x1f\xd0\x63\xc6\x9d\x99\x27\x69\x0c\x7f\x92\xe5\x7d\x24\x30\x5c\xcf\x78\x66\x0d\xdc\xcd\x70\x5e\x77\x6d\xfa\x1d\x87\xff\xc9\x7f\xf8\x2b\x0e\x5f\x86\x51\xfb\x46\x85\x5a\xda\x65\x96\xae\x03\x5c\x3c\x00\xb7\x4f\x02\x48\x04\xd3\xfd\x4e\x2d\x19\xa0\x35\x86\x9e\x33\x9a\x3b\xa8\xae\x54\x43\x2f\xc0\xc2\x1d\x00\x67\x24\x01\xdc\x8d\x00\xea\x74\x01\xb6\x98\x02\x9c\xe8\x02\xd8\xdd\x0f\x50\x6d\x01\x90\x15\x0e\x50\x79\x0d\xa0\xe4\x01\xed\xf3\x75\x76\x26\x40\x99\x1c\xc0\xf5\x3a\x80\x52\x29\x80\x27\x4d\x00\x47\xf3\x00\x7e\x00\xc0\x01\x86\x2f\x99\xc5\xe8\xac\xa5\x30\x3a\x39\x89\xcc\x7c\x61\xf9\x2e\xbb\xaf\x51\xcb\xf2\x3e\xc2\x19\x1e\xea\x8e\xcf\xff\x88\xc3\xff\xc1\xff\xaf\x0c\xff\xe3\x8d\x3a\xb5\xec\xed\x09\xda\x75\x17\xe0\x6e\x01\xb5\x37\x98\xf9\xc5\x59\xd7\xa5\xa7\x03\x34\x17\x00\x68\xb6\x01\x34\x98\x03\x98\x5b\x01\xd4\x73\x83\xd8\x3c\x0b\x80\x13\x17\x87\xc9\xae\xb0\x06\x38\xb6\x9b\x4b\x3e\x60\x3d\x40\xd9\x4d\x6e\xdf\x28\x01\x80\xa3\xa9\x3c\x06\xe9\x3f\x00\x8a\x8b\x78\x2a\x8f\x94\x00\x1c\x1c\xc5\xf3\xac\xbe\x0f\xa0\x70\x0a\x4f\x5a\xbb\x01\xc0\xfe\xe3\x3c\xe6\x8f\x5e\x01\x14\xac\xe2\x3e\xfc\xe5\x2d\x40\xe6\x36\x5e\xec\xbb\x9c\x9c\xc8\x8d\x7d\x90\xe2\x5c\xb9\xf0\x1e\x52\xb4\xe8\x70\xec\x97\x14\x39\x74\x38\xd6\x9f\x42\xfa\x87\x4c\xe4\xd8\xe0\xb2\xa1\xd8\xf9\x72\x3b\xcf\x10\xac\x5f\x6e\x5e\x03\x35\xff\x97\x38\x7c\xdd\xcb\xf8\x1f\xc8\x8c\x7f\x26\xb5\xbd\x1f\xa9\xbd\xc3\xf0\x60\x6e\x58\x53\xdb\x12\x0c\x58\xf7\x3d\xaf\xce\xe5\x29\xb8\x0e\xe0\x54\xc7\x08\x59\x15\x3f\x80\xe3\xee\xc2\x9a\xe3\x2f\x02\x94\x6f\x10\xfb\x3a\x3b\x09\xe0\x48\x84\xe4\x52\xe7\x31\x00\x07\x17\x8e\x54\xf1\x75\x06\xd8\x7f\x44\x7a\x53\x78\x09\x40\xde\x22\x99\xf9\xa9\x73\x00\xb2\x2f\xcb\xb8\x1e\xe2\x9c\xb5\xc7\x4b\xb7\xd6\x9a\x02\xa4\x4f\x93\x1e\xdd\x52\x0f\xb0\xaf\x78\xe4\xcb\xfb\x1d\x00\xa9\x32\x23\x9d\x3e\x8c\x01\x48\xdc\x28\x85\x3a\xbc\xbb\xf5\x25\xb0\xce\x10\xf1\x51\x02\xfd\xdc\xa1\x2c\x7e\x96\x63\x83\x46\x89\x60\x3d\x76\xf3\x29\x11\xd4\xd1\xf1\xf7\x15\xc6\x78\xf8\x15\x0b\x22\x1f\xc6\x37\x8a\xaf\xf4\x7f\xc5\xe1\x07\xe3\xf7\x1b\x26\x0f\x9e\x67\x33\xfe\x6f\xa2\x6f\x87\x5d\x15\xbc\x58\x1d\x6a\xab\x12\xc6\xae\xd2\xcd\x03\xe2\xf8\xd6\x7c\xd6\x99\xf6\xcb\x39\xde\x2f\xfd\x84\x6b\x24\x40\x99\xbb\x42\xb6\x4c\x32\x3c\x38\xf8\x42\xb1\x47\x27\x67\xf8\xba\xfc\x43\xca\x81\x53\x56\x71\xaf\xc9\xfc\xac\x32\x6f\x01\x17\xaf\xc3\x3e\x21\x95\x50\x77\x1d\x7e\x48\x3a\xaf\xb2\x64\xeb\xb5\x11\x61\x71\xed\xca\xdf\xf7\x74\x09\xec\x8f\x79\xa1\xbc\x3c\x2f\x5c\x70\x4e\xb4\x86\xd2\xbb\x63\xdc\x82\x15\xbb\xe6\x2a\xad\x69\xfa\x2c\xb8\x33\x72\x97\x92\xe8\x6d\x19\x81\x57\x11\x8e\x4a\x96\xfd\xad\x02\x62\xa1\x35\x4a\xb5\x84\xf0\x17\x6d\xf3\x54\x4a\x26\x84\x6f\x20\x50\x4d\xf1\x13\x21\xbc\x83\x1b\x3e\x29\x46\x11\xc2\x6b\xb2\x3e\x5d\x41\x87\x10\xee\x4e\xaf\xf9\xf2\x49\x84\x70\x6b\x7a\x9e\x97\x1f\x4a\x08\x57\xa2\xfb\x16\x79\x13\x42\xb8\xa2\x56\xab\xc8\xc9\x11\x32\x7c\xf9\xdf\xfe\xff\x8c\xfd\xd3\xff\x17\x85\x43\xf1\xf6\x64\x8f\x81\x10\xe2\xbc\x37\xf5\x46\xa2\x0e\x6b\xab\x87\x12\xbe\x77\x37\x2d\x55\x41\xbf\xeb\xa2\x35\xb0\xfa\x51\xb9\x4b\x0b\xdf\x96\x8b\xdb\x74\x51\x17\xa3\x40\xd2\xc0\x47\x34\x14\x20\xbd\x56\xbf\x4b\x2d\x90\x7b\x58\x92\x92\xfe\x2e\xe3\xf7\xfc\xaf\x63\x97\xe9\xa7\xdb\xcc\x15\x5c\xbf\xf3\xa2\x7e\x90\xcb\x5b\xe1\x2b\xa1\xb5\x7a\xdd\x7e\x85\xa2\x6d\xdb\x95\xf5\x6c\x76\x06\x8a\xe7\x6d\x39\xac\x3b\x39\xbd\x45\xa2\x3e\x30\x53\x67\xc9\xd1\x62\xc9\xe5\xfe\xae\xda\x69\x67\x2e\x49\x26\xfa\xed\xd5\x16\xbd\xa1\x29\x69\xb0\xc1\x4d\xeb\xf3\xd3\x0c\x89\xc9\xbe\x77\xb5\x23\x7e\x9e\x15\x5b\xbb\xee\xb4\x56\x29\x21\x22\x79\xee\x2a\x63\x2e\x11\x22\xb4\x65\x95\xdc\x18\x1b\x42\x04\x8b\xdd\x1c\x47\xfb\x11\x22\xc0\xb3\x7c\xcc\xe8\x39\x84\x8c\x68\x72\xf1\x18\x35\x9e\x10\xfe\x09\xcb\x8c\x54\x93\x09\xe1\x7d\xef\xf4\x5a\xe5\x22\x21\xbc\xaa\x7f\xf3\x7f\x7e\x8d\xbf\x22\x1f\xd6\x4d\xba\xdb\x24\xb0\x5c\x7a\x6b\x02\xad\x92\x5c\xce\xd6\xc4\x3a\x4a\x83\x80\x11\xde\xcb\xac\x69\x30\xc6\xfa\x4b\xd9\x6a\x53\x8c\x60\x91\x39\xe5\x85\x64\x6f\x98\x8c\xb8\xcd\x5e\xd1\x29\x5f\x79\x0a\x00\x62\x23\xa7\x79\xca\xdb\x0d\x2b\x0d\x0f\x9e\xe2\xab\xaf\xc9\xff\x78\x9b\xd5\xe4\xbb\xd3\xc6\x8b\xfc\x0c\x30\x9d\x3c\xc1\xf1\x90\x78\x9f\xef\x50\xf3\xaf\x9e\x2f\xa4\x16\xae\x33\x9b\xf8\x78\xc7\x14\xe9\xdd\xee\xa2\x66\x8f\x93\x87\xc9\x4e\x59\x59\x6f\x5a\x51\x64\x23\x37\xde\x6d\x8c\xc9\x91\x9a\x36\xb9\x42\x57\x25\x13\xbe\xd6\x99\x72\xbb\x9c\x5f\x4c\xb8\xd9\xbb\x50\xf6\xba\xb3\x9f\xc9\x88\x4f\x09\x32\xfc\x4b\xa3\x27\x4c\x21\x44\xaa\xdc\x49\x6e\x5c\x3c\x21\xe2\x9d\x7f\xf3\x3c\x1c\x64\xf5\x3f\x11\x22\x1c\x61\xd7\xae\x97\x4d\x88\x50\x80\xed\x19\xbd\x0c\x42\x84\xc4\xe6\x1c\xd0\xae\x24\x44\x40\x8a\xf5\xff\x03\x2f\xe0\x73\x3f\x6f\x14\xc4\xea\xdf\xdd\x2a\xda\x1f\xe4\x06\xd1\xc0\xba\x49\x73\xc9\x58\xc4\xb5\xce\x96\x53\x7d\x8c\xaa\xf2\xa9\x58\xbf\x3d\x5a\x6e\x85\x3b\x48\xa1\xd7\x2c\xac\x2a\x66\x16\x51\xf5\xe9\x44\x1b\xca\x93\x88\x6c\xb2\xc7\x3e\xe7\xc1\x6f\xe7\xd7\x49\x2a\x01\x04\x18\xd8\x27\x68\x78\xf2\x86\x78\x4d\x98\x17\x3e\x91\x57\x38\x71\xa5\xcf\xdc\x95\xb6\xd6\x52\xe1\xce\xfb\xe6\xf0\xae\xe8\x93\xf1\x71\x0a\xb3\xee\xdc\xd4\x26\x6f\x32\xbf\x69\xb6\x6d\xec\x48\xc5\x11\x76\x0a\x33\x1f\xe5\x0e\x2a\x2d\x98\xab\x37\xe3\xc6\xb1\xa3\xca\x32\x36\xa6\x56\x83\xcd\x73\x95\xc7\xce\xfe\x66\x65\x76\x37\x45\xc9\x63\x76\xbe\xd5\xf8\x37\xa3\x15\xae\xcf\x16\xb6\xe2\x25\x44\x6e\xd1\x0c\x89\x69\xbb\x08\x91\xde\x66\xd9\x32\x45\x8b\x10\xa9\x31\x96\x2a\x93\x4a\x08\x91\x70\x9b\xf6\xde\x5c\x8a\x10\xf1\x65\x53\x89\x99\x0c\x21\xa2\x83\x53\xe7\x9b\xf4\x13\x22\x2a\x67\x71\x7c\xc2\x02\x42\x84\x6f\x7f\xce\x1f\x82\x3b\xe0\xf3\x2b\x52\x58\xed\xec\x0e\x57\x46\xfd\xfa\xeb\xe1\xfa\x58\x25\x6c\xae\x9f\x88\xd5\x9f\x7a\x45\xca\xfb\xa9\x76\x9b\x8d\xf6\x08\xb1\x45\x54\xa5\x20\xd2\x01\xef\x33\xa7\xfb\x39\x62\x5e\x24\xaa\x2c\xc1\x78\x45\xfa\x39\xe3\xed\xc3\x2d\x6e\xae\xb8\x6e\xfa\xe8\xbb\xf5\xf0\x07\x02\xac\xf9\xea\xe6\xa7\x14\xcf\xe5\xe6\x1c\xea\x5a\x31\xb6\x41\xe0\xc2\x02\x47\xe7\x86\x99\xfb\xc4\x6f\xcd\x9d\xb3\xf4\xe3\xb2\x8d\xd2\xca\xb3\xec\x96\x4a\xfb\x89\xc8\x7c\x9e\x2e\xbb\x44\x6f\x97\xa6\xdc\xec\x29\x39\x8b\x6d\x33\xeb\xe4\x05\x27\x3d\x74\x1a\x57\xd6\x24\x6f\x6c\xae\xb1\x68\x41\x63\x97\xbc\xf2\x44\x2e\xc7\xf2\xce\x1f\x72\xee\x66\x21\x8e\xae\xfd\x86\x32\x77\xcd\x0e\x2f\x3c\x47\xc8\xc8\x6d\x26\x3f\x1c\x3c\x09\x91\x5c\x62\x72\x77\x9e\x00\xc7\xff\x09\xeb\x6c\x2e\x12\x22\x96\x6f\xfc\x7d\xb6\x12\x21\xa2\x75\xe3\xc9\x8c\x5b\x9c\xf9\x33\xfe\xbd\xe5\x57\x42\x84\x3f\x8d\xbb\x36\xf5\x1b\x21\x42\x2f\x9f\xe5\x4a\x61\xf5\xb3\xbb\x5b\x1d\x71\x9b\x6b\x8a\x34\xcf\x9b\x9d\x69\xd5\x98\xe5\xff\x54\x0c\xce\xa3\xf8\x37\x71\xc4\x7a\x7b\x81\x21\xc5\x87\xd3\x56\xbb\x22\x3e\x1e\xef\xb3\x02\xeb\xb4\x91\x8d\xee\xb8\x7e\x6c\x65\x74\x33\xbc\x19\x75\x76\x57\x29\x1f\x54\xa7\x5f\x7c\x69\x83\x83\xb4\x11\x80\x6d\xc3\xfa\x73\x3a\x63\xf9\xe2\xad\xd4\xbd\xee\x4d\x39\x27\x32\xdb\x42\xd5\x4b\x6a\x91\xa4\xd8\x4d\xb3\x51\xeb\xb6\x79\x2f\x96\xd0\x33\x1e\xe5\x59\x1b\x3e\x4a\xd2\xc8\xe8\xb9\xc7\xc5\x34\x23\xc9\x93\x06\x9e\x6b\xb3\x8e\xc6\x49\x36\xe9\x95\xbb\xd7\x9d\x6d\x93\x8c\xd2\x4d\x73\x9f\xd5\xd1\x2b\xf1\x58\x57\x66\xcd\xd9\x17\xc3\xc5\xf7\xe9\xda\xad\xf1\x22\x44\xd4\x4f\x27\xc5\x6d\x07\x21\x22\x3c\x3a\x51\xce\x17\x08\x11\x76\xd4\xbe\xb3\xc4\x8a\x10\xa1\x39\x5a\x77\x17\x7d\x21\x44\x70\x8e\xd6\x13\x47\x61\x42\x04\xb9\x35\x67\x3b\x34\x10\x32\x22\x55\xcb\x71\xde\x42\x42\x46\x1c\xbe\x6f\xab\x8d\xf3\xfe\x86\x8e\x09\xfa\xd7\xfc\x75\x3a\xea\x1e\xd5\x67\xd1\x7e\x50\xbf\xf8\x3f\xd7\xa9\x6a\x70\xbe\xbd\x1b\xe2\x35\xfb\xaa\x56\xe1\x3a\x99\xb0\xd7\x73\x14\xf5\xdf\x1b\xab\xcb\x5b\x5f\xf9\x62\x75\x75\x83\x2e\xc5\x4d\x57\x3e\xdd\x84\x55\xe4\x05\x99\xdb\x50\xbf\x7b\xb6\xc8\xf6\x07\x82\x13\x01\x2c\xee\x05\xdd\x54\x0b\xe1\x7a\x6e\xec\xbd\x6d\xbe\x69\xe9\x88\xd7\x86\xe3\xb7\x29\xdb\xfb\x0a\x5a\xe9\xb4\x6f\x6d\x5c\xeb\x28\x34\x4e\xd3\x78\xcb\xe7\xe0\x1e\xa1\xc6\xd1\x06\x5b\x36\xef\x4d\x11\x7a\x30\x4a\x6c\x73\x64\xf1\x68\xa1\x1a\xd5\xc0\x4d\x29\xf5\x85\x42\x26\x2a\xdb\x02\xdf\x5f\x17\x14\x0c\x55\xfe\x19\xe8\xf2\x54\x59\x60\xb9\xca\xd4\x40\xad\x9f\xfe\xfc\xad\x2a\x81\xbe\xd7\x08\xe1\x37\x51\x7e\xbb\xee\x15\x21\x7c\x8b\x95\x06\xd7\x1e\x27\x84\xd7\x41\x65\xc1\x6a\x57\x42\x78\xbf\x28\xd7\xad\x90\x24\x84\x77\xaa\xf2\x5e\x97\x70\x42\x78\x6e\x28\xaf\x5f\x96\x44\x08\xcf\x9e\x0e\x27\x73\xac\x2b\x5f\x52\xa4\x7d\xa1\xea\xa3\xed\xf7\xe0\xba\xff\x74\x31\xa2\x44\x87\x6f\x2f\x47\x1d\xa0\x82\xb1\xee\x88\xa6\xa6\x3d\xa2\xfc\x9f\x84\x41\x5f\xe4\xcd\x45\x33\xfe\x06\x9b\x6c\xc6\xea\xea\x46\xee\x6d\xb8\xbe\xb8\xaf\x0b\x46\x3c\x78\x89\x6c\x18\x9e\xbc\x6c\x24\x29\xfa\x60\xfc\x6a\xb7\xc9\x10\x49\x00\x83\x8e\xdd\xb3\x65\x0f\x0e\x79\xa6\xd1\x18\xbd\xde\x68\x09\xf7\xa0\xda\xc2\x68\x27\x9b\x28\x9e\x48\xa5\xd2\xa8\x2f\x2b\xbd\x78\xd2\x15\x78\xa3\x76\x6d\xbd\xc1\xb3\x4e\xf6\x67\x94\x70\x22\x37\xf7\x29\x99\x9c\x5d\x09\x45\x73\xb8\x72\xa5\xdf\xed\xfc\x5c\xa7\x33\x7c\x82\xf4\xc0\x4e\xab\xb6\x67\xc3\x24\x65\x7e\xee\xf4\x78\x2c\x03\x20\x5d\x19\xe9\xf1\xad\x03\x60\x64\x4a\x48\x26\x67\xef\x93\xdc\xba\x15\xf1\x7c\xb1\xc5\x81\x2d\x68\x2b\x37\xd6\x73\xac\x88\x8e\x2f\xea\x44\x88\xf2\x78\xe1\xfd\x6e\xa1\x9c\xb5\x88\xff\x5e\xd6\xb7\x46\xde\xca\xe9\x54\x3a\xee\xc7\x88\x33\xee\x8f\x47\x1c\x57\x61\x42\xef\x7f\xe9\x89\xdf\xcf\x48\xda\x80\x79\x9e\x14\x12\x80\x75\xfd\x68\xc5\xad\xe8\x57\x08\x50\x9c\x38\x70\x68\x28\x56\x8b\x3d\x0b\x22\xd1\x6f\xd7\x29\xd1\x08\x4f\x39\x4c\xa2\x7c\x81\x69\x5b\x13\x30\xce\xba\x66\x7b\x11\x4f\x56\x16\x4f\xcd\x15\x11\x02\x90\xf9\x90\x7a\x45\x6b\xee\x10\x97\x91\x3b\xf7\x29\x58\xed\x03\x90\x80\xd4\x46\x17\x5d\x00\x51\xc5\xd4\xd0\x80\x97\x00\xc2\x8a\x29\x97\x63\xef\x00\x08\xac\x48\x51\xcf\xef\x00\xe0\xdf\xbe\xd7\xe2\xf8\x5a\x00\x3e\x85\x64\xe1\x2b\x73\x01\x78\x62\x92\x2c\x1f\xe8\x02\x70\x9b\x24\xa6\x7f\x1c\x0b\x30\x7c\xf7\x9e\x30\x7c\x57\x0c\xde\x85\xbc\xe3\x21\x89\x61\x14\xef\xbf\x13\xc2\x85\xf6\x44\x10\xc5\xf7\x96\x6e\xa6\xb8\xbf\xa5\x3f\xea\xf1\xb1\xfe\x57\x7b\xb8\xd1\xf5\xbf\xca\x03\xfb\x37\x14\xf4\xfa\xe2\xb8\x67\xbe\x0e\xc0\x7c\x4f\x26\x5b\x71\x1f\x8d\x2e\xa0\x7e\x87\x0e\x0d\xc3\xfd\x74\x73\xfb\x4e\xac\x8a\xaf\x37\xa0\xdd\xe6\x57\x26\xc5\x21\xfa\xea\x64\x9b\x88\x7f\x67\x0e\xd0\xfe\x39\x66\x12\xe9\x88\x77\x8c\xd6\xcd\x46\x7e\xa6\xc0\x8f\xfc\x4f\x43\xd5\x00\x78\x1f\x15\xa8\x2b\xde\x03\x18\xfe\xbd\x40\xd3\x6c\x3e\xc0\x90\xf2\x02\xde\x05\xd8\x91\x28\xbf\xd3\x1b\xf1\x99\x7c\xe5\x48\x1c\x99\xbc\xed\x59\xb8\x12\xe5\xda\x52\xdc\x3f\x67\xd8\x05\x44\xa0\xb3\x15\xe9\xcd\xe9\xac\xa6\x37\xf8\x0e\x98\xc1\x9c\x85\x92\x99\x7b\xbc\xf1\xcc\x7d\xff\x18\x06\xcf\x8b\x62\xf0\xde\xf0\x18\x6a\x43\x1c\x39\xf6\xf8\xf3\x95\x78\x2e\x2c\x5d\x41\x79\x5f\x45\xfe\x14\x4d\xcc\x66\xc6\x3b\x99\x50\xbf\x63\x0e\x86\xa1\x5e\x41\xb8\xed\x4e\xdc\x4f\xb6\x26\xc7\x20\xaa\xb0\x21\x2b\x0e\x9f\xc2\x43\x31\x19\xe7\x83\x73\x5b\x2a\xe6\x81\xfd\x26\xca\x13\xb0\x8c\xa7\x7c\x18\xa3\x76\x84\x35\x40\x31\xa7\x10\x79\x37\x5c\xf3\x0f\x33\xb8\xf7\x11\x22\x83\x3b\xec\x51\x71\x63\x6e\xfc\xec\x60\x8f\xb8\xf7\xe1\x7e\x4f\x3c\x91\x1d\x9e\x4b\x3b\x53\x15\xdb\xa5\x21\x32\x76\xe8\x4a\x09\x66\xd6\x21\xde\x06\xe4\x43\x14\xc5\xdc\x4a\xa5\x4f\xfe\x12\x57\xb8\xc2\x49\xd4\x3f\x96\x17\x93\xc1\xe0\x98\xa9\xda\xd4\x26\x31\xb8\xde\x1e\x86\x0f\xb3\x7b\x28\x41\xfd\x07\x7a\x7b\xfa\xa0\xe5\x26\xc4\x67\xb3\x03\x82\x10\xbf\xdc\x67\x42\x75\x80\xe2\x8d\x76\x61\x9e\x47\xba\xc7\x08\x72\x6c\xd0\xf1\x78\xc4\xbd\x03\x3c\x92\x31\x0e\xde\x8d\xfb\xb0\x9f\xde\x8a\xde\x4c\xfc\xb9\x45\x49\x94\x0f\x33\xc7\x28\x1f\xd7\x87\x49\x17\x0b\x51\x8f\x4e\xdf\xec\x30\xbe\x99\xc9\x58\x96\xae\xa0\xfe\x1f\x5b\x48\x6d\x95\x1d\x65\x68\x1f\x23\x54\x07\xe3\x98\xbe\x2d\xde\x94\xaf\xfc\x41\x19\x89\xc7\xe4\xb7\xe3\x3d\xfe\x63\xf3\xf6\x22\x93\xa4\x32\xa4\x18\xff\x42\x85\x5a\x3d\x9e\x74\xcb\xbd\xaf\xe3\x99\xbf\x2c\xf9\x09\xee\x6c\x65\x13\x7e\xe0\x48\x14\xc7\x51\x3f\x0f\x30\xfd\x2f\xf2\x99\xfb\xdd\xd9\x0c\x0f\x22\x9d\x9f\xfc\x83\x37\x54\x5c\xb3\x15\xf7\x7f\x56\x07\x69\x5f\x12\xe5\x7d\xc5\x27\x51\x9e\x5b\xb4\x62\xc2\x72\xba\x0e\x24\xe1\xf7\x37\x55\xa5\xe2\x7a\xe8\x53\x94\x89\xf7\xb7\xdd\x47\x53\x3e\xcc\xb2\xee\x02\x3c\x97\x3a\x7c\xa7\x7d\x83\x58\x5d\x1c\x93\x73\x25\x78\x0e\x19\xe3\x5d\x89\xe7\x0a\x89\xa7\xd5\x94\x07\x02\xb5\x0c\xde\x5b\xaf\x28\x85\x3b\xf5\x29\x5f\x43\x44\xfa\x4e\x79\xd3\x93\x58\x5d\x1d\xe5\x3f\xd4\x35\xd2\x4e\x6d\x75\x3f\xe8\x0a\x53\x37\xbb\x10\x77\xe0\x5a\xf3\x1a\x44\x48\x6b\x02\x5a\x50\xf7\xa0\x46\xf4\x21\xf2\x41\x4e\xea\x7c\x40\x05\x83\x2a\x46\xd7\xa0\x8c\x99\x17\x47\x0e\x52\x7b\xb0\x80\xda\xfd\x49\xff\xcc\x9b\xbc\xf2\x50\x9c\x0f\xe9\xa2\xbb\x30\xba\x89\x1f\xf6\x20\x2f\x2c\xfa\x6c\x92\x2e\x20\x1f\x94\xf6\x03\xdb\xba\x27\x03\xfd\xf2\x0b\xca\xc5\x7d\xd5\xd3\x90\xf2\x03\x96\x5f\x2d\xc4\xb8\x39\x39\x50\x1e\xd0\xdc\x4b\xa5\x98\x17\x53\xed\xcb\x70\x34\xc7\x7b\x50\x7e\x84\x9a\xe1\x49\x44\x2d\x45\xbc\xeb\x19\x7c\x93\xaa\x58\x00\x9c\x4f\xa6\xba\x28\xe7\x85\xf5\x31\xcf\xcf\x5b\x52\x05\xbb\xc6\x24\x57\xdc\xd1\x1b\x9f\x52\x3c\xaf\xa1\x97\xae\xb8\x8d\xff\x1f\x63\x5f\x1e\x57\xe3\xda\xbd\x7f\x35\x4f\x94\x92\x21\x43\x64\x16\x51\x99\x89\xcc\x73\x83\x90\x0c\xa5\x41\x88\x52\xc8\x9c\x06\x19\x4b\xa8\x14\xa2\x28\x43\x42\xa9\x84\x26\xcd\xa1\xa8\xcc\x43\xc7\x94\x99\x64\x38\xe6\x73\x38\xcf\xef\xf3\xac\xf5\x6c\xa9\xf7\xbc\xef\xef\xfb\xc7\xf9\xac\xb3\xb7\xdd\xde\xcf\xba\x87\x75\xdf\xf7\xba\xae\xfb\x5a\x59\xb1\x84\x7f\x17\x46\xb2\x22\x47\x41\x15\xdf\x48\x2f\x30\xbe\x4f\x15\x5d\xf2\x9d\xde\xd3\x3d\xf8\x1c\x69\x5e\x64\xec\x65\x2b\xe3\x0b\xfd\xd2\x8b\xf9\xc1\xf6\x28\xdd\xd3\xd8\x1b\xc3\xfd\x1e\xb6\x78\x07\xf1\xf9\xb6\x9a\x46\x92\xda\xc8\x86\x8e\x51\x87\x40\xb8\x37\xd7\x0b\x92\xf1\x80\x16\x19\xb3\xdf\x73\x2e\x33\x3f\x62\xd6\xbd\x44\xc2\x89\xa7\xa4\x48\xba\x38\x3e\xa7\x89\x1f\x30\x78\x49\x3a\xe9\x45\x19\x5f\x63\xbf\xdb\x1e\xcb\xa5\xf1\xa0\x35\x90\xf5\x42\x80\x52\x49\x0f\xe4\xb2\x6d\x63\x8a\x14\x97\x4d\x7b\x10\xa2\x7a\x39\x79\x54\x21\xdb\x59\x84\x2c\x5f\x12\x96\x50\xa4\xb9\x64\xc9\xcc\x9d\x4b\x02\x47\x9c\x4b\x86\x29\xc4\xab\x2a\xfd\xc9\xca\x04\x25\xfa\xb7\x98\x01\x59\x51\x4d\xbc\xaa\x0b\x7f\xfd\xa0\xf1\x53\x38\x8c\xfd\x95\xb5\x8b\x8c\x2f\x24\xd3\xd1\x61\x5e\x4c\x84\x6d\x38\x11\xca\x43\x96\xec\xa2\xde\xd8\x34\x3a\x9a\x4e\xdc\x7e\x36\x5c\x5d\x62\xb5\xd1\x11\x3a\x77\x2c\xee\x96\x40\x71\x72\x81\x3f\xf3\x80\x9c\x83\x52\x48\x6f\xcd\xee\x63\x1a\x8d\x9b\x49\xcb\x32\x68\x1d\x18\x3d\x38\x9b\x78\x76\x03\xdf\xe6\x52\xfb\x19\xad\x64\x5e\x48\xeb\x1a\x66\x6b\x68\xb4\xba\xdc\x99\xfd\xbf\xba\x8f\xed\xb5\x67\x8d\x69\x66\x5d\xe3\x00\x8b\x1b\xbe\x5c\xd1\xf4\x86\xcb\x74\x62\x28\xde\xf8\xe1\x49\x2b\xf8\xf5\x43\xeb\x5f\x91\x35\xdc\x43\xfe\xdf\x50\x48\xa4\xf9\x71\x3d\x20\x8f\xf8\x52\xd7\x4c\xaf\xd3\x8a\x76\xad\xed\x73\xba\xdf\x5f\xf1\xf1\x0b\xfd\x62\x19\x61\x8f\x40\x49\x57\xf6\xbb\x48\xaa\x9f\x94\x57\xc4\x36\xeb\x08\xe5\xeb\x06\xec\xc9\x21\xff\xa3\x63\x08\xe7\x0f\xf0\x62\x1e\xd0\x1a\x2d\xee\x6f\xef\x9b\x27\xa8\xdf\xdc\xcb\x53\xa8\x1f\x5d\x0b\x79\x9c\xdb\xeb\xa7\x53\xe6\x65\xea\xb9\x2c\x62\x75\x4d\xd4\xe4\x3a\x59\x23\xc2\x78\xbc\xf7\x0b\xbb\x40\xfb\xeb\x6e\x56\x5c\x2f\xaa\x95\x75\x39\x7d\x8f\x7a\x97\x6b\x52\x06\xe7\x8e\x3c\xdb\x3f\xb2\x1a\x91\x72\x42\x65\x06\x9f\x64\xef\xb9\x33\xc3\xf9\x5e\x35\x9f\x58\xee\xeb\xbb\xf3\xeb\x1f\xeb\x34\xf9\xf3\x3c\x53\xff\x88\x49\x20\x05\x8f\x3f\xe2\xb2\x89\x2f\x55\x99\x59\x4e\x27\x9a\xca\x61\x55\xa4\x1c\x7a\x67\xcb\x9f\xf4\xfe\x4d\xbf\xbf\xe9\x49\x64\x75\xa5\x64\xf5\x93\x4a\xa4\x4a\x1c\xc5\xc4\xb3\x0c\x16\xe2\xa8\x1b\xd6\xdb\xc4\x53\xab\xad\xdd\x79\x82\x58\x8c\xcb\xab\x92\x69\x76\x7a\x9d\x4d\x23\xde\xb1\x5b\x45\x06\xad\x6a\xce\xc6\x99\xd4\x8f\x33\xa7\xf2\x38\xb7\xd9\x5e\x40\xe7\xb4\xf1\x9b\xcf\x4b\x3a\x20\x25\xf4\x7d\xbd\x51\x46\x7c\x80\x2e\x4d\xae\x52\x6f\xb5\xec\xc8\xfa\x38\xea\xdb\xef\x06\xb3\xff\x0f\xa5\x9b\x4d\x4f\x9e\x68\xd2\xbf\x3c\x09\xeb\x40\x3b\x90\x27\x1b\x07\xd3\x09\xee\x69\xf8\x64\x7a\xa2\xa7\x5d\x99\xe1\xf9\xb4\x92\x57\xf0\x27\x6e\xac\x58\xf7\xe4\x24\x33\x78\x1e\x57\x9d\xa1\x76\x79\x32\xbb\x94\x7a\xe2\x71\xd2\x3d\x1a\x99\x0f\x8f\x72\xee\xf4\x61\x3c\x6b\x09\xcb\x74\x62\x6e\x4b\x71\xf3\xda\x3f\x6c\xb9\x4e\x90\x8c\x07\xe5\x5f\x78\x92\xe2\xfc\x6a\xb3\x54\x8a\x17\x4b\x13\xb8\x0e\xde\xc2\x84\x4c\xfa\xd5\xb9\x6f\x73\x68\x15\x77\xf8\x59\x40\xab\xfd\x0c\xa7\x8b\xc4\x27\xb3\x1e\xc1\x51\x6a\xac\x43\x19\xeb\x80\xe8\x5f\xa5\xef\x33\xa9\x61\x3e\x50\x67\xf3\x3b\xa4\x86\xd5\x7c\xdd\x3d\x8a\xfe\x2a\xd9\x8f\xa4\x9b\x5e\x2f\xa4\xf5\xe2\xcd\x6d\x75\x7a\xa7\x66\x7e\x3b\x5a\x99\xdf\x24\xb3\xc2\x6b\x4d\x23\x2b\x9a\x1f\x35\xbd\xe7\x90\xbf\x6f\x97\xae\xa6\x13\x7c\xf5\xdf\x1c\xc9\x6b\xe6\x73\x3d\xad\x37\x72\xa9\x14\x17\x6b\x52\x2f\xd0\x8c\xae\xbe\x7c\x9b\xda\xef\x8d\x6f\x35\xf3\x1b\x2a\xbe\xd2\xdf\x3d\xff\x20\x10\xcf\xac\x4a\xaa\x13\x24\xd3\x89\xe1\x76\x59\xf7\x3e\x85\xce\x95\x3e\xc5\xcc\xef\x5c\xfe\x3e\x83\xe2\x82\x97\x07\x8f\x73\xb7\x0f\xf9\x74\xae\x72\xf9\x54\x57\x17\xc8\xb6\x5d\x19\xe5\x1d\x2c\xab\x58\x17\x68\x64\x31\xfb\x3d\x60\xc9\x2d\xba\x98\x64\xec\x71\x97\xf6\x19\x9d\xbe\x3c\xa2\x7c\x4d\xf3\xf7\x4f\x89\x57\xa3\xda\xea\xe5\x39\xf6\xff\xad\xb4\x5e\x7c\xe9\xae\x4c\x15\x71\xbf\x86\xf1\xcd\x9f\x2f\xb7\xfa\x50\x7f\x7e\xd3\x9d\x40\xb9\xd0\xef\x87\x66\x53\xdc\xfb\x3e\x8c\x95\x1e\xbf\x04\xb3\xe2\xd9\xb7\x16\x5c\xe9\xef\xdb\x10\x5e\x99\xbe\x9c\xe3\x0a\x6e\xdf\x3e\xdd\xa2\x1d\xee\x57\xd5\x67\xf4\xf7\x9f\x92\x3f\x53\x66\xec\xa3\x54\x89\xe6\x97\x1e\x4a\x09\xdb\xaa\x63\x42\x3d\xfe\xc3\x2f\xfe\x87\x84\xfb\xff\xd2\xbf\xb0\x97\xde\x1f\x5a\xf7\xf3\x03\x47\xfd\x86\xf7\x5f\x02\xc6\xe4\x01\x1f\x5b\x03\x96\x95\x40\xf5\x29\x60\x9a\x0a\xf0\xc2\x00\x70\x3c\x02\x3c\x7e\x0f\x2c\x1c\x01\x3c\x78\x08\x78\x1f\x64\x1d\x0f\xbf\x32\xa0\xd2\x00\x08\x0a\x03\x6e\xaa\x02\xe1\xfb\x19\xef\x8c\x7e\x06\x5c\xcf\x02\x4e\x24\x03\xe2\xe8\x4a\xb7\x67\xcc\xff\xa2\x01\x70\xd3\x0b\xb8\xab\x00\xaa\x5e\xf4\xdc\x10\xb8\xa5\x00\xfc\xf0\xac\xc5\xbd\x2f\x4a\x77\xaf\x65\xfc\x07\x19\xff\xe3\xac\xe4\x53\xfd\xfb\xef\x89\x7b\x6a\xf3\xf6\x32\xff\x65\x7e\xcb\xf4\x2e\x64\xba\x06\x32\xdb\xd3\x8e\xf3\xd8\x26\x46\xb5\xed\x41\x78\xbf\x3e\xf0\x29\x11\x18\xd1\x1f\x78\xd7\x18\xb0\xf0\x07\x5e\x5e\x06\xa6\x3a\x02\xcf\x4c\x01\x87\x2f\xcc\x73\x99\xfb\x99\x71\xbe\xc5\x6f\x80\xbb\x7f\x03\x6b\x67\x03\xb7\xae\x02\x9b\xaf\x00\x57\x6e\x01\xa1\x81\x8c\x7b\x8a\x2b\xf5\x15\x47\xe0\x58\x34\x70\x25\x1d\xc8\x78\xc6\xb8\xf7\xc5\x1a\xe0\x6a\x29\x70\x27\x1d\xb8\xb2\x12\x78\x31\x03\xb8\xe6\x0b\xfc\xf4\x01\x2e\x49\x77\x92\x65\x3c\x18\x19\xff\x21\x7d\xd9\xff\xf6\x5f\x86\x7f\x0b\xbf\xf1\x1f\x64\xfe\xcb\xf0\xfc\x5f\xfa\x17\x92\xed\xfa\x13\x10\x2e\x03\xdd\x03\x81\x9f\xdb\x01\x93\xdd\xb5\x78\xff\x87\x97\x80\xb9\x0d\xf0\xa6\x1b\x30\x56\x9b\xef\xf5\x4e\x2a\x04\x1e\x3b\x01\x33\xdb\x02\x0f\x55\xb8\xee\xc3\xdd\x1d\x80\x97\x39\x70\x47\x03\xf0\xf1\x00\xc4\x59\x25\xee\x60\x2b\x46\x03\x3b\x8a\xb9\xff\xf7\x0b\x40\xc5\x00\xe0\x84\x1d\x50\xbe\x94\x6b\x19\x54\x84\x89\x3b\x03\xe0\x72\x25\x70\xcb\x0e\xa8\x70\x07\xaa\xf5\x80\x2b\xed\xe9\x6e\x61\xed\x38\x90\xf0\x2b\x19\xee\xf9\x1f\xfe\x0f\xab\xeb\xff\x51\xab\xda\x76\x90\xf1\x1f\x3a\x49\x7a\x0f\x32\x1e\x40\x7b\x83\x7a\x56\xfc\xcd\x83\x40\x97\x55\x3c\x0e\xc4\x85\xe1\x73\x0f\xa0\x57\x26\xf0\x6e\x0c\x30\xa0\x86\x71\xce\x91\x4e\xc0\xd3\xf1\x5c\x07\xe4\xc1\x15\x71\xaf\x09\xfc\xf1\x91\xf9\x0f\xb7\x05\xe6\x49\x5d\xdf\x08\xac\x12\xfd\x97\x07\x02\xd3\x00\x71\xcd\x0b\xdd\x27\xee\x96\x80\x7d\x1e\x40\xa9\x39\x90\x50\x0d\x94\x76\x04\x32\x14\x80\xcb\x69\x40\x69\x7f\xe0\xf2\x20\xa0\x72\x25\x70\xd9\x08\x78\xf3\x00\x28\x0d\x03\xfe\xf1\xa9\xd5\x3f\x90\xcd\x83\xfa\xfc\x97\xe3\xf9\x75\xfd\xff\x9f\xfc\x07\x89\x43\x21\xd3\xbf\x90\xf1\x1c\xea\xd8\xa3\x80\x81\x1b\xd7\x35\xe8\xf4\x16\xf8\x68\x09\xf4\x30\x06\xde\x64\x00\x7d\xce\x00\x2f\xa2\x00\xf3\x07\x40\xd5\x15\x60\x9c\x3e\xcf\x83\x29\x29\xcc\xf3\x11\x0f\x2a\xd7\x06\x03\x6e\x71\x8c\xf3\x7b\xa7\x30\x8f\x63\xdd\x16\xee\xeb\x6d\x55\xc0\x45\x0f\x6e\x07\x71\x15\x16\x57\xb2\xe2\x67\xc0\xd9\x85\xc0\x45\x2f\xa0\xe4\x1a\x20\x06\xf5\xca\x56\xc0\xc5\xa6\x40\xb5\x12\xe3\x65\xc2\x06\x20\x57\x9a\x17\x67\xab\xeb\xf9\x2f\xd5\xb9\x88\x97\x74\x83\x0e\x49\xf7\xe0\x63\x25\x5d\x84\x98\x7f\x6a\xdb\x41\xc6\xff\x68\xfe\x5f\xea\x9f\xc8\xf8\x10\xe2\xeb\x7f\x7e\x02\x7a\x13\x81\x6f\x83\x80\xd6\x17\x81\xf7\xee\x40\x17\x6b\xe0\xd5\x32\xc0\x64\x1c\xf3\x5e\x06\x68\x02\x0f\x9c\x80\x91\x63\x58\xd7\xc3\x4a\x03\xb8\x96\x0f\xcc\x98\x00\x94\x7d\x06\xe6\x7e\x00\x2e\x8d\x05\x96\xee\x06\x4a\xf4\x00\xff\x04\xe0\x42\x2f\x60\x9b\x01\x50\xd4\x15\x88\xb2\x05\x8a\x87\x03\xc7\x95\x81\xc2\x20\x20\xe3\x10\x50\x34\x06\x28\xdd\x06\x14\x8d\x07\xee\x45\xf0\xe9\xa4\xfa\xa8\x78\xaa\x60\x2d\x92\x0c\x9d\x7f\xf7\x5f\x36\xee\x7f\xf1\x1f\x24\x5d\x84\x7d\x52\xad\x0f\x19\x0f\x40\xf8\xad\xfe\xcb\x2f\xfe\x87\xc4\xfb\x90\xf1\x20\x34\x55\x00\x61\x0d\xa0\x71\x10\xf8\xa9\x05\x68\x5f\x63\x6e\x92\x2e\xad\xe2\x80\x7e\x24\xf0\xfc\x01\xd0\xf5\x15\xf0\x48\x13\xe8\x65\xc5\x78\x9f\x18\x3f\x6f\x76\x07\xc6\x55\x00\x15\x73\x01\xdb\x93\xc0\xc5\x0b\xe2\x9e\x1c\x38\x1f\x0d\x78\x66\x03\x45\xcf\x00\xdf\x58\xe6\x35\x6c\x4d\x01\xc4\x5d\xd9\xde\x5e\x40\xae\x3d\x70\xd4\x90\x75\x0e\x32\xb4\x99\xf7\x54\xe2\x0b\x9c\xbb\xcf\xdf\x2d\xbe\xff\x2e\xad\x96\x0f\x97\x66\x54\x77\xfc\xcb\xc6\xfd\xaf\x7e\x97\x78\x2f\x7b\xa5\xfe\xdf\xed\x2e\xe1\xe1\xd7\x6a\xdb\x41\xa6\xeb\xa1\x29\xf1\x28\x65\xbc\x0f\xe2\x41\xc8\xf0\x5e\xe9\xf5\xd7\x27\x80\xea\x3d\xe0\xc3\x3e\x40\x33\x0d\x10\xf7\x2a\x4d\xdc\x80\x27\xcf\x81\xb6\x76\xc0\xfd\x7d\x80\x51\x2a\xf3\xbe\xfa\x3b\x01\x57\x9b\x00\x23\x73\x01\x71\xb7\x31\x79\x24\xd7\xbc\x99\x6d\x03\x14\x0c\x01\x16\xde\x01\xf2\x0d\x81\x35\x65\x40\xf6\x13\x60\xf3\x43\xe0\xdc\x1c\x60\xcf\x35\xd6\x4c\x3a\xd6\x53\x3c\x55\x73\x5d\xb1\x4c\x6f\xa0\xc4\x8b\xed\xfd\xa9\x40\xa6\x1e\xf0\x2e\x14\x38\x2b\xf1\x1a\x92\x2c\xeb\xfa\xff\xab\xdf\x7b\x49\x7e\x4b\xbc\xa1\x08\x49\x57\x28\x4c\x1a\x2f\xbf\xf3\x1f\x64\x7a\x27\xa4\xf7\xf1\x7f\xe4\x3d\x88\xbb\x20\xb9\x54\xe0\xc5\x61\xa0\xe1\x4a\xc6\xfd\xf5\x0a\x99\xe7\xd7\x41\x1b\xb8\xd1\x19\x30\x99\x04\x5c\x8e\x02\x86\x2c\x00\xce\x7f\x03\x26\x8a\xa7\x9c\x06\xac\x8f\x22\x9e\x42\xc5\xfd\xf2\xb9\xa9\x1c\x2f\x33\xaa\x58\x57\xeb\xcc\x53\x60\x97\x29\x70\xe6\x05\x70\x54\x19\x10\x77\xf5\x67\x07\x30\x87\xb0\xe4\x21\x70\x6a\x1f\xf0\x47\x22\x90\xb2\x13\x78\x3b\x01\x48\x2a\xf8\x77\xff\x65\xe3\xfd\x97\xdf\x35\x75\xfd\xde\x2a\xc5\xc2\x2d\x8e\xb5\xed\xf0\xbf\xfc\xff\x0f\xde\x83\xa4\x9a\xf8\x4a\xaa\x22\x5a\xa5\x0a\xc8\x6f\xe0\xb1\x2a\xb6\xc7\x8d\xb9\x40\xcb\xd3\x40\x79\x15\x20\x9e\x9b\x2e\x16\x8b\x67\x2e\xa0\xc0\x19\x18\xd3\x88\xfd\x9f\xea\xc7\x63\xdd\xb5\x10\x38\x73\x17\x58\xe6\x05\x9c\x1a\xce\x3c\xa9\x94\xfb\x40\xa4\x01\x70\x72\x3e\xf3\x28\x13\x0b\x98\x03\x22\xee\xa9\xc4\x18\x7a\x7c\x02\x70\xb7\x1a\x38\xf6\x11\xa8\x09\xe4\xda\x63\xe2\x33\x1e\x18\xce\xbe\xec\x39\xc7\x36\x5c\x1a\x1f\x3b\xc6\xb3\x0d\x96\xf6\x51\x9b\x24\xbe\xd8\x06\x29\x9e\x04\x84\xd5\xb6\xc3\xff\xf2\x5f\xa6\x7b\xf1\xd1\x92\x6d\x75\x57\xb6\x4f\x5d\xd9\xde\x97\x70\xf1\x5b\x4f\x00\x05\x6d\xa0\xe2\x09\xa0\x3d\x8f\xfd\x6f\x13\x0f\x14\x5a\xb1\x3e\xca\xb9\x0a\xd6\x53\x4a\xff\x07\x98\x34\x18\x38\x95\xc0\xfc\xa0\x93\x31\xc0\x62\x7d\x20\xd1\x4b\xdc\xe3\x03\xc7\x63\x81\x9d\xb9\xc0\xd1\x44\xae\xa7\x75\xe4\x19\x70\x7a\x1d\x70\xf8\x12\x70\xb1\x3f\x70\x28\x13\xa8\xfc\x0e\x1c\x0c\xe3\x31\x19\xf3\x53\x1a\xf7\x12\x97\x51\xc6\xff\x08\x3e\xc4\x56\xc6\xfb\x58\x27\xed\xa7\xfc\x25\xfe\x8b\x8f\x14\x17\x56\x05\xff\xef\x76\xf8\xe5\xbf\x2d\xdb\x1a\xe9\xb6\xc4\x0b\x4e\x12\xe0\xa1\xf4\x77\x77\x24\xde\xc3\x55\x29\xcb\x54\x62\x0e\x28\xbe\xe7\x38\xae\x9b\x02\x64\x25\x02\x1d\xd7\x72\x9f\x8a\xe3\x22\xe5\x05\x30\xae\x08\x48\xdc\x04\xcc\x2c\xe2\x3d\x82\xc7\xdf\xc0\x91\xe3\x80\xdf\x47\xe0\xe0\x2a\x20\x34\x1c\x38\xf0\x0d\x38\xa8\x0d\xc4\x8c\x07\xd2\x3c\x80\xe8\x21\xc0\x05\x1d\x60\xef\x22\xe0\xce\x1e\x20\x6a\x20\x50\x13\x02\xec\x8a\x07\x84\xf7\xc0\x76\x49\x37\x67\x8b\x54\x33\x31\x50\xaa\x75\xe8\x23\xe9\xc4\xac\x96\xce\x04\x2b\xdf\xb3\x5d\x2e\x69\xe9\x2d\x79\xf0\xbf\xdb\xe1\x6b\xfb\xba\xfe\xbf\x54\xaa\xe7\x7f\xb8\xe4\xbf\x34\x1e\x4a\x64\xd9\xb6\x24\xb6\x99\x65\x80\x5a\x02\x90\x56\x00\xb4\x5c\x00\x24\x39\x2b\xb6\xef\x21\xae\x63\x47\x54\x32\x87\x7b\x02\x07\x4f\xa8\x8f\x9b\x7a\x1f\xd8\xef\xd4\xa0\xeb\xfc\xe7\xc0\xde\xe4\x86\xe3\xd6\x14\x03\xbb\xc7\x68\x76\x15\xd7\xcf\x88\x67\x9a\x6b\x0f\x0c\x05\xc2\x17\x35\x3c\x9b\x12\x09\x84\x8e\x68\x18\x58\xb8\x1b\xd8\x7e\xb2\x41\xd2\xcd\x74\x60\x9b\x4a\x03\xc7\x57\x26\xc0\xd6\xbc\x06\x10\xa2\x80\x0d\x2d\x35\x28\xcf\xe6\x7b\x5b\x9d\x78\x31\x2b\x8f\xaa\x4d\x13\xad\x77\x90\x32\xe1\x37\x8b\x07\x2a\x3d\x13\xed\xa2\x44\x25\xaa\xb3\xe4\xa1\x2d\x4f\xf7\x15\x17\xc8\xc9\xd9\xfd\x5b\x3b\x7c\x73\x94\xe2\x60\xfc\x7f\xf1\x5f\xba\x55\x75\x45\x5b\x8e\xfe\xef\x42\x8c\x12\xe9\x02\xe4\x0a\xea\x94\x4d\x4b\x1f\xd1\x90\xf2\x2b\x49\x49\x9a\x74\x8e\x8f\xf7\x6b\xbc\xbc\xf1\x46\x20\xb6\x7b\xb3\x2d\x5d\xf4\x80\xbd\xa6\x7a\xab\x07\x45\xcb\x0d\x8b\x48\x6a\x31\xcc\x4a\x53\xa1\xc1\x8e\x7b\x2d\xae\x3a\xbd\x57\x5c\xb4\xb5\xb0\xc5\xcb\x65\x5d\x95\x96\x6e\xce\x6a\xf1\x7a\x53\x91\xf2\x94\x0d\x97\x5b\x1c\x8d\x6a\xa1\x5c\x1e\xe8\xd0\xc2\xfc\x44\x3b\xe5\x1b\x01\xdd\xf5\xfe\xca\x99\xa4\x9c\xea\x97\xa4\x97\x76\xe5\xa2\x72\x27\x5f\x67\xbd\x8d\x4f\x9b\x2b\xf5\x5a\x3b\x49\xef\xec\x5f\x9a\x8a\xe6\x2b\x1c\xf5\xbe\x09\x82\xc2\x3b\xaf\x5b\x7a\xe9\x82\xa0\xd0\x66\xe1\x6e\xbd\x4f\x82\xa0\x60\xb9\xc0\xa1\x49\x7b\xd1\xc7\x79\xae\x3a\x3d\x44\x3b\xb7\xb7\xf6\x4a\xd1\x3a\x6d\xd4\x1c\x2a\xda\xd9\xab\x1b\x90\xce\xf3\xaf\x79\x20\xe3\xbf\x48\xeb\xc2\x8b\xe5\x75\xfd\xbf\x1d\xa6\x42\xd9\xae\xb2\x14\xae\x07\x54\xac\xd0\x94\x70\xef\x73\xfa\x7a\x94\x3d\x4b\xb3\xd6\xa7\xfc\xdd\x71\x81\x75\x23\xe2\x34\xda\xd3\x2d\x88\x3d\x45\x9d\x94\xd5\x0f\x00\x61\x93\x3b\xef\x6f\xfd\xb7\xc2\x80\x60\xdd\xce\x77\x4d\x16\x2b\x0b\x1b\xe6\x74\x71\x1a\x95\xa3\xfa\xca\x5f\xb7\xcb\xe1\xe9\xf3\xd5\xcb\xd7\x68\x76\x99\xeb\x7e\xb0\x81\xdb\xf2\x4f\x9d\x33\xfc\xfb\x36\xcc\x5c\xea\xd6\xe9\x7d\xf8\x00\xcd\xa3\x5e\xab\x3b\xf5\x3f\x7c\x44\x6b\xc8\xa2\x46\x1d\x03\xd3\xf5\xb5\xdc\xdc\xdd\x3a\xdc\x2b\x7d\xa0\xd5\x6e\xa1\x56\x87\xfd\xf7\x6b\x34\x37\x2c\x30\xea\x70\xea\xcf\x9f\x0d\xc7\xcc\xeb\xd7\x61\x8f\x20\x68\x84\x38\x2b\xb4\x1f\x2e\x08\xea\xaa\x0e\xaf\x0c\xce\x0a\x82\xea\xa9\x19\xb9\x6d\xe3\x05\x41\x25\x76\xba\xb9\xfe\x0f\x41\x50\x5e\x61\xbb\x5d\x7f\x8b\x20\x28\x7d\x9b\xaa\xdd\xba\xa3\x20\x28\xfe\x3d\x39\xb0\x55\xa6\x20\x28\x46\xc9\xe2\xc0\x2f\xfe\xcb\x1a\xb6\x0f\x3c\x15\x29\x7f\x76\x53\x4e\x93\xee\x2d\x5d\x1a\xda\x9c\xb2\xea\xf9\x0f\x0d\xa8\xbf\x33\x0a\x38\x8b\x96\xa2\xcf\x01\x23\x3e\xdb\x94\x74\xeb\x63\x6a\x7a\x53\x3e\x2b\x32\xa9\x2f\xe5\x33\x82\x47\xf5\x3b\x25\x27\x9e\xa5\x5a\x0d\x52\x68\xb6\x16\xf0\x91\x1f\x60\xd6\x75\x8a\x8a\x95\xf7\x90\x7e\x3f\xcd\x9e\x35\x18\xbd\x28\xb2\x5f\xe2\xa4\xee\x9a\xc7\xdc\xa6\xf5\xfd\x7b\xce\xfb\x46\xc5\x73\x0a\xfb\xaa\xaf\x7c\xaa\x13\xe3\x78\xa9\x4f\xfb\xad\x21\xba\xed\xed\x0f\xf6\x56\xd9\xbf\xb6\x49\x83\x19\x0f\x7b\x29\xa5\x76\x68\xe2\x65\xf7\xc5\x74\x5e\x71\x93\x26\x21\xd3\xce\x9b\x3c\xbb\x33\xbe\x89\xaa\x6d\xbe\x49\xda\x9b\xcc\xc6\xc9\x53\x3f\x99\x76\x17\x04\xed\xb3\x36\x41\x3d\x4f\x0a\x82\x96\x87\x65\xb2\xd1\x23\x41\x68\x78\x58\xc6\xf3\x18\x9f\x68\x78\x51\x10\x34\x26\x8c\x1b\xdf\xe5\x93\x20\xa8\x77\x19\x33\xa9\xf3\x56\x41\x50\xeb\x35\x46\xb1\xe3\x07\x41\x50\x75\x91\xf9\xff\x66\x1d\xdb\xfb\xde\x1a\x84\x57\x5f\x0f\xd0\xa3\x5b\x90\xa5\xdb\x0c\x28\x2b\x92\x53\xd3\x9d\xf2\xf5\xe9\xe3\x4d\x09\x25\x48\xda\x30\x80\x6e\x13\xc7\xf7\x32\xa3\x7c\x65\xb4\x3e\xab\x0c\x87\x0b\x6c\xb7\x54\x8c\x26\xbe\x88\xef\x97\xb1\x94\x4d\x5d\xb6\x73\xfc\x97\x86\x53\x01\x0f\xbf\xf1\xc7\xda\xe9\x2a\x4d\x9c\x53\x33\xf6\x7d\x9f\x8d\x1a\x56\xb3\xf2\xc6\x18\x8d\x3d\xad\xad\x3a\xad\xd9\xe8\x31\xf6\x16\x8d\x13\x6d\x3a\x8e\xfc\xba\xd8\xb7\xc9\x3d\x8b\x63\x23\xee\x6d\xc8\x6c\x56\x34\x5e\x79\xf8\xf6\x3d\xa6\xcd\x85\x31\x5d\x87\x2d\x3a\xd1\x47\x2f\x63\xe4\xd3\xa1\xbe\xb9\xde\x7a\xcf\x46\xcc\x32\x3f\x7e\xed\xa2\x9e\xdd\xf0\x7c\x73\xe7\xe7\x67\x9a\x0f\x1f\x21\x6f\x7e\xe9\xe7\xd4\xa6\x06\x43\xb3\x06\xc7\x0b\x42\xe3\x94\x21\x7b\x07\xae\x17\x04\x6d\x1b\xb3\xbc\xfe\x7d\x04\x41\xeb\xa0\x99\x51\xdf\x13\x82\xa0\x99\x3e\xf0\x40\x9f\x66\x82\xd0\x70\xdf\x80\x4b\xa6\x3d\x05\xa1\x41\x93\x7e\xf9\x26\x3d\x05\x41\x63\x74\xb5\xb1\x1c\x65\xb1\xee\xeb\x6b\x3e\xe6\xfe\x6f\x45\xe3\xbe\xb4\x6d\x17\xbe\x1d\x9b\xcc\xfd\x9a\x16\x3b\x88\x6e\x3f\x25\x9e\xe3\x6c\xf2\x2f\xfe\x4b\xdc\x44\x7a\x3f\xec\x91\x15\xdd\x0f\xdf\xdc\xca\x86\x6e\x5f\xfa\x46\x4e\x21\xbc\x6b\x49\xc2\x34\xca\x22\xb9\x4e\x9b\xfe\x8f\xfc\x7d\x60\xb6\xf6\x4c\xfd\x16\x0a\x72\x87\xa7\xbe\x9d\xbe\xc8\xe8\x99\xea\x1d\x8b\x59\xd3\x12\x86\x2b\x69\xbe\x1c\x9d\x67\xbb\xc8\xf6\xa4\xce\xbc\xe1\x8a\x53\x93\xdc\x9b\xeb\x2a\x0d\xce\x9e\x72\xca\xbf\xbc\x89\xdc\xc0\x31\x53\xd4\x76\x7e\x6e\x92\xd8\xef\x90\xcd\x8f\xa3\x2b\x9b\xbc\xea\x73\xd8\x46\x37\xeb\x55\x93\xa2\xde\x4b\x27\x0d\xaf\x18\xda\x64\x5c\xaf\x62\xeb\xbc\x27\xa6\xba\x83\x7b\x05\x5b\xa7\x7e\x5f\xa6\xd3\xdb\x34\xd8\x52\x5d\x10\x1a\x75\x34\xd9\x3e\xbe\x9f\x20\x68\x96\x99\x28\x8d\x5e\x22\x08\x0d\x4b\x7a\xc6\x8e\x4c\x10\x84\x06\xd9\x3d\x07\x0f\x2b\x14\x84\x06\x6a\x3d\xbc\xcd\xbb\x0a\x82\xc6\xc0\x1e\x3e\x66\xf2\x82\xa0\x9e\xfd\xf0\x68\x63\xca\x8a\xdd\x48\x6e\x4f\xbc\xb7\x12\xcf\x9e\xc3\x51\x87\xff\xc3\x7a\x30\x89\x8d\x98\x0f\x72\xb0\xaf\x25\xdd\xb3\x8a\xfa\x60\x43\xe3\x26\xdc\x68\x1a\xf1\x1a\x36\x8f\x9b\x49\xe8\xa2\xef\xbc\xd9\xc4\x34\xf2\x86\x33\xfd\xdd\xbc\x3b\x73\x28\xdf\x6f\x77\x7b\x3e\xdd\xfb\xb3\x5a\xe3\xb6\xb8\xd1\x79\x60\xb4\xdf\xfc\x21\x1d\xef\x2b\x7d\x19\xbc\x70\x6e\xea\xc0\x42\x8d\xec\x7e\x79\x73\x67\x4e\x72\x68\xb8\xc3\xf4\xab\xeb\x87\x79\x5d\x35\x83\x7a\xba\xb9\x1a\xf8\x44\x6a\xb9\x76\xb7\x9a\x33\x38\xd4\x56\xab\xb0\xeb\x73\x97\x05\x87\x4d\xb5\xca\x3b\x3f\x73\xde\x94\xfe\x87\xd6\xbc\x4e\xc5\x4e\x8f\x2e\x0f\xd5\x7c\xd3\xa9\x93\xd3\xc0\x47\xd3\x34\xd5\x3b\x3e\x73\x2c\xfd\xd2\xa6\x81\x77\xc7\x03\x0e\x62\x7c\xf8\xd2\xe1\xf4\xf4\x48\x41\x50\xbb\xd9\xa1\x6a\xea\x51\x41\x50\x5b\xd5\x61\x82\x4d\x94\x20\xa8\x5e\x6e\x7f\xda\xba\x8f\x20\xa8\xf6\x6f\x7f\xd5\x62\xb7\x20\xa8\xa2\xfd\xaa\xf1\x25\x82\xa0\xb2\xf9\x46\x72\x47\x8a\xf3\xa5\x93\x7a\xd1\x7d\xe6\x9c\x9f\x83\x89\x31\x79\xda\x89\xfd\x4e\xf4\xb0\xa2\xfb\xde\x71\x9b\xa7\x66\x92\xff\x0d\xed\x28\x5e\x86\x4e\x71\xa0\xb8\x18\x64\xe1\x4c\xf3\xc0\xf7\x04\xeb\x26\x78\xfb\xba\x11\x0e\xe4\x56\xc1\xd9\x76\xfb\xd1\x9e\x74\x7b\xdd\x72\xdb\x52\x5a\x51\x87\x68\x2d\xdf\xa4\x64\x0e\xf4\xfd\xb9\x7c\x52\x6b\x4d\xf9\xec\x1e\x5d\x96\x75\xea\x15\xa2\x92\xdd\x35\x79\x99\xdc\x84\x95\xaa\xe7\x3a\x36\x5e\xd6\xd4\xe9\x9d\xea\x77\x83\xaf\xde\x16\x2b\xe5\xd5\xba\xb6\x99\xbf\xf4\x6b\xc8\x9f\x6a\x0d\x5b\x3b\x2c\xd5\x8f\x7d\xa3\xba\xa2\x95\xe6\x92\xe5\xa7\xef\xa9\x3c\x6c\xd9\x7b\x71\x6a\x89\xb3\x4a\xeb\x16\xa9\x8b\x1b\xdc\x2f\x53\xee\xd4\xc2\xc9\x6b\xe7\xc7\xd6\x8a\x97\x5a\xac\xf4\x58\x24\x08\x0a\xaf\x5b\x38\xcd\x77\x12\x04\x85\xad\x2d\xd2\x5d\x96\x08\x82\x42\x86\xde\x3b\xc7\x0d\x82\x20\xef\xd7\xe2\xba\x7d\x1a\xbd\xbf\x6e\x86\x83\x20\x28\x34\x68\xe1\x3e\xed\x1f\x41\x90\xbf\x53\x1a\x3b\x88\xf2\xaa\xb9\x29\x23\x29\xff\x7c\xda\x8d\x6f\xc9\x1d\x97\x78\x30\x87\xde\xcf\xd4\xe1\xfe\x77\xa4\x9d\x75\xa8\xef\x1c\xba\x8f\x1a\xb4\xde\x8d\xd0\x78\xff\x31\xee\x74\xdf\x73\xb9\xf1\x62\x49\xf7\x9f\x89\xc6\x4e\xfe\x2b\x68\xc7\x39\x05\x8c\x9b\x8f\x48\xe6\xac\xbb\xf1\xcc\x75\xb4\x12\x77\xda\x19\x58\xd4\xb8\x00\x68\xa3\x17\xd8\xac\x5b\x9c\xc2\xe4\x96\x4b\x03\x47\x8c\xea\x24\xff\x4d\xcf\x25\x70\x83\xfd\x31\x39\xb3\x66\x06\x81\x2e\xde\x71\x80\xee\x8b\x40\x9d\xa0\x22\x40\xe7\xe8\x3a\xc4\x3c\x02\x1a\x6d\x09\x18\x90\xba\x0c\xd0\x1a\xee\x3f\xf1\xbc\x3b\xd0\xf0\x8d\x5f\x93\xca\xa5\x40\x83\x43\xbe\x66\xef\xdc\x01\x8d\xe9\x3e\x8a\xe2\x3a\xa8\xf2\x6d\x39\x71\x22\x55\x0d\x17\x53\x7e\x5e\xad\xef\x22\xe2\xdd\xaa\x0e\x59\x30\x85\x6c\xd7\x79\xcd\x45\xab\x28\xb8\x90\xce\x7f\xee\xe4\x31\x84\x3f\x9c\xf6\xb2\x8a\xe3\xf9\x3f\x8d\xe2\xda\x61\x4d\x46\x17\xf7\x4d\x98\x43\x68\x7b\xb8\xad\x1b\x55\x5b\x0f\xf2\x5f\x44\xf9\x6b\xff\x6b\x8b\x09\xbf\x58\x39\x62\x39\xb5\x93\xe7\xd4\xd5\x5c\x0f\xa8\xca\x87\xd0\xa6\xe9\x23\xfd\x49\xf7\x7c\x22\xd6\x53\x9e\x7b\x90\xcb\x26\xe2\x15\x75\x56\xdf\x4a\xe3\xad\x71\xfc\xf6\x03\x2a\x9d\x00\xad\x8e\x3b\x1a\xb4\xeb\x09\x68\x0c\xde\xa1\x65\xb6\x1f\x50\x79\xb9\xfd\xf8\x54\x37\x40\xb1\xd1\xf6\x30\xf7\x19\x80\x7c\xcf\xed\x2a\x81\xb4\x97\xd9\xd6\x61\x37\xdd\x87\x0f\xe9\x72\x82\x2a\xa6\x6f\x35\xcc\x27\x64\x21\xe8\xcf\x9b\x34\xd2\xb6\x7c\x78\x4d\x4f\xb4\xb9\x82\xef\x75\xaf\x93\xee\xb9\xaf\xad\x60\xbb\xaa\x90\xed\x0a\x49\x0f\x62\xa9\xc4\x87\xf0\xa4\xf6\x3a\x53\x35\xd9\x8a\xe3\xff\x4c\xba\xa7\x79\x64\x91\x0b\xa1\x84\xd1\x15\xcc\xf3\x0a\x17\x16\x51\x7f\x06\xfd\x5c\x4c\x28\xe2\xba\xa0\x15\x54\x65\xdf\x27\xcc\x87\x56\xd8\x25\x6d\x99\x68\x3d\x5f\x77\x1d\xcd\x0f\xfb\xe8\x0d\x84\xd3\xd8\x0c\x0e\xa2\xbc\xff\xa8\x98\x10\x8a\x93\xbd\xca\x42\x09\xb5\x6f\x93\xb0\x93\xe2\x89\x72\x49\xd4\x10\x5e\xa1\xa2\xce\xea\x51\xa4\x8d\x9a\xd6\x9b\x74\x1e\xa2\x26\x59\x11\xf2\xb3\xe7\xd4\x7c\xc2\xaf\x76\x07\xf8\x11\x32\xb2\x3b\x83\x95\x46\x76\x85\x31\xee\x1f\x11\x96\x4d\x38\xc6\xce\x14\xde\xd3\xef\xf4\x7d\x46\x5c\xef\x70\x4b\xc6\x6d\xb6\xcb\xb3\x9f\x5b\x24\x5c\x77\x83\x84\x57\x04\xdc\xae\xdb\x3e\xab\x09\xef\x4c\xaa\x72\xa0\xe7\x8d\x8f\x72\x0d\xe6\xf5\x8f\xe7\x75\x44\xca\x12\x66\x4b\x14\xb2\x1e\xce\xc6\x1a\x1f\x8a\x17\x3e\x65\xfe\xc4\x5b\xf0\x4e\xe1\x7a\x41\x0b\xb6\x73\xfd\x18\xe7\x76\xc1\xd4\x1b\xb6\xe5\x21\xb4\x7f\x9a\x68\xc7\xba\x19\x83\x57\x70\xdd\x20\xa3\x1e\x7b\x68\xbf\xa5\xf7\x2e\x86\x1b\x6e\x5a\x9c\x84\x5f\x1c\xac\x66\xfe\xc3\xc1\xcc\x5e\xc4\xb8\x8b\xab\x9a\x48\xed\x10\x97\xc4\x0a\x54\x71\x49\x6b\xb2\xd9\x86\x52\x24\x8b\x75\x3d\x4c\xed\xb3\x3f\x80\x11\xf4\xfd\x33\xca\xa8\x7d\xa2\xad\x1f\xd1\x19\x78\xdf\xfb\x4f\x34\x03\xa3\xf4\xd8\xcf\x9d\x4f\xd8\x6e\x97\x70\xfe\x10\x89\x07\xf2\x4b\x17\xc5\x9d\xcf\xed\x8c\x9a\xed\xb7\x5c\xcc\xad\x2f\xe9\x00\xed\x98\xb0\x86\xe6\xc9\xa6\x34\x7f\x7a\xdf\x37\x72\x3d\xe9\xe4\xac\x88\x65\xd4\xd9\xd3\x34\x84\xf6\x53\xae\xeb\xb6\x13\xde\x3d\xeb\x5c\x38\xad\xb3\xd6\xe7\x19\xae\x1d\xbd\x7a\x0f\xad\x1f\xfd\xc7\x44\xd3\xbc\xeb\x3c\x27\x96\x9e\x56\x17\x87\xa5\x3a\x28\xc7\xa5\x13\xec\xf1\xb2\xe6\x0f\xf9\xb5\x29\xf3\x5f\x6a\x26\xd0\x8a\x75\xec\x8b\x33\xad\x4c\xc7\x62\x57\x10\xd3\xe4\x98\x5c\x08\xb5\x68\xc2\xc2\x58\xc2\xfb\x8f\xee\x3f\x4d\x4f\x12\x9f\x7d\x91\x46\xdc\x11\x33\xe6\x07\x1d\xf1\x7e\x47\xb8\xf0\x21\xe9\x3e\xf7\x7e\xa9\x1e\xc8\x5e\x69\x3c\xec\x92\xee\xb7\x87\x2b\x49\xed\x43\xaf\x0f\x28\x2c\xa1\xb8\xbf\xab\x78\x15\xb5\xfe\x8e\x56\x6b\x69\x5e\x6f\x89\x63\x7d\x94\x80\x95\x8c\x1e\xad\x9a\x15\x4c\xb7\xa9\x97\x8e\x08\xa5\xd6\x76\xd3\xdf\x49\xef\x3b\xda\xed\xa2\xfb\xc9\xb6\x55\x7b\xa8\xb7\x26\x1a\xc4\xd0\xf8\x1a\x6a\x1a\x4b\x74\x8e\xde\x38\x42\x81\xb3\xbd\x56\x02\x8d\x0f\x6d\x9d\x24\xe9\x9e\x7b\xea\x0b\xb6\xa7\xca\x9a\x13\x22\x76\x6a\xba\x31\x8d\x87\x53\x96\x63\xe9\x09\x4e\xed\x9b\x4d\x0c\xbd\x53\x33\x96\x11\x92\x98\xba\x70\x0b\x31\x4a\x52\x2a\xa2\x49\xfb\x31\x45\x3f\x99\x99\x9d\x15\xe7\x09\x41\x4f\xaa\xba\x49\xed\x72\x32\xb1\x9a\x18\x29\x27\xfb\xf3\x99\x21\x21\x96\xfd\x3d\x2c\xd5\x39\x88\x95\xce\x54\xbf\x78\x31\xd4\x3e\x51\x66\x5c\x6d\x24\x3c\x60\x1d\x45\x9b\x60\xcb\x8d\xf4\xbc\x81\x8e\xc1\xd4\x5f\x3e\x0e\xec\xb7\xf7\xb3\x9d\x14\x37\xdc\xcf\xed\x22\x3e\x8b\xeb\x78\x46\xd5\x66\x79\xc4\x10\x2f\x66\x0a\x78\x9c\x8f\xf5\x38\x42\xe8\xbb\x59\x13\xe6\x85\xf4\x74\x65\x3e\x8c\xbe\x3f\x3f\xb5\x46\xc0\xe9\x9f\xec\x7f\xa6\x74\x63\x21\xbb\xb8\x29\xb5\x4c\xb6\x15\x57\x76\xcb\x8a\x19\x45\xf1\x30\xbb\x11\xf3\x1f\xb2\xbe\x2e\x5e\xc1\xef\xf3\x0c\xcc\xac\x61\xe6\x55\x66\x4d\x12\x31\x1c\x33\x82\xf3\x69\xc7\x92\x51\x70\x83\x96\xb8\x0c\xbd\x97\xd4\xa3\x67\x07\x7c\xe3\x76\x34\x14\xfe\x0f\xbc\x98\x9d\x29\x5c\x85\x27\xc4\x7b\x0b\xa1\x82\x1b\x94\x59\x0f\xc8\x37\x32\x9c\xa3\x6b\xf0\x6e\x9a\x0f\x5e\x7d\xf6\xd2\xf9\x72\xde\xa3\xfd\xc4\x52\x73\x88\x8c\x25\x9e\xbd\xdd\x04\xee\x6f\xcb\xa2\x63\xd4\x1e\x23\xce\x26\x12\x2f\xb0\xdf\xe1\x14\x62\xb9\x18\x6e\x3e\x45\xdf\xd3\x72\x78\x3a\xb5\xa3\x9a\x7e\x8e\xc4\x7f\x28\x90\x32\x19\x45\x23\x9a\xd0\x8c\x29\x6c\x6c\x44\x0a\x22\x05\xf7\x47\xd0\x4e\xa4\xe0\xfd\x74\x7a\xb2\xc2\xfe\x8b\x68\x5d\x28\xa8\x62\xc5\xaa\xc2\x30\xc6\xfd\x0b\x4d\x8f\xd1\x91\xae\x20\x29\x9b\xf8\x1e\xf9\x91\xe5\xf4\x4b\xf9\x6e\x8f\x89\x99\x91\xf3\x85\xcf\x8c\xe7\xf4\x79\xfd\x48\x97\xf8\x52\x69\xe9\x42\x1d\x5e\xcc\x71\x41\xb4\xdb\xc3\xb6\xd1\xb7\x6f\x8c\x08\xa5\x5e\xf0\x4b\xe0\x5f\x59\x15\xbc\x97\xf6\x05\x8b\x7f\x32\x0f\x68\xe1\xd6\x38\x62\x29\xcd\x79\x1e\x4f\x27\xd1\x59\xdd\x8f\xb5\xe1\x71\x90\xc8\xf7\xfd\xaf\xa6\x90\x0e\xc6\x50\xb0\x7e\x42\xef\xb0\x33\x64\xbb\x78\x70\x35\x86\xe6\x13\x72\x08\x8d\x55\x0e\x2a\x1a\xc1\xfe\x97\x48\x3c\xb1\xd2\x9e\xba\xb4\xf3\x2a\x79\xd6\x6d\x2c\xbd\xb6\x1e\x4e\x95\x59\x4a\x87\xd9\xd2\x4e\xb4\xd4\x67\x01\x8d\x83\x4b\xf1\x1c\x60\x2f\x99\x70\x45\xa3\xd2\xce\x47\x68\x5c\x94\xfa\x67\x9c\x62\xcb\xca\x23\x25\xfa\xac\x34\x71\x7e\xe9\x2b\xfa\x85\xf3\x6b\x39\xb7\x5a\x20\xd5\x3f\xc9\x95\xf4\x50\x32\x9e\x09\xbf\xf1\x62\x82\x6a\x22\x69\x1d\x5c\x77\x60\x0f\xcd\xce\xff\xc6\x03\x9a\x77\x84\xf9\x01\x8e\xe0\xf9\x6d\xd7\x92\xc7\xf9\x24\x49\x9d\x64\xcc\xb3\xb3\x34\xaa\xcd\x3c\x78\xbc\x9b\x3c\xca\xa5\xf3\x45\xc7\x2f\x5c\x4f\xa5\xe9\xa7\xf3\xc4\xde\x52\x5a\x58\x2a\xdd\x68\xb9\xe2\xc1\xf6\x9a\xbf\x0e\xe9\x3a\x5c\xd5\xea\x42\xef\x5c\xb9\x6b\x4e\xfd\x7f\x2d\x72\x32\x7d\xc3\x35\x4f\xae\x9b\x74\x6d\x13\x33\x75\xaf\x59\x6f\xa7\x93\xcd\xb5\xce\x07\xab\xd9\x9e\xa6\x11\x7a\xd5\xf3\x3c\xb5\x4f\x79\xd5\x4d\x1a\xa1\x57\x66\x54\x53\x84\x2a\x37\xfe\xca\xba\x1f\xb2\xfa\x49\x57\xd9\x16\xdc\x17\x7e\xe3\x0b\x6d\x74\xda\x37\xec\x77\xff\x57\x9a\xb3\x0a\x8d\xd7\x75\x9e\xdf\x6e\x1f\xd8\x6f\x97\x4f\xc9\x94\x81\x9b\xe5\xc1\xe3\x7c\x9a\x76\x3a\xed\x87\x26\x7c\x60\xbf\x47\x8e\x3c\x47\xfb\xab\x01\x23\xf3\x09\x65\x37\xde\xc7\x3c\x81\xf6\xd5\xa5\x34\x0f\x9a\xe6\x95\x13\x3b\x45\x49\x47\x96\xc1\xbb\x25\xad\x9b\x77\x2a\xb5\xc9\xbf\xca\xdc\xce\x14\xe7\x2b\xcd\xcc\x68\x3c\x54\x66\x5a\x53\xbb\x54\x3a\xbb\xd0\x8e\xa3\xf2\xf2\x4a\x62\xec\xde\x9d\xbb\x35\x9e\x3f\xc7\xba\x5a\x95\x12\x63\xe3\xae\x42\xbe\x17\x7f\x2f\xff\xc2\xed\xe2\xe7\x33\xf8\xf5\x27\xca\x2d\xfe\xd2\x43\xd1\x62\x7b\x49\xd2\x11\xba\x48\xfa\x49\x01\xef\x0e\x11\xcf\x65\xcd\x90\xa3\xc4\x0f\xf2\x9e\x77\x7c\x2c\x8f\x03\xd6\x7f\x9a\xef\x91\x46\x4f\xe3\xd4\x3e\x9d\x74\x04\xa7\x0f\x64\xbe\xdf\x14\xe4\xd0\x2a\x37\x21\xb4\x90\x32\x78\xc3\x8d\xd9\xef\x7e\x73\x2e\xd2\xf7\xf4\x68\x77\x89\x7e\xa5\x9d\xf4\x54\x8d\x4d\xb9\x8e\x8e\xfc\x63\xae\x27\x03\x3c\x28\x67\x5b\x75\x4e\x93\xf8\x2f\x55\x7e\x1d\x88\x91\xf8\x38\x69\x00\xc5\xc5\xc7\xc6\x13\x73\xd9\x72\x8a\xec\xf1\xdd\x65\xf2\xfc\x39\x5e\xb9\x1f\x1b\x73\x85\xb3\xc7\xbd\x92\x68\xfc\x54\x39\xe5\x12\xdf\xf6\x51\xda\x15\x8a\xaf\x0f\x8f\x3e\x22\x06\xca\x83\x3d\x6f\xa9\x3d\xee\x5b\xff\x45\x3d\x56\xb9\x94\xfd\xbf\xd9\xe9\xf7\x76\x59\xeb\x79\x8c\xfa\x6f\xf9\xfe\x44\xca\x33\x78\x1d\x3a\x45\x4f\xb5\xa0\xea\x0c\xcd\x13\x57\x9d\x2c\xd2\x29\xb5\xaf\x38\xc7\xbc\xb0\x8b\x85\xe4\xbf\x55\x18\xcf\xf3\x71\x0f\x38\x33\x39\xe4\x0b\xfb\xdd\xb7\x71\x39\xe9\x8b\x18\x15\xb2\xdf\x06\xea\xec\x77\x63\xab\xca\x1f\xdc\x0e\xf7\xa5\x8c\xc7\x33\x49\x17\xe4\x95\x3e\xeb\xc3\xbc\xee\xda\x96\x56\x92\xea\xfb\x7d\x28\x6e\x56\x0b\x5c\x47\xab\x7a\x8c\x3d\xc5\x89\xea\x30\x5e\x37\x5e\x77\x5e\x4f\x3b\x93\x37\x23\x76\x13\x43\xa9\x5a\xf7\x18\x29\xa2\xbe\xd2\xc8\xa4\x5c\xfa\xab\x0a\x7e\x92\x97\x2e\xf7\xd2\xf9\xfb\x6b\x48\xb9\xec\xf9\xcd\xaf\xf4\x3d\x4f\xc2\x7e\xd2\xdf\x3f\xb4\xe1\x76\xa8\xf4\x14\xea\xf1\x1f\x4c\x24\x2c\xf0\x97\xee\x45\x20\xeb\x5c\xf4\x34\x65\x6b\x32\x0f\xf8\xe7\x4f\xa0\xcf\x28\xe0\xaf\xeb\xc0\x40\x5d\xc6\xfb\x87\x44\xd6\xe2\xdc\xcf\xcd\x80\x89\x29\x7c\xaf\x79\x4a\x0a\xf0\xe0\x01\xe0\x60\x02\x54\xb6\xe4\xba\x28\x37\x26\x03\x8b\x76\x00\x57\xa7\x02\xab\x76\x88\xb3\x57\x3c\x09\x00\x97\xed\x80\x90\x12\xa0\x34\x09\xd8\xa3\x0d\x94\xde\x00\xc4\xc8\x74\xe9\x00\x70\x2a\x14\x28\x9d\x02\xe4\xaa\x01\xa5\xdf\x81\x72\x73\xe0\x52\x10\xf0\x40\x93\xf9\x00\x7f\x2e\xad\xd5\xc1\x28\x92\xea\x1a\x9c\x93\xb8\x1c\xe9\x9f\x24\xdc\x4f\xc2\x6a\x53\x9e\xb1\x3d\x61\x55\x17\xff\x16\x7e\xe7\x7f\x24\xd4\xe5\x01\x74\xcb\x60\x6b\xf8\xb4\x96\xf7\xf0\x63\x0d\xd0\xa3\x0a\xf8\xfc\x16\xe8\x33\x17\x78\x2b\x00\xfd\x9b\x31\xbe\x37\xcc\x0d\x78\xf6\x0c\x18\xdf\x9f\xf1\xad\x49\xd7\x81\x3f\x7c\x01\xf1\xc4\x7a\xf3\x36\xe0\x52\x0d\x54\xbc\x06\xdc\xed\x18\xef\x5e\x6e\x0c\x94\xdd\x06\x02\x07\x72\xbe\x3b\x58\x60\xdc\x53\x5c\xb1\x2e\x36\x03\x0e\xf5\x02\x2e\x94\x01\x29\xfb\x18\xc3\xc9\x4b\x06\x4a\xbc\x81\x0a\x45\xa0\xe4\x3e\xf0\xd0\x9c\xf1\xf2\x8f\x89\xc0\x45\x09\xa3\x97\xf1\x60\x32\x25\xfc\x46\xc6\x7f\x48\x5e\xf6\xbf\xf1\x7f\xe1\x77\xfe\xc7\xff\xd0\xbf\xf8\x27\x1a\xe8\xfc\x89\xeb\x7b\x74\xad\x00\xfe\x34\x07\x8c\x2b\x80\x1a\x6d\x1e\x4f\xcf\xe2\x01\xb3\x86\xc0\x13\x79\x60\xa4\x1f\x70\x3f\x06\xb0\xb0\xe7\xfc\xfe\x34\x47\xc6\x37\x66\xdb\x00\xe5\x01\x80\x5b\x05\x50\x9a\x0e\x78\xa7\x31\xde\xef\x9f\xc2\x7e\x8a\xed\x50\xac\xcd\x3a\x10\xc5\x57\x81\x43\x36\x7c\xdf\x3d\x65\x0a\x50\x7c\x12\xc8\x8b\x66\x3e\xc0\x95\x06\xc0\xf9\x31\x9c\x43\xbe\xb8\x15\xf8\x73\x1f\x70\x7e\xa3\x34\x0e\x24\x1c\xf3\x4c\xd0\x7f\xc1\xff\xf3\xea\xfa\xff\x6f\xfc\x07\x19\xdf\x43\xa6\x77\xf1\xbb\xfe\xc5\x3f\xe6\x40\x9b\x64\xe0\xdb\x57\xa0\xf3\x33\xe0\x5d\x16\xb7\xc7\x1b\x4d\xc0\x44\x81\xf1\xfe\xfe\x33\xf8\x7e\xf7\xf0\x06\x40\xe5\x37\x60\x42\x1f\xe0\x86\xb9\x18\x53\xf9\x7e\xff\x2c\x0f\xa0\xf4\x01\x30\xcf\x0a\x28\x69\xc6\xf7\xfd\xcf\x1b\x01\x7e\x43\x81\x82\x4a\x60\xcb\x25\xa0\xc0\x5e\x3c\xe3\x01\x05\xf3\x80\x83\xcf\x81\xbc\x1c\xe0\xe4\x09\xc6\x85\xf2\xac\x81\xfc\x4e\x7c\x57\xbc\x30\x96\xe7\x5e\x91\x23\xf0\xb1\x57\x6d\xfd\x83\xf4\xdd\x5c\x27\xe5\xbf\xf2\x1f\x86\xd7\xc3\xc1\x7f\xe3\x3f\xc8\xfc\xff\xc5\xf7\x90\x78\x00\xbf\xeb\x5f\xfc\xec\x08\x34\xff\x56\x5b\xdf\x41\xa6\x73\xf0\x52\x9c\x2f\x93\x78\x1e\x18\x2f\x61\x9c\x73\xe0\x60\xe0\xf6\x73\x60\xf4\x45\xe0\xda\x4d\xc0\xea\x13\x70\x29\x04\x98\x1e\x0c\x5c\xf8\x08\xcc\x71\x02\x8a\xce\x00\x5e\xba\x40\x51\x0b\x60\xad\x11\x90\x77\x12\xd8\x5c\x06\xe4\x8e\x07\x76\xfe\x60\x9d\x1f\x71\xa7\x7e\xae\x02\x48\x6e\xc5\xb8\x7f\xbe\x1b\x90\x67\x04\x5c\x15\xff\xfd\x03\xf0\xd8\x00\xc8\x1d\x01\xfc\xf9\xe6\xb7\x3a\x20\xed\xea\xce\x7f\x99\xff\xf5\xf9\x0f\xd1\x7f\xd6\xc5\x83\xc9\x6f\x29\x96\x34\x1d\x5a\x97\x07\xa0\xbd\x84\xdb\x56\x5b\x8f\xf1\x6e\xf1\x58\x27\xe3\x3d\x88\xed\xd0\xca\x03\x78\xee\x08\x74\x2c\xac\xc5\xfb\xef\x74\x02\x7a\x57\x03\x37\x86\x01\x43\x7b\x01\x15\x07\x18\xe7\xbe\x58\xce\xf8\xae\xd8\x7f\xce\xc6\xcc\x5f\x10\xb7\x0b\x39\x3e\xc0\xaa\x5c\xe0\xdc\xdf\xc0\xa6\x4b\x8c\x03\xee\xcc\x05\xc4\x55\x2a\xce\x58\x3c\x45\x70\x6d\x87\x8c\xa7\xac\x09\x90\x15\xc3\x73\x2c\xeb\x35\xf0\x44\x8f\x71\xe3\x6f\x1a\xc0\x19\xc9\x1f\x99\xfe\xcf\x2f\xff\x35\xeb\xf6\xbb\x8c\xff\xb0\x27\xad\x2e\x1e\x2e\xfc\x0b\xff\x43\xc6\x03\x90\xe9\x5e\x88\xf6\xf3\x03\x40\xc3\x17\xf8\x10\x0a\x68\xe6\x02\xaf\x34\x01\xdd\x44\xa0\x6a\x05\xe3\xdb\x7f\xbc\x63\x9e\xd0\xad\xa7\x80\xf1\x58\xe0\xca\x01\x60\xe0\x1e\xa0\xc4\x92\xf5\x94\xce\xbb\x03\x93\x97\x33\xee\xe7\xb0\x1d\xc8\x4a\x07\xdc\xae\x03\xe9\x8a\xc0\xb2\xdb\x8c\x7f\x8b\x27\x9d\x33\x49\x80\x78\xb2\x3b\x63\x00\xc4\xba\x01\xe2\xae\x2d\xa9\x86\xf1\xff\x9c\x1b\xc0\xd9\x93\x7c\x97\x5e\x8c\x7f\x55\x6e\x8c\x9b\x7e\x2f\x00\x52\xbb\xd7\x9d\xff\x07\x15\xeb\xf6\xfb\x6e\xe9\xde\x7f\xc4\xc3\x7a\x78\xb8\x69\x6d\x3b\xc8\xfc\xae\xc3\xfb\xa8\xc7\x7b\xf8\x28\xfe\x7b\x6c\xad\xde\xc3\x8b\xc3\x40\x03\x2d\x9e\x0f\xba\x29\xc0\x9d\xe9\x40\x9b\x3e\xac\x55\x21\xc6\x8d\xcb\xf6\x40\xaf\xef\xc0\xf9\x33\xc0\x50\x03\x40\xdc\xeb\x59\xac\x01\x72\xfe\x02\x66\xb6\x02\x32\x22\x81\x79\x79\xc0\xe9\x1d\x80\xb8\x0d\x3e\x65\x04\xac\xd3\x64\x4d\x98\x1d\x1e\xe2\x29\x88\xf9\x83\x29\xdd\x59\x0f\x43\x6c\x8b\x1c\x43\x20\xe5\x13\x73\x29\x4f\x8e\x03\x1e\xb7\x10\x4f\xdb\xc0\xa7\xbf\x81\x63\xfe\x75\xfb\x7f\xdf\x48\xb6\xbb\x5c\xff\xdd\x6f\x19\xff\x21\xd8\xba\xb6\x1d\xe4\x3f\xfc\x0f\xde\x83\xc4\x06\xaf\xcf\x7b\x78\x56\x20\xee\x89\x98\x07\xd6\x40\xd2\x3b\x10\xcf\xcf\xe2\x3c\x68\x37\x87\x39\x5d\x3d\x9e\xb1\xa6\xc9\x80\x42\xe0\xdc\x06\x60\xec\x59\x20\xbd\x0d\x30\xd5\x8b\x79\x1d\x2e\xa6\x40\xb2\x2e\x20\xee\x8f\x12\xdf\x71\xbc\x4c\x74\x16\xcf\x7e\xc0\xb1\xce\xc0\xbe\x62\x20\xc1\x12\x38\x51\xc5\xeb\x5c\x8e\x3f\x70\xcc\x07\xb8\xd6\x15\x48\xa8\xe1\x79\x21\x9e\x7a\xbe\xfe\x36\xff\x65\xfc\x17\xd9\x78\xdf\x91\x57\xd7\xef\x2d\x15\xff\xce\x07\xf8\xff\xf1\x5f\xbe\xe4\xb2\x7d\x7b\x8d\xad\xac\xde\xc7\xfd\xdd\x6c\x65\xa7\x84\x0a\x79\x40\x3d\x0e\x28\x35\x06\x9a\x27\xb3\xff\x62\xdc\x38\x17\x00\x98\x56\xf3\xb8\x1f\x5e\x05\xa4\x5e\x61\x5d\xa9\xc4\x60\xc0\x21\x9a\xfd\x73\x4f\x01\x8e\x36\x07\x7c\xbc\x58\xd7\x22\x38\x0a\x38\x14\x00\xec\xd3\x05\x0e\xc7\x02\x49\xb9\xc0\xc1\x76\x1c\x33\x0f\x46\x02\x57\x15\x80\xb8\xcd\xc0\x93\xd7\x40\xac\x1d\xf0\x75\x05\xb0\x57\x1a\xff\x11\xd2\xda\x17\x22\xd5\x89\x91\xf1\x5d\xea\xf3\x3e\xfc\xfa\xb3\x5d\xdb\xf6\xdf\xdb\x41\x86\x77\xca\xf8\x2f\xef\xd7\xb3\x7d\x29\xbd\xfe\x85\x7b\x3f\x60\x7b\x5d\x7a\x5d\x2a\xee\xbe\x17\x02\x85\xed\x80\x86\x6f\x80\x73\xcf\x80\x96\x73\x80\x74\x2d\xc0\xd0\x02\x48\x3d\x09\x0c\xb2\x02\x12\xf3\x80\xf1\x26\xac\x21\x37\xc3\x0c\x38\xd2\x03\x58\x10\x0c\xc4\xe9\x71\xfd\xa4\x03\xb6\x40\x50\x24\x10\x63\x01\x44\xd5\x70\x6d\xb1\x13\x76\xc0\xde\x18\x8e\x89\x51\x83\x78\x0f\x22\xfe\xdb\x93\x19\xbc\xf7\xfc\x1a\x56\x3b\xee\xb7\x9a\xd6\xf3\xdb\x4d\xf2\x77\x39\x5b\x19\xef\x43\xc6\x7f\xf0\x3e\xf0\xef\xed\xf0\x6d\x0e\xdb\x77\x8f\xd8\xca\x74\x3f\x64\xfe\xff\x01\xc9\x7f\x29\xbb\x58\x2e\x65\xd9\x8a\x4f\xb0\xcd\xd9\x06\xc8\x6b\x31\xb7\x4b\xdb\x13\x48\x59\x0e\x18\x74\xe6\xda\x60\xa6\x83\x81\xf8\x39\xc0\x48\x03\x20\x2e\x89\xf7\xdd\x31\x2b\x00\xd7\x07\xc0\xde\xbf\x80\x15\xc1\xc0\x1e\x45\x60\x73\x21\xb0\x6b\x17\x10\xb5\x0b\x88\xf0\x63\x2e\x50\xb8\x09\x90\x7d\x0d\x08\x3b\x04\x94\xbb\x71\x2c\x7d\xac\x06\x6c\xaf\x02\xbe\x4c\x04\x82\x4a\xeb\x8e\x73\x19\xdf\x45\xc6\xfb\xf0\x96\xd6\x13\x2f\x69\x1d\x59\x24\xed\xb3\xdc\x51\xb7\x1d\xea\xf3\x7f\xde\x6a\xb2\x7d\x2c\xcd\x87\x7b\x4e\x6c\x6f\xbe\x91\xfc\x97\xe6\xc3\x05\x86\x7b\x90\x6f\xc1\x36\x5d\xca\xb2\x24\xb7\x03\x94\x02\x81\x63\xf2\x40\x53\x03\xe0\xd0\x77\xa0\x6b\x20\x6b\x01\x0d\x7a\x0c\xec\xfd\x0e\x58\x3e\x03\x76\x2d\x95\x9b\xe3\x14\x0b\x84\x57\xca\x47\x78\xb7\x15\xe7\xb3\x82\xc3\xc6\x35\x40\xc8\x1f\x0a\x09\xbb\x75\x81\xe0\x2e\x0a\x6e\x09\xa6\xc0\x96\xb1\x0a\xc8\x3c\x0c\x6c\x0a\x93\x1f\x7f\xd9\x18\xd8\x70\x41\xee\xca\x83\x35\xc0\xfa\xa1\x72\xc1\x7f\xe6\x01\xfe\x1b\xf1\x81\xfc\x96\xf8\x60\x4b\xbe\x23\xe0\x77\x7f\x17\x48\xba\x41\x6e\x5a\x6c\x5d\xa5\xf1\xe2\x14\x58\xb7\x1d\xfe\x1b\xff\xe7\x41\x24\xdb\xdb\x7d\xeb\xfa\x7f\xb1\x25\xdb\xbc\x67\x20\x9c\x3f\x5d\x4b\x81\xb2\xe8\xc9\xe5\x4a\x94\x4d\x8b\xf7\x52\xa2\xd3\xde\xfe\x00\xd5\x7b\x0d\x5e\x02\x7b\x06\x36\x78\xd9\xb6\x0a\x08\x8f\x69\xd4\xbc\x8f\x01\xb0\x2d\x44\x67\xea\xd8\x1a\x20\x68\x7c\xe3\x4b\xb3\xe6\x03\x1b\xed\x74\x63\x3d\xad\x80\x75\x6f\x9b\x38\x04\xbc\x00\xfc\x7e\x36\x99\x1c\xfe\x37\xb0\x76\x55\x13\xe7\xc3\x5b\x80\x35\x53\x74\x6f\x9c\x6d\x01\xac\x0a\xd7\x1d\x78\xf1\x22\xb0\xe2\x6d\x63\xf7\xca\x27\xc0\xf2\x70\x9d\xf2\xb7\x61\x80\xb7\xb3\x36\xe1\x36\x1e\x97\xb5\xa8\xae\xfd\x3c\xf3\x86\xef\x45\xeb\x62\xd8\x80\xee\x73\x3a\xd6\xa8\x59\x89\x76\xd6\x2b\xd5\xb1\xa2\x9d\xd9\x4c\x85\x70\x1c\xbb\xf9\x4a\xf4\x39\x19\xff\xa5\xbe\xff\xf7\x7d\xfe\xdd\xff\xf3\x7a\xaa\x84\x6b\x9d\xd3\x6f\x40\x38\xc7\xe9\xde\x8d\x29\xef\x98\xe8\xd5\x94\xf2\x7b\x07\x73\xf5\x48\x37\x20\xea\x73\x0b\xca\x0a\x85\x3a\xb7\x6a\xa7\xf0\x09\x08\x1e\xdc\xe6\x91\x9e\x23\x10\x78\xbf\xad\x4d\xb7\x87\x0a\xe7\x7d\x5b\x18\x0c\x1a\xaa\xa8\xd4\x7e\x65\x8d\xc1\x81\xc9\x11\xca\xde\xde\xce\x06\xfb\xe6\x66\xab\x1c\xf6\x9a\x6b\x30\x62\x55\x99\x6a\xac\xfb\x83\xb6\xe7\xb7\x9e\x50\x73\x5a\xa0\xdd\x56\x37\xe6\xb8\x5a\xf6\xbc\xcc\x36\x5e\xc9\xb1\x6a\xb7\x5c\x3f\xe8\xdf\x2d\xb8\xac\x76\x60\xce\x61\xfd\x69\x37\x07\xa9\x69\xbb\x14\xe8\x2b\xbd\x8c\x53\xed\xe4\x22\xa7\x6f\xf3\xcf\x74\xe5\xbf\x1d\x7c\x5b\x4f\x12\x04\xa5\xc2\xe9\x69\xad\xe6\x0b\x82\xe2\x85\x29\x87\x5a\x45\x0a\x82\x62\xc4\x64\x5b\xbd\x8b\x82\x20\xf7\xda\x26\xb6\xc9\x1a\xd1\x6f\xab\x38\x5d\xc2\xf3\x2c\x15\x1b\x91\x4e\xe9\xfb\x0b\xec\xdf\x4b\xfb\xba\xfe\xdf\xf4\x62\xbd\x9b\xcb\xc9\x6a\x7c\x2b\xb0\x4a\x9b\x6c\xd6\x90\x16\x94\x77\x3a\xb5\xa5\x0d\xe1\xe4\x09\xb7\x3a\x12\x0f\x22\x36\xaf\x0b\xe5\xb1\x77\xcf\xe9\x46\x79\x86\x6d\x35\xac\xc2\xbc\x5e\xaf\x27\xe1\x1b\x3e\x93\x4c\x9e\x36\xd2\x01\xbc\x87\x98\xe4\xb7\xb7\x50\x9c\xee\xfe\xc8\xc4\xb0\xdf\x28\x55\xd7\x79\x76\x26\xe6\x13\xac\xd5\xad\x9c\xe7\x18\x47\x3b\x3c\xd0\xf8\x68\xff\xb6\x67\xf5\x12\xbf\x86\x6b\x66\x68\xf5\xec\xb3\xe1\x81\x66\x89\xad\xd0\xc3\x72\xf7\x66\xad\x63\x53\x36\x18\x59\x1f\x3b\xd5\x48\xd7\xc6\xa1\xbb\xd7\x39\xc5\x46\x4d\xac\x85\x6e\x57\x2b\x02\xb4\x72\xad\x1e\x75\xf3\x7a\x7c\x41\xf3\x9e\xd5\xc9\x6e\xb3\xbe\xc9\x35\x1c\x63\xa1\x6c\xe8\x2b\x08\x1a\x7e\xe3\xcc\x3b\xd7\x08\x82\xda\xc1\x31\x3b\x3b\x99\x0a\x82\x6a\xf8\xc8\x3e\xed\xdf\x09\x82\x4a\xfb\xe1\x79\xed\x2d\x05\x41\x39\xcd\xfc\x98\x81\xbc\x20\x28\xcd\x37\xff\xdc\xe6\x9b\x20\x28\x7e\x93\xf1\x5f\x64\x71\xf0\xe6\x24\x55\xda\x21\x5c\xf2\x6a\x44\xf8\x53\xfe\x0a\x7d\xe2\x7d\x9c\x0d\x6c\x4f\x79\xdc\x64\x0d\x43\xc2\xad\x64\xfc\x97\xfd\x42\x3f\xba\xb0\x1c\xf1\xa5\x3f\x65\x7d\x42\xe4\x07\x51\xf6\x78\x9d\xcb\x10\x8a\xb0\x2b\x02\x86\x12\x3a\xe1\x6e\x3a\x7c\xa8\xd2\x1b\xc0\x75\xdd\x08\xc7\x96\xfb\xe5\xf5\xec\x87\x0c\x6f\xdd\x73\x89\xca\x81\xa9\xd1\x43\xff\x1a\x7e\xbf\xc1\x02\xab\xd7\x43\xa7\x4e\xeb\xa4\x19\x31\xc1\xca\xbc\xd7\x42\xb3\x46\x81\x63\xfa\x0f\xe9\xe3\xd7\x43\x67\xc8\x88\x5e\x83\x95\xc3\x6c\x1b\x5b\x0c\x35\x37\x6b\x78\x58\x57\xb7\xc9\x90\xe6\x03\xcf\x9d\xdd\xac\xdb\xdd\x6c\xee\xc0\x1e\xa5\x1d\x74\x35\x07\x79\x0d\x58\x77\x7f\x55\xe3\x6e\x83\x26\x0c\x08\xfe\x50\xa1\x9d\x3b\x48\xa5\xff\x5e\x41\xd0\x5a\xd2\x5f\xab\x4f\x94\x20\x34\x9c\xda\xf7\xb8\x69\x8e\x20\x68\x14\xf6\x8a\x34\x31\x11\x04\xf5\xed\x26\x3f\x7a\x9a\x09\x82\xda\x7a\x93\x30\xa3\x33\x82\xa0\x7a\xdf\x24\xce\xf0\xb5\x20\xa8\xdc\x78\x28\xc8\xd1\x4e\xe9\x56\x95\x3a\xe1\x57\x97\x2c\x9b\xd3\x6d\xa7\x7c\x6b\x03\x42\x53\xd3\x2b\xba\x92\xfe\x45\x52\x15\xd7\x41\x3a\x52\x33\x88\xc6\x49\x8c\xbf\x39\x65\x91\x22\xdc\x46\xd2\x7d\xf8\xad\x29\xa3\x09\xb7\x08\x5c\x3a\x9e\xfe\x7d\xa5\xb3\x05\x65\x91\xdd\x35\xad\x59\xdf\xb9\xc4\x86\x74\xa0\x6d\x4d\x27\xd7\x34\x1e\x0b\x58\x5c\xb1\x29\xea\x1c\xac\xe4\x3f\x2a\x7b\xd2\xe2\x41\x7f\xaa\x47\x9a\x6f\xb0\x8e\xb5\x2e\x69\x38\x75\x60\xb6\x75\x27\xd7\xed\x9a\xeb\xfb\xfe\xb0\x9a\xbd\x7a\xa4\xd6\xd6\x5e\x9b\x2d\xc3\xb6\x0d\x68\xa4\x6e\x7c\xc3\xc2\x23\xd6\xb2\x51\x97\x1e\x85\x13\xb3\xd2\xfa\x35\x6a\x64\xb4\x72\xc2\x9f\x17\x1a\x68\xe5\x75\x5f\x33\x61\x5c\x65\x0b\xcd\x37\xdd\xde\x8f\xff\xfb\xad\x46\xc3\x9d\xdd\xcd\xc7\x3d\x16\x04\x8d\x4a\xc3\x57\xa3\xcd\x04\x41\x7d\x7f\x97\x6f\xc3\x67\x08\x82\x9a\x61\x97\x3b\x43\x32\x05\x41\xf5\x60\x67\x9f\x41\x15\x82\xa0\x92\xd6\x79\xf5\x80\x28\x41\x50\x59\xd2\xf1\xaf\x7e\x0e\x82\xa0\xbc\xef\x76\x7f\x6d\xca\x8e\x96\x6e\xd3\x27\xfc\x21\xf7\x43\x67\x1a\xe7\x67\x5d\x59\x17\x24\xa9\x6a\x30\xa3\x67\xab\x86\x52\x5e\x7e\xdf\xd9\x31\x74\x7f\x2f\x3c\x69\x22\xad\x10\xc1\x82\x15\xcd\x93\x80\x50\x5e\x38\x96\x57\xd9\xd2\xe7\xdc\x53\xa6\x13\x5e\x3a\x3b\xc1\x9e\xfe\x7e\x52\xc5\x6c\xc2\xfd\x46\xb5\x76\xfa\xa0\x5a\x06\x0c\xce\x73\x2a\x6f\x63\xa7\xa0\xda\x67\xa8\xe3\xda\xde\x11\x2a\x7f\x1b\x1b\x3a\x4e\x1c\xff\x49\xad\x65\xb7\x08\xc7\xd6\x8e\x49\x6a\x45\x5d\x14\x66\x9f\x59\x76\x55\x7d\x40\xc7\xc6\xb3\x35\x83\x3c\xd5\x1d\xda\x5d\x71\x18\x15\xd3\x58\x7d\x98\x41\x17\xfb\x96\x29\xdd\xd4\xde\xb4\xf9\x3a\x6b\x42\xd1\x08\x35\x0f\xfd\xcf\x33\xcb\x6f\x4f\x51\xdd\xae\x1f\x38\x73\x5d\xf5\x70\x95\xed\xfa\xd3\x67\x7c\x12\x04\xe5\x66\xad\x47\xda\x0e\x15\x04\xa5\x06\xad\x9d\x26\x79\x08\x82\x62\x59\xeb\x59\x16\xc5\x82\xa0\x18\xd2\xea\xc1\x78\x3f\x41\x50\xd4\x6c\x75\x6a\xac\x9a\x20\x28\x5c\x69\xe5\x37\x72\x9f\x20\x28\xf8\x5f\x12\xda\x91\xbf\x79\xc9\x26\xb4\x13\x38\x1b\x36\x90\xd0\xc6\xa4\x5c\xd6\x83\x39\x1c\x3c\x8e\x76\x4c\xfb\x16\x5b\xd1\x3a\x10\x6e\x6e\x43\xb7\xaa\x83\xe3\x59\x27\x63\x5d\x95\x3d\xc5\x8d\x95\xcb\x66\x53\x15\x72\x8f\x87\x2e\xc4\xab\x72\xd1\x9d\x4b\x79\x70\x5b\x63\xc6\x4f\xc7\x1e\x75\x27\x3c\xa8\x77\x7b\x4f\x5a\x69\x8c\x52\x3c\xbf\x37\x8d\x05\x3a\xaa\x7a\x36\xe8\xfe\x5d\xb1\x6f\xdb\x37\x9e\x63\x46\x7e\x54\x0c\x6b\xed\xed\x39\x61\x66\x91\xa2\x47\x8b\x52\xcf\xe6\x8b\x8b\x14\x52\xf5\x5c\x16\xf9\x6f\x6a\x2c\xef\xaf\xd7\x7b\xd1\x93\x7d\x2d\x81\xa6\xe7\x3d\x1e\x26\xdd\x00\x9a\x6c\x73\x7f\x9d\x7f\x03\x68\xfc\x79\xe1\x1f\x37\xae\x01\x3a\x8f\x17\xe4\xbc\x8c\x04\xb4\xd7\xba\x95\xff\xfc\x01\x68\xe9\xcd\xa1\x7b\x99\x9a\x49\xb3\xf7\xd0\x19\x2a\x6e\x66\x8c\x68\x1b\xe6\xd8\x91\x55\x2f\x9b\xba\x9f\xde\x1f\x6a\x43\xba\xc5\x05\xd7\x4c\xa8\xbf\xce\x56\x0c\xa6\xe7\x3f\xd9\x7f\x34\xad\x7f\x47\x9e\xb3\x2e\x4a\x74\x05\xf7\x73\x64\xd0\x74\x52\x99\xde\x6a\x61\x4f\x3c\xaa\x40\x47\xbe\x85\xbe\xea\xe9\x5c\xca\x0e\x2f\xda\xe2\x46\xed\xe6\x5a\xc8\x78\xf9\xcc\x44\x2f\xf2\xdf\x72\xf0\x12\x8a\x1f\x43\xb6\x2f\x27\xb4\xd6\x50\x67\x15\xe1\x1d\x2d\x2e\xf8\x24\x69\xcc\x03\x9a\xaa\xad\xd5\xe8\xa8\x06\xe8\x68\xaf\x35\x18\xa2\x01\x68\x7e\xf6\xc9\x99\x7a\x04\xd0\xb0\xf1\xf1\x5c\x78\x16\x50\x3d\xe6\x83\x80\xc9\x80\xb2\xd3\x1a\xcb\x48\x5d\x40\x71\xcd\xea\xe0\x84\x29\x80\xfc\xf3\x55\xe3\xb2\xb7\x00\x72\x19\x2b\x87\x5c\x51\x03\xe0\xbf\xc2\xe8\x09\x21\x93\xcb\x07\x7e\x23\x86\xd3\x62\xa9\xee\x87\x3b\xd8\xce\xcb\x66\x3b\x47\xba\xc7\xeb\x2c\xdd\xe7\x74\xe8\x22\xda\x33\xd7\x98\xdf\x76\x32\x6c\x22\xe5\xa7\xe3\x13\x6d\x58\xff\xe0\x99\x1d\xc5\xff\x08\xaf\xd9\x94\x4d\xdf\x6a\xea\xe2\xc8\xfd\xcf\x6a\x04\x6b\x5a\x2d\xa4\xb8\xb8\xf8\xc1\x22\x8a\x0b\xf3\x1d\x96\x50\xfb\x38\x34\x5a\x46\xf7\x7b\x6d\x5e\xac\x24\x94\x61\xf4\xe0\x35\x74\x6b\xbd\xaf\x31\x6f\x4c\xdb\x19\x33\x5f\x40\xb5\xcb\x66\x52\x71\x97\x5f\xb7\xa5\x8d\x1e\x33\xec\xc6\xf6\x26\xc5\xeb\xcd\xb3\x2c\x99\x71\x65\xe9\x4a\xf7\x0e\x37\xb9\xfb\x10\xae\xbb\x51\x2d\x94\x90\xc4\x0d\xbb\x0e\x53\xdd\x8b\xf5\x49\x19\x84\xe7\x06\xea\x5e\xa6\x9b\xe4\x01\x3f\x1e\xd2\x7d\x5e\xff\x94\x3f\x29\xd2\xfb\xb6\x61\x3f\x57\x4e\x67\xbb\xb4\x8c\xad\xd7\x27\xa9\x7d\x52\xd8\xba\x5d\x17\xed\xc9\x27\x16\xf4\xed\x47\x22\x6c\x09\x65\x8f\x69\xce\xf3\x39\xe2\x91\x0b\xf5\x63\xc8\x64\x37\xc2\xb5\x36\x14\xb2\x4e\xc6\xea\x1f\xdc\xcf\xde\xbe\xde\xaf\x45\xbb\x30\x60\x25\x6d\xb5\x9d\xdb\xad\xa1\x75\xc2\xae\xa9\x1f\x8d\x8f\x89\x4d\x03\x08\xe7\x1c\x3a\x8d\x75\x61\x7a\x86\x6d\x21\x1e\x51\x8b\xc1\x5b\x59\xe7\xff\x43\xa8\xa4\x5c\x17\x76\xb5\x39\xad\xb4\xe1\x23\x7b\x11\x93\x26\x4c\x8f\x75\x0f\x76\x54\x38\xd3\x59\x2e\xb4\xdb\x2a\xaa\x8f\xb1\xc3\x91\x2b\xd0\xec\x18\xc1\x95\x56\xb6\x5d\x3d\x4d\x7b\xde\x90\x66\x17\xe8\x97\x82\x13\x2a\x09\xc7\x08\x2e\x7b\xcb\xfc\x18\x5f\xf6\x33\x50\xe2\x3d\xf8\x8d\x64\xeb\x23\xd5\xbd\x58\x29\xb5\x87\x77\x22\xe5\x2d\x76\x71\xbf\xef\xdf\x3d\x9b\xb2\xfc\x91\x1b\xe6\x12\x7a\xbc\xcd\x85\xc7\xf7\xa6\x41\x5e\x34\xaf\x7d\x4d\x96\xad\xe4\x38\xb8\x8a\x70\xbe\x45\x27\x7d\xc8\x6f\x17\x17\x3f\xfa\xd5\x99\xd7\x02\x69\xe7\x39\x49\x6f\x23\xad\x0b\xa3\x4d\x83\x68\x07\xd6\x6f\x53\x08\xc5\x8f\x4e\x35\x3b\x08\x9d\xd3\x4d\x89\xf0\x62\xff\xf7\x8e\x66\x1b\xd5\xa3\x39\xed\xd9\xf7\x8e\x33\x21\xa4\x39\x6a\x09\x57\x2c\x8b\xca\x72\xa4\x06\xd9\x53\xc8\x8a\x34\x7b\x82\x83\x08\x49\xd9\xb3\x80\x99\x05\xbb\xc2\x4e\x12\x03\x6f\x57\xff\x22\x42\xda\x22\x37\x33\x52\x12\x61\xf6\x8a\x22\xd9\xce\x94\x1f\x74\x26\x90\xf1\x3f\x82\x24\x3d\xf3\x8d\xd2\x7d\xff\xc0\xfe\xbf\xb7\xcf\x81\x6b\xcc\x3a\xd9\x15\xe8\x46\xf8\xf4\x8e\xc9\x5e\xd4\x9f\x32\x1d\x20\xff\x14\xf6\x7b\x95\x82\x1f\xe3\x7d\xfb\x59\xa5\x64\x9e\xd6\x7a\x8a\xa7\xb3\x15\x36\x53\x3b\xd9\x4a\xea\x0c\x13\xb1\x8d\xf0\x99\xa1\x08\xa3\x89\x60\xda\x21\xc2\x81\xe7\x43\x14\xed\x2f\x35\x1f\x47\x9b\xb3\xff\x07\xfb\x4b\x36\xac\x19\x21\x7e\x71\x9b\x8d\x09\x97\x89\xbb\x3f\x86\x15\xaa\x9c\x79\x64\xc6\x25\x2d\x89\x66\xbb\x89\x10\xe6\xd8\x14\x56\x1e\x89\x6b\x9e\x44\x11\xea\xc0\x86\x5c\xda\xe1\xc4\xd4\x5c\xa5\xbd\x70\x8c\xc5\x53\xba\x31\x1c\x1d\xfb\x85\x56\xfe\x5f\xbc\x98\xd7\x6c\x43\x97\xb3\x65\x3d\x1d\x99\x2e\xca\x1e\x77\x0f\x3a\x07\x84\xad\x5a\x42\xbc\xf0\x20\xcf\x15\xc4\x52\x5a\xb7\x83\x55\xf5\x57\x05\x07\x78\xf1\x3c\xd8\x48\xb3\x6f\xc1\x8b\xcd\x5c\x07\xa6\xdd\x56\x6a\xa7\xe9\x6b\x59\x1f\x66\x52\x49\x18\xa1\x51\xa3\xdf\x32\x5e\x3e\x68\x20\xf3\x61\x7a\x18\x33\x0f\xa8\x75\x0d\x8f\x66\x75\x9b\x23\x52\x06\xe3\x84\x35\xdb\x63\x57\x9a\x11\x12\x7c\xdc\xd2\x78\x24\xbf\x1e\x4d\xbf\x70\x6c\xca\x4c\xc2\x6f\x8f\x99\x2e\xa2\x96\x3d\xe6\xcf\xcc\x94\x84\x6b\x91\xf4\x8d\x09\x15\x8c\x3c\x1f\xf5\xc8\x22\x1d\x95\xf8\x45\x65\xb4\xa3\x89\x8f\x79\x44\xf1\xe4\xc8\xee\x3f\x69\x3c\xfd\x07\x2f\x46\xd2\x8f\xd9\x2d\xd5\x07\x09\x27\x1c\x3c\xfc\x16\xf3\x80\x42\xb4\xb9\x2e\xd6\x86\xc2\x75\xf4\xbc\x6b\xf7\x6d\xa0\x1d\xf6\x72\x63\x46\x13\x17\x19\xf0\xec\x9c\xe7\x1a\xca\xf5\x0e\x3c\xc2\xe9\xe4\x39\xf5\xe1\x6e\xca\x54\x4d\xcc\xdd\x4b\xe3\x7e\xd8\xc3\x18\x62\x25\xf4\x37\x8b\xa5\xf1\xd2\xb5\x86\xfd\xd6\xdb\xca\x4f\xad\xac\x9f\x38\x89\xfd\x4f\x95\x74\x30\x4e\x59\x72\x65\xbf\x53\x96\xbc\x13\x4f\xbd\xc3\x8c\xdd\x94\x0a\x3b\x8a\xd0\xa9\xa7\xdc\xc3\xf9\xfd\x00\xda\xf1\xa5\x58\x73\xbd\x83\x14\xfd\xc3\xcc\x7f\xc9\x3e\x43\xb8\x78\xf2\xf4\x52\x42\x56\x93\x8e\xdf\xa3\x9d\x6e\x52\x15\xdf\x20\x4f\xec\xf9\x0f\x31\x14\x12\x66\x0b\x75\x78\x31\x71\x12\x0f\x20\xa6\xa5\x68\xb7\x19\xf8\x86\x49\xfe\xd3\x5f\xf9\x0d\xdd\x44\x71\x6c\xc5\x8e\xad\xc4\xca\x58\x7c\x3d\x8c\x32\x31\x32\x1e\x90\x73\xd5\x6e\x5a\x37\x66\x64\x31\x3f\x62\xd2\x8a\x68\x52\x2b\x18\x57\xc1\xf5\x73\xcc\xad\x98\x0f\x63\xfa\x36\x81\x46\x69\xc7\x03\x27\x68\x9f\xd5\xcc\x91\x6f\xa3\x2b\x6a\xa7\x49\x99\x3d\x19\x1f\x26\x2b\x86\xf9\x30\x59\x31\x46\xd4\x13\x99\x9e\xc3\x68\xeb\x9a\x51\x30\x95\x66\x6c\x66\x8d\x1b\xc5\x8b\x8c\x93\x6b\x69\xe7\x9a\x99\xc5\xcc\xbb\x4c\x6f\x66\xe0\x64\x14\x30\xf3\x20\x63\xc1\x05\x62\xf8\x9e\x0d\xbb\x4d\x3c\xb3\xb3\xe3\x5f\x51\x4f\x9c\x09\xfc\x8b\x72\x48\xa9\xaf\xf9\x6c\x2d\xe3\xc5\xfc\xaa\xa3\x74\x98\xf2\x74\xe1\x1b\x68\x5f\x10\xe0\x15\xfc\x81\xe7\xc1\x36\x8a\xde\x4b\xbf\x45\xd0\x7e\xda\x63\xe4\x6e\xfa\x56\xd7\x60\x46\x97\xed\xaf\xed\xa7\xa7\xb4\xad\x8a\x23\xff\xad\x62\xe3\xa9\xf5\x47\x05\x33\x4f\x60\x40\xce\x09\xd6\x43\xb9\xc0\x2a\x4f\xed\x1d\x4f\x13\x8e\xac\x13\xc3\x7a\x02\xf2\x8f\xb3\xa5\x38\x29\xe3\xc3\x14\x18\xeb\x12\xf2\x5d\x18\x66\x48\x23\x2d\x7f\xcd\x90\xed\xfc\x3e\x33\x1a\xf3\xbd\x5c\x69\x1d\xcd\xef\xc1\x91\xaa\xc0\x98\x75\x0f\x0a\x8c\x19\xf7\xcf\xcf\x4f\xa6\x3a\x39\xf9\x6a\x05\x77\x41\x8a\x60\x1c\x27\x72\x0f\x3d\x53\x07\x9d\x8c\x99\x4b\x9f\x2d\xad\x13\xe9\xaa\x6c\x7f\xe9\xe8\x90\xce\x56\x60\xff\x10\xaa\x9e\x22\xe3\x01\x2d\xaf\x62\x1d\x24\x4f\xdb\xbd\x34\x2e\xe6\x3b\xc4\xd0\xfe\xd8\xf1\x5a\x2c\xf5\xeb\xcc\x4e\x47\x28\x4e\x4c\x6e\x91\x40\x51\x7a\xbc\xe7\x09\x5a\x37\x86\x3e\x39\x49\xb3\xbc\x5f\x70\x2a\xc5\x09\x23\x9d\xb3\xd4\x1e\x6d\xe2\x33\xa9\x5e\xef\x2f\x7d\x1c\xdf\x02\x49\x37\xa9\x44\x9a\x1f\x25\x15\x3a\x74\xc3\xa1\xb4\x33\xf3\x40\x2e\x96\x0d\x69\xcb\xef\x5b\x3b\xb1\x65\x06\x6f\x89\x37\xcf\xe0\x8b\x0e\x5b\xc8\xaf\x8b\x67\xa2\xa8\xc7\x4a\x3a\x26\x91\xfe\x47\xc9\xea\x7c\xd2\x8f\xb8\x90\x5c\x4e\x7c\x8a\xf3\x35\x1c\x27\x8a\x0b\xde\x52\x86\xa4\x58\xef\x1f\x52\xbc\xc9\x97\xf4\x40\xce\x49\xf3\x22\x9d\xf6\x17\x32\x1e\xd0\x8a\xeb\x7b\x88\x77\x2f\xe3\x01\xb9\xfb\xb2\x0e\xd2\x5c\xef\x78\x5a\x9d\x1c\xbc\x13\x68\x54\x4e\x73\x3c\x41\xb3\xd5\xba\x3a\x99\xfc\x1f\x73\x24\x95\xd6\xcb\x21\x31\x67\x28\xff\xd0\x3b\x37\x83\xf8\xb8\x5d\xf5\xd9\x6f\xfd\xed\xf9\xb4\xea\x35\x9a\x51\xcc\xc2\x83\x29\xa5\x52\xa6\xaf\x42\xca\x6c\x5c\x35\xd0\xa6\x7d\xc0\x15\x8f\x4e\xe4\xd7\xd5\x6b\x83\x28\xe2\x54\x9c\xe4\x1d\xed\x55\x17\x47\xaa\x77\x73\xd5\x9b\x19\xcb\x57\x46\x6c\xa4\x9d\xf9\x95\xd4\x3d\xb4\x92\x5f\x29\x3e\x4e\x33\xb2\x7c\x42\x26\x3d\x61\xc5\xe0\x32\x62\x00\x57\x8c\x7e\x40\x23\xb7\xdc\x98\xf5\x30\x2e\xdb\x32\x2f\xa6\xa4\x82\x73\x6f\xc5\x52\x4d\xde\x7c\xd2\x9f\x5b\xd3\x62\x1f\xf1\x9e\x96\x5d\x89\xa5\x68\x22\xe3\x01\xcd\xf7\x38\x46\xf1\xc1\xc5\x31\x91\xd6\x85\x19\x11\x27\x29\x0e\xda\xea\x9e\xa6\xf7\x2d\x74\x58\x8d\x64\xe4\xe7\x74\xe2\x13\x0e\xae\x60\x16\x46\x6f\x49\x0f\xc9\xb0\x75\x31\xf1\x65\x5b\x37\xba\x40\x71\x44\xb3\xf7\x65\x29\xd3\x7b\x45\xca\xfc\xc8\x32\xdd\xb7\xbf\xb3\x3e\xcc\xad\x2a\xe6\x81\xdc\xaa\xe2\x8a\xb7\xb7\x1b\x8e\xa7\x13\xdb\x1d\xd8\x13\xe3\xf2\x4e\x25\x2b\xdc\xdd\x0e\x0b\x24\x1e\xd9\x9d\x11\x91\xb4\xd2\xdf\x39\x7a\x84\xf6\xd1\xb7\x9f\x30\x43\xe7\xd6\x9b\x12\x6a\xa7\x5b\x1d\xef\xd0\xb8\xb8\x59\xf3\x8a\x56\xea\x1b\x69\x9f\xe9\x7b\xaf\xd9\xfc\xa0\x48\x20\xab\x2b\xc5\x75\x82\x96\x07\xc6\xd1\x2a\xeb\x75\xfd\x28\xf1\xc2\x3d\x56\x26\x12\xdb\xc2\x75\xc7\x49\x5a\xbd\x1c\xc1\xfd\x3d\x5d\x87\xe7\xb7\x4d\x54\x06\x8d\xb6\x09\xc7\x73\x88\x2f\x3e\xfc\x7a\x1e\x45\xa9\x81\x81\x05\xb4\x9f\xee\xf9\x93\xeb\xe8\x74\x56\x2c\xa5\x55\xab\xd5\x6c\xd6\xc7\x69\xa8\x73\xf5\x4d\x5d\xff\xef\xad\x64\xfb\xd0\xb2\x21\x29\x79\x3d\x6c\x6f\x40\xcc\xfc\x47\x27\xfa\xd0\x7e\xe2\xa1\xc0\x8c\xff\xaa\xfc\x19\x14\x61\x1f\x3d\x59\x44\x4a\x99\x55\xc3\x02\x42\xd9\xf2\x4c\x7e\x18\x70\x90\x66\xe4\xc3\xa3\xa7\xe9\xc9\x1f\x0d\x3d\x4f\xbf\x78\xbf\xe2\x06\x45\xe4\x87\x36\xac\xc0\x72\xef\xc2\x47\x9a\x89\xf7\x0d\x04\x9a\xd1\x77\xb6\x0b\xf4\xc4\xd7\x47\x08\xff\x85\xff\xd0\xfd\x47\xad\xfd\xd9\x1d\x30\x8c\x04\xfe\x2a\x02\xba\xcf\x93\xf0\xfe\xbc\xdf\xf0\x7e\x01\x18\xe0\x03\x3c\x76\x01\x86\xa6\xb0\x9e\xff\xd8\x16\x40\xe5\x2b\xf1\xac\x0d\xdc\xb0\x16\xdb\x10\x28\xd3\x01\x1c\x1d\xc4\x28\x00\xb8\xad\x00\x2e\x08\x8c\x63\x15\x37\x01\x7c\x8a\x81\xfc\xa3\xc0\x86\x1c\x20\xef\x07\x10\x6a\xce\xf9\xff\xfd\x9d\xf9\x3e\xfb\x71\x4b\xc6\x03\xc5\x11\x58\x54\x02\x5c\x18\x21\xce\x7a\x6e\xd1\x82\x5b\x40\x95\x17\x70\x3e\x8b\x71\x4e\xd9\xbd\xf7\xfa\xf5\x1f\x92\x4d\xfe\x37\xfe\x2f\xfc\x56\xe7\x84\xf4\x2f\x02\x80\xce\x52\xae\xbb\xd3\x41\x6e\x87\x8e\x9b\x81\xef\xf3\x18\xd7\x7e\xbb\x01\x30\xba\x07\xbc\x8e\x06\x4c\xdb\x03\x4f\x9f\x01\xfd\xa6\x71\x3e\x6b\xb0\x3e\xf0\x87\x3d\x30\xea\x21\x70\x73\x14\x60\xd9\x00\xb8\xe2\x00\x4c\x0d\x04\x2e\xbd\x07\x66\x8f\x00\xce\xdf\x05\xe6\x45\x01\x85\x63\x00\x2f\xe7\xdf\xf0\xee\x55\x5c\xff\xa1\xc0\x00\x08\x1f\x0a\xe4\xdb\x03\xfb\xc5\xf7\x13\x81\xe3\x23\x80\x9c\x68\x6e\x87\x5c\x81\xdb\x40\xf4\x57\xdc\x47\x8b\xed\xf3\xac\x80\xdb\xeb\x6b\x18\x88\xb5\x25\x3e\xfb\xd9\xbe\xff\x9b\xff\x70\x78\xeb\x7f\xf2\x1f\xea\xf3\x3f\x7e\xd5\x01\x49\x01\xfe\xfa\x07\x68\x9b\x02\x7c\x9e\x0f\xb4\xab\x02\xde\x0d\x00\xba\x94\x00\x2f\xdd\x01\x71\xbd\x7f\xba\x1e\xe8\xed\x0b\x3c\x68\x0b\xf4\xb7\x07\x6e\x9f\x02\x86\xf9\x01\xd7\x26\x00\xe2\xb8\x2e\x9f\x00\x4c\x9e\x00\x94\x1a\x00\xf6\x1d\x81\xe2\xcf\x7c\x9f\x39\xff\x19\xe0\x69\xca\xfe\xaf\xae\x01\x72\xda\xb3\x2e\xc8\xb9\xb1\xc0\x8e\x5d\x8c\x55\x44\xeb\x33\x76\x73\xcc\x9f\xed\xd9\x99\x8c\xef\x17\x07\x03\x39\x7b\x80\x5b\x3b\x18\x2f\x79\x6e\x06\xe4\xf7\x04\x7e\xd8\x32\x3e\x2e\x8e\x07\x99\xfe\x7f\x7d\xfc\xff\x90\xa4\x61\x70\xa0\xfc\xbf\xf3\x1f\x64\xbc\x8f\xdf\x75\x2f\xfe\xea\x0f\xb4\xf8\x00\x7c\x34\x05\x5a\x77\xf8\xad\xbe\x43\x39\xd0\xe5\x0c\x73\x10\xc4\x7d\xe0\x1f\x4d\xb9\x3d\x6e\x24\x03\x66\xeb\x99\xff\x33\x4a\x1d\xb8\x3c\x13\xb0\x1a\x08\x5c\x90\x03\xa6\x0f\x03\xf2\x6f\x03\xce\xaf\xd8\x9f\x05\xd1\x40\x76\x0e\xb0\xd2\x15\xc8\xea\x28\x9e\x0c\x81\xb3\xb6\xa0\xca\xa6\x19\xcf\xb8\x1d\x32\x0e\x30\x86\x99\xee\xc8\xe3\x21\xbb\x35\x70\x71\x3b\x90\xfd\x83\xb5\x55\xc4\xef\x79\x91\xc8\xed\xf4\x77\x1e\x70\x66\x54\x3d\xfc\x5f\xea\xd3\x43\x81\xff\x07\xfe\x43\xbd\xfa\x27\x4d\xdb\xfd\x27\xdf\xe1\xfd\x66\xa0\xe9\xd9\xda\xfa\x0e\x32\x9d\x83\x07\x76\x40\x57\x3b\xe0\xce\x19\xc0\xd4\x87\xeb\x3b\xf4\x1b\xc8\x38\x97\x18\x2f\x2e\xee\x07\x26\xfa\x02\x45\xd3\x81\xa9\x6e\x3c\xae\x1d\xb3\x80\xcc\x10\x60\x41\x5b\x20\x3d\x11\x58\xe6\x0f\x9c\x59\x03\x04\xe4\x01\x69\xc5\x40\xc8\x6d\x20\xed\x36\x10\xf5\x12\x48\xcb\x03\x8e\x5e\x00\x4e\xab\xf1\xbd\x7f\x31\x16\x9e\x8f\x04\xce\x74\x00\x6e\xef\xe4\xb6\x79\x21\x00\x62\x14\xff\x1d\xff\x97\xf1\x9f\x64\xfe\xef\x5f\x57\x97\xff\xf0\x8b\x07\xf0\x1b\xff\x41\xa6\xfb\xa1\x53\xc4\x7c\xb0\x06\xc9\xc0\x3f\xfe\x80\xa6\x00\x7c\x0e\x04\x34\xb5\x80\x77\x5a\x40\x23\x73\xe0\x45\x0c\xeb\x3d\xc8\x74\x0e\x2a\x53\x81\x76\x46\xc0\x2d\x67\xc0\xf0\x0a\x70\xd5\x08\xe8\x9d\xc7\x38\xcf\x20\x73\xa0\xe8\x3a\x30\xe6\x34\x90\x1b\x0b\x4c\xea\x08\x64\xeb\x02\xf6\x2b\x80\xf4\x06\xc0\xbc\x6c\x66\xdd\x2f\x7e\xc0\xf5\x0d\xc4\x13\x7c\xe2\x23\x60\x8b\x35\x90\xe4\x05\xec\x1a\x0b\xa4\x04\x33\x16\x7a\x32\x01\x38\x7d\x1b\x48\x36\x06\x8a\x0b\x81\x53\xba\xc0\x9d\xdb\x40\xea\x30\xe0\x55\x33\xf1\x74\xc2\x7d\x27\xc3\xff\x65\xe3\x5f\x36\xee\x7f\xe9\x20\x48\xfc\x87\x9d\x92\x0d\xfb\x2d\x3e\x10\xff\xe3\x08\xa0\xfe\xbc\x96\x07\x41\x78\x77\x4a\x2d\xef\xe1\x4d\x32\xa0\xf8\x07\xf0\x7c\x1d\xa0\xf6\xba\x96\xf7\x20\xc6\xaa\x16\x65\xc0\x55\x2d\xa0\xdd\x2d\xa0\x6c\x11\xd0\x73\x1b\xf3\xb6\xfa\xdc\x07\xf2\x33\xb9\x3e\x4c\x66\x2a\x60\x21\xf6\xe9\x77\x60\x7a\x6b\x20\x4d\x1e\x70\x6d\x0d\x24\x16\x03\x8b\xaa\x80\x24\x33\x90\xd2\xed\xb1\x2f\xc0\xe6\x62\xe0\x68\x39\x63\x9b\x62\x1b\x1c\x9c\x09\x1c\x5b\x03\xa4\x9d\x03\x8e\x1b\x01\xc5\x6e\xc0\xf1\x04\xe0\x56\x24\x70\x42\x13\x78\x79\x13\x38\x3e\x14\xf8\x3b\x91\xb9\x86\xbf\xfb\xff\xab\xdf\x43\xeb\xfa\x2d\xc3\xc3\x65\x75\x30\x84\x7a\xfc\x0f\x19\xde\xff\xbf\x78\x0f\x8a\x36\x40\x65\x43\x40\xf5\x27\x70\x33\x10\x68\xac\x0f\x5c\x2d\x00\x5a\x66\x03\x25\xaa\x40\xc7\x00\xf1\x94\x00\x18\xdb\x03\x39\x8f\x00\x33\x6b\x8e\x71\x63\x5b\x01\xa9\x2e\xc0\xe4\x97\x40\xa2\x1d\x30\x3b\x54\xc2\xfd\xc5\xd3\x4e\x28\xb0\xd2\x09\x38\xf2\x03\xd8\x14\x07\x1c\x5a\x0f\xec\x4c\x01\x8e\x44\x00\x87\x9f\x72\x0d\xa5\x53\x62\x9c\xaf\x06\x8a\x07\x02\x47\x6a\x38\x3e\xc4\xbb\x03\xaf\xf4\x81\xc3\x23\x81\x9f\xef\x6b\xc7\xff\x9e\x4e\x75\xf9\x1f\xbf\xfc\x96\xe2\xe5\x66\xe5\xba\xb8\xf8\xff\x97\xf7\x70\x93\xed\x2f\xde\xc3\xfb\xba\xbb\xa1\xab\xfa\x80\xf2\x60\xa0\x64\x09\xa0\xb3\x80\xf5\x5e\x5a\x5f\x07\xce\x99\x03\x5d\x1b\xb1\xe6\x51\xbf\x58\xe0\x54\x3c\x30\xbc\x92\xeb\x97\x58\x3e\x60\xff\xed\xf5\x79\xfc\xce\x2f\x66\x2e\xd4\x72\x63\x20\xf6\x3b\xaf\x1b\xb1\x1e\x40\x84\x2b\xb0\xff\x20\x70\x68\x27\x70\x20\x97\x63\xc1\x81\x29\xc0\xf9\x96\x40\xec\x4a\x71\x27\xc9\x5a\x53\xe2\xbe\x79\xbf\x25\x63\xd5\xb2\x3a\x28\x61\xd2\xfc\x08\x3e\x59\x97\xf7\xb1\xde\xfc\xdf\xf9\x00\xff\x31\x0e\xea\xd7\x3b\x91\xc6\xc1\x53\x53\xa9\x1d\x14\xd9\xca\x78\x0f\x97\xfb\xb1\x15\xd7\x32\xe5\x1f\x40\x9e\x2a\xa0\xdb\x85\xfd\x6f\xab\x09\xa4\x58\x03\x46\x5b\x81\xe3\x57\x00\xb3\x26\x1c\xf3\x26\x24\x00\x87\x32\x80\xe9\x7a\xec\x87\xab\x37\xd7\xf1\xf1\x9e\x0d\xec\x9b\x08\xac\x57\x05\xf6\xda\x01\xe1\xa9\x40\x94\x37\xf3\x28\xf7\xe6\x71\x2c\xdc\x13\xcc\xbf\xb5\x47\x1b\xb8\x7d\x80\x6b\xb0\x55\x7f\x07\x76\x8f\x60\x8e\xa7\x8c\xf7\x23\xe3\x7f\xc8\xfc\x96\xf1\x3e\xea\xf3\x1f\x64\xf6\x57\xbd\x0f\x23\xb6\xf5\x75\x3f\x9e\x4b\xe3\xe1\x5e\x28\xdb\xff\xd0\xbd\x98\xc5\x36\x5f\x3a\x4d\x67\x6a\x01\x6a\x3f\x99\xe7\xd4\xd4\x98\x39\x1c\x1d\x0b\x81\xa3\xba\x40\x9f\xce\xc0\xc1\x01\xc0\xc8\x0c\x20\xfa\x25\x30\xd9\x06\x88\xca\x07\x9c\x7d\x81\xdd\xc3\x81\x25\x7e\xcc\xa5\x5d\x57\x05\xec\x5c\x00\x84\x45\x01\xe1\xf1\xcc\x7d\x09\xdb\xce\xf3\x22\xcc\x9b\xc7\x43\xa8\xbe\x78\xc2\x00\xc2\xda\x02\x35\x9a\xc0\xb6\x7b\xac\xf1\x25\x1b\xef\xb2\xfe\xae\xef\xf7\xe2\x9a\xba\xfc\x07\x99\x95\xf1\x1e\x7e\xe9\xdf\x48\x7c\x87\x17\xd2\xad\xc2\x5f\xfc\x17\xa9\xfe\xcb\x55\xa9\x1e\xce\x65\x89\x1f\x51\x28\xd5\xcb\xc8\x92\xbe\x27\x55\xaa\x3e\x7c\x42\x19\x68\x90\xc4\x1a\x2f\x62\xdc\x88\xed\x01\x74\x5f\xce\x1a\x59\x83\x2b\x00\xf1\xac\x68\xf9\x09\x88\xf0\x02\x66\x6f\x01\x42\xdb\x02\x8b\x9e\x01\xdb\x0d\x01\xff\x0b\x40\x88\x37\x10\x3a\x17\x08\xb6\x04\x62\x6f\x03\x41\x16\xc0\xa9\x21\x1c\x43\x8b\x2a\x81\x4d\x5f\xb8\xc6\xe0\xc6\xb3\xc0\xab\x9a\xda\x79\x2e\x1b\xe7\x32\xbf\xbd\x3c\xea\xfa\xbb\x60\x3b\xdb\xb9\x92\x7e\x94\x8b\xc4\x13\xfa\x55\xf7\xc6\x93\xed\xeb\x4d\xf5\xfc\xbf\x2e\xcd\x03\x69\x9c\x94\x49\xf3\xa3\x68\x03\xdb\x73\x3f\xd8\x9e\x91\xda\x4f\x76\x0b\xed\x50\x7b\x5e\x6f\xc4\x71\xaf\xad\xcf\xe3\xbb\xc3\x48\x20\xc2\x06\xe8\x93\x05\x84\xae\x06\xc6\x36\x06\xb6\xee\x05\xa6\xff\x04\xb6\x54\x03\x0b\xab\x80\x4d\xad\x01\x5f\x33\x60\xbd\x1b\xb0\xfd\x05\xb0\xae\x2d\x70\xe0\x29\xe0\x77\x01\x48\x6d\x03\xac\x5d\x0b\x14\x1c\x06\x7c\xd2\x80\x1b\xdb\x81\x35\x2d\x81\x17\xda\xc0\xaa\x4c\xe0\x47\x33\x60\xa9\xc4\x9f\xf6\x90\xc6\xc3\x7c\xdd\xba\xfe\xce\x96\xf6\x97\x0e\x52\xbd\xb5\x19\xd2\xde\x49\x56\xf7\xe7\xcd\xa2\xba\xfe\xdf\x95\x6e\x17\xde\x90\xec\x2f\xfe\x43\x73\xb6\x7c\xca\x06\xce\x48\x71\x33\x59\xfa\xfb\xa3\xd2\x3c\xd9\x9f\xc0\x76\x57\x5b\x40\x79\x13\x10\x3a\x47\x7e\x51\x8b\x19\x40\xf0\x71\xa5\xa2\x1e\x06\xc0\xc6\x3d\xaa\x3d\x87\x05\x01\x01\x59\xea\x2d\xa7\xe4\x00\x6b\xf3\x35\xd4\xe7\x85\x00\xab\x3d\x35\xb6\xae\x6e\x01\xac\x98\xa4\x71\x66\xab\x02\xe0\xfd\x5e\xc3\x33\xda\x1f\x58\xb2\x4d\xbd\x32\x69\x1e\xe0\x55\xaa\x3e\x35\xf7\x22\xe0\x69\xa5\xe6\x73\x75\x0a\xe0\x71\x5a\xf5\xf1\x93\x13\x80\xbb\x8f\x6a\xc8\xd7\x23\xc0\xfc\xae\x2a\xa4\xdb\xee\xf4\x55\x49\x53\xb4\xf6\x36\x0a\x87\x44\x6b\x27\xb5\xcf\x54\x69\x5c\xd8\x48\xe7\x10\x6b\x69\x2f\x2d\xe3\x7f\xc8\xf8\x3f\x32\xff\xeb\xf3\x7f\xce\x4b\xb7\x47\x72\xae\xca\x11\xaa\x72\xa6\x4a\x99\x4e\xc3\x49\x21\x5c\x27\xe7\x48\x8d\x16\xe5\x67\xf6\x39\x68\x53\xa4\xdd\xe9\xab\x4d\x33\x66\x4b\x7a\x63\xaa\x87\xb0\x6e\x5f\xd3\x66\x3a\xc6\x80\x4f\x96\xde\xa0\x4e\x0f\x81\xe5\x9f\x5a\x0c\x1f\x38\x45\x6e\xdd\x12\xad\x16\x85\x16\x5f\xe4\x1d\x3d\x1c\x5a\x1a\x39\x56\x2a\x0c\x77\x7b\xd1\xe2\xc5\xd2\x1c\x85\xb3\x73\xc3\x5a\xec\xdd\xd8\x57\xb1\xa1\xcb\x5f\x2d\x46\xed\x36\x50\xec\xeb\x94\xa5\x57\x96\x10\xad\xf0\x75\xf6\x13\xbd\xf5\x59\x7d\x15\x4e\x38\xdc\xd2\x1b\x54\xa6\x22\xff\xd2\xc1\x54\x6f\xdc\xc3\xb9\x72\x33\xec\x63\xf5\xfe\xf9\x68\x0e\xdd\x19\x13\x9a\x93\x0e\xef\x94\xd7\xba\xa4\x87\x62\xad\xaa\xd3\x4a\xb4\x13\x3f\x68\x2e\x13\xed\xb8\x73\x0d\x48\xe7\x7f\xec\x3b\x75\xe2\xc7\x8c\xee\xa3\xb2\x41\xb4\xf5\xf9\x3f\xf5\xfd\x2f\x9a\x2a\x47\xd9\x81\x2c\x2d\xe6\x05\xa4\x5e\x69\x4c\x79\xa5\xe3\x13\x9a\x51\xbe\x3f\xae\x8a\xeb\xa6\x44\x45\xb4\xa1\x91\x12\xaa\xdf\x81\xb2\xef\x9b\xd2\x58\x47\xc0\xc7\xa3\x33\xfd\xdd\x52\xa5\x2e\x85\xaa\xa9\x62\xbf\x19\xb6\x6a\xdd\x57\xee\x8b\x6b\x54\xd7\x62\x13\x13\xa5\x2e\x8e\xaa\x86\x36\xa3\x3a\x2a\x1f\x98\x19\x63\xd8\x6e\xba\x8e\xaa\x9a\x6d\x75\xd7\x2d\xee\xf2\x6a\xfa\x93\x17\x77\x39\xe7\xd7\x46\xbd\xa9\xb5\x61\x97\x96\xa1\xc9\xea\xf7\x2d\x0e\x76\x6e\x72\x30\x48\xa3\xcb\x84\x2d\x9d\x56\x9c\xee\xa8\x31\x75\xdc\xcb\x8e\xbb\x2e\x98\xa9\x0b\x63\xbf\x74\xec\x7d\xd7\x41\x7d\xfd\x58\x93\x0e\x97\xde\x54\xa9\xb9\x8f\xc9\xed\x90\x2b\x08\x2a\xcf\x47\x1a\xb5\x73\x16\x04\x65\x77\x19\xcf\x63\x70\x9f\xd6\xae\x82\xa0\x10\x35\x70\x4d\xab\x58\x41\x50\xd0\x1d\x10\xd4\x32\x5a\x10\xe4\x03\x07\xa8\xb7\xf0\x16\x04\xb9\xfc\x5f\x71\x20\xa0\x9e\xff\x36\xcc\xfb\xc9\xac\xe1\x3a\x48\x29\xfb\xf4\x29\xdf\x7a\xb4\xbc\x23\xe5\x1b\xf7\x07\x18\x7e\xa5\x71\xdf\xdf\x98\xb2\x48\xdb\x1d\x8d\x69\x85\xdd\x68\xc6\x3c\x09\x9f\xa5\x7d\x08\x5d\xf1\x2a\xee\x4f\xf9\x1a\x97\xf9\x03\x28\x12\xd9\x9b\x98\x69\x35\xb1\x03\xa6\xfa\x0f\xea\xdd\xb5\x9d\x62\xaa\xe5\xe2\x81\x33\xcd\xf2\x54\x83\xc6\xf5\x1b\xa8\x34\xc9\x4d\xdd\x6b\x64\xdf\x01\x0d\xe7\x7c\xd6\x78\x63\x7e\xaf\xff\xb4\x95\x3e\x0d\x1d\x07\x7d\xee\xb7\x2f\x78\x8f\xe6\xc6\x01\x4d\xfb\xba\x46\xff\xa9\xd5\xa1\xaf\x4f\x1f\xdb\x93\x7f\x6a\xcd\xec\x2d\xf4\x6e\x52\xd0\x55\xab\x5d\xaf\x3f\x7a\xf9\xde\xd8\xa0\x79\xb8\xd7\xda\x5e\x83\x5e\xac\x6d\x98\xda\xeb\x48\xaf\xd9\x3f\x9e\x6a\x3c\x31\xc9\x37\xde\x21\x08\xea\xe8\x79\xc8\x68\xb2\x20\xa8\x2e\xee\xee\xd9\xad\xa5\x20\xa8\x0c\x32\xbc\xd9\xe5\xbe\x20\x28\x4f\x30\xec\xde\x79\xb5\x20\x28\x5d\xe8\xfc\xae\x43\x8d\x20\x28\x9e\xbf\xed\xcb\x3c\x90\xb2\x40\x15\x42\x55\xf3\x1f\xea\xd0\x0c\x49\x3f\xd3\x8a\xfa\x33\xa5\xa2\x23\xf3\xbe\x8e\x74\xa7\x6c\xe7\x7e\x81\xf1\x71\x19\xff\x65\xbb\xfe\x00\x1a\x41\x1b\x56\x0e\x21\x9c\x6b\x6d\xe3\xe1\x84\x53\x2d\x76\x19\x4d\xb8\xbf\x6b\x21\x67\x95\xa6\x2d\x1d\x47\x3a\xf7\x13\xfb\x4f\x54\xd4\x08\x06\x46\x2d\x9f\xa8\xd0\xf6\xbe\xfc\xad\xc1\x1f\x27\xf4\xef\xe3\xa1\xa2\xd6\xef\xe5\xf8\x33\xe3\x93\xd5\x5a\xf6\x72\x1a\x6f\x33\x7b\x8c\xba\x4a\xcf\xb0\x71\x21\x4b\x77\xab\xa7\x76\xd7\x1b\xd7\x62\x93\x93\x86\x62\xd7\x1b\x63\xbe\x47\xf9\x6a\x0c\xe9\x7c\x6f\x8c\xf1\x89\x57\x1a\x9d\x3b\x75\x1a\x3d\x3c\xb7\x8b\x7a\x72\xc7\x2e\xa3\x66\x5e\x5d\xac\xde\xba\x83\xf5\xc8\xbb\x4f\xb7\xab\xb5\xee\xd0\x71\x64\xd6\xb7\x57\x2a\x37\xdb\x1f\x1c\xd6\x4d\x10\x94\x0f\x1b\xac\x1a\xec\x27\x08\x4a\x4e\x06\x5e\x03\xfa\x0a\x82\x92\x62\x9b\x0f\x7d\x2d\x04\x41\xb1\x8f\xfe\xf6\xde\x13\x04\x41\x61\xb3\x7e\x8a\x49\x81\x20\x28\x2c\xba\x9c\xcc\xb7\xc4\x0a\x8c\x9b\x13\x8e\xf5\x8b\xff\xa3\x6d\x48\xd9\xc1\x23\x66\xfd\x18\xff\xae\x18\x48\x7c\xa0\x5d\x03\x87\x11\xcf\x61\xdb\xc1\x51\x94\x6d\xdf\xd0\x62\x1c\xb5\xcb\x1a\x2b\x0b\x8a\x34\x4b\x2c\xad\xa5\xfa\xd6\x93\xa8\xff\xa7\xaf\xb2\xa5\x9d\xc9\xc4\x71\x76\x84\xb6\x0d\x9c\x30\xe3\x01\x2e\x03\x7d\x5a\xce\x4c\xd5\x33\x00\xba\xc7\xcd\xd8\xd0\xa3\xb5\xe2\xa5\xce\xe9\x33\x96\x8c\x8c\x57\x72\x69\x7f\x6c\x86\xf3\x8c\x0e\x4a\xa7\xda\x6e\x9e\xfe\xc4\x53\x5f\xa9\xa4\xf5\x8d\xe9\x23\x02\xb7\x2a\xad\x6e\x59\x6a\x77\x77\x57\x53\xc5\x67\x2d\x5c\xec\x2c\x8e\x29\x28\x36\xd3\x3b\x34\xed\x56\x76\xa1\xc2\x48\xbd\x89\xd3\xda\x56\x0c\x93\x2b\xd0\x73\xb2\xfd\xfc\xb8\x2f\xd0\x7c\xec\xd4\x0b\x5f\xac\x80\x26\x7f\xda\xd0\x3d\xde\xc6\x27\x2d\xe8\x5e\x9a\xb6\xe7\x38\x07\xd1\x36\xaa\x1e\xdd\x5d\xb4\x5a\x41\xc3\x73\xe9\xf5\xa6\xa1\x1b\x45\x2b\xe3\x3f\xc9\xf4\x7f\x4e\xa6\xf5\xa1\xbc\xe1\xd1\x09\x52\xfd\x27\x49\xff\x26\xe2\x06\xa3\x8e\xdb\x35\x2d\x48\x3f\x68\x43\xe1\x24\x9e\xff\x7a\xb6\x74\x02\xf1\xa6\xaa\xc4\x80\xdb\xe8\x59\x74\x3b\x7b\xd6\x05\x07\x42\x21\xac\x2f\x38\x12\xfa\x30\xbc\xe3\x1c\x42\x19\x7a\x04\xcd\xa3\xfb\x80\x06\x51\x6e\xe3\x35\xd7\x03\x2d\x9f\xcd\x2f\xeb\xd4\x57\x6e\x96\x5e\x2b\xb7\x65\x43\x6a\x80\x26\xf3\xdc\xb6\x4e\x75\x00\x74\x5a\xbb\x8d\x5d\x70\x02\xd0\x5a\x3c\x7f\xb9\x9f\x0b\xd0\xe0\xe1\xbc\x94\xf0\x19\x80\x86\xe6\xdc\xd2\xc3\x95\x80\xda\x4c\xd7\xa7\xe9\x2b\x00\xd5\x39\x73\xce\x5f\xea\x00\xa8\x8c\x76\xc9\xbf\xff\x0d\x50\x56\x77\x2e\x17\x07\x9e\x52\x53\x47\xd2\x85\x52\xb0\x98\xf1\x53\xb4\x72\x9b\x6d\xfb\x91\xcd\x9a\x4c\xf1\x53\x4e\xc5\x2a\x52\xa0\x98\x60\xe1\x26\xda\xcc\xe2\x1e\xe4\x47\x72\xf1\x00\xca\x5a\x26\x2c\x1b\x3a\x8d\xd7\xbd\x31\x94\x35\xdd\x35\x9b\xfd\x0e\x99\x3c\x39\x9b\xfd\x9f\x46\x9f\xf3\x69\x35\x93\xc6\xcb\xb2\x71\x8e\xa4\xde\xe0\xa6\xef\x42\xe3\xc6\x31\xc5\x95\xda\x63\x6a\xcf\xf9\x74\xcb\x74\xac\xdb\x42\x1a\x47\xfd\x42\x17\x51\x7b\x74\x68\x42\xd7\x02\xa1\xa5\xb6\x5c\x5f\x41\x0d\x50\xef\xbf\x5c\xaf\x55\x38\xa0\xdc\x73\x79\x9f\x3e\xd3\x00\xf9\x65\xcb\xfe\xb0\xa0\x9b\x94\xcb\xca\x5d\x28\xff\xbc\xac\xf1\x2a\xc2\xff\xbd\x87\x6f\x23\x4a\xca\xd2\x35\xb1\xf4\xfe\x92\x7d\x69\xb4\x32\x2d\x1e\x72\x9e\x98\x8c\x9e\xaf\x2a\x19\x81\x9c\xf2\x86\x66\xb2\xbb\x74\x7f\x79\xae\x03\x5b\xe7\x2d\x6c\xed\x25\xdd\x87\x59\x8d\xd9\xda\x39\x89\x36\xa5\x62\x70\x3b\xee\x7f\xd6\x39\xda\xff\xcf\x44\x9a\x17\x91\x55\x93\x69\x87\xb0\xad\x66\x06\xe5\xf3\x37\x5e\x99\x45\xfa\x30\x6b\xf5\x59\xff\x66\x69\xbc\x2b\x3d\xc5\xc2\x86\xf3\x69\x1e\x38\x1d\x5e\x48\x78\xe8\xb4\x4f\x1e\xd4\x0e\x16\x79\x4b\x08\xd7\x1f\x0a\xc6\xcd\x8d\x3d\x56\xd2\xdf\xb5\x7a\xb3\x86\x7e\x47\x51\x3b\xa0\x27\x47\xe4\x00\xa3\x66\xf3\x41\xc8\xba\x09\x8d\x40\xbf\x80\xf1\x14\xb1\xfc\x12\x9c\xc8\x1f\xbf\x32\x66\xd2\xf8\x9e\x09\xa2\x7b\xeb\xbe\x96\x31\xc4\xcc\x5a\xbb\x2f\xb9\x9a\x57\xa4\x22\xc2\x2b\x56\x47\xdc\xa4\x0a\x25\xab\x82\x5f\x50\xbb\xac\xd2\xf9\x41\x91\x69\xe9\x79\xf6\xd7\xe3\x18\xdb\x05\x12\xde\xeb\xca\xf5\x62\xe0\x42\x36\x61\xf9\x04\xe2\xad\xc4\xaa\x4d\xa6\x1d\xe2\xae\xcb\xd3\x08\x8f\xd8\x31\xde\x9e\xe6\xf5\xa6\x9e\xce\x34\xce\xd7\x6a\xcd\x23\x7c\x6b\x79\xd5\x42\xda\x59\x2e\x32\x58\x44\xe8\x81\xab\xc2\x62\x7a\xda\x99\x89\x4b\xa9\xdf\x27\x7d\x63\x5d\x98\xd1\x03\xb8\x8e\xcc\x40\x5d\x5f\xd2\x53\xea\x6a\xb4\x8e\x4e\x2c\x4d\xfc\x36\x48\x3b\xf2\x2d\xd2\x4e\x36\xe8\x0b\xe3\xbc\x41\xf2\xc6\x64\xb7\x2c\x1f\xab\xcb\xff\xce\x15\xa9\xb6\xac\x59\x4a\x88\xd1\x16\x7d\x56\x56\xd9\x14\xc7\xf7\xfd\x37\x3e\x38\x41\x67\xa3\x8d\x66\xb9\xe4\xcf\xfa\x70\xd6\xba\x0b\xac\x7e\x4a\xf8\xd7\xba\xa4\x2f\x84\x9c\xc9\xf8\x1f\x32\x5d\x94\x65\x1b\xd9\x2e\xe9\xc2\xd6\x53\x4d\xb4\x71\xdd\x27\xff\xe0\xfe\xe7\x7a\x58\xdb\xaa\x18\x66\xd9\xec\xcc\xfa\x20\xfe\xb6\x0b\x13\xd8\x7f\x4f\x62\x61\x2c\x32\x5b\x4c\x3b\xed\x79\xee\xcb\xa9\x1d\x66\xdb\xac\xa2\xfd\x84\xed\x7b\xd6\x4f\x98\x48\xb7\xef\xc4\x71\xc0\xb8\xb1\xc9\xab\x8d\xd4\x1e\xed\x6e\x05\x13\xbf\x44\x4b\x37\x44\xc2\x71\xc2\xa5\x15\x3b\x7c\x7f\x73\xe6\xc1\xfc\xec\x49\xca\xe7\x61\xfe\x3c\x32\xc3\x8a\x67\x52\xbb\x84\x45\x7b\x11\x03\x21\x4c\x71\x3d\x31\x1a\x43\x97\xb2\xe2\xc4\x0e\xad\x04\x3a\x13\x6f\x4f\xc8\xa2\x91\x17\x92\x52\x46\xbf\x1c\xb2\xe3\x11\xf1\x63\xb6\xfa\x72\x1d\x8c\x20\x79\xae\x77\x20\xd3\x45\xf1\x97\xea\xd9\xaf\xf5\xfc\xbd\x7d\xa2\xcc\x98\xef\x26\xd3\x01\xda\xb2\x73\x01\xe1\x2f\x81\x61\x9e\x84\xef\xfa\x28\x7b\xd3\xac\xf4\x06\xd7\x8d\x59\x90\xbf\x86\x98\xa7\xce\xed\xfc\xa8\xb7\x66\xb8\x07\x10\xee\x69\xed\xba\x9e\xc7\x81\xfa\x26\xd2\xd1\x1a\x74\x84\x79\x21\x3d\xc3\x58\x47\x41\xbf\x2d\xeb\x48\xa8\xe5\xcb\xf8\x30\xfb\xa4\x93\xfe\xde\xc1\x3c\x1e\xf6\x66\x1b\xd1\x8a\xb3\x77\xed\x48\x42\xd8\xa2\xbc\xed\xa8\x7f\xa3\x22\xdc\x09\x51\xde\xb3\x84\x99\x37\x7b\x82\xc3\x09\xa7\xdc\x53\x78\x84\x56\xe2\xdd\xdb\xce\x52\xe4\xd9\x35\xb0\x44\x8d\x7b\xb4\x72\x1d\xdb\x1a\x9a\xe1\x11\x6a\x42\x1d\x5d\x94\x60\x69\x7c\x6c\xce\x61\xbb\x7e\x27\xe7\x6b\x98\xd7\x17\xbc\xdb\x83\x66\xe5\xba\x2a\xae\x13\xe4\x73\x81\x51\x55\xef\x94\xd5\xc4\x17\xf2\x70\xf6\xeb\x24\xda\x39\x9f\xb8\x1e\x96\x4c\x0f\x67\x0a\x36\x53\x7c\x98\x60\x13\x4c\xfb\x89\x61\x83\xb7\xd3\xce\xb4\xaf\x31\xf7\x77\x57\xfd\x5d\xd4\x7e\x7a\x3a\xac\x17\xa2\xb4\x39\x5a\xca\x68\xc8\xf8\x30\x71\x9b\x9b\xd1\x3c\x3f\x18\x66\x44\xfd\x18\x77\x9f\x57\xa8\xb8\xcd\xb6\x92\x75\x5b\xc1\x96\x95\x97\xe2\xaa\x42\x69\x26\xc6\xf6\x60\xa5\x95\x58\xfb\x53\x84\x57\x1d\xd8\x52\x4c\x3b\xfc\xfd\x41\xb7\x69\xfc\xc4\x2c\x7c\x41\x8c\xaf\xe8\x8a\xef\xb4\x62\x47\x49\xfd\x1f\x29\xd5\x7f\x08\x13\xd8\x86\x04\x52\xbe\x6a\xe4\x62\x3a\x61\x6e\x48\x5b\x46\x3c\x30\x7f\x42\x13\x80\x15\x61\x7e\xd4\x1e\x9e\x61\x3c\xbe\xe7\x25\x4a\x7a\x38\xef\xb7\x12\x1f\xc0\xee\xf1\x56\xda\x47\x4c\x8a\xe6\x7e\x1e\xe3\xce\xec\x8c\x41\x6b\x76\xd1\xec\x36\xa9\xd8\x43\xed\xd4\xc1\x29\x9a\xe6\x91\xee\x81\x58\xfa\xbc\x42\x38\xe3\xa7\xb5\x7c\x98\xe3\x8a\xcd\x98\xff\x12\xdd\x9d\xc6\xf5\xb1\x3b\xc3\x98\x07\x13\x3d\x95\x66\x5a\x82\xef\x5c\xe2\x0b\x1d\x6b\xbb\x3a\x84\x6d\x08\x31\x75\x8f\xf5\x8d\x21\x65\x95\xa3\xfb\x4f\x12\xf3\x20\x41\xbf\x90\xce\xc2\xf1\x9d\xaf\x51\x64\x8b\xcf\x78\x4e\x2b\xc0\x11\xbd\x4f\x84\x13\x1f\x92\xf8\x1f\x32\x5e\xcc\x3e\x49\x27\x66\x37\xf1\x00\x36\xa5\xad\x64\x3d\x2c\xa9\x1e\x98\x4f\x27\xd6\x7b\x5a\xfc\x75\x13\xeb\x5f\x7c\x08\xa6\xf9\x32\xe7\xe9\x36\x42\x17\x67\xe4\xec\xa0\xd6\x9e\x3a\x2e\x82\xf6\x51\x16\x93\x77\x53\x2f\x0c\xeb\xc1\xfc\xa7\xfe\x9f\x98\x07\xd4\xa3\x8a\x59\x1a\x06\xce\x07\xc9\x6f\x9d\x96\xf1\x79\xec\x77\x92\xb4\x73\x4f\xbd\x0e\x1a\xbf\xa9\x5f\x9a\x52\x9d\x93\x54\x8b\x6e\x34\x8f\x53\xbb\x0d\xa1\x95\x39\xc5\x9a\xf9\x0f\xa9\x7a\xbc\x12\xa7\xca\xad\xa4\x91\x99\x5c\xc9\x0c\x9d\xd4\xce\xfb\x08\x07\x4d\xf6\x38\x41\xfe\x26\xd5\x9c\xa3\x08\x94\x64\x5f\x46\x38\x66\x92\xd9\xc3\x19\xfc\x7b\x1f\x88\xe1\x7d\x42\xe2\x81\x1c\xad\xe6\x78\x51\x97\x17\x13\xe0\xe6\x4f\xe7\xa5\x35\xfb\x99\xdf\xb7\x4c\x9f\xe3\xb8\x8c\x07\x24\xab\x8b\x35\x3b\x96\x79\x21\x76\xd3\xf7\x10\xbb\xc2\xda\x81\xf9\x30\xe3\x26\xc5\x50\xe6\x65\x68\x65\x1c\xcd\xd2\x3e\x89\x87\x28\x9e\x1a\xfa\x33\x2f\x44\xdf\xf2\x04\xc5\x19\xad\xe2\xe4\x46\xec\x7f\x9a\x74\x32\xcf\xfc\x00\xda\xa1\x64\x46\x34\xe1\x93\x5c\xc7\xae\x12\xef\x65\x30\xcd\x83\x8c\x61\xd6\xd4\xb2\x19\x87\x98\xb1\x9a\xf1\x65\x19\x55\x9c\xc9\x2c\xde\x44\x4c\xcf\xf4\x73\x5c\x4f\x2b\xe3\xfb\x71\x8a\xd8\x19\xda\xac\x4c\x70\x36\xec\x12\xfd\xe2\x99\xaa\x3f\xe8\xf5\x69\xbf\xd7\xd4\xf2\x67\x02\xfe\xa6\x13\x51\x4a\x81\x40\x0a\x92\x89\x52\x1d\x8c\x63\x54\x07\x62\xed\x86\x4d\x74\xf3\x60\x85\xe3\x56\xda\xff\xfd\x37\x1e\x90\xbd\xe7\x3e\xe2\x35\xd8\x6e\x3c\x40\x6a\x23\x96\xc6\xdc\xdf\xa3\x76\x1c\x26\x16\x97\x4c\x17\xc7\x34\xf9\x04\x65\x22\x3a\x0f\x3f\x49\xe3\xa7\xc5\x5b\x56\xa9\x68\x30\xec\x8c\x34\x0e\x64\x7c\xa0\xdc\x97\x7c\x83\x25\xdf\xad\x09\xcd\xc8\x82\xc6\x9d\x69\x5d\xcc\x4b\x34\xa3\xad\x56\xde\x6c\x0b\x8a\x17\xf9\xb7\x67\xd3\x8a\x93\x9f\xb3\x84\xe2\x48\x7e\xe6\x7a\xaa\x07\x93\xef\x15\x49\x8a\x35\x79\x73\x8f\x50\x5c\xcd\xfd\x74\x96\x3e\x9f\x97\xcc\x4a\x0c\x39\xd1\xb7\x69\xfe\xe4\x8c\x7a\x49\xbc\xca\xec\xfd\x5f\x69\xfe\x64\x4a\xeb\xc5\xd9\x30\xc6\xfd\x53\xa9\x3e\xce\xea\xad\xcc\x6b\x5c\xf2\x17\xcf\xef\x5f\x3c\xa0\xd8\xbd\x54\x47\xca\xb1\xfd\x7e\x3a\x77\xcd\xc8\x3b\x48\xbd\x62\xb3\x2d\x9e\x32\x76\xe3\xbf\x30\xef\x6b\x44\x58\x12\x45\xad\x81\x3d\x4e\xd2\xf8\xe8\xa9\xc1\x7e\x77\x2a\x63\xbf\x9b\x7f\xce\xa0\x79\xa6\x11\x74\xae\x29\xfb\x2f\xab\x17\x75\x61\x22\x8f\x87\x92\xe5\x3a\xf4\x97\x17\x5b\x76\xa6\x9d\xfb\x45\x0f\xae\xec\x7a\xd1\x63\x02\xcd\x8b\x0b\x59\xb3\x68\x47\x5e\xe2\xe8\xb5\x93\xdf\x0f\xa0\xf8\x78\xb1\x78\xa7\x2e\xdb\xc3\xc4\xe8\xb9\xb8\x28\x8d\x76\x3a\xe7\x3d\x8b\xe8\x09\x8b\xcf\x5f\x27\x1d\xaa\xa2\x39\x55\x34\x5f\x8a\x0b\x3e\xd2\x88\x2e\x7c\x2d\x90\xae\x48\x9e\x92\x40\x71\x83\xf9\x42\xcb\x36\xd6\xe5\x01\xb9\x6d\xd8\x4f\x51\x46\xc6\x03\x9a\xe5\x70\x84\xe2\xa3\x6d\x15\xf7\xb7\x55\xd6\x09\xea\x85\xb1\x01\xc9\x94\x8f\x19\x0a\xd6\x49\xe9\x7b\xf2\x34\xad\xb7\x46\x85\x99\x34\x9a\x3b\x84\x67\x93\x57\xcd\x77\xe7\x53\xd4\x53\xfd\x5a\xb4\x84\xfd\x2f\x49\x63\x5b\x21\x65\xf8\x2a\x82\xb4\x29\x42\x95\x57\x71\xc6\xa2\xac\xba\xdf\x53\xfe\xf7\x71\x94\x2b\xac\xf8\x8b\xf9\x0f\x57\xe0\x4e\x23\xb7\xec\xe6\x5a\xda\x7f\x56\xa8\x87\x52\x4f\x94\x27\xed\xa7\xf9\x5e\xde\x3d\x85\x76\x68\xe5\xa1\xf9\x94\x5b\x2e\x37\xbe\x4a\x4c\xf8\xf2\xa5\x55\xd4\x13\x97\x84\x1a\xbe\x59\x62\xf9\x83\xc6\xdb\xc5\x2b\x3c\x2e\xb8\x7e\x92\x57\xf5\x3e\xda\xad\xb9\xfb\x72\xfd\xbb\xb9\x6f\x0f\xd3\xfe\xd8\xe1\xe7\x51\x8a\x7f\xd3\x0b\x4f\xb0\x6e\xa0\x54\x1f\x6b\xe2\xfe\x53\x34\x0f\x46\x15\x72\x7f\x0f\xca\xce\xa0\x75\xa1\xf7\x96\x2c\x9a\xd5\xdd\xf3\xf2\xe8\x57\x0c\x9e\x16\xd2\xac\x6d\xa2\x7c\x81\x76\x3b\x6a\x0f\x2e\x49\x19\x4e\x19\x1f\x48\x96\xf9\xbf\x95\xd4\x88\xc6\xf3\x2d\xe3\x76\x14\x91\x6e\xde\xee\x43\xcf\x7d\x33\x73\xcc\x68\x7e\x7f\x5a\x32\x5b\xe6\xcd\xdd\x32\x5e\x43\xfd\x7c\xab\x2a\x84\xda\xed\xd6\xd6\x18\x9a\x2f\x37\x1f\x25\x52\xfb\xdd\xbc\x99\x4b\x19\x91\xeb\x1f\xb8\x72\xcd\x0d\xfb\x7b\x74\x42\xba\x1e\x5f\x4d\x2b\xf8\xd5\x0a\xae\x13\x53\x5e\xc5\x3c\xa1\xb2\x0b\x32\x3c\x4b\xc6\xff\x30\x7c\x5a\xcb\x83\xf8\xbb\x0a\xe8\x92\x06\x7c\x8c\xe7\xd7\x35\x1b\x01\xc3\xf1\x40\x75\x77\x71\x6f\xf4\x1b\xde\x7f\x00\xe8\xbf\xbb\x56\xd7\xff\x8a\x07\xdf\x57\x95\xd5\xb1\x2f\x79\x03\x4c\xb9\x56\xab\xe7\x9e\xff\x4e\xdc\x83\x00\xd9\x6f\x01\x77\x4f\xc6\xa9\x57\xcc\x04\xb2\x86\x03\xeb\x8c\x81\xac\x30\x20\xc4\x99\xef\xbd\x46\x56\x01\x99\x97\x80\x83\x4f\x6a\xef\xbb\x67\xc5\x00\x39\x6d\x81\xac\x3c\xe0\xd2\x0c\x20\x4b\x8b\xef\x92\x9e\x2b\x02\x5e\xbe\xad\xad\x03\x92\xee\x58\x8f\xff\x90\x5f\x0f\xff\x97\xf4\x0f\x64\xf7\xc0\x7f\xe7\x7d\x90\xde\xc5\x4f\xa0\x43\x23\xe6\x7f\xb4\x8d\xab\xe5\x3d\xbc\x1d\x2e\x9e\x11\x80\x97\x56\x40\x77\x05\xe0\x91\xd8\x1e\x3d\x81\xca\x1f\x80\xa9\x3f\x70\x4b\x13\x18\x70\xa1\xb6\x1d\x2e\x69\x03\x63\x0f\x70\x7d\x0a\x1b\x25\xe6\x73\x4c\x6f\x02\x88\x7d\xe5\x1c\xc4\x78\xbd\x78\x52\x39\x73\x17\x58\xfa\x09\x38\xed\x04\xf8\xfa\x01\x69\xff\x00\x5b\x46\x30\x66\x13\xe1\x07\x9c\xf9\x06\xc4\x7d\x02\xce\xae\xe4\x76\x38\x3b\x93\xef\xf5\x66\x64\x02\x97\xdf\x03\x99\xeb\x80\x7b\xd1\x1c\x7d\xab\x53\x6a\xeb\x80\x9c\x92\xf0\xcc\xa4\xa0\x7a\xf8\xbf\x84\xff\xc6\x8d\xad\xc7\x7f\x38\x0a\xb4\x4b\xaf\xe5\x7d\x88\x31\xb4\xd5\x00\xe0\xfb\x62\xd6\x79\x78\xa7\x0e\xb4\xdd\x09\xbc\x5e\x09\x18\x6c\x02\x9e\x99\x03\x9d\x97\xb3\x26\x49\xd7\x3c\xe0\xee\x26\xa0\xa7\x27\x70\xd3\x8d\xeb\xe5\x94\xd7\x30\x3e\x51\xba\x86\xef\xf9\x17\x35\x02\x2c\xe4\x80\x3c\x1d\xc0\xf6\x13\x90\x73\x05\x70\xf2\x03\xce\x5a\x03\x6e\x6d\x19\xc3\x5e\x1a\x2f\xee\x22\x98\x1f\x94\x6a\xc6\x9a\xe4\x29\xad\x80\x9d\x72\xc0\x29\x1b\x20\xae\x17\xe3\xd9\x49\x35\x8c\xe5\x88\x63\xe8\x4c\x10\x50\xe6\xce\xaf\xef\x16\x00\x67\x1b\x01\xd5\xb3\xb9\xfd\xfe\xce\xab\xe5\x01\xd5\xf7\xff\xff\xc2\x7f\x10\xed\xcf\xd6\x8c\x43\xc9\x78\x0f\x1f\xf6\x01\xcd\x55\x78\x1c\xb4\x28\x06\xaa\xec\x81\x36\x6d\x98\x07\xd5\xbe\x3f\xe3\x9c\xdd\xac\x80\x1b\xd7\x01\x93\xc3\xc0\xe5\xd1\xc0\x80\x49\xc0\x85\x1e\xc0\xb0\x7f\x80\x7c\x39\x60\xfc\x55\x20\xf7\x28\x30\x55\x07\xc8\x08\x01\xc4\x13\x4d\x9a\x2e\x30\xd7\x8c\xef\xfb\x7a\x15\xf3\x7d\xef\xd5\x43\x81\x44\x0b\xf1\x24\x09\x24\x35\x03\xc2\x8d\x80\x93\x11\xc0\x81\x34\x20\xa9\x37\x70\xe2\x1a\x70\x32\x9b\xfb\x3c\xf9\x06\x70\xf9\x3a\x20\xae\x4e\xf7\xac\x80\xd4\x3d\xc0\x9b\x4b\x40\x6a\x30\x20\x74\xff\x0d\xff\x97\xc6\xff\x7e\x09\xd7\xda\x2b\xdd\x67\xfd\x37\xfd\x07\xd2\xfb\x90\x78\x1f\x32\xfb\x49\x1d\xd0\x8a\x01\xde\xef\x00\xb4\x5f\x01\xcf\x77\x02\x8d\x67\x03\x8f\x7c\x81\xe6\x5f\x80\xbb\xf7\x81\x36\xc1\xc0\xad\xf7\x40\xa7\x30\xa0\xfc\x29\xd0\x7d\x0f\x70\xb1\x0c\xe8\xa3\xcf\xab\xe3\xa0\x6c\x20\x67\x1e\x30\xa6\x03\xf3\x5b\xac\x2f\x00\x69\x6d\x81\xe9\x4f\x81\x93\x69\x80\xb3\x38\x6f\x1f\x00\xee\x69\xc0\x09\x67\x60\x55\x04\xd7\x2f\x09\x8c\x00\x12\x5c\x81\x50\x4f\x20\xde\x05\x88\x6e\x0a\x1c\xb3\xe0\xbb\xd1\xc7\x3f\xb1\x56\x86\xf8\xff\x97\x04\x20\x31\x00\xf8\x43\xe0\xd7\xd5\x02\x70\xc2\x14\xf8\xb9\x0f\x88\x1f\x5d\xcf\xff\x7f\xea\xf1\x1f\x1a\xd5\xc5\x83\xc5\xff\x74\x52\x38\x2e\x34\xdc\x03\x7c\x9d\x0d\xa8\xfd\xc3\xba\xe6\x2a\x47\x80\xea\x3c\x40\x2d\x09\x78\x3e\x1b\x50\xbf\x01\xdc\xef\x0e\xe8\xec\x02\x6e\x19\x00\xcd\xc2\x80\xab\xf7\x01\xfd\x81\xb5\x75\x1e\x2e\x6c\x00\x7a\x5a\x00\xb9\xa1\x8c\x73\x67\xa5\x02\x23\xda\xb3\x56\xbf\xb8\x1f\x10\xfb\x73\xaa\x1f\xe3\x5e\xe2\xfc\x90\xe1\xfe\xf1\x02\xe8\x44\x7b\xc4\x9b\xf1\xcd\x23\x72\xc0\x0e\x7b\xe0\xa0\x1b\x63\x81\x87\x67\x01\xc7\xdb\x30\x4e\x98\x35\x04\x38\xea\x00\x94\xeb\xb0\xbd\xe7\x00\xc4\x9f\x00\x5e\xbf\x07\xe2\x25\xfe\x43\xac\x42\xdd\xfe\xff\x55\x07\xc3\xbf\x2e\x0f\x40\x86\x87\x0b\x92\xde\xc7\x3f\x31\x80\x9c\x31\xeb\xbf\xc0\x13\x78\x9b\x09\xc8\x2f\xad\xc5\xbb\x1f\x9f\x04\x14\xcf\xd7\xf2\x1e\x6e\x3f\x01\xb4\x03\x99\xff\xd2\xf4\x03\x70\x21\x1a\xd0\xbf\x02\x14\xbc\x02\xba\x1c\xa8\xd5\x3b\x38\xdb\x0e\x30\xbb\x0f\xa4\x0e\x00\xc6\x2d\xe5\x7a\x16\x53\xc0\xfc\x0e\x71\x7e\x1c\xee\xc5\xb8\xff\xa1\x1d\xc0\xf2\xd9\xac\x09\x23\xb6\xc3\x81\x79\xc0\xb6\x4a\xe6\x73\x89\xed\x10\x97\x04\x24\xca\x01\x07\x63\x81\xec\x53\xfc\x39\x71\x3c\x88\xf6\xbe\x3e\xaf\x29\xef\x4e\xd5\xc6\x7f\x99\xff\xb2\xba\x2f\x3b\x96\xd4\xe3\x01\x58\xfd\x3b\xff\x41\x86\xfb\xbf\xd7\x61\xfb\xf6\x1e\xdb\xfa\xbc\x87\xbb\xab\x6a\x57\x7f\x85\x42\xe0\x72\x32\xa0\xf9\x98\xf9\x4f\x4d\xab\x80\x73\xef\x81\x76\x5a\x40\xe6\x65\xc0\xe8\x0e\x90\x1a\xcd\xf5\x1e\x8e\xb7\x04\x86\x69\x00\xf1\x1d\xc5\x3d\x39\xd7\xaf\x98\xae\x03\xc4\x35\x05\xe6\x2d\xe7\x3a\x16\x4b\x7e\x02\x31\xdd\x01\x7f\x05\x20\xda\x13\xd8\x16\xc2\x96\xfe\x93\xf4\x0f\x44\x9b\x55\x08\x44\xbf\x01\xca\x82\x81\x98\x48\xe0\xc1\x21\xd6\x4b\x10\xd7\xb6\xbd\x7f\xd5\xe5\xbf\xc8\xfa\x7d\xf3\xfd\xba\x7e\xfb\xd5\xe3\x03\xfc\x07\xef\xa1\x1e\xff\xa5\x3e\xef\xe1\x56\x10\xdb\xcb\x12\x9e\x7b\xbe\x31\xa0\x38\x92\xf9\x5f\x62\x7b\x64\x66\x01\x7a\x39\x1c\xff\x3b\x64\x00\x27\x26\x00\x3d\x1f\x03\xf1\xd9\x80\x99\x07\xeb\x5c\x88\xf3\xe3\x80\x1d\x30\x6d\x20\x73\xe2\xe6\x8c\x66\x3d\x87\xc5\xfa\xc0\xee\xc7\x80\xef\x38\x60\x77\x14\x10\x72\x1c\x88\xec\x09\x44\x3d\x07\x22\xef\x03\xc7\xaa\x80\x5d\xc5\x40\xf6\x64\x60\xb7\x36\x50\x16\x00\xec\x7a\x0c\x54\x39\x01\xbb\x6d\x80\xcf\x83\x6b\xe7\xbd\x4c\x07\x62\xe3\x84\xba\x7e\xff\x37\x1d\x88\xff\x9f\xee\xc7\x7f\xab\xf7\x71\x59\xda\x15\x16\xac\x66\x9b\xbd\x08\x90\x3f\x09\x9c\x0a\x00\x1a\x79\xf0\x1a\xd7\xca\x03\x38\x3a\x03\xe8\x5a\xc4\x7c\x17\x71\x5d\x15\xfb\x76\xa4\x39\xb0\xa7\x17\x30\x69\x05\x10\xb1\x12\x70\x88\x02\x76\x36\x07\x3c\x0c\x99\xc7\xe3\xe3\x01\x84\x16\x02\x5b\x27\x01\x3b\xca\x80\xa8\x01\xfc\xfa\x84\x35\xf3\x1e\xb2\x5b\x01\x61\x53\x80\xf2\x11\x40\xd8\x64\xe0\xb1\x16\xb0\x63\x3a\xf0\xa5\x55\xed\xb8\x5f\x3f\xbe\xae\xdf\xab\xbd\xeb\xf1\x20\x1e\xd5\xe5\x03\xd4\xe7\xbf\xd4\xc7\xfd\xef\x3e\xaa\xbb\x0b\x96\xe9\x5e\x9c\x97\xda\x29\x47\x8d\xed\x59\xde\x96\x23\xf1\x2d\xa0\xa4\xc3\xfe\x37\xde\xcf\xe3\xbf\x6d\x39\xd7\x6d\x32\xf6\x00\xf6\x14\x02\xe6\x56\xc0\x4e\x07\xc0\xc2\x0f\xd8\x56\xc3\xd8\x7b\x48\x03\x60\x81\x0f\xb0\x55\x8e\x75\x41\x82\xc3\x81\xa0\x4d\x40\xd0\x7a\x20\x6a\x28\xb0\xe5\x27\xf3\x8b\x37\x7e\xe6\xbd\xe5\xa6\x23\xc0\xe5\xb9\xc0\xa6\xd1\xc0\xc3\x17\xc0\x86\xbb\xc0\x47\x3b\x20\xe0\x36\x73\xde\xd6\x1c\xa9\xeb\xf7\x2f\xdd\x8b\x84\x7f\xe7\x41\xd4\xd7\xbd\x78\xb6\x96\xed\x1f\x12\xef\xe3\xa6\xa4\xf3\x51\x21\xa9\xea\xca\x74\x1f\x0a\x02\xd9\x66\x36\x60\x2b\xe3\x7f\x1c\x95\xd4\x35\xc5\x53\x9a\x4a\x23\x1e\xf7\xcd\x92\x79\x8f\xdc\xc5\x83\x75\x3c\xc4\x78\x11\x72\x12\x18\x53\xc1\xfe\x4d\x33\x05\x36\x1c\x03\xe6\x7a\x02\xeb\xcd\x80\x15\xdb\x39\x56\x6e\x2e\x06\xc4\xb3\xa5\xd8\x76\xfe\x76\xac\x9d\xe3\xfb\x05\xc8\x9a\x09\xac\xdd\x07\x94\x5e\xe1\xb1\xf3\xc0\x1f\x58\x33\x05\xf8\xb3\x2f\xb0\xf2\x53\x5d\xfe\x87\x4c\xef\x43\xe6\xaf\x4c\xf7\xc2\x41\xd2\xc8\x9a\x25\x7d\xee\x6d\xeb\x7f\x9f\x07\xb7\x25\x3f\xaf\xc8\x4e\x89\xd2\x7c\x28\x94\xea\xa1\x64\x3a\xb0\x3d\x25\x7d\x5e\xc6\xff\x38\x2c\x55\x21\xe6\xd3\x1b\x10\x51\x0c\x34\x74\x01\xb6\x2f\x04\xda\x58\x01\xc1\x7f\x01\xc6\x0f\x81\x0d\x4f\x80\x61\x1e\xdc\x7f\x36\x5f\x00\x3f\x2b\x60\x8e\x2b\xb0\xc6\x19\x58\xa6\x06\xac\x3a\x0b\x6c\x2c\x01\x56\x0c\x04\x76\x6d\x03\x96\x77\x61\x5e\xad\xb7\x2d\x20\x9e\xe4\x97\xa4\x02\xa5\x2f\x58\x6b\xe8\x8f\x44\xc0\x2b\x13\x78\xf7\x06\x58\xb4\xa5\xae\xdf\x8e\x95\x75\xfd\x9d\x26\x71\x86\xa7\x6e\xaa\xcb\x83\xa8\x3f\x0f\x2a\x97\xb2\xbd\xe6\x5f\xcf\x7f\xe9\x73\xe7\xe2\xd8\xca\xf8\x1f\xb2\x2c\xdb\x51\x5d\xb6\x32\xfe\x47\xa4\x0b\xdb\xad\x59\x80\x5c\x63\x60\xd3\x37\x40\xf7\x06\xb0\xce\x1e\xe8\xbc\x0b\x58\x9b\x03\x0c\x8c\x00\x56\x9d\xc0\x64\x8b\xc3\xc0\xb2\x21\x72\x0e\x8e\xf2\xc0\xe2\x22\x79\x83\x25\x76\xc0\xa2\x3b\xf2\x3d\xd7\xf7\x01\xdc\x67\xcb\x95\x45\x1c\x04\x16\x4c\x97\xeb\x79\x64\x1c\x30\x5f\x13\x7f\x9c\xb9\x06\xcc\x5d\x04\xc3\x8b\x5d\x00\xd7\x36\xc0\xdd\x43\x80\xcb\x57\xe0\x8d\x06\xe0\x3c\xa0\xae\xdf\xb6\x76\x92\xbf\x2d\xd9\x4e\x94\x78\xd5\x13\x76\xb3\x1d\x23\xed\xbb\xeb\xf3\x5f\xae\x8f\x64\x5b\x9a\x54\xd7\xff\x6c\xe9\x76\xdd\xe9\xac\xba\xfe\xc7\xbf\x54\x18\x47\xfe\x9f\x53\xa5\xac\x40\x64\x95\x1a\xe1\xc6\x5b\x5d\x35\xc8\x06\x36\xd4\xa0\xfc\xec\xaa\x6f\x0d\x36\x6b\x98\x00\xde\x23\xb5\x82\xda\xd8\x01\x9e\x9d\xb4\x8f\xf6\x4a\x05\x16\xf8\x35\x6e\x3a\x66\x0b\x30\xd7\xb2\xf1\xd7\x19\x29\x80\x73\x8c\xae\x83\xc7\x24\x60\x76\xaa\xee\x60\xbf\x58\xc0\xbe\x6b\xe3\x6f\xa1\x01\xc0\x8c\x8a\xc6\xc9\x71\x2b\x01\xbb\xbc\xc6\xba\xa7\x1c\x81\x69\xd6\x3a\x86\x45\x39\xc0\xd4\x93\xda\x6b\x6e\x3e\x00\xa6\x58\x36\x1a\xf2\x52\x09\x98\xdc\x4b\xab\xf4\xc7\x16\xc0\xb2\xbc\x21\xe5\x61\xc7\x59\x69\x90\x5e\xf7\xc8\x87\x2a\xca\xa2\x1d\xde\x4f\x89\xf4\xfd\xcd\xdb\xc9\x7d\x14\xa4\x3b\x02\xa2\xad\xec\x2d\xc5\x81\x17\x75\xfd\x2f\x92\xf4\x92\x32\x6b\x58\x17\xe4\x94\xa0\x42\x68\x42\x62\x5e\x03\xc2\x3f\x0f\x6b\xea\x10\x0e\x11\x7d\x9d\xab\xb1\x87\xc7\xeb\xd1\x8a\x13\xec\xd3\x92\xf2\x99\xfe\x29\xfa\x34\xa2\x96\x57\xb1\x5d\xa0\xd1\xe6\x9c\x5c\x3e\x30\x67\x62\xbb\x09\xcd\x9a\x00\xf6\x45\xed\x66\x19\x46\xca\x1f\xb2\xdb\xd4\xbe\xd5\x90\x74\x85\xa3\x93\xe3\xdb\x0f\xb5\xb1\x51\x8c\xb6\xda\xd9\x5e\xce\x35\x58\x69\xed\xc4\x26\xed\x56\xad\x9c\xaf\xdc\x67\xec\x47\x83\x6b\x41\x97\x94\x33\x46\xfb\x1a\xe8\xee\x9b\xad\x22\x37\xb2\x55\xdb\xb5\x89\x31\x2a\x2d\x86\xa7\xb5\x09\xc9\x35\x57\xbe\x3a\x6c\x41\x1b\xc5\x2b\xd9\xca\x1e\x43\xbd\xf5\x57\x3d\xd1\x52\x4a\x31\x7f\xaa\xaf\xf9\xb5\xb7\xe2\x9e\xc1\x96\xad\x15\x04\x41\xc1\xbd\x7f\x66\x4b\x7d\x41\x90\x37\xe9\xb7\xb1\x69\x07\xd1\xdf\xde\xdf\x1b\xd3\xfd\x55\x53\x85\x46\xbb\x44\x6b\x1c\xab\x39\x59\xb4\xb7\xa4\x7d\x94\x8c\xff\x51\xec\xcc\x7e\x67\x05\x2b\x13\xce\x75\xea\x01\x57\x53\x4e\x94\x6f\x4a\x3b\x8b\x5f\xfc\x97\x0f\xed\xa8\x05\x43\x97\x75\xa1\x2c\x51\xd0\xa4\x6e\x84\xeb\xf8\x3f\x63\x82\xcd\xf2\xc9\x3d\x09\x47\x5f\x50\x63\x4c\xb7\x65\x66\x8d\x33\xa1\x9d\xd9\xe4\xcd\xbd\x8e\x37\x4c\x07\x2c\x34\x7a\x6b\xb5\x1b\x2f\x3f\x6b\xf4\xca\x5e\x2b\xfa\x1a\x29\xcd\x18\xd6\xa3\x57\xc0\x04\x15\xe5\x87\x66\xc3\x7b\xa9\x39\x44\xa8\x1a\xf6\x6f\x60\xda\x69\x71\x81\xda\xb0\xde\x86\x26\xb9\xeb\x13\xd4\xad\x4d\xe6\x1b\xaf\x8d\xcc\x51\xff\xa3\x27\x7a\x06\x1f\x5d\xab\xa1\x64\x64\xd5\xc3\x29\x73\xa2\xfa\xe5\xee\x9d\x8d\xce\x5f\xfa\xa6\xee\xd6\xcd\xcf\x48\xfb\x41\x1f\xb5\x94\x6e\xe3\xba\xdf\xf9\xe0\xa7\x1a\x6a\xe8\xda\x2d\x41\x10\x94\x1f\x74\x19\xdd\xa5\x9b\x20\x28\x5d\xea\x68\xd2\xb1\xa5\x20\x28\x46\xb4\xfb\x7f\x94\x7d\x77\x54\x55\xd7\xf3\xfd\x06\x6c\xd8\x45\xb0\xa1\xd8\x11\x0b\x82\x5d\x10\x14\x05\xb1\xa0\x74\x11\x44\x10\x50\x54\x90\xde\x41\xa5\x09\x48\x2f\x8f\x22\xa2\x54\x95\xa2\x82\x80\x88\x1d\x0b\x96\x58\x31\x1a\x6b\x6c\x58\x62\x12\xa3\xd1\x24\xfa\x31\xb1\xf0\x5b\x77\xe6\x3e\x10\x4c\xd6\x77\xfd\xfe\xc8\x3a\x01\x9e\xef\xbd\x39\x77\xce\x9c\x39\xb3\xf7\xd9\xf3\x61\x98\x6b\x53\x93\x5c\xf1\xb0\xc1\x43\x0a\x9a\x9a\xe4\xfa\x0f\xc9\x18\x3c\xb5\xa9\x49\x36\xb7\x99\xff\xf2\x5c\x96\xbe\xf7\xd1\x1e\xdd\xa8\xde\xb6\x7f\x58\x3f\xaa\x7e\x4a\xfb\x1f\xe5\x37\x8d\xa2\x5b\x4e\xd9\xdf\xf1\x6d\xd3\x14\x4f\x0d\xba\xdf\x1e\x6b\x31\x99\xea\x9b\xe1\x97\xb8\x7f\x8c\xff\x23\xe6\x85\xb8\xa6\xcc\x24\x8f\xb2\xdf\x3f\x8b\x75\xef\x1f\xcc\xa6\x6e\xc9\xb3\x7f\x35\xd0\x96\xcb\x02\x74\xe6\xce\x1d\x33\x60\x34\x32\x27\xff\x64\x10\x35\x3e\xbd\xdd\x50\x8d\x70\x03\x37\x83\x81\xed\x93\xc7\x6a\x19\x8c\xb2\x7e\xd4\x61\xf2\xa8\x40\xfd\x6a\xb7\x9f\x3a\xa4\x8c\x70\xd1\xef\x12\x1e\xde\xa1\x66\xe8\x2f\x73\xec\xd3\x5d\x3b\xe4\x0d\xe9\x37\x7b\xd9\xae\x90\x0e\x4e\x2a\x19\x7a\x67\x0f\x2e\x6e\xff\x6e\x50\xde\xac\x57\x17\x4c\xda\x07\x0f\xbc\x37\xab\xc7\x8f\x66\xed\xce\x0e\xd4\x99\x99\xf8\x7a\x81\xdc\x0f\xca\x5b\x75\x4d\x9a\x9a\x64\xf3\x07\xac\xd5\xea\xd4\xd4\x24\x53\xd2\xff\xd8\xe4\x1f\x9b\x9a\x50\xaa\xf4\x7e\xc2\x66\xe1\xf9\x2b\x79\x6a\x90\xee\x41\xef\xb1\x63\x49\xc7\x59\xaa\xff\xd3\xcc\xff\x89\x56\x21\x3c\xaa\xec\xc1\x48\x39\xb6\x9f\xd5\xd6\xb3\x2e\x4c\xa6\xaa\x66\xca\x21\x2d\xaa\xf3\x6f\xf6\xd1\x21\x9d\x9c\x30\x47\x7d\xaa\x9a\x06\xd8\x71\x37\xfa\x75\x7a\xf3\xe9\x7d\xec\xdf\x1b\x11\x5a\x6f\x51\xc6\x7a\x02\x06\xef\x4c\x29\xf2\x4c\xba\x6e\x41\x28\xe6\x98\xbe\x96\xe1\xbd\x14\x80\xe1\xe6\x96\x33\x46\x0d\x92\xd5\x51\xb9\x67\xb9\x53\xf7\x17\xd9\xe5\xca\x8b\x2d\x73\x2c\xaa\x64\xde\xf6\x3f\xb8\x64\x9c\x8b\x3d\xd0\xe7\x2f\xcb\xfc\x8d\xba\x40\xef\xab\x16\x25\xa9\x63\x01\x85\x28\xf3\xc7\x45\xfb\x80\x9e\x67\xcd\xee\xd5\x44\x02\x3d\x9c\x4d\xcf\x9c\x8b\x05\xba\xcf\x32\x59\x7e\x27\x06\xe8\xfa\x87\x71\xc1\xcb\x09\x40\x57\x1d\x63\xea\xdf\xde\xb9\x7a\x3e\xe1\x76\x9d\x24\xfa\xfb\x84\xb1\x7d\xac\x1e\xe1\x16\x1d\xa2\x75\xa9\x0f\x46\xfb\xbe\x5a\xa4\x87\x70\xe8\x18\x77\x5d\xd8\x1f\x3a\x94\xbb\x08\xb8\x8f\xdd\x87\xaf\xf4\x6f\xb6\x4c\xd7\x21\xbf\x4f\x6e\xe4\x2e\xeb\x31\x3a\x6c\xef\xc6\x5f\x8c\x68\x67\xf0\x7f\x66\x4c\xb7\xab\x5d\x3f\x9b\xd3\x7a\x71\xdc\x64\x41\x71\x63\xe9\x44\x2b\xaa\x63\x2e\xea\xbd\x8c\x22\xad\x4e\x90\x1d\xe1\x81\x6a\x73\xed\xa9\xfa\xdc\x67\xaa\xd3\x9c\x0e\xb1\x40\xaf\x74\x27\x1f\x95\x72\xa0\xdb\x26\xa7\xcc\xa9\xe9\x80\x7c\xaa\x93\xc3\xe2\x6e\x40\x87\xf5\x8e\x0f\x9d\x26\x02\x72\xe9\x8e\xb1\x01\x37\x00\x99\x3e\x8e\xf2\xf1\x74\x33\xd4\x41\x25\x97\x90\x81\x15\xed\xf7\x11\x8e\x61\x77\xf9\x14\xc5\xf0\xe5\x7f\xfe\x40\xc8\xa4\xed\xb3\x17\xe4\x81\xcb\x4a\x3f\xd2\xfd\x78\x2b\x91\xf7\x60\x26\xea\xb8\x33\xef\x03\x58\x20\xf2\x20\x0c\x09\xef\xab\xde\xac\x46\xb7\x60\x77\x87\xb3\x5a\x72\x61\x7b\x2d\xaa\x76\x66\x67\xb0\xca\x7c\x9a\x82\x21\xd5\x9f\xe3\x4c\x17\x13\xef\x23\x1c\x66\xf4\xe9\x81\x12\x2b\x9a\x3f\x0f\x5f\x6b\xca\xac\x56\xfe\x65\x4b\x55\xf8\x65\x9f\xb8\x8f\x8a\xc9\x51\x07\xca\x34\xf4\x25\xab\x48\x91\x69\x42\xc3\x6a\xca\x50\x06\x0f\x74\x25\x14\xa5\x63\xb2\xc7\x1f\xbc\x22\x3d\x35\x95\xe8\xcc\xe2\x91\xa6\x41\x75\x67\x8f\xfe\xf3\xa9\xc2\xeb\x21\xc7\x9d\x39\xdc\x27\xf9\x92\xe7\xb9\xe5\xc5\x52\xdd\x76\xdd\xdf\x39\xb4\x32\x5d\x1b\xf6\x12\xb3\xc6\xe5\x1e\x2b\xc6\xbb\xa8\x5c\xa7\x4f\x58\x53\xf4\x94\x22\xb9\xf3\xf9\xf7\xc4\x68\x70\xd2\x64\x7b\xed\xc4\x79\xb0\x51\xe0\xd1\x4a\xbc\xe7\x6e\xa1\x24\x8c\xbb\x37\x33\x0f\xa8\xa0\x64\x36\x65\x4c\xd9\x0b\x59\xff\x27\x75\x32\xf3\x22\xe2\x54\x2c\xf6\x70\xfc\xb7\xa6\x8c\x21\xa8\xca\x96\x70\x0d\xcf\x89\x2b\x08\x6d\x74\x56\x60\x1e\x8c\x9d\xba\x33\x65\xa2\xe6\x2f\xd6\x90\x8e\x8e\x61\xee\x5a\x7a\x2a\xda\x61\x6e\x84\x07\x8c\x7e\xee\x4d\xbc\x99\x3e\x0f\xfd\xb8\x6e\x6f\x13\x2c\x9e\x6c\x83\xd2\x95\x68\x86\x83\xfe\xd2\xa0\x1d\x29\xe8\xb0\x21\x7d\xa3\x20\xf3\xe5\x54\xf9\x0e\x7c\xed\x45\x08\x7a\x40\x23\x2b\x89\x04\x68\x32\x72\xec\x7f\xb2\x8c\xde\xc1\xdf\xf9\x18\xe1\x5c\xbe\x65\x57\x48\x07\xdd\xe7\xfb\x47\x84\xc0\x78\x7b\xbe\x25\x8f\xf6\xc8\x67\x7b\x5d\xc4\x79\x58\xa5\xcf\xa3\xa3\x38\x1f\xcc\x8f\xd9\xd1\x6e\x2e\xbd\x5b\xf6\x0d\xee\x0f\x24\x09\xb7\x20\xbe\x46\x5c\xc3\x52\xc2\xb1\x22\xbc\xec\x68\x3d\x07\xd9\x38\xd2\xb7\xf3\x68\x64\xbb\xd7\xba\xb3\xea\xbc\x7d\x8a\x0b\xe5\x09\x56\xf1\xcc\x83\x59\xb4\xc8\x8b\x50\xba\x39\x3d\x7c\xa9\xca\x3e\xc9\x24\x80\x36\x90\x61\x6f\xf8\x76\x76\x8f\x8a\x8d\xfe\x6c\x7f\x84\x78\x7f\x33\xe2\x36\xef\xbc\x91\x9a\xea\x74\x2f\x3d\xfc\x98\x3e\x7d\xff\x08\x3f\x1b\x8a\x50\x91\xeb\xdc\x69\x85\x45\x84\x47\x44\xb3\x47\xa6\x3b\xf3\xc8\x4a\x02\xa1\x29\xb5\xa4\xb0\xb2\xd1\x8c\x73\xbe\x0d\xee\xac\x18\x1e\xf2\xea\x37\x52\x3e\x0a\xf1\x6b\x22\x44\xc6\x5f\xd4\x71\xf7\xfc\xa3\xa9\x95\x6e\x0c\xcf\x4f\xce\xff\x8c\x79\xff\xcf\xb1\x22\xfb\xe2\xc3\x97\x13\x0e\x2d\xd5\xc1\x09\xd9\xbb\x92\x56\xa5\x8f\xd6\x1a\x42\xd3\x5c\xb3\xf8\x7a\xb2\xd3\x25\x2f\xfa\x16\xd6\xbe\xac\x52\x61\xf6\x90\x79\x02\x73\xdf\x05\x53\xc6\xad\xad\xb5\x81\xe2\x84\xfa\x9d\x30\x3a\xb1\xab\xcc\x8c\xa4\x13\x4b\xe7\xb0\x18\x11\xef\x8d\x17\x99\xab\xf1\xb9\x7d\x52\x79\x64\xdc\x3f\x5e\x4d\x9f\xce\xfa\x71\x97\x96\x12\x1f\x24\xbe\xce\x95\x76\xaa\x38\xf5\x8d\x64\x4f\xfc\xfd\xb4\x8b\xf4\x73\x27\x46\x16\x63\x47\xd5\xd0\x19\x20\xe6\xd5\x19\xfa\x7b\x8c\xde\x4d\x52\x6c\x89\x9e\xfb\x82\x98\x1b\x9b\x24\xef\x45\x25\x03\xb6\x7b\xfd\x10\x1e\x03\x6e\xf1\xe8\x47\xfa\x29\x92\xa5\xac\x03\x94\x24\xcb\x34\x95\xc8\x46\xd6\x85\x09\xd1\x61\x5e\x84\x1f\xdc\xe9\x04\xe6\x96\xe1\x4d\xeb\x60\xb5\x78\xcb\xda\xee\x62\x10\x6d\xa8\xd2\xbe\x50\x0b\x53\x18\x2f\xd7\xab\x62\xd4\x6d\x4a\x18\xab\x56\x8c\x6e\x60\x36\x4f\xdf\x3f\xe3\x88\x37\xd4\x3e\x20\x49\x3c\x89\x65\x88\x15\x8e\xf4\xc2\x3e\x84\xc3\xa4\xaf\xe3\xcc\x23\xdd\x66\x36\xbd\x83\x24\xc7\x92\x32\xb3\x74\x37\xf6\x3c\xc9\x65\x66\x24\x48\xca\x93\xe8\xf5\x69\x0d\x8c\xac\x4b\x16\xb3\xb2\x40\xea\xa4\x93\x84\x8b\x25\x37\x7e\x4f\x7e\x94\xac\xf3\x84\x76\xea\x64\xb9\x77\x74\x86\x8a\x17\x75\x0e\x62\x86\xf2\x28\xed\x17\x14\x7a\x97\xea\x35\x1a\x4e\x74\x12\x88\xd1\x61\xbe\x57\xe8\x3c\x7e\xde\xd2\x7e\x58\x9e\xc7\x02\xe8\x69\xac\x3d\x14\x44\xf1\xcd\xa1\x8a\xfb\x05\xd9\x44\x32\x3f\xc2\x78\x37\xf3\x23\xe6\xcd\x8a\xa1\x8c\x7b\x86\x57\x2c\x9d\xe0\x35\x16\x24\x90\x82\xe1\xb0\xc6\x14\xd6\xb7\x5f\xc2\x28\x1c\x9a\x32\x1f\xb1\xfd\xdb\x16\x33\x83\x75\x5b\x97\xbe\x14\x99\xb7\xb9\x8d\xa5\x0c\x24\xc7\x68\x26\xc5\x8b\x9c\x93\xe6\xb4\x83\xe5\xbc\x5a\x45\x4a\x44\xdb\x36\x06\x51\x7c\xc8\xd1\x89\x63\x9e\x8c\x27\x2b\x31\x6c\xdd\xb8\x87\xf5\x63\x0e\xd4\xd1\x98\xdd\xff\x2a\x3d\x99\xec\x59\x8f\xc8\x03\xb3\x62\xdf\x50\xc4\xcb\xbc\xd4\x44\xfa\x10\xa9\x22\xce\x9d\xb0\x87\xc7\x38\x7f\xae\xd7\xb8\xd1\xf3\x0e\x0b\xf1\x24\x36\x41\xd0\x2c\x7e\xde\xde\x17\x82\xe9\x69\xb8\xac\xd8\x40\xfb\xc6\x4a\x09\xf3\x9e\x6c\x2d\x36\x91\xe3\x58\x44\xb0\xdd\x46\x25\x71\xb4\x7f\xcc\x96\x49\x22\xb6\x81\x96\x1c\xdb\x3b\xee\x5d\x3a\xe5\x97\x83\xcb\x32\x09\xcd\xee\xe9\x9e\x23\x9e\x50\x72\x45\x1e\xc8\x8e\x97\x32\xc4\xe3\x2a\x7c\xc4\xbc\xa0\xa2\x9a\x31\x97\xe8\xf7\x8a\x33\x29\xee\x15\xc5\x9a\x31\xef\x25\xcc\x69\x18\xff\xcc\xcc\xbb\x16\x9d\x18\x56\x22\x29\xb8\xca\x67\xfd\x42\xa7\xc3\x74\xd6\xcd\xbf\x72\x91\x3c\x35\xef\xda\x3d\xc2\x47\xf3\x23\x5e\xd1\xbf\xcb\x6d\xe0\x7e\x07\x52\x5e\xcc\x16\x51\x0f\x43\x42\x3c\xca\x88\x20\xb6\x3b\xe4\x6c\x00\xed\x07\xbe\xdd\x58\xff\xc8\x3d\x2d\x82\xbe\xff\xaa\x0f\xec\xdf\x2b\xba\xc4\xd2\xae\x2d\xd5\xc3\x31\x91\x24\x53\x5e\x31\xcf\x3f\x8d\x56\xf7\x4c\x65\xe6\x01\x4d\x78\x98\x45\xfe\xa0\xe6\xce\xac\x36\xe5\x99\xb9\xc4\x66\xe9\x7a\xa8\xd0\x85\xed\xdf\x79\x80\xc7\xb2\x37\x32\xc4\xeb\x28\x33\xe5\x38\x59\xd6\x30\x86\x74\x20\x76\xdf\x61\x25\xb7\x32\x53\x13\xd6\x83\x69\x70\xf4\xe2\xd1\x87\x66\xb2\xec\x41\x14\xe1\x97\xbb\x87\x64\x92\x9d\x65\x2a\x1c\x2f\x4b\xcf\xd6\x52\xa7\x8d\x92\x21\x67\xa9\x26\x52\xdc\xff\x16\xe9\x41\x14\xbf\x7a\x41\x3b\xf4\xae\xf3\xef\xa8\x2f\xc2\x0e\x91\x27\xd5\x9a\x17\xb3\xc1\x99\xfb\x9f\x05\x0c\xe5\x83\xb6\xa7\x62\x14\xcd\xea\x9a\x1e\x31\xb4\x4e\xa4\x7a\x38\xcb\x5e\x27\xd3\xa7\x59\x94\x30\x0f\x68\x91\x51\x06\xe5\x95\x06\xb2\x5b\x28\xee\x69\xeb\xf2\xf3\xd6\xf8\x3d\x97\xe2\xac\xaa\x1f\xb3\x97\xfa\x25\xee\xa4\x89\x96\xff\x5c\xda\xe6\xa4\x5e\xa5\x22\x43\xaf\xa8\xcc\xef\x4b\xcf\xb5\x3a\x9c\xf5\x40\xaa\x3c\x66\x50\x7c\xac\x1a\xba\x98\x3c\xac\xaa\xdc\xfe\x2e\xbf\xde\x4b\x91\x47\xee\x93\x53\xb5\x3d\x9d\xf2\x8d\x4a\xf7\x22\xfa\x66\x15\xaf\xaa\xc9\x0f\x2a\x74\x4e\x11\xf2\x5c\x1e\x76\x9d\xf8\x36\xe5\x8b\x9e\x10\xf3\xb3\xa2\xcb\x1f\x94\x11\xef\x2d\xff\x42\xa3\x94\x17\xc3\x3a\x3a\x81\x12\xe6\x7d\x79\x55\x45\xd3\x2e\xed\xfa\x38\x81\xf2\xe1\x55\xce\xcc\x73\xb3\x6b\x90\xa4\xb0\x1f\x64\xd0\x7c\x98\xa9\xe7\xd0\x6a\x9b\xf7\x78\x1b\xbd\x5e\xcf\x39\x8f\xe2\xbe\x54\x17\x47\x63\x7a\x31\xed\x56\xc3\x52\xb9\xaf\x88\x52\xd8\x1e\x9a\x75\x79\x95\x7d\xe2\x0d\x8e\xfd\xd5\x3c\x1e\x36\x00\xc5\x85\x23\xfd\x15\x29\xef\x39\xa4\xcf\xcc\xe6\x43\xe9\x5a\xe4\x17\x87\x4f\xb3\x9e\xd6\xc1\xbd\xcb\xc9\xef\x0f\x3d\xf7\xa0\x95\x7b\xb8\x73\x28\xfd\xfd\x90\x4d\x0a\xd5\x42\x0e\xbd\x29\xa0\x6f\x78\x70\x0c\xeb\x49\x1d\xca\xe0\xbb\x62\xb5\x9a\x0d\xcc\x87\x39\xf1\x78\x06\x7d\x6e\xd3\x6f\x0b\x79\xfc\x44\x3b\x41\x55\x2a\xcf\x43\x39\xf1\x8e\x7d\x7b\x70\x1c\x77\xab\x6a\xcd\x03\x72\x54\x60\x1e\x90\xad\xe2\x56\xf2\x17\xcb\x2a\xee\x13\xb5\xf8\x4e\x01\xe5\x49\xf3\x46\xb2\xea\x82\x6e\xee\x2e\xf2\xbe\x89\x79\xcc\x0b\x19\x5b\xc9\xfa\x30\x43\xc4\xe7\xae\x30\xb8\x8a\xf2\xb1\xf6\x7d\x6b\x44\x25\xdb\x66\x3e\xcc\x2a\x19\x5a\x29\xa7\xfa\x29\xd2\x27\x9d\xb4\x52\x25\x3f\xa8\xdb\xc5\x4c\xfe\xba\xcf\xac\xa7\x75\xa2\x89\xf9\x0f\xa7\xda\xad\xcb\xe1\x9f\x39\x52\x9f\xb8\xc3\x9d\xfa\x4e\x56\xf2\xbe\x71\xbc\x81\x99\x67\x75\xef\x8f\xb3\x1e\x8c\xf7\x05\xf2\xc0\x63\xf6\x9c\x4f\x1c\xef\xf3\x2b\xe5\x1f\xc7\xdc\x39\x4e\x1c\xde\xc6\xeb\xa2\xb6\x42\x98\x0f\xcf\xbc\xd6\x7d\xc1\x56\x99\x6f\xa5\xe7\x6c\xe7\xbf\x8d\xfe\xb5\x4d\x7d\x01\xf1\xa1\xcc\xdc\x78\xb7\x5e\x70\x6a\x17\xed\x4a\x06\xea\x65\x14\x2f\xa5\xba\x38\x1a\xc7\xf6\xd1\xeb\xd4\x0a\xaa\x69\xd5\x0e\x6a\x38\x40\x2a\x1f\xbd\xf2\x0f\x51\x7d\x46\xce\xfa\x88\x98\x47\x9f\x12\x2b\x1c\xe7\xc4\x4a\xe8\xf9\x3c\x56\x3a\x3d\xa7\x33\x9c\xfc\xf5\xec\x69\x56\x7c\x3c\xd7\x63\x1e\xad\x97\x73\xbe\x4b\xc9\x93\xce\xa6\xac\x25\x7b\xcf\x1b\x06\x27\xf0\xeb\x79\xdf\x38\x77\x3b\x87\x6a\xa3\xe7\xd2\x77\x53\x46\x77\xf6\xdd\xe1\x77\xfc\x3e\x17\xa9\x02\x54\x9f\x7f\x9b\xf2\xef\xd3\x8d\xcf\xe8\x66\x45\xbd\xe6\x5b\xaa\xb9\xd6\x27\xf2\x3c\x70\x9f\x20\xb7\x53\xd9\xe4\xef\xab\xdf\x6e\xa7\x28\xed\x30\x31\x8f\x76\x2d\xdb\x8b\x45\x94\xad\x58\x64\x17\x53\x74\x31\x3e\x53\x46\xbb\xd0\x02\x95\x72\x5a\xd5\xcd\xba\x38\x95\xfb\x29\x6a\x4d\xd4\xa8\xa5\xf8\xaa\xfa\x23\x57\xae\x07\x35\x70\x05\x53\xaa\x8f\xd3\xae\xfa\x54\x95\x68\xbf\xb8\x2e\x2e\x9b\xf0\x78\x55\xb3\x27\xe5\xc3\x57\xa3\x87\xd3\x0e\x7d\xd9\x7c\x12\x75\xe2\xb9\x5c\x69\x40\x33\x78\xf9\xa4\x15\xf9\xef\x15\x6b\x67\xda\xd2\xaf\xfa\x06\xd2\x0e\x76\xa5\x7a\x33\x3d\x91\x2b\x6e\x5b\x68\xfe\xae\x04\x96\x12\x3f\xfd\xf2\xea\x5a\xaa\x29\x5d\x29\x3f\x47\x35\xc6\x4b\x9f\x6e\x12\xf3\xf3\x42\xc3\x63\xf2\xe4\x8b\xdf\xff\x4e\x27\x85\x0b\xc1\x1f\xe9\x64\x74\x7e\xa6\x14\xd7\x53\xbb\x08\x7c\xee\x0e\x0c\xaf\x6e\xe9\x6f\xf1\xb6\x03\x30\xbc\x3b\xf0\xd2\x1c\x50\x7d\x0b\xbc\x58\x00\x8c\xc9\x03\x1a\xd5\x59\xf7\xe1\x47\x4b\x40\xb3\x1f\x70\xf3\x07\xee\x8b\x22\xd5\xf5\xbf\x5c\xc9\xfc\x87\x73\x3a\xc2\x9c\x01\xa7\x74\x01\x93\x1f\x80\x13\x31\xa0\x9b\x09\x47\xe7\x70\xbf\x83\x03\x62\x7f\x7f\x29\xde\xbd\x6f\x0e\x20\x9c\x38\x84\x59\x16\x32\x92\xbd\x23\x80\xa4\x18\xa0\xbc\x17\xb0\x75\x25\xf3\x01\x84\xfd\x71\x7f\x1d\x70\xc0\x0b\xa8\xb5\x07\xce\x87\x01\x35\xe5\x7c\xb7\xbc\x26\x14\x78\xd0\x00\x1c\x38\x0e\xbc\x89\x04\x0e\x28\x00\x5f\x36\x03\x15\x71\xad\xf1\xff\x1d\xc6\x6d\xf0\xff\x4f\x2d\xf8\x26\xf1\x3f\xee\xb0\x8e\xc1\xfb\x01\xc0\x90\x3e\xc0\x1f\xcb\x58\xff\x42\xca\x7b\x78\x92\x06\x8c\x74\x03\x1e\x74\x07\xd4\xde\xb6\xe0\xfd\xc2\x38\x31\x0b\xb8\x3a\x0f\x98\x7a\x0b\xb8\xe0\xc9\x35\xbf\xfa\x4a\x40\x38\xa9\x0a\xde\x20\xc4\xbb\xc3\xdf\xb3\xae\xfd\x01\x19\xc0\x6e\x5d\xcb\x3c\x54\x0c\x00\x3c\x46\x03\xbb\xdf\x00\x81\x85\xc0\xee\xb9\x40\x84\x2a\xd7\xa6\x13\xb6\x03\x7b\xb4\x80\xad\xae\x40\x85\x2c\x50\xbc\x12\xd8\x73\x94\xef\xc8\x0a\xd1\xe7\x54\x20\xb0\xff\x2c\xf0\x43\x28\xff\xee\x71\x17\xa0\xfa\x31\xf0\xe6\x32\x50\x2d\xea\xb5\xb7\xc5\xff\xdb\xf2\x1f\xa4\xf7\xe0\xa5\xbc\x8f\x4f\xca\x40\xff\x67\xcc\x7b\x18\x60\xc6\xbd\xf3\x95\x67\x00\x3f\xbd\x02\x94\xf3\xb9\xcf\x89\x8a\x1a\xf0\x63\x0d\xf3\x63\x04\xfb\x47\x0d\x04\xae\xfb\x32\x4f\xe8\x52\x23\x30\xe9\x4f\xee\xeb\xa2\xa5\x00\x9c\x52\x00\xe6\x24\x00\xc7\x03\x80\x85\xef\x79\x1e\x84\x3c\xb9\xda\x05\x58\x76\x03\xa8\x28\x06\x56\xf5\x04\x76\xfb\x31\xc6\x50\xba\x18\xf0\xb7\x66\xbc\x3e\x6c\x07\xeb\xbd\x27\x18\x03\x25\xde\x40\x56\x05\x50\x16\xc0\xf7\xdd\xcb\x1a\x80\xea\x3d\xc0\x9e\x6c\xee\x0b\xb2\xf7\x22\x70\xcd\x1c\xd8\x6b\x03\x3c\xfc\x1d\xd8\x5b\x09\xfc\x2e\x01\xf6\x16\x33\x0f\x42\x8a\xff\x17\x88\xf5\x58\x69\x1f\x84\x7f\xe3\x3f\xf4\xd1\xe4\xbe\x37\x42\x3e\x23\xe5\x7f\xbc\x6c\x02\x7a\x9b\x00\xcf\x8f\x03\x4a\x26\xc0\xc3\x64\xa0\x5f\x10\xf0\x63\x1e\x30\x48\x05\xb8\x51\x08\x0c\x53\x69\xc1\xfb\x2f\x8e\x01\x34\x67\x01\x67\x32\x84\xb3\x05\xf7\x2f\xd1\x6d\x00\x0e\xde\x05\xe6\xd6\x01\xd5\x9b\x00\xe3\x09\xc0\xbe\x3f\x19\xdf\xdd\x6b\x0d\x38\xde\x69\xc1\xfd\x77\xfc\x0f\xf0\x1d\x03\xec\x74\x00\x42\x73\x81\xa2\x2f\x40\xdc\x6f\x8c\x67\x67\x3a\x01\xbb\xbc\x19\x1b\x29\x7e\x05\xec\xcf\x03\x4a\xca\x81\x93\x3f\x03\xbb\x73\x80\x1b\x3d\x80\x52\x7f\xe0\xa1\xe0\x4f\x3d\x81\xbf\xc6\xb6\xac\x03\xa9\xfe\x89\xd4\xfe\x6c\xb7\x7f\xe7\x3f\x48\x79\x1f\xff\x53\x07\xba\xaf\x64\xfe\x4b\x97\x3a\xe0\x65\x29\xd0\x3d\x01\x78\x72\x02\xe8\x69\xd0\xc2\x7b\xb8\x63\x03\xf4\x19\x00\x7c\x1f\x06\xf4\xaf\x04\x2e\x66\x71\xff\x9c\x73\x62\xff\xa0\x93\xa1\x80\xe6\x4a\xe0\x88\x1f\xeb\xc5\x08\xeb\x76\x76\x35\x20\x64\x0f\x46\x26\xac\xdf\x60\x49\xba\xb7\x80\x9d\x67\x0b\xee\xbf\xc3\x0e\xf0\xd9\xc9\x38\x60\x38\xf8\x1e\x70\xac\x3b\x90\x5f\x02\x64\xaa\x02\x85\x5e\x7c\xdf\xbd\xc8\x05\xa8\x5a\x0f\xec\x58\x09\x9c\x5e\x08\x94\xa8\x01\x37\x9e\x01\xbb\x36\x00\x4f\xb6\xf1\x7c\xfd\xb5\xf3\xab\x3e\x10\x22\xf7\x2b\xdb\x89\xc7\xb6\x3a\x08\x49\x22\xee\xf7\x71\x17\x20\x7f\x06\x78\x1f\x0b\xb4\xf3\x64\xfd\x97\x4e\x72\xac\x83\x23\xfb\x10\x78\xb6\x10\x68\x9f\xd8\xc2\x7b\xb8\x15\x0b\x74\xeb\x0c\x5c\xd1\xe6\xf9\x3b\xf7\x09\x50\xae\x60\xfe\xcf\x50\x59\xe0\xa8\x1c\x30\x26\x96\x79\x4a\x93\x85\x6c\x6f\x38\xa0\xbb\x16\x28\xfb\x8d\xf9\x52\x25\x23\x01\xb3\x7a\xa0\xf0\x47\xee\x97\x53\xf0\x14\x70\xf6\x01\x72\x35\x00\x8f\x2f\x40\xae\x03\xb0\x7e\x01\xb0\xad\x9c\xe7\x61\xdb\x72\x20\xbd\x82\x39\x10\x3b\x6c\x81\xfc\xcb\x40\xcd\x55\xc6\xf9\x4f\xc7\x03\x85\x9f\x81\x9b\xaf\x81\x82\x50\xe0\xe9\x8a\x96\x3e\x10\xd2\xf8\x27\xb5\x5f\xfa\xdc\xa5\x38\x78\x5b\x1e\x80\x14\xef\x7e\x2b\x9c\xaa\x43\x81\x5f\xc5\x2a\x51\x2b\x9c\xaf\x0a\xb8\xd3\xc0\x7f\xff\xfe\x03\xd0\xfe\xf3\x57\xbc\x87\x37\x40\xef\x24\xe0\xf8\x43\x40\xd8\x86\x0e\xbe\x64\xbc\xbf\x5a\x19\x50\x1f\x05\xec\xbe\x0b\x4c\x9f\x05\x94\x6c\x64\x5d\x10\xc1\xef\x8d\xd5\x85\x53\x0f\xf3\x62\x72\xea\x98\x17\xb3\xd5\x0b\x70\x3b\x01\x64\x1f\x05\x82\x7f\x02\xb2\xef\x01\x9b\xbb\x00\x5b\x36\x01\xe9\xaf\x58\xe7\x60\x67\x06\xb0\xf5\x29\xf7\x4e\xc9\x55\x61\xfd\x03\x61\xbc\xe9\x02\x6c\x8b\x02\x9e\x65\x00\x79\x83\x59\xd3\xa5\xd9\x7e\xd1\x2f\xa4\xba\x1f\x52\xbb\x23\x45\x3f\x08\x2d\x6b\x8d\x77\xbf\x11\xef\xab\x4b\x79\x0f\x4f\x4f\xf3\x78\x6f\x07\x8f\x52\xde\x03\xd5\xf9\xaf\x72\xff\x2a\xb9\x7c\xe0\xf4\x75\x40\x5e\x9d\x31\x68\xc5\x8d\x40\xf5\x5f\x80\xca\x18\xa0\x5c\x1e\x50\x2d\x00\x4a\xfb\x03\x13\x57\xf1\x3a\x17\xf6\x91\xdc\x07\xbc\x9f\x6e\x9b\x03\x58\x4c\x07\xb6\x48\xf8\xee\x79\x96\x2d\xb0\xee\x36\x90\xa9\x01\x04\xeb\x03\x92\xed\x40\x74\x02\x6b\x49\xa5\x7f\x00\x24\xcf\x80\x42\x3f\xbe\xc5\xb3\x5f\x88\x6f\x53\x81\xd3\x55\x8c\x1f\xff\x50\x09\x6c\x79\x0a\xfc\x2c\x8c\x2f\x81\xa6\x87\x2d\x7d\x50\x62\x9f\x88\x3c\x80\xff\x43\x07\xe2\xbf\x74\x3f\x9a\xfb\x5d\xcc\xe0\x51\x8a\xfb\x5f\x12\xe7\xa5\xbe\x98\xc7\xba\xcd\x80\xec\x0d\xd6\xf1\xe9\xa2\xde\xa2\xfb\x50\x5a\x01\x0c\xbe\xc2\x7a\x0f\x63\x4b\xd8\x4f\xa7\xcd\xe6\xe7\xaa\xff\x94\xbf\xbf\x59\x03\x90\x96\x01\xd8\x1e\x03\xd2\xba\xb3\x7e\x50\x72\x7f\x20\x60\x32\x6b\x27\x45\x39\x00\x49\xdd\x59\x07\x22\x39\x11\xd8\xa1\x0b\x24\x85\x01\xfb\xe7\x00\x49\xc2\x9e\x14\x0c\x24\x77\x01\x7e\x98\xc2\x3f\xff\xd4\x1f\x48\x9d\x07\x7c\xbe\xdf\xc2\xfb\x91\xf6\x3f\x59\xbf\xb4\xb5\xdd\x7e\xd6\xad\x71\xf1\x37\x11\xad\xfd\x40\xca\x7f\x69\xeb\x07\x52\xbd\x83\xf3\xa2\x2e\xc4\xa9\xbe\x3c\x1e\x11\xf1\xcf\xea\x43\x80\xcc\x14\xde\xf7\x3b\x7f\xe1\x78\xd7\x37\x9d\x71\xdf\x11\x87\x80\xad\x2b\x80\x09\x27\x81\x8c\xab\xcc\x7f\x48\xf9\xc8\xba\x20\x89\xe6\x80\xb5\x39\x10\x57\xcc\x3d\x29\x62\x0f\x01\x7e\xdd\x81\xb8\xae\x40\xd4\x77\x40\x4c\x3a\x20\x49\x07\x62\x4e\x02\x45\x4b\x80\xa8\x7b\x40\x65\x04\x6b\xa7\x9c\x59\x08\xc4\xa8\x00\x3f\xd8\x02\xd1\x1e\xbc\xc7\x0b\x73\xf7\xf1\x4f\x20\x54\xec\x33\x17\x7c\x8b\x47\xdf\x86\x36\x3c\x08\xb4\xe6\x41\x34\xf3\x5f\xa6\xb7\xf6\x83\xb6\xfc\x97\x8b\xa7\x44\x3f\x10\x75\x2f\x8e\x89\xb8\x7e\xed\x3a\x1e\x2b\xc4\xf7\x11\xd6\xbf\x10\x4f\xf2\x3c\x81\x1e\x9b\x81\xad\xcf\x80\x81\x4a\x80\xe4\x13\x30\xfa\x15\x90\x3c\x94\xfb\x06\xc5\xa9\x70\xdc\x8c\x6e\xe0\xfd\x23\x32\x9a\x75\x41\x22\x5c\x98\x1f\x14\xee\x01\x44\x44\x00\x61\xc6\xcc\x99\x10\x46\x61\x6d\x85\xce\x62\x45\xd7\x8d\x89\xc0\xe9\x9f\x59\x63\xe8\xa6\x23\xb0\x41\x91\x7d\x79\x83\x3c\xf0\x45\xeb\x5f\xf8\x1f\xa2\xdd\xab\x8e\xb7\xe6\x41\xd8\x1d\xfb\x77\xdc\xff\xee\xef\xe2\x3a\x68\xd3\xf7\x45\xca\x7f\x39\x2e\xaa\x0d\x73\xef\x6c\xa0\x4a\xd4\xcf\x68\xe6\x7f\xdc\xe6\x71\xcb\x78\x40\x6e\x12\xaf\x67\x61\x5f\x49\x5c\x01\x0c\x7d\x04\xc4\xcd\x06\x26\xcd\x02\x36\xa5\x00\xb3\xf7\x01\x61\x73\x00\xd3\x4e\xdc\x23\x68\x85\x39\x10\x74\x0f\xf0\x78\x05\x04\x17\x02\xe1\xb6\x40\xa0\x22\x90\x9a\x0f\x04\x34\x02\x85\x61\xac\xcd\x27\x7c\xa6\x6f\x04\x6b\xcb\x09\x3f\x0b\x71\xd2\xe7\x2e\xf0\x62\x02\xe0\xab\xc7\x71\xb2\xd9\xee\xda\xd6\xbc\x0f\xa9\xee\xc5\xd2\x42\x91\x07\x31\x9e\x47\x29\xff\x45\xa4\xbf\x34\xf3\x5f\xa4\xf6\x4b\xf9\x2f\xa7\x52\x78\x3c\x28\xde\x1a\xd8\x2f\xce\xd3\x5e\x3d\xd1\x0f\x44\x5e\x50\xae\xe8\x3f\x12\x2e\x1e\x20\x21\x1f\xe8\xd8\x85\xfd\xb5\x9f\x23\xe7\x06\x63\x27\x02\x21\x8f\x00\xed\x47\x40\xa0\x12\x60\xe4\xc6\xf6\xd8\xd6\x03\x5e\x76\xc0\xba\x93\x80\xe7\x67\x20\xf4\x21\x6b\x4b\xa5\x29\x00\xee\xed\xb8\xaf\x98\xab\x0a\x50\x79\x8d\x35\x0b\x4f\xdd\x06\x56\xbf\x06\xbe\xd7\x06\x9c\x83\x80\xa7\xd3\x00\xe7\x5f\x59\x57\xcc\x61\x71\x6b\xbb\xa5\xf6\x9a\x1c\x10\x79\x10\x55\xad\x79\x10\xff\x17\xff\xe5\xb4\xa8\x7f\x72\x34\x4f\xb4\x5f\xca\x7f\x91\xf2\x1f\xc4\xdb\x46\x79\x62\xdc\x94\xf2\x3f\x92\xc5\xd3\x75\xa4\xf8\xba\xf5\xc7\x81\xee\xe6\x40\xa0\x16\x30\xf4\x08\xe0\xf3\x1c\x98\x74\x01\xf0\x78\x0b\x18\x06\x00\xae\xc3\x81\xa5\x5f\x80\x35\x4b\x01\x97\x89\xc0\x2a\x27\x60\xfd\x6f\x80\xe3\x1b\x20\xf1\x13\xb0\xe2\x37\x20\x6f\x00\x60\x57\x04\x94\x5f\x07\x96\xe7\x02\x75\x77\xd9\xce\x6b\xee\x80\xcd\x6e\xa0\xb1\x0e\xb0\x9e\x06\xfc\x15\x09\x58\x8a\xe7\x06\x63\x91\x37\xb6\x40\x8c\x0f\x86\x03\x78\x14\xce\x82\xc2\x38\x4b\x8c\xa7\xff\x17\xff\xe5\x58\xc1\xbf\xdb\x5f\x2c\xf6\x8d\xca\x6f\x62\x9e\xc0\x16\x4f\x1e\x53\xaf\xc9\x52\x55\x35\xe6\x9e\x0c\x9d\xab\x37\xb8\xcb\x12\x4a\xe7\x3d\x5d\x6e\x42\xbb\x09\xc0\x3a\xdb\x0e\x4b\xfb\x8d\x03\x56\x2f\xe8\xe4\x32\x6e\x34\xe0\x58\xdc\x59\x73\xd6\x2f\x80\xdd\x80\x2e\x16\xe6\x0d\x80\xcd\x89\x2e\x29\xce\x81\x80\x55\x44\x97\xdc\xc0\x5d\x80\xc5\x4f\x5d\x56\xc7\xa5\x03\x66\x11\x9d\x6f\xe4\x24\x00\x26\xb6\x9d\x4d\xf6\x0c\x06\x16\xe7\xcb\x67\x1c\x7d\x03\x2c\x4a\xe8\x74\xfe\x72\x1c\x60\xa4\xd2\xf1\xf1\x83\x27\xc0\x82\x3f\x3b\xbc\x7b\xd3\x05\x98\x3f\xb5\x7d\x01\xd9\xab\x23\x4b\xf7\x96\xa5\x7c\x0f\x2d\x31\xaf\x9e\xa6\xcd\xe3\x64\xf1\x9e\xc2\xff\xc5\x7f\xa9\xb1\x02\x55\xcd\x2a\x9c\xb8\xca\x5e\xfc\x8a\xfb\x00\xe5\xbe\xed\x46\xd5\xa4\xac\xd8\x1e\x54\x0d\x48\xbc\xae\x40\x11\x34\xca\x9c\xc7\x90\x57\xac\xc6\xec\x51\xcc\x55\xd8\x95\x06\x7d\x09\x5d\xb0\x9d\xd6\x3f\xb2\x67\x47\x60\xc9\xae\x01\x4d\x23\x86\xe1\x80\xe9\x0c\xe5\xbf\xa7\x2b\xcb\x2c\x30\xba\x34\xd0\xd0\xe8\xbe\xcc\x8d\x79\xbf\x0c\xb4\x58\x01\xd9\xa5\x06\x3e\xca\xff\x78\x4b\x64\xf7\xcd\x1e\xaa\x5c\xbc\xa9\x41\xf6\xdd\xcc\xb3\xca\x3d\x32\x43\x65\xff\xd1\x79\x36\x20\xa9\xd8\x5f\xf6\xc1\x0c\xeb\xfe\xff\x3b\x98\x20\xeb\xa5\x3d\xb2\x7f\xf4\x77\x47\x64\x4e\x6a\x35\xf4\x8f\xbf\xa7\x85\xd0\xe9\xcf\xfa\xbd\xff\xcd\x0e\x98\xb6\xb1\x6f\xac\x60\xdf\xc4\x13\xbd\x49\xcf\x7d\xfc\xbe\x1e\x29\xc2\x38\x6e\x4c\x37\xd2\x43\x50\xbb\x2c\x4f\xf8\xbf\x9a\x43\x87\x19\xc2\xd8\xcc\xff\x30\xfd\x77\xfb\xf7\x56\xca\x93\x87\xec\xaa\xef\x4e\x55\x33\x29\xff\x45\x92\xc5\x7c\x90\x04\xcd\x21\xb4\xe3\x46\x2d\x64\x9e\x44\xf0\xc3\x51\xc4\x0f\xf1\x48\x1f\x49\x55\x93\x55\x8e\x6a\xf4\x07\xab\x76\xa3\xf9\x7e\xdf\x8d\xb1\x9b\x3a\x68\x03\x06\x0b\xc6\x95\x2a\xc7\xa2\x62\x66\x97\x71\x97\x34\x5e\xca\xc9\x4f\x7f\xaa\xde\xc1\xc0\xa0\xdd\xe0\xc9\xce\xe3\xfc\xac\xdb\xb5\xef\xaf\xd9\x71\xec\x2d\xd7\x9f\xdb\xff\x39\x4e\x6f\xec\x92\x8d\x7b\x3b\x9c\x1e\xed\x3f\xc6\x2b\xe5\x66\xc7\x3e\xa3\x2c\x47\x97\x15\x5a\x77\x54\x19\x19\xaa\x56\x50\x1d\xdd\xe1\xd9\x88\x45\xa3\x7e\xaa\x7f\xdf\x61\xfb\x70\x63\xd5\x4b\x37\x57\x76\x90\x1f\x76\x58\x75\xdd\x8b\xc4\xf6\x8b\x87\xc5\xa9\x2a\x7f\x74\x6c\x37\x6d\xc8\xb4\x61\x8d\x4d\x4d\x72\xed\x54\x86\xab\xfc\xd3\xd4\x24\x3b\x7d\xa0\xdd\xc0\xdd\x4d\x4d\x32\xdb\xfb\x9f\xee\xff\x57\x53\x13\xd6\xf4\x9d\xda\xe7\x93\x30\x0f\x67\xc4\xbc\x51\xca\xff\xa9\x39\xd4\x89\xf0\xc7\xdd\x17\x7b\x12\x4e\xfb\x95\xfe\x0b\x55\x8b\xa5\xfc\x97\x84\xca\x31\xdc\xf7\x7b\x9c\x26\xe9\xfa\x07\x5d\x9b\x40\xf8\x9d\xa7\xc3\x64\xca\x34\x9c\x15\xb8\xba\x66\x1d\x3e\x8d\xfc\x60\x61\x90\x16\xdd\xd6\xd7\xba\xa7\x43\xb7\x6c\x27\xfc\xae\x5b\xa7\x70\x05\x18\x1b\xaf\x7b\x62\x54\x81\x6c\x77\xd5\x6d\x33\x7b\xeb\xce\x97\xbd\x37\x2c\x4a\xf7\xad\xb9\xb5\xdc\x88\xc1\x43\x74\x03\x56\x6b\xca\x0d\x19\x18\xa6\xdb\x21\xf8\x82\xec\x83\x01\xb6\x3a\x4f\x12\x0f\xc8\xaa\xf4\x0f\xd0\xb1\xcd\xbb\x8f\x47\xfd\x16\xce\xf8\xa9\xd2\x11\xe8\xf3\x4e\xfb\xdd\xa9\x68\x40\x29\x5e\xeb\xf7\xeb\x3f\x00\x8a\xee\xd3\x2f\x3d\x2b\x00\x7a\x8f\x9a\xf6\xe7\x07\x05\xa0\x97\xcd\x64\xea\xfb\xd1\x63\xa0\xe6\x5a\x61\xec\x36\x6d\xac\xad\x30\x76\xb1\x1f\x3d\x55\x18\x3b\x45\x8c\xa4\xbe\x0f\xc7\x1b\xe4\x88\xb7\xb2\x3f\xb2\x1b\xd5\xdb\xf6\xac\xea\xd7\xb3\x95\xfd\xca\xaa\xc4\x8b\x49\xd9\x35\x9e\x6e\x9b\xc6\x35\x4c\xa4\xe7\x1a\x39\x79\x2a\xa1\xf1\xc1\xaf\xb4\xe9\x3e\xab\x97\x9c\xee\x13\xb6\x9f\x37\x90\x65\x47\xf5\xa9\x3a\x68\xb2\x69\x2e\x65\xee\x7a\x66\xf3\x89\x57\xa1\x7e\x7c\x21\xd5\xfb\x55\xde\x2d\x0e\x91\xef\x05\xf4\xcf\x34\x1e\x39\xa4\x0b\xa0\x64\x66\xbc\x7d\xea\x5b\xa0\x57\x92\xb1\xfa\x22\x89\x10\x53\x17\xbf\x76\xec\x04\x74\x29\x5e\x3c\xc5\xbf\x23\xd0\xa9\x69\x91\x6b\xec\x38\x61\xef\x31\xca\xcf\x59\x0f\xb4\x5f\xbe\xf0\xc0\xde\x51\x80\xdc\xd3\x05\x8b\x8f\x2f\x07\xe4\x54\xe7\xfb\x37\x0c\x07\x64\xfc\xe6\xa5\x3d\xfe\x5b\x08\xe0\x86\x81\x7f\x52\x7d\x57\xff\x38\xd7\x21\x67\x8a\xf8\x8d\xb6\xa8\x6f\x3f\x55\xd4\xfb\x9f\x44\xf7\xbd\x6b\x0e\x28\x51\x5d\x56\xca\xff\x29\xfc\x61\x14\xa1\x69\xd9\x85\xe3\xa9\x1a\x9a\xea\x37\x85\x22\x46\x9c\xa9\x36\xd5\x61\x23\xcf\xcc\xa4\x7a\x6b\xd0\x5b\x7d\xe2\x05\x79\x39\xcd\x23\x74\xde\x39\x81\xf5\x51\x96\x7b\x2d\xa6\xb8\x61\x1e\x6b\x42\x78\x8d\xfe\x52\x73\x8a\xc0\x53\xbe\x58\x50\xe6\x3a\x5c\x77\x29\x65\x60\x5d\x57\xda\x52\x15\xb6\x83\xbc\x6d\x76\x9f\x4a\x40\xe6\xb2\xed\xbe\xf1\xc4\x0c\xb0\x5d\x3e\x97\xea\xf1\xcb\x6e\x2c\x27\xed\x3a\x9b\x6b\x7c\x5f\xd1\x66\x7f\x14\x31\x48\xac\x97\x6c\x21\x04\x6e\xe9\xc3\x52\xc2\x39\xad\x4e\x1e\xa1\x08\x65\x79\xe1\x12\xfd\xdd\xf2\xf3\x43\xaa\xb0\x5a\x98\xbc\xa5\x64\xc0\x6c\x31\xdb\xbb\xc8\x8c\x47\xc3\xf1\x3c\xea\x8b\x78\x96\x1e\xc5\x49\xa9\xfd\x3b\x9c\xd5\xc9\xfe\xad\x06\x93\x69\x7d\xa4\x35\xe8\x50\x66\x14\x7f\x69\x26\xf1\x17\x22\xbb\x72\x3f\xa4\x90\x4c\x23\xaa\xa2\x7a\x37\x18\x13\xae\xb7\xe6\xa4\x39\xcd\xba\xfd\xac\x25\x54\x7d\xb7\x5c\x63\x43\x71\x74\x7e\x1d\xeb\x28\xe8\xaa\x33\x3f\x64\xdc\x55\xc6\x91\x07\xe8\x3a\x11\x9c\x2b\xd7\x6f\xb5\x18\x91\x56\xbf\x56\xe4\x4a\xb1\x27\xeb\xdb\x3b\xd7\x1b\x50\xec\x5e\x1d\x6c\x43\x8c\x25\xe7\x35\xee\xe4\x59\xab\xec\x18\x41\x5e\xa5\x9e\x41\xf5\xfb\x95\x3d\x76\xd1\x13\x70\x6a\xe4\x8e\xfa\x0e\x5f\x78\xaf\x73\xa8\xfa\x91\x72\xc1\x15\xeb\x7e\xa3\xbd\x50\xaa\xff\x61\x2d\xe2\x9a\x96\x22\xde\x6f\xe2\xc0\xe3\x62\xc2\xb3\x8a\x1a\x27\x12\x3f\x6c\x5b\x91\x16\x8d\x69\xa2\x1e\x4c\x42\xe3\x5c\xba\xfd\xb8\xa9\x87\x11\x31\x2b\xd7\x6b\x99\x12\xde\xed\x33\xc1\x82\xd6\x87\xcb\x36\x6b\xda\x61\x1c\x5d\x96\x13\xaf\x6c\xa9\x84\xfb\x21\x2d\x02\xdb\xab\x2f\x59\x49\xfe\x3f\xe9\xd3\x6a\xba\xcf\x38\x22\x7d\x2d\xed\xc0\x0a\x5a\x8c\x23\x03\x5e\xe2\xcd\x06\xaf\x3a\x9e\x07\x4f\x09\xdf\x73\xf7\x7a\xc4\xdf\xc0\xeb\x2d\xd7\xeb\xbd\x1c\x59\x79\xc3\x73\xdf\xc6\xdf\xf8\x75\x69\x94\xe3\xb8\x87\x31\x72\xe4\x31\xae\x86\x3c\xd0\x5d\xe3\x2c\xe1\x3b\xeb\xca\x6e\x51\xfd\xda\x25\xf0\x27\xf2\xa3\xb5\xef\xff\xa1\x5c\x51\xca\xff\x58\x71\x9a\xc7\x65\xaf\xbf\x9e\x9f\xed\x6f\x67\xd1\x73\x4b\xcf\x9e\x4b\x5e\x99\xa4\xd1\xac\x83\x43\xa8\x42\xc8\xab\x25\xdc\xff\x02\xb6\x84\x53\xad\xeb\x60\x4f\xeb\x64\xa5\x03\xeb\xa3\x2c\xdb\xe4\x4c\xf1\xcf\xec\xd9\x5a\xc2\xb9\xa4\x3c\x98\x19\xc7\x98\x07\xa3\x1e\xe6\x41\xaf\x53\xc9\x63\xfd\x8c\xae\x87\xfc\x45\x9c\x33\x48\xc4\xbd\x43\x14\xfb\xd0\x8a\x09\xae\x1f\x4b\x19\x47\xc8\xec\xd9\x74\xbf\x32\xb8\x6e\x09\x8f\x87\xd7\xe4\xf2\xdf\xd7\x13\xa2\x1c\x9c\x99\x4c\xfc\xa0\xe0\xd4\x7c\xfa\xa4\x20\xab\x7d\xa4\x44\x1e\xd0\xc8\x8a\xe2\x7e\xe5\xdf\x13\x73\xc5\xef\x44\x23\xad\x6c\xdf\xe9\x7f\xd1\x7a\x91\xf2\x3f\x5c\xcb\x79\x74\xbe\xc9\xa3\x13\xf5\xe5\x93\x64\x31\x0f\x26\xa1\xc9\x94\x50\xf5\xa8\x6b\xd6\x14\xff\x37\xbe\x5d\x4e\xdf\xc2\x5f\xc1\x9e\xd6\xb7\x1b\x9c\x28\x1e\xae\xd6\x59\x4d\xaa\x14\x76\x45\x2e\xb4\x1e\x96\x48\xdc\x08\xaf\x31\xd2\xf3\xcc\xe5\xd5\xc6\xea\xeb\x53\x35\x03\x08\x2f\x1c\xad\x12\x28\xea\x3f\x04\x13\x4f\xa6\xc3\xce\x50\x31\x43\x8f\x14\x53\xf9\x4d\x12\x25\x8a\xd4\x11\x57\xc7\xd0\x9e\x1d\xd9\xc8\x1d\xca\x22\x53\xcd\x17\xf1\xcf\x7c\xdf\x3f\xe2\x42\x20\xe1\x31\x91\x13\xe2\x88\x99\x12\xf1\x6c\x1b\xe1\x7c\xe1\x55\x7b\xc8\x5f\xc2\x8c\x8f\xd1\xbc\x84\x5e\xbb\x4a\xc8\xf3\xc6\x3d\x0f\x28\x32\xaf\x7f\xfd\x5a\x9e\x9f\xe8\x17\x56\xf6\xa9\x66\xfb\xbd\x0f\xf3\xe8\x4e\xf7\x7a\x93\x77\x58\x52\x1c\x88\x3e\x6c\x4d\xdf\x2b\x34\x8b\xfd\x3a\xa0\x71\x15\x9d\xa8\x3c\x34\x57\x7f\x62\xfb\xf9\x36\xad\xc3\x09\x0f\x7a\x2a\x56\x03\x3c\x68\x7f\x30\xfe\xcd\x8f\x4e\xe0\x73\xeb\xd9\x5e\x9d\xc4\x60\xea\xb7\xa3\xe9\xce\xe8\xdb\xb0\x46\xe6\x49\x28\x4a\x33\xec\xaa\x98\xb5\x6c\x7f\x7c\x16\xa8\x1f\x4e\x7c\x0a\x67\x24\xf1\x59\xcc\x03\x89\x4f\x9a\x49\x08\x6b\xc2\x15\x33\xf2\xff\x04\x63\x66\x22\x25\x18\xfb\xd3\x37\x88\x53\x8f\x21\xcf\x4b\x30\xdf\x4a\x88\x74\x5c\xef\x62\xfa\x86\x71\x0d\x8c\x18\xc6\x1c\xb9\x40\xaf\x8b\xae\xbb\x93\xcc\x9e\xfd\x6b\x07\x7c\xc5\x8b\x89\xd8\xc7\xf6\x4b\xfb\x05\x05\x2f\x13\xc6\x38\x15\x3b\xe2\x43\x49\x75\x80\x82\x47\xac\xa5\x3c\xc1\xcb\x86\xd7\xf1\xda\x97\xec\xd7\x2b\x27\xfa\xb2\x2e\x94\x7d\x00\x55\x6e\xcc\xc3\x83\x48\x4f\x67\x91\xcc\x7a\x3a\x99\xe9\x8b\xfc\x88\xa9\x9a\xe1\xb4\x1e\xc6\x16\x45\x51\xdf\x9c\x21\x74\x63\x02\xe8\xf6\x28\x21\x92\xed\x4f\x11\xfd\x21\xfd\x83\x2c\x9d\xe1\x32\xac\xfa\x90\xff\x66\x18\x8d\x61\x86\xd6\x22\xc6\xfd\xd3\xeb\x4d\xe8\xf9\xa5\x5f\x71\xa4\xb3\x8f\x24\x97\x3d\x2d\x7d\x4a\x14\xad\x7b\xc9\xfb\x4c\xe6\xcd\xe4\x72\x5f\x14\xc9\xcb\x5a\xba\x49\x9f\xb6\xfd\x1c\xf9\x4b\x72\xe3\x4d\xfa\x7d\xf2\xdb\x9f\x86\xd3\x98\xf6\x37\x21\xb1\x09\x45\x6c\x7f\x4c\x3a\xdf\xc9\xda\x44\x71\x32\x1c\xab\xe9\x53\x82\xef\xbb\xd2\xc6\xe1\x6b\xee\x79\x8c\xd7\x81\x0f\xcd\xee\x2a\xf3\x00\xb2\xdf\xee\x61\x30\x45\x1b\xa9\x1e\x8e\x89\x47\x38\xe5\x91\x86\x7e\xfc\x9c\x75\x03\x59\x27\x65\x42\x22\xab\x54\x8c\xca\x4f\xa4\xbc\x61\xa0\x3e\xf3\x61\x3a\xff\x93\x26\x2a\x59\x66\x89\x19\xec\x76\x77\x19\xaa\x81\x6d\xeb\xc2\xfe\xb0\x2d\x8f\xf5\x1f\x72\xf6\x6a\xd3\xf3\xcd\xb9\xcc\xba\x07\x39\x1f\xec\xb9\x93\xe5\x07\x4f\xc2\x27\x73\xd2\x23\x88\xdf\x90\x73\x52\x22\xcb\xaf\x2b\xa2\xb3\xe0\xd6\xe0\x6a\xf2\xc0\xec\xc3\xf5\x5a\x20\x9e\xc7\x35\xd2\x91\xc9\x2a\x78\x4c\xca\x4f\x59\xde\x6f\x09\x89\x94\xf2\x62\xd2\x44\x5e\x65\x22\xe9\x33\xae\xcf\x71\x27\x96\x9d\x6f\x81\x37\xb1\x51\x3c\xc7\x31\xdf\x6b\xb5\x4b\x08\xed\xde\x0e\x55\xcc\x7b\x92\xea\xe1\x98\x4f\x88\xa2\x0a\x8d\xd1\x3f\xb1\x14\xef\xe6\x68\x26\x90\xdf\x4f\xaf\x4c\x22\xfe\x9b\xa6\x01\xab\xb7\x0c\x4f\x67\xfc\x58\xe9\x4e\x16\xf9\x5b\xc7\x63\xac\x93\x02\xe4\x89\x37\x34\x0a\x9d\x64\xc9\xd3\x0a\x1f\x31\x4f\xac\xa8\x91\x71\xff\xc2\xbd\x5a\xc4\x18\x28\x1c\x6f\x44\x29\x59\x61\x15\xe3\xfe\x45\xb1\xee\x14\x61\x8a\xb2\x43\x99\x2f\xa3\xc9\x08\x7d\x51\x6c\x3e\x7d\x83\x42\x79\x3e\x03\xe6\x37\x31\xde\x5d\x20\x77\x95\x32\xdf\xbc\x57\xac\xa5\x98\xe7\xf7\x9a\xe2\xce\xf6\x07\x1f\x28\x0e\x35\xf3\x62\x52\xb8\x5e\xc7\x7c\x18\x4f\x2b\xe6\x3f\xad\x7d\x29\xf6\xc5\x52\xe4\xfe\x50\x6d\xf5\x70\x4c\x24\x6c\xf7\xbc\x3f\x53\xa8\xe2\xa0\x7b\x31\xf5\x3c\xbe\xd2\xc5\x19\x93\xc7\xcf\x7b\x08\x58\x27\xa5\xb7\xc9\x76\xd2\x51\x69\xef\x50\xb8\x9f\xed\x97\xf2\x61\x4a\xaf\x70\x07\xd7\xdd\xca\xbc\x2e\xca\x1a\xd8\x1f\xca\x4c\xb5\x28\x2f\x2a\xcd\x5f\x40\x91\xb8\x6c\xbb\x2d\x65\xf0\x65\x1b\xd6\x51\x5c\x28\x1b\xb7\x81\x14\x8b\xca\x54\x98\xa1\x52\xd6\xc0\x3c\xa9\x92\xf9\x65\xa4\x54\x50\xf2\xfb\x11\xda\xe1\x8b\xf3\x2f\x52\x8d\xac\x58\x87\x71\xff\x5d\xa9\x3f\x93\x7f\xec\x7a\xf7\x37\x29\x20\xb6\xe6\xc5\xf8\x0c\xe1\x78\xe6\x36\x31\x82\xa2\xb3\xb3\x52\x14\x79\xdb\x8a\x1c\x7e\xde\x36\xf3\x98\x07\x64\xea\xce\x7c\x98\xf9\xee\x69\xf4\xad\x0d\x0c\x98\x17\xa2\x9d\xc6\x7a\x21\x13\xa2\x98\x07\xa4\xa6\xb7\x9d\x76\x2d\x95\xc1\x85\xf4\xf7\x5e\xf5\x3b\x69\x1f\x6a\xb7\xaf\x54\xec\x07\x23\x3d\xb9\x57\xf6\x93\xa5\x48\x5b\x39\xb0\x0f\xe9\x80\x55\x2e\x53\xa3\x4c\xac\x32\x68\x1a\xc5\xc9\xca\xa2\x05\xc4\x58\xde\xf7\x27\x67\x66\xfb\xb4\xb8\x83\xdf\xbe\x05\x41\xa4\xff\xb3\x6f\x3a\xaf\xc0\xca\xea\x9c\xf1\xfc\xf7\x12\xd2\x95\xa9\xd0\xac\xa5\x9d\xab\x3c\xe1\x2c\xed\xa7\x7b\x2b\x6f\x51\xc6\x5c\x3e\xf6\x39\xf9\xc1\xde\x41\x7f\x92\x45\x7b\x22\x98\x07\xc2\xbc\x18\x4f\x09\xb3\x54\xd7\x76\x68\xdd\x17\x4b\xca\x03\xb2\x6a\xe4\xe7\x6c\x7c\x90\x79\x4f\x0b\x4e\x6e\xa5\x79\x9b\xf5\x23\x3f\xe7\x69\x2b\xb8\xbb\x99\x46\x56\x11\x85\xfb\x51\x73\x58\x0f\x48\xf9\x4a\x09\x3d\x95\x1e\x9f\xcb\xc4\x7d\xa2\x5c\xcc\x17\xa4\x7c\x98\x43\x81\xb2\xa4\xb0\x72\x70\x99\x12\xcd\x7c\x6d\xaa\x2a\x3d\xff\xda\x46\x3e\xa1\xd5\xa6\xce\xa3\x1b\x2e\x07\x67\xb2\x7e\x52\xad\xe6\x1a\xe2\x3b\xd4\x1e\x0f\xa0\x1d\xa7\xd6\x29\x9a\x15\x12\x25\xcc\xaf\x3d\x70\xb9\x98\x2c\x38\xf0\xe8\x00\xcd\x4b\x4d\xe5\x69\xb2\xa0\xfa\xf3\x35\x8a\xc7\x07\xe4\x9f\xd0\x49\x60\x7f\xd9\x9b\x05\xf8\xba\x4f\xd0\x43\xaa\x5f\xe6\x25\x50\x45\x65\xd5\x0f\x29\x94\xe7\xda\x6f\x92\x90\x0e\x9a\x8d\x67\x26\xad\x5a\xf3\x94\xad\x14\xef\x16\x3b\x6e\xa7\xd5\x35\xb7\x9e\xbb\x14\xe9\x3e\x2c\xb8\xc8\xeb\x81\x6f\x64\x8d\xb7\x2f\xa5\xa7\x3b\xbc\x6a\x37\x45\xf1\xfe\xfa\x15\xf4\xfc\xbb\x6b\x56\x71\x3c\x08\xdd\xff\x33\xdb\x2f\xe5\xc3\x1c\x6f\xe0\xf8\x50\x37\x5a\x91\x22\x73\x5d\xf8\x08\xaa\x05\xd7\x65\x4d\x21\x4f\x3c\xf6\xa7\x01\xff\x7c\x6a\x09\xe5\xc9\x27\x4d\xb9\xf3\x5b\x9d\x87\x1f\x9d\x3f\x8e\x6f\x67\x26\x57\x5d\x58\x26\xed\x0f\xc7\x1f\xec\xa0\x95\x5a\xb7\x78\x3f\xe5\x11\xc7\xdc\x39\xaf\x3a\x1e\x70\x9d\xf8\x63\xc7\x0e\x3e\xa2\xf7\x3b\x36\xf6\x77\x9a\xa7\xc3\x8f\x3e\xb0\x2e\x8f\xdc\x97\xcf\xff\xc2\x03\x5a\xbb\x95\x58\x46\x4b\x25\xb9\xac\x83\x52\x93\x4f\xd1\x4a\xda\x1f\x4b\x7f\x21\xdb\xad\x7d\xb4\x84\x9e\xde\x14\x15\xe6\x3f\x8d\x5b\x53\x41\x59\xef\xf0\xe9\xcc\xea\xec\xa3\xb0\x9f\xbc\xb1\xcb\xbb\x83\x3b\x5b\xdb\x7f\x42\xbc\xd9\x77\x56\x44\x90\xce\xf9\xf6\x22\x7f\x3d\x77\x76\x38\x7d\xf2\x99\x3e\x93\x28\xff\x39\xb3\x62\x0e\xd5\xf8\xce\xae\xe1\x7c\xea\xac\xeb\x4a\x3a\x57\x9d\x51\xf7\xa1\x27\x72\xb6\x17\x77\x7a\x3b\xf3\x20\x9d\x78\x24\x67\xdf\x70\x9e\x7d\xd6\xa0\x8a\xce\x27\xf5\x59\x75\xb4\x03\x9e\x99\x77\x85\x5e\x57\xbf\xe2\x3e\xe9\xf3\x9d\x92\x7f\x2e\x9c\x47\x71\xba\xf1\x7f\x64\xd1\xc9\x3b\x9f\xb7\x31\xae\x37\xa2\x84\xef\x04\x0f\x0d\x6a\xe9\x6f\xf1\x8b\x0a\xeb\x2c\x4b\x79\x0f\xf7\xdd\x00\x55\xbf\x96\xbe\x06\xd7\x3f\x31\x1f\xe4\xea\x75\x60\x52\x11\x70\x3e\x96\x75\xfd\xeb\x1f\x30\xce\x7d\x22\x02\x98\x9b\x00\x1c\xd1\xe4\x9a\xe8\xfe\x26\xae\xcf\x57\x6b\x00\xb6\x79\x7c\x17\x53\xc8\x58\x9a\xf5\xed\xb3\x00\x9f\x2c\x60\xe7\x3d\x60\xfd\x31\x60\x67\x27\x20\x26\x9e\x7f\x2f\x11\x7e\x7f\x89\x6b\xc0\x25\x27\x81\x3d\x8e\xc0\xee\x5c\xe0\x70\x02\xb0\xbb\x08\x38\x67\x0f\x94\x3b\x01\xb7\x67\xf1\xfd\xf1\xa7\xda\x40\xb9\x33\xf0\x56\x0e\xd8\xfd\x0a\xf8\xf2\xdb\xb7\xf8\x7f\x5b\xfe\xc3\x87\x2e\x80\x4a\x38\xf0\x87\x26\x30\x70\x38\xcf\xc3\x40\xf7\x6f\x79\x0f\xcd\xfd\x1d\x44\x9d\x83\xef\x43\xb9\x6f\xce\x65\x3b\x40\xc3\x98\xfb\x9c\x4c\x0e\xe5\xfb\xcd\x5a\x0a\xc0\xf1\x55\xc0\x9c\x61\xc0\x81\x06\x21\xa6\xb0\x96\x87\x99\x0a\x50\x5e\x02\xd8\x94\x00\x7b\xde\x02\x4e\x3a\xc0\xae\xe7\xc0\xda\xf3\xc0\x8e\x32\xc0\xcb\x05\x10\xa2\xcc\xfa\x99\x7c\xaf\x9d\x74\xee\xb7\x01\x29\x27\x81\x22\xb1\x3f\x4a\x71\x5f\x60\xaf\x06\x50\x62\x02\x1c\x0e\x65\xbc\xff\x9c\x2c\xeb\xc5\xdf\x4a\x66\x1c\xe9\xd9\x00\x60\xef\x13\xe0\x9f\x53\x40\xb1\x78\x87\x5d\x7a\xff\xbd\xad\xfd\x52\xfe\xc3\xff\xa6\x01\xfd\xa2\x5a\xfa\x7c\xfc\xac\x08\x08\xfb\xd8\xf3\xbb\x80\xa2\xee\xb7\xbc\x87\xeb\x3b\x81\xc1\x3f\x72\x3d\x6f\x44\x4f\x40\xc8\x61\xc7\x6a\x02\xf5\xc3\xb9\x2f\x4a\xdd\x62\x60\x4a\xf5\x57\xf7\xfc\xfd\x80\xb9\x0a\xc0\x1e\x2b\xe6\xc5\x94\x18\xb3\x5f\xec\x7c\xc8\xb8\xff\x8e\x3c\x60\xcd\x00\xa0\x30\x09\xf0\x1e\xc2\x78\x3f\xf5\xf9\x97\x63\x6d\xfe\x7c\x77\x20\xe5\x32\x50\x30\x09\xc8\xfd\xc2\xda\x20\xbb\x3f\xb6\xe8\xfe\x0b\xef\x73\xbe\xc7\x57\xfd\x0f\xaa\x80\x9f\xec\x79\x5e\x3e\xee\x02\x76\xc8\xb5\xe6\xff\x48\xf9\x1f\x52\x1d\x00\x29\x0e\xde\xac\xfb\x71\x05\xe8\x15\x0a\xfc\xac\x0c\xf4\x78\xf6\xdf\xbc\x87\x86\xfe\xc2\x99\x09\xb8\x3c\x05\x50\x79\x07\x9c\xb9\x0a\x8c\x8c\x07\x4e\xd5\x02\xe3\xa6\x01\x47\x5f\x02\x93\xd4\x79\x1d\x68\x6f\x62\x7d\x0a\x21\xc0\xec\x2e\x03\x16\xf5\x60\x3f\x17\xe6\xa1\x20\x98\x71\xff\x42\x6f\xc0\xf9\x3a\xb0\xbd\x2b\xe0\x16\x02\x6c\xdf\xc9\xfd\x1f\xb6\xab\x02\x9b\x6a\x80\x6d\xfd\x81\x94\x01\x2d\xf7\xfe\x85\x5c\xa1\xd4\x9d\xef\xc9\x1f\x76\x65\xff\xb9\xa0\xc2\x38\xe2\xdd\xd3\xc0\xae\xeb\xcc\x61\x11\x7e\xfe\xf8\xe7\xb7\x7d\x30\xa4\xfc\x8f\xb6\xfc\x87\xbf\x66\x03\x5d\xab\x80\xd7\x6f\x01\xf9\xe1\xc0\xcf\xf9\x40\xe7\x6b\x40\xa3\x0b\xd0\x79\x0b\x70\x57\x1b\xe8\x16\x04\x5c\x5f\x04\xf4\x50\x69\xe1\x3d\x5c\x68\x04\xfa\x0b\x51\xe6\x3a\xfb\xc9\xd1\xd7\xc0\xc8\x54\xa0\x76\x06\x30\x7e\x2a\x50\xa5\x0e\x4c\x9d\xc5\x7e\x3a\x43\x58\xef\xa3\x01\x83\x7b\xcc\x69\x31\xab\x07\xf2\xb4\x01\xeb\x76\x40\xce\x2f\x80\xa3\x2a\x90\xf3\x00\x70\x77\x66\x4e\x58\xe0\x53\x40\xc8\x4a\x36\x4d\x04\xb6\xfa\x00\xa9\x46\x40\x4e\x26\xb0\xfd\x2c\xb0\x6d\x12\xdf\xfb\xcf\x1d\x07\x1c\x99\x07\xe4\x46\x03\x17\x87\x30\x8e\x7e\x5b\x07\xc8\xd7\x07\x7e\x4d\x06\x0a\xd4\x99\x17\x24\xb5\x5f\x62\xd2\xda\xfe\xd8\x5b\xad\x79\x00\xd4\xef\xa4\x8c\xe7\x50\xd8\xc7\x5e\x08\x51\xfe\x86\x88\xef\x1c\x03\xee\xec\x10\x42\x2e\xe3\x9c\xed\x6e\x30\xef\xa1\xf3\x19\xe0\xac\x25\xd0\x4b\x88\x03\xa6\x7c\x7f\xfb\x70\x67\x40\x25\x91\xd5\xe3\x46\x3e\x06\xca\xbd\x00\xcd\x49\xc0\xce\xbf\x80\x69\xcf\x80\xc2\x1f\x80\xd9\x3f\x02\xb9\x21\xc0\xc2\xd9\xc0\x36\x25\xc0\xaa\x0b\x90\xf9\x0e\xb0\xcb\x00\x32\x6f\x00\x42\x9e\x94\x99\x05\x04\xac\x63\x3c\x38\x22\x0c\xc8\x70\x17\x4e\x4c\x40\x7a\x00\xb0\x4d\x0e\xc8\x8a\x06\x76\xc7\x02\x39\xfd\x81\x63\x1f\x81\xad\xb6\xc0\x85\x47\x80\x90\xc5\xdd\xd3\xe1\xf1\xe5\x32\xf6\xff\xcf\x0f\x5a\xec\x4f\xde\x23\xda\x2f\xdb\x9a\x07\x20\xe5\x3f\xbc\x55\x67\x5c\xf6\xff\xe4\x3d\x08\xd9\xc0\x6c\xe0\xbc\x70\xe6\xbf\xf7\x15\xef\x41\x9d\x79\x54\x35\xd6\x40\xbf\x4e\x40\xf9\x0b\x60\xc8\xcb\x16\xbd\x83\x9d\xe6\xc0\x14\x6f\xee\xd3\x21\x9c\x23\xb7\x2a\x01\x86\x3f\xb1\x26\x92\x59\x03\x90\xa1\x06\xd8\xcd\x03\x24\x99\xcc\x0f\x4a\x53\x01\x7c\x8d\x81\xd4\xc9\x40\xd8\x1b\x20\x55\x9f\xf5\xa4\x52\xf7\x00\xdb\x72\x00\xc9\x2b\xd6\x05\x91\xe8\x02\x87\xdd\x81\xf4\x27\xc0\xc5\x46\x40\xc8\xf2\x1e\x34\x08\xa7\x2b\xe0\xad\x1f\x90\xae\xdf\xda\xef\xdb\xea\x5f\x6c\x10\xf9\x52\x52\x3d\x84\xb6\xba\x1f\x6d\x79\x0f\x3f\x8c\xe2\xb1\xb9\xdf\xc7\x7a\x40\x46\xf6\x2b\xbc\xbb\x11\x90\x57\x01\x2a\xec\x81\x5e\xd7\x79\xed\xf6\xeb\xc9\xfe\x3f\xb2\x9e\xe3\xdd\x78\x75\xbe\xb3\x2f\xec\x23\x99\xee\xc2\x19\x9d\xf5\x1c\x8c\x1b\x81\x44\x3b\xc0\xda\x0e\x88\x9f\x04\xac\x9c\x0b\xc4\xc5\x30\x27\x21\x4e\x1f\xd8\x98\x03\xc4\x5d\x11\x4e\xca\x40\xfc\x54\x20\xc7\x08\x48\x98\x0d\x94\xe9\x02\x42\xb6\x7f\x58\x1b\x48\x1a\x0e\x5c\x9c\x0d\x24\x3d\x03\xee\xbf\x04\xe2\x5f\xb1\x6f\x4b\xed\x97\xea\x40\x48\xf9\x1f\xff\xa5\x03\x21\xf5\x83\x9f\xa6\xfd\xbb\x1f\x34\xeb\x5e\x88\xf3\x74\x4a\xec\x93\x71\x4c\xec\xb6\x5c\x29\xde\x7f\x2e\x2b\x04\x3a\x74\x66\xdc\x5f\x58\x2f\xf9\xbb\x81\x81\xbd\x80\xad\x1e\x80\xaa\x2e\x90\x71\x02\x98\x34\x0f\x48\x75\x05\x66\xaa\x01\x09\x8d\xc0\x82\x1b\x2d\xb8\xbf\xf0\xbc\x1c\xaa\x80\x4d\x15\x80\x7b\x24\x10\x75\x06\x10\x4e\xf8\xd1\x67\x58\x13\x42\xc8\xfe\x85\xb9\x8c\x32\x00\x4a\x4f\x73\xaf\xad\xc3\xbd\x78\xbc\xf0\x00\xd8\xb4\x01\xb8\xf7\x23\x10\xf5\x17\xe7\x0d\x52\xbf\x5f\x6f\xc2\xfb\xe6\x7f\xf5\xc3\x90\xe2\xe2\xdf\xe8\x7e\x88\xb8\x65\x73\xdf\x97\x5f\x79\x3c\xb3\x5b\xcc\x06\xe3\x78\x3c\x24\x9e\x12\x2a\xc4\x7f\x2f\xed\xba\x5b\x38\x17\xe8\xb8\x1f\xc8\xb9\x0c\x28\xbe\x63\xdc\x7f\xb0\x09\xaf\x71\xe1\x00\x92\x20\x61\xfe\x43\xb4\x1b\x30\xd7\x0d\x88\xb0\x07\xcc\x94\x80\x8d\x9f\x19\xc3\x5d\xff\x14\x70\x95\x07\x36\x46\x73\x9f\xb5\xd0\x2c\xbe\xc9\xb5\xd1\x87\xb9\x14\x1b\x3e\x01\x65\xc1\xc0\x86\x52\xe0\xb0\x07\x73\xa9\x84\xfd\x42\xf8\xf9\x7e\x09\xff\xfd\xcd\xa7\x16\xde\x8f\x90\x83\x37\xfd\x4b\x1f\x10\x69\x3f\x0c\x29\x0f\xa2\x2d\xff\xe5\xe6\x32\x31\x1e\x88\xf7\xdf\x29\x1e\x08\x7e\x20\x56\x93\x9a\x75\x1f\x44\xdc\xbf\x42\xe4\x81\xec\x14\x79\x11\x5b\x45\x5c\x3c\x43\x0e\xe8\xe4\x0a\x24\x1e\x06\x94\xee\x00\xf1\x6a\xc0\xc8\x74\x20\x72\x37\x30\x31\x19\xa4\x6a\x3c\x3b\x0c\x58\x3f\x0a\x58\x5c\x0b\x04\x75\x05\x6c\x67\x01\xfe\x0d\xcc\xb3\x15\x9e\x5f\xb0\x02\xe0\xaf\x0e\xc4\xa9\x03\xfe\x1a\x40\x76\x3a\xe0\x67\x0f\x94\x39\x00\x3e\xb9\xc0\xc1\xa3\xcc\x17\xb8\xa4\xc5\x31\xe5\x81\x0a\xe0\xf3\x0a\xf8\xe3\x37\xc0\x3b\xef\xdf\xed\x96\xf2\x3e\xda\xf2\x20\xda\xe2\xfe\xcd\xeb\x40\xd4\x07\x39\x23\xf2\x1a\x8e\x7f\x10\xe3\x41\x9b\xbe\x27\xcd\xfc\x0f\xb1\x0a\xbd\x45\xbc\x65\x41\x87\xcd\x50\x20\x76\x35\xd0\x6d\x13\x10\x19\x0f\x0c\xfc\x8e\xf9\x2b\x63\x4d\x80\xa0\x01\xdc\x67\xcc\xe7\x20\x6b\x30\x78\x2f\x11\xce\xb6\x80\xc7\x4d\xc0\xb9\x0c\xf0\x50\x04\x02\x35\x00\xf7\x30\x20\x6e\x03\xe0\xae\xc0\xeb\x42\xf0\xe3\xdd\xa3\x00\x97\xcb\xc0\xa1\x21\xcc\x83\xb8\xf8\x02\x58\xfb\x12\xb8\x9f\x0f\xac\xad\x05\xde\x1c\x03\x56\xe5\xb5\xb6\xdb\x46\xa1\x35\x0f\xc2\xec\x71\x6b\x1e\xc4\x7f\xf2\x5f\x44\xfe\xe0\x09\xa9\x1f\x88\xf3\x52\x25\x3e\xf7\x3d\x22\xcf\xa3\x48\x5a\x65\xd3\xe6\x31\x5d\x7c\x9f\x84\x2b\x3c\x86\x53\x4f\x5e\x20\xc4\x19\xe8\x1d\x08\xf8\xd5\x01\x23\xf6\x03\x9e\x27\x99\x5f\xe9\x1e\xc4\xf9\xe6\x5a\x42\xa0\x00\xe7\xdf\x80\x95\x87\x98\x73\xec\x1f\x06\x38\x2d\x05\x36\xcf\x04\x9c\x46\x02\xd9\x95\xc0\x8a\x81\x40\xf1\x51\xee\x39\x55\x9b\x0a\xd8\x96\x03\xdf\xd9\x03\xb6\xf9\xbc\x6f\xda\xfe\x0f\x78\x9d\x01\xd8\xf4\x65\xfb\x2c\xac\x5a\xdb\x2b\xd5\xbd\x68\xcb\x83\xf8\x4f\xfe\xcb\x1c\x1e\xa5\xfc\x17\xee\xba\x0b\xec\xfd\x28\xc6\x03\xb1\xda\xf8\x0d\xff\x43\x9c\x97\x18\xb1\x9f\x50\x88\x18\x37\xbc\x13\x00\x79\xe1\x4c\xd5\x07\x50\x5e\x0c\xac\x36\x00\xc6\x75\x02\x56\x4e\x05\x66\xde\x05\x56\x1c\x00\x4c\xb5\x81\xe5\x47\xf8\xfc\xb5\x2c\x16\xf0\xcd\x01\xac\x67\x02\xd1\x07\x99\xa3\x9e\xe9\x0f\x58\x8c\x03\x8a\xed\x01\xd3\xf7\x40\xad\x1b\x60\x1a\x04\x9c\x9f\x07\x98\xbc\x06\xee\x8c\x04\x8c\x47\x00\xbf\xa6\x01\x8b\x77\x00\x5f\x4e\x01\x86\xaf\x5b\xdb\xab\x53\xd0\x9a\x07\x21\xe5\x3f\x5c\x13\x6f\xd5\xb6\xe5\xbf\x1c\xc9\xe4\xf1\x1b\xfe\xc7\x3d\x1e\x0b\xf6\xf0\x98\x2d\x56\x99\x52\xc5\xbc\x23\x56\x8c\x1f\x61\x56\x3c\xfa\x9e\xe1\x71\x6d\x1d\x8f\x4e\x56\x80\x42\x27\xc0\x2e\x14\x18\x39\x1d\xb0\x3e\x2a\x33\x61\xfa\x52\xc0\xd2\x5c\xd6\xdb\x68\x39\x60\xfa\x50\x36\xc7\xee\x39\xb0\xd8\x42\xf6\xbd\xe7\x4d\x60\xe1\x45\xd9\xef\x22\x0e\x01\xf3\x2d\x65\x3d\x24\xbb\x00\xc3\xd1\x32\xe7\x76\xa8\x02\x06\x7d\x65\xe6\xee\x5f\x08\xcc\x39\x0b\xe3\xfa\xb3\xc0\x6c\x07\xe0\x87\xc9\x80\x9e\x29\xf0\xfc\x57\x60\x96\x39\xf0\x77\x3f\x60\xc6\x95\xd6\xf6\x6a\x8a\xe7\x8a\xf1\xab\x78\x1c\x23\x9e\x37\xda\xf2\x5f\x8e\x3e\xfe\x77\xfb\x77\x8b\x7c\x99\x66\xfe\x8b\x76\x27\xea\x03\x93\xe2\xde\x81\x4e\xfd\x71\x2a\xcc\x93\x08\xef\xd8\x95\xf0\x3c\xff\x17\xdd\xa8\xca\xe4\xa2\xde\x9d\xfe\xbe\xfc\x5c\x4f\xaa\x0a\x98\x5d\xea\x59\xdc\xc9\x1e\x58\xb4\x5f\xe1\xf0\x20\x45\x60\xde\x0e\x45\xb3\x09\xca\x80\xbe\x81\xd2\x08\x03\xe1\xfb\xc7\x2a\xf9\x59\x2f\x02\x74\xb4\x94\xcc\x5d\x85\x9c\xc3\x52\x49\x71\x63\x7b\x60\xaa\x44\xf1\x6e\x72\x02\x30\x39\x58\xd1\x32\x7f\x12\x30\xf1\x70\x6f\xdf\x7d\x05\xc0\x04\x1b\x05\x87\x93\x36\x80\xc6\xc7\x5e\x13\xae\xbd\x07\xc6\xd7\xf6\x54\x7b\xa2\x04\xa8\x4b\x7a\x68\xfd\x55\x03\x8c\xd5\xea\xa6\x21\xd8\xa9\xfa\xa7\x3c\xd5\xa7\x87\xbb\xb7\x7f\x23\x8c\x43\x46\xcb\xfe\x24\x8c\x83\x86\xc8\xb4\x13\xc6\xb6\xfc\x97\xb6\xfa\x37\xcd\xfa\x2f\x25\x9d\x58\x07\xa2\x91\xfb\x01\x25\x2d\x63\xb5\xe5\x98\x57\x7d\xe8\x36\xf1\x06\x8b\x7e\x54\x9f\xf3\xfd\x32\x90\x18\x74\x2e\xc3\x54\x48\x17\xc1\x2e\x90\x71\x64\x53\x83\xa1\x54\x85\xd4\x7b\x3b\x9c\x56\x8a\xb6\xfe\x88\x26\xc5\x5e\xc0\x64\xcb\x91\x7a\x6a\x8b\x64\xf4\x34\x4a\x47\x9e\xd0\xf9\x5b\xe6\xef\xb1\xf6\x23\x7f\x34\xd3\x95\xad\x1b\xa5\x3a\xb2\xdb\xca\x47\x72\xf3\x46\xc8\x8c\x08\x0f\xa8\x90\x3b\x37\x54\x77\xc4\xd8\xd8\xdb\x72\x67\x06\x0f\x1e\x3e\x20\x67\x88\x5c\xe6\xa0\xa8\x61\x16\xbb\x6f\xcb\x2d\x1e\xa8\x31\xf4\xf8\xb1\x0e\xb2\x4f\x94\x75\x86\xe2\xf2\x1f\xb2\x0e\x03\x62\x87\x18\x3e\x5c\x20\x73\xb6\xff\x97\xc1\xdf\xbd\x49\x94\xe9\xd2\x7f\xa7\xca\x0e\xc1\xce\x3e\x37\x07\x24\x09\xa3\xc2\x41\xa5\xb7\xc2\xd8\xf3\x76\x6f\xea\xef\xde\xfd\x53\x8f\xb9\xc4\x7f\x10\xe3\xa4\x94\xff\xb2\xcf\xbf\x03\xed\x9c\x3b\x23\xbb\x91\x87\xb7\xd5\x7f\x49\xfe\x75\x30\xf1\x1e\xa2\x4e\x0d\xa7\xf9\x59\xbf\x40\x95\x76\x12\xdf\xc4\x31\xb4\x32\x5c\x54\xf8\xf6\xa1\xfd\x0f\xe3\xb9\xaf\x71\xca\x04\xaa\x3b\xcd\x6d\x37\x89\xea\x5a\x93\x8f\xf1\x86\x3c\x6a\xe8\xd4\xf1\x9d\x1f\x02\x43\x77\x4e\x6d\x1a\xb2\x04\xfb\x07\xb5\x9f\x56\x3a\xb5\x33\xee\xf7\x3f\x32\xad\xda\xe8\x10\xcc\xfb\x64\x4f\x5b\xbe\x22\x1f\xe8\x7d\x6e\xea\x33\x1f\xe1\x2c\x2c\x37\xd5\x3c\x5a\x0f\xe8\xfe\x6e\x4a\xc8\x16\x05\xa0\xeb\x97\xc9\x11\x25\xcf\x80\x2e\x7e\x93\x7c\x0e\x3d\x01\x3a\xf7\x9d\x68\x7c\xe1\x67\x40\xbe\xef\x84\xfc\x1f\x27\x02\x9d\x46\x6a\x36\xfe\x76\x0e\xe8\x18\xaf\x91\x2c\xd8\xd9\x7e\xd6\x18\xd2\xb3\x97\xfd\x45\x75\x0e\xd5\x25\xad\x87\x25\x70\x7d\x52\x85\xee\x7d\x4b\xf5\x7f\xca\x37\xcb\x93\x3f\xef\xfc\x4e\xc1\x95\xed\x1f\x40\xdf\x3b\xd3\x6b\x18\x55\x89\x13\xd7\xa8\x51\xdd\x32\x66\x26\xdb\xb7\x5e\x61\x02\x65\x52\xbe\x11\x93\xa8\x2a\xe6\x1a\x3e\x95\xea\x72\xf6\xef\xb5\x68\x67\xb1\x0c\x9d\x41\x33\x3c\xdf\x9e\xbb\xb3\x6b\x3d\x99\x4d\x38\xb1\x9a\xab\x3e\xa1\x6d\xbd\x25\x86\x03\x65\x26\x00\xdd\x4f\x19\xe6\xf6\x7d\x0f\xc8\xdf\x9f\x37\x7d\xfc\x5a\xa0\x83\xb6\x61\x95\x41\x57\x40\xf6\x57\xc3\xd5\x36\xc2\xc1\xb6\xa7\x61\x6f\x37\x42\xd8\xe7\xee\x09\xa7\x3a\xb6\xc1\x70\x09\xed\xdd\xfa\x2e\x3b\x09\xf7\x9b\xe3\x74\x80\xf6\xf6\xd9\xd3\xcf\x53\x05\x54\xaf\xd7\x6d\xfa\xe4\x99\xaf\x7e\xa5\xbd\x4d\xd7\xef\x13\xc5\x28\x2d\x57\xb6\x7b\x92\x88\xeb\x69\x88\x75\xfb\x71\x4b\x85\xb1\xdc\x49\x91\xf0\x2a\x29\xff\x65\xdb\xf1\x21\x84\x1e\x49\x66\x8e\xa1\xef\x9b\x78\x9d\xfb\x21\x45\x65\x4c\xa2\xaa\xe0\xc6\xef\xa6\xd1\x0e\xe9\xf7\x59\x97\x50\x67\xd7\x94\x39\x34\x2f\x0e\x55\xfa\xb4\x6e\x96\x2a\x1a\xd0\x89\x65\x91\x2d\xab\x2e\xcf\x72\x5b\x48\x71\x44\xf3\xf4\x22\xc2\x8b\x54\xee\x9b\x12\x1a\xd1\xc9\xdd\x3c\x97\x9f\x80\xa5\x46\x2f\xe6\x25\x98\x31\x7e\x61\x61\x39\x9b\x2a\xa0\x16\x26\x5c\xa7\x36\xaf\x64\xdc\xdf\xdc\x91\xef\x6d\x9a\x35\xa4\xd1\x3b\x9b\x3c\x29\xa2\x4f\x36\x29\xda\x4f\xb8\xc6\xe2\xea\x7a\xaa\x14\x2f\xaa\xba\x49\x15\x67\xa3\x2b\x9c\x2b\x1b\x99\xfc\x43\x67\x00\x43\x51\xbf\x7b\x76\x3f\x1e\x75\xae\xf0\xa8\x45\x7d\x1f\x8a\x2d\x07\x51\xca\xb3\xad\xbf\x1a\x01\x9a\x92\x87\x13\xe9\x5e\x76\x62\x15\xdb\x1d\x9d\x3a\x83\x9e\xe3\xc6\x4b\xb3\x68\x3e\xfc\x2e\x1a\x50\x15\x78\x9d\xd2\xbc\xb9\xc2\xb8\x52\xde\x88\x50\x00\x9b\x77\xc6\x54\x5d\x35\x8d\x32\x27\xbc\xcb\x90\xdb\x45\x60\xda\xab\x25\x94\x89\xa8\x29\x2c\xa5\x1d\xb8\xcf\xbd\x65\x54\x6d\xc7\x2a\x7b\xb1\x8e\xbf\x62\x78\x6f\xaa\xc3\xdb\xab\x8d\x21\xbd\x71\xbb\x06\x3d\xd2\xa7\xb7\x0f\xb7\xac\xe2\x9f\xd7\x12\x42\x60\xe7\xb9\x9e\x62\xd7\xf2\x02\xee\xa0\xb1\xdc\x9d\x2b\xe7\xcb\x8e\x72\x6e\xbf\x2c\xfb\x14\x31\x38\x96\xf9\xf1\x99\x60\xa9\xe4\x09\x7d\xb2\x55\xe3\x7b\x1a\xa5\xfc\x0f\xe3\x46\x1e\x17\x88\xba\x07\x73\x9f\x35\x51\xff\x0b\x46\x99\x33\xac\xa6\xd0\xab\x93\x14\xa7\x13\x33\x38\xca\x5c\x8f\xe2\xc1\x46\x95\xb9\xe4\x7d\xfe\x2e\xac\x2e\xee\xee\xc5\xb7\xae\x57\x3d\x33\xa7\xea\xf7\xb2\x6a\x2b\xba\xbf\x6d\x31\xcf\x86\xec\x6c\xe6\xc1\x98\xd9\x91\x35\x1a\xf9\xac\x6e\x32\xe4\x96\x13\xf9\x41\xb7\xea\x55\x8e\x6c\xbf\x8b\xb8\x53\xad\x1d\xc8\x3c\x90\xb5\xee\xec\x0f\x6b\xdd\x67\xe6\xf1\x68\x31\x8b\x5f\xc7\x8a\x2a\x6b\x4c\x82\xe8\x13\xd6\xcc\x8f\xe7\x4e\xeb\x09\x7c\x93\x7a\xf5\x80\x3d\x65\xfc\xf3\x71\x32\x65\x55\xfa\x15\xaa\xa4\x3b\xdd\x7a\x48\x1e\xed\xe8\xf4\x9a\xfc\x6a\x85\x09\xeb\xb8\x4b\xf9\x1f\x4b\x62\x79\x34\x3f\x43\x75\xaa\x2a\x2d\xc2\x5d\x12\x27\x32\xbf\x2b\x66\x22\xeb\xe0\x84\xde\x58\x44\xfe\x1c\xa0\x69\xc6\xdd\x77\xfc\xac\x28\x4e\xac\xb2\xb1\x26\x2f\x5c\x11\xcf\x6a\xeb\x4b\xce\x33\x4f\xa0\x2d\x0f\x66\xaa\xd5\x6a\xea\x9f\x35\x26\x7c\x0d\xf9\x53\xff\x07\xae\x74\xe3\xa5\x63\x85\x87\xc8\x4c\xf5\x39\x0b\x3a\xeb\xfa\x84\x2b\xd1\x3a\xf0\x8e\x1d\x4d\x3c\x20\x1f\x63\x1d\x7a\x85\x8f\x1a\xeb\xfc\xfb\x84\x3b\x51\xce\xe6\xdd\xc0\xf7\xfd\xbd\x15\xa2\xe9\x1b\x7a\x1b\x6d\xa1\x33\xa1\x57\x45\x29\x45\x74\x2f\xf7\x23\x34\x2f\x1e\xfb\x18\xf7\xf7\xe8\xf3\x23\xe1\x3e\xeb\xae\xfc\x42\xeb\xc4\x75\xfa\x47\xca\x8d\x57\xf7\x64\xfb\x1d\xc4\x38\xc1\xbc\xa1\x94\x83\x73\xe9\xb9\xc7\xae\x58\x4c\x7d\xfb\xc3\x61\x46\xef\x1e\x98\xb7\x94\xe2\x84\xe7\xf9\x65\x34\x41\x6b\xc5\x3e\x50\x0e\x35\x8e\x84\x4b\xd8\x28\x38\x93\xbd\xa6\x9d\x99\xf7\x63\x98\xbe\x96\x70\x4e\x9d\x54\x57\xc2\x8b\x27\x2c\x77\x27\xff\x1a\xd6\xce\x93\x9e\x8a\xe2\x55\x4e\x30\x65\x35\x83\xc4\x9d\x39\x64\x3b\xeb\x1e\x84\x78\x2a\xd2\x4a\x5b\xdf\x55\x8d\x19\x58\xcb\x74\xea\xf8\x67\x13\xc2\xb5\xd7\x0f\x71\x20\xfb\x43\x3e\xf9\x90\x27\x86\xfc\xb1\x89\xce\x7e\x21\x7e\x99\xdc\x1f\x68\xf6\x4e\x8a\x8f\xc1\x0a\x35\xc4\x54\x09\xd2\x3f\x4b\x3b\x57\xe0\xf4\xdb\x3b\xd9\x93\x5f\x50\x1c\xf5\x23\x6c\x02\xf0\x7e\xc8\xf6\xbb\x55\xf1\xb8\x96\x78\x10\x9b\x4f\x9a\x92\xf7\x45\x74\xb2\xa2\xef\x17\xa2\xc3\xe8\xb2\xf7\x76\xd6\xfd\x91\xf6\x83\x5a\x19\xb4\x86\xbc\xca\x56\xec\x07\x65\xe1\xb6\x8e\xe2\x88\x91\xba\x9b\xd8\x0f\x87\xfb\x05\x4d\x6d\xf4\xa6\x79\x1c\xf3\x25\x80\xf9\x40\x83\x83\x28\xdf\xe8\xa1\xb8\x21\x87\xed\x0f\x17\x95\x3b\xa3\xf4\x19\xcf\x8a\xa8\x55\xa2\x95\x12\x79\x6b\x34\x21\xe3\x91\xf1\x33\xe8\x1b\x45\x3e\x58\x4c\xf7\xf4\xa3\xb2\x57\x10\x6e\xbf\x49\xe2\x29\xe1\x31\x82\x10\xe3\xc8\xc6\x34\xe6\xc9\x84\x15\xd2\x7c\x46\xdc\xaa\x22\x9e\x43\x84\xf2\xe9\xa1\xfc\x44\xbf\xa7\x75\x12\x3a\xab\x91\x7e\x0e\x35\xfe\x83\x56\xaa\x94\xff\x11\x64\xce\xa3\xdf\x2e\x61\x8c\xf0\xb2\xd5\xf8\xda\x7e\xdf\x92\x95\xb4\x1f\xb8\x61\x35\xed\xa8\xab\x3e\xb8\xd2\x89\x63\xf9\x13\x37\x42\xc5\x2c\xe1\x41\xab\xd5\x38\xd3\x87\xd0\xe5\xb9\xf5\xfe\x74\x52\xd5\x19\x18\x48\x27\x95\x09\x2a\x7c\xfb\x7a\x54\x3e\xf3\x05\x94\xc7\x85\x51\x7e\x21\xff\x30\x6a\x09\xdb\x1f\x2b\x66\xe0\x09\x15\x8c\xf3\x36\xf3\x61\x52\x18\xf7\x4f\x88\xd0\xe6\x71\x1e\x1f\xe5\x12\xab\xb8\x83\x4f\x42\x93\x3b\x31\xd3\x12\xe5\x42\x29\xe2\x24\x18\x33\xb3\x22\x3e\x2b\x8f\x2c\x88\xbf\xcb\x67\xe0\xb8\xc7\xc7\xe9\x89\xc6\xa9\x5f\x21\x4f\xdc\x3c\xe4\x01\xf3\x63\x44\x5e\x4c\xd4\x5f\x7f\x7b\xf0\xfc\xf1\x3c\x70\xbf\xa0\x6f\xfa\x61\xbd\x65\xfe\xcf\x6a\x23\x37\x5a\xcf\x0e\x1e\xde\x14\x0f\x6c\x52\xfd\x88\x37\x69\x36\x34\x80\x9e\xe7\x82\xdc\x10\xda\xbd\xf4\xae\x32\x2f\x64\x9a\x73\x18\xed\x1b\xe3\xdf\x30\x2f\x64\xe8\xf7\xcc\x87\x51\x74\x88\x65\xdc\xff\xb7\x84\x0d\x6c\x7f\x33\x1f\xa6\x86\x71\x7f\x29\x1f\x26\x5d\x4f\x8d\x78\x1a\x92\x99\xd3\x69\xc6\xd3\xaf\x2c\x24\xcf\x92\xec\x5a\x46\x99\x5d\xc6\x20\x57\x3a\xeb\xa5\x0f\x5d\x4f\x67\xd9\xf4\xd1\x89\x64\xaf\xe4\xee\x76\xe2\x4d\xa5\x3d\xdc\xcd\x8c\x67\xd9\xa3\xb4\x13\xa5\xf9\x5f\xa4\x8e\x97\xc9\x8d\xb7\xc9\xde\xe4\xee\x54\x83\x46\x52\xd5\x07\xfa\xa6\xf1\x9f\x9b\x28\x1f\x61\x5e\x4c\x80\x26\xeb\xe1\x78\x99\x8b\x3c\xa0\x60\xd6\x79\x5a\x39\xc1\x97\xa2\xf0\x72\x13\xe6\x3d\x59\x44\x84\x90\x7f\x2c\x12\xfb\xc7\xcc\xad\x8f\xa4\xf9\xd3\x71\x67\x55\x8a\xc9\xe5\x9b\xe9\x5b\x8d\x8d\x8f\xa3\xa7\x36\x78\x7e\x22\x45\xc1\x5e\x0d\x8c\x9b\xcb\xf5\x48\x13\x4f\xb6\x52\x3e\xcc\xb6\x15\x72\x74\x96\xc9\xf9\xd0\x87\x5e\xb1\xad\x66\x14\xad\x83\x1c\x9d\x69\xb4\x2f\x6c\x2d\x9f\x47\xf8\x6f\xce\x01\xd6\x4f\xda\x9a\xc0\x3b\x4c\xce\x77\x21\xcc\x87\x79\x1b\x4b\xaf\xdf\x5a\x9f\x4d\x9f\xbc\x75\x4d\x09\x65\x34\xd9\x57\x6a\x89\xa1\x96\xfd\xdd\xf9\xdd\xfc\x79\x3f\x50\xfc\xd9\x32\xfd\xa7\x55\xf4\xf3\xf6\xbf\x68\xde\x5a\xf3\x62\xbc\x93\xbc\xf6\xe2\x2b\x1e\xd0\xca\x9a\x20\x52\x67\x5a\xee\xce\xea\x3c\xd6\x33\x42\x49\x91\xd7\x7c\x13\x3f\xe7\x05\x1d\xb9\x8b\xd5\x9c\x46\x3e\x59\x4e\x3f\x10\x47\x27\xd0\x09\xef\xf9\xc6\xc5\x28\xb0\xb7\x2a\xff\x91\x4e\x5e\xd8\x23\x3f\x83\xd4\x28\xb0\x7b\x6b\x7f\xb6\x3f\x5f\x3c\xc1\x15\x8e\x67\xe6\x7e\xe1\x5e\x8e\x93\x3b\x14\x47\x51\x0d\xb0\xf0\x02\xe3\xfe\x05\x27\x0c\x89\xbf\x51\x24\xcb\x4a\x56\x85\x4e\xab\x29\xd4\x16\xc9\x07\x10\x0f\xaa\x30\x3b\x86\x22\x74\xa1\x4b\x26\x21\xc7\x45\x43\x77\x51\x46\x53\x28\x5f\x43\xfa\x1a\xf9\x7a\xac\x87\x91\x37\xe6\x1a\x79\x74\x5e\x6e\x23\x21\xf1\xb9\x0d\xaf\xf9\xc4\x10\xf0\x89\xd6\x47\x4e\x36\xd5\x29\x6b\x03\xe9\x5f\xaf\x7e\xcb\x76\x3b\x6e\x0a\xa3\x57\xd9\xd4\xb3\xdd\x96\xe0\xbe\x39\x8b\x2f\x70\xdf\x1c\x03\x6f\xe6\x85\xe8\x78\x27\x53\x25\x77\xea\xfd\x54\xca\x72\x35\x46\x32\x4f\x62\x84\x41\x16\xf1\x85\xa5\x7d\xa2\xba\x4e\xca\x35\x6d\x6d\xff\xce\xe3\x3c\x96\x0e\x6c\x4f\x35\x8b\x32\x15\x25\xaa\x79\x96\x5e\x61\x1d\x8c\xb2\xed\x53\xe9\x1b\x94\xba\xcf\xa5\x88\x5c\xfa\x72\xc9\x5e\x1e\x9d\x3b\xf1\xef\xfd\x98\xff\x92\x17\xf1\x23\xff\xfb\x0c\xfa\x84\x12\x37\x66\xdc\x94\xa4\x54\x12\x13\xa5\xf8\x15\xe3\xfe\xc5\x3a\x0d\xb4\xae\x76\x39\xdd\xa7\x5a\xc2\xae\x13\xbf\x91\xa7\x17\x2b\x7f\xa4\x27\xc4\xbc\x98\xb5\xee\x1b\x69\xb7\x5a\x15\xbd\x89\xa2\xa9\x94\x07\x64\xd5\x18\x47\xe7\x05\x33\x05\xb6\x7b\xe1\xfb\x14\xca\x17\xe7\xa4\xa6\x53\x3e\xa4\x3d\x3e\x9d\x9e\xd6\x24\x93\x6c\xd2\x8f\x1b\x93\xc7\x59\xcd\x30\x4d\x56\xe7\xe8\xeb\x90\x4f\xac\x8c\xce\xda\xd2\x8a\x55\x89\xa8\xe8\xba\x57\xac\x78\x56\xe8\x74\xa0\xe7\x5b\xd1\xa8\x44\x7c\xb1\x7d\xce\x23\x29\x6f\xde\x67\xc8\x7d\x40\xf6\xb9\x1a\x10\x36\x50\x71\x92\x33\xd3\x7d\x5d\x56\x76\xe7\x7f\xc7\x8a\x4e\xfb\x96\x47\xd0\x4e\x55\x31\x34\x95\x32\xdd\x0a\x91\x27\xb5\xb7\xbe\x7c\x28\xbf\xee\x18\x69\x8e\x97\x7b\x5d\xa2\x9e\xdb\xe5\x23\xef\xf1\xdf\x57\xfc\x4c\x7f\xdf\x13\xf1\x8e\xe6\x6f\x37\xe5\xdb\x6b\x66\xb0\x2e\x8c\x83\x52\x1c\xc7\xc3\xfa\x64\x7a\x95\x65\x68\x1a\xb1\x72\x16\xdd\x63\x7d\x18\x43\xdd\x0c\xe2\x03\xea\x61\x2b\xb1\x96\xb5\x12\x99\x95\x34\xc1\x73\x3b\x45\xad\x31\xe1\x9c\xed\x0f\x2e\x28\xa2\x6c\x50\xb1\xe3\x2e\xf2\xce\x4e\xee\x65\x62\x1f\xbd\x66\x7d\x9c\x8e\x3c\xd6\xca\xca\xb1\xde\xcb\x6c\x45\x9a\xa1\xda\xfd\x23\xe8\xc6\x43\x6d\x23\xf3\x1f\x6a\xfe\xd1\x27\x7e\x57\xed\x38\x73\xe2\x45\xd4\xde\x62\xdd\xa0\x83\x53\x3d\x89\xa9\x51\x1b\xcb\xb5\x9e\x03\x8f\x92\x29\xc3\xa9\x1d\x99\x4b\x9e\x58\xbb\x66\x2f\x31\x7c\xf7\xbb\x1c\xa2\xf9\x3d\xa0\x70\x81\x6a\xa7\xfb\xf7\xdc\xa2\xe7\x5f\xb3\xee\x27\xda\x47\xf6\xdf\xf9\x8b\x4e\x3c\xd5\x97\x3f\xbf\xfb\x6f\x1e\x90\xe9\xc0\x4c\xca\x42\x16\x61\x1b\x21\x1b\x86\xca\xb9\x94\x17\xea\x26\xe5\x52\x9e\x34\xb5\xb1\x90\xec\x94\xf6\xc9\x52\x5b\x51\x4c\x7e\xa5\x72\x7a\x0f\x3d\x4d\x85\xd7\x7b\x28\x7a\xc9\xab\x54\x8a\x48\x47\x73\xbf\xa8\xf6\x3c\x4a\xf9\x30\xc7\x1f\xb0\xc4\xef\x71\x95\x61\xf4\x4e\xc7\xba\x4c\xb8\xc7\x7f\x9f\xed\xcd\xa3\x29\x75\x6a\xaa\xfb\x9e\x33\x9a\xe3\x0d\x1e\xf4\xba\xe3\x01\x1b\x29\x5f\x3c\x66\x1f\x4f\x4f\xea\x98\xa8\x50\x75\xbc\x61\x37\x3d\xd9\x63\x47\x0e\xd1\x13\x3b\xf2\xea\x2c\xf9\xd1\x11\x9d\xeb\xc4\xff\x38\x3a\xb2\x91\x98\xf2\x47\x92\x5e\x91\x92\xda\xe1\x9a\x8f\xa3\x80\x3f\xc2\x19\x5f\x78\xb5\x16\x50\xc9\x02\x9e\xd7\x00\xca\x07\x80\x46\x05\x40\xe5\x15\x70\x77\x17\x30\x64\x1d\xdf\x91\x1c\x9e\xfe\x15\xde\x7f\x17\x18\x9d\x02\x9c\x1d\x02\x68\x5a\x30\xef\x61\xb2\xf0\xae\x3f\x00\x5a\x8f\x81\x9a\x89\x80\xde\x21\xa0\x42\x0e\x98\x57\xce\x7a\xc6\x8b\xac\x5b\xf0\xee\x1d\xb7\x81\xe5\xcf\x81\x1d\xdd\x01\xe7\x2b\x40\x41\x17\xc0\xe3\x17\xbe\xf7\x2d\x64\x60\x05\x95\x8c\xd1\xe4\x3e\x07\x12\x6a\x81\xdc\x54\x20\x2b\xbc\xe5\xde\xff\x0e\x5f\xa0\xf2\x77\x60\xc7\x52\xa0\x4e\xe4\x89\x5c\x3a\x2c\xf6\x3f\x70\x07\x4a\x1e\x03\xbf\x85\x02\xa5\x33\x81\xcf\x3e\xc0\x4e\x91\x07\xd2\x16\xff\x96\xf2\x1f\x7e\xdf\x05\x0c\xd0\x65\x2c\x6c\x80\x1f\xf0\x2c\x9e\xf5\x0c\x1e\xb8\x03\x7d\xff\x02\x6e\x27\x01\xca\x6e\xc0\xf5\x64\x60\x90\x0c\x70\x45\x0d\x18\xaa\x09\x9c\xf3\x05\x46\xbc\xe5\x3e\x17\x63\x4d\x80\xba\x1a\x60\x62\x30\xe3\x7c\x42\xbc\xaf\x2e\x04\x74\xbf\x03\xf6\x1c\x02\xe6\x94\x01\xa5\xf3\x81\x45\xa3\xbe\xc2\xfd\x87\x00\xcb\xa6\x00\x79\x65\xdc\x07\x63\xdb\x31\xc0\x35\x57\xd8\x45\x01\xbf\x13\x3c\x1f\x11\x61\xc0\xf6\x0d\x40\xe2\x55\x20\x67\xb8\x70\x16\x02\xb6\x1f\x01\x8a\x36\x72\xd4\xad\x52\x01\x8a\xba\x03\x27\xd4\x81\x42\x55\xe0\x52\x09\xb0\x73\x21\xf0\x70\x20\xf7\x3f\x10\x6c\xda\x75\x08\x68\xf2\x01\xf2\x23\xff\xdd\x7e\x29\xff\xe1\xf7\x69\xcc\xfb\x90\xea\x5e\x3c\x39\x01\x28\xd9\x03\x8f\x2b\x01\xe1\x1c\xd8\xac\xf7\x20\xf6\x77\xb8\x10\x09\x0c\x38\x0a\x08\x39\xfc\x30\x75\xe0\xd4\x23\x60\x54\x11\x70\x34\x00\x50\x1f\x0f\xd4\x9c\x00\x26\xa6\x00\xe5\xef\x80\xe9\xe3\x19\xf7\x17\x96\xef\xce\xd1\xc0\x7c\x77\xa0\xe0\x16\x60\xea\x08\xe4\xc7\x08\x27\x64\x60\x9b\x25\xe3\xfe\x5b\x77\x02\xae\xdd\x80\xec\x47\x8c\xcd\x64\x2f\x64\x2c\x2b\xeb\x05\x10\xa7\x00\x64\x4f\x07\x32\x0a\xb9\x2f\xfc\x8e\x89\xcc\x83\xa8\xf2\x64\x7c\xfb\x88\x0e\x90\x6f\x0e\x08\xf9\x63\xbe\x33\x70\xef\x11\xf7\x50\x79\xdd\x1d\x28\x74\x66\xfc\xff\x9b\x3e\x18\xb3\x5b\xe3\xc0\x82\xfd\x3d\x8d\x98\xff\xd2\xf5\x3c\xf0\xe8\x03\xd0\x39\xe5\x5b\xde\x83\x54\xe7\xe0\xbc\x2b\xa0\xe4\xc4\xf6\x0f\x70\x01\x8e\xae\x05\x06\x47\x00\x07\xaa\x00\xd5\x99\xcc\xfb\x10\xd2\xfa\x3d\x12\x61\x2f\x01\x8a\x4f\x30\x5f\xaa\x68\x3f\x60\xb8\x12\xc8\x4b\x01\x16\x27\xb0\x3d\x4b\xc2\x80\xac\x72\xc0\x6e\x1b\x90\xb5\x99\x4f\xe2\x59\x9a\x8c\x4d\x09\xd9\x96\xb0\xf1\x64\x3c\x05\xe2\x9e\x03\x99\xb7\xf9\xbf\x2d\xc3\xb9\x07\xc6\x16\x27\x60\x5f\x31\x63\x3b\xc2\x9a\x14\xe6\xe5\x7b\x15\xe6\x0e\x3d\xcc\x02\x72\x4f\x02\x7f\x24\x7f\xd5\x07\x42\xb4\x3f\x59\xc4\xb5\xe2\xc5\xbe\x49\x51\xba\xe2\x3c\x8c\x03\x3a\xda\x03\x4f\x1a\x01\x39\x7f\xe6\x01\x09\xf9\xcd\xdd\xd3\x80\xb0\xaf\x09\xef\xdd\x41\xb7\x85\xf7\x50\x5f\x07\x74\xcf\x07\x4e\x84\x02\x0a\x45\xc0\xa1\x01\xc0\x80\xf1\xc0\xfe\xeb\xc0\xb0\x89\xc0\x1e\x23\x40\xcd\x1b\x28\xf9\x13\x98\xa0\x00\x14\x8d\x04\xa6\x9b\x03\x05\x27\x81\x39\x6f\x80\xec\xe3\xc0\xfc\x81\x8c\xd3\x9b\xe7\x32\xee\xb3\xbc\x0e\x90\xf8\x01\x42\x9e\x94\x14\x0b\x78\xfc\x04\xa4\x96\x00\xeb\x7f\x07\x52\xe3\x58\x0f\x43\x12\x05\x64\xee\x07\x24\x6e\x40\x51\x2c\xcf\x13\xe9\x1f\x14\xf1\x3c\x6c\x79\x02\x7c\xff\x9e\x71\xe5\xa7\xb6\xc0\xd6\x1e\xc0\xfb\xc3\x2d\xf6\xb7\xe5\x7f\x6c\x5a\xda\x9a\x07\x20\xc5\x79\x9f\x89\xd5\x91\xfb\x42\x56\xf8\x92\x75\x70\xf0\x15\xef\xe1\xdc\x5b\xe6\x85\x9c\x3a\x0e\x74\xcc\x07\xea\x02\x81\x6e\x8f\x80\xfd\x47\x80\xde\x75\x40\xc5\x27\xa0\xdf\x71\xc6\xf9\x86\x86\x31\xee\x3d\xf6\x13\xe3\x7d\x53\x5c\x58\xd7\x42\xc7\x1b\xc8\xba\xce\x3a\x42\xcd\xb8\xff\x1b\xc6\xf3\x92\x9c\x18\x83\x4c\x30\x66\x2c\x2f\x51\x1f\x58\x3f\x12\x48\x52\x05\x62\xbd\x80\xf8\x46\x40\x92\x0b\x24\x98\x03\x85\x0a\x40\x62\x19\x50\x71\x97\x71\x23\x61\x1e\xd2\x54\x80\xab\x3a\xac\x17\xf1\xb4\x9c\xf1\xe5\xf7\x8d\x40\xb2\x21\xf7\xc6\x8a\xed\xd0\x9a\xff\xd1\xb6\x0f\x86\x74\x1e\x1e\x87\x32\x1e\x79\x47\xc4\x33\x6f\x94\x02\x58\xfa\x2d\xef\xe1\x64\x2e\x20\xdb\x03\x38\xb4\x17\x68\xdf\x0f\xd8\xf7\x12\xe8\x52\x22\x64\x25\x80\xa2\x3b\xe3\xde\xca\xc7\x5a\xf4\x0e\x72\x03\x00\xcd\x73\xdc\xe7\x42\xab\x1e\x48\x5b\x0c\xe8\x0b\xb1\x4f\x8e\xf5\x62\xe2\x82\x80\x25\x41\x40\x54\x57\xc6\xea\xa2\x37\x02\x6e\x72\xc0\xa6\xe7\x40\x40\x3c\xb0\xb9\x08\x88\x89\x01\xa2\x53\x80\xb4\xe7\xa0\xec\xb6\xd0\x0e\x88\x93\x00\xd5\x95\x40\xfc\x2d\xe0\x74\x77\x20\xbe\x04\xb8\xe6\x02\xc4\xcf\x03\x84\xfc\x39\xf1\x57\xe0\x7f\x8a\x40\xec\xcf\x6c\x67\x44\x57\x91\x07\xf0\x1f\x3a\x10\x52\xde\xc3\xfd\x54\x1e\xff\x8b\xf7\xd0\xdc\xef\x43\xe4\x7f\xd4\x0c\xe0\xb1\x5c\x06\x68\xd7\x93\xf5\x6e\xba\x5a\x33\xef\xa5\xf7\xbe\x16\xbd\x83\xcc\x06\x60\xcc\x06\x8e\xcb\x42\xbc\x48\x9a\x00\xcc\xcc\x63\xdd\x83\x05\x2a\x40\xe4\x5b\xc0\x6c\x18\xef\x0d\x76\xaf\x80\xb0\x12\x60\xad\x22\x10\xe6\x05\xf8\xdf\x07\x22\xc7\x01\xd1\xdd\x01\xe1\x34\x9b\xe6\xc9\xba\x08\x82\x8f\x45\x5c\x03\xaa\x7a\x01\xe1\xa1\x40\xdd\x17\x20\xd2\x12\xb8\x36\x18\xd8\xf4\x3f\xe0\x69\x0f\x20\xf2\x3a\x73\x42\xa5\xbc\x9f\x66\x1e\xc0\x89\x36\xfc\x87\xb2\xd6\x78\xf7\x37\xbc\x87\x36\x7a\x07\xcd\xba\x17\x6a\x62\x56\x28\xde\x2a\x6a\xc6\xbb\xc7\x03\xb2\xed\x38\x4e\x75\x3f\x09\x64\x8d\x03\xfa\x66\x01\xa9\x85\xc0\xd0\xde\x40\xbc\x19\xc7\xcf\xe8\x7a\x60\xfa\x0e\xb6\x47\xff\x29\xb0\x51\x8e\xfb\xe5\x6c\xd8\xcf\xfb\x47\x60\x0d\x63\xbc\x81\xb9\x80\xef\x24\xe6\xaf\x6c\xd2\x06\x36\x08\x3e\xaf\x02\x08\x67\xcd\xfc\x37\x40\x88\x16\x50\x35\x14\x08\xd6\x00\xea\x4c\x99\x2b\x71\xcd\xbe\x45\x07\x62\xa3\x1e\xf0\x51\xc8\x45\xe2\x5a\xf3\x3f\xa4\x76\xaf\xb6\x6f\xcd\x07\x90\xfa\x41\x5b\xdd\x8b\xef\x44\xbc\xfa\x1b\xdd\x0b\x29\xee\x2f\xde\x07\x2f\x16\xf1\x0f\xa9\xde\x41\x46\x28\xe3\xdb\xc9\x4d\x40\x57\x51\x8d\x57\xb9\x18\x88\x0c\x00\x46\x9e\x00\xc2\x8c\x80\x89\xd3\x19\xff\x17\xf6\xd3\xc0\x32\x60\x61\x16\xa8\xcb\xb7\x95\x26\xe0\x6d\x05\x38\x5d\x67\x1e\x83\x4f\x16\xe0\xf3\x9e\x35\x03\xfc\x32\x00\x49\x3f\xc0\xbf\x3d\xf7\x98\xf1\x35\x02\xaa\x87\x03\xbe\x2b\x80\x53\x3f\x02\xbe\x5f\x80\x1b\x25\xbc\xd7\x3c\x73\x03\x7c\x7b\x02\x7f\x7f\x6e\x79\xee\x6b\x45\xfd\x24\x47\x11\xef\xb7\x2d\x17\x47\xb1\xbf\x5c\x5b\x3f\xf8\xa6\xef\x0b\x9f\x9a\x71\x58\xec\x9e\xd9\xb6\xef\x89\xf4\xf4\xd8\xac\xfb\xb0\x98\xc7\xf8\x1c\x40\x36\x14\x88\x6e\x0f\x28\x38\x00\x61\xea\xc0\x60\x75\x20\x24\x1e\x18\x9f\xc0\x76\x0b\xf1\xc2\xab\x13\x60\x98\x0e\xaa\x72\x59\x94\x00\xee\x2e\x3c\x0f\xae\xef\x01\xcf\x4a\xc0\x43\x93\x6f\xb4\xb9\x09\xef\x9d\x04\xb8\x09\x39\x41\x10\xb0\x2e\x02\xa8\xaa\x03\x5c\xc3\x81\xd3\x9a\xcc\xc9\xbd\xae\x03\xac\xbd\x09\x3c\x1f\xc1\xaf\xff\x3c\x08\x70\x9a\xd2\xda\xee\x65\x62\xdf\x41\xb3\xe7\xad\x79\x10\x37\x87\xb7\xf1\x03\x69\xdf\x17\x31\x4e\x7c\xc3\x7f\xd1\x6c\xed\x07\x52\xfe\x47\x96\xb8\x4e\x52\xed\x78\xdc\x2c\xf2\x89\x36\xde\x03\xe4\x03\x01\xe1\x74\xdf\xe7\x17\xc0\xdb\x0e\x18\x61\xc4\xbc\x0e\x21\x0f\x77\x35\x63\xde\xd8\xea\xd9\x80\xc9\x65\xc0\xb9\x9e\xf5\x83\x9c\xe2\x78\x0e\x1c\xab\x39\x36\x38\x89\x7a\x18\x0e\x12\xa0\xc0\x04\xb0\x3f\x0a\x54\x8e\x05\xec\x83\x81\x93\xa6\x80\xfd\x66\xce\x79\x85\x58\xfb\xec\x06\x60\xa7\x0a\x7c\xfc\x1f\x60\xd3\xa7\xb5\xdd\x52\x1e\xc4\xc2\xef\x5a\xf3\x20\xbe\x17\x79\x0a\xff\xc9\x7f\x39\xc2\x63\xa5\xa8\xab\xb4\x47\xd4\xff\x28\x12\xf1\xfe\xb6\xfc\x8f\xc4\x35\x3c\x46\x32\x2c\x82\x20\x23\x1e\xbd\xf4\x81\x1e\x73\x00\x17\x7f\x60\x90\x3f\xb0\xca\x1c\x18\x77\x12\x70\x38\x06\xe8\x74\x04\xec\xfa\xf3\xfe\xb1\xdc\x9d\x6d\xb1\x3e\x0f\xea\x3b\x6a\xdd\x05\x08\xfd\x13\x58\xf2\x18\x48\x3e\x0a\x58\xd6\x71\xaf\x2d\x8b\xe7\x40\xa5\x11\x60\xf6\x8a\xb9\xac\x66\x96\xc0\x8d\x08\xc0\xec\x3a\xe7\x42\x26\xa9\xc0\xff\x24\x2d\x76\xb7\xe5\x41\xe8\x8a\xf9\xa5\xce\x2e\x1e\x9b\xd7\x81\xc8\x8f\x3a\x25\xda\xd9\xcc\x7f\xf9\x8b\xc7\xbd\x22\x2f\x6e\xd7\x8f\x3c\xe6\x8b\xbc\xa8\x2c\x91\x77\x28\xe5\x7f\xc4\x8a\x55\xa7\x8d\xa2\x7f\xf9\x8a\x71\x66\x75\x24\x20\x57\x08\x38\x2a\x00\x4a\xdd\x00\x5b\x33\x40\x75\x06\xb0\x34\x0b\x98\x1a\x01\x58\xba\x73\xde\x6d\xb6\x17\xb0\x91\x07\x4c\x56\x00\xae\x9f\x81\xc5\x1a\xc0\x86\xa1\x3c\x47\xc9\x11\xc0\x02\x33\x20\x6f\x0c\x30\x3f\x1b\xa8\xb8\x09\x18\x7e\x04\x4e\xd4\x02\x73\xdf\x01\xd7\xa2\x00\x03\x59\xe0\xf1\x05\x40\xff\x67\xe0\xaf\x62\x40\xef\x26\xdb\xa9\x2d\x3e\xf7\xc9\x22\x3f\x4e\x53\xec\xab\xa5\x2e\xea\x6d\x35\xaf\x03\x51\x3f\xe9\x3f\xf9\x2f\x6d\xfa\xdf\x34\xf3\x3f\xbc\x79\x8c\x9f\xd4\xda\x0f\x02\xc4\x79\x71\x17\xd5\xcb\x1d\x65\x79\xb4\xea\x07\x74\x51\x02\xcc\xba\x03\x83\x4e\x00\x8b\x9e\x02\x9a\x42\xac\x94\x01\xf4\x4b\x81\xb9\xbf\x02\x4b\x4e\x01\x73\xf6\x03\x6b\x6e\x03\x7a\x16\x40\x88\x22\x6b\xb3\xc5\xbf\x05\x66\xd8\x03\xdb\xe5\x01\xed\xde\xc0\x9e\x99\xc0\x34\x5f\xe0\xa8\x16\x30\x55\x0b\xb8\xdc\x13\x98\xfc\x09\x78\xa0\x0e\x4c\xba\x0a\xfc\xee\x06\x4c\xd0\x61\x3b\xc7\x8a\x7a\x39\xa3\x44\x7e\xed\x70\xb1\x4f\xe9\x10\xb1\x9f\x4e\x33\xff\xe3\x3f\xf4\x5f\xa4\xfa\x27\x52\xfe\x4b\xce\xef\xad\xed\x97\xf2\x5f\x22\x4e\xca\x52\x1d\x2b\x64\xb6\x1c\x55\x39\x3c\xd2\xdb\x53\xe1\xd7\x59\xa9\x03\xd5\x1f\x96\xd6\x75\xa4\xea\xe0\x7c\xfb\x4e\xf6\xf8\x09\x98\xf3\xb4\xb3\xa7\x92\x0d\xa0\xfb\xa6\xcb\x8f\xa3\x97\x02\x5a\x11\x5d\xcf\xe9\xca\x03\x53\x24\xdd\x92\x4c\x77\x01\x13\xbb\x74\x9b\xb4\xb2\x3b\xa0\x21\xd3\xf5\x99\xff\x30\x60\x5c\xef\x6e\xca\x31\x67\x81\x31\x63\xbb\xb6\xdf\x32\x1f\x50\x9b\xd1\xc5\xb8\x44\x02\xa8\xfa\x76\x8e\x39\x58\x05\x8c\x1c\x24\xbf\xfc\xbb\x9e\xc0\x88\xee\x9d\x94\xef\xe4\x01\xc3\x1e\x76\xb4\xfc\xe5\x31\x30\xf4\x63\x07\xdf\x4f\x9f\x80\x41\x17\xe5\xa8\x0e\xa9\x2c\x8b\x49\xc2\xa8\x24\xee\x97\xbd\x72\x79\xfc\x2f\xfe\x47\x5b\xfe\xcb\xd6\xac\x8e\x54\x3d\x4e\x3d\xdb\x99\xaa\x1e\xf1\x29\x5d\xe9\xf7\xe1\xa1\x0a\xa7\xf9\xf9\xb3\xc3\x78\x28\x30\x2f\x64\xa5\x84\x51\x89\xa5\x69\x7d\xa8\x5e\xb3\x08\xdc\x67\x43\xfb\x82\x32\xf1\x2c\x34\x7e\x1e\xf8\xa9\xab\x31\x30\x26\x49\xa5\xd3\x90\x1b\x58\x30\xf2\xa1\x4a\xf8\x94\x43\xc8\x1f\x5a\xad\x52\xb3\xe0\xa3\x4c\x7b\x95\x4e\x2a\xe6\x76\xe3\x64\xcc\x95\x97\x0c\xfa\xe2\x59\x29\x33\xa4\xbf\xb5\x8a\x7b\x64\x7b\xa0\x6f\xa7\x41\x61\xe9\x4e\x80\x92\xd9\xc0\x0d\xc2\xd9\xba\xb7\xb7\x72\x59\xcd\x78\x40\x61\xc2\x80\xa4\x33\xd5\x40\xaf\xce\xfd\x93\x6f\x1a\x01\x3d\x3b\xf4\xf3\xff\x29\x1f\xe8\xd1\xbf\xef\xb3\xbf\x57\x00\x5d\x4f\x2a\x52\xdf\x8b\x4e\x6b\x7a\xfa\xd1\xe8\xdb\xa5\x86\x47\xf9\x27\xc2\xf8\x5f\xf6\x17\x58\x77\xa4\x48\xb9\x75\x68\x77\xc2\x35\x53\x5e\x2a\x52\x55\x35\xae\x81\x75\x5f\x36\x3a\x0c\xa4\x08\xe0\xef\x35\x98\x7e\xef\x06\xae\x26\xad\xac\x1a\x41\x3a\x1a\xd6\xa7\xd4\xe8\xd6\xe9\xe2\x28\x35\xaa\xf3\xe9\x61\x0c\x45\x9e\xf1\xf1\xe3\xa8\xfa\x3c\x50\x7b\xfc\x05\xd9\xcf\x40\x5f\x57\x8d\xa2\x7e\x8f\x00\x85\xed\x9a\xc1\xe3\x6d\x80\xee\xcf\x35\x97\xeb\xc7\x03\x5d\x82\x34\x2a\x96\xc6\x03\x9d\xd2\x34\xc6\xba\xee\x07\xda\xbf\x1d\x7f\x7e\xa3\x1a\x20\x57\x36\x7e\x52\xca\x20\x40\x66\x8f\xba\x4d\x3e\xed\x49\xe3\x50\x49\xf7\x18\xc7\x2a\x9e\xa2\x58\x3d\x7a\xdf\x75\x5a\x83\x6a\x2f\x9e\x10\xce\xa7\x36\xe0\x1d\xd5\x6b\x47\xfc\xcd\xb8\xcd\x90\x50\x1e\x07\x88\x7a\x18\xfd\x32\x85\x71\x9f\xc8\x77\x2b\x8e\x6e\x4f\x91\xb0\xd0\xa5\x17\xd9\xb3\xe5\xa9\x12\xe1\x2e\xc9\xe3\x06\x11\xca\x1a\xa3\xc3\x76\x6e\x78\xac\x4a\x76\x06\x68\xaa\x51\x06\xe1\x11\x3a\x96\xea\x71\x4e\x77\x27\x50\x24\x59\x96\xae\x49\x38\xa7\xe9\x79\xe6\xbd\xe8\xcf\x67\x7e\xc8\xe4\x2a\x6d\x42\x73\x47\x18\x68\x53\x55\xba\xbb\x8d\x2e\x45\x20\x39\xc3\x59\xcb\x7b\xd2\xde\x3d\xab\x4c\x95\xea\x71\x33\x1b\x74\xc9\xd3\x66\xbe\xb2\xa0\x51\xd7\x62\x0d\xdd\xbc\xd7\x6d\x58\x4f\x6f\xa9\x33\x3c\x91\xb8\x6d\x33\x3e\xe6\xd1\x37\xd6\x3e\xba\x8f\x56\xa0\x56\xfd\x09\xb2\x6b\xfa\xe1\x6b\xf4\xcd\xa6\xeb\x34\xf2\xcd\xd2\xb8\xbf\x68\x1e\x26\xbe\x67\xbb\xc7\x6f\xe0\x71\xb4\xd8\x0f\x63\xe4\x21\x61\x2c\x53\xe9\x4e\xe8\x5a\x7e\x23\xfb\x71\xc6\xcd\x41\x54\x2d\x4d\x7a\xc4\x76\xc7\xbc\x62\x34\x3e\xfc\xa4\x26\x55\x49\xfd\x9d\x26\x91\x9f\x78\x34\xb2\x5e\xc6\xaa\x5a\x46\x9f\x96\xe9\x68\x53\xbd\xdb\xf4\x1c\xf3\x5f\xe6\xad\xd3\xa3\x8c\x4a\xab\x9b\x3e\x2d\x98\x31\xd7\x58\x1f\xa5\x5f\xd3\x3c\xaa\xf7\xb6\x73\x5c\x28\x32\x30\x8d\x4c\x98\x41\x66\x14\x37\x8a\xce\x30\x46\x56\xba\x54\x77\x34\xea\x68\x4e\x8a\x33\x0b\xd7\xaf\xa6\xb3\xcc\x02\xb3\x20\x9a\xc9\x05\x0d\x5c\x49\x5f\x60\xc6\x3d\xdb\xe6\x15\x95\x13\xe2\x62\xf8\xf7\x71\xc2\x47\x0d\x7f\x64\xed\x1f\x83\xfb\x8f\x68\xc5\x1a\x64\xfe\x41\xca\x4d\x7a\x27\x44\xfe\xc7\x79\x1e\xa7\x69\x8b\xfc\x18\xd2\xb1\x2e\x0c\x53\xa6\xfa\xeb\x16\xc9\x30\x5a\xd7\x29\xce\xac\xca\x11\xfd\x52\x93\xec\x0b\xd3\x9c\x42\xf6\x04\xc9\x68\x71\x1f\x98\x37\xba\x14\x39\x57\x1f\xd5\x23\x74\xc1\xce\xd9\x80\xd0\x39\xcb\xeb\xf3\xe9\x29\x18\xfd\x62\x44\x19\x83\xae\x38\x4e\xf0\x30\xa6\x75\x33\xc2\x91\x75\x15\x14\xb6\x58\xcc\x63\xfb\x97\x8a\xf7\x9c\xad\xe2\x14\xe8\xcc\x62\xd5\x34\x8a\x72\xf6\xa5\xe9\x33\xa8\x12\x6c\x55\x60\x4a\xdf\xc4\x4a\x9d\x91\xe6\x25\x8f\x18\x39\x5e\x12\xc3\xb1\xd9\xd2\x7a\x2b\x31\x98\x2c\xc5\x8a\xb8\x45\xd9\x11\xfa\x26\xe6\x9d\x2f\x52\x9d\xd6\xd4\xfd\x2e\x7d\x82\xa9\xd5\x6f\x34\x1f\xc6\x8d\xac\xb5\xb9\xe0\x06\xdb\x3f\x47\xe4\x47\xcd\x24\xfd\xea\xcc\xa0\x71\x54\xed\x4e\x6e\xe4\x7e\x50\x31\x3a\xec\xcf\xe1\xef\xb5\xe8\xdd\x82\xeb\xf4\x68\x7e\x3c\x0b\x0d\x69\xd6\x57\xdb\xb3\xca\xb8\x7d\x0a\xdb\x69\xb5\x92\xf5\x51\x8c\x87\x99\x13\xfe\x69\xa0\x6f\x41\x19\x87\x94\x07\x33\x26\xcf\x9a\xd0\x6b\xe5\xbd\x36\x84\x3a\x76\x36\x66\x7e\x08\xe0\x20\xee\xb0\x0e\x47\x15\x28\x47\x5b\xf1\x7a\x14\xe5\x1e\x8e\x1a\xbc\x72\x1c\xac\x16\x53\x64\x71\x10\xf7\x5c\x07\xf8\x12\xb7\xd5\xfe\x45\x14\x31\x4f\x56\xec\xc9\x22\x7c\xd2\x7e\x11\x73\xdc\xed\xcc\x0e\x90\x72\x89\x9d\x0a\x9f\x09\xec\x54\x6e\x13\x7e\x63\x5b\xf5\x82\x70\x0a\x9b\xfa\x7f\x48\x3f\xc0\xea\x12\xdb\x6f\x36\x8b\x47\x23\xe2\x89\xa5\xba\x4f\xa4\x4c\x58\xaa\x83\x13\x0e\x4e\xa4\x42\x44\x3e\x88\xe7\x31\xd6\xc9\x58\x9b\x63\x42\x68\xc8\x8a\x03\xe6\x3f\xf1\xbb\x5a\x50\x5c\x30\xeb\x6b\x43\xa8\xe2\xbc\xe3\xac\xbe\x2e\xe5\xc1\x68\xae\x60\x94\x7a\xe4\x5c\x27\xf2\x93\x3e\x9a\xab\x28\x03\x97\xcb\x5d\x23\x66\x60\xeb\xc4\xfa\xbd\x6b\x96\x02\xe1\x0d\x2e\x0d\xa3\xc8\xcf\x5d\x65\xb9\x03\xd7\xba\x4a\x66\x54\xb9\x7e\x5c\x41\xf6\xaf\x33\x66\x66\x81\x6b\x38\x2b\x2c\xb8\xca\x4a\x68\xaf\x73\x51\x29\x5a\xc5\x63\x35\xf3\x63\x5e\xd7\x93\xfd\xab\x75\xae\xd3\xcf\x2b\x25\x8d\x32\x3c\xbe\x25\xbf\x70\xbc\xc3\xf6\xdb\x6a\xf0\x68\x4d\x7a\x29\x71\x1f\x66\x71\x1f\x20\x30\x1f\x24\x24\x73\x11\xe1\xf3\xbe\x39\xa6\xc4\x4a\x71\x31\x61\x96\x92\x53\x23\xab\xb5\xd8\x8d\xb4\xa5\x55\x6b\x09\x7b\x9a\x9f\x85\x29\x6d\x78\x30\x4d\x7c\xeb\x76\xec\xbb\x35\x94\x91\xa8\x5c\x5f\x4b\x7e\xd5\xe3\xa4\x9b\x3a\xdb\xed\x25\x2a\x38\xfa\x5e\xe3\x29\xf7\x99\xd5\x9b\x72\x33\x3f\x8c\xa2\x9d\xd9\xd7\x98\x19\x3a\xbe\x43\x98\x89\xe4\x57\xb6\x9c\x70\x59\x3f\x6b\xee\xc0\xe3\x3b\x6f\x23\xad\x4c\x9f\x94\x64\x1e\x83\xf3\xe8\x13\x7c\x6e\x56\xd0\x93\xf1\x89\x3a\x41\xef\xeb\xdd\xf9\x2a\x29\x76\x78\x34\x3e\xa6\x79\x74\x1f\xff\x3b\xcd\xab\x5b\xf9\x17\xaa\xb9\xac\xe9\xd2\xf4\x95\x2e\x4a\xc4\xa6\x05\xf4\xaf\x36\x38\x99\x90\xbd\x3e\x79\x56\xf4\xbc\xdc\x60\x4d\x95\xba\x55\xe6\xfc\x2d\xec\x3c\x1d\x08\xdf\xb2\xd2\x74\xa2\xf5\x63\x32\x6b\x0d\xad\xb6\xb9\x8f\xd6\xd2\x73\xd6\x71\x77\x65\x7c\xcb\x87\x6f\xe5\xab\x96\x78\x52\x7c\x1c\xd0\xc3\x9b\xf6\x85\xce\xaf\xc4\x83\x0c\x82\x45\x05\xd4\xf5\xeb\x18\xc7\x09\xd9\xae\x48\xfb\xdb\x06\x13\x55\x3a\xdb\x85\xfc\x30\x9d\xe2\xe6\xfa\x7c\x5e\x81\x1b\x4c\x99\x71\xb5\x51\x6b\x1d\x31\x95\x36\x0e\x63\xbe\xd8\xfa\xe8\x04\x1f\xfe\xf7\x39\xb4\x4e\xd6\x8f\xda\xc3\x1d\x7d\x5e\x71\x4e\x18\xe2\x77\x89\xec\x0e\x88\xbf\x43\xeb\x2a\xf0\xe3\x2f\xb4\xee\xfc\x4f\xbe\xa7\x38\xe4\x23\xf2\xe6\xdc\x5f\x08\xe3\x86\xd3\x16\x84\x8e\x07\xac\x5b\x36\x86\x66\xef\x89\xfd\x63\x7c\xc5\x83\x71\xa8\x62\x75\x96\xa5\x4e\xab\x89\x3f\x66\xb6\xc6\x95\x78\x0d\xcd\x3c\x98\x89\x9e\xb4\x8f\x4e\x53\xf4\xa1\x4f\x1b\x6f\x1e\x40\x27\x93\xa1\x77\x38\xaa\x29\x56\x85\xd0\x04\x74\x3c\xbc\x51\xcc\x4c\xc3\x44\x7f\xd8\xa4\x2d\x47\x19\x56\x94\x67\x1f\xe6\xbf\xa4\x32\xce\x1b\xd9\x38\x8d\x79\x2f\x72\xf3\x28\x27\x8f\x56\xb0\xa1\x6f\x10\x25\xc3\x0a\x2d\x51\x19\xac\x44\xb2\x69\x62\x2c\xed\x9f\x9b\x16\x65\x13\x93\x33\xe2\x42\x31\x59\x10\x71\xbb\x96\xfb\x02\x19\x9f\xa1\x4c\x36\xdc\xee\x07\x5a\xf9\xff\xc2\x8b\xa1\x9c\x21\xb0\x94\xea\x74\x76\xcb\xc9\x1f\x3c\xc3\x98\xcf\xe6\xa2\xb2\x8a\xf2\x05\x27\x91\x17\x61\xbb\x7c\x1d\xcd\xf6\x92\xae\x9e\xb4\x9b\x19\x37\x7a\xd3\xb7\x32\xf4\xf3\x23\x6f\xd6\x19\xe8\x4f\xf9\xf2\x24\x93\x60\xda\x17\xd5\x7e\x5d\x4f\xfb\xe2\xa0\xcb\x1b\xe9\x7d\xa4\xba\x30\x72\x59\x31\xa2\x60\x52\x9c\x78\x93\x21\x31\xb4\x1d\x79\x9c\x94\x0f\x93\x18\xa2\x4a\xb8\x5b\xe2\x09\x9e\x87\x84\x0f\xf3\x89\x39\x10\xdf\xc8\x3c\xca\x04\xe3\xd5\x14\x81\xe2\x1f\xf0\x0c\x27\x34\x31\x5f\x2c\xa1\x22\x93\x98\x16\xf1\xb9\x3b\xc9\xee\x38\x95\x6a\xf2\x9f\xb8\x86\xfa\x5d\xc2\x18\xf3\xb0\x81\x3c\x74\xf3\xf1\x47\xe4\x07\xd1\xf5\xaf\x89\x1f\x12\x7d\xe8\x23\xf1\xaa\x98\x17\xe3\x23\xbf\x8a\x78\xd2\xeb\x5e\xb9\xd0\xfa\x5d\x65\xc4\x5f\xd7\x4e\xc5\x93\xf2\x00\xeb\x59\xbe\x94\xa5\x99\xfc\xee\x4f\x7c\xda\x79\xc7\x02\x09\x85\x9d\x75\x3d\x84\xde\x65\x7a\xfb\x0d\xb4\x7f\x6a\xac\x0a\x27\x6f\x54\xf5\x8b\xa6\xf8\xa0\x6c\x18\x4d\x27\xf8\x6e\xd5\x71\x22\xee\x9f\x20\x9e\x5c\x9a\xf9\x30\x7a\xed\x08\xa7\x96\xe4\x72\x86\x9a\x6e\xcc\xfe\x90\xde\xc4\x1d\x0b\x33\x9c\x0d\xc9\xee\xe6\xbe\x49\x03\x79\x45\xa6\xdf\xf0\xa3\x15\x99\x7e\x85\x95\x49\xd2\x23\x98\x69\x91\xbe\x9a\x95\x17\x24\x77\x2b\x69\x3e\xd3\x3e\x9d\xa0\x9a\x59\x9a\x0a\xf7\x0d\x4a\xd3\x7c\x48\x2b\x38\xb9\xdd\x0b\xc2\xd5\x93\xb7\xfc\x4d\x0c\x2f\xe6\xc5\xac\x2b\x73\xa5\x78\xe7\x5c\xef\x4e\xbb\xb5\xa3\xa3\x1f\xcd\xe2\xb2\xd9\x01\x64\x8f\x45\x49\x30\xe9\x1b\x2c\xa2\xce\xbf\x80\xa1\x2e\x27\xde\x7a\xe2\x73\x9e\x7c\x35\x8a\x02\xe5\xb8\x2a\xe6\x0b\x0c\x3b\xc0\xa8\x6b\x9f\x82\x04\x62\xbd\xc9\x37\x30\x2a\x0f\x48\xc4\xcc\x35\x5b\xcc\xe4\x73\xde\xb6\x23\x7f\xdd\x1a\xab\x44\xf1\x3d\xc7\x67\x24\x2b\x7a\x2d\x98\x42\xff\x32\xe7\x00\x77\x38\xcb\xd1\xb1\xa0\x78\xb9\xf5\x9c\x13\x3d\xef\x9c\x79\xde\x94\x57\x6d\x93\xe1\xfb\xfe\x39\x27\x53\xc9\xf3\x72\x32\xf3\x88\xc9\xb1\x75\x65\x39\xf3\x67\x7c\x8e\x53\x44\xdf\xa2\x7d\x81\x74\x93\xb6\x24\xdc\xa6\x3c\x3c\xab\xf1\x45\x13\x8f\xac\x1f\x94\x51\xd5\x14\x01\xac\xb5\xf7\x21\x3e\xa8\xa3\x97\x1f\x45\x1d\x29\x0f\xa6\x59\x0f\x47\x2e\x34\x8b\xfd\x80\x55\xcd\x66\xcb\x32\x1f\x66\xc6\xee\x38\xfa\xf4\x09\x89\xac\x93\xa2\x66\x96\x44\xab\x6e\x08\xd2\x28\xab\x93\xf6\x89\xea\x78\x8c\xf9\x02\x8c\x3c\xe1\xdf\xf8\x30\x2e\x4a\xf4\x9c\x0a\x9f\xa8\x52\x5e\x54\xa8\x30\x99\x6a\x39\x45\x43\xf5\x4d\xf9\xf5\xac\xe8\x55\x70\xc8\x81\x76\xa4\x42\x53\xcf\xcf\xfc\x7b\xfe\x86\x52\x9d\x98\x42\xf9\x6d\x79\xfc\x7b\xce\xab\xf2\x23\x58\x43\x37\xdf\xe6\x2c\x79\x7c\xae\xff\x0d\x7a\x22\xb9\x43\x1b\x89\x57\x94\xbb\xfd\x0d\xe5\xdd\xb9\x9e\x9f\x03\x5a\x78\x40\x2b\x9c\x19\x45\x5f\x3a\x25\x8c\x76\x19\xf3\x58\x7e\xde\x46\x11\x31\x94\x57\xcc\x9b\x1a\x47\xf9\xf6\x2c\x93\x44\xfa\x79\x9a\x76\x32\xc5\x3f\x8d\x95\x12\x72\x10\xd5\xce\x19\xe4\x85\x03\x3d\x32\xe9\xd4\xa3\x90\x9c\x4d\x51\xb0\x7d\x62\x4e\x41\x6b\xfb\x77\x3a\xf3\x58\xda\xab\x03\xbd\x63\xe9\x54\x25\xaa\x79\x95\x5e\x19\x49\x71\xac\x74\x20\xf3\x1f\x4a\x1f\xcf\xa1\xb3\x7d\xe9\x22\xee\x1f\x55\xfc\x96\x15\xbd\x8a\x5f\xb1\xe7\x96\xbe\xdc\x48\xeb\xbe\xc4\x2d\x9e\x74\x73\x4a\xae\xe4\x90\x7f\x94\x1a\x95\x52\x3c\x2d\x4e\xaa\xa5\x7f\xbf\x2b\xe1\x34\xcd\x5f\xf1\x18\xee\x1b\x54\xdc\xff\x31\xd5\x0e\x76\x4c\xfb\x95\xe2\xc4\x0e\xc9\x07\x33\xc0\xc1\x39\xcc\x88\xd7\xc1\x26\xd2\xc9\x59\xe2\x15\x43\xe7\x07\x13\x49\xc2\x64\xf6\x03\x5e\xd7\x73\xf6\xa5\x92\xdf\xcc\xb0\x97\x90\x7f\x4c\xae\xca\x22\xef\x1c\xfb\x90\x79\x5f\xc3\x2b\x59\xd5\x4a\x79\xf7\x76\x7a\xba\xbd\xd4\x0b\x68\xdf\x90\xf3\x93\x56\xf0\x9a\xf9\x30\x62\xbc\xa8\x18\xda\x9e\x3c\xa4\x62\x34\xc7\x87\x8a\xe8\xe1\x54\x03\xaa\xd0\x99\x48\xeb\xb7\x1c\xdc\xe9\xb2\x22\xd6\x84\xf6\xbf\x0a\x23\x3b\xda\x71\xca\xd7\xaf\xa3\xc8\x5e\x9e\xc0\x0c\xc5\xf2\xab\x9b\x29\xcf\x2e\x77\xe5\x6f\xb2\xb7\x66\x07\xbd\xbe\xfc\xc2\x7e\x7a\x12\x7b\x8c\x4f\x32\xef\xe5\x1a\x97\xc6\x76\x7f\xbe\x4f\x19\xf4\x9e\xed\xbf\x50\x4d\x75\x4f\xc4\x87\x41\xad\x78\x40\x94\x95\x5a\x98\x33\x1f\x64\xb1\x4b\x2a\xed\x8f\x86\xbf\xa6\xd3\xbe\xa0\x37\x27\x93\xd6\xc3\x74\xbb\x2d\xa4\x3e\x35\x71\x1d\xf7\x4b\x1a\x6b\xc2\xbc\x98\x11\x06\x45\x74\x9a\xe9\xaf\xc0\xbc\x98\xee\x2b\x77\xd1\xbd\x13\xb9\xca\x52\xb1\x52\x23\x3d\xd9\x57\x8b\x1d\x91\x0f\x5c\xe3\x75\x71\xe0\x04\xe7\x51\x07\x1e\x0d\xa7\xef\x5d\xf3\x74\x02\xcd\xd8\x01\xf9\x59\x64\x77\x4d\xcf\xc5\x34\x5f\x35\xea\xb6\x64\x48\x4d\xbe\x2b\xed\x33\x07\x9c\x83\x6a\xf9\x75\x31\x54\x53\xab\x39\x91\x71\x84\xdf\x6f\xa7\xd8\x17\xa9\xaa\x81\x47\xbe\x6b\x57\xa5\x72\x81\x56\x76\x75\xee\x5d\xe6\xc1\xf4\xfc\x59\x8f\x7f\xff\x76\x10\xf0\x4b\x03\xeb\x60\x3c\xd1\x04\x06\xbc\x06\x1e\xfe\x06\xf4\xbf\x0d\xdc\x99\x09\x28\xef\xe0\x7a\xfe\x40\x53\xe0\x92\x1e\xa0\xb2\xf1\x5b\xbc\xff\xd8\x7d\x60\xf4\x0a\xe0\x50\x57\xee\xd7\x5e\xb9\x01\x98\xfa\x06\xd8\x7d\x16\xd0\x8e\x6c\xd1\xf7\x2f\x0c\x03\xe6\xef\x03\x84\x58\x66\xe2\x09\x6c\x1b\xc9\x78\x45\x8e\x23\xe0\x30\x08\xd8\x72\x06\x58\xb3\x92\xf1\x6f\x2f\x2f\x20\x7b\x1d\xb0\x61\x03\xeb\xd6\xc7\x28\x02\x99\x77\x81\xe4\x1c\x20\xfb\x12\xeb\x1f\x6c\xdd\x02\x94\x9c\x07\x72\x23\x80\x83\x12\x21\x7a\x70\xe7\x9d\xa2\xd1\xc0\xad\x9f\x79\x15\x36\x06\xf2\xf8\xc7\xa8\xaf\xf0\xff\x2f\xff\xce\x7f\x78\xe1\x09\xf4\x79\xd8\xc2\x77\xb8\xbf\x11\xe8\xa7\xf1\x2f\xbc\x87\x42\xa0\x7f\x12\xf7\x37\x18\xe8\x0e\x1c\x7f\x03\x0c\xeb\x01\x1c\x7a\x0c\x8c\x74\x05\xaa\x1b\x81\x71\xf7\x04\xef\x05\x26\x96\x03\xa5\xfb\x81\x69\x45\x2d\xfa\xfe\xf9\xc6\xac\x5f\x9e\xf3\x86\xfb\xd9\x37\xe3\xfe\x9a\x80\x70\x12\xc9\x18\x0c\xac\xd6\x03\x32\x82\x58\x17\x24\xfd\x57\x20\x64\x14\x90\x61\xc1\x18\x58\xfa\x3d\x20\x25\x8b\xef\xc7\xe6\xd8\x33\x5e\x28\x9c\xaf\xb2\xb3\x81\xda\x76\x40\x8e\x25\x50\xff\x33\x90\xb7\x99\x75\xbd\x73\x55\x80\xc6\x5f\x81\xfc\x09\xc0\xfb\xee\x2d\x7d\x40\xda\xda\x2f\xe5\x3f\x48\xf5\x2e\x1e\x95\x02\xdd\x6e\x31\xde\xdf\x7d\x18\x70\x73\x28\xd0\x53\xf9\x5f\x78\x0f\xd5\xdc\x37\xe5\xd8\x58\x40\xf9\x19\x50\x3b\x14\x18\x36\x80\xfb\x7c\xa8\xa6\xb5\xf0\x1f\x76\xd5\x73\x6d\x58\x3a\x0f\xdb\x77\x02\x06\xb3\x80\x2d\x19\xc0\x42\x6d\x20\x3d\x0c\x30\xdb\x06\x64\xfe\x0e\x2c\xcf\x01\xd2\x35\x01\xe7\x13\x40\x62\x95\x70\xa2\x02\xd2\xf2\x81\x90\x3a\x20\x75\x21\xdf\x55\x4f\xed\x09\x24\xe7\xb3\xc6\x7b\x8e\x0e\x90\x31\x10\x28\x0d\x6c\xe9\x7f\xb0\x35\x15\x38\x3f\x89\xfd\xec\x8e\x39\xb0\x7d\x30\xf0\xd3\x27\xe6\xd9\x7c\x38\x06\x64\xab\xfe\xbb\xfd\x31\x62\xdd\xfa\xd9\x43\xa0\xd3\x6c\xe0\xde\x5c\xa0\x63\x31\x70\xe7\x0d\xf7\xe5\xff\x9a\xf7\x20\xcc\x43\xfd\x0d\xa0\x9b\x1d\x70\xf4\x32\xd0\xe3\x00\xf7\x96\x17\xe6\x43\xda\xe7\x61\xaf\x1d\x30\x7c\x02\xb0\xc3\x1c\x50\xbd\x06\xe4\x9f\x02\x34\xfe\x01\xb6\x15\x01\x53\x36\x00\x39\xc3\x00\xbd\x72\x20\xa3\x14\x98\x67\xc8\x18\xbe\x99\x0a\x90\x5c\x00\xd8\xe8\x00\xc9\x71\x80\xd3\x1b\x9e\x07\x21\x93\x8b\x73\x01\xfc\x5d\x80\x24\x59\xc6\xf5\x92\x2c\x80\x14\x35\x20\xb1\x07\x90\xa3\x08\x24\xf5\x07\x8a\x1f\x70\x0f\x80\x83\x85\x40\xfa\x25\xe0\x7c\x39\xdf\xa7\xbf\x35\x14\xc8\x3a\x0f\x3c\x7f\x00\x6c\x39\x09\x7c\x92\xfd\xd6\x7e\xa9\x0e\x82\xb4\x1f\xc2\x63\x2b\xa0\xdd\x32\xe0\xbe\x10\x7b\x4e\x02\x37\x1f\x31\xfe\x4f\x35\x9d\x93\x22\xbe\x77\xed\x5f\x78\x0f\x11\x40\x4f\x21\x1e\x78\x03\x7d\x7b\xb4\xe0\xfd\x52\xbd\x83\xbc\x59\xc0\xd8\x32\x7e\x76\x13\xf3\x98\xf7\x20\xf8\x85\x64\x13\x60\xb8\x09\x48\x72\x11\x62\x71\x0b\xee\x1f\x9d\x03\xd8\xe7\x02\xd1\xbd\x80\xb5\x46\x40\xd4\x2d\xe6\x07\xc5\xd6\x01\x91\x11\xcc\x05\x49\x0a\x03\x62\xf7\x03\x39\x69\x40\x6c\x29\x50\x32\x0d\x88\x7b\x03\xd4\x4c\x00\x12\xca\x38\x76\x49\xfa\x03\x77\xac\x80\xa4\x6d\xc0\xf3\x58\x20\xb5\x16\xf8\xa7\xfb\xb7\xf6\xb7\xc5\xc1\xa5\xfd\x4e\xee\x06\x73\x14\x97\xf2\x1e\x2e\x1d\xe6\xf1\xfc\x55\xfe\xbd\x94\xf7\x70\xf8\x2f\xa0\xbd\x3d\xaf\x83\x4e\xee\x8c\x6f\x75\x7f\x03\x94\x28\x02\x7d\x43\x81\xbc\x5c\x8e\x1f\x5b\x63\x99\x57\x97\x39\x00\xd0\x98\x08\x48\x94\x18\xcf\x4c\x8a\x05\x66\xc7\x02\xb1\x03\x5b\xe3\xfe\xe1\xa2\x5e\x4c\xc4\xdf\xc0\x1a\x43\x20\xbc\x0e\xf0\x09\x04\x22\xbb\x03\x61\xa1\x40\x94\x0d\x90\xf4\x08\x10\x72\x48\x61\x7f\x8c\x8c\x03\x8a\xdd\x18\x0b\xaf\x7e\x0f\x44\xbb\x02\xf5\xbf\x02\x51\x93\x80\xeb\x73\x5a\x74\x20\x12\x4a\x80\xcf\x0d\x2d\xfc\x17\x21\xf7\x12\xce\x57\x6d\x75\x20\xfe\x7f\x79\x0f\x07\x84\xbd\xea\x40\x4b\x9f\x87\xe2\x1d\x40\x27\x35\xd6\xad\xe9\x36\x8a\xf9\x58\xc2\x7a\x91\xea\x1d\x48\xde\x02\xa3\x7f\x01\x12\x17\x02\x93\x3b\x02\xb1\x2b\xf8\x6e\x71\xa4\x3c\x30\x57\x07\x08\x2d\x04\x8c\x9f\x03\x1b\x34\x01\xeb\x5c\xd6\xe9\x58\x95\x21\x9c\x06\x01\xef\x06\xfe\xde\xc2\xff\x87\x0e\xe7\x13\x4a\x98\x23\xb0\x35\x01\x08\xf5\x04\x4a\x84\x7f\x3f\x15\xd8\xff\x16\x08\x0b\x00\xce\xe4\x00\x11\x5a\xdc\xc3\x47\x98\xa7\x5f\xc6\x00\xe1\x17\x81\x7f\xfe\xf7\xad\x0e\x84\x54\xff\x42\x8a\x87\x3f\x68\x27\xfa\xc1\xff\xc1\x7b\x38\xaa\x21\xce\x83\x88\xeb\x36\xf3\x1e\xbe\xe7\x51\x88\xcf\x82\x7f\x6c\xd9\x0b\xf4\xba\x01\x48\x66\x02\xfd\x06\x00\xf1\x8b\x80\x21\x97\x80\xa8\x26\x40\x7d\x03\xaf\x75\xad\xee\xdc\xc7\x62\x4e\x02\x10\x74\x1d\x58\x58\x04\x04\x5a\x03\x4b\x7e\x67\x1c\xcc\x49\x13\xc4\x7a\x17\xe2\x65\x80\x03\xb0\x3e\x10\x08\x54\x00\xe2\xf7\xb2\x16\xc2\xd6\xeb\x40\xd0\x61\xa0\xe4\x0f\x60\xfd\x2d\x8e\x55\x41\x2f\x81\xf3\x36\x40\x70\x3d\x73\x9a\x84\xd3\xc1\xeb\x57\x2d\xf6\x7f\xc3\xff\x68\xd3\x0f\xa3\x2d\xef\xe1\xf2\x54\x1e\xcf\x04\xb7\xf6\x83\xb6\xba\x17\xdf\xf4\xbb\x10\xf5\x0e\x52\x2a\x81\xf6\x47\x99\xdf\xd4\x2b\x16\xd8\x54\x0d\x0c\x48\x67\xde\xca\xa8\xae\xc0\xfa\x55\xc0\x24\x7b\xb6\x57\x88\x17\x7e\x67\x81\xf9\xe7\x00\xaf\x3a\xc0\xfc\x05\xef\x99\x2b\xaa\x01\x77\x2f\xc0\xe5\x21\xe0\xf1\x1e\x08\xba\xc1\xf7\xe4\x05\x7f\xf0\xb5\x63\x7f\xf0\xe9\x0c\x94\xe6\x73\x1f\x8c\x83\x97\x01\x9f\x1e\xc0\xf9\xd7\x80\x4f\x0a\x70\x57\x0e\xf0\xab\x01\x5e\xab\x00\xbe\x95\xcc\x8f\x92\xf2\x3f\xa4\x76\xaf\xf0\x17\x79\x00\x31\x3c\x4a\xfd\xe0\x9b\xbe\x2f\x83\x79\xfc\x06\xf7\x97\xae\x87\x36\xfc\x8f\x4c\x91\x17\x92\xec\x0b\xc0\x86\x7b\xfc\xc8\xab\x70\xd5\x45\x29\x95\xe3\xd1\x10\x00\x7e\x1d\x78\x5f\xf5\x11\xe2\xc5\x51\x7e\x3e\x73\xdd\x00\xf7\x3b\x80\xd9\x1a\xe6\x33\x2c\x77\x07\xd6\x8c\x06\xd6\x96\x02\xae\x1e\x40\xc8\x0d\xfe\x7d\xdc\x36\x91\x6b\x9a\x04\xb8\x2e\x02\xca\x3c\x79\x3c\xd4\x08\xb8\xdc\x03\x2e\x85\x02\xeb\x1a\x81\x07\x39\xcc\x9f\xf8\xed\x61\x0b\xff\xc3\x49\xd4\x87\x59\x96\xc8\xa3\x54\xff\x42\xca\x07\x68\xdb\xf7\x45\x8a\xfb\xd7\xc9\x8b\x7e\xa0\xcf\x63\xd5\x9e\xd6\x7e\x50\x24\xda\x9d\x63\xc1\xa3\xb4\xef\x87\x14\xf7\x17\xe2\x99\x8c\x37\x10\x28\x01\xe4\x45\x6e\x8b\x10\x37\x3c\x1a\x01\xd5\xb3\xc0\x3a\x09\x30\x45\x16\x58\x53\x0e\xe8\x9d\x00\x9c\x56\x0a\x67\x3a\xe6\x39\x2c\x53\xe1\x71\xad\x3b\xe0\x34\x81\x75\xb5\x1c\xac\x79\xcf\xb0\xeb\xc1\x39\xa6\x9d\x3a\xef\x51\xf6\x1a\xc0\xc1\xa7\xcc\x15\xf8\xce\x9e\xff\x7e\x4f\x07\xb0\x33\x03\x5e\xbd\x01\x6c\x35\xd8\x1f\xac\xbb\xb0\xbd\xa6\xbd\x5b\xf3\x20\xa4\x7c\x80\xb6\xfc\x97\x53\xa2\xfe\xc5\x91\x61\x6d\xfc\xe0\xff\xe0\x7f\x88\xdd\x98\x11\x27\xe2\xc0\xeb\x45\xdc\xd8\x37\x09\x90\xfd\xc0\xcf\xbb\xd7\x33\xc0\x79\x23\x30\x58\x0f\x70\x58\xc4\x7e\x61\x37\x1c\xd0\x32\x00\xec\x74\x81\xf9\x05\xcc\x91\x5a\x3a\x11\x58\x76\x0f\x58\x13\x0b\x2c\x7d\x02\x04\xa6\x01\x4b\x1a\x98\x5b\x66\x35\x00\xc8\xb6\x01\x96\x80\xb9\xba\x96\x55\xac\x97\x63\x19\x0c\x5c\xec\x26\x9c\x93\x79\x1e\x84\xf1\xb5\x0e\x60\x16\xd5\xc6\x6e\xa9\xfe\x45\x68\x6b\x1e\x44\xb3\xee\x43\x5b\xfe\x4b\x53\x6b\xfb\xdb\xfa\x41\x33\xff\x43\xe4\x79\x24\xa9\xf2\x28\xed\x7f\x22\xd5\xbf\xf0\x10\x7f\x5e\xb5\x0a\xe8\x74\x01\x58\xa1\x01\xf4\x7d\x05\x2c\x3b\x0d\xa8\xba\x02\x96\x56\x9c\x77\x5a\xe8\x02\xfa\x15\x80\xc9\x31\xe6\x97\x9a\x6e\x67\x6e\x8c\xb1\x1f\xfb\xd4\xe2\x23\x40\xec\x41\x60\x61\x05\x90\x3d\x84\x75\x3d\x4a\x8d\x58\x4b\x44\x38\x5f\x18\xa6\xf3\xb3\x9c\x3b\x8d\xe7\x61\x6e\x3d\xf0\xb2\x1d\x30\x37\x0f\x68\x5a\xd2\x62\xaf\x96\xa8\xf7\x30\x31\x4b\xd4\x81\x10\x79\x21\x67\xc5\xbe\x2e\x75\xff\x88\xeb\x40\xb4\x4b\xca\x7f\x91\xe2\xbe\xbb\xc4\xbe\x6b\xdb\x45\x7d\x88\xb6\xfc\x8f\xcd\x62\x57\x51\xf1\xe5\x08\x10\xd7\x91\x8b\xf8\x77\x5b\xf1\x0f\x96\x4f\x81\x6e\x05\xac\xa1\x35\xb8\x04\x58\x78\x1b\x50\xbf\x0b\x2c\x94\x03\x66\x09\x39\x56\x1a\xeb\xae\xe9\xbf\xe4\xb5\x31\xfb\x0e\x73\xa9\x66\x79\x71\xcc\xd1\x55\x07\xb2\xde\x00\x33\x82\xb9\x47\x9f\x96\x02\x50\x3b\x1a\x98\x5e\xce\xf3\xa0\xe5\xc6\x1c\xd0\xa9\x8d\xc0\x2f\x60\xfd\x0b\x21\x7f\x90\xda\x3b\x5a\xdc\x37\x46\x8a\xba\x83\xc3\x56\xf2\x78\xaa\x0d\xff\xa3\x4a\xac\x9a\xed\x11\xe3\xc2\x2e\xe9\xbe\x28\xaa\x69\xfe\x27\xff\x43\xea\x07\xb3\x45\x3f\x10\xe7\xd1\x59\x54\xdb\xb4\x16\xf9\xba\x46\x5e\x80\xdc\x1b\xc0\xd0\x1f\xe8\xdb\x15\x98\x6d\x08\xa8\x3d\x07\x66\xf6\x00\xb4\x5f\x00\x33\x5e\x30\xcf\x76\x5a\x2d\xe0\xe0\xc8\xbe\x22\xe4\x11\x13\x43\x80\x4d\x76\x80\xa6\x29\xf3\xee\xd5\x97\x02\x3b\x07\x00\xe3\x66\x02\x35\xff\x8f\xbd\xf7\x0e\xab\xf2\x5a\xde\x40\x5f\x45\xb1\x83\x20\xd8\x80\x2d\xa8\x58\xe9\x8a\x85\x22\x45\x05\xe9\x55\x90\xde\x41\x90\x2e\x28\xd2\x9b\x22\xa0\xa2\xa0\x28\x28\xa0\xc6\x6e\x2c\x58\x63\xec\x41\xa3\x31\x2a\xb6\x58\x12\xa3\xc1\x12\x93\xd8\x63\xaf\xdf\x7d\xf6\xcc\xb7\x41\xf1\x78\xcf\xef\xfe\x7d\x4f\x9e\xe7\x3c\xeb\x80\x9b\x6f\x7f\x6b\xad\x99\x59\xb3\x66\xde\x79\xa7\x33\x30\x4c\x1d\x68\xc8\x01\x86\x04\x01\x17\x2d\x80\xc1\x2f\x80\xbb\xbd\x00\xed\x4c\xe0\xcd\x0e\xee\xd5\x24\x9d\xaf\xba\x88\x1f\x94\xda\xee\x4f\x71\x10\xad\xf1\x2f\xb2\x28\xc1\x1a\x71\xbf\xbf\x86\xff\x98\xa7\xf8\xf9\xfc\x65\x38\xa0\x14\x31\xfa\x14\x6d\xc8\x63\xb0\x28\x1f\xee\xc3\x79\x1c\xaf\x05\x5a\xb9\xb1\x43\xdb\x0e\xef\xf6\x2b\x30\x32\x46\x2e\x5d\xab\x11\xd0\x2f\x6d\x37\xc3\x78\x22\x30\x7c\x50\x7b\xfd\x49\xf3\x80\xc1\xc9\xed\x3d\xfc\x7c\x80\x81\x21\xed\xfb\xc7\xd9\x03\x5a\x17\xdb\x9d\xc9\x3e\x07\xf4\x2b\x6a\x37\xae\x6c\x33\xa0\x51\x2c\xb7\xac\x6e\x3f\xa0\xb6\xba\xed\xb5\x6d\x89\x40\xdf\xa0\x36\xbb\x0f\xe7\x00\x7d\xc2\xe0\xd7\x28\xf5\xf5\x4f\xf0\xdd\xb1\xe7\x3b\xe0\xe9\x71\x40\xe5\x5b\x9e\x6f\x77\x75\x71\x14\xfb\x94\x76\x17\xf1\x73\x5f\xe3\x3f\x59\x2d\x66\xdf\x64\x5d\xd8\x17\x16\xb5\xa1\x6c\xc1\xbc\x2e\xf2\x84\xa0\x29\x28\x92\xa7\xbc\x4e\xfa\xbf\x1d\x69\x85\x92\x6c\xba\x12\xc2\x6a\x6a\xbb\x6e\x94\x45\x0a\x0a\x57\xa0\xc0\xb7\x67\xb6\x12\x59\x12\x9b\xfd\xca\x84\x38\x1c\x5d\xde\x83\x34\x48\x3b\x4a\x75\x4a\xbb\x09\x80\xe6\xd0\x9e\x1b\xfa\x0c\x05\xd4\x4a\x7b\xf5\xd7\x7d\x0c\xf4\x5a\xd3\x6b\x82\xb5\x37\xa0\x32\xa6\x97\xce\xe4\x6b\x80\xd2\x88\x9e\xc7\xa7\x4e\x00\x14\xbe\xeb\x99\x99\x3e\x01\xe8\xaa\xaa\xfa\x77\xe9\x1c\xa0\xb3\xb2\xaa\xfe\xf2\x3f\x80\x8e\xb1\x2a\x4a\x9b\xdf\x03\x1d\x0c\x94\x9f\x1c\xe8\x0d\xb4\xbf\xab\x6c\x78\x7a\x02\xd0\xee\x99\x52\xbb\xeb\x57\x81\x76\x9d\xbb\x07\x3f\x9a\x0d\xc8\x85\x29\xd6\x49\xe7\xdb\x46\xa5\x5b\x95\x74\xec\xf0\x4b\x47\xea\xcb\xdb\xe1\x95\x3c\xf1\x83\x7c\x75\xfe\x12\x39\xaa\x92\x5b\x78\xbc\x0b\x45\x6d\x8a\x2f\x2a\x50\x9c\x2d\xf7\xb9\x0a\xc5\x31\x65\xf8\x97\xc4\xf2\x5e\x9c\xf7\x89\x57\xa3\x38\x5e\xe0\x10\x35\xca\x36\x7a\xd6\x6b\x52\x7c\x7a\x52\x1c\xf3\x68\x98\x6a\x0f\xa4\xfc\xe8\xd0\xc9\xda\x84\x4c\x55\x2d\x19\x44\x12\xd7\xd5\x71\x88\x76\xf7\x46\xa0\xc3\xc6\x21\x35\x83\x74\x00\xb9\x8b\x43\x76\x9a\x4a\x25\x26\x73\x48\x2f\x17\xca\x9c\x0c\xce\x0d\x23\x44\xc9\xe0\x95\x33\x28\xe3\x34\xb8\xdd\x5c\x8a\x27\x0d\x7c\x51\x4d\x92\x35\xe0\x3e\xbf\x7b\xff\xd4\x7d\x94\x41\xd0\xca\xf9\x99\x3a\x65\x6b\x6a\xfe\x46\x32\xdb\x6f\xcd\x03\x8a\x98\x4a\x16\x71\xbd\x7f\x9f\x64\xce\x63\xa9\x88\xf5\xdd\x4a\x35\x82\xf0\xe5\xfc\xab\x8a\xbb\x50\x55\xed\x22\x89\x22\xed\x73\xc9\x10\xe6\x81\xc9\x13\xd4\xe8\x24\x99\xd5\xc0\x7c\x19\x49\x9a\xfd\xa9\xda\x30\x4a\x51\x9b\xa2\xcc\x81\x75\x43\x28\x3b\xeb\xa9\x35\x8c\x4e\x4c\x07\x77\x1d\xc2\xff\x58\x82\xf3\xe8\x86\x12\x03\x3a\x71\xfa\x6d\x19\x41\xb3\xea\x9c\x67\x9c\xc3\xdf\x38\xba\xb0\x2b\x21\xaa\xc6\x28\x0d\xa0\xfc\xd5\xa8\x26\xce\x6f\x8e\x32\x70\xa6\xfa\x65\xe3\x1c\xce\x5b\x18\xb7\xe1\xfc\xcd\x48\xcc\x21\x19\x35\x3a\xb7\x8c\xe2\x72\x46\xe6\xdc\x39\xdc\xe0\xd6\x5e\xaa\x7b\xd3\x8f\x38\x49\xf5\xa9\x7a\xe5\x57\xc9\xd7\xd5\x2b\xbd\x4f\xf3\x1d\xbe\x91\xf3\xfe\x43\xc4\xfa\xee\x01\x62\xdd\xbf\x84\xfa\x29\xad\x4a\xec\xc0\x59\x03\x6d\x25\xda\xa7\x05\xba\xbd\x29\x4a\x58\xa2\xa9\x9e\xcd\xfa\xaf\x4d\x6f\x95\xde\x87\xab\xaf\x93\xb2\xb9\x4b\x45\x74\xb0\x1e\x7d\x4b\x90\xbb\x11\xc5\x6d\x27\x27\x8e\xa4\x6c\x8b\x93\xd6\x18\xb2\x8c\x56\x23\x4d\xc8\x23\x1b\xf5\xc4\x94\xb2\xb7\x83\xcb\xcc\x89\xdd\x44\x55\x8f\xa3\xaf\x10\xf9\x43\x00\xeb\xbf\xbb\x11\x22\x60\x82\xca\x00\xe2\x3d\x18\x5f\x3d\x96\xe2\xe9\xd6\x26\x4e\x54\x8f\x37\xde\x3d\x84\xe2\xec\x56\x39\xc9\x1f\x78\xe4\x4c\x91\x55\xa7\x4a\xe2\x78\xb2\x78\xba\x96\x90\x3b\x16\x79\x7b\x29\x12\x3e\x2e\x97\x7d\x21\xb3\x1f\x2f\x8b\x15\xc7\xf7\x48\x2e\x4c\x9e\xbe\xa6\x19\x8d\x36\xe2\xf9\x1b\xd6\x08\x9f\xf0\xa2\x54\x35\xf4\xa2\x28\xff\x42\x79\xcd\x57\x24\xff\xd9\xda\xf4\x2d\x79\x8f\x86\x93\x3e\x64\x94\x1b\xd0\xbc\xa6\xab\x1a\x52\xbe\x2b\xe6\xde\x28\xca\xa6\x04\x4f\x37\xa1\xf5\x9b\x92\x37\x8e\x3c\x4f\x97\xf2\x71\xc4\x93\x30\x31\xd2\x9a\x3e\x67\x12\x33\x91\x78\x3f\xf4\xd2\x6d\x89\xc7\xbd\x9f\xcb\x24\x8a\xb2\x76\xbb\xe9\x28\xe2\x1f\x9c\x44\x84\xb2\xb3\x9f\x22\xdd\x5d\x9c\x9b\xf8\x9b\x9d\x5e\x8c\x26\xe3\xea\xbc\xcd\x81\x7c\x78\x97\xf8\x20\x75\xfe\xf7\x44\x3a\x73\x9c\x94\xf3\xc8\x87\x73\xca\xa8\x20\xbc\x80\xe3\x94\x35\xa4\x3f\x0e\x79\x3b\x49\x7e\xec\x6b\x1b\x48\x6f\xec\x24\x17\xcc\x78\xbc\x4b\x91\x68\x1b\xf3\x67\xa4\x17\x32\xfc\x87\x85\xc8\x7f\x60\x42\xf8\xa8\x45\x92\x81\x94\x5d\x2e\x4e\xd7\xa1\x2e\xdf\xf9\x37\xf4\x49\xba\x32\xbb\x18\x53\x36\x21\xf9\x9e\x19\xf1\xe0\x4c\x5b\xc4\x38\x98\x50\x2d\xee\xda\xe2\x2b\xc7\x3c\x30\xae\x71\x94\x44\xc2\x24\x4b\x7b\x42\xb1\x8c\xab\x75\x22\x79\x1f\xf9\xbb\x33\x65\xe5\x06\xc5\xba\x90\xc7\xde\xab\x82\xab\x51\xe5\xaf\x4d\xfe\xc8\xf3\xf7\x16\x19\xed\xa6\x1c\x55\xa2\x7d\xf2\x69\x60\x1e\xef\x29\x47\xb9\xae\xd9\x47\xd9\x9e\xce\xec\x29\x57\xfc\x29\x4f\xed\xa3\x1e\x47\xf3\xf1\x89\xcd\xf1\xe4\xcf\x2d\x24\x9f\x7e\x8a\xfb\x4a\xb2\x13\x9e\xf5\x5b\xc9\x64\x79\x19\x1c\x16\xfb\xe0\x70\x3e\xcf\x53\xac\x29\x70\xaf\x79\x48\x7f\xef\xb6\xf0\x23\xc5\xb1\x19\xff\x01\xd8\xec\x94\x8e\xa5\x96\xfa\xb4\x8a\x32\x1e\x9c\x8c\x48\x53\xda\xc7\x54\x65\x4b\x92\xe7\x04\x25\x5b\x5a\x8f\x88\x09\xf6\xb4\x9a\xfe\x3f\x32\x2a\x61\x72\x9a\x0b\xd9\x41\x47\x78\x50\x55\xb9\x0c\x07\x33\x66\x8f\x17\xed\xaa\xae\xb1\x37\xcd\xaa\xdf\x36\x3f\x7a\x4e\xf7\x45\x01\xa4\x57\x6d\xa2\x43\xba\xf0\xfc\x43\x7e\x02\x65\x06\xc2\x16\x28\xd3\xca\x84\x55\x6a\xd3\xdd\x24\xb4\x98\x99\x78\x42\x9b\xb8\x03\x53\x68\x89\x2f\xd5\x61\x87\x4d\x9a\xb6\x99\x7f\x9f\xe9\xc0\x9f\x9b\x47\x15\xb1\x21\xd1\xcb\x99\x89\x5c\x9f\x31\xcf\x21\x9d\xf6\x13\x32\x27\xf0\xfc\xcf\x64\xa1\x03\x35\x7f\xa3\xbb\x63\x80\xdb\x7d\xf2\x95\xfc\x5d\xde\x10\x76\x7e\x8a\xd8\x2f\x87\x79\x63\x0a\xca\xd9\x2a\xc9\x78\x70\x66\x04\x30\x0e\x26\x3e\x6a\x12\xd9\x89\xa8\x91\xae\x94\x9f\x09\x92\x77\x27\x3d\xf0\xbe\x3d\x99\xf2\xfb\xae\x6b\x98\x7d\xdf\x66\x89\x1f\xe1\x61\x64\x38\x18\x23\xcb\x00\xca\xf7\x0d\xae\x0b\x21\x8f\x4b\x4d\x9b\xad\x5c\x57\x44\x8a\x00\x08\x19\x2f\x4c\x6c\x63\x1b\xca\x0c\x4d\xdb\xc8\xf9\x8b\x69\x1b\xb9\x03\x5b\x6c\x36\xcb\xc3\xb4\x33\x36\x94\x29\x8a\xad\xf7\x66\xfc\x46\x3d\xff\xe5\xb4\xf7\xb3\xe8\xe4\x8a\x35\xe2\x8a\xf3\x69\xeb\xab\x14\xf8\xef\x37\x90\x5d\x89\x4e\xdd\x45\x76\x25\x26\xf7\x04\x59\xfa\x28\xcd\x4b\x84\xc7\x8b\xcc\xb9\x4b\x9f\x8b\x68\x78\xbe\x06\xcd\xf8\x0f\x19\x2f\x4a\x76\x0d\x67\x53\x53\x13\xed\xc8\x5a\xc7\x97\xbb\xd1\x4d\x6a\xaa\x1c\xf7\x83\x92\xe1\x60\x7c\x45\x9e\x0c\xb7\x46\xee\x9f\x62\x5f\xc9\x78\x18\x6b\xe3\x50\xfa\xf7\x31\x21\xe1\x94\x6d\xd6\xa9\xe7\xec\xbc\xd6\x96\xa9\xb4\xab\x2a\xe2\xbc\xe5\xdf\xc4\xfd\xc4\xf3\x9f\x2e\x22\xb8\xa7\xaf\x6f\x4b\x48\x83\xe9\x06\xcc\x93\x93\x02\xb6\xc8\x29\x60\x84\x56\x0a\x78\x47\x52\x3b\x79\x91\xc5\x49\xcd\x89\x94\xf0\xef\x53\x69\x27\x52\xac\x0a\xbf\x61\xc9\x5d\x42\xf6\x75\xba\xf3\x37\x46\xfc\xef\xec\x13\x25\xdd\x38\x42\x96\x3b\x69\xc5\x39\x8a\xa1\x24\xc6\xfd\x41\x92\x19\x5f\xf2\x88\xf4\x28\x2e\xfa\x03\x75\xb0\x89\xa2\xbe\x41\x69\x16\xce\x64\xc7\x13\x26\x7b\x10\xfe\x71\x6a\x8a\x0f\x49\x55\xd8\x2a\x96\x63\x19\x0e\xc6\x13\xa1\xf4\xb6\xce\xa5\x8c\x0b\x99\x68\xc2\xf3\x35\xcb\x8f\x26\x29\x1d\x19\xc7\x2c\x4f\x43\xd4\x39\xfb\x28\x51\x8f\xa7\xd3\x4d\xa9\x91\xad\xbc\x5c\xe5\x4c\xb1\xe3\xab\xac\x4f\x52\x56\x82\x1c\xbd\x4f\xa6\x86\x0a\x8d\x19\x9a\x6c\x27\xb3\x12\x8c\xe9\x09\x99\x71\x13\x72\x78\xe4\x7c\x77\x56\x63\x18\x7d\x63\xc6\xa3\xa4\x43\xfc\x7b\x66\xa0\xc8\x98\xb6\x88\x62\x49\x99\xf7\x57\x31\xbe\xc3\x75\x1b\xc9\x41\xba\x19\xf3\xdb\xcf\x6a\x38\x4d\x76\x77\x46\xd3\x35\xc2\x47\xa5\x55\x3d\xa8\xe2\x75\x7d\x45\xf9\x6f\xe6\x45\x49\x01\xa3\x4d\x62\x2a\xb9\xdf\x57\x84\x6a\x10\x49\x69\x50\x28\xe3\x61\xa6\x28\x45\x51\x1e\xce\x4d\x8e\x79\x42\xec\x24\xd3\xe8\xe6\x60\x59\x1b\x4f\xdb\x36\x66\x28\xf7\x91\xd1\x73\x48\x22\x79\xd2\x5e\x37\x83\xd8\xbb\xfa\x34\x30\x2e\x44\xc1\x60\x96\x98\xe7\xce\x12\x99\x70\x73\xc5\x1b\x4d\xe1\x18\x39\xf2\x34\x0a\x14\x54\x88\x59\xa4\xc0\x68\x10\xd9\xb9\x82\x72\x46\x66\xce\x96\x9b\x40\xf8\xae\x02\x39\x5e\x87\x42\xdb\x60\xb2\x23\xb3\x95\x19\x89\x52\xa8\x94\x43\x99\xc4\x42\xb1\xf3\x4c\x81\x5e\x2d\x79\xbc\xf9\x4d\xdc\x79\x20\xdf\x60\x1f\x69\x74\xde\xd0\x13\xd4\xe1\x2b\x17\x97\xe9\x9b\x73\x15\xee\x91\x87\x98\x63\xf9\x5c\x64\x86\x92\xfa\x57\x71\x46\xc1\xb4\xef\x11\xca\x22\x0e\x48\xe4\x85\xf1\x89\xe7\x79\xbb\x1e\x8d\x25\x6b\xe3\xe8\x98\x48\xfe\xd4\x44\x8b\xe9\x74\x8a\x99\x9d\x99\xc1\x3c\x20\x03\x66\x32\x2f\x4e\xed\x2c\xd2\x83\xfe\x06\xcc\x17\xa2\x1a\x9d\x45\xe7\x6b\xe7\xb2\x7c\x91\xe1\x75\x4e\x38\x8f\x25\x95\x3c\x96\x3a\xcb\x93\xde\x36\xe3\x61\xea\x07\x91\x05\x99\x67\x36\x82\xfb\x21\x19\x8c\xa7\x7d\x6c\xee\x9b\x94\x17\x44\xdf\x54\x2a\x30\x5f\x4e\x69\x5e\x36\x49\xe0\xbc\x33\xf3\xc9\xbf\x98\x97\xbd\xfc\x0f\xfe\xfd\x26\x42\xe2\x95\xe4\xee\xa5\xf5\x28\xd6\x3a\x46\xff\x3e\x37\xf0\x12\xe5\xd1\xe7\xac\x68\x22\x1e\x89\xc2\x7f\x1f\xf0\xfa\x6e\x7a\x3b\x1f\x88\x99\x15\xc5\xd6\x36\x3a\x86\xee\x0d\xfe\xf2\x8c\x87\x69\xe6\xc3\x79\x90\x4c\x11\xeb\x49\x17\x66\x92\x96\x5a\x37\xf1\xfe\x8e\x4d\xca\xa4\x53\xdb\x20\x2e\x87\xba\xbe\xe9\x88\x37\x2e\x49\x35\xf7\xc5\x52\x4d\x2a\x22\x69\xef\xf0\xf8\xbf\xe1\x61\x2a\x9c\x7b\x2a\xf2\xc8\xf2\xb0\xf8\xe0\x88\x0a\xfe\xd9\x8a\x78\x0b\x2a\xea\xdc\x48\x5e\x2a\x8e\x07\xd1\x1b\x2c\xce\x66\xdc\x5c\x45\x1d\x9f\x1b\x8b\xd7\x94\xd2\xef\x2b\x22\xab\xe8\xce\x58\xf1\xf7\x06\x1a\xcb\xaf\xed\x26\x7f\x63\x91\xa4\x81\xce\x8b\x05\x0e\x67\x49\x92\xcb\x62\xaf\x93\xa7\xb4\xf0\xf9\x63\x5a\xcf\x05\x06\xef\xe6\x4b\xed\x20\xe3\xbd\x82\x46\x24\x91\x67\x2d\xc3\x01\xc9\xf8\x70\x64\x38\x98\xf1\x7e\x7c\xa3\x34\x97\x30\x7a\xd1\x38\xad\x80\x9e\xa2\x77\x77\x36\x49\xd7\xc0\xae\xcc\x1b\xa2\x76\x80\xbb\xb5\x28\x85\x31\x9f\x42\xbb\x9e\x65\x22\xef\xc5\x62\x19\x73\xa7\x0c\x0f\xb3\xbf\x3d\xe5\xf7\xab\xcd\xf8\xa6\x52\xe5\x37\x90\x3e\x51\xbd\xc4\x88\x5c\x92\xea\xd3\xec\x79\x56\x99\xb0\x27\x52\x6d\xe6\x4f\xe7\x41\xf5\x6a\x46\xe4\x55\xfd\x9c\x76\x8d\x3f\x5f\x44\xf3\xaa\xb6\xe2\xbc\x7f\xd5\xfe\x35\xc4\xbd\x5d\xe5\xb1\x83\x3c\x9f\x65\xe1\x87\x99\x31\x72\xeb\x19\xd2\xa3\xca\xa6\x5f\x29\xff\x5d\x19\x76\x8f\xf4\xa4\xd2\xe0\x65\x13\x10\xfc\x36\x85\x70\x1f\xbe\xdb\xd3\x7a\xb2\x1c\x70\x24\xc9\xc5\x2e\x9b\x6e\xca\x36\xfb\x99\x07\x48\x86\x03\x1a\x3b\x6f\x0e\xe9\x8d\xac\x3f\x94\xce\x81\xf9\xe4\xdd\xf5\x6f\x62\x2d\xed\xb5\x7b\x21\xbd\x65\xd7\x3f\x2b\xc8\xae\xb4\x49\x5a\x2c\x46\x2c\x97\x8b\x37\xf7\x5a\x31\xa2\xb7\x32\xbb\x3d\xf7\x45\x92\xe1\x61\xf2\x07\x10\x1e\x7c\x55\x27\x43\x11\xcf\x62\x41\xdf\xbc\x2a\xd4\x89\x2c\x6b\x6d\x99\x1f\xd9\xfd\x3a\x81\x4f\xa0\x55\x9d\x98\xc1\xa7\xee\x69\x21\xe1\x8b\x56\x6e\xe0\x8e\x26\x75\xdb\x57\x4d\xe1\xcf\x6d\x2d\xc1\x27\xfd\x93\x6a\x3c\x4f\xd2\xf7\xac\xb8\xfc\xcb\x39\x1e\xef\x90\x1c\xd6\x6a\xfe\xab\xd9\x82\x03\xf2\x2e\xcf\x26\x9e\x0a\x37\x09\x7b\xad\x0e\x2e\x8c\x7b\x1a\xbf\x63\x0e\xa1\x11\xc6\xbd\x62\x7c\xc4\xa8\x2d\xf3\xe8\x74\xd2\x2f\xe7\x48\xd4\x10\xf5\x45\x74\x2a\x6b\x76\xaf\x20\x94\xaf\x6a\x0e\x77\xf7\xea\xea\xba\x8c\xa4\xbb\x8d\xaf\xec\xe6\x2e\xc3\xc3\xac\x15\x23\x1e\xeb\xd6\xcb\x13\x57\xfa\x86\x38\x55\xf2\x93\xd6\xd9\xf6\x27\xfd\x5f\x5f\x6b\x40\xb8\xfb\x75\x0f\xc6\x91\x27\xbe\xf6\x2e\x87\x80\xd7\xcd\xf5\xa1\x9b\xde\xba\x65\x7c\x52\xad\xb3\x4a\xa1\x37\x59\xd7\x27\x9f\xe6\xbb\xe6\x40\x19\x7d\x70\x6d\x51\x2d\xe9\xc1\xba\x87\xdf\x52\xee\x61\xed\x75\xee\x9f\xb4\x76\xe1\x49\xf2\x1b\xbe\xa9\xba\x40\x37\xdf\x35\xe3\x99\x37\x67\xf5\x3e\xe9\x3d\xcc\xd7\x2a\x9f\x70\xe0\x1e\x4f\x19\x7d\xe6\x9c\x3c\x97\x9e\x32\xc9\xa4\x84\x22\xf7\x56\x6d\xe6\x13\x8a\xcb\xc4\x97\xf7\x59\xd6\x1f\x4a\xd7\x7f\x31\xdd\xa3\x06\x8f\xae\xa2\xc8\xa4\x86\x64\x19\x55\x30\xaa\x58\xad\x20\xfb\xd0\xe9\x4a\x2d\xdb\x43\xef\x55\x97\x78\xde\xad\xf1\x30\x5b\xfe\x60\x79\xd8\xb2\x56\x85\x90\x69\x5b\x83\x06\x12\x8e\x72\x4b\xa2\x3e\x79\xa6\x5b\x32\xcd\xe9\x2f\xbe\xfd\xc7\x81\xee\x51\x5b\xf6\x73\x4c\x6b\x6b\x97\x48\xd2\xb4\x6f\x83\x59\x83\xb7\x74\xcd\xa3\xfb\xd5\x66\x61\x3e\xcd\x6b\x4b\x27\xce\x25\x7c\x5b\xb0\x89\x10\xf2\x9b\xf3\xf6\xd2\xe7\x36\x3b\x1f\x0f\xe5\xf1\x3c\xf9\xd7\x9b\x3e\xfc\x71\x9c\xff\xee\x51\x53\x4b\x9f\x8f\x5f\xf5\x00\xd5\x74\xe0\x72\x12\xd0\x5b\xa9\x05\xf7\x70\xca\x00\xe8\xbd\x1d\x68\x58\x0c\xa8\x3d\xe1\x9a\x72\xe9\xb1\xfc\xbd\x1a\xa0\x75\xb5\xa5\xbf\x81\x2c\xdf\xbf\x7e\x14\x60\xd0\x86\x6b\x4d\xa5\x7e\xa1\x8c\xdf\xbf\x3a\x83\xeb\x77\x97\x8e\x07\xec\x5f\x02\x8b\x03\x00\x77\x0b\xa0\x62\x10\xe0\x37\x1a\x98\x9f\x08\x84\x9c\x00\x16\x1d\x02\xe2\x42\x80\xb2\xe5\x40\xea\x20\xa0\x62\x35\xc7\xbc\x16\x94\x00\x73\x4f\x00\x0b\x8f\x00\x15\xdb\x39\xff\x2f\x95\xb0\x25\xa1\x9c\x5b\x5a\x7a\x04\x38\x38\xb9\xa5\xff\xc1\xf2\x71\x1c\xaf\xad\xb9\xc5\xfd\x0f\x6a\x73\x81\x0f\x4f\x5a\xfa\x80\x54\x38\xf3\x58\x1a\x20\xe6\xbb\x45\xfc\xc7\x95\x68\x40\x49\x17\xb8\x38\x1b\x50\xaa\xfa\x1c\xf7\xa0\xb2\xa5\x05\xf7\x70\x50\x97\xf9\x43\xf6\x44\x00\x1a\x91\xc0\xd6\x50\x40\xeb\x23\xb0\x51\x17\x18\x7c\x8c\xfb\xb6\x48\x6f\x6c\xb2\x3a\x7f\xd9\x3a\x2c\x0b\x06\xac\x0d\x00\xa9\x0e\x4b\xef\x0d\xe5\x72\x80\xdb\x37\xc0\xfc\x1a\xc0\x6b\x14\x50\xfa\x14\x08\xf2\x02\x4a\x7d\x80\xe8\xa1\x40\x71\x28\xc7\x25\x4b\x0b\x01\xa9\xa5\x2a\xf9\x16\x98\xf3\x1e\x28\x2d\x00\xca\x5f\x32\x5f\xc0\xea\x26\x60\xfe\x15\x60\x93\x74\x5d\xbb\x02\x07\x87\x01\x4b\xb4\xb8\xff\xc1\xb2\x07\xc0\xf5\x95\x40\x55\x67\xe0\xfe\x06\x60\xd9\x62\xe0\xfd\x92\x96\x3e\x20\x0b\xc4\xb8\xad\xac\x0f\xc4\xf5\x11\x5c\x7f\x7c\xb9\x09\xe8\xbc\x9a\xf3\x5b\x9d\x97\x7e\x89\x7b\x90\xca\xc1\xa7\xb8\x87\x7a\x45\xe9\x1d\x12\xf8\x36\x10\xd0\x48\x00\xd6\x0d\x03\xfa\x6b\x31\x7f\xcb\x50\x5d\x5e\x7f\x83\x38\x46\x0b\x8e\xb1\x00\x96\x1a\x01\x96\x6e\x2d\xeb\xd0\x3a\xef\x5f\x34\x1a\x08\x98\xc9\x31\x69\xa9\xfe\x17\x26\x00\x89\xc7\x81\xc2\x3d\x9c\x03\x90\x5a\x65\xe9\xff\x66\xcf\x00\x16\x1e\x07\x4a\x12\x80\x95\x2b\x81\xf9\xae\xc0\xd6\x00\x60\xde\x7e\x60\xbf\x0b\x50\x66\xc5\x35\xd9\xe5\xf7\x80\xeb\xca\xc0\x12\x17\xe0\x89\x0e\xe7\x9d\x3f\x56\xb6\xcc\x5f\x86\xff\x90\xf1\x20\x5c\x7d\x0b\xc8\x67\x01\x97\xb6\x03\xd2\xf3\xfc\x6c\x13\xf7\x03\x91\xfa\x60\x1d\x1d\x5b\x70\x0f\xdf\xef\x07\x3a\x05\x73\x3c\xb3\x5b\x03\x73\xb3\x28\xd7\x32\xa7\x76\xcf\x09\xc0\xaa\x9b\x80\xfa\xa1\x16\xbe\x83\xaa\x3b\xc0\xb0\x97\x40\x65\x09\x60\xf4\x0e\x28\x77\x05\xcc\xe2\x38\xef\x3f\xa1\xec\xeb\x79\xff\xdc\x6c\x20\x4c\x05\xc8\xda\x06\x4c\x6b\xe0\xbc\x75\xfa\x74\xa0\xe0\x07\x60\xce\xdf\xcc\x9d\xb3\x48\x02\x14\x3e\x00\x6a\x1a\x18\xcf\xb0\xa9\x06\x90\xde\x35\xf6\x2e\x04\x8a\xcd\x81\x53\xeb\x80\x79\x17\x80\xdf\xbb\x30\x5e\xe4\x9f\x31\x5f\x9f\xbf\x2c\x0f\x7c\x4d\x8c\xcb\x37\xe3\x1e\x0e\x33\xcf\x83\x0c\xf7\xb0\xff\x34\x8f\xfb\x3c\x81\xb6\xbb\x19\xff\xd2\xfe\x0a\xe7\x92\x3a\x7f\xfc\xa4\xcf\x83\x33\xc7\xc2\xab\x4a\xb9\x4f\xcc\xe2\x0b\xc0\xe0\x0b\x40\xf9\x02\x40\xbf\x08\x98\x6f\x0c\x8c\x35\x06\x8a\xc5\xfa\x76\xa9\xb7\x31\x29\x4e\xea\xfd\x32\x5f\x4c\xf6\x1a\x60\x8a\x01\x90\x79\x1c\x08\xc9\x01\x32\x94\xb9\x8e\x35\x7b\x25\xf7\x34\xc8\xce\x64\x8c\x48\xb6\x21\xaf\x83\xf4\x34\xaf\xbd\x09\xe4\x06\x30\x07\x49\xbe\x02\xf0\xfd\x71\xb1\x0f\x44\x23\x50\xe8\x09\xfc\xfa\x13\x30\x07\xc0\xc3\x63\x2d\xf3\xcf\xbe\xc7\xf8\x07\x19\xfe\x43\x86\x03\x90\xf1\x7e\xfc\x7f\xc6\x3d\x3c\x04\xda\xed\x6b\xc9\xf7\xaf\xc8\x03\xba\xeb\x02\x95\x01\x40\xcf\x85\xc0\xa2\x87\x40\x7f\x0b\x60\xde\x40\x60\x98\x13\xcf\xdf\x58\x02\x14\xe4\x03\x66\x4a\xcc\x81\x23\xb5\x9b\x19\x7f\x02\x4e\x01\x9c\xaf\x9f\x9c\xc3\x79\xfd\xe0\x7a\xee\x7b\x10\x9d\x00\xcc\xb8\xc0\xf8\xa0\x59\x13\x80\xd9\x16\xc0\xac\x5f\x80\x45\x8a\x40\x46\x07\xe6\xc6\xc9\x38\x00\x6c\x29\x07\x32\x6c\x80\x7d\x77\x98\xe7\xe3\xd4\x04\x20\xc7\x1d\xb8\x61\x01\xe4\x5e\x07\x9e\xd9\x33\x4e\xe2\xe3\x83\xaf\xf3\x40\x34\xf7\x3b\x11\xf3\x77\xcd\xf9\xee\x44\x71\x1d\x44\x16\xac\x3d\x62\x1c\x57\xb6\x0e\x52\x39\x40\x3d\xf3\x7d\xb4\xd9\x03\x54\x66\x01\x1d\x0f\xb1\x1e\xaa\x88\x5e\xb4\xd4\x9e\xce\x89\x00\x06\x14\x00\xb9\x11\x8c\x13\xca\xba\x08\x18\xdf\x06\x66\x5d\x00\x2c\x15\x99\xbf\xc1\x7e\x27\x90\xdc\x08\xb8\x3f\x64\x1e\xf8\x80\x07\x40\xe2\x0f\x40\xe4\x5b\x20\xe5\x5b\xc6\x08\xa4\xfe\x01\x14\xee\x06\x52\x43\xf9\xac\x98\xb1\x0d\x58\x59\x00\xcc\x18\x09\x6c\x19\xc1\xfb\x7a\xc0\x85\x7b\xeb\x48\xed\xe4\x4c\x47\xe0\x77\x05\xc6\x90\xbc\x51\x6a\xe1\x81\x68\x8d\xff\x88\x9c\xf2\x79\xde\xff\xd4\x14\x71\x1d\xc4\x3a\xe4\x43\x62\x1e\x53\xc6\x7b\xd1\x9a\xef\xa0\x39\xdf\x2d\xea\x8f\x8c\xf7\x61\x5e\x3e\xd0\xc5\x05\x28\x3a\x00\xa8\x9a\xb5\xf4\x7b\xc8\xe9\x06\x0c\xbd\x01\xa4\x05\x03\x52\x7f\x31\x35\x8d\xcf\x91\xe9\xfa\x80\xad\x13\xd7\xf6\xbb\x94\x03\x71\x23\xb8\x0f\xc6\xb4\xf5\xdc\x0b\x60\x9a\x09\x73\x3a\xc4\x37\x01\x05\x56\x80\xf4\x76\x5b\x5e\x03\x24\xde\x04\x56\x99\x02\x49\x91\xc0\xb6\x6d\x40\xb2\x33\x70\xe8\x1c\x90\x78\x10\x38\x1b\xc7\x75\xe5\x4d\xf5\x40\x8a\x17\xf0\xe6\x07\x20\x61\x0f\xe7\xbd\x9b\xfb\x61\xdc\xe7\x51\xd6\x17\xe2\xbf\xe9\xc3\x57\x79\x2f\xc4\xfc\x97\x0c\xff\xd1\x9c\xef\x6e\x04\xda\x84\xf2\x99\x2f\x3d\x87\x32\x0a\x80\x5e\x63\x80\x54\x0f\x40\x4b\x0f\x90\xde\x99\x87\xbb\x00\x71\xf3\x81\x51\xa9\x40\x6c\x36\x60\xbd\x0b\x88\xb8\xc3\xb5\xec\x11\x0d\x8c\x2f\x8d\x48\x06\xc2\x23\x80\xf0\x0d\x40\xe2\x36\x20\x62\x00\x90\x7b\x13\x08\xb3\x02\xca\x8c\x38\xaa\xb5\xea\x1c\x10\xfd\x11\xa8\x5f\x03\x84\xdf\x04\x0e\x4a\x80\xf0\xf1\xc0\xcf\x82\xf4\xfe\x08\x34\xdd\x04\x62\xbd\x98\x07\x22\xdc\x82\xd7\x21\xc0\x55\xc4\x41\xcc\xe5\xd1\xeb\x1d\x8f\x67\x44\xdc\xc3\x4f\x22\x6b\xea\x21\x31\xef\x2b\xc3\x3d\xc8\xe4\x40\xd6\xf7\x64\xad\xd8\x4d\x55\x86\xff\xa8\x14\x47\x59\xbe\x7b\xb6\xb8\x6e\x52\xbd\x95\x1b\xc8\xbc\x07\x4a\x12\x3e\x03\xd5\xd5\x81\xe8\xa3\x80\xf6\x21\x20\xa2\x11\x30\xd2\x04\x82\x4e\x02\x26\xe6\x8c\x7f\xb0\xab\x01\x42\xba\x01\x5e\xfd\x19\x3b\x17\xda\x04\x04\xfe\x0c\x24\x25\x03\x7e\x52\x9b\x59\xc4\x38\x07\xe9\x9a\xfb\x6d\x01\xea\x74\x01\xff\x40\xf6\xa3\xfc\xa6\x02\x07\x2d\x00\xff\xbe\x40\xe3\x2e\xc6\xa6\xde\x6a\x02\xfc\xcf\x02\xcf\xf6\x00\xfe\xa2\x9d\x6c\xee\x03\xd2\xf4\x39\x1e\x40\xa6\x07\xad\xf3\xfe\x5f\xeb\x7b\xd2\x1a\xff\x51\x21\x66\x63\x9a\x79\x1f\x44\xbb\x9b\x21\xa2\xa8\x13\xe3\x80\x8e\x27\x81\x98\x89\x80\x6a\x23\xf3\xb1\xf4\x73\x61\xde\x8a\xe1\x55\x80\xef\x4a\x60\xf4\x61\xc0\x57\x05\xb0\x51\x61\xfc\x83\xa7\x1b\xe0\xdb\x0b\x08\xd5\xe1\x3e\x26\x52\xbd\xf0\x7c\x03\xe4\xea\x02\x1e\x7f\x01\x0b\xad\x5a\x78\x20\xdc\x05\x60\x6b\x1c\xe0\x31\x0c\x38\x1a\x0d\xb8\x57\x02\x17\x2a\x79\x94\xae\x83\xe7\x52\xe6\x4f\x6a\x3d\xef\xd6\x38\x08\x19\xfe\x45\xd6\xff\x47\xc6\xfb\xd0\x1a\xff\xb1\x46\xfc\x5c\x8d\xc8\xa2\xf8\x05\xfe\x63\x06\x8f\xb2\xbc\xbf\x8c\xff\x62\x9a\xad\x54\xb8\x80\xb0\x4a\xa0\xab\x13\xe0\xbf\x86\xfb\xd2\x79\x29\x03\x83\x6c\x01\x8f\x8f\x80\xd1\x33\xc0\xad\x06\xb0\xb8\xc0\xd8\x39\xe7\x3c\xce\x79\x07\x53\x57\x7e\x20\xee\x26\xe0\x74\x84\x9f\x6d\xff\x91\x7d\x6b\xc7\x2d\xc0\xea\x0c\x60\xd2\x1a\x60\xbb\x3d\x60\x97\xca\x5c\x77\xb6\x91\xc0\x45\x45\xfe\xf9\xee\x0f\x3c\x4a\xd7\x61\xa2\xed\xe7\xb8\x0f\x19\x0f\x84\x0c\x07\xc1\x5c\xe8\x5f\xe7\x3f\x69\x2d\x07\xcb\xc5\xa8\x7b\x79\x6e\x2b\x7d\x10\x79\x32\xbe\xe0\xbf\x10\xfb\x89\x50\xb4\xb7\x9e\x71\x1f\x52\x3d\x71\x4a\x64\xb9\x70\xd4\x07\xf4\xa4\x3a\xf1\x01\x30\x77\x03\x26\x79\xf0\x39\x3a\xde\x8f\x71\x52\xd6\x3d\xf8\xbe\x61\xd5\x16\xc8\xed\x00\xaa\x45\x28\xaf\x05\xcc\xc3\x81\x55\x21\x80\xa9\x3d\xb0\xf5\x29\x60\xfa\x1d\xf7\x32\x32\x7d\x05\x9c\x37\x05\xcc\x87\x00\xb7\x7e\x01\x4c\xd2\x81\x57\x07\x5b\xe6\xab\x2b\xf2\xa9\x0d\xf8\xf5\x73\x1c\x44\xb3\x1e\x88\xfc\x27\xdb\x44\x3c\x88\x8c\xff\x64\xad\x2a\x8f\xb5\xe2\x6d\xf1\x6b\xf8\x8f\x3c\x31\x4b\x25\xe3\xbf\x88\x17\x79\x44\x42\x45\x7d\xf3\x0c\xe2\xd1\xae\x91\xf1\xca\xb6\x03\x80\x3e\xdf\x03\xd6\x11\xc0\x90\x6a\xe6\xa0\x1b\x6d\x02\x98\xd6\x01\x93\xce\x00\xa3\x77\x00\xbe\x66\xc0\xa8\x1f\x80\x58\x2b\x60\x64\x3d\x90\x95\x0e\x8c\x88\x03\xca\xb2\x01\xa3\xa9\xc0\xca\xb5\x80\xde\x40\x60\x9b\x01\x30\xac\x0c\x38\x94\x0b\x0c\x7f\x01\x9c\xd5\x01\x86\x16\x02\x37\x57\x01\x83\x15\xb9\x77\x9e\x6c\xbe\x9a\x43\x79\x54\x7b\xfc\x39\x0e\x62\xef\x76\x7e\xbf\x2f\xf8\x4f\x44\xfb\xf0\x7f\xc5\x7f\x7c\x0d\xff\x10\x20\xf6\x91\x71\xb5\xe3\xd1\x4a\x7c\xde\xd8\xde\x80\xa2\x1d\x30\xf2\x35\xa0\xf9\x1a\x30\xfc\x8d\xf7\x4c\x7f\x3a\x60\xb3\x10\x18\x9e\x0f\x78\xdf\x03\x86\x36\x32\x56\x6e\xb0\x0f\x90\x31\x19\x18\xe8\xce\x18\x6c\x4d\x37\xc6\x92\x4b\x65\x4a\x7a\xd7\x95\xe4\x03\x07\x7e\x01\x34\x86\x02\xa7\x77\x71\x0d\xc5\xef\x8d\x40\x9f\x97\xc0\x93\x2b\x40\x4f\xad\xcf\x79\x2f\xba\x2f\xe7\x51\x7a\x67\x92\x8e\x5f\xf0\x9f\xc8\xf8\x5f\x64\xfc\x27\xb1\x9f\xcf\x7f\x7e\xdd\x7f\x9e\x7f\xb2\xa8\x37\x32\x1e\x94\xd0\x0b\xcc\x9f\xe1\x23\x46\xab\x1d\x45\xfe\x31\x33\x11\x57\xa5\xf3\x0e\x90\xcf\x00\x86\xaa\x01\x7d\x8d\x81\x81\x8b\x18\x1f\xa4\x69\xc1\xfc\x9d\xea\xc9\x80\xa7\x3c\xd0\xe7\x20\x10\x19\x04\xf4\xfc\x13\x98\x39\x13\x50\x51\x00\xe6\x8e\x02\x94\xd6\x01\xcb\x12\x80\xee\x93\x80\xf5\x57\x00\x85\x1e\xc0\x5e\x25\xa0\xeb\x6d\xe0\xc4\xdf\x40\x97\x2a\xe0\x6a\x30\xd0\xf9\x07\xae\x31\xe9\x7c\x03\x78\x9f\x0f\x74\x4e\xe4\x79\x77\x2e\xfb\x7c\xfc\x82\xff\x44\xb4\xfb\xb2\x28\x52\x85\x88\xb7\x9d\x7f\x8b\x47\x59\x1f\xa4\xac\x19\x20\x34\x42\xaa\x7e\x5b\x9a\x69\x6c\x76\x7b\xca\x8a\x44\x68\x74\xa4\xa8\x90\xaf\x59\x67\xca\xba\x39\x3b\x74\xa0\x68\x99\x55\x48\x67\x3a\x59\x0c\x1b\x29\x78\x0c\x8d\xc6\x6e\x14\x85\x57\x3d\xa8\xd8\x5b\x29\x0e\xe8\x2e\x28\xae\x1c\xd4\x07\xe8\x7a\x59\xf1\x8a\x49\x0e\xd0\x69\xae\xe2\x52\xe7\x81\x80\xbc\x99\xa2\x6b\x70\x0c\x20\x97\xae\xf0\x77\xb2\x74\x4f\x5e\x29\x24\x15\x50\x9c\xb2\xdb\xf5\xc5\x14\x8f\xef\xfa\x03\xd7\x6d\x76\x31\xd9\x45\x79\x9d\xce\x17\x8e\x53\x7e\xbf\xe3\xc9\x4b\x14\x9f\xef\xf0\xe2\x2e\xf9\xc6\x1d\x7e\x7e\x4d\xf1\x97\x76\x22\xff\x41\x5b\xca\xf7\xb6\xe9\x81\x03\xd2\x7b\xd6\xd7\xf0\x2f\x8b\xbd\x79\x2c\x35\x63\xd6\xf1\xd9\x9e\x1d\xa9\xba\x32\x4b\xb1\x1b\xc5\xed\x52\xbb\x2b\x92\x05\x8d\xa9\x54\x22\x89\x08\x49\xe3\x68\xab\xaf\x19\xe7\xcf\x9d\x9b\x7a\x53\xfe\xd8\xba\xa9\x2f\xfd\xdd\x28\x83\xbe\x14\x4d\xd3\xae\xd4\xa0\xa8\xb1\xd2\xc5\x7e\x74\xa2\xb4\x59\xa0\xb9\xa9\x23\x65\x92\xb4\xdc\xfb\x91\x4f\xa6\xd5\x6f\x14\xf1\xca\xf6\x73\x71\x20\x86\x04\xc9\xc3\x20\x7a\x92\x24\x32\x89\x74\x51\x32\x84\x23\xc4\x1a\xd3\x97\xd0\x57\xaa\x99\xac\xa1\xbd\xeb\xf3\x74\x27\xc5\xb7\xfa\x34\x1c\xa3\xc8\x5a\xef\xd0\x4b\x94\x61\xeb\x55\x7a\x87\x90\x19\xaa\x39\x2f\xc8\xa6\xf7\x78\xcf\xeb\xd0\x7d\xc2\xa7\xa3\x6c\xfe\x2b\x44\xb9\xa8\x10\xe4\xe9\x7d\xe7\x29\x32\x0f\x4c\x81\x91\x12\x65\xcd\xd2\x1f\x72\x35\x59\x6a\x62\x1f\x8a\x8e\x4d\x5b\xdf\x87\xde\x2a\xe4\xaa\x3a\xad\x87\x6f\x45\x7f\x66\x5b\x48\xe2\xec\x9c\x8d\x39\x57\xa5\x9a\xa8\x0c\xa1\x7c\xc7\xf0\xbc\x61\x54\x9d\xdd\x37\x4b\x87\xf2\x65\xf2\xab\xf5\x8c\xf9\x1b\xf5\x4c\x3a\x53\x86\x44\xef\x86\x56\x24\x8f\xa3\x48\x07\x75\xe3\xec\x48\x46\xf5\xc2\x02\x49\x06\x75\x3b\x71\xbd\xbf\x6e\xa7\x3c\x8a\xdb\xea\xa0\x82\xf2\x40\xc3\xce\x71\x27\xe9\xc1\xaf\x76\x90\xc4\x0d\xae\xfb\x81\x32\x8f\xda\x13\xcf\x91\x8f\xa8\xed\xd4\x44\x67\xc0\xc0\x8e\xcf\x49\x3e\x34\x45\xfe\x07\xb5\xa3\x3c\xf6\xa6\x75\x58\xf1\xbe\x1d\xe1\x17\x16\xd7\xb3\xbc\xca\xf0\x2f\xf9\x4d\x7d\x29\xca\x9d\xb1\x9b\xf1\x2f\x29\x6e\xfd\x28\x4f\x2f\xe3\x81\x09\x97\x63\xfa\x06\xbf\x2d\xc3\x68\xbd\xdc\x73\xb9\x1f\xd0\xa4\x13\x7a\x34\xff\x71\xb9\x9c\x3f\xd7\xff\xd9\xb8\x9a\xbf\x7d\x34\x69\x98\x92\x9b\x89\xa8\x59\xa6\xa2\xe5\x31\xad\xeb\x46\x36\xd8\xe4\x91\x26\xd9\x2a\xd3\xc6\x91\x54\x8f\x6b\xaa\x66\x47\x4f\x34\x99\xe3\x47\x4f\x32\x9d\x14\x4f\xf5\xfc\xa6\x16\x9c\x39\x30\x51\x5b\x48\x99\xf9\x31\x01\x75\x24\x61\xc6\x7a\x8c\xfd\x36\xbe\x7a\x84\xee\x4a\x23\xeb\x1b\xe9\xce\x38\x72\x26\x71\x4a\xc2\xe8\xf1\x13\xda\x49\xfd\x2d\x8c\x0f\xd2\x01\xaf\xc3\x60\x1b\xe9\x58\xfe\x50\x95\xf6\x71\x5e\x7d\x5f\xb1\xca\x5c\x42\xd1\xcd\x2c\x89\x36\x65\x91\x64\x3c\x30\xd3\x9e\x32\x0f\x4c\x44\x83\x21\xe7\x3d\x6d\x46\x51\x7c\xd7\xfd\x12\xa3\x36\x1c\xf2\xc6\x52\x36\xc2\xb2\xc0\x9c\xec\x83\x71\x0e\xe3\x25\x86\x4a\xac\x68\x96\x7d\x1f\x31\x0b\x73\xa7\x87\x13\x45\xc4\xae\xad\x36\x8f\x13\xbb\x29\x50\xe6\xc0\xc6\x4a\x93\x32\xec\x13\xef\x8f\xa4\x27\xda\xac\xb3\xa5\x95\x9a\x68\x32\x85\xf6\xdf\xa6\x5b\xcc\x4b\xfe\xf7\x0c\x42\x5a\x4c\x6c\x98\x4f\xeb\x63\x93\x52\x4b\x79\xcc\xf1\x37\xbe\xa5\xb3\x6f\xc2\xe6\x83\xe4\xe3\x59\x95\x9e\x22\x5b\x6f\x75\xef\x3a\xd9\x76\xcb\xfa\x07\x5a\xbc\x43\x1f\x69\x06\xb2\xbe\x41\xcc\x1b\x33\xaf\x9e\xfb\x5b\x15\xdc\x1e\x44\xd1\xdb\x2c\xb7\xa1\xf4\x2d\x33\xff\x34\xa0\x13\x4e\xc6\x03\x13\x79\x87\xf1\x01\xfe\x2a\x26\xa4\x37\x1e\x57\xcd\x09\x37\xe1\x28\x56\x59\x4e\xa8\xb0\xa6\xac\x99\xc9\x12\xee\xc2\xae\x77\x63\x12\xd9\x11\xad\xeb\x76\x74\x22\xf7\xd8\xc8\x7c\x1a\x72\x95\xce\x22\x0f\x84\x9b\xd8\xc9\xd3\x35\x4e\x91\xde\xd3\x4d\xb9\x3f\xed\x97\x1b\x61\x3f\x01\xb7\xc3\x36\xf4\x46\xee\xb3\xa6\x90\xcd\x72\xbb\x13\x4d\xf2\xee\xbe\x86\xeb\x36\xdd\x1a\x4a\x28\x86\xe4\xd6\x58\x4d\x3b\xe4\x3a\x9e\x71\x52\x2e\x43\xbf\x27\x4d\x74\xfa\x78\x72\x38\xbf\xe1\x15\xd2\x1b\x07\xcb\x7b\x54\x6b\x62\x97\xfd\x8a\xe2\xfd\xb6\xd5\xbc\x0e\xcc\x1b\x33\xc7\x4c\x8f\xb4\x33\x4b\x97\x71\x4e\x33\x13\x8d\xe9\xaf\x13\x76\x33\x3b\xc9\xd4\x53\x16\xb4\xea\xc1\x46\x13\xe8\x86\x25\xeb\x87\xe4\x72\x9b\x71\x3e\xb6\x16\x76\x94\xb7\x90\xe1\x60\x0c\x6f\x38\xd3\xee\x0d\xfe\xc3\x95\xb2\x76\x6a\xd3\xdc\x29\xcb\xac\x78\xdb\x4b\x9c\xbf\x8f\x78\x22\xfb\x8a\x37\x5c\x9f\xfb\xca\xb4\x15\xbe\xc7\x59\xe3\x7c\x17\x8c\x20\x49\xf2\xad\x1c\x4f\x12\xe7\xfb\x68\x32\xc9\x89\xef\x3f\x11\x94\x31\xf7\xcd\x4f\x25\x15\xf6\xb9\x39\x9b\xea\x36\x7d\x9f\x56\xd2\xfc\x7c\x1a\xd6\x92\xbc\xf8\x58\xec\xa6\x5a\x11\xef\x47\x0d\x54\x43\x31\xf9\x26\xdf\xa9\xbd\x24\x4d\xc4\x07\xee\xb1\xed\x11\xad\xab\xac\x6f\x90\x53\x9a\x74\xcc\xfd\x99\xab\xeb\xd3\x92\x4c\x69\xf5\x13\xbf\xb3\x26\xcf\x27\xc6\xd9\x86\x76\x25\xc4\x6b\x12\xe9\xb7\xcf\x8f\x4c\x04\xe0\x21\xef\x42\x4f\xb7\x93\x30\x3e\xa2\x19\x07\x73\x54\xc4\xc1\xdc\xf5\x25\xfd\xd7\x0a\x61\xcf\x41\x35\xda\x9f\xac\x5f\xc7\x77\x81\xa2\x87\x11\x36\x90\xc7\xd0\xa6\x36\xc4\xcb\x1f\x56\xae\x4c\x3e\x5b\xf8\x8a\x01\xe4\x5b\x84\xf7\x63\xcb\x12\x66\x32\x9e\x7f\xde\xe7\x4e\x3e\x6e\xf8\x88\x30\xca\xa4\x87\x07\xb0\x81\x09\x1f\xcf\x3e\x4c\x58\x79\x39\xc9\x45\xe8\xb1\xba\x27\xfc\xdc\x6d\xdc\xc1\xc5\x84\xed\x44\xf0\xea\x33\x64\xd9\x83\xa9\x07\xb7\xf4\x26\xca\xf8\x39\xff\x33\xef\x28\xe6\xe8\x43\xbc\x49\xb3\x1a\x2c\xc8\xca\x24\x49\x26\x10\x8b\x44\x2c\x38\x7b\x14\xee\xe0\x44\x72\x1d\x60\xc3\x38\x18\xcf\x13\x8c\x6f\x72\x36\xf0\xe6\xfe\x68\x26\x9f\xf3\xc1\x8c\x0c\x64\x1c\xcc\x50\xb5\x20\x7a\x9e\xfa\x99\x50\xca\xca\x29\x35\x32\x4f\x4a\xdb\x5b\x53\xb5\x78\xfe\x31\xac\x88\x88\xd3\x6f\x4b\x79\x25\x19\x1e\x26\xb6\x7e\x00\x9d\xb8\xb1\x5e\x23\xe8\x9c\x8c\xed\x68\x45\xbe\x6d\xfc\x7e\x77\xd2\xd4\xb8\xab\x21\x94\xcf\x89\x0b\x4c\xa4\xf9\xc6\x47\x72\xc6\x31\xb6\x9e\x7d\xfc\x69\xef\x6b\x18\x3f\x83\xcd\x24\xa1\x71\xa1\x9c\xcf\x8b\xa5\x78\x04\x10\x33\xf8\x57\x42\xf8\x45\xed\xbe\x47\x19\xb5\xc8\x47\x2f\x37\xa2\x19\x17\x33\x7d\x19\xf7\xfb\x92\xf5\x83\x8a\x4c\xf1\x60\xb4\xcc\xec\x29\xa4\xe7\xde\xe6\x53\xc8\x5f\x72\x3b\x15\x40\xfb\x3b\xe9\x47\xee\x03\x65\x95\xc4\xac\xfb\x63\x42\x42\xf9\x74\x3b\x10\x4e\x75\xe1\x03\x56\x45\x51\x7d\x7f\x6f\xef\x18\xb2\xca\x5d\x2f\x32\x5e\x02\x85\x09\x62\xbe\x77\xba\x78\x93\x4b\xe9\x29\xc7\x1d\xc9\xa6\xa8\xd0\xbe\xcd\xd0\xe2\x75\x48\x89\x37\x22\x4b\x9d\xf2\xb3\x35\x9d\xf7\xa9\x70\x25\x0d\x9c\x61\xc0\x18\xe5\xd4\x9c\x78\x4b\x1e\x19\x61\x90\xb2\xba\x64\x07\x7f\x6e\x39\xd9\xdb\xd4\x13\x1b\x69\xe5\x53\xb0\x87\x3b\xbd\x38\x1f\x23\x4b\x9f\x5c\xc4\xbd\x66\x93\x1a\x6f\x91\x5e\x24\x8c\x79\x44\x77\x9f\xb8\x0f\x1f\x94\x80\xb8\xf5\x9e\x74\x1e\x46\x94\x7a\x27\xb1\xf4\xf8\x72\xdf\x83\x3b\x81\xb4\xfa\x1e\xc9\x21\xc4\x77\xe1\xb0\x31\x9c\xbb\x6e\x29\x47\x91\x35\x36\x4b\x8b\x22\x0f\x7a\x64\x3d\xe3\x24\x86\x36\x32\x0e\xa6\xff\x98\x78\xda\x2d\x95\x11\xcc\x93\xd2\xe9\xdb\xe9\xe2\x4d\x6d\xa6\x88\x40\xcf\x78\xc4\x63\xa6\x7a\x3b\x5a\xe9\x2c\x1b\x15\xd2\xfb\x8c\x3a\xae\xef\xce\x3c\x63\x44\xbe\x5d\x96\x84\xaf\x7a\x59\xf7\x5c\x0f\xf3\xe7\xfd\x69\x3d\xb2\xc4\x95\xcd\x76\xce\x88\xe5\xb1\xf8\x5b\xfe\xfc\x32\xb2\x1b\x59\x2b\xd6\x25\xf0\xcf\xbb\xb8\x0f\x53\xc6\x51\xca\xdc\xa6\x9b\x9d\x27\xc9\xfd\x12\x17\xf3\xa2\x1e\x88\xb6\xf1\xa7\x9b\x51\x98\x51\x30\x59\x97\x00\x49\x38\x45\xa2\x26\x17\x30\xae\xcb\xf9\xc9\x54\xfa\x56\x3b\x09\xf7\x47\xb2\x9c\x31\x8d\xbe\x7d\x74\x56\x3c\xdd\x54\xf5\xa7\x25\x93\xf6\x0e\xd6\x9c\x4e\x52\xaa\xf1\x31\x85\x50\x5d\xca\x4e\xb3\x68\x57\xe4\xcd\x33\xc4\x1b\x49\xb6\x78\x93\xcb\x17\x23\x17\x05\x45\xf2\xc4\xc0\xd3\x8c\x87\x29\xe7\x75\xc8\x6f\x32\x24\xcb\x54\x58\x61\x49\x76\xbd\x60\xaf\x13\x69\xd2\xec\x64\x7f\xfa\xc6\xd9\x0d\xd1\xe4\x1f\x16\x5e\x4d\xcb\xe3\xcf\x33\x3f\xca\x6c\xe5\x4a\xda\xff\x82\xfb\xab\x4f\xf0\xf3\xea\xc9\xb2\x17\xe8\x1e\xa2\x3b\x53\xde\xdc\xd3\xc4\xb3\x90\xf7\xdd\x6f\x14\x7b\xcc\xc3\xdf\xdd\x68\xbd\x1a\x5f\x04\xb4\xe0\x60\x02\xb4\x23\x08\x07\x3a\xc5\x82\x79\x61\xdc\x94\x19\xef\x24\xe3\xc3\xb1\x2e\x66\x14\xa7\x79\x23\xcb\xf5\x28\x03\xee\x93\xa4\xdb\x6d\x16\x45\x68\xfa\x0b\x8c\x0f\x51\x1b\x97\x45\xf8\x10\xc5\x0a\xf6\x76\xda\x5e\x2c\x10\xf1\x2f\x73\xc5\x48\x4e\x33\x1e\x26\x4f\x9e\x62\x9d\x32\x3c\x4c\xe9\xf6\x01\x84\x8f\x2e\x15\x0c\xb9\xb3\x99\x97\x25\x59\xd4\xf9\x8e\x4e\x84\x07\x99\x57\xcf\x27\x4c\xe9\x56\xee\x33\x37\xdf\x6f\x46\x31\x7f\x9e\x99\x39\x4a\x05\xf6\x2f\x4b\x85\x3a\xee\xab\xe4\xb6\x85\x4e\xae\xd2\xc3\x8c\x93\x2a\x96\x70\xcd\x4d\xd1\xc1\x8b\x94\x91\x2e\xaa\xbd\x43\xb1\x94\xa2\xa5\x4f\x47\x02\xc1\x47\x19\x4d\xe0\xa7\xcd\xf3\x6e\xc6\xc1\x88\x7c\x38\xb6\x07\x53\x49\xde\x2d\x6f\x30\xbb\xdb\x58\xe5\x0c\xd2\x42\xc3\x84\x4c\x5a\xaf\x21\xda\x39\x74\x13\xd1\x1a\x95\x47\xe8\x24\x95\x7a\xb6\xe2\x5d\x77\xcf\xa1\x53\xbd\xad\xa2\x6c\xde\x0b\xc4\x7e\x49\xe5\xeb\xc5\xf1\x50\x07\xee\x7f\xd4\x8c\x87\x19\x48\x1a\x55\x21\xb0\xa7\xb6\x38\xce\x82\xbe\xa9\xc2\xdc\x91\x90\x6a\xe5\x6b\x19\xa9\xb8\x58\x23\x8a\x24\x6c\x71\x36\x33\xf4\x54\xe4\x71\xc6\xbe\xe2\x29\xf7\x1f\x2c\x3f\x57\x4b\xb5\x96\xb2\xfe\x49\x8b\x8e\xee\x25\x3b\xbb\xc8\xf5\x04\xc9\xcf\x82\xa6\xf3\x34\x93\xb2\x69\x4d\xe4\xb7\x2e\x28\x79\x90\x01\xf8\xc7\xb1\xb7\xda\x9a\x0f\xc7\x5e\x9d\xe5\xda\xa6\x6f\x26\xf9\x53\x66\x3f\x66\x53\x24\x66\x54\x13\x5f\xcc\x64\xfd\xa1\x06\xcd\x9a\x4d\xb7\x1b\xc9\x60\xee\x0f\xa5\xb2\x85\xf1\x21\x1d\x8b\x5a\xe3\x80\x5a\xe3\x61\x96\xeb\x74\xa0\x3c\x7f\x95\x92\x0a\x79\x30\xcb\xb5\xd9\x7f\x58\xde\xd5\x80\x0c\x43\x55\xa9\x39\x59\x9e\x6a\x2b\x07\xd2\xc8\xea\xee\xde\xdc\x5f\x29\x85\x11\x7b\x55\x3f\x26\xd3\x11\x56\xfd\x1b\xf3\xc4\x2c\x57\x2f\x63\xbc\x4c\x14\x33\x71\x54\x3d\xd8\x48\x12\x29\xeb\x9f\x54\x59\xf2\x03\x33\x29\x8e\x39\x47\x33\x5a\x66\x71\x93\x34\xb4\xb2\xed\xdf\xf5\x80\xf7\x76\x5e\x55\xf7\x5c\x66\x65\x6a\xe6\xc3\x79\x94\x43\x56\xc9\xb2\x9e\xf7\x79\x6c\x54\x21\xdd\xfe\x46\xac\x2c\x22\xeb\xae\x53\xcf\xf3\xd5\xee\x5c\x4a\xda\xaa\x56\x37\x9f\xe4\xa6\xfb\xf2\x32\xda\x95\x0e\xa6\xe5\x62\xc6\x70\xb1\x98\x09\x68\x8d\x87\xa9\x13\x78\x1d\x9a\xf1\x30\x23\xfb\x93\x47\xba\x2a\xdf\x80\xce\xcd\x55\x7f\x98\xd1\x0e\xd5\x39\xd8\x91\x45\x5a\xd9\xdf\x8b\xf6\xbd\x76\x75\x18\xcd\xbf\x6e\x73\x22\xdd\x9f\x6a\xcb\xb2\x44\x7c\xcc\x3c\x11\x4f\x53\x4d\x96\xad\x4e\x7d\x2d\xf9\x9d\xb5\xf1\x3b\x48\x22\x6b\xfd\x8e\x50\xec\xb5\xe6\xe2\x19\x42\x82\xd5\x68\xfd\x4a\xeb\x5d\x33\xe3\x2f\x15\xc0\xb3\x20\x9d\xea\x06\x9c\xb5\xb2\x48\x3a\xed\x9e\xe4\x91\x9d\x9b\x28\x76\xf3\x1b\x97\x54\x44\xb7\xda\x31\x28\x26\xbb\x2f\xeb\x0f\x35\xec\x46\x19\x9d\x9f\x03\x2a\x16\xd1\xae\xf5\x3d\xb6\x98\xac\x5b\x77\xcf\xc5\x84\xea\x68\xf7\x42\x96\xd9\x58\xfe\x87\x6c\xde\x3c\x7e\xb3\x96\xc7\x75\xb7\xe4\xc9\xc2\xac\x37\x56\xa1\xf3\x6c\xfd\xb4\xfe\x74\x6e\xac\xb7\xe3\x4a\x85\x75\x4d\xa6\x74\x22\xad\x7b\xc8\xf8\xe2\xb5\x31\xcc\xf0\xb6\x76\x42\x08\xb9\x38\xeb\xfa\x70\x0d\xdc\xda\x29\x19\xe4\xf9\xae\x7b\x5a\x42\x7f\xbf\xee\x34\x7f\xf3\x9a\xe7\xcc\x50\xb2\x36\x66\x3b\x3d\xe7\x9b\x77\x07\x88\x19\x6f\x4d\xc7\x53\x84\xab\xfa\xe6\xcd\x35\xc2\x61\xad\x36\xb8\xd5\x04\x5c\x9b\x00\xa8\x64\x03\xe7\x1b\x19\x07\xf1\xb3\x25\xa0\xd4\xf0\x25\xee\x61\xff\x7e\xee\x67\xb0\x53\x00\x7a\xf9\x01\x5b\xe2\x80\xbe\xfd\x3e\xe9\x6f\x10\x0e\x0c\x0e\x07\x56\x59\x03\xba\x37\x81\x6a\x77\x60\x64\x4f\x60\x99\x3b\xd7\xb7\x57\x4e\x04\xac\x47\x01\xe5\x66\xad\xf2\xfe\xfd\x80\xc9\xfd\x38\xde\xed\xff\x23\x50\xa4\xc3\xb9\x9c\xfc\x0c\x60\x5a\x35\x73\x60\xcc\x30\xe0\x51\xaa\x89\xcd\x75\xff\x73\x80\xa5\x7f\x02\x25\x85\x9c\x53\x91\xfe\x6e\xa7\xf5\x97\xfd\x0f\x96\x1a\x01\xb7\xcb\xa5\xda\x00\x3c\x4d\x01\x96\x9c\x05\x84\xf1\x2d\x7d\x20\x4a\x1a\x79\x94\xf1\x5e\x34\xb6\x65\xfc\x43\x6b\xdc\xc3\xc1\x27\x40\xf7\x27\x8c\x7b\xe8\x7e\x8b\xf3\xfd\x3d\x7b\x00\x52\x1b\xd4\x67\x1b\xb0\xfe\x31\x20\x59\xcb\xf8\x17\x6d\x65\x60\xc5\x59\x60\x68\x35\x50\xbd\x0a\xd0\x3f\xc6\xf9\xce\x51\x4d\x9c\x93\x34\xbf\xc8\x79\xff\x89\xb1\x40\xf1\x4e\xc0\x3e\x09\x28\x94\x07\x5c\x95\x38\x26\xef\xd5\x04\xe4\xaf\x01\x42\x04\xce\x6b\x4b\x2d\x78\xfe\x58\x60\xc6\x42\x20\x3f\x13\xc8\x53\x6e\xa9\xfb\x9f\xe3\xce\x96\xa6\x48\x1b\x58\x7b\x08\x98\x7b\x1c\xd8\x31\x1f\x28\xb1\x00\x0e\x5b\x71\xff\x88\xb3\x06\x5c\x5f\x7b\xfb\x08\xb0\x44\x02\xbc\x12\x80\x85\x3e\x8c\x83\x90\xcd\x5f\x96\xff\xbf\xdc\x04\x74\xba\x08\x9c\xff\x81\xeb\x90\xbf\x86\x7b\xd8\xbd\x05\x50\xd8\x06\x6c\xe9\x0d\x28\x4e\x64\xcc\x81\x6a\x23\xf0\x4d\x39\xe3\x41\x9a\xf9\x0e\x1a\x78\x3d\x96\x06\x00\x3a\xbf\x03\x15\xaa\x1c\x7f\x2d\x2d\x67\xb9\x28\x9e\x0e\x58\xfd\xd2\x2a\xef\x5f\xc6\xeb\x30\xe5\x09\x90\x9d\x0b\x84\x84\x72\x7e\x56\xea\xa1\x49\xbd\x8f\xe4\x97\x40\xf6\x25\x20\xc7\x19\xc8\xeb\x02\xcc\xef\xd2\xc2\x7f\x90\x97\x01\xac\x5e\xd7\xd2\xff\xa0\x60\x27\x70\xd8\x1d\x98\xd3\x87\xf3\x7b\x73\xed\x80\x9b\xdd\x58\xfe\x5e\x56\x02\xc5\x57\x81\x8f\x1f\x3e\xe9\x83\x21\xf2\x20\x5c\xda\xce\xf9\xd9\x9f\xeb\xb9\x2e\xfb\xc7\x7c\xa0\x6d\x7f\xe0\xd0\x02\xe9\xd9\xdf\x82\x7b\xa8\xd7\x05\xda\x2e\x07\x36\x3f\x05\x3a\xcf\x95\x6a\x1f\xa0\x20\xb0\xd6\x2b\x49\x80\x6a\x35\xa0\xcf\xb4\x16\xbe\x83\xb2\x21\x80\xf6\x3c\xce\x7b\xeb\x19\x00\xc5\x5d\x81\x51\x8a\x40\x41\x3b\xce\xef\xe6\xb4\xe1\x1c\x45\xa6\x0a\xe0\xd4\x09\x98\x25\xc7\xfd\x83\x66\x0d\x04\x82\xd4\x80\xb4\x23\xc0\xd4\x4c\x60\x56\x19\x30\x7d\x23\x90\xee\xc0\x58\x81\xcc\xdd\xc0\xbc\x37\x40\xc6\x33\x5e\x87\xcc\x24\x60\x4d\x14\x90\xb3\x11\xd8\xb9\x11\xc8\xfb\x1e\x38\x7a\x05\x90\x7a\x2f\xa7\xcf\x02\x85\xcf\x81\x5b\xca\xcc\xad\xf2\xef\xea\x4f\xe6\xdf\x5b\xe4\x41\x28\x6e\x55\xdf\x2d\xe6\x17\xfe\x1b\xee\x61\xad\x35\xd0\x26\x0d\xf8\xa6\x08\x90\xfa\x83\xb2\x3e\x0f\x4b\x8e\x00\xd2\xfb\x52\xc5\x7b\x40\xed\x08\x30\x2f\x88\x6b\x26\xe7\x64\x03\x83\xfd\x81\xc2\x3b\xc0\x88\x1f\x81\x3c\x79\xae\x3d\x95\xe5\xfd\xd3\xb4\x00\x3b\x4b\xc6\x38\xb8\x5d\x66\x5c\x42\x80\x04\x98\xfe\x8c\xfb\xc4\xa4\x80\x73\xdc\x29\x3d\x80\x8c\x46\x60\x96\x54\x1e\xa6\x00\x69\x29\xc0\xd2\x06\x60\x96\x1a\xb0\x4e\x17\x98\x75\x07\xd8\x31\x18\x48\xfb\x15\x38\xe4\xc8\x38\x87\xd3\xbf\x02\x99\x27\x38\xbf\x97\x33\x12\x78\xbe\xab\x05\xff\x92\x7a\x85\xe5\x40\xd6\x0f\xe2\x0b\xbe\x07\x31\x3a\xf2\x35\xdc\xc3\xfa\x05\xe2\xe9\x57\xc6\x75\xec\xb2\x7c\x7f\x79\x01\xd0\xf5\x08\xe7\x16\x54\x45\x2c\x93\xda\x01\x20\x77\x31\x28\x92\x97\x5d\xc3\x35\xb5\xe9\x29\x9c\x53\x6b\xe6\x3d\x48\x03\x6c\x57\x03\xc9\x86\xcc\x17\x13\xd7\x00\x4c\xe9\x0e\x24\xdc\x97\xfa\xba\x80\xf4\xb6\x22\xfd\x5f\xe2\x5a\x20\xcb\xac\x85\xff\x20\xf1\x04\xcb\x43\x6a\x5f\x60\xc3\x7b\x60\xa6\x29\xb0\xab\x84\x6b\xe2\x8f\x2b\xb1\x6d\x95\xee\x71\x5a\x77\xe0\xee\x1a\x20\xe3\x04\xf0\xee\x44\xcb\xfc\x5b\xf3\x40\x9c\x16\xeb\xfa\x65\xf9\x5e\x19\xef\xc5\xbe\x9d\xa2\x3c\x88\xa7\xfd\x56\x59\x9f\x87\x7d\x3c\xca\xf2\xdd\x15\xb2\xae\x9a\x23\x00\xb9\x3b\x40\xd1\x1f\x40\xe7\xc7\x7c\x8b\xe8\x79\x83\xf5\x4f\x43\x02\xcc\xd8\x04\x0c\x32\x07\x52\xb2\x01\x43\x37\x20\xa9\x0d\x60\xaa\x08\xc4\x8f\x04\x26\x84\x00\xf1\xdb\x00\x17\x15\x20\xd6\x1d\xf0\x71\x61\x1b\x19\xda\x04\x44\xd9\x01\x71\x01\x8c\x0f\xc8\xac\x03\xe2\xc7\x03\x25\x2f\xb9\x5f\xc2\xd2\x5d\x40\x7c\x2f\x60\x6d\x0a\x90\x50\x07\xec\xce\x01\x12\x7d\x80\x13\x1a\x40\xfc\x43\xe0\xe2\x18\x20\x39\x17\xb8\xe7\xcc\x55\x1f\x1f\x73\xbf\xc4\x7f\xc8\xf8\x10\x64\xb8\x87\x86\x75\x9f\xeb\x43\x73\xbe\xbb\x15\xef\x85\x2c\xcf\x59\x25\xd6\xf3\xcb\xf2\xbc\xa5\x43\x79\x2c\xbc\x0e\xc8\x1f\x60\x9b\xa6\xac\xc2\x72\x2d\x3d\x77\x93\xcb\x00\xad\x05\x8c\xf7\x18\xee\x02\xc4\x5c\x60\x5c\x61\x4c\x7f\xc0\x5a\x1e\x08\xf3\x63\xbb\x19\x5e\x01\x78\xe4\x01\xa1\xdb\x80\xa0\x3c\x20\xcc\x0e\x88\x55\x04\xc2\x35\x80\xf4\x67\x40\xc8\xaf\xc0\xdc\x3b\x40\xe8\x6d\x60\xc9\x1d\x20\x22\x08\x58\xf3\x1d\xff\xfd\x8e\x0f\x40\x58\x18\x73\x7c\x45\x3a\x00\x97\x2a\x81\xb8\x7b\xc0\xfd\xcc\x2f\xfb\x61\xf8\x8b\x3c\xf7\xb2\x7e\x18\xad\xf9\x4f\x0e\x98\x7d\xae\x0f\x5b\x44\xbe\x8f\xff\x86\xff\x28\x15\xeb\x96\x9b\xf3\xdd\x5d\x81\x4e\x09\x40\x92\x84\xed\xe8\xb4\x6d\x9c\x53\x8c\x1c\x00\x0c\x7c\x0f\x84\xe8\xb1\x9f\x11\x18\xc4\xe7\x88\x74\xef\xa5\x7e\x45\x40\x14\xe0\xa6\x01\xf8\x4d\x63\x3b\xe1\xeb\xcb\xe7\x46\xe0\x6d\x20\xdd\x19\xf0\xb7\x60\xcc\xa0\xf4\xae\xb1\x64\x27\xe0\x77\x96\xf9\x72\x7c\xf5\xd8\xb7\xf1\x5d\x00\x1c\xeb\x03\xf8\xb7\x03\x7e\x39\x0c\xf8\x1d\x00\xfe\x7c\xc8\x5c\x2b\xd2\xf9\x7a\x3f\x07\x84\xaa\x4f\xfa\x80\x88\x78\x00\x59\xdf\x97\xd6\xbc\x17\xff\xad\xef\x89\x0c\xff\xd1\xdc\xf7\xe3\x8f\xcf\xd7\x21\x55\xc4\x57\xc5\x7b\x01\x5d\xf6\x00\x11\x95\x80\x6a\x08\x10\x1c\x05\xf4\x7b\x0f\xf8\xab\xb3\x5c\xf8\xcc\x04\x46\xeb\x72\x1d\xbc\x75\x13\xe0\x51\x07\x8a\x88\x79\x8f\x06\x02\x9c\x80\xc9\x12\xd6\x11\x4f\xa9\x8d\x2c\x06\x3c\xb6\x30\xe6\xd0\x5d\x7a\x5e\xec\x00\x3c\x16\x32\x76\xcf\xcd\x10\xd8\xa3\x00\x78\x1c\x00\x4e\xc6\x31\xff\xc3\x2f\xd1\x80\x47\x15\x70\x4f\x60\x8c\xa6\x54\x1e\x5c\xb6\xf3\xbc\x27\x89\x7c\x28\x13\xed\xc4\xbc\xbf\x8c\xf7\xe2\xff\x98\xf7\xaf\x12\xbb\x2e\x57\xb4\xe1\xb1\x35\x0e\x46\xc6\xfb\x90\x20\x66\x29\xa4\xf2\xdd\xc6\x18\x08\x34\x64\x7e\x25\xe9\x3e\xf6\x91\xbe\xef\x33\xe6\x55\x72\x9b\x0f\x18\xde\x00\x9c\xbb\x31\x8f\x90\x83\x0b\xeb\x87\x73\x0a\xe7\x46\x1d\x36\xf2\x3a\x38\x35\x00\xe9\xc7\xf9\xe7\x12\x4d\xc0\x41\x17\xa8\x5a\x05\xd8\xac\x63\x5e\x10\x5b\xad\xcf\x79\x20\xec\x1a\x81\xcb\xb1\x80\xdd\x2a\xe0\x9f\x35\x80\xad\x21\xfb\x91\xe3\xf7\xfe\x67\x1c\x84\xac\xef\x49\x6b\xfe\x93\x8d\xe2\x7e\x7f\x81\xff\x50\xfa\x5c\x1f\x64\xf8\x0f\x59\xdf\x8b\x59\x62\x76\x46\xc6\x7f\x21\xcb\xfb\x7b\x1d\x04\xda\x6b\x01\xae\x6f\x00\xe5\x8f\x80\xe3\x47\x40\xf2\x11\xb0\xfb\x07\xd0\x91\x00\x36\x97\x81\xb1\x6b\x98\xa7\xc4\x2e\x01\xb0\xd6\x05\x26\x67\x30\xd6\x32\xa2\x14\xb0\x0a\x00\x66\xd5\xf0\xcf\xd2\xb3\xc8\xc2\x01\xa8\x0a\x02\xc6\x0d\x01\xd6\xfb\x03\x66\xbf\x03\x7b\x2d\xf8\x0c\xfa\x49\xc4\x68\xfe\xf6\x1e\x18\x97\x0b\xdc\x77\x06\x4c\x03\x00\xe1\x74\x0b\x0e\x62\xe8\xde\xcf\x71\x10\x5f\xe3\x3f\x59\xfb\x0b\x8f\x32\xfe\x13\xd9\x6d\xb1\x35\xfe\xa3\xc8\x9a\x47\x59\xde\x3b\x55\xc4\xcf\xc5\xa4\xf1\x18\x20\xe6\x8f\xdd\x73\x19\x07\x62\x57\x03\x74\xda\x02\x8c\x5f\x03\xf4\x5a\x03\x8c\xeb\x03\x0c\xdc\xc1\xef\x2d\xf5\xbf\xcd\xd6\x32\xc7\xc7\xe8\x72\xe6\x3c\x19\xed\x09\x44\x75\x04\x0c\x2f\x32\x07\x90\xc1\xaf\xbc\x0e\x86\x07\x81\x65\x6a\x80\xde\x5b\x60\x83\x0b\xa0\xdb\xc0\xbd\x1e\x75\x44\x1f\x60\x78\x36\x70\xf9\x0e\x30\xcc\x97\xd7\x61\xf0\x52\xe0\x83\x02\x30\xe0\x0e\xcf\x5b\x52\xcb\x63\x9f\x86\xcf\x79\x0f\xb6\x87\x7e\x2e\x07\x32\xf6\xcc\x1a\x11\xcf\x50\x79\x99\xc7\xe6\xfe\x2f\x9b\x3e\x97\x83\x2f\xf8\x2f\x44\x1c\xa2\xef\x36\x1e\x9d\xc5\xf5\x35\x17\x9f\x3f\xb6\x0d\xd0\xfd\x3e\x9f\x19\x9a\x00\xf4\x2e\x02\xba\xd1\x80\x7e\x19\x60\xa5\x09\x0c\x33\x60\xce\x10\x1d\xf0\xbd\x6b\xa8\x84\x7d\x0e\xed\x3e\xc0\x9c\x0a\x60\xe0\x76\xf6\xe1\x07\xf4\x01\x36\x9c\x00\xfa\xd5\xb3\x3c\x48\x7d\x59\xe9\x3a\x68\xa4\x32\x37\x98\x7a\x0f\xe0\xfe\x76\xa0\x4f\x2f\x40\x68\x0f\xf4\x14\xf9\xf6\xa4\xb6\xfb\x53\x1c\x44\xbd\x05\xbf\x57\x6b\xfe\x13\x19\xfe\xa3\x32\x8c\x47\x19\xfe\xa1\x54\xc4\xd7\x7d\x81\xff\x10\xfb\x4b\x35\xe3\x1f\xe6\xf3\x38\x45\xd4\x23\x3b\xd1\x3f\x33\x11\x79\x41\x74\xb7\x01\x1d\x9e\x00\xda\x7b\x80\x9e\xb9\xc0\xc0\x62\x60\x58\x0c\xa0\xa5\xcf\x38\x6c\x89\xf4\xde\xb1\x85\xb9\x31\xc3\xca\x01\xb5\xdb\x40\xea\x49\xa0\x77\x28\x30\x7b\x1a\xa0\xfa\x33\xb0\x64\x34\xd0\xc3\x01\x58\x13\xc0\xfc\x16\x52\x99\x56\x54\x01\x8e\x97\x01\x8a\xa7\x80\xcb\x66\x80\x42\x31\x70\xaf\x16\xe8\x9a\x09\xbc\xb9\x03\x28\x28\xf2\xbc\x5b\x8f\xcd\x7a\x20\xeb\x2a\xdd\x0a\xff\xd1\xac\x07\xa2\x5f\x51\x68\xff\xf9\xfc\x9b\x71\x40\xa2\xbd\x9d\x2a\xda\x4f\x7f\xf1\xbc\x70\x3d\xc1\xa3\x8d\x88\x03\x19\x29\xea\x8d\x96\xa8\x87\x6a\x3b\x01\xa5\x7a\xa0\xd7\x1d\xbe\x9f\xf5\x58\x05\x8c\x0d\x07\xba\x6f\x03\x1c\x1b\x19\x83\x19\x98\x0b\x74\x3a\x09\x24\x9a\x01\xed\xe7\xf1\x99\xd4\xbe\x3d\xb0\x28\x04\x68\x37\x1e\x58\xf5\x00\x68\x23\xdd\xd3\x7d\xdc\x23\xf1\x88\x18\xe1\x38\x27\xee\xdd\x2d\xb1\x83\xfc\x33\x51\xf6\x3f\x34\x02\x72\x45\x80\xe0\x0c\xc8\x1f\x67\x3f\xfb\x6b\xf8\x8f\x25\x22\xde\x69\x9e\x78\x0e\xc8\xf0\x1f\xb9\x16\x9f\xcf\x3f\x41\xe4\xdf\x8a\x96\xb4\xa5\x3c\x8e\x8c\x07\xc5\xcb\x80\xbb\xd6\xdb\x9f\x6b\x4b\x9a\x61\x2e\x69\x47\x51\x26\xbd\xef\xda\x51\xd4\xa4\x4f\x32\xe3\x0b\xba\x74\xe9\x10\xdb\xa9\x2b\x20\x3f\xa1\x63\x37\x8d\x0b\x40\xdb\xd0\x8e\x8a\x46\x14\xe9\xed\xd8\xd9\x86\xe2\x8a\x1d\x7c\x7c\x29\xb2\xd7\x61\x78\x1c\xc5\x5f\xda\x7b\x65\x53\x84\xb3\xbd\x32\x57\x84\xc9\x7d\xc3\x9d\xa1\xe5\x1c\xb6\x52\x85\x75\x9b\x05\x87\x28\x42\xd8\x26\xfa\x8c\x68\xdb\x7e\xe7\x3d\xcb\x7e\x2c\x9e\xed\x82\xe8\x33\x0a\x1b\x5a\xc6\xd6\xf8\x8f\x25\x7d\x5b\xcd\xdf\x8c\xf1\x3d\x39\xce\x3c\x8f\x19\x4d\x72\x14\x77\x4b\x78\x26\x4f\x27\x6d\xd4\x8b\xae\x94\x85\x0b\xfc\x93\xf1\x21\x5e\xc5\xdd\x29\xaf\xe9\xe0\xa5\x44\x9a\x61\x59\xdf\x83\xa2\x5f\x86\x8d\x3d\x48\xa2\xb4\x6e\xaa\x92\xc7\xae\x60\xd0\x4b\x44\x66\xf5\x6e\x2f\x4f\xc8\x88\xde\x9d\xd5\x69\xad\x7b\xab\x8f\xa0\x38\x75\xaf\x36\xb6\xff\xf2\xe8\x4b\xf1\xfc\x9e\x06\x1c\x39\x57\xfd\x29\x87\x64\x49\xe5\x75\x19\xed\xa1\xf2\x24\xae\x80\x52\x5e\xb8\x95\xfe\x5d\xf1\xe8\x41\x9a\xb7\x62\xf0\x69\x8a\xac\x29\x04\x5e\xa7\x88\xa8\x42\xde\x23\x8a\xd3\x76\x8b\xe6\xf9\x77\x6e\xcb\xf9\x4d\xf9\xc5\xd2\xb1\x46\x94\xa1\xc5\xe9\x5c\x7d\x5f\xf6\x67\x1b\xca\xbf\x14\x4b\x3a\xd1\xd3\xf2\x8e\x74\x21\x4d\x99\xe1\xaa\x48\xf8\x85\xb8\x02\x25\x3a\x41\xa3\x9e\xab\xd0\xfe\x07\xbe\xec\x45\x78\x10\xef\xe7\x6a\x54\x0f\xec\xdc\xc4\x78\x09\xeb\x26\x4d\x7a\xab\x51\x17\x39\x4b\x35\xb8\x76\x00\x89\x8a\xea\x72\x6d\x92\x07\xb9\x89\x83\x45\x89\x1b\xa4\xd9\x91\x2a\xb6\x06\x25\x68\xd0\x93\x07\x2d\xe1\x7a\x3d\xed\x39\x36\x14\x3f\x1b\x68\xe9\x43\xbc\xcb\xda\xca\xac\xaa\x03\xf7\x65\x52\xe4\x74\x60\x08\xf3\x56\x6b\x25\xad\xa0\x1d\xd1\x3a\xc2\x75\xbc\x9a\xf5\xbc\x0e\x92\xdc\x53\x14\x39\x54\x9b\x76\x95\xe2\xfb\x6a\x6a\x7f\x53\x9c\x5e\x3d\xe9\x03\x61\xc1\x7a\x89\x7c\x20\xcc\x8b\xb2\xe4\xa8\x1c\x45\x33\xe7\x2b\x31\xfe\xa5\xf0\xa2\x12\xc5\x25\x73\x32\x79\x1f\x9b\x79\x60\x7a\xf6\xe5\x3e\x20\x8f\xd4\x8e\xb2\xfc\x73\x74\xd9\xdb\x44\x9b\x2c\x9f\x8b\xca\x10\x3a\x59\x26\x36\x0c\xa7\x28\xe0\x58\x65\xe6\x0d\x19\xee\xa2\x47\x6f\xab\xe1\xa8\x4f\x63\xb7\x43\x46\x62\x1f\x14\xb1\xcc\x17\x46\xfa\x9d\x19\xa7\x51\x29\xa1\x33\x78\x84\x0b\xc7\xed\x47\x6c\xe4\x3a\xf7\x11\xae\xde\xf4\x0a\x23\x56\xc7\x14\xb2\x64\x71\x85\xa1\x61\x43\xc9\x3d\xe9\x68\xb0\xbc\x9a\x24\x54\xef\xbb\x4d\x94\xa7\xd0\x31\xda\x4b\x31\x04\x1d\xab\x13\x34\xff\x61\xe7\xb8\xb6\x62\x58\xa7\xbf\x68\xc7\x86\x04\xbd\x26\xb9\xd0\x16\x71\x52\xcc\x8b\xb2\x60\x49\x57\x3a\xe1\x8a\x36\xab\x50\x56\x2c\x77\x4a\x6f\xaa\x0a\x9e\x69\x27\xa1\x13\x40\xc6\x03\x13\xb9\x86\xf1\x20\xc1\x13\x75\x68\xbe\xde\xb6\xba\xe4\x21\xb8\x9e\x30\x24\x2d\x9d\x58\x6a\x28\xd6\xb9\x8e\xa2\x13\xd6\x68\xf8\x18\x42\x90\x0e\xdc\x68\x42\xd5\xcb\xaa\xeb\x4d\x29\x9b\x29\x6f\x6e\x2e\x7a\x64\xe6\xa9\x3c\x8e\xcb\x65\x3c\xcc\xb8\x5c\x09\x21\xc7\x2c\x8d\x0c\x49\x52\x2c\xa9\x3e\x03\x18\xe7\xe4\x49\x79\xbb\x71\x43\x18\x93\x6a\x89\x99\x8f\xf8\xf3\x73\xe9\x4d\xcc\xe2\xb8\x7e\xd5\x6c\xff\x3a\x5a\x1f\xd3\xc9\xbb\xc9\x46\x9b\xec\x3f\x4e\xcf\x19\xdb\x70\x99\x32\xcc\x63\xe5\xef\x12\x8e\x6c\xd4\x65\xae\xeb\x1e\xb1\x91\xf5\x43\x7f\x0c\xe1\x1f\xf6\xf7\x24\x4f\x20\xd7\x44\x93\x10\xe6\x69\x47\x99\x95\x23\x49\xc2\xfd\x81\xa6\x06\xeb\x91\x9e\x07\x4f\x37\xe2\x2c\x79\x03\xe3\x04\x5c\xe3\xb8\x5f\x8e\x9d\x84\x71\x21\x96\xe0\xf9\x19\x5f\xb5\xa4\x3c\xc7\xd0\x46\xe6\x7f\xe9\xe7\x32\x81\xec\x8a\x62\xf0\x44\xca\x97\x61\xb7\xad\x98\xbf\x98\x24\x7a\xec\x36\x8f\x14\x18\x9f\x21\xe1\x44\xb8\x5d\x23\x77\xe6\xb1\x77\xb6\x0e\xe4\x9f\x3d\x08\x7b\x69\x37\x35\x2c\x93\x7f\x4e\x21\x0d\xb3\xaf\x2c\x24\x4d\xb6\x2f\x64\xe6\x78\x3b\x09\xe3\xa4\x6c\xde\xef\xa4\x37\xb4\x39\x7e\x94\xf2\xbf\x13\xba\x37\x92\x64\x8e\xdf\x75\x93\xd6\xc7\xda\xe0\x11\xc5\xef\x3f\xef\x1b\xf4\x05\x0f\x4e\x83\x01\xe5\x79\xa7\xad\x60\x1c\x4c\x68\xd8\x58\x42\x94\xcb\xfa\x21\x79\xdc\x60\x9c\x80\x0c\x07\x63\xbd\x66\x22\xd7\x77\xde\xe2\x6e\x15\x32\x1c\xcc\xc0\x0a\x7b\xba\xa9\xf5\xba\xcf\x38\x82\x2e\xc6\xce\xe2\xc9\xe4\x26\xca\x83\x9b\x18\xb9\x70\x7b\xa0\x40\x2b\xe9\xb9\x45\x93\x98\x03\x3c\xd6\x1b\x90\xa4\x78\xd8\x58\x92\x6f\xe6\x39\x99\x39\xb8\x3c\xaa\x83\x29\x63\xe4\x59\x9f\x44\x6f\xea\x99\x9d\x4b\xfa\xe4\xb1\x8d\x7d\x7c\x8f\x09\x2b\xbd\x78\x87\x36\x6d\xe4\x71\x3f\xf9\xc0\x2e\xe5\x3f\x53\x1e\xc8\x55\xeb\x57\xca\x87\x38\x6f\xbb\x4f\xf8\x11\xc7\xbe\xaf\xa9\xf2\x9e\xfb\x06\xa5\x57\x18\xd1\xa7\x52\xdc\x58\x5f\x63\x3e\x98\x12\x0e\x22\x42\x99\xb3\xcd\x01\xc6\xd6\xb4\x4e\x93\x77\x4e\xa4\x7d\x74\x6e\xe2\x2e\x25\x13\x0f\xf1\x3c\x65\x38\x18\xe3\x1c\x57\xda\xdf\x61\x1f\x3d\x68\x17\x35\x3e\x78\xd0\x03\x7a\x6c\x64\xdc\x44\x3b\xb3\x29\x62\xdf\x03\x19\x0e\xc6\x3f\x8e\x4f\x22\xbf\x3a\x25\xd2\x6f\xbf\x23\x9a\x64\x79\xfd\x5d\x99\x61\xc9\xff\x84\xa5\x37\x7f\xce\x85\xbe\x39\xe0\x66\x20\x59\xb0\x00\x49\x1c\xe5\x2d\x03\x16\x70\xde\x3f\xa0\x66\x3e\x9d\x40\xfe\x7b\xab\x49\x6f\xfc\x5c\x36\x46\xf2\xf7\xec\xa5\x7c\xa0\xaf\xe3\x09\x92\x17\x1f\x65\xd6\x0f\xef\xf2\x5b\x24\xc9\xde\xf7\x9f\x7d\xc2\x8b\x92\x1a\x6d\x4a\x9e\x71\x6c\x88\x25\x59\xa3\xc8\xf2\x09\x94\x6d\x0d\xca\x9b\x44\x1e\x8f\xf7\x0d\xe6\x83\x71\x9f\xeb\xb2\x1b\x9f\xe0\x60\xac\x94\x79\x7e\x32\x1c\x8c\x7e\x17\xee\xd6\x31\x48\xce\x77\x2a\xa8\x5b\x99\x2f\x69\x6f\xb7\x1c\x91\x17\xa6\x5b\x88\xe8\x51\x85\x8b\x11\xbf\x70\x39\x39\xca\xbb\x84\xbd\xe1\xbe\x51\x11\x0d\x8c\x8f\x8a\x68\x30\xa4\x27\x46\x9a\xf1\x4e\x84\xad\x62\x89\x8a\x5c\x12\x48\x75\xca\x11\x9b\xf8\xdc\x88\x34\xe3\xbb\x6d\xa4\x59\x09\xc9\x4b\x44\xc0\x32\x3a\x99\xc3\xd6\xae\xa1\x75\x0b\xdb\xbd\x8b\xe4\x3f\xcc\x82\x6b\x2a\x42\x9f\x70\xed\x51\xa8\x36\xf3\xe6\x04\x07\x3f\xa4\xf5\x0c\xac\x7c\x7f\x02\x48\x28\x67\x3d\x8e\xca\xb5\x23\xb6\x96\xe0\xd9\x8e\x54\xcf\xec\x53\xca\xf2\xeb\x39\xd8\x93\xea\x92\x1d\x0f\x33\x0e\x66\xbc\x1f\xef\x67\x6b\x1c\x8c\x8e\x55\x08\xdd\xcc\xb5\xf4\x38\x7f\xde\xd3\x20\x9c\xce\x97\x4e\x8d\x91\xe2\x8d\x43\xc6\x0b\x13\x23\xde\xec\xe2\x87\x32\x62\x31\x6e\x5e\x0f\x7a\x52\x9c\x9e\x16\xbd\x57\x5c\x8e\x01\xf9\x6a\xb1\xe2\x5d\x24\xae\xc0\x91\x7c\x99\xc4\xfb\xfe\xf4\x97\xf1\xc7\x18\x71\x11\xff\x30\x8d\x2c\x7b\xc2\x9a\x22\xc6\xcd\x44\x2f\x5e\xc7\x7f\xbf\x9a\x76\x24\xee\x6a\x3d\x65\xea\xe2\x82\x0e\x0f\xe5\xe7\x9d\x69\xc3\x23\xfb\x55\xd1\x8a\xf7\xc9\x0f\x89\x52\x7c\x95\x29\x7d\x3b\x47\xca\x6b\x86\x95\x8b\x38\x18\x6d\x4f\x9a\xa7\x97\x81\xaf\x15\xeb\x01\xa3\x0e\xbe\x86\x83\xd1\x5f\x1b\x49\x3f\x6b\x3f\x88\x24\x34\x8e\xfa\xf2\xa9\x14\xa1\x68\xe6\x85\x29\x8a\x17\x6f\x62\x32\x5e\x98\x54\xf1\x06\x92\x32\x8b\xfb\x80\xc8\xf0\x30\xa9\x9d\x58\x1e\x52\xf5\x0d\xc8\x0e\xa4\x1c\x1e\x47\x86\x73\xc6\x5d\x47\xba\xe3\xa4\xe6\x70\xbe\x7b\xc6\xb1\x28\x7a\xe3\x19\x4d\x33\x08\xd9\x98\x7a\xb3\x70\x3c\x8f\xcc\x89\x3a\xb3\x7c\xe5\x76\x7e\xee\xe6\xb1\xf4\xfb\xad\x07\xc8\x52\xa7\x6c\x39\x45\xeb\x33\xdd\xfd\x32\x65\x64\x93\x33\xef\x32\x23\x92\xc9\x23\x03\x20\xdc\x67\x0a\xd9\xc5\xa0\x17\xcc\x6f\xe4\x6b\x15\x44\xe8\x21\xf7\x4e\xad\x70\x30\x0d\x9c\x65\x36\xbb\x19\x45\xf8\x5a\x19\x0e\x66\x78\x5e\x0c\xd9\x89\xfe\xcb\xe2\x68\xff\xfb\xf8\xc4\x53\x04\x4f\x31\x3c\x91\xd6\xa3\x4d\x4e\xeb\x3e\x49\x99\xe2\x39\x91\x25\xe1\xbe\x0f\x59\x8d\x3d\xd6\xf0\xcf\xbc\x0e\x99\x67\xf4\xc9\xc7\xcd\xd8\xc2\xf2\x90\x51\xc7\xb8\xda\xac\xbb\xbc\x0e\x99\x71\x11\x24\xef\xd9\xb9\x29\x64\x5f\xb2\xdc\xf2\x98\x4f\xc6\x77\xc1\x32\xfe\x7d\x2d\x49\x6e\x96\xc3\xc6\x20\x7e\xde\x77\x14\x4b\xcb\x0c\x3c\x21\xf2\xc6\x5c\xa0\x1d\x9d\xd5\x70\x93\xf8\xc8\x18\x17\x13\x72\x24\x90\xce\x7b\x3f\x9d\x10\xf2\x07\x3c\x3f\x44\x50\x76\xd4\xf9\x09\xb3\x0b\xd8\xd4\x4c\x25\xef\xcd\x5a\x2b\x96\xbc\xba\xb1\xca\x8c\xfb\x31\x88\x4b\x24\x3b\x32\x54\x92\x44\x7e\x91\xa6\x06\xcf\xb7\xe7\x93\x19\xf4\xbc\x2e\x2e\x19\x94\x6d\x6f\x5b\x90\x25\x56\x2e\xe5\x88\xfa\x21\xc3\xc3\x14\xbe\x96\x27\x7e\xb8\xd9\xaa\x2a\x64\xc7\x66\x2b\xb3\x5e\xe4\x37\xe9\xd3\x9d\xa5\xb0\xab\x19\xad\x58\xc1\x5e\x3b\x35\xfe\x9c\x37\xd9\xc9\x39\x56\xe1\x37\xf1\x29\x4f\x8c\x5e\x36\x69\x64\xe1\x96\x79\xa4\x5f\x85\x3f\x54\x11\xce\xb6\xf0\xea\x7a\x5a\x9f\x82\x89\x3b\xb9\xcf\xd2\xf8\x06\xd2\xd8\xbc\x2b\xe7\xc8\x42\xe5\x85\xfe\x4e\x3b\x99\x97\xf3\xd7\x3b\xc0\xff\x72\x24\xeb\xc1\xd9\xff\x8c\x83\x19\x5f\xce\xfd\x82\xcc\x25\x49\xf4\x57\xa3\x0c\x66\xd0\xfc\x74\xd7\xa5\x91\xfd\x1f\x34\x2c\x8d\x4e\x7b\x0d\x09\x5b\x2d\xe5\x7e\x99\x64\xad\x3a\xc6\xc9\x22\x95\xb2\x79\x7f\x0d\x0f\x53\x2a\xa8\x9c\xe1\x91\x3d\xf0\x52\x41\x9f\xde\x77\x7e\x27\xf3\x74\xfe\x9c\x1d\xed\x5f\x49\xd3\x64\x9a\xff\x3c\xf3\x50\x65\x7c\xc2\x13\x33\x6f\x0a\x9f\x1b\x25\x35\xcc\x27\x35\xcf\x68\x99\x11\x3e\xe9\x9f\x54\x5a\xb7\x93\xfc\xb0\x52\xe7\xa3\x74\x8f\x29\x29\x3b\x4b\xe7\xc6\x9c\x84\x2b\x74\x9f\x63\x5c\x8c\xf7\xaa\x68\x9a\x97\xdb\x9a\x18\x92\x46\xe7\xa6\x24\x92\xba\x49\x0e\x8c\x0b\xb1\xcc\x4e\xa5\x08\xf5\x18\xe3\x34\x8a\xe0\x19\xfc\x98\x41\xf2\x3e\xec\x71\x26\xdd\xea\xb4\xf4\xb2\xd9\x8b\xd7\xc9\xa1\x7f\x57\xfc\x96\xd9\x39\xe4\xcd\xe7\x3c\xfc\x7c\xde\x0b\x44\x05\x59\x24\x46\x26\x2a\x86\x76\xa4\x23\x47\x86\x87\x59\xac\xc0\x7a\x51\x21\x18\xd0\x93\x17\x4b\x4c\xe9\x8d\x2a\xf4\xd9\xe3\x5a\xf4\xdc\x83\xc6\xf2\x73\xa1\x64\xb1\x2a\xce\x30\x33\x93\x8c\x27\xa6\xe2\x1d\x77\xec\xa9\xb8\xb0\x94\x4e\xbe\x0a\xf7\x6f\xe8\x9b\x9b\xfb\x27\x3d\x39\x44\xeb\xbc\x48\x72\x82\x34\x7d\x41\xd3\x2f\xa4\x77\x0b\x3a\xde\xda\xf7\x29\x1f\x4e\x0a\x45\xee\x5b\xf3\xe1\x98\x9a\x67\x90\xbf\xd9\x8c\x83\x11\x38\x02\x33\x54\x92\x4f\x76\xb4\x9f\xc3\x6c\x5a\xb7\x5e\x41\x73\xe8\xef\xba\x8d\xe0\x5d\x91\xab\x60\x7e\x98\x4f\xf0\x30\x22\x6f\x92\x0c\x0f\x53\xd5\xd0\x91\xf6\xa5\x5a\x8d\x6f\xa0\xd5\x6a\x5a\xa4\x41\xd5\x25\x7c\x23\xa9\x36\x33\x25\x79\xa8\xee\x6c\x4b\x12\x56\xb5\xd1\x9d\x24\x6a\xd9\x37\x81\xb4\x33\xd5\xae\xb1\x74\x5f\x58\x7a\x65\x26\x9d\x13\xd5\x2a\x73\x07\xf3\x73\x99\xa9\xa3\xaa\x61\x15\x3d\x6f\xe9\x98\xcd\xe4\x9f\x2f\x0b\xde\x47\x71\x88\x65\x9b\x7e\x22\x46\xaf\xca\xb0\xf3\x64\xb1\x2b\x7f\x6d\x4a\xfc\x92\x0f\xc7\xc6\x9c\xfb\x80\x59\x22\x97\xfc\x87\xb1\x4f\x18\x7d\x64\x1c\xc9\xf3\xd5\x2f\xe7\x55\xd7\x7e\x57\x42\x0b\xd3\x6f\x04\xf7\x49\x52\x3d\x34\x9f\xd6\xad\xd3\xda\x32\xae\xc0\x39\x5b\x2e\xe2\x45\x2b\xc5\x48\x45\x33\x1e\x46\x8c\x60\xc8\xf0\x30\x75\x96\x8c\x97\x5b\x59\xd6\x9f\x2c\x53\x5d\xa2\x2e\x9d\x83\xb5\x45\x8c\x6c\xae\xcb\xb2\xa1\xb1\xb6\xd0\x8d\xec\x65\x4d\x23\x77\x30\xac\x7b\xca\x08\xbe\xba\x65\x33\x69\x7d\x6a\x73\xf9\xdc\xa8\xd3\x64\xff\xb2\xf6\x74\x0d\xbd\x69\xcd\x33\xe6\x5b\xab\x6d\xb3\x97\x4e\xb6\x9a\xdf\x8f\x51\x5c\xa3\x26\x81\x73\xbb\x2b\xe6\x4a\xcf\xd1\xf3\xe7\x01\x25\xad\x4f\x70\x0f\x87\x00\x85\xba\x16\xdc\xc3\xde\xb1\x40\xf7\x1f\x5b\x78\x0e\x36\x35\x49\x7d\x03\x60\xed\x30\xa0\xd7\x0e\xe6\xa2\xe8\xf7\x14\xa8\xb9\xc4\x79\xcc\xca\x4d\x80\xf4\x46\x56\xf1\x4c\xba\x66\x40\x59\x2d\x30\xe2\x29\x50\x9c\x01\x8c\x29\x06\xe6\x26\x71\x9e\x62\xf6\x3e\x8e\x4b\xe7\x2b\x73\x3e\x8f\xf0\x0f\xba\x40\x6e\x2c\x10\xac\x00\x64\xec\x06\xa2\xd6\x01\xe9\x22\xf7\x77\xae\x78\xd2\xe4\x47\x03\x25\x8a\x40\xce\x7a\x60\xa1\x0a\x90\x1f\x05\xd4\xde\x06\xf2\xca\x80\x0d\xea\x40\x41\x09\xb0\x3b\x02\x28\x5a\x07\x1c\x3b\xc6\x31\xdd\x0b\x66\x9c\x13\xbd\xfb\x43\x4b\xfe\xbf\x64\x37\x20\x28\xb7\xf4\x81\x68\xdc\x05\x74\xd1\x05\x4e\x1c\x04\x3a\x3b\x03\x3f\x5c\x00\x3a\xe9\xb6\xe0\x1e\x76\xd4\x00\x9d\xf3\x80\xad\x96\x40\x17\x03\x60\xb3\x33\xa0\x9c\x02\x48\x7d\x36\xa9\x5e\xd7\xad\x07\x7a\xef\x01\xaa\x94\x18\xff\x20\xdd\x7d\xe9\x8d\xa5\xfc\x30\x30\x7c\x35\x20\x95\x1e\xbd\x26\xa0\x78\x32\xf3\xfb\xe7\x6b\x4b\x6f\x36\x40\xc1\x29\xc0\x76\x1a\x90\xb9\x95\x6b\x4b\xa5\xd2\xe8\x29\xe6\x3f\xa4\xfb\x9d\x71\x01\x88\xd2\x02\xd2\x12\x80\xf8\xb0\x96\xbe\x07\x99\x7d\x81\xd9\x7f\xf2\xb8\xf0\x04\x90\x33\x1b\xa8\xbd\xd4\xc2\x7f\x90\xe3\x0c\xec\xda\x2e\x3d\x0d\xb8\x9e\xb3\xc0\x10\xb8\xa8\x0e\x94\xaa\x02\xf7\xf3\x80\x79\x83\x81\x0f\x13\xbe\xec\x83\x71\x56\x01\x68\xf7\x84\x73\xc4\xed\x26\x00\x87\x8a\x18\xf7\xf0\xdd\x76\xa0\xc3\x70\xa0\x3e\x1b\xe8\xb0\x18\xf8\xb6\x03\x20\x6f\x0c\xac\x1d\x01\x48\x6f\xea\xad\xfb\x3c\x2c\x19\x0e\xf4\x99\xd8\x82\x7f\x28\x7e\x0a\x68\xdf\x03\x0a\x2f\x72\xcc\x59\x6a\x55\x46\xba\x01\xb9\x8d\x80\xe9\xdf\x40\x56\x03\x20\x75\x6f\xd2\xc3\x00\x07\x75\x40\x2a\xdb\xee\x7e\xc0\x4c\x25\xc0\x4f\xc2\x38\x80\x70\x9f\x4f\xfa\x1e\x24\x03\xb3\xf2\x98\x1f\x61\x76\x03\x90\xb6\x88\x79\x41\xd2\xab\x00\xa9\xfc\x67\xd8\x00\x1b\x8e\xf3\x7a\xee\x9e\xc9\xeb\x26\x95\x87\xdc\xfd\xc0\x2f\xca\x40\xa1\x1a\x70\xef\x0e\x90\xdf\x03\x78\xe3\x07\xe4\x8c\xf9\x9c\x07\xe2\x54\x08\xf7\x3f\x39\x7a\x96\x79\x30\x9a\xfb\x1b\x48\x98\x0f\x63\xab\x19\x8f\x9b\x2d\x99\x27\xa4\x4e\xe0\xfe\x29\x32\xde\x87\xca\x85\xcc\x0f\x22\xe3\x3b\x28\xe9\x01\xf4\x9e\x00\xcc\x39\x08\x68\xbe\x03\x0a\xae\x00\x43\xc3\x18\x97\x61\x98\xcc\x79\xff\x51\x4d\x2d\xf8\x87\x99\xeb\x39\x96\x3d\xbd\x3d\xe0\xf2\x1d\x10\x77\x18\xf0\xba\xcb\xf5\xf0\x61\x46\x40\x7c\x5f\x20\xfa\x32\xe3\x14\x66\x96\x03\xc9\x27\x81\x42\xa3\x16\xfe\x83\xd4\x2b\xc0\x8a\xe3\xfc\x9c\xcd\xeb\x81\xf4\x7c\xe0\xfb\x14\xe6\x53\x38\xd9\x9b\xd7\xf9\xf2\x0f\x40\xd6\x53\xe0\x9f\x06\x20\xf3\x30\xf0\x06\xbc\x9e\xd2\x75\x48\x11\xf3\xde\xc7\xef\xf2\xfc\x9b\x71\x0f\xb2\x7c\x77\x2b\xdc\xc3\x3a\xf1\x96\x28\xcb\xf3\x56\xfe\xc2\xfd\x51\x16\x75\x05\xda\xf7\x00\x4a\xcf\x30\xdf\x81\x54\x0f\x55\x25\x2d\x7c\x07\x52\xab\x2b\x3d\x07\xa4\xdf\x2b\x95\x8b\xb4\xa5\x80\xb1\x2f\x90\x72\x82\x6b\x57\x93\xdd\x01\x9b\x44\x20\x41\x45\x7a\x23\x06\xa4\x97\x34\x0f\x17\x20\xae\x13\x10\xf2\x3d\x10\x3d\x1b\x98\x1a\x08\xc4\x34\x71\xee\x3c\x7e\x1d\x50\x18\xcc\xf9\xe3\x85\x71\x40\xc2\x16\xa0\x46\x07\x48\x0e\x04\x36\x3d\x03\x12\xae\x00\x7b\xb3\x80\x14\x3b\xe0\xa7\x15\xc0\xf4\x0b\xc0\x95\xed\xbc\x86\xff\x58\x02\x33\xd5\x01\x41\xba\xee\xdd\xb9\xfe\x5f\x86\x03\x68\xc6\x3d\x88\x71\xf6\x7d\x87\x78\x6c\xc6\x3d\xc8\x78\x2f\xbe\x82\x7b\x90\xe5\x79\x8b\x8b\x01\xf9\x73\x40\xde\x4d\xb6\xb7\x59\x17\x01\x95\xdd\xac\xef\x92\x5a\x20\xf5\x02\x30\x78\x01\xef\xb3\xf4\x3e\x19\xfb\x2f\x30\xa6\x00\x88\xf3\x00\xac\x12\x81\xd8\x1d\x80\xe3\x81\x96\x75\x88\x28\x05\x02\x33\x81\xf0\xd3\x40\xd4\x64\x20\xa2\x10\x48\x51\x6c\xe1\x3f\x88\x78\x0c\x2c\x68\x07\xc4\xdf\x04\x56\xcf\x05\xe2\x6d\x80\x6f\xff\x05\x62\xa7\x00\xfb\xd6\xb2\x6d\xfd\x49\x02\x24\x3c\x00\x7e\x2b\x04\x92\x74\x81\xa7\xd2\xf5\x52\x07\x3e\x9e\xfe\xa4\x0f\xc8\x0a\x31\xdf\xdd\x0a\xf7\xb0\x4f\x3c\xed\x76\x88\xdd\x01\x65\x79\xde\x6f\x8e\xfc\xe7\x75\x68\x9d\xe7\xcd\x4b\x63\xbe\xa1\x59\xb3\x01\xe5\x19\x9f\xf4\x7b\xd0\x02\x34\x8f\x00\xd3\x2c\x81\x61\x99\x40\x44\x13\x60\x54\x06\x44\xce\x07\xa4\xf7\xa9\x90\x61\xc0\xc4\x52\x20\xf4\x17\xa9\x4f\x0b\x84\x16\x73\xde\x5f\xd6\xff\x21\xd8\x8b\xe5\x21\x38\x0b\xc8\xdb\x0a\x04\x7c\x07\x94\x9e\x05\x42\xdb\x03\x35\x61\x40\xf0\x3a\xae\xeb\x0d\x35\x66\x6c\x9f\xf4\xd6\x2b\x5d\x87\x90\x69\xc0\x2f\x8f\x80\x69\xab\x81\xe7\xd1\x2d\xf8\x0f\x59\x1f\x10\x19\x1f\x82\xac\xdf\xc7\x81\x95\xad\xf4\xa1\x15\xef\xc5\x17\xf8\x0f\xb1\x5e\x59\xc6\x77\xd0\x9c\xef\x7e\xca\x78\xaa\x14\x0b\xa0\x73\x3f\x20\x6e\x29\xd0\xe3\x29\x10\xf5\x2f\xa0\x56\x0b\x84\xef\x00\xb4\x6d\x80\x80\xbf\x01\x9d\x46\xc0\xef\x35\x30\x7a\x17\xe0\x7b\x89\xf9\xa5\xfc\x06\x00\xce\xc9\x80\xef\x53\xc0\xf7\x38\xa8\x0a\x42\x2a\x13\xbe\xb1\xc0\x74\x5d\xc0\x27\x06\xc8\x6b\xcb\xb9\xf0\x85\x6b\x00\xef\x1d\xc0\x0a\x75\xc0\x47\x1b\xd8\xb4\x03\xf0\x7d\x0d\xec\x3f\x01\xf8\x65\x02\xa7\x72\x00\xdf\xbe\x8c\x8d\x0c\x70\x03\x9e\xd4\x01\x7e\x9a\xac\x0f\x3e\x3d\x45\xfc\x83\x88\x83\x90\xf1\x1d\x7c\xc1\x7b\xf1\x95\xbe\x27\xad\xf9\x0e\x9a\x79\x1f\xc4\xdb\x75\x33\xef\x83\x0f\x20\xbd\x4f\x4e\x3d\x01\x28\x3c\x05\xc2\x43\x18\x5f\xe8\xf7\x16\xe8\x97\x0d\x78\xc7\x00\x43\xbb\x00\x5e\x47\x80\x11\xba\xcc\x91\x23\xbd\x98\x4f\x9e\xc9\xb9\x7f\x8f\x6d\x8c\xa7\xf4\xcc\x02\x22\x26\x00\x1e\x8f\x59\x1e\xdc\xaf\xb3\x2f\xe1\x36\x13\x58\x20\xf6\xb7\xa8\x1d\x06\xb8\xd9\x02\x5b\xf6\x02\xee\x8e\x8c\x13\x73\x3d\x0d\x48\xef\x11\x6e\x12\xe6\x15\x73\x8b\xe4\x3e\x31\x6e\xb7\x3e\xe7\x81\x90\xe1\x20\xfe\xaf\x38\xa0\xaf\xe1\x3f\x4a\x44\xfe\x98\xd6\xbc\x0f\x71\xa2\x7d\x09\xac\x64\x7c\x9d\x74\x5f\x15\xde\x03\x93\x7f\x64\xfe\x07\x0f\x6b\x60\xe0\x6d\xc0\x63\x24\x60\x78\x01\x70\x1a\xc8\xbc\x20\xf6\x73\xb9\xff\x9c\xfd\x45\xf6\x27\x1c\xbd\x80\xf0\x27\x80\x7d\x07\x20\x39\x05\x98\xe4\xc7\xd8\x49\xbb\x8b\xcc\x03\x31\x69\x3f\x63\xd6\xa4\x77\x90\xad\x06\xcc\x15\x70\xf0\x1d\x60\x9f\x08\x9c\x8f\x05\xec\x0d\x81\x3f\x6c\x99\x4f\xe2\xd5\x27\xfd\x4f\x2c\x9e\x7e\x8e\x83\x90\xc9\xc1\xd7\xfa\x9e\xd4\x89\xeb\x21\xc3\x7f\x7c\xc1\xfb\x20\xae\x1f\x57\x5d\xb4\xe0\x60\xa2\x3b\xf2\xe8\x23\xf2\x28\xb8\x9d\x01\xda\x39\x73\x9f\x8f\x1e\x2e\x8c\x79\x91\xfa\x19\xb6\x4a\xc0\x50\x13\xee\xdb\x21\x3d\x4f\x27\x5c\x05\xc6\x5f\xe6\xde\x6b\xd2\xcf\x8e\x9b\x04\x04\xc9\x01\x96\x91\x6c\xeb\x2c\x4d\x58\x2f\xa4\x3e\x69\xf9\x33\x3e\x7b\x57\x9e\x05\xcc\x3b\x72\xce\xde\x2c\x14\x38\xbc\x97\x7b\x31\x49\xfd\x66\x8b\x05\xc0\x1d\x2f\xe6\x8d\x78\x55\x0e\x8c\xf3\xf9\x9c\xff\x62\xe8\x00\x31\xef\xff\x5f\xf0\x2f\xcd\x72\xd0\x0a\xff\x31\x6f\xaa\xa8\x0f\x32\x1e\x14\x91\xef\x22\x49\x8c\x3a\x85\x89\xf8\x42\x1f\xb1\x3f\x97\xd3\x00\x1e\x6d\x6e\x72\xee\x56\xfa\x5e\xbd\x97\x31\xde\x41\xea\x8f\x9b\xcd\x01\x0c\x1f\x00\xa6\x07\x00\xab\x1c\x60\xf4\x53\xc0\xd5\x1d\x18\x3d\x0a\x08\x72\x60\x3c\x44\xb2\x26\x30\xc2\x05\xc8\x1b\xc0\xbd\xb8\x16\xbe\x04\x46\xe8\x30\x46\xc3\x20\x13\xd8\xa6\x0c\xe8\xf5\x00\x0e\x36\x02\x3a\xab\x81\xb3\x0d\x80\xde\x13\xc6\x57\x0f\xd1\x02\x9e\x67\x03\x83\x55\x45\xfc\x47\x2b\x1c\xc4\x17\xf8\x0f\x71\xbe\x32\xfc\x47\xf5\xc0\xff\x2c\x07\x73\x63\x78\x6c\xcd\x7f\x11\x27\x46\x63\x9b\x71\x30\xe2\x79\xe4\x20\xae\x9f\xd9\x8f\x80\xdc\x08\x60\x74\x1b\x40\xb9\x3f\x30\xc2\x10\xd0\x68\x04\xf4\xce\x03\xc3\xbd\x00\xbd\x9b\x80\x99\x3a\xdf\x4d\x5c\xca\x01\xbd\x5e\x40\x88\x32\x73\x2e\x25\x7e\x03\x68\x4f\x04\x72\xdd\x18\x53\x54\x56\x0e\xf4\x7f\x08\xd4\xad\xe0\xb5\xdc\x3e\x1e\xd0\x3c\x0b\x1c\xaa\x01\x34\xeb\x81\xc6\x2d\x40\xbf\x1b\xcc\x0b\xa2\x2e\xf2\x48\xc9\x70\x1f\x2a\x0b\x3f\xc7\x41\x7c\xb5\xff\xcd\x7d\x51\x0e\x5a\xe1\x3f\x8a\x83\x3f\x97\x83\x66\x1c\x8c\xc8\x83\x32\x4d\xe4\xbf\xe0\x9e\xfc\x8c\x69\xc1\x27\x59\x9b\x51\xe2\xdf\xe9\x5c\x07\x3a\xd9\x03\x83\x72\x81\x9e\xd3\x81\x81\x5d\x19\x5f\xd9\x7f\x1b\x30\x26\x82\xb9\xc8\xa4\xba\x33\x60\x0c\x10\xb4\x11\x50\x4b\x07\xe2\xa3\x99\x9b\x2b\x37\x18\x50\xad\x06\x16\x46\x02\x3d\x8d\x98\xd3\xad\x67\x1e\xb0\x2d\x06\x50\x6a\x04\x0e\xde\x05\x14\x7e\x06\xce\xd6\x00\xdd\x0d\x80\xdb\xfe\x40\xf7\x95\xc0\xab\x20\x40\x31\x5f\xe4\xbf\xa8\xf8\x7c\x6c\x8d\xff\xa8\x13\xcf\xcd\xff\x2b\xfe\x43\xd6\x07\x47\x86\x7f\x90\xf5\x81\xf1\x15\xed\xa5\x8c\x07\x44\xd6\xdd\x60\xa4\x78\xbe\xf4\x13\xab\xf8\x24\xd2\x7b\x9b\x26\xd0\xdb\x81\xf9\x2c\x55\xb2\xb9\x9f\x94\xf2\xf7\x80\xed\x5f\x40\xf7\x4b\x80\xdf\x2b\xa0\x8b\x1a\x30\x6d\x0f\xd0\xa9\x91\xef\x5b\x1d\x52\x81\x05\x55\x40\xbb\x9b\x40\x8d\x05\x20\x1f\x00\x6c\xed\x23\x75\x08\x81\x83\xb5\x40\xdb\x81\xc0\x69\x91\xeb\xe5\xc6\x03\xc6\x24\xfd\x2b\x9d\x6b\x16\xf0\x5a\x17\xe8\xe0\x0d\x08\xab\x80\x0e\x06\x80\x60\xff\x09\xfe\x43\x64\x55\xfe\x02\xff\xd1\x9a\xff\xa2\x35\xfe\x43\x8c\x3a\x46\x8a\x38\x21\x19\xfe\x61\xb2\xc8\xe2\x6f\x2f\x62\x0e\xc6\x89\xd9\x2c\x7d\x71\x3d\xd4\x44\xfe\xbe\x6e\x79\x40\xc7\x78\xa0\xb3\x0a\xa0\xe6\x01\x74\xea\x0c\x18\x0d\x01\xe4\x3e\x00\x13\xf6\xf1\xdd\xc7\x4b\xe4\x60\x89\x11\x39\xdf\xd2\xc5\x2f\x99\x27\x7e\xc7\x0a\x1f\x1e\x37\x8b\xb2\xb7\xbf\x86\xc7\xd3\x0f\x78\xbc\x2e\xee\xe1\xe3\x65\x3c\xbe\x16\x7d\xc0\x0f\xa2\x0f\x20\x6c\xf8\x0f\xf8\x0f\x31\xeb\x24\xc3\x3f\xcc\xfe\x93\xc7\x6c\x71\x5d\x64\x38\xa8\x44\x31\xaa\x34\x55\xfe\xf3\xf9\x4f\x11\xd7\x4d\x86\x83\x19\x7f\x9f\xb3\x56\xdc\xb3\x1f\x18\xd2\x99\x47\x55\x31\x7a\xfb\xc9\x7f\xd9\xbd\x5e\xf1\xff\xd1\x13\xcf\x1e\x6b\x71\xf4\x12\x9f\x15\x6d\x2b\xbe\xc3\x72\x1e\x4b\x44\xcc\xc2\x72\x91\xab\x67\xa3\x38\xbf\xef\xc5\x67\x9f\x14\x7d\xe0\x6b\xe2\xde\xfe\x23\x46\x08\xdf\x89\x7b\xf7\x29\x1e\xe4\x6b\xf8\x97\xa2\xb7\x8c\x87\xc8\x11\xe7\x9b\x26\xda\x8b\x24\x09\x4f\x39\xa6\x88\xf1\x2e\xe1\x4f\xda\x51\xbc\xde\x57\xd2\x91\xe2\xfd\x1e\xcb\x3a\xee\x05\xe5\xbd\x3a\xd1\x5b\x98\x39\x74\xa6\xbc\xaf\xce\x4d\x05\x8a\x42\x6a\xd2\xed\x03\xe8\xbc\xb2\xfb\x22\x7e\xa2\x62\x60\x3b\x8a\x47\x2b\x14\xf5\x21\xdc\x87\xc2\x56\x7d\xfa\xe6\x6e\x4b\xc7\x13\x06\xa9\x5b\xbd\x17\xad\x87\xc2\x2d\xce\x88\x28\x18\x70\x05\x5d\xb7\x68\x8e\x7c\x76\x45\x35\xd9\xb0\xce\x79\x8c\x71\xeb\xb8\x71\x2f\xc9\x9c\x7c\xc2\x8f\x34\xb7\xf6\x72\xbf\xd0\xba\xc8\xbd\xbd\x4b\x79\x42\xb9\xd3\x9c\xdf\x6d\xd3\x97\x47\x8c\x20\xfc\x83\x01\xbc\x3f\x9d\x7f\xb1\xb8\x9f\x79\x47\xda\x52\x3c\x3e\xdd\xac\xdd\x12\x9e\x7f\x7b\x7a\x9b\xe8\x54\x05\xfa\x7d\xb8\x83\x22\x57\xe1\x9b\xa9\x10\x8b\x89\x9b\x84\x71\x12\x93\xd4\xfb\x50\xf5\xac\xc5\xc6\xde\x94\xff\x35\xb8\xd3\x87\xa2\x6a\x03\x2a\xfa\x91\xa5\x54\x9e\xab\x2e\xee\x9a\x44\x8c\x5b\xaa\xf7\x91\xa7\xbc\xac\xc6\xe8\x3e\x14\xb9\x93\x0c\x61\xdd\xd1\xe8\x60\x4d\xf3\xd3\x68\xf4\x22\x5b\xae\xa6\xc8\x91\x75\x35\x8f\x99\xb4\x67\x7d\x1f\x15\x91\x9e\xf4\xe9\xb9\x94\x6c\x52\xef\xe7\xeb\xe9\x6c\xeb\xd9\xb4\x7b\x26\x8f\xc7\x29\x1e\xa9\x42\xfc\x62\x80\x4a\xfd\x1d\xae\x34\xce\x7e\xc9\x15\x75\x22\x2f\x4a\xb7\xeb\xd2\x71\xe1\x06\xde\xf7\xb9\x2e\xcc\x2e\x9e\xe3\xdc\x81\x3c\xcc\x0c\xd3\xce\xd4\x6d\x24\xb9\x92\x71\x21\xb1\x8a\x3d\x29\x9a\x18\x56\xde\x8b\xe6\xef\x53\xa8\x4e\xeb\xe7\x36\xbb\x1f\x55\x07\x3b\x6c\x64\x5c\x88\xd5\xc2\x01\xc4\x07\x60\x9c\x36\x98\xa4\x6e\x88\x2b\xe3\x07\xfa\x1e\x19\x4e\x37\xd9\x2e\x1b\x87\x8b\x48\x34\xd1\x11\xc7\x50\x11\x79\x33\x6c\x88\x1a\xd9\xd4\x61\x7f\xe9\x92\x6d\x1e\xf6\xa7\x25\xc5\xa5\x87\x19\xba\xd3\x19\x34\x24\x28\xdc\x9d\x3f\x9f\x4a\x99\xc6\x61\xb9\xcc\x1c\x3e\xb4\xfb\x12\x3a\xe3\x07\x59\x33\xd6\x71\x80\xc9\x0e\xd2\xe1\x01\xc7\x8f\x50\x64\x58\x2b\xf4\x1c\xfd\x5d\xff\xae\xcc\x0b\xd2\xef\xcc\x13\xba\x4b\x32\xfe\x03\x50\x27\x9e\xff\x66\xfc\xcf\xaa\xee\x94\x2d\x4c\xb7\x54\xa1\x28\x66\xf2\xc4\x9e\x14\x7f\x9e\xe6\xdc\x87\x10\xd8\xa1\xe3\xb4\xe8\x26\xe6\xb7\x8e\xe7\xeb\x36\x75\x08\x59\x7c\x47\x71\x3e\xd6\x5b\x75\xc8\xea\x8c\x2e\xe7\xdd\xd4\x01\xa3\x7b\xb4\x8e\x18\x91\x74\xf6\xe8\x60\x4c\x59\x68\xb9\x8a\x51\xe2\x49\x6d\x2c\x7a\x28\xc6\xa7\xba\x30\x83\xc8\x0d\xb6\x9d\x63\xca\x74\x69\xe5\xc7\x54\x30\x8f\xf7\x18\x25\x37\xda\xff\xd1\x45\x21\x94\xbf\x18\x3d\x2a\x99\x34\xcd\x78\x7d\x1e\x69\x96\x71\x28\xfb\x76\x23\x1e\xd7\x52\x6c\xc4\x50\xc2\x77\x03\x23\xe7\x43\x54\x2f\xaf\xdb\x78\x8a\xea\x14\x75\x43\x7f\xa5\xcf\xeb\x75\x7d\x40\xeb\x21\xeb\x1b\x34\x54\x42\x75\x5a\x53\x55\x29\x8f\x35\xab\x94\xe7\x3b\xfd\xa3\x3a\x45\x8f\x65\x3c\x30\x11\x0d\x3c\x4f\xff\x1f\x39\x9a\xee\x65\x60\x48\xd9\x56\xe7\x30\x23\xf2\xc0\x26\x3e\x36\x26\x85\x30\x97\x8c\xa2\x13\xc1\x60\xa5\x09\xfd\xfd\xa0\x47\x9c\x95\x53\x8b\x35\x23\xf9\x52\x34\xb4\xf8\x9b\xe7\x6d\x21\x7a\x1a\x16\xa2\x75\xb3\xb4\xef\x46\xbe\x86\xb5\x81\x06\xbd\x9f\xd5\x37\x3a\x14\x7f\xb6\x9c\x61\x4e\x79\x18\xab\x1d\x4e\x54\x09\x3a\xde\x24\x98\x38\x11\xc7\xdb\x26\x50\x1c\xde\xe2\x60\x36\x69\x96\x65\xd6\x02\x42\xda\x58\xca\x71\x7c\xda\x12\x8c\x93\xb2\xf4\xde\x4f\x16\x6b\xdc\xb9\x53\xb4\x1e\xe6\xfd\xaf\x50\x3e\xc7\xcc\xf5\x6f\x7a\x33\xd3\x91\x2f\xe9\x1c\xe1\xbe\x41\xe9\x3b\xb4\x08\x21\x97\x52\xdf\x9f\x4e\xbe\xf8\x0b\xba\xb4\x4f\x11\xcf\xb8\x8a\x32\x70\xcf\x48\xc2\x07\x79\xf7\x67\x1e\x18\xd7\x1f\xc7\xd0\x5f\xb7\xc6\xc1\x8c\x16\xf3\xe6\xc3\xcf\x4c\xa4\x2c\x82\x66\x3d\xa3\x9b\x54\xa6\xd8\x90\x5c\xc9\xaf\xb6\x13\xed\x82\xfd\x35\x1e\x1d\x96\xb3\x65\xb2\xaf\x55\xa0\x15\x76\x70\x91\x90\x65\x71\x78\xad\x4b\x79\x0d\x27\xfd\x71\xb4\xd2\x8e\xf5\x4e\x24\xef\x8e\x87\x19\x41\xe0\x14\xcd\x77\x38\x47\x64\x8c\xe3\xbf\xe3\x8c\x89\x23\xb8\x7e\xd5\xfe\xdc\x06\xb2\xe9\x0e\x86\xdf\xd1\x3a\x4e\x0a\x6c\x20\x39\x99\x14\x77\x81\x24\x73\x62\x56\x13\xe1\x0d\x6c\xef\x3e\x7b\xc6\xeb\x2b\x38\x03\x29\x5a\xc3\xe8\xfd\xe2\x9b\x78\xde\xd1\xba\xa3\x49\xea\x02\x7e\x32\x26\x29\x9c\xf2\xc8\x8c\x4e\x6f\xb7\x1a\x4b\xda\x2d\x3b\x5d\x6b\x5a\x75\xeb\xa4\x09\xa4\x65\x26\xaf\xed\x68\x9e\x86\x6d\x1d\xe8\x26\x31\xc8\x9c\xf1\x12\x7d\xa3\x9d\x68\x5d\x14\x9f\x39\xe7\xb3\x3e\xb8\x89\x9e\x87\x87\x28\x07\x5e\x12\x50\x9e\x7b\xb2\x9e\x22\xd9\xaf\xc9\x45\x12\x62\xdc\x98\x1c\xca\x7a\xe1\x35\xdb\x8c\x10\x7a\x93\x1b\x1d\xe8\x09\x93\x7b\xfb\x12\x42\xc5\xab\x38\x86\xee\xb8\x5e\xba\x69\x84\x50\xf3\x04\x57\xdc\x7a\x19\x2c\x25\xcb\xe4\xb1\xf1\x9b\x31\xfc\x3d\xdc\xd7\xde\xd3\xeb\x28\xad\xab\xbb\xdd\x59\xc2\xc3\xb8\xfd\xf6\x1b\xe9\x9f\xcb\xc1\xfb\xb4\xf3\x4e\xc3\x5e\xef\x02\x92\x4e\x1a\x13\x0a\x21\x6a\x8b\x29\xc9\x6f\x88\xf6\x38\xb2\x0f\xbe\x47\xac\x49\x1a\x3d\x3d\x6d\x08\x7d\xe1\x3c\xdd\x81\xb4\x6b\xe2\x0b\x07\xca\xaa\x9b\x9b\xbb\x90\x7e\xb4\xc6\xc1\xf4\x6f\x62\x7c\x88\x6a\xb4\x27\xe5\x85\xbb\x36\x33\xab\xf9\x24\xf3\xe8\x27\xe6\x71\xfc\xe3\xda\x50\x9e\x2d\x60\x10\xe3\x40\x02\x1a\x39\x14\x16\xd0\xa8\x4b\x16\x35\x60\xaa\xc9\x1c\xfe\x99\xeb\x79\x03\xe6\x4f\xa1\xbc\x70\x90\x65\x94\x05\xff\x3e\x95\x4e\xa2\x40\xfd\x02\xd2\xff\xc0\x5c\xb6\x13\x01\x37\x56\xd2\xdd\xc7\xff\x04\xdb\x89\x00\x2b\xc6\x11\xfa\xdf\xff\x99\xbf\xbf\xee\x0a\x9d\x64\x7e\xda\x7f\xd2\x49\x37\xc5\xfd\x65\x09\x10\xa3\x36\x8e\x22\x2f\xa1\x2b\x27\x92\xa7\x13\x20\x61\xdc\x8f\x57\x93\x33\x7d\x9b\xab\x92\xb3\x15\xfe\xdf\x70\x30\xf5\xde\xb4\x2e\x83\x35\x99\x27\x45\x23\x98\xf9\x24\x54\xc0\x52\x2c\x6f\x1e\x2c\x7a\x2b\x32\x1c\x4c\x64\x7b\x71\xf4\xe5\x13\x39\x22\x4b\x89\x3c\x8d\xc8\x47\x9a\xa4\x79\x11\xa7\xf4\x48\x53\x23\x57\x98\x51\x9e\x33\xaa\xce\x9e\x16\x28\x22\x99\x11\x37\x91\x15\x61\x3b\x78\x9c\x4e\x7f\x1f\xd5\x85\x5d\xbc\x48\xab\xb2\xd1\xf4\xb9\xfb\x2b\xe8\x9c\x0c\xcf\xd8\x44\xeb\x14\x11\xbb\x2f\x96\xc7\x93\x64\x27\x9a\x71\x31\x17\x6f\xd1\xf3\x42\x42\x1f\x35\x49\xed\x20\xcf\x3b\xf0\x92\x13\x45\x56\x7c\x8c\xdd\x48\x8a\xdc\x16\x7b\x12\xea\xd2\xd1\x8d\xbb\x15\x59\x37\xf1\xbe\xb6\xc6\xc1\x0c\x5b\x1d\x94\xc8\x72\xc0\x7d\x91\xfa\x28\x33\x3e\x44\xe1\x48\x38\x69\x77\x5b\xdd\x66\x1c\x8c\x8c\x17\x46\xec\x0b\x13\x5f\xd2\x9e\xde\x2f\x2e\xab\x07\xad\x5c\x5c\x9d\x26\x9d\xf7\x89\xb6\x7a\xb4\x62\xf1\x0f\x4d\x69\x27\x12\x0c\x6d\x19\xaf\x11\xc5\xf9\xee\xc4\xf1\x8c\xb8\x49\x72\xe3\x0c\x7c\xc2\x96\x2c\xfa\xc6\xf8\xaa\x52\x3a\x91\x13\xea\xd8\x37\x8c\xdf\xbb\x8e\x90\x1a\xf1\x4d\xbb\xe9\x0d\xe2\x0d\x1a\x68\xa7\xe2\x02\xce\x91\x1e\xca\x70\x31\xb1\x78\x70\x06\x08\x99\xc1\x68\x34\xdf\x09\x8c\x83\x99\x3c\x60\x0a\xa1\x67\xbe\x8e\x83\x09\x21\xaf\xde\xe0\x18\xbf\xcd\x60\xcd\x08\xf2\xab\xfa\xcd\x61\x76\x0a\x19\x0e\xa6\x73\x5e\x34\x69\x23\xb2\x13\x44\xef\x76\xba\xe8\x59\xcb\xf0\x30\x33\x0c\xe4\xe9\xa4\x49\xd5\xef\x41\x08\xec\x94\xd5\x8c\xc0\x9d\x29\xd1\x25\xbd\x9f\x59\xce\xcc\x63\x69\xe3\x27\xd1\xf9\x91\xb6\x78\x32\xe5\x83\x67\x29\x87\x32\xc3\xd1\xb9\x44\x3a\xe9\x67\x1e\xc9\xa4\xbb\x5e\x6a\xce\x5c\xd2\xd0\x19\xdb\xb8\x76\x2c\x6d\xfc\x5a\xee\xbf\x14\xbf\x8d\x62\xce\x29\xf5\xcc\x9b\x93\x9a\x72\x9a\x76\x28\xf9\xfc\xd5\xc5\xbc\x9e\xb7\xde\x4b\xf5\xc0\x8f\xf6\xdd\x6b\x8e\x3f\x79\xb5\xae\xea\x9c\x4d\x76\x70\xe7\xfd\x1d\x5f\x1d\x41\x37\x02\xd3\x40\xf6\xe6\x9a\x71\x30\x1e\xd3\x08\x75\x33\xc0\x3f\x8e\xec\x68\x5f\x07\xc6\x87\x28\xd7\x32\xaa\xaf\xc3\x91\x64\xd1\x5f\x9c\xf1\x2d\x8f\xb3\x44\x1e\x04\x19\x1e\x26\xe3\x48\x07\x9a\x6f\xd6\x82\x1e\xf4\x97\x59\x0e\x9a\x84\x5b\xc8\x4a\xe0\x13\x3a\x53\x7d\x2c\xdd\x93\xb2\x9d\x6d\xc9\x4f\xcc\xae\xf4\xa4\xf3\x24\x3b\x37\xb8\x9e\x7f\x3f\x8d\xde\x30\xcb\x6d\x16\x9d\x0f\x59\x2b\x98\x89\x22\xcb\x6d\x31\xe3\x64\x1a\x57\xd1\x79\x9c\x25\xd9\x72\x9d\xbf\xf7\x00\xed\x54\x86\xe2\x49\x8a\x11\xa5\x9b\x5d\x26\xbd\x9a\x95\xd5\xf4\x0f\xe0\x3d\x86\x6f\x48\x6e\xf1\xa1\x24\x9d\xce\x5d\xa3\x68\x75\x27\xde\x9c\x4a\xa7\xd3\xb8\xca\x18\xd2\xb6\x31\xdd\x19\x17\x62\x98\xce\xbc\x30\xc3\x72\x99\x27\x45\xf3\xac\x88\x83\x69\xe2\xbe\x41\x0a\x09\x33\x49\x5f\xe4\xfb\x65\x88\x9e\x7a\xce\x0b\x71\x6c\x8d\x87\x19\xdf\x91\x56\x44\x86\x87\x29\x1c\xa3\xc5\xf8\x97\x7b\x3a\x84\xab\xcd\xdf\x31\x96\x2c\x6b\x61\xf4\x44\xba\x0b\x17\x34\x71\xbf\xa0\xd9\x59\x8c\x1f\x2c\xf4\xe1\x37\x2b\x6c\x3b\x63\x1b\x3f\x6f\x36\xc9\xcd\x6c\xe5\x72\x7a\xa5\xd9\x0d\xcc\xb4\x30\x5b\x99\xf9\xd6\x0a\xc5\xbc\x7f\x7e\xf1\x31\xc2\x57\xe5\x37\xb1\x9d\xc8\xad\xbf\x91\x0b\x78\x3e\x8c\xa4\xfb\x8f\x4b\xd2\x54\xf2\x66\x65\x7d\xa1\xac\x0d\x78\x7f\xcd\xe2\x12\xe9\xed\x46\x6d\xe3\x3e\x49\x7a\xde\x33\xb8\x5f\xda\x73\xee\x02\x29\xd1\xe4\x3e\x49\xbd\x46\x30\x1e\xa6\x9b\x1e\xdf\x4c\xdb\x36\xe6\x8a\x78\xa8\x42\xd1\x7f\x6a\x8d\x87\x99\xdf\x96\xf3\xfe\xa5\x86\xaa\xc4\x57\x53\x6a\xcb\x06\xa4\xe4\x89\x0e\x9d\xeb\xf3\xea\x79\x1d\x4a\x05\x1b\xc2\xb1\x94\xe6\xb9\xd1\xbe\xcf\x3b\xcc\x79\xff\x79\xf5\x31\x74\xff\x94\xf1\xc4\xcc\xab\x2f\x64\xfc\x8b\xb0\xf0\x08\x8f\x5c\x53\x56\x2c\x59\x4f\xf7\x96\xe2\x07\x7b\x98\x27\xe6\xc6\x31\x67\xfe\xfd\x19\xd2\xdc\xa2\xc4\xab\x81\x80\xcb\xed\x69\x14\x51\x74\xb0\x4c\x20\x3b\x60\x33\x20\x99\x22\x8f\x96\x48\x11\xef\xcb\x1c\x69\x19\x29\x56\xe2\x0d\xfb\x2e\x83\x6e\xc1\x03\x4f\x64\x91\xfe\xa8\x67\xf2\xbc\x55\xc4\x08\x4d\xe7\x5a\x59\xa4\xa2\x48\xed\xf3\x79\xb7\xc6\xc3\x2c\x6a\xec\x48\x9e\x65\x85\x33\xaf\x43\x85\xbb\x16\x7d\x62\x71\x20\x23\xb7\x2b\x1a\xc6\x8a\x78\x19\xf6\xc8\xca\x57\xb9\xd0\x49\x5c\x7e\x9f\x4f\xa2\xc5\x1a\xac\xa1\x8b\x1d\xf8\xbe\xd1\xcc\x13\x93\x5f\x46\x3b\x58\x7e\x6d\x39\xd5\x63\x94\x3b\xad\xa3\x37\x5d\x24\xa9\xa7\xbf\x2b\xcf\xfd\xe1\x21\xff\xcc\x7d\x08\x17\x34\x5d\x11\x00\x27\x97\x64\xf2\x2a\x6c\xbb\xf0\xfe\x8e\x2f\x67\xfe\x9f\x71\xb9\x99\x62\x1f\x98\x2c\xd2\x52\x83\x80\x1c\xfa\x59\xd6\x1f\x4a\xeb\x26\xa3\x9b\xd5\xb4\xb9\x1b\x66\xf7\xdf\x8a\x48\xba\xbf\xde\x27\xea\x3f\xe0\x61\xc8\x42\x57\xed\x57\x21\xfc\x47\xd5\x42\xcd\xb3\xfc\x7b\x1d\xee\x93\x54\x36\x86\x4e\xd8\xaa\x2b\x13\xc8\xcf\x58\x76\xd7\x95\x3c\x9d\x6a\x0d\x7f\xc2\x87\x57\x59\x46\x91\x04\x57\xed\x9a\x4e\xfb\x5a\xb5\x24\x8f\xec\x41\x75\xf9\x7c\xd2\xfb\xaa\x0e\xdc\xa7\xb4\xea\x23\xe3\xa4\x96\xaa\x6d\xa3\x3e\x4a\x95\x25\xec\x4f\x54\x1a\x9c\xdc\xce\xe3\x25\x9a\x71\x9b\x36\x6d\xdb\xca\xc9\xb5\x6b\xd7\xbe\xbd\xbc\x7c\x87\x0e\x1d\x3b\x76\xea\xd4\xb9\x73\x97\x2e\x5d\xbb\x76\xeb\xa6\xa0\xa0\xa8\xd8\xbd\xbb\x92\x92\xb2\x72\x8f\x1e\x2a\x2a\xaa\xaa\x3d\x7b\xf6\xea\xd5\xbb\x77\x9f\x3e\x7d\xfb\xaa\xa9\xa9\xab\x6b\x68\x48\x24\xfd\xfa\x69\x6a\x6a\x69\xf5\xef\x3f\x60\xc0\xc0\x81\xda\xda\x83\x06\x0d\x1e\x3c\x64\xc8\xd0\xa1\xc3\x86\x0d\x1f\xae\xa3\xa3\xab\xab\xa7\xa7\xaf\x6f\x60\x60\x68\x68\x64\x34\x62\xc4\xc8\x91\xc6\xc6\xa3\x46\x8d\x1e\x3d\x66\xcc\xd8\xb1\x26\x26\xa6\xa6\x66\x66\xe6\xe6\xe3\xc6\x59\x58\x58\x5a\x5a\x59\x59\x5b\x8f\x1f\x3f\x61\xc2\xc4\x89\x36\x36\xb6\xb6\x93\x26\xd9\xd9\xd9\xdb\x3b\x38\x38\x3a\x3a\x39\x39\x3b\xbb\xb8\xb8\xba\xba\xb9\xb9\xbb\x7b\x78\x78\x7a\x4e\x9e\xec\xe5\xe5\xed\x3d\x65\x8a\x8f\x8f\xaf\xaf\x9f\x9f\xbf\x7f\x40\x40\x60\x60\x50\x50\x70\x70\x48\x48\x68\x68\x58\x58\x78\x78\x44\x44\x64\x64\x54\xd4\xd4\xa9\xd1\xd1\x31\x31\xd3\xa6\xc5\xc6\xc6\xc5\xc5\xc7\x27\x24\x24\x26\x26\x25\x25\x27\x4f\x9f\x9e\x92\x92\x9a\x3a\x63\xc6\xcc\x99\x69\x69\xb3\x66\xa5\xa7\x67\x64\x64\x66\x66\x65\x65\x67\xe7\xe4\xe4\xe6\xe6\xe5\xe5\xe7\x17\x14\x14\x16\xce\x9e\x3d\x67\x4e\x51\xd1\xdc\xb9\xc5\xc5\x25\x25\xa5\xa5\xf3\xe6\xcd\x9f\xbf\x60\x41\x59\xd9\xc2\x85\x8b\x16\x95\x97\x57\x54\x2c\x5e\xbc\x64\x49\x65\xe5\xd2\xa5\xcb\x96\x55\x55\x55\x57\x2f\x5f\xbe\x62\x45\x4d\x4d\x6d\x6d\x5d\xdd\xca\x95\xab\x56\xad\x5e\xfd\xcd\x37\x6b\xd6\xac\x5d\xbb\x6e\xdd\xfa\xf5\x1b\x36\x6c\xdc\xb8\x69\xd3\xe6\xcd\xdf\x7e\xbb\x65\xcb\xd6\xad\xdb\xb6\x6d\xdf\x5e\x5f\xbf\x63\xc7\xce\x9d\xbb\x76\xed\xde\xbd\x67\xcf\xde\xbd\xdf\x7d\xb7\x6f\xdf\xf7\xdf\xef\xdf\x7f\xe0\xc0\xc1\x83\x87\x0e\x1d\x3e\x7c\xe4\xc8\xd1\xa3\x3f\xfc\xd0\xd0\x70\xec\xd8\xf1\xe3\x3f\xfe\x78\xe2\xc4\xc9\x93\x3f\xfd\x74\xea\xd4\xcf\x3f\x9f\x3e\x7d\xe6\xcc\xd9\xb3\x8d\x8d\xe7\xce\x9d\x3f\x7f\xe1\xc2\xc5\x8b\x97\x2e\xfd\xf2\xcb\xe5\xcb\x57\xae\x5c\xbd\x7a\xed\xda\xaf\xbf\xfe\xf6\xdb\xf5\xeb\xbf\xff\x7e\xe3\xc6\xcd\x9b\x7f\xfc\xd1\xd4\x74\xeb\xd6\xed\xdb\x77\xee\xdc\xbd\xfb\xe7\x9f\xf7\xee\xfd\xf5\xd7\xdf\x7f\xff\xf3\xcf\xfd\xfb\x0f\x1e\x3c\x7c\xf8\xe8\xd1\xe3\xc7\x4f\x9e\x3c\x7d\xfa\xef\xbf\xcf\x9e\x3d\x7f\xfe\xe2\xc5\xcb\x97\xaf\x5e\xbd\x7e\xfd\xe6\xcd\xdb\xb7\xef\xde\xbd\x7f\xff\xe1\xc3\xc7\x8f\xc4\x4c\xfb\xbf\xfd\xff\xdf\xfe\xff\x6f\xff\xff\xb7\xff\xff\xdb\xff\xff\x5f\xee\x3f\x10\x17\xc9\x1d\xf7\xe4\xda\x69\x01\x62\x5d\x71\xf3\x7f\xff\xe1\xe7\x36\x6d\xdb\xd0\xff\x69\x0b\x39\xb4\x43\x7b\xc8\xa3\x03\x3a\xa2\x13\x3a\xa3\x0b\xba\xa2\x1b\x14\xa0\x88\xee\x50\x82\x32\x7a\x40\x05\xaa\xe8\x89\x5e\xe8\x8d\x3e\xe8\x0b\x35\xa8\x43\x03\x12\xf4\x83\x26\xb4\xd0\x1f\x03\x30\x10\xda\x18\x84\xc1\x18\x82\xa1\x18\x86\xe1\xd0\x81\x2e\xf4\xa0\x0f\x03\x18\xc2\x08\x23\x30\x12\xc6\x18\x85\xd1\x18\x83\xb1\x30\x81\x29\xcc\x60\x8e\x71\xb0\x80\x25\xac\x60\x8d\xf1\x98\x80\x89\xb0\x81\x2d\x26\xc1\x0e\xf6\x70\x80\x23\x9c\xe0\x0c\x17\xb8\xc2\x0d\xee\xf0\x80\x27\x26\xc3\x0b\xde\x98\x02\x1f\xf8\xc2\x0f\xfe\x08\x40\x20\x82\x10\x8c\x10\x84\x22\x0c\xe1\x88\x40\x24\xa2\x30\x15\xd1\x88\xc1\x34\xc4\x22\x0e\xf1\x48\x40\x22\x92\x90\x8c\xe9\x48\x41\x2a\x66\x60\x26\xd2\x30\x0b\xe9\xc8\x40\x26\xb2\x90\x8d\x1c\xe4\x22\x57\xc8\x13\xf2\x85\x02\xa1\x50\x98\x2d\xcc\x11\x8a\x84\xb9\x42\xb1\x50\x22\x94\x0a\xf3\x84\xf9\xc2\x02\xa1\x4c\x58\x28\x2c\x12\xca\x85\x0a\x61\xb1\xb0\x44\xa8\x14\x96\x0a\xcb\x84\x2a\xa1\x5a\x58\x2e\xac\x10\x6a\x84\x5a\xa1\x4e\x58\x29\xac\x12\x56\x0b\xdf\x08\x6b\x84\xb5\xc2\x3a\x61\xbd\xb0\x41\xd8\x28\x6c\x12\x36\x0b\xdf\x0a\x5b\x84\xad\xc2\x36\x61\xbb\x50\x2f\xec\x10\x76\x0a\xbb\x84\xdd\xc2\x1e\x61\xaf\xf0\x9d\xb0\x4f\xf8\x5e\xd8\x2f\x1c\x10\x0e\x0a\x87\x84\xc3\xc2\x11\xe1\xa8\xf0\x83\xd0\x20\x1c\x13\x8e\x0b\x3f\x0a\x27\x84\x93\xc2\x4f\xc2\x29\xe1\x67\xe1\xb4\x70\x46\x38\x2b\x34\x0a\xe7\x84\xf3\xc2\x05\xe1\xa2\x70\x49\xf8\x45\xb8\x2c\x5c\x11\xae\x0a\xd7\x84\x5f\x85\xdf\x84\xeb\xc2\xef\xc2\x0d\xe1\xa6\xf0\x87\xd0\x24\xdc\x12\x6e\x0b\x77\x84\xbb\xc2\x9f\xc2\x3d\xe1\x2f\xe1\x6f\xe1\x1f\xe1\xbe\xf0\x40\x78\x28\x3c\x12\x1e\x0b\x4f\x84\xa7\xc2\xbf\xc2\x33\xe1\xb9\xf0\x42\x78\x29\xbc\x12\x5e\x0b\x6f\x84\xb7\xc2\x3b\xe1\xbd\xf0\x41\xf8\x28\x48\xff\x03\x20\xb4\xf9\xd8\xf6\x83\xdc\xfb\x76\xef\xda\xbf\x95\x7f\xd3\xe1\x75\xc7\x57\x9d\x5e\x76\x7e\xd1\xe5\x79\xd7\x67\xdd\xfe\x55\x78\xaa\xf8\xa4\xfb\x63\xa5\x47\xca\x0f\x7b\x3c\x50\xb9\xaf\xfa\x4f\xcf\xbf\x7b\xfd\xd5\xfb\x5e\x9f\x3f\xfb\xde\x55\xbb\xa3\x7e\x5b\xe3\x96\xa4\xa9\xdf\x1f\x9a\x37\xb5\x6e\xf4\xff\x7d\xc0\xf5\x81\xbf\x69\xff\x3a\xe8\xda\xe0\xab\x43\xae\x0c\xbd\x3c\xec\x97\xe1\x97\x74\x2e\xea\x5e\xd0\x3b\xaf\x7f\xce\xa0\xd1\xf0\xac\xd1\x99\x11\xa7\x47\xfe\x6c\x7c\x6a\xd4\x4f\xa3\x4f\x8e\x39\x31\xf6\x47\x93\xe3\xa6\xc7\xcc\x1a\xcc\x7f\x18\x77\xd4\xe2\x88\xe5\x61\xab\x43\xd6\x07\xc7\x1f\x98\xb0\x7f\xe2\xf7\x36\xfb\x6c\xbf\x9b\xb4\xd7\x6e\x8f\xfd\x6e\x87\x5d\x8e\x3b\x9d\x76\x38\xd7\xbb\x6c\x77\xdd\xe6\xb6\xd5\x7d\x8b\xc7\xb7\x9e\x9b\x27\x6f\xf2\xda\xe8\xbd\x61\xca\x7a\x9f\x75\xbe\x6b\xfd\xd6\xf8\x7f\x13\xb0\x3a\x70\x55\xd0\xca\xe0\xba\x90\xda\xd0\x9a\xb0\x15\xe1\xcb\x23\xaa\x23\xab\xa2\x96\x4d\x5d\x1a\x5d\x19\xb3\x64\xda\xe2\xd8\x8a\xb8\xf2\xf8\x45\x09\x0b\x13\xcb\x92\x16\x24\xcf\x9f\x3e\x2f\xa5\x34\xb5\x64\x46\xf1\xcc\xb9\x69\x45\xb3\xe6\xa4\xcf\xce\x28\xcc\x2c\xc8\xca\xcf\xce\xcb\xc9\xcd\xcd\xc9\xcb\xce\xcf\x2a\xc8\x2c\xcc\x98\x9d\x3e\x67\x56\x51\xda\xdc\x99\xc5\x33\x4a\x52\x4b\x53\xe6\x4d\x9f\x9f\xbc\x20\xa9\x2c\x71\x61\xc2\xa2\xf8\xf2\xb8\x8a\xd8\xc5\xd3\x96\xc4\x54\x46\x2f\x9d\xba\x2c\xaa\x2a\xb2\x3a\x62\x79\xf8\x8a\xb0\x9a\xd0\xda\x90\xba\xe0\x95\x41\xab\x02\x57\x07\x7c\xe3\xbf\xc6\x6f\xad\xef\x3a\x9f\xf5\x53\x36\x78\x6f\xf4\xda\x34\x79\xb3\xe7\xb7\x1e\x5b\xdc\xb7\xba\x6d\x73\xdd\xee\x52\xef\xbc\xc3\x69\xa7\xe3\x2e\x87\xdd\xf6\x7b\xec\xf6\x4e\xfa\xce\x76\x9f\xcd\xf7\x13\xf7\x4f\x38\x30\xfe\xa0\xf5\x21\xab\xc3\x96\x47\x2c\x8e\x8e\xfb\xc1\xbc\xc1\xec\x98\xe9\x71\x93\x1f\xc7\x9e\x18\x73\x72\xf4\x4f\xa3\x4e\x19\xff\x3c\xf2\xf4\x88\x33\x46\x67\x0d\x1b\x0d\xce\xe9\x9f\xd7\xbb\xa0\x7b\x51\xe7\xd2\xf0\x5f\x86\x5d\x1e\x7a\x65\xc8\xd5\xc1\xd7\x06\xfd\xaa\xfd\xdb\xc0\xeb\x03\x7e\xef\x7f\x43\xeb\xa6\xe6\x1f\xfd\x9a\x24\xb7\x34\x6e\xab\xdf\x51\xbb\xdb\xf7\xcf\x3e\xf7\x7a\xff\xd5\xeb\xef\x9e\xff\xa8\xde\x57\x79\xd0\xe3\xa1\xf2\x23\xa5\xc7\xdd\x9f\x28\x3e\x55\xf8\xb7\xdb\xb3\xae\xcf\xbb\xbc\xe8\xfc\xb2\xd3\xab\x8e\xaf\x3b\xbc\x91\x7f\xdb\xfe\x5d\xbb\xf7\x72\x1f\xda\x7e\x6c\x23\xe0\x7f\x32\xf0\x3f\x19\x90\x5a\x02\xb3\x1c\x8b\x02\xe5\x93\x82\x60\xdb\xd1\x72\x43\xaf\x1d\x82\xe0\x36\x68\x82\x8e\xc6\x1b\x41\xf0\xad\xb3\xdd\xaf\x6d\x26\x08\xc1\x5d\x1d\xd5\x75\xb6\x0b\x42\xa4\x86\xcb\xdd\x91\x4f\x04\x61\xea\x70\xcf\x47\xe6\x45\xc2\x91\xe8\x32\x3f\xb9\x49\xd3\x05\xb3\x98\x1e\xc1\x55\x1e\x1d\x3e\xce\x9c\x3a\x29\xea\x74\x50\xc6\x87\x0b\x51\x6d\x92\xcb\xa2\x47\x7c\xe8\x18\xbe\x30\xe7\x66\xb2\xf0\x7e\x70\x98\x5c\x49\x53\xc6\xbf\xef\x36\x07\x2b\x2d\xa9\xcd\xb5\x7a\xfb\x4f\x60\x8f\x95\xdd\xe6\xd8\xbf\x5d\xed\xfb\x6a\x53\xf4\xdc\xe1\x6f\xcd\xbd\x1f\xee\xfe\x50\xf2\xcd\x9b\x3b\x9e\x2f\x8e\xde\x9f\xb7\xf4\x8d\x9d\xfb\xca\xb3\xa3\x16\x76\x7c\x3d\xc4\x75\xcc\x8d\xc7\x95\xaa\xaf\x9a\x9c\xac\x1e\xed\xaa\xbc\xf8\x7a\x9d\xc3\xd2\x7f\xaf\x95\xf7\x79\x33\xcd\x3e\xed\xd9\xd3\xf9\xa3\xdf\x0e\xb4\x0b\x7a\xfe\x66\xae\xe5\xdb\xba\x49\xb5\x2f\x36\x16\x1e\x78\xde\x79\xd2\xeb\x97\x66\xf9\x63\xfe\x51\xb1\xaf\x7b\x69\x95\x7f\xf7\xc6\x39\xc7\xc1\x2f\x4f\xe4\xfe\x7d\xe5\xb9\xe3\xe0\x57\x3f\x64\xec\xba\x18\xee\x34\xfc\xd5\x89\x8c\x17\x3f\x0f\x76\xfa\xf7\xf5\xac\x34\x93\x63\xbf\xb9\xbc\x7c\x6d\x3f\xeb\xde\x11\x07\x97\x17\xaf\x1f\xcc\x50\x16\x04\xcb\x9e\xe3\xb2\x55\x86\x08\x82\x5d\x57\xcb\x5f\x7a\x67\x08\x82\xe7\x40\xeb\x58\x8d\x3a\x41\x08\x34\xb5\xf9\x30\x48\x4d\x10\x22\xa2\xec\xb6\xeb\x54\x0b\x42\x8c\x9d\x73\x2f\xe3\x36\x82\x10\xeb\xe0\xe1\x6a\xfe\x56\xf8\x2e\x1e\x3e\xa5\x76\x6b\x04\xbd\xb8\xbd\x41\x49\x9e\x81\x1f\xfd\xa3\x0b\xa2\x1e\x85\xe8\x7e\x98\x1b\xb3\x39\xde\x22\x36\xfe\xfd\xd1\x28\xff\x4c\xe7\xd4\x13\xef\x8e\x46\xac\x2d\x7a\x94\x33\xf7\x9d\x52\x68\xc4\x62\x93\xd9\x93\xde\xfa\x04\x2d\xae\xbb\x59\xb2\xf8\x6d\x7b\xff\xc0\x4d\x33\xe6\xad\x7c\xe3\xec\xdb\x6b\xf7\xe4\x45\x4a\xaf\x7f\xf0\x2a\x6f\x98\x5f\x71\xf7\xd5\xf7\x9e\xd6\xe7\xa3\xab\x2c\x5e\x75\x71\x93\x6f\xba\xba\x42\xe9\xe5\x01\xe7\x49\x4f\x34\x57\xdc\x79\xdd\xce\x31\xfb\xe9\xb3\x25\x7f\xbc\x69\xe3\xa0\xf2\xcc\xb7\xec\xae\x6c\x3d\x5e\x2e\xb2\x1f\xfe\xfc\x40\xf1\xee\x07\x3f\x39\xb4\x79\x31\x67\x4e\xe9\xad\x74\xc7\x2b\x2f\xb6\xcf\x29\xb8\x66\xee\x9c\xf0\xb2\xeb\xec\xc0\xf3\x73\x5d\x26\xbd\x3c\x9c\xaf\x7d\x46\xc9\xe5\xc8\xab\xe1\xb9\x2a\x27\xcc\x5c\xe7\xbe\x5a\x95\x75\xe1\xf0\x25\xb7\xfd\xaf\x35\x32\xa2\x0e\xca\xbb\xb5\x79\xfd\xc7\x8c\xf5\x82\x30\x6e\xe7\x38\xd5\x1e\x05\x82\xe0\x60\x3a\x2e\xa2\x57\xb2\x20\x78\x19\x5a\xc5\x6b\xcc\x15\x84\x90\xe8\x09\xcb\xb5\xe5\x04\x21\xf2\xac\xdd\x7c\xdd\xa1\x82\x10\xfb\x87\xd3\x02\xe3\xb3\x82\x90\x90\xed\x76\xcf\xfc\xa3\x70\x75\xfa\xc4\xc9\x17\x6d\x7d\x04\xa3\xa4\xeb\x01\x33\x3d\xd3\x3f\xda\xc4\xff\x1a\x71\x3d\xf4\xf7\x0f\xfa\x71\xfa\xb1\xdf\x25\xfa\xbc\x1f\x1f\xf3\x32\xed\xb7\xf4\xf9\xef\x5c\xa3\x6a\xe7\x6c\x28\x70\x78\x1b\x1a\xd1\xae\x3c\xbc\xa4\xf8\xcd\xd6\x90\x9d\xb5\x19\x65\x76\x6f\x0c\x03\x63\x37\x1e\x2c\x37\x7e\x7d\xcc\xcf\x76\xd7\x9f\x8b\x67\xbd\x7a\xef\xfd\xb1\xc1\x78\x59\xfa\xab\x81\x9e\x4e\x97\x02\x57\x58\xbf\xd4\x73\x5b\x72\xfb\xf5\x4a\xe7\x97\xe5\xce\x05\x8f\xef\xd4\x1c\x7e\xa5\xed\xb4\xf7\xc9\x9e\xea\xfd\xaf\x23\x1c\x5e\xfc\x9b\x59\xb1\x41\xb6\x1e\xcf\x5c\x1c\xaa\x9f\x5d\x5b\xa0\x71\x5b\xd7\x79\xde\xf3\xc1\xf3\xdf\x5c\x9f\xea\x5c\xf9\x22\x74\xee\xfc\xcb\xf1\x2e\x0f\x5e\xcc\x98\xbb\xe2\xec\x08\xb7\xa1\x2f\x7b\xce\xc1\x71\x0b\x77\xe3\x97\x1f\xf2\xf6\x1f\xfe\xc7\x63\xd7\xab\x4e\x79\xbf\x7d\x7f\xcf\xe3\xfc\xab\xb3\x59\x1b\xf7\x1a\x79\x76\x78\x6d\x97\xfe\xaf\x20\x58\x55\x9a\xc5\xf4\xf0\x10\x04\xa7\xeb\xa6\x1f\x7b\x16\x0b\x82\xf7\x6d\xcb\xed\x1a\xb9\x82\x10\x3a\xd8\x52\xd0\x5a\x25\x08\xd1\xd7\xed\xec\xf4\xa2\x05\x21\x31\xc4\x71\xd9\xa8\x39\x82\x30\xdd\xc3\x79\x8a\xc9\x6b\xe1\x72\x5a\x90\xc7\x23\xdb\x7f\x84\x11\x29\xbf\xfb\x4b\x3c\x57\x7e\x1c\x3f\xdd\x3d\xec\x44\x98\xfb\xfb\xdf\x13\xda\xc5\x19\x4c\x7f\xfd\xee\x52\x5c\xd4\xcc\x5e\xd9\x69\x6f\x37\xc7\xf8\x17\x9e\x9f\x1b\xf1\xe6\x4a\xe4\x9e\x45\x2b\x17\x44\xbc\xb1\x0c\x9d\x5d\x7b\xb5\x5c\xeb\xb5\x76\x88\xe2\x06\x9b\x65\x4b\x5e\xc5\x07\x14\xef\xf6\x58\xa1\xfe\xb2\xd0\x47\x38\x66\xb4\x72\xec\xcb\x7e\x9e\x37\xae\x84\xad\x1a\xf7\xa2\xbb\xbb\xed\x9f\xa9\x6b\xfd\x5f\xaa\xba\xe8\x3f\x1e\xb1\x52\xbf\x79\x3d\x7a\x38\x9d\x7b\xb2\x62\xb9\xc6\xcb\xe1\x8e\xa7\xfe\xc5\x92\xd3\x7f\xad\x77\xee\xfa\xac\x70\x61\xfc\x0d\x7b\xd7\xb7\xcf\x3a\x55\x38\x5e\x8e\x75\x93\x3c\x5f\x34\xbf\xcd\xe9\x89\xee\xd7\x5e\x38\x95\xe8\x1d\x7f\xe7\x99\xfd\x22\xae\xa4\xdd\x61\xef\xc9\xe9\x2f\x7b\x17\x75\xfb\x3e\x65\xf2\xc1\x97\xd7\x0a\x1c\xf6\x5c\x99\x7c\xfd\xd5\xb4\xdc\x09\xdb\x7b\x7a\x07\xbd\x3a\x9b\x1d\x23\x08\x36\x0f\x4d\x7b\xf4\x78\x21\x08\xee\x36\xe6\x4e\xbd\xaf\x08\x42\x60\xa2\x85\xa3\xa4\x56\x10\x22\xfa\x59\x0c\xd4\xfc\x4b\x10\x12\x4d\x6d\xba\xe8\x66\x08\x42\x6a\xaa\xdd\xcc\x91\x7f\x0a\x42\xda\x59\xa7\x9b\xe6\xfb\x85\xfd\x59\xaa\x1e\x53\xed\x97\x09\xbd\x32\xed\x7d\x1e\x7a\x77\xfe\x68\x34\xab\x53\x48\x71\x78\xc5\xfb\xc7\xa9\x3a\xd1\x07\xa6\x97\xbe\x0b\x4f\x54\x49\xf9\x31\xdf\xe0\x6d\x4c\x5c\x5e\xce\xc1\x92\x91\xaf\x4f\xc7\x04\x2d\xb8\xb6\x64\xc8\xab\xdd\x91\x1a\x35\x3f\x2d\x77\x7c\x15\x16\xfa\x62\x7d\xd7\x15\xe7\x5f\xfa\x05\xbe\xdd\xe3\xb4\x6a\xc9\x8b\xc9\xbe\xaf\x7f\x9c\xbd\x76\xc7\xf3\x68\x2f\xf3\x5f\x75\x36\x9c\x7a\xf6\x97\xfb\xd0\x07\x1a\x1b\xdf\x3e\x4f\x77\x0b\x7d\xf0\xe0\xff\xa1\xeb\x2c\xc3\xaa\xce\x9b\x87\x8f\xba\xeb\x9a\x18\xd8\xdd\x22\x08\x02\x06\x4a\x77\x77\x77\x77\x77\x77\x77\x77\x4b\x48\x28\x0d\x22\x20\x29\x20\x20\x21\x20\xa2\x48\x8a\x74\x9e\xee\x33\xcf\xb5\x37\xba\xbb\xf7\xfd\xdf\xe7\xd5\xe7\xfa\xf1\x6e\x86\xf9\xce\xf7\x5c\x67\x3e\x67\x7e\xc5\x09\xbf\xf2\xf0\x8b\x9b\x69\xb2\xac\x08\xc9\x74\x8e\xf9\x0c\xf9\x1e\x44\x44\xfa\xed\x89\x47\x0a\xae\x28\xc5\x84\x94\x61\x69\x25\x09\x54\x4e\xfc\x6c\x9f\xa7\x32\x3f\x9a\x29\xb6\xa7\xe3\xbc\x0a\x1d\x46\x2f\x22\xb7\x69\x5b\xb5\x16\x93\x19\xbe\x50\xcb\xa6\x3e\x8a\x59\x0f\xeb\xad\xec\x50\xcf\xc4\xbe\x09\x6a\x28\xb3\xd3\x18\xc2\x5d\x08\x58\x06\x10\xfb\x8d\xc3\x84\x6e\x0c\x40\x31\x98\x63\xff\x99\x0e\x00\x3d\x1d\xae\x86\x4b\x9b\x00\xa6\xfd\xbc\xeb\x37\xea\x00\x6c\x55\x85\x52\x19\x39\x00\x3c\x38\x45\x56\x1e\xb6\x00\xf8\x6a\x4a\xc5\xf2\xb6\xc3\x98\x7f\xab\x5c\xb2\x58\x23\xdc\xf1\xed\x56\xdb\xa7\x72\x97\x7a\xd1\xc7\x57\x37\xc5\x98\x48\xae\x71\x5f\x31\x33\x75\xe1\x20\x4e\x38\x9e\x77\x50\x0e\x89\x20\x58\xd8\xd5\xfb\xc4\xc5\xdf\xc5\x73\x5b\x3d\x88\x8e\x4d\xf3\xc3\x39\x9a\xdd\xcb\xb8\x99\xd5\x81\x0d\x36\xea\x7b\xa1\xf8\x5c\x14\xdd\x6c\xf0\x7b\xdd\x44\xe9\x3e\x14\x56\xeb\x7d\x4f\xd3\xcb\x60\x64\x93\xaa\xdc\xb4\x78\xa5\x30\xd2\x51\x89\x61\xed\x68\x65\x15\x6a\x4d\xe1\xce\xc6\xf5\x52\x04\xe6\xac\x5c\xc4\xe6\x40\xe1\x57\xd4\xa8\x6c\xd1\x36\x67\x1e\xd7\xe2\x0b\x05\xc7\xed\x89\xdc\x1b\x93\xbe\x4a\xdc\x3b\xc4\xcc\xde\xe1\x0f\x2a\xb7\x90\x7b\xd3\xe2\xde\x3f\x50\x53\x45\x1a\xa4\xe6\x75\x54\xaa\x49\xa1\x5a\x13\xf8\x9b\xee\xab\xff\x40\xeb\xc6\x2e\xd4\x0f\x69\xb0\x62\xee\x44\x79\x55\x3c\xd5\xe2\xc1\xc4\x46\x6c\x96\xd2\x6b\x7d\xc0\xca\x85\xca\xe7\xab\xeb\x8c\x60\x8b\x82\xd7\x00\x24\xb9\xd9\xad\x4f\x76\x01\x28\xdf\x61\xcf\x38\x6d\x0b\x60\x9c\xc7\x73\xff\xda\x35\x00\xcb\x65\x6e\xe6\xeb\xba\x00\x8e\x9f\xf9\x9b\xee\x55\x02\x78\x3f\x16\x09\x78\x54\x0f\x10\x30\x29\x99\xcd\xa7\x04\x2b\xa1\xfc\xd2\xb5\xa2\x97\xe1\x49\xc8\x43\x25\xa2\xb2\x20\x95\x23\xd8\x5a\x73\xdb\x28\x94\xfc\xd6\x77\xc5\xd8\xc4\x65\x3f\x31\xd3\x65\xd6\xfe\x60\x98\x0f\xbe\xc4\x69\xda\x1d\x92\x47\x71\xfa\x76\x0a\x61\x89\xd9\x02\x58\x66\xcb\x33\x69\x23\x05\x2c\x18\x3e\xd3\x63\x45\xd8\x62\x56\x54\xac\xc1\x64\x03\x7d\x79\x39\xf2\x8e\xf6\x5c\xbf\x51\x0d\x13\x42\x53\xcd\x68\x66\xb0\xee\x28\x22\x44\xd9\x7e\xa5\xad\x76\x1f\xea\xae\x22\xeb\xfa\xd1\x72\x1a\x34\xab\x7c\xf7\x46\x48\xc9\xfb\xb5\xab\x8a\xcc\x9b\x43\x45\x31\xd3\x3c\xca\xf1\x5b\xe8\xfc\xfa\x51\x21\x55\xde\x1d\xf3\x1c\xcb\x5e\x43\xf5\x78\xc4\x99\xac\xe4\x8e\x59\x8d\x6e\xc4\xb7\x8c\xa3\x6f\x8e\x69\xa5\xa1\x0e\x26\x2f\xd4\xbe\xd0\x7e\x80\x6a\x4a\x7c\x50\x6e\xac\x73\x17\x9d\x11\x9b\x52\xbc\xa3\xd3\x8e\xf1\x89\xcc\x78\xde\xad\x77\x04\x7b\x2d\xac\x36\x67\x45\xf7\x23\x76\x22\x98\x06\x40\xf2\xed\x63\xab\x13\xcf\x01\x54\xbf\x3e\x36\x3e\x15\x06\x60\xac\xf5\x4c\xfa\xa2\x0d\x80\x5d\x35\x87\xf2\xb5\x23\x00\x6e\x51\x7c\x41\x0c\x8c\x00\x7e\xdf\x84\xaf\x3c\xf2\x02\x08\x5d\x13\x97\xe1\xd5\x84\xe9\x88\xb3\xd2\x7c\x62\x8f\x40\x22\x72\x47\x81\x55\x11\x41\xbd\x1d\x59\xa8\xfe\xd5\xf8\x0d\xb9\x30\xa4\xd2\xa0\xdc\xf5\x1c\xd1\xd6\x4b\xca\xe6\x6d\x38\x02\xf7\xd6\x4d\xd3\x55\x29\xf3\x1c\x56\xc4\x49\x24\x68\x27\x7f\x0c\xbd\x61\x2b\x95\xa4\x5c\xb2\x86\x2a\xb2\xa8\x2f\x10\x2b\x9f\x43\xe0\x8d\x45\x5f\xc7\xd7\xfa\x6d\xaf\xe9\x4e\x0c\x84\x37\x1a\x6e\xb9\xaa\x6f\x2d\x7c\x7e\x5b\xbd\x83\x50\xe1\x5f\x5e\xaf\xdf\x8b\x68\x57\xbe\xbe\x7a\xbc\x86\x63\xfb\xaa\x52\xe2\x5a\x5e\x85\xd1\x9c\xa4\xea\x9d\x0d\xe3\x32\xb3\x31\x1e\x75\xf4\x66\x7a\x71\x61\xdf\x94\x66\xe3\xd6\x70\xa1\x61\x3b\x9b\x76\xe5\x36\x35\x8f\xd8\x24\xa8\xe3\x8a\xa0\xcb\x76\xa9\xe1\xd5\xe3\x43\x90\x32\x3c\x5e\x3a\xea\x1f\x40\x09\x24\x97\x15\x3b\xeb\x2b\xa1\x4f\x25\x48\xe5\x9f\x33\xb8\x8f\x9e\x8f\x99\xcf\x9a\x32\x3c\x87\x49\x89\xac\x4a\x8b\x37\x9c\xc2\xde\x0d\xa3\x02\xc8\xbe\x7f\xf4\xec\xc4\x10\x80\x8e\xee\xc3\xc8\x53\x9d\x00\xe6\x39\x8f\x89\xe7\x5f\x02\x38\x24\x3f\x65\xbc\x62\x02\xe0\x6d\xc6\xfd\xf0\xee\x12\x40\x50\x20\xff\x02\xab\x1e\x40\x54\xba\x48\x0c\x37\x3d\xec\xc4\x7c\x91\x18\x14\x89\x00\xa5\xf8\x9b\x72\x07\x15\xc5\xa8\x87\xe3\xdc\xd4\x7c\x4c\x2f\x92\x9f\x47\x1f\xd3\x45\xba\x72\x10\x8d\x83\x5f\x5b\x3c\x8d\xd0\xc6\x55\x78\xa6\x38\x37\x66\xba\xa0\x5f\xba\xa5\x06\xb0\x96\xed\x41\x79\x3b\xce\xc6\x16\x57\xb4\x20\x7f\xb3\x0e\xcd\x37\xa8\xfd\xb4\x8d\x32\x1b\xad\x33\x6c\x3a\xba\x59\xa5\x1f\x3c\x7c\xb2\x2d\x75\xf3\xb6\x66\xf1\xf7\xd8\x76\xf1\x2d\x26\x0d\xc6\x1f\xfb\x5a\xbc\x76\xb2\x55\x5e\x2f\x3b\xbf\x3e\xbb\x8c\x52\xfb\x7d\xe5\x47\xed\x93\x71\x23\x2d\xe1\xb5\xa4\xaa\x3d\x7d\xf7\x75\x2f\xaf\xaf\x94\x9f\xeb\x68\xd4\x4d\xd9\x5c\x2b\x2e\x6d\x5c\xd3\x8b\xd9\x0e\xcd\x5f\xaa\x1c\x34\x3c\xbe\x93\x9b\x5b\xf8\x52\xd2\x50\x1e\xd1\x9e\xd9\x50\xc8\x60\x84\x47\xe6\xa5\x65\xe7\x65\x18\xd3\xa1\x82\x93\x8f\x67\xbc\x31\xe1\x47\xab\xc5\xd7\xa6\xf0\x9a\xa4\x60\x04\xa3\x63\x13\xc2\x4c\x99\x31\xe3\x11\x73\x00\x8a\x3c\x8f\x8c\x4f\x36\x02\xe8\x74\x3f\xb2\x3c\x1d\x02\x60\x19\xf5\x88\x7c\x5e\x0a\xc0\x95\xe1\x09\xf1\x4a\x14\x40\x10\x23\x87\xce\x9d\x4e\x80\xc8\x68\xde\x06\x56\x2e\x80\xd8\x37\xc2\x86\x5c\x3d\x80\x4b\xfe\x21\xa6\x20\x42\x03\x56\x69\xf7\xa4\x76\xe4\xc3\xa9\x5a\xa9\x28\xa5\xa3\x06\x1d\xe4\xea\xa4\x76\xad\x18\x97\x18\xa2\x55\xf4\xaa\x89\x66\xc4\x7d\xdc\x6f\x81\x41\x0e\xb8\x5c\x3a\xd4\x84\xb7\xb4\x27\xb6\x5c\x12\x41\x72\x7b\x12\x59\x5c\xc7\xb6\xa3\xef\xc0\x99\x7d\xa7\x91\x63\xf3\xaa\xd5\x9e\x7a\xa3\x8e\xfe\x55\x6f\x23\x89\x4f\x7c\x7d\x22\xeb\x74\x3a\xb5\xb3\xf9\xdd\x76\x9b\x03\x1a\xaf\x17\x3c\x5b\xc3\x37\x5e\xab\x63\x7e\x7c\x6a\xde\x99\x94\xd6\xd9\xb3\x44\x7e\xa3\xf0\xe1\x93\xde\xe4\xaa\x64\xed\xeb\x76\x35\x03\xf5\xf5\x95\xf2\xf0\xd7\x56\xc6\xf1\x1b\x5e\xaf\x8c\x2a\x6a\x4c\x6c\xb7\x74\x8b\xef\x15\x4f\x9b\x7a\x6e\xf7\xe4\x6f\xe7\xcb\x9a\xd1\x22\x4e\xe7\xa4\xe7\x24\x98\x59\x22\x90\x99\xc1\xa9\x13\xe6\x61\x28\x86\x94\xcd\x78\x13\xcb\x47\x28\x44\xe2\x68\x0c\xc1\x62\x10\x3d\x14\x47\x13\xfd\xc8\xc2\x1d\x63\x15\x7d\x11\x40\xb5\xfe\xe1\x7b\x3a\x35\x00\x23\x3b\xb6\xee\xd3\x59\x00\xb6\x0d\x8f\x4e\x9c\x8f\x03\xf0\x62\x7c\xcc\x71\xe5\x06\x40\xc8\xf0\x53\xab\xdb\x77\x01\x62\xcd\x39\xab\xee\xd7\x00\xa4\x70\xf1\x5b\x3d\xc5\xc3\x72\x3a\x4e\x74\x4c\xd4\x1d\x4c\xf3\x6a\x25\xbc\xe5\xbf\x51\x19\xf3\x9c\x15\x2e\x19\x73\x93\x73\x73\x8f\xa8\x7d\x75\xa5\x23\x3a\xa6\x7a\x18\xdc\x0e\x5f\xc0\x1d\x8f\x42\xda\x70\xe7\x4c\x22\xf3\xfc\x4c\xbc\xc4\xaa\x7f\x6c\x27\xfb\xc4\x86\x08\x35\xb7\x6e\x3e\x76\xbb\x9e\x3e\xdb\x79\x74\x8d\xc6\x6e\xbb\xe6\x43\xdf\xa1\x25\x15\xd3\x89\xb1\xae\x61\xed\xe5\xf7\x86\x55\x93\x94\x01\xbf\x35\x37\xdd\xf4\x99\xbe\x9e\xb1\x59\x53\xbd\xec\xef\xa7\x3a\xba\x07\xc5\x0d\x2b\x16\xe7\x9a\xc5\xda\xb7\x4d\xd8\x57\x4e\x37\x1c\xa8\x0b\x37\xab\x5f\xb3\xaa\xc6\xbe\x22\x5b\x58\xad\xd7\x56\x6c\x15\x59\x59\xaa\x6c\x16\x95\xb6\xe5\x3c\xb1\x3e\xb0\xf5\xe9\x85\x41\xba\x83\xf5\xeb\xed\xad\x7c\x54\x72\xa9\xb5\x37\x42\x32\x47\x22\xde\xd5\x9a\x80\x14\xca\x68\x89\x72\xb4\x51\x45\x05\x24\x7f\x0e\xbd\x6a\x9b\x84\x96\x4e\xf0\x0f\xba\x6b\x9b\x88\x39\x1f\xb3\x08\xa0\x96\xc9\x5a\x71\xf2\x2c\x80\x29\x86\x6d\xfe\x4c\x34\x80\x83\x34\x6b\xed\xb9\xfd\x00\x3e\x23\x8f\x0e\x5d\x4e\x02\x88\xba\xfb\xf8\x8f\x1b\x9e\x00\x49\x41\xcf\x8a\x18\xfd\x01\xb2\xb9\xb9\x6b\x1f\xbb\x00\x14\xcc\x0a\x64\x0b\x1c\x02\xfd\x22\xb4\x38\xbd\x02\x2b\x35\xb1\x64\x40\xda\x5c\x57\x9d\x3c\x58\xf2\x40\xf9\x77\x27\x3c\xf1\x74\x5e\xb5\xae\x58\x94\x2a\xf6\x73\xea\x90\x79\x61\xee\x22\x52\x3f\xda\xc2\x19\x51\xd3\xb3\x81\x09\x4c\x0a\x9c\xec\xec\x5a\x13\xf3\x9e\x4c\x39\xde\x3b\xf1\xe3\x77\xd7\x90\x5a\xe2\xd8\xca\x7c\x80\x75\xf6\x28\xe3\xc4\x85\xc5\x6d\x93\xe8\x2f\x46\xc3\x98\x95\x0c\x03\xeb\xa9\x3b\xfd\x5f\x47\x7e\x37\xb3\x9c\x55\xea\xd9\x69\xa3\x58\x5e\x5e\x78\xd9\x7e\xa5\x2e\xc0\x8a\xb4\x14\xdd\xf4\xb9\x8c\x6c\x13\xb6\xb2\x5d\xbf\x9c\x57\x6a\x37\xb7\x86\xaa\x56\xc8\x3a\x6a\x37\xbb\x51\xf9\x6a\x2c\x85\xdf\x5e\x71\xcb\xa6\x78\x26\x7e\xd9\x5e\x71\x7b\xbb\xe0\x5e\xa4\xa9\x23\xc7\xce\xa7\x3c\xee\x70\x26\x07\x76\x24\x73\xa6\x44\xc0\x61\xa7\x52\xe4\x66\x9a\x9b\xcf\x9c\x53\x13\x6a\x3c\xa9\xde\x0b\xe7\x44\x87\x7e\x13\xd7\x0d\xa0\xa5\xc5\x26\x49\xa7\x05\x60\x7e\x89\x05\x73\xfa\x19\x80\xcb\x02\xab\xd9\xb9\x49\x80\xc0\x4f\x6c\xc9\x97\x65\x00\x62\x06\x1e\xa6\x5e\x37\x05\x48\xdf\x78\x52\x41\x3f\x09\x50\xb4\x87\x63\xfa\xa1\x35\x40\x99\xa6\xc0\x0d\x21\x19\xf0\xad\x92\x15\xce\x90\x1d\xa1\x26\x54\xe9\x49\x8a\xea\x32\x93\x7b\xea\x0e\xca\xab\x39\x7d\x22\xf2\x95\x2e\x6a\x1a\x47\x7c\xc5\x46\xbc\xb8\x67\x74\xf0\xf9\x29\x44\x54\x96\xbb\x2d\xb2\xde\x69\xcd\x3d\x8a\xcb\x3f\xba\xd7\x7d\xf1\x6b\x18\x57\xd4\x8f\x11\xd9\x99\x48\xdf\xb9\xca\xf2\x6f\x39\x53\x39\xce\xaf\x3f\x48\x4f\x87\x7f\x0f\xb7\x44\x8f\x65\x8d\x27\x8c\x65\x59\x5f\xf8\x7a\x7a\xb8\xa4\xa5\xdf\xc1\x6d\xfa\x69\x7f\x43\x45\xb7\xf3\xc7\xb9\xe2\xee\xb9\xa2\x12\xe7\xc7\x8b\x0f\x5b\xf7\xe7\xd4\x38\x57\x2e\xbf\x6e\xfc\x3d\x25\xd6\xa5\x75\x8d\xbe\x36\x31\xfe\x90\x0b\x6e\xe3\x5e\x45\x74\x64\xb5\xab\xf0\x26\xb6\x34\x22\x8c\xc7\xb5\x75\x6b\xf1\x45\x6b\x50\xab\xab\xe4\x8e\xed\xf3\x16\xdf\xb3\x6e\xca\x88\xea\x6c\x19\x2f\x59\xd7\x50\xd4\xd1\xb4\x3f\xbc\x8e\xb8\x1e\x47\x19\xa5\x64\x7b\xc8\xb9\xa8\xa0\x65\x13\x8a\x01\xf4\xe4\x58\x8a\xe8\xfe\x00\xb0\x0e\x62\x31\x3d\xdd\x01\xe0\xb9\xc4\xb4\xef\x74\x2f\x40\xf8\x6d\x56\xcd\xcb\x7c\x00\x49\x19\x2c\x25\x57\xef\x03\x3c\x47\x3d\x16\xbe\x77\x06\xa0\xcc\xf8\x69\x3b\xab\x37\x40\xe5\x07\xde\x07\x7c\x3a\x30\xf9\x3a\x92\x5f\x55\x2c\x80\x5a\xd5\x74\x50\xec\xb1\xf6\x65\x8a\xe0\xdb\x20\x69\x2d\x5b\x6e\x22\xcf\xeb\x3f\x54\x1f\x46\x98\x63\xa5\xab\x66\xf5\x1e\x3d\x5f\x42\x9c\x7d\x41\xb0\x9c\x79\xdd\xb1\xea\x95\x35\xe6\x61\xd6\x6f\x39\x67\x12\x2b\x1d\xe5\xfc\xd5\x7f\xe2\x53\xa8\x79\xd5\xcd\xef\xf8\x71\x9c\xff\x8d\x0e\xe2\x8f\xe0\x09\x8c\xab\xef\x87\xf8\x69\xf3\x36\x9c\x87\xd9\xa7\x43\xe3\x98\x8a\x6b\x5e\x5e\x93\x5e\x43\x23\x05\x65\x5e\xd9\xb3\xe2\xbd\xe2\xc9\xef\x7c\x8b\xbe\xe3\x3b\xfd\x13\x12\xbc\xf2\x97\xa8\x4d\x9f\xc2\x95\x7d\xa8\xab\xc7\x5f\x5b\x85\x2e\x7b\x37\xaf\x15\xd7\xe4\x07\xb2\x78\xc5\x6d\x5a\xbc\x14\xf3\xe7\xf7\x1c\xdc\xaa\x2a\xf6\xf7\xbb\xe4\xc1\xb9\x73\x27\xff\xbd\xf7\x39\x77\x0c\xe2\x43\xd6\x8e\x97\x94\xdb\x77\x64\x6c\x3a\xb8\x75\x7b\xb1\xa1\x02\x52\xae\xba\x5d\x70\x97\x45\xe7\xc4\x0b\x01\x18\xd0\xb1\xde\xa5\xfb\x00\x60\x73\xfc\x7e\xdc\xc9\x57\x00\xbe\xd2\xcc\x89\xe7\xf6\x00\xc4\xb0\x30\xa2\xcf\x49\x01\xa4\x45\x30\x6b\x5c\xa6\x07\x28\xbe\xcb\x36\x7f\xe7\x1d\x40\x55\xe2\xa3\x8f\xf7\xe5\x00\x1a\x52\x38\x77\xb8\xcc\x80\xd0\x6a\xcb\x33\x20\xfc\x9e\xba\xd6\x7d\x54\xa8\x42\x5d\x9d\x62\xfb\x1e\x2d\x41\x63\x35\x4a\x9c\xea\x3d\x24\x17\x1c\xb4\x86\x75\xeb\x28\x52\xc7\xe7\x99\x6c\x4f\x37\x5f\x32\xbe\xd4\xb4\x7f\x85\xa3\xea\xb5\x43\xf6\x40\xf6\xd4\x62\xf1\xa1\x20\xc9\xe9\xea\xbe\xb9\x8c\xdf\xcb\x7e\x6c\x7e\x1d\x52\x8c\x79\xdb\x20\xb1\xd6\xd7\x3a\x13\x1e\xdb\xf5\xf9\x3b\xb2\x84\x31\x62\x62\x58\xea\x1b\x4d\x66\x75\x98\xda\x97\x8b\xa3\xa7\xe2\x49\x21\xd8\x19\xae\xfe\x7b\xd1\x91\x41\xc7\xbf\xef\x74\x56\x86\x6f\xf8\xe3\x97\x0c\xdf\xb2\x87\x70\x07\xf0\xad\xcc\xbd\x9e\x0d\x7c\xe2\xf7\x65\x3d\xb9\x4a\xc2\x37\x30\x60\x68\xd3\xec\xa5\xb8\xb7\xb7\x5f\xc3\xb6\x55\xd1\x1d\x0f\xb5\x80\xac\x9d\xce\xbc\x22\xb7\x8a\x00\x55\xc4\x68\xd6\x80\x0b\x7d\x00\x1f\x8a\x2f\xf5\xae\x33\xb7\xdf\x02\xfa\x7c\x62\x9c\x63\xaf\xaf\x2d\x86\x39\x26\x0b\xc0\x84\x96\x99\xee\xa4\x24\x80\xb3\x3e\x53\xcf\x69\x7a\x80\x40\xd9\xfb\xcf\xce\x78\x03\xc4\xaf\x31\xf2\x9f\x63\x07\xc8\x99\x64\x0a\xba\xac\x0d\xf0\xea\xc9\x83\xf3\x37\xee\x02\xbc\xf6\x66\x0b\xbe\xf7\x16\xa0\xdd\xfa\x59\x05\x87\x29\x6c\xf6\xf9\x72\x87\x8b\xcc\x01\xfd\x47\x55\x7e\x1f\x65\x4e\x4a\xe3\x04\x5e\x78\xc3\xac\x87\xc4\x3f\xde\x25\xa5\xe1\xff\x3b\xee\xc2\xa7\x9b\x8a\x36\x59\xdc\x3b\x2f\x46\x4a\x35\xc9\xaf\xbb\x97\x07\x47\xd6\x8d\x95\x06\x0a\xbf\xb8\xf5\x52\xdc\xef\x7e\x3f\xd8\x51\x57\x36\x9a\x47\x42\xba\xb6\x1d\x29\xa1\x2d\x62\x41\x96\x16\xcf\xe6\xeb\xb5\x78\x2e\xb7\xa5\x63\x32\xe9\x07\x63\xa6\xe2\xe3\x9f\xa4\x04\x4e\x98\x8e\x4e\x47\x08\x24\xa6\xcf\x64\xf7\xf9\x07\x47\x26\x30\x2d\x9c\xe9\x94\xf6\x17\x8a\x95\x5a\x4e\x69\x4c\xf5\x41\x46\xe1\xd7\x1e\xd4\x56\x7a\x9f\x8c\x9c\x58\xdf\xae\xe4\xf7\xbc\x1b\xf1\x63\x33\xb9\xac\xdc\x2d\x3a\xe2\xe6\x76\x78\x61\xa5\xb3\x42\x64\x05\xe2\x54\xae\x81\xe3\x5c\x84\x2f\x52\x28\x83\xe8\x60\x1e\x1e\x88\xd2\x48\x29\xb0\xeb\x0b\x33\x44\xfb\xc6\x57\xda\xa1\x82\x2f\x63\xd8\x62\xdc\x01\xcc\x59\xee\xf7\x9e\x58\x05\x70\xa3\x61\xe8\xa2\xdb\x0b\x10\x7a\xff\xae\xfe\x49\x0b\x80\x94\xe0\xdb\xfd\x27\x09\x00\x45\xf7\x6e\xe7\x9f\x4a\x03\xa8\x71\x63\xa8\xbc\xd4\x07\xd0\x5a\xc2\xfc\xee\xd6\x10\xc0\xfb\x59\xb6\x3e\xa6\x1c\x80\xb1\x2b\x1c\x1a\xfc\xfa\x90\x3f\xa3\xca\x2d\x29\x7d\x80\x2a\xb8\xf0\x50\x20\x5b\xff\x33\x69\x75\xdd\x5d\xf4\xb2\x87\x36\xce\x7e\x4b\x54\xaa\x2b\x0d\x83\xa8\x5a\xcb\x54\xb4\xaa\xb9\xbd\x72\x79\xfa\xa3\xde\x8b\x0f\xe5\x93\x59\x1f\x3e\x39\xe7\xcf\x76\x75\xbc\x2b\x5b\xcc\x9b\x43\xda\x56\x1f\xad\x39\x5f\xae\xb6\xed\x9a\x78\xf0\x5d\x6d\x47\xcf\x8f\xa1\xf0\xf8\xc6\x13\xc3\xda\x93\x19\x41\x32\x65\x4a\x93\xf2\xc3\xc7\xfd\xda\x0a\xfb\x66\x8b\xdf\xbf\xf2\x46\xe7\x70\xfc\x08\x6b\x73\xf7\xa8\xcb\xf6\x5c\xb6\x68\xac\x77\x67\x48\xc7\xac\x7e\xab\xe3\x73\x69\x4c\x15\xdd\x88\x2e\xd7\x73\xbe\x95\xbc\xba\x75\xae\x04\xe7\x98\x1d\x8f\xde\x91\x7e\x4e\xb2\x77\x8d\xdf\x40\x14\x64\x3f\xb3\xbb\x18\x9b\x88\xa2\x4d\x7d\x6b\xa3\x14\xb3\x88\x66\x4b\x58\xb6\x76\x8e\x16\xc0\xfc\x11\x7b\xd5\x32\x21\xa6\x14\x53\x14\x75\x11\xc0\xbc\x8b\xe1\xfa\x31\x2a\x80\x47\xc2\x2d\x47\xda\x7d\x00\x91\x7e\x37\x4f\xd3\xce\x02\x64\xe2\x6e\x5d\x3e\x31\x0a\xf0\xea\xd1\x1e\xa0\xa1\x01\x68\xcc\xbc\xdd\x70\xa6\x06\xa0\x8b\x81\x91\xeb\x6a\x0d\xc0\x28\x0f\xb3\xc2\x1d\x41\x80\x19\xc1\x27\xd6\xcf\xb8\x00\xb5\x2e\xc5\x31\x22\x5a\x45\xad\x44\xef\xe3\x1d\xd7\x7a\x46\x66\xc0\x57\x0b\x1f\x72\x4d\xc0\x3d\x46\xd2\x48\x89\x65\xec\x41\x7c\x5b\xfb\xa4\xf8\xb8\x3a\x76\x55\x6f\xd6\x57\x67\xb4\x8f\x76\xea\xd6\xe0\x8c\xe3\xcd\x99\xfd\x5d\xd8\xca\xeb\x99\xc7\x76\x1a\xb3\xe3\x5a\x9f\x35\xdd\x58\x55\x0d\xbb\x3e\x70\xb2\xb7\x65\x76\xc4\xa7\xed\xe3\x8d\x8f\x7c\x5f\x75\xdd\xed\x3b\x2a\x26\xf1\x83\x6f\xdd\x12\xeb\x84\xe7\x86\xbb\xfd\x9c\xd3\x2b\xde\x2f\xea\xb6\x78\x39\xa9\x95\xc8\xae\x14\xbe\x6e\x71\x50\x2f\xb4\x5e\x77\xaf\x44\xd8\xc5\xe4\x7f\xdc\x94\x2a\xc3\xdb\xba\xe5\xb8\x6c\x6b\x14\x7e\xb4\x89\xcd\x20\xed\x6c\xe7\x46\x5a\x33\xa6\x3f\x46\x0a\x66\x14\x59\xa2\xd2\xef\x23\x29\xa9\x9d\x16\x23\x29\x2d\xe8\xc7\x09\xcf\x2d\x9e\x24\x5d\xc6\x5c\x8d\xf1\x33\xeb\x4a\x8c\xc5\xa0\x23\x2c\x00\xac\xf7\xdf\x76\x39\xba\x0f\xc0\x27\xfe\x96\x2f\x6d\x02\x40\x6c\xde\x75\x0c\x2d\x27\x40\xde\xc9\xbd\x02\x7f\xc6\x5f\x63\x79\xf5\x3d\x6d\x29\x40\x27\x3d\xcd\x9b\x3f\x9f\x3f\x9d\xdd\xe3\xf7\x27\xa7\xee\x30\xe0\xae\x79\x00\x2c\xf7\xb3\xbe\x62\xbe\x0e\x40\x4a\x7b\x6a\xc8\x77\x87\xba\x48\x76\xe4\x59\x54\xcf\xf8\x2b\x0f\x93\xc8\x19\x49\x9b\x14\x8b\x5f\x79\x58\x72\x98\xe9\xd7\xb3\xed\x17\x1a\xbd\xfe\x49\xd2\xbe\xf6\xcb\xad\x92\xad\xfe\xd5\x98\x0f\xf3\xc2\x51\x0c\x7d\x16\xdd\x3b\xf3\x1b\xde\x62\x63\x6a\x1f\x2d\xbe\xde\x75\x2e\xfe\x92\x3e\x8e\x1b\x93\xb0\xf3\x1b\x25\x4c\x5f\xe8\x57\xb1\xb3\x7b\x67\xf9\x3d\xbf\x83\x6c\x23\xd1\xc2\xb4\x54\xdc\xe4\x68\x6d\x52\xaf\xb1\xba\x59\x2b\x6b\x95\x5f\xe9\xbd\xa1\x56\xce\x67\x25\x53\x1a\xb5\xa5\x5a\x5c\x6c\x69\xfb\xa2\x72\xbb\xa3\xe0\x99\xf9\x7c\x41\x10\x22\x37\xab\xcd\xc2\x24\x27\x16\x19\x9b\x2e\x6f\x6a\x99\xab\x87\x3e\x93\x30\x6b\x2a\x9e\x6d\x81\x4e\x8f\xcb\x37\xde\xc8\x3c\x88\x19\x8a\x58\x35\xde\x4c\x23\x62\xd9\xc3\xe6\x01\x1c\x62\x6e\x2a\x1e\xb9\x00\x10\x90\xbb\x97\xf3\xcf\xf8\xe2\xff\x63\x8c\x00\xbc\x48\xde\x65\xe3\xf3\x5d\xf6\xdd\xde\xcd\xc3\xa4\x14\x4d\xd0\x9f\x5c\xa3\xec\xfe\x1d\xd7\xc3\x40\x7b\x69\x14\x80\x5a\xff\x54\x87\x77\x88\xba\x45\xf6\xe3\xe9\x53\xbf\x4c\x9a\xc1\x8b\x0b\xc7\x78\x3c\xc4\xbe\x40\xf2\x4b\x31\xa7\xff\xb1\xd0\xb4\x0e\x2a\x8f\x2b\x79\x86\x93\x17\x55\x0c\xcf\xb4\x0d\xbc\x56\x9d\xc5\x39\xa0\xfa\xf7\xa5\x51\xbf\xb8\x84\xbb\x7f\xca\x0e\xd1\xfe\x74\xfc\x0d\xe2\xcb\x84\xf3\x85\x2f\xe4\xcf\xba\xa3\x1f\x6d\x5c\xa7\xcb\xbf\x29\x0d\xf8\x99\xd9\x7f\x3f\x32\x8b\xec\xf6\x37\x4d\xfd\xca\xb0\x50\xde\xa6\x6c\xd6\xd8\x9f\xb7\xfc\xf4\x4d\xbb\x59\x44\xbb\xd1\x5a\x60\xb5\xbd\x59\x79\xa3\xc2\x86\xf7\x2b\x0f\x13\x44\x2d\xed\x76\x58\x81\xb7\x49\x59\x95\xdc\x8e\x43\x9e\x9f\x49\xf0\xcb\x41\x44\x45\xd6\x63\xe3\xde\x62\x2d\xd4\xe3\x14\x35\xa3\xad\xa2\x6a\xf4\xa9\x84\x52\xa3\x9b\xf9\x15\x18\xfa\xe8\x41\x23\xda\x3c\x05\x4c\x45\xa4\x9a\xa1\x71\xd6\x53\x6c\x7f\x70\x35\x80\x33\xc7\x8d\xa3\x87\x2d\x00\x42\x08\xbb\x79\x48\x37\xa0\xd1\xfc\x93\xaf\xea\x76\xe3\x7c\x6b\xbd\xcb\x8f\x25\xbb\x9c\x8b\xa6\x69\xf9\x93\x98\x1f\xbb\xcf\x00\x77\xe2\x4e\xb3\xfc\x95\x87\x06\x32\x1b\xaf\x8d\xd6\x01\xec\x18\x5e\x49\xe4\xaa\x87\xf4\x0f\x53\x74\xb8\xf4\xa7\x38\xe7\x91\x6b\xdb\x55\x6a\x5a\x45\xa7\xda\xe4\xd6\xb4\x8d\x4c\xeb\x75\x5f\x06\x2c\x26\x3a\x5c\x68\x4f\x8c\x1b\x98\xfb\x12\xf4\xb5\x4f\xcf\xcf\x6b\x46\xf4\x15\xfb\xc0\x3b\x9b\xa9\x69\xe3\x6f\x7f\x0c\xac\x99\x9d\xf8\xae\x38\xc7\xd5\xfd\xbb\xd1\xd1\x45\xd9\x05\xc3\x36\x63\xfd\xe0\x05\xe2\x92\x56\x63\x98\xa1\xd0\xf8\xde\xd5\xc3\x75\x8c\x86\xcc\x7d\xe3\x1b\xa2\xaf\x34\x0d\x6f\x77\xbe\xd9\x7a\xfa\x82\x6c\xe0\xd1\xf2\x65\x9b\xf8\xdc\xdf\x60\xbd\xe1\x06\x42\x36\xfb\x8c\xfe\x62\xed\x0a\xb2\x25\xb5\xd6\x40\xbe\x42\x00\xd5\x94\x38\xa2\xcf\x5c\x6e\x89\x4e\x88\x3b\xa3\xef\x5b\x6a\x81\x79\x14\x2d\xa6\x67\xf4\xe2\x0f\xac\x55\x28\x9f\x9e\x69\xc1\x32\x76\x30\x58\x16\xc0\xb5\x65\x2f\xf7\x9f\xf1\x44\x6c\xee\xc6\x95\x2b\x4b\xf3\xc7\x9f\xac\xfe\x59\x07\x5d\x2c\xbb\xfc\xdc\xbb\xcb\x95\xd0\x5f\xf1\xff\x5b\x1e\xf0\xaa\xa4\x61\xbe\x78\xdd\x95\x65\x1a\x82\x99\xc8\xb2\x93\xc0\x78\x24\xc6\x54\xce\x22\xda\xe0\x5d\x3f\x52\x41\xbd\x2e\x4b\xb8\xf6\xf0\xa6\x89\x31\xb5\xbc\x27\x8f\x7f\xfd\x8a\xfd\xa9\xba\xb4\xc8\x37\x4b\xf1\xfe\x07\xdb\x84\xbc\x23\x7e\x38\xe7\xab\x77\x6e\x5b\xde\xff\xae\xfb\xb9\xae\x5b\xc0\x68\xef\xa2\xea\x82\x75\x9b\xa2\x1e\xff\x0a\xd3\x92\x55\x23\xbb\xf6\x9d\xb5\xd8\x95\x9d\x5a\x53\xad\xc8\x25\xa5\xb5\xb2\x4a\x49\xdd\xa7\x9f\x8b\x37\xf8\x5e\x0e\xea\xec\x0c\xee\xd9\xda\x2e\x7c\xac\x6b\xd3\xe5\xb2\x93\x9d\x83\xd4\x59\x6c\xff\x88\xf8\x9c\x91\xa5\x17\xd2\x28\x8f\x34\x4f\x6b\xd7\xb1\x7f\xfd\x11\x2d\x10\xff\x87\xce\xf1\x5a\x4d\x0c\x7d\xf4\x6f\x3a\x05\x15\x33\x98\xea\x88\x2c\xed\xeb\x2f\xcd\x71\x27\x02\x9d\xb5\x49\x25\x4d\xb8\xcb\x81\x6a\x00\xbb\xef\x80\x02\x88\x7b\xbf\xcb\x22\xa1\xff\x3e\x0f\x1f\x2c\x76\x39\xb3\xb3\x4b\xcc\x1c\x8d\xf6\xff\xe4\x21\xf0\xf4\x25\xd2\x0e\x35\xe6\xe9\x17\xfe\xee\x95\x19\xb2\x29\x5f\xbc\xe6\x95\x49\x67\xc2\xa2\x98\x8c\x7d\x7d\xaf\x11\xce\x5a\x7e\x4f\xa0\xd5\xeb\x2d\x74\x82\xe6\xc5\x44\xc7\xe2\xcb\x08\x79\x93\xdf\x9e\x27\xa4\x1e\xd9\xfe\xc3\xce\xb7\xf4\x6b\x70\xdc\xba\xa6\xaf\x42\x5d\xa0\xeb\xe2\x1a\x5d\x0e\xa9\x41\xc4\xa2\x71\xc5\xb2\xeb\x6b\xd3\x5e\x5d\xe1\x95\xad\x65\xf6\x06\x27\xad\xd5\xb5\xd6\xd5\x1b\x35\x1b\x1a\x86\x1b\xb5\xeb\x0f\xcb\xc3\xd4\x0a\xb7\x8e\x6d\x14\x94\xda\x6b\x3c\x59\x38\xbe\x59\xfb\x62\x49\x23\x66\xc2\x69\x87\x36\x77\x4e\xf3\xce\x50\x23\xc2\x37\xf3\x8e\x66\x61\xdf\x25\xa4\x62\x1a\x97\x66\x5f\x97\x10\xea\x59\xd2\x88\xe6\xbd\x56\x61\x74\x5f\x0c\x93\xe6\xcd\xc6\x02\x4c\x51\x84\xa0\x46\xda\xeb\x6b\xd8\xc8\xe0\x2e\x8d\xb4\x9a\x3c\xdc\xe5\x80\x21\x4d\x93\xca\xab\x38\xf1\x80\x7d\x00\x81\xc3\xbb\xf1\xec\xfe\x62\x07\xe0\x95\xeb\x2e\x3b\xb4\x77\xf9\x29\xfe\xff\x57\x07\x7f\x92\x7a\x1f\x80\x89\xfe\xc6\xa1\xcd\x76\x6a\x0f\xfb\x1c\x4f\xd4\x34\x81\x6c\xce\xbf\xaa\xd9\xfe\xc1\x8e\xc4\x2f\x66\x6b\xba\xf1\xb6\x96\x70\x5a\x5e\xc1\xbd\xff\x15\x13\x36\x4e\xb3\x3f\xe2\x6e\x0e\x03\x0a\x69\x8c\x4e\xf5\x88\x59\x43\xb8\xdb\x91\x9f\x0f\xfa\x87\x6f\xe7\x7a\xf4\x94\x68\x3b\xa7\x6e\x29\xa4\x90\x5e\x5d\x31\x4f\xd9\xdc\xf7\xc6\xa7\x02\xa1\xa3\xb7\xa1\x30\x1d\x54\x29\xaa\x46\xdc\x1c\xd8\xd0\x2a\xe3\x57\x15\xdc\xbe\xb1\xd9\x53\x44\x54\x39\xb2\x43\xb7\xd5\x9d\xdf\xae\x5c\xb8\xfd\x76\x9b\xfb\x39\xbb\xea\xe1\xef\x26\x3b\xe5\xd9\x7b\x55\x1e\x4f\xd6\x22\xbf\x24\x1f\x55\x59\x1e\x3d\x8d\x5a\x89\xdf\xa7\x2a\x3f\x90\x82\xce\x88\x61\x52\x25\x77\x4f\x60\x34\x22\x69\xd4\x24\xda\x63\xb0\xc7\x42\x1b\xd5\xee\xb7\xa8\x62\x8b\x82\x06\x54\x87\xdf\x7c\xc6\x05\xfb\x9d\x57\x21\xbc\x9e\xc2\xb3\x79\x5d\x02\xd8\x5d\x66\x00\x90\x2b\xb3\xcb\x1a\xd4\x2e\xfb\x9f\xec\x72\xfa\x67\x9e\x70\x74\xff\x15\x7f\xca\x2e\x77\x1e\x03\x30\xf1\xdd\x3a\x3f\x1b\x4b\x1d\x7c\xaa\xc9\x23\xf5\x51\x92\x22\xc0\xcf\xaf\x18\xd0\xde\x47\xea\x16\x0f\x31\x3a\x5f\x1d\x4b\x3c\xa0\x90\xef\xd8\x5d\x78\x1e\xcf\xa2\x59\xee\xff\x30\xa9\x19\x2b\x62\x72\x38\xea\x7d\x68\x04\xba\xd9\x56\x24\xe9\xa5\x97\x0a\xd2\xdb\xd3\x32\x47\xc0\xe1\x0c\x62\x39\xc1\x34\x8f\xdf\xcc\x09\x71\xe8\x55\x5e\x7e\x91\xee\xcd\xed\x91\x81\x9a\x22\x37\x15\xf4\x76\xd3\x86\x74\xe1\x69\x25\x1b\x84\xd2\xce\xb9\x1c\x26\x45\x73\xe4\xe5\x9d\xcd\xcc\xcb\x0a\x9f\x91\xd1\x08\xc3\x74\x65\x05\x0e\x84\x12\x92\x3e\xc5\x44\x61\x64\xd9\x13\x25\x96\xa0\xab\xd8\x33\x7d\x1d\xcd\x1d\x33\xa0\x24\xf2\xc9\x12\x23\x1e\xa1\xa7\xb4\x35\x34\x85\x69\x09\x73\x55\xac\xff\x10\x83\x45\x06\x3c\x54\xba\xde\x9d\x8c\x8b\xf2\xbd\xa2\xc4\xd1\x3e\x82\xbf\xe9\x39\xa9\xd8\xd6\x9a\x8e\x2f\x72\xeb\xf8\xfb\x3c\xfc\xba\x1f\x7e\xf5\xc5\xb1\xee\x5d\xae\xd2\xfe\x5b\x1d\xa0\xaf\x02\x5c\xcc\xfa\x43\x6c\x41\x11\x80\xc9\xff\xf6\xb3\x4f\x55\xd4\xa9\xa7\x1b\xdc\x25\x5d\x38\x4a\x27\xff\x13\x99\x07\xf5\x53\x64\x1b\x89\x47\x3a\x0e\xc5\x63\xa4\xe3\x8a\x47\xad\xee\x66\xf4\x12\x92\xb5\x4e\xb8\x99\xc7\x1e\xc2\x5b\x1a\xed\xf5\xab\x09\x14\xc1\x96\x5a\x17\x44\xb2\xb9\x3e\xc6\xa4\xb9\x17\xc5\xf5\xd8\xf4\xa3\xc7\x62\xe8\x93\x04\x4d\xd4\xd0\xbc\x85\xaf\x52\x38\x75\x36\x90\xeb\x6d\xa5\x19\xe5\x2a\xf5\xc8\xd2\x19\xeb\x8c\x43\xf2\xd3\x28\x09\x24\x63\x0a\x97\xbc\x28\xaa\x09\x99\x9f\x24\x2d\xcb\x8a\x11\x42\x0b\x46\x9f\x96\xfd\x8c\x1e\x40\xbd\x8b\xd5\x95\xfd\x03\x7d\x1f\x1d\x19\x39\x2e\x3b\xbb\x76\x06\xf3\x28\x5c\x59\x2e\x62\x4e\x04\x7b\x30\xb8\x43\x2e\xe7\xeb\x1e\xec\x96\xbf\xbe\x9c\xdb\x98\x35\xae\xde\xfb\xa9\x1c\x66\x10\x87\xbf\xe8\xc9\x20\x67\xd0\x77\x0c\x8f\x74\x39\x20\xa7\xda\xc3\x4f\x10\x76\xa4\x02\xa4\x9b\xec\xc6\x57\xbd\xbd\xcb\xde\xc0\x5d\xee\xbe\x59\x0f\x80\xb8\xf9\xcf\xf8\xb1\x2c\xbb\x9c\x3f\xb2\xcb\x89\x44\x20\x3c\xb8\x45\x7f\xfd\xfd\x02\xb0\x3d\xdd\xfb\x54\xb7\xe9\x04\x05\x2f\xe0\x20\x75\xab\x62\x0f\x39\x56\x12\xa7\xfd\x22\x87\x42\xfa\xac\x98\x65\xdc\x9b\x50\x45\xc4\x69\x6a\xda\x5c\x09\x95\x20\x44\x1b\x95\xba\xeb\xf8\x3c\xc5\xbf\xb1\xd4\xf4\xbd\xe3\x38\x8e\x7b\xe7\x62\x1f\xcc\x60\xb5\x82\xe3\x0a\xbd\x19\x46\x6f\x34\x83\x75\xce\xee\x8c\x1c\xd2\x61\xc4\xde\xae\x7e\x1e\x95\xa9\x9a\x85\x99\xed\xcd\x8e\xea\x56\x38\x80\x91\x5e\x98\x8c\xde\x91\x95\xc6\x3c\x40\x33\x45\x7b\x48\xcb\x63\xd3\x30\x2f\x43\xe8\xa5\x36\xb0\x53\x18\x54\x50\x99\xe4\x18\x2e\x1d\xdb\xec\x67\x21\x75\x04\xcb\x83\xad\xf6\x6b\x96\x6a\x5b\x9f\xc4\xb1\xfb\xb8\x4a\x2d\x2f\xe4\xe2\x10\x1e\xe5\xd2\xec\x53\xb1\x78\x37\xd7\x09\x69\xa9\x89\x51\xfc\x0f\x67\x7d\xe9\xb4\x51\x75\x82\x98\xe3\x45\xa9\xae\xa1\x3d\xc4\xc3\xd6\x93\x7f\xf7\xc5\xff\xad\x83\x2d\x96\x7f\xc6\x4f\xb1\xd9\xe5\x0f\xe3\x5d\x7e\xc9\x05\xb8\x98\x72\xf0\x4e\x67\x34\x00\x8d\x16\x0d\xcd\x5b\x27\x08\x78\xd2\xc4\x56\x5d\x45\x4f\x55\x12\xa8\x13\x6d\x2e\xd8\xa6\x18\x48\xda\x2b\x9f\x4a\xae\x27\x47\x2b\x71\xe8\x3e\x88\xe2\x27\x7d\xd5\x58\x36\x89\xf4\x6f\x21\x59\xe9\x73\x58\xb4\xb8\x90\x89\x57\x2d\x8f\x3a\xdb\xd8\x0c\x11\xde\x3a\x6b\xb8\x69\x9b\xff\xc0\xe3\x83\xae\x7b\xe7\x1a\xe4\xe1\xbf\x24\x97\xfa\xd0\x69\x9b\xe3\x55\x5e\x94\xfb\x55\xab\x58\xe3\x8a\x3a\x14\x02\xdd\x15\xee\xe2\x1e\x8c\x17\x07\x2d\x48\x6f\xe0\xf4\xd6\x4e\x06\x78\x49\x8e\xe3\xd2\xb0\x4d\x7e\x76\x92\x8e\xb8\x2f\x58\xaa\xcf\x8e\x84\x1a\x3e\x0a\xf7\xd6\x23\x52\x9c\x97\xf0\x04\xef\xe0\x72\x45\x4c\x85\xd0\x42\xd8\xe3\x60\x29\x71\x64\xa7\x00\x1f\xea\x72\x49\x3c\x65\xa5\x90\xa0\x6f\xb7\x2c\xf1\xdb\xf7\x25\x42\x92\xed\x37\xf1\xd3\x53\xe5\x44\x67\xf3\x72\xf1\x94\x09\x41\x62\xae\x59\x13\x40\xe5\xa9\x9f\x75\xf0\x33\xfe\xef\x65\xff\x76\x0e\xd6\xd0\x3f\xe3\x9f\xdd\x65\x4f\xc9\x2e\xdb\x8e\x02\x30\x07\xdd\x52\xa8\xc1\x41\x34\xfb\x27\xb6\x6b\xc5\x55\xd4\x08\x41\x0f\xe1\x53\x99\xcf\xa8\xc7\x25\xac\xa4\x46\xa2\xbf\x53\x7c\x15\xe2\x94\xc6\x82\x96\xc9\x89\x1a\x64\xdd\x34\x4f\x7f\xd2\xa6\x01\x93\xc9\x63\x07\x35\x52\x8d\x69\xa3\x99\x8a\x65\x16\xe9\x9a\xc3\x41\x6b\x37\x53\x61\x62\xb0\x6f\x84\x43\x80\xfe\x38\x61\x3d\x4e\xc1\x65\x40\xeb\x2a\x21\xf9\x79\x82\x5b\x8e\x0a\x96\xa0\x5d\xd3\xe0\x2e\x2f\xef\x45\xd0\xef\x11\x73\x3b\x2c\xa3\x81\xcf\xfb\xf6\xca\xb3\x55\xf2\x26\x7e\x66\x63\xd2\xfd\xac\xd8\x77\x82\x35\xfe\xa5\xd3\x8b\x5f\x71\x8b\x56\x11\x2f\x10\x0c\x6d\xbb\x45\x35\x88\xe2\x84\x24\x1b\x73\x91\x63\x44\x36\xa2\x82\x19\x51\xe4\x0a\x6e\x2f\xd1\xdc\xcc\x4d\xc4\x7d\xfb\x10\x31\xd1\x34\x53\x44\x76\x29\x80\x74\xcc\x88\x51\xc4\xf9\xfb\x1f\xa4\x67\x86\x87\xfe\xae\x83\xcf\x51\x3f\xef\x45\xed\x7f\xc6\x8f\x70\xda\xe5\xf4\xf5\x5d\xf6\xff\xec\x8f\x8d\x9d\xbb\xac\x23\x00\x30\x9f\xbb\x71\xa2\xc4\x02\xbe\x3c\xfe\xca\x18\x9f\xad\x07\x4f\xf9\x2c\x9f\xad\xc6\x4f\x53\xdb\xc4\xec\x05\x56\xc2\x2e\x53\x8f\xc9\x4b\x48\x97\xfb\x3e\xa5\xfc\xae\x29\xa5\xb1\xe0\xca\x44\x0e\xd5\x8f\xd4\x13\xb4\x8e\x22\x0b\x9b\xbe\x32\xe8\x33\xcb\x21\xad\xdb\x9b\x9a\x18\x1a\x47\x90\x72\x3d\xac\xcc\x79\x74\xb7\x48\x6c\x11\x1f\xac\xc6\x34\x70\x44\x74\x7a\x84\x8d\xbd\x32\x9a\xb8\x56\xa2\x62\x73\x59\x7e\x95\x98\xdc\x78\xde\x76\x5a\x26\x88\x78\x7c\x80\xdf\xe1\x8d\x44\x3b\x51\xef\x1b\xca\x56\x55\xf4\x1b\x31\x66\x4b\xc6\x6a\x4e\x94\x96\x68\x4f\x68\xb7\x66\x15\xf6\x23\x71\x12\x53\x4c\x16\x84\x66\x49\xa1\xc4\x65\x23\x2d\x21\x35\x52\x37\x89\xde\x80\x5f\xd0\x97\x7c\x8b\x14\xad\xb3\x24\x80\x21\xcc\x93\xc6\xb5\x42\x04\x91\x68\x77\x52\xa8\xae\x9d\xa0\xf9\xba\x23\x79\xaf\x66\x10\xc0\xc0\xcf\x7b\x71\xe9\xbf\xfa\x00\xe1\xe7\x2f\x79\xe7\x3f\xee\x72\x78\x6d\x97\x2d\xc3\xbb\xac\xe7\x06\xb8\xd6\x7f\xfc\x60\xce\x2a\x00\x8d\x2e\x0d\x4d\x1e\x17\x20\x1e\x7f\xb8\x77\x3d\xd9\x0d\x1c\xf9\x7e\x7b\x9c\x17\x59\x0a\x97\x44\x0f\x72\x75\xf9\x0d\x52\xe3\xe5\x84\x44\x0c\xdc\xa4\x28\x2d\x1a\xf7\x14\xc4\xec\x18\x29\x2e\xba\x43\xca\x8d\x66\xc3\x64\x8c\x49\xaa\xa6\xa5\xc9\x04\x39\xc1\xa6\x54\x77\xd6\x60\x90\xec\xe6\x76\x55\xff\xa4\xce\x2d\xb2\x7e\x60\xb2\x3e\x41\x83\x91\xf4\x29\x91\xdf\x04\xa7\xbc\x4a\x7a\x9d\xa7\x6a\x1a\x23\xef\x47\x6a\xa8\xe0\x32\xf9\x24\x9d\x43\x12\xeb\xbc\x6e\x1e\x21\xf1\x99\x14\xfa\xc1\xd7\xa4\x57\xec\x3e\x49\x6e\x86\xde\x34\x4a\xd8\x99\x54\xb2\xf5\xd8\xb0\x45\x68\x80\x94\x48\x34\x31\xc4\x09\x66\x93\xcf\x92\xfc\x74\xb5\x05\x62\xc9\x21\x24\xac\x26\xbf\xc0\x09\x72\x03\x99\x51\x5d\x87\x7f\x9d\xdc\x43\xe6\x50\x1b\xe0\xdb\xa4\xdc\x24\xe7\x28\x1f\xe7\xd3\x24\x5a\x90\x27\x14\xbe\x03\x4c\x05\xfc\xdb\x39\x58\xb6\xdf\xe5\xc8\xe6\x2e\x3b\x7c\x77\x59\x73\x6d\x97\xf9\x3f\xfb\x65\x6e\x10\x00\x83\xf1\x79\xa7\x94\x70\x80\x87\x2d\x37\x3d\xa2\xf5\xa1\x8a\xf7\x00\x4b\x58\x90\x2a\x68\x88\xbc\x7e\xfa\xcc\x7d\x19\xce\x49\xb7\x73\xdb\x3b\xb4\x52\xf5\x54\xbf\x8b\x1b\x5b\x99\x50\xe9\xb5\xca\xa4\x3c\x4d\xb4\x28\x21\x46\x3a\x4a\xaf\x8c\xb4\x28\x22\x96\x49\xaa\x24\x3d\x76\x0a\xbd\xf3\x90\x7a\x8e\x66\x37\xe5\x91\xaf\x88\xfa\x35\xb5\x6c\x72\x55\x74\x91\x4e\xaa\xd2\x3d\xf2\x9b\x74\x07\xed\x25\xb9\x42\x72\xf4\x8b\x00\xdd\xd3\xd2\x29\x64\xeb\x9a\x1d\xdd\x7a\x89\x7d\x64\xcf\xf6\x2a\x1d\x35\xb1\x64\xf2\xc5\xa1\x63\xfa\xa2\x22\xa7\xc8\x77\xa6\x7e\xe8\xed\x17\x44\x91\x25\x36\x4f\x69\xa3\x7e\xc5\xcf\x1f\x44\xde\x20\x1b\xaa\x8a\xf2\x49\x51\x34\xc8\x5f\x15\xda\x78\x27\x28\xfe\x94\x7d\xf2\xa7\x78\xda\x28\x5f\x29\xfa\xd2\x4c\xdc\x31\x54\x56\x4a\x9b\xf8\x71\x80\xed\x81\x7f\xc6\xbf\xf1\xec\xe7\x3d\x90\xb0\xcb\xee\x9f\x1b\xcd\xeb\x43\x76\xf9\x82\x6b\x97\xa9\x3f\xfb\x45\x5a\x3a\x00\x93\xe5\xc5\x85\x58\x71\x80\x27\x62\xb7\x3e\x84\x98\xc2\x22\xb7\x06\xa3\x80\xf7\x43\x28\x12\xc2\xb1\xae\x38\x77\xc1\x7d\x19\x77\x4e\xbc\x35\x3f\x75\x56\x39\x96\x5f\xca\xec\x04\x35\x45\x63\x53\x78\xd1\xa0\x81\xaa\xa4\x4b\x15\xcf\xd1\x7b\x4e\x3d\x63\x6a\x2e\x6d\xaf\xf5\x8e\x7a\xd2\x76\x53\x9a\xac\x31\x42\x29\xf0\x54\x54\x9c\x53\x9e\xa1\xcc\x06\x16\xc9\x4d\x2a\x7c\xa7\xd8\x25\xbc\x51\x26\xca\xfd\x41\x51\xcd\xaa\x54\x79\x27\xfd\x96\xf2\xe8\x85\xbe\xea\x8e\x78\x1c\xe5\x59\x7d\xb4\xca\x8a\x08\x81\xf2\xb4\x83\x43\x45\x45\xd8\x92\x8c\x1f\xbe\xaa\x66\x28\xc8\x46\x39\xf3\xad\x51\xc5\x93\x5f\x95\xc2\xbd\xda\xac\x24\xca\xf7\x86\xc2\x89\x9b\x54\x3a\xc5\xdb\x42\x89\x20\x27\xca\xd5\xf3\x84\x50\xd6\x28\x8e\x52\xa6\xdc\x75\xd4\x3b\x94\x5a\xf1\x24\xae\x61\xaa\x11\x05\x23\x92\x08\xc0\x7e\x80\x77\xfc\xd8\x87\x7f\x78\x10\x17\x05\xee\x9d\x77\x01\x50\xb4\x15\xfe\x7c\x4d\x09\x40\xfb\xb8\xf8\xdd\xbb\x53\x00\xfa\x9d\x32\xf9\x2c\xd5\x00\x26\xfb\xe4\x87\xd9\xfd\x01\x6f\xde\xac\xda\x2b\xf8\x00\x8a\xcc\xc6\xb4\xaa\x24\x1a\xa9\xd3\x26\x3c\xc6\x5d\xea\x67\xa8\x97\x4c\xd3\xad\x97\x8c\xcf\x52\xac\x8d\x39\x3d\xa2\x6c\x0c\xc9\xfd\x06\x59\x21\xce\xce\x55\x24\xd0\xcd\x4e\x7a\xec\xad\x4d\x92\xd4\xbe\x9a\xbb\x14\x28\x4c\xda\xaf\x3e\x59\x36\x1e\x7c\x9d\x18\xa9\x1a\x59\x7f\x36\xcc\x91\x80\x54\x3e\xd1\xf1\x20\x8a\x87\xe0\xa2\xa0\x37\xf4\x7b\xcc\x32\x1e\x25\xab\x35\xfd\x26\x5e\x1f\x7f\x4a\xea\xe5\x4e\x72\x72\x2a\xe1\x9a\xc4\x22\x2a\x34\xf6\x12\xa1\x4b\x1c\x89\xb6\x8b\x98\xfe\xe5\x7f\x90\x4e\x89\xce\x63\xe5\xfd\xb9\x76\x8c\xc5\x3d\xb0\x52\x01\x4c\x4b\xbd\x12\x81\xd8\x11\x3f\xda\x6f\x23\x92\x68\x9c\xba\xf7\xd4\xe7\x6b\x52\xfb\xf0\x67\xdd\x07\x86\xae\xca\xb8\xe1\xba\xbc\xec\x7b\xff\x90\xc9\xc4\x47\xbb\xe2\xba\x8e\xc8\x44\x12\x2e\x38\xc5\xb4\xc6\xc8\x59\xe3\x77\x5c\xae\x00\xb0\x7b\x70\xb2\xd1\x92\x00\xf8\x7b\xb9\xdf\x9e\x7a\x00\x20\x3e\xc8\x1b\x77\x76\x14\x40\x45\x4f\xe8\xfc\x55\x34\x80\xce\x71\x71\x46\x7a\x4d\x00\xe3\x04\xe9\x58\xd6\x60\x00\xb3\x26\xb9\x3c\xf6\x14\x00\xcb\xf7\x2a\x57\x04\x68\x21\xce\xfa\x8c\xe6\x07\xa9\x45\x6a\x9b\xa5\x8d\x11\x8b\x66\x10\xf5\xb8\x79\x85\x85\x98\xb1\x09\x85\xd5\xd4\xd0\x4d\xda\x0e\x4d\xf6\x32\xba\x1e\x5c\xe0\xd6\x48\xb2\x35\x78\x1e\x7f\x27\x40\x9a\xf8\x49\x67\x25\xc7\x23\x84\x4c\x7c\xa0\x65\x50\x6a\x14\xe9\x4d\x68\x57\xd7\xad\xeb\x8c\xb9\x42\x60\x53\xb9\xd1\x69\x10\xcf\x82\x17\x52\x74\x1a\x51\x4e\xa1\xff\xcb\x87\x49\x96\xbe\x88\x50\x4a\x53\xfb\xcb\x87\xb9\xfe\x9f\x7c\x9c\x27\x4c\x88\x8f\xa3\xa3\x22\x34\x50\x49\xe2\x8b\x18\xd7\x10\x99\x55\x2e\xc9\x04\x4c\x56\x88\xe1\xf4\x84\xf4\x4d\xec\xb3\xa0\x63\x13\x1e\x32\x47\xb1\x19\x01\x3e\xbf\x3c\x98\x5e\x4f\x39\x47\x9c\xa7\x4f\xe6\xbb\x72\xf9\xc3\xb8\x1f\x5e\xde\xad\x4f\x15\xb4\xf0\x07\xbd\xf6\x34\x26\xc8\xa7\x10\x4e\x39\x87\xfe\x9d\x07\xc1\x48\x6e\xc1\x53\x46\x00\x32\x9c\x7c\x84\x0b\x4a\x00\xea\x1d\x02\xdc\x57\x93\x01\x0c\xe8\x44\x7c\xef\x2a\x03\x58\xdc\x96\x7c\xce\x9a\x06\x60\x25\x2d\x17\xf2\xac\x15\xc0\x36\x44\xf9\xb8\xe0\x1d\xf0\xb4\x5b\xd7\xa4\x95\x41\x52\xfb\x6c\xb9\x0c\x4e\x69\xb2\x53\xca\x2d\x23\x2c\xf7\x5b\x58\x91\x67\x2d\x78\x9d\x15\x9d\x44\xc9\x34\xa6\x95\xfe\xaf\xbc\xf9\x48\x37\x0d\x71\x71\xc7\x83\xde\x11\x19\xf4\x4f\x66\x3f\x89\x44\x13\x8a\xb5\xfd\x4b\x13\x63\x1f\xe0\xbb\x34\x05\xeb\x70\x49\x5e\x78\x63\xd5\xf4\x4e\x9e\x94\x9b\xbf\x7c\x18\xec\xbc\xdc\xd2\x02\x7f\xd6\x97\x5f\x3e\x0c\xee\xa3\x54\x1f\xa2\x38\xf5\x18\x3e\x44\xb2\x07\x59\x96\xf0\xfd\x97\x0f\xb3\x99\x2c\xb9\x84\x4e\x89\xbc\xb8\x50\x28\x55\x8d\xc9\x0e\x19\xfe\x4a\x92\x79\x87\xa9\x08\x7d\x36\xf2\x42\xee\x04\xf6\x49\xf0\xc9\xfe\x0f\x72\x44\xec\x87\x00\xf3\x1e\x46\xb9\x4d\x5c\xa2\x0f\x57\xeb\x19\xa5\xdf\x71\x8c\xfe\xec\x6f\xca\x14\xf5\xf1\xba\x1e\x62\xf5\xf7\x15\xed\xf1\x53\xae\xca\x00\x9c\xe9\x1c\x83\xc7\xc7\x01\x84\x1b\xb8\x16\x4e\xf5\x00\xc8\x75\xf1\x60\xcf\xe7\x03\xe8\x9c\xe5\xef\xb8\x36\x00\x60\x92\x2d\x72\xeb\xde\x7e\x00\x8b\x06\x71\x35\xe6\x4d\x00\x5b\x75\xa9\x0f\x4f\xd8\x00\x1c\xc7\x14\x3a\x04\x1c\x21\xc0\x25\x54\xcd\x56\x66\x9a\x3a\xe8\x30\xa3\x27\xae\xc9\x47\xe9\xb6\x4d\x34\x73\x35\x8f\x25\x1b\xdb\x64\xdb\x25\xbb\x7d\x21\xe9\x5b\xa8\xf9\x19\x04\x14\x11\xef\x9a\x7e\x8f\x7e\x16\xf5\x8c\xf0\xd4\xb0\x27\x73\x27\xc1\x00\xef\xa4\xe7\x55\xc2\x99\x32\x88\x5b\xd4\x7a\x5f\xcf\x96\x9e\x84\xfb\x43\x5d\xf6\xdd\x52\x76\x01\xd6\x40\x99\xf7\x53\x4b\xde\x05\xcc\x6b\xb9\x8f\xab\xe9\xf9\xbc\x7f\xf9\x1f\x27\xa4\xc7\x76\xd2\x33\xef\xe0\xda\xa4\xe6\x10\x71\xa9\xd6\x68\x36\x29\x39\xe4\x4e\xc2\xf1\xc5\x76\x99\x9b\xe8\xbd\x31\x36\x53\x7e\x72\x81\xa8\x91\xb8\xbd\xa3\x77\x14\x52\xd0\x72\x31\x41\x1f\x86\x15\xd9\x30\x77\x23\xd0\xdd\x1d\x0a\x5b\x58\xd7\xa0\xf4\xd6\x08\x65\x71\xac\x56\x70\xd5\x9b\x14\xe5\x15\xdc\xd9\x80\xa3\x75\x5e\x2a\x34\xb8\x36\x1f\xaf\xca\x4b\xaa\xfb\xf0\xb7\xbc\x2c\x00\x9e\x2d\x3d\x5b\x3e\xb6\x01\x20\x59\xcc\xd1\x71\xfa\x28\x80\xaa\x38\x97\xd0\xf9\x0c\x00\xfd\x26\xbe\x82\xeb\x97\x00\x4c\xae\xf1\x8f\xde\x3a\x0a\x60\x2b\x22\xe6\xc9\xc2\x0a\xe0\x72\x48\x62\x8b\xdd\x04\xc0\xfd\xb0\x1c\x1d\x7f\x0a\x14\x79\x34\x29\x4b\x48\x29\x50\x3f\xb8\x61\xb5\x73\x34\x5b\x29\x59\x8e\x2c\xa6\xa1\x96\x9d\xe4\xdb\x76\x68\xdb\x53\x9e\x5c\xc4\x01\xeb\x73\x3e\x6a\xa1\x22\x84\x5a\x73\xa5\xa8\xe0\x58\x4d\x7c\xa9\xb1\x45\xc6\x4c\xf2\x37\x9c\xbf\x81\x4c\x09\x7d\xd6\x5d\x6c\xa1\xce\x42\x3d\x7f\xde\x23\x0c\x46\xa3\xa8\xab\x2b\x7f\x15\x73\x48\x79\xfd\x4b\xf2\x0b\x26\xb4\xae\xfc\x9b\xf5\xed\x92\x63\xff\x3f\x1f\x66\x83\x5b\x76\x2f\x62\x20\x55\x63\x5a\x57\x81\x0f\x79\x21\x95\x73\xbc\x4a\x61\x12\xa5\x9a\x90\x33\xc8\xa5\xd8\x8f\xb6\x8f\x11\xe9\x21\x28\x2b\xa1\x4b\xa2\x6b\x5b\xbb\x95\xd7\x31\xdb\xa1\x9b\x0d\x64\xd5\x24\xac\x60\x48\x59\x9d\xa8\xda\x3c\x96\x27\x74\x5f\x25\x9d\xba\x30\x6e\x7f\x20\x6d\x89\x94\xfa\x12\x6e\xcb\x87\x1e\x80\x53\xea\xa9\xef\xb1\xc8\xbf\x3d\x08\xd5\x3c\x8e\xb4\x73\x06\xff\xf0\x20\xbe\xf2\xc1\x6d\x0f\x00\x87\x45\x11\xcf\x07\xba\x00\x6e\xaf\xc4\xef\x3d\xe1\x01\xf0\x93\x92\xe1\x17\xd4\x85\x08\x7f\x13\xc5\x51\x99\x71\x6a\xb3\x8f\xb4\x66\xaf\xf6\x3e\x4a\x88\xfb\x65\xe3\x0b\xd6\x67\xc8\x0c\x8e\xef\xad\x23\x3d\x1f\x13\x55\x6d\xfb\x3c\x63\x23\x8a\xf1\x3d\x56\x43\xe1\xaf\x93\x15\x70\x38\xd3\xc1\xb4\xfc\x74\x2c\xf6\xb3\x61\x75\xf1\xab\xdc\x17\x98\xd7\x7a\x6d\x75\xdc\x85\x75\xe8\x78\xcd\xc9\xf7\xb4\xa5\x7b\x50\xed\x2a\x19\xdf\x4a\x5e\x5a\xfc\xe5\x3d\x38\xca\x5b\x6c\x2c\x14\x97\xff\xca\x07\x82\x57\x36\x69\x9b\x90\x3d\xb1\xb0\x5f\xe1\xe6\xce\x78\x66\xf3\x17\x71\x45\x40\x74\xa6\xe1\x86\x86\x54\x2e\x23\x45\x53\xa3\xbb\x0e\xaa\x25\x22\x49\xc9\x7a\x6d\x35\x6a\x73\xa8\x81\x84\xdb\x6f\x24\xd5\x05\x31\xac\x51\x57\xab\x3b\x34\x34\x30\xab\x61\x9b\xaf\x70\x9a\xb2\x58\xb5\x90\xcd\xd2\xbd\x9a\x36\x38\xda\x40\xc1\xe7\x3f\xb4\xb9\x71\x01\xfe\x47\x01\xf8\xd1\xec\xee\xc7\xa3\x00\x64\xb4\x1f\x4f\x9d\x0c\x05\xd0\xb8\xc8\x2e\x71\x26\xf4\xff\xfa\x20\x6e\x67\x85\xce\x33\xd7\x00\xf8\x64\x8b\xb6\xb2\x6b\x03\xf8\xd3\x4a\x9f\xe2\xef\x86\x94\xe0\x41\xf9\xb7\x32\xa7\xa8\xe5\x81\xfb\x35\x18\xb4\x71\x94\x5c\x1f\x49\x03\x0e\xab\xab\xa4\x7e\xd7\x18\x2b\x8c\xcf\x30\x21\xcf\x69\xca\xd9\x3d\xd6\x17\xef\x69\x93\x1f\xca\x9d\x7a\x1c\xfb\xda\xa2\x2e\xd5\x3f\x2f\x17\x13\x60\x7a\xba\x70\xfe\x05\x1d\xda\xdb\x20\xa3\x4e\xb0\xec\x28\x92\xaa\x3d\xfc\xde\xa6\x92\x0b\x91\xa7\x9a\x34\x97\x59\x7b\xe4\x2f\x1f\xe6\x7f\xf2\xb1\x7a\x5b\x91\x67\xeb\xb7\x42\xf4\xb7\x61\xa5\x98\x1d\xd5\x9c\x03\xc3\x85\xaa\x73\x3b\x71\x39\x07\x7a\x97\xd5\xcf\x20\xd4\x32\x93\xda\x59\x35\xac\x91\xd1\xa9\xc6\x8d\x96\x9a\x62\xa8\xec\x44\xf5\x9a\x28\x4d\x0a\xba\x33\x26\xae\xfc\x93\xb6\x04\xe6\x8f\xe8\x98\x22\x56\xdd\x2b\x98\x85\xf0\xce\x82\x47\x3a\x6f\xb0\xc1\x21\x91\xd9\x46\x7a\x97\x71\x34\x41\xac\x00\xc2\x89\x8f\xdf\x1c\x37\x02\x50\xd8\xc3\x2e\x70\x4a\x07\x40\x57\x99\x3d\xfd\xdc\x23\x00\xf3\x0a\x4e\xdb\x2b\xe3\x00\x4e\x56\x5c\xef\x6f\xfd\x0e\xe0\x2d\xc0\xff\x9a\x69\x18\x20\xb0\x41\xf8\xf2\x63\x24\x40\xc8\x9c\xe4\x82\xa0\x15\xc4\x85\xd7\xc8\x45\xc9\xe4\x53\x9f\x87\x47\xa8\xce\xe8\x7c\xa1\xc4\x86\xbc\xd0\x99\xb0\xa6\x25\x05\xfb\x35\x9b\x2b\xfa\x9b\x11\xae\xb8\x70\x38\xcb\x27\x8c\xe0\x1e\x3b\x76\x05\x88\xe7\x5c\xc6\x20\x6d\x72\xe2\x11\x85\x5a\xe8\x13\xe6\x0d\x85\x67\x5f\x3d\x42\x2e\x1b\xef\xaf\x5d\xae\x12\xd8\x01\xdd\x53\xfd\xf0\xfa\xe8\xd6\x57\xf5\x80\x05\x54\x73\x26\x82\x41\x19\xb1\xc2\x5d\xc7\x87\xba\xa7\xf8\x60\xfd\xd8\x2b\xe2\xce\x39\x45\xa6\x8d\xfd\x65\x5e\x33\xbd\x2a\x5f\x36\x59\x4a\x98\x47\x63\xd5\xb6\xb7\x7a\x0a\x08\xef\x53\x35\x39\xb6\x57\xf3\xbe\xb4\x36\x68\xdf\xd8\x99\xce\x26\xbd\x7e\xa5\x6b\x8a\xd0\xcd\x8a\xae\xa2\xd5\x0b\x41\x1a\xa4\xef\x7d\x75\x5e\x8f\x17\x95\x91\x44\x5f\xc4\xa5\xcf\x8e\xae\x8a\xcd\xcb\x5d\x35\xa0\xc1\x78\x45\xd1\x66\xa9\x19\x34\x60\x56\x22\x2e\xa4\xa4\x1b\x46\x61\xdf\x06\x13\x01\xc4\x8e\x3d\xf9\xe3\xc4\x2d\x00\x45\xd6\xc7\x5f\xe9\x6a\x00\xf4\x86\x1e\xdd\x3f\x3d\x01\x60\x19\xf1\x84\xed\x82\x29\x80\xab\xda\xb3\xce\xeb\xf9\x00\x7e\x2f\xf9\xa7\x1f\xc4\x03\x84\x7c\x13\x0a\x7a\x92\x09\x10\xb5\x2c\x86\xe7\x7f\x07\xd5\x71\x04\xa9\x31\xa9\x9b\xd4\x8f\xf1\x27\x14\x3f\x69\x1d\xa5\xc4\x46\x89\x6a\x79\x5a\x5f\x20\xf9\x84\xde\x37\x31\xf0\x6f\xc0\x17\x78\x9f\x75\x18\x4f\xc6\x63\xf0\x6e\xcb\xde\x87\x0b\x59\xd0\xcc\xf6\x49\x09\x17\x5e\xfd\x86\x2c\xb0\x7e\xf2\x7c\x7f\x75\xc5\x4e\x8f\xd9\xcd\x5a\xa3\x86\xc8\x6d\x25\x3d\xe5\xc1\x73\xcd\x97\xb6\x4e\x6a\x28\x2c\x4c\xb7\xf4\x6e\xed\xa8\xd3\x2d\x9e\x6d\x96\xf8\xe5\x07\x2d\xb8\xab\x1d\x5a\x33\xa8\x7c\x33\xae\xa1\xf1\x63\x83\xe6\x15\xd3\xfb\x29\x9d\x84\x8d\xaf\x65\x7e\x1d\xc3\x3a\x4e\x5b\xd3\x85\x25\x0d\x8e\x7a\x9f\x77\x8e\x3c\x17\x2a\x9f\x34\x50\x44\x34\x65\x96\x97\x3c\x37\x34\x43\xda\xa6\x33\x17\xda\x18\x8a\xa3\xf2\x93\x4c\xb2\xbf\x1a\xf3\xa0\x6f\x26\x78\x67\xd0\x19\xb3\x63\xce\xc6\xf0\xa6\xe8\x1a\x27\x61\xba\x22\x4f\xc4\x2b\x98\xbc\xc3\x2a\x84\x99\x01\x88\xaf\x3f\x5a\x3f\xbe\x0c\xa0\xf2\xe9\xa1\xe7\xc9\x6d\x00\x23\xfe\x87\xc8\x33\x41\x00\x56\xd4\xc7\x35\x17\xd4\x00\x3c\x03\xd8\x27\xae\x8d\x02\x04\x8b\x73\x5c\xbb\x33\x01\x10\x19\xc1\xdb\xcc\xca\x0f\x10\x1f\x27\xea\xc1\xdf\x00\x1d\x29\x59\x12\x46\x12\x83\xd4\xf5\x14\x76\x79\x39\x0d\x4d\x4a\x48\x62\x8b\x7a\x89\xb5\x17\x29\x23\xd6\xde\x40\xc7\xaf\x0f\x9f\x1f\xd8\x6a\xeb\x9e\x72\x0a\x73\xc2\x33\xde\xf3\x7e\x09\x07\x32\xde\xc5\x35\x5a\xa9\xe6\xd6\x8e\x9e\x03\x5f\xf6\xa5\x46\xae\xad\x73\x96\x1c\x75\xca\x6d\xd2\x1b\xd7\x0d\x0d\x87\xda\xde\x85\x6e\x88\x68\x6d\xcd\x2b\x76\x86\x6d\x3d\xd0\xa0\xff\xb1\xbf\xc5\x65\x25\x4c\xe3\xec\x12\x7b\xa3\xf0\x84\xb9\xb6\xdb\x4a\x76\x5d\xe7\x87\xfd\xba\xf1\x6b\x13\x95\xd3\xbf\x3c\x90\x86\xcf\x86\xef\x36\x23\x4a\x45\xcb\xf5\x8c\x29\xdb\x77\x0b\xdb\x8b\x4f\x98\xc8\xef\xcc\xe4\xde\xcf\xed\x32\xad\x40\x9e\xcd\xd8\xcc\x88\x37\xfb\x88\xfc\x92\x76\x33\x65\xc1\x9c\x06\xd5\x9a\xe4\x1f\x9f\x66\x61\x8a\x56\x4b\x38\x10\x5d\x66\x51\x8a\x79\x12\x73\x25\x62\xc5\x42\x0a\x7b\x2c\x1c\x0b\x20\x45\x79\x14\x75\x42\x0f\x40\xb3\xe5\xe1\x49\xba\xde\x7f\x78\x10\x15\x0f\xdb\x2e\x1c\x02\xf0\x95\x7e\x5c\x76\x35\x18\x20\x9c\xfd\x69\xc0\x1d\x5a\x80\xd8\x61\xde\x91\x87\x22\x00\xa9\xe2\x42\x17\x79\x9c\xe1\x5d\x26\x5e\xec\xad\x44\x15\x75\x3d\xf7\x81\x8c\xba\x06\x3f\x25\x3e\x83\x43\xf5\x0f\xab\x25\x92\x6d\xda\x33\x5d\xd6\x80\xcb\xf8\x4b\x51\x01\x56\x9a\xe9\x0c\x68\x3d\xbf\x34\x77\xe9\x97\xcc\x88\x3d\x9e\xae\x61\x8c\x0d\x56\x5b\xa2\xce\x0e\x59\xde\x6d\x7c\x6b\x09\x76\x2f\xab\x07\xdf\x4f\xac\xb4\x9b\x3c\x19\x61\xe8\x9f\x5d\x9d\xd0\x8b\x9a\x5e\xec\xe5\xd8\xf0\xd2\xca\x99\xcf\xeb\x80\xa9\x3d\x7a\x35\x0b\x2a\x6d\xb9\x1f\x3c\x0c\x96\x97\xb5\xde\xb0\x34\x9f\x30\xf5\x5c\xbd\x50\xb7\x5a\xd7\x6d\x7a\x72\xbd\xab\xc2\xae\x4c\xcb\x42\x6e\xa3\xf9\xd5\xa3\x02\xb0\x58\xd9\x72\x29\x56\xc8\x4d\xb0\x20\x6d\xcf\xe6\xef\xa4\x2c\x58\x0f\xed\xd4\xe4\x99\x24\x95\x58\x25\x20\x59\x33\xb6\x63\xbf\x59\x3f\x41\x3d\x4c\x3d\x10\x7d\xd5\xfa\x34\xfa\x50\x62\x68\xe8\x4b\x1b\x37\x74\x5b\x9c\x4b\xe0\x65\x1b\x3c\xa6\x2c\xea\x2e\x80\xac\xd4\xc3\xbe\x13\x96\x7f\xfb\x51\x66\x52\x6c\x13\x67\x32\x00\x5c\xbd\x1e\x5e\xb8\x50\x02\x10\x78\xf0\xe1\xec\x95\x48\x80\x68\x5e\xf6\xb5\x3b\xa9\x00\x29\x2a\xdc\x0b\x6c\x6b\x00\xd9\x7c\xfc\xef\xb9\x0f\xc2\x48\xa1\x80\xf0\xa2\xb8\x15\x9c\x7c\x31\x28\x79\x52\x35\x93\xd2\x54\x54\xa5\x60\x60\xd1\x4c\x72\xc8\x41\x6b\xf9\xf8\x4f\xe2\x79\x32\x24\x8d\x67\xd3\xf8\xd0\x39\x91\xfa\x8e\xfa\x65\x4f\x36\x3f\x07\x90\x02\x8a\xdb\xc3\xd7\x7a\xbd\x4c\x52\x6b\xde\x77\x2c\x6d\x39\x5f\xab\x2e\x1e\x3e\xb2\x90\x69\xc1\x35\x7e\x79\x6c\x69\xf9\x8c\x51\xfb\xe4\x6f\x83\x9f\xbe\x9f\x33\x4c\x9d\x0e\xe9\x3b\x33\x3c\x6c\x62\x3d\x4f\xe8\x4c\x69\xe9\xb7\xa4\xfd\x91\xd7\xaa\x5f\x3d\x6f\x55\xbb\xfc\xed\xcd\x95\x12\x73\x9b\xb9\xd5\xc2\x3a\xc5\xe7\xb5\x36\x55\x1b\x4a\xe5\x05\x39\xce\x36\xaa\x9b\x5d\xa5\xf9\xc9\xf4\x76\x7d\xdb\x8f\x8a\xdc\xe3\x99\xed\xee\xec\x60\x73\xf3\xc2\x25\x1d\x6f\x22\x12\xb3\x93\xc2\x55\xec\xe3\x90\xa1\xe9\x5b\x41\x6b\x0e\xfb\x51\x89\xc9\xcd\x7e\x0a\x0e\x2c\xe8\x9e\x38\x4f\xaf\x2e\x07\x2d\x4c\x5e\x94\x2d\x80\xec\x0a\xeb\x95\x63\x0b\x00\x7a\xcb\x2c\x23\x74\x62\x7f\x7b\x10\x1e\x9d\xac\xc7\xcf\x3b\x00\x84\xbf\x60\x4b\xbb\x32\x0a\x90\xc0\xf7\x58\xe3\xd6\x4b\x80\xcc\xe5\x67\x6d\xcc\xfc\x00\x85\x2a\x3c\xba\xcf\xea\x01\x53\xb6\x22\x30\x2e\x72\x0f\x2e\x56\xde\x11\x4b\x52\xf9\x46\xc1\x55\xfe\x90\x79\x6a\x6a\x4e\xba\xff\xf2\xb8\x5a\x77\x60\x2b\xde\x28\x7f\xd4\x60\x7f\x2a\x1b\xea\x68\x5a\xbc\x6d\x64\x15\xef\x86\x57\x78\x86\x9f\xe8\xbb\x95\xe5\xd6\x60\xfb\xe8\xd4\xc1\x9d\x85\x3f\xdc\x9d\x6b\x04\xc7\x9d\x67\x25\xec\xf9\x87\x8f\x4c\x3e\xf8\xfe\xcd\xd2\xee\xd3\xb1\xf1\x53\xc3\xe3\xd6\xbe\x93\x6a\x43\xb7\x5b\xb7\x6c\x79\x67\x89\x3d\xfe\xd5\x8c\xf6\xd5\x0b\xc1\xed\x33\x2f\x72\x1c\x6f\x2e\x15\x35\x9f\xce\x9a\x77\xea\x5b\x7d\x52\x5f\x91\xca\xec\xb4\xb9\xae\x59\x15\x1e\x6b\xed\x72\x79\xd3\xfc\xe5\xe9\x08\x6f\x97\xef\x5b\x15\xc5\x06\xe1\x09\xce\x0b\xdb\x55\x85\xf7\x83\xac\x5c\x64\x10\x4c\xb9\x37\x7c\x2b\x5d\x2f\x23\x39\x32\x85\xbc\xc2\xdd\x4e\x23\xcb\xd2\x53\x3c\xd6\x5d\x1c\xd1\xc7\x12\xdf\xb9\xd7\x38\x25\x62\x34\xa3\x7b\x01\x54\xa4\x58\x9f\x9c\x10\x05\x30\xba\xc8\xe2\x4d\xf7\x16\xc0\x46\xe1\x81\xf1\x69\xba\xbf\x3d\x88\xc8\xd3\x6c\xfa\x57\xb6\x01\xd2\x26\xd8\xde\xde\xd8\x01\x28\x98\x7c\x4c\x62\xe8\x00\x78\xf5\x92\x53\x84\xfd\x37\x80\x5a\x24\xef\x17\xc1\x06\xe0\x7c\xed\x20\x4c\x52\xf2\xa2\xe4\xbd\x21\x4b\x1f\xb4\xe4\x21\xbd\x6b\xd8\xaf\xa8\xe8\x23\x8e\xa3\xd4\x3c\xd7\x6a\x4e\xa7\x41\x36\x14\x07\x9b\xeb\x54\x3f\x58\xdf\x4a\x51\xf2\xf0\xeb\xbe\xbb\x70\x2b\x9a\x26\x42\x7b\x3c\xff\x8b\x61\xa8\x46\xc5\xe6\x77\xbb\x2f\x78\xcf\xcd\x9e\x07\xf3\x49\xe3\x53\x2e\x74\x43\x77\xbe\x3d\x6d\xb9\xec\xe6\x3a\x61\x36\x2a\x5a\x96\xe0\x19\x31\x7d\xfa\x83\x41\x9e\x95\xa7\xee\xfc\x46\xd7\xc5\xcc\x38\xf7\xad\x45\xfd\x96\xb5\xd8\x08\xaf\xb9\x95\x0b\x6f\x7c\xa3\xdf\x79\x5a\xad\xfd\x5e\x77\x3e\x6c\xce\x53\x7c\xe3\x52\xc5\xd7\x20\xf0\x54\xde\x4c\x2b\x6b\xf5\xed\xf4\x28\xd8\xd9\x57\xc0\xeb\x33\xec\xce\x81\xe0\xca\x21\x7b\x6d\xb8\x0d\x20\xb9\x33\x79\x3c\x4c\xdd\x2f\xa3\xfc\x53\x6e\xbb\x37\xb9\xf9\xa0\xf7\x27\x6e\xb8\x96\xb9\xf9\x61\x0e\xc6\x2a\x01\xa8\x79\x33\xaf\x1e\x7f\x08\x60\xb2\xf7\x01\x82\xae\xf1\x6f\x0f\x22\x28\x98\x91\xee\x74\x22\x40\xdc\x97\x07\xbf\x5f\x52\x04\xc8\xe2\x65\x61\xbe\x26\x07\xf0\xf2\x00\xdb\xd7\xbb\x25\x00\xd5\x78\xf6\x02\xd6\x8f\x00\x6f\x72\x78\x8a\x05\x48\x90\xd4\x71\x87\xdf\x5d\x1a\xa8\x17\x3a\x71\x62\xad\x46\x9b\x24\xea\x3b\x8c\xec\x21\xcf\x34\x3c\x67\xc7\x79\x55\xc3\x14\x0c\x52\xa9\x51\xc2\xa0\xaa\xe6\xc8\xda\xa1\x8a\x59\x7b\xa9\x5e\xea\xec\x81\x6c\xe6\x90\x81\x6f\xac\xc3\x6c\x49\xe3\xa5\x67\xd6\x84\x3f\x1e\x8e\x2c\x68\xac\x5e\x0d\xe8\xd0\x0f\x5c\xe9\xb3\x9b\x0d\x2f\x26\x85\x4c\x8c\xa9\x4e\x5c\x4d\x1b\x09\xd9\x99\x9c\x19\xaa\x4d\x8a\x0f\xba\x35\x1b\xd2\xcb\x16\xd9\x1b\xf8\xe6\xc7\xf1\xf6\xea\xb0\xce\x00\xe1\x25\x6a\x13\x31\x28\x3e\x20\x74\x95\x52\x27\x12\xe8\xe1\x93\xb2\xc1\x51\x91\xe6\x7f\xc4\xfb\xc0\x96\x71\x89\xb1\x4f\x88\xb7\xc6\xf6\x7c\x41\xb9\x67\x8f\xb7\x37\xc2\x23\xe7\x9c\xfb\x27\x1f\x7a\xa4\x61\x46\x99\x2b\x9f\x4f\x31\xaa\x30\x39\xc6\x39\xda\xe7\x20\xba\x2c\xfe\x80\x93\x84\x17\x0b\xa6\x21\x6a\x3f\x80\x6a\x09\xc3\xfa\x51\x3f\x00\xcb\xfd\x4c\xb7\x4f\x46\x03\xb8\x5d\x61\xb4\xa6\xcb\x02\x88\x48\x65\xd8\x39\x13\x09\x90\xec\xc1\x74\xf4\x02\x1a\xa0\x40\x93\xd9\xf5\x6a\x20\x40\xa5\x34\x53\xce\xb5\x30\x80\x37\x3b\x0f\x47\xee\x27\x03\x74\x06\x72\x68\x70\x25\xc1\xc7\x0f\xa2\x3c\xf7\xc5\x85\xa9\xde\x1f\xe5\x84\x22\x74\xc5\xc8\x5c\x9f\x78\x24\x52\xdc\xc2\xf1\x3c\x23\x7e\x0a\xa1\x29\xb4\x48\xfa\x61\x09\xcd\x63\xd5\xc3\xab\x6f\xde\x8b\x9b\x9a\xf6\x9d\xfd\x66\xdc\x16\xed\x21\x3a\x7b\xee\x97\x07\xd2\xf1\x20\xaf\xe9\x65\xf4\x0e\xe7\x0b\xeb\x94\xc5\x2e\xf9\x85\xf4\x34\xc6\x04\xf2\xe8\xf2\x44\x7d\x4c\x66\xe2\xe6\x64\xff\x50\x4f\x64\x79\xf4\xd8\xec\xfc\xfb\xe2\x40\x4a\xec\x87\x45\xd1\x56\xf1\x40\xde\x88\x9c\xe5\x99\xc6\x83\x7e\x1e\x61\x49\x6b\xe5\x35\x61\x9e\x9d\xe1\x73\x9b\x81\x65\x8b\x9e\x32\xa1\x37\xb7\x1a\x8b\x65\xdd\xcf\x86\xfa\xef\xfc\x56\x70\xdd\xf5\x7a\x88\x1f\x22\x20\x7b\xd5\x69\x28\x84\x09\xb9\x99\x66\xe7\x58\x10\xac\x80\xea\x4d\x9a\x73\xb8\x16\xe4\x89\xee\x8e\xf3\xb5\xeb\x08\x14\xc3\xbc\x8e\xa4\x00\x68\x5a\x30\x5c\x3e\x9a\x09\x60\x73\xe4\x7e\xf4\xc9\x52\x00\xef\x7d\x77\x5d\x8e\x23\x00\xa2\x5f\xdd\x2e\x38\x51\x08\x90\xe5\x73\x7b\x8e\x6e\x1c\xa0\xb4\x9e\xbe\xe1\x1c\x1a\xa0\x7e\x9b\xf1\xde\xe5\x6d\x80\x0e\x60\xdd\x7b\x4f\x00\xe0\x03\x85\x9d\x9f\x9d\x04\x1b\x9f\xa6\xb9\x44\x44\xef\x53\x7b\xa6\x68\xf9\xf3\x34\x76\xc8\x63\x0b\x1c\x22\xbe\x0e\xd7\x09\x8c\x4b\x2d\x52\xf7\x63\x99\x50\xe7\x56\xfd\x14\x34\xcb\xcf\xac\x16\xcc\x7e\xd5\xb1\xef\xf5\x9a\xba\x39\x38\xe5\x78\x7b\xe6\xc0\x2f\x0f\xa4\xec\xe9\x6b\x99\xea\xde\xcd\xa0\x24\xec\xdb\xdf\xdf\x29\x2e\xfc\x88\xf4\x7e\xe5\x3d\xba\x33\xa1\x17\x6a\x9a\xa7\xfb\xad\x76\xd0\x32\x20\x37\xcb\x6f\x5e\xa3\xfb\x82\xd7\x4c\x16\x79\x71\xee\xed\xa2\x67\x62\x9a\xfa\x4a\x6a\x03\x87\x7b\x70\xe2\xf6\xfa\xcb\xca\x11\xd7\xf1\x84\xb1\x4d\xce\x97\x31\xce\x2a\x09\xbe\xdb\xfb\x5f\x30\x3a\xe9\xc6\x1e\xda\xa9\xc8\x6b\xb2\xf7\x8b\xe5\x46\xaa\x67\x24\xd8\x5d\x8d\x39\x86\xb2\x4d\x61\xb3\xb5\x89\xec\x44\xeb\x25\x30\x58\x3f\x8b\x1a\xc3\xf0\xc4\x5c\xb4\x8a\x88\x78\x88\xbd\x1d\xfe\x0a\x40\xdf\xf3\xde\x32\xad\x23\x80\xbd\xc5\xad\xaf\x47\x6f\x00\xf8\xcb\xde\x52\xa2\x7d\x0f\x10\x5b\x7a\x1d\x41\xcb\xfe\x0f\x0f\x22\xee\xd6\xad\x53\x74\x00\x2d\x8f\x6e\x77\x9c\xfd\x0d\xa0\x6f\xe9\xbe\xce\x8d\xb3\x00\x5f\xc6\xd9\xee\x32\x47\x00\xcc\x84\x73\x9c\x10\x7c\x06\xd2\x9b\x3c\xdc\x18\xc5\xf3\x94\x18\x82\xb9\x80\xb9\xf9\x22\x61\x15\x53\x20\x96\x1e\x6e\x86\x2a\xde\xe4\x92\x9b\x2b\xab\x5e\x8b\x9b\x3f\xa5\x7d\xad\xc7\x66\xea\xf6\xe0\xac\xe3\xf5\x99\xdf\x5b\xbc\x6b\x15\x32\x69\xb6\x88\x69\xf7\x3a\x4a\x5a\x3a\x96\xc5\x42\x08\x03\x9f\xfb\xa2\x66\x99\xbd\x07\x7a\x9f\x7d\x92\x19\xf7\xf0\xe8\x79\x53\x3a\xcd\xd2\xbf\xe2\x81\x7e\xc9\xf7\xfd\xca\xbb\x50\x57\xe7\x17\x17\x96\xd6\x9a\x12\x5d\xf4\x9f\xf7\xae\x8a\xd6\xdb\x3b\x7e\xc8\xf9\xb1\xc1\x52\xc1\x62\x2f\x94\x7b\x6c\x13\x51\xca\x62\x57\x9b\xd6\xb1\xc3\x92\xff\xd0\x96\x3b\xfd\xe1\x0e\xe4\xea\xd8\x1c\x4c\x61\x45\x86\xa5\x57\x58\x35\x26\x5d\x42\x0d\x24\x05\x58\xed\x4b\xa0\x43\x97\xc4\x35\x59\x9e\x89\x4b\xc7\x38\x47\x11\xcd\x53\x63\x66\xb0\xa1\xa1\xd1\x00\x86\x17\xef\xbe\x3c\xca\x04\xe0\xf4\xf0\x46\xe8\xe1\x57\x00\xbb\xbb\x4a\x00\x52\x4e\x5c\x2f\xa6\x4d\xfe\x7b\xce\xd5\x10\xba\x67\xf6\x9f\x1e\xc4\x28\xeb\x6d\xd5\xb3\xfc\x00\xf3\x7a\xf7\x17\x6f\x1d\x01\x58\x53\x7b\x2a\xc6\x5b\x00\x40\x3d\xc0\xd1\x2b\x16\x4e\xd1\x23\xaa\x0a\x34\x58\x0e\x10\xfa\x30\x6e\x62\x3d\x11\xc2\xa8\x07\x1b\x99\xf2\x5e\xaf\x12\x96\x6f\x7f\x6f\xd7\x5a\x7b\xf7\xaa\x7f\xe3\x73\x90\xc3\xc7\xf1\xd5\x12\xeb\xc1\x13\x51\x8b\xb3\x31\x11\xf6\xfd\x51\xef\x6f\xcc\x1f\xf6\xfa\x3e\x96\xfd\xb1\xee\xcb\xac\x23\xdb\xa4\xe0\xc4\xe0\xc8\x05\x07\x9e\x01\x91\xe9\xb1\x3e\x4f\xfb\xab\x2d\xf5\x3f\x68\xda\x2a\x6d\xbf\xd6\x2b\x2d\x6f\x36\x60\x6d\x06\x2a\xa5\xd7\x9a\xaa\x43\x6d\x68\x4b\x99\x36\x99\x5f\x5e\xb4\xd1\x28\xf8\xb6\x15\x55\xfc\xc8\xea\x64\xbe\xff\x8e\x47\xde\xaa\x65\x49\x6e\x29\xc2\x3f\x5b\xc1\xbc\x31\x7b\x05\x75\x25\x95\xce\xbc\x39\x23\x0f\xb5\x98\x38\x6f\x7e\x23\x8d\x19\xdd\x13\xb7\xc7\xcc\x30\xf9\x3b\xa6\x38\xf2\x9b\xe9\xde\xa4\x51\x6c\x68\xa8\x21\x80\x49\xcb\xad\x63\x87\xd9\x00\x5c\xdf\xde\x18\x39\x22\x0f\x10\xfe\x73\xfe\x9d\xae\xb3\xeb\x41\xbc\x54\xa2\x91\xfb\xe7\x9c\x67\xf8\xe9\xcf\x79\x97\x3e\xcd\x7f\xde\x5f\x8c\x28\x3b\x74\xf8\x3f\xdf\x6f\xde\x60\xcd\x67\xc4\xc1\x32\xe5\x07\xe7\x13\x09\x16\x0a\x03\xf1\xa8\x20\xbd\xcd\x1e\x02\x0d\xda\x5c\x7c\x3e\xd6\x63\xa9\x78\x2b\x40\x91\xa1\x38\x7d\xc8\x6b\xb9\x4e\x9f\xbf\x69\xbd\x5e\x72\xce\xc0\x71\x6f\x9f\x61\xda\xb5\xc9\xbd\x61\xd2\xa3\xef\x03\x1b\xc6\x4d\x9a\xf3\x27\x2c\x1c\xc7\xbe\xce\x4f\xc8\x8f\x54\xff\xf2\x40\xcc\x33\xbe\x8d\xcd\x7d\xee\x12\xb4\x90\x1a\x38\xb1\xa8\xfc\x36\xd7\x3c\xa8\xf3\xf7\xd5\x87\x75\xe9\xe6\xb3\xcd\x86\x6b\x1b\x55\xa9\x66\x5d\xf5\x79\x9b\x1e\xa5\x7d\xa6\x50\x31\xb9\xbd\x92\x6f\x66\x5a\x54\x16\x82\x10\xca\xfe\x60\x32\x5c\xe2\x8c\x94\x4f\x5f\x34\x99\xcc\x8f\x46\x55\x25\xf9\x19\x17\xe7\x61\xd0\xf5\xb1\x54\xe3\xac\x9c\x48\x0c\x4f\x74\x8c\x11\x7b\x56\x3e\x56\x31\x8c\xc9\xf0\x71\x66\x15\x96\x10\x54\x07\x60\x96\x7f\x68\xcf\x9f\x71\xb8\xf5\xef\xe5\xf8\x93\xbb\x6f\xf4\x05\xc8\xe5\xdb\x65\x2d\xe7\x4f\x0f\xa2\xe6\xff\xe3\x41\x4c\xef\xe1\xdd\xfd\x9e\xf7\x41\xf8\x9d\x6a\x68\xa1\x14\x73\x6e\x48\x91\xc8\x47\x09\xc5\x82\xc3\x76\x84\x95\x5a\xec\x45\xc9\x2b\x61\xe2\x9f\x44\x11\xe3\xca\xb4\xd9\xb7\x5a\x3c\x36\x46\x0c\x5c\x2b\xf0\xa5\x8f\x96\x2b\xec\xa6\xdf\xaa\xc5\x7a\x7c\xd7\x0b\xfc\xda\xb3\xe2\x3b\x32\x9b\x5b\xc6\xd2\x3f\x6a\xdd\x33\xc3\xf4\x6d\xf2\x43\x97\xc9\xbb\x05\x89\x79\xfe\x77\xa2\x06\xf9\x4b\x7a\x3f\x82\x5a\x58\x0d\x8c\xa7\x99\x96\xbd\x1b\x0c\x0d\x26\x3e\x3a\xad\x35\x57\x3d\x34\xe2\xeb\xb9\xb7\x61\xf2\x8a\xc9\xe8\x5e\x1b\xef\x96\xc6\x8b\x16\xc3\xb6\x46\xd1\x9d\x47\x79\x08\xa3\xc7\x35\x2e\x88\xf8\x2c\x35\x23\xe5\x0a\x49\xa4\x67\x1a\x18\x28\xbd\xc2\xa0\xf7\x24\xbc\x32\xd0\x2d\xf9\x8a\x9e\x88\x3d\xa8\xaf\x53\xf4\x03\x83\x0d\xaf\xd0\xd3\x28\x78\x83\x9d\x0a\xa6\xd1\xfd\x9e\x77\x13\x57\xe9\x67\x03\x60\x75\x7c\xef\x7f\xf6\xb7\xfb\x13\x68\x02\xfe\xcd\x0b\x6a\xde\xda\xe5\xe0\xcf\x79\xf0\xbc\xf9\xbf\xcd\xbf\xff\x24\xcb\xf2\x3d\x22\xa1\x80\x62\xcb\x95\x27\x1b\xba\x22\x42\x1c\x11\x7a\x64\xee\x34\x31\x8f\x53\x90\x66\x08\x98\xee\xe4\x47\xe1\xd5\x8e\x25\xbb\x56\xaa\xed\x38\x19\xb6\x14\x8a\x64\x6e\x6e\xe8\xda\x67\x56\xdb\x85\xa1\x56\xaa\x7c\x09\x4d\x1f\x3d\x8d\x97\x78\xf2\x99\xdb\xc2\x2c\x25\x17\x53\x06\x14\xdb\xaa\xf5\x3d\x96\x79\x17\xed\x9a\x65\x75\xad\x56\x3e\x2e\x9f\x6b\x68\xfa\xe5\x81\x68\xe7\xcc\xf6\xac\x2b\x97\x4f\x69\x5b\x8d\x51\xb6\x3c\x8a\x64\x75\x22\xfa\xb9\xb7\x37\x9e\x9f\xfc\xcb\x03\x11\x6c\x33\x42\x26\xa7\xb6\xea\xf8\x35\xde\x46\xb5\x25\x3e\xd0\x59\xab\xcd\x41\xe7\xc6\x46\x69\xb7\x56\x21\x30\x7d\x11\xbf\xeb\x68\xbe\xec\xc4\x9a\x86\x9e\xd2\x89\x2f\xa1\x62\xfb\x82\x6f\x6b\x5f\x2c\xb9\x89\xcb\xf6\x73\x05\x70\x3c\x71\xa9\x61\xff\x27\x80\xf0\x3d\xbb\xf1\x64\x2a\xd0\xfc\x67\xaf\xfb\xaf\x79\x5f\xd7\x9b\x9f\x75\x90\xb7\xcb\x4d\xb3\x7f\x9b\x77\x90\x35\x60\x9d\xd5\xf6\xfe\xad\xb5\x49\x8a\x3b\x37\xbf\x6c\xcc\xd7\x3d\xa4\x66\xa1\x60\x83\xbc\x5e\x1e\xc2\x6f\x32\x0f\xdd\x8d\xeb\x5e\x62\x96\xd4\xc7\xa2\x6f\xe6\x4f\xa2\x92\x8d\xfc\xd3\x26\xe2\xcf\xec\x70\xdb\x37\xbf\x38\x19\xe8\xb8\xb9\xe5\x75\xbb\x3c\xdc\x45\x73\x83\x92\x1e\x52\xb9\x68\x31\xb0\x56\xd9\xc2\x5c\xb7\xad\xa3\xb0\x96\xff\x43\xb0\xd6\x46\x53\x63\x1d\xb5\x66\x5e\x59\xaa\xda\xb1\xd5\xbe\xa9\x53\xcc\xad\xf6\x64\x83\xb4\x29\x57\xec\xaf\xfe\xc7\xf7\x17\x5b\x73\x05\x8f\xd4\xfb\xc7\x5b\x11\x87\xb3\xac\x34\x6e\x7d\x64\x43\xec\xa4\x6b\xa8\x2f\xf7\xb9\xa1\x5c\x12\x03\xd5\x4b\x3a\x73\xd0\xcb\xd1\xba\xea\x7d\xad\x76\x98\xf8\x08\x6d\x8d\xa3\x8d\xa7\xb0\x2a\x21\xaf\x35\x74\xeb\x62\xb1\x6b\x81\xa3\xea\xc2\x35\x6f\x70\x6f\x7d\x99\x35\x84\xcb\x07\xf0\xfb\xbc\xdf\x03\xb8\x56\xef\x71\xf8\xe7\x79\xf8\x35\xf7\x7d\xb3\xb1\xcb\x01\x95\x9f\x75\xf0\x85\x46\xeb\x4f\x52\xfe\xdb\x03\xb8\x08\x70\x6d\xfc\x28\xc3\xc6\x71\x78\xcd\x8a\x61\x7e\x37\xf5\x99\x42\xe5\x8a\x17\x1f\x18\x30\x23\x0b\x08\x1b\xeb\xf8\x37\x2d\x11\x9f\xca\x4a\xda\xbf\x2c\x6b\xc4\x9b\xa8\xb5\xf8\x06\xa6\x7d\xc1\xac\x19\x2d\xc4\xb8\x87\x57\xa1\xa2\xec\xc4\xd2\x47\xbc\x77\x10\x4b\x1e\xda\x79\x3e\x0e\x5f\x10\x47\x13\x07\x0b\x14\x4c\x9b\xb7\xd7\x6a\xe6\x5f\x88\x6a\xaf\x6c\x31\x4c\xb4\x95\x3d\x54\x79\xb7\x1d\xbc\xf5\xa0\xf0\x95\xf2\x93\x9d\xa6\x6d\xe7\x3c\xcb\xff\xf5\x20\x94\xe8\x97\x84\x91\x86\x29\x6c\xca\x42\xdf\xfc\x50\x16\x09\x29\xca\xfd\x63\xbc\x68\xb7\x18\x03\x15\x9a\xc1\x1a\x8c\x40\x04\x5a\xc5\xf6\xfd\x65\xec\xb1\x50\x59\x65\x42\x87\x14\xee\xa1\xbf\x8d\xca\x64\xab\x31\xee\xbe\x7f\xb7\x72\x55\x73\x12\xfe\x96\xd7\x6d\x15\x9e\xfa\x69\x7c\x89\x3b\x07\x40\x80\xd3\x7f\xfb\x30\xe5\x3f\xe7\xfe\x1d\x27\x77\xf9\xc5\x64\xd7\x8f\xdb\xd1\xfb\x37\x0f\x64\xb9\xfd\xe7\xfc\x93\x15\x2a\xd9\xae\x31\x37\x0f\x67\x50\x19\xb8\x6d\xc4\x6e\xb6\xa2\x28\x34\xc2\xed\xaa\x55\x55\x29\x24\x63\xd9\x07\x66\x15\xb9\x15\x84\x5e\xf5\x1c\x97\x96\xb8\x83\x38\x7b\xe3\xf7\x21\x11\x01\xd6\x58\x57\x1b\xcf\x28\x3e\x77\x7e\xf4\x84\x5b\x7b\x92\xaa\x6d\x08\x5a\x3b\xc6\x23\x45\xd9\x74\x1c\x65\x50\xf8\x32\x7d\x5b\x77\x2f\xb2\xb9\x5d\x28\xd3\x4c\xf9\x03\xd2\x66\x21\x3f\xa3\x58\xf1\x00\xd2\x14\xc1\x99\x8e\xfc\xe5\x3f\xc8\xe5\xa2\x9f\xa2\xee\x26\x9c\x96\x6d\x46\xcf\xa2\xbe\xc4\xd2\xc8\xff\xbe\x7e\x18\xcd\x14\x73\x57\x6e\x62\xfe\x37\x4c\x73\xa8\x98\x5c\xcd\xb7\x70\x6c\x6c\xa0\x88\xbc\xcf\x98\x3d\xee\x86\x5f\xb6\x7c\xff\x80\x20\x6e\xc1\xab\x50\xbe\xb3\xb7\x04\xaf\xe6\xf1\x87\xfc\x8b\x2e\x2f\xfc\x82\x4b\x87\x7c\x77\xfb\x6b\x82\xa0\x93\x1d\x40\xf8\xc1\xdd\xf8\xf2\x03\xff\xbb\x0e\x7e\xdd\x0b\xcb\x3c\xff\x76\x0e\xd6\x35\x76\x39\x7b\x01\xe0\x3a\xe1\xe4\xc1\x61\x0c\xb4\xb0\x5d\x65\x52\xeb\x74\xa3\x5a\xf0\x70\x0a\x2b\xd7\xea\x50\xe6\x84\x22\xa5\x27\x0b\xe7\xc8\x22\xb2\x48\x7d\xe6\x94\x33\xa4\xab\xea\x4e\x56\x85\xe1\x85\x84\xe7\x86\x6a\x6e\xad\xde\xd7\xf1\x09\x56\xb2\x7e\xd7\x1d\xbf\xe3\x5c\x5c\x87\x42\x36\xad\x36\xb1\x5f\xc3\xf7\x45\xf0\x1b\x3b\x62\x39\xb3\x5d\xa3\xf7\x68\x7f\xc6\xa4\xd5\x67\xc7\x3e\x50\x95\xc4\xd0\x0f\x1d\x8f\x25\xc9\x1f\x46\xa7\x6c\x9d\x89\xab\xfb\xcb\x7f\xc8\xc0\x1a\x63\x9c\x43\x39\xa5\xaf\x62\x9b\x30\xc3\xc1\x96\xbf\x3c\x08\xa9\xe6\x6d\x43\xec\x8c\xdf\x23\xe9\xe4\x45\x19\x9c\xa6\xcf\x59\x69\xe1\x99\x2d\xfc\x23\x77\x03\xe9\xbc\x89\x6e\xfc\x5b\x17\x07\x19\xb7\xd1\x0d\xfc\x90\x8b\xbc\x0c\xcb\x60\x1d\xc1\xc5\xe1\x9e\x0c\x43\x9f\x05\xe1\xbb\xad\xc1\xdf\x7d\xf1\xe5\xf7\x5d\xbe\x13\xdd\xe5\xd4\xcf\x3e\x48\xb0\xfe\xb7\xf9\xf7\xb7\x9f\x75\x30\xfa\x1a\xe0\x96\xe9\xe9\x99\x2e\x6e\x98\x63\xd5\x67\xb8\x51\x37\x0a\x6c\x9c\x57\x9f\xb1\x94\x5d\xa5\x1e\x12\x39\x29\x25\x94\x69\x48\x06\xb9\xbb\x1a\x74\xd1\x82\x24\x8a\xfa\xb6\x31\x6b\x90\x1e\x49\x5b\xef\x99\x25\x9b\x5b\x29\x81\x6c\x91\xee\x62\x65\xc7\x40\xe8\x70\x48\x76\x63\xb2\x38\x89\x9f\x09\xd2\xf5\x91\x35\x14\xc2\x7b\xa6\xe8\xf9\x99\x6a\x7d\xc6\x73\x97\xa0\xfc\xd9\x54\x4c\x71\x31\x9d\xfb\x03\x31\x0a\xbc\xb8\xdf\x3f\x3b\x05\xbf\x93\x4e\xc7\x9d\xdd\x5a\x0c\x1c\x97\x1c\xc1\x65\x60\xdf\xfa\x19\x49\xde\xc3\x1f\xc0\xb1\x78\x0f\xfc\xaf\xff\x20\xfe\x18\x7d\x13\x3f\xe0\x74\x4d\xbc\x6b\x9d\x96\x70\xd1\xa1\x40\x9c\xf0\xe3\x01\xc1\xdf\x4e\x46\xc2\x69\xfa\x22\x61\xd8\x26\x4e\x3c\x71\x42\x9a\x98\x6b\x56\x2f\x31\x36\x7a\x94\xe8\x6f\xb1\x07\x20\x27\xef\xbf\xeb\x60\x24\xeb\xdf\xfa\x21\x3e\xe9\xbf\xe7\xdf\x43\xe4\x5d\xb6\xfe\x3c\x1f\x6f\x08\x30\xc3\xd6\xcf\x10\xf2\x6a\x0c\x2e\x73\x27\x71\xde\xca\x39\x4d\x2d\x12\xb6\x11\xa2\x49\x7c\x4e\x89\x97\xfb\x4d\xb1\x31\xd4\x92\xdc\xa9\x7e\x50\x3b\xd1\x73\x98\x7c\x5f\x0f\x67\xf8\xc9\xa1\x9b\x94\x62\x8a\x36\x57\xb6\x62\x21\x1d\xb5\x77\xb3\x39\x6b\x5a\x45\x4c\xf4\xe1\x74\x38\xf9\xcb\x7f\xd0\x9c\x20\x5e\xce\xe1\x72\x9a\x55\xd9\x43\xc8\xa9\xed\x71\x75\x95\xdf\x4f\xd0\xef\x65\x74\xdd\x94\x9a\x25\x3c\x9d\x4e\x73\x2d\x91\x48\xc2\x4f\x23\x84\xdc\xbe\x89\xed\x10\x8c\xf1\x05\x4e\x33\x62\xb7\x08\x93\x84\xab\xf6\x39\xff\xc7\x7f\xb8\x86\xef\x24\xaa\x9a\xad\x8b\x74\x20\x4e\x13\x55\xcd\x95\x84\x71\xab\x82\x24\x3a\xc3\x1f\xa2\x56\xf3\x36\xc4\x69\x93\x8b\xa2\xcf\xbf\x35\x90\x2e\x19\x19\x01\x54\xec\xfd\xe9\x81\xd0\xd0\x68\xfc\xc7\x03\xd1\xfe\xb7\x3e\xb0\x94\xb7\xcb\x4f\xcd\x3f\xe7\xdf\x43\x3f\x3d\x08\x61\x80\x3b\xe1\x67\xdf\x94\xef\x00\x96\x0d\x41\x2f\xfa\x9c\x19\x72\x39\x2a\x58\xe5\x92\xb3\xa8\x68\x61\x5d\x5e\xce\xc8\x0c\xaa\xb4\x0c\x9f\xc4\x5d\xff\xe7\x94\x0e\x65\xbc\x3c\xce\x75\x3f\xb9\x5d\x2f\x40\x7b\xf5\x97\xff\x60\x5e\x4d\x42\xda\xee\x37\x39\x65\x1c\x4b\xca\xf3\xd0\x36\x7f\xa6\xd3\x44\x4a\x8f\x38\x65\xae\xa2\x3e\x4f\xd2\x48\x7b\x6f\x49\xa7\x1c\x4d\x3a\x5a\xc2\x61\x85\x93\x27\x12\xc3\x1a\xf5\xec\xf8\xa4\xcb\x88\x96\x03\x8f\x6c\xa9\xe2\x2d\xc4\x98\xd9\x2e\xeb\x06\xd1\x36\x62\xec\xb6\x8a\xd5\xb0\xf0\x17\xd2\x71\xa2\x99\x99\xa8\xb0\x2c\x49\x81\x58\x69\x72\xf5\x97\xff\x20\xb8\x45\x42\x93\x34\xf5\x32\x7f\xf9\x0f\x82\x91\xd8\x19\x52\x81\x8e\xa6\x40\xee\xf6\x24\x99\x49\xbd\x49\x70\x79\x25\x95\xb4\xae\xe5\xf6\xf7\xe7\x83\xbf\x3c\x90\xc0\xff\x9a\x7f\xb3\xfd\xf7\xfc\xbb\x6b\xe6\xa7\xff\x51\xb5\xcb\xc2\x2f\xbb\x2c\x78\x05\xc0\xd2\x78\x23\x36\x95\x0a\xed\x9c\x47\x98\x63\xa3\x62\x40\x50\xf8\xe8\xb3\x89\xe0\x22\xea\x80\x94\x8a\x40\xa4\x87\x16\xf5\x9e\x0a\x87\x54\xb0\xc3\x31\xca\x1b\x6d\x36\x85\x00\x73\x09\x0a\x8b\x11\x51\x6d\xc0\x24\x84\x3c\x64\xd5\xaf\xad\x62\x78\x9a\xac\xed\x96\x67\x40\xff\xcb\x7f\x50\x8f\x25\x33\xc6\x0b\x1a\x0e\x2b\xcd\x90\x0f\xe4\x4e\x19\x25\xca\x7d\x25\xfd\xa8\x50\x37\x66\x96\xfe\x42\xca\x79\xbb\x6c\x32\x29\x71\x81\x54\x35\x30\x66\x2c\x24\x6a\x4f\x0a\x9c\x6d\x32\x6e\x14\xbe\x44\x6a\xdc\xf1\x36\x3c\x26\x54\x4a\xca\x23\xed\x31\x0c\xfe\xcb\x7b\xb8\x49\xae\x22\xdf\x54\xcf\xe7\xcf\x23\x7f\x27\xab\xa9\x56\xff\xf2\x1e\x78\x11\x14\x77\x32\x51\xde\x91\x97\x15\x57\x4b\xe1\x91\xa9\x07\xf8\xf0\xf3\xfc\xff\xb7\x17\xf7\x57\x1f\xf0\xd8\x65\xdf\xe4\xcf\xff\x3f\xf3\x2e\x4b\x5d\x76\x99\xf9\x93\xe9\xc6\x00\x4c\x3f\x2e\xe5\xc6\xe9\x02\xe2\x59\xfa\xbd\x8a\x10\x0c\xc4\x09\xac\x3d\x4c\xf3\xf1\x80\x73\x92\x14\x6e\x1b\x27\x7d\x6a\x8a\xb2\x84\x08\xa3\xd5\x19\xaa\xba\x26\xab\x78\xa9\xf1\x75\x4a\x8f\x21\xb7\xbc\x85\x41\x08\xe5\xb3\x69\xac\xdc\xb4\xee\x69\x4a\xb8\xe3\x13\xe5\x93\x1a\xe3\x14\x2f\xef\x38\xe5\x5e\xd5\x5c\xca\x99\xc8\xe3\x1a\x52\x4a\xe6\xe4\xa5\x14\x79\x2d\x3a\xd9\x58\x32\xa9\x60\x56\x23\x4b\xfa\x38\x39\xa9\xa6\x54\xe7\x9e\x44\x10\x59\xa1\xe3\xa8\x2e\x5a\x14\x43\xbe\x3e\x72\x57\x6f\x4e\x78\x98\x7c\x71\x76\x4d\x4f\xec\xff\xf8\x0f\x74\x94\xd3\xe4\x58\xe5\xdc\x5f\xfe\x03\xcf\x12\x65\x90\xa2\x24\x5d\xcf\x63\x40\xc1\x50\x7c\x24\x97\xb9\x46\xa9\x86\x14\xb4\x48\xe6\xdf\x7e\xe4\xff\x78\x30\x07\x77\x39\xf8\xd3\xff\x78\x5b\xb3\xcb\xf2\xb8\x5d\x66\x67\xed\x32\xce\xf1\x27\x15\x01\x1e\xdc\xbe\xc4\x1e\x36\x09\xc0\x6e\x73\x4b\xca\x27\x09\xe6\xf9\xce\x32\x0e\xb8\x7c\x03\x3b\x09\xa7\x27\xe1\xb6\xbc\x40\xa3\xc8\xc7\x7b\xc6\x34\x93\xda\xa5\x2e\x26\xb0\xfc\xcb\x7f\xd0\x9d\xa2\xca\x19\x1f\x90\xb8\xa8\xf9\x96\xca\x65\xab\x24\x59\xa5\xae\x4a\x41\xbb\x77\xcb\xf6\xff\xf2\x1f\xe4\x3f\x53\xde\xc6\xb5\x2b\xa8\xc8\x3e\xa1\x84\x67\x92\x94\x1c\xa4\x82\x29\x81\x45\x1c\x4a\x1a\xff\xc7\x7f\x50\xa4\xd0\x0e\xbe\x50\xf5\xfe\x3f\xfe\x03\x0b\xc5\x0c\xb7\xa0\xc0\xc2\x2b\x4b\x29\xa7\xb0\xca\x32\xf1\xb0\x51\xf7\x51\xa2\x25\x05\x7f\x79\x0f\x9c\x4f\xa9\xef\xa9\x7a\xfc\x76\xff\x7b\x0e\x16\xfd\x7f\xde\x03\x3f\xeb\xbd\xf5\xa7\x0f\x53\x19\xb3\xcb\x3c\xd9\x5d\x66\xd1\x03\x5c\xe4\xf8\x63\x28\xc4\x76\xf7\x39\x54\x1a\x80\x7e\x86\x6e\xd8\x5f\x0c\x80\x5d\xfc\x7a\x97\x7b\x25\x00\xcf\x27\x7a\x26\x5b\x2c\x7c\x10\x59\x62\xde\x67\x4e\x07\xf2\xf2\xa3\x4f\x87\x8d\x44\xe1\xa4\xaa\x0c\xb7\x99\x8e\x35\xf5\x93\xf6\x29\x7e\x03\xed\x38\x6a\x86\xd1\x69\xe1\x02\x0d\x14\xd5\xcf\xf2\x93\x68\xbc\xf2\x12\x35\xdd\xd9\x4c\x44\x59\xf1\x2b\xd5\xdc\x27\x4a\x5c\x52\x9e\x85\xca\x11\x6e\x28\xf9\x43\x3a\x90\xfa\x20\x69\x52\xea\xbe\x24\x9a\xb2\x9c\xfb\x4a\xf6\xb9\x18\x1f\x95\xf5\x85\x98\xa4\x9e\x08\x3b\x85\x50\xfb\x4a\xba\x49\x88\x85\xf2\xb9\xbd\x41\x66\x5a\xa0\x91\xd2\x38\x20\x24\xfb\x86\xff\x14\xa5\x7c\x52\x46\xb6\x85\xf7\x22\x65\x61\xf9\xb2\x54\x3b\x8f\x34\x85\x80\x3e\x23\x99\xc5\x5d\x4b\xbd\x4b\xa9\x13\x8f\xf9\x2b\x0f\x8f\xa9\xbd\x54\x7d\x7e\x53\x00\x26\x51\x6e\xf2\xa1\x74\x00\x76\x67\x4e\x16\x5a\x3c\x00\xff\x32\xdf\xe1\xd3\x2f\x01\xa4\xc3\x05\xaf\x5e\xec\x04\x50\x39\x24\x42\xb8\xe1\x0a\xa0\x4b\x2b\x51\xcd\x10\x0e\x60\x10\x23\x3b\xcb\xd6\x0a\x60\x52\xa1\x7c\x9c\xab\x0c\xda\xcd\x1e\x69\xa6\x8b\x49\xc3\x33\x93\x0d\x83\x7b\x0a\xdf\xa8\x89\xa6\x07\xcc\x6a\xb4\x31\x14\x82\xb1\xb2\x93\xa0\xa9\x2a\x99\x6c\x98\x13\xa0\xed\x18\x42\xce\xd5\xd5\x8c\xcd\x72\x75\x22\x6d\x69\x39\x65\x75\x79\x8f\x93\x18\x35\x1e\x94\x0c\x05\xfd\x46\xa4\xaa\x20\x6a\x6b\x82\x0f\x10\x69\x94\xbd\xdb\x8c\x23\x77\x08\xf3\xf2\x1f\x06\x0d\xa2\xce\x11\x5e\xcb\x54\x7f\x33\x8d\x0a\xc5\x37\x4a\xa9\x6e\xd1\xc5\xaf\x11\x42\x25\xa4\xd1\x17\xa2\x5c\x09\x68\xf1\x12\x74\x7d\x78\xdc\x2f\x0f\x04\x5f\x22\x8a\xc6\x46\xfa\x31\x6e\x92\xc4\x99\xb0\xb3\xbe\xcc\x3f\xd8\x25\xd2\x70\x97\x7c\x92\xbe\xdd\x92\x3a\x8e\xd3\xf5\x7e\xff\xcb\x7f\x18\xe4\x91\x36\xc6\x7b\xbb\x62\x7a\x2e\xc8\x18\xe0\xd7\x9d\x5f\x76\xa2\x64\xba\x08\x37\x9d\x8c\x5b\x3f\xcb\x32\x10\xdc\x1d\xd4\x00\xee\x93\x38\x53\x0f\x9d\x03\xe0\xf4\xe3\xe5\x3b\x79\x13\x40\x08\xc5\xf3\xfc\x74\x05\x80\x1c\x0b\xdf\xbd\x0b\xba\x00\xea\x7d\xa2\x74\xb7\x1e\x02\xe8\x25\x49\xbc\x65\xd4\x06\x30\x39\x29\xd5\xc9\xf2\x1e\xc0\xac\x4f\xe9\x04\x57\x09\x4c\x5b\xfd\xae\x66\x2d\x72\x0a\x9e\x59\x8a\xe8\x31\x28\xea\x51\x13\x4c\x13\x4c\x0b\xb5\xe7\x29\x19\x66\xbc\x0e\x46\x96\x33\xe4\x66\xe3\x66\xbf\xdf\x5d\x6e\x93\x99\x0c\x78\xa2\x3c\x3d\xdf\x92\x0e\xe8\x1e\xcc\xea\x09\xb6\x23\x56\x69\x7e\x2c\x2e\x0d\x1d\x23\xe0\xd5\x36\xea\x9a\xa2\xb2\x09\x3a\x2a\xa2\xed\x33\x71\x0c\xf8\x0d\x05\xea\xf0\xcd\x04\x59\xfc\x1d\xd9\x98\xf9\xd5\x64\x02\x0e\x25\x95\x8a\x98\x4c\x11\x22\xd0\x48\x9e\x46\xa9\xc5\x6e\x10\x3c\x25\x74\xd1\x07\xa2\xfa\x7f\xed\x45\x41\x59\x8b\xf7\x61\x52\x82\xab\x7e\xed\x43\xf9\xe5\x81\x8c\x4d\xc8\x54\x61\x3b\xfd\x97\x06\x09\x32\xd9\xb8\x7a\xaf\xd1\xf7\x9f\xe4\x9e\xe2\x5e\x7b\x0b\x77\x5a\xc8\xdd\xc7\x87\xba\xfd\xe5\xc1\x34\x2c\xc9\x8f\x11\x1e\x3a\x0d\x03\x3c\xc8\xe0\x34\x3a\xcc\xf5\xb7\x07\x21\x76\x91\xe7\xfa\x19\x69\x00\x85\x2b\x7c\x67\x2e\xe0\x01\x34\x97\x84\x24\x6f\xe8\x02\x18\x7d\x16\x7f\xc4\xd8\x02\x60\xf6\x52\x72\x8b\xf5\x1e\x80\x0d\x8b\x42\x06\xcf\x03\x58\xb4\x0d\x54\x49\x13\x6e\x06\x31\x1b\x67\x9d\x7b\x0a\x69\x54\x7e\x2b\x26\x53\x69\x83\x0d\x8a\xbd\x05\xc1\x26\xde\x3a\x8c\x6c\x6b\x76\xdc\x3b\xd0\x9d\x96\xe4\x62\x24\x1b\x7d\x30\xe0\x14\xd1\x46\xdf\x22\xe3\x4d\xc4\x49\xe2\x55\x2d\xc9\xb2\x43\x91\x1b\xf8\xef\x9a\x0a\x75\x57\x12\x7b\xf0\xf5\xaa\xea\x1d\xe2\x49\x52\x7f\xed\x45\xf1\x95\x0b\x9c\x0f\x4e\x2f\xc5\x0e\xcb\x30\xef\x70\x66\x05\xe0\x6d\x25\x97\x90\x91\x89\x66\xbf\xf6\x80\xe0\x22\x24\xc2\xd1\xac\x51\x0f\xd7\xbf\x4a\x99\xa0\xed\x22\x71\xdf\x13\xa5\x5a\x30\xed\x21\x8c\x9f\xd3\x65\x8f\x62\x69\x83\x83\x87\x85\xe4\x69\x31\xb8\x90\xd8\xde\x2e\x79\x7a\xdc\x7e\x7f\xc1\x77\x3b\xf2\xec\xb8\x4e\x6f\x91\x96\x24\x45\x09\xdc\x0b\x1f\xcb\x86\x29\xc5\x1a\xbc\xaa\x47\x78\x15\x28\xa5\xe0\xd1\x2e\x00\xf0\xe8\xd0\xb3\xd6\x23\x14\x00\xee\x6f\xcf\xbe\x1d\x9f\x07\x90\x34\xe3\x1a\x3d\x63\x0c\xa0\x94\xc5\xb3\x7c\x61\x0a\x40\x4f\x49\x70\xea\x66\x2f\x80\x09\x9f\xa8\x28\x03\x23\x80\xd5\x63\xf1\x1e\x16\x11\x00\xfb\x1f\x72\x52\xdc\xa7\xa1\xcf\x09\xaf\xbc\x24\x36\xf6\xd7\x5e\x10\x79\xbb\x77\x46\xc5\x06\xfa\x94\x3b\xd6\x35\x56\x89\x76\xdd\x64\x5a\x8b\x2d\x0f\x0f\xaf\x58\x62\xa7\xd9\xc9\xf0\x67\xa1\xad\xc4\xc3\x86\xde\x69\xbf\x45\xad\xe2\xd7\x75\xb3\x4a\xe8\x12\x89\xf8\xbb\x5a\xdf\x6b\xe3\xd3\x18\x70\x46\xea\xc7\x3b\xbf\x67\xbe\xc7\xae\x2b\xc1\x28\x3e\xdb\x0b\x7b\x5d\xce\x61\xf5\x56\x9e\xc4\x5f\xde\xc3\x8e\x54\x06\xe2\x73\x8a\x22\xfe\x94\x94\x19\xf2\x40\x72\xe8\xce\x43\x29\x46\xd4\x54\x8c\xec\x82\x81\xac\x14\xca\x21\xfe\xe6\xa4\x84\x6c\x38\xe6\x50\x84\xe5\xe8\x5d\xf9\xa7\x18\x85\xf0\x92\xde\x5c\xc5\x10\x4c\x74\x38\x6b\xc7\x8e\x52\x0b\xf6\x68\xe8\xd9\xb7\x9b\x4a\x76\xb8\x9b\xfe\x9e\x8d\x06\x4a\x68\x9c\x8b\xef\xe7\x1a\x8a\x72\x2f\xfe\xbc\x97\x79\x39\x9d\xaa\x31\x5e\xc2\x33\x0d\xe0\x91\xd4\xd3\xca\x23\xcb\x00\xfc\x1a\xcf\x18\x4f\x68\x01\x48\x79\x70\xb1\x9e\x11\x06\x50\x59\xe4\x2a\x3e\xff\xe1\x1f\xfb\x51\x4a\x84\x38\xe8\x1f\x03\xd8\x9e\x11\x53\x7d\xb0\x02\xe0\x74\x5c\x86\x89\xf3\x3e\x4c\xba\x3a\x2b\x9d\x17\x0d\x06\x5e\x57\x23\x8d\x02\x45\x0a\xf5\xa9\x33\xad\x21\x87\xd1\x6f\xe4\x25\x9b\x75\xeb\x93\x8e\xb1\x24\x7f\xeb\x3c\xb7\xaf\xfe\xba\xc4\x00\x0b\x86\x10\xc6\xf0\x34\x82\x80\x71\x4c\xaa\x73\x02\x0b\xfe\x82\x7e\xff\x8b\xcc\xb4\x39\x1c\xbd\x8e\x6c\x9d\x5b\x76\x3a\xd6\x5f\xfd\x53\xd7\xfb\x3c\x3e\x8c\x81\xf2\xe6\x67\x28\xac\x43\xeb\xca\x87\x6c\xbc\x2f\xf9\x0d\xf3\x4e\x36\x6f\xab\xf5\xf9\xdb\xbf\xf2\x61\x2a\xad\x89\xa0\x4b\x57\x5e\xb9\x2b\x6b\x86\x94\x4f\x4e\x98\x6e\x93\x03\xd4\xcd\x84\x95\xb1\x30\xc5\x04\x14\x57\x22\x47\xbf\x9c\xd2\x36\x9a\x23\xd6\xf3\x5d\xa7\x72\x22\xe6\x5e\xa4\x5f\x5b\xa3\xf2\x28\x66\x38\x2c\xe0\xf5\x59\xd5\x54\x6c\x6e\xd0\xd4\x2f\xff\xa3\xac\x40\x3d\x01\x57\xee\x1b\xfe\x02\xaf\x91\x8f\x1b\xf1\x59\x07\x78\x6a\xfb\x54\x9f\x76\x0c\x40\x20\xf8\xe9\xf6\x89\x20\x00\x59\x1e\xce\x0f\x67\x06\x01\x34\xb6\x9f\xa9\x9f\xd3\xfd\xdb\x83\xb0\x3a\x25\x10\x7f\x57\x03\xc0\x39\x53\xb4\x99\xcd\x0b\xc0\x43\x53\x66\x2f\x0f\x0e\x90\xbe\x7a\xb2\x5b\xc2\x7d\x20\xeb\x73\x5d\x55\x58\xf1\x16\x95\xc7\x43\x46\xaf\xd4\x10\x45\x9e\x70\x44\x58\x74\x3a\xb9\x93\x1e\xd9\x2f\x3b\xd8\x04\x66\x13\x7c\xad\x0d\x82\x56\xe2\x2a\xf0\x42\xe6\xb7\x92\xee\xa4\x49\xe2\x14\x0c\x95\x5f\x98\x66\xb3\x60\xde\xe9\x4e\xbd\xb6\x2b\x34\x40\x6f\x6a\x9d\xe8\x5a\x2e\x8e\x45\x1b\x2a\xcf\x7f\x4b\x2c\x19\xf9\xb5\x17\xe5\xd7\x1e\x90\x5f\x79\x58\xbf\x2c\xbf\x7f\x7b\x33\xc7\x7e\x66\x40\xa1\x19\x21\x97\xc1\x31\xaa\xa3\xbc\x8d\x08\xcf\x78\xd6\xff\x5d\x25\x00\xb9\x9a\xfc\xb4\x2b\x59\x25\x0c\xad\x1c\x6b\xd4\x92\xa2\x96\x84\xf6\x88\x7d\xd0\xc0\xae\x6e\x8a\x51\x8e\xf4\xad\x94\xd6\x94\xc2\xcc\x86\x0b\xbe\xe4\xd1\xc8\xc5\x1d\x0e\x7c\x50\x80\xd2\x36\xc1\x1d\x0a\xcc\xcf\x1d\xd1\x36\xc1\x7d\xf4\x55\xfa\xf3\x96\x63\xdf\x7f\x74\x0d\x40\x30\x8e\x7d\xf0\xc4\xe5\x7f\x78\x10\x9b\xcf\x4e\x9d\xcf\xfa\x3b\x0f\xf6\x6f\xf8\x96\xef\xf6\x02\x78\x88\x8b\x3c\x60\x7b\x0d\xe0\x43\x16\x47\x71\x5e\x01\x82\x9f\xa3\x2c\xbd\xf0\x15\x50\x09\xe8\x52\xe6\x54\x98\xa7\x32\xf8\x49\xeb\xb8\x1b\x0b\x92\x7d\x3d\x08\x66\x15\x6e\xe2\xc4\x1e\x27\x3a\x87\x7d\xa1\x67\xf0\x58\x5b\x6a\x00\x6b\xd2\x39\xdc\x2b\x8b\xc0\xc4\x81\xcc\x42\x8c\xab\x69\x4a\xc1\xa7\x17\xe2\x18\x06\x7d\x54\xad\x48\x31\x33\xca\x4b\x9b\xef\x3d\x73\xb9\x1e\x52\x45\x75\x66\x6a\xb1\xaa\xf1\x97\x07\x82\x76\x93\x37\xda\x58\x2d\xce\x40\x3b\xc8\x7d\xdf\x8c\x2e\x2a\x59\x7c\xa2\xf8\x79\xcb\xbb\xa0\xe1\xcb\x61\xe5\xad\x9d\x23\xb9\x8a\x43\x37\xd4\x78\x76\x8a\xb3\x87\xbb\xb6\xd4\xf2\x90\x8d\x29\x86\xad\x36\xea\x1f\x51\xb6\x89\x23\x0d\x5e\x9a\xe7\xd0\x6c\x71\x33\x55\x4f\x35\x6b\x30\x8e\x91\xea\xa5\x1a\xda\xd9\x98\xb1\xf0\xa9\x22\x59\x1d\x75\xac\x68\x68\x63\x9e\xbb\x2e\x0d\x76\x2b\xc8\x36\x8b\x5e\xd7\x1e\x17\xe3\x7f\x0c\xe0\x99\xe4\x13\x73\xda\xa3\x00\x62\x6d\xec\x2c\x27\xf7\xfc\xed\x41\xe8\xb3\x3d\x76\x3d\x43\x00\xb0\xd6\xe4\xd0\xb9\x42\x06\x70\xe1\xe0\x5a\xb9\xf5\x19\xc0\x77\x58\xc0\x85\xe5\x00\x40\xf0\x17\xe1\xa1\xa7\xcc\x00\xe1\x8e\x92\x1e\x42\x4a\x20\x16\xe1\xac\x30\xa4\x74\x8a\xca\x1f\xdc\xaf\x99\x6f\xc4\x44\x0e\x0a\xd0\x34\xbe\xe0\x26\x40\x94\x72\x13\xb5\x67\x8c\x18\xc5\x73\x39\xac\xf9\x96\xa5\xd9\x62\xe9\x6d\x7d\x63\x39\x0a\xf4\xd1\xe5\xe6\x26\xf9\x71\xa5\x4d\xa8\x30\xc3\xd1\xba\x86\xf2\x69\xc4\xba\xae\xd8\xfb\xcb\xb5\x97\xb6\x03\xd4\x19\xbe\x7f\x6c\x6c\xfc\xdf\xbd\x28\xeb\xd1\x8a\xe3\x1b\xf9\xa5\xbf\x4d\x7e\x50\xfd\x7d\xeb\x71\x91\xf8\xd0\xa6\xba\xc0\x76\xd8\xf3\xaa\x9e\x46\x4d\xbf\xed\xcd\xbc\x89\x66\x56\xed\x14\x84\x77\xe6\x74\xc3\x4b\x6d\x63\x64\x42\xea\x58\x45\xbd\xde\x5e\xd4\xd9\x14\xd6\x52\x65\x7d\x3a\x54\x77\x62\x7c\xc1\x59\xfd\x6d\x74\x6f\xac\x4c\x4e\x87\xc1\x61\x4c\x53\xc4\x6a\xe6\x67\xfd\x72\x6c\x74\x48\x5b\x72\xb7\x21\x2f\xee\x68\x90\x00\x00\xe7\xc7\xc7\x6f\x69\xf9\xff\xde\x8f\xf2\xcb\x83\x30\x66\x61\xf7\x39\xdf\x0d\x60\x25\xc1\x2e\x75\xb1\x08\xc0\xfd\x05\xc7\xf1\x1b\x6d\x00\x01\x78\x3e\x0d\x66\x5b\x80\x70\x2b\x21\x37\xf6\xaf\x00\xd1\x77\x24\xec\x85\xde\x82\x7d\xec\x31\xd9\x5e\xf9\x8b\xd4\x73\x51\x5a\xea\x13\x26\x56\xe4\xb6\x70\x1a\x7d\x7e\x97\x43\xc4\x07\x3e\xfa\x36\x5a\x91\x1f\x70\x72\xae\x73\xee\x6b\xd9\x76\x98\xa3\x0e\x3e\xd1\x67\x4a\x4c\x90\xef\xac\x52\xf3\xf7\x56\x3f\x42\xf8\x9a\xf8\xd4\x9f\xad\xbf\xb5\xed\xab\x7f\xaa\xdf\xb0\xe9\xf5\xd6\x94\x3a\xeb\x0f\x62\x73\xe8\xce\x2d\xd5\xff\x47\xd9\x5f\x46\x55\xb5\xb6\xff\x1f\xa8\xee\xad\x58\x28\xa2\x62\x17\x06\x28\x28\x21\xdd\xdd\xdd\xdd\xdd\xdd\xdd\xdd\x20\xdd\x29\x28\xdd\x08\x8a\x82\xa2\x28\xa2\xa0\x82\x80\xa0\x48\xf7\x4a\x16\x8b\xb5\xae\x33\x9e\x9f\x2c\xdc\xba\x9f\xe7\xfc\xcf\x79\x75\x0d\xc6\xf0\xcd\x7d\x8f\x39\xef\xb9\x9c\xdf\xcf\xfc\x7c\x0d\x66\xfb\x5b\x72\x37\xd6\x55\x27\x17\x54\xeb\x12\xbe\xa9\x69\x3c\x59\xb2\x7e\x74\x76\x30\x46\x67\x7d\x39\xbc\x12\xdb\x3b\xad\xcf\xb3\xf2\xba\xfc\x5d\x57\x9b\xbe\xf5\xda\x70\x61\x41\x13\xca\x88\x75\x9d\xad\xe0\xcd\xa3\x1b\xc6\x5f\x36\xe2\x72\xf4\xcb\xba\x4c\xcc\x11\xa8\x74\xfa\x42\x7d\x93\x49\x14\x45\x72\x75\xce\xb4\x29\x11\x15\x9e\xf8\x32\xa3\xcb\x4c\x1a\xad\x1f\x8b\x49\xc3\x9b\xbe\xc7\xf0\x47\x16\x26\x8e\x99\x05\x63\xf7\x85\x96\x03\x08\x92\xb1\x87\x52\xa4\xfe\x9b\x83\xb0\xbc\xc8\x02\x67\xa2\x00\x5c\x82\xd9\x95\x2f\xf6\x03\xf8\xa1\xb8\x9f\xdf\xa4\x04\x88\x4a\xe6\xdf\x60\x64\x07\x88\x0f\x10\x36\x64\xff\x01\x90\xac\x26\xd9\x2d\x5a\x0d\x1e\xe9\x95\xb2\x5d\x8a\xed\x44\xb9\xb4\x5b\x6a\x46\x26\xd9\xdb\x41\x71\xa1\x86\xac\x9e\x1e\x5b\x67\x23\x3c\xad\xef\xc6\xc6\x63\xea\xbc\x15\x3c\x6d\x0a\xf2\x90\x55\x1e\x26\x11\x0b\xd5\xc7\x37\xf6\x38\xd6\xe4\x65\xb4\x88\xac\x8e\x58\x7d\x6f\x12\xef\xe4\x5a\x9e\x32\x65\x78\xcd\xd7\xfd\x69\xd9\x53\xb7\xe4\x5b\xf6\xb3\x83\x24\x2f\xca\xfc\x29\xad\x92\xd9\xe5\x96\xee\xf7\x15\x06\xcc\xf3\x93\x8d\x0e\x2f\x6e\x1a\xd6\x2d\x39\x57\x07\x75\x36\x19\xb5\xae\x68\x3f\x88\xaf\xff\x68\x1a\xb7\x1a\x51\xe6\xf7\xa8\xc2\xd4\x76\x5d\xa8\xf0\x50\xe9\xb4\xf9\xed\x0d\xb5\xdc\xa8\x02\x71\xf3\x65\x84\x63\x66\x64\x56\xaa\xe5\x05\xa4\xc4\x7d\x8d\xfb\xad\x96\x7d\xc8\xc5\x94\xe7\x49\xc7\xad\x78\xd1\x97\xe3\xdd\xe2\xf5\xad\x9c\xd0\x95\x31\xe3\xd1\xbd\x56\x9e\x18\xff\x88\x66\x00\xa1\x49\xb6\xa3\x14\xf7\x00\xe4\x03\x58\x46\x28\x25\xfe\xcd\x41\xb8\x87\xb0\x79\x5c\xec\x03\x08\xb1\xe7\x3c\x77\xbd\x0c\x20\x66\x9b\x67\x83\xbe\x17\x20\xc5\x5f\x88\x87\x43\x0d\x20\xf3\x88\xf8\x3e\x11\x26\x08\xcc\x39\x26\x73\x56\xf1\x04\x51\x27\x07\xab\xac\x66\xdc\xb5\x6d\x98\xde\xa6\xeb\xe5\x55\x8c\xab\x4f\x74\xb6\x38\x90\x20\x85\x39\x10\xaa\xe3\x6a\x5b\xbc\x81\xf8\xdb\x8f\x3f\xa8\xb5\x91\x62\x15\xe7\x26\x95\xd5\xdf\xa9\xb7\xd4\x6b\x3f\x5c\x5f\xde\x7b\x85\xc4\x81\x90\x3c\x20\x24\x4f\xcc\xa7\x3a\x43\xcb\x99\xd6\x0e\x86\x57\x16\xc6\xf3\xf3\xd7\x9b\x63\xda\x17\xcc\x57\x17\xaa\x1a\x12\xeb\x53\x2d\xac\x96\x05\x1f\xb1\x3f\x54\xb1\xa4\x5c\x99\xa8\x18\x2a\xfd\x6e\xa5\xb7\xb6\xb7\x34\x26\x57\xcd\x5a\x79\xe3\x48\xde\x7a\x3a\xb3\x6d\xfa\x86\x55\xee\x60\xf2\xb6\xad\x17\xe2\x49\x46\x7f\x7c\xbb\xed\x24\xb2\x25\xf5\x7b\x4c\xa9\xad\x1f\xea\x59\xa2\x52\xc4\x7b\xdb\x1f\xe8\xf0\xd8\xa7\xe1\x54\x36\xc5\x98\x98\x88\x44\x00\xf1\x07\xf7\xd6\x28\x8e\x02\xa8\x6a\xdc\xbb\x49\xe9\x05\x60\x2c\xcf\x6c\x76\xea\x20\x80\x3d\x17\x8b\xfc\x59\x1f\x00\xdf\x78\x96\xf2\x8b\xf1\x00\x51\xe7\xd8\x3c\xae\xdd\x00\x48\x5c\xe2\xce\xa5\xaf\x02\xc8\xd4\xe5\xfb\xc0\x4a\x01\x50\x30\x22\xec\x2d\xc8\x01\x4f\x4a\xd5\xc5\xc5\xa4\x17\x89\x89\x65\xac\xf2\x02\x06\x49\xdb\x2e\x45\x06\x9a\xec\x9e\xd5\xb8\xf4\x6c\x56\xe3\xc2\x84\x11\x74\x69\x62\x89\x03\x65\x69\xfd\xfa\xb9\xc0\xcd\x40\xc1\x76\x96\xe5\x43\x3e\x73\x69\x2a\x3d\x6b\xf3\x19\xae\x14\x35\xb1\xfd\xe8\x1f\x01\x96\xef\x3f\xe9\x7f\x70\x22\x79\x51\xbe\x29\x19\x6f\x7e\x4d\x7e\x19\xd6\xaf\x61\x3e\x3e\xad\xf9\x54\xa6\xe3\x8e\x75\xf9\xec\xc9\x8e\xf4\xda\x61\x9b\x8a\x05\x96\xa6\x93\xe5\x5a\x76\xd2\x4b\x46\x35\x84\x7c\x6f\x7b\xf4\xf2\xf2\xc3\xa3\x59\x31\x0e\x36\xab\xaa\x15\x14\x69\xa7\xed\xfb\xd7\xb3\x0b\x7a\x12\xe3\x1d\x7b\xd6\xbb\x0b\xf4\x63\x36\x1d\x9b\x11\x7c\x59\x84\x88\x7c\xa7\x2b\x48\xd9\xfb\x9f\x83\x27\x9d\x9e\xa2\xe4\x93\xd3\x82\x1c\x1d\xeb\xd0\x7c\xf1\xa2\x81\xb4\x0e\x73\x68\x64\x74\x2f\x80\x24\x91\xe9\xd3\x31\xad\x7f\x70\x10\x4e\x4c\xae\xff\xb9\x2f\x9c\xd5\x18\x7f\x9c\x36\xfd\x87\x1f\xe5\x0c\xeb\x01\x6a\x36\x80\xb4\x40\xf6\x65\xda\x4f\x00\x05\x09\xdc\xe7\x98\x7c\x01\xca\x9e\x09\xf6\x09\x14\xc1\x93\x87\x67\x45\x53\xa5\x27\x88\xd5\x35\xcf\xa5\x27\xf5\x52\x09\xa7\xaa\xc2\x94\xb7\x9c\xd0\xb8\xaf\x65\xf5\x7a\x2e\x71\x0f\xd1\x7e\x39\xa1\x56\x33\x65\x7c\xab\x3f\x62\x84\x7d\xaf\x74\xd6\xcd\xf5\x84\xd9\xc6\x25\xbd\x9d\x99\x5e\xf6\x91\xac\xc2\x0d\xdf\x99\x4a\x72\xa0\x1d\x1c\x19\x71\xfe\xe1\x61\x39\xf1\x49\xe5\x83\xff\x5b\x72\x3b\xfb\xb1\x8a\x37\x9e\x9d\x43\xf6\x94\xdf\x8a\x9f\xbf\xad\x9d\x72\x8c\xfa\xf1\xb8\x2b\xab\x44\xd4\xb9\x6d\x0e\xd7\x2a\x9b\xa3\xef\x12\xbf\x68\x5f\xdf\x9d\xbe\xd7\x65\x63\xf9\x5e\xb5\x52\xa2\xac\xeb\xd6\xca\xd2\x83\x94\x68\x2e\xb7\x92\xb5\xc2\x12\x9d\x28\x55\x57\x8b\xf5\xee\x82\xe8\x50\x3d\x37\xd5\x8d\xb7\x39\x43\x81\xd2\xee\x3c\x88\xf8\x4c\x9c\xdf\x51\x37\x31\xd4\x89\x94\x06\x6f\x13\xb7\x1b\xa8\xe9\xc4\xbd\x9e\x78\x57\x25\x74\x55\xac\x10\x80\xf4\x36\x53\xd1\xb1\x3c\x00\x4d\xd7\xbb\xce\x14\xbc\x00\x96\x57\x19\x8a\x4e\xde\xfc\xc5\x41\x84\xdb\x32\xf2\x9f\x17\x01\x48\xfa\xce\x1c\x71\x25\x07\x20\xcb\x95\x25\xfd\x46\x34\x40\xd9\x22\xa7\x09\x63\x33\xc0\x23\x13\x01\x2e\x01\x63\xf8\x50\x6f\x29\xec\x2b\xc5\x4d\xec\x6c\x3e\x25\x39\xaf\xeb\x49\x20\x6f\xd6\x50\x78\xe5\x34\x81\x9b\x6c\xfc\xa8\x69\x18\x77\x1e\x7d\xbe\x92\xd5\xb4\xb9\xbc\x70\x55\x21\xcb\xda\xcd\xe8\xc9\xed\x1f\x16\x31\x2b\x51\xa6\x43\xb5\xe3\xb9\xc1\x6d\xd5\x66\x13\xeb\x5f\x82\xbd\xa4\xfb\xd4\x27\x11\x43\xf4\xee\xe7\xde\x59\x7f\xb9\xd2\xf9\xd0\x43\x6f\x44\xfc\x3d\x4f\x55\xbe\xd7\x85\xaf\xab\x7d\xe5\x05\x0f\xbc\x36\xa6\x2f\x3f\x3b\x90\x15\xee\x89\x9d\x7d\xd0\xa1\x93\x3c\xee\xf5\x7c\x81\xa7\x69\x32\xe1\xb0\xd7\xc1\x25\xbd\xda\xc6\x28\x61\xaf\xbf\x57\x0a\x2a\xd3\x82\xe6\xbd\xcb\xd7\xb8\x4a\x07\x76\x3d\x20\x39\x9e\xeb\x1b\x83\x39\x5f\x7d\xed\x3d\x00\xf1\x24\x53\xd8\xdb\xcb\x63\x0f\xea\x68\xca\x80\x57\x8f\xfb\x7b\x94\x6b\xf2\x3e\x8f\x41\xd7\x79\xf4\x68\x8c\x0e\x80\x9c\x2c\xd3\xfe\x63\x2d\x00\x7a\x62\x77\xfb\x8e\xeb\xfd\xe2\x20\xbc\x85\xef\x50\x9f\x2a\x05\x88\x0a\xb9\x9b\x73\x8e\x1e\x20\xd5\x81\x51\xe9\x92\x27\x40\x31\x37\xb3\xe8\x75\x6b\x80\x47\xeb\xac\x64\x74\x32\x00\xcd\x2b\x5c\x41\x1c\x64\x30\xf1\xd8\x58\x90\x5a\x92\x17\x0e\x77\xe7\x88\x36\x6a\x38\x12\x44\x7b\xe6\x65\x78\xed\xdf\xe3\x26\xba\x35\x54\x2d\x63\x53\x50\x4d\xad\x2c\x06\x63\x15\x13\x2b\x2e\x95\x1e\x0e\xa7\xbb\x69\xbe\x05\x65\x70\x87\xdb\x7c\xde\x18\x42\x25\x54\x54\xb8\xcf\x46\x0d\x27\x87\xa4\x3d\x25\x9b\x79\xd5\x65\x14\x88\x18\x38\x38\xd6\xf7\x80\x2f\xe4\xfe\xc7\xf9\x61\xa3\xac\x8f\x21\x25\xe3\x88\xfe\xc9\x94\xaa\x60\xae\x6f\x95\x3d\x2f\x63\x1c\x83\x9e\xcc\x4c\x77\xb2\x46\xac\x04\x4e\xce\xdf\x69\x75\x0d\x9d\x09\x70\x58\x5c\xa9\xdb\x0a\x56\xf7\xb3\x59\xb1\xa9\x92\x0c\x0c\xf7\xa5\x5c\xa3\x28\x53\xf7\x8f\xf5\x91\x5c\x8f\x2c\xf4\xf4\xd5\xf2\x8d\xda\x70\xcc\x13\xf2\xa6\xf7\x61\x40\x1e\xcd\xd8\xef\xd1\xe6\x63\x80\x12\x4b\xfe\xec\x86\xf6\x91\x45\xd3\xc6\xf7\xb9\x1a\xfa\x18\xa3\x27\x62\xa4\x00\xe4\xe9\x19\x6d\x8f\x45\x00\xe8\xbf\xbd\xa3\x48\x51\x0c\x60\x8f\xbb\xed\x78\x5c\x1d\xc0\x3f\xf9\x96\xef\x89\xf3\x00\x71\xac\x74\x72\xa7\x35\x01\xb2\xfa\x69\x97\xa8\xe6\x01\xca\x4a\x19\x98\xae\xbc\x00\x68\x6c\x60\xae\xa7\x45\x01\x74\x04\x70\x08\xb1\xbc\x03\xe8\xa1\xe2\x15\x15\xaa\x82\x3b\x6f\xac\x84\xff\x56\x05\x82\xf5\x3b\x6d\x49\x0f\xdb\x47\x5b\xee\xef\x8a\x14\x54\x23\xa2\xd1\x1a\x6f\x9f\x69\x94\x96\xd2\xad\x88\x3c\x27\x33\xbb\xf8\x14\xbe\x92\x37\xbe\xf6\x55\x1f\xbf\xfd\xac\xb3\x6c\xb3\x70\x76\x03\xdd\xc3\x9d\x76\xa8\xf9\xd0\x52\x44\x09\x21\xad\xfb\xc5\xed\xef\x1a\x19\xf3\x71\xcc\xc3\x2b\x1f\x1f\x25\xcd\xc4\xd8\x8d\x75\xbc\xcd\x8f\x11\x8d\x6e\xfd\x16\xd1\x7b\x24\x5c\x20\x26\x78\x86\xad\xcb\x3b\x98\x2f\xca\x61\xe1\x64\xb3\x4e\x40\x70\x84\xfa\xd2\x60\x4d\xa1\x7f\x49\x68\xe4\x8a\x69\x95\xbc\x8f\x79\x28\x76\x4d\xaf\x54\x96\xe4\x43\xf1\xe0\x0b\x8d\x44\xfc\x9d\x73\x98\xe4\x43\x71\x51\x09\x2e\x43\xe5\x27\xb1\x38\xd3\x06\x3d\x40\xdb\xc7\x99\x39\x1f\x0e\x08\x45\x6f\x45\x37\x00\x28\x9f\x64\x78\x75\x6c\x1a\xc0\x38\x8a\xfe\xdb\xf1\xbf\x00\x9c\x39\x69\x2e\x1d\xe3\x01\x08\xe1\xbc\x65\x7d\xe2\x15\x40\xf2\x1d\xea\x77\xff\x39\x3f\x0a\xbf\xdf\xa4\x3e\x59\x08\x50\x43\x43\x4f\x7f\x69\x0f\x40\x47\xe4\x5d\xb7\x6b\x9c\x00\x2f\x0c\x58\x1e\x30\x9e\x03\x18\xbc\xce\x2d\x22\xa8\x0b\xbe\x23\x37\xf8\x9b\x15\x52\x09\xd8\xc9\x1c\xd1\xbd\x66\xb9\x5b\x23\xdf\x04\xa4\x5b\x42\x4a\xd1\x61\xdf\x5b\x95\x22\x8b\xf9\x96\x9f\xfe\xd8\xa3\x4d\xd1\x7d\x61\xbc\x60\x20\xd8\x59\x67\xc2\xb5\x7b\xbd\x8a\xba\x20\x0e\xa1\x59\xa9\xd2\xcc\x57\xd7\xbc\x12\x7b\xff\x54\xfd\xa7\x17\xba\xdf\x96\x62\xac\xca\x0f\x7e\xd4\x1c\x46\x46\x4c\x66\x59\x4d\xbc\x78\x5d\x14\xf4\x3c\xeb\xc7\xf7\x86\x67\xa3\x01\x6e\xe9\xf6\x33\x73\x8f\x37\x7c\x5f\x27\xdf\x59\x98\x69\x94\xf7\xae\x4d\xe8\x5e\x16\xa9\x56\xf4\xec\x88\x9b\x5f\xe5\xac\xe8\x72\x37\x8e\x3f\xbd\xd6\x50\x72\xca\x35\x32\x4e\x61\xe3\x74\xbe\x9a\xf3\x42\x4c\x32\x22\x22\x13\xe1\x14\x10\x1d\x89\xbc\x9f\x56\xe4\xf8\x3c\x92\x03\x15\x9b\xe4\x62\x97\x15\xf9\x0a\x8d\x8e\x7e\x60\xb7\x14\x6e\x88\x51\x8b\x7c\x09\xa0\x91\x45\xb7\x7c\xd4\xff\x57\xfe\xef\xae\x72\x6d\x88\xfc\xd6\x2f\x0e\x22\xdd\xea\xa6\xf6\x89\x5c\x80\xb2\x9d\xef\xd8\x1a\x71\x37\x68\x4e\x49\x00\x74\x5f\xbd\xd3\x40\xdd\x01\xf0\xee\x1d\x63\xf8\x2d\x35\x80\x31\x0e\x56\x04\xdb\x5d\x58\x99\x63\xe2\x39\x29\x31\x4b\xf4\x5d\x17\x15\x7c\xa8\xff\x01\x6f\x80\xcd\x11\x37\xf2\x37\x46\x27\xaf\xbd\x95\xb7\x2a\x92\x5a\xfe\xf0\xe3\x9c\x16\xe6\xe9\xd2\xc4\xdf\x83\x44\x07\xc2\xd8\x9d\x56\xca\xc7\xec\x69\x02\x8b\xc5\x99\xf2\x4f\x57\x1e\x6f\xcf\x75\x84\x8f\xbd\x59\x7c\x55\x38\x79\x39\xc0\xf2\x29\xf5\x47\xc2\xd0\x3b\xdf\xc2\xda\xac\xaf\x05\x7d\x44\x5f\xca\x32\xb6\xe9\x93\xdd\x38\x4f\xc3\xc2\xe5\xb9\xca\xb6\x93\x1e\x5c\xb9\x47\x16\x85\x1a\x38\xdc\x8e\x64\xdd\x5b\x7e\xf3\x30\xcf\x25\x20\x23\x63\xd5\xb8\xe2\x80\xd3\xbb\xfb\x14\xeb\x42\x45\x47\x1d\x93\x92\x17\x37\xe6\x72\x58\xec\xb1\x49\xbc\x48\xb1\xfb\xef\xed\xfa\x13\xa3\x51\x54\x29\x7a\xb6\xf6\x09\xe7\xd0\x57\xe2\x0b\x6d\x0f\xc6\x9e\x46\xe3\xa3\x7d\x6c\x74\x63\x74\x31\x4e\x91\xe7\x01\x34\xe2\x6f\x5b\x90\xc7\xfd\xda\x07\x9f\x74\xea\xe6\x23\x9f\x01\xa2\xaf\xef\x29\xf8\xcf\xba\x73\x77\x78\x88\x47\x0c\x3f\xf3\xcd\xae\xa9\xdf\xf3\xae\x51\xa9\xdb\xcf\x2e\xeb\x00\xcc\x8d\x31\xd7\x32\xd0\x03\x20\xcf\x72\xd3\x8b\x0b\x13\xcb\xb6\x2f\x08\xe4\xe9\x7e\xc3\x8b\x61\xbd\xc4\xa3\x03\xd8\xd1\x5d\xeb\x07\xe5\x99\x0a\x3d\x67\x50\xb3\x06\xda\xf2\x8f\x6b\x7b\x1e\x8d\xbd\x72\xcc\x7e\x57\x5c\x2e\xfe\x5e\x2c\x4a\x78\x6c\x26\xaa\xa9\x1f\xd5\xab\x3f\x89\xf1\x41\x0d\x0b\xbe\x37\x18\x61\x77\x2d\x19\x92\x1c\x41\xbc\x9b\x76\xb6\xe9\x15\x9e\xba\xf3\xe2\x94\x93\x54\x3b\xcd\xcc\xa9\xce\x0e\xa7\xb9\x1a\x97\xf9\x7b\x2d\xb1\x8e\xbe\x0f\xee\x2e\xe9\xd6\x9e\xb5\x1f\x28\xd3\x5f\xf1\xa9\x54\xb3\xbf\x59\x38\xbc\x26\x51\x82\xb4\x3b\x9c\x5b\xba\x41\x9f\x97\x6b\x83\xce\x91\x47\x30\x67\x0d\x59\xcf\x65\xd1\x20\xb5\xef\x73\x93\x7c\x28\x96\xb7\x52\x9f\x60\xf6\x44\xdf\x30\x47\xa5\x06\x60\xf2\xc2\x97\xcd\x86\x53\xc2\xb0\x72\x21\x37\x01\x74\x2c\x6f\x1c\x3a\x34\x08\x60\x8b\xa0\x7e\x72\x58\xec\x97\x07\x81\x94\xfb\x16\xef\xe4\xbc\x4d\x96\x7b\x5a\xfe\x2f\xe7\x50\xf8\xf9\xf7\xe7\x57\x3b\xef\xb9\xf7\xef\x70\x00\x21\xf4\xd9\x57\xde\xef\xfa\x30\x5c\xf0\xc3\x82\x74\x06\x0e\x5b\xdf\x31\x48\x09\x9a\x60\xd1\x59\xf9\x8d\x56\x45\xa9\x1c\x8d\x81\xe7\x4b\x4c\x7a\xcf\xeb\x13\xea\xe6\x7f\xe8\x3a\xba\x3c\xab\x4f\xbb\x3b\x5e\x1d\x71\xf8\x9d\x49\xb0\xc9\x68\x71\xc3\xf4\x87\x2e\xe7\xc1\x2f\xe9\x23\x94\x83\x2f\x6c\x9e\x4f\x16\x4c\x98\xbc\x8a\xb4\xec\x19\x7d\xfc\x5d\xab\xfb\xb1\xa5\x75\x7f\xe4\x1c\x47\x6b\xbb\xe5\xc3\xee\xc8\xc5\xe3\xf5\x11\x96\x6b\xad\x06\xcb\x89\x0f\x15\xac\xf8\xea\xe8\x56\x4d\xca\x39\xad\x6e\x3e\xbc\xbe\xf6\xa9\xa8\x9b\xc4\x81\x58\xd4\x96\x9a\x22\x42\x33\xb9\xcd\x06\x8b\x3b\x51\x7f\xa7\x1c\x36\x2b\xca\xaf\x41\x11\xe3\xdb\xcc\xe8\x72\xde\xa0\x87\xa3\x3b\x48\xfc\x87\x89\x76\xc6\x04\xd6\x26\x58\x16\xc0\xe8\x34\xb5\xc9\xc1\x1e\x00\x17\xa6\xcb\xd5\x07\x43\xfe\x71\x3f\x78\xfe\x9c\x95\x3b\x3c\xc0\xae\x17\x64\xe9\xe7\x9c\xda\xf1\x43\xe0\x3a\x49\xef\x79\x6f\xb5\x9c\xfd\x04\x40\x2c\xe3\xcc\x12\xcc\xdd\x1c\xc1\x4f\x09\x9a\x19\x08\xcd\xdd\xdd\x94\x93\x4c\xf4\x79\xf8\x9e\x88\x0a\x53\x0e\x4b\x9a\xed\xf8\xb1\x46\x67\x68\x5a\x8e\x2f\xc4\x2c\x2a\x3a\xf1\x34\x47\xc7\x31\xcc\x58\x04\xe5\x76\x87\x93\x3c\x18\xd6\xe5\x53\xc4\xf1\xd0\x97\x26\x66\x1c\x3f\x1c\xbf\x7b\x76\x5f\x20\x71\x10\x86\x5d\x93\x07\xe7\xe3\x1a\xa7\x8c\xd3\x07\xae\x2f\xa5\x57\x1f\x34\xd6\xef\xed\x5e\x3d\x54\x6e\x61\x2c\xdb\x15\xb7\xb6\x5a\x58\x60\x4c\xd3\xf6\x6a\x83\x35\x57\xfb\x5f\x1e\x90\xfa\xaa\x7c\x54\x69\xc2\x7b\xa3\xfb\xe5\x05\xe8\x90\x98\x09\xc3\xe8\x52\x0f\x8c\x6b\xc4\x55\x83\x4f\xc5\xfb\xb0\x9c\x21\x7b\x0d\x9a\xf2\xd3\xb1\x5f\x02\x3c\x00\x4c\x68\x8e\x3e\xfd\xcf\x3a\x5c\x9b\xf6\x0c\xed\xf9\x87\x17\x24\xf7\xcd\x4f\x2e\x88\xe4\x41\x20\x5d\x07\x5f\xca\x7f\x4e\x04\xdd\x9f\xf9\xef\xad\xa7\x67\x67\x70\x67\x88\x16\x5c\x56\x22\xbd\xb3\xb1\xdb\x3a\x82\x08\x9d\xd6\xe1\xb3\xb8\x1e\xa9\xaf\x2e\x34\xdd\x87\x30\x4b\xaa\x07\xc2\x27\x1f\x3e\x41\xb8\x19\x9f\xc8\x81\xf4\xd3\x6b\x03\x0e\x96\xe5\x3a\x61\xe9\xcb\x7b\xfc\xd2\xeb\x27\xbc\x82\x16\x4d\xb3\x7c\x9a\xb3\xac\x3b\xe7\x19\x7a\x33\xda\x43\x0d\xc4\xe7\x57\xe6\xd8\x5b\xdc\x75\xe9\x96\x94\x17\xba\xea\x4c\x48\x1e\x0c\x6d\xe4\xd4\xb7\x95\xa8\xf2\x30\xdd\x73\xc3\x4f\xd7\xcc\x8b\x44\x75\xa7\xfa\x4f\xaf\x13\x73\xb9\xf4\x82\x7a\x02\x37\x88\x99\xef\xf4\x64\x9f\xec\x43\xca\xa5\xbe\xd6\xcb\x6c\x55\x45\x79\x24\xee\xd7\xd3\x6e\x74\x40\xeb\xc4\x10\xf5\xce\xd4\xd5\xa0\x21\x72\x46\xb7\xa2\x9a\x0a\x33\x1a\x1a\xab\xeb\x5c\x49\x85\xcd\x0a\x74\xd2\x99\x28\x9b\xd8\xd4\xf6\xdd\x0f\x60\x79\xe5\xe7\x3a\x02\xaf\xfe\x9c\xa4\xdc\xb7\x7c\xea\xf7\xeb\x80\x94\x7b\xfe\xfe\xdd\xef\x6e\xfe\x19\x01\x70\xe7\xed\x35\xf6\x39\x2a\x62\x17\x27\xbf\xc0\xc1\x8f\xc1\x84\x53\x42\x94\x6a\x9c\xbd\xe2\xf8\x63\xd2\x16\xd6\x57\x1a\x6e\x6d\x86\xaa\x45\xfb\x73\x17\x64\xa0\x97\x8d\xa2\xe3\xcf\xc6\xfe\x8d\x3c\xea\xb0\x9e\xfd\x36\x50\x7f\x3d\xd9\xfb\x68\x29\xa7\x6b\xc0\x5a\x65\x2a\xb2\x7c\xcb\x62\x72\xf5\x79\xf3\xc7\x07\x9f\xf4\x4a\x56\xaa\xbf\xd4\x54\x85\x6b\xf4\xad\xb6\xaf\x68\x96\x2b\xa8\x93\xaf\x9f\x5a\xed\x2d\x7a\xa2\x66\xb0\x9e\xb5\xa6\x52\x30\xa9\x76\x69\xce\x71\x43\x27\xeb\x2e\xc9\x7f\xa1\xe1\xfe\x3e\x0a\x99\x97\xac\xa6\x29\xf7\xfa\x1e\xca\x24\x41\x4d\xa3\xe0\x85\x14\xda\x3f\x5a\x54\x23\xe0\x69\x10\x26\x38\x4c\x53\x63\xa2\x53\x1b\x33\x10\x32\xaf\xe1\xd3\xaa\x81\x7d\xea\xff\x4c\xa3\xa8\x31\x62\x93\xcb\xf7\xb4\xe6\xc1\x5a\xd6\xcd\x52\xaf\x22\x00\x7b\xea\x9f\xeb\x21\xf1\x30\x39\x01\x7b\xfe\xab\x0f\x63\x72\x61\xcf\xff\x17\x0f\xc2\xfc\x61\x00\xfa\x37\xd4\xcf\x47\x06\x88\x38\x8e\x77\x3c\xd5\x2f\x97\x08\x0d\x82\x4b\xf2\x8f\x9b\xc7\xf0\xdd\xb2\x1c\xa6\xf8\x72\xcf\x2d\x71\x35\x7b\xe7\xfb\xf7\xe9\x37\x15\x8c\x2e\x04\x5d\x0a\x55\x43\x7f\xb7\x6f\x4c\xe0\xf0\xda\x87\x2a\xf7\x5a\x49\x63\x73\x6c\x43\x8e\xc4\x61\x32\xd2\x2d\xc4\x11\x2b\x15\x07\xb3\x1f\xe9\xbd\x47\x18\xf4\x76\xe5\x24\xaa\x5f\x59\xc7\x2c\x2c\xe7\x4f\xef\xf2\x0f\xb6\xc8\x7c\x44\x58\x6a\x9f\x52\x14\x32\x0a\x61\x9f\x46\xab\xa4\xb8\xc2\x86\xcc\x49\x8c\x57\xa6\xff\xd6\x85\xaa\x8d\x35\x57\xf6\x18\xc5\xa1\x8b\x22\x45\x55\x86\xdf\xef\xc3\x9c\x0e\x0f\x53\x25\x7b\x5d\x89\x99\x0d\x8e\x56\x39\xf0\x62\x06\xbb\xe6\xdb\xa8\x5a\xff\x54\x0e\xbb\xe5\x3b\xae\xa2\xdb\xf9\x68\x73\xc5\x7d\x4d\x85\xae\x2d\x08\x17\xe0\x22\x04\xe0\x15\xf3\x73\x5d\x24\x1f\x46\x45\xf5\xcf\xd9\xb5\xf2\x7b\xee\xb9\x21\xf7\xcf\xf5\x6f\xa5\xec\xe4\x3e\x3b\xdf\xf7\x8e\xea\x03\xdc\x29\xbf\xee\xfb\xba\x05\xf8\x38\x24\x39\xec\x3b\x4a\x08\x68\x61\x3a\x59\x4e\x92\x07\x22\xe7\x0b\xde\x54\x6d\xcd\x0a\x15\x47\x86\x6b\x31\x4a\xf2\x3c\x10\x40\xb9\x59\x69\x73\x22\x20\xd0\xcd\x1b\x4b\xef\x7e\x39\x32\xc1\x4e\x11\x33\x11\x79\x3a\xfa\x8e\x29\x0a\x43\x9f\xbf\x3f\x4e\x54\x4f\x01\xad\xd4\xda\x94\x68\xac\xfe\x06\xf5\xfc\x83\x5c\x52\x8e\xd2\x3e\x94\xd4\xba\x76\x12\x46\x3e\x02\xdd\x85\xea\x89\x7e\x28\xcf\x8b\x46\xa2\xb6\xa3\x32\xe5\x8a\x30\x06\x68\x87\x08\x6d\x39\x5e\x04\x06\x73\x35\x74\xbf\xfc\xbd\x39\x2b\x4c\x5b\x50\x9c\x7c\xc7\x44\x05\x36\xc0\xef\x95\x82\xe4\xe7\x1a\xec\xb8\xef\x5e\x12\xf7\xa0\xa0\xf7\x86\x0a\x77\xc6\x75\x44\xc1\xaf\x8f\x1e\xe7\xe4\x5c\xa5\x70\xf6\x39\x6c\xed\xb7\x6f\xf9\x75\x2e\x92\x9e\x8f\x4d\x3b\xcf\x89\x81\x6f\xff\x8d\x03\xf9\x93\x83\xf9\x54\xfd\x73\x3e\xef\xdd\xf9\x0e\x9e\x06\x54\x39\xcd\xd9\x45\x6a\xaf\x12\xc5\x45\x8e\x4b\xc6\x16\x62\x08\xee\x32\x95\xaa\x3c\xc9\xab\xdb\x8a\xea\x8a\x46\x3d\xe1\xf6\x78\x55\x03\x2b\x1b\x47\x8f\xa6\x2d\x25\xeb\xc3\x2e\xeb\x8e\x82\xb8\x50\x97\x29\xaf\x59\x6b\x1d\xdc\x91\xe0\x26\x3f\xba\x7f\xf1\x0f\xdc\x58\xde\x9e\x1f\x61\xe5\x4a\x87\xb0\x47\xc6\x90\x61\xd2\xb2\x4b\x18\x22\xaa\x32\x94\x8c\xc4\x3f\x48\xbf\xdd\x14\xc1\x3a\xf8\xea\x91\xf8\x07\xc9\x35\xec\x8d\xcd\x97\xae\x27\xa4\xbe\xad\x3c\xdc\x1c\x75\x65\x93\x96\x99\x99\xc0\xb1\x3b\x0b\x4a\xbf\xfb\x2a\x8b\x8b\x75\x34\x91\x7e\x31\xf2\x68\xeb\x6f\x3b\x3d\x12\xf7\x20\xfd\xfd\x9d\xed\x56\x8d\xe5\xb3\x5f\xcf\xc7\x8a\xb7\x3b\x1c\x48\xc7\xcf\x49\xca\x3d\x7f\xe7\xa1\x48\xf9\xf7\xe8\x8e\xf7\xe0\xa5\xed\x8e\x07\x22\x0b\x80\xfe\xfa\xe5\x6d\x92\x07\xa2\xa4\x17\xf6\x0b\x5a\xf0\x49\x66\xb4\x11\xef\x49\x1b\xc8\x9c\x88\x9e\x23\x5c\x55\x7b\xa2\xa5\xe9\xcf\xbd\x7d\xcf\xa0\xc9\x24\xe6\x5f\xfc\x03\xf7\x56\xa5\x7f\xbc\x93\xae\xf1\x99\xad\x13\xf1\x99\x6e\x6d\x3a\x5d\x38\x44\xfe\x07\xf7\xa3\xea\x56\xb8\xf2\xfa\x9b\x1e\xb2\x4a\x37\x70\xca\x7d\x02\x9e\xea\x72\x37\x71\x87\xbe\x52\x78\x7e\x97\xde\xbb\x39\x8f\x6e\xf3\x54\xd9\xf5\x3e\xcc\xe2\xb6\x71\xa2\x8e\x85\x24\xfe\x41\x7c\x69\x2b\x14\x37\x64\x5b\x22\xce\x8b\xf1\xd9\xd2\xb7\x1c\x14\x47\x2f\x31\x6d\x45\x59\xd2\x8a\xf7\xfe\x18\xdb\x42\x9a\x31\x8a\x3f\xfe\xea\x88\x97\x37\x4e\x96\xe0\x19\xed\xc2\x1b\x1a\xf3\x02\xe4\xcb\xfc\x77\x0e\xe4\xf7\xef\xdf\xff\x5f\x1e\x88\xfa\xc7\x00\xf4\xa3\x97\x8d\xca\x5a\x61\x8e\x8d\x8b\x8e\x2a\x8b\x03\x24\x04\xeb\x38\x51\xf1\x74\xc4\x1e\xa9\x38\xe1\xde\x90\x2a\xc2\x1b\xd5\x4f\x4a\x9a\x9e\xf3\x84\xcb\x7a\xe5\x5a\xc3\xf6\x6e\xdb\xe6\xe6\x49\x46\x41\x56\xe6\xdb\x64\xf6\xd3\x66\x2a\x66\x48\xfc\x43\xaf\xab\x96\xfd\x86\x4c\xf8\xd2\xf0\xdb\x96\x38\xed\x68\xbc\x66\xfa\x29\x1b\x36\x12\xff\xa0\xe8\x8f\x27\x6b\xab\xb6\xe5\x92\x53\xdf\x0a\x79\x53\xe8\xc0\x25\xe5\xb1\x55\x36\xc5\x6c\x8b\x92\xb8\xbb\x95\x81\xaa\xb0\x15\x17\x3f\xbd\xb5\xb1\x25\x61\x25\x24\xfa\x10\x9f\x87\xdf\x63\x92\xfc\x3f\xbd\x0f\xf1\x28\x0a\x7c\xa3\xde\x8c\xe8\xa1\x65\x0d\x7c\xa7\xde\xaa\xf0\xf3\x99\x67\xdb\x56\x1a\x73\xff\xe0\x40\x76\x7c\x20\x33\x98\xff\x76\x0e\x92\xf2\xef\x81\x9d\xef\xfc\x3b\x77\xf2\xfe\x06\x5d\x80\xcb\xb2\xe4\x23\xa4\xfc\x3b\x7b\x12\x80\xed\x01\x6d\x55\xd2\x75\x48\x17\xd0\xbb\x57\x1e\x21\x05\x7f\x4b\xe5\xf0\xb7\xfb\x6e\x11\xc3\x95\xef\x49\x5c\x75\x9a\x27\x6c\xe9\xd8\x29\x9c\x20\xf1\x0f\x66\x4a\x84\x2b\x36\x71\x5a\x3d\x46\xbd\xdb\xe0\x6a\xae\x63\xaa\x57\xb6\x9d\x1d\xcc\x67\x50\xab\x25\xb0\x2d\x97\x98\x69\x1c\xb6\xcb\x3f\xc4\xe0\x37\xab\x1d\x4d\x1d\x65\x11\xf8\xfa\x27\x39\x66\x40\xe2\x1f\xc4\xad\xf0\xdf\xa7\xa8\x8c\xf5\xc5\xf8\xf0\xd5\xeb\xd7\x4d\x5c\x45\xfa\xb7\xff\xc6\xdb\x18\x52\xfe\xcb\xfb\x20\x49\xf8\x6b\xdb\x47\xdd\x54\xd0\x90\xa0\xba\xfd\x41\x85\x4c\x80\x71\xab\x86\xc0\x2b\xff\x54\xe0\x33\xd2\x8c\x70\x42\x31\xff\xd7\x73\x71\x8c\xf2\xb7\x73\x80\x76\xc7\x07\x93\xfe\x7b\xfe\xdd\xcd\xb8\x93\x7f\x37\xfe\x9c\x85\x8e\x3b\x1e\x88\x6b\x00\x74\x8f\xce\x3d\x4e\x61\x00\x60\x7b\x76\x53\x28\x6a\x02\x86\xf9\x32\xef\x6c\x06\xc4\x43\xa0\xb8\x2e\x1b\xad\xdb\x37\x38\xa2\x80\xe6\x37\xb2\xe3\x20\x6a\x68\x3f\x96\xfa\x60\x8a\x25\xe0\x8d\x9e\xca\x17\x1b\x1f\x20\xee\x37\xab\x92\x97\xd5\x4f\x23\xd4\x38\x5f\x55\xb9\xa3\xf3\x17\x21\xd4\xb7\x55\xcd\x46\x7d\x81\xc0\x19\x43\xa9\xd9\xab\x22\x4f\x38\x90\x5e\xaf\x9d\x45\xe2\x1f\x64\x43\xb7\x3b\xea\xb5\x74\xe3\xa5\x86\xb6\x53\x9e\x60\xf4\xac\x25\xe8\xb7\xfd\x07\xc6\xf4\x6c\xc4\x5c\xb6\x75\xc6\x41\x9f\x4c\x84\x79\x3b\x62\x35\x52\x27\x55\x28\x70\x7b\x0d\x6f\xa2\x71\xeb\x5f\xde\x87\x3f\xb8\x87\x5f\xfc\xc3\xfb\xcb\x3b\xbf\x8b\x88\xff\xdc\x87\x85\x1d\xef\xc7\xc7\xc9\xdf\xcf\xc1\xfa\x9d\x59\x92\xff\x73\xe6\x39\x00\x5c\xbc\x74\xe8\x64\x6a\x3c\xc0\xed\x95\x33\x17\xa2\x97\x00\xee\x2d\x5d\xd1\x0b\x2e\x06\xe0\x09\xa3\xb5\xf4\x74\x86\x1e\x51\x67\x86\x1f\x8e\xfa\xc0\xa3\x80\xe6\xee\xb7\x98\x00\x32\x75\x2e\x7e\x0b\xe3\x4c\xa2\xa3\x01\x99\xc4\x1a\x89\x7f\xd0\xa5\x25\xca\xdb\x5d\x90\xce\xd2\xe2\x27\x1e\xf1\x74\x97\x4f\x54\x8b\x25\xe0\x83\x23\x15\x8c\x95\xaf\x10\x46\xe2\x29\x94\xfe\x96\xd7\x24\x7c\xcc\x54\x53\xec\x97\xd1\x21\x54\x95\x49\x2a\x2b\x4a\x7d\x20\x28\xd6\x7f\x50\xff\x4b\x3c\x97\x60\xd7\xe5\xa5\x7a\x44\xa4\x96\x10\xd7\x7f\x5d\xe9\x87\xf0\x25\x82\xf3\xa8\xa1\xb2\xbf\xd0\x5f\x04\xdd\xf9\x30\x65\x0c\x89\x7f\xf8\x5f\xde\x87\x5f\xb9\xff\xef\xf7\xc1\x1a\xff\xef\xe7\xe0\x8b\xcd\x9f\xb3\x59\x6f\xc7\x83\x91\xf2\xbb\x07\x23\xfa\xc1\xcf\xe9\x1f\xf8\x73\x86\xf2\x00\x30\xeb\x5f\x58\xf4\x09\x06\xe0\x49\xbd\xb1\xe4\x6c\x0b\x53\xa2\xbc\xf4\x83\xd6\x9a\xd0\x2e\xad\xc7\x98\x60\xb2\x02\xfc\x6a\x37\xb9\x4f\xea\x77\x13\xb7\x75\xf6\xf2\x3f\xd0\x19\x21\x4e\x18\x15\x08\x9d\xd3\x8c\x23\x8e\x58\xd9\x0a\x2d\x6a\x38\x11\x93\x9d\x0d\xc4\x5b\x94\xe7\x89\x65\x3e\x79\x62\x69\x8a\x3d\x44\xbb\x70\x29\xc9\x6d\x39\x4f\xa2\x6c\x72\x8c\x74\x81\x8c\x24\xf1\x62\x6e\x80\xec\x24\x89\x7f\x10\x9b\x22\x9e\xa8\x2f\x91\xb5\x17\xf9\x42\xc0\x3c\x39\x27\xa7\x2c\xd4\x4b\xd8\xe8\xaf\x97\xdd\x14\x54\x24\xac\x7f\x6a\x93\x4d\xe0\x77\x26\x9e\x9d\x8e\x97\xbe\xc7\x67\x4c\xe4\x5c\xcf\x97\x8c\xe2\xbb\x41\x94\x23\x4c\x48\x54\x93\xf8\x0f\x6e\x67\x22\x92\x98\x20\x40\xfe\xe7\x39\x30\xe1\xfa\xc7\x39\x78\xec\x0f\x0e\x68\x67\x9f\xe2\x39\x7e\xce\xa0\xba\x9d\x59\x0a\x70\x25\xe3\x70\x9a\xd7\x4d\x00\x3a\xc4\x49\x19\xe7\x6c\x00\x4e\xc1\xcb\xf2\x76\x17\x01\x2f\x12\x76\x2b\xd9\xe2\x1a\xf4\x48\x7f\x66\x70\x37\x3a\x0e\x91\x4a\x03\x2c\x9d\xba\x2c\x20\xae\xc9\xcb\xb9\xa1\x6d\x0d\x54\xfa\xb3\x7c\xfb\x34\x4e\xc3\x55\x33\x32\xde\x3c\x95\x50\xa0\x74\xe0\xe2\xe7\x50\x74\x02\x0a\x0f\x1a\xfe\x44\x85\xc3\xc4\x8f\x41\x2c\xc2\xf7\x65\xa5\x89\x6f\xa2\xde\x88\x1c\x94\x22\x27\xf6\xa7\x4c\x0a\x7f\x97\xbc\x4a\x8c\xc8\x63\x11\xef\x10\xfb\x9b\x98\x57\xae\x20\xf6\x97\xb0\x1b\xb1\xac\x8e\x5c\xf4\x98\x10\x0b\x31\xb4\xa3\x59\x2c\x5f\x60\x93\x68\xf1\x92\x59\x7c\x8c\xbf\x84\xa8\x31\xb4\x20\x21\xc3\x6b\x4d\x4c\x9f\x08\x15\x09\xe6\xc9\x23\x16\x2d\xfc\x10\x9e\xe2\x46\x12\x7b\xd0\x71\x42\x3c\x5c\x9f\xe1\x24\xb1\x9e\x8f\x03\xe0\x3a\x35\x7f\x04\x19\x2f\xc0\x3d\x63\xde\xbd\xe4\x25\x00\xbc\xbc\x7c\xd6\x27\x4e\x00\x88\x67\x08\xf2\x9c\x11\x01\x50\xa4\x10\x79\x74\xe9\x26\x80\x96\xb8\xe4\xc1\x1b\x2b\x00\x06\xbe\x72\x9d\x0c\x8a\x00\x66\x37\x95\x62\xd9\xd3\x00\xcc\x5b\xd5\xb7\x05\x72\xa1\xd8\xfc\x8d\xde\x23\xe9\x12\xe2\x92\xd9\x94\x99\x9f\x26\x0d\x51\xdf\x6c\xc8\xfe\xba\x91\x3f\x21\xc8\xf4\x8a\xef\x15\xbb\xf0\xed\x0e\xc3\x91\x18\x4a\x77\xd5\xed\x9b\x7a\x77\x33\x69\x7c\x30\x78\x67\xed\x73\x65\xc4\xa0\xf7\xbb\x1c\x88\x83\x6a\xf5\x93\x33\x91\x43\xb8\x61\xe5\xbf\xdf\xcc\xc6\x7a\xef\x72\x20\x20\x93\xbc\xee\x98\x48\x85\x0b\x91\x56\x41\x9d\x8a\x4d\xdd\x32\x97\xdc\x44\x6b\x86\x9b\x90\x3c\x20\x28\x1e\x49\x27\x4c\x55\xc0\x87\xc5\x3e\xa9\xf7\x98\xfe\x80\xf1\xef\xb7\xa5\x1a\xb1\xdb\x5e\x5e\x23\x6d\x32\xc6\x9b\x57\xbd\xf4\xde\xdd\x91\xf3\xdc\x64\xf2\xea\xec\xa7\x91\x43\x6d\x7a\x7a\xf2\xf7\x8e\xca\xbd\xc6\xf1\xb8\x04\x3f\x79\xa1\x20\x89\x93\x77\xf1\xed\xe8\x51\xe0\xc7\x0d\x3a\x5e\x04\xa0\xb1\xe1\xfd\x72\xc0\x05\x80\xa9\x9f\xe7\xf0\x91\x56\x00\x9e\x24\xee\xde\xe3\xef\x00\x24\xaa\x05\x66\xcf\x18\x01\xa8\x9c\x16\x36\xbd\xc4\x0a\xa0\x47\x29\x6e\x7b\x03\x00\x8c\xa7\x64\x2f\x32\xb0\x01\x98\x86\x2b\x34\xb3\xb4\x01\x58\x7d\x53\x57\x15\x44\x43\x98\x0d\xbd\xde\x45\xb9\x64\x22\xca\xf2\x82\xe9\x59\x8d\x3e\xe2\x75\x4b\x13\x9b\x75\xd3\x08\x82\xbe\xd9\x53\xef\xbd\x0e\x7f\x6f\x47\x19\x07\x46\x2e\x7a\x8a\xe2\x2b\x0c\xe4\xd2\x73\x02\x35\xb7\x1a\x74\xc6\xca\x7d\x22\x7a\x70\x8b\x9a\x3d\x4d\xd1\xb1\x28\xdc\x9c\x9a\xe2\xd3\xfc\xd8\x78\x9c\xa5\x72\xce\x5b\xcf\x04\x89\x4d\x6b\x05\xd9\x6f\x8e\xa9\x2e\xbb\x5e\x14\x52\x1f\xcc\x8e\x07\x84\xc4\xc3\xac\x9e\x97\x96\x45\xaf\x86\x2a\xfd\x28\x90\x69\xc5\x70\x84\xc4\xfd\xc9\xc1\xf4\x1b\x29\xa4\x63\x23\xfc\xcf\x3e\x1f\x55\x9c\xc6\x22\x7d\x2f\x3d\xbd\xa2\x64\xb3\xc9\xe3\x5d\xdc\x8e\x57\xca\xd8\xfc\xee\xfe\xac\x49\x4a\x99\x09\x67\xea\x52\x0a\x40\x7b\x81\x87\xeb\x40\x2c\x00\x9b\x27\xaf\xd0\xb1\x7b\xff\xe8\x89\x79\xcc\xe7\x70\x7a\xf9\x57\x4f\x8c\x41\xb8\xd8\xfa\xcd\xfb\x00\x66\x4f\xa4\xf2\xee\xd4\x01\x58\xd3\xca\x25\xb0\x32\x03\xd8\x4d\xa9\x46\x09\x1d\x85\x47\x76\xaf\xb5\x99\xa5\xf3\x88\xb3\x36\xce\xc6\x5b\x5a\x27\x08\x58\x6b\x4a\xeb\x4a\xf3\x26\x02\xa5\xe5\x35\x8f\x19\x67\xe9\x6d\x1a\xb3\xab\xe1\xd7\x7d\x50\xf8\x0b\x46\x21\xf7\x2f\x84\x62\xb6\x2e\xe8\x6d\x96\xa6\xc7\xde\xc1\xc9\x6b\xe7\x34\xbc\x4e\xba\xb2\x39\xa3\xfe\xbe\x7b\x3d\xe5\xca\x2e\x07\xd2\xa2\x78\xf5\x1b\x2e\xc3\x09\x1b\x20\xc7\xbd\xc1\x96\x31\xb4\x59\x26\x93\x81\x18\x49\xbe\x4c\xda\x0f\xb4\x99\xf4\x63\x94\x4e\x4c\xfa\x3c\xbb\xac\x2a\xfa\x46\xe4\xe7\x09\x4e\xb9\x67\xe8\xaf\x61\x84\x4f\x85\x72\x5b\x98\x57\x41\x91\x6f\xc6\x15\x43\x31\x1d\xc1\xf7\x49\x7d\x38\xdd\x0f\x95\x16\xb1\x8f\xfd\xb2\xdb\x63\x55\xa4\x37\xa9\x7d\x6a\x1a\xed\x55\xda\x37\x3f\x79\x44\xff\xe2\x40\x6e\xd3\x71\xbc\x3c\x80\xfd\x95\xff\x0b\x99\xf0\xd0\x9e\x08\xfb\x07\x07\xe1\x24\xf0\xf1\xa2\x30\x80\xd1\x39\xd1\x5b\x37\xac\x00\x2c\x35\x24\xc3\xef\xd4\x00\x38\xa8\xc8\x7e\x64\xe7\x05\x70\x3a\xa1\xcc\x2b\x90\x0f\x8d\x8e\x73\x9a\xf1\xd2\x8a\xc4\x71\xa7\xb3\x86\xc5\xda\xb7\x08\x1f\xec\xa4\xad\x54\x2c\x1f\x6f\x77\xda\x38\xbb\x1e\x75\xcb\xc4\xe7\x5b\xb4\x85\xaa\x04\x56\x6e\x79\x99\xde\x48\xf9\x11\x35\x8e\xbb\x63\x78\xaa\xd4\x23\xd9\x79\x53\x5d\x57\xb7\xf1\x62\xfa\x19\x6c\x96\xe6\xfb\x67\xa9\x59\x45\xbb\xfd\x38\x24\x0e\xe4\x4f\x2f\x8a\xab\xcc\x24\x22\x29\x45\x6e\x69\x4d\xce\x0a\xe9\x99\x68\xf2\x4d\x4a\x3e\x0b\xe5\x19\x5b\xfc\x49\x46\x89\x0f\x15\x10\xa7\x31\x70\x40\x99\x19\x6d\x13\xe5\xf9\xd2\x40\x45\x10\xbd\x19\x41\xfd\x94\x55\xe5\x2d\x66\x25\xd8\xa9\xe3\x82\xda\x5d\x2c\x79\x30\x75\x73\x95\xda\x19\xec\x88\x5f\x67\xcd\x8a\xba\xf4\xa6\x96\xcf\xb1\xaa\x7e\x75\xd3\xcd\x75\x0f\x37\x00\xba\xb7\x9c\x8a\x07\xeb\x7f\xed\x83\x58\x04\x67\xe9\x89\xb3\x00\x8a\x1a\xbc\x3a\x67\xa2\x00\x74\x7a\x04\x30\x97\x85\x7f\xf5\xc4\xd8\x74\x89\x9d\xa4\xa3\x01\x70\x39\x2e\x73\x94\x6d\x0c\xc0\x6d\x59\x91\x5e\x20\x13\xea\x3d\xdf\xa9\x79\xc9\x5c\x26\x7e\x77\x13\xd0\xcf\xd2\xbe\x42\x78\xe7\x54\x66\xc1\x67\xc5\xbb\x7d\xd7\x81\xde\x89\xd6\x1b\x8f\xdf\x63\x93\x1a\xc8\x1d\xd6\x86\x5b\x37\xdf\x93\xdc\x1a\xd7\xba\x69\x6b\xf4\xba\xf4\xef\x74\x4a\xec\x2d\x7d\xe5\x46\xd7\xdc\x1c\x4c\xb4\x36\xdb\x73\xc7\x82\x9b\x24\x0e\x04\x7d\x4f\xb1\x67\x59\xa2\xc4\xed\x4f\x2f\xca\x7a\xb0\xbc\xcf\x86\x71\x46\xe5\xf4\x8a\xe2\x41\x44\x45\xaa\xdf\x78\xb8\xd2\x59\xa4\x52\x32\xc7\xfb\x41\x65\x67\x94\x6f\x5c\xfb\xcb\x00\x55\x24\x6a\x30\x76\xb5\x5b\x46\xfd\x3c\x5a\x29\x7a\xae\x3d\x58\xfd\x03\x86\x33\xbc\xad\xe9\x88\x86\x2b\x66\x3a\xc4\xa9\x56\x50\x23\x0c\xdb\x18\xb0\xaf\x92\x4a\x13\xbf\x79\xd4\x4f\xaa\x6c\x4b\x33\x6e\xf3\x89\xd7\x01\x80\x3b\x49\xec\x95\x87\x98\xfe\xbd\x0f\x4a\xf4\xec\xdf\x4e\xce\x00\x18\xaa\xf1\xac\x5c\x64\xfb\xc5\x41\x38\x26\x8b\x96\xd2\x7f\x05\xf0\xa0\x90\x52\x66\x4b\x05\xf0\xf5\x96\x0b\x11\x08\x25\xf5\xe5\x10\xc7\x7d\x7e\xe8\x7c\xd7\xfe\x4a\x48\xf5\x9c\x32\x45\xd8\xda\xe1\xc7\x1c\xcb\x1d\xd3\xfc\xe6\xb7\x4c\xed\xb6\xfc\x17\xa3\x0d\x36\xc7\xac\x5e\x25\x4c\xa4\xbe\xc3\xea\x9b\x5a\x14\x87\xe7\xee\xc3\x04\x1a\x90\x35\x05\x16\x4c\xa3\x6d\x75\x94\x7a\x29\x4a\xf5\x50\x99\xea\x42\xa3\x4a\x15\xe4\x24\x0e\xe4\x4f\x2f\x0a\x89\x03\x99\xa0\x50\x51\xdb\xb8\x9b\x35\xf1\x21\x42\xf5\x31\x22\xe4\xbe\xfa\x6b\x4d\x75\x77\xe4\xc9\xd4\xc4\xee\x00\x4d\x77\x64\x55\x72\x7a\xfb\x17\xcd\x28\xf4\xf9\x58\xd3\x06\x82\xd6\x2c\xba\x39\xea\x4d\x2d\xad\x56\x2c\xe6\x51\x28\xe2\x81\x8f\xf6\x17\xac\x70\xf0\xa9\xb2\x97\xda\x76\x58\x84\xff\xf5\xa2\xbd\x3a\x05\x9b\x5c\xbe\x75\x00\x4c\xa7\xd9\x4b\x0f\x97\x03\xf0\x1e\xe2\x64\xa1\x48\x00\x90\x39\xcf\x79\xfa\x24\xed\xaf\x9e\x18\x13\x6f\xbe\xd3\x97\x55\xfe\xdd\x13\xe3\xfb\x40\xec\x03\x8b\xf9\xae\x17\xa4\x2b\x98\x4a\xc9\x49\xba\x84\x38\x19\x3c\xaf\xf9\x55\x7b\x81\xd0\xe8\xbf\xdf\x68\xdd\xe6\x3c\x3e\xd3\x6d\xda\xde\x3d\xd0\x06\xf7\xc8\xa9\xcf\x87\x3a\x41\x79\x53\xd1\xe6\x7d\xfc\x9e\x0c\x0a\x8c\x88\xc5\xd7\xfc\x95\xa2\x87\x28\x30\x9a\x6f\xa4\x2a\x9f\x41\xd1\xe8\x1d\xec\x65\xaf\xfc\x40\xea\xc7\xf9\xd3\x03\xb2\x11\xad\x64\xb0\xf2\xaa\xf4\xca\xb7\x58\xd5\x3d\x6b\x1a\x85\xd4\x1f\x63\xd5\x46\xd7\x5f\xe7\x7c\xe8\xbf\xac\x79\x74\x23\x37\xcb\xe6\xf9\x90\x26\x1e\xd1\x7e\xdf\xf9\xb1\x92\xb6\x18\x32\x2f\x85\xa6\x25\x46\x3b\x1b\x15\x94\xe0\x4a\xf2\x80\x90\x38\x10\x52\x1f\x4e\x41\xb9\x5e\x06\x36\x39\xf0\x69\xb6\xa8\x81\x30\x76\x20\x20\x07\x80\x25\x87\xa5\xe0\x48\x01\x00\x9f\x2f\xdb\xc9\x63\xe2\xbf\x38\x08\xad\x51\xb6\x7e\x2a\xd5\x5f\x3d\x31\x76\xd3\xbc\x7f\x5d\x1d\xfd\x47\x4f\x4c\x86\xc8\xd4\x3d\x6f\x80\xd0\x31\xe9\x1b\xfc\x78\x68\x8b\x8c\x54\xd0\x96\x91\x21\xae\x47\xde\x57\xa7\xd5\xc2\x11\x3c\xc3\x82\x0d\xba\xed\x2f\xe2\x1b\x7d\x34\x6d\xb4\x02\x6a\x71\xf4\x6e\xe5\xee\x77\x92\x23\xb1\xca\x0e\x9a\xd1\x23\xb9\x09\x68\x0e\xab\xfc\x7c\x62\xb9\x37\x4a\xc9\xe4\x54\x43\x65\x65\x2f\x82\x4a\x5f\xed\x95\x54\xbd\xfb\xba\x86\xa6\xdc\xf7\xe1\x96\x3b\x1b\xab\xaa\x53\x0b\xca\x75\x29\xa4\xfd\x98\x7f\xab\x52\xb8\x52\x5d\x76\x60\x84\x4e\x23\x73\xd5\xb2\x64\xf0\xed\xba\xd6\xfa\x1a\x6b\xd1\x97\xe7\x06\x3a\x1d\xeb\x35\x79\x3a\x1d\x66\xba\x5f\x37\x70\x99\x84\xe6\x2b\x7a\x7b\x91\x7c\x69\x34\xd5\x7c\x06\x2a\xc8\x07\x29\xaf\x1f\xd8\x19\x48\xa2\x46\xe3\x1f\x14\x11\x0d\x4d\xd0\x8f\xa2\x11\x79\x14\x86\x73\x18\xcf\x08\xca\xac\xe3\x46\x9e\xd8\x7d\xa1\x22\xe9\xe3\x86\xc3\xd8\xae\xc0\xdb\xbf\xf6\x41\x48\x92\xbd\x96\x02\xfd\xff\xee\x89\xf1\x5d\xe2\x6b\xbe\xa5\xf7\xab\x27\x26\x3a\x4e\x52\x41\xe0\x1a\xf4\xc4\xcd\xcb\x51\x48\x7b\x13\xf1\xf1\x11\x2a\xf9\x5a\x3a\x84\xf4\x18\x05\xdd\xc7\xb6\x6d\x78\xfe\xd0\x2e\x4b\xd1\x90\x67\x9b\x32\x5e\x1e\x6e\x21\xe9\xeb\x68\xa2\x8b\x69\x44\x6f\xc9\x6d\xe4\x4b\xdb\xb1\xdc\x89\x47\x6e\x88\xbd\xe6\x54\x8d\x46\x0d\x4e\xeb\xa7\x0c\x95\x5f\xdf\x6f\x45\x93\xbc\x28\xeb\x41\xea\x13\x73\xf2\xcd\x4e\x6b\xfb\xd4\x34\x17\x5a\x6a\x9f\x8f\x9f\xd5\x12\x5a\xf2\x7b\x74\xef\x9d\xb5\xce\xe2\xf2\xfc\x83\xa5\x9e\x23\x7a\x2e\x6b\xe4\xc5\xeb\xed\x45\x06\x33\x6b\x23\x85\xfd\x8d\x38\x83\xa6\x8d\xfc\xec\xe6\xaa\x42\x23\x34\x22\x23\xc3\xb4\x9c\xc2\xb8\x06\xa9\x9a\x96\x56\x40\x66\x32\x8a\xb2\x4a\xa2\xcb\xfe\x62\xaa\x80\xbe\x1d\x37\x94\x69\x62\xf2\x1c\x43\x16\x55\x9c\x56\x6c\x52\x80\x99\x0d\xbb\x94\x7c\xc8\xa4\x13\x9b\x12\x64\x0e\xc0\x22\x75\xaf\xf5\xc8\x3d\x00\xb1\x0c\xd6\x72\x8a\xd7\x00\xca\x92\x2c\xb7\x29\x6b\x7e\xf5\xc4\x58\x96\xb0\xbc\x38\xe3\x0d\xe0\x71\x92\xe3\xec\xe5\xd2\x5f\x3d\x31\xd1\x2f\x04\x26\x98\xaf\xee\xf6\xc4\x0c\xa4\x98\x49\x8f\x4b\x3d\x20\xbe\x48\xf9\xa1\x72\x42\xb7\x9a\x10\x9d\x42\xa9\x35\x6a\x27\x8f\x2f\x8a\x79\x60\xb2\x1c\x18\xb6\x29\x16\x68\xe8\x84\xcd\x60\x46\x3d\xf2\x2c\x0c\x3e\xf3\x00\x87\x90\x71\x34\xc9\x3e\x51\x0f\x6b\x96\xd6\x64\x0d\x74\x1d\xb5\x2b\xcf\x8c\xa9\xdf\x5e\x7d\xe2\x45\xe2\x1e\xd6\xc2\x34\x05\x67\x16\xdb\x62\x67\xde\x6a\x19\xce\x93\x37\xa9\x0e\x93\xeb\xf6\x2d\x86\xd4\x0a\xf4\x8e\x19\x2c\x2f\x0b\x3f\x94\xea\x18\x35\x26\x5b\x69\xa8\xc8\x69\x2a\x30\xee\x5d\x3b\x51\x52\xf8\x30\xcf\x94\x69\xbd\x2b\xdf\xa0\x84\xc9\xec\x13\x82\x3c\x6b\x3e\xbf\xdd\x5c\x0f\x81\x4c\xf7\xcd\xb4\xb0\x18\x42\x3e\x4f\x55\xcc\x94\x32\x73\x42\xd3\xc6\x6d\x26\xfd\x65\xa9\x83\x4e\x8f\xa5\x89\x73\xb4\xcc\xc7\x48\x47\xd6\xc7\x70\x59\x52\x60\x8f\x84\xd6\x01\x70\x45\xb3\xfa\x1f\xbd\x0b\x20\xf1\xe2\x5e\x27\x05\x3d\x80\x4a\xfb\xbd\x19\xca\x8f\x00\x26\x0d\xcc\x5e\xa7\x2c\x01\x1c\x96\xee\xf9\x9d\xbd\xfd\xef\x9e\x98\x38\x17\xbe\x29\x46\x4e\x80\x34\x4f\xe1\x36\x6e\x04\x4c\x65\xe1\x24\x46\x24\xaf\x02\x63\x8e\x8b\x9c\xad\xda\x38\x21\x2d\x33\x46\x83\xdd\xb6\x03\xef\x94\xfa\xd6\x30\x25\xf8\x0c\xf6\x7d\x54\x8d\xbd\x62\xd6\x30\xd2\xd5\xef\xbc\x5f\x62\xf5\x87\x75\x2a\xb7\xd2\xfb\x1d\xed\xac\xcb\x7d\x76\x5a\x0d\x0c\xcf\x6a\x17\x8f\x9a\xde\xfb\xf0\xa9\x8f\xfa\xcf\x7e\x9c\xcf\x9a\x06\xed\xb3\xec\xed\x57\xfb\xbe\x19\x73\x2d\xec\x6d\x8c\xe9\xf0\x36\x53\x5e\x5c\xa9\x35\x68\xd4\x33\xeb\x59\x21\xab\x44\x55\x51\x59\xcc\xad\x5a\x96\xb3\x15\x4f\x58\x49\xaf\xb5\x14\xcb\xe4\xd6\x5b\xd5\x6c\xe8\xe5\x76\x67\xac\x5a\xf3\x21\xac\x32\x97\x53\x72\x6d\x96\x10\x73\x19\x37\xe3\x30\xb6\x64\x28\x8b\xa4\xef\xa4\x3e\x9c\xc8\x15\x9b\x4e\xf4\x50\x0c\xc7\x2f\x0e\x84\xe3\x13\xb3\xcc\x11\x53\x00\x69\x91\x7b\xfb\x29\xc4\x00\x34\xe2\x98\xa9\x28\xdd\xfe\xe1\x47\xf9\x93\x83\xd8\xe9\x89\x49\x33\xe6\x4e\xbd\xcb\x07\x90\x1d\x25\x38\xc5\xed\x0f\xf8\xa2\x8b\xa2\xdd\x62\x0f\x41\xa8\xcc\x43\x6a\x43\xd5\x8f\xf0\xaa\xa8\x5a\xe5\x92\xf5\x71\xbc\x5f\xee\x9c\xee\xab\xa0\x48\x6c\x79\x52\x87\xf5\x97\xec\x3a\x44\x73\xc8\x1e\xef\xe7\x75\x19\xab\x07\x7c\xb8\x92\x38\x9e\xee\x5f\xf4\x77\xbc\xdb\x40\xff\x12\x3f\xf3\xd0\xf2\xd4\xc7\x7d\x83\x81\xf3\xfd\xc6\xd7\xc6\x6d\x5e\xbb\x4d\x9a\x1b\xcb\x4f\x5d\xeb\x3d\xd7\xff\xc9\x6c\xf1\xc7\xd5\xae\x77\xed\x4c\xd6\xc1\xb3\xd9\xed\xe1\xb5\x44\xeb\xe8\xc5\xab\xf5\x1f\x1f\xdc\xb2\xb1\x58\x16\x7f\x14\x91\x3f\x64\x5f\xbf\xb2\xa7\xea\x5d\x66\x82\xbd\xd1\x9a\x6d\x49\xd1\xfd\xa3\x76\x6f\xd7\xb1\xf9\x9e\x29\x1c\x76\xef\x37\x3e\xe5\x68\x44\x8f\x3b\xf4\x20\xaf\xa7\xdb\x45\x09\x3a\x90\xa3\xf6\xa6\xf4\x84\xe6\x39\x0c\xa3\x46\x12\xa9\x02\x9f\x3b\xa6\xa2\x3d\xe3\x6e\x05\x91\xdb\x67\x60\xb4\x22\xeb\x01\xb8\x99\x98\xde\x1f\xc9\x00\x90\x15\x66\xfe\x42\x91\x06\xa0\xe3\xc4\x58\x46\x29\x05\x60\x25\xc1\x80\x3f\x59\x01\xe0\xbe\xc5\x98\x75\x86\x0e\x20\x54\x8c\x69\xf8\x82\x2f\x40\x22\xff\xbd\xf1\xab\xe3\xbf\x7a\x62\x4a\x84\x79\x2c\x58\xaf\x02\x54\x52\x08\x7b\x89\x2e\x82\x7e\xb5\xa0\xc4\x51\x65\x51\x02\xd4\x1c\x95\x57\xb7\xa0\xc0\x9b\x57\xc4\x68\x9d\x08\x42\x63\xad\xf2\x66\xcd\x82\x72\xfa\x36\xf2\xe3\x66\xdd\x3f\x37\xe9\x2d\x05\x06\x4e\xc4\x4e\xbe\x60\x9f\xb9\xeb\x45\xf3\x48\xe7\xc3\x8d\x6f\x4f\xed\xb8\x3e\x04\x7d\x7a\x32\x2b\x6c\x7e\x64\x64\xf4\x9d\xc1\xc0\x57\xeb\x81\x89\x47\xaf\xa2\x3a\xc1\xee\xf6\x77\x8f\x67\xba\xd5\xd3\x8e\x39\x33\xfe\x9d\x0c\x25\x1f\x9d\x24\xe6\x09\x4d\x5b\xf9\x49\x4e\x07\x96\xf8\x6b\xb3\xee\x6f\x3b\x3f\x5a\xa1\xaf\xca\x4a\xf2\x76\x79\xb2\x6a\x54\x41\x13\x3f\xe8\x8c\x5c\x9b\x2c\x76\x8d\x6a\x74\xa1\xde\x70\xce\x23\x0f\x91\x70\x1d\x42\xb8\x64\x69\x87\xfc\xed\x72\x15\x19\x7c\xff\x90\x3f\x8d\x2b\x1d\x4a\x33\xd9\xd3\xcf\xd8\x39\x00\x6d\x1e\x17\xe3\x95\xe9\xfc\x15\xc3\x14\x95\x07\xc0\x87\x64\xfa\xeb\xc8\x37\x00\x85\x3a\xa6\x41\x8a\x0a\x00\x83\x52\x7a\x36\x8a\x83\xbf\x38\x08\x1f\xde\xbb\x67\xa8\xda\x01\xa2\xda\x19\xad\x2e\x30\x01\xa4\x1d\x67\x1e\xbe\xfa\xf2\x1f\x3d\x31\x16\x9c\x0e\x4c\xcb\x00\xf5\xb7\x04\xf7\x89\xc8\x82\x63\x63\xb6\xd8\x01\xc5\x51\xc2\x66\x4b\xb6\xec\x71\x0b\x4a\x3c\x7f\xdd\x39\xf5\xa8\x60\x24\x56\xa2\xd2\xc0\xe8\x54\x2e\xfd\xfa\x87\x9c\xfb\x8e\x4b\x2d\x03\x73\xef\x23\x3b\x22\xe8\xdf\x0e\x4e\x85\xfa\x95\xd5\x44\x8c\x52\x92\xfa\x71\x3e\x4c\xb8\x64\x7e\x90\xf9\xac\xd1\xfe\xc9\x9d\xf2\xcb\xd2\x5b\xcc\xc3\x6c\x0f\xae\x29\x89\x17\x91\x45\x12\x1e\x43\x3f\xe4\x9f\x0c\x66\xa6\x79\x92\xcd\x8d\xb7\x7e\x48\x89\xf3\x14\x5f\xbc\xd9\x50\x1d\x77\xc5\x73\x74\x59\xa4\x5a\x37\xd2\xd1\xd3\x63\x55\xb9\x22\x2c\x78\xcc\xeb\xe0\x1a\xba\xd8\x28\xf0\x80\x67\xd7\xc6\xd5\x7c\x43\x7f\x6f\x0f\x0c\xe2\x52\x76\x8b\x0f\xd1\x5d\x04\x39\x92\x5a\xe3\x1d\xef\x71\x16\x89\x4f\x3d\xe7\x75\xd2\x2d\x13\x7d\x2e\x61\xbf\xa7\x80\x6b\x10\xba\x37\xa6\x1b\x40\x38\x8c\xd1\x82\xdc\x04\x40\xf9\x3d\xa3\x0b\x85\x23\x80\x71\x11\xc3\x55\xca\xb2\x5f\x1c\x44\xa0\x12\xad\x37\xa5\x3b\x40\x5c\x0b\x7d\xf7\x19\x02\x40\xf6\x47\xa6\xb6\xab\x48\x80\xf2\x8b\xcc\xa1\x37\x1e\x01\xd4\xcd\xb1\xdd\xbc\x2b\x00\xd0\x32\xc7\x97\x2c\x78\x07\xdc\x3a\x85\x44\x0e\x29\xca\x10\xcf\x74\xef\x93\xe2\x35\xa3\xc5\xfb\x75\x11\x94\x8a\x02\xf9\xb1\x21\x6d\x2b\xda\x98\x6c\xf5\xf5\xc2\x87\x95\xd6\x87\x5b\xcf\xfe\xa8\x48\x97\x0e\xb9\x38\xc4\xf9\xb9\x26\x26\xb1\x62\xef\x34\xe3\xa7\xb4\xc0\xe3\xcf\x3e\x4d\x23\xba\x5e\x06\xc8\xbf\x8b\xfa\x62\x5b\xa1\x12\xa4\x32\x92\xf8\x5e\x25\xff\x74\xe0\xb1\xaf\x3c\xaf\x50\x69\xf5\x01\x0f\xbf\x6f\x3d\xf3\x8b\x27\x0f\x88\x9a\x4d\xe8\x18\x88\x4c\x0e\x38\xb1\xa0\xda\xf4\x21\x4c\xd5\x8f\x76\xf9\x46\xf5\xbb\xe0\x0e\x9f\xd9\x55\x8a\x07\xe6\x01\xcd\xbe\xfb\xd7\xd2\x4a\x2a\xfc\xa4\x7d\x3e\x6f\x9c\xcf\xf7\xf4\x35\xf1\x32\x40\xe8\x65\x3d\xf3\x61\xf0\x30\x44\xde\x4f\x7b\xeb\x75\xd1\x93\x07\x65\x91\xcc\xe7\x2e\xe4\xd5\x88\xb6\x88\x4b\x71\x8d\xf2\x7c\x8a\x31\x8f\x8c\x03\x10\x33\x63\xf4\x21\xdf\x00\x50\x17\xa1\x8f\x38\x5a\x02\x60\xbe\x40\x7f\xea\x38\x1b\x80\xcb\xc0\x6d\xca\xe3\x9f\x01\xc2\xbe\xd1\x2e\x9d\x78\x0c\x90\x3c\x44\xd7\x7f\x66\x02\xa0\x60\x8d\x8e\xfe\x5c\xe0\x3f\x7a\x62\xec\x59\x39\xef\xb4\x03\x3c\x33\xe4\x52\xe0\xa6\x81\x8e\xbe\xbb\x02\x5c\xd2\x48\xa2\xce\x5b\x1f\xb1\x54\x23\x06\xfc\xd0\x5b\x4e\xb9\x4b\xbe\x45\xd8\xf0\x3e\x53\x75\xbe\xac\xf4\x75\xfa\xa7\x17\x8d\x07\x5a\x11\xdf\x1a\xeb\x6f\x7b\xb9\x7c\x36\x7c\x73\x28\x07\x5d\xe0\xb7\x1c\xd6\xdd\x9c\x7c\xb5\xdd\x66\x41\xaa\x94\x2a\x31\xb7\x9f\xed\x6b\x64\x7a\x4f\xac\xe1\x27\xe9\x61\xb6\x24\xb7\x48\xab\x09\xc7\x7e\x85\x58\xba\xc8\xc3\xdf\xd6\x7a\x4c\x22\x85\x43\x17\x66\xe5\x1f\xeb\x07\xa3\xc3\x7c\x16\x0f\x35\x52\x07\x76\x87\x7c\x5b\x66\xa8\xae\xf6\xd3\x08\x21\xae\x3a\x54\x70\xfb\xbe\x08\x64\x5a\x3f\x5c\x7c\xcd\xab\x24\x38\x66\xe3\x5e\x3e\xd5\x6e\x1f\x4e\x75\x20\x19\xea\x6c\x4a\xba\x6b\x4c\x80\x00\x6a\x3c\xf1\x9a\x8b\xb3\xff\x1e\x74\x75\xec\x3d\x27\x1e\xbf\xd7\x98\xe6\xf0\x71\x00\xa9\xb7\x77\x4e\x1d\x99\xff\x77\xfe\xef\xe9\x7a\x33\xe6\x58\x09\x40\x44\xc3\x5f\xe8\x7f\x72\x10\x15\x0f\x6f\x50\x9f\x64\x00\x68\x3a\x79\x2b\xf4\xfc\x29\x80\xae\xb2\x9f\x3d\x31\xaf\x43\xd9\xdc\x59\x2a\x60\x6e\xa8\x86\x37\x5a\x22\x85\xf8\x78\x64\x43\x98\x45\x27\x75\xdb\xfd\xdb\x1e\x89\x0a\xb7\x67\xd8\xde\xc9\x4a\x85\x94\xf4\xad\xf5\xbf\xc6\x63\xb5\x6e\xb7\x2a\x4f\x7d\x1e\x92\xb3\xc1\x7f\xc6\xf5\xd4\x55\xbf\xc8\x8e\x5d\x9f\x2c\xe3\x69\x7e\xd9\xa4\xb6\x34\x96\xd2\x50\x95\xd3\xff\x66\x62\x3c\xf6\x43\xa1\xef\x27\xcf\xa1\xd7\x11\x94\x59\xa9\x5f\x4d\x5f\x75\x86\x04\xa4\x46\x4c\xbf\x79\x4a\x0c\xf8\x96\xd2\x33\x8b\x69\x1f\xf5\x65\x48\xee\x58\xa4\x69\xa8\xf6\xf1\x8e\x7d\xbe\xdc\xf1\xe8\x94\xd7\xd9\x98\x89\xd5\xe2\xf2\x20\x0f\xda\xa8\xe6\xf5\x98\x42\x79\x17\x7c\xb4\x27\x82\x23\x9b\xc1\xa5\x2c\x62\x1a\x79\x3e\xbd\xce\x89\x3a\xd2\x10\xa5\x9c\xec\xed\xc4\x16\xe6\x87\xc2\x27\xf8\x3b\xe8\x87\x78\x63\xe4\x22\xb7\xec\x08\xc1\x79\x58\xaa\xd0\x57\x00\x32\x5f\xe9\xca\x8f\x78\x01\xe8\x1c\xbf\x79\xf8\xb0\x09\x80\xf5\x8d\x1b\x78\x72\x09\x00\xff\x43\xd4\x18\x72\x65\x80\x04\xca\x2b\x4d\x47\x10\xbf\x72\x9e\x1a\xa5\x2b\xd3\xc7\xf2\x00\x3a\xdf\x53\x0f\x53\xbe\x03\x78\xa5\x78\xfb\xd1\xa5\x02\x80\x4f\x7d\xcc\xfb\xe9\x51\x00\x93\x21\x5c\x8a\x42\xfc\x70\x79\xa1\x96\x7f\x49\x6d\x74\x7b\x1e\x51\x28\xaa\xea\xf8\x74\xd3\x1e\x59\x22\xfd\x20\x85\x6c\x9d\x71\x3e\x43\xcd\xb2\x85\xe3\x2b\xdf\x27\x84\xb5\xc0\xf0\x4a\x4d\x78\xcf\x48\x92\xe2\x4c\x6c\xca\x62\x8f\xf1\xd3\xc2\x99\xd0\x10\xce\xfe\x95\xb7\xa9\x63\x93\xfe\xb3\xed\x8f\x47\x72\x06\xa7\xfc\xce\x3f\x92\x9c\xf4\x7b\xd9\xed\x4d\x53\x71\x66\x7a\xeb\xa9\xac\x87\x7d\x01\x72\xfe\x49\x73\xad\xdb\x78\xee\xe0\xd2\xbe\x3a\x19\xd7\xd2\x8c\x86\x95\xf8\x4a\x7f\xe7\xd4\x74\xb2\x35\xcf\x92\x62\x27\xc7\x94\x82\x0d\x86\xbc\x31\x47\x89\x24\x63\x84\x6f\x26\xc1\xfe\x71\x62\x17\x32\x2c\xed\xa5\x9d\x64\x5c\x3f\x8a\x98\x20\x4e\xea\xc3\xb1\x55\x8a\x61\xc3\x1c\x8a\xe6\xb2\x1e\x8a\x4a\xc6\x1e\x0e\x9d\x03\x90\xf3\xbc\xcd\x7a\x78\x0d\xc0\xf0\x2f\x1a\x85\x23\x1f\x01\x9c\x6a\xae\xe6\x1d\x5a\xf8\x77\x3f\x4a\xe9\xf3\x9d\x9c\x63\xff\xef\x5e\x90\x51\xd9\x3d\x6d\xff\x99\x3f\xbe\xd3\xf5\x5c\xd9\x00\x40\x5c\x65\xbb\xc3\xfe\x11\x5a\x09\xb4\x3c\x44\x39\xb1\xed\x56\x9c\xb3\xe8\x01\x67\x1b\x2c\x06\xb9\x4f\x46\x2a\xed\xe5\x14\x7a\x89\x5b\xa3\xb5\xce\xef\xc9\x97\x69\x41\x1b\xe7\x1e\xa9\x6c\xa5\xcf\xf7\xa3\xae\x7d\xbc\x1f\xbe\x31\xf4\xad\xf5\xcc\xe8\x61\xcf\x8a\x4f\xa1\x43\x3d\x1f\x1f\x3b\xaa\x7f\x76\x1b\xab\x7c\xc3\xe5\xe4\xfb\x7c\xed\x5b\xe0\xf3\x15\x07\xc5\xc7\x37\x67\x2f\x76\x64\xdb\xc7\xd7\x07\x2f\xcc\x36\x78\xd9\x85\x55\x39\x2c\xcf\x54\x8d\xd8\x17\x96\x44\xaf\xd2\x54\x98\xd9\xbe\x2f\x1a\x5e\xfb\x51\x34\x6b\xeb\x9c\xa7\xbd\xa1\x93\xbb\x68\x1d\x99\x23\x86\x24\x4f\xb7\xb1\x7a\x97\xa5\x86\x5c\x4e\xe9\xb3\x3e\x95\x7e\x06\x15\x9e\xc4\x6a\xa9\x9f\x82\xc2\x1c\x8f\xfa\x6c\x11\x9f\x7c\x05\x33\x10\x86\x33\xaf\x4a\x0c\xc5\xfa\x07\xd3\x02\x28\x75\xdd\x2c\x38\x94\xf4\x8f\xfb\xe1\xd8\xd5\x33\x87\xaf\x00\xc4\x30\xff\x9e\xf7\x55\xef\xf8\xee\x9f\xef\xdb\xc9\x3d\x77\x38\x90\xd9\x8d\x9f\x7d\x18\x5b\x2f\x0e\xfc\x1f\x27\x00\x44\x66\x07\x7a\x79\xf0\x26\x48\xf0\x6e\x28\xdd\x40\x0d\xe0\x5a\x45\x7d\x1c\x61\xaa\x07\x2d\x2d\xf7\x3a\xee\x74\x9f\xd5\x9a\xa3\x4e\x78\x99\x75\xe5\xf3\x85\x50\xfb\x53\xad\x0c\xf1\x2f\xa7\x6f\x84\xe8\xf4\xe6\x04\x2c\x4d\x29\x55\x5c\x7b\xf5\xc6\x6e\xfb\x2b\xd9\x58\x5d\x3f\x91\xe4\xc1\x30\xdd\xfc\x7a\xf2\x47\x63\xe7\x1d\xf3\xb7\x6f\xfc\xe6\xf5\x9b\xaf\x98\x2d\x3c\xbf\xba\x34\xfd\xa8\xd5\x3c\xa0\xbd\x60\x65\xa0\x22\x6b\xb7\x0f\x46\xb0\x7a\x72\xe3\x4c\x9e\x90\xb9\x6a\xc5\x77\x44\x48\xe6\x79\xf3\xb3\xa5\x38\xa4\x46\xda\x08\xc9\x03\x62\x9a\x94\xdf\x8e\x8e\x8e\xa5\x34\xb1\xcf\x51\xc6\x74\x87\x7d\x27\x71\x20\xc6\x86\x19\xde\xd8\xd9\x00\x0f\x00\x4d\xc5\x6b\x25\x07\x0b\x01\x2c\x4e\xff\x75\xf9\x3f\xeb\xf8\x9f\xbd\x20\x3b\x5c\xc0\xae\x07\xe1\x5f\x3e\x8c\x7d\x4c\x7b\x76\x7d\x18\x08\x63\x82\x1d\xef\x8a\xc2\xdb\x6f\x37\xb6\xde\x89\x49\x5b\x1f\xea\x7f\x88\x4d\x51\xf8\x12\x2c\xdd\xf4\x1c\x59\xa3\xfb\x31\xdd\x3d\x37\x65\xf5\x85\x5d\x47\xa5\x4b\x78\xf3\x62\x9b\xff\xd7\xe6\x33\x5e\xd7\x16\x4e\xe7\x5f\x68\x4b\xb0\xb9\x3e\x77\xac\xef\xfc\xe3\x51\x12\xff\xb1\xdb\x83\xe2\x3e\x5b\xb4\x58\x59\x23\x6e\xe0\x3a\xd4\xb1\x3c\x50\x69\x60\xe0\xf1\x8a\x7f\xcd\xb1\xe8\xa9\xe1\xb9\xee\x07\xeb\xaf\xf2\x7c\x0c\xaa\x1e\xeb\x21\xe4\x32\x0f\x18\x9e\x6d\x9e\x40\xf2\xa4\x85\x1b\x1d\xae\xe5\x46\x51\x26\xf3\x18\xb4\x3d\xaa\x43\xab\xc6\x7a\x1b\xf8\x57\xee\xc1\xdc\x8c\x8c\xd0\xef\x2a\x93\xc3\xd2\x85\xdc\xd6\x1f\x2e\x6e\xc3\x26\x04\xed\xd7\xb3\x2e\x7c\xb6\xe9\xe5\x13\x0a\xa0\xf7\xfa\x72\x05\x59\x15\x80\xfd\x9d\x9f\xeb\x21\xe5\xbe\xd9\x3b\xfd\x37\xbb\x3e\x8c\x86\x9f\x73\x64\x27\xe7\x58\xe5\xfd\x93\x83\xb8\x2a\x74\x04\x36\x14\x60\x9d\x49\x94\x2e\x7e\xea\x07\x61\x82\xb7\x46\x46\x68\xf0\x11\xde\x55\xfc\x8d\xd9\xf3\xce\xbd\x38\x29\xc5\xb7\x9e\x06\x15\x0f\x31\x92\x7a\xc5\x31\x23\xc9\x0f\x11\x3d\x76\xd4\x39\x2f\x02\x47\xd7\xd9\xbd\xc5\xcb\x1c\xdd\xc6\xd7\xa8\x52\x16\x1f\x8c\x58\xed\x59\xb9\xde\x56\x52\x1d\xa7\x17\xb7\x1c\x32\xd9\x59\x5d\xaa\x25\xbe\x92\xb4\x7c\xb9\x12\xad\xc9\xbe\x6a\xba\x4c\xa8\x30\xd5\xd8\x98\xdf\x5a\xf5\x2c\xb9\xa9\x49\x35\xbe\xb6\xbe\x94\xe3\xaa\xd5\xfd\x5e\x02\xb1\x37\xf3\x90\xf6\xf2\xab\xdb\x88\x0f\xf7\xb9\xff\xa7\xff\xe2\x76\xa3\x21\x96\x3c\x84\x4a\x73\xb4\x6e\x7e\x93\xdc\x4f\x95\xe4\xbf\xd0\xa6\x7e\x70\x66\xf3\xa9\x97\x06\x80\xc1\x9e\x9f\xf7\xb9\xe7\xe6\x9e\xdf\xb8\xa8\xb2\x73\xff\xff\x70\x20\x1b\x44\x00\x6a\xec\xf1\xe0\x6f\x78\x98\x64\x12\xa5\x5b\xf8\xb0\x9f\x68\xc6\xb3\x2c\x3a\xf8\x04\xb5\x1d\x29\x21\xa8\x5b\x51\xcd\xba\xb5\xa5\xc4\x60\xeb\x96\x5d\xb4\x19\xa5\x2f\x15\xe0\x12\x15\x81\xe1\xb0\x71\x88\xb3\xf4\xbe\x84\xe2\xf0\x0a\x48\xa7\x71\x7c\x89\x3c\x9d\xf8\x21\xbb\xce\x42\x17\xf1\xa6\x42\x3b\x87\x51\x6f\x68\xc3\xfc\x35\x5d\xc1\x11\xb5\xea\x75\xbf\x55\xab\x42\x65\x15\x5a\x84\xc2\xc6\xb5\x2c\xd5\xdd\xfe\x0f\x9a\x35\x56\x44\x6a\xea\x07\x95\xbd\xd3\xc9\xc8\xde\xc4\x00\xd5\x82\x91\x18\x94\x71\xbc\xbd\xda\xa1\x77\x5d\xe8\xa8\x28\x47\x35\xba\xd7\x97\x30\xaa\x61\xb5\x6a\x0e\x3d\x65\x18\x62\xb0\xa9\xda\xdd\xa7\xdc\xd8\x6e\x7f\x7e\x92\xff\x42\x8d\xa9\x95\x6b\x73\xc0\x93\x4a\xed\x66\x23\x1b\x4e\xd9\x75\x18\xc0\xea\xda\xcf\xf5\x84\x31\xfe\x9c\xa4\x3e\x8c\xfa\xd6\xdf\x39\x90\xa9\x5b\xff\x2d\xff\x5e\xe5\xfd\x3d\xff\x1d\xfa\x0b\x3e\x31\x7d\xa5\xbf\xf3\xec\x00\x31\x8b\x8f\x56\x38\xb4\x61\x74\x7b\x53\xb2\x4a\x73\xa8\x78\x0c\xdf\xa7\x7c\xd6\x9c\x2c\x39\x69\x2b\x5c\xf7\xad\x53\x5b\x08\xdd\x66\xa8\x95\x59\xa0\x91\xdb\x5e\xec\x35\x0f\xc6\xc8\xe7\x24\xfe\xc1\xec\x34\x86\x2c\xdf\x3a\x6e\x5b\xcf\x16\x4d\xdd\xa6\x9b\x24\xa4\xfe\x1d\xc5\xfa\x91\x3e\x85\xa8\x98\x86\x12\x40\x32\x26\x21\x15\x46\x50\xaf\x91\xcf\x12\xcc\xe5\x6f\x62\xfe\x46\x1f\x8b\x12\x91\x9b\x47\x76\xa0\x43\x23\x2e\xcb\x9b\xcf\x3d\xc3\xc4\x06\xfb\x2b\x50\x4f\x51\x60\xb6\x02\x8b\x15\x24\x3e\x97\x62\xbf\xfa\x60\x15\x8a\xde\xcb\x6c\x9a\x79\x9d\x53\x3c\xff\x56\x77\x33\xcb\x73\xbf\xe2\xc5\x97\x51\x38\x5e\x57\x5a\x45\xad\xe7\xd7\x71\x99\x4e\xd3\x8a\x7f\x77\x79\x6d\xb1\xd8\x35\x03\xb8\x59\xfd\x7e\x1d\x94\xdb\xfe\xce\x81\x8c\xb4\xfd\x9c\xe8\x8c\xff\x96\x7f\x4f\x66\xfd\x9c\xef\xf1\x00\xd4\x97\x29\x99\x7b\x38\x61\x8a\xd9\x9c\x8e\x9e\xe4\x81\xa8\x58\x24\xfc\x90\x10\x92\x57\xc9\x48\xdb\xfe\xac\x34\xa5\x83\x8c\x26\xc7\x3f\xd3\xbd\x67\xe1\xe6\xa3\xb9\xe5\x61\x51\xef\xfc\xd2\x71\x11\x27\xe0\x4a\xe7\xf3\x64\x97\x7f\x18\xde\x64\xbb\x5f\x12\x7c\x46\x57\x70\x53\xb0\x32\x21\xe8\x88\x3a\x03\x56\xbe\x27\x25\x4c\x4c\x51\x1a\x7b\x68\xb2\x35\xec\x8c\x2c\x1e\x33\x84\x5e\x08\xfd\xfe\xbf\xf8\x07\x69\xd1\x35\x83\x4d\x3f\x77\x67\xe9\xb1\xd9\xb6\xcd\x4f\xae\x9d\x32\xe1\x93\x49\x38\x2a\x97\x58\x59\xf2\x91\x3e\x9c\x8d\x53\x83\xcc\xda\xfb\xc5\x2d\x0a\x3b\x1f\x19\x97\x81\x99\xad\x20\x6b\x6e\xd9\x03\x7d\x86\x5b\x6f\x2d\x85\x7f\xf5\x04\xfd\xc9\x81\x0c\x1e\xdf\xf3\x5f\xbe\x7f\xff\xd3\x03\x31\xd8\xfb\x87\x07\xe2\x20\xcc\xdd\x33\xbc\x9d\x55\x65\x09\x9a\x3c\xb9\xec\x5d\x39\xca\xc4\x58\xf1\x66\xb1\xc2\x04\x56\x42\xa5\xd2\x59\xe5\x9a\x90\x85\x6d\x3d\x5d\x43\xa3\x1e\x57\x34\xbe\xd7\xfc\xa4\x45\x0d\x89\x7f\x30\x5f\xdc\x1a\xf6\xdf\xe3\x78\x6c\x97\x7f\xb8\x86\x23\x14\xb2\xbb\xd5\xab\xd3\xe3\xc2\x1a\x0f\x7a\x5e\x57\x52\xdc\x44\xbc\x9e\xf6\x6e\x91\x3b\xb6\x49\x9c\xdc\xef\x75\x49\xca\x1b\x77\x72\x53\xd6\x83\x7c\x97\x7f\xd0\xda\x92\xc6\xa5\xd9\x1b\xef\x7a\x1f\xfc\xb0\xfa\x5b\xf7\xac\x29\x49\x7d\x17\x12\x4c\x73\xdd\x5b\xb9\x16\x5d\xe2\xa8\x29\x5e\xfc\x15\x53\x32\x09\xff\x51\x77\xbc\x8c\x31\x46\xe2\xed\xc7\x2a\xbc\xa5\x31\xef\xaf\xeb\xa0\x52\xe5\xe7\x7c\x71\xe1\xe7\xfc\xae\xf2\xcf\xf5\x93\xfa\x50\x66\x76\x7c\xff\x7f\xf6\x20\xb4\x3e\x00\xb8\x36\x73\x62\xfa\xa1\x06\x00\x63\xea\xb5\xf6\xfc\x5b\x90\xcd\x63\xc6\xfc\x32\x05\x88\x6b\xe2\x54\x02\x8f\x22\xfd\x89\xb7\x14\xdd\x65\xe5\xbd\x9b\x09\x4e\xda\x6b\x6a\x38\x87\xa0\xed\x60\x33\x6f\x43\x13\x2b\xcf\xed\xd3\xf6\xcc\xa6\xed\x66\xb4\xf8\x17\x5e\x73\x16\x13\x86\x17\xf0\x15\xe1\x3c\x96\xa3\xbb\xfc\x43\x34\xfe\x58\x05\x9f\x2d\x42\x31\x0f\xbf\xa7\xcd\xc7\xd6\x5e\xb6\x68\xab\xeb\x2d\x87\x9d\x96\x14\xf7\x56\xe7\x94\xb9\x2d\xab\xc4\xb1\xad\x90\xcd\x93\xb6\xcf\xc4\xcc\xf1\x12\x5b\xc5\xe6\xbe\xa2\x55\xf8\x7c\xfc\x1e\x93\x98\xff\xe5\x7d\x10\xd9\xb7\xca\xba\x7d\x52\xbb\x57\x84\x69\x3e\x66\x9b\x41\xfb\xa0\x88\xf3\xd4\xc0\xb6\x8e\x66\xc3\xaf\x9e\xa4\x3f\x3d\x10\xb8\x96\xff\x96\x7f\x7f\xda\xf1\x20\xf4\x7c\xfe\xc3\x03\x21\x06\xb0\x87\x75\xcf\x9e\xa2\x43\x00\xf7\x1a\x6e\xfe\x95\x76\x15\x16\x39\x91\x74\x7a\xd1\x39\x60\x27\x52\xc8\xee\x17\xe0\x4c\xfc\x2a\xbf\x57\xc8\xd9\x75\x8b\x78\x45\x73\x51\xee\x94\xcd\x51\xc2\x7d\xa3\x50\x55\xb2\x5d\xfe\xe1\x02\xe1\xba\xeb\x35\xad\x61\x5d\xc2\xf6\x60\x90\xaa\x9e\xbb\xe6\xe7\xed\xf0\x04\x72\x43\x71\x95\xb9\x6d\xaf\x5c\x73\x43\xa5\x5d\xfe\xc1\x00\xff\xf2\x29\xd2\x8c\x5e\xea\x32\xfe\xd5\x60\xa0\x29\x8d\xb8\x14\x7e\x6e\xea\x81\x31\x9d\x68\x28\x7e\x19\x71\xd4\x88\x75\xb7\xf7\x62\xc7\xfb\x20\x68\x4e\x50\xde\x1e\x54\xb9\xf8\xbf\xbc\x0f\x02\xb2\x1b\x17\x08\x22\xf2\xd9\x00\x35\x17\x7f\xae\x77\x60\xa7\x0f\xe7\x77\x1f\xca\x2a\xd3\x1f\x1c\xd0\x8e\x0f\xa4\x85\xf3\xe7\x2c\x17\xdf\xe1\x20\xea\x01\xae\xfa\x1f\xd3\x48\xaf\x07\x60\xd0\xb9\x38\x1a\xfb\x04\x80\x4b\xf9\xd6\xd1\xe0\x33\x50\x2a\xc2\xc3\xfc\xcc\x8b\x01\x94\x64\x24\xb9\x2e\x3b\xd8\x11\xeb\xd5\x6d\x45\x15\xcd\xd3\x89\x07\x0c\xe3\xe4\x8f\x1b\xfb\x12\x16\xcc\x9d\x14\xfa\xf4\x94\x08\x2b\x4e\x37\x15\x40\xfb\x34\xe1\x89\x8f\xa1\x72\xa0\xba\x37\x21\x21\xe2\x8e\x6a\xbf\xb2\x0c\xc1\x39\x55\x4e\x6d\x5c\x3e\x9a\xa0\x51\x68\xad\x9e\x28\xb3\x4e\x38\x55\x3d\xa9\xb9\x2e\x39\xb6\x4d\x78\xbc\xa1\x75\x43\x6c\x71\x7b\xeb\xcd\x1e\x4d\x0f\x11\xd8\x7e\x31\xb1\xa5\xd5\x2c\xec\xbb\xdd\xb5\xb6\xa1\xa5\x2b\x14\xb1\xbd\xb4\x6d\xac\xa1\xb4\xeb\x7d\x88\x22\x2c\x10\x9c\x65\x1d\xf8\x06\x89\x57\x08\x55\x52\x88\x7f\xf3\x0f\xcf\x76\xf8\xd0\xdf\x7d\x28\x48\xf9\xff\x9e\x7f\xb7\xa7\xed\xe4\xdf\x77\x7f\xcf\xbf\xef\x37\x00\x50\x37\x1c\x2b\x8f\x0b\x07\xb8\xdd\x42\x55\x1f\xce\x07\xc0\x61\x7c\xdd\xd6\x27\x13\x96\x04\x19\xe9\xaa\x9c\x0d\xc0\x52\xb6\x91\x83\xdb\xaa\x1e\xae\xa9\x1e\xe5\x75\x35\x36\x27\xbe\xd1\x71\x13\xbe\xb3\xcb\x3f\xb0\x11\x6d\xad\x2b\x24\x5b\x35\x90\x44\x7e\x8f\x69\x99\x67\x2a\xdd\x44\xde\x60\x23\x99\x31\xc5\x3a\x22\x63\x4c\xb2\xac\xb5\xdc\x17\xc2\x72\xe6\x25\x85\x2c\x99\x71\x42\x5f\x91\x96\xd2\x71\x49\x37\x42\x6b\xed\x05\x25\x66\x31\x0d\x42\x7b\x67\xa9\xa2\x99\x88\x2f\x21\xa5\xbf\x4b\x29\x4d\x48\x86\x50\x3e\xca\xa0\x78\x44\x30\x9c\x10\x34\xcf\xac\xa4\xc9\xaf\x4c\xc0\x60\xea\x65\x7a\x76\xb8\x87\xe4\x3f\xbd\x0f\xbf\xf8\x07\xd2\x7d\xf0\xf3\x79\x88\xcf\xfa\xfd\x1c\x24\x79\x30\x3a\x15\x7f\xce\xea\xfd\x3b\xfc\x47\xc3\x8e\x07\xe4\x28\xc0\xf9\x44\xb2\x86\x90\x53\x3f\xff\x0e\xc9\x04\xa0\xa9\xa4\xa4\xf1\x15\x07\x60\x4b\xbc\xac\xe9\x6a\x06\x20\x50\x43\x7b\xd1\x66\x1c\x7a\x25\xd1\x0c\xc9\xa6\x66\x10\xad\x28\xc4\xd2\x63\x98\x08\x27\x35\xb7\xf9\x2e\xeb\x18\xc1\x3e\xfd\x47\xfc\x1c\x5a\x47\x88\xa3\x96\x6c\x42\x7d\x6a\x43\xc4\x67\x4e\x1f\x45\xca\x94\xfc\x88\xcf\x7c\x0b\x44\x86\x14\x62\x88\x15\xa1\x42\x62\x36\xb2\xf7\x88\x31\x89\x85\xe2\x18\xa9\x55\xa2\x5b\xe6\xa2\xc4\xf6\x2e\xff\x30\x40\xa4\xab\x4d\x91\x11\x14\x2e\x26\x4a\x76\x2c\x4b\x91\x0b\xda\x12\x65\xfb\x98\x25\x15\x05\x2c\x88\xb4\x1f\x7b\xa5\x06\xf9\xa5\x89\x57\x7e\xdc\x91\xfa\xc4\xe7\x44\x64\x5b\x6b\x91\x7c\xc0\xeb\x47\xf4\x22\x92\x8b\x85\x91\xf6\xe1\x57\xee\xff\x3b\x0f\x46\xf2\x60\xbc\xbf\xf6\x73\x3e\xdd\xe1\xe3\x6a\x8f\xec\x5c\xff\x34\x3f\x67\xca\xce\xbf\x8b\x58\xff\x39\xbd\x4e\xfc\x9c\xde\x73\x00\x37\x5c\x8f\xfd\xed\xe2\x00\xc0\x60\x40\xc5\x64\x6f\x0b\x20\xb0\x78\xf3\x2f\x0b\x4a\xc0\x89\xcd\xdc\xca\x34\xda\x03\x75\xf2\x9f\x18\x41\x47\x10\x02\x55\xd7\x58\x8f\x68\xde\x05\x65\x5d\x19\xce\xdb\x6a\x1b\x20\x68\xd2\xcd\x7d\x5d\xa5\x11\xee\x59\xbf\xe1\x49\x57\x44\xc0\x59\xd7\x77\x7c\x53\xb2\x2f\xe0\x8a\x3f\x96\xcf\x59\xe6\x31\x71\x35\xa2\x47\xf0\x8b\xd4\x04\xb1\x2d\xe5\x8e\x28\x99\xb8\x21\x71\x24\x5b\x42\xa8\x5b\xb4\x9d\xd8\x55\x12\x24\x42\x25\xa2\x4b\x0c\xac\x6b\x16\x57\x10\xe2\x27\xc6\xb6\x9b\x8a\xb1\x09\xec\x25\x66\xf4\x3e\x17\x3d\xc1\x67\x4b\xcc\x1b\x4c\x10\x51\xe3\x55\x23\x66\x4d\x0c\x8b\x68\x73\x7f\x26\xbe\x9a\x0f\x10\xcc\xe3\x46\x13\xbb\x91\xf6\x42\x72\x5c\x41\x70\x93\xd8\xcb\xcb\xba\xeb\xc5\x7a\xfe\xfb\x39\xf8\xfc\xe4\x0e\x07\xb4\xf2\x3b\x07\x74\xdf\x64\x87\x83\x91\xdb\xe1\x60\x22\x7e\x4e\x5f\x5e\x80\x0b\x93\x64\x25\x66\x9c\x00\x7f\x37\xec\xd9\x63\x35\x04\x40\x37\x7f\x3c\xc2\x42\x12\x80\xfb\xe8\xc5\x18\x13\x27\x00\x31\x71\x1a\x19\x9d\x1c\x58\x93\x39\x73\x6b\x42\xfd\x20\xb4\x28\x4f\x30\x18\xab\x64\xc0\x03\xcd\x3a\x26\x1e\x25\x3e\x78\xa8\x37\xc6\xe4\xa4\x28\x09\x21\x16\xb5\xac\x8b\x72\x69\xe0\xef\x60\xcb\xd6\x28\xcb\x0e\xba\x9e\xbc\x9c\x8d\x52\x47\xc1\x34\x00\xc5\x79\x45\x7c\x08\xf4\x23\x6a\x38\x73\xc5\x2f\xc2\xa5\x14\x7d\x3e\x71\xd1\x42\xd8\x9b\xa3\xc5\xbf\x2d\x94\x09\x27\x4a\xcb\xf8\x1c\x05\xa2\x81\xaa\x5a\x8e\x77\x9e\x5f\x8a\x48\x6c\x6d\xe1\xbf\xc2\xe7\x41\x9c\x7e\x96\x2e\x10\xc9\xc3\x42\x24\x0c\x74\xf1\x25\x73\x0d\xc2\xf9\x61\x22\x4f\x22\x97\x11\x9c\x98\xb2\xe2\x3d\xc3\x69\x05\x2c\x4b\xe9\xdc\xb2\x00\x87\x1f\xf3\xfd\x5f\xef\xe4\xad\x0a\x7e\xf2\x83\x71\xff\xee\x89\x91\x60\x15\x9a\x3f\x5b\x04\xa0\x54\x25\xd6\x79\x25\x0c\x40\x3b\x52\x9a\x8e\xb6\x19\xc0\xd0\x4f\xfe\x09\xd3\x79\x00\x53\x0b\x55\x63\xee\x53\x30\x6d\x26\xa8\xfd\x45\x34\x0d\xa4\x4c\xbc\x4c\xd8\x94\x24\x89\xad\x66\xe9\x56\x0e\x3a\x43\x84\x35\x53\x7d\xf7\x97\x16\x44\x82\xba\xc1\x5a\x84\x8a\x43\xd7\x76\xb6\x1e\x79\x9a\x9b\x47\x3c\xbe\x51\x9b\xa9\xa4\x25\xe0\xc1\x2e\x07\x12\xad\xf2\xb4\x3b\x30\x62\x69\x4b\x4d\xf1\xcd\x5b\x54\xe4\x67\xdc\x0f\xb9\xa6\xaf\x19\x31\xd4\x38\x41\x19\x87\x35\x8d\xf8\xb0\x2d\x32\xa9\x38\xd4\x40\xd4\xa9\xad\x57\x92\xda\xe8\xd9\x10\x1f\x7c\x82\x04\x25\xf6\x2f\x3f\x75\xc4\x2b\x89\x01\xac\xbe\xcf\xfc\xdc\xb2\x14\x17\x36\xcb\x47\xef\x6b\xb9\xd4\xd6\x26\x9f\x27\xfd\x47\x4f\x99\xa9\x4d\x21\xcf\x81\x41\x6d\x99\xc6\xcd\x6d\x57\xc3\x57\x2f\x65\x53\x71\x6a\xce\xfe\x3d\x22\x72\x69\xb8\x30\xa7\xd4\x2e\x17\xb9\xe1\xad\xd3\x76\x23\xad\x5f\x14\x44\xb6\x6e\xda\xbd\x03\xf8\xbb\x84\xbd\xf7\x3f\xfb\x40\xe2\x20\xd8\x17\x78\x29\x8e\x7d\xff\xb5\x0f\xd2\xe6\x42\x8c\xe7\x98\xfe\xd1\x97\x73\x47\xca\xe9\x16\x17\x80\x49\x87\xec\x2c\x63\x29\x80\x05\x5a\x79\x88\x5b\x00\xc6\xac\xc8\xb5\x9e\x8b\xcd\x81\x92\x95\x8b\xe1\x31\x25\x73\x62\x8b\x85\xac\xb9\x8b\x4e\x16\x01\x67\x56\xe7\x12\x6a\xa1\xb0\x3d\x6b\xfc\x38\x8c\xde\x35\x74\xfb\xa4\x01\x4d\xea\x53\xdf\x2a\x3c\xb7\x8e\x59\xe9\xdf\x21\x0f\xb6\x4a\x35\x62\x1a\x0d\x22\x1a\x76\xfb\x71\x3c\x94\x88\xef\x1c\xe2\x5f\xe1\xf6\xcb\xc7\x4f\xcd\x24\x3e\xdf\x7c\x2d\x63\x8a\x3c\x92\x24\x88\x4b\x97\x66\x43\x31\xc5\x1e\xdd\xa2\x92\x72\x47\xfd\x88\x2c\x27\xf9\x50\x48\x1e\x90\x69\x7a\xe9\x6c\xac\x80\xdf\xe4\xe7\x16\xd9\x71\xac\x96\x3f\xf3\x20\xad\xbc\x22\x36\xd1\x2f\xa2\x9f\x56\x0e\xb1\xe9\xe5\xc9\xdd\xe3\xa6\x40\xdc\x54\xf5\xaa\x22\x79\x40\xda\x28\x14\x1f\xe1\x62\x9c\xa5\x9a\x02\x15\x46\xb6\xe4\x6d\x87\x01\x2e\x12\xb8\x6d\xff\x16\x02\xa0\x67\xe4\xd1\x3d\x24\xf9\x0f\x0e\xe2\x3d\x6f\xf1\xc9\x30\x00\xd9\x45\x81\x8e\xb3\x48\x00\x8d\x68\x91\x94\x2b\x1b\x00\x06\x04\xf1\x75\x9a\x31\x00\x8b\x20\x59\x6f\x66\x2e\x00\xeb\xf3\x8a\x4d\x9c\xf7\x01\x61\x3b\xa4\xbe\x26\xca\x02\x46\xb6\x22\xfa\xb4\x8a\x41\x44\x5d\xab\x10\x8b\x55\xa3\xbb\x84\x14\xcb\x05\x27\x15\x5b\xea\xed\x3a\xb3\xfb\x81\x15\xee\xb1\x78\x7b\x63\x91\xe4\x43\xc1\xca\x5b\x39\x7a\x99\xc5\x06\x91\x09\xbb\xfd\x38\x57\xd4\x86\x9f\x7f\x49\xca\xdc\xac\x54\xee\x7b\x1f\x9e\xd2\xb7\xc9\xaa\xc0\x3c\xcd\x91\x96\xfa\x27\xff\x81\xeb\x96\xc2\xa2\x6c\xa2\x51\xeb\xcb\xd2\x25\x68\xa6\x88\xf9\x69\x3d\x39\x32\xb4\x69\x04\xe6\x8b\x95\xbc\x04\x1a\x13\xd6\x36\xf4\x59\x5e\x11\xbb\x37\x30\xe4\x2d\x85\xc2\x33\x2c\x7d\xe0\xd9\xde\x97\x8a\xfa\xd8\x0d\xdf\x03\xa4\x3e\x9c\x3f\x39\x98\xda\x2c\x15\x67\x9c\xbf\x8b\x18\xc0\xe5\x4f\x3c\xb1\xfb\x6e\x03\xdc\xbd\xc8\x7d\xe8\xd0\x22\x00\x7b\x21\x7b\xea\xd1\x44\x00\xb1\x60\x9e\xc2\x93\x4b\xff\xf0\x41\x6c\x08\xfa\x5d\x76\x04\x30\xd9\x10\x1b\xa1\xf5\x00\xb0\x4a\x97\x62\x66\xa0\x05\xb0\xdf\x56\x48\xe6\xa6\xd8\xed\xcb\x51\x77\xfc\xa2\x9b\xa6\xf4\x86\xe8\x62\x1b\x6b\xf6\xc6\xf0\x02\x41\xc6\xa6\xd8\xbe\xce\x81\x6f\xfb\x84\x45\x72\x90\xbe\x6f\xca\x16\xc6\x94\x25\xb1\x3a\xfc\xf6\xd6\x7e\x03\xa3\x22\xb3\xd8\xb1\xcd\x0f\x3a\xe7\x9b\xae\xa4\x5e\xdb\x74\xd7\xb0\x7e\xe6\x9d\xd6\x85\x2d\x52\x29\x18\x16\xc8\xcc\xc1\x2c\x29\xa8\x2f\x92\xe5\x48\xec\xf0\x30\xc3\x9b\x4d\x32\xc1\x88\xd5\xa4\x27\x9b\xfb\xa4\x33\x50\xe4\xb1\xc3\x8b\x9c\xb2\x28\x14\x77\xdc\xc9\xa9\x13\xf2\x07\xd1\xb7\xa2\x4c\x86\xef\x29\xd6\xa3\x15\xa3\xa2\x07\x58\x94\x6e\x63\x4e\x87\xef\x79\xa1\xa3\x4c\x8b\x19\x0e\x8e\xea\xa6\x55\x8e\xc1\x7a\x05\xb0\xb4\xb3\xaa\x2a\x63\x1f\xf8\x67\x91\x3c\x20\x24\x0e\xa6\x52\x58\x9d\x0f\xc7\xe5\x96\x0a\x70\x25\x8a\xa3\x64\x1f\x23\x00\xa3\x17\x87\xfb\xe1\xf0\x5f\xfb\x20\xd9\xca\x73\xf9\x94\x37\x80\xaa\x04\x6f\xc7\xb9\x83\x00\x06\xfb\xf8\x79\x2f\x8d\x02\x58\xdc\x16\xe7\xbb\x6d\x06\x60\xff\x58\xbc\xf2\x6e\x2c\x80\xcb\xac\x6c\x0a\x67\x0e\x2c\xb9\xbb\xaa\x24\x89\x0d\x80\xb2\xdb\x4b\xed\x42\xe5\x40\xa2\xbc\xcb\x59\x93\x1c\xe3\x5a\xc2\x49\xbb\x44\x5b\x70\xca\xc4\xbf\xb5\xe6\xf5\x6b\xf5\x5f\xdf\xd2\x37\x8f\x89\xdf\x8a\xae\xda\x5c\x33\xe6\x28\x94\x4a\x3d\xba\x79\x58\xef\x66\x83\x75\xc6\x07\x2c\x9d\x66\x4d\x2f\x67\xce\x37\x4c\xa5\xaa\xfe\xa7\x98\xbc\x4c\xcc\x29\x05\xe6\x35\xe6\x02\xb6\x3f\x79\x98\x75\x61\x39\x05\x44\x6d\x8a\xcd\x77\xa4\x82\x1e\xd2\x2b\xe9\xe8\x08\xa7\x62\x07\x2a\x38\xee\xfa\xc0\x37\x65\x19\x34\x63\x74\x6a\x2f\x5e\xd5\x1f\x6d\x17\xbd\xaf\x9b\x5a\x35\x1a\xa3\x12\x56\xd7\x71\x4c\xb5\x12\xab\x16\xe8\xdd\x38\xa0\xee\x87\x75\x0a\x14\x25\xf5\xe1\x3c\xc0\x68\x1e\xdb\xf4\xf7\x0e\x29\x0d\xd4\xe4\xc1\x5d\x70\x6f\x00\xb8\x7e\x81\xfb\xe8\xfe\x01\x00\x56\x71\xce\xd3\xe4\x2f\x00\x78\x82\x39\xe8\x8f\x2d\xfc\xbb\x27\xc6\x38\x91\xaf\xf3\x72\xc1\x3f\x7a\x62\xd8\x25\xbe\x33\x2d\x01\x78\xfe\x90\x09\xe7\xfe\x0b\xc0\x0b\xa9\x58\x27\x22\x03\x26\x3e\x3c\x1a\xad\x4a\x91\x44\x29\xcf\x68\x23\x36\x13\x89\xed\x37\x8e\xa3\xb6\xa1\xae\x4f\xf1\xb7\xed\xf9\xbd\x3e\x84\x8a\xed\xf6\xe4\x58\x99\x28\x17\x72\xa6\xf3\x62\x0f\xe8\xf7\x34\xbc\xcb\x93\xc5\x1c\xd4\x6a\x78\x69\x58\xe4\x84\x3e\xaf\xa6\xf2\xc5\xb9\xb4\x1f\xe5\xad\x64\xbc\xbc\x5c\x9e\xfc\x67\x2f\xce\xc2\x3b\xc5\xf3\x1b\xbc\x99\x1d\x63\x52\xca\xac\x88\xc2\x34\xee\xc1\x16\xd5\x7e\xc4\x4c\xea\x77\x92\x0f\xa5\xfb\x9c\xfa\x49\xb4\x61\x74\xfe\x63\x53\x0d\x16\x74\x5e\x54\x2b\x89\x83\xd9\xf5\xa1\xdc\xd0\x12\xc3\xce\xfb\x33\x94\x31\x6a\x0b\x6f\x5e\xf5\x3b\x99\xdf\xae\xc3\xb7\xd9\xe3\xa5\xf4\x8b\x8f\x62\xad\x67\xdf\x4f\x9e\x00\x20\x64\xce\x7e\x88\xa2\xe0\x17\x07\xf1\xbf\x7a\x62\xdc\x3a\xc5\x4a\x18\x2b\x00\x7c\xe8\x25\x8f\xb1\x21\x01\x02\x6b\xe5\x36\x44\x4e\x80\x59\x30\x83\xea\x82\x52\x33\xd1\xda\x37\x58\xbf\xc4\xa8\x7c\xfb\x9d\x3b\xbb\xd5\x13\xd7\xd9\xad\x0d\xc7\x60\xf7\x9a\xb0\x79\x1c\x85\xad\x77\xd4\xbe\x94\x28\xac\xa3\x39\x6f\x5e\x57\xce\x13\xf4\xa8\x21\x63\x13\x73\xc9\x61\x54\x91\xce\xdd\xbe\x89\x8a\x0a\x64\x93\xfa\x81\x89\xa5\x2a\x3f\x64\xab\xb2\xcd\xd2\x97\xca\x2e\x74\x86\xc2\x97\xd5\xe0\xa2\xf0\x35\x11\xc5\xeb\x6b\x23\x79\x4e\xdf\xae\x28\xff\x58\x4f\xce\x19\x1e\x4e\x55\xf3\xd9\x30\xc8\x6a\x79\xbd\xa5\x61\x8d\xa0\xcf\xe0\xef\xae\xd1\x94\x45\x76\x25\x0b\xb5\xdf\xd1\xfa\x81\x32\x48\x98\x6e\xf6\xd4\x12\x40\xa7\x45\x4b\x93\x7c\x28\x95\x53\x3a\x92\x98\x17\xa1\x6d\xc5\x19\x7a\x47\xb1\x12\xc1\x32\x45\xc7\x74\xc2\x37\x85\x7d\x3d\xf2\x32\x75\xb6\x36\x4b\xbd\x19\x01\x68\xe8\xd9\xf4\xc9\xc2\x01\x58\x59\x59\xcf\x1f\x41\x03\x88\x86\xb3\xbe\xa4\xc8\x07\x50\xa4\x65\x91\xa5\x94\xfb\xd5\x13\x63\xc9\xc3\x81\xbf\x70\x06\xc0\xc5\x9f\x27\xf3\x9a\x2e\x80\xf7\x7b\xe1\x7e\x06\x46\x80\xc0\x50\x09\x36\x8e\x44\x80\xb0\xfb\xb2\x49\x22\x1f\xc1\x26\x12\xab\xcc\xa8\x14\x4e\xe4\x09\xf1\xd6\xed\x34\x75\xdb\x8e\xf0\xd3\xb3\xb0\xf4\x3c\xb6\x75\xcd\xd5\xdd\xa5\x38\xe6\xfb\x6e\x4f\x8e\x95\x95\x51\x76\x4f\x11\xd9\xae\x17\x85\x5a\xb7\xe6\xb5\x68\x75\x0e\xc2\x45\xfd\xd6\xf7\xb0\x5a\xf2\x3f\x79\x18\x92\x0f\x65\xd4\x54\x5d\x61\x4d\xb1\xb0\xf7\xad\xb0\xa6\xf7\x7a\x6d\xee\xe3\x9e\x2a\xad\x87\x1b\xf8\x4c\xf3\x8e\x4b\x3a\x0b\x88\xa7\xf7\x7f\x34\x08\xeb\x26\xa1\xb8\x12\x89\xb5\x7b\x75\xf9\xd0\x77\x62\xdb\x2a\x6e\xeb\xd3\xa3\x7b\xa3\x59\x8a\xd7\xf4\x15\x31\x69\xe1\x77\xf2\x0a\x0c\xac\xb0\x67\x43\x32\xb3\xb4\x0c\x96\xb0\xd5\x81\x16\xf7\xf5\x0d\x2b\x37\xcf\xf8\x5f\x00\xa0\xd5\x67\x79\x4a\xf6\x06\x80\x83\x8b\x95\x8b\x3c\x03\x40\x2c\x9d\xf5\x22\x85\x0f\x80\xb2\x34\x0b\x1d\x65\xed\xaf\x9e\x18\x5b\x61\x0e\xb9\x0b\x25\x00\xee\x16\x5c\x4d\xd4\x22\x00\x41\x17\x04\x02\xee\xd8\x03\x84\x6b\x88\xbe\x62\xef\x03\x88\xbd\x2c\xd5\x28\x5c\x05\x81\xb1\xcd\x8a\x67\x15\x70\x44\xcb\x98\x93\x9a\xd9\xc6\xe7\xb6\xcb\x43\x37\x4c\xac\xdd\x31\x5b\x7f\x7b\x4e\x38\x95\xc4\x4e\x63\x25\x9d\x2d\x43\x1b\x73\x9f\xa0\x8d\x6d\xae\x65\x7f\x29\x7b\xb7\xeb\x45\xc9\xd6\x9b\x7f\x23\xd5\xb0\xbd\x7e\x57\x43\x65\xf6\x73\x4b\x20\xe2\xa8\x6a\xcb\x82\x5f\x1d\xcd\x6e\x2f\xce\x31\x0d\x9e\x95\xbd\x15\xbd\xef\x58\xb5\xc3\x57\xa5\x4b\x3b\x7a\xc9\x74\x0f\xaf\xa1\x0b\x86\x3a\xbb\x74\xd1\x1b\x62\x39\x51\x4d\xfa\xfa\x83\x88\xdb\x99\xe9\xd5\x7b\x0c\xe6\x91\x1a\x69\x8c\xe5\xdf\x0c\x7d\x51\xfe\x89\xe6\x45\xb6\x46\xd1\x68\xba\xb8\xa0\x5c\x3f\x63\x5d\xf4\xe7\x68\x53\x12\x07\x93\xd6\x66\xfc\x10\xab\x12\xdc\x98\x28\x6e\xf2\x05\xfb\x35\xa0\x15\xe0\x96\xf5\x3d\x9d\x03\xfb\x01\xb8\xf0\x2c\xa8\xa3\x7f\x03\x48\xd9\xb3\x38\x51\x2c\x03\x68\xb4\xb0\xf4\x9d\xd4\x06\x30\x75\xbc\xd7\x4b\x95\x03\xe0\xd0\xc2\x4a\x79\x2e\xf1\x57\x4f\x4c\xe8\x23\x3e\x1e\xba\x1e\x80\x98\x38\x81\x16\x66\x5e\x80\xc4\x7a\xc9\x23\xc2\xb2\x10\x97\xc2\x23\x67\xa5\xb0\x9f\x28\x9e\xe8\xa5\x21\x66\x02\xdb\x7a\xd1\xa5\x46\x48\xaf\x71\xdc\x8b\x80\x1c\xfb\x0f\xf1\x4d\x98\x41\xf7\x76\xff\x63\x05\xe7\x90\x2f\x1c\xea\xd2\x93\x1f\x25\x6e\x44\x5b\x08\x35\xec\x6b\x3a\xb6\x76\xc6\xc0\x78\xf0\x41\xc7\x43\x52\x2f\xce\xfa\x86\xba\xd0\xdc\x52\xd3\x5f\xdf\xef\x68\xe6\x2c\x32\xd4\x2a\x7d\xe0\xd0\x15\x5b\x2a\x7b\xa4\xfc\xf2\x81\xfe\xa9\x15\xbd\x07\x7b\x3a\x9f\x19\xb8\xaf\x09\x15\x67\x91\x7c\x28\xd5\x12\x46\x63\x1b\x6b\x59\x5f\xca\x5a\x4d\x7c\x11\x73\xe9\x06\x05\x22\xa6\x33\xc8\xb6\x54\xf6\xec\x4f\xa6\x79\x28\x62\x7c\x21\xc9\x87\x92\xda\x6c\x9a\x8c\x29\x09\x4f\x4c\xfc\x6e\x76\x08\xcb\x1d\xe2\x1e\xaf\x6c\x9a\x87\x5d\x0a\xf0\x05\xb8\xbb\x97\xb9\xf7\x60\x39\x00\xdf\x77\x16\xcf\xa3\x71\x00\xb2\x3c\xf7\x3e\x1d\xa7\x03\xd0\x7a\xc8\x2c\x7f\xe2\x38\x80\x45\x21\x8b\xd0\xe9\x3e\x00\x97\xcb\x6c\xd9\x17\xb0\xff\xee\x89\x49\x5c\x16\xb4\x66\x7d\x0a\x90\xf6\x4a\x3c\x4b\xd8\x1b\x12\x32\x97\x64\xf8\xe5\x97\x89\xba\xe9\x48\xd5\xa3\xc6\xdd\xdb\x45\x29\x97\xf5\xec\x3d\x98\x70\x6e\xd1\xe7\xad\x83\x12\xe7\xd1\xd9\x3e\xf5\x5e\x9d\xa5\xef\x11\x21\xce\xf8\xd4\xa7\xf5\x32\x6b\xd7\xad\xef\x36\x14\x3f\x76\x5a\x8e\x36\x62\x1f\xca\x79\xa6\x4f\xe2\x61\x56\x72\x34\x5b\x67\x0f\xb4\x59\x7d\x62\xd2\x77\x9b\xdf\xd3\xcc\xdf\x97\x6b\xd8\xb3\x18\x56\x3b\xf8\x38\xc0\x44\x76\xd9\xf0\xa1\x4d\x93\x9c\xa9\xcc\xca\x5a\x05\x47\x55\x8d\xf9\xad\xb5\x84\x62\xdf\x52\x6b\x73\x86\x0d\xd7\xdc\xb3\xf9\x7f\x59\xa8\x23\x22\x33\xb9\xb2\x28\x2d\xe8\x91\x5b\x29\x3a\xf7\xa7\x2c\xc6\x51\x16\x49\x49\xc9\x03\x16\x38\xb4\x4e\x1c\x6f\x62\x85\x45\x01\xe6\x48\xd4\x54\x14\xd1\xea\x1e\xa6\x3f\xfc\x62\xb8\xb0\x95\x21\x36\x38\xf8\x16\x00\xb3\x2d\xb3\xf2\x61\x19\x00\x5e\x75\xe6\x1f\xe4\x3e\x00\xf2\xa9\xcc\xcc\x14\x95\x00\xba\x23\xf7\xf8\x4e\xda\x03\x58\x5d\x64\x42\x53\x71\x01\xb8\x4f\x33\x5b\x9e\xfd\x02\x10\x6a\xc2\x62\x7a\x59\xf7\xbf\xf4\xc4\x50\x0b\xfb\xf1\xeb\x42\x55\xb1\xad\x44\x88\x6c\x01\xd1\xa7\x90\x4b\x51\xd4\x70\x61\xdb\x2f\x2b\x53\x7b\xcb\x33\x10\x47\x9d\x64\x6f\xf1\x23\x19\x48\x3d\x39\xeb\x9d\x9e\x83\xf1\xbc\xad\x82\xcb\x43\x76\xaf\xea\xf7\x3d\xcb\x59\x38\x6f\xaa\xfc\x51\xe9\xf5\x91\xa5\x40\x7d\xca\x29\xbe\x1e\xdb\xa9\x32\xfd\xa1\xe9\xd2\xae\x8f\xfd\x19\xa6\xa7\x67\x2f\xb6\x7f\xdd\xed\xc5\x91\xb6\xd0\x59\xaa\xab\xae\xdc\xed\xc5\xa1\xb7\x56\x5b\xbb\x53\x7a\x71\xd7\x87\xe2\x6b\xf3\x65\x63\x20\x47\x35\x39\xc1\x96\x0e\x79\x2c\x3d\x3e\x7e\xc8\x76\x08\xd9\x9a\x3a\xb5\xeb\x43\x09\xb4\x7d\x89\x7e\x10\x4b\x45\xe2\x60\x02\xa2\xec\x72\xb0\xd7\x42\x1d\x01\x18\x85\x99\xfe\x3a\x24\x08\x20\x30\xc1\x98\x40\xbe\x07\x40\x51\x92\x21\xf4\x98\xe9\xbf\x7b\x62\x7c\x3c\x98\x08\xe7\xa2\x01\x22\x95\xee\x19\x5c\xe6\x04\x48\xcd\x64\x6e\xb9\x1a\x06\x90\x9b\xce\x05\x8c\x22\x00\xa5\xf2\x02\x19\xbc\x51\xf0\xa6\xb2\x4a\xd4\x45\xea\x39\x31\xa5\xe2\x8d\x9c\x95\x81\xd6\x76\x70\xb1\xbc\x46\x8d\xe7\x29\xdc\x85\x9c\x0d\x63\x6c\x32\x0a\xe5\x12\x3b\xec\xbc\x51\x39\xb3\xfa\xd6\xff\x50\x94\x57\x27\x7a\x21\xd7\x89\x50\xe7\xf4\x6a\x72\x06\x69\x1e\x36\x62\xfd\x6e\x79\x3e\xcb\xd8\x6e\x9c\xe6\xf5\xe8\x40\xae\xc5\xf3\x6f\x47\x7a\x78\xba\x6a\xac\xbe\xcf\x58\x3d\x7e\xd7\xb0\x6a\xf3\x66\x6e\xaa\x75\x6f\x25\x9d\x9d\xe2\xa2\x5c\x7d\x69\x7e\x98\xc3\x97\x65\xd6\xea\x23\x99\xae\x0e\xba\xab\x4f\xcb\x5e\x93\x7c\x28\x09\xe7\x1d\x33\x36\xd4\xf2\x54\x62\x83\x1d\x32\x10\xdd\x19\x08\x12\x07\x13\xb6\xdf\x91\x1c\x95\x9f\x74\x21\x78\xcc\xf1\x18\x9a\x29\xde\xdb\x2f\xc9\xb1\x00\x23\x10\x25\xe9\x57\x63\x9f\x88\xbd\x1e\xea\x0e\xc0\x84\x67\x8a\xfb\xcf\xef\x48\xd1\x68\x86\x67\xe4\x36\x00\xca\x8b\x77\x3a\x8f\x0e\xfc\xe2\x20\x9c\x8f\x31\x10\xa9\xa2\x7e\xf5\xc4\xc4\xdd\x67\xa6\xba\xbc\x0f\x20\x53\xf7\x9e\xdf\xb5\xc7\x00\x45\x33\xec\x9e\xf4\x42\x00\x95\x66\x7c\x17\xb8\x9e\x00\xba\xf6\xa3\x50\x98\xf8\x75\x62\x7f\xfd\x69\xa9\x22\x9d\x67\xdb\x25\x35\x3e\x2a\x74\xee\x9a\xb8\x9b\xe5\xd9\xfa\xc5\xc9\x0e\xc8\xd1\xf4\x54\xfb\x97\x8f\xb8\x97\xf2\xc3\x6e\x85\x6a\xf7\x6e\xcc\x84\x7b\xf2\x55\x3b\xbf\x8f\xf9\x7e\xdc\xb6\xf5\xc3\xc6\x27\xa9\x91\xef\x36\x01\x23\x01\x83\x3c\x4f\x65\x1d\x30\x5f\xcb\xfb\x22\xea\x96\x9d\x2f\x7d\x7f\xfb\xec\x66\x69\x86\xcb\xa5\xb9\xd3\xed\x0c\x79\x97\x5c\x6a\x16\x8a\x1a\xcb\x32\x92\x5c\x2a\x96\x3e\xd4\x48\x24\x4d\xba\x9e\x5a\x81\x07\xb2\xb1\x6b\xae\xdb\x6b\x57\x4b\x57\x23\xe6\x5d\x9b\x36\x0e\xe6\xdf\x0f\x33\x76\xbd\x8a\x60\xcb\x16\x0e\xe6\x77\x3d\x86\x64\x4f\x97\x21\x71\x30\xde\xf7\x5d\x2d\xd0\xac\xf1\x61\xde\xae\xce\x8d\x98\xa3\xd1\x2a\x1e\x54\x2e\xa2\x98\x82\x08\x55\x00\xd6\xa1\xbb\xe6\x87\x44\x00\xc4\x07\xef\xbe\x26\x57\xf8\x87\x07\x61\x87\x83\x70\x9d\xba\xfd\x83\xb2\xe9\x17\x07\x91\xb4\x48\x2f\x74\x96\x03\x20\x37\x9c\x99\x86\x7a\x09\xa0\x12\xc7\x22\x77\x4b\x0f\xa0\x3e\x8d\xa3\xfb\x1e\x27\xa0\x5a\xfc\x05\xb9\xc5\xf9\x89\xdf\x1e\xe7\x89\xe7\x6b\x5f\xde\xae\x68\x63\x54\x64\x76\xeb\xc3\x49\xd7\x4b\x6b\xdb\x25\x5d\x42\x2a\x97\xb2\x58\xf9\xd5\xfc\xb5\x90\x1b\xeb\x1a\x1c\xf7\x5a\x72\x6a\x4f\x20\x75\x55\xc4\xe8\xc0\x44\xaf\x4b\xdf\x9b\xc5\xf1\x6b\xdd\x0f\x3d\xd9\x3f\x06\x0f\x6b\xd4\x9a\x7b\x5b\x8d\x39\xbf\x0d\x2a\x1a\xf0\x96\xfc\xf6\xb9\x87\x39\xeb\xa1\xf7\xf0\x8f\xed\xae\xfa\x94\x3e\xef\x73\xf3\x29\x2d\x7a\x31\x43\xde\xf3\x4b\xec\x75\xb4\x24\x1f\x4a\xd8\x09\x4f\xc2\x1a\x73\xe9\x58\x40\x92\xf7\x99\x75\x87\xc2\xf7\x7e\xd5\x9e\xb0\xd1\x9d\x4b\xe5\x73\xc3\x53\x05\xa9\x71\xff\xa3\xb7\x81\xbb\x04\x4a\x21\xb9\xdc\x4b\xde\x6d\x08\xb5\x96\xf0\x96\xe4\x43\x71\xe7\x73\xbd\x86\x69\x0e\xff\x0a\xc0\x4d\xc3\xc8\x74\xf8\x0b\x80\xcc\x5e\x7a\xfa\x23\xb9\xbf\xfa\x51\x2c\xfd\xe8\xe6\x8f\xeb\x00\x78\xf7\xd2\x7e\x3c\xbe\x0c\x10\x55\x4d\x13\x4b\x89\x07\x48\xc7\xde\x6c\x3a\x79\x02\xa0\x5c\x91\x6e\xe1\x82\x1b\x40\x7d\x1c\xe3\xd8\x8d\x48\x80\xc7\x8c\xec\xd7\x99\x7b\x00\xba\x19\xf8\x32\x45\xe6\x80\xfe\xa5\xb8\xf0\xa2\x1a\x33\xe1\xde\x8b\x10\x99\x13\x0e\x81\x38\xd5\x5e\x65\x55\xb6\x84\x4d\x04\xae\xed\x90\xd1\x5a\x4d\xcb\x5c\x7a\x69\x9e\xa7\xff\x5b\xf8\x74\x23\x5e\xae\xec\xd2\x8f\xe2\xa7\x9f\xa3\x94\x7b\x8e\x4f\xbb\x54\x9d\x8a\x34\x19\xe4\xfd\x72\x3e\x4b\x20\xf2\xe0\x28\xf5\xe0\x44\x92\x4b\x58\xe2\xe4\xd3\x97\xd3\xd1\xdb\x21\xd7\x7f\xac\x3c\xa1\x8a\xb4\x09\x9c\x9f\x5b\x69\x25\xec\xfa\x50\xba\xfc\xaf\x2f\x4f\x3f\x7c\x19\x48\xe5\x6b\xb3\xc6\x59\xfa\x91\xc4\xc1\xf8\x8c\xfb\x68\x23\x4e\x64\x4f\x7b\xf1\xf9\xd9\x23\x96\x32\xe2\x3d\xaa\x7d\xf6\xa0\x4c\x92\x15\x77\x7d\x28\xa1\x9e\x03\x18\xb3\xc8\x14\xa7\x60\x9f\x6b\xd8\x5b\xa1\x76\x00\x5c\x01\x77\x53\x0f\x93\x03\xc8\x93\xd1\xf5\x1f\xf9\x0e\x60\xa4\x73\xeb\xdc\x51\x36\x00\x3b\xb2\x9b\xee\xff\x79\x8e\x06\x31\x5f\x8f\x3d\x76\xe2\x57\x3f\x4a\xfe\xcb\xeb\x3f\x28\x89\x00\xb5\xea\xd7\xec\x29\x5f\x02\xb4\xcb\xde\xbe\x77\x21\x0b\xa0\x97\x86\xe5\xf6\xdd\x6f\x00\x03\x77\xb9\xca\xf9\x25\xc0\xe5\xd3\x84\xc0\x51\xc5\x7b\x84\x90\xcf\x1f\xc4\xd3\x6c\x78\x71\x75\x23\x4e\xf2\x21\xb1\x81\x08\xd3\x61\x1b\xad\x6b\xb5\x5d\xb3\x9c\x6f\xae\x5b\xf1\xbf\x6b\x7a\xa1\x52\xbb\x96\x91\xb9\x86\x2c\xb0\x7b\xd8\xf7\xc4\x63\xd6\x2f\xd5\xa9\xe8\xc6\x3b\xad\x2f\xcb\xd1\xca\x39\xe3\x5f\x4a\x06\xc6\xc2\xed\xef\x3b\x4d\x15\xbc\x30\x08\x42\x26\xa7\xcf\xbc\xee\xe4\x0f\xb8\x95\x18\x3e\xdf\xde\x72\xcc\xef\x66\xdc\xc9\x25\x97\xda\x60\x1f\xa5\x28\x8b\x95\xcd\x07\x49\x5e\x6c\x91\xb7\xd7\x1e\x97\x1c\xf5\x3c\x15\xde\xbb\x3e\x5e\xc0\xeb\xa6\x1e\xc6\x8a\x98\xcd\x48\x72\xbd\x10\x3a\x80\xac\x4a\x33\x70\x5e\x0a\xf6\x43\x8d\x27\x9e\x71\xe2\x0f\xa9\x42\x9b\xc6\xc5\x39\x7e\x09\xa4\xc5\xe8\x45\xd6\x38\xd0\x04\x24\x63\x39\x42\x4f\x00\x08\x59\xdf\x6e\x3c\xf4\x9f\xdf\x4d\x11\x34\xf2\x87\x8f\x00\x98\x25\x5f\x2f\x3e\xdc\x03\xe0\xa6\x73\x75\xfb\x70\xea\xaf\xdc\x97\xe4\xbf\xaf\x28\xfd\xe9\x81\xe8\xa0\xfa\xe9\xc5\xe8\x1b\xbf\xba\x8f\xa2\x16\xe0\x03\x35\x9d\xd8\x95\xe3\x00\x5f\xef\xb2\x1c\x64\xda\x80\xd1\x39\x7d\x9e\x30\x29\x13\xe2\x2d\x04\x85\x90\x9f\x31\x71\x8b\x05\x43\x26\xc9\x10\x61\x84\x54\x5f\x1e\x54\x92\xaa\xc2\x7c\x91\xf8\xaa\x63\xa6\xdc\xaf\x57\xbe\xf8\x56\x23\x76\x66\x52\x3d\xda\xe5\x75\xf4\xcb\xab\xdf\xc8\x03\x6e\xbf\xa2\xfa\x50\xfe\x99\xde\x57\xa3\xa9\x63\x7c\xae\xdf\xc8\x9b\x58\x75\xf5\xfb\xb5\xe7\x41\x9e\x47\x4a\xfd\x66\x1f\x74\x5c\x71\x0f\xcb\xe7\x5e\x3c\xdc\x50\xbb\xeb\x01\x61\xcf\x70\x5a\xcd\x2f\x97\x71\x1a\x4f\x4b\x59\xd7\x2d\xac\x77\x5c\x4c\xe2\x46\xdc\xca\x96\x70\xa4\x4c\xc8\x43\x52\xa6\xd7\xdb\x27\xc5\x45\xa1\xcc\x92\x0f\xda\x33\xc4\xd8\xa0\xcf\xc4\x7f\xdd\xe5\x3f\xb8\xa3\xeb\xb0\x27\x43\xab\xad\x35\x22\x3e\x61\x53\x82\xbe\x03\x88\x8c\xd1\x8c\x1c\xfc\xcf\xff\x2b\x1f\x5e\x3b\x7a\x60\xee\xff\x87\x5e\x90\xd0\x9d\xfc\x9b\xd4\x0b\x22\xb2\xc7\xe5\xff\xde\x77\x1b\x51\x13\x28\x47\x00\x36\xca\xee\x6c\x5e\x97\x04\x20\x26\x72\xae\x09\xf5\x10\x2f\xe0\xb5\x85\xc8\x4d\xf2\xd1\x8c\x98\xd3\x92\x33\x11\x8e\x63\x57\xd7\xc9\x54\xd1\xc5\xf2\x8f\x5f\xcd\x6b\x5b\xc4\xb4\xb3\xdf\x8f\xfc\x5a\x1f\x7a\xf9\x4d\x7c\x80\xc6\x97\xd1\x96\xde\xf7\xf4\x4e\xa7\xc6\x06\x47\x75\xdf\x5d\xb7\x3f\x31\xe4\x3d\x29\xf5\x92\xdc\xee\x48\xcf\xed\x19\x87\xc7\x8d\x76\x92\x6d\xa7\xe7\x3f\x35\xbd\xb4\x5d\xac\xdf\xbf\xa4\x5d\x33\x64\xfb\xb8\xea\xf0\x4a\xfa\x83\x51\x1b\x87\xb2\x9a\xb5\xee\x62\x2e\x1b\xc3\x02\xd4\x86\x46\xee\x94\xf5\xcb\xdc\x13\x88\xc6\x8c\x57\xd6\x17\xb3\xd8\x91\x7d\xa9\x26\xbb\xfc\x47\x7c\x9a\x1a\xba\x36\xa6\xd9\x82\x3b\x85\x1e\xf3\x34\x9c\xd7\x9c\x3e\x65\x16\x4b\x15\x6a\x68\xba\x94\x30\xb0\xa9\xe2\x77\x03\x40\xca\xe4\xe6\xf3\x83\xf9\x00\x7a\xb2\x97\xab\xc9\x4a\x01\x6c\x3b\xff\xe2\xfd\xcf\xba\x48\x79\x1f\xe9\x3a\x78\xf8\x64\x27\xf7\xdc\xf1\x21\x90\x7c\x18\xdf\xb3\x7f\xf6\x21\x6c\x16\xef\x65\xf8\xf9\xbe\x97\x56\xe5\xb4\x0b\x00\x31\x89\x73\x49\xa8\x75\xfd\x30\xbe\x5f\x48\xd2\xd0\x6f\xdc\x6b\x93\x53\xba\xd7\xef\x40\x2f\x0b\xf2\xa1\x86\xff\xfd\xfb\x15\x6b\x2b\x71\xd6\xd4\x8f\x5a\xa3\x86\xe6\x06\x03\x93\x1f\x37\x7b\x1d\x9e\xa5\x2e\x7f\xf7\xa4\xd8\xda\x7e\xfa\xc0\xa7\xd1\x9e\x8b\xa4\x1e\x14\xa3\xbb\x93\x2d\x73\x6b\xcd\x62\xc6\x1f\x07\x2d\x17\x9f\xd4\xd2\x9a\x7c\xe9\x15\x5e\xc6\x55\xde\x37\x35\x79\x6c\xb4\xba\x56\xba\xdf\x64\xb9\xc9\x6f\x83\x2c\x8f\xdd\xf4\x6c\xcd\x02\x42\x30\xf3\xa3\xc9\x70\x15\x3f\xd2\x2f\x15\x6f\x42\x5d\xfe\x04\x55\x96\x80\x37\x69\x2c\x7a\x89\xd6\xff\xff\x10\x76\x96\x71\x55\x2e\xdf\xdf\xc6\x04\x03\xc5\x6e\x11\x03\x91\xee\xee\xee\xee\xee\xee\xee\x94\xee\x90\x2e\x29\x11\x09\x05\x09\x95\x12\x11\x94\xb0\x15\x50\x41\x45\x14\xa5\x6b\x77\xac\xe7\xa3\xec\x0d\x47\xcf\xf9\x3d\xff\x57\xeb\x83\xf2\x62\xcf\x30\xf7\x0c\xdc\xeb\x9a\xef\x95\x34\x68\x79\xe6\xfa\x2d\xa4\x55\x6c\x95\x45\x58\x09\x3f\x8a\x36\xea\xbe\x45\x79\xbe\x2d\xea\x6b\x98\x9f\x85\x55\x4e\x13\xda\x35\x58\x00\x40\x7e\x84\x26\xff\xd7\xe7\x37\xa3\xde\xe2\xfe\xab\xfa\x9e\xfc\xb3\xef\x4b\xf6\x20\xb4\xa4\x91\xfa\xdf\xa4\x5c\x18\xf2\xfd\xef\x3f\x3d\xf8\xbf\x2a\xd3\xea\xd9\xd9\x79\x66\x62\x13\xbf\x84\x58\xf9\x87\x42\x7c\x98\x04\x18\x51\x3c\x49\xc7\x6e\x55\x3e\xe8\x29\xd6\x88\x41\xf1\xea\x5f\x88\xb9\x90\x97\xb7\x52\xea\x78\xbc\xe8\x5c\xa4\xc4\x82\x57\xf0\xb7\xda\xad\xde\x9a\xf3\x56\x85\xcf\xeb\xef\xda\xef\x98\x9d\xe9\xae\xbc\x53\x6e\x92\x35\x23\xf8\x23\xfb\xae\xb8\xa1\xc5\x5c\xf3\x2c\x4f\x5d\x94\x81\xc6\xf4\xf0\xbc\xeb\x0d\x0f\x43\xdc\x48\xd2\x62\xfd\x75\x06\x63\xb7\xa1\x5b\x4b\x98\x22\x5e\xe3\xbc\xc7\x31\x2b\x0e\xb9\xa7\x4c\xb6\x76\x55\xae\x1a\x67\x45\x99\xa0\x5a\xfd\xd6\x1c\xd3\x14\x8d\x9f\xdf\x3d\x8e\x68\x4d\xe0\x36\xa1\xad\xbb\x89\xbc\x1d\xed\x61\xba\xa7\x86\x1e\x39\x72\x75\x90\xec\x3f\x31\x8a\xbb\xb1\x03\xed\x1f\x24\x67\x9c\x7d\x7d\x06\xfd\x24\x20\x0c\x40\x1b\x75\xe6\xf0\x76\x14\x80\x3d\x29\x07\xe5\x6f\x1f\x06\xf9\xde\x33\xd9\x8b\x32\x6a\xbd\xbe\x2f\xfc\xc9\x81\xe0\x8a\xd7\xeb\xbc\x37\x00\xd3\x27\xba\xf4\x0f\xad\xc4\x45\xbe\x11\x61\xf9\xa1\x23\xf8\x1f\x52\xea\x7a\xbd\x6d\x53\x38\x65\x95\x9d\xf6\x98\xf2\x78\xf4\x82\xa1\x70\xb0\x5f\x4a\x2a\x32\xd1\xde\x30\x31\x25\xe8\xc5\xaa\x65\x80\x52\x7e\xad\x7b\xff\x8a\x6c\xe6\x6c\xf1\x5b\x5b\xcc\xb2\x61\x83\xf2\x75\x57\xe3\xfa\xa5\xad\x6f\xc4\x2b\xdc\x75\xd2\x96\xbc\x16\x99\xae\x3b\x92\xfd\x1f\xda\x1c\x0b\x4d\x4b\x2f\x0b\xee\xeb\xec\xf8\xd2\xbc\x12\x96\xbd\x57\xd7\xe4\x6d\xee\xea\xcd\xf4\x29\x3d\x9b\x61\xfe\x35\x8f\x94\x29\x5d\xe8\xf7\x47\xd4\xc6\x2b\xea\xbd\xed\xae\x41\x2a\xc7\xf8\xea\xf9\x3d\x38\x82\x32\x0a\x9f\xd3\xe7\x69\x61\x46\xb5\x85\xd1\xe8\xd9\x35\x0a\xa1\xcb\x03\x52\xf5\x0e\x34\x14\x61\xce\xfa\x86\xea\x6a\xd7\x2d\x60\x8a\xbd\x4e\x03\x18\x55\x6d\xa1\xfc\x35\x1e\xcf\xf0\x3f\xd7\x01\x99\x07\x22\xf7\x3d\xc9\x1c\xc8\x8c\x2b\xc5\x7f\xdc\x7f\x26\xe7\x20\x7c\xb0\x06\x60\xa2\x3f\x37\x38\x44\x00\x01\x3e\x7a\xbe\x1b\xed\x67\x09\x1f\x25\x53\x55\x02\x6a\xe6\xf0\x5c\xaa\x32\x16\x89\x79\x4e\xd8\x70\xc3\x03\x1e\xb9\x31\x67\xd1\xb5\x76\x69\x61\x7a\xbe\x47\x91\x03\xbe\x0d\x09\x15\xce\x5d\x48\xd7\x44\xfb\x24\x57\x9b\xdd\x08\xb6\xf2\x9a\x74\x8c\xb1\xc7\x5a\x4a\x97\x77\x66\xa9\x76\xe6\x6a\xf7\x97\xeb\xd7\x24\xd5\x4b\xd7\xf8\x56\xe9\x33\x4e\xaa\xbd\x5b\x1b\x5a\x7d\x94\x6a\xa6\x46\xb9\xc6\xbc\x96\x98\xf8\x56\x8d\x30\xdd\x86\x70\x8d\x33\xd2\x38\xfe\xf1\x1a\x92\x31\x5a\x4b\xbd\x6b\x44\x10\x75\x38\xfc\x86\x06\xf7\xf3\x3b\xa8\xde\x90\x73\x64\xef\x87\xe6\x50\xcf\x20\x3a\x2d\x60\x9b\xe6\x60\xd7\x15\x34\xf8\x1a\x69\x7c\x7f\xe0\x87\x79\xe2\x41\xa3\xd1\xdc\x3a\x82\x15\x76\xf9\x06\xf0\xbb\x9d\x49\x01\x10\xd1\x4d\xf1\x27\x07\xb2\xfa\xe7\x73\x30\x59\x43\xf1\x1f\x39\x10\xe4\xfe\xef\x08\xa9\xdf\xd1\xef\x0d\x40\xa9\x4a\x41\xd1\x49\x03\xbe\xbc\x2b\x5c\x49\x0d\x0e\x44\x63\xc9\x16\x39\xd3\xe2\x4c\x02\x9f\xea\x76\x3d\xdb\x94\x5e\xdc\x92\x41\x84\x4d\x51\xa8\x33\x56\xc7\x36\xd7\xab\xcf\xe3\x09\xe6\x8c\x97\x4c\x70\x95\x03\x07\x7a\x20\xa6\x2b\x74\xd0\xca\x06\x4d\x9d\x5b\x19\x49\x34\x8a\x44\x3d\x6c\x40\x45\xf5\xe9\x88\xa2\xb6\x0d\x9c\x89\xc9\x51\x2b\x40\x46\x4e\x37\xc6\x06\x2b\xbf\x46\x2e\x20\x77\x5e\x95\xdf\xe0\x1f\x86\x7e\xf3\x0f\xc6\x4a\x11\x8b\x77\x51\x75\x41\xa1\x4a\x6a\xdf\xf7\xa2\x2b\x7c\x8f\x28\x5b\x8e\xbf\x45\x0f\xf8\x54\x2a\x2b\xbd\x4b\xc2\x84\x79\xc8\xa9\xdc\x7b\x51\x8f\xb1\xf4\x8c\x50\xd9\x32\xb4\x03\x4b\xeb\xe2\xa0\xd2\xd9\xc7\x85\xd5\x77\x3e\xa2\x92\xd4\x63\x86\xed\x76\x38\x0e\xe0\xee\xf2\xe7\x3a\xb8\x51\xb6\x5e\x1f\xc9\xaf\xd7\x8f\x91\xff\xd5\xff\x9e\x13\xf8\xef\xfe\x6f\x27\x11\x80\xb1\xef\xac\x71\xe3\x4d\x48\xe7\xbb\xcb\x31\x5c\x61\x41\xbc\x2b\x45\x2f\x59\x93\x75\x95\x80\x54\xd1\x57\x4d\x89\x35\xc5\x23\xf4\x0f\x19\x59\xf8\x75\xe1\x56\xad\x7e\xda\x52\x6c\xe4\x3f\xc8\x60\xa3\xc3\x12\x3c\x23\x37\xfc\x17\x87\x30\xdd\xe5\xc2\x7e\x06\xda\x73\x18\xd5\xfb\xd4\x01\xaa\x6a\x0a\x18\xc6\x97\x6f\xfd\x07\x94\xea\xd0\xed\x33\xb9\x81\xa7\x15\x42\x30\x07\xd1\x4a\x7e\xc7\xc8\xfc\x83\xbc\x08\x66\x08\x43\xe3\xb9\x5d\xce\x12\x5d\x8a\xa9\x70\x3d\x2c\xa7\x37\xd7\x8e\x95\x71\x3c\x2b\x1f\x34\x75\x11\x2b\xe4\xb8\x20\x1f\x3e\x71\x07\x9b\x69\x5f\x22\xdf\x35\x32\x80\x9d\xb5\x15\x97\x97\x7a\xc5\x88\xf3\xb6\xa4\x94\xf7\x7f\xb6\x13\x57\x6e\x5e\xb1\xb9\x0e\xc8\x1c\xc8\xff\x3f\x07\x62\x71\xe1\xff\x9f\x03\xd1\x44\x09\xc0\x4c\x71\xb6\xa2\xea\x32\x3c\xe3\xfd\xc2\x9c\x9f\xcb\x00\x46\xe2\xa6\x7c\xee\x49\xa2\xc4\x34\xa5\x35\xd9\x93\xa1\x63\x84\x1a\xbd\x7b\x5a\x97\xdd\xd1\xf8\x17\x56\x97\x4d\x98\xc8\xfc\x83\xd5\x57\x5c\x73\x88\xa8\x7d\xb0\xa9\x3a\xee\x49\xbc\xaa\x5d\x8d\x41\x04\x4e\x3f\x6f\xd2\xe9\xb4\xf6\x75\x1c\xcd\x2d\x2a\xe7\x4e\x35\x73\xec\xb7\x2e\x6f\x67\x84\x52\x36\xb6\xe9\x15\xda\x45\x4b\x9e\x0a\x9b\x35\x27\xf5\x0f\xef\xc5\x37\xdc\x2e\xac\x85\x7d\xc8\x86\xf7\xe2\x27\x0e\x89\x33\x31\x4f\x90\x7a\x80\xec\xc3\xa5\x9a\x51\x93\xb9\x07\xe9\xf3\xdf\xad\x71\x33\xc6\xa5\x52\x7b\x3e\xbf\xc2\x07\xeb\x39\x4b\xd1\x7c\xb0\xc1\xdf\xd2\x79\x0e\x90\xbe\xed\xcf\xfd\x70\xe0\xc3\x7a\xfd\xfe\xc7\x3e\xb8\xb6\xed\x4f\x0e\x68\xa3\xff\xcb\xb1\x5e\x6f\x69\x92\xfa\xdf\x2c\x00\x14\x79\x14\x14\x05\xd7\x01\xb8\x9e\x5f\x5c\x4e\xa1\x82\x72\xb1\x52\x8e\xfb\x57\x9f\x13\x09\x8a\xed\x62\xec\xbe\x05\x44\x7f\x1d\x23\x39\xbc\xcb\x05\x42\x81\xb9\xae\xd6\x1b\xeb\x29\x82\xa0\xd3\x19\xfd\x38\xf3\xb7\x78\x82\x6f\xb4\x51\xa4\xc9\x08\x3e\x2f\xe2\xa3\xd9\x43\xbd\x56\x7c\x76\xba\xac\x59\x96\x16\x33\xde\xbf\xa4\xc8\x5c\x58\xed\x27\x0e\x7d\xfb\xba\xb5\xaa\x92\x30\xfe\xd8\x43\x13\x4b\x46\xb9\x16\xfc\xae\x37\x32\x16\x99\x32\xd6\xb8\xd9\x1f\xdb\x2d\x2a\xa4\xd2\xf1\x74\x58\x55\x33\xaa\xbf\x73\x1f\xfe\x2f\xee\x41\x6c\xcf\xcf\x48\x82\x9b\xf2\xf8\xe6\xb9\xd8\x75\xfd\xcf\xf3\x70\x7d\x5c\x1b\x1e\x08\x52\xfe\xc1\x4b\xd2\x3a\x20\x7b\x10\xea\xbf\xac\xd7\x52\xa5\xf5\x9a\x1f\x02\x70\xd1\xec\xc0\x97\xf4\x5c\x00\x2e\x41\xba\xd0\x18\x26\xf8\x2a\x92\xcc\xe4\x11\xe4\x01\x2e\xf2\x0b\xbc\xaf\x3d\x44\x89\x1f\xb4\xd0\x12\x95\xf6\xcc\x44\x77\x63\x79\x79\x1e\xcb\x83\x84\x15\xdb\x27\x6a\x66\x26\x77\x08\x23\x1e\x2d\x1a\x8c\x06\xd2\x84\xfb\x21\x37\x34\xfb\x74\x90\x84\x94\xb8\x44\xed\x21\x8d\xf7\x04\xed\x1c\x1b\xbd\x33\x6a\x3b\x09\xa7\xca\xcb\x0c\x98\x95\xf8\xf0\xc8\xa6\xeb\x06\x44\xf9\x45\x7c\xf1\x23\x53\xe3\x27\xd2\x5f\xf0\xf0\x72\x42\x6f\x55\x4a\x15\x3f\xf0\xf5\x93\x81\xaa\xc4\x67\xfc\xe4\xda\x0e\xbd\xb7\x1b\xb9\x0f\x12\x84\x3b\x04\x5e\x55\xec\x86\xef\xe1\x2f\xee\x41\x98\x19\x3d\x49\x3c\x2e\xfd\x1e\xa0\x91\xb0\x3e\xee\xb7\x24\x6f\xd2\xba\x07\x82\xbc\x0f\x7e\x9b\x25\x71\x70\xa4\xfe\xf6\x43\x02\xa9\xff\x7b\x6e\xbd\x96\x91\x38\x91\xa2\x6d\x00\xa7\x9a\xa8\x02\xae\xda\xac\x7f\x1d\x5f\x08\xc0\x29\x7f\x56\x36\x34\x13\xf0\x22\xad\x0c\x77\xbc\xc7\xa1\x57\xa6\x91\x75\xcc\xb1\x0a\x5c\xd5\xbc\x78\x03\xad\xe5\x89\xdf\x0c\x3c\xc4\xb3\x4d\xef\x12\xbd\xac\x07\xe4\x77\x18\x9a\x13\x3d\x5d\xa5\xe4\xa3\xf5\x3a\x89\x0a\x7e\x91\x4a\x27\xb4\xa8\x88\xe2\x51\x2b\x4a\x85\x6a\x81\x44\xe9\x64\x6d\x25\x7e\x95\x73\x84\xc5\x02\x16\x35\x33\x45\x17\xc2\x54\xe5\x45\xb5\x38\x39\x24\xa1\xa6\x49\x57\xe3\x81\xb4\x1a\xe1\xf6\xa3\x69\xf5\x64\xc9\x97\x84\x94\x17\x2d\x1a\x79\x12\x0e\x84\xe0\x09\x6b\x8d\x51\x31\x3a\xc2\xd0\xfc\x3b\x95\x7e\x72\xee\x83\xf0\xeb\xdf\xe3\x2e\xf9\x9b\x7b\x10\x40\x03\x35\xf1\x96\x48\x0e\x40\x3f\x69\x7f\xf8\x93\x83\xf9\x39\x4c\x3a\x07\xc8\x3e\x18\x92\xff\xe2\x2e\x89\x03\xa8\x20\xad\x87\x6c\xd2\x7a\x88\x23\x7d\x7f\x90\xe2\x7a\x0d\xb3\x05\x60\x0b\x3e\xfe\xca\xaf\x06\x40\x78\xf5\xd2\x45\x67\x2f\xc0\x48\x61\x18\x9e\xdb\x78\xc2\x2d\x15\x0f\xf6\x7e\xb3\x0f\xc0\xaf\x67\x28\xa8\x61\x64\x07\xdb\x4d\x4b\x45\x79\x75\x5b\x61\xb7\xbd\x95\xa8\xb5\x36\x0f\x11\xed\x2e\x23\x46\x50\xff\x4c\xfc\x1a\x38\x22\x51\xaa\xaa\x42\x7c\x7a\x35\x50\xca\x68\x83\x7f\x28\x21\x7a\x16\x08\xca\x9f\x91\xcd\x24\xba\x56\xc5\xcb\xfd\x94\x71\x22\x72\xde\xf1\x54\x1c\x92\x48\x20\x9a\x76\xae\xc9\xdd\x14\x2b\x22\xea\x0c\x99\xc9\x55\x8a\x6d\x25\x32\x8d\x36\x2b\x84\x89\x3c\x23\xb2\x4f\xd7\xc9\xaf\x0a\x5b\x10\x3d\x57\xe3\x65\x92\xff\xe6\x1e\xf8\x11\x20\x4e\xfc\x2a\x98\x0f\xf0\x69\xfa\x8f\x7d\x70\xe8\xff\xe0\x80\x56\x49\xfc\xc7\xb7\xf5\x9a\x64\x47\x1a\x37\x35\x89\x03\x08\x07\x38\x43\x41\x39\xef\x13\x0f\x70\xa5\xe1\x40\x96\x5b\x12\x80\xe0\x56\x5a\x3a\xfb\x10\x00\x29\x77\xfa\x20\x8b\x54\x18\x56\x16\x61\xe1\x32\x3c\x02\x09\xda\xf7\xb9\xf6\xe8\xb6\x41\x88\x01\x3d\xb7\xb8\x56\x0c\x38\x58\x3d\xe7\xfd\xaa\x71\x09\x2c\x1c\x5b\xf9\xa6\xd5\x0a\x40\xc8\xeb\x8d\x10\xaf\xf2\x30\x30\x86\xa4\x08\xdf\x54\xf4\x81\xbd\xb1\x8b\xa2\x9d\xf2\xfc\x44\x44\x7a\xb6\xf8\x59\x59\x59\x62\x5f\xd1\xa0\xe4\x88\x34\x0f\xb1\xab\x2a\x46\x92\x20\x79\x8c\xd8\x78\xe7\xa4\x94\xa2\xf8\x5e\xe2\xed\x07\xdd\x52\x3b\x45\xba\x88\x6d\x4f\x5e\x4b\xee\x14\x5a\x20\x0e\xbf\x61\x16\x0f\x15\xbc\x49\x9c\xf8\xcc\x21\xa6\x21\xb8\x9b\x38\xb7\xf0\x40\xf4\xb6\xa0\x11\x71\x06\x33\x2a\x26\xc1\x5f\x0f\x2a\xc4\x65\x81\x61\x00\xfc\xef\xdf\x13\xff\x67\x0e\x06\x69\x3e\x6a\x5e\x93\xd6\xff\xd9\xf5\x9a\xb6\x85\xc4\xbf\x90\xd6\x87\x0f\x89\x1b\xb3\x77\x59\xaf\xce\x89\x00\x17\x3b\xf6\x5a\xd8\x7a\x00\x70\x54\x1c\x39\x64\x39\x09\x20\x5a\x47\xeb\x68\x7a\x00\x40\x2e\x92\x5e\x42\x77\x16\xa6\x54\x69\xaf\xdc\xd5\xd6\x82\x9b\xba\x43\x6c\x08\x32\xff\xa0\xb6\x0f\xaa\xac\x83\x39\x22\xc8\xfc\x83\xe2\x27\xf0\xf6\xb7\xe4\x1d\x96\x2f\x03\x97\xb0\xcf\x7c\xee\xb2\xe1\xa0\x17\x7f\x43\xe0\xa0\x8c\x3d\x30\x66\x7e\x12\x56\x90\x58\x03\x95\xfc\x71\x01\x6f\x89\x33\x40\x5b\x59\x22\x1c\x21\xa6\x07\x7b\x6f\xf7\x8b\x78\x8a\x28\xc1\xb1\x7b\x99\xc2\xda\x42\x66\xc0\xf4\xf0\xad\x60\x97\x20\x3f\x9c\x1f\x6e\x10\x3a\xc6\x9f\x0d\x12\xef\x22\xf8\xd7\xf8\xf9\x40\x78\x72\x54\xc0\x85\x8f\x0f\x2c\xe7\xf6\xf0\x49\x10\xbc\xff\x07\x07\xb4\x7f\xbd\xd6\x92\xf2\x50\x8a\x91\xeb\x35\x9d\xc4\xc5\xc4\x3c\xf8\x93\x83\x71\xf9\xb9\x5e\x2d\x1c\xd6\xab\xcd\x01\x80\xf3\x31\xbb\xe6\x2c\x92\x01\xd8\x2e\x1c\x3c\x61\xca\x04\x20\x94\x7a\x6a\xa7\x9e\x34\x80\x4c\x25\x5d\xb0\xe6\x25\x20\x2a\x0f\x5f\x42\xa8\xd5\xc0\x92\x7a\xe3\xe5\x6a\xd5\x04\x78\x6f\x48\xcb\xa4\xa9\xbc\x0c\xef\xcc\x7c\x98\x95\x95\x16\xa1\xcd\x61\x0f\xfb\x7e\x05\x2d\x68\xf4\x08\xe3\xd8\x2b\x17\x03\x37\xfc\x9f\x71\x8a\xcb\x72\x43\x42\x24\x1d\xf7\x0f\xa9\x4e\x48\x8d\xa7\xe2\x76\x15\xd7\x84\xfc\x8c\xdb\x5c\xb2\x62\x6f\x21\x24\xdf\x85\xa7\x58\xc4\x1f\x22\xcb\x35\xb9\x31\xc2\xf5\xe0\x5e\xd3\xcf\xcb\x2e\x18\x06\x7e\x77\xdf\xf2\x68\x0a\x1e\x01\xe3\xce\x14\x3e\x5e\xbe\x3e\x08\x7a\xc2\xc6\xdd\xca\xf7\x18\x4c\xdf\xb4\xf0\x8e\xf1\x5a\x41\xf8\xfb\x1b\xdc\x41\x00\x14\x7c\x82\x47\x7f\x3d\x17\x67\xf0\x62\x7b\xb6\x6f\x01\x60\xa8\x11\x31\xa2\xf2\x03\xe0\x19\x14\xd9\xb7\x2f\xee\x1f\x1c\x44\x95\xd4\x8d\x53\xe7\x00\xb4\x12\xe5\xc5\xce\x67\x02\x18\xfd\x54\x5a\x63\xd4\x03\x30\x8f\xd6\xdc\xc9\xad\x08\x60\xb5\x4f\xef\x9a\xc8\x13\xc8\xb7\x4a\x30\x4b\x56\x5c\x82\x0b\xd6\xbb\x6c\x18\xb5\x15\x89\x49\x96\x99\x9e\xc1\x66\xe2\x04\xa2\xd9\xf6\xc8\xed\x76\x8d\x04\x4e\xe3\xdd\x19\x6a\x1e\xf6\xf8\x58\x7d\x8b\xb2\x2a\xff\xc3\xb8\x2e\xed\xcf\x77\xb9\x43\x7b\x70\x0c\x1a\x0d\xbd\x27\xa2\xb6\x63\xf1\xaa\x1d\x2f\xcf\x45\xb5\x63\x87\x95\x05\x26\x94\xae\x86\x62\x96\x15\x55\x97\x32\xe3\x47\xb1\x0f\xe5\xed\x11\xef\xa3\xda\x71\x05\xb2\x78\xd4\xe1\xe0\x05\xdc\xa2\xac\x3d\x2a\x29\x90\x6e\xde\x53\xee\x1b\x6a\x3a\xe0\xc8\x37\x59\xf9\x20\xb4\x83\x6f\xf4\x78\xa3\x02\x13\xfa\xad\xb7\xfe\x5b\x49\x45\x33\xcc\x69\x2f\xda\x67\xd7\x94\xb6\x62\xe2\xdd\xab\x9e\x44\x29\xef\xc3\xdc\x73\x7b\xd2\xa3\xa1\x1c\x87\xe5\x70\x6e\xed\x78\xa6\x6c\x8d\x6d\xb1\x9f\xbb\x5f\xa8\xa2\x83\xbd\xed\x60\x01\xb0\xc5\x47\x30\xea\xd7\x3c\xd0\x7a\x8a\x7a\x6f\x2f\xdb\xe4\x20\xf8\x02\x85\x38\xf7\xe1\x00\xa4\x1e\x8b\x04\x1d\xce\x05\x50\x05\x09\xc4\x29\x53\x00\x83\x67\x72\x54\x17\x99\x00\x4c\xa5\x14\xdf\x33\xaa\xff\xc3\x97\x43\xd4\xf5\x16\xa3\x80\x1b\x76\x1c\x26\xf2\x8a\xea\x1b\xf9\x28\xca\xd6\x43\x1e\x22\x96\xf7\x09\x89\x16\x71\x11\x5e\x2e\x42\xf8\x2a\xd3\xe1\xb4\x16\x3f\x26\x1c\xd2\xf0\x48\xd9\xcf\x10\x57\xdc\x3e\xdd\xd1\xa6\xa4\xab\xa9\xd8\x4a\xcd\x9e\x5e\xc1\x58\x0a\xcc\x23\xf5\x84\xd7\x17\x93\xf2\xb0\x5b\x94\x27\xbe\x0c\x27\x30\x63\x7a\x14\xaf\xac\x1e\x49\x20\x60\xb3\xe4\x6f\x23\xf2\xa2\x0f\xe0\xe8\xe4\x06\x91\xd6\xe1\xaf\x11\xb3\x72\x0b\xc8\xef\xa1\x96\x64\x0e\x66\xf2\xb2\x42\x0b\x0a\x17\x10\x31\x12\xa9\xb4\x1f\xed\xef\x27\xf9\xbf\x38\x98\x6e\x05\xe5\x04\xac\x9d\x93\xd0\xbd\x5c\xd5\x63\xd8\x28\xc7\xf1\xe6\x05\xb5\xfd\xd8\x24\xc7\x09\x80\xad\x33\x02\xbf\xd7\x03\x99\x83\xf8\xdb\x13\x23\xd3\x2a\xfc\xf5\x70\x1f\x80\x7a\xaf\xf8\xa3\x53\xbb\x01\xf4\x03\x65\x54\xe8\xe6\x00\x2c\x22\x15\xb7\x32\x51\x00\xd8\x3e\x54\x5e\xe1\xb0\x07\xb0\xd7\xd7\x8e\x11\xd9\x0d\x2d\xf6\xc9\x46\x28\x05\xc1\x8d\x7c\x94\xad\x76\xb2\x6e\x43\xb6\x99\x04\x73\xab\x81\x50\x16\xb7\x23\x78\x5b\x73\xe1\x54\xc7\x80\x32\x5c\xb2\x51\xf7\xf5\xa2\x88\xdd\x1b\x5c\x10\xb3\x56\x6b\xaf\x7c\x42\x08\x46\x57\xbd\xe6\x6d\x56\xaa\x36\xfa\xa3\x4a\xd0\xf4\x85\x74\x17\xf4\x5d\xa5\xa8\x95\xb9\xf4\x3e\xb2\x1f\x08\xbd\x24\x9f\x8a\x58\x8d\x32\x5f\x44\x29\xec\x47\xde\x0d\x5b\x9b\xe4\x51\x12\x43\xce\x87\x0d\xbf\x9f\x55\x1a\x40\x5d\x0b\x4e\xde\xc8\x43\x21\x71\x30\x8f\x85\x54\x29\x30\xbc\x5e\x2d\x64\x0e\xe6\x3e\xbb\xfa\x2d\x8c\x9d\x17\x2f\x99\x83\xb9\x73\x5f\x7d\x0c\x6b\xec\x7c\x0b\x60\x1b\x27\xff\xc8\xaf\x79\x38\xd7\x2b\x50\xbf\xfd\x2d\x00\x87\xb3\x20\xd7\x9e\x8f\x00\x02\xdf\x05\xa6\xf7\xcf\x01\xc8\xd5\x0b\x57\x1f\xe1\x00\xd0\x78\x2a\x62\x7d\xbc\x07\xc0\x84\x55\x0c\x77\x76\x10\xc0\x26\x5a\xae\x9d\xd1\x00\xc0\x5e\x5d\x59\x99\xc3\x13\xc0\x85\x55\x33\x48\x44\x19\xda\x5c\x29\x0c\x12\x15\x2a\x88\x04\x17\x25\x0b\x7d\xbd\xe6\x8d\x7c\x14\x6a\x5b\xa1\x60\x1a\xcf\x1b\xf8\x9d\x96\x7e\xc9\x4c\x21\xf4\xd8\x4f\x26\x4f\xae\xd3\xc6\xe4\x63\x66\x0c\xce\xdd\xf5\x4f\xde\x8a\xa1\xd3\x9e\xee\xc3\xa7\x3b\xa0\x7b\x35\xce\x8e\x38\x67\x8c\xa2\x30\xaa\x9a\x3f\x3a\xb3\x8b\xd1\x2d\x4a\x11\x2b\x8b\xe9\x0f\xc8\x7e\xa0\x55\xac\xa2\xf6\x1a\x31\xae\xe2\xfb\x59\xe5\x10\x84\x71\xec\x77\xb2\x17\xe8\x4d\xa8\x1a\x15\xd2\x25\xea\xf6\xf0\x15\x35\x6b\x94\x59\xe8\x14\x39\x0f\xa5\xab\x5a\x1d\x8b\x8e\xf6\x7f\xf1\x2f\x0e\x26\x4e\xb3\x03\xf3\xd4\xe3\x62\xed\x67\xad\xa3\xd8\xd3\xae\x48\x80\x9d\x5a\xbc\xbf\xdf\xab\x6d\xf4\xff\xc9\x1c\x84\x32\x7f\xd8\xfe\x44\x00\x05\x6b\x81\xcf\x87\x3e\x6c\x7a\x62\x2c\xee\x8b\x97\xd3\x9d\x06\xb0\x33\x95\xb5\xbf\xd2\xb0\xe9\xcb\xf1\x44\xa9\xef\x12\xb1\x26\xfb\x72\x88\xa3\xee\x2f\xcc\x27\x0d\x2d\x09\x75\x4e\x09\x4e\x3b\x1d\x9d\xf1\xfd\xf6\xd1\x01\x4d\x3e\xfe\x1b\xbe\x20\x15\xb3\x67\x25\xb9\x09\x4b\x18\x47\x43\x85\xbb\xa7\xd3\xec\xd1\x16\xba\xdb\xfa\x73\xae\xe1\x50\xb5\x1a\xf3\xef\xcb\xf3\x0e\x90\xf9\x0f\xf4\x31\x65\xeb\x15\xea\x6b\x5e\x64\x2e\x68\x21\x48\x59\x63\x8d\x2a\xf9\xc6\x24\x9d\xca\xc0\x1a\x3e\xe1\xf0\xc8\x6d\x55\x24\x62\x31\xe6\x28\x99\x83\xe9\x7f\xa8\xb9\x15\x59\x1f\x25\xd7\x2d\xa9\x99\x87\xca\x09\xbd\xf6\xa0\x57\x73\x1e\x7d\x2e\xa8\xac\xe5\xac\x76\x00\x5a\x38\x48\x8f\xcc\xc1\xdc\xda\xab\xb3\x15\x53\xe8\x39\x54\xbd\x5d\xc7\x11\xf3\xc1\x83\x05\x60\xeb\x2d\xae\x92\x3f\xe6\xe1\x3c\x4f\xf2\x5e\x7e\x00\x89\x36\x3e\x31\x1a\x13\x00\x95\xa3\xbc\xef\x0f\x7e\x00\xd0\xb3\x14\x38\x71\x8c\xe1\x1f\x1c\xc4\x84\x38\xe2\x92\x07\x80\xc7\x88\xfc\x24\xe7\x71\x00\xff\x83\xaa\x3b\x45\x22\x61\xc0\xef\xa9\x76\x8f\x3c\x96\x38\xeb\xb3\xc5\xd4\xd5\x20\x8a\x50\xe7\x7e\xca\xbe\xd5\xb1\x0f\xaf\xee\xac\xe6\xd3\x15\x30\x8f\x1d\xb3\x5b\x8a\x5b\x8e\xa5\xc2\x94\x59\x74\x16\x57\xa4\xe6\xa2\xed\x8c\xc3\x9b\x8c\xb2\xef\xa3\x02\x75\x3f\x3c\xbd\x5e\x40\x81\x9c\xd0\x6c\xfd\xf0\xae\x48\x79\x83\xff\x20\x71\x41\x08\x29\xe5\x8e\x15\x89\xac\xd1\xe9\x65\x55\xe5\x55\x97\xb4\xc9\x8f\xe1\xea\x51\xab\x2f\xd3\xb6\xbe\x7c\xa6\xe9\xbd\x16\x94\xdc\xf9\x2f\x2f\x10\xaf\xb6\x15\x4a\x21\xbc\xa6\x35\x50\x87\x1e\x55\x1f\x5a\xd3\xb8\x43\x57\x09\xbd\x35\x84\x8a\x9c\x07\x73\xe3\x94\xde\x6e\x8c\xa1\xf7\x64\xe9\x73\xfd\x16\x4c\xbe\x57\x28\xc0\xb6\xed\x5c\x72\xbf\xe6\x81\x69\x27\x6f\x19\x55\x2a\x00\xcf\x3d\x1e\x99\x5f\xeb\x41\xe6\x34\x2f\x2d\xcd\x55\x00\x75\x56\xbe\x1d\x87\x3a\x00\x4c\xf9\x04\xcc\x4e\x18\xfc\x23\x1f\x85\x20\xd1\xc0\xe0\x00\xe0\xfb\x49\x4e\x9d\x33\x0d\x20\x38\x5b\x29\x48\x98\x1d\x9e\x87\xa4\x69\xaa\xc8\x8f\x13\x7f\x04\x7d\x35\x8a\x34\xdc\x47\x28\xf6\x55\xb1\x41\x3b\xbd\xc2\x75\xb8\x97\x7a\xb8\x84\x02\xd9\x17\x84\x5e\xb2\xe6\x2a\xb4\xce\xba\x8c\x8a\x36\xc1\x35\x55\x15\x34\x21\x35\xf4\x5d\x06\x18\x4a\x97\x11\x2d\x9a\x84\xcf\xb1\x65\x6d\x7f\xe7\xa1\x2c\x64\xab\xde\x5e\xce\xcf\x41\x8e\x9b\x69\x8a\xaf\x9c\xcc\x11\x7a\x43\xad\xa5\xbd\xaa\x91\x31\x32\x60\xa5\x3d\xb7\xc6\x9f\x1a\xf9\xa8\x51\x27\x0b\xc1\x94\xe8\xd3\x31\xae\x2b\x83\xf8\x1e\xc7\xd6\x72\x42\x2f\x07\x59\x7c\x75\xa2\x61\xbf\x81\x02\x6a\x47\xd4\xd1\x1a\x1e\x03\x69\xd4\xb7\x50\x11\x32\x07\x53\x56\x67\x10\x8c\xd9\xe9\xe7\x5a\x34\x60\xd8\x8a\x91\xf3\x59\x05\xa0\x74\xe3\xfc\xfd\x7e\x95\xc1\x9e\xd3\x84\x72\x07\x00\xef\x1d\xee\xa7\x7b\xbb\x00\xa4\x30\xdc\xe2\xfb\xf9\x36\x3d\x31\x1b\xb9\x18\x37\xf9\xd2\x4f\x9d\x07\xf0\x7a\x2c\x9a\x76\x69\x04\x20\xf0\x89\x0c\x25\x87\x0a\x40\x84\x95\xe2\x7e\xe1\x07\xd0\x1f\xd5\xad\xee\xa0\xf0\x89\x38\x17\x41\x63\x20\x66\xb8\x93\xe0\x19\x88\xb7\xce\x73\x3d\x8c\x0b\xf2\x68\xf7\xd8\x19\x21\x8a\x69\x73\x39\x76\xd5\x3c\x95\x03\x75\xdf\xf6\x49\xe1\xc9\x02\x3e\xa4\xa9\x99\xfb\xdd\xb5\xeb\x69\x08\x31\xfd\x85\x61\x93\xca\xfe\x35\x49\xad\xe4\xa9\xb9\xea\xef\x6b\x55\x1a\x97\xe6\x99\xab\x9e\x23\x30\x6a\x3a\x8b\x7b\x4a\xdb\xa6\xc2\x34\xad\x96\xb8\x8b\xe6\xc6\x54\xb5\x29\x97\x03\xf2\x88\xcf\x9e\xe9\x9e\x59\x91\xcb\x49\x7e\xcc\xa8\xe7\xbe\x9a\x9c\xf1\xbe\xa3\x4f\xdf\x71\x2d\x29\xe5\xfd\xdf\x5e\xa0\x1a\x7a\xa3\xe7\xc8\xf2\xe8\xc8\x0d\x0e\xa6\xd0\xc8\x1d\xcd\x1d\xfc\x94\xcc\xc1\xe4\x2a\x99\x0c\xa2\x97\xfc\x33\x01\xf6\x99\x73\xfc\xf6\x6f\x33\x29\x72\x05\x51\x09\x03\x08\x30\x73\x5d\xd9\x1b\x04\xa0\x18\xcc\xad\x4f\x73\x7b\xd3\x13\x63\x61\xce\xad\x7d\xf4\x14\x80\x6b\x2d\xff\xc1\x33\xa7\x00\xfc\x9e\x0b\x99\x5d\x28\x05\x08\xbf\x25\x31\xce\x96\x0e\x10\x3d\x2d\x27\x20\x98\x06\xcf\xe3\x84\x55\x83\x14\x74\x89\x53\xb1\x66\xba\xab\x86\x8d\x04\xe7\xf0\x35\x0b\x9c\x6b\x3a\xce\xce\xd7\xdc\xf5\x43\xe4\x69\x8c\x8a\x9b\x79\xc4\x70\xfa\x12\xca\xd6\x9e\x39\x5f\xbf\x88\x0a\xc1\x68\xf1\xb3\xc9\xe2\x06\xeb\x2a\x18\x74\xbd\xd8\x52\x83\x59\x99\xd4\x16\xf8\x71\xa8\x9e\x95\xec\x07\x9a\xdf\xae\xb9\x75\x41\xbd\xbc\x6b\xbc\x4e\x67\xff\xa2\xde\x75\xab\x97\x61\x7a\x86\x4b\xd1\xc5\x34\xfd\x82\xfa\x73\xcb\x3f\xf3\x22\xda\xcb\x8d\x4e\xac\xac\x5d\x43\xb5\x29\x19\xf6\xae\x09\xa4\xdd\xfe\xdb\x0b\x54\x61\x6a\x6a\x8b\xf4\x8c\xf9\x52\x7a\xc6\x54\x0e\x65\x10\x79\x80\xec\x05\xca\xcd\x32\x4b\x44\x33\x87\x44\x66\x7d\x30\xfb\x89\xbe\x15\x18\x01\x70\xda\x9a\x87\x7d\xeb\x5d\x00\x36\x41\x4e\xd5\x5d\xb9\x9b\x1c\x84\x8a\x28\xd7\x63\x9a\xb5\x4d\x4f\x8c\x2d\x2b\x57\xfb\xd1\xd7\x00\x1e\x1a\xbc\x39\xa7\x5d\x00\x82\x3b\x04\xd4\xcf\xcf\x00\x44\x67\x88\x64\x32\xe5\x00\x24\xee\x92\x31\x10\x64\x83\xcf\x29\x63\x4a\x31\x72\x78\x22\x32\x45\x4c\xeb\xbd\x41\x35\xc1\x2b\x76\xb7\x19\xab\xab\x11\x6e\x7f\xc8\x19\xe7\xa8\x68\x3a\xb4\x8d\x57\x4a\x48\x53\x8e\x1f\x92\xd5\xe9\x68\xee\xcb\x72\xf6\x8d\x7c\x18\x23\xa3\xa7\xcf\xf1\x77\x04\xfe\xf6\x03\x7d\xcb\xd4\x79\x32\x27\x5a\x13\xfd\x26\xdb\x80\x75\x7e\xb1\x2a\xe6\x89\x9a\x91\xee\x62\xc1\xf5\x77\x9d\xad\x26\xe7\x97\xc6\x8b\x70\xad\x63\xa6\xcc\xcb\xc8\x7c\x51\xb2\x17\xa8\x9a\xd3\x3c\x78\xcd\x31\xad\xbd\x4a\xd8\xec\x16\xc2\x30\xc9\xba\xb8\xc9\xa2\x14\x81\x88\xbf\x97\xff\xd9\xc2\x1c\xf9\xed\xea\xb7\xec\x7a\x8b\x8f\xa8\x88\x88\x82\x0c\x1f\xcb\x53\x68\xce\x90\xd2\x94\x0b\x56\x99\x68\xcb\xe0\x12\x80\x73\x81\x9c\x55\xdb\xd9\x37\x39\x08\x31\x06\x8e\xe0\xbd\x2f\x00\xd4\xd9\x38\x1b\x68\x66\x37\x39\x08\xb2\x27\xc6\x8f\x96\x53\xef\xc4\x0b\x80\x88\x55\xbe\xdb\xe7\xeb\x00\x12\xf8\x85\xaf\x31\x6f\x07\x48\xbf\x24\x29\xc4\xb7\x08\xab\x99\x5d\x0a\x17\x64\xb5\x89\x2b\x19\x69\x9a\x4e\x06\x28\x42\x55\x8a\x9e\x91\x90\xf3\x6e\x1c\x6d\x34\xad\xbd\xf7\xd5\x6e\x54\x87\x9f\x60\x80\x6b\xc1\xb9\xb5\x19\x37\x95\x2c\xfd\xea\xa5\x95\x8b\xb6\x6a\x4d\x3a\x4d\x5b\x96\x0e\x1b\x37\xbd\xb5\x6c\x4b\x59\xac\xd5\xdf\xf5\x9d\xee\xde\x91\xc5\xa3\x3a\x2f\x7f\x9e\x6a\x94\xf9\x10\x6c\x30\x36\xbb\xbf\xde\x66\x90\xd6\xe4\xf6\x5c\xe1\xad\xed\x3d\x0e\xa6\xd6\x0b\xed\x95\x7b\x5b\x03\xcc\x77\x2f\xdd\x2c\x39\x73\x87\xc3\x1c\xb5\xdc\x53\x60\x75\xf3\xb4\x65\xee\xca\x68\x4e\x58\x05\x9d\xe5\xd8\x2a\x2e\x63\xba\xe8\x83\xf5\xc5\xb5\xbe\xd4\x4c\x32\x07\x93\x6d\x64\x95\x88\x7c\x1a\xdd\x98\xde\x66\xdd\x8a\xe2\x8a\x4a\x4f\x76\xb4\x1e\x43\x11\xc3\xf6\x27\xa0\xad\x97\xd1\x8e\xc1\x71\x00\x17\x59\x38\xe7\x77\x24\x01\xb0\x13\xd9\x93\x77\xcd\x02\x88\x1f\x66\x49\xde\x73\x08\x40\xcb\x82\x43\x9e\xa6\x79\xd3\x13\x43\xe6\x20\x02\x0d\x38\x6d\x4f\x36\x00\xc4\x52\xf3\x9e\x3c\xaf\x09\x90\x5a\x2a\x30\xc5\x78\x09\x20\xdb\x4d\xb4\x82\x9b\x1f\x26\xf3\x10\xf2\x34\x72\x18\x38\x9f\xbf\xa4\x2a\xad\xdb\x45\x08\xbe\x66\x65\xc0\xee\x32\x87\x7d\x99\xf8\xc6\x56\x38\x96\x03\x75\x38\x50\xd6\xaf\xa6\xb8\x6a\x35\xc8\xeb\x73\x6a\x4d\x7d\xcf\x52\x98\x03\x75\x23\x65\x9b\xc7\x7c\xab\x29\xee\x9d\x65\x97\x14\xd9\x0f\x34\x79\xcb\xb0\x78\xfa\x41\x8b\xe0\xf3\x09\x33\xaa\x9f\xb5\x8d\x59\x8f\xb6\x9a\x4f\xce\xe9\xd6\xf2\xdd\x3b\x6b\x45\x31\xff\xa8\x3a\xa5\x41\xcc\x7a\x7a\xd1\xa6\x7c\xfc\x66\x9a\x75\xc8\xb2\x73\x11\xe5\x75\x1a\xdb\x84\x15\xbf\x3c\x9b\xa2\x46\xdb\xd4\x55\x8b\x6b\x4f\xf2\xa6\x6d\xa9\xd6\x6a\xd3\xf8\xb2\x70\x76\xc7\x11\xca\xc9\x1e\x69\x6f\x6d\xbb\x91\x6e\xb1\x6f\x12\x9a\xec\x5f\x23\x9f\xc5\x6c\x89\x3f\x68\x77\x07\x75\x23\x42\xfc\xaa\x86\x7d\x17\x9a\x21\x54\x13\xe0\xa2\x36\x67\xdb\x8e\x6b\x00\x9c\x37\xd9\x24\x76\xd5\x02\xc8\xa1\xd9\xbe\x50\x97\x02\xe8\xe9\xb0\x4d\xd1\x14\x03\xd8\x74\xb2\x4e\x1e\x1c\xfb\x47\x3e\xca\x55\x76\x8b\x13\x95\x00\x89\x47\x38\x2d\xce\x2e\x02\x64\x4d\xf1\x55\x33\x34\x01\x14\x4e\x89\x44\x71\xe3\x01\x4a\x9f\x49\x6f\x97\x32\x07\x81\x32\x55\x25\x53\x1d\x3a\x82\x79\xd1\x49\xdd\x7e\xb7\x43\xd8\x82\x2c\x41\xab\xb3\x71\xbd\xc8\xd5\xab\x08\x4f\xb3\x12\xd7\x15\x39\xdf\xba\xe4\xb7\x4d\x4c\x0b\x55\x8e\x9f\x9b\xfc\x3b\x5e\x91\xfd\x40\x33\x12\x26\x36\x5f\x52\x7b\x78\x5f\x57\x58\x84\x7c\xbb\xff\x40\xb5\xaf\xcc\x4a\xfc\xc7\xab\xe6\x43\x6d\x6c\xb6\xfd\x33\xc3\xb7\x47\xee\x28\xda\x89\xcc\x8d\xde\xca\xaf\xfc\xe4\x60\xba\xb8\xa5\x32\xa1\x58\xd9\xf1\xcb\x92\xe1\x75\xbd\x42\x67\x87\xce\xe5\xe6\xc2\xe8\x6b\x62\x4e\x74\x2b\xb3\xb9\x94\xa9\x48\x27\xe7\x35\xee\x8c\x96\xe4\x1a\xc7\x9b\x08\xde\x94\xb3\x89\xfb\x1c\xf1\x88\x86\xc4\x71\x32\x07\x13\x61\xec\xcc\x87\xd2\x89\x92\x0f\x3f\xec\x24\x80\xde\x1a\xa6\x0e\xc0\x30\xc1\xf1\x90\xf2\x0c\x00\xbf\x01\xfb\x85\xdd\x18\x00\x79\x29\x56\x02\x35\x27\x80\x41\x33\x53\xf3\x3e\x3d\x00\x3b\x1d\x66\x87\x03\x72\x00\xbe\xcf\x99\x3b\x0e\xc7\x00\x44\x59\xb0\x7d\x39\x29\x01\x90\x71\x98\xfd\xc7\xd9\xc9\x4d\x4f\x4c\xf9\x3b\x81\x40\xf6\x0c\x80\x1b\x9d\x12\x45\x12\x13\xa0\x56\xbb\x47\x7e\x97\x96\x05\xa1\xe7\xa6\x91\xc6\x21\x47\x61\xec\x64\xb1\xb5\xa9\x60\x8c\x1b\xf2\x60\x8a\xac\x9b\x57\x79\xf7\x92\x46\xc8\xae\xd8\xd3\xf7\x52\x67\x7d\xdd\x1b\x1a\x04\x1e\xff\x20\xfb\x81\x3e\xf2\x5a\xcd\x7e\x2a\xec\x3b\xdc\xcf\x65\x87\xf8\x3a\xd5\xe5\x76\xcf\xc0\x31\xe9\xfb\xf7\x7b\x0b\xb5\x48\xe7\xd6\x9f\x0f\x9b\xbe\x55\x1e\x74\xe9\x9a\x1d\xad\x7f\x57\xfc\xce\x25\x7f\x81\xa3\x5a\x2f\x3b\xd8\xf5\xcb\xd2\xb1\xb2\xc8\xcc\x7a\xd7\xcc\x65\xae\xe2\xdb\x29\x06\x6e\x9c\x2b\x9e\xf9\xe7\x12\x18\x5d\x5f\xac\x4e\x66\xc9\x93\x39\x98\x28\x03\x37\x36\x44\x78\x12\x32\x74\xda\x6d\x11\x29\x12\xaf\x18\xc2\xe4\x26\x89\x5c\x8d\x0e\x0b\xbc\xe5\xaa\x86\xfa\x1a\x7e\x06\x80\xe9\x3a\x6b\x2a\x65\xf3\x3f\x38\x88\x8b\xcc\xe7\xf7\x5e\xde\xe4\x20\x1c\x72\x19\x76\xed\x73\x04\x08\x2a\xbf\x9c\x4a\xf3\x12\x20\x31\xf4\x0a\xdf\xe1\x39\x80\x9c\x20\xe6\x07\x27\x91\x00\x65\xa3\x1c\xdb\xce\xa3\x00\x6a\x2d\x78\xcf\xb0\xb8\x01\x34\xee\x10\x55\x12\x33\x05\xff\xbb\xcc\xd2\x3f\xd4\xe5\x08\xcd\x77\x43\x55\x10\x8e\x1e\xd8\x91\x3a\x27\xfd\xde\x18\x65\xc4\xa7\x12\x57\x3b\x5c\x85\xdb\x02\xcf\x55\xa5\xf0\xce\xae\x94\xef\x5c\x7e\x98\x3a\xa9\x17\x0e\x9f\x91\x4e\xac\x6f\xf9\x5e\x7f\x7c\xbc\xe0\x36\xfd\x91\x77\xf0\x67\x63\x89\x77\xdc\x67\xe6\xbe\xa4\x1b\x05\x5e\x4b\xdf\xa2\x3a\x8c\x8a\x29\xbd\xdb\x7f\x0c\xb6\x94\xe4\xf0\x7a\x7f\x9f\x35\xbd\x1d\x91\xce\xe4\x23\x38\xef\x78\x6b\x57\xea\x1e\x6f\xba\x05\x4c\x95\xf1\x86\x17\xe8\xbd\x77\xe1\xca\x91\x82\xee\x7f\x71\x30\x92\xde\xf4\x08\xc7\xe4\x08\x7f\x41\x2f\x13\xa4\x4a\xfc\x6e\xbf\xcb\x9e\xaf\x90\xc3\x31\x26\xbe\x44\x0f\x01\x54\x64\xa4\x0d\x00\xf3\x3b\x56\x29\xaa\x13\x00\x22\x44\x26\xc6\x5d\xd5\x00\x1a\x1f\x18\xf5\xf7\x0a\x02\x58\x28\x30\x1c\xa3\xe6\x00\xf0\x70\xbe\x60\xbd\x77\x3b\x40\x14\xc7\x85\x85\x7d\xd5\x9b\x7e\x94\x52\xfd\x2b\x5b\x8e\x11\x00\x6a\xe3\x99\xac\x4f\xcf\x6c\x7a\x62\xda\x99\x85\x8e\x0a\x5f\x81\x96\x87\x45\xe2\x0e\x4a\x3a\x84\x6f\x3d\x0c\x0a\x6d\x76\x29\xd8\xc9\x8e\x2c\x2d\xb7\x68\x51\x04\x7d\xa3\x8e\x85\xeb\x0d\xe6\x59\x54\x21\xda\x8f\xb7\x17\x26\x1e\x45\x1d\xac\x76\xfd\xe0\xd2\x13\x11\xec\xf3\xa2\x76\x4c\xa1\xf6\x7e\x58\xed\x28\xd5\xcb\x2f\x45\x27\xc3\x11\x13\x7a\x4f\xdf\x66\x38\x85\xbf\xfa\x1a\xf4\xb0\x2a\x49\x33\x2c\x79\x5a\xed\xbe\x54\x5c\x4f\x48\xd3\x8c\x66\x93\xe7\x55\xea\x90\xe8\x39\xcb\x7a\xa6\x88\xec\x60\x9f\x05\xb1\xea\xd1\x0d\x2f\x50\x43\x00\xc5\x72\x77\xd1\xf1\xe0\x63\x7e\xdd\xab\x14\xb9\x82\x01\xf7\xfd\x43\xd7\x76\x66\xce\xf9\x3f\xf4\xdb\xb5\xf6\x35\x8d\xd2\xef\x84\x8f\x28\xf2\x68\x02\xbd\xaf\x8e\x37\x1f\xf2\x46\x2c\xab\x97\xa3\x4f\x14\x2a\x39\xf2\x32\x00\xfb\x4f\xa6\x18\x4a\x02\x80\x54\x3d\xc3\xe0\x2e\x13\x00\x1d\xa6\x8b\x65\xbb\x5c\x36\x73\x10\x02\x2e\x9f\x5b\xd8\x3d\x0f\x10\xb3\xb4\xee\x05\xc9\x33\x5d\xf7\x20\xdc\x72\xd9\xb2\xe7\xf7\xbd\xd7\xdc\x8b\x87\x0f\x8b\x6c\xfa\x51\x06\x9e\x71\x85\xb2\x25\xc2\xc2\x2b\x5b\x61\x7f\x59\x1c\x51\xf5\x6d\x9d\xb4\x81\xc5\x35\x9c\xc4\xdb\x1e\x65\xa3\x88\x1d\x08\xd9\xa1\x4f\xfa\x5b\x2a\xc3\x66\xae\x3c\x74\x73\x10\x7f\xa2\xd6\x91\x59\x19\x7b\x4d\xee\xb3\x54\xa1\x51\xe1\xc8\x40\xd1\x04\x2a\xbd\x21\x67\xe4\x9d\xed\x6b\x7c\x82\x6c\x56\xef\xc4\xe9\x01\xc1\x98\xc1\x94\x3d\x5f\x1f\x3e\xbc\x12\x31\x9e\x72\x6d\xda\xf6\x3e\x45\xa8\x77\x52\xca\x4c\x63\xa3\x5b\x48\x4d\xac\xe8\xfc\xd9\x5a\x9a\x40\x9f\x18\xbb\xc5\xf0\x8a\x51\x7f\xe5\xab\x1f\x97\x55\x8a\x1b\xfc\x18\xa2\x12\x56\xf4\xf3\x9f\xfa\x74\x45\xd6\xae\x1a\x67\xdf\xf5\x1a\x0e\x27\xac\x0d\xa6\x39\x7b\xe5\x84\xf1\x20\xb4\x93\x7f\x92\x73\x50\xdc\x58\x42\xa9\x50\x51\x91\xd6\xae\x34\xc1\xa5\x68\x9e\x50\x7e\x00\x0e\xc3\xcb\x0a\x3b\x23\x00\x14\x13\xe8\xe5\x77\xed\x04\x30\xf2\xbc\x40\xb3\x4b\x00\xc0\x41\x6d\x97\x0a\xc5\x3f\x3c\x08\x7f\xe7\x20\x90\xbd\x20\x8f\xfb\x28\xac\x7f\x73\x00\xcf\xe8\x74\x0f\x44\x00\x8c\xd5\xb1\x29\x31\x94\x00\x4c\x39\xf2\xd9\x08\xc7\xc3\x96\xc5\x78\x31\x0a\xbd\x3a\x5c\xc7\xca\x8c\xac\x4d\x50\x2c\xa2\x7e\x71\x4d\x55\xea\xfa\xc3\x57\x88\xa9\x65\x4b\xb6\x6e\xf7\xeb\x42\xef\x4c\x63\x45\xde\x7d\x08\x47\xbe\x78\x3f\x3c\xf0\x21\x2f\xf8\x76\x37\xe3\x68\xcc\x8b\xf1\x80\xcc\xa6\xad\x9f\xed\xfa\xd8\x7d\xdf\xd5\xbc\xf9\xd6\xd9\xfe\xde\x67\xa5\xdc\xe2\xe7\x81\xe6\x6f\xde\x49\x85\xdf\xe6\xe4\xeb\x70\x5e\x5c\xb9\xb0\xe0\x7b\xa3\xdf\x03\x97\xad\xbd\x44\x53\xd6\xe0\xde\x99\x19\xb2\x5c\x51\xc4\x48\xe6\x3f\xdc\x06\x92\x98\xd7\x8e\x66\x7a\xb8\x08\x24\xbd\x46\x88\xa6\x9c\x72\x1e\x4e\x88\x45\xac\x25\xdc\x70\x12\x8e\x97\x46\xce\x46\xa7\x39\x9e\x8a\x75\x47\x75\x86\x7f\xb7\x7f\x17\xd3\x87\x36\x0a\x61\x06\xe0\x77\xa2\x7f\x43\x79\x0e\x40\x65\xf6\xfc\x25\x4a\x39\x00\xcb\x38\x5a\x41\x4a\x9f\xcd\xbe\x2f\xd9\x83\xb0\x91\x8b\x62\xbc\x5e\x1f\x6a\x93\xfa\x5e\x6e\xeb\xf5\x8b\x0d\xa9\xff\xa5\x7a\xe1\xe6\x21\x11\x00\x62\x3e\xa7\x2d\x2b\x25\x9c\xc6\x3f\x14\x15\xd0\x2d\x59\x78\x82\x1e\x95\x4d\xf6\x8b\x1b\xa1\x5b\xbd\xa4\xd9\x9d\x53\xd6\x7a\x78\x2e\xc5\x46\xad\x01\x97\xfa\xf3\x6b\x62\xa4\x7c\xef\xb7\x00\xe1\x4f\x63\x6d\x13\x03\x6c\x4e\x27\x3f\x9f\x1a\x9f\x7a\xd2\xeb\x78\xf4\xf5\x91\xaf\x62\xdd\xc6\x8e\x85\xbd\x82\xd3\x69\x6d\x62\x8e\xf5\xf7\xb0\x33\x8d\x77\x84\x1c\x4f\x34\xd6\xce\x6b\xd6\x98\x38\xd2\xd4\xcc\x2d\xc6\x95\xbf\x74\xdc\x5f\x19\xb8\x04\xc5\x68\x07\x8d\x52\xec\x4a\x41\x1e\x95\xfd\x8b\xa2\x47\xab\x75\x59\xf7\xed\xf9\xf3\x5f\xaf\xd5\xa6\x59\xdb\x5b\x5d\x9b\x44\xdc\x48\xfc\x60\xeb\x96\x65\x86\xfc\x1c\x1d\x61\x2b\x93\xa1\x8b\xd2\x8e\xa2\xb2\xd6\x4c\x7f\x89\x16\x08\x69\xb6\x56\x4c\x9a\xc1\xec\xf4\x6f\x00\x10\xaf\xa1\xb5\xda\xfe\x64\xb3\xff\x6f\xf3\x6a\xeb\x12\xc5\x3f\xf2\x30\x32\x48\xf7\x5b\xc9\xf7\xdf\xc9\x39\x08\x64\x3f\x0e\x39\x0f\x03\xf1\x71\x3d\x17\x04\xe0\xac\xf5\xae\x34\x62\x12\x74\x72\x2e\xb0\xdd\x98\xf3\x24\x08\x89\x4c\x6b\x0a\x8d\xee\xc4\xb2\xc9\xf3\xba\xdd\xe9\x76\x43\x9a\xea\x9c\x8e\x9f\x29\xef\x5b\x7e\x62\x3b\x54\x82\x8b\x4e\x9d\x4b\x0c\x9e\xbc\xe3\xe8\x55\xfd\x33\xa9\x46\xb7\x4d\xd4\xe6\xfe\x74\xfa\x3b\xd3\x07\xc2\x66\x9e\x3f\x86\xa6\x0f\xb5\xf6\x9a\x1a\x7e\x3a\x33\xf3\xa2\x41\xc6\x7c\xdf\xf3\xe0\x79\xeb\xea\x09\x8b\xe4\x5e\x8f\xc5\xed\x15\x56\x16\xbb\xdb\x3d\x97\xf5\x0b\x9b\x2c\x15\x9b\xfb\x57\xa8\xf3\x75\x37\xfc\x27\xb7\x6e\xf9\xac\x35\xa6\xe6\x5b\x58\x57\x4d\x21\x1e\x26\xd4\x99\x1b\x96\xb7\x21\x3f\x46\x53\x98\x0b\x97\x8a\xa1\xa2\x22\x3c\xcc\xfa\x8b\x77\xa1\x0f\x85\xb2\x9a\xb3\xe4\x09\xa0\x6b\x02\x2b\xcc\xa8\x73\xb7\x60\xa4\x7d\xab\x01\xe4\x86\x69\x8f\xef\x60\x01\xd0\xfb\xb8\x9d\xf3\xd7\x38\xc8\x7d\x5f\x72\x2e\x0a\xf9\xde\x73\x33\x37\xc5\x1f\x39\x08\xe4\xbe\xd7\xea\xf8\x3f\xdf\xfb\x63\x8d\x01\xce\x5d\xa7\x4e\xff\x81\x85\x46\xce\xed\xac\x0b\x23\x75\x84\x9f\x22\xb1\x4a\xe7\x1e\x1f\xc4\xf5\xc8\x47\x59\x7d\xae\xc7\x63\xa8\x74\xc6\x82\x8e\x66\x03\x22\xd8\x36\x3c\xad\x36\x64\x69\xf9\x7b\xa0\x49\x69\xa8\xdb\xf5\xa5\xe0\xa2\xc3\x95\x07\x6c\x2e\x2c\x7c\xe9\xa4\xba\xc9\x62\xc8\x3f\xdf\x3c\x9d\x51\xd3\xa7\x5b\xb0\x58\xb1\xa0\x5e\x21\xa1\x5b\x37\xfd\x71\xf1\x4b\x49\x84\x3e\xc7\xfb\x1b\xcb\xca\x05\xac\x06\x9e\xcf\xcc\x56\x5e\x5e\x5b\x32\xc8\xe8\xe7\x5e\x3b\x93\xd6\x6b\xf0\xb8\xeb\x0d\x42\x27\xd1\x87\x9c\x7b\x61\xe4\x75\x57\x0f\x69\x1b\x73\xc3\x30\xf3\xb6\x0b\x2a\x20\x7c\xdc\x88\xe6\x16\x27\x9a\x3a\xa4\xce\xb0\xfb\xe6\x7e\x74\x58\x20\xd6\x30\xba\xb2\x02\x73\xd0\xcf\xd2\x70\xa4\x8c\x1b\xe3\xe0\xc3\x03\xa0\x24\x4f\xc9\xf3\x6b\x1c\x96\x3a\x14\x77\xff\xb9\x0e\xfe\xe6\x40\xc8\x1e\x84\xff\xe6\x40\xc8\xef\xfd\x27\x3b\x01\xa8\x52\x29\x28\x46\xb3\xe0\x01\xc7\x53\x96\xe2\x3e\x65\xa2\x9b\x88\xa7\xf4\xdb\x66\x37\xfc\x3d\x05\x41\x23\xc7\x32\x2a\xec\x43\x5d\x4a\xb7\xa3\xc9\x87\xd1\x61\xd6\x2d\xe1\x92\x7e\xa3\x08\xac\xef\x58\xca\xb8\xd3\x0e\x04\xd3\xb5\x0b\x19\x61\x56\xea\xab\x9f\xeb\x6d\x72\x7c\x0d\xee\xaf\x9e\x78\x21\x97\x47\xbd\xe1\xff\x20\x79\x3f\xd4\x1f\x2e\xf5\xaf\x26\xa5\xe5\x6b\xb6\x7d\xb9\xb4\x66\x96\x3c\xb3\xe1\xfd\xb0\x78\x7e\x02\x59\x16\xd5\xaa\xf5\xf4\xe9\x2e\x94\x44\x78\x81\xce\x96\x1e\x43\x54\x52\x98\x9e\xb6\x5a\xe7\x4e\xb4\x4f\x00\x51\x27\xb8\x4d\x0a\x5d\xeb\x8f\x26\xe7\x5e\x68\x8b\xde\xb1\xc3\x10\xdc\xe9\xb5\x8b\xeb\xcf\x61\xf9\x5c\xcb\x00\x7e\x3f\xe6\xbf\xd6\x81\xc5\x7a\x4d\x22\xe5\xfd\x57\x5c\xa6\xf8\x4f\x0e\xe4\xbf\x73\x10\x26\x49\x7d\xad\x77\x53\x00\xb4\x05\xfb\xa0\xef\x39\x2c\xb1\x6b\x30\x64\xb7\x66\x12\x07\x44\x3e\x89\xd3\xde\xb8\x48\x48\x55\x48\xd3\x6c\xbd\xd6\x88\x9b\xd7\x7d\x64\xe3\x18\x35\x89\x35\xb7\x7a\xe5\x65\xe8\x31\x81\x1e\xf3\x4e\x0b\xb5\xb3\xdf\x82\x16\x48\xaa\x8f\x14\xb7\x50\x44\x49\x96\x55\xc7\x4a\x19\x52\x22\x3b\xee\xe3\xe2\xd0\x5a\x12\xc8\x7d\xa3\x3f\x13\xde\xaa\x26\x20\xda\xd7\x7a\x12\x5a\x55\xc2\x91\x7e\x88\xb8\x98\xf7\xca\x7b\x90\x4a\xc8\xdb\xe1\xed\x2a\xd4\x73\xde\xc8\x95\xb0\x35\x95\xba\xcf\xa7\x50\x63\x41\xa1\xaa\xd7\x46\x0d\xd0\x4c\x81\xbb\x55\x27\x5f\x9a\xa2\x1f\xf9\x36\xaa\x16\x0c\x4c\x60\x52\x3c\x1a\x54\xbf\xf4\xbd\xc7\xbc\x75\x5b\x56\xad\xe8\xfe\x8c\x0d\x76\xd2\x56\x9b\x6e\xbf\x85\x75\x74\x66\x52\x5d\xbc\x2f\x89\x45\xdb\x3d\x03\xb0\x24\x79\x7f\xc8\xe7\xc2\xdf\x1c\xc8\x10\x89\x0f\xfb\x33\xff\x1d\x47\xba\xe7\x3d\x45\xea\x67\xbe\x7e\xb5\x5e\x7b\xb6\x01\x50\x44\x51\x50\xb4\x09\x01\xb0\xb9\x5f\xec\xa8\x59\x00\x2e\x11\x1e\x81\xf2\x82\x5c\xa2\xb9\x3c\xaf\xbc\x46\x22\x0b\xe1\xa2\x4e\xaa\x01\x63\x50\x04\x6e\xde\x92\xc5\x96\xc7\xa5\x06\xfb\xd4\x3d\xd5\x5d\xda\xa6\x01\x2b\x7b\x75\xc8\xdb\xc8\x34\x0d\xbb\x2d\xe7\x99\xcf\x57\x83\xb3\x18\xd9\xda\x92\x40\x51\xad\x1d\xe8\x4f\xbd\xd7\x83\xf2\x54\xf0\x68\xe7\x4f\x75\xc1\xcf\x15\x73\xd0\xd6\xa8\xcc\xa0\x38\x85\x1c\xcc\x56\xb4\xa0\x5f\xc4\x06\xff\x90\x84\x60\xc4\x5c\xf0\x78\x2a\xff\xea\x67\x37\xe6\xae\x6b\xac\x22\xed\xe7\x01\xcc\x6d\x37\x01\x85\x82\xb1\x50\xac\xb7\xc3\x77\xc5\x77\xaf\x76\x63\xc3\x1d\x77\x2b\x26\x0d\x4f\x61\xe7\x6c\xbf\x28\x74\x0f\xec\xc6\x05\x58\xda\x2a\x5a\xf5\xf2\xe3\x6a\x2c\x0e\xfe\x9b\x03\x21\xfb\x40\xc8\x39\x10\xe4\x7d\x00\xef\xfe\xab\x92\xfb\x3e\xd3\x1e\xeb\xf5\xed\x31\xd2\xfd\x5f\x52\x1e\xc6\xbd\x32\x00\x5a\xc2\x7e\xd1\xda\x35\x00\xf6\x67\x17\xef\x96\x1c\x84\x5c\xa1\x58\x0e\x4c\xfa\x37\xe2\x33\xb9\x39\x89\x45\xb2\x07\xc3\xfb\x0b\x7e\xca\xfc\x99\xb1\xb1\x83\x2e\x9e\xcd\x25\xc1\xaa\xc7\x2a\x07\x17\x13\x76\xd5\x91\xd6\xe4\x15\xce\x2c\xc5\xcc\x89\x5f\x6f\x1c\x77\xa5\x54\xda\xd9\x55\xb3\x0f\x7b\xbd\x39\xcb\xad\x55\x75\x27\xd6\x76\x60\xc0\x5d\x44\xe1\x03\xd6\xf7\xb3\xbe\xab\xad\xdc\x2e\x6c\x38\xba\xcc\xf9\xa5\xac\x3c\x76\x14\xcb\xe2\xb8\x97\xcc\x3d\x48\x23\x70\x21\xd8\x8f\xd6\x2d\x32\x97\x57\x92\x70\xd4\x56\xd7\xa4\x93\x7e\x32\xe3\xaa\x4d\xdf\x4b\xcf\x4d\x4a\xe3\x06\x4d\x30\x32\xba\x1f\x2b\x70\xdf\x4d\x34\x64\x8f\xbd\x4d\xc5\x11\x8d\x3f\xc9\x4a\x3c\x0f\xc1\x8b\x1b\x3e\xda\xe4\x03\x4b\x86\x29\xfe\x33\x07\x02\xc9\x4e\xf1\x1f\x39\x10\xe4\xfe\x6f\x5f\xf5\x7a\x6d\x26\xe5\x63\x54\x6c\x25\xdd\x03\xcf\x03\x60\x0f\xa5\x7b\x7c\xcd\x07\x3a\x84\xa6\x58\x17\xe2\x0a\x40\x47\x26\x8e\x3f\x33\xf0\x1d\x31\x42\x4b\x42\xce\xcb\x35\x91\xf0\xdd\x24\x4f\xfd\x00\x39\xff\xc1\x6c\x18\xff\x24\x48\xd6\xe4\xad\x61\x07\x7e\x38\xe6\x87\x49\xa2\x2e\x2b\xde\x39\xc7\xd7\x82\x46\xa3\x01\xcf\x75\xa3\xc5\x32\x55\x65\x0c\xbf\xab\xd5\xc2\x4a\x71\xc3\x7b\x11\x81\xeb\x9c\x94\xb7\x8a\x95\x9e\xc7\x15\x23\xa3\xac\x1e\x6e\xe4\x3e\x90\x7d\x17\xb3\xf8\x3e\xbc\xa0\xfe\x90\xf8\x32\xee\x28\xbe\x44\x67\xb7\x78\xf4\xca\x15\xfc\x84\xe6\x90\x78\xc8\xac\x3e\x9e\xa8\xd1\x2c\xae\x31\x95\x4a\x60\x53\xfb\x22\x36\x3b\xe1\x4e\x70\x51\xd1\xd9\xcc\x0b\x23\x3f\x07\xcf\x33\xfe\xab\xff\x3d\xd7\xfa\xdf\xfd\xdf\x36\x52\x7f\xbb\xfa\x0c\x69\xfc\xa4\x1c\x88\x6c\x5e\x00\x46\xe4\xf1\xa4\xc4\x02\x00\xfe\x95\xcb\x57\xc2\x4f\x42\xb4\xcc\x0c\x77\xaf\xb7\x1b\x71\x4e\xe3\x87\x78\x92\xc3\x3d\xa2\xb9\xf1\x51\x05\x8e\x0d\xfe\x81\x8f\xf0\xc8\x0b\xa9\xc9\xa7\xff\x95\x90\x1c\x21\xa3\x8d\xd6\x3e\x43\xb8\x9a\x72\x52\x87\x43\xdd\x88\x20\x51\x74\x52\x6f\x50\xb9\x8c\xb0\xbf\xb6\xd4\x40\x92\x9c\xfb\x20\x5b\x89\x7f\x36\x78\xd5\x50\x47\xea\x05\x7e\x78\x62\xc4\xc0\x41\x62\x10\xbf\xb2\x7c\x4f\x8f\x57\xe2\x10\xe1\x08\x3e\x55\xa7\xe4\x7f\xf9\x2e\x84\xfa\xf1\xae\x44\x3e\x29\x27\x61\xbd\xb5\x1f\xc4\x3d\x32\xee\x42\x2d\xf3\x68\x22\x8f\x94\xc5\xe6\xef\x05\x8f\xcd\x48\xfb\x00\xf6\x9f\xe3\x5f\x9a\xfd\x6f\x0e\x88\x9c\x03\x41\xee\xff\x16\x74\x90\x38\x80\x61\x80\x73\xb1\xd4\x9e\xe1\x0a\x00\x54\x40\x41\x11\x35\x0a\x20\x98\x46\x5f\xe4\x17\x0b\x9f\x25\x43\x99\xbe\x3b\x8f\x43\x86\xb2\x2c\x97\x87\xf5\x56\xd8\xa5\xf7\x5e\x74\x9b\xe9\x49\x62\x8e\xd5\x15\x99\x4e\x43\x1e\xa2\xad\x5b\xaa\x82\xb8\x8e\x37\xd1\x34\xc8\x47\x61\x4d\x93\x9e\xa8\x1a\x4d\xa7\xf8\x54\xb5\x9f\xc8\x94\xee\xa2\x1c\xad\x6c\x4e\xe8\x2b\xed\xd0\x10\x90\xbf\x41\xf8\x76\x2b\x51\x8d\x5e\xf6\x2c\xa1\xeb\x5e\x84\xba\xb1\xd4\x1d\x42\xf2\xe0\x09\x8d\xaf\xe4\xdc\x07\xb1\x32\x42\xdd\x5c\xb5\x9a\xf0\x6f\xee\x41\x69\xd3\x77\xf1\xbf\xb8\x07\xbe\xd7\xc4\xb7\x70\x82\x2f\x60\xf3\x39\xf8\xb8\xfd\xbf\xce\xc1\x7f\x71\x40\x7f\xe5\x40\x94\x90\xfa\xde\xa9\xed\xeb\x95\xec\x81\x88\xbc\x02\x70\x79\xfb\x01\xc9\xc0\xf7\x00\x3c\xcc\x67\x62\x3c\x9e\x01\x52\xd2\xe6\x8a\xac\x5d\x09\x74\x2a\x5d\x61\x3b\x63\x86\x02\x6d\x9d\x1b\xfc\x47\xc8\xfc\x83\x9e\x31\x71\xda\xb1\x4e\x1c\xa7\x15\x4f\x7c\xe1\x7b\x54\xf2\xa3\x9a\x0b\x71\x26\x64\x56\x82\x45\xf9\x0d\xb1\x2b\xfe\xa6\xd4\x8c\xe2\x09\xe2\xcd\x2c\x41\x19\x1a\x79\x29\xa2\xed\xf5\x63\xf2\x59\xb2\xfb\x88\x02\xf5\x14\x8a\x89\x52\x93\xc4\xb3\xf7\x23\x95\x6c\xc5\x6d\x89\x3a\x7d\xab\x72\x6f\xc8\xb9\x0f\x22\xf3\x44\xae\x29\x0d\xf9\xe7\xc2\x56\x44\xcf\x65\x94\x4c\xfc\xff\xe2\x1e\x78\x33\xa0\x06\x74\xb9\x56\x37\x7d\x28\xeb\xfb\x00\x6e\x37\xe9\x1c\x24\xf5\xb9\x5f\x5e\xfa\x93\x03\x6a\xe0\x25\x71\x40\xa4\xf3\x81\x9c\x03\x11\xe3\xb6\x5e\xfd\x49\x9e\x10\xbf\x2f\x00\x17\x0e\xef\x8d\x74\x6f\x05\x60\x5b\x3b\x82\x73\x10\x02\x10\x7b\x7f\x7e\xd1\xf2\x21\x60\xe4\x3c\x18\x74\x8d\xe4\xa1\x56\x23\x8f\x7d\x2b\x99\x7f\xd0\xec\x03\x7b\x9b\x0e\xbe\xc3\x6a\x5f\xc1\xc2\xe5\x3d\xff\x0e\x95\x8b\xa0\xe6\x97\x29\xd0\xa6\x34\x0a\xf4\xe1\xd7\x85\xbf\x2b\x34\xc2\xee\x84\x60\xd1\x71\xb9\xfd\xc4\xd9\xec\x62\xf1\x4a\x19\x51\xe2\xdb\x92\x57\x12\xef\x24\x4f\x13\xdf\xd6\xea\x49\xa8\x89\x8f\x11\x6f\xb7\x3a\x48\x31\x88\x64\x13\xdf\x3f\xf2\x11\x3f\x20\xbc\x95\x38\x3d\xd4\x2e\x8a\x17\xf4\x20\x22\xde\xcb\x8a\x2c\x0b\x5e\x21\xfe\xf8\x19\x20\xfa\x8e\xbf\x12\x38\xd7\x5a\x05\x3b\xc8\xdc\x03\x6f\x17\x94\x83\x2a\xb7\xf3\xdf\xfb\xc0\xf4\xe0\x7f\x73\x40\x77\xde\x93\xf6\x41\xd2\x7a\x20\xe7\x40\x90\x39\x98\x10\x12\x17\xe1\x46\xca\x89\x30\xef\x03\xd8\x62\x46\x41\x61\x17\x02\xc0\x12\x78\x70\x8f\x4d\x2a\x80\x88\x01\xed\x31\xd3\x73\x00\xb2\x52\x97\x28\xf4\x42\x60\x50\xdd\x9f\x39\x51\xf3\x1d\x3c\xd4\xd1\x66\x71\x57\x17\x82\x7a\xb3\x19\x76\x1b\x55\x45\xa8\xb5\x71\xe2\x38\xa0\xe4\x04\x15\xae\xb9\x9c\xea\x8a\x34\x10\xe1\x6f\xc3\x53\x26\x17\x0b\x3e\x11\x2f\x78\xbb\x65\x94\xc1\x22\x71\x9e\x5f\x44\x12\x09\xba\xd7\xaa\xf8\xbf\x4a\x50\x81\x58\x69\xbf\xa0\x96\xe8\x7b\x90\xad\x7e\x27\x10\x29\x72\x07\xe8\xef\xe6\x08\x05\x0b\x25\x03\x6f\xe7\x36\xc1\xfd\x02\x00\x22\xfd\x5f\x05\xb4\x04\xb2\xe0\xf2\x6b\x1a\xc1\x7a\xfe\x41\x60\xf8\x7c\x47\xb0\x96\x6f\x2f\xd8\xce\x68\xf0\x8e\xf0\xae\x40\x28\xf2\x1d\x2f\xf5\xdf\x5e\xac\xbf\x39\xa0\x26\xd2\xff\x57\x91\x72\xc3\xc8\x3e\x98\xa4\xb6\xf5\x1a\xee\xb5\x5e\x3d\xbf\xaf\x57\x5b\x12\x57\x68\x50\x07\xb0\xf5\x38\x05\x85\xe5\x31\x00\x86\x33\xd4\xf2\xc6\x05\x00\x3c\xcd\x47\x3e\x1a\x24\x03\x48\x9d\x38\x47\xa3\x39\x03\xa0\xb4\xf5\x62\x81\xea\x37\x98\xd7\xfa\xcc\x10\xa6\x22\x0a\xdf\x0d\x3d\x18\x0f\x2b\x25\xc1\x84\x85\x33\x53\x93\x42\x2d\x3c\x77\x64\x62\x79\x23\xdf\x0e\x37\x7c\xbc\x39\xc5\x64\x12\xe1\x61\x80\x16\xdb\x53\xa9\xd3\xd0\x12\x65\xcf\x8e\x92\xd8\x06\xf5\x49\x27\x38\x8a\xc5\xa5\x20\x2d\x0b\xc1\x7d\x46\x84\x13\x6e\x14\x8a\x72\xac\x08\x1d\x81\xf2\xaa\x06\xce\xad\x42\xfd\xe0\xd9\x70\x80\x67\x8d\x3f\x13\xae\xb5\x11\x39\x47\xf8\x7c\x20\xa9\xb7\x8a\xcb\x94\xcf\x12\x82\x86\x34\xb9\xeb\x78\x66\x20\xe3\x5d\x02\x17\x25\xcf\x31\x28\xff\x32\xcf\x79\x80\x9c\x0b\x36\xd6\xf1\xe7\x39\xd0\x72\x8f\x74\x0e\x90\xf2\x72\xf2\x49\xf3\x40\xf6\xc1\x44\x91\x38\x21\x9f\x0f\xeb\xd5\x81\xc4\x09\x99\x93\xd6\x85\x15\x23\xc0\x19\xc3\x9d\x57\x8c\x88\x00\x97\xb6\xee\xf6\xd2\xa3\x02\x60\x1f\x3c\x70\x58\x73\x05\x40\x6c\xef\x49\x29\xb5\x7b\x00\xf2\x3b\xcf\x05\x28\x75\x00\x28\x57\x9f\x3f\xae\x90\x0c\xa0\xf3\xf0\x22\x9d\xfc\x3e\x00\xe3\x8b\x97\x82\xe4\xf6\x03\x58\x06\x5c\x16\x91\x11\x05\x9c\x23\x9a\x61\x55\x7a\x0f\x7c\xf3\x11\x63\x22\x4a\x3a\xc2\x44\xf0\x3e\xe6\x37\x62\x2f\x60\x2a\x8a\x89\x59\x56\xf8\x29\x2c\x25\x04\x33\xfe\x14\x52\x82\xef\x99\x22\x4c\xe3\x42\xdb\xe1\x49\x91\x3e\xeb\x88\x80\x19\x3c\x2b\x57\x65\x3d\xcb\xc7\x01\x23\xb5\x27\x58\x68\xf8\x28\xa1\xe7\x6e\x3a\xeb\x22\x0f\x1e\x3a\x3a\xc3\xd9\x14\x79\x82\xa1\xb5\x8f\x97\xed\x39\xb7\x38\x3c\x7e\x56\xc8\x5a\xfb\xeb\x53\x8b\xb1\xfd\x7a\x2e\xfe\xe6\x20\x58\x4a\x85\x1f\xef\x4e\x07\xe0\x43\x08\xd5\xef\xd7\x05\x90\xb2\x95\xe8\x3b\x26\x0b\xa0\x2c\x26\x7d\xf2\xf4\x7e\x00\xad\x49\xa5\x5d\x97\x6c\x00\x0c\x0f\xab\x1d\x66\xfe\x0c\x60\x7a\x52\x27\x92\x4f\x1b\x08\xe6\xdc\x46\x9a\x12\xfc\x10\x64\x71\xdf\xd2\x50\x45\x9f\xb8\x6a\x7e\xc9\x83\x43\xff\x39\xd1\xc5\xf8\x55\x84\xb2\x45\x0f\xe1\x85\xe1\xa5\x34\x7a\xc7\x2b\x04\x0a\x5d\x54\xd9\x56\x2f\x39\x7c\x89\x66\x52\x53\x9a\x6f\x31\xfe\xb8\xda\xd1\xc7\x76\x81\x13\xb8\x76\xe5\x8c\xd7\x8d\x21\x96\xb8\x8f\x0a\x01\x93\xfa\x41\xc5\x38\x5e\xb9\x5e\x44\x51\x38\x0f\xae\x5a\xf6\x1b\x8a\x3e\x38\x02\x9f\x28\x23\x8b\x76\xf1\x2e\xc5\x28\x4b\xbf\xc1\x6c\x73\x87\x79\x9c\xcc\x4b\x8c\x98\x3b\xcf\x54\xa7\xec\x23\x4c\xa8\x1b\xf3\xf8\x61\x39\x71\xcc\xbc\x73\xe1\xeb\x1d\xf2\x0d\x58\x26\xa7\x8c\xa1\x76\x05\x61\x6c\x94\x83\xe1\xd3\xeb\x0a\x5b\xb0\x5f\x6d\x93\x7a\xcc\x14\x3d\xb1\x44\x5b\xc1\x8e\x44\xc5\x39\x9c\xa4\xb5\x7a\x9b\x93\x22\x01\x57\x67\xfe\x7b\xf7\x13\xa3\xfb\x35\xfe\xff\x93\x83\xe0\x10\x9d\x38\xf2\x13\x40\x7d\xa7\x34\xc7\x99\x54\x00\x7d\x2d\xb9\xc4\x8b\xdb\x01\x4c\x5f\x2a\xef\x67\xc2\x02\x98\x7f\xd4\x58\xe6\xb6\x01\xb0\x3a\x6c\xf0\x5a\x82\x1b\x42\x2c\x95\x2c\x42\x55\x2e\x10\x91\x16\xf7\x5c\x7c\xf5\xc5\x88\x0a\x66\x05\xc1\x2f\xac\xb2\x08\x81\x46\x33\xa9\x59\xae\x9c\xf8\x45\xbd\xb2\xd2\x61\xef\x1d\xf8\xe3\xda\x3c\x4d\x12\x41\x75\x38\x29\xf5\xa1\xbe\xf0\x48\x4a\x9c\x93\x72\xc7\xbb\x63\x61\x78\xdc\x49\x45\xf5\x6f\xf5\x11\x8f\x71\x27\xe4\x46\x91\x06\x11\x34\xe4\x79\x20\x73\x30\xcb\xa3\xb2\x31\x68\x57\x1f\x9b\x69\x25\xb9\x04\xf4\xa0\xd7\xc8\x67\x56\x79\x4d\xcc\x3e\xcf\xf2\x91\x8b\x0a\x8e\x18\x3b\xf7\xd9\x17\xdb\x14\xa9\x31\x6f\x5d\xf5\x07\xab\x14\x9e\x62\xad\x1c\x7d\x1f\x45\x29\x29\x62\xd3\x1d\x6e\x91\x39\x98\x07\x9e\x4a\xb3\xb8\x53\x36\x4f\x5a\x6a\x94\x4e\xe0\x06\xcc\x7f\x9f\x7e\x42\xbf\xdf\x37\x6c\xeb\xe2\x97\xf9\x55\x2f\xa8\x08\xef\xda\x79\x70\x93\x83\x20\xcf\x83\xbc\xb5\x88\xd2\x91\x57\x9b\x3c\x88\xe1\x67\x19\xc7\x0b\xbb\x00\xac\x98\x94\x5f\xb2\x09\x01\xd8\xdc\x56\x5f\xe5\x3d\x05\x60\xbb\xa2\x4f\x2b\x91\x06\x26\x36\x5c\x16\x29\xea\x7b\x88\xe3\x56\xe9\x4e\x52\x06\x75\xc4\x7d\x16\x67\x82\xed\x6d\x6f\x12\x38\x4c\xd8\x53\xfd\x3d\x3c\xf1\x19\xfa\x93\xa5\xe3\x7e\xf7\x71\x83\x3a\xfb\x9a\x84\x42\xad\x71\x67\x35\xf6\xf6\x0d\x45\x71\x61\xa7\x55\xac\x46\x5e\x5c\xdd\x8d\xe5\x54\xa2\x9c\xd9\x13\x67\x83\x2d\x93\xbf\x8d\xd8\x73\xf5\x36\x39\x0f\x06\x35\x2b\x27\x81\x12\x0d\x96\x98\xbf\x2c\x77\x17\x7d\xd0\x7f\xdf\x24\x51\xfe\x29\x3a\xc0\x57\xf5\xfd\x4d\x45\x3d\x74\xb8\xef\xe0\x6b\x5a\xc5\x10\x8c\xa2\xe7\xde\xa1\x04\xa5\x49\x8c\xbe\x27\x7b\x6f\xae\x72\x2e\x66\xd6\xb5\x84\xcc\xc1\x3c\xd0\x57\xa5\xc0\x1a\x3b\xa1\x5a\x69\x54\xf7\x61\x07\xec\x87\xef\xa4\xab\x16\xe1\x2e\xdb\xfe\x3e\x15\x05\x92\x7e\x8d\xff\x6f\x0e\x82\xab\x9c\x7f\x7e\x6f\x05\x80\x68\x0d\x7f\x28\x8d\x0e\x80\x92\xbd\xf0\xab\xa3\x36\x00\xba\x92\xe2\xfb\x4f\x5b\x02\x98\xa6\x4b\x5d\x3a\xaf\x07\x60\x63\xa7\x70\x9b\x39\x1f\xc0\xc1\x5e\x15\xc3\x73\x07\xc0\x31\x52\xf7\xb1\xe4\xc5\x8d\x9c\x98\x6a\x5b\x3b\xfb\x26\xe3\x5a\xc2\x7b\xab\xc4\x80\x44\x07\x76\xfc\x88\xf9\xc5\xc4\x07\x3e\x3c\xf8\x63\x86\x23\x25\x9d\xc1\xea\x1b\x5c\x90\xa7\x26\xd5\x13\xab\x38\x45\xac\x81\x0a\x62\xec\x4d\xdc\x29\x72\x3e\x0e\x99\x83\xd9\xf0\x23\x21\xe4\x2f\x23\x5f\x87\x7e\xf9\x3e\xa4\x18\x8a\x7c\x13\x46\xf8\xb8\x43\xa9\x1e\x15\x1e\xbc\xfc\x66\x55\xf9\x06\x6a\x22\x48\xfe\x59\x9c\x72\x0e\xba\xcb\xf7\x42\x7f\x82\x8a\x39\x46\xc0\xcb\xab\xbb\x52\x75\x1e\x63\xe4\x45\xdd\xe1\xa9\xaa\x8f\x21\xb8\xde\xdc\xe0\x60\x7e\xa8\xd7\x61\xed\x9c\x35\x1b\xa8\xd5\x3c\x71\x74\xb6\xbf\x4e\xc7\x56\x41\xcb\xdf\xeb\x61\x80\x4b\xf0\x0f\x0e\x62\x89\xe7\xfa\xde\x5c\x00\x09\x46\xfe\xb1\x03\xe7\x37\x7d\x39\x7a\x61\x42\xcc\xc7\x87\x01\x2c\x2f\x8b\x03\xdd\x75\x00\x5b\x71\x39\x39\x46\x26\x00\xa7\xf7\x2a\x58\x9e\x81\x8d\x7c\x14\x33\xa7\x72\xd3\x18\xf5\x62\x62\xb4\xbd\x82\x9d\x8b\x69\x0b\xc1\xcc\xf6\xaa\xbf\xb9\xeb\x12\xbe\xc6\x22\x2d\x1e\xe5\x8b\xc7\x55\x1a\xa7\x16\x77\x84\xab\x93\xb9\x20\xcc\xb2\xe6\xfd\xa7\xde\x89\x9f\x30\xd2\xaa\x4f\x26\x2e\xa5\x6a\xa1\x9f\x28\xd9\xae\xee\x4a\x57\xc0\x60\x14\xae\xaf\xb5\xc7\x3b\x93\xfd\x48\x1b\x3c\x10\x28\x75\x23\x3d\x22\x3d\xc7\x78\x94\x6b\x51\x12\xa1\x65\xe4\x5c\x9c\x27\xf9\xaa\x35\x68\x0f\xff\xb2\x87\xb9\xea\x3b\xd1\xad\x7e\x66\x1d\x54\xea\x7c\x18\x61\x6f\xd6\x16\x1b\x8d\x45\x8c\xa1\xd7\xbb\xc6\x0c\x0d\x6e\x2c\x9d\xab\x7d\x9d\x94\xe6\x3d\x2c\xa7\xab\x44\xf5\xbc\xa6\x23\xf6\xb9\xc3\xef\x7d\x92\xc7\xff\xd7\xf8\xf7\x8e\x70\xfb\xff\x93\x83\xe0\x1d\xe3\x7d\x4e\xdd\x0a\x20\x95\xc6\x37\x7c\xe0\x0c\x80\x7a\x00\x3f\xe6\x08\x03\x80\xe1\xa2\x80\xc1\x71\xb3\x7f\xf0\x20\x24\x5f\x8e\x9b\x81\xf2\x20\x2f\x27\xa0\xbd\x24\xb5\x8f\x48\xab\x80\xb9\xfb\x94\x31\xab\xc6\x7e\xa2\x84\x33\x8b\x9d\x8a\xe5\x1c\x41\xc6\xfe\x93\x77\x88\xdb\x37\xbc\xa2\x55\x57\x1c\x6d\x60\x15\x8e\xd6\x54\xb4\x98\xf5\x6a\x03\x96\xd2\x60\x7f\xd3\x52\x92\x00\x46\x58\x2b\x76\x90\x37\x2d\x06\x9d\xac\x66\xf6\x59\x24\xf3\xce\x46\x3e\x0e\x9d\xe2\xb7\xd5\xd8\xd4\x13\x64\x3f\xd2\x4f\x21\xa5\x4c\x44\x41\x8c\xed\xb8\x88\x4a\x07\xe2\x4b\xf4\xd2\x6b\x0f\xd5\x64\xe4\xcf\x88\x03\x43\x9c\x6a\x0d\x28\x83\xb0\x53\x8f\xea\x34\xf6\xa0\xa6\x82\x43\xba\xdc\x34\xd4\xd1\x96\x01\x77\xdb\x6a\x34\xcf\xa2\x51\xbe\xe6\x8d\x14\x5a\x35\x18\x1e\x1f\xe6\x5a\x3e\xed\x1c\x4c\xb1\x67\x4d\xf5\x4e\x6d\x0b\xac\xb0\xab\x6a\x65\x85\xd6\x3b\x6c\xb3\x63\xf3\xef\x79\x08\xfb\x3d\x0f\xac\x1c\x7c\xbf\xe7\xc1\x83\x77\x3f\x55\x15\x80\x40\x19\x5f\xcd\xbe\x4e\x00\x59\x0c\xdf\xa9\x03\xb1\x9b\x1c\x04\x39\x17\x83\x3c\x0f\x9e\xfc\x52\xd1\x4c\x3c\x00\xbe\x12\x8a\x6e\xbc\xfd\x00\x7e\x9e\xea\xef\x24\xfa\xc0\xd3\xa7\xcc\xc0\x53\x7d\x0f\x51\xc3\xbd\xd3\xba\xda\xd2\x0c\xbf\xe6\xf4\xc6\xc3\xc3\x8b\x03\xf7\xd6\x26\x31\xb6\x20\xf4\x23\x36\xdd\xdc\xa0\x30\x3e\x7e\x37\x46\xd2\xb0\xa2\x09\x93\xee\x8c\x3e\xa6\xdd\x3d\x5c\x92\x63\x8e\x0a\x50\xbb\xff\x8d\x2e\xaf\x00\xd5\xae\x3c\xb5\x9c\x94\x13\x8c\x8e\x51\xea\x5b\xa9\xc9\x98\x9c\xff\xa4\x1c\xbd\xba\x96\x42\xf3\x45\x5a\x35\x6f\x2d\x20\xa9\xe0\x0d\x8f\x06\xfd\x1a\x36\x91\x93\xcc\x03\x3d\x16\xd3\xe4\x41\x12\x22\x1e\x74\xdd\xd4\x8a\x42\xb1\x45\x6c\xb9\x57\xa5\x95\x81\xa6\x0b\x7a\x48\xce\xc5\xa9\x1b\xd2\xe9\x45\xff\xf4\x8b\xbc\xe9\xa9\x93\x85\xc9\xf7\x5c\xad\xb4\xd4\x21\x60\x08\xee\xc6\x65\xde\xba\x12\x58\x19\x57\xeb\xcd\x79\xa0\x21\xb2\xcf\xff\xaa\xcc\xc9\x5c\x8b\x54\x03\x00\xc2\x86\xdc\x15\xd4\xaf\x00\x94\xc2\x78\xb8\x0e\xb8\x03\xe8\xdc\xe4\x7e\x75\x28\x1b\xc0\xaa\x9b\x6f\xf6\xc4\xfd\x7f\xfb\x72\x02\xa2\x65\xdd\x38\xeb\x00\x82\xac\xd5\xcf\x49\xa9\x6f\xe4\xc4\xa8\x79\x5f\xb3\x9c\xb4\xbc\x87\x6f\x70\x6d\x71\x3d\xe5\x33\x80\x3b\xef\x50\x1e\x15\x70\xb5\x15\xd3\x68\x69\x5a\xd8\x9d\x2a\x8c\xf6\x35\x56\x6b\xca\xce\x36\x46\xf9\xeb\x54\x0c\x8f\xe6\x8f\x20\xe3\xd4\xd5\xa6\xeb\x8b\x2d\xc8\x7e\x24\x64\xa4\xf2\xab\xe5\x6f\xd9\x5c\xd3\x29\xaa\x53\x2b\x2b\x19\x40\xe6\x81\x5e\xf0\x6a\x12\xd6\x1c\x52\x38\xff\xce\xc5\xb9\xef\xad\xd3\x81\x1c\x8b\x52\xba\x1b\xac\x4b\x81\xea\x0a\x0d\xde\xc8\xc5\xd1\xd5\xd3\x40\xff\xf4\x1b\xac\xba\xa0\xf7\x19\xc3\xe0\xab\x5a\x2a\xa0\x1f\x8a\xe9\xf5\xd4\x2e\x62\xd5\x9f\xc5\x52\xba\x27\xfd\x9a\x07\xce\xd5\xdf\xbc\x5c\x3c\xf7\xeb\xed\x66\x00\x9c\xbd\xdc\xf4\x7b\x8c\x37\x7d\x39\xca\x04\xee\xa4\x03\xe6\x00\x06\x11\x5c\x3f\x0e\x8d\x03\x58\x8b\x71\xcd\x1c\x0d\x01\x70\x6f\x11\xe0\x3b\x3b\xb5\xe9\xcb\x09\x0d\x90\x3d\xc4\xdd\xb6\xe1\x0d\x0a\x89\x10\xd7\xb6\x51\x9b\x24\x8a\x06\xaa\x9a\xdf\xb4\x5a\xc5\x07\xbb\x49\xbb\x56\xfa\x8d\x63\xa7\x9d\xe8\x23\x3a\x62\x12\x30\x97\x6c\xb4\x73\xf3\x33\x66\x50\xcd\x26\x01\x77\xaf\xe4\x57\x23\xd3\x74\x90\x2f\xd5\x4b\xcc\x11\x3a\xea\xbc\x0b\x17\xca\xbb\xc8\x3c\xd0\x62\x81\xea\xca\xf2\xd1\xbc\x4f\x5f\x8e\x6a\xdc\x5a\x7e\x94\xab\xf1\x46\x43\xab\x77\xe5\x7b\x56\xc1\x80\xa6\x8e\xc6\xea\x72\x5a\x6f\xcf\x6d\xdd\x23\x88\x3d\x49\x97\xee\x5b\xea\x55\x22\xba\xe3\x59\xef\xf2\xe8\xfb\x22\x43\xa3\xeb\xc9\xb9\x38\x37\xd8\x0d\xc3\x51\x23\xa1\x8f\x2a\x82\x0d\x5d\xd1\x3a\x41\x1f\x4b\x76\x1b\xe9\xa1\xdf\xf9\x7f\x2f\x2c\x31\x74\xc2\xa4\x79\x53\xe4\xeb\x19\x5e\xc2\xe0\x3d\x28\x37\xe7\xe1\x3c\x91\xeb\xd3\x0e\x6e\x00\x36\x6b\xb6\x77\xbb\x64\x01\xc4\x96\x38\x18\xf7\x0e\x03\x68\x58\x70\xbe\x39\x20\xb3\xc9\x05\x91\x39\x08\xaf\x48\x5e\xcd\xd3\x83\x9b\xbe\x9c\x28\x16\x19\x4b\xde\xe3\x00\x31\x39\x4a\xc7\x25\xfa\x20\x30\x86\x4f\xb3\x5a\x5d\x9d\xc8\x1b\x4e\x65\xaa\x65\x5d\x8a\x37\xf1\x1b\x71\xbc\x17\xe0\xb3\xe1\x8f\x32\xb2\x0b\xcf\x09\xce\xe9\x44\xe6\x9b\xb9\x37\xfd\x28\xf5\x44\x6c\xd5\x2b\x78\xf5\xa6\x2a\x87\x9c\x07\x83\x78\xad\x16\xbf\xf0\xee\xba\xdb\x34\x9f\xc6\xed\x25\x81\xa2\x1b\xa3\x0c\xda\xf5\xcb\x2c\x05\xbc\x64\x1e\xe8\xd1\xa2\xde\xc2\x6a\x50\xa6\x44\xbb\xb1\x3e\x7a\x2d\x34\x95\xab\xf9\x99\x21\x07\x82\x3e\x29\x78\x83\x07\x32\x30\x4c\x47\x89\x44\x5e\x28\xe7\x32\x76\x40\x55\x87\x9f\x28\x91\x35\xae\x43\x0b\x05\x0f\x14\x9c\x36\x61\x41\xdf\x0b\x18\xc9\xc1\x9b\x6c\xc1\x28\xfa\x32\x67\xd5\x99\x18\x60\x6a\xbc\x6e\x01\xec\x98\x63\x77\xfe\x35\x0f\x17\xf3\x39\x0d\x76\x54\xfe\x23\x07\x41\x9b\xa3\x8b\x7a\x11\x40\x5b\x8f\xf3\xd2\x81\x80\xcd\x3c\x08\x27\x6d\xae\xe5\xe3\x6a\x00\x01\x57\xb8\x65\x4e\x2b\x00\x44\x9e\x13\x10\xbb\x58\x0e\x10\x8f\x94\x38\xc0\x79\x1d\x20\x29\x5d\x7e\x48\x42\x18\x7c\x12\x8f\x6b\x50\xab\x3f\x21\xf2\xc7\xe6\x18\x1d\xb3\x6e\xc4\x6b\x07\xef\xb6\x1f\x0e\x40\x63\xca\x3d\xa3\x03\xbe\xa6\x26\xa3\x6e\x39\x3a\x67\x6d\x29\xb8\x81\x98\x30\x0f\xb9\x2b\x57\x8e\x5d\x1d\xd3\x8f\x7a\xd3\x70\xcb\x84\xec\xcd\x5a\x0e\xd5\xb0\x99\x7f\x5c\xc9\x3c\xae\xa2\x93\xbc\xb0\x5a\xd6\xfa\x4a\x5b\xef\xda\xd2\xb1\x92\xa4\x7e\x23\x83\x88\x65\xc7\x02\xa7\xf6\x4f\x46\xcf\x57\xcc\x73\xd5\x5b\x4a\x8c\xfc\xd7\xe8\xd3\xcf\xfd\x2b\x17\x47\xcc\xf4\x3e\x32\x22\xa6\x88\xec\x87\x22\xe7\xe2\xe4\x74\x98\x86\xa0\xbb\x03\xde\x64\xed\x32\xdb\x82\x61\xf0\x93\x4d\x7f\x64\xca\x8b\x19\xf4\x9c\x00\xd8\xfa\x98\xcd\xee\x37\x27\x26\xca\x71\x71\xe7\x4b\x00\x3e\x02\x7b\xe4\x9e\x83\x9b\x1c\x84\xce\x05\xf6\x02\x9a\xf2\x4d\x0e\xc2\xcd\x98\x9d\xfb\x28\x05\x40\xc8\x21\x2e\x9b\xd3\x4e\x9b\xbe\x9c\x24\x59\xd1\x24\xb6\xee\x0d\x6f\xd0\xb5\xf4\x03\x2a\x63\xaa\x36\x44\x95\x64\x5d\x7d\x1d\xab\x12\xfc\xa5\x28\x71\xdb\xbd\x41\x9f\x30\x97\x7d\x33\x7c\xa8\x33\x8a\x91\x65\x2e\xe7\x32\x3c\xae\x53\xaf\xe9\x59\xe9\x37\x7e\xae\x69\x5c\x39\x61\xa0\x39\xfa\xe5\x4e\xcf\x8a\xa7\x36\xe3\xcc\xde\x86\x46\x32\x0f\xf4\xf6\x92\x81\xf1\x7c\xce\x8d\xe4\x7e\x46\xe3\x53\x8b\xb2\xe5\xdb\x3b\x0d\x4c\x7c\x96\x9a\x8b\x53\x5b\x96\x4c\x2d\x57\xa8\xf3\x96\x6e\x6b\x98\x2e\xaf\x5a\x67\x8d\x90\x73\x71\xae\x0f\x59\x38\x20\x2c\x92\x02\x8b\x27\xcc\xdf\x20\xf5\x62\x1f\x90\x73\x71\xb2\xdc\x2c\xb3\x51\xc5\x11\xfb\xd2\xbe\x5a\x8e\xa3\x99\x42\x3e\xa4\x1c\xb5\x1c\x43\xd7\x05\xb6\x25\xda\x5b\xfa\x63\x64\x7d\x5f\x02\xec\x16\x66\xfb\xfd\xf7\x05\xa3\x07\x5b\x38\xa5\xfd\x66\xff\x5f\x41\x86\xf9\xc2\x9e\xf7\x00\x7a\xd5\x8c\xb3\xd4\xe1\x00\x0e\x8d\x2c\x70\x10\x09\xe0\x63\xc1\xd2\xf7\xeb\xfc\x8c\xda\xc7\xc1\x74\x2a\x05\x20\x49\x9c\x3b\x95\x6e\x06\x20\x0b\x84\x6e\xb3\xbe\x04\xc8\x51\x90\x3e\x25\xea\x03\xf9\x79\x9f\x15\x3f\xaa\x52\x11\x55\xae\x31\xe8\x58\x58\x15\xe0\x8f\x25\x3e\xb2\xb4\x0d\x76\x45\xdf\x08\xa6\xf6\xd2\xb9\x36\x86\x28\x74\x8f\x4f\xa5\xad\x9c\x5d\xf9\x69\xc3\xdf\x64\x76\x5b\x6c\x89\xce\x30\xe3\xc3\x5a\x1b\xed\x02\xad\x6e\xce\x8f\xa0\xa6\xd1\xf7\xbe\x86\x88\x19\xc1\xdb\x65\x83\xdb\x4d\x96\xe6\xec\x6e\x15\x74\x9d\x32\x43\x2e\x38\x55\x09\x36\x0b\x5a\x04\x2c\xf1\x95\x0e\xd7\xf9\x5a\xae\x2c\xdb\x14\xae\x92\x73\x71\x8a\x89\x36\xdf\x57\x3d\xae\x05\x14\xca\x58\x47\xae\xad\xa6\x3c\xcf\x36\xb3\xc9\x42\xf4\x26\x1e\xc8\x3a\x62\x7d\x07\xd9\x16\xc3\x9c\x32\x6c\x53\x8b\x32\x8d\xbc\x9f\x78\xd1\xf6\x28\x6a\x26\xac\x20\x4e\xcd\x66\x14\x9d\x18\xd4\x1b\x2d\x6f\x2b\x81\x5e\x0c\xd0\x00\xa0\x66\x65\x34\xfc\x7d\x5e\x92\x38\x08\xd1\x30\x56\xb1\x3d\x17\x01\x94\xeb\xae\x14\xef\xd9\x03\x60\x46\xb8\x32\xb0\x8f\x6e\xd3\x8f\x12\xb2\xed\xb2\x2f\xcd\x32\x40\x7c\x14\x4b\xe1\x09\x26\x80\x2c\x19\x0e\xcf\x73\xc7\x00\x0a\x6e\xf2\xd1\x33\x1e\x07\x28\x6b\x17\xc9\xe6\x4b\x80\xae\x0a\x29\xd9\x74\xc5\x35\xa2\x7d\x89\xb7\x86\x90\x05\x01\x2f\x9a\xa3\x6e\x72\x24\x70\x01\xcd\x11\x4b\xe7\xda\x9b\x7b\x67\xf5\x93\xef\xd5\x38\x6c\x9d\xdc\xd2\x76\x87\x9c\x46\xe9\x7b\x3f\xe6\xfc\x8d\x2b\xbe\x14\xf4\x50\x7d\x60\x35\xbd\xfb\x6d\xf2\x7e\xd9\x80\x82\x25\xe5\x8f\xfa\x66\xd1\xf6\x5b\x36\xc2\x33\x59\x77\xf8\x6f\x53\xdb\xf9\xcd\x1f\xa9\x41\xdf\xc4\xdb\xdd\x5a\x58\xab\x4c\x28\x4d\x70\x3c\xbd\xc4\x76\xfd\x5d\xa1\xa6\x83\xf6\xca\xd6\x02\xf3\xec\x9d\x8e\xb9\xab\x3b\x73\x32\xd2\x73\x1d\xed\xd6\xf4\x33\xa8\xc8\x1c\x4c\x7c\x9d\xa3\x31\x52\x23\xae\x3a\xe6\x9e\x23\x3b\x6a\xdf\xd5\xf6\x28\x3b\x47\x71\xd4\x83\xf0\xb9\x48\x3e\x87\x6e\x34\x53\xa8\x62\xd8\xa2\x83\x00\x7a\x38\x50\x1d\x80\xe6\x0e\x83\xf4\xaf\x79\x60\xdf\xca\xf2\x8c\xaa\x19\x40\x82\x8a\xc9\x60\x37\xfb\x66\x0e\x82\xd5\xa9\xcb\xb7\xa8\x59\x00\x3c\xdf\xd3\xe7\xec\x6b\x04\x88\xfa\x70\x61\x0b\xf5\x0f\x80\x34\xc3\xcb\xa7\x0f\x45\x01\x14\xd3\x32\x27\x9c\xc2\x01\x54\xd2\x71\x3d\xbd\x5c\x09\x50\x7b\x58\x88\x8a\x57\x0b\x5e\xd7\x5f\x93\x52\x54\xb8\x4c\xcc\xab\xdf\xa9\x34\x60\xfa\x09\x4f\x5b\xb9\x5b\x5f\x3e\xe8\x1e\x6a\x3e\xdb\xc5\x9e\x23\x9f\x76\xd9\x26\x6c\x5f\x38\x6d\xcb\xd9\x39\x01\xb7\x7b\x0d\x62\xbd\xe7\x27\x27\xac\xae\x8e\xcb\x3f\x75\x7c\x7c\xc5\xf1\xf8\x64\xf2\x43\x54\x73\xa0\xcb\xfd\x6f\xbe\x1d\x94\x35\x78\xd7\xb8\x1f\x8b\xcd\xd3\xd7\xc3\xdd\x8f\xcf\xca\xdc\xf6\x2f\xf8\xe1\xa6\x31\x3f\x7f\x53\x24\x73\xd0\x9d\xb8\x18\x53\xe1\xbf\x91\x07\xb3\xcd\x7d\xef\x4a\x59\x9e\xd7\xff\xe5\x45\x0a\xa5\x74\x19\x41\x99\x46\x5d\x22\x73\x30\x7e\xc9\xae\x77\xd1\x66\x21\x8c\x00\xe7\x4b\x99\xc6\xb7\xdb\x01\x70\x49\x33\xac\x50\xea\x00\xc8\x1c\xa0\xa7\xa0\x12\x04\x30\xd0\xa4\xbf\xb4\xfb\x2d\x80\xe3\x20\xed\x6b\xaa\x72\x80\xe0\x95\x73\xaa\xbb\x9f\x00\x24\x38\x6f\x23\xfe\x9a\xb7\xfc\xc7\xe7\xee\xed\xdb\xb3\xe9\x47\x69\x58\x62\xb1\x3e\xa7\x06\xd0\xd2\xc8\xcb\xce\xee\x02\xf0\x80\x20\x2a\x22\x65\x4b\xbc\xf5\x00\xe4\xc6\x4c\x8c\xf0\x3b\x5a\x9a\x34\xdb\x83\x30\xa8\xb4\x5b\x0a\xe6\x82\x05\xa5\x8b\x96\x19\x67\xfc\x90\xed\x92\x1f\x03\x43\x7c\xaa\xdc\x87\xe7\x7a\x4e\xf9\xb8\x8f\x72\xbc\x14\xbc\xf5\xd8\xbf\xeb\x13\xf7\x13\xa1\x12\xba\x40\x93\xaf\x4e\x0f\xa3\x73\xa6\x03\xc2\xa7\xb5\xef\x6f\x4d\x8b\x0d\x98\x9c\x39\xd1\xf4\x3e\x31\xc1\xff\xd5\xdc\x54\x6d\x45\xec\x5e\xff\x77\x0b\x99\x37\x1e\x87\x8f\x05\xec\x58\xba\x55\x8a\x0b\xd3\xf7\xeb\x5d\x5e\x29\xd4\x0b\x8e\xf7\x3f\xb2\x52\x93\x97\x1d\x38\xeb\xeb\xb5\xb6\x3f\xf3\x51\x40\xa3\x77\x26\xc2\x28\xf9\x89\x5f\x83\x37\x2f\xf2\x60\x82\x80\xef\x21\xcf\x87\xa8\xc3\x57\xdf\x7a\x5f\xf2\x8a\x42\xd5\x47\xd8\x7b\xdd\x77\xef\x42\x5b\x84\xd0\x02\x5c\x20\x5c\xee\xdb\x1e\x02\xc0\xcf\x73\xb9\x8c\xd2\x09\x40\xf1\x07\x5d\xff\xce\x61\x00\xb3\x41\xda\x74\x4a\x4f\x00\x57\xba\xf5\xf7\x76\xe4\x3c\x8c\x4c\xa0\xf8\x83\x83\x68\x7a\x7e\xfa\xc4\xee\x2d\x00\x9d\x67\x2f\x1c\x3a\xe4\x0b\xd0\xa7\xce\xa6\x41\xff\x1e\x60\x88\xc8\x1f\x2e\x44\x0f\x34\x2f\x5d\x24\x9e\xe9\xde\xc7\xc7\xbc\x68\x53\x2c\xf3\x59\x44\x49\xf6\xbb\xe8\x2e\x16\x1e\x9c\x90\xbf\xfb\xd1\xf9\xfb\x7d\xa9\xe6\xee\x22\xfb\x8c\xc3\xcf\x03\x73\x07\x33\x22\x5e\x65\x8e\xee\x4e\x16\x4e\x67\x1d\xbf\x38\x58\x19\x27\x95\x5c\x32\xd9\xd5\xb3\x7a\x95\x37\xb1\xf4\x7b\xe7\x03\xc7\x70\xbd\xf8\xaa\x19\xcb\x26\x31\x32\xff\x11\xe2\x18\x95\xbe\x10\x77\x63\x29\x50\x3f\xb2\x70\xa9\xa7\xb4\xd2\xbf\x24\x7c\x6e\x45\xaa\x80\xd6\x8f\x3d\xf4\xd1\x6a\xe5\xb5\x78\x9f\xe4\xd0\x5d\x6b\x35\xe9\x54\xde\x8a\xc1\xec\x88\xd6\xa4\x9d\x9e\x4d\x41\x91\xc8\xcc\xd8\x3c\xf7\xd6\xa0\x21\x94\x5e\x94\x85\x5b\x6d\xa0\x03\x7a\x47\x98\xb9\xeb\xb3\x80\xed\xe8\xdc\xa0\x61\x80\x2b\x0d\x97\xbb\x76\xbc\x05\x90\xba\x42\x67\xb8\xe3\xeb\x66\xff\xdf\xea\xc4\x8e\xdf\x7f\x87\x07\xe6\xfd\xd9\xef\x2a\x51\xa3\xf8\x7d\x2f\xfe\x36\x29\xff\xa1\x5b\x65\xbd\xef\xfb\x6c\x69\xcb\xef\xbf\x4f\x46\xbd\x2f\xef\x38\x31\x02\xf0\x25\x95\x5b\x9a\x9b\x16\x4a\x7e\x96\x0b\x57\xab\x54\x10\x76\x2e\xbe\x92\xb6\x72\x2b\x9b\x0d\xfc\x11\xa5\x56\x94\xbd\xbd\xff\xf5\x68\xad\xf5\xa7\x3b\x31\x45\x02\x4f\x76\xc6\x64\xf4\xdf\x0d\x7f\xd9\x53\xfe\x74\xe5\x45\xa0\x7f\x53\xab\xc4\xa7\x9c\x7e\x33\xdf\xf2\xba\xf4\xa9\x85\x4e\x73\x9f\x73\x55\xc2\x3f\x1e\xb4\xe4\x7a\x7b\x16\x57\xce\x0e\x34\x48\x79\x1d\xc8\xff\x3c\x8f\xb9\xc9\xe3\x11\x92\x3d\xb1\x24\x58\x46\xeb\x1e\x94\xf9\x64\xb9\xad\x70\xe2\x6f\xfe\xc3\x99\x90\x64\x83\xf0\x4e\x3e\xee\x92\x1c\xdb\x8f\xe4\x8a\xf7\x74\x2c\x8a\xe3\x40\xd9\x44\xce\x38\xde\x8d\xb6\x43\x7d\x09\xa7\xb5\xaf\xbc\x5a\x88\x1e\x0c\xb4\x77\x90\x88\xda\x82\x1e\x0d\x3c\x0d\xc0\xd6\x7b\xe9\xfe\x8e\x41\x00\xd9\xe7\xb4\x17\x76\xd0\x6e\xe6\x61\xfc\xed\xc3\xc8\x79\x4b\x11\xf9\xab\xd6\x76\x50\xfc\xc1\x41\x0c\xf7\xff\xd9\xff\x9b\x17\x3a\xd5\x45\x75\x14\x00\xff\x94\xf9\x16\xdd\x09\xc0\x12\x29\x04\xbf\xc8\xff\x98\xe9\xc3\x3e\x90\xa6\x74\x40\xbd\xba\x8e\x14\x56\xdf\x13\xaf\xde\x74\x7b\x49\xca\x52\xb8\xe2\x41\x92\xe4\x0f\xc5\xd0\x9a\x07\x55\x9e\x5b\xa7\xf8\x3a\xed\x7b\xee\xd9\xd9\x7f\xc0\x4e\x22\xba\x93\xed\xd4\x87\x78\xa6\xa1\x05\x6b\x7f\xb0\x3b\x76\xe6\xe3\xed\x24\x7b\xc7\x66\xc6\xf9\xcf\xd5\x25\x76\x79\x0d\xca\x4b\x34\xd7\x3f\xd8\x55\xd6\xc4\x2c\x4b\x17\x0d\xda\xef\x2d\x5b\x5b\x99\xca\x79\x6d\xbb\x54\x12\xb6\xa6\x9d\x3e\x68\xbb\x98\x3f\x8b\xd0\x4c\x56\xb7\x65\xcd\xe3\x47\xee\x8d\xef\xb2\x99\xbc\xc6\x8a\x44\x5f\x45\x59\xf7\x64\x51\xa0\x6a\xc3\xf1\x64\xfe\xc3\x2a\x27\x79\x3f\x46\xdc\xef\xa2\xf5\xc5\x84\x87\x18\x7b\xdf\x0b\x00\x7c\xce\x67\x32\xb6\x19\x03\x28\xe9\xef\xf9\xfd\xf3\x34\xbb\xb3\x3e\x9e\x80\x44\x8a\x3f\x78\x20\xb2\x0f\xa3\x8d\xd4\xf7\x19\x4a\xff\x73\xfc\x2b\x97\xc9\xef\xbd\xf7\x5e\xa0\xa0\xc0\x72\x03\xb0\x4c\x5d\x94\x9a\x76\x20\x86\x0a\x04\x4a\xde\x7e\xe3\x8c\xdf\x21\x9d\x6a\x2e\xde\x71\x16\xbd\xa4\x11\x16\xd8\x5d\xfa\x7a\xcd\xd2\xfa\xd8\x35\xd7\x88\xd4\xc5\xfc\xc0\x81\x6a\x57\xb7\xd4\x79\xaa\x9b\x74\x0d\x56\xe6\x07\x66\xcf\x7d\xe4\x68\x4c\x34\xfc\x34\xa7\x35\x33\x5c\x5f\x64\x1c\x32\xa6\x3e\x8f\xaf\x4a\x33\xd1\x1d\xce\x5a\x3a\x58\x6a\x6e\x26\xd9\xe3\xbd\xcc\x5d\xf8\xc3\x34\xbb\xfd\xe6\xca\x5a\xb6\xa9\xd9\xee\xe6\xdb\x6b\x74\xe9\xf5\x66\xf6\xf5\x0b\x08\xa9\xa4\x76\x33\x89\x9a\x6a\xe4\xa5\xb8\x50\xb2\xf7\xc4\x6c\x5b\x59\x0c\xaa\x36\xdc\xda\x74\xbc\x78\x16\xad\x1e\x5c\x6d\x6a\x58\x28\x86\x9e\xf1\x1f\x37\xf5\xcc\xc9\xc7\x24\x78\xf7\x1a\x77\xe4\x20\xb1\x07\xdd\x27\x00\x78\x51\x54\x47\x7e\x7d\x7e\x72\xff\x9f\xbc\x0e\xc8\x3c\x50\x89\x12\xa9\xef\x47\xba\xf7\xfb\x84\x74\x0f\x9a\x9c\x03\xb0\xcc\xf1\x47\xff\xa7\x08\xe0\x94\xdf\xce\x67\xdf\x24\x00\x98\x24\xcf\x4d\xbc\x46\x10\xa7\xf9\x9b\x85\x97\x1f\x32\x11\x38\xa5\x7d\x75\x94\xeb\xb6\x62\x8b\x34\x0b\xdc\x92\xb3\x2e\xa0\x2f\x59\x9a\x46\xf2\x05\xcc\xae\x7d\xf7\x93\xca\xda\xef\x74\x65\x65\xa9\x58\xb5\x60\xcd\x6c\x7c\x59\xff\xd1\x8b\xd2\x24\xbd\x7d\x4b\x75\xd3\x2c\xd7\x0f\x6a\x2b\x2c\xbb\x2f\xf1\x16\x75\x69\x57\x7f\x2f\x5f\xfe\x9e\x4b\xab\xdb\x31\x62\xb9\xba\x3f\xcb\x58\x17\xf5\xec\xce\x9a\x5f\x4a\xbd\x5e\x68\xdf\x3c\xc2\x2f\xc1\x54\x2f\xa7\x0b\x8b\x4c\x88\xe6\xd6\x1b\xbe\xbf\x03\xa5\x1f\xb1\xdb\x60\x57\x63\x22\x6a\x22\xd4\x5c\xff\x59\x83\x13\xda\x39\xe8\xac\xde\xeb\x5a\x09\x8c\x98\xcf\x33\xbd\x89\xea\x04\x4c\xa3\xe7\x1b\x7d\xba\x8a\x54\xec\x11\x77\x0e\x7d\xe6\xeb\xc2\x58\x2f\x97\x28\x00\x89\x90\x6d\x83\xbf\xc6\x61\x4e\xf2\x80\x04\x71\x51\x18\xfc\x27\x07\x42\xba\xf7\x3c\x1a\xb0\x5e\xff\xe4\x40\xc8\xef\xbd\x27\xc6\x01\x7e\xed\x17\xaf\xb9\x00\x18\x1b\x69\x9f\xf6\x4c\x00\x33\xff\x57\xfe\xb5\xc6\xd3\x84\x57\x32\x97\x54\xcb\x8b\xcf\xe0\x15\x34\x85\x2d\x02\xe2\x88\x58\x03\x8b\x38\x2f\x37\xaf\xf7\xe8\x73\xde\xd9\x91\x18\xbb\x71\x14\x45\x66\x6d\x3c\x8f\x29\x13\xf2\xd2\x9d\xeb\x49\x05\x7a\x4a\x08\x86\x67\x34\xa9\x38\xf5\x73\x6b\x23\xcb\x55\xa9\xca\xaa\x8f\x10\x99\x6b\xd9\x89\xf1\xaa\xe3\x8b\xc6\x08\xc5\xb8\x44\xb5\x8a\x49\x04\x52\xf1\x2a\xbf\xfa\xe5\xb1\x44\xd4\xc5\xf0\x0b\x7f\xe7\x5e\x68\x9d\x7c\xc8\x8a\x2e\xf6\xef\xd6\x4c\x6b\x7f\x8e\x31\xf5\x42\x6a\x8a\xb7\x79\x63\xd0\x6e\x9f\x35\xf7\x37\x2b\x63\x4d\x5c\xf6\x68\xf2\xdd\xb1\xc5\x36\x39\x16\x69\x4a\xd7\x89\xe1\x0e\xdb\x35\xfd\x7b\x1d\x90\x39\x90\xbf\xbd\x30\xe4\xfb\xdf\x7f\xf6\x7d\xfe\xf6\x81\x90\xfb\x7f\x3d\xf7\x01\x18\x9f\x9c\xed\x69\xba\x03\x55\xbc\xa1\x6c\xe3\xe5\x99\xc4\x4c\x69\x63\xe9\xa7\x19\x4f\x09\xd2\x1a\x48\x3d\xd7\x70\x45\xdc\x63\xf3\x64\xbb\x62\xb7\x1d\x58\x55\x0f\x19\xef\xc3\xd6\x7e\x98\x86\xc4\x36\xff\x7c\x63\x15\x34\x54\x6a\x04\x07\xea\x7a\xa3\x7d\x1e\x58\x86\x8e\xa9\x2b\xa1\x0f\xbf\x23\x84\x45\x2a\xbd\x46\xe5\x21\x1f\x84\x3b\x2a\x36\xa1\xb5\x50\xe1\x41\x28\x45\x51\x74\x21\xea\x59\x20\x9d\x22\xdf\x8c\x18\x7a\xc6\x0b\xaf\xc4\x38\x69\x8c\xa1\xf2\x6a\xde\xf0\x7d\x7c\x78\x45\x85\x3d\xe2\xa2\xa8\x8c\x19\xd8\x83\x55\x75\x3e\xa3\x9c\xdf\xa7\x85\xed\xb1\xef\x52\x39\xff\xd0\x08\x8b\xb3\x93\x54\x6e\x6a\x1f\xc7\x05\x5a\x89\xaa\x24\xb6\xbe\xc0\x15\x5a\x5a\x02\x58\xec\x59\x1f\x57\x04\x69\x3d\x14\x54\xad\xd7\x16\xd2\xf9\xf0\x8c\x74\x6e\xfe\x77\x0e\xc2\x97\x5d\xeb\xf5\x39\xa9\xff\xd3\x41\xf2\xdf\xdf\xfd\x01\xc0\x60\x7e\x62\xf0\x86\x05\x3c\xe1\xa3\x64\xe1\xcb\xc1\xc2\x71\x29\x45\xe1\xdc\xb8\x7b\x44\x3a\xf5\x4c\xe5\x26\xbf\x63\x84\xc3\xa6\xf7\x0c\x65\x1d\x8c\xf1\x94\xae\x4b\x36\x2a\x16\x91\xb8\x98\xab\x3c\x8e\x47\x0c\xe5\x70\x0c\x79\x09\xce\xf7\x75\x18\xb0\x1d\xb5\x51\x6e\x9a\xea\x92\x58\xf6\x47\xc1\x9e\x3a\x4a\xc9\xd8\x23\x1f\x28\x3d\x4a\xe5\x4f\x60\x16\x51\x04\x8f\xa3\x72\xfb\xb0\x1e\x98\x6e\x17\x0e\x99\x0e\xdc\x19\xac\xaf\xdd\x47\x59\xce\x55\x5b\xec\x55\xbb\x11\xd9\x82\x9f\x4f\xb1\xbd\xb6\x66\xb2\xb1\x5f\x5e\xe3\x78\xac\x38\xe5\x64\xc7\xf6\xe0\x6c\x2d\x0f\xc8\xae\xbc\x19\xc3\x75\x99\x71\xc9\xf9\x0c\x8f\xe0\x30\x26\x89\x72\x11\x4f\x95\xf0\x7c\x46\xa1\x72\x49\x8f\xa3\xf0\x0e\x06\x3d\x9b\x1c\x48\xfa\xd9\x3f\x9f\x83\xfe\x67\xeb\xf5\x33\xdd\x7f\xf5\x7f\xc9\xf7\x7f\xff\xd5\xff\x74\x26\xf5\x7f\x45\x01\xb6\x4f\x52\x50\xe4\xb7\x03\xf0\xc4\x5f\xbe\x9c\xfc\x0c\x4a\xc5\x46\x39\xd0\x61\x25\xc4\x66\xb5\x60\x69\x06\x8f\x1f\x04\xac\x91\x8b\xda\xc1\x0d\xfe\x81\x09\x9f\x1a\x26\x66\xce\xa9\x3f\x82\x37\x4d\x9b\xb6\x18\xd5\x9e\xc0\x53\x95\x7c\xb4\xce\xdc\xc8\x7d\xc8\xc5\x15\xf6\xb5\xd8\x6a\xcb\x4d\xe0\xac\x27\xa6\x6c\xdf\x48\x4f\xe2\xaa\x90\x87\xac\x42\xa4\x4a\xf1\x47\x70\xa1\x66\xf6\x92\x68\xbc\x11\xee\xa9\xf1\x28\x99\x7b\x90\x18\x5f\x5b\xc2\x1b\xea\x8d\x4a\x6e\x9b\x35\xc0\x47\xe8\x3e\x90\x80\x29\x09\x7c\x93\x0e\xb5\xc4\xcb\x71\x27\x3c\x42\xf3\xa6\x44\xe8\x68\x01\x81\x43\x5d\x4d\xe2\xfd\xab\x1e\x82\xa2\x9a\xff\xe6\xb9\x48\xe6\xa1\xba\xdf\x53\xfc\xd1\xff\xc6\xdc\xa6\xf8\x87\x07\xe1\x6b\x15\xa9\xff\xb9\xe5\xaf\xfe\x67\x21\x89\x7f\xd0\x20\x71\x00\x1f\x01\xce\xd7\xd2\x70\xa5\xdb\x02\x70\xbb\x9d\x27\x5e\x75\x81\x47\xe2\x71\xac\x3f\xfc\xbf\xc3\x25\x95\x34\xe1\x48\x27\x35\xa2\xaf\x61\x86\x1c\x8a\xcc\x3f\x18\xed\x25\x0c\xf9\x6b\x6b\xbc\xfa\x97\xf7\xa2\x91\x70\xac\x72\x9b\x81\xa6\xe2\x33\xfc\xa7\x96\x6e\xc3\xa7\x72\xd2\xf8\xa7\x4f\xb2\x0c\xef\xc9\x78\xe1\x8d\x3e\x82\xe9\x4e\xc9\x35\x7c\xc6\x92\x81\xd1\x89\x7f\x71\x0f\x5d\x84\x31\x82\x85\x0a\x8b\x08\x0d\xc1\x9a\xf0\x45\x2e\x48\x94\x62\xad\x9a\x50\xa8\x58\x29\x1a\x32\xdb\x4e\x48\x56\xf2\x17\x95\x98\x72\x22\xb4\x2a\x34\x8b\x20\x3f\x7d\x20\x7c\x94\x3f\x00\x90\x4b\xf2\x5f\x90\xf3\x50\xc8\xfb\xc0\x0a\x8e\xe2\x1f\x39\x10\xdf\x49\xf7\xb6\xdf\x76\xfd\xc9\x01\x91\xfb\x9f\x64\x0e\xa6\x78\x0f\xc0\xc9\x2a\xca\x03\xe9\x07\x01\xce\x77\xee\x3f\x17\x43\x0d\xc0\xa6\x74\xf2\x74\x50\x14\xe0\x45\x1b\x19\x3a\x3c\x62\x21\x41\x11\xc7\xad\x60\xe3\x0e\x47\x74\xcb\x44\xa4\x4c\xca\x89\x8d\x16\xa3\x52\x28\xfd\x4e\xa2\x96\xb7\xb3\x62\xb8\x96\x03\xd1\x21\xac\x49\x41\x5d\xfd\x1e\x91\x3f\x61\x48\x69\x8d\x9c\xfb\xa0\x44\x41\x68\xbc\x41\xa1\xb1\x28\x7b\x89\xf0\xb5\x65\xaf\x6a\x87\x54\x3b\xa1\xa5\x2f\x46\xfd\xf2\x06\xf7\xf0\x91\x50\x35\x43\xaf\x76\x8d\x9c\xf7\xf0\x7f\x71\x0f\xfc\x08\x44\x08\xf1\xa9\x50\x06\xff\xd0\xe2\x39\xe2\xa0\x90\xe6\xe6\x73\x30\xa4\xff\x5f\xfb\xe0\xbf\x38\x20\xd2\xbf\xb7\x90\xb8\x80\xaa\xf9\x3f\xfb\xbf\x64\x0f\x42\x20\x0a\x80\xa2\x99\x82\x22\x74\x0c\x80\xfd\xf6\x89\x9f\xde\x0f\x00\x44\x98\x2f\x6a\x39\x26\x42\x87\xe2\x6e\x36\x09\x73\x3d\x88\xd1\x94\xe3\xfa\x6e\x58\x05\x54\x66\x23\xa2\x54\xba\x22\xc4\x8f\xae\x9a\x12\xaf\x35\x23\x88\x3d\x81\xbb\xa5\x5e\xaa\xb2\x12\x1f\x47\x0b\x48\x15\x6c\xe4\x3e\x08\x10\x3d\x0b\x4b\xe5\x8f\xc9\x9e\x23\x3a\x57\x3b\xcb\xfd\x94\xa6\x26\x8a\xb5\x1c\x51\x78\x25\x6e\x44\x34\x7f\xdc\x2c\xa7\xb2\xc1\x3d\xcc\x11\xb9\xa6\x5c\xe5\x5f\x08\x5b\x10\xbd\xd6\x5c\x64\x52\x85\xa4\x89\xbd\x44\x13\x89\x9c\x0d\xee\xe1\x24\xd8\xc3\x3e\xfe\xcb\x3c\xb1\xf0\x0a\x22\x38\xf8\xb8\x73\x60\x15\xaa\x58\xc7\x00\x1e\xcd\xac\x8f\x7b\x92\xf5\x9f\xe3\xff\x9f\x3e\x18\xdc\x7a\xbd\x49\xda\x0f\xf3\x3d\x49\xfd\x5f\xd2\xf7\x93\x73\x20\x82\x33\x01\x4e\xdf\xa2\xf4\xf5\x6e\x04\x60\xed\x3f\xf2\xdc\xe5\x21\x80\x60\x0f\xad\xaa\xd5\x57\x00\x59\xc5\xcb\xb9\xc6\x97\xe0\xa6\x86\x2f\xbb\xa1\xae\x2b\x84\x1b\x28\x70\xe1\xb4\xce\x81\xbe\x9d\x18\x7f\xb8\xea\x43\x30\x77\x5f\xe0\x17\x54\xd6\x03\xa9\x20\x17\xc1\x66\xc5\x93\x70\x3e\x46\x4a\x84\x57\xee\x2a\x6c\xcd\x90\x17\xe3\x97\x89\x21\x7e\x2d\xc4\x8a\xe3\x25\xf7\x11\x17\xab\xe7\xc4\xda\xc5\xf7\x11\xc7\xef\xf6\x88\xbb\x6e\x70\x0f\xc2\xc4\x97\x2f\xe8\xc4\xb5\xc9\x79\x0f\x02\x0d\x44\xc2\x4c\xb5\x48\x31\xd9\x73\xc1\x97\x0e\xe1\xc0\xc0\x7b\x93\x97\x07\xda\xc0\x86\x13\xcf\x1d\x00\x28\xa8\x61\x4d\x05\x78\x4f\x3e\x07\x18\xff\x79\x0e\xfe\xcb\x07\x43\xfa\xb9\xdf\xba\xb9\x5e\x8b\x7c\xfe\xe4\x60\xae\x1e\x20\xf5\xbf\x47\xfe\xec\xff\x3b\xe6\x01\xd0\xab\x51\x4b\x5a\x2b\x00\xf0\x10\x8f\x9f\x30\xc7\x00\xc8\xd0\x5e\xa2\xd1\xcf\x83\x2f\x2a\xcf\x19\xc5\x34\x9f\xc1\x43\x1d\x6f\x96\x40\xf5\xa3\x50\x6b\xde\xc9\xde\xa0\xf2\x0e\x62\x5d\x94\xb9\x3f\x28\x6a\x40\x8e\xd7\x37\xae\x12\xf9\x4e\xf0\x0e\xb5\xe4\x7d\x23\xbd\x0a\x51\xb1\x6a\x3c\xc1\x52\x75\xa0\x9e\xc5\x2c\xe0\x2a\x11\x03\x2a\x85\xf9\x02\x1e\x62\x99\x20\x5e\x75\x5f\x70\xaf\xd0\x0a\x58\xdd\x89\xe0\xdb\x47\xe6\x1e\x04\xf7\x00\xdf\xd3\x63\x02\x8d\xff\xca\x7b\xa0\x06\xbb\xd9\x01\xde\x31\x9e\x07\x70\x0f\x4b\xe0\xf4\xe1\xc9\x81\x17\x10\xc6\x61\x06\x80\x08\xfd\xf5\x79\x31\xa4\xbc\x97\xcf\x3b\xff\x07\x07\x44\xe2\x44\x4b\x48\xf3\x90\x41\x9a\x97\xbf\x7d\x28\x2e\x06\xeb\xd5\xb4\x0c\x80\xe2\x2e\x05\x85\x65\x3a\xc0\x85\x2f\xbb\x13\x4c\xf6\x02\xb0\x49\x1f\x90\xd5\xc7\x01\x88\xb5\x9d\x1e\xd7\x5c\x05\x50\x2c\xbe\x28\xae\xba\x06\xcb\x9a\xca\x97\x1f\x29\xab\xc3\x4f\xe3\x83\x57\xbe\x29\x68\xc0\xb4\xcd\x09\xc6\x55\x79\x05\x18\x70\xe3\x64\x4d\x93\x41\xc2\x0b\xef\x4c\xd6\x0b\x52\x05\xf0\x34\xc4\x85\x6d\x87\x44\x1b\x3c\x88\x69\x63\xb7\x11\x5b\x85\xca\xf4\xa7\x9c\x5a\x22\x22\x50\x97\x5f\xcc\xe1\x22\xc4\x00\x35\x15\x95\x1c\x01\x82\x77\x21\xbd\x4e\x82\xcb\xe5\x6f\xee\x81\xb7\x1b\x92\x86\xc4\xb9\x8c\x78\xee\x41\xce\xc8\x69\xce\x3a\xee\x29\xa8\xf9\xba\x9f\xa3\x9a\x47\x1a\x6e\x2d\x6d\xe3\x34\x21\xef\x83\x5f\x1f\xfc\x8f\x73\x30\x99\x74\x0e\x90\xe6\x25\xfb\xf0\x9f\x1c\x0c\xd9\x87\xe2\xf1\x6b\x1e\x0d\x28\x28\x6c\xf6\xad\x7f\xad\x4b\x9a\x37\xa3\x5b\x00\x67\x7a\x76\x7c\xd5\x3d\x04\xc0\x7c\x89\x7a\x49\xcb\x1a\x40\x70\xef\xd1\x62\x55\x09\x00\x99\xfd\x67\x6c\x94\x75\x01\x54\x53\x2f\x04\xcb\xbf\x06\x30\xa0\xbf\x38\x2f\x37\x09\x60\xca\x4c\xcf\x25\xeb\x07\x60\xf3\x99\xe1\x98\xf4\x7b\x98\xf1\x10\x60\x12\x92\xcc\x83\x05\xbf\x53\x8c\x58\x71\x65\xf8\x19\x7e\x86\xa9\x59\x4c\x12\xde\xc5\x3d\x62\x69\x11\xa6\x82\x6f\x69\x8d\xcc\xfb\x84\x2e\xc1\xab\xbc\x17\x2c\xe3\x02\xd2\x30\x56\xca\xcf\xb2\x85\xff\x1c\xbc\xaa\x8e\x62\x29\xe6\xbd\x09\x83\x4d\x7d\xac\x27\x78\x0d\xa0\xfd\xc1\x12\x9b\x23\x8f\x21\xb4\xf6\x2f\xb0\x8d\x71\x4d\xc2\xc0\xab\x0b\xac\x86\x9c\x05\x30\xf5\x3e\x97\xd9\xef\x07\xc9\x77\xf4\xd6\xe1\xaf\x73\xf0\x1d\xe9\x1c\x28\xff\x73\x1f\x4c\x7c\xfc\x27\x07\xe3\xad\xbb\x5e\xc9\x79\x28\xc6\x7d\xeb\x55\x83\xc4\x83\xc8\x06\x02\x6c\x71\xa5\xa0\x50\xfd\x0e\x40\x6f\xb2\xeb\x9a\x92\x2c\x00\x67\xe3\xfe\x17\x0a\xaf\x00\xc4\x6c\x8e\x65\xca\xa9\x03\xc8\xf6\x9c\x3e\x28\x63\x00\xa0\xce\x71\xf6\xa4\x94\x31\x80\xee\xcb\xb3\x3f\x64\x82\x01\x2c\x3e\x5f\xd2\x94\x4a\x04\x70\x70\xa2\xb7\x16\xa7\x00\x70\xb3\xb9\x38\x26\xea\x00\xe0\xf7\x94\x9e\x51\x24\x0b\x20\x34\xe3\x72\x85\xb0\x0c\x40\x0c\x91\x01\x2b\x18\x02\x90\x72\xea\xca\x36\x01\x76\xc0\x5e\xeb\xba\x72\x83\x2f\x0e\x88\x85\xe7\xae\xb0\x70\xf7\x00\x54\xe8\x5d\x96\xe7\x16\x05\xa8\xf5\x66\x70\xe4\xda\x0f\xd0\x6c\xc5\xe0\xc0\xd9\x07\xe8\xae\x3d\x57\x6e\x71\x9e\x05\xec\x63\xb8\x92\xfe\xeb\xd3\x8a\x3f\xfb\xb5\x3f\xfc\xcd\x41\x9c\x5f\x16\x51\xdf\xb9\x1b\x80\xed\xa3\xb0\xe7\x9e\x78\x00\x41\x10\x7d\x78\xa0\x0d\x40\x5a\x53\xf2\xf6\x71\x6e\x00\x15\x37\x59\xdd\xb3\xda\x00\xda\x2a\x4a\x26\x97\xe6\x00\x0c\x29\x34\x2a\xd9\x5e\x01\x18\x45\x19\xea\x09\x9f\x85\x77\x26\xd9\x16\x67\x64\xd4\x21\xc1\x28\xd8\x6d\xb7\x4a\x07\x91\x60\xe8\x10\xf2\x40\x7f\x96\x18\xaa\xc7\x9a\xe2\x66\xb1\x9f\xb0\xaa\x35\x52\xd2\x6b\xaf\x41\x88\x56\x33\xb8\xbb\xd7\x79\x95\x70\x42\xd9\xec\xf1\x36\x77\x2c\xfe\x9e\x82\xf5\x08\xd6\x7b\x27\x7e\x4e\xb6\xf6\xdb\x0d\x8f\x50\xbc\x95\x4c\x27\x32\xc4\x97\x8e\xa0\x2a\xd5\x8a\x89\x77\xa1\x21\x3c\x92\xac\xc7\x72\xdb\x5f\x40\xae\x48\xaa\x60\x3b\xac\x4d\x66\xb9\xa5\xfa\xb1\xf9\xb6\x4a\x5f\x3b\xa5\xcf\x63\x7f\x58\xeb\x8e\x3b\x4a\xbb\xe0\x38\x2c\xad\x5e\x07\xc9\xf4\xe0\xf4\x2d\x5e\x0c\x7b\xc8\xf2\xe1\x0a\xcd\xe6\x9e\x60\x65\x3d\x70\xa3\xa6\xfb\x1f\xef\x93\x8d\xc3\x1f\x35\xa6\xe9\x74\x90\xeb\xc5\xb3\x18\xd5\x3e\x48\x95\x3b\x80\x4f\xd3\xc3\xfe\x73\x1e\x04\x45\xfe\xd9\xff\xbf\x50\x28\x54\xbb\x93\x11\x80\x7d\x50\x68\xf7\x9e\x36\x00\x91\x3a\x91\xc2\x83\xab\x00\xb2\xb9\xe2\x42\xc7\xa4\x00\xd4\x1e\x4a\x7f\x3f\xbb\x07\x40\xff\x92\xe2\x59\xfa\xab\x00\x26\xcc\x6a\x08\xb6\x1a\x00\x13\x3b\x83\x2c\x61\x3f\xe8\x32\xf3\x35\x6b\x92\x3b\x0d\xae\x26\x1d\xce\x21\x6a\x85\xc4\x79\xa3\x6b\xc1\x27\x0c\xbe\x13\xb9\xf5\xeb\x53\xfa\x6d\x8e\x11\x6a\xb5\xa7\x4a\x35\x9d\xda\x09\x92\xea\xad\x8d\x39\x6e\x2b\xf8\x2e\x95\xfd\x7d\xe1\xde\x69\xf8\x1c\x85\xee\x91\xd7\x3e\x7a\xb8\x4f\x72\x6b\xb3\xf3\x41\x27\xf0\x3e\x32\x1e\x68\x15\x1f\x77\xc2\x61\x69\x6e\x0c\xb7\x9b\x13\x5e\x4f\xca\x0f\xd3\xe3\x14\xbd\x32\x20\xd5\x81\xa5\x77\x90\xfd\x31\x2e\xfd\x0a\xcb\xef\xe0\xfb\xe5\x9a\x74\x3b\xb6\xcf\xe6\xda\xd8\x16\x59\x16\x6c\xaf\xad\xf6\x73\x36\xf9\xed\xd8\x21\xdb\x8f\x83\xcf\xe5\xd4\x71\x7a\x96\x01\x8f\x27\xe4\x55\x70\xde\x16\x33\x0f\x67\xe5\xbe\xe0\xa6\x4c\x99\x1e\x1c\x53\xb8\x82\xdf\x6e\x12\x7b\x8f\x49\xce\x1e\x5f\xaa\xe7\xff\xcf\x79\x58\xe7\x20\xfe\x95\x83\xf0\x88\xff\x3a\xf5\x69\x00\xd1\x7e\xc1\xe9\x03\x8d\x00\x0a\x7b\x44\xa9\x8f\xc6\x01\x68\x1d\x95\xb4\x3e\xc3\x0d\x60\xc8\x27\xbf\x44\x2f\xbf\xe9\x0d\x32\xcf\xd2\xcd\x16\x8c\x87\x36\xb3\x19\xb3\x62\xb9\x3e\x50\x30\x37\x73\x58\xd1\xbc\x48\x6c\x36\xa9\x0c\x44\x9b\x28\x10\x69\x0c\xfd\x93\x4e\xda\x2e\x12\x0a\x75\x02\x4a\x1c\x9c\x23\xf1\x53\x1a\xf3\x8d\xdd\x5e\xdf\xf1\xe6\x2a\x3d\xfd\xef\xfc\xe9\xf1\xb4\x8a\x57\x3e\xb8\x04\xe4\xe2\xbe\xc8\x65\x2c\xe4\x05\xce\x90\xf9\x17\x7c\xb2\x8c\x24\xda\xc3\x3b\x11\x4d\x94\x0e\xc6\xc8\xba\x71\x93\x79\xa0\xaf\xa9\xb2\xd2\x98\x09\xe7\xd8\x8f\xbe\xb2\xe3\x58\x26\xc7\xe7\xaf\x6f\xca\xbd\xc2\x86\xda\xa3\x87\x4f\xca\x37\x62\x9b\xec\x86\x1f\x77\x2a\xf8\xe2\xa8\x6d\x3c\x7b\xdc\x15\x66\x71\x2c\xd6\x95\x0f\xcc\x14\x9f\xe3\x82\x2d\x7d\xff\x1f\x5f\xe7\x1d\x4f\xf5\xfb\xff\x7f\x1a\x1a\x2a\x95\xb4\x24\x44\x36\xd9\x7b\x6f\x8e\xbd\xf7\xde\x7b\xcf\x8c\xec\x99\x42\x28\xab\x24\x25\xd1\x40\x56\xa5\x42\x24\x4d\x49\x68\x28\x4a\x12\x59\xc7\x19\xaf\x73\xce\xf3\x77\xc3\x39\x54\xef\xcf\xf7\xf7\xd7\xf3\xf6\xbe\xf5\xfe\xe3\x5c\xcf\xf3\xba\x9e\xd7\xcb\x79\xdc\xaf\xc7\xa3\x79\x4c\x2b\x9f\x40\x67\xab\x52\x6f\x89\x62\x23\xd0\xda\xf6\xaf\xf3\x51\x14\xfd\x7f\x43\xb5\xc8\xa5\x3f\xfb\xb0\x96\x97\xf3\x56\xaa\x62\x4f\xfb\x3a\x07\x61\x26\xa4\xe4\xc7\x94\x06\x60\x9f\xa7\x36\x79\x3c\x1f\xc0\xd9\x49\x07\x7f\x22\x0b\xc0\xe5\x85\x99\x8d\x9c\x12\xdc\x74\xbe\x64\x17\xa0\xc5\x0a\xec\x4e\x32\x1e\xdf\x4c\x2a\x48\x29\xf6\x17\x22\x5d\x1d\x36\x10\x11\xeb\xed\x99\x1d\x1e\x34\xc4\xbd\xe6\x3d\x65\xf3\x41\x85\x14\x3e\x0a\xc1\xeb\xdd\xee\xe1\x8f\xee\x47\x2a\xb5\x9b\x3e\x0e\xc5\x34\x20\x27\x34\xc5\xe6\xe3\xe3\x33\xd6\xb8\x28\x2f\xb5\x64\xac\x7c\xe8\xeb\xf9\x9d\xea\x32\xd8\xb2\x10\x9e\x09\x46\x0d\x7a\xdc\xc1\xc0\x67\x1f\xf9\x35\x7d\x70\x7a\x81\x2c\x03\xd5\x9a\xb3\xb8\x67\x7e\x22\x2f\x9a\xb5\x52\xf1\x22\xde\xd5\x3d\x5f\xb5\x05\xf0\x31\x9e\xa3\x9d\x06\x5a\x44\x3c\xc1\xed\xd8\x03\x12\x4a\x18\xd9\xea\xc6\xd5\xb2\x4d\x67\x13\xa2\xe3\x62\xd4\x30\xab\xdd\x48\xd8\x6e\xfb\xe0\xb6\x30\xaa\x9e\x40\x67\x3b\xb8\x3e\x17\x28\xba\x37\x2d\x56\x78\x25\xa7\x97\xef\xac\xf8\xf5\x6d\x82\xff\xe5\x20\xd6\xf2\x72\x5c\xe5\x15\x8f\xa8\x01\x38\xbe\x53\x65\x65\xbf\x0d\xe0\x86\xd6\x71\x11\x7c\x01\xe0\xfe\xcd\xf8\xa9\x4c\x19\xdc\x71\xb7\xb7\xa9\xd4\xb2\x85\x8d\x2e\x83\xae\x3f\xcd\x0a\x49\xfe\x8e\x9d\xa1\x23\x8e\x07\x88\xf5\xb6\xce\xe9\xfe\xde\x19\x04\x8c\x45\x6e\xe9\x40\x70\xcb\x1a\x1f\x55\xad\x37\xd3\xab\x18\x1b\x8b\xc8\xa1\x68\x46\x6d\xe3\x7f\xe3\x1f\x6b\xe6\x2e\xe6\x25\x3e\xa1\xf0\x40\x94\xe7\x62\x86\xa4\x61\x8e\x3d\x16\x9e\x4c\xe1\x81\xde\x6f\xd4\xbe\x88\xbd\x1a\x46\xf5\x8a\x0a\x65\x82\x93\x0c\x7a\xd1\x5b\x8d\xaa\xc5\x5d\x0b\x38\xd4\xb5\x03\x35\x8d\xe7\xf4\x79\x4e\xe1\x81\x5a\x1f\xe9\x6c\x44\xd8\x5d\x73\x1a\x2e\xeb\xa2\x91\x3d\x6e\xd7\x6e\x6e\xd7\xa3\x47\x72\x9c\x9a\xaf\xdf\xd3\x0f\x45\xb2\x9c\xd9\xd6\xe7\x02\xa5\x0f\x74\x07\x84\x96\x56\xfa\x70\x4a\xf4\xea\xd6\xcf\x7f\x70\x10\xa9\xe2\x95\x7b\x8e\x03\x18\x95\x49\x35\xee\x57\x05\xb0\xbb\x2e\xf7\x8e\xc9\x16\xc0\xd5\x4c\x95\x9b\x43\x16\xc0\x53\x40\xdb\xec\x84\x13\x80\x67\xab\x51\xbf\x4c\x30\x3c\xf4\xcc\xb1\xde\xa8\x19\xbc\xe6\x1b\xc4\xeb\x9c\x1e\x5a\xe1\xf2\x9c\x98\x6c\xf7\x24\x8d\xdd\xb7\x96\x70\xde\xca\xb7\xc4\x36\x3c\x15\x79\x60\xaa\x54\x4f\x1d\xdb\x8f\xff\x65\xe0\xde\x3b\x9a\x94\x81\xcf\x44\x3d\xfe\x8a\x4d\x11\xc3\x9b\x68\x31\xa0\xe5\x53\xbe\x53\x78\xa0\x7f\xfd\x81\x28\x39\x59\xfd\x6e\x3a\xb2\x58\xa3\x88\x9c\x97\x8c\xa8\x2f\x38\xda\x90\xbd\x5d\x7b\x75\x6f\xe1\x1c\x82\xb2\x1f\x99\xeb\x19\xe1\x32\x02\x6b\xd7\x78\x28\x69\xbd\x16\x7c\x9a\xd7\xc4\xcd\x3e\xfd\x54\x64\x8b\xbb\x59\xcd\x15\xfd\x45\x44\xdf\x55\xa4\xba\x5f\x7f\x1e\x89\x71\x6e\x5b\x9f\x0b\xd4\x03\xa2\x2b\xf7\x0f\x8f\x1d\x11\x6b\xd9\xbc\x0d\x80\x7f\xbf\xc8\xbb\xad\xc8\x3a\x07\xa1\x7d\x57\x2c\x6f\xcf\x49\x00\xd3\x8d\x62\xa5\xf4\x08\x80\x83\xa9\xcc\xf4\x11\x31\x00\xf7\x5e\x85\xa9\x63\x0d\x00\xbe\x42\xea\x18\x7e\xde\xb5\xfc\xa4\x27\x7e\x6f\x2c\xd2\x35\xb3\x48\x63\x5e\x02\xce\xd5\x96\x47\x48\xd4\x6e\x07\x83\x34\xdd\x5e\x10\x05\x1d\x79\x92\x71\x81\xce\x04\x29\xeb\x9b\x25\x76\xd1\xbc\x6b\x7c\x54\xa0\xc1\xc3\xe7\x26\x69\x0c\xb8\x05\x1d\xea\xef\xb5\x19\x5a\xb8\x49\xad\x96\xc5\x2b\xe9\x9f\x28\x3c\xd0\x6c\x91\x96\xe5\x92\xe3\xa9\x86\x2f\x4f\x50\xc6\x4b\x33\x71\x2f\x28\x39\x59\x2f\x2b\x74\x6f\x61\xa9\xa2\xbe\xf4\x6c\xd1\x2b\xc6\x66\x87\x63\x3a\x77\xe8\x65\xe2\x0e\x87\x9c\xbe\x27\x67\x10\x83\x93\x08\x71\x68\x7e\xa9\x5f\x84\xdf\xec\xd7\x43\xf1\x05\xaa\xf5\x32\x3c\x82\x7f\xe8\x39\x50\x2d\x67\xf0\x15\x51\x71\x7d\x72\x25\xdd\xf0\x33\x62\xe6\x6a\xbb\x3e\x17\x28\xfa\x3f\x5b\x98\x98\xcb\xe6\x24\x00\x21\xbc\xd0\xeb\xed\x85\x00\x8a\x34\xe2\x49\x74\xf9\xeb\x1c\x84\x45\x80\x48\x17\x7d\x22\x80\xf3\x36\x89\x5f\x87\x52\xd7\x79\x90\x40\x0e\xf5\xbd\xfc\x58\x80\x60\x63\x3d\x0b\x69\x2c\xbc\x0f\x56\x33\xed\xd7\xb0\x24\x4d\xf9\x76\x3a\x36\x59\xcc\x11\xbb\x3d\xaa\xfc\x6b\x3d\x33\x09\xef\x9c\x65\x92\xca\x43\xf9\x90\x6e\xdb\xb0\x62\xbb\x38\xb9\x35\x3e\x2a\xc2\x88\xed\xc5\xc7\xd3\x2f\xb1\x24\x9d\xca\x9f\x99\x67\x7c\x28\xfe\x40\xd8\x68\x2d\x05\xb4\x65\xca\xa9\x9f\x6c\x28\x2f\x74\x51\x8a\xd3\x9a\x3f\xd0\x7e\x3d\x9b\xa5\xdf\xf1\x5f\x9f\xe5\xeb\x87\x60\xf2\x62\xfa\x28\x3c\xd0\xbd\x39\x43\x3c\xd6\x3b\xf2\x46\xd3\x77\xc3\x7e\x9c\x48\xc8\xcb\x3b\xfc\x46\x5d\xb8\x9c\xa0\x5a\x8a\x2f\x50\xb5\xa1\xd1\x63\x7c\x95\xd7\xe2\x15\x69\xe3\x36\x7c\xaf\xd7\xee\x72\x2a\x13\x40\xf6\xbb\xcf\xaf\xef\x87\x4d\xcc\xc2\x2b\xf7\xf5\xd8\xe9\x44\x7e\x6f\xbe\x00\x20\x18\x2e\x18\xb9\xad\x17\x40\x79\x58\xe4\xd7\xae\x3e\x00\x03\x39\x51\xde\x3d\xa3\x7f\xf8\xa3\x94\x89\xe1\x0f\xd5\x00\xf8\x8e\xc9\x6e\x60\x19\x02\x08\xdf\xa9\x3a\x73\xc2\x04\x20\xb2\x18\x65\x27\x2d\x04\xc3\xe1\xa1\x26\x87\x34\x92\x49\x98\xa0\x63\xf6\x06\x16\x27\x89\x85\xde\x31\x3e\x5b\xbd\x73\x08\x01\x6e\xdb\x4f\xf5\x45\x1e\x42\x58\x1d\x0e\x9d\xf7\x48\x6a\xc4\xb3\x5a\x5c\x6d\x88\xcb\x8c\xc6\xc9\x18\x49\xbd\x3a\x78\x46\x17\xab\xad\xf3\x7b\xba\x3b\x3f\x89\xe2\x0f\x34\xff\x18\xc5\xb0\x18\x9e\xa9\xf5\x95\x55\xf7\xd9\x22\x21\xe3\x00\xc5\x1f\xe8\x25\x9f\x81\xca\x52\x42\x62\x75\x37\x8b\x61\xe3\x12\xe6\x54\xe3\xc3\x00\xe3\xed\x18\xc3\x78\xfe\xe6\x1e\xe3\x62\xac\x42\x34\xc3\x9d\x5e\x13\x5f\x6c\x47\x04\x47\x1d\xb5\xc9\x19\x9c\x73\x88\xc8\xb5\xcf\xa6\xbe\xb8\xfb\x81\x70\xe5\xb1\xc9\x18\xde\xcc\xb7\xf6\x22\x62\xd2\x87\x9f\xf1\xe4\x2b\x95\x30\x2b\xc1\x3f\xf3\x4a\x59\xef\xc3\x96\xa3\x27\x56\xfc\x51\x38\x1e\x89\x30\xd3\xc4\x03\x08\x5d\x10\xaa\xdb\x1e\xf8\x3f\x38\x08\x2a\xa1\xaf\xf4\x5f\x01\x3c\x2a\x45\x9e\x1c\x88\x02\x08\x3a\x27\xc9\x7b\xd4\x0d\x20\x6a\xaf\xf2\xb4\x00\x0d\xc0\xc9\x23\x5a\x1e\x92\xb9\xf0\xe1\x64\xbc\xd1\x1e\x8d\x4b\xa4\x6f\xe1\x83\xb6\xb6\x56\xfb\x88\x51\xbe\x6d\x5e\x8b\xbe\x9b\x08\x6c\x1e\x0a\x71\x81\xd1\xb3\xf8\xb7\x8e\xb7\x0a\x53\x52\x59\x71\x69\x56\x1b\x1b\x84\x73\x4a\xb0\x11\xc6\x47\x5e\xfb\xe5\x2f\x62\x62\x75\x65\xe6\x44\x8a\x86\xb0\x55\xa8\xc2\xf9\xa1\xdc\xc3\x93\x61\x7a\x74\x0b\x16\x67\x59\x3f\xfe\xd6\x1f\x59\xa4\x3f\xdd\xf6\xc6\xdd\x50\x01\xad\x98\x8e\xef\xb6\x37\x56\x44\x63\x53\x59\x1f\x2e\x18\x63\x96\x1a\x12\xaf\xb6\xb2\x9b\xaa\x62\x78\x4e\x25\x51\x78\xa8\xba\x23\x66\x61\xd8\xd3\x91\xef\x29\x39\x61\x55\xba\x66\xd5\xb8\xd2\xe0\x3d\x15\xc7\xcc\x6e\xe1\xb9\xfd\x55\x4b\xf2\xcc\xcf\xe1\x73\x7c\x42\x2f\x98\x98\x37\xe1\x7b\xbd\x9a\xff\xe2\xc4\x56\xb8\x41\x8a\x0f\x82\xd8\x36\xc1\xde\xed\xb7\x00\x34\x25\x04\x8f\xec\xec\x03\x30\x4b\x3b\x31\xbc\xdb\x0f\xc0\xf9\xa5\xe0\x10\xfd\x02\x80\xdf\x4e\x61\xe5\x03\x71\x00\x11\xf2\x92\x2d\x2c\xdd\x00\x71\xe5\xf2\x47\xb9\xd1\x00\xa7\x5e\x69\x18\x48\x06\xc2\xef\x84\x50\x3d\x92\xba\x14\x69\x2a\x86\xda\x0a\x6d\xf9\x9b\xa8\x14\xd8\xe1\x49\xf4\x7f\x8b\x5c\xf3\x66\x3b\xf9\x21\x5e\x10\xcf\xe4\x42\x53\xa0\x97\xe5\x83\x1d\xb4\xbe\x54\x7f\x32\x9f\x01\xa3\x61\x82\xea\xbf\x51\x9c\x43\xe1\x81\x66\xc3\xf4\x2c\xe6\x32\x8b\x68\xc7\xa8\x0c\x42\xe7\xc3\xce\x59\x0f\x58\x18\x7d\x59\x70\xcd\x75\x7f\x2a\x67\xf2\x6a\x31\xf3\xf4\xfe\xc7\x6e\xa6\x17\xd1\xee\x19\xce\xad\x09\x66\x6f\x96\x24\x53\x5a\xee\x7c\xb3\x60\x5b\xfa\x99\xe8\x57\x77\xd8\xa2\x02\x93\x1a\x2f\x71\x7d\x8b\xc5\x65\xac\xe4\x49\xf9\x8a\x54\xab\x28\x6c\x45\xd4\xd6\x4b\x0c\x96\x5b\x71\x81\x21\xe5\x25\x5a\x96\x25\xb8\x1f\x81\x49\x45\xe1\x96\xc3\x78\x33\x3f\xff\x73\x5f\xad\x94\xf1\x19\x3e\xb8\xe5\x3e\x9c\xb8\xb7\xbc\xfe\xed\x1b\xf9\xf6\xfd\xa9\xff\x4b\xbd\xe2\x6f\xda\xce\x09\xa0\xcb\x26\x10\xb5\xf3\xd9\x1f\x3e\x08\x1a\x02\x08\xfd\x35\x80\x60\x1d\x41\xea\xfd\x77\x01\x62\xea\xc4\x4c\x8f\xd6\x02\xa4\xa6\x49\x5f\xe7\xb2\x04\x48\x8b\x51\x2d\x94\x38\x0b\x90\x61\x81\xf2\x50\xed\x26\x7d\x4f\xd2\xb4\x60\xb5\x4a\x23\xaa\x44\x9e\x72\xe3\x0d\xe0\x46\x18\xfd\x83\xc2\x7b\x93\xaa\x71\x16\x6e\x17\xf2\xf3\xcf\xde\xc6\xc4\xdb\xd6\x37\x64\x14\xf7\xa0\x1b\x4d\x3e\x0e\x39\x5c\x3e\x42\xf1\x4b\xfa\x97\x07\xea\x1b\x31\xab\x9f\xd7\x28\xac\x5b\xcb\xc9\xea\xb2\x78\xb3\xf8\x3b\x5b\xa4\x7e\xd6\x72\x12\xdd\x94\xfe\xf4\xfa\x45\x1b\xea\xa5\x80\x94\x9c\x2b\x9d\xb6\x3c\x4b\xcf\x93\x3e\x56\x88\xda\x88\x62\x66\x62\x63\x4b\x17\x6d\xaa\xb1\xe1\xd1\x4e\x14\x5f\xa0\x02\x23\x5b\x01\x5c\x74\xc8\x54\x9e\x89\x0d\x1e\x47\x0c\x34\x3b\xa3\x6e\x53\x87\x3f\xe5\x9b\xb0\xdc\x07\x81\x2f\xcb\xeb\xdf\x73\x97\x47\x7d\xb9\xf2\x13\xf9\x71\x5b\x23\x01\x94\x48\xfc\xac\xb4\x02\x00\x86\x0f\x78\xf3\x76\x4c\x01\x38\x46\x73\x4f\xec\x0a\x06\xf0\xdb\xc1\x97\xbd\xb7\x1a\x20\x0a\xc3\xb7\x67\x5f\x0b\x40\x32\x49\x38\x9e\xa9\x13\x20\xeb\x91\x24\x0f\x47\x27\x40\x8e\x89\xe2\x4d\xd1\x48\x98\xcd\x21\x6a\xfb\xa9\x67\x90\x48\x59\x93\x26\x2c\x96\xc7\x88\x6c\x89\xf7\x1d\x21\x70\x00\x2f\x1b\xa2\x11\x1c\x96\xc9\x8d\x95\xf1\xae\x38\xdd\x53\x94\x8e\xfe\xec\xf0\xb0\x3e\xe3\x32\x76\xa1\xd7\xf4\xe3\x27\xee\x1a\xb6\x69\x1b\x63\xb1\x5f\x6f\xae\x59\x0e\xa9\x9b\x6f\x9b\xb9\x5c\x49\xfd\x4c\xd9\x72\x62\x96\xfa\xa2\xd6\x63\x75\x2b\xdc\x5c\x61\x31\x5d\xcb\xb8\x4d\xca\x7c\x79\x61\xfc\xad\x1e\xdb\xc1\x05\xc8\xe5\xb9\xce\x63\xbf\x7f\xf1\xd9\xe9\x2f\x57\x84\xec\x8f\xa2\xc7\xd2\x1f\x5f\xec\xb3\x0f\x59\xba\x9c\xb2\xb5\x58\xc4\x21\x18\xa3\x9e\xd0\x4e\xc9\xc7\xca\x53\x72\x08\xc5\xb6\x44\x49\xe4\x50\x3b\x52\xe3\xa4\xc2\xb7\x65\x93\xec\xdf\xe2\xfa\x82\xa9\xd2\x9b\x1d\x4c\xf1\x4a\xfe\xcb\xe7\xa6\x85\x40\xe6\xf2\xfa\x59\x47\xf9\x46\x37\xc9\xad\xe7\xa3\x50\x72\x10\xcc\x4f\x73\xbb\xef\xc8\x5e\xf7\x41\x08\xee\x62\x23\xed\x78\x02\x90\xa0\xc8\x35\x42\x4f\x0b\x90\xe5\x29\x70\xf7\x30\x00\x9c\xf3\x14\xfe\x79\x4c\x0b\xa0\xa8\x43\xd6\x4e\xc8\x0e\xa0\xf8\x90\x5a\x8a\x8a\x25\x6c\x2b\xe4\x37\x10\xb4\xf0\x25\xb2\x9c\x6e\xb7\x35\x0d\xda\x89\xdf\x15\x67\xe4\x27\x93\xd5\xba\x54\x1e\x78\x28\x63\xc7\x25\x8e\x85\x69\x17\xc1\x3b\x1a\x37\x5c\xe7\xa8\xcd\x0f\x8e\x5f\x69\x58\xa4\x70\x30\x4f\x37\xd9\x89\xfc\x7a\x7d\x3d\xfd\x3f\x1c\xcc\x41\xa7\xf1\xb9\xf4\x12\xbf\x2b\x91\xce\x9f\xe7\x09\x85\xfb\x4b\x3f\xbb\xca\x2e\xb2\xe5\xc6\x15\x0f\xba\xa0\xd0\x7c\xd9\x1d\xe7\x10\x97\xd7\x4b\xf2\x69\x97\x72\x77\xb8\x9c\xc7\x08\x26\x5e\xce\x3e\xe8\xfa\x18\x73\xe3\xd4\x06\x8a\x1f\x4e\xda\x9c\xcb\x2c\xb6\x3b\x4a\x3a\x71\xbb\xeb\x6f\x9c\x5f\x28\x3e\xe1\xab\xeb\x7e\xdc\xfd\xe0\x2e\x80\x6d\xe2\x7c\xf4\x2b\xe7\x25\x59\xff\x17\x8f\xe7\xec\xdb\xa2\x09\x80\x2a\x64\x1f\xdb\x1a\x08\x60\xf7\x9c\xdd\x68\xbb\x1b\x80\x2f\xed\xce\xe6\xe5\xff\x2f\x56\xe6\x28\x66\x5b\x1b\x40\xe6\xa9\xcd\x2b\xba\x6f\x41\xf2\xf1\xde\xbd\x38\x80\x72\x2b\x01\xd3\xa3\x69\x00\x57\xf7\x88\xd5\xf2\x9e\x00\xb8\xfa\x4a\x31\x53\xe1\x12\x28\x55\x85\x6b\xcd\x99\xc4\x10\x8d\xca\x79\xcd\x94\xfd\xaf\xe1\x72\x4f\xf3\x7a\x58\x9d\x39\xbe\xd8\x1f\x61\x97\xb0\xbf\xda\x7c\xf6\xbd\xc7\xe4\x6d\xf9\x26\xc7\xaf\x68\x3b\xc9\xb1\xa0\x76\xc6\xae\x19\x97\xdc\x89\xde\xa6\x68\x8a\x1f\x4c\x2d\xc1\x43\x7a\x9a\xf7\xfa\x8b\xcb\x1c\x5e\xdf\x66\x1e\x57\xf9\x95\x59\x79\x1d\x9b\x1d\x2e\xcf\x2f\xe4\xf4\x7e\x39\xf7\xbb\x78\x28\xd7\xd7\x27\x62\xfe\x47\x11\xd7\x69\x9c\xd7\xf3\xc5\x17\x67\xa8\x32\x6e\x79\x87\xa2\xd3\xb3\x8a\x29\x3e\x30\x49\xe7\xbd\xbe\x60\xc4\x13\x27\xe2\x33\xbc\x9b\x31\x4d\xa7\xf6\xc6\x1e\xf7\x0a\xc3\xd6\x46\x73\x9f\x44\x79\xe9\xe2\xf6\x46\xe4\x45\x7a\x79\x7e\xc1\x35\x84\xf0\x02\xec\x22\x70\x65\xac\xfc\x3d\x41\xd6\xff\xa5\x4f\xb3\x71\x6f\xfe\x0a\x60\x64\x75\xac\x75\x2b\x2d\x80\x33\xc7\xce\x87\xcb\xff\x1e\x7a\x87\xf1\x01\xcd\x81\x3f\x72\x41\x2a\x98\xf2\xb7\x2b\x01\x5c\x6a\x60\xb6\xde\x79\x10\xa0\x26\x9e\xdd\x95\xbe\x13\xe0\xce\x26\xc1\xaf\x1c\xbb\x01\x1a\xa5\x65\x39\x64\x88\x60\x72\x57\x42\xcd\xcd\xe8\x09\x51\xe8\xf6\x25\x83\xda\x80\x48\xdc\xbe\xcb\xbc\x0e\xa7\x72\x49\x3f\x5e\x66\x5e\x0b\x47\xdf\x64\x7d\xdd\x7c\x52\xfd\x62\xf0\xfd\x88\xf6\x82\xc0\xc7\xef\xb2\xbb\x1e\x55\x67\x05\x97\x8e\x13\x1e\x98\x96\xfa\x85\x6a\xff\x38\xdb\xc4\x59\x30\x18\x2a\x3b\xa5\x70\xeb\x5d\x4e\x51\xe8\x9b\xe9\x33\xd7\x2b\x33\x6f\x86\xee\xff\x1d\x5b\xd9\x45\xc9\x03\x3a\xd5\x1e\x7a\x69\x3e\xf8\x82\x5d\xec\xc5\x50\xc6\x85\xfa\x73\x5a\x31\x2c\xc1\x3e\xe8\x0d\x39\x3e\x91\xb9\xc1\x3b\x96\x98\x32\x36\x44\x6c\x0a\xb2\x5b\x7a\x96\xe2\x41\xf1\x3f\x09\x99\x0e\xa8\xc1\xf2\xc4\x86\x07\x0f\xfb\x3f\xc0\x36\x45\xa1\x83\x8f\xf9\xd1\xe1\x7c\xc2\x84\x00\x98\x92\xb8\x0e\x6e\x88\xff\x43\xff\xcf\x63\xfe\xb2\x39\x12\xc0\x32\x80\xc9\x6e\x73\x04\x80\x67\xff\x06\x3a\xaa\x3f\xee\x3d\xff\xcb\x41\xd4\x0a\xac\xf2\x0f\xcd\xc9\xcc\x51\xbb\xce\x00\x74\x94\x73\x25\x33\x06\x02\x3c\x7d\x2c\xf2\x4e\x90\x1e\xea\xfb\x5c\xe4\x07\x50\x59\xc4\x98\xa7\x43\x5a\xee\x3e\x4c\xb3\x12\x0f\x7e\x9b\xfb\xe4\x34\xbf\x4e\xac\x39\xe7\x97\x79\xdd\xfb\x56\x5e\x61\xf3\x69\xb9\xf6\xc4\xc2\x89\xec\x2d\x1d\xa8\x9e\x9b\x19\x1d\xe9\x57\xbf\x3a\x75\x94\x25\x1b\xa4\x31\x4f\xa8\xb7\x9a\x27\x90\x92\x03\x7f\xd2\x34\x70\xc7\x7e\x48\xce\xfc\x35\x7e\xa3\x29\x26\x26\xbe\xe9\xb7\xcf\x15\x8e\x68\xa7\xf8\xcb\xb3\x0f\x2e\x36\x47\x3c\x8f\x53\x9f\xaf\x38\x5f\x17\xde\x16\xb3\x67\xe1\x75\xfe\xeb\xb5\xfc\x9b\xeb\x91\xe8\xa5\x3d\x19\xaa\xc1\x67\x22\x92\x97\x3e\xa4\xec\x09\xec\x8a\x38\x8f\x39\x9b\xb0\x37\x40\x2d\x6c\x1a\x1b\x72\xb2\xc1\x7f\x2a\xf4\x20\x76\x22\xb2\xc7\x3f\x25\x64\x23\x4e\x2a\xbc\x02\xe0\xd8\x2d\x36\x9b\x8d\x8f\x01\xc4\x99\x8e\x7e\xdf\x38\x00\xa0\x69\x4a\x1b\xb6\xa2\xfb\x16\xac\xae\x37\x94\xac\xf7\x66\x4c\xaf\xd6\x12\xb2\xcf\xf3\x8d\x98\xbf\xf5\xcf\x5e\x69\xb2\xfe\x71\x80\xc9\x9e\x76\x02\xe0\x63\x33\xff\xa3\xe3\x8d\x00\xdf\xe4\xa5\x32\x94\xdf\x60\xdf\x7c\x4f\x57\x39\xe3\x76\xf4\x43\xf2\x60\xa3\x91\x67\xaa\xf2\x03\x96\xde\x45\xb7\xd7\x15\x47\x2e\xc8\xb6\x75\x26\x3d\x6c\x1a\x4d\xb0\x6c\x9c\x68\x53\x7b\x58\x19\xfa\xee\xe6\xed\xf1\xf7\x0f\x4e\x86\x28\x55\x5d\x98\xd4\x6e\xd4\x0e\x9a\xb9\xd8\xfd\x4b\xbc\x8e\x3e\xb0\xa8\xd8\x77\xe6\x55\x55\x79\x40\x77\xc1\xc8\x6c\xdd\xc5\x6c\x7f\x4c\x9e\xc4\xbc\x40\x31\xab\x3f\x6b\xce\x8e\x85\xb6\xfc\x19\xdf\x2f\x59\x4f\x17\x7f\xe5\x94\xfb\x5a\x64\xa4\xa0\xeb\x33\x7f\xfb\x9a\xa4\xa0\x96\x4a\x53\x51\x3e\x5c\x49\x85\x98\xe0\x84\x6b\x5e\xe2\x49\x37\xb0\xa2\xb1\xdc\x5e\x61\xf1\x71\xd8\x81\x28\x51\xcf\x84\xb8\xd7\x38\xf5\x70\x15\xf7\xc5\xd8\x41\xdc\xaf\xa0\xab\x00\x6c\xe3\x47\x05\x36\x9c\x02\x90\x74\xd8\xbe\xe2\xb7\x67\x60\x41\x5d\xb0\x5c\x3d\x4e\xae\xae\xeb\xdf\x5c\x14\xca\xfd\xef\xb6\xcb\xab\xf5\x29\x61\xb5\x0e\xef\xa0\x5a\xf1\x4f\xf8\x15\xb1\x6d\x64\x45\x07\xbb\xc4\xf1\x60\x7f\x3b\xb2\x00\x1c\xe2\x82\x52\x4a\x13\x87\x09\x6e\x8a\x9d\xd6\x8a\x7d\x5e\xb3\x4f\xf5\x8a\xa2\x53\x6b\x5d\xbe\x2b\x3a\x1d\x2d\x40\xa7\x6f\x19\xe9\x8c\x41\xd7\xf6\x06\xc5\x0f\x67\x37\xee\x6a\x7c\xeb\x52\xde\x1f\xfe\x43\xf1\xee\x41\x97\xc6\x6e\xaa\xa9\xa7\xb5\x03\x6e\x9e\xad\x59\xd3\xdf\xae\x99\xbb\x9d\xbc\x85\x9f\x75\xbd\x58\xe9\xea\x53\xbb\x73\x9e\xe1\x42\x99\x6b\x74\xd5\xbe\x85\xda\x7c\x77\xd7\xab\x17\xd1\x8b\x8d\x39\x24\x57\x9e\x92\x3e\xf4\xdb\x8c\x36\x97\x5d\x17\x36\x2c\x7d\x4b\x16\x71\x6e\x2e\x10\xc1\xb4\xc6\x17\xba\xec\xc9\xad\xc3\x0a\xc4\xcc\x3b\x7b\x9d\x19\xc7\xb6\x44\xe5\x38\xeb\x64\x9b\xe1\x0c\xc2\x5a\x9c\x18\x33\xf9\xf0\x9b\x02\xdb\x1c\x6b\xd3\xa6\xf1\x81\x7e\xcb\x7f\x47\xb4\x30\xc5\x6e\xa4\x5e\xd1\xff\xbb\x97\x3f\xbf\x2d\xf9\x7e\x73\x04\xf6\xef\x7d\x40\xd1\xfd\xd6\x72\x51\xc8\x7e\x18\xc3\xfb\x56\xeb\xcc\xda\x3d\x70\xea\x4c\x2a\x2a\xb4\x29\x00\x7b\x22\xfd\xe4\xd8\x01\x70\x10\x4d\x10\x6d\x79\x95\x44\x8c\x51\x34\x30\x78\xd4\xba\x0d\x7f\x5f\x4f\xc6\xb7\xb8\x9c\x09\xb3\xdd\x81\x36\x4d\x3a\xa6\x74\x5e\x3d\xb2\xad\x9c\xc1\x8b\x6a\xd6\xa2\xc6\xe0\x0a\x93\x55\xc8\x0c\xf3\xf8\xdb\xea\xeb\x96\x8c\xe3\xb4\x33\x31\x95\x0e\x56\x6a\xef\x0a\x66\xa3\xca\xfc\xad\x51\xbd\x1b\xe7\x9d\x0a\x17\x6c\xf4\x1e\x1d\x59\x48\xce\xbb\x6f\x53\xde\xac\x8e\xde\x91\xad\x66\x73\xb9\x5e\x0c\x8d\x4d\xc3\xd9\xf4\xd5\x26\x2f\x8d\x26\xf9\xda\xf4\x5f\x1d\xc7\x74\xc7\xc5\xdb\x7a\x5c\xbe\x82\x15\x8c\x11\xb3\xc9\x29\xc7\xe1\xf6\x84\xd7\xd8\x14\x95\x32\xe2\x82\x43\x79\xad\xef\x16\xdb\xe3\x08\x81\x0e\xd6\x35\x85\x03\x78\x3f\xbf\x23\x56\x53\xe7\xc6\xf0\x5f\xbd\x72\x00\x44\xcb\x37\x09\x2d\x7f\x7e\x3d\x53\xaa\xbf\xf4\xff\x34\x83\xd5\x5a\x4a\xd6\x3b\x29\xf7\xbf\x7b\xc8\x3a\xe0\xc8\x9e\xd5\xfa\x77\x1e\x02\x45\xff\x19\x6d\x07\x60\xdb\x43\x9f\xf5\x4a\x03\xae\x88\x1c\x3a\xe1\xfe\x80\x8a\x24\xad\x28\xa4\x69\x5e\x6d\x4c\x50\xd0\x2b\x72\xe4\x3a\xeb\x83\x7b\x6f\xaf\x16\x36\x1b\xbe\x7f\x29\x2d\x74\x32\x13\xdc\x3a\xd0\x7a\x65\xad\x67\xcf\x5a\x0d\x2c\x7c\xeb\x51\x2c\x60\x34\xf2\x9a\xff\x3c\xd7\x5a\xb4\xc1\x60\x62\xce\x78\xc1\xec\x6c\x34\xc5\xf7\xc2\x58\x77\xe0\x09\xfa\x6e\x1a\x97\x71\xe3\x8b\x6d\x4b\x45\x89\x24\x53\xff\xce\xaa\x25\x52\x82\x8b\xe9\xc7\xfb\x07\x31\xc3\x31\xef\x4d\x7f\x35\x4b\x60\x4f\x46\x09\x9a\x2a\xd5\xdf\xc6\x99\x87\xb4\x99\xce\xd5\x5d\xc6\xd5\x06\x95\x9b\x6d\xbd\x1e\x86\x67\xf1\x4f\x31\x6b\xba\xd2\x8f\xf7\xf2\xcd\x35\xd5\xbc\xfc\x11\xd9\xeb\x61\x68\x1a\x7e\x91\x19\x71\x74\xed\x07\x50\x60\x58\x5d\x07\x85\x03\xf9\x3f\xfd\x40\xc8\xba\xd7\xfb\x4b\xff\x7e\xff\xcb\x75\xfa\xd1\x6a\x1d\x21\xfb\x21\xf4\x31\x00\xec\xc1\x50\x51\xb5\x33\x03\x46\xf0\x12\xe7\xef\xda\x4e\xd2\xb0\x42\xa1\xc2\xed\xe2\xbb\x44\x3b\x3d\x19\xd3\xce\x14\x09\xe4\xb4\x5d\xad\x67\x48\x40\x03\xae\x39\xb0\x23\xc2\xcb\xc5\x10\x5b\x9c\xb7\x2d\xee\x8e\xe5\x05\xcc\xef\x86\x9b\x09\xa1\x46\x36\x4b\xdf\xdf\x7d\x4e\xf1\xd6\x21\x2e\xbd\x46\x4f\x24\x4d\x51\xf8\x07\x9d\xa2\x9f\x99\x98\xa0\x18\x11\x5d\xd5\x4f\x78\xac\x48\xa4\xb3\xee\xec\xbb\x2e\xec\x8d\xb0\x49\xbd\xd6\x97\x57\x70\x9b\x42\x0f\xeb\xc7\xf4\xf0\xe2\x02\x83\x6a\xf4\x4a\x3a\x22\xf1\xca\x3e\xbf\xf4\x4b\xee\x6d\xc6\x9f\xf3\x1a\x33\x90\x6d\xba\x8b\xef\xf0\xbc\xad\x5f\x54\xaf\x8e\xd8\xb8\x8c\xeb\xf7\xdf\xbc\x8d\x14\x3a\xef\xd4\x67\xa8\x15\x46\x48\xf6\xfe\x7f\xf8\x81\x90\xe7\xdd\xe9\x2f\xab\x95\x72\xff\xfd\x01\x0f\xd5\xff\x87\x03\xa1\x7c\xff\x23\xfb\xc9\xfa\x17\x39\x27\xa6\x5d\x0d\x80\x95\x66\x77\xdf\xcd\x7a\x00\xa1\x6d\xc7\x2b\x2f\xca\x83\xb1\x7c\x8a\x44\x43\x4e\x03\x49\x43\xe7\x87\xb6\xee\xc9\x11\x42\xa7\x6d\xad\x6d\xa3\xf7\x51\xa4\xd2\xef\x93\xc7\x77\x47\x3a\x7c\x67\xe6\xdd\x00\x47\x8b\xb3\x78\x91\xaa\x8f\xc1\x43\x46\x02\xb8\x67\xed\x0f\x42\xa3\x74\xee\xe1\xca\x87\x7e\x84\x1e\xd0\x62\xc0\xe9\x63\xb3\x42\x83\x34\xd9\x71\xc3\x38\xe6\xc0\x32\x0d\x0d\x0c\x35\xae\xdb\xf7\x84\x46\xfd\xcf\x4d\x78\x05\xaf\x70\xcd\xd9\xcf\x85\x78\x63\xaf\x14\xad\xfd\x83\xb1\xf8\x17\xee\x12\x5a\x27\x5e\xc7\x21\xbc\x2e\x39\x5a\x93\xbd\x4f\x10\x7b\x67\x15\x6d\x91\xae\xaf\x48\x89\x63\xb0\x36\xcd\x23\x16\x04\x6f\x67\xa4\xd5\x79\x9f\x9e\xa0\x6f\x6d\xab\x35\xd9\x5c\x4b\xc8\xb0\xd4\x04\x70\xde\x4b\xf5\x17\x17\x57\xfe\x98\xea\x2f\xfd\x9b\x72\xff\xfb\x47\xd7\x9f\xeb\xff\x4d\xd6\x3d\xfe\x2f\x1f\x80\x6b\x09\x00\xd4\xd7\xa8\xa8\x2a\xda\x01\x04\xba\x99\xaf\xe7\x1f\x82\x2a\xb9\x9b\x42\x92\xc9\xb1\xa4\x69\xd4\x31\x45\xfd\x50\x17\xe2\x63\x6b\x1b\x23\x1a\xb7\x49\x42\xaf\x0f\xaf\x6d\x84\x1d\x3b\xc1\x31\xf1\x9c\x23\xce\xcc\x80\xb0\xab\xd8\xc6\x25\xd9\xe0\x09\xf2\xa1\x0e\xef\xea\xaf\x73\x03\x49\xe9\xa0\x77\xb7\xd0\xfc\x8a\x70\x7f\xd8\xe0\x81\xa8\xe1\x11\x46\x0c\xb5\xc7\x6e\x55\x3f\xa4\x0d\x39\xea\x54\xa4\x12\x47\x60\x47\xb2\xed\xbe\x2b\x93\x16\x1d\x90\x69\xeb\x4f\x2a\x13\x3f\x0a\x91\x29\x9b\x08\x95\xdd\xa3\xbf\x08\x91\xe6\xc9\x2a\xe7\x86\x77\x10\xce\x9a\xcd\xaa\x9e\x7d\x53\x4c\x28\x34\x67\x55\xdb\xf0\xa2\x80\x50\x65\xf6\x44\x65\xe1\xe9\x11\x22\xa7\xe1\x05\xb5\xc8\xae\xa3\x04\x8c\xf1\x22\x40\xb8\xcc\xdf\xfb\xe0\x96\xdd\x6a\xed\xbb\xb0\x5a\xc7\xbd\xa9\xfe\x97\x0f\x02\x59\xff\xec\xf3\x58\xad\xf7\xee\x90\xf5\x4f\x72\x1e\x08\x25\x07\xa0\x80\x0b\x40\x20\xe6\xc8\xad\x0c\x19\x18\x95\xad\xe2\xed\x38\x99\x0e\xda\xda\x76\x52\xd7\xfd\xb6\x93\x32\x2d\x32\xd5\xbb\x9c\x1a\x89\x63\x6e\x8e\x06\x4c\x56\x25\xc4\xf3\x27\x83\x4d\x3c\x8c\x97\x88\xfa\x67\x1b\xcc\xcf\xea\x5b\x13\xe9\x2e\x1b\x5a\xb6\xa3\xbe\x13\xe6\x6e\xa3\xac\x8c\x35\xda\x09\x95\x3d\xcf\x6d\x44\xd7\xb8\x87\x07\x84\xec\xc5\x9f\xd6\xac\x14\xee\x61\x2d\xef\x62\x2b\xc1\x8e\xa8\xa5\x27\xa6\x40\x3b\x2f\x40\x34\xd6\xfd\x2a\x7f\x64\x6a\x88\x58\xa5\x6d\xa0\xb0\xef\x6b\x23\x31\x13\xf5\x5c\x21\x7a\x24\x8c\x78\x01\xe5\xa0\x10\xf8\xae\x83\xd8\xaa\xbd\x47\x21\xa9\xff\x10\xf1\x85\x96\xea\xfa\x7b\x01\xe5\x3c\xec\xb2\x5e\xad\x9f\xc9\x73\x80\x84\x5e\xae\x0b\x7a\xff\x9b\x83\x7a\xc0\xf9\xb7\xfe\x59\x56\xbf\x5a\xb3\x29\x79\x08\x7e\x00\xfc\xc8\x61\xba\x53\x9b\x00\xa4\x4f\x1d\xcf\x0e\xe1\x80\x72\xcd\x12\x61\x1f\xf7\x8f\x40\x63\x26\x25\xef\x6e\xc7\x47\x2a\x72\x9a\x54\xab\xb2\x78\x4b\x92\x08\x53\xd2\xa1\x37\xbc\x4b\x12\x48\xfb\xa0\x93\xa1\xb7\x8f\x44\x53\xe0\xa1\x67\xac\x0d\xc4\xbe\x2b\xd4\x06\x6d\x1a\xaf\x88\x15\x0d\xe5\x46\x3b\x55\x0f\x13\x2f\x74\x6b\x1b\x06\x29\x5d\x26\x26\x8d\x70\x1a\x96\x2a\x10\x88\x29\x73\xaa\x06\x0b\xff\xe6\x5c\xc8\x72\x90\x4e\x93\xd8\x54\x3d\xa4\x73\x08\x8d\xa4\x04\x85\x0a\xe9\x5b\x0b\x04\x92\xaf\x62\xb2\x74\xcc\xaf\x4c\x52\x84\xc2\x27\x69\xeb\x6f\x22\xa4\x34\x85\x4d\x52\x37\x3e\xf7\x90\x6e\xcb\x36\xad\xef\x83\x07\xe4\xf7\xc5\x61\x97\xd5\x8a\x75\xa0\xfa\x5f\x1c\x10\x79\x1f\xb4\x93\xfd\x00\x6e\x05\x90\xf5\x4f\x0e\xb2\xfe\x4b\x5e\x7f\x42\xc3\x6a\x3d\x15\x05\xc0\xf9\x7a\xcf\x58\x44\x01\x80\x54\x27\x6b\xbf\xaf\x1c\x7c\x53\xab\xe1\x15\x70\x16\x80\x08\x43\x44\x4c\xd3\x7a\x0f\x09\xeb\x50\xa5\x20\x6d\x22\x4c\xc2\x05\x28\x29\xa0\xf5\x55\x48\xaf\x4f\xd1\x28\x7f\xd0\x71\x22\x35\x66\xa2\x55\xe3\xb4\xfa\x48\x69\x45\x69\xea\x33\xea\x26\xa4\xc0\xab\x47\x34\x6a\x55\xe9\x49\xa2\x4d\x62\xda\x8e\x14\xee\x41\x9e\x97\x64\x35\x58\xa7\x4e\x90\x2b\x24\x49\x4c\xbe\xd5\xcc\x97\x8d\x26\x45\x10\x8b\xd4\x52\xd7\xb8\x8f\x5a\x38\x42\x6a\x93\x6d\x16\x27\xc1\x79\x50\x11\xdb\x2f\x56\x07\x42\x10\x29\xd4\x24\x92\x83\xcd\x80\x5a\xfe\x6c\xb1\x8c\xd9\x22\x30\x11\xd9\x00\x50\x0f\x7f\xcf\x81\xf9\x1b\xcb\x15\x4f\xd6\x33\xc7\xc9\x3e\x06\xaf\x27\xff\xd6\x3f\xef\x90\x75\xe0\x4a\xf2\xbf\xe7\xf7\xfe\xad\x7f\xaf\xf9\x40\x78\x03\xb0\xeb\xee\x0c\x0c\xa0\x06\x90\x0c\x67\x6a\x76\xa5\x03\x50\x6e\x62\x57\xb7\x65\x85\xa7\x7a\xfa\xfc\x92\xa6\x49\x10\x6f\x1d\x29\x2a\x6b\x30\x0a\x9e\x5e\xa6\x12\xda\x14\xdf\x07\xed\x4b\xc0\x95\xf8\x4b\xf6\xa9\xfa\x26\x50\x3d\x7d\x42\x3a\x4d\x75\x14\x36\x14\x5b\xcb\x63\x94\x1b\x49\xc3\xd5\x6c\x4a\x6c\xff\x72\x0f\xff\xe6\x5c\x48\x7d\x26\x61\x17\x9c\xe4\x85\xff\xf5\x79\x10\x93\x86\x8f\x90\x2d\x18\x24\xc2\x0c\x00\x43\xbc\x3a\xc2\x4a\x00\x80\xe6\xd6\x04\xe8\x9d\xfe\x73\x0e\x52\xf4\xef\x09\x32\xef\xb5\xc6\x01\x91\xcf\x45\x4a\x1e\xca\xbf\x3e\x08\x19\xe4\xbe\xac\xf9\x40\x90\xf7\x8f\xa3\x03\xc0\x96\xef\x54\x54\x6e\xca\x00\x27\x0a\xe8\xbd\x1c\x59\x00\x14\x46\x98\x27\x2c\x25\x00\x8b\xda\xcc\x59\x66\x98\x0a\xbd\x66\x65\x7c\x4d\x7a\x3b\xe1\x96\xeb\x51\xc1\x62\xed\x12\xa8\x0a\x30\x13\xe6\xd2\xa2\x82\x84\x68\x03\xb1\x32\xd5\x57\x90\x9d\x8c\x88\x56\xa9\xd8\x80\xd7\x59\x2a\x89\x60\xa5\x74\xd0\x2d\x39\x23\x15\x44\xe1\x1e\x64\xbf\x80\x42\xc3\x16\xa9\x5a\xe9\x01\x50\x7c\xe8\x2f\x25\x27\x89\x06\x8d\x17\xef\x24\x13\x25\x6f\x82\xe8\x88\xa8\xd4\x6b\xc9\xcd\xa0\x3c\x69\x22\xa5\x24\x8e\x86\x38\x8c\x96\x38\xad\xd8\x37\xe8\x84\x20\x61\x6e\x0a\xff\x21\x6c\x06\x00\x0b\xdc\x11\x00\x5f\xeb\xfe\x9c\x83\x3f\xc9\xdf\xeb\x1a\x07\x44\x20\x73\x30\xf6\xe4\x73\xe0\x5f\x1f\x04\xf2\xbe\x39\x45\x9e\x17\xc1\xef\x57\xab\x6b\x07\xb9\x56\x03\x30\x89\xd0\x48\xdb\x77\x01\xf0\xab\xec\xf6\x34\x07\x00\xe9\xc7\x07\x4f\x1a\x9d\x01\xd0\x38\xcd\xaa\xa2\x53\x0c\x60\x58\x77\x5c\x00\x55\x06\x93\x76\xd4\x3c\x07\xb4\x0f\xc2\x63\xef\xf9\x13\xb2\xea\xb1\xf0\x24\x54\xf5\x04\xa7\x6a\x2b\xdc\x8d\x55\x17\x9c\x57\x8a\x81\x8e\xe4\x7b\x27\xaa\xe4\x9f\xc1\xc3\x9c\x0f\x27\xfa\xd6\xb8\x07\xb2\xdf\x83\x74\x16\x64\xdc\xfc\x25\xb2\x24\x19\x09\xb9\xad\x96\xc2\x24\x71\x12\xe4\x3f\x51\x10\xee\x14\x7b\x08\x25\x6f\x8c\x85\xf9\xc4\x62\xa0\xe8\xcb\x21\xe1\x5f\xa2\x9f\xe0\xce\x2f\x47\xa1\x02\xd1\x7a\x78\x8b\x2d\x14\x94\x14\x95\x00\x80\x06\xfe\x29\xca\x1c\xa4\x9c\x83\xef\xc9\xbe\x37\x14\x0e\xa8\x65\xcb\x6a\xad\x26\x73\x52\x94\x3c\x94\x35\x0e\x86\xfc\x3c\x44\x90\x7d\xc5\x28\x3e\x10\x76\xc7\x01\xa8\xac\xa8\xa8\x1c\x36\x00\x30\xd5\xd0\x70\x5a\x6e\x04\xe0\x79\xb5\xb3\xc4\x98\x0f\x40\xd4\x6d\x6f\x39\x85\x7f\x40\x35\x01\xe8\xb4\x1d\x3b\xa2\x99\x08\x60\x59\xca\xde\xaf\xce\x01\xe0\xd4\xc0\x61\xa7\x12\x0e\xe0\xf3\x88\xb3\x4e\x85\x13\x16\x42\x18\x78\x9c\x15\xef\xc1\x74\x8c\x29\x2f\x8f\x3c\x0d\x2c\x24\x6f\xe2\x29\x90\xb9\x04\x3f\xcf\x7c\xe5\xcd\x90\x2a\x86\x5f\x45\xc9\xbc\xac\x52\x83\xd0\x5d\x31\x25\xf0\x50\x22\x07\xfa\x6b\x84\xf9\x7d\xc5\x8b\xe1\xc9\xdd\x5d\x02\xd9\xa2\x37\xe0\xed\xc3\x5d\xfc\xc2\xa2\xdb\xe1\xd5\xd3\x69\xfe\x0a\x11\x19\x78\xf7\x8e\x9e\xdf\x5b\x98\x03\xe6\xbe\xb2\xf0\x3e\x16\xee\x87\xd9\xe9\x2a\xbe\x09\xca\x39\xf0\x7f\x71\x40\x37\xc8\x7c\x03\x25\x0f\x25\x8f\x9c\x97\x95\x8a\x59\xad\x51\x64\x1e\xca\x9f\xfc\xfc\x38\x65\xfc\xcd\x81\x68\xe9\xac\x56\xa5\xcf\x00\xdb\xe7\xa9\xa8\x50\xa3\x00\x27\x7a\x77\x29\x69\x69\x03\xc8\x79\xef\xdf\xa5\x11\x00\xa0\xa1\x74\xc4\x4a\x2d\x0e\xc0\x58\x9e\xd9\x5d\xf9\x17\x80\xcd\x47\x96\x5e\xe5\x53\x00\xae\x29\x6c\xad\xca\x8c\x00\x7e\x7a\x1c\xdd\x0a\xd2\x00\x61\xb6\x1c\x45\x72\x36\x00\x31\x2d\x9c\xbb\x65\xee\x02\x24\x93\x38\x27\x24\xeb\x01\xb2\xb8\x39\x36\x4b\x34\x01\x14\x65\x70\xb9\x8b\x65\x03\x94\xf6\x73\xf4\x88\xe6\x02\x5c\x8d\xe1\xec\x14\x09\x00\xb8\xf5\x8a\xeb\x90\xf0\x77\x80\x16\x4d\xae\x2f\xc2\x23\x30\xdb\xf1\x90\xe7\xb4\xf0\x0e\xc0\xf4\xc6\xf0\x50\x0b\xc5\x01\x61\x20\x84\x9b\x34\xba\x0b\xfe\xbf\x1c\xd0\x25\xf2\x79\x70\x8e\xcc\xfd\xa4\x93\xb9\x28\x0a\x07\x13\x44\xee\x97\x7b\xc5\xdf\x1c\x88\x7e\xe3\x6a\x55\x21\x9f\x2b\x12\xcb\x7d\x0c\xa5\xa2\x52\xff\x09\xc0\x53\xbb\xbd\x41\x29\x1b\x40\xbc\x99\x0e\x2b\xcf\x00\x20\x1f\x48\x2f\x23\x97\x0d\xa0\x7d\x64\xbf\xb8\x5c\x15\x80\xf1\xdc\x21\x39\xe9\x5b\x00\xd6\xe7\x0e\x89\xc9\x15\x03\xb8\xee\x3d\xda\x26\xfb\x15\xc0\x97\x9a\xe5\xb6\xf4\x55\x80\xd0\x36\x56\x59\xa9\xc3\x00\x27\x37\xb1\x26\x49\x38\x02\x24\x8a\xb3\x36\x4a\x6c\x01\x48\x0f\x60\x3b\x28\x56\x06\x90\x0f\xec\x69\x62\xca\x00\x17\x6a\x8f\x67\x8b\xb4\x03\x54\xd0\x1c\x57\x16\xde\x00\x70\xdd\x85\xbd\x50\x38\x12\xa0\x31\x85\x33\x46\xb0\x0b\xa0\xd5\xea\x78\xe1\x09\x15\x80\x4e\x03\xf6\xe8\xe5\x4f\xa9\xb6\x77\x55\xcf\xfa\xdf\x1c\xc4\xf1\x37\xb2\xf2\x5b\x8e\xad\x73\x10\xb2\x71\x0a\x89\x7b\x7b\x00\xd4\xd9\x55\x63\x0e\x1f\x05\xd0\x1b\xd4\xe4\x60\x09\x01\x30\x0a\xd5\x9b\xe7\x2a\x01\x30\xfb\x68\x76\x5d\x64\x11\xc0\xe2\x84\xc3\x7e\x59\x14\x7c\x37\x77\xf4\x25\xa8\x15\x41\xa5\x29\x6f\xf4\x67\x9d\x32\x30\x31\xac\xce\xce\x32\x8e\x22\xb5\xe9\xd7\x97\xcf\xd8\x06\x92\x62\x51\xa5\x77\x7c\x1d\x92\x88\xb3\x5a\x51\x5d\xcc\xee\xca\xc4\x45\xf5\x8d\xef\x96\xdc\x42\x89\xbf\x55\x42\x7f\x8e\xb8\x29\x13\x1f\x2b\xdf\xc1\x0b\x7b\x88\x92\x5c\x95\xf6\x21\x6c\x0e\x37\x49\x03\x0a\xaf\x91\x5e\xeb\xad\x98\x73\x0a\xc5\x84\x1d\x96\x1b\xa6\xf0\x8a\x0e\x84\x03\x96\xf2\x63\x97\x14\x5f\x11\x94\x2c\xb8\x3e\x16\x2a\xf1\x12\xdc\xcc\xb9\x06\x0a\x94\xbe\x11\x32\xcc\xd4\x5e\xd1\x29\x29\x12\xf0\x86\x0b\x4f\x07\x94\x07\x08\x23\xc6\xed\x4f\x98\x94\x8d\x88\x3c\x06\xd9\x8f\x52\x94\x5b\x89\xda\xfa\xa1\xf7\xf8\x95\xc7\x88\xf1\xba\x2a\x7f\xf5\x61\xe5\xf7\x37\xea\x64\x69\xd3\xe5\x7a\x78\x46\x66\x64\x83\xe8\xba\xfe\x2f\x16\x21\xab\xb4\x4b\x18\x40\x8e\x4e\xce\x64\x6f\x12\x80\x46\x84\x12\xc3\x41\x36\x00\x03\x6e\x8d\x00\x16\x67\x00\xd3\x1e\xfd\x61\x5e\x9b\xf5\x3e\x58\xce\xda\xbd\x93\xfb\x01\x4b\xe6\xd7\xbd\x7e\xa8\x5c\x87\x62\xd3\x85\xa8\x0f\xba\x06\x70\xd0\xf8\x41\xd6\x07\xf3\x7c\x52\x8d\x41\x6d\xd9\x36\x3b\x6f\xd2\x41\xdd\x96\xdb\xe9\xae\x44\xe2\xb8\x96\x60\xb7\xaa\x7b\x27\x31\x56\xbd\x6f\xf8\xb7\xf7\x3d\xa2\x93\x6a\xfe\x74\xaf\x4f\x00\x85\x7f\x21\x71\x2a\x35\xe3\xbb\x9d\x2f\x13\x26\x15\xad\x90\x33\xb6\x2c\x73\x9f\x15\xa7\x91\xcb\xb6\xf4\x13\x67\x94\x6e\x23\xed\x36\xad\x5f\x94\x94\x7c\x08\xec\x96\xbe\xc3\xee\xca\x27\x08\x62\x96\x8a\xaf\xa3\x54\x4e\x12\x54\x2c\x5d\x9e\x0d\xa9\x14\x13\xd2\xcd\xa9\xbb\x63\x54\xbe\x12\xee\x98\x5e\x7a\x7c\x58\x85\x86\x28\x64\x90\xf6\xf0\x88\x0a\x8a\x28\x6d\xa0\xd6\xaa\xaf\xaa\x4c\xd4\xd5\x7f\xfd\x67\x1f\xfe\xd6\xff\x29\x3e\x08\x3c\x0a\x52\xbb\xb7\xe6\xfe\xc1\x41\x9c\x95\x75\xa5\xd7\x07\x40\xb1\x29\x04\x1e\xe4\x06\x30\x62\x55\xdf\xc7\xb2\x01\xc0\x3c\x57\xa7\x83\x8b\x00\x60\xd9\x6e\x62\x25\xbc\x04\x60\x7d\xdd\xe6\xb6\x7c\x17\x74\x58\x61\x3c\xfb\x35\x8d\x20\xd0\xe2\x40\x64\xb3\x41\x06\x6c\x31\x19\xc8\xd4\xb6\x68\x21\x65\x18\xea\x94\x79\x39\x98\x93\xb6\xea\xe2\x6f\x17\xb9\xf5\x12\x53\xb4\x2b\x9f\xa4\xf9\xf0\x10\xcd\x34\xc4\x46\x04\x7c\x63\x88\xc6\xaa\x96\x73\x1e\x3e\x38\xe2\x29\x15\x4d\xdc\x1b\x2f\x22\x89\x4e\x09\x8d\xaf\x74\x69\xc3\x8e\x2a\xe5\x20\xbb\x1d\x4b\xa7\x0f\x28\x73\x20\x5a\x0e\xa1\xe3\x1b\x54\x76\x20\x76\x0e\x8e\x23\x9e\x2a\x0f\x90\x42\x3b\xe8\xbf\xa3\xb6\x13\x29\xb2\xcf\x7b\x69\xa2\xfa\x05\x99\xb5\xb9\xfb\xf4\x8e\xda\x26\x82\x82\xd5\xd1\x0e\x82\x5a\x3f\xc1\xd6\xd2\xb6\x7d\x42\xf5\x26\xe1\x87\xf1\x64\x9b\x8e\xda\x77\xc2\x67\x93\xea\xc6\x47\xea\x57\x88\x9b\x8d\xfd\xfe\xdc\x0f\xab\xfe\x28\x6b\x7d\xb8\x29\xc2\xf4\x27\x07\x41\xe9\x83\x6a\xa3\x14\xec\xad\x5f\xe7\x41\x8c\xfd\xd5\xde\xb1\x98\x00\x58\xef\xd6\xd6\xe5\x3a\x0a\x60\x23\x62\xbc\x20\xba\x05\xc0\x86\xc1\xfa\x9d\x7c\x23\x34\xdb\x44\xb8\xc7\x69\x4e\x81\x95\xe5\xa1\x48\x47\x23\x05\x52\xab\x39\x75\xe6\x26\xdb\x38\x92\x98\xb1\x42\x69\x9f\xcb\x22\xf1\xa6\xfe\xde\x3b\xcf\xbc\x69\x89\x11\xda\x0e\x3d\x39\x3e\x2d\x84\x9f\x1a\x35\x9f\x39\x02\x5f\x10\x16\x54\x5f\xa0\x99\x03\x7a\x28\x7d\x20\xfe\x56\x56\xc5\x87\xba\x09\xa2\xa3\x95\xa3\xf0\x77\x5d\x6e\x4d\x0c\xab\xd4\xe1\x47\x5c\x02\x47\x97\x54\x15\x91\x6d\xce\x11\xef\x93\xd5\xe8\x10\x55\x27\xd6\xd7\x29\x6a\xf1\x48\xbe\xfd\xd7\x67\x5c\x6a\x4d\xc8\x6f\x5b\xba\x8e\xcf\x1a\x1c\x08\xde\x56\xf8\x61\x80\xfa\x0b\x82\x81\xd5\xf1\x7b\x37\x35\x68\x08\xf1\x16\xa9\xcd\x12\x1a\x7c\x84\x76\x33\xd5\x06\x4e\x8d\x1c\xc2\x84\xc9\x3b\xf8\x0f\x17\x44\x9d\x27\x96\xf7\x3f\x39\x08\x94\xb8\xe7\xae\x9d\x00\x6a\xa9\x92\x57\xf6\x1e\x04\x30\x52\x95\x53\x39\xf8\x12\xc0\xf2\x91\xb2\x1c\xf3\x39\x00\xbb\xbb\x9a\xbb\x38\xc3\xd6\x73\xa4\xec\xc5\xac\xf9\x14\x85\xa1\xd4\xae\xd7\xd5\x06\xb5\x09\xd8\xac\x3b\xc3\xb3\xcd\xa8\x48\x69\x96\x3b\xd2\x48\x0e\x81\x24\x6a\x93\xf0\x52\x0e\xf7\xcb\x6b\x9c\x18\x03\x2a\xe4\xa9\x60\x00\x96\xd0\xae\x31\x30\x5a\x1d\x1c\x48\x08\x52\xcb\xc4\x04\x87\x9e\xa5\x70\x51\xc8\x27\x15\x29\xdc\xbc\x97\xe0\x4c\x85\x2a\x2f\x9e\xcf\xd3\x65\x9c\x56\x4d\x17\x6f\xec\x41\xfc\xe0\xa8\x36\x8c\xaf\x72\xa7\x79\xbb\x4b\xbd\x06\x3f\xef\x2a\xf5\x6c\x5a\x63\x1a\x39\xec\x92\xd6\x4d\xa7\x31\x85\xc4\x3a\x46\x3d\xbe\xab\x71\x1b\xf9\x66\x77\xf8\xc1\x3e\x4d\x43\xc2\x76\x5b\x5a\x0a\x0f\x55\x3f\xac\xf9\x9a\x50\x6e\xfe\xbb\xce\x4a\x4b\x82\x30\x66\x1a\xb2\x3e\x17\xa8\xe2\xa5\x0b\xff\xd4\xff\x29\x1c\x84\x20\x9d\x68\xf9\x76\x3d\x00\xd9\x62\xd1\xb1\x9d\x00\xa0\x7d\x51\xe2\xf2\xde\x76\x00\xe3\x64\x69\x9a\xfd\x8f\x96\xbf\x77\xc5\x4d\x47\x7d\x01\x1c\x16\x35\xdc\x38\xfb\x00\x9c\x6d\x0d\xde\x8b\x26\x00\x38\x21\x96\x55\x8a\xc3\x10\xee\x18\xe0\x6c\xa7\xfb\x0c\x36\xd9\x5e\x0f\x3d\x65\x8e\xa6\xf4\x81\x88\x33\x69\x2c\xf9\xe9\xb1\x6f\x8d\x13\xbb\xa5\xc3\xf6\x8c\x25\x64\x86\x20\xaa\x59\x3e\xa6\x10\x11\x47\x60\x57\xdf\x8a\x79\x1f\x61\x44\x58\x54\x0d\xc1\xd1\x04\x5c\x41\x37\xa8\x96\xe0\xbc\xfd\x7c\xa6\xb0\x6a\x49\xb8\x22\xdf\xaf\x5f\x76\xaa\x0b\xe2\x8f\x7a\x0d\xbe\xdf\xa8\x11\x89\x57\xf3\x72\x79\x7d\x48\x03\x83\xbf\xea\x3e\xfa\x94\x5d\x6b\x23\x7e\xda\x4d\xf9\x31\x56\xeb\x34\xa2\xec\x3c\x76\xff\xb2\xd6\x35\xe4\xba\x43\x65\x4b\x87\x56\x3e\x42\xb2\x1d\xac\xef\xd3\x3e\x4f\xe0\xb6\xb9\x56\x37\x85\xa2\x23\xb8\x5b\xe5\xd4\x86\x6a\x47\x13\xaa\x2c\x56\xd2\x64\x65\xdb\xa8\xfe\xe0\xa3\x28\xfa\x3f\xc5\x07\x41\xe8\x96\xb0\xdc\xf6\x5c\x00\x65\x94\xd8\x56\x3a\x8d\x75\x0e\xc2\x0c\x27\x61\xcd\x70\x1f\xc0\xbe\x4c\xe1\x34\xb3\x26\x80\xcb\x1d\x0d\x16\x6e\x25\x00\x37\x69\xdd\xcf\xc2\x7a\x00\x6e\x54\xe6\xcd\x8a\xa2\x6b\x3e\x52\x58\x7b\xb7\x20\x3f\x8b\x64\x92\xba\xb5\x60\xaa\xbf\x0b\x2d\xf1\x94\x39\x7f\xf1\x4b\xdf\xa7\x6b\x9c\x58\xa0\x4e\x4e\x1f\x77\xb8\x0e\x61\xbb\x66\xe6\xb7\xc1\xc8\xaf\x6b\x5c\x14\x99\x0f\x9b\x7b\xab\xf6\x1b\x3b\x18\x54\xff\xfd\x99\xfa\x2b\x9c\x66\x40\xfa\x08\xa2\x19\x8e\x73\x0b\xc8\xec\xb7\xd0\xd2\xc3\x0d\xf9\x22\x14\x7f\xa4\xae\x97\xda\x29\xf8\x2b\x1e\xc3\xed\x7c\x28\x36\x64\x9b\xdb\xe1\x56\x2e\x54\x1f\xa2\xea\x12\xd7\x44\x8d\xda\x86\x74\x3b\x30\xdc\xb2\xd2\x39\x4e\xa0\xb6\x0b\xa8\xcd\xd0\x39\x4a\x90\xb5\xb1\xbb\x76\x5a\x27\x91\x90\x64\xf9\xfe\xbf\xf3\xf1\x5f\x1f\x04\x11\x35\xe1\x5e\x5a\x49\x00\x95\xa3\x22\xc7\x77\x05\x00\xe8\x77\x8b\x4a\xed\x79\x01\x60\xe5\x23\x96\xc0\xa0\x02\xe0\x5c\x27\x4f\xcb\xac\x07\xe0\xce\xad\x2e\xc7\xed\x0a\xe0\xd5\xaf\x2b\x24\xca\x00\xe0\x21\x62\x56\xa0\x78\x18\xdc\x5d\xea\x1d\x4d\xf4\x39\x48\xb5\x8e\x98\xc0\x67\xb6\x92\xa4\xbd\xb6\x8c\xc9\x09\x6e\x6d\x44\x7b\xf3\xfb\xc5\x1d\xfe\x7a\x6b\x9c\xd8\x07\xdd\x4b\xcf\xdb\x4e\x9e\x43\x02\xb4\x78\x27\x77\xc6\xfe\xa0\xf4\x01\x5b\xa8\xbe\x0d\xcb\x13\x56\xf0\xcb\x46\x43\x09\x1b\x1e\x5a\xf6\x85\x59\xf3\x0b\xb6\x3c\x34\xfc\xdd\xb4\x36\x2b\x6e\x67\xb0\xdb\x8b\xe7\xa8\x03\xb8\xc8\xc0\x03\x3d\x73\xa8\x0a\xdc\x47\xbf\xdb\x8f\x75\x74\x74\xf1\xda\xde\xf8\xfb\x2f\x75\x38\xf0\xcf\x3d\x44\xee\xbe\xd2\xf5\x43\xb6\xba\x3d\xbd\xdd\xa0\xb7\x0d\x31\x76\xb9\x7c\x23\x5e\x4f\x0d\x69\x73\x34\xbc\x7a\x43\xef\x32\x61\x87\x5d\xc9\x95\x09\x3d\x31\x82\x9e\x8d\x20\xfc\x87\x8f\x5a\xd3\xff\xff\xf1\x41\x50\x3f\x29\x94\xb2\x4b\x16\xc0\x38\x54\xf8\xfe\x9e\x1b\xeb\x3c\x88\xab\x8d\x94\x2e\xa3\x1f\x80\xf7\x90\x22\x1c\x8f\x02\xf0\x99\x40\x6d\x16\x36\x00\xf0\x15\x33\x55\x54\x6a\x5a\xf3\x4f\x3a\xe5\x82\xf8\x2e\xd8\x47\x13\xe7\xec\xb9\x12\xf4\x3d\xac\x88\x07\x2d\x3f\x17\xe1\x83\x7c\xd7\x38\x31\x67\x3d\xbb\x97\xc7\xe2\xf3\xf1\x43\x5a\x29\xd3\x3b\x13\xdd\x29\x7c\xd8\x7c\xa7\xc6\x0b\x8c\x7d\xf4\xd8\x44\x9a\x16\x3d\xe6\x51\x54\xf8\x30\xa2\x5d\x86\xd5\x89\xd8\xff\xa6\x46\x87\x1d\x1b\x1e\x5e\xf3\x4c\x58\xe7\x19\x8e\x2e\x44\x87\x92\x97\x76\x5f\x47\xaf\x02\xf7\xd5\x3f\xb8\x69\x4a\x6f\x08\xef\xe9\xdd\xdf\x60\xab\x57\x89\xff\xe0\xe1\x71\x63\x9f\x01\x1d\x22\xe3\x3a\x70\x3d\x59\x5f\x06\xa9\x70\xb2\xbd\xf2\xcb\x40\x0e\xe9\x72\xf4\xb8\xc4\xa8\xdf\x43\xd0\xb7\x89\x5a\x39\x27\x18\x56\xfb\xb0\xaa\xff\xef\x0c\x17\x58\xf9\xfd\xfa\x5f\x1f\x04\x6d\xd1\x13\x93\xbb\x76\xaf\x73\x10\x94\x7c\x10\x2f\x4b\x89\x24\x46\x2d\x00\x3f\x2f\x79\x7a\x36\x45\x80\xe0\x4b\x9a\xb2\xc2\x1c\x00\x81\x35\x86\xae\xf2\x37\xc1\xc6\xf7\xae\x6d\xa3\x21\x0d\xc9\xca\x3d\xd1\x6b\xca\x31\x9c\x98\xe5\xf8\x29\xbe\xd6\x57\x98\x70\xd6\x86\xae\xc8\x22\x7c\x02\xa9\x37\x3d\x54\xff\x39\x8e\x07\x3f\xa6\xbf\xf9\x55\x6f\x52\x1a\x6e\x41\x5b\x6f\x36\x3a\xfd\x29\xee\x9a\xa6\xe6\xd2\xd1\x04\xcf\xa9\x3b\xda\x9b\x96\x12\x4f\x39\x7c\x7a\xa5\xc3\xb9\xd4\x1d\x3f\x39\x60\xa8\xcb\x89\x49\x8c\xf1\x7a\x76\x42\x6f\x0a\x33\x17\x5d\xdc\x11\xa4\x7f\x0b\x7b\x31\xfc\xd5\x9a\x3f\x92\x95\xa1\x1c\xae\x2a\xb0\xf1\xce\xbc\xc1\x10\x5e\xd2\xb7\x8e\xc2\x43\x5d\x7b\x64\x14\x8b\x7f\xee\x79\x9f\xc2\x43\x5d\x7a\x64\x14\x8a\x64\x3a\x3f\x2c\xfd\x6c\x54\x8b\x7c\x70\xdc\x0b\x7f\xf0\x51\xab\xfa\xff\xbe\xcd\x02\x2b\x3a\x1d\x25\x07\x81\xe2\x83\xa0\xe7\x28\xc0\xb6\xb3\x7f\x9d\x83\xa0\xf8\xa3\xf8\xd9\x88\x6e\x3d\xc4\x0f\x10\x5a\x24\x43\x77\x2c\x16\x20\xc2\x50\x9d\x47\xe8\x06\x40\x84\x85\xde\x0f\x05\x76\x08\x0a\x6e\xb3\x52\xd4\xff\x49\x3a\xe8\x39\xe5\x19\xe4\xf2\x8b\xc8\xe7\x7a\x28\xc6\x2c\xd0\x8a\x70\xc2\x76\xac\x70\x63\xf4\xc5\x35\x3e\xea\xab\x01\xf5\xdb\x93\x99\x8d\x38\x63\xed\xe2\x85\x97\xd9\xfd\x73\xa6\xda\xa9\x68\xe9\xd4\xba\xaf\x79\x3a\xf7\xd1\x0f\x53\x78\x07\x59\xf5\xcd\xd0\x1d\xa9\x5b\xfa\x3e\x18\x24\x2d\xb5\x25\x14\x3c\xe1\x35\x98\xc6\xe4\xc5\xca\x3e\x90\x34\xb2\xc1\x6e\x3b\x49\xdd\x5c\x6f\x44\xc2\x9e\x8e\x64\x5c\xf3\x47\xda\x63\x32\x86\x4b\x0e\x76\xba\xb6\xc7\x18\x8d\x77\xf4\xe5\xa3\xf0\x50\x65\x7a\xa6\x03\xf8\x49\xcf\xd8\x92\x3b\x26\x13\x88\xad\x6b\x4d\x91\x95\xe9\x1d\xa4\xc8\xf9\xdd\xfa\x7e\x58\xd3\xff\x7d\xf8\xda\x37\x31\x00\x88\xd8\xf0\x2b\x6d\x25\x02\x28\xc7\xf1\xb4\x6e\x3f\x02\x60\x9a\xca\xfd\x76\x47\xdc\x3a\x07\xe1\x4d\xc3\x7f\x7c\x6f\x36\x40\x48\x9d\x50\xd5\xc1\x2c\x80\x18\x75\x89\x0b\xac\x8c\xeb\xf9\x49\x71\x38\x5d\x7a\xa5\x1d\x90\x1d\x3d\x68\xfa\x49\xcf\x86\xc4\x1b\xa4\xe1\x32\xe2\x92\x4d\xe8\xf2\x08\x8f\x1c\x0a\x4d\x41\x7c\x1c\x63\xf3\xe6\x12\x9c\x70\x58\x4b\xe5\xfa\xb6\xac\xeb\xd8\x4e\x43\xc6\xc1\xc8\xdc\x35\x1e\x68\x1c\xd1\x9b\x5d\x08\x38\xbb\xe3\xbd\xa4\x41\xdb\x62\x42\x36\x5b\x9f\x9a\xd1\x10\x5a\x37\x43\xa0\x03\x6b\x92\x8a\xee\x4b\x53\xbf\xf7\xcc\x94\x7f\xa9\x3d\xb1\x81\x92\x13\x46\xf1\x05\xba\x9e\x6b\xd6\x80\x25\x84\x8b\x51\x7c\x81\x2e\x25\x9a\x6b\xe0\xb7\x06\xa8\x97\x6e\xb1\x50\xc2\x6b\xf8\x55\x51\x38\xa0\xc2\x61\x73\x05\x44\xc2\x5d\x21\xb7\xc9\x7c\x18\x29\x76\xd9\xbe\xbe\x1f\xd6\xf4\xff\xc3\x5c\xbf\x37\x19\x02\x88\x35\x70\x6b\x6e\xe9\x00\xd0\x2a\xe0\x1c\xdc\x76\x6b\xdd\x07\x61\x8d\x83\xe8\xe4\xde\xbf\x7b\x18\x20\x46\x91\x57\x6e\x9f\x0b\x40\xf2\xbc\x70\x1e\xd3\x20\x40\x26\x9b\x0c\x81\x37\x01\x20\x6d\x54\x33\x5f\xfe\x22\xa4\xa6\x38\x1a\x31\xe9\x1b\x92\xe8\x4f\x6e\x75\x18\x75\x33\x21\xec\xf2\x63\x0b\xd9\x75\x52\x1b\xef\xe9\xfa\xf1\x8c\x6a\x86\x39\xb6\xc5\xfa\x77\xbd\x4a\xfe\x2b\x0c\x8d\x91\xc3\x07\x9b\x92\x90\x5f\xef\xf5\x61\xb6\xb8\xf8\xc3\x10\xbd\xf1\xf3\xb9\x7b\x45\xf0\xec\x81\x19\xf3\x02\x75\xfe\xe3\x35\x0e\xe6\x89\xc5\x69\x34\x63\x96\xe3\xed\x47\x56\x56\xe8\xc9\xb4\xe9\x1a\x46\x2b\x27\x8c\x50\x82\x4d\x65\x9d\x35\x1a\x73\x21\xde\xfc\xd2\x37\xeb\x9d\xd8\xd8\x28\x62\x69\xaa\xb5\x01\x6e\x7f\xb8\x5e\x71\x90\x55\x04\xae\x29\x08\x7b\xee\x83\xb5\x1b\x9e\xcf\x7f\x38\x17\x6d\x6d\x8c\xcf\xf7\x79\x91\x43\x67\x3d\x8c\x9f\xf4\x52\xcd\x3e\x60\xb5\x88\xb8\xb8\x09\xaf\xef\x07\x8a\xfe\xcf\x95\xcb\x65\xb8\x79\x7c\x5d\xff\xd7\x4f\x62\x7d\xbf\x45\x03\xc0\x21\xee\x58\xe5\xb6\x64\x00\x9f\x25\xe6\xc9\xad\x3f\x00\xa2\x72\xd9\x83\x77\x6d\x04\x48\xd6\xe3\x7c\xba\x37\x19\xe0\xf4\x2e\xc1\x41\xa6\xf7\x00\x79\xbb\x25\x3d\xb8\x05\x01\xf2\xf4\x55\x0e\x48\x27\x41\xc1\x99\x2a\xdd\x39\x3d\x14\x69\x5b\x5a\xab\x75\x89\xfb\x71\x24\x38\x3c\xce\x8f\xe5\xd4\x23\x9c\xa0\xd7\x78\x66\x6f\xee\xfd\x25\xb4\xfd\xce\x7a\xab\xb2\x1b\x8b\x57\x8c\x7d\xc6\xee\x5d\x35\x1e\x8e\x33\x9b\x98\xf1\xac\xac\xee\xb9\x67\x25\x3c\x1b\x5e\xd6\x7f\xbf\xc0\x26\x62\xee\xd6\x85\xa5\x86\x7a\xdb\x94\x05\xb9\x73\xd2\x75\x47\xec\x1e\x2d\xd2\xe5\x6e\xbb\x7a\xc6\x9e\x1a\xed\x97\xf9\xfb\x92\x83\xfd\xf8\x12\x2a\x75\xb8\x24\xc1\x41\x01\xc3\x94\x58\x52\xf8\xc1\xe1\x2d\xe6\x41\x3c\x77\xee\x77\x47\x75\x6c\x68\xf4\xfc\xd9\x76\x07\x13\xdc\x96\x08\x95\xec\x6a\x07\x63\x5c\x6d\xf0\xd7\x4c\x26\x07\x5a\xfc\xf1\x80\xb8\xd4\x3c\xfb\x97\xf8\x06\x1f\xa9\x94\x04\x7b\x19\x64\x83\x67\x07\x00\xf5\x16\xfe\xcf\xcb\xeb\xa7\xe8\xff\x7c\xdd\x6c\xcf\x37\x7d\x02\x50\x09\x60\x1e\xdd\x2c\x05\x60\x9e\xc4\x5c\x42\xf3\x60\x3d\x07\x21\xec\x1a\x53\xf8\x96\x2e\x80\xc4\xaa\x0d\x8b\x2b\xfa\xe7\x73\x56\xe5\x9d\xa7\x01\xce\xb3\x72\x33\x1e\xd8\x00\x50\x6e\x26\xa4\x7c\x2c\x0e\xe0\x52\xb6\xdc\x61\x71\x4e\xb8\x5f\x6e\xa2\x41\x44\x71\x92\x98\x8b\x68\x4c\x55\xdd\xa8\x91\xa3\x29\x15\xee\x8f\x93\xfa\x96\x8a\x83\x02\x92\x2c\x4a\xf0\x13\x28\x0f\xeb\x1a\x8e\xab\x15\x23\xfb\xed\x69\xdf\x4f\xdc\xac\xec\xec\x70\x68\x99\x1a\xaf\xb5\x6b\x60\x77\x61\x9b\x09\xac\x6a\xac\xc9\x72\xbd\xf3\x7b\xa1\xe2\x44\x65\xa2\xeb\xf7\xb9\xc9\x62\xaf\x12\x63\xf7\xd1\xf9\xd9\xc2\xba\xf3\xa1\xee\xf6\x8b\x9b\xf3\x44\x28\x79\x48\x39\x0f\xdd\x73\x96\x34\xd3\xaa\xb3\x3a\xdd\xae\x62\x2c\x13\x26\xd3\xc2\xdd\xcf\x60\xfa\xe3\x65\x93\x87\xdc\x88\xd8\xd3\xd1\xdd\xa7\xcc\xdd\xdd\x70\xa2\xe1\x67\xe2\x87\x5d\xbf\xe0\xfa\x82\xed\x63\x43\x5c\x5b\xf0\x12\x01\xfa\x51\xea\x6e\xa5\xf8\x33\xbe\x2b\xb7\x8c\xd8\x88\x2b\xef\x4d\x14\xfd\x3f\xf5\xd8\x8a\xff\x81\xca\x56\xda\x95\xbf\xbb\x6d\xda\x36\x7f\xfc\x53\xf7\x8c\x7b\x4a\xf5\x97\xfe\x4b\xc9\xc5\xa8\x3a\xc1\x62\xb0\x2b\x09\xa0\x0e\xe1\x41\x8e\xdc\x05\xb8\xbd\x24\x3e\x27\x98\x08\x5f\xef\x7c\x57\x7a\xaa\xd1\x47\xda\x7b\x7d\x5e\x5f\xd2\x4d\x7c\x69\x43\x09\x9b\x7d\x79\x8a\xfa\x07\x4c\xaa\x6b\xf8\xd1\xf2\xa7\x4f\x59\xa3\x32\x2f\x7c\xab\xcd\x6a\x29\x0a\xda\xd2\x23\xdf\x18\x75\xcd\xc7\x3f\x69\x92\xa1\xb1\xb2\x64\x26\x60\xe0\x97\x4b\x6d\x49\x01\x67\xa0\xd3\x8c\xef\xd5\xb1\x33\x3d\x81\xa7\x66\x05\x2b\x4c\x33\x43\x03\xf9\xe6\x99\x8a\x63\x53\x3a\x03\x4d\x16\xfc\x0a\xf4\x12\xf7\x06\xcc\x2d\xd6\x9e\x19\xa3\xf8\x9f\xc4\x18\xf9\x37\x2d\x35\xa5\x3c\x3d\x29\xee\x57\x81\xf1\x4b\x78\x11\x71\xd1\xef\x23\xf6\x60\xec\x58\x44\x89\xcf\x10\xf6\x7d\x14\x53\x68\xb3\xcf\x0d\x9c\x6f\x98\x40\x70\xb4\x0f\x07\x0e\x13\xa4\x11\x68\xe5\xe3\x8a\x97\x09\x50\x07\xa0\x75\x64\xd9\xb3\x32\x17\xc8\xfa\xbf\xd4\x7e\xda\xfc\x15\xdd\x17\xbb\x79\x68\xb9\xba\x92\x39\x08\x8a\x0f\x02\xe5\xfe\x77\xb1\xd1\xea\x7d\xf8\x6b\x57\x56\x73\x51\xee\x5e\xdb\xa0\xb4\x5c\xef\x7b\xb0\xcd\xec\xcb\x01\xe8\xe4\x38\x31\xca\x99\x0d\xd0\x43\x27\x93\xa0\xc4\x82\x28\x77\xe8\x6a\xfc\x72\xe2\xf9\x7a\xa3\xfe\x95\x45\xf3\xa9\x87\xdd\xdf\x2b\x13\x7c\x91\x0b\x0f\x6b\x34\x72\xf3\x32\x5e\xde\xec\x28\x78\x95\x7e\xba\xe9\x65\xf3\x8f\x34\x9a\x24\xa3\xef\x2d\x6d\xc9\x09\x96\x89\xd4\x53\x2e\xb7\x9e\xc4\xbd\x39\x85\x9a\x6e\xb9\x6e\x1f\x63\x10\xbf\xf9\xf7\xe3\x4a\xba\xe8\x27\x31\x31\x73\x51\x65\x07\x23\xd5\x62\xcc\xe7\xa7\x8b\x52\xc2\xeb\xa2\xa9\x16\x9d\x73\x0d\xc2\x94\x22\x1b\xd0\xee\xd9\x79\xa1\x91\x61\x42\x4b\xb9\xa9\x97\x82\x1b\x42\x9f\x61\x9c\x12\x8f\x07\x55\x87\x44\x60\x77\xc4\x89\x06\x2a\x04\xe5\x62\xbf\x47\xf6\xf8\x17\x07\x5f\xc1\x29\x87\xbb\xf8\x4b\x07\x0c\xe2\x06\x82\x75\xfc\x8e\x04\x44\xe1\xc5\x03\x42\x00\x98\x38\x99\x09\x1b\xa8\xfe\x87\xfe\x4f\xfe\x1d\x9f\x92\x8b\x42\xd1\xbf\x8b\xc8\xb9\x07\xd7\xfc\x56\x6b\x13\xd9\x17\xe4\x49\x24\xd5\x8a\xaf\x6b\xff\x01\xda\x15\x1e\x75\x98\x85\x03\x7d\xa8\x15\xe0\x8b\xb6\xd8\x27\xc9\x63\x93\x03\xef\xbe\xab\x1c\xb4\x72\x78\x8d\x7a\xb6\xd5\xe8\x47\xc4\x4c\xe3\xed\xf6\x5c\x77\xd5\x3c\xba\x82\x37\x77\x12\x13\x02\xaf\x55\x27\x30\xdc\x30\xbc\xf5\xe3\x76\x41\xb0\x57\x35\xc3\xe4\xd1\xc6\x8b\x81\xfb\x2b\xf8\xa6\x99\x6a\x92\x02\xb8\x4b\x95\x7e\xcb\x5f\x11\xf7\x57\x2f\x7a\x3a\xb7\xbf\x7c\x97\x5f\x77\x9e\xef\xfc\xab\xa2\x8b\x7e\x27\x72\xb6\x2e\xca\xe6\xde\xf5\x13\xc8\xf4\x46\x1f\x38\xfd\xc9\x27\x28\xdd\x79\xc9\x26\x2d\xef\x5f\xdf\x0f\x4f\xfb\xc4\x41\x6c\x75\x34\xca\x73\x28\x7e\x07\x8e\x39\x42\xd7\x43\x2c\x4e\x04\xd7\x1b\x5c\xea\x21\x75\x72\x2f\x5e\x36\xc0\xc8\x63\x77\x94\x38\x3e\xdd\x97\x00\x70\x54\x86\xc9\x99\x9a\xb4\xae\xff\x1b\x1c\xa7\x3e\xb0\x5c\x3d\x8f\x51\xfd\x75\xff\x9d\xe2\x0b\x43\xf1\x01\xa0\x70\x10\x3d\xe4\xfb\xcf\xef\xc8\xcf\xcb\x37\x22\xf5\x0a\x3f\xb6\x98\xc4\xfa\x73\x37\xdd\xdc\xb1\x45\x75\xa1\x94\x13\x3b\x87\xa3\x7f\x26\x2b\x70\xeb\xff\x7a\xec\x31\xfa\x4c\xaf\xd0\x17\x5b\x15\xff\x5e\xc7\xe9\x58\x9a\x71\x4a\xf1\x4b\xc6\x93\xcc\x65\x3d\xc1\x12\x7d\xcf\x6b\x5a\xaa\x6e\xb9\xa4\xf6\xca\x8d\x53\xd5\xf0\x38\x73\x3d\x48\xfa\xad\x7b\xf9\x9e\x13\xe6\x6e\xdc\x9c\x5f\xc9\x0d\x17\xd3\x3a\xd4\x7c\x74\x11\x38\xef\xa9\x8e\x5c\x34\x3a\xeb\xe1\xdc\x50\xd1\x8d\xb6\xcb\x7a\xe6\xbc\xa7\x4c\x77\x29\x27\xe5\xb3\xd3\xe2\x05\x66\x8c\x5d\x42\x9a\x73\xcd\x39\x61\xcc\x54\x5c\x94\x13\xe4\xde\xc4\x9e\x8f\x36\x70\xaa\x3c\xc3\x8c\x63\x09\xff\xe1\x98\x91\xdd\x81\x7b\x1f\xf4\xcb\xb1\x28\xc3\x01\xaf\xe1\xdf\x6e\x7f\x35\xdd\x07\xbf\xe4\x65\x68\xbf\x94\xa2\x89\xc8\x79\xec\x04\xe0\x95\xd8\x59\xbc\xfc\xb9\x29\xfa\xbf\xed\xb7\xd5\x1a\xf6\xe6\xef\x39\x70\x91\xac\xf3\xdd\xed\xa0\xfa\x8b\x83\xa0\xf8\x41\xfc\x84\x3f\x7f\xff\x9f\xe5\x07\x38\x32\xb1\x2d\xf7\xb3\x14\x00\x7f\xcd\xf1\x8c\xbe\x7e\x52\x82\x0c\xa8\x38\x35\x6a\x2c\xfd\x40\x39\x3b\x6e\xbc\xe0\x34\xbb\xcf\x6e\x4f\xb4\x7c\xd4\xc4\xe4\x91\x70\xa9\xb3\xe0\xd1\xfc\xa3\xff\xea\xae\xf3\x4f\x2d\x73\x7f\xf8\x8c\x5a\x96\x8d\x9b\x7f\x18\x8e\x9e\x3b\x7f\x61\x87\x05\xe3\x2b\xc9\x05\x8f\x3c\x63\xcb\x83\x5d\x1d\x8b\x75\xa7\x65\x2c\x53\x1f\xa8\xa1\xdb\xd3\xa3\xad\x94\x1b\xae\x2e\xa1\x13\xf3\xad\xb7\xde\xa4\xc6\x44\xc5\xff\xb0\xd6\xac\x9e\xc3\x1e\x8f\xe1\xb3\xbe\x59\x49\x83\x7d\x17\xb9\x85\x92\x73\x62\x19\x57\xfe\x1e\x2f\xe0\x5f\x6f\x55\x7a\x21\x0c\x1f\xec\x3b\x60\x75\xa1\x90\x1a\x3f\xe4\xd5\x63\xa5\x90\xcf\x88\xa8\xb8\xbb\x5b\x32\xe5\xcb\x21\xd9\x2e\x43\x00\x42\x64\xee\xe7\x5f\x1f\x88\xff\x8b\x03\x79\x12\x4c\x5e\x7f\x0b\xd5\x1f\x1c\x00\x45\xff\xf9\x49\xbe\xd7\xfc\xc1\x04\xe0\xf0\xb7\x2d\xef\xfb\x36\x00\xf0\xa9\x1f\xdb\xda\x2a\x09\xb4\x32\xee\x32\xb7\xaa\xa2\x89\x71\xda\xf4\xc6\x89\xa7\x7d\x11\x0e\x9b\x54\x9f\x96\x60\x09\x6c\x50\x08\x47\x3c\xde\x39\x02\xb3\xad\x4c\x36\xed\xa6\x99\xdd\xd2\x86\x3e\xf7\xcc\x41\xfd\xdd\x68\x9b\x45\x9b\xac\x32\xfd\xdb\x93\x2c\xe8\xb0\x34\x46\x03\x9b\x0f\xcf\x97\x8a\x13\x66\x0c\x5d\xdf\x5c\xc7\x68\xc7\x75\xae\xf9\x5d\x1c\x79\x74\x0c\x5b\x16\xf1\xc0\xc8\xad\x0d\x70\x29\x41\x63\xc6\x82\x77\x51\xb8\xf7\x01\xbf\x8c\x93\x6f\x97\xe2\xa5\xfd\x8c\x8d\x7f\xd4\x14\xe1\x9b\xbd\x9e\x1a\xe3\xae\x09\x21\xdb\x3d\x2c\x8d\x32\xab\x98\x90\x4a\x67\x0e\xe3\x73\x17\x63\x91\x61\xc7\x53\xc6\x3f\x4b\xee\x13\xf6\xdb\x07\xaf\x3f\x07\x94\x3c\x10\xca\x3e\x28\x8c\x58\xad\x75\x5b\xa8\xfe\xe6\x40\xc8\xfb\x65\x7a\x70\x65\xfd\x64\x1d\xe3\x3f\xf7\xc0\x63\x00\x36\x65\x53\x51\xb5\x12\x01\x78\xec\x99\x0c\xae\xbf\x01\x77\x19\x0e\xb1\x2b\x45\xa7\x48\x16\x5a\xee\x9a\xe3\x89\x59\x84\x47\x56\x4d\xb6\xf5\xbe\xda\xc8\x0e\x7f\x6b\xbf\x7d\x0e\x7a\x78\xd1\xb3\x8b\x21\x15\xa6\x9e\x38\xcd\xe6\xac\xc8\x6c\x3d\x2b\xec\xc5\x91\x1b\xd1\x0f\xb4\x65\xb1\xa5\x98\x97\x51\x8c\x5a\x5e\x0b\xce\xd8\xe6\x90\x9b\xda\xfe\xdf\x9f\xe1\x76\x07\x4b\x68\x8f\x7c\xb8\x81\xbb\xe6\xdf\x8a\x2a\xea\x7f\x86\xdf\xe1\xeb\x8f\xfa\xf0\xec\x28\xfe\x8a\xa7\x85\x4e\x61\xd7\x49\xfc\x80\x87\xa8\x6e\x5b\xbb\x39\x7e\xce\xbd\x41\x57\xaf\x25\x04\xc9\x76\x7a\xaa\xf3\xea\xae\x15\x32\x6d\x9f\xa8\x5b\x7c\x6b\x8e\xc0\x68\xc7\xae\x9b\x5b\x77\x9e\xa0\x69\x93\xae\x7b\xb7\xba\x8e\x50\x60\x79\x77\xfd\x39\x08\x46\x56\xeb\xd9\x8d\xe4\x39\x48\xd6\xb9\xda\xc9\xe7\xc5\xdb\xde\xff\xf5\xfd\xff\xbb\xfe\x6e\xb2\x1e\xd8\x96\x08\x70\xf8\xda\x16\x42\xcd\x6b\x00\xae\x80\x83\xbd\x25\x42\xf0\x55\xa2\x8b\x67\x2a\x73\x02\x0e\x68\x70\xcb\x31\x47\xce\x10\x67\x2d\x76\xeb\x57\x7a\x78\x13\x3c\x7c\x85\x1d\x53\x6d\xe9\x09\x34\xe9\x3f\x5c\x9d\x4c\xf6\x22\x27\xaf\xb9\x79\x8a\xeb\xfa\x21\x82\x9d\x07\xbc\x24\xb4\xce\xe3\xef\x7f\x44\xfb\xd8\xaa\x6b\xe3\x07\xf1\x7c\x5e\xfb\x28\x79\x1f\x6a\x6c\xb3\x25\x08\x8b\xf3\x76\x75\xe1\x6f\xdf\x10\x36\xe7\x6c\x75\xae\x8f\x43\x48\xb6\x43\x80\x7a\xed\x40\x2b\xd2\x6b\xd7\xbe\xe6\x77\x61\xd2\x73\x96\xa0\x67\x75\x45\x43\xb1\x03\x45\x28\x31\xff\xa0\x5e\xfc\x00\x21\x10\x4d\xb6\x6b\x84\xb6\x8e\x10\xa9\x4c\x78\x35\xcc\x1a\x87\x89\x1a\x86\x3a\xeb\xf3\x30\xcd\xee\xef\x39\xd0\x4a\x3e\x17\x28\xfa\xef\xd4\x2a\x07\xa5\x41\x7e\xfe\xc9\xfa\xcc\x90\xea\xdf\xfa\x57\x93\xe4\xdf\xfa\x67\xe9\x2c\x00\xfb\xdc\xde\x89\x33\x33\x40\x90\x4c\xe3\xb2\x4b\x90\x04\x0f\xf5\xc7\x12\xbc\x01\x2f\x48\x5d\xa6\xfb\x55\x38\x9c\xd3\x89\x45\x9e\x9b\x4d\x68\x2c\x9d\x89\x01\xa7\xee\x99\x59\x1a\x3e\x23\xee\x2b\xf6\xb0\xfc\xaa\xbb\x9b\x90\x7f\xa7\xda\x8e\x5b\xf3\x01\xc1\xaa\x87\x60\x2f\xa0\xf6\x8a\xc0\xf8\x79\xdc\x41\x4b\x85\x8b\xa0\x89\x34\xd8\xe6\x2b\x5d\x24\x7c\x25\x58\x98\xdf\x56\x4c\x43\x6c\x09\x5d\xc6\xa7\x15\xc6\x66\x55\x89\x07\x0d\x42\x15\x8b\x27\x68\x88\x3b\x0c\x35\x14\xdf\x7c\xf2\x26\x8a\xe8\x63\xd6\xfc\x2e\xcc\xdf\x28\x12\x7d\x75\x27\x94\x0a\xfa\x1e\x13\xb3\x75\xee\x2a\x8e\x74\x17\x12\x3f\x6a\xd1\x2a\x1f\xee\x08\x22\x76\x68\x17\x03\xc4\x92\xf9\x8f\x0b\x64\x1e\x86\xa2\x7f\xff\x6f\x3f\x14\x8a\x0f\x3e\xc5\x07\xe0\x29\xd9\xff\xbf\x85\xac\x07\x51\x7c\x00\x28\xfa\x6f\xee\x31\x00\xf6\x43\xbb\x8b\x93\xf5\x00\xc4\x44\x58\x92\x23\x6a\xa1\x57\xe5\x9b\x80\xb2\x17\x33\x70\x1b\x9f\x92\x99\xb5\x6b\x20\x05\xbb\xf4\x6a\x6e\x36\xd3\x20\x19\x46\x79\x69\xd7\xe8\xdf\x25\xed\x3a\x83\xd6\x3b\x88\xca\x24\x3e\xa8\x14\x30\x8c\xd0\x78\x4f\xcc\x6d\x1c\x36\xea\x5e\xe3\x1e\xbc\x89\xd1\x9f\x3c\x0d\x47\x15\x82\x88\x57\xd0\x6d\xfa\xa7\xe4\x85\x49\x1b\x89\xd9\x28\x15\x4a\xce\x87\xac\x20\x5e\x82\x74\x50\x75\x48\xf6\xea\x4c\x04\x91\xa8\xce\x2b\xab\xf9\x63\x8a\xc4\xa4\x5a\x21\x13\xf9\x85\x8a\x64\xa3\x14\x23\x73\x75\x64\x23\xc9\x5d\x69\xab\xcc\x8b\x81\x71\x52\xb0\x62\x88\xac\xe0\xeb\x74\x52\x98\x62\xd8\x1f\x7e\x28\xe4\x39\xd0\x4d\xe6\x44\xff\xd6\x7f\xd7\x38\xa8\x3d\xff\x5b\xff\xa3\x70\x30\xc5\x64\xee\x21\x4b\x8a\xac\x7b\x21\x00\xb4\xe7\xa8\xa8\xa2\xaf\x01\x08\x86\x1c\x9c\x09\x38\x03\xa0\x38\xc1\x41\x74\xe1\x87\x24\x83\x17\xa2\x56\x56\x2f\x49\x88\xc3\x3b\x79\x12\x25\xf7\x42\x77\x80\xd4\x93\xfc\x41\xc5\xf9\x5f\xee\x41\x25\x84\x64\xdb\x18\xa4\xc9\xa7\xc8\x43\xb2\xec\x5e\xd0\x28\x94\xd7\x24\xa9\x0f\xf7\x6b\x52\xcb\x89\x93\x14\x17\xd2\x35\x59\x28\x7e\x17\xd2\x41\xa4\x05\x52\x8e\xc2\x0e\xc9\xef\xa0\x42\xfa\x2e\xed\x27\xb1\x15\x9f\x01\x27\xc4\xa6\x24\x0e\xcd\xb9\xc2\x41\xf1\x41\xf1\xa2\x9f\x2f\x81\x43\xec\x9e\xd8\xdc\x37\x3b\x90\x13\x65\x94\x60\xfc\xc8\x0c\x87\xc5\x75\xd7\xdf\x07\x28\x73\xf0\xe3\x0f\xaa\x3f\x38\x98\x59\x9f\xbf\xf5\xcf\x67\xe4\xfb\xdd\xf7\xe9\xfe\xd6\xff\x28\xfa\xe7\x5a\x1e\x08\x99\x8b\x39\x39\x07\xc0\x3c\xb6\xdd\x35\x68\x2f\x80\xc0\xf1\x7d\x8d\xee\x7d\x00\xf2\xd7\x59\xf9\xed\xe8\xe0\xb5\xae\x24\x5f\x24\x85\x7f\xd0\x43\x83\x9f\x9f\x93\xc4\x16\xd4\x43\x10\x89\xd3\x94\x41\x34\x2a\x81\x3d\x3b\x56\xf6\xb7\x9a\x0c\xd0\x9c\x0f\x95\xaf\x57\xb6\x20\x7d\xab\xde\xae\x68\xa3\xb8\x9b\xd4\xd3\x04\x4a\x37\x64\x09\xa4\x6f\x5d\x29\x0a\x06\x32\xfb\x48\xdf\xdf\xa5\xcb\x7f\x92\x5e\x22\x3d\x9e\x5c\x52\xda\x41\xf1\x79\xf8\xbf\x78\x07\x21\x0c\x69\x1b\x2c\x72\xef\x12\x6a\x40\x07\xc2\x47\xee\x2e\xc1\x82\x69\x76\xf8\xce\x25\x0c\xd0\x56\xf5\xf7\x39\xb0\xca\xc1\x50\xf4\xdf\x4f\x77\xfe\xd6\x3f\x1f\xf8\xad\xd6\x9b\xe4\x5c\x88\x35\x0e\x86\xfc\x5c\x24\x91\x75\x4e\x8a\x0f\x84\xab\x34\x59\x07\x3f\x03\xc0\xcb\xbb\xbb\xce\xd1\x07\x40\x8e\x81\xc9\xd7\xf2\x05\x80\xd6\x0c\x47\xb7\x21\x13\xf4\x99\xd3\xf0\xc5\xe8\x76\xc2\x65\x8f\x00\x61\x3a\xcd\xdf\x70\x29\x74\x42\xb8\x5d\xfd\x20\xc4\x25\x9d\x14\x1b\xa3\x70\x0f\x8a\xb3\xe0\x58\xec\x2c\x31\x21\x5f\x05\x7a\xd7\x9c\x25\x31\x32\x5f\xc1\xa8\xb1\x48\x52\x52\x6a\x0a\x50\x9d\x69\x92\x76\x52\x67\x80\xb3\xdf\x45\xfa\x8e\x44\x06\x98\x8c\x25\x4b\x0c\x88\x33\x40\xd1\x22\x93\xe8\x01\xf1\x9b\x70\x05\x0c\x45\x15\xfe\xe5\x1d\x4e\x2c\x2d\x3f\xe9\xec\xea\x7c\x77\x97\x2b\xd3\xc8\xbf\x1c\xcc\xbf\x1c\xd0\x2b\xf2\xba\x29\x1c\xd0\x6d\x72\x0e\x0a\x25\x0f\xe4\x5c\xc4\xdf\xfa\x2f\x45\xff\xf6\x21\xeb\xe4\x36\x73\x00\x54\x9b\xa9\xa8\x1c\x7e\x02\x70\x84\xef\xd8\x6c\xe9\x08\x20\x8e\x61\xc0\x19\x1f\x07\x50\xbb\xc7\x3c\xa6\x5b\x0d\x58\xe3\x60\xce\x1d\xda\x67\x60\xca\xc1\x88\x87\x4e\x5d\x00\x46\x03\xe8\xf9\x2c\x54\x0a\xa1\xef\xe4\x5d\x81\x5a\xc5\x70\x78\x9f\xc4\xc5\x7f\x46\x61\x18\xaa\xce\x62\x85\xe5\xff\xe5\x1e\xa4\x9a\x20\xab\x41\x51\xe4\x8e\x44\x21\x14\xb6\xdf\x14\x3e\xbb\xe6\xf3\x60\x01\xe5\x43\x27\x85\xf7\x8b\x89\xc3\xd5\xa9\x6e\x61\x8f\x35\xde\x61\x0b\x00\xb4\xf2\x87\x53\xfa\x21\x48\xbf\xd2\x8f\x04\x80\x1f\x2b\x9c\x24\x25\x0f\x66\x9c\x11\xfe\xbf\x1c\x50\x55\xd2\xdf\x73\x90\x92\x07\x42\xf1\x43\x09\x1a\xfa\x5b\xff\x37\x21\x00\x50\xc5\x53\x51\x59\xd3\x03\xb0\xe5\x6e\x0b\x37\xe6\x03\x10\x1c\xde\x6d\xac\xb7\x19\x40\xe9\xd3\xe1\x1e\xed\x6a\x00\x3d\x06\xd6\x27\xea\x08\x80\xf5\x2c\xbb\x91\xea\x6b\x00\xaf\x3d\x5c\xfb\x94\xaa\x00\x82\xd4\x38\x07\x15\x92\x01\xa2\xdc\xb8\xa2\xe5\x92\x01\x9d\xb2\x8b\x07\x25\x7b\x04\x26\x72\xde\xf1\x7e\x94\x7a\x01\x5f\x8a\x8d\xf8\xf4\x25\x17\xe1\x4d\x25\x37\x7f\xbd\xf8\x5b\x78\x7b\x53\x9e\x5f\x55\x2c\x1a\x9e\xb7\x7d\xe6\x7f\x27\x32\x02\xc3\x5d\xa3\x7c\xb7\x85\x3b\x60\xec\x4d\x1a\x9f\xb0\x70\x22\xfc\xf8\x62\xcb\x17\x2f\xec\x0a\xd8\xa9\x5a\xbe\x3d\xc2\xfc\x00\x98\x01\x9e\x08\xc1\x6f\xcb\x7d\xe0\x50\xa5\xcc\xc1\x1f\xfa\xab\xf5\xff\xe4\x80\xc8\x7d\xf8\x97\x83\xa1\xe4\x81\x84\x91\xf3\x71\xfe\xf5\x81\xb0\xbd\x0a\xc0\x78\x7b\x53\x9c\xd2\x28\xc0\x06\x6b\x2a\x2a\x54\x1d\x00\x8f\x3f\x2d\x4a\x73\x00\x40\x56\x9a\x81\x55\x39\x0e\x40\x2d\xe5\x20\x8f\xd2\x14\x80\x71\xfe\x91\x44\xa5\xb3\x00\x8e\x6f\x59\x1d\xe4\xe7\x00\x7c\xb6\x1d\x8b\x92\x9b\x02\x08\x8d\x62\xef\x90\x3b\x0c\x10\x27\xc8\xa9\x2e\xa5\x0c\x90\xa4\xce\xae\x22\xf9\x08\x20\x67\x96\x53\x51\xa2\x0e\xe0\x82\x25\xd7\x17\xb1\x3d\x00\x97\xae\x71\xd2\x8b\xee\x04\xa8\x99\xe0\x24\x51\xf4\x7d\xe1\x26\xc0\x3c\x74\xe4\xee\xa5\xf0\x0e\x82\x25\x00\xfd\x21\x5c\xa2\x82\x53\x00\x5f\x98\xb8\x55\x05\xdf\x02\xfc\x1a\xe4\xba\xf3\x6f\x1e\x0c\x85\x03\xa2\xe4\xa1\x50\xce\xc1\x7f\x39\x98\x14\x81\xd5\x4a\xf1\x43\xf1\x29\xf9\xfb\x39\x30\x25\xef\x17\x4d\x32\x1f\x24\x93\x0f\x40\xfd\x83\x8a\x4a\xbd\x00\x80\xf3\xf4\x36\x56\x65\x36\x00\x51\x3c\x1d\x97\x82\x22\x80\x22\xfb\x3e\x77\x59\x66\x00\x9d\x32\x06\xb4\xcc\x08\x80\xa5\xc8\x21\x7f\xd9\x70\x00\xe7\x0a\x26\x51\x19\x15\x00\x9f\x86\xa3\x58\xe9\x22\x80\x30\x1f\x56\x17\x49\x47\x80\x98\x6c\x56\x5e\xc9\x40\x80\xd4\x04\x76\x15\xd1\x69\x80\xac\x76\xd6\x20\xd1\xfd\x00\x45\x54\x6c\x9a\xc2\x45\x00\xe5\xfe\x6c\xbb\x84\x4d\x00\xaa\x92\xd8\xe5\x05\xcd\x01\x6e\xd9\xb2\xa9\x9e\xc0\x01\x34\x6b\xb2\x6f\xa2\xf0\x0e\x27\x88\x00\xcf\x37\x70\x9c\x13\x28\x04\x18\x90\x63\xaf\x1a\x9e\x23\xbf\x07\x7c\x24\xbf\x07\x90\x39\x20\x4a\x2e\x56\x29\xf9\x7d\xf1\x2c\x2d\xfc\xc5\xc1\x50\x78\xb0\x35\x3f\x14\xf2\x7a\xad\x4a\x57\xab\xde\xcd\xd5\xaa\x4c\x3e\x37\xc4\x45\x00\xa8\xea\xa9\xa8\xe4\xb5\x00\x98\x5f\x6f\x7a\x2a\xd3\x09\xc0\xf7\x76\xfb\x76\xc9\x9f\x00\x92\xa5\xbb\x48\x62\x93\x00\x2a\x9f\xe9\x7e\x8b\x6d\x02\xd0\xd3\xda\xd3\x2a\x56\x00\x60\x91\xb8\x2f\x41\xf4\x27\x80\x43\x06\x03\x46\xf8\x27\x80\x87\xcf\x7e\x25\xe1\x39\x00\xff\x85\x83\x74\x22\x16\x00\x51\x3e\x87\x89\x42\x78\x80\x04\x79\xc6\xe8\x13\x43\x00\xa9\xc3\x87\x63\x84\x3d\x00\xf2\xcf\xb1\xe8\x9e\xb8\x02\x50\xfc\xe5\xa8\x9f\xc0\x26\x80\x4b\xf5\x4c\xe1\xfc\x16\x00\xd7\x70\x4c\x6f\xf8\xf1\x00\x77\x44\x58\x98\x79\x9d\x01\x9a\x87\x99\xb4\x78\x17\x01\x3a\x74\x98\x57\xa6\xbd\xc6\x3d\xaa\xbf\x38\x90\x35\x7d\x6b\xe5\xf7\xfc\x23\x44\x69\x9f\x8d\x4a\xff\xe5\x20\x28\x3c\x88\xaa\x94\xea\xf8\xa1\x20\x00\xd4\x09\x9d\x1d\xac\x83\x00\xfa\x0f\x4c\xac\x79\xec\x01\x0c\xc6\xed\xab\x84\xb9\x00\x0c\x26\x7d\xcc\xa4\xd9\x00\xf4\x9f\x9f\x4c\x57\x91\x80\x7e\x5d\x9d\x2c\x03\x2d\x7b\x88\xd5\x2e\x2f\xe7\x31\xf0\x01\x45\x8d\xce\x5b\x31\x26\x97\x60\x9f\x6a\x74\xa7\x8f\x39\x1b\x09\xad\xbc\x7b\x50\xcf\xa2\x8d\x34\xab\xc8\xfc\x8b\xdb\xf2\x38\xb0\xca\x7f\x21\xc8\x98\x61\xe1\xa4\x5c\x09\xa1\xcb\xb0\x0e\x1e\xca\x66\x13\x05\x74\x83\x97\xc4\x65\xa3\x89\x2a\x3a\xbd\xbf\xee\xca\xcc\x11\xb3\xb5\xde\x8c\xcb\xcb\xea\x12\x4b\xb4\x02\x3f\x9e\x90\xed\x24\x56\x6b\xf1\x0f\xb2\xca\x86\x12\xc7\xd4\xaf\xbe\x3a\x25\x4f\x47\x6c\xd3\xda\xfa\x6c\x5e\x76\x80\x74\x54\x55\xf9\xc9\xa8\x9c\x10\x49\x58\x25\xe4\x51\x84\x5c\x2d\x49\x5d\xb9\xee\xbe\x8e\xfc\x7d\x92\xb4\x4a\xd1\xf2\x7a\xd5\x78\xff\xee\xc3\xdf\xfa\xff\xae\x64\x91\x15\x9f\x6f\x9e\xe7\x92\x06\x5b\xef\xac\xeb\xff\x8a\xfb\xe5\x63\xf7\x71\x01\x68\x1c\x57\xd5\x3c\x6c\x02\x80\x6a\xd0\x1e\x67\x8d\x06\x30\x68\x32\xca\xe2\xf1\x01\x30\x32\xb1\x6b\x11\xf1\x06\x30\x4e\xf0\x12\x94\x2d\x04\x30\x38\x7d\x52\x56\xd5\x1c\x7a\xf4\x18\x32\x0d\xb5\x55\xc1\x07\xe5\x53\xe6\x63\xf8\x14\xb8\x34\x0f\xdc\xbe\x62\x26\x09\x74\xaa\x8e\x5d\xf1\xe6\xde\xa4\x4a\x95\x83\x43\xf5\xb6\xa6\xa4\x6b\x8a\xb3\x33\x2f\x6c\x99\x80\x55\xfe\x13\x41\xd6\xec\x17\x18\xc8\x2b\x10\x12\x4c\x74\x09\x82\xb2\x0d\x44\x36\x5d\xc2\xbc\xa8\x6c\x1f\x51\x4c\x37\x6e\x72\x41\xce\x86\x28\xa4\xb7\xfd\xab\xa4\xdc\x43\xa2\xba\x6e\xfc\x88\x82\xdc\x10\x31\x18\xf5\xa1\xdf\x56\xde\x90\x78\x4e\xbb\xe5\xb9\x83\x82\x3c\x31\x1f\xc5\xd1\xf3\x54\xfe\x19\x71\x40\x53\xe2\x09\xab\xbc\x2a\x89\x46\xed\xc3\xc3\xe3\xf2\x3d\x24\x56\xd5\xb7\x6d\x78\x79\x43\x92\xb9\xf2\x41\xf8\x1f\x5c\xd0\xdf\xfa\x3f\x2b\xaf\xa4\xef\xa6\x6f\xff\xe5\x20\x94\x0a\x64\xbd\xe8\x8d\x01\xb4\xb2\x95\xb3\x0e\x4d\x00\xe8\x29\x6b\x0f\x1d\x3b\x0f\x60\x9c\x6a\x6c\xcd\x3f\x0f\x60\xf2\xc4\x96\x4f\xac\x10\xc0\x04\xe3\x89\x95\xaf\x06\x30\xcc\x8d\x8c\x50\xe5\x83\x6c\x03\xc3\xcc\x4b\xfa\x87\x41\x53\x67\xa1\x04\x67\xe2\x40\x42\xb4\x74\x6e\x8b\x5b\x0a\xae\xf5\xa1\x5c\x85\x6e\xb8\xc2\xf6\x32\xc9\x45\xa9\x72\xb6\xd9\xa1\x84\xf4\x48\x91\x0e\xa9\xb1\x39\x0c\x8e\x72\x40\x28\x31\x56\xc3\x7b\xc8\x59\x10\x7e\x1a\xd8\xce\x70\xc9\xe3\x09\x59\x26\x15\xe3\x33\xf2\xfd\x84\x51\xc3\xf6\xcf\x4d\xf2\xb7\x88\x0c\xfa\x3d\x83\x5c\x0a\xc1\x44\x5e\x7d\xb3\x97\x67\x15\x7e\x13\x4d\x75\x7f\xf7\x76\x2a\xdc\x26\xe6\xa1\x6c\xbb\xe2\x15\x63\x89\xc5\x28\xcb\x47\x31\x8a\xc9\xc4\xc7\x5a\xb7\xef\x77\x28\x74\x91\xb6\xa9\x2b\xb6\x30\x2a\x84\x91\x14\x55\x72\xe0\x3f\x5c\xd0\xbf\xf7\xff\x29\xfa\x3f\x5f\x82\xe8\x95\xad\x9f\xd7\xfb\xa0\x66\x2f\xfd\x84\xde\x12\x40\xbb\x5a\xf9\xf8\x21\x22\x80\x41\xb6\x06\x3d\x8b\xec\x7a\x1f\xcc\x1e\x59\x75\x89\xe7\x02\x98\xc5\x7a\x64\x28\x90\xe0\xb9\xc9\x87\xf0\x17\x9a\xef\xc0\xcd\x70\x24\x53\xc3\x88\x09\x8e\xea\x99\x94\x98\x99\x4b\x90\x46\xb5\x9a\x6f\xff\xb0\x7a\x45\x0a\xd2\x38\xf0\xe4\x91\x43\x1a\x49\x4d\x65\xe1\xe3\x35\x27\x7d\x92\xb4\xd2\xc7\xc5\x00\xa7\x1b\xa4\x87\x8a\x7b\x91\xeb\x36\xc7\x41\x4a\x3e\x9b\xe0\x60\x5a\x88\x89\x92\x57\x22\x94\x18\x17\x4c\xbe\x53\xdc\x47\xd0\x34\x4f\xf9\x2a\xa7\xb8\x99\x70\xce\x04\x3d\x72\x4e\x61\x8a\xf0\xd9\xc8\xaa\xdf\x53\xf1\x03\x61\xd6\x88\xef\x05\xa3\xd2\x5e\xe2\x11\x83\xf3\xdd\x93\x4a\x1e\x44\x5d\xbd\xf7\x1d\x7d\x4a\xee\xc4\x68\x5d\xaa\x76\x56\xa5\x4f\xc4\x73\x3a\x7b\x5a\x55\x94\xf9\x89\x6d\xda\x99\x77\x05\x95\x6f\x10\x5f\x69\x75\xc1\xff\xc9\x05\x51\xf4\x7f\xb6\x34\x91\x8e\xcd\x2e\x00\x22\x25\x22\x17\x69\x2f\x02\xc8\x94\x8a\x9f\xdd\x75\x09\x40\xbd\x4e\x7a\x84\xfe\x11\x80\x7e\xb8\x42\xde\xa1\x1b\x00\xc6\x99\x9a\x0a\xc7\xf2\xd6\x39\x29\x8b\x46\x8b\x7b\x12\x2d\x00\x16\x75\xae\x3d\x4a\x46\xf0\xd2\x94\x35\x6c\x40\xf3\x2c\x78\x18\x45\xa5\x1b\x19\x7e\x87\xbd\x7a\x03\xc5\xef\x2d\x76\x93\xb2\x50\x4e\x77\x14\xed\xdb\x48\x7e\xea\xa3\x3d\xc2\x0e\x2d\xa4\xbd\xaa\x6e\x9f\xd5\x5c\x9e\x12\x09\xca\xca\x58\x57\xd7\x02\x4a\x1f\x08\x5f\x14\xb4\x09\xf4\x16\xf1\xb3\xd7\x15\xa9\x08\xfb\x2c\xf7\x7d\x77\x51\x62\x26\xd0\x58\x89\x7f\x4c\x50\xd2\x24\xd8\x9a\x27\xbe\x3b\xa3\x54\x4c\xc8\x37\xed\x7a\x75\x59\x99\x8b\xd0\x60\xf2\xbd\xf7\xa3\xb2\x1a\x61\xd1\xa8\x94\xc2\x85\xb5\x97\x29\x13\x88\x46\xfa\x62\x6d\x18\xe5\x7a\x62\xb6\x4e\x6d\xb3\xa1\xea\x36\x62\xb0\x9e\x68\x7d\xa3\x8a\x10\xb1\x5f\xeb\xc9\xff\x3d\x17\xb6\xbe\x12\x4a\x5f\xae\x9c\x76\x22\x0f\x69\xfa\xd6\x7d\x10\x28\xb9\x18\x5a\x7c\x12\xcd\x7b\xfd\x01\x0c\x0d\xe5\x6d\x0e\x59\x01\x98\xe5\xaa\x2d\xb2\xde\x5b\xcf\xd3\xb2\xbc\x65\x51\x2c\xe9\x06\x60\x29\xee\x3c\xa2\x58\x0d\xa5\x16\x5b\x42\x3d\x74\x3a\xc1\xc8\xf8\x51\xea\x47\xe3\x30\xd2\x98\xfe\xc3\x92\xc7\xd6\xdb\x29\xbc\x1c\x89\x4b\xe3\xf6\xd3\xeb\x2e\xc6\x24\x66\xd5\x3d\xa3\x09\x2e\x4c\x6b\x9c\xdc\x79\xc5\x44\x24\xc0\x8e\x05\xcb\xa7\x98\x8b\x14\xd8\xf2\x4c\x59\x28\x1f\x41\x9c\xed\xeb\xc6\x98\x95\x96\x90\x61\x9b\xed\xc3\xcf\x95\x95\x08\x3c\x96\xd5\x6f\x48\xca\x08\xc1\xcc\x22\xad\xcf\x5e\xa5\x89\x10\x65\x5e\xf8\x04\xaf\x12\x4c\x18\x34\x61\x7e\x5c\xa8\x72\x9c\xc8\x6e\x78\xb8\xed\xb6\x6a\x0b\x91\xc5\xf0\x51\x4b\xa4\xea\x75\xa2\xb2\x81\x57\xe3\x05\xd5\x77\x44\x6f\xbd\x8e\x5b\x32\xaa\x54\xc4\x01\xad\xef\xff\x9d\x0b\x54\xf1\xa2\x2b\xfa\xcc\xbf\xfa\xbf\x98\xa3\x50\x19\xed\x21\x00\xa5\xcf\x62\x3b\xe9\x84\x01\x50\xf7\xc4\x7c\xf6\x5c\x02\x30\x91\x91\x26\x1e\xa8\x03\xb0\x7c\xa3\xb6\xf9\x98\x38\x80\x2d\x5a\xd7\x86\x9f\x06\xc0\x66\x9b\xb9\x8d\xa4\x2b\xcc\x5a\x8d\x3b\xb7\xaa\x9c\x80\x9b\xe6\x63\xc1\x37\x50\xbb\x41\xc3\x24\x3b\xe5\x8e\x89\x24\xa9\xd8\xb0\xab\xf8\x89\xbd\x25\x89\x55\x37\xf2\xf6\x57\xd7\x54\xe2\x7b\xcd\x3b\xbd\x6e\x1e\xe2\xc4\x4c\x35\xcd\x71\x5b\xaf\xf1\x35\x4e\x4e\x46\x29\x05\x3f\xee\xd4\xb2\x50\xaa\xcc\x8d\xc7\x3a\x35\xfe\x50\x56\x4e\x41\x6c\x1d\x98\x3f\xf9\xa8\x58\x22\x67\xed\x37\x0d\x0a\xa9\x3c\x42\x06\x6d\xb7\xbc\x54\x55\xfd\x86\xfc\xb6\x69\xee\x51\x53\xcb\x26\xf0\x59\xa1\x29\x5c\xd8\x03\x26\xb5\x1e\xc2\x3d\xd3\x99\x16\x17\x75\x45\xc2\x77\x93\x84\x86\x42\xf5\xd7\xc4\x1d\xc6\x82\xb7\xcf\xab\xf3\x12\xad\xf4\x07\x6a\x3b\xd4\x7e\x10\x8b\x75\x37\xff\xd9\x07\xca\x5c\xf8\xdf\xfa\xbf\xf8\x88\x10\x17\x2d\xf7\x3a\x07\x41\xe1\x41\x2c\xb6\x48\x5d\x3f\xd0\x0d\x60\x3b\xa6\xe8\xc2\xec\x07\x60\x3f\xa2\xa3\xcb\xf7\x12\xc0\xc1\xc4\x74\x41\x2a\x0c\x5e\xdb\x99\xd8\x93\xd4\x32\x21\xd6\xfa\x44\xc0\xa8\xde\x33\xd8\x6a\x86\x4f\xce\xb0\x48\x26\xc5\x19\xd9\x16\x7f\x76\x40\xaf\xf1\x72\xb1\x5a\x49\x7d\x42\x3e\x5a\x44\x4d\xb5\xf4\x89\xcb\xbe\xd7\x28\x7c\x18\xee\x83\xb2\x26\xbe\xdc\x95\x7d\xfa\x83\x4a\x0c\xbe\xc0\x4d\x62\xac\x4c\x15\x85\x1f\x74\xf9\x3a\xe4\xa9\x66\x81\xec\x77\x3e\xff\x7a\x4a\xad\x1b\x09\x76\xdc\xf4\xec\x96\xda\x2b\xe4\x93\x6d\x75\x17\x8b\xc6\x7e\x64\xd2\xf6\x71\xfb\xa0\x46\x38\x81\xc7\xba\xae\x2d\x5f\xa3\x84\xe0\x65\x19\xd3\x38\xac\x31\x49\xb8\x6b\xd6\x77\xe7\xb5\xc6\x4b\xc2\xb4\xc9\x8d\x5a\x46\x4d\x31\xe2\x09\x23\xde\xea\x61\x8d\x61\x62\x80\xbe\x09\xfc\xc9\x05\xad\xea\xde\x14\xfd\x5f\x9e\x67\x90\xea\x0f\xfd\x5f\x6e\xd7\x89\x69\xda\x9b\xeb\x1c\x04\xc5\x17\xc3\x7a\xa3\xf8\x9d\xfd\x06\xeb\x39\x52\x2e\x1f\xb5\x8a\xf8\x24\x00\x9c\xe7\x8d\x9b\x24\x5f\x43\x9f\x3d\xb3\xdd\x3b\xb5\x97\x60\x65\x7b\xcf\xcf\xdc\xd0\x80\xf4\xd6\x92\x27\xf1\xae\xf5\x03\x92\x90\x49\xd7\xf9\xcb\xae\x0a\xc4\x61\x3d\x95\x7a\x15\x0f\x84\x28\xa4\x2d\xfe\xdc\xc4\x3f\x9f\x30\xa9\xce\x3c\xf9\x2d\x30\x88\xc8\xa0\x2a\x84\x13\xf3\xb7\x9f\xb7\x50\x55\xc5\x7d\xf2\xf6\xfe\xa1\xae\x3a\x86\x97\xf6\x0c\xfa\xd8\xad\x1e\x81\x57\xf0\x3a\xb0\xe6\x13\x55\xad\x79\x18\x3f\xee\x26\xd8\xc5\xae\x75\x10\x91\x73\x1e\x6f\x2f\xd5\x6a\x40\x62\x9c\x0e\x51\x7c\xb2\x1a\x67\xb4\xf7\x12\x8e\xdb\x5c\xbb\x59\xaf\x5d\x41\x08\xb1\xc4\xdd\x88\xd3\x1a\x24\x7c\x34\x7d\x7d\x75\x4a\x5b\x87\x48\x67\x3c\x57\x29\xa5\x1d\x4f\x54\x34\x84\xff\xce\x05\x8a\xde\xc9\xea\xcd\xf7\x70\x13\x03\x80\xe0\x37\xde\xd4\x2d\xc4\x75\x1f\x04\xdd\x1b\x02\xd8\x5d\x7c\x00\x56\x8c\x82\xc6\x7b\xa2\x00\x1c\x5e\x88\xf2\x31\x0c\xae\xe7\x27\x79\x46\xa8\x0b\x2f\xbf\x3f\x78\x3e\x36\xdc\x2c\xf9\x1a\x3e\xb8\xfc\xb4\x0e\x52\x53\x05\x49\x87\xab\x5e\xbd\xc6\x31\xa4\x54\xeb\xb9\x53\x1f\x1d\x50\xc4\x4f\x66\x79\x45\xe0\x19\x40\xf4\xd0\xc7\xd7\xeb\xfb\xa9\x13\x9a\x51\x9b\x5f\x0e\x85\x78\x12\x0e\xa9\x0f\xcf\xf1\x46\x4c\xe2\xcd\xd5\x78\xb0\xb7\x82\x0f\xfd\x78\xa2\xc1\x8b\x1d\x0d\xe6\x1a\xdd\xa6\x31\x83\xd3\x0e\xdc\xb0\xe6\x13\xc5\xa9\x15\x82\xd7\xf6\xa6\xe9\x16\x42\x29\xe0\x25\x7c\x38\x1f\x79\xa0\x7c\xf1\xcd\x1e\xf9\x14\x1e\xaa\x31\x0a\xe5\x83\xf4\x3a\x1c\xbc\xe9\xa8\x73\x15\x99\xb3\x67\xba\xde\xaf\xeb\x48\x38\x6a\xdb\x58\xd5\xaf\xf3\x81\x70\xc6\x32\xea\xb2\xab\x4e\x0b\x61\xd0\xac\xb1\x7c\x40\x97\x91\x48\x6d\x7a\x18\xfe\xc3\xc3\xfc\x7b\xff\x5f\xec\x03\xa7\xe6\x96\x0d\xeb\x3e\x08\x86\x23\x3c\x16\x3b\xa4\x01\x6c\x4b\xf9\xdb\x77\xbb\x03\xb8\xa3\x85\xbf\xec\xcf\x06\xf0\xd1\x97\x22\x1e\x55\x06\x08\xac\x54\x76\xe7\x3e\x03\xe0\x77\x49\xf7\xa5\x84\x2c\xbc\xf0\xf2\xb2\x9c\xd3\x30\x23\x4d\xb9\xd4\xb9\x4f\x5b\x38\xad\xe5\xec\x85\x59\x9a\x16\x04\xf8\x59\x11\x2e\x1a\x9d\xad\x8f\x0a\x2b\x42\x70\x3a\xcc\xfd\xfa\xd1\xfa\x88\x94\x46\xc5\x52\x6a\xfc\x9e\x79\x6f\x0d\x0d\xcc\x9b\x48\xf1\x2f\x95\x5a\xec\x58\xf7\xb0\x0f\xef\x3a\x50\xdb\xb1\xb9\x61\x57\x9f\x57\xe8\xe4\x61\x3f\x85\x7a\x3c\x49\xd7\xe5\xc0\x05\x07\x4e\xb5\x0f\xe9\x46\xe3\xf7\xfa\x0e\xb5\x58\xe9\x75\xe3\x35\x7c\x1e\x35\x18\xea\x99\xe2\x71\xee\xd1\xb5\x4f\xf4\x2b\x11\x61\xb7\x6d\xff\x17\x07\x54\x26\xa5\x7f\x95\x90\x6b\x89\xbe\xc0\x62\xc0\x42\xe8\x31\x9f\xfb\xef\x7e\xa0\xe8\xff\x9c\xbf\x39\xab\x36\x97\x01\x48\x1b\x1c\xef\xa1\xf9\xb9\xee\x83\x40\xe1\x20\x5c\x46\x78\x55\xe8\xf0\x00\x7e\x9a\x27\xdc\x18\xf6\x02\x04\x21\xa2\x17\x0e\xcf\x01\x44\xc8\xc9\xef\xe5\x20\x02\x44\xe8\x69\x25\x8a\x9f\x81\x6f\x21\xc5\x26\x25\xea\xb2\xa4\x7e\x8f\x39\x97\x27\x56\x34\xc4\x21\x67\x89\x28\x75\x4f\x45\xe2\x56\x9b\xc3\x79\x2f\x82\x79\x90\x29\x93\xcc\xfa\x47\x31\x0a\x78\xd0\xcd\x7f\xc7\x92\xe8\x8e\xaf\xd5\x4c\x43\x3f\x48\x32\x1e\x37\x44\x45\x2e\x05\x27\xe8\xbc\x9b\xd0\xbd\xb3\x34\x13\x7f\xeb\x39\x4e\xaf\x14\xd3\x78\xf2\x4d\x97\x8e\x3e\x1a\x2b\x1d\xa5\x7a\x8f\x64\xb8\x15\xfb\x31\xac\xa9\x09\x6b\x28\x81\x0b\x09\xde\x78\xbb\xd5\xf0\x3c\x7e\x9f\xdf\x60\xcd\x66\x63\x07\xbc\x8c\x1f\xe7\x55\x55\x63\x79\x7c\xb3\x57\xe2\x65\x66\xa3\x34\xc4\xd9\x95\xa1\x7c\xd8\x28\x13\x69\x74\x72\xbc\x90\x63\xa2\x81\x3c\x72\x52\x3a\x7f\xc5\xe8\x18\xc1\xde\x06\x75\xee\x8e\xd1\x09\xc2\x4d\x4b\x85\x3f\xfb\xc0\xb3\x72\xaf\xfb\xe8\x0d\x8e\x88\x0d\xcf\x96\xdf\x9b\xd8\xd2\x37\x3d\x06\x50\xbc\xce\xec\xbc\xa9\x07\xc0\x80\x8a\x59\x68\xf3\xe7\x75\x0e\xc2\x6b\x98\x3d\x7e\x07\x0d\x40\xc8\x28\xf7\xf8\x9e\x46\x80\x93\xcc\x42\xd4\x87\xee\x02\xc4\x57\x4a\x7e\x60\xab\x01\x88\x1f\x51\x3b\x2a\x7a\x12\xe6\xe3\x1c\xf4\x67\xd4\x9e\x92\x06\x43\x76\xd9\x87\x58\xdd\x5d\xcb\x55\xe3\xb5\x1f\xcf\xe5\x88\x7e\x81\x9f\x34\xf7\xb8\x33\x96\xdc\x8a\x7b\xab\x57\x35\x7c\x2f\xb3\x73\x7a\x8f\x4e\xdc\x22\x73\xb6\xd9\xe0\x33\xfd\x51\xb4\x42\x7a\xe1\xd3\x7e\x23\x2c\xfa\x76\x9a\xeb\x63\x5a\xe3\xd6\xa5\xaa\xc4\xcf\xad\x1c\x26\xb3\x18\xf3\xf8\xb8\xb5\x7c\xb0\x33\x66\x72\xd8\x7b\x11\xb5\x57\x19\xcd\xb7\xe3\xac\x42\xbe\x56\xa0\xcc\x23\x71\x23\x81\x99\x65\x61\xe6\x99\x78\x33\x3f\x96\x0b\x7e\xe6\x91\xf8\x61\x2f\xc1\xa2\xad\xe6\xbb\x10\x45\xb7\xe9\xfc\x0c\xb3\x3a\xa4\xc5\xe9\x63\x0e\xda\x82\x0e\x79\xe7\x44\x73\xba\xc9\x8c\x48\x10\xb7\xf3\x5d\x7f\x0e\x36\x88\x1d\x5f\xf1\x5b\x64\xe3\x39\x36\xb0\xb1\x17\x40\x2c\xe9\xa8\xd3\xc6\x82\x75\xfd\xdf\x3a\x93\x11\xd9\x54\x02\xe0\x7e\x61\x93\xc3\x8a\xde\x51\xce\x7c\x7a\x9b\x0a\x40\xdc\x5d\xd6\xf8\x1d\x87\x01\x52\xe2\xf9\x77\x1f\xc0\x01\x64\x5d\x10\xa1\x67\xe1\x03\xc8\xca\x51\x10\x11\xfc\xb2\xe6\x13\xf3\x34\x9e\xdd\xaa\xd4\x46\x98\xd0\xe6\xef\xe6\x9b\x15\x6a\x85\x08\xb8\x32\x64\x8b\x24\x79\x63\x3e\x59\xb5\xdf\x71\xca\x51\x9f\xe1\x34\x36\x1d\xde\x5f\xb8\x71\x64\x9b\x31\xfb\xdc\x70\x91\x5b\xf7\x31\xf3\x83\x0b\x96\x79\x25\x6d\xa3\x96\x7c\x8b\xe1\x39\x56\xf5\xb1\x56\xed\x68\xfd\xcc\xc1\x9a\x40\xeb\xee\x25\xd7\x94\xfb\x57\x89\xd6\xb5\x18\xe6\x84\x99\x4b\x36\x36\xb6\xd8\x0d\xb1\xfb\x4a\xcf\xda\xa8\x61\x6f\x47\x4e\xaf\xe5\x41\xe9\xda\x94\xe0\xf0\x81\x2e\x67\x19\x6c\xca\xf0\xde\x7e\xdc\xa7\xf9\x6c\x9a\xf0\x9d\xde\x31\x99\xfe\x36\xec\x88\x8a\xbb\x67\x5a\x98\x8d\x21\x72\xda\xe5\x57\xca\x39\xeb\xbd\x84\x5d\x0e\xa8\x95\xe7\xa0\x6e\x79\x5d\xb4\x0e\x47\x57\x7c\x06\x39\x75\x8e\xd2\x6f\xa8\x5a\xd7\xff\xf5\xed\xb6\x9d\xa7\xfa\xc3\x07\x81\xa2\xfb\x51\xee\x3f\x67\xb8\x6c\xf0\x5b\xae\xb9\x25\xac\x45\xcb\xf3\xf3\x3c\x0b\x3f\x1b\x63\x37\x40\xf1\x13\x49\x12\x3f\x35\x40\x61\xa8\xfa\x4e\x65\x4b\xd2\xbb\x33\xf3\xc6\x6d\xd6\x4d\x04\xe7\xb8\x03\xee\x4c\x91\x61\x3f\x33\xfd\x7f\x9d\xaa\xcb\xa6\xfd\x68\xe0\x6e\x56\x39\x5f\x98\xf2\x7a\xdc\x81\xa5\x4f\xa3\x3c\xb9\xab\xce\xc6\xe5\x77\x44\x45\x70\x83\xa4\x7d\xf7\x5c\x77\x31\xe7\xf5\xdd\x8e\x1d\x0b\x6c\x05\x32\x15\xef\x9d\x2e\x2d\xfa\x9d\xf9\x5d\x3a\xee\x1c\x82\xe6\xcc\xee\x2e\xa4\x71\x6e\x5f\xca\x4a\xc1\xe5\x7e\x74\x39\x82\x91\x4f\xd4\x3a\x93\xe9\x1c\x82\x21\xc4\x92\x32\xad\x5d\x54\xb0\x25\xd1\x8a\xe9\x74\x4e\xe3\xb8\x53\xa1\xda\xa9\x67\x1d\xaf\xe3\xd9\x02\x6a\x13\x6f\x38\xfe\xc0\x97\xfa\x32\xc4\xa7\x3b\xd5\xe2\x5f\x79\xa7\xc4\xef\x70\xf8\x86\x58\xbb\xcd\xc5\x78\x3a\x1a\x23\x39\xae\xfc\xcb\x7d\xe0\x58\xf1\x53\x63\xcc\x66\xba\x49\xed\x06\x20\x48\x4b\xf7\x7a\xf9\xbf\x15\x77\x6f\x5e\x79\xcf\xb6\x10\x59\x5d\x2f\x45\xef\x89\xca\x5b\xad\x99\xe4\x9c\x03\xca\xfd\xd7\x0a\xd2\xc6\xe4\xe5\x5a\x9d\xc2\xbe\x99\x9e\x15\xe0\x46\xa1\xd0\x6f\x8e\x3c\x80\x9a\x6e\x79\x07\xd9\x71\xd2\x50\x65\xae\x2e\xb3\xb5\xe6\xe4\xa3\xfc\xcb\x76\xf3\x11\x54\xfd\x05\x89\x0c\xa1\xa2\x67\x72\x1f\x1f\x8a\x10\x3c\x77\xaf\xec\x40\x83\x7f\xc0\x9b\xfb\x70\x65\xb8\x9a\xd6\xab\x7f\xca\xaa\x46\xb2\xd8\xcc\x67\xfe\xf7\xf0\x65\xce\xfc\xab\xbe\xb4\x73\xe3\x25\x0c\xd9\x8a\x7e\xd3\xf3\xbf\x8b\x84\x33\x34\x7d\x5b\x17\x83\xcf\x3e\x4e\x7e\xe1\x8b\x42\xbf\xc9\x34\x4a\xfc\xe1\xd3\xb3\x94\x94\xfa\xe8\x94\x9a\xf7\x37\x4c\x4c\x82\x4b\xcc\x6b\x1f\x19\xec\xee\xb8\x8d\xd1\xa7\xbc\x59\xb0\xbf\x22\xf3\x22\xdd\xbc\x5e\xe0\xdc\xc3\x74\x22\x25\x3d\x22\xf0\x7c\x01\xb7\xc3\xb2\x3c\xf9\xf1\x76\xfe\xa2\xa1\x1a\xee\x5b\x91\x63\x1e\x10\x24\xe6\xe1\x8a\x08\x7a\x24\x2e\xf7\xe1\xb0\xe1\xf2\xe7\x67\xb6\xdd\x7b\x67\xb9\x8a\x73\x6d\x38\xb4\x5c\x75\x2c\x57\xd7\xe7\x74\x73\xb5\x86\x91\xef\xf7\x53\xf4\x5f\xca\xfa\x2f\x5f\x5b\xad\xb7\xf2\x57\xf9\x87\x96\xec\x23\xc5\xdb\x47\x00\x1e\xb2\x71\xa1\x19\x5f\x01\x3c\xea\x92\x98\x10\x1f\x9d\xd6\x6e\xfa\xaa\x3e\x6c\x56\x3c\xe8\x75\xbd\xd5\x82\x37\x38\xe2\x61\x60\x29\x87\xcf\xcb\xac\xcd\x55\x8d\xd9\x9d\xa9\x0a\x17\xb3\xf2\x67\x92\x97\x6e\x6e\xab\x3e\x9d\xaa\x15\xef\xf5\x61\xe7\x4d\x8e\x78\xf7\x58\xae\x19\x9f\x6b\xba\x27\xe7\x62\x76\xcc\xce\x5c\xa4\x8f\x3e\x1d\xcd\x35\xaf\x5b\xbc\x21\xe2\x6c\xf4\xc1\x85\x9f\xf9\x2e\x11\xbb\x22\x8e\x2d\xce\xe5\x3c\x09\x1b\x0b\x3d\xbf\x74\x28\x83\x91\xc2\x7d\x04\x33\x07\x03\x06\x1b\x57\x17\x38\x14\xcc\x8e\x2d\x8c\x7e\x16\x90\x1d\x98\x87\xd3\x0d\xa7\x0b\xb8\xe8\xf7\x1e\xd7\x1a\xb2\xc9\xbf\xd1\xb7\x0b\xcf\x13\xd0\xe5\xa7\xe8\x73\x01\xdf\xe6\x63\xe2\xed\xed\xfb\x18\xd1\x74\x6f\x02\xd8\xf6\x73\xff\xca\xfb\x34\xb7\xe5\x96\x0f\x54\x7f\xe8\xff\xd6\x8d\xe4\x7d\x40\xbe\xf7\xfe\x6f\x3e\x0e\x45\xf7\xa0\xe8\xe0\x0f\xf9\x57\xeb\xf3\xc2\xcd\x3b\x97\xeb\xc0\xcf\x63\xb9\xf4\x02\xf3\xf7\xfa\xef\x08\x5b\x0a\x32\x7f\xac\xeb\x8d\x54\x8a\xd1\x9b\xe8\x7e\xf8\x30\xc5\x10\xef\xbd\xa3\xee\xca\x5d\x56\x37\xf1\x24\x91\xbc\x98\xeb\x07\xe2\x5a\xcf\x67\xc7\x8f\x56\xbe\xb8\x7a\xbf\xe2\x6e\xc8\xb9\x4b\xc1\x83\x3a\x55\x2f\xfd\x0f\x97\x30\xcc\x6a\x5c\x7a\xee\xfb\xba\x88\x61\x9e\xb7\x98\xd6\x57\x3f\xf7\xd7\x42\x67\x7e\x9d\x0f\xcf\x99\xc3\xe8\xad\x39\xb4\xde\x49\x59\x99\x4b\xcc\xe9\xf7\x7c\x36\xa5\xfa\x2e\x2d\x24\xfb\xfd\x27\xef\x65\xec\x14\x2d\x76\x2e\x32\xe2\x5f\xee\xc3\x8d\x39\xba\x12\xff\xd5\x5b\xd8\xd5\x34\x12\x85\xd8\xb9\xef\x77\x25\x85\xef\x45\xc2\xdd\xa4\x00\x0e\xf1\xd0\xbb\x2d\x7f\x6e\x51\xb2\x8e\x45\xf1\x81\xa0\xec\x83\xf8\xd8\xd5\x4a\xd1\xbd\x28\x7e\x18\x94\x5c\x10\x8a\xfe\xf3\x9a\xac\x87\x7e\x19\xa1\xb2\xa1\xa2\x5a\x52\xfd\x41\x7f\x44\x68\x7b\xe2\x58\xcd\x58\x09\xff\x71\x4e\x93\x97\x53\x1f\x77\xcb\x5e\x50\xed\x68\xa9\x1f\xd8\xa4\xcb\xe1\xf0\xec\x62\x5c\x5f\xb6\xc3\x70\xe4\x7c\x12\x6d\x27\x43\x64\x51\xce\x78\xd0\xdc\xa3\xa8\xcb\x1b\x0a\x6b\xdd\x2c\xdb\x55\xfa\xf7\x97\xc8\x3a\xa4\xb6\x8a\xcd\x8b\x9f\x3f\xe5\xa8\x74\xab\x66\xe1\x7d\x9e\xa0\x43\x4d\x8d\x15\x5a\x2d\x6b\xd4\x21\xe3\x4a\xf8\x52\x48\x2a\x8b\xe3\xb9\x32\x34\x86\x35\xb1\xd1\x81\x54\x7c\x08\x4b\x1b\x1b\xe7\x50\x5e\x18\x85\xed\x88\xda\xef\xa8\x96\xbb\x80\x13\x09\x37\x76\xa8\xcb\xf1\xc4\x7d\x0f\x0a\xb3\x1f\xce\x4e\xc4\x7b\xf8\x5d\xb7\x67\xcd\xf0\xc2\x13\xbd\x76\x38\x50\xa7\x8c\x22\xdc\x1e\x0d\xf6\xaa\x49\x35\x48\xa1\x0b\xde\xee\x7b\xc2\x75\xe4\x8b\x93\x11\x00\x57\xf5\x86\x15\x3f\x13\xc5\xb6\xd5\x75\xd8\xd7\x53\xfd\xc5\x81\x50\x7c\x10\x2e\xee\xfe\x7b\xfd\x5d\xee\x54\x7f\xe9\xe0\x3f\xd8\x96\x2b\xda\x7d\x5e\x62\xe5\xf7\x6f\x73\xac\xeb\x41\x05\x2a\xaa\x77\x4b\x68\x69\xce\x8a\x23\x89\x1d\x27\x7e\xeb\x48\x3a\x49\x59\xd5\xee\x9c\x20\x69\xa9\x99\xbc\xca\xd7\xf9\x52\x6a\x73\xde\xf7\x79\xf8\xec\x48\x47\xc8\xfb\xc4\x7e\x0f\xd1\xe1\x85\xf2\xc2\xcc\x3d\xd6\x2d\x43\x35\x2f\xd9\x72\x6e\x98\xba\xbf\xed\x5b\x8c\x38\xad\x66\xfa\xe3\xe9\x43\xf4\x62\x6a\x83\x59\xef\x43\x64\xe9\x55\xe2\x45\x73\xfe\x96\x1e\xcc\xad\x38\x5a\x73\xc1\x3b\xa1\xd8\xfa\xc8\xe3\x16\xb2\x35\x93\xb8\x63\x61\x65\x16\xef\xaa\x6c\x70\x25\xc1\x39\x16\xfd\x15\x4e\xf8\xc3\x01\xdc\x96\x7c\x65\x6f\xf1\xee\x7e\x1b\x2c\x36\x5e\x40\x23\x7c\xee\x9f\xff\x1f\x61\xef\x19\xd5\xd4\xf6\x7d\x7f\x47\xb1\xa0\x34\x05\x54\x14\xe9\xbd\x07\x08\x25\x40\x12\x7a\xef\xbd\x37\x41\x44\x05\xa4\x08\x36\x54\x44\xc5\x8e\x22\x2a\xa0\x62\xb9\xf6\x06\x36\x2c\xa8\x08\x88\x05\x04\x1b\x28\x0a\x36\x2c\x08\x56\x44\x69\x49\xce\x7c\x06\x21\x07\x2f\x7e\xef\xef\xf9\xbf\x9a\x83\x3b\xee\x70\x64\xad\xec\xbd\x4f\x92\xf9\xd9\x73\x05\x4e\x2d\x98\xcc\x4e\x8e\x3d\x1c\xd0\xb7\xc3\x83\x7d\x7d\x96\x44\xa0\xca\x36\x0a\x67\x5a\xc4\x97\x00\xff\xdc\xbd\x9c\x98\x50\xce\x9f\x75\x30\xcc\x81\xf0\xeb\x26\xfd\xef\xbd\x4f\xf8\xfb\x3f\x7c\x64\xfd\xcd\xfc\x5c\x9c\x4e\x1e\x47\xd2\x73\xbe\x7f\xc7\xa0\xb6\xf3\x39\x90\xa7\xe9\x80\x60\x07\x85\x72\x77\x15\xa0\xd8\x2b\x71\xa6\xec\x12\x6e\xd2\xce\xe9\xc4\x1e\xcc\xe7\xbc\xb3\x5b\x6d\xff\x62\xc3\x92\x5e\xf1\xc0\xa6\x88\x96\xa4\x5b\xdd\xf1\xc9\xac\xb4\xd7\x91\x8b\x7f\xf6\xef\x16\x5b\x96\xeb\x73\xa5\xbb\xa0\xee\x7b\x56\xb9\x9b\xcc\xf7\xc8\x9e\x82\xac\x32\xb7\xae\xd7\xb1\xbd\x35\xcb\x04\xdd\x6d\x9a\x06\xfa\x76\x65\xac\xf2\xf0\xbc\x3f\xbb\x7f\x4a\xda\x3b\x8f\x17\xb7\x7a\xfa\x8b\x93\xff\xf1\x14\xb8\xb1\x78\xc0\x30\xa1\xcc\x73\xff\x65\x99\x81\x5d\xf3\x26\x79\x9e\x3b\xb7\x91\x3d\x25\xce\xdf\xf3\xf7\xa9\x77\xec\x95\x31\x13\x3c\xbb\x8e\xfb\xb3\x1b\xa2\x32\x3c\xcb\x0e\xe7\x72\x34\xc3\xcd\xbc\x54\x0e\x04\x71\xa2\x42\x9d\xbd\xa6\x16\xc7\x72\xf6\x04\x8b\x7a\x4d\xd8\xed\xcd\x79\x16\x70\x0b\xb0\xad\x1c\xaa\x67\xf6\xac\x21\xcd\xe2\xf7\xa5\x70\xf6\x90\x96\x48\x8e\x5c\xff\x64\xfd\x43\x1c\xc4\x00\x3f\xc7\xfa\x63\xf0\x90\x36\xf2\xef\x75\x57\x6d\x19\xba\xc7\x5a\xf6\x02\x50\x14\x9c\x7c\xe6\xc8\x33\xc0\x80\xa6\x92\x92\xbf\x04\xca\x36\xcd\xe6\x8d\x2b\x5e\x71\x1f\xf8\x07\x7b\xd9\xc4\x47\x73\xa8\x09\x73\x66\x5d\x0c\x4d\x60\x27\x6d\x73\x9b\x5b\xe0\x55\x38\xb0\xf7\xca\xf7\xa4\xad\xce\xc1\x03\xc2\x6d\xed\xc9\xf1\x0e\xc1\x03\x4e\xfd\xf9\x89\xf1\x0e\x77\xbf\x4c\x1a\x98\x3a\x6f\x9d\xa3\x41\xdb\xac\x81\xc5\xf1\x54\xc7\x07\xcd\x71\x03\x2d\xb3\x6f\x3a\x46\x3e\xac\x64\x67\x45\x9d\x75\x5a\x74\x77\x21\xfb\x64\xe4\x35\xa7\x65\x55\xce\x1c\xb1\xb0\x74\x67\xca\xf5\xf1\x1c\x56\x48\x9f\xb3\xf3\xa5\xd1\x9c\x4d\x41\x9e\x4e\xb5\xe7\xcf\x71\x5a\xfd\xb5\x9c\x9f\x95\xc8\x72\xde\xfb\xcf\x74\xbe\x79\x22\x84\xab\xe7\x33\xd5\xd9\xf2\xe8\x7e\x6e\xa2\x67\x00\x10\xc2\x7f\x9f\x17\xf1\xd7\xc1\xb6\xae\x21\x3d\xc1\xff\xbc\x40\xce\xc3\x78\xba\xe1\xbf\xea\xff\xd0\x39\xd2\xff\xb9\x65\xcc\xf7\xbf\xf8\x79\x08\x87\x36\x00\x93\x22\x29\x94\xc2\x01\x40\x5f\x42\xbe\x61\x5d\x18\xf2\xac\xa3\x0c\x13\x17\x9e\x27\x4e\xfa\x74\xdb\xb6\xc4\x18\x73\x13\xe2\xbf\xf9\xcb\x05\x36\x71\xa5\x72\x5a\x83\x6d\x3d\x9e\x71\x36\x1d\x37\x08\xef\x73\xec\xe7\x98\xd6\x8a\x45\xc6\xd9\x49\xb0\xfb\x3b\x6a\xa2\xc4\x6c\x0c\x38\xb6\xec\xd2\xb0\xab\xd6\xf3\xfa\xe6\x70\x24\x83\xbd\xac\x2f\x7e\xf6\xe2\xd8\x06\x4d\xb6\x49\x79\xd3\xc0\x09\x09\x3c\x6f\xb3\xfe\xf9\x0c\x4e\xb1\xff\x62\x1b\xd7\x47\x07\x39\xfd\x3e\xb2\x36\x07\xef\x8b\x73\xa5\xbd\xbe\xd9\x7c\xbf\xed\xce\xb5\xf3\x8c\xb3\x79\x7b\xf3\x08\x37\xdb\xed\x8d\xcd\xcf\xf2\x8b\xdc\xb3\x2e\xed\xb6\x9b\x2f\xdd\xe1\x5e\x73\xc9\xb7\xe9\x39\x5f\xc9\x85\xe3\xec\x3f\x9f\x8b\xc8\x1c\x08\xf2\x39\x40\xe6\x20\x34\x96\xfe\xbb\x7e\x72\x1e\xc8\xf0\x3c\x0c\xca\x90\xd6\x6c\x1d\xe9\x7f\x1d\xe2\xe7\xa4\x14\x51\x80\x99\x8f\x26\x1c\xdf\xd4\x06\xe8\xad\x97\x6e\xcf\x1c\x05\x30\x9e\xab\x5b\x26\xe6\x43\xc1\x8b\xb0\x38\x4b\xf2\x0f\x7e\xeb\x08\xd1\x2c\x33\xf7\x08\xb7\xfb\xdc\x1b\x7b\xca\xbd\x1e\x3b\x0a\x70\xb3\xca\x36\xf9\x6c\xb1\x9d\xcd\x75\xa9\xdf\xe4\xfb\xd8\xca\x89\xeb\xf7\x51\xde\x27\xc8\x72\x32\x37\x91\xf3\xcd\xeb\x03\x33\x9a\xfb\x9b\xbb\xdc\xa5\x9d\x71\xf2\x77\x3b\xf7\x9c\x53\x31\x73\x71\xe7\x55\xee\x36\x17\x67\xe6\xf3\x36\x2f\xee\x1e\x97\x49\x0c\x99\x96\x9d\x84\x8c\xed\x77\x06\xb7\xc9\x94\x98\x64\xf7\x94\x91\xfe\x50\x84\xb0\xb3\x31\x62\x54\xdd\x23\x88\x10\x6b\x47\x66\x6a\xcd\x35\x22\xc0\xfa\x10\xf3\xc0\xcd\x06\x62\x81\xd5\x22\x20\xab\x61\xe4\x39\x70\x99\x9f\x97\x34\x9c\x87\xc2\xf3\x3f\x39\x7c\xdf\x9a\xcc\x01\xf8\xbf\xee\xc1\x1f\xe1\xef\x8b\x9d\xb3\x86\x74\xcd\x4c\x60\x94\x2e\x85\x92\x35\x19\xd0\x3a\x31\x65\x5e\xea\x47\x80\x45\x55\xf5\x8d\xed\xc6\x09\x37\x5f\xea\x67\x92\x7f\xf0\x5e\x42\x3c\x58\x54\x6f\xdd\xe5\x12\x4c\x14\x6f\x0b\xb5\xab\x23\xb9\x07\xeb\x17\x84\x6d\xb9\xbd\x93\x13\xeb\x3d\xc1\x6c\x18\xef\xf8\x92\x91\x46\x78\xbd\xa3\x3b\xb8\x58\x34\x10\xd1\xdc\x89\xf6\x07\x86\x73\x1e\x76\x40\x81\xa8\xb4\x48\x32\x8d\xfc\x6d\x4f\x7c\xa0\x73\x4d\x5f\x7d\x66\x13\x77\xcc\x33\xe9\xd3\xdf\x1b\x10\xd5\xe6\xe7\xe9\xcf\x5a\xef\x11\x67\x2d\x6e\x99\xfe\x78\xf6\x83\x78\x4b\xff\x4a\x37\x7b\xac\x49\xb4\xd3\x8f\x99\x06\xd7\x97\x43\xdc\xf8\xfb\x1f\x1e\x8c\x7c\x0e\x90\xf3\x40\x86\x38\x18\x92\x83\xfa\x74\x7f\x64\xfd\x77\xf9\xf3\x81\x2e\x95\x8c\xf4\xff\x8a\xf8\x9c\x04\x39\x0f\x84\xcc\x81\x58\xb8\x12\x50\x5b\x2f\x76\x7f\x9e\x38\x60\x36\x55\xa6\x26\x32\x15\x2d\x2e\x1e\x5a\x1b\xfd\xc6\x60\x5d\x48\x94\xe1\x16\xf7\x7c\x04\xa6\x6c\x31\xfd\xea\xf8\x10\xcc\xb5\x2c\x73\x49\x3b\x61\x8c\x2a\x7a\xca\x9a\x60\x59\x86\x71\x27\x83\x98\xe2\xcc\x75\xc4\xa7\x72\x61\x56\x8a\x85\x11\xd1\x51\x7b\x89\xf9\x73\x38\xe7\x61\x2d\x26\x74\x7f\x67\x18\x0c\xcf\xb5\xc8\xc3\x09\xf8\x1b\xfe\x1c\xce\x77\xa8\xeb\xb5\x41\x95\x56\x8f\xc1\xbb\xef\xd3\x70\x42\xfb\xb7\x61\xd2\xa7\x73\xd8\xa6\x9b\x62\xd0\xf8\x26\x09\x7b\x75\x14\x0c\xda\x5e\x34\x60\x8f\xce\xb8\x3f\xe7\xc0\x9d\xef\xfc\xe7\x3f\x7f\x9e\x1a\x78\x3c\x54\x27\xdf\xd7\x23\x39\xa8\x61\xff\x8f\xcf\x01\x91\x1c\x0c\xe9\x7f\x0e\xcf\x03\xb1\x01\x28\x21\x14\x4a\xe2\x60\xdf\x4e\x53\x28\xf3\x37\x02\xca\xd7\x85\xa3\x62\x2f\x03\x74\x75\x69\xcb\xe0\x7c\xc0\xe1\x8d\x8a\x28\xc9\x3f\xb8\x34\xe2\xfc\xdc\x64\xea\x71\xfb\x7a\x14\x2f\xbb\x6e\xa8\x66\x13\x88\xd4\xdc\x1c\xe3\x4a\xd6\x25\x2c\xd8\x9b\x6e\xfc\x8f\xc5\x39\x2c\x3c\x5e\x61\xf4\xca\xec\x2e\x42\xae\x8a\x9b\x44\x99\x1e\x46\xe4\xbd\x14\xe3\xbb\xa6\x22\x70\x78\xe9\x68\xba\xd9\x44\x18\x71\x9f\x43\x8d\x9b\xff\x5f\xbc\x83\x8e\x69\xbf\x12\x20\xaf\xa3\x3b\xf9\x67\x30\xa0\x58\xa6\xc7\xe8\x18\x00\x54\x2e\x01\x95\xfc\xbc\x20\x72\x3e\x1c\x87\xf7\x3c\xf8\xc6\xcf\x41\x20\xfd\xcf\xff\xc9\x01\xe0\xcf\x85\x21\x39\x98\xad\x7c\x9f\x9b\x9c\x07\x42\xce\x41\x20\x7d\xdf\x59\xb7\x00\x85\xd9\x13\xc6\x87\x9c\x05\x0c\x8a\x24\x02\x7d\x6b\x00\x9b\x74\xd9\x8d\xae\x7d\x80\x8f\x90\xaa\xb6\xa3\x09\xd8\xd1\xc6\xea\xe1\x76\xe3\xf1\x30\x63\xb3\xae\x93\x25\x13\xad\xd9\x8f\x75\x64\x19\x0b\x71\x67\xbb\x91\x9e\x88\x05\x0b\x17\xf7\xb4\x50\x0f\x9a\x76\xa3\xe6\xd8\x18\xdd\x26\x93\x7b\x38\x76\x59\x53\x5f\xdb\x38\x1b\xfb\x6b\x2e\xeb\x97\x19\x55\xa2\xa0\x29\xda\x60\x0b\x6d\x32\x2a\xdf\x6d\xd6\x6b\xa6\xfd\x40\x6d\xef\x2f\xea\x5b\xc3\x30\x00\x8f\xb4\x5e\x0e\xf7\x61\xc1\xa0\xca\x99\xab\xbf\x19\xd4\x69\x34\xf5\x0b\x9c\x5e\x60\xda\x71\xa0\xd9\x99\xf2\x2f\x0e\xe6\x3b\xff\x9c\x1b\xe6\x80\xf8\x7c\xdc\xdf\x1c\xd0\x41\xfe\xf3\x21\x7f\xf9\x48\xff\x97\xf4\xbf\xc9\x1c\x88\x10\x7e\x6e\x4a\x88\x06\x30\x33\x71\xcc\x67\xaf\x13\x80\x96\xbb\xf0\x45\xcf\x14\xc0\x2a\x53\xda\xdf\x31\x1b\x70\xcb\x97\xbb\xe4\xa0\x0b\x44\x68\xa9\x74\x5a\x37\x01\x89\xc1\x6a\xc5\x96\x42\xe8\x5d\xd6\xae\x29\x6d\x31\x0a\x58\xfb\x4d\xbd\xc8\xec\x08\xba\xb7\xd5\x68\xa6\x9a\x6a\xe1\xf7\x1e\x5b\x4d\x35\xe3\x60\x7c\x3d\xf6\x48\xf3\x39\x6d\x0d\xbe\x5d\x58\xa0\x59\x6c\x68\x81\xaf\x95\xe3\x35\xef\xeb\x9f\x00\xa7\xfe\x97\x46\x89\xc1\x74\xfc\x78\xb5\x59\xab\xc0\x40\x18\xf8\x12\xae\xe5\x64\x10\x0c\x70\x72\x35\x15\xff\xee\x87\xda\xa9\x41\x9d\xe2\x46\x72\x30\xc3\x79\x40\xfc\xfd\xff\x37\x07\x54\xca\x7f\x5f\x0f\xf2\x79\x80\x1d\x0d\x23\xcf\x81\xbf\xe7\x81\x90\xeb\xc0\x87\xcf\x55\xd8\x2d\x05\x28\xdf\x28\x14\x0f\x11\x40\xf3\x9c\x50\xb7\xa3\x20\x60\xf2\x5e\x5c\xc7\x56\x18\x70\x70\x9b\xde\x62\x59\x0f\x04\x4e\x90\x51\x62\x14\x00\xb1\x8a\xb2\x37\x18\x1f\x81\x34\x6d\x65\x3b\x73\x65\x20\x33\x56\xd9\x99\xf4\xf9\x8d\x5b\x80\xad\xa7\x95\x7b\x8c\x6c\x80\x3d\x89\xaa\x02\x86\x3f\x80\xa3\x33\x54\xaf\x1a\x7c\x04\xce\xd6\xa9\xa5\xe8\x07\x03\xe5\xc1\xaa\xa5\xfa\xa2\xc0\x3d\x7d\xf5\x29\xd4\x38\xe0\x99\x94\xfa\x58\xea\x14\xe0\xdd\x05\xb5\x02\xbd\x58\xe0\x6b\x95\xca\x75\x3d\x23\x80\xdb\xa0\x64\xa8\x9d\xcc\xe3\x82\x42\xfb\x59\x43\xaf\x93\xe4\x80\x1e\x38\x0d\xe9\x30\x07\xc4\xe7\x02\x0f\xf3\x79\x80\xbf\x39\x98\x95\x1e\x23\xf7\x01\xc9\x81\x0c\xfb\xff\xfc\xf3\x82\x55\xca\xef\x07\x1b\x50\x7e\x33\xfe\x2e\x6b\x0b\xa0\x6f\x2b\x7c\xcd\xbc\x19\x60\x16\x4f\x26\xcc\x8c\x00\x8f\xa8\x29\xf1\xf4\x1d\x40\xe8\x3d\xa9\x13\x83\x7f\xcf\xfb\x2c\x73\xce\x24\x08\x58\x98\x27\x73\xd5\xd8\x14\x58\xd6\x22\x5b\x44\x7b\x05\xac\xb9\x21\xb7\x86\x56\x04\xe4\x3e\x56\x78\x61\xf8\x05\xd8\x2d\xa0\xf4\x40\x5f\x0f\xf8\xe7\xad\xe2\x14\xdd\x7a\xe0\xd4\x3d\xf9\x44\xdd\x4f\x40\x99\xb1\xa2\x24\xc9\x3b\xe8\x1c\x03\xee\x47\x2b\x6e\xd5\x8d\x05\x9e\x4f\x52\x9e\xaf\x93\x0b\xbc\x9b\xa9\xd8\xaa\x33\x0d\xe8\xf2\x93\xef\xf9\xc0\x9f\x0f\xf7\x64\x2c\xff\x73\x20\x7f\x0e\xd6\x79\x7e\x1f\x8e\xf0\xf3\xc1\xc8\x5c\x2c\xf2\x1c\x5c\x7d\x7c\xe4\xf3\x80\xe4\xa1\xa2\xf8\x9f\x2b\x7c\x2c\x87\xd4\x3e\x7c\x48\xe9\x7c\x5e\x88\x95\x00\xc8\xa5\x8c\xb9\x38\xcc\x3f\x38\x02\xf4\x14\xd1\x57\x46\xb3\x00\xfb\x85\x93\x8c\x0c\x68\x80\xcf\xf4\x49\x30\x9c\x06\x44\xa8\x48\xb2\x0c\x55\x81\xb9\xf1\x53\x3f\x1b\x5a\x02\xa9\x1e\xd3\xd5\xf4\xcd\x80\xa5\x82\xd3\x45\xf5\x4f\x03\x6b\x98\xd2\x2f\x75\x75\x81\x8d\x89\xd3\x53\xf4\xc4\x81\x1d\x6f\x67\xae\xd3\x11\x00\x8a\x97\x48\x1f\xd1\xaa\x05\x8e\x46\x49\x6f\x1e\xe6\x1d\x14\x80\xcb\xbf\x67\xfe\xd0\x7c\x0c\xd4\xc4\xc8\x14\x69\x49\x01\xf5\x87\x65\x57\x68\xb2\x80\x67\x5a\x32\xd1\x4f\x97\x0d\xbd\xbe\xbf\x39\xa0\xe3\xfc\xcf\x83\x45\x37\x31\x92\x83\xe1\xeb\x52\xfb\x21\x25\xf3\x50\x48\x0e\x24\x48\x7c\xe4\x3a\xb0\x5e\x3f\xa4\xc6\xb4\x21\x0e\x84\x1a\x0c\x08\xb7\x51\x28\x86\xc6\x80\xca\xce\x71\x92\x86\x5e\x00\xcd\x45\x68\xbd\xe1\x24\xc0\x7a\x9e\xe8\x74\xdd\x49\x80\x8b\x92\x88\x90\xae\x0f\x10\x20\x2d\xe6\xad\x2d\x0a\x84\x9f\x10\xd3\xd3\x09\x07\xe2\x66\x4f\x2e\xd1\xc9\x01\x16\x98\x4b\x2c\xd3\x5a\x01\x64\xac\x94\x90\xd1\x6c\x07\xb2\xa4\x25\x6d\xb4\xd5\x80\x8d\xe6\xd3\xec\xb5\x02\x80\x3c\xa9\x69\x7b\x34\x7b\x80\xa2\x59\x52\x1b\x35\x6f\x00\xff\x7c\x9e\x7e\x4d\x23\x04\x38\xf6\x58\xaa\x54\x7d\x11\x70\x3e\x4a\xaa\x4a\xcd\x1a\xb8\x7a\x68\x5a\x9d\x66\x3a\x70\xdb\x59\x86\x37\x25\x89\xe4\x40\xfe\xf6\xbd\x87\x7e\xcf\x1f\x7d\xc6\x88\xe7\xf7\xca\xad\x37\x39\x34\x46\x0f\xd0\x88\x33\x6d\x10\xd4\x07\x8c\xcd\x59\x12\x62\x06\x80\x85\x91\xf5\x56\x89\x64\xc0\xba\xc5\x69\xff\x0c\x59\xc0\x61\xb6\x8f\x87\xc2\x7e\xc0\x31\x2d\xf2\x90\xfa\x45\xc0\xe9\xe3\xbc\x71\x7a\x47\x01\xc7\x7d\x4b\xd9\x26\xe3\x01\xfb\x63\x1b\x67\x5a\xa8\x03\x76\x13\xf6\xd4\x5b\xd7\xa3\xc5\xc6\xa4\xa4\xd8\xf1\x21\x5a\x59\x47\xab\x4c\x1d\x4b\xd1\xca\xb0\x6a\xd2\x72\xe4\xe2\x85\x85\x60\xe7\x1c\x67\x25\xc0\x3c\x91\x9b\xe7\xa4\x01\xd0\xef\x13\x12\x36\x2c\xc0\xc4\x8e\xb8\x6a\xd6\xdc\xe3\x61\xb2\x85\xd8\x61\xb1\xe5\xab\x94\x49\x2b\x91\xc3\xf0\xfb\x38\xdd\xe4\x37\xb1\x85\x21\xf2\xda\xce\xa4\x82\x38\x6e\x7e\xbc\x99\x65\xba\x9a\x28\xb6\x48\x7f\x54\x6e\x9a\x40\x5c\x33\xeb\xa8\x5f\x6f\x3a\x8e\x78\x49\x9f\x78\xe7\x05\x5d\x86\x78\x68\x26\x5f\x23\x6f\x32\x11\xf2\xb4\x6f\x37\x5b\x4d\x4b\x40\x31\x71\xfe\xaf\x3e\x98\x4b\x50\xfe\x63\x2e\x88\x82\x87\xc9\x8a\x31\x6f\xfe\x35\x17\x63\x85\xf9\x57\xd1\xc3\x00\x73\xa5\x65\x8d\xa4\x3f\x60\xfb\xd9\xe9\xa4\xf4\x39\xc0\x59\xc8\xeb\xb7\xd2\x32\xc0\xe9\x75\x58\x87\x7a\x37\xe0\x22\x32\xd7\x91\x5a\x09\x38\x75\x2e\xd6\x36\x49\x02\x1c\x05\x37\x0a\x31\x73\x01\x3b\x91\xbd\x61\x36\xca\xc3\x7d\xa8\xb7\x9c\x58\x55\xe7\xf4\x13\x77\x18\x9b\x9a\x25\x9d\x2f\xa3\xc2\x22\xf7\xcb\x68\x57\x55\x74\x98\xbf\xe0\x26\x38\xdf\x24\xfb\xc0\xf9\x65\xfa\x98\xf0\xb2\x34\xe8\xae\x36\xdd\x49\x04\xb3\x2e\x7e\xb6\x30\xad\x26\x82\x58\x0f\xdf\x4d\x34\x3d\x44\xa4\x31\xb7\xb5\x04\x9b\x4d\x26\x9c\xac\xe4\x1b\x3f\xd1\x77\x12\xcb\x99\x4b\x1e\x86\xd1\x6f\x13\x9b\x18\x2f\x6b\xdf\xd3\xa5\x88\x2a\xb3\x57\xb7\x29\x74\x57\xe2\x89\xd9\x84\xca\xd9\xf4\x06\xe2\x39\xfd\xd9\xf5\x35\xf4\x9d\xc4\x6f\x53\x3a\xfe\x83\x0b\x1a\xe9\x6f\x91\xf7\xde\x15\xd7\x1a\x29\x8f\x55\x01\xf4\x3a\x8c\xdf\x4e\xdc\xfb\x87\x83\x60\xed\xb0\xa4\x49\x3e\x05\xec\x2f\xd9\xef\x95\xee\x04\x9c\xb7\x78\xcc\x55\xbc\x0f\xb8\xb4\x86\x38\x6b\x3c\x06\x5c\x1c\xe3\x3d\xa8\x6b\x00\xe7\xfd\x8b\x1d\x4c\x77\x02\x4e\x96\xeb\x4b\x58\x3d\x80\xfd\x8c\x3d\x45\xb6\x6d\xa8\xb5\xf9\x54\x62\xe9\x6c\x8d\x52\xcb\xfc\x5b\xf7\x5c\x19\x38\xce\xa4\x3e\x1f\xe7\xda\x85\x5d\x0c\xa3\xae\x30\x0f\x1a\x06\xcc\x37\x73\x73\x9c\xf6\x90\x7d\xe8\xbb\x40\xaf\x22\x44\x6d\x16\x7e\xbf\x41\x8f\x23\x74\xac\x45\xdb\xd9\xf4\x9b\x84\xa6\x75\xd8\x9b\x18\x33\x4f\x42\xd5\xba\xbe\x39\xdd\xac\x98\xb0\xb0\x1a\x78\xd4\x6e\x6e\x40\xd8\x5a\x3d\xbb\x5f\x69\x96\x40\xac\x66\x66\xdf\x89\x31\x7f\x44\xcc\xb5\x74\xac\x9a\x67\xbe\x82\xd8\xc5\xf8\x5a\xe1\x4a\x6f\x20\x3e\xd0\x4d\xaf\xae\x31\x5b\x49\x74\xd0\x79\xa7\xc1\xdf\x5c\x10\xdf\xf7\xe6\xf7\x61\x42\x8e\x1e\xef\x1e\x9b\x62\x83\xc1\xce\xb1\xe3\xfe\xe4\x41\xfc\xcd\x07\x91\x7d\x70\x11\x76\xcf\x55\x6c\x01\xdc\x0a\x82\xa4\x35\x77\x01\x6e\x5e\xf1\x71\x86\xd6\x80\xab\xd9\x22\x17\xb3\x2c\xc0\xf9\xf0\xfa\x1c\xeb\xf9\xf8\xe0\xb0\x69\x4f\x91\xc3\x37\x9c\xb6\xdd\x5b\x9a\xe4\xba\x07\x9b\xac\xf2\x6e\x3d\x71\x67\x63\x0d\xf3\xdd\x8b\x74\x8f\xad\x58\xc7\x48\xe8\xae\xf2\x74\x47\x87\x79\x0b\x37\xc1\xb9\x06\xd9\x66\xdb\xb9\xcf\xec\x85\x7f\x6f\xa6\x77\x10\x63\x6d\xbe\x7f\x11\x36\x9f\xcd\xbd\xe8\xd0\xf7\xce\xd3\x8c\xe0\x76\xdb\xb9\xb7\x6e\x31\xb7\x27\xc6\xd8\x5e\x7a\x66\x68\x5e\x4d\x08\xda\x56\x3d\x6c\x36\xf7\x26\xec\xac\x5e\xd7\xed\x30\xe3\x10\xa9\xac\xf5\x35\xf7\xcd\xcb\x88\xc5\xac\x35\x95\xb3\xcd\xcd\x89\xa3\x16\xb8\x56\x6d\x76\x8f\x78\x62\x96\x73\x79\x87\xf9\x6d\xa2\xce\x9c\x8e\xff\xe0\x82\xf8\xe7\x82\xa4\x7e\x23\xcf\xdf\x8a\xa0\x6e\xa1\xfc\x6b\x0e\x02\xc9\x83\x58\x4c\x30\x35\x14\xcb\x05\x6c\x3c\x18\x82\x92\xba\x80\xd3\x15\x07\x2f\x99\x23\x80\xeb\x67\xb7\x60\xe5\xd1\x80\x7b\x47\xe0\x5e\xad\x3b\x80\x3b\x66\xc7\x18\x5e\x07\xdc\x56\xa6\x2f\x33\x8f\x05\x5c\x92\xd6\xcf\xb0\xd9\x8f\x47\x8e\x87\x76\x9f\x73\x2a\xc7\x41\xdb\x9e\xd2\x64\xb7\x0c\xcc\xb3\x9e\x7e\x3b\xcf\xcb\x0e\x71\x2c\x9f\xd6\x10\xaf\x1d\x88\x67\x7c\xff\xa5\xe9\x6d\x8f\xc7\x16\x4c\xae\xb3\xab\x15\xa7\xde\xec\x1f\xee\x43\xfb\xd8\x9f\xd1\xe6\x9e\xdc\x63\x8e\x71\x1d\xeb\xcd\x33\xb9\x57\x1c\xda\xde\xd6\x9a\xbf\xe7\xde\x72\x38\xf1\x5c\xc3\x62\x16\xf7\x85\xc3\x98\xc7\x95\x0c\x43\xee\x73\x87\x39\xf7\xfb\x18\x75\xdc\x8f\x0e\x33\xee\xcc\x67\x48\x12\x86\x36\x21\xd5\x8d\x0c\x27\xc2\xce\x7a\xf7\x8d\x79\x16\x39\xc4\x06\xe6\x97\x2b\x9b\x2c\x9e\x13\xfb\x19\x6f\xca\x26\x32\xd6\x10\x07\x99\xa3\xff\xdd\x87\xe1\x79\x41\x23\x7c\x3e\x72\xfe\x3f\x39\x07\x81\xcc\x83\x60\x3a\x18\x35\x88\x3e\x02\xec\xd8\x16\x53\x24\x03\x00\x97\x42\x9b\xa5\xd2\xfe\x80\xbb\xa8\xeb\x2d\x65\x1b\xc0\x73\x47\xe0\x68\x1d\x1f\xc0\x4b\x21\x66\x8b\xd1\x52\xc0\xe3\x79\xba\x01\x93\x03\xb8\x2a\xe5\xb4\xdb\x6a\xa1\xcc\x69\xd9\x9e\x78\x57\x41\x2c\xb5\xd7\x2f\xb5\xf3\x4c\x05\xcb\x86\x72\x27\xc1\xd7\x03\x72\x96\x49\xaf\x45\xfd\x4d\x31\x95\x25\xd2\x4f\x0f\x88\x43\xa5\x45\x0e\x97\xea\x16\xda\xfb\xd8\xc2\x87\xeb\xea\x1a\xf2\x5d\xcb\xe2\x38\xd7\xcd\x75\xd7\xfb\x72\x46\x24\xd7\xd3\xf5\xc7\x4b\x41\xc6\x18\xee\x6e\xa7\xb6\xa6\x13\x8c\x6d\xdc\x12\x27\xff\x87\x8b\x78\x7c\xdc\x98\xba\x89\x4c\x01\x6e\xa7\xc3\xa8\x1a\x71\x96\x2e\xf7\x9d\xc3\xad\x9b\xaa\xcc\xa9\x04\xcb\x46\x83\xe4\xc2\x2e\x9d\x63\x4e\x26\x56\xb1\x9a\xcf\x3b\x32\x2e\x13\x25\x8c\xb0\x11\xe7\xe3\x8f\xff\xea\x83\xcc\x3c\xdd\xd5\xa3\xef\xff\x99\x83\x40\xe6\x41\x90\xf9\x20\x4e\xb9\x66\x9a\x92\x53\x01\xf7\x5c\xab\xcd\x33\x3e\x00\xde\x0d\x2e\xcb\x54\xbc\x01\x5f\x43\x5f\x5d\x3d\x43\xc0\x27\x60\x56\xba\x49\x3d\xe0\xd5\x95\xf6\xde\x6a\x2b\x3e\xbb\x9b\xac\xd5\xb1\xff\x89\xf5\x2e\xcb\x8a\xfa\x3d\x72\x87\xb9\x41\x59\x9b\xf5\x77\x33\xfd\x93\x30\xce\x72\xdf\xdb\x75\x01\xe5\x10\x61\xc9\x73\x64\x03\xc7\x41\xcb\x02\x5c\x01\x0f\xda\x4f\x67\xc6\x2d\x4e\x9b\x27\xbb\x93\xce\x94\xe5\x74\x7b\x9e\x79\x7b\x98\x79\x80\x3b\xd1\x53\xa3\xd9\x8e\x25\xc3\x35\x75\xbf\xf4\xf8\x0d\xf3\x27\x37\xd5\xd5\xbf\x4e\x96\x75\x97\xbb\xc1\xa5\xe2\x4e\x11\xab\x95\x7b\xcc\x79\x4b\xa5\xa6\xe5\x1c\x6e\xad\x93\x5d\x39\xc1\xfa\x4c\x48\xd8\xb5\x5c\x9d\xca\x7a\x43\xa8\xda\x7e\x3f\x6f\x6f\x35\x85\x30\xb4\x3d\x5b\x6a\xc4\x6a\x23\x96\x59\x9e\xf9\xaf\x73\x41\x9f\x97\x7b\x30\xf6\x81\xe6\xf1\x41\x95\xdd\xa4\xb9\x71\x34\x1b\xd0\x9b\xa9\x6d\x2a\x48\xf9\x93\x07\x61\xff\xc5\x40\x43\xf4\xd4\x1f\x2e\xc6\xa7\x85\xe5\x39\xa3\x0b\xf0\x4b\x70\x62\x2a\x87\x03\x7e\x4f\xfd\xe4\xf4\xe3\x01\xbf\xf2\xc8\x5e\xfa\x02\xc0\x57\x7e\x81\x91\x55\x13\x6e\x79\x7a\xad\xf1\x74\x8e\x47\xa6\xab\x63\xe1\x25\xcf\x95\x24\x37\x48\x34\xda\xde\xb8\xd7\x1e\xdc\x4e\x5c\xb6\x4a\xff\xb0\x34\x54\x9f\xe4\xe4\xfa\x25\x99\xb9\x9c\x85\x7e\x02\x5f\xa5\x58\xba\x9c\x2c\x3f\xf9\x77\xc9\x96\x2c\x4e\xba\xbf\xdc\x8b\x26\x4b\x2e\x67\xbb\x5f\xf6\x93\x30\xcb\x17\x9c\x2e\x6f\xb9\x86\x09\x96\x75\x5c\x3d\x8f\x9a\xdb\x74\x6b\x3d\xae\xbe\xa7\x49\xd5\x1a\xab\x5e\x6e\xbc\x5b\xfb\xb5\x48\x6b\x4b\xee\x7e\x97\xeb\x57\x9e\x5a\x5d\xe0\x3e\x75\xd2\x3f\x9f\x61\x33\x9a\xfb\xca\xc9\xac\x94\x65\xf5\x92\xa0\xda\x09\x9e\xbc\x69\xbd\x8f\x60\xd9\xae\xc1\x7f\x70\x72\x43\xeb\x60\xec\x58\x35\x57\xca\xbf\xfc\x7f\x72\x0e\x02\xf3\xa2\xf6\xbb\x89\x9b\x00\x97\x20\xbd\x02\xd1\xe9\x80\x0f\x93\x16\x2b\x7e\x05\x08\x14\x31\xbf\x3b\x3d\x0d\x08\x59\x6b\xb7\x5a\x69\x2e\x10\xbc\xc4\x4b\x45\x6f\x15\x10\x2c\x1f\x2e\xc4\xd8\x8e\x77\x01\x53\x93\x26\xd9\x75\x61\x9f\xf7\xd6\xec\x60\xb7\x58\x18\xb8\xaf\x2d\xec\xf3\x6b\x1f\xe6\xe5\xb6\xda\xfd\x53\x77\x39\xfc\x16\x41\xb5\x7e\xd6\xb1\x6f\x96\x2e\x71\xd9\x52\x83\x5d\x1c\xba\xb9\xab\xcd\x32\x9d\xdd\x1c\x62\xf4\x61\x96\xd5\x67\x76\x75\x68\x45\xeb\x3b\xeb\x79\x1c\x4a\xc8\xf4\x26\x69\x9b\x09\x1c\x5a\x50\x49\x43\x85\x8d\x25\x67\x69\x40\xf0\x70\x4e\x16\x9f\x87\xba\x6e\x67\x5b\xc9\x9d\xe0\x7d\xf6\xd2\x16\xdb\xf5\xdc\x68\x0f\xb1\x0b\x17\x6c\x07\xb8\x49\xee\xfb\x4a\xb6\xdb\x5e\xe2\x5e\x73\x31\x39\xbe\xd4\xae\x8e\xdb\xe4\x1c\x72\x24\xc7\xf6\x39\x21\x67\x7f\x14\xff\xc3\xc9\x91\x7d\x98\xa0\xab\xc0\x3b\x1f\x55\xac\x54\xd8\x63\x2e\xfe\x99\x83\x40\x72\x10\xee\x5a\x7a\xf3\x45\x73\x80\xc0\xdd\xfa\x67\xc4\xa7\x01\xe1\x26\xf4\x88\xe9\x41\x40\xe4\x36\x1b\x28\x8f\x05\x22\xba\xdd\x8f\xeb\x95\x02\x21\xdd\xc1\xcd\x0c\x2d\xdc\x0b\xd6\x9c\x37\xda\xe1\x3b\xa2\xfc\x72\xb3\xce\x7b\xeb\x80\xe2\x19\x51\xb0\x36\xc8\x88\xd8\xe4\x12\x79\xce\x39\xe2\x3a\x21\xe7\x40\xa9\xef\x89\x39\xc2\x6d\xb1\x71\xfe\xf6\x34\x4e\x86\x33\xc7\x2a\x6f\xe0\x6b\xf4\xfa\x0e\x33\x9b\xb1\xec\xa9\xd1\xc9\xaf\x53\x6c\x5e\xb1\x5d\xa2\x02\x9a\x2e\xd9\x0e\xb0\x97\x45\x46\xd7\xef\xb0\xbb\xc2\xae\x09\x4f\xbc\x27\x66\xaf\xca\xfe\x1e\x66\x72\x93\xb0\x9f\xcf\x99\x15\x14\x51\xae\xe7\x20\xc1\xd9\x11\x70\xf7\x52\x82\x7d\x1e\xe7\x87\xaf\xc9\xd9\x33\x0e\x6b\xb8\x62\x3e\x96\x67\xe2\x1d\xfc\xb8\xce\x9e\x8f\x4e\x50\x1c\xce\x70\x33\x3c\x04\x0e\xa5\x3a\x9e\xe3\xe6\xbb\x0d\xfc\x13\x6a\x1f\x42\x8c\x77\xd4\xf8\xf7\x7e\x18\xe2\x40\x28\xfb\x34\x14\x07\x75\xca\x61\xa5\x51\x3c\x9f\x2b\x58\x41\x48\xe0\xf2\x9f\x1c\x04\x92\x83\xf0\x8f\xd2\x08\x14\xf6\x07\xc2\xec\x74\xee\x4e\x0a\x03\x62\xac\x0c\x7f\x4e\x5d\xfd\x87\x8b\x99\xfd\xc0\xf9\x95\x6e\x2d\x30\x6b\x62\xc0\x4e\xc6\x1d\x9c\x0d\x9b\x14\x27\xe8\xb4\x0e\x8a\x41\x51\x99\x0b\xfd\x17\x11\xa7\x7c\xc2\x76\xfc\x0e\x8f\x23\x14\xdc\x68\xe7\x9a\x62\x17\x72\x0f\x39\x8a\x3d\x52\x9c\x1b\xc3\x75\xb7\x9d\xf2\xeb\x7d\x82\x5a\xd7\x74\xdb\xd0\xfe\x8f\xf3\x9c\x5e\x77\xd9\x87\x0c\xc8\xcf\x7d\xd5\xa4\xe3\xb0\x68\x20\x7b\xce\xa9\xfa\xf9\x8e\xb1\x03\x75\x71\xa3\x6e\xab\x38\x4d\x64\x6b\xc7\xcc\xaa\xf0\x72\x1e\xc3\x8e\x8f\x7e\x72\xe5\xb4\xb3\x08\xbb\x35\x42\xee\xbc\xaa\x73\x3b\x47\x3e\x4c\xa4\x64\xb5\x33\x83\xb3\x2d\xb0\xf1\xc4\x38\x17\x75\x4e\x79\x40\xc6\x51\x77\x17\x11\xce\x0f\xbf\xd0\x83\x66\xce\x8d\x5c\x77\xaf\xe4\xfd\x2c\x17\x09\x6e\x94\xe7\xb9\xdd\x97\x5d\xbc\xb8\x45\xee\xcc\xff\x5d\x07\x63\xa5\x15\x4d\x07\x55\x5e\x42\x7e\xc6\xe8\x27\x80\xbe\xa5\x9c\xa2\xc0\x6e\xc0\x4e\x5d\xee\xcc\xd8\xc1\xe7\xc0\x33\x39\xa3\xb1\xdd\x7f\xe6\x62\xcc\xee\xd0\x92\x9c\x64\x04\xc4\xff\xa0\x3e\x99\xe2\x0e\x24\xb4\xd1\x7d\x65\xa5\x81\xc4\xd5\xf6\x1f\x74\xca\x81\xf8\x59\xbe\x79\x8c\x16\x44\x47\xef\x8f\xae\xf1\xf0\x25\x5a\xc2\x5c\x16\x3b\x04\xb7\x10\x86\xfe\xcb\xf2\x6f\xc4\x52\xb9\xab\x3c\xae\x9d\x6b\x4e\x90\xe7\xd4\x3a\x3d\x6a\x7c\x9c\x9a\xce\x29\xb4\xd3\xec\x5b\x95\x36\xe3\xbd\x98\xa3\x4e\xdf\xb5\xb4\xcc\xc6\x76\x67\x91\x7e\xaf\xe4\x0b\xf7\xcf\xba\xf8\xf4\x17\x2c\x98\x45\xce\x49\xbb\xfe\xc0\x75\xd6\x40\xd9\x9c\xcf\x97\x1e\xb9\x55\x0e\x3c\x9e\xb3\xf2\xec\x3a\x77\x23\xb6\x53\x0c\xe7\xe4\x23\xf7\x93\xec\xd3\x51\x2d\xc7\x98\x6e\x2f\x38\x46\x61\x63\xff\xb9\xe7\xde\xc9\x71\x0b\x0d\xdf\x37\xdf\x43\x9a\x53\x14\xb4\x71\x8f\xa2\xfb\x39\xce\x77\x7f\xa5\x5d\xc5\x1e\xba\x5c\x35\x9f\xcf\x3b\x6f\xb8\x7e\xe2\x16\xbb\xf3\x38\x31\xc3\xbb\x43\x7d\xd0\xa8\xe0\x3d\x27\x33\x65\x7e\x53\xfe\xe5\xff\x1b\xfb\x89\x94\x0c\xfe\x4d\x72\x10\xe4\x3c\x88\xd8\x4a\x59\xfd\x71\x00\x12\x2e\x29\xed\x15\xba\x06\x2c\xbc\xa7\xfd\x54\x72\x0e\xb0\x28\xc4\x68\xb7\x4c\x1a\xb0\xa8\xcb\x2a\x43\x6b\x1b\xb0\x70\xb9\xfb\x31\x8b\x16\x44\xcf\x7d\x1d\x5e\xed\x19\x40\xcc\x8d\xae\x4c\x1b\x1b\xe5\xc2\xdd\x1e\x7c\x6e\xdb\xf6\x04\x11\x4e\x85\xb7\xcf\xb9\xfe\x85\x61\xec\x67\x2e\xb2\xcf\x8f\x2e\x33\xfa\x5a\xed\xe4\xd5\x73\x6f\xc5\x89\xa7\x0f\x5d\xeb\x7a\xd7\x64\x5a\xdc\x3d\xe3\xa1\xdf\xa7\xb6\x64\xd9\x4d\x7b\x4f\xdb\xbe\x3b\x19\xa2\x57\x97\x7a\x99\xf6\xcb\x2d\xd4\x3c\x5b\xef\x3d\xb6\xff\xd3\x02\xa5\xd3\xe2\xde\xed\x03\x6a\x89\xbb\x8f\xd2\x7c\xac\x07\x2e\xcf\x5d\x49\xf2\x2f\xc5\x6d\xde\x37\xd8\x15\xd1\x53\x8a\x6e\xf8\xf4\xb3\x1f\x45\x1d\x2f\x28\xf7\x0e\xe6\xc4\x86\x4a\xe4\xf7\x7b\x3f\xe4\xec\x0e\x9e\xb9\xf5\xa0\x8f\x00\xe7\x53\x80\x44\xae\xa8\xd7\x27\xae\xb9\x4f\xd2\x9f\x75\x40\x31\x54\x70\x1b\x54\xe9\x3b\xd2\xb7\x46\xc5\x03\x3a\xb2\xa2\x79\x83\x7f\x9b\x1d\x1a\x6b\x4d\xf9\x57\x0e\x42\x84\xc8\xa8\x05\x83\x3a\x7f\xd2\xe8\x2e\x9e\xef\xb1\x45\x56\x58\x30\x09\x58\xe9\xa9\x14\x22\x52\x07\xac\x4e\xd0\xab\x99\x11\x05\xac\x5d\x6b\x6e\xa0\x7e\x0e\x58\xe5\xef\x78\xdf\x5c\x1b\xc1\x8b\x8c\x82\xbc\xbc\x25\xb8\xad\xf1\x71\x09\xa6\x73\x5c\xfb\x26\x47\xe6\x6c\x2c\x59\x18\xfc\xf5\x60\x90\xc3\xc9\x13\x2b\x0c\xdf\x1f\xf7\xd1\x7f\x10\xb9\xf6\x60\x8b\x91\xc7\xd2\x5f\x1d\x1b\xb8\xe4\x5c\xa8\xab\xc7\xfc\x02\x7b\x05\x57\x31\xce\x8d\x0d\xd0\xe8\xdd\xb1\xe2\xd0\x29\xe7\x00\xc1\xbe\x1d\x8b\xef\x1c\x5a\x1d\x58\xd3\x3f\x21\x83\xb5\xff\x41\xa0\x62\xff\xa3\xe4\x2f\x7b\xda\x02\x77\x0c\xe8\x25\x45\x17\xdc\x0a\xac\x1d\x38\x34\x8f\xc8\xd7\x08\x7c\xce\xd6\x8e\x6b\xc8\xcd\x0b\x4a\x60\xaf\x8d\xf9\xb4\xa5\x2c\x50\x85\xfd\x23\x6a\xc6\x86\xfc\xc0\x51\x9c\xb0\x30\x89\x9c\xc7\x81\xd7\x38\x0b\x43\x19\x6b\x36\x07\x1c\xe4\xbc\x0e\x78\x33\xd8\x87\xa1\xe7\xa3\x80\x91\xb4\x3b\xef\x7b\xe5\xdc\xc9\xbc\x7d\xa1\x77\x68\x34\xef\x7b\xa6\x7d\xfa\xe0\xf7\x65\x20\x88\xef\xe3\x90\xfe\x6f\x86\xd6\x28\x81\x41\xcd\x56\x1e\x9d\x32\xa8\x9b\x8d\x44\xae\x0e\x6a\xde\x1b\xd5\x18\x09\x59\x20\xbf\x98\x66\xa9\xd4\x0a\x6c\xab\xb0\x11\xa4\x1f\x40\xdc\x7a\x49\x6f\x47\xaf\x27\x3f\x3e\x2f\x76\x8a\x15\x9e\x77\xf2\xed\xe8\xf9\x57\x96\xd7\x2f\x97\x69\x3c\x19\xbb\xbe\xf8\x57\x0e\xb7\xf6\x6c\x84\x75\xd5\x92\xdc\xcc\xaa\xac\xe0\xe0\xce\x31\xf9\xe5\xe7\x0e\x84\xe6\xfd\x8a\xd8\x1a\x72\x4c\x26\x5c\xff\x77\xcd\x06\xe3\x03\x8b\xc3\xbf\xf4\xdc\x5a\xe3\xb8\x47\x3d\x22\xb9\x77\x4b\x96\xd8\xae\x9f\x11\xc5\x7d\x96\x99\x13\xf2\x7e\x46\x5c\xec\x9f\x9c\xd1\xb5\xad\x3a\xdc\xb8\xbf\x2e\xe5\xd5\x26\x8f\x88\xa5\x03\xea\x0b\x22\xd6\xfd\x8e\x30\x1e\x38\x3f\xdf\x82\xcc\x3d\xc9\x5e\x1a\x9e\xc8\xce\x8f\x69\x5d\x29\x15\xbe\x87\xfd\x29\xea\xe3\x0a\x81\xb0\x68\x8e\x73\xb8\xee\xb2\x33\xa1\x5b\x38\xa7\x83\x19\x00\x65\x85\xc2\xe8\xc1\xd7\x3f\x69\xd4\x14\x26\xef\x5c\x7c\x3e\xe6\x3d\x6f\x1d\x3c\xa3\x8c\xf0\x3d\xe7\xf0\xf3\xfe\xc9\xb9\x20\x24\x07\x40\xe6\x01\x14\xf1\xef\xbb\xfe\x23\x21\xab\x2e\xf4\x08\x38\x12\xab\xe5\x27\xfd\x12\x38\x6c\x61\x6e\x4c\x53\xfe\x39\x71\xb7\xaf\x8b\x85\xa7\xf4\xab\x27\x9b\x0f\x85\xa5\xce\xcd\xad\xed\x59\x5e\x90\x72\x38\x6b\x51\xf9\xe2\x85\xae\xdb\xe4\xb7\xfc\x3e\x83\x24\xdb\x0b\xe7\x77\x2e\x39\x1c\x1a\xff\xb1\x75\xeb\xee\xa3\x45\xf2\xf1\x5b\x7e\xae\x2c\xcc\xd9\x56\x30\x37\xee\x57\x60\x9e\xe0\xe6\xba\xf8\xbb\xbf\x0f\x6c\x12\x59\x9f\x18\x5f\xd1\x73\x7c\xed\xd3\x35\x3e\xf1\x1d\xbd\x8b\x57\x45\xaf\x2a\x88\xd7\xed\xf3\xca\x0c\x5e\xf1\x6c\xce\xb5\x3e\x62\xf1\xb8\xa5\x8b\xe6\xdc\xee\xbf\x92\x36\x6a\x49\x5f\xdc\xa4\x01\xbf\xa4\x45\x4b\x7e\xc4\x2e\x18\xb8\x3f\xef\x7a\xc6\xe3\x58\x01\xb6\x57\x5c\xc4\x42\x8b\xd8\x14\xf6\xba\xd8\xec\x94\xc3\x31\x1f\xd8\xbf\xa2\xb6\xa7\x08\xc5\xc4\x71\xe4\x23\x3e\x03\x94\xd5\xd3\xa2\x06\x5f\xff\xcc\x4b\x93\x78\x7c\x14\x79\xff\xdf\xf1\xe5\x90\x92\x73\x10\x52\xde\x0c\xe9\xea\xeb\x94\x11\x1c\xc0\x3e\xdb\x21\x25\xf3\xd0\x2f\x3e\x17\x7e\x3c\xa8\x57\x9d\x94\x6d\x25\x1f\xfe\x62\x5f\xda\x4e\x73\xd4\xfd\xe7\x6d\xf7\xe9\x6a\xdb\xb3\x2e\x53\x1a\xdc\x0f\xfe\xe3\x1f\x19\x7b\xed\x72\xf5\x4e\xb7\x79\xe2\x99\x2b\x0e\x7c\x5d\xf7\x2b\xbb\x7a\xdb\xde\xbc\x0d\xab\x5c\x8f\x06\x17\xc5\xae\x8d\xcd\x4c\x7d\x30\x6f\xdf\xd7\xcc\x59\x4b\x1d\xbb\x4c\xf7\x89\x2c\xb9\xbd\xe8\x6b\x77\xd8\xce\xf2\x45\xa5\x19\xea\xbf\xde\x6d\x1d\x97\xfe\x20\x7d\xcb\xef\x4f\x1b\xa7\xa4\x05\xa7\x7b\xf4\x0a\xac\xa1\x0f\x73\x1f\x1f\x53\x36\xf7\x95\x2c\x35\x4e\xfe\x9c\xb4\xbd\x9f\x96\x71\x71\x41\x5a\xc2\x87\xfe\x6f\x29\x6b\x13\x95\x13\x29\x03\x5b\x13\xce\x25\x26\xcc\x9f\x3e\x50\x39\x5f\x7e\x5e\xdf\x7c\x15\x76\x70\x9c\xe4\xbc\x39\xf1\x91\xec\x86\xe8\xaf\xf3\x7c\xe2\x5d\xd9\x4d\xd1\xa7\x00\xa1\xb8\xc9\xc2\xbc\xef\x0f\x1d\x43\x39\x27\x4c\xa9\xa1\x7a\x82\xf8\x7e\x27\xe9\xfb\x91\xfe\x2f\x59\x3f\xc9\x01\x90\xf7\x80\xcb\xf9\xfe\xc7\x9d\x01\x4a\x28\x85\xd2\x27\x78\x7f\x8e\x8c\xa6\x70\xc7\x07\xe2\x4e\x96\xee\x3c\x75\xc9\x27\x56\x37\xa5\x98\xef\x6d\x1e\xde\xb8\x53\xf6\xd4\x33\x35\xdc\xee\x58\xe6\x69\xcf\x98\xe8\x74\x81\xdc\x8e\x83\xd7\x97\xed\xdd\x70\x6f\x79\xcf\xde\xa3\xfb\x53\xf2\xd5\xd3\x24\x8a\x88\x7b\xad\x05\x52\xf3\xbd\x0b\xe9\x3f\xab\x0a\x4a\xe7\x3e\xda\xde\xf6\xeb\x65\xee\xe5\xb9\xf3\x72\x7f\xfd\xfe\xbc\xe1\x5c\xfc\xd3\x8d\xfb\x7b\xc5\x56\x97\xcf\x35\x5d\x4b\xf4\xde\x59\x79\x36\xfe\x5c\xf6\xb3\xbe\x8d\xcb\x84\xe3\x0e\x64\xcf\xee\x0f\x48\xbf\x19\x97\xb0\xe2\x6c\x7f\x4f\x4a\x48\x9c\xdb\xb2\xeb\x03\xf1\x89\xbf\x63\x75\x97\x65\xb0\xc7\xc7\x73\x62\xed\x17\xcf\x66\x87\xc7\x89\xc7\x7a\xa7\x5b\xb0\x2f\xcd\xea\x99\x35\x2a\xdd\x81\x63\x1c\x61\x1e\xdd\x91\x16\xca\x99\x1b\x66\x08\x48\x4d\x1c\x73\x62\xf0\xf5\x1b\xf9\x0c\xd5\xe1\xfe\x64\xe4\x39\xb0\x9c\xef\x6f\xe4\xbe\x1b\x59\x3f\xc9\x01\x54\xf0\xe7\x01\xd4\xf3\xf6\x51\xcf\xdb\xa7\xbc\xfe\x75\xd4\xb4\xc4\x4e\x17\x1a\x7d\xb9\x79\xee\x33\x51\xf5\x39\x72\xb3\x6f\x8f\x7e\x64\x43\x5f\x63\x96\x78\xd6\xa3\x56\xc8\x45\xd5\x77\x7d\xd1\xfa\xaa\xe2\xf0\xd7\xf3\x43\x57\x06\x5d\x25\xd2\x3b\xb2\xb6\x24\x47\x5f\xb6\xd9\x33\x75\x3d\x6b\x76\x60\x19\xed\xb6\xee\xe6\x15\xe1\x8b\x2e\x9c\xff\x75\x22\xd7\x31\xfc\xf8\xc9\x65\x3d\xae\x39\x47\xc3\xba\x8f\xc4\xf7\x66\x67\x69\x44\xd8\xee\x97\xec\xed\x59\x7e\x37\xac\x7b\xcf\xf4\xfe\x69\x19\xe7\x22\x16\xee\x38\xdb\x9f\xba\x70\x59\xb8\xf9\xf6\x90\x01\xed\x05\x4e\xe1\xb9\xb9\x6b\x07\x36\x25\xac\x08\xd7\xdb\xb4\x8a\x2d\x10\xff\x28\xbc\x76\xdd\x15\xb6\x5d\xdc\xd9\xb0\x55\x39\x7b\xd9\x65\xb3\xee\x87\x75\x64\x9f\xe0\x8c\x8e\x92\x0a\x3b\xb2\x32\x97\x13\x12\x76\x23\x74\xe7\x72\x0e\xe7\x42\xb0\x1a\xa0\xc9\xcf\x7f\x21\xfd\xff\x28\xfe\xfe\x5f\x94\x4d\x19\xc1\x81\xec\xab\x1f\x59\x7f\xd5\x1a\xca\xbf\x7c\xd0\x9e\x1d\xad\xfb\x06\xf5\xd3\xe8\x36\x5e\xff\x5a\x2c\xdb\x57\x89\xaa\x50\x28\x75\x9d\x1f\x3d\x15\x2d\xa7\x9c\xbc\xb2\xe2\xed\x3f\xb4\x25\x7a\xed\x87\x5d\x5b\x5d\xec\xbd\x9c\x24\xb7\xcc\x7b\xba\x2f\x58\x29\xf2\x7e\x5a\xd6\xc3\xa2\xe4\xa5\x0b\x37\xcd\xae\x7a\x90\x50\x90\xbc\xec\x60\x48\x59\xc3\xee\xaa\xcd\x59\x52\xbe\xa3\xea\xd7\xfd\x9c\xb2\xea\x97\x0f\xbb\x7a\x4b\xef\x87\x4c\x4d\x5f\x93\xf2\xf4\xbe\x27\x19\xd5\x7e\x2a\x17\x8c\xfa\xbd\xd3\x1a\xfd\x46\x9f\x3e\x31\xa0\x90\xe4\xeb\xfb\xe1\xd8\x8a\x81\xcb\x73\xfb\xfd\xb4\x0f\x05\xb2\x45\xe7\xcc\xf7\x7b\x5b\xfc\x85\x1d\x15\xfb\xce\xaf\x62\xb7\x07\xbb\x32\xfa\xac\x5f\xdb\xae\x4a\xce\x84\x48\x03\x7f\xa5\xed\x7d\x1c\xd7\xb0\xbb\x7e\x95\xdb\x0c\x39\x45\xc1\x15\x7e\xa9\x5b\x36\x73\x5e\x06\x4e\xf0\x7d\xb6\xc9\x8e\xab\xec\x37\x1a\x30\x2d\x1b\xaa\x87\xe4\xe2\xc8\x79\x20\xeb\xf8\x73\x0f\xf6\xfc\x55\x7f\x35\xff\x5c\x6c\xe4\xf1\x33\x7d\x2d\x6d\x2a\x14\x5e\x0e\xc8\x90\x1f\xdc\x92\xf1\x8d\x39\xa8\xf7\x4f\xff\xe2\xe5\x6a\xdc\x4c\xef\x39\x29\xfd\x53\x48\xe7\x4c\x52\xf7\x78\xbd\xb1\xca\x52\x45\xe7\xbe\x2d\xb4\xba\x66\xb1\x76\x75\x68\x47\x95\x5f\x95\x4f\xcd\x7c\xe1\x0f\xed\x09\x6f\xe2\xce\x85\x27\x7c\x58\x9f\x5f\x9b\xf8\xcb\xa7\xe0\x83\x40\x85\x64\xea\x26\x97\x6f\x1f\x3c\x7e\xcc\x59\x18\xe6\x72\xf9\x79\x5e\x7f\x56\xf2\x38\x97\xce\x87\xb1\x03\x06\xf3\x37\xb9\xee\xbf\xbb\x67\x60\xeb\x5c\x7d\x37\xc5\xca\x90\x01\x76\x9c\x35\x99\x73\xe1\x26\x7b\xe1\x06\xbb\x27\xc2\xc5\xed\x76\x89\x19\x47\x2f\x2c\xcd\xbd\xe6\xf8\x0f\x8e\x57\xe8\x22\xf7\xe7\x87\xb8\x9c\xc3\x41\x21\xee\x61\x07\x8e\x72\xfa\xfc\x05\xdc\xaa\xf6\x51\xb9\x0c\x1f\x21\xf7\x2d\x45\xee\xdc\x28\xaf\xbd\xee\x72\xbb\x12\xb8\xc5\xee\x8d\x80\x33\xdf\xef\x9f\xc3\xcf\x43\x22\xfd\x6f\x32\x07\x61\x98\x03\xe1\xd7\x3f\xc4\x41\xf4\x9b\x7d\xe0\xf9\x7f\x9f\xf9\xf3\x61\x5e\x6d\xe9\xe1\xe5\x24\x3c\x8c\xe0\xa6\xf3\xea\xe7\xfb\x5e\xe7\x7a\x81\xe9\x39\x63\x77\x1c\x3c\x08\x68\xbc\x9d\xee\xb9\xb5\x1c\xd7\x18\x4c\x3d\x9d\x65\x42\x04\xcd\x2b\xc5\x4e\x27\x76\x39\xdb\x27\xfe\x4b\xe0\x81\x40\x3a\x67\xd2\x56\x66\xc4\x3b\xb7\x43\xec\x67\x57\x9f\xc4\xfc\xb0\x5f\xca\x9e\xd7\xb1\x7c\xb6\xa0\x9d\xe9\x0f\x37\xf6\x8c\x59\xd6\x76\x49\xef\xcd\xd9\xab\x23\x43\xec\xac\x5b\x76\xb1\xfb\x43\xcf\xd8\xbd\x7e\xdc\xc6\x31\x08\x91\xb2\xbb\x73\x5f\x86\xb3\x25\xa0\xdd\xfe\x44\xcd\x38\xce\xa9\x80\x99\xc3\x39\x17\x42\x97\xf7\x72\x69\x5e\x84\xc3\xbe\x0b\x8f\xb8\x76\x5e\xe9\x0e\x0b\x4a\x25\xb9\xeb\xdd\xb7\x38\xd4\x9e\x58\xc7\x2d\x77\x4d\x74\x78\x73\x6c\x2a\xf7\x89\x8b\xb7\xbd\xd4\xe1\x8b\x04\xcd\xde\x15\x08\x6f\x1d\xaa\x6f\xa9\x3d\x65\x04\x0f\x47\xfa\xbf\xa4\xff\x39\x54\x3f\xfb\x5b\xfb\xb7\x41\xfd\x16\xdd\x6d\x3d\xa8\xaf\x57\x0f\xdc\x18\xd4\xc7\xfc\xdf\xf3\x2b\xf9\xf7\x3c\xc9\x79\x10\xc5\x13\x81\x51\x0d\x14\x4a\xbe\x27\xa0\x2e\x3e\x65\x62\x36\x07\x30\x5f\xa5\xf6\x36\x65\x34\x9c\xdc\xd7\xd2\x4b\x23\x02\x88\xa0\xd8\x05\x4e\x85\xbe\x01\xdc\x0f\x39\xda\x9e\x99\x2e\x0e\xdc\xdc\x63\x17\x7d\x0a\x6c\x6f\x73\x99\xf7\xd7\xf9\x65\x58\x59\x71\x67\x74\x87\xfa\x6d\x62\x25\x73\x65\xb8\xaa\x1e\x47\x59\xae\x5d\xd2\x5c\x1b\xf7\xdd\x2c\xa3\x8f\x99\xdc\x64\xd7\x36\xcb\x45\xad\x7d\x5c\x5f\xf7\x6d\xac\x92\x26\x7f\x6e\x99\x73\x80\xe5\xba\x86\xa7\xdc\x32\xe7\xa3\x2c\xce\x5d\x53\x62\xb4\x83\x8c\xe5\xd9\x2a\x01\x62\xb2\xfd\x31\xab\x51\xd7\xc5\x08\x2d\xbb\x8d\x56\xf6\x57\x94\x09\x96\xed\x21\xab\xe0\x0b\xa5\x44\x84\xcd\x44\x6b\xf3\x52\x33\x62\x96\x8d\x04\x90\x6a\x3a\xf2\x1c\x3c\xc6\xe7\x9f\x6e\xb0\x28\xff\xe2\xc0\x88\x2d\x9f\x79\x5c\xc4\x77\xe6\x2f\x5e\x3e\x50\xdb\x73\xb8\x0f\xea\xa3\x6c\x7e\xfd\x67\xf9\xef\xff\xca\x21\x25\x73\x00\x72\xf9\x7e\x71\xce\x55\x40\xf9\x81\x18\x16\x3f\x05\xcc\xc6\x2a\xe6\xcc\x79\x80\x1b\xce\xa5\x7a\xea\xc1\xdb\x31\x3a\xb2\x90\xb9\xc4\x73\x09\xd1\xb0\x5c\xc0\x66\xb4\x53\x08\xb1\x70\x77\x83\xc3\x47\x1b\x06\x61\x7f\x85\xe6\xe4\xc1\x8a\x27\x0c\x9e\x5c\x77\x72\x62\x44\x13\xa6\x3f\xf6\x39\xae\xb7\xf0\x23\xb2\x89\x69\x76\xa3\xcd\xf6\x72\x44\x89\x4c\xd6\x4b\xfa\xe9\xae\x05\xc4\x01\xc6\x59\x33\xf5\x0f\x5d\xc4\x56\x66\x2e\xbd\xf2\xd5\x3b\xa2\xd4\xe2\x91\x59\xdb\xd3\x46\x62\x17\x33\xca\x8c\xfa\x78\x22\x71\xcb\xfc\xa9\xd9\x86\xba\x3a\xe2\x81\xb9\x9f\x59\xce\xed\x44\xe2\xa3\x99\xb0\xf9\xe4\xca\x32\xa2\x83\xce\x35\xcf\xb8\x9e\x4f\x74\xd1\x4f\x01\xeb\xa2\xf9\x9f\x7f\xf8\x7d\x20\x73\x10\x1e\x37\x0e\x69\xe7\xe1\x41\xfd\xe9\xda\xc7\x3b\x2f\xdf\x99\xf0\xfd\x2f\xbe\xef\x55\x2d\x31\xd2\xff\x3a\x14\x39\xa4\xdb\xf9\x7f\x67\xf1\xfb\xb3\x4c\x02\x90\x8f\x9d\x58\x91\xc8\x00\x68\x41\xd3\x5d\xa3\xce\xa1\xcf\xa1\x43\x3d\xc4\xcf\x04\xd9\x21\x15\x34\x41\x57\x36\x82\xd3\x17\x9a\x3e\xb5\x7f\x04\xcd\x5c\x27\x8b\x14\xcb\x3b\x98\x76\x2c\xd0\x82\xc3\x90\x20\x06\x6e\x5e\x64\x4e\x37\x57\x21\x3a\x9a\x24\x98\x37\xe9\x4d\x44\x4f\x47\x23\x83\x33\x3c\xd7\x22\x15\x25\x08\x31\x3c\x40\xdb\x39\x50\x86\x6d\x7a\x17\x68\x63\xbb\x14\xb0\x51\x2f\x92\x76\xbf\xbd\x0b\xb1\xfa\xab\x68\xab\xde\x30\x90\x40\x3d\x4f\x7b\xff\xfc\x01\x62\xf5\xe5\x69\xa5\x8d\x63\x91\x42\x55\x35\x32\x7e\x50\x83\xb9\xd4\xf3\xb4\xbb\xb5\x85\x58\xa1\x27\x0b\xec\xe1\x9f\x03\x97\xf8\xf3\xd1\x1e\xf0\xcf\x81\xa1\x73\xef\xb7\x21\x9b\x77\xde\x7d\x48\x19\x59\xff\xad\x96\x21\x2d\xe3\xfb\x7e\xe4\x3d\x78\xd2\xff\xcc\xe1\xe7\x05\x90\x39\x10\xc9\x4c\x40\xee\xc1\x04\x93\xd8\x25\x00\x75\xbd\x04\x3b\x54\x0d\xb0\x9f\xa2\xd4\xe3\x19\x87\x66\x3f\xb6\x96\xba\xd3\x37\x5c\x4e\xdc\x49\x0d\xb3\x59\x8f\x53\xab\xc5\xf4\x5f\xb1\x9a\x90\x59\x94\x60\x54\x6c\x7e\x07\x29\x25\x93\x8d\x7e\xd1\x27\x21\xb5\xa2\xc8\x28\xc1\x24\x08\xa9\x0f\x2f\x18\xf9\x1a\xa7\x62\xf1\x07\x77\x23\x37\xa3\xfb\x28\x1b\x78\x6c\x70\x88\xe4\x1d\xf4\x4b\x01\x40\x5d\x40\xef\x31\x3b\x13\x50\xfe\xa4\x37\xb6\x2b\x18\x50\x3e\xa3\xf7\xa6\xe3\x01\xba\x54\xfb\xf5\x82\xde\xbd\xc2\x6f\x55\x1d\xdd\xd7\x2f\x8b\xd1\xaf\x12\xa8\x27\xd3\x7c\x13\x5d\x2a\x17\xfe\x35\x17\xc8\x9a\xf2\x2f\x0e\xa6\x2f\x92\xcb\xe3\x49\x3f\xf0\x7d\xbf\x61\x0e\x8a\xef\x5b\x5e\x2a\xc3\x48\x0e\xc6\x62\xa4\xff\x4b\xde\xff\x26\x7d\xcf\x88\xbd\x80\xc8\x04\x0a\x25\xec\x31\xa0\x6b\x39\xe9\xaa\xef\x7c\xc0\x6a\xe3\xcc\x5a\xe7\xfd\x80\xe7\x5b\xc5\x7e\xfb\x0c\x20\xf6\x8d\xfa\x34\xab\xeb\xe8\x5c\xaa\xa0\xb5\xd5\xa2\x1d\xaf\x73\xd5\xb4\x2b\xe9\x04\x1e\xec\x9f\xa8\x2b\x65\x92\x83\xbb\x25\xc2\xba\xb3\x8d\x38\xb8\x7e\x63\xa5\x9e\x33\xad\x0d\x57\xee\x1f\xd1\x3b\x66\x98\x8a\x87\x6f\xa8\xba\x0b\x0c\xbd\xd1\xd9\x15\xac\x73\xdd\xe0\x32\x80\x76\xcd\xe0\x61\x7f\x3f\x88\xe7\xef\x8b\x91\x9c\x83\x1a\xa7\xbb\x10\x98\xd6\xa5\x16\xf0\x35\x08\x98\x76\x44\x5d\xf2\x63\x05\x30\x7d\xd6\xbf\x38\x18\xde\xfa\xe7\xcc\x27\xf6\x52\x86\x38\x48\xde\xfe\x18\xe6\xa0\xfa\x86\xf4\x32\xdf\xf7\x1f\xbe\x07\xcf\xaf\x77\xeb\x28\xfe\x3e\xe0\xf3\x02\xe4\x1c\x04\xd2\xff\x8f\xfc\x00\xcc\xb4\x1a\xab\xee\x7d\x0a\x50\x39\x3f\xe1\x9c\x2b\x13\x30\x2d\x91\xb8\xee\x90\x06\xb8\xae\x93\x9d\x6b\xe3\x02\x44\xba\x28\x2e\x66\xcd\x03\xd2\x4a\x55\xf5\xcc\xf5\x80\xd5\xae\xaa\x47\x4d\xdf\x00\x3b\x28\xea\x6c\xe3\x69\xc0\xfe\x72\x75\x5f\x9a\x24\x70\xb2\x4d\x5d\xd0\xc0\x04\xb8\x92\xa7\xd6\x60\xa0\x89\x5f\xb5\x2f\x35\x6d\xf5\xcf\xa2\xef\x59\xa1\xe6\x4a\x92\x77\xd0\x2f\x06\x20\xa9\x3e\x41\xd7\x69\xb0\x0f\xf2\xaf\x34\xd6\x0e\xaa\x94\x9d\xaa\xee\xa0\x4a\x08\x29\xfc\x18\x54\x11\x3d\x85\xb1\x03\xe5\x80\x70\xd7\x1f\x0e\x06\xbc\x9c\xb8\xce\x4b\x43\xaf\xbb\x99\x3f\x0f\xea\x2e\x3f\x0f\xe6\x0a\x3f\x1f\xe8\xd4\xe9\x21\xdd\xc7\xe7\x25\xf2\x56\x8e\xf4\x7f\x49\xff\x9b\xf4\xff\x83\x9a\x86\x94\x9c\x83\xe1\xf6\x0a\x50\x96\x15\x74\xb4\x1b\x05\x18\x06\x89\xbe\xb1\x3c\x0d\xd8\x7e\x9e\x7a\x9d\x99\x02\x04\x28\xcd\x78\x6b\xf1\x03\x98\xef\x25\xbf\x9a\x5e\x01\x2c\x7b\xac\x98\x69\xf4\x1d\x58\xf7\x52\x61\x8f\x51\x3c\x90\x2f\xae\x3c\xca\x50\x13\xd8\xbf\x44\x59\x92\x7a\x03\x38\xde\xa2\x78\x54\x3f\x0d\xb8\xb4\x5e\xd5\x74\x38\xcf\xa0\x10\x68\xdc\xa3\x3a\x5f\x77\x35\xf0\xf6\xa0\xf2\x51\x3d\x63\xe0\xa7\xb3\xf2\x37\x9d\x23\xbc\x75\x71\x40\xe3\x0b\xaf\x1f\xdf\x55\x85\x06\x55\xbc\x99\xec\x07\xc9\xc1\x7c\xa3\xe1\xff\x97\x03\xfa\xbf\xe6\x61\xac\xbb\x39\x72\x1f\xfc\x3d\x0f\xc4\x87\xaf\x36\x56\x7c\x0e\xc0\x05\x90\xf9\x3e\x26\xdd\x72\x12\xa0\xb7\x41\x88\x63\x71\x0a\x60\x7d\x12\x6f\x30\xe9\x01\x3c\xdb\x25\x1d\x8c\x03\x80\x88\x98\xa9\x75\x46\x4a\x40\xb2\xe7\x8c\x78\x5a\x19\xb0\x22\x51\xa6\x44\xbf\x1f\xd8\x60\x28\x13\x44\xe6\x1a\x50\x25\x81\xe2\x04\xb9\x15\xba\xd7\x80\x63\xd2\x72\x1b\x74\xc7\x03\x17\xbd\xe4\x8f\x68\xbf\x01\x6e\x58\xc8\x8b\x6a\x5e\x04\xea\x24\x64\x6e\x6b\xcd\x00\x9e\x7d\x97\xad\xd1\x9a\x0f\x7c\x18\x27\x0b\xcd\x73\x40\x77\xcc\xcc\xc4\xe1\x7e\x8c\xe7\xf5\xe3\xf1\xdf\x73\xc1\x86\x39\x20\x7e\xfe\x0b\x99\x87\xf3\x0f\x9f\x0b\xdc\xc5\x57\x72\x2e\x10\x99\x87\x92\xc6\x3f\x3f\xe2\x9c\x47\xfa\xff\xae\xfc\xe7\x05\xc3\x67\x28\x1f\xc5\x92\x09\xcc\xbc\x2f\xb0\xdc\xfc\x01\xa0\xfd\x7a\xe2\x24\xe3\x5b\x00\x7d\x95\xa8\x12\x2d\x15\x70\xbe\x30\x69\x17\xb5\x0b\x08\x98\x39\x79\xb4\x41\x12\x30\xe7\xc0\x94\x4f\x83\xe7\xde\xc2\x6c\x29\x33\xaa\x16\xb0\xfc\xb6\xd4\x0b\x9d\xb7\x40\x4e\xb5\x54\x9c\x5e\x2d\x90\x67\x35\xf3\xa0\x76\x3d\xb0\x67\xb5\xb4\x28\xe9\xef\x6b\xb9\x01\x25\x33\xa5\x09\x2d\x4b\xe0\xea\x75\x19\x57\xd2\xd7\x57\xa7\x03\x0d\x7d\x33\x34\xd4\x5f\x02\x2d\xc7\xa5\x55\xd4\xda\x80\xf6\xd4\xe9\x63\xd4\xd2\x81\xee\x1f\xd3\x84\xc9\xb9\x60\x0d\x7c\x5e\x81\xe4\x80\x86\xf3\x70\x7e\x8d\x7c\x0e\x90\x1c\xc8\x2a\xfe\xfa\xc8\x90\xe4\x9f\x87\xfc\x3e\x44\x66\xf2\xd7\x41\x00\xff\xfd\xe7\x73\x31\x26\xa7\x86\x54\x77\x1b\x30\xe6\x09\x85\x62\xc8\x04\x54\xf6\x8f\x9b\x4e\x1d\x0f\xe8\x6f\x9a\x70\x55\xf7\x0b\x60\xd5\x2b\xf4\x55\x0b\x80\x7b\xb9\xf0\x4a\xcd\x78\x20\xd4\x42\xe4\xa2\x86\x28\x10\xb7\x42\x74\xb3\x66\x1c\x90\x72\x6c\x72\x84\x06\x0d\x58\xf2\x64\xf2\x79\x4d\x17\x60\xcd\x55\xc9\x0c\xf5\x53\xc0\x26\xa6\x44\x87\xc6\x6b\x60\xd7\x94\xa9\x0d\xea\x5e\xc0\x81\xfe\xa9\xdb\xd5\x8a\x81\x53\xb2\x53\xbf\xa9\x59\x03\xe7\x92\xa6\xcd\x54\x69\x07\xae\x89\x4e\x95\x56\x3e\x02\xdc\xae\x93\xfc\xa2\x9c\x00\x34\x1c\x95\xbc\xa6\x62\x0f\xbc\xb8\x3a\xa5\xfa\x21\xff\xfd\xbc\xc9\xe7\x9c\xc8\x3c\x9c\xc3\x7c\x1e\xee\x7f\x38\x18\xfe\x7c\x2c\x92\x07\x23\xf7\x41\x0c\x9f\xa7\x0d\x3c\x80\x11\x1c\x08\x8b\x7f\xbe\x1a\xf2\xf9\x21\x35\xfe\xf9\x42\x3d\x0b\xc8\x47\x8d\x11\xd0\xea\x05\xb4\x1e\x8c\x9f\xa7\x76\x01\x30\x39\x32\xde\x53\xed\x08\xe0\x70\x7b\x02\x53\x63\x23\xe0\x57\x28\xac\xae\x5a\x0d\x84\xeb\x0a\x9d\x56\x0d\x03\xe2\xf2\x84\x4f\x29\x7f\x05\x12\x4b\x85\xb7\xa9\xfc\x02\x32\x9a\x45\x37\xab\x4d\x01\xb2\xb2\x27\x3d\x27\xfb\xa1\xec\x05\xe4\xa5\x4d\x9a\xad\x72\x1e\xd8\xdd\x21\xde\xa1\x7c\x0b\xf8\x27\x41\xbc\x44\x69\x33\x70\xea\x8a\xf8\x4c\xe5\x1d\xc0\xc5\x15\x12\x50\x7c\x09\xdc\x38\x2e\xee\xa5\x98\x0c\xd4\xe8\x4d\xe6\x51\x7f\xae\xfb\x29\x23\x39\x90\x11\x7e\xef\xdf\xf7\xff\x65\x27\x19\xd7\x09\xac\x05\x34\x66\x99\x97\x08\xe6\x02\x06\x2c\x2b\x61\x91\x0d\x80\xc9\x45\xa7\x79\xe2\x19\x80\x79\x9d\xd7\x8a\x69\x89\x00\xcb\x2e\x6c\xb6\xac\x2a\x60\x69\x30\xd7\x54\xe9\x19\xc0\x72\x5d\xe2\xae\xa1\x07\xb0\x66\xac\x7f\xad\xe7\x0f\x30\xa5\x8a\xee\xd0\xee\x02\xe6\x0f\x4e\x1b\x9b\xd4\x03\x66\x59\x37\xf3\xcc\x8f\x03\xa6\x2e\x8f\xad\xcd\xa7\x02\xc6\xb9\xed\xb9\xf4\x75\x80\x71\x1f\xa1\x49\xe7\x00\xb4\x72\x58\x1a\x5a\x01\xfa\xdb\x50\xa5\xd9\xda\x73\x53\xff\x01\x76\xe8\x8c\xfd\xbe\x58\x5f\x15\x7b\xb5\x27\xb4\xef\xa3\xde\xc5\x3e\xad\x45\x6f\x53\xa8\xf5\xd8\xab\x95\xf6\xbc\x80\xda\x82\x62\x2d\x83\xc6\x5c\xea\x19\x1c\xd1\x4c\x6e\xf0\x32\x88\xc7\x1a\x1d\xcd\xda\xf1\x06\x1b\xb1\x41\xfb\xfe\xed\x6c\x7d\x06\xce\x68\xd4\x55\xa6\xeb\x35\xe2\x89\xea\xba\xc1\x3a\x9d\x92\x46\xf6\x61\xd8\xef\xe5\xf9\x5b\xa3\xca\x0d\x78\xbf\xe3\x92\xf3\xff\xc9\x3c\x08\x0d\x7b\x53\xb6\xa0\x06\x60\x28\x6f\x39\x5b\xa4\x15\xa0\x57\x38\x78\x4a\x18\xfe\xe9\x03\x73\x4b\x58\xaa\xcc\x1a\xc0\x6a\x52\x7c\xa5\x72\x01\x60\x39\x90\xf1\x5d\x33\x00\xb0\xac\xd9\x70\xcf\xc0\x1e\x60\x2e\xd8\x6d\x62\xb4\x15\x60\x88\x9d\x31\x31\x3b\x0d\xd0\xcb\x2a\x67\x9a\x89\x02\x74\xa1\xa6\x53\x8c\x33\x80\x49\x55\xe7\x76\xc6\x18\xc0\x44\x95\xa8\x34\x4b\x03\x68\x15\x60\x19\xba\x70\x8f\x19\x2a\x62\xb1\xde\xc2\xee\x47\x06\x16\x58\xa9\xeb\xf5\xf9\x93\xc1\x4b\x44\x50\x0d\xde\x4f\xd7\xbf\x86\x2c\x9d\xdc\x97\x1f\x0c\x6e\x23\x46\x6f\xc7\x33\x69\x83\xd3\x48\xd2\xbd\xfd\xa8\xc6\x70\x00\x3e\xd4\xb7\x75\x5c\xc3\x32\xcc\xd1\x4b\xba\x6b\xa2\xff\x10\xfb\xb4\xe4\xaa\x2d\x0d\xde\x22\x4f\xdb\xe5\xe6\x34\x7d\x79\x5c\x57\xe7\xad\xe6\xbf\x79\x98\xff\xf6\xb7\xc8\xfb\xff\x4a\xe9\x46\x31\x63\x57\xff\x8b\x8b\xe1\xf3\x41\x66\x51\x76\x85\x12\xca\x83\xf5\xb9\xbf\x92\xda\x01\x58\xb6\x86\x7e\x96\x4b\x02\xac\xd6\xc7\x2f\x55\x06\x60\x33\x76\x11\x5b\x67\x11\x60\x79\x72\xbd\xa1\xfe\x5c\xc0\x52\x69\xb7\xb2\xe9\x56\xc0\xe2\xeb\x99\x42\xb3\xcd\x80\x59\x66\x55\xb0\x85\x36\x40\x57\x7b\x3a\x9e\x39\x1e\x30\xdd\xff\x75\x02\x6b\xb0\x1f\x1e\xc4\x25\xb3\x5e\xb2\x0f\x03\xc5\x86\xed\xf0\xd0\x7f\xff\xa3\xdd\xb0\x18\x8e\xfa\x9d\x1d\xc7\x0c\x7a\x10\x42\x4d\x7e\x1b\x40\x73\x85\xae\xa1\xe7\x8b\x3a\x43\x0d\x84\x52\x75\x1b\xcd\x0c\x4f\x21\x80\xba\xb5\xe1\x04\x6d\x3f\x1c\xf5\x6f\xd5\x25\xd2\x84\x11\x49\x1d\x57\x73\x98\x56\x8c\x28\xaa\x54\x95\xae\x61\x1a\xd6\xe9\x68\x5d\xcf\x36\xc8\xc2\x31\xcd\x1c\xfc\x07\x0f\x33\x72\xfe\xc1\xf0\x3d\x5f\x3e\x07\xa1\x64\x66\x30\x7a\xac\xfc\x1f\x2e\xc6\xa8\x91\x21\x26\xba\x19\x30\x2f\xb1\x9b\x2b\xf1\x11\xb0\x8c\xf1\x98\x36\x43\x11\xb0\x99\x10\x62\x24\xff\x08\xb0\x95\x8a\x8b\x57\xfd\x05\xd8\x1a\x2e\x32\xd0\x3d\x0f\x58\x7f\x58\x77\x96\x76\x18\x60\xe5\x16\xd1\x4d\x64\x00\xe6\xf2\x33\xfb\x18\xf5\x80\xc5\xd2\xaa\x4d\x96\xed\x00\xbd\xf6\xb9\xac\x65\x00\x60\xda\xf8\xad\xd6\x32\x12\x30\x59\x4e\x9c\x32\xdf\x04\xd0\xac\xe0\xaf\xdf\xd1\x13\x6c\xb4\x8d\xe0\x18\xd7\x7f\x3f\x63\x78\x12\x76\x06\x53\x3f\xb8\x19\xf9\x41\xc0\x78\xc6\x9b\x44\x23\x05\x4c\x36\x32\x7f\xa6\x65\xb4\x0e\x53\x8c\xa4\x1e\xde\x32\x66\x41\xcc\xe8\x44\x7d\x2f\xed\x15\x6c\x0c\xd4\xef\xee\x30\x5a\x0c\x2b\x83\x79\xd5\x32\xc6\x2a\xb0\x32\xd8\x53\x51\x46\xa3\x62\xb9\xae\xe8\xb5\xf1\xb4\xbb\x58\xaa\x1b\xf2\x5f\x7d\x20\xcf\x05\xdd\x6f\x3c\x2d\xd1\xe5\xdd\x5b\x12\xef\xd7\xe5\xdd\xe7\x53\x9f\xac\x1f\x3e\xee\xee\xbf\xb8\x98\x13\xa6\x7b\x44\x09\x80\x99\x6e\x79\x43\xd2\x1d\xb0\xd6\x74\x95\x9d\xb1\x08\xb0\xcd\x09\xcc\x52\x50\x04\x1c\xc2\x67\x2b\x68\x4e\x07\xec\x8d\x17\x5e\xa0\x32\x00\x9b\xdf\xeb\xf2\x8d\x5d\x00\xeb\x25\x45\x6c\x8b\x46\x80\x79\xef\x4c\x3f\x73\x3b\x60\x21\x78\x2b\xd1\x32\x15\x30\xfb\xde\x42\xb5\xf9\x01\xd0\xaf\xfe\x94\xb7\x71\x27\xfb\xc0\xbd\x63\xbc\x93\x68\xa6\x4b\xff\x4c\x37\x36\x25\x9a\x4d\xef\x7c\xba\x6c\x5c\x41\x54\xd3\xb9\x6d\xb7\x8d\xbd\x89\x57\xa6\x71\x2d\x2e\xc6\x62\x44\x9f\xf1\xa7\x27\x3d\x26\x3b\x89\x46\x7a\xf8\x83\xb5\xc6\xcd\x04\x8c\xef\xdc\x6b\x34\x0e\x85\x12\x6d\x43\x8d\xa5\xf1\x13\xa8\xd2\xb2\x2a\xf3\x8c\x6f\xc3\xc8\x70\xcd\xf5\xb9\xc6\x0e\xf0\xd1\x5f\x73\xf9\xb4\xf1\x3f\x08\xd5\xff\x4f\x4e\xee\x2f\x9f\x8f\xef\xff\xcb\x78\xe9\xd4\x8c\xbe\xfc\x27\x0f\x42\x3f\x49\xdf\x61\xa2\xc3\x9f\x3e\x58\xee\x61\x7d\x9f\x62\x08\xd8\x16\x3a\x12\xd2\x86\x80\xa3\x89\xaf\x8a\x62\x05\xe0\x68\x15\x5b\xa4\xf9\x06\x70\x20\xd2\xea\x0d\x18\x80\x5d\xfe\xba\x71\xa6\xc7\x01\x1b\xa3\xdd\xf1\xcc\x05\x00\xeb\x7d\xc9\x26\x2b\x23\x80\x11\x59\x63\x6a\x3b\x01\x30\x0f\x6f\xad\xb2\x5b\x0b\x98\x15\xf4\x68\xd9\x3b\x02\xa6\x9b\x88\xb9\xcc\xfe\xde\x97\x26\xda\xc4\x29\xf3\xe0\xaf\xf7\x4c\x4a\x88\x5c\x8b\xd6\xbf\xf9\xb8\x67\xc1\x26\xb5\xc4\x4d\xb3\xcc\x47\x97\x4c\x17\x10\xd7\xcc\xba\x6a\x9b\x4c\x3d\x89\x57\xf4\xc9\xc3\x5c\x58\xbc\xe9\x52\x8c\x31\x11\xb8\x56\x61\x5a\x05\x71\x63\xc7\xcb\x74\xfa\x28\x28\x18\x2d\xb8\x68\x61\xea\x06\x6b\x43\xea\xff\xfb\x5c\x20\xfd\x7f\xc5\xfd\x5a\x2f\xc7\xc4\xfd\xe1\x41\x8c\x9d\xf4\xeb\x85\xfc\x01\x46\xb7\x71\x9e\x98\x0a\x60\x6b\xcd\xf8\x3d\x65\x22\xe0\x28\xe8\xf0\x55\x66\xf0\x53\x91\xae\x77\xbb\xb2\x10\xe0\x52\x10\x1d\xa1\x43\x05\x9c\x18\x29\xa7\x0d\x5a\x00\x87\x89\x6b\x2d\xcc\x94\x00\xdb\x88\x22\x25\x4b\x11\xc0\x4a\xb2\xa4\xca\xe6\x17\xba\x98\x89\x35\xd5\xf6\xdf\xf1\xc1\xc2\xee\xd5\x4f\xc7\x12\x0c\x98\x27\x0f\x9c\x74\x72\xc4\x51\xd3\x79\xc4\x02\xe6\x91\xae\x0f\xa6\x85\x44\x30\xeb\x7c\xa7\xa7\x69\x19\x11\xce\xca\x7f\xbb\x87\xbe\x9b\x70\xb0\x1a\xf7\x7c\x9c\x99\x14\xe1\x63\x79\xe1\xf1\x0e\xb3\x49\x44\x1a\x4b\xe1\xfe\x2c\x7a\x2f\x51\xc8\x70\x23\xb9\xb0\xca\xfd\x66\x6f\x88\xf3\x16\x76\x37\x5e\xd2\xbb\x89\x36\x7a\xcc\x95\x7d\x66\xda\x44\x9f\xa9\xf9\x85\x01\xb3\x30\x08\x9b\xcc\x3c\x7b\xd4\xec\x09\x26\x1b\x7f\xfc\xaf\xfd\xc0\xf7\xbd\xf9\xf7\xde\x49\xff\x9f\xe4\x20\xa8\xef\xb4\x19\x82\x96\x7f\x78\x10\x92\x8b\x71\xcc\x34\xaf\x96\x7c\x0a\xb8\x24\x3a\x4e\x91\xed\x05\xdc\x56\x7a\x96\xaa\x52\x01\x37\xbb\x88\x34\x9d\xe2\xc1\xff\x9e\x5c\x6d\x94\x0a\x38\x9d\x59\x1d\xc4\xd8\x08\x38\x04\x16\xbc\xb6\x73\x1d\xe6\x06\xef\xb0\xc2\xef\xc6\x3a\x27\xa1\x9c\x31\xa9\x4d\xd6\xe5\x03\xfa\xcd\xb7\x72\xd7\x3a\x1d\x1f\x60\xd0\x5f\x13\xe3\x6d\x1e\x7d\xf6\x30\xdf\xc1\x3d\xe5\x98\xda\x76\xcc\x5c\x87\xfb\xd9\xee\x72\x4b\x8c\xf9\x65\xee\x4f\xbb\x0b\x8d\x3b\x2d\xf2\xb8\xdf\xec\x59\x0d\xae\xe6\xb5\x04\xcb\xda\xf7\xae\x97\x85\x19\xe1\x63\xb5\xad\xda\xc9\xe2\x21\x11\x66\xe5\x7c\xe3\xa4\x85\x12\xb1\x8b\x29\x77\xf9\x26\xe3\x18\xb1\x9e\x15\x78\x31\xdc\x62\x3f\x51\x63\xde\x7a\x76\xb9\xc5\x1d\xe2\xb9\xd9\x95\x53\x85\x8c\xb1\xc4\x4f\x7a\xd0\xff\xbd\x1f\x28\x14\x25\xde\x3a\x11\x2f\x53\x70\x1c\x54\x55\x01\xe5\xb4\x31\x4b\x00\x9a\xa1\x5a\xfb\x78\xd1\x3f\x3c\x88\x13\x43\x7f\xb2\xe8\x5a\xc0\x6d\xaa\xf1\x0b\xf1\x16\xc0\x23\xc5\xce\x5b\xd6\x01\xf0\xf8\xe0\xde\xa0\xa6\x04\x78\xa9\x86\xed\xd4\x67\x02\x1e\x2e\x89\x67\xe9\x2c\xc0\x55\x20\x7b\x89\x95\x14\xba\x1d\xa7\x14\x6c\xb3\xff\x07\xd7\x6d\x45\x4a\x37\xb9\xb8\x61\x8b\xe5\xd9\x7b\x84\x7b\x1d\x92\x98\xbe\xed\x93\xbd\x1c\x51\x69\xb1\x9e\xab\xe7\x16\x43\xe6\x65\x91\x3c\x54\x6b\x3d\x73\x3a\xd7\xdf\x4d\xa2\xb1\x9f\x59\xc4\x4d\x77\x95\xac\xff\xc6\x12\xe3\x16\x3a\xb7\xdc\xd5\x64\x66\x71\x3b\x1c\x2c\xaa\xc6\xb0\x1e\x71\x5f\x3b\xaa\x5c\x97\x60\xd1\x09\x75\xdb\x23\x97\xf7\xb0\x1c\x09\x57\xeb\xae\xf3\x07\x98\xb7\x88\x75\xac\xf2\xd2\x68\xd6\x61\x22\xdb\xd2\xf2\x24\xc7\x52\x96\xd8\xc5\xf2\x3e\x6e\xcc\xbc\x40\x34\x9b\xf3\xa8\xf2\xbf\xb9\xa8\xa1\x75\x30\x86\x2a\xcf\xcb\xad\x97\xd1\x92\x73\x1f\xd5\x0f\xe8\x46\x2a\x6a\x8e\x49\x07\xe8\x9b\x94\x46\x8f\xbd\xfa\x87\x07\x21\xf3\x41\xbc\x9d\x0d\x35\x27\x97\x02\x01\x69\xac\x29\xd2\x03\x80\x3f\xd7\xd5\x54\x5d\x16\xf0\xcb\x0b\xb4\x31\x9c\x0d\x78\xaf\x98\x17\x66\xfe\x0a\x70\x9f\x94\xa5\x65\x63\x8b\x6a\xe7\xb9\xbb\x96\x39\xbf\xc6\x0a\x7b\xf5\x92\xaf\x9e\xea\x30\xb1\x8e\xbb\x3f\xce\xf7\x1a\xc4\x59\xfb\x3e\x0f\x04\xe8\xb1\xf5\x99\xc1\x9c\x55\xbe\xf3\x3a\xe7\x32\xf7\x71\xee\x78\x2f\x7a\xd9\xcc\x6a\xe6\x34\x78\x7f\x6c\xfa\x61\xb9\x8c\xf3\xdd\x5b\xf0\xef\x7c\xa8\x4a\x41\xab\x36\xee\x0a\x57\x5c\x4b\xb7\xb2\xe7\x3e\x70\x0a\xba\x1c\x68\x2d\xcc\x7d\xea\xe4\x75\xf6\x93\xf5\x78\x62\xba\xbd\xfe\x19\x01\xeb\x5a\x42\xc1\x7e\xd4\xf1\x2a\x6b\x05\x22\xc6\x7a\xc5\xd1\x51\x56\xa7\x89\xcd\x96\xcc\x83\xa2\xd6\x02\xc4\x69\xe6\x16\xfc\x0f\x0f\x44\xa1\x28\x52\x07\x75\x62\xfe\x8c\xc3\x83\xaa\xd0\x2e\xeb\x34\x3a\x11\x30\xc8\x90\xcd\x12\x48\xf9\x93\x07\xe1\xfc\x49\xe1\xce\xb8\xfa\x3f\x73\x52\x82\xf6\xeb\xbf\x13\x5f\x08\x84\xbe\xa2\x1f\x9a\xae\x03\x84\x4b\xd8\x3f\x51\x79\x09\x04\x07\xf9\xf9\xd3\x76\x01\xfe\x57\x66\xdb\x30\x4f\xe0\x91\x37\x73\xb9\xa7\x63\x17\x56\xba\x85\xed\xf8\xec\x69\x3d\xcc\x47\xd5\xda\xb0\x1f\x64\x87\xc4\x11\xfb\x2c\xcb\x7e\x5d\x09\x2b\xf9\xa1\x6d\xd9\xc2\x2e\x0f\xf5\x78\xbd\xd3\x7a\x0a\x9b\x13\x22\xd6\x28\x6e\x33\x8e\x63\x13\xa4\x35\x9c\x8b\xa4\x68\x1b\xcc\x39\xec\x6f\x4f\xce\x89\xbb\xf2\xdb\x2e\x9f\x3b\xce\x47\xe4\xc2\x4c\xfb\x33\x5c\x69\xef\xad\xa5\x17\xec\xda\xb9\x69\xee\xa7\x4e\x0c\xd8\x4f\xe1\x96\xb9\xb4\x1e\x1d\x6b\x6f\xc5\x7d\xed\x3c\xfa\xe0\x80\x7d\x38\x21\xe4\xd0\xbf\x4f\xcd\xee\x14\xe1\x61\x3b\x6b\x8f\x84\x7d\x2a\xe1\x6b\x6b\xfd\xbf\xeb\x60\x74\x81\x0c\xef\xf3\xe5\x24\x62\x4a\x35\x6f\x3f\xdc\x14\xa7\x0f\xaa\x7e\xcb\x44\x36\xe5\x5f\x1c\x84\x6f\xaf\x8c\xe4\x98\xde\x3f\x3c\x48\xf4\x41\x5d\xf9\xc9\x47\x80\xd8\x25\x34\xb9\xa9\x7d\xc0\xec\x6d\xd6\xc9\xca\xef\x81\xa8\xef\x9e\xf5\x86\x79\x78\x15\x9a\x1d\xbd\xd4\xf6\x06\x0a\xfc\x1f\x2d\xea\x74\x8b\x82\x8e\xe7\xbe\x7c\x8a\xbf\x19\x71\xcd\xb9\xfc\xac\x50\xd8\x78\xc2\xce\x6e\xf9\x13\xef\xe8\x0d\xdc\xd5\xd6\x82\x03\x7b\x63\x7a\xdf\xdd\xb7\xdd\x37\x70\x7a\x36\xa3\x69\x86\xbd\x29\x5b\x28\xc6\xf9\xae\x88\x23\x95\xed\x1d\xfd\xbd\x5a\xcb\xe1\x19\xfb\x61\xf8\xe3\x6b\x5e\x4e\x34\xf6\xa7\xf0\xb4\xb2\x05\x4e\x6b\x39\x56\x21\x2b\x4b\x17\x39\xdd\xe7\xec\x0e\xf4\x3a\x59\xed\x2c\xc6\x79\xe9\xd7\x76\xb4\xc4\xd9\x8e\x3b\xc5\xe7\xca\x81\x5f\xce\xd7\xb8\x01\x5e\xc2\xfb\xd2\x9d\xf3\xb8\x6b\x3c\x84\xf6\x2c\x71\xd2\xe1\x76\x3a\xcb\x15\xe8\x38\x6d\x24\xc4\x1d\x99\x3b\xda\x9c\x76\x12\xda\xf6\x9f\xff\x77\x1d\x8c\x65\x4e\x35\xe6\xed\x87\xb4\xc9\x3c\x1f\x9f\x1a\x21\x14\x3f\xa8\x66\xd5\xa3\x79\x9f\x1f\xc8\x3c\x88\x90\xb7\x42\xf2\x83\x1a\xdb\x20\x93\x37\x6e\x03\x30\xbf\x5f\x65\x81\x30\x17\x48\x0a\xa5\xd2\xa6\x52\x80\x05\xe3\x2c\xba\x15\xf7\x02\xf3\xef\xb9\x24\x19\x3c\xc0\xd3\x59\xb3\x43\x13\xec\x76\xc1\x31\xa4\x3a\x2d\xcf\x87\x41\x54\xf8\x36\x6c\xdd\x13\x66\x37\x30\xd3\x9d\x5a\xd2\x1b\x7b\xf1\x67\xb4\x53\xf6\x43\x9d\xf9\x26\x9f\x9f\xdb\x6f\xfb\x3d\x37\x79\xca\x53\x57\x27\x97\xfe\x2d\x49\xed\x77\x14\x5c\x8e\x0f\x08\x27\x64\x5c\x7f\xe3\xda\x3e\x90\x3d\x77\xf3\x30\xff\x42\x71\x57\x62\x87\xc4\x44\x9f\x38\xe7\x21\xca\x3e\x19\x2d\x78\x98\xee\x11\xcb\x11\x0b\x2f\x39\x58\xe3\x7e\x9b\x33\x2f\xc4\xaa\x98\xe2\xe1\xcf\x39\x16\x34\xbe\xf0\x84\x47\x20\x67\xc0\xaf\x9e\xe4\x5f\xb6\xd3\xdc\x39\xdc\x25\x9e\x8e\x5b\xcb\xdc\x85\xb9\x77\x5c\xb7\x6e\x71\x77\xdb\xce\x65\x3b\xf1\x6e\x13\xe9\xf0\x9f\x13\xd3\x79\x9c\x94\x44\xb4\x24\xef\x7c\x54\x91\x19\xe7\xf8\x6f\xdf\xd3\x81\x3f\xe7\x9e\xf4\xbd\x62\x6a\x28\xbc\xfe\x2d\x98\x3b\xc6\x9c\xe7\x03\x2e\x91\xa3\x4c\xb0\x04\x96\x37\xaa\xeb\x4c\x6e\x05\x32\x3f\x18\x3d\x93\x73\x07\x96\x68\xd9\x49\xe8\x8b\xe1\xe9\x02\xdb\x80\x19\x0e\xb4\x81\x15\xb3\xb2\xe7\x9f\x0b\x31\xff\x66\x18\xda\x95\xf3\x21\x6e\xe2\xbb\x33\x01\xd2\x87\x1d\x17\xc8\xb7\xdc\xf5\x9e\x58\x13\x9b\xfe\xa5\xc9\xd8\xdd\xa7\xc3\x7a\xe9\x89\x9a\x0a\x0f\xf4\xa9\x2c\xa9\xba\xf4\xcd\x7b\x65\xdf\xfb\xf4\xce\x12\x31\x9f\xc8\xfe\x2b\xc9\xe7\x8f\x67\xf8\x0a\x0f\xe8\x24\x9e\x20\xe7\x1f\xed\x5b\xe2\x7b\x99\x2d\x1b\x77\xa8\xf0\xab\x9f\x24\xbb\x68\x56\xe9\xce\x56\x3f\x25\xf6\xfb\x28\xdd\xbc\x8d\xbe\xa7\x38\xb1\xa1\xb1\x5b\x9f\xf8\x80\x53\x1a\x94\xb8\x65\xbe\xef\x4e\x4e\x55\x60\xf5\xc6\x69\x3e\x57\xb9\xba\xbe\x06\x39\x87\x7c\x7c\xb8\xcb\x3c\x8f\xae\x6d\xf6\xea\xe1\xde\x74\xf3\xfe\xd7\x3a\x98\x26\x59\x36\xa8\x33\xbe\x4e\x3c\xc9\x5b\x07\x7c\x3f\x97\xcc\x41\x20\x39\x08\x72\x0e\x3e\xe9\xff\x91\xb9\x20\x6b\x57\x52\xee\x0f\xea\xc6\x3b\x0a\x01\x22\x66\xc0\xe6\x6b\x7a\xa1\x33\x05\x81\x8d\xeb\x99\xca\xba\x4d\x7d\xa2\x2b\x4b\x3c\x4a\xec\xb9\xed\x62\xa9\x91\xd1\xfb\x22\xd4\x9a\x4f\xcc\x79\xb8\xf4\x41\xd2\x3f\xf5\x8e\xd1\x8d\x85\x1b\x17\x4f\xae\xfe\x18\x56\x78\xe5\xc0\xca\x49\xd7\x96\x05\x45\xb6\xbe\x59\xfd\xfd\x6c\x55\x90\x60\xcf\xe1\xd5\x38\xdc\x19\x5c\xdb\xfb\x75\xb9\xc7\x3e\xf1\x90\x8d\x7d\x15\x8b\x97\x91\xb9\x27\x3b\x7c\x42\xa7\x0d\x8c\x4e\x9e\xbe\xd5\x2a\xf4\xfc\xc0\xca\x84\xf5\x9b\x0d\x42\x7a\xd9\x33\xe6\x5c\xdc\xa0\x15\xf2\x94\x9d\x19\x9b\x91\x13\x16\x72\x9f\x5d\x1f\x7d\x7a\xb5\x7f\x48\x32\x47\x3f\x42\x20\xdb\x24\x58\x97\xb3\x2d\xc4\x7c\x65\x5c\xb0\x3e\xe7\x41\x60\xf9\x72\xbd\xc0\xf7\x5c\x53\x5f\xf9\xa5\xec\xc0\x46\x6e\x8c\xb7\xfc\x9f\x75\x20\xf2\x52\xa8\x79\x50\xd5\x7a\x86\xe6\x57\x98\xf2\x7f\xbf\x76\xb7\x1c\xd2\x28\xa1\x91\xf5\xaf\xe4\xdf\xf7\x25\xef\x01\x93\x3e\xd8\x9e\xec\x19\x95\xe3\x35\x81\xfd\x2a\x2a\x9f\x25\xfd\xfb\xfa\xf6\xcc\x35\xb1\xd4\x2a\x6e\xd7\xca\x3b\xe4\x98\x6b\xc7\x6a\x4a\x59\xfb\x26\x44\x31\xec\x74\xf5\xba\xc5\xaf\x92\x9e\xa4\x6e\xbd\x98\x99\x7c\x7f\x53\xd8\x8a\xda\x13\xde\xf3\x93\x4e\xb3\x72\x14\x0e\x78\xcf\x91\x7d\xb8\x67\x53\x74\xa1\x7a\x6c\xc5\xef\x31\x5b\x0e\x6e\x5d\x32\xdb\xb9\xa7\x7c\xad\xc5\x86\x83\xb3\x1b\x7b\x2f\xac\xfc\xb8\xf6\xc1\xec\x63\x7d\x59\xcb\x26\x67\xaf\x99\x5d\xd8\x2f\xb3\x48\x29\xab\x28\x36\xbf\xff\x4e\x6a\x56\xe6\x9d\x58\xea\xc0\xe2\x44\xf7\xa5\x47\x62\x9e\x0c\xbc\x9e\xa7\xb0\x78\x47\x4c\x02\x9b\x15\x47\x2c\x6a\x8b\xf6\x62\x3f\x8d\x3e\x96\xfe\x3d\xaa\x89\xa3\x16\xf1\x4f\x5a\x54\x94\x20\x27\x2f\x24\x31\x4d\x3e\x42\x82\xf3\x2b\xc0\x25\xc5\x25\x22\x92\x2b\xea\xcf\xbb\x75\x23\xca\x5b\x0f\x53\xf8\xf5\x91\x1c\x88\xfd\xb7\x21\x0d\x5b\x38\xa4\x64\x0e\x00\x99\x07\x41\xfa\xe0\xe4\x7d\xf8\x43\xfc\xfc\x90\x33\x6e\x63\xf3\x29\x14\x36\xe5\xdc\x0a\xd9\x62\x91\xdf\x1d\x5a\xa7\x32\xa9\x7b\xd4\x04\x9f\xbd\x3d\x14\x67\x3d\xca\x72\x7b\xcd\x99\xdd\x82\xbe\x13\x83\x84\xcf\xcd\xc8\x6d\x9a\xb3\x26\x69\xd5\x5e\xb5\xd5\x73\x56\x74\xae\xfa\x9e\x9b\xb2\x7c\xcf\xfe\xdc\x8d\x7b\x57\x1f\x5d\xc2\xba\x65\xb7\xf5\xea\xd2\x8f\x19\x8e\x5f\x16\xe4\x1b\x65\xec\x4d\x9f\xff\x7b\xfb\xa6\xeb\x0b\x45\xd3\x2e\xf7\x4e\x5e\xdd\x91\xba\x3a\x4d\xa3\xb7\x76\xe5\xad\x61\xee\xe3\x47\xd2\xda\x7e\xa3\x8c\xd2\x61\xee\x63\xff\xfc\xda\x81\xdd\x09\x01\x09\x06\x73\x09\x36\x6d\x8e\xcf\xfc\x84\xb9\xae\xec\xc5\xb1\x03\x24\xef\x11\x7f\x2f\xee\x03\xc7\x25\x5c\x67\x4e\x57\x5c\x13\x67\x61\xe8\x8a\xb8\x09\xb1\x61\xdc\xd1\xfe\x8b\x80\xb1\xf6\x02\x3c\x1e\x46\xa3\x6d\xa8\x8e\xff\x8b\x03\x59\x5e\x37\xb2\x7e\xd2\x07\x3f\x9e\x3e\xa4\x65\x4b\x06\xb5\x3f\xa5\x82\xf7\xff\x7f\x8e\xaa\x74\x9b\xae\x3f\x5e\xfc\xc5\xf7\x6b\x79\x9a\x3a\xf2\x49\xf7\xee\x94\x45\x98\x9f\xa2\x27\x95\xb1\xcf\xf8\xbb\xb5\x7b\x0b\x1e\x0c\x3a\x9c\x15\xd5\x3e\x67\xc1\x26\xbd\x3d\x13\x16\x4f\x58\xe6\xb2\x2c\x70\xd7\xce\xc2\xe3\x6b\x5a\x52\xd6\xe6\xf7\x55\x58\xae\x3f\x39\x6f\xf6\x76\xf9\xf6\x6d\x1b\x4b\xe7\x9c\xda\x82\x9e\xce\x35\x19\x71\x16\x1b\x17\xf5\xa9\x2f\x77\x9b\x7d\x37\xe7\x57\x5f\xe7\xe2\x0d\xb3\x8f\xae\x7e\xd5\x9f\x9c\x2e\x30\xbb\x6d\xa5\xfd\x80\x50\x72\x79\xac\xd9\x8a\x92\x81\x3d\x09\x11\xb1\x6e\x4b\x6f\xb2\xa7\xc4\xaf\x8e\xcd\x59\xb4\x88\x3d\x77\xf6\x89\x98\x49\xe9\x6c\x76\x67\xb4\x54\x74\x44\xba\x32\x27\x38\xec\x71\xf4\xf4\xd4\x9f\x9c\xdd\x21\xfa\x51\xe3\x92\x2b\x38\x9c\x00\xf1\xc8\x5b\x0b\xdc\xb9\xca\x7e\xf6\xc0\x74\xfa\x50\x1d\xa6\x7c\xbe\xc7\x8b\xcf\xbb\xcc\xe1\xfb\xdc\xa4\xff\x4b\xd6\xbf\x37\x7f\x48\x4f\xf3\xcf\x89\x21\x1f\xb0\x2f\xbf\x86\x97\x1f\xd3\x51\x50\x3b\x93\xf7\xbb\xef\xc1\x86\x1a\xf1\x89\x14\x4a\xfd\xef\xba\xbb\x4a\x79\x52\x42\xd7\xea\x6e\xbf\x33\x7a\x4e\xbd\x73\xbc\xf9\x66\x97\xe3\x78\xc7\x03\xf9\xd9\x57\x3e\x85\x9a\x45\xf8\x67\x52\xce\x5d\x49\xf5\x4b\x0d\x4b\xfc\x5d\xf2\x63\x27\x63\xa9\x4e\xac\xc9\x99\xa9\xe5\x09\x2b\xc6\x87\x0b\x9c\xba\xf1\x7e\x5d\xd6\x98\x50\xa9\xa3\xd4\x3e\xa3\x65\x5f\x42\x8d\xf7\x97\xf5\x4f\xcf\x58\x10\x52\xb4\x77\x42\xff\x83\x94\x5d\x21\x07\x76\x5d\x1b\x48\x4b\xf8\x1e\xaa\x9d\x67\x33\xf0\x75\xae\x7f\xa8\x51\xae\x0a\xdb\x3a\xee\x60\xe8\x8a\x0d\xe7\xd9\x87\x63\x3c\x83\xab\xd7\xbb\x73\xf4\x22\x58\x21\xa3\xd7\xe8\x72\x96\x87\x5a\x84\xe8\x64\x7d\xe3\x94\x07\x3d\x08\x2e\x5a\x91\xc5\x1d\xef\x5f\x10\xbc\x34\xf3\x04\x57\xcf\xf7\x49\xd0\xc7\xa5\x8b\xb9\x89\x5e\xed\x00\x75\xf2\xc8\x7d\x40\x72\x20\x19\x7c\x1e\x66\xf3\xeb\x91\xf5\x97\x58\x0d\x69\x05\x2f\x1f\xa7\x7f\x72\x2d\xcf\x17\xef\x78\x30\xe4\x07\xb6\x4a\x36\xa9\xf2\x7e\xf7\x3d\xfe\x42\x40\xa0\x93\x42\xa9\x6c\x7a\xe1\x24\x23\x21\x7a\xb7\x34\xff\x69\xb2\xde\x67\xd5\xfb\x7b\xeb\x1e\x8f\xb1\x2e\x63\x8e\x5d\x97\x75\x3f\x21\xc0\xda\xf7\x9f\xe4\xb1\x77\x18\x89\xe2\x73\x32\x62\x16\xd7\xbc\xc9\x93\x4f\x9a\x14\xbc\xef\xd6\xd3\x4b\x9c\x54\x39\x9f\x9d\xd5\x0f\xdf\x4a\xa7\x75\x7b\x2d\xb8\x31\xba\xff\x5c\xf2\x7a\xaf\xb5\x65\x42\x03\x4b\xe6\x4b\x79\x5d\x28\x59\xce\x16\x8e\x6b\xf1\xea\x3e\xd1\xc1\x9e\x15\xab\xe9\x5d\x75\x28\x81\x5d\x1e\x9d\xe4\x43\xdd\x2f\xc5\xe6\x44\x5a\xf9\x68\x15\xbd\xe5\xc4\x87\x7a\xfa\xe8\xef\xda\xc9\x39\x16\xd4\xe9\xcd\xde\x1e\xcb\x81\x7f\xb8\xcf\x81\xad\xee\xdc\xa9\x7e\x4b\xbd\x13\xb6\x24\x72\xe7\x7b\xed\xf1\xa6\x6c\x9c\xc4\x3d\xeb\x1e\xe1\x7d\x36\xa7\x9c\x7b\xdb\x2d\x1a\x30\x0f\x1c\xb9\x0f\x48\xff\x7b\x03\x9f\x93\xd9\x9b\x35\xa4\xa5\xfc\xfd\x3f\xc4\x01\xf4\x8b\xd6\xf3\xe6\x02\x75\x66\x36\xf1\xf2\x84\x5e\x7a\xb6\x14\x0f\xea\x43\xc9\x37\xbc\x7f\xaf\x32\xff\xc3\xa8\x41\xbd\xd4\xda\x71\x6b\x46\x24\x45\xe2\xf0\xbe\x8f\x66\x1a\x73\xa4\xbb\xf2\xbe\xb7\xe5\x31\xd6\x18\x5c\x5d\xae\xf5\x6a\x87\xf7\x14\x47\x9d\x39\x42\x2f\x1a\xe6\x9a\x84\xc4\x85\x9c\x79\xb1\x7a\x8b\x7b\xd4\x61\x6f\xb9\xe7\xa9\x17\x72\x62\xbf\xb8\x84\x3e\x17\x7e\x25\x12\xf7\xde\x69\x6a\xa3\x38\x7b\x42\xec\x3a\x27\xd3\xda\x19\xec\x43\x91\xaf\x9c\x05\xaa\xde\xb3\x5f\x45\xd8\x3a\xdd\xbb\x3e\x8a\xe3\x1e\x12\xed\x12\x77\xe1\x0a\x27\x3e\xb8\xc9\xb9\xb1\xd4\x99\xf3\xc4\xff\x96\x8b\xe7\x89\xdd\x5c\x51\xdf\xcd\x2e\x0a\x47\xf2\xb8\x5e\x5e\x97\x5d\x7a\x0e\x9a\x72\xe3\x3c\x7f\xbb\xcc\x2e\xee\xe5\x9e\x72\xab\x71\x39\x53\xb4\x8d\xfb\xdc\xa5\xcc\x65\xdb\xae\x72\x82\xe2\x74\xcf\x25\x20\x7f\x14\x41\x73\x50\xf8\xb3\x0f\xc8\x73\x60\xad\xf4\x90\xee\x2e\x1e\xf9\xfe\x0f\x71\x20\x03\xc1\x0f\xb5\x06\xf5\x2b\xeb\x05\x6f\x4e\xce\x6b\xdf\x37\xbc\xe7\xeb\xe3\xaf\x1f\x78\x73\x12\x6a\x26\x7f\x1e\xf2\x3f\x25\xba\x78\xcf\x9b\xe3\x47\x7b\x99\x13\x25\x28\x94\xdd\x9b\x7a\x6a\x14\xfd\x26\xfd\x5e\x1f\xd2\xfd\xc6\xa4\x50\x35\x60\xa1\xe3\x0f\xb6\x9b\xb8\xb9\x42\x64\xce\x37\xe3\xd8\x33\xae\xaf\x7c\x2f\x7e\x9b\xb3\xbe\xce\x27\xc3\xc5\xfe\xdb\x8e\xd2\xed\x01\x6f\x6c\x4f\x7e\x7b\xdd\xb2\x2b\xa8\xde\xda\xb6\x73\x3f\x67\x41\xc0\x7c\x6b\xf1\x97\x5f\x38\xaf\x7d\xb6\x59\xd7\x36\x5d\xe2\xfc\xf2\x91\xb5\x7e\x5f\x9f\xc5\x35\xf7\xcc\xb0\x61\xdd\xb6\xe4\xce\x77\x2f\xb4\xf9\x74\x73\x0e\x77\xb5\x5b\xb3\x6d\xd0\x55\x21\x6e\x89\xab\x9c\xcd\x8d\x0b\x95\x5c\x38\x06\xdb\x4e\x2a\xbd\x41\x48\x39\x58\xd9\xf4\x9d\x8c\x26\xdc\x6c\x0b\xec\xe2\x8e\xc9\x10\xc6\xf6\xc2\x36\xbf\x0e\x79\x12\x1b\xad\x9c\x6d\xf7\xee\xb7\x23\x0a\x2d\x4f\x01\x31\xfc\xf3\x6e\x05\xff\xf9\x58\xc0\x3f\x2f\x4a\xa6\x0e\x69\x15\x2f\xf7\x86\x2b\xf3\x84\xe7\x7b\x7f\x67\xbe\x4c\x1a\xd4\xb7\x51\x1f\x2e\x0c\x6a\xd3\x82\xcf\xfb\x07\xf5\x6e\x42\x97\xc1\xa0\x5e\x93\xec\xe7\xad\x93\xd3\x67\xc1\x5b\x47\xbb\x33\x86\x7e\xa7\xcf\xbd\x0c\xcc\x3c\x28\x78\x77\x39\x01\x18\x44\x49\x9f\x9d\xdf\x84\x06\x87\x16\x9d\xd3\xc1\xc1\x18\x17\x79\x94\x69\xe8\xb1\x9d\x38\x9d\x5d\x6e\xa7\x68\x3f\x97\x88\x3a\xb6\xca\x31\xcf\x32\x8c\x50\x6c\xb8\xeb\xec\xcd\x38\x4b\x28\xb1\x69\x4e\xc7\x2d\x14\xba\x63\x88\xe9\xb6\x77\x2c\xda\x3f\x15\x73\x07\xec\x23\x2d\xe6\xbc\x99\x42\x50\x6d\x9a\x2d\xce\x36\x33\x09\x2b\x1b\x2d\xc6\x82\x87\x93\x09\x7b\x1b\x75\x8b\x0f\xb5\xf9\xc4\x52\xcb\x78\x46\x50\xf5\x3b\x62\x0b\x2b\x97\x31\xe7\x46\x20\x71\x9a\xc1\x61\xdc\xbe\xd2\x43\x5c\x65\x84\x30\x3c\x2e\x5e\x20\xda\xcc\xb8\x16\xa7\x4a\x57\x61\xb2\xe9\x18\xa6\xc8\xa9\x17\xa0\xd0\x23\x80\x8c\xdb\x43\xf5\xfe\x9d\x87\x32\xb4\xff\x89\x9d\x4d\x19\x83\xda\x95\xf6\xc6\x7f\x50\xdf\xe5\xb4\xf3\xde\xf7\x67\xf1\xdf\x19\x83\x5a\x67\xd3\xcb\xab\xb3\xe2\xe8\xd0\xbc\x0c\x92\x83\xd9\x77\x74\x48\x37\xf3\xef\xf7\xae\x9c\x0a\x88\x77\x53\x28\x29\xfd\x80\x4e\x8b\xe4\xa1\x59\x5d\x80\xed\x01\x95\x46\xdf\x8b\xd8\x10\x72\xcc\x30\xc8\x65\x23\xc2\x16\xb3\x4d\x4f\xd9\xf4\x41\xa5\xf0\xa6\xc5\x46\xa6\x32\x31\x70\x55\x83\xe9\x61\x96\x44\xfc\x7e\xe1\xc0\xf8\x32\x3c\xd7\xe2\x1e\x0c\xe1\x4c\x2b\x30\x91\xff\xa5\x02\x69\xe3\x2a\x63\x5a\xc7\x61\xd0\x68\xb5\x26\x12\x6f\xed\x30\xd5\x78\x8b\x71\xf2\x73\x39\x18\xd3\xe6\x1a\xd7\x3e\x51\x87\x31\x2d\xd9\xf8\xd3\xfd\x14\x58\x1b\x1e\x33\x11\xbf\xab\x04\x27\x43\x53\x93\xa8\xaa\x9f\xf0\x34\x68\x30\x89\xbb\xde\x8d\x08\xfd\x6a\x13\xb7\x2b\x8b\x90\x4c\xdd\xf0\xe7\x39\x70\x84\xcf\xc3\x0e\xe7\xa1\x94\xff\xbb\xfe\x8f\x16\x43\xeb\xfd\xc5\xd7\xdf\x9a\x83\xfa\xc0\x80\xcb\xcb\x07\xaa\xe4\xfb\x40\x24\x07\x43\xfa\x7f\xa4\xff\xbb\x92\x9f\x07\x90\xe4\x0d\x4c\x58\x4e\xa1\xcc\x61\x01\x9a\xbb\x27\x8d\x0f\x49\x01\xac\xa4\x65\xfb\x3d\x66\xe3\x8d\xbf\xb5\x26\xc3\x51\x1e\x37\x53\xc6\xe8\x95\x5b\x5d\x42\xd1\xe6\xab\x86\x51\x16\x22\xc8\x39\x56\x42\x0b\x36\x5d\x81\x8c\xaa\x4e\x23\x49\xe3\x24\x64\xb6\xba\xd2\xae\x19\x79\xe0\x74\x57\xa5\x41\xc8\x30\xef\x90\x8f\x09\x80\xfa\x18\xea\xc5\xee\x78\xfc\x54\x7b\x4b\xf5\xee\x54\x42\xbb\x5a\x33\x35\xee\xdd\x58\xb4\xaa\x33\xa9\x4f\x5a\xdd\xd0\xa0\x21\x40\x4d\x6c\x2a\xc7\x33\x35\x82\xba\xf5\x41\x33\x9e\xaa\x35\xea\x35\xd6\x9d\x40\xbb\xaa\x26\xd5\xfb\xf6\x12\xbc\x53\x5d\x02\xec\xaf\x18\xaa\xfb\x2a\xbf\x0f\x43\x1c\xe0\xef\xc8\x36\x1e\x27\xd3\xe1\xf7\x8d\xd7\x8f\x57\x6e\x03\x99\xbc\x73\x70\xe2\x10\x0f\x40\x72\x40\xc3\x1c\x0c\x99\x03\xc0\xf7\xfd\xd7\xf2\xe7\x06\x91\xf7\xdf\xa3\xd2\x81\xd1\x52\x14\x4a\x78\x15\xa0\x9a\x2d\x54\xe9\xab\x03\x58\xa4\x4b\x1d\x71\x4e\x02\xbc\x4c\x15\x7f\xda\x00\x88\x4f\x51\xfd\xc8\x68\x01\xb2\xee\x68\x68\x92\x73\x1d\x8c\xe5\xd0\x5a\x7a\x5a\x7b\x81\xe1\x61\xbc\xae\x71\xd4\x36\x36\x34\xc6\xd3\x67\xaf\x75\xd6\x1a\xc4\xa2\xef\x8b\xa0\xb6\x88\x41\x0e\x80\xaf\x1a\x1d\xe4\x1c\x0b\x8d\x3e\x6c\x04\xa6\xdb\x6a\x29\xfc\xca\x07\x64\x44\xb5\x12\xbf\xec\x03\x64\x17\x6b\x2e\xfa\xe0\x0d\xc8\x44\x6a\xed\x7b\xc9\x01\xe4\x0a\x35\xa3\x9e\xaf\x02\x64\x76\x69\x46\x3c\x29\x07\x64\x36\x02\x65\xf3\x28\xff\xe2\x60\x7a\x5f\xbd\xe5\x71\x90\x9f\xdd\xbf\xf1\xd6\xc9\xeb\xac\x81\x4d\x83\xfa\xc8\x65\xa8\x9e\x2a\xfe\xfb\x7d\x81\xef\x03\x1e\x26\x86\x74\x38\x0f\x85\xef\x0b\x2e\xe5\xfb\xff\x64\x0e\x84\x3f\xdf\x0f\xf5\xbd\x01\x28\x84\x8e\x5f\xe9\xa6\x09\x98\x1a\x48\x1c\xb7\xdd\x0d\x38\xe7\x4b\x27\x5a\xc6\x02\x91\x5f\xe4\xbe\x98\x0f\x00\x8b\x95\x94\x1a\x4d\x46\x03\x9b\x8d\x94\x35\x68\x2b\x81\x83\x99\xaa\x69\xe4\x1c\x07\xea\x09\xa0\xda\x45\xf5\x3c\x55\x03\x78\xb2\x54\x2d\x52\xaf\x0e\x78\x5f\xa4\x36\x46\x2f\x1a\xe8\xeb\x56\x8e\x19\xce\xb9\x58\x3a\xa8\x53\xf3\x14\x8f\x0e\xaa\xa8\x9c\x62\x75\xaf\x0f\x20\x76\x43\xe1\xfb\xf7\xd3\x80\xd8\x7a\xe5\xac\x4f\x5a\x80\xc4\x5b\x65\x6a\xdb\x6a\x40\xe2\x29\x50\xdb\xcc\x3b\x07\x0b\xdf\xf3\xbe\x48\x7d\xa3\x76\x55\xf1\xce\x41\x15\x36\x2f\x17\x62\x98\x03\x5a\x33\xa4\x65\xfc\xfa\x8f\xf3\xe7\x9f\x90\xf7\xe0\x49\xff\x33\x6b\xe6\x90\xa6\xf0\xf7\x05\x79\xff\xdf\x9d\x31\xa4\x56\xaf\x81\x89\x3f\x29\x14\xdb\x32\x80\xea\x2e\x62\xc8\x9c\x07\xd8\x2c\x92\x7c\x6e\x96\x06\x04\xd5\x49\xad\x34\x21\x80\x05\xce\x33\x5f\xd0\xea\x81\x55\xb7\x64\x8f\xe9\x1f\x06\x76\x9c\x96\xdb\xa3\x97\x0b\x1c\xf2\x93\xeb\xd5\x3d\x00\x9c\xfd\xae\x30\x4e\x57\x06\xb8\xb1\x40\xa1\x4f\x67\x36\xd0\x30\x51\x91\xa9\x23\x0f\xbc\x7e\xac\xa8\xa9\x55\x00\x7c\x75\x96\x2d\xd5\xda\x38\x58\xbf\x74\xb9\xda\x9c\x41\x95\x7c\x4f\xf6\x63\xe6\xb3\x41\x1d\x57\x3e\x66\xf5\xd0\xe4\x8f\x51\xac\x7e\x85\x41\x85\x73\x1b\x8f\x7b\xec\x92\xf9\xc1\xfb\x5e\xfd\x9e\xef\xe3\x92\x79\x50\x35\xfc\xb9\x47\xc3\x1c\x10\x3f\x2f\x86\x9c\x07\x31\x9c\x87\xf2\x6b\xa4\xff\x3d\xcc\x81\xf0\xfd\x60\x47\xfe\x5c\x10\x63\x23\x60\xf4\x36\x0a\x85\x31\x00\x68\x8f\x9e\x38\xca\x34\x13\x60\xac\x17\xfb\x68\xd8\x07\x78\xa9\x4e\xbe\x68\x68\x0c\xc4\x36\x4f\x79\x4f\x95\x02\x16\x45\x4f\x8b\xa1\x96\x02\xeb\x7d\xa5\x2f\xeb\x34\x03\xbb\x72\xa5\xe3\x74\x0a\x81\x83\xd6\x32\x82\xda\x2b\x81\x33\x56\x32\x99\xa4\xbf\xaf\x51\x0a\xdc\xa5\xcf\x9c\xaa\x51\x0e\x3c\xf3\x99\xb9\x55\xe3\x3e\xf0\xa1\x61\xa6\x89\xda\x12\xe0\x97\xd7\xb4\x71\x24\xe7\xf0\x77\x3f\xc6\xdd\x1d\xea\xc7\xaf\xc4\x2e\xa3\xc1\xd7\xd7\xee\xf4\x17\x07\xc4\xcf\x43\x22\x39\xa0\x93\x18\xf9\x1c\x20\xe7\x02\xe5\x08\x8c\xdc\x07\x89\x16\x23\xd7\x81\x97\xef\x90\x92\xf9\x07\x7a\xf9\x43\x6a\x2a\x06\xa8\x1e\x1a\x47\xe8\xb7\x01\xc6\xd3\x84\x98\xfa\xda\x80\x33\x21\x5a\xa1\xeb\x09\x84\x45\x4f\x5a\xaa\x2b\x08\x2c\xa8\x96\x1c\xa5\xf9\x12\xc8\xdc\x21\x51\xac\xf9\x1e\xd8\x78\x6f\xaa\x84\xe6\x34\x20\x3f\x67\xea\x11\x4d\x07\x60\xdf\x3f\x52\x9b\x48\x7f\x5f\x7d\x2a\x50\x96\x2f\x95\xab\xe6\x07\x54\x6f\x92\x5a\xa8\x5c\x03\xd4\xd7\x4f\x31\x52\x8d\x04\x5a\x5b\xa6\xb9\xab\x14\x00\x9d\x92\x53\x5c\x94\x8b\x80\x3e\x39\x71\x7d\xb2\x1f\xb2\xf3\x07\x55\xb0\xa2\x33\x74\x88\x83\x1c\xce\x43\xe2\x73\x40\x24\x07\x73\xba\x1d\xff\xc9\xc1\x0c\xe7\xa1\xf0\xd7\x7f\x32\x9f\xa3\x89\x65\xe3\x3f\x39\x10\x73\x7e\x9f\x74\x3e\x03\xa3\x3a\x29\x14\x9a\x1f\xa0\xac\x31\xf6\xa4\xce\x15\x80\xba\x52\xb0\x44\x67\x12\x60\xfb\x8f\x50\x8a\xe6\x06\xc0\x6f\xaf\xf0\x4d\x75\x0b\x20\x46\x5c\x24\x43\x75\x15\x90\x12\x26\x6a\x39\x58\x47\x66\xab\x98\x88\xc6\x1c\x60\xc3\x38\x49\x57\xb5\x42\x20\x7f\xba\x44\x97\x8a\x09\xb0\x77\x9d\xf8\x36\x65\x3b\xe0\xc8\x6e\xf1\x04\xe5\x37\xc0\xd9\xeb\x92\x53\x95\x8f\x03\x37\x46\x4b\x16\x28\xe9\x00\x77\xde\x8b\x0f\x28\xb9\x03\x8d\x76\x12\xea\x0a\x5f\x81\x57\x96\x93\xda\x15\x9d\x81\x8e\x93\x93\x0a\x95\x04\x81\xbe\x46\xb1\x77\x7f\x73\x40\xe5\xe6\x43\x3a\xcc\x01\xf1\x73\x60\x48\x0e\x66\x53\x2c\xff\x1c\x50\x18\xd2\x74\xbe\xc6\xf3\x39\xc1\x08\x3e\xe7\xe0\xc3\xe7\x6a\xec\x0b\x86\xd4\x84\xcf\xdd\x68\xf0\xf7\x93\xd2\x18\x40\xec\x14\x85\xa2\x61\x07\x68\x79\x8f\x4b\x57\x9b\x06\x58\x48\x8c\xcf\x57\xbd\x0f\xb8\x3e\x9d\x90\xaa\x32\x1f\x08\x9e\x35\x31\x4c\xd1\x14\x98\x5d\x3b\xa1\x5c\x79\x13\x90\x5a\x27\xfc\x59\xb9\x02\x58\xa1\x22\xba\x5c\xc9\x07\x58\x2b\x22\x2a\xaa\x94\x09\x6c\x3d\x29\x16\xad\x3c\x16\x28\x0a\x9a\xf4\x4b\xf1\x36\x70\x48\x60\xd2\x6a\x85\x4c\xe0\x14\x47\xec\xb2\xfc\x06\xe0\x62\xb1\x98\x98\x7c\x25\x50\xd1\x24\x76\x46\xae\x18\xa8\xdd\x2a\xea\x23\x9f\x04\x3c\x39\x29\xe6\x28\xfb\x1c\x78\x19\x25\x7c\xeb\x6f\x0e\xa8\x94\x3f\xd7\x86\x9c\x0b\x55\xe0\x3c\xf2\x1c\x24\xf3\x50\x48\x0e\x24\x91\xdf\x17\x92\x87\x0a\x74\x19\xb9\x0e\x86\x39\x90\xc2\x21\x55\xe1\xe7\x86\xc8\xe8\x02\x82\x8d\x14\x8a\x5a\x0c\xa0\x7e\x7a\x6c\xbe\x62\x0c\x40\xa3\x8c\xf9\x25\x77\x00\xb0\xee\x1f\x03\xc1\x5c\x80\x79\x89\x42\x91\x8b\x05\x42\x43\xc6\xb5\xc9\x17\x03\xf1\x79\x82\xef\x15\x66\x02\x29\xb1\x13\x65\x15\x2c\x80\x25\x5b\x84\x04\xe5\x6b\x81\xec\x5b\x42\x9b\xe4\x38\xc0\x66\x9a\xd0\x31\xa1\xf7\xc0\xba\x9b\x14\x8a\xbc\x3b\xb0\xef\xb8\xc8\x22\xd9\x14\xe0\xa8\xbb\xd0\x4b\xc9\x00\xe0\xb8\x2b\x85\x22\xd3\x0a\x5c\x9a\x2c\x54\x27\x3b\x0f\xa8\xec\x10\x2e\x17\xdd\x0c\x54\x45\x0f\xfd\x2e\xe9\x4c\x0c\xa9\x9d\x28\xdf\xdf\xd3\xa5\xfc\x07\x07\x42\xfa\x5c\x24\x0f\x32\xb3\xcd\xec\xb0\x80\x29\xa0\xc0\x61\x7d\x18\xfb\x1a\xd0\x30\xb7\xeb\x9c\xf0\x12\xd0\x4b\xf5\xde\x21\x16\x06\x18\x32\xc3\xd4\x25\x0d\x00\xda\xd1\xf8\xd5\x52\xb1\x00\xcd\x7e\xd1\x95\x99\xe2\x00\xad\x6e\x9d\xa4\xfc\x1b\xc0\x50\xa1\x30\x4d\x29\x11\x30\xd8\x7e\x22\x54\xb5\x16\x30\x78\x76\x43\x5c\x6b\x05\xa0\x2f\xff\xf0\x91\xd6\x34\x80\x3a\xf3\xfd\x33\xcd\x09\x00\xb5\x73\x60\x9f\xa6\x2e\xa0\x33\x13\x90\xbf\x0d\x68\x6e\x03\x66\x8e\xeb\x19\xaf\x35\x01\x90\xdd\xf3\xed\x96\x56\x0f\xa0\xa0\xd3\x9e\xa7\x79\x00\x90\xa3\xbd\x55\xd5\x12\x05\xe4\x8d\x5e\x94\x6b\x16\x00\x72\x0b\x1a\xeb\x34\x2f\x02\x72\x6b\x1e\xfc\xd4\x12\x00\xe4\x9e\xd4\x75\x0e\xfe\x9b\xb2\xa3\x6f\xc7\x69\x96\x02\xb2\x47\xab\xeb\x34\xa9\x80\x0c\xef\xdd\xfd\x9b\x03\x19\xce\xbb\xe7\xfb\x1a\xe4\xbd\x46\xdd\x11\x3c\x88\xac\x3e\x3d\x56\xe0\x06\xa0\x32\x93\xe5\x33\x5e\x13\xd0\x55\x73\xb0\x10\xde\x3c\xf8\x34\xf4\x78\x2d\x16\x0a\xd0\x4c\x42\x67\x48\x9e\x04\x4c\x04\xe3\xc5\x67\xc4\x02\x26\x2b\x17\xbd\x90\x5b\x05\x18\xf9\xae\x57\x50\x68\x04\x68\x2d\x85\xa5\x2a\x1f\x01\x5a\xd6\xc9\x2c\x4d\x75\xc0\xa0\xf9\xc6\x28\xad\x4c\x40\xbf\xfa\xd1\x5c\xed\xf9\x80\x7e\xf2\x47\x19\xed\x2e\x40\x7f\x0a\x27\x5a\xd3\x15\xd0\x79\x04\x28\x5a\x72\x37\x69\x4d\x07\x64\xb6\x76\x5f\xd4\xbe\x08\x28\x2a\x7f\x59\xad\x9d\x0a\x28\xba\x7d\xd8\xa9\xf5\x14\x50\xc8\x7e\xf5\x90\x57\xf7\x81\xe6\x8b\xda\x33\x00\x45\xb1\x27\xd9\x5a\x3a\x80\xbc\x5d\xc3\x75\x2d\x25\x40\xae\xbf\xd6\x40\xb3\x08\x90\x6d\xa8\x89\x1f\xfc\xef\x72\x7e\x95\xaf\x35\x3f\x03\xb2\xbc\xd5\xfa\x3f\xb9\x28\x3f\xfe\x6b\x1d\xfc\xcd\x83\xc8\x77\x98\x4e\x1e\x73\x0b\x50\x3f\xc1\x08\x11\xcc\x00\x74\x0f\xd8\x35\x0c\xf6\x41\x3f\xcb\xfd\xae\xd8\x2b\xc0\x44\x3f\x64\xc5\xd4\x3b\x80\x49\xd6\x9c\xe7\x33\xaa\x01\x13\xcf\x8c\x67\x72\x14\xc0\xe4\x67\xce\x80\x72\x15\x60\x9c\x56\x18\xa1\x2e\x03\x18\x95\x9d\x24\xb4\x5d\x01\xc3\x43\x15\x5d\x3a\x41\x80\xe1\xf8\x27\x75\x7a\x3e\x80\x7e\x4a\x7b\xdd\x60\x1f\x0c\x6e\x62\xa7\xce\x2b\x40\x77\x29\xa0\x54\xd2\x57\xa1\xfd\x10\x50\xb8\xd8\x75\x4f\xe7\x21\xa0\xbc\xb3\x63\xb5\x0e\x13\x1c\xe5\x89\x6d\x93\xb5\xdd\x00\xc5\xc5\xad\x8e\x3a\x15\xf8\xa8\xa2\xd3\xd4\xa4\x63\x83\x1f\xca\x42\x0f\xad\x75\x2e\xa3\x43\x79\x75\x9d\xb3\xce\x03\x7c\x56\x66\xdd\x7e\xa9\x73\x13\x3f\x94\x4a\xab\x09\xad\x47\x80\xbc\xc9\x8d\xb7\xda\x61\x80\x7c\x36\xfe\x83\x7f\x18\x99\x07\x42\xd6\x4f\xe6\xff\x0b\x57\xe8\x6a\xf2\xfa\xb0\x9e\xf6\x64\x4c\xc4\x9f\x39\x4a\xfa\x0a\xd6\x95\x22\x2e\x80\xf1\x52\x77\x2d\xf1\x17\x80\xf1\xac\xc0\xce\x29\x99\x00\x7d\x60\xf6\xfd\x99\xf3\x01\xd3\xf6\xf4\x12\xf9\x10\xc0\x34\x66\xdd\x3c\x95\xc5\x80\xc9\xf6\x82\x1a\x8d\x1d\x80\xb1\xdf\xa9\xb5\x3a\x83\xeb\x24\xf8\xa6\x3e\xf5\x3c\x60\x98\xd7\x78\x9b\xba\x07\xd0\x7f\xde\x29\xa5\xf3\xf8\x4f\x1f\xf4\xec\x01\x95\x94\xdf\x5a\xba\x45\xe8\x56\x79\xf7\xb5\x4c\xc7\x07\x50\xea\xfa\xb8\x43\x27\x10\x3d\xca\x61\xaf\xfa\x75\xb3\xf1\x54\xb5\xec\xb9\x83\x9e\x1a\xee\xa8\xdd\x7e\x52\xa4\x63\x89\x1f\x4a\xed\xf5\x0d\xba\xe7\xd0\xac\x2a\x7a\xb7\x5b\xd7\x0f\xef\x94\x3f\xdf\x92\xd3\x0b\xc6\x33\xd5\x69\x37\x4f\xe9\xaa\xe2\x87\x52\xe1\xf5\x78\xed\x26\x40\x61\xf2\x7f\xf5\x61\xe4\x1c\x0c\xb2\x0f\xe3\x36\x69\xcc\xe4\xf9\x1b\x27\x75\x79\xf7\x1c\x95\x8b\x0c\x82\xc6\x1e\xfe\xc3\x07\x91\x9c\x94\xc9\x3c\x17\xa6\x78\x39\x60\x2e\xe7\x9f\x32\x78\x2e\x98\xb3\x62\xa2\x66\x36\x01\x16\xe1\xe9\x49\xca\xea\x80\xd9\x8b\xb5\xe3\xd5\x5e\x03\x74\xe3\x82\x77\xda\x52\x80\xa9\xd0\xc9\x1e\x6a\x20\x60\x54\x7b\xd3\x5b\xbf\x08\xa0\xbd\x7a\xea\x63\x78\x16\x30\x3c\xf6\x2d\xc9\x40\x18\x30\x38\x8e\x42\x9d\x83\xdc\xa3\x7a\x3b\xf1\x4b\xf5\x79\xb7\xb0\x9e\x37\x5e\xa8\x9d\xec\x3c\xa1\xa7\x81\x07\x6a\xed\x6d\x21\x54\x2b\x9c\xd2\xf4\x7a\x39\x4e\xef\x24\xae\xaa\xf7\x34\x6e\xa5\x9e\xc2\x51\xcd\xf9\x0f\x72\xf4\x76\xe1\x96\xda\xab\xba\x32\xdd\xf3\x78\xa1\xd2\x52\xb3\x55\xaf\x10\x8f\x54\x2f\x93\x5c\xd8\xf5\xc3\x7a\x46\x78\xaf\xfc\xa9\x7c\xae\x4e\x37\x06\x14\x37\xe2\xff\xc9\x3f\x50\x28\xea\xbc\x7b\xbb\x22\x55\x1a\x3c\x5f\x5c\x36\x53\x5b\x56\x40\xf4\x4f\x3e\x08\x39\x3f\x88\xe4\xa4\xe8\xbf\x1c\x04\x25\xac\x00\xc6\x34\x7f\xf5\xe9\xad\x00\x8b\x19\x1d\x25\xd7\x09\x58\xac\x4b\xdd\xaf\xe4\x07\x58\x28\xe4\x8c\xd1\xf8\x05\x98\xd5\x15\xbc\xd0\xcd\x05\xe8\xdb\x4f\xdd\x35\x9c\x05\x98\x2c\xa8\xea\x32\x2a\x06\x68\x0d\xcd\x13\x0c\xab\x01\x23\x97\xee\x5b\xc6\x33\x00\x83\xd5\xd8\xa7\x63\xdd\xc7\xa6\x0e\xe0\xb2\xe6\xad\x2f\xdf\xf4\x2b\xb1\x56\x67\xf3\xfb\xcb\x06\x36\x48\xd6\xad\x7c\xf9\xde\xe0\x1e\x62\xf4\x76\x0f\x73\x61\xa2\xfa\xa5\xc8\xd3\x96\xa8\xfb\x69\xc0\xc1\x52\x9d\xde\xdb\xd9\xfa\x16\x38\xa3\x71\xaf\x4a\x89\xda\x8d\xeb\xea\xbb\x6e\x5c\xa0\xe6\xa0\x4e\xcd\xe5\xaa\x32\xf5\x22\x1e\xa9\x3e\x2c\x8b\xd7\x6f\x45\x8d\xfa\xd8\x7f\xf7\x81\xdc\x0f\x7c\x1e\x88\x9f\xf7\x4e\xe6\x9d\x93\x1c\x84\xc2\x4c\xf5\x6c\x81\xd3\x7f\x78\x10\x1a\x8d\x36\x43\xe8\xf7\x1f\x2e\xc6\x22\xd5\x2e\x55\x32\x16\x60\xb6\x78\x87\xce\x10\x04\xac\xda\xa3\x76\x29\x9a\x03\x56\x3a\xc9\x25\x6a\x3d\x83\x7d\x59\x1d\xa0\x63\x06\x58\x5c\x2d\x10\xd1\x8f\x02\xcc\x4c\x4e\x4f\xa7\x9d\x03\x4c\x8f\x56\xe7\x9a\xce\x01\x8c\x1e\xbe\xe8\x33\x5e\x01\x18\xef\xea\xcd\xa7\xe7\x00\x06\xdf\xb1\x45\x37\xa8\x6b\x9d\x61\x31\x9c\xf4\xdf\xb5\xff\x34\xe8\x41\x30\x35\xe9\xcd\x63\x9a\x06\x68\x06\xdd\xcd\x6c\x5a\x08\xe8\x06\x47\x1e\x17\xd2\x6e\x83\x6e\x70\xe9\x7e\x20\x6d\x1f\xdc\xf5\x43\xef\x50\x8d\xc4\xe0\xa5\xef\x52\xbd\x81\x76\xf6\xff\x63\xec\xaf\xe3\xa2\xda\xfe\xef\x71\xfc\x00\xd2\x1d\x22\x3d\x43\x77\x77\x77\x37\xd2\x02\x82\x08\x8a\x89\x81\xad\x28\x8a\x01\x36\x2a\x16\x16\x2a\x20\x25\x26\x2a\x16\x52\x2a\x62\x81\xa2\x22\x8a\x8a\xa8\xd8\x2d\xcc\x9c\xf5\x7b\xcc\x99\x39\x5e\xbd\xaf\xfb\xfe\x7c\x7f\x7f\xad\x07\x77\xf4\xca\x73\xcf\xde\xcf\xbd\xcf\x59\x6b\xaf\x85\x4c\xf3\x3b\x17\xc4\xac\x9e\x63\xaf\x71\xe4\x39\x3b\xeb\x89\xd8\x6d\x5c\x7d\x72\xb6\x15\x89\x13\x86\xa7\x8e\x8d\xb1\xde\x83\x3a\x23\xd9\xff\x5a\x0f\xf4\x3c\xe0\xde\x7b\xe7\x5f\xa0\x95\x4c\xcd\x87\x4c\x0d\x6a\x5d\x68\x7f\xd7\xfe\x3c\xc2\x10\x30\x2f\x37\x3c\x2d\x6c\x02\xd8\x5b\x59\x5c\x15\x97\x06\x9c\xcd\xed\xe7\x4a\xb1\x01\x0f\x86\xd7\xa4\x91\x0f\x00\xef\x81\xd0\xf7\x6a\x0b\x01\x9f\x79\xc9\x3d\xda\xfe\x80\x77\xef\x74\x17\x23\x5d\xc0\x93\xbd\x7c\xb3\x05\x67\x9e\x98\x6e\xd7\xb3\x2d\x00\x5c\xc4\x6a\x0e\x3b\x5c\x05\x1c\x5f\x35\x2f\x76\x6e\x04\xec\x57\x3d\x49\x77\x4e\x02\xec\x8f\x91\xfb\x5c\x2c\x87\x47\xda\xbc\x85\x8e\xcd\xae\x41\x0d\xdb\xf1\x24\xdb\x2e\xaf\xaf\xde\x36\x07\x02\x76\x3a\x8f\x66\xd8\x25\x90\xef\xec\xf7\x74\xce\xb0\x9b\x4d\xb2\xec\xae\xdf\xb0\xb4\x4b\xc1\x28\x5b\xcf\xb6\x65\x76\x59\xd0\xb3\x49\x6e\xbc\x66\xa7\x09\x6f\xab\xe5\xb4\x0e\xea\xac\xa2\xdd\x53\x44\x5a\xde\x3e\xf9\xd0\xb6\x09\x0b\xcd\x2a\xea\x86\x6c\x8f\xa2\xc0\x74\x45\x55\x97\x6d\x0b\x76\x99\x04\xff\xd7\x7a\xe0\xf1\x9d\xbc\xfb\xce\x42\x7a\xca\x39\x1c\x54\x6f\x57\xbf\xc6\xaf\x08\x18\xce\x60\x8e\x16\xc8\x05\xac\x2b\xf5\x84\x84\x42\x01\x27\x63\x13\x0b\xd1\x75\x80\x57\xa7\xf5\x27\xa9\x0e\xc0\xa7\xd6\x7d\xa6\xa2\x16\x10\x30\x3f\xb8\x85\x91\x0e\xf8\xcb\x8f\x89\xd1\xe9\x00\xfc\x1e\x4d\xd9\x67\xb2\x1b\xf0\x9d\xb2\xac\xc8\x56\x1e\xf0\x18\xd8\xd6\xcf\x79\xba\x74\xe3\xaf\xb9\xe1\xf2\x18\x70\xce\x6b\x1d\xef\xc1\x04\x1c\xbe\x3f\xeb\x76\x3f\x0e\x38\x08\x93\x85\xae\xbe\x9f\x42\xec\x17\x91\xdb\x5d\xd2\x69\x9f\xac\x87\x6e\x8e\x62\x64\xae\x9b\x45\x67\x89\xe3\x62\x72\x85\x9b\xc1\x8d\x25\x4e\xae\xe4\x6a\x37\xcf\xb6\x31\x0e\x3f\xc8\xbb\x8e\x6f\x69\x1d\xd0\xb9\xc3\x4e\x2b\xc8\x67\x8e\x3b\xea\x27\x3b\x7a\x43\xd9\x8e\xff\x84\xa3\xb3\x05\xf9\xd3\x61\x69\x6d\x8c\xc3\x00\xc2\xac\x96\x57\x36\x39\xee\x41\xb8\xd5\x91\xf2\x15\x8e\xc5\x18\x6b\x59\xf0\xe7\x79\x89\x9e\x07\xba\xbc\xf5\xc1\xe5\xfb\xc4\xde\x8d\xa4\x72\x41\x68\x1d\x84\x79\x37\x53\x49\xa0\x07\x70\x51\xd7\x52\x12\x2c\x06\x7c\x1e\x1b\x28\x71\xfa\x64\x90\x80\xe5\x35\x69\x45\x20\x64\x81\x8b\xa5\xa2\x2f\x10\xb2\x33\x40\x9d\xb1\x10\x08\x55\x8a\x6d\x35\xb8\x0f\x04\xb9\x67\x75\x98\xe7\x00\x01\xa1\x4b\x9e\x3a\x68\x01\x3e\x4a\xdb\x92\x5c\xd7\x00\xee\xdf\x6b\xc3\x3d\xbd\x00\x57\xf5\x6b\x9b\x7c\x1d\x00\xa7\x4b\xaf\x9f\xfa\xbe\x63\xad\x70\xbc\x48\xca\x7a\x47\xbc\x2e\x75\xca\x62\x93\x3e\x6b\x69\x7f\xa8\x3b\xb7\x5d\x66\x90\x7c\xbe\x69\xd7\x9b\x5c\x97\xb3\x49\xdf\xaf\xad\x23\x5c\x58\xa4\x93\x17\x79\xf1\xa5\xeb\x3c\x72\x8c\xe7\x9e\x73\x67\x5c\x67\x91\x0b\x3d\x04\x69\x3f\xa4\x3a\x4f\xd7\x71\x64\x9b\xf3\x93\x9a\x15\x2e\xab\xc9\xaf\x8e\x1a\xe5\x1f\x5c\xad\x20\xe8\xe0\x7d\xe8\xa6\x8b\x3e\xac\x6c\x75\x0e\x0c\xb9\x7c\x80\x85\xed\x9c\xff\x98\x07\x04\x93\xe2\x37\xf9\x5e\x8e\xa2\x78\x5b\x05\x05\x05\xca\x67\x4d\xb7\x45\x86\xca\x4f\xb2\x78\x27\x43\x9d\x1f\x7c\x27\x68\x7c\x1e\xf1\x16\x08\x7a\xa1\xcd\x27\x3c\x09\x88\x14\x31\x79\x2b\xb9\x0d\x18\x6d\x69\xfb\x40\xfe\x18\x10\x63\xea\x7d\x8d\x61\x03\x44\x2e\x8c\xd2\xe5\x9c\xe5\xc2\xaa\x33\xf9\xad\x15\x81\xe0\x86\x85\x6f\x9d\xdf\x02\x7e\xd7\xb7\xbc\xf2\x1c\xc0\x77\x2f\xe6\x51\x7e\xbf\x1c\xb4\xbb\xad\xbb\xb1\x2a\x48\x13\x8d\x2e\x93\x3f\x6e\x0d\xf1\xfb\x94\xe1\x92\xcb\x8e\x0c\x89\xed\x8d\x77\x13\x60\x47\x84\x7a\xdf\x21\xdc\x47\xb1\x67\x86\x64\x5f\x3b\xee\x5e\xca\xde\x16\x6c\xd5\x14\xe0\xe1\xc6\x3e\x11\x64\x76\x51\xd3\xc3\x94\xfd\xda\xff\xce\x99\x87\x1e\xe5\xa4\x90\x5f\x0d\xed\x03\x54\x93\xe6\x79\x87\xf4\xf1\x11\x3f\x32\xdd\xd3\x99\x5c\xe2\xf1\xee\xd0\x5b\x8f\x5a\xf2\x94\xeb\xc5\x03\x17\x3c\x66\x93\xf7\x9c\x7b\xf7\x06\x78\x68\x93\x3f\x1d\xcf\xee\xea\x73\xdf\x00\x0d\x7b\xab\x3f\xe7\x01\xb7\x1f\x12\xb9\xa3\x28\xbf\x7b\xfa\xde\x37\x83\x14\xab\x23\xfe\xd4\x41\x6c\x15\xa6\xee\xb1\xfb\xd9\x8a\x53\xeb\x85\xd6\x83\xd0\x79\x31\xc9\x07\xad\xf4\xe4\x0b\x81\x64\x27\x77\x39\xf5\x21\x20\x61\x7c\xe8\x09\xa3\x6f\x40\xf4\xb2\x34\x15\xfb\x2e\x20\x7c\xe7\xbc\x0a\x0f\x67\xbc\x0a\xd2\x2c\xca\xf0\x3f\x84\x72\x9f\xa7\x47\xe5\x42\x25\xd8\x8f\x3c\xce\xdf\xb2\x88\x2c\xf8\xb9\xc9\xed\xcd\xe7\xc4\x18\x9f\x7e\x33\x0f\x5f\x56\x7a\x6c\xf3\xdd\x2d\x5e\xae\xac\xd5\xb1\xf3\x5b\x17\x7a\x6f\x64\x5d\x8d\x3e\xfe\x5b\xff\x72\xc2\xe7\x23\xdb\x3c\xd2\xfd\xe4\x3c\x1f\xb0\xc7\x87\x2b\xd6\xaa\xfb\x6e\x67\x6f\x0f\x15\x3d\x52\xeb\xf3\x92\xfd\x3e\x90\x38\xbc\xce\xd7\x9b\x94\xf2\xdf\xb8\xbf\xc5\xb7\x8f\x34\xf6\xf3\xde\xd3\xe8\x43\x92\x93\xbd\x6e\xec\x5c\xee\x73\x83\xdc\xe9\x61\x52\xfc\xd2\xa7\x84\x3c\xed\x96\xb3\x35\xcb\x27\x8f\xbc\xe5\x32\xf4\xc7\xbe\x90\xab\xba\x88\x3b\x1e\x5c\xde\x57\x5e\x55\x84\xca\x19\xd4\x5f\x4f\x50\xbe\x10\xb4\x0e\xc2\xeb\x13\x1f\x95\xfb\x11\x11\xcf\x47\xe9\x67\x92\xb6\x89\x50\x3c\x39\xed\x0f\x32\x71\x92\xf1\x2b\x59\x65\x60\xa2\xa6\xc3\x73\xd5\x7e\x60\xbc\x6e\xc0\x5b\x63\x19\x60\x4c\x42\xa2\x9d\xf3\x1d\xf4\xc7\x8c\x9e\x95\xe6\xe7\xf6\x6b\x4e\xf8\x84\xf5\xae\xe1\x73\x3e\x9e\x0c\xaa\xab\x78\x15\x97\xfa\x3a\xc5\x5f\xb0\x55\x23\x79\xf4\xf3\x1e\x9f\x95\x03\x9d\x69\x13\xee\xb9\xf9\xae\x1c\x76\x1d\xb7\xb2\xa5\xd4\xff\xe8\xf0\xce\xd4\xa5\x74\x0e\xd4\x89\xc5\x01\x1f\x59\x6b\xe3\x8f\xd4\x44\x06\xcd\x67\x6d\x8f\x3f\x50\xb1\x3b\x58\x94\x75\x35\xb6\xaf\xf4\x48\xb0\x38\xdb\x34\x6a\x80\xd6\xbf\xd0\xbe\x2f\xdb\x43\x83\xe5\xd9\x9d\xc1\x4b\xb6\x1e\x0e\xfc\x4c\x6a\xf9\x2f\xd9\x5c\x1f\xb8\x9d\x8c\xf0\xe5\xdb\x98\x14\xa8\x4e\x2e\xf0\xaa\x5e\x57\x16\x60\x40\xd6\xb9\x53\x7a\x39\xae\xfe\x81\x48\x18\xa9\xcf\x9d\x07\x22\x54\x9e\x1c\x73\x29\x1f\xd5\x27\x69\xfe\x9b\xd6\x41\x84\xf3\xee\xfd\x27\xd3\x3c\x28\x83\x8b\xd9\x65\xa2\x47\x39\x98\x63\xa8\xf5\x43\x42\x0b\xc8\xc9\xb2\x38\x37\xea\x31\x30\xe3\xbd\x97\x8c\xa1\x1f\x69\x3e\xe1\x4c\xf4\x58\x97\x9a\x8f\x42\x29\x0e\x59\x8d\x61\x9d\xfd\x92\xf1\xfd\xcb\x6b\x13\x56\x3f\xea\x19\xfd\x62\xef\xb6\xb4\x81\xbb\x43\xe1\x0d\x0d\xdf\x26\x8a\xdf\x18\x08\x29\xeb\x29\x9f\x12\xd9\x3c\x21\x24\xea\xd7\xe7\x69\x09\xa7\xdb\xc2\xcc\x86\x2a\xb3\x1a\xaa\x14\x22\xa4\x87\x9d\x33\xba\x7e\xe7\x1e\x65\x47\xe4\xb0\xd4\x52\x26\xed\xfe\x18\x99\xc8\xf2\x4f\x96\xdc\xd1\x16\xfe\x95\x75\x3f\x2e\x78\xdb\xd8\xf0\xab\x6c\x46\x74\xfc\x46\x46\xa4\x0b\xdb\x3f\xaa\x63\xfd\xdb\x88\x35\xec\x85\x11\xd3\xd6\x0e\x86\x3b\xb3\x6f\x86\x84\xaf\x8a\x8e\x48\x65\x7f\x0b\xda\x96\xbf\x2a\x7c\x39\x69\xec\x5f\xbb\xbc\x31\xcc\x9e\x9c\xe4\xa3\xfe\x4f\x3f\x24\x72\x25\x58\x1c\x94\xf9\xc6\xad\xcb\xec\x34\xf1\x17\xff\x1d\xca\xbb\x07\x9f\xcc\xcb\xbb\xa0\xfd\x00\x68\x5f\x8c\xc5\x67\xb9\x98\x1f\xa1\xba\x50\xe8\x0e\x90\xdf\x6b\x70\x45\x7e\x2d\xfb\x5c\x5e\x92\x93\xb3\xde\x8c\xb7\x7d\xf3\x76\x87\x9c\x72\x9d\xfa\x78\xd9\x54\xd9\xb1\x03\xa3\x53\x6e\xcd\x1c\x7f\x67\x9e\x58\xda\xb7\xe6\xee\xb1\xbd\x45\x4f\x27\xbd\x3c\x1f\x3c\xc6\xb8\xee\xc6\x0c\xbf\x53\xb9\x71\xf3\x6e\x7f\xcf\xb9\x7d\xf4\x6a\xcc\x94\xef\xa9\xf3\x1a\x0f\x7a\xc6\x4d\xf8\x55\x32\xcb\x66\xf7\xed\xb8\xc6\xa1\xf9\x53\xf5\xb6\xbe\x8d\x1f\x18\xfa\x9a\x55\xbc\x39\x26\xc1\x6e\xd8\x3f\x93\x45\xe7\xfd\x14\x66\xc6\x7f\x63\xc9\x8d\xfd\xfe\x6f\xbf\x93\x15\xad\xb1\x5e\x6c\xf3\xe8\xc4\x65\x26\xb1\x81\xec\xec\xc8\x99\x8b\xd7\xc6\x6a\xb1\x4f\x84\x39\x2c\x2c\x8f\x31\x62\x7f\x0d\x7a\xbf\xe0\x65\x74\x22\xa9\x12\xf0\x84\x33\x0e\xd2\x8f\xa8\x73\x42\x21\x11\xc7\x41\x2d\x1e\xaf\x43\xf3\xdf\xf4\xfd\x6f\x5a\x07\x91\xc5\xe3\x7b\xe7\xf1\x7c\xcf\x57\x1c\x23\xfe\xe2\xc3\xb7\x15\x89\xfa\x12\x04\xb9\x64\xfb\x19\x66\x8c\xe4\xb9\xb7\x2d\x9b\x8f\x58\x47\xe9\xcc\x7c\x6c\x53\x90\xed\x3b\xd3\x39\xb1\x7d\x68\xa9\x72\x7c\x42\xe4\x89\x86\xe6\xd9\xcf\xa7\xa4\x67\xbc\xaf\x9d\x3d\xcd\x7c\x55\xf9\x8c\x75\x87\x6c\xb2\xe6\x1e\xf6\x9a\xb7\xa1\x44\x3a\x63\x79\x4b\xd1\xe2\x88\x6d\xa5\xe3\x9e\xbf\xbe\xb8\xd4\x67\xc3\xa8\x71\xec\x9f\x33\x17\x59\xae\xba\x97\x6e\xf9\x6b\xfb\xec\x9a\x15\xcf\xc6\xe5\x0f\x79\x4d\xbf\xb7\x74\x51\xba\xe0\xd0\x99\x29\x5e\x8b\x1f\x8c\xbb\x3f\xac\x91\x25\xbc\xe8\x63\xda\xea\xe1\x8d\x19\xba\xf3\x59\xa9\x2b\x58\x8c\xb1\x1f\xe6\xce\x4e\x9d\xc6\xca\x48\x76\x99\xf3\x2d\xe5\x3c\xab\x39\x21\x7c\xd6\xb2\x14\x07\xb6\x5e\x8c\xe4\xac\xdc\x64\x05\x76\x6c\xd4\xd3\x19\xf3\xc6\x0c\xb2\xcb\xc2\x3e\x4c\x73\x1d\xf3\x88\xfd\x24\x84\x62\x61\x04\xaa\x38\xbf\xff\x28\x5e\xee\xcd\xbf\x75\x20\x74\x0e\x00\x5d\xff\x02\xde\xb8\xd0\xf7\x80\x69\x1d\xcc\x1e\x8a\x17\x66\xa5\x1f\xa6\x78\xbd\xf7\x0e\x65\xc3\x2a\x91\x22\x7b\x7b\xb3\x0e\x5c\x36\x99\xc3\x68\xea\x98\xb2\x5b\xca\x6d\x9b\x5d\xe5\xf9\x92\xa2\x23\x91\x66\xa1\x8e\x95\xbb\xd7\xbc\xce\x98\x32\x2e\x70\xfb\x9e\xdc\x95\x0b\x59\xb3\xfb\xd6\x3a\x2c\x98\xb2\x73\xc1\x62\xe1\x3c\xbd\x39\xed\xe7\x9c\xf2\x82\x17\x4c\x9b\xf5\xb9\x37\x3f\xdf\x37\xc7\x68\xe6\x83\x1f\x53\xf2\x5e\xcc\x9c\x95\xfd\xe0\xe7\x8d\x05\x59\x33\xec\xa7\x3d\xfb\x55\x98\x13\xf7\x3b\xdf\x85\xe7\xf3\x31\x35\x68\xb2\xfc\xb0\xc9\xc4\xdd\x53\x2c\xb3\x52\x86\x4f\xa5\x5f\x9d\xb4\x34\xcb\x8f\xc5\x97\x26\x94\xf5\x62\x42\x08\x2b\x33\x59\x6d\xa2\x48\xa6\x35\xab\x35\x41\x32\x73\xf9\xf8\xa7\x6c\xad\x18\xc9\x8c\xfb\xe3\x3d\xd8\x81\xa3\xbd\xc6\xcb\x8c\x2b\x66\x97\x87\x95\x01\x42\x2c\x6e\x1d\xb4\x0f\x84\x1b\x8f\xd7\xa3\xf5\x60\x13\x67\xfc\x5d\x7f\x01\xef\xf3\xed\xf6\x5c\x3c\x44\xe9\x06\x86\x3c\x6b\x28\x1f\xf4\xb7\x8c\x63\xbd\x1c\x7c\x9a\x77\x3a\x61\x64\x06\x41\xdc\xfa\x72\xac\x5a\x37\x4d\xe9\xc3\xa5\xa6\x6a\xa6\x83\x80\xf9\xfb\xda\x59\x87\xc7\x06\x6d\xf1\xf3\xda\x1d\xbd\x27\x24\x65\x70\x4c\xc5\xaa\xee\xad\x37\x72\xb6\x4c\x6b\x9f\x1f\xbc\xa9\xa8\xa8\x70\xee\xfb\xec\x94\x0d\xb6\x27\x07\x17\xd6\x66\xf5\xad\xf3\x7a\xf0\x6b\xf1\xee\x4c\xfb\xc2\x29\x3f\xd7\x2f\xbc\x31\x7e\xd6\x6a\x89\x5f\xc7\x67\x33\xd3\x37\x2e\x7f\x37\xb4\x7a\xea\x9b\xf4\x81\xa5\xdb\x87\x7a\x26\xc7\xa4\x4f\x58\x62\x33\xec\x3f\xa1\x3b\x5d\x62\xc1\xa4\xe1\xb6\xf4\x84\x71\x6b\xe7\xb9\xb1\xd4\x53\xad\x68\xdd\x47\xda\xc1\x99\xd7\x58\xd7\x13\xec\x52\xef\xce\xc8\x63\x8b\xc5\xce\x1f\xfb\x23\x3b\x86\xed\x3b\xfa\x66\x4a\xd7\xd4\x1f\xec\x5d\xe1\xb5\x63\x3d\x26\x77\xb2\x8f\x86\x6d\x05\xd4\x6e\x12\xff\xa9\x03\x99\xa0\xff\xdf\xf5\xd3\x3c\x38\x57\x07\xf3\x4b\xf6\x24\xc5\xef\x0f\x2e\x3b\x4b\xfd\xb9\x5e\xfd\x8b\x54\x8e\xd2\xed\xba\xc6\x0b\x22\x8b\x09\xa2\xc9\xe2\x72\x87\xc6\x62\x99\x5b\xc7\xfb\xcf\xcf\xb4\x2c\xd6\xaf\x3f\x30\xe5\xf4\x37\x9f\x42\xd7\xba\xf5\x97\xea\xae\xc7\x0f\x44\xbd\x98\x6f\x55\x29\x30\xbd\x36\x53\x71\x4a\x46\x79\xd4\x86\xaa\xa9\xfb\xd3\x33\x0e\x37\xd4\x7d\x9e\x11\x9b\x74\xe9\x90\xfd\xbd\xfd\xb3\x0c\x12\x82\x4a\xbd\x7f\x75\xcd\x54\x4d\x98\xb9\x3b\x63\x68\xfb\x94\x92\xf8\x03\xc5\xf5\xc3\x31\x99\x65\xf1\xbd\x45\xef\x86\x0f\x8d\x17\x4c\x90\xd9\x20\xc0\x92\x4a\x8d\x4e\x98\x56\xf0\x8e\x15\x93\x5c\x1f\x7f\x73\x55\x2d\xeb\x5c\xc2\xb1\xf8\xe2\x7c\x51\xd6\xaf\x38\x85\xf8\x0d\xcb\x92\xd9\xee\xd1\xd2\xb1\x75\x4b\x4b\xd8\xdb\xc3\xef\xc5\xa9\x2d\xaa\x64\xb7\x84\x96\xc4\xdd\x9c\x7f\x9d\xdd\x1d\x72\x2c\x86\x3d\xef\x2c\xa9\x13\x50\x0e\x58\xf1\xee\x77\xfb\x0f\x72\x31\x9d\xe7\xfb\x3f\xef\xeb\xdf\xf5\xd3\x3a\x88\x6a\x09\xaa\xfe\xc6\x33\xd4\xba\x78\xab\x78\x89\xab\x7f\xf9\xd8\x44\xcd\x83\xdb\x7a\xd7\x28\xbf\x80\x26\x46\x07\xd5\x5f\xeb\xb3\x6e\x3e\x56\x6a\x16\x56\x2a\x57\x68\x5f\x61\x34\xa0\x91\xba\x2d\xb7\xed\x90\xdb\x55\x1b\xd5\xbc\xd2\x2b\x18\x9d\x1a\x50\x35\xe5\xd6\x85\x9d\x93\x26\x8f\xb9\x97\x36\xe7\x7c\xe6\x5a\xa1\xb4\x87\xf1\x9b\x1b\xf4\x6b\x5a\x33\xf6\x47\xa9\x9e\x93\xbc\xbb\x64\xc2\xd4\xb0\xca\x33\x4f\x86\x47\x65\xde\x08\xdb\x5d\x17\x34\xdc\x91\xfa\x23\x5c\xf9\x48\x23\xcb\x24\xf9\x5e\x38\xe3\xd0\x76\x56\x41\x62\x56\x78\xfe\x3e\x59\x56\x57\xdc\xae\x08\x9b\x5d\x05\x2c\x32\x56\x2a\x3c\xba\x38\x93\x3d\x29\x32\x3e\x82\xbf\x68\x90\xbd\x34\x62\x7a\x84\xd2\x86\x45\xec\xf3\xa1\xfb\xc2\x19\xeb\x5d\xd9\x5f\x82\xfa\xc2\xcd\x0b\xaa\x49\x8d\x80\xda\x70\x83\x95\x9d\x64\xa8\x9f\x51\xd8\xaa\xe5\x5f\xc9\xa5\xde\x4e\x80\xfb\xf6\xbf\xfb\xe0\xff\xa5\x03\xa9\xb5\xa3\xe6\xff\xbb\xf3\xd4\x7c\x19\x2c\xe3\xea\x21\x9e\x44\x5d\xa3\xfe\xdc\xdd\xfd\xb7\x28\x5f\x91\xe6\xb5\x77\xa9\x75\x76\x7a\x73\xb7\x37\x07\xab\x2c\x1e\x6b\x4a\xaf\x21\x88\xdd\xef\x1e\xc9\x6b\x5f\x53\x28\x2c\x9c\xd6\xed\xe0\x70\xd0\x30\x6b\xee\xf7\x2e\xc1\xd0\x3e\xd7\xc4\xf4\x59\xb7\x65\x33\x5e\x86\xeb\xc6\xe7\xdc\x2a\x5d\xf5\x20\x46\x33\xfc\xd4\xcd\x2b\x95\xa6\xf1\x43\x81\x8b\x3a\x7e\xdc\x5a\x91\xf8\xd2\x4f\xfc\xa6\xee\x70\x73\x02\xdb\x2f\xb8\x69\x80\xd5\x12\x2b\xee\xe7\x7a\x7e\x19\x5b\x37\x2a\xdd\xef\xcb\xe9\x02\xb6\x7f\xa4\x83\xdf\xa3\xba\x1e\xf6\xc6\x30\x0d\xff\x95\x55\x72\xec\x13\x21\x65\xfe\xf7\x0e\xdf\x67\x3f\x0f\xda\xec\x5f\x73\x60\x0f\xa9\xe4\x4f\xfa\xbf\xde\x73\x8e\x74\xf0\xcb\x08\xe8\xdc\x39\x9a\xf4\xf3\xed\xf4\x3f\x59\xfc\x9e\x5c\xee\x95\xe6\xbf\x67\xf3\x3d\xf2\x84\xfb\x1a\xff\x3d\x1b\x7e\x92\x37\xdc\x44\xff\x37\x17\x67\x55\x20\x17\x69\x1f\x80\xa3\x54\x3d\xc3\x87\x2e\x52\xfd\xf0\xbd\x7a\x2b\x35\x3f\x9e\xc6\x77\x6c\xe4\x60\x67\x75\x17\xc5\x13\xb7\x56\x3f\x58\xc4\xc1\x06\xe3\x27\x94\x2f\x46\xf5\xe9\x17\xd4\xdf\x2b\xb9\xfe\x8a\xda\x4f\x37\x6f\x7a\x7d\x4f\x6d\x8c\xd8\xfc\x65\xbe\x03\x6f\x2d\xaf\x69\xf8\x4f\x8b\xec\x3f\x1c\xa0\x64\x19\x36\xc6\xe3\xb9\x4c\xda\x08\xcf\x9a\x88\x86\x67\x58\x1e\xeb\xdf\xec\xcf\x7a\x2e\x5d\x36\x21\xd8\xdf\x4b\xe3\x59\xd5\x8d\x75\xa1\x89\xee\x26\xcf\xc7\xff\x7a\x1d\x92\xea\xb6\xb2\x5b\x81\xfd\xc2\xff\xbd\xdb\xdd\x9b\x06\xa4\xb8\x5f\x92\xbb\x7b\x9b\x1e\xa9\xeb\x1b\xe8\x3e\xd0\xa8\x4c\x5a\xfb\x74\xba\xe7\x9d\xbb\x4b\x66\x7b\x9e\xf5\x50\x3f\x39\x48\xae\xf0\x78\xec\xe1\x77\xf4\x1e\x59\xea\xee\xee\x3e\xa1\x9a\x41\xde\x77\x91\xf7\xa8\x2f\x5f\x46\xde\x74\xb9\xe9\xa9\x50\x5a\x42\x0e\x38\xcf\xf3\xf4\xdc\xa7\x47\x0e\x39\xc5\x79\x84\xed\x7e\x0a\x3d\xfb\x70\x20\x8b\xb7\xde\x97\xf1\xd6\x03\xed\x87\x52\xc3\x3b\x1f\x35\x52\xbe\x27\x1f\x9e\x5f\xa3\xfa\x61\x5f\xee\x1d\xea\xfb\xbf\xa7\xf9\x40\x80\x83\x57\x17\xf5\x52\xe3\x72\xfe\xf1\x0b\x4a\x1f\x53\xf7\xf3\x8d\x28\xf5\xde\xdf\xfb\x03\x35\x5f\xb6\x54\x7f\xa3\x72\x54\x56\x2f\xfd\xf5\x5a\xfe\x0c\x41\xcc\x6d\xfc\x79\xc7\xf0\xad\xbc\x4a\x46\xff\xf7\x2f\x9e\x6b\x75\xae\x46\xbb\x7f\x6b\x1e\x13\x6d\x23\x17\x34\xea\xfb\xbd\x25\xf2\x8e\x9d\x9e\xfd\x3f\x4c\x0e\x14\xb9\x16\xbb\x48\xfc\x64\x5c\x6d\x74\x97\x72\x3c\xf0\x6b\xcc\x8f\xcf\xae\xfd\x8e\xf2\x83\x63\xc8\x0b\x2e\x02\x0e\x57\xfb\x72\xc8\x4e\xa7\xa3\x0e\xe6\x0f\xa5\xc8\x9f\x0e\x73\x7e\xe7\x79\xbc\x6d\x37\x86\xa0\xfd\x63\x87\xf7\xcd\x93\xa0\x66\x37\xcb\x51\xe6\xe2\x1c\x98\xdb\x46\x3b\x1a\x9f\xcd\x83\xbb\x4d\x80\xa3\xdc\x49\x07\xc4\x59\x9d\x70\x0a\xac\x0b\x46\x90\xf5\x2d\x27\xad\xaa\xb3\x48\xb3\x32\x71\x54\x2b\xef\xc0\x4a\x73\x6f\x60\x91\x1a\xb7\xde\xad\x3c\xbf\xb0\x6a\x3e\x5e\xfd\x94\xdf\xcd\xa7\xb5\xd7\xa9\x3c\x84\xfe\xc6\x7b\xd4\x78\x74\x2b\xf5\x50\xfe\x31\xed\x56\xcf\xc7\x72\xf0\xf2\xa3\x37\xeb\x39\x78\x52\xef\x23\xa5\xaf\xab\xf0\xfd\x46\xe5\x68\xed\x5e\xc3\x6a\xe5\x60\x21\x2f\x37\x63\x8e\x00\xc0\x97\x44\x10\x53\x1e\x03\xda\xcd\xe2\xa7\x92\xe5\x01\x17\x5f\xd5\xc0\x30\x69\x7c\x88\x59\x6a\x30\xc7\x57\x0c\xf7\x73\x5a\x4c\x73\xdd\x04\x51\x55\xbc\xc9\xb2\xd0\xc1\x12\x3b\xcf\x4a\x58\xa5\xdb\xce\xc2\xce\xc7\xc1\x56\x25\xbf\xf3\x2c\x72\xbf\xab\xa1\xcd\x38\xdb\x6a\xce\xdb\xed\x38\x6e\x62\x66\x65\xf1\xec\x01\x6a\x8d\xef\x5b\x25\x3d\xaa\x43\x85\x89\x80\x55\x52\xe7\x19\x54\x19\x6f\xb5\x3a\xdb\x51\x8c\x0a\xe3\x93\x56\x42\x6d\x07\x70\xc9\xf0\x94\xd5\xcd\x2b\x43\x38\x6d\x34\xdf\x7a\xcc\x85\x6d\x38\x65\xb4\xc1\xca\xeb\xcc\x2e\x74\xea\x77\x5b\x9b\x9c\x4c\xc1\x0d\x83\x75\xff\xf8\x62\x95\xd3\x7e\x50\x54\x3f\xf8\x82\x1b\xd4\xf7\xff\x32\xe5\x3e\x35\x3e\x0f\x5d\x9e\x50\xfc\xdf\xcd\xe8\x97\x03\x54\x1f\x3c\xf3\x81\xca\x4f\xaa\x6f\xfa\x42\x8d\x5b\xad\x23\x7b\x12\xf1\x07\xff\x47\xf3\xbf\x34\xef\x97\xa5\xc5\xe3\x3d\xdf\x03\x8c\x12\xe1\xc3\xa3\x3f\x03\x76\x0f\x15\x16\x05\x4c\x07\xc2\xb7\x30\xe7\x7b\x3a\x00\x93\xbf\xeb\x3c\x75\x2a\x02\x0a\x66\xe8\x0f\xda\xce\x04\x59\xc6\x67\x30\x64\x35\x13\x5f\x9b\xef\x1b\x31\x2d\xa7\x03\xcf\xc2\x8d\x42\x2d\x2b\x00\xec\x31\x10\xa1\xf9\x7d\x93\x9c\x1f\xca\x00\x43\xde\x78\xf4\xbb\x69\x80\x86\xbd\x49\xe8\x8b\xe7\x00\xb3\xd0\xf8\xd8\xe3\x18\x80\xd1\x60\xa2\x7f\x6f\x31\xc0\x5c\x6c\x12\x7d\x7b\x11\xc0\x3c\x60\x32\xe5\xfa\x38\x80\x39\xdf\xc4\xa7\x65\x15\xc0\x78\x66\x2a\xd8\xe8\x0f\x30\xab\x80\x52\xde\xbe\xc0\xd5\xc1\x7c\x5b\xce\xad\x7f\xa0\xbe\x9b\xda\xff\x1e\xbf\x7b\x46\xe5\x8a\x75\x7a\xbe\xa3\x7c\xd5\x5a\xde\x7d\xa2\xce\x49\xe7\x35\x7e\xf5\x13\x7f\xdc\x03\x2f\x3d\xf5\x37\xff\x99\x3f\x9a\x8b\x33\x79\xfc\x68\x0a\x8f\x2f\x8d\x5f\x0d\xa8\xb5\x8d\x20\x83\x3b\x00\x4b\x1d\xe9\x11\x5e\x4b\x81\x40\x57\xe5\x09\x2e\xe7\x80\xf1\x9b\xd5\x2f\x39\x10\xc0\xd2\x0d\x9a\x87\xac\xa7\x03\x3b\x3a\xb4\x1e\x9b\xd7\x00\x75\xdf\xb4\x36\x98\x35\x00\xd7\xa7\xeb\x04\x9b\x9e\x00\x9e\xee\xd3\xb6\x30\x35\x02\xbe\xd4\x32\xef\x1a\x87\x53\xfc\x7e\x94\x9e\x14\xc5\x67\xf7\xe8\x24\xfc\x74\x06\x64\x3b\x75\x5f\xbf\xdb\x04\x8c\x9c\xa9\xab\xf5\x72\x16\xa0\xf0\x41\xfb\xfd\xd3\x53\x80\xfc\x66\xdd\x86\xee\x6e\x40\x71\xb1\x8e\x43\x97\x12\xa0\x30\x51\xcf\xf4\xa6\x06\x30\xca\x12\x38\x43\xad\xf3\x9f\xa9\xed\x51\xd4\x3e\x18\xf9\x88\xda\x3f\x1f\xb7\x3c\xa7\x78\xf0\xce\xd8\x77\x94\x1e\xe2\xba\xe1\x4f\xca\x3f\x86\xd6\x41\xd1\xf7\xc0\x0f\xe7\xf1\xf8\x4f\x1e\xef\xbf\x26\xe7\x6f\xde\x8f\xe6\xff\x63\x78\x7c\xa1\x4f\x0b\x20\xf2\x89\x20\xbc\x1e\x03\x46\x2f\xc4\xec\x5c\x52\x01\x1f\x47\xf9\xeb\xb6\x57\x81\x44\x97\x91\xf2\x56\xdf\x80\xd9\x87\x94\x6d\xcc\xdb\x81\xc2\xdd\xaa\x2e\xa6\xb3\x81\xfd\x3f\xd4\xda\x8d\x8f\x03\xa7\x16\xaa\xe7\x18\x9d\x03\xae\x26\xa9\xd7\x1b\x85\x00\xdd\xdf\xd5\x73\x0c\xbb\x81\x37\x29\xaa\x5f\x0d\xa7\x53\x3e\x06\x0c\x9d\x4b\x1c\x94\x61\x69\x50\xba\x07\x91\xb3\x92\x5e\xa0\xbc\x88\x25\x0a\xbf\x51\x09\x17\x8c\x8a\x57\xaf\x01\x49\x25\xf5\xa4\x67\x47\x00\xb1\x89\x0c\x89\x9e\x66\x40\x52\x9e\xd5\xcc\xcd\x05\xfa\x38\xa5\x87\xf2\x8f\xea\x1b\xec\xa7\xf4\x1f\xdd\x23\x3f\xeb\x70\xb0\xa3\x86\x45\x9d\xb7\x2f\x67\x21\x92\xf8\x33\x0f\x82\x37\x0e\xbf\xfd\x50\x78\x7a\x89\x5c\x5e\x5e\x4e\x36\x4f\x1f\x33\x96\xa7\x13\xa0\xef\xbd\x3b\x2d\x00\xf8\xfb\x09\xc2\xb9\x1c\xd0\x5d\x2d\xf4\xc9\x56\x05\x70\x79\x2e\x25\x64\x59\x0d\x8c\x0e\x92\x39\x61\xf6\x18\x98\x74\x4d\x3e\xd7\x78\x0f\x90\x7b\x43\xe1\x18\xcd\xf3\x1b\xae\x04\xca\x34\x95\xaa\xff\xcd\xef\xeb\xfe\x04\xee\x9a\x29\xbe\xd2\x9b\x03\x3c\xb7\x1c\xc5\xd0\x5d\x07\x7c\x37\x97\xef\xa6\x79\x7d\xf5\x0d\x1c\x14\xae\x10\xdb\xc8\xd5\x39\x10\x76\xe0\x31\xcd\x3f\x78\x8e\x14\x1f\x29\xc5\xc6\xe7\x38\xae\x0e\xb2\xff\x34\x57\x07\x47\xeb\xc0\x6e\x6d\x21\x29\x7f\x98\x46\x13\x72\x07\xf1\x47\x1e\x44\x79\x2b\x17\x77\xf1\xf8\xda\x0d\x3c\xdd\x07\xed\x83\x90\xc3\xe3\xbb\x27\xf0\x72\x21\x68\x3d\x10\xed\x7f\x60\xcd\xe3\x95\x6d\x97\x00\x5a\x46\x82\xa2\x16\x22\x80\x5d\x80\xd8\x62\x63\x55\x20\xc8\x4e\x3c\xd2\xe8\x28\x90\xa6\x2b\x55\xa3\x3f\x19\x98\xed\x25\xed\xfc\x9b\xe7\xcf\x04\x76\x54\x28\xcc\xd7\x89\x04\x0e\x89\xca\xc5\xea\x6c\x02\x8e\x0d\xca\xb7\x6b\x37\x00\x17\x7a\xe5\x67\x68\x3d\x01\xae\x7f\x95\xdb\xab\x35\x02\x78\xc8\x27\xeb\x40\xf3\xfa\x9a\xb2\xc0\xb0\x87\xc4\xa0\xc6\x04\x6a\x7e\x9c\x91\x90\xe5\x8d\x47\xf2\xdf\x38\x90\xf1\x92\xda\xd7\x1e\x6b\x7c\xa5\xf2\xc2\xee\xcc\xe2\xfa\xc3\xd0\x7e\x48\xa7\x03\xf0\x97\x0e\x66\x0f\x4f\xf7\x40\xeb\xe1\x56\xf1\xfc\x23\x16\xf0\x7c\x83\xa6\x26\xe0\x2f\xfe\x3f\x22\xf9\x6f\xde\xdb\x8c\xa7\x0f\x32\xcb\x02\x54\x5f\xf0\x1b\x1b\x79\x00\x66\x3f\x85\x1d\xf5\x57\x03\x5e\xc9\x22\xcb\x75\x6f\x01\xf1\x79\x62\xc9\x5a\xde\xc0\xc4\x93\xa2\xdf\xb5\x02\x81\x45\x2e\x12\xf2\xda\x73\x80\x75\xa5\xd2\xc2\xda\x35\xc0\x2e\x4b\x99\x1a\xad\xfd\x40\xe9\x24\x99\x70\xe6\x2c\xa0\x6a\x87\xd4\x62\xa6\x22\x70\x56\x40\xaa\x92\xe1\x05\xb4\x14\x48\x3e\x64\xac\x00\xba\x32\xa5\x08\x46\x31\xd0\xb7\x42\x72\x0d\x53\x0a\xf8\xf4\x45\xe2\xbc\xba\x07\x35\x3f\xfc\x64\x48\x6e\xfd\x02\x33\xb9\xf8\x04\xdf\xa8\x7b\x15\x9d\x65\xa0\xf6\xc7\x66\x9e\xce\xe1\x34\x2f\x07\xa9\x92\xc7\xf3\xef\xe5\x21\xad\x83\x59\xcd\x9b\x17\x4b\xcc\x79\xfd\x90\x37\x2e\x74\x1e\x08\xcd\xff\x07\xf1\xc6\xc3\x89\xa7\x83\x30\xe4\xe5\x8d\x30\x6b\x00\x89\xcd\x04\xa1\xbb\x17\x30\xfa\x21\xe8\xa1\x15\x0b\x38\xbb\x0b\xae\xd3\xd2\x05\x22\x65\x85\xe7\x33\x1d\x81\x34\x79\xe1\x2e\xe6\x7a\x60\xc6\x66\xd1\xdd\x9a\x3f\x80\x3c\x71\x89\x49\x34\xbf\xcf\x88\x02\xb6\xf1\x89\x1f\x67\x3c\x02\x0e\xec\x90\x34\xd7\xc8\x05\x8e\x9c\x91\x50\xd6\x28\x00\x4e\x4c\x94\xd8\xc4\x59\x0f\x8d\x6e\xe2\xdb\x35\x44\x80\x1b\xd1\x12\x16\xea\xf3\x80\x07\xd5\xe2\x92\xea\x8b\x80\x17\xf9\x62\xb3\x54\x7b\x81\x8f\xd5\xc2\xca\x6a\x05\x94\x3e\x28\xfa\xdf\x3a\xa0\x33\x22\x5c\xa4\xfd\x70\x7e\xeb\x60\x78\x7a\xc0\x82\xb7\x7f\xf7\x81\x39\x19\x7f\xf7\xc3\x14\x9e\xcf\x12\xad\x07\xf2\xe3\xfd\xff\xed\xf6\x71\x51\xff\x20\x17\x47\x09\x00\xfc\x91\x04\xc1\x94\x01\xb4\xb7\x0b\x8c\x90\x79\x0f\x18\x1d\x26\x08\x89\x26\xc0\xe9\x15\x41\xa8\x1b\x03\xf1\x3f\x04\x8d\xd5\x82\x81\xcc\x4a\xc1\x4c\xa9\xd5\xc0\xe4\x75\x04\xa1\x36\x07\xc8\x9d\x2c\x6c\x2e\x21\x00\x2c\x59\x4d\x10\x12\x53\x80\xd5\x17\x09\x42\xad\x07\x28\xd9\x2c\xba\x48\xed\x13\x50\x66\x2d\x26\x25\x79\x0a\xa8\x70\x20\x08\xd5\x85\xc0\xb9\x4a\x91\x3d\xaa\xbb\x80\xa6\x59\x22\x77\xc5\xd5\x81\x96\x10\x82\x50\x35\x07\x7a\x1c\x85\x73\x24\x75\x81\xa7\x9b\xfe\x57\x07\x54\xc3\xeb\x67\xfb\x79\x75\x6f\xe3\xe9\x65\x68\x1d\x0c\xdd\x07\x68\x5f\xa0\xa9\xbc\xbc\x41\x5a\x07\x12\xcb\xc3\xdf\x3a\x10\xde\xdf\xb7\xe4\xf9\xe8\xd0\x3a\x10\x05\x3e\x80\x38\x46\x10\x62\x7b\x01\x49\x65\x82\x10\xfa\x02\xa8\xcf\x27\x08\xfe\x91\x80\xc9\x37\x82\xe0\xbf\x0e\xb8\x6a\x11\x84\x5a\x35\x90\xba\x4f\x30\x4a\x4c\x02\x18\xbb\x88\x20\xc4\xe4\x81\xac\x48\x82\x50\x2d\x05\x96\x08\x09\x39\x09\x26\x03\xf3\x8f\x10\x84\x40\x11\xb0\xbc\x8a\x20\xd4\x36\x03\x3b\xa7\x8a\xfc\x54\x25\x81\x83\xe6\x22\xa7\x47\x94\x03\xfb\xed\x08\x42\x48\x0b\x38\x72\x8b\x20\x54\x4d\x81\x0b\x22\x22\x7a\x02\x2b\x81\x06\x1b\x82\x10\x91\x02\x5a\x4b\xb8\xef\x65\xff\xc7\x0f\xe4\xaf\x5c\x98\x7f\xde\xeb\xdb\xce\x20\xfe\xf0\xbf\xe7\x2b\xb2\xa5\xde\xe3\x4a\x9e\x72\xf5\xe3\xa0\x86\x9f\xff\xc3\x11\x17\x00\xcd\xf4\x88\x23\xc2\x4c\x40\xb7\x79\xcc\x66\xb1\x27\x80\x91\xfb\xc4\x44\xe9\x76\xc0\x30\x78\xee\x4b\xd9\xc3\x80\xa1\xcf\x6a\x6d\x85\xd1\x80\xe1\xe9\xe2\x93\xa3\x12\x01\xfd\xef\x65\xf7\x46\xed\x00\xf4\x6f\x9d\x69\x51\x1e\x07\xe8\xf5\xb7\x57\x28\xbb\x02\x7a\xcb\x9f\x7a\x2b\xad\x03\xf4\xb6\x7f\xbd\xab\xf8\x04\xd0\xd9\x09\xc8\xf6\x00\x4c\x61\x40\xfc\xe2\x0f\x4d\x4d\x21\x40\x2a\xee\xbd\x97\xa6\x32\x20\x3d\x7b\x20\x55\xab\x05\x90\x5b\xd0\xe7\xcf\x64\x01\x32\x61\x8f\xe6\x69\x0a\x00\x32\xfb\xba\x5a\x35\x27\x03\xb2\x29\xb7\x7d\x38\x1d\x47\x6e\x67\xfb\x5d\xa6\x08\x20\xbd\xbe\xad\x89\xf9\x01\x90\xb9\xd4\x3c\x9a\xb9\x1d\x90\xa1\x5c\xf0\xfe\xc7\x0f\x84\xe6\xb7\xe6\x11\xff\x0f\x1d\x04\x9d\x17\x23\xf3\xc8\xc5\x87\x83\x6a\x1f\x7d\x52\x04\x6e\x00\x5a\x39\xe1\x7b\x85\x39\x75\x69\x8f\xa9\x14\x6f\x00\x8c\xcc\x27\x9c\x97\x3e\x04\x18\x26\xcc\xb5\x96\xdd\x0a\x18\x7e\x59\xf9\x50\xe1\x2a\x60\x6c\x57\xdc\xa4\x3c\x12\x30\x4a\xa9\xd8\xaa\xf2\x1a\x30\xb4\x3c\x5b\xa5\x3a\x09\x30\xc8\xe8\x58\xac\xba\x1d\x30\x88\x7c\xb6\x4c\x35\x1d\x30\x74\xf8\xf5\x4b\xa5\x80\x1e\x07\x96\xa3\xb6\x39\x20\x53\xf7\xa5\x4e\xf3\x31\x20\xfd\x65\x30\x40\x6b\x18\x90\x9b\xdd\xef\xa0\x2d\x04\xc8\x13\x4f\x42\xb4\xd5\x00\xf9\xb9\x0f\x34\xb4\xea\x00\x79\xc5\x4e\x0b\xed\xa9\x80\x82\x53\x47\x83\xb6\x17\x20\x8f\x6b\x17\x35\xaf\x01\xb2\xef\x9b\x7b\x34\x0f\x02\xb2\x87\x1b\x05\xb4\x56\x03\x72\x94\x6b\xd6\xff\x97\x0f\xc6\xdf\xf5\xff\xf6\x01\xe0\xe5\xc5\xa8\xbc\x77\x7e\xc4\x6f\x03\x68\x06\x7a\xc7\x09\xf6\x00\x3a\x5b\x43\x17\x8a\x2c\x02\x0c\x66\x26\xc6\x49\x8c\x01\x8c\x17\x67\xa6\xc9\x8c\x05\x4c\x2f\xcd\x39\x3a\x32\x06\x30\x9d\xbd\xea\x80\xd2\x72\xc0\xe4\x54\x71\x93\xca\x43\xc0\x24\xb4\xe2\xa6\xfa\x2a\xc0\x28\xb6\x41\x54\xdd\x11\x30\x1c\x7b\xb3\x40\xdd\x14\x30\xb4\x79\x76\x53\xad\x0f\x30\xf2\x1b\x7e\xa7\xa6\x06\xe8\xfa\x03\x72\x7d\x3f\x97\xea\x54\x00\xf2\xd9\x1f\xfa\xb4\x9b\x01\x79\x93\xd7\x29\x3a\xad\xc0\xc8\xd1\xcf\x66\xe9\x1a\x00\x8a\x63\x7b\x3a\x74\xdd\x00\xc5\x0b\xf7\x56\x69\xe7\x00\x0a\x6e\xb7\xa3\x74\x7d\x00\xc5\xfe\x76\x79\x1d\x4d\x60\xa4\x45\xab\xac\x4e\x00\x30\xd2\xfb\x8a\x8e\x56\x07\x20\xcf\xb8\x54\xa4\x3d\x12\x90\x4f\xff\xaf\x71\xf8\x6f\x3d\xd0\xff\xe8\x41\x78\xba\x18\xf5\x31\x8e\x56\x02\x49\x80\xae\x89\x97\x83\x70\x1e\x60\x20\x1c\x72\x59\xcc\x12\x30\x91\x8a\x6b\x90\xe2\xe0\xdd\xf1\x4e\x32\xdf\x00\xb3\xe2\xd9\xa5\x23\x2b\x00\x33\x46\xfe\x06\xa5\x36\xc0\xec\x51\xf1\x1c\xf5\x4c\xc0\xf4\x7c\xc5\x5c\x46\x0e\x60\xe2\xd4\x30\xc0\xb4\x00\x8c\x76\xde\xaa\x66\xb8\x02\x46\xab\x5e\xbe\xd0\x00\x60\x9c\x0c\xa8\x87\x02\x7a\x01\x80\x42\xf6\xd7\x6c\xbd\xb9\x80\x62\xe7\x60\xbf\xde\x29\x40\xc9\xb0\xbf\xd4\x40\x1c\x50\xb9\xdd\xfb\x45\xaf\x06\x50\x7a\xd9\x5d\xa4\x77\x00\x50\xfa\x71\x67\x9a\xbe\x2c\xa0\x5c\xd2\xe1\xaa\xbf\x13\x50\x89\x6e\xbb\xa2\xcf\x04\x94\xd3\x9b\x16\xe9\xc9\x03\xa3\x2a\x2e\xef\xd1\x13\x03\x46\xcd\xbc\x60\xa0\xf3\x16\x18\x79\xf2\x3f\xd7\xc3\xbf\xf4\x0f\x34\xff\xcf\xe3\xbf\x1d\xf4\xa8\xfb\xef\x74\x4e\x0a\xd3\xc5\xd6\x63\x44\xd0\x3f\x3a\x29\x23\xd1\xc0\xdb\x62\x77\x00\x0b\x89\xd8\xf9\x32\xcb\x01\x0b\xb1\xf4\x57\xf2\x21\x80\x95\xe0\xec\x26\xa5\xfb\x80\x85\x7b\x7e\xa5\xaa\x0c\x60\xfe\x63\xdb\x6e\x8d\x1d\x80\x39\x71\x24\x48\x33\x0b\x30\xa9\xbe\xb0\x50\x93\xd3\x25\x0f\xdf\x8d\xd3\x7a\x06\x98\xc8\xbe\xfe\xa9\x79\x04\x30\x66\x01\x1a\x79\x2c\x55\xfd\x0a\x60\x54\xd5\xc7\xf9\x9c\x13\xa5\x32\xf9\xca\xd4\xe0\x0c\xa0\xda\xd1\xb7\xdb\xd0\x00\x50\x7b\xfa\xc8\xc7\xe0\x12\xa0\x16\xdd\x25\x67\x28\x07\xa8\xdd\xb9\xe9\x6a\x90\x00\xa8\xe6\x5d\x2d\xe1\x9c\x44\xd5\x65\x5b\x1a\x0c\xf2\x00\xd5\x98\x46\x2d\x03\x7f\x40\xa5\xf2\xfc\x02\x83\x01\x40\xd5\xfc\x8c\xbc\x41\x2a\xa0\x32\x02\xff\xa1\x7f\xf8\xf7\x38\x70\xeb\xff\xad\x83\xa8\xd5\xd5\xe0\xa0\x6a\xb5\xc9\x4b\x7e\x7e\x40\x3b\xcb\x3a\x48\x30\x0c\x30\x58\xea\xd4\x2e\x22\x0f\x98\x4f\xf5\x3b\x20\xa9\x01\x58\x75\x44\xbd\x93\xdd\x08\x58\xf3\xa7\xd5\x8d\x1c\x05\x58\x3d\x9e\xd1\xa7\x34\x08\x58\x19\xaf\x58\xab\x36\x00\x58\xf6\x6e\xab\xd5\x94\x04\x2c\xd6\x1e\xf1\xd5\xae\x02\xcc\xed\x2e\x3e\xd5\x9d\x04\x98\xde\xb9\xa7\xa6\xab\x0b\x98\x2e\x7c\x77\x5c\xc7\x08\x30\xb9\x04\x30\xc5\xbe\xa7\x1b\xe7\x02\x8c\xec\x37\xb9\x26\xd3\x00\xad\x8c\xe7\x7b\x8c\x8d\x00\x66\x7c\xcf\x41\xe3\x58\x80\x79\xe9\x5e\xb9\xf1\x0f\x40\xb3\xf1\xb6\x82\xb1\x12\xa7\x97\x5e\x8b\x32\x09\x07\x34\x77\xfe\xd6\xc5\x05\x1a\xcd\x00\x34\xf8\x2e\xec\x30\x1c\x01\xa8\xce\x3a\xf3\xcc\x88\x09\xa8\x15\x9d\x36\x36\xd4\x05\x54\x5e\xfc\xd7\x7a\xf8\x3d\x0f\xb6\x11\x7f\xdc\xfb\x26\xee\x33\xa8\x9c\x73\xf1\x54\x8d\xbd\xd4\x7a\x58\x61\xa0\xc4\xbf\x14\xd0\x7b\x63\x6e\xc0\xd9\x95\x68\x7d\x90\xe5\x08\x2f\x43\x49\x06\x60\xa3\x1e\x21\x23\xdb\x0c\xd8\x7b\xa5\x9a\x29\xa9\x02\x76\x92\xd3\xa7\xab\x06\x00\xb6\xb1\xcb\x27\x33\xad\x01\xeb\xe4\x6d\xce\x5a\xaf\x01\x2b\xfe\x4a\x2b\x3d\x15\xc0\xe2\xf9\xa5\x4f\x06\x8b\x01\xf3\xa1\xee\xab\x86\xb3\x00\xf3\xa5\x5f\xea\xf4\x1f\x01\x66\x86\x80\x16\xf9\x71\xd8\xf4\x2a\x48\x9d\xdd\x2f\xd5\x4d\xe7\xe3\x8b\xce\xbe\xc7\xbd\xa6\xe7\x30\xa0\x6b\xd6\x6d\x60\x7a\x15\xfd\xba\x1a\xb7\xab\x4c\x35\xf0\x45\xbb\xb0\xdd\xce\x34\x1b\x1f\xb5\xeb\x5a\x1b\xcc\x74\xf0\x4a\x67\x76\x63\xac\xe9\x7d\x7c\xd1\x0e\x3f\xff\xd9\xa4\x09\xd0\x14\xaa\xbf\x68\xf2\x10\x60\xce\x3b\x71\xc7\x64\x18\x60\x2a\xd6\x2d\x34\x89\x06\x34\x0e\xfc\xbf\xd6\x03\x8f\xf7\x25\x54\x28\x7e\x47\x68\x82\x0a\x75\xff\x5f\xd6\x56\x25\x8a\xe2\x7b\x8e\x6a\x27\x09\x34\x02\xc6\x84\xf1\x5e\x61\xb5\x7f\x72\x94\x68\x7d\x90\xc3\xfb\x10\x65\xf9\x77\x80\x93\x53\xd2\x52\xe5\x25\x80\x93\xe9\xd4\x3e\x8d\xc7\x80\x43\xc5\xb2\xbd\xda\x3b\x00\xbb\xb8\xad\xa7\xf5\x1e\x01\x36\xd6\x95\x93\x0d\x0f\x02\x56\xbb\x1b\x37\x19\xbf\x02\x2c\x83\x1f\x05\x73\xbe\x4b\xcb\xb9\xbf\xea\x8c\x0f\x0c\x79\x98\xc7\xe2\xbd\x5e\xd7\xe0\x6e\xb3\xcb\x78\xa4\x4f\x3c\xf9\x66\xee\x84\x66\x03\x83\xee\x60\xf3\x72\x34\x18\x9c\xb8\x3b\xdb\x42\x16\xa7\x0c\x75\xda\x8d\xcd\xcf\xa2\x59\xbf\xa9\x55\xdf\xe2\x1e\x4e\x19\xea\xff\xd6\x41\x15\x98\xcf\xc4\x53\xdd\x80\xb3\xd2\xe6\xbe\x78\xad\x33\xf3\xc4\x06\x8b\x66\xf4\xe8\x3e\x3d\x6a\x65\xfe\x03\x1f\xb5\x5b\xab\x99\xe6\x7a\x80\xe6\x2f\xfc\x87\xfe\x81\x5e\x07\x6a\x1b\x29\xe4\xf9\xbe\xd3\x3a\x08\xf5\x12\xd5\x39\x7c\x29\x80\x9e\x26\x73\xb6\x40\x24\x60\x51\xab\x1f\x2d\x34\x0b\xb0\xc9\xb6\xf0\x14\x4b\x06\x9c\x77\x38\xdd\x90\xe9\x02\x5c\xac\x03\x47\x8d\xf4\x01\xdc\x9a\x12\xbe\xa9\x2d\x03\x5c\xde\x4f\x3e\xcc\x7c\x07\x38\x87\x2c\x9d\xae\x37\x1b\x70\xe8\xd8\x1a\x69\x14\x08\xd8\x2d\xaa\x12\x31\xdd\x0f\xd8\xc4\x35\x2f\x36\xbf\x0e\x58\x8f\x78\xba\xc9\x22\x0d\xb0\x76\x42\x9e\x39\xf3\xf3\x0d\xcb\x16\xac\x37\x0d\x7c\xbe\xdb\xea\x2c\xc6\x99\xb7\x76\x67\x5a\xb7\x23\xc4\x32\xee\xb6\x89\xf5\x0a\x8c\x33\xbf\x73\xfd\x8c\xf5\x6c\x4c\x37\x7b\xdc\x2a\x6c\x3d\x1b\x0b\xcd\x64\x2f\x4f\xb3\xd6\xc6\x26\x93\xe9\xe7\x75\xac\x5a\x50\x6a\xf4\xb1\x5e\xca\x3a\x01\x87\x8d\xfa\x69\xfd\x4f\xcd\x2f\xab\xa9\xe8\xd0\x1f\x53\x99\x6f\xa5\x8b\x47\x7a\x3a\x65\xa3\xad\x19\xe8\xd6\x3b\xfc\xe7\x3c\xa0\xfb\xa1\x26\xf7\x67\x1e\xff\x2f\xf8\x52\x9e\x4d\xfc\xe1\x03\x40\xe7\x21\x58\x78\xa8\xad\xe4\x5f\x0d\x38\x89\xeb\x44\x0a\x85\x00\x2e\x26\x26\x77\xc4\x98\x80\x67\xbd\xbd\xbb\x4c\x32\xe0\xf5\xd0\xeb\xf9\xa8\x0e\xc0\xfb\x51\xf4\x10\x83\xf3\xdf\xbb\x26\x5c\xd2\xd9\x0b\xb8\x0b\x2c\x4e\x33\x92\x06\x9c\xbf\x6e\xd1\x34\x2b\xe5\xcc\x9b\xaa\x6c\x2b\x45\xc0\xae\xba\xb5\xde\x56\x1d\xb0\x79\xd7\xdf\x65\x6b\x4b\x86\xda\x5c\x84\xad\xf5\xe9\x57\xdd\xb6\x63\x48\xd8\xc5\xd3\x3a\xa0\x5b\x33\xec\xca\xc0\x6f\xb7\xf2\xaa\xa0\xfd\x5d\xf2\x87\x7d\x01\x9d\x93\x77\x61\x92\x43\x23\xc4\xec\x2e\x9f\xbd\x6d\x6f\x01\x3f\xab\x3d\xa7\x2c\xec\x6b\x10\x6a\x15\x50\x7b\xd9\xc1\x16\xc9\x96\xa9\x55\xa1\xf6\x2f\x30\xd3\xbc\xb9\x7c\xaf\x9d\x36\x4a\x8d\x1b\x4a\x27\x3a\x14\xa1\xc0\x4c\x7f\xff\x04\xbb\xb3\x38\x6e\xb4\x15\xff\xa7\x0e\x86\xe6\xff\xe9\xfb\xef\xb4\x0f\x80\xd1\x59\xe1\xfb\x1c\xb4\x52\x11\xcf\xe7\xa0\xc7\x78\x86\xd6\x88\x43\x80\xaf\xaa\x6e\xae\x30\x80\x20\x6f\x2b\x41\x69\x5f\x20\x30\xde\xa3\x40\x29\x05\x08\xac\x0b\xf7\xd4\xfc\x04\xf8\xb9\xa6\xb7\xeb\x9f\x03\xbc\x17\x2e\x5c\x66\xce\x99\x27\xb7\x8b\xb6\x59\xb1\x01\xe7\xb5\xd5\x4d\xf6\x8b\x01\x87\xaa\x6b\x73\x9d\x1c\x01\x7b\x91\xb7\xd2\xce\x42\x9f\xe5\xed\xbb\xc8\x7c\xd7\x89\xbd\x9b\x1c\x2d\xc8\x89\xee\x49\xb7\xcf\x38\xf6\x90\xcb\xdc\xb2\x7e\xfb\x00\xf1\x72\xd1\xce\x4b\x3b\xaf\x24\xeb\x5d\x1c\x4f\x85\x3b\x9f\x20\x7b\x9c\xfc\x8f\x25\x3a\x9f\x24\xbf\x3a\x3c\xaf\xf2\x76\xc9\x07\xbf\x83\x47\x79\xaa\x73\x2e\x6c\x6c\x5e\x1e\xfc\xea\xac\x86\x70\xab\x5f\xfb\xaf\x3a\x89\x23\xc7\x42\xac\xe4\xa4\xb3\x15\x66\x5a\xe4\xed\x5e\xec\xf8\x1d\x1b\xcc\x14\xff\x63\x1e\xf0\xf8\x7f\x82\x10\x99\x4a\xcd\x83\x68\x41\x4a\x0f\xa3\x57\xc8\x6f\xc3\x41\x4b\x06\x57\x0f\x41\xfb\x62\x04\xc8\x49\x52\xeb\x27\xbc\x9b\xd1\x25\x64\x0f\x44\x2f\x33\xf1\x92\xbc\x06\x8c\xee\x74\x52\x51\x7c\x09\x84\x8b\x04\x75\x6a\x7d\x00\x82\xbf\xa7\xa4\x18\xaf\x00\xfc\xeb\xe7\x7c\xb0\xfa\x05\x78\xdd\xdc\xb4\xcb\xe1\xee\xb0\xb2\xbb\x5d\x55\x86\xdb\xd7\xaf\xf7\x5c\x76\xb6\xde\xf3\xae\xfd\xb0\xc4\xd9\xab\xdf\xcc\xaf\xf7\xc5\x06\x17\x59\xf6\x91\x80\xab\x77\x8a\x5d\x4f\xb1\x2f\x04\x34\xb7\x94\xb8\x47\xb1\x3b\x02\xce\x5f\xf0\x74\xaf\x23\x45\xfc\x7c\x4e\xf7\x7a\x2c\x27\x19\xbe\x39\xc7\x34\x3d\x7c\xc8\x64\xaf\xc4\xea\x3d\x1e\x87\xc8\xb9\x9e\xfa\x65\x0f\x3d\xb2\xc9\x1a\x37\xe6\xc1\x11\x1e\xcf\xc9\x8b\xae\xfe\xfb\x4a\x3c\xc6\x91\xaf\x9c\x5a\x76\xbd\xf0\x58\x07\x41\x87\x1f\x3b\x9c\xdc\x77\xc0\xcc\x8e\xb1\xcd\xc1\xdd\x18\x41\x36\xea\x45\xab\xdc\xee\x22\xcd\x6a\xf2\x1f\xfb\x01\xa1\xd8\xf7\x67\xfd\x22\x6c\x82\x1a\x17\xcd\x8f\x04\x95\x8b\x41\xfb\x41\x38\x4d\xe7\x22\xed\x8b\x11\xf9\x7c\xc4\x0f\x8a\x07\x3a\xa9\xa2\xc2\x3f\x08\x8c\x1d\xa3\xab\x2a\xf6\x13\x48\x19\x6b\x5d\xa8\xd0\x08\x24\x5e\xf1\x39\xab\x15\x05\x44\x7d\x89\x5f\x62\x91\x34\xa4\x16\x36\x23\xbb\xc4\x49\xfa\xc3\x97\xa0\xcc\x35\x0b\xbc\x19\x03\xcd\x7e\x87\x4a\x4b\x82\x8c\xfb\x94\xbc\x0f\x5d\x38\x11\x3e\xa9\x47\xdc\x33\xaf\xc7\x23\xea\xd9\xbd\x14\xcf\x70\x56\x4d\xf4\xe5\x66\x7f\xef\x44\xd6\xd7\xd1\x7c\x67\xde\xfb\xd4\xb1\x9d\x22\xce\xd6\x5d\xf1\x9d\xcd\x5e\x1c\x66\x52\x35\xc2\xf7\x32\xbb\x3e\xb8\xf6\xf0\x6d\x3f\x01\xf6\xdb\xc0\xa4\xfd\xe7\xfc\xec\x48\x86\xdf\x87\x3d\x5e\x7e\x52\x64\xb0\x4f\xcd\x8e\x32\xdf\xb7\x64\xae\xe7\xb3\x62\x19\x5f\x6f\xb2\xca\xdd\x69\x8b\x9e\x4f\x2f\x79\xdb\x65\x68\x93\x94\xcf\x56\xf2\xb3\x53\xdf\xfa\x38\x9f\x7a\x8c\x70\x6c\x58\xfb\xd0\xfb\x3e\xb4\xed\x57\xfe\xef\x3a\x20\x74\xb9\xf9\x0f\xf4\xfd\xf7\x7f\xd7\x1f\xc0\xcb\x43\xa0\xf9\x9f\xb1\xbc\x7b\xb0\x13\x42\x46\x50\x3a\xfd\xa9\x3a\x6a\xcf\x28\x9f\x94\x87\x26\x0e\x72\x46\xc0\x44\x6f\xd7\x09\xcc\xd0\x2f\x2b\xc6\xbe\x8a\xd8\x6a\xfd\xe0\xe5\xad\xf8\xd3\x99\x62\xde\xf6\x3d\x67\xa3\x7d\x73\x03\x42\xae\xdd\xad\x8a\x98\xbe\x23\x2e\xba\xac\x7d\x79\xc8\xad\x13\xcf\x13\xad\x5b\xba\x82\x74\xef\x38\xa6\x58\x35\x9a\x05\xdc\xfd\xc2\x48\x8d\x3b\xe9\x19\xd4\x36\x8c\x14\xc3\x4a\xfd\xe0\xe3\xac\xfc\x84\x92\x03\x08\xd9\xce\xea\x8f\x55\xdf\x93\x10\x2a\xce\xd6\x18\x3d\xb0\xe3\x52\x48\x2b\x7b\x4e\x84\xfa\xb6\xc6\x90\x17\xec\x3d\x61\x61\x45\xbb\x82\x33\x49\xa1\x40\xe6\x86\x85\x21\x3f\x48\xfe\xc0\x75\xeb\x52\x82\x4f\x92\x01\xbe\x67\xd6\x3c\x0e\xda\x40\x16\x79\x4e\x5d\x79\x31\x44\x91\x5c\xed\xe5\xb2\x3c\x29\xc8\x82\xec\x71\x79\x93\x37\x14\x98\x44\x7e\x71\x8e\xe1\xd4\x3f\x92\xd7\x27\xf9\xef\x52\xfd\x80\xa7\x03\xa1\xf9\x6f\x3a\x07\x20\x30\x8a\xf8\xeb\x1e\x38\xed\x0b\x42\xdf\x87\xa6\xf5\x20\x8b\x0a\x25\xa8\xe7\xb6\x25\xe6\x5a\xa7\x25\x58\x9f\x7e\xce\x5b\x6d\xa7\xc7\x24\x9e\x7d\xc8\x2e\x0b\xb4\xb0\x09\xef\x6c\x98\x20\x98\x94\x1b\xe0\xde\xf6\x35\x75\xc2\xac\xe1\x18\xc5\x8b\xfe\x49\x23\xd6\xd7\x27\x07\x9c\xd6\x8c\xd7\x3d\xb2\x3d\x7d\xea\xd1\xfa\xe8\xfe\x36\xe9\x09\xeb\x2a\x27\x45\x7d\x1b\xf8\x9c\xc5\x2e\x5d\x36\x3a\x69\x58\x79\xc2\xb6\x1d\x35\x31\x92\xc3\x07\xd2\xb3\x8a\xd8\x31\xb1\x2c\xf5\xb1\xa6\x1b\xa5\xa2\xb3\x58\x47\x12\x4e\x17\x5e\x8b\xf1\x64\xdd\x8b\x17\x5f\xf3\x74\x74\x17\xdb\x7d\x74\xce\xca\xe2\xd1\xb3\xd9\x6b\x22\x94\xf2\x1e\x8f\x0e\x63\x5f\x0b\xf9\xb4\x54\x22\x6a\x0e\x29\x17\xe8\xb9\xa4\x38\xaa\x84\x64\x06\xcc\x5d\x14\x1f\x19\x4d\x66\xf8\x14\x2d\x68\x88\x78\x4f\xae\xf0\x6a\x9b\x2b\x1d\x31\x9e\x3c\xeb\x3e\xe9\x9f\x75\xc0\x6f\xca\xad\x43\x93\xe7\x03\x42\xf3\xdf\xb4\x0e\x82\xae\x9f\xe6\xc1\x69\x1e\x74\xf1\x6e\xe2\xcf\x7b\xe1\x57\xd6\xc5\xf0\x3b\x10\xc4\xa7\xa5\xeb\x77\xa9\x7e\x14\x75\x78\x96\xb8\x26\xce\xec\x9b\xfa\xf2\xbb\xec\x3c\x7b\xcf\x3a\xcb\x47\xcd\xa3\xe6\x77\x46\xef\xf3\xd3\x39\x79\x6b\xfa\x40\x16\x91\x70\xa8\xe2\xf5\x24\xf1\xe5\x6e\xe3\x47\xee\xf3\xc8\x78\xbd\xf7\xd1\xa4\x35\xdb\x97\x8c\x5b\x7d\x7e\xe7\x74\xd9\xcd\x67\x52\x65\x1f\x4f\x9a\xd1\xbb\x4e\x7f\xec\x8a\x21\xa1\x19\x71\xf9\xe3\x53\xd5\x86\x06\x26\x55\x2f\x0b\x1a\x3b\x6d\x78\xcb\xf8\xd7\x4b\xc4\xc6\xaa\xb0\x04\x52\x3f\x2d\x8c\x4f\x49\x61\x65\x27\x5d\x5c\xb0\x31\xe9\x33\xeb\x6a\x82\xec\x5c\x97\xe4\x10\x36\x5f\x6c\xdd\x6c\x8d\xa4\x42\xf6\xd8\xa8\xc9\xb3\x6e\x27\x56\xb2\xab\xc3\x8e\xcc\xe4\x4b\x54\x67\xf7\x86\xe8\x64\x9f\x4f\x88\x23\xc5\x03\x2f\x4e\x2b\x8b\xab\x22\x13\x7d\x03\xa7\x6e\x89\x13\x20\x17\x78\x67\x02\x04\xcf\xdf\x43\x91\x57\x27\xad\x03\xa1\xf3\x30\xe8\xfa\x27\xc6\x71\x71\x4e\x2b\xf1\x17\x0f\xc8\xf5\x45\x60\x19\x6f\xa3\xf8\xae\xf7\xef\x76\x51\x7d\xe3\xf9\xf9\xbd\x3b\x94\x1a\x08\xa2\x33\x76\x47\x9b\x7e\x8b\xd2\xe5\xe6\x4d\x45\x6d\x4e\x35\xa6\x39\x27\x1f\xac\xcd\x0f\x3d\xed\x25\x7d\x28\x61\xf9\x93\x71\x44\xcc\xc3\x2d\x7c\x0b\xca\xe7\x3e\x99\x90\xbf\x7a\xee\x9c\xf0\x2d\xab\xa6\x1b\xe4\x5a\xcd\x12\x3c\xf6\x7a\xb6\xf1\x3c\xa3\xec\xe8\xbb\x2a\x73\xa5\x66\x9e\x9f\xee\xfb\x63\xe9\x3c\x2f\x5a\xf7\x31\xb5\x62\xf2\xc4\x61\xb1\xac\x0b\xff\xe3\xf3\x51\x3f\x61\x01\x2b\x2d\x39\x60\xa2\x41\x66\x26\xeb\x5c\xc2\xfa\xcc\x57\xe3\xdb\xd8\xea\x31\x7e\xff\xd6\x7b\x8c\x77\x4c\xab\x66\x37\x85\xba\x8e\x37\x1d\x2b\x47\x2a\x06\x3c\x49\x8b\x1f\x9b\x4d\xda\xfa\x8b\x00\x92\x3c\x3d\x8b\x71\x18\xf1\x97\x0e\xe4\x77\x3e\x10\x5d\x7f\x2f\x17\x57\xb9\x11\x7f\xe8\x60\x7e\x15\x96\x50\xe3\xf6\xb6\xba\x94\x9a\x1f\x4f\x1f\x97\x7d\xa4\xde\x77\x3e\xae\xec\x91\x88\x26\x88\x56\x83\x8a\xd1\xcc\x75\x72\x4a\xf5\x96\x07\xb3\xac\x3b\xf5\xb5\xcb\xbe\xec\x09\xf1\xf7\x74\xee\xdb\xa6\x52\xbc\x6f\xcc\xe4\xf0\x15\xcb\xa7\x6c\x14\x99\x31\x23\x6d\x79\xce\xfd\xc2\x97\xeb\xaa\x26\x6d\x98\x5a\xb6\x66\x7b\xf5\xf6\x69\x16\x13\xb6\xae\xfa\xd0\xb1\x34\xdb\x26\x7d\xda\x2a\x9f\xcf\x6f\xb2\xf5\xd2\x1a\x96\x5f\x1b\x96\xce\x3a\x90\xb6\x3d\x57\x72\x78\xdf\xf8\x86\xb1\x1f\x16\x5f\x63\x69\xa6\xf2\xa7\x6a\x2d\x10\x65\x65\x27\x7d\x1a\x3b\x7b\xee\x6a\xd6\xd5\x84\xa0\x94\xe9\x39\x04\xdb\x28\x46\x26\x25\x66\x66\x05\x3b\x31\xaa\x2b\x79\x30\x7b\x09\x7b\x53\x84\x5d\xf2\xf2\xa9\x77\xd8\xd7\x43\xdd\xc6\x90\x53\x6d\x48\xa1\x20\xed\x31\xe6\x59\x4c\x32\xd6\x77\x47\x62\xe7\x84\x99\xe4\x6c\xef\xcb\x00\x73\x07\xb7\x2e\x47\x6f\xe2\x2f\x1d\x48\xc6\xd3\xbf\xeb\x5f\x33\x8b\x8b\x3b\xa8\xdc\x8b\x9f\x67\x0e\x3c\xa0\xea\xd7\x28\xa7\xea\x7e\x92\x50\x4b\xf1\xba\x77\x27\x1f\xa7\xee\xc5\x36\x7f\x39\x4d\xad\x97\xb3\x5d\xf5\x53\x95\xdf\x88\x96\x57\x6e\x38\x11\x67\xd2\xca\x08\xda\x89\xda\xed\x1e\xad\xd6\xbd\xab\x4f\x1c\x11\x8a\x89\xf4\x1f\x3b\x7b\xe0\xa0\xd6\xe4\xba\x84\x39\x59\x1a\xfb\x53\xd6\xbc\x4b\x6d\x49\x1d\xd8\xfb\xb4\x62\xc1\x78\xd7\xc4\x0d\x7b\x56\x5f\xf7\xca\x18\x8e\xbd\x5e\x72\xe7\x83\x4b\xa6\x79\xcc\xaf\xed\x43\xc3\x03\x69\xa9\x31\xaf\x36\x2f\x66\xcd\x4d\x52\x89\x75\x5c\x1f\xcc\x3a\x97\xb0\x24\xa6\xa0\xa0\x9a\xcd\x88\xf1\x88\xd9\xb0\xda\x95\x1d\x38\x7a\x5a\xcc\xf7\xe5\x7b\xd8\xf9\x11\xf5\xd1\x37\xf2\x24\xd9\xd7\x42\xa3\x63\x5c\x16\xfb\xb1\x11\xb4\x3f\xba\x77\xe1\x12\x52\x3b\xe0\x68\x0c\xff\xdc\x0d\x64\xa4\x9f\xe6\x68\x93\x39\xe2\xe4\x56\x2f\x91\xd1\xf3\x67\xdd\x26\x0f\x79\x0a\x01\x36\x3c\x1d\x60\x70\x38\xf1\x97\x0e\x64\xce\x46\xe2\x2f\x1d\xc4\x2e\x8a\xc7\x19\xca\x3c\x4c\xf1\x3a\x83\xa8\xe1\xde\x7b\x0e\x3a\x49\xf5\xcb\xbb\x61\x5c\x3d\x4c\xeb\x94\x8b\xd4\xbc\x3a\x73\xa4\xb1\x9a\x83\xb5\x63\x5a\xa6\xcb\xb7\x10\xc4\xde\xe2\x2b\x31\xba\x8b\x14\x37\x6e\x50\xbd\xd8\xe1\x24\x63\xb4\x74\xd1\xd2\x73\x87\xc3\xa3\x5d\xaf\x4f\x1c\x73\xaa\x2e\x73\x7c\xf8\xe7\xe4\x37\x27\xe7\xad\xd4\x89\x19\x1d\x73\xf9\x44\xf0\xe1\x9d\xf1\x0f\xc3\x1f\x1c\x97\x6a\x4b\x4d\xbc\x19\xe2\x71\x6c\xde\x3b\xcb\xc4\x9e\xe0\x86\xaa\x35\xac\x07\xb1\xe7\x82\x5b\x0e\x95\xb0\xdd\xa3\x76\x05\x9f\xd9\xc7\x66\x2f\x0f\x3f\x1a\x22\x5a\xe2\xc8\x2e\x0f\x93\x0b\x59\x53\x5c\xc2\xee\x09\xae\x0e\x09\xdf\x62\x4f\x4a\x07\x6a\x87\x7c\xda\x20\x42\xda\xf9\x5b\x87\x48\xad\x1d\x24\x27\xf9\xf8\x86\xa4\xaf\x4e\x24\x37\x7a\x19\x04\x2b\xe5\xdf\x22\xaf\xbb\xcd\x09\x7a\xbf\x62\x3f\xf9\xd0\x35\x3f\xe8\xc3\xd2\x62\x92\xe5\xec\xfd\x4f\x1f\x48\xb9\xc5\xeb\x7f\x96\xbc\xef\x9f\xd7\x37\x76\x51\xba\x17\xd6\xce\xca\x1a\x6a\xfd\xcf\x3a\x4e\xd5\xf9\x84\x75\x86\xd2\x4d\x75\x1e\xbd\x44\xf1\x1e\x6d\x19\x4d\xd4\x7e\x7a\x6e\xcf\x55\x6a\x3e\xd5\xf4\xdd\xc8\xe5\xe0\xbe\xfe\xdb\x9b\x46\x3c\x25\x88\x2d\x59\xb7\x5d\x35\x0c\x24\xd7\x2f\x6f\xec\x78\x6f\xed\xcc\xbc\x3c\x23\xfb\xfa\xcb\x40\x0f\x6b\x9f\x94\x2d\x6d\x3b\xd3\xdc\xbc\xbb\xa3\x17\xb4\x76\x2f\xdb\x10\xa8\x18\xb2\xbe\x55\xfa\x40\x55\x48\x93\xdf\xfe\x96\xa9\xcd\x44\xd8\x0c\x6f\x8f\x16\x99\x37\x2b\xc3\x12\xbc\x5e\x5c\x8a\x67\xd7\x07\x87\x7b\x95\xd7\x2f\x22\xc5\xfd\x73\xbd\xa7\xd7\x8d\x27\x8d\xfd\x8c\xbc\x6f\x55\xb9\x92\xc1\x3e\xe5\x3e\xe2\x65\x7c\xe4\x0c\xaf\xd3\x3e\x19\x07\x62\xc9\xf5\x9e\x2e\x3e\xb5\x25\xef\xc9\x23\xee\x75\x3e\x0b\x77\x8e\x27\x6f\xb8\xee\xf7\x89\xda\xfa\x80\xfc\xea\x6c\xed\x7d\xa9\x88\x0d\x69\xc7\x04\x9f\x80\x8d\xf5\x50\x76\xa8\xf7\x39\xb9\x76\x2b\x4c\xec\xe7\xff\xd3\x07\x67\xf0\xd6\xc3\xea\xe0\x3f\xeb\x27\x43\xab\x29\x7c\x37\xe9\x24\xa5\x6b\xe8\xcb\xbd\xc0\xd5\x3f\xe4\x37\x53\xfa\x9f\x6b\xa1\xd7\x42\x39\x78\xbe\xff\x26\xe5\xa7\x55\xb7\xfe\x0e\x35\xae\x07\x3d\xee\x53\x7a\x80\x2d\x1d\x3d\x94\xae\xb0\xf0\xd2\x93\x5d\x2a\xe6\x04\x31\xef\xd9\xe3\x02\xe3\xf3\x8a\xcf\x26\xd8\x3d\x5a\xe2\xd5\x6f\x30\x27\xa6\xfc\xc1\x96\x31\x1f\xec\xbd\x43\xa4\x1f\x48\x2d\xaa\x77\x99\xe1\x13\xfa\x40\x7d\x4f\xa7\x07\xbf\xdb\xf1\xee\xeb\x8d\xa6\x9e\xf5\xce\x65\xdd\xfb\x06\xba\x3c\x53\x9c\xfd\xee\x2a\x92\x5b\xdd\x76\x3a\x6f\xbe\x7a\x8e\x3c\xee\x6a\xe8\x6c\x78\x45\x8e\x7c\xea\xb4\x96\xce\xf1\x70\x59\x7d\x7a\x0c\xf9\xd1\xf1\xbb\x8b\x47\xdd\x0f\x8c\xb4\xaf\x75\xf9\x58\x25\x07\x2d\xfb\x11\x2e\x61\xe5\x0b\xe1\x63\x73\xd8\xa5\xe3\xa0\x07\x42\x6d\x64\x9c\x1f\xed\x1b\x83\xd9\x96\x0c\xd7\x43\xbb\x97\x21\xdd\xaa\xd6\xe5\xca\x0e\x7e\xac\xb0\xe0\x03\x26\x1f\xfd\xbb\xff\x73\xe7\x3f\xad\x03\xf9\x18\x5c\x7f\x86\x83\xcf\x56\x5f\xa6\xf8\xfd\x6e\x99\x36\x2a\x17\xe8\xfa\xde\x1b\xd4\xbe\x70\xe9\xdc\x5d\xaa\x5f\x1e\xaf\xe9\xa6\xc6\xa1\x42\xbe\x97\xd2\x5f\xee\xea\x7a\x46\xf1\xc3\x85\x65\x03\xd4\xba\x59\xc4\xff\xf6\xb8\xc8\x66\x82\x98\x56\xf0\x36\x4d\xeb\xa5\xc4\x50\xf2\x85\x41\x86\x73\x81\x7a\x56\xe8\xfd\x37\x1e\x31\x2d\xc6\xba\x3e\xeb\xdf\xd4\xce\x9d\x62\xfe\xcb\x55\xff\xcd\xa7\x1d\xbd\xd6\x1a\xf6\x4f\x06\x75\xce\x5f\xb0\xd9\x6d\xab\x39\xe8\xfe\xfc\x90\x0d\xc3\xe6\xf6\x4b\x49\xa4\x5b\x16\xd8\x8c\x78\x94\x81\xc5\xe6\xe3\x6d\xa6\xdc\x9d\x81\xf9\xe6\x85\x36\x45\xed\x5d\x58\x6a\x2e\x62\xb3\xa4\xe5\x00\xd6\x9b\x7e\xb5\x39\x75\xc9\x06\xc5\xa6\xee\xb6\x16\xe7\xbe\x62\xbb\xa9\xbf\x4d\xff\xc9\x1c\xd4\x18\x67\xd9\x6a\xd7\x99\xe2\xa4\x51\xaf\xad\x54\xb5\x3b\x2e\x1b\x76\xda\x86\x54\x14\xa1\xd5\x30\xda\xfa\xfe\x21\x11\xbc\xd2\x93\x02\x72\x79\xfe\x2f\xc5\x3c\x9f\x24\xae\x0e\xec\xf3\x1e\xae\x1f\xc4\x8b\xaf\x57\x28\xbf\x94\xee\x84\xab\x94\x2f\x48\xc7\x47\x6e\x4e\xca\x95\x82\xfb\x14\xff\x5d\xbf\xbb\x97\x9a\x1f\xd5\xa2\xcf\xa9\xf3\xe7\x3e\xab\x01\x6a\x1f\x2d\xba\xf1\x81\xe2\xc9\x56\xc8\x7e\xa5\xe6\x57\xf6\xd4\x5f\x89\x1c\xcc\xb0\x63\x87\x29\xcf\xe6\x1f\x19\xfd\x8e\xd5\x68\x75\x59\x6e\xb2\x9f\x0a\xab\x3f\xcc\x42\x63\x85\xeb\x31\x32\x76\xfa\x77\xad\x1e\xbb\x83\x88\x2e\x2a\xd3\x2d\xb3\x3c\x0e\xd4\x9b\xeb\x9d\x35\xcf\x06\x7a\xd7\xeb\x4d\x34\xfb\xc2\xb6\x01\xb4\xee\x9b\x96\xbc\x67\x00\x5a\x41\xa6\xac\x17\x24\xa0\xbd\xd5\x74\xce\xe3\x5d\x80\xd6\x35\x53\xe5\x7b\xd1\x80\xd6\x48\x53\xbd\x9b\x47\x00\xcd\x57\xa6\x57\xaf\xe6\x01\x5a\x85\x66\xdf\xae\x3c\x05\x4b\xfb\xb5\x99\xfd\xc5\x13\x80\x96\xa7\x79\xe8\x59\x71\x40\xdb\xce\xbc\xf4\xe4\x7a\x40\x5b\xc2\xac\xea\x28\x1b\x60\xbe\xfa\x47\x07\xc3\xf5\x43\xf9\x36\xe5\x1c\xa5\x83\x1c\x58\xd3\x2c\xc9\xc1\x07\x5d\xed\x94\x7f\xd6\xed\x9b\xf7\xa9\xfd\xa0\x45\xaf\x27\x8d\xda\x07\xde\xf5\x51\xbe\x5b\x47\xa7\x0e\x50\xbe\x31\x87\x67\x73\x75\x40\x3b\x24\xbf\x50\xfa\xaa\x42\xfc\xa2\xe6\xd3\xa2\xa9\xdc\xfb\xf3\xbf\x79\xdf\x79\x80\xe4\x25\x82\x08\xf6\x02\x4c\x56\x49\xc4\xbb\x8f\x07\xfc\x05\x14\x57\x39\x38\x03\x99\x52\x2a\xfa\x56\xfb\x81\x95\xdb\xd5\x1d\xcd\x0e\x02\x87\x6b\x19\x46\xc6\xa7\x81\x16\x7b\x86\x90\x51\x3d\xd0\x7f\x48\xfd\xca\xef\x1c\x8b\x3b\xbf\xae\x02\x23\x5d\x75\x1b\x3f\xf8\x00\x23\x45\xf5\x5e\xbe\x1c\x02\x46\x15\xe8\xbe\xee\xed\x07\x14\x0b\xf4\x0c\xbb\x45\x81\x51\x9a\xfa\x3b\x6f\xdf\x02\x94\x03\x74\xf3\xdb\x7f\x00\x8a\xae\x7a\x15\xad\x5e\xc0\xa8\x5a\xdd\x47\x8d\xc5\x80\xe2\x38\x7d\xf5\x0b\x04\x30\xea\x2e\xad\x83\xf9\x95\x75\x8e\xf2\xfd\x78\xfd\xb8\x85\xea\xfb\x3d\x33\x6e\xa6\xfe\x59\x7f\x9b\xc2\x13\xaa\xde\xf3\x37\xb9\x79\x29\xc7\x77\x73\x75\x11\x47\x74\xbe\x0c\x71\x70\x4f\x09\xd7\x1f\x67\x73\x2f\xa8\x7d\x94\xe6\xbd\xb2\x67\x70\x31\x89\xe7\x7b\xe0\x2f\x00\xf0\xcd\x21\x08\x2f\x7b\x40\x2f\x54\x44\xc0\xc1\x04\xf0\x70\x92\x49\xb4\xdc\x06\x24\xa5\xca\xad\xe5\x3c\x01\xcf\xef\x1c\xf9\xc0\x38\x0f\x28\xee\x57\x6a\x32\x50\x04\x8e\xad\x52\x32\xd5\x17\x05\xda\x37\x28\xa5\xe9\x89\x03\xfd\x39\x8a\x71\x7a\x33\x00\xf2\x9e\x7c\x3b\x9d\x5f\xa1\x71\x7a\xf8\x11\x20\x7a\x47\xe3\xd5\xc7\x69\x80\xf8\x38\xc6\xac\x57\x36\x80\x44\x2f\x23\xf0\xe9\x39\x40\xd2\x8c\xf1\xe6\xd1\x68\x40\x2a\x92\xb1\xb7\x4b\x05\x90\x32\xd0\x8c\xec\x78\x05\xc8\x14\x32\x67\x5d\xd3\x00\xa4\x27\x91\xcc\x86\x48\xee\x3e\xd8\x42\xd5\xf7\x04\xb7\xa9\x73\x51\x17\xf3\xc1\x4b\xaa\x0f\xae\x7a\x4e\x9d\x13\x2f\xc5\xbc\xa6\xfa\xe8\xa9\xbe\x4f\xd4\xe7\xb5\x0e\x43\x54\x7f\x2d\xdd\xcc\xe5\xc7\xb7\x7d\xfc\x9b\xff\xa5\x75\x20\xf4\x3c\x18\xcd\xcb\x93\xa1\xf3\x1f\x1c\x4f\x00\x4c\xdd\x11\x5b\xad\xb4\x00\xa7\x00\x09\x15\xd3\x52\x20\x26\x48\x6a\xa3\xe1\x45\x60\x5a\x99\x8c\x95\xfe\x28\xa0\x80\x4f\x4e\x42\x77\x3f\xb0\x7f\xaf\xfc\x3c\xed\x36\xa0\xde\x5a\xde\x58\x3b\x0a\xb8\xb1\x48\xde\x99\x53\x7f\x6f\x87\xcc\x0b\xad\x8f\xc0\xa7\xe3\x32\xd5\x8c\x13\x9c\xf1\x10\x4b\x90\x97\xe6\xf2\xd7\x82\xf2\xa0\xbc\x56\x05\xf4\xbe\x53\x77\x12\x45\x1e\xbc\xa3\x98\x45\x95\x27\xcf\xbe\x03\x42\x8b\x05\xa4\x9e\x6a\x73\x7e\x1e\x71\xe9\x21\x75\x93\xff\xc3\xfa\x96\x6c\x6a\x1f\xb0\xbb\x75\x95\x83\xf7\xcb\x1f\x53\xfd\xae\xfd\x41\x3f\x95\x0f\x75\x65\x33\x37\x27\xec\xcc\xb5\xaf\x54\x5e\x4a\x9d\x3c\xfb\x2d\xc1\xf5\x83\xa1\xf6\xcf\x1d\xf7\x78\xfc\xa7\x32\x8f\xff\x15\xe2\x22\x9d\x83\x90\x9c\xff\x37\xdf\x69\x6f\x0b\x10\xc7\x09\xc2\x6a\x19\xa0\x5e\x2b\xa0\x61\x32\x0b\xb0\x61\x88\x9c\x32\x28\x05\x42\xf7\x88\x2d\xd7\x1d\x02\x32\x8a\x25\x74\xb4\xbe\x00\x8b\x26\x4a\x1c\xd6\x8e\x01\xb6\x1a\x48\x9f\xd0\xd4\x02\x2a\xfc\xa4\xe5\x98\x2b\x80\xb3\x85\xd2\x8e\xf4\xbd\x7d\x46\x2b\xd0\x3d\x4e\xca\x93\xc1\x02\x06\x47\x4a\xc6\x6a\x2c\x01\xd8\x71\xa2\x31\x32\xaa\x7f\xf3\xfa\x7f\xe8\x3f\x02\xb9\xf8\x8e\xf7\x1b\xbd\x9a\xc2\xc1\x97\xb3\x3a\xa9\xe7\xa6\xee\x0d\x3d\x94\x2f\xd8\xad\xec\x57\x94\x7f\x60\xb3\xd5\x07\xaa\x6f\x9c\x8f\x18\xa2\xf4\x8f\xc7\xbd\xb9\x7a\x98\x7f\xeb\x60\xd6\xaf\xfe\x9b\xff\xa5\xf3\x40\x32\x16\xff\xcd\xfb\xd2\xbc\x37\xcd\xf7\x6a\x8f\x05\xc4\x3b\x08\x42\xef\x3e\x60\xba\x40\xf0\x85\x26\x1b\xf0\x5a\x2e\x24\xc6\x2c\x00\xc6\xfc\x14\xde\xac\xf1\x1c\xc8\x1e\x23\x62\xc3\xb8\x08\xac\xdc\x22\xf6\x88\xa1\x05\xec\x0e\x14\xff\x4e\xf3\xfb\x6a\x96\xc0\xe9\x41\xd1\x9d\xea\xb6\x40\xd3\x79\x71\x2d\xb5\x5a\xe0\xee\x63\x31\x03\xd5\x5d\xc0\xd3\x7d\xc2\x83\x6a\x86\xc0\xa7\xdb\xc2\x33\x64\x0f\x02\xc8\xfe\x63\x3c\x68\xfd\x07\x01\xae\x82\x27\xf9\x07\xc5\x58\xf7\x34\xf7\x52\xcf\xd9\xb7\x17\x0c\x50\xdf\x6f\x8b\xcb\x07\xaa\xaf\x5f\x04\x8b\xd2\x09\xd1\x3a\xa0\x7f\xeb\x60\x68\x3d\x1c\x9d\x8b\x43\xaf\x03\x3a\x0f\x84\xe6\xff\x69\x3d\x90\xdb\x7c\x2e\x9a\x1c\xe0\xa2\xca\x25\x80\xff\x29\x41\x68\x09\x00\x06\xda\x02\x2f\x35\xa6\x02\xae\xa9\x23\x24\x34\x36\x03\xd1\x85\x82\x97\xd4\x6a\x80\x09\x83\x82\x1d\xaa\x67\x81\x85\x59\x42\x46\xd2\xfa\x40\x7e\x29\x41\xa8\xd5\x01\x25\xa1\xa2\x3e\xd2\xb3\x80\xfd\xcf\x08\x42\xea\x38\x50\x6d\x41\x10\x2a\xcf\x80\xcb\x86\xc2\x47\x54\xfa\x80\x8e\x50\xe1\x79\xaa\xb2\xc0\xa3\x4a\x61\x7f\xe9\xeb\xc0\xf3\xb7\x04\x21\x92\x0f\x7c\x32\x25\x08\x61\xd1\xff\xd6\xc3\xdc\x35\x7a\x45\xcd\x87\xf6\x88\x6f\xd4\xba\xbf\xcc\xc7\xa2\xce\x05\x27\x3d\x41\x9d\x2f\xff\x47\x07\xb3\xed\xef\x3e\xb0\x78\x37\xaf\x1f\xf2\x74\x12\xb4\x0e\x84\x9e\x07\x01\x37\xb8\xe8\xc8\xd3\xd5\xd1\x3e\x18\x34\xef\x2f\x31\x11\x90\xd3\x27\x08\xb1\x5d\x80\xe1\x67\x82\xa0\x7c\x1f\x76\xfe\xc3\xf7\x4b\x44\x01\x59\x49\x04\x21\xe2\x06\xcc\x95\x21\x08\xe1\xb9\x40\xbe\x27\x41\xa8\x6a\x00\x25\x07\x85\x5d\x84\xdf\x03\xbb\x0c\x09\x42\x48\x1c\x38\x34\x4c\x10\x2a\x4f\x81\x73\x1f\x84\x0f\xd2\xbc\xfe\x08\x00\xd7\xd3\x09\x42\xb8\x16\xb8\x77\x8b\x20\x84\x34\x80\xfe\x58\x82\x10\xea\x03\x3e\x7f\x24\x08\x3e\x35\xee\x38\x74\xf4\x71\xfd\xc0\x1a\xfb\xb8\xfd\x8e\xf6\xc3\xa9\xe4\xe9\x3c\xf6\xf2\x66\x11\xad\x07\xa4\xf5\x70\xb4\x0e\x84\x5e\x07\xb4\x0e\x24\x89\x87\xe1\x27\xb9\xe8\x93\xc6\x45\x3b\x5e\xce\x1a\xad\x7f\x90\x7b\xc2\x45\xce\x8e\x2d\xc0\xd9\xb1\x6b\x01\x95\x52\x82\x10\x88\x00\xac\x79\x37\x7b\x7c\x1e\x12\x04\xbf\x3f\x90\xf0\x81\xab\x53\x98\xba\x96\x20\xf8\x7f\x02\x73\x3e\x73\x3f\x5f\x96\xcb\xc5\x82\x3e\x82\xe0\x53\x00\xb6\xbd\x26\x08\xbe\x47\xc0\x01\x13\x4e\x43\x03\x2a\xb7\x13\x04\xdf\x3b\xe0\x74\x19\x41\xf0\x3d\x01\x2e\x77\x13\x84\x80\x18\x70\xa3\x80\x20\xf8\x23\x81\x47\xbc\x44\xc9\x57\x0a\x04\xd1\x2c\x45\xde\xa6\xea\xaf\xc5\xff\x53\x07\x43\xeb\x40\x96\xf2\xbe\xd7\xb9\xbc\xf5\x3e\xe5\x33\xfe\x9f\x3a\x10\xd7\x9b\xff\xea\x0b\x4e\x5c\x94\xe1\xed\xa7\x44\x1d\xc0\xaf\x4a\x10\x44\x02\x30\xea\x2d\xf7\xf7\x32\xfa\x40\x10\x7c\xd3\x01\x4f\xde\x49\x3f\x42\x8d\x20\xf8\x44\x80\x54\xde\x4d\xb9\x29\x45\xff\x1a\x0f\xde\x9b\xb0\x82\x1a\x2e\x16\x55\x70\x71\xaf\x29\x41\xf0\x49\x02\x65\x4d\xdc\x9f\x8f\xb6\x72\x0e\x3e\xc0\x19\x5e\x62\x5c\x93\x08\xe7\x81\x08\xb8\x31\xc8\x7d\x1f\xf7\x7f\xe6\x80\xfc\x4b\xff\xf0\x7f\x21\x97\x17\xe5\x9f\xe5\x45\xa1\x84\x79\x28\x75\xbf\x47\x65\xc6\x98\x47\x02\xb6\x80\xda\x95\x89\x56\x42\x12\x80\x5a\xd1\x9c\x57\x42\x1f\x01\xc6\xd8\x55\x5a\x62\x0f\x00\x86\xd9\x36\x37\xf1\x4f\x80\x86\x52\x59\xb4\xf8\x00\xa0\x1e\x7a\x5a\x43\x7c\x17\xa0\xd1\x7a\xf5\xa5\x64\x2f\xa0\xce\xd7\x93\x2b\xf6\x1e\x50\x63\x7d\xf8\x25\xba\x04\x50\xb9\x01\x8c\x88\x07\x44\xf7\x72\xfe\xcd\xef\xbd\xe2\x54\x16\xfd\x47\x05\x11\xca\x99\xe8\x4d\x80\xf0\x75\x0e\xbe\x10\x14\xa6\x3a\x50\x2f\xbf\x40\x37\x07\xbb\x9d\x85\x28\xc5\x57\x67\xb8\x20\x95\x70\xd7\xbe\x47\x65\x3c\x20\x1c\x7c\xd5\x5f\x65\x13\x20\x5c\x7b\xa5\x50\x55\x0b\x10\xa9\xc1\xff\x1f\xfa\x87\x7f\xeb\x20\x68\xa4\x75\x01\xdc\xf1\x12\xb9\xec\xa1\xc2\x41\x69\x89\x10\xea\xbd\xbf\xaa\x51\x82\xa5\x40\x2b\xa0\xc6\x9f\x99\x23\x18\x0a\x30\xea\xe6\x38\x8b\x16\x01\xcc\x09\x2b\x2b\xc5\x9b\x01\x86\xe4\x96\x7e\xf1\xe3\x00\x43\xf8\xf0\x80\xc4\x10\xa0\x7e\xa6\xde\x55\xc2\x02\xd0\x50\xbd\xd6\x29\xf1\x15\x50\x9f\xf4\xf8\x99\xf8\x2c\x40\xdd\xf4\x8b\x9a\xe8\x2c\x7a\x1c\xc8\x20\x69\x13\xce\xbf\xf9\x75\xb9\x24\xa5\xdc\x7e\xb3\x5f\xa5\x17\x10\x3a\xfd\x6c\x40\xf5\x31\x20\xf2\xf2\xc9\x48\xd5\x68\x40\xc4\xef\xd1\x21\x49\x29\xce\xe7\x5d\x2f\x44\x8f\x71\xf0\x56\xa5\xd8\x79\x0e\x5e\xdb\xa7\x32\x1d\x10\x9e\xdc\xa2\xac\x52\x00\x08\x1f\x69\xac\x55\x39\x0f\x88\x08\x73\x3e\xf3\xe3\xd5\xef\x79\x81\xf8\x4f\x3d\xd0\xdf\xfa\x87\xff\x45\xee\x9f\x13\xe9\x73\xa5\x78\x0c\x19\xa1\x80\x26\x0e\xaa\x7d\x49\xc8\x15\x34\x02\xd4\x77\x67\x04\x08\xe5\x02\x4c\xbd\xd9\xa5\xa2\xd7\x01\x4d\xd5\xfc\x14\x89\x40\x80\xf9\x70\xab\xbd\x64\x31\xa0\x55\x5e\x36\x56\xd6\x06\x60\x94\xd7\xbf\x91\xaa\x01\x18\xcc\xf6\x10\xa9\x18\x40\xc3\xf7\x69\x8a\x44\x3e\xa0\xf1\xeb\xbb\x9b\xf8\x46\x40\xcd\x16\x10\x5a\xf5\x23\x5b\xf5\x38\x20\xf4\xee\xe3\x65\x39\xea\x3b\x1c\x18\xa5\xca\x06\x44\x6e\xf6\xed\x54\xb3\x07\x44\x57\x3c\x12\x50\xfb\x09\x88\xfd\xbc\x17\xaa\xda\x05\x88\xce\xbd\xab\x22\x45\x8d\x43\xbb\x9e\xda\x1e\x40\xac\xb7\x4d\x41\x6d\x1e\x20\x76\x94\x9e\x07\x97\xd4\x39\x7f\x4f\x2c\xf8\x3f\xd7\xc3\xff\xa1\x83\xa1\xf9\x1e\x1a\xb9\xff\x7d\x84\xa9\x95\x0e\xf1\x87\x4e\x4a\x55\x32\x68\x06\xff\x7b\x40\xfd\x61\x4c\x9b\xe0\x52\x40\x73\xd2\xf8\x7c\x51\x35\x80\x39\x71\xe6\x25\xd1\x5b\x80\xf6\xd3\x15\x56\x52\x95\x80\x96\xd9\xd6\x27\xd2\x82\x80\x56\x7a\xd9\x17\x99\xcf\x80\xe6\xee\xb3\x2b\x65\x9d\x01\xe6\xce\x1b\x41\x32\xb1\x00\xb3\xed\xb9\xa9\xf4\x63\xce\x33\xd0\xd0\x2d\xce\x78\xa9\xed\x07\x84\x55\xbf\x26\xaa\x6b\x00\xa2\xa1\x6f\x4c\x35\x36\x01\x12\xfe\xcf\x55\xd4\x3e\x01\x62\xb9\x8f\xed\x19\x87\x01\xa9\x83\xdd\xb3\x35\xcc\x01\x89\xf6\x3b\x97\xd5\x2f\x01\x12\x49\x37\xae\x68\xbc\x05\xa4\x24\xdb\xc2\x34\x6c\x00\xc9\x51\x4d\x6d\x6a\xef\x00\xf1\xe8\xcb\xa7\xd5\xf8\x01\x31\xbe\x06\xa6\xba\x1b\x20\x7e\x10\xff\x9f\x7e\x28\xff\xf0\xff\x34\xff\xcb\x43\x18\x6d\xe2\xa0\x70\xaa\xf9\x0d\x0e\x2a\x9f\x76\xe1\xe3\xfb\x43\x2f\xa6\x75\x34\x7a\x85\x88\x33\xa0\xed\x95\x56\x2f\x26\x02\xe8\x69\xce\x92\x90\x0a\x07\xf4\xd2\x57\x04\xca\x0c\x03\x3a\xec\xad\x0a\xb2\xdd\x80\x56\x75\x59\xb4\xac\x23\xa0\x3d\xff\x9c\x8f\xfc\x11\x40\x5b\xe1\xe6\x3e\xf9\x4b\x80\xe6\xf7\xfe\x41\xd9\x44\x40\x6b\x03\xc6\x49\x9b\xb2\xe4\x35\x38\xe7\xe6\xcf\x1f\x2e\x32\x66\x02\x12\xe4\xcb\x4e\xe6\x75\x40\xba\xf2\xa9\x0f\xe3\x0e\x20\x75\xf6\xc1\x5b\x66\x09\x20\xc3\xec\x4c\x65\x5e\x00\x64\x66\x77\x9c\x60\x16\x02\x32\xee\xd7\x5c\x99\x6f\x29\x3d\xd8\x36\xc6\x41\x40\x8a\x7d\xe9\xaa\xc6\x37\x40\x8a\x38\xaf\xc8\x78\x0f\x48\x1b\x9c\xb1\xd2\x78\x0a\x48\x52\x73\xeb\x77\xfe\xc5\xbf\xf4\x0f\xf4\xbd\x77\x9a\xf7\xa4\x79\x2f\x2e\x0a\xc5\x1b\x4c\xe6\xa0\xd4\x43\x53\x8a\xe7\x54\x0b\x72\xb4\xe0\x7f\xf8\x87\x4e\xea\x75\x14\xbf\xa8\x05\xa0\x7b\x28\xd5\x5a\x3c\x03\xd0\x3b\x94\x2d\x24\x15\x00\xe8\xff\xca\x6b\x90\x73\x00\xf4\x6d\xb7\x86\x2b\x38\x02\xba\x25\xe5\x2a\x0a\x4d\x80\xde\x88\xf3\x8e\xa3\x2c\x00\x1d\xdd\x3b\x39\x23\x7d\x01\x9d\xf4\xd7\xd3\x15\xca\x00\xed\xe5\x80\x8c\xdf\x8f\x37\x9a\xc7\x00\x69\xb3\x37\x0c\xad\x7c\x40\xb6\xaf\xcf\x54\xbb\x1b\x50\x98\xf5\xf0\xb5\x76\x1d\xa0\xb0\xa8\xb3\x57\xbb\x19\x50\x38\xfd\x5b\x0f\x36\xa0\xb5\x09\x90\x23\x9b\x4f\x68\xcf\x06\x14\x46\x5e\x5e\xaa\xb9\x1a\x90\x4d\x6b\x58\xa2\xd9\x01\xc8\xae\x39\x93\xa0\xa5\x08\xc8\x5e\x38\x39\x47\x4b\x0c\x90\xa5\xee\xfb\xff\xdb\x1f\xe8\xdf\xbc\x2f\x8f\xf7\x24\x54\x46\x13\x7f\xe4\x21\x88\x2e\xd1\xa4\x7c\xed\x69\x5d\x8c\xa6\xac\xcd\xeb\x11\x5b\x00\x3d\x31\x8f\x21\xe1\x46\x40\x7f\x64\x98\x81\x68\x1f\x60\xf0\x35\xd9\x49\x52\x0d\x30\x7e\x33\x6d\xa7\x9c\x25\x60\x74\x76\x59\x9c\x42\x11\x60\x14\xbf\xd5\x72\xd4\x61\x40\xff\x6d\x79\xd1\xa8\x43\x80\xde\xa5\x0b\xe2\x4a\x5e\x80\xde\x85\x2e\x7f\x65\x3d\x40\x2f\xfe\xc3\xb2\x51\x1a\xb4\x4e\xee\x63\xab\xee\x31\x40\x51\xec\xc5\x5c\x5d\x0f\x40\x31\xf3\xd1\x1e\x7d\x37\x40\xb9\xaf\x2b\x52\x6f\x1c\xa0\x54\x7c\xf3\x9b\x7e\x2a\xa0\x22\x7a\xb5\x4e\x7f\x04\xa0\xec\xdb\xa2\xa2\x7b\x12\x18\xe5\x70\xf1\xa4\xbe\x15\xa0\xf4\xb1\x21\x49\xf7\x2e\xa0\xd8\x51\xbf\x51\x77\x0a\x30\x92\x75\x22\x43\x4f\x1e\x50\x5c\x72\xb4\x4d\x77\x17\x30\x72\xc3\x7f\xcd\x03\x6e\x2e\xd0\x3f\xf5\xd3\xf7\x9e\xb9\x3a\x00\xe1\x10\x65\x6a\x5f\x90\xd1\x54\xa5\x74\x22\x1a\x55\x7a\xf3\xf8\xaf\x03\x7a\x4b\x2c\x9d\x84\x6c\x00\xa3\x64\x97\x69\xa2\xf2\x80\xc9\xd3\xe0\x50\x89\x0d\x80\xf9\xd5\x31\x77\x65\xa7\x00\x16\x22\x53\x7a\x46\x3a\x03\x26\xcd\xb9\xbd\x8a\xde\x80\xf1\xd4\xa2\xc3\x4a\x3b\x01\x23\xfb\x0a\x73\x95\xc3\x80\xe1\xbd\x4b\x07\xd4\x3e\x00\x86\xa6\xdd\x93\xd4\xc5\x00\x83\xc1\xaf\xf6\x2a\x3d\x43\x76\xfa\x0f\x01\xa5\xb0\x37\x63\x0d\x39\x73\x4e\xf3\xb1\x8f\xd1\x38\x80\x21\xdf\x95\x62\xf8\x04\xd0\xd0\xb9\xb9\x93\xf3\x84\xaa\x7e\xe1\x9a\xa3\xe1\x5b\x40\xfd\x6c\xb3\xad\xd1\x02\x40\xc3\xf1\x92\x96\x91\x3e\xa0\xee\xdb\x30\xd2\x68\x03\xa0\x3e\x9b\xd6\xff\x1c\xcf\x33\x0c\x07\x54\x8e\xd5\x10\x86\x5b\x01\x95\xb1\x55\xd2\x06\xdf\x01\xe5\xf0\xff\x9a\x07\xf4\xfc\xe7\xd5\xff\x9b\xff\x96\xa2\xf6\x53\x31\x01\x05\x51\xea\x7c\x90\xa2\x4c\xe9\x00\xb4\x73\x99\x79\x02\x86\x80\x91\xb8\x71\xbe\x50\x2b\x60\x3e\xdf\x7e\x8e\xd8\x4a\xc0\x2a\xce\xb7\x5e\x2a\x0f\xb0\xea\x8a\xe3\x93\x5b\x0c\x58\x1d\x9e\x18\xad\x98\x0e\x58\xf6\x2f\x59\xae\xaa\x06\x58\xac\x2c\xca\xe4\xf4\x3a\x53\xab\x23\x62\x1a\x37\x00\x63\x56\xe3\x15\xe6\x5c\xc0\x38\xff\xb1\xb2\xa6\x22\x60\xe2\xcc\xba\xc2\x38\xfa\x79\xb4\xb1\x3b\xc0\x98\xf3\xcc\xd2\xe4\x12\x48\xed\xc8\xfb\x96\xa6\x6e\xf8\xa8\x23\xdb\x51\x69\x3a\x1f\xef\xb5\xbf\x5d\x15\x33\xd5\xc3\x4f\xad\xfe\x26\x63\x53\x26\x58\x5a\x89\x17\xc7\x9b\xde\xc7\x0f\xad\xb7\x67\x76\x9b\xce\x05\x34\x57\xfd\xd6\xff\x4c\x34\x33\x07\x34\xa3\xaa\xbb\x4c\xda\x00\x8d\x93\x15\x7e\x26\x87\x01\xf5\xa6\xb2\x10\xe3\x5a\x40\xcd\xe0\xbf\xd6\x81\x0a\x8b\x8b\x34\xef\xc9\xe5\x7f\x45\x16\x8a\x09\x71\x50\xee\x91\xf8\x24\xe2\x0f\x3d\x88\xd1\x18\xb5\x27\xfc\x9c\xfa\x12\xf5\x03\x85\x96\x01\xb6\x0a\xd6\x23\xc5\xab\x01\x07\x86\x67\x82\xcc\x45\xc0\x21\x32\x62\x50\xa1\x0d\xb0\x0f\xcf\x94\x50\xbe\x0a\xd8\x46\x2d\x1c\xd2\x90\x03\xac\x6e\x6c\xce\xd7\xb4\x07\x2c\x66\x1e\xd9\xa2\x5d\x0c\x98\x79\x37\x8f\xd4\x59\x02\x98\xbe\x7e\xa6\xa5\xbb\x0e\xc6\x66\x11\x80\x76\xf3\x2b\xb6\xf9\x44\xb4\x1a\x2c\x7c\xf0\xdc\x42\x06\x75\x86\xbb\x6e\x96\x59\x0c\xa2\xcc\x68\x42\x4b\xb3\xe5\x2a\x94\x1b\xa5\x5c\x5a\x61\x79\x1f\x35\x86\x03\xe7\x95\x2d\xcd\xd0\x68\xa0\x7d\xba\xc8\x52\x00\xb7\xf5\xee\x1f\x4b\xb2\x32\xc2\x35\xfd\xea\x1a\x6d\xcb\x6d\x78\xac\xfb\xf0\x48\x90\xa5\x28\xde\xeb\x58\x94\x35\x5a\x2c\xc3\x90\xd6\x93\xd2\x0c\x8b\x33\x80\x96\xdb\x3e\x79\xf3\x7e\x80\x99\xfe\x67\x3f\xa4\xd7\xc1\xdf\xf5\xd3\xfc\xaf\x38\xc9\x4f\xf9\xca\x31\xea\x04\xdf\x71\xd0\xa4\x4b\xd4\x93\xf8\xc3\x1f\xc4\x69\xb9\xe6\x44\x41\x13\xc0\x2d\xd7\xcc\x5d\x5c\x07\x70\x6b\x75\x1a\x90\x3d\x06\xb8\x5d\x0c\x95\x50\x72\x06\x5c\x1a\xd3\x66\xa9\x7b\x01\x8e\x5b\xe6\x2b\x68\xf6\x01\x76\x0b\x36\xb9\xe8\x1e\x07\xac\xf7\x56\xae\x31\x38\x07\xc2\x72\x5f\xab\x89\x31\xe3\x97\x85\x65\xd8\xb3\x34\xd3\x2b\x9f\x2b\xad\x32\x31\xcf\xac\xbd\x37\xd6\xfa\x0a\x7c\x2c\xef\xdf\x92\xb1\x5d\x03\x03\xeb\x9f\xcd\xc9\xb6\x2f\xe0\x61\xb5\xe3\xdf\x39\x60\xc7\xbb\x6d\x7f\x60\x89\x59\x6e\xcd\x63\x7b\x3d\xcc\x33\x77\x3c\xd2\x6b\x17\x88\xed\x26\xbb\x0e\x37\xdb\x4e\xc1\x29\x23\xd9\x52\x35\x9b\x61\xb4\x19\x8c\xdb\xab\x6d\x9b\x81\x0e\xfd\x57\xbb\x92\x6c\x97\xa1\x5b\x9f\x6f\x47\xa6\xcd\x61\xbc\xd6\x75\xff\x73\x1d\x28\x6d\xff\xaf\xfa\x45\x78\x39\x08\x0c\x23\x2e\xd2\x79\x00\x34\x0f\xea\x74\x50\xd0\x8b\x83\xbe\x03\xaa\xbb\x04\x34\x80\x20\x01\xbd\x5b\xa2\x8e\x80\x7f\x9f\x0d\x43\x7a\x18\xf0\x55\xf7\xeb\x57\xb9\x0d\x78\x6d\x4e\x3a\xc2\xfc\x0c\xb8\xdd\xce\x11\xd7\x5b\xf6\x6b\xae\xcb\x88\x75\x53\x4c\xbd\x3e\xc7\x3b\x36\x1f\xba\x69\x2d\x36\xf8\xcb\xfe\xe1\xc5\x3c\x7b\x9f\x97\x03\x76\xed\x0f\xf7\x3a\x8d\x78\x9e\x65\xaf\x39\xf4\xdd\x59\xf0\x4e\xb8\xc3\x7d\xb2\xc2\x45\xb4\x59\xdc\xc9\x86\x3c\xed\x7c\xe3\xec\x01\x17\x39\xf2\x84\xcb\x66\xda\xf7\xa6\xa6\xc0\x39\x11\x23\xed\xee\x55\x2a\x38\xeb\xc2\xcc\xd6\xe1\x50\xb8\xb3\x2f\x82\xac\xc7\xed\x1f\x70\x5e\x85\x58\xab\xe2\x3d\xf6\x4e\x5d\x98\x6b\xa1\xb4\xcb\xc2\x29\x1d\xeb\xcc\xc2\x8b\x8f\x38\xde\xc5\x61\x13\x87\x2d\xb1\x8e\xea\xb8\x60\x24\xbe\x71\xb5\xe3\x56\x34\x1b\x4e\xfb\x73\x1d\xd0\xf5\x8f\xa0\xfa\x26\xcd\x7f\x2b\xff\x20\xfe\xd2\x01\xd8\xf2\x9e\x6a\x68\x5f\x08\x9a\x0f\xa7\xf3\x62\x68\x9f\x94\xe8\xb1\xe6\x84\x74\x0e\x10\xe1\xeb\xd1\xad\xf2\x61\x68\x38\xa8\x3e\x66\x8d\xde\xe5\x8f\xfe\xfe\xe4\x94\x14\xf3\xa1\x01\x63\x9f\xbe\x15\x6b\xed\x1b\x9f\x54\x7b\xde\x2b\xd9\xe0\xda\xf9\x60\x8d\xfb\xb8\xd3\x23\xbc\xd2\x3b\x35\x5d\x5b\x6e\xbf\xf1\xdd\x73\x2b\xda\x35\xf8\x63\x95\x7f\x4c\xd3\x5a\x77\x25\xf6\x5b\xff\xf8\x33\xba\xee\x0f\x49\x73\x9f\x85\x35\xd3\x3c\x3d\xc8\x04\xaf\xce\xb2\x41\xcf\x5d\xe4\x2a\x8f\x55\xa5\xc7\x3d\xa3\xc8\x13\xae\xc3\x7b\x97\x79\x2e\x21\x6f\xbb\x24\xee\x12\xf6\x5a\x48\x3e\x70\x91\x2d\xd6\xf2\xd2\x00\x9f\xe3\xba\xad\x13\xdd\x9f\xc0\xc3\xe6\xfd\xa6\x66\x0f\x37\x84\x5b\x7f\x59\xf7\xc1\x43\x0d\x13\xad\xe4\x0a\xbf\xbb\x15\x62\xbd\xd9\x93\xd5\x09\x6e\x55\x28\x31\x2d\xfe\x73\x1d\x70\xfd\x0f\xe8\xfa\xe5\x79\xfc\xaf\xa1\x2e\xaf\x7e\xda\x17\x85\xf7\x54\x1c\x34\x40\xfc\xc5\x07\xd3\xfe\x20\xe9\xbb\xe4\x5a\x29\x74\xd6\x23\x24\x64\x7f\xa8\xa4\x74\x3b\x9a\xa9\x9c\x7d\xed\x19\x2f\x1a\x72\xc6\x18\xbd\x23\xa2\x5e\x8c\xf3\x70\xa8\xef\xbc\x14\x1e\xbe\xa0\xd6\xd3\xa0\x3d\x27\x98\x5d\x74\xd4\xff\x4b\x73\x4f\xc0\x60\x75\x4b\xa8\xc0\x25\x1b\xbf\x9a\xab\x7c\x11\xbb\x1a\x54\x7d\x17\xbd\x2c\x88\x6a\x3e\x71\xcd\x6f\x02\x5b\x33\xca\xbd\x42\xc3\xff\x1e\x7b\x51\xd8\xc3\xfd\x71\xfe\x5f\xd8\xbd\x41\xd9\xbb\x14\x03\xf6\x90\xb2\x01\xaa\xc5\xcf\x03\x06\x48\x53\xbf\x2b\x5b\x3c\xfd\x5f\x93\x73\xbd\xaa\x36\x4d\xf5\x1b\x24\x8f\xba\x3b\x17\x4e\xf4\xbf\x46\xde\x72\xcd\x2e\xc8\xf6\x37\x24\x5f\x3b\xdf\x59\x1d\xef\x67\x06\x59\x47\x99\xe5\x1a\x7e\x56\xb0\xb7\x4b\x5d\xda\xe0\x3b\x0f\x31\x36\xd2\x4b\x0b\x7c\x6a\x90\x61\x45\xbd\xa3\x14\xa5\xf4\x70\x34\xff\x2f\xf6\x92\x8b\x3a\xf2\x5c\xb4\x9a\xc4\xab\x9f\xe7\x77\x41\xf3\xc0\xb4\x2f\x44\x26\x2f\x17\x66\xea\x55\x2e\xce\x6c\x14\x1a\x4b\x10\xdf\x66\xce\xfa\xa6\x31\x4a\x94\x6f\x20\x78\x3a\xc3\xf2\xb6\xca\x88\x07\xfd\x13\x2b\x7c\x1d\x8c\x6f\xb5\x77\xa7\x9e\x8e\x8f\x74\x9d\x76\xb9\x75\x4c\xc5\xf4\x9a\x40\xed\xfa\x9b\x71\x7d\x6b\x02\x22\x36\xd4\x89\x47\x2f\x2f\x6d\x8f\x75\x3c\x72\x25\xf2\xf2\xc5\xe8\x44\xc3\x43\xdf\xc3\xdf\xf7\xa4\x26\xcd\x3f\x20\x1f\xbe\x97\xe5\x93\xd4\xb9\x7d\x67\xc4\x42\xd6\x9d\xb8\x5d\x9b\x66\x46\xe4\xb2\xa3\xa2\x1c\xd7\x5e\x8f\xe4\x67\xaf\x09\xbf\xb7\x5a\x39\x62\x90\xdd\x15\x62\xbd\xe2\x6d\xa4\x19\x7b\x28\x68\x42\xde\x60\x04\x83\x74\xf4\x27\x72\x25\xc2\x07\xc8\xe9\xde\x9f\x17\xb7\x87\xc9\x90\x47\xdd\x7f\x2d\x78\x14\xda\x42\x76\xba\x96\x2e\x90\x09\xb1\x23\xe1\x54\x33\xb7\x3f\x78\x09\x98\x0e\xe1\x39\xeb\x82\x8f\xc0\xdc\xde\x8e\x7a\x0b\x40\xe9\x44\xf9\x79\xeb\x9e\xc1\xcb\xf3\xa6\xf9\x5f\xba\xfe\x28\x9e\x1e\x20\x95\xf7\xfd\x4f\xe6\xe5\xbf\xe7\x70\x79\xb0\xb0\xc5\x54\xbf\xf8\x7c\x6c\x19\xf5\x9e\xef\xe5\xad\xfc\x26\xa5\x17\xfc\xef\xba\x77\x2d\xb5\x32\x9a\x36\xca\xe1\xba\xc5\x82\xe9\xae\x9b\x0c\xe3\xcf\xfb\xce\x72\x88\xf8\xe5\xfc\xa6\x56\x63\x52\xe1\xf8\xaf\xa1\xcb\x0e\x0a\x66\xd4\x2c\x59\x19\xa7\xb7\x4b\x73\x9c\xf5\x8e\xa8\xe4\xc8\xa2\xeb\x63\xed\x4e\xda\xa4\x55\xae\x37\x4a\xfa\x76\xe7\xfa\xf8\xa4\x02\x9f\x31\x1f\xbf\x94\x67\x8c\xc9\x7b\x97\xb4\x9b\x25\x97\xea\xbe\x38\x2f\x69\x11\xab\x24\xb1\x67\xfe\x94\x24\x05\xb6\x58\xac\xff\xbc\x85\x89\xb1\xec\x09\x51\x62\x73\xf2\x13\x8e\xb3\x4b\xc3\x8d\x72\x46\xc6\x17\xb2\x5f\x04\x3f\x9e\x29\x15\x77\x9b\x34\x08\x30\x9a\x3e\x1c\xfb\x81\x4c\xf1\x1d\x39\xad\x2e\x66\x25\xb9\xc5\xf3\xde\x54\x99\xe8\x77\xe4\x49\xf7\x73\x53\xe6\x8e\xfe\x46\xde\x76\xed\xca\x4a\x8b\x5a\x08\x49\xc7\x5d\x00\x1f\x2f\xcf\x81\xd6\x81\xd0\x3e\x08\x9e\xab\xb8\x38\x9a\x77\xdf\x7f\x1c\x8f\xff\xa6\x79\xd0\xc5\x14\x0e\x9f\x5b\x49\xbd\xef\x7f\xff\xba\x90\xe2\xad\x9e\x3b\x6e\xa0\xde\x8e\x74\xa7\x6d\xf1\x92\xf1\x24\x88\x6b\x4d\x1b\xdf\x68\xbd\x92\xf3\x3b\x2f\x5c\x78\xda\x2e\x46\x57\xa8\x66\x5a\x7e\x7e\xe0\x7b\xfb\xef\x7b\x3d\x16\xbf\x4d\xfe\x16\xf8\x61\x83\x7d\xce\xb1\x59\xf3\x12\xab\x56\x4c\x9b\xc1\x5a\xdf\x92\xf6\x66\xe1\xe6\xe9\x06\x95\xfe\x99\x57\x72\xec\xa7\x6c\x6b\x1b\xce\xda\x9b\x3d\x71\xb2\xf5\x6b\xc6\xa4\xa3\x53\xd6\x4f\x9a\x34\x3c\x35\x73\xec\xa4\xf6\x89\x1a\x2c\xed\xb1\xa7\x26\x3e\xc8\x3c\xc8\xda\x97\x78\x7e\x82\x69\xa6\x11\x6b\x30\x6e\x45\xa6\xcc\xf8\x1c\xb6\xcb\xe8\x07\xe3\xcb\xd2\x0f\xb0\x97\x46\x94\xa4\x4f\x1b\x47\xb0\x5b\x43\x65\xfe\xad\xf7\x18\x9b\x9f\xe2\x41\x4e\xf3\xae\x4c\xf5\x1d\x23\x4f\xd6\xb9\x17\xa4\x54\x8e\x91\x20\xaf\xb8\x05\x00\xd2\x79\xdc\xba\x8c\xfd\x89\xbf\x74\x20\xf4\xfc\x4f\xe7\xf9\x42\xcc\xe2\xf9\x83\x70\x79\xd0\x5f\x93\xd6\x52\xf7\x3e\xdf\x49\x6d\xa1\x72\x0f\xfa\xd2\xb6\x53\xf3\xa7\xeb\x58\x09\xa5\x27\xbb\x3a\x7d\xdf\xe5\x11\xca\x04\x71\xfe\xf5\xbe\x70\xd5\x36\xf1\x19\xb5\xe7\x77\xeb\x9b\x4b\x68\xbc\xdb\x57\x5d\xac\xe5\xf5\xd9\xf2\xc1\x46\x87\x8d\x77\xe2\x56\xf9\x38\x2c\xe9\x2b\x08\x9b\x2a\x1a\xfd\x73\x66\xc8\x4a\xe5\xd5\x6a\x29\x2a\x93\x96\xac\x18\x77\xa8\x21\x6d\xea\xf8\xf2\xbc\xcb\x4d\x69\xe9\xbe\xa9\x17\x96\x75\xbd\x78\x94\xbe\x7e\xac\x51\xee\x3d\x96\x72\x6a\x60\x8a\xf6\xc2\x89\xac\x93\x89\x7a\xc9\xa3\xe6\x0b\xb0\x15\x63\x7e\x25\xad\xcf\x19\xc3\xce\x8e\xec\x1e\xe3\x3e\x7b\x02\xbb\x2e\xac\x22\x49\x33\xdb\x8e\xdd\x15\x72\x33\x11\xd3\xec\xc9\x51\x81\x5e\x89\x93\x27\xff\x24\xfd\xfd\x36\x24\x2a\x64\xe5\x91\xd3\x7d\x74\xe2\x27\x4f\xdc\x4d\x96\x7a\xbc\x8e\x2f\xcc\x1c\x43\xd6\xbb\x2f\x8c\x77\x19\x2f\x41\xde\x77\xcd\x04\x74\x78\xf5\x39\x3a\x71\x31\xec\xe1\xdf\xf5\xe7\xf0\xde\x76\xad\xa4\xee\xfd\x0e\xa9\x6e\xa6\xfc\x93\xde\x26\xed\xa4\xf8\xce\x27\xe5\x7b\x28\xde\xee\x2e\xeb\x20\x35\x0e\x6d\x83\x15\xd4\xbc\x38\x77\xae\x8a\x7a\xdf\x77\xec\xec\xd1\x94\x51\xef\x09\xa2\xd4\xba\xb2\x43\xbf\x6c\x54\x55\xd1\x85\xb2\x3a\x17\x69\xa3\xd0\xbc\xe6\x03\x57\x23\x05\x5c\xb2\xb3\x37\x96\x64\x4d\x90\x0e\xb5\xcf\xf0\xde\x25\xba\x42\x34\x3a\x26\xf9\xc0\x8e\xf1\x07\x82\xe2\x9a\xe2\x0e\x6e\x77\xbd\xbc\x27\x61\xe6\xe8\x87\xc5\x93\xfb\x2e\x26\x14\x44\xf9\x6e\xfd\xc9\xfa\x16\x7b\x2c\xca\x78\x83\x16\x7b\x4a\xe4\xd6\xa8\x51\x05\x65\xec\xe3\x61\xbe\x91\xa3\x57\x15\xb1\x87\x83\x2a\xa3\xcc\x97\x57\x90\x32\x81\xc5\x11\x6f\x96\xa6\x92\x69\xbe\x2a\x51\xc2\x8b\x6a\xc9\xc9\x3e\x5b\x22\x4f\xcc\x3f\x49\x6e\xf5\x92\x8e\x74\x99\x9b\x47\xd6\xbb\x3f\x89\x10\xc9\x61\x92\x83\x2e\x8b\x23\xd6\xcd\xc8\x00\xe1\xf4\x2b\xac\x39\x7b\x24\xcc\xec\x77\x03\xb6\x69\xdc\x3a\x43\x79\xe7\x81\xdf\x3a\x90\x95\xc4\x1f\x3a\x80\xa1\x47\x5b\xa9\xfd\x71\x10\x25\x54\x3f\x7d\x12\x56\x4a\xfd\xdc\x25\x7a\x84\x5a\x4f\x57\x35\x8e\x52\x8d\xa3\x61\xef\x09\xea\xf3\xa3\xc2\xf5\x94\x1e\xe6\xe0\xe8\x06\x15\xd1\x6e\x82\x28\x36\x38\xbb\x91\x69\x24\x7d\x70\x55\xd2\xe9\xd9\xb6\x72\x9a\x2f\xe7\xd8\x1e\x6f\x0b\xba\x69\x5d\x97\xde\x5a\x6b\x96\xb6\xcd\x27\x39\xe1\x6b\x8d\x5c\xee\x40\xe0\xc4\xa8\xac\xaa\x5b\x7b\x7a\x42\x6e\x85\x5c\xac\xbc\x7e\x21\x32\xac\x28\xd0\xbc\x72\xc4\x13\xa1\xb0\x4b\xfe\x8f\x2a\x3a\xd9\x97\x42\x6c\x03\x18\xfb\x53\x49\x85\x00\xf7\x00\xbe\xdd\xa3\xc8\x08\x5f\x23\xff\x86\xe2\x57\x64\x9e\xd7\xe4\x80\xc5\x45\x17\xc9\x22\xcf\x5d\x01\x56\x1b\xc4\xc9\x66\xb7\x0d\x01\xb3\x0b\x93\xc8\x5e\x57\x49\xff\xb8\x55\x37\xa1\xe0\x98\x1c\x50\xb0\xa2\x18\x72\x8e\x7b\xfc\x1b\xf2\x6e\xc3\xc2\x7e\x66\x40\xc8\x92\xd5\xf0\xb2\x53\xf7\x4f\x58\xb8\x02\x99\xd6\x0e\xff\xec\xff\x74\xff\xfb\xad\x03\xa1\xf6\x03\xd6\xc1\x1d\xd4\xbd\xf7\x77\x0b\xf7\x53\xfe\x08\x7d\x73\x2b\x28\xdf\xa0\x2e\x9b\xa3\xd4\x78\x5d\xbd\x79\xf2\x0e\x07\x2f\x3a\x9c\xa5\xee\xcb\x1f\x5b\x7a\x81\xd2\x13\x1d\x92\x6d\x7c\xcc\xc1\x6d\x3f\x5a\x29\x1d\xdd\x5a\xff\xb6\x14\xe5\x28\xa1\xf4\x85\x8f\x5b\x6c\x4c\xf3\x95\xf9\x27\x5d\xbb\x12\xe4\x23\x65\xf8\x32\xc1\xf1\xd2\x96\x24\x57\x47\x83\xf0\xaf\x17\xaf\x2f\x9c\xe0\xfa\x22\xa0\xe9\x02\x76\x1e\xf2\x0c\xf5\x36\xbb\x90\x78\x4e\xdc\xeb\x8b\x7b\xe7\xf9\xba\x9e\x18\x6f\x31\x77\x81\x86\xb5\xe4\x12\x8f\xe7\xee\x06\xc7\xcb\xc8\x13\x6e\x23\x68\x7f\x0b\xf7\xf1\x65\x87\xc9\x61\xc7\x2f\xee\xfb\x4a\x4d\x21\xe3\x70\xc0\x7d\xed\x9e\xfd\x30\xb3\x3b\xe1\xfe\x75\xc7\x5d\x78\xd8\x2e\xf0\x10\xdd\x16\x89\xd1\x36\x56\xee\x6b\x37\x93\x98\x66\x35\xd2\x63\xd3\x86\x49\x98\x66\x65\xe7\x3e\xa7\x70\x33\xb6\x98\x8f\x70\xbf\xb2\x6a\x19\x0e\x98\xde\x07\x12\x78\xfb\xe4\x4c\x5e\xee\xc5\x0a\x4a\xd7\xc2\x9e\xbd\x93\xd2\xff\xbc\x63\x1f\xa4\x74\x53\x7d\xa9\x5c\x5f\x88\x7b\xab\x4f\x50\x7a\x89\x6b\x25\xe7\x28\xbd\xd8\x25\x7b\xae\x4f\xc2\x89\x73\x4d\xd4\x3d\xd8\xf2\xd2\x36\x8a\xff\x29\x91\xed\x08\xe0\xe0\x3a\xdb\x3b\x94\x9f\x4a\xee\xd1\x2e\x3d\xa9\x1f\x04\x91\x1d\xdb\x29\xad\x3b\x41\x46\x7f\xec\xab\x3b\x9e\xae\xb2\x4c\xeb\xf0\x27\xb7\xf6\xc6\xc6\x98\x5e\xf0\x97\xbe\x35\x75\x8e\x94\x95\x9b\x7b\xef\x2d\x83\x6d\xb9\xb6\x4e\x4e\xdb\x6f\xde\x38\x3d\xda\xae\xdc\xbe\xe2\xa6\x60\xf7\x21\xbb\x0e\x7b\xc9\x8e\x3e\x38\xd8\x24\xd9\xb5\x34\xf5\x20\xd1\x8a\xcf\xde\xed\xbc\x37\x32\x2d\xc3\xed\x5a\x4f\xaf\x47\x9e\xb9\xae\xfd\xf9\x63\x21\xc8\x35\x5f\x6b\x3f\xae\xaa\x0d\x3b\x4c\x97\xd8\xeb\x94\x6f\x40\x95\xf1\x90\x7d\x5a\xe9\x16\xd4\x1b\xc1\xde\x64\x5f\x38\x9a\x0d\x5b\x1c\xe4\x76\x4d\x40\xab\xe1\x31\x7b\xbb\xe2\x6e\xf4\xea\x4f\xb7\x9b\xbc\xb5\x08\xef\x39\xcf\xe8\xbf\xfd\x50\x54\x28\x7c\xc6\xf5\x03\xfa\x28\x72\x88\x3a\x37\x3c\xdf\x57\x43\xe5\x00\x3c\xd8\x78\x86\xd2\x53\xde\x48\xbe\xc8\xcd\xbf\xc8\x6d\xa2\xd6\xd3\xe9\x2b\xd7\xa8\x7e\x51\xb9\xac\x83\xd2\xcd\xec\xad\xb8\xe3\xce\xc1\x22\x4b\x2e\x4f\xbe\xfc\x55\x0f\xa5\xbb\xca\x3e\xd2\x47\xe9\x41\x32\x62\xfb\xea\xd5\xa6\x08\x3b\xc6\x4c\x79\xfa\xd2\x96\x50\xcc\xf3\x3b\xfc\xd4\x22\xfc\x8e\x56\xb6\xdb\xdc\xa7\x71\xd9\x72\x7a\x39\xf6\xd7\x9e\x6e\xdc\x94\x62\x68\x67\xd5\xfb\x34\xff\x58\xb5\x51\x94\x85\xda\xd3\x15\x5d\x0b\x8c\xac\xcd\xcf\x3f\xbd\xc5\xde\xa3\x3f\xce\x7c\xd9\xbd\x0a\xbc\xd6\x8b\x35\x0f\xbd\xb1\x08\x1f\x74\x27\x9a\x7b\xb5\x9a\xe1\xab\xce\x15\xf3\xb0\xcb\xf7\xf1\x53\xc7\xcd\xdc\xb3\xa1\x1b\xa4\xf6\x4a\xf3\x8f\xa7\xe4\xc1\xd6\xde\x6a\xde\x57\xb7\x02\xd0\xba\x68\xe1\x54\x75\x04\xd0\x9a\x68\x69\x5f\xf6\x19\xd0\x7a\x63\x91\x72\xc8\x02\xd0\xb4\xb4\x70\xdd\xbf\x0c\x60\x06\xfe\xa3\x83\xd9\x31\x93\x83\x5f\xd2\xcb\x33\x38\xd8\xbf\xa8\x8e\xd2\x0b\x3f\x10\x3a\x4b\x9d\x2b\x6e\xfa\x34\x52\xe3\xd5\x64\xc8\xd5\x3f\xd5\xdf\x6f\xa7\xe6\x4d\xad\xd8\x1d\x8a\xff\x29\xdd\x7c\x8f\xfa\x7c\x3b\xa3\x87\x3a\x7f\x16\x86\xf5\x51\x2c\xcb\x42\xbf\x97\xd4\xf9\x74\xe2\x54\x6e\x9e\x4a\x42\xc5\x47\x1f\x19\x0f\x82\x08\x1e\xfb\x51\xcf\xd8\x57\xd2\xd9\x75\xdf\xc7\x0c\xff\xf6\x51\x87\xed\xbc\x3e\xed\x9f\xb8\x52\x85\x34\x67\x7f\xce\x2d\x34\x50\x37\x34\xde\xfc\x45\xb1\x7a\xba\xfa\x67\x43\xe5\x2f\xf7\x6e\x87\xab\x8f\x37\xd4\xfc\x3a\x61\xe8\xac\xca\x49\xfd\xe1\x57\xe1\x80\xb2\xba\xfe\xd9\x5e\x7b\x40\x39\xd4\x40\xe7\xde\x17\x40\x45\x49\xff\xe2\xad\x5a\x40\x79\x91\xfe\x89\x6b\x9b\x01\x65\x3f\xfd\xf6\xa6\x4a\x40\xd9\xd0\x30\xe6\xe2\x49\x40\x95\xcf\xf0\xce\xd9\x4c\x40\xd5\x45\xff\xd7\xc9\xcb\x80\x52\x94\xe1\xa1\xa3\xcb\x00\xe5\xef\x86\xaa\xd5\xfa\x80\xd2\x73\x60\x3b\x35\xef\xbf\xbf\xa8\xa0\xbe\xf7\x57\xd9\x27\x28\xfe\xbb\x67\x4a\x03\x35\x0e\x77\xe4\x9b\x29\x9d\x43\x4b\xd1\x75\xee\xbd\xdf\x4d\xb7\xa8\xf3\xc5\x31\xc3\xfb\x54\x2e\x4c\x99\x6b\xcf\x4e\x0e\xee\xce\xe9\x5b\xce\xc1\x8d\x1f\x5f\x52\xf3\x69\x79\xf3\x20\x8f\xef\xe2\xe6\x49\xa4\x1d\xfb\x41\x8d\x5b\x70\x06\x49\x9d\x3f\x3d\xda\x01\x8d\x6f\x23\xb6\xda\x98\x03\xae\x45\x92\x27\xcd\xa2\x81\xb1\xf9\x32\xfd\x86\xce\xc0\xb2\x9b\x72\x5d\xba\x1d\x40\xe9\x78\xf9\x47\xda\x65\x40\x53\xbb\x7c\xa1\x76\x06\x30\x70\x4f\x2e\x5c\xf3\x18\x29\x0b\x48\x26\x30\xf3\x3e\x0e\x03\x92\x73\x68\x3f\x07\x5a\xe7\xc0\x2c\x7d\x90\x04\x48\xa7\x69\x8a\xdd\x8d\x06\x64\x54\x98\xe3\xdb\x5b\x01\xe9\x18\xcd\xf1\xad\x13\x01\x99\xfd\xcc\x83\x8d\x79\x80\x74\x31\xf3\xd9\xf9\xfb\x80\x74\x9b\x56\xdd\x19\x47\x40\xb6\xe7\xe7\xf5\xc3\x94\xee\xe3\xcd\xea\x13\x15\x7f\xd5\xdf\xdb\xba\x87\xbb\x0f\xde\x94\xe2\xe0\x79\x95\xbb\xd4\xf3\xc5\xc9\x34\x6e\x4e\xd6\x11\xff\xa7\x94\x3f\xc4\x7e\xed\x81\x62\xaa\x1f\xd6\x0c\x52\x75\x16\xde\xf8\x4c\x3d\x7f\x2c\xbe\xf9\xed\x3e\x07\xa7\xad\x61\xb5\x71\x30\x91\xe7\x07\x40\xe7\x3f\xd8\x32\x01\xc5\x06\x82\x30\xcd\x06\xec\x7a\x45\x97\x1a\x38\x01\xb1\x5a\xe2\x73\x74\x52\x81\xd9\xd1\x12\x0f\xb5\x44\x80\x2d\xa1\x52\x11\x8c\x83\xc0\x51\x3d\xc9\x33\x1a\xcf\x81\x8e\x67\x92\x11\x1a\x6f\x80\xc1\x6c\xf1\x1e\x5e\x7e\xc5\x59\x19\x07\x50\xca\x03\x69\xb9\xaf\xd4\x0d\x7a\x19\x9f\x41\x8a\x99\x54\x8d\xee\x5b\x05\x08\x4f\x94\x72\xe9\x89\xe4\xfc\x2c\x3e\xff\xfe\x59\xea\x59\xd2\xeb\xf6\x44\xea\xf3\xd1\xd7\x6c\x00\x91\x48\xb5\xf2\x66\x4b\x40\x2c\xe5\xdd\xe4\xe3\xd4\xef\xd5\x77\x91\xeb\x8b\xd4\x95\xdc\xb6\x9f\xea\x83\x8b\x6e\x57\x52\x7d\x20\x91\xeb\x03\x55\xef\xc4\xf5\x05\xa2\x75\x50\x07\xa5\xdf\x84\x70\x70\xe7\xb3\x4f\xd4\xba\xdf\xd8\xfa\x83\xe2\xc9\xf3\x47\xb2\x86\x09\x6e\x1e\x08\xd5\x3f\x69\xde\x37\x8a\xe7\x07\x40\xdf\xfb\x37\x7a\x0c\x48\xe7\x12\x04\xe7\x7b\x37\xfb\x25\x78\x4c\xeb\x0c\x10\xda\x2c\x3c\x9b\xd1\x03\x64\xdd\x17\x19\xab\x9e\x06\xe4\xbf\x11\x59\xab\x9e\x0f\xec\x2b\x11\x9b\xa2\x2a\x04\xd4\x9b\x0b\xf7\xa8\x46\x00\xb7\x2d\x45\xb4\x54\xcb\x81\x81\x6e\xe1\x3c\x35\x49\x00\x56\x82\xbd\xbf\x7d\x1d\xdc\xd0\xc6\xfd\x17\xbe\xb1\xb9\xf8\x8e\xcb\xef\x37\xf4\xab\x70\x7f\x7e\x52\x4e\xe1\xf1\x07\xdc\xdf\x2c\xe5\x6e\x25\xc5\x83\xa5\x5e\xa6\xfa\xdd\x6f\x1d\x98\xf8\x5d\xea\xfb\x6e\x34\xe1\xfa\x63\x9c\xf5\xec\xa3\xf4\x52\xb5\xef\x5f\x51\xe7\x82\xf2\xa9\x5c\x5d\xc0\xbe\xa4\x9f\x94\x8e\x78\x6b\x1d\x8b\xca\xd3\x29\xe0\xf9\xc0\x2c\x61\x72\x71\x2a\x8f\x17\xa5\x79\xdf\x60\x4b\x2e\x5a\xf3\xf8\x71\xf5\x74\x80\xef\x0e\x41\x68\x9c\x00\xf4\xef\xf2\x3f\x52\x6f\x06\x7c\x9a\x47\xd8\xd0\x3c\xb7\x6a\x12\xb0\x60\x40\xf0\xac\x8c\x00\xb0\x76\x0a\x41\x8c\xdc\x07\x94\x19\x10\x84\xf2\x6d\xe0\x42\x9b\xe0\x04\xe9\x3a\xa0\xbd\x84\x33\x0f\x80\x87\xab\x09\x42\x62\x1e\xf0\xee\x10\x41\x88\xbc\xf8\x17\xaf\xbf\x8a\xcd\x53\xaa\x7c\xe1\x31\xd6\x6f\xdf\x70\xf1\x25\x37\xa9\x24\xe5\x29\xe5\x4c\x40\xd7\x4f\xeb\xa0\x9a\xee\xf5\x50\xe7\x86\x06\x81\xe7\x54\xbd\x27\x8e\xbe\xa3\x9e\x2b\xaa\x2e\x7e\xa1\xf4\x62\xa5\x83\xac\x83\xc4\x1f\xb9\x40\xbf\x73\x71\x78\x39\x18\xbf\x75\x20\xbc\x79\x10\xcd\xf3\x4b\xf1\xe6\xf1\xbf\xe6\x3c\x7e\x78\xd4\x48\x80\xc8\x25\x08\xe9\x0f\xc0\xa8\x3d\x04\x21\x96\x0c\x58\x3c\x21\x08\xe9\xd9\x40\xe4\xff\x8f\xb3\x2f\x8f\xab\xe9\xfb\xde\xdf\xcd\xf3\x2c\xd5\x6d\x9e\xe7\x79\x9e\x35\xa1\x51\x19\x0b\x21\x73\x09\x91\x21\x53\x89\x10\x51\x49\xc6\x90\x48\x03\x49\x45\x94\x94\x8a\x4a\x9a\x64\xca\x10\x89\x84\x50\x19\x0a\xe1\xae\xdf\xeb\xee\xb3\x4f\x2a\x7c\x3e\x9f\xef\xef\x8f\xf7\xeb\x79\x9f\x7b\xaf\xdb\x5d\xeb\xac\xbd\xcf\x39\xfb\x79\xf6\xb3\xa6\x22\x24\x9c\x05\x10\xbc\x18\x21\xc1\x05\x00\x51\x47\x10\x92\x39\x0a\x70\x74\x3a\xa7\x0b\x9f\x19\x40\x86\x1c\x42\xdc\x6c\x00\x85\xc7\x11\xe2\xae\x05\xa8\xec\x41\x88\x77\x25\x40\x73\x03\x42\x7c\xf2\x00\xaf\x9a\x11\xe2\x7e\x01\xd0\x1f\xf3\xa7\xce\x01\xa1\x9f\xa3\x86\xe7\x85\xaa\x97\xbb\x40\xc5\x5f\xab\xf0\x0c\xeb\x3e\xcb\x14\x3b\xf1\xf8\xbe\x6c\xdd\x83\xfd\x36\x73\xef\x7c\xc3\x7e\x61\xa7\x6f\x31\xb1\x8e\x2c\x25\x94\xfa\xd7\x89\x6c\x14\xc6\x88\xc1\x5f\x75\x20\x74\x1d\xd0\x3a\x10\x9a\xf7\xd6\x21\xfa\x89\x51\xa6\x14\x72\x2b\x00\x08\xe4\x20\xc4\xfe\x06\x40\x7d\x05\x42\xa8\x07\xc0\x51\x1a\x21\x76\x59\x00\xff\x06\x84\x38\xd5\x00\x56\xb0\xee\x70\x2e\x03\x6c\xe9\x44\x88\x9d\x09\x70\xe0\x04\x42\xec\x7b\x00\x32\x16\x50\x57\xba\x5c\xe2\x98\x58\xfa\x03\x21\xf6\x2e\x80\x5b\xc4\x19\xf3\x09\xd9\x41\xf1\x2e\x90\xc2\x9f\xf5\xc3\xf4\x30\x74\x5e\xa4\x31\xef\xe7\xde\x8e\xaf\x0f\x15\xc1\x6f\xb1\x1e\xa8\x38\xf5\x13\x9e\xf7\xf2\x2b\x7f\xe0\x3c\xd0\x3a\x98\x63\x0a\x94\xfe\x6f\xd0\x0f\x85\xf8\x66\x6c\x24\xd9\xa5\x7d\x71\x46\xf2\xff\xe3\x7a\x28\xa4\xfb\xa1\x68\x66\xc0\x9f\xfa\x87\x34\x0a\xf1\x8d\xdc\x45\x00\xab\x79\x68\x90\xef\x67\xe1\x82\xeb\x14\x46\x90\x27\x80\x5d\x39\x14\x1e\xd8\x45\xe1\x49\xd6\x15\x3b\x06\x20\x87\xac\x18\x14\xcd\xa1\xf0\x06\xc1\xbb\x64\x27\x41\x3b\x6b\xe6\xde\x01\xd0\x93\xf0\x67\x9d\x5c\x4f\xea\xc2\xcf\xd7\xc5\x71\xbd\xf8\xbe\xf2\x82\xcf\x2f\x79\x16\x66\x13\xbd\xc2\x71\x72\xfe\x46\xfa\xa1\x44\x7d\x87\xff\xa8\x03\xf1\x5d\x33\xfc\xfa\x60\x4a\xfc\x51\x68\x1d\x88\xa8\xe0\x90\x3c\x94\x50\x28\x9b\x41\xa1\x39\xd9\xe9\x33\xee\x2a\x85\x33\xc9\x0a\x69\xe8\x2d\x0a\x23\x69\x27\x40\xd6\xcc\x3d\x1d\x60\x7f\x33\x75\x9c\x4a\xe2\x3d\x43\x3a\x65\x5e\x9c\x4f\xe1\x35\xb2\x93\xa0\x9e\xf5\x77\xb6\x03\x3c\x6c\x44\x83\xfa\x0f\x16\xf6\xe5\x23\x74\xb5\xb7\x0f\x3f\x0f\x14\x46\x31\xf1\xb8\xa0\x75\x40\x23\x75\x30\x71\xdb\x86\xcf\x03\x83\x3a\x10\x92\x87\xa0\x9c\xe1\x75\xe0\xf1\x61\xf8\x78\x30\x26\xdf\xa3\x4c\xfc\x77\x84\x5f\xfc\xce\x03\x1b\x59\xf1\x94\x16\xa2\xd0\x80\xdc\xe1\x3a\x1b\xa1\x61\x2b\x7f\x74\x5d\xac\x62\x3d\xd9\x6e\x05\x88\x62\x1f\x5e\x1f\x49\x8e\x14\x1e\x25\xf1\x65\x12\xe7\xbc\x3c\xb2\x73\xa6\xd8\x04\xfd\xd6\x7f\xb0\xea\x84\x3c\x49\x3c\x99\x87\x86\xe9\x40\x68\xbe\x77\x90\xe7\xfb\x1f\x75\x20\xe4\xf3\x9b\x5d\x53\xa9\x63\x4f\x4e\x0a\xa7\xe2\x75\x5f\x36\xf6\xb9\x58\x6f\xc2\x76\x62\x05\xf6\xc1\xe5\xd9\xb5\x45\x0f\xe3\x8e\x24\x1e\x8c\x5b\xd2\x30\x7f\xce\xd5\x5e\x80\x79\x52\x4e\xf5\x1b\xb8\xbf\x06\xf7\xae\x96\x74\x16\xf2\x2a\x76\x3d\xc5\xc7\x66\xac\xef\x64\x7e\x42\x33\x58\xf8\x85\x9b\xfa\x1b\xef\x49\x0c\xaf\x8f\x53\xd8\x4e\xb8\xe8\x56\xc2\xe1\x3f\x20\xdc\xcc\x9d\x66\x0a\xeb\xad\x59\x23\x88\x35\x1f\x52\xc7\xac\xbb\x44\x16\xc2\xff\xe0\x87\x62\x34\x1b\xfd\x55\x07\x32\x98\x07\xc9\xe1\x79\x24\xfe\x22\x2a\x53\xf0\x7a\x1f\xc7\x8a\x20\x51\x1c\x87\xef\x0a\xcc\xfb\x08\xee\xd8\xb2\x1e\xa3\x4f\x12\xe6\xcb\xf9\xd5\x4e\x61\x9f\x74\x3e\x89\x0b\xd8\xa7\x85\x7f\x5c\x15\xee\xb7\xc0\xf7\xf3\x11\x07\xc6\xf2\x0f\x78\x3d\x9d\x0b\x77\x2c\xfa\xf9\x18\x61\x27\xa6\x8f\xf2\xd4\xdf\x7a\x1b\x49\x61\xc7\x2c\x2a\x3f\x4f\xef\x50\xc7\x8f\x46\x53\x9f\xbb\x9b\x49\x1d\x37\x3e\xa5\xb0\x96\xbc\x5f\xc3\x85\xb0\xd2\xaf\x92\x83\xca\x0b\xfc\x0f\x7a\xa0\x7f\xe9\x3f\x46\xe4\x63\xb3\x7d\x0f\xa9\xaf\x93\xf8\xbc\x6e\x9e\x2c\x86\x7f\xbf\xee\x1c\x29\x8c\x67\xc2\x4c\x59\x28\xbc\x27\xfa\x01\x0b\x45\x56\x26\x61\xff\x08\xe1\xf8\x53\x93\x59\x28\xba\xa1\x70\x00\xbf\xae\x50\xcb\x86\x5f\xb7\x69\xc5\xfb\xca\x05\x3b\x3e\xe2\xfc\x71\xab\xb1\xbe\xfb\xdb\x7e\x36\x7e\x16\x76\x1b\x23\xc5\xa1\x75\xf0\x62\x3b\x15\xf7\x93\x6b\xa8\x62\x68\x1d\xdc\xbe\x8b\x36\xb0\xb0\xae\x80\x8a\xbb\xa6\x0c\xe1\x4e\x78\x95\xd4\xde\x75\x54\xae\xce\x21\x4c\xe7\xe1\xbf\xe9\x1f\x46\xea\x20\x86\xeb\x40\x10\x32\x5b\x35\xf4\xdf\xb3\xc5\xba\xe2\x3e\x4c\x3c\x1f\x7c\xcb\xa8\xf3\x3a\x1b\xc7\x2d\x3c\x7a\x39\xe6\xc1\x24\xbc\xb7\x62\x7f\x70\x86\x53\x32\x27\x57\x07\x80\x84\x64\x3a\x1e\x07\xa3\x4c\x2e\xbd\x64\xa1\xcc\xfe\xba\xf9\x5c\xab\x00\xc4\x73\xda\x70\x7e\xc4\x94\xfa\xf1\x38\xe3\x7e\xc9\xfa\x1b\x7d\x5d\x9c\x78\x86\x79\x17\xc5\x8e\xbd\xd8\x5f\xda\xb2\xe3\xce\x8e\xcf\x0e\xa1\x33\xb8\x0e\xd6\xb3\x61\x85\xda\x3d\x01\xd4\x8a\xeb\x60\x32\x07\xbe\xc2\xd7\xce\xe3\x9a\xc9\xc2\x1b\xcb\xd8\xed\x86\xc6\x7f\xf5\x1d\x3b\x93\xce\x83\xa3\xe1\xf0\x3a\xf8\x43\x07\x43\xf8\x6f\x9a\xff\xa4\x91\xce\x0b\xf9\xdc\x74\x4b\x9c\x63\xce\x66\x67\x8c\x7c\x13\x7c\xf0\x78\x12\x71\x9b\x85\x79\x31\x86\xe4\x8a\x45\x1c\x77\x00\x64\xc7\x6c\x39\xc5\x3d\x11\x80\x71\x67\xdf\x2d\xee\x32\x00\xc6\x8d\xd3\x4b\x78\x22\x00\x18\xe7\x8a\x1e\xf1\x3c\x01\x60\xec\x6b\xd8\xc1\x73\x1c\x60\xf4\xab\x17\x98\x07\x61\x18\xfd\xec\x41\x88\xd9\xc1\x8f\xf5\xd0\x3d\xa5\xc2\xd8\x91\xec\xc5\x27\x46\x36\x00\xf7\x8b\x36\x13\xfe\x37\x38\xfe\x36\x7e\xec\x6c\x76\x0f\xf8\xb0\x93\x53\xbd\x00\x23\x19\x80\x27\xbb\x3a\x85\x51\x09\xc0\x2b\x50\x59\x26\xab\x00\xc0\x9b\x75\x4d\x9b\xd1\x0c\xc0\xab\x59\xba\x97\x6f\x3d\xeb\x73\x57\x94\x79\x3e\xd1\x79\x18\xa9\x0b\xa3\xe3\xd7\xd4\x41\xc3\xf8\x6f\x9a\xff\xa4\x91\xf6\x87\xa0\xf2\x41\xf7\xd5\x12\x4c\x76\x98\x8a\xcf\xe3\x38\x6f\xec\xf3\x2e\xbb\x68\x76\x1a\xe7\x74\x00\x39\xfb\xe5\x92\xdc\xa3\x00\x64\x43\xa2\xea\xb8\xa7\x01\xc8\x1e\xdd\x57\xc8\x73\x13\x40\x36\x34\x63\x22\x6f\x04\x80\x9c\xfe\x95\x68\x7e\x6d\x00\x59\xa5\xa6\x49\xbc\x3b\x00\x18\x95\x9d\x6b\xb9\xeb\x68\x7d\x58\x7f\x1e\x23\x00\x80\x73\xff\x5b\x6e\xc6\x0f\x00\x1e\xbe\xb6\x0c\x59\x09\x00\x9e\xe6\x87\xc1\xb2\x32\x00\xbc\x66\xf7\x1f\x8a\x60\x07\xbb\x06\x73\xd9\x66\x00\xbe\x9c\x9b\x2b\xe4\x7c\x00\xf8\x57\x8e\xd4\x41\x95\xbc\x95\x5d\x0a\xc0\x27\x79\x49\x4b\x56\x14\x80\x77\xe9\x85\x10\xd9\x29\x00\xbc\x55\xf0\xdf\x7d\x40\x7e\xeb\x40\x08\xff\x47\xef\x83\x56\xc0\xf3\x1b\xbb\xb9\xfa\x68\x16\x0a\x4d\x30\xc2\x57\x21\xb1\xf1\xf6\xb8\x9e\xe5\x4e\x78\x5d\xe1\x54\x02\x90\x97\x99\xb1\x8a\x6b\x11\x80\x42\xcb\x52\x76\x5e\x51\x00\x85\xb6\xa8\x63\x7c\xc5\x00\x8a\x63\x92\x9a\x05\xae\x0e\xd1\x0d\xc6\x96\x14\x0a\xf2\x02\xc8\x8f\xba\xb3\x5a\x60\x11\x80\x7c\xcb\xbb\x5f\x02\xa2\x00\x72\x86\x00\xdc\x51\xbd\x86\xac\xb8\x78\x77\xbf\x5c\xa4\xa0\x08\x20\xa8\xf5\xe8\xb6\x42\x31\x80\x50\xd4\x5d\x36\x85\x68\x00\xa1\x85\x0d\x5b\x14\x6e\x01\x08\xb5\xd1\x3a\xa8\xeb\x35\xf2\xed\x00\x82\xa9\x65\xce\xf2\x0b\x00\x04\x5e\x16\x1f\x52\xb4\x02\x10\x56\xb9\x7c\x41\x3e\x1e\x40\xa0\xb7\x40\x5d\x21\x08\x40\xb0\xfa\xbc\xa4\xfc\x5e\x00\x81\x13\x7f\xab\x03\x3a\x7e\x4a\xff\xf2\x9b\xff\xa5\xf9\x3f\x29\x7d\x44\xf5\xc7\xa8\x42\x43\x7c\x52\xc4\x4f\xe8\xe2\x79\x51\xb6\xd0\x2a\x88\x7d\x2b\x80\xe2\xcb\xf1\x9b\xb8\x52\x01\x94\xad\xfc\x9f\xf1\x34\x03\xa8\x2a\x86\x6c\xe5\xef\x03\x50\xee\x8c\xe4\x17\xb4\x04\x50\x82\xa4\x14\xa1\x28\x00\xc5\xec\x4c\x55\xa1\x2b\x2c\x2c\xe3\x16\x6e\x05\x50\x0c\x7c\x20\x2a\xcc\x7a\xfd\xee\x47\x7d\x21\xef\x1f\x09\x8a\x6a\x00\x02\xe6\x5d\x9c\x8a\x9f\xf1\xdc\x39\x53\x45\x11\x40\x5c\xfb\xce\x13\x15\x23\x00\xf1\x4d\xf5\x63\x55\xc4\x00\xc4\x27\x55\x37\xa9\x06\x01\x8c\xe2\xa4\xfd\xa0\xca\x4c\x94\xb5\x00\x44\xab\x8b\x8e\xb1\x3e\x27\x76\xef\x92\x82\x8a\x03\x80\x58\x45\x3e\x43\x39\x10\x40\x34\x30\xb7\x51\x71\x06\x80\x50\x43\x76\x9c\xf2\x2a\x00\x91\x8f\xf0\x1f\x74\x40\x52\x64\xde\xa0\xfc\xef\x07\x79\xe0\x02\xa1\xcd\xb8\xfe\xf9\x46\xad\x43\x43\x7c\x52\x68\xbf\x18\xa5\xf5\x26\x19\x9c\x46\x00\x6a\xd1\x2e\x86\x3c\xbe\x00\x1a\xc6\x93\x6e\xf0\x2b\x00\x68\x1a\x2f\xe6\x12\xda\x01\xa0\x1e\xb3\xe1\x80\x30\x13\x40\x35\x6b\x6f\x90\x28\x1f\x80\xaa\x49\xe6\x55\xb1\xa7\x00\x2a\x21\xd7\xa2\xc5\x37\x01\xa8\xac\x7e\x34\x4f\xfc\x0a\x80\x4a\xc5\xd7\x66\xd1\x43\x9f\xe6\xab\x46\x02\x88\xaf\x6b\x9f\xa1\x5e\x04\x20\xe5\x75\x5f\x52\xfd\x1e\x80\x54\x79\xfd\x12\xf5\xed\x00\x52\x86\x55\x0f\x35\xa2\x01\xa4\xfd\xcb\xc7\x6b\x16\x01\xc8\x5c\x19\xd4\xff\xf0\xab\xb7\x01\x8c\xde\x55\x90\xaf\x5e\x0f\x20\x39\x90\x7b\x59\xbd\x1b\x40\xf2\xc6\xd9\x02\xf5\xd7\x00\x92\xa1\x59\xf3\x54\x6f\x01\x88\x27\x9e\xba\xaf\x96\x09\x20\x81\xbb\xa7\x6a\xb5\x0f\x8f\x7f\x24\xff\x4f\xed\xff\xa6\x79\x60\xce\xb9\x9c\x6e\x38\xfe\x26\x21\x7c\x1f\x20\xf3\x43\x0c\xe7\x4f\xb9\x5c\x69\x2a\x07\x02\xd0\x8a\x37\x54\xe5\x2e\x00\xd0\xfe\x6c\x8f\x78\xbf\x03\xe8\xd9\x4e\x68\x15\xec\x07\xd0\xe5\x9b\xb7\x5a\x24\x16\x40\x47\x7e\xdd\x4e\xf1\x74\x00\xad\xa3\x89\x91\x92\x08\x40\x23\x32\xeb\x8c\x64\x07\x80\xfa\x9e\xca\xe5\xa3\x9f\x02\xa8\xfd\x7c\x36\x75\xb4\x2b\xc8\x69\xa4\x31\xdf\x4a\xd6\xbe\x69\xd4\xf2\x03\x90\x95\x78\x58\xaf\xb3\x1d\x40\xd1\xbb\x7e\xaf\xce\x2c\x00\x85\xfd\xd7\xbf\xeb\x16\x02\x28\xf1\x97\xbe\xd5\xed\x01\x50\xbc\x5a\xf4\x44\xa7\x19\x40\x7e\xcd\xc5\x36\x5d\x55\x00\xf9\x90\xf3\x86\x7a\x2e\x00\x0a\x46\x39\x72\xda\x35\x00\x8c\x39\x99\x1b\x74\xa2\x00\x18\x19\xe9\x49\x3a\xf6\x00\x32\xcf\xd3\x5a\x75\xfc\x00\x64\x12\x8e\xa5\x6b\x1f\x00\x90\xe6\x19\x3a\x0e\x64\x25\xff\x1a\x3f\xe1\x7f\x69\x1e\x5c\x24\x8c\x3c\x0d\x0c\xb0\x3d\x66\xa1\x7a\xb6\x80\x3f\xc2\xba\x10\x46\x0a\x5b\xc4\x6f\xbf\x18\xe3\x99\x16\x0f\x05\xec\x00\x4c\xc6\xb9\xfb\x8b\x98\x03\x18\x6b\xce\xf6\x92\x50\x05\x30\x3c\xbd\xe6\xae\x94\x34\x80\xde\xe1\x84\xf9\x32\x8a\x3f\x42\x74\xb7\x67\x0a\xcb\xbd\xe8\xdb\xa2\x73\xeb\x9a\x99\xe2\xeb\xde\xfd\x3a\x37\x1e\x9e\x51\xe1\xfa\x20\xa5\x9b\xd5\x3f\x5a\x65\xc6\xb3\x08\xfd\x0c\x78\xab\xce\xd3\x68\x65\x78\x14\xaa\x34\xab\xae\xcf\x34\x32\x82\x5a\xcd\xb0\xab\x82\x86\xaf\xe1\x89\x7a\x43\xa1\xb0\xe1\x35\xe8\x52\xf3\xcf\xbb\x6b\x14\x09\x6f\xd4\x2e\xe5\xb4\x1b\x66\xc3\x0f\x95\xdc\xcc\x26\xac\x7b\x69\x3f\xc5\x34\x2c\x07\x50\xe6\x3c\x31\xc3\xe8\x3a\x80\x72\xea\x31\x3b\x83\x5b\x00\x0a\xd3\x8e\x58\xe9\xd7\x02\xc8\xad\x3f\xf0\x52\x5f\x1c\x80\xf1\x15\x06\xfd\x80\x7e\x8f\x7f\xee\x7b\x7f\x8b\x5f\x94\x3c\xad\x2a\x72\xa2\x61\x7a\x10\xda\x1f\xc2\xa2\x4b\xa8\x96\x85\x76\x8f\x94\x8e\x71\xf1\x02\xd8\xbe\x34\xd2\x15\x38\x04\x60\xfd\xcd\xe5\xa4\x78\x10\x80\x95\xc5\xf4\x45\x52\x6e\xdf\x05\x2c\xe2\x57\xf8\xcb\x2f\xef\x75\x31\x57\x8a\x35\x51\x5d\xf4\xf6\xa0\xe9\xc6\xd4\x0a\x2d\xe1\x97\x05\x26\xae\x97\x8f\xeb\x16\xb7\x85\x19\x2f\x6c\xb6\xd1\xef\x7b\x92\x60\x9c\xf5\x9e\x69\xc8\xdf\x3c\xd9\x34\x04\xe6\x1b\x9e\xbc\xbe\xda\xac\x06\xe6\x1b\x7e\xbd\xc2\x66\xee\x04\x6b\x0d\x2a\xf2\xbf\x9b\x17\xc0\x2e\xfd\xd8\x41\xdd\x4b\x97\xf9\x6b\x38\xa7\xd3\x76\xea\x9c\x79\x32\x94\x6a\xaf\x3e\x6e\x63\xb1\x08\xae\x6b\x6b\xa6\xcc\x37\x2b\x86\x97\xea\xaf\x69\xdd\xcb\xfe\x45\xa6\xbf\xe0\x87\xaa\xdb\xde\x13\xa6\x73\x00\x94\xd7\xc7\x37\x98\x86\x02\x28\xd5\x0f\x8d\x9f\xae\x7f\xc2\x7f\x93\xf8\xc5\x78\x28\x54\x26\xbe\xc6\xfa\x64\xbf\xb7\xf9\x74\x0a\xed\x48\xbe\x9c\x17\xb3\xc5\xb0\xd0\xc3\x6d\x34\xee\x2f\x33\x7e\xb7\xf6\x66\xfe\xb9\xbf\xc6\xb8\x82\x9d\xd9\xa8\xd3\x1f\xed\x9c\x33\xfc\x36\x28\x74\xbd\x0e\x1b\xf3\x65\x51\xb7\x46\x7c\x9b\xa6\x43\x61\xd4\x61\x7d\xf3\x96\x76\xbb\xc3\x07\x17\x99\xe4\x37\x17\xdb\xd4\x9f\x5f\x67\xf1\xbc\x61\x94\xb5\x77\xad\x88\x75\x52\xad\xa2\x55\x6b\x47\xa0\xad\xd4\x0d\x6f\xeb\x76\x66\x8d\xcd\xe3\x4b\x4f\x6d\xbd\x99\xaf\xac\x4f\xd3\xbe\x2f\xa7\xd3\xed\x16\x83\xbe\xf9\xce\x34\x7d\x3b\x23\xf0\x32\x5d\x7d\xcc\xc6\x6e\x32\xcc\x32\x31\x3f\xa4\x61\x67\x00\x1b\x8c\xf8\xf7\xf7\xdb\x31\x60\x87\xa1\x54\xe2\x80\xad\x03\x9c\xd5\xed\x4f\xa8\xb2\x5e\x09\xb7\xb4\x7e\xc4\x31\x6c\x4e\x41\x9d\x36\xe7\x8e\x97\x56\x8f\xe0\x9d\xfa\xde\xed\x82\x56\x2f\xa0\x57\x9d\x63\xe8\x38\xa0\xe2\x47\x64\x7f\xbf\x28\xe9\xeb\xa0\x4c\xe2\x36\x22\xfa\x17\x9a\x07\x75\xb9\x48\xa1\xe7\x88\x3e\x09\xd3\x42\x04\x14\x11\x1a\x98\xe0\x7f\x47\x29\x8f\x97\xeb\xfd\xa5\x29\x1e\x66\x85\x92\x99\xcf\x65\x7d\x8d\xc6\x3b\xa9\x6d\xb9\xdf\xef\xb5\x6d\x96\xa9\x41\x47\x83\x9a\xfb\xdb\xd5\xa5\x16\x01\x55\x0e\xe3\x9c\xf7\xbc\xb0\x5b\x75\x4d\xd4\x35\x2b\x23\x65\x4c\x4f\x71\x83\x73\x6a\x79\xa8\x2b\xa3\xb0\xdc\x69\xe9\x93\x24\xb7\x47\x05\x8f\x9d\x0e\xfe\xe0\x74\xeb\xc9\xd4\x77\x89\x67\xba\xbb\xda\x1e\x0f\x75\x69\x65\xee\x1b\x13\x74\x38\xd4\xe5\x12\xf3\x86\x7d\x42\xd2\x59\x57\x2f\xe6\x7b\x5b\xd3\x84\x2a\x97\x99\x20\x63\xa5\xb9\x27\xc5\xf9\x2c\x58\x9a\x7f\xdf\xa5\xe8\x14\x02\x0b\x4d\x16\x6c\xbf\xe4\x1c\x0e\x8b\x4c\x42\xb6\xbe\x1c\x13\x0f\x07\x0c\x16\x6d\xc9\x1d\x13\x08\xa9\xfa\xa9\x51\x9f\x1d\x7e\x40\x99\x4e\xda\x26\x2d\xfb\x1a\x78\xa8\xc9\xfc\x33\x7e\x3e\xc2\xeb\xd1\x3a\x08\x5a\x07\x60\x37\x85\x42\x8f\x99\x68\x98\x1e\x60\x26\xe9\x0f\x30\x8f\xea\xff\x2d\xbb\x68\x33\xda\x89\x50\x57\x71\xc8\x6e\x86\x24\xe7\xe5\xa7\xb3\x17\xf2\xea\xfb\x8d\x3a\xdc\x2c\x3e\xe7\xf5\x98\x4b\x6a\xe8\xc6\x9b\xe9\x07\x26\xeb\x9b\xa9\x5e\x79\x3e\x35\x68\x89\x8e\xfd\x93\x82\x35\x93\x74\x62\x04\x5c\x8f\x9c\x55\xf3\x9d\x74\xcc\xc5\xfd\x6e\x7a\x97\x0f\xdf\x65\x25\xef\xdd\x27\x82\xbc\xfc\xef\x38\x4e\xb8\x75\x4c\xc8\x33\xbf\x77\xa3\xaf\xdb\xfe\x79\x5e\x8f\x7e\x5d\xf4\x1e\x1f\x6f\xee\xd5\xce\x94\x1c\x1f\x1b\x7b\xde\x4b\x9a\xb9\xd2\x65\x5d\xcc\x21\xaf\x2b\xcc\xdd\xce\x1c\xd1\x51\x5e\x92\xcc\x32\x87\x6f\x51\x7b\x3c\x1a\x98\xbd\xb6\x79\x1b\x92\x3d\x47\x83\x80\xf5\xdd\xf5\x5b\xdc\xcf\x80\xb1\xa5\x50\x44\xdf\xf8\x6e\xf0\x30\x57\x5c\xa3\x31\x5e\x15\x42\x4c\xb6\xac\x7a\x3b\xf6\x33\xc4\x18\x39\xaf\xcc\x1d\xeb\x04\x47\x0c\x9c\x86\xcc\x03\x64\xbc\xcb\x3d\x1b\x1e\x3f\xad\x03\xf0\x1c\x43\x61\xc0\xf5\xa1\x71\xff\x12\x5e\x8a\xf9\xf0\x8f\x4d\xe1\x78\x15\xa4\x33\x79\x2d\x7e\xbd\x35\x7c\x43\xa3\x44\x21\x42\x4d\x9e\x6b\x67\xa8\xef\x14\x9b\x5e\xb9\x67\xe5\x1e\x6b\x71\xe5\x3d\x85\xd5\xa1\xb3\xbc\x1e\x98\xf8\x66\xed\x5a\xc0\x33\xe7\x86\xf3\xfa\xe3\x13\x83\xa4\xd6\xad\xf4\x94\xd8\xdf\x1f\xf8\x63\xdf\x74\xdf\xf6\x04\xd3\x19\xf6\xe7\x4a\x26\x7f\xdc\x59\x1c\xe0\x54\xab\x38\x2d\x76\xdb\x55\x7f\xab\x4e\x27\xff\xc8\xe8\x32\x7f\xfb\x5f\xa2\x53\x5a\xd7\x7f\xf6\x57\xfb\x95\x34\xa1\x67\x6d\xe9\xb4\xc8\x5f\x6d\x5e\x8c\x55\x6c\x53\xb7\x32\xcd\xc7\x85\xad\x9c\x3c\x65\x21\x33\xd4\xd5\x73\x85\xe2\xe4\x67\xcc\x58\xe7\xb8\x30\x8d\x89\xeb\x98\x8d\x0e\x12\xcb\x02\xfd\xce\x32\x3f\xda\xe6\x2c\xd1\xf5\x0b\x84\x51\xd6\x3a\xc1\xd9\xbe\x63\xc1\xcc\xa2\x20\xf8\x8a\x4f\x02\x4c\x34\x5b\xbc\x50\xcd\x67\x33\x84\x98\x38\xfd\xa9\x03\x31\xb4\x1a\x1e\x3f\xad\x03\x08\x24\x3a\x09\x4a\x07\xf3\x3d\x6e\x15\xe6\x7d\x7a\x94\x28\x7f\xfc\x17\xed\x5b\x28\xff\x7b\x97\xed\x98\xa7\x69\xd8\xb9\x73\x13\xef\x6c\x84\x2a\x6e\xc7\xba\xc9\x7f\x14\x54\xbf\x18\xbb\xf5\x8a\x71\x85\xfc\xe6\x4c\x93\xc8\x4d\x6e\x9b\x0d\x16\x1e\x1e\x15\x21\x18\x50\xef\x68\xba\x4b\x2c\x2c\x63\x39\x9b\xcf\x85\xa8\x9f\x4b\xd7\xed\x94\x9c\x32\x69\xed\x97\x90\x3b\xe9\xe2\x01\xdf\x57\x1c\x5d\x7c\xb4\x9c\x67\xe6\xa3\xa5\xbc\x8b\x8c\x9f\x2e\x0e\x64\x86\x04\x2e\xfc\xf6\x33\x78\xe6\xc0\x22\xbe\x05\x81\xbf\xd8\xa7\x46\x2c\xe8\x9f\x5b\xf4\x6b\xb3\x6f\x36\xad\xf7\x98\xcb\x3b\xc7\x87\x29\xee\xce\x3e\xe7\xd7\xac\xa3\x4c\x3f\xb7\xe5\x7f\xe8\x3d\xf4\xa7\x4f\x64\x3e\xb4\x7b\x39\x93\x37\x40\x03\x38\xac\xaf\x4e\x3f\x37\xed\x27\xa8\x59\xba\x4c\x2f\x9a\xea\x0d\x8e\xe6\xea\x00\xa2\x24\x6e\x9d\x58\x0a\xed\xfd\x86\xc7\x4f\xf3\xe0\xcb\xf1\x7e\xee\x01\x3b\xaa\x3f\xca\xfb\xbc\xad\xf8\xb8\x3d\x68\x27\x9e\x17\x1e\xcc\x4d\xc0\xab\x3b\xb7\x0a\xf6\x61\xfe\xea\x9a\xed\x01\xcc\x73\x15\xd6\x1f\x6a\x95\x4e\xe1\x10\xcb\x9c\x94\xec\xaf\xa3\x24\x55\x7e\x58\x23\xe1\x8e\xc3\x36\xad\xce\x5d\x02\xbb\x56\x4e\x52\xb0\x3e\xb1\x5e\x2b\x26\x70\xf1\x6a\x77\xf3\x65\x9a\x9b\xcf\x6c\xf1\xf2\x7b\xbf\xb0\x35\x8a\xe3\xf8\xd5\x29\xe3\x83\xdc\x37\x6d\x2e\x59\x3a\x4d\x28\xd0\x79\x63\xd6\xa3\x84\x69\x63\x67\xcc\xdb\x98\xf1\x43\x61\xca\x8b\xe9\x8b\x23\xac\x7e\x25\xf9\x5a\x05\x58\xad\x0a\xfe\xf5\xd5\x53\xd4\xff\xfc\x0a\x69\xa6\xc5\xb8\x23\xfe\x8e\xcb\x13\x99\x53\xdd\x4a\xa6\x49\x85\x0a\x30\x8f\x3b\x4d\x99\xa6\x1f\x22\xcb\xcc\x1f\x23\x33\x35\x70\xb1\x3d\xf3\x81\xfd\x81\x29\x71\x0b\x7e\x30\x7f\xda\x74\x4c\x99\x3c\x37\x02\x14\xac\xbc\x27\x97\x06\xf9\x80\xb1\x45\xf5\x24\xa7\x39\xaa\x30\xd1\x4c\x15\x40\xb9\x66\xf8\xfc\x37\xe1\xcb\xf0\xf8\x29\x1e\xfc\x7b\x65\x34\x5e\x05\x7b\x77\x86\x8a\xbb\x0d\x12\xf1\xaa\xdf\xfd\xfc\x03\x78\x35\xf8\x96\xe6\x91\x8f\x2c\x2c\xfb\x90\x8a\x79\xb1\x82\xb2\x93\x78\xf5\x35\x4b\x21\xc3\x42\x58\x04\xa1\x23\x07\x4e\x1d\x51\xd1\x16\x3d\xb4\xdb\xf3\x04\x9f\xa5\x86\xf2\xe3\x8d\x91\x29\xdd\x5e\x29\x26\xe7\x96\x24\x1e\x14\x9a\x1b\xed\x2c\x1f\xa4\x98\x5c\x12\xa9\x36\xfe\x62\x40\xdd\xbe\x25\x47\xde\x7a\x56\x4f\x36\x4c\xd2\x2c\x8a\xf4\x8e\xf1\x0d\xdd\xeb\xf7\x40\xd1\xfb\x9a\x4f\xca\x5e\x9d\xaf\x5f\xbc\xec\xbd\xdf\xc4\x75\x30\x6d\xc6\x89\xfb\x84\x6d\x97\x64\x2e\x71\x5d\xe0\x5d\xbb\xa5\x87\x99\xea\x34\xd1\xdb\x35\xf2\x11\xf3\x9e\x03\x9b\x8f\xe4\x86\x06\x66\xab\xfd\x66\xef\xb4\x08\x4b\xe0\xb2\x39\xe7\x7d\x69\xb5\x1a\xc8\x59\x73\x7a\xf5\xaf\x3c\x06\xf6\x16\x51\x9e\xb5\x61\xa6\x10\x64\x1a\xe7\x59\xb4\xcc\x08\x96\x9b\xcc\xf5\xa8\x5b\x62\x0b\x7b\x0c\x33\x00\xcc\xdb\x86\x8f\xff\xe1\xf1\x0f\x70\x6e\xcd\xc2\xe7\x7f\xea\x6e\xec\xf7\xf0\x7c\xea\x7e\xbc\x9a\xf8\x80\x71\x14\xf3\x1c\xb7\xbc\xd2\x0c\x70\xfc\xb7\x33\xa8\x7d\xdf\xc7\xcf\x60\x9d\x65\xa6\x72\x2e\xe6\xbf\x0f\xcf\x2a\x70\x46\x72\x08\xc5\x7f\x2d\xe0\x92\x15\xe7\xfd\x11\x75\xe5\xbc\xb7\x61\x09\xc3\x76\x79\x71\x8e\xac\xdb\x25\x1d\x97\x59\x9b\xb2\xa6\xcf\x3c\x6c\x9d\x3b\x65\x53\xa6\xe4\xba\x7e\x87\x05\x3e\x31\xa7\x3f\x1d\xd4\x75\x8a\x74\x97\x3b\xcd\x76\xf1\xb4\x0b\xc3\x6d\x67\xba\xc4\x9d\x7e\x97\xf9\x2e\xb5\xe9\x92\x7d\xe3\x9d\x2a\x5c\xfa\x8e\xcb\x33\xcb\x1c\x96\xb8\xb2\x1d\x4a\x61\xbe\xb6\xed\x71\x9d\xb4\x6f\x14\xf0\x5a\xbf\x76\x19\x48\x18\x0f\x3a\x96\xbb\x5d\xa5\x77\x25\xc0\x58\xf3\x04\x97\xb9\x3b\x1e\xc3\x7c\x53\x07\x17\xb9\x98\x04\xd8\x60\x3c\xc7\x85\x2b\x5a\x1d\xe2\x0d\xaf\xb9\xae\xdb\x64\x0d\x71\x46\x1c\xce\x55\x1b\xac\xe0\x9c\xde\x63\x67\xf9\xb5\xfb\xa1\x4a\x67\x13\x80\x87\x12\xfa\x8b\x0e\xe4\x87\xd1\x36\x5c\x1f\x1f\x52\x12\x42\xd1\x50\xfd\xd3\xd6\xe3\xbf\x70\xfc\xc7\x28\x5e\xf4\x9a\xfa\x19\xcc\x87\x5e\x34\xc9\xc3\xbc\x56\xf6\x53\x4a\x17\x72\xb4\x8a\x5a\x15\x8d\x3f\x59\x8a\x79\xa0\xad\xdb\xcb\xa5\x25\x8e\x22\x14\x1e\x5a\x9a\xa5\x59\x24\x6e\x38\x6f\x77\x49\x84\x43\xae\x72\xe2\xa4\xa8\xa2\xe6\xa9\x03\x86\xd3\x3c\x55\x8a\x44\x57\xfd\x32\x3d\xed\x6a\x7e\x79\xfe\xbe\x59\x16\x5b\x1d\x39\x2f\x55\xe4\xcf\xb6\xec\xb6\x3d\x77\x89\xf7\xb6\x9e\x95\xba\xcd\xd8\xc2\xfc\x8f\x25\x16\xfb\x6d\xb6\x9c\x4f\x01\x2f\xd3\xcb\x36\x1b\xb3\x82\x21\xd4\x78\xb5\x4d\xe1\xa9\x8b\xb0\xd1\x68\x9a\xad\x7d\xaa\x1e\x6c\x33\x2c\xb6\xdd\x7c\x44\x0b\xf6\x1b\xac\xb4\xf1\xdf\x7f\x0e\x8a\x75\x6d\x6d\x45\x92\x5e\x40\xb1\xee\x14\x9b\xe5\x09\x9a\xd0\xa4\x6d\x65\x33\x63\xd7\x71\x68\xd3\x4c\xb3\x86\x58\x4d\xe8\xd2\x98\x69\x7d\x26\x26\x1d\xbe\xa9\xdd\x01\x98\x19\x30\xf4\xfc\x33\x9f\x6d\xc7\xfa\x8f\x9e\xb1\xfb\xf0\xfc\xdf\xee\x7b\x14\xfb\x38\x3c\x48\xc4\x2c\x01\xaa\xd7\x3b\x8b\x79\xfd\xf2\x12\x2a\xee\x4b\xed\x97\xf0\xfc\x78\x36\xfa\x0a\xd6\x87\x9d\x08\xbc\x86\x75\x44\x49\xb7\x2b\x71\x7f\x98\x98\x51\xd5\xf8\x7a\x12\x6e\x5b\x17\xc4\x29\x80\xd0\xa2\xd4\x3a\x57\x45\x09\x7e\x11\x7f\xe9\xda\xfb\x96\xa2\xd2\x5d\xee\x93\x6f\xca\xf8\xc6\xab\xd5\x39\x6d\xa9\xf9\xb5\x7c\xa5\x56\x8b\x4d\x7a\x4d\x63\xfc\x0e\x5d\x21\x0b\x8e\x9a\x09\xe7\xa6\xe9\x1d\x31\x79\x56\xdd\xd7\x20\xa2\x97\x6e\x7c\xa0\x3a\xb3\x7b\xb5\xce\x23\xe3\xcb\x15\x3a\x70\x5b\x4b\xc3\xf8\x52\xd1\x4b\x78\xa6\x71\xdf\x84\xbd\x60\x14\x74\x6a\x88\x9b\x34\xe7\x7c\x85\x57\x1a\x1e\xc6\x8f\xb2\x57\xc3\x77\x35\x65\x93\xcd\xe9\x72\xf0\x43\xf5\xbd\xa9\xc0\x89\x51\xf0\x4b\xb5\xda\xe4\x55\x8a\x3f\x80\xca\x3a\x53\xc7\x43\x1e\x00\x2a\x16\xa6\x31\xc9\xba\x00\xca\xf1\x26\x13\x12\x4d\x00\x14\xe5\xe9\xf9\x0f\x20\xe6\xf1\xd0\xf8\x3b\x3c\x8e\x63\x5e\xe3\xe1\x9c\x4c\xcc\xe7\xd4\x7f\xcf\xc5\x7a\xa7\x4a\x23\x4a\x0f\x73\x39\xa9\x18\xeb\x01\xce\x5d\x2a\xc7\xf7\x9d\xa7\xde\x51\xac\xc9\xc1\x77\x37\x71\xfc\x71\x63\x1a\x30\xdb\xb4\xa1\xb7\x59\x95\x85\x8b\x4f\x50\xfd\x54\x02\xc3\x1f\x5e\x93\x5a\x83\x90\xd7\xd9\x96\x53\x06\xaa\xa2\x33\x1c\x4d\x5a\x04\xdd\x23\x19\x17\x2c\x73\x5a\xfc\x82\x0d\xe4\x1b\x8c\xdf\xb6\x44\xed\x14\x53\xd2\xd2\x9f\xd6\xe2\x94\x75\x4d\xe9\xb3\xce\xc1\x16\xb1\x5a\x01\xa5\x26\xed\x9d\x2d\xfc\xef\xcc\x15\x7e\x69\x6f\x6c\xee\x07\x90\x53\xd2\x3e\x5b\xbb\x19\x40\x4e\x5e\x7b\x67\xa5\x1a\x80\x6c\x84\xb6\xdb\xd5\x01\x00\xc6\x05\x1d\xed\x4b\x77\x00\x64\x03\x74\x0e\xe7\x6f\x07\x90\x9d\xaa\xad\x78\x4e\x1d\x40\xfa\x8d\xce\x9a\x6c\x0d\x00\x86\xb4\xae\xc3\xa9\x02\x00\x86\x87\xae\xc2\x89\x0e\x00\x99\x22\xdd\xed\x47\xdd\x00\x64\xd6\x01\xc4\x60\xbf\x86\x4f\xc9\xc9\x32\xf8\xfa\x2f\x9b\x8a\x9f\x23\x1e\xde\xcd\xc6\xf7\x09\x8d\x1f\xf2\xb1\x7e\xac\x4a\xac\x18\xf7\xdb\xbb\x52\x52\x86\x79\xce\xbc\xda\x1b\x9b\x58\x98\xc1\x7f\x13\xd7\x45\x8a\x52\x3d\xbe\xef\x4a\xb8\xda\x8c\x77\xa3\x6e\x55\x79\x80\xfb\x87\x84\xfb\x50\x3a\x81\x39\x45\xcf\xb1\xae\xc8\xeb\x50\xc7\x55\x2e\x77\x84\x9c\x56\xbe\x3a\xae\xba\x83\x77\x96\xb9\xdc\x2b\x5f\x27\x3b\xb1\x5d\x06\xce\x9d\x99\x41\x2b\x25\x72\xb5\x5e\xbf\x1e\xb5\x65\x87\xa4\x9a\xba\xc0\xeb\x6d\xa7\x26\x48\x1e\x54\xc9\x7a\x7d\xff\x46\x96\x24\xa7\x72\xe7\x1b\xab\x37\xf2\x12\xda\x2a\xdc\x2f\x17\x03\x88\x5e\x55\x7a\xfe\xb0\x06\x40\xa4\x48\x39\xb0\xd9\x1e\x40\x74\x9f\xb2\x44\x9d\x3c\x80\xa8\xbd\x72\x4b\xd5\x26\x00\x31\x23\xe5\x17\xd7\x6a\x00\xc4\x18\x2a\xb9\xc5\x7d\x00\x62\xed\x2a\xb5\x85\x1e\x00\x62\x37\x54\x3b\xf3\x26\x02\x88\xd7\xaa\x5c\xc8\x39\xc5\x7a\x5f\x35\x2b\xeb\x01\x80\xd8\xdb\xbe\x48\xca\x0f\xeb\x8d\xf2\x09\x3c\xbf\x3f\x39\x79\x06\x8f\x8f\xe6\xa6\x42\xcc\xa2\xd5\x1c\x2f\xc5\x79\x28\x2d\xbf\x61\x86\xaf\x03\xde\x35\xf8\x3e\x32\x5b\xbf\x01\xf3\xc3\xa9\x87\xef\x60\x5d\xdd\xfe\x5c\x8a\x27\x8d\x9d\xf5\xe4\x24\xae\x83\xab\x6d\xb8\x1f\x55\x68\xfe\x2b\xcc\x36\x05\xc4\xbd\xc5\xdf\xe3\x32\xaa\x17\x5f\x67\x2c\x42\xbe\x5c\x93\x7a\x8c\x90\xf6\x9b\xbe\x2b\xe6\x39\xbc\x6d\x6a\x63\xbf\xce\xf6\x97\xe6\xb7\x56\x92\xfa\xd6\xbf\xde\x98\xff\xba\xbc\xd6\x80\xe5\xd1\x79\xfc\x4b\x65\xe3\x06\x9e\x94\x85\xf0\x2d\x92\x15\xfd\xe9\xf8\x72\x37\xcf\x1c\x59\x85\xaf\x13\x01\xb8\x2c\x65\xa7\xbf\xdd\x0d\xc0\xdd\x2e\xab\xfb\xbc\x19\x80\x47\x57\x56\xf8\xb1\x12\x00\x8f\xbf\xec\xd8\xbb\x7b\x01\x78\x40\xd6\xaf\x61\x0b\x00\xaf\x3d\xe3\xc3\xcd\x79\x00\x3c\x39\x72\x3a\x95\xb1\x00\x7c\x67\x65\x6b\x4a\x4d\x00\xf8\x46\xc9\x9b\x17\xdd\x05\xe0\x07\x11\xbb\x4b\x78\xfd\xfa\x6d\xed\x09\x3c\xaf\xb5\x1e\x39\x4b\xe9\x20\x17\x17\x9e\x66\xe1\xcd\x09\x54\xfc\x65\x5d\x37\x9e\xe0\xfb\x80\x31\xb7\xb0\xae\xe3\x6c\x76\x33\x1e\x0f\xb4\x0e\xe8\xb0\x18\x15\x77\xc2\x9e\x76\x7c\xbf\x1d\xe3\xd2\x89\xf5\x02\x6b\xe6\x75\xe1\xeb\xc5\xc2\xc6\x1e\x5c\x1f\x93\xcf\xf5\x61\xbe\xd8\x71\xcc\x0f\xec\x2f\xa3\x96\x02\xc0\xd1\x8d\x90\x22\x2f\x80\xb6\x19\x07\xbf\xdc\x1b\x00\xef\x37\x9c\xee\x8c\xd9\x00\xcb\xe3\x39\x3a\x64\x56\x02\x24\x1e\x66\x2f\x97\x9e\x08\x90\x7b\x18\x21\x89\x43\x00\xf5\xa3\x10\x12\xef\x04\x78\xff\x0c\x21\x9e\x60\xe2\xef\x10\xfc\x05\xfb\x5c\xb0\xc7\xbc\xc7\x7a\x0f\xf6\x09\x1d\xb8\x33\x03\xfb\xda\x56\xbc\x8e\xcd\x61\xfc\x00\xef\xc5\x63\x8f\x6f\xa6\x18\xb8\x19\xf5\xd3\x59\xc8\x96\x51\x83\x9d\x19\xd8\x56\x55\xe2\xfd\xad\xcf\x27\x9c\xc3\xd7\xcd\x07\x8f\xa9\xf1\x5e\xb7\xa6\x02\xcf\x73\x15\x57\x6f\xe2\xf9\xf3\xf2\xec\x46\xec\xa3\x93\x5b\x70\x0f\xf7\xc7\xca\xf0\x7c\x8c\xdf\x3f\xa6\xd0\x86\xeb\x68\x9f\xcf\x2b\x7c\x3f\xb1\x73\x75\x17\xbe\x7e\x6e\xba\xd3\x83\xeb\x2a\xac\xe1\x0b\xf6\x93\x08\x6a\xfb\x8e\xaf\x3b\xbe\xa4\x2f\x06\xcd\xf7\xca\x91\xfe\x12\x12\x32\x00\x72\xcf\x11\x12\x5b\x00\x30\xc6\x0c\x21\xd1\x33\x00\x73\xbc\x10\x12\x62\x00\x6c\x5a\x8a\x90\xc0\x6d\x80\x23\x35\x08\xf1\x9f\x03\x28\x9c\x8d\x10\x6f\x10\x40\x93\x1f\x42\xdc\xd5\x00\xef\x8e\x0d\xf1\x75\x40\x4c\xc2\x40\xd3\x7c\xfe\x3b\xaa\x33\xc7\xf6\x0e\x29\xea\xf8\x29\x61\x18\xe9\x0e\x0f\x77\x9a\x29\x6c\xc0\x3a\x88\x96\xac\x2b\xb8\xbe\x1b\x5c\x2a\x71\x1e\x2a\xdb\x6b\x71\x1d\x14\x3f\x27\x3a\x28\xdd\x87\xf8\x7a\x99\xdd\xd4\x86\xe7\x81\xd4\xe8\x17\x78\xfe\x3f\x18\xf7\x16\x3f\x77\xc7\x1b\x75\xe3\xba\xd8\x36\xee\x2b\xd6\x85\xad\xeb\xfd\x81\xeb\x63\x24\xff\x3f\xbe\x0e\x86\xed\x77\x97\xd6\xa5\x90\xa7\x1e\x40\xec\x08\x42\x9c\x37\x01\x4c\x5a\x10\xe2\xea\x07\xf0\xeb\x41\x88\x43\x1b\x60\x29\xeb\x0e\x7e\x0b\x40\x6c\x04\xeb\x7c\x02\x9c\x24\x8e\x90\x45\xe5\x08\xb1\x1b\x03\x34\x5d\xa4\x78\xdb\x8e\xb5\xd4\xeb\xdf\x97\xa0\x21\x7c\xfe\x00\x61\x58\x3f\x3e\xa5\xb0\x6b\xf3\xf0\xbc\x3c\x23\xca\x85\x87\xd8\x89\xe0\x36\xd7\x75\x1c\x57\x55\x47\x1d\xf6\x7b\x28\x6d\xba\x8f\xe7\x85\x0b\xe1\x8f\xf1\x75\xe0\xcc\xbd\xe7\x58\x17\x75\xaa\xfc\x8d\x2f\x9e\x0f\xdf\x77\xe3\xf9\x30\x49\xfa\x33\x66\x55\x77\x29\x0d\xe0\xbe\x49\x51\x4c\xc0\x7a\xa0\x15\xa4\xcf\xc3\xfc\x34\x0a\x27\x93\x7d\xff\x34\xef\xad\xb7\x88\x42\x49\x09\xf2\x84\x5b\x08\xc0\xc7\x7a\x72\xb9\x00\xa0\xb5\x8c\x8a\x63\x1c\xe1\xbd\xe7\x12\x9e\x77\x63\x0d\xa5\x07\xd8\x4f\xde\xa7\xf9\xec\x32\xd2\xe9\xab\x9e\xf0\xe5\x4f\xe6\x11\x5e\x7f\xe5\xdf\x74\x0e\x74\x5e\x3e\x69\x0e\xcb\x0b\xea\x28\x66\xe1\xcd\xcf\x8d\xf8\x7e\xf9\x5a\xfa\x03\xbc\xef\x88\xd6\x41\xe5\x7e\x78\x85\xf5\xb0\x19\xfb\xde\xe1\xfb\xc9\xe3\x8f\x28\x7f\x9c\xfd\x2d\x5f\xb1\x3e\x2a\xbe\x9d\xf2\x87\xa1\xfd\x50\x68\xfe\x3b\xe4\xd9\xf0\x3a\xf0\xb9\x4b\xa1\x0d\xe9\xb3\x41\xfb\x60\x0c\xd5\x3f\x70\xdb\x53\xa8\xca\xba\x73\xf1\x07\x70\x3c\x43\x1d\x07\x10\xfe\x7f\x05\x51\x3c\xef\x20\xfc\x35\xcd\x67\x9f\x63\xdd\xd9\x6e\x03\xb8\x42\xfc\x0f\x6a\x88\x6e\xe2\x3e\xe1\xcf\x69\x5e\x9f\x72\x32\x1a\x99\x97\xef\xa3\x49\xbd\x60\xc5\x56\x79\x23\x35\xdf\x15\x25\x3c\xc7\xe7\x3f\x6f\x6e\x27\x3e\xcf\xd9\xab\xa9\x7a\x3f\x69\xf4\x0d\x3f\x77\x1d\xf9\x40\xe9\x22\x68\x3f\x94\x91\x7d\x71\x68\x5f\x1c\x5a\x07\x42\xeb\x81\xc6\x92\x7e\x21\x74\x3f\x14\x5a\xff\x30\x94\xf7\xe7\x20\x8e\x66\x4a\xe4\x18\x3b\xc0\x4e\x07\x98\xe4\x4b\x1d\x07\x2b\x0c\xa9\x8b\x21\x9d\x5f\x07\xf5\x0e\xfd\x64\xbc\x10\xc7\x5c\x4a\xd9\x3b\x42\xff\x81\x00\xba\x0b\xfe\x96\x0f\x0a\xaf\x7c\x78\x8e\x7d\x81\x0a\xfa\xbb\x70\x15\xe6\x3c\xfa\x84\xeb\x3c\x7d\xee\xb7\x52\x34\x54\x07\x33\xc2\x0f\x85\xf6\x05\x5a\x99\x00\x7f\xd5\x81\xd0\x7a\x20\xba\x3f\x10\x3d\x2f\x28\x3d\xfe\x4b\x1e\x48\x27\x58\x79\xe2\x74\x4a\xeb\x40\x3c\xc8\x93\xff\xac\xd7\xc3\xeb\x62\x0b\xd9\x01\x40\xeb\x1d\xe8\x7c\x64\x12\xdd\xc8\x45\x92\xd7\x32\xf2\x7e\x3d\x39\x7e\xe8\x31\xbc\x4e\xfa\xf2\x7f\xe7\xa1\x30\xf4\x1d\xd6\x41\x9f\xb7\xfe\x8c\xef\x1b\x07\x75\x30\x64\x34\xd1\x3a\x10\x5a\x0f\x17\x4d\x8e\xd7\x5c\x86\xe1\x3a\x90\xe0\xe1\x75\x30\xbe\x9c\x8c\x07\x52\xff\xb4\x3e\x4c\x91\xcc\x8f\x82\xb9\xf0\x87\x0e\x84\x41\xc6\x07\xad\x03\x71\x53\xa6\xd0\xff\xe6\xf0\xba\xa0\xf5\x41\x3b\x32\x86\xe7\x83\x1e\x2f\xe9\x24\xaf\xe7\xc9\xca\x6a\x31\x19\x17\x37\x1e\x0f\xaf\x93\x56\xf2\xf9\x77\x3e\xe8\x7f\xd2\x3f\xfc\x13\x09\x1f\x48\xeb\x05\xe8\xef\xf1\x26\xef\x4f\x25\xbc\xc8\xbc\x97\x14\xae\x20\xda\x8b\xcd\x88\xc2\x84\x6e\x0a\xd3\x44\x28\xcc\xbb\x42\x61\x25\xf9\x77\xf7\x89\xa6\x83\x75\x07\x06\x84\x8b\xfd\x59\x4b\x21\xad\x7f\x78\x13\x4a\xe1\x8b\x68\x0a\x9f\x92\xbf\x41\xf3\xfe\x77\xc7\x51\xd8\x40\xb8\xa8\x91\xfa\x8f\x8a\xdb\xbf\xbf\xfb\xbf\xe9\x60\xfe\xe8\x87\xd2\x3d\xfc\x7d\x5a\x2f\x40\x7f\x8f\x87\x0a\xc9\x03\x59\xff\x0d\x8a\xf8\x7b\x1e\x12\x89\xef\x46\x1a\x1f\x85\xf9\x44\xd3\x71\xfd\xe5\xf0\x58\xde\xb9\xfc\xfe\xad\xdf\x39\x28\xfc\xf0\x94\xd2\x3b\xbc\x22\xf1\xb4\x11\x2d\xce\x93\xb1\x14\xde\x5b\x4d\x61\x13\xd1\x47\xd4\x91\x73\x7e\x73\x16\xc9\x75\x1b\x85\xd7\xbc\xfe\x92\x07\xc9\xff\x12\xff\x7f\xd6\x81\x0c\xd6\x13\xad\x33\x9a\x44\x74\x21\x41\xe4\xfd\xe5\x49\x23\xea\x41\x60\x78\x1e\x0a\x36\x93\x73\x25\x46\x21\x6b\x3c\xb3\xb0\x3b\xe4\xf7\x6f\xed\xd3\xa7\xb0\x8b\x70\xd1\x2f\x88\x16\xa3\x55\xf6\x1f\x75\xb0\x76\x78\x1d\xdc\x20\x1c\x7d\x45\x30\x85\x25\xfb\x7e\x7f\xf7\x48\x1d\x0c\x7d\xbe\xff\xd0\x7f\x8c\xc0\x41\x5f\x14\xd2\x47\x89\xd6\x0f\xd0\xe3\xc3\x97\xd4\xf9\x6c\x4a\x2f\x65\xb6\x94\xfc\xbd\x48\x8a\x3f\xde\x92\x40\xfa\x13\xa5\x91\xbc\x14\x50\xdf\xcb\x55\x45\xea\xf2\xf1\x07\x32\x06\x86\x8c\x0b\x7a\x3c\xbc\x9e\x43\xea\x80\xd4\xca\x23\x92\xbb\x7f\xe9\x80\x46\x8e\x83\x32\xf2\x5b\x8b\x43\x7f\x7f\xf7\x7f\xf3\x01\xa1\xf9\x5f\x5a\xef\xf0\x0f\x1d\xc8\xef\xba\x20\xf5\xe5\x43\x8d\x8b\x09\x33\xfd\x58\xc8\x2e\xb9\x04\xd7\x24\xbb\xd1\xc6\x57\x43\xf3\xc0\x16\x9a\x66\x87\xb1\xf3\xe2\x62\x8c\x7d\x37\xd9\xc8\x58\x27\x3a\x9b\xfe\x76\x84\x7e\x92\xdc\x74\x93\xf3\xdf\xe1\x47\xc6\x41\x35\xc2\xf7\x41\xf7\xa3\x29\xbc\x4d\xe2\xbe\xf5\x80\xd2\x3d\xd5\x20\x36\x7c\xbf\x54\xf9\x88\x8c\x83\x31\x14\x5e\x69\xa5\xf0\xd2\x9d\xdf\x79\xf8\x97\xfe\x61\xa4\x0f\xc8\x48\x1d\x08\xfd\x3a\xfd\x79\xaa\xaf\x16\x9a\x6e\x87\x35\x6c\x6c\xdc\xee\xf8\x9c\xb0\xb7\x4d\xc7\xfc\x16\x7b\x51\x30\xa5\x93\xbb\xb7\x09\x8f\x59\xce\x77\xf1\x85\x2c\xe4\xca\x39\x89\xc7\x3c\xd7\xc9\x42\xfc\x79\xae\xdd\x75\x9e\xf8\x7d\x97\xf6\x40\x7c\xac\xf0\x8b\x13\xa1\x6f\x73\xd9\xb0\x53\xdb\x9b\x0e\x36\xbc\x27\xbd\xad\x11\xe1\x2b\xd1\x83\x3e\xb6\x95\x2c\x6c\xae\x45\x1a\x2c\xac\x77\xe0\xc4\x57\x76\x5a\x07\x75\xfd\x28\x1b\xd6\x01\x95\xfe\xe4\xc0\x7e\x39\xc5\xce\xa8\x08\xc7\xff\x80\xd4\x60\x0a\x9b\xea\x60\x1e\xfe\x9b\x0f\xc8\x08\xfd\x07\x8d\xb4\x3e\x82\xce\x07\xe9\xa7\xc4\x69\x8d\xfb\x69\x71\x5b\x8f\xe3\xc2\x18\x3b\x15\xcf\xf1\xfc\xa5\x8b\x33\x58\x28\x70\x70\x03\xee\x1b\x21\x32\x3b\x11\xf7\x93\x10\xf6\x3a\x85\xe7\x0d\xe1\xf1\x45\x15\x2c\x14\x72\x68\xc4\x75\x27\xf0\xb4\x13\xd7\x32\xe5\x17\xf5\xf1\x12\x1f\x7e\x2e\xea\x18\x23\x70\x0a\xcf\x1d\xdf\xf9\xb1\xa2\xb7\x79\x2a\x3f\xee\x01\x56\x57\xcb\x87\xbd\x0b\x6a\x42\xf9\x5e\xe1\xf8\x57\x09\xe0\x2b\xf8\xa0\xfe\x47\x9b\x17\xfb\x4a\x15\xa6\x0a\xe0\x3b\xfe\xfc\x16\xde\x0b\x2c\xcc\xf5\xe7\xfc\x42\xe7\x61\x64\x1f\x94\x11\x3e\x20\x48\x92\xd4\x8b\xe4\x08\x5f\x04\xd2\x1f\x21\x4a\x16\x9f\x6f\x64\xaa\x8e\xfb\x03\xf0\x78\x9a\xe2\xba\x17\xba\xea\x82\xaf\x07\xc2\x77\x26\x63\xff\x14\xd1\xa0\x45\xb8\x6f\x82\xf8\x8c\x0d\x58\x27\x27\x69\x97\xb8\x09\xe3\xb4\xf4\x3e\xfc\x7a\xcd\x15\xdc\x37\x41\x22\xe0\x0e\x9e\xc3\x24\x0c\xde\xe7\x20\xf4\xe3\xab\x28\xee\x45\xd0\xf5\x44\x12\x3f\x17\x3d\x4d\x91\xc4\xcf\x07\xcd\x85\x8c\xe3\x00\x3c\x87\x6a\xdd\x65\x35\x01\x78\x07\xfd\xb0\xae\x7d\x92\xe3\x01\xe0\xe7\xba\x32\x49\xb6\x02\x80\x6f\x77\x61\x29\xe3\x11\x00\xaf\x44\x81\x06\xe3\x2c\x00\x4f\x61\xee\x2a\xc6\x6d\x00\x9e\x87\x67\xce\x33\x4e\x01\xf0\x84\x65\x8a\x31\x7e\x02\xf0\x3c\x86\xbf\xe8\x80\x68\xfe\x7f\xa4\x0f\x04\xd9\x07\x3e\x88\xd4\xeb\x1c\xfc\xa3\xf1\x75\x42\x20\x48\x09\xcf\x55\xc2\x76\x06\x9f\x70\x1c\x3d\x8e\x5a\x2c\x94\xe2\xf5\xc3\x73\x36\x23\x7b\xfe\x1d\x8e\xb7\x00\x8c\x09\xeb\xdd\x39\x4f\x02\x30\x2c\x12\xe5\xb9\x4e\x02\xc8\x54\x67\xb0\x73\x5d\x02\x90\x99\x51\xea\xcf\xf9\x16\x40\x66\xfa\x83\x34\x0e\x79\x00\x99\x96\xcf\x79\xec\x8e\x9f\x4c\x65\xed\x00\xb8\x2f\x3e\x9f\x22\xf7\x13\x80\xbf\xf8\x6e\x89\xc2\x2e\x00\xa1\xe5\xb7\x36\x2b\xa4\x02\x08\x65\x55\x7e\x56\xb0\x02\x10\x12\x2b\xd3\xc1\xfe\x3f\xc6\xb4\xff\xcf\x85\x42\x85\xe9\x00\x82\x4d\x79\x33\x14\x83\x00\x84\xba\x72\x9e\xcb\x4f\x00\x10\x30\xcb\x2a\x90\xcf\x03\x10\x58\x73\x7a\x9f\x7c\x05\x80\xc0\xec\xb4\x64\xf9\x8b\x00\x02\x12\xf0\xa7\x0f\xca\x60\xfc\x74\xbc\x94\xfe\x63\x90\x07\x25\xc8\x71\x8e\xf3\x3b\x0b\x05\x1f\x0b\xaa\xe3\xf3\x3d\x56\x1a\x5f\xbb\x64\x2a\xb4\x7d\x59\x28\xf7\xcb\x26\x94\xc3\x09\x40\x7e\x8d\xd7\x77\xce\xd3\x00\x8a\xa3\x82\x16\xf2\xd8\x01\x28\x38\xaf\xbd\xce\xbb\x05\x40\x2e\x2b\xfe\x07\xef\x25\x00\x39\x8f\x8c\x2b\x7c\x19\xbf\x6a\xe5\x84\xca\x2c\xf8\x97\x7f\xd3\x93\x2b\xbd\x7f\x4f\xe0\xe3\x97\x52\xf9\xfb\xbd\x61\x82\xb6\x6f\x56\x2a\xa5\x01\x88\xf8\xb6\x9c\x56\x7e\x0b\x20\xce\x51\x37\x4e\x35\x1e\x60\x54\x60\xe5\x6e\x55\x3d\x00\x89\x03\x25\xba\x6a\x31\x00\xa3\x7e\x5e\x92\x51\xad\x00\x90\xc8\xcc\xbf\xaa\xf2\x13\x40\x3c\xe8\xdc\x2a\x55\x15\x00\x71\xdb\xec\x03\x2a\x73\x00\xc4\x38\xd3\xbf\xa8\x1e\x02\x10\x67\x3f\x29\xaf\xd2\x0f\x20\xc6\x75\x5c\x42\xb5\x08\x40\x6c\x55\x4a\x95\xb2\x2e\x80\x30\x76\x85\x64\xcc\xf8\x7b\xfc\xc3\xe3\xa6\x79\x60\x9a\x07\x15\x4a\xa2\xfa\x84\x48\x0a\x73\xe2\xfa\x97\xdd\x20\xb6\x87\x85\x4a\x67\x94\xce\x70\x70\x01\xa8\x0e\x98\x6c\xe3\x0a\x03\x50\x3b\x3d\xce\x8e\xa7\x19\x40\xcd\x29\x50\x96\x5f\x09\x40\xa5\x75\x55\x91\xc0\xe7\x6f\xc9\xaa\x01\xbb\xda\x44\x3e\x7c\xd2\x57\x5d\x97\xc6\x26\xe1\xfa\xfe\xa9\xea\xc6\xcb\x05\x92\x77\xdf\xf8\xa8\xe6\x36\x1d\x95\x8a\xec\x60\xaa\x4d\x78\xbb\x42\xaa\xe5\xe9\x36\x0d\x2b\x00\x69\xeb\x86\xc7\x5a\x77\x01\xe4\x4c\x2b\x3c\xb5\x77\x01\xc8\xad\x2e\x3a\xa3\xbd\x0c\x40\x36\xbc\x20\x4e\xdb\x1f\x80\x71\xe2\xdc\x18\xed\x54\x00\xc6\xa4\xec\x60\xed\xc5\x00\x32\xdb\x4f\x2f\xd2\x66\x00\x48\x1f\x4c\xf3\xd5\x72\x05\x90\x62\x3f\xce\xa1\x55\x08\x20\x25\x7c\xc4\x4e\xeb\x1c\xc0\xe8\xb5\x07\x37\x68\x84\x02\x48\x1c\x4e\x96\x52\xbf\x09\x20\xbe\x6e\xe8\xf8\x1f\x11\x3f\xe1\x7f\xe9\xf8\x79\xc8\x53\x8c\x78\x02\x85\x72\x54\x9f\x07\x50\x27\xbb\x06\xb4\x77\xf0\xe0\x79\x90\xd6\xc5\xe8\x37\xeb\x66\xf1\x9c\x00\xd0\x9f\x39\x26\x50\x80\xf3\x3b\x8f\x7e\xe7\xd4\x44\x51\xc1\x9e\x1c\x03\xee\xd0\xed\x92\xa1\xaf\x7f\xe8\x6f\xd8\x2a\xcf\xb0\x6c\x4f\xd6\x3b\x7d\xf8\x9c\x02\xe3\x09\x53\x4f\x38\x4f\x47\x79\x5c\x4b\xb3\xee\xc2\x9b\xee\xaa\xa3\xee\x69\xe9\x6e\x6e\xbf\xae\xfa\xa2\x39\x56\xaf\x0f\x3e\xa9\x3a\x57\x36\x1a\xec\x82\xd7\x6a\xb1\x97\xce\x1a\xd6\xc2\x6b\xb5\xfc\x5c\x0b\xc3\x6f\xf0\x45\x75\xc1\xa0\xee\x85\xf8\xbd\x1c\xff\x66\xf8\x16\x40\x49\x2f\x25\xc5\xf0\x31\x80\xe2\xac\x43\x3b\x0c\xe6\x03\xc8\xb5\x27\xbf\x35\xe0\x03\x90\xbd\x9c\x24\xa2\xef\x01\xc0\x18\x97\xf0\x4d\xdf\x0c\x40\xe6\xc6\xae\x8d\xba\x0f\x01\xa4\x1c\xe1\x4f\xfd\xc3\xc8\xf8\x89\xef\x3b\xcd\x03\xd3\xfb\xc1\x75\x09\xff\x45\xfb\xa3\x58\x90\xa7\x19\x5b\x86\x88\x34\x42\x10\x6e\x7b\x45\x35\x90\x5b\xeb\xd3\x52\x9b\x78\xcb\x33\xa2\xa9\x6f\x24\x6c\x5c\xbc\x75\xa5\x9a\xdb\x04\xad\x63\xe7\x2d\x56\x50\x6a\xf1\xb3\x92\x5a\x3f\x4f\x35\xeb\xb6\x96\x45\xe3\xde\xb1\x5a\x5b\x6f\x55\x99\xfb\x65\x85\xe9\x32\xab\x5e\x9b\xcd\x29\x0f\x33\x38\x57\xe9\x69\xda\xf8\x28\xcb\xb0\xe5\xda\x53\x33\x97\xfe\x4f\x86\x21\x17\xc1\xbc\x07\xd6\x1b\x94\x9e\x99\x65\xa9\x0f\x3b\xf5\xfb\x4f\xb9\x5a\x74\x42\xb6\xee\xe2\xa3\xb7\x2d\xae\x43\xa5\xb6\xdb\xc1\x36\xcb\x5c\xa8\xd6\x96\x4b\x2e\x35\xef\x80\xd7\xea\xa7\xf7\xca\x98\xbf\x86\x8f\x6a\x87\xe3\x63\x2c\x62\xe0\x93\xda\xa9\xb8\x65\x66\x25\x00\xca\x51\x3b\x66\x99\x29\x02\x28\x66\x6e\x13\x37\x55\x05\x90\x7f\x17\xed\x67\xea\x07\x20\x8f\x35\xcb\x9c\x11\x7f\xab\x7f\x6e\xe2\x07\x23\xf3\x9d\x42\xcd\x42\x12\x37\xd1\xc9\xd8\x90\xa7\x43\x27\xf2\x14\x3c\x16\xaf\x67\xfd\xa8\xf1\x58\xcf\x99\x86\x50\x8f\x9e\x4f\xa1\xdc\x64\xce\xaf\x2f\xba\x3c\xdf\x18\x49\x8a\x8d\x6e\x49\x19\xb7\xc7\xa5\x41\xfe\x46\xc3\x17\xb7\xfb\x01\xa7\xd5\xdf\x55\xf3\xb8\xdc\x0b\xab\xd4\x1b\x5f\x96\xe3\x54\x16\x6b\x69\x7c\xb2\x28\xd6\xf1\xfa\x09\x11\xf3\x7b\x17\xe6\x39\x48\x15\x79\x59\x9d\x3f\xbf\xd3\xee\x47\x73\xa2\x8d\x77\x4e\x84\xdd\xfb\x0f\x7b\x6d\x8e\x9e\x36\x70\x58\xc7\xfc\x61\xad\x9d\x92\xea\x18\x02\xaa\x16\xf7\xf7\xeb\x3b\x6a\x81\x9f\xe9\xe9\xc4\x3a\xfb\x26\xd8\x62\x58\x1c\x77\xd2\x21\x11\x12\x0c\xaa\x62\x7d\x1d\xe4\x20\x43\xaf\x66\xfb\x5d\xfb\x4e\xc8\xd3\x7d\x15\xfd\xc4\x5e\x04\x9a\xb4\x5a\xa3\x74\xed\x26\x42\xbb\x46\xf7\xa6\x1e\xbb\x45\xd0\xa1\xb1\x7f\x7d\xa3\xf5\x17\x00\x95\xc3\x6b\xcb\x6d\x54\x01\x94\xeb\xfe\x8c\x9f\xa7\x9a\x42\x69\xb2\xeb\x87\xe6\xc1\x2d\xe8\x5d\x11\x64\xff\x3b\xcd\x07\x4e\xc2\xeb\x91\xfd\x7b\xa7\xe1\x79\xa3\xab\x8f\xf2\x47\x79\xbe\x36\xe8\xe4\x68\x5b\x84\xee\x85\x06\x7a\x6b\x59\x88\x2c\xbd\x99\x1d\x10\x62\xdb\x2b\xaf\x58\x1a\x30\x29\x6d\x42\x91\x6e\xe0\x45\x71\xdf\x86\x85\x27\x4c\xcf\xe4\xa8\xfa\xe8\x47\xe6\x59\x5f\x4c\x7f\xea\xf9\xf2\xc0\x1b\x87\xc8\x54\x5b\xf7\xf2\xf3\x2b\x9c\xea\x8f\x54\x8c\xd7\xa9\x45\x2e\x77\x0f\x4e\x1a\xb7\xf6\x65\xa3\xeb\xc2\x64\xee\xf1\x12\xcc\x55\xce\x4f\xe2\xe4\xdc\x95\x98\xe7\x1d\x8f\x6e\x37\x1f\x3f\x9a\xd9\x6f\x2b\xb8\x59\x7d\xdc\x27\xd0\xb6\xdc\x1a\x39\x6d\xbc\x20\x98\x59\x14\xac\xb7\x1f\x27\x0e\x73\x4d\xe5\xd7\xd5\xbb\xed\x81\x48\xa3\xeb\xab\x5f\xba\xa6\xc3\x09\xfd\xdc\xf0\xcd\xae\x2b\x21\x57\x6f\x72\xf8\x14\xa7\x52\xb8\xad\xd5\x15\xa6\x38\xe6\x3b\xbc\xd4\x28\x58\xea\xef\xb4\x1a\xde\x68\x28\xfc\x39\xff\xd1\xf5\x4f\xfb\x41\x58\x33\x29\x1c\x47\xfc\x4f\x28\xfd\xcf\xcf\xe9\x81\x78\xb7\x4b\xcf\xc5\x79\x78\xfd\xe2\x55\x6f\x30\xe6\xbb\x9e\x74\x2f\xc5\xe3\xe3\x8e\x44\xd8\x71\x41\x3b\x84\xaa\xc3\x96\xed\x52\xda\x2f\xc8\x79\xc5\x25\x24\xd9\x6c\x2e\x23\x3b\x57\x75\x41\xf2\xf8\xd9\xda\xc7\xd3\x5a\x66\xaf\x9d\xe9\x6e\x35\xf5\xd0\x89\x99\x66\xab\xdc\x1d\xdf\x26\x66\x04\xcc\xdb\xe3\xe9\xa6\xb8\xcb\x78\x9a\x40\xc6\x0a\x77\x91\x98\xac\x29\x13\xcb\xc7\x78\xc6\x6d\x7e\x3a\x59\xf2\x49\x90\xd7\xc2\xc8\xc0\xc9\xee\x03\xae\x9e\x57\x23\x2e\x4f\xe6\x65\x3a\x8f\x3d\x1f\x3e\x76\x52\x39\x73\x8f\xb3\xeb\xf2\xab\x13\xf7\x31\x6f\xdb\x7f\x59\x2e\xec\x9b\x07\xc8\x26\x3b\x94\xe1\x3b\x17\x14\xad\x66\x86\x24\x4c\x30\x07\x27\xf3\xea\xc5\x67\xbd\x3f\xc2\x3c\x93\x1f\x8b\x2e\x78\x19\xc3\x56\x23\xd3\x05\xe5\x9e\xae\x70\xc4\x80\x6b\xbe\xab\x87\x04\xe4\xe9\x3e\x9e\xe7\x31\xde\x16\x6a\xb5\xc7\xfe\xa9\x03\xd1\x26\xab\x1d\xb6\x8e\xc3\xcf\xbb\x3f\x9e\x27\x06\x9e\xcd\xc7\xfa\xb8\xee\xf6\xa5\x98\x9f\xe8\x48\x0e\xc7\xfa\x90\x87\x4f\xd6\xe2\xfa\x69\x8c\xdd\x88\x75\x85\xd7\xa5\xa2\x38\x51\x05\x42\xc5\xfa\x9b\xc5\x65\xae\x72\x9b\xe7\xac\xde\xd0\xa3\x57\x31\xfa\x62\x6a\xdb\xda\x80\x31\x4f\xd4\x5b\x92\x72\x56\x3c\x9f\x62\x6b\x2e\x10\x73\x61\xc9\x85\x10\x1d\x97\x55\x1b\x16\x2e\xbe\xba\x35\xd1\x3d\x33\xfc\xe6\x42\xfd\x63\xb3\xbd\x6f\x2f\x3d\x35\xdf\xf8\x72\xa1\xef\xbe\x60\xf9\xb9\x3d\x77\x9e\xf9\xf5\x2c\x8c\x9d\x1b\xd2\xdb\xe9\xb7\x82\xd6\x7d\x04\x29\xcf\x9e\xc5\xb4\x19\x5b\x3a\xab\x2e\x30\x8f\xb9\xdd\xd9\x60\x96\xfa\x4c\x15\x66\xbe\x63\xd8\xcc\xed\x33\x78\x99\x8f\xed\xb2\x68\xbd\xc7\x8c\xa4\x69\x5b\x40\xdd\xd2\x29\x60\xcc\x54\x71\xf0\x31\x7d\xe3\xcf\x31\xb9\x07\x16\x19\x57\x4e\x8d\x9b\xf4\x1d\x36\x19\x96\x4e\x95\xf4\x93\x85\x93\x7a\x6e\x00\x62\x1c\xc3\xc7\x3f\x1d\xbf\xf7\x35\x0a\x29\x1e\x78\xc0\x8e\x5a\x0d\xea\x51\x0b\xc7\xfb\x16\xdb\x75\x36\x60\xd7\xd7\x96\xd9\x9b\xb1\x8e\xa8\x7e\xea\x36\xbc\x3a\x58\xa1\xbb\x13\xf7\x57\x29\x8c\xda\x83\xbf\x27\x47\x37\xe1\x9b\xf8\x34\x84\x52\x35\x76\x6f\x52\x6b\x12\xd3\xda\x7b\x39\xf6\x80\xf5\x1e\xa5\xdc\xad\xf9\x31\xec\x3e\x91\x46\x68\xd5\xb7\xc8\xfc\x79\xa9\x0e\x1e\xc1\x95\x1b\x2c\x37\x9e\x1f\x7b\x66\x6e\xe9\xba\x1b\x07\xb3\xdd\x4f\x06\x4e\x88\x88\x2d\x28\xf6\xf4\x0f\x88\x5c\x3b\xb7\xf1\xa3\xe7\x9d\x69\xde\x6b\xc5\xde\x1f\xf4\xa8\x9e\x6a\xb2\xea\x07\xd3\x67\xac\xc7\x94\x99\x61\xbb\x99\x87\x9c\x6a\x27\xdb\x2f\x53\x63\xd6\x3b\x84\x4c\x2a\x0c\x39\xc6\xfc\x6e\x3b\x61\x62\xdf\xe2\x32\x90\xb2\x16\x9e\x24\xbd\x60\x13\x18\x5a\x9a\xfb\xa5\xcd\x9b\x0a\x53\x4d\x7f\xfa\xa6\x05\xd5\xc1\x72\xe3\x7b\x7e\xf3\x67\x8d\x81\x75\x46\x57\x7d\xb6\xcd\x3c\x03\x19\x7a\x3b\x7d\xe6\x4c\x5f\x0b\x05\xba\xb6\x00\xea\x27\x48\xfd\x93\x55\x70\x1f\xb2\xaa\x39\x0b\xf3\x5a\x03\xe2\xcb\xf0\x7c\xf0\xa1\x72\x2d\xce\x57\xbb\x5d\x14\xe6\x85\x1f\x74\x50\xab\x62\x75\x3e\x7b\x30\x6f\x71\x0d\xf6\xe2\xeb\xc6\xc5\x6b\x07\x70\x1f\xa9\xec\xe6\xc3\x78\xdf\xdf\xb1\x49\x47\x37\x71\xde\x47\x28\xe9\x58\x4a\x89\xbc\x1c\x7f\x64\x4c\xe6\xa1\x83\xc6\x3f\x18\x81\xab\xdb\x92\x7f\x8d\x8b\xd6\x9e\xbc\x70\x76\x62\x45\x60\xb0\x65\xca\xcc\x65\xf1\x57\x22\xa6\xd8\xd7\x4c\x89\xd9\xb3\x3c\x59\x73\xcc\x39\x5f\xfb\xdd\x16\xe7\x5b\x9c\x7d\xbd\x22\xe2\x26\xd7\xbd\x72\x3e\xe9\x11\xb5\xab\xf6\xed\x44\xa7\x7c\x0f\xaf\xd8\xad\xcc\x1a\x87\x34\xf7\xfd\x5b\x9e\x03\xaf\xcd\xac\xf1\xfd\x91\x63\xc1\xd2\xe2\x9b\xfb\xd8\xf5\x5b\xc1\xc3\x7c\xbd\xbb\x7b\xc4\x52\xf0\x37\x0b\x1e\x57\xb3\x6a\x36\xc4\x1a\xf9\x8d\x9b\xb9\x92\x03\x8e\x18\xa4\x8f\x53\x5f\xe6\x05\xb9\x7a\x27\xc6\x8f\x0d\x3d\x0f\x99\xfa\x0e\x63\x37\x87\x24\x42\xb5\x8e\xfa\xd8\xa7\x0b\xc3\xe0\x0e\xeb\xde\x82\xd6\x81\xb8\x93\xd5\x42\x4a\x07\xf1\x4b\x9e\x5a\x15\xed\x49\xda\x88\x7d\x30\xda\xd9\x28\x1d\xd0\xfd\x96\xdd\x98\x9f\xac\x8b\x4e\xe2\x67\x61\xb9\xc9\x21\xac\x0f\xb9\x64\x74\x0c\xd7\xcb\x99\xcd\x27\xf0\xaa\xe8\xf1\xfe\x74\xdc\x37\x23\x31\x25\x13\xfb\x70\xed\xe8\x3d\x53\x2c\x15\x8c\xd0\xda\x7d\x99\xf1\x3a\xe2\x12\xd3\x17\x5f\x4e\x7f\x3c\xe6\x80\x0a\x97\xff\xcf\xb4\x03\xd3\xa6\x1b\xfe\xf4\x4d\x3f\x11\x1e\x9e\x62\xa6\xe1\xde\x9d\xba\x2c\x51\xdf\xa2\xc7\xb5\xed\xf8\xfa\x1c\x3f\xab\x58\x27\x8f\x63\x25\x37\x8f\x5a\xdd\x73\x0c\x39\xc6\xde\xb9\xd4\xb2\xce\x51\x24\x45\x06\xbc\xcd\x22\x1d\xd5\x92\x97\xc2\x32\x13\x4e\x87\xa6\xf8\xf5\xb0\xd7\xd0\xc4\xe1\xd5\xae\x4a\x38\xa1\xff\xc2\x61\xf7\xf6\x4b\x70\x59\xf7\xb1\x43\xed\x56\x6f\xa8\xd0\x79\xee\xb0\x65\xf3\x2c\x68\xd2\x5e\x64\x7f\x6e\xc3\x67\x78\xa3\x71\xcd\x41\x69\x9d\x3d\xbc\xd7\xf0\xb2\xcf\x5a\x2b\x00\x5f\xd5\xfa\xec\xbe\x85\x47\x00\xa8\xf4\x8e\xd4\x81\xd0\xf1\x77\x9b\x45\x51\xfd\x5f\x80\xf2\x03\x7a\x90\x98\x88\x79\xbd\x3a\xeb\x83\x98\xcf\xbd\x16\x7d\xd4\x91\x8a\xff\x24\x5e\xe7\x3e\xf3\x01\xb7\x43\x40\x27\x4a\xce\xe2\xf5\xd7\xe4\xfc\xf3\x98\x6d\xd8\x66\x4a\xf5\x91\x59\x7b\xfa\xd2\x43\x3e\x17\x84\x42\xda\x0b\x2f\x2a\x9f\x15\x14\x9e\xd1\x7b\xe1\x82\xd5\x3b\x86\x84\xf7\x9c\x7c\x6f\xbf\xb9\x1a\xf3\xdd\xf6\xe6\x5d\x59\x16\xab\xcd\x74\x54\xcb\x93\x8a\x7b\xa7\xb7\xd5\x66\xe1\xf9\x79\x59\xbb\xf4\x7b\x2d\x3e\xe5\xa6\x57\x65\xe9\x33\xcd\x1d\x73\xbd\x3b\x18\x7a\x1f\xcd\xe3\x72\x7c\xe1\xaa\x4e\x90\x85\x50\x7a\x22\xdc\xd2\xb6\x31\x6f\x3c\x2e\x01\x6d\x9a\xda\xe6\xab\x0f\xef\x80\x1e\xf5\x75\x16\x0b\xf6\x27\x41\xb7\x7a\x8e\x19\x33\xc9\x89\x15\x9f\x79\xe3\x1e\x13\xd6\xf5\xd1\xbc\x6b\x67\x11\x80\x72\x8d\x45\xd8\xf6\xd1\x00\xca\xf3\xcd\x1b\xa2\xbf\x00\x28\x6e\x35\x8f\x8f\x7a\x0b\xa0\x90\x0b\x10\x80\x57\x83\x99\xf1\xe1\x7b\x59\xf8\x51\x3e\x1a\xcf\x7f\x2f\x76\xc5\x51\xac\x97\x43\x32\x5e\xdd\xae\xcf\x3b\x82\xf5\x2f\x95\x46\x94\x0e\xe8\xb2\x44\x26\xd6\xcd\x9d\xf3\xcd\xc1\xd7\xcd\x53\xa3\x0a\x30\x0f\x7a\x68\x62\x21\x1e\x57\x71\x3e\xd4\x2a\xf1\xc6\xa5\xa5\x6b\x58\x18\x5c\x5e\x81\xbf\x7f\xf6\xe2\xeb\xea\x32\xbb\x38\x6e\x4d\x68\xaf\xb8\x62\xb4\x5f\x7c\x81\x73\x40\x79\xb8\x47\xae\xdc\x13\x9b\xce\x72\xaf\xc5\x47\x15\x6b\xcd\x98\xe5\x02\xdb\x1f\x29\x0f\x18\x25\x5f\xdb\x91\x3e\x45\x75\xb4\xfe\xe2\x6b\xe6\x95\x5a\x2a\x7d\xba\x7d\x65\xbf\x9e\xa7\x2b\xb7\xe9\x29\x94\x16\x03\x28\x3c\xd2\xd3\xbb\x78\x17\x40\xbe\x53\xdf\xe5\xdc\x59\x00\x85\x10\xbd\x53\x59\xfb\x01\xe4\x1a\xf5\x8a\x4e\xbd\x02\x90\xd3\xd1\x3f\x9e\x5a\x09\x20\x77\x48\xaf\x33\xc5\x10\x80\xd1\xa5\x7f\xf7\xa0\x07\x80\xac\x8f\xfe\xe2\x7d\x5b\x01\x18\x0a\xfa\x2d\x09\xac\x7b\xa3\x72\x83\x88\xdd\x17\x01\x64\x7e\xd0\x7e\x50\xbd\xf5\x9b\x71\x9d\x77\x78\xec\xc1\xab\xe8\x2d\x79\x07\x31\x3f\xdb\xb8\x91\x62\x07\xae\xc7\x9f\xc6\x7a\x88\x62\xd7\xb3\xf8\xba\x70\x9e\x23\x1f\xf3\x1c\xa7\xc5\x2e\x61\xde\x2b\x65\x72\x09\x3e\xff\x09\x09\x94\x1e\x66\x8b\x11\xe5\x9b\x11\xbe\xa7\x66\x27\x0b\x83\xca\x29\xff\x08\xdf\xe6\x26\x7d\xc1\xad\x08\xb9\x94\x36\x3e\xd2\x34\x15\x90\xb5\x54\x6b\xb4\x76\xfe\x29\x51\x6d\x14\xdd\x78\x63\x2e\xe7\x68\x79\xdd\x71\x8d\x7d\xd1\xfc\x52\x25\x9a\x13\x1b\x9f\xa7\x46\x4a\x07\xaa\x1d\x6d\xac\x2a\xed\x94\x02\xd5\xc5\x8d\xe1\x4f\x57\x8f\xae\x55\x5d\xd6\xb8\x12\x40\x62\x8e\xaa\xd8\x8d\x57\x00\xe2\xd5\xaa\x87\x4b\xad\x00\x24\x8c\xd4\xa6\x5c\x56\x04\x90\xb8\xa9\x96\x9c\xff\x0d\x40\xa2\x44\xa5\xef\x9c\x30\x80\xd8\x32\x75\xbf\xcc\xa7\x00\x12\xa5\xaa\xb1\xe9\x9c\x00\x62\x01\x6a\xa2\xa9\x96\x00\x62\x1b\xd4\x7a\x52\x8e\x01\x88\x0b\xa8\x0d\x1c\xb6\x07\x10\xbb\xf7\xe9\x7d\x34\xf6\x81\xea\x48\xa3\x74\x60\x8f\x43\x29\x1d\xd4\xed\xfe\x93\x78\xd7\x70\x15\x7f\x36\xc5\xfb\xc6\xe5\xe2\xf1\x91\x97\x5a\x88\x75\x10\x59\xae\x25\xf8\xf8\x98\x02\xe5\x97\xb0\xcf\xf3\x3a\xde\x0f\x1c\x5b\x45\xf9\xc3\xac\xb7\xa3\xe2\x5e\x92\x79\x1b\xef\x1a\x0d\x48\xbc\x87\xf9\x4f\x67\xee\x47\x78\x37\xb6\xc5\xaf\x56\x7e\x39\x7b\x8e\x5e\xdd\x23\xad\x2a\xd6\x4d\x02\x27\xd4\x6f\x3d\x15\x9e\xbe\x48\xf0\x9b\xf2\x8a\xa7\xd3\xd7\x6f\x17\xca\x54\xd8\xf8\xf4\xec\x11\x7f\xa1\x2a\xb9\x49\xcf\xd8\x8a\x8d\x04\xf3\x65\xe7\x3e\xfd\xfa\x68\xad\x80\xa4\xec\xb6\x67\xe3\x98\xb6\xbc\x0e\xb2\x4b\xef\x25\x01\xf0\x5a\xc8\xca\xd7\xcf\x03\xe0\xf9\x20\x67\x50\xa5\x0e\xc0\x77\x5e\xf6\x7a\xb9\x2e\x00\x9f\xb8\xdc\xd6\x2b\x69\x00\xfc\xd2\xb2\x7b\x0a\xeb\x00\x78\x4f\xc9\xed\xcf\x5b\x0b\xc0\xf7\x59\x6e\x55\xce\x64\x00\xbe\x53\xf2\x1d\x99\x0b\x00\x04\x2c\xe4\x2f\xa6\x6b\x03\xf0\xdf\x7d\xeb\x4b\xe9\xff\x9e\x9c\xa4\xe6\x3b\x3a\xfe\xea\x0f\xd4\x38\x2f\x55\xa0\xfc\x21\x2e\xf8\x14\xe3\xf1\x72\xc6\x91\x8a\x3b\x2d\xff\x06\x66\x4b\x0e\xb4\xdf\xc4\x6c\xdb\x9e\xe0\x06\x5c\x47\xd1\xb5\x77\x74\x11\xde\xef\x7c\x1f\x5f\x47\xe6\x3f\x78\x84\xaf\x37\x13\x3f\x50\xbc\xa9\x2d\xe3\x25\xbe\x0f\xd1\x8c\x7c\xeb\x2c\x98\x8e\x90\xe2\xb8\xae\x70\x7d\xe0\x0c\x97\x75\x7f\x57\xe7\x67\xc7\xe9\x25\xe3\xf7\x21\x24\x7c\x29\x7b\xa1\xf4\xab\xee\xc9\xc9\xdd\x08\x8d\xd6\xe9\x2e\xba\xf0\x05\x21\x89\xe2\xee\x92\x7b\xe3\x11\x12\x8b\xea\x3e\xfa\x4d\x12\x21\xc1\xf0\x0e\xec\x57\x2e\x10\xf0\x64\x39\x0b\x79\x5f\xdf\x9b\x8b\xb1\xb1\x09\xf3\x95\xdc\x3f\x6b\x2f\xe2\x63\xa5\x1b\x78\x5f\x1b\xbb\x77\x39\xe6\x33\xb9\xac\xaf\x60\x8f\x45\x84\x0a\xd7\xe2\xd7\x9f\xe6\x27\xe2\x75\xbe\xda\x14\xcc\xea\xdc\xe3\xcc\xc0\xf3\x5f\xcd\xa1\x1c\xac\xd3\x28\xf3\x2b\xc4\x7a\xb7\x42\x9b\x12\x7c\x3d\x39\x37\x97\xaa\xf3\x74\xde\x9b\xb8\xee\x8f\xd8\x35\xe0\xeb\xc8\x5e\x85\x66\xac\xfb\x88\x75\xa4\xf4\x4f\xeb\xde\x3d\xc2\xfe\x5b\xcb\xce\x3f\xc3\xe3\x6d\xf6\x84\x97\x58\x07\xe1\x6d\xf0\x1a\xfb\xc8\x98\x47\x75\xe3\xcf\xcb\x5e\xed\xc7\x9f\x17\x8d\x1f\x10\x90\x17\x43\x48\xb0\xee\x47\xb1\x73\x24\x42\x7c\x2e\xbf\x36\xce\xef\x41\x88\x9b\xc1\x7c\xbd\xc3\x0e\x21\x0e\x41\xc8\xce\x64\x5d\x81\x22\x00\x6e\x9e\xa3\x66\xf4\xf7\xf8\x8a\xf4\x35\x1e\x86\xea\x1c\xd0\x4b\x13\x0a\x5b\x71\x7c\x68\xfb\x03\x5e\xea\xf8\x36\x61\x1a\x6f\x11\x66\xb2\xaa\x92\xc2\x72\xac\x13\x41\xdb\x4a\xba\x59\x78\x2f\x8f\x1a\xf7\x75\x50\x80\xf5\x0e\x15\x9b\x8b\xf0\xfd\x60\x51\x5b\x39\x9e\x0f\xcf\x1f\xa8\xc6\xd7\x93\x8c\x0f\x75\x78\x9e\x38\xd6\xd4\x84\x59\xf6\x7d\x84\x55\x8e\x83\xc7\xf8\x7e\x3a\x5a\x99\x3a\xdf\x6b\x76\x52\x7e\x21\xc1\x0a\x6f\xf0\x7d\xd5\x74\xbb\x0f\xd8\x4f\xc8\x5d\xe1\x13\x1e\x47\x26\xc7\xbf\x63\xde\x54\xba\x98\xfa\x35\x6c\x12\x00\x82\x16\x54\x7c\xa6\xac\x4a\x8c\x06\x98\x46\x3a\x78\xd1\xfc\xdd\xa1\x18\x0a\x0b\x09\xff\x47\xf3\x72\x7d\x58\xc9\x37\x92\xcf\x7f\xbb\x81\xc2\x17\x17\x28\x7c\x4a\x76\xa4\xdf\x8f\x19\x9e\x97\x3a\xc2\xf3\x56\x63\x67\x8e\x86\xfe\x02\x9c\xe5\x2a\xb1\xab\x58\xe7\x50\x2c\x46\xf9\x83\xe4\x2b\xd4\xe0\x4f\x65\xbf\x6f\xc2\xe7\xf3\xc4\xe9\xbb\x58\x67\x7b\x30\xe7\x11\xf6\x8b\x49\x14\x78\x86\xaf\x9b\x3b\x8e\x77\xe0\x5f\xb3\xb1\xe6\x35\xfe\x9e\xb0\x86\xf7\x38\xce\xf9\xc5\x9f\xf0\xfa\xc4\xd4\xf6\x7e\x3c\x9e\xdc\x6c\x7e\x61\xf6\x9a\xe6\x39\x47\x35\xc2\x20\xbf\xc9\x4b\xf8\x4b\x9a\xd7\xf4\x25\xfb\xf3\x97\xd2\x7d\x1d\x08\xdf\x9b\xb1\x9f\xc2\x6b\xa4\xf3\xe9\x43\xc2\x63\x7e\x21\xc7\xd4\x37\x0e\x10\xc6\xbd\x97\x38\x55\xbc\x21\x0a\x9c\x17\xb1\xc3\xf3\xf2\x40\x9f\xc2\x66\x75\xbc\xbe\x4b\x74\x60\x25\x25\xd7\xb1\xbe\xa5\xe0\xd8\x2d\x4a\x0f\x39\x42\x07\x75\x4c\xe1\x19\x56\x19\xec\xd3\x68\xc7\xba\xb9\xdd\x33\xdf\xae\x67\xe1\x96\x57\x1f\xf0\x3c\x18\x51\xf8\x19\x5f\x47\x97\x3e\xfc\x86\xe7\xdd\x39\x8d\x94\x4e\x60\xa2\x16\xc5\x97\x3b\x9e\xa5\xfe\x2a\xed\x83\x21\xa6\xf0\x67\x1e\x74\xc9\x31\xed\x77\x40\xef\xef\x8f\xa4\x9d\x9d\xc4\x28\x3c\xcf\x4f\x61\x15\x39\x7e\x42\x3a\x80\xbd\x9f\x8a\xfe\xc2\xeb\x7f\xb5\xa4\xb0\x87\xf4\xc5\x79\x33\x6a\x78\x5e\x5a\x71\x87\xa3\xb2\xae\x2a\xdc\x1f\xb1\xb0\xad\x01\xc7\x9d\x5b\x70\x0f\xef\xa7\xc8\x74\x7f\x82\x6f\x30\x53\xb7\xb4\xe3\x3e\xac\x07\x76\xbd\xc2\xe3\x26\xc1\xe2\x1d\x56\x11\xec\xe8\xfe\x84\xd5\x29\x91\xa7\xbf\xe1\xe7\xd0\xd5\x5b\x7f\x61\xfd\x21\xcd\xff\xd3\xfe\x40\xb4\xff\x81\x0d\xe9\x8b\x42\xfb\x60\x0c\xe5\xfd\x69\x1d\x88\x26\x71\x3e\xa5\xfd\x0e\x68\xdf\x87\x55\x44\xef\x12\x47\x76\xbc\x9c\x24\x75\x43\xfb\x3b\x54\xbd\xa2\xf0\x1e\xf9\xdc\x2b\xf2\xc4\xd4\xdf\x3e\x34\x1f\x4c\xa2\x40\xe9\xab\x19\x91\x17\x5c\x2f\x97\xdb\x9a\x70\xb6\xf3\xde\xb5\xe0\x6f\xcd\x5e\xf3\x74\x1b\xc2\x7e\x48\x2f\xf1\xbc\x76\xc4\xee\x2d\xd6\xcd\x27\x0b\x7c\xc4\x7e\x63\x7b\x02\xbf\xe2\xfb\x85\xad\xdd\xbf\xf0\xa8\xa6\x75\x20\x4b\x49\x3f\x9c\xb9\x44\xff\x33\x99\xf4\xcd\x71\x9b\x47\x21\xed\x8f\x43\xf7\x01\x11\x8a\xf8\x9d\x07\x0e\xa2\x43\xa0\x75\x20\xf6\xe4\x89\x97\xf6\x7d\x08\x25\x8e\xa0\x74\xbf\x8f\xfd\x04\x33\x48\x27\xd8\x22\xd2\x39\x98\xd6\x7f\x34\x92\xf1\xf3\x94\x7c\x4f\x77\xf2\xdf\xea\x04\x0c\x86\xe6\xe5\x82\xcf\x43\x7c\xbe\xcf\xfa\x50\xf3\x5c\xba\x5d\x27\x9e\xdf\x8e\x6b\x76\xe3\x3a\x3f\x90\xf8\x09\x3f\x87\x25\x1e\xfd\x89\xfd\xe4\x06\xfb\xe2\x10\x5d\x03\xad\x87\x5a\x64\x34\xbc\x0e\x06\x75\x20\x94\x4b\xd1\x6f\x1d\x08\xb5\xf2\x85\xf8\x99\xf0\xa7\x0e\xc4\x8e\x42\x4b\xf2\xa4\xeb\x4d\xe2\xa5\x75\x52\x11\x64\xa7\x60\x2c\xd1\x2d\x1c\x26\x2b\x84\xb4\xfe\xe3\x02\xe9\x83\x52\xfa\x86\xc2\x5b\xa4\x83\xe4\x48\xfd\x47\xbf\xd1\x9f\x79\xc9\x95\x6d\xc7\xa3\x2c\xab\xea\x1d\x7e\x40\x48\x6b\xfb\x84\x75\xe4\x47\xc6\x7c\xc3\x67\x21\x49\xf7\x27\xfe\x35\x3b\x49\x1c\x51\x33\x29\xa4\xfd\x50\xfe\xab\x0e\x84\xf8\x45\xd1\x7d\x92\xe4\x8d\xff\x9d\x07\x5a\x07\x62\x48\xe2\x72\x25\xba\x0d\x7f\x82\xa1\xc4\xcf\x24\x92\xec\x9c\xa2\xf5\x41\xb4\xfe\x83\x9e\x47\xe9\xf9\x63\xd0\xff\x63\x84\xfe\xe3\x19\x59\x49\x7c\x47\x8e\x7f\xe2\xfd\xf4\xff\xff\x3e\x20\xf4\xe7\xec\x4a\xd0\x30\x9e\x9b\xd6\x81\x04\x4c\xa6\x70\xc1\x4e\x0a\x57\xca\x50\x38\xa8\x7f\xd8\x4b\x61\x1a\x3b\x85\x79\x44\x0f\x51\x41\x7e\xcf\xbd\xa9\x14\xbe\x26\xbc\x22\xd3\xfd\xb7\xfe\xa1\x9b\xf0\xb3\x1d\x01\x14\xd2\xfa\x0f\x5a\x2b\x70\x87\xf0\xda\x23\x79\xef\x6a\xf2\x5b\x07\x79\x5f\xa2\x8b\x80\xff\xc1\x07\xe4\x0f\xfd\xc3\x08\x1d\x08\xcd\xf7\x3b\x6d\xa5\xd0\x83\x49\x21\xad\x03\xf9\xa7\x1e\xe6\xc5\x88\x3c\x8c\xd4\xc3\x10\xed\xc2\x50\x3d\x4c\x7f\x2c\x85\x5d\x44\x2b\xd1\x4e\x7e\x03\xad\xff\xa0\xf5\x0f\xcd\xe4\xdf\xd4\x7b\x53\x78\x93\xe8\x23\x68\xfd\x47\x19\x39\x87\x57\xb3\x7e\x7f\xf7\xff\xd5\x07\xe4\x8f\x7c\xd0\xfa\x20\x52\x4f\xc4\x17\x05\x4d\x21\xdf\xf3\x4f\x1d\x08\x3f\xc9\x03\xad\x87\xd9\x46\xe1\x0d\xb6\xe1\xe7\xb6\x7b\xe9\xef\xdf\xfa\xf9\x08\xa9\x11\xa2\x7f\xa0\x7d\x50\xfe\x67\x1d\xd0\x08\xfd\xc7\x50\xfd\xc3\xbf\xfa\xe1\xe8\x12\x0f\x9a\x41\xfd\x47\xf6\xf0\xe3\x91\xba\x07\x7a\x5c\xfd\xa1\x03\xb9\x4b\xe1\x32\x3d\x0a\x37\x91\x71\x92\xf0\x72\x78\x1e\x46\xea\x61\x1e\x51\xfc\x31\xd6\x81\x30\x77\x50\xff\xdf\xf3\x8a\x8c\x07\xa2\x93\x7a\xc2\xff\x9f\xc7\x41\xd5\x00\x89\xff\x31\xa9\x03\x5a\xff\xe1\x48\xe1\x30\xfd\xc3\x3f\xe2\xff\x7b\x1f\x94\x21\xfe\x17\xd9\x23\xf2\x11\x31\x7c\x7c\x10\x1d\x08\x9a\x49\xf4\x32\x21\x84\x2f\xdb\x44\xb4\x4b\xf1\x7a\xc3\xf3\x70\x21\x81\xc2\x1a\x12\x5b\x2b\xf1\x1d\xea\xd3\xf9\x3d\x2f\xd0\x7a\xa0\xb6\x4f\x94\x3e\x8a\xae\x83\x26\x72\x7e\x69\x1d\x54\x35\xc9\x13\x3d\x0f\xd0\xf1\x5f\xa9\x1a\x1e\x7f\x5e\xc3\xbf\xf3\xf0\x2f\xfd\x87\x82\xce\xf0\xe3\x91\x3a\x10\x7a\x3e\xa1\xe7\x4d\xcf\x67\x14\x06\x90\xd7\x17\x93\xbf\xb9\xbe\x9f\xc2\x3d\x6d\xc3\xf3\x70\x31\x9d\x9c\x4b\xa2\x83\x69\x23\xbf\x6f\x60\x1f\x42\x7d\x8b\xa9\xff\xef\xd4\x1f\x5e\x07\xf4\x38\xa0\xe7\x81\x9a\x40\x12\x3f\xad\x03\x1b\xf3\x9f\xe3\xcf\x61\xfe\xce\xc3\xbf\x7c\x50\x68\xfd\x07\x43\x82\x42\xda\x0f\x81\x46\xfa\xfd\xe1\x3a\x10\x84\x2c\x3b\xc8\xf8\x20\xfe\x11\xf4\x7c\xb9\x88\xaa\xc5\x19\xeb\x6e\x90\x3c\x90\xf3\x9d\x26\x44\x61\x61\x29\x39\xa7\x24\x8f\x1d\xa2\xbf\x7f\x63\x0f\x79\x8d\xd6\x07\xd2\x75\xd0\x78\x90\xe8\x7f\xe6\x22\xbc\x9f\xe0\xba\x05\x9a\x39\x34\xfe\xe2\x30\xea\xf5\xc2\x08\xea\xf5\xbc\x9a\xe1\xf1\x67\x4f\x45\x5b\xe9\xbf\x31\x52\xff\xf0\x2f\xfd\x07\xcd\x83\x0a\xdb\x0f\x7f\x5d\x66\x84\x7e\x8a\xae\x0b\xa7\x2b\xc3\xe7\x09\xfa\xba\xb1\x86\xc4\xb0\x9b\x5c\x17\x4f\x74\x91\x73\x75\x94\xc4\x46\x3c\xb2\xde\xd8\x20\xf4\xe3\x3b\xf5\xff\x6f\x67\x20\xec\xa3\xf9\xa4\x9b\xe3\x38\x0b\x6f\xbf\xe6\xc2\xe3\xa2\xe6\x2b\x17\x56\x70\x57\x9e\xe7\xc6\xeb\x0b\xa5\xe1\x3c\xd8\x57\xa9\x28\x95\x33\x13\xd7\x98\x2e\x07\x7e\xff\xbc\x1c\x97\x13\x0b\xcf\xa6\xb2\xe3\x3b\xc1\xcc\x56\x6e\xfc\x7e\xfa\x26\x0e\x7e\x3a\x0f\x23\xcf\xff\xbf\xf4\x1f\xb4\x1f\x00\x8d\xf4\xfb\x12\x54\xfd\x47\xc9\xae\x1a\x9e\x57\xea\x7a\xca\x5e\xec\x6d\x8d\x28\x1f\x29\xdc\x7f\x8d\xcb\x78\x35\x8e\x97\xfb\xd4\x6e\x3c\x3f\x70\xad\x3d\x89\xaf\x79\x9c\x4e\xc5\xab\x11\x62\x72\x72\x36\x35\x0b\x21\x34\x50\xca\x7d\xab\x4b\x00\xa1\xcf\xd2\x7c\xd8\x5f\xb4\x7d\x83\x10\x7e\x1e\xba\xb7\x41\x64\x37\x1e\x3b\x73\xc4\x6f\xe1\xf3\x7e\x50\xa6\x1d\x80\x7b\x4e\x71\x24\xe3\x08\x00\x4f\x49\xe1\x16\x86\x35\x00\x37\xb3\xe0\xb0\x18\x5e\x87\xc9\x79\xc7\x58\x07\xc0\x63\x9f\xc5\xc6\x68\x06\xe0\x39\x99\xb1\x42\x08\x3b\x64\x9e\xe2\x17\xc2\xcf\xe7\xa9\xf2\x42\xd3\xe9\x3c\x0c\xf6\x41\x89\x18\x1e\xdf\xdf\xf5\x1f\x7f\x22\x95\x17\x36\x0e\x09\x7c\x1f\xc4\x25\xab\x82\x7d\xaf\x78\x5b\xcc\xf7\xb3\x50\xf0\x9c\xbb\x1c\x0b\x85\x96\x07\xe2\xba\x11\x3e\xba\x0a\x7b\x9c\x09\x5f\xda\x3d\x17\xa1\xef\xed\xe2\xe3\xd2\x62\x10\xfa\x72\x62\x54\xf7\x65\x67\x84\x7a\x75\x47\xbf\x69\x68\x45\xe8\xfd\x0d\x69\xbf\x4e\x11\x84\xde\xdc\x64\x60\x25\x72\x8b\x2b\xa3\x15\x80\xe7\xe1\xad\x08\x39\x25\x00\x7e\xbd\x72\x29\x39\x33\x00\xfe\xb1\xb4\xef\x4d\xfe\x57\xb9\x17\x00\xfc\xcf\xce\xbd\x97\xbb\x0b\xc0\x7f\x2a\xfb\xa3\x9c\x1f\x00\x5f\xd3\xe9\x33\xf2\xcf\x00\x04\xb6\x9c\x9c\x21\x5b\x0e\xc0\x5b\x94\x9a\x29\x5b\x01\xc0\x7b\x28\xc5\x5c\xae\x03\x80\xaf\xec\x30\xbf\xac\x39\x00\x4f\xec\xdf\xe2\x1f\xc1\x7f\x8f\xe0\x81\x07\xf9\x50\xc2\x7b\xd3\xbc\xa8\x40\xa1\x00\xd6\x2e\x8a\xea\xca\x62\x5d\xc9\xa8\x97\x86\x38\x5e\x69\x69\x57\x7c\xbf\x24\x6d\x3a\x83\x1f\xa1\xaf\xb5\x32\xad\x61\x63\x39\xbe\xf7\x8e\x92\xe5\xdf\xd6\xc7\xb3\xb5\x8b\x5f\xb6\x22\x45\x82\x7f\x4c\xc7\x07\x39\x83\xbc\x24\xc1\x69\xcf\x23\xe5\x0e\xd4\x88\x0b\xdd\x7a\x2a\x25\xaf\xf0\xec\xae\xb0\xfb\xe3\x4a\x85\x09\x03\x4c\xa1\xac\x06\x35\x25\x53\x00\x91\x9b\xe5\x62\xca\x5e\x00\x62\xdc\x97\xae\x29\xb7\x01\x88\x4d\x3e\x2f\x82\xfb\x60\x49\x67\x73\xa8\x0c\x00\x88\x9d\xa5\x75\x2f\x69\x0d\xca\xb5\x00\x22\xe7\x8f\x2b\x2a\xb5\x03\x08\xcf\x4a\x49\x50\x6a\x04\x10\x16\x3b\xd0\xac\x74\x00\x40\x68\x49\x72\x99\xb2\x08\x80\xd0\xe5\xbd\x6b\x14\x3f\x01\x08\x7a\xfc\x87\xf8\x47\xe8\x20\x68\x1e\x94\xd6\x03\x88\x09\x53\x38\x9a\x3c\xb5\x48\xd9\xb1\x61\xdd\xa0\xfc\x31\x71\xec\x27\xa6\x28\xa2\x71\x99\xfd\xc3\xf7\x03\xca\xd3\xed\x62\xb8\x6a\x7a\xd6\xa9\xd6\x4f\x9c\xcc\xf7\xf9\xb5\xb8\xba\xea\xa2\xe3\xc2\x72\xcf\x95\xd4\x17\x6c\x6a\x11\x6b\x79\x74\x5b\x7d\xd5\xbe\x38\x49\xdd\x7b\xaf\xd5\xa5\xb2\xa3\xa5\x76\xde\x8e\x56\x7b\x5f\x2e\x20\xe3\x50\xff\x48\x5d\xba\x65\x09\x43\xe4\xd6\x42\xf5\xf6\x4f\xe3\x64\x0e\x56\xd4\x69\xe6\x03\xc8\xd4\x17\x7e\xd5\x5a\x0a\x20\x53\x45\xf7\x7b\x4a\x3f\xa6\xed\x07\x20\x5d\x9a\x7a\x41\xdb\x0d\x40\xea\x6b\xca\x1a\xed\x99\x00\x52\x4b\x0f\xa9\x6b\x07\x03\x8c\xfe\x96\x9c\xac\xd5\x0c\x20\x59\xb9\xd7\x43\xb3\x0c\x60\x94\x62\xfc\x66\xf5\xaf\x00\x62\xef\x76\xff\x54\xbf\x09\x20\xb6\x33\x36\x5c\x83\x0d\x40\x4c\xe5\x2f\xf5\x3f\xf2\xbc\x93\xf3\x2d\x46\x9e\x8a\x68\x3e\x58\xe9\x18\x85\xea\x2b\xd1\x30\x7e\x58\x57\x99\x57\x17\xa1\x2f\xdc\x46\xa3\x15\x3c\x39\x1e\xbc\x79\x6d\xe4\x69\x3a\x4a\xd0\xbe\xcd\xd3\x38\x6d\xfc\x0f\xb1\xe4\x16\x51\xe3\x33\xb3\x52\x46\x6f\x6e\x2a\x36\x56\x5c\x55\x23\xcb\xa8\x35\x31\x9a\x16\x67\xa0\xa8\x7a\xfd\x8a\xa1\x4f\x5a\xa6\x8a\xfc\xb5\xb1\x06\x5b\x8b\xd6\xaa\xb9\x96\xbc\xd4\xff\x74\x7b\x96\xba\x6d\x11\xd3\xc0\xa7\x4b\x50\xdd\xed\x42\xa2\xe1\x11\xe8\x51\x7d\x94\xb5\xc2\xe8\x02\xf4\xab\x7a\xa7\xb2\x99\x70\xc2\x0f\x55\xbe\x43\x9d\xc6\xe3\x00\x94\x0e\xef\x57\x33\xaa\x06\x50\x94\x4c\x7c\x63\x74\x14\x40\xfe\xf5\x9e\x35\x86\x39\x00\x72\x3c\x3b\xb9\x0d\xe5\x00\x18\xa1\xdb\xbf\x18\x58\x03\xc8\xf0\x6d\xad\xd3\xaf\x02\x90\xea\x8a\x9e\xa1\xf7\x08\x60\xf4\xd6\xc8\xeb\x7a\x81\x00\x92\xbb\xfe\x1d\x3f\xfd\x14\x28\x4e\x78\x5f\x05\xa2\x03\xa2\xf9\x60\x7a\x15\x8d\xe2\x05\x07\x64\x6d\xf1\x53\x62\xef\x28\x07\xcc\x8b\xbe\xda\xea\x76\x48\x9a\x89\xd0\xa3\x67\xce\xb3\x74\x7e\x09\xde\x6a\xd2\x70\xf4\x70\x78\x28\x75\xa3\x3a\xc5\x61\xff\xe4\x57\xf2\xd7\xca\x5a\xec\x67\x2e\x59\xa5\xaa\x7b\xf9\xa6\xed\xbb\x2d\x5b\x34\x7b\xf3\x99\x36\xb3\x0f\x1f\xd5\xcd\xc8\x19\xb0\x56\xca\xdb\x6b\x30\x31\x5b\xc7\x4a\xf5\x66\xa2\xe1\xa3\x0c\x4d\xcb\x7b\xed\x8d\x46\x72\xe9\xe3\xad\x3a\x21\xda\xe0\xeb\xe1\x08\xeb\x53\x90\xa6\xb7\x7b\xef\x17\xeb\x83\x50\xae\xfd\x3e\xee\x90\xcd\x5c\xa8\xd7\x7a\xb0\xe3\x96\xd5\x0d\x78\xaf\xbe\x7c\xeb\x53\xab\x67\xf0\x55\x6d\x7c\x74\xbf\xe5\x05\x00\x95\xb1\x91\x09\x96\xcf\x00\x94\x97\x6c\x9c\x62\xf1\x02\x40\xf1\xf4\x3a\x75\xf3\x68\x00\x79\xa7\xb5\x07\xcd\xfc\x01\x64\x33\x57\x95\x98\xe6\x03\x30\x5c\xfe\xcc\x03\x1d\x3f\x7d\xfe\x95\xdb\x86\xc7\x4d\xf3\xc1\xce\x78\xdf\x76\x5f\x98\x3b\x5e\x05\xe9\x6a\xf6\xc1\xc7\xcf\x23\x27\xe2\xa7\xd9\x07\x65\x53\x93\x44\x26\x22\x54\xb7\x7b\xf2\x4d\xd5\xf1\x02\xec\xe5\xd1\x7e\xfa\x96\x46\x52\xfc\x85\x27\xbd\x4a\x3d\xd5\x55\xcf\x9d\x73\xf2\xa8\x08\x2a\xd3\x31\x3d\x7d\x7e\xfc\x83\x75\x7c\x86\x19\xc7\xbf\x8d\xed\x48\xdc\x67\xfa\xeb\xf0\x0e\x37\xce\x2c\x6d\x4b\xb4\x5f\xc3\x25\xa5\x3c\xd4\xea\xf3\xde\x32\xe7\xc7\x8f\x76\x5a\xa7\x26\xa4\xb9\x48\xf7\x7d\xb6\xaa\x89\xfd\xec\xf2\x10\x1c\xcc\x53\xa3\x8f\xba\xaa\xc1\x62\x93\x1d\x1b\x73\x5d\xbc\x60\xaf\x21\xd7\x7a\x79\xa7\x16\x28\xd0\xed\x59\x7d\xcc\x29\x00\xea\xb4\x17\x84\x7f\x76\x92\x80\xfb\x5a\x73\x56\xe4\x3a\x6a\x41\xaf\xba\x43\x98\xb6\xc3\x31\xf8\xae\x26\xb2\xec\xb2\x3d\x2f\x80\xf2\xfd\x50\x51\xdb\x7d\x00\x8a\x4b\x17\x7f\xb1\xcd\x00\x50\x58\xf7\xe7\xf8\xa7\xeb\x5e\x85\x20\xad\x03\xb2\x27\x48\xf1\xa1\xbd\xad\x93\xb0\x7b\x68\xe7\xc7\xe9\xd8\xef\xa0\x75\xc2\x6c\xbc\x9e\x7b\x67\x33\xe5\x13\x52\xd3\xb3\x50\x91\xf3\x01\x42\xa5\x2d\x0b\x83\x65\x5f\xf2\x48\x17\xa8\xcf\xad\x32\x9c\x3b\x6a\x77\x46\xc7\xac\xb3\x2e\x5b\x94\xaf\xa7\xcc\x0e\x08\x98\x16\x65\xd0\x9d\x74\x7d\x6a\xe3\x72\x0f\xf3\x98\x38\xad\xc9\xc7\x76\xf8\xd8\xac\x88\xb9\x39\xf1\x58\xea\x0a\x07\x99\xa8\xd9\x7e\x9c\x97\x7f\x8c\x09\xd9\x50\x34\xe1\x75\xf3\x5c\xa7\xfd\xeb\x74\x26\x6c\x7d\xff\x6c\xcc\xbb\xd5\x6f\x26\x3c\x65\xde\xb1\x6f\x0e\x3b\xe5\xd3\x01\x52\xd6\x1c\xa1\x6d\xde\x21\x30\xc1\x2c\x2f\x78\x87\xd7\x53\x58\x66\x22\xb2\xf8\xb6\xc7\x0b\x48\x30\xd4\x5a\x70\xdf\xfd\x23\x9c\xd1\x5b\xbf\x20\xcc\x5d\x11\x2e\xe9\x4e\x9c\xb7\x7e\xec\x21\x78\xa8\x99\x10\xf4\xc9\x6d\x32\xbc\x55\xdf\x35\x47\xdc\x4d\x0f\x7a\xd5\xf6\x05\x26\xbb\x9a\x00\xa8\xec\xfd\x1d\x3f\x7d\xfe\x55\x86\xd5\x3b\x80\x1b\x5e\x2d\xfd\x71\x7c\x22\xf6\x33\xe8\x59\x32\x1d\xf3\x94\x1d\x15\xf3\x30\x31\xfc\x70\x5f\x30\xde\xcf\xdd\x74\x63\x39\x3e\xbe\xd1\x16\x8e\xfd\x41\xae\x04\xac\xc6\xeb\x97\x79\xcc\x88\xd9\x92\x77\x11\x4a\x0f\x5e\x25\xae\x39\x49\x34\xfa\x50\x74\xd8\x04\xdb\xaf\x0a\xe3\x76\xeb\x2e\x39\xe8\x7b\x48\x8f\x33\xca\x6c\xa1\xef\x02\x05\xab\xbe\x35\xf3\xe7\x3d\xda\xd4\xea\x70\x75\x19\x04\x15\x1f\xa8\x73\xbe\x17\x6c\x37\x3b\xe3\xfc\x75\x37\xc7\xf9\xef\x67\xcd\xa8\x8d\x1d\x5b\x18\xc4\x0c\xcc\xed\xd8\x38\x76\xde\x9c\xb1\xb3\xb8\x99\x21\x2e\xbd\x81\xab\x67\xf2\x32\x4b\x1c\x6e\xcc\xd8\x1e\x90\xc3\x64\xda\x48\x04\x68\xf8\x5b\x82\x9e\xc5\xb6\x69\x6d\xd3\x16\xc3\x38\xb3\xe0\x69\xe3\x27\x33\x21\xc4\x78\xd6\x94\x93\x93\xc4\x61\x8f\x81\xc1\xe4\xf3\x7e\xcb\xe0\xb4\x6e\xcb\x64\xde\x09\x77\xa1\x58\xbb\x6e\x62\x8f\xb7\x07\xdc\xd7\x38\x37\xf1\xb0\x57\x34\x3c\x55\x2f\xff\x33\x7e\xab\x5e\x0a\xdd\x29\xfd\x4f\xea\x64\x7c\xdd\xe8\x36\xa2\x56\xc7\x5e\x08\x84\x62\x36\xe1\xa1\xe0\xca\x7a\x16\xd6\xcf\xa1\xfc\x60\x2a\xdb\xa9\x3e\x41\xc5\x1c\x51\x98\xb7\xcb\xc9\xdb\x8a\x5f\x3f\xa9\xbf\xdd\x8d\x6f\x03\x42\x07\xf9\x63\x6e\x2a\x46\x09\x78\xec\xda\x1a\xed\x64\x36\x5f\x66\xf3\xa6\x09\x9b\xb6\xb9\x2f\xd3\x34\x5a\x9e\xb0\x8e\x73\x56\xb2\x99\xef\xfc\x81\xd5\x77\xd6\xbc\xb5\x93\x9c\x25\xbd\xea\xd0\x5e\x0d\x87\x3a\xff\x77\xe1\xae\x67\xc5\xc7\x2c\x9b\xa2\xb7\x52\xa5\x2a\xdb\x89\x6d\x62\xc3\x8a\x2b\xcf\x8b\xc7\xb8\xfb\x7d\x5a\xa9\xc1\x7c\x62\x1f\xe7\x7b\x64\xe9\x2b\x90\xb5\xea\x9a\xf0\x3a\xf8\x1e\x8c\x33\xdf\x31\xc1\x79\x41\x1d\x2c\x31\x99\xe3\x73\x64\x5e\x29\x44\x1b\x2d\xf1\x56\x99\x1b\x0c\x29\xfa\x1f\xbd\xd4\x66\x7f\x83\x0b\xba\xf1\x9e\xc2\x81\x7b\xe1\xa6\xb6\xa1\xc7\xb5\xe9\x47\xe0\x81\xe6\x2a\x8f\x8f\xfe\x3a\xd0\xaa\x11\xe3\x71\x7e\xca\x43\xe8\x54\x37\xfe\x3d\xfe\x47\xc4\x1f\x3a\x1d\xf7\x07\xf9\xd0\xbc\x10\x8f\xff\x76\x51\xaa\x3f\xc4\x83\x0b\x11\x78\xfe\x68\xb8\x16\x89\xd7\x33\x2b\x8d\x62\x70\x1d\x5c\x4e\x8a\xc5\xab\xcb\x67\x81\xe2\xc9\x4f\x74\x25\xe2\x5d\x67\xc9\xaa\xfb\x0c\x59\x18\x27\x9a\x9c\x2c\xdd\xc9\xb1\x7e\x63\xce\xde\x95\x7a\x6b\x24\xce\x2f\x7b\x1d\x6f\xea\xec\xa3\xac\x32\x67\xff\xae\x6d\xfe\x8b\x0c\xac\xa7\x85\xc4\xd6\xaf\x5c\x68\x7a\xc5\xb7\x6b\x47\xd2\x1e\x4d\x8b\x05\x9e\xcf\xb6\x47\x67\x1e\xb5\x42\xe3\x0d\xb6\x6d\xac\x9c\x6d\x15\xe1\xf6\x32\xe6\xf1\xd3\x18\xcb\xb3\x6e\xd3\xb7\x29\xfe\xac\x37\x9f\xe2\x66\x17\x35\x0e\x56\x99\x70\xbb\x36\xad\x17\x86\x03\x86\x7c\x2e\xab\xd7\x54\x43\x91\xee\x7d\xd7\xa8\xf0\x70\x28\xd6\xcd\x77\x2e\x5e\xb1\x0c\xee\x6b\xe5\xb9\x4c\x59\x7a\x19\x5a\x35\x9f\x38\xb7\x86\xbc\x83\x2e\x0d\x43\x67\x9f\x45\x37\xe0\x9b\xda\x54\x27\xbf\xf9\xef\x01\x54\x6c\xc7\xe4\xcc\x9b\x0d\xa0\xcc\xfd\xbb\xfe\xa9\x71\x4f\xc7\xdf\x93\x14\x8c\xd7\x27\x9f\xdf\x59\x85\xf7\x7f\x3f\x68\xa7\xfa\x23\xd5\x77\x6d\xc3\xfc\x75\x79\xca\x4e\xcc\xcb\x5c\x36\x48\xa4\xfc\x0f\x2a\x29\x7d\xc0\x49\xa3\x03\x38\x5f\xfb\xf3\x53\xf0\x6a\x63\xec\x52\x8a\x2f\xdf\xb8\x33\xed\xa3\x70\x18\x42\xcb\x4d\x4f\xa8\xab\x59\x0b\x4d\x08\x3a\x72\x2c\xc7\xe6\x07\xe3\xd0\xc4\x97\x47\x8a\xfd\x9e\x6b\xca\x7a\xaa\x1f\x7e\xb7\x34\x58\x27\xdd\xf5\xd9\x61\x91\x58\xd0\x57\x76\xfc\x70\xc8\x38\x5d\xc8\x60\x95\x5d\xd0\xc1\x85\xd7\x78\x0c\xae\xdb\xd8\x1f\xe8\x7a\x7c\xc2\x80\xc3\xfa\xcc\x81\x6f\xdf\xcb\x75\x93\xac\x37\x24\x7e\x82\x07\x5a\x91\xd6\xfc\x71\xb3\xe0\xbd\x86\xa6\xf5\xaa\xed\xcb\xa0\x4f\x5d\xd9\xda\x6e\xcb\x7b\x00\xd5\x4a\x6b\xfd\xc8\x65\x00\x2a\x9e\x36\x7c\x1b\xd8\x00\x54\x8c\xad\xce\x45\x48\x00\x28\x36\x5a\xdd\x5d\x1d\x06\xa0\xa8\x63\x75\x6d\xe5\x54\x00\x05\x6d\xab\x8a\x65\xf7\x00\xe4\x95\xe8\xf3\x0f\x2e\x33\x70\x3e\x68\xfd\xd7\x8b\xf6\x08\xbc\xda\xfd\xd0\x3f\x1a\xaf\x6a\xd6\xf9\xec\x6c\xa2\xea\x3f\x01\xd7\x7b\x51\xef\x7e\xec\x0b\x93\x6b\x77\x04\xaf\x32\x9f\x7a\x79\x1c\xd7\xc3\xa1\x62\x8a\x5d\xd8\x3d\xf5\x34\x66\x15\x36\x89\x66\xe3\xf9\x24\x14\x9d\xc3\xfd\x10\xe6\xfa\xe5\x4a\xca\x16\x73\x7b\x4d\x96\xcd\x71\x35\xf9\x24\x71\x74\xec\x83\x33\x7a\x9e\xfe\x0a\xbe\x8e\x01\xd9\x97\x17\xbb\x2a\xdb\x5a\xaf\xce\x36\x88\x39\xae\xea\x6f\xf6\x29\x6b\xc3\x09\x6f\xb5\x28\xe3\xbd\x99\xbf\x4a\x5e\xa8\xed\x36\xac\xcb\xf4\x6f\x09\x56\x7d\x66\x38\x23\xd3\xf5\xab\x9a\xf2\x0e\xc3\x93\x69\x0d\x00\x8a\xbb\x0d\x83\x8e\x4c\x01\x90\xaf\x34\xac\xd9\xcf\x01\x20\xaf\x6d\x98\xb2\xb7\x06\x40\xce\xc3\x28\x65\xcf\x0d\x00\xb9\x64\xe3\xe9\x3b\xd5\x00\xe4\x82\x0c\x83\xb6\xcb\x00\xc8\x1c\x32\xda\x1a\xbd\x17\x40\xe6\xa6\xe1\xba\xc8\x76\x00\x69\x5d\xc3\xe6\x0d\x62\x00\x52\x79\x90\x15\xb0\x02\x61\xff\xa7\x65\x98\xa7\xe9\x38\xb3\x1e\x63\x4b\x52\x0c\x66\xd7\x1a\xc2\xe2\xf1\xee\xc1\xca\xb9\xfb\x30\x7b\x56\x64\x70\x18\xb3\x29\xe7\xe2\x8e\xe1\xb8\x32\xaa\x4e\xe3\xf1\x91\x62\x91\x85\x79\xef\x84\x24\x8a\x27\xdf\xd2\x7e\x1e\xfb\x61\xaf\xf2\xbb\xe8\x8d\x70\xff\x8b\xcb\xf8\x7e\x6c\x8a\x5b\xc9\x32\x71\x19\x84\xc6\x09\x16\x77\xea\x8c\x12\x7c\x62\xd3\x58\xd4\xea\x3a\x57\xb2\xd0\xf4\x47\xd1\xe5\xa0\x46\xa9\xf7\x06\x17\x8a\x0e\x46\x1d\x94\x29\xd4\xd9\x5c\xe4\x71\xd4\x8a\x31\x53\x73\xef\xe5\xaa\x22\x6d\x86\x8e\xfa\xc7\xcb\x93\xee\xed\x95\x19\xa3\xbe\xfb\xd2\xc7\xcf\x6b\xa4\xb8\xd4\xb5\xf3\x0d\x01\x46\x05\x69\xec\xc9\xde\x05\x20\x39\x43\x63\xde\xa9\x14\x80\x51\x3b\xd4\xe3\x8f\xff\x00\x90\x90\xd4\x58\x9a\xc2\x01\x20\xb1\x4f\x6b\xe5\x81\x85\x00\x92\x6a\x9a\x4a\x49\x8a\x00\x12\x7a\x9a\x91\xf1\x79\x00\x12\x12\x1a\xf9\xbb\xfa\x00\xc4\x6e\x6a\x89\xed\x58\x05\x20\x7e\xe8\xe3\xd5\x65\x8b\x59\xbf\xef\x75\xe8\x26\xcc\x8a\x3c\x32\xdc\x81\xc7\x75\x43\x0b\x75\xde\xaf\x27\xed\xc7\x75\x72\xe5\xdb\x31\xcc\x36\xe5\xcd\xa1\x74\x40\x99\xde\xd9\xf8\xf8\x58\xd3\x39\xcc\x42\xee\xf3\x29\xc0\xf7\x97\x3b\xae\x52\x3e\x29\xeb\x8f\x16\x77\xb0\x70\xc9\xc4\x52\x9c\xd7\x80\xed\x15\x78\xdc\xb8\xbc\xad\xbe\xca\xce\x86\x90\xf5\xa3\xea\x8f\x8a\x2f\xb9\x27\x18\x2c\xac\x8e\xb3\x1d\x10\xda\xa7\x75\xba\xfa\xe5\x0c\x39\x11\x03\x35\x85\xea\xd7\xeb\x96\x8a\x0a\x2b\xd5\xd4\x88\x1e\xf8\x28\xea\xa8\x30\xb7\xba\xe3\x42\x8c\xc8\x01\x79\x99\xea\x6b\xcd\x3a\xc2\xa1\x72\xe7\xab\xe7\xf7\x22\x41\x6b\xb9\xdb\x15\xb6\x00\xfc\xc9\xf2\x72\x45\x91\x00\xfc\xad\x0a\x7a\xf9\xa7\x01\x04\xd9\xe5\x8f\xe7\x6c\x07\x10\x50\x90\xff\x9a\xf9\x0a\x40\x60\x92\xc2\xab\x53\xd7\x00\x04\xf5\xe5\x9d\x53\x67\x00\xf0\x0b\xc8\xdf\x4c\x89\x02\xe0\x0f\x55\x50\x39\x98\x02\xc0\x1f\xaf\xe0\xb9\xef\x23\x00\xff\xba\xd7\x3d\x9b\xf0\x2e\xf9\x27\x53\x63\xf1\xf9\x6c\x62\xee\xc5\xd7\xc9\xaa\x77\x87\xb1\x1e\xa6\x24\x23\x0d\xf3\x17\x05\x9d\x59\xf8\x7a\x98\x35\x2a\x07\xfb\x80\xa4\x42\x01\xbe\xbf\x3c\x60\x74\x09\x8f\x83\x38\x9f\x2b\x7b\x58\xb8\x79\x6a\x19\xae\x8f\x95\xfd\x94\x4e\x60\xde\x8b\x6a\xfc\x7d\x13\xed\x29\x5d\x88\x8d\xfd\x6d\xcc\xc6\xe8\x29\xdd\x4d\x1a\xb5\x0f\x21\xe5\x86\xbb\xb9\x26\xf6\xdc\xab\xe5\x3d\xee\xad\x98\xe4\xcc\x7d\x9a\x31\xfb\xbe\x50\xb8\x04\xb7\x80\xf4\x9b\xfb\xdb\x93\x54\x39\xc3\x19\xe6\x0f\x46\xe7\x95\x20\x24\x75\xf7\x7e\x41\xa3\x1b\x42\x92\x0b\xef\x87\xbd\xef\x44\x48\xdc\xee\xf6\x16\xd6\x3d\xa0\xe8\xf8\x1a\xcc\x98\x0a\x1d\xaf\xb0\xc6\xe8\x5d\x82\x99\x44\x81\xf3\x97\xf0\x3a\x05\x9f\x60\x01\x7e\x76\xe0\xbb\x71\x0e\xdf\x3b\x73\x97\x66\xe1\x75\x07\x6e\xab\x74\xcc\xa4\x70\x26\xa6\x61\x9e\xbc\x35\x65\x27\xa6\xcf\xee\x1c\xa0\x7c\x41\x6a\x8e\x1d\xc3\x75\x51\x3a\x3b\x1d\xb3\x41\x05\xcd\xd9\xd8\xf7\xfd\xcc\xc9\x7c\x3c\x1f\x9e\x8c\xbd\x84\x75\xc6\x87\xaf\x97\xe0\x7d\xff\x89\x62\xe5\xf8\xba\xba\xad\xef\x06\xbe\xaf\x5a\xd7\x41\xf5\x51\x09\x7d\x59\x87\xc7\xd1\xcc\x97\x4d\xb8\xdf\x90\x67\xd2\x5d\xfc\xfd\x66\xd3\x1e\xe1\xef\x91\xd1\x6d\x8b\x63\x1b\x87\xd0\xa8\xbc\xe7\x57\x34\xd4\x11\x12\x73\x6d\xcf\x72\xe7\x43\x48\x68\xc1\x8b\xc4\x60\x25\x84\xf8\x4d\x5e\xdc\x8c\xbd\x87\x10\xcf\xc3\x97\xd3\x33\xe5\x11\xe2\xf2\x7f\x19\x5d\x75\x14\x21\xf6\xdb\x2f\xcd\x3b\xaa\x10\x42\x02\x6d\x1f\xa0\x0f\x21\x34\xeb\x3e\x5e\x4f\x42\xa8\x91\x30\x68\x37\xf1\x3a\x05\x32\xbf\x9e\x4c\x1d\x97\x11\x9f\x87\x62\xaa\x33\x43\xcc\x45\xf2\xf9\x5c\xb2\x43\xff\x6c\x34\x5e\xd7\x70\xdf\x8f\x7d\x5c\x6a\x0f\xa7\xce\xc6\xf1\x3f\xcd\xc0\xba\x87\x8b\x77\xce\x8d\xa6\xae\x03\xd4\x6e\xe9\xf4\x39\x25\xb8\x8b\xc2\x48\x1d\xd0\xce\x26\x2a\xee\xcd\x88\xda\x45\x1d\x9e\x79\x1b\xcf\x97\x0b\xbb\xa9\xb8\xfd\xc5\x1e\xe2\x79\xc2\xf5\x31\xc5\x36\x1a\xb4\xbf\xc0\x75\x32\xca\xbf\x0b\x8f\x3f\xb6\xdd\xdd\x02\xe2\xf8\x13\xdd\x15\xd6\x78\xa7\x79\x4f\x6d\x20\xfe\xcb\xbd\x53\xa2\xf0\x88\xeb\xad\xa2\xae\x38\xbd\x55\x65\x6e\x78\x26\x93\x7f\x86\xf9\xbb\xee\x58\x8a\x49\x7f\x49\x7c\x1c\x1e\x13\x46\xf9\x5e\x1e\x85\x4d\x44\x17\x72\x93\x30\xcc\xd7\xc9\xce\xec\x6b\xe3\x28\xbc\x32\x11\x86\xe8\x62\x1a\xc4\xa9\xba\x2f\xff\x99\x85\x7f\xff\xa5\xf7\xe7\xf1\xbc\x78\xfe\x62\x21\xbe\x5f\xce\x6c\xa0\x74\x01\xa9\x70\x1d\xcf\x17\xb4\x0e\x28\x3e\xb6\x01\xf7\xc9\x88\x39\x7a\x1b\xeb\x22\xd6\x89\x53\x71\x2f\x5d\xf7\x10\xf3\xc1\x73\x8d\x5a\x31\x4f\x3a\x69\xc2\x0b\x3c\x5f\x38\x45\x75\xe2\xeb\x8a\xde\xb4\x0f\x78\x17\xbb\xb8\xcf\x67\x7c\x1f\x86\xd0\x80\x9d\x20\x56\x0a\xfc\x38\x6e\x26\x85\xf0\x95\x7b\x1a\xde\xd1\xf0\xcb\x77\x1d\x66\xe2\x7f\xa5\x50\x3c\xe6\xaf\xf7\x45\x94\x3f\xbf\x0f\xa5\x7b\x60\x7a\xfd\xc2\x23\x95\xf6\xb9\xe8\x24\x79\x68\xcb\xfd\xcf\x79\xb9\x45\xf4\x22\x55\x89\x14\x96\xe3\xf7\x2b\xa2\x88\x0e\xac\x2c\x1f\xdf\x0f\xe4\x1f\xa5\x7c\xa0\xce\x1c\xab\xc0\x67\xe3\xa4\x43\x35\xd6\x4f\x1f\x0e\xad\xc3\x3e\x74\x89\x4b\x9b\x30\x7b\xb8\xd3\xf7\x3e\x1e\x3f\x51\xc6\x0f\x31\x1f\xbc\x5a\xf9\x29\xee\xbf\x19\xdc\xd4\x86\xef\xc7\x66\xe9\x76\xe2\x68\x7c\x5d\x28\x16\xd1\x7e\x75\x2f\xce\x9f\x76\x13\xa5\x0b\x11\x53\x60\x2a\x50\x79\xf8\xb7\x0e\x24\x8c\xe8\x62\xf6\x90\xfd\xee\xd9\xe4\xc9\xbe\x8a\x74\x7e\x6c\x1f\xb2\x5f\xff\x37\x9f\xdf\x6d\x34\x22\x2f\x69\xff\xc8\x8b\x35\x0c\xd1\x0b\x5d\x3d\x42\xf5\xc3\xbb\x90\x59\x82\xe7\xb3\x1c\xdf\x1b\xf8\xbc\x65\x78\x12\x1d\xd0\x1a\x4a\x07\x94\x9c\x7c\x0f\x7f\x6e\x8f\xd2\x43\x7c\xff\x18\xd3\xf6\x0c\x5f\x0f\xd7\x3f\x69\xc7\x51\xac\x68\xed\xc4\x7a\xa0\x05\x7b\xde\x61\x5e\x7c\xba\x1d\xd5\x2f\xca\xcb\xef\x33\xbe\x8e\x58\x3f\x1a\xc0\xcf\xef\x9a\xbf\x00\xfb\x6a\x0c\xd5\x3f\x0c\xea\x40\xb8\x28\xf4\xd8\x48\x21\xad\x03\x89\x26\xba\x98\x14\xd2\x01\xef\x22\xd1\x7b\xd0\x3e\x20\x1d\x84\xc7\xa5\xbe\x99\xf6\x89\xe9\xab\xa0\xf0\xc3\x62\x92\x97\xe0\x7f\xe4\x05\xfb\xe4\x5c\x4e\xba\x46\x66\x8d\x1a\xac\x8b\xce\x58\x4e\xcd\x6f\xa9\xc5\x77\xf1\x3c\x78\xc0\x88\xd2\xc3\x24\x86\x3d\x29\x62\x61\xec\xdc\xe7\xb8\x1b\xc7\x66\xff\x4e\x5c\x07\x6b\xda\xbb\xf0\xfb\x4b\x37\xf4\x60\xbd\xf9\xdc\x9d\x9f\xb0\x8b\xcb\xb4\x03\xdf\xb0\x7f\x90\x7b\x13\x13\xd7\x1b\xed\x8f\xa3\x46\xfa\xc8\x08\x49\xc0\x9f\x3a\x10\x72\xde\x07\x75\x20\xc4\xf7\x62\xcd\x79\x0a\x13\x88\x33\x22\xcd\x6b\x97\x10\x7f\x90\xdb\xc4\x21\x90\x52\x66\x0d\xf7\x75\x60\x8d\x33\x0a\xff\xd1\x27\x88\xe4\x25\x9f\xff\x26\x9e\x17\x69\x1d\x14\xad\x03\x3a\xb2\xff\x31\xfe\x6b\xfb\xe0\x39\x9e\xff\xf6\x98\x53\x3e\x50\xdb\xae\x77\xe1\xeb\xe2\x26\x05\xea\x7c\xaf\xca\xa7\xd4\x04\x21\xcd\x03\xf8\xba\x19\x14\x4c\x9d\x15\xda\x17\xc6\x85\xf8\x64\xd0\xfa\x07\x65\xf2\xd7\xf9\xee\x0f\xc9\x03\xe9\xff\xa2\x7a\x92\x42\x5a\x07\x32\xe5\x21\x1a\xc6\xf7\x53\x4f\x6e\xbf\x75\x0f\x39\x84\xd7\x2f\xfb\x40\x61\x23\xc1\x56\xd2\x31\xf3\xbd\x09\xfa\x43\xe7\x30\x44\x57\xd6\x34\x34\x2f\xb4\x0e\x2a\xbd\xac\x05\x67\xfb\xf8\xeb\x36\x5c\xbf\xfb\x37\xbc\xc0\xf5\x11\xff\xe1\x0d\xce\xc3\xce\x35\xbd\x58\x0f\xb6\xf9\xd6\x67\xfc\xaf\xd7\x47\x0e\xe0\xe7\xea\x95\xa4\x0a\x17\x98\x52\xb3\x77\xc0\x26\x18\xa6\x03\xa1\xfb\xa1\xd0\xfa\x30\x05\x76\x92\x87\xb5\xf0\x87\xfe\x81\xd6\xc3\x58\x12\xff\x0e\x5f\xa9\xe1\xe3\x63\x1d\xe9\x97\x32\xd2\x17\xe5\x3c\xf1\x85\xa1\xfd\x3f\x68\xfd\xc7\x03\x52\x57\x83\xfa\x8f\xdc\x7f\xe7\x25\x63\xff\x23\xfc\xe0\x9d\x3a\xbf\x0d\xeb\x82\x0e\xdf\x7a\x8d\xef\x93\xf6\xf9\xbc\xc7\xd9\xdd\x9d\x4f\xe9\xfd\xb6\x4f\x1b\xc0\xe7\x7f\x33\xa2\xe2\x1d\xa9\x03\x99\x4d\xfa\xdf\xd0\x7a\xa0\x71\xa4\x8b\x17\xad\x8b\xd2\x5b\x40\xa1\x1c\xf1\x53\xe1\x5d\xf6\x67\x1e\x68\x1d\x88\xf1\x5b\x0a\x47\xf6\xc7\x09\x23\xb8\x85\xc4\x47\xeb\x83\x68\xbd\xd4\xa0\xfe\x83\xe8\xa5\x6e\x14\x53\x48\xeb\x3f\x5e\x90\x3e\x32\xef\x49\x9e\x99\xde\xbf\xf3\xc1\xfa\xcf\x9e\xf0\xf4\xff\xf2\x01\xa1\xf9\x29\xda\xdf\x60\xa4\x0e\x84\xd6\x4f\xb8\xe9\x52\xe8\x4d\x5e\x0f\x58\x44\xe1\x42\xf2\xfd\x2b\x89\x8f\x41\x34\xf9\x7c\x02\xe1\x1c\x53\xc9\xef\x38\x4f\x7c\x23\xca\x09\xbf\x77\x87\x7c\xbe\x93\x70\xb8\x3f\x67\x21\xf4\xf5\x04\xf5\xff\x34\xdf\x4b\xf7\x81\x79\x4c\xb8\x47\x9a\xf7\x6e\x22\x1a\x83\x5a\xc2\x7f\xff\xa1\xff\x70\xa2\xb0\x24\x03\x0d\x72\x87\xff\xd2\xc1\xfc\xaf\xfe\x17\x83\x7c\x3f\xd1\x51\x0c\xfa\xa2\xfc\x37\x1d\xc8\x87\xe1\x79\xf8\x97\x1e\xe6\xad\xef\xef\xdf\x4a\xf3\xbd\xaf\x89\x37\xc6\x48\xfd\xc3\x48\xfd\xc7\xa0\xff\x85\x0d\x85\x65\x5f\x29\xbc\x4a\xf2\xf9\x37\xdf\x83\x7f\xc5\x4f\xf7\xff\xa7\xf1\x5f\x3a\x10\x9a\xcf\xfc\x9f\x75\x20\x2f\x87\xe7\x21\x9f\xf0\x82\x7f\xf8\xa2\x38\x22\x04\xa3\xa8\xff\xef\xb9\x48\x21\xad\x07\x1a\xd4\x3f\x90\xfa\x68\xb8\x3d\x3c\xfe\x91\xfa\x8f\xab\x67\x29\xa4\xf5\x0f\x17\x2e\x0c\xc9\xc3\x7f\xe9\x03\xf3\x5f\xfa\xa0\xfc\x51\x17\x63\x49\xbd\xfb\x11\x9d\xc3\x2c\xc2\x8f\xd2\x3a\x90\x48\x87\xbf\xe4\x21\xe3\xb7\x1e\x66\x50\x07\x42\xea\xa0\xe7\x27\x42\x3f\x4e\x52\xff\xff\x3e\x6f\xf8\x78\x18\xd4\x3f\xd0\xe3\x80\x68\xb2\xaa\xf7\x90\xf8\x47\xea\x3f\x84\x29\x2c\x24\x3a\x21\x9a\xff\xfe\x5b\x1e\x46\xf2\xff\xff\x42\xda\x27\xe1\x5f\x3a\x10\x7a\x9e\x08\x24\xf5\xb1\x94\x9c\x93\x91\x3a\x10\xba\x1e\xb0\x2f\x4a\xc6\x6f\x0d\x4b\x2b\xf1\x8f\xe9\xb3\xff\xad\x8b\xa2\xfd\x81\x68\x5d\x18\xad\x7f\x18\xd4\x7f\x90\x79\xa0\xa2\xe5\x7f\x8b\x3f\xc7\xe4\x77\x1e\x46\xf6\xc1\xf9\xa3\x0f\x0a\xe1\x39\x07\xf5\x10\x23\xfc\x2f\xe8\x7f\x47\xcf\xa7\xf4\xbc\xeb\x41\xfc\x90\x68\x1d\x48\x08\xf9\x77\x1b\xc8\xfc\x12\x4f\x34\x1d\x27\xc8\x39\xbe\xc0\x9a\x1f\xa2\x11\xba\x99\x8a\xd0\xaf\x26\x84\x9e\x92\xb1\x3e\x10\x8e\xd0\x27\x4d\xea\xff\x5f\x92\xdc\xd3\xda\xa9\x46\xd2\xf7\xa8\x66\xea\xff\x31\x7e\xa2\xf9\xc9\x1e\xa2\x41\x1b\xa9\x7f\xa0\xe3\xa4\xf5\x1f\x83\x3a\x88\x11\x28\x33\x42\x37\x43\x7f\x0f\xad\x03\x19\x4b\xce\xcd\x08\x1d\x08\x5a\x47\xf2\xb2\xc7\x90\x3a\xff\xac\x3c\xfc\x5a\x8f\xd0\x85\x33\x08\xfd\xac\xa1\xc6\xf6\xf7\x8d\x54\x1e\xbe\x27\x21\xf4\x4d\xf9\xf7\x78\x68\x93\x1f\x5e\x07\xf4\x38\xa0\xaf\x03\x83\xe3\x9f\xd4\x4d\x21\xd1\xda\xe4\x55\xfd\x3d\xfe\xd3\x43\x74\x62\x83\xf1\xcf\x18\x11\xef\x48\xfd\xc7\x08\x1c\xa9\x03\xa1\xbf\xe7\x0f\x1d\x08\xb9\x4e\xd2\xd7\x8d\xb5\xac\xb1\x9c\x85\x50\x9c\x27\x42\x3f\xa3\x10\x4a\x0d\x40\xe8\x5b\x02\x42\xf9\x69\x08\xf5\x8f\x42\xa8\xba\x15\xa1\xcf\xec\x08\x3d\xe9\x46\xe8\xd3\x2a\x84\xbe\x4e\x45\xa8\x93\xd4\xd8\x43\xa2\xfb\x69\x18\x4d\xe9\x5c\x68\x1f\x24\x3a\xfe\x4b\xe4\x3a\x79\x71\x26\xa5\x7f\x39\x6f\x4d\x1d\x9f\x21\xd7\xa6\xd3\xa4\x7e\xd2\x49\x3d\xa5\x0e\xd1\x4f\xfe\x4b\xff\x40\xeb\x3f\x48\x3f\x8c\x41\x3e\x98\xc6\x41\x3d\x88\xfd\xf0\x71\x43\xd7\x85\x2d\x19\xff\x9e\x05\x14\xce\x3e\xc2\x7a\x6a\x46\x28\x9c\x35\xef\x95\x20\xb4\x53\x01\xa1\xfe\x6a\x84\x52\x7a\x10\xfa\xf4\x16\xa1\x3c\x59\x84\x7a\x45\xa9\x39\xfe\xc3\x7c\x84\x5a\x23\x11\x62\x3d\xad\xf6\x7b\x23\xf4\x9c\xe8\xc4\xee\xdc\x41\xf8\x0e\xbd\x86\x8d\x0d\xdf\xb1\x97\x76\xb2\x75\xb2\xf0\xb2\x02\x17\xe6\x28\xf3\x2d\xd9\xdd\xf0\x79\x7f\xc4\x81\xf7\x5f\x64\x3b\x71\xe0\x3b\xbc\xd3\x64\x7c\x9c\xe8\x60\xc3\xfb\x50\x8e\x99\xb1\xe3\xcf\x1f\x19\xe2\x1f\x35\x32\xfe\xe1\x7d\x30\xfe\x3b\xd2\x79\x12\x0b\x27\x79\x25\xf3\xa1\x09\xdd\xaf\xed\x2b\x15\xff\xf4\x35\x08\x0d\xe8\x20\xb4\x3c\x05\xa1\xbe\x29\x08\xc5\xac\x42\xa8\x27\x9f\xfd\xcc\xe1\x0d\x08\xbd\x53\xe2\x52\x39\xf7\x05\xa1\xd7\xf2\x3c\x92\xd7\x33\x10\x7a\xd9\xcc\xeb\xf2\x98\x17\xa1\x76\x1f\xbe\x0d\x9f\x27\x22\xd4\x12\x23\x80\x9f\xab\x6b\xc7\x0a\xe1\x9e\x1d\x65\x7d\xa2\xb8\x83\xe7\xa5\x50\x91\x7e\x5c\xf7\x4e\x22\xd8\x0f\x27\xfb\x95\x10\xbe\xa3\xcd\x78\x28\x8c\x9f\xa7\x4f\x25\x08\xe2\x3c\xd1\xba\x97\x23\x27\xf8\x71\x1f\xb6\x43\x63\xf9\xb5\x59\x98\xfc\x8d\xe7\x03\x9d\x07\x3a\x7e\x3a\x9e\x7f\xc6\x3d\x8c\x0f\x1f\x44\x5a\x27\x81\xb8\xee\x0c\x1d\x2f\x6c\x26\xda\x63\x11\x02\x11\xf6\x7e\x87\x66\x84\xfa\x39\xf8\x0a\x27\xd7\x23\xd4\xed\x28\x5c\x1f\x92\x8c\xd0\xeb\x67\xe2\x25\x9b\xe3\x10\x7a\x71\x48\xf2\xce\x01\x1e\x84\x9e\x89\x48\x7d\x3f\x73\x06\xa1\xc7\x86\x32\x4e\xe5\x61\x08\x3d\xf8\xcc\x88\x7c\xb0\x09\xa1\xbb\xbd\x32\xe3\xba\x7d\xd9\x8d\xea\x55\x65\xf6\x01\x70\x2d\xa6\xfb\x80\x15\x72\x30\x1e\x03\xf0\x8a\x9d\x9b\x22\x3b\x0e\x80\x77\x6b\x86\x2f\x23\x13\x80\xc7\x37\x8d\x9d\x71\x1d\x80\xc7\xf5\xd8\x3a\x59\x43\x00\x9e\xa2\x14\x75\x59\x5e\x00\x9e\xf9\x07\x3d\x19\x6f\x01\x78\x78\xf7\x8f\x62\x7c\x01\xe0\x1e\x48\x9c\xcc\x68\x02\xe0\xde\xbe\x67\xb5\x6c\x38\x00\x8f\xe9\x7f\x3c\xff\xe8\x3f\xc5\x4f\x3f\x15\x70\x1b\x50\x48\xfb\x85\xf0\xb7\x08\x6e\x43\x68\x40\x5f\xf4\xa5\x72\x33\x42\xbd\xec\xd2\xd6\xd6\x31\x08\x75\xee\x66\x34\x78\x37\x72\xf4\xb6\x71\xc9\x6d\x9e\xcb\xe4\xd1\x7b\x18\x2b\x1f\x16\x11\xc6\x2f\x79\x67\x85\x82\xfc\x9e\xdd\x82\x2d\x0d\xb5\x0a\xf6\x27\x4b\x84\x1b\x6b\xa3\x14\xac\x8a\x2c\x45\x47\x57\xab\x28\xcc\x6e\xdc\x22\x5a\x71\x7d\xbd\xc2\xe3\xce\x75\xa2\x07\xcb\xc7\x28\xd9\x02\x88\x64\x5c\x54\x52\x9e\x00\x20\xba\x21\xdb\x41\x65\x26\x80\xe8\xd7\xb4\x46\x15\x75\x00\x51\xc9\x94\x2f\x2a\x62\x00\x22\xab\x0e\xd9\x29\xdf\x02\x10\x6e\x18\xd4\xbb\x18\x2a\x9f\x07\x10\x82\x3d\x2b\x94\xb8\x00\x04\xd1\x2e\x37\xc5\x7c\x00\x81\x05\x3b\xd2\x14\xe3\x00\x04\x38\x63\x26\x2b\x20\x00\xbe\x71\xff\x43\xfc\x23\x9e\x86\x84\xc8\xee\x98\x11\xba\x90\x68\x19\xac\x07\xe9\x8b\x97\xef\x63\x7f\x84\x50\xd7\x61\xb5\x27\x32\x3f\xd9\xa6\x3c\x17\xd5\xb0\x35\x38\xc6\x53\xda\xa2\xaa\x35\xde\x35\x50\x20\xb7\xc9\x4f\x3b\x24\xe0\x81\xc8\xc5\x9b\x6b\xb4\x77\x2d\x9f\x2e\x31\xb1\x32\x48\xdb\x68\xdb\xb2\xd1\xdb\x4b\x75\xb5\xce\xa6\x18\xc8\x08\x17\x15\x68\x69\xe5\x3d\x60\x34\x17\xda\x68\xd6\xd7\xc4\xc8\xd6\x14\x2c\xd6\xec\x69\x63\xc8\x3e\xcd\x8b\xd5\xfa\x38\x10\xc7\x28\xcc\x70\xd3\x79\x0d\xc0\xf8\x71\xcc\x52\x27\x0e\x40\x46\xfa\x80\xa5\x8e\x1f\x80\x54\x4e\xe2\x32\x1d\x3e\x80\xd1\x0b\x77\x8f\xd5\x0e\x01\x90\x14\x89\x0d\xd3\xb6\x06\x18\x65\xbf\x2d\x43\xab\x03\x40\x62\xcd\x96\x17\xda\xe2\x00\x12\x06\x51\x7d\x1a\x99\x00\xa2\x3b\x36\x35\x69\x9c\x02\x10\x35\x5b\x9f\xa7\x2e\x03\x20\xbc\xe6\xbf\xc7\xcf\xd7\x34\x2c\x5e\x90\x25\x3a\x10\x8a\x17\xfe\xf6\x45\x0f\xfb\x95\xf6\xd8\x18\x5d\x62\xe1\x2b\x51\x33\xbc\x1e\xf7\xa4\xc1\x3a\x51\x5c\x11\xa1\x66\x4b\xab\xc3\xea\xc0\x27\x57\x33\xc9\xe2\xa1\x8d\xa4\xd8\xc5\xb2\x01\xcb\x09\xbe\x8a\xa3\xab\x2e\xa7\x58\x2c\x5e\xa8\x24\x8b\xf2\xed\xcd\xc3\x37\x5e\x53\xe4\x3b\xeb\x6b\xb6\x77\x9f\xbc\x4a\x68\xc6\x01\xd3\xf4\x6c\x59\xb5\xbb\x27\x4f\x9b\xb4\x5e\xeb\xd2\x18\x9b\x7a\xc9\x24\xa2\x25\x5a\xe3\xf4\xb1\x52\x93\x87\x1f\x2f\xaa\x97\x1f\x0c\x37\x53\x85\x2f\x6a\x5c\x09\xba\x66\xfc\x00\xca\xd9\xb4\xcf\xc9\xd6\x5d\xa6\xe7\x00\x14\x14\xa3\x16\x9b\xd4\x03\xc8\x49\x6f\x2c\x32\xd9\x04\x20\xcb\x58\x57\x64\x12\x04\xc0\x70\x88\x50\x36\xac\x07\x90\x9a\x1f\xde\x69\xc8\x06\x20\x59\xbe\xf2\xac\x41\x36\x80\xa4\xf1\xf2\xfb\xfa\x41\x00\x12\x3b\xfe\x8c\x9b\x8d\x7d\xf8\x79\x97\xfa\x82\x86\xf1\xe1\xd4\x2a\xe2\x17\x13\x4b\xbc\x3e\xf7\xb6\x69\x0c\x5e\xfd\x79\x1e\xe9\x4a\xf9\x3f\xeb\x8d\xc7\x4f\xc3\xf5\xcf\x3d\xa3\x79\xed\x11\xba\xce\xef\xe5\xa7\xc0\xcb\x5d\x51\xb4\xc9\x5d\xdd\x84\x5b\xec\x74\xee\x64\xb7\x75\x6e\x9d\x72\x7e\x19\x4b\x5d\x27\xce\x3c\xa8\x9c\x91\xea\xe7\xdc\x1f\xbe\x5c\x63\xcd\xa1\x0f\x4e\xfe\xbb\xe6\xe9\xb8\xed\xbb\xe0\xf8\x34\xcd\x45\x5f\x33\x21\xd1\x21\xa9\xc8\xc5\xa0\x77\xb7\xa2\xfd\x93\xa6\x4e\xc3\xe2\x9d\xb9\xf6\xd5\x6f\xc7\x18\xea\x6d\x77\x77\xa8\x87\xd3\x7a\x3d\x51\xb2\x0e\xaa\x50\xaf\x6d\x1a\xd1\xe1\xc0\x09\x1d\x1a\x67\x56\x7f\xb6\x33\x05\xa6\xea\x86\x95\xf7\x6d\xf9\x00\x94\x55\xc2\x46\xdb\x72\x01\x28\x99\x2e\xfd\x69\x23\x02\xa0\x10\xb7\x64\x9d\x65\x3c\x80\x6c\x50\xf0\x54\xcb\x6b\x00\x8c\x9e\x85\x87\x2d\xcd\x00\x64\x72\xe6\xaf\x31\x07\x00\x69\x91\x3f\xe3\x17\xf9\x32\xfc\xbc\x6b\xe1\xb8\x99\xf1\x96\xf8\x7c\x7f\x94\x77\xc1\xfb\xfe\xdf\x28\x79\xe2\x81\xf1\xa4\x84\xf2\x07\xb9\xe3\x37\x15\xaf\x9e\xde\xac\xa1\xfa\xc6\x94\x99\xcc\xc0\xab\x6a\x97\x24\x66\x5f\x91\x6e\x47\xe8\x8c\xe6\x0c\x5d\x1d\x39\x11\x83\xd4\xd0\x69\x87\x1c\x96\x31\x6e\x25\x27\x4d\x72\x9c\x78\x4a\xe3\xc4\xee\x33\x7e\x33\x82\x9b\xf4\x94\xb6\x45\x4d\xf0\x8f\xde\x69\xb4\x33\xca\xd2\xfb\xc6\xa1\x2b\xa6\x5f\xd7\xf3\x7a\xcd\xca\xd3\xb1\xb0\x5f\xb3\xc8\x53\xf9\xa6\xab\xa5\x73\xf8\x11\x8f\xca\x76\x73\x4b\xb9\x95\x76\x9e\x11\xcc\xe5\xe6\xc6\xa1\x72\x1e\x79\x10\x65\x94\xb1\x28\xdb\x7d\x2c\x64\xeb\x1d\x99\x1f\x31\xae\x1d\x6e\x6a\x87\xcd\x9d\xeb\x56\x00\xaf\x34\xe4\x83\xce\xb8\xc9\xc0\x7b\x75\x83\x59\x11\xae\xbb\x60\x40\xd5\x2d\x30\xdd\x85\x0d\x40\x39\x7c\x66\xba\x93\x0c\x80\xa2\xc7\xcc\x32\x47\x05\x00\xf9\x38\x7f\x3d\x87\x43\x00\xb2\x71\xbf\xf3\x40\xc7\x2f\x37\xec\xbc\x33\x37\x3b\x62\x1d\x4c\xcf\x45\xca\x2d\xb6\xc3\x85\xda\x35\xf5\x68\xe3\x0c\xbc\x1e\xd3\x34\x3b\x08\xef\x73\xae\xaa\xa4\x56\x8d\x4a\x8e\x53\x7e\x19\x79\xbe\x4b\xf0\x6a\x52\xa6\xd1\xb2\xc3\x42\xbb\x11\x3a\x3a\x37\x34\x5c\x85\x53\xc0\x76\xaf\x68\xb0\x8e\x45\x95\xd4\xee\x6d\x73\x16\x04\x7b\xce\x54\xcd\x58\x67\x33\xa7\x6b\x8e\x92\xe1\xfe\x15\x62\xb3\xee\x45\xe8\x9a\xd5\x84\xf0\xcd\xbc\x9f\xe8\x6f\xb5\x6d\xfe\xa2\x19\x6e\x59\x63\x6d\xad\x66\xbf\x08\x68\x2d\xaf\xb3\x5b\x10\xc8\xe1\xff\xf4\xb1\x98\x9d\xd9\x8c\x6d\x01\x26\xfd\x9a\x36\xd7\x02\x24\xfc\xd5\xc1\xc0\x62\xce\xd4\x9a\x29\x3b\x61\xa1\x71\xc1\x94\xb4\x49\xa6\x10\x67\x30\x71\xa2\xbb\xdf\x4a\xc8\xd3\x89\xf3\xbb\x38\x61\x29\x54\x6b\xe9\xf9\x32\x7c\x6e\x43\xb3\x46\xc5\x84\x69\x5e\xe7\xe0\x95\x5a\xa0\x77\x86\x47\x36\x7c\x57\xae\xf2\x76\xf0\xd0\x82\x5f\xca\x9a\x5e\xaf\xc7\x6d\x02\x50\xa8\xfc\x5d\xff\xb4\x0e\x82\xe8\x80\x5c\x5c\x31\xff\xd6\x73\xd2\x07\xf3\xb3\x1d\xfa\xd3\xf1\xee\xc0\x87\xc9\xf3\xf0\x3a\x64\xa3\x44\x30\x5e\xfd\xba\xfe\x78\x19\x5e\x15\x2b\x0e\x09\xc7\xba\xa9\x3c\xae\xb5\x78\xd5\xf4\xb4\xc0\x7a\xcc\x1f\x1f\x0a\xdc\xb8\x8b\x2d\x08\xa1\x84\xc0\x4d\xcb\x18\x81\x5c\x6b\xb6\x3c\x5c\x2f\x61\xd0\x2b\xa1\xb1\xc6\x6b\x4d\xb7\xab\x87\xe2\xf4\xe0\x9d\xe1\xa3\x03\x96\xeb\x6a\xce\x3e\x15\x16\xb1\xc2\xd3\xc4\x31\xc0\x66\xf9\xff\xe3\xec\xbc\xe3\xb9\xee\xde\x3f\xfe\x4a\x21\x2b\x3b\xc9\x8e\xb4\x90\xb4\xa5\xa9\x3d\x34\xb4\x07\xda\x8b\x52\xda\xc3\xaa\x14\x4d\xa3\x92\x94\x54\x56\x43\x68\x50\x44\x85\xb6\xd1\x22\x0d\x12\x0d\xa4\xd2\xde\xe7\xf7\xf8\x5c\xe7\xfd\x56\x54\xf7\xf7\xbe\x7f\xf7\x3f\xd7\x6d\x77\x5d\xef\x73\xae\xf7\x39\xe7\x7a\x9e\xd7\x65\xed\xe7\xdb\x2e\x7b\xa4\xf1\x3c\xb3\x03\x3e\x1d\x26\x0f\x9b\xe9\xfc\x25\x25\xb5\xc3\xeb\x21\xaf\x9c\x1d\xf3\x9a\x77\x58\x3d\xf8\xb2\xb3\x73\x55\x41\xbb\xbd\x83\x7b\xcf\xf1\x61\xab\xda\x98\x0e\xbc\x3e\xa3\x0e\x8b\x32\x97\x1e\xf0\x75\x72\x14\x4b\x6f\xf1\x71\xc0\x6e\x87\x7d\xec\x56\x73\xe3\xfe\x46\x0e\x6d\xd8\x63\xd3\xe9\x7d\x0a\x27\x2c\x62\xdf\x9a\x7c\xea\xd7\x65\xcc\x76\xf6\xad\x49\x4c\xef\xc3\x63\xda\x31\x66\xd8\xb2\x6f\x94\x7d\x22\x63\x86\x9b\xfa\x2c\x1b\x3e\x96\x31\xfd\x5d\x3f\x9f\x7f\x7b\xe1\x76\x58\x3f\xe2\x59\x44\xfe\xe9\xb1\x11\xd7\x85\xc8\x0f\x98\x4d\xf9\x32\xbb\x78\x21\xd5\x6d\xd3\x67\x2d\xa5\xe7\x9f\xe4\xb4\x92\xea\x5c\xb1\x53\x3c\x69\x1d\x71\xd0\x96\x9f\xa6\x06\x3b\xf9\x50\xbd\x7f\x63\x84\x2f\xdd\x7b\xf7\xca\xd8\x74\x42\xf5\x33\xb0\x68\xb6\x9f\x85\x69\x9c\xd2\xf5\x99\x87\xd7\x7b\xd9\xbc\xd4\xfe\x38\x7e\xdc\xda\x2e\xf6\xf5\x9a\x06\x0d\xff\xe0\x9d\xe8\x3c\xb2\xa5\xcb\xa0\x64\xaf\x23\x3e\xc1\x66\x8f\xfb\x3e\xf2\x4c\xdb\x07\x8b\x31\xb6\x9a\x1e\x45\xa7\x47\x5b\x1c\xee\x71\xc1\xc3\xfc\x96\x92\x45\xaf\xee\x27\xdd\x8b\x5f\xae\x30\xf3\xee\x3e\x7b\x55\x02\xbb\xd9\xa2\x79\xf7\x6e\x4b\x4e\xb1\xe7\xa6\x47\xbb\x05\x2f\x4c\x67\x5f\x4c\x56\x74\x1d\x37\x2f\x9c\x31\xa3\xa3\x5d\xdf\xcf\xad\x64\xcc\xc8\xb1\xab\xf1\xac\x60\xc6\x0c\xe6\xda\x7c\x9e\xd1\x8c\x31\x7d\xb7\x2e\xfb\xa6\x79\x31\xa6\x7b\xc4\x66\x99\xe3\x02\xc6\x74\xee\x58\xfb\x3b\x74\x64\x4c\xbb\xe0\xa7\xff\x9c\x83\xa8\xd2\x1b\x45\xe3\xe2\x71\xbb\x29\x14\x9f\xbb\x2a\x2e\xc4\x41\x64\x75\x5c\x32\x14\xbf\xf0\x3f\x49\x4e\xfc\x94\xf0\x68\x91\x0f\xdd\xe7\x8b\x30\xd9\x44\x75\xaa\x5d\xa9\x5b\xe8\x5c\x73\x8b\x4d\x00\xf1\x54\x5e\x72\x3b\xa8\x1e\xba\xc0\x74\x57\xbf\x7a\x81\xc0\x8c\x5b\xc1\x29\xfa\x90\x3d\x36\x6e\xfb\x8e\xb3\xed\x7e\xa8\xbf\x1c\x6c\x19\x64\x33\x78\xa8\x81\x56\x9f\x56\x81\x4b\x67\xda\x34\x51\xee\xde\x32\xe0\x96\x77\x3d\x13\x1d\xeb\xb5\x01\xd2\xa1\x6d\x9b\x0e\xef\xf0\xc2\xdf\xe1\x94\x76\xd3\x75\xed\x8e\x6d\x8b\xca\xad\x67\xf2\xba\x6d\xcc\xb6\x69\x15\x3e\xc6\xd6\xed\x0c\x37\xa7\x32\x66\x18\xdf\x6e\x85\xcf\x33\xc6\x0c\xc6\xb4\xbd\xe3\x75\x98\x31\xbd\x7e\x6d\x17\xac\x56\x92\xe4\x36\xab\x9d\x2b\xaa\x18\x6b\x3c\xa6\xed\x83\x25\xa9\x8c\x35\xde\xd4\x76\x96\xdb\x6d\xc6\xb4\xa7\x5b\xd5\x59\x20\xc5\x98\x96\x5b\x9b\x4b\x2e\xb1\x8c\x35\x74\xb7\x72\x9d\x2b\xc5\x58\xc3\xf9\xa2\xff\x6f\xd6\x8f\xa5\xea\x51\xe9\x3b\x3e\xcf\x0b\x4c\x16\x92\x7e\x5a\xb6\xcd\x72\x1a\xe7\x19\xb6\xbc\x9a\x92\x74\xdd\x87\x4e\xd1\x8f\x95\x6c\xa6\x7b\xfb\x91\x8b\x02\xa8\xcf\xda\xee\xbd\x41\xa4\xaf\xe6\xdf\x73\x17\xc5\x6f\xad\x6d\x28\xd5\x41\x16\x0f\xde\x47\xa7\xe7\xd3\x6e\x1d\x24\x5e\x62\xbc\x53\x54\xbd\x86\xa3\x81\x41\xb9\x07\x1f\x99\xad\x55\x2a\xe9\x3e\xf3\xc0\x88\x3e\x1b\xb5\x14\x3a\x9d\xdf\xff\x7c\xf2\x32\xed\x99\x6d\xdb\xec\x5f\xb8\x7a\xac\x8e\xac\xc5\x97\xf0\x77\xc1\x76\x3a\x6f\x5a\x25\x84\x2f\x4c\x08\xd3\x29\x6c\x71\x6c\xdf\xb3\xeb\x45\x3a\x16\xcd\x1f\xef\xdb\xfc\xfc\xb0\xf6\x81\x16\x9e\x7b\xfb\x30\xa6\xe5\xd2\xbc\x70\xa7\x02\x63\x9a\x71\x2d\x9c\xb7\x45\x33\xa6\x69\xdf\xb2\xee\xc6\x4b\x8c\x69\xb6\x6c\xd9\x74\x43\x13\xc6\x34\x8e\x37\x37\x5c\xbb\x91\x31\xb5\xce\x2d\xe0\x35\x8c\x31\xb5\xf5\xcd\xb5\xdc\xeb\x32\xa6\xda\xa1\xf9\xf8\x15\x5d\x18\x53\x29\x6a\x3e\x6f\xa9\x64\x1d\xb6\xf4\xad\x17\xd7\x43\x7a\x6a\xce\xf3\xdb\xdd\x0d\x8b\xc8\x66\x9f\xe6\x3c\xc4\x85\xe2\x75\xc2\xf8\xdf\x4c\xf5\xb8\x38\x17\x7f\xfa\x7a\x54\xd3\x60\xaa\xbe\xed\x35\xdc\x4d\xf5\x9e\x40\xbb\xbd\x54\xb7\xf2\xed\x7b\x80\xea\x96\x2b\x3a\xf3\x7a\xb1\x73\xd2\x21\xca\xaf\xe3\xaa\x62\x69\x9c\xf4\x7f\x9a\xf0\xa6\xbe\x1e\xd0\xf5\x4a\x82\xa1\xf1\xc8\xfa\x1a\x56\x1d\xe3\x7d\xba\xd5\x51\xee\x62\xb6\x22\x7e\xe9\x84\x08\xd5\x06\xcd\xf6\xc7\x0f\x5e\x36\x58\xad\x8e\x71\x79\x7c\x8b\xa0\x3e\x6a\x03\x8c\xec\xe3\x92\x63\xaf\xaa\xbe\x31\xc8\x8d\x6b\x72\x25\x47\xd5\x4a\xff\xcb\xb1\xbc\x27\xa7\x94\x17\x19\x8c\x3a\xfa\x92\x31\xa5\xee\x06\x16\x11\xb1\x8c\x29\xee\x31\x98\x12\x36\x95\x31\xc5\x05\x06\xdb\x43\xa2\x19\x53\x1c\x61\xe0\xbc\xe3\x31\x63\x0a\x85\x86\xf3\xfc\x1f\x32\xa6\xb8\xca\x50\x65\x73\x08\x63\x0a\x17\x0c\xce\xf9\x69\x30\xa6\xd0\xdc\xf0\x93\xcf\x0f\xc6\x14\xeb\x1a\x7c\xf0\xbe\xc8\x98\xfc\xa9\x67\xc9\x73\xa9\x7e\x79\xbf\xf9\x92\x3c\xca\xff\x2f\xbd\x68\x3d\x90\x71\xd6\x97\xf2\xde\x19\x9b\x6d\x74\xfa\x1f\xaf\xbc\x83\xe6\x41\xcc\xd9\x3d\x33\x24\x76\x5f\x5c\x38\xd5\xc9\xb7\xaf\xe1\x7a\x01\x1b\xbd\x62\xa8\x3e\xea\x99\x74\x84\xea\x5e\x6e\x31\xf1\x14\xaf\x69\x53\xb8\x7e\xc4\xf0\x17\x49\xc4\x5b\x75\x09\xe3\x75\x63\xcb\x5e\x69\x7b\xb5\x3d\xeb\x8c\x6f\x3a\x29\xcd\xa0\xdd\xa7\xfa\x23\x0c\x77\xa4\x2d\x1f\x39\x5e\xae\xae\xee\xb9\xb4\xc8\x85\x56\xf5\x93\x1a\xcf\x49\xbb\xb3\xb5\x43\x7d\x75\x6d\x85\xb4\x84\x43\x87\x65\x12\x1b\x1d\x4c\xdb\x77\x31\xa8\xde\xfc\xc6\xb3\xd3\x72\x4b\xa6\x00\x5a\x3f\xce\xd2\x0d\x5a\x8d\x6e\x27\x49\x77\x55\x39\x34\x56\x81\xce\x00\x7e\x44\x4d\x64\x4c\x3a\xb4\xc1\xbd\x08\xaa\xa0\x28\xae\xda\x37\x43\x62\x75\x8c\x43\x3c\x18\x93\x35\x54\x4c\xdd\xf9\x9e\x3e\xbf\x24\xc8\x81\xf6\x14\x32\xdb\xdc\x25\xf6\x61\xe8\x52\x7a\x5e\x37\xf4\x79\x7e\xbb\x28\xb7\x91\xfa\x9d\x9c\xa9\xe4\x3a\x48\x09\xb9\xbb\x88\x8f\x8c\x79\xcd\x75\x80\xc2\x5d\x23\xe8\xf6\xf4\x8e\x62\x5e\x75\xdd\xec\xc1\x79\x98\x35\x9f\x13\xa8\xfb\xc2\x8a\x45\x9c\x0b\x99\x9b\x75\x9a\xd6\x13\x93\x06\x9d\xa5\xf9\x32\x28\xea\x3c\xe9\xc6\xb4\xc3\x45\x1a\x17\xfa\x4e\xd7\xba\xc8\x05\x03\xda\x57\xaf\x9b\x99\x49\x01\x9a\xf3\xae\x27\x0f\x5e\x04\xa8\x96\x67\x19\xce\x05\xd0\xa0\x30\x6b\xec\x86\x38\x40\xb1\x77\x96\xcc\x41\x7f\x40\x2e\xed\xfa\xf5\x73\x33\x01\xd9\xd0\xeb\xd6\x0f\x92\x01\xe9\x09\xd7\x0e\x7c\x57\x04\xa4\x66\xa5\x53\xbf\xea\x3a\x8b\x92\xaf\xf2\x35\xc0\x49\x0f\xb2\xd3\xe2\xf9\xbd\xfe\x09\x47\x78\xe7\x8d\x89\x51\xd4\xe7\x1a\xf5\x0f\x50\x7f\x66\x8c\x0f\x1b\xc5\xbf\x7f\xf7\x2b\x89\xbd\x33\x79\x2d\xad\x1b\xae\xe8\xf3\x2a\x51\xaa\xfe\x0e\xd2\x3f\x38\x11\xb7\x87\xee\x71\x1f\x6d\x7d\x80\xc6\xc3\xfe\x29\xd1\x54\x2d\xdb\xdd\xf5\x18\xf1\x72\xfe\x6b\x8e\xd3\xad\xda\xf5\xdd\x4e\x52\x5e\x5d\x3d\xe8\x34\x55\x59\x16\xe4\xf0\xe7\x3d\xfd\xfd\x05\xaa\x1e\x8d\x09\xb8\x44\xfc\x50\x6f\x95\xab\xf4\x7d\x16\xce\xb9\x34\x9f\x54\x33\xee\xd0\xcf\xcb\x38\xe7\x1f\xd1\x99\x09\xd4\x29\xbb\xdb\xb1\x2b\x75\xd8\xb8\x9b\xed\x30\x98\xec\x0d\x77\x8a\x58\x81\xe6\x1e\xaa\xc7\xdc\x35\x39\x4d\x9c\x44\x7e\x49\x3e\x65\xe4\xbc\x62\x5e\x51\xcc\x11\xea\xf7\x97\x85\x9b\xe3\xe7\x79\x1c\x90\xb2\x88\xdb\x44\xa1\x92\x96\x20\xd4\xf3\x8e\x0a\x37\xb2\x63\xf2\xb8\x8d\xd4\xa6\xfd\xbc\xe0\x7f\xda\xba\x60\x7a\x41\x9e\x4c\x0b\xa3\x7c\x19\xbb\x21\x92\xe6\xf9\xc1\xc0\xc3\x94\xef\xf6\xe8\x27\x50\xff\xa4\xa0\xf8\x44\x1a\x37\x22\x07\xe4\xbd\x86\xeb\xe2\x2c\xcd\x4c\x77\xe4\xe3\xe0\x22\x71\x03\x4e\xb7\xaf\x51\xfc\x86\x0f\xcf\xa6\x8f\xbb\x55\x72\x3e\xa2\x79\xd6\x5d\xd2\x07\x50\x5a\x5f\x48\xbc\x19\xf0\xf8\x98\x06\xfd\xdf\xe3\x43\x9d\xdb\x4b\x6c\xc9\x99\xf1\x94\x99\x4a\x2e\xaf\xa0\x19\x5b\x52\xc8\x33\xd1\xe3\x87\xc7\xe9\x8d\x5e\xd2\x99\x57\x22\x1f\xfb\x55\x71\xa2\x89\xeb\x7a\xe0\x96\xc0\x77\x64\x75\xa8\x19\x97\x0b\x82\x1e\xc4\x59\xa1\xc2\x98\x24\x74\x60\x38\x2e\xd4\xf5\x8e\xd1\xbd\xa5\x74\xc7\x10\x5a\x1f\x25\x5a\x71\x3d\xa4\x63\x99\xfc\xb9\x47\xb9\x1f\x2b\x00\xf1\x1f\x9c\xfb\xda\x99\x7c\x86\xfa\x00\x6c\x29\x4e\xa5\xf7\xa1\xcf\xa2\x74\x7a\x3a\xab\xa6\x5f\xa4\xa7\xb5\xf0\x3d\xe7\x04\x66\xbe\xbc\xa1\x28\xb1\x13\x87\xdd\xa2\xfb\xe2\x43\xa4\xee\x92\x17\x9d\x9f\x3e\xa0\x75\x76\xd3\x39\x8f\xe9\x69\x2a\x0c\x7d\x96\xcc\xe3\xf0\x22\x49\x99\x3a\xe8\x54\xaa\xb5\xa7\x9d\xc9\xcb\xd9\xa3\x88\xb4\x79\x59\xb5\x58\x4e\x62\x5f\x25\x07\xd2\x4c\x7d\x79\xee\xd8\x2b\x6e\xaf\x13\xb1\xf8\xf2\x4c\x39\xd5\x81\xcb\x04\x25\x81\xc2\xf7\xdc\x56\xf7\x7d\xe9\x23\xc4\x45\xa8\x2c\x5f\x16\x3a\x70\xa4\x7f\x65\x35\xb8\x98\xd3\xf4\xf1\xe9\x05\xfb\xe9\x5e\x7b\x9c\x4b\x0c\xf5\x03\x8a\xc9\x49\xa0\x3a\xf7\xfe\xe2\x33\xb4\x5e\x0a\xb1\x39\x4b\x79\xc0\xff\xde\x05\xfa\xf7\x8b\x1c\x90\x97\xeb\x35\xe2\xb2\x97\xb5\xe0\x7c\x84\x4b\xea\x2d\xe2\x4d\xa7\x06\x70\xbf\x47\x4f\x7d\x40\xa3\x7c\x40\x4e\x31\xad\x4b\x3b\x1c\x2b\xa5\x7d\x7b\x93\x62\xce\x85\xc8\xcf\xad\x12\xc6\xc3\xa7\x73\x0a\xc4\x3b\x7c\xbe\xd0\x9a\x94\x48\xbe\xc6\x0c\xa3\x19\xf6\x6d\xe8\x7c\xfa\x0d\xdf\x9c\xb9\x72\xdb\x77\x3d\x4e\xac\x7c\xbb\x7c\x69\x00\xff\x3c\x27\x6c\x3e\x39\x71\x7f\x5e\x8c\xe6\xb6\xf4\x94\x10\x17\xa1\x02\x7d\xd7\xa9\x66\x5c\x44\x8e\xea\xca\x7c\x6e\x33\xe8\xbe\xdb\x71\xbb\x23\x14\xdd\xc3\x76\x27\xe8\xaf\x47\xa4\x9f\x1d\x85\x5f\x38\xa8\x1d\xea\x97\xf2\xf8\x38\xb8\x46\xf3\xdd\x47\x25\x87\xaa\xb1\xab\xf5\xf9\x38\x5f\x54\x37\x9f\xf8\xa1\xd9\xc3\xef\x11\x27\xe4\x58\x56\x44\xf3\xc6\xde\xeb\x09\xf9\xd9\xc7\xba\x8c\xe2\x68\xf5\xa1\x92\xf6\x67\x46\xb3\xdf\x12\x17\x20\xa7\xff\x25\x9c\xc7\xe1\x27\x07\xd2\x52\xe8\xe7\x31\xd0\x93\xdb\x19\x02\xf7\x21\xd6\xfb\xc3\x04\x25\xc8\x24\xb1\x7e\x2b\xd4\xad\xab\xf4\xf0\x0b\xe7\xf0\x66\x08\xb7\x15\x76\x42\x5c\x3a\x09\x71\xa9\xf3\xe7\xf1\xc2\xe3\x72\xac\x57\x12\xcd\xe3\x48\x9b\x9a\x1c\xd4\x4e\xc7\xcb\xb4\x4e\xde\xe6\x92\x4d\x51\xf7\xd5\xbf\xc5\xc7\x81\xc7\x5d\xfa\xfe\x15\x16\x0f\xa8\xcf\xa0\xeb\xe9\x47\x44\x6d\x4d\xbf\x59\x4a\x74\xd7\x84\xee\xcf\x69\x3e\x0c\x53\x79\x41\xa3\xb9\x57\x87\x37\xc4\x87\xb4\xc9\xf9\xb8\x85\xc7\x81\xf3\x11\x72\x39\xec\x77\x0e\xa4\x17\xb7\xbd\x05\xff\x1d\x84\xb8\x2c\x13\xfc\x16\xfb\x5c\x1c\x12\xea\xfa\x19\xc2\xc7\x05\x73\x84\x78\x08\x27\x25\xfc\x37\x7f\x16\x88\x93\x5a\x7d\x82\x50\x52\x5e\x33\x2e\x7c\xbc\x1c\xba\x71\x8e\xde\x87\xd5\x1c\x54\xfa\x55\xca\x9b\x81\x31\x37\xe8\x39\x6e\x4a\xcb\xa7\xfd\xf8\xba\xd4\x07\x34\xde\x57\x2b\x73\x3e\x62\x89\x65\x29\xe5\x55\x67\x3c\xa3\xf1\x34\xb5\x6e\xe5\x1a\x89\x1d\xbf\xe5\x0d\xe9\xc8\x0c\xed\xf2\x89\xde\xb7\xdd\x87\x7e\xa5\x79\x23\x72\x20\x7a\x0f\xb8\x95\xfd\xca\x7e\xe7\x40\x04\x3f\x44\x0e\x64\xb4\x1f\xb7\x22\x27\xe5\x23\x70\x1e\x61\xc2\x4d\x10\x51\xf7\xe2\x52\x5f\x6e\xef\x0b\xf1\xac\x54\xc3\x1f\x38\x87\x8f\x3d\xb9\x15\xf5\x73\xca\x85\xb3\x97\x52\x15\x89\x15\xf5\xa0\x44\x3d\xa4\x1d\xc5\x7c\xb4\x6d\xed\x5b\x40\xeb\x25\xdf\x7b\x8f\x88\x2a\xf0\xb6\x7c\x42\xe7\x0d\xcb\x27\x3e\xa7\xbf\xe6\xa6\x56\xb9\x92\xe6\xc3\xdd\x2a\xca\x7f\x93\xc7\x7c\xa2\xf5\xf7\xe8\xe2\xaf\x94\x4f\x87\x4c\xe2\x7f\xc5\x46\xe8\x87\x63\x31\x97\xd5\xe0\x1f\xa4\x3b\xfd\x7e\xe2\xf7\x1b\x07\x22\xf0\x1b\x33\x04\x9d\x10\xb1\x3f\x8e\x38\x2e\x22\x05\x7e\x26\xc9\x89\xdb\xab\xc2\x8e\x39\x5f\x9d\x5b\x91\x9b\x7a\xef\xfe\x6b\x3c\xbe\x0b\xe3\xa3\x5a\x3f\x87\xde\xa3\xe1\xad\x6f\x12\x0d\x11\x22\x75\x97\xf8\x97\x40\xc6\xf5\x51\x36\xc6\x14\x53\x54\x7d\xba\x3f\xa7\x7c\xe9\xee\xf9\x82\x9e\xfb\x32\xd5\x2a\x7a\xab\xb9\x56\x7c\xa4\xf7\xc9\xac\x05\x5c\x17\xa8\x9a\x03\x11\x78\xa0\xbe\xc2\xf3\x16\xb9\xa8\x96\xc2\x6c\x6d\x24\x8c\x56\xe9\xf4\xdf\xe3\xa0\x27\x3c\xe7\xea\xfe\x38\x13\x6b\xce\x8f\x45\x82\x62\xae\x8f\xc0\x47\x89\x7c\x90\x38\x4f\xc4\xbc\x71\x51\x88\x9b\xc8\x7f\x3c\xbc\x2d\x8c\x13\x31\x1e\xd7\x7f\x8d\x0b\xe7\xca\xd8\x2f\x3a\x16\xbf\xd5\xff\x6b\xf5\xc1\xa8\xad\x7f\x51\x9b\x03\x11\xfb\x7f\xd8\x09\xdf\x3f\xbe\x8a\xdb\xe9\x1b\xb9\x75\x13\x6a\xd6\xd5\x1c\x48\x2d\xfe\x21\x76\x1b\xaf\x73\x88\x1a\x1d\xc4\x32\x8c\x02\x4a\x84\xfa\xe0\xb7\x41\x3f\xf9\x87\xea\x7a\x6f\x2d\xfe\x41\xac\x7b\x5f\x15\xfe\x6d\x17\xaf\x72\x5b\xbb\xff\x49\xb2\xd0\x27\x25\x49\xe0\x22\xfe\xe8\xff\xff\xd2\xbf\xf8\x1f\xba\x0f\xbf\xf5\xc7\x79\xc4\xed\x42\x41\xf7\xc3\x33\xfe\x97\x38\x78\x01\x61\xc2\xdd\xf5\x63\x82\x0f\xe7\xb2\x81\x1f\x7b\x80\x1b\x0f\x79\xfd\xef\x69\x08\xb7\x92\xaf\x55\xf5\xe1\xb6\x54\x88\xe5\x7d\x81\xf7\x10\xf9\x87\xeb\x42\xfd\x5a\xd4\xff\xa8\xe6\x3f\x44\xfd\x8f\x5a\xfc\xc7\x89\x21\xbf\xc4\xe1\x2f\x7d\x60\xfe\x57\x1f\x94\x6a\x2e\xe6\x2f\x1c\x48\xed\xfe\x38\xf3\x8f\x09\x71\xf8\x95\x03\xf9\x25\x0e\x71\xb6\xc0\x8f\xf7\xc0\x05\x4b\xc9\x6a\x01\xb8\x2d\x2b\x99\xcd\x40\x59\x03\xe0\xdb\x3c\x80\x0d\x03\x2a\x85\x1e\x3a\xa2\x1e\xca\x6f\xfc\x83\xc0\x03\x5c\x10\xfc\x14\xf9\x8f\xb3\xfb\xff\xec\xff\x3f\xf1\x0f\x7f\xeb\x03\x22\x7e\x2c\x72\x0f\xe6\x02\x0f\x25\x72\x53\xe2\xb8\xa8\xee\x8f\x23\xe8\x3f\x38\x09\x9c\x54\x35\x07\xf2\xbd\x56\x1c\xb6\x02\x5f\x2c\x81\xa3\xf9\x92\xd5\x14\x20\x79\x83\x7d\xa9\x04\x6e\xc7\x01\x9f\x52\x80\x67\x87\x80\x4f\x13\x01\x36\x10\x28\x13\xe2\x50\xcd\x3f\x08\x9c\xcc\x75\xe1\xf3\xff\x96\x7f\xa9\x5d\xff\xff\x93\xff\xb5\x79\x8f\xbf\xf5\x41\x11\xe3\xf2\x1b\x07\x12\x5e\x33\x4f\xd4\xe0\x40\x72\x25\x6b\x30\xe0\x87\x11\xb0\x79\x36\xf0\x25\x0e\xd8\x63\x0e\x7c\x0c\x01\x8e\x8c\x06\x3e\x0e\x05\xd2\xce\x02\xef\xef\x00\x37\x8a\x81\x0f\xdb\x80\xb2\xa2\x9f\x79\x41\x9c\x0f\xf7\xb4\x6b\x8e\x83\xcb\x82\x96\x88\xc8\xbf\xfc\x5b\xff\xff\x89\x7f\xa8\xdd\x07\x45\xec\x87\x21\x5a\xf1\xf3\xe2\xf7\x89\xe3\xa3\x36\x07\x32\x48\x9a\xdb\xf1\x6f\xf8\x73\x9f\x2d\xc9\x59\x0b\x81\x95\x91\xc0\x57\x75\xc9\x5e\x0d\xf8\xd4\x0b\x08\xb5\x07\xde\x65\x02\x47\xe2\x80\xb7\x3a\x3c\x4f\x4a\xde\x4a\x37\x3d\x81\x57\x11\xc0\xd3\xf5\xc0\xab\xfa\x3c\x47\x3c\x12\xf4\x61\x6e\x09\xf9\x42\xe4\xe1\xc4\x3c\x58\x5d\xff\xbf\x59\xcb\xff\xa0\x9a\xfe\x47\x0b\xb9\xea\x4f\xfc\x83\xe8\x57\x75\x1f\x90\xbf\xf4\x41\x11\x3f\x2f\x7e\x9f\xf8\x73\xff\xc8\x81\x44\x02\x33\x9e\x02\x5f\x74\x80\xa5\x1b\x81\x8f\xd1\xc0\x86\x4b\xc0\x5b\x2d\xc9\x1e\x06\x78\xe9\x0f\x1c\xaa\x03\x54\x6e\x04\x24\x3b\x9a\x0a\x29\x20\xd7\x05\xa8\x18\x06\x3c\x4b\x02\x24\xab\x73\xc9\xbb\x44\xe4\xc2\x44\x3d\x1c\x71\x1e\x88\xfc\x4b\x92\xa0\x35\x74\x5c\x78\xe7\x1c\x15\x18\xa5\xc3\xc2\x18\xfd\x8d\x7f\xe8\xf1\x33\x0e\xb5\xf9\x87\x7f\xd7\x07\xe5\x27\xf7\x20\xea\xa4\x88\xf1\x6c\x23\x30\x2a\xd5\x1c\x48\x16\xf0\x4d\x07\x98\x62\xc9\x7b\x1f\x49\x16\x24\x6f\x7a\x02\xeb\xd2\x81\xca\x06\xc0\xce\x4e\x40\x79\x3f\x20\x3a\x04\x78\xf6\x03\x48\xfe\x01\x3c\x29\xe6\x63\xbe\xd4\x0e\x78\xea\xfe\x93\x07\xba\xa3\x56\x33\x1f\x9e\x13\xb8\x86\x24\x41\x63\xe5\xb8\xb7\xf0\xdc\xad\x6a\x8e\xfb\x48\x43\x6e\xf7\x8b\x4c\x96\x10\xa7\x5d\xde\x3f\xe3\x20\x3e\x57\xe5\xfb\x35\xfd\xfd\x9b\x0e\x86\xa8\x8f\x20\x23\x55\x33\x2e\x22\x17\xd3\x42\x60\xfb\xba\x98\x01\xdf\x16\x00\x83\x86\x02\x1f\xda\x02\x13\x2f\x01\x55\x33\x81\xf9\x3b\x80\xca\xae\x92\x35\x2a\xf0\x2c\x16\x08\x8c\x05\x4a\x3b\x4b\xf6\x38\xbc\x2f\xd8\x99\x48\xe0\xd1\x11\x20\xb7\x11\x50\xb8\x07\x90\xec\x2b\x1f\x08\xf3\x5a\xe4\xa1\xc4\x79\x70\x5a\x18\x0f\xa2\xee\xcd\xe1\x98\xbf\x3c\x77\xc1\xef\x50\x81\x0f\xda\xb5\x90\xdb\xed\xe7\x7f\xc6\x41\x7c\xfe\xff\x95\xff\x10\xad\x18\x2f\x31\x1e\x06\xd2\xc0\x8f\x37\x80\x55\x5b\xe0\xa3\x1f\x60\x6b\x2d\x59\xd5\xf3\xf9\x51\xc1\x24\x7b\x53\xe0\xc9\x13\x9e\x2f\x1f\xf7\x01\xb6\x31\xa0\xb0\x3b\x70\xd0\x1a\x78\x20\x07\x24\xbd\x07\xee\x7e\x02\xb2\x4e\x00\x79\xd9\x40\xe9\x4b\xe0\xf6\x4e\xe0\xc7\x13\xe0\x12\xe3\xbc\x4f\x8a\x47\x1d\x3a\x77\x8a\x7f\x26\x45\xfd\xa2\x0e\xef\x94\xa2\x7d\x42\x84\x26\xe8\x5c\x66\x5f\x7e\x5d\x52\xb8\x13\xb9\x97\xe0\x87\xa0\x7d\xe6\xce\x1d\x98\x20\xb1\xfe\xb7\x40\xba\xad\xdb\x06\xfe\x8c\xc3\xbf\xf6\xff\x8f\xf5\xf0\x9f\x5f\xaf\xf3\x9e\x5b\x8d\x24\xe0\xd3\x17\xa0\x59\x5b\xe0\xf5\x0d\xa0\x4b\x63\xae\x83\x36\x74\x19\xf0\xc4\x18\x56\x53\x93\x81\x42\x56\xaf\xdf\xb2\x34\xa0\xe0\xb2\xec\xfa\xcd\x3b\x81\x3b\x4e\x72\xa3\xc3\x1f\x03\x37\xa6\x28\xb4\x3e\x65\x02\x64\x77\x56\x54\xbe\x76\x04\xb8\xe6\xa3\x58\xf0\x58\x06\xb8\xd2\x4f\xe9\xc0\xd7\x5d\x40\x2a\x94\x69\x05\x7f\xdc\x5c\x99\xf4\x34\x0f\x2d\x51\xa6\x73\x87\xfd\xe7\x1b\xd0\xdf\xde\x6b\xd1\x60\x0e\xf9\xbd\x4a\x89\xee\x5d\xed\x30\x57\xa4\xf3\x99\x80\x43\x4a\xf4\xf5\xad\xbd\xe5\xf3\x25\x76\x93\xad\x2c\xf5\xfe\xf0\x1d\x2b\x13\x2f\xc6\xe1\x3f\xfb\xfd\x0f\xf6\xb3\x29\x20\x6b\x00\xbc\x3a\x5b\xb7\x8d\xae\x19\xf0\x74\x82\x7c\xac\xd5\x43\xa0\x70\xb0\xca\x94\x01\x06\x40\xbe\x87\xc6\x31\x87\xf3\xc0\x8d\xc3\x8d\x9a\x2f\xb2\x07\xae\xbd\x6d\x74\x7d\xc3\x3a\xa9\x63\x97\x5a\x37\x0a\x0e\xf5\xa9\xf7\x32\xdd\xba\x51\x44\xbc\xbc\xcc\x84\xb4\x07\x8d\xa2\x2f\x3a\xc9\xa4\xa6\x14\x36\xfa\xf2\xc0\x59\xd6\xea\xcc\x53\x6d\xe7\xf7\x8b\x65\xbc\x12\x9a\x37\x8e\x66\x4c\xf6\x58\xe4\x62\x5d\x27\xc6\xe4\xce\xec\x75\xd1\x35\x67\x4c\x4e\x35\xf8\x82\xce\x75\xc6\xea\xf7\xab\xe6\x5d\x2a\x74\xe4\x18\x93\x79\xb8\xc9\x80\xfa\x2d\x15\x6c\xb8\xd2\xb8\x90\x31\x99\xd6\x3e\x19\x3a\x7b\x18\x93\xf9\xea\xe5\x2c\xf9\x58\x3a\xc3\x43\x51\x67\x01\x63\x32\x76\xff\xdd\x7f\xb1\x2e\x2e\x4b\xfd\xb9\x99\x91\x1c\xed\x92\xdf\x7d\x53\xa6\xdd\x52\x79\x8e\x2a\xed\x02\x8b\xeb\x69\x6b\x48\xc6\x45\x7e\xa0\xae\x4f\xcb\xd6\x75\xe7\xe7\x58\x19\x0c\xea\x1e\x2d\xb3\xe4\xd2\x35\xc3\xb7\x23\x8b\xe4\x56\x9c\x1f\x69\x14\x32\xfb\x87\x62\xfb\x64\xd7\x26\x8d\x3c\x22\x1b\x7c\x3f\xb5\xc6\xe8\x5a\x50\xb6\x4a\x41\xc2\x04\x23\xd7\x98\x47\x6a\xe6\xb1\xa5\x46\xf6\x69\xa3\xd4\x1b\x1e\x51\x37\x9a\x74\xa7\xa3\xba\x75\xcc\x57\xa3\x7b\x95\xb3\xd4\x36\x1c\xac\x32\x0e\x63\x4c\x4d\x3e\x24\xc9\xf8\x29\x63\xaa\x03\x02\x7c\x4d\x9e\x30\xa6\xea\xb0\xb9\xb5\xb1\x1d\x63\xca\xa6\x1b\xfa\x36\x49\x65\xac\x81\xf2\x1a\xcd\x26\xab\x18\x53\xea\xea\x15\x69\x74\x9f\x31\x45\x1f\xf7\xe5\x86\xc5\x8c\x29\x8c\x5d\x99\x60\x68\xce\x98\xfc\xd2\xe5\xca\x86\xf5\x19\x93\x6f\xb4\xb8\xa5\x41\x30\x63\x72\x93\xfe\xb7\xff\xa2\xdf\x22\x0f\xa2\x4a\x7e\x7f\xee\xdd\x88\x74\xdb\x5f\xad\x31\xa2\xaf\x97\x9e\x6b\xda\x45\x62\x1f\x38\xb4\xa0\xef\xbb\xe9\x66\xbe\x4f\x61\x2b\x70\xf9\x78\x6b\x03\x43\x7f\xe9\xf4\xb4\xe5\x16\xe3\xdb\x77\x57\x5c\x98\x78\xbb\x75\xfb\x41\xcd\x55\x46\xc6\x15\xb5\x6e\xe9\xf4\x43\xfd\xd5\xa1\x5d\x16\x57\x96\x9c\xd3\xea\x72\xf0\x99\x45\xb7\x4d\xa7\x1a\xab\xef\xf3\x34\x9f\xba\xbf\x93\xce\x8f\xd0\x20\xb3\x87\x89\x85\x7a\xe3\x76\x25\x98\xcd\xcb\xd6\xd7\x3b\xbb\xd3\xcd\x2c\xfc\x49\xae\xde\xb0\xed\xe3\xcd\x63\x19\xd3\x99\xba\x69\x8a\x45\x17\xc6\x1a\x5b\xac\x0d\x33\x8f\x62\x4c\xeb\xa3\x87\xb4\xf9\x24\xc6\x1a\x6e\x5c\x11\x6f\x66\xcb\x98\xc6\xe1\xa5\x2d\x5a\xf9\x32\xa6\x3e\x69\xd1\xbb\x96\x19\x8c\xa9\xd9\x2d\xcc\x69\x71\x9f\x31\xd5\xd6\xae\x46\x2d\xac\x18\x53\xe9\xe8\x12\xdc\x6c\x33\x63\x0d\xb6\xcc\x5d\x6a\xba\x85\x31\x25\xef\xbf\xfb\x5f\xad\x0b\xd2\x05\xbf\xf0\x10\xef\xdc\x9b\xd2\xf9\xca\x73\x87\x36\x14\x8f\x22\xd6\x81\xce\x71\xf3\x03\x78\xbf\x9c\x2c\xad\x6e\x74\x8c\x90\x1e\xde\xa3\x63\x1d\x1f\xe0\xcc\x57\xdb\xf3\xda\x1b\xa4\xda\xc7\x85\xf4\xd8\x67\x56\xae\xa4\x10\xd5\xb8\xdb\xd0\x9e\xea\x9a\x97\xc2\x72\xba\x06\x8d\xd9\xd0\xb8\xed\x2e\x69\x9b\x60\x97\x38\xfd\x16\x01\x8f\xba\x2c\x5f\xdb\xc2\x68\xe7\xe6\x7c\x6b\x8b\x10\x17\x93\x46\xbe\xb3\x3b\xf7\x8a\x9b\xdf\x34\xdf\xc7\xa8\xd3\xb2\x8b\x5f\x4c\x83\xd7\xcc\xec\x34\xad\xd0\xd5\x74\xa5\x57\x71\x67\x95\xcf\xcb\x4c\x1e\xae\x5c\xd0\x79\x0a\x63\x4d\x9a\x2f\x1e\xda\x49\x83\x31\xfd\x1c\x57\x85\x8e\x9b\x19\xd3\x3d\xe1\xbc\xa4\xc3\x1a\xc6\x1a\x27\xcc\x51\x6a\xbf\x80\x31\x6d\xb5\x99\x67\xda\x85\x32\xa6\x95\x36\x23\xdb\x2a\x96\x31\xcd\xf2\x69\xef\xdb\x28\x31\xa6\x61\x35\x39\xd8\xb2\x94\x31\xf5\x31\x4e\xe3\x2d\xae\x30\xa6\xba\xf1\x77\xff\xeb\x47\x70\xab\x29\x9c\x6a\x70\x0e\xa6\x2a\x87\x8e\x27\xf0\xd4\xa6\x0b\x9d\x9e\x3e\x14\x38\x98\x9b\x3f\xfa\xd1\x29\xf2\x65\x97\x41\x74\xaa\x9e\x5a\x39\x8c\xce\x75\x4e\x4e\xe6\xba\x19\x47\x8e\x8f\x4a\x50\x29\x06\xf6\x8f\xb0\xf7\x37\x59\x27\xef\x1c\x8c\x61\x31\x9d\x65\x35\x4e\x6c\x3e\x33\x44\x7d\xc8\x5e\x03\x75\x1f\xaf\x41\x0e\xd3\x56\x1b\xef\xf4\xd8\x3c\xe0\xd1\xca\xa1\xcd\xd6\x2e\xdf\xd6\x7f\x66\x80\x6e\xcb\xe0\x45\x29\x7d\xbf\x47\x27\x9b\x85\xb9\x16\xf6\x55\x4e\x3b\x61\x5e\xe0\x52\xd6\x67\x61\xfe\x3c\xf3\x74\x67\xe3\x3e\xa9\xaf\xcb\xcc\x36\xcc\x9e\xd5\x27\x9c\x5d\x6f\xd1\x62\xda\x92\xde\x93\x59\x79\xd3\x3d\x8e\x37\x7b\xed\x64\xcc\xe8\x99\x43\x46\x8f\x38\xc6\x0c\xe2\x27\x74\xed\x9e\xc5\x98\x5e\xd8\xf8\xe1\xdd\x1b\x30\xa6\x1b\x3d\x2e\xd5\x46\x83\x31\xed\x6f\xa3\x9f\x5b\x3f\x64\xac\x51\xab\x51\x1f\xba\xc8\x31\xd6\x48\xc6\x3e\xbf\x53\x12\x63\x9a\x89\x3f\xfd\x97\xad\xc9\x01\x45\x73\x3d\x9c\x37\xba\x9d\xa8\x0f\xcc\x53\xef\xde\x74\x2e\x77\xcf\x86\x8a\x2c\xc8\x75\x19\x4e\x75\x89\x8b\xe5\xfc\xf4\x2c\x65\xf6\x44\x3a\xaf\x4c\x68\xe6\x48\xe7\x93\x51\x47\x79\xbd\x7c\xcf\xde\x69\x2f\xa4\xfd\x80\xa0\x9d\xd3\x95\x75\xbd\x65\xba\xfa\x8e\x9f\x62\xd3\x66\xb0\x6a\xbc\xfb\x24\xc7\xfa\x7d\x87\xe9\x7a\x2c\xac\x9a\x60\x32\xfe\x4d\x33\xcc\x75\x19\x37\x76\xe1\x82\x56\x9e\xd3\x2e\x8e\x89\xf1\xfd\xd8\x5a\xd9\xb1\xd1\xe8\x0e\xe1\x2a\x6d\x56\x8c\x8f\x18\xa5\x96\x34\xc6\xea\xd9\x98\xf4\x91\x2a\xb9\x66\x6d\x35\x46\xbd\xb6\xaf\x2c\x5b\x61\x25\x33\xf2\x9b\xfd\x5e\xe6\x67\x31\x7b\xc4\xc2\xe1\x2d\x59\x42\xcb\xd1\x43\xd5\xed\xf2\x59\xbe\x69\xc3\x21\x1d\x06\x47\xb2\x17\xc6\xa3\x06\x9b\x0d\xda\xcb\x3e\x18\xbd\x1b\xdc\x60\xc0\x4b\xc6\x0c\x17\x0e\xcc\xeb\x67\xcc\x98\x5e\xe4\x40\x8d\xbe\x55\x8c\xe9\x59\xf5\xff\x6e\xfb\x94\xb1\xc6\xcb\xfa\x18\xdb\x7e\x67\x4c\xdb\xe2\xa7\xff\x02\x07\xb4\xb2\x05\x9d\xfa\x54\xdd\xec\x4a\xf3\xbc\x34\x73\x00\x01\x30\x77\xc7\x0d\x27\x1d\xe3\x6c\x9b\x09\x34\x1e\x32\x4e\x3b\xd1\xed\xd3\xd3\x15\xfc\xd4\x2c\xfe\x02\x5d\x5b\x42\xe4\x15\xce\x85\x84\x1e\x5a\x40\xfc\xd8\xd6\x02\x37\xe2\x02\xd6\xcf\x5d\xe2\xa6\x19\x0a\xac\xb8\xea\x66\xd5\xa2\xb7\x52\xd4\x7c\x3d\xd7\xb1\xdd\x2e\x36\x9a\x36\xd5\xc6\x45\x6e\x64\x07\x63\xd9\xf1\xf5\xe7\x9c\x9d\x1b\xd0\xa2\x8b\xfd\xad\xd9\xd9\x6b\x7b\xb5\xda\x65\xf7\x63\x56\x54\xe8\x5a\x73\xdd\x41\xed\x66\x1e\x3f\x61\x6c\xbe\xab\x7f\xe8\x8c\x0f\xd7\x57\x9b\x8f\xee\xd7\x60\xc6\x83\x27\xe7\x5b\x55\xf5\xbd\x37\x23\x8f\xe5\x36\x7f\xd4\x3b\x6a\x8a\x03\x7b\x67\x12\xd2\x5b\xc3\xe1\x10\x63\x4d\xfc\x7a\xdd\x98\x70\x81\x31\xc3\xce\xbd\xbc\xc6\xae\x60\x4c\xff\xb4\xed\x90\xd1\x52\x8c\xe9\x7b\xf7\xd8\x6e\xdf\x93\x31\x9d\xfe\x3d\x30\xac\x82\xb1\xc6\x4a\xdd\xb3\x86\x9e\x63\x4c\x7b\x5d\x77\xdb\xc1\x9d\x19\x6b\x24\xf5\x93\x83\xe2\x1c\x50\x95\x5e\x2f\xaa\x43\x96\x04\x0c\xa2\xf3\xf8\xbb\x91\x63\xa9\x4e\x91\x63\x33\x99\xce\x61\x2f\x14\xcc\x2c\x27\xff\x55\xe7\x51\x5e\x88\x37\x5a\x48\xba\xce\x11\xe9\x4b\xe8\xe7\x77\x9f\x5b\x41\x3f\xb7\x2d\xcc\x9d\x4e\xc5\xd6\x4c\xf6\xa4\x11\xb7\xa4\x74\x4d\xa5\x9c\x16\xe0\x6c\xe3\xfd\xde\x70\x47\xfd\xad\x4e\x8a\x9e\xc7\x3a\x6a\xa8\x6f\xb4\xff\xb8\x3a\x6f\x88\xb3\xde\xdb\xc1\xaa\xab\xf6\xcc\x98\xdf\xa4\x61\xdf\x3a\x2b\xd3\x3d\xf6\x9b\xc8\xf5\x9c\xba\xe2\x46\xb0\x6f\xd3\x79\x5d\x0f\xac\x40\x5c\x45\xd3\x0c\xeb\x2f\xcb\x37\x5d\xe9\xde\x74\x54\xe7\xe8\xe5\x6a\x8f\xb3\x4d\x1a\x77\x8e\x58\xbe\x84\xa5\x1a\x8d\xec\x6c\xe4\x16\xc3\x98\x7e\x55\xc7\x97\xf3\x7a\x33\xa6\x6b\xde\xb1\xcd\x9c\xa3\x8c\x35\x5e\xd5\xb1\xdf\xcc\xed\x8c\x69\x9f\xea\x60\x3b\xf5\x07\x63\x5a\x4f\xda\x1f\x99\x6c\xc1\x58\xc3\x84\x0e\xb7\x1c\xf6\x33\xd6\xf0\x5d\x7b\xcf\x89\xab\x19\xd3\x9c\xde\xde\x63\x1c\x63\x4c\xe3\x32\x63\xe6\xa4\x4f\xfe\xc6\xb3\x0f\x9d\x0a\x96\x8e\x1b\x4a\xdc\xd3\xdd\x40\x07\x7a\x0f\xe4\xcc\x9b\x4e\xf5\xce\xcc\x0b\x5c\x17\xe5\xb4\xea\x22\xce\x3f\x54\xac\xa0\xaf\x47\x14\xba\x13\x27\xb1\x67\x98\x37\x8d\x83\x00\x1b\x1f\xe2\x06\x7d\x2a\xb9\x6e\xc6\xb2\x77\x9c\x17\x98\xb9\x67\x1b\x9d\x1e\x3a\x2a\x07\x38\x6a\x77\xae\xb3\x78\xf8\x9c\xad\x67\x5b\x6b\x35\x70\xe9\xd3\x76\x73\x56\xdf\x08\xad\x0f\xdd\x96\x6d\x36\x9b\x3c\xa9\xf1\xd8\x4e\xb9\x9b\xd6\xae\x9c\xa8\x53\xd1\xae\xf9\xc6\xb2\xa0\xf7\xba\x27\x2d\xf3\x37\x76\x3b\xba\x48\xb7\xcc\x62\xab\x5f\xe4\x45\x5b\x5d\x77\xf3\xc1\x7e\x46\x45\xb7\x75\xba\x99\x3b\xfb\xf5\xfc\xae\xdb\xe8\x81\xf9\xa2\xb5\x7a\x8c\x69\x75\x35\x3b\xec\x3e\x9d\x31\xcd\x19\x66\x97\x97\x6f\x65\x4c\x63\x97\xf9\x9a\xc5\x6a\x8c\x69\x4c\x69\x35\x7b\xe1\x68\xc6\xd4\xf4\xcd\x7a\xcd\x77\x67\x4c\x6d\x70\xcb\xd8\xb9\xd3\x19\x53\x99\xd0\x6a\xf6\x2c\x43\xc6\x54\xc6\xb5\x9a\x3f\xbd\x0b\x63\xca\x85\xa2\xff\xcf\xba\x8d\xa0\x3e\x59\x05\x1b\x27\x93\x7f\xb9\xdd\x5d\xe8\x5c\x36\x23\xd0\x8d\xea\x9b\x67\x56\xaf\xa0\x53\xe4\x63\x27\xdc\xa9\xce\x19\xe5\xb1\x4e\x89\xfb\xef\x4b\xe7\xb6\x41\xf1\x9b\x89\x23\xdd\x50\xe1\x4f\x9f\x5f\xad\xcf\x75\x52\xe6\x1b\xf2\x3e\x32\x13\x2f\xee\x26\xde\xd6\x2e\x2e\x4c\x53\x49\x0a\xb0\x55\xdc\x93\xdd\xf4\x9e\x9c\x6c\xc7\x7d\xa1\xde\xdd\xe7\xa9\xa4\xb7\x59\x14\x3a\x7e\x82\xb6\x9a\xa7\x99\xcb\xee\x0f\x4b\xda\xab\x47\x34\xf7\xd8\xed\xbd\x2d\x41\xa3\x6d\xd3\xb9\xbb\x1b\xc6\x14\xa8\xbf\x35\x1e\x19\x12\x76\xa1\x5c\xbd\x7d\x93\xae\x21\xaa\x0f\x6e\xab\xbe\x6d\xd2\x6b\xd7\xeb\xcf\x3b\x94\x4b\x9a\x6c\x09\xbc\xc3\x58\x83\xcb\x4d\x46\x6c\x3a\xc9\x98\xd2\x9d\x26\x15\xeb\xdb\x33\xa6\x94\xd3\xa4\xe9\x5a\x05\xc6\x14\x2f\x19\xb7\xf7\xd8\xc1\x98\x52\xc7\x26\x3e\xab\xdc\x19\x53\x1c\x64\x94\xb8\x7c\x3f\x63\x0a\xf6\x86\x3f\x16\x1f\x63\x4c\x7e\x6c\x93\x07\x0b\xc6\x32\xa6\x30\xaa\x2c\x74\x0c\x9d\x7a\x3f\xd4\xe7\x1c\xcc\x8d\xf0\xf9\xc4\x77\x5d\x6c\xc2\x75\x51\x92\x43\xdc\x49\x76\x3e\x61\xeb\x3a\xaa\xf7\xc7\xe8\xfb\xd1\x7b\x20\x4c\xb8\x45\xb9\xdd\x23\x90\x74\xc0\x37\x32\xae\x0b\xe3\x19\x1f\x42\xf3\xc2\xcd\x6b\x2f\xfd\xde\x69\x5b\xc2\xa9\x6e\x68\x1f\x13\x41\xf1\xeb\xea\x70\x98\x4e\xd5\xdb\xbe\x3c\xdc\x59\x77\x58\xdd\x84\x16\xbd\x0e\x4d\xe9\x68\x24\x97\x68\x32\xf9\xd0\xf6\x91\x19\xf2\x97\x0d\x5d\x0e\x39\xba\xa6\x2a\xe8\xe9\xb5\x39\x34\x7f\x53\x80\x7c\x9c\x4e\x87\x98\x17\x91\x46\x72\x2f\xb5\xdf\xc7\xec\x4f\xbb\x54\xff\x9c\x76\xdf\x98\xd1\xf7\x9a\xc9\x3c\xd5\xee\x1b\x63\xf0\x71\x7e\xbd\xb9\xda\x87\xf7\xa7\x32\x56\x2f\xa2\xf1\xec\xdd\xbb\x19\x93\x51\xd0\x51\xdd\xbe\x97\x31\x99\xeb\x3a\x51\xfe\xed\x19\x93\x1d\xa7\x62\xb0\x95\x74\xfc\x1b\x5f\xf1\x8d\x64\x4c\x3a\x47\x57\x71\x5d\x3f\xc6\x64\xf5\x95\x9b\x78\x53\xbf\x07\xdd\x46\xee\xa6\x8c\xc9\x24\x3d\x70\x9e\x49\x79\x2f\x37\x93\xf7\x07\xca\xb4\x5a\x41\x79\x2f\x25\xda\x8b\x4e\xc3\xe3\x37\x72\x1d\xa0\xe8\xd7\x9b\x27\x48\xec\xbe\xe3\x81\x34\x6e\x76\x1e\xdc\x79\x04\x54\xef\xe3\x7d\x92\xd6\x04\x84\x51\x1e\x58\xae\x76\x90\xfc\x9f\x7b\x2c\x8a\xde\xa7\x93\x86\x1f\xa6\xba\xd6\xc0\x47\x71\x34\xce\xda\x15\x9d\xa0\xf7\xb1\x71\x72\x62\x99\x4a\x27\x40\xe7\x72\xe2\x35\x0b\xeb\xba\x5d\xb4\x47\x27\x45\xd9\xd9\xd5\x71\x68\x38\x2d\xe9\xd6\xdc\x34\x40\x3d\x37\xe9\xc1\xfa\x53\x80\xaa\x73\x92\x6b\xf8\x7d\xa0\x41\x9f\xc4\xb4\xe4\x29\x80\xe2\xb0\x44\xa3\x3b\xfe\x80\xfc\xbc\x53\x53\xab\xe6\x02\xb2\xbb\xe2\x49\x39\x5e\xda\x2d\x86\x94\xf3\xeb\x65\x1e\x20\xbd\xce\x3a\xfa\x61\x42\x7d\x8f\xf3\x0d\x75\xde\xec\xe8\xce\x3f\xf6\x7f\xc2\xed\x16\x41\xff\xc1\x8f\xb8\xfc\x5b\xca\x6e\x94\xcf\x2e\x0b\x79\xed\xac\xfe\x3a\x5a\x27\x1e\x8f\xdd\x4c\x6a\x0b\x47\x46\x07\x51\xf5\x44\xd4\x01\xda\x95\x1a\x4a\xb7\xa8\xfd\xd5\xf6\xd3\x82\x62\xc3\xa0\x83\x54\x2d\x59\xe5\xc2\xab\xb0\x0b\xd2\x8f\xd0\xfc\x99\x96\x15\x47\x79\x63\x54\xe3\x13\x54\x85\xb0\xdd\x7a\x9a\xf4\x09\xcd\x8b\x53\x89\xb3\x51\xb5\x48\xa7\x5b\xed\x0a\xc7\x32\x74\x8c\x1c\x01\x59\xcf\x8c\x75\x3d\x43\x80\x7a\xa6\x19\xa7\x9d\x24\x2b\xb2\x23\x19\x27\x56\xd3\xbf\x20\xe3\x68\x08\x55\xd0\x33\x64\x4f\x50\xdd\x21\xdd\x22\x97\x46\xe8\x05\xb3\x0a\x13\x5a\xb1\x08\x37\x62\x4f\x2d\xe7\x56\xd4\xb7\x38\x24\xf0\x0e\x91\x82\xf2\xfc\x7e\xa1\xbe\xbb\x57\xa8\xef\xed\xaa\x4b\x76\xfc\x76\xba\x8f\x71\xa5\x05\xef\x0f\x75\x36\x87\x57\xcd\x8e\xb3\xcd\x54\x1d\x39\x9a\xc7\x39\xa0\x83\x8a\xbb\xa9\xae\x19\xaa\x11\x4e\x55\xe7\x20\xb5\x48\xe2\x5e\x36\x7a\x1d\xa2\x75\x85\xb7\xfd\x31\x7a\xcf\x2e\xb1\x8c\xa7\x38\xcc\x31\x3a\x49\xf5\x41\x87\x3d\x49\x14\x9f\x61\x03\x38\x0f\xd3\xcd\xf3\x02\xfd\xbe\x66\x6f\x2e\xd1\xba\x43\xd1\xfd\x3a\xf1\x63\x40\x76\xa0\x16\xfd\xa6\xec\x0d\xd6\x54\x9f\xc9\x9e\x3f\x9e\xbe\x23\x7b\xfb\x32\xea\xa4\x91\x3d\x6c\x3b\x75\x24\xcb\xb6\x8c\xa3\x91\x96\xd5\xee\x1a\x91\x7b\x59\x83\x9e\x51\xc4\xaf\x0a\xf7\xf7\xcf\x27\x71\x9b\x2c\x54\xca\x04\x2e\x06\x71\x82\x1e\xc2\x51\xa1\x9e\x19\x2d\x74\x64\x38\x20\x28\xd0\x87\x91\x5e\xc4\x39\x5d\x9e\xd7\x4f\x1d\xda\x46\x75\xd8\x63\x1d\x43\x68\xfe\x47\x6c\xe4\xdc\xd7\x5e\xcf\x03\x94\xe7\xb6\x5b\xc4\x90\xee\xe4\xa6\x79\x47\xa9\x3a\xb4\xf6\xfc\x71\xea\x07\xb5\x72\x7f\x22\xd5\xb1\x5d\x75\x39\x17\x32\xbd\x2d\xaf\x17\x8f\x2d\x3a\x4f\xf3\x66\xd0\xdd\x8b\x54\x2f\xec\x58\x7a\x95\x7e\xce\x38\x30\x9b\xc6\x95\x6c\xd8\xed\x38\x1e\x87\xbb\xf2\x9a\x34\x62\xf2\x03\x3a\xd2\x5f\xba\x6b\x38\x9a\x48\xc6\xbb\x81\x8b\xa8\x83\xcc\xdd\xf3\xfe\x94\x89\xef\x06\x1d\xa6\xaf\xe7\x77\xce\xa4\xbf\x90\x37\xf0\x11\x57\xf4\x1b\xc2\x68\xa5\x22\x72\x0e\x17\x85\x7a\xf6\x79\x1f\x6e\x53\x84\x8a\x9a\xc8\xc5\x1c\x17\xfa\x5f\x88\x5c\xcc\x21\x1a\x1f\x89\x53\x03\x68\x7f\x18\xa7\xb2\x9b\xd6\x4b\x51\xaf\xc2\xa9\xbe\x1f\xee\x1a\x43\xdc\x4a\x70\xcb\xa3\x9b\x24\x76\xab\x42\x3c\xd1\x1a\x22\x07\xe4\x71\x25\x59\x97\x8f\x83\x34\xfa\xd7\x38\x9f\xcb\x20\x7a\xc1\x09\x17\xe9\x5f\x3f\x52\xe3\x0a\xe5\x8d\x3e\xc7\xb3\x28\xdf\xb6\xa3\x4a\x0b\x60\x30\x28\x9f\xfa\x79\xd6\x9b\xfc\x50\xd0\xc1\x28\xde\xad\x46\xe4\xe1\x63\xaf\x76\xf4\xbc\x8b\xf3\x47\xd0\x13\x78\xdc\xd6\x95\x56\x2e\x8f\x8b\x37\x65\x73\x1b\x45\x95\xd3\xc7\x96\x9c\xb4\x2a\x4e\xbb\x4f\x2b\xf9\x47\x2f\xbe\xd2\x48\xbd\x2b\xb0\xe2\xb9\x42\x25\xf9\x9a\x70\xb3\xfc\x92\xc0\xc7\x9c\x17\x3a\x52\x9c\x15\x2a\xce\x89\x42\x1c\x38\x17\x93\x50\xb9\x97\xfe\x7d\x87\x1d\x22\xe8\x39\x85\xc7\x1f\xba\x46\xb3\xe7\x1d\xc9\x20\x20\xe0\xd1\x49\xd2\x73\x10\xfb\x82\x79\x5b\xa6\xd2\xbf\x72\xc5\x22\xce\x07\xb8\x16\x5d\xa4\xf7\xee\x2c\x17\xce\xc3\x4c\xb4\xce\xa2\xd9\x3c\xcc\x85\xd7\xcb\x7b\x7a\x70\x1d\x85\xd6\x61\xf7\x88\xab\xd0\x1b\xfe\x88\xaa\x8c\x75\xad\x9f\xba\xf1\x38\x94\x7f\x57\x26\x05\x91\x0a\x2f\x4b\xca\xc8\x15\xcc\x8e\x7e\xa2\xd2\x9d\xaf\x50\x2b\xcd\xd7\x13\xff\xf3\x62\x2c\x57\x6c\xaa\x54\x4c\xa1\xef\xab\xdc\x7a\x97\xe6\xcd\x8b\xb8\xf7\x7c\xe5\x2b\xf0\x3e\x0f\xe4\xb8\xcd\x6b\xce\xed\x0d\x81\x30\x10\xfb\xe1\x5c\x1a\xce\x6d\x4d\x5e\xe8\xf0\x88\x48\x9a\xbf\x11\xe9\xb1\xf4\x57\xf6\xe4\x70\x5d\x9c\x1d\x96\xbc\x8a\x2c\x72\x40\xeb\x1a\x9e\xa7\xf5\xa4\xfb\x9e\x4c\xe2\x86\x96\x9c\xb8\x4a\xeb\x23\xe7\x9e\x39\x4d\x68\x3e\xa8\xf1\x71\x3e\x2e\x9d\xfb\x3d\x28\xab\x80\xd6\xdd\x36\x55\x82\x3e\xce\xbc\x52\x1a\xbd\xda\x4f\x9f\x53\xde\xad\x93\xf0\x32\x96\xc7\xe1\x7d\xbc\x02\xcd\xf7\x4f\x9a\xad\xe8\xcd\xf2\xe9\xc0\x00\xe2\x42\x3e\x57\xcc\xa0\x19\xf5\xe9\x9c\x37\x91\x77\x5f\xee\xed\xa1\xc8\x7d\xbe\x90\x58\xc1\xbf\x7e\x8b\x9e\xc0\xa7\xe2\x57\x94\xb9\xab\xf2\xb8\x12\xc1\x73\x2d\xee\x5f\xb1\x90\x1f\x44\x7e\x2a\xcf\xac\x66\x5c\xb2\x84\x7c\x71\x89\xce\xaf\x44\xff\xc3\xa2\x38\x07\x15\xac\x98\x42\x7d\x25\xfd\xd5\x38\x0f\xe3\xd7\xfc\x22\x65\x2f\xef\x6d\x57\x69\x3d\xb5\xd2\x99\x73\x5f\x0b\x8f\xdf\xa4\xf7\xea\xac\x9b\x79\x54\x85\x9f\x3c\xe5\x1e\xe5\xd9\xd1\x0f\x0b\x29\x5e\x03\xfc\x1f\xd3\x7e\xc4\x46\xf3\x19\xd1\x09\xad\x46\x54\xd0\x3e\xad\xb1\xce\x1b\xe2\x05\xea\x06\x7e\x10\xe2\xf0\x0b\x07\xc2\x3b\xfd\x45\xf6\x16\xea\xd6\x8e\x02\xdf\xb0\x42\xe0\x1e\x44\x9d\x83\xa3\xe3\x51\x83\x7b\xa8\xa9\x13\xf3\x51\xd0\xc3\x11\x75\x62\x9e\xed\xfd\xe7\xb8\xdc\xa4\xf7\x6b\xf8\x94\xd3\xb4\xcf\x16\x39\xa8\x40\x3b\x9e\xd7\x37\xda\x5d\xa6\xd1\xb7\xf6\xee\x75\xda\x4f\x78\xd8\xdd\xa6\xf5\xf7\x92\xe2\x7c\x9a\x0f\x2e\xaf\xee\x7d\x02\xe9\x23\x15\xf1\xf9\x70\xe3\x31\x9d\x57\xd8\x47\x3e\xa3\x59\xdb\xb7\x2b\xe7\x81\x3a\x3d\x7e\x45\xeb\xed\x96\x95\x1f\x88\x9f\x6a\xdc\xf5\x1b\x0d\xf7\x5f\xeb\xfe\xd5\x1c\x88\x70\xe2\xd1\x5d\xf0\x7f\x9c\x50\xff\x5f\x20\x70\x21\x7e\x42\xc7\xe4\x7d\x82\x2e\x46\x52\x18\xb7\xd9\x82\xbe\x45\xb5\x4e\x0c\x45\x5c\xe4\x84\xde\x25\xd6\x8c\x8b\xa8\x9f\x53\x2c\x74\x34\x79\x40\x5c\x5d\x35\x07\x65\xc9\x79\x98\x2d\xc5\xd7\x88\xdb\xf1\xd5\xbf\x41\x6a\x12\xde\xfe\x79\x34\x2a\xc5\xfe\x60\x6e\x3f\x0a\x89\xda\x99\xeb\xc5\x9f\xc2\x94\xe2\xa7\xf4\x73\xe3\xe6\x94\x13\x4f\x3e\x7c\x29\xa7\x95\xfa\x36\x7a\x4b\xdd\x58\xac\xa7\x7e\x25\x9a\x43\xec\x93\x24\xf2\x0f\xf5\x6c\x7f\x39\xf1\xa9\xd5\x1f\xc7\x5a\xe8\x77\x63\x2f\xf0\x10\xb3\x85\x38\x54\xf7\xc7\x11\x74\x73\x44\xee\x21\x55\xe8\x2b\x25\xf2\x0e\xa5\x42\xbc\xde\xaf\xf9\x75\x9c\x88\x7a\x28\xbf\xe9\xc4\xd0\xe7\x83\xcb\xae\x50\xdf\xbb\x80\x3d\x9c\x87\xd9\xec\x7a\x87\xb2\x8e\x8f\xcd\x3d\xae\x93\x56\x52\x44\xfb\x86\xa5\x15\x8f\x39\x37\xaf\xff\x8c\x7e\x7a\x6e\x9b\x0a\xb2\x93\x37\xbe\xa2\xfe\xab\xe3\x6e\x7e\xa0\xf8\xd9\x75\xfd\x4c\xf9\xb4\x4f\x3a\xd7\x45\x12\x39\x90\x66\x82\x3e\x48\x43\x81\xfa\x94\x6a\xf1\xfb\xc9\x97\x9e\xa0\x08\x5d\xcd\x81\x08\x27\x02\x4e\xc2\xf7\x2d\xfe\x2e\x8c\x0b\xc1\xef\x6a\x5d\x14\x81\xa7\x12\x79\x29\x31\x1e\xe2\x7c\xa9\x4c\xc3\x1f\x38\xa1\xea\xb8\xd8\xb1\xbf\xf1\x0f\xb5\xf9\x8f\xbf\x70\x0f\xff\x89\x03\xc9\xe5\x75\xac\x1f\x5b\x00\x2f\x0f\xe0\xfb\x05\xc9\xd8\x03\x3e\x8e\xe7\x75\xbd\xcf\x4e\x80\xe4\xf9\x7e\x30\x03\x4e\x3b\x02\x92\x77\x80\xe4\xcd\xfb\x21\x06\x78\xe0\x0c\x7c\x3c\x04\x54\x79\x03\x6f\xd7\xf2\xdf\xf9\x54\xa8\x67\x3f\xb0\xe5\xb6\x9a\x7f\x10\xea\xde\xbf\xe9\x7f\xd4\xe2\x3f\x4e\x0a\x75\xa1\xe3\xbf\xdc\x6b\xae\xe6\x1f\x02\xff\xec\xb7\xd8\x0f\xe3\x5f\x73\x20\x42\x7c\x88\x03\x39\x00\x4c\x9f\xc8\x3f\x26\x0e\x24\x1a\x90\x8c\xef\xda\x71\x78\x7b\x14\x88\x76\x00\xde\xbc\x04\x92\xda\x01\xef\xf5\x80\x2b\xbb\x81\x77\x71\x3c\x0e\x1f\x8a\x25\x23\x1a\x78\x25\xdc\x11\x2f\x39\xc9\x6d\x81\xe0\x5f\x6d\xfe\x41\xe4\x3f\xce\x09\x7e\x8a\xfc\x87\xc8\xbf\x88\xfc\xc3\xb1\x77\xbf\xc4\x61\x41\x4d\xff\x6a\xf7\x3f\xa9\xd6\xbf\xf8\x5b\x3f\x94\x5a\x1c\x88\xd8\xf7\xa2\x86\x2e\x8a\x17\xb0\x60\x38\xf0\xfd\x35\xe0\xbe\x1f\xf8\x3c\x4b\xb2\x47\x05\xde\x0f\x97\xec\x59\x80\xd7\x0a\x40\x64\x25\xf0\xfa\x09\x90\x18\x0e\xbc\xf6\x04\x2e\x67\x00\x2f\xfb\x01\xf7\xfa\x01\x6f\x76\x00\x6f\x5e\x00\x15\x42\x2d\xf5\x51\x43\x6e\xc5\xba\x77\x6d\xfe\xe1\x7f\xf1\x2f\x71\xbb\xb9\xfd\x27\xfe\xe1\x6f\x7d\x50\x6a\x73\x0f\xe2\xf7\xff\x1b\x0e\xe4\x87\x21\x30\xaf\x18\xf8\x54\x04\xac\xac\x04\x3e\xd4\x07\xfc\xd6\x03\x6f\xd7\x01\xbb\xd2\x81\x57\x87\x81\xa8\x6e\xc0\x0b\x73\xc9\xce\x00\x28\x8f\x01\x2e\x0d\xe0\x75\xef\x82\x52\xfe\xf9\x57\xfb\x80\xa7\x42\x6f\x88\x7b\x82\x86\x4c\xce\x14\x6e\x45\x0e\x48\xe4\x1f\xc4\xfe\x37\xbf\xf9\x7f\xa1\xa6\xff\xff\xc4\x3f\xfc\xc6\x41\x88\x7a\x10\x13\xfe\x1c\x8f\xff\xc5\x81\x4c\x5c\x04\x7c\xdd\x0b\xcc\xb5\x03\x3e\x36\x01\x56\x64\x02\x55\x5d\x80\xf5\x7b\x81\x17\x27\x81\x1d\xed\x80\xf2\xdb\x92\xb5\x0c\xf0\x2c\x1f\x38\x21\x0f\x3c\xbd\x07\x64\x2e\x03\x9e\x06\x01\x05\x25\xc0\xb3\x32\xe0\xd5\xdd\x9f\xf3\x41\xe4\x81\xc4\x71\x20\xce\x03\x91\x7f\xa8\x1e\xff\xee\x7f\xf6\x5f\xe4\x1f\x0e\xfe\x52\xdf\x14\xfd\x31\xaa\xa5\xe7\xf0\x37\xfd\x8b\xda\xdc\x83\xf8\xf3\x35\x38\x10\x3b\x60\x50\x3f\xe0\x47\x33\x60\x7c\x23\xe0\xe3\x06\xc9\x5a\x03\xa8\x5a\x02\x2c\xf1\x05\x5e\xf6\x00\xd6\xa9\x01\x65\x47\x80\xa0\x79\x80\x64\x95\x2d\xd9\xd1\x95\x5a\xf3\xdc\x55\x72\x1b\xb8\x78\x0a\x78\xbc\x0d\xb8\xe7\x06\x94\x58\x00\xaf\x3f\xfd\xe4\xe3\x44\x5d\xa0\xcb\x83\x6a\xe6\xc1\x6a\xfe\x43\xc8\x0b\xc7\x3a\x09\xcf\x5d\xd0\x1e\xf9\x37\xfc\x43\x6d\xfe\x43\xe4\x1b\xfe\xa6\x7f\x21\x7e\x5f\x6d\x0e\x84\xc6\x85\x2d\xd0\xf7\x1b\xf0\x29\x08\xb0\x1f\xca\x73\xdc\xd4\x00\xe0\xc5\x39\x60\x41\x0e\xd7\x42\xf2\x8e\x05\x4a\x27\x01\xfe\xf3\x81\xe2\x04\x20\x7c\x36\x50\xd4\x1a\x88\xbf\x09\x48\x56\x67\x99\x1b\x79\xdd\xff\xde\x37\xe0\xfe\x2d\xe0\x65\xdd\x9f\x7a\x28\xe2\x38\x10\x75\x50\xc4\xfa\xbf\xe8\xff\x91\xb8\x9a\xe3\xfe\xa0\xd0\x7b\x69\xbf\x30\x8e\x44\x0e\x60\xf7\xdc\x9f\x71\xa8\xf6\xbf\x16\xff\x21\xd6\xc1\x45\xce\x41\xb4\xb5\xfb\xa1\x88\xf1\xa0\xf9\x62\xc7\xe7\xc9\xe7\x55\x40\xd7\x42\xe0\xbd\x25\xef\x9b\xf4\x72\x33\x30\x29\x07\x28\xb7\x05\xe6\x5b\x01\xa5\x13\x25\x7b\x15\xa0\x68\x3c\xb0\xc5\x06\x78\x38\x8c\x73\x73\x92\xd5\x79\x7c\x0e\x50\xf0\x9e\xeb\x06\xdd\xed\x02\xdc\xad\x04\xf2\x96\x02\x2f\x35\x24\xab\x60\xfe\xb7\xc4\xf7\x62\xf2\xdd\x9a\xe3\x5f\xe4\x3f\xa2\x86\xd4\x7c\xee\xe1\x82\xe6\x4e\xa8\xd0\x47\x49\xe4\x1f\x76\x06\xfc\x8c\x43\x6d\xff\xff\x6d\x1f\x94\x3a\x3d\x6b\xfe\x5c\xa3\x60\xe0\xdb\x78\xa0\xf9\x1c\xe0\xbd\x3c\xd0\x71\x3d\xf0\xb2\x18\xe8\xfb\x12\x78\x7e\x1d\x18\x6b\x0b\x3c\x7e\x0b\xcc\x56\xe7\x7e\x2f\x4f\x05\xee\x15\x03\x9b\xe2\x81\xbc\x2f\xc0\x9e\xf9\xc0\xed\xb1\xc0\xb1\xbe\xc0\xcd\x0f\x80\x64\x47\x9b\xeb\x0a\xe4\xd7\x03\x72\x33\x01\xc9\x0a\x5d\xd4\x05\x12\xe7\xc1\xc9\xdc\x9a\xfe\x47\x08\xf9\x31\x5c\xc8\xa3\x7b\x85\x5e\x45\x22\xf7\x22\xfa\x1d\x28\xfc\x1e\xff\x3e\x3f\xe3\x20\xf2\x2f\x7f\xe9\x83\xf2\xaf\xad\x24\x1e\x9f\x17\x03\xba\x2e\xc0\xeb\x60\xc0\xc2\x8b\xf7\x84\xeb\x11\x0f\x3c\x2e\x06\x86\xa7\x03\x45\x63\x81\x69\xf3\x80\x82\x05\xc0\x92\x6d\x80\x64\xf5\xea\x1b\x0a\xdc\x90\x07\x42\x0a\x81\x9c\x37\xc0\xb1\x91\x40\x96\x1c\x90\xde\x19\xb8\xa6\x0b\xe4\xe7\x03\x97\x2f\x00\x95\x9f\x81\x0b\x02\x17\x25\x72\x50\xb1\xab\x05\xff\x87\xd7\x1c\xef\x21\xfd\x6a\xf9\xdd\xa3\xa6\xdf\x62\x8f\x22\xbf\xee\x3f\xe3\xf0\xff\xe6\x3f\xc0\xd7\x45\x7c\x95\xca\xed\xdb\x76\x80\xaa\x3e\x50\xde\x01\x30\x39\x05\x94\x44\x03\x1d\x56\x03\x0f\x32\x81\x81\x7d\x00\xc9\x2e\x6d\xd2\x75\xe0\x56\x16\xb0\xd0\x0e\xc8\xf6\x07\xd6\x75\x00\xae\x75\x05\x82\x19\x70\x29\x17\x38\x92\x0c\x64\xae\x04\xce\x6f\x05\x2e\x44\x02\x79\x83\x80\x73\xaf\x80\xca\xe1\x40\xf2\x6a\xae\x8f\x73\xec\xb8\xd4\x3b\x89\x8d\x9c\x53\x8f\xc8\xf5\xb0\xe6\x52\xb4\xcf\xdc\x65\x52\x87\xce\xa1\x83\x74\xeb\xca\xb2\x5f\x78\x17\xd1\x6f\xdf\x51\xa0\xda\xf6\xba\x74\xfe\xb1\xf7\xb6\x7f\x88\xc3\x7f\xe0\x3e\xf8\xee\x11\x78\xab\xcd\x6d\xf9\x7b\xa0\xde\x19\xa0\x64\x2a\xd0\xe8\x14\xf0\x60\x2c\x60\xf6\x03\xb8\xb3\xaf\xae\x6e\x2f\x75\x20\xfb\x83\xec\xb0\x31\x53\x80\x2b\xdd\xe4\x23\x9d\xa7\x00\x19\xcb\x94\xac\xbc\x9c\x81\x73\x52\xca\x5d\xb6\xbf\x02\x52\x6c\x55\xfa\xc4\x9c\x04\x92\xbe\xa9\xca\xa5\xf6\x05\x4e\x75\x55\x5d\x72\x4b\x15\x38\x7e\x5e\x75\x5f\x59\x17\x20\xce\x43\xf5\x1a\x3d\xff\x3b\x6a\xb4\x9f\x0c\x9d\xa7\x3a\x56\x62\x77\x68\xab\x91\xdd\xfa\x56\x99\xee\x21\x6e\x1a\xa4\x74\x92\xfc\x6e\xa4\x48\x3b\xbb\x35\x71\x8a\xfb\x24\xd6\xab\x83\x22\x71\xf6\xab\x97\x2a\x90\x4e\xed\xca\x56\xb2\x6f\x7e\x8b\xc3\x7f\xf0\xff\xab\x70\xbb\xea\xcd\xc1\x3a\x54\xef\x28\x5f\x5f\x8f\xea\x1b\x8f\xe2\x64\xe9\xf4\x28\xff\xb6\xa2\x53\x83\x51\x40\xce\x5a\x35\x97\xa6\x8e\xc0\xa5\xd7\x5a\xdb\xba\xe4\x00\xe7\xae\x6a\xcf\x1d\x36\x56\x2a\xf8\xcc\xd6\xc6\x1d\xa6\x2b\x49\x6b\x9c\xd4\x6b\x7c\x6d\xf9\x0f\x59\xb3\xb8\x96\x3a\x96\x5b\x72\xe4\xa4\x8e\xd4\xd3\x19\xb2\xff\xb1\xbc\x6d\x74\xa0\x4e\xd3\x44\x07\xf9\xab\x11\x07\x74\x86\x5c\xef\xa7\xd0\xf2\xc0\x4a\x1d\xb7\xc7\xcb\xe4\x4f\x85\x57\xe8\xaa\x7e\x0b\x91\x5b\x17\xdc\x4b\xf7\x35\x63\x72\xa1\xdb\x54\xf4\x1b\x33\x26\x3f\xc4\x37\x4d\xd7\x95\xb1\xfa\x8d\xd6\x38\xe9\x49\x31\x56\xbf\xab\xa7\x8a\xce\x5c\xc6\x64\xc6\xac\x34\xd5\x79\xc9\x98\x4c\xe0\xf2\x05\x3a\xd7\x18\x93\xb1\x5f\xaa\xaf\x93\xc7\x98\x4c\x47\xb7\x18\x5d\x43\xc6\x64\x7a\x2f\x58\x21\xf9\x3e\xe9\x79\xff\xde\xff\x3a\x54\x7f\xf9\x3c\x4f\x86\x76\xbb\x95\x06\x2a\xa4\xb2\x5c\xa2\xae\x45\xfb\xea\x07\xce\xda\xc4\x49\xdc\x78\x62\x40\x75\xbd\x2b\x0b\x8c\xec\xa4\xb5\x81\x73\x3e\x4d\x07\xeb\xd8\x4b\x1d\x4c\x2c\x69\xba\xc6\x72\xa4\x6c\x6e\xdc\x7c\x53\xd6\xd7\x58\xfe\x4a\xcc\xbd\x66\x6b\x27\x9c\x51\xda\x7d\x50\xbd\xd9\x46\xd7\x67\x2a\xad\xf6\x86\x36\x0b\xf6\x19\xab\x16\x15\x32\xde\xf4\xf5\xee\x49\x1a\xad\x77\xac\x33\x5d\x14\xa7\xa6\xd9\x31\xf0\xb8\x69\xdd\x4c\x77\xcd\x20\xff\xa1\xa6\x32\xf7\x9d\x34\xc7\x6d\x0d\x35\xdd\xf5\x2e\x40\xc3\xd0\xcf\xb2\xd9\x50\xc6\xd4\x0e\x78\xed\x68\x66\xca\x98\x6a\x87\x15\xef\x4d\x57\x32\xa6\x1c\xb3\xb8\x5d\xd3\x2c\xc6\x1a\x0c\x5c\x18\x62\x72\x96\x31\x25\x5d\xd7\x61\xc6\x17\x19\x53\x6c\xe8\xb2\xc9\x58\x91\x31\x85\x8e\x73\x2e\x18\x2d\x64\x4c\x2e\x6d\x56\xb6\x91\x11\x63\x72\x23\x66\x34\x31\xd8\xc1\x98\xec\x97\xff\xed\x3f\xe7\x21\x3e\x4c\xd7\xa4\x7d\x74\xd9\x6b\x3d\xb2\x8f\xea\x9a\xd2\xae\x38\x3f\xc0\x8c\x76\xb7\x59\x1e\x6d\x28\x0e\x99\x17\x48\x0e\x02\x67\x76\x76\x30\x96\xd8\x84\x2d\xd6\xed\xd5\xcf\x02\xd1\x97\x3b\x0d\x68\x66\x53\xff\x43\xd8\xc3\x0e\x51\x5d\x3e\x2a\x7f\xd9\xd5\xae\x43\xca\x08\x5f\xf5\x82\x80\xb5\x1d\x14\x67\xde\x6f\xf8\x76\x53\x68\xfb\x8e\xab\x99\x76\xfe\x7a\x8f\x76\xf6\x81\xab\x75\x95\xd7\x0c\x6b\xeb\x11\xfd\x46\x2f\xcc\xe3\xaa\xd5\x95\xd4\x0d\xfa\xe3\x56\x77\xb1\x9a\x71\x3b\x42\xbf\xef\x4a\x1b\xab\x1b\x2f\xf6\xe9\x39\x2e\x53\x6f\x7b\x86\x31\x9d\x16\x0b\x4e\xb5\xed\xc4\x98\xb6\xe2\xdc\x8b\x96\x67\x19\xd3\x5c\x32\xab\xab\xe5\x60\xc6\x34\xec\xa7\xe5\xb7\x1e\xc3\x98\xda\x83\x29\x7e\xe6\x11\x8c\xa9\x9a\x4e\x5e\x61\x76\x94\x31\x15\x5b\x87\xcd\xad\x9e\x30\xa6\xdc\x6e\xa2\x47\x4b\x7d\xc6\x94\xe2\x27\x58\x36\x7f\xc6\x98\x62\xe2\xdf\x9e\xbb\xa8\x0b\x51\x35\x53\x9f\x8e\x47\xca\xf4\x79\x3f\xa4\x87\xfd\xdb\xd2\xe9\xf2\xed\x13\x9d\x49\xa7\xf5\x72\x61\x37\x3a\x0d\x48\xf3\xea\x43\xf7\xd2\x12\x03\xfa\xd1\x69\xd9\x91\x38\x7e\x7f\xfe\xc0\xe6\x41\x91\x72\x83\x81\x90\xed\x83\x2a\x0c\x54\x65\x46\x6e\x0b\x1c\xa0\xd7\x36\x52\x79\xb5\xcf\xeb\xbe\x8e\xfd\x97\x36\x32\xf0\xb8\xda\x67\x94\x43\xb6\xae\xfc\x72\xfb\xde\xca\x8b\xdb\x19\xb8\xb9\x2d\xea\x55\xb0\xf1\x48\x93\xae\xf3\x52\x7b\x46\x84\x6f\x30\x31\x9d\x93\xd7\x23\x2a\x71\x41\xd3\x36\x33\x8b\x7a\xc8\x65\x3d\x6b\x3a\x6d\xfa\xa7\xee\xe5\x4f\xa2\x4d\xd6\x4d\xef\xda\x23\x9d\xb1\x26\x6d\x1c\x33\xbb\x8f\x64\x4c\x3f\x6b\xc2\xa2\xae\xeb\x18\xd3\x39\x33\x76\x9b\x75\x38\x63\x8d\x96\x8f\x3e\x60\x5d\xc5\x58\x23\xd3\x91\x26\x9d\xeb\x31\xd6\x50\x6a\xe4\xc0\x0e\x4f\x18\xd3\xf0\x1b\x9e\xdc\xfe\x30\x63\xea\xea\xc3\x7a\xb6\x1b\xc4\x98\x6a\x9e\x9d\x4e\x9b\x32\xc6\x94\x9f\xfc\xee\x3f\xe7\x9f\xde\x7c\x6f\x42\xfd\xb9\x9f\x58\x5b\x3d\x90\xd8\xfb\xce\x36\x54\x7f\xb8\x35\xa9\x0f\xa9\x0a\x5f\xb4\xe1\xb7\xea\xaa\xf9\x17\x57\x7b\xaa\x6b\x1e\x8e\x19\x4d\xe7\xb4\xfb\xac\xb8\x6e\x46\xd0\xbd\x09\x54\xdf\xdd\xec\xe4\x10\xdb\xc8\x01\xf0\xda\x33\xc1\xb4\xd5\x5e\xc5\xe8\xa5\x72\x63\x63\x7a\x9c\x6c\x28\xe3\x1c\x38\x4a\x77\xd4\x4a\x83\x66\xd3\x57\xdb\x9f\x70\xf6\x31\xb6\x74\x28\x1e\x31\x70\x4d\xa0\xe9\xac\x71\xeb\x87\x5d\x08\x69\xda\x3c\x68\x54\x83\xa1\xaf\xe2\x96\xb6\x34\x1b\x21\x6b\x97\x7e\x69\x70\xcb\x29\xc3\x94\xed\x3c\x0b\x4f\xb5\x28\x18\xea\x64\x97\xf9\x79\x77\xb3\x39\x43\xc2\x86\xc8\xb1\xe7\xc6\xc5\x03\xaf\x0f\x0c\x64\xcc\xd0\xbe\x7f\xaf\xfe\xc6\x8c\xe9\xf5\xef\x37\xbe\xef\x44\xc6\x74\x4e\xf4\xb6\xea\x6d\xc2\x58\xa3\x7c\xdb\xcb\xb6\xd3\x18\x6b\x34\xc4\xb6\xa2\x87\x0b\x63\x0d\x27\xf5\x48\xeb\x76\x85\x31\x8d\xc9\xdd\xbf\x75\x1d\xc1\x98\xfa\x80\xea\xd3\xa0\xe1\x0d\xe9\x1c\xe9\xed\xc3\x66\xa4\xff\xf1\x54\xae\x23\xd5\xa9\x0a\x36\x72\x15\xe5\xec\x53\x03\xe9\x54\x27\x53\x95\xdf\xae\x4c\x4e\x1a\x4b\xf5\xdd\x04\x43\x07\x3a\x87\x8b\xd1\x9f\x42\x75\xbe\xbd\x31\xd3\xe9\xcd\x11\xc8\x78\xdd\x74\x7d\xd4\x9c\x8f\x12\xbb\x5a\xcd\x65\xbd\x52\x27\x60\xe1\x05\xe7\x86\xc6\xfd\xea\xdf\x9d\xb9\x70\xf6\xa1\xce\x23\xd4\x56\x4e\x9c\x37\xe3\xbb\xdd\x26\x9d\x08\xfb\xfc\xe9\x52\xd3\x43\x0d\xdf\xd9\xa9\x4e\xab\xbf\xfa\xbc\xb1\xe9\x80\x2e\x53\xdb\x6c\x5f\x6f\xb2\xbe\x8f\xe3\x94\xc1\x47\x1c\x4c\x5e\xf7\xba\x30\x39\x2a\x7d\x99\xc9\x93\x1e\x8f\x26\xaf\xbe\xdf\xcf\xf8\x66\x0f\x87\xc9\xbe\xef\xc7\x1b\x1d\xec\xee\xe5\x70\x99\x31\xfd\x21\x5d\x67\x8d\x8f\x67\x4c\xc7\xb0\xab\xe2\xe8\x95\x8c\x69\xaf\xb3\x71\x19\xd9\x9b\xb1\x46\x8e\xd6\xd2\xc3\x9f\x30\xa6\xf9\xba\xf3\xe7\xa1\x1d\x18\xd3\xb4\xe8\x9c\x38\x38\x90\x31\x8d\xa1\x9d\x3c\x07\x64\x30\xa6\x76\xa3\xe3\x83\xfe\x52\x8c\xa9\xfe\x10\x39\xa0\x37\x37\x5a\x52\xfd\x56\xe4\x9f\xee\x2b\xf4\xa5\x15\x41\xae\x0b\xf7\x3b\xd3\x79\x1c\xe9\xbd\x9c\x1e\xeb\x48\xa7\xeb\xf1\x39\x33\xda\x70\xff\xf9\xe9\xe1\x1e\x7d\x67\xca\x13\x81\x3d\xf8\xa9\xea\x06\x07\xce\x49\xac\xc4\x52\xaa\xff\x38\xab\xae\x4c\xc2\x1e\x60\x9a\xfd\x2a\xe3\xc6\x37\xea\xa6\x8d\x95\x5d\x5e\xd5\x46\xb6\x81\xfa\xe0\x97\x4b\x37\xf5\x8b\xd0\xea\xd2\x67\xd5\x92\x18\x27\xeb\xc6\xcb\xbb\xe7\x2e\x2e\x5d\x3e\x48\xb7\x4f\x17\xd9\xc5\x4e\xfe\xcb\xf4\xba\x74\xf4\x5c\x34\x29\xba\x50\x6f\x6b\xbb\xf7\x6e\x1e\xe7\x96\xeb\xd9\xb5\x1d\xe2\x66\x9f\xff\x59\x77\xb2\xd5\x61\xb7\x89\x55\x17\x1b\xbb\x58\xcd\x77\x75\x65\x4c\xeb\x78\x9b\xa4\x39\x4b\x19\xd3\x4c\x6c\xa3\x38\x43\x83\x31\x8d\x0e\x6d\x54\xa7\x18\x31\xa6\x3e\xb9\xf5\x6a\x47\x5f\xc6\x54\x8f\x5b\xdc\x98\x18\xc4\x98\x4a\x94\xf9\xcb\x71\xf7\x18\x53\xde\x62\x3e\x7b\xcc\x62\xc6\x1a\x5c\x37\x3f\x3b\x6a\x1e\x63\x0d\x0e\xbc\x5f\x63\xa1\xcc\xe7\x3f\xe7\xbe\x7e\xf2\x4f\x7c\x7c\x67\xaa\xf2\xd3\xc1\x33\x95\xfc\xf9\x8a\xfc\x4f\x8c\xfe\x42\xaa\x8b\xef\x7d\xb3\x84\x78\x87\x1d\x0d\x56\x52\x1e\xf1\x0b\x5b\x4d\xf1\xf3\xe8\xe1\x45\xf5\x0d\xd7\xa2\xb5\x54\xff\x72\x02\xaf\x9b\x8f\xdc\xe3\x97\xa9\xda\x0c\x18\x20\xe5\x2b\xd3\x3c\x4b\xee\x4c\xd7\xc4\xf5\x66\x3d\xdc\x54\x0f\x76\xec\xeb\x73\x6d\xfc\x1d\x75\xe7\x36\xcf\x7d\x96\x2d\x5a\xa0\x11\x6a\x7e\x62\xdd\xbb\xcd\x3b\x34\x87\xb4\x0c\x5c\x67\x19\xd1\x49\x73\x4a\xf3\x11\x6b\xe3\xcf\xb6\xd0\x94\x37\xcd\x5c\xf3\xe5\xf6\x53\xf5\x57\xa6\x7d\xd6\xbc\x7a\xd5\x41\xcd\xd6\xb4\xb5\x67\x21\x63\xca\xef\x4c\x0e\xad\x38\xcc\x98\xd2\x7d\x93\x4f\x8b\x3b\x33\xa6\x34\xb7\x69\x1b\xd7\x48\xc6\x94\xea\x98\xd8\xbb\xec\x62\x4c\xe1\xab\xc9\x99\xb9\x6d\x19\x53\xf8\xd2\xd4\x78\xe6\x1e\xc6\x14\x6e\x18\x0f\x9c\xfa\x83\x31\x79\x13\x63\x7f\xa7\x08\xc6\xe4\xde\x94\xe9\xdb\x52\x1d\xe7\x41\xd8\x30\xba\x2d\x7b\x63\xcd\x38\x1a\x1f\x99\xbd\xa7\xd1\x39\x75\xca\xaa\x79\x74\xfa\x79\x3c\xca\x8d\xce\xe3\x63\x1e\x2e\xa7\xba\x75\x58\x8f\x55\x74\x7a\xbc\xa3\xd8\x8b\xf2\xe9\x46\xc6\xfb\xa7\x78\x0e\xda\x40\xe7\xda\x8b\xe0\x47\xb7\xec\xa6\xa7\x73\x4e\x62\x94\x47\x20\x9d\x9e\xf6\x2a\xda\xb9\xbe\x9e\x2c\xd0\x39\x62\xc7\x53\xfd\xef\xf5\xf2\x2c\x9e\x6f\xff\xd1\xe9\xae\x82\x65\x8b\x39\xdb\xf3\x47\xfa\x29\x8e\x32\x79\xb3\xdd\x63\xbe\xbe\xe2\x13\xa3\x65\xdb\x0d\x7c\x1b\x28\x7e\xd6\x4f\x08\x2a\x09\xbf\xa4\x38\x59\xb7\x3c\x68\xc2\xe9\x4f\x0a\x7e\x3a\x77\x03\x8b\x6e\x42\xde\x51\x67\x74\xe0\xc4\x17\x2a\xf5\x63\x75\x16\xfb\xab\x32\x26\xab\xa5\xf3\xc3\xd7\x83\x31\xd9\x61\xba\x1b\xd7\x0c\x60\x4c\x76\xad\xee\x13\x77\x7f\xc6\x64\xb7\xe8\x8e\x58\xd9\x9c\x31\x99\xf3\x3a\x89\xcb\xa6\x32\x26\xfd\x51\x77\x9f\x5b\x2e\x63\x32\x5b\x75\xad\x5d\xf9\xc7\x06\xce\xaf\x19\x93\x8e\x7c\x10\x3b\x9c\xea\xef\x37\x55\x1c\xe8\xb4\x3b\x33\x95\x57\x91\x92\x2d\x5c\x69\xbe\xc7\x87\x2e\xa5\xf5\xc1\xe1\x2e\x1e\x74\x8a\xbe\xef\x84\x17\xe9\x48\x05\x07\x6d\x20\xff\xb7\x34\xf0\x23\xbe\x63\xad\xc1\x16\xaa\x22\x2c\x2b\x0a\xa0\xaa\xed\x9c\x1f\xfc\x74\x7d\x92\xfe\x2e\xca\x3b\x83\xaa\xf6\xd0\x39\x78\x07\x4b\x5e\x9d\x6b\xf1\xf6\xe0\x02\x8d\x3b\x80\x61\xf4\x81\x0b\x96\x83\xa4\xfb\xe9\x0e\x38\x28\x6d\xa7\x2a\x2d\xa5\xed\x76\xb0\xdd\x9c\xe1\x75\x57\x6a\x4f\x3e\x98\xe0\x33\x19\x68\x58\x75\xd0\x3e\x4c\x06\xd0\x68\x7b\x60\xe3\xa9\x4a\x40\xad\xf1\xfe\xc7\x39\x96\x80\x8a\xcd\xfe\xce\xcf\x4b\x00\xa5\x75\x61\xb4\x8e\x96\xef\x15\x4c\x75\x3d\xd9\xc4\x00\x5a\x77\x4b\x4f\xdb\x4c\xf5\x0a\xe9\x8f\xbe\xfd\x69\xef\xf8\xcd\x87\x38\xf4\xba\x11\x5e\xa4\x4b\x28\xd3\x6c\x35\xdd\x6b\xae\x67\xb5\x82\x38\xeb\x5b\xdf\x1c\x49\xcf\xe1\xd2\xd1\x39\x54\x9f\x49\xd1\xe5\x3c\xc4\x09\xf7\xe5\xc4\x8b\x1e\x1a\xe0\x45\xef\x8b\xfd\xaf\x37\x50\x3d\x6b\xd7\xc2\x4d\xa4\x6f\xe0\xaf\xcf\xf5\x51\x36\xb8\x70\x7f\x57\x59\xee\xa4\x71\xe5\xaa\x11\x42\xd5\xe9\xa9\xe5\x7b\xa9\x5f\xd4\x98\x00\x5e\x2f\xef\x3d\x9d\xab\xd2\x9b\x27\x70\x2e\x44\x33\x23\xce\x4a\xfa\x02\xa0\x72\x3c\xee\xa8\x69\x0b\x40\x31\x39\x2e\xae\x77\x12\x20\xf7\x28\x2e\x7c\x4a\x63\x40\xfa\x62\xdc\x99\x55\xdf\x81\xba\xf2\x71\xae\x3b\x5b\x00\xd8\x79\xac\x34\x8e\x9e\x44\x6c\xf6\x15\xca\xc4\x47\x5d\x1f\x13\x61\x71\x74\x0a\xa3\x4a\x51\xc4\x21\xfe\xee\xdb\x2b\xd4\xfd\x83\x4f\x72\x1b\x44\xeb\x6c\xb4\xf3\x37\xe0\x1f\x6f\x12\xee\xfd\xfb\x0a\xe7\xf6\xeb\x7a\x48\xec\xb5\x68\xce\x7f\xa5\xb5\x58\x42\xef\xb7\x93\x45\x9e\x94\x10\x8e\x2e\xf5\xa1\x79\x70\xc0\xd1\x8f\xbe\x3b\xa4\xd2\x3f\x81\x7e\x6b\x3c\xe7\x22\x7c\x73\xf8\x73\xf6\xb0\xe3\x3c\xcc\xe2\xd9\xbc\x8f\xc6\xec\x1c\xee\xb7\x83\x61\x14\x8d\x0b\xbb\xe2\xc3\x14\x57\x9b\x9b\x71\x94\x1f\x9a\xf5\x3d\x49\x75\x71\xf9\xdc\xd3\xaf\xf9\x1b\x3b\x45\x56\x9b\x94\xf3\x53\xa4\xba\xd0\xca\x24\x79\xc5\x78\xaa\x14\x27\x8f\x5c\x4a\x95\xf8\xe4\xbe\x5c\x79\xe8\xcc\xf6\x23\xf4\xf9\x33\x0d\x33\xe9\x2f\x9f\x56\x2d\xa2\xca\x61\xe2\xce\xcf\xa4\xc0\x13\x2f\xf4\xf5\x10\xf5\x2d\x0e\x08\x15\x93\x30\xa1\x1f\xc6\x6e\xa1\xff\xc1\x4e\xa1\xa2\x12\xe8\xc5\xed\x56\xe2\x01\xce\x67\xaf\x20\xae\x23\xb1\x33\xcf\x6b\xc7\xd6\xf8\xd2\xbd\xf4\x08\xaf\xad\x34\x1f\x42\x5d\x78\xbf\x98\x40\xb6\x8b\xeb\xc0\xb0\x3d\x74\xff\x7f\x5d\xf7\x03\xe4\xcf\xf2\x74\xae\x0f\x33\x3f\x20\xe6\x26\xcf\x07\x5c\x27\x65\x74\x31\xd7\x87\xe9\xbf\x8f\xf7\x95\xe8\x58\x7a\x9a\xf6\x21\x46\x53\x52\x29\x9f\xca\x36\xe5\xfd\x73\x80\xcc\x20\x2d\x5a\x99\x64\xa4\x76\xa2\x8e\x45\x19\x13\x85\x0c\xed\xec\x46\x6f\xe6\xcc\x6d\x5b\x28\xf2\x19\xf3\x22\x29\x03\xa7\x5f\x3e\x47\x23\x2a\xdd\xf1\x1e\x65\xaa\x0b\xaf\xde\x53\x1d\x47\xac\xe7\x9f\x14\x38\x88\xdf\xb8\x18\xc1\xee\x17\xe2\x52\xcd\xc5\x50\xc7\x01\x51\x07\xea\x58\xd7\x4d\x54\x8f\x8e\x3a\x1a\x48\xfc\x4b\x18\xe3\x9c\xdb\x4e\x2b\xae\x7f\xb4\x35\x60\x3f\xad\x9f\x7c\x92\x23\xa9\xea\x26\x72\x40\x6e\x76\x47\xe9\xe9\xcc\x72\x89\xa3\xf7\xaa\x43\x08\x7f\xde\xc3\x97\x26\x51\xde\xec\x75\x39\x85\xe2\x63\x99\x75\x9e\x74\x36\xf4\x9a\x5c\x24\xae\x54\xca\x8d\x73\x02\x92\x15\xb9\x16\xef\xd0\x96\xcf\x49\xed\x6c\x1b\x7b\xaa\x6f\x66\xc7\xce\x0f\xe0\xd6\x8f\x76\x6e\xd9\x96\x07\xb9\x92\x55\xfc\x59\xca\xe0\xd7\x47\xde\x7c\x06\xaa\xe7\xbf\xea\x4f\x33\x5b\xa8\xdf\x9e\x13\xfa\x7c\x9c\x11\x3a\x2d\x9c\x14\xfa\xc1\xfc\x95\x8b\xa1\x71\x13\x97\xb5\x99\xf2\x62\x8c\xd9\x76\xf2\x2b\xfc\x76\x08\x3d\x95\x5d\xe9\x5c\x17\xc7\x3f\x3d\xe2\x04\xe5\x81\x6d\x87\x28\x3f\x8a\x1c\xd0\xb2\xc9\x9c\x0b\x99\xf7\xe6\x14\xf1\x5f\xd3\xd5\xb8\x1e\xd0\xd8\x7b\xbc\x5e\x6c\xd7\xed\x1c\xd5\x87\xbb\xb7\xe1\x5c\x88\x45\xf1\x15\xda\x7f\x68\x6f\xe2\x3a\x0a\x38\x79\x4b\xa8\x77\xe7\xc5\x6a\x10\x89\x94\x57\xd0\x96\xde\x34\xf9\x85\xc3\xa9\xfe\x9d\x1f\x30\x97\x22\x75\x77\x84\x0f\xef\xe8\xe5\x18\x46\xe4\x59\x5e\x31\x57\x66\xc9\xcb\xbb\x41\x7e\xdc\x99\x5c\x46\x37\xf0\x6f\xf6\x67\x34\x4e\xae\x09\xf7\xfa\x33\xde\x72\x9b\xb6\x98\xdb\xe4\x7b\xdc\x9e\x12\xb8\x87\x04\x81\x23\x8b\xa5\xf1\x71\xb8\x2c\x98\xf6\x07\xfb\xa7\xec\xa1\x3c\x17\xe2\x7d\x90\x46\x63\x60\x24\xd7\x03\xda\xc8\x62\x69\x1c\xac\x09\x88\xa3\xf7\xe9\xca\x14\xae\x07\xe4\xe6\x95\x4c\x0b\x89\xd9\xeb\xce\xd2\x3c\x72\x52\xb8\x40\xef\x97\xd1\x53\x33\x89\x1b\xe9\xff\xe2\x32\xf5\x09\xb1\x0e\xb8\x4e\xe3\xa1\x85\xfe\x4d\xf2\xbf\xe1\xdc\x3c\x3f\xee\xff\x7d\x17\x6e\x1f\x35\x53\xa3\x8c\x5c\x14\xd5\x86\x66\xe8\xa3\x19\x83\x29\x53\x3d\xf2\x9e\x49\x3b\x98\xc7\x96\xde\xf4\x17\x8b\xd5\x76\x13\xdf\x50\x3c\x9b\x2b\x31\x3d\x4a\xbc\x4e\x0a\x4d\x85\x7b\x78\xe7\xa1\x42\xe9\x1f\xf4\xa6\xbe\x23\xd4\xf7\x73\x84\x7c\x79\x55\x78\xfe\x99\x42\xfd\xff\x5c\x19\xb7\x29\x03\xb9\xe5\xbc\x50\xc4\x1c\xce\x7f\x85\xba\x44\xd0\xf8\xde\x51\x7c\x94\x54\x68\xb6\x86\xf3\x3e\x51\xeb\x77\x9d\xa2\xaa\xb1\x27\x38\x0f\xb3\x6c\x32\xe7\x80\xe6\x15\x73\x3e\x60\xa6\x42\x06\x55\xdb\x27\xe9\x5f\xa1\xf1\x34\x22\x99\xf3\x5f\xfd\x7a\xdf\xa4\x3e\x12\x1d\x03\xee\xd0\x3c\x69\x16\x56\x40\x3f\xaf\x31\xbc\xf0\x06\xf7\xbf\x54\xc8\x93\x65\x39\x0d\xe8\x4d\x52\x76\xce\x82\x22\x59\xfe\x9d\x77\xfa\x7b\x91\x36\x8d\x9e\x48\x45\xaa\x3b\x8d\xb8\xf2\x62\x4e\xec\x55\xa4\xc6\xd1\x8c\x2b\xcf\xb9\x44\x79\xa1\x62\xe0\x63\xda\x09\x95\x1b\x7e\x9f\xc7\xe3\xc5\xfd\x2b\xb8\xc0\xed\x6d\x81\x87\xa8\xee\x87\xf3\x4e\x88\x8b\x50\x71\xbe\x40\xf7\x9a\xf6\xfe\x88\xa2\x59\xb6\xb3\x13\xf7\xdf\x7f\xfe\x09\x7a\x2f\xfa\xea\x27\x12\x2f\xe9\x1d\x7b\x96\xf4\xb1\x56\xaf\x4c\xa7\x7d\x98\x5b\x58\x26\xfd\x35\x97\x0e\x57\x49\xc5\x66\xea\xbb\x2c\x7a\x8a\x13\xae\xdd\x24\x2e\xcc\xee\x25\xf7\xbb\xa7\x47\x3e\xf1\x63\xed\x8e\x72\xdd\x10\xd3\xcc\x62\xca\xf6\xaa\x4f\xb9\xaa\x0b\xbf\xb1\x26\xf9\xef\xbd\x9a\x02\xbd\x17\xde\x59\x35\xa3\x71\xf0\xfe\x0c\x27\x7c\x3f\x75\xe3\x2b\xd9\xf7\xdf\x96\xd1\xca\xe6\xc3\xb6\x00\xea\xc4\xf4\x31\x80\xf3\x62\x1f\x1d\x32\x68\xfe\xbc\xcb\xbd\x4f\xdf\xff\x6e\xf4\x7b\x9a\xd1\x95\x42\x1c\x4a\x4f\x73\x2b\xea\xe7\x54\xc7\xa5\x76\x9f\x20\x8a\x4b\xa8\x5e\x82\x01\xcd\x83\x13\xbc\xff\xdd\xe6\x6e\x29\xb4\x7e\xf6\x39\xcf\x69\x2c\xcf\xb1\x5c\xf7\x6a\x69\xc0\x55\x7a\x7b\xb9\x4e\xe6\xbc\xdb\xcc\x94\x1b\xf4\x7c\x9d\x8c\xee\xd0\xba\x79\x54\x42\x01\xed\xbb\x07\x7f\x7f\x48\x7a\x12\x3d\xea\x3d\xa2\x6e\x3e\x6d\xf4\xf9\xa8\x35\xe9\x5d\x46\x7c\x9d\xaa\xf9\x4b\xee\x1e\xde\x95\x73\xfb\x23\x47\x86\xf7\xef\xf0\x32\xa6\x1d\x4b\x35\x07\x12\x3d\x4e\x13\x35\x74\x1f\x36\x0a\x75\xfb\x03\xbc\xef\x8b\x57\xb2\x50\xef\xbf\xc3\x39\x01\xbb\x57\x34\x8e\xc4\x7a\x7e\x55\x3b\x6e\xcb\xa3\x85\xb8\x08\x5c\x58\x51\xc8\x9f\xe2\x52\x9b\x83\xf2\xd5\xe7\xcf\xdb\xbb\xf8\x0a\xcd\xeb\x95\x29\x59\xe4\xaf\x9b\xa0\x93\xe2\xd2\xf0\x36\x7d\x7e\x86\x77\xc1\x0d\x3e\x1f\x84\x3e\x59\x59\x45\xe4\xd7\xc0\xb3\xa5\xf4\x7b\xba\x6d\x28\xa3\x7d\x4b\x9b\xc2\x17\xc4\x9d\x19\x07\x56\x51\x9e\x54\xd5\x7f\x4f\x5c\x45\x1d\xa9\xef\x42\x3c\x7e\xf2\x30\xd5\x1c\x88\xa0\x83\x32\x42\xd0\xbf\x98\x23\xdc\x8c\xf2\xca\xe7\x36\x58\xe0\x25\x8e\x09\x7a\x21\x19\x82\x1e\xc8\x7d\x81\x13\x12\x74\x62\x04\xe5\x8d\x4f\xc2\xfa\xaa\x5a\x0f\x45\xd4\x89\x11\x3a\xd8\x14\x1e\x95\x58\x7f\x81\x87\xd9\x34\xf3\x22\xad\x9b\xd6\xa5\xf3\x3e\x78\x9e\x54\x39\xfb\xd9\x1f\x6c\xc1\xee\xbb\xd4\xad\x65\xce\x42\x3e\xce\xa7\x5a\x15\x13\x17\x3b\x71\x18\x1f\xe7\x23\xb6\x3c\xa7\x71\xd4\xdf\x85\x8f\x77\xb1\x5f\x56\xeb\x94\x77\x44\x81\x35\x55\xfb\x46\x7a\x42\x6a\xb7\x84\x13\x8f\x31\xec\x77\x0e\x44\xe0\x5f\x3a\x0a\xdc\xc6\x10\x81\x7f\x99\x22\xf4\x81\x59\x36\x99\x5b\xb1\x3f\x8e\xd8\x0f\xe6\xa4\xc0\x7b\x88\x7d\x71\xf8\x93\x61\xec\xa5\xa0\x0b\xc2\xff\xd2\x6f\x7a\x28\x7d\xb9\x2d\x5b\xc7\x6a\xeb\x1e\xfc\x0f\xfe\xe3\x6f\x1c\x48\x4f\xa1\x8f\xc9\x6f\x1c\x88\x70\x9f\x73\xfa\x46\xe0\x73\x05\xef\x87\xf2\xfe\x29\xef\xfb\x50\x55\x01\xf8\xdd\x00\x5e\xd8\x4a\xd6\xa8\x40\xc5\x7d\x60\xff\x36\xa0\xa2\x1f\x10\xaf\x00\x3c\x3f\x08\xa4\xde\x00\xca\x36\x03\x39\x6b\xb8\xfe\xc7\xa3\x34\xa0\x72\x13\xf0\x65\x0b\x50\xba\x85\xff\xee\x02\xe1\x5e\xf3\x6f\xfa\x0f\xc2\x7d\xdf\xb3\x42\xdd\xf7\x8c\x50\x27\x3f\xd9\x9f\xdb\x04\x41\x9b\x43\xac\x7f\xfe\xc9\xff\xbf\xe9\x5f\xfc\xaf\xfe\x1f\x35\x38\x90\x48\x60\xec\x37\xe0\x87\x94\x64\x6d\x01\x7c\xde\x0d\xb8\xbe\x06\xde\x86\xf1\xbe\x0f\x2f\xcf\x01\x1b\x64\x80\x72\x3f\xc9\x5a\x15\x28\xfb\x04\x48\x76\x60\x4f\xbf\x00\xb1\xe6\xc0\x53\x39\x40\x32\x53\x9f\xdc\x02\x72\xfa\xf3\x7b\xee\xa5\x0a\x3c\x1e\x9f\xfc\x80\xe2\x67\xfc\x6f\xdd\x11\xfc\x15\x75\x40\x44\xfe\x41\xe4\x3f\xaa\xf9\x17\xc1\xff\xda\xf5\xdf\x7f\xe2\x1f\x9a\x3f\xe7\xb6\x76\x1f\x94\xbf\xf6\x43\x11\xc6\x45\x77\x81\xb9\xf8\x95\x03\xf9\xe2\x07\x38\xa5\x01\xef\xe6\x01\xce\xa3\x80\x57\x7b\x81\xe5\x69\xc0\x8b\x51\x80\x64\x7d\xf4\x7c\x3b\x10\xd8\x1b\x28\x75\xe2\xb5\xa8\xc7\x1e\xc0\x51\x59\xa0\x64\x2c\x70\xf6\x1a\x50\x62\x05\x48\x32\x73\x49\x47\xde\x03\xe5\x89\x2a\xf0\x59\xf5\xe7\x7d\x6f\xb1\xee\x5d\x3d\x0e\x1e\xfc\x37\xff\xc5\xfa\x3f\xfb\x0f\xfc\x47\x6d\xfb\x47\x0e\x24\x12\xe8\x37\x15\xf8\x76\x00\x18\x61\x02\x7c\xb2\x05\x26\xb9\x03\xaf\x36\x03\xb3\xf5\x81\x4a\x55\x60\x89\x25\x50\x2e\x03\xac\xb5\x05\x4a\x13\x24\x39\x0a\x90\xbc\x5d\x24\x3b\xb6\x47\x2a\xc0\x11\x27\x5e\xe7\x4e\x4e\xe6\xba\x1f\x92\x8c\x55\x94\x0d\x14\x7b\x02\x8f\x37\x00\x5f\xae\xff\xe4\x81\xb2\x84\xfa\x9d\xa8\x83\x52\xad\x7f\x60\xfd\xe7\xf1\xff\xb7\x7b\xf0\x7f\xf2\x5f\xbf\x17\xb7\x22\x07\xf1\x37\xfd\x8b\xdf\xe2\x21\x19\x17\x2b\x39\x07\xf2\xf5\x06\xaf\x73\xbf\xf9\x0e\x8c\xdb\x08\xbc\x6a\x0c\xcc\x48\x06\xca\x5c\x39\x2f\xf6\xe4\x02\xbf\xef\x5f\x5d\xef\x0e\x95\xac\xe5\x80\xfb\xc9\x80\x64\x87\x2a\xf9\xf8\x6c\x0e\x70\x2f\x13\xb8\x9e\x07\x3c\xd0\x03\x8a\xcb\x81\x87\x7d\x80\xcf\x4f\x7e\xea\xa1\x54\xeb\x1f\xd4\xe7\x56\xec\x7f\x22\x3e\xff\x58\x03\x6e\x45\xfe\x21\xba\x5e\x4d\xff\x7f\xe5\x1f\x9a\xd4\xd2\x2d\xf8\x1b\xff\x51\xdb\xea\xba\xfd\x12\x47\xa1\xde\xff\x55\x19\xb0\x71\x01\x3e\xec\x02\xfa\x9d\xe4\xf3\x60\xb4\x02\x50\x3e\x84\xf3\x0f\x25\x7b\x80\xf9\x73\x81\xe2\xd1\x80\x87\x2e\x50\xb8\x05\xd8\x94\x02\xdc\xdb\x0e\xec\xee\x0b\xdc\xed\x03\x1c\xea\x00\xe4\x2d\x00\xce\xdc\x04\x6e\xbb\x00\xd7\xfc\x81\x5b\xa9\xc0\xc3\x06\x92\x55\x33\xf0\xde\x07\xc8\x16\xfa\x81\x64\xb4\xac\x39\x0f\x44\xfe\xe7\x88\xd0\xc3\xaa\xba\xef\x89\xd0\x3f\x43\xe4\x1f\xc4\x3a\x78\xc8\xa0\x9f\x71\xa8\xed\xff\xdf\xfa\x9f\xfc\xc6\x83\xfc\x12\x8f\x1f\x83\x81\xe6\x25\xc0\x47\x63\xa0\xfd\x22\x3e\x0e\x7a\x59\x02\x15\x2b\x81\x61\x2a\xc0\x93\x06\xc0\xa4\xfd\x40\x51\x7f\xc0\xb9\x0e\xf0\x60\x28\xb0\xa2\x12\x28\x98\x04\x6c\x34\xe7\xfe\xed\x9a\x04\x48\x56\x67\xd1\x2e\xc0\x0d\x0f\xe0\xf4\x3c\x40\xb2\x6a\xb9\xde\x02\xc8\x0d\x03\x8a\x37\xf1\x5c\xf1\xee\x20\xef\xa1\x43\xf3\x40\xa8\x57\x9f\x8a\xad\xf5\xfc\xdb\xd4\x7c\xee\xe1\xe7\x6a\xfa\x1f\x2c\xf4\x9d\xda\xf1\x4b\x9e\xac\xed\xbf\xc8\x7b\x88\x7c\x83\xc8\x03\x88\x1f\xd7\xd6\xbf\x90\xfc\xfc\x0f\x4f\xc0\x30\x9e\x73\x2f\x92\x71\x21\x59\x45\x74\x49\x01\x9e\x1a\x00\x03\x72\xb8\xce\xd1\xd8\x49\x9c\x01\x94\xe4\x89\xbb\xef\x80\x65\xb6\xc0\xad\xb3\xc0\xfa\x6e\x40\x76\x15\xb0\x63\x1b\x90\xb3\x99\xc7\x21\x4b\x15\x38\xad\x0a\x64\xd5\x01\xb2\x66\x73\xee\x41\xf2\xde\xbc\x16\xcd\x59\x3b\x31\x1f\x8a\x1c\x90\x38\xff\xa3\xce\xfd\xf9\xb9\xef\xfa\xca\xad\xc8\x01\x6c\x17\xb8\x10\xff\x5b\x3f\xe3\xf0\xaf\xfb\x80\xfc\x41\x17\xe4\xc7\x16\x40\x6e\x00\xf0\x49\x19\xd0\xb4\x00\x5e\xf5\x96\xac\xa1\x39\xf7\xd1\xfe\x38\x50\x1c\x0b\xd8\x06\x00\x0f\x52\x81\x91\xc3\xf9\x73\x9f\x6a\xce\x35\x70\x24\x79\x22\x7b\x35\xb0\xf6\x10\x70\xad\x33\xb0\x5d\x0e\xb8\x32\x9f\xeb\x82\x5c\x76\x05\xed\xec\x32\x37\xf2\x18\x48\xde\x87\x92\x58\x66\xaa\xf2\x3c\x99\x22\xe4\x07\x51\xff\x27\xc6\x49\x78\xee\x02\xff\x21\xf2\x3e\xa2\xdf\x3b\x2c\x6b\xfa\xbd\x45\xc8\x23\x1b\xd9\xcf\x38\xfc\xbf\xf9\x0f\xf7\x9f\xdc\x43\xd5\x0b\x40\x3e\x04\xa8\x88\x02\x74\x7a\x01\x25\xdb\x01\xb3\xe1\xbc\xe7\x91\x64\x5c\xe4\x15\x03\x76\x4d\x80\x1b\x37\x39\xff\x20\x79\xc6\xae\x83\x80\xcb\xaf\x01\x2f\x4f\xe0\x92\x06\x5f\x47\x5c\xd8\x00\x1c\xac\x0f\x9c\x8b\x00\x12\x4b\x80\xb4\x7e\xc0\xb5\x7e\x5c\x43\xe8\xb1\x25\xcf\x9d\x5f\x6c\x7e\x72\x40\x87\x3c\x6b\xfa\x1f\x82\x3f\xfb\x5d\x9b\xfb\xf0\x11\xc6\xcd\x3f\xf2\x0f\xff\xc4\x01\x08\xdc\x07\x57\xd7\x03\xde\xcd\xe0\xb6\x92\x6f\x0e\xe8\xfd\xae\x1c\xc8\xfd\x37\x74\x02\xf2\x3b\x03\x56\x7d\x80\x5c\x27\xbe\xce\xba\x7a\x11\x18\xd3\x07\xc8\x2c\x05\xe6\x78\x02\x17\xb6\x03\xab\xa5\x81\xd4\x50\x60\x6b\x01\x70\xd6\x0c\x38\x90\x0b\x9c\x9e\x03\x9c\xcc\x07\x12\xe7\x00\x57\xc7\x02\x92\xb5\xf3\x23\x77\xe0\x84\x37\xf0\x71\xe7\xcf\xf7\x9f\xe8\xbf\xc8\x3b\x89\xbc\xcf\x16\x63\x6e\x7d\x85\x9e\x6c\xeb\xac\x6b\xfa\xed\x39\x96\xdb\x95\x73\xff\x21\x0e\xff\x50\xff\x16\xfd\xff\xb8\x9e\xdb\x97\xc6\xdc\x3e\x4d\xe1\x96\x6e\x9d\x64\x03\x79\x7e\x80\xc6\x18\x20\xb7\x3e\xd0\xfc\x22\x70\x75\x04\x60\xf3\x02\xc8\x78\x01\x0c\x1f\x07\x9c\x1b\x0d\x4c\x37\x01\x52\x64\x80\xe5\xeb\x81\xc4\xaa\x3a\x17\xb7\xd4\x05\x8e\x17\xd4\x9d\x1d\x6e\x0e\xc4\x2d\xac\x37\xf7\xc4\x19\xe0\xe8\xa3\x7a\x57\x2f\x57\x01\x87\x5d\xa5\x87\x3e\xdc\x0e\xc4\xf8\x4a\xeb\xbc\x6f\x0c\xec\x77\x92\xa6\x73\xe7\xe0\x60\x69\xba\x9f\xe6\xef\x21\x5d\x8f\xfc\xfe\x2a\x4d\xf7\xaf\xd6\x4e\x97\xa2\x73\x68\xaf\xcb\x52\xfb\x25\x76\x75\x61\x1d\xea\x67\xbd\xe2\x73\x1d\x3a\xb7\x5f\xd2\x8e\xfb\xb4\xa8\xe1\x2f\x71\xf8\x17\xfc\x43\x6d\xff\xb9\x0a\x23\xd7\xf2\x91\xfc\x57\x24\x9c\x36\xe6\x09\xa7\xaf\xd9\xf7\x80\xfa\x43\x80\x8b\x29\x32\xb6\xfa\x2d\x80\xb4\x2d\x0a\xaa\xed\x24\x73\x5e\xa9\xc1\xe3\x81\x8e\xc0\xf1\xfe\xaa\xef\x1d\xdd\x81\xd8\x33\x1a\x9a\x8b\xc2\x81\x43\x7e\x9a\xcf\x7c\x87\x02\x91\x07\xb5\x74\xf6\xf4\x04\x0e\xd8\x69\xa9\xc7\xad\x04\xf6\xdd\xd7\x1a\x92\xf1\x06\xd8\xdb\x42\x6b\x54\xc1\x08\x20\xd4\x49\xcb\xff\xb5\x09\xb0\xb3\xb9\x16\x7f\xee\xee\x0d\xd7\x4a\xec\xfa\x36\x9a\xc4\xb5\x78\x56\xa9\x6f\xa6\xe7\xbc\x50\x85\x74\x60\x96\x29\xa9\xd0\xf9\xed\xe2\x26\xca\xa4\xf7\xbd\x60\x91\xc2\x0b\x89\x9d\xb7\x48\x3e\x43\x62\x9d\xdb\xcb\x5e\xf9\x57\x71\x28\x13\xfc\x17\x6e\x19\xbe\x44\x1d\x3a\xaf\x28\xb5\xae\x4f\xf5\xec\x82\xb3\x0d\x68\x57\x7c\xcb\x4e\x8d\xce\x9f\xae\x46\xab\xd2\x3e\xfb\xdc\x21\x4d\x3a\x2d\x49\x9a\xa9\xd3\x57\xf3\x2e\x10\x37\x4e\xb7\xb8\x55\x8b\xba\xc1\x31\x23\xf5\x93\x7a\x9c\x91\xbe\x74\x40\xca\x20\x7d\xf4\x00\xd9\xca\x3d\xa3\x0c\x47\xce\xad\x23\xf7\x3a\xd8\xcb\x70\xac\xa7\xae\xc2\x81\x20\x15\x43\xf5\xa0\xfd\x8a\xf7\xb7\x2d\x31\xac\x1b\x9d\xa7\x54\xbe\xd9\xdb\x20\xea\xec\x90\x06\x1d\x36\xda\x18\xcc\xb9\x59\x47\xe9\x93\x6f\x2b\x83\xe3\xcf\xfb\x29\x8d\x5c\xaf\x65\xe8\xc2\x98\xc2\x55\xf7\x9d\x86\x81\x8c\x29\x68\x2d\x6d\x6e\xd8\x93\x31\x79\xad\x05\x97\x0d\x3a\x31\x56\xff\xbc\x4b\x9c\xbe\x1f\x63\xb2\x85\x73\x0e\xeb\xc9\x33\x26\xe3\x3a\xc3\x4b\xf7\x1b\x63\x32\x5a\xd3\x02\x74\x2d\x18\x93\x1e\x3a\x25\x5f\x47\x9a\xb1\x7a\x2d\x9d\x3a\xe8\x0e\x63\x4c\xda\xe8\xaf\xfe\xf7\xe3\xf6\xc3\x4d\xd0\x39\x42\xb9\x96\x02\x9d\x8a\x14\xcf\xd6\xe2\xfc\x47\xa1\x2e\xd5\x33\xb2\x8d\x9a\xd0\xae\x38\xf3\x82\x09\x9d\xcf\xa5\x78\xb7\xa4\x91\x91\xb0\xde\x4c\x56\x62\x63\x52\x5a\xdb\x2a\x46\x00\xfb\xca\x5b\x5f\x34\x5a\x21\xed\x1d\x1c\x64\xf1\xb8\xc3\x34\x85\x06\xfe\xac\x75\xf7\xc1\x7b\x95\x3e\x6f\xcc\x6b\x6d\x3c\x45\x55\x25\xca\xa7\xad\x45\xec\xd2\xcd\xea\xd2\x5e\xcd\x2c\xe4\x37\x7d\xd4\x78\xb9\x2a\xcb\xdc\x37\xfc\x40\xc3\x09\xcb\x57\x98\x25\x9c\x9a\xdf\xf0\xf9\x92\x8b\x66\xce\xd7\xd6\x6b\x69\x2f\x8a\x31\x1b\x5b\x7c\xad\xe1\x24\xb7\x81\xe6\x03\xbe\xb6\xd2\xb8\xe1\x72\xca\x2c\x8b\x31\xb5\x88\x19\x1f\x5b\x3d\x65\x4c\xe5\xf8\xe4\xf2\x96\x7b\x19\x6b\x50\xe6\xb8\xb4\xf9\x61\xc6\x94\x3a\x38\x74\x32\x2d\x63\x4c\xe1\xe9\xc4\x51\xa6\x9d\x18\x53\x68\x3f\x26\xb7\xa9\x15\x63\xf2\xf5\x46\xef\x33\x8e\x62\xac\xfe\xd7\x11\x17\x9b\x28\x31\x26\x7b\xf8\x37\xff\x85\xf1\xfd\xe1\x81\x1c\x9d\x33\x3f\x37\xd5\xa4\x73\xe8\x22\xe1\x94\xe4\xf6\xd4\xe6\x74\xba\x7c\xcd\xd2\x8a\x3e\x71\x3e\x8d\xf3\x2f\x49\xe3\xba\xd0\x29\xea\xb1\x27\x5d\x17\x4b\x6c\x44\xef\xee\x74\xde\x1f\xb2\xb2\xa7\x5b\x1d\x06\x04\x7c\xb6\xfd\xac\x5d\x2a\xa5\xbf\xa1\xaa\xe7\x42\x0b\x29\x05\x19\x8f\x57\xdd\xe7\xf6\x7a\xa2\xd6\x60\xb9\x5e\xb7\x82\x71\x56\x9a\xf3\x16\x3e\xeb\x5a\x3c\xbf\x75\x23\x7b\x97\xce\x36\x2f\xd6\x59\x35\xbe\x34\xeb\x6a\x97\x94\x90\xe3\xba\xcb\xa6\xf5\xef\xa2\x75\x6c\x93\x9e\xfb\xe4\x64\xeb\x51\x99\x86\x7a\x85\x8e\xcb\xad\x5b\xdc\x57\xd7\x9b\xeb\xd0\xcc\x7a\xe9\xdb\x87\x3a\xc7\x26\x38\x58\x77\x65\xac\xd1\xf7\xd1\x05\x9d\x0c\x18\x6b\xa8\x65\xef\xd4\xfe\x23\x63\xea\x47\x86\x8d\x6b\x37\x93\x31\xd5\x4a\x91\xf3\x18\x3c\xb4\xcd\x15\xc6\x94\x17\x0d\xb4\x6d\x7d\x80\x31\xa5\x3b\x03\xfa\x98\x07\x30\xa6\xe8\xd7\xcf\xdc\x2c\x92\x31\x85\x53\x3f\xdf\x03\x9c\x03\xf9\xa0\xa7\x44\xf6\xf9\x6c\x1d\xaa\x63\x3c\x70\x68\x46\xe7\xd8\x77\x66\x73\x7f\xaf\xe8\x73\x15\xdd\xb4\xc5\x3d\xa8\x3e\x73\xaa\xb8\x2f\x9d\x8e\x1d\xf6\x1a\x44\xa7\x27\xfb\x57\xd8\x71\xdd\xef\xeb\xc3\xa9\xca\xb0\x29\xcb\x9e\xee\xc7\xae\x89\x1b\x75\x5a\x25\x16\x58\x1e\x69\xff\xa1\xe9\xe3\xfa\xf3\xe7\xfb\x0f\x8f\xea\x62\xaa\xe2\x39\x7d\xc5\xd0\x61\xc3\xe4\x1b\x39\x3b\xbc\xb2\x6b\x3c\xe3\xb8\xce\x9b\xb1\xf7\x06\x6f\x5f\x6d\xad\x1f\x67\xbf\x7a\x50\x50\xe0\x68\xc3\x77\x43\xed\x06\x8e\x8e\x7e\xd4\xa4\xcd\x60\x9d\x01\xeb\x52\x63\x9b\xe4\x0c\x38\x38\x40\xe9\xf6\xed\x26\xb3\xfa\x1f\x1f\xd0\xf0\x45\xa1\xe1\xfe\x7e\x0f\xfa\x57\x31\xa6\x37\xa0\xcf\xed\x3e\x33\x19\x6b\x3c\xdf\xd6\xb6\xd7\x56\xc6\xb4\xfc\x7b\x9c\xec\xd1\x8c\x31\xcd\x0e\x5d\x1f\x77\xad\x62\x4c\xed\x7d\xd7\xe4\xae\xca\x8c\xa9\xad\xb3\x99\x68\xdd\x9f\x31\x95\x03\x5d\x06\x74\x7e\xcc\x98\x4a\xcb\x4e\x8f\x3a\x66\x33\xd6\x60\x2b\x63\x52\x74\x7a\xf3\x81\x29\x93\x3f\x65\x1c\x03\xc2\xfd\x24\x4b\xca\x84\x37\x5e\x58\xd3\xed\xb8\x8b\x95\xbd\xc8\xaf\xb3\xfa\x9c\x0b\x38\x11\xc7\xb9\x88\xc3\x63\x46\x53\x9f\xe7\x70\xc5\xb1\x74\x4e\xbf\xd3\x71\x22\xd5\x69\x36\x05\x39\x52\x7f\x77\x0f\xaf\xc9\x34\x7f\x16\xc6\x4d\x7b\x2f\x6d\x02\xcc\x19\x3a\xdd\x54\xaf\x61\x3d\x1f\xc7\xc0\xa9\x4a\x6d\x07\x28\x0d\x19\xd5\xd3\xe9\x69\xff\xd7\x9a\xe3\x87\xcc\x76\x9c\xe4\x98\xa4\x9d\xd3\xaf\xd0\x61\xc1\xd2\x05\x3a\x89\xb6\xba\x93\xae\x6e\x59\xa6\x5b\xd2\x7d\xe8\xc4\x92\x83\xa5\x7a\x23\x6d\x86\x4d\x9c\x93\xac\xaa\x67\x6a\xbd\x63\xc2\x91\x1b\x9b\x75\xdd\x3b\xaf\x9c\x90\x53\xd6\xbd\xf1\xb3\xce\x4b\x27\x6c\x61\xac\x91\x55\xa7\x46\xa3\x4b\x18\xd3\x2c\x69\x7f\xc3\xbe\x31\x63\xea\xe3\xda\x3f\x1f\x3a\x8c\x31\xb5\x35\x6d\x0f\x0e\x9e\xc4\x98\x8a\x5b\x5b\x9f\x01\x6f\x18\x53\x2e\x6a\xab\xd0\xef\x3e\x63\xca\x2d\xdb\xdc\xef\xfd\x91\x31\xa5\xb7\x96\xad\x7b\x3d\x65\x4c\xf1\xc4\xc7\x1c\x4d\xaa\x63\x3d\x1f\x6f\xca\xfd\x4f\xee\x48\x19\x31\xd7\x85\x73\x30\x99\x56\x9c\x73\x4a\x3e\x3a\x82\xaa\xaa\x09\x5b\xc7\x11\x1f\x78\x28\x60\x12\xd5\x2d\xf6\xdd\xe4\x3a\x21\x3b\x03\xb8\x6e\xc2\xe6\x29\xbc\x7f\x8c\xe7\x68\xce\x49\xb8\x65\xcd\xa7\x4c\x3b\x2d\xc8\x8d\x4e\xd9\x26\xcc\x58\xdc\x49\xe3\x38\x30\x4c\xca\x4d\xba\x65\xb1\x5c\x40\x9f\x7a\x0b\x3a\xf4\xf4\x53\x1d\xd0\x6d\x82\xeb\xae\xf1\x5a\xea\xd7\x3b\x3d\x75\x55\x58\xb8\x52\xb3\x65\xbb\x4d\xf3\x97\xf9\x79\x34\xd4\xb1\x7c\x30\xef\x58\x78\xbb\x86\xad\x2d\x3a\xce\x53\x4e\x3c\xa1\x59\x61\x36\xc1\x25\x2d\x7b\xaa\xa6\x71\xab\x35\x2e\x5d\x9e\x3c\x50\xbf\xd6\x6a\xb9\x4b\x5f\xc6\x54\x07\xb4\xec\x37\x4b\x9e\x31\x65\xaf\x16\xad\xa6\xf8\x33\xa6\xf4\xb0\xf9\x01\x87\xbb\x8c\x29\xbe\x6f\x3e\x7b\x7c\x2e\x63\x8a\xd6\xcd\x4d\xc6\x5e\x67\x4c\xe1\x92\xe9\xd5\x51\x73\x19\x93\xdf\xd0\xcc\x64\xc4\x2d\xc6\xe4\xa7\x35\xbb\x35\xac\x1e\x63\xf2\xd3\x45\xfe\xeb\xc1\x4a\x1b\x07\x9e\xf7\xfb\x11\xef\x70\xd9\x65\x38\x9d\x02\x9f\xdd\x34\x9e\xb8\x80\xe3\xe6\x8e\x74\x2f\xef\xd0\xd6\xe9\x14\x87\x7d\xd1\xb3\xc9\xef\x9d\xd6\xf3\x74\xe8\xf9\xc7\xf3\xbe\x39\xde\xc5\x8b\xe8\xb4\x70\x49\xf1\x32\xca\xaf\xb3\x34\x56\xd2\xb9\xef\xd8\x5d\x1e\x74\xcf\x6d\xc0\x22\xef\x53\xf5\xed\x80\x1e\x75\xbd\xb5\x8c\xa2\xa5\xbd\xdb\x3b\x79\x1e\xb4\x36\x51\x34\x6d\xed\xeb\xe9\x3f\x72\x98\xd2\xaa\x96\x5b\x3c\xad\x5d\xe6\x37\x68\x6b\x7a\xca\xe3\x96\x4f\x8b\x06\x41\xc6\x29\x1e\xdd\xf6\x5c\x68\xb0\xc8\x68\x96\xfb\xbd\x13\xbe\x4a\x37\x0d\xe5\xdd\x7b\x5d\xdb\xad\x24\x67\xa0\xb3\x3a\xb1\xc4\x4d\x21\x44\xff\xd5\xea\x93\x3f\x3e\xc8\x79\x1b\x68\x2e\x95\x63\xac\xfe\x0b\xfd\x46\x0b\xbc\x18\x93\x8d\xd6\xf5\x73\x09\x62\x4c\x46\x45\x4f\x6f\xd6\x70\xc6\x64\x2c\xf4\x62\x67\xa8\x30\x26\xb3\x58\xf7\xc6\x54\x67\xc6\xa4\x43\x75\x73\x1d\xfb\x31\x26\x3d\x4a\x77\xcc\xc4\x2a\xc6\xea\xdd\x12\xf5\x8f\x6e\xbc\xe5\xcf\xfd\x52\xc4\x28\xaa\x5f\xa5\x6e\x11\xf4\x7f\xd6\x4f\xa7\x53\xf5\x23\x0d\x9c\xc9\xaf\xf0\x2b\x0b\x48\x3d\x3c\x78\x20\xb9\x8d\x2d\x36\x9c\x0b\x59\x7b\x6f\x15\xcd\x93\x65\xa7\xe9\xb8\x1a\xce\xf1\xfc\x16\xae\x63\x0f\xae\x23\x60\x57\xec\x47\xa7\xa8\x9d\xfb\x6e\xa5\x71\x61\x19\xb6\xed\x9c\xb6\x02\x60\x6a\xb6\xd5\xd9\xaa\xa5\x4c\x82\xe1\x8f\xad\x1b\xed\x4c\x64\x3e\xea\xf5\xdb\x6a\x3f\xcb\x47\x26\xa9\xb1\xf7\xd6\x3e\xde\xa6\xd2\xa7\x1b\x7d\xdf\x6a\x18\xb2\xaf\xee\xed\xc6\xf2\x5b\xcf\x24\x78\x02\x8d\x34\xb7\xec\xbd\x62\x0f\x68\x7e\xde\x7c\xea\xd1\x3d\x40\x63\xf1\xa6\xf7\x5f\x43\x00\x55\x03\x1f\x5a\x4f\x29\xf9\x7a\x1e\x93\x58\x05\xed\x95\x09\x12\x2b\x3f\x70\xe9\x02\x89\xad\x7f\x74\x11\xf5\x12\x94\xbf\x32\x9f\xee\xf3\xd6\x0f\x71\x6e\x4d\xd6\x6b\x16\xe9\x05\xdc\x12\x6e\x53\x8b\xfd\xbf\x52\xee\x4f\xa6\xaa\xc9\x71\x36\x9b\x4e\x8f\x0f\xad\xe7\x5c\x40\xf8\xf8\xc5\xb4\x4e\x08\xd1\x5e\x41\x5c\x83\xbf\x3e\xd7\x4b\x58\x6f\xe8\x4d\xe7\xf1\xab\xf5\xb9\xbf\xae\x93\x7d\x29\x9e\xd3\xd3\xb7\x50\x75\x6a\x8c\x06\xbf\xad\xdf\x57\x65\x3b\x55\x27\x5a\x7f\xda\x45\xfa\xef\xba\xf7\x42\x1f\x28\x2c\x01\x1a\x59\xee\x59\xd6\x52\x0e\x50\xb7\xd8\x33\xa9\xef\x1e\x40\x39\x68\xcf\xa8\xc9\x85\x80\xe2\x96\x3d\xd2\x2b\xdf\x00\x72\xd2\xa1\x4f\x83\xc2\x01\x99\xb8\x50\xa9\xc3\xaf\x80\x7a\x83\x76\xdb\xa6\x87\x00\x52\x33\x42\x0c\xef\xfb\x4b\x1e\xc8\x2e\x9f\x77\x74\xcf\x3b\x48\xa8\x5b\x6d\x16\xea\x7a\xeb\x85\x8e\xea\x6b\xb8\xce\x7f\x3b\x8f\x61\xfc\xe3\x55\xc2\x7d\xff\x65\x42\xdd\xcf\x8d\xea\x17\x97\xbb\x8e\xa7\x7c\x9e\xe6\x35\xbd\x37\xcf\x7f\x2e\xf4\x7c\x63\x9b\x2e\xa1\xf9\xb1\xdf\x92\xf7\x85\x0a\x19\xc4\x9f\xb3\xff\xb9\x35\xb4\xa2\xf4\x2d\xe4\xfe\x7a\x62\x13\xef\x03\x63\xb7\x95\xaa\x91\xb3\x73\x02\x68\x85\x39\x49\x7f\x3b\xe5\x8d\xa1\xaf\x77\x77\x93\xd8\xae\xf3\xf7\x52\xbd\xa3\xd9\xdc\x03\xf4\xfb\x15\x11\x4d\xe3\xab\x9e\x74\x8c\xba\x2e\xbd\x99\x62\x5c\xac\xa9\xd2\x17\x5d\x31\x8e\xde\xbc\xd1\x89\x8b\xa8\x92\x1c\xdd\x6a\x2b\xd5\xb1\xa2\x9e\x45\x11\xc1\x1b\x39\x29\x8d\x22\x1b\x31\x2f\x9f\xfe\xf2\xc1\x4d\xaf\xa9\xb2\xb6\x4f\xa8\x53\xed\x12\xea\x14\x81\xc2\x7d\xff\x9a\xba\x1f\xc0\xfa\xbd\x35\xe2\x03\x0f\x1a\x27\x69\xaf\x66\x50\x3e\x4f\x3a\xc4\xfb\x23\xc5\xb6\x5c\x41\xb7\x49\x23\xce\xba\x53\x1f\x93\x50\xd7\xb5\x44\x59\x6c\x37\xf3\xa5\xe7\xeb\xb7\x7e\x53\x3c\xcf\x03\xfe\xf4\x9e\x5c\xaa\x11\x44\x79\x75\x7e\x53\xde\x47\x64\xda\x88\x50\x9a\x1f\x63\xac\xc3\x88\x2f\x1e\x30\x9c\xf7\x53\xe9\x50\x18\x4d\xeb\x30\x23\x8b\xa3\x54\xf7\x90\x31\x8d\xa7\xee\x0d\x40\xc2\x87\xc6\x54\xc7\x49\xd8\xd3\x99\x46\x64\x42\x9f\xd1\x5c\x91\x69\xd8\x02\xf2\x37\xfe\xce\x46\xba\x71\x1e\xbf\xe2\x00\xd5\x39\xe2\x2e\x25\x53\x05\x3e\xb6\x98\xf7\x03\x89\x2d\xe6\x15\x93\x23\x42\xdf\x87\x83\xc2\xbd\xff\x30\x41\x49\x7e\x97\xd0\x51\x7f\xc7\x06\x6e\xfd\xdd\x85\xf8\x08\xf5\x6e\x3f\x29\x89\x4d\x2c\x59\x48\xb7\x64\x8f\x8d\x5e\x4d\xcf\x37\xd2\x9b\x57\x97\xf7\xc2\x97\xe6\xc5\xf6\xa2\x4d\xb4\x8e\xda\x62\xe9\x4f\xff\xca\x75\x6a\x02\x07\xa4\x11\x42\x75\x9f\x85\x9e\x9c\x7b\x9a\xad\xcf\xf5\x61\x1c\x3c\x0f\x52\x15\x76\xd8\x2d\x5e\x2f\xef\xb9\xe0\x08\xd5\xf7\x5a\xbf\xe2\xb7\x6e\x1b\x17\x9e\xa4\x81\x55\x67\xf6\x19\x61\x67\x92\xa2\xa1\x3d\x84\x5b\xae\x83\x71\xa6\xd2\x9e\x2a\x3f\x67\xbe\x71\x85\xaa\xe4\xc4\xf5\x54\xa7\x4a\xde\x1b\x46\xa4\xea\x99\xed\x89\xe4\xff\xe9\x0b\xd9\xa4\x93\x72\xba\xf4\x39\xbd\xea\x13\x33\x79\xdd\x3f\x4e\xe0\x1e\x62\x96\x08\x71\x11\x9e\xbf\x38\x5e\x42\x05\x0e\x62\x97\xbc\x30\x6e\xa8\xce\x23\xea\x20\x45\xbb\xac\xa7\xe7\x1c\x66\xb7\x89\xd6\xc3\xc1\xb6\x9c\x7f\xda\xe6\xb2\x83\xf8\x17\x9f\xa7\xbb\xac\x79\x1e\xe0\x1c\xd0\x52\x81\x0b\x71\x89\x8d\x20\xce\x65\x8a\x57\x34\x3d\xd5\x31\x01\x47\x69\xfc\x0f\xb2\x8c\xa3\x3c\xd0\x55\xff\x04\x7d\x5f\x4b\x8f\x24\x9a\x7f\x9a\x09\x67\x43\xb9\xff\xe9\x4d\xb8\xcd\x9c\xd2\x90\x32\x6a\xc6\x69\xae\x83\x91\xb1\x61\x28\x75\x24\xc9\x54\x9d\x43\x23\x34\x43\x99\x67\xdc\x8c\xe9\xbb\x69\x25\x9b\x51\x3f\x81\xbe\x9e\x5e\x72\x85\xf3\x31\xfd\x4b\x88\x30\xb9\xd0\xf0\x0b\xe7\x1c\x84\xfe\x1e\x62\xdf\x17\x91\x8b\x39\x2c\xf4\x3f\xa9\xcd\xc5\xf0\x71\x73\xe8\x99\x2f\xd5\x5f\xc3\xe5\xb6\x50\xbe\x0b\x1e\xc1\xf9\xbe\x00\xc3\x60\x5a\x47\x6d\x3c\xb5\x87\x28\x94\x35\x01\xbc\x8a\xb6\xbc\x94\xf7\xc5\x5a\x30\xee\x10\xd5\xaf\x67\xbd\x8b\xa5\xf9\xe1\x30\x24\x8e\xe2\x31\x72\xf4\x49\x7a\x1f\xf4\x7d\x98\x44\x55\xfb\xce\xb2\x67\x69\x7d\x6a\xea\x7e\x8e\x74\x40\xd4\xd7\x5c\x14\xf4\x2f\xae\x09\x7d\x40\xb2\x26\x6b\xd2\x4f\x5e\x2f\xb7\xa2\x99\x74\x3d\x61\x08\x11\x99\x59\xd3\x67\x90\xbf\x59\xf9\x3c\x33\x65\x6d\xdb\x49\x33\x2c\x2b\xf1\xd8\x4c\xb2\xad\xf9\x6f\xba\x6e\xf5\x90\xf3\x1f\xe1\x1f\xe9\x6c\x24\x53\xc8\x0f\xa9\x42\x1e\x3c\xdd\x9b\x5b\x91\x17\x12\xc7\xcb\x61\x21\x4e\x9c\x8b\x39\x38\x90\x8f\xf7\xdd\x91\x9c\x2e\x08\x14\xb8\xaf\x4d\xf5\xc3\x9e\xd3\x3c\x28\xe5\x54\x92\xc8\x01\x2d\x9e\x72\x94\xf2\x9c\xb3\x4d\xdc\x1d\x1a\x07\xc5\x9c\xca\x18\x1f\x70\xfa\x22\xcd\x07\xf5\x14\x8a\x43\xaf\xbc\xf3\x54\xa5\x6e\xff\x28\x93\xfe\xb5\x4d\xd3\xb9\x4e\x8a\xf2\xda\x2c\x03\xee\xff\x4d\x61\x27\x73\x67\x9b\x46\x73\xb2\x1b\x5a\x53\x27\xbe\x3b\x6a\x03\x69\xa5\x91\x67\x39\x95\x73\x2f\x96\x2b\xe9\x6c\x23\xbf\x5e\x10\x91\xff\x79\xb1\xbc\xee\x9f\x17\xcb\x09\xab\xdb\x71\xf9\x44\x2a\xdc\x8a\xe2\x0a\x0b\x39\x82\x0e\xcc\x65\x61\xfc\xa7\x0b\x3c\x4c\x9a\xa0\x30\x70\xc6\x9c\xdb\x53\x42\xbe\xe0\x5c\x4c\xd8\xba\x5d\x94\x7d\x76\x14\x73\x0e\x68\x5b\xf7\x08\xa2\x6c\x36\x0c\xe3\xf3\xbb\x9a\x03\x3a\x9a\x40\xb4\x9e\xab\x0b\xd7\xcb\x98\xad\x9f\x4c\x59\xde\x09\x29\x59\x7c\x3e\x9c\xa3\x3a\xf8\xa0\xaa\x74\x7a\xce\xdd\x95\x2e\x11\x0f\x60\x59\x75\xfd\xa8\xc4\x36\xd9\xc6\xeb\xe5\x0d\x0c\xef\x34\xe5\xfe\xdf\x13\xe6\x47\xe1\x12\x15\x8a\x54\xe1\x2a\x73\xca\xb0\x45\x1a\xfd\x69\xfc\x17\xf5\xe3\x05\xf1\xa2\xe8\xa5\x94\x17\x0b\x9f\xf9\xf3\x1d\x9f\x57\x14\x71\x0f\x45\x76\xa9\x14\xd1\x22\x9d\x3b\x34\xa3\x0b\xb5\x5e\x52\x5e\xb9\x27\x70\x41\x37\x85\xf7\xc3\xf5\xf2\x5a\x71\x11\x38\x3a\x91\xa3\x4a\xd1\xa3\xf3\x9c\xd7\x9c\xeb\xf4\x2f\x8d\xa6\x75\x93\xdf\xa2\xd8\x36\xa8\xc9\x01\xd1\xd7\x17\xc5\x9f\xa6\xec\xe4\xd2\x3a\x95\xb2\xda\x34\x95\xf3\x94\xf7\x27\xa4\x70\x1e\xc6\x3e\x85\xeb\x66\xf4\x77\xb9\x4a\x79\xd7\x26\x2e\x9b\xfc\x6c\x6d\x7b\x8b\x7e\x8f\xe1\xda\xbb\xf4\xbe\x90\xff\x7c\xff\x15\xf7\xff\x31\x17\xb4\xc4\x53\x9b\x06\x44\x5e\x3c\xbf\xde\x82\x96\xf6\x65\x27\x7a\xd3\xfb\xb3\xcc\x6c\x12\xbd\x89\xcb\x6e\x2d\xa6\x0c\x55\xb6\x79\x13\x91\x25\x65\x32\x07\x49\x3f\xa7\xcc\xf8\x0c\xc5\xa5\xec\xe4\x4d\x7e\x33\x44\xbd\x9c\x08\x85\x27\x73\x7e\x10\x99\xf4\x50\xd0\x53\xca\x13\xf2\xc3\x4d\xe1\xfd\x90\xd5\xb6\x66\x5c\x32\x88\x13\x0a\x1a\x76\x98\x7e\xfb\x66\xd7\x63\xf4\x1c\x7f\x72\x40\xbc\x5f\xd2\x32\x45\xae\x83\xe4\x9a\x79\x9e\xe2\x33\xc7\x93\xd3\x8b\x53\x2c\x2f\xd3\x7a\x7a\xc2\xdb\x2c\x8a\x8f\xa8\x8b\xd3\xf7\x04\xd7\x8f\xe8\x34\x99\x9f\x4c\xb5\xfa\x76\x8f\x66\xbd\xde\xe3\x42\xea\x17\x23\x57\x59\xa2\xce\xfd\x2f\xdf\xc1\x6d\x55\x96\x1c\x6d\xdd\xaa\xdc\x4d\x69\x5e\xbc\x7d\xd5\x93\x46\xe4\x5b\xc6\x57\x76\xef\xe4\x39\xb9\xfe\x2e\x6e\x03\x7d\xfd\xfd\x2c\xfe\x66\x7a\xd7\x3a\x91\x48\xc7\x77\x6b\xb3\x3f\xf3\xaf\x3f\xa5\x37\xd2\x1b\xef\x1f\xf4\x1e\x79\x76\x82\xfb\x59\x2c\x3c\xff\x07\x15\x7f\x8e\x0b\xef\x13\x24\xea\x21\xf9\xe6\x24\x65\xd0\x38\xb0\x3e\x4b\xb4\xd1\xca\xa3\xe7\x05\x7d\xac\x4c\xfa\x57\xcd\x2b\xbe\x4c\xe3\x7e\xd6\xa2\xeb\x94\x17\x1c\x87\xe6\xf2\x75\xc2\x91\xdb\x34\x5f\xec\xb2\xb8\x5e\x8a\x6d\xc9\x7d\xca\xbb\x1d\x03\x1e\x52\x3f\x36\xb3\x31\xa5\xb4\x0e\xd5\xd3\x7f\x42\xfa\x22\xf2\x1f\x2b\xde\x8a\xfe\x73\xfb\xed\x94\x34\x65\x9c\xef\xcd\x0d\x69\x7c\xff\xd8\x22\xf4\xc7\xb1\xb5\x17\xf4\x51\x9c\x89\xe8\x63\x5e\x6b\x55\xf9\xc7\xbc\xb3\x21\x1b\x98\x20\xe8\x5e\x70\xee\xe1\xc7\x77\x41\xf7\xc2\x8b\xd1\x5f\x7c\x97\xc8\xcf\x52\x44\x4e\xa8\x5a\x27\x46\x8c\x8b\xdc\xaf\x71\x11\xf5\x90\xd6\x1b\xa6\x09\xfc\x07\xd7\x43\x5a\xa6\x73\x99\xc6\xc3\xc2\x88\x2c\xf2\x73\xee\xf2\x5c\xfa\x3e\x51\x17\xc8\xc1\xf8\x2e\xad\x13\x47\xce\x2f\x20\xfe\x6f\xf0\x68\xde\x4f\xa6\x67\xd3\x62\x03\x1e\x87\x67\xe4\xaf\xa8\x8f\xa3\x77\xad\xea\xaa\xc4\x2a\x84\xbf\xd9\xc2\xfd\xff\x2a\xf0\x62\x7f\xe0\x40\x04\x5d\x93\x21\x82\xfe\xc9\xd4\x13\xdc\xae\x10\xbe\x6f\x9b\x0b\xb7\x91\x77\xb8\x3d\xc3\x75\x74\x22\x73\x05\x3e\xe6\xb9\x60\xbf\xd1\x7a\xb3\xa6\xee\xc7\xcf\xb8\x54\xeb\xc4\x18\xb0\xbf\xf0\x0f\xb5\x39\x80\xda\x3a\x18\x62\x7d\xbb\x86\x1e\x88\x50\xe7\xfe\x5e\x0a\xd8\x95\x01\x9f\xc3\x01\xc9\xb8\x16\xef\x75\x57\xc6\x03\x2e\x1e\x40\x59\x3c\xb0\x6c\x12\xaf\xf3\xac\x73\x06\x8a\xaf\x03\x5b\x46\x03\x8f\xbe\x49\xde\x59\xc0\xc3\x02\x20\x32\x53\x92\xfd\x00\x49\x66\x12\xef\x79\x17\x39\x02\x79\x69\x5c\xf7\xfd\x85\x15\xf0\x28\x8e\x9f\x1d\x57\xdf\xfb\x17\xf9\x07\x41\x07\x5f\xe4\x1f\xc4\x7b\xdf\xa7\x84\x1a\x55\xc2\xa8\x5a\xf5\x3f\xf3\x9f\xe7\xd5\x7f\xd5\xbf\x70\xab\x69\xff\x35\x07\xe2\x01\x7c\x08\xe5\xfc\xc3\x9b\xee\xc0\x64\x35\xe0\x45\x05\x30\x37\x15\x78\x12\x0a\x2c\x2a\x01\x4a\x1c\x00\xaf\xae\x40\xa1\x19\xb0\x69\x3a\xf0\x50\x4a\xb2\x33\xe0\x1a\x07\x11\x1b\x81\x7b\xf5\x78\xcd\xfa\xfe\x59\x5e\xc3\x92\xcc\x32\x89\xcf\x85\x1b\x81\x8a\x77\x40\xa1\xa0\xc5\x5f\x5d\xf7\x16\x7a\x0b\x88\xf7\xde\x6b\xf3\x0f\x7f\xf3\x3f\xe2\x97\x3a\xce\x7f\xe5\x1f\x9a\x19\xd5\x8a\xc7\x2f\x7c\xd0\x97\x6f\xc0\xc0\xad\xc0\x3b\x75\x60\xc4\x0e\xe0\x65\x8e\x64\xcf\xc5\xcf\xf7\x67\xd8\x00\x25\xaa\x80\x5b\x0c\xd7\xb3\x77\xaf\x04\x1e\x8c\x00\x36\x7a\x03\xf7\x1c\x80\xe0\x39\x40\xfe\x32\x1e\x87\xfc\x9d\xc0\x71\x1f\xa0\xc0\x10\xc8\xbc\x01\xe4\x35\x07\x6e\x0d\x04\x0a\x2a\x80\xb2\x28\x20\x6f\x03\xf0\x79\xce\x4f\xdd\xff\xcc\x27\xbc\xc6\x24\x72\x40\xa7\x6d\xfe\xd9\xff\xda\xf5\xff\x3f\xf9\x5f\xad\x7f\x31\xa1\xa6\xfd\x1b\xf7\x60\xd5\x14\xf8\xc6\x00\x6b\x2b\xe0\xc3\x06\x41\xd7\xdf\x96\xd7\xf1\xca\x96\x02\xe3\xd4\x80\x92\x35\x9c\x0f\x2a\x1a\x2f\x59\x83\x00\x0f\x2f\x01\xee\xda\x40\x5e\x2e\xb0\xa1\x02\xc8\x5b\x27\x59\xc3\x00\xb7\xf5\x81\x03\x25\xc0\x6d\x69\xe0\x78\x0c\x70\xcb\x0e\xb8\xb0\x0d\xb8\x59\x09\xdc\x1e\x0d\xdc\xec\x04\x94\x66\xf3\x3a\xa9\x24\x0f\x5e\x71\xac\x39\x0e\xc4\x79\x20\xd6\xfd\x44\xff\xc5\xfa\xdf\x6f\xfa\x07\x7f\xe0\x1f\x1a\x0b\xf5\x2c\x2d\xa1\xc6\xf3\x37\xee\x41\xd4\x07\xa1\x9f\x8b\x02\xcc\xc0\xfb\xda\x58\xed\x00\xaa\x6c\x80\xae\x2f\x80\x4a\x47\x60\xa0\x21\xf0\xb4\x04\x18\xfd\x10\x28\xde\x07\x38\xdd\x04\x0a\xdd\xb8\x3e\x4a\x7e\x01\xb0\xc2\x06\xb8\x59\x05\xf8\x48\xac\x81\xe4\x1d\x0e\xe4\x1c\x03\xc2\x3d\x80\x1c\x67\x20\x5e\x1f\xc8\x0d\x02\x32\x82\x80\xdc\x79\xc0\x9d\x3a\x40\xf6\x39\xe0\xe9\x10\x20\xa7\x10\xf8\xfe\xe2\x97\x71\x20\xd4\x79\x4f\xf6\xfb\xb3\xff\xff\x86\x7f\x10\x39\x97\xbf\xf5\x01\xa9\xdd\xf7\xa3\x3a\x1e\x63\xb8\xee\x8d\x24\x1e\x62\xbd\xbf\xf2\x01\xd0\x69\x34\x50\x36\x1f\xe8\x3d\xf9\xe7\x3d\xff\xc2\x5c\xc9\x3b\x06\xc8\x67\xbc\xee\x7f\x73\x2e\xe7\x83\x6e\xcc\xe4\x77\xce\xb3\xac\x81\x80\xc1\xc0\xb5\xb3\x40\xb8\x01\x70\x3d\x1f\x48\xd0\x05\x24\xab\xb2\xf3\x45\xc0\xd5\x21\xc0\xad\x14\x40\xf2\x8e\x7c\x5e\xc1\xeb\xff\x12\xff\xcf\xf5\xa9\x39\x0f\x44\xfd\x9f\xea\xe7\x5f\x8b\x7f\x08\x15\xea\xe3\x22\x07\xf0\x4f\xfc\x43\x6d\x0e\xa2\xda\x2a\xd4\xfc\xba\xe4\xe7\xbe\x46\x48\xd6\x06\xc0\xeb\x33\x40\xb3\x24\xce\x3d\x58\x16\x01\xa5\x91\x40\xb7\x5e\x40\x91\x2d\x20\x59\x26\xdd\x73\xe3\xef\x8f\x5b\x7b\x79\x9e\xc8\xae\x04\xdc\xec\x38\xfb\xe4\x6d\x09\x5c\x2d\xe5\xb5\x69\xc9\xea\x6c\x9f\x23\xaf\xf3\xc7\x16\x03\x97\x94\x79\x1f\xa9\x4b\xc3\x80\x3b\xf7\x79\xae\x28\x9b\x06\x64\x2e\x06\xd8\xee\x9f\xf9\x50\xac\xff\xd7\xf6\x3f\x4c\xa6\xe6\x73\x0f\x56\xe5\x76\x7b\x67\x6e\xff\xc8\x3f\x08\xfe\xfe\x2f\x0e\xa0\x4e\x4f\x3e\x0e\x14\xdc\x81\x0f\xed\x00\x75\x73\xe0\x55\x00\x60\x30\x42\xf2\x56\x06\x5a\xe8\x03\x45\x51\x40\xa7\xd3\x40\xc1\x05\xa0\x4f\x3a\x9f\xcf\x23\x89\x6a\x06\xa6\xf8\x02\xd7\xe2\x39\x4f\x29\x59\x8d\x7b\x82\xbf\x13\xb6\x3c\xe4\xda\x17\x92\xf5\x62\x7a\x07\xe0\xd8\x67\xe0\xc2\x29\x20\xdd\x02\x48\xa3\x33\x44\x6e\xcb\x72\x7e\xbe\x17\x4f\x0a\x3a\x10\x62\xfd\x5b\xf4\xff\x37\xee\x45\xe4\x00\x84\x3e\x5a\x9b\x9b\x71\xfb\x2b\xff\xf0\x5f\xf9\x8f\x5f\xb9\x87\x77\xee\x80\x6c\x0a\x50\xa1\x01\x68\x80\xcf\x83\x26\xe6\xbc\xee\x6f\xe9\x02\xe4\xe5\x71\x9e\x30\xd7\x96\xf3\xa5\x57\x3d\xb9\x3e\xca\xc5\x9e\x80\x73\x3c\x70\x3e\x0a\x58\x69\x04\x9c\x73\xe7\x7d\xa4\x52\x2d\x80\x3d\xcb\x81\x94\x4c\x20\xb6\x12\x48\x91\x03\x2e\xac\x06\x92\xf7\x03\x77\xfc\x81\x33\x3d\x80\xb2\xfb\x40\xa2\x3a\xc0\xae\xff\xd4\x81\x39\x78\xa5\xe6\xb8\x0f\x1e\xc1\x6d\xc0\x72\x6e\xb7\x48\xd5\xf4\x7b\xfd\x59\x6e\x45\x1d\x88\x7f\xed\xff\x75\xee\xf7\xf7\xae\x82\xff\x02\xf7\xf0\xaa\x27\xb7\x4f\xbf\x01\xf2\x5b\xb9\xff\x5a\x71\x40\xbe\x3a\x1f\x17\x92\xd5\x77\x87\x42\xe0\xda\x21\xa0\xbf\x2a\x20\xd9\x85\x8f\xb5\x05\xce\xc7\xf3\x3c\x91\xb2\x16\x58\x6e\x02\x9c\x2e\x05\xfc\xf6\x00\x49\x2d\x38\x37\x77\xd2\x19\x38\x6a\xcd\xdf\x19\x92\x31\x20\xb1\x77\x66\xf3\x35\x45\x45\xf9\xcf\x3c\x20\xe6\x3f\xd1\x7f\x71\xbe\x8b\xba\x1f\xa2\xdf\xb5\xb9\x0f\x91\x7f\x58\x95\xf5\x2f\xe2\xf0\x0b\xf7\xc1\x9e\x71\xfb\xd9\x54\xd8\x1d\x08\x1c\x00\xa7\xc9\x81\x42\xe1\x54\xa5\xc0\x1e\x50\x3a\xcf\xf9\x4e\x49\xde\xb8\x3e\x16\x68\x6d\xcd\xc7\x7d\x8f\x78\x20\xf5\x19\x30\x2c\x19\x38\x7d\x15\x98\xea\x07\x9c\x2a\x07\x16\xfb\x02\xc7\x5f\x82\x6e\xba\xc6\xab\x03\xbb\x1e\x01\xb1\xc7\xf9\xb3\x3e\xcc\x80\xd4\x4a\xe0\xb0\x17\x70\xbb\x02\x88\x19\xc9\xf3\x64\xb4\x7d\x4d\xff\xc5\x7e\x3f\x22\xff\xb1\xa1\xde\x9f\xfd\x16\xb9\x8f\xe5\xc2\x9a\x6f\x91\xd7\x1f\xe2\xf0\xa7\xba\xb7\x70\x5a\xf2\x71\x43\x2d\xff\xdd\xb9\x2d\x1d\xc8\x2d\xdf\x55\x72\xbe\x0d\xe0\xf9\x4f\x55\x0d\xc8\x38\x09\x98\x8c\x07\xd2\x0a\x81\x4e\xdd\x81\xd3\x3d\x80\x41\x13\xf8\xfb\xdd\xc1\x13\x38\xf6\x91\xeb\x28\x1d\x69\x00\xac\xbd\x0a\xc4\x1c\x01\x76\xfe\x00\x22\x3e\x02\x87\xfa\x00\x07\x32\x39\x5f\x1c\xbe\x09\xb8\xe1\x05\xec\xab\x07\x3c\x1b\x02\xec\x3d\x2d\xf8\x2f\x57\xf3\xb9\x8b\xe3\xdc\xe3\x94\xe0\xaf\xa0\x1f\xb3\x44\xe0\xc8\x16\x0a\x6b\x9e\x05\xc2\xf7\x39\xc7\xff\x12\x87\x7f\xf0\x5f\xe4\x3f\x44\xff\x79\x8f\x64\xe0\x71\x01\xb7\xf7\xf7\x73\x7b\x53\x18\x0f\xd7\x46\x70\x9b\xde\x19\xa8\x17\x0a\xa4\x5c\x04\x1a\x59\x01\xa7\x0a\x01\x8b\x3a\x40\x5c\x89\x54\x8c\x6d\x7d\xe0\x70\x3d\x19\xcd\x31\x9f\x80\xc8\x0e\xf5\x3d\x9c\x77\x03\xfb\x4d\xe4\x2a\xbc\x0c\x80\xbd\x8b\x15\x6c\x25\xbe\xed\x36\x51\x08\x8e\x7a\x23\x59\x63\x2a\xa4\x26\xcf\x01\xb6\xe7\x28\x5c\xce\x7e\x00\x04\x16\x2b\xcc\x2a\xc9\x06\xfc\x3f\x2b\x84\x7f\x53\x01\x7c\xd7\x28\x70\xbd\x93\xbb\xf2\x74\x9e\xb0\x3c\x4d\x5e\x49\x62\xdd\xca\xeb\x1b\x92\xbf\x5d\xeb\x51\xcf\x17\x97\x3d\xd2\x74\x6e\x3d\x67\x57\x5d\xe2\x63\x66\xce\xac\x43\xfb\xad\x69\xc1\x50\xfd\xa7\x38\xfc\xe6\x3f\x3f\x24\x24\x66\x8d\xfc\xff\xc6\xed\xad\xee\x52\x74\x4e\x73\x25\xa7\x3e\xed\x02\xcf\x67\xcb\xd3\x39\x45\x52\x80\x02\x71\x21\x71\x6a\xca\x9b\x95\xd7\x00\xd1\x6f\x35\x0c\x9b\x66\x03\xfb\x43\xb5\xca\x6d\xec\x81\xd0\xa3\xda\xf6\xc3\x5d\xea\xc8\xec\x78\xad\x7d\x70\xfa\xb6\xba\x93\x03\xfa\x6b\xbf\x58\x61\x57\xef\xf2\x16\xe5\xc6\x52\x5b\xbc\xa4\x6f\xfa\xdd\xd0\x4e\xda\xaf\x2f\xd3\x78\xfd\x14\xed\xac\x93\xc7\x65\x8e\xac\x1b\xa3\x1d\x74\x25\x55\x66\xc2\x1a\x15\xed\xd3\x85\x1d\x64\x0c\xbc\xfa\x37\x56\x7d\x7f\x56\x7a\xce\x8a\x24\x1d\x19\xc6\xa4\xb7\x2e\xcc\xd0\x69\xc2\x98\x74\x07\x97\xc5\x8d\x27\x32\x56\x97\xcd\x7a\xd3\xf0\x08\xf9\x79\x47\x63\xa5\xc4\x4e\xd9\xaf\xd6\x52\x62\x9d\x34\x54\x48\xf3\x62\x92\x8b\x12\xf5\xbb\x1f\x7f\x4f\xe1\xde\x9f\xe2\x20\xfa\xff\x26\x4d\xf0\xbf\x0e\xda\x72\xff\xb9\xbf\xf9\xfb\x14\xe9\x14\x28\x77\x9b\x06\xd5\x35\x2e\x06\x6a\x53\x41\x37\xc5\x45\x8f\x66\xc6\x89\xb1\x86\xa4\xcf\x7b\xd8\xbf\x09\x9d\x9e\xee\xab\x34\x69\x2e\xbd\x14\xd8\x65\x6f\x9a\xa6\x73\x53\x6a\x99\xff\x2c\xd3\x8c\x36\x0a\x32\x95\x7e\x1f\x9b\xf9\xf6\x53\x97\xd3\x5a\xfb\xbe\x59\xf6\xc4\x31\x0a\xa6\x1e\x33\x9a\x1d\x5a\x30\x4a\xf1\xe3\x8a\x1d\xcd\xe6\xf8\x0c\x6d\xb0\x63\xc9\x6e\xd3\xdb\x21\x27\x95\x0f\xba\xc9\x9b\x4e\x8f\x3d\xa4\x32\xd8\xd5\xb1\xe9\xbd\x74\x13\x95\x09\xf3\xba\x35\xcd\xc8\xbf\xac\x22\xe7\x7c\xd8\x54\xf9\xe5\x7c\xe5\xba\xb3\x33\x4d\xe3\x18\x53\x9a\x34\xe5\x43\xd3\x41\x8c\x29\xac\x9c\x94\x6a\xd2\x9c\x31\x79\x9d\xf1\xed\xfe\x8f\xb2\x37\x8f\xcb\x31\xff\xfe\xc7\x9f\xd2\xa2\x10\x25\x8c\x2d\xb2\x2f\xa1\xac\xa1\x64\xdf\xa2\x64\xa9\x6c\x45\xd9\x8a\x94\x64\x29\x2d\x2a\x0a\x91\x14\x89\x4a\x65\xab\xd0\x6e\xad\xd0\x22\x21\xa4\xec\x6b\x93\x6d\xc6\xd8\xb2\x8c\x31\x33\xb8\x7e\x8f\xfb\x9c\xd7\x15\x35\xfc\xde\x9f\xef\x5f\xe7\x71\x37\xf7\xdc\xae\xf3\xba\xce\xeb\xbc\x96\xe7\xf3\x3c\x4f\x5b\x15\x49\xaa\xb3\xc0\x2a\x4c\x4f\x49\x92\xd4\x96\x4d\x09\x6c\xfd\x8b\x24\xa9\x76\x9c\x14\xa6\x6b\x2f\x49\x2a\x61\x96\xd1\xad\x5a\x4a\x92\x72\x96\xb9\x51\xcb\xc3\x92\xa4\x6c\x5c\xd3\xff\x8f\x7e\x6c\x5f\xf8\xd7\xca\x54\xd8\x72\xa3\x86\xf4\xe6\x6f\x85\x35\x23\xdc\xb7\x38\x41\x8f\x70\xdf\xfc\x0a\xc6\x87\x4f\xe6\x77\xa7\xef\xa5\xe9\x19\x52\xf5\xcc\x81\x57\xcc\x93\x88\x8e\xed\x47\xc2\xcf\x61\xb3\xfa\xd3\xfd\xd4\xc6\x63\x83\x0c\x1b\x65\x01\x7e\x1d\x06\xa4\x76\xfa\xac\x66\xb2\x2a\xd8\x68\x92\xc9\xd4\x7a\x9f\x96\x4a\x46\x2d\x27\xdb\x37\x38\xb2\xb8\x6e\xff\xa5\x0b\xcf\x6a\x6b\xcf\xdf\xdb\xef\x94\x8f\xaf\x4e\x7f\xfb\xa6\x7d\xcb\xc3\x77\x36\x2e\xb2\xb5\xe8\xab\x92\xa8\xd6\xe4\xc4\x0c\x83\x3e\x2e\x39\x27\x9a\x76\xb1\xb9\xdf\xa7\x77\x69\x7c\x53\x65\xeb\x09\x7d\x3a\xfd\x5e\xaf\xf1\x33\xab\xc0\x3e\xf9\x92\xd4\x68\x97\x65\x72\xef\xd1\x92\xa4\xb5\x66\xfc\x19\x03\x3f\x49\xd2\xbc\x34\x0e\x3d\xe6\x4b\x52\xfd\x96\xa3\x2b\xf5\x03\x24\xa9\xee\xd9\x91\xc1\xdd\xa2\x25\x49\xa3\x72\xf8\xc9\xae\xa6\x92\xa4\xa1\x34\xf4\x50\xa7\x37\x92\x54\xe7\xe0\x90\x39\x9d\xda\x4a\x52\x9d\x0e\x55\x79\x50\xf0\x9f\x9e\xfb\xa9\xd1\xbd\xca\x83\x32\x6d\xba\xe5\xb8\x71\x45\x8f\x6e\x09\x2f\xc5\xf1\x75\xe2\x19\xbf\x3e\x94\x21\x4f\x98\x0e\x20\x7d\xef\x94\xca\xc1\x84\x32\xec\x1b\x3e\x8c\xee\x29\xa3\x72\x46\x92\x9e\xef\xd6\xd4\xd1\x74\x6f\xb7\xb6\x6c\x2c\xc5\x8f\xc7\xab\xf1\xfe\x75\x12\x81\xa5\xb6\xe3\xf7\xb6\x4e\x56\x3e\xb6\xe0\xc1\xb8\x84\xbe\x8b\xea\x3e\xb4\xdd\x37\xe6\xcc\x38\x43\xed\xd9\xd6\xcf\xc6\xe8\xcc\xde\xd8\xd8\x69\xd2\x9c\x51\xd7\x57\xa4\x36\x7d\x37\xc1\x78\x64\xf9\xa6\x95\xcd\xbe\x8e\x55\x1b\x11\x16\xbf\xa0\x45\xe3\x91\x23\x86\x3f\x3d\x36\xb3\x45\xc6\x70\xdd\xe1\x0e\xc5\x27\x5b\x04\x0e\x2d\x1e\x3e\xe0\x51\xb3\xe6\x06\x43\x53\x86\xbf\xff\xb7\x7f\xd3\x7b\x43\xb4\x86\x7c\x92\xa4\xc6\xad\x4d\xdc\x4d\xc2\x25\x49\x3b\x7a\x50\xdb\x81\xf7\x25\xa9\xe1\x3e\xa3\x78\xa3\x65\x92\xa4\x79\xb9\xdf\x83\x7e\x7f\x4b\x52\xfd\x7d\x7d\xef\xf7\x79\x25\x49\xf5\xb6\xf5\x3e\xdc\xeb\xbc\x24\xd5\x35\xee\xb5\xd9\xb0\x89\x24\x69\x58\x7f\x12\xfc\xb6\x3f\x32\x1b\x50\x5d\xd1\xc3\x08\xbe\x15\xba\x26\x75\xa5\xfb\xa2\x0b\x13\xd9\xef\xbc\x9e\x26\x74\x3b\x7e\xcc\x67\x38\x8d\x98\xac\xff\xb2\xa7\x7c\x02\xf1\x3d\x76\x3e\xb5\x64\xdc\xc7\x74\x0a\x7d\x7f\x9d\xaa\x0d\x55\x59\xad\x1a\x32\x9d\xf0\x1f\xc7\x4d\x33\x09\x75\xb0\x9f\x67\x1b\xdd\x34\x1e\xb0\x3e\x34\x73\x6a\x77\x4d\x75\xb5\x09\x5f\xa6\xbb\x0f\x2b\x6d\x50\x3a\xca\x6e\x9a\xc7\xb4\xa3\x8d\x5c\x87\x3c\xb2\x79\xef\x7a\x49\xe7\x83\xf1\x64\x9b\x05\x41\x9b\x9b\xd4\x36\xca\xb2\xf6\x89\x99\xd9\xc4\xa3\x6f\x92\xd5\xdb\x8c\x9b\x4d\x26\xf6\x3e\x68\x35\xe6\xfc\x94\xc6\x17\x7a\xcd\xb3\x6a\xf5\x70\x89\x4e\xba\xe1\x5d\xab\xf9\x7f\x8d\xd3\xde\x6a\xb0\x75\xf2\x59\x49\x6a\xd8\xb8\xc7\x31\xf3\x40\x49\xaa\xff\xb9\xfb\xf1\x71\x87\x25\xa9\x5e\x41\xd7\x57\xa3\x4d\x24\x49\xa3\xa8\xdb\xaf\x23\xba\x4a\x92\xc6\x85\x6e\x06\xc3\x20\x49\x1a\xed\xba\x1e\x37\x7d\x27\x49\xea\xf1\x9d\x3f\x9b\xd8\x4a\x52\x9d\xc0\x97\xf9\x0d\xe9\xb6\x53\xe6\x3f\x95\xa6\xf7\xa4\x15\xa0\x8a\xff\x23\xf4\x6f\x8e\x3a\x4e\xa0\xfe\xf4\xc9\x6b\x2c\x09\x65\xdb\x1b\xc6\x55\xd8\x3b\x0b\xa6\x91\x8a\xf6\x96\xd9\xb6\xa4\x73\xbe\x2e\x74\x0e\xdd\x63\x7b\x14\xcc\xa5\x6a\xaa\xc5\x67\x16\x52\xfe\x9c\x39\xd0\xe9\x57\x85\x9d\x78\xd0\x79\x60\x3d\x27\x60\xf4\xe8\xc5\x43\xda\xf7\x52\xc9\x32\xbe\xe4\x94\x3c\xc8\xaf\xde\xc2\x7e\x4b\x9d\xe6\x4e\xfe\xbd\xfe\x1b\xc3\x79\x4e\x5d\x17\x3d\x6d\x80\xee\x66\x8e\x07\x03\x06\x34\x88\xeb\x72\xcb\xb1\xe9\xce\x87\x0d\x32\x3a\xb5\x5f\xe8\x90\xba\xa1\xc1\x98\x0e\x9e\x0b\xb6\x17\x2e\xd1\xcc\x6a\x6f\xb0\x20\xe4\xde\xda\xfa\x71\xed\x36\x2d\x18\xf6\x61\x5a\xdd\x8b\x6d\x37\xce\x1d\x26\x49\xea\x87\xdb\xd6\xb5\xb5\x96\xa4\x3a\x39\x7a\xb6\xd3\x3e\x4a\x92\xda\xe3\x36\xbd\xad\xb4\x25\x49\xf5\x66\xeb\x8b\x53\xf4\x24\x49\xd5\x45\xf7\xed\xc4\x5e\x92\xa4\xb2\x57\x37\xc7\x7c\x91\x24\xa9\x38\xe8\xee\x35\x1b\x2f\x49\x2a\x2d\xca\x2b\xdb\xd3\xf3\x56\xf1\x9f\x3a\x8c\xa0\x9d\xc2\x7f\xf8\x3f\x12\xeb\xc1\xc4\x3b\xda\x12\x0e\x18\x79\xc2\x81\x50\x95\x2d\x46\xf3\xa9\x7e\x73\xed\x63\x27\x1a\x48\x4f\x63\xd6\x47\x59\xb2\x81\xab\xb3\xe7\xf4\x58\x46\xbf\x3f\x69\xc8\x0a\xaa\xd3\x33\x29\x5d\x4d\xfa\xee\xfd\x1e\xae\x9e\xde\xbc\xb2\xd6\x1b\xfd\x0b\x9e\x83\x7b\x7f\x51\x3b\xd3\x69\xba\xe7\xf0\x09\x17\xeb\x2c\x6f\x7b\xc7\xb3\xc9\xfc\xa0\x3a\x07\x5a\x7b\x7a\xbc\xf4\x6d\x57\x27\xb4\x65\x96\xc7\xae\x88\x71\x6a\x37\x9a\x97\x7a\xb4\x3e\x3c\x51\xf5\x78\xb3\x13\xab\xce\xe4\x9f\x52\x59\xd5\x4c\x7f\x95\xdb\x1d\xa3\xda\x59\xcd\x12\x56\x79\xbc\x8d\xae\x55\xaf\x79\xd7\xe5\xd4\x77\x4f\x67\xeb\x92\x7d\x0a\xdb\xe8\x9a\x23\xf1\x4a\x1b\xb6\x9f\x4b\xf5\xdd\x0d\x0e\xcc\xde\x4f\x67\x29\x43\x5b\xd2\xef\xd6\xd4\x99\xd1\x83\xfe\xbe\xcb\x86\x74\xef\x6f\x8c\x19\x48\xef\xef\x42\xc5\x48\xaa\xaf\x93\xf5\x7f\x8e\xf8\x58\x51\x5e\x3c\x54\xc9\x7c\x90\x7d\x93\x98\x07\xb3\x2b\x7c\x11\xdd\x22\x6f\x2d\x58\x42\xa8\x42\xd0\xfb\xa5\xb4\xb2\x78\x39\xb3\x6e\xc4\x52\x5d\xee\x17\xb4\x60\xd8\x6a\xfa\xbb\xf5\x56\x1f\x42\xed\xc7\xf4\xf0\xa7\x3c\xd3\x6b\x77\x20\xf1\xa7\xda\xb7\xda\xd0\xaa\xc1\x7d\xa0\x65\xd4\xfa\x3b\xdd\x3a\x28\x45\x34\x5b\xb3\xe1\xd9\x98\x26\x48\x68\x7c\x67\xc3\xe1\x39\xbf\x03\xda\xe7\x37\x04\x79\x3e\x02\x1a\x5a\xae\x2f\x09\xdb\x02\xd4\xef\xbd\x7e\x78\xa2\x13\xa0\xb1\x26\xc8\xe0\xf4\x64\xa0\xce\x89\xc0\x7e\xd7\x3f\x03\xaa\x1f\xd6\xb9\xbe\x3c\x00\x28\xff\x19\x40\xfc\x59\xa5\x9b\x5e\x82\xff\xb0\x82\x75\xbb\xb3\x5c\x89\x2f\x8a\x69\xce\x5c\xaf\xe9\xe4\x48\x3a\xee\x78\xbb\x80\x3f\x1f\x9b\x4b\xfb\x8a\x8b\x31\x63\x5f\x72\xfc\x4f\xa6\x95\xe2\x98\xc1\x74\x42\x95\x93\x7b\xda\x3b\xb0\xff\x8e\xe4\x47\xd4\x28\xe7\x27\xe4\xbf\x2e\xf3\x60\xd6\x17\xae\xa4\xf7\xed\xf3\xd1\x83\xeb\x3b\xbf\x32\x5e\xee\x64\xbe\x86\xe2\xdf\xf6\xce\x3a\xe2\xd1\x98\x3f\x0f\xa2\x3c\x69\x1a\xc9\x3c\x89\x2e\xa7\xb7\xd2\xad\x7a\x83\x7d\xdb\x93\x95\xea\x02\x1a\x07\xb7\x7f\x6e\x33\x08\x50\xb5\x8a\x50\x37\x69\x0b\x28\x59\x45\xd4\xb5\xa1\x08\x8b\xa8\xe5\x46\x23\xbb\x7d\xc3\x26\x7a\x82\x6d\xdb\xf7\x90\x92\x4f\xb8\x40\x94\xc2\x16\x33\x72\xb0\x75\x22\x2b\x6a\x6f\x09\x93\xa8\x2f\xc8\x7a\x81\x53\xf8\x0b\xfd\x72\xaf\x5c\xb6\x1e\xa2\x8e\x79\xb9\x18\x27\xb7\xc9\x6c\x97\x10\xee\x7f\x46\xa2\x76\x0f\x38\x6e\x3c\x9b\xf8\x62\x29\xaa\x0b\x08\xc7\x38\xe0\xbf\x84\x50\xa5\xe8\x42\xe6\xc1\x6c\xb3\x59\x45\xaa\xf3\xc1\x2d\xbd\x29\x5f\xfa\x57\xac\xa1\xf8\x5f\xd5\x30\x80\x50\x94\xc5\x1f\x03\x09\x0f\x76\x08\x0b\xa6\xef\x5b\x1d\x09\xa1\x1d\xe6\x58\x5d\xe6\x85\xf4\xd7\x61\xfd\x8c\xb6\x06\xcc\x0b\x51\xdd\x16\x9b\xc4\x19\x3a\x2e\x8d\x57\xe4\xb8\x34\x23\xca\x44\x71\x56\x53\x08\xe9\x88\xfd\xe4\x42\x23\x1c\x6b\xbe\x9e\x32\x6d\xec\xee\x58\xfa\xc5\x98\xbb\x47\x69\x45\x8e\x69\x77\x89\x2a\xaf\xa3\xe7\x3e\x26\xfc\x33\xda\xf9\x2b\x65\xa8\xed\x3d\xd9\xbf\xcd\xa2\xb3\xfc\xfa\x4a\xb6\x01\xa9\x6c\xfd\xc4\xb8\x78\x9b\x89\xf1\xd9\xae\xb0\xc7\x2a\xb8\x4a\x34\x6d\xaf\x13\xaf\xff\x66\xcc\x87\x88\x69\xb0\x92\x70\xad\x6d\xe9\xde\xb4\x7e\x6c\x76\xf4\xa7\xb7\xb2\xae\x59\x20\xa1\x4a\x9e\x7d\x19\x27\x5f\x7a\x91\xf9\x3f\x0b\x46\x85\x12\x3b\x67\x66\x11\xeb\x66\x4c\x8c\xdb\x41\xe3\x35\x74\xcf\x2e\x42\x61\x0c\xea\xed\xa6\x93\x7a\xf3\xd7\xac\x17\x82\xe4\x24\x25\x1e\x87\xa4\x15\x3c\x0e\x49\x25\xfd\x42\xd9\x4e\xa2\xba\xf7\xc4\xcb\x8b\xe8\xc9\x92\x3c\xd7\x52\xdd\x76\x62\x61\x14\x65\xe8\x84\x9c\x34\x9a\x79\x07\xb2\xb9\xc3\xc8\x01\x97\x72\xea\x8f\xb0\xff\xcf\xbf\x69\x66\xc7\x25\x4b\xd5\x79\x31\xd5\x74\x3f\x14\x27\x11\x31\x3e\x42\xff\x61\x2d\xd5\x77\xa7\x94\x31\xbf\x2f\x21\xd9\x9d\xf8\xb0\x31\xb9\x9e\xe4\xb7\xac\x03\x14\xb2\x22\x90\xde\x5f\x50\x03\xae\xae\xf6\x59\xb3\x85\xfc\x70\x47\x18\xe5\xcb\x45\xa9\x8c\x93\xdb\x57\xb0\x5e\x88\x55\x6a\x34\x8d\x8b\x99\x57\x1c\x8d\xe3\xa0\x4a\xf6\x5b\xdf\x27\x91\xaa\xb2\x1b\xe7\x1e\x12\x71\x90\x31\x81\x6d\xa6\x79\x33\xe6\xc1\xb4\x66\x3d\xf7\x8c\xac\x89\xd6\x64\x7b\x2c\xa4\xcc\x94\xfe\x70\x0d\xad\xb8\xe9\x19\x91\x74\xa6\x4b\x2f\x49\xa1\x11\x4d\x8b\x3d\x4b\xf3\x22\x75\xf1\x5d\x42\x9c\x53\xd6\xbf\x25\x06\xdb\x21\x81\xd7\xec\x0b\x91\xaa\xf1\x62\xa2\xc4\xb8\x44\x88\xba\xef\x30\x81\x03\x33\x6f\x48\xd6\x41\x8a\xd7\xe6\x03\xc4\x4e\x87\x75\x94\x17\x42\x9b\x6f\xa4\xfd\xd1\x06\x5d\xee\x03\xe6\x5f\xc1\xfd\xb0\x3c\x0a\x22\x08\xaf\x5b\x92\xb1\xd3\x5b\x61\xe7\x1b\xef\xe6\xfe\x58\x6f\xe3\x09\x0f\x9c\xb4\x67\x3f\xbd\xd5\x11\x27\x13\x09\x7d\xee\x2b\x74\x71\x3a\x8c\x4c\x23\x9c\x5b\xeb\xf5\x51\x71\x52\xa9\xe2\xc3\x38\x37\xa3\x0c\x9c\x6d\xd2\x9b\x90\xbe\xec\x41\x13\xa8\x96\x21\xc7\x75\x1e\x65\xa4\xec\xe7\x5e\xfc\xf7\xbf\xf8\x09\xb2\xdb\x1d\xea\x4b\xff\x7f\x64\x2e\xed\xf4\xb2\xb2\x6f\x53\x06\x3e\xf9\xdb\x1b\x52\xe2\x97\xf1\xfc\x54\x81\xdb\x55\xf1\x62\x04\x5f\x28\xee\x94\xf4\x03\x5e\x4c\x7c\x79\x00\x75\x25\xda\xe5\xc2\xba\x4f\xe1\xd2\x16\x1a\xdd\x4d\x36\xe1\xd4\x9d\x67\x9d\xf6\x0e\xba\x81\x90\x79\x30\xee\x27\xe2\xe8\xa9\x17\x99\xef\xdd\xc7\x71\x70\x80\x12\xa7\xf5\xe3\x44\x7a\xda\xf1\xe9\xc9\x84\x46\x0f\xb5\x67\x95\x06\xc3\x12\xe6\x47\xb4\x35\x60\xfd\x8c\xfa\xf6\xa7\xc4\xc9\xbc\x60\x0c\xdb\xb3\x1f\x9a\xd0\x7f\xc9\xff\xca\x9d\x2c\x0b\xfe\x18\x47\x67\xd9\x82\x42\xfb\x54\xb6\x1e\x14\x2f\x67\x27\x6d\x25\x7c\xef\xec\xf0\x03\x14\xb9\x05\x67\x72\xe8\x73\x81\x66\x29\x65\xb2\xfc\x8a\x17\xa4\x9b\x93\x27\x70\xbb\x93\xa2\x9e\x3f\x53\xf0\xc5\x52\x04\xff\xe5\x50\x0b\xa9\x3a\x2f\x86\x70\xcf\x18\xdd\x60\xda\x47\x6f\x1b\xcf\xa8\x61\x88\x65\x04\xa1\xa9\x81\xc6\xbb\x8c\xd9\xff\xdd\x14\xff\x1e\xda\xfb\x68\x96\x2e\x31\x60\xbf\xe7\x6b\x1c\xe4\x3a\xf7\x73\xac\x8b\x33\x05\xac\x07\x34\x56\x97\xfd\x1e\x94\xcc\x7e\xf7\x5c\x9c\x43\x7c\x63\xdd\x88\x33\x34\x9e\x1a\x0f\x0a\x55\xd9\xff\x8b\x06\x6c\x2f\xd9\x35\xa6\x5f\xbe\xa4\xd2\x73\x2b\x59\xab\x31\xf4\x7e\x2f\xd7\xb2\x53\xa6\xcf\xe5\x2b\xe8\x9b\x97\x32\x42\x68\x87\x72\x29\x8d\x67\xda\x25\x95\x13\x34\x0e\x97\x7a\x5d\xa5\x7e\x4b\xc5\xe6\x4f\xe9\xc9\x2f\xac\xf8\x87\x9e\x5c\xe6\x7f\x9c\x12\xfd\x4f\x4e\x6c\x93\xaa\xf1\x85\x52\x05\xaf\x90\x79\x31\x11\x15\x61\x94\x65\xb7\x1c\x89\xa4\x75\x62\xbd\x33\x77\x53\xf0\x3f\x53\x9d\x07\xb4\xec\xc0\x21\xe2\x51\x2f\x4e\x4f\xe5\xfd\x51\xad\x74\xe2\xc9\x4e\x3b\x77\x94\xf8\x94\x13\x8b\x38\xce\x47\x39\xe5\x50\xd6\x1f\xd0\x3c\x97\xf0\xe0\x6e\x16\xcc\x5a\x69\x31\xf7\x3c\xa1\xaf\xea\xd7\x8a\xc5\x89\xbd\x4c\xdc\xe8\x5d\xf7\x69\x44\x33\xe8\x5a\x3b\x7d\x8a\xc8\xeb\x69\x23\x49\x71\xe9\x46\xcf\x59\x14\x1f\xd7\xad\xdc\x22\xf8\xf3\x46\x1a\x8f\x1b\xda\x71\xc4\x3c\xbb\xfe\xf4\x08\xfd\xd2\x8d\x8c\x62\x62\x2e\x94\x7d\x7c\x48\x3b\xc0\x6b\xf5\x3f\xf1\x89\xe8\x04\xdf\x25\x16\xb5\x63\x7f\xf3\x53\xaa\x8f\x4b\x15\x5f\x88\xf6\x59\x32\x0f\x28\xb8\x4d\x2c\xe9\x65\x05\x1c\xd9\x4f\xf3\xb9\x26\x0f\xc8\x79\x50\x3a\xf1\x3a\xe6\x6f\x17\xfd\xb1\x76\x9d\xa4\x7d\xd2\x54\x5f\x8e\xf3\xf1\x60\xbc\x7c\x58\x18\x05\x31\xfa\x55\x30\x0f\xa8\xeb\x96\x62\x5a\x05\x9b\x0f\xb9\x42\xfb\x12\xb5\xc5\xd7\xbb\xb3\xff\xb7\xef\xb2\xbd\xff\x42\x8b\xfe\x97\x87\x3d\xba\xd0\xdd\xdf\xfd\xa2\xe1\x34\xe2\x0f\x7e\x9f\xf6\x8c\xfe\x7e\xd5\x95\xc6\xe7\xc1\xdb\x40\xe6\xbd\xdc\xe4\x27\xbe\x7f\x33\x5d\x9f\xbf\x5f\x48\xff\xc2\xfd\x53\xf7\x29\xa3\xdf\x53\x7f\x47\xf9\x56\xe6\x39\x5c\x55\x62\x7b\xf1\x23\xdb\x22\xa1\x3d\x2a\xf7\x09\x62\x1e\x55\x48\xb3\xbd\xf1\x3c\x0f\x12\x29\xae\x65\x1e\x90\xc7\xae\x74\x1a\xfd\x65\x91\xc7\x88\xb7\xe1\xb4\x96\xf5\x9f\x1c\xd2\x72\x08\x95\x9f\x31\x3b\x8f\xf4\x52\x26\x8d\x2c\xa0\x59\x6c\xf6\xe7\x05\xfa\xde\x10\xd3\x8b\x84\xf7\xf7\x49\xbf\x42\x59\xbd\x4b\x09\xeb\x47\x34\x9d\x71\x93\xf2\xab\xf2\xf0\x3b\x5f\xd9\x7f\x99\x0f\xf3\xe4\x1a\xf3\x61\x9e\x3e\xed\x44\xeb\xc3\x33\x63\xd6\x03\x79\xf6\xca\xca\x81\x3f\xf3\x8a\xf6\x5b\xfb\x00\xda\x47\xfc\xd6\x69\x27\x65\x9e\xdf\x3c\x53\x28\xe2\x9e\x79\x17\x50\x45\xc0\xd3\xe0\xdb\x74\xf3\xf3\xd4\xab\x92\xfb\x4a\x5d\x64\x3f\xef\x6e\x67\x7b\xc3\x95\x6d\xe9\x10\xb6\x55\x7d\xa5\xfe\x52\xd8\x0d\x61\x87\x78\x97\x31\x3b\x95\xa2\xc8\x27\x88\xe7\xf5\x72\x95\x13\x94\x7d\x96\x88\xbe\x39\x0b\x5e\x9f\xa1\x3c\x68\x9f\x5b\x48\x71\x30\xdd\x98\x79\x40\x93\xac\x8b\x29\x1a\x47\xbd\xbe\x42\x7e\x99\x94\x94\xd1\xfe\xa3\xd7\x1a\xe6\x85\x74\xd2\xbe\x4b\x4f\xd7\xb8\xfc\x01\xc5\x97\x8a\x76\xc5\x2d\xf6\xff\x79\x09\xdb\xd7\xc6\xdc\x2f\xa9\x52\xa7\x1d\xed\x60\xde\xb5\x19\x44\x7a\x51\xef\xec\x27\xd3\x0e\xfc\x9d\xe6\x42\xb2\x6f\xf5\x7d\xe9\x84\xf3\xae\xd6\x76\xda\xb1\xbd\x7d\x71\x88\x3a\x87\xbe\x37\xcc\xa7\x37\xf0\xb6\xec\x16\xcd\xb4\xb7\x2e\x6f\x68\x9f\xf1\x32\x8d\xef\x14\x64\x9d\x98\x72\xf3\xea\xe3\x72\x5d\xf4\xe4\xbd\x4a\xe7\x8c\x75\x03\x33\x89\x5d\xe2\x93\x75\x82\xb2\xcd\x2a\xa1\xff\xe4\xf6\x30\x97\xb2\xd0\xa2\xfc\xb3\x34\x1f\xe6\x05\x73\x9c\xdb\x46\x5c\xa4\xd9\x6a\x95\x7a\x85\x78\x3e\xe6\xaf\x59\x37\x64\xb4\xf9\x4d\x9a\x3f\x03\x37\xde\xa1\xf5\xc4\x50\x97\xfd\x96\xf5\x71\x9a\xce\x7e\x46\x4f\xa9\xa2\xf9\xdb\x6b\xf6\xff\xad\x18\x87\x7f\xce\xaa\x12\x33\xe4\x9f\xd1\xba\xff\x28\xec\xbf\x83\x07\xd0\x4a\xf5\xa5\x15\x33\xbf\x3f\x4f\x9f\x4b\x4f\xf0\xe5\xa5\x17\xed\xe0\xbe\x18\x30\xb3\xf3\x4b\x49\xc2\x62\xb6\x39\x34\x6f\xfe\x4d\x2e\x0b\xe1\xff\xef\x05\xcd\x9f\xbf\xb3\xbf\x46\xd1\xf8\xce\x61\x7e\xe9\xf3\xcd\xec\xf7\xe3\x00\xb6\xb2\x7e\x0e\x8f\x8b\xf4\xff\xa0\x7f\xd1\xfd\x86\xf8\xbe\xe0\x8d\xf4\x5d\xf5\xad\xae\xfd\x53\x2e\xe3\x56\xef\x24\x60\x82\x33\xf0\x7a\x19\xf7\x43\x51\xbc\x75\x3b\x0b\xe0\xd1\x57\xc0\xb1\x29\xf0\xa0\x00\x70\x5b\x05\x3c\x70\x07\x7c\x93\x80\x5b\xe6\x40\x50\x0e\x70\xa3\x23\x10\x9e\x00\x5c\xd3\x07\x62\xbb\x03\xa5\xff\x00\x87\x4c\x01\xc5\x9a\x98\x65\x0b\x5c\x5f\xc2\x8c\xcb\xd2\x70\xce\x2c\xd7\xcc\x81\x3f\x2a\xd8\x7e\x8f\x7b\x17\xcc\x65\x7b\x2a\x59\xe0\x5d\x63\xaa\xe3\x7e\x55\xfa\xff\x02\xff\xdf\xb7\xfc\xdb\x7d\x75\x15\xff\xe1\xfb\xfa\xfd\x1f\xf4\xb9\xa8\xe2\x3d\x5c\x14\xe3\xe0\x0b\x7c\x39\x04\x0c\xfc\xc2\x7d\x5b\x86\x55\x00\x6f\xdb\x70\x3d\xb7\xe2\x19\x27\x5b\x00\x4f\xcf\x01\x33\x75\x80\x87\x63\x80\xb9\x77\x81\x7b\x7f\x01\xae\x3a\xac\xe7\xaf\x38\x99\xc9\x78\x77\xe9\x10\x20\xac\x0d\x50\x72\x04\xd8\x1d\xc1\xf8\x97\x62\xc6\x5e\x6d\xc5\x3b\xae\x92\x30\xe0\x42\x09\x70\x35\x0b\xb8\x37\x96\xf1\xa1\x17\xd3\x81\x92\x21\xac\xb5\x20\xe3\xde\x32\xde\x27\xd7\x7d\xcb\xfc\x07\xd9\xff\x9f\xe1\xff\x3f\xf2\xfb\xff\xd7\x26\x02\x1d\x5b\x7f\xd7\xd7\x40\xe0\xfd\xef\x4d\x01\xe3\x19\xc0\x0b\x73\xc6\xb9\x7f\x9f\x00\x58\x18\x01\x8f\xca\x98\xff\x70\xff\xa6\x62\xcf\xc5\xef\xdf\xd9\x17\xb8\x36\x89\xb1\x14\xc5\xfb\x5e\xa7\x0d\x94\x2c\x05\x42\x2b\x81\xcb\x1d\x80\x98\xfa\xc0\xc5\x7f\x81\x83\x6d\x14\xbb\x07\xae\x77\xbf\xb2\x80\xf5\x0f\x2e\xe7\x03\xf7\x24\xe0\x8a\x01\xf0\xda\xe0\x1b\x1f\x28\xff\x26\xdb\x9a\xfa\x07\xff\x0b\xff\xff\x11\xff\xa1\x8a\xff\x21\x78\x00\x4d\xff\xa8\xfe\x59\xd6\xc7\x50\x7c\xff\x4b\x25\x8f\xdf\xc7\x3c\xa0\xfb\x52\xe0\x5d\x08\xd0\x3f\x0c\xf8\x23\x04\x18\x72\x05\x78\xf2\x00\x30\xeb\xce\xf5\xbd\x53\xce\x00\x77\x16\x03\xb3\xad\x80\xd2\x10\xc0\x71\x39\xbf\x4f\xc5\xfe\xe8\x72\x4f\xc6\xbb\x8b\x2f\x2b\x4e\x42\x40\xb1\x17\xeb\x82\x5c\x28\x03\x0e\xc6\x00\x17\xa2\x39\x1e\x8a\x25\xae\x09\x3f\x5f\x04\xdc\xb3\x60\xfd\x8b\x97\x69\xc0\x79\x11\xf7\x55\x71\x10\xfe\x63\xff\x65\xfc\x73\x8f\x18\x9f\x9a\x38\xb8\xf4\x1d\xff\xe3\xff\xaa\x7f\xa1\x18\x97\xcf\x97\x80\x36\xb9\x8c\x6f\x74\xd1\x05\x5e\xe5\x03\x06\x4b\x81\xa7\x6b\x80\x41\x07\x80\x5f\x2f\x02\x23\xb7\x00\x77\x8d\x01\x4b\x5d\xae\x73\x9e\xa5\xf0\xff\x2e\xb0\xa0\x2e\x50\xd2\x5b\xb1\x37\x61\xbc\xdb\xd7\x1c\x28\xfa\x0c\x6c\xce\x05\xce\x0d\x01\xa2\x92\x81\x73\xb7\x79\x1c\x0a\xf3\x99\xe3\x52\xb4\x98\xc7\xa2\x50\x0b\xb8\xf7\x1e\x38\xe7\x02\xbc\x1d\xf7\x2d\x0e\xb2\x86\x56\xcf\x03\x55\xf3\x5f\xf8\xff\x53\xfe\xc3\x77\xf3\xe2\x7f\xf2\x3f\x6a\x58\xed\x71\xc0\x3f\x8d\x80\xa6\xbd\x81\xca\xc5\x1c\x1f\xcf\x5b\x02\xdd\x86\x02\x8f\xc3\x80\x7e\x06\xc0\xbd\x23\xc0\x10\xc5\xaa\x5d\x08\x98\x1d\x62\x9d\x03\xc5\xfc\x50\xcc\xf3\x79\x05\xc0\xf9\x64\x60\x69\x5b\xe0\xec\x29\xc0\xbb\x04\x38\x5b\x04\x6c\xb2\x54\x9c\x12\x80\x5d\x85\x40\xde\x43\x20\xf1\x02\x90\xab\x02\x1c\xef\xc3\x7f\x57\x8c\x83\x62\x77\xae\x88\x87\x7c\x25\xe0\x7d\x0b\xe0\x74\x37\xe6\xea\xc9\xf8\xff\xe1\x1a\xfe\xcb\x71\x5f\xc5\x7f\x10\x38\xb8\x8c\x07\x87\x79\x7d\x1b\x87\x9f\xf2\x3f\xae\x57\xb7\xb5\xc6\x02\x5f\x9c\x81\xba\x1a\xc0\x5f\x61\x40\x43\x67\xce\x07\xcd\xb4\x81\xa7\x31\x40\x87\xc3\xcc\x7b\x31\x98\x04\xdc\x29\x05\x06\x94\x31\xaf\x69\xd4\x6b\xe0\xd2\x07\xe6\x3f\x14\xed\x06\x66\x53\x1f\x68\xce\x13\x67\x9c\x01\x8f\x67\xc0\xe9\xa1\xc0\x7a\x17\xe0\xf4\x0d\x60\xa7\x16\x70\xfa\x35\x90\xa4\x0b\x64\x6b\x03\xc7\x92\x00\xc5\x6a\x7e\x31\x06\xc8\xee\x06\xdc\x7b\x08\x9c\xae\xc5\x1c\x1c\x99\x07\x93\x32\xab\x7a\xfe\x93\xfd\xaf\xc9\x7b\x91\x79\x00\xa1\x2b\xab\xe3\xa2\xd2\xff\x91\xff\xf1\xf5\x6f\xc5\xa1\x0a\xf8\xa2\xd8\xd3\x5d\xe3\x67\x50\xd1\x06\x5e\xfa\x00\x0d\x2e\x32\xef\xa1\xb9\x09\x70\xbf\x21\xd0\x69\x25\xf7\xb9\x50\xac\x27\x57\x1e\x00\x43\x8e\x00\xe7\xef\x00\x16\xb1\x40\x61\x2f\xe6\xcf\x9d\x49\x00\x1c\x57\x02\x39\xfb\x81\x55\xdb\x80\xec\x7a\x40\x50\x25\xe7\xc4\x1d\x61\xc0\x89\x0d\xac\x0b\x72\x2c\x85\xb9\x0e\xc7\x32\x81\x0b\xae\x40\x66\x26\x70\x37\x0b\x50\xec\xf6\xde\xbb\x8a\x79\x90\x08\x1c\x48\xaf\xee\xbf\xcc\xff\x90\xfb\x7f\x84\xc4\x55\xf7\x3b\x48\xe0\xde\xff\x4f\xfc\x07\x1f\xe0\xab\x23\xef\x7a\x6a\xf2\x1e\x7e\x4b\x01\x54\x47\x02\xbf\x1e\x07\xb4\x9e\x32\xc7\xb1\x4d\x32\x50\xb2\x0f\xd0\xd7\x03\x2e\xbc\x04\x06\x6c\x02\xce\xde\x05\xc6\xac\x02\x4e\xe5\x02\xd6\xd7\x81\xac\x57\xcc\x0f\x3a\x6e\x0f\x2c\xf7\x55\x9c\x02\x59\x47\x29\xbd\x12\xd8\xa6\x07\x64\x0c\x05\xf6\x6b\x01\xe9\xc6\xc0\x31\x3f\xe6\x8c\x5d\xac\x00\x52\x8c\x79\xbd\x48\xa9\x00\xde\x6d\xfd\x4e\x07\x23\xb7\xba\xff\xf2\x7b\xff\x19\xef\xc3\x5f\xe4\x85\x35\x56\xff\x63\x1c\x04\xef\xe1\xeb\x12\xb6\x7f\x69\x88\x5d\x60\x0d\xde\xc3\x63\xbe\x65\xc3\xbd\xba\x80\xf2\x2d\xa0\xec\x1e\xd0\x28\x03\xb8\xdc\x1a\x68\xbf\x17\x28\x34\x02\x7a\x99\x00\x67\xfc\x58\x37\x27\x7b\x3c\x30\x79\x2b\xf7\x0a\x9b\x53\x0e\xa4\x3d\x60\x7e\x50\x8a\x01\xf7\xdd\x3b\x3c\x1c\x08\x2b\x05\x0e\x75\x03\xf6\x0d\x01\x92\x5c\x80\xa3\xba\xc0\xc1\x09\xc0\xc5\x10\x20\xc1\x84\x35\x66\x12\x5e\x03\x1f\xde\x7c\xcb\xff\xb2\xff\x5b\x1f\x56\xf7\x5f\xf6\x5b\xe6\x3f\x78\x8b\xf9\xe0\xd9\x83\xad\xac\x03\xf1\x33\xff\xab\xf8\x2f\x35\x70\xef\xd7\xcd\xd9\x3e\x8d\x12\xfe\x5f\x65\x7b\x43\xec\x96\x2f\xcf\x06\xd4\x75\x81\x73\x2b\x81\x66\x25\x40\xee\x44\xc5\x59\x0b\x38\xf1\x02\x18\x10\x07\x64\x0e\x07\xc6\x5b\x02\x29\x9b\x81\x99\xce\xc0\xa1\x96\x9c\x27\x12\xdc\x00\x9f\x2f\xc0\xbe\x49\xc0\x16\x5b\x60\x6f\x37\x60\x8f\x3e\x6b\xad\x1d\xb1\x03\xe2\x14\x6b\xa4\x05\x10\xaf\x0e\x3c\x58\x01\xc4\x2e\x02\x3e\xf4\x00\x22\x5f\xf1\xb3\x6f\x09\x60\xbb\xde\xb9\xfa\xfb\xae\xc9\xfb\x58\x2e\xfc\x77\x2b\x65\xeb\x32\xf7\xbb\x71\xf8\x1e\xf7\xaf\xe1\xff\x5f\x01\xc2\x7f\x3d\x31\x0f\x06\xb2\x7d\xf8\x27\xdb\x5b\x42\x45\x52\xe6\x7f\x9c\xb7\x60\x9b\x1b\x00\x68\x3a\x00\x27\x4d\x81\x36\x2e\x1c\xf7\x86\x25\x40\xb2\x0e\x30\xe2\x24\xcf\x7d\x6b\x0b\x60\xdf\x76\xc0\xb1\x0b\x10\x3f\x9e\x75\xe7\x76\xef\x04\x42\x96\x01\xd1\x37\x80\xf8\x25\xc0\x2e\x77\xfe\x7f\x77\xb8\x01\x45\xfd\x81\x88\xad\xc0\x3d\x77\xe6\x7f\xbc\xeb\x04\x6c\x79\xc1\xcf\x1e\x68\x5c\x3d\xce\x65\xbf\x97\x35\xae\xee\xaf\xcc\xfb\x58\x28\xf2\xc5\x82\x36\x35\xc6\xa1\x26\xff\x67\xbf\xc8\x03\x3e\xff\xc3\xff\x15\x6c\x2f\x8a\x5b\x47\xbe\x33\x04\x4e\x8c\x03\x6a\x39\x02\xe9\xee\x40\xe3\x46\xc0\xc1\x8f\x40\x67\x67\x60\xff\x69\x3e\x8f\xc4\xf7\x07\x26\x3e\x03\x62\xba\x01\xf3\x34\x81\x9d\xce\xc0\xaa\x0a\x20\xa2\x13\xb0\x29\x1a\x08\x93\xa0\x1b\xbb\x13\xd8\xf2\x17\x26\x64\x74\x03\x36\x47\xc0\xba\x70\x1a\x10\xbc\x09\x3a\xb7\x0f\x03\x1b\x7c\x31\xec\xb5\x1f\xb0\xae\x01\x66\x28\x7c\x50\x9c\xc1\x14\xd6\x5d\xf8\xbd\x44\xec\x2b\x1c\xdb\x60\x9a\xc2\xce\x13\xfb\xc8\x39\x41\x6c\x15\x67\x1e\x85\x9d\x55\x52\x63\x1c\x04\xee\xfd\xef\x82\xea\xf3\xe0\x77\xd1\x07\x48\xd6\x3d\xb9\x23\x6e\x15\x4b\x0d\xab\xfb\x5f\x20\xaa\x4b\x4e\xd6\x63\xbe\x40\x5a\x2c\xf3\x25\x12\x2e\xd7\xfe\x5a\x27\x1f\x88\x3b\xad\xae\xaa\x1b\xa5\x58\xc7\xeb\x85\xf7\x09\x06\xb6\x5d\x6f\xa0\x3b\x6e\x11\xb0\xe5\x65\x43\xc9\x6e\x2a\x10\x1c\xa7\x3d\x6f\xd9\x47\x20\x28\xa6\xd1\x9a\xf5\x5d\x81\xb5\x0e\x8d\xc2\xa2\x8c\x00\x3f\x8b\x46\x52\xca\x70\xc0\x27\xb5\x51\x49\x5e\x28\xe0\xe5\xda\xc8\xf1\xfa\x47\xc0\x73\x53\xa3\xa9\x7f\xb4\x04\x56\x0d\xd6\x7e\x46\xef\xbb\xae\x16\xdd\xcf\x3b\xc6\x69\x12\x5e\x65\xbf\xb2\x3e\xf5\xb9\xb7\x5b\xa0\x4e\x3a\x9c\x33\x5a\xa8\xfd\xaa\xb0\x36\x6e\x2a\xcd\x15\x76\xea\x68\x65\xaa\xf7\x9c\xa2\x56\x8b\xea\xfb\x7e\xc6\xff\x79\xee\x52\xdd\xff\x5b\x61\xe0\x3a\xf0\x06\x4a\x74\x6b\x72\x3e\xb6\x0e\xdd\x0a\x9c\xbe\xda\x90\x6e\x03\x8e\x86\x6a\xd3\xed\x41\x72\x39\x57\x21\xee\x0d\x69\x4a\xe7\xf9\x48\xe7\xe6\x74\x6b\xb2\x35\xa2\x55\x4c\xe3\x3f\x80\x0d\xbf\xeb\x26\x74\x6b\x5e\xdb\x21\x60\x4d\xeb\xca\xa1\x1a\xca\xef\xbd\x23\xdb\xec\xb7\x9a\xa1\xea\xbd\x6a\x79\x9b\x33\x8b\x1a\xab\x5d\x5d\x56\xd4\x26\xcc\x37\xb4\xce\x1f\x2e\x25\x6d\xc6\x85\x67\xa8\x17\x2d\xf6\x6f\xfd\x2e\xa1\x9f\xc6\x78\xc7\x94\xd6\xfe\x59\xaf\x35\xec\x17\xb8\xb5\x1e\x73\xe5\xbe\x46\xb7\x79\x37\x5a\x0f\x79\x9c\xa7\x1e\x38\x77\x7c\xeb\xeb\xff\x9e\xa9\x63\x67\x1b\xda\xba\x54\x92\xd4\x96\xd9\xfc\xdd\xea\x8c\x24\xa9\x1c\x98\xbc\xa8\xe5\x07\x49\x52\x3e\x63\x39\xaa\xf9\x46\x49\x52\xba\x64\x61\xd1\x98\xee\xe3\xc6\xdf\x6b\x44\x3a\x9c\xe3\x3a\x69\x9f\x53\xd8\xd1\x01\x0d\x5a\x2a\xec\x4f\xfd\xff\x5d\xf6\x5f\x9d\xee\x09\xae\x14\x73\x9f\x94\xb3\xa3\x9b\xd1\x7d\x76\x8e\xad\x2e\x45\x42\x46\x50\x5b\xba\x25\x48\xd2\xed\x40\xf7\xf8\x71\x69\x5d\xe8\xfb\xdb\x7d\xbb\xd3\x7d\x7f\x70\xad\x9e\x84\x1b\xfa\xad\x36\x9c\x57\xaf\x25\xe0\xa1\x6b\x78\x45\x6f\xa3\xb2\x96\x6b\xb6\xe1\xa0\xfe\xa6\x75\xce\x3a\xad\x36\x0c\x9e\xb0\xa4\xae\xc6\xdc\x1b\x06\x65\xf6\x01\xf5\x4a\xed\x8a\x0d\x8c\x57\xe6\x68\x6e\x98\xd1\xbf\xe7\xc9\x4d\xdb\x1b\x7c\xb2\xde\xd3\xe3\x9f\xb8\xe8\x86\xf7\xa7\x58\xf6\x98\x71\xc4\x5d\x6b\x88\xe5\x5f\x3d\x7e\x39\x9f\xa0\x35\x79\xa2\x49\xf7\x4f\x0f\x96\x35\x3c\x6e\x31\xba\xfb\xdf\x7f\xaa\x35\xd0\x18\xdf\xb6\xbb\x93\x24\xd5\x7b\x3b\x5a\xb7\xeb\x6e\x49\xd2\x48\x19\xfe\xbc\x73\xb2\x24\xa9\x9b\x99\xde\xee\xf8\x52\x92\xd4\xbe\x0e\xde\xd3\x41\x5d\x92\xd4\x34\x8c\x87\xb5\x9b\x20\x49\xaa\x8d\x8c\xfc\xf5\x7a\x4b\x92\xf2\x6f\x46\x6e\xad\x07\x48\x92\x72\x0b\x99\xff\x21\xf3\x7f\xaa\xde\xff\x1f\x0d\x28\x23\x5c\xb2\x69\xd1\x8f\xe2\xfe\xbc\x1e\xe9\xaa\x9e\x98\xd5\x75\x97\xc2\xa6\x18\xf7\xa2\x7b\xeb\x84\xba\x7d\x89\x0f\x10\xa3\x3b\x90\x3e\x87\x9b\x33\x5f\x60\xe3\x1a\x13\xca\x2c\x3e\x6b\x58\x47\xc2\x55\x77\xf8\x6c\xe4\x02\x8e\xd6\x23\x9d\x9a\x9d\xaf\xd5\xd8\xee\xf6\xf0\xed\x3d\xfe\x55\x7b\x6c\x6d\x3a\xcc\x6a\x44\xa7\xfa\x33\x27\x3e\x18\x9a\x39\xdd\xb9\xc1\x7d\x33\x9b\x21\xc7\x5d\x1b\x6b\x7d\x1d\x65\x66\xfa\x6e\xdd\xde\x46\xb7\x87\x35\x35\x55\xd9\x35\xb6\x71\xfd\xc1\x4e\x83\xbb\xa4\x38\x34\x8e\x32\xee\x68\x62\x57\x60\xd0\xb8\xdf\xc0\x43\x26\x41\xb7\x47\xe9\xb8\x0c\xf8\x6c\x12\xf0\xfa\xb5\x76\x96\xd1\x6f\x26\x66\x92\xd4\xb0\x5e\xbf\x5d\x03\xe6\x4b\x92\xa6\x4a\xef\x4f\x7d\x33\x25\xa9\x9e\xb6\x61\x7a\xaf\x28\x49\xd2\x08\xe9\x19\xd0\xf3\xb4\x24\xa9\x9b\xf4\xac\xdf\xe3\xb5\x24\xd5\x79\xa7\xbf\x45\xbf\x91\x24\xa9\x6d\xeb\xb6\xb8\x5b\x0f\x49\x52\x6b\x23\xf3\x7f\x7e\x3d\xa8\x41\xba\x16\x37\xef\x34\xa6\xdb\xbe\x62\x73\x3d\xba\x2d\xcc\xaf\xd0\xa7\xfb\xe8\xe3\x8d\xfa\xd2\xbd\x5b\x4a\x85\x09\xeb\xdf\x2f\x1e\x42\xa8\x53\xb4\xc5\x48\xaa\xdb\x0a\x1f\x32\x86\x76\x5a\x1b\x04\x5f\xc0\xfb\xbd\x05\xa1\xb5\x2e\x39\x96\x14\x1f\xf6\x06\x53\x68\x5e\xd9\xa8\x59\xcd\x6b\x10\x09\x58\xb4\x9f\xba\xaa\xe3\x1c\x95\x15\xa3\x3a\x4d\x51\x33\x8e\xaf\x3b\xc0\x54\x79\xf2\x9a\xc9\x4b\x34\x55\x07\x1c\x99\xac\xec\x64\xd0\xa0\x5f\xdf\xde\x93\x16\xae\x39\xdd\xb0\x96\xe1\x36\xcb\xbf\x23\xfa\x37\x9c\xd3\x23\xd1\x72\xfc\xc1\xf7\x0d\x47\xe8\x3b\x4f\xcc\x3b\xf3\xb8\x41\x71\xd7\x2f\x13\x47\x5d\xbf\xa5\xf9\xb1\xcb\xe7\x89\x2b\x5f\xb8\xd5\xf7\xee\x92\x62\x11\x2c\x49\x75\xad\x3b\x79\x8d\x7b\x28\x49\xea\x9b\x3a\xba\x8f\x2c\x94\xa4\x3a\x8b\xda\x2d\x1c\x7a\x53\x92\x54\xa3\xda\x2d\x32\xdd\x2a\x49\xaa\xf3\xda\x5e\x33\x1e\x27\x49\x2a\xb7\xf4\x4c\x06\xbc\x91\x24\xe5\xaf\xad\xe7\xf4\x3d\x2f\x49\xb5\xdf\xff\x1a\x55\x8f\xde\xdf\x2d\xd3\x96\x84\x4b\x5f\x9e\xd5\x89\xde\xb7\xcc\xff\x39\x1e\x66\x42\x7e\x24\x9b\x8f\xa4\x7b\xb7\x7d\xe3\xc6\x11\x1f\x2c\xda\xd2\x82\x78\x3f\x61\x9d\x58\x55\x38\xe8\x88\x15\xfd\x8e\xb7\xcf\x74\xc2\x33\x96\x96\xf0\xad\xfb\x3c\x6d\x3b\x1a\x2f\xab\x0a\x7b\x9a\x3f\x23\xbd\xe7\x6d\x54\xae\x0d\x98\xdc\x9c\xe7\xdd\xca\x5b\x69\x67\xef\xc7\x73\x07\xf5\x79\x53\xa7\x59\x8f\x45\x73\x47\x4c\xf0\x51\x37\xec\xe2\x31\x77\xd0\xbc\x3a\xea\x67\x3a\xcc\x9a\xdb\xca\x4b\x4f\xfd\xf7\xb6\xf3\x1c\x6c\xc3\xb6\xaa\x5f\x6f\xfd\xca\x3e\x2d\x21\x5b\x7d\x54\xab\x4f\xf6\xce\x39\xaf\xea\x2c\x68\x79\x67\xce\xf3\xb2\xba\x6a\xde\x2d\x75\xe6\xcc\xff\x7d\x8c\x6a\xef\x16\xb9\xb3\xff\x95\x24\xe5\x88\x16\x1d\x67\xcc\x94\xa4\xda\x67\x9a\x97\x5a\x69\x4a\x52\xed\x6e\xcd\x5b\x4f\xd2\x93\x24\xa5\x01\x3a\x67\x2c\x08\xcf\x6b\x54\xd7\x8c\x74\xa6\xb4\x5c\xc6\xda\xd2\x99\x71\xd7\x08\xba\xbf\xbe\xe5\xd5\x96\x6e\x35\x8b\xfd\x7a\x12\xbe\x70\xa6\xeb\x40\x42\x4f\x8f\x5e\xe0\x3e\x29\x29\x1d\x26\xd0\x38\xec\xab\x37\x91\xee\x6d\xa3\xce\x5a\x11\x3a\x10\xd6\x73\x06\xcd\xa0\xf5\xce\x76\x14\x37\xbe\x7e\x0e\x54\xaf\xed\xf6\x71\x2e\xad\x40\x0b\xfc\x17\x10\x03\x79\xfa\x3e\x27\xba\xcf\x34\xbb\xbc\x84\x6e\x9f\xfb\x27\xbb\x11\x3e\xde\xad\xdc\x7d\x6f\xa3\x78\xa0\xdd\xcc\x65\x49\xfa\xb7\x94\xa1\x9b\xec\xae\x3c\xea\xac\x72\xfd\xe6\xf7\xdc\xcd\xec\x1e\xd5\x36\x6c\x96\xb9\x5c\x77\x95\x04\x9b\x26\x76\xee\xa1\x5b\xd6\x00\x8d\xde\x2c\xfb\xb2\xef\x32\xa0\x95\xe9\xf6\xf0\xe4\x01\xa0\x41\xae\x5b\xfb\x2b\x4f\x01\x4d\x2c\x35\x7a\xda\x00\xa8\xd7\xd6\xd5\xe3\xcb\x2b\x40\x3d\xc8\x89\xee\xe9\xd5\x4a\xe7\x12\x4e\xa3\x32\xcf\x8e\xf0\x09\x95\xa7\x33\xa8\x3f\x88\x72\x2d\xeb\xbf\x15\xb6\xf6\x81\x29\xb9\x6c\x27\x51\x9d\xf3\x25\xbd\x3e\x14\xaf\x79\x8e\x4c\x88\x3d\x72\x86\xfb\x41\xa5\xac\xb3\xa0\x7c\x2f\xf3\x7f\xa2\x62\xa6\x13\x8a\xba\x35\x77\xf6\x1e\x8e\xff\xb9\x54\x7d\xed\x3b\xc2\x89\xf2\xe6\x8a\x54\x96\xab\x77\x32\x77\xa1\xf1\xb4\x7d\xc5\xe8\x8b\x65\xc9\x72\xca\x97\x43\xff\xf6\x24\x9c\xa7\x7b\x4f\x1f\xe2\x61\x35\xf5\xf3\xcb\x52\x7d\x04\x68\xeb\xfb\x0f\x6d\x37\x1f\xa8\xbf\xd5\x7f\xc1\xe0\xdb\x80\xba\x91\xbf\xa7\x4d\x10\xa0\xf2\xd8\xbf\xd9\x52\x0d\x40\x69\xbc\x5f\xde\x7a\xc2\x37\xfc\xb0\x9b\x95\x67\xc0\x88\x99\xef\xb4\x8b\x84\x83\x79\x57\xfc\x4a\x53\xd1\xbb\xcb\x27\xba\xdf\x5d\x29\x70\xed\xa5\x02\xcf\x5a\xf4\x86\xed\xfc\x40\xb6\x0e\xa2\xbe\x7b\x8e\xc0\x35\x6c\xe9\x1e\x3b\x3f\x7f\x14\xa1\x41\xc7\xd6\xf3\xbc\x4e\x79\x32\x95\x70\xee\x7d\x67\x39\xae\x63\x4a\xb8\x1f\x94\xdc\x07\x6a\xe3\x1a\xde\x50\xf8\x57\x32\xef\x67\xe5\xb1\xa5\xd4\x17\x69\xc9\x42\x77\xca\x13\x0e\xf1\x8c\x46\xda\xb8\x79\x13\x9f\x62\x6c\x09\xf7\xd5\x30\x9a\xc4\x7a\x0a\xed\xba\xad\xa7\x3c\x52\x67\xc8\xe6\x2f\x9c\x91\x43\x5c\x9a\x51\x26\x0d\xc9\xe9\x1f\xa8\xb0\x9b\xa5\xc9\x94\x59\x36\xfb\x32\xc3\x68\xd3\xe3\x75\x54\xf7\xbc\xc9\x26\x8a\x46\x3c\x78\x47\x1a\x21\x2c\x1b\x3f\x16\x11\xff\x61\xc3\xf2\x07\xa2\x33\xcb\x07\xba\xcf\x5e\xdb\x44\xaa\xc6\x6f\x58\x29\x78\x21\x6e\x02\xcf\x74\x11\x7a\x20\x8b\x3e\xb3\x5d\x48\x38\xc6\x09\x1d\x0b\x42\x4d\x53\x2e\xd8\xd0\x89\xea\x80\xf1\xec\x74\xce\xff\xf3\xe9\xfd\x6d\x77\x74\xa2\xe7\xff\x4e\x07\x87\x9e\x7e\x75\x07\x0f\x42\x8d\x5c\x0b\x59\x17\x66\xbe\x31\xeb\xa4\xcc\xc8\x5d\x43\xe3\x61\x11\x16\x48\x27\xd2\x61\x73\xb9\xaf\x88\xc1\xf4\xcd\x34\x5e\x2d\x62\xb9\xbb\x49\x2d\xd5\x08\xc1\xd4\x8b\x8c\x66\xfe\x43\x64\x0f\xee\x7f\x11\x39\x72\x22\xcd\xcc\x1d\x61\xdc\x91\x6a\x87\x9d\x1f\x51\xb7\x22\x52\xb8\xde\x7f\xfb\x97\xc3\x54\x39\xbe\xbd\x67\x1e\x77\xaa\x9a\x7c\x93\x70\xbe\xb0\xab\x6f\x88\xb1\xb6\x55\xe0\xbc\xeb\x05\x9e\xed\x2f\x70\x2d\x1f\x51\xff\xbf\x3a\x96\xed\xaa\x81\x6c\x97\xd1\x78\xa4\x39\xcf\x24\x9c\x2a\xd1\x99\xfd\xde\xbd\x6a\x11\xe1\x6e\x91\xf1\x6e\x54\x2d\xbb\xa9\x3b\xeb\xff\x04\x4e\x58\x4d\x6a\x04\x5e\xce\xec\xef\xb2\xa5\xfe\x44\xa4\x59\x64\x1e\x68\xcc\x51\xb6\x9e\xba\xba\x58\x19\x6c\xa6\x75\x74\xcc\x52\x56\x1d\x1f\x14\xcb\xbc\x90\xae\xbb\xd9\x6f\x9d\x2b\xfc\x56\xb9\xea\x06\xdf\xf1\x61\xe2\x7d\x99\xa9\x16\xf7\xce\x5c\x74\x64\x9b\xf7\x27\x5b\x66\x1c\xc5\x25\x87\x13\xce\x15\x2b\x25\x11\x32\xb6\x3b\xe2\x14\x45\x6a\x4c\x74\x29\xe1\x1b\x31\x13\x9f\x93\x8d\x76\xfe\x4a\x38\xc6\x76\x81\x67\xca\xba\x28\x1b\x44\xff\x8b\x75\x42\xdf\x5f\xe6\x0d\xf1\xf8\xc8\x7d\xc0\xe2\xac\x5c\xa9\x5a\x56\xd6\x01\x0a\x75\xf6\x24\x1e\xd8\x7a\x53\x1f\xc2\xc3\xd7\xf8\x04\xd0\x49\x7b\x55\x2c\xf3\xbc\x96\x18\x04\xd3\x78\xc8\x7a\x38\x33\x72\x18\x5d\x99\x78\x6e\x1b\xa9\xbb\x8c\xd4\xde\x41\x71\xd0\xd7\x9e\x71\xf3\xf6\x5d\x63\x99\x17\x35\x90\xf5\x42\x80\xa4\xe5\x6c\x13\x2f\xff\x42\x08\xd2\xc1\x5a\xbd\xe9\x8c\x96\x34\xd1\x8c\x70\x97\x83\xdd\x1c\x08\x9f\x49\x8a\xf6\x24\x84\x30\x49\x2f\x94\x9e\x20\x69\xc5\x81\xbd\xfc\xff\x67\x93\x42\xc5\x81\x4d\x97\x29\x53\x1d\x88\x7e\x4a\x3b\x9e\x03\x43\xbf\x4c\xe5\xf1\x62\x3f\x77\x6a\xb2\xdd\x26\x74\x53\xb6\x8a\xbc\xb1\x79\xba\x18\x9f\x87\x0a\xbb\xc7\x80\x79\x6e\x51\x4d\x78\x5e\x87\xcf\xf2\xa5\x5f\xdf\xe8\xcc\xfd\x62\x02\x22\xd6\xd3\xba\xb7\xea\x2e\xfb\xbd\xb4\x24\x84\x9e\xca\xb1\x24\x9c\xd6\x8d\xd9\xa2\x6f\x90\x75\xbb\x5d\x84\xd2\x8f\x1b\x1f\x45\xa8\x9c\x69\xe3\x58\x8a\x62\x83\x39\x8c\xd2\xb7\x99\xcb\x3a\x0a\x75\x8d\x0e\x3f\x65\xff\xd3\x17\xb1\xcd\x78\xdf\x94\x94\x78\x32\x82\x0d\x69\xe4\xd2\x4b\xc6\xd0\x4c\xcb\xb8\x3d\x87\x76\x36\x19\x6b\x98\x91\x96\x1e\xb5\x89\x3a\x3b\xa5\xdf\x8d\xa7\x19\x96\xbe\xf0\x18\x31\x4f\xd2\x3d\x2f\x11\x2f\x28\x5d\xef\x11\x21\xc9\x29\x15\x9f\x08\xf7\x3c\x28\xea\xd8\xf7\x89\x7c\x51\xc5\x8b\x11\x75\xde\x3b\xc4\xbc\x60\xde\x50\xb4\x33\xcf\xef\x70\x89\x0f\x4c\x9b\xe7\x04\xd2\xd3\x04\x36\x63\x1e\x90\x57\x61\x28\xf9\xb3\xc2\x61\x3b\xed\xa7\x9c\x17\xec\xa0\xf5\x50\xe6\x01\xcd\x98\x1b\x43\xec\x0b\xcb\x87\x71\x74\x03\x31\x5a\x67\x1f\xed\x1f\x06\x6e\x67\xbf\xf5\x6d\x98\x0f\xd3\x42\x2d\x95\xde\xa6\x5a\xec\x91\x34\xf6\x3f\x4b\x54\x36\x65\xff\xc5\xfd\x71\xb2\xf6\x1a\x10\x23\x39\x7b\xcf\xe8\x83\x0a\x9b\x33\xd9\xce\x90\x2d\xaf\x38\xd9\x0e\x1b\x89\xb1\x92\x3d\x2a\x96\x4e\x38\xd9\x2d\x32\x29\x52\xb3\xdc\x2f\xb0\x35\x66\x9e\xd4\x89\x92\x0f\xf4\xa4\x47\x04\x4f\x2a\x59\xd4\xb5\xcb\xfd\x70\xf6\x33\x6f\x10\xf1\x59\x6c\x63\xa2\x15\x76\x7b\xc3\x80\x47\x3c\x8b\x36\xd0\xaa\x14\xe8\x1e\x42\xcf\xeb\xe7\xc8\xf3\xda\xd3\x7d\x27\xe1\x9c\x4b\xbf\x44\x53\x94\xca\x7a\x38\xb3\xc1\xfc\x08\xeb\x30\xd6\xcd\x30\xaf\x60\xbf\x87\x55\x24\x53\x9c\xf4\x7d\x92\x4a\x79\xa0\x8b\x2e\xfb\xfd\x4b\x06\xe3\xc6\xaa\x6d\x4e\x09\x5e\x94\xcc\x87\xc9\xef\xd3\x84\x22\xaa\xc0\xa8\x07\xf1\xe3\x0a\xb6\x8d\xa4\x8c\x5d\xd0\x6e\x3a\xf1\x1b\xf2\x1f\x2c\xe5\xcf\x61\x41\x1d\xd8\x46\xbd\x67\xcb\x0a\x15\xf9\x15\xac\x48\x50\x10\x7f\x8f\x78\x44\x79\xae\xaf\xe9\x2e\xe0\xb4\x58\x1f\x4e\x34\x64\x9b\xe1\x20\x55\xe3\xc5\x24\x89\x5e\x93\xcc\x8b\x09\x55\x0a\x26\x56\xd1\xc6\x2d\x61\xf4\x7e\xd6\x15\xf0\x7b\xfe\xc6\x03\x8a\xa7\x84\xb1\xd8\x67\x0f\xbd\x95\xb9\xdb\x0e\x10\x7b\x69\x96\x2e\xf3\x23\x26\xc5\x24\x13\xbf\x65\x6c\x49\x2a\xe1\xff\xa6\xa3\x79\x75\xef\xdd\x9d\xbb\xf9\x74\x78\x93\x4d\xac\x84\xc6\xb7\xce\x24\x28\xac\x52\x5b\xb9\x5f\xd4\x05\xb9\x72\xe7\x74\x23\x8a\x98\x4b\xd0\xa7\x8a\x85\x4b\xb5\x87\x51\x44\x16\x4b\x33\xf4\xd9\xf2\x0a\x7d\xa9\x76\x00\x31\x56\x8a\xfb\xef\x24\x45\x81\xe2\x49\xac\x44\x54\x6c\x98\x4b\x8a\x2c\x17\xbf\xdc\xa4\x95\xf8\x42\xc9\x4b\x62\x76\x15\x25\x4b\xb4\x12\xe6\x09\xde\x4b\x8e\x58\x2f\x8f\x8b\x3c\x59\xc5\x8b\x21\x3e\x59\x70\xe4\xb6\xfb\xd5\xfd\x67\x1e\xd0\x8a\xca\xbd\xf4\xaf\xba\x3c\x66\x3d\xa0\x85\x03\x93\x88\xef\x60\x97\x94\x4c\xeb\xbf\x4d\x17\xd6\x8d\xb0\x2c\xe1\xf7\x3d\xf2\xfe\xb1\xc9\x0a\x3b\xa8\x34\x9b\xd8\x3b\x3d\x2f\x9d\xa6\x3c\xa3\x97\x91\x4f\xe3\xa7\xbd\xfb\x1c\xe5\xcb\x5a\x8e\xc5\x1b\xd8\xff\x32\x91\x27\xaf\xa5\x6a\x51\x9f\xa0\xb2\x7e\x5d\xe9\x8c\x5b\x5a\xc2\x3b\xba\x6b\xe6\xac\x23\x75\xed\xf2\x22\x12\x48\x29\xfb\xb8\x86\xf2\xc1\xb5\x04\xce\x48\xd7\x13\x0f\x12\x8f\xaa\x6c\x3c\x2b\xb3\x94\x45\x5c\xa5\xcc\x5e\xba\xe2\x29\xbd\xa1\x92\x3f\xfe\x21\x7e\x9d\xdc\x3f\x49\xee\x87\x93\x2b\x78\x62\x72\xbf\xad\x13\xb9\x7c\x9f\xf7\xff\xcf\x03\x72\xd6\x4b\xa5\x7d\xf7\x3c\xb7\x0c\xda\xa5\xcc\x72\xe1\x59\x69\x55\xc1\xac\xd6\xf1\xe9\x3c\xcf\x47\x35\x67\x3e\x8c\xd1\xf1\x7c\xea\x87\xd4\x23\xae\x88\xd8\xad\x6d\x2e\x5f\xa0\xfb\x89\x86\x4f\x58\xf6\xa2\x96\x63\xa9\xe0\x7f\xdc\xc9\x67\x7b\xef\xb9\x16\xad\xd0\xf7\x16\x77\xa6\x91\x7d\x60\x39\x98\x52\xd5\xfd\x5f\x98\xe1\xfa\x40\x77\x01\x9d\x7c\xee\xeb\x78\x93\x7f\x0f\x26\x32\x6f\xee\xfe\x69\x56\xf0\x79\x30\x32\x87\x66\xd8\xdd\xed\x97\xe9\xec\x7c\x77\xd4\x23\xfa\x17\x6f\x56\x54\xfe\x4b\xe3\x26\xfa\xc0\x5c\x16\xf3\xe1\xe2\x57\x31\x2e\x42\x37\x26\xaf\xa9\xc2\x56\xf1\x80\x74\x6a\xf0\x80\x76\xa5\xad\xe6\x38\x38\x42\xfb\x48\x7b\xe1\xf7\x8c\xc5\xdc\x95\x66\x72\x42\x2e\xf1\x84\xcd\x76\xe6\xd3\xbe\x69\x68\x50\x21\xfd\x77\x99\x0f\xa4\x6f\xcd\x7d\x74\x74\xa3\x4b\xe9\x69\xb5\x1e\xde\xd4\x66\xbf\x6f\x8b\x0a\xae\x72\x71\x13\xf8\xd8\x8e\xf9\x30\x4f\xb6\xb5\xa7\x93\xee\x93\xbd\xc6\x94\xb9\x9f\x2a\x4d\xa2\x93\xdc\x13\xd7\x79\xf4\x5e\x9f\x04\x7a\x12\x8f\xec\xc9\xfb\x2d\xf4\xcb\x4f\x03\xf7\x51\x04\x3e\xf5\x3b\x41\x79\xf6\xc9\x96\x4b\x5d\xe8\xf7\x86\x96\x33\xcf\xa1\xd1\x47\xfa\xde\x83\x00\xe6\x3f\x54\xe9\xa1\x08\xde\x64\x55\x5f\x29\x1a\x17\x9f\x5d\x87\x29\x0f\xae\xb4\x4e\x25\x76\xee\x32\x23\x8e\xf3\xc5\x5b\x8f\x93\xbf\x0b\x0e\x30\x2f\xc4\xee\x36\xf7\x05\x9b\x56\x9b\xe7\x77\x95\x2e\x8e\xe8\x93\x65\x5a\x7a\x25\x52\x61\xfb\x9c\x61\x36\x86\x3e\x6e\x10\x6f\x46\x77\xee\x2d\xaa\x5f\x6a\x50\x79\x87\xf8\xb6\xb5\x34\xe4\x1b\x8e\xdf\xeb\xb2\x7d\x15\xa3\x4e\xfb\xa5\xd7\x75\xf5\xe8\x44\xf2\xba\xf5\x00\x9a\xd7\xaf\xca\xcd\x29\x6f\xbe\x09\xe3\x93\xea\xab\x11\x2b\x28\xd2\x5e\x6b\xb1\xb2\xdb\xab\x1b\xcc\x4c\x7e\x75\x2a\xd3\x8f\x7f\xa7\x88\x18\x57\xaf\x8d\x1f\x90\x32\xdc\xab\x5a\xef\x88\xf9\xf6\xbb\x3b\xfb\x5b\x21\xfa\x0c\xde\x13\x7d\xd7\xaa\x8f\x8b\xf4\x03\xfd\x0b\x99\xe7\x50\xd3\xd2\xf7\x7e\x84\xf7\xdb\x02\x2f\x35\x81\x61\xb9\xc0\xef\x2b\x81\xb1\x4d\x81\xc7\x63\x80\x49\x23\x01\xc5\xbb\x51\x9c\x54\x6e\x9c\x02\xec\x37\x01\xa5\x8b\x81\x45\x49\x40\x49\x2b\x60\x45\x11\x70\xd9\x17\xf0\xf3\x02\x8a\x87\x00\x8a\x9d\xe8\xc5\x0a\x40\x91\xa9\xce\x9f\x06\xf6\xcd\x06\xce\xd7\x06\x31\x12\x2f\x94\x00\xb9\x69\x9c\x5d\x4b\xe2\xf8\xfb\xa4\x77\x6f\x0e\xbc\x7b\xf5\x1d\xee\x2d\xf0\xab\xaa\xfe\x0f\xa2\x57\x4d\x4d\xfe\x43\x4d\xfc\x5f\xfa\xae\xff\xc9\xff\xe2\x3f\x74\xd8\x04\x7c\xd9\x04\x74\x79\x0a\xfc\x95\x0d\xf4\xf2\x02\xde\x8c\x05\xfa\xd6\x07\xfe\xf0\xe5\x7b\xe8\x27\x75\x81\x91\xc1\x40\xf9\x03\xee\x7f\x71\x6f\x0d\x60\x7d\x06\xb8\x9e\x06\xcc\xf1\x05\x4a\xe7\x03\x8b\x0e\x01\x97\xe6\x00\xcb\x27\x7f\xc3\xbb\xcf\x0f\x06\x82\xfd\x80\x22\x43\x60\x47\x08\x70\x6e\x09\xeb\x40\x14\x96\x00\xe9\x2e\x80\x22\xcb\x9e\x31\x07\x8a\x9c\xb8\x27\x82\x62\x3c\x1e\x55\x00\xe7\x2f\x03\x7f\x46\x01\x05\xcf\xf8\x19\x4f\x89\xfa\xed\xa3\xc2\xdf\x9f\xe2\xff\x32\xff\x41\xf5\xdb\x38\xd4\xf4\xb7\xa5\xe0\xd4\xc8\x7c\x87\xef\xf5\x2f\xbe\x94\x01\x6d\x0f\x02\xef\x26\x02\xdd\x6e\x03\xaf\x7c\x00\x43\x4d\xe0\x77\x5b\xa0\xff\x2e\xa0\x42\x0f\x18\x16\x0c\x3c\x78\xca\x75\xfe\x37\x6f\x02\x53\x6a\x03\xa5\x9e\x80\x5d\x2d\xe0\xf2\x1c\x60\xa1\x33\x70\x51\x9f\xeb\xfd\xe5\x71\x28\xc8\x06\xd6\x5f\xe6\xbe\x26\xdb\x1d\x81\xfc\xde\xc0\x9e\x8d\xc0\xd9\x86\x40\x7a\x3e\x6b\x61\x28\x32\xf1\xd9\x81\xc0\xd5\x78\xa0\x50\x93\xc7\xe1\xdc\x23\xe0\x53\xf1\x0f\xf4\x0f\xfa\xfd\xd8\xff\x38\xdb\xea\xfe\x57\xe3\x3f\x08\xbd\x0f\x99\xf7\xf1\x43\xde\x83\x1f\xd0\xdc\x07\xf8\x7b\x2f\xd0\xea\xee\x77\x78\xbf\x3b\xa0\xd8\xff\xfc\xa6\x0f\x28\xce\x49\x0f\x47\x00\xc6\xe7\x80\xdb\x37\x81\x51\x21\xc0\x75\x1b\x60\xa2\x0e\xf7\x75\x98\xfe\x07\xeb\x39\xcc\x1b\x08\x9c\xeb\xa4\x38\xab\x02\x67\x37\x32\x3f\x28\xbf\x03\x63\x51\xb9\x4d\x80\xed\x4a\x40\x9e\x1e\xb0\xd7\x9a\x75\x3e\x32\xf6\x03\xf9\x7a\x40\xfe\x1b\x20\xb7\x0c\x28\x8d\xe5\x39\x52\xe1\xca\x7c\x00\xc5\x1c\xcd\x11\x78\x8e\xac\x03\x22\xe3\xff\x72\xfc\xcb\xfe\x57\xd5\xc1\xcb\x3a\x00\x3f\xe2\x3f\xfc\x8c\x07\x61\x02\x7c\x29\x01\x74\xd2\xb9\x47\x8f\x62\xff\xf7\x26\x99\xeb\xb7\x7f\xbf\x0a\x74\x4c\xe5\x77\xd3\xc3\x00\xb8\xf3\x14\xe8\x17\x0c\xdc\x70\x05\x86\x2e\x05\xae\xa4\x70\x5c\x28\xe6\xbd\xd5\x43\xe6\x75\x28\xe6\x47\x7e\x8a\xc0\xfd\xeb\x00\x1e\x53\x40\xea\x6c\xeb\x06\x02\xd9\x27\x58\xab\x3f\xa7\x88\xe3\xe1\xd4\x44\x20\x3d\x1e\xc8\xd6\x04\x72\x6b\x03\xa7\xdc\x80\xeb\x3e\xfc\xfd\x27\xcd\x81\x53\x1d\x81\xbf\x56\x7d\xc7\x83\x91\xf1\xff\xe5\xd5\xfd\xff\x29\xff\xe1\x9f\xef\xc6\xa1\x86\xdf\xea\x5f\xd8\xca\xba\x17\x0a\xfb\xa5\x15\xa0\xd1\x08\xf8\xa8\x0d\x68\x15\x30\x27\x47\x71\xf0\x78\x32\x13\x68\x73\x14\x28\xf7\x03\xba\x26\x03\x37\xcb\x80\x5e\xbb\x81\xd2\x97\xdc\xef\xe1\xd2\x15\x60\xac\x2e\x50\x18\x0d\x4c\xee\xce\xba\x0e\x76\x87\x80\xdc\x43\xc0\xa2\x61\x40\x76\x07\x40\x71\x8e\xca\x72\x07\xd6\xe6\x01\x8a\x5d\x68\xd8\x1a\xe0\x98\x3d\x10\x9b\x02\x1c\xef\x04\x28\x56\x32\xc5\xdf\x15\x31\x70\x32\x1e\xb8\xbe\x05\x38\x16\x00\x3c\x7e\x09\x64\xf9\x02\x5f\x66\x03\xa9\xef\xf8\x59\xe5\x3e\x20\xb2\xff\x51\x8f\xab\xbf\xf7\xad\x02\x0f\xfd\x11\xff\xa1\xca\x6f\xc1\xf7\x90\x79\x10\x4a\xd7\x80\xaf\xef\x80\x5a\x0d\x38\xf6\x94\x1e\x01\x6f\x3f\x00\xaa\xae\xc0\xf3\x4a\xa0\xa1\xc8\x55\x4d\xae\x01\xf7\x1c\x80\xb6\x1b\x80\x9b\xad\x00\xfd\x1d\xdc\xcf\xa4\x9f\xd0\xf3\x18\x66\xc0\xfa\x16\xe6\x15\x40\x8e\x33\x30\xdd\x18\x38\xb1\x9a\x71\xff\x63\x77\x00\x77\x1b\xe0\x48\x77\xc0\xaf\x07\x90\x11\x07\x6c\x39\x0d\x64\xd6\xe2\x3e\x52\x19\x31\x3c\x0e\xe9\x62\xbd\xc8\x34\x67\xae\x60\xc6\x6a\xe0\xd1\x2b\xfe\xfc\x79\xf1\x37\x1e\x90\x9c\xff\xaa\xfc\x77\xa8\x8e\x03\xcb\x7e\x6f\x08\x16\x78\xf8\xc0\x6f\xe3\xf0\x43\xfe\x87\x62\x4d\x5e\x0b\x7c\xc9\xe6\x55\xfe\x3f\x7a\x0f\x0f\x01\xa5\xee\xc0\x83\x78\x40\xd3\x96\xf9\x2f\xcd\x03\x80\xd2\x23\x5c\xdf\x5f\xfc\x19\xe8\x19\x04\x14\xb6\x00\x8c\xeb\x01\x67\x0e\x02\x66\x4a\x40\xd6\x3b\xc0\xc6\x54\xb1\xcb\x07\xe6\x35\x03\xd2\xa3\x59\x3f\x28\x65\x31\xe0\xdb\x9d\xb9\x82\x9b\x1d\xb9\x67\x52\x54\x0e\x90\x5c\x0e\xa4\x54\x02\x07\x23\x80\xd3\x11\x40\xb2\x3a\x50\x26\xf4\x2f\x9e\x2d\x03\x0e\xf7\xe2\x39\x2b\xfb\x1f\x2d\xe2\x21\x42\x9f\x6d\x88\x98\x27\xeb\xeb\x0b\xbf\x65\xfe\x43\x68\x75\x5c\xf8\x3f\xfe\xcb\xfc\x97\x20\xb6\x7f\xb1\xdb\x78\x2b\x54\x12\xff\xb8\x29\x76\x81\x82\xf7\x70\xd7\x18\x50\x36\x05\xae\x6b\x02\x8a\x7d\x61\xb1\xe8\x3b\x54\x34\x16\xe8\xe2\x0f\xe4\x65\x01\xfd\x36\x00\x27\x97\x02\xc3\x5f\x03\x47\x7b\x02\x93\x66\x30\x9f\xc3\x76\x3c\x70\x70\x2c\xb0\xd8\x13\x38\xf0\x19\xf0\xfc\x0c\x24\x8c\x02\x75\xfe\xde\xef\xc5\x73\x7a\x7f\x26\x70\xa8\x12\xd8\xff\x02\x38\x7d\x98\x7b\xc6\x94\xbd\x62\x8e\xc8\x6f\x6d\x98\x27\xf0\x35\xf3\x3b\x1d\x8c\x59\xd5\xdf\xbb\x8c\x83\xcb\x3c\x00\x9f\xe6\x6c\x6b\xf2\x01\xfe\x33\x0e\x35\x70\xff\x77\x72\xbf\x0f\x71\x1a\x78\x1a\xcb\xf6\xbe\x37\xdb\x5b\x82\x27\x72\xa5\x92\xe7\x4d\xd1\x4e\x40\xab\x17\x70\x66\x38\xa0\x1b\x01\x64\x5b\xb2\x0e\xc6\x11\x4d\xc0\x44\xf0\x3d\xc6\xa7\x03\x07\x57\xf2\xfa\x71\xe0\x2d\xf7\x45\x51\xec\x15\x3c\x75\x80\x3d\x8b\x80\x8d\x41\xac\x11\xb3\xcb\x98\xad\x22\x46\xe2\x1c\x78\xdd\xdc\x1d\x01\x28\x4e\x28\x8a\xd3\xe0\xb3\xee\x40\xf4\x0b\xe0\x6b\xc9\x7f\xfd\xaf\xe2\x7f\x88\xf7\x2d\xf3\x3e\x56\x8a\x79\xe0\x26\xfa\x0c\x2d\x2d\xa9\x31\x0e\xc2\xff\xaf\x02\xdf\xff\x8f\xee\xc7\x66\xb6\x8f\x34\x45\x1c\xd4\xd4\xbd\x10\x9f\xf3\xd4\x01\x95\x1c\x20\x7b\x2c\xd0\xf8\x1c\xaf\x63\x1d\xb4\x01\xc5\xa9\xa5\x0f\x55\x9b\x01\x23\x7b\x03\x7b\x53\x81\xa9\xbe\x40\x6c\x2a\xf3\xe7\xa2\x05\x9f\x72\x97\x04\x04\x8d\x03\x76\x0d\x05\x76\xe9\x00\x91\x3d\x80\x43\x8a\xbd\x55\x2a\x70\x3a\x06\xd8\xf1\x1b\x50\x76\x81\xf3\xde\x6f\x12\xb0\xad\x3b\xf0\x25\xfe\x9b\xff\x72\xbc\xcb\xef\x7b\x85\x41\x75\x7f\x97\x08\x9e\xad\xcc\x83\x70\x14\xfd\x07\xab\x78\x0f\x3f\xc3\xbd\x65\xdd\x0f\x71\xab\x78\x9f\xaf\x2f\x71\x3d\x99\xed\x65\x91\x2f\x0a\x05\x6f\x28\x5b\x54\xa1\x1d\x75\x64\x5e\x4c\xca\x76\xa0\xf9\x6b\x20\xb1\x08\xe8\xbe\x8a\xe7\xb1\xa9\x05\x10\x53\x02\x4c\x74\x06\x76\xfa\x03\x73\xde\x00\x3b\xd2\x01\x77\x4b\x60\x9b\x33\x10\xf8\x0a\x08\xb3\x04\x22\xcf\x31\xb7\x54\x71\x02\xdc\xbc\x02\xc8\x99\x09\x28\xce\x16\x57\x87\x03\xc1\xe6\xdc\x93\x6d\xc3\x0a\xe0\xdf\xdd\xdf\x78\x3f\x72\x9c\xcb\x7e\xd7\xe4\x7d\xcc\x13\xba\x6b\x32\xff\xc1\x4e\xec\x15\x7f\xc6\xff\x79\xb5\x50\xe4\x01\x2b\xb6\x0f\x04\x3b\xbe\xaa\xef\x4b\x9c\xf0\x5f\xdc\x36\xe6\x0a\xde\xc4\x71\xa1\xaa\x98\x2c\xf4\x32\xf6\x17\x00\x0d\xcd\x80\xb8\x46\x40\x3b\x45\xee\xdb\x05\xf4\xb3\x05\x22\x26\x03\xe3\x62\x81\xb0\x09\x7c\xfe\x08\x49\x01\x5c\xcb\x81\x8d\xb7\x80\x00\x67\x60\x7d\x3b\x20\xa2\x35\xb0\xce\x10\x48\x4c\x01\x02\xda\x01\xd9\xad\x99\x43\x75\xc5\x00\xf0\x8d\x01\x1e\xb7\x02\x7c\x3a\x00\xff\x38\x7d\x7b\xef\x32\xff\x43\xf6\xdb\x5e\xac\x17\x32\xdf\x63\xfa\x71\xb6\xd6\x62\xbd\x98\x2a\xf4\x95\x6a\xf2\x7f\xe4\xbe\x47\xcf\x04\xaf\xe5\xc1\x8a\x1a\xfe\x8b\xee\xc2\xe7\x45\xde\xcc\x7d\xc6\xf6\xc4\x34\xb6\x69\xe2\x14\x99\x20\x74\x85\x62\x0e\x02\x4a\xb1\x40\x64\x1b\xa0\xe9\x65\x20\x6c\x5a\x2d\x6b\x45\x5c\x6c\x7a\xa8\x3c\x6d\xd8\x49\x20\x68\x80\x6a\x9e\xf5\x7a\xc0\x7f\x7f\x9d\x0e\x8b\xee\x01\xbe\x1a\xea\xda\xbe\x15\xc0\xea\xd9\xea\x2e\xe1\x2d\x81\x55\x53\xd5\x3d\xf6\xc7\x00\xcb\x8f\xab\x8f\x3e\x61\x06\x2c\xb3\x53\x6f\x55\x3c\x1a\x58\xba\xa7\xce\xa3\x72\x4d\xc0\x25\xb4\xce\x95\x0f\x15\x80\x93\xb2\x1a\xf1\x41\x1c\xd4\x55\xa8\xae\x60\x66\x5f\x25\xc2\xb1\x6c\x66\xd6\xba\xaa\xb0\x93\x24\xd0\xfd\xf4\x44\xa1\xa3\x65\x2e\xf2\xc9\x38\xc1\x0b\x92\xf9\x3f\x95\x82\xf7\xf2\xd3\xbe\x3f\xc2\xff\x73\xdb\x41\x1e\x9f\x2a\x51\xa1\xfb\x84\xe3\x77\xd5\xa8\x1e\x3c\xb5\x8d\x3a\xdd\x3a\x1f\xf8\xac\x49\x38\x67\x4c\x9b\x06\x74\x6a\xde\xaa\xab\x45\xdf\x5b\xff\xb4\xd1\x44\xcd\xf3\x80\xff\x92\x26\x65\x1d\x36\x02\x5e\x51\xcd\x26\x0d\x2a\x00\x56\x9c\x69\x76\x6c\xe2\x96\x5a\xbb\x96\x4e\x6d\xde\x6b\xee\x67\xa5\x5c\xe7\xf1\xcd\xfb\x7a\xcc\xa9\xed\xec\x18\xd0\xbc\xe3\xe6\x7e\xb5\x3f\xcd\x9f\xd3\xec\x79\xdc\x54\xe5\x0e\x0e\x73\x9b\xe5\x65\x76\x57\x36\x9c\x33\xa6\xd9\xda\x73\xbb\x6a\x5f\xb3\x9b\xd1\xcc\xeb\xee\xa8\xda\x4b\x66\xbd\x68\xe6\xf3\xe6\xa8\xd2\xae\xe9\x2b\x9b\x6d\x93\xa4\x5a\x09\x53\x4a\x9a\xf4\x23\x3f\xc3\x1b\xd1\x38\x8c\xab\xd4\x22\xfd\xf6\x51\xbe\x9a\x8f\x15\x76\xf8\xb9\x7a\x6a\x0a\x3b\xac\x45\x1d\xba\x9f\x34\xed\xa2\x46\xf5\xf0\x3f\xe3\xff\x54\xf9\x3f\x98\x79\x30\x85\xf9\xcc\x07\x39\xa5\xab\x43\x23\x97\x29\xf1\x2d\xf3\xc1\x35\x2d\xe8\xde\x62\x8f\x01\xeb\xa2\x44\x9e\x6c\x4b\xf7\x6e\xa1\x93\xda\x53\xbd\xda\xda\x71\xed\x09\x27\x5d\xd5\xa4\x53\x8a\x62\x9f\xe2\xfa\x6b\x97\xeb\x2d\x1c\x6a\x79\x3b\xea\x74\x39\x60\xd8\x54\x65\xba\x43\x93\x2e\xff\x8e\xfa\xa2\x5a\x39\x6b\x4b\x97\xe7\x33\x27\xd5\x71\xb3\x39\xd8\x65\xe3\xd2\x2e\xea\x45\x53\xfa\x74\x69\xb7\xee\x98\xc6\x8b\x89\x4b\x3b\x1f\xd8\x39\xae\xee\xd1\x09\xb7\x3b\xd7\x39\x1c\x5d\xaf\xb3\x59\x87\x4e\xe1\xb9\x83\xea\x19\x8e\xb9\xd1\x69\xcc\xb5\xf2\xba\x67\x47\x47\x76\x1a\xfa\xbc\xb3\x46\xf9\xa8\x97\x9d\xa2\x25\x49\xbd\xfb\xd0\x65\x1d\x8c\x25\x49\x6d\x89\xc9\x8b\xb6\x4d\x24\x49\xe5\xc4\x80\x8a\x36\x3e\x92\xa4\x9c\xd5\x6f\xb9\x6e\xb0\x24\xd5\xce\xe8\xdb\xbd\x65\x91\x24\x29\x95\xf7\x3a\xd2\x62\xbd\x24\x29\xe9\xf7\x6a\xa4\x43\xfd\x01\x9e\xeb\x56\xf7\x5f\xe6\xff\x5c\x49\xa9\x43\xb7\x64\x05\x31\xda\xb4\x63\xc8\x4a\x6c\x49\x28\x4b\xba\x37\xfb\x99\xe0\xda\x99\x18\x74\x71\x9a\xdd\x09\x9f\xd9\x7e\xcc\x80\xf4\xcb\x37\x69\x32\x2a\x15\x90\xdb\x9f\x6e\x15\x57\xf6\x32\xa2\x5b\x55\x47\xdd\x81\x74\x1b\x3f\xbb\x8d\xf1\x5b\xed\xd1\x80\xf5\x69\xe3\xb1\x9d\xad\x95\x4f\x59\x24\x0e\xf2\x33\xb9\xa8\xde\x7e\xec\xe6\x41\x03\xa6\x28\xd7\x35\x1e\xfe\xef\x40\x17\x47\xf7\x7a\x5f\x06\x97\x0c\xd4\xf2\xd9\xaa\xb9\x6f\xe0\x86\x01\x7d\xc3\x3b\x34\x38\xdd\xbf\xbf\xd1\xca\x03\x45\x0d\xd5\xfa\x5c\xe9\x7f\x31\xeb\x8f\x06\xe7\x7a\xd7\xe9\xbf\xfa\xca\xc7\x06\xba\xbd\x06\xf5\x6f\xfd\xb8\x42\xb3\xbe\xe1\xd9\xfe\x17\xfe\xad\xac\xfb\xa5\x67\x6e\x9f\x74\x49\xd2\x68\xd1\xad\xdc\xe0\xbd\x24\xd5\xd1\xec\x92\xd4\xdd\x48\x92\x54\xaf\x74\x5e\xd8\x75\xb3\x24\xa9\x36\xed\x34\xbb\xb3\xad\x24\xa9\x6c\xec\xe8\xd8\x21\x46\x92\x94\x6f\xb5\xd3\x6f\xd7\x4c\x92\x6a\xdf\xad\x70\x15\xfe\xbf\x56\xa5\x7b\xb8\xcb\x4d\x1b\xd2\xfd\x73\xde\x89\x16\x54\xfd\x74\xfc\x48\x07\xba\xbf\x4d\x9f\xcd\x3a\x30\xfb\xbd\x7a\x13\xaa\x50\x93\xff\xb2\xd9\x71\x28\xdd\xdf\xfa\x1b\x0c\xa7\x1d\xd6\x0a\xfd\x51\x54\x75\xeb\xb4\x86\x75\x43\x66\x5c\x18\x4f\xf7\xb5\x13\xa2\xcc\xb5\xd4\x26\x03\xa3\x6c\xcc\x33\x5a\x8f\x55\xda\x69\x12\x35\xe1\x54\xdf\x2f\x6a\x0b\xfa\x37\x9e\xd0\x6b\x82\xaa\xba\x9b\xe1\x8b\xf1\x6f\x1c\xb6\x6b\x58\x76\x3f\x36\x7e\xab\x47\xaa\xc6\x8b\x2e\xbf\x8e\x37\xdd\xd2\xb9\xae\x52\xa7\xc6\x66\x1e\x7b\xe7\x69\x5c\x6f\xff\x9b\x59\xbf\xe3\x31\x1a\xae\xed\x2c\xc7\xb9\x14\x3f\x51\x3f\xd6\xb6\xc3\xb8\x65\x15\x3a\x75\x0e\xea\xcd\x1c\x37\xf4\x53\x4f\x35\xb5\xd6\x7f\x8e\xba\x2c\x49\x2a\x6e\xba\xef\x87\xee\x91\x24\xe5\xf0\x56\xb3\x4d\x12\x25\xa9\x76\x78\xcb\xa6\x03\xa6\x4b\x92\xd2\xb1\x16\xee\xfd\x06\x49\x92\x92\x71\x73\xb7\x3e\x21\x92\x54\x2b\xb8\xd9\x1d\x83\x6c\x49\xc2\xbd\x2a\xfe\x53\xc5\x2f\x74\x3b\xf6\x8d\xff\xd3\x8d\xfa\x20\xa4\x26\xf7\xa3\x5b\xf4\x03\xc6\xcc\x07\x89\x29\x19\x46\xf7\x6c\xdb\xac\x46\x10\x5a\x10\x5c\x31\x8e\x78\x23\x7e\x99\x16\x94\x19\x57\x69\x4d\xa2\xf8\x58\x94\x34\x95\xc6\xc5\xd6\xd3\x8a\xf4\x79\x2d\xfe\x9a\x46\x78\xa6\x71\xec\x2c\xba\x5d\xeb\x63\x66\x5b\xde\x64\x27\xd0\xcd\x64\xd6\xfd\xee\x92\xf2\xb1\x0e\xb9\xb6\xad\x47\xe5\xaa\x98\xe8\x0d\xb4\x35\xb7\x1d\xa7\x32\xb9\xd5\x69\xdb\x16\xcb\x6b\xab\xa0\x85\xb2\x6d\xab\x60\x5f\xe5\x36\xcd\x96\xce\xca\x8d\x5b\xa9\x94\xd8\xac\xb3\x6d\xcf\xa3\x33\x81\xa6\x1d\x67\xe9\x5f\xc8\x05\x1a\x77\x9e\xb9\xe1\xa1\x0f\xd0\xc8\x71\x46\xde\x9f\xb6\x80\x96\x83\x4d\x37\x45\x9c\xd7\xcb\xb5\xa4\xbe\x20\x75\x67\x4f\x88\xe2\x33\xd4\x98\xad\x64\x6d\x47\x10\xce\xa9\xb6\x69\xd8\x58\x3a\x53\x35\x37\xb5\x57\xd8\x92\x2e\xba\x74\x2b\x28\xeb\xff\x9c\x38\xdb\x87\xba\x4c\xa4\xbe\x36\xa1\x5b\xf2\x03\xaf\x46\x52\x3c\xc4\x2c\x1a\x47\x01\xbf\x2d\xdd\x9c\xd0\xb3\x8d\x11\x93\xc9\xfa\x57\x30\x3f\x62\xc5\xcb\x99\x84\x5f\x2c\x71\xb0\xa5\x19\x66\x5f\x61\x4f\xf9\x72\x4a\x3a\xdf\x2e\x8e\xd8\x3f\x9f\xf2\xa8\xa1\x8d\x13\xa1\x8f\xad\x77\x39\x0f\x52\x2c\x2d\xcd\xae\x38\xbb\x77\x38\x8a\x90\xc6\xa3\x9c\xdf\x0c\xa9\x07\x68\xe9\x3a\xbf\xb5\x89\x05\xea\xa7\x3a\x87\xbb\xea\x02\xea\x8f\x9d\xfb\x04\xb6\x05\xd4\xac\x17\xaf\x8e\x1a\x05\x28\x97\x2c\xae\x97\x9a\x01\xd4\xd6\x5c\xd4\xf0\xec\x3e\xa0\xd6\x06\xc7\xf7\x77\xe8\x86\xd5\x51\xa5\x92\xf4\xe1\xe7\x15\x48\x02\x69\x62\x3b\x5d\xf4\x79\xb0\xaa\xcb\x76\x92\xe8\xdf\x6d\x2e\xf0\x2c\x33\xaa\x63\xcc\xd7\xeb\x41\xcf\x79\x52\x63\x10\x3d\x5f\x4a\xc5\x48\x9a\xf7\x09\x2e\xe3\xe8\xb6\x38\xea\x12\xa3\xcf\x11\xb3\x98\xdf\xb4\xc9\x6a\x3a\xbd\xff\x80\x30\x3b\xca\x17\x1e\x05\x73\x68\xa7\xe0\xa2\xce\x7d\x44\xe6\xbb\x33\x6e\x6c\xf3\xa7\x13\xc5\x8b\xd9\x59\xe6\xc1\x0c\xdc\xe3\x4a\xe3\xd3\x69\xcb\x72\xda\x61\xd4\x73\xf7\xa4\x9d\x8b\xca\xd2\xd5\x66\x8a\xf3\x19\x0e\xae\x9e\xd6\x97\xce\x74\xab\x35\x2c\xe9\x97\x3c\xef\x3a\x52\x67\x36\x8f\x1c\x3f\x5a\xa3\x3d\xb4\x19\x31\xf7\xa8\x77\x98\x33\x8f\x57\x1e\x29\xa4\xaf\x30\xb8\x49\x78\xc6\x72\x93\x17\x34\x93\xdd\x44\xbf\x03\x67\xc1\xf3\x98\xdf\x80\xed\x1c\x51\xb7\x6a\x2b\xea\x17\xa7\x0b\x7c\xcf\x9a\xf0\x9d\x93\x5a\x26\xc4\x94\x4e\xcf\xe7\x79\x9c\x58\xc8\xfd\xaf\x62\x25\x7e\xcf\xdb\xaf\xcf\x24\xd4\x6c\xf3\x9c\xd9\x74\x8b\xbc\x4e\x7b\x1e\xad\x83\x9e\xc6\xcc\x0b\x71\x9d\xb3\x88\xfc\x5b\x60\xb2\x84\xea\x15\x67\xe9\x2e\xa3\xfc\x21\xf3\x60\x86\xff\xea\x41\x7d\x24\x7a\x5b\x78\x53\x7c\xb4\xb2\xf4\x25\xfc\x43\xa9\x68\x9d\xd8\x69\xad\x9b\xf1\x0b\x21\x1a\xeb\x0e\xf4\xd9\xc6\xff\x82\x45\x2f\xb6\xf3\x59\x79\xe9\x83\x0f\x29\x17\x05\xbc\x60\xa4\xd1\xff\x41\x02\xad\x40\x01\xb3\x4f\x11\xee\xe7\x67\xcf\x95\x93\x6b\x3c\x9f\x11\x32\xe7\x3b\xfa\x6b\x53\x1e\x37\xf6\xd3\x4d\xdc\xd3\x3b\x8b\x78\x58\x28\xea\x57\xe7\x0b\x7c\xc7\x9e\xea\x19\xd3\xa3\xc7\xd3\xbf\x9a\xd8\x7b\x12\x3d\x57\xdc\xc4\x19\x14\xbf\xdb\xaf\xb0\xca\x7e\x48\xc5\x3c\xba\xc7\x5f\x57\xe0\x44\x84\x99\xd5\x5b\x96\x10\xae\xe7\xde\x6f\x29\xad\xb8\x4e\xe7\xdc\x09\x6e\x99\x63\xb6\x8a\x50\xe8\xa9\xe5\xab\xa9\x7f\x84\xd9\x0c\x5f\xda\x57\x18\x3b\xfb\xd1\xef\x76\xbd\xba\x8e\x50\xab\xc6\x29\x1b\x8a\x21\x7e\x99\xed\x96\x8d\xbf\x50\xa4\x6d\x09\x61\xdd\x83\x2d\x0e\xe3\x29\x52\x42\x0c\x78\x46\x85\xbc\x5a\x3d\x98\x3f\x6f\xd5\x66\xbb\x9f\x3b\x54\xd5\xcb\xa2\xb3\xce\xa6\x29\x97\xc9\xef\x8d\x57\x1f\x51\xa5\x70\x70\xc2\x67\xe6\xc5\xf4\x90\xaa\xf1\x3f\xe4\x71\x71\x3f\x21\x55\xe3\x0d\x39\xd3\xbe\x2b\xf1\x84\x0d\xed\x90\x64\x1d\xa0\x1d\xa6\x73\x09\x4d\xda\x62\xe2\x48\xf9\x21\x68\xd4\x12\xe2\xc7\xfa\xcc\x70\x27\x3c\x62\xb9\x2f\xeb\xe0\x38\xf7\xf6\xa4\xfd\x82\xfd\x57\x6f\x5a\x5f\xa7\x3d\x63\xbc\xdc\xbc\x82\xd5\xd7\x87\x87\x05\xd1\xce\xb4\x9f\x01\xe3\xe6\xed\xcf\x86\xd0\xef\x68\xe9\x86\x0b\x26\xf3\x4e\x2d\xb6\x91\x1f\x7e\x61\xe6\xc5\x6c\xee\x54\x17\xb9\x6d\xdc\x75\xb2\x2b\x66\x13\x63\x29\x32\x7a\x15\xed\xed\x76\xc4\x6f\x9e\xc2\x4f\x18\x4f\x2b\xf0\x8e\x5e\x47\xa8\x92\x36\xe2\x50\x31\x65\xe0\x6d\xc7\x1e\x12\xb2\xbc\xed\xd4\x07\xe2\x0d\xc9\xbc\x98\x8d\x86\x6c\xd7\xae\x65\xbb\x46\xe4\x0d\xaf\xe5\xdf\x8f\x8f\xdc\x07\xac\x4a\x07\x48\x77\x09\xfd\xab\x1b\x74\xdd\x09\xa7\xf1\x73\x5d\x41\xf9\xc2\xa3\x37\xf3\x03\xdc\xd6\xb0\x2e\xcc\x7c\x17\x3f\xd6\xc3\x69\xb1\x8e\x50\x39\xab\xd4\x0d\x84\x7f\x8e\x6b\xc1\x7e\x1b\x97\x85\x10\x1a\xd7\xf3\xaf\x70\xc2\x77\xdb\xd4\xde\x41\x5e\x69\x0c\x8e\x12\x0a\x85\x71\xa2\x73\x65\xbc\x55\x53\xc2\xb3\xe2\xd3\x59\xff\x21\xde\x6a\x0c\xcd\xa8\xf8\x9e\x9c\x71\xe3\xc3\x59\xa1\x26\xde\x72\xc3\x06\x7e\x63\xb1\xc4\xd8\x89\xb3\x49\xa7\xf9\x10\x37\xb3\x88\x90\xc7\xdd\xfb\x39\x5f\xee\x9e\x50\x49\x91\x1a\x55\xc0\x38\xef\xb6\x74\xb6\x32\x2f\x26\x58\xd4\xf9\x07\x0a\x3c\x7c\xed\x24\x85\x95\xfd\x0f\x9f\xee\x4a\xb3\x6e\x93\xed\x2a\x8a\xe7\x80\xf8\xd5\x74\xa2\xf4\x16\x3c\x2f\xb7\x16\xfe\xa4\xda\xb2\x28\x32\x88\xfe\x2e\xeb\xe1\x4c\x9b\xb6\x99\xd6\x09\x8b\x58\xe6\xc3\x8c\xc8\xdb\x4e\xec\x25\xa3\x39\x91\x84\xca\x77\x33\x63\x5d\x9c\xe6\x66\xcc\x17\x50\x29\xda\x5b\xce\xfe\x27\x89\x7a\xff\x83\xab\x7e\x21\x85\xa9\xa4\x15\x3d\xe9\xcc\x9f\x34\x71\x14\x9d\x71\x13\xe7\xcc\x24\xdc\x32\xc9\x6c\x29\xed\xd0\x93\x4a\xd6\xb1\xd5\x65\x86\x4d\xe2\xef\x29\xf4\x86\x12\x9d\xf3\x28\x8f\x24\xea\xdc\xa0\xc8\x4e\x78\xfd\x8a\x3c\xd8\x5f\x29\x51\x9d\x74\xac\xc8\x07\x32\x2f\x46\xe6\x0b\x55\xf1\x62\x48\x3f\x68\xbb\xa3\xe8\x07\x56\xc1\xec\x9b\x75\x4f\x7c\x29\xfb\xf8\x7c\x5a\x4b\x78\xf4\xf2\x5f\x83\x28\x4b\x7d\xc7\x03\xa2\x79\x31\x2b\x26\x9c\xd0\x34\x2b\x03\xce\xe2\x66\x09\x3b\x69\xde\x0c\x79\x1c\x43\xd1\xdb\xd7\x97\xfb\x8a\x74\x7c\xbb\x8f\xf8\x14\x4d\x04\x3f\xa2\x56\xf2\x21\xd1\xe7\xa0\x8a\x0f\xd3\xfa\x17\x5a\x1f\xd2\xbb\xf4\xa0\x19\x96\x76\x79\x04\x29\x6c\xa4\xeb\x4e\x27\x7f\x33\xd6\xba\xd0\xc8\x67\xfc\x1a\xf0\x8e\xed\x0e\xb2\xe9\x25\x07\xe9\x5f\x4e\x5f\x71\x86\x76\x24\xe9\x1d\xca\x88\xd1\x9a\xe6\xcc\x3a\x4a\x29\x06\xff\x9e\xc5\x77\xba\x28\x7b\x04\xde\x1d\x2b\xd6\x8b\x2a\x5e\x0c\xf1\x0c\xe5\x7e\x60\x1b\x74\x03\x68\x7e\xf8\x9a\xaf\xa7\xf8\xf7\xbc\xb2\x99\xf8\x83\xb2\x1e\x8e\x93\xb4\x8d\xd8\x59\x32\x0f\x66\xda\x0b\xee\xbe\x60\xf1\x57\x34\x65\xa5\x31\xce\xec\xb7\x49\x09\xf3\x9f\x0c\xfd\x12\xe8\xe9\xdb\xe9\x30\x1f\xa6\x51\x68\xea\x14\xe1\xb7\xe8\x7b\x51\xc5\x87\xb1\x64\x5d\x94\xac\xcd\xdd\x8f\xd1\xe7\xce\xc3\x89\xcf\x92\xe5\x6a\x4d\xfe\x66\x8f\x71\xa6\x33\x6c\xf6\x04\x3f\xe2\x51\x65\x8d\xd8\x46\xf9\x20\xcb\x37\x91\x22\x31\x7b\x71\x0e\x3d\x71\xd6\xd0\xab\xa4\xd4\x72\xf2\xc5\x53\x62\xac\x9c\x50\xfd\x44\xa9\x3e\x53\xf0\x1e\x92\x45\x7f\x9c\xff\xf0\x62\x88\x07\x10\x2c\xfc\x5e\x1b\xb5\x99\xb2\x8b\xcc\x03\x72\x2f\x0b\xa7\xf5\xcd\xb9\xf3\x4e\x7a\xfe\x79\x4f\xb8\x2f\xd6\xac\xee\xbb\xc9\x0f\x9b\xbc\x7d\xb4\xca\x4d\x70\x3d\x40\x3b\xf3\x11\xa3\x93\x68\xf5\x33\x1a\x76\x88\xd6\xdd\x1e\x3e\x69\x54\x91\xa1\x37\x8d\xfd\x6e\xb8\x88\xf5\x04\x80\x6c\x31\x1e\xf9\x5e\xc2\x1a\xe8\x50\xc6\xc9\xef\xae\x4f\x33\x34\xdf\x7e\x08\x65\x92\x02\xbb\xa9\x34\x23\x0b\x36\x2f\xa2\x1d\x6d\xbe\x9b\xf7\x42\xfe\xfb\x56\x3a\x13\xe6\x57\xec\x17\x96\xcf\xfc\xf9\x29\x97\x69\xfc\xf2\x7a\x96\xd3\xf8\xe4\x69\xff\x49\xdf\xcf\x16\xfc\x20\x59\x3f\x27\x5d\xe8\x81\xc8\x7c\x21\xe6\x51\xad\x73\x0b\x25\x7f\xbc\x75\x99\x55\xb0\x6a\x78\x24\xbd\xcf\x9a\x3c\x20\xfb\x0a\xe6\x47\xcc\x6c\x79\x80\x6e\xa0\xe4\xfe\x58\xe3\xf6\x1c\xa6\xac\x34\xb4\x5f\x1a\xe5\xc5\x7e\x06\xcc\x87\xe9\xfa\xcb\x51\xca\xea\xad\x5e\x65\xd3\x4d\x55\x95\x3e\x8e\x4f\xbe\xb8\xe9\xac\xe2\xc3\xe8\xe8\x50\x3e\xb8\xd8\xa9\x2b\x8d\xcc\x79\x57\x13\x5a\x37\x8b\x2d\x26\xd1\x2f\x16\x4b\xbc\x33\xbb\x18\xb4\x9a\xf2\x5d\x71\x62\x28\xf9\x5d\x3c\x64\x2f\xf1\x25\x2f\x46\x1c\xa5\x37\x70\x71\xf6\xf9\xa3\xfc\xbb\xf7\xeb\xb2\x7d\x4b\x2b\x78\x61\xfe\x57\x9a\x6f\x72\x3f\x9c\xec\x03\x6c\x8f\x8b\x3e\x74\x99\xd4\xef\x78\x8d\xf5\xf6\x52\x7c\xcf\x03\x1a\x10\x4f\xa3\x2a\xf3\x80\x16\x5a\x26\x50\x7e\xb4\x1b\xc2\x6a\x45\x36\x66\x29\x74\x1e\xb3\xd4\x4d\xa3\x79\x3e\x26\xee\x88\x0f\xcf\x07\xd6\xcf\xe8\x23\x78\x21\x5d\x74\x4f\xd3\xef\xb6\xf0\xca\xa7\xa7\xac\x87\xb3\xd3\xaa\xfb\x5f\x6a\x23\x6c\x80\x16\x29\x63\x94\xf5\xea\x44\x6f\xa0\x6c\x37\xf3\x1f\x4a\x4b\x58\xe1\xaf\x2c\x86\x77\x6e\x65\x23\x58\xd1\xec\x9a\xff\x26\xfa\xde\xb5\x49\xf1\x34\x4e\xa5\xeb\xd2\xe9\x4e\xac\x74\x45\xa1\x2e\xdb\xdb\xb4\xee\x5e\x7d\xf1\x8a\x56\xb2\x2b\x62\x9d\xb8\xa0\xcb\x77\x8f\xb2\x7e\x4e\xd5\xb8\x10\x2f\x48\xe6\x01\xad\x7c\xb5\x87\x58\x36\x32\x0f\xc8\xc9\xf0\x20\xfd\xdd\xbe\x32\x99\x58\xbe\x33\x8a\x52\x49\xad\xcb\xca\x80\xfb\x06\x99\x9f\x3a\x41\x8a\xbd\x23\x83\xd9\xef\x41\xb1\xdc\x47\xa7\xd7\x1a\xe6\x47\x74\xca\x2d\xa4\xfc\xd1\x7c\xc4\x05\xe2\x89\xd4\xfd\x50\x2c\xd6\xcb\x6b\xfe\x6c\xe5\x1b\x8e\x3b\x5e\x5a\x87\x41\x08\x40\x07\xf2\xf7\x4e\xb9\x31\xad\xc0\x77\xed\x2c\xd8\x36\xb3\xa7\x93\xcd\xbd\x09\x2b\x68\x3d\xb8\xfb\x8a\x3b\xfb\xdd\xdb\xcd\x6f\xee\xce\xd3\x14\xca\xa7\x77\x7a\xe5\xd1\x5d\xe1\xdd\xac\x5b\x74\xa7\x7c\x77\xee\x2b\x9a\x89\x37\x7a\x7e\xa4\x1a\xc3\x52\xa1\xa3\x74\x49\xf0\x63\xce\x8f\x61\x5b\x40\xbc\x73\x8f\x02\xde\x9d\x2d\x3b\xc0\x71\xbe\xa4\x22\x85\xde\xdf\xbc\x17\xe9\x94\xff\xed\xb5\x8f\x91\x3f\xd3\xb4\xf9\x7d\x5b\x7a\x65\xd1\xf9\x4a\xd6\xc5\x19\x7e\x22\x9f\xf2\xe7\x20\xdd\x22\x3a\xe5\xf4\xfc\x95\xdf\x77\x87\x91\x97\x28\x4e\x64\x7d\x1c\xf5\x4d\xd7\x3e\xb1\xdf\x55\x7c\x98\xae\x6c\x1f\xd9\x6b\xd2\x09\xa4\xa2\xa8\x3d\xe5\x87\x47\x15\xdc\x67\xef\x51\x05\x33\xbe\x1f\x87\xd9\xd2\x08\x3e\xda\xc8\xcc\xf5\xc7\x61\x41\x86\xfc\xdf\x77\xd1\x52\xf7\xe8\x41\x32\x65\xb4\x8a\x2f\xa7\x89\xd1\x55\xe1\x7a\x95\x2a\x00\x7e\xf5\x79\xdc\x5f\x61\x1f\x66\xfc\x45\x3b\x64\xb9\x9f\xd4\x8d\x95\x6c\x4b\x45\x5f\xb9\xcb\xfd\xe4\x7b\xfb\x9f\xe9\x5f\x54\xe3\x3d\x34\x00\xba\x5c\xfb\xd6\xd7\xe0\xb5\x31\xa0\xd8\xf7\x3c\xd7\x05\xfa\x1f\x06\x1e\x2d\x02\x8c\x8f\x03\xf7\xe6\x01\x23\x9f\x01\x37\x23\x18\xdf\x55\xec\xfd\xa7\xfa\x02\x25\x02\xd7\xbc\xf8\x19\x58\xd8\x08\x28\xb4\xe0\xfa\xd5\x82\x87\x80\x62\xdf\x5c\xa0\x04\x04\x56\x02\xa7\x3f\x02\xa1\xce\xdf\x74\xee\xf3\x74\xf8\xde\xfe\x4c\x22\x70\x6c\x23\xe3\x02\xe7\x5a\x30\xc6\x77\x4d\x71\x4e\x74\x07\x9e\x69\x00\x67\x4b\x80\xcf\x99\xdf\xfa\x80\xfc\x2f\xfd\x83\x9a\xf8\xff\x8f\xfc\xfe\xde\x7e\x3d\x0c\xb4\x5e\x0b\xfc\x73\x0d\x68\x3f\xe2\x9b\xce\xc1\xf3\xdb\x40\x8f\x1e\xc0\xe3\x9b\x3c\x1e\xe5\xe6\xc0\x00\x6d\xe0\xee\x27\x60\x48\x28\x70\xe3\x29\x60\x66\xc1\x7d\x0d\x26\xc5\x00\xc5\x7b\x81\x59\x9e\xc0\xf9\x81\xc0\xfc\xcd\x40\x5e\x37\xc0\xb9\x1b\x90\xdb\x96\xeb\xdc\x73\xd5\x15\x39\x1b\x38\x35\x01\x08\x8d\x06\x4e\xc5\x31\xa6\x71\x26\x96\x31\xbe\xd3\xbe\x8c\x89\xe5\xe9\x29\x32\x23\x70\xe6\x32\xd7\x90\x2b\xec\xb3\x57\x40\xde\x23\xe0\x6b\xcc\xff\xd6\x3f\xa8\x89\xff\xef\xfc\xf0\x6d\x1c\xaa\xf4\x2f\xe4\x3e\x20\x7f\x54\xb7\x8a\xbf\x7f\xac\x00\x74\xb7\x00\xaf\x16\x03\x6d\x43\x81\xe7\x77\xb9\xcf\x83\x8c\xf7\xdf\x5f\xcc\x38\xcd\xad\x46\x8c\x5b\x95\xa6\x32\x2f\xa6\x58\x62\x5e\x4c\xd1\x20\xee\xfb\x90\x1f\xca\xba\x20\xb9\x9a\x80\xb3\x2b\x70\xc6\x08\xf0\x68\x0c\x64\x0f\x67\xec\xed\xe4\x17\x3e\x81\x29\xb2\x8e\x62\x1c\x4e\x3e\xe5\xba\xff\xac\xb6\x5c\xdb\xae\xd8\x2b\x5c\x78\x00\xe4\x84\x00\xb7\xfb\x03\xd9\xd9\x1c\x93\xa7\x13\x01\x29\xec\x1b\x0f\xa6\x4a\xff\x7f\xf9\x8f\xfd\xff\x3f\xf1\x1f\xbe\xb3\x32\xef\xe1\x43\x32\xd0\xe4\x29\x50\xd9\x10\xd0\xdd\xcd\xfa\x37\x1d\x0a\x80\x5f\xbd\x80\xce\x6f\x80\xdb\x9e\x80\x41\x7d\xee\xef\x30\xd0\x1d\x28\x99\x0c\x0c\xbd\x0c\x5c\xd0\xe7\xf9\x51\x60\xc7\xf3\x23\xdf\x19\xb0\x37\x65\x3f\x15\xeb\xe1\xc9\x33\xc0\xf2\x72\xd6\xba\x50\x8c\xc3\xd1\x4a\x60\xf3\x75\xe0\x68\x57\xc6\xf5\x8e\x5f\x66\x1c\xe7\xc8\x4b\xe0\xe8\x6b\x20\xab\x19\x50\xdc\x05\x38\xb9\x0e\xb8\xdb\x88\xf1\xff\xe7\x75\xbf\xc5\x81\xac\xff\x2f\xd7\xff\x57\xe1\xbf\x35\xfa\x20\xfc\x90\xff\xf0\x93\x3e\x20\x0a\xfb\xa5\x15\xdb\x77\x97\x58\xef\x41\xe6\x3d\xc8\x3a\x07\xbf\x6a\x00\xed\x27\x71\x8c\x76\xb3\x00\xae\x3d\x64\xbc\xbf\x78\x3a\x60\x1c\x04\x28\xce\x40\x63\x74\x38\x7e\x27\xcd\xe0\xf7\x39\x4b\xe1\xff\x02\x60\x61\x4b\xe0\x98\x03\xb0\x2c\x0e\xc8\x30\x05\x7c\x4c\x81\x0c\x77\xc6\xac\x52\x7c\x80\x1d\x9b\x80\x4c\x4b\x8e\x87\x4c\x43\xe0\x64\x6d\x20\xd3\x8f\x39\x51\x99\x9f\x81\x3b\xb5\x81\x23\x69\xac\xc9\x23\xf3\x60\x6a\xe2\xff\x55\xf8\xaf\xf8\x2c\xeb\x20\xfc\x88\xff\xf0\xbd\xfe\xc5\xd7\x10\x40\x79\x8e\xf8\x9c\xce\xbc\x07\xb5\xc6\x9c\x17\x6a\xcf\x00\x9e\x9b\x02\x75\x2d\x18\xef\xd6\xde\xcd\x78\xb7\x62\x3c\x6e\xcc\x01\xda\x56\x30\xd6\xd4\x33\x8c\x77\x09\x8a\xbc\x9f\xef\x07\x0c\x0f\x06\x4e\xe9\x71\x3f\xa9\x63\x83\x00\x9b\x93\xc0\x11\x1b\x60\x9e\x13\x90\xb2\x1e\x70\x19\xc8\xf8\xb7\xe2\x44\x7b\x30\x86\x75\x94\x0e\x6d\x04\x22\xf4\x80\x43\x09\x8c\x7d\x1f\xba\x0e\x1c\x19\xca\x98\xef\xd9\xe1\x40\xb2\x3b\x70\x6b\x16\xff\xff\x2f\x12\x80\xc3\x4f\x99\xab\x50\xb3\x0f\x86\xec\xbf\xfc\xde\x65\xbf\xab\x78\x00\xdf\xf1\x1f\x64\xfe\x87\xd2\x35\x40\xd2\xe1\xba\xec\xaf\x5c\x6e\x85\x3f\xc5\x69\xa8\x26\xef\xe1\xa1\x09\xa0\xa9\xc5\xba\x2f\x3a\xd6\xdf\xfa\x3c\x5c\xbc\xca\x75\xdc\x67\x0d\x00\xc3\x34\xe0\x54\x31\x60\xd2\x96\xe7\x81\x59\x77\xee\x63\x31\x55\x1b\x48\x59\x04\xcc\x51\x02\x0e\x86\x02\x8b\xf6\x02\x09\x82\x17\x93\x30\x18\x08\xdc\x0c\xec\x5f\xa1\x38\x31\x03\x49\x7d\x81\x03\xfa\x40\xc2\x7b\xe0\x88\x19\xc7\xc6\x79\x0b\xe0\xd0\x10\xe0\x5e\x32\x70\xb0\x14\xa8\x1c\x0c\x24\xea\x8a\xfc\x5f\xb7\xba\xff\x35\xf9\x1f\xb2\xdf\x3f\xe5\x3f\x08\xde\x87\xec\xff\x5f\xf5\xd9\xca\xbc\x87\x17\xe2\x54\xf0\x1f\xde\x83\x0f\x50\xd7\x00\xb8\xa4\x04\x34\x6e\x0e\x14\xed\x07\xf4\x56\x01\x79\x8e\x40\x57\x0f\xe0\x44\x2e\x60\xd4\x5a\x71\xda\x01\x46\x98\x01\x87\x8d\x00\xf3\x2c\xe0\xa0\x2f\xcf\x8f\xfd\x4f\x98\x3f\xb7\x47\x9f\x31\xca\x3d\x9d\x81\x75\x1a\x8a\xd3\x0f\xb0\xed\x10\x10\xbf\x1e\xd8\xe7\x04\xc4\x1b\x02\x99\xd3\x80\x7d\xa6\xc0\xf9\x38\x60\xcf\x11\xe0\x6e\x18\xb0\x4f\x0b\x78\x93\x0b\xec\xbe\x06\x7c\x3d\xf5\x5f\xff\xe5\xf7\x1e\x10\x56\xdd\x6f\x19\x0f\xf7\xec\xf8\x03\xfe\x83\xcf\x37\xbc\xf3\xbd\x0a\xdb\x2a\xde\x83\x18\x1f\xb9\xdf\xc7\x4d\x51\xdf\xfe\xbd\xde\x81\xc6\x6e\x20\x0f\x40\xd3\x70\x20\xfb\x25\xd0\xae\x00\x38\x7a\x0b\x30\x38\x07\xa4\x37\x00\x06\x47\x00\x49\x33\x00\xb3\x5f\x19\xf7\xb7\x4e\x03\xf6\x24\x03\x0b\xf6\x00\xbb\xd7\x30\xde\x1d\x9d\x02\xf8\x57\x02\xd1\x16\x40\xb8\x21\x10\x7d\x15\xd8\x9b\x0d\x44\xed\x00\x8e\x4c\x04\xa2\xbe\x02\xe7\xc4\x5a\x72\xf7\x15\xe7\xd2\x97\x0f\x45\xfe\xf3\xfb\xe6\x7f\x4d\xfe\x87\x97\x73\x75\x3c\xdc\xdd\xfb\x07\xfc\x07\x45\x8e\xd9\x25\xe6\x81\x83\x88\x83\x1a\xba\x1f\x4f\x04\x3b\xfe\x8e\xd0\xbf\x90\x75\x2f\x8a\x05\x0e\x56\xb0\x0f\xa8\x75\x1c\xc8\xb1\x50\x9c\x25\x38\xff\x2b\xe6\x49\x4a\x19\xcf\x13\x45\x3c\x2b\xf2\xe7\x1e\x03\xee\x3f\x17\x6b\xce\x7a\x63\xd1\x13\x00\xfb\x8d\x40\xe4\x29\xc0\xad\x0d\x10\x39\x0e\xf0\x73\x04\x22\x9e\x02\x5b\xf5\x80\xed\xb7\x80\x3d\xeb\xb9\xcf\xcf\x51\x5f\x20\xa2\x0b\x70\x3e\x0d\x88\x38\x0a\xdc\x8f\xe6\xf7\xaf\x58\xd3\x43\x4f\x56\xf7\xbf\x8a\xff\x21\xde\xb7\xbb\xd8\x4f\xd5\xec\xff\xe1\xf4\xd7\xff\xc0\xfd\x05\xee\x2d\xeb\x7e\x3c\x14\x3c\x88\xdb\x1f\x6a\xc4\xc1\x23\xb6\xa7\x85\x2e\x88\x62\xcf\x57\x2b\x97\xf5\x5c\x14\xeb\x4b\xe2\x64\xa0\x75\x00\xb0\xd7\x04\xe8\x69\x02\xc4\x4e\x04\x86\x58\x02\x91\xcf\x00\xf3\x48\x20\x42\x19\xb0\xf3\x01\xc2\x0a\xb9\xbf\x58\xc8\x2b\xd6\x51\xda\x9c\x0e\x84\x6a\x01\x9b\x7d\x79\xec\x36\x99\x03\x99\x66\x3c\xcf\x0b\x83\x81\xe0\x14\xe0\x6e\x7d\xee\xa9\xf3\x36\x58\xf0\x5f\x12\x01\xef\x15\xec\x57\x15\xff\xa3\x86\xdf\xb2\xee\x85\x83\x4b\x75\x1e\x44\x4d\xdc\xff\x8d\xe8\x7b\xf1\x9b\x50\x4d\xad\xe8\x29\xf2\x81\xc8\x13\xd7\x05\x1f\xe6\xa2\xb8\x45\xe1\x6e\xb4\x40\xf6\x41\xb6\x19\xa2\x9b\xa4\x62\x1f\xab\x5c\x09\xec\x79\x00\x34\x09\x64\x8d\xb0\x4e\xb1\x40\xa4\x05\x30\x20\x19\x08\xdf\xcd\x98\xfb\xe6\x3f\x81\xe9\xed\x80\x8d\x11\x80\x53\x04\xb0\xa1\x04\xf0\x69\x03\xac\x0f\x00\x42\x4d\x81\x75\x8a\xdc\xa0\x04\x04\x3c\x03\x32\x1f\xf2\x9c\x39\xe7\x0f\xf8\x65\x71\x4f\x2e\xc5\x98\xbd\x36\xfe\x16\xf7\xee\xf3\x6a\xf8\xdd\xa1\xba\xbf\x33\x16\xb2\x9d\x56\x4f\xf0\x1f\x04\x77\xfc\xef\x93\x35\xe6\x81\x78\xef\x8f\x45\x1e\xb8\x27\x78\x01\xd7\xe5\xbe\x2f\xa2\xab\x6c\xa1\x18\x8f\x53\x82\x1f\x71\x4c\x74\xdd\x95\xf9\x1f\x7b\xc5\x7f\x8f\x2a\x00\x34\xf6\x03\xdb\x33\x81\x96\x05\xc0\x96\xad\x40\xcf\xad\xfc\x1e\x87\x55\x00\x81\x5f\x80\xa9\x5f\x80\x80\x16\xc0\x82\x2f\xc0\x1a\x53\xc0\xd3\x8b\x7b\xef\x85\xf4\x00\x3c\x77\xb3\x56\xca\xaa\x5f\x81\x0c\x4f\x60\xb9\x2b\x9f\x3d\xdc\x95\x81\x9b\x7d\x80\x65\x2f\x80\x97\x5b\xf8\xac\x22\x7d\xc7\xf3\x99\x2d\xb4\x5e\xa6\x7f\xad\xee\xef\x14\x31\x3e\x16\xa2\x4f\xe3\x78\xa1\x4f\x57\xb3\xef\x8d\xcc\x7f\xb9\x3b\xbc\xfa\xfb\x97\xbb\x4c\x17\xd6\xab\xe1\xbf\xd0\x8d\x49\x11\xfc\x88\x84\x7e\x6c\x63\x0e\xb1\x0d\x17\xb7\x4e\x9b\xeb\x02\x8d\x06\x01\x41\x3a\x40\xc7\x8b\x80\x7f\x02\x30\xc8\x1f\xf0\xde\x03\x4c\x54\x01\x3c\xfa\x02\x0e\x31\xc0\x8a\x66\xc0\xca\x37\xdc\xcf\x27\xb8\x3b\xe0\xb2\x09\x88\x71\x00\x16\x5f\x03\x52\x97\x00\x4e\x09\x40\x7e\x6d\x60\x61\x1f\xe0\xfa\x4d\x60\x7e\x02\xf0\xfb\x39\x60\xae\xc8\x87\xb3\xc4\x78\x4c\x19\xce\x56\xe6\x7d\x98\x89\x7c\x38\x4a\x68\x25\x8e\xd8\xce\x76\xa8\xe8\x25\x2a\xe7\x81\xdf\x84\x7d\xf8\x91\xad\x7c\x3b\x50\x3c\x5d\xf8\x1f\x2c\xfc\x17\xfc\xa0\x13\xa2\xfb\x74\xba\x50\x9b\x4d\xd2\x55\xa2\xf3\xf5\xee\xdd\xaa\xa3\x41\x3a\xe0\xaa\x94\x49\x37\x5e\x55\xa3\xfb\xea\x35\xea\xea\xde\x6a\xdb\x00\x8f\x5d\xf5\x8e\xb7\x7a\x00\x2c\x3b\xd9\x60\x60\x1f\x75\x60\x89\xbb\x96\xf6\xd8\x4d\x80\x63\x8c\xf6\x3c\x5b\x6b\x60\x5e\x70\xa3\x2e\x6e\xbe\x80\x7d\xbd\x46\x16\x81\x6d\x01\xdb\xf7\x8d\x1a\xed\x54\x07\x66\x76\x68\x34\xe2\x90\x2b\x30\xed\x89\x76\xf9\xe9\xc6\x80\xf5\x6d\x6d\xd3\xab\x37\x81\xa9\xcf\xb5\xd5\x9e\x44\x03\x93\xff\xd4\xf2\xff\x77\x00\x30\xe1\x62\x83\x2e\x0a\xbf\xc6\x2c\xaf\x47\x3a\x28\xc3\xc6\xa8\x9b\x28\xec\xe0\x02\x95\x1b\x0a\x3b\x28\xb1\x16\xdd\xc3\xf4\x7b\x26\xec\x06\x1e\x87\x67\xe1\xc2\xff\x3f\xab\xfb\x5f\x72\xaf\x86\xff\xba\xdc\x3d\xf6\x48\x6d\x35\x9a\x49\xa9\x46\xf5\x89\x11\xb4\xbf\xa0\x31\xdd\xdf\xef\xda\xc3\x7d\x72\xc2\x55\x7e\xa1\xfb\x85\x0d\xa9\xcd\xe9\x56\xc4\x2b\xab\x15\xfd\xdd\x25\x49\x97\xea\x1b\x17\x3a\xe9\xb5\xd6\x79\x06\xcc\xfe\xa0\xf7\xb9\xeb\x0c\xa5\xb4\x19\xfd\xdb\x86\x0d\x99\x52\x3b\x6f\x6a\x54\xdb\x27\x53\xbd\x95\xaf\x4d\xfc\xb3\xed\x75\xa7\x81\x2a\xd7\xc6\x3f\x6f\xbb\xd5\xe7\x90\x6a\xfa\x98\x4f\x6d\x8d\xc2\x06\xa8\x4d\x18\xf9\x55\x2f\x7d\x7f\x3b\xb5\xd8\xe1\x0b\xf4\x3a\x9e\xa8\xaf\xb6\x7f\xa8\x41\x9b\xc7\xc5\x83\xd5\x3c\x4c\x8f\xb4\x59\x5b\x5e\x4f\xf5\xce\xe0\xf5\x6d\xbc\xfe\x1c\xa6\x52\x3c\x68\x44\x6b\x5d\x49\x52\x1e\xda\xf7\x7e\xab\x36\x92\x54\xbb\x61\xaf\x5b\xcd\x33\x24\xa9\xd6\x31\x03\xa9\x31\xe9\xfa\xeb\xf7\xd2\x22\x3d\xda\x6e\x6b\x1a\x12\xfe\xdd\x35\x4c\x93\xea\x7a\x7f\xca\x7f\x09\x66\x9d\x9b\x2c\xe3\x7a\xf4\x39\xbd\xac\x91\x19\xbf\x77\x56\x61\x8f\x9f\xa6\x47\x55\x40\x3b\xef\x74\xa4\x7a\xae\x50\xe7\xce\xb4\xc3\x08\x7c\xa5\x4f\xb7\x65\x5e\xce\x3d\x69\xc7\xe5\xea\xd8\x83\x22\xc6\xbe\xc2\x90\x32\x8f\x55\xdb\x3e\xed\x34\x82\x00\x0b\xdd\x3e\x5f\xf5\x46\x29\x4d\x18\xbd\xb5\x8f\x53\xff\x7a\x2a\x39\x43\x3d\xfa\x44\x4d\x58\xa0\xb6\x64\xd0\xb5\x3e\xdd\xec\xcb\xea\x3c\xee\x77\xa6\xf7\x95\x95\x31\x1a\x7d\x7b\x79\xf5\xee\x1d\xfc\xb0\x6e\x9d\x9e\xdb\x7b\x59\xc4\xda\xd4\xed\xd4\xbd\x8e\xe1\x83\x8c\x22\x8d\x0f\xdd\xf4\x0c\xd7\x9d\x5b\xa6\xb1\xba\x4b\xa1\xe1\xd4\xbb\xb6\xea\x89\x9d\xdf\x1a\x0e\x7b\x13\x55\xc7\xa6\x73\x23\x83\x76\x92\xa4\x1a\xd9\xee\x8d\xbe\x91\x24\x29\x97\xe9\xa5\x74\x8e\x95\xa4\xda\xd7\xdb\xd8\xb5\xef\x25\x49\xb5\xdb\xb7\x5e\xa1\xf7\x45\x92\x94\x72\x5b\xbd\x6a\x6d\x2b\x49\x4a\x3d\x5a\x36\xd0\x6d\x26\x49\xb5\xb6\xde\x3e\x58\xdd\xff\xfc\xbf\x39\x01\x64\x19\x33\xef\x27\x63\x4b\x2b\x9a\x09\x49\x01\xed\xa8\x5e\x57\xe6\xbf\x44\x54\x70\xf5\x6d\x48\x45\x5f\xfa\x1c\x18\xd0\x97\xd0\xc5\xd5\x47\x8d\x88\x1f\xe1\xaa\x33\x98\x50\xb6\xb9\x3b\x4d\x69\x66\x4d\x19\x36\x8c\xea\xb9\x86\xcf\x1d\x45\x78\xaa\x49\xc3\xd1\x7e\xbf\x14\x00\x7d\xbc\x47\x2b\xf7\xf8\xa2\x3c\xab\xc7\xec\x51\x4f\x47\xd9\xa8\x64\x76\x09\x1a\xf5\x76\xe6\x5b\xd5\xb1\x1d\x26\x8f\x0a\x74\x8b\x53\x5d\xae\xf7\x70\x54\x83\xa0\xab\xaa\x93\x5a\x1b\x8d\xfc\x1c\xdd\x43\xe5\x53\xab\x11\x23\xbd\x53\x8b\x54\xec\x5b\x1c\x18\x91\x5a\x10\xa6\xec\xde\x7c\xc7\x08\xff\x5b\xa1\xb5\x97\x34\xbb\x3c\x62\xc7\xcb\xf3\xb5\xbe\x34\x33\x1a\x4e\xf7\x6f\x3a\x13\x07\x13\x7e\xab\x35\x6b\x00\xe1\x57\x0d\x3a\xf4\xa5\x7b\xc8\xfa\xe1\x06\xd4\xaf\xbb\xde\xbe\x1e\xb7\x14\xb6\x6e\x3d\x7d\xc2\xc7\xaf\x9a\x29\x53\x86\x2b\xd4\xd4\xa2\xe7\x97\xf9\x3f\x19\x41\x9d\x29\x42\x12\x72\xf4\x35\x79\xde\xf7\xa7\x4c\x19\x39\x7c\x90\x25\xfb\x3f\x98\x78\x1f\x6b\x1b\x0e\x25\xe6\xb5\xe7\xab\x31\x74\x2b\xea\xea\xcc\xb8\xf9\x7c\x77\x33\xc2\x3f\xa7\xb9\x59\xd0\x2d\xfc\x58\x5d\xd6\x47\xe9\x3f\x70\x2a\xad\x28\x9d\xd3\xac\x37\x6b\x6a\x02\x7a\x0b\xad\x3d\x3a\xe6\x2a\xa9\xb5\x5c\x61\xa3\x67\x9a\x5d\xeb\x61\xb3\x0d\xd3\xba\xd8\x4c\x04\x1a\x5f\xb1\x39\xb4\x64\x12\xa0\x6d\x65\x63\x1c\xf0\x1e\x68\x90\x66\x1d\x15\x19\x04\xd4\x6f\x63\x75\xf1\xb0\x01\x50\xb7\x85\x55\xf3\x5c\x3d\x40\x7d\xcc\xd4\x01\xd7\xfe\x04\xd4\x32\xa7\x0c\xf9\xfd\x26\xa0\x52\x34\xd9\x5b\xe1\x57\xed\xa5\x13\x36\x29\x6c\x2d\xa5\x31\x4b\x25\xbe\x41\xec\xc7\x76\x70\x21\x5b\x63\x6b\xb2\xd3\x07\x90\xee\x7d\x41\x2a\xc7\x79\x8e\x33\xeb\xc1\xa4\x3f\xe8\x41\xfe\x24\x7a\xb1\xfe\xcd\xee\x8f\x83\x88\x07\xb6\xe3\xc3\x08\xba\x6f\x0e\x9d\x3d\x86\xbe\x17\xe8\x3f\x9e\x76\x1a\x9e\xd9\xe6\xb4\x03\x5d\xfa\x65\x32\x65\xda\xf9\x51\x53\x89\x71\x3c\xab\x84\xbb\x90\x5b\xf4\x9a\x49\xf3\x65\x70\x8c\x1d\xcd\xab\x6e\xe3\xed\x69\x85\x6a\xd4\x7c\xfe\x28\x25\x5b\xa0\xfe\xde\xf9\x8b\x5b\xc5\x03\xea\xed\xe7\x87\xf5\x9f\x01\x28\xef\x9b\x1f\x6e\xf1\x09\xc0\xe1\xf9\xbe\x0b\x88\x71\x35\xbf\x81\x0f\x29\x3f\xcf\x9b\xc6\x08\xf1\xdc\x91\x09\x74\x0f\xef\xd0\x3f\x9b\x18\x2b\xf6\x2f\xaf\xd2\x88\xcf\x59\xf2\x84\x22\xd6\x2e\xf5\x1f\x8a\xe4\xe9\xa2\x9f\xfb\x54\x81\xf7\x4e\x14\x9f\xcd\x76\xb2\x1d\x2d\xf4\x31\x46\xde\x54\xd8\xac\x57\x9d\xf2\x38\xfe\x7b\x13\x4a\x94\x90\xcc\xfc\x9f\xd8\xd3\xc3\x69\xa7\x18\x71\x65\x1c\xc5\x77\x68\xe5\x04\x52\xa3\x08\x74\x9f\x4c\xb7\xa4\x5e\x85\xd6\xa2\xff\xc3\x0c\xca\x83\x0b\x4f\xdb\x76\x23\xff\x03\x66\x53\xfc\x4c\x59\xc0\x7d\x64\x46\x7a\xcf\xa7\x75\xa3\x0f\x1c\x29\xde\xda\x36\x5f\x42\x2b\xad\xda\x0b\xb7\x16\x3c\x23\x97\x99\x37\x21\xdc\xc5\xed\x55\x2f\xba\x87\x75\x0b\x1f\x4f\x6b\xb7\x9b\x34\x97\xf6\xae\x6e\x9d\x57\x93\xce\xc7\x52\xdd\x50\x3a\xeb\xb8\x96\xef\x23\x9c\xca\xd5\xf5\x04\x21\xa4\x4b\xf4\x2f\x11\x92\xb6\xa4\xe9\x23\xda\x0b\x2e\xee\xf5\x17\xad\x58\x0b\x84\xce\xc3\x1c\xd1\xff\x64\x66\x7b\xb6\xd6\x42\x17\x63\x8a\xd0\xbb\xb7\xcc\x50\xd8\x74\x5d\xa3\x0d\x9c\xff\x46\x10\xca\x18\xaf\xc4\xd5\xf6\x3b\x0b\xcc\x29\xee\xe5\x3e\x50\x41\x33\xa6\xd1\xba\xe8\x5b\x69\x47\xa3\xef\x6e\x35\x87\x6e\xd9\x17\x25\xcc\xa7\x5b\x63\x87\x34\x47\xca\x17\xd6\x3a\x4e\x94\x2f\xcc\xae\x3b\x53\x3c\x99\x26\x2c\x25\xfe\x87\x7e\x87\x65\x14\x0f\x4d\x83\x57\x0a\x5c\xcf\x9b\xde\x32\x6a\x7b\x6f\x6a\x4a\x33\xd1\x5b\x97\xf1\x6e\x6f\x5d\x1e\x79\xef\x29\x73\x08\x49\xf2\xba\xb0\x92\x46\x72\x75\xf2\x26\x8a\xb0\xd5\xab\xe3\xe8\x0d\x78\xba\x64\x9e\xe6\x19\x79\x91\x18\x36\xab\xf2\xee\x91\xf2\xcc\x4a\xa3\x4a\xaa\x20\x77\xf7\x94\xbe\xe3\x37\x00\x0b\x5e\xb3\x75\x10\xba\x29\x76\x16\x6c\x67\xd1\xfd\xf5\xc1\x3d\xc3\x09\x2d\x8f\x95\xcc\x45\x1f\x28\xae\x26\xde\xaa\x6b\x43\xb7\xff\xeb\x75\xb8\x1f\x94\x9f\xd2\x5c\xaa\xd3\x5c\xd9\x6b\x61\x4b\xfa\xf5\x0c\x27\x3a\x51\xcc\x4d\x5a\x42\xf7\xfc\xd3\x82\xb9\x0b\xbf\xa5\xe8\x9f\x33\x22\x76\x15\xcd\xaf\xbe\xbf\x79\x10\xef\xa3\x63\xb6\x37\xed\xcc\x1b\x2e\xf7\x5b\xcd\xe3\x10\x28\x76\xe6\x81\xe1\xbf\x10\xce\x1d\xd8\xd4\xe0\x39\xff\x9d\xdf\x44\x50\xa8\x1d\xd5\xad\x06\x1a\xf3\x2f\x06\x46\x6e\xa0\x88\x5c\x77\x3a\x86\xfc\x5e\x9b\x92\x46\x4c\xa6\x80\x17\x05\x54\x59\xea\xaf\x7f\x9b\x98\x04\xfe\x06\x2f\xaa\xf1\x1c\x3c\x04\x5f\x6a\x99\xd0\x41\x71\x11\x3c\xa1\x45\x02\xff\x5f\x48\x36\xbe\x7c\xe2\x65\xe1\x3f\x8d\xc3\xd6\x12\x3b\xc2\x19\xd6\x3b\x3b\xd0\xa8\xaf\xd1\x58\x40\x79\xde\xa3\x74\x31\xc5\xbb\xcb\x6b\x17\x8a\x93\x05\xa6\x4b\xa9\xca\xd6\x6e\xdd\x0a\xca\x13\x56\x67\x3d\xe9\x71\xc7\x5e\xf1\xa2\xb7\x38\x58\xc9\x87\xc6\xc9\xa0\x09\xeb\x67\xb4\x6e\x1f\x48\x6f\x53\x7d\xe1\x26\xb1\x43\x0d\x15\x7d\x0f\xb6\x14\xfc\x42\x71\x1c\x6a\x6b\x40\x23\x1c\xb2\x71\x14\xd5\x32\x84\x3a\xb3\x42\x4d\xc8\x69\x1e\xe1\xd0\x26\x81\x54\x0c\x12\xda\x8a\x3b\xcd\x6c\x99\x97\x4c\x88\xe4\xe6\x1e\xa7\x09\xe8\xd8\x74\xf1\x3a\xd5\x08\x6c\x4a\xff\x9d\x32\x58\xb0\xb9\x44\x6f\x48\xe6\x7f\xf8\x88\xf9\xe1\x29\x7a\xe9\x89\x7e\x4a\x58\xf6\x49\x61\x77\xfd\x3d\x93\x9e\x47\xd6\x01\xda\x98\xb1\xf0\x05\x8f\x2a\xab\xd4\x78\x6a\xb8\x52\x1c\x2c\xed\xe3\x4e\x3c\x27\xa7\x08\x0f\x8a\x9f\xd9\xe9\x9e\x34\x4f\xa6\x39\xf8\x52\x9d\xae\xc5\x6b\x7f\xda\x27\x8d\xc8\x5b\x4b\xf9\xc6\x68\x04\xf7\x15\xe9\x7a\x28\x98\xf0\xee\x66\x75\xb6\x10\x1e\xa6\xac\x15\x2e\x3a\xf8\xed\x0c\x15\xd6\x8d\x57\xe8\x5d\xcd\x98\xb1\x16\x39\x7b\x24\xeb\xc5\x4c\xe3\x4c\xbb\xd3\x69\xc9\x25\xb6\xac\xf3\xbf\xd3\x29\x92\xf0\xab\xc8\xc7\x07\x69\xef\x1f\x59\x3f\x87\x10\xb8\x88\x0a\xc6\xbb\x23\xfc\x9e\xd2\x8c\x8b\x28\xfe\x97\x14\xd2\x64\x5e\x4c\xb0\xe0\xc5\xac\x13\xf1\xe0\x27\xea\x7b\xbd\x2d\x15\x36\x5c\x9a\x4f\xfb\xa1\xcd\xf6\x4b\x32\x39\xca\x5c\x89\x95\xe1\xd5\x72\x39\x7d\x5e\xae\xef\x41\x79\xc3\xd9\xde\x9b\x58\x09\x0e\x69\x6b\x88\x07\x35\xeb\x26\xf7\x85\x9a\x1c\xb7\x8e\xfc\x1d\x9f\xcb\x3c\x98\x21\xe9\xcc\x8f\xe8\x6d\xc8\xbc\x90\x8e\x26\xdb\xe8\xa4\xd1\xd8\x60\x7b\x3a\xfb\xbd\x4b\xc4\x41\xbc\x36\x48\x69\x24\x7e\x55\x13\x66\x26\xb9\x76\xa7\x33\x4e\x5c\x1a\x33\x51\xe3\x1e\x5b\xa7\xf1\x67\x66\xa2\xc5\xfb\xaf\xa1\xcc\x1b\x3f\x29\x9c\xe6\xcb\x5e\xa3\x44\xf2\x3b\xae\xd7\x49\x7a\xc2\x58\x73\xbe\x0b\x89\x9d\xfd\x2b\xe9\x06\xc4\x6e\xfc\x93\x98\xa0\x51\x7f\xb1\xbf\xdb\xd2\xb9\xce\xbb\x8a\x17\x93\xc0\x76\x3d\xad\xa3\x21\x06\x4b\x2a\xbe\x9f\x85\xbe\xc7\x56\xd1\x38\xac\x8c\xf7\x22\x9c\xd7\xa5\xd0\x8f\xa2\xce\x31\x3a\x90\x14\xf8\xe6\x28\xad\xa7\x79\x34\x4d\x9b\xab\xac\xcd\xcb\xb8\x6f\xd0\x48\xb7\x70\x3a\x79\xc9\xba\x38\x06\x9d\x22\x29\x6a\xdb\x7a\x31\x0a\xa9\x15\x13\x2b\x4e\x30\xfb\xc5\x8d\x67\xd2\x44\x56\xb4\x4b\x2c\x6c\x42\xff\x47\x92\xae\x3e\x8d\x70\xe2\xef\x43\x69\xfd\x48\x2a\xe1\x99\x9a\xe4\xc2\x9d\xda\x92\x5c\xb8\xde\x3f\xc9\x63\xab\x13\x7f\x7f\x2f\x33\xdc\x9c\x8f\xd2\xbf\x70\x40\x2a\xea\xa4\xb0\x09\x07\xf8\x8c\x7c\xa0\xd9\x0b\x52\x74\x90\x79\x0e\xb1\x02\xd7\xac\xe2\xc5\x88\x79\x12\x46\x3c\x00\xb9\x1f\x98\xbf\x01\xab\xf2\x78\x14\xf8\xd1\xec\x5a\xde\x33\x88\xd6\xc3\xc5\x6a\x1b\x69\x95\xaa\xd2\xc3\x39\xca\xef\x79\xea\xf4\x6d\xb4\x8e\x8c\xbb\xba\x83\x78\x20\x43\x2f\x30\xda\xd8\xef\x63\x34\x8d\xba\xfe\xd0\x58\xb2\x2d\xb7\xec\xa5\xb7\x58\xdf\xfe\x80\x60\xf2\x27\x0b\xc5\xdf\xf4\x78\xd0\x2f\xa4\x97\x34\xa5\xf1\x48\xd7\xd5\xa7\x91\xcd\x18\x3b\x84\x99\xcc\xc5\x53\x09\x9f\x4d\xdf\xc2\x1d\xfa\xd2\xa7\x7a\x52\x24\x65\x4c\x0c\xa1\x15\x2b\x63\x6d\x3c\xad\x48\xe9\x2b\x32\xe8\x6c\x98\xbe\xb0\x90\x90\xd6\x54\xf5\x5b\xc6\xfc\xf7\x4a\x7a\xb2\xe4\x72\xc6\xb9\x65\xfe\xc7\x7f\x78\x31\xc4\xc7\x0f\x78\xcc\x7c\xc6\xd5\x0b\xd6\x12\xee\xba\xbc\x78\x3d\xdd\x30\xb8\xe8\x6c\x26\x1e\xd8\x82\x51\x61\x74\x7e\x98\x8d\x6d\x94\x2f\xa7\x15\xec\xa4\xf9\x60\xa9\xcb\x7c\xaf\x31\x3a\xcc\x8f\x30\x39\x19\x4f\x51\xde\x77\xc6\x7e\xe2\x67\x77\xda\x9d\x48\xd9\xbb\xc5\x5e\xd6\x13\xd0\xc8\x4c\xd5\x61\xff\x33\x05\x5f\xee\xa4\xb8\xf9\xcc\xea\xd8\x98\x18\x53\x27\xdd\xba\xd1\x09\xed\xa4\x96\x29\xad\xa3\x27\x9f\x4c\xa2\x95\x2a\xeb\x12\xf3\x28\xb3\x1c\x99\x89\x79\xb2\x90\xf5\x72\xb2\x46\xc4\x30\x03\x3e\x32\x8d\xe6\x47\x56\x58\x01\x2b\x82\x6d\x2c\xa5\x37\x72\xfc\x29\xf3\x83\x8e\x87\x7d\xa6\xf1\x4b\x17\x71\x70\x48\xf0\xa5\xe4\x71\xe1\xfe\x52\x32\x0f\xc8\x43\x7b\x33\xbd\x85\xa5\xff\x6e\xa5\xb7\xe4\xf4\x64\x1b\xdd\x34\xc9\x3c\xa0\x59\xcd\xa3\x88\x85\x31\xf5\x49\x2c\xbd\x85\xf1\xe9\xac\x03\x34\xda\x88\xfb\x06\xc9\xba\x38\x86\x05\xdc\x1f\xab\x83\x36\xdf\x48\x34\xd5\x49\x27\xf4\x5e\xed\xcd\x51\xc1\x0f\x93\xfb\x45\xe5\x5a\x71\x7e\xc8\x4d\x6e\x4c\x11\x92\x7f\xa1\x2b\xc5\x7f\xde\x05\x13\xca\xb8\xf9\xa1\x96\xb4\xe3\xca\xf7\x73\x20\xff\xf2\xb7\x2e\x27\xa6\x52\xfe\x4b\x56\xe6\xca\x4b\x8f\x26\xde\x68\xbe\x41\x0a\xad\xf4\x79\xbe\xb9\xb4\x72\x9d\x79\x5b\x4a\x2b\x54\x5e\x4f\xee\xb8\x71\x66\xc8\x27\x5a\x6f\xb3\xf6\xb2\xdf\xb2\x7e\x4e\x9a\xd0\xd9\x62\xbe\x90\xa7\x31\xc7\xb9\x7b\x59\x04\xfd\x8a\x4b\xff\x9d\xb4\x2a\x2d\x74\x8e\xa1\xfd\xdf\x9c\x9e\x1c\xdf\xd3\x0a\xd8\xef\x49\x9f\x0e\xd0\x2e\x65\x3c\x58\x37\x63\x58\x73\xee\x4a\x62\x54\x2f\x9d\x7e\xa7\xbb\x77\x3a\x3d\x45\xdb\x0a\xe6\x09\x34\xb6\xe7\xf7\xae\xba\x2d\x5b\x54\x74\x9d\x35\x65\x2b\xf3\x41\x2e\x94\xe8\x10\x23\xe4\x82\x5f\xe7\x36\xfc\xf7\x41\xcc\x6b\xe9\xc8\xcc\xde\xf3\x75\x79\xc7\x76\x71\xb7\x3b\x65\xf4\x0b\xeb\x02\xe9\xee\xeb\x62\x10\xf3\xe6\x64\x9d\x98\x0b\xba\xd9\xf4\xe4\xe7\xdf\x94\xd0\xfc\xba\xa0\xf7\x84\x78\x41\x45\x6f\x3e\x12\xcf\xa4\x40\x9c\x2b\xaa\xfa\x04\x09\x3e\x04\xf3\x85\xfe\x17\x0f\x68\x96\x2e\xcf\x6b\x2b\x83\x24\xca\x62\x16\x09\x87\xa9\x0f\xeb\x58\x2b\xe6\x01\xc9\xba\x38\xfd\x1b\x30\xff\xa9\x7b\x4a\x16\xcd\x4a\x3d\xc1\x03\x6a\xac\x94\x47\x6f\x5b\xf5\x71\x61\x0d\x3e\xd0\x65\x11\x1f\x57\xc2\xb9\x4f\xd0\x95\x57\x1d\x29\xb2\x4a\x1a\x0c\xa0\x3c\x78\xb5\xd2\x8c\x22\xeb\xaa\x3d\x33\x5c\xaf\x3a\xbb\xd2\xcc\xba\x9a\xe8\x4f\xfc\xb8\xd2\x32\x66\xea\x95\xea\x25\xd0\x13\x5c\x6d\x7d\x92\x66\xf4\xd5\xa2\x2b\xf4\xc4\x57\xb6\xdf\xa7\xf3\x47\x49\xd8\x3b\x8a\x87\xcb\xb5\xd8\xef\x73\x82\x37\x59\xbd\x7f\x92\xdc\x17\x6c\xf1\xa1\x38\xba\x99\x5f\xf0\x6b\x02\xe5\x05\xbb\xcb\xac\x8b\x33\xa3\x79\x0a\xed\x03\xa7\xae\x4a\xa7\x68\x35\x4b\x13\xba\x38\xbb\x8f\x71\x3f\x9c\x97\x1c\xe7\x7d\xba\x9f\xa2\xef\x77\x4b\xcb\xa3\xfd\x46\x6b\xbf\xb3\x94\xfd\x1a\x59\x14\xd1\x2e\x59\xb5\x75\xb1\xc8\x0b\x25\xa2\xf2\xe7\x86\x18\x87\xdb\xe6\x5a\xb4\xd3\xbe\xd5\xae\x3d\xfd\x4b\x37\x2b\xfa\x53\xe4\xdd\xa9\x1c\x47\x27\x96\x3b\x17\x66\xd2\x8e\xec\xee\x32\xde\x47\xdc\xb2\x63\xe8\xe4\x5e\xef\xed\x74\x72\xbd\x5d\xce\xca\x4d\xb7\x46\x1c\x63\x5d\x98\x07\xe7\x88\x67\x77\x53\xef\x2e\x31\x6f\x6e\x36\x78\x41\x27\xe2\x6b\x89\x9f\x69\x07\x53\x5d\x0f\x45\x1e\x17\xe9\x7f\xf0\x1f\xfe\x2e\x05\x3a\x5c\xe3\xfa\xad\xce\xce\xc0\xef\x45\xcc\x7f\xa8\xc2\xfb\x0b\x81\xde\x09\x0a\x6f\x80\x01\x6a\x40\x59\x08\x30\x24\x87\xfb\x1a\x98\x59\x70\x9d\xff\x14\xc5\x6c\xa8\xc7\x75\xdd\xb9\x8f\x19\xf7\x3f\x55\x02\x2c\xf2\x03\xb2\x97\x00\xcb\xb3\x80\x13\x21\x80\x4f\x02\x70\xb2\x25\xb0\x69\x01\x70\xcc\x80\x31\x8b\x93\x4b\xb9\xe6\xef\x64\x2f\xc6\x02\xb2\x5e\x31\x07\xe4\x54\x36\x50\x6a\x02\xe4\x4c\x06\x1e\x86\x70\x8d\xeb\x87\x32\x20\xeb\x03\x20\x99\xfe\x40\xff\x40\xf5\x27\xfc\x87\x7f\xbf\xe1\x38\x35\xf5\x2f\x5a\xd7\xe2\x5e\x2b\x2d\xf2\xbe\xf1\x1e\x5e\x1b\x00\x7a\xe5\xc0\x73\x6f\xa0\x5d\x36\xf0\xa8\x37\xa0\x3f\x81\xef\xb3\x14\xe7\xa3\x9b\x7a\x40\xbf\x4a\xe6\xa8\x0c\xa1\xbe\xce\xc0\xe8\x61\x40\x7e\x39\x30\x21\x1d\xc8\xaf\x04\xa6\xc5\x03\xa7\x5c\x80\xd9\x96\x02\xf7\xbf\xc6\x75\x8e\x8a\xe9\x90\x99\xc4\x3a\x10\x47\x5a\x02\x1b\x74\x19\x07\xde\x9e\x05\x64\x56\x02\x7b\xbc\x80\xa3\xf5\x81\xd4\xb1\xdf\xea\xfe\x33\x53\x78\x8c\x15\xd9\xa7\x3c\x11\xc8\x6a\x02\xbc\x4d\x62\x8e\x84\x24\xf4\xef\x15\x36\x31\xee\x27\xf8\xff\x0f\xf8\x0f\x3f\xd2\xbf\x90\x79\x0f\xef\x4c\x81\x5f\xf6\x7c\xeb\xef\x20\xeb\x1c\x3c\xbc\xca\xfc\x87\xbb\xcb\x98\x27\x74\xcd\x9c\xf5\xca\x2f\x07\x03\x46\x77\xbf\xd5\xf9\xe7\x57\x30\xff\x41\xf1\xfe\x15\x71\x91\xfd\x06\xb0\x6d\x03\x1c\x37\x67\x5c\x33\xd3\x90\xb1\xb5\x0c\x6d\xc0\x2b\x0f\x48\x0e\x00\xd6\x3d\x01\x92\xed\x81\xb0\x76\xc0\x61\x3d\x20\xc6\xf4\x5b\xdd\x7f\x66\x3c\xf7\xfb\x57\xcc\xce\x12\x27\xe0\xa8\x36\x8f\xc3\x51\x73\xe0\xdd\x67\x20\xa3\x06\x0f\xe8\xa7\xfc\x07\x99\x07\x60\xfe\x5f\xfe\xc3\xf7\x3c\x88\x4f\xb9\xdc\x9f\xbf\xb2\x05\xa0\xa5\x0b\xbc\xd0\xf9\xc6\x7b\x68\x72\x0d\x78\x50\xc9\xf5\xdb\x37\x37\x02\x1d\xc3\x81\x6b\xf9\x80\x81\xe9\x37\xbd\x83\x73\x46\x80\x49\x09\x90\xaf\x0f\x8c\xbd\x06\xe4\x7c\x06\x2c\x4b\x80\x93\x9d\x80\x99\xb7\x81\xcc\x2f\xc0\xbc\x32\x20\xb9\x36\xe0\x3c\x1d\x48\xba\xc5\xb5\xd7\x87\x44\x6d\x76\x62\x1a\x10\xda\x12\x48\xc8\x61\x0c\xe8\x50\x7d\xe0\xf0\x30\xae\x0f\x3f\x1d\xc3\xbb\xb1\xcb\x8e\x40\xda\x58\xe0\xd7\x0d\x40\xea\x7e\xe0\x6d\xe5\x77\x3c\x98\x0b\x3f\xf1\x5f\xd4\x6d\x86\xa8\xfc\x9c\xff\xa0\xb0\x9f\x5f\x03\x1a\xa6\xc0\xa7\xe1\x40\x5d\x3d\xa0\x72\x38\xd7\x27\x3f\xd7\x65\x5b\xc5\x7b\x50\x07\x9a\x1e\xe5\x79\xa0\xe7\x08\x5c\xa9\x00\x3a\x96\x03\xe7\xdb\x01\x06\xc6\x40\xfe\x3a\x60\xe0\x55\xe0\xd4\x4b\x60\xd8\x2e\xe0\x84\x15\x30\xde\x8b\x75\x1c\xac\x7c\x80\xe4\x5a\xc0\xec\xdd\x40\xd2\x50\xc0\x69\x3f\x90\x60\x06\xac\xe8\x0e\xec\xdf\x00\xf8\xc5\x03\xfb\xce\x02\x21\x95\xc0\xfe\x60\xae\x81\x3e\xf0\x2f\x70\xf8\x01\x90\x78\x95\xb9\x24\x07\x6f\x03\x25\x03\x80\xa4\x15\x7c\xd7\x7e\xc8\x1c\x78\xbf\x0b\x48\x54\xad\x8e\xff\xff\xa7\x0f\x86\x66\x75\xff\xd7\xae\xfb\x8e\xff\xf0\x1d\xff\x43\xee\xf3\x21\xe3\xfd\x8a\xbc\x50\xcb\x17\xf8\xed\x12\xa0\xfc\x82\x75\x90\x54\x5b\x03\xb7\x7a\x00\x5a\x09\x40\xe9\x03\xe0\x97\x16\xcc\x59\x6a\x33\x93\x75\x4f\xba\x95\xb1\x56\x43\x1f\xc5\xee\x25\x1c\x30\x4d\x02\xd2\x83\x81\x31\x5a\x40\x8a\x19\x30\xb9\x3e\x70\x48\x07\xb0\x8d\xf8\x0e\xf7\xbf\xa3\x38\x01\x03\xf1\x99\x80\x9f\x12\xb0\x27\x0b\xd8\xa2\x07\xec\xd1\x04\xa2\xcd\x18\xe3\x54\xbc\x6b\xc5\x2e\x26\xeb\x2d\xf3\x25\xae\xce\x06\xf6\xd5\x03\xca\xcf\x2b\x4e\x13\xc0\x9f\x2b\x81\x78\x81\x57\xed\xba\x51\xdd\xff\xff\xe8\x20\xfc\x88\xff\xe0\xfc\x73\xde\xc3\x73\x71\x5b\x20\xf3\x1e\x48\x0b\x36\x9d\xe3\x40\x65\x13\xf3\xc0\x14\xf3\xa7\x48\x9f\xfb\x3c\xe4\x6b\x02\xed\x4d\xbf\xd3\x3b\x38\x02\x0c\xd0\x64\x1f\x86\x55\x00\x09\x8b\x98\x37\xb6\x3f\x5e\x71\x56\x01\xf6\xda\x33\xee\x1f\xfb\x07\xe0\x16\x03\xec\x2e\x05\x14\xeb\xe2\xee\x4e\xc0\xe6\x5b\x40\xb4\x2d\xb0\xab\x1c\x88\xf1\x03\x0e\xed\x05\x62\x1e\x72\xaf\x98\x38\x45\x7e\x48\x06\xe2\x7c\x80\x47\xf6\x8a\x53\x27\xf0\x31\x05\x88\x76\xfd\xb1\xff\x35\x75\x10\x56\x0b\x9c\xd3\xa3\x95\x18\x87\x79\xec\x9f\x3c\x0e\x35\x79\x0f\xbf\x8b\xdb\x82\x9f\xf1\x1e\x2e\x86\x00\xaa\x9f\x59\xd7\x47\x6b\x11\x90\xe3\x0a\xb4\x38\xc9\xa7\x08\xd2\x3b\x38\x03\xf4\x2a\xe5\x3e\x0f\x26\xba\x9c\xb7\xc6\xea\x02\xb1\xfb\x80\xa9\x37\x80\x18\x4f\xc0\x61\x20\xb0\x73\x3a\xb0\x64\x03\xb0\x33\x98\xb1\xdb\xc8\x34\x5e\x3f\x77\xd8\x01\x3b\xff\x04\x22\x95\x80\x83\x95\xc0\xce\x78\x20\xe7\x1a\x7f\x4f\x31\x0e\x8a\x3d\xe5\x93\xba\xdf\x74\x20\x6a\xfa\x5f\x93\xff\x21\xfb\xbd\xdc\xb7\x06\xff\x21\xb4\x46\x1c\xc8\x78\xe7\x7d\xb6\x32\xef\xa1\x66\xbf\x0f\x99\xf7\x50\xb8\x81\xf9\x13\xa7\x7b\x02\x6a\x12\xf7\x7b\xd0\x01\xe7\x01\xdd\xaf\xc0\x41\x03\xa0\x9b\x23\xb0\x6f\x38\x60\xb4\x9d\x79\x0f\x23\xe6\xb0\x1f\x96\xba\xc0\x0e\x1f\xc0\xee\x05\xb0\xcd\x17\x70\xd6\x03\xb6\xf7\x64\xec\x3a\xdc\x16\x08\x4e\x02\xc2\x7a\x03\xbb\x86\x00\xe1\x33\x81\xe4\xd6\x40\xd8\x7d\x20\x67\x25\x6b\x2b\x95\x2a\xfc\xbe\x01\x3c\xf5\x62\x0e\xd1\x97\xe8\xff\xea\x40\xc8\x38\x78\x4d\xbf\x6b\xea\x40\xfc\x54\xf7\x63\x77\x8d\x38\xf8\xbb\x46\x1c\x88\x71\xa9\xc2\xfd\x05\x3f\x20\x63\x0f\x50\x37\x09\x38\xb8\x1f\x68\x1c\x04\xec\x9b\x07\xb4\x8d\x62\xbe\x8b\x62\x5d\x8d\xf2\x06\x86\xd8\xb0\xce\xc3\x04\x5f\x20\xe4\x0f\x60\x7a\x38\x10\xa2\x0d\x38\xa6\x03\x9b\x94\x81\x55\xb3\x80\x4d\x79\xbc\x8f\xd8\xf0\x16\x88\x9c\x07\x04\x47\x02\x07\x15\x73\x45\x9b\x73\x4f\xf0\x73\xa0\xc4\x1d\x58\x3f\x1f\x78\xd4\x1c\xd8\x38\x0c\xf8\x3a\xf4\x1b\xff\x65\x95\xf0\xd7\xcd\xb9\xba\xdf\x8e\xc3\x6b\xf0\x01\x12\xd8\x7e\x78\x52\x3d\x0e\x64\xdd\x0f\x59\xf7\x42\xd6\xfd\xa8\x8a\x03\x51\x4d\x73\xb6\x2d\xdb\x33\xa3\xd9\x1e\x4d\x61\x7b\x48\x9c\xae\xf7\xd9\x03\x75\x7b\x71\xcf\xc0\xe6\x91\xc0\x0e\x65\xde\x87\x86\x27\x00\x03\x9b\xb2\xbe\x85\x62\x7e\x04\xb5\x04\xa6\xf4\x02\xd6\x1e\x64\xbc\x7b\xdd\x45\x60\xa5\xe2\x73\x3d\x20\x68\x37\xe0\x77\x0b\xd8\xf1\x02\xf0\x2b\x07\x0e\xc5\xb2\xde\x45\xf6\x14\x60\x4d\x1d\xe0\x72\x00\xe0\x67\x09\x3c\xe9\x05\xf8\xf6\x02\xfe\x05\xb0\x32\xa4\x3a\xff\xc3\x49\xf0\xe4\xe6\x8a\x7d\xa5\x5d\x5a\x75\x3e\x80\xcc\x83\xa8\x89\xfb\x3f\x8b\x64\x7b\x5f\xf4\x45\xb9\xd5\xab\x7a\x1c\x5c\x98\x2d\xe2\x40\xe8\x43\xc8\xb7\x08\x69\xa2\x1f\x4c\x92\xc0\xbf\x63\xc5\xf8\xed\x08\x03\xb4\x4a\x80\xd0\x22\x40\x71\x9c\x0c\x9e\x04\x18\x2e\x06\xd6\xef\x03\x46\x8c\x00\xfc\xf5\x80\x49\x2d\x78\x2f\x39\xc7\x11\xf0\xda\x05\x2c\xbb\x0c\x78\xb9\x72\x6e\xf7\x58\x09\xec\xd8\x0c\x78\x84\xb3\x66\xd0\xca\x1c\x20\x67\x02\xb0\x22\x15\xb8\xf2\x8e\xe3\xfd\xd1\x7a\xc0\xfd\x0a\xf0\x79\x35\xe0\xac\x5d\xe3\x7d\x0b\xbf\xad\x5f\x54\xe7\x3f\x58\xb6\xab\xce\x83\xa8\xe2\xbf\x08\x7e\x87\x8c\x7b\xdf\xde\x22\xfc\x17\x38\x7f\x15\xff\xa1\x36\xdb\x1c\xc1\x07\x38\x2a\x6e\x97\x0e\x8b\x71\xd8\x23\xf0\x62\xae\x4e\x03\x42\x4f\x33\x2f\x66\x63\x10\xf7\x5f\x0b\x48\x05\xba\xac\x04\x7c\xf2\x80\x81\x37\x01\x4f\x07\x60\xfc\x63\x60\x85\x27\x60\xbb\x05\x70\x0f\x01\x5c\xff\x05\xdc\xfc\x81\xb5\x93\x00\x97\x18\x20\x42\x0b\x70\x99\x0d\x24\x45\x03\xce\x3d\x81\xec\xc5\xc0\xa2\x67\xc0\xe5\x0b\x80\x93\x09\xf0\xc8\x00\x98\xdf\x1d\xf8\xb3\x05\x60\x27\x34\x13\xa7\x95\xfd\x98\xf7\x31\xd6\x52\xd8\xff\x8f\xb2\x2f\x8f\xcb\x39\xfd\xde\xbf\x2a\x6b\xf6\x64\x27\x59\xb2\xb7\x59\x2b\x51\x59\x8a\xd2\x66\x09\x6d\x52\x42\x29\x25\xad\xb4\x27\x5a\x48\x45\x51\xa4\x85\x92\xa5\x8d\xec\x4b\xc8\x3e\xc8\x32\x98\x31\x06\x59\xc7\x18\x86\xc1\x2c\x06\xfd\x5e\xef\x73\xee\x77\x29\xe3\xfb\x79\xfd\xfe\xf0\xba\x5f\x4f\xe5\x79\x9e\x73\xbf\xcf\x7d\xee\x73\x9f\xeb\xba\xaf\x23\xe2\xe6\x78\x11\x47\x1b\xf2\x5f\x7e\xdc\xc0\xe3\x2d\xd1\x6d\xfd\x62\x7a\x7d\xfb\x8f\x9c\x10\xf6\x0b\x55\xcd\x62\xc1\x03\x91\xf9\x1f\x9b\x85\xae\x52\x9a\xf8\x7d\x82\xe8\x1f\x13\x15\x01\xb4\x2c\x03\x96\x5b\x02\x3d\x9d\x98\xbf\x24\xe5\x17\x7e\x69\xbc\x3e\x16\x47\x00\x0e\x9f\x01\xcf\xf7\x80\x8f\x3d\xb0\x60\x3c\x10\xed\x0e\xcc\x7b\xc7\xb1\xd3\xb5\x35\xb0\xbd\x2d\xe0\x5c\x01\x1c\xf8\x07\x70\xba\x03\x5c\xcc\x07\x1c\x94\x81\x9f\x93\x00\xfb\x0e\xc0\xdb\x28\x60\x86\xc8\xab\xad\x14\xeb\xdb\x2d\xdb\x6b\x14\xc5\xa3\x81\x58\x3f\xa3\x44\x5e\x2d\xf3\x5f\x6a\xf9\x3f\x0d\xf9\x2f\xc2\x7e\x99\xff\x72\x40\xec\xa3\x32\xff\x65\x87\x58\x2f\x39\x62\xfd\xa4\xc7\xf1\xc8\xb7\xdc\x80\x98\xb6\x5c\x85\x0c\x92\x3e\x27\x16\xf0\xbd\xad\x58\xd5\xf1\x28\xe0\x79\xa3\xf1\xfa\x21\xa1\x80\xfb\x8a\xa6\x11\x26\xbb\x01\x97\x65\xcd\xdb\xd9\x4d\x01\x1c\x8d\x9b\x9f\xf7\x74\x06\x66\x3d\x50\x6e\x12\xde\x18\x98\x91\xa5\xdc\x32\x45\x05\x98\x9a\xa5\xac\xba\xb5\x11\x60\xa3\xd5\xfc\xda\xbe\xb6\x80\xe5\xd3\xe6\x41\xe7\x42\x80\x29\xcd\x9a\x7d\xfa\xf1\x0e\x60\xbe\xbf\x99\xff\xab\x01\x80\x99\x67\x53\xea\x47\x6c\x72\xa6\x11\xe1\xd8\xa3\x7f\x54\xa0\xfa\x8b\xcc\xf7\x18\x26\x78\xd5\x3a\x42\x6f\x4e\x53\x9c\x25\xbe\xe2\xbf\x08\xfb\x2b\x85\xdf\xcb\xfc\x97\xfd\xa3\x41\x55\xa2\x92\x9f\x15\xa8\x6e\x50\xf0\x9b\x12\xe1\x17\x59\x27\x9b\x11\xba\xb2\xfe\x7c\x6b\xaa\x4f\xac\x51\xe1\xfe\x31\xd1\xd5\xed\xe8\x7f\x06\xa5\x72\xe0\xf4\x98\xd5\x81\xea\x96\x73\x9a\x74\x7a\xde\x2a\x01\x98\xf5\xa8\x6b\xf3\x3e\xa5\x58\x3a\xad\x49\xb7\x31\xfa\x79\x0a\x43\x2c\xff\xe8\x96\x61\xdd\x44\xe1\xf8\xa4\x4f\xdd\x3b\xbb\xa5\x29\x2e\x99\xd8\xab\xdb\xeb\xa0\x12\xc5\xa7\x26\x1a\xdd\x9e\x26\x6a\x2b\x4d\x1f\x6b\xd2\x2d\x25\xab\x5a\x29\x72\xf4\x81\x6e\xbd\x4b\xb5\x94\xbc\xf5\x83\xba\x5e\x3c\xf5\x58\x69\xe4\xa8\x5b\x5d\xed\x6e\xde\x53\xdc\x39\x32\xb6\x6b\x9b\x5f\x9b\x2b\x7c\x1c\x7e\xa4\xcb\x87\x9a\x1a\x85\x61\xda\x77\x3a\x92\x9e\xc1\x10\x5b\x95\x41\xd2\x38\xc0\xb4\x35\xf5\xbb\xe8\x33\xbd\x25\xd5\x25\xfb\x58\x36\xa7\xfe\x07\xea\xad\x9a\x6c\x90\xc6\x86\xfc\x97\xb3\x22\x6e\x56\x08\xbe\xd7\x7e\xa7\x66\x84\x67\x17\x57\xb7\xa0\xee\x02\xdb\x87\xb0\x5d\x59\x01\xcc\x7f\x49\x39\xd1\x83\xfb\xc0\xe8\xf6\x24\xfc\x32\x92\x4e\xe7\x40\xe0\xf0\xbe\x74\x2f\xda\xa3\xaa\x1f\xe1\x5f\x0e\xaf\x06\x10\x3f\x66\x8a\xe2\x10\x45\xc5\xcd\x80\xa9\x82\xa6\x6d\xd7\x79\x08\x1e\xeb\xa7\x19\xa3\x63\xac\x34\x54\xef\xa5\xe6\x4e\xd3\xd2\x46\x8b\x87\x79\x6b\xe6\x3a\xfc\xd3\x78\x83\x56\xb6\xa6\x86\x6f\x7e\x93\x0d\x83\xd2\x87\x1c\x58\xf1\x53\xd3\xa6\xfd\x17\x0d\x31\xde\x38\xa1\xa9\xa2\x46\xb7\xc1\x19\xbb\xd4\x9a\xdc\xec\xd3\x6f\xb0\xed\xf1\x3e\x4d\x16\xf7\xca\x1a\x74\xeb\x5a\xbf\xc6\x67\xd4\x67\x0c\x3a\xf8\x44\xb9\xd1\xf7\x3d\x73\x07\xe5\xfd\x1b\xa4\xb4\xa1\x47\xb3\xfe\x69\x35\x35\x8a\x93\xbb\xde\xec\xbd\xbe\xa6\x46\xc1\xa8\x63\x8d\xda\x49\xc9\x5e\xd5\x9b\xdd\x88\x2f\xa4\xb2\xb7\x33\xdd\xc7\x69\x37\xb2\xa3\xa6\x34\xca\xfa\x37\xb5\xfc\x9f\x81\xcd\xa8\x2a\x56\x3e\xab\xb5\xc0\x7f\x99\x17\x90\x57\xcd\x7c\x90\x86\xfc\x97\xb8\x2b\x8c\x42\x45\x88\x3e\x22\x01\x18\x4a\x19\x96\x67\x16\x77\x2f\x70\xf4\xe6\x5b\x46\x56\x8f\x0c\xe8\xf6\xdc\x98\x2a\xc6\xd3\x75\x9f\x18\xed\x69\xbb\x16\x18\x74\xd1\xe8\xd7\xfe\xc5\x8a\xbd\x34\xa6\x19\x9b\x19\x99\x2b\xde\x51\xdf\x6a\x3c\xd5\xae\x8b\xe2\xc7\xee\xbf\x1a\x0f\x5f\x74\x5a\x71\x4f\xd7\xbe\xc6\x4d\x23\x1f\x29\x9c\xee\xbc\xd4\xf8\x5a\x5a\x02\xd0\xe1\xb1\xd1\x5f\x85\x8e\x40\xfb\x04\xa3\x7e\x47\x5c\x81\x76\xa7\xc6\x4e\xbc\x12\x00\xb4\x79\x33\x26\xfa\xa1\x01\xd0\x7a\x84\xe1\x0f\x7f\xdd\x07\x94\x6f\xeb\xdd\x90\xec\x6b\x16\x3e\x9c\xee\xf9\x37\xce\xd5\xce\xa1\x71\xd1\x20\xaa\x43\x29\x8d\xeb\xcf\x75\xda\xfd\x7d\xa9\x1f\x46\x2d\xff\xc7\xa2\x15\x79\x40\x99\xb0\x7b\x47\x15\xc3\x2e\xb9\xc1\x2c\xb3\xbc\xe1\x85\x16\xdd\xc7\x4c\x3e\xa3\x43\xaa\xd9\xf1\x6a\x23\xab\xf9\xf9\x1b\xd0\xf3\x0e\x4c\xe0\x8d\xd2\x0b\x8c\x46\xb9\x94\x31\x7e\x6e\x5b\x65\x46\xfa\x08\xe3\x34\x27\x93\xfd\x3a\x39\x96\x14\x81\x7b\xf4\xb6\x51\x6a\x7c\x03\xe8\x14\x62\xdb\xb5\xa7\x1d\xa0\xd2\xd7\x36\x59\xaf\x37\xd0\xaa\xc8\x36\xcd\xfa\x0a\xd0\xfc\xb5\xad\xa2\xfb\xaf\x40\x93\x00\x9b\xdf\x96\x5b\x03\x4a\xce\x36\x51\xc9\x23\x00\x85\x5e\xd6\x15\x5b\xa9\x52\x6a\x55\x7d\x80\x3a\x2c\x58\x5e\xbc\x48\xb8\xe0\x94\xdf\xef\xd1\xcd\x42\x8b\xa7\xef\x9a\x49\xa3\x99\xd0\x65\x1e\x27\xf0\x2b\x43\x67\x1e\xf5\xb7\xf1\x38\xbc\x8c\xc7\xa1\xa4\x8b\x71\x4c\x4d\x25\x8f\xed\xef\x46\xb8\xe4\x2e\xab\xfe\xd9\x6c\xbf\x26\xf9\xf7\xc6\x43\x23\x22\xd8\x7e\x7d\xca\xb8\x56\x9d\x60\x3d\x98\x28\x5f\xd6\x09\x09\x74\x9b\x4c\x28\x83\xb7\x0a\xdf\x2a\x73\xa9\xb2\x22\x1c\x68\x7a\x47\x5b\x9a\xb7\x49\xaa\xd3\x08\x3d\xd0\xf7\x62\x74\xaa\x6f\x8e\x3d\xf1\x49\x5a\x1a\x38\xd3\xfb\x2a\x5c\x9b\xe3\xad\x4a\x76\xcd\xe9\xad\x4d\x7b\xb7\x73\x24\xcf\x98\xd3\x13\x56\xd8\x70\xbe\x14\x4c\x75\x59\xa7\x2a\x46\xd0\x1c\x73\x72\xa8\x8e\xef\xa8\x52\x4e\x75\x7f\xfb\x57\xe7\x08\x51\xb1\x77\xbe\x43\x08\xfa\x6c\xab\x37\x14\xd3\xed\x84\xdd\x36\xa2\x1f\x88\xb9\xd0\x2f\x37\xf5\xaf\x3f\x3f\x63\xe9\x9e\x7b\x79\xa9\x06\xed\x7c\x3b\x4f\x0c\xa1\x0c\x28\x4f\x87\xfd\x39\x43\x89\x6f\x0f\x26\x7b\xf3\x73\x8e\x33\x30\xfb\x83\x9f\xbf\x39\xe9\xc6\x04\xea\xf0\xed\xca\xc5\x3a\x7c\xeb\xd6\x55\x87\xed\x9c\xad\x32\x9b\x32\x12\x2b\x1d\xe6\xc1\x18\x45\xcd\xa1\x1d\x46\x47\xdf\x95\xd0\xe8\xae\x87\xdc\x69\xfe\x14\xe3\x3d\x44\x04\xf6\x7c\xa9\x4a\x8c\x1b\x4f\x5b\x6d\x62\x9e\x78\x7c\x9a\x44\xb8\xb7\xa7\xb9\x33\xe5\x30\x9e\xea\x7c\xdf\xdf\xe3\xaf\x04\xb2\x73\x61\x4e\x16\x7d\xb3\x05\x93\x4b\x28\x62\xcd\x4f\x39\x4d\x88\xe3\x7c\x7f\xe6\x3c\xcf\x9b\xfb\x92\x90\x49\x57\x81\x5b\x39\x89\xfb\x79\x76\xc2\xee\xa9\xe2\x5e\xaf\x95\xe8\x63\x6e\x41\xfa\x31\xbb\x2b\x74\xfe\xe0\xe7\xcf\xfe\x9d\xa9\x3d\x9e\x32\x86\xe4\x46\x13\x89\x17\xb8\xea\xb4\x25\xed\x1c\xd1\x3a\xd3\x29\x82\x06\xa5\x32\x0f\x66\x89\x1a\xab\xf0\xbb\x07\x38\x51\x97\x01\x87\xf8\xb9\x0a\xbc\x0e\xdc\xa8\x9e\x6d\x6a\xb1\x80\x70\x8e\x91\xb7\x18\x95\x1b\xa8\xc6\x65\xea\xf6\xe5\x3e\x22\x43\x17\x42\x75\x08\xd0\x66\x9d\x7f\xff\xa1\xda\x84\x6b\xfa\x97\xb1\xa7\xf9\x3f\x72\xa4\x25\x19\xd0\x6a\x09\xe1\x36\xfe\x76\xb1\x4f\xf9\xf7\x99\xe4\x27\x4b\x77\x14\x91\x2e\x8a\x5f\x3a\xdf\xa0\xf4\x8b\xfc\x9e\x3e\xd9\xd7\xe8\x29\x9d\x8d\x7c\xa7\x7e\x26\x3c\xd8\x43\xf8\x43\xc3\x79\xb1\xf7\xf9\x72\x7e\xb6\xf5\x1c\x47\xa8\x79\x46\xe2\x44\x8a\x94\xeb\x34\xa7\xdc\xe7\xf5\xcf\x17\x2e\xa2\xab\x67\x53\x06\x11\x32\xcc\x99\x4e\xdc\x7e\xea\x73\xe9\xf7\x0b\x0a\xdc\x57\x90\xd7\x66\xb1\x9d\xd3\xa2\x3c\x88\x3f\x66\xd1\xca\x8b\xd4\xf6\x8d\xec\x7c\x89\x47\xa1\x6b\xcb\x3a\x29\xbd\x9a\x07\xd0\xff\x6b\xb1\x74\x99\x38\xe9\x87\x0b\xdc\x37\x3c\x8b\xe7\x21\xac\x4a\x93\xbe\x49\xd8\x9d\x09\xf4\x89\xe1\x57\xf9\xbe\x7f\xf8\x55\x1f\xc2\xa5\xc2\x6b\x56\xd0\x99\x27\x3c\x72\x03\xe5\x2a\x61\x37\x0a\x29\x97\x0d\xb3\x3d\x46\x19\xca\xf2\xd1\x57\x48\x89\x7e\x99\xe1\x03\xc2\x2d\x42\x54\xfe\x64\xdd\x18\x71\xbf\xdd\x47\xf0\xc4\x3c\x04\x8e\xe3\x2e\x78\x20\x73\x7f\x90\xc6\x2c\xb5\x29\xb4\xea\x52\xd3\xa7\x92\x1f\xac\xd9\x6b\xcf\xaa\x22\xfe\xcc\x73\x0a\x49\xe4\x3e\x41\x4b\x77\x2c\x20\x3c\xca\x43\xf4\x4f\x71\xed\xcd\x3c\x27\x99\x07\x63\x5d\xc4\x4f\x6d\xa2\x46\x00\xcd\xcb\xa8\xd2\x10\xb2\x66\x50\xe4\x72\x8a\x37\xdd\xb2\x59\x57\xa0\xd1\xdc\x68\xb1\x53\xaf\x12\xf3\xb0\xaa\x80\xef\xfb\xaf\x74\xd6\xa2\xef\x1d\xb7\x89\x23\x6d\xdc\xaa\x59\x64\x77\xdc\xd5\x45\xe4\x79\xab\x96\x45\xa8\xb0\x87\xae\x23\xc4\x7c\x55\x51\x3e\x71\x96\x57\x7a\x1e\xa0\x15\x1d\x5b\x79\x91\xfa\x67\xc4\xac\xfd\x69\x2c\x3f\xc1\xdf\x99\xc9\x22\xe2\xa1\xcc\xff\xa8\xd5\x45\xd1\xe4\xd1\x7b\xbc\x34\xa6\xab\xcc\x20\xbc\x32\xa9\xf5\x1c\xb2\x23\x36\x99\xfd\x7b\x99\x21\xf3\x22\xfc\xcb\x3c\x09\x3d\xf1\xf6\xf0\xa6\xd9\x77\xf7\x5b\x4a\x51\xc8\xd1\x99\x75\x42\x66\xb8\x32\x4f\xc0\x7c\xcb\x72\x5a\xe5\x46\xd7\xc3\x89\x37\x31\x2c\x2a\x8a\xe6\xb7\xef\xc9\x15\x14\x4f\xda\x3f\x5c\xc9\x27\xd4\xa3\xab\xc5\x0d\x8f\x14\x4d\x05\x5a\xf7\xc9\xe7\x3a\x51\xa4\x4d\xa9\xd4\xa4\x4f\x48\x51\x19\x47\x7d\x93\x52\xfa\xd8\x51\xc4\x4d\xd9\xeb\x49\x48\x59\x4a\x00\x23\xf2\x29\x36\x29\x14\x1f\x52\x5a\xf3\x59\x26\xf9\x4d\x39\xc5\x85\xa4\xb8\xb3\x84\x5b\xad\x09\xfa\x81\x7e\x9f\xd4\xeb\x37\xda\x01\x12\xa3\x3e\xd3\x13\x5e\xd9\xb8\xa6\x1e\x5f\x68\x99\xc0\xb5\x82\x88\x17\x92\x54\xed\x42\xcf\x39\x36\x91\xfb\x04\x85\xbd\xf1\xa0\x3c\x31\xa8\xb9\x37\xb1\xb0\x16\xa7\xf9\x51\x86\xb9\xc0\xcb\x9f\xa2\xb4\x73\x9f\x10\x42\x87\x66\x79\x85\x93\xca\xbe\xb5\x79\x24\xb1\x93\x4c\xed\x63\x68\xf6\xf5\x23\x62\xe9\x24\xaa\xf5\x84\xd1\x58\xf5\x31\xab\x09\x65\x6a\x93\xb8\x76\x34\xdb\x9f\x26\x4e\x66\x19\x95\x3c\x0f\x19\xc6\x3c\x0f\x99\xaa\xbc\x43\x67\x24\x1b\x97\xf1\xc8\x2b\x73\xe3\x8d\xf9\x94\xa1\x6d\x6c\xc3\x9d\x6b\x32\xb5\xd7\xd0\x8e\xbc\x49\x83\x15\x27\x32\x36\xed\x71\x94\xc6\x0d\xfb\x2b\x49\x3f\x62\x63\x8b\x5b\xb4\x22\x37\xe8\xfd\x42\x67\x86\xf4\x21\x9f\xe9\x73\x52\x04\x6f\x30\xe1\x26\x8f\xf2\xbc\x70\xbf\xa0\xb8\x8b\x0b\x09\x87\x0b\x7f\xc9\xcf\x3b\x78\x2e\xf7\xcb\xf1\xf5\x0e\x24\x2f\x5d\x78\x3c\x84\x3e\xcd\x75\x5b\x38\xf1\x7f\x1c\x02\xa3\xa9\x42\x31\x1d\xab\xe8\x6b\x4f\x36\x5e\x45\x7e\x60\xe2\xc1\x7c\x98\x91\xa7\xd7\x12\x9e\x37\xb0\x2a\x99\x4e\x64\xdd\xbb\xaf\x23\x82\x6e\x8b\x3c\xb9\x4f\xd4\xe6\x46\x3c\xe6\xe9\x2a\xd0\x99\xbd\x96\x0f\xf3\x6c\x30\x31\x67\x72\x87\xf1\x0e\x95\x3b\x7c\x2a\x45\xa4\xdc\xab\xee\xe4\x41\x5b\xd7\x06\xd3\x8e\x9b\xeb\x92\x40\x71\x32\x37\x82\x15\x29\xf2\x2e\x94\xd2\x27\xe6\x98\x54\x90\xa7\x66\x5b\x55\xd1\x93\xcd\xbe\xfc\x94\xee\xcf\x67\xd7\x70\xad\x29\xf3\x25\xdf\xb9\x91\x79\x31\x6b\xc5\x7e\x91\xb8\x8b\xea\x57\xa2\x1f\x56\x48\x22\xeb\x00\xf9\xcf\x0a\xa5\xbc\xd0\xeb\xd7\x08\x8a\xc6\xee\xc7\x57\x50\xdc\x77\xca\x62\xdd\xa3\x59\xcd\x13\xe8\xdb\x5a\x29\xac\xa6\x75\x61\x6a\xc2\xac\xc6\x31\xb6\xeb\x68\xfe\x74\x17\xa7\xd1\x2e\xd6\xaf\xfb\x06\xf2\x8f\x4e\xf7\x36\x91\xdf\x34\x6b\xbf\xa5\x80\xed\xdf\xe6\xc9\x63\xa1\xb7\x02\xed\xb8\x85\x7f\x77\x24\xcf\xd9\xf1\xf3\x20\xda\x27\x77\x04\x8e\x21\x85\x81\xc2\x12\x5b\xaa\x95\xee\x58\xe6\x4a\x67\xd8\xc2\x0b\x01\xf4\xf3\x1d\xbd\x56\x52\x8d\x64\x87\x5a\x06\xeb\xc9\xa8\xed\x32\xe6\x91\x91\xe5\xc2\xec\x2a\xda\xe1\x0a\x5e\x72\xbf\x9c\x82\xca\xf7\xc4\x6c\xdd\xd6\x8a\xed\xde\xd2\xbf\xa6\x1e\x2f\x26\x9d\xfc\x21\xec\x1e\xeb\x00\x05\xea\x70\x1c\xf3\x71\x67\x7e\x9b\x87\x1a\xf3\xfa\x5c\xef\x26\xd0\xac\x3a\x34\x4d\xa2\xdd\x7d\xea\x2f\xc9\x14\x47\xcd\xcf\xad\xa7\x13\xea\xb8\xc7\xdc\xdd\x4b\x6f\x6f\x26\x45\x71\x6d\x5d\xde\xdd\xfb\x24\x32\x5b\xa5\xa3\x0e\xaf\xe2\x26\x49\xdb\x45\xa5\x4f\xe6\xc3\x94\x66\x2b\x10\x8f\x49\xe6\xc3\x94\xfe\x32\x68\x01\xbf\x66\xfd\x87\x32\x35\x66\x70\x96\x66\xbb\xea\xf0\xcf\x97\x92\xbd\x65\x9e\xb1\x82\x2f\x93\xce\xba\x30\x6a\x8c\x77\x97\xf9\x1f\xa6\xf5\x53\x3c\xf3\x02\x31\x5a\x4a\xcf\xdd\x27\x7f\x2a\x49\x7d\xab\x8e\x2f\x74\x51\xb6\x0b\x1e\x6d\xde\xad\x9a\x2f\x78\x31\xcb\xce\x44\x53\xa5\xd6\xf7\xce\x0a\x62\xa7\x7a\xa1\x7e\x5f\x2c\xe7\x01\xa9\x84\x7f\xcf\xea\x98\x46\x95\x28\x1b\x83\x0c\x52\xad\x9a\x34\x7b\x13\xed\x93\x63\xef\x31\xff\x49\xd6\xc5\x19\x6c\xcd\x76\xf7\xea\xcc\x27\xf2\xf6\x8d\x76\x50\x05\x53\xb1\x77\x91\xd0\x3b\xf8\x8a\x0f\xe3\x2f\xf8\x30\x15\x03\x28\x63\x3f\xd4\xda\x80\x22\xd1\xa1\x76\x96\x11\xfc\x77\xdc\xe1\xed\xb0\xf1\x92\x2a\x7e\xcd\x91\xe8\xd0\x7c\x66\x62\x1d\x5a\xc2\x1d\x7b\x0e\xbd\x3e\x90\xc2\x3f\xbf\x48\xcc\x84\x03\xfa\x77\x88\x47\x73\x68\xe8\x1f\xb4\x53\xcb\xba\x28\xa5\xcd\x78\xdc\x65\x26\xe6\x85\xf8\xa5\x01\x53\xe2\x89\xad\xe8\xf3\x22\x89\xf2\xe0\x85\xe6\xa9\xc4\x6a\x76\x8d\xe7\xf5\xec\xe8\x9d\x41\xd1\x76\x3a\xd8\x5e\xcb\x48\xe6\x85\x98\xda\x6d\x25\x3f\x18\xbd\xb4\x80\xd4\x8d\x86\x65\xb3\xdd\x83\x87\xee\xa6\x6c\xbf\x87\x1a\xb3\x54\xda\xba\x96\xd2\xc2\x53\xf0\x90\xed\xff\x8a\x0f\x53\xd2\x9e\x98\xfa\x15\x35\xfd\x0b\x78\xe4\x93\xd9\x49\x15\x73\xf2\xc8\x13\x37\x9d\xc8\x9e\x53\xed\x7d\x69\x1f\x3d\x19\xc1\x0a\x65\x27\x9a\xa6\x50\x5e\x75\xaa\x98\x71\xff\x53\xc5\xac\xd0\x71\xa2\xf4\x2c\xed\xb3\x27\x14\x7f\xa4\x7d\xf4\xc4\xa3\xdf\x28\x92\x1f\xff\xf3\x73\x16\xbe\xe0\x7f\xc8\x7d\x82\x4a\xa9\x8f\xf1\x92\x37\x82\x07\x14\x97\x1e\xcf\x7e\xc0\x7c\x18\x17\xaa\x30\x03\xb3\x3d\x73\x28\xfb\x9f\x76\x7d\x1b\x45\x61\xf3\x2d\x05\xe4\x9d\x26\xab\xb8\x12\xa9\x37\x62\x37\xe5\x19\xba\x6a\xdc\x27\xaa\x7f\x76\x39\x55\xe8\xba\x77\x2f\xa7\xfc\xba\xad\xe2\x41\xf6\x83\x13\x47\x44\xa5\x4e\xe6\xc3\x9c\x75\x16\xe3\x3a\x55\xf1\x9a\x95\x2e\xcf\x5a\xe8\xd1\x7e\x70\xf6\xa5\x39\xf9\xf3\x39\x53\x7b\x3a\x3f\x9d\xf7\xf6\xa6\xb8\x7f\x21\x22\x8c\xfa\x46\x5d\xd0\x4c\xa6\x95\x7a\xe1\xe7\x3c\xf2\xb8\x0b\xb6\x7b\x69\x3c\xf7\xfc\x54\x26\xff\xbf\x9b\xf4\x64\xce\x1d\x7b\x46\xf9\x59\xe5\x99\xb7\xb4\x73\x9d\x1c\xc3\x71\xf2\xa8\xe0\x47\x1d\xa2\x7c\xaa\x21\x0f\xc8\x55\x87\xfd\xdb\x51\x75\x1b\xad\x13\x3b\x9d\x42\x8a\x3a\x72\x7f\x2c\xb3\xd7\xbb\x89\x8f\x6e\xec\x56\x4a\xf1\x6f\x54\xea\x5e\x5a\x47\x5a\x76\xfb\xe9\x5b\xf6\x7d\x7d\x88\xf2\xf4\xae\x93\x38\x6a\xb5\x2c\x3a\x9e\x84\xff\xec\x17\x75\xf9\x36\x8f\x57\x74\xb8\x62\x73\x45\xa7\x0f\x79\xd2\x95\x34\x3e\xc9\x5e\x2a\x35\xa5\x0c\xfc\xf2\x2f\xb3\xc9\x43\xaf\xfc\xe5\x41\x3a\x30\x55\x45\x9c\x47\x54\x65\x25\x51\xa4\xae\xf2\xda\x42\xfe\x72\xe5\x65\x09\xe5\x9d\x55\x79\xac\x43\x78\xe5\xf7\x1b\x14\x77\x2e\x45\xdd\x3f\xc3\xef\xf7\x96\xf6\x91\xda\x3e\x41\xed\x78\x3e\x4e\x50\x9f\x98\x9a\x2f\xf8\x0f\x6a\xea\xc0\xc7\xbb\x40\x4f\xe3\xfa\xbc\x07\xb5\xe2\x3a\x9d\x83\x47\x6b\xb8\xfe\x2e\x9d\xed\x06\xbf\x01\x6e\xfe\x03\xe8\x3c\x66\xbd\x0b\xe9\x84\x26\xdf\xf3\x3f\x6b\xc8\xfa\x0f\xb2\xbe\xff\xb1\x2a\x60\xe6\x23\xe0\xd0\x7b\xbe\x43\xb8\xf7\x2d\xb0\xe0\x2d\x50\x7c\x0a\xf0\x9e\x0d\xec\x7e\xcd\x35\xf7\x5d\xb1\x40\x74\x6b\xc6\xed\xa5\xf3\xe5\xae\x24\x20\x63\x0e\x50\xf4\x06\xd8\x5e\xce\xf7\xe1\xa5\x99\x2f\xf5\x05\x4e\x9f\x03\xca\x0f\x02\xb7\x63\x80\xf2\x4a\xe0\xc9\x6b\x60\xdf\x7d\xe0\xaf\x99\x7c\x7f\xb8\xe6\xff\x03\xff\xaf\x11\x3a\x17\x9f\x57\x01\xdd\x86\x00\x1f\xda\x73\x5d\xf9\xcd\x66\xa0\x4b\xe5\xd7\xbc\x87\x07\x5a\x7c\xaf\xff\x07\x6f\xa0\xff\x27\xe0\x66\x15\xf3\x62\x2e\x27\x02\xc3\xac\xb9\xbf\x89\xde\x1d\xa0\xf2\x0f\xc0\xe4\x07\xe0\x68\x2b\x60\xd2\x5d\xee\xef\x30\x43\x11\xd8\xf3\x96\x79\x31\x7b\x96\x03\xee\x17\x19\xe7\x5f\x64\x05\x14\x2e\x03\x02\x6e\x03\x3b\x57\xf0\x3c\x14\x9e\x63\x6c\x6a\x67\x35\xb0\x69\x08\xdb\x53\x60\x08\xec\x7a\xc4\xdc\x87\x5d\x3b\x80\x53\x09\x40\xc9\x07\xe0\x66\x27\xa0\x38\x13\xa8\x5e\x05\x48\xd1\xe8\xef\x74\x60\xe7\x6e\xe0\xf3\x27\x60\x5b\xd0\xff\xcd\xff\x48\x69\xa0\x83\x21\xf3\x3e\x88\xf7\xa0\x06\xbc\x2b\xe5\xbe\x18\xcf\x9f\x00\xed\xad\xbf\xe0\x3d\xa8\x01\x5d\xdf\x00\xb7\xf5\x81\x3e\x2f\x80\xab\xd5\xdc\x3f\xe8\xd2\x2c\xc6\x75\xcf\xb4\x93\xf6\x0e\xa0\x22\x1a\x30\x3c\x02\x1c\x29\x00\x26\x59\x00\xfb\x63\x01\x9b\xd7\x40\x59\x1f\x60\xd6\x2d\xa0\x68\x03\xe0\xfa\x1a\x28\xbc\x0d\x78\xbc\x03\x0a\xee\xf0\xdd\xcc\xfc\x27\xdc\xe7\x7f\xeb\x18\x20\x3e\x84\xf5\xfc\xa5\x4c\x64\xbb\x01\x90\x3f\x96\xe7\x62\x8f\x21\xb0\x53\x9d\xb9\x46\x3b\x83\x81\x1b\xa6\xc0\xee\x63\xc0\x53\x4f\x60\x97\x22\xf0\xb7\x61\x1d\xfe\x9f\xf3\xae\x3e\xfe\x5d\x6b\xff\xf8\xff\x9b\xff\xf0\xae\x02\x68\x61\x01\xbc\x7a\x0d\xb4\x52\x04\xa4\xdc\xb4\x95\x47\x1d\xef\xe1\xc7\x44\xc6\x2f\x6f\xe9\x00\x3d\x5e\x02\x57\x34\x80\xbe\xd9\xc0\xc5\xef\x81\x21\x43\xf9\x19\xe9\x7a\x71\x1f\x13\xe9\x24\x5f\xee\xc4\xfd\x72\xca\x5e\x03\x96\x8a\xc0\xae\x54\x60\xba\x2d\x50\x98\xca\xb8\x7f\x81\x3f\xb0\x30\x17\xc8\x33\x04\x7c\x43\xf8\xee\x6e\x68\x77\x20\x67\x37\x10\xff\x1d\x90\x63\x07\xac\xb7\x03\xf2\x86\x02\x5b\xff\x05\xb6\x0d\xe5\x9d\x57\xfa\x7f\xa7\xdb\x88\xfe\x07\x1f\x81\xed\xea\xc0\xe3\x72\x69\x17\x04\x3e\x1a\x00\x5b\x73\xd9\x26\x59\xff\x45\xb6\x5f\xbe\x07\x5e\xcb\x7f\xb8\xf1\x05\xff\xa1\x05\xf0\x6f\x18\xd0\x68\x73\x1d\xde\xff\x52\x13\x50\xb8\x5c\xc7\xff\x90\x79\x0f\xb7\x12\x80\x36\x7a\xc0\x0d\x23\xa0\xc3\x12\xc6\x39\x7b\xa8\x31\xef\xa1\x6f\x35\x70\x72\x25\xa0\xf5\x9a\x79\x4a\xd2\x3a\xd9\x5b\x0d\x18\xaf\x03\x76\xed\x01\xcc\x8c\x80\xed\xe7\xb8\xaf\xbf\xf4\xfd\x9d\xd4\xf8\x0e\xfb\xfc\x6e\x40\xf6\x30\xc0\xe7\x15\xb0\x25\x9f\xb1\x2d\x29\x67\x96\x32\xf6\x4d\x47\x81\xf5\x4d\x59\x3b\x28\xbf\x12\xc8\xf5\x00\xf6\x5f\x67\xdc\x5f\x8a\xbc\x79\x4f\x80\x5b\x3f\xf3\xef\x1f\xbf\xe6\x9f\xff\x7d\xac\x0e\xff\x6f\x68\xff\xb7\x74\x10\xa4\x35\xa4\xd0\xaa\xae\xcf\x47\x43\xde\xc3\xc3\x9f\x01\xec\xab\xd3\x7b\xb8\x55\x04\x34\xd9\xce\x9c\x1c\xe9\xe0\x70\xc6\x8b\x75\x30\x4e\x46\x00\x6a\x63\x99\xff\xa5\xb1\x1a\x28\xbf\x02\xe8\xfa\x00\xbb\x4f\x00\x7a\x6d\x81\x42\x4b\xc0\xe4\x1d\xc7\x2b\x4b\x0f\x60\xcb\x55\xc0\xae\x04\x90\x76\x29\xb7\x5c\x60\xe3\x11\xc6\xe4\x32\x7e\x07\x42\x84\xee\x7f\xec\x53\x20\xa3\x09\xb0\xbe\x35\x90\xe1\xc6\xbd\x21\x64\xfd\x03\x29\x9b\xa9\xb4\x67\xbb\x7f\x3c\x05\x64\x6d\x06\x9e\xdb\x7c\xd1\x07\xa2\x81\xfd\xb5\x3a\x00\x02\xef\x0c\x75\xab\xcf\x03\xf8\xf0\xb2\xbe\xfd\xb2\xee\x87\xcc\x7b\x78\x28\xf4\xea\x1b\xf2\x1e\xbe\xab\xe1\x7e\x17\xa7\xcd\x79\xdd\x1c\xab\x06\x3a\x69\x73\x9f\x8f\x9e\xce\x40\xf1\x14\xde\x57\x0a\xaf\x00\xc3\x77\x00\x79\x4e\xcc\x7f\xc8\x39\x02\x98\x87\x32\xee\x37\x2d\x07\xd8\xf0\x10\x70\xf6\x06\xd2\x46\x03\x9e\xff\x32\x7e\x2f\x9d\xe4\xd7\x77\x05\x62\xd7\x02\xeb\xf6\x01\xeb\xe6\x02\x69\x11\xdc\x57\x2c\xed\x3e\x73\xe5\x24\x3b\x25\x1f\xcc\x38\x0d\xdc\x7e\x04\x6c\x70\x07\x9e\x47\x7e\x61\xff\xdc\x06\xf6\xcb\x3a\x08\x6b\x04\x1e\xde\xa9\x3e\x0f\xa0\x21\xff\xa5\xf6\x9e\xb7\xac\xfb\x21\xba\x86\xca\x78\xf7\x15\x81\xdf\x9e\xf9\x57\xf0\x1e\x7a\xf2\x7c\x1c\x1c\x0f\xb4\xbc\x01\xec\x19\x09\x74\x9a\x0c\x14\xde\x05\xd4\xcb\x80\xfc\xd6\x80\xd6\x22\xc6\xfd\xf5\x5e\x03\x9b\xba\x03\x13\x0d\x59\xd7\xc1\x46\x15\x90\x72\x63\x47\x6f\x20\x65\x18\xb0\xf0\x0c\xb0\xa6\x92\x2b\x76\x49\x6e\x40\xcc\x43\x20\x29\x0d\x48\x79\x57\xa7\x7f\x90\x7c\x18\xd8\xd7\x18\x48\xee\x05\x9c\x0e\x62\xbe\x9b\x14\xb3\x52\x3a\x02\xbf\xc5\x03\x49\x51\xc0\xe7\x4b\x75\xeb\xbe\xa1\x0e\x44\xc0\xa9\xfa\x78\xb8\xcc\x7f\xf8\x16\xff\x45\xf6\x83\x3b\xd6\x0d\xfc\x40\xe6\x7f\x88\x7e\x17\x87\x05\xee\xbf\x37\x0a\x68\xac\x04\xec\xba\x0c\xb4\xba\x0a\x6c\x33\x07\x3a\x4b\x7e\x3b\x0f\xe8\x9f\x07\x64\x3c\x66\xbe\xa9\xf4\x5c\x8d\x6d\x19\xf7\x37\x9f\x02\x24\xc4\x02\x76\x9a\x40\xbc\x3a\xe0\xe6\x04\xc4\xb9\x03\x7e\x36\x40\xc2\x3f\xc0\x8a\x76\x8c\x8b\xa7\x54\xf2\x73\xcd\xd9\x01\xac\x6a\x0a\xec\x59\x0b\xac\xfa\x17\xa8\x9c\x09\xac\x1a\x06\xdc\x5a\xce\xbd\xb7\xa4\x5c\x47\xb6\x3f\xa2\xc7\x7f\x3f\xf7\xda\x7e\x18\x22\x8e\xba\x55\xd5\xc7\xfd\x1b\xea\x7e\xdc\x83\x58\x0f\x02\xe7\xb9\x26\x54\x75\x65\xdd\x8b\x0a\xc1\x83\x38\x2c\xd6\x51\xa9\x39\x8f\xf9\xd5\x80\xe2\x6f\x40\xce\x5a\xa0\xad\xf4\xfc\xd3\x00\xb5\xcd\xc0\xba\x07\xc0\x90\x30\x60\x6d\x01\xef\x23\x52\xbc\x9e\xe4\x0d\xac\x7c\x0a\x4c\xcb\x03\x56\x8c\x07\xe6\x6a\x01\x91\xe1\xc0\xe2\x72\x20\x6a\x0a\x10\xb9\x05\x88\x5c\x06\xac\x7d\x04\x44\x0e\x05\x72\x77\x03\x91\x73\x80\xbd\x1b\x81\x88\xe9\xc0\xe9\x13\x75\x3a\x10\xe1\xab\x80\xe7\x6f\x80\xd0\x2e\xf5\xf9\x2f\xde\xc7\x79\x9c\xaf\x56\x9f\xf7\xe1\x20\xfa\x09\xd9\x7f\xe4\x51\xf6\x83\xa7\xb2\xee\xc7\xb7\xf8\x2f\x0d\x75\x2f\x44\xdf\x93\x72\x11\x4f\x77\xac\xe7\x71\xab\xa8\xb2\x6c\xda\x09\x34\xfe\x8b\xfd\xb6\x83\x33\x90\xb8\x1d\xe8\x53\x0a\xc4\xdf\x03\x86\xcf\xe1\x78\x3d\x4e\x07\x08\xff\x13\xb0\x4e\x05\x96\x97\x00\x4e\xa1\x40\x88\x39\xe0\x6d\x0b\x04\x39\xf0\xbe\x11\x7c\x9a\xe7\x2e\x50\x87\x39\x45\x41\x1d\x98\x73\x14\xf4\x3b\x70\x66\x31\x10\xd8\x09\xb8\xd3\x05\xf0\xcb\x63\x1d\xa9\x25\xb6\xac\x13\xb3\xc8\x4c\xd8\x2d\x78\x00\x4e\x42\x03\x67\x66\xc0\x7f\xf3\x01\xbe\xc5\x7f\x91\xfb\xbe\x54\x09\x5d\x90\xda\xbe\x27\xa2\xda\x2c\x9f\x9a\x8b\xc4\xcf\x65\xfe\xc7\x16\x11\x4f\xd3\xc4\xb8\x46\x05\x50\xfe\x0c\xc4\xea\x01\x5d\x9e\x02\x51\xfd\x80\xc1\xd3\x80\xd0\xeb\x80\xe1\x21\x20\xb8\x0b\x60\xe1\xc5\x1a\x39\xd2\x79\x6a\xc9\x7c\xc0\x33\x98\x75\x2d\xa4\x79\xf0\x33\x01\x92\x1f\x01\x8b\xc5\xde\xb8\xe8\x10\x50\x1a\x06\x78\x49\xf1\x61\x2a\xe0\xa5\x04\xfc\xd8\x04\xf0\xa8\x06\x5e\xf5\x00\xe6\xcb\x7a\x27\x13\xfe\x9b\xff\x61\xd9\xec\xbf\xf9\x00\xff\x8b\xff\x52\x6b\x7f\x03\xfe\x4b\x2d\xff\x43\xc4\x0b\x99\xff\x91\x29\xfc\x26\xf9\x1c\x8f\xab\x44\x15\x4a\x7a\xee\xd2\x79\x2a\xa4\x03\xd0\x3b\x11\x58\xda\x0a\x18\xde\x16\x58\x9c\x0c\x4c\xf4\x03\x16\x99\x00\x76\xd5\xc0\xc2\x83\xc0\x82\x02\xc0\x7d\x07\xb0\xcc\x1e\x98\x37\x9e\x63\xe4\xdc\xfb\xc0\x96\x4f\x80\xcb\x2c\xa0\xb4\x3b\xe0\x7c\x0d\xa8\x7c\x04\x38\xf9\x00\xb7\xe6\x01\x8e\x8b\x81\x17\x09\x80\xfd\x2b\xee\xf5\x23\xdb\x3d\xc5\xb2\x3e\xef\xc3\x38\xbc\x3e\x0f\x42\x7f\x85\xc0\xfd\x05\xff\xe5\xf6\xaf\xc2\x7e\x81\x32\x5d\x14\xcf\xb3\xb2\x3d\x8f\x47\x45\x3c\x95\xf9\x1f\xbb\x85\x6e\x44\x81\xb0\xbb\x21\xff\x63\xb5\xb8\x9d\x17\x2d\xf4\x52\x02\xf4\x80\x26\x9a\x80\xaf\x2f\xeb\x8f\x79\xfa\x03\x9a\x76\xc0\xbc\xcf\x80\x51\x3f\xe6\xe0\x4f\xb3\x06\x9c\x63\x00\xf7\x25\x80\xa3\x16\x10\xd2\x1f\x98\x35\x17\x48\x2c\x05\x66\xbc\x06\xb2\x1c\x81\xe9\xaf\x80\xd2\xe1\xac\x61\x78\xea\x3b\xc0\xfa\x1c\xf0\x7d\x3c\xaf\xad\x5f\xce\x00\x96\xeb\x81\xcf\x0a\x80\x99\x7a\x03\x7b\x85\xa6\xe4\xf0\x0a\xc1\x7f\xb8\x5c\x9f\x07\x51\xcb\xff\x10\xcf\x53\xe6\xbf\xc8\xf6\xcb\xfc\x8f\xf2\x93\x3c\xee\x12\xfc\x96\x02\x11\x2f\x1b\xf2\x3f\x92\x45\xd5\x69\x95\xd0\x15\x5a\x2e\xfc\x61\xb1\x58\x5f\xf3\x3d\x80\xb6\xd2\x73\xcd\x07\xfa\xbe\x01\x1c\x2d\x01\x03\x5d\x60\xe6\x4e\xc0\xea\x77\x60\xda\x30\x6c\x77\x5d\x0b\x58\x67\x29\x74\x0f\x6c\x0f\x4c\x31\x50\x70\x89\x7b\x06\x4c\xd6\x51\x98\xb0\xa9\x0d\x60\xba\x48\x41\x77\xf7\x66\x60\xc2\x34\x1c\x3b\x1e\x0a\x8c\x5b\x0a\xdd\xab\x93\x01\xe3\x9b\xc0\xc3\x37\x80\xd1\x78\xe0\xef\xd9\x80\xfe\x68\xb6\x4f\xf7\x6e\x7d\xbe\xc7\xa0\xad\x3c\xf6\xb5\xe7\x51\xd6\x5a\xfc\x26\xff\x45\xe4\x0d\xfb\x97\xf0\xd8\x90\xff\x92\xf5\x03\xf7\xc9\xc9\x68\xad\x44\x33\xb7\xb6\xa0\x31\x55\x51\x62\x2b\x9b\x12\x6e\x13\xfa\xa2\x05\xed\xc0\xbe\xaa\x2d\x68\xe7\x75\x3d\xdb\x92\x94\x84\x66\xb8\xb5\xbe\xd3\xf8\x20\x60\xd3\xbc\xdd\xf2\xee\xa1\x80\x79\xe3\xf6\x23\x87\xda\x03\x13\xa1\x3a\xd1\xec\x11\x60\x1c\xd9\xa1\xb9\x63\x26\x60\xb8\xb3\x83\xa9\x6f\x36\xa0\xaf\xd2\x61\xfa\x8a\xde\xc0\x88\x3f\x3b\x78\xa6\x5f\x04\x86\x2d\x57\xfd\xbe\x30\x07\xd0\xed\xaa\x3a\xe3\x70\x2a\xa0\xdd\xab\x7d\xd9\xa5\xeb\x80\xa6\xa9\xca\x83\xfb\xe9\xc0\xe0\x78\x95\xf1\xef\xc6\x02\xfd\xcf\xb5\x25\x5c\xa2\xf7\xcd\x96\x5e\x54\x53\x78\xdd\x8c\xea\xf5\x5d\xcd\x9a\x90\x2e\x42\x87\x47\x8a\x74\xcf\xb7\xfd\x1b\x90\xfe\xc1\xff\xe2\xbf\xc8\xf6\x17\x7a\x2b\x51\xfd\x2e\x2b\xa0\x35\xe1\x7f\xe9\xcb\xdb\x53\x55\x31\x71\x7b\x07\x42\x95\x62\x5c\x3a\xf1\x6d\xf3\xb9\x3d\x68\xe7\x58\x2c\xf8\x12\x6e\xaa\x6a\xc4\xb4\x9c\x11\xd1\x8b\x32\x8e\x89\x9d\xfa\x50\x55\x65\x74\xbe\x86\x8d\x4a\x2e\x30\xfc\xa5\xc6\xd9\x01\x17\x14\x66\x6a\x87\xf6\xcb\x35\x9a\xaf\x38\x6c\x90\x45\xbf\x90\xe9\x0f\x14\x3f\x68\x5c\xe9\xa7\xec\x31\x55\x69\x6b\x6f\xa5\x7e\xd6\x61\xfb\x95\x8a\xd5\xfe\xd2\x78\x96\xfc\xaf\x92\x77\xf7\xdd\x1a\x4e\x5b\x57\x28\xfe\xdd\xf5\x9e\xc6\xe4\xfd\x6d\x14\x4d\xbb\xec\xd5\x68\x7c\xfe\x8c\x82\x59\xe7\xc7\x1a\x3d\x7f\xda\x07\x74\x1a\xdf\xd7\xe4\xf7\x87\x80\xea\xce\x3e\xdd\x25\xfb\xda\x3e\xeb\x41\xf7\xf1\x5a\xbf\xef\x7c\x5e\x1a\x95\xf3\x3b\x90\x2e\x4c\xb3\xc0\xb6\x84\x7b\x37\x4e\x6e\x45\xf7\xe0\x65\xfe\xc7\xf1\xf5\x8c\xaa\xc8\xf6\xef\x2e\x6d\x46\x55\xe3\x6f\xf2\x5f\x8c\x18\x96\x8b\xae\xd6\xa0\xfa\x5b\x48\xee\x40\xaa\xba\xfb\x7a\x0f\xa6\xe7\x3f\xcf\x42\x93\x18\x52\x76\xcb\x74\xc9\xe3\x26\xbd\x19\x4a\x55\xc5\x51\xe9\x23\x28\x82\xf6\xbb\x38\xea\x65\x33\x1b\x40\xfd\xac\xde\x31\x75\x03\xec\xef\x66\xa2\x5f\x38\xea\x21\xb6\x75\xf2\x36\x68\x6b\x3d\x0e\x68\x9f\xa4\x7f\x66\x5e\x21\xd0\xe6\xb5\x7e\x42\x88\x29\xd0\xf2\xb0\xfe\x98\x35\xba\x80\xb2\x89\xde\xf8\xec\x8b\x40\xd3\x47\xa3\x0a\xf7\x04\x02\x8d\x7f\x18\xd5\xef\xcc\x70\x40\xe9\xdc\x48\xbf\xdb\x95\x80\xa2\xf3\x88\x75\xbf\x69\x03\x0a\x1d\x87\xcf\xe6\xba\x93\xb6\xb8\xc7\x3c\x50\xf4\xeb\xee\xfb\x9e\xc7\x5e\xda\x3c\xf6\xa0\x7e\x49\xc7\x0d\x15\x08\x3d\xaf\xd3\xbf\x69\x47\xba\xc5\xdb\x66\x77\xa7\xc8\xb1\x29\xaf\x27\x55\x53\x53\x47\x72\xbf\x94\x84\x3d\x43\x68\xa7\x8d\x9a\xa6\x45\xaa\xe9\xc1\x77\x86\x8d\xe1\xe7\xcf\x7c\x01\x77\x75\x7d\xca\xcc\x66\xab\x70\xf5\x7d\x4a\x0b\x23\xaa\x36\x1a\x6e\x32\x21\xd4\x69\x50\xe9\x84\x0b\xd2\xd8\x7e\xd3\x24\x9a\xaf\x16\x45\x93\x03\x3a\x35\x07\x9a\x54\x99\x6b\x69\x17\x00\x0a\xe7\xcd\x7b\x99\x4d\x96\x7e\x33\xd9\xd1\xb9\x0b\x8d\xfd\xfc\x89\xab\x3b\x69\x6d\x3c\xc5\x26\xb3\xdb\x9b\x89\xf3\x3c\xb1\xb2\xb8\x9a\xc7\x4a\xbe\x51\xac\x72\x93\x66\x7a\x7c\xea\x73\xbe\x49\x28\xf3\x3f\x72\x78\x1c\x25\xee\x65\x0d\x15\x78\xaf\x96\xf8\xfd\x20\xea\x8f\xb1\xbf\x57\x6b\xfa\xfe\xc5\x43\xf8\xd6\xfd\x36\x23\x35\xaa\x1e\x67\x0e\xec\x4f\x19\xe6\x3a\x1b\x2d\xc2\x6d\xe2\xdf\x70\xd5\x30\xaa\x4c\x9f\x70\x9a\xe0\xd3\xcc\x07\xf1\xf5\xe5\x84\xc3\x5d\x65\x1c\xfd\xde\x21\xd3\x8c\xfc\xc6\xaa\x9a\xd9\x1c\xe3\x1a\x4f\xa1\x3a\xf0\xd0\xa9\x56\xb4\x93\xf4\x9c\x66\x4b\xb7\x74\x9b\x2d\x9c\xb1\x87\x3d\x71\x66\x98\x0a\xe1\x39\x76\xd5\x7c\x9f\xd7\x2e\x81\x71\x7f\x3b\x1d\x47\xe2\x41\x4c\x7f\xb2\x24\x89\x57\x16\x23\x2a\x33\x06\xf2\xde\x3c\xcd\x9a\xfb\xa2\x4c\x4d\x3f\x41\xf8\x9d\x6d\xd5\x0d\xaa\x00\xdb\x38\x3d\x21\x0f\xb4\x39\xfe\x2f\xc5\x36\xf3\x1f\xd9\xde\x89\x96\x3c\x1a\xed\xe0\x71\xf4\xa7\x2f\xe7\xa7\x58\x47\x9d\xec\xcd\xaf\x64\x3e\x57\xa6\x21\xf3\x9d\x52\x8f\x0f\xa7\x6e\xe8\x09\x79\x86\x34\x3f\xd1\xd7\x19\x75\x0c\x5e\x61\xa6\x81\x2f\x75\x60\x84\x2e\x8a\x93\x1a\xeb\x47\x4c\x35\x62\x54\xd2\xd4\x99\xfb\xc8\xc8\x3c\x98\x81\xb6\xb3\x69\x05\x76\x5a\xe7\x2c\x94\xb5\xe6\x8a\xfb\x7a\xae\x3a\xaa\x62\xe4\x79\x98\xdb\x6e\xfc\x23\x7e\x6d\x4f\x15\xff\xb9\x11\x3e\xf4\x07\x2e\x65\x8c\x94\xcf\xf9\xc8\x7d\xed\x9d\x2f\x16\x52\xfd\xd5\x05\x5c\x11\x76\xb6\xba\x4c\x9f\xe0\x94\x55\x4d\x7e\xe1\xd8\xe2\x3d\xe5\x86\x33\x0f\xd4\xd4\xe3\x7f\x4c\x11\xfd\xfe\x27\x89\x7b\xac\x13\xaf\x4b\xe3\xb6\xa9\x83\xf8\xf9\x3f\x1c\xc9\xfc\x07\xd1\x07\x2a\xf1\xf5\x38\xfa\xb4\xd8\x4a\x53\x9a\x9f\xe5\x05\x96\xc1\x6c\xbf\x2d\x1d\x3d\x3c\xad\xa6\x6b\xf3\xb7\x60\x75\x82\xd9\x95\x0e\x14\x57\xa6\x4c\x61\xd5\x06\x99\x07\x33\x34\xd8\x95\x7e\xde\xfb\x96\x3b\xa1\x34\x6d\x0c\x16\x8a\x1b\x0e\xe2\xfa\x22\xbc\xca\x78\x1e\xbc\x2c\x06\xaf\xe5\xd7\xe3\x08\x19\xf7\x5e\xca\xb8\xbf\xb7\x09\xff\xe5\xa2\xbf\x23\xfe\xe6\xdf\xa7\x12\x3e\xe1\xa5\x93\x4f\x37\x4e\xbd\x66\x1d\xa6\x7a\xf5\xa2\x56\x7c\x06\x5c\xe8\x7d\x97\xfe\xc3\x82\x96\xaf\x76\xb0\xa7\xb2\xbd\x73\x8c\x79\x9c\x9d\xcf\xe3\x74\x7d\x1e\x6d\xbb\x48\xe3\x66\x6f\xd6\xc1\x49\xd3\x1e\x47\xcf\x35\x71\x3b\x57\xcb\x63\x55\xf8\x36\x6d\xd8\xe6\x69\xe4\xd7\xfe\x4b\x67\xb3\xfe\x43\x24\xb3\x33\x5c\xab\x9d\xb8\x0f\x4a\xe5\x5c\xc2\xef\xac\x0d\x18\x7d\x9b\xe8\x37\x9f\x50\x7a\xfd\x56\x0b\x09\x5d\x1a\x22\xec\xed\xa6\xce\x19\x44\xb3\xd1\x7e\x22\x03\x0d\xf8\x59\x8c\xb7\x3b\x50\xc8\x0d\xd4\xe1\x08\x1b\xd8\xc9\x88\xbe\x7f\xa0\xdb\x0c\x42\x3c\x82\x5c\x98\x61\x12\xa8\x17\x4a\xb8\x55\x40\xf0\xda\x72\xfe\xfb\xbc\x65\xfc\xff\xcb\xe9\x3e\xb0\xff\x9d\xb3\x84\x58\x2f\xdd\xf5\x03\x9d\x71\x96\x7c\x7c\x41\xb9\xbe\xaf\xd3\xe7\x0c\xfe\xe6\x6c\xf7\xbc\x93\x62\x5e\x04\x9e\xc5\xfc\x98\xb4\x60\x5e\x8d\x49\x3a\xac\xca\x12\x5b\x39\x9d\x56\x5f\x98\xd0\xfb\x59\x6a\xc5\x3c\xa7\xc5\xd3\x5d\xc2\x79\x76\x59\xff\xc6\xe1\xe8\x02\x3a\x99\xcb\x3c\x18\xf3\x38\xc6\xcb\x8d\x67\x7b\x93\xba\xfc\x30\x6b\x1f\xc2\xbb\xfb\x18\x30\x7e\xde\xe1\x40\x30\x65\x58\x0a\xbe\xcb\x45\xc6\x16\xf1\x37\x2b\x56\x45\x58\x31\x1f\x26\xa2\xc3\x60\xd2\x1d\x8f\x32\x30\xa6\x1c\x3e\x32\x66\x3a\xd9\x11\xf1\xc6\x9d\x70\xda\xf0\xb5\xcc\x2c\x89\xd8\xb1\xfa\x08\xbf\xce\xa2\x15\x1a\x61\x5c\xc2\x1d\x4b\xce\x9f\xa4\x27\x10\xa6\xc6\xfc\xa0\xd0\x8d\xcf\xc8\x23\x97\x19\xfe\x4d\x4f\xd8\xbf\x82\xed\xf6\x1d\x5f\x53\x4f\x17\x65\x81\x69\x0d\xf1\x1f\x6c\x69\xdf\x5b\x11\x3f\x93\x32\xc3\xf0\x4f\x73\xc8\xde\xe0\x85\xae\xf4\x2e\x72\x3f\xa8\x85\x2f\xd8\x5e\x17\xea\x9e\x0a\xd8\xb9\x2d\xa6\xdb\xd3\x96\x15\x82\x07\xa3\xc4\xb8\xb9\x81\x49\x10\x45\x2f\xad\xc4\x65\x64\x8d\xfa\xd0\x50\xca\xab\xda\x4e\x08\xcf\x62\xfb\x57\x08\x85\xc7\x55\x5b\x78\xa7\x96\xf9\x30\xab\xb6\x0c\xa2\x77\x8e\x57\x33\x2a\xe1\x71\x2a\xad\x48\x59\xa1\x25\x2e\x33\x90\x22\x6d\x42\xb7\x04\xfe\xbb\xcd\x9b\x09\xb7\x8a\x9f\x5e\x44\x08\xec\xca\x8f\x15\x34\xe3\xb1\x89\x97\x69\xfd\xc4\x26\x3f\xa4\xf8\x1b\x93\xfa\x07\x79\x70\x74\xaf\x9a\x7a\xfc\x8f\xda\x79\xa1\xfe\x83\x71\xde\xfc\xbc\x23\x89\xf5\x0f\x84\x54\xce\x23\x7e\x8b\xef\x73\x0f\x42\x8d\x3d\x9a\x2c\x22\x1c\xd8\x2d\xdd\x67\xa2\x34\xce\xca\xf4\xa3\xfd\x54\xee\x0b\x65\xbe\x36\x84\x9e\x96\x71\x19\xeb\xe0\x0c\x2f\x0b\xa7\xfc\x72\xa0\x6d\x34\x7d\xeb\x6e\xc5\x2b\x88\x37\xd1\xdc\x30\x5e\x81\xed\x97\xfb\x24\xa5\x54\x29\x3e\xe4\x91\x71\xde\x54\x13\x8e\x54\x29\x6a\x63\x69\x9d\xa4\x04\x32\x23\x2f\x45\x8d\xf9\x83\xa9\x3f\x06\x34\xa7\xd7\x15\x8c\x77\xa7\x54\x6d\x24\x65\x85\x54\xc5\x1d\x7f\xf2\x6b\xee\x07\x92\x94\x7c\x81\x72\xbf\xa4\x97\x3f\x93\x05\x49\xed\xff\xa0\xb1\x96\x17\x23\x78\x83\xb5\xfd\x82\x88\x1f\xb2\x62\xeb\xfc\xef\xf1\x45\x3f\x2c\xbf\x93\x5e\xc4\x93\x5e\x54\xb2\x84\xec\x76\xff\x35\x90\xbc\xca\xd1\x3b\x98\x3e\x75\x86\xc1\x72\x52\xdd\xb0\x74\x0a\xa3\x7c\xc8\x6c\x34\xdf\x3a\x37\x68\x19\x43\xdf\x46\xa7\x78\x25\xcd\xbe\xc6\xb8\x78\xda\x5f\x3b\x6a\xac\xa6\x2e\x35\xcd\xc6\x24\x0b\x05\x37\x99\x0f\x93\x69\x22\xf8\x30\xef\x59\x1f\x26\x23\x79\x10\x9d\x51\x32\xf2\x38\x52\x6f\xfc\xce\x9a\xfc\x3d\xe3\xbc\x0b\x79\x6a\x46\xa2\xdf\x35\xfe\xbb\x15\xf4\x4d\x32\x7b\xa5\xd3\x19\x39\xc3\xb3\x80\xf5\x63\x5a\x1f\x20\xbf\xc9\x1c\xff\x1d\xf7\x59\x6a\x79\x97\x98\x8a\x1b\x43\x7f\x27\x04\x31\x5d\xf0\xe5\x6a\x79\x31\x57\x79\xe4\x7e\x41\xe1\xe9\xbc\xae\xfd\x97\x2d\xa1\x44\x60\xb1\x21\xf3\x41\xe6\xeb\x07\x13\xbe\x2f\xeb\xe1\xcc\x9a\xcb\x7d\x92\xa6\x59\xf3\xee\x35\x79\x64\x2c\xc5\x41\x63\xc3\x04\xca\xa3\x47\xe6\xac\xa6\xf5\xa4\xb9\x84\x4f\x5a\xea\xdf\x25\x13\x8e\xab\x12\xc7\xe8\xbc\xd2\xc7\x0c\x07\xb6\x7f\xcb\x40\x1e\x73\x1f\xb0\x3f\xe4\x7a\x77\x22\x0f\xcb\x75\xe5\x4c\x2d\x77\xf8\x68\x7a\x22\x39\xeb\xa7\x50\x67\xbe\xdc\xe6\x4e\x94\x89\xe4\x29\xfa\x12\xef\x27\xd7\x25\x4a\x99\xc7\x75\x14\x57\x72\x0f\x6f\xa3\x78\x90\x67\xb4\x8f\xf5\x65\x1e\x9d\xa5\x1d\x2a\x3b\xfb\x16\x75\x60\xc8\x1e\xf8\x9c\xce\x0e\x59\x4f\xfe\xa5\xf8\x92\x21\x74\x94\xd6\xdb\xf1\xb8\x96\xfb\x3e\xf4\x0a\x14\xba\x70\x41\xf4\x2e\x9e\xda\xa1\x54\xc1\x77\x1b\x1a\xc9\x79\x81\xd0\xc3\x99\x71\x75\x25\xa9\xce\x58\xce\x4f\xa4\x93\xa4\xa9\x3f\x37\xa0\x1d\x9d\x9d\xc4\xf7\xfd\xe7\xa7\x12\xee\x3b\xb0\xf3\x7a\xb2\xbf\x7b\xe1\x46\xea\xba\xd0\xd6\x93\x75\x43\x14\x4e\x6c\x11\x37\xc0\xf2\xc5\x86\xb9\x43\x8d\x19\xcd\x32\x1f\xa6\xd0\x7e\x20\xf3\x62\x14\x0c\x68\xc7\xda\xee\x6b\x4e\xb8\xfe\xf6\xa5\x4e\x82\xe7\xc2\x3b\xce\x0e\x35\x56\x64\x2a\xf4\x5e\xeb\xc0\x23\x23\xd3\x3b\xd4\xf6\x70\x1f\x25\xd1\x3f\xa9\xc0\xf0\x1a\xd5\x4e\x0a\x36\x3f\x21\xde\x4c\x7e\xd4\x7b\xea\x60\xb5\x55\xbb\x86\xe2\x47\xd6\xa2\x9a\x2f\x78\x31\x7e\x7f\x32\x1f\xc6\xcb\x31\x82\x76\x9d\xf9\xca\x31\x94\x37\xcf\x55\x8c\x23\xf6\xb2\xac\x87\x33\xd5\x2a\x89\xfc\x7c\xf2\xd1\x64\xd2\xc5\x1a\x17\xca\xcf\x59\xbf\x62\x03\xad\x3a\x9d\x5e\x19\x64\x7f\xff\xd1\x9b\x68\x9f\xe8\x76\x94\x75\x24\x5a\x9f\xde\x2a\x2a\xdf\xf9\xe2\x24\x53\xab\x0f\xa3\xc6\xfe\x50\x7c\x8f\xf7\x8b\x32\xb5\x01\xb4\xd2\xca\xaa\x98\xd1\x5a\x9c\x6f\x4e\xf1\xaf\xf8\xae\x3d\x7d\xf2\x9e\x33\xde\xc4\xc4\x2b\xf3\x0f\xa7\x7d\xa1\xd4\x9b\x9f\x40\xe9\x81\x2d\x94\x47\x14\xaf\x2b\xa2\x9d\xae\xd8\xe7\x38\xed\xbb\xc5\xd5\xd7\xa8\x66\x54\xb2\xee\x11\xe5\x25\x45\x87\x5f\xd3\xc9\x61\x97\xd0\x85\x29\x10\xf1\x32\x8f\xce\x1d\x3e\xfb\x63\xe8\xc6\x81\x87\x43\x1c\x79\xa3\x9b\xcb\x6a\x5a\x8d\x0e\x47\x85\x1e\x4e\x04\xf7\xcd\xb1\xf1\xe6\x2c\xce\xec\x68\x06\x65\xad\xc6\xd6\x99\xe4\x6d\x7a\xef\xb7\xd0\xa7\x68\x55\xe7\x52\xdc\xec\xb3\x8e\x2b\x53\x9d\xdb\x16\xd0\x7a\x6a\x59\x24\x4e\xea\xe1\x45\x82\x2f\x59\xc7\x87\x51\xa0\x19\x39\x58\xcd\xba\x28\x07\x92\xfa\xb3\x2e\xcc\x29\xe6\x81\x1c\x34\xe2\x8c\xf5\xd0\x29\xce\x2b\x0f\xb6\xf4\xa4\xe7\xbe\xbf\x7a\xf9\x10\xfe\xf9\x6a\x3a\xf9\x1f\xfe\x63\x0b\xf1\x3d\x0e\x8e\x2b\x66\x5e\x4c\x87\x0a\x3a\x7f\xec\x6f\x79\x89\xe2\xcd\xfe\x73\xd5\x14\xb1\xf7\x2f\x78\x43\x3c\x81\xf2\x59\x6c\x7f\xb1\xe8\x43\xc8\xbc\x98\x86\x3c\xa0\xb9\x8a\xdc\x27\xc9\xe1\x2d\xf7\x7d\x9b\x1a\x97\x49\x15\x49\x2b\xa3\x2c\x5a\xa5\x13\x96\x31\x1f\x66\xec\x35\xee\x0f\x35\xc2\x39\x9f\xe6\x65\x48\x58\x21\x55\xb4\x7a\xeb\xec\xa2\x77\xef\x58\xbd\x9b\xf6\x59\xe5\xd0\x3d\xc2\xee\x7d\x62\xbf\xf8\x82\x0f\x43\x76\x9f\x68\xac\x4a\xfb\xe4\xf1\xfe\xfd\xa8\x06\x5e\xe1\xc4\x27\xb6\x93\x33\x27\xd1\x37\xa8\xb8\x35\x93\xd6\xc9\x49\x6d\xce\x44\x4f\xce\x65\xe5\xb2\xe3\x15\x71\xb4\x34\x4f\x3a\x6d\xa2\xf8\x79\x32\x79\x17\xed\x0b\x15\x35\x47\x98\x57\x53\xf8\x1d\xf5\xe4\xae\x98\x7a\x8f\xf4\x34\x2a\x16\xfd\x4e\x79\xa8\xdc\x3f\xe9\x60\x5b\x1e\xb9\xaf\x94\x67\x9f\xf5\xf4\xee\x6e\x8f\xd2\x69\x7f\x74\x1e\x90\x41\xbc\x7a\xbb\xd5\xcc\x0b\xb1\xd9\x9c\x4d\xde\x3b\xf9\x04\xfb\xf7\x04\x33\xae\x44\xc9\xba\x38\x43\xaf\xed\x22\x1e\xcd\xa0\x2d\x7c\xfa\x53\xbf\x52\x46\xf1\xa6\x43\xe3\x7d\x94\x47\x34\xdd\xb7\x5f\xdc\x94\x3d\x7a\x90\xc7\x93\x5a\x3c\x9e\x19\xc5\x95\x9c\x5a\x3e\xcc\xaf\x7d\x89\xe7\x75\xf6\xe5\x70\xf2\xc0\xb3\x33\x26\xd2\xfe\x77\x4e\x83\x4f\x28\x67\x23\x98\xe1\x79\x2e\x90\x95\x9e\xce\x6d\x89\xa3\x95\x78\xde\x3b\x83\x56\xdc\xb9\xbc\x1d\x74\x52\x3a\xdf\xe3\x50\x0e\xbf\xcf\x79\x3a\x67\x9d\x6e\x79\x9b\xf6\xa5\x33\xa7\x5e\x52\x9c\x3d\x9d\xfd\x91\xf6\x8f\xfa\xfd\x93\x3e\x7f\x02\xba\xb5\x01\xfe\x6e\x0c\x74\x7d\xca\x78\x46\x0f\xb5\xaf\x79\x0f\xb5\x3a\x07\xb6\x80\xc6\x13\xbe\xdf\x3d\x50\xb3\xae\xbf\xc1\x39\x27\x60\x44\x00\xd7\xf5\x0d\xfc\x41\x67\x1f\x23\x6b\x60\x7f\x31\xe3\x14\x7b\x7e\x00\x6c\x2e\x00\xd2\xea\x98\x59\x08\xec\x28\x01\xe6\xbc\x07\x0a\x7a\x02\x0b\x0d\x19\xef\x5f\xf2\x04\xd8\x1a\xca\x77\x70\xb7\x39\xb1\xde\x7f\x5e\x0a\xd7\x7c\xf3\xba\xb1\xe6\xfb\xf6\x2e\xc0\xee\x21\x40\x61\x28\x70\x78\x17\xeb\xfc\x5f\xcc\x62\x1e\xc5\x9d\x6a\x1e\x7f\x4d\x07\x76\x5f\x07\x3e\xbf\x62\x5c\xb9\xe6\x8b\xfb\xff\x5f\xe1\xff\x62\xfc\xe8\x0b\x74\xda\x0d\xbc\x7f\x00\x48\xf1\xea\x8f\x31\x80\xea\x62\xe0\x17\x7f\x40\xf5\x44\x1d\xef\x41\xee\xef\x70\x4b\x07\x50\xcb\x05\xae\x76\x05\x34\xcc\x18\xe7\x1c\xb8\x9e\xf1\x5e\x6d\x3d\xd6\xea\x18\xa9\xc9\xf7\xfc\xc7\x64\x02\x7b\x23\x01\xe9\xa4\x56\x74\x1b\xb0\x6c\x0e\xec\x88\x00\x66\xec\x05\x0a\x8a\x01\xa7\xe7\x40\xde\x4e\xc0\x3d\x51\xe0\xfe\xde\x40\xce\x45\x60\xb9\xc0\xb7\xa5\x7c\x29\xe7\x2d\x90\x5c\xc2\x98\xde\x96\x29\x75\xf7\xfe\xf3\x92\xb9\x87\x40\x81\x21\xf0\x9d\x2e\x50\x90\x05\xfc\x30\x96\x7b\x86\xfc\xd6\x0b\x28\x54\x65\x4e\x87\xac\x83\xd2\x10\xff\x97\xed\x97\xf1\x7f\x99\xff\xf1\xf6\x24\xd0\xe6\x20\xf0\xa2\x86\x71\xec\x5f\x8c\x80\x76\xd6\xc0\x83\x03\x40\xbb\x27\x5f\xf0\x1e\x7a\x00\xdd\x32\x81\xcb\xca\x80\xda\x6d\xe6\xbf\x68\xac\xae\xeb\x6f\x70\xc4\x0d\x18\x1a\xc2\xb8\xff\xe8\x5e\x40\xe9\x69\x60\x5c\x3c\x20\xf9\xac\xe4\x17\x05\xfd\x81\xa9\x21\x75\xb8\x7f\xee\x76\x60\x5e\x1c\xe3\xde\xd2\x7e\xb0\x39\x8d\xb5\xf8\xb3\xf6\x01\xb1\x96\x8c\xff\xaf\x5d\x04\x64\x7d\x64\x8c\x5b\x9a\x1f\xe9\x99\xe7\x96\x01\x47\xde\x32\xde\x7d\xde\xfa\x8b\xfe\x07\x2e\xc0\xab\xd6\xdc\x17\xa1\xe6\x3f\xfa\x60\x34\xb4\x5f\xc6\x01\xff\x39\x01\x34\xcf\x04\xde\x85\x03\x4d\x8f\xd6\xf1\x1d\x1e\x1f\x05\x94\xd7\x02\xf7\x7f\xe7\x79\x91\x79\x0f\x57\xe2\x81\xf6\x25\xec\x07\x5d\xdd\x81\xb3\x4b\x81\x9e\xd6\xc0\xf1\x3c\xa0\x7f\x22\x70\xb0\x23\x30\xc4\x16\xd8\x37\x97\x75\x41\x76\xb7\x66\x9c\x7b\x7b\x19\x60\xfa\x11\xc8\xbb\x05\x58\x0f\x05\xb2\xc3\x81\x59\x46\xc0\xe6\x33\x80\x94\x37\x6f\xea\x09\x78\x8d\x05\x32\xbb\x01\x41\x89\x40\xe6\x6c\x20\x26\x18\xd8\xf0\x0f\x90\x74\x87\xef\xc5\x4b\x73\xb2\xe9\x77\x60\xd7\x6e\x20\x4b\x13\x38\x52\xc9\x18\xd7\xa5\xee\x40\xf6\x4b\xe0\x67\x65\x9e\x17\x69\x6d\xe7\xcc\xf9\xbf\xed\x6f\xc8\x7f\xf8\x73\x00\xa0\xb4\xae\x4e\xef\xe2\x79\x15\xe3\xd7\xdf\xe4\x3d\xd8\x01\xca\x3b\x81\xb3\x16\x80\xca\x14\xe0\xa4\x3b\xd0\xd9\x09\x38\xe2\x04\xf4\xdc\x01\xec\x2b\x63\x5d\x21\xc9\x7e\xad\x6a\x60\x7b\x22\xa0\x77\x08\xd8\xe6\x05\x8c\xcf\x05\xb2\x1d\x80\x29\xa6\xcc\xd3\x98\x11\x01\x6c\xfc\x11\x98\xd3\x11\x48\x0b\x64\xbc\x7b\x7d\x6b\xc0\xff\x08\x6b\x05\x45\xdd\xe7\xfb\xf0\xd2\x89\x64\xbd\x0f\x90\xe9\x02\x6c\x28\x01\x76\x95\x00\x1b\xbd\x80\xc3\x9b\x59\xf7\xe0\x52\x4b\x9e\x8f\x47\xa9\x40\x96\x05\xf0\xce\x1f\xc8\x8c\x16\xf8\xbf\xf7\xff\x6d\xbf\xcc\x7f\x68\xc8\x7b\x90\x71\xff\x5a\xbc\x5b\xdc\x7b\xfe\x2f\xde\x83\x72\x1c\xdf\xbd\x57\x05\xaf\x03\x29\xae\x96\x9d\x62\x1e\xd9\xf6\x07\xc0\xa0\xfb\xc0\xb6\x63\xc0\x70\x07\x60\xcb\x70\xc0\xf0\x2c\x90\xb1\x01\x30\xdb\x07\xa4\xf9\x02\xd2\xf9\x41\xc6\xfd\xd7\x35\x05\x16\x9e\x03\xd6\x24\x32\xa6\x97\x6c\x2e\xe5\xfc\x40\xd2\x65\x60\xb5\x05\xf7\x41\x90\x7c\x22\xd5\x82\xb5\x04\xd6\x17\x00\x47\xca\x80\xf5\x36\xc0\xa5\x36\x52\xb6\xcc\xb1\x6c\xa3\x39\x73\xfd\x52\x17\x01\x35\x17\xbe\xd6\x41\xa8\xd5\xbf\x68\xd0\x07\xa3\x96\xff\xd2\x94\xc7\x6f\xf1\x1e\x6a\xef\xb9\x4b\x7f\x3f\x0c\x38\x71\x10\x50\x08\x06\x0e\x2b\x03\xcd\xa7\x00\xe5\xef\x01\x95\x4b\xc0\xae\x03\x8c\x63\x6e\xfd\x1e\xe8\x33\x0c\xc8\x99\x05\x68\x1d\x04\x36\xbd\x05\x0c\x1a\xb3\x4e\xcd\xb8\x6a\x20\x25\x84\xfb\x3e\x24\xfc\xcc\xb8\x7f\x62\xae\xb4\x77\x73\xbf\x03\x9f\x36\x7c\x1f\x3e\x7c\x05\x90\x50\x0a\x24\x76\x02\xe2\xce\x31\xd7\x23\x51\x70\x01\xa5\xf1\x50\x22\xb0\xc6\x17\xf8\xce\x18\x90\x4e\x71\xd5\xe7\x81\xa4\x10\xe0\x9d\x53\x9d\xfd\xb5\xfc\x97\x6f\xe8\x40\xc8\x78\xb8\x8c\x77\xcb\xb8\xbf\x3c\x0f\x72\xbf\x8f\x6f\xf1\x1e\xe4\x7e\x17\xe5\xc2\x5f\xa4\xd8\xd5\x64\x0c\x50\xa0\x0c\xb4\x1b\x0f\x64\xdf\x03\xba\x4f\x01\x36\x7d\x00\x06\xcd\x04\xd2\x8b\x81\xe1\x43\x81\xa4\xad\xc0\x98\x9f\x19\xff\x9e\xec\x03\xc4\xe5\x03\xd3\xf3\xd9\x4f\xa5\xb8\x19\xad\xc3\x3c\xc2\xd8\xa7\x8c\xf3\x4a\xa7\xba\x04\x75\x60\xc5\x79\x20\x33\x06\x88\xf1\x00\xb6\x17\x01\x31\x2f\x80\x43\xed\x80\xe8\xcf\xc0\x85\x4d\xac\x91\xf0\xa0\x14\x88\x6b\x02\xfc\x7d\x0e\x88\x14\x5a\x58\xb2\x0e\x84\xcc\xff\x90\x75\x20\x1a\xea\x21\xfc\x2e\xaa\xa6\xb5\xbc\x07\x71\x7d\xec\x2b\xfd\x13\xd1\xd7\xa2\x16\xf7\x77\xe5\xb1\x4c\xe0\x9b\x05\x62\x7e\x72\xc2\x39\xce\x6e\x32\x01\x54\x1d\x81\x34\x2d\xa0\xd7\x71\xe6\x7d\x68\xe9\x00\x71\x65\xc0\xa8\x54\x20\xd6\x0b\x98\xe8\x05\x44\x2a\x01\x56\xf7\x58\x13\x46\x9a\x87\xd0\x33\x80\xe7\x00\x20\x62\x25\x10\xba\x0d\x08\xef\x0e\xc4\x9f\x06\x22\xac\x80\x8c\x17\x40\x98\x0f\x63\x6a\xd2\x1c\x1d\x3c\xc6\x1a\x2a\x97\x4a\x81\xb0\x1b\xc0\x83\x72\x20\xfc\x19\xf0\xe1\x23\x10\xa8\x52\xff\xb9\xcb\x3c\x00\xb7\x33\x02\x0f\x17\xfd\x30\x66\xdf\x17\xb8\xbf\xf0\x83\x87\x62\x5d\xc8\xb8\xbf\x3c\x0f\xdf\xd2\xbd\xa8\xc5\xfd\xc5\xfd\xe7\x7c\xe1\x17\x59\xa2\xbf\xca\xfa\x2b\x40\xcb\x2b\x8c\xfb\x77\x5a\x07\xc4\x1f\x05\xfa\xbe\x00\x62\x14\x81\x61\x46\x6c\x97\xf1\x41\x60\x59\x09\x60\x11\x05\x04\xa5\x03\xb3\x1d\x01\x7f\x6f\x40\xca\x1b\x25\xff\x0d\xac\x06\x02\x5f\x02\x71\xb7\x80\x20\x3d\x8e\x01\x81\xcf\x98\x7b\xb7\xb4\x18\x38\xbc\x06\x08\xf8\x04\x5c\x9e\xc0\x7f\x2b\xc5\x87\x40\x1d\xe0\xc3\x25\xc0\x47\x49\xf0\x3f\x7c\xea\xf3\x3f\x64\xbb\x65\x3c\x5c\x1e\x1b\xf2\x5f\x1a\xf6\x7d\xa9\xd5\xbd\x90\xfd\x40\xe0\xb6\x32\xee\xbf\x43\x54\x97\x72\x05\xce\x9b\x29\xfc\x29\xf9\x04\xa0\x70\x9f\xb5\x4d\x5a\x3f\x04\xa2\x7a\x01\x6a\x71\x40\xa8\x2a\x20\x1d\x64\x42\x1e\x03\x86\xde\x80\xbf\x2b\x60\xb6\x93\x63\xa3\x9d\x0e\xe0\x63\x22\x9d\x75\x00\xef\x6b\x80\x7f\x05\xb0\xf8\x2e\x20\x9d\x00\x7d\xf2\x78\x1e\xbc\xca\x38\x57\xf2\xee\x0a\x1c\xbd\x02\x2c\xfa\x89\x63\xb7\xe7\x24\x9e\x07\x2f\x3b\xd6\x7a\x91\x9f\x7b\x43\xbb\x6b\xfb\x7f\x58\xd6\xe7\x41\xdc\xfb\x20\x9e\xbf\xe0\xbf\x34\xec\xfb\x72\x46\xf8\x8b\x8c\x7b\xcb\x7e\x50\x2c\xf0\x6b\x19\xf7\xcf\xb6\xe4\x31\x7d\x1a\x8f\x89\xc2\xaf\xa4\x7d\xaa\x89\x3f\xfb\x71\x47\xf1\xbc\x34\x2a\x01\xdf\xae\xac\xff\xb0\x68\x3b\x30\xde\x00\xf0\xd4\x61\xdc\x7f\xc1\x6b\xc0\xf5\x1e\xe0\xde\x1a\x58\x6a\xc5\x28\xc7\x8a\x93\xc0\x5c\x6d\xce\x05\x5c\x34\x81\xc2\x4c\xc0\x39\x92\x4f\x6c\x4e\x55\x3c\x0f\xd2\x9e\x23\xc5\x07\xe7\x77\xc0\x87\x2b\xc0\xac\xf1\xf5\xed\x36\xef\x5c\x9f\xf7\xd1\x90\x07\x71\xd7\xbf\xbe\xfd\x0d\xf9\x2f\x15\x65\xf5\xed\x2f\x1b\x22\xfc\x40\xf0\x80\x1a\xf2\x3f\xe4\xfe\x27\x71\x82\x07\x12\x2a\xf4\x62\x96\xba\x71\x3e\xb6\xe8\x33\xd0\x6d\x0b\xe0\x61\x0a\x68\x5d\x07\xdc\x9c\x81\x31\xe6\x80\xcb\xef\x80\x75\x3b\xb6\xcb\xa5\x8c\xf9\x1c\x7e\xea\xc0\x6c\x4f\xee\xc3\x38\x33\x95\x73\x8a\x19\x8b\x81\xc2\xc1\xc0\x0c\x57\xe9\xe4\x08\xd8\x56\xf2\x3c\xd8\x78\xb3\xee\xa0\xad\x1a\xef\x9b\x0d\xed\xae\xd5\xbf\xf0\x17\x3c\x88\x83\x3c\x6a\x97\xf3\x78\x5b\x8f\xbf\xe7\x55\xff\xfa\xf6\x9f\xd4\xa8\x6f\xff\x5e\xd1\x35\x54\xe6\x7f\xe4\x8b\x75\x22\xf3\x3f\xd2\x45\x15\x3a\x49\x74\x27\x8f\x15\x38\x7a\x88\x78\xbd\x48\x3a\xa5\x1f\x05\xdc\x52\x39\xdf\x70\xd6\x07\x34\x34\xb9\x07\xa3\xde\x04\xc0\xee\x16\x60\xfe\x19\xb0\xfd\x0d\x70\x38\x0a\xd8\xde\x03\x7c\xef\xb2\xa6\x50\x4c\x2e\xf7\xdc\x4a\xd7\x05\xcc\x7e\x03\x0a\xde\x00\xa6\x77\x80\x83\xb1\xc0\xc4\x4a\x3e\x67\x4d\xe8\x0b\xdc\x73\x01\xc6\x9b\x00\x7f\x4c\xa9\xb3\x7b\x64\x49\x7d\x7b\xfb\x9f\xe4\xb1\x9f\x32\x8f\x7d\x2e\xf1\x28\xf3\x5f\xce\x8a\x78\xd0\x90\xff\xd2\x90\xff\x21\xeb\x9f\xd4\xf2\x3f\x84\xff\x24\x8b\xee\xbb\xab\xe4\xdb\xba\x42\x5f\x63\x89\xd8\x67\xe6\x89\x7c\xc4\x5e\x19\x68\xf6\x1b\x30\xdd\x19\xe8\x11\x06\x58\xdf\x04\x74\x3f\x00\x16\xaa\xc0\xc4\xdd\x80\x59\x15\x30\xfb\x23\x30\x7e\x34\xe0\xad\x05\x18\x27\x01\x91\x49\xc0\x58\x63\x20\xf5\x25\x30\x3a\x08\xd8\x36\x11\xd0\x73\x02\xf6\x2d\x07\x46\x86\x03\xe7\xa9\x4e\x0e\xfc\xd8\x0e\x18\x96\x02\xbc\xbc\x01\x68\xef\x65\xfb\x06\xfc\x56\xdf\xde\x1e\x9f\x78\xec\xe2\xc7\x63\x67\xc1\xa3\xfa\x16\xff\x43\xb6\xbf\x21\xff\x43\x5e\x07\xe9\x82\x5f\x96\xa2\x29\xaf\x03\xae\xb2\x45\x6c\x67\x74\x26\x50\x47\x91\xee\xab\x79\xdc\x53\xa2\x4f\x70\xea\xaa\x44\x75\x2b\xcb\xe0\x26\x54\x35\x98\xf8\x6b\xb3\xb3\xaa\x9b\x00\xe3\x6e\xca\xcb\x07\x2d\x01\x46\x77\x6f\x39\xce\xb8\x19\x30\x72\x7e\xcb\xa2\xe9\x55\xc0\x50\xb5\x96\x3f\x2e\xdc\x05\x68\xed\x68\xf9\x22\xb4\x25\x30\x78\x7a\xab\x66\x49\xc7\x81\x01\x27\x5a\x16\xe4\x2c\x00\xfa\x75\x6d\x69\x59\xf6\x02\xe8\xdb\xa6\x45\x6a\xe5\x6e\xa0\xb7\xb9\xf2\xb6\x9b\x87\x00\xf5\xb5\xcd\x9f\xfd\x72\x1f\xe8\xd9\xb2\x79\xe6\x67\x37\xa0\xcb\xf2\xa6\x84\xdb\xa9\xea\x2a\x52\x5f\x83\x36\xe2\x9c\xd1\x6a\x15\x8f\xcd\x44\x1f\xa5\x5a\xfe\x87\xdc\xff\xe8\x1b\xfc\x97\xec\x52\xae\xa2\xc9\xfd\x7f\x92\xb7\x29\x53\x1d\x6f\xe5\x11\xee\xae\x1b\xaa\xda\x8e\xd4\x83\xfd\xd6\xb6\xa5\x9d\x73\x61\xbb\xf6\x54\xfd\x71\xdc\xaf\x4a\x75\x5a\xeb\x57\xdc\xb5\xdd\x28\xa7\x2b\xe1\x39\x3a\x9f\x7b\x18\x2b\x47\x02\x83\x9b\xaa\xb9\xf6\xb2\xc1\x54\x8d\x0d\x3d\x15\x46\xdd\xc1\x3e\xf5\x2b\x3d\x6d\x2d\xff\x51\xd0\xea\xbe\xad\xa7\x97\x6b\x80\xc2\xa8\x2e\x7b\x7a\x6e\x0c\xcc\x42\x50\xc7\xab\xea\x3d\x12\x46\x01\xaa\x9d\x7b\x2e\xdc\xbc\x08\x68\xe7\xa1\xb6\xb2\x58\x11\x68\xb3\xa4\xc7\xbb\x13\x83\x81\x56\xc1\x3d\xfa\x5d\x1f\x02\xb4\xf8\xa3\xbb\xe7\x13\x5b\x40\x79\x43\xb7\x17\x1f\x96\x01\x4d\x0e\x74\x22\x1d\x88\x46\x1d\xdb\x0f\xe7\xba\x4b\x6b\xea\x0f\x82\x99\x2d\x04\xee\xdd\xd4\x48\x1a\x8f\x77\x14\xf6\x0b\xbb\x4b\xb2\x98\x07\x22\xf7\x3f\xca\xae\x51\xa6\xea\xaf\xcc\x7f\x49\xaa\xee\x44\xf5\xaa\x95\x8f\xbb\x52\x35\x35\x3c\x54\x8d\x22\xa3\x7f\xb8\x3a\xe1\x3f\x0b\x7d\x7b\x51\x5d\xda\x39\xb3\x0f\xd9\x6f\xab\x39\x80\xfc\x62\x7c\xea\x00\xaa\xeb\xeb\xf6\xd0\xa2\xdb\x74\xdd\xd2\x74\x16\x61\x1e\xd0\xb1\xbd\xae\x47\xe7\x55\x40\xdb\xac\xa1\xd1\x3a\x4d\x81\x96\x7a\x43\x57\x9a\x19\x02\xcd\x74\x75\xaf\x38\x26\x01\x8d\x56\xeb\xbe\x59\x32\x08\x50\x98\xae\x7b\x2e\x96\xf6\x2e\x5d\x83\x8d\x54\xaf\xd3\x89\xdd\x49\x15\x44\x6d\xcd\x63\xf4\x73\xcd\x2b\x57\xa8\x32\x38\xe4\xfa\x43\x52\xa2\x19\xfc\xcb\x9f\xf4\x44\x06\x4c\x61\x7b\x7b\x0b\xbe\x83\x9a\xe0\x87\x74\x7d\xcb\xa3\x2a\xf9\xc3\xc1\x66\x5c\x1d\x2b\xf1\xe2\xdb\x73\x05\xbf\xb6\xa0\x6a\x6f\xd6\x2f\xaa\xf4\x7a\x83\x42\xb7\x56\x6c\xbf\x3a\xf9\x7b\xac\x0a\x77\x97\x0e\x7d\xd1\x9f\x54\x2b\xfc\xc1\x3c\x81\x85\xcf\x34\x29\x22\x38\x27\xeb\xd2\x4e\x32\x35\x9d\x9a\x4d\x63\x52\xab\x91\x54\x97\xd3\xbb\xa0\x4f\x78\xb7\x86\x0a\xa3\x34\xad\xf5\x8c\x44\xdd\x72\x9c\x51\x6b\x8a\x51\x26\x7f\x0f\xa0\x35\x39\x4e\x87\x91\x76\x93\xfe\xb3\x29\x76\x9b\xb8\xf2\x7d\x7f\xe3\xe5\x31\xb4\xf7\x18\x19\x6e\xa0\xd8\x3e\xb6\x67\x21\xd5\x5d\xc7\x04\x1c\xa6\x3a\xbc\xe1\x6f\x97\xe9\x5e\xd6\xe8\xa3\xf7\xe9\x9d\x0d\x5e\xbd\xad\xc7\xff\xd0\x7d\xc8\xa3\xa6\x3d\x8f\xfd\x3e\x7e\x39\x3f\x7b\xad\x04\xff\xa7\xbc\x3e\xff\x27\xbd\x9a\xcb\xcb\x49\xd5\x83\x28\x33\x88\x4d\x1e\x44\x27\x8a\xf0\x3e\xda\x47\xf9\xf9\x8f\xa2\x0c\xcb\x2b\x47\x9f\xe6\xc5\x25\x7c\x0c\xf9\xfb\x74\x70\xe2\x60\x1e\x69\x4c\xfe\x60\x78\x79\x1c\xcd\x83\xe6\x20\x33\x7a\xdd\x3d\x87\xf9\x21\x4a\xeb\x2c\x45\x26\x6a\xb9\xa7\x2d\xcd\x9c\x95\xc9\x40\xba\x31\x6c\xb9\xdc\x84\xd6\xa6\xa5\x27\x2b\x4d\x58\xbd\xf6\xa2\x5c\xd5\x72\x65\x24\xed\xd9\x53\xfe\x58\x4f\x7b\xd8\x94\x4f\x9c\xbb\x98\xdf\x3d\x40\x75\x4b\x0b\xcd\xef\xf8\xa6\xf5\xce\xbb\x84\x7f\x4f\x6a\xf1\x9a\xf6\xb4\x09\xe2\xde\xea\xd8\x7f\x79\x1c\x2d\xf0\x5d\x59\x17\x85\xe7\xa7\xf0\x1c\xeb\xc1\x6c\x8e\xec\x4b\x2b\x63\x5d\x14\xeb\xfa\x24\x5d\xe7\xe7\x1c\xab\x34\x92\xea\xae\x61\x6a\xa3\x1c\xf8\xf9\x8f\xa5\xcc\x51\xd6\x81\x71\xd5\x61\x1e\xcc\x2c\x67\x53\x62\xa4\x5a\xb9\x99\xd3\x89\xcc\x64\xa3\x15\xb1\x7b\x86\x4d\xb3\xa6\xfb\xdd\x1a\x41\x53\x69\x1e\x55\xa2\xa6\x5f\x61\xfb\x19\x4f\x07\xec\x77\xa8\x10\x42\x64\xff\x6a\x20\xcd\x90\x7d\x67\x9e\x49\x7b\x7f\xee\x48\x62\x6f\xc8\xca\x21\xb3\x13\xc3\x7c\x78\x4c\xe1\xd1\x6b\x2b\xf9\x85\x5d\x35\x2b\x49\xcf\x5c\x7a\x8e\x10\x98\x19\x2d\x6f\xd3\x3d\xc7\xe9\x76\xbf\x32\x33\xe5\xde\x67\x62\xb4\x4c\x11\xb8\xae\x99\x51\xcd\x7f\xe8\xc6\x6c\x51\xef\xcf\x7d\xa0\x2a\xd8\xee\x24\xa1\x8b\xb2\x72\xae\x1e\x9d\x28\xc2\x96\x1a\x13\x4f\x21\xc0\x77\x22\xa1\x41\x5e\xf9\x93\xc9\x0b\xdd\x1f\x58\xe7\xf3\xb7\xb4\x25\x3f\x9f\xaa\x2b\x78\x30\x9e\x33\xeb\xf1\x60\xb4\x74\x1c\xe8\xe4\xd2\xe3\x80\x03\xa1\x95\xcd\x57\x88\x44\x1d\xf3\x2c\x78\x74\x1b\xc5\x9e\x38\xcf\x6c\x20\x79\xe2\xbc\xf1\xdc\x71\xca\x7d\xf2\x34\xaa\x09\xb8\xb7\xe5\x3a\xb5\x6b\x51\x30\xed\x61\xae\xd5\x7c\xa3\xde\x2d\x35\x3b\x85\x5f\x97\x8e\xe7\x27\xc2\x37\x23\xe7\x6a\xdd\xa0\xdf\x3b\x7f\x7a\x4c\x37\x2f\x9d\x6e\x7c\xa0\x6f\xe8\xa0\xc1\x76\x4f\x13\xeb\xc1\x4a\xf4\x01\x61\xde\x50\x9a\xea\x70\x7a\x1a\xc9\x53\x0d\xb8\x1b\xcb\x51\x13\xca\x1c\x22\x61\x46\x6a\x13\x01\x8f\xcd\xe9\x39\xfa\x0c\xb5\xa5\xfd\x60\xde\xdc\xe9\xb4\x2e\x64\x1e\xcc\x74\xcd\xd9\x74\x5f\xd3\xfc\xcf\xfa\x3c\x98\xe1\xb3\xe7\x12\xee\xdf\x67\x9d\x2b\xeb\xbb\x17\xce\x27\x7f\xa9\xd3\x85\x59\x2c\x22\xf3\xe2\x6a\x9e\x07\x6f\x57\x56\x62\xf2\x76\x1d\x43\xcf\x7b\x71\x32\x7f\xe2\xe2\xd7\xfc\x0e\x3e\x0e\x81\xe4\xe7\x3e\xa9\xac\xa8\xe0\x53\xb0\x99\xf0\x09\xef\xaa\x22\xc2\x31\xbd\x7f\x38\x4e\x11\xca\xfb\xc5\x75\xd2\xef\x5e\xa4\xfb\x80\xfc\xc4\xb3\xf1\x3b\x56\x70\x11\xb8\xe6\x1c\x25\x1e\xed\x45\xbf\x1c\xd6\x45\x49\xa9\x64\xbf\x8e\xf7\x36\xbb\x8c\x2f\x74\x70\x42\x94\xa6\x11\xca\xe2\xfb\x71\x06\x65\x8a\x0b\xde\xda\xeb\xd3\x6c\xcf\x9d\x43\xa8\xe3\x2c\x8b\xb9\xf4\xa9\xd6\x6d\x5c\x09\x85\x31\xfd\xdb\x9d\xd6\x8f\x7e\xc0\x02\x52\xa8\xd3\xbc\xcc\xfd\x91\x7a\x4e\xf2\x22\xdc\xa2\xdd\x79\x1f\xb6\x3b\x5c\xd6\x85\x09\x16\x27\xba\xe0\xec\x0e\x34\x63\x41\x89\x8c\xf3\x06\x0e\x37\xa4\x19\x0e\x9e\x65\x4d\x71\x22\xa4\x92\x99\x36\x21\xab\xfd\x29\x87\x0b\x5a\x1b\xcb\x4a\x25\xed\x37\xd2\x5e\x17\xf8\x74\x3b\x7d\x62\xe0\x9d\x43\x14\x27\x03\x75\x2e\xb2\x72\x41\xc5\x4f\xe4\x57\x7e\x9f\x7e\xa3\x99\x5f\x22\x74\x61\x16\x89\x7e\x07\xee\x97\x6a\xbe\xd0\x45\x49\x58\xc5\x7a\x47\x31\x9a\x53\x69\xdf\x0b\xd1\x9e\x45\x68\xf9\x52\x63\x47\xca\x17\xbc\x04\x2f\xc2\x4d\xd3\x8d\xf2\x21\xfb\x23\xee\x14\xcd\x6c\xee\x30\x1f\x64\xf2\x6e\x4f\xca\x8f\x64\x1e\xcc\x08\xd7\xc5\xe4\xc5\xfd\x77\x2e\x21\xaf\xec\xba\x8e\xed\x56\xb6\x0a\x11\x78\x4e\xe8\x52\x1e\x23\xfe\x06\xe5\xe4\xb5\x7c\x98\xf7\x03\x69\xe6\xc2\x9f\xe9\xd3\xbd\xe5\xc8\xa1\x56\x14\xa9\xa2\x9a\x3b\xd3\x8c\x47\xe6\x2e\xa1\x77\x8e\x9c\x10\x45\x78\x66\xd4\x27\x0a\x03\x88\x0c\xcf\xa7\x79\x8b\xb8\x5c\x4e\x39\x6e\xd4\xe0\x0b\xb4\x44\xc3\x2a\x6f\x93\x4e\x4c\xe8\xfc\x67\xc4\x23\x0a\xf5\xfe\x44\xf3\x11\x38\xa4\x86\x3b\xdd\x68\x7c\x39\x2f\xd1\xd5\x76\x94\x11\x2e\x2f\xb0\x27\xc6\xb9\xdf\x45\x17\x5b\xf6\x32\xe6\x83\xb8\x0f\x63\x5e\x84\x53\x10\xfb\xf3\x74\x78\xd1\x6a\xb4\x72\xf3\xa5\x5d\xdc\xd4\x9f\x79\x3f\x06\xaf\x98\x2f\xa0\xf3\x69\x19\xbd\xee\xbb\x75\x19\xa1\x46\xaa\x57\xb8\x8b\x49\x93\x71\x11\xa2\x92\xb1\x42\xdc\x68\x88\x77\x50\xa2\x7e\x47\xb5\x7c\x18\x2f\xde\x89\xe3\x37\x1b\x10\xef\x27\xde\xc6\x92\x98\x68\x09\x19\xce\xf4\x8e\x09\x91\xdc\xb9\x25\xbe\x5f\x38\x45\xa6\x84\x17\xa9\xb4\x5f\x24\x0c\xcc\x23\x8f\x4d\xb0\xdc\x4b\xf1\x65\x55\xd1\x69\x62\x26\xae\x7c\x79\x93\x22\xdb\x4a\xc3\xa7\x34\x7f\x2b\x9a\xfd\x49\x11\xbe\x21\x2f\x26\x90\xd6\x45\x58\x15\xc7\xad\xa5\xdd\x5d\xe9\xf9\x2e\xf2\x5a\x40\xeb\x7f\xfe\xc7\x45\x14\xb6\x5d\xc0\x9f\x6e\x7f\x7f\x09\xe1\xd8\x72\x5f\x28\x73\x2b\xee\x9b\x63\x32\x69\x39\xed\x87\x23\x35\xc3\x29\x7f\xd2\xf4\x8e\xa2\x4a\x6f\xcf\x11\xd1\xa4\x42\xd1\x4e\x7f\x25\xe5\x21\xf8\x23\x41\x28\xb7\xd6\xf2\x61\x6c\x94\xe8\xa3\x65\x3e\xcc\xba\xb1\x03\x88\x2f\x99\x9a\x3a\x9a\xde\x31\xf5\xd2\x14\xda\xff\x52\xdb\x3a\x92\x3d\x29\x95\x4c\x18\x48\x7d\x12\x4e\x1e\xb8\xce\x6a\xed\x0c\x1e\xb3\x69\x9e\x52\x9e\x97\xf5\xe3\xf7\x3b\x49\x38\xdf\xda\x47\x57\xe9\x89\x25\xb9\x3c\xa2\xf5\xb1\xba\xec\x0d\x79\x74\x42\xdb\xfa\xbc\x18\xee\x17\x14\x34\x74\x21\x3d\xd7\xc5\x8f\x3d\x89\xa5\xe5\x69\xe5\x43\xd9\x99\xdb\x3b\x3f\xfa\x6b\x47\xd5\x20\xfa\x54\xb9\x2f\xd4\x94\xef\x97\x3f\x67\x3f\x88\x22\xf4\xdd\x70\x40\x34\x79\xd9\xd0\x67\xb1\xc4\x9f\x19\xd0\x67\x15\xe5\x11\xdd\x6d\xe2\xc9\x0f\x5a\xdd\x5f\xcd\xfa\x1f\x65\x29\x22\x43\xdf\x20\x2a\xa0\x19\x67\x99\xff\x90\xd9\xa9\x03\x29\x30\x65\x24\x72\x9c\xcc\xcc\xd3\xa3\x48\xb2\xf1\x06\xe3\xdd\x19\x77\x99\xa1\x97\x91\xc8\x7d\x72\x32\xf3\x42\x69\xa5\x66\xbe\x64\xdc\x3f\xd3\x30\x8b\x32\xd5\x8c\xa8\xdd\xe4\xc1\x19\xed\x8e\x51\xad\x68\xe3\xd9\x2a\x7a\x52\x1b\x4f\x54\xd3\xd9\x2f\x3d\xe1\x35\xf5\x4d\x49\x8b\xf9\xfc\x89\x9f\x47\x0d\xc5\x59\xe6\xc5\x2c\xc9\xf1\xa6\xe7\xe3\x51\xe5\x47\x5e\x36\xdf\x3f\x98\x66\x51\xe6\xc1\xcc\x7c\x15\x4e\x27\x46\x1b\xad\x28\xfa\xdf\x93\x3f\xad\xa0\x2c\xc6\x58\x6b\x25\xb1\x13\x46\x55\x24\x50\x1e\xa5\xa5\x98\x48\x7f\xd7\x37\x30\x89\xce\x1b\x9d\x9b\x25\x93\x55\x2d\xb4\xd6\x89\xbc\x71\x43\x39\x8f\xb5\x7c\x18\xd7\x46\xc4\x9c\xc9\xb9\xdc\x91\x95\xcc\x5a\xf4\x27\xfb\xf3\xda\xeb\xd1\x0a\xcd\x29\xe0\x1d\x2b\x27\x67\x16\x9d\xf5\x73\xa3\x3d\xe8\x2c\x9c\x53\x1a\x42\x9f\x98\x37\x24\x91\x76\xde\x5c\x6d\xee\x40\x95\x6b\xbe\x93\x4e\x70\xb9\x8a\x5c\x2b\xc8\xb6\x3a\x4f\x67\xfe\x5c\x8f\x7b\xe4\xa9\x39\x45\x2f\x89\xd9\xb6\x25\x9d\xfd\x41\xd6\x45\x61\x5e\x8c\xf7\x91\x00\xf2\x63\x0f\xd5\xe5\x14\x7d\x5d\xa6\x84\xd2\xee\x54\xab\x87\xb3\x8b\xa3\xb3\xc5\x47\xee\x1f\x33\x71\x5f\x02\xb1\x1a\xc7\x54\x25\xd1\xd3\x1c\x11\xb9\x96\x78\x60\x9a\x2a\x6c\x6f\xef\x8d\xfc\xbc\x3b\xaa\x65\x50\xd6\xdb\xac\x5d\xe6\x4a\xb6\x3b\x7b\x18\x8f\xf9\xa2\xc2\x5b\x68\xa1\x44\x33\x53\xb0\xae\x23\xf9\x71\x61\x61\x7f\xee\x70\x68\xc0\xfd\x2f\xb6\x5f\x30\x23\x3b\xb6\xb7\xb3\xa3\x14\x7d\xfb\x73\xee\xe4\x56\x30\x9b\x15\x7c\xb6\x2f\x62\x26\x96\xac\x13\x53\x98\x59\x48\xdf\xb0\xf0\xfb\x83\xc4\xf0\x2e\x30\x3c\x4b\xbf\x2f\xe8\x72\x9b\xf8\x10\x05\x3d\x9f\x93\xfe\x5e\xc1\xcb\xcf\xd4\xd1\x2d\x57\xf0\x8a\xb3\x36\x53\xfd\x7a\x65\x18\x45\x69\xb7\xd2\x28\x8a\x36\xce\xdd\x62\xe9\xdb\xcc\x4c\x8f\xa7\xf3\x93\xad\xca\x6a\xaa\x44\x4f\x6a\xc7\xbc\x98\x71\x3a\xec\xdf\x72\x7f\xa8\xa1\x4e\xe9\xe4\x6d\x83\xac\x32\xa9\x72\xd3\x73\x0f\xeb\x86\xb4\x3f\x9b\x4d\xd1\xaa\xc9\xab\xdc\xef\x85\xfd\x0d\xf8\x30\x25\x93\x94\xe8\x1c\x54\xf4\x90\xf5\x61\x4a\xf4\x98\xd9\x5c\xf4\x98\x33\xb9\xe2\x38\x53\xe2\x0d\x17\x2b\x73\x5e\x59\xdc\xcb\x9d\xe2\x67\x89\x88\xc8\xc5\x43\x98\x2f\x56\xe6\xcf\x3a\x31\xc5\x43\xb6\xd2\x73\x2e\x4a\xde\x4b\x19\x4c\x71\xda\x19\x3a\x43\x17\x39\x7c\x4f\x27\xc5\x62\xc3\x27\xb4\xbf\xee\xaa\x79\x47\x7e\xb4\xf3\x24\xeb\x3f\xe4\x13\xff\x7e\x7e\xda\x0a\x7a\x5e\x72\x5f\x2c\x87\x02\x56\x54\x9d\x11\x91\x4c\xa7\x37\xab\x81\xa9\x14\xc5\x4d\xff\x4c\x27\xbe\xf9\xd8\xb5\x19\x54\xa9\xd0\x4f\xdf\x4c\xcf\x5b\x7b\x11\xf3\x43\xfa\xb7\x60\x5d\x9c\xee\x36\xcc\x0f\x69\x17\x96\x4f\x59\x41\xe3\x01\x3b\x45\xc5\x66\xb7\xa8\x74\xec\x11\x37\x7e\x0e\x8d\x50\x24\xbb\xf6\x5f\xef\x40\x79\xc2\xfe\xd9\xfd\xc9\x23\xf7\xff\x3c\x82\x5e\xef\xbb\x3a\x81\xd6\xfd\xbe\x08\xce\x54\xf7\x79\xb9\x12\x83\xf7\xe0\x3b\x66\x2c\xee\x8f\x63\xc6\xda\x21\x9b\x34\x9a\xaf\x03\xa9\xdb\x68\x9d\xed\x5f\xb3\x87\x32\xfa\xfd\xc9\x9c\x5f\x96\x57\x70\xcd\xf9\xc0\xfa\x67\x94\x11\xef\x0f\xfd\x9b\x4e\x96\x7b\xbb\xb2\x3f\xb0\x7e\x8e\xcc\x83\x71\x7a\x9b\x4c\xff\x7b\xe6\xf2\x75\xc4\x7f\x9a\xaa\x9e\x46\x51\xdc\xe2\x7c\x06\xed\x36\x13\xc3\x36\xd1\x7e\x37\xc6\x67\x0b\xc5\x81\x51\xa5\xcc\x0b\xd1\xd6\xce\x27\xef\xee\x7b\x8c\x4f\x3d\xdd\x6d\x76\x53\x16\xa7\x12\x53\x44\x51\x5a\x69\x5d\xa9\xb8\x09\x58\xde\x96\xc7\x5a\x3e\x4c\x13\xc5\x4e\x3c\xb6\xa7\x78\x76\x4c\xad\x2f\xd9\x71\xbc\xff\x30\xfa\xbe\xc7\xaa\xc6\xd3\xcc\x1d\x4f\x9f\x46\x27\xe0\x8a\x50\x57\xfa\xa4\x8a\x95\x7e\x14\x57\x8f\xfd\x1c\x45\x33\x5f\x31\x35\x95\x66\xb6\xa2\x24\x97\x22\xd6\xf1\xfc\x32\x9a\xbf\xe3\x91\x27\x29\x53\x3e\x16\x7e\x8d\x32\x96\x63\xbd\x1e\xd0\xff\x3f\xe6\xf3\x96\x9e\xe8\x11\xc1\x97\x63\xfd\x1c\xb9\xcf\xc7\xcb\x50\xa0\x53\x15\xf0\x5c\x07\xe8\x14\xfd\xdf\xbc\x87\x1e\x2f\x81\x6b\x6d\x80\xbe\xbe\xc0\xc5\x09\x80\xc6\xe3\xba\xfe\x06\x15\x46\x80\x6e\x25\xe3\x9c\xc3\x75\xf8\x5e\xa7\x74\xc2\x96\xf5\xfd\x77\xd8\x02\x16\x2f\x19\xaf\xb7\x3e\x01\xe4\xf9\x00\x0e\x3f\x02\xd9\x46\x80\xeb\x75\x60\x8b\x23\x20\x9d\x2b\x37\x7b\x73\x4d\x3b\xeb\x06\x10\xe5\x0a\x6c\x3a\x0e\x24\x2e\x06\x36\xcd\x05\x36\xb4\x01\xb6\x74\x06\xb6\x4e\x63\xfc\xbf\x4c\x8d\xf1\xed\x8a\x1a\xd6\x89\xb8\xbe\x14\xc8\x4f\x06\xaa\xe7\x02\xdb\xda\x01\xbf\x9f\xa8\xd3\x3f\x68\x88\xff\xaf\x33\xaf\x8f\xff\xfe\x91\x0b\xb4\x77\x00\x5e\xb9\x01\x6d\x7b\x02\x4f\x56\x01\x2a\x63\xbe\xe6\x3d\xdc\x88\x62\x3c\xe6\xca\x72\x29\x47\x04\xce\xe5\x03\xbd\x82\x81\x33\xa7\x81\x01\xd7\x81\xa3\xb7\x00\xad\xc3\x75\x7a\x07\x25\xe6\x80\x9e\x05\xb0\x23\x80\xfb\x3e\x48\xd1\x61\x92\x37\x90\xb7\x82\xfb\x75\x67\xf9\x00\x33\x87\x02\x5b\xec\x01\x37\x2f\xd6\xf5\xf7\x50\x03\x32\x42\x80\x80\xce\xbc\xbb\x86\x67\x01\x19\x4e\x40\x42\x28\xb0\xd1\x09\x48\x5b\x5e\x77\xef\x3f\xf3\xa5\x98\x07\x1b\xd6\x5e\xc9\xd9\x01\x5c\x8f\xa9\xeb\x7f\x90\xf7\x1a\x78\x67\xf7\x35\xfe\xdf\x10\xff\x96\xf9\x0f\xaf\x5f\x00\x2d\xac\xbf\xe8\xf3\xb1\x17\x68\x6e\xcc\x7d\x5f\x5a\xa8\xd7\xf1\x1e\xae\x75\x01\xda\x6b\x02\xe7\xab\x19\x87\x38\xa5\xc3\xba\x29\xc7\x6e\x03\xea\x0e\xc0\xc1\x79\x40\xdf\x87\xc0\x5e\x7f\xc6\xfb\x77\xf6\x60\x7c\x42\xee\x73\x20\x3d\x97\x89\xd7\xb9\x8f\x83\x45\x09\x6b\x9d\xcc\xf0\xa8\xc3\xfd\x37\x98\x30\xde\xbd\xfe\x33\xe0\xd7\x83\x71\xf0\x30\x35\x20\x4d\x81\xef\x6e\xa7\x69\x03\x69\x3f\xf3\xfd\xf8\xbc\x38\x20\x23\x0f\xd8\x53\xca\xb8\xd1\xa9\x5e\xec\x47\xd7\x23\x81\xcd\xd7\x81\x47\x05\xdc\x3b\xe4\xcf\xea\x3a\xfc\xff\x7f\xf5\x81\x78\x55\x00\x28\x3d\xfb\x9a\xf7\xf0\x53\x53\xa0\x49\x2a\x70\x7d\x2d\xd0\x6c\x3f\x70\x79\x25\xd0\xfc\x3c\x70\xfa\x06\xd0\xfa\x0d\xfb\xa2\xe4\x27\x87\xfd\x80\xae\x93\x80\xbd\x39\x40\xaf\x53\xc0\xce\x2c\x40\xe3\x19\x50\xb8\x8d\xe7\x63\x6b\x12\xa0\x97\x0d\x64\x9d\x00\x4c\xe6\x32\x5f\x41\xca\x8f\xd2\x14\x19\x6b\x90\xec\x73\x78\x00\xa4\x55\x01\x52\x46\x97\x92\x00\xf8\xf6\xaa\x9b\x87\x94\x27\x8c\x89\xad\x75\x06\xd6\xed\x00\x52\x54\x80\x9c\x2b\xc0\xfa\xdd\xc0\x5e\x4d\x60\xa3\x11\x2b\x31\x6d\x9c\x07\xdc\x38\xc4\x98\xd7\xd3\xcf\x75\xf8\x7f\x7a\xf5\xff\x6d\xbf\x8c\x03\xcb\xbc\x87\xe7\x82\xef\x20\xf3\x1e\x7e\x94\xce\x36\xeb\xbf\xe6\x3d\x54\xfe\x0b\x34\xd1\xe0\x75\xd0\x2a\xbe\xae\xcf\x43\x89\x29\xd0\x35\x0d\x28\x30\x06\x7a\x1b\x01\xdb\x4e\x00\x83\x2c\x81\xec\x68\x60\xc4\x5e\x20\xa3\x2f\x60\xd8\x01\x48\xeb\x09\x4c\x98\x0a\xa4\xae\x04\xac\xf3\x81\xc4\xa7\x80\x5d\x1b\xc6\x41\xa5\xf3\x75\x62\x35\xe0\xed\x04\xc4\x7f\x0f\x04\xef\x03\xd6\xac\x04\xe2\x7c\x81\x84\x62\x20\x65\x37\xdf\x8f\xcd\x8d\x00\xd6\x14\x00\xa5\xf1\x40\xaa\x1b\x50\x19\xc5\xba\x11\xb7\x44\xaf\xa9\xe7\xda\xdf\xb0\xbf\xf0\x0b\xfb\x23\xea\xf3\x00\x1a\xf6\x3b\xf9\x16\xef\xe1\xa2\x3a\xf7\x41\x91\xfc\x40\xb1\x3d\xf7\x66\x69\x34\x12\x28\xf7\x07\x5a\x17\x03\xc5\xae\x40\x07\x35\xc6\xf9\x7a\x54\x31\xef\x47\xe3\x08\x90\x39\x09\xd0\xfa\xc0\xcf\x57\xca\x0b\x52\xbb\xb1\x8e\xd0\x9a\xef\x19\x63\x94\x71\xff\x18\x07\xc6\xb2\x56\xa6\x31\xee\xbf\x62\x1f\x10\x98\x02\xac\xfc\x03\x88\x4d\x06\x56\xdc\x07\x52\x26\xb0\x3d\xb9\x1e\x8c\x97\x95\x7e\xc7\x6b\x46\xfa\x4e\x89\x3f\x01\x37\x3e\x31\x9f\xe0\xb1\x26\x90\x90\x05\xfc\xab\xfc\xb5\xfd\x21\x0d\x70\x70\x59\x07\xa2\x21\xef\xe1\x4e\xd7\xfa\xf6\xcb\xbc\x87\xb3\xa2\x5a\x20\xf3\x1e\xa4\x78\xa8\xe0\x01\xec\xda\x0e\x28\xc6\x02\xdb\xad\x81\x56\xbd\xa4\x6c\x19\x50\xcd\x03\x36\x3d\x06\x7a\xde\x60\x8d\xfe\x81\x3e\x1c\x9f\x86\x6e\x01\xd6\xb4\x05\x8c\x12\x98\xdf\x60\x3a\x06\x88\xc9\x06\x6c\xcf\x03\x11\x86\x80\xfd\x04\x20\xb2\x8c\xe3\x65\xf8\x00\x60\xe9\x76\xe6\x03\x48\x79\x82\xf4\x2f\xf5\x4f\xbe\x27\x9f\x3d\x8d\xed\x2a\x29\x00\x22\x27\x03\xc7\xca\xf8\xff\x49\xdf\x39\x56\x05\x78\x76\x0d\x58\xa9\x0a\xd4\x64\xd7\xe9\x40\xd4\xf2\x3f\x84\xdd\x8b\x44\xbc\x70\xdf\xc5\xe3\x33\xa1\x0b\x73\x37\x8c\xc7\xaf\x78\x0f\x0d\xfa\x7d\x54\x08\xfc\x76\xaf\xa8\x26\xc8\x38\x67\xee\x72\x40\xa1\x9a\xf5\x59\x5a\x39\x03\xe9\xd7\x81\x2e\x4a\x40\x72\x1b\xd6\xe9\x92\x9e\xdb\x90\x32\x20\x66\x2d\x30\x4a\x0f\x88\x2a\x03\xc6\xab\x02\x61\x8b\x00\xcb\xe5\xc0\xf2\x21\xc0\x2c\x0b\x20\x28\x95\xb1\xbf\x65\x6b\x58\x03\x40\x3a\xe5\x49\x5f\x69\x59\x05\xfb\xd2\xf2\x57\xac\xb1\x12\xf2\x94\xf7\x8b\xe5\x6f\x59\x2f\x67\xb9\x29\x70\xbd\x3f\x73\x68\x9e\x5f\xff\x9a\xff\xb2\xf8\xa8\xe0\x01\x34\xd0\x81\x70\x12\xbc\xc2\x87\x02\xc7\x92\xf9\x2f\x0d\xfb\x7d\x9c\xfd\x5b\xd8\x2f\x5e\x1f\x12\xfd\x0e\x64\xfe\xc7\x57\x7a\x07\x0f\x99\x6f\x96\x14\x0a\xb4\x6a\x0f\xc4\x8f\x07\xba\xbe\x07\xa2\x8b\x00\x8d\xa7\x40\xb8\x11\x30\x54\xb7\x0e\xf7\x97\xf9\x0f\x52\xae\x6c\x57\x0d\x2c\x75\x96\x72\x7c\xc0\x2f\x0c\xf0\x2d\x61\xff\x8d\xb0\x02\x02\xdc\x81\xd4\xb5\x80\xbf\x35\xe7\x20\xfe\x76\x9c\x99\xfa\x7d\xe0\x79\x90\x4e\x89\x37\x6a\x00\xff\x32\xe0\x85\x7e\x1d\xff\x65\x91\xb8\xc7\x2e\xeb\x7e\xc8\x76\xcb\x78\xb8\xcc\x07\xa8\xf5\x83\x86\xba\x17\xf7\xff\xdb\x0f\xf6\x0b\xbc\xfb\x2b\xfe\x87\xa8\x3a\xca\xba\x0f\xd2\xfa\x55\x7c\x03\x44\xf7\x05\xda\x39\x31\xcf\xa5\xa7\x35\x10\x32\x05\x18\x5c\x0d\xf8\x0f\x05\xf4\x27\x00\x3e\x9b\x81\x09\x96\x80\x77\x18\x63\xbb\xde\x8a\x80\x8b\x35\xe0\xf9\x09\xf0\x19\xca\xaf\xa3\x3c\x80\xc5\xaf\x80\xd4\x9f\x81\x45\x7e\x40\xae\xad\x74\x3e\x66\x3d\x2d\x69\x3c\x3d\x95\x63\xca\xad\x6a\xe6\x47\xbc\xf8\x82\xff\x22\x3f\xf7\x86\x76\x5b\x6b\xd7\xe7\x03\x34\xf4\x83\xcb\x2f\x78\x94\x71\xef\xca\x9e\xc2\x0f\x04\xee\xbd\xe7\x7f\xf0\x3f\xd6\x96\xd7\xcd\x03\x04\xde\x2b\xe5\x27\x81\x1b\x80\x8e\xbd\x01\xbf\x66\x40\xbf\xd3\x80\xf7\x04\x60\x78\x38\xe0\xa9\x0d\x98\x2c\x01\xe6\xcf\x02\xac\x16\x01\xf3\x8e\x02\x4e\x57\x00\x37\x3d\xbe\xd9\xe8\xa6\x0a\x44\x44\xf1\x5e\x92\x54\x0d\xb8\xb5\x03\xa4\x93\x9b\x93\x1a\x50\x52\xce\xb1\x55\x9a\x07\x87\x0f\xc0\xcd\x96\x80\xd3\x13\xe0\x85\x19\xe0\xbc\xf4\xbf\xed\x9e\x2c\xfc\xc2\xe4\x44\x7d\x1e\xc4\xff\xe4\xbf\x08\xfd\x93\x7d\x62\x7f\x95\xf9\x1f\xf9\x02\xff\xdf\x22\xfc\x60\xc3\x53\x1e\x65\xdc\x3f\x46\xc4\xdd\x40\x31\x5f\x52\x7c\x6a\x57\x09\x78\xa6\x33\x4f\xdb\xf5\x06\xf3\x62\x9c\x34\x59\x9b\xc1\xe9\x31\x30\xf9\x0d\xe0\x14\x07\x38\x0c\x04\x1c\xa5\x79\x98\x0e\xcc\x1e\xc6\x1c\xa8\x59\x53\x81\xb5\xc3\x98\x33\x93\x6d\x05\x4c\x97\xd6\xc5\x2a\x60\x7a\x6f\xe0\xb4\x26\xeb\x41\x48\xfb\xa6\x6d\x26\xf0\xd2\x14\xb0\x49\x63\xee\x78\x43\xbb\xc7\x98\x08\xfe\x83\xd0\x81\xd0\x5a\xc7\x63\x43\xdd\x83\xb3\x42\x17\xa3\x21\xff\xa5\x56\xff\x44\xc4\x85\x6f\xf1\x3f\xe2\xc5\x6d\xe5\x08\xd1\x27\x45\xae\x4e\x2f\x54\xe5\xbe\x63\x6e\xc7\x81\x4e\x0a\x80\xc3\x7b\x40\x43\x0b\x98\x71\x15\x18\xe1\x01\xd8\xad\x00\xcc\x8a\x80\xa9\xbd\x81\x99\xff\x02\x36\x37\x00\xcf\x55\xc0\x14\x07\x20\x74\x33\xf7\x2a\x4c\xd2\xe1\x1c\x6c\x8b\x64\x9f\x26\xaf\x8b\x09\xb3\x39\x3e\x4c\xf4\x04\x6e\x36\xe7\xb3\x8c\x94\x1b\x4b\xcb\xf8\x53\x0f\x60\x8c\xe0\x83\x0d\x13\x3c\xb9\x01\xce\xf5\xf9\x0f\x7d\x45\xfc\xf8\x4a\xff\xa5\x81\xfe\x89\xcc\x7f\xd9\x2d\xd6\x8f\xcc\xff\xd8\x24\xf8\x10\xb5\xfc\x0f\x31\x2f\x2b\xcf\xf3\xb8\x5c\xc4\x53\x1f\xe1\x17\x2e\x82\x37\x34\xdb\x19\x68\x15\xcc\x1c\x20\xb5\xcf\xcc\x3d\xd7\x4e\x05\xcc\xf3\x01\x93\x67\x80\x99\x2e\xf7\x65\x1c\xdf\x17\x58\x30\x1b\x18\xe7\x05\x2c\xfb\x0e\x18\x73\x8f\xe7\xc1\x30\x14\xc8\x36\x03\x0c\xf4\x81\xd2\x9e\x80\xfe\x51\xe0\x54\x7b\xce\x4d\xa4\x38\x39\xb2\x1c\x78\x16\xc9\x7c\x08\x69\x1e\x06\x09\x9d\x9c\x3e\xa2\x5f\x90\x5a\x08\x8f\xdd\x04\xff\xbe\xb3\xe0\x93\x5d\x14\xfc\xd9\xff\xc9\x7f\x19\xc7\x63\x43\xfe\xc7\x5a\x61\x6f\x9c\xe0\xc5\xc8\xfc\x8f\x00\x51\x9d\xf7\x10\xef\xeb\x28\x6e\x33\x5b\x95\x00\x8a\xd2\x73\x75\x01\x3a\x45\x01\xe3\x5e\x03\x03\x1f\xf2\xf3\x1b\x53\x05\x8c\x96\xf2\x89\x70\xe6\x66\xcf\x9b\x0b\x0c\xfb\x0e\x08\x2a\x06\x74\x77\x31\xb7\x54\xcb\x13\xd8\xdc\x1d\x18\x7c\x18\x28\xba\x0c\x0c\x0c\x00\x8e\x1b\x01\x03\xcd\x80\x6b\x63\x81\xbe\xd1\xc0\x23\x03\xa0\xcf\x19\xe0\xef\x93\x80\x5a\xf3\xfa\xf6\xaa\x08\x9e\x4c\x9b\xe9\x3c\xb6\x70\xe0\xb1\xb6\xff\x51\x03\xfd\x17\x99\xff\x20\xeb\x9f\xd4\xae\x03\xf1\x5a\xe6\x7f\xc4\xa7\x32\x4e\x1e\xad\xcf\xb8\x79\xd0\x0c\xfe\xb9\xac\x83\xe2\xb6\x9b\xc7\x99\xaa\xdc\x27\xc7\x4c\xc4\x1f\xc3\x46\xb0\x6c\x05\x60\xe4\x0c\xc5\x3e\xbd\x8f\x01\x3a\xaf\x95\x86\xe8\x69\x03\x43\x34\x1a\x2d\xb5\x6c\x0b\xf4\xdf\xd6\x28\xcf\xe5\x31\xd0\xe7\x59\xa3\x1f\xfd\xdb\x03\xea\x27\x1b\x9d\x59\x79\x1a\xe8\x71\xbe\x51\xc1\x46\x6f\xa0\x5b\x97\x46\x5e\x3b\x76\x01\x9d\x3f\x2a\x5d\x38\xfc\x27\xd0\xc9\x54\xf1\xea\xa5\x40\xa0\x83\xa7\xa2\xc6\x3d\x6f\xa0\xfd\x69\x85\x4b\x7f\x2c\x04\xda\x96\xe3\xb4\x64\xa7\xb2\xe0\xcd\x36\xda\xcc\x23\x84\x0e\x25\x84\x9e\x92\x1c\x07\x1a\xda\xdf\x90\xff\xb2\x71\x78\x03\xfb\x4d\x1a\xd1\x5f\x46\x96\x35\x9b\xce\xf6\x33\x4f\xc2\x2b\x5a\x99\x56\xca\xbc\xb9\xdc\x57\x64\x96\x18\xcd\x9d\xda\x52\xbd\xcf\xe0\x00\x37\xca\xe8\x17\xdd\xa1\xbf\x62\x10\xa0\xbe\xa6\x63\x65\x17\x7b\xa0\xeb\xbf\x9d\x8e\xe9\x28\x03\x1d\x57\x75\x56\x36\x1d\x09\xa8\xac\xec\xdc\xce\x01\x40\xeb\x8b\x9d\x35\x17\x3f\x04\x5a\x78\x74\xee\x1e\xdd\x1c\x68\x96\xd3\x69\xeb\xfa\x39\x40\x93\x9e\x9d\x5a\xe4\xdf\x00\x1a\x29\x74\x9c\x7c\x60\x32\xa0\xa8\xd8\xa1\xec\x42\x0f\xe9\xc1\xa9\x5e\xfe\x89\x3e\x49\xd5\xe6\x15\xe5\x3e\x2a\x87\xb8\xde\xd2\x72\x26\x8f\x4d\x04\xbe\xa9\xa4\x5a\x23\x2a\xc8\xd2\x78\xc0\xe8\xff\xb6\x3f\x7d\x70\x63\x42\x13\x52\xda\xb4\xa4\x0c\x3c\x5e\xad\x35\x55\x11\xa3\xab\x79\x0c\xb6\xe8\x4c\x8c\x1a\xef\x07\x9d\xe9\x9d\xdc\x2b\x99\x1f\x32\xbb\x92\x75\x43\xa6\x54\xf4\xa4\xdf\x8f\xa9\x62\xf5\xd9\xc1\x1f\xfb\x51\xdd\xaf\xc3\xf7\x03\x08\x2f\x50\xde\x39\x48\xa9\x6d\x34\xd0\x78\xc0\xa0\xb0\xfe\xd2\xda\x79\x30\x28\x67\x2c\xdd\xa4\x1d\x64\x62\x47\x15\xac\x81\x3f\x2e\xa2\x4f\x1e\xa0\xc7\xca\xe2\x03\x94\x53\x69\xec\xf7\x96\x2b\x62\xfd\xfc\x59\xa7\xb8\xaf\xd7\x59\xda\xbb\xfa\x4e\xf8\x89\xd6\x62\x9f\xb1\xbf\x51\xac\xeb\xdd\x92\xed\xed\x26\xfa\x82\x74\x14\xf8\x6e\x3b\xb5\x2f\xe7\xa7\x96\x07\x28\xf7\x7f\x2a\x6d\x4e\x28\xeb\x86\x27\xac\x03\xb3\xe6\x49\x07\xfa\xde\xab\x0a\x98\x1f\x10\x31\xb5\x3b\x55\xfd\x03\xf6\xa8\x4f\x67\xff\xef\x4b\xd5\x41\x57\x9d\x7e\x94\x69\xcd\xbc\x38\x90\x3c\xc6\xaa\x9a\xf1\x73\xe3\x32\x6d\xfa\xb6\x43\xbf\x1b\x4a\xb7\xf0\xd5\xfb\x0e\xa3\xea\xb1\xf2\x44\xbd\x6d\xfc\x89\xfa\x77\x5a\x11\xfe\xa6\xdf\x9a\xfb\x56\xeb\x57\x8e\xa1\x15\x34\xea\xf6\x34\x42\x10\xf5\xda\x2d\x24\x7c\x6f\x54\x2a\x23\x63\xa3\x0c\xd6\xd2\x37\x19\x29\xee\xfb\x0f\xfb\xc8\x37\x00\x87\x3b\x9f\x25\xfd\x90\xe1\xb3\x7e\x24\xc4\x44\xb7\xea\x57\xca\x6d\x74\x87\x73\x5f\xfb\xc1\x2e\x6c\xb7\x86\xc0\x7b\xd5\xc3\x79\xec\x41\xba\xc5\x3b\x9f\x35\xa2\xfb\xa6\xb9\xdf\xb7\xa1\x2a\x5f\x7a\x42\x27\x62\x15\xa4\x88\xe7\x19\xaf\xde\x8b\xe6\x23\xba\xd7\x40\xda\x59\x03\x13\x18\x8d\x5d\x5c\xa2\x4b\x27\x0c\xd7\xeb\xc3\x08\x0f\xb6\xb7\xe7\x85\x63\xf5\x8a\x75\x43\x4c\xc7\xea\xd3\xef\xf5\x55\xc6\x10\x7f\x60\x40\xf5\x58\x8a\xc0\x1d\xff\x31\xa1\x3a\x28\x66\x4f\x28\xe1\x79\x98\x70\xb6\x0d\x01\xde\xa6\xfe\x3c\x0f\x13\x6e\x30\x63\xc6\xd4\x74\x2a\xdd\xf7\x36\x8d\x5d\x40\xf7\x94\x4d\x5b\x2c\x27\x1c\x67\xfc\x6d\xbe\x39\x3c\xe1\x14\xc7\xec\x71\x3a\xdc\x41\x7d\x7c\xd9\x69\xf2\x9f\x71\xeb\x6f\x52\x8c\x37\x9e\xf5\x8c\xee\xc1\x8f\xd9\xc4\xda\x92\x06\x26\x35\xf5\xf8\x1f\xb2\x2e\x0a\xeb\xc6\x64\xff\xa6\x4a\xdf\x73\x43\x5a\x77\xaa\x4b\xaf\x4d\xed\x4d\x5e\xb6\xaa\xe9\x60\xaa\x96\x86\x4f\xd4\xa4\xf5\x1d\x52\xc9\x76\xfa\x8c\x1b\x49\xb7\x49\xe7\xdd\xe1\x6f\xeb\x1c\x3a\x96\x32\x87\xa9\x46\x63\x69\x1e\x27\x39\xb3\x8a\xc5\x98\x2e\xac\x23\xa1\xbd\x8a\x51\x29\xf5\x83\x16\xf4\x06\x6d\xf4\xa6\x88\xce\x65\x36\xe2\xc4\x62\x7b\x8f\x3b\x6e\xd9\x56\xf6\x23\xcf\xb2\x7d\x38\x9a\xd6\x81\x6d\x95\x35\x21\x8c\x36\xee\x7c\xdf\x7f\xaa\x43\x10\x3d\x09\x5b\xcf\x04\xda\x93\x6c\xd5\xb2\xc8\x73\xad\xee\xed\x22\x5c\xdf\xda\x80\xef\xfb\x5b\x1e\xbb\x4a\x7a\xf1\x96\xc1\x8f\x49\xfb\x6f\x4a\xd9\x5f\xf4\x73\xd3\xa7\x35\x84\x73\xd5\xf2\x3f\xc4\x7a\x61\xde\x90\xcc\xff\x69\xd8\x07\x2a\xba\x7a\x18\xbd\x7b\x88\x8a\x01\x3d\x25\x59\x07\x66\xc1\x19\x13\xe2\x8d\x38\xa9\x31\x1f\xc6\x2e\xd6\x9c\x78\x60\x16\x51\x16\x64\xd7\x78\x7f\x6b\xfa\xf9\x88\xfb\xd6\x84\xff\x0d\xac\x62\xfe\x40\xa7\x75\x8c\x42\x34\xf6\xb1\xfb\xcc\xf6\x3b\x0a\x45\x47\x7b\x65\xd6\xaf\x76\xc8\xee\x47\x33\xe7\x70\x94\xef\xf3\xda\xbf\xb2\x24\x4f\x74\xcc\x71\x65\xc5\x89\x22\xce\xc9\x1c\x27\xaf\x32\x05\x2b\xad\x57\xf0\xdf\xed\x54\xe7\xf1\x30\x3d\x77\x7b\x9f\x4b\x54\xf7\x9e\x5d\xc9\x3c\xa9\x99\x26\xaf\x29\x82\xcb\x7d\x83\x6a\xf9\x1f\xf7\x6a\xbe\xe0\xc5\x24\x7b\xb3\x2a\x4b\x6d\x1f\xa8\xeb\xfc\x2d\x42\x1e\xb3\x1e\x8c\xdf\x07\xbe\x4d\xba\x60\x9f\x05\x31\xed\xe7\x5a\x59\xd2\x09\x6c\xd6\x1e\x5b\xca\xac\x6c\x0c\xa6\x93\x77\x9a\x26\xd8\x51\x26\x62\xe8\x3d\x8b\x70\x3b\xad\x87\x7c\x1b\x59\xdd\xd8\x89\x4e\xf6\xed\x6e\xb8\xf0\x0e\x5d\xe6\x26\x32\xab\xf9\x82\x79\xea\xae\xa0\x42\x33\xe3\xae\xd2\x9f\xf8\x3b\xee\x95\x06\xe4\x17\xf3\x56\x32\xce\xeb\xfe\x82\x71\xff\xf9\xaf\xfc\x08\x61\x73\x57\x8a\xe9\xcb\x3f\x5f\x4f\xf3\x30\xdf\x9f\x71\xff\x79\x27\xf7\x13\x9e\x33\x2f\x89\xef\x6d\xba\xa5\xde\x66\xe6\x52\xf2\x0b\xb2\xd7\x25\x8c\x75\xdd\x6b\xf9\x1f\x62\x5e\x58\x17\x25\xfe\x84\x01\xed\x63\xb2\x0e\xce\xf2\xa3\x66\xe4\x8d\x4b\x1f\x4d\xe1\xae\x45\x97\xac\x08\xe7\x71\xd3\xb4\x23\x94\xc5\x71\x95\x9d\xd0\xc3\x99\x45\xe8\x90\xf9\x15\x47\x3a\x51\xc9\x3c\x98\x11\x7d\x5d\xf9\xbe\xfb\x3d\x57\xf2\xc2\x6e\xd9\xee\xf4\x54\x5b\x96\x79\x88\x48\x2c\xeb\xc2\x2c\x6e\xc5\xba\x07\x8b\x5f\x32\x1f\xc6\x77\x3c\xe3\x59\xbe\x3d\xf4\x08\x29\xf4\xbd\xcf\xcc\x0c\xdf\x13\xcc\xb4\x59\x52\xc9\xb9\xe9\x92\xd0\x48\xc2\x31\x97\xa8\xa5\x30\xbf\x43\x85\x11\x24\xdf\xee\x7b\x08\x81\xf5\x9d\x7b\x86\x22\x91\x77\xc4\xf5\x11\x34\xc6\x3c\x65\x7e\x4c\xde\x5f\x14\x91\x16\x64\xd7\xc8\xfc\x0f\xfa\x86\xac\x8b\x12\xab\x62\x4a\xee\x16\xf6\x87\x25\xad\xca\x40\xa7\xa9\x14\x0f\x16\xeb\xcc\xa2\xf5\x3c\x6f\xee\x6c\x3a\x81\x38\xbb\x38\x93\x0a\x85\x5d\xb5\x0b\xd9\x6d\xa5\xc2\x3c\x98\x09\x1d\xdd\x08\x17\x1c\xbd\x65\x3e\xad\x03\x9d\x8e\x0b\x09\x1f\xd6\xa8\xf4\xa2\x79\xed\x60\xbf\x88\x7e\xde\x34\x7b\x89\x98\x87\x00\x51\xd9\x09\xbe\x00\xe2\xfa\x07\xc6\x77\x20\xe4\x30\xf8\x7c\xff\x79\xd2\x18\x34\x4a\x8f\xce\x6c\xc1\x35\xe6\xb4\x5f\x04\x17\xce\xa6\x31\xc4\xcb\x8b\xf0\x97\x65\xc6\x61\x54\x33\x5b\xe6\x9f\x44\xdf\x3c\x58\x6b\x0b\xad\x93\x10\x8b\x62\x5a\x17\x21\x95\x27\xa9\x4f\x46\x60\x42\x15\xd5\x00\x02\x9f\x54\xd3\x3c\x05\x78\x30\x8f\xd0\x2f\xbd\xa6\x1e\x2f\x86\xe7\x25\xf4\x85\x0d\xed\x4a\x0d\xfb\x41\x79\xb0\xbc\x09\x5c\xe0\x6a\xc4\xab\x6d\x01\xed\xb0\x36\x45\x0b\xc8\xae\x49\xed\x3c\x28\x5f\x32\xfa\xb8\x88\x76\xa9\x11\x73\x99\x07\x33\xe8\xaa\x1f\xdd\x36\x57\x1f\xe1\x4f\xfb\xa7\xca\xb4\x40\x3a\x89\x2b\x1e\x5e\xd6\x85\xed\x97\xfb\x24\x45\x6c\x57\xa4\x1b\xd1\x51\xfe\xac\xcc\x16\x31\xad\x3f\xed\x24\x51\x67\xf5\x28\xe3\x88\x3a\x33\x99\xec\x8b\xcc\x9b\x45\xeb\x3d\xc6\xdd\x93\xbe\x77\x4c\xea\x72\xca\xe1\xa3\x75\x18\x71\x8d\xba\x92\x49\x99\x49\x14\xf5\xf0\x06\xa2\x87\x1c\x63\xa5\x2b\x8f\xcb\x54\x23\x88\xe8\x70\x97\x78\x56\x61\x6a\x2f\xe8\x7d\x43\x9d\x3f\xd3\xbd\x70\x99\x17\xc3\xba\x28\x81\xd5\x8e\xdb\xd8\xfe\x39\xd6\xec\xb5\xf3\x04\xfb\xcc\x9d\x32\x4c\x87\x8d\xfc\x7c\xa7\x75\xf7\xa4\xe7\x6f\x19\xc1\x19\xf3\xc4\x4a\xbf\x48\xf6\x83\x40\x5a\x2f\x3a\x8b\x03\xe9\xa4\xd6\x6f\xe9\x32\xea\xbf\xd8\xcd\x6b\x39\xb1\x5d\x5b\x96\x86\xb3\x7b\x23\x5a\xdc\xeb\x5e\xf9\x91\xc7\xb8\xcb\x4a\x74\x66\x91\xf9\x30\xf1\x36\x1c\x27\x13\x96\xea\x8d\xe4\xdf\x73\x3f\xb1\x84\x01\xb3\x69\x3e\x12\x2e\x2d\x24\xfe\x5c\x42\x64\x30\x8d\xf1\xf7\x18\x81\x4f\xf0\xdd\x78\x9f\x7f\xce\x7a\x52\x89\xde\x87\x49\xb1\x24\x7e\xd9\x05\x9a\xe7\x38\xc3\x3b\xc4\xaf\x5d\xe9\xf2\x0b\xcd\xd3\x8a\x9a\x0f\xb4\xd2\xeb\xf3\x62\xe4\x7e\x58\xde\xda\x0b\x68\xe1\xba\x2f\xf4\xa4\xf5\xed\xe4\xe7\x45\x79\xd2\xac\xd0\x25\xac\x8b\xe4\xcc\xbc\x90\x49\xbb\x18\x75\x37\x2e\xe3\xae\x3d\xa3\xd6\x86\x92\x77\x0e\x29\xe3\x2e\x04\x7d\xed\xa3\xb9\x1f\xcc\xb0\x18\xda\xf5\x9b\x57\xad\x14\x78\x66\x82\xa8\x54\x35\xe4\xc3\xac\x7b\xc3\x38\x6f\xaa\x51\x3f\xc2\xa1\x53\xee\x31\xee\x9f\x6a\xc8\x91\x2a\x55\xc7\x8e\xe2\x5f\xea\x1d\xee\xe0\x94\x52\x15\x44\x91\x39\xf5\x0d\xbf\xf3\x3a\xab\x0d\x54\x1b\x49\x5d\x91\x4f\x91\x39\x35\x92\xef\xce\x25\xbf\x38\x4d\x35\xa5\x24\x9d\x1b\xc4\x84\x5e\x13\xfa\xa8\x25\xbf\x7e\x4f\x71\x25\x61\xca\x67\x8a\xbf\xcc\x8b\xf1\x19\xea\x49\xcf\x6b\x81\x9b\x37\xc5\x85\x39\xc9\xbe\xe4\xff\x0e\xe3\x02\xc8\xef\xa7\xdd\x0b\xa2\x6f\x29\xf3\x60\x26\x8c\x08\xa3\x28\x66\x18\x10\xc5\x59\x09\xdd\xb0\x03\x06\x4d\x65\xbe\x40\xcf\x27\xcc\x87\x51\x51\x4f\x20\xff\x6f\x62\x91\x24\x4e\xea\xeb\xc4\xc9\x64\x83\xa8\x78\x65\x18\x34\xa6\x1d\x44\xe6\xc3\x64\x46\xf4\xa3\xf5\x9f\xf1\xdb\x08\xca\x87\x33\x95\x39\x03\xc9\x70\x9f\x41\x19\x6d\xc6\xaf\x7c\x77\x21\xc3\x93\xf5\x72\x6a\x75\x62\xde\xa4\x93\xe7\x66\x54\xf2\x59\x20\xd3\xb0\x9c\x3a\x53\x64\x54\xf0\x19\x32\xbd\xfa\x2a\x79\xfc\x46\xbd\x47\xeb\xf8\xf5\x5b\xfa\xa6\xeb\x8f\x72\x9c\x64\x5e\xcc\xc2\x7f\x7d\xb9\xef\x45\x75\x20\xd9\x2f\xeb\xe1\xcc\x9c\x1c\x46\xde\x69\x33\x97\x1f\xe3\xe4\xaa\x68\xfa\xbd\xc9\xfc\x18\xb2\x53\xef\x59\x1c\x45\x35\x5d\x53\xd6\xc3\xe9\xf7\x8a\xd9\x9d\x3d\xaa\xf8\x79\xb7\xf5\x4e\xa6\x7c\x42\x69\x5d\x9a\xe8\x70\x9b\x21\xf8\xb3\x59\x03\x78\xcc\x29\x6f\x44\x8c\xca\x5c\x25\xce\xdc\x73\x87\x73\x1e\x95\x3b\x7c\x04\x45\xd2\x9c\xa2\x89\x14\xa1\x73\x87\xcd\xa0\xb8\x98\xd3\x9b\xf9\x83\xb9\xb7\xb8\x4f\x4e\xee\x40\xc6\xfd\x73\x05\xe3\x28\xd7\x35\xc7\x86\xff\x7f\x29\xf3\x6c\x6c\x8e\x13\x32\x9f\xa3\x50\x45\xb5\x8f\x3c\xa3\x27\xf4\x64\xb2\xee\xbc\xa2\x15\x5b\x5f\x17\xc5\xfd\x7d\x30\xed\x32\x73\xee\x84\x51\x65\xa5\xa1\x1e\xce\x14\x8d\x95\xb4\x6b\x9b\xda\xc7\x93\xb7\x8e\xdd\xcb\x7a\x21\x72\x7f\xa8\x21\xf7\x92\x29\xbf\xd0\x10\x7c\x98\xae\xad\x58\x3f\xa4\xcd\x13\xe6\xc3\x28\xc4\xc8\x15\xab\x1c\x47\x1e\xf3\x8f\xf0\x58\x60\xc8\xca\x9d\x32\x1f\x66\x7b\x01\xef\x9b\xdb\x4f\x8c\xa4\x9d\xab\xa0\x84\x33\xb5\x82\x75\xb6\xb4\x7f\x14\x1c\xe1\x3e\x39\xdb\x35\x7c\xc9\xbf\xb7\xe7\x85\x93\x1f\x6d\x5f\x24\x74\x62\xfe\xd9\x42\xf1\xb3\xe0\x65\x11\x65\xbc\x85\x2d\x8e\xd1\x8a\xdd\x3e\xe4\x12\x65\xca\x05\xf7\xef\xd2\x3c\x17\x74\x79\xc1\xfc\x98\x6e\x9f\x88\xc9\x90\xab\x28\xf9\x85\x4b\x4e\x38\xc5\x77\xc7\x5b\x31\x54\x29\x98\x59\xc1\xfd\xb0\xac\x17\xc7\x93\x97\x4e\xce\xe2\x6c\xde\xb8\x8c\x9f\xb3\xcc\x83\x19\xd1\x81\xf9\x11\x83\xad\xb9\x8f\x4e\xaf\xfb\x9b\xe8\x94\xd7\x49\x6b\x13\xed\x86\xad\x0e\xb1\x3e\x0c\x16\xe4\x09\xa4\x43\xe6\xc3\xec\x14\x9d\x7b\x8b\x12\x1b\x53\xfc\xab\xe5\xc3\x94\x30\x93\xbf\x78\xe3\x30\xca\xb0\x8a\x5d\x99\xe1\x5a\x74\xd7\x96\x32\xb4\x22\x70\x86\x52\x92\xbb\x84\xfc\xbd\xd8\x30\x9c\x9e\x5c\xd1\xd1\xd5\xc4\x74\x2c\x5a\x9b\x49\x79\x45\xd1\xb3\x5d\x14\x37\x8a\x1a\x1f\xa2\xc8\x56\x92\xf4\x1d\x7d\x93\xdd\x31\x3f\xd0\xba\x28\xae\xe6\xbc\x6a\x77\xd1\x3f\xdc\x87\xca\xa2\xe6\x43\x5d\x5f\x2c\x7b\xd3\x44\xda\xbd\xa6\xed\x60\x16\x9a\xe5\xfc\x14\xba\xd1\x68\x66\xb0\x8e\x4e\xc1\x46\x13\xf8\x39\xeb\x4d\x60\xfe\x93\x6e\x15\xf3\x7f\x06\x8d\xcf\xa2\xd7\xbd\xfc\xf3\x68\x1e\xe4\x3e\x51\x2d\xc6\x6f\xe3\x1b\x4a\x45\x3b\x44\x25\xb7\x21\x1f\x66\x5f\x84\x12\xad\xf7\x7d\x91\xaa\x94\x4f\x96\x77\xe0\x79\xd8\x17\xc1\x27\x99\xf2\x31\x26\xc4\x7b\x29\x3f\x6e\x43\xdf\x70\x7f\xc5\x1c\x8a\x30\xfb\x1f\x2f\x26\x05\xcb\xfd\x3a\x1c\x99\x0f\xba\xac\xa1\x9d\x7b\xff\x8f\x99\xac\x33\xb3\x67\x27\xeb\xc8\xe8\x1c\xa2\xf9\x2a\x3f\x72\x81\x76\xec\x72\xbb\x5b\x14\x6f\xf7\x55\x3c\xa7\x38\x5a\x56\xc5\x1a\xe6\x65\x4d\xa5\x75\xf1\x42\x95\x71\xda\xa7\x2f\x79\x6c\xc8\x7b\xb8\x9e\x09\xa8\x7e\x07\x5c\x8e\x00\xba\x69\xf0\xbd\x5e\xe9\x24\x7a\x62\x1d\xd0\xab\x15\x70\xe4\x28\xd0\xef\x21\xb0\xff\x2a\xf7\x89\x29\x3a\x06\xe8\x54\x03\x3b\x9f\x03\xfa\x8b\xb8\xaf\xff\x98\x2a\x60\x4b\x1e\x30\x51\x85\xf5\xfd\x2d\xac\xeb\x70\xff\x8c\x89\xc0\x9c\x1b\xc0\xc6\x59\x7c\xdf\x3f\x5d\x19\xf0\xeb\x0e\x6c\xf8\x01\x08\x9b\x07\xa4\xcd\x60\xac\x2e\x35\x1d\x90\x9e\x50\x7a\x1c\x90\x15\x08\xa4\xa9\xb1\x86\x44\x86\x11\x70\x50\x93\xeb\xc5\xe7\x9d\x81\x2d\xd7\xf8\xbb\x6f\x19\x0c\x3c\xf7\x03\x72\x16\x00\x9f\x7e\x06\x32\x44\x7d\x32\xdd\xe9\xbf\xf9\x0f\x2f\xac\x18\x5f\x78\xf4\x2b\xd0\x3a\x9e\xfb\x9d\xb4\x7e\x58\xc7\x7b\xb8\xba\x1c\x68\x53\x0c\x5c\x30\x04\xda\x2f\x05\xce\xa8\x03\x5d\xae\x03\x15\xba\x40\x0f\x1f\xe0\x50\x35\x6b\xff\xee\x55\x07\x06\x5a\x01\xbb\x26\x02\x43\x2e\x03\xf9\xb7\x80\x61\xb7\x81\xbc\x04\xc0\xe0\x10\xb0\xe5\x05\x30\xfe\x03\x90\xb1\x1f\xb0\x08\xf9\x1a\xf7\x4f\x7d\xc9\x77\x36\x53\xcf\x80\x98\xab\x6b\x2a\x81\x20\x03\xd6\xb6\x97\xe6\x21\x69\x08\xb0\x46\x1d\x48\xea\x01\x6c\x58\x2f\xed\xb6\xc0\x8e\x0b\x7c\x6f\xfa\x60\x1b\x20\xc3\x0b\xb8\x98\x00\x6c\xba\x04\xdc\x59\x06\x6c\x1e\x06\xbc\x2c\x67\x5e\x44\x8d\xd5\xd7\xf8\x77\xc3\x3e\x00\x32\xff\xa3\x7a\x00\xd0\xc4\x11\xf8\xa9\x05\xd0\xe8\x36\x70\x33\x07\x68\x7e\x0a\xb8\x52\x0d\x34\xbf\x01\x9c\x4b\x03\x5a\x2d\x61\x6c\xb9\x5d\x13\xc6\xfd\x3b\x27\x02\x7b\x3f\x02\xdd\x43\x81\xa2\x16\x40\xaf\xf6\x40\xc1\x3d\xd6\xc3\xc8\x8d\xe0\xfb\xdc\x5b\x22\xb9\xe6\x9a\xd9\x07\x30\xd2\x05\xd2\xd5\x01\xb3\x02\x20\x75\x10\x60\x63\x51\x87\xfb\x27\xc5\x49\x19\x3f\x90\x90\xce\x18\x47\x5c\x11\x63\x77\xab\x0d\x81\xe8\xee\x5c\xa3\x5d\x1d\x00\x24\x54\xf3\xce\xb3\x7a\x19\x50\xe0\x0c\xa4\x84\x03\x07\xe3\x99\x3f\xf1\x9d\x15\xe3\xea\xb7\xaa\x81\xb4\xdd\xc0\x8b\xf1\x5f\xf7\x81\x68\x68\xbf\xac\x83\x20\xf3\x3e\xfe\x17\xef\xe1\xcc\x35\xa0\xf9\x52\xe0\x98\x13\xd0\x7c\x37\x70\x40\x1f\x68\x17\x04\x94\x7d\x07\xa8\x2e\x60\xbd\x83\xee\xe7\x81\xbc\xeb\x8c\xeb\x4a\x51\x52\xda\x68\xe5\x3e\x07\xe9\xd7\x01\x43\x67\xf6\x73\xe9\x44\x93\x50\xcc\xf7\x35\xe3\x8e\x01\xd3\x77\x01\x31\x6a\x80\x7d\x19\xdf\xff\x96\x4e\x66\xab\xa6\x32\xf6\x11\xfb\x07\x10\xbe\x56\xca\x0a\x81\x35\x97\x81\x15\xef\x98\x13\xb3\xca\x0b\xc8\x6f\x05\x24\x1e\x05\x0e\x26\x01\x89\x29\xc0\xd9\x35\x80\x14\xd5\xee\xb6\x60\xfb\xff\xac\x06\x92\x6a\xb8\x7e\xdf\xd0\xfe\x5a\x1d\x00\x81\x03\xcb\x78\xff\x4f\xe2\x82\xf7\xb7\x78\x0f\xa7\x7a\x01\xd2\xf9\x50\x3a\xe3\x4b\xf3\xb2\xcf\x83\xfd\x48\xee\xf3\x50\xf0\x07\xeb\xec\x64\xdd\x60\xff\xc8\xb8\x0b\x68\xfc\x0c\xa4\x2d\x00\xb4\xf4\x80\xb5\xaf\x19\x63\x58\xa3\x0d\x18\x57\x02\xf1\x6d\x80\x49\xad\x80\xe8\x34\xc0\x7a\x11\xe3\xfa\x8e\x16\x40\x54\x73\x60\xbe\x2a\x10\x61\x0c\x2c\xfe\x08\x44\xbe\x01\xc2\x4c\xf8\xe7\x09\x7f\x02\x11\x3f\x00\xe9\x6e\x8c\x97\xe7\xbf\x07\x56\x8c\x06\xf6\xbb\x01\x31\x4d\xb8\x5f\xce\xca\x6e\x80\x74\xde\x96\x72\x4d\xc9\xd7\xe3\x9c\xff\x6f\xfb\x65\x1e\x80\x3c\x0f\x77\x23\xea\xdb\x2f\xf3\x1e\xce\x8b\x6a\x89\xcc\x7b\x38\x22\xea\x99\xb5\x7d\x1e\xa2\x81\xa6\x39\xc0\xd6\x39\xdc\x67\x68\x53\x20\xd0\xa9\x1f\xf7\x2d\xe9\x69\x0d\x24\x9f\x06\x06\xc5\xf1\x7a\x1f\x66\x0d\xc4\x0e\x03\x0c\x5e\x01\x31\x4a\xc0\xc4\x13\x40\xd8\x3d\x60\x4a\x05\xb0\xec\x12\xe3\xdd\xc1\x16\xa0\x9b\x0e\xc1\x76\x80\xb7\x07\x10\x7a\x8e\xf9\x41\x61\xff\x00\x89\x3b\x18\xe7\x4f\xd7\x01\x42\xff\x04\xb6\x2f\x01\xc2\x36\x01\xfb\x7c\x81\x88\x5d\xdc\xb3\x2b\xc2\x89\xfb\xc4\x48\x47\xed\x17\x3f\x7f\xa1\x03\xf1\x0d\xfd\x8b\x85\xfa\x0d\xf0\xee\x86\x7d\x5f\x1a\xe8\x5e\x1c\xfb\x85\xc7\xf2\x66\x62\x17\xfc\x97\xc7\x6d\x02\x1f\x95\x76\xd1\xc6\xab\x81\xb4\x3e\x40\x9b\xb9\x40\xea\x3b\xa0\x9b\x33\xfb\xb3\x34\x1f\xb1\xb9\x52\xae\xc1\x7a\xf7\xa3\xb2\x80\x70\x2b\xc0\xb8\x14\x58\xb6\x0b\xb0\x88\x05\x42\x5a\x03\x33\xd3\x81\x00\x7b\xc0\x65\x01\xe0\x67\xcf\x18\xb6\x7f\x08\xb0\xcc\x10\x08\x2e\x01\x56\x37\x05\x82\x5e\x00\x1b\xf7\x03\xc1\x0f\xb9\xb6\x1c\x18\x0a\x1c\x18\x08\x2c\xbb\x07\x5c\x38\x01\x2c\x6b\x01\xfc\x14\xc3\xff\xe7\xd5\xcb\x6f\xeb\x40\xcc\x7b\x51\x1f\x0f\xff\xe9\xe6\x37\xd6\xc3\x37\x74\x2f\x64\xfe\xc7\x4e\x91\x1d\xe6\xaa\x73\x7f\x98\x0c\x81\xff\x4b\xf1\xbe\xc9\xf7\x75\x7a\x07\x2b\x27\x00\xdd\x0a\x80\xe8\xf6\x40\xff\x16\x40\x48\x22\xa0\xab\x06\x04\xb7\x04\xc6\x2c\x03\xfc\xb3\x81\x49\x46\x80\xcf\x51\xc0\xd6\x07\xf0\x75\x06\x9c\xee\x01\x8b\xa7\x02\x1e\xc6\xc0\x52\x25\xd1\xff\x81\x94\x34\x01\xdf\x6d\x1c\x27\x97\xfe\x01\xec\xf4\x05\x96\x18\x33\x33\xd5\x4f\x68\x18\xf9\xd7\x00\x3f\x47\x00\x52\xf2\xf3\xfe\x44\x9d\xdf\xcb\xcf\xfd\x5b\x3a\x10\x3f\xfd\xdc\xc0\xfe\xab\xf5\xfd\xe0\x2b\xdd\x8b\x06\xfd\x2e\x72\x44\xd5\x75\x83\x38\x45\xae\x71\xe5\x78\xb2\x62\x17\xd0\x4c\x03\x08\x8f\xe4\x7e\x64\xcb\xfc\x01\xf5\x5b\x40\x40\x20\x30\xe4\x2d\xb0\x64\x1e\xa0\x37\x15\xf0\xfe\xc4\xbc\x18\xcf\x2c\xee\x3f\xb7\xf0\x4f\xc0\x61\x0d\x30\xef\x06\xf7\x7f\x98\x6f\x07\x04\xb5\x03\x3c\xad\x80\xb8\x7f\x01\xcf\x59\x3c\x0f\x9e\xb9\xc0\x0e\x1f\xc0\x73\x36\x70\x30\xa8\x4e\x07\x62\xd1\x34\xe0\xc1\x75\x60\xf1\x10\xe0\xc3\xcf\xc0\x5c\x8d\xfa\xfc\x8f\x86\xfa\x17\x53\x8e\xf0\x58\xdb\xf7\xe5\x5b\x7e\xd0\xa0\xef\xc9\xff\xe2\x7f\x24\x08\xfc\x37\x32\x8f\xc7\xa0\x07\x40\x4b\x5b\xc0\xef\x01\xd0\xf9\x27\xc0\xab\x35\xd0\x57\x7a\xd6\xbe\x80\xee\x09\xc0\xbd\x08\x18\xfb\x16\x70\xb7\x64\x4c\xdb\x35\x01\xb0\xef\x0a\xb8\x3e\x67\x1e\xe1\x9c\x37\xcc\xaf\x9d\xdb\x8a\x7d\xcc\x51\xca\xa1\x0e\x03\x4e\x41\xc0\x76\x77\xc0\xfe\x0f\xe0\xe0\x55\xe6\x43\x5c\x50\xab\xd3\x81\x98\xb3\x03\xf8\xd0\xe5\x6b\xfe\xc7\x94\x7c\x1e\x65\x3d\x04\x99\x0f\x50\x6b\xbf\xa8\x96\x9c\x11\xfa\x28\xdf\xec\x7b\x22\xf0\xfc\x3c\xc1\x8b\xca\x14\xa7\x85\xf5\x42\x07\x40\xe6\x7f\x84\x09\x74\x62\xe9\x78\x40\xe9\x31\xe0\x1d\x07\xb4\x3f\xc3\x76\xf7\x78\x03\xb8\x0c\x05\x06\x47\x01\x8e\x19\xc0\xa8\xc7\x80\xc3\x68\xee\x33\x36\x33\x95\xf1\x6e\xfb\xa7\xc0\xfc\x35\xac\x31\xb5\x34\x07\x98\xee\x0d\xc4\x26\x02\xd3\xb6\x0b\x1d\x08\xe9\x24\xe5\x0c\xd8\x56\x01\x07\xbf\xab\xd3\x81\x98\x6e\x07\xdc\x33\x02\xa6\x0e\x00\xfe\xd4\xf9\xa2\xff\x49\x83\x3e\x20\x32\x1f\x40\xe6\x41\xc8\xfd\x7f\x64\x1e\x94\xec\x07\x87\x85\xfe\x81\xac\x7f\x52\xeb\x07\x32\xff\x43\xf8\x4d\x2d\xff\x43\xee\xca\x2d\x74\x53\x64\xfd\x0b\x9f\x4c\x1e\xe7\x9d\x66\xbd\xa9\x39\xef\x81\xce\x53\x81\x99\x7b\x80\x7e\xeb\xeb\xf8\x0f\x33\xec\x80\x89\x4a\x80\xb5\x29\xdb\x66\xdd\x1a\x70\x6b\x0d\x58\x2a\x71\x1e\x61\x61\x0c\xac\xbc\x07\x98\x67\x32\xc7\xd8\xac\x05\xeb\xa3\x4c\x3a\x07\x1c\x6d\x01\x98\x2d\x01\x2e\x1f\x03\x4c\xcb\x80\x7b\xad\x39\x87\x7f\x1f\x5e\xf7\xbc\xe5\x3e\x20\xba\x63\x04\x0f\xe2\xb7\xfa\x7c\x80\xff\xa9\x7f\xf2\xfa\x1b\x7e\x20\xf3\x3f\x04\x56\x2a\xeb\xa0\x44\x8b\xbf\x93\x79\x30\x72\x75\xda\xb1\x90\xc7\x69\xd7\x81\xd6\x27\x00\xdb\x00\x40\x0a\xb1\xe6\x4b\x80\x21\x79\x80\xd9\x51\xc0\xf0\x32\x60\x1a\x0c\x58\xc5\x70\xcc\x98\xeb\xca\xbc\x0e\x69\x1e\xc6\x97\x32\xe7\xce\xd0\x9b\xb9\xd7\x86\x67\x79\x1e\xf4\x4b\x81\x43\x25\x80\x41\x37\xee\x75\x68\xa0\xc7\xfe\x20\x3d\xe7\xb7\xaf\xeb\xf4\x2f\x64\xde\x47\xaf\xcf\x3c\x76\xbf\xc8\x63\x17\x11\x47\xcf\x7e\xfc\x6f\xfb\x65\xdc\x73\x97\xe0\x79\xc8\xb8\xef\xb7\xf8\x1f\x72\xff\x93\x30\xf1\x3e\x32\x0f\x66\xbe\xe8\xce\x3c\x5b\xac\xb3\x29\xbe\x80\xd2\x55\xc0\xb4\x19\xe7\x19\xc6\xff\x00\xfd\xcb\x01\xa3\x95\x80\x7e\x25\x30\xda\x0c\xb0\x38\xc8\x39\x97\x53\x15\x30\xe2\x14\xe0\x37\x96\xb9\xfc\x2b\xc6\x03\x3a\xae\x9c\x2b\x6a\xde\x05\x76\x44\xf3\x5e\x2c\x9d\x2f\x06\xaa\xf1\xba\x18\x30\x07\xb8\xeb\x0c\x68\x5c\x07\xde\x0c\x01\x7a\x79\x08\x7b\x9f\x09\x1e\x84\x22\x8f\xad\x84\x7f\xb4\xb8\xc7\xe3\x49\xf5\xfa\xf6\x7f\x53\xff\x44\xe4\x53\x5f\xf1\x3f\x04\x8f\x24\x4a\xf0\x06\xbe\xe2\x3f\x88\xd3\xf6\x0c\xf1\xfb\x09\xa2\xaf\xd4\xe8\x6d\x40\x9b\x6d\xc0\xc8\x7e\x40\xaf\x5e\xc0\x30\x5d\xee\x3f\xa7\x55\xc2\xdc\x1f\xc9\x3e\x69\x1e\xfa\xe7\x01\x4b\x54\x00\x8d\x8e\xc0\x0a\x3b\xa0\x97\x22\x2b\x3f\xf7\x1c\x0f\x14\xe8\x00\xdd\x97\x30\x87\xaf\x8b\x3b\x70\x21\x1a\xe8\x18\x08\xdc\x99\xce\xb9\xed\x6b\x2f\x40\x55\xe8\xc0\xb4\x10\xf1\xa0\x89\xd8\x1f\x14\x44\x9f\x18\x85\x62\x1e\x1b\xf2\x3f\x1a\xea\x9f\xd4\xae\x83\x06\xfc\x8f\xd5\x22\x9e\xca\xdd\xfa\x83\xa3\x79\xf4\xf5\xe5\x71\x81\xe0\xcf\xd4\xf2\x60\xc4\xdf\x19\x0b\x9d\x11\x2d\x25\xa0\xd1\x5c\x60\xe0\x18\xa0\x6b\x5b\xa0\x6f\x30\xa0\x7d\x96\xd7\xca\xc4\x59\x40\x77\x27\x60\xf6\x62\xa0\x53\x21\xe0\xd5\x0f\xe8\x60\x07\x84\x9f\x03\x54\x1a\x03\xc9\xef\x81\x36\xa3\x81\xdc\xbf\x80\x56\x0b\x80\x3d\xff\x00\xca\x0f\x81\xd3\x0a\x40\xb3\x6d\xc0\x4d\x7b\xa0\xe9\x18\xe0\x97\x85\x40\xe3\x1c\xe0\xd3\xe2\x3a\xbe\xc7\xb7\xc6\xaf\xf8\x1f\x9b\xeb\xaf\x83\x8c\x6b\xf5\xed\x5f\x23\xaa\x8b\x31\xe2\x3c\x12\xf2\x98\xbb\x91\x2f\x09\x62\x3d\x14\x59\x07\xc5\x85\xd4\x92\x80\x69\xd9\x4d\x49\xf7\xc1\xf4\x4c\x33\xba\xff\x38\xc2\x5b\x99\xf0\x75\xf5\xae\x2d\x49\x9d\xba\xc3\xf6\x36\x63\xdb\x79\x02\x6d\xe3\xdb\x1c\x1a\xd0\x08\x68\x11\xd0\x76\xe9\xd8\x16\x40\xd3\x59\x6d\x13\xa7\xb5\x01\x94\xfc\xdb\x2e\x9d\x4f\xcf\xa0\xed\xf4\x10\xae\x7c\x6a\xae\xa1\xb5\xd7\xfa\xda\x16\xf2\xe1\x56\xbf\x95\x52\x0e\xd3\xf2\xbb\x93\x84\x20\xb6\xb4\xbd\x4e\x7b\x5f\x8b\xd1\x4f\xc9\xd7\x9b\x9f\xfe\x9b\xea\x7f\x4d\xc6\x09\xde\xc7\x82\x2f\xf9\x1f\xf2\x58\x52\xf9\x0d\xfb\x45\x3e\xb0\xfe\x08\xf3\x7e\xd6\xa8\xb0\xfe\x4b\x74\x75\x73\xca\x18\x96\xa5\xb5\xa1\x95\xb3\x64\x60\x2b\xfa\xcb\x05\x27\x18\xb5\x76\x7e\xc7\xfa\x19\xd3\xdb\xb0\x4a\xb9\xd9\x22\x46\x27\x0c\x7c\xbb\xd1\xbd\xe0\xfe\x47\xbb\x53\x35\xb5\xdd\xaa\x9e\x39\xfc\x09\xbd\x95\x9b\xd1\xfd\xc4\xde\x7a\xac\x24\xd2\x3b\xc5\x80\x2a\xa2\xea\x33\x59\x49\xa0\xe7\xbd\xf9\xb4\xf7\xa8\x97\xf1\x0d\x52\xb5\x97\xab\xc9\x6e\xb5\x4b\x5b\x08\x61\xe8\x7e\xa0\x84\x2e\x38\x77\xfd\xa7\x82\x9e\x40\xb7\xc1\xd7\xa8\x5e\xdd\xc5\xeb\x09\x05\xe9\x2e\x15\x7f\x93\xc2\x49\x07\x31\x0f\x6d\x86\xf1\xa8\x2c\xfa\xc2\x34\x99\x24\x8d\x0d\xed\xdf\xf4\x0a\x94\x01\xad\xab\x69\xce\x7d\x60\xd4\x99\x07\x23\xf3\x5f\x96\xbb\xa9\xf0\xed\xf1\xf4\xce\x54\xe7\xf6\x9c\xd8\x8d\xef\xff\xb7\x51\xa7\xc8\x30\x63\x0c\xf3\x5e\x26\x29\xf6\x23\xab\xc6\xdc\xe0\xae\xdc\x5a\x5d\x07\x52\x06\xd2\xdd\x66\x08\x45\x96\xc6\x7e\xda\x02\xf7\xd6\x29\x6c\x41\x6b\x50\x7b\x5e\x1f\x8a\x1d\x3a\xdf\x19\x50\xbd\x4c\xf3\x95\x35\x79\x90\x76\xaa\x3b\x21\x29\xda\x3d\x43\xa8\x36\xa0\x95\x98\x40\x95\x3d\xcd\xe6\xdc\xdf\x7f\xf0\x8e\xdd\xb4\x46\x07\x15\x55\x50\x9d\x7a\xd0\x80\xab\x84\x8b\x0c\xc8\x79\x40\x33\x3f\xc0\xfb\x4f\x8a\x55\x7d\xca\xd9\xee\x9e\x83\xff\x1f\x7b\x6f\x1d\x96\xe5\xb6\xfc\x0f\x8f\x5d\x88\x0a\x98\x28\x2a\x58\x98\x84\x28\xd2\xdd\xdd\x9d\x22\xdd\xdd\xa9\x08\x88\x94\x22\x20\x02\x2a\xd8\x85\xdd\xdd\x85\x5b\xdd\xb6\x28\x76\x62\xd1\xb5\xde\x8b\x99\xfb\xd1\x2d\xfb\xf8\x9e\xef\xff\xbf\xb3\xaf\xeb\x5c\x73\x90\x87\xe7\xbe\xd7\x5a\xb3\x66\x66\xcd\x7c\xd6\x67\x48\x8e\xe3\xee\xf3\x12\x2f\xca\x46\x13\xc0\xbc\x7b\xf1\xf9\x81\x88\x4a\xc9\x13\x19\x8e\xb7\xc6\x78\x7d\x90\xd2\x4e\x4c\xc0\x13\x57\x9c\xff\x04\xf4\x8c\xa1\x46\x94\x45\xf4\x91\x9c\x8a\x7d\x74\x9c\xb7\x12\x3b\xbf\x45\x82\x04\x46\x22\x06\x30\x0f\x51\x28\xca\x1d\x84\x1b\x90\x16\x94\xc1\x3c\xff\x14\x63\x59\xb4\xb4\x23\x6a\xe4\xb8\x93\x8c\x22\x17\xc1\x29\xec\x19\xea\x4d\x3f\xd3\x0c\x2a\xae\x93\x45\xdb\xa2\x34\xd2\x08\xcf\x32\x4a\xbd\xdd\x50\x73\x14\x6e\x84\x63\x1d\x4a\xfe\x40\x3a\x56\x0a\x15\xfc\x8b\xf1\xf3\x72\xf5\x94\x01\x95\xcf\x39\x81\x6b\xba\xe8\xdc\x0d\xdc\x2f\x0b\x26\x3f\xc5\x18\x78\x61\xfe\x0f\xf4\x7d\xd2\xbb\x39\xfc\x47\x16\xc9\x19\x5c\xdf\x1c\xe2\x45\x29\xf9\x36\x1c\xab\x7e\x39\xcf\x47\x51\x1f\x90\xf5\xe4\x40\x52\x1b\x26\x63\xa4\x18\xdb\x49\xd9\x74\x1e\x0f\x8c\x8f\xa6\x24\xce\x83\x9b\xe0\x7c\xec\xc6\x6f\x25\x41\x78\x01\x63\xa5\x45\xb8\x1f\xd4\xf3\x09\x37\xb0\x30\x47\x19\xe7\x41\xbc\x4b\x0d\xab\x4d\xe3\xfd\xd5\x70\xd7\x0e\xac\xd0\xe4\x76\xa2\x0e\x87\x2c\xd4\x9a\xcb\x8f\x3b\x4e\x67\x8f\x18\x7e\x52\x57\x64\x21\xd6\x9f\x74\x86\xea\x63\x45\x51\x8f\x11\xcf\xbf\x5e\x12\xd5\xfd\x75\xa2\x52\x71\x26\xb5\xcd\x0a\x11\x17\xa4\xe3\xbf\x09\x33\xcb\x9a\xf1\x87\x31\x9f\xaf\xe9\x7d\x19\xdf\x5c\xb3\x0f\xe1\x83\xd4\xd7\x7f\x46\xdb\xfd\xa7\xbe\x41\x92\x88\x83\xe0\xf5\x81\x5a\x51\x4d\xa8\x9c\x14\xae\x2b\x49\x9c\xbe\x24\xf5\x01\xa9\x58\x80\x38\x21\xff\x95\x8b\x30\x42\x72\x7f\x49\xeb\x68\xfb\x54\x09\xf1\x0f\xa6\xcf\x54\x08\x0f\xf8\x45\x0b\xeb\x12\xca\xc6\x3a\xa8\xad\x12\x15\x7a\xa8\xbd\x62\x7d\x0c\x70\xdf\x08\x55\x1b\x91\x65\xad\x36\xe3\x2c\x8f\x39\x67\x69\xcd\x93\x87\xe3\x13\xcd\x2b\x49\xd3\x2c\x7c\x17\x62\xc5\xcb\x52\x84\x3a\x93\x98\x7f\xa6\xba\xbf\xc5\xa9\x40\xd2\xbc\x25\xc9\x38\xe3\x96\x8e\x05\xf8\x64\x0b\x6e\x4f\x9b\x15\x1e\xc0\x3c\xbc\xc9\x99\x73\x38\x9f\xa6\xb5\xf7\xf0\x8d\x8d\xde\xbc\x41\xfb\x61\x5c\xd8\x4e\x9d\x2a\x1e\xb2\xdf\x78\x51\x88\x37\x66\x45\x35\xe1\x9d\xd2\x1a\x24\x31\x52\x88\x37\x96\xc1\xba\x44\xd4\x44\x62\x1f\xe0\xf1\xc0\xf0\xfa\x21\x39\xd6\x68\xe3\xae\xb3\x70\x20\x9e\x10\x7d\x51\x3d\x7c\x3b\xd5\x44\x53\xaa\x77\x5e\x30\xc5\x6a\x02\x0f\x07\x33\xc1\xd2\x82\xf8\x81\xb2\x78\x7c\x30\x3c\x1c\x0c\x4f\x3a\xd6\x90\x85\x75\xac\xa1\xbe\xf6\x8e\x35\xa4\x61\x0e\xfe\x5a\xa8\x51\x8e\xa5\x76\x79\xf4\xb3\x2f\xee\x50\x67\x95\x84\x7c\xfa\xdc\x0a\x3c\xcb\x38\xdd\x28\xbb\x4f\xbf\xdf\x49\xf8\x19\xa7\x53\xa8\x47\xf6\xc7\xe9\xec\x64\xa7\xf0\x02\xf3\xf5\x36\xea\x94\xa7\xb7\x96\xa5\xfb\xed\x84\xff\xe0\xcd\x0b\x8f\x07\x27\x09\x48\x9f\x23\x32\x29\x40\x0e\xa8\xd3\xc4\xd5\xf1\x3c\xae\x8f\xef\xeb\x7c\x83\xfa\x22\x59\x25\x9b\xe1\xdb\x19\x5d\x33\xc3\xfa\x8f\x96\x90\x15\xae\xab\xbc\x92\x2d\xda\x07\x49\x49\x3b\xfc\x02\xd1\x5a\xea\xd6\x30\x5a\xcd\x89\xf6\x83\x81\x1b\xc7\xd8\xe7\xc1\x79\xea\x25\x22\x84\x03\xf1\x16\xa1\xa3\x88\x87\xfb\x54\xb4\x87\x1e\x72\x32\xdc\xbf\x6b\xe3\x93\x3d\x7d\x6d\x50\xdf\xbd\x2b\x89\x81\xc2\x27\x29\x0e\xeb\xc1\x3e\x0f\x57\xe0\x59\xd8\x27\x75\xdd\x39\xfa\xfc\x36\xd4\x40\x6f\xd3\x93\x88\x17\xf3\xc8\xa2\x5c\x92\xc7\xd8\xc7\x68\xe9\x79\xb8\x18\xd7\xd4\x4e\x8c\x11\x1c\x39\x7e\x10\xe2\x45\x49\xb8\xa5\x88\x55\xb0\x88\x3a\x0d\xd4\xc6\xc0\xdd\x7a\x68\xa5\xbc\x2e\xd1\xfa\xba\x54\x5b\xe1\xfd\x5e\x9b\x67\x36\x58\xb7\x37\x9d\x49\xfd\x9f\xf4\x22\x9d\xd0\xfe\xff\xc4\xc1\x3c\x70\x45\xd6\xf4\x99\xb7\x88\xcd\x65\x42\xcd\x12\xdc\x67\x02\x6b\x97\xa0\x7f\xe8\x75\xda\x87\xab\xdf\xf0\x78\x61\x82\x0e\xf5\xc2\x7a\x4c\x60\xb9\x20\x8e\x37\x58\x80\xf4\x21\xb0\x9c\xea\x38\xc1\xe7\xe8\x7e\x77\x48\x92\x35\xfa\xc3\xb0\x09\x84\x1f\x0c\x61\x51\x18\xdb\x05\x67\xa5\x2b\xd1\xef\x8b\xf0\xe7\xa0\xeb\x5b\xb0\x9e\x15\x2a\x4e\x37\x86\x83\x9d\xaf\xe0\x3e\x09\x72\xbd\xcf\x68\x65\xdf\xa3\x7e\xf8\x67\xb5\x63\x6e\xc5\x2b\x93\xe6\xc1\x4d\xb4\x5b\x46\x9f\xa3\x03\x77\xa8\xb3\x29\xd6\xad\xbc\x23\xad\xb0\x4f\x9a\xbb\xbb\xed\x5c\xd2\x2e\x47\x8e\x07\x84\x70\x21\x06\x7a\x34\x4e\x8d\x06\xc2\x49\xf0\x70\x30\x92\x82\xde\x68\xbd\xa6\x1d\x26\x9e\x94\x71\xf5\x74\xc2\xe2\xdb\x10\x48\x76\xe0\x27\x2f\x4c\x04\xa7\x0f\xd1\xd1\xc4\xff\x10\xdd\x47\x08\xfd\x7b\xb4\xdf\x54\xc4\x87\x46\xff\x45\xf7\xbb\x63\x36\x6b\xe0\x37\xc6\xae\xb5\x42\x1c\x43\x74\xec\x62\xac\x4f\xc5\x28\xd0\x37\xc5\x38\xa5\x61\x6c\x17\x93\xbd\x1a\xcf\x02\x31\x91\x1b\x11\x69\x10\xfd\x75\x1f\x56\x98\x63\xc2\x2e\xa2\x25\x8e\xca\xb9\x8b\xf6\x22\x72\xf0\x0b\x8c\x5c\x78\xb8\x98\x50\xae\x5f\x92\x7f\x3f\xcc\xdb\xba\x58\x3d\xa1\xd9\x22\x5e\x14\x8f\x70\x47\x5c\x3f\x27\x31\x57\x44\x8d\x58\xe7\x53\x7f\x24\x63\x75\x8a\x94\x75\xbe\xf9\xa0\x1f\x54\x89\xa7\x71\x2e\x1a\x12\x84\x55\xf5\x39\x89\xc4\x1b\x22\xe6\x10\x8a\x7d\x33\x46\xd5\x85\xe1\x3e\x18\x54\x13\xcd\x8d\x3b\xf6\x00\x49\x1e\x1e\x26\xf9\x2d\xdd\xf7\x4f\x4e\x15\xc2\xb8\x20\xc9\x65\x1a\x6e\x90\x84\x95\xd2\xb8\xbf\x53\xa6\x6a\x62\x5c\x90\x9c\x68\x8e\x08\xc6\x94\x4c\x37\xdc\xe7\xa9\xdb\x43\xf1\x8d\x52\xf6\xa7\x60\x65\x3e\xd5\xa3\x00\xbf\x31\xe5\xde\x06\xd4\xd0\xe4\xf6\xdd\x98\x6b\x4c\xae\x3c\x85\x75\xed\x24\xb8\x49\xbc\x32\x36\x75\x68\x47\x12\x4a\xbe\xe0\x08\x79\xb8\x98\x48\xec\xbf\x17\xc8\xed\x63\x4f\x2d\x37\xfc\xad\x0b\x2c\xc1\x93\x82\xed\x2b\xe2\x85\x31\xdf\xe9\x8d\xeb\xa9\x5f\x19\x80\xde\x58\x53\x2c\x08\xbd\xba\xfc\xb3\x50\x7c\xba\x54\x19\x9d\xb0\xc5\x6b\x08\x1f\x32\x61\x5c\x2c\x5a\xa3\x11\xdf\xe8\xe6\x41\xbf\x73\x89\x5c\xc6\x97\x77\x22\x5f\xc6\xe1\x62\x32\x44\xfa\x21\x72\x86\x87\x87\xc9\x34\x9c\x86\xfa\x9a\xa9\x2c\x43\x7d\x91\x98\x06\xc6\xcf\x99\x49\x66\x84\x93\x31\x74\xc5\xbb\x1d\x59\xde\xc1\x8c\x3e\x97\x88\xf6\x21\xb3\x2b\x17\xf9\x2d\xb2\xc4\x2b\x66\xd1\xe7\x77\x61\xee\x24\xa3\xf6\x44\x2d\x3d\x87\xea\xbc\xcb\x9e\x3c\x46\xbd\x58\x7a\xee\x2d\xf2\xf0\xa4\xe9\xb5\xac\x87\x9f\xb8\x18\x2f\xb9\x25\x18\x47\xb9\x49\x78\xa1\x36\x39\x8a\xf8\xa3\x77\xb1\x96\x0a\x24\x9e\xc0\x9d\xd4\x17\x4a\x67\x02\x11\xd9\xfe\xc4\xc1\xec\x89\x46\x5e\xb0\x79\xcd\xd4\x4f\x65\xba\x74\x62\x2d\xed\x07\x72\x8b\xfc\xd9\x69\x68\x9d\x7a\x1f\x4d\x9f\x4e\xe3\xce\xe4\x4e\x2a\x3f\xf1\x30\x09\xfd\x11\xaf\xc3\xc3\xc3\xe4\xd5\xd0\x7d\xff\x82\x1b\x32\xe8\xff\x0b\x8c\x34\xd0\xdf\xe5\x1d\x37\xa3\xbe\x49\x35\x54\xf7\x2f\x50\x0f\xc4\x7a\x7d\xfe\x43\x2a\x08\x17\x98\x67\xa3\x7f\x2d\x78\x50\x86\xfc\x01\xf9\x9d\xdb\x75\x48\x1e\xc5\xfe\x27\xb9\xfe\x97\x4d\xe8\xb9\x64\x27\xb2\xb3\xde\xe0\xef\x57\x4a\x34\x62\x6e\x91\x70\x31\xee\xfb\x7d\x70\xbc\x4e\x39\x41\xf8\x16\x76\x42\xa1\xa8\x4d\xbc\xbe\x50\xfa\xfa\xc4\x87\xa3\xd1\x8f\x78\x52\x94\x7a\x53\x77\x1a\x1e\x0e\x66\x56\x5d\x1a\xee\x17\xd1\x3a\xea\xe6\x34\x2e\x8c\x78\x61\x06\x27\x65\x49\xfe\x3e\xee\x55\x9e\x24\x79\x78\x98\x12\xad\x7e\xc8\xe7\x50\xe2\x2d\x84\x1a\x58\x7c\x6c\x0a\x22\x0d\xd6\xf6\x22\x3b\x59\x3c\x82\x3c\x75\xf1\x2b\x53\xfc\xc6\xa2\x5a\x47\x7c\x83\x62\x9f\x00\xdc\x4f\x25\x45\x09\xb8\xfe\xc5\xe7\x32\x09\x07\x53\x44\xb9\xa1\x12\x05\x8a\x2f\x8b\xcf\x1d\xed\x47\xf2\x32\xe1\x61\x46\xfc\x8d\x1a\x5c\xa4\xf7\x0e\xf1\x10\x6b\xf2\x9b\xf0\xef\x88\x17\xc5\xcd\x33\x14\xbd\xd0\x4f\x1c\x90\x4a\x0c\x66\x4c\x8c\xad\xe3\x71\xd7\xea\x8a\x24\xa2\x9f\x54\x75\xa3\x1b\x57\x8b\xee\xa5\x63\x5c\x25\xb9\x9e\xfa\xc8\xcc\x08\xcf\x44\xd4\xe2\x44\x89\x15\xe8\x37\x46\x7e\xcc\x41\x2b\x3e\xc4\x38\x8f\xc3\x3b\xf0\xfa\x44\xf5\xc4\xc3\xac\xf7\xee\x87\x38\x95\x8a\x92\x91\xa8\xc7\xeb\x07\x4d\xc1\x19\xaf\xb0\x91\xc6\x4e\x35\x15\xaf\x55\x71\x7f\x94\xad\xa3\x33\x7b\x85\x83\x23\x9e\x68\xd6\xef\xf3\xc7\xb3\x7b\xc5\x1e\x3a\x77\xad\x77\xc9\xc4\x9c\xe1\x7a\x28\x42\xfb\xb2\x51\x76\x0b\x8e\xbb\x62\xd1\x01\x1c\x77\xb9\xe4\x79\xc4\xc5\x95\x33\xea\xb3\x56\x3e\xfe\x15\xda\xd7\x75\xef\xbf\x23\x13\xda\x3a\xc4\x57\x3b\x5c\x8a\x44\x34\x09\x8f\x0f\xc7\xbc\x22\x19\xd7\x51\xb7\x86\x32\x0b\xea\xf9\xe9\x18\x9d\x2b\x25\x65\x60\xf4\xbe\x60\xc0\x0a\x9c\x97\x79\x47\x73\xf0\xa9\xd3\x56\xe6\xa1\x3d\x10\x31\xcf\x47\xaf\xcf\xeb\x13\x35\x48\x84\xc7\x8b\x53\xc2\x65\xbc\xfe\x88\x87\x19\x41\x27\x99\x4d\xf9\x53\x70\x1f\x6c\x92\x20\x22\x99\x4d\x47\x94\xd1\x4f\x6e\x96\xa3\x4e\x7f\x9b\x14\x28\x97\xb1\xd9\x8f\x2c\xf5\xa6\x61\xf4\xe6\x9b\x47\x91\xff\xdc\x32\x84\xf8\x18\x37\x2d\xaa\x44\xfb\xb9\xe9\xf3\x3e\x25\xfa\xbb\x33\x2d\x24\x6f\xa2\x27\xa8\x1a\xf1\x1c\x99\x8d\xaa\xb2\xea\xf1\x5c\x57\xb9\x8a\xf5\x05\xb0\x7d\x43\xfb\xd9\x62\x2b\xf5\x87\x32\xce\x5e\x8e\xb3\xa9\x1b\x48\x7d\x73\xd4\x6a\x89\x2f\xa4\x67\x7f\xa8\x39\xce\x84\x7b\x9a\x3a\xa0\x10\x2b\x20\xc2\xc7\xa9\x3b\xcb\x08\x11\xd2\xce\x7e\x3f\xca\x29\x20\xb3\xed\xd9\x2f\x89\x87\x87\xd9\x31\xb9\x3f\xf1\xc1\x78\x8f\x44\x7f\xb9\xb3\x5a\x94\xf0\x2f\x59\x92\xf8\x0d\x3b\x4f\x2b\xe3\x8e\xdb\x51\x65\x88\x4f\xda\x51\x6a\x87\xe7\xaa\x9d\xf3\xbd\xd1\xa2\xed\x1c\x1d\x89\xb5\x95\x9d\x4e\x4b\x71\x9d\x77\x7e\xa4\x37\xda\x29\xbe\x1e\x71\x75\x3b\xa4\xe8\x6e\xe1\xce\xa8\xd3\xb8\x0f\x76\x28\xdf\x40\x04\xfc\xce\x93\xcf\x10\x3f\xb4\x63\xee\x27\xfc\xbe\x6d\x9f\xdb\x0a\x00\x5e\xa8\x53\x3d\xff\xbf\xe1\x1e\x4e\x5b\x01\x08\x6e\xa5\xbb\x50\x63\x7c\x00\xf6\xc7\x50\x3d\xb7\xba\x06\x60\xe2\x37\xe2\x3b\x10\x7b\x00\xb0\xc5\xb0\xfb\x44\x47\x7d\x4b\xa4\x8d\x01\xd6\x5e\xa0\x3e\xf6\x6b\x63\x01\xd4\xb2\x00\x0a\x9a\x01\xb4\x2d\x01\xf2\xc3\x00\x4c\x5c\xff\x51\xf7\x97\x00\xe8\xf6\x58\x19\x93\x01\x3c\x37\x74\x7b\x01\x80\x50\x33\x80\x15\xfc\x74\xe7\x2b\x6b\x3b\x40\x86\x38\x40\x96\x01\x40\xc1\x19\xfa\x7c\xc5\x1e\x80\xec\x41\x94\x43\xcb\xab\xa1\xde\xc2\x45\xea\x00\xb7\x7a\xff\xa3\xff\xc1\x63\x80\x6f\x25\xff\xee\x83\x91\xc9\xf1\x7c\xf3\xfa\x20\xbc\x10\x00\xe0\xab\x06\x78\x7c\x8c\xf8\xa5\xff\xee\x05\x30\xf8\xf6\xbf\x71\x0f\x67\x82\xe8\xfe\x25\xaf\xcf\xc3\xfe\x3d\xc4\x87\xb1\xbd\x9a\xfa\x1b\xf0\xf8\x0e\xaa\xfc\x00\x66\x5c\x02\x28\xbd\x45\xfc\x0f\x3c\x7e\xff\xee\xdd\xa2\xe0\x4f\xfc\x0d\x5a\xa9\x00\xd9\xfb\x01\x0c\xea\x00\x96\x35\x51\x9e\xbe\x7b\xfc\xdd\xfb\x3f\xb5\x2f\x80\xbb\x3d\xc0\xd2\xd3\x00\x81\x57\x01\x52\x1d\x00\xa2\x22\x00\x96\xe5\x01\x2c\xab\x04\x58\x5a\x0a\x90\x5b\x4e\xb9\xeb\xb2\x75\x00\x19\xd7\x00\x76\x58\x01\xac\x10\x03\x38\x76\x82\xe6\xe5\x8a\x08\xc0\x2a\x47\x80\xda\x06\x80\xc2\x23\x00\xcd\x07\x01\x0a\x42\xa8\xdf\x7d\xcf\x3e\x10\x71\xee\x24\x6b\x95\x01\xfa\x78\x00\xdc\xbb\x0d\xd0\x7b\xf2\xbf\x71\x0f\x17\x03\x01\x06\x8a\x01\x9c\xcd\x04\x18\x14\x0e\x70\xc4\x08\x80\x7f\x38\xdd\x31\x1f\xee\x0f\xb0\xd9\x88\xf8\x64\xaa\x3e\x02\x88\xdc\x06\x28\x9f\x06\x20\x96\x04\x50\xb2\x17\x60\xa6\x27\x40\x61\x03\x80\xb4\x13\x40\x81\x06\x80\xfc\x57\x80\x6c\x53\x00\xd5\x50\x42\x95\xea\x25\x01\xa4\xf9\x53\x5d\x33\x65\x3e\x80\xed\x29\xaa\x65\xba\x7a\x53\x3d\xb0\xdb\x0e\x24\x26\x03\x74\x7b\xac\xe4\x6c\x80\xa5\x43\x01\x52\xe5\xb8\x7b\xff\x29\x00\x65\x81\x00\x4b\x63\x00\x76\x28\x02\x2c\x13\x01\x38\x2a\x02\x90\x75\x03\xe0\x86\x29\x40\xd6\x24\x80\x27\xe5\xff\xee\x03\xc1\xeb\x03\xc2\xc3\x7f\x44\x8d\x26\xf9\xa8\x94\xea\xb4\xff\xaa\xf3\x76\xfb\x62\xdd\xff\x80\x7b\x48\x06\x18\xf0\x04\x60\x5b\x27\xc0\xc0\x59\x00\x55\xe7\x00\x86\xeb\x03\x94\xd7\x01\x8c\xcc\x05\x28\x31\x07\x18\x7f\x08\x60\xf5\x4e\x80\x69\x7b\x00\x56\xae\x03\x98\x7d\x12\x20\xe3\x3e\xc0\x7c\x1b\x80\xe5\xc6\x00\x4a\x51\x00\x69\x47\x00\xb4\x13\x00\x92\x0e\x53\x9f\x98\x98\xd5\x00\x96\x76\x00\x31\x1d\x00\x2e\xc7\x01\xa2\xb0\xb3\x2a\x40\xac\x1a\xd5\x42\xe2\x9a\xa8\x66\x9a\x5c\x0d\xb0\x4a\x0a\x20\xf9\x16\x40\xc5\x61\x80\xc4\x76\xea\x8f\x92\x60\x0e\x70\xe4\x12\xe5\x8d\xbb\xd7\x30\x55\x96\xea\xff\x69\xe3\x00\xbe\x7b\xfc\x63\xfc\xa7\x7f\x1f\x3f\xaf\x0e\xde\x6d\x17\xa0\xfa\xdf\xf5\xfe\x2b\xce\x24\x79\xb8\x87\xc3\x5c\xdd\x6a\x47\x77\x94\xe8\x49\x18\xad\xbe\xfa\xbf\xfa\x3c\x94\x5e\x02\x18\xfa\xe6\x1f\x7c\x07\x97\x28\xf7\xbc\xc2\x8a\xee\x58\xa6\xdd\x04\x90\xb8\x0b\x90\x1a\x0c\xb0\x48\x00\x20\x39\x08\x40\xc3\x15\x20\xa6\x0a\x40\x7f\x0d\x40\x74\x23\x80\xa5\x29\xf5\x35\xe8\x3e\xc9\x84\x8d\xa7\x79\x88\xae\xe3\xfe\x77\x8e\x38\x2d\x22\x9d\x00\x72\x9d\x68\xbe\xca\x3a\xbb\x4f\x1f\x00\x3b\x7d\x00\xe2\x4c\x00\x8e\xfb\x13\x9e\xe2\x7a\xcb\xaf\x3e\x10\xc9\x6e\x84\x8b\x89\x0e\xf8\x1d\xff\x11\xc8\xff\x3b\x0e\xe0\xbf\xe1\x1e\x7e\xf6\xfb\xe0\x4e\x89\x3f\xf1\x1f\x5c\x9d\x97\xf3\x0a\xb0\xda\x0d\x60\xc0\xbd\xee\x28\x10\xa0\xfb\xfc\xb8\x42\x19\x60\x7c\x2a\xf1\x78\x4c\x7a\x45\xfd\x0e\x66\xd9\x51\x9d\x47\x66\x2e\x40\x64\x14\xe1\xe8\x22\x7e\x00\xe8\x5e\xa5\x3a\xbd\xd9\x2d\x80\xe0\xeb\x00\x0e\x7c\x00\xc1\xbd\x01\x3c\xe5\x69\xbd\xba\x4f\x2a\x91\xcb\x68\x1e\x78\xfc\x07\x91\xf9\x00\xeb\xbf\x00\x84\x74\x02\x6c\x7f\x09\x10\x66\x48\x7c\xf7\xdd\x51\xd0\xcd\x50\x9a\xcf\x6e\x3b\x19\xa3\x00\xd0\xa6\xf0\x6b\xfc\x41\x31\x24\x7b\xf2\x40\xfc\x6b\x3f\xbc\x25\xd9\x93\xef\xa0\x67\xbd\x7b\x23\x57\x8f\xe1\xf5\xbb\xc8\xe5\x6e\x5b\x75\x7b\xdb\x81\x4e\x00\xe9\x3b\x89\x27\x85\xd7\xef\x21\x66\x30\xc0\x94\x6a\xc2\x73\x48\x86\x03\x44\x08\x92\xdd\x0c\xd6\x02\xd0\x3c\x09\x10\x20\x08\xd0\x1d\x27\xf8\x0d\x01\xb0\x0b\x02\xf0\xb5\xa0\x3e\x18\x3e\x0b\x88\xef\x3f\x50\x8a\x74\x3e\xf0\x23\x61\xe8\x02\xb2\x01\x2a\x06\x00\x04\x14\x03\xec\xbe\x0e\x10\xa4\x4f\x36\x3c\x48\x9d\x6c\x7c\xb8\x10\xc0\xbb\x3d\xbf\xc6\xef\xb7\x8a\xec\x24\x0f\xff\xd1\x93\x07\xe2\x5f\xfc\x27\x3c\xde\x0b\xee\x67\x1e\xef\xc5\x5e\x5e\xb7\x48\xae\x8e\xb1\x9e\xc3\x8f\xfc\x89\xef\x20\x39\x91\xfc\x50\xbc\x18\xc0\x18\x59\x80\x10\x17\x80\x09\xee\x00\x81\x42\x00\xe2\x2d\x00\x81\xca\x00\x0b\x0b\x09\xd7\xa0\x92\xf0\x0b\xff\xe0\x51\x09\x60\x9d\x02\xe0\x31\xaa\x3b\xe6\x07\x70\x15\x05\x08\x50\xa0\x9e\x18\x49\xf0\x0f\xfe\x03\x59\x80\xb2\x42\xf2\xb5\xbb\xf8\xe9\xf7\x27\xd3\x01\x3c\x9c\x68\x1e\x7e\xf2\x40\x6c\x25\x9c\xd8\x7f\xe3\x81\xe0\xcd\x03\x8f\xe7\xbf\xa7\x1e\xf4\xec\x7b\xc2\x9b\x87\x72\x8e\x07\x61\x0d\xa7\x4f\xbc\x53\xc4\xcf\x7e\x0f\x93\x01\xfa\x26\x01\x84\xad\x03\x18\x6e\x00\x10\x14\x06\x30\x4e\xa3\xfb\x5c\x4b\xfd\x94\xdc\xef\x03\xcc\x9b\x06\xb0\x98\x8f\x32\xd7\xce\x25\x00\x5a\x40\xb5\x3c\x8b\x6e\xa9\x06\xe0\xea\x4a\xb8\x86\x00\x46\xb2\xfb\xe4\x6a\x33\x02\x60\xc5\x08\x00\x9b\x5d\x00\xeb\x86\x01\x38\x86\x13\x4f\x8c\x9d\x02\xcd\x83\x8d\x25\x40\x4d\x19\x80\x4d\x06\xc0\xcb\x41\xd4\x3f\xa2\x35\xee\xd7\xb8\xf5\x39\x5e\x2d\x1e\xff\x85\x06\x57\xdf\xeb\xc9\x7f\x72\x96\xeb\xff\x72\xf8\x39\xc9\x9e\x75\xff\x4a\xce\x4e\xfc\xc4\x7f\x70\xf5\xbb\x3f\xf1\x3e\x04\x5a\x02\x0c\x9a\x03\xe0\x53\x0b\x20\xb8\x09\xc0\xbd\xdb\xbf\xfe\x00\x70\x2a\x24\x5c\xa1\x5d\x18\x80\xcc\x33\xc2\x88\x75\x9f\xab\x2c\x45\x48\x2f\xac\x32\xa8\x0f\x86\xf9\x01\xc2\x8b\x59\x00\xf9\x54\x53\x11\xea\x2d\x65\xa6\x4c\x3c\x10\xdd\x3f\xef\x52\x00\x30\xbd\x0d\x70\x26\x11\xc0\xd8\x19\xe0\xae\x06\x80\x69\x32\xc0\x2b\x11\x00\x0b\x29\xda\x0f\x3d\xc7\xcd\xc3\x41\xc8\x72\x7d\xd7\x7a\xea\xc1\x9f\xfa\x9e\x6c\xe5\xe6\xe7\x67\xbd\x93\xdb\x0f\x3c\xde\x07\x1e\x0e\x26\x65\xea\xef\xf3\xe0\xc5\xe9\x47\x77\x4c\xd0\x1d\xa7\xd9\xbf\xa6\xf8\xcb\x72\x23\xc0\x94\x02\x00\x53\x2f\xc2\x4b\x19\xd7\x01\x28\x9d\x05\x30\x9d\x0c\x60\xa4\x0c\x60\x50\x0d\x60\xaf\x0b\xa0\x57\x48\x18\x1a\x5d\x11\xe2\xc3\x30\x00\xb2\x0f\xba\xe1\xc4\x9f\xd4\x1d\xa3\xee\x96\xfd\xc5\x03\xa1\x73\x03\xe0\xfe\x4b\x00\x2d\x7d\x80\x0f\xe9\x00\xea\x49\x00\x1d\x97\x7e\x8d\x9b\x87\xfb\xe0\xe1\x1f\x78\x78\x80\x3f\xf1\x3e\xf0\xf4\x60\x07\x97\x55\xae\xe2\x58\x03\xcb\xb8\x7a\x7f\x4f\xfc\xc7\x72\xba\xa5\xfb\x93\xf7\xe1\x67\xdd\x9f\xc3\x97\x59\x06\x01\xf4\x0a\xa6\x75\xed\x8e\x47\x0d\x6f\x91\xfd\xec\x1e\x5f\xb7\x5e\x68\x55\x02\x2c\x7a\x05\xa0\x99\x45\x1c\x1e\xaa\x8b\x00\x6c\x3e\x03\xa8\xcd\x01\xf0\xdb\x49\x78\x8e\x24\x2b\x00\xe5\xd5\x00\x79\x6b\x00\x94\xca\x08\xb3\x2b\x5b\x03\x50\x3d\x0e\x60\xe1\x1e\x9a\x87\x85\xf9\x00\x77\x6a\x01\xe4\x36\x00\x7c\xa8\x05\x58\xd8\x03\xf7\xc1\xe3\xbd\xe0\xf1\x40\x8c\xcb\x26\xc9\xd3\x83\x23\x17\x7f\x1f\xff\x2e\x2e\x7b\xd4\x13\xff\xb1\x56\x9e\xd3\x83\x1e\xf8\x0f\x5e\xff\x93\xd8\x72\x6e\x3f\x74\x92\x74\xe7\xf0\x1f\x96\x1c\x5e\x57\xa7\x92\xfa\x6c\xa9\x4a\x01\x8c\x94\x02\x50\x6a\x22\xde\xc2\x6e\xdf\xd1\xed\x4f\x15\xf4\x01\x74\xf4\x01\xe6\x5b\x03\x58\x65\x02\x48\x55\x02\xf8\x4c\x02\x58\x30\x1a\x20\x71\x2b\x80\x54\x0e\x40\xde\x6c\x80\x39\x97\x00\xd6\x0f\x01\x98\x55\x00\xb0\xc7\x1f\x60\xe6\x24\x9a\x87\x99\x91\x00\x7f\x0b\x00\x4c\x7f\x47\xbd\xe1\xc4\x0a\x08\x5f\x3d\xfe\xe4\xef\xb8\x0f\x1e\x0f\x04\x0f\x0f\xf0\x27\xfe\x93\x9e\xf8\x0f\x1e\xfe\xe5\x5f\xf8\x8f\x1e\xfd\x4f\xa2\x38\xf6\x55\x1e\x0e\xc6\x89\xf3\xc3\x66\x17\x48\xaa\xdd\x21\x29\x57\x0d\x30\x2c\x0d\x40\xe6\x34\xc0\x24\x6b\x80\xb9\x1d\x00\xf3\x8e\x03\x48\x34\x00\x68\x34\x00\xcc\x4c\x06\xb0\x7c\x46\xbd\xfa\xbc\x6b\x00\xa6\x29\x92\x7d\x10\x1d\x02\xb0\xf2\x35\xd9\xda\xf5\x51\xd4\x53\xa5\x7a\x15\xf5\x10\x3d\xb7\x0c\x60\xf4\x0b\x80\x3b\x37\x00\x46\x5b\x02\x7c\x50\x03\x10\x2a\xa6\x79\xe0\xe1\x3e\x06\x73\x7d\x3f\xfa\x73\x7a\xd2\x8b\xf3\xab\x3d\xf1\x1f\xbb\xb8\x2c\xda\xbf\xfa\xdf\x70\x76\x82\x57\xff\xcf\xe4\x78\x4e\x92\xb8\xcf\xf1\x6e\x25\x06\x70\xb7\xd2\x78\xf8\x07\x3b\x0e\x77\x68\xb8\x91\xa4\x12\xe7\x8f\xe7\xce\x04\x18\xa0\x05\x30\x73\x38\xc0\xd8\x0b\x00\x53\x56\x13\xf6\x43\xd4\x0b\x40\xcd\x0b\x60\x7c\x28\x80\xc5\x70\x00\xe1\x4f\x00\x5e\xeb\x01\x46\x3d\x05\x88\xdd\x04\x20\xe0\x04\xb0\xe2\x76\xf7\xf9\x9e\xb0\xab\xfc\x85\x00\xbb\xba\xcf\x82\x93\x00\xce\x60\xdd\x10\xe0\xaf\x52\x80\xfe\x85\x00\x2f\x77\x00\x0c\x28\x06\x68\xef\xff\x6b\xbc\xff\x0d\xff\xb0\x9b\x63\x91\xfd\x6f\xf8\x8f\xac\x43\x24\x79\xf8\x8f\x18\xce\xce\xf2\xf0\x1f\x3c\x1e\x14\x1e\x9b\x3f\x0f\x07\xa3\xcb\x7d\x4e\x56\x83\xa4\x18\x97\xad\x14\x2e\x07\x18\x51\x03\x30\xea\x12\xc0\xb4\xc7\x00\x02\xef\x08\x8f\xce\xef\x0a\x60\x72\x1e\x60\xd0\x5f\x00\x8b\x87\x03\x0c\x58\x02\x10\xb9\x04\xa0\xaf\x34\x40\x46\x0e\x40\xaf\x55\x00\x25\xbc\x9e\x76\xdc\xde\x3c\x41\x4c\xd9\x70\x93\xdb\xcb\x2f\x7c\x49\x36\x71\x0c\xc9\xff\x09\xf7\xc0\x93\x7f\xc4\x7f\xf0\xf8\xc1\xb8\x71\x64\x4f\xfe\x7d\xfc\xbc\x7d\x10\xfa\x9e\xd3\x03\x4e\x5f\x3c\x46\x12\x5e\xc2\xae\x3f\xfd\xfc\x13\x07\x03\x84\x9f\x90\x54\xa4\x2a\x96\xf0\xc5\xbe\xe8\x99\x07\xd7\x0e\xc8\x1b\x78\x15\xa0\x5f\xee\x40\xd1\x89\xdd\x36\xe6\xd9\xc0\xac\x05\x98\xe1\x1a\xe8\x63\x80\xf9\xca\x81\x13\x5c\x31\xc6\x1f\xc0\x1f\x8e\xf7\x95\xfa\x1f\xa3\x7b\x9b\xfd\x27\x96\xe0\xdc\xf6\xfd\xb4\x0d\xc7\xdb\xa7\xf7\x31\xac\x0c\xf4\x6e\xb9\x8e\x79\xed\xde\x12\x4f\xb9\xb9\xa7\x3e\xcd\x60\xfd\xff\x37\x0f\xdb\x26\xfd\x3e\xfe\x12\xee\x6f\x0b\x6f\xff\x3e\xfe\xf4\x1f\x80\x9a\xf2\xb3\x0f\x50\x1d\x65\xd5\x7c\x37\x0c\xc1\xfc\xa6\x7b\xfe\x60\x44\x6a\xdb\xb5\x0e\xc6\x3a\x8e\xf1\x30\x7e\xcc\x57\x6b\xb8\xd2\x6d\xfe\xf9\xc3\x04\x51\xa3\xa6\xac\x16\xc2\xfa\xe7\xd0\x9a\x31\x26\xf4\xcd\x63\xf2\xfb\x63\xfe\x6d\xf4\x4e\x11\xac\x2f\x8c\xf1\x5a\x80\xf9\xa5\xd1\xba\x86\xa8\x63\xa3\xed\x5c\x71\x2d\xc6\x28\x87\x63\x8c\x32\x4a\x70\x19\xda\xaa\x51\x11\xc5\x78\x16\x14\xaa\x26\x0e\x0f\x81\xb6\x23\x98\xb7\x14\x38\x7d\x9d\x90\x26\x71\x4f\x91\x9f\x79\xf8\xec\xcf\x18\xfb\x0f\x5b\xc0\x10\x13\x3e\x38\x99\xc6\xdf\x47\x97\x9b\x07\x9c\x9f\x3f\x8d\x7f\xe5\x6d\x5a\xbf\xa5\x59\xfd\xb0\x9f\x4d\xbc\x08\x1f\x37\x7e\xaa\xd2\xfb\x7e\x18\x89\xb3\xbe\xd8\x75\x0c\x66\x15\xed\x14\xc6\x60\xf6\xcf\x74\xd8\x04\xac\x2e\x6a\x9e\x13\x41\xad\x95\x75\xa5\x7e\x32\x33\x96\x8b\x61\x3e\x6e\xb4\xd0\x54\xbc\x6d\xd5\x27\x67\x3a\xe7\x59\xa6\xf7\x19\x88\x7b\x69\xba\xc6\x44\xac\xe7\xce\xf0\x94\xc1\x4c\xdf\xd4\x37\xfa\x58\x9f\x98\x2a\x4f\x15\xd2\xa9\x0a\xa1\x38\x5f\x53\x35\xa9\x85\xc6\x54\x01\xba\x29\x26\x5a\xb7\x09\xf5\x64\xf2\xf4\xc3\x88\x81\x9f\xb8\xf5\x32\xce\xdf\x44\x95\x07\x98\x81\x9f\x98\xfc\x09\xeb\xe2\x22\xa6\xc4\xd3\x3c\x56\x8e\xc6\x2f\x70\x88\x24\x3f\xf6\x05\x59\xdb\xdc\x0b\xeb\x4f\xab\xaa\xa9\xca\x96\xed\x4d\x7d\x62\x96\x9e\xa3\x2a\x74\x82\xc5\x48\xba\x0d\x5d\x47\xbc\x28\x7e\x40\x38\x01\xb7\xdd\x13\xf0\x56\xa5\x9d\x13\x65\x15\x4d\x45\xa8\x3a\xa9\xf3\x49\x1c\xb3\xa8\xf2\xc7\x89\x4f\x61\xde\xe5\x39\x98\x97\x9c\x04\x52\xb8\xd3\xf8\x5f\x48\x73\xbb\x59\x86\xe3\xbb\x97\x7e\x30\x04\xf3\x93\x32\xde\xa4\x9a\xd2\x2d\xd2\x18\xdb\xca\xec\xd1\xc5\x8a\xc8\x7c\x19\x07\xdc\x1f\x32\xc1\x74\x53\x7e\xfe\xc0\x14\x8c\x65\xa4\x3e\x93\xef\x96\x16\x21\xbe\x66\xa9\xe8\x03\x38\xfe\x79\x72\x74\xdf\x7f\xf6\xa3\x7b\xf8\x66\x73\xf6\xbe\x2d\x46\x39\xa5\x1d\xe7\x6f\x5a\x01\x87\xff\xe0\x78\x30\x88\x17\xa5\xf0\x2b\xe1\x7e\x56\xd6\x09\xe2\x6d\xf0\xb4\x3b\x63\x31\xaf\xcc\xeb\x83\x14\xf1\x7a\x02\xd6\x67\xfd\x05\xa6\xa2\x96\x2d\x99\x3e\x83\xaa\xf2\xe3\xe7\x60\x7d\xd8\xe2\xb4\x24\x56\xd9\xf4\xb6\x52\xd5\x41\xc5\x86\xba\x6f\x4b\xab\x90\x45\x9c\x56\x29\x8b\x75\xc3\xd1\x4d\x0a\x88\x0f\xea\xaf\xa8\xc8\x45\xe4\x4a\x5c\xe4\xa6\xbc\x88\xf0\x30\xca\xda\x34\x0f\xaa\xf3\xa4\x71\xdd\x94\x55\xb4\x30\x8f\xab\x26\x68\x87\x67\x18\x95\xe9\xfe\xa8\x51\x2a\x09\xf1\x58\x9f\x51\x4d\xa4\xfb\xab\x2a\x49\x15\x18\xbb\xa8\xae\x24\x7e\x14\xa5\xa4\xb3\xb8\xa2\x8a\x35\x94\xa7\x57\x14\x7f\xd3\x41\x2b\xd3\x8c\x88\x97\x85\x9c\x3e\x48\xb8\x92\x9c\x89\x7d\xee\x73\xcd\xb8\xae\x0b\x4b\x45\xf0\xbe\x72\x7c\xb2\x28\xee\xe3\x9f\x3c\x30\x87\x24\xf0\xe9\xde\x22\x73\xf1\xad\x9c\xd2\x65\xf0\x75\x2d\xf7\x52\x9f\x20\x83\x2a\x39\xac\xae\x68\x24\x2a\xe1\xfa\xca\x6a\x10\x8f\xc4\xec\x6a\xaa\xc2\x4c\xac\xd5\xc4\x3c\xfd\x08\x11\xba\xa5\xdc\xab\xb7\x1e\xd7\xa1\x4b\x97\xeb\xf4\xa8\x6f\x4c\x88\x33\x7d\xfd\xc9\x68\x8b\x0c\x5c\x69\x46\x0d\x30\x4f\x03\xa0\xbf\xd5\x06\x2d\x90\x91\x04\xe5\xeb\x0d\xc7\xc5\x62\x5d\x5b\x6f\x33\xe1\xa4\xf4\x1b\x4b\x5f\xd1\xe7\x88\x29\x5d\xf7\xd1\x49\xcc\xdf\xeb\x8a\x5c\xc7\x95\xd0\xe6\xfa\x27\x69\xe9\x7f\xc1\xdf\xab\xe7\xd3\x7d\x66\x25\xae\x6f\x94\xec\xc1\x6e\xb9\xbc\xff\x14\xf4\xf8\xc9\x02\xb3\xf0\x69\x91\xa9\x84\xfb\x09\x0a\x9e\x8f\x6f\xe5\x79\xfc\xf7\x7e\x48\xd6\x5b\x95\xf1\xdb\x8d\xf7\x90\x7a\x6b\xbf\xff\x1d\x07\x23\x69\x61\x80\xf6\x74\xea\x29\x03\x3c\x89\x8f\x8b\x32\xc2\x79\x1d\x78\xd9\x84\x3b\x69\x98\x71\xf5\x7f\x4b\x0e\x81\xcd\xc3\xc3\x58\x49\xd0\x0e\xb3\x92\xa0\x79\xb0\x0c\xa2\x99\xb4\x16\xb7\xc6\x3a\x84\xd5\x0b\x4f\xb4\x23\x56\xa9\x74\x76\xb1\xfe\xb8\x1c\x63\x33\xab\xdd\xc5\x68\xa1\x2c\x13\x37\x1f\xa7\xbf\x3b\x82\x6f\x64\xde\x72\x05\xdf\xdc\x3c\xee\x01\xce\xa7\xb9\xf1\x07\xd4\x13\x53\x8e\x2f\xc9\xe0\x38\x49\x2d\xec\x77\xd0\x93\x07\x27\xa8\x49\x16\xfb\x98\x78\x6b\x11\xde\x87\xd7\x0f\xc9\xf6\x87\x06\xda\x3f\x53\x59\xbd\x1c\x9a\x6d\xc2\x0b\xfc\x09\x07\x33\xb1\xda\x02\x2d\xae\xa0\x98\x0d\x9e\xc0\xfa\x4a\xdb\x72\x48\x5b\x47\x6e\x5f\x38\xbe\x27\x0f\xcb\xc3\xc3\x38\xa5\x8b\x62\xcc\xe6\xcc\xa4\xf1\x2f\x1c\x6b\xe9\xc9\x2e\x35\x16\x38\x93\x2e\xe0\x81\x48\x14\x97\xea\xb0\x4b\x24\xc9\x87\xbb\xba\x15\xe2\x3e\x72\xb1\xaa\xec\x4d\x9f\xa3\xb3\x81\x63\xcd\x39\xc4\xfc\x3b\xce\xb9\x8d\x2b\xe3\x28\xf2\x0a\x35\xde\x61\x48\x23\xda\x17\x1e\x2e\xc6\x0c\xf9\xcc\xa3\x77\x2f\xc4\x71\x87\x4c\x57\xc1\xfa\xa3\xaf\x91\x26\xda\x35\xb7\x3a\x5a\x5f\xc7\x75\x84\x83\x31\x37\x33\xc2\x7d\x61\xe4\x6f\x81\x91\xb5\x46\x81\x35\xae\xa7\x42\x9c\x2d\xfa\x4b\xc9\x3d\x76\xe8\x1f\xa6\x9f\x76\xc4\x93\xe9\x38\x45\x8a\xa4\x86\x15\xb8\x50\x9f\xa8\x5f\xbc\x30\xeb\x48\x7a\x67\xf7\x42\x7b\xc6\xc3\xc3\x78\x1e\x98\x82\xfb\xd7\xa7\x56\x0a\xe7\xc1\xe7\xa1\xba\x1c\xbd\x91\x05\x8e\xc7\x0f\x08\x79\xe1\xbb\x39\x04\xd7\xdf\x77\x12\x75\x26\xf0\x9b\x51\x80\x8f\xf2\x1d\xb9\x1e\x35\xd8\x27\x67\x2f\xfa\x55\x9f\xa4\x0b\xb8\xde\x3e\xe9\xb7\x51\xe3\x97\xdc\xa2\xfd\xe1\x9e\xfa\x09\xed\x89\x5b\x2e\xf9\x0f\xc2\xc5\x84\x55\x13\xde\x89\xd7\x0f\xca\x7d\x8f\x29\xed\x03\xb0\xc4\x5d\x68\x5d\x6f\x85\x68\x3d\xa3\x7a\xc2\xc1\xe8\xa8\x38\x61\x1d\x98\x87\x83\x59\x38\xdc\x05\xfb\x00\xcd\xbc\xe5\x8a\xd6\x5a\xb4\xd6\x03\xc7\x3d\x2a\xce\x13\x4f\x64\x83\x4c\xff\xc5\x0b\xc3\x45\x6e\xa1\x92\xe4\x99\x83\x6b\x08\x91\x19\x2a\x4b\xf3\x10\xbc\x4a\x1a\x65\x48\x15\x31\x30\x85\x1a\x11\x9e\x34\x54\xdf\x19\xf9\x01\xc2\xf0\x0e\x13\x40\xd8\xf4\x44\xc2\xc9\x70\xf7\xfd\xc3\x1c\xcb\x9e\x90\xdc\x85\x6f\x1c\x72\xf2\x38\x9e\x7d\x83\x45\xae\x13\xe3\x91\xd3\x63\xac\x93\x07\xa9\x7f\xc1\x15\x09\x14\xef\xc2\xfa\x9e\xe7\x69\xcc\xdb\x4a\x19\x63\x66\x89\x87\x83\xe1\xf5\x83\xb2\x1b\x4c\x7c\x3f\x3c\x1c\x8c\xe1\x3c\x37\xd4\x0b\x1e\x0e\x46\xee\x99\x07\xe2\x2d\xe7\x03\x8d\x53\x5c\x84\xc6\xf9\xb3\x3f\xd2\x69\x7f\x5c\xcd\x7e\xe7\x82\x38\xbb\xf0\xb3\x4f\x12\xd7\xd1\x2f\x46\xb8\x8f\x1c\x49\x41\xc4\x79\x44\xfb\x4d\x41\xcf\x13\x3b\x5f\x1a\x3b\xd9\xc5\x78\xab\xe2\x9f\xc4\x99\xd0\x3c\x44\xef\xa4\x7a\x77\xec\x1a\x7f\xb4\x8b\xf1\x22\x09\xa8\x59\x71\x1f\xb3\xf1\x15\xe3\x3a\xd6\xe1\x99\x27\xe6\x33\xc5\x55\x31\xdf\x0e\xa3\x27\x8c\x79\x7f\x15\x77\x7e\xd4\xe5\xfb\xd8\xf1\x29\x6a\xc4\x1b\x5c\xc9\x9f\xb8\x18\xe4\x89\xf1\x16\xb1\xc5\xf5\xf7\x10\x70\xc6\xa7\x38\xf2\x3b\x63\x54\x66\x55\xb7\x18\xbd\xb2\xd1\x39\x0f\xea\xd2\x66\xee\x8d\xab\xa3\x9a\x48\xa8\x35\xd9\xf1\x01\xd8\x4d\x60\xae\x38\x87\x83\x69\x0e\x41\x3f\x2b\xec\x17\x8a\x19\xae\xe1\x15\x84\x0b\xe9\xe5\x1a\xc5\x21\xcb\xe3\x32\x49\xc6\x73\x1d\x2b\x93\x13\xfb\xe0\x78\x92\xaa\xa9\x5f\x52\x72\x22\xe1\x48\x53\x24\x28\xd2\x48\xa9\x23\xcf\x93\x72\xcf\x04\xcf\x6a\x29\xee\x0e\x88\x18\x48\x53\xa7\x19\x4f\x1b\x11\x8b\xf1\x64\xea\xfa\x4c\xb4\x58\x69\x7a\xc5\x68\x99\x53\x6e\x6f\x42\x1c\x41\x6a\xce\x41\xc4\x15\x24\x3f\xbb\x80\x08\xb6\x24\xb8\x9d\x4e\xf2\x05\xbe\x71\xc2\xba\x86\x95\x34\x7f\x2c\x16\xc0\xc3\x89\xd8\x25\x7e\xe2\x60\x78\x7c\x38\xd7\xbd\xf1\x74\x62\x50\x4d\x4f\x55\xcf\xf7\x47\x1c\x8c\x42\x5a\x08\xc6\x97\xf3\xc5\xc9\xed\xf1\x70\x30\x93\x6c\x08\x1f\x32\xca\x2c\x06\xfd\x09\xdf\xe1\x38\xee\x26\x4e\x0a\x77\xca\xe9\x89\x87\xc9\x8a\xef\x8f\x78\xa6\x8c\x3b\x82\x68\x0f\x96\x47\xd1\x11\x2d\xa3\x48\x12\xeb\xb2\x59\x6b\x54\x90\x3b\x38\xab\xdc\x18\x3f\xb7\xa2\x9a\x70\x94\x59\x46\xa4\x81\x59\xcd\xd1\x88\xe8\x5a\xa1\x4f\x4c\x1c\x59\x6c\x0d\xae\x6f\x56\x6d\x15\xee\x97\x8c\x33\xfb\xd1\xc3\x67\xd4\x9c\x25\x7c\x8c\xc9\x6d\xb4\x1b\x19\xd7\x5e\xe2\xf8\xd3\x8e\x7c\x20\xc4\x70\x53\xdb\x66\x00\xa7\x26\x2f\xb4\x87\x76\x32\x3e\x98\x39\x31\xf7\xf6\xc7\x59\xe4\xf5\x85\xd2\x31\x09\x43\xad\x53\xd9\x10\x89\x5a\xb8\xf0\x4c\x14\xfe\x5e\xd2\x39\x1e\x57\x63\xba\x5c\x02\xb2\x75\x89\xcc\x48\xc0\x55\x14\x4c\x48\x09\xe8\x96\x03\x4d\x52\xb9\x1b\x5a\xcb\xbe\x91\xcc\xdc\x45\x32\x97\xb3\x0f\x05\x29\xfd\xd1\x83\xf2\xf0\x30\x05\xd2\xa2\x88\x47\xc8\xbf\x25\x85\x1a\x97\x5f\xa8\x8a\x6f\x90\xd7\x68\x84\x1a\x9b\xf7\x89\xfa\x05\x15\xc4\x78\x63\x7c\x59\x20\x16\x89\x38\x89\x9f\x3c\x31\x45\xab\x09\x47\xd3\xb0\x01\x57\x32\x5f\x72\x0f\x5a\xac\xbc\xf0\x53\xe8\x17\xf2\xe5\x6e\xa1\x41\xce\xf5\x7f\x82\x2b\x92\x23\xf5\x01\x73\x0c\x2b\xeb\xda\x26\xfd\xe2\xc3\xb1\x14\x0b\x41\x3b\xf8\xb3\x2f\x54\x22\xed\x63\xf5\x0b\x31\x68\x6d\x14\x6b\x88\xed\x6f\x7e\x75\x02\xa1\xbc\x4f\x24\xa3\x97\x9b\x7a\x35\x0d\xdf\x5a\x38\x7c\x19\x46\xf7\xfc\xa7\x97\x63\x1c\xd2\xf7\x6b\x06\x37\x7e\x5e\xc6\x86\x87\x07\x59\xc3\x9d\xe4\x8b\x7d\x06\x20\x0f\x46\xc9\x98\x91\x78\xe2\x28\x7a\x26\x86\x33\xbe\x96\x4f\x12\x9f\x54\x22\xa4\x84\x48\x9d\x92\x30\xea\xcc\x58\x3c\x98\x2c\x57\x71\x9a\x27\x9e\x2b\x8b\x03\x22\x70\x3c\x3c\x9e\x98\xe2\xac\x7c\x3c\xcb\x97\xa8\x56\xa0\x07\x2b\xd6\xd8\x85\x35\x96\x9f\xfd\x93\x86\x5e\x23\x5e\x19\xfe\xa7\xa8\xa1\x85\x75\x6f\x71\x7e\x0a\x27\xb7\xb8\x00\xd8\x85\x45\xa2\xf5\xb4\x38\x1d\x8d\xfe\xdd\x28\x83\xf0\x3f\x9a\x5f\xe3\x90\xb5\x48\xd5\x3b\x05\xb5\x50\xd6\x2c\x05\x33\x55\x12\xbb\x68\xf6\x67\x55\xd0\xa9\x4f\x34\x9f\xf0\x21\xe3\xab\x68\xbc\xfc\x7e\xd9\xf8\xd6\x7d\x22\x72\xb8\x4c\xd4\xcf\x3e\x51\x1c\x1e\xa6\x94\x8b\x1f\xca\x8d\x06\xa0\xa7\xe2\xe1\x61\x2a\xa4\x28\x8e\x5a\x7f\x85\xe6\xa1\x42\x5f\x09\xf7\x7d\xb9\x99\x01\xda\xcf\x8a\x9d\xb6\x98\x3b\xac\x10\xf5\x40\xfb\xba\x5e\x20\x1c\xf5\xa4\x5c\x35\x69\x00\xfd\x7d\x0e\x3e\xa9\x62\x6b\x59\x14\xfd\xdd\x76\xdc\x27\x15\x12\xc7\x6a\xe8\x79\x97\xd1\x03\x96\x3d\xbb\x87\x08\x8e\x75\x77\x5e\xe3\x7e\x5b\x57\xda\x50\x01\x60\x29\x17\x8b\xda\x61\xf2\x31\x11\xfd\x20\x8f\x0f\x47\x3d\x9f\xf0\x4e\x8a\x67\xd2\xd1\x4e\x2e\xb8\x47\xd6\x68\xde\x6c\xe2\x49\x11\x17\x5d\x89\x99\x87\x49\xaf\xf2\xf1\x69\xa3\xff\x2e\xc0\xf9\xe3\x73\x2d\x40\xfd\xef\xe5\x5d\xc4\xf1\xe3\x94\x72\x95\xaf\x3f\xe2\x61\xf2\x08\x0f\xb3\x99\x4f\x14\xc7\xb5\x45\x7f\x1e\xf5\x51\x9a\xaf\x84\xfc\x2f\x9b\xb2\xf5\x10\xc1\x5f\xd5\x40\xfd\xa3\x36\x6d\xf2\x40\x06\x97\x4d\xf6\xc1\x38\x1f\x55\x96\x89\x18\xda\x6e\x0a\xcc\xc6\x8e\x3e\x9b\x42\x4a\xf0\x4d\x36\xeb\x6e\x23\x1e\x98\xcf\x87\x11\x09\x5b\x15\x79\x01\x2d\x57\xa5\xd9\x1d\xcc\x1d\x56\x29\xbf\x46\x9c\xee\x46\xa1\xcf\xd5\x00\x8f\xe6\x00\x0c\xf9\x46\x5c\xbf\x7c\xa7\x01\x6e\x58\x01\x0c\xde\x06\x70\xa5\x3f\xe5\xd9\xcf\x67\x00\xf0\x67\xfd\xc2\x3d\x1c\xb8\x0f\xd0\xed\xe7\x76\x0c\x06\x18\xa5\x44\xfd\x0d\xc6\xd5\xff\xe2\x3b\x28\x2b\xec\x3e\x63\xff\xea\x73\xb0\xfa\x01\x80\x8c\x22\x71\x79\xc8\x29\x02\x64\xbe\x05\x50\xeb\x0b\x90\xae\x08\xa0\xdb\xf9\x0b\xff\x90\xf2\x14\xa0\x7b\xbd\x13\x16\x00\x38\x1f\x25\xae\x03\x9f\x1c\xca\xfb\x60\xbd\xbb\x1c\x20\xbe\x94\x6a\xde\x2b\x95\x01\x52\x32\x01\xd6\x34\x00\x2c\x6d\x04\xa8\x9a\x07\xb0\x94\x0f\x60\xcf\x81\x6e\xab\x48\x3d\x4a\xb2\x26\x02\xdc\xfe\x06\x50\xb0\x1f\xe0\xe3\x1c\x80\xfc\x63\x00\x6d\x42\xff\xae\xff\xf3\x78\x00\x1e\x9e\x05\xe8\x27\xf0\xdf\x71\x0f\x07\x7d\x01\x06\x45\x02\xec\x8d\x04\x18\xda\x1b\x60\xd7\x6c\xaa\x5f\x6e\xd4\x01\x18\x6d\xf3\x0f\xbe\x83\x57\x00\x53\xfa\x01\xac\xd9\x05\x30\xfb\x04\x40\xbe\x34\xe0\x89\x3b\x23\x91\xee\xe0\x65\xdc\x01\x50\xe9\x03\x90\x26\x0e\xa0\xb5\x0e\x20\xe5\x3b\x80\xc9\x49\x80\x64\x75\xaa\xe7\xf1\xf0\x0f\x31\x9f\x00\xbc\x8c\x00\xe2\x8e\x03\x84\x9b\x52\x1e\x3c\x3e\x02\x20\xa1\x9d\xee\xfd\x27\x01\x61\x5c\x12\x8d\x00\x2a\x87\x02\xa4\x2a\x02\xec\x7f\xfe\xab\xff\x41\xea\x47\x80\x9a\x7c\xe2\xcf\x78\xa7\xff\xab\x0f\x44\xea\xc7\xdf\xc7\x1f\x3d\x8a\xab\xf3\x76\x5b\xaf\xc3\xff\xe0\x33\xe7\xfa\xd2\x9f\xb6\x01\xe8\x75\xec\x17\xee\xe1\x60\x1d\x40\xff\x4a\x80\xed\x5c\xae\x77\x93\x0a\xc0\xd0\x11\x00\x15\x7d\x00\x84\xfa\x00\xac\x0b\x03\x18\xdd\x87\xf2\xf9\x13\x44\x00\xf2\xaf\x53\xbe\x31\x4b\x01\x60\xf6\x01\x80\xa5\x26\x00\x52\xb7\x88\xf7\x40\x69\x12\x40\xb2\x23\x80\xe6\x48\x1a\x87\xc1\x64\xba\xff\x6e\x51\x0d\x10\xeb\x0b\xe0\xda\x1b\x20\xe2\x25\x80\x67\x33\x40\xc4\xbb\xee\x98\x1f\x20\xd2\x9e\xe6\x28\xf6\x20\xdd\x77\x8f\x0d\xa2\x9e\x3a\xdd\x3a\x52\x35\x14\x20\xce\x0d\x60\xef\x24\x80\x24\x07\x80\xb3\xb3\x01\x12\x6f\x00\xd4\xd4\x03\x24\x9b\x02\xbc\x92\x02\x48\x4b\x00\xe8\x70\xfd\xf7\xf8\xc3\xe2\xff\x73\x9d\xb7\x27\xee\xe1\x28\xf7\xef\xd5\x5c\x1d\x73\x13\x87\x07\x58\x1f\x0b\x30\x60\x32\x40\xe9\x05\x80\x21\x9b\x89\xa7\x65\x44\x0c\x40\xc1\x66\x80\x31\xb7\x00\xba\xad\xe5\xe4\xde\x00\xcb\x5c\x00\xa6\x05\x76\x47\x37\x00\x12\xfa\x00\xb1\x17\xa8\x8e\x17\xe7\x0f\xa0\xfa\x0c\x20\xfa\x39\x80\xfe\x20\xba\xc3\x6d\x96\x04\x10\x3a\x1e\xc0\xf6\x24\x40\xd0\x51\xae\xef\xc1\x2c\x80\xa0\x52\xc2\x05\x74\xcf\x43\xf8\x11\x80\x8c\x23\x54\xd7\xef\xb6\xbc\x91\xcb\x01\xaa\x74\x00\x22\x75\x00\xf6\x3a\x00\x44\x1c\x02\x38\x53\x09\x10\xf5\x0c\xa0\xe6\xf4\xaf\x3e\x10\x09\x9f\x01\xba\x0a\xff\x03\x0f\x82\xfe\x7f\x9e\x87\x9e\xb8\x07\x1e\xef\x45\xf5\xf3\xdf\xe7\x81\x87\x7b\x40\x6f\x50\x0d\xb0\xfa\x24\xd5\x44\x78\x7c\x07\x29\xaa\xa4\x1f\x49\xd5\x64\x37\xba\xc7\x3d\x1b\xa8\x1f\x49\xf7\xc9\x96\x57\xf7\x0f\x3b\x09\xa0\x29\x07\x10\xdc\x08\x60\xa2\x06\x10\xe4\x0f\x60\xb7\x1a\xc0\xef\x26\xd5\xb6\xfd\x62\x00\xfc\x6e\x77\x9f\x12\x68\x1e\x82\xe3\x68\x8f\x87\x8c\xed\xf6\x88\x00\x21\x1f\x00\x36\x15\x10\x97\x4c\xf7\x39\x33\xbc\x06\xe0\xd2\xce\x5f\x7d\x20\x22\xc3\x00\xde\xcf\x04\x08\xbf\xc9\x8d\xdf\x94\xea\x9d\x3d\xfb\x21\xfc\xa9\xde\xdd\x93\xf7\xa2\xe7\x3d\x7f\xde\x3c\x14\x94\xd3\x3c\x64\x7d\xa3\xfe\x28\x3f\xe7\x41\x02\x60\xe4\x3e\x42\x97\x0b\x1f\xa0\xf5\x9e\x7a\x0e\x20\x4c\x11\x40\xc2\x0e\x20\xc4\x03\x40\xee\x26\x40\xd0\x1e\x00\xf5\x75\xbf\xf0\x0f\x3e\xc7\xa9\x9f\x54\x77\xcc\xe8\x72\x1b\xc0\x6d\x1b\xe1\x62\x7c\xd4\xa8\x57\x86\x4f\x13\x40\xe6\x0c\x00\x3f\x6d\x80\x22\x33\x80\x40\x59\x80\xcd\xfb\x01\xbb\x82\xee\x63\xc4\x23\x7f\xe1\x2c\x40\xd0\x35\x80\x07\xc7\x01\x82\x5c\x89\x1f\x25\x58\x1a\xa0\x4b\xf7\xcf\x3c\x10\x3f\xf7\x43\x20\x49\x1e\xee\xa1\x27\xef\xc5\xbf\xf0\x1f\x24\x7e\xf1\x1d\xc8\x92\x4c\xd9\x03\xd0\x57\x99\x6c\x5a\xb7\x7e\x44\x06\x00\x8c\xdc\x08\x10\x1c\x08\x30\xc9\x14\xc0\xf7\x4a\x77\x2c\x0e\xe0\xbb\x1a\x40\xc6\xed\x17\xfe\xc1\x7d\x2f\xd5\x38\xba\x75\xc0\xdc\x18\xc0\x7d\x09\x80\xcb\x52\x00\xb7\x23\x00\xbe\xc9\x00\xae\xca\x00\x51\xc1\xd4\x2b\x05\xf9\x0f\x2e\x01\xac\xb2\x02\x70\xf9\x1b\xa0\x32\x84\x7a\x66\xec\x2d\x04\x70\x9f\x45\xf3\xe0\x1a\x05\xf0\x77\x24\x61\x49\x3e\x47\x02\x78\x94\x03\xb0\x0b\x00\xce\x1a\xff\x99\x07\xa2\x27\xef\xc5\xe9\x87\x24\xff\x55\xe7\x4b\xe7\xec\x42\x8f\x7e\x17\x05\x53\x48\xf2\x70\x0f\x89\xdc\xcf\xb1\x33\x00\x06\xe6\x51\x7d\x87\x5f\x11\xa0\xfb\x94\x36\xa6\x81\xf0\x1a\x53\xce\xfc\xaa\xfb\x3b\x54\x12\xaf\x92\xd3\x04\x00\xcd\x73\x00\x4e\xf9\x00\xa6\x75\x84\x77\x70\x4a\x07\xb0\x0f\x06\xf0\xb1\x03\xb0\x9f\x0d\x10\x65\x0b\x60\xe3\x4a\xbd\x75\xac\x26\x13\x06\xc9\x86\x8f\xb0\x5a\xd6\x42\x00\xfb\x92\x01\x6c\xf9\x01\x2e\x57\x12\x7f\xc2\xbd\x3a\x00\x5b\x7f\x80\xfa\x1a\xc2\x41\x30\xa3\x5f\xe3\xfe\xc9\x87\xc0\xd9\x89\x3f\xf1\x5e\x1c\x50\xf9\x5d\x0f\x2a\xb9\xba\x64\x4f\xfc\x47\x4f\x1c\x0c\x8f\xef\x80\x77\xca\x0e\x90\xa0\x38\x64\xf1\x19\x00\xa1\xa7\x00\x4e\xbb\x00\x84\x5f\x00\x38\xae\x02\x98\xd9\x05\x60\xe5\x0e\x20\x9d\x0c\x60\xf3\x05\x40\x4d\x0c\xc0\xb2\x16\xc0\x20\x02\xc0\xf4\x09\x80\xf5\x30\x00\x33\x45\xda\x23\x16\x36\x00\x51\xca\x00\xe6\xe5\xa4\x0f\xc6\x6b\x00\x0a\x67\x03\x18\x58\x01\x6c\x6c\x00\x30\xfc\x06\x70\x48\x04\xc0\xe4\x19\xc0\xe5\x99\x00\xa6\xaa\x00\x8f\xf9\x00\x4c\x3b\xa9\x37\x96\xfe\x61\x00\xb6\xe9\xcf\xfd\x30\x7e\xea\xc1\x9f\x78\x2f\xb8\xd3\x41\x95\x0e\xc9\x9f\x7d\x70\x7a\xe0\x3f\x7a\xf2\x3e\x50\x97\x62\x00\xf7\x41\x00\xbd\xac\x00\x1c\x74\x01\xf8\x4e\x00\xd8\x1e\x04\x18\xf3\x95\x78\x2a\xba\xed\xa7\xf9\x54\xba\xcb\x6f\xc8\xd5\xbc\x0d\x80\xfa\xcf\xe9\x49\x00\x58\x25\x13\xd7\xd4\x62\x57\x00\xad\xc1\x00\x61\x93\x69\xef\x74\xcf\x83\xd6\x41\x80\x35\x2f\x7f\xf1\x40\xa8\x89\x03\x1c\x94\x20\xdc\xc0\x35\x49\x00\x9d\x68\x80\xe7\xfc\x00\xda\x02\x00\x0d\xd3\x7f\x8d\x5b\x2e\xfc\x77\x1e\x88\xa9\xf1\xbf\xd7\xfd\x79\x7a\x70\x68\x25\x49\x1e\xfe\x63\x13\xaf\xef\xc7\x1f\xf0\x1f\xbc\xba\x3f\x0f\x07\x13\xc3\x49\x1e\xff\x85\xcb\x27\x92\x66\x85\x00\xbd\xef\x00\x18\x0b\x01\x8c\xd0\xa4\x6c\xf5\xf8\xf1\xff\xc0\x3f\xe4\x03\xc8\xae\x04\x50\x93\x20\x0e\x0b\xb5\x3b\x84\x95\x50\x14\xa1\xbd\xa4\x5c\x09\x10\x31\x9b\x6c\x49\xf7\x3c\x28\x05\x00\x94\xec\x06\x90\xeb\xa0\xfa\xe6\xa2\xfe\x00\x87\x56\x01\x2c\x0a\x00\xb8\xf2\x09\x40\x7e\x02\xc0\xb3\xaf\x00\xb2\x97\x01\xbe\x0b\x03\xcc\xb0\xef\xc1\x03\xc1\xf1\x21\xf0\xf0\x00\x7f\xd4\x03\x6e\xdc\xbc\x7a\x17\x4f\x0f\x78\xf8\x8f\x9f\xbc\x07\x1c\xfe\x83\xd7\xff\xa4\x67\xdd\xdf\x81\xdb\x47\xc6\xdc\xe7\x75\x23\x01\x06\x77\x01\xa8\x67\x02\x8c\xd1\x02\x50\xb4\x02\x98\xd2\x08\xa0\x18\x49\x78\x6c\xf9\x1f\xc4\xdd\x22\x13\x45\x98\x9f\xf9\xd8\xe1\x1d\xa0\xfb\xec\xd5\xed\x73\x24\x3f\x00\x2c\x0f\x04\x98\xbd\x1a\x60\xcd\x16\xe2\x6e\xc3\x5e\x76\xee\x00\x87\x5e\x02\x88\xdf\x01\xb8\x26\x04\x30\xed\x19\xc0\xd3\xde\x00\x62\x26\x00\x4d\x21\xbf\x70\x1f\x63\xaf\xff\x8e\x7f\xe0\xe1\x01\x7a\xf2\x9f\xfc\x49\x0f\x7a\xe2\x3f\x78\xfb\xa1\x67\xff\x13\x9e\x5d\xf0\xe4\x7e\xb6\x6f\x26\x69\x98\x46\x52\xa5\x82\xfa\x80\x2c\x28\x03\x18\xae\x41\xbd\xc5\xba\xe3\xcf\x39\x51\xa4\x17\xb3\xed\x89\x17\x64\xd6\x29\x00\xd3\xb7\x84\x05\xf0\x10\x00\x98\x36\x17\x20\xe2\x35\xe1\x3a\x96\xfb\x13\xfe\xa1\x3b\x8e\x12\x99\x04\xb0\x2d\x1d\x60\xac\x3c\xc0\x11\x39\xc2\x41\x5c\x4f\x27\xbc\xc7\x8b\x3a\xe2\x2a\x6a\x92\xf8\x37\xee\x63\x10\x87\x9f\xec\xf3\xe1\x77\xfc\x03\x4f\x0f\xb6\xcd\xfd\x5d\x0f\x78\xf8\x0f\x5e\xdd\xfb\x67\xff\x97\x7f\xf4\x43\x82\x7f\xf0\x5f\xf0\xfa\xc0\xfc\xec\xff\xc1\xf5\xa3\xd2\xe7\x6e\x61\x28\xf0\x91\x9c\x23\x05\x30\xd0\x07\x40\x3c\x11\x60\x8c\x06\xc0\xe4\x03\x00\xd3\xea\xc9\xb7\xca\xd5\x53\x6f\x3a\xa3\x6e\xf9\x1a\xc0\xbd\x01\x60\xd4\x37\x80\x30\x4f\x80\x91\x1d\x00\xcb\x8e\x02\x08\x7e\xa3\x9e\x1c\x02\x6e\x54\xab\x1e\x1a\x0d\x70\xf8\x1b\xd9\xe4\x6b\xdc\x38\x9f\xcd\x26\xf9\xe3\x3f\xe0\x3e\x7a\xe2\x1f\xfe\xd4\xff\xe6\x8f\xf8\x0f\xae\x0a\xf3\x27\xfe\x0b\x6f\x0e\x47\xe2\xc4\xe1\x28\x78\xf8\x07\x6d\xee\x56\xd2\x02\xce\x7e\x4e\xe6\xaa\x7a\xc2\xbe\x00\xc3\xc7\x03\x8c\x51\x07\x98\x62\x05\x30\x72\x30\x80\xec\x11\x80\xe1\xd2\x00\x86\x35\xb4\x87\x5c\x3c\x01\x06\xbd\x03\x08\xed\x0f\xd0\xff\x35\xc0\xb2\xc9\x00\xbd\x0b\x00\x0a\xbb\xe7\x3c\x12\x60\x4b\xf7\x18\x2e\x02\x1c\xcd\xa0\xef\xbc\xce\xc5\x40\xb5\x1c\x07\xd0\xd7\x1b\xff\x9d\x07\xe3\xff\x8a\xff\xe0\xf1\x5f\x2c\xe5\x7e\xcf\xc3\x7f\x84\x70\xfa\xd0\xb3\x0f\x8c\xcd\x79\x92\x3c\xfc\x83\xba\x26\x49\x49\x2e\x00\x9b\xc0\xf1\x34\x0d\x73\x05\x18\x54\x46\x78\x9d\x6e\x1d\xe8\x3f\x1c\x40\x46\x17\xa0\x57\x32\x80\x2e\x87\xc9\x70\xe2\x62\x92\xe0\x5e\x24\xd3\xd4\x7f\x5f\xa3\x2d\x1c\xe7\xc8\xe1\xc5\x24\x2f\x73\xdc\x60\x8f\x39\x8c\x0e\xdd\x67\xa6\x78\x1a\xfe\x80\x7f\xf8\xbf\xe2\x3f\x78\x3c\x38\x3d\xf7\x01\x6f\xfc\x3c\x1c\x50\x4f\x3d\xe0\xe1\x60\xe4\xb9\x7d\x37\x93\xdb\x67\x63\xb8\xfd\xf8\x8f\xff\x14\xc6\x71\x36\x5b\x8a\xd3\x15\x5d\xea\xe8\x6b\xed\xc8\xc5\xb6\x41\x9c\x8d\x4a\xe5\xe6\x63\x35\x87\x3d\xab\xe4\x38\xf2\x0e\x89\x91\xbc\xc4\xc5\xc6\x0f\xb8\xcf\x7f\x18\xca\x8d\xd7\xe8\xcf\xf3\xf0\x2f\x1e\xa0\x1e\xf8\x8f\xe5\xd3\xa9\xfa\xf6\x73\xfc\xd5\x80\xd9\xc1\x9f\x38\xa8\x42\xc2\xb7\xb8\x78\xf4\x42\xcb\x68\x3d\x68\x20\xa2\x14\xf4\x6b\x07\x61\x97\x79\x95\x61\x03\x31\x1b\x26\x29\x39\x04\x35\x6b\xd2\xe9\xc1\x58\x65\x18\x7c\x6b\x18\x87\xda\x19\x96\xdd\x07\x33\xf9\xfc\xa7\x85\x11\x43\x33\xd4\x81\x3a\x8b\xf0\x4b\x10\x8f\xf7\xd0\x1a\xfb\x03\xf4\x73\x10\xea\xc1\x50\x37\xba\x29\x38\x64\x6b\x01\xfa\xfa\x21\x35\x95\xa8\xa3\x83\x93\xf7\x63\x7d\x7b\x50\x2d\xe5\xe9\x07\xfa\xff\x8d\x31\x60\x7f\xc5\xd7\x98\x79\xed\x6f\xda\x8a\x31\x63\x6f\xa7\x7f\xe2\x3f\x78\xf3\xd0\x73\xfc\xb9\x5c\x37\x86\x74\xad\xde\xe8\x49\x12\xf7\xf4\xc2\x6c\x72\xd4\xe2\xbe\x88\xf3\x08\xb6\x1c\x88\x68\x0d\x2f\x35\x3e\xac\x26\xb8\xac\x1a\x8a\x27\x32\x2b\x89\x61\xb8\xf2\x86\x62\x23\xf1\xe9\xaa\x7b\x47\x63\x15\x56\xe6\x01\xf1\xa3\x4c\xeb\x3f\x1e\xb3\x66\x42\xa8\xfd\xdd\xff\x89\xec\x24\x39\x3e\xb2\x3f\x56\x46\x26\xd4\x8c\x47\xfd\x16\x49\xa2\xfc\xe4\xf8\xcb\x3a\x68\x8b\xc7\x57\xda\xa1\x4d\x19\x5f\x41\x95\x12\xe1\x72\xba\x19\x3b\xae\x9e\x3a\xc6\x8f\x15\xa8\xc0\xf1\x8f\x0b\xdb\x8b\x99\xc3\x31\x8d\x94\xa7\x1f\x55\x77\x1b\x75\x7b\xb4\x1c\x71\x4b\x8e\xec\xdd\x88\x6b\x37\xc2\x94\xc6\xcf\xc7\xc9\x01\x78\xbf\xb9\x88\xc3\x05\xe5\x59\xd1\xba\x67\xe4\x53\x1f\x24\x1e\x0f\x0c\x0f\xff\x12\x64\x29\x84\xab\xe6\xe9\x3e\x0a\xf9\x01\x1c\xdf\x53\x7f\x20\xcb\x5c\xc2\x85\x18\xbb\x88\x62\xbd\x4b\x53\x80\xb2\xad\xb2\x5b\x27\xe3\xb8\xc5\x1b\xa7\xe2\x8e\x9a\x50\x2b\x8e\x5a\xce\xd7\x77\x36\x37\xfe\x99\x9c\xc5\x15\x37\x1d\x80\x19\xcd\x59\xc9\xf4\x4d\xb3\xab\xa5\x30\x26\x9d\xb9\x59\x03\x2b\x40\x33\x1b\xa8\xe3\xc2\x6c\x2e\x26\x99\x6d\x13\x8f\xf8\x90\x99\x49\xd4\x51\x7e\x86\x3f\x61\x9c\xa7\xad\x24\xde\xea\x69\xf5\xa7\x70\x6d\xa7\x9e\xbb\x89\x6f\x32\x55\xe0\x19\xce\x9b\x68\x4c\x3d\x7e\xdf\xe4\x45\xec\xb7\xbe\x41\xc4\x8b\x92\x63\x45\xd9\xd2\x65\x4d\x43\x6a\xe1\x3f\xf4\x41\x0a\xdc\x36\x1e\x33\x33\x3e\x85\xc2\xa8\x9d\x6e\xa2\x62\x18\x09\x58\x3f\x9d\x86\x55\x26\x63\xaf\x99\x58\xe7\xd6\x56\x26\x5c\x88\xd2\x30\xc2\x0d\xcc\xd3\x93\xc4\x13\x89\x68\x1d\xe1\x42\x04\xb7\xca\x60\x84\xd2\x57\x7f\x01\x57\xbf\x58\x20\x43\x52\x26\x8d\x0f\x63\xb3\x85\x69\x34\x0f\x72\x61\x92\x94\x21\x6f\x51\xf7\xa0\x9f\xa9\xe3\x86\x5c\x98\x0f\xae\x99\xac\x5d\x2c\xfa\xb8\x45\xe7\x88\x41\x7d\x61\x7e\x29\xde\x30\x94\x79\xb5\x0d\x2b\x29\x32\x73\x8f\xe0\x3e\x90\x36\xbe\x42\xf8\x99\xe9\x4f\xf0\xbe\xab\x64\xcd\x27\x7c\xf2\xdc\xba\x4e\x9c\x57\xf1\x1a\x9a\x87\x29\xc8\x7b\xf0\xab\x0f\x14\xe1\x7e\x62\x54\xc7\x13\xbb\x80\xe6\x14\x44\x0d\x78\x87\x4f\x45\xcb\xee\x26\x41\x0e\xd6\x46\x58\x02\xeb\x7d\xa6\x22\x92\x74\xdf\xd9\x9f\xf0\x02\x4a\x6c\x11\x7e\xbb\xf4\x66\x79\xba\xdf\x6a\x27\xdf\x8b\xb4\x59\x19\x77\xfb\xd0\x71\xca\x1c\xe3\x96\x9a\x60\x0f\xf9\x68\x28\x22\x8c\xd4\xd3\x45\x90\x51\x43\xed\xdc\x3c\x1c\xbf\x86\x82\x2a\xee\x48\x8d\x46\x8b\x6a\xd2\x34\x0f\x7c\x43\xcd\x73\x84\x7f\x50\xe3\x6e\x10\x6b\x86\x16\xa1\x8d\x56\x97\xdd\x84\xf6\x55\x6d\xf7\x21\xfc\x7b\x35\x09\xba\xef\xaf\xea\x7a\x0f\x63\x3e\x15\xeb\xb7\x78\x66\x56\x82\x36\x7c\x23\x59\x67\xc2\x83\x48\x61\x3f\x0c\x1e\x0f\x4c\xfc\x9c\x29\xa8\xef\xc1\x75\xc4\x8b\xe2\x33\x66\x0e\xee\x7b\xb7\x47\x64\xb5\x1c\x84\x64\xb1\x1a\x69\x81\x91\x30\x80\xfe\x66\x05\xac\x26\x68\xf4\xa2\x71\xf2\x70\x30\x73\x7b\x6b\xe0\xe7\x26\x01\xe1\x5f\x84\xaa\xc9\x63\xf4\x5f\xc5\xf3\x1c\x3c\x4f\xca\x93\x06\x35\xc3\xd1\xae\x19\xe6\x4e\xc4\x8a\xa9\xe1\x3c\x09\xac\x20\x19\xee\x55\xc1\xba\xbe\x91\x8f\x29\x56\xda\x8c\x92\xdd\x30\x17\x62\xfc\x3e\x04\xf3\xf0\x26\x56\x29\xe8\x1f\x0d\x3f\xe6\xa3\xaf\x36\xfe\xbe\xf1\x3b\x7d\xef\x3e\xf4\x13\x06\x40\x75\x2c\x7d\x63\xe2\x12\xd4\xfb\xfc\x12\x6d\xbf\x6e\xdc\x37\x9c\x0f\x2d\x45\xd2\x07\xa5\xae\x6e\x19\xd3\x31\x1b\x77\x57\xf8\x44\xd2\x46\xbf\xdb\x84\x83\x71\x7f\x41\xb8\x1f\xa7\x42\x79\xdc\x0f\x96\x37\x68\x75\x4c\xfa\x68\xa0\x25\xd5\xf2\xd1\xc6\xfa\x85\x52\x89\x2e\x5a\x39\xc9\xfb\x06\x38\x0f\xd3\x0a\x68\x7c\xc2\x7e\x46\x58\x7d\xe3\xaf\xa7\xdb\xd9\x60\x6d\xca\x45\x1e\x56\x5c\xbd\xd7\x82\xcb\x6c\x59\x95\x0f\x43\x64\x96\xcd\xc4\xc9\x88\x2c\xb2\x15\x90\x40\xfb\x67\xdd\xaa\x8c\x75\x70\xdb\x00\x13\xfc\xd9\xf6\x1c\x55\xde\x6d\x9f\x06\xf5\xa7\x9f\xc9\xc5\xdb\x29\xe4\x62\x3d\xd3\x3a\x9f\xec\x84\xf5\xa4\x5d\xf8\x41\xeb\xf5\x27\x50\x85\xad\x24\xae\xa2\x0f\xb0\xbc\xff\x04\xe7\xc9\xd2\xfb\x0b\x9e\x25\xcd\x6a\xbb\x10\x47\x68\x70\xaa\x7b\x1e\x22\x26\x13\x7e\x2d\xa0\x4e\x1e\xe7\xc1\xe3\xbe\x22\x56\xcb\x5d\xaa\x35\xb0\xea\x61\x53\xa7\x83\x6f\x69\xf2\x54\x1f\x91\xd8\x3d\x71\x30\xb2\x66\xa4\xb5\x73\xcf\x93\x14\xd5\xb7\xc4\x48\x61\x54\x1d\xd5\xd1\x07\x97\xd9\x71\x99\x0a\x1e\x0e\xc6\x89\xb3\x8f\xce\x5b\x7b\xe1\x8c\xba\xec\x1f\x81\x67\x57\x97\xeb\xa2\xe8\xff\xdd\x04\x89\xa1\xc7\xf5\x6f\x25\xdc\x27\x6e\x75\x26\xe8\x2f\xdd\x17\x52\xa7\x92\xc5\xda\x01\x38\x3e\x37\x19\xe2\x75\x77\x9b\x4d\x76\xc2\x5d\xb3\x14\xcf\x74\x6e\x79\x5b\x6f\xd2\xbf\x1f\xc5\x3a\xbf\xb3\xf1\x65\x7f\xfa\xde\x47\x18\xfb\xf2\x70\x31\x8e\x22\x84\x1b\xb3\xb3\xed\x9e\x07\x5e\x3f\x28\x2f\x7f\xb5\x6d\xf0\x0f\x1c\x8c\x6d\x1c\xdd\xaa\xe6\xe1\x60\x0c\x7b\x5b\x62\xe4\xac\xe1\x6a\x83\x6f\xc5\xc3\xc1\x48\x4d\xb1\x47\xd4\xe6\x0c\x61\x47\xb4\x97\x22\x49\xb4\x6a\x82\x99\x84\x30\xef\x77\xce\x95\xbb\xc7\xec\xc9\x1d\x41\x79\x27\x51\x9f\xb7\x7d\x30\xce\xe3\xe1\x61\x7c\x8d\x44\x51\xef\x7d\x3e\xcf\xc3\x98\xd3\xb7\x9f\x32\xe1\x60\xaa\x0d\xbd\x49\x52\xbd\xdb\x3f\x8a\x70\x73\xbe\x4f\xa2\xe3\xe9\x67\x8a\xf5\xfd\x7b\x13\x3f\x8a\x1f\xab\xc2\x9c\x99\x1f\xff\xc1\x95\xf4\x77\x97\x10\x5f\xe5\x33\xe9\x1e\xda\x59\xef\xd2\x57\xe8\x01\x17\x3f\xfa\x8a\x71\x98\x07\xf6\x57\xf3\x3e\xab\x83\xbb\xc5\xfd\x8d\x11\xce\x8e\xc3\x45\xc2\x37\x59\x3e\xb0\xa2\xfe\x70\x7f\xc0\xc1\xc8\xca\x10\xeb\xfe\x6c\xac\xba\x00\x88\xc9\xb9\xe3\x6e\x1e\xf3\xc4\x13\x4f\x52\xfc\xa7\x3d\xb9\xc8\xda\x7b\xce\xef\xe3\x0f\xe1\xa2\xba\xd0\xad\xfd\xf0\x9f\x82\x4b\x04\x38\x86\x2e\xf2\xb8\x61\x20\x81\x33\x1b\x32\x43\x11\xf9\x5d\xc2\x96\x18\xe2\xb8\x43\x6b\xa9\xde\x1d\x16\x47\xdf\x18\xbe\x31\x0a\xed\x7f\x98\xe3\xd2\x37\xf4\x33\x75\x5e\x08\x77\xa3\x3e\x52\xe1\x43\x29\x9e\x08\x9f\x77\x1e\x2d\x7a\xc8\xc9\x5b\x18\x19\x84\x94\x3f\xc7\x88\x8f\x87\x8b\x09\xa8\xeb\x4a\x02\xf0\x08\x31\xc5\xb8\x80\x87\x83\xb1\x3d\x47\xd1\x1b\x0f\x07\xa3\xb7\xc1\x0d\xd7\x5f\xc3\xdc\x1d\xff\x41\x61\x75\x0f\x1c\x4c\xa5\x17\xa2\x15\x26\x6e\xf5\xc6\x59\x1e\xb5\x3d\x00\x4f\xac\x7c\xd5\x01\x9c\x1d\x0c\x35\x23\xc9\xeb\x93\x14\xc3\x9d\xc8\x62\x27\x51\x07\xc3\xd8\xa7\x84\x87\x89\xf9\x3c\x19\x3d\x6f\xcc\x1c\x09\xac\x25\xc5\xfa\x29\xa2\x86\xc5\xf9\xd3\x4e\x8c\x37\xa5\x79\x88\x2d\x5f\x82\x3b\x2d\xe6\x4b\x28\xee\x9b\xb8\xe9\xa9\x58\xc7\x8c\x0d\xca\xc3\x33\x42\xec\x90\x72\x8c\x60\xe3\x26\xef\xc2\x4a\x6a\xbc\xc8\x29\xea\x83\xb3\xe8\x2a\xda\xe1\x68\xbf\x27\x18\xd1\x46\xe5\x7c\xc0\x78\x9d\x70\x31\x6e\x75\x8e\x98\x31\xb2\x79\xe4\x84\xda\x68\x51\x4d\x68\x2c\xa3\x5c\x4f\x74\x88\x5a\x1b\x3c\x09\xc5\xd9\xcf\x9b\x58\xcb\x06\xf8\x62\x5c\x29\xa1\x4f\xda\x39\xcd\x23\x10\xd1\xaa\xc2\xc3\x42\x71\xd6\x05\x8d\xa9\x8f\xce\x40\xdd\x08\x8a\xfa\x13\x62\xb8\x13\x05\x8f\x17\x26\x89\xeb\x18\x9f\x52\xdc\x1f\x3d\x52\x72\x22\x45\xa0\xc9\xf5\xa2\x68\x71\x93\x9f\xcd\x43\x8f\x93\x22\x48\xfd\x06\x53\xf6\xe9\x63\x8e\x3c\x55\xce\x1a\x23\xd8\x54\x27\x62\x22\x4a\x53\x27\xa6\x8e\x14\xf7\x24\xfc\x5c\x9a\x5e\x1e\xe1\x61\x24\xd6\x62\x3c\x9e\x7a\x6c\xfb\x1e\xfa\x99\x72\x0b\x29\x99\x97\x31\x3e\x4d\x4a\x20\x9c\x6d\xc2\xb5\x17\xe8\x47\xe2\xcf\x7c\xcb\x03\x70\x88\x74\xc7\xea\xb7\x55\x1d\xe1\x61\x4c\x05\x08\xff\xa3\xb7\xdc\x1f\xf5\x5d\x73\x14\x9d\x24\x14\xe2\x82\x09\xff\x00\xe1\xf8\xef\xb3\x0a\x08\x07\x23\x26\x16\x85\xa8\x14\xe1\x85\x31\x38\x9a\x61\xe7\x63\x10\xcd\xd0\xbb\x2a\x51\x8b\x1b\x2f\x87\x87\x49\xe3\xe2\xc8\x5f\xfc\x30\x7d\x11\xc7\xc1\xc3\xc3\x64\x9c\x16\xe5\x78\x62\x88\xa9\x2e\x2b\x99\xee\x6a\x64\x26\x11\xaf\x58\xe6\x02\xea\x6c\x95\x51\x43\xc8\xbb\xac\x1b\xa1\xe8\xc1\xb2\xf4\x93\x30\x3e\xc8\x7c\x92\x8d\x32\x6b\xd2\x5a\x8c\xe4\xb3\x24\xb7\xe1\x79\x22\xf3\xca\x21\x8c\xf0\x33\x66\x5f\xd4\xa7\xef\xbb\x27\x41\xdf\x43\xe7\x8e\x65\x9f\xbf\x8a\xff\x83\x0f\x27\xc1\x97\xec\xe1\x72\xd2\x67\xed\xe3\xc1\x38\x1f\xca\xb9\xe1\xb8\x1f\xe4\x54\xa9\xa1\x96\x94\x51\x0c\x6a\xdb\xcc\x24\xba\x81\x34\x39\x91\xac\xf6\xe8\xad\xc9\x18\xbd\xf0\x01\xe1\x06\x7a\xcf\xe1\x9d\x8e\x97\x71\x15\x53\x1e\x1e\xa6\x80\xcb\xe4\xe6\xaf\x1b\x80\xfb\xbb\x60\xf2\x48\xe4\x2f\x29\x18\x4f\x76\xb2\xc0\x48\x02\x11\x56\xf9\xe9\xc4\xe0\x96\xff\x4d\x0f\xe7\x89\xd7\x37\x29\x4f\x84\x2c\x6f\x01\x23\xbc\x75\x7e\x12\x31\xd3\x14\xf4\xa6\xbe\x62\xab\xe6\x96\xe2\x9b\xaf\x32\xdb\x9a\x4c\xdf\xb7\x1f\xfd\x47\xde\x8f\xf3\x98\x33\xcc\x4b\xbd\x8d\x2b\x97\x6b\xfe\x1c\x73\x22\x2b\x25\x3e\x32\x00\x6b\x45\x8e\x0f\x87\xeb\x0b\xa5\x67\x40\xeb\xac\xf1\x24\x06\xd1\x15\xf2\x75\x31\xf8\x94\x05\x53\x13\x70\xf6\xe6\xaa\x26\xe1\x3e\x9f\xb6\x39\x05\xcf\x13\x13\x8d\x29\xaa\x13\xba\xb9\x1c\x77\xe5\xe0\xf8\x0c\xcc\xe8\xf4\xda\xb5\x82\x3b\x81\xff\x37\x3c\x4c\x71\x28\x4d\x4c\x89\xc7\x64\x64\x74\x2b\x29\x92\xc0\x75\x2b\x9e\xa7\x80\x71\x42\xd1\x1d\x8a\xc0\x4a\xfc\x2c\xaf\xd0\xe7\x5d\x71\x3f\x14\x3f\xa7\x38\xa2\xd8\x96\x56\xa2\xe8\x7c\x26\x5a\xfc\x12\x85\x35\xf8\xa4\xb5\xd2\x9b\x70\x5e\x8a\xed\xf7\xbe\x25\x79\x16\x79\xf9\x8a\xba\x6e\xe1\xbf\x17\x9d\xae\xc3\x95\x2b\xce\xfa\x2a\xf3\x8b\x0f\xc7\xf0\x62\x74\x55\xb7\xd4\xaa\x27\x9e\x27\x15\xa0\xfe\x5f\x3f\x71\x30\x37\xd2\x30\xce\x9e\x75\x63\x19\xea\x83\x68\x5f\xba\x0d\x22\x5c\x4e\xbc\x38\x02\x61\xe4\xc5\x07\x1c\xa7\xd3\x0f\x70\xa8\xc6\x5f\x78\x98\x22\x2e\x93\xc9\xc3\xc3\x94\x8d\xa3\xf3\x55\x4f\x3c\x4c\x85\xf1\x5c\x5c\xcf\x0a\x7d\x79\xcc\x01\x97\x8f\xd1\xc6\x1d\x55\x96\x44\x11\x4a\xf9\x15\xba\x8f\x51\x7e\xd6\x9f\x24\x23\x0b\x54\xa1\x94\x8e\xf7\x2c\xd6\x17\xad\xc1\x37\xae\xd8\x43\x38\xfc\x8a\x53\xd5\xa8\xc9\x15\x87\xcf\xe0\xfc\x94\x0f\xbd\x49\xcf\x35\xa9\x45\xbf\xba\x4e\xe4\x1d\xe2\x6d\x7a\xf5\xea\xdd\xbb\x4f\x9f\xbe\x7d\xfb\xf5\xeb\xdf\x7f\xc0\x80\x81\x03\x07\x0d\x1a\x3c\x78\xc8\x10\x3e\xbe\xa1\x43\xf9\xf9\x87\x0d\x1b\x3e\x7c\xc4\x08\x01\x01\x41\x41\x21\xa1\x91\x23\x47\x8d\x1a\x3d\x7a\xcc\x98\xb1\x63\xc7\x8d\x13\x16\x1e\x3f\x7e\xc2\x04\x11\x91\x89\x13\x27\x4d\x9a\x3c\x59\x54\x54\x4c\x6c\xca\x94\xa9\x53\xa7\x4d\x9b\x3e\x7d\xc6\x0c\x71\xf1\x99\x33\x67\xcd\x9a\x3d\x7b\xce\x9c\xb9\x73\xe7\xcd\x93\x90\x90\x94\x94\x92\x92\x96\x9e\x3f\x5f\x46\x66\xc1\x82\x85\x0b\x65\x65\x17\x2d\x92\x93\x93\x97\x57\x50\x50\x54\x54\x52\x52\x56\x56\x51\x51\x55\x55\x53\x53\x57\xd7\xd0\xd0\xd4\xd4\xd2\xd2\xd6\xd6\xd1\xd1\xd5\xd5\xd3\xd3\xd7\x37\x30\x30\x34\x34\x32\x32\x36\x36\x31\x31\x35\x35\x33\x33\x37\xb7\xb0\xb0\xb4\xb4\xb2\xb2\xb6\xb6\xb1\xb1\xb5\xb5\xb3\xb3\xb7\x77\x70\x70\x74\x74\x72\x72\x76\x76\x71\x71\x75\x75\x73\x73\x77\x5f\xbc\xd8\xc3\x63\xc9\x12\x4f\x4f\x2f\x2f\x6f\x6f\x1f\x1f\x5f\x5f\x3f\x3f\x7f\xff\x80\x80\xc0\xc0\xa0\xa0\xe0\xe0\x90\x90\xd0\xd0\xb0\xb0\xf0\xf0\x88\x88\xc8\xc8\xa8\xa8\xe8\xe8\x98\x98\xd8\xd8\xb8\xb8\xf8\xf8\x84\x84\xc4\xc4\xa4\xa4\xe4\xe4\x94\x94\xd4\xd4\xb4\xb4\xa5\x4b\x97\x2d\x4b\x4f\x5f\xbe\x3c\x23\x23\x33\x33\x2b\x6b\xc5\x8a\xec\xec\x95\x2b\x73\x72\x72\x73\xf3\xf2\xf2\xf3\x0b\x0a\x56\xad\x5a\xbd\xba\xb0\x70\xcd\x9a\xa2\xa2\xe2\xe2\x92\x92\xb5\x6b\x4b\x4b\xd7\xad\x2b\x2b\x2b\x2f\xaf\xa8\x58\xbf\x7e\xc3\x86\x8d\x1b\x2b\x2b\xab\xaa\x36\x6d\xda\xbc\x79\xcb\x96\xad\x5b\xb7\x6d\xdb\xbe\x7d\xc7\x8e\x9d\x3b\x77\xed\xda\xbd\x7b\xcf\x9e\xea\xea\xbd\x7b\xf7\xed\xdb\xbf\xff\xc0\x81\x83\x07\x0f\x1d\x3a\x7c\xf8\xc8\x91\xa3\x47\x8f\x1d\x3b\x7e\xfc\xc4\x89\x93\x27\x4f\x9d\x3a\x7d\xfa\xcc\x99\xb3\x67\xcf\x9d\x3b\x7f\xfe\xc2\x85\x8b\x17\x2f\x5d\xba\x7c\xf9\xca\x95\xab\x57\xaf\x5d\xbb\x7e\xfd\xc6\x8d\x9b\x37\x6b\x6a\x6e\xdd\xfa\xeb\xaf\xdb\xb7\xef\xdc\xb9\x7b\xf7\xef\xbf\xef\xdd\xbb\x7f\xff\xc1\x83\x87\x0f\x1f\x3d\x7a\xfc\xf8\xc9\x93\xa7\x4f\x6b\x6b\x9f\x3d\x7b\xfe\xbc\xae\xee\xc5\x8b\x97\x2f\x5f\xbd\x7a\xfd\xfa\xcd\x9b\xb7\x6f\xdf\xbd\x7b\xff\xfe\xc3\x87\x8f\x1f\x3f\x7d\xfa\xfc\xb9\xbe\xfe\xcb\x97\xaf\x5f\xbf\x7d\xfb\xfe\xfd\xc7\x8f\x86\x86\xc6\xc6\xa6\xa6\xe6\xe6\x96\x96\xd6\xd6\xb6\xb6\xf6\xf6\x8e\x8e\xce\xce\x2e\x3c\x51\xfc\x6f\xfd\xff\xb7\xfe\xff\x5b\xff\xff\xad\xff\xff\xd6\xff\xff\xcd\xf5\x07\xf0\x5f\x12\x86\xcc\xc6\x7d\xfa\x8e\x00\xe0\x6a\x1c\x3f\xff\xfb\x0f\x3f\xf7\xea\xdd\x0b\xff\x4f\x6f\xe8\x03\x7d\xa1\x1f\xf4\x87\x01\x30\x10\x06\xc1\x60\x18\x02\x7c\x30\x14\xf8\x61\x18\x0c\x87\x11\x20\x00\x82\x20\x04\x23\x61\x14\x8c\x86\x31\x30\x16\xc6\x81\x30\x8c\x87\x09\x20\x02\x13\x61\x12\x4c\x06\x51\x10\x83\x29\x30\x15\xa6\xc1\x74\x98\x01\xe2\x30\x13\x66\xc1\x6c\x98\x03\x73\x61\x1e\x48\x80\x24\x48\x81\x34\xcc\x07\x19\x58\x00\x0b\x41\x16\x16\x81\x1c\xc8\x83\x02\x28\x82\x12\x28\x83\x0a\xa8\x82\x1a\xa8\x83\x06\x68\x82\x16\x68\x83\x0e\xe8\x82\x1e\xe8\x83\x01\x18\x82\x11\x18\x83\x09\x98\x82\x19\x98\x83\x05\x58\x82\x15\x58\x83\x0d\xd8\x82\x1d\xd8\x83\x03\x38\x82\x13\x38\x83\x0b\xb8\x82\x1b\xb8\xc3\x62\xf0\x80\x25\xe0\x09\x5e\xe0\x0d\x3e\xe0\x0b\x7e\xe0\x0f\x01\x10\x08\x41\x10\x0c\x21\x10\x0a\x61\x10\x0e\x11\x10\x09\x51\x10\x0d\x31\x10\x0b\x71\x10\x0f\x09\x90\x08\x49\x90\xc4\x92\x59\x0a\x4b\x65\x69\x6c\x29\x5b\xc6\xd2\xd9\x72\x96\xc1\x32\x59\x16\x5b\xc1\xb2\xd9\x4a\x96\xc3\x72\x59\x1e\xcb\x67\x05\x6c\x15\x5b\xcd\x0a\xd9\x1a\x56\xc4\x8a\x59\x09\x5b\xcb\x4a\xd9\x3a\x56\xc6\xca\x59\x05\x5b\xcf\x36\xb0\x8d\xac\x92\x55\xb1\x4d\x6c\x33\xdb\xc2\xb6\xb2\x6d\x6c\x3b\xdb\xc1\x76\xb2\x5d\x6c\x37\xdb\xc3\xaa\xd9\x5e\xb6\x8f\xed\x67\x07\xd8\x41\x76\x88\x1d\x66\x47\xd8\x51\x76\x8c\x1d\x67\x27\xd8\x49\x76\x8a\x9d\x66\x67\xd8\x59\x76\x8e\x9d\x67\x17\xd8\x45\x76\x89\x5d\x66\x57\xd8\x55\x76\x8d\x5d\x67\x37\xd8\x4d\x56\xc3\x6e\xb1\xbf\xd8\x6d\x76\x87\xdd\x65\x7f\xb3\x7b\xec\x3e\x7b\xc0\x1e\xb2\x47\xec\x31\x7b\xc2\x9e\xb2\x5a\xf6\x8c\x3d\x67\x75\xec\x05\x7b\xc9\x5e\xb1\xd7\xec\x0d\x7b\xcb\xde\xb1\xf7\xec\x03\xfb\xc8\x3e\xb1\xcf\xac\x9e\x7d\x61\x5f\xd9\x37\xf6\x9d\xfd\x60\x0d\xac\x91\x35\xb1\x66\xd6\xc2\x5a\x59\x1b\x6b\x67\x1d\xac\x93\x75\xb1\xee\xff\x00\x80\xf5\xea\xea\xdd\xd9\xa7\xa3\x6f\x7b\xbf\xb6\xfe\xad\x03\x5a\x06\x36\x0f\x6a\x1a\xdc\x38\xa4\x81\xef\xc7\xd0\xef\xfc\xdf\x86\x7d\x1d\xfe\x65\x44\xbd\xc0\x67\xc1\x4f\x42\x1f\x47\x7e\x18\xf5\x7e\xf4\xbb\x31\x6f\xc7\xbe\x19\xf7\x5a\xf8\xd5\xf8\x97\x13\x5e\x88\xd4\x4d\x7c\x3e\xe9\xd9\xe4\x5a\xd1\xa7\x62\x4f\xa6\x3c\x9e\xfa\x68\xda\xc3\xe9\x0f\x66\xdc\x17\xbf\x37\xf3\xef\x59\x77\x67\xdf\x99\x73\x7b\xee\x5f\xf3\x6e\x49\xd4\x48\xde\x94\xba\x21\x7d\x7d\xfe\x35\x99\xab\x0b\xae\x2c\xbc\x2c\x7b\x69\xd1\x45\xb9\x0b\xf2\xe7\x15\xce\x29\x9e\x55\x3a\xa3\x7c\x5a\xe5\x94\xea\x49\xb5\x13\xea\xc7\x35\x8e\x69\x1e\xd5\x3a\xa2\x7d\x58\xe7\x90\xee\x41\xbd\x03\xfa\xfb\x0d\xf6\x19\xee\x35\xaa\x36\xde\x63\xb2\xdb\x74\x97\xd9\x4e\xf3\x1d\x16\xdb\x2d\xb7\x59\x6d\xb5\xde\x62\xb3\xd9\x76\x93\x5d\x95\x7d\xa5\xc3\x46\xc7\x0d\x4e\xeb\x9d\x2b\x5c\xca\x5d\xcb\xdc\xd6\xb9\x97\x2e\x5e\xeb\x51\xb2\xa4\xd8\xb3\xc8\x6b\x8d\x77\xa1\xcf\x6a\xdf\x55\x7e\x05\xfe\xf9\x01\x79\x81\xb9\x41\x39\xc1\x2b\x43\xb2\x43\x57\x84\x65\x85\x67\x46\x64\x44\x2e\x8f\x4a\x8f\x5e\x16\xb3\x34\x36\x2d\x2e\x35\x3e\x25\x21\x39\x31\x29\x29\x31\x39\x21\x25\x3e\x35\x2e\x2d\x76\x69\xcc\xb2\xe8\xf4\xa8\xe5\x91\x19\x11\x99\xe1\x59\x61\x2b\x42\xb3\x43\x56\x06\xe7\x04\xe5\x06\xe6\x05\xe4\xfb\x17\xf8\xad\xf2\x5d\xed\x53\xe8\xbd\xc6\xab\xc8\xb3\x78\x49\x89\xc7\xda\xc5\xa5\xee\xeb\xdc\xca\x5c\xcb\x5d\x2a\x9c\xd7\x3b\x6d\x70\xdc\xe8\x50\x69\x5f\x65\xb7\xc9\x76\xb3\xcd\x16\xeb\xad\x56\xdb\x2c\xb7\x5b\xec\x30\xdf\x69\xb6\xcb\x74\xb7\xc9\x1e\xe3\x6a\xa3\xbd\x86\xfb\x0c\xf6\xeb\x1f\xd0\x3b\xa8\x7b\x48\xe7\xb0\xf6\x11\xad\xa3\x9a\xc7\x34\x8e\xab\x9f\x50\x3b\xa9\x7a\x4a\xe5\xb4\xf2\x19\xa5\xb3\x8a\xe7\x14\xce\xcb\x5f\x90\xbb\xb8\xe8\x92\xec\xe5\x85\x57\x16\x5c\x95\xb9\x36\xff\xba\xf4\x0d\xa9\x9b\x92\x35\x12\xb7\xe6\xfd\x35\xf7\xf6\x9c\x3b\xb3\xef\xce\xfa\x7b\xe6\x3d\xf1\xfb\x33\x1e\x4c\x7f\x38\xed\xd1\xd4\xc7\x53\x9e\x88\x3d\x15\xad\x9d\xfc\x6c\xd2\xf3\x89\x75\x22\x2f\x26\xbc\x1c\xff\x4a\xf8\xf5\xb8\x37\x63\xdf\x8e\x79\x37\xfa\xfd\xa8\x0f\x23\x3f\x0a\x7d\x12\xfc\x2c\x50\x3f\xe2\xcb\xf0\xaf\xc3\xbe\xf1\x7f\x1f\xfa\x83\xaf\x61\x48\xe3\xe0\xa6\x41\xcd\x03\x5b\x06\xb4\xf6\x6f\xeb\xd7\xde\xb7\xa3\x4f\x67\xef\xae\x5e\x0c\xfe\xa7\x03\xff\xd3\x81\x6e\x4b\xb0\x48\x55\xe1\xc2\x70\x4d\xc6\x74\x43\xd5\x6e\x8e\xe3\x67\xcc\xf6\x9a\x7e\xf9\x8c\x37\x8c\xb9\x4d\x35\xb5\x9f\xef\xcf\x76\xbb\xac\x76\xbe\xa8\x53\xd1\x75\xd5\x25\x22\x54\xd6\x7e\x69\x57\x7f\xbb\x07\x59\x07\x3d\xa3\x3b\x03\x2d\xe7\x6d\x70\x0d\x48\xea\x38\x6c\xea\x76\x30\x26\x7c\x59\xc7\x2c\x83\x31\x7f\x59\x45\x6f\x6c\x2f\xd7\xce\xff\xd6\x15\xd7\xd9\xe1\xad\xb9\xac\x45\x31\xfc\x61\xa7\x81\xfa\xf1\xd6\x65\xfe\x33\x3e\xa8\x69\x8e\x6c\x6d\xf3\x5d\xf0\x70\x80\xb6\x43\x9b\xbc\xcf\xda\x2b\x26\x7a\xf7\xdb\x66\xf9\x59\x9d\x9a\xab\xef\xd1\xf6\x7d\xc9\x4b\xc6\xe4\x4e\xc8\x2f\x1c\xbe\x9b\x31\xa3\x97\x4a\xae\x63\x56\x33\xe6\x92\xa9\xf6\x56\xf4\x0d\x63\x5e\x77\x8d\xb6\xcc\x7f\xc7\x0e\x7b\xbe\x74\x18\xaf\xf3\xb6\x2b\x7a\x49\xa8\xaf\xab\xf3\xc9\xce\x14\xa7\xce\xf4\x13\xfe\x97\x3b\x76\xda\x98\xac\x0f\x8a\xa8\x6c\xff\xcb\xfc\xfc\xa1\xf9\x09\x7d\xda\x3d\x0d\x9a\xfe\x96\x4c\x9a\xd2\x96\xab\x73\xa0\x71\xd5\xd2\x99\xed\x2b\xb4\x47\x35\x75\xc6\x07\x7e\xfd\xaa\xed\xde\xfc\x3a\xea\xc9\x93\x7b\xba\x47\x5a\xd6\x86\xd7\x5f\xd1\x33\xea\xd3\xb2\x27\xa2\xf9\x84\x9a\x49\xaf\x56\xc3\xd0\xfd\xfb\x8b\x4c\x12\xda\xc4\x03\x7a\x31\xa6\x78\x56\xae\x69\x44\x24\x63\x66\x77\xe4\x1a\x47\x2b\x33\xb6\x38\x5c\xed\xdd\x94\x54\xc6\x02\x2b\x0c\xac\x65\x0e\xb0\x0f\xa1\x1e\x16\x37\x34\x2b\xbb\x94\xbc\x75\xbc\x6e\xb9\x5d\xeb\x38\xb2\x78\x5d\x4a\x5a\x84\x46\x7b\x89\xe3\x8a\xd2\x84\xa4\x93\x6d\xbe\x56\xdf\x0e\xdd\xcd\x50\x6d\xb5\x31\x4e\x79\xe4\x95\x33\xb0\x35\x56\xcf\xb9\x61\xe0\x8a\xab\xed\xfd\xb5\x9b\x9b\x14\x93\xab\x5e\x08\xe8\xef\x6c\xda\x98\x1c\x76\xbd\xd5\x38\xbb\xd9\x28\x51\xff\x4c\x96\xe9\x96\xe6\x57\x71\x9b\xf6\xdd\xb0\x70\x69\xd9\x10\xf5\x79\x4b\x9b\x65\x6b\x6b\x6a\xe8\x7a\xc6\x34\xc7\x2e\xb0\x1f\x5e\xc5\x98\x7d\x1f\x59\xef\xd1\x55\x8c\x05\xf4\x51\xaa\x11\x7b\xc3\x58\x54\xb8\x56\x80\xd4\x64\x76\x27\x7e\xbc\x99\x81\x4e\x6a\x97\x74\x58\x95\xfb\x8a\xc5\xba\x1d\xb3\xbd\x0b\xe2\x9c\x63\x93\xdb\xfc\x5c\xc3\x4a\x76\x64\x4e\x6e\x9d\x6e\x1b\x7d\x78\x78\xde\x97\xe6\x02\x93\x61\x2f\x87\x15\x4f\x6b\x49\xd2\xbf\xf9\x7d\x43\x41\xff\x8f\x3f\x0c\x12\x1b\x2c\x56\x44\xdf\x8a\x36\xb3\x6b\xb8\xb3\x42\xe6\xd4\x0c\xcb\x93\x8d\x2d\xe9\xc7\xf6\x8e\xb1\xe9\xdb\x3c\x39\x45\x6b\xf3\x03\xdb\x6b\x2d\xfc\xf1\x4b\xd6\x4d\x72\x18\xd4\xf2\x24\xea\x21\x63\x3a\x2f\xe7\x6b\x0e\xd7\x63\xcc\x6d\x9e\x64\x8b\x50\x08\x63\x11\x43\x16\x3c\x14\x11\x62\x6c\xe9\x74\xe5\xdd\x73\xbd\x59\x63\x46\xb2\x81\xb6\xe6\x9b\x2e\xc3\xd4\x1f\x0e\x13\xdc\xc3\xda\x87\x86\x6c\x0d\xfe\x90\xf6\x77\xcb\x41\x2f\xd5\x55\x7d\x57\x6f\x69\x56\x73\xec\x7f\x68\x43\xe9\x8f\x86\x37\xa6\x76\x1f\x27\x54\xdd\x6f\x3a\x6e\xa4\xf3\x75\x52\xe9\xab\x7b\x37\x2c\xea\xbf\xe9\x97\x3c\x3e\x7d\xd3\x56\xf8\x87\x53\xc1\xd7\x3d\x13\x1c\x52\x1b\x3a\xb2\x37\x6c\x78\xec\x12\xd6\xb8\x23\xb3\xbd\xf8\xaa\xeb\xc8\x66\xd5\x94\x4f\x79\x23\xdd\x1a\x5b\xc6\x24\x18\x33\x66\x54\x2f\x15\x37\x7c\x19\x63\x9e\x9b\x25\xc4\x85\x54\x19\x4b\x52\x92\x7a\x3e\x7e\x2f\x63\x39\xe1\x8b\x8a\xc5\x77\x30\xb6\x66\xa2\x66\x81\xaa\x6c\x97\x73\x9e\xa7\x95\xab\xdb\xfa\xb6\x9c\xe4\x8d\xbe\xc7\x33\xc6\x35\x7d\x0d\x64\x59\x42\xe5\x79\x0d\x7c\xae\x47\x0f\x1b\x6f\x3f\xf0\x7d\xb6\xc5\x8a\xf7\x5b\xf7\x1c\xa8\xdd\x61\x9d\xfa\x29\x6d\x9b\xf8\x29\x61\x67\x93\xfa\x96\xca\xe8\xad\x7a\x8b\x8f\x7d\xb3\x5c\xe7\x5c\x76\xd4\x23\xe2\xc7\xa5\x55\x83\x0a\xa4\xbd\x9e\x36\x5c\xce\x69\xc9\xbc\xef\x5d\xd6\xe4\xb5\x7c\x56\x62\x8b\x5f\xaf\xe6\x43\xc9\x42\x8c\x59\xba\xce\xbd\x32\x2c\x8d\xb1\xa0\xbe\xb3\xb2\x05\x16\x32\x96\x31\x79\x9e\x8b\x70\x1f\xc6\x4a\xef\x4b\x5e\x16\xad\x60\x6c\xb3\xb1\xf2\x44\x85\xb8\xae\x17\x5b\x73\xf5\x43\xec\x8a\xda\x4e\x16\x7e\x71\x2d\x4b\xdf\xdd\x20\x1f\x9b\x96\xc0\xbf\xfd\x42\x7d\x9e\x8f\xd0\x81\x6d\x27\x3a\xea\xb5\xed\xfa\xbd\x12\x3f\x21\x79\x6a\x98\xc7\xc1\xf7\x1a\xfb\x1d\xb6\x18\xf8\x5c\xff\x3c\x62\xbb\xc5\xaa\x73\x41\xde\x5f\x4a\x2a\x25\x32\x26\x86\x0c\xfe\x6e\x54\x72\x33\x65\x44\xc8\xea\x86\x91\x05\xab\x62\xc4\x42\xcf\x35\x6e\x58\x11\x10\x7e\x22\xe4\x75\xf3\xbc\x34\x25\xc6\x9c\x16\xcd\xf9\x38\x7c\x23\x63\x51\x26\xe2\xa5\x02\xfc\x8c\xad\xfa\x30\x6d\x98\x20\x1f\x63\xdb\xa3\x67\x86\x09\xc7\x32\x76\x74\x9f\xcc\x7d\x89\x9b\xcc\xf0\x4c\x9d\xba\xa8\x79\xef\x76\xb3\x63\xe9\xe6\x43\x93\xef\x7f\x7f\x5d\x2a\x13\x30\x6e\xcf\xf9\xa7\x7a\xf1\x41\x87\x87\x3d\x1d\x74\x6c\x44\xc4\xbe\x47\xb3\x6e\x7e\x29\xaa\x8b\x4d\x78\x2d\x75\xd2\x62\x59\x54\x82\xca\x87\x47\x7b\x67\x24\x3d\x8b\x4d\xf9\x32\x60\x53\x50\x5c\x69\xac\xf2\xb7\x5d\xeb\x9c\x22\xf7\xc5\x0d\x68\x18\x5f\xb0\x22\xd4\x28\x6e\x66\xd3\xac\x8c\x53\x41\xaa\xb1\x1d\xcd\xf1\x29\xe9\x8c\xb9\x9f\x99\x9a\x38\xe4\x3a\x63\x4b\x01\x0e\x02\x30\x46\xa8\x18\xc6\xce\x06\x80\x5d\xb7\xbc\xa3\x2a\xae\x36\xc1\x87\xb1\xda\x2b\x72\x6b\x35\x1e\x77\xdc\xfa\x10\xac\x19\x1f\xfc\xed\x87\xf9\xeb\x0c\xf3\x19\x3b\x96\x9c\x19\xb5\xad\xd7\x86\xf1\xdf\x2f\x2d\x7d\x72\xc4\xeb\xf6\xee\xfb\xfe\x09\x7f\x17\x3e\x7c\x53\x76\x2c\x25\xca\xaf\x40\xe6\xd3\xde\x9d\xc3\xc2\x0a\x72\x0e\x7e\xb5\x5f\x7f\x2f\xd8\x38\xfb\xe2\xf7\x87\x45\xe5\x01\x8a\x99\x2f\x1a\xe7\xad\x0c\xf0\x15\xcb\x5c\xdf\xb4\x67\xd9\x35\x2f\xc3\xe5\xc7\x5a\x64\xe3\xdb\x19\xf3\xaa\x9e\x5c\x33\xe8\x11\x63\xd9\xfc\xf4\x1e\xbb\x4d\xe8\x3d\x6a\xf2\x49\xfe\x98\x0b\xd8\x57\x98\x35\x49\x6e\x99\x55\xdb\x29\xd0\xfa\x49\xdd\x26\xa0\xe1\x81\xfe\x17\x07\xab\xc8\xaa\x63\x6b\x06\x3d\x5c\x9b\x61\x71\x47\xc7\xfb\xef\xba\x01\xb5\xb5\x97\x94\xbd\xde\x9d\x4b\x7d\xaf\xb6\x7f\xb1\xf7\xa7\x5d\xd7\xea\x57\x6e\xba\xe6\x3d\xb7\x4a\xfa\xdb\x86\xd2\x8d\x9e\x39\x65\x72\x0d\x9a\xf9\xc2\x1e\x83\x4a\x6f\x34\xbe\xca\xf4\x71\x0f\x28\xf2\x69\x8e\x48\xe1\x77\x87\xfc\x41\x2d\xfb\x62\x76\x33\xe6\x6f\x4c\x7d\xa4\x08\x15\xc9\xd8\x31\x17\x92\x4f\xa3\x49\x52\xdc\xde\x65\xc1\x0a\xa4\x5b\xa4\xd2\x1e\x6a\xb5\xd5\x6b\xb9\x7b\x97\x55\x0b\x37\xd4\x38\x3c\xcf\xdf\x91\x3a\xf5\x53\x4b\x62\xd8\x1e\x75\xa7\xd2\xf7\x41\x6f\x4f\x1f\x94\xb3\x33\x7a\xd3\xf8\x69\xf7\xd6\x7d\x4e\x9f\x2f\xa6\x7d\x4d\x2e\x97\x73\xb2\x39\x72\xf9\xc7\xa1\x02\x03\x67\xf3\x5d\x65\x8d\x4e\x2b\x14\x9d\xba\xb6\xf4\x6d\x3a\xbd\x74\xb1\x63\xf0\x86\x84\x16\xdb\x38\x35\x87\xef\x65\xa3\x5a\xe7\x45\x34\x31\x16\x25\x0c\x88\x6f\xa4\x9b\x97\x8c\x5d\xf6\x20\xf9\x15\xd1\x48\x6c\x0b\xbd\xc7\x73\x19\xe6\x3b\x5f\x53\xfa\xc3\xa9\xf0\x0e\x05\x1d\x77\xe7\xa3\xeb\x6e\xb4\xe8\x3b\xfe\x48\x7a\x11\xbd\xe3\xc7\xc5\xd8\xe6\xe2\xa1\xf6\x47\xbf\x4a\xdf\xbb\xb3\x71\xb3\x79\xdc\x77\xfe\xaf\x4f\xd7\x5a\x5b\x3c\xaa\x7d\xf3\x43\xb4\x60\x95\xd5\x9c\xeb\x7d\x1b\xfd\x32\x95\x2d\xdb\xcf\x4a\x34\x0f\x4f\x99\x6e\x23\x70\x30\xb2\xf9\x64\xc2\x3b\x9b\x98\x5d\x0f\x5a\x2a\xa3\x8f\xdb\x88\x6f\x29\x6a\x5d\x1d\xba\x85\xb1\x74\x2d\x7a\x6e\x75\x0d\xc9\x07\xb6\xff\x9c\x87\x17\x1e\x8c\x81\x0c\xc0\xa5\x52\x16\x2f\x13\x2a\x75\x7e\x6b\x4c\xa7\xba\x9e\xb9\xd5\xcc\x15\x92\x6d\x71\xce\x3b\x42\x34\x43\x36\x37\x1f\x8a\x6a\x5c\x1a\xee\x38\xb6\xf1\xcb\x81\xce\xec\x08\xe3\x21\x8d\xce\x0d\x2e\x2b\x56\x18\x38\x37\x2b\x34\xd9\xa6\x64\x18\xf5\x7e\xb9\xa7\x59\x3d\xe1\xb8\xf1\xd1\x3b\xb2\x2d\x93\x63\x36\x99\x64\x5c\x3a\xd1\xda\x3f\xbc\xc4\x74\xe8\x49\xd5\xd6\xdb\x41\x85\x26\x29\x87\xb6\xb5\xed\xf0\xf1\x63\x6c\x4d\x14\x3d\xf7\x02\xb7\x0e\xcd\x58\xfb\xa8\x3f\x4a\xef\x71\xa5\x8a\x64\xf5\x16\x76\x6b\xfe\xa6\xd9\x43\x0a\x0b\xba\xa4\xf5\x85\xf4\xa7\x25\x54\x77\xd8\x38\xdd\x77\x1b\xe9\x7b\xa4\xed\x74\xd8\xfa\xa0\x0a\x87\x75\xad\x7f\x95\x05\x45\xf2\x1b\xbe\x6a\x15\x7d\xd8\x27\x6a\x85\xce\xe5\xd6\xb8\x96\x63\x61\x0a\xda\xd3\xdb\x16\xb7\x56\xfb\x17\x6b\x87\x7e\x78\xde\x66\xea\xfd\x54\x27\xed\x89\x4d\xdb\x61\xcf\x52\x1d\x56\x73\xaa\xdd\xce\x7d\x8c\xee\x99\xcb\xd3\xda\x8b\x5d\x17\x33\x46\x9d\x34\x18\xab\x45\x0e\x94\xce\x09\xf4\xdc\xdb\x49\x24\x0f\x84\x30\x26\x62\xc6\xd7\xb4\x2e\x83\xd5\x2e\x3c\x3f\xcb\x7a\x79\xaf\xae\x33\xfa\xf7\xd4\xa7\x85\x1e\xec\x4c\x76\xac\xb1\x5c\xe8\x51\xde\x51\x16\xb4\xc9\x39\xc4\xce\xb4\x83\x3f\x37\x79\xf1\x7b\xa3\xe3\xed\xb1\xc7\xc6\x7b\x49\x6b\x7b\xb4\x35\x7d\xd8\xeb\x7d\x57\xfd\x56\x47\xaf\x76\x2f\x97\xe9\x6a\x03\x3a\x8e\x75\xcc\xb3\x5d\xa4\xaa\xf3\xfd\x43\x47\xb1\xe5\x52\x35\xc1\x37\x56\x1d\x65\x96\xb7\x54\x6f\x3c\xba\xd2\x39\xc4\xf4\x31\x63\x17\xbf\xfd\x73\x1d\x1e\x7f\x21\x79\x38\x9e\x64\x49\x11\xc9\xec\xed\x8c\x2d\x88\x99\x92\x13\xab\xcb\x3c\x75\x2d\x17\xda\x7a\x07\x74\x55\xd8\xd6\x6a\xea\x38\xd7\x74\xbe\xf2\x33\x35\x31\xb1\xba\xd9\xb9\x2d\x6d\x8f\x79\xaa\x51\x68\xa7\xc0\xa6\x29\xb6\x71\xda\xc3\x3a\xbe\x5c\xac\xb4\x95\x51\xeb\xd5\xd1\xf0\x79\x95\xb5\x92\xb2\x54\xe7\xc1\x4e\x79\xa3\x73\x8a\x65\x5d\xb3\x3b\x8f\xea\xea\xc8\x67\x76\x5e\xed\xd2\x55\xcb\x96\xab\xfc\x7e\xb1\x2b\x50\xc5\x93\xb1\x8f\xa8\x9f\x6f\x14\xe8\x79\xa7\xb6\x91\x5c\xef\x4d\x72\xd9\x66\x92\x89\x95\x8c\xc9\xce\x17\x35\x0f\xc8\x65\xc7\x74\xaa\xe7\x95\xb9\x9a\xb0\x39\xd6\xda\xf2\xca\x76\x82\x5d\x8f\x3c\x1e\xa9\x96\x99\xd7\x74\x45\xc4\x17\xeb\x64\x1b\xb8\x75\x79\x16\x44\xe9\xf2\x69\x15\x75\xcd\xdc\x69\xa7\x1f\xa0\x5a\xd6\x35\xf4\xca\x28\xfd\x4d\x8a\xc7\xbb\xe6\xbf\x5d\xaf\x73\x42\x3e\xa4\xeb\x48\x97\xa9\xda\x8c\x45\x1b\x99\x48\xd7\x49\x85\xb5\x0b\xf9\x58\x21\x53\x91\x91\x67\x6c\x6a\xa1\x72\xc2\x80\xc5\x8c\x29\xee\x57\x74\x15\xb8\xcd\x98\xf1\x42\x8d\xd4\x09\x69\x8c\xd9\xef\x31\xb4\x9a\x75\x81\x31\xc7\x70\x3b\x5f\xc5\x43\x2c\xc6\x59\xc8\x4b\xc7\x48\xa2\xeb\x88\x6d\x4a\xda\x3e\xc7\x90\xce\x83\x96\x4e\x65\x9e\xbe\x5a\x9d\x92\x26\x43\x0f\xec\x0f\xca\xe9\x78\xab\xb7\xb9\x66\x61\x48\x41\x87\xba\xd6\xc5\x2f\x96\x91\x49\x9d\x52\xea\x0d\xad\x2e\x01\x0b\x5a\x4a\xd4\x15\xda\x26\x78\x4f\x7f\x29\xac\x99\xd0\x66\xe8\xad\xfc\x57\x99\x4e\x78\xdb\x12\xef\x57\x17\xf6\xea\xa6\xb4\x0f\xf6\xc8\x3b\xb6\x4f\xaf\xad\xdd\xd3\x5d\x82\xb1\x19\xe7\x15\x6d\x06\xa6\x30\xa6\x32\x58\xa1\x4e\x70\x36\x63\xe6\xb7\xd4\x54\x26\xd8\x33\xe6\x36\x48\x5b\x71\xc6\x64\xc6\x96\x38\x5b\x9c\x94\x6f\x61\x12\x8b\x87\x2c\x16\x34\x97\xea\xd2\x71\xda\x95\xd8\xcb\xfd\x68\xe7\x70\x9b\x57\x6b\x3b\x42\xce\x74\xf8\x9a\x1d\x3a\x30\x34\x6a\x79\xfb\x19\x03\x8f\xbb\x96\xf1\x12\xed\x93\xb4\x6f\x34\xb9\x25\x3d\xe1\xc5\x63\x1f\x9b\xb4\xde\xb5\x1c\x0f\x7d\x72\xcf\x49\x4f\xba\x55\x28\x54\xfd\xe2\x4a\xc3\xe5\xad\x9a\xa1\xd2\xc7\xfa\x18\x99\xb7\x69\xfa\xed\xd9\x7d\xc9\xa4\xaa\x6d\xb3\x4f\x14\x63\xb3\x96\x2f\xbc\x3e\xf0\x33\x63\x9a\xe6\xb2\xa1\x23\x3e\x33\x66\x77\x5b\xae\x68\xac\x35\x63\xbe\x43\xd4\xd7\xce\x10\x66\x2c\xf0\xaa\xa9\xb0\xc2\x77\xa6\xe4\xf3\xc9\x65\x9a\x79\xaf\xce\xfd\x8b\xa3\xa3\xa5\x7d\x7b\x75\xcc\x76\xb4\x2b\x8a\x8e\x3d\xdc\x6e\x6f\x29\x78\xf0\x46\x72\x47\xdb\x44\x23\xf9\x47\x4b\x32\x8e\xf3\xe2\xb1\xc6\x7c\xed\xe3\xcd\xc2\xf1\x72\x4f\xce\xea\x6f\x6e\xf6\x8d\x77\xbb\xf2\xc8\x78\x4e\x73\x67\xac\xe7\xd1\x74\xb3\xc9\x2d\x7b\xa3\x06\xef\xb6\x30\x7f\xd8\x9a\x18\x6a\x52\x59\x6f\x99\xd1\xb6\x20\x60\x2f\x63\x52\x6f\xe7\x87\x0e\x89\x66\x4c\xcf\x75\x41\xec\x88\x66\xc6\x5c\xf7\xcb\x4e\x1d\x6b\xc9\x58\xb0\x88\x8a\xf0\xb4\x22\xc6\xa2\x17\xea\x87\xc9\x8d\x61\xda\x11\x8e\x76\xa7\xcd\xb5\x3b\x67\xfa\xec\x0a\xbe\x19\xf4\xa6\x3d\xce\xe5\xed\xaa\x6f\xc9\x4f\x5b\x1f\xd8\x14\x1c\x5c\x9d\xed\xd5\x92\x6d\x3c\xb1\xce\xbd\x60\x23\x2f\x1e\x7b\xd5\x65\xa8\xda\xf0\x21\x53\xfa\xfa\x60\xb3\xc9\x8d\xf7\xd2\xe3\x8e\xdd\xb2\x5c\xdf\xb4\x2d\x4d\x7e\xe7\x26\x9b\x61\xcd\x2f\x12\xc6\x6c\xd8\x60\xf7\xb8\x25\x2c\x56\xa2\x64\x8b\xfd\xf4\xd6\x55\xa1\x8c\xb1\xf9\x55\xf3\x8b\xf9\xd4\x18\x33\x73\x96\x96\x18\x71\x84\x31\xcf\xbf\xa4\x65\x46\x5d\x65\x2c\xfa\xa0\xdc\x2b\xb1\xe3\x8c\xa5\x5d\xd6\x72\x92\x4d\x67\xd1\x4b\xf9\xcc\xc7\x9b\x98\x77\xac\x0e\xd9\xea\x97\x10\x39\xb2\xf5\xdb\x92\xca\xbc\x45\xd9\x7b\x9b\x1b\xed\xd9\xa1\x49\xc5\xd3\x1b\x6f\x1b\x67\xd5\xdf\x59\x1f\xf1\xfd\xba\xd1\xd8\x6f\x3a\x45\xaf\x6b\x5e\x5b\x4a\x7d\x3f\xb7\x3a\xf1\x84\xa4\xcd\xe7\x06\xcb\x9c\xe7\xdb\x67\x3b\x2e\x69\x5c\x99\x35\xa9\x42\xce\x69\x7d\xb3\x78\xea\x8c\x35\x5d\x2e\x82\x2d\x7c\x09\x46\x39\xd1\xae\x53\x5b\xc7\x44\xbe\x66\x6c\x61\xb2\xe4\xae\x21\xc9\x8c\xd9\x48\x48\x9d\x17\x38\xc5\x58\xd0\x64\x29\xf9\xd1\xed\x8c\x2d\x1b\x2f\x7d\x73\xa2\x11\x63\xb9\xae\x4a\x1f\xa4\x46\xb0\xb4\xbc\xe3\x46\x0a\xc6\x47\x3b\xb6\xa7\x89\xb9\x1f\x8a\xb8\xdc\xe2\x17\x38\x6f\x99\xcb\x1a\xdf\xc6\x75\x2e\x83\x0e\xae\xa9\x1a\xf1\xe3\xa6\x99\xe1\xc7\xd6\x6d\x1e\x0f\xc3\xac\x9e\xd4\x9f\xdd\x58\x72\xb4\xce\xe9\xf0\xd7\xfd\x65\x17\xb7\xa8\xb8\x6d\xf8\xc1\x57\xb8\x6f\xdd\xcc\xc5\x7e\x0d\x97\x73\xf2\xf2\x0e\x2e\xd9\xd7\xa4\xbe\x7c\xdf\xf2\x3d\x5e\xf5\xcd\x92\xa9\x1f\x52\xfa\x78\x47\xb7\x98\xc6\xbb\x30\xa6\xf8\x65\xde\xb8\x21\xa1\x8c\x39\xec\x17\xbf\x30\xb4\x90\xb1\x28\xfd\x39\x5a\x23\x0d\x19\xcb\x99\x3d\x6f\xe5\xf8\xd5\x8c\x95\x3f\x5e\x98\x31\xbb\x3f\x7b\xb0\x69\xa6\xa6\xa8\xce\xb5\x8e\x57\xc5\xa2\x76\x13\xc2\x02\x9b\xbc\x62\x65\xa3\x62\x37\x0c\xf8\xa6\xbe\x44\xf9\x60\xda\x81\xe7\x5f\xed\xac\x05\xdf\x8e\x3e\xf8\xf5\xd8\xba\xc5\x07\x3e\xfa\xef\x1e\x5a\xf5\xd8\xfb\x4a\x7d\xf5\xa6\xf4\x55\xc3\x02\x14\xbe\x19\x95\x19\x66\xd9\x04\xe8\xfc\x78\xb4\xca\x2d\x69\x43\xf0\xb0\x46\xf5\x95\xd3\xa3\x9f\x07\x55\x34\x8f\x4f\xab\x0c\x0f\x0e\x16\x6a\x7e\x93\x24\xc8\x98\x96\xe9\xdc\x34\xbe\x92\x5f\x71\x48\x8a\xf2\xb4\xa2\xe1\xdf\x19\x5b\xdb\x38\x75\xac\xc0\x5b\xc6\xf6\x0c\x99\x1b\x30\xb9\x96\xb1\xc3\xed\x4a\x87\xd4\xb5\x3b\xbd\x0e\x05\x19\xa9\xf8\x3f\x6d\xdc\x54\x24\xe8\xbb\xae\x6a\xcd\x3b\xdb\x90\xe4\x7d\xe7\xaf\x3b\x1c\x93\x0e\xf4\xaf\xf3\x3e\xaf\x59\x7a\x30\xbc\xfe\x9d\xf9\xa1\x43\xcb\x85\x62\xc6\x7c\xd6\xdf\x9e\x93\x78\x30\xa6\xe4\xeb\xd0\x8d\x13\x62\xa3\xa2\x4a\x7e\x8c\x5e\xf3\x2c\x6a\x6a\x44\x60\xa3\x45\xf6\xd7\x30\xed\x08\xb3\xe6\xc1\x4b\x85\x82\x17\x46\xec\x6a\x99\x91\x90\xc3\x98\xee\xa1\x99\xb5\x43\x54\x19\xf3\xad\x15\x3b\x30\x64\x15\x63\x2b\xdf\x50\x1c\xb2\xe3\x75\x6f\x8c\x07\xce\xc4\x4e\x09\x1d\x19\xc7\xd8\x5f\xeb\x65\xce\xca\x6c\xef\x92\x79\x78\x5e\x63\xb8\xdb\xb9\xc6\x6f\xb7\x16\x59\x09\x6f\x50\x3e\x54\x5a\xc6\x0a\xd7\x3f\x54\xcf\xd8\x5e\x7c\xee\x49\xea\x75\x9f\xa4\x25\x2b\x2f\xbd\x0b\x3e\x74\x34\xda\x2f\x3b\xf2\xf3\x9b\xad\x07\xc2\xbb\x32\xce\x7c\x53\x28\x7b\x1c\xa2\x92\x7e\xe2\xc7\xeb\x55\x0e\x41\xd3\x53\x35\x1a\xbb\x32\xf3\x7d\xdf\x2e\x0d\x6d\x76\x4f\x05\xef\xc8\x94\xbb\x2d\xd7\x63\xfc\x18\x33\xe7\x9f\xb2\x67\x90\x0c\x63\xa1\x5f\xc9\xbe\x97\x70\xf1\xcf\x11\xce\xef\x3e\xd2\x80\x23\x18\x0f\x19\xcd\x78\x24\xac\xca\x26\x75\x5c\x52\x12\xb7\xb2\xbf\x5b\xfc\xe3\xaa\xd9\xde\xd5\xfd\xb2\x5f\xbe\x1e\x94\xbc\xe5\xec\x02\xaf\xbf\x1e\xdd\xad\xfb\x7a\xd6\xc7\xcf\x64\xff\x94\x8f\xb3\xf7\x2c\xf4\xd5\xaf\x0a\xfc\x2a\xb5\xfe\xb2\xcf\x9a\xd2\x35\xdf\xbf\xac\x79\xee\x35\xa4\x78\x6e\xe3\xa4\x95\xe6\x9e\x33\x56\xe9\x36\xe5\xa6\xcb\x2c\xbe\x9b\xa7\xde\x22\x92\xe0\xb1\xb8\x7a\x85\x78\x2b\x44\xbd\x60\xcc\xde\x42\x64\x57\xff\x58\xc6\x52\xb8\x78\x70\xb3\x15\xc9\x6b\xdc\xcf\x3f\x24\x79\xfe\x67\xc6\xf0\xd1\xfb\x1e\xcf\xe9\x5c\xa2\x3c\xc1\x54\x7a\x4f\x42\xf3\x2d\xeb\xda\x94\xf3\x09\xf7\xbf\x96\xc5\x5d\xac\xe2\xb7\xf7\xff\xf8\xfa\x83\xed\xee\xdb\xf6\xf0\x48\xe8\xcb\xa8\x0d\xcc\xb1\xdf\xb9\x97\xdf\x23\xd7\xb4\x3b\x8f\xd8\xaf\xd7\xe0\x91\x9b\xe5\xb8\x7f\x87\x4b\x53\xf9\xd2\x3a\x27\xab\x8d\x2b\x9a\x6f\x26\xe6\x3a\xf9\xac\xfb\xde\x52\x19\x53\x6c\xdf\xb0\xd6\xb4\xf5\x5d\xf0\x57\xc6\x96\x5c\xeb\x35\xbf\xfb\x39\x39\x39\xdc\x3c\xd8\x91\x7c\x21\xf1\xcf\x38\xa8\xb6\x98\xb1\xe9\x4d\xc2\xda\x47\xf7\x75\x4d\x51\x75\xd0\x3d\xb6\x26\xbe\xad\xc2\x2e\x32\xa8\x3a\x5c\xa5\xe9\x4d\xe4\xe5\xcc\xa1\x0e\x37\x1b\x3a\x8f\x0f\xca\xbb\x6e\x7c\xba\xe1\xc9\x8f\xbf\x73\x86\x9b\x88\xbe\x12\x6a\xac\x59\xb6\xcb\xcc\xf7\x96\x63\x73\x9f\xe4\x34\x0b\xa5\xb3\x6b\x9b\x5f\xc5\x2b\x99\x9f\x39\x12\xd3\xaa\x16\xf6\xd9\xbc\xb6\xda\xaa\x4d\x34\x70\xb8\x85\xd6\xf6\x79\x6d\x55\xbe\x81\x8c\x45\x72\xeb\x40\x15\x5e\xc6\x6e\x4f\xfa\xa7\xff\xad\xbd\x4b\xf2\xf4\x61\xc6\x66\x3c\x11\xde\xbc\xc1\xa0\xeb\x99\x9a\xb3\x4a\xbf\xa5\xef\x3b\x96\xdb\x9d\x76\xe9\xef\x67\xd1\x76\x26\xd4\x2b\x68\xb5\xfd\xf6\xd6\xb4\x8d\xd6\xd1\x7d\x0d\xa5\x5b\x56\xbd\xc8\x8b\x2d\xd3\xc9\x6c\xad\x68\x79\x11\xaa\xa4\x23\xf1\xf5\x61\x6b\x71\xc0\x7d\x5d\x93\xa7\x25\x6d\xfa\x3e\x6f\xf4\xfb\xdd\x32\x6c\xcb\xf5\xde\xae\xfb\xea\xd2\xf4\xf6\x72\x57\x35\xfd\x2d\x27\x15\xdb\xab\x5d\x25\x19\xa3\x5a\x37\x63\x74\x0b\x94\xb1\x66\xbc\xad\xf0\xca\x83\x9e\x7f\x66\x14\x63\xdd\x71\xfb\x46\x3d\xc6\xf8\x6f\x00\xe4\x9c\x61\xee\x6a\xa9\x0b\x67\x45\xac\xea\xea\x6d\x3b\xd4\x68\x97\x87\x6f\xc7\xe3\x80\x00\x87\xbf\xec\xa4\x3b\xe4\x56\x7e\x77\xd7\x33\x4a\x6c\xcf\x38\x66\xe7\xb9\x47\x6b\x63\xbb\xdc\x27\x35\xcf\x4c\x75\x8f\x8e\xb9\xed\xc5\x4e\xa9\x2a\x75\x9d\xd3\x3b\x36\x58\xbc\x52\xbd\xf7\xf1\x71\x47\xb6\x95\x92\xda\x86\xda\x79\x1d\xfb\x2c\x1d\xd4\x6a\x6f\x6f\xe8\x1c\x62\xa6\xce\xd8\xe6\xe7\x5c\x5c\x8c\x7a\x5a\x5f\x4b\xcf\xbf\xc4\x75\x5c\xdc\x2c\x4f\x72\x55\x1f\xc6\xc4\x0b\x47\x6d\x4c\x9c\xc8\x2e\xa9\xfe\x98\x9b\xeb\xbb\xbf\xeb\xa4\x75\xa5\x7a\xb8\xb3\x50\x97\xa4\xd7\x1d\x83\xfe\x56\x0e\x9d\xf5\xc9\x0e\x26\xc3\x0d\x87\x74\xee\xaa\xb0\x31\x8b\xd0\xbc\xd7\x69\x7a\xfe\xa1\x65\x6f\x55\xeb\xce\xb1\xdf\x72\x2d\xd7\x29\xd9\x74\xb6\x74\x26\xeb\x5f\x50\x70\xee\x4a\xea\x12\xd2\x14\x5b\xf4\xa6\xc3\xa8\x6b\xb3\xe2\x21\x39\xa5\x8f\x27\xbb\x96\x2a\xcf\x60\xec\xea\xcc\x7f\xc6\x61\x35\x36\x24\x77\xb4\x91\xcc\x3d\x4d\x32\xf5\x0d\x63\xd3\x53\x46\xb4\x86\x68\xb2\x2e\xd5\xa4\x19\x1e\x6e\xd3\x98\xaf\xb9\xf6\x02\x1b\x9b\x93\x6c\xac\x9b\x98\x42\xb3\x29\x30\x88\xb4\x53\x5e\xa5\x3f\xa2\x6b\x47\xee\x0b\x8d\x16\xcd\xc7\x5d\xc1\x5b\x7b\x69\x57\xa8\xac\xe8\x32\xb9\x78\x4f\x47\x5c\x61\x59\x57\xf8\x3b\x6b\x4d\x13\xb9\xcb\x5d\xcf\xbb\x62\x55\x04\x64\x7b\x31\x7f\x26\xb8\xb0\x4e\xba\x81\x31\x76\x62\x8e\x2e\x63\x2d\x88\x0c\x7a\xa0\x47\xcf\xdb\x3f\x8d\x64\xe1\x53\x92\xf1\xab\x48\x86\xd8\x33\x36\x25\x89\xef\x87\xa7\x15\x63\x8a\x31\x13\xff\xb6\xd3\x64\x35\x46\x3f\x66\xbb\x9b\xf5\x67\x1b\x1d\xb7\x4a\x6a\x19\x5b\x30\xe7\xc0\x8d\xb2\x7a\xba\x1a\xcc\x30\xe5\xef\x45\x1d\xea\xf7\xd9\xa2\x35\x62\xf2\x63\x94\xa3\xd9\xd4\xed\xf5\xf2\xcf\xe4\xb7\xb1\xb1\xe7\xae\xc8\xbf\x5d\x14\xc9\x84\x9e\x26\xc8\xb7\x2f\x08\x60\x79\x4d\x55\xf3\x4f\xca\x88\xb3\x67\x2c\x57\x42\x0b\xef\x09\xe2\x7d\xa0\x9e\x71\x88\xe9\x46\x2d\x85\x89\xdf\x19\x73\xd0\x30\xc9\x9d\xf7\x94\x7d\x74\xec\xe5\x1c\xaa\x0e\x4c\xd7\x2e\x26\x72\xa5\xb9\x7b\x57\xb0\x85\x73\x61\xbd\xeb\x95\xce\xbd\x46\xb2\x07\xb6\xfb\x5c\xed\x1c\xaa\x27\x5c\x73\x27\xa8\xb3\xa3\x46\x53\xac\xa1\x28\x44\xa2\xf3\x9a\x5a\x69\x9b\xb2\xe7\x8d\xaf\x6d\xea\x9b\xdb\x8c\xbd\x66\x3e\x11\xd1\x9a\xd8\xb6\xc2\xb3\xf6\x7a\xa9\x8e\x7d\x5b\xdd\x12\xc7\xb3\xa3\x75\xce\xb5\x17\xbb\xbc\x3b\xb4\x45\xef\x55\xfb\x05\x97\x49\x8c\xf5\xce\x5e\x84\xf7\x15\x25\x74\x17\x79\x0d\x99\xcf\x98\x86\x9f\xdc\x79\xc1\xd1\x8c\xd9\xf4\xd2\x90\x9e\xb4\x97\x31\x37\x05\x83\xf9\x73\x5a\x58\xbd\xdb\x46\x7b\x3d\xf5\x29\x5d\x6f\x9d\x75\x42\xdf\xd8\x1e\xef\xac\xb7\x39\x94\xef\xeb\x75\xe4\x67\x5e\x4a\x56\xdf\xf0\x6e\x62\x74\xef\x8e\x99\x9a\x1d\xcd\x2f\xa2\x46\xb7\xed\xd4\xc8\x6c\x15\x09\x12\x7f\x35\x4f\x7b\x52\xab\x75\x90\xc9\xed\x52\x5d\x9f\xd6\x67\xfe\xcf\xce\xfd\x65\x20\xd6\x26\xe5\x57\x70\xe8\x94\xd1\xc2\xb6\xad\xde\x35\xbb\x72\x8c\xc7\xb7\xeb\x7a\xcc\x63\x6c\xc2\x16\x45\x87\x3e\xa7\x18\x9b\x2f\x25\x33\x97\x6f\x36\x63\x06\x31\x8b\x16\x09\xa9\x30\xe6\x5c\xa4\x18\x39\xc1\x96\x31\x6f\x7e\xbd\x01\x73\x3f\xb3\x56\xbf\xde\x56\xf7\xd5\xbd\x7f\xe6\xa7\xb4\x1c\x07\xaf\x6c\x0c\x4a\xed\xe0\x33\x77\x3e\x18\x14\xdb\xd6\xf6\xb7\xa1\xc4\x43\xbb\xb4\xd4\x76\x21\xed\xba\x26\xd3\x64\x85\x6f\xfb\xb4\x43\x9a\x2f\x44\xaf\xbe\x2f\xa0\xbf\xa4\xc5\x3c\x4a\xf6\xd2\x54\x23\xb9\x96\x27\xe1\xed\x87\x5e\x9a\x64\xb4\x9e\x0e\xaa\xdd\x25\x64\xa6\xd6\xa6\xe9\xbf\xb1\x4a\xc9\xfc\x50\xdb\x35\x9f\x41\x8c\x0d\xfb\x3c\x7f\x7c\xf7\x7c\xc8\x0a\xcf\x37\xe5\xab\x61\xcc\x6c\x8c\xcc\x09\x41\x3b\xc6\x3c\x55\x64\xfb\x8e\xbb\xc7\x58\xa8\x8a\xc6\xb9\x39\xda\x8c\x45\x94\x9b\x7e\x50\x1f\xd4\xe5\xe2\xa7\xb8\x24\xcc\x75\x56\x47\xaa\x2b\xdf\x8a\x84\xa8\xd4\xb6\x83\x56\x17\x0f\xea\xa5\x8b\xb4\x9e\x30\x3c\xf4\x6c\xdf\x0a\xe1\x36\x25\xdd\x85\x8d\x22\xe9\x4b\x6b\xd3\x0d\x63\x1b\x1f\x2f\x6d\xbc\x32\xc5\x74\x53\xd3\xd6\x54\xad\x63\xa6\xe6\x1e\xcd\x8d\x71\x07\x77\xfa\x59\x7e\x6e\x79\x1d\xb9\x61\xe3\x00\xeb\xaa\xd6\xea\x90\x03\xc5\x01\xb6\x85\x6d\x86\x01\xbb\x19\x13\xdb\x27\xd3\xb7\x5f\x1e\x63\x8b\x9e\x48\x3e\xe1\xeb\xcd\x98\xb5\x89\xb4\x8d\xc0\x0f\xc6\x02\x8d\x65\x04\xc7\x79\x30\x96\x78\x44\xfe\xee\xf4\x01\x8c\xa5\x24\x1b\xf0\xab\xbc\xec\x72\x8d\x34\x75\x95\x74\xfd\xd8\xbe\x77\xc9\x5f\x4b\xcf\x27\xf5\x6f\x0d\xb4\xdd\x71\xe0\x6a\xae\x44\xf3\x5a\xc3\xf6\x4f\xdb\x8a\xa2\xbe\x1c\x30\x14\xfd\xde\x91\x2f\x7d\x23\xc8\x7c\x4b\x43\xc2\xca\x3e\x47\x87\xda\x84\x35\x9a\x67\x39\x6c\x6b\xb1\x97\x6a\xba\x9e\x56\x50\xe1\xe6\x28\xde\x7c\x3b\x51\xbd\x68\xba\xe3\xac\xd6\xf9\x11\x17\x73\x0e\x38\x1d\x6f\xfd\x10\x32\x8c\x31\xb1\x1a\x69\xff\x7e\x11\x8c\xa9\x6e\x92\x88\xe4\x3b\xcf\x98\xeb\x21\x49\x79\xc1\x8b\x8c\x85\x5f\x9c\xb7\x7c\xd4\xdf\x8c\x65\xd8\x2f\x2c\x9d\xf2\x85\xb1\x9c\xf3\xda\xfc\xca\xb5\x5d\x31\xe9\x76\xb6\x3b\x5d\x07\xb7\x05\x06\xd8\xc5\xbf\xcf\x1c\xd4\x1c\xe5\x38\xed\xa0\xd2\xda\xe7\xbc\x78\xec\x41\xb6\xa5\xfd\xd7\xd0\x75\x4f\x8e\x4a\x38\x98\x7e\xdf\xbb\x66\xce\xb6\xa7\xce\xb3\x1b\x0a\x72\x1e\x95\x2a\xb8\xa5\x34\x0d\xce\xf0\x5d\xbd\xd9\x4d\xa6\x39\x3b\x79\x49\xc6\x83\xc5\xe1\x2d\x37\x62\xf8\xd2\xc0\xa3\xae\x55\x37\xe2\x3b\x63\x33\x1e\xcf\x2b\xe9\xff\x98\x31\xdd\xd6\x39\x3b\xf8\xae\x32\xb6\x64\xeb\xcc\x01\xc3\x3c\x18\x4b\xde\x3c\xf3\x8d\x50\x1d\x63\xab\xd7\xce\xeb\x14\xc9\x65\xac\x7c\x8c\xd2\x65\xd9\x05\x5d\x05\x25\x6a\x66\x43\x9c\x2b\x5a\x15\xa3\x5a\x42\x73\xf3\x27\x34\xec\x73\xeb\x75\xa0\xcf\x56\xb1\x8f\xa2\x96\x1e\x1f\x3e\xef\xbc\x7b\xaa\x8f\x4b\xe6\xe7\x1f\x9b\x77\x6f\x6e\xf5\x78\xf1\xf5\x6d\x39\x14\x8d\xf3\x96\xfd\xa1\x53\xe8\xbf\xb2\xc8\x27\xa0\x71\xec\xca\xf2\xa5\x33\x7d\xd7\x35\x9d\x5b\xe6\x19\x6f\xef\xb7\xa3\xb9\x23\x31\x35\x7a\xa9\x6f\x5e\xeb\xa4\xa8\x85\x8c\x49\x18\xce\x5b\x3a\xc8\x8b\x31\xe3\xc1\xe2\xef\x86\x64\x33\x16\x30\x71\xca\x43\xbe\xfd\x8c\xad\x98\x2a\xb6\x7c\x98\x2b\x63\x55\x09\xd3\x72\x47\x9e\x64\x6c\xef\xb9\x05\xd3\xe7\xe9\x77\x75\xed\xde\xa1\x3b\xd5\xe6\x78\x4b\x67\xbe\x9f\xe7\x99\x82\xa7\x5f\x03\xbc\x4a\xf7\x59\x1e\x2e\x3d\xdb\xe8\xb9\xf8\xcd\x8c\x63\x13\xd7\x7f\x0e\x74\xfe\xb8\x77\xb7\x75\x4e\x75\x68\xda\x97\x39\x55\x7b\x97\x0d\x0d\x9d\xff\x3d\xbb\xf8\x75\xbc\x43\xd8\xa8\x86\xb5\x79\xfa\x91\xb5\x61\xea\x8d\xed\x99\xfb\xc2\xb6\x04\xaf\x68\x7e\x91\x34\x33\xf8\x7a\xf0\x90\x96\x8e\x68\x49\xc6\xe6\x9b\xcf\x7a\x3c\x70\x15\x63\x76\x0b\xa6\x96\x0e\xae\x60\x2c\x6a\x3b\xc5\x1b\x25\x05\x5c\x3e\xe4\x66\x2f\xe4\x63\xbf\x2a\x3c\x8b\x7f\xe2\x7b\xb6\xf9\xaf\x44\xa5\x18\x83\xa8\xef\x33\x4f\x35\x5b\xbd\xcc\x1d\xb6\xab\xa1\xf0\x47\xae\xfd\x19\xb5\x8c\x90\x15\x4f\x5e\x08\x9f\x1f\x96\xe4\xb4\x7c\xef\x87\x83\x7b\x83\x63\xba\x96\x06\x7f\x89\xaa\x6c\x0a\xdf\x90\xf6\xf2\xfb\xed\xa2\x57\xa1\x0d\x49\x02\x0d\xdf\x73\x8e\x06\xde\x4d\x2c\x69\xfa\xbc\x74\x57\x80\x6d\x5c\x47\xcb\xa0\x44\x6d\xdf\x77\xb1\x8a\xad\x0b\x22\x0f\x33\xa6\x78\x66\x9a\xec\x80\x58\xc6\xdc\x3d\xfa\x4f\xe8\x7e\xde\xf2\xdb\xf4\xfc\x1d\xfe\xbf\xe7\x85\xbe\xde\xe2\xf7\x07\xe8\xf0\x66\xb2\x32\x8f\x65\xe7\x5f\x6f\x6a\x9c\x62\xb8\x25\x46\x61\x59\xe8\x73\x81\x84\xd8\x5d\x85\x8b\x55\xee\x6e\x78\xa7\x7c\x70\xa8\xe7\x8a\x83\x06\xf5\x32\x9b\x73\x3d\x47\x6c\x89\xf8\x3e\xbd\x64\xb9\x67\x61\xd9\xfc\x06\xb5\xfc\x69\x4b\xf2\x0a\xa7\x35\x45\xa7\x6f\x58\x5c\x59\x70\xa4\xf9\x42\x92\x8f\xfb\x95\xec\xec\x56\xe1\xa8\x09\x6e\x03\xb2\x3e\xb5\x7e\x0d\xd1\x61\x4c\x2f\x72\x02\xeb\x7b\x8d\x31\xba\x0d\xcd\x58\x59\x3a\xc9\xf3\xd5\x24\x3f\x20\xd6\xf5\x47\x19\x63\x83\xc3\x01\xfe\xea\x60\x46\x0b\x60\xc1\x90\xad\x7d\xdb\x2f\x99\x38\x79\x1c\x8b\x88\x6a\x6c\x8f\x0e\x5f\xf9\xd4\x7e\xea\x8f\x69\x57\x5b\x8a\xc5\xcc\xa3\x5f\xef\xfa\x31\xb4\x20\x86\x97\x7f\xb1\x15\x3b\xb6\xa0\x29\x7a\xe9\x13\x9b\xa0\xbd\x6a\x2d\x73\xe3\x62\x6c\x17\x6c\xad\x6c\x1d\x12\x69\x6b\x2b\xb0\xe1\x69\x6b\x63\xb0\xb4\xad\x5d\xa9\x58\xdb\x66\xbf\x19\x8c\xd9\x7e\xa7\xe7\x2d\xd7\x21\x79\x50\x8d\x64\x1d\x22\x1a\x1b\xe7\x90\x7f\xb9\xd9\xcc\x18\x1c\x06\xd8\x37\x94\x5d\x9e\xff\x68\xf6\x99\xdc\x3d\x9d\xa1\xa6\xa7\x2d\xb5\xfd\x56\xb6\x15\x86\x4d\x0d\xfe\x6c\xbf\xac\xd5\xac\x6a\x6e\x8c\x96\xfe\xc6\x96\xbe\x3f\x9c\x13\x44\x74\x4f\x35\xe8\xb4\x84\x46\xb8\xe8\x5f\x7d\x32\xbe\x55\x25\x64\x93\xa1\xc4\x0d\xcb\xd6\xcf\x01\x97\x0c\x2b\x4e\x7f\x6b\x7b\xe0\xe5\x67\xa4\x79\xf8\x48\xbb\xc9\xe2\x06\x63\xbe\x6a\xc5\xf6\x3d\x6e\x82\x8c\x05\x16\xd1\x73\xd7\x3f\x23\x49\xcc\xaa\x1d\xc2\x5c\x1e\xa4\x90\xe4\x9e\x20\x92\x6b\x95\xd8\x8f\x05\x97\xc5\x27\x27\x04\x75\xc5\x99\x7e\xd1\x3e\xb2\xf8\x6a\x47\x4b\x40\x88\x7d\x91\xcd\xe2\x0e\x8f\xbc\xd3\xae\xcb\x0c\x54\xdb\xcf\x9d\xd9\xea\xa1\xa9\x71\xbb\x3d\xbb\xed\xf3\x62\x71\xb5\x9c\x8e\x65\xed\x4d\xf6\xaa\x6a\x25\x9f\xef\x76\x28\xd8\xaa\xaa\x7b\x3c\xdd\xda\x11\x6f\x9d\xad\x21\xfd\xd7\xad\x8e\xa3\x96\x67\x35\xe2\xae\x4c\xe8\xec\x6f\x3e\x98\xb1\x15\x3b\xb9\x75\xf8\x40\xb2\x0b\x6f\x80\x3c\xe0\xfc\xfd\xc1\xd9\x24\xcb\xb2\x18\x13\x7e\x33\xb0\x26\x5d\x93\xb1\x05\xed\x62\x4a\x81\x33\x99\x8a\x89\x94\x9c\x8b\x63\x61\x57\x88\xa7\x92\x8e\x9c\xa5\x68\x97\x60\xf2\x7b\xa3\x49\x06\x83\x3b\x37\x56\x66\x98\xfd\xa5\x21\xdd\x19\x74\xb5\xc3\x5c\x41\x39\xb8\x73\x43\x6b\xbd\xf1\x46\x85\x96\x2e\xdb\xce\x0f\xda\xe3\xe5\xea\xbb\xee\x77\x85\xa8\x64\xca\x2b\x7f\x19\xd6\x65\xa4\x36\x4a\xce\xf2\xc5\x8b\xae\x95\x4a\xc7\x18\xab\x3e\x4b\xcf\xff\x8c\x7a\x59\xcb\x8d\xff\x58\x20\xc9\x75\x26\x24\x93\xaa\x49\x46\x14\x30\x36\xbf\x4c\xf8\xb2\x87\x25\x3b\x6a\x60\x3a\xcf\xd4\x7a\x32\xd3\x74\x09\x5d\x94\x63\xa2\xcb\xf8\x22\x5f\x29\x5d\xd2\x8d\xea\xfa\xba\x52\x5b\x25\x57\xdd\xad\xeb\xe0\xf6\x7e\xea\x0e\xca\xde\x5d\x41\x57\xfc\xb5\x16\xc8\xab\x74\x1d\x78\x77\x4b\xf5\xc2\xa2\xe9\x6c\x41\xd7\x03\xf9\x59\x32\x87\xd8\x35\x16\x23\xb9\x5f\x4a\x8d\x31\xd6\x28\xae\xcf\xd8\x23\xbc\x01\xfa\xfe\x33\x17\x87\xc6\x91\xdc\x50\x46\x72\x39\x3f\x87\x37\xe8\x43\xd2\x4b\x97\xb1\xb9\x25\x82\x23\xec\x73\x18\xd3\x56\x9e\xf2\xd4\x74\x05\x3b\x6a\x37\x76\xee\x0e\xfd\xd7\x6c\x9b\x5f\x2f\xc9\x7c\xad\x7b\xac\x20\xa1\x6a\xbe\xa8\x9a\x04\xf3\x5e\x6d\xbb\x30\x58\xd1\x88\x39\x6c\xff\xb6\xf0\xa4\x9c\x20\x33\x3c\x7b\x51\x56\x63\x41\x27\xf3\x7f\xf4\x4d\xe6\xb1\x4c\x35\xdb\xd5\xec\x24\x75\x53\xba\x3b\x12\x7e\x3a\xab\x0f\x4f\x0f\x7f\xc6\x81\xf5\x24\x57\x4a\x90\x0c\xdf\x47\xd2\x31\x9c\xa4\x9d\x39\x63\x33\x15\x86\x86\x9b\x0d\x64\x4c\xa5\x43\x38\x5e\x3f\x0c\x4f\x40\x47\xb4\xea\x18\x73\x9d\x31\x2d\x4a\x53\x80\xbd\x0a\xd1\x9e\xf5\xff\xf1\xf5\x25\x60\x35\x76\xdd\xdf\xcb\x90\x06\x95\x34\x48\x73\x11\x0d\x2a\x0d\x9a\xe7\x79\x9e\x93\x4a\x33\x89\x94\x44\xa1\x24\x45\x99\x32\x24\x85\x42\x42\x23\x4a\x99\x49\x85\x90\x4c\x99\x87\x48\x42\xc6\x24\x53\x34\x9c\xb3\xbe\xeb\xec\x7d\x9f\x07\xcf\xf3\xfe\xbf\xf7\xba\x9e\xeb\xe7\xf4\xd6\x59\xeb\xde\x7b\xdf\x7b\xfd\xf6\x5a\x6b\xaf\xf5\xd3\x62\x32\xf6\xad\x5e\xaf\xae\x67\xba\x12\x5f\xe4\xe9\x68\xa4\x1a\x7d\xc7\xe6\xf2\x55\x5a\x35\x06\xaa\x78\xae\x5e\x7f\xaa\xbf\xee\x37\xec\x6c\x7d\xa5\xe1\xaa\x2b\x8b\x7d\x5d\x1b\xa6\x54\x72\xbe\xdd\x46\x9b\x33\x2f\x02\xab\x4d\x49\x7f\x21\xad\x83\x66\x8a\x02\x9f\x11\xed\xed\xed\x4c\xa4\x8a\x10\xbd\x34\xdd\xce\x4c\xb2\x42\x9c\xf1\x20\x30\xc5\x70\x3c\x3e\xf6\xdf\x91\xf0\xc6\xd1\x13\x6d\xbc\xbe\x6e\xb5\xf5\x6b\x65\xe7\xbb\xd4\x1c\xb7\x0c\x53\x67\x3b\xd8\xbd\x7e\x34\x22\x32\x9a\xad\x64\xfd\xf1\xe7\xb7\x59\x1d\x6c\xb6\xa5\xef\xd0\xa8\x80\xd7\x1f\x17\x5a\xcd\x18\x52\x08\xf8\xf1\xb8\xd0\xe6\xfc\x90\x6c\x50\xe0\x8d\x99\x76\xbc\x43\x91\x01\xeb\x2e\xee\xb1\x93\x1d\x7a\xeb\x7b\xe9\xb4\x97\xc3\x70\xd6\x48\x5f\xab\xdf\x7a\xfc\xc3\x43\x0c\x8d\x05\x05\x7b\x11\x9d\x35\x2d\x62\xc7\xdd\x47\xf4\x57\x76\x28\x98\xa0\x86\x18\xb4\x6e\xc6\x48\x83\x57\x58\x15\xf4\x29\x36\xd9\x25\x9d\x3d\xe0\x9b\xbf\xa5\x2a\x30\x8f\x3d\xd2\xed\xf6\x49\xf1\x39\xad\xac\x93\x0e\xc6\x6d\x4b\xe6\x59\xb0\xee\xd9\xac\x1b\x70\x8d\x8e\x1f\x14\xb6\x76\x1a\x9c\x10\xfe\xae\xf3\x96\x9d\xc8\xa0\xc8\x2c\x8d\xd6\x17\x0e\xa5\x83\x0e\x91\x27\x9b\xe2\x1d\xd7\x0d\xbe\x0e\x15\x39\x63\xe4\x84\x43\x7a\x33\x9f\xd6\xec\x77\xde\x3b\x54\x32\x83\xb3\x2b\xa4\x9b\x92\xbe\x4b\x8a\xd2\x46\x17\x47\xa6\xfd\xf6\x87\x78\x68\x1b\x76\x88\xdd\x44\x0c\xcb\xb1\xe9\x9a\x90\x86\x38\x6b\x9a\xcf\x7a\x83\x1a\xdc\x14\xb6\x23\xca\xda\xcd\x9b\x9d\x19\xe0\x91\x2d\x15\x5e\xc9\xda\xea\xd1\x7e\x42\x31\x76\x06\x4b\xd3\x71\xf4\xf3\x27\xf1\xc2\x2c\x63\xdb\xae\xfe\x98\xb8\x9e\x4f\x3f\xec\xd4\x07\x8c\xe6\x49\x3e\x3c\xeb\xf8\x72\x40\x67\xbe\x44\xf3\x75\xe7\xf3\x03\x4d\xd1\xf5\x5c\x7f\x58\x75\xbe\xfb\x86\xc1\x8b\xe1\x1f\x4a\xdb\xdd\xbb\x86\x66\xcd\x0c\xe7\x8c\x87\xd1\x4e\x8e\x1e\x5c\x1e\x62\x39\x7c\x9a\xab\xb0\x0e\xe2\xf4\xc3\xd3\x6e\x89\xe5\x21\x46\x2f\x35\xb7\x54\x68\x47\x9c\xbf\xc7\x4d\x55\x4f\x09\x3d\x67\x1f\x8c\x8c\xf4\x1e\xc5\x16\x9b\x79\x6e\xdd\xed\x39\x4d\x43\xaf\xbd\x3d\x8e\xbf\x58\x7c\x6f\xb0\xdf\xe9\x4a\x97\x51\x4a\xc6\xd0\x62\xfb\xc5\xbf\x5c\x93\x56\xbc\x50\x75\x7a\xfe\xeb\x5c\xe2\xb5\xeb\xb7\xdc\x16\xf7\xab\x2c\xde\x5e\x77\xd6\x33\xb4\xff\xd2\xc2\xc4\x23\xe7\xbd\x12\x06\xce\xce\xeb\xa8\xf8\xec\x75\x77\xd0\x2b\x2a\xb8\x68\xa5\x8f\xfe\x60\x77\xf8\x7c\x8e\x1e\xfa\xe4\xbe\xbc\x2a\x5b\xaf\x91\x77\x0e\xa2\xed\x43\x1d\x1d\xa1\x8d\x88\xc1\x8b\x75\x1e\x88\x8d\x46\x8c\x7f\x6d\x9c\x20\xff\x0c\x71\xc9\x74\xc7\x1a\xdd\x56\x9c\x1e\xa7\x1c\x6a\xe5\x9d\xc5\xda\x16\x7e\x62\xd5\x50\xec\xab\x21\x25\x5f\xa9\x93\x3b\x96\x1b\x0f\xf4\x38\xb5\xf5\x9e\x5d\x55\xdc\xe3\xe0\xec\xd5\x77\x66\x25\xeb\xae\xab\x87\xcd\x4f\x87\x95\x22\x0d\x83\xde\x95\xbf\x1c\x52\x16\x1e\x3b\xea\x73\xbf\x7f\x7a\xe2\xd4\xb2\xc0\xe9\x91\x03\xe3\xe2\xf3\x8a\x92\xa6\x1f\x1d\xf8\x3c\xcf\x71\x7b\x8c\xff\xf7\xc1\xc4\x28\x7d\xc4\x61\x23\xf4\x86\x71\xf4\xd0\xcc\xd7\x78\xc4\x37\x02\xd1\x2d\x70\xaa\xb0\xd0\x20\xe2\xac\xb5\x53\xd3\x45\x9f\x22\xa6\x8c\xd4\xbd\x25\x33\x02\x31\xe3\xb0\x8d\x97\xf6\x11\x8c\x5d\x76\x22\x20\xde\xeb\x22\x4b\x70\x0e\x7f\x6a\xc6\xa2\xda\x41\x3e\x7f\xcb\x13\xdb\x32\xcb\xb9\x7e\xb1\x67\xbd\x1e\x3b\x7e\x38\xaf\x87\x4b\x52\xbe\xbb\xfb\x02\xb3\x42\x8e\xc9\xf9\x7f\xfc\x99\xb9\xf2\x47\x19\x4f\xa0\xd5\xaf\x82\x14\x91\x3d\x35\x81\x7b\xfa\x4f\x2c\x7a\xbd\xed\xc2\xcc\xc5\x03\xf1\x71\xef\x36\xdd\x99\x39\x34\x38\x6a\x5e\x18\xe2\xc8\xf9\x5a\xa4\x3e\xd9\xd4\x07\x9a\x1b\xf8\xb6\x23\x7a\x2d\x57\xbb\x3d\xfa\x14\xe2\x02\x77\xd5\x6d\x63\x36\x23\x66\x65\x6a\xd4\x4a\x46\x21\x6e\xee\x33\x99\xa7\x5e\x89\xc5\xeb\x4f\x7b\x7e\x76\x0f\x1d\xb2\x8f\x9b\x9e\xc8\x9b\x62\xd1\xbf\x20\xb0\xe3\x84\x71\x8e\xf9\x27\x75\x8f\x77\x5f\x8e\xee\xa8\xbd\xb6\xcf\x7f\xc2\x37\x9b\x6d\xe7\x8f\x89\xcd\x5c\xfe\xfd\xfb\xa6\x5d\x25\x93\x43\x77\xf6\xcd\x5e\xab\x53\xb8\x2f\xf4\xe3\x2f\xd1\x34\x9e\x5c\x95\x70\x81\x7e\xd1\xa5\xdf\xd7\x7b\x47\x6c\xef\x7f\xb7\x28\x78\xd5\xe4\x08\xd6\xc0\xf5\xf9\x65\x88\x82\x37\x35\xa4\x39\x7a\x18\x5e\x56\x15\xe3\xdd\x80\x18\x92\x31\xc1\x80\xaf\x1b\x31\x35\x81\xee\xb3\xf9\xb5\x8a\x2b\x85\x02\x11\x0f\x94\x6a\xaf\x9c\x30\x17\x1f\x17\x67\x3b\x14\x38\xdd\x1c\x3c\xb6\x7a\x5c\x74\xf1\xca\x57\xaf\xf5\xa3\x3e\x1d\x56\xdf\x7b\xe8\x8a\x74\xa8\xfc\xa7\x7b\xe5\xb5\x07\x8b\xa2\xa2\x7b\x13\x8b\x97\xff\xc3\xc3\xe6\xcd\xab\xf8\xb1\x71\x63\x62\x56\x65\x4c\xfa\xcf\xc9\x99\x96\x2b\x4f\xc7\xf8\xfc\x5a\x90\x7a\x2c\x45\x3e\x26\xb4\x3f\x6e\xc9\xc4\xa4\xda\x79\x0d\x03\xfe\xf1\x29\x88\x0a\x86\xaa\xee\x23\x44\x11\xed\x15\x15\xa7\xf2\x64\x20\xce\x9d\x3c\xec\x3d\xf1\x43\x64\x53\x3d\xaa\x18\x1e\x70\xfe\xb3\xfc\x64\x21\x49\xc4\xcb\xf5\xc6\x5e\xa6\x13\xdb\xd7\x1e\x79\x14\xa0\x90\xa2\x59\x1e\xb8\x25\x79\xc3\x9d\xca\xa4\x35\x2a\x19\x97\xdf\x2b\x9d\x74\x4f\xd3\xcd\x58\xd3\x73\xa2\x7c\x5e\xca\xc8\x15\x2e\x5f\xd7\x15\x4a\x26\x65\xaf\xb0\xfd\xde\x9e\xa3\xb0\x48\x30\x25\xea\xa7\x64\xe6\xcd\x78\x9f\x65\x25\xbf\x96\xa7\x6e\x88\x9b\xb8\x24\xa9\x3f\x3f\x49\x61\x7e\x40\xe2\xcb\x81\x99\xf1\xd1\x88\x13\x07\x26\x2a\x8c\xe8\x41\xa4\x37\x77\x10\xd3\x18\xb9\xe5\xe2\x4c\x3c\x84\x19\x97\xae\x05\x10\x02\xf0\xd1\xba\xa7\x49\x73\xa7\xca\xc2\x7a\xdb\x76\x59\xf7\xe9\x51\x43\xab\xc6\x5f\xbf\x9c\x2a\xbb\x63\x6f\xe4\x83\x66\x87\x97\xe9\x07\x04\x22\x4d\x8e\xb7\x7c\xf5\x2d\xf0\x9e\x65\x59\x5a\xfa\x63\xd4\x66\x9f\xc8\x67\xbb\xef\xf4\x7d\xca\xfc\x10\x59\x99\xf7\xfa\x57\x78\x6a\x65\xc4\xce\x2d\x3b\xfa\x73\x13\x1f\x86\x8f\xdb\x64\x3f\x10\xba\x60\x28\xbc\x71\x8d\xf7\xe0\xa8\x79\x6d\x88\x7a\x0e\x7c\x62\x1c\x39\x73\x2b\xa9\xbc\x9d\xb6\x7f\xfb\x21\xde\x90\x1b\x64\xef\x18\xfb\xdb\xd2\x8a\xa8\x2a\x23\xa3\x76\x80\x87\xc5\x72\x8a\x73\x8f\x8c\x9f\xd3\x9f\x9d\x14\x9c\x7c\xda\xb7\xff\xa7\xcc\xad\xe4\xac\x16\x8f\x75\x6f\xc6\xf5\x95\xaf\xe2\xf3\x56\xbc\xf9\xfc\x17\xdf\xf2\x12\x9f\x67\x0d\xfb\xfa\xf9\x96\x4c\xf1\xc9\x3a\x1e\x33\xe0\x12\x77\xc8\x6f\x61\x65\xfd\x40\x7d\x4c\x83\xdf\xd4\x03\xbc\x83\x4b\x67\xbf\xf7\x5b\xb3\x5b\x6d\x70\x28\x7c\xf1\xef\x71\x58\xc7\xc4\x61\x4e\xea\x32\x3c\x88\xdc\xf4\xfa\xc0\xd8\xdf\x2b\xf9\x14\x0f\x6e\x46\x54\x39\x2c\x59\xb1\x3e\x12\xc7\x3a\xb9\x99\x1f\x8e\x3a\x3f\x74\x69\x41\x4b\xc8\x7d\x1f\xf6\x60\x57\xb9\x6e\xd4\x2a\xc7\xf6\xc1\x31\xaf\x3f\xce\xf3\xb5\x13\x19\x68\x1e\xf4\x0e\xef\xb7\x4f\x78\x29\x3e\xb8\x3b\xec\x80\x63\xe8\xed\xba\xc1\x87\xa1\xfb\x1c\x3a\xae\xac\x1e\xda\x10\x30\xdb\x49\xe6\xdc\xd9\xa1\xf3\xfe\xd7\x9d\x5c\x8f\xc5\xb3\xf4\x7c\x82\x11\x63\x19\x3d\x2a\x7c\x29\x3e\x21\x3c\xa0\x87\xe1\x41\x2d\x89\x14\x2b\x98\x9b\xd5\x39\xfd\x88\x93\x0f\x8b\x89\x2f\x79\x84\x07\x1c\x3d\x74\x47\x86\x4c\x65\xa7\x45\x6b\x38\x66\x7a\x9e\x61\x0b\xe5\xfc\xf0\x50\x74\xdc\xc8\xca\x3b\xd9\xe3\xb3\xcb\x5a\x88\x15\xf1\xe6\xa7\x4f\x33\x37\xde\x62\x16\xfc\xdd\x8f\x2d\x60\xbf\xd2\xec\xd3\xab\x0f\x6c\x5e\xfb\x27\xe6\x35\x8f\x78\xd8\x12\xf6\xcb\x2d\x2c\x6e\x9c\x61\xeb\xdb\x99\xfc\x8e\x53\xde\xd0\xfc\x93\x07\xde\x5c\x49\xb1\x8a\xe1\x1d\x39\xaa\x14\x53\x5b\x11\x95\xa7\x0b\xab\xcd\x9d\x8b\x6c\xbb\x47\xaa\x23\xfc\x2d\xd1\x2f\x7c\xbe\x51\xa0\x5b\x08\xca\xa7\x1b\x9a\x67\xd8\xdf\x64\xf7\x14\x16\x58\xf9\x59\xfa\xb3\xeb\xea\x3f\xdb\xe8\x9b\xb6\xb2\x8b\xba\xbe\xd8\x0a\x1a\x07\xa2\x26\xfb\x96\x69\xc3\xb4\x4f\xf8\x0e\x0b\xa6\x56\xeb\x4d\xf8\xd9\x82\x67\x34\x0e\xe9\x9e\x79\xdf\x86\xe5\x1a\x1d\x88\x75\xe4\x4e\x17\x6b\xd1\xaf\xb3\x7f\xf2\xc0\xa3\xee\x8c\x1f\x84\xb1\xff\x29\x0c\x2f\x8a\xbc\x8d\x28\x7c\x14\x20\x44\x1f\xd1\xaa\x54\x41\xcf\xe3\x07\x3e\x08\x8a\x9f\xf2\xc5\x49\x17\x2f\x2d\xec\x9f\xea\x65\x6b\x84\x7b\xd7\x36\xe8\x09\x9b\x8b\xe3\x8e\xe2\x28\x3d\x6b\x13\x21\x9c\x57\xe7\x65\xe0\x64\xb0\x12\x33\x1e\x49\x4c\x0b\x98\xd6\x89\xcd\x7d\xf6\xda\xdd\xba\xe1\x88\xf8\x55\x2d\x47\xeb\x14\x22\xa2\xd2\x19\x6e\x3c\xea\xc9\x45\x86\x07\x76\x32\xf1\x30\x66\x3d\x64\x30\xeb\x73\x2e\xd3\xe9\x3f\xc4\x0b\x51\x71\x3d\xef\x3d\xef\x34\x44\x93\x4d\xe3\x12\x9c\x2f\x21\x7a\x2f\x9a\xb0\xd0\x3e\x1d\x71\x4e\xac\x8a\xbd\x95\x2a\x62\xe2\x4b\x15\x05\xd3\x49\x88\xd9\xd5\x6a\xe3\x0d\x6b\xb1\x7f\x8f\xa5\xda\xb9\x69\x42\xf8\xeb\x58\xb8\xda\x5e\xdd\x39\xd8\x7b\xad\x54\xfd\x90\x4e\x3d\x0e\xbc\x98\xaf\xfe\x56\xfb\x31\xe2\x60\xba\xca\xf0\x4e\x66\xfc\xeb\xc6\x52\xdc\x2b\xce\xf0\xb0\xe1\x14\x17\xf6\x52\x0c\x8c\xa5\x68\x3d\x9e\xa2\x9d\x17\xe2\x54\x59\xc1\x4c\x1b\x39\x44\xc7\x29\xe3\x17\x5a\x94\x21\x06\x4e\x92\x39\x66\x16\x8d\x38\x4f\x44\xfe\x9d\xd1\x17\xc4\x64\x25\xc5\xc5\x06\xb3\x11\xd7\xed\x9d\x20\xa9\xfb\x03\x71\xe7\x97\x09\x7c\xba\xf6\x88\x95\x9a\xca\xa7\xa7\x4a\x20\xd6\x0b\x4f\xf4\xd4\x6c\x44\x6c\xb5\x99\xd0\xc5\xf9\x56\x47\x1d\x52\xe7\x21\xdd\x4c\xff\x4f\x1e\xa2\xfb\xc1\x78\x83\x60\x1c\xa2\x7d\x98\x5d\xa6\x54\x3b\xa2\xfb\x5e\x5f\x59\x95\x2c\x44\x77\xb1\x38\x39\x7d\x09\x44\xa7\xa1\xcd\x8f\x6d\xb6\xe2\x45\xdb\xcc\xa3\x8e\x2e\xef\x71\xa3\xc5\xd5\x27\xd7\x3c\x79\xf0\x94\xd9\x51\x96\xa2\xc7\x48\x44\x13\x60\x8f\xb4\xfd\xd9\x5d\x69\xcc\x66\x8f\xb1\x2d\x7e\x3a\xdc\xd4\x91\x2d\x68\x17\x76\x23\xcc\x7c\x21\x8b\x65\xff\xab\x69\x97\xf9\x2e\xb6\xb1\xad\xfb\x99\xcd\x16\x17\xd8\x81\x36\x8a\x1c\x3d\xec\xb3\x99\x3a\x56\xe6\x7f\xf2\x10\x63\x59\x23\x5f\xe1\xef\x88\x0e\xaf\x6c\x52\xc7\x7f\x46\xf4\x3e\xe2\xbd\x46\xfd\x25\xa2\xf7\xaa\x79\x0b\x8d\x15\x91\xe5\x1a\xb4\xd1\xc4\x3e\x05\x77\xdb\x15\x1c\xfd\xe0\xfe\x09\x67\x59\x66\x3c\xb5\xf5\xbe\x8d\x7b\xcd\xc5\x87\x06\x3d\xb3\x7f\x4a\x98\xbe\x63\x2d\x74\xb9\xf1\xd2\xd9\x7c\x3f\xcb\xc3\x5d\xe5\xae\xbb\x65\x38\x2b\xd4\x3d\xb4\x19\x2c\xdd\x59\xd7\x9d\x1e\x9f\x73\xb6\x3a\xcd\xea\x76\x7c\x77\xec\xa7\x55\x3a\xdb\xce\xb6\xf6\x37\x1f\x03\x30\x7c\xfd\x27\x0f\x31\x1b\xd2\x8f\x16\xf6\x47\xf4\xf0\x34\x7b\x26\xe9\x82\xe8\xff\xd5\x63\x96\xfa\x1c\x44\xbf\x1d\x73\x34\x4d\xe7\xe3\x63\xf7\xc3\x1b\x52\x9d\x9e\x61\xa8\xc3\xdc\xa3\x8f\x7c\x56\xb3\xbf\x5a\x0d\x74\x5a\x07\xbc\x45\x2f\x0b\xcb\xa1\x55\x7e\xee\x9f\x64\x2c\x1a\x87\x2a\x7d\x37\x3d\x65\x59\xb2\x87\x1e\xf8\xd4\x5f\x1f\x6b\x33\x82\x35\xdc\xfb\x67\xe3\x13\x9b\x22\xd6\x6c\x8f\xa0\x13\x43\xb6\x77\x58\xbb\xdc\x12\x0e\xc7\xdb\x5d\x62\x75\x38\x97\xfd\xa1\x87\x9e\xbe\x3b\x07\xd5\x9e\xe9\xe9\xf1\x56\x20\xda\xd4\xea\x2c\x12\x5a\x82\xe8\x27\x67\xf8\x58\x62\x3a\x62\x50\x9d\xd3\xd7\xc9\xeb\x10\x03\x35\x23\x6d\x2d\x23\x31\xc7\xfb\xf4\xda\x48\x8f\xeb\x38\xdc\x69\xf2\x09\xb5\x80\x22\xf6\x16\xeb\xf6\xb7\xd3\x43\xa3\x58\x5f\x2d\x13\x07\x07\x03\xa7\x77\x75\x5a\x0b\x0f\x89\x06\x5e\xbb\x5b\x61\x3b\x7d\xc8\x22\x30\xa5\x69\x9b\xbd\xe6\x50\xee\x0c\xc7\xba\xe9\xf6\x41\x2c\xf0\x35\xa9\xb6\x70\x8c\x64\xb9\x78\x3d\x29\xf9\xee\xf4\x9c\x95\xe5\x51\xc3\xd1\xc3\xf4\x04\x1d\x0f\x2d\x52\x7f\x52\x2b\x5e\x3b\x9b\x9f\x07\xd1\xf1\xbb\xe6\x1b\xc1\x2d\x88\x33\x6d\xf4\x0a\xc4\x85\x11\x23\xc7\x3a\xac\x50\xf1\x46\x0c\x5e\x13\x5c\x6d\x35\x0a\xdd\xa6\x0f\xcb\x92\xf2\x7d\xc2\xce\x77\x29\x38\xbe\x33\x6c\x32\x5b\xd8\xa6\xb1\xe7\xe1\xec\xc6\x6f\xb2\xd6\x6f\x06\x15\x23\x16\x3e\x55\xb7\x0b\x1b\x0c\x8e\x18\xd7\x32\xcb\xe1\xdc\xe0\xe9\xb0\x69\x75\x9a\x4e\x9f\x86\xc4\x82\xbb\x6b\xba\x9d\xdf\x0d\x6d\x0a\xe8\x2a\x73\x75\xf9\xc6\xe2\xf5\x5b\x50\xd4\xef\x72\x9a\x95\xe5\x29\xfc\x7b\x5d\xf0\x77\x6a\x5c\x21\xf6\x5f\x7e\xca\x39\x8e\xdd\xf7\x2e\x50\x5b\x3a\xfa\x08\x62\x54\x84\xa6\xc7\xd8\x3c\xc4\x38\x07\xcb\x3c\xe5\xa5\x88\xd1\x37\x67\xc8\x59\xed\xc7\x31\x81\x87\xd2\xf4\x67\x34\xb1\xfa\xdc\x95\x4f\x34\x44\x6f\x64\x4d\xb3\xe3\xf9\x65\xb7\x40\xf9\xe5\x4d\x87\xcc\xfe\x9b\x71\x92\xd7\xbb\x5c\x16\x0e\x48\xc4\xde\x39\x67\xec\xe6\x37\xf0\x3a\x7a\xdb\x11\x65\x8f\xb5\x83\xf3\x66\xf3\x97\x96\x79\xa6\x0d\x62\x98\xed\x6e\x09\xaf\x5b\x43\x29\x33\x85\x77\xd8\x7a\x7e\x61\xf1\x4e\x0f\xf9\xcd\x0b\xe5\xc2\x35\xc5\x87\x1f\x47\xb4\x74\x9d\xe8\x37\x6a\x2e\x62\x58\xab\xc2\x16\xde\x04\xc4\x44\x5f\x95\x94\x31\xfb\x10\x57\x88\x4d\x3b\x22\x77\x03\x71\xe9\x72\x4f\x7e\x8b\x66\xf6\xc2\xc8\x11\x49\x0e\x11\xc3\x87\x7a\xbc\xde\x9c\x78\xb8\x38\xe2\xe3\x4d\xe7\x89\x3f\xb5\x56\x6c\xbd\x6e\xef\x19\xf8\xf3\xc8\x0a\xcd\xd3\x6e\x3e\x7d\xbf\x8a\x97\x95\x55\x76\xfb\x7d\xeb\xbf\x9a\xb0\x6b\xcf\xa2\x19\x7a\x03\x79\xb1\x76\xdb\xcd\x66\xac\x1d\xf4\x9a\xb3\x34\x67\x93\xff\x8f\x21\xc1\xb0\x81\x0d\xf3\x66\x78\x0d\xad\x9d\x39\x9b\xa3\x87\x26\xd1\xe3\x1f\xfb\xaf\x20\xe8\xc2\xf9\x3c\x9f\xb1\xbf\xeb\x5a\x81\xd4\xbd\xca\xbf\x3a\x79\xb6\x58\x16\xe2\xd6\x70\x1b\x5b\x23\xa9\x2f\x17\x97\xb4\x47\x6d\x8d\xf1\x7e\x80\xb3\x7c\xf6\xaf\x58\xb3\xaa\x69\x63\xc0\x8c\xde\xf6\xdc\x8e\x8a\xaa\xd0\x9c\x1f\xf1\xd9\x6d\x85\xed\x11\x22\x3f\x85\x32\x05\xb6\x4e\x8d\xf8\xfe\x2b\x75\xf9\xc3\xf5\x3c\x91\x93\xfb\x9b\x16\xcf\x5f\x75\x29\xf2\xe8\x40\x46\x5c\xdf\x8a\xd8\x88\x33\x83\x49\x73\xc4\x93\x4b\x23\x84\x86\x04\xc2\xeb\x10\xe1\xe8\x04\xb2\x7f\x68\x8b\x08\x2a\x72\x30\xbc\x8e\xca\x5f\xcd\xf8\x21\xf6\x1e\xa6\x78\xea\xa2\x40\x2a\xc0\x8f\x5d\xa7\xd4\x75\x3b\x34\x46\xdc\x8c\xd9\x3f\xc5\x9f\x77\xf6\xf4\xbd\xfd\x6b\x97\x65\xc5\x6d\x3d\x93\x59\x98\x9a\x71\x7f\x61\xd1\xe3\x94\x9b\x29\xa3\xbf\xf1\xef\x1c\xbf\xc4\x67\xe9\xad\x1f\xf7\xb3\x53\x16\xb7\x26\xc6\xff\xdc\x9b\x71\x61\x61\xc9\xa2\x92\x7e\xc9\x65\x6b\xe2\x13\x16\x74\x0e\x88\x26\xac\x88\x55\x5a\xc0\x33\x28\x3e\x2f\x65\xbe\xd3\x7c\xa7\xc1\x3d\xb3\xcf\x21\x4a\x55\x49\x07\x73\xe4\x38\x31\xfc\x8b\x1b\x8f\xe1\xfa\x63\xce\x91\x9b\xbc\x7d\xd5\xb4\xf2\xcd\xa3\xd2\xc7\xba\x93\x7e\xca\x1c\x3d\x72\xe1\x7a\xaa\x8b\xb6\x8f\x4d\xea\xb7\xba\xbb\x4b\xbf\xa7\x57\xcd\xea\x3c\x25\x70\x5d\x2a\xdb\x30\xe4\x66\x95\x4d\xdf\xfc\x35\xdd\xa1\x67\x8b\xab\x7f\x8d\x5f\xf1\x39\x6c\xd9\xf6\xb6\x7e\xa7\x25\x7b\xc2\xf6\x6d\x49\x19\x30\x59\x38\x2c\x64\x53\x36\x0e\x9a\x47\xbf\x0e\x2e\x5d\x73\x65\x10\x23\x26\xcd\xb4\x5e\xf5\x7d\x68\x7f\xd0\x23\x44\x8d\x2c\x2a\x6f\x1e\x93\x0f\x43\xef\x5a\x72\xed\x5f\x9f\x5e\x1b\xc9\xcb\x78\x62\xd9\x4d\xf2\x86\x1a\x47\xf5\xaf\x93\x72\xe6\x79\xb1\x33\xea\xcb\x19\xab\x10\x23\xd6\x3c\xf5\x77\x77\xe2\x4b\x66\xcf\xf2\x6a\x79\xfb\xec\x92\x7c\xfc\x2b\x97\xb0\x67\x05\xfd\xaf\x16\xf0\xb8\x8d\x6f\x29\x1c\xa8\x9e\xa7\xe1\xde\x79\xf6\xe5\xa0\x6d\x94\xa3\x47\xfd\x91\xc3\x83\x5d\xe1\xc6\x9e\x43\xa5\x67\x87\xfc\x82\xf3\x3d\xd2\x8a\x67\xb2\x46\x4d\x4f\xf4\xb2\x2a\x48\x65\xc9\xfb\x35\xfe\xe6\x41\xeb\x19\x3d\x4e\x92\x9b\xfb\xbf\x16\x3f\x23\x77\x46\xdb\x36\xf5\x12\x7e\xd8\x58\x48\xed\xca\x6e\x1f\xc4\x91\x05\x00\x19\xe9\x88\xa6\xad\x2a\x21\x21\xae\xec\xa4\xe8\x42\x27\x01\x97\x25\xac\x23\x95\xe6\x3e\x23\xad\xbd\x58\x66\x1f\x62\xfd\xfc\x2c\xe5\xbf\x65\xb2\x5c\x3d\x4c\x2c\x15\x9f\x57\xb1\x8a\x5c\x65\xac\x36\xb4\xba\xb1\x8e\xba\xb4\x5a\xd7\x37\xd5\xb3\xee\x3a\xdf\xb3\xb9\x78\x66\x27\x8b\xe5\xa4\x63\x53\x5e\xfb\x98\x6d\x6f\x77\x10\x31\x29\x94\xe1\xc3\xe4\x26\x34\x2b\xf6\x29\xa9\x91\xf2\x7c\xe5\x57\x92\xaf\x73\xe1\x11\xe3\x87\x60\xec\x7f\x3a\xc3\x07\x16\xc8\x23\x9a\x88\xcb\x37\xf8\x25\x63\x6a\x68\xf6\xb4\x87\x0e\x83\x38\x7e\xeb\x24\xf3\x23\x16\x9b\xd9\xbd\x67\xf2\x2d\x58\x26\x2e\xec\x57\xef\x24\x2d\x65\x0c\x66\xe2\x51\x0c\xd3\x8b\x9c\x66\xf8\xb5\x16\xd7\x4e\x3d\xa1\xff\xf9\xa5\x34\x5a\xe8\xf5\x4d\x7b\xf8\x30\x1e\x63\xb4\x8f\x19\xa6\x5f\x0b\x47\x83\x69\x59\x88\xbb\xad\x18\x7f\x14\xf1\x53\xbe\x4c\xfb\x46\x6e\x70\x5f\x59\xfc\x77\x3c\x6a\x83\x35\xc5\x79\x7e\x88\x90\x01\x10\x3a\x80\xa8\xff\x7d\xdc\x41\x77\xc0\x6f\x33\xb4\x55\x0d\x6c\xc7\xe2\xad\x34\x11\xad\x1c\x33\x17\xac\x2f\x5c\x3d\xb5\xd3\x50\x11\xab\xeb\x04\xb5\x4b\xa7\x7d\xc0\xca\x17\x0b\x74\xf6\xe8\xde\x47\xc4\x57\xea\xbb\xb8\x7c\x43\xad\xad\xaf\x12\x51\x7a\xab\xc6\xc4\xb7\x0b\x10\x15\xe5\x30\xe3\x2a\xa9\x14\xfe\xe6\x53\x2f\xb9\x31\x7e\x75\x2f\xc3\x43\x6f\xff\x1d\x8f\x4a\x62\xf8\x40\x00\x1f\x45\xcf\x19\x88\x1a\xe7\x85\x26\x3b\x1c\x43\xf4\xf2\x50\x70\xb4\x7c\x8d\x18\xbf\x5c\xb9\xc9\x78\x1b\xe2\x5a\xc3\x49\xdb\xf5\xad\x10\x77\x6f\x9e\xcc\xab\x67\x8e\xec\x93\x8b\x54\xdf\xe9\xc8\x22\xde\xbf\xa3\x66\x34\x55\x06\xf1\x8b\xbb\xf2\xfd\x29\xbe\x1c\x7d\x64\x02\x27\xe6\x70\x70\xcc\x8c\x5e\xdb\x4f\x67\xff\xe4\x81\xd5\x4c\x1c\x2a\x8f\x89\x43\xa5\x32\x1d\xb0\x66\x5f\xa0\xe8\x9c\x46\xd1\x61\x31\xa2\xba\xa5\x40\xac\xa9\x27\xa2\xed\x7d\x31\x01\xc3\x32\xc4\x90\x57\x92\x0b\xf4\x3b\x11\x93\x7c\x65\xb5\xf5\x14\x11\xd7\xfd\x90\x0f\xd6\x4e\x43\x2c\x1c\x54\xf0\xd6\x78\x8d\x58\x55\x25\xf7\x59\x23\x03\xf1\x92\xa6\xa2\xe8\x14\x1d\xc4\x76\x2b\xf9\x4e\xf5\x6d\x88\x3f\x76\xca\x74\xdf\xf7\x67\x78\xa0\x0a\xc5\x9d\xe1\x14\x57\x15\x53\x8c\x3d\x44\xd1\xff\x2e\x45\x4b\xa6\x53\x99\xb1\x2a\xa2\xe2\xcc\x91\xc5\xd3\x12\x10\x8d\x53\x85\x46\xe9\x98\x22\x7a\xcf\x11\x19\xad\x65\x81\x18\x3e\x34\x56\x56\x4b\x00\x71\xf1\x15\xf1\x42\xf5\xb7\x88\x19\x82\xe2\xd6\x6a\x7e\x88\xb9\x1f\x24\x76\xa8\x5c\x46\x2c\x91\x1d\x37\x6d\xf2\x3d\xc4\x93\x8a\xe3\x5e\x4c\xac\x44\xbc\xac\x21\x96\xc3\xf9\x56\x37\xa6\xde\xd5\xdf\xf6\x5f\xc1\xc7\x68\xd6\xc8\xc9\x88\x3a\xab\x6c\xf6\x0b\x2d\x45\x34\x11\xf2\x76\x18\x27\x85\x68\xee\x10\xf3\x5c\x69\x18\xa2\x99\xc0\x86\xe3\x53\xf4\x11\x0d\x3f\xd4\xa8\xe9\x44\x20\x4e\x0b\x7a\xb8\x46\x37\x1b\x71\xda\x72\x74\xe5\xa0\x76\x3c\xbe\x52\x0d\xf9\x18\xa1\x1d\x87\x55\xea\xbb\xda\x7f\x6a\x07\x62\xa5\xfa\xec\x3b\xc3\x74\x6e\xe1\x16\x0d\xb7\xcb\xc7\x74\x02\xb0\x5a\xed\x79\x83\x8f\xce\x74\xac\x57\x2d\xfa\x1f\x7a\xa4\xeb\x1e\xe3\xa0\xd2\x1e\x03\xcd\x91\xaf\x10\x75\x36\x9a\xae\x12\x54\x41\xb4\xd0\xf5\xd8\x38\xde\x0d\xd1\x62\xeb\xdc\x04\xa5\x24\x44\x8b\xbc\x0d\x52\x5a\xe5\x88\x26\xc3\x8f\x58\xe9\xf3\x22\x1a\xc8\xb4\xcd\x36\x54\x42\xd4\x17\x44\x9d\x69\xaa\xfd\x2e\xba\x6a\x98\xa3\xb9\xa3\x4b\x5f\xcf\x1e\xbd\x74\xa4\x1e\x7a\xe9\xed\xc4\xe9\xda\xe5\xd7\x13\xa6\x8d\xc2\x88\xa9\xfd\xe7\xbd\xf5\x5f\xa1\x8f\x4e\xe2\x59\x61\xbd\x5f\xb8\x4d\x83\xf4\xfb\x72\x14\x61\xf8\x58\x0f\x45\x4d\x92\xe7\xa0\x32\x4a\xf7\xe2\xa8\x2d\xbf\x79\x99\x4d\xbd\xcb\x3b\xe9\xe5\x88\xb6\x7d\x51\xf3\x26\x7d\x41\xb4\x9a\xb8\xae\x5e\x3b\x1a\xd1\xf4\xe9\x91\x41\xa3\x77\x88\x86\x73\x9e\x5d\x33\xa9\x41\x9c\x76\x10\x6d\xf5\xc6\x7c\x99\x35\x6d\x2a\xea\xea\x05\x3c\xcf\xd2\x3f\xc1\x46\x83\x84\xdb\x99\x06\xab\x91\xd7\xc0\xf0\xd2\x3b\xc3\x05\x28\xa1\x7f\xb4\x7e\x99\x81\x2a\xfa\xeb\xb8\x1e\x4f\x31\xf8\x86\x51\xda\x8b\xfe\xe4\x85\x74\x3e\x04\x5e\x68\x14\x72\x50\x23\x4e\x73\x2d\x6f\x1b\xa2\xa9\xae\x81\xa1\x70\x30\xa2\xc3\x72\x87\x08\x99\x32\x44\x27\xab\x48\x5e\xb5\x49\x88\xb6\x27\xd7\xfc\xd0\xe7\xcc\x93\x7d\xed\x57\xb3\x1c\x44\xa3\x9e\x17\xdf\x2d\x83\xd8\xd2\x06\x4b\xd8\x1d\x46\x47\xdf\x7d\x30\x5c\xc2\xde\x67\xfa\xf5\xa1\xb5\xf1\x41\x76\xa2\xc5\x40\xcb\x69\x93\x50\xf6\x0e\xf3\xac\xc6\x21\x93\x2a\x76\x93\xa9\xf7\x89\x64\x93\x04\xe4\x35\x5c\x70\x78\x91\xa9\x34\xaa\xe8\xef\xfd\x73\x5d\xe8\x7a\x70\x50\x78\x99\x32\xe1\x23\xda\xcd\xaa\xa1\xa3\xee\x23\xda\x87\x6b\x97\x0b\x6d\x46\xf4\xb8\x60\x3d\x47\xfa\x31\xa2\xbb\xf4\xcc\x25\x53\x9c\x10\x1d\xf6\xac\x36\x37\xbc\x8b\x68\xd9\x74\x74\xa7\x8d\x3d\xa2\x49\xda\xbb\xe7\x76\xd8\x6b\x6e\xb2\x84\xf5\xce\x7e\xfe\xb3\xef\x66\x13\x58\x77\x1c\x6d\xb9\xbc\xb8\xd1\xd8\xe2\x27\x5b\xd1\xee\xdd\xf1\x0c\xcb\xf1\xec\x24\xab\x5b\x87\xdb\x2d\xe7\xb2\xcb\x2d\xcc\x4a\x43\x2d\x86\xd8\xdd\x26\xfa\x7f\xce\x87\x46\x31\x59\x9f\x6d\x0a\x3b\x87\x1f\x41\x34\x97\x55\x58\x31\x72\x2b\xa2\xb7\xa7\x9a\xe7\xe8\xcd\x88\x33\x9f\x1a\xb9\x49\x5e\x47\xf4\x53\xf0\xfd\xaa\xf5\x0b\xd1\xbd\x22\xad\xdd\x7a\x24\x5e\xb6\xb5\x38\xa6\xe4\x72\x04\xf7\x99\xf5\xf7\xe9\x7a\xdc\x7b\xfe\xdc\x72\x70\xe8\xac\x6f\xed\x8d\x4a\x1b\xd1\xa1\x8f\x3e\x4f\x1b\x54\x6d\x8f\xb1\x4c\xbd\x82\x8e\xae\xb1\x7b\xcc\xca\x75\x97\x2b\x6b\x71\x58\xc6\x7a\xe2\x12\x5c\xbc\xc6\x3e\x9d\xed\x68\x77\xb5\x70\x94\xfd\x0c\xf6\x66\xab\x1f\xbf\x79\xd0\xf0\x68\x39\xa2\x87\xc6\x7c\x41\x37\x0e\x3a\xbf\xe4\x51\xe6\xe0\xac\x26\x59\x55\x1e\x27\xc4\xd8\xa1\x29\xf7\xc6\xbe\x40\x9c\xa3\xec\x52\xaa\xa5\x8a\xf7\xa6\xa7\x25\xc5\x39\x29\xf6\xb9\x3b\x2f\xab\x19\x11\xb0\xeb\xdd\x74\xdb\x7d\x5f\x0f\x46\xde\x6b\xde\xe5\x34\x7f\xd0\x61\x56\xe4\xa9\x46\x97\xb6\xc1\x2b\xe1\xe2\x07\xd3\xdd\x87\x0f\x59\x04\x67\x14\x77\xb9\x67\x0e\x3d\xf6\xbf\x57\xb0\xc5\xdd\x98\x35\xdb\xeb\x47\xee\x80\xfb\x49\xd6\x71\xf7\xf8\xec\xa7\xee\x51\xec\x09\x8e\xbf\x7e\xf3\x20\x89\x6e\x51\x53\x0e\x9a\x9c\xa5\xfb\x3c\x97\x87\xa4\x08\x50\x5c\x1b\x2c\xb3\x7a\xd4\x20\xe2\x6a\x73\x53\x1d\x95\x95\x9d\xf3\x63\xb5\x22\x2e\xfa\x7b\xb4\x84\x84\x56\x17\x58\x2e\xe0\x39\xfd\xd6\xdf\xa3\xed\xdd\xb2\xc2\x92\x92\x80\xec\x7e\xd9\x25\xf5\x3b\x57\x06\x4d\x1e\x30\x8b\x37\xcd\xc9\x0e\xca\x1e\x94\x9d\xbb\x66\xdd\xe5\xa0\xf6\xc1\x97\x11\x9d\xab\x3a\x82\xb6\x0e\x65\xcd\x3c\x9f\xa6\x17\x98\xcb\x92\x9e\xbe\x2a\xf9\x7c\xc0\x7e\x56\x9e\xe7\x0b\x8e\x1e\x32\xf7\x09\x3f\x66\x78\x47\xe0\x2a\x8a\xc9\xaa\x14\xb9\xe7\x70\xea\x0f\x78\x29\x54\xba\x51\xc3\x48\xe1\x69\x63\x72\xfe\x0a\xef\x21\x2f\xe5\x9d\xe2\x2b\x73\x57\xaa\x24\x57\x64\x08\x2e\xf9\x76\xf1\x59\x56\x4d\xd2\xd6\x45\xdf\x7f\x5a\xac\xee\x59\xa4\xb6\xf0\xd1\xaf\xb7\xc9\x17\xe2\x4f\xc4\x5d\x1e\x50\x5f\x78\x39\xf6\x55\xac\xf1\xa0\xc2\x3c\x91\x18\xa1\x79\x9d\x43\x7c\xe1\x57\xe7\x5e\x99\xf3\x73\x28\x77\xa6\x73\x54\x5e\xd4\x1c\x96\x99\x6f\x17\xe2\xe8\xce\x91\xa3\xff\xe4\x41\x49\x0c\xff\xd8\x41\x6a\xcb\xb1\x83\x6b\x49\x25\x82\xce\xc6\x0b\xa4\x52\xc1\x15\xcb\x2b\xa3\xe4\x1e\x89\x88\xef\x3f\x72\x4e\xc4\x9e\xdf\x32\x67\xc9\xa6\xea\x98\x45\x31\x31\xfc\x11\x51\x95\x1f\xcf\xb4\x2c\x5e\x1e\xd0\x5c\xf2\xa0\xff\xee\x22\xd9\xc0\x49\x85\xb7\x07\x9e\xc5\x64\x05\xd4\xe4\xf6\x0c\xb6\x44\x5e\x0a\xdc\xbd\xa1\x68\xc8\x27\xe4\x71\xe0\xf3\x4c\xa1\xa1\xdb\x01\x5d\x01\x5d\x2b\xa7\xb3\xfc\x7c\x25\x67\x98\xa5\xb6\xb2\x1a\xdd\xbf\x23\xd2\x0e\x43\x88\x73\xf7\xff\xc5\x83\x3c\x4e\x92\xfc\xa0\x17\xc7\x5b\x48\x6d\xac\x2b\x77\x1f\x29\x70\xf0\x70\xfd\x4b\x4b\xc1\xe7\x00\xd9\xc2\xcf\xe5\x8d\x2e\xa8\xa5\x47\x9c\x78\xb4\x6c\xde\x28\xcf\xc7\xee\xcb\x1f\x18\x1e\x3d\x18\x98\x61\x1f\x79\x57\x78\x28\x22\xd0\xcd\xc1\xf3\xa2\xcd\xd0\x1b\xbf\x47\x4e\x7c\xc7\x45\x59\xc6\x3e\x22\xce\x76\x95\x0e\xac\xb5\x9e\xc2\xce\x0f\x8a\x03\x59\xed\xae\x56\xce\xb9\x85\x26\x6c\x4d\x47\x0b\xc7\xee\x3c\x64\xef\xb4\x36\x45\x0c\x1c\x41\xe5\x6f\x5a\xc3\xf0\x20\x92\x1f\xf3\x72\xe3\x2d\xe2\x07\x68\x91\x6f\x27\x79\xe4\x35\x71\x1f\xc9\x3c\xe5\xe9\x0e\x92\x8a\x27\x4b\xba\x11\xd5\x0e\x8d\xbd\xe1\xc3\x46\x8f\x90\x7a\xdd\x8d\x56\x36\x38\xa1\xe2\xa6\x99\xba\x71\x00\xf1\x73\xd4\x19\x1d\x7c\x77\x8c\x7d\xc7\xa4\xdd\xf8\xf8\xc3\x03\xec\xab\xa6\x59\x26\xde\x2d\xbb\xd8\x2f\x4c\x02\x4c\xb7\xd7\x77\xb1\x3f\x9a\x8c\x30\x1d\x79\x7c\x18\x4e\xd1\x1f\x34\x5b\x72\x68\x10\xb5\x0c\xa4\x11\x57\x1a\xc1\x1f\x79\xd2\x5d\x17\x6f\x11\x3d\xae\xe3\x0b\xe2\x9f\x3a\x65\xfc\x9d\xe8\xc9\x8d\x07\xa5\x32\x7e\xa1\x08\x45\xc4\x49\x5b\x46\x27\x39\x07\x23\x4e\x97\x9b\x78\xd0\xcc\x1d\xbb\x37\x1d\x9c\x12\xaa\xb7\x0e\xdf\x5c\x74\x98\xb2\x56\x97\x0f\xf1\xcb\x57\xf5\x87\x1a\x8d\x1c\xbb\x2e\x3f\x4a\x33\xf7\x43\x34\xe2\x84\x4c\x2d\xc7\xa7\x9b\x11\x95\x2d\xb5\xe2\x5b\x5f\x22\x5b\x59\x42\xeb\xc3\xe5\x78\x1c\x54\x1e\x8e\x48\x2b\x84\x7e\x0c\xbc\x49\x6a\x29\xdd\x91\x7f\x4d\xf8\xc8\xd9\x4f\x3f\xd7\xfd\xc9\xc3\xd6\x96\x51\x8c\x6a\xa4\xe8\xbd\x18\x51\x69\x23\xaf\xb3\xe5\x2e\x44\x97\x3c\xc9\xcb\x86\x35\x88\xc9\x32\x0a\x52\xda\x4d\x88\xc5\x21\x8a\xd7\xb4\x24\x10\x1b\x4d\x26\x8c\xd0\x48\x42\xec\x1a\xa6\x78\x4b\x75\x90\xa3\x8f\x64\x84\xbc\x2a\x07\xf9\x62\x14\x16\x7f\x96\x47\x14\xb4\x50\xac\x7a\x29\x8e\x28\x3c\xf0\xc5\xe4\x2a\xa9\xe1\xf3\x50\xbb\x8b\xd4\x8c\x6b\xb4\x1a\x24\xb5\x69\x4a\x9b\xa8\xbc\x6c\x26\x6f\x6a\x11\x93\x37\xed\xc7\x54\xe6\x34\xe6\x45\x1c\xad\x0b\x60\xa8\x8a\x68\x9d\x20\x22\x36\xb5\x02\x31\x7a\xa6\xd8\x7c\x8d\x95\x88\x1b\xf2\x24\x57\xab\x85\x21\x16\x37\x4a\x96\xa8\x9c\x41\x3c\xeb\x37\x7e\xf6\xe4\x3e\xc4\x47\xcd\xe3\xbd\x94\x33\x11\xfb\x0e\x89\xda\xcb\x57\x73\xf4\xe1\x17\x1d\xc1\x43\x33\xb3\x9e\xf8\x75\x92\x5e\xa5\x17\x35\x06\x88\x7f\xb0\x92\x19\xff\xad\x4c\x7c\x30\xa5\x8e\x99\x07\xa6\xe3\x9f\x53\x1c\xc5\xa9\x23\x10\x79\x55\x00\xa6\xb6\x20\x1a\xf3\x09\x3c\x54\x7b\x85\x18\xa0\x2c\xd8\x30\xe9\x2a\x62\x42\xa0\xd0\xa6\xc9\xde\x88\x6b\x23\x45\x7e\x4c\x9c\x85\xb8\xeb\x90\xc8\x7c\xa5\x8d\x88\xb5\x6b\x44\x44\x94\x7c\x10\xaf\x2e\x13\xd9\xa4\x60\x85\xf8\x82\x47\x48\x5d\x41\x10\x71\xe0\x8b\x40\x60\x73\xd9\x20\xa9\x69\x75\xb8\x8a\x7e\xff\x36\xe6\xf9\xd3\x18\x3f\xd9\xbc\xa5\x7f\x8f\x83\x19\xe3\x9f\x52\xf6\x47\x1c\x96\x06\x30\xb9\x1c\x51\x63\x03\xcf\xb9\x49\x7c\x88\xce\x5f\xf9\x8c\x94\x2c\x10\xc3\xc2\xf9\xfc\xe5\xf7\x22\x26\xac\xe0\x1b\xa7\x90\x88\xb8\xea\x98\x80\xb5\xc2\x0e\xc4\x7c\xff\xd1\x3d\xf2\xbf\x10\xcb\xf7\x0a\xa6\xc9\xce\x47\x3c\xbd\x86\xff\x93\x88\x1d\x62\x13\x53\x47\xdc\xed\xf4\xdf\x3c\xc8\x80\x41\xba\xdf\x0b\xea\x98\xe5\x70\x50\xde\xca\xcb\x8b\x67\x06\xe2\xe4\xee\x18\x3e\xa1\x62\x44\xd5\xdc\xf5\x29\x62\x6d\x88\x93\xc7\x1c\xec\x97\xd8\x8d\x38\x69\x42\xeb\xc3\x71\xc7\x11\x95\x8b\xfb\xdd\xc5\x26\x21\xca\x4f\x44\xe4\x37\xef\x5e\xa3\x74\x03\x51\xa4\xe8\x79\xd8\x84\x71\x88\xa2\xa3\xee\x8e\x9b\x10\x80\x28\x7a\xaa\x65\xbb\xd2\x4f\x44\x51\x95\xf3\xb7\x94\xb4\x10\x45\xba\xfe\x17\x1f\xd3\x5f\xf9\x27\x0f\x91\xe9\x36\xdf\x35\xbc\x13\x51\xf9\x99\xc7\x5a\xbe\xf3\x88\x6a\x1a\xd1\x0e\xc2\x0f\x10\xa7\x98\xac\x9f\x31\x2e\x13\x51\x55\xf5\x50\xe5\x78\x5f\xc4\x49\xaf\xef\x0c\x49\x3e\x42\x54\xb1\x46\x1c\xc7\xf3\x2b\x51\xe9\x1c\xe2\x18\xf5\xb7\xc6\x13\x9b\x11\xc5\xfa\xdb\x4c\x95\xe7\x23\x4a\x6c\xbb\x25\xa5\xec\x87\x28\x91\x7e\xb9\x73\xe2\x5d\x44\xf1\x1d\xe7\x7c\x27\xc6\x20\x8a\xed\xfe\x53\x8f\x7f\x78\x10\xb5\x7b\xef\xd4\x28\x3f\xdc\x6c\x70\x7e\xa4\x12\xa2\xca\x03\x97\x45\xfc\xcd\x88\x5a\xbd\x51\x87\x45\xef\x21\x6a\xae\x5d\xf3\x7e\x7c\x02\xe2\x94\xe2\xc3\xc7\xe4\xc6\x20\xaa\x56\x3f\x7c\x26\x6b\x84\xa8\xaa\x85\x28\x99\xfd\xd9\x6f\x72\x0c\xa2\x64\xe0\x8b\x68\x95\x74\x44\xe9\x29\x77\x6f\xa9\xae\x42\x94\x69\xbf\x1a\xaf\xea\x8e\x28\xa3\xd0\x90\xa8\xba\x0f\x51\xfa\xc5\x89\x0a\x35\x03\x44\xe9\xdb\x7f\xf2\x20\xee\x38\xa8\xc6\x71\x90\x2f\x75\xc2\x67\x0e\x4e\x36\xd1\xee\x19\x25\x8e\xa8\xed\x6c\xdb\x20\x24\x80\xa8\xf3\x34\x34\x58\x6c\x11\xa2\x8e\x5a\x66\x9a\xcc\x55\x44\xcd\xdb\x55\x86\x8a\xc6\x88\x53\xca\xdb\x0c\x94\xbc\x10\xd5\xba\x11\xa5\x1f\x74\xa5\x6a\xd8\x20\x4e\xf0\x78\xd8\xa0\xf1\x1d\x7f\x4c\xcc\xba\xe6\xab\xe9\x86\xdf\x27\x3a\x34\xce\xd5\x34\x47\x54\xea\x3b\x79\x5f\xa3\x1b\x51\xd1\xb5\xfa\xb3\xc6\x03\x44\xf9\x6f\x7f\xce\x07\x1d\x07\x58\x29\x47\xe2\xa7\x32\x99\x32\x8b\x87\xb9\x21\x4e\x29\x51\xf3\xe5\xf0\x43\xc3\x03\x86\xbd\xc2\xfe\x88\x46\x27\x83\xa6\x49\xee\x42\x34\x38\x92\xb1\x4c\x49\x17\x51\x57\xab\x3a\x52\x45\x02\x71\x6a\xf0\x4b\x25\xd5\xa5\x5f\x42\xb4\x9e\xe3\xab\xc9\x8f\x9f\xc4\x69\xb7\x61\xd1\x14\x8d\xeb\x6f\x74\xc7\x62\xae\x86\xca\xf9\x61\xba\x2f\xb1\x70\x4a\xed\x89\x27\xba\x3f\xf0\x98\x5a\xc3\x21\x6b\xdd\x37\x78\x47\xc5\xa2\x6c\x93\x4e\x30\x7e\x9d\xf8\x84\xc4\x09\x0f\x50\x3d\x26\x74\x92\x71\x38\x3c\xf6\x1a\xe1\xa7\x0f\x05\xbf\x72\xd0\x54\x41\x6e\xec\x88\x00\x44\x3b\x33\x9d\x29\x42\xbb\x11\x6d\x35\xbc\x62\x64\x6f\x23\x9a\xfb\x2d\xbf\xa5\xe2\x8a\x68\x50\x70\x44\x4c\xab\x06\x51\x4f\xba\xa7\x51\xbb\xe2\x59\xa7\x21\x2f\xfb\x96\x71\x5a\x73\xa2\xb1\x3c\xfb\xae\x09\xef\xd9\x2e\x93\x64\xf6\x5b\x63\xdb\x9a\x89\xa6\x8b\x91\xdf\x70\x67\x85\xba\xf1\x1e\x0c\xd7\x59\x52\x1c\x62\xac\x8c\x9b\xb4\xc4\x77\xbe\x34\x6e\xc6\x7d\x1a\x39\x7f\x8c\x03\xe9\xc5\x84\x28\xbb\x76\x78\x1b\xf1\x4f\x31\xf9\x18\xdc\x73\x78\xe0\x1e\xe5\xf9\xfc\x0f\x10\xfd\x26\xd9\x8e\x95\xd7\xfc\x25\xef\x2c\x95\x60\xa5\x27\xfb\xe6\xa0\xf5\x60\x29\x58\x97\xb6\x75\x9b\x5f\x7a\x2e\xed\x1c\x7d\x89\xdf\x7a\x1c\x6b\x83\x9b\x7d\xed\x0d\x5b\x3d\xd6\x3b\xa7\x87\xe5\xc5\xb6\x9f\xd8\x06\xf6\xd6\x45\x32\x76\x17\xd8\xc9\xd6\x03\xdb\xf5\xec\xa4\xd9\xf7\xcd\x4a\xb7\x78\xd8\x6d\xc4\x61\xc6\x3d\xeb\xaa\xed\x36\xa2\xae\x01\x39\xc5\x4b\xd3\xfe\x30\x2c\x2a\x8f\x6b\x7f\x7d\x9e\x31\x76\x58\x96\xf1\x8b\xc4\x09\x54\x02\xf4\x84\x2e\xf2\xd5\x7b\x21\xeb\x70\x57\x3b\xe2\xf0\xcc\x12\x5b\xde\x7a\xc7\x00\xad\x2d\xdf\xfc\xb3\xab\x33\xbd\xcf\xb6\x2c\x09\x7b\x53\x7c\xdf\x7b\xf7\x60\x7b\xf8\xbd\x6d\xcb\x7d\x7e\x0c\xd5\x06\x5a\x64\x6f\xf4\xcd\x61\x69\xfa\x19\x66\x4d\xf6\xa9\x61\x35\xb8\x27\xa7\xed\xf2\xb1\x64\x6b\x38\xde\x5a\x6e\xe4\x55\xc6\x5e\x63\xb3\x7f\xc9\x1a\xcf\x20\xf6\x63\x73\x72\xab\x83\x27\x9d\x23\x47\x75\x02\x95\x47\xab\xc0\x23\xc6\x33\xf9\xb9\xb4\x46\xd5\x07\x77\xca\x87\x6e\xaf\xc9\xcf\x50\xb6\x13\xf7\xae\xfd\xb9\x5e\xc8\xcd\xd3\x3c\x39\x47\x7f\x69\xcc\x32\x97\xc8\x45\xcb\x7f\x2c\x74\x3d\xee\x13\x17\xb2\xf0\x7a\x6c\x7d\xbf\xd5\x42\xb7\x58\xd1\x98\xd3\x83\xe9\x51\xa7\xe7\xb5\x47\xff\x1c\xb2\x0f\x8d\x9a\xc3\x8e\xca\x63\x81\x7f\xe1\xec\xaa\xc8\x55\xac\xbd\x9e\xe3\x22\x0f\x84\x4f\x61\x0b\x39\xfb\x84\xf3\x86\xae\x67\x87\xdb\xad\x41\x14\x66\xf2\x60\xed\x98\xbc\xe8\x05\x93\x28\xd2\x1a\x58\x5d\xd9\xb4\x22\xf0\xcd\x95\xb4\x1b\xc6\xa9\xd0\x53\xaa\x52\x3a\x00\xf9\xbd\x55\x45\x16\x22\x5a\x4b\xe3\x5d\xf7\x2f\x9e\x6f\xe0\x27\x11\x5c\x51\x34\xf6\xd0\xc4\xe0\x32\xdf\xb5\xbb\x9e\xf7\xbe\x0d\x59\xeb\x5b\x9c\x3b\x71\xa8\xcf\xff\x81\x4f\x4f\x76\x26\x2b\xd3\x6b\xa3\xcf\xbb\x4c\x43\x56\xaf\xab\xb7\x6f\xc9\x0a\x03\xf6\x34\xc7\x46\xef\xd6\x64\x2f\xf6\x76\xeb\x7e\x6f\xa1\xc5\xa3\xd9\x6f\xcc\xce\x23\x1a\xf6\x33\xe3\xcf\xe8\x93\xe3\x42\xce\xff\x3b\x69\xc7\xd9\x9b\x02\xa7\x48\x0d\xb8\xe3\x35\x4d\x84\x37\x16\x0c\xde\x22\xf7\xb8\x56\xd8\xde\x3c\x38\x35\x48\xc6\x26\xe0\xcb\x55\x93\xf0\x03\x66\x73\x1c\xcb\x2f\xb7\x1e\x58\x67\x97\x6a\x19\x75\xc9\xe3\xc3\x2d\x7b\x59\x2b\xde\x53\x3f\xd8\xcb\xac\x17\x5b\x0b\x1e\xae\x65\x97\x5b\xaa\x5b\x17\xef\x5f\xc1\x7e\x61\x36\xd2\x46\xbe\x50\x0d\x05\x8d\xbd\x6c\xd4\xb7\xcd\x42\x43\x83\x05\xd6\xd3\x37\x5e\xc4\x05\xba\x8e\x88\xc1\xc5\x7f\x3e\xff\xfb\xd6\x43\x24\x3f\xfb\xf6\xe8\x06\x12\x27\x3b\x3d\xee\x3a\xa9\xd9\x5b\x5c\xf3\x88\xe8\x91\x25\xfa\x9a\xc4\xef\xe6\x94\x76\xeb\xca\xf6\xf0\x06\x3b\xd4\x7e\x38\xec\xdb\x3b\x31\xd9\x50\xea\x83\x5d\xc1\x1b\xf5\x19\xda\xba\x1f\xc6\xbf\x62\xab\x87\x4f\xc5\x67\xa3\xf0\x85\xca\x7c\xed\x98\x9b\xb7\xb0\x4d\x65\xb6\xce\xdd\xf3\xef\xb0\x55\xd5\x55\xf7\xde\x89\x4d\x78\x57\x95\x47\xb7\xac\xca\x10\xdf\x4c\x96\xd4\x3b\x5d\x7a\x0f\xdf\x4d\x16\xe1\xce\xff\xa7\xb4\x83\xa4\xf6\xdf\x1d\xf7\xf3\xa4\xf2\x6c\x5d\xcf\x1d\x52\xeb\xaf\xac\xfb\x39\xa9\xd8\x99\x73\xa2\x9b\xcc\x4f\x62\x40\x3f\xa9\x48\xe7\xcc\x39\xff\x1f\x07\x30\xcc\x43\xb4\x1d\x12\xe9\xd2\x58\x8e\x98\x55\x3c\x2e\x7f\x72\x31\xe2\x65\x57\xc9\x2d\xca\x0f\x38\xf6\x7c\xac\xb4\xd2\xd3\x2f\xd3\x10\xc7\xd8\x4c\x28\x79\x21\x85\x38\xf6\xfa\x84\xe8\xbb\xf7\x10\xc7\x7e\x9b\x38\xf2\xea\x57\x44\xd1\xab\x13\x3d\x1a\x2e\x22\x8a\x76\x7e\xeb\xa5\xe3\xff\xc8\xa0\x89\xcc\x4f\x63\xe1\x7d\x92\x2f\x74\xb0\xaf\x93\x74\x5c\xdf\x69\xd6\x4b\x02\x78\xab\x99\xce\xc7\x5c\xfb\x6f\xf8\x92\xa2\x86\x39\xa2\x89\x26\x7f\xaa\xf2\x43\xc4\xf8\x78\xc1\x9d\x4a\xc6\x88\xfb\x27\x08\x57\xc8\x1f\x46\xbc\x26\x2b\x24\x21\xe7\x8f\xf8\xe9\x2c\x7f\xba\x50\x1e\x93\x01\x7e\xf1\xe7\x63\x0e\x0e\x3f\xf6\x86\x64\xb8\x0c\x1b\xdb\x76\x99\x83\x6d\xf3\xe9\xf3\x37\x59\x3f\x22\xeb\xe0\xc8\xb9\x37\xa4\x46\x6a\x91\xcd\x2f\x52\x81\x70\xfd\x6e\xc6\x1f\xb6\x81\xe1\x61\x9b\x29\x6a\xdd\x63\xec\x7f\x3e\xa2\xf6\x59\x9e\x45\x72\x5f\x11\x43\x3d\x46\x89\xcb\xdd\x40\x5c\xb7\x97\x5f\x4d\xa6\x17\xb1\x7c\x3f\xdf\x55\xe9\x57\x88\x17\xd6\xf0\x1e\x94\x09\x45\x7c\xd9\xc7\x1b\x2e\xc4\x21\x16\x2b\xe0\x8f\xcc\xf4\x5f\x5b\x38\xd8\x6c\xfe\x88\xf0\xdf\xa3\xa5\xef\xc9\xb9\xe5\xc0\x3e\x36\xa9\x7c\xba\x79\x1d\xfd\xad\xa5\x1f\x29\x86\x32\xf7\xe8\x6c\x6b\x18\xf9\xbf\x28\xca\x6b\x21\x4e\xde\x3b\x7c\x2f\xaf\x2a\xa2\x95\x1e\x00\xbf\x2a\xdd\x71\x46\xc6\x23\x66\x98\x01\x40\x30\x62\x7e\x1b\x00\xcf\x4c\xc4\x1a\x1b\x00\x1e\x1e\xc4\xe6\x04\x80\x91\x45\x88\xaf\xd3\x7e\xeb\x73\x6a\x5f\x37\x59\x17\x65\x4c\x9e\xd2\x56\x26\x4f\x7a\x39\xe3\x17\x8b\xde\xc5\x8c\x03\x53\x79\xd7\x94\x89\x8f\x29\x58\x51\xe4\x69\x41\x14\x7e\x03\x30\x8c\x07\x51\x87\xd9\x71\x7c\x1e\x02\xc0\x34\xc4\xf9\xbc\xf4\xf3\x0a\x6f\x00\x08\x42\xdc\xe6\x07\x00\x25\x88\x65\xe7\xe9\xcf\xcf\xf2\x73\x16\x3e\xe2\x0d\x2e\x0f\x82\xff\xcd\x83\xb8\x68\x96\xc0\xfc\x1e\xe9\xc3\x33\x4c\x2c\x2a\x96\x83\x23\x94\x56\x2f\x26\xfc\x40\xfc\xc0\x0b\x0e\x8e\x5c\x7d\x35\x94\xfc\xfc\xf0\xe7\xdb\x00\x83\x4c\x6f\xb3\x8f\x96\x14\x3b\x98\x1e\x15\xf7\x2a\x28\x5e\x67\x7a\x5c\x5d\x68\xa1\xc8\xf9\xcf\xa9\xe3\x6f\xfe\xc1\xb5\xff\x5a\x4e\x7f\xfa\x45\x86\xf1\x38\xfb\x11\xb9\x41\x91\x6b\x89\x3d\x7c\xb1\x5a\x8a\x83\xa3\x57\x94\x95\x11\xbf\xc9\x98\xeb\x44\x26\x8f\xf8\x8f\x32\x80\xbe\x6e\x20\x37\x23\xdf\x98\xd1\xef\x68\x73\x80\x33\x1c\xbc\xed\x43\x3f\x5f\x16\xa6\x58\xbf\x02\x8e\x73\xf5\x70\x9c\xf6\xf7\xf3\x73\xed\x1e\xf5\x43\x80\x87\x0e\x89\x3f\xf0\xf8\xda\xfa\x12\x9e\xe8\x12\x76\x8f\x83\x22\x87\x56\xe5\x73\x50\xda\xaa\xe2\x17\x07\xc7\x4e\x6a\xdd\x45\x7e\x9e\x86\x61\x00\x9f\xfd\x78\xc9\x4c\x76\x28\xf1\x7d\xe0\xe0\xfd\x15\xa3\x7c\x89\xfc\x3d\xd2\xf7\x11\xf9\x34\x1a\x3f\xf0\x55\x93\x75\x31\x5e\x50\x86\xab\x07\x77\x3e\x34\xf6\xff\x69\xff\x01\xe4\x49\x9e\xcc\xb0\xc4\xc9\x44\x8f\x31\xe6\x66\x44\xae\xec\xd4\x10\x9b\x91\x6d\x88\xb2\x7a\x19\x77\x79\xfd\x10\xa5\xbf\x55\x9a\xf0\x76\x21\x4a\x1d\x7f\x20\xc2\xb3\x08\x51\x82\xdc\x0c\xe8\xbc\x27\xb3\x1f\x91\x6f\xf7\xdd\xb5\x72\x71\x88\xa3\xdf\x37\x2f\x97\xcf\x46\x14\xca\xae\xbf\x2e\x9b\x83\x28\x70\xfe\xc4\x7a\x39\x73\xc4\xd1\x89\x55\x12\x72\x27\x11\x47\x9f\xfa\x73\x1c\x26\x0f\xff\xd3\xfe\x73\x51\xd4\x54\x9e\xe8\x21\x37\x57\x5f\x7f\x84\x0a\xa2\x52\xd1\x74\x1b\xde\xa3\x88\x8a\x7d\x2b\xaa\x46\x87\x21\xca\xe7\x1d\x54\x15\x2c\x41\x94\x3b\xfe\x2c\x75\x74\x4f\x6f\x81\xc2\x1b\x44\xa1\x75\xf7\xb3\x26\xee\x44\x14\x5f\x7a\x85\x7f\xd2\x47\x44\xc9\xcc\x3a\x1d\xe5\x1d\x88\x12\xe2\xb5\xb7\x26\x5e\x46\x14\x9b\x79\xd0\x6d\x62\x34\xa2\xa8\xd3\x01\x85\x89\xc7\x11\xc7\x7e\xff\x2f\xff\x00\x18\xf9\x80\x83\x42\x09\x40\xd6\xb1\xd2\x52\xc1\x97\x1c\x54\x6b\x50\x49\xe5\xb9\x80\xa8\x31\xce\xd5\x54\x50\x01\x51\x7d\xec\x32\x45\xd1\xa0\xa1\x5f\x93\x47\x55\x3e\x1d\xc7\xff\xe5\xee\x64\xd7\x67\xe7\xa4\xd7\x3d\x1b\xaf\x6e\x82\x28\x7f\xfb\x62\x96\xa6\x04\xe2\x04\xc9\x13\x86\x9a\xcd\x88\x4a\xfe\x87\x77\x6b\x4d\x47\x54\xac\xdd\x7f\x42\x6b\x36\xa2\xfc\x87\x5d\x5f\xb4\xa6\x21\xca\xf9\xe7\xa3\x86\x37\xa2\x14\x99\x3b\xb9\x60\x2a\x9f\x87\xcc\x0b\xdf\x46\xfa\x56\x4d\x1a\xa4\x68\xc8\xbc\x65\xb6\x0f\xc5\x1e\x03\xb0\x6a\xcc\x5b\x4c\x4f\x89\xfa\xbc\xbd\x69\xfa\x7a\xde\x1a\xa5\x8f\x8f\x17\x18\x39\x15\x8e\xd7\x0c\xbf\x99\xa6\xbf\xeb\xc6\x7b\xbd\xcd\x17\xb5\x0d\x83\x71\xc2\xb4\x8e\x43\xf7\x8d\xb3\xd0\x5b\x37\xa3\xf8\xb8\x49\x26\x26\x68\x27\xee\xec\x36\xbe\x88\xfb\x35\xb2\xb7\xf6\x1b\xe7\xe1\x79\xb5\x0f\xd9\x17\x8d\x4d\xb1\x4d\x65\x46\xe6\x5c\xc3\x87\x88\x13\xa7\x71\xe4\x0b\x32\xe3\x40\xe5\xa9\xca\x50\xb4\x1e\x4e\x71\x3a\xa9\x98\xde\x57\x17\x41\xce\x7d\xcf\x1e\x46\xec\x98\xf2\x58\xb4\xa8\x69\xc0\x5f\xca\xcf\x4d\xe7\x5e\x6d\x89\xe7\x9b\x35\xb1\x56\x5f\x4a\xc4\x5d\x1e\x9c\x3d\xed\xf4\x64\x37\x8f\xb3\xc1\xf7\x17\x2e\x2b\x37\x5b\xb9\xa8\xb3\x17\xda\x86\xad\xee\x72\x55\x60\x37\x5a\xdc\x5c\x71\xc9\x65\x16\xf2\x19\x63\x4a\xba\x53\x01\xda\xeb\x2f\x5d\xdc\xe5\x94\x85\x8b\x74\x9e\x2f\x34\xb1\x7f\x8b\x87\x34\x0e\xfc\x96\xaf\x58\xfb\x37\x0f\x89\x20\xe3\xf0\x69\xe9\x12\x52\x01\xf3\x51\x3e\xed\x3c\x7e\xde\x64\x8d\xbb\x4c\x0d\xff\xd2\x92\xbb\xa9\xcb\xec\x1a\x34\x22\xd6\xea\x2e\xa8\x5e\xe8\xe5\x96\x9c\xf8\x76\xee\xfd\xf2\xb1\xfe\x56\x31\x27\xa3\x54\x3a\x8d\x02\xbe\x46\x69\xcf\x8a\x66\x2d\xf1\x56\xe4\xf2\x9d\x30\xdf\x90\xd5\xec\xd5\x36\x73\x82\x3f\xce\xf4\x63\xdf\x36\x0f\x0d\x1e\x1d\xf0\x11\xf9\x8c\xe3\x03\x96\x4e\xbf\x8c\x01\x7a\x02\x88\x62\x05\x7f\x3f\x3f\xad\xe8\xfb\xde\x8b\x56\xfc\xbe\x6b\x93\x43\xfe\x51\x57\xb4\x8b\xf8\x3d\x0e\x0c\x95\x8e\xe4\x13\x04\x58\xb7\x7a\xef\x11\xfd\x04\x05\x9f\x39\x87\xb6\x77\x44\x7e\xb3\xbc\x3f\xfd\xd2\xb6\xe1\x7b\x2e\x3b\xf2\xbb\x8b\xe7\x2c\x6a\x0b\x70\x52\x70\xdd\xb0\xe1\x2e\x7b\x8b\x8d\x8c\xab\xe6\xaa\x87\xec\x57\x66\x1f\x5c\xce\xa4\xb6\xa1\x9c\xd1\x0b\xd7\x11\x49\x43\xe8\xac\x9f\xef\x2a\x1e\x3f\x1d\x17\xe9\x2a\x3b\x2f\x9d\x7f\x02\xf7\x68\x99\x21\x1a\x07\xfd\x29\xff\xa3\x4e\x16\xf1\x4f\xdd\xbd\x5d\x40\xce\xff\x75\x9f\xcb\x89\xfc\x92\x8e\x5a\x92\xaf\xbc\xbe\xbb\x8e\xf8\xef\x16\x08\x35\xb4\x28\xef\x1f\x33\xcc\x63\xf5\x59\x87\x19\xba\xea\x5d\x96\x6e\xa7\x5e\xe4\xa3\x0e\x9f\x61\xe1\x09\xf6\xbd\xad\x3a\x4f\x0c\x65\x8e\x78\xe1\x76\xcd\x1a\x23\x85\x03\xa7\xf1\x90\x86\xb6\x91\x40\xa1\x3f\x5e\x57\xf3\x37\x0a\xcc\x0d\xc1\x17\x2a\xb3\x8c\xba\x37\x34\xe0\xe7\x49\xad\x46\x75\x59\x41\x88\x13\xdf\x22\x86\x91\x38\x50\x4f\x27\xad\x15\x7a\x0f\x8b\xc8\x3d\xad\x73\xf3\xaa\x89\x7f\xac\xbc\xe8\x2c\xe1\x3f\xb9\x96\x57\x48\xcd\xf2\x25\xda\xad\x44\x0f\x3f\xb3\x36\xd3\x31\xcb\x00\x8c\x9a\x9e\xa4\x38\x9d\x1f\x37\x7a\xca\xed\xc7\xfd\x1b\xda\xa4\x47\x4c\x8a\x7e\xec\x78\xa3\x56\xaa\x64\x92\xc2\x9d\x53\x88\x12\x27\x26\x7d\x6f\x8a\x45\x1c\xb7\x59\xe5\xe6\xa9\x57\x88\xe3\x9d\x55\xfc\xaa\x5e\x20\x8e\x6b\x50\xf5\x2a\x1d\x8f\x38\xee\xab\xca\x8d\xdd\x79\x88\x12\x0e\xdf\x6b\x68\x0f\xdf\x47\xb9\x94\x87\x36\xe2\x51\xc2\xc3\x0e\x1b\x5c\x20\x5d\x0b\x77\x7e\xbf\x71\x00\x48\x6f\x81\xc7\x44\xaf\x39\x89\xb4\x43\x85\xf9\x8d\x2f\xa4\x62\xaa\x22\xf6\xff\xd2\x99\x3f\xb2\x4c\xea\xe2\x90\x52\x0a\x6b\x44\x85\xa4\x06\xeb\xf1\x85\x3c\x80\xb1\x86\xbf\x96\x70\xd6\xde\x18\xb9\xd7\xc4\x32\x0b\xba\x3e\x22\xb9\x8c\x02\x67\xae\x93\x18\xba\x8c\x64\x43\x38\x22\xdf\x70\x7e\xeb\x53\x73\x38\x9f\x9f\x76\xec\x23\x95\xe2\x2f\x25\x9d\x22\xbd\x17\x6a\x44\x2e\x93\xce\x08\x7b\x9a\xef\x91\x3c\xee\x0d\xf8\x9c\xdc\x67\x4b\x9a\xf7\x9e\xf8\xef\x82\x12\xfb\x48\xa5\x52\x1d\x26\x3f\x57\xb0\x19\x51\xfa\x2b\x00\xff\x4c\xc4\x70\x2d\x3a\xc3\x3b\xc3\x01\x86\x4d\x40\xbc\x99\xc8\xd8\x75\xc2\x24\xfb\x98\x1b\xdf\x5d\x31\x14\x1f\xe7\x50\xbc\x45\x3c\x4e\xcd\x29\x27\xc9\x39\xe5\x98\xc7\x55\xd2\x0b\x61\xdf\xf2\x47\xa4\xd7\x43\xce\xc2\x97\xc4\x6f\x96\x0e\xbd\xa4\x92\x70\x2c\xe9\x8c\x09\xe0\xfe\x98\xfe\xb5\xaa\xe0\xef\x37\x4d\xe8\x34\x45\x97\x4f\x8c\x9d\x77\xa3\x78\x90\x39\x09\xb5\x30\x91\xd0\xee\xd9\x7f\xf2\x9f\x6f\x4c\x04\xb4\xeb\x15\xb1\x33\x51\x94\x07\x97\xcf\x7a\x46\xe4\xed\xf8\xf8\x81\xf8\xc5\xd6\x56\xf5\x91\x4a\xcf\x89\xcc\x3d\xba\x10\xc6\x1f\x63\x33\x86\xa2\x62\xed\x6f\x3d\x46\x33\x11\x78\x73\xc6\x13\x4c\xab\x77\x23\x6e\x62\x76\x82\x72\x86\x97\x50\x0f\x2c\xe2\xf3\xed\x7f\xea\x43\xb1\xb2\xf5\x19\xe1\x9f\x85\x9f\x3e\x11\xff\xe0\x66\x6d\xda\xa9\x86\xeb\x8f\xe2\xc6\xe5\xbc\x99\x7c\x6d\xfd\x67\x14\xa5\x7b\x7e\xeb\x31\x2a\x8c\xe2\xb4\x54\x8a\x81\x7a\x14\x97\x4e\xf9\x5b\x9f\x12\x26\x53\xef\xcc\x6b\x8a\xb7\x9b\x29\x7e\x78\xcb\xd8\x7d\xcb\xbf\xf9\xc7\xbf\x79\x10\xd7\x1e\x73\x4e\x7a\x1c\x8c\x66\x7e\x3f\xd3\x85\xe2\xfe\x3c\x86\x53\x30\x7c\xa9\xfb\x2b\xc0\xf7\x53\xf4\xdf\x2f\x99\xbf\x7d\xc4\xf4\xfe\xbd\xc9\x70\x9d\x4b\xba\x14\xeb\xaa\x7e\xf3\xa0\x7f\xf3\x30\x9d\x05\x7f\xa3\xe1\xb0\xbf\x79\xdb\xac\x4f\x14\x57\x31\x1c\xeb\x00\xc3\x97\x9a\xeb\x28\x7e\x69\xe5\xec\x03\xf4\xdf\xed\xcc\xef\xde\x61\x7a\x84\x35\xef\xa3\xd8\xc8\xc8\x3e\x99\xf9\x5b\x8f\x7f\xf2\x61\xbe\x50\x54\x57\xa6\xa8\x16\xff\x37\x2f\xb3\x7d\x41\x31\x74\x3b\xc5\x74\x46\x2f\xce\x78\x73\xf0\x1a\x8b\xe2\xc0\x27\x80\xb7\xa5\xf4\xdf\x0f\x35\xe1\x2f\x1e\x78\xbe\x86\xe2\x99\x8b\x14\x6b\x5c\x7e\xeb\xc1\x1d\x07\xae\x5c\xf9\x37\x14\x65\x46\x53\x9c\x58\x09\x7f\xe4\x53\x01\x04\x84\x50\x5c\xce\xfe\x5b\x0f\xce\x0e\x37\x74\x9d\xfe\xbb\xc3\x83\xe2\x0d\xa6\x97\x60\xd3\xc4\x7f\xc9\xdf\xca\x61\xf2\x00\x15\xcd\xbf\xf5\xe0\xf2\x0f\x69\xe6\xb9\xc7\x58\x50\x14\x84\xbf\x79\x09\xf7\xf7\x3c\x99\xb9\x5d\x2a\x01\x80\x83\x00\x25\xb3\x00\x58\x72\x00\xf7\x6e\x02\x7c\x51\x85\x93\x9c\xff\xef\x6e\xdd\x68\x12\x99\x3f\x9f\x27\x48\x3c\x9d\xa7\x16\x0b\x92\x1d\xa7\xea\x8b\x00\x89\x91\x96\x8a\x08\x64\x72\x70\xaf\x05\x9f\x39\x57\x0f\x2e\x0f\xfc\xdb\xfe\x73\x71\x18\x63\xff\x46\x87\xc9\xa6\x72\x70\x4c\x8b\x5d\x1e\xc0\x40\x8c\xd8\xf9\x45\x77\x00\xba\xdb\xc7\x3f\xdd\xbb\x7a\x84\xca\x2b\x31\x29\xe9\x1b\x0b\x78\x95\x9f\xd6\x49\x5f\x40\xe4\x4d\x6c\x94\x52\xf0\x46\x14\x5e\x70\xc4\x54\x71\x2a\xa2\xf0\xbd\xb2\x12\x45\x5d\x44\x61\x87\x3d\x6b\x14\x1d\x10\x85\x0e\x6e\xf7\x56\x14\x42\x14\xbc\xbb\x55\x59\xfe\x1d\xe2\x68\x83\xff\x5b\x3e\xed\x0d\x84\x28\xcf\xbc\xfd\x13\x9f\x8f\x7a\x0c\xf0\x51\x5d\x7d\x83\xde\x37\xfe\xe3\x8f\x2f\x6a\xea\x85\x37\x8a\xad\xbf\x56\xa7\x11\xb1\xf9\xb5\xcc\xb1\xf3\x67\xd4\x1b\xeb\x13\x15\x7e\x9c\x95\x52\x67\xf5\x46\x2b\x7c\x2f\x8f\xd1\x2a\x46\x54\x54\x2e\x18\xa1\xd5\x81\x28\xb7\x6d\xeb\x6e\xad\xbb\x88\x32\xdf\xd6\x5d\xe4\xd8\x56\xa9\x05\xab\x1f\x6a\x28\x20\x8e\x73\x5c\xe1\x37\x45\x1e\x51\x5c\xfe\xbf\xf2\x25\xde\x50\x9c\x4a\x3a\x14\xfc\xcc\xb5\x26\xfb\x78\xe7\x23\x77\xd2\x99\xfe\x46\x88\x77\xd6\x84\x05\x02\xe3\x4e\x9a\x38\x6f\x77\x0b\x9e\xe0\x5b\x26\x63\xff\x21\xd5\x5d\xb3\xa1\x20\xd4\xc6\xec\x70\xe9\xb4\xe8\xad\xeb\xac\xa6\x76\xcc\xd6\xbf\xbc\x26\xdd\xc6\x17\xe7\xeb\x2a\xa5\xa6\x5b\xab\x60\x8d\xc6\x98\x25\x71\x96\x3d\xf8\x58\x75\x58\xc2\x01\xf3\x36\x1c\x9a\x78\x39\xee\x8c\x69\x01\xa2\xe2\xb0\xb9\x3b\x4d\x66\x21\xca\xa9\xfc\x21\x9f\xf1\x4b\x99\x10\xab\xf0\x25\xd1\x9b\xec\x8a\x8f\xb7\xcc\x22\x35\xcd\x2f\x85\xd3\x0e\x56\x35\x91\x4b\xbe\x89\xe9\x00\xec\xc8\x88\x5f\x6f\xfa\x5e\xae\x63\xc5\xc4\xa8\xa0\xe8\x19\x46\x97\x63\x0b\xc3\x85\x0b\x8f\x59\xf5\x47\xae\x0f\x7e\x70\x6b\x8b\xed\x83\x90\xbe\xe0\xd9\xec\x2a\xcb\xc3\x41\x32\x01\xa7\x50\xd6\xf0\xf6\x8c\x83\xd3\xd7\x62\xb8\xae\x85\x2f\xcb\x27\x09\xf7\x68\xe4\x78\xef\xf2\x1c\x8e\xd7\x54\x4e\x78\x99\xba\x6e\xc2\xee\x89\xf5\x88\x63\x35\x99\x5d\x99\x58\x81\x1e\x4d\xda\xe1\xe0\x51\x71\x02\x91\x7f\xfe\x74\x3a\x3d\xff\x6f\xa7\x1d\x2f\x72\xcd\xb7\x11\xeb\x91\x7c\x35\x37\x6f\x8a\x9d\xe8\xea\xe0\xd0\xec\x35\x81\x97\x34\x7b\xdd\xad\xd6\xfe\xcc\x19\xd4\xab\xb1\x6b\xca\x0a\x6d\x0e\x99\xb6\xdf\xc6\x2f\xd3\x1c\xd7\x6b\xcb\xd9\xc8\x25\x97\x63\xfd\x94\x00\xab\x67\x8b\xb7\xe3\x4b\x95\x30\xab\x1f\x71\xfe\xf8\x7d\x92\xb0\xd5\x92\xe8\x1b\x88\x13\x12\x2c\x4e\x47\xae\x41\x94\x6f\x47\x34\x22\xcf\xf9\xe5\x2e\xed\xf9\xf0\xd8\x36\x85\x74\xda\x69\xf8\xbe\x81\xf0\x90\x83\x5b\x68\x87\x89\xfc\x79\xfb\x88\x75\x48\x39\x7b\x90\xe4\xc9\x84\x86\xd7\xbc\x90\xba\x30\xe2\x95\xf5\xb3\x2a\x11\xb7\x7d\x32\xd9\xd3\x8e\x1e\x7c\xb4\x6e\x8c\x42\xad\xa6\x5d\xc5\xe7\xf3\x4f\x14\x7a\xa7\xdc\xa8\xd0\x60\x27\xcb\xf4\x6a\x8e\x2e\xbc\x8e\x28\xc3\xa3\x91\xb3\xf5\x10\xe2\xf8\xc7\x9a\x59\xeb\x05\x11\xc7\xdb\x68\x6e\x5e\xd5\x8d\x28\x29\xab\x31\xb8\x7c\x06\xa2\x84\x6c\xdf\x06\x46\xfe\xeb\x34\xf2\x5e\x5c\x10\xcf\x21\x79\x3a\xd5\x9d\x7b\xc9\x8c\x15\x34\x51\xff\xd0\xea\x5c\xda\x39\x2c\x7a\x6f\x03\xb1\xa2\x16\x51\x2d\x33\x89\xdd\x0d\xb9\xb6\xd1\xf4\x94\xc0\x76\xf9\xa2\x96\x9a\x54\xaf\xd1\x19\xd2\xda\x57\x1f\x9c\x5e\xc9\x7f\x5a\x2a\xe2\xaa\xe6\xcf\x1d\x23\xef\x48\xa7\x9f\x3e\x8d\x38\xea\xbb\x4c\x5e\x55\x0f\x22\x5f\x9a\x8c\x49\xa9\x14\x22\x6f\xad\x5c\xc6\xae\xed\x88\x02\x72\x72\x4a\x79\xbc\x88\xfc\x26\xcf\x42\xd3\x89\x15\x6a\xea\xc9\x27\xdd\xf7\x8e\xe4\x96\x11\xff\xc3\xee\x38\x1a\x27\xe3\xf2\xc0\x44\xdd\x2b\xc4\x1f\x11\x10\xdc\x4a\xf8\xe3\xd4\xfd\xcf\x48\x1c\x95\xff\xe0\x1b\x59\xc5\x45\x00\xc3\x8a\xde\x28\x46\x93\x9e\x03\xaf\xbf\x57\x92\x1e\x36\xaf\x72\xdf\x13\x0f\xe4\x03\x16\x5d\x83\x2d\x4c\x06\x4b\x83\x25\xc5\xe3\xdd\x14\x0f\x55\x52\x9b\x40\x3b\x9c\x1c\x35\xab\x20\x95\xff\x8b\x5f\x9d\x26\xf9\xda\x39\xbb\xa9\x5f\x2e\xed\x09\x8d\xd7\x45\x3f\xa0\x7e\x1a\x8f\x49\x9d\xa4\xe7\x8e\xca\xb4\x1e\xa6\xa6\x3e\xbb\x75\x4c\x38\xc5\x99\xc4\xb3\xc4\x66\xed\x89\xa7\xf8\x8c\x74\x6f\xea\x65\x3c\x15\x9d\x4c\x06\xf6\xfd\x7a\x8a\xd7\x98\x08\xd7\x05\x92\x89\x73\x6a\xdf\x61\xc2\xb7\x4a\xf6\xd4\x11\xaf\x48\xde\xad\xab\xa4\x57\x4e\x16\xef\x3d\xc2\x03\x17\xab\xb7\x93\x6f\x0d\x6b\x78\x47\x7a\x1f\xd8\x0d\xfb\x4a\xfc\x57\x8a\x55\xff\xe5\x41\x6e\xd7\x28\x66\xf2\x51\x3c\xc1\xd8\xfb\x2e\xc2\x28\xd8\xcc\xf3\xf7\x30\x11\xbf\x17\x1f\x28\x3e\x24\x99\xe0\x15\x71\x0d\xc4\x0f\x53\x98\x78\x93\x8c\xc3\xfa\x15\x8f\xce\x00\xe9\x08\x42\x3b\xdd\xc4\xac\xed\x21\xf7\x2d\xfd\x3b\x7f\x91\x9f\x9b\x31\x71\x31\x99\xd8\xff\xf2\x20\x6b\x26\x02\x9d\xe0\x4d\x71\x97\x27\x45\xda\xaf\x1c\xf1\x49\x00\x45\x24\xbd\x96\x86\x1c\xe9\x37\x7c\x22\xb9\x1f\x45\x46\xad\xe4\xbd\xdc\x12\xfb\x9c\x74\x12\x59\x6d\xf2\x91\x74\x30\x49\x84\x1f\xa4\x87\x5e\x94\x28\xfd\x6d\x2e\x1f\xd4\xf3\xa4\x28\x6e\xfa\x5b\x0f\xfe\x46\x8a\x46\xae\x14\xc3\x18\xbd\x56\x33\x3b\xf2\x3e\xe6\xf7\x4e\x32\x1e\xda\xdb\xcc\xcd\x89\x6e\xe6\x06\xe5\xff\xc5\x3f\xb8\x7e\x98\x7f\xf3\x20\xef\xc5\x14\xe7\x32\x76\x38\x93\x63\x77\x6f\x00\xec\xeb\xe0\x9c\x7b\x01\x2e\x36\x01\x0c\x9e\x07\xe8\x2a\x02\xf8\xcc\x70\x91\x36\xb3\xbf\xf9\x0f\xd7\xff\xc2\xe5\x3f\x27\x96\xfe\xb6\xb7\x5c\x1e\xa6\xd7\xfd\xb7\x5d\x9d\x7a\x8d\xa2\x59\xe9\xbf\x78\xd0\x07\x2a\x7f\xd5\x21\x80\xfe\x6c\x80\xe2\x61\x00\x3f\x37\x00\x5c\x88\x02\xe8\xeb\x04\x78\xb3\x1d\xe0\x7d\x16\xfd\x5d\xae\x1f\xea\x3f\xfc\x67\x03\xc5\xea\xce\xff\xf2\x0f\xc6\xff\xf3\x8f\xfd\xe5\xa2\xd6\x04\x8a\x76\x47\x7f\xf3\x20\x76\x09\xc0\x4a\x1f\x80\xef\x17\x00\xf6\xdc\xe3\xbc\x15\x00\x0d\x7d\x00\x9f\xe3\x01\xde\xee\xe1\xbc\x1d\xcc\x38\x0c\xfb\x5b\xfe\x29\xb1\xbf\xe5\x97\xf7\xfd\x97\x7f\x70\xfd\x0f\x5c\xbe\x21\xf9\xf6\x6f\x7d\xb8\xe3\xc2\xe1\x41\x3f\xc3\x00\x92\x73\x00\x3e\x17\x01\xec\x72\x06\x78\xbf\x0f\xa0\xe1\x0e\xc0\x9b\x1c\x80\x77\x22\xbf\xf9\x68\xd3\xec\x7f\x3d\xbf\x06\xc3\x9d\xee\x51\x2c\xfa\xfe\x5b\x0f\xae\x1c\x09\xc6\x2f\x35\x8a\xe1\xa5\xa3\x98\xef\x10\x63\xfa\xd0\xaa\x19\x01\x0c\xb9\xd2\x9e\xf1\x9f\xe7\xd3\x3e\xf9\x6f\xec\x00\xf2\x1f\x01\xbc\xa8\x01\xa8\xdf\x0d\xd0\xde\x0e\xf0\x61\xf3\x6f\x1e\x78\x92\xe1\xb0\x87\x18\x7e\x56\xc2\xf0\xc0\x5d\x65\x14\xb7\x3d\xff\xad\x07\x57\x0e\xfc\x4f\x1e\xc2\xa0\x0b\x80\xc4\x29\x80\xde\xf1\x00\x66\xa7\x00\x5e\xdf\x05\x88\xfa\x04\xf0\x94\x05\x90\x73\x1b\xe0\xde\xec\xe1\x9f\xce\x36\x00\xdc\xf8\x35\x32\xe6\xdd\x08\x80\xba\x8d\xfc\x02\x9c\xbf\xad\x1c\x23\x30\x93\x83\x7b\x6e\xf1\xf9\x71\x30\x7f\x88\x97\xec\x3c\x9b\x2e\xf0\x06\x71\x70\x6d\x19\xdc\xe7\xea\xf1\xff\x95\x8f\xc3\x48\x87\x8d\x9e\xf7\x02\xa4\x23\xcf\x53\xc9\xf1\xb7\x34\x4e\x02\x5c\x3b\x2d\xfb\x76\xc6\x9b\x51\xaf\x1a\xcc\xe4\xc3\x32\x65\x04\xc7\x1e\xcf\x93\x57\x3a\xb2\x4c\xf8\x75\x55\x94\xbc\xf2\xd3\xbe\x31\xea\x07\x74\x14\x83\x10\x85\x75\xb7\xba\x29\xcd\x43\x14\x3a\xb7\x8e\x4f\xa1\x19\x71\xb4\x43\xfa\x72\x85\xcd\x88\x02\x11\x29\xf6\x0a\xfe\x88\xfc\x45\x4b\x46\xcb\x54\x23\xf2\x0c\xfd\x57\xee\x70\xb2\x9f\xff\xfa\x26\x4d\xf6\x93\xce\xd7\x5a\xc4\xdf\x70\xab\xd3\x98\xdc\xd3\xae\x9f\x64\x85\x52\x4b\x87\x7d\xad\xb8\x6a\x36\xda\x96\x4f\x62\x7c\xa1\xb5\xc9\xcc\x84\x62\xb9\xcc\xcd\x7a\x86\xa7\xf7\x2e\x9b\x50\xbe\x66\xb8\xfe\xbb\x9b\xe3\x94\x85\x32\xac\x0c\x9e\x23\x2a\x8d\x5f\x9c\x6b\x38\x1b\x51\x2e\x7f\xbe\xe0\x34\x8e\xbd\x2d\x9f\xcb\xa3\x1b\x86\x28\xf1\x2d\x42\x5f\x47\x12\x51\x2c\x3a\xac\x48\x23\x00\x71\xcc\xd1\xdf\xf2\xf9\xc8\xae\xd3\x97\xa0\x46\xf2\xa2\xdb\xdb\xed\x88\xff\xa3\x79\xa5\x0f\x89\x43\x1d\xaf\x09\x25\x76\xb6\xc8\x27\x6a\xe4\x88\x32\x80\xf5\x29\x91\xc9\x3a\x03\xa2\x2a\x8b\xf8\x83\xba\x43\x1a\x54\x8a\x22\x4f\xfa\xa7\x6d\x5e\xac\xb5\x30\x60\xaf\xef\xfa\x06\x55\x9d\xa9\xbe\x4d\xbe\xa3\xbe\xe8\x4d\x9d\xe2\x79\xda\xb3\x0c\x6f\xa9\xc8\xb8\xd5\xb9\x8e\xc5\x5f\x4a\xa7\x9d\x3f\x39\xde\x41\x94\xbb\xef\x78\xc7\xde\x03\x51\x46\xd2\xd6\xd4\x46\x1a\x51\xd2\x8a\xcb\x43\xfb\x84\x75\x48\x1e\x72\x9b\x19\xed\x84\x76\x29\x71\x16\xe1\xa5\x47\x7a\xe2\x89\x3f\x60\xd7\x50\x32\xe1\x8b\xab\x8d\x68\x2f\x9d\x98\xe5\x59\x91\x8a\xc2\x7c\x56\x5e\x1b\x56\xfe\xf0\x9c\x29\x5f\x62\xb3\x33\xb5\x3e\x73\xfe\x84\x3c\x13\xc9\x94\xd9\x27\x17\x4e\x14\x32\x28\x4c\x0e\x7c\x5f\xa2\xb8\xd5\x20\x69\xd1\x1c\x44\x99\x6e\x7d\xc5\x79\xfb\x10\xc7\xcf\x9a\xf6\x63\x76\x04\xe2\xb8\x6e\xdd\xf6\xd0\x55\x88\x62\x1f\xf4\x84\x03\xb7\x23\x8a\x7e\x1b\xb4\xa1\x3d\x1e\xdb\x76\xcf\x20\x79\x2f\x4d\xa7\xe3\x88\x9f\xb0\xc6\x64\x39\xb1\xe2\xbb\xf7\xae\x23\x72\xd7\x26\x6d\x25\xf3\x13\x0b\x05\xc4\x2f\xe0\x12\xb6\x7f\xbf\xc0\x58\x00\xbd\xc0\xe2\x00\xab\x47\x63\x0c\x55\x9a\x8a\x1c\x52\x62\x44\x50\x49\x75\x77\xd1\x11\x57\x11\x07\xf9\x7d\xbb\x7c\x5e\x3d\x11\xaa\x97\x7f\x9f\xfb\x10\x71\x34\x9f\x82\xf1\xda\x46\x44\x81\xa5\x0a\x31\xe9\xb3\x10\x05\x46\x28\x64\x26\x2b\x21\xf2\x2f\x55\x10\x4b\x38\x87\xc8\xb7\xb4\xfd\x7a\x00\x79\xce\x2b\x9f\x68\x17\xeb\x5a\xf9\x4c\xe2\xa7\xdb\x6b\xb5\x95\xf8\x43\x36\xec\xa1\x9d\x9d\x12\x81\x9e\x92\x03\x9b\xaa\x08\x3f\x99\x7a\xf4\x34\xb1\x66\x92\xfa\xf5\x9e\x5a\x5d\x00\xc2\x2e\x75\x97\xe3\x0e\x03\xf0\xde\x3e\x6b\x53\x3a\x1b\x60\x78\xe7\xe9\xa9\x6d\x1c\x26\x31\xb3\xe6\x06\x9d\xfb\x12\x5b\x82\x99\xbb\x98\x9b\xef\xb9\x8c\xdd\xcf\x26\xfe\x99\x6b\x1d\x4b\x49\x1e\xd2\xd1\xf4\xf5\xa4\x6e\x61\x71\xcd\x0e\xd2\x09\x26\xc7\x67\x3f\xe9\x50\x98\x6a\x79\x98\xf0\xd4\xa8\x5d\xc7\x09\x2f\x70\x95\x6d\x20\x9d\x65\x26\x6e\x6b\x61\x7a\xd7\xdc\xed\x93\x21\x95\x18\x6f\xc7\xd1\xae\x5a\xad\x8a\x85\x84\x29\xdc\xd2\x6e\x25\xbd\xde\x5a\x98\x33\x41\x1d\xc3\x7f\x6a\xcf\x50\xac\x54\xa3\xb8\x97\x89\xbf\x6c\x26\xbd\x5b\xcb\xc4\xf7\x90\x75\xb9\x2d\xb6\x82\xf0\x0c\x2e\x0f\x5c\x18\x47\x79\xe0\xcc\x73\x57\x88\x97\xc5\xf2\x47\x2b\xf1\xfa\x48\x9b\xb7\x31\x5d\x6f\x5f\x6f\x93\x20\x9e\xd5\x2e\xab\x00\x12\xb9\x7b\x15\xb6\x95\x30\xd9\xce\xda\xcb\x84\x49\xbc\xd0\x64\x13\xa6\x7b\x87\xd1\xa7\x99\x89\x6c\xd5\x33\xbd\x35\x8f\xeb\x12\xfe\x21\xbe\x9f\xc4\x6b\x77\xee\xac\x21\xf1\xc2\x75\x71\x67\x48\x1d\xa1\xa5\x2f\x9b\xc8\x38\xcc\xd9\x78\x83\xb0\x08\xdf\x9b\x0f\x49\xaf\x20\xc3\xd7\xb4\x73\xa9\x78\xed\x87\x1f\x54\x8f\x81\x03\x42\x44\xc3\x01\x39\x77\xf2\x66\x0d\x24\xaf\x21\x4f\xf0\x33\x97\xf6\xe6\xfa\x35\xfa\x9b\x24\x07\xdf\x33\x7a\x3c\xbb\x4c\x91\xab\x17\x1d\xaf\x42\xb3\x1a\xc2\x8b\xb3\x0f\x34\x90\x05\x92\xb6\xfd\x1a\xb9\x4f\x10\x7f\xee\x1e\x91\x17\xba\xa5\x8d\x74\xf7\x76\x83\x2e\xf2\xad\x3a\xad\x9f\x08\x3f\x12\xf3\x64\x8b\x70\xdf\x78\xfe\xf7\x14\x6d\x19\x5e\x91\xc8\x54\xea\x2c\x71\xa1\x78\x9b\xa9\x58\xc1\x26\x3b\xd2\x0f\x0f\x2a\xff\x6d\xd3\x9f\x7a\x6d\x15\xbd\x48\xd8\x49\x66\xe0\x6d\xf2\x57\x49\x47\x1f\x91\xf5\x39\x2f\xe9\x25\xe9\x48\x15\x18\xf3\x89\xc8\xb7\x17\xfe\x4a\x9e\x7f\xaa\x09\xfd\x6b\x91\xbc\x3f\x78\x10\xe3\x17\x33\x62\xe4\xcf\x66\xf8\xd0\xa6\x95\x14\xb9\x15\x3c\xb9\xfc\xe7\x23\x73\x73\x93\x7e\xc3\x8f\x61\xff\xe6\x1f\xff\xc4\xa1\xbe\xfc\x6f\x1e\xe4\xf3\x1a\xe0\xd7\x39\x80\x39\x66\x00\x9f\xeb\x01\x56\xc8\x03\xbc\xbb\x0a\x90\xaf\x00\xd0\xa5\x00\x70\xa4\x08\xe0\x25\x02\xdc\x42\x80\x37\x85\x00\x7d\x65\x00\x0f\x44\x19\xfe\x73\xf1\x7f\xf3\x1f\xae\xfd\xfd\x53\x3e\xd7\xfe\xab\x9c\x63\xf8\xc8\xfe\x3f\xec\xbd\x1e\xe5\x41\x7d\x1b\x00\x22\x37\x00\x7c\x10\x06\x48\x16\x05\x78\xf9\x1c\x60\xdb\x5e\x80\x8e\x63\x00\x47\x1c\x00\x3a\x32\x39\x6f\x0e\x40\x07\x02\xf4\xef\xfb\xcd\xc3\xb8\xfc\xe3\x1f\xf9\x8c\x8d\x2f\x79\xfe\x5f\xfe\xf1\x4f\x1c\xea\xcd\x1f\x9f\xcb\x00\xb4\xc4\x00\x58\x6c\x00\x5b\x13\x80\xde\xbd\x00\x33\x7b\x01\xba\xe4\x69\xdf\xfc\x67\xdf\x01\xb6\x68\x01\xb4\x8d\x06\xa8\x0a\x02\x78\x12\x09\x70\xbb\x04\x80\x73\xca\xe8\xff\xfa\x7b\x1c\xfe\xcd\x3f\x4a\x63\xff\x6f\xfe\xc1\xe5\x3f\x5c\x3f\x04\x97\x0f\x28\xd4\x00\x7c\xbf\x08\x60\xd0\x0b\xf0\xb6\x0a\xc0\xeb\x11\x40\x47\x08\xed\x57\xfd\x60\x1c\xc0\x86\x3e\x80\x3b\xaf\x00\x0e\x95\x73\x76\x0d\xfa\x5f\xab\x31\xc0\x90\x20\xc0\x59\x57\x86\x7f\x58\x51\xdc\xdf\xf9\x37\xff\xd8\xae\xfd\x5b\x0f\xae\x7c\x2e\xef\x81\x7f\xd9\x7f\x8e\x5e\x9f\x22\x00\x26\x6d\x04\xe8\x8c\x00\xb0\x17\x05\x78\xf0\x08\x20\x2a\x06\xe0\x66\x05\xc0\x9a\x4f\x9c\xb7\x0f\xa0\xb2\x95\x3e\xff\x9d\xb1\x00\x17\x3b\x01\x58\xad\xbf\xc7\xbf\x38\x80\xe2\x0e\x71\x8a\x5b\xed\x29\xae\xbf\xf7\x5b\x8f\x7f\xcb\xfd\x13\x7f\x30\xbd\xc8\xbb\x62\x01\x44\xa5\x01\x1e\x76\x02\xe8\xcf\x03\xb8\x7e\x13\x20\xa8\x07\xa0\x69\x2a\x40\x86\x26\xc0\xb9\x28\x80\xb2\x7c\x80\x53\xb9\x00\xad\x7a\x00\xc7\x2a\x81\x78\xa0\xf7\x32\x31\xe2\xad\xf7\xfe\x96\xbb\x7a\x19\xc5\xe4\x15\xff\x7f\x3d\xfa\x6e\x51\x7c\xc7\xf4\x2b\x7f\xc2\xf4\x80\xbf\x76\x1f\x80\xb3\x3d\x9e\x33\xe7\x8f\x74\xeb\x00\xa8\x5d\x20\x7c\x6e\xd9\x5b\x80\x8a\x35\x63\xdd\xf7\x87\x01\xec\x33\x1f\xbb\xe8\x5a\x1d\xc0\x6e\x47\x11\xfc\xb5\x03\x20\x7b\xab\x48\x01\xe7\x3b\x57\x64\x0b\x91\xfd\x7c\x89\xa9\xa0\x33\x07\x17\xa6\xf3\x91\x0a\x1f\x31\xe5\x3c\xea\xff\x4b\x8f\x81\xc5\x14\xdf\xf8\x08\x90\xfc\xdc\x3b\xc9\xd2\xa4\x23\xfa\xf9\x07\xca\xc4\x5a\x1c\x7e\xab\xf1\x5c\xf0\x03\xc0\x2e\x37\x8d\x41\xe3\x49\x02\x77\x36\x7d\xd4\x9c\x39\x67\x8e\x48\xca\x2a\x81\x29\xc7\x73\x33\xc4\x21\x79\x85\xba\xea\xb9\x26\x09\xe9\xc4\x1d\x6a\xf5\xef\x8b\xc4\x4a\xe6\x3f\x57\x9b\x81\x38\x66\x5f\x44\xb7\x8a\x2a\xa2\x60\xde\xcc\xaf\xca\x9f\x10\x05\x42\x02\x82\x26\x64\x23\xf2\xad\xf1\xbd\xa6\xd0\x83\x38\x2a\x97\x2b\xff\x57\x33\xc5\x4e\x71\x19\x62\x47\xaf\x89\x4c\x23\x76\xed\x64\x27\xed\x11\x7b\x60\xb5\x3b\xd9\xd7\xb7\x78\xfb\x92\xf8\x58\x4a\xe9\x74\xb9\xc9\x0f\xf8\x05\xa3\xf2\x3c\xdf\xfa\xae\x96\x3a\xe2\x7f\xce\x2d\x76\x95\xa9\xc2\x18\x37\xb6\xb3\x64\x75\xa3\x92\xae\xe3\x29\xc7\x95\xcf\xa6\x2a\x5a\xda\x7f\x76\xb0\x45\x94\xbe\x6b\x95\x66\xf9\x00\x51\xfc\xab\xf9\x4e\xb3\x2d\x88\xa2\x7a\xc6\xc6\xc6\x9e\x88\x63\x5c\xf5\x3b\xf5\x0f\x22\x0a\x7e\x64\xc9\x0d\x27\x3c\xa8\x73\x9e\xca\x3a\xba\xdb\x3b\x90\xfd\xfd\x58\x90\x2f\xe1\x65\xc5\x03\x11\x64\x17\xcc\xb6\xa2\xde\xfb\x44\x48\x20\xf1\xa0\xa0\xdc\x65\x7e\xe2\xda\x00\x36\xf7\x12\xf9\xed\x54\x45\xc7\xeb\xaf\x4b\xa8\x5d\xba\x56\xdc\x54\xd3\x3e\x3e\xb8\x5c\x52\x5c\x4f\x6d\x52\xdc\xd7\x07\xae\xa2\x1b\x55\x25\xe7\xcf\x45\x14\x8e\x57\x49\x09\x9f\x85\x28\x18\x3b\x89\x15\x94\x8e\x28\x70\x72\x62\xa3\xdf\x1b\x44\xbe\x46\xe5\x51\x9e\x66\x88\x7c\x4e\x2f\x6a\xa6\x12\x3e\xda\xd2\xea\x49\x76\xdf\x13\x0b\xc3\xc8\xf8\x17\xd7\xc4\x91\x5d\x79\xb3\xd4\x32\xd2\xe3\x6e\xd9\xd8\x74\x62\x67\x42\xe4\xd7\x13\x7d\x0c\x66\x6d\x23\xf6\x7f\x82\x43\x5e\x80\xde\x10\x4f\xb9\xd4\x9d\xdc\xd9\x71\xe5\x23\x5a\x24\x1c\xb6\x9a\x14\xcf\x04\x10\xd9\xb5\xc5\xaa\xd5\x04\x40\x90\x6f\xe3\x11\xce\x98\xf3\x98\xa7\x4f\xe0\xe0\x48\x8d\x25\x64\x5d\x0c\xcb\x5b\x40\xce\xfb\x3c\x93\xe6\xf2\x73\xf0\x7a\x88\xef\x37\x22\x7f\xe9\x1c\x62\xc7\x0f\xf4\xd3\x28\x41\x4e\xe5\x2a\x62\x77\x53\xe3\x68\x2f\xbd\x68\xc5\x3c\xe2\x3d\x70\xf5\xdc\x43\xf2\xb7\x95\x23\xca\x98\x5e\x9b\xd5\x97\xe5\xc9\xcc\x1d\x2a\x0a\x25\xf6\xae\xa2\x2f\x8f\x30\x87\xb2\xba\xcb\xe4\x7c\x5f\x72\xf1\x27\x89\x7c\xee\x60\xec\xec\xe6\x36\x8a\x6b\x98\x1b\x57\x34\xd3\xf5\x94\x71\x2c\xe1\x85\x25\x81\x69\xc4\x0f\x97\xf7\x71\x23\x91\xb7\xaa\x33\x9f\x8c\x47\x7c\xd9\x9e\x87\xc4\xde\x89\x96\x12\x3e\x68\xfe\xbd\x9a\xe4\xb3\x4b\x8a\x9f\x61\x7a\x84\x9f\x4f\x93\x25\x5d\x0f\xeb\x77\xd3\x6e\xba\xe7\x64\x37\x92\x38\xc8\xd9\xde\x3a\x92\x91\x77\x46\xa5\x67\x01\xd1\x97\xb9\xf9\x5d\xca\xdc\xc0\xde\xc3\xd8\xfd\x3c\xd2\x79\xa7\xb2\x75\x35\x99\x97\xed\xb7\xb6\x92\x79\xc9\xca\xde\x4d\xac\x74\xd2\xf0\x52\xc2\x6a\x66\xed\xa9\x22\x79\x42\x1e\xe6\xa7\xc8\xef\xe9\xea\xd0\x3c\x2a\xe1\xd4\x96\x89\x54\x8f\x3b\x29\xe3\x4f\x72\xb0\xb5\x88\x76\x6d\xbe\xd9\x91\x49\x56\xd0\x8d\xc1\xa3\xe4\xa4\x71\xfd\x61\x27\x79\xb2\x4b\x4c\x46\xcf\x19\xe6\x46\x7a\x0d\xe3\x49\x29\x27\xe7\xaa\x82\x3b\x79\x7e\x64\x1d\x7a\xec\x27\xf6\x3f\x75\xcb\x21\x62\x95\x63\xbc\x8e\x91\x9e\xd0\x81\xaf\xeb\xc9\x7a\xb0\x9b\x7b\x89\xf0\x56\x8d\xfd\xb7\xc8\xbc\x8c\x1a\x7a\x54\x4c\xf5\x78\xb9\x4e\x82\xbc\x49\x9d\x3a\xae\xc4\x73\xf2\x22\x6d\x79\x0f\xc5\x43\x44\xce\x73\xf6\x63\xc2\x20\x9e\x30\x11\x3d\xee\x8d\x30\xae\x5e\x75\xe4\xdc\xb7\x65\x4b\x39\xe1\xe3\xe9\x51\x47\x49\x5d\xeb\x45\x32\x75\xe4\xaf\xa2\x72\x2e\x13\x9e\x38\x5d\xfe\x06\x61\x57\x96\x19\x0f\xc8\xe8\xab\xc9\xb7\x13\xbd\x78\xe2\xdf\x30\xbc\xb0\xcf\x46\x98\x44\x7c\xbf\xa1\x1d\x61\x28\xdf\x0b\x93\x88\xe7\xf9\x7b\xda\x7e\xe2\x89\xfe\x1e\x70\x97\xf8\x7f\x7a\x36\x0c\x90\x6f\x7e\xc9\xf8\xa5\x1e\xef\xa3\xd8\xaa\x40\xf6\x57\x86\x87\x2e\xdd\xd7\x48\x66\x37\x16\x5a\x88\x1f\x2a\xe4\xfd\x5d\x1a\x17\x1c\x7c\x4a\xfc\x45\x26\x32\xb4\xfe\xe7\x84\x4e\xca\x62\x78\xdf\xff\x34\xa7\x7a\x20\xf2\xde\xa4\x68\xca\x60\x34\x93\x17\xb4\x8d\xf9\xcc\xf5\x4b\x51\x26\x39\xe8\x4c\xe5\x77\x33\xfe\x3a\xea\xbf\xfb\x8b\xff\x88\xfd\xc1\x3b\x2a\x00\xf4\xf6\x03\xf4\xff\x00\x30\x6f\x05\xf8\xbc\x15\xc0\x63\x16\x40\x17\x0b\x20\xec\x10\xf5\xf3\x2c\xf6\x00\xb8\x57\x04\xc0\x79\x93\x6f\x75\x72\x98\x37\x40\x6b\x29\x40\xdd\x71\x80\xd6\x10\x80\xa7\x21\x00\xad\xdf\xe8\x77\x36\x30\x71\xa9\x63\xeb\xff\xb6\xbf\x25\x2e\xff\x37\xff\xe0\x22\x87\x0f\x7d\xb3\xa5\xf6\xfe\x7d\x34\x80\xc3\x64\x80\xe7\x76\x9c\x35\x03\x70\xff\x23\xc0\x02\x8e\x7d\x0f\x02\xc8\xfa\x08\x70\xdd\x03\x60\xaf\x07\x40\x4b\x3c\x40\x9d\x05\xc0\x0d\x2f\x80\x0e\x47\x80\x66\x26\x86\x75\xea\x23\x23\x7f\xdb\xdf\xf2\xf7\xb4\xff\x97\x7f\x70\xfd\x2e\x5c\x1e\xa0\x70\x1a\xa0\x37\x02\x40\x7d\x0b\x40\xd7\x58\x00\xf3\x78\x80\x47\x53\x00\xbc\x77\x01\xb4\x1a\x01\xcc\x6d\x06\x68\xfe\x06\xb0\x4a\x1b\xe0\x92\x01\xc0\xee\x2d\xd4\xde\xd7\x7d\x03\xb8\x3c\x0b\xe0\x45\xd4\xef\x71\xe0\xda\xff\x7f\xf8\x07\x23\x23\xff\xc3\x7f\xf9\x07\x97\xff\x8c\x2c\x03\x18\x30\xa3\x9f\xdf\xf7\x02\xc8\x14\x02\xb4\xb7\x02\x68\xc7\x01\xdc\x71\x00\x70\x8a\x03\x68\x5e\x0b\x10\xb9\x08\xe0\xa2\x12\x8d\xd3\xd5\xc7\x03\x14\x7e\x02\x38\x17\x07\xc0\x79\xc3\xce\x8e\x06\x78\xe1\x08\x70\xec\x5f\xfc\x67\xc7\xc7\xbf\x79\x40\xf6\x1f\xbc\xf0\x2f\xfe\x93\x41\xf1\x7b\x05\xc5\xb7\x9c\x77\x03\x01\x1e\xd9\x01\x28\x4d\x01\xb8\xf6\x18\xc0\x4c\x82\xc6\xfb\x38\xfc\xe3\x74\x38\x00\x67\xe7\x3f\xe6\x01\xb0\x33\x1c\xe0\xc8\x67\x80\xb3\x2b\x01\xaa\x62\x00\x3a\x63\x7e\xf3\xbf\xed\x29\x7f\xcb\xcd\x64\x62\x7a\xcb\xcf\xff\x6f\xfe\x31\xc8\xbc\x05\x3d\x05\x14\x3b\x98\x9f\x73\xd6\xe1\x68\x4f\x80\x0b\xcd\x00\x1a\x71\x00\xc7\x03\x00\x3c\xf2\x01\x0e\x3d\x07\x48\x28\x02\x28\x93\x01\xc8\x1f\x0e\xb0\x7f\x1d\xc0\xd9\xa7\x00\x45\x85\x00\x2f\x27\x01\xe4\x8f\xa7\xdf\x9d\xc5\xf0\xb1\xe5\x93\x28\x2e\x66\xfc\x56\x71\xcb\xfe\xa5\x07\xd3\x99\xbb\xf7\x24\xc5\x17\x4c\x67\xe6\x7b\xcc\xb8\x5c\x64\xbc\xe9\xc7\x6e\x02\x8c\xd3\x06\x28\xef\x01\xb0\x3c\x02\xb0\x77\x23\xc0\xbc\x83\x00\xdb\x0f\x02\x6c\xf5\x04\xd8\xf2\x0d\xe0\x54\x26\xc0\x86\x1f\x00\x1d\x9e\x00\x19\xf3\x18\xb9\xcc\xfc\x44\x31\xe7\x86\xf0\x34\x8a\x81\x69\x7f\xeb\xd1\x37\x9c\xbb\x3b\x32\xf2\x23\xb8\xf2\xf9\xa6\xd1\x5d\x78\x2c\xf1\xbb\xef\xee\x94\x24\x3d\xc6\x37\x9d\x90\x53\xd1\xf2\x1b\x21\x9d\xde\xa5\x30\x66\x66\xe0\x28\xe3\x24\x3b\xf9\xe4\xac\x0e\x3e\xe1\xd8\x4b\x72\xfe\x55\x57\xf8\xd2\xa3\x3d\x65\xb3\x1e\x0a\xf0\x9e\x8a\xfc\x22\xdb\x87\xc8\x73\xc7\xdf\x42\x76\x22\xe2\xc8\x50\xcf\x62\x71\x12\x5f\x70\x59\x20\x4c\x2a\xf0\xdb\xf6\x8f\x26\x91\xfb\x9f\x91\x8c\xfc\x6a\x20\xbc\xe7\xce\x3c\x61\x62\xf7\xeb\xe5\x69\xc7\xd9\x4a\x79\x9a\xbf\xbd\xbd\xd3\x84\xec\xd6\xe9\x69\xd6\xe4\x54\x3d\x7f\xba\xa3\xb1\xf4\xcf\xe1\xa2\x01\x5a\xb6\xbb\x9c\x1c\x84\x4f\xb8\x8c\xb1\xda\x90\x94\x23\xba\xc6\xb2\xdc\xfc\x71\xb1\x9b\x78\xb2\xf1\x59\xb3\x31\xd7\x78\xc5\x0e\x18\x1e\x32\xd3\xfa\xa5\x22\xa2\xad\xbb\x48\xbf\x1f\x71\x74\x92\xd6\xe6\xa9\xf9\x88\x7c\x4f\xa7\x9c\x98\x92\x87\xc8\xeb\xa6\x92\xa4\x32\x1b\x91\x67\xe9\xdb\xfd\xc3\xe6\x90\xdd\xf5\x83\x74\x3e\xb1\x42\x9f\xf4\xc9\xf9\xb5\xec\x93\x03\x59\x29\xdb\xac\xa8\xf5\x4a\x87\x20\xe2\x9f\x98\x63\x1d\xb9\x83\x83\xf6\x71\xf3\x86\x46\x54\x03\xe8\x36\xcc\x1d\x6f\xf8\x82\x6f\xf9\x64\x97\x39\x8e\x31\xcb\xf8\xf9\xe5\xdb\x66\x3b\xef\x5c\xc3\xfb\x4b\xfa\x55\xe4\x9e\xa6\x53\x3c\x87\xa4\x56\x46\xbc\xf8\xb2\x6a\xb8\x85\x58\x63\x20\xf1\x73\x88\xf6\x7a\x91\x7c\xbe\x31\x99\x2e\x84\x77\x08\x8b\xdb\x92\xbc\x90\x5b\x0d\xca\x24\xef\xe4\x8c\xb2\x1d\xe9\x24\x5d\x2e\xe3\x4b\xfc\x10\xf9\xf3\x68\x87\xfe\x8c\xe1\xf3\xc8\x38\xc5\xbc\x59\x48\xe2\x23\x5e\x71\xc9\xc4\xfe\xab\x57\xad\x26\x7a\x09\x8f\x5d\xfb\x6d\xd2\x68\x80\x11\x5e\x59\x8b\x83\x89\xff\x63\xd5\xb1\xcd\xa4\x47\xf1\x4a\x56\x1d\xe9\x85\xbf\xc2\xec\x2d\x39\x91\x27\x32\xbc\x23\x66\x2d\xc5\x48\x86\x07\xcc\xdc\xc3\xc1\xb3\x66\x94\x88\x57\xca\xcf\x24\xf1\xaf\xfc\xa9\xb4\x07\xf9\xaa\xea\xc5\xc4\x0f\xb5\x30\x74\x05\xf1\x5b\x06\x37\xd3\xfc\x1d\x0b\xf6\x26\xe2\xff\x18\xef\xbf\x9d\x59\xb9\x7b\x16\xc8\x12\xde\x53\xb0\xc7\x9f\x7c\xd5\xce\xbd\x6b\x9e\xd2\x99\x3c\x46\xd6\x7e\xde\xb0\x76\xc2\xfd\xb9\x15\xef\x32\xee\x50\x4c\x61\x3a\x24\x2c\x96\x20\xfc\x43\x9e\xc6\xe7\x76\x4c\x58\x4c\xf2\xf6\xb3\xb2\xd3\xc8\x7a\x48\x84\xb5\x24\x4f\x2a\x52\x7b\x0b\xe1\x1d\x1e\x22\xdb\x09\x3f\xd6\xb9\x51\x44\xb2\x3c\x04\x6f\x55\x32\x3d\x8e\xab\xb5\x65\x89\x3d\x3b\xe4\xe1\x4d\x3c\x28\x07\x87\xa7\x11\x4b\x5d\xf1\xb1\x92\xcc\x68\x59\xdd\x5d\xc2\xdc\xb8\xfc\xa7\x80\xa9\x00\xb8\x95\xe1\x41\xeb\x08\x0f\x29\x14\x5d\x42\x3b\x7f\x9f\xcf\x24\xe3\x9e\x1a\x97\x43\x78\x50\x2c\x14\x10\xbf\xdd\x8c\xf0\x22\x62\x2d\xad\xf7\x96\x92\x7c\x25\x95\x92\x23\xc4\x0b\x35\x7c\xfb\x99\x2e\xaa\x47\xa3\x92\x34\x19\x87\x7a\x25\x3a\xb2\xe7\x64\x93\xc9\x8d\xb3\x3a\x87\xfd\x07\x39\x78\x56\x8a\x46\x98\x4e\xbd\xe9\x27\xfc\xe0\x70\xe5\xff\xe2\x65\x9b\xc2\xd7\x13\x6f\xc5\x0a\xf9\x3c\xc2\x0f\xe3\xbf\x15\x91\xf1\x08\x1f\x5d\x4a\xec\xbe\x87\x76\x15\x99\x07\xe3\xa6\x13\xe4\x4d\x56\x12\x6c\x08\x26\xe2\xd2\x9a\x37\x52\x3d\x6e\x9d\x91\x5c\xc2\xc1\x1b\x35\x8e\x64\x7e\x6e\x1c\x5c\xf4\x96\x7e\xde\x43\xc6\xe3\xda\xa7\xcb\x44\xe3\xab\x1f\xbb\x09\xb3\x3a\xcf\xf8\xc9\x4e\x31\x3c\xe8\x08\x39\xbb\x64\x89\xee\x22\x3c\x39\x31\xa0\x84\x4c\xd0\xdc\xb8\x6a\xc2\x8b\x66\xbc\x3d\x4e\x78\x87\xe3\xb9\x73\x24\xda\x35\xad\x96\xee\x64\x32\x9f\x6f\xac\xa6\x7a\x3c\x12\xa3\x7a\x3c\x3f\x2b\x46\x6c\x41\xfb\x36\x9b\xf5\x1c\x7c\x26\x33\x9f\xac\x8b\x76\xa5\x1d\x24\x10\xf5\x74\x69\x3d\xd9\x1b\x9e\x64\xbf\x19\xc7\xc1\xbb\xcc\xcd\xfc\x6b\x4c\xe5\xe8\x0b\x64\x0f\x4b\x31\xab\x24\x4f\x33\x7f\xc1\x51\xf2\x9c\xe1\x70\x96\xf0\x3f\xdf\x1f\x97\x1c\x39\x68\xd5\x73\x8d\xac\x76\x5d\xc5\x7b\x84\x5d\x49\xcd\x7f\xaa\x47\xe5\x77\xd1\xc2\x54\xf0\x45\x4e\x88\xc6\x25\x9b\xcd\xc8\xf3\x7f\x0e\x8b\x22\x95\x32\x3f\x5b\xd0\x19\xee\x8e\x38\x49\x78\xea\x87\x0d\x4f\xc9\xde\xfc\x86\xf1\x24\x3d\x6b\xa1\x19\xf1\x77\x4f\x72\xf7\x53\xae\xbf\x85\xc3\x37\xd8\xe9\x00\x9c\x01\xe9\xbd\x04\xa0\x95\x03\xf0\xea\x07\x80\x71\x2c\x40\xdb\x36\x00\xc7\x1f\x00\xb7\xbe\x02\xf8\x77\x02\x5c\xa9\x03\x98\xd7\x0a\x70\x3e\x09\x20\x55\x1c\xa0\x21\x15\x60\x5b\x39\x40\xa3\x07\x40\xd5\x4a\x80\xc6\x0a\x80\xeb\x15\xd4\xf6\x72\x18\xe4\x59\x6b\x2a\xe3\xe0\x49\x8a\xfb\x96\xfd\xdf\xfc\x43\xa6\x83\xc6\xb9\x64\xe3\x00\xba\x6b\xe8\xcf\x3b\x7c\x00\xa6\xd6\x00\xdc\x2b\x07\x30\xbb\x02\x70\x5d\x07\xc0\x2b\x02\xe0\xa2\x36\x40\x94\x28\xc0\xb9\xe1\xd4\x2f\x74\xb6\x18\x60\x9b\x07\xc0\xe9\xfb\x00\x87\xee\xd2\xbc\x97\x6b\x9d\x94\x07\xf4\xc6\x02\xd4\xca\xff\x6d\xff\x0b\x17\x31\xfc\x63\xeb\x7f\xf9\xc7\xd8\x3d\x00\xbf\xbc\x01\x44\x36\x02\xbc\xad\xa3\x7e\x98\x67\x8e\x00\x93\x92\x01\xee\x8c\x01\xd0\x4f\x00\xb8\x54\x01\xe0\x6c\x46\x6d\x6a\x68\x21\xc0\xd1\x74\xea\x17\xaa\xd6\x06\xd8\x58\x0b\x50\x3d\x12\xa0\x62\x1f\x40\xed\x45\x80\xeb\x08\x50\x2b\x09\xf0\x39\x17\xa0\xf4\x27\x23\x3f\x91\x62\x4e\xef\xbf\xf8\x47\x19\x00\xdf\x12\xc6\xde\x4d\x00\xf8\xb2\x83\xce\xfa\x6b\x6f\x80\x91\x17\x00\x1e\x75\x03\x48\x78\x03\x5c\x5b\x0b\xa0\x72\x02\xa0\xfe\x15\x80\xb9\x13\x00\xe7\xed\x09\x14\xe5\xec\x3f\x00\x0b\x3a\x01\xca\x36\x01\xac\x8f\x07\x38\x70\x8c\xfa\x41\x38\x9f\xaf\x29\x02\x94\x99\x01\xf4\x3e\xff\xfd\xfc\x1b\x99\x7c\xa0\x35\xcc\x38\xac\x60\x64\x73\x79\xcf\x60\x1d\xc5\x1e\x55\x8a\x5c\xde\x71\x47\x1e\x80\x73\x12\xe7\xf0\x2e\xc9\x1a\x80\xe3\xfe\x00\x3a\xd7\x00\x2a\xaa\x01\xdc\x7b\x28\x27\x8d\x3e\x07\xb0\x67\x09\x90\x9d\xaf\xd0\x0c\xa0\x34\x1b\x60\x57\x11\xc0\xf5\x20\x80\xc2\x4d\x00\x3f\xca\xa9\xef\xea\x4f\xb9\x49\x0c\x1f\x58\xc8\xf0\x21\x2e\xef\xf8\xc6\xe0\x1b\x6b\x8a\x0f\xb4\x28\x36\xf7\x50\xe4\xcc\xf7\x70\x6d\xca\xb3\x95\x12\x00\x8a\xbc\x01\xac\xd9\x00\x3b\xb2\x01\x22\xd7\x03\x6c\xad\x03\xc8\x34\x03\xd8\xd4\x02\x50\xf6\x94\xca\xbd\x5e\xce\xd9\x2d\x01\x7e\xa9\x01\x24\x8f\x61\x78\x0f\xc3\xc9\x67\x31\x9f\xc3\x99\x35\x31\x70\x93\xca\xf9\xc0\xa2\xf8\xf4\x35\xb3\x3b\x9d\xa3\x58\xcf\xdd\xbd\x99\xf1\xd9\xa3\x49\x79\x6b\xee\x76\x00\x0e\x31\x59\x27\x0e\x10\xb8\x12\x20\xbd\x0f\x60\xe5\x46\x80\x64\x16\xc0\x81\x37\x00\x49\x53\x01\xae\x87\x01\x24\xdc\x03\xf8\x51\x0f\x30\x9b\xf1\x0b\xfa\x17\x50\xf4\x60\xee\x0e\x3a\x33\xeb\x97\x3b\x0f\xcf\x69\x1a\x30\xb4\x3a\x50\x3c\xaf\x49\xb1\xf6\x10\xc5\x03\x1f\x81\xec\x2b\x9b\x3f\x8d\x22\xf1\xa1\xb4\x45\xa3\x7d\x94\x26\x02\x2c\xda\x36\xa6\xcb\x73\x0c\x40\x74\xae\x48\xce\xb2\x6e\x80\xd0\x1d\x63\xe6\xec\xb5\x04\x08\x88\x16\xb6\xbf\x54\x0b\xe0\x5b\x20\x34\xb9\x7b\x3e\x80\x33\x9b\x9f\xe4\xa8\x5b\x94\x0d\x37\xc4\x3f\x73\xf7\x7e\x50\xe4\xf2\xaf\xbb\x2e\x8c\xfc\x11\xc3\x88\x1d\xab\xde\x20\x4e\xf2\x94\x0a\x77\x2a\x91\xcf\xeb\xe5\xd5\xc8\x2e\x95\x08\x3a\xc4\x9a\x05\x3e\x31\x34\x10\x8c\x03\x70\x9e\x67\xf0\xc1\xb4\x62\xd4\x4f\x93\x43\xd3\x82\xe7\xe6\xf1\xcf\xd1\xd6\xd0\x1d\x9d\xab\x22\x90\xa2\x2e\x30\xb5\xfd\xcc\x52\xfe\xbd\x93\x6f\x4c\x1d\xdf\xd9\xc9\xfb\x6e\x42\xa8\x46\x1e\xe2\xc8\x00\xb9\x5c\xe5\x62\xc4\xe1\xbe\xd2\xdb\xe5\x77\x23\x0e\xe3\x95\xc8\x92\xea\xe0\xe8\xc1\xe5\x7f\xf5\xf2\x12\xe4\xbe\xda\xa1\xea\x49\x64\xf7\x2b\x10\x30\x24\xbb\xdf\xda\x01\x1b\x92\x35\xba\x28\xdd\x85\x8c\x43\xa0\xa8\x0f\x89\x53\x19\x74\x06\x11\x26\xa9\xf8\x31\x38\x48\x3d\x61\xb8\xb3\x44\xfb\x4c\x8d\x90\x95\x00\x42\x62\x01\x0b\xd6\x37\x00\xf0\xf2\xf8\xdb\x1e\x75\x01\x18\x21\xe8\xfb\xad\x8d\x64\x70\x78\xbe\xa3\xfb\xa8\x2d\xd3\x81\xc0\xac\x99\xa2\x3e\xc9\x67\xab\xab\x93\x27\xf6\xfd\x10\x1a\x93\xf3\x6b\xe1\x2a\xfb\x52\xf2\xfc\x92\x3e\x64\xa4\x12\xc7\x04\x93\x7c\xa0\x30\xab\x59\xc4\xee\xd9\x7d\xa0\x75\x86\x14\x32\x16\x33\x2b\x3b\xf9\x98\x14\x89\xa8\x26\x4d\xf5\x21\x3b\xff\xa2\x27\x19\xe4\x9c\x9d\x20\x76\x90\x30\x98\xb8\xd6\x7b\xe4\xbc\x3b\xdf\x11\x89\x87\x2b\x84\xe1\x43\xfe\xcc\x8d\x73\x2f\x12\x87\x39\x2c\x67\x49\xf2\xb5\x0b\x84\x3d\x89\x9c\x75\xa1\xc1\x24\x0e\xb2\xb4\x76\x2e\x59\x21\xb3\x7b\xe3\x09\x2f\xf0\x74\x4e\x22\xf6\x4d\xef\x48\x9a\x01\x07\x05\xef\xad\x1d\x43\xf5\xc8\x3e\x20\x93\x47\x67\xce\x83\x3c\xc9\x9a\xea\x64\xf2\x39\xab\xe9\x00\xf9\xcb\xd5\xfd\xd7\xc8\x5f\xac\xd2\xa0\xbe\xd8\xa5\x4c\x87\x88\xb8\xc3\x14\xe7\x90\x8a\x7c\x7b\xe4\x83\x88\x5f\x6e\x83\xfb\x1c\x12\xcd\x4a\x7e\x4d\xfd\x70\x73\x2f\x27\x93\x5b\x4c\xfe\xbd\x19\xc4\xde\x5a\xf3\xac\x23\xfa\x4d\x4e\xa4\xf7\xdb\x86\x2d\x2b\x38\x4e\xf5\x28\x72\x97\xd9\x4b\x57\x92\x0b\xf1\x68\x15\x32\x91\xbe\x02\xab\xdd\xf4\xa6\x97\x65\xd3\x42\x0e\xe6\x9f\xa7\x19\xce\x5c\x5e\xb6\x7a\x01\xc5\x15\x64\x3c\x36\x0d\x8f\x25\xd1\x99\x15\xf2\x4b\xc8\xf7\x2f\xd0\x5e\x45\x9e\x8a\xeb\x8f\x73\x0f\xc9\x21\x27\x1a\x43\xff\x1d\x24\xba\xa2\x50\xb1\xd7\x8a\xca\xaf\xa4\x44\x0e\x0e\xeb\xca\xca\xd2\x99\x75\x20\x7b\x4d\x65\x7b\x1c\x91\x5b\x99\x9d\x4f\x56\x5c\x45\x1c\xe7\xdc\xcd\x61\xde\xf4\x06\xda\x81\x09\x7f\xf3\xb2\x5c\x92\x71\x9c\xde\xb8\x82\xcc\xf7\xa2\x37\xeb\xc8\x4e\x32\x8b\x9d\x43\xac\xf1\xf4\x95\x05\xe4\xbd\xb0\xdb\x48\xf3\xb7\xb4\xed\xca\xe7\x73\x50\xa2\xaa\x5a\x98\xca\x3f\x2b\xce\xac\xf0\xad\x52\xc4\xaf\x71\x8e\xc7\x76\x80\x83\x75\x19\x31\x84\x77\xd5\x95\x6d\x25\x4f\x72\x56\xfd\xc4\x78\x0e\x9e\x32\x7a\x44\x32\xaf\x4f\xac\x44\xb2\xc2\x0f\xdd\xa4\x7a\x94\x90\x0a\x3d\x4b\x1d\x36\x93\x1d\x2b\x16\x0a\x88\x3f\x2c\xf8\x7e\x31\xd9\xe1\xdd\xed\xcb\x48\xfd\x2b\x33\x89\x2a\xb2\x2e\xd4\x76\x1d\x23\x7e\xb9\x31\xd5\x75\x8c\x05\x68\x2e\xa2\x78\x63\x9f\x24\xd9\xfb\x5a\x24\x2c\x25\x08\xa6\x46\x91\x7c\xa5\x96\xf6\x6c\xc2\xfc\xaf\xa9\x1c\x21\xfe\xb1\x66\x87\xdb\x6d\x1c\xbc\xb4\xed\x3b\x89\x08\x72\xe3\x84\x27\x89\x1f\x93\xeb\x0f\x8c\x14\x2a\x4d\xe2\xa0\x5f\x40\x15\xd1\xc7\xc1\xfc\xd8\x31\x0e\x1a\x59\x9e\x23\xbc\x51\x79\xe5\x05\xb2\xd3\x0b\xad\xbc\xa6\x48\xe5\x3f\xc8\xa1\xf8\x54\x40\x94\x78\xc0\x9f\x66\x98\x92\x11\x6b\x5b\x4c\x4f\x1c\x4f\x1c\xb2\x88\xe6\x4f\xc6\x1e\x24\x33\xfd\x30\xab\x85\x74\xd6\xbb\x5f\xd3\x43\x6e\x94\xdc\x7c\xc6\x26\xe3\x78\xe5\x3b\xd7\xce\x71\x78\xc6\x4f\x3b\x00\xc5\x68\x80\xf7\xf2\xd4\x8f\xdf\xe1\x08\xa0\xbe\x1d\xe0\x2e\x1b\x40\xa7\x07\xe0\x6a\x1c\x00\x67\x61\x34\xf0\x03\x78\x74\x02\x1c\xff\x08\x10\x66\x03\x50\x35\x1e\x60\xe1\x6e\x80\x83\x52\x00\x99\xd3\x01\x2a\x2e\x00\x14\x74\x00\x70\x64\x1f\xbf\x05\x70\x8c\xc9\x11\xaa\xaa\x05\xf8\xd1\xf0\xdb\xff\xc2\xb5\xbf\xb9\x8a\xbf\xf9\x87\xcc\x7d\x80\xaf\x06\x00\x12\x2d\x00\x5d\xaf\x00\x24\x4d\x00\x9e\xc4\x02\x28\x7c\x06\x68\x5d\x0d\x30\x65\x1a\xc0\x25\x6d\x00\xa3\x5e\x80\xb3\x9f\x00\x9c\x1b\x01\xaa\x7e\x00\x04\x36\x01\x54\x08\x01\xc4\xde\x02\x28\xe1\x01\x58\x35\x09\xe0\x40\x1c\x40\xc1\x2f\x9a\x2b\x7c\xbc\x86\xda\xfd\x07\xbf\x00\x2a\xe4\x00\xfa\xeb\x01\xf6\x30\x79\x43\x5b\x19\xde\xb1\xbe\x95\x22\xeb\x35\x00\x7f\x17\x40\xcf\x44\x80\x51\x03\x00\x2f\x13\x69\x3e\xcc\x3d\x0f\x80\xb1\xad\x00\x2d\x93\x00\x64\xaf\x70\x66\x93\xf2\xc5\x1a\x59\x00\xf3\x41\x80\x92\x52\x00\x6f\x65\xea\x5f\x98\xd3\x45\xed\xfe\x4a\x0f\x80\x5d\x7a\x00\x1c\x7e\xbc\x3b\x0e\xe0\xa4\x18\x00\xe7\xed\x7a\x98\x4c\x7d\x67\xec\xee\xdf\xf2\x57\x1f\xf9\x9b\x07\x0c\x32\xbb\x40\xf7\x35\x8a\x5c\xde\x41\x6e\x75\xd4\x52\x7f\x83\x88\x2b\x1d\x5f\x45\xa0\xbc\x67\x9a\x2c\x40\xd1\x76\x1a\x37\xdc\x19\xce\x39\x21\x52\xdf\x47\xca\x26\x80\x5c\x7b\x80\x1d\x26\x00\xdb\x1c\x01\x4e\x4a\x03\xec\xc8\x05\x68\x9f\xce\x39\x27\x53\x79\xe9\xb7\x28\x2e\xe3\xa3\x98\xc0\xf0\x32\x2e\xef\xa0\x51\xe2\xdf\xbc\xe3\x3a\xa3\xcf\x59\xc6\x4b\x7a\xd0\x0d\x60\xcc\x6b\x80\xbd\x69\x00\x2a\x85\x00\x79\xc7\x01\x6c\xe4\x01\x38\x47\x85\x80\x6d\x00\x59\xad\x00\x89\xde\x00\x6b\xbf\x01\xe4\xaf\x01\xc8\xb2\x03\x38\x19\x09\xb0\xfa\x3d\xc0\x53\x89\xdf\xf2\x17\x33\x79\x42\xd1\xdb\xfe\xe6\x1f\xff\xe6\x5f\x34\xf6\x0c\xd0\x14\x46\xf1\x84\x01\xc5\xfd\xcc\x69\x76\x5b\x35\x80\x44\x07\xc0\xfa\x66\xca\x57\xd3\xfd\x01\x7c\xd8\x00\xc9\x0d\x00\x09\xde\x00\xcb\x2a\x00\xf2\xfc\x01\x92\xd4\x00\x4e\xbe\x03\x58\x54\x04\xf0\xdc\x12\x20\x9e\xc9\x9f\x0a\x61\xc6\xc5\x8f\xd1\xc3\x95\xc9\x63\x7a\xab\xc1\x8c\xc3\x1d\x8a\xd7\xce\x52\x3c\x27\xcb\xec\x96\x0c\xff\xd8\x73\x94\xe2\x5a\xce\x6e\x13\x08\x90\x7a\x06\x60\xf2\x7e\x80\x84\x71\x00\xce\xfb\x01\xe6\xdb\x01\xc4\xdd\x07\x98\x65\x00\x90\xcb\xe2\xec\xc7\x00\x27\x3b\x01\x82\x2c\x01\x9e\xb9\x02\xf8\x4b\x52\x9f\x2c\x97\xf7\x98\x7b\x53\xe4\xf2\x90\x36\x86\xef\x5c\xab\x66\x76\x47\x86\x7f\xd5\xdc\xa7\x78\x80\x19\x8f\x6d\x12\x14\x69\x54\x02\x80\x73\x66\x13\x7b\x08\x10\xa1\x07\x60\xe5\x04\x30\xbd\x1a\x60\x5e\x1a\x80\xeb\x4a\x80\x2d\x31\x00\xb6\x62\x00\x47\x6f\x00\x58\xa4\x00\x3c\x5a\x05\x60\x32\x8e\xca\x9b\x12\x44\x51\x91\xf1\x97\x49\x33\x71\xe6\x5b\x09\x7f\xcb\x3f\xd2\xc4\xc8\xd7\xe2\x21\xd6\x31\xc7\x4c\x84\x98\xad\xd4\xcb\x92\xa4\x7e\xdd\x9c\x7e\x05\x62\x5f\x9c\xf9\x55\x78\xc8\x3e\x37\x4b\x4d\x4f\x6b\xf4\x70\x39\xb5\xbb\x2a\xfc\x33\xc7\x8e\x88\x50\x38\x38\x69\x72\x66\xf0\x88\x69\x52\x2d\xca\xc2\x07\xa7\x0f\xb3\x94\xb8\x38\x61\x7f\x6b\x05\x80\xe8\x18\xc5\x6f\xbf\xb6\x01\xf0\x9b\x49\x91\x7b\x8f\x3c\x0d\x22\xe3\xe8\x7e\xca\x4f\xf6\xd5\xf3\x49\x54\x6e\xad\x3c\x3f\x19\x99\xa2\x29\x32\x64\x17\xdc\xd4\xa1\x4a\x66\x66\x85\x3c\x71\x8f\x41\xd4\x76\x53\x72\x0e\xf6\xd0\xb6\x26\xa7\xd5\x29\x07\x5d\x88\x57\x43\x50\xd1\x4b\x52\x9a\xd8\x2f\xb7\xc5\xee\x24\x02\xe1\x74\x62\x39\xa9\xf0\xe3\x50\x57\xa2\xcc\x41\xdb\x8f\x34\x63\xc5\x7a\xce\x57\x12\x29\x31\x64\x6e\x12\x6b\x31\x7e\x18\x95\xfd\x1c\xac\x95\x97\x68\xa5\xf2\x55\xc9\x8a\xdd\xd4\x4c\xb3\x37\x53\xcd\x6c\xc8\xca\x8c\x3e\xe7\x46\xfc\x00\x7e\xa7\xa7\x13\x2b\x6a\xf2\x2d\x88\xf0\x03\x71\xf2\xb6\x92\x11\xda\x2a\x49\x2c\xf1\xac\x8f\xce\x24\xcf\x23\x52\x7b\x09\x19\xc9\x30\x57\x1a\xb9\x0a\x91\x3f\x4f\x7c\x8f\xc1\x71\xef\x89\x5f\xc4\x8f\xb9\xc1\xe3\xcc\xd8\x17\x5b\x23\xc2\x3f\x5a\xf5\x88\x1f\x28\xc7\x85\xca\x4d\x4b\xf5\x25\x9f\x63\x81\x66\xf9\x06\x44\x50\x79\x76\xf9\xb4\xbe\x82\x4a\x55\x3c\x39\xc5\x8f\xe8\x58\xba\x85\xea\x91\xf2\x63\x3c\x61\x52\xc9\x31\xf6\x31\x1c\x5c\xd2\x1b\xf7\x99\x60\x0e\xf5\x18\x25\xf1\x9f\x21\x3f\x4f\x68\x6d\x27\x4f\x1c\xf7\x96\xca\x8f\x60\x6e\x5e\x07\x91\x5a\x9f\x39\x81\xee\x84\xf7\xa5\x43\x30\xf1\x77\x2d\xd0\x8e\x22\x2b\x24\xf4\x76\x1c\x79\x43\x5c\xc3\x28\xab\x31\xf8\x9e\x42\xf2\x53\x64\x96\x67\x30\x3b\xca\x06\xc6\xde\x6d\x0c\x90\x22\xf6\x76\x7d\x9b\x0d\xc9\xa0\x59\x2f\x4f\x23\x9b\xeb\xbd\x28\x63\x5a\x73\xbb\x86\xec\x05\x59\x1f\x1e\x10\xbb\xbf\xaa\x73\x90\xfc\x65\x32\x93\x61\x9b\x40\xfc\x41\xe9\x77\x23\xc9\x68\x26\x42\x1c\x91\x1f\xd1\x91\x44\xd8\x81\x1f\xa4\x10\x6f\x92\xed\xda\x4c\xb2\x3e\xb5\x26\xad\x27\x56\x5b\xcc\x73\x2b\x93\x9f\x54\xb0\x82\x22\x97\x8f\xed\x8e\xb3\x21\x1e\x91\xc2\xdb\xb3\x48\x06\x73\xa1\x19\x65\x52\x05\x8d\x07\x89\x3e\xdb\xb3\x6f\x92\x38\xdd\x8e\xed\x7d\xc4\xee\x73\x79\x59\x16\xc9\x8b\x59\xb2\x9e\xf2\xdd\xb9\x39\xa9\xc4\x3a\x73\xfd\x71\xce\xad\xd9\xe4\xe7\xc6\x77\x73\xc9\xc9\x66\xd2\xd6\x1d\x24\xce\x3b\x7a\xeb\xde\x9d\x54\x3e\x97\x8f\x1d\x42\xaa\xc7\x21\xa4\x44\xad\xa2\x25\x82\x30\xec\xf2\xd3\x19\x94\x97\x7d\x2a\x23\xdf\x58\x5e\x76\x85\x60\xd9\xe5\x8f\xe4\x46\xfe\xbe\x50\x24\x99\x6a\x85\xe4\x5e\x4a\x6c\x00\x8d\x13\x86\x1d\xda\x48\xd6\x83\x0f\x3b\x9f\x8c\x87\xbd\x43\x21\x99\x10\xdd\xed\xfb\x08\xab\x54\xd2\x28\x27\x2f\xce\xa8\xb5\x55\x2f\xa9\x7c\x2e\x1f\xab\xab\x93\x22\x2b\xe6\xac\x86\x19\xe1\x1d\x67\xa4\x42\xc8\x88\x9d\x3e\x90\x4e\x46\xf2\x94\x11\x65\x74\x27\xdb\x1b\x49\x04\xf8\x04\xff\x2b\x32\x2f\x47\x13\xe9\x99\xb6\x72\x3d\x39\x67\x32\x3c\x30\xc0\x96\xca\x75\xad\xa4\x72\xcd\xe2\x2a\xc8\xf9\x49\xb3\xa3\x3a\x9a\x83\x72\xd5\x34\x7e\x36\xd2\x95\x6b\x71\x2e\x45\x51\x6c\xf1\x92\x24\x23\xd3\xac\x68\x4c\x66\xb6\x39\x26\x88\xbc\x71\x97\xdf\x72\xec\x1e\xc0\x95\x4f\x34\x02\x7a\x45\xf3\x1c\xd9\x71\x2e\x2f\x68\x67\x73\xf0\x42\x6d\x3f\x61\x7c\x75\xc6\x1c\x0e\xf4\x45\x0e\x40\x72\x0c\xc0\xeb\x33\x94\x77\x3c\x92\x04\x90\xbd\x0c\x70\xdd\x05\x40\xc9\x13\xe0\xe2\x0e\x00\x35\x49\x80\xe3\xbc\x00\x06\xf3\x69\x8e\x87\x6d\x2e\xc0\x81\xfb\x00\xbe\x5f\xe8\x79\x3f\x2a\x1b\xa0\x40\x1f\x60\xa9\x17\xc0\xce\x2a\x80\xcd\xe3\xa8\xdd\xe7\x9c\xfb\x77\x8b\x03\x9c\x6f\xa4\xbf\xd7\xe9\x0f\x50\xf4\x0a\x00\xcb\x7f\xf3\x9f\xf5\xcc\x3e\xff\xb9\x08\x60\x6c\x13\xc0\xcb\x5e\x00\xc1\xbb\x00\xf7\x10\x60\x6c\x27\x40\xf3\x10\x80\xc4\x43\xca\x7b\x14\x8e\x00\x54\x25\x03\x68\x34\x00\x94\x0a\x03\x98\x8b\x53\x7f\x82\x9b\x37\xc0\xce\x0e\x80\xc8\x59\x00\xb9\x77\x00\x16\x97\x00\xe4\x2e\x04\xc8\x5e\x05\x90\xfb\x09\xa0\x44\x10\xa0\x40\x01\xe0\xca\x3a\x80\x5d\xf3\x01\xde\xe7\x00\xe4\x7b\xfc\x2d\x9f\x1b\x7f\xf9\xe8\x41\xfd\x09\xff\xf6\x77\x34\x85\x02\x8c\xea\x00\x38\x7e\x9a\xfa\x85\x2a\x3c\x01\x26\x8c\x06\xd8\x73\x9f\x9e\xf3\xf3\x7d\x00\x9c\x7d\x00\x36\x54\x03\x04\x8c\x05\x58\xbb\x02\x20\xee\x36\xc0\x86\x09\x00\xeb\xaf\x03\x6c\x90\x02\x38\xf0\x0a\x80\xb3\xda\x39\x1c\x66\xf3\x31\x80\xb7\x8a\xbf\xe5\xa7\xc6\xfd\xcd\x03\xb8\xbc\xa3\x8d\xb1\x2f\x5c\xde\x51\x17\xc0\xbc\x0d\x66\x00\x3c\x9d\xd4\xee\x8f\xe3\xf0\x9d\x6e\x00\xf5\x46\x80\x6c\xa4\x7c\x35\xe3\x11\x80\x4f\x29\xbd\x3b\xc6\xd9\x37\x56\xde\x03\x58\x73\x88\xc6\xca\x4a\x9b\x38\xa7\x24\xaa\x47\xc6\x14\x80\x9e\x46\x80\x65\xfc\x54\x2e\x97\x07\x70\xf9\xc7\xbf\x79\xc7\x95\x87\x14\x4f\x77\x30\x6f\x27\x63\x7f\xf2\xf5\x01\x86\x0d\x07\xd8\x10\x0f\x20\xe3\x01\x90\xba\x17\x40\x67\x0f\x40\xd2\x0d\x00\x37\x7f\x80\x04\x45\x80\xd9\x3e\x00\x8b\xdf\x71\x76\x04\x80\x45\x5f\xa8\x1e\x8b\xcc\x01\x9a\x6d\x00\x12\x74\x01\x7a\x33\x00\xe6\x08\x32\xf1\x9f\x26\xc6\x0f\xc2\xf8\xed\xda\x76\x53\x39\x37\x19\xbf\xcf\x05\x46\x3e\xcd\xf6\xa3\x63\xcb\xf9\x5f\x8e\x33\xc5\xb4\xdb\x00\xfc\xe1\x00\x8b\x3e\x01\xa8\x8c\x01\x88\xd9\x0e\x60\x17\x08\x10\x65\x07\x10\xfe\x11\x20\x54\x95\x8e\x45\x90\x35\xc0\xbe\x3e\x80\xa0\x6d\x34\x87\x69\x86\x00\xc0\xe7\x98\xdf\x72\xad\x19\xbf\xa5\x29\x2f\xc5\x7b\x0c\xef\xb8\xb4\x94\xe2\x29\x86\x77\x54\x72\x77\x4d\xc6\x8b\xbe\xa1\x85\x62\xd2\x4a\x8a\xb3\xbb\x01\xc6\xf7\x02\x04\xc9\x00\xfc\x3f\xf6\xfe\x3a\xba\x8a\xe5\xe9\x17\x87\x1b\x77\x0b\x1a\x24\x04\x42\x20\x4e\x12\x20\x24\x21\xae\x84\xb8\xbb\x0b\xc4\xdd\xdd\xdd\xdd\xdd\xdd\xdd\xdd\xdd\xdd\xdd\xdd\xdf\x95\x99\x9d\xe3\xe7\xfb\x7d\xee\x5a\xf7\xbe\xff\xfc\x9e\x59\xeb\x9c\x62\x6f\xa8\xea\x9e\xa9\xee\xaa\x4f\x49\xcf\x26\xc5\x02\x80\xdb\x08\x00\xe1\x79\xf8\xd9\x98\x23\x01\x40\x27\x79\x16\xa9\x01\x40\x9b\x06\xc0\x99\xbf\xa5\x9e\x03\x60\xcb\x04\x80\x4f\x1d\xf0\xb8\x68\x69\x7f\xc6\x1f\x8d\xb9\xb0\xdc\xdf\xf2\x4f\x88\xa8\x31\x0c\x81\x77\xce\xf1\x8f\xc5\x1b\x98\xaa\x20\xbc\x2c\xcf\x25\x00\x2e\x9f\xad\x55\x1e\x00\x3e\x8e\x02\x40\x76\x0c\x00\xff\x22\x00\x84\x66\x00\x98\x98\x01\x80\xcd\x0e\xaf\xa9\xb7\x6d\x00\x54\x5f\x02\x00\xf5\x25\x00\x4b\x48\xbf\xe7\x48\x6f\x22\xf0\xe0\x65\x3a\x98\xfe\x86\xbf\xae\x22\xf4\x50\xfd\xe7\xf1\xad\xa7\xe0\x73\x7c\xea\xba\x37\xa0\x27\x24\x5c\x04\xf7\x33\x93\x1f\x3e\x81\xce\x0f\xbf\x7f\xf8\x7c\xff\xb5\x15\x78\xfa\xf4\x1d\xf2\x57\x56\x05\x00\x6e\xb5\x3f\xc5\xd1\x4e\x02\xe0\x52\xf6\x63\xdc\x00\xc8\x03\x20\x0d\x15\x43\xbd\x47\xf7\xfb\x27\x21\x4f\x7a\x9b\xe6\xf4\x1f\x7a\xb4\xb2\x38\xe0\x3f\x47\xcb\x01\x08\x67\x78\x85\xdf\xf8\x75\x46\x2d\x3f\x3e\x83\xba\x28\xd4\x51\x50\xa1\xa8\x51\xc8\x1b\x1b\x8a\x52\xe9\xe8\x3e\x41\x6e\xe4\x0d\x1a\x89\x27\xcc\x49\xa5\x70\x1f\xca\x18\x7c\x73\xa2\x83\x2c\x2e\x31\x9d\x2a\xe4\x6f\x3e\xdf\xf3\x81\x10\x15\x21\x5b\x01\x84\x58\xf0\xdc\x46\xa0\xca\x17\x16\xa2\x1f\xf8\x35\xe2\x17\x90\x9e\x40\x67\xe7\xa2\xdf\xdd\x86\xbc\xa4\x3b\xca\x53\xe8\xdc\x95\xe5\x1b\xcc\x75\x78\x7c\x22\x48\x03\x12\x80\x1c\x7a\x62\x4c\x28\xb4\x90\x1f\x22\x08\x66\x81\xea\x64\xb7\x01\x0f\x3c\x0d\xc0\xdb\x87\x04\xc5\xad\x3c\x84\x54\xd0\x4c\xb9\xe6\x15\xa0\xfa\x18\x27\x92\x1b\xf4\x4f\x58\x35\x32\xa1\x35\xf8\x63\xb9\x1b\xc2\x47\x4c\xad\xb0\x5f\x21\x43\xfc\x42\xd4\xe7\x46\x28\xbe\x74\xc5\x81\xba\x77\xac\x7e\x11\x41\x5e\x50\x5d\x9c\x16\xea\xdb\x92\xe0\x64\x83\xb2\x3a\x1c\xdd\x7c\x90\x7f\x23\x8d\x13\xbe\x70\x46\x5f\x49\x49\xa4\xc3\xe3\xcb\x5b\xc0\x54\x09\xc0\x0e\xef\x27\x0a\x25\xb4\xc7\xe4\x30\xa4\xa1\xcf\x72\x78\x70\xe6\x46\xfa\x11\xbc\xe6\xa5\xd6\x1a\xa1\xf1\xc5\xd9\x57\xa1\x4c\x01\x1f\x02\x17\xb2\x42\x75\x42\x2b\x2f\x4a\x68\xe7\xea\x8c\xb3\x43\xcf\x59\x16\x49\x10\x9a\x35\x0f\x90\x80\xea\x2f\x34\x24\xb2\x10\xba\xc1\x0b\x80\xcb\x1c\x0f\x63\x35\x09\xe0\xf1\x0d\x84\x10\x74\xef\x19\x54\xc9\x32\xf0\xa6\x80\x90\xa5\xc1\x32\x0c\x08\x0c\x9a\x2c\xa1\xba\x94\x1e\x2d\x1c\xfb\xe8\x8c\xc3\x15\x1c\x2d\xa8\x57\x13\x00\xd5\xaf\xf0\x3c\x64\xa0\x3e\x1d\xfd\x0e\x78\xdc\x5f\x8f\xa4\x20\xfc\x21\x44\xa5\x00\xe1\x61\x66\x76\x35\x28\x93\x48\x4a\xa2\x0b\x79\xf5\x77\xc5\xc6\xd0\xfd\xdf\xf8\x62\x31\x0c\x8f\xef\xb0\x05\x53\x67\x35\x78\x1e\x8e\xa7\x70\x85\xd7\x31\x54\xa4\xe4\x8c\xda\x6b\x1b\x42\x38\xc0\xbe\x35\x18\x1a\xd7\xc1\xb6\x14\xee\x93\xc2\x1d\xf9\x00\xad\x00\x8f\x63\x5e\x68\xbe\xd0\x49\x2b\xc5\x18\x79\x4d\x78\x1d\xa8\x43\xff\x9a\xe3\x91\x3e\xe4\xbd\xa9\x78\xcc\x20\xfd\x10\x20\xd9\x94\x43\xfa\x78\xe1\x88\x88\xa4\xdc\x11\x3b\x2c\x70\x15\xa6\xc1\x28\xcf\x21\xc4\x10\x88\x4a\x0a\x65\x68\x02\x63\xe0\x93\x91\x81\xe8\x06\x90\xc2\xfc\x15\xfc\x20\xcd\x07\xc8\xe6\x41\xf3\xf5\xf5\xe8\x81\xf1\x19\xfe\x3e\x54\x01\x74\x86\xde\xcc\x23\x9d\xa5\x07\xe5\x4b\x05\x2b\x2d\x20\x34\xfd\x5d\x19\xae\x53\x92\x94\xc2\xdd\xc5\x18\x2d\x1e\xd0\x7e\x79\x3c\x1a\x80\xe8\x8f\x3a\xc7\x63\x71\x08\xcf\x94\xc8\x86\x0c\xcd\x3c\x7e\x89\x04\x7a\xb2\x71\x2f\xf9\xa0\x71\xe2\xd8\xb5\xa0\x95\x14\x47\xe4\x09\x65\xfe\xe2\x88\x33\xa0\x3b\x89\x61\xee\x80\x22\x94\xa8\xf4\x15\x48\x03\x21\x50\xff\xd8\x39\x0e\x64\x7d\xe6\x04\x9d\xfa\xa2\x36\xf5\x84\x56\xd3\x27\xaa\x00\xe8\x7b\x34\x4f\x18\x4d\x3d\xf0\x8d\x59\x87\xc7\x4d\xc1\x87\x29\xdc\xc7\x05\x40\xc1\xfe\x33\xc8\x3e\x14\xf8\x7d\x85\x16\x46\x1e\x2d\xbc\x93\x72\x89\x35\xa0\x95\x94\x83\xeb\x06\xfd\x92\x5a\x4e\x61\x32\xd4\x4f\x96\xd9\xdc\x00\xcd\x33\xf3\x74\x1e\xca\xe9\xc3\x7d\x65\xe3\xf2\x00\x3c\xc0\x85\xfd\xfd\x5d\x72\x00\xaa\xbe\x00\x70\xff\x0b\x00\x25\x1e\x00\x20\x8f\x03\x90\x98\x0f\xc0\x6b\x1e\x00\xa2\xa6\xcf\xb0\x19\x00\x01\x2c\x00\x90\xd8\x01\xe0\x19\x72\xb6\x03\x01\x70\x50\x86\xfd\xbe\x7d\x10\x00\x0a\x2a\x67\xda\x07\xc0\x44\x0f\x00\x6b\x14\x18\xeb\x38\x72\xc1\xbd\x30\x5e\x02\x00\x74\xec\x00\xe0\x13\x06\xc0\x3e\xdd\xef\xf5\x9f\xf3\xfc\xc7\xc0\x32\x00\x57\x2d\x01\x68\x59\x83\xfd\xfb\xd9\x9a\xbe\xb8\x06\x40\xc6\x32\x5c\x57\x88\x21\x01\xe0\xa9\x09\x8c\xaf\xde\xe2\x03\xe0\xd5\x01\xc0\x27\x66\x38\xde\xa7\xe9\x01\xc0\x92\x1c\x00\xae\x23\x00\x8c\x52\x61\x7f\x7b\x16\xff\x1b\x9f\xf9\x7f\x2c\x00\x3c\x3a\x01\xb0\xb8\x0d\x40\xaa\x15\x00\x96\x59\x00\x34\x5b\x02\x60\xbf\x04\xd7\x41\xce\xc7\xd7\x42\xc4\xdb\x5d\xa5\xf0\xd3\x3d\xc7\x1d\xa5\x2c\x70\x3c\x0f\x75\xb3\xe5\x01\x10\xa6\x09\xc0\x8d\x79\x00\xbc\x68\x00\x78\xa6\x0b\x80\x8d\x36\x00\xef\xb5\x01\x30\x23\x04\x80\xf4\x26\x00\x7a\xdd\xf0\x7b\x96\x34\x3f\x01\x20\xce\x07\x80\x86\xeb\x59\x24\x05\x80\xee\x7d\x00\x3c\xcd\x01\xd0\x77\x04\x20\xc3\x15\x00\xdd\x63\x00\x5a\x46\x60\x3c\x72\xfc\x0a\x00\xd5\x10\x78\x7c\x19\x33\x98\x9e\xe3\x8e\x6a\x66\x98\xe6\x75\x22\x56\xdf\x08\x4c\x03\x10\xdd\x8c\x4e\xf7\x00\xb8\x6e\x04\xe7\x9e\x5e\x94\x03\xa0\x1f\x08\xc0\x67\x13\x00\x34\x1a\x00\x60\x4a\x84\x7b\xa7\xc4\xcc\x00\x50\xf4\x38\xb3\x14\x00\x28\xed\x01\xe0\x79\x0a\xe3\x81\xd4\x62\x00\x94\xdf\x00\xd0\x8d\xf2\xef\x79\x90\xf3\x79\x9c\xe3\x8e\xf3\xbc\x4b\x1c\x3b\x4c\x7d\x11\xab\xd1\x1a\x41\xb5\x6f\x02\xf0\x80\x01\x00\x39\x5e\x00\xde\x7d\x02\x40\x12\x09\x00\x72\x6d\x00\xc4\xfa\x00\xe0\xbf\x00\xf7\x0c\x9d\x59\x00\x21\x35\x00\x3c\xe3\x01\x10\x08\x02\x20\x83\x08\x00\x7e\x31\x00\x7a\x3c\x00\x10\xa4\x83\x73\x94\x4c\xda\x7f\xc6\x21\x75\x08\xab\x78\x9e\x77\x49\x41\xf8\xdd\x30\x84\xbe\xbc\x10\xf3\x32\x47\xe4\x6b\x94\xee\xc0\xb8\x4c\xa8\x1a\x80\x67\x33\x00\xf0\xf0\xc1\x7d\xd3\x6c\xef\x01\xe0\xb8\x0d\xc0\x8f\x6e\x00\xd4\x91\x00\x60\x68\x86\xd7\x26\xf5\x45\x00\x32\x59\x01\xa0\xeb\x02\x60\x30\x1b\x00\x4a\xf8\xb7\x66\x7e\x7b\x67\xc1\x6b\x44\x3d\xf7\xb7\xe7\x20\x0f\xd3\xdf\xf0\xcf\x4f\x98\x3a\x72\xc3\xd4\x60\x00\xa6\x32\x08\xfd\xfd\x50\x07\xe0\x2a\x1e\x00\xb4\x66\x00\x60\xd9\x01\x40\xb6\x05\xe7\xed\x08\x04\x01\x50\x59\x06\x00\x6b\x1c\xd6\xcb\x7b\x59\x00\x72\x34\xe0\x1c\xed\x60\x13\x00\xc8\x88\x73\x06\x0f\x10\x7d\xe3\xd7\x10\x3d\x7c\xf9\x08\x6b\xf4\xd7\xfc\x93\xbb\x0e\x4c\x2d\xf4\x61\xaa\x8e\xb0\xa2\x22\x88\x3e\x66\x1a\x6f\x98\xe2\x3a\x01\xf0\x0a\x05\x80\x37\x53\x00\x30\xac\x00\xf0\xd8\x00\xce\x4f\xdd\x7b\x0a\xcf\xe3\x9a\x22\x00\xd9\xa3\x00\x5c\x74\x01\xa0\xbf\x19\x00\x80\xa8\x9d\x5f\x40\xe4\xa3\xc0\x47\x98\xfe\x96\x7f\xfa\x0b\xfe\xb1\x41\x44\x6d\x3a\xf6\x30\xfd\x85\x88\x22\x39\x75\x2f\x40\x79\x98\x4f\xec\x57\xa0\xae\x01\xa4\xea\x3b\x3c\xf7\xa9\x00\xb8\x28\x73\xd3\x96\x02\xd2\xe9\x55\x7c\x79\xc8\xcf\x5c\x54\x77\x85\x3b\x23\xb8\xd2\x11\x35\xc7\x2e\x7a\x98\x1e\x23\x20\xc3\x1f\x71\xd0\x79\x77\xaf\xf7\x14\xc8\x06\x50\x57\x08\x3c\x8e\x7e\x25\xf4\xba\x5a\x20\xfb\xe9\x31\x94\xc9\xe4\x50\x7e\x09\xad\x68\x92\xa0\x77\x50\x96\xe1\x99\x1a\x26\x42\x83\xb8\xb4\xb7\x20\x7b\x89\xf1\x92\x14\xd2\xf1\xbb\x7b\xb2\x90\xe3\x47\xf3\x74\x84\x10\xd3\xab\x6f\x49\x10\xd6\x7c\x85\xd2\x0e\x3d\x53\xe4\xa3\x0d\xe8\xdc\x2d\xd2\x27\x78\x1e\x57\x21\xbb\xee\x33\x0e\xf7\x6b\x3b\xa0\xde\x83\xfc\x8b\x3e\xd2\x2b\x68\xc7\xfe\x52\xfe\x00\xd5\xe7\x78\x4c\xf0\xa1\xbc\x3f\x55\x07\x31\xd4\x85\xfc\x21\x82\x1c\xca\xd2\x5f\xea\xa2\x41\xd8\x77\xda\xd9\xbb\xd0\x33\xa3\x96\x87\x33\x49\x54\x0a\xf0\x39\x60\xca\x6c\x6b\x48\x22\xd9\x70\x34\xe4\x7f\xbf\xfd\xa8\x85\x90\x04\x49\xe5\x02\x64\xd7\x3f\x46\xc0\xf3\x40\xdf\x81\xe2\x3b\xed\xd7\x10\x97\xfe\x7d\x6c\xa8\x7b\x42\x5e\xf7\x2b\xb4\x43\x05\x68\x29\xa0\x7c\x03\x63\x11\x13\xe4\x25\xce\x71\xd8\xd3\x45\x6e\xc4\x8e\xe6\x43\x20\x66\xc1\xca\x07\xd0\x93\xe1\x5f\xfc\x0a\xfd\x62\x2c\xbf\x07\x5c\xe1\xe2\xbd\x60\x04\xe1\x0f\x5e\xd1\x50\xc8\x63\xf1\x00\xd8\xef\x73\x72\x8e\x41\x1d\xb5\xac\x88\xf7\xe7\xd0\x42\xe7\xa3\xce\xf3\x70\xca\x79\x54\x90\xbe\x85\x91\xe0\x2a\x1b\x33\x3b\x1f\x44\xcf\x71\xd8\xdb\x71\x49\x68\x47\xdd\xe2\x92\xd9\x83\xc7\x97\x2f\x87\xe9\x39\x1e\x53\xf0\x20\x82\xce\xc9\x2b\x49\xf0\x4f\xc2\xdf\xeb\x42\xfa\x51\x58\xf6\x83\x90\xb6\xc2\x50\x2e\xf4\x4b\x2e\xb2\x48\xf0\x2f\xb9\x4a\xe1\xef\x42\xd0\x0a\xce\x4b\xa9\x8e\xb0\x41\xf7\x25\x89\x25\xf0\x10\x9e\xb5\x38\x34\x0e\x6d\x12\x9c\x9f\xc2\xb3\x87\xeb\x93\xcf\x57\x54\x20\x7f\x7b\xf1\x85\x0e\x22\x82\x30\x44\xec\x78\x63\x94\x27\x90\x04\x83\xe5\x2f\xd0\x37\x06\x36\x3c\x07\xf0\xf7\x70\x46\xcb\x30\x14\xce\x20\x19\xe0\xa6\x41\x1d\x79\xfa\x62\xcd\x90\x86\x75\xf0\x17\xa0\x3b\x55\x79\x03\xe1\x0f\x09\x71\xe8\x6f\xf9\xf0\x7f\x41\xeb\x90\x69\x44\x09\xb2\x60\xc4\x75\xda\xd0\x67\x2c\x3d\x03\x12\x00\xe5\x07\x8d\x11\xeb\xd2\x12\xb1\xb2\x1d\x10\x95\x78\xa7\xbd\xa7\xd0\x0a\x77\x62\xfd\x02\x69\xd6\xb1\x99\x1b\xb2\x89\x8e\xd6\xaa\xd0\x7e\x71\xc0\x70\x82\x70\x88\xfd\x5e\x1c\x9c\x37\x43\x81\xf3\x42\x36\x64\x53\x50\x87\xa0\xb9\xeb\x61\x13\x00\x82\x76\x8a\x50\x96\x86\x23\x0a\xae\x13\x52\x4d\x19\xc1\x38\x4c\xdb\x02\xaa\x87\xa1\x8e\xd8\x42\x9d\x18\x37\x7d\x9d\x11\x96\xce\x13\x91\x81\xfe\x2b\x1e\x0b\x7a\xf0\x19\xf2\x4d\x01\xcb\x5c\x10\x92\x0a\x44\x57\x81\xf6\xc9\x79\x9e\x2c\x60\x38\x06\xda\x57\xfe\x95\xd5\x70\x9f\xd9\xad\x31\x08\x1f\xfa\x18\x1f\x57\xfd\x9e\x8f\x63\x0c\xb5\x80\xe6\x41\x8c\x0f\xff\x0e\x0c\xde\x43\x37\x08\x7f\x3e\x27\x87\xdf\xbf\x7a\x5d\xd9\x1f\x91\x69\x0e\xb7\x85\x69\x6c\x19\x4c\xe3\x5b\x91\xa1\x95\x15\x8f\xf2\x09\x5a\xc1\xb1\x21\xb0\xa6\x63\x1d\x15\xa0\x9d\x16\x5d\x09\x4b\x8e\x61\x0c\x83\xfb\xfb\x05\x0b\xbf\x41\xdf\x5f\x82\x7f\xe9\x2e\x32\xe7\x2c\xde\x6c\xc1\x07\xe0\x16\x2e\x00\x95\x14\x00\x5c\xd3\x06\x20\xab\xe8\xec\xde\x01\x88\x3b\x06\xe0\x2e\x31\xec\x6f\x1f\xa5\x03\xe0\xec\x08\x00\x4a\x04\x00\x76\x51\x00\xe0\x8d\x03\x60\x61\x0f\x00\x25\x15\x8c\x35\xce\x56\xb6\x16\x1f\x9c\xdb\xd7\x12\x05\x40\x95\x14\x00\xbd\x54\x00\xec\x23\x00\xd0\x23\x05\x20\x24\x0a\x00\x03\x31\xb8\x86\x72\xa6\xdd\xb3\xf1\xcf\xeb\x20\xba\x25\x88\xf8\x16\x61\xd3\x8a\xcb\xe0\xba\xcf\x6f\xb8\x83\x10\xfe\xde\xfb\x0e\x00\x77\xb8\x00\xb0\x69\x03\xe0\x11\x13\x00\x26\xd8\x00\xa0\xdf\x05\x40\x47\x1a\x80\xcf\x96\x00\xa8\xdf\x01\x80\xbe\x04\x00\xd5\x01\x00\x84\x9e\x03\x20\x7f\x86\xcb\x52\x00\x50\x5f\x85\x7b\x3f\xce\x7c\xde\x19\xb2\xd4\xa0\x87\x63\x58\x5d\x0f\x00\x26\x3d\x00\xd0\x4e\xfd\x73\x3f\x48\xcd\x99\x55\x30\xf9\x03\xee\xe8\x80\x69\x10\x22\x3b\xea\x8c\x88\xef\x4d\x63\x01\xb8\x89\x01\xf7\x75\x3c\x2f\x3c\x5b\xe5\x00\xe0\xaa\x03\xa0\x30\x05\x00\xcd\x38\x00\x32\xb7\x01\xe0\xf9\x09\x80\xa8\x36\x7c\xbe\x4e\xb2\x0d\x00\x4b\x09\x00\xce\xa2\xae\xb3\xb8\x41\xc1\x07\xc6\x7a\x8a\x25\x00\x4c\xb5\x01\x20\x8b\x38\xfb\x2e\x8c\xa8\x1b\x9e\xd7\x7b\x72\xce\x51\x38\xc2\x4a\x9d\xe3\x1f\x67\x3d\x98\xea\x28\xc0\xf4\x6c\xcb\x3f\xa8\x04\x40\x6c\x06\xae\x93\x09\x6b\x01\x40\x1c\x02\x00\x77\x28\x8c\xcb\xf8\xae\x01\x70\xb6\xe3\x39\xc5\x00\x30\x5b\x00\x80\x13\x05\x7e\x1e\x5c\x18\x70\x4f\x17\x17\x05\x00\x13\x21\x00\xb0\x23\xf2\x62\xe7\x38\xe4\xdc\xef\xa7\x23\xba\x06\x22\x97\x60\x7a\x8e\x7f\xec\x11\xdf\xeb\xe8\xc3\x78\x51\x08\x81\xda\xb9\xaf\x02\xf0\x78\x17\x00\xf6\x45\x00\xf0\xef\xc3\xef\xc6\x3e\xfb\x8f\x5a\x1e\x80\x33\x8b\x47\xd3\x08\xf7\x04\x53\xd6\x01\x10\xd1\x02\x63\xa5\xb3\xe7\x41\x47\x06\xc0\x82\x0f\x00\x9f\x11\xef\x20\x42\x43\xf8\xb9\xbc\x5f\xb0\xdc\xa4\x64\xc4\x6e\xc8\x84\xe9\x39\xfe\xb1\x84\xbb\xf8\x7e\xf3\xfb\x82\xaf\x60\x4a\xab\x0d\xc0\xb5\x56\x00\x28\xd6\x00\x40\xc7\x05\xe0\x0b\x37\x00\x54\xe9\x00\x10\x6a\x01\x20\x51\x0b\x63\x12\x73\x3d\x00\xde\xe3\x01\x10\xf3\x05\x80\x37\x66\x70\x7e\x0a\x45\x1f\x80\x0d\xdb\x3f\xe4\x41\x10\xef\x97\x4a\x43\xe0\x9c\x73\xbf\xeb\x8f\x38\xcd\xea\x8c\xd0\x97\x31\x62\x1e\xca\x08\xfd\xf0\x22\xf0\x09\xf1\x59\x2c\xc6\x0f\x00\x26\x37\x00\x4f\xa7\x60\x1d\x91\x54\x02\xf0\xf0\x08\x00\xd1\xb7\x00\xdc\x7f\x07\xbf\x8f\xeb\x2e\x3e\x5c\xe3\xbc\xa2\x0f\xe7\xa7\x2e\x4d\x00\xb0\xd9\x04\xc0\x85\xaf\x08\x1c\x82\xa0\x49\xd1\xb0\xdc\xbf\xe2\x1f\x4b\x84\x5e\x74\x10\x5e\x55\x5a\x18\xa6\x6c\x8e\x30\x25\x40\x58\xd7\x87\x6a\x00\xdc\x7c\x09\xc0\x0d\x6d\x00\x88\x10\x7f\x27\xc1\x07\x53\x9b\x7d\x98\xc6\x2f\xc2\xb4\x05\x36\xf4\x60\xf7\x2b\x4c\xa1\x9e\x31\x7e\x78\x1e\xe7\xf8\xc7\xfb\x32\x4c\x6d\x11\xf5\x5c\x7d\x44\x37\xa3\x7c\x12\x4c\x85\x11\xfd\x4b\xb4\x87\x30\xc5\x40\xe0\xf9\x3f\x5e\x44\x88\x39\x4b\x22\x2c\x9c\x2d\x22\x33\x71\x9e\x73\x3c\x3f\x49\xbd\x36\x84\x98\xc7\x1f\x70\x90\x1f\xa2\x5f\xdc\x01\x91\x0f\x33\x21\x80\xfb\xa2\xce\xf3\x60\x88\xa2\x02\x60\xde\xbb\x07\x69\x86\xf0\xe4\x01\x74\x37\x0f\x82\x5f\x21\xe2\xdd\xe7\xeb\x57\xa1\xfe\xca\x47\x9c\x9f\x21\x8f\x80\xa4\x28\x02\x79\xa6\xfb\x94\x70\x0b\xd6\x1d\xb6\x70\xe8\x44\xd7\x4d\x9c\x0a\x08\x6b\x5f\x5f\x9a\x62\xff\xfb\x3c\x5c\x1e\xc1\xf9\x2f\x63\x94\x4b\xd0\x5d\xa8\xe4\xde\x86\xbc\x92\x88\xfc\x4b\x68\x65\xb0\x91\xa1\x42\xfe\xe5\xab\x07\x26\x84\x1a\x50\x01\x3e\x02\xe1\x7f\x41\x68\xf2\xd3\x9b\x9b\xd0\x1e\x23\xd0\x26\x80\xfc\x1d\x2e\x12\x3f\x64\x03\xf1\xf0\x0d\x20\x3d\xe0\xa4\xc3\x79\x07\x4c\x94\x7c\x48\x6f\x6f\xc7\xfb\xa0\x93\x36\x6f\x85\x8e\xa0\x79\x3d\x85\xf2\x54\x26\xae\x30\x7a\x50\xaf\x45\x81\xee\x57\xda\x03\x13\xe2\xe2\x62\xff\x04\xf9\x7f\x2a\x40\x02\xf5\xdd\x62\xb6\xc2\xf8\xeb\x2e\x39\x3d\xc2\xcf\x7c\xaf\x83\x29\x93\xc1\x3d\x08\x29\xd2\x97\xe2\x41\xcf\x90\xfe\x88\x0b\xca\x4b\xd1\x8f\x6b\x40\x7d\x3a\xf4\x17\xe0\x4a\x0a\x1d\x5d\x06\x54\x49\xa3\xc1\x6f\x87\xfc\x0a\x45\xc8\x1a\x94\xf9\x21\x82\xce\x25\x6b\x49\x62\x43\xd5\x08\x19\x49\x38\x1f\xc6\xfd\x98\x1a\xea\xa6\xa1\x13\x65\x82\xf0\x1f\x01\x0a\x3b\x34\xee\xab\x56\x18\xdc\x5e\x24\x13\x42\x44\x5e\xa2\x88\x9d\x2c\xb4\xff\x00\x8a\x29\x84\xc8\x08\xa0\x6f\x84\xa8\x58\xfb\x21\x8a\xaf\x0c\x55\x46\x04\xef\x3a\x42\x79\x0f\x01\xda\x58\xa8\x0e\xc5\xe7\x06\xff\xa2\x2e\x8f\xf1\x14\xa4\x01\xf8\x0d\x7c\xbf\x1e\xc1\xf5\x41\xbe\x71\xb8\xcb\xf9\x07\x15\x0f\x84\xae\x49\x5c\x05\xa1\xce\x83\xf7\x2b\x70\x57\xc9\x43\x76\x69\xc4\x0e\x52\x40\x74\xde\x9d\xaf\xa0\x73\x3c\xa6\x52\x84\x0f\xbd\x51\x47\x59\x9e\x15\x42\x08\xaa\x12\xf0\x89\x38\x65\x3d\xf8\xcd\x04\x4a\x88\xda\xbc\x12\x80\x4f\x9c\xc9\x91\xc1\x27\xef\x65\x91\xf6\x1f\x00\x20\x2c\xcd\x07\xa1\x39\xce\x4a\x51\xc8\x52\xd2\x50\xca\x42\x1e\xe6\x1c\x87\xa1\x0a\xa8\x40\xfa\xb8\x0d\x34\x10\xe3\xeb\x23\x76\x90\xe9\x15\x98\x9e\xe3\x31\xc3\x50\x78\x2f\x1b\x37\x33\x9f\xc0\xdf\xcb\x42\x08\xcb\xb0\xc8\xe2\x2e\xfc\x19\xee\x9b\x36\x44\xcd\x85\x6c\x80\x9e\x6b\x27\xd4\x51\xa3\xab\xbe\x9a\x0a\x00\x17\xb5\x1c\xb4\xbb\xbe\x2b\xc3\xdd\xcd\x24\xd7\xd4\xa1\x79\x61\xf9\xc0\xb8\xe8\xa9\xb3\x21\xd4\xed\x74\xc9\xd3\x02\xb1\x2b\x6d\x10\xfd\x41\xe7\x78\xcc\xb9\xf8\x19\x34\x23\xc7\x66\x02\x08\xef\x39\x99\x30\x43\xbd\xa4\x8e\x7e\xd2\x50\x67\xa0\x43\x8a\x09\x94\x51\x73\x88\x80\x11\x8c\x83\x4f\x26\x64\x1b\x6c\x27\x9b\x21\xdb\x6d\x43\x36\xa7\x04\x00\xeb\x1d\x75\x5f\x78\x3d\xc2\xab\x9b\x10\x1b\xc6\x7f\xe8\x0a\x56\x10\x0e\x7a\xe4\x69\x87\x88\x24\xcf\xf1\x98\x37\xa2\x02\xf0\x3b\x1e\x43\x86\xf4\x1f\x98\x47\x00\xe3\x31\x32\x26\x18\x7f\x69\xc1\x95\x5f\x7f\x64\x03\xe8\x2c\x8d\xdf\x96\x27\x94\xd7\xf5\x19\x87\xeb\x97\xbe\x1e\x8d\x90\xa6\xbd\xf1\x26\xa1\x9d\x77\xe1\xc2\xc5\x8b\x97\x2e\x5d\xbe\x7c\xe5\xca\xd5\xab\xd7\xae\x5d\xbf\x7e\xe3\xc6\xcd\x9b\xb7\x6e\xdd\xbe\x7d\xe7\xce\xdd\xbb\xf7\xee\xdd\xbf\xff\xe0\x01\x12\xd2\xc3\x87\x8f\x1e\x3d\x7e\xfc\xe4\xc9\xd3\xa7\xcf\x9e\x21\x23\x3f\x7f\xfe\xe2\xc5\xcb\x97\xaf\x5e\xa1\xa0\xbc\x7e\x8d\x8a\xfa\xe6\xcd\xdb\xb7\x68\x68\xef\xde\xa1\xa3\xbf\x7f\xff\xe1\x03\x06\x06\x26\x26\x16\x16\x36\x36\x0e\x0e\x2e\x2e\x1e\xde\xc7\x8f\xf8\xf8\x04\x04\x84\x84\x9f\x3e\x7d\xfe\xfc\xe5\x0b\x11\xd1\xd7\xaf\xc4\xc4\x24\x24\xa4\xa4\xdf\xbe\x91\x91\x91\x93\x53\x50\x50\x52\x52\x51\x51\x53\xd3\xd0\xd0\xd2\xd2\xd1\xd1\xd3\x33\x30\x30\x32\x7e\xff\xce\xc4\xf4\xe3\x07\x33\x33\x0b\x0b\x2b\x2b\x1b\x1b\x3b\x3b\x07\x07\x27\x27\x17\x17\x37\x37\x0f\x0f\x2f\x2f\x1f\x1f\x3f\xbf\x80\x80\xa0\xa0\x90\x90\xb0\xb0\x88\x88\xa8\xa8\x98\x98\xb8\xb8\x84\x84\xa4\xa4\x94\x94\xb4\xb4\x8c\x8c\xac\xac\x9c\xdc\xcf\x9f\xbf\x7e\xc9\xcb\x2b\x28\x28\x2a\x2a\x29\x29\x2b\xab\xa8\xa8\xaa\xaa\xa9\xa9\xab\x6b\x68\x68\x6a\x6a\x69\x69\x6b\xeb\xe8\xe8\xea\xea\xe9\xe9\xeb\x1b\x18\x18\x1a\x1a\x19\x19\x1b\x9b\x98\x98\x9a\x9a\x99\x99\x9b\x5b\x58\x58\x5a\x5a\x59\x59\x5b\xdb\xd8\xd8\xda\xda\xd9\xd9\xdb\x3b\x38\x38\x3a\x3a\x39\x39\x3b\xbb\xb8\xb8\xba\xba\xb9\xb9\xbb\x7b\x78\x78\x7a\x7a\x79\x79\x7b\xfb\xf8\xf8\xfa\xfa\xf9\xf9\xfb\x07\x04\x04\x06\x06\x05\x05\x07\x87\x84\x84\x86\x86\x85\x85\x87\x47\x44\x44\x46\x46\x45\x45\x47\xc7\xc4\xc4\xc6\xc6\xc5\xc5\xc7\x27\x24\x24\x26\x26\x25\x25\x27\xa7\xa4\xa4\xa6\xa6\xa5\xa5\xa7\x67\x64\x64\x66\x66\x65\x65\x67\xe7\xe4\xe4\xe6\xe6\xe5\xe5\xe7\x17\x14\x14\x16\x16\x15\x15\x17\x97\x94\x94\x96\x96\x95\x95\x97\x57\x54\x54\x56\x56\x55\x55\x57\xd7\xd4\xd4\xd6\xd6\xd5\xd5\xd7\x37\x34\x34\x36\x36\x35\x35\x37\xb7\xb4\xb4\xb6\xb6\xb5\xb5\xb7\x77\x74\x74\x76\x76\x75\x75\x77\xf7\xf4\xf4\xf6\xf6\xf5\xf5\xf7\x0f\x0c\x0c\x0e\x0e\x0d\x0d\x0f\x8f\x8c\x8c\x8e\x8e\x8d\x8d\x8f\x4f\x4c\x4c\x4e\x4e\x4d\x4d\x4f\xcf\xcc\xcc\xce\xce\xcd\xcd\xcf\x2f\x2c\x2c\x2e\x2e\x2d\x2d\x2f\xaf\xac\xac\xae\xae\xad\xad\xaf\x6f\x6c\x6c\x6e\x6e\x6d\x6d\x6f\xef\xec\xec\xee\xee\xed\xed\xef\x1f\x1c\x1c\x1e\x1e\x1d\x1d\x1f\x9f\x40\x27\x4a\xff\x57\xff\xff\xab\xff\xff\xd5\xff\xff\xea\xff\x7f\xf5\xff\xff\x4d\xfd\x03\xa0\x2c\xa7\x05\x21\xed\x4b\x17\xde\x00\x70\x01\xfc\xf9\xfa\xa7\xcf\x17\x2f\x80\xdf\xbb\x7a\x4f\xff\xff\x71\x3d\x3f\xce\x3a\x71\x3b\xd9\xfa\x3f\xe6\xe3\x39\xa0\xdf\x61\xd8\x30\x59\xa5\x5d\x3a\x5c\x7a\xbf\x98\xbd\x7c\x6f\xd9\x78\xdd\x7e\xfb\xf2\x61\xe6\xff\x80\x57\x6f\x9f\x79\xd3\x7b\xc5\x66\x3e\x66\xaa\x60\x0c\x77\x24\x6a\xc8\x68\x30\xb5\xbf\x6b\x30\x70\x70\x78\x2c\x7b\xf6\xd9\xca\xb7\x83\xec\xff\xc8\xbd\xb3\x7f\x7f\x5d\x63\xe1\xc6\x64\xf2\xf0\x5a\x5f\x44\x57\x7e\x5b\x46\x33\x76\xe3\xbd\x86\x47\xf5\x8c\xf5\x06\xcd\xf7\x5b\x32\x7b\x9f\x8c\xef\xae\x89\x1c\x71\xfe\x1b\xfb\x21\xca\x46\xdf\xc2\xa3\xf1\xba\x81\xdd\x2e\xb4\xe6\xe6\xba\xfa\x4a\xde\x92\xf6\xc2\xfa\x82\xe3\x7c\x9c\x3c\xe1\x7c\xcf\xc2\xad\xb2\xb4\x3a\xea\x1e\xcf\xc9\x9e\x75\xf1\xd3\x89\x7f\xe2\xdf\xbd\xbf\x72\x6f\x1a\x79\xb0\xa1\xf3\x67\xd3\xeb\xaa\x82\xe2\xd8\xbc\xed\x4c\xc1\x14\xab\xc4\x4b\xf1\x5f\xe3\x90\x62\x31\xe2\x52\x12\x03\xd2\xbd\x8b\x09\x1b\xf2\x7b\x2b\x66\xee\x6e\xce\xfe\xc3\xf4\x65\x17\x6b\xc6\xbd\xfb\xae\x34\xb7\x57\xbf\x2f\x1e\xc8\x41\x49\x21\x8d\x27\x89\xf4\x0c\x09\x09\xbc\xe1\xe7\xe9\x9b\xec\x4b\xe2\x6b\x18\xd4\x17\x7d\x27\xe3\x5d\xd9\xa5\xe6\x5f\x83\x56\xf3\xdc\x7b\xf4\x7f\xe6\xdf\xe7\x5c\x8c\x1f\x53\xed\xfe\xd8\x48\x53\x66\x9b\xab\x9b\x5a\x16\xeb\x17\x76\xd5\x2f\xdf\xeb\xa7\xcb\xb2\x43\x98\x9d\xaf\xcd\xa1\x8d\x86\xc3\x3d\x97\x9b\xfe\x98\xb1\xcb\xd9\x2d\x15\xc6\x6d\x04\xa3\x7c\xcb\xee\x47\x8b\x7f\x94\xb0\xfe\x64\xa2\xb9\x47\xa6\xa1\xbc\xd4\x24\x2b\x27\x21\x33\xfc\xc8\xbf\xd7\xbd\xdc\xc1\xd5\xaa\xc8\x94\xcc\x60\x45\x2f\x45\xd7\x58\x67\x47\x5f\xdf\xdc\xd1\xd5\x3e\x68\x3d\xe1\x49\x3e\x7b\x2d\x51\x77\xe6\x94\xe2\x66\xe5\xef\xfc\x07\x99\x0b\x4c\x03\xc5\x4d\xb3\xa5\x8d\x59\x9a\xf1\xae\xa1\xcc\x3e\xf8\xce\x9a\x56\xbf\x8c\xa4\xb5\x45\xd5\x8a\x95\xc8\xe4\x59\x7f\x66\xc8\x5f\x52\x26\xd6\x9d\xb5\x7e\xe5\x51\x17\xb6\x9a\x2a\x5e\x9c\xda\x7c\x71\x48\x79\x31\xe9\x30\xe6\xb7\x67\xf0\x73\x72\xba\x73\xbe\x8a\x36\x67\x2d\x41\x32\x64\xd0\xeb\xb9\x7d\xa1\xd9\xa1\xee\xa9\x2a\xff\xcf\x6d\xc9\x53\x51\x42\xa1\x39\x81\x23\xa1\x5b\x12\xf7\x55\x9c\x0d\xc7\xec\xbd\x7c\xe3\x63\x6c\xb2\x09\xab\xb8\x3a\x0b\xa7\xf0\x37\xfb\xcf\x25\x6c\x68\x8d\x0e\xb7\x88\x14\xfb\xa7\x0c\x86\x27\xfb\xa0\x39\xa0\x9a\xec\xe9\xdc\x56\xec\x94\x0e\x16\xce\xe0\xa1\x60\x8f\x64\xf1\x62\x7e\xcc\xfa\x49\xe0\xaa\xdc\x03\x2d\x24\x73\x6c\x57\xad\x90\x1f\xc9\x4a\x45\xb3\xcd\xb4\xc3\xe8\xcb\xc6\xc7\xbe\xb0\x84\x35\xa5\x81\xc1\x86\x8f\xb9\x05\x71\x8d\x01\x68\xce\xe6\xa6\xc7\xda\xe2\x0a\x43\x92\x34\x02\x2f\xd8\x39\x18\x47\xa9\x23\x28\x70\x29\x54\x69\x93\x39\x64\x45\xab\x15\x7f\x18\xa0\xd9\xae\xf9\x7a\xc5\x52\xe7\xf0\xd4\x14\xf6\xde\x9b\xe5\xde\x0b\x82\x25\xac\x88\x0f\xf8\x54\xa3\x67\xfa\x45\x1a\x79\x12\xda\x08\xe9\x31\x2a\x8d\x49\xb6\xf2\x77\xb2\x51\xd3\x2b\x92\xf5\x13\xd1\x12\x6c\x13\xee\x90\xc5\x30\xc5\xf1\x25\xca\xe8\x68\xf8\x9a\xff\x72\x47\x0b\x4b\x4a\x67\x2f\xe7\xe8\x30\x98\xcc\xdb\xb2\x85\x25\xac\x6a\xf6\x9b\x57\x11\xa6\x1b\x84\xec\xbb\x04\x99\xbf\xd6\xa8\x91\x8d\x14\xdc\x61\x57\xa2\xf7\x24\xfb\xfe\xa9\x09\x47\xea\xbd\x29\x96\x00\x11\x21\xed\x3b\x8e\x0e\xf1\x87\x2a\x77\x8d\xb6\x9d\x92\x83\xdf\x27\x8f\x96\x88\xb6\x2a\x8d\xf9\xae\x2f\x21\xee\x82\xa4\x4f\xba\x7c\x22\xa9\x35\xd0\xd0\x21\xdc\x60\x40\x39\x40\xfc\x02\xf7\x97\xef\x74\x14\x66\x9f\x8b\xb0\x8f\xde\x95\xa2\x6e\xa3\x57\x12\x24\x50\xe2\xb1\x5e\x16\xce\x52\x88\x31\xb0\x75\x48\x0c\x48\x4a\x0c\x2f\xac\x69\x5a\x1a\x6e\x58\x7d\x82\x90\x20\xdc\x57\x53\x31\x18\xb8\xea\xb7\x67\x97\xa8\xd3\x2e\xcf\x23\x14\xc6\x46\x4b\x9b\xf4\x4d\x8e\xd0\x1b\xdb\xef\xc3\xe3\xf7\x6d\x18\x46\xf8\x24\x64\x69\xcc\xd7\x85\x1e\xc9\x53\xe9\x6d\xd8\xb5\xfa\xcb\xc7\xb7\x15\xf8\x35\x46\x0c\xbb\xaf\x14\xc0\x12\xb6\xf1\x87\x64\xb3\xf8\x93\x8c\xed\x6e\x69\xa6\x68\x35\xca\x51\xf2\x6b\xb2\xfe\xa4\x17\xa1\xe0\x24\x96\xf9\x2c\x83\xbf\xf9\x91\x07\xff\xf6\xa7\x26\x72\xc7\x1f\xc3\x42\x4f\xe4\xf1\xf5\xba\xec\xe6\xfc\x79\x13\x3e\x17\xd8\x35\x3d\x18\xf2\x5d\xa9\x3f\x2d\x3e\x93\x30\x7b\xaf\x35\x26\xf7\x71\xa8\x9b\x03\xba\x56\xbc\xc4\xa1\x24\x9a\x50\x05\x57\x35\x2b\xfd\x77\x16\xda\x27\x14\x1e\xa4\x86\x24\xcf\x49\xad\xbe\x59\xd1\x10\xb1\x24\x08\xb3\x2a\x7e\x35\xe8\x70\xc4\x09\x90\x4a\xb4\x29\x72\x6a\x46\x1d\x71\x5c\x4d\x84\xe7\xb0\x3c\xda\xb5\x51\xc4\x11\xdd\xe8\xac\xaa\xf7\x4d\xea\x93\x94\x84\x54\x83\x28\x9d\x80\x3a\x17\x32\xab\x2c\x93\x07\x03\x31\x1d\x26\x3d\x25\x03\x11\x53\x19\x97\x80\x98\x81\x8a\xb6\xb1\xb7\xb3\x72\x30\x7b\xca\xb3\x12\xf1\xd6\xa0\xb1\xdc\x0d\x67\x58\xc2\x56\xc9\xa0\x57\xa5\x40\xe2\x57\x4f\x1e\xa3\x7e\xb9\x2b\x8a\x19\x2a\xcf\x14\x18\xa5\x86\xc4\x84\x05\x96\x79\x4f\x39\x8b\x38\xbc\x39\xa3\xb9\x74\x78\x34\x85\x52\x64\xd0\xd5\x6b\x2c\xc6\xdd\x5b\xc3\xe7\xd2\x97\x2b\xbb\x3b\x96\x26\x47\xb6\x11\xf6\xea\xa8\x7e\x92\xb3\xfe\x34\xe3\x8a\x7f\x9a\xb9\xb6\x1a\x8b\x6e\x83\xa1\x87\xd6\xa8\xea\x37\x79\x47\x99\x5a\x49\x63\xd1\x75\x51\x3c\xd1\x18\xb1\x5d\xf1\x66\x99\x43\xa5\x01\xdd\x5e\xdb\x72\x9f\xca\x98\xb0\xdc\x57\xb5\xb1\xbd\x6c\x73\xaf\xf6\xf2\xce\xd7\xf5\x22\x75\xbb\x5f\xde\x74\x58\x86\x5d\xbd\xf1\x4b\x87\x16\x1b\x13\x0b\x29\xfd\x1d\xed\xdb\x6a\x87\x2a\x57\x15\x19\xe5\x1b\x15\xfc\x15\x7b\x95\x6f\xa8\x06\xea\xe8\x9b\xc9\x38\xf3\x05\x93\x26\x1c\x14\xbe\x6e\xf4\x1e\x32\x5c\xe6\x3d\x21\x3b\x97\xb0\xc5\xdd\x4f\x5d\x96\x16\x53\xe1\xc3\xea\x68\xee\xeb\xe4\x79\xdd\x59\xde\xf6\x83\xf9\xac\x71\x9f\x01\xad\x2e\xa9\x2e\xb3\xae\x8c\x5e\xa8\xc1\xb4\x51\xa3\x39\x97\xfd\xa6\x37\x7b\xc4\xdb\x74\x85\xf2\xec\xf6\xcc\x09\xdb\xf5\xef\xbf\xef\xef\x23\xb9\xf1\xef\x75\xc2\x69\xb1\xd1\x34\xd1\xb4\x51\xe5\x61\x6e\xfe\xb3\x9e\xfb\x2e\xa3\x0e\x05\x36\xa9\xd6\xb7\x2c\x7d\xad\x78\xac\xf9\xed\x5c\x1d\x70\x9c\x3f\x78\xbf\x0f\x32\x4e\xd0\xca\x45\xae\xfd\xd8\xcb\x3d\x73\xb4\xf3\x27\xab\x3d\xe7\xd3\xf2\xac\xb4\x24\xf3\x6d\xf4\xdd\x4c\xd2\x24\xa7\xd8\xc2\x48\xb1\x20\x33\x5f\x7a\xaf\x68\xf7\x1d\xb7\x45\x77\x3f\x4f\x7c\xef\xaf\xbe\x51\x81\x7c\xe1\x02\xb1\x66\x19\x8a\xc5\x92\x4d\x78\x43\x4a\x4b\x77\x8e\x78\xff\x28\x61\x35\x71\x60\xb0\xf5\x63\xa9\x7e\xe9\x58\xec\x8d\xbc\xb8\x6c\xb2\xb4\x9b\x09\x18\xd1\xe8\x61\x9a\xa1\x8c\xc1\x31\xa1\x82\xa1\x0b\x11\x6d\xd1\x71\xf1\x3d\xc9\x16\x59\xd7\x8a\xd7\x6b\xdb\x3b\x56\x47\x2d\x36\x64\xfe\x62\x69\x65\x16\x5a\x06\x45\x9b\x49\xca\x9c\x9b\x2d\x6a\xbf\x54\xdd\x2a\x3a\xce\x29\xca\xd4\x4d\xed\x4f\xdc\x49\x94\x4f\x7e\x9c\x6a\x9c\x9e\x97\xe5\x9f\x8b\x56\x7c\xb7\xbc\xa2\x76\xa0\x7d\x61\xf8\xee\xfc\xe9\xf6\xe8\x5f\xad\xf5\xee\xec\x5c\xce\xe0\x87\x16\xaf\xc1\xb7\x9d\x4d\xad\x5c\xf5\xe4\xd5\xa0\x62\xaf\x94\xa5\x50\xae\xa0\xa2\xb0\xbf\x78\xae\x0c\xb3\xc2\xb5\xa6\xa2\x09\xad\xed\x4a\x37\xc1\x08\xcf\x4c\xd8\xc6\x93\x93\xca\xbf\x4a\x38\x3d\xdd\x49\x9b\x67\x5a\x26\x6b\x8f\x98\x30\x1e\x0e\xed\xd5\xee\x7c\xd9\xd6\xd7\x64\xd1\xc0\xda\x50\xd1\x78\xb5\x09\xaf\xb5\xb7\x23\xa3\xbb\x75\xc0\x77\x54\x7f\xda\x62\xa1\x76\x0b\xff\xd8\xef\xef\xfc\xd0\x3c\xd2\x16\x35\xb6\x7f\xac\x06\x2f\x06\xcd\xf0\x8c\x05\x8c\x0c\x0d\x8c\x0d\xdc\x19\xa0\x19\x08\x1a\xc4\x1a\x45\x1f\x67\x9c\x26\x98\xdf\x58\xe1\xde\xb9\x78\xf4\xfa\x9f\xb9\xe1\xeb\x80\x05\xfa\xff\xc5\x2d\xc7\x75\x8f\x65\x9c\x05\xec\xb9\xfb\x73\xd6\x73\xba\x8b\x5b\x4b\x6c\x6b\x1d\x5b\x7d\x07\x1f\x4e\xee\xfc\x27\xee\xff\x37\xd7\xc9\x83\xc3\xfe\x83\xf8\xc3\xc7\x07\x79\x87\x49\xc7\xb6\xff\x27\x9c\x87\x26\x3b\xc3\x1b\xd4\xab\x9f\x17\xbb\x16\x8a\xe7\x51\xe6\x3a\xe6\x55\x17\x7a\x97\xc5\x36\x44\xf7\x90\xff\x3b\xef\x91\xd2\x36\xd2\x2a\xde\xa2\xc3\x0c\xea\x84\xc2\x88\xf5\x60\x60\x3f\x7a\x1f\x5f\xaf\x47\x2f\x49\x1f\xd9\xf0\x95\x89\xc1\x85\xc5\x3d\xa3\xff\x38\xf2\xdb\x4d\xf1\x25\xca\xe9\xe2\x91\x8e\x01\xbe\x6e\xe9\x36\x87\xa6\xf4\x86\x6f\x75\x74\x35\x9d\x35\x17\x6b\x3e\xd7\xe4\x36\xe1\x76\xb2\x8d\x62\xad\x38\x1f\x48\xfe\xcb\x1d\xb3\x6d\x4b\x2f\x91\x4d\xb7\x8d\xa0\xf7\x98\xb4\x8a\xd5\x5f\xa9\x32\x2a\xe3\x2d\x54\xc9\xa3\xcf\xa9\xcf\x36\xc8\x92\xce\xf6\xc9\xfb\x50\x98\x58\xad\xd7\xa9\x35\x36\xb0\xd2\x74\xac\xf6\x77\xfe\x63\xea\xb5\x5b\x73\x86\xa3\xa4\x3d\x0f\x5b\x4e\x6b\xe9\x4b\x4d\xf2\x6f\x65\x2d\xa7\x44\x26\xde\x8a\xbb\x15\xed\x1c\x95\x11\x19\x17\x85\x13\xd7\x9d\x42\x53\x60\x57\x13\xd5\x9d\x3a\x79\x75\xad\xf9\x24\xe3\x2f\xe3\x93\x6f\x5c\x9f\xb9\x3f\x84\xdc\x7e\x5a\xb7\x53\xf6\x2b\x6f\x3b\x9d\x29\x61\x24\x72\x3a\xd4\x32\x40\xc7\x57\xd8\x6b\xc0\x33\xc5\x73\xd2\xeb\xb9\x2f\x4e\xd8\xc7\x94\x81\xa2\x8b\xf5\x2b\x7d\xaf\x66\x49\xb6\x43\xfe\x2c\x61\x73\x7d\x06\x63\x40\xa4\xad\xaf\x5a\xb7\x70\x38\xa3\x31\xa1\x22\x42\x2a\x30\xd2\x6b\xc0\xed\x9b\x83\x99\xcd\x96\x55\xb6\x85\xb8\xc5\x25\xeb\x46\xfb\x1f\xde\x8b\x91\x16\x19\xcc\x25\x2e\xcd\xa2\x83\x8e\x0b\xaa\x7b\xd5\x7f\x78\xfa\x15\x4b\x6a\xc3\xc2\x6d\x3f\x2a\x4b\xf2\x72\x53\x9d\xa2\x43\x83\x62\xbc\x02\x9d\xb1\xac\x75\x4c\xe7\x0d\xb6\x75\xfd\xb5\x02\x35\xca\x34\x90\xb4\x35\x4d\xbe\x3a\x26\xf9\x05\xc4\x5e\xcd\xbe\x50\x59\xd0\x9e\x3f\x56\xbc\x26\x71\x3a\x79\x2e\x61\x57\x72\xba\xa4\x3b\xb0\xf6\x69\x7e\x49\x4a\x64\x64\x96\xbf\x88\x9b\x9a\xed\x45\xd3\x4c\x5d\x5f\x35\x75\x45\x8b\x9f\x1c\xb2\x46\x52\xb5\xd2\x6f\x7e\xe2\x68\xa9\x9a\x9d\xb8\x1e\x06\x39\x26\x36\x15\x3c\xad\x6b\xea\xbf\x3b\x3b\xba\xdb\xf5\xdb\x3d\x64\x8d\x8d\xb4\x5a\x94\x32\xa6\x2b\x46\x4b\xfb\x13\xb9\xf0\x5b\x11\x18\x1c\x6b\xbc\x54\x48\x95\x42\x16\x8d\x10\x28\xe4\xcd\xe2\x36\xe0\x99\x15\x99\x93\x8f\xd4\x43\xb5\xce\xf0\xfa\x18\x7e\x98\xd6\x52\x16\xdd\x9a\x34\x16\xbc\x96\x7e\x2e\x61\xd5\x67\xe8\x4d\xc3\x85\x7c\xf4\xf8\xd2\xa0\x17\xae\xd6\x96\x71\xfa\x3f\x54\x89\xe4\xca\x45\xf9\x79\x37\xd9\xea\x7f\xf0\xd0\xef\xd2\xdf\xfb\xae\xcd\x03\x24\xe2\x54\x4c\x8c\xcc\x1c\xdf\xf9\xcf\xc7\x93\xe6\xe3\xd5\x4b\xf7\xcb\xce\x9f\x1e\xfa\xc3\x12\x56\x30\xfa\xc7\xaa\x63\xb2\x41\xa4\x8a\x97\x88\x2d\x8e\x81\xab\xea\x47\x59\x1e\x61\x3c\x2e\x27\xa6\x55\x6a\x5b\xb2\x87\x24\x72\xc4\xf8\x14\x3e\xcc\xd2\x82\x6f\xe5\x9c\xb4\xd4\x2d\xfb\x3d\x91\x23\xb2\x32\x36\x2b\x28\x3b\x1a\x26\x1b\xb6\x92\x11\x12\x68\xfa\x2e\x54\xdc\x4b\xcb\x0f\x89\x74\xb9\x6f\x1a\xa3\xf9\x45\xee\xa5\xb0\x29\xa7\xd8\xf7\x47\x94\x14\x5f\xef\x7f\xb4\xc3\xee\xc7\xd9\x23\xd2\xa0\x43\xe6\x4c\x17\x37\x51\x79\x61\xcc\xed\xb4\x18\xa4\x97\xa4\x59\xcc\xd2\x7c\x34\x1a\xb4\x56\x05\x4b\x58\x1e\xec\x2d\x2c\xf7\x48\x69\x0c\x0c\xb3\x13\xd1\x1f\x50\x52\x17\x2b\xe2\xd6\x60\xba\x4f\x29\x4e\xf4\x06\xf7\x09\x7a\xc4\xeb\x55\xb4\x11\xfc\xbb\xe4\xc4\xcc\xea\x82\xed\xbf\xa6\xf5\x54\xec\x48\xfd\xbe\xc5\x13\x16\x18\x35\xfe\x1c\x92\x5b\x79\x73\x1a\x75\x26\x61\xcd\xb1\x57\xa3\xec\x63\xc2\x8c\xef\x8e\x75\xa0\xf6\xfe\xcf\x18\xc1\x78\x56\x52\xea\x8e\xaf\x15\x78\xa4\xe8\xaf\x5e\x51\x3c\x3b\x40\x19\xc5\x76\x21\xe1\x60\xd4\xe7\x93\x90\xcd\xd7\xce\xb2\x56\xf7\xf9\x19\x4b\x9b\x77\xa3\xae\x73\x80\x7e\xb1\xe7\x18\x42\x10\x6b\xb7\xfb\x91\xcb\xc3\x03\x66\xbc\x03\x2d\x5a\x34\x4a\xa4\xf2\xf9\xec\x18\xb7\xbf\xb5\x11\x36\x60\xdf\x7e\x27\x80\x8a\xfc\x3a\x07\xf5\x18\x33\xe4\xeb\x13\xfa\x1a\x5e\x6a\x19\x01\xad\x50\x2b\x33\x6f\xa6\x68\xf3\x5c\xde\xba\x8f\xfd\x02\x8b\xcf\x8e\xd6\xcf\x24\x6c\x71\xd5\x4d\x56\x7f\x08\x12\xb4\x45\x53\x67\x55\x0d\x12\x6f\xe1\xb5\xa5\xe3\x25\xe7\x21\xfa\x44\x10\x8e\xfb\x1d\xcb\x0c\xa3\x11\x53\x10\x97\xe6\x2b\x33\xc3\x17\x5e\x6e\x99\x62\xad\x60\xab\x62\xef\xb1\x18\x9c\xdc\xd8\xba\x6f\x03\x2f\x17\x9b\x8e\x55\xa0\x3d\x8d\xd7\xaa\x92\x57\x19\x4e\xe2\x20\xa1\xa9\x2a\xb6\xcd\x36\xce\xc1\xfb\x03\x89\xde\x84\x5a\x90\x8c\x8e\x18\xe3\x73\x27\xe1\xe2\x67\xd6\x2f\x1f\xc9\x72\xbf\xd3\xf1\x27\xcb\x15\xea\xe2\xda\xac\xfa\x34\xc5\x06\xe5\x15\xd6\xc7\x0e\xb4\x2d\x6d\x1f\xef\x41\x77\xa1\xdb\x1d\x56\x52\x12\xbd\xe0\xe2\xab\xfb\x53\x32\x91\xa5\x86\x8f\x8b\x67\x8b\x8b\x87\xb9\x95\x21\x8f\x66\x9a\x72\x83\xe2\x33\xa5\x01\x95\x09\x6d\x3e\x8b\x95\x90\xb9\x7c\x92\xc1\x37\x87\x4f\x01\xe4\x89\xc8\x45\x7c\x4d\x5c\xc3\x8d\x2b\xde\xa7\xd0\x1e\xdd\xae\x19\xa9\xaf\x66\x4f\x0c\xf2\xcc\x35\x4c\x92\xb1\xe7\xe9\x92\xda\x94\xba\x26\xbc\xc1\xaf\xc8\x65\xc8\xa6\xc8\x9c\xf9\xe3\x23\x73\x38\x0b\x60\xcd\xe4\x15\x11\x9f\x54\x71\x31\x7e\xe2\x6c\x17\xe2\x97\xdc\x52\xe2\xd6\xda\x36\xf6\x78\xbd\x1b\x61\x1b\x4c\xa7\xcd\x9a\xf0\x33\xde\x05\xb0\x9b\x03\xc5\x7a\x89\x4d\xb5\x1d\x95\xbb\x72\x8d\x52\x5e\x62\x7a\x42\xc8\xfc\xde\x7c\xf8\x7c\xd6\x02\xdb\x82\x79\x62\xc7\xb2\x76\x9a\xea\x16\xb9\x1e\x64\x11\x42\xe9\x7b\xe5\x2d\x1d\xed\x93\x6b\xdb\x9a\xe7\xeb\x7a\x09\xb7\x13\xb3\x80\x24\x6c\xc2\x46\x4d\xff\x91\x09\x99\xb1\xb4\x3e\x86\xa6\x8b\x8a\x86\xbc\xb6\x1c\xb3\x74\xa3\x94\xb5\xd4\xb6\x0c\xe7\xcf\x3b\xbf\xc2\x54\xc3\x0c\xd8\x6d\x42\x7c\x6e\xc6\x38\xe7\x64\xd7\x3e\xea\x1d\x9a\xcd\x3d\xc0\x3d\x97\xb0\xe5\x33\x98\x5f\x7e\x2d\xa6\xd9\x63\xc7\x76\xc2\x80\xc6\xbe\xdf\x86\xd1\x54\xc9\x40\x57\xe7\x8a\x66\xa0\xaa\xb7\xaa\xa8\xaa\x89\x7a\xa0\x66\x91\x36\xa5\x21\xaf\x45\x8d\xcb\x87\x80\xda\xc4\xcc\x02\xcb\x06\xe2\x41\xc1\xc5\x83\xa3\xdf\xbc\xef\x61\xed\x38\x45\x8d\x57\x72\x47\x04\xa9\x67\x9d\x9f\x8d\x4f\xa1\x27\x83\x43\xa8\x2d\xb3\x05\xa7\xa9\xb8\x11\xb7\x61\x9e\x91\x87\x09\xa1\x59\xb6\x65\xa6\x2d\xa9\x0b\xb2\xcf\xb3\x08\xac\x34\xc2\x92\xa5\xd6\xa9\x51\xde\xb5\xe7\x7f\xb4\x52\x73\x82\x4d\x1c\xc5\x68\xa9\x9f\xc3\x3c\x62\x4b\x23\xd5\x83\x46\xfd\x3d\xbd\xc2\x5d\x73\x1d\x5d\x1c\x3e\xd9\x4e\xdb\x37\x3a\xd2\x39\xeb\xbb\x4d\x78\xd7\xfb\xb7\x84\x7f\x4a\xcc\xc9\x95\xa8\x8c\xed\x7c\x3a\x75\x63\x2b\xe8\x8f\x12\x96\xbb\xfa\x3c\x1b\x13\x8a\x1e\xa5\xd8\x47\x38\xa4\xb7\x27\x3f\x8b\x1e\x8d\x70\x0a\x5e\xf6\x37\xf2\xf1\xf6\x6e\xf7\xc5\xf0\x6f\x0a\xbc\x13\xe2\x18\x41\x1b\x93\x96\x5c\x96\xed\x54\xf6\xae\xa9\x6e\xa0\x74\xb6\x69\x5f\xe4\x8f\x12\xb6\xc4\xe6\x44\xfa\x40\x7d\x45\x91\x75\xd5\xc3\x52\xcf\x3c\xa9\xcc\xdd\x54\xde\x84\x96\xb8\xca\x68\xfb\xa8\xf1\xe8\x8d\x18\xaf\xf8\x8f\x49\x5b\x19\xec\x39\x21\x05\x7b\x15\xaf\xeb\x3d\xbb\x9f\x8f\x6f\xaf\xa4\x1c\x73\xff\xd9\xda\x6e\xd9\x4f\xa3\xf4\x8a\x37\xb8\x96\xa4\x36\x49\xd7\x4c\x96\x97\x15\x6b\xe6\x27\xe5\xdc\xc9\xf4\xcd\x2c\xc9\x76\xcd\x51\xcd\x47\x2e\x7a\x53\xf6\xad\x7a\xab\xa1\xa0\xfd\x59\xaf\xcd\xc4\xad\x05\xe9\x5d\x9d\xbf\x7a\x8c\xd3\xd3\x4d\x9c\xe9\xa2\xfe\xf7\xcd\x9e\x7d\xa7\x5d\x03\x6d\x0f\x9a\xd8\xea\x6c\xab\x6e\x56\xc4\x96\x7f\xaa\x28\xaa\xdc\xae\xed\x6a\xcc\x6b\x71\xed\x6a\x1f\xa4\x1a\x6f\x98\x1b\x5d\x93\xfe\x1d\x8b\xfe\x65\x1e\xe4\xb3\x29\x43\xdf\xe6\x44\x26\x7a\x86\x39\x07\x78\x7b\xc9\x3b\x31\x3b\xde\xb5\x3f\x6c\x57\xec\xa2\xec\xa9\xe8\x3f\x18\x19\x98\xba\xb6\x70\x73\x8d\x63\x8f\xf8\x54\xf7\x9f\xf9\xe1\x6b\xd1\x6c\xeb\xd2\x06\xc5\xd2\xde\x6c\xcd\xf4\xe1\xe4\xdb\xf1\x9b\xe3\xc7\x13\xad\x13\xcd\x33\x4c\x0b\xa2\xcb\x9b\x5b\xca\x7b\xae\xa7\x89\xff\x89\xfb\xff\xfe\x75\xc2\x73\x70\xb2\xcf\xb0\x17\xb9\xbb\xb4\xf7\x72\x2f\xe6\x40\xe9\x54\xeb\x7f\xca\x79\x54\xb2\xa7\xb5\x45\xb0\x5a\xb3\xb4\x37\xc7\x39\x17\x36\x63\x39\xd3\x3b\x23\x38\x97\x32\x2f\xb5\x52\xbe\x43\xf3\x5f\x47\xa5\xd8\xe3\xd9\x60\x5a\x5c\x9f\x15\x9c\xbc\x3f\x6a\x39\x78\xb7\x4f\xac\xa7\xb1\x3b\xb9\x2b\xab\x8b\xa3\x07\xb5\x8f\x65\xb4\x68\xce\x7a\x4f\xe8\xdf\xb9\x8f\x5f\x6e\x35\x2c\x2f\xcc\x46\x8f\x53\x0e\x86\x74\x87\x75\x60\x37\x7b\xd7\xe7\xd4\x5e\xae\x46\xab\xd4\xab\xb4\xa8\x1c\xae\x66\xad\x5f\x6f\xc3\x1a\xd6\x5f\x50\xd8\x7f\xfe\xcf\xfc\x7b\x5a\x2b\xc3\xb3\xd5\x63\x4a\xfd\x84\x1d\x48\x8d\xae\xd5\x44\xe5\xbe\xc5\x1c\xf9\x3c\xd9\xf8\x99\x2b\x99\x97\xd2\x66\xd3\xc3\xb3\x18\x73\x0f\xab\xb5\xdb\xc7\xc6\xca\x97\x92\xf7\xd2\xfe\xce\xbf\xd3\xb1\x68\x33\xc1\x33\x80\xdf\x2e\x5b\xd7\x57\xa1\x5d\x44\x91\xf3\x23\x4d\x22\xe9\x59\x2c\x4f\xf4\x52\xc4\xd3\x70\xeb\xb0\xd9\xf0\x82\x48\xc5\x84\xd1\xbc\xaa\xea\xde\xce\x98\xd1\xf0\x65\xcb\xc3\xb9\xbf\x8c\xcf\xb4\x10\x3e\x86\xd1\xfd\xa5\xa9\xa0\x32\xba\xd0\x31\x4b\x2f\xc9\x27\x66\x35\x0c\x3b\x90\xd7\x77\xcf\xeb\x91\xfb\x0b\x37\x6f\xb7\x5c\xb7\x5a\x2f\xdd\x10\x96\x24\xd6\x7c\x8b\xda\xe4\xee\xbc\x89\xb6\x8d\xbf\xac\xe9\xd5\x97\x13\x1c\x9d\xa9\x75\xfd\xa5\x01\xd9\xc7\xc9\x94\xd1\x38\x21\x04\xbe\xc4\x6e\x2c\x8e\x31\xb6\x5f\x2c\xfb\xcc\x32\x4d\xb7\x8d\x4f\xcc\xf6\xac\x63\x3d\xa2\xc3\xed\x52\x51\x0b\xcd\x1a\x2f\xf4\xeb\xcc\xba\xec\xe0\xfd\xce\xbf\x1f\x32\x7b\xd2\x67\xdd\xd0\x5e\xb2\x9b\x65\x11\x2f\x19\xf6\xc4\x0f\xcd\xed\xbd\xed\xb1\xb9\xaf\x41\x9f\xae\xa1\x66\xa2\x5a\x96\xea\xb2\x4a\x83\xc6\x4f\x83\x54\x87\xdb\x3e\x32\x91\x02\x19\x3c\xa5\xf1\x2d\xb9\xc3\xb1\xcb\x4c\xc7\x3f\xce\x25\x6c\xb9\x4c\x48\xb4\x75\x57\x88\x65\x5f\x8d\x4b\x0d\x3e\xf5\xec\x75\x50\xb3\x08\x30\x68\xd4\x34\x52\x0a\xf9\xf5\x59\x3a\x5d\x12\x57\x3c\x4c\xfc\x81\xd4\xa2\xda\xa8\x71\x8e\x93\x9d\xbf\x7b\xac\x69\x8e\x7e\xd5\x46\xb7\xe5\x54\xd1\xd6\x6f\x68\x6c\xed\xd1\x50\x61\x63\x7d\xe1\xc3\x24\x8c\x50\x5e\x8f\x43\x3b\x31\x93\x27\xda\x59\xca\xdd\xb2\xc7\x62\x63\x02\x2a\x3c\xf1\x9c\x7a\xec\x14\x1c\xae\x02\xab\x72\x3c\x5a\x2a\xe6\x31\xae\xed\x21\xa5\xc9\x5d\x45\xf8\xcd\xc2\x43\x8b\xcb\x28\xc7\x26\xb0\x84\x65\xfb\xfe\x2f\xd5\x07\x39\x77\xa3\x16\x7c\x28\xec\xd1\x8c\x4f\x35\x1a\xe5\x2b\x25\x84\x04\x3a\x38\x89\x7e\xbc\x61\xf0\xa2\x71\xa3\x22\xa5\xfd\xc8\x81\x2b\xc2\xa4\xf0\x43\xcf\xc1\xe6\xc8\xe7\x41\x74\x54\x36\x4d\x35\x6f\xf7\xcc\xcc\xfe\x0e\xc2\x5f\x2c\x14\xf5\xf8\x57\x48\xa5\xf6\x84\x2c\xba\xb4\x99\x13\x68\xe3\xfd\x32\x13\x53\xe0\xbd\xce\xfa\x96\x2e\x8f\x6c\xe1\x2b\xe7\xa7\x5c\xc2\x6d\xd2\x5f\x0c\xed\x3c\x74\x52\x68\x6a\xb8\xa6\xec\x2e\xc9\x21\x18\x29\x22\xa5\xd4\xad\x8c\x63\x12\x6b\x87\xb0\x84\x45\xf1\xee\xae\x32\xa5\xa4\xc3\x80\x36\x7b\x7e\x7d\x6f\x25\x2a\x09\x46\x9e\x12\xe6\x67\x34\x6f\x48\xf0\xf0\x8b\x30\xad\xd0\x0f\xde\x13\x12\xbc\xa6\x68\x61\xb1\x15\x4a\x95\x17\xd5\xdb\xb7\x33\xf6\x7b\x1d\x17\x9c\x2f\xdd\x88\x33\x18\xb6\x54\x7f\xa2\x70\x26\x61\xe9\xa8\xfb\x76\xc9\x54\xc2\xb2\xb7\x90\xb5\xa4\x96\xb3\x9c\x90\x40\x19\xcb\x00\x0d\x3e\xb1\xe2\x47\xcd\xf7\x6e\x28\xb3\xc8\x15\xaf\x48\xb0\xb2\xbe\xba\xd3\x2f\xf3\x74\xca\xf8\x69\x2e\x5b\x36\x7a\x39\x45\x93\xe7\x90\xd6\x56\xf6\x0d\xce\xcf\x1f\x42\x68\x6c\xed\x65\xcf\x93\xb2\xb9\x58\x0a\xcf\x00\x0b\x3f\x35\x5d\x49\x27\xee\x19\x06\x61\xd2\x5c\xfc\xbe\x0f\x52\x28\x32\x4f\xae\x3e\xb8\xf4\xec\x19\x7a\xc7\xa7\x5a\x1a\x54\x4e\x43\x49\x0b\xb5\x29\x73\x46\xf7\x93\x48\xb2\x2c\xcb\x6a\xe7\x5e\xb4\xb9\xe2\x7d\x57\x68\x3d\xc5\xf7\x7d\x4f\x21\x4c\x7a\x64\xb1\x65\x9a\xaa\xe6\x28\x86\xc4\xb6\x4f\xcd\xfc\x85\x07\x1b\x13\x4d\xec\x65\x2d\xf2\xf3\x67\xca\xcf\x51\xd1\x42\x08\x76\xa9\xe6\x39\x32\xc4\x57\xd5\xa8\xcd\x8c\xdd\x7d\x22\x98\x33\x9f\x57\xe1\xf6\xa0\xcc\x06\xec\xb3\x42\x7b\xe2\x60\x28\x2b\xd3\x3a\x30\xdc\x3a\x40\x55\x49\x68\x5b\x58\x94\x25\x9c\x2a\xec\x73\x06\x9e\x04\x66\xc9\x7b\x2e\x34\xf6\xb7\x2f\xd0\x5e\x7d\x40\x22\xf4\xa5\x16\xe2\x28\x95\x7c\xa8\xd6\x68\xfe\xca\x7d\x2c\x42\x38\xb3\xa7\x1a\xa3\xe7\x64\xa6\x73\x6f\xe6\x4c\xc2\x61\x69\x5b\x74\xfe\xf5\x30\x7d\x7b\x2a\x75\x7d\x91\x5f\xdf\x03\x98\x98\x69\x54\xc9\xc9\x49\x7a\x3e\x27\x12\x20\xe3\x96\xe1\xc8\xe3\x7a\x7e\xe4\x23\x12\xa2\xfd\xca\xf5\x49\x0a\x45\x83\xcb\xf2\xb2\xe7\x52\x94\x6b\x76\x65\x0d\x59\x6f\xea\x3c\xeb\xc1\x7d\x58\x1b\x3d\x14\x25\x43\x31\x0e\x2e\x36\xda\xe1\x12\x77\xbf\x67\xb2\x98\xb2\x32\x32\xd1\xd2\x61\x53\x3e\x25\xa3\x24\x9e\xff\x6a\xf9\x75\x8a\x24\x82\xbc\x8b\x11\x8b\xf7\x95\xac\x82\xd6\x98\xd5\x92\xb7\x5b\xcc\x8d\x5c\xa1\x3a\xcb\xfe\xd5\xc5\x0b\x47\x50\xa4\xb1\xb7\x32\x72\x5c\x13\x95\x14\xee\xd1\x66\x78\x51\xea\x22\xbb\x87\x80\x96\x50\x33\xf7\x29\x9b\x37\xd3\x00\x63\x1e\xad\x27\x4d\x1a\xed\x2a\x7d\x2d\x23\x11\x6b\x9d\xe0\xd5\x5f\x40\x8f\xd0\xce\xc8\x5f\x20\x3e\xa9\xc0\xb2\xd1\x62\x68\x67\xe5\xde\xa9\x04\x64\xd9\x3a\x66\xbf\x37\x6d\x64\xea\xf8\x3b\x9a\xe9\xfc\xcc\x10\x91\xfc\xb5\x24\xd3\x2c\x96\x2c\x98\xc2\xeb\xc9\x45\xc4\x2e\xc4\x56\xc1\xce\xc1\xc1\xc9\x95\xc6\x67\x22\xce\xaa\x84\x6d\xa0\xe8\xd0\x1d\x74\x35\x19\xbd\xf8\x55\x73\xfc\x68\xf8\x1a\xd3\xf9\xce\x58\x21\xea\x74\xca\x53\x0f\x89\xb6\x7a\xaa\xad\x29\x1f\xa8\x25\xae\x26\xa7\x20\x2d\x77\x5f\xf2\x9a\xa8\x85\xb0\x88\xe0\x84\xd0\xac\x48\x86\x58\x8d\x54\xdf\x2f\x3d\xf5\x65\x33\x7e\xd7\xab\xa1\xee\xa9\x4b\xe5\x1d\x1d\xb6\x13\x5f\xb7\x7f\xcb\x94\x6e\xe5\x0c\x30\x97\x3e\x8c\x74\x76\x3d\xb6\xec\xd4\x1e\x33\xf7\x33\xd2\xd6\x4d\xd7\xbc\xa3\x1c\xa8\xc0\x2b\xd7\x29\x97\x21\x37\xfb\x2b\x57\x71\x48\xd5\x58\x73\xdc\x80\xdb\xc6\xc9\x73\x26\x22\x2e\x73\xb4\x2a\xb8\x7b\x7b\xda\x70\xd7\xfe\x5c\xc2\x21\xcd\x28\xa8\x42\x4d\xe4\x0c\xa5\x70\x9d\xb3\x18\xd3\xd5\xb0\x2f\xb5\x7e\x66\xfa\xc6\xc0\x49\xc7\x55\xf3\x97\x46\xa2\x66\xb2\x76\x95\x9e\x86\x51\xbc\x59\xb9\xf5\xb1\x2b\x5b\x80\x6e\xdc\xe7\xec\xc7\xb5\xb7\xfa\xf0\xe6\xa3\x0f\x4c\x7f\xb7\x32\xd3\xaf\xeb\x74\x0a\x7a\x12\x7f\x05\xdf\x75\x53\x0b\xbc\xe5\x53\xe6\x46\xee\x18\x6f\x3b\x6e\xc5\x6b\xd6\x6c\x3a\x63\xb6\x65\xb9\x65\xf3\xd5\xe1\xb9\x8b\xa4\x67\x4b\x00\x76\x44\x4e\x2a\x57\x71\x42\x63\xfb\xc0\xe1\xf2\xa3\xe3\x3f\x78\xc0\x85\x84\x1e\x8f\xda\xbe\x3c\xad\x84\xc6\x10\x9a\xb8\xf8\x08\xd5\xe0\x5d\x3f\x3a\xef\x6c\x8f\xa7\xae\x86\x2e\x3e\x6e\x97\xdd\x79\xbc\xbe\xfb\x61\x07\xee\x45\x98\xc5\x5a\xa5\x34\xe4\xf5\x55\x7a\xb7\x97\x8d\xe6\xaf\x92\xff\xd1\x52\x6e\xf8\x4e\x79\x76\xb9\xd6\x10\xe7\x75\x16\x74\x85\x3f\x49\xf3\x4e\xfc\x18\xcb\x16\x31\x1e\x8a\x1a\x5c\x18\x44\x1a\xb4\x13\xda\x17\x49\x16\x4b\x94\xa8\x96\x8e\x9c\xeb\x5e\x94\x50\xbd\xd1\xfa\x78\x40\x6a\xee\xfb\x8e\xd4\x9f\xad\xed\xda\xce\xc4\x8b\x2e\xbc\x9a\x9e\x82\xb1\xaa\xbe\x52\x8a\x7c\xf4\xac\x97\x69\xba\x29\x69\x89\x99\x09\xef\x93\xae\xa4\x10\xa6\x87\x67\x27\x16\xdc\x2c\xbb\x51\x53\xd4\x1c\xda\xf3\x7c\x98\x79\xba\x78\xfd\xc3\xe9\xc7\x3f\x4b\x38\xf9\xbc\xda\x3f\x71\xbb\xdb\xac\x47\xa7\x23\xab\xc9\xb5\x56\xa4\x42\xa0\x8c\xbb\xb0\xa6\xd0\xbb\xf0\x49\x21\x79\xc9\x83\xb2\xc2\xaa\x92\xba\x9e\x16\xb7\x9e\xb0\xa1\xb2\x49\xd1\xc5\xbd\x6d\xc9\x53\xb6\xd3\xbf\x5d\xc7\x93\x6b\x8e\x93\xb3\x7d\x9f\x9a\xb7\x07\xf5\x7a\xaf\x74\xa0\x37\xed\x35\x1e\x36\x60\xd4\x37\x37\xbc\x6b\xae\x68\xfd\xde\x45\xde\x37\x32\xfa\x7a\xaa\x7f\xe9\xd2\xe6\xf4\x61\xf3\xdf\xb9\x11\x17\xd1\xc6\xc2\xec\xe8\x22\xf3\xcc\xe4\x94\xf2\xc4\xe3\x11\xfd\xc1\xa2\x01\xe9\xc1\x8b\x03\xe3\x43\x6a\x23\xcd\x53\x4f\xe6\x22\x97\x75\xb7\x2d\x0e\x2d\xfe\x95\xfb\xff\xc1\x75\x92\x78\x18\xb3\xcf\xb4\xeb\xb4\x2d\xb0\x4d\xb4\xdd\xb4\xb3\xb0\x97\x72\xf4\xf3\x7f\xc6\x79\x9c\xb8\x67\xb3\xd5\xb5\xfe\x72\xf9\xc7\xc2\xcb\xd9\xa4\xe9\xca\xa9\xdb\xd3\xa8\x93\x33\x53\xf3\x33\xc3\x4b\xeb\x5b\x6b\xff\x85\xd9\x70\x3f\x73\x63\x63\x29\x68\x4e\x73\xd2\x72\xec\xc9\xd0\x9d\xbe\x91\x1e\xbd\x2e\xf1\x4e\xc5\xf6\xa3\x0e\xcb\xce\xf6\x9e\xc6\xa1\x98\xf9\x97\xdb\x04\xff\xce\xbe\xcb\xb2\xba\xbe\xf0\x6a\x92\x6b\x78\xbb\x37\xbe\xc3\xa8\x35\xb1\xd1\xbf\x66\xaf\x2a\xa1\x92\xba\xbc\xa3\x3c\xba\x8c\xa3\xfc\x6d\x8d\x6b\x1b\xf7\x90\xf2\x9c\xeb\x36\xcb\x3f\x71\x1f\xe2\x6e\x7e\x9c\x53\x9f\xc0\x1b\xbc\xd0\x15\xd8\x5c\x5e\xf7\xad\x92\xb7\xb8\xa8\x80\x26\xa7\x31\x33\x2f\xcd\x2d\xf5\x38\xe5\x28\x35\x22\x35\x20\xbb\xbf\x52\xb1\x2d\x65\xf8\xca\x82\xd3\x5e\xef\xdf\x9e\x99\xde\x5a\xfc\xac\xe7\x10\x63\x67\x40\x93\x69\x75\x6b\xc9\xa7\xbc\xa3\x8c\xa8\x64\xa1\xf8\xf2\xa8\xc9\xc8\xb7\x61\x6f\x42\x92\x42\x6e\x87\x3c\x08\xa7\x88\x57\xca\x09\xaf\xe4\x68\xdb\x1c\x6e\x5f\x4c\xdc\x67\xf8\xb3\x84\xcd\xee\x99\x0f\x03\x11\xad\x02\x35\x51\x25\xef\x72\x7e\xa6\x7a\xc6\x53\x46\x36\x04\xb9\xf8\xed\x78\x71\xb8\xcb\x3b\xa7\x3a\x47\x39\xb3\x39\xa7\x78\xbc\x0d\xd4\x48\x70\xcb\x3d\xaa\xe6\xe8\xc8\x1b\x9d\x5b\x35\x38\xfe\xc3\xbd\x1c\x3f\x59\x54\x1f\xa2\x6f\xe5\xae\x7c\x96\x9f\x9f\x26\x11\xe7\x15\x96\xe7\x7f\xe0\x59\xec\xc2\x66\x67\x63\x45\x63\x96\x67\x9c\x65\x54\x67\x38\x60\x3c\x68\x99\xe3\xde\x12\x72\x9c\x98\x50\x80\x5f\xb3\xd4\x3d\x3b\x95\xb4\xf9\x87\xe8\x62\x47\x60\xea\x75\x97\x58\x95\x7b\x5e\x4a\xca\xbb\xa8\x87\x01\x3d\x1e\xd6\x8e\x5e\xd6\x48\x26\x57\xf5\x68\xb4\x5c\xd4\xae\x2b\xcf\x29\x36\x2b\x92\x28\x5b\xeb\xfa\x59\xbf\xf0\xbc\x18\x36\x99\xe2\x51\x54\xdb\xe8\x37\x10\xbd\xa0\xb0\xe7\x76\x2e\x61\xad\x6f\xc4\xa9\x49\xb3\xa8\x26\xf5\x4d\x44\xb1\x6f\xb0\x0b\x9a\xb5\xa1\x31\xb9\x0e\x8e\x6a\xb2\xbc\x96\x0c\x87\x84\x92\xe8\x4f\xe1\x9f\xc2\x5a\xe2\xd7\x95\x15\x0d\x28\xec\xcc\xbd\xf3\xa3\x2c\x33\x15\xca\x4f\xdb\x75\x27\xb0\xd6\x05\xce\x25\x2c\xcb\xf6\x7b\xd4\x9e\x64\x3f\x89\xe9\xf0\x73\x72\xc6\xb6\x48\xd5\xeb\x55\x4b\xfb\x25\x26\xc9\x2f\xf4\x96\x07\x99\xc3\x86\x85\x81\x39\x93\x85\x86\x97\x4b\x2a\x40\x9d\xcb\x78\xde\xb1\x37\x70\x3d\xe1\x5e\xfe\xad\x7a\xac\xfe\xaf\xf3\x2e\x07\x44\xb0\x84\xc5\xf6\x1e\xac\x0a\x96\x34\xbc\x50\x01\x37\x24\x8b\x56\x5d\x73\x65\x27\x99\xcb\xc2\xa7\x3c\xf7\x59\xaa\xe9\x2b\xa8\x32\x29\x84\xbf\xed\x52\xdc\x62\x96\x14\x50\x91\xdb\xd0\x72\xb7\x18\xf7\xa0\x8e\x60\xcf\xb8\x56\xde\xdb\x61\x3f\x79\x6d\xeb\x21\x2c\x61\xe1\xb4\x43\xb0\xd4\x3c\x31\x37\xe0\x93\xfd\x90\x21\x9f\x72\x8d\x34\xbd\x00\x19\x7b\x1a\xc3\x09\xa5\x08\xb1\x00\xc1\x0e\xde\x45\xdc\xce\x2f\x95\x34\x81\xec\xd3\xa2\x9d\x4a\x58\x86\x32\x8e\x57\x02\xfc\x13\xd2\x0b\x05\x9b\x04\x86\xde\xae\x74\x9d\xc6\x42\x73\x50\xec\x0a\x2d\x7e\x19\xfb\xc0\x3b\xc3\x5a\x4a\xeb\x83\x6c\x80\x10\x26\x5b\x18\x5d\xd6\xb7\xaa\x4f\x72\xd8\xfa\xef\x38\x51\xab\x50\x7b\x71\xf8\x48\x6f\x32\x66\xf3\x11\xcb\x72\x6b\xf5\x58\x7d\xf6\x52\x8a\xa6\xc8\x79\x52\x33\xd3\xdb\x39\x5f\x77\x08\xc5\x2a\x8b\xa6\x5d\x36\x25\xf7\x62\x99\xbd\x24\x4d\xe7\x54\xc3\x25\x74\xb9\x7c\x19\x28\xbe\x39\x13\x4c\x63\xe4\xa0\xfe\x40\x7e\xf6\x90\xf5\xe9\x08\x3a\x3d\x61\x2d\xf5\x4d\x0e\x6f\xf1\x36\x55\x5d\xd3\x6d\x37\xed\xf0\xf7\x19\xdb\x95\x4f\xbb\x6a\x66\x4a\xf7\xec\xce\x24\xac\x14\x77\xa5\x97\x24\x78\xf7\x7a\x28\x1b\x8e\x2b\x68\x09\x73\xb0\xac\x52\xbd\xfd\x8c\x81\x99\x89\x6a\xf9\x34\xe0\x1e\xfd\x8d\xbb\x48\xd4\xa8\xa4\x78\x25\xe4\xce\x2c\x9d\xa2\xe8\xca\x8c\xc6\x56\x2e\xaa\xa1\xcf\xd3\xae\x96\xf7\x76\xd2\x4c\x4b\xef\x40\x39\xdb\x75\xa2\x01\x95\x32\xfe\xd8\x06\x73\x4d\x83\x18\xb9\x62\x7e\x8f\xef\x7a\xdf\x8e\x3e\x3e\x40\x9b\x7c\xde\xf6\x28\xf8\xc1\xf4\xfd\x29\xa4\x83\x57\x83\x38\x53\x64\x32\x2c\x9f\x85\x75\x94\x30\x8c\xac\x9d\x59\x43\x70\x52\xf5\xca\x3f\xb4\x4f\x4d\x61\xef\x4c\x9d\x49\xd8\xbb\x31\xe4\x91\x29\x12\x78\x62\x39\xaf\xdc\xc5\xdf\x42\x67\x4e\x77\x9d\x18\x03\x7b\xeb\x3d\xd9\xdb\xeb\x28\x42\xcf\x57\x9f\xdf\x7d\x11\x8d\x1a\x8a\xa3\x4c\xe6\xcd\xbc\x2d\x5c\xae\x98\x60\xcc\xea\x72\x2b\xf4\x73\x6a\x59\xb9\x6f\xe7\xde\x14\xeb\x0e\x14\xbb\x1f\xb5\x4f\x78\xe7\xfe\x08\xd5\xb4\xcd\x54\xfd\xce\x9f\x4e\xab\xff\xe9\xc1\x57\xdb\x2f\x8f\xf0\x23\xb0\x47\x30\x0a\xd1\xf5\xd1\xca\xd1\x5d\x3e\x8c\xe2\x15\x91\x55\xb1\x92\x8a\x98\x2b\x33\x99\x7c\x75\x59\x0c\x5d\x48\x4f\xac\xb0\xec\x42\x99\x1a\xdc\xed\x80\xee\xc2\xb1\x17\xab\x24\x37\x9a\xc5\x89\x4b\xb3\x58\xf8\x36\x1d\x05\x91\x2d\xf5\x3e\xd5\x6d\x52\xf7\x2f\x07\x84\xaa\xf8\x0c\x78\x9a\x1f\xa3\x08\x1f\x11\xf1\x50\xbe\x65\x9d\x14\xb7\x52\xc5\x34\x7b\xe9\xe6\x14\x71\x2f\x73\xaa\x4a\xa5\x7b\x63\x66\x62\x9f\x19\xba\x0b\xad\x91\x9b\x55\x0c\x89\xe2\xee\xdf\xf5\x5e\x8b\x07\xfe\x68\x62\x93\x65\x15\xff\x61\xc5\x20\x44\x75\x44\x9e\xfe\x4d\x9c\x24\x88\x74\x80\x9c\x89\xd2\x8b\x41\x88\xab\x52\xb2\x40\xfd\xa5\x45\x92\x17\x53\x24\x5d\x56\x49\x0d\x49\x6f\xd5\x1c\xed\x21\x9c\x63\x34\x9d\x4e\x6e\x38\x4a\x53\xf7\x51\x30\x46\x97\x79\x2c\xc0\x2a\xc2\x2f\x68\xcc\x6b\xc2\x79\x97\xd9\xe8\x7b\x23\xc3\x5b\xfa\xcb\x0c\x32\x8c\xeb\xcc\xba\xec\xe6\xfc\xf4\xb2\x57\x35\xdd\xac\x58\x7d\x24\x63\x2f\xe6\x5d\xa8\x97\x18\x90\x5d\xb2\x3b\x2e\x41\xec\x0c\xa6\xb6\x93\xec\x82\xc0\x42\x33\x2a\x0d\x7a\x19\x3e\x01\x5a\x39\x66\xc9\x63\x31\x54\x81\x38\xee\x1d\x2e\x46\x8e\x25\x4e\x1e\xee\x5e\xfe\x70\x11\x15\x89\x34\xc5\x26\x5d\x0e\x9b\x1a\xdf\xef\x71\x9d\xf9\x3a\x0d\x1d\x43\x5b\x2b\xbf\x45\x5c\x1b\xc7\xbd\x83\x85\xfa\xa1\xaf\x9d\x7f\x99\xde\x57\x27\xd6\x26\xd2\xc4\x54\xf2\x92\x6f\x94\x29\x94\xd0\x14\x7b\x24\xea\x2f\x06\x24\x09\xa5\x75\x7f\x99\x28\x95\x6b\x1e\x99\x64\x3b\x1a\x05\x24\x27\xf4\x14\x69\xb4\x28\x8e\x51\xaf\xdf\x3a\x97\xb0\x7f\x63\x08\xbd\xfc\x66\xfc\x87\xc0\x70\xc7\x61\x13\x4f\x0d\x6f\xb3\x41\x83\x1a\xed\x41\x75\x2e\x55\x46\x85\x03\x85\x4b\x0a\x89\x2a\x8e\x6a\x1b\xda\xdb\x86\x0e\xe6\xcf\x6d\xf9\x3d\x24\x43\x29\x52\x39\x4a\x14\x5a\xb5\xc7\x37\x36\x7e\xab\x40\x9c\x5c\x1b\x4b\xae\xa6\xcc\x63\x8d\xcd\xf1\xbf\xe5\x84\xe5\xce\xe1\xe4\x67\xdb\x64\x69\x6d\xea\x65\xe8\xa9\x6f\xaf\xa7\xa6\x9f\x60\xd8\x64\xca\x6c\x59\x65\xa7\xe6\xa2\xe5\xb5\x12\xfc\x3c\x96\x3c\x2b\xad\xf2\x7d\xe7\x9d\x29\xef\xed\xb7\xbf\xdb\xa9\x29\xe1\xae\xbe\x2a\xfc\xac\x9e\xd8\x47\x01\x04\x2e\x8a\x41\xf1\x5e\x84\xae\x9d\x4e\xd7\xed\xf5\x6c\x42\x6c\xe8\x6c\x94\xec\x45\x9d\x39\xdc\x6f\xfa\x9a\x04\x3f\x88\xf4\x4e\x48\xce\x54\x2d\x49\x6f\x08\xed\xbd\x3b\x57\xb7\xf7\xe2\x77\x09\xeb\x0f\xc6\x6f\xb7\x6d\x54\xc4\x66\xdf\x8a\x13\x4a\xba\x14\xc7\x18\x79\x25\x84\xce\xbf\xd2\xd7\xc6\xfb\xc8\xab\xcb\x2b\xc3\x97\x3f\xf0\x65\x28\x55\x94\x5c\xa2\x7d\x86\x61\x7e\x4c\xc5\xbb\xc6\xd7\xdd\x55\x13\x8c\x2b\x61\xc7\x2d\x7f\xb0\xf7\x22\xcb\x71\x23\x29\x6d\x99\x95\x28\x39\x8d\x05\xbb\x59\x28\xe9\xc1\x49\xe8\xf1\x1b\xd1\x0d\x91\x16\xd1\xcf\xa3\x8a\x62\x2f\xc6\xbb\x24\x1f\x65\x6e\x15\xd2\x97\xa7\xd5\x85\xb6\x0b\xf6\xc7\x4d\x11\x2e\x7d\xd9\x8b\xfd\x8b\xcf\xb9\xba\x94\x32\xb2\xd7\x3e\xd6\x1e\x5f\x60\x5b\x6e\x5a\x2a\x5f\x28\x9f\xab\x9b\xd9\x97\xf5\x3a\xc3\x36\x8b\x3f\x47\x2b\x2f\xbb\xb8\xbc\xa2\xa3\x5e\xab\xdd\xb7\x9f\x6d\x4c\x6e\xae\x7d\x63\xea\xa8\xeb\x6f\x6e\xeb\xf4\xa0\x72\x99\x6f\xcc\xbd\xfb\x6a\xc3\xd5\xd6\xce\xc6\x0f\x8d\x91\x35\x9a\x55\x5a\x15\xdf\x2b\x0c\x2a\x53\xaa\xf7\xea\x75\x9b\xd4\x3b\xbf\x0f\x30\x8d\x2e\xcc\xf1\xad\x9b\x1d\x30\xff\x9d\x1b\xbe\x8e\x90\x57\xbb\xa7\x32\xa7\x2d\xda\x5f\xf4\x95\xf5\x05\xf5\x9a\x76\x92\xb4\x57\xb7\xb3\xb5\x67\x74\x2b\xf6\x51\x0d\x1b\x8e\x77\xcd\x6e\xad\x59\xef\x75\x9f\x0e\xfd\x1b\xff\xff\xf5\xab\xfa\xc8\x77\x9f\x62\xc7\x7d\x73\x69\xd3\x6b\xf3\xd2\x46\xf8\x46\xde\xf6\xdd\xfd\x8d\x13\xd3\xff\xce\x78\x92\x7f\x40\xba\x6d\xbb\x9e\xb7\xd2\xb9\x78\x61\x4e\x71\xfa\xe1\x44\xd4\xb8\xd0\xd8\xc2\x58\xfc\xa8\xef\xd4\xed\xb9\x98\x4d\xfa\xff\xcc\x7d\x60\xb5\xd9\xb7\x7a\x63\xae\x6c\x6a\x65\x34\x64\x98\xb3\xdf\xbc\x47\xa3\x13\xbd\x9d\xa8\xd5\xb9\x15\xab\xa5\xac\x75\xb9\x03\xbb\xf7\x68\xc6\x60\xe3\x5f\x73\x31\x07\x56\x1b\xc8\x8b\x9d\x53\x69\xa3\xa8\xfd\x2b\x5d\x56\xad\x5b\x8d\x0c\xb5\x75\x55\xa3\x15\xae\xa5\xf1\x25\xd4\xc5\x6f\x0a\xe7\x4b\x36\x2a\xec\x9a\xde\xf7\xab\x4e\x6f\x6f\x5e\xf9\x27\xfe\x9d\xa3\x65\xb2\x29\xf3\xa1\xb4\xee\x9d\xd6\xfd\xfa\x0b\x55\x24\xa5\x96\xf9\x07\xb9\xd2\x99\x8e\xa9\x3b\x29\x97\x92\xa4\x13\x37\x93\x1c\x93\xa4\x33\xdc\x4a\xfb\x9b\x56\x06\x91\x67\x9c\x37\x4b\xff\xca\xbf\x7f\x75\x21\x7b\x74\xa3\x37\xbf\xc9\xbd\x66\xaa\x94\xa6\xe0\x56\xd6\x62\x0a\x5e\xfc\xcb\x68\x81\x88\x9f\xa1\x57\x82\xf8\x02\x91\x02\xa8\x02\x56\x82\x64\xa3\x5f\x66\xcc\x97\x55\xb4\x60\x0e\x64\xce\x6d\x6d\xff\xa9\xa2\x74\x52\xb4\xea\x3d\x86\xd7\x6d\x51\xcf\x54\xa6\x93\x57\x9b\x7e\x25\xa1\x20\x3a\x22\xf4\xba\x7f\xa2\xf7\x75\x37\x2f\x97\xfb\x0e\xf8\xf6\xf9\xb6\x23\xf6\x37\x9c\xef\xfb\xeb\xc6\xf4\x64\x1e\x94\x4d\xb7\x5a\x0d\x8d\x2e\xb0\xec\x17\xfc\x2e\x61\x8f\x64\x56\xa0\x17\xbd\x3e\xa6\xe4\x52\x26\x7b\xa2\x41\xe4\x85\x20\x4c\x6f\x5c\x57\x03\xfb\x06\xcb\x42\x33\x76\x23\x6a\xfd\x7b\x7a\xb7\x74\x89\xf4\x42\x4c\xf0\x9c\xef\x05\xbe\x89\xdd\xcb\xc6\xad\x9c\xea\x40\x19\x93\x5e\xad\x3a\xfd\xcd\xfb\x6f\x54\x8d\x45\xb4\xa1\x97\x11\x66\x44\xc4\x66\x87\x60\x79\x59\x3a\xdb\xda\x48\x99\x6e\xe9\xef\x69\xc6\xab\xca\x2b\x31\xff\xea\xff\x89\x27\x77\xfb\x97\x8b\xd6\x3d\x8b\x6b\x2e\x73\x41\x1f\x12\xca\xf2\x8c\x6a\x43\x7a\xdf\x4d\x97\xee\x10\x9d\x4b\x58\x31\x1e\xa4\xa9\xf3\xc9\x1b\x4f\x30\x09\x4a\x76\x27\xb3\xb3\x37\x1d\xd5\xa3\x51\xc7\x57\x08\x97\xc5\x10\xd7\x10\xfe\x24\xc0\xcc\x47\xcc\x7b\x2c\x84\x25\xef\xa6\xc3\x62\x45\xe3\x81\x14\x16\x9f\x62\x5a\xdc\xde\xe4\x32\xfc\x76\xf9\xc6\xb1\x21\xf4\x14\xd6\x16\x79\x7b\x1a\xaa\x14\xd3\xb3\xc2\xb9\x3d\x5f\xd9\x54\x18\x05\x68\x5e\x51\xe4\x92\x96\x17\x1e\xe5\x0d\x65\xa7\x66\xd6\x60\x4c\x60\x78\x43\x7f\xc8\x6e\x2b\x26\xa5\x24\xad\xff\xd1\x2e\xc1\xc7\x2a\xfa\x46\xb6\x70\xf5\xed\xee\x96\xe9\xfd\x1d\x28\x5e\x3d\x91\x99\x6b\xe9\xe4\x29\x33\x4b\x26\x0f\x74\x72\x54\x33\xc2\x57\x2f\xfa\xe9\x2a\x46\xc9\x9b\xc8\x5a\xcf\xe8\x48\xa5\xfd\x4d\xf6\xab\xe2\x97\x17\xc4\x2a\x0c\x8a\xdc\x3c\x92\x1a\xaa\xc3\xa6\x0c\xce\xc1\x41\x29\xc9\xbe\xc5\x32\xcd\xe6\x23\xdd\x6b\x88\x0c\xdb\x9c\x56\xfb\x5a\x71\x46\xfc\xae\x8f\x95\xb5\x8b\xb6\xc1\xcf\x69\x91\x00\xce\x29\xa6\x07\xd4\x04\x24\x7e\x04\xf3\x38\x6a\x1f\x56\xdf\x7f\xc0\xb3\x21\x53\xfb\x61\x24\xf0\xf3\xe7\x77\x9d\x60\x1b\x4c\x9f\x85\x98\xe0\x5c\xe6\x3a\xd6\xfe\x3b\x0b\xf4\x87\xc1\x67\x12\xe6\x87\xdb\x33\x8a\xae\xc7\x58\xb9\x15\x9b\x72\xa9\xdd\x94\xc0\xe3\x2a\x65\xdc\xa2\xc0\xfd\xf2\x08\x47\xfb\x5d\xec\xcb\xad\x67\xbb\xcf\x4c\xdf\x3f\xfd\xcc\x40\xf3\x88\x53\x56\x42\x49\xed\xad\x69\xb7\x9b\x7a\xb8\x42\x06\x5f\xc5\x44\x17\xce\x0c\xe7\x6e\xdb\x99\x84\x45\x8c\xce\xc2\x12\xdd\x98\x7b\xae\xbb\x06\xe3\xf2\x4d\x42\x48\x2c\x82\x54\x1f\x3f\x87\x62\x55\xbe\xe5\x41\xb6\x79\x10\x7f\xab\xfc\xc1\xea\x6b\x13\xdc\x5a\x32\x56\xe6\x77\xc2\xe8\x8a\xf7\x0d\x07\x9c\x9e\x04\x65\xa6\x58\x94\xd5\xb6\x6b\x4f\x06\x6c\xf1\x9d\x49\x58\x0d\xec\xae\x29\x09\x8a\x0e\x77\xa9\xd4\x1f\x92\x4e\xe5\xb1\x60\x34\x22\x99\xc1\xfd\xfc\x76\x0c\xd9\xfb\xfe\xd8\x75\xb7\x0b\xb8\xb7\xb3\x9e\xcf\x61\x8a\x10\xa7\x7d\xbf\x2e\x60\xf0\x6b\x50\x1f\xcd\xe1\x43\xe0\x7c\xd2\x8b\x12\xf6\x56\x97\x09\xba\x4d\xa8\x8e\xb3\x71\xbf\xef\x6a\xa9\x8a\xb7\x94\x69\x82\x3c\x06\x77\x33\x6b\x38\x55\xed\x27\x83\x0f\x49\x2f\x3f\x3f\xbc\x77\xfb\xc7\x4d\xf4\x1b\x24\xb7\x70\x9e\xf1\x7f\x50\xfe\xca\xc3\x78\x81\x1f\xe9\x27\x9f\x9e\x84\xbd\x78\xc0\xed\x24\x50\xfc\xa6\x55\x78\xfc\xfa\x06\x3b\xb4\xab\x32\x5b\x12\x32\x3d\xfd\x9f\x59\x28\x28\x10\xf0\x5c\xa7\x94\x21\x0d\xc3\x2d\x42\x9b\x78\x95\x83\xdc\xf1\xd8\xed\xe1\xe3\x07\x45\x0f\xe9\x9f\xf9\xbc\xdf\x23\x22\x63\x70\xe0\x7f\xf3\xb3\x43\x8f\xc2\x9e\x35\xc0\x20\xe9\x6a\x09\x56\x2b\xd7\x98\xf9\xa6\x22\xb4\xaf\xd5\xdb\x37\x72\x2f\x85\xca\x58\x75\x2b\x1d\xf1\x6a\x53\x86\x63\x7b\x60\x2b\xe1\x78\x7e\xb0\x7a\x3b\xfd\xda\xfb\x55\xd8\x8b\xd0\x97\xd1\xa8\x2f\x3e\x58\x11\xbd\x67\x58\xe3\xaf\xff\x15\xa3\xb7\xe7\xc0\x1a\x68\x9c\x14\x5f\x52\xd0\xba\x30\x9e\xb3\x29\x7c\x26\x61\x5d\xb1\x97\xb8\x08\x2d\x52\xd4\xe1\xb1\xfa\x1d\x01\x0f\x2a\xf0\x51\x80\x64\x96\xc8\x96\xc0\x1b\x67\x11\x23\xfe\x83\xd4\x7b\x8c\xf7\x13\x98\xfe\x78\x2c\xc4\x72\x8c\x8f\xf8\xb7\xe5\x25\x0d\xd0\x1d\x63\x83\x49\x92\xf3\x4b\x4e\x3a\xee\x4e\xea\x6e\xb9\x40\x3b\x8b\x78\xf8\x49\x55\x71\xdc\x92\xcb\x7b\x6d\x76\xe1\x43\x86\xa0\x6f\x02\xf4\x9e\xd4\x74\xe4\x7d\x5f\x0b\x3e\x13\x12\xa0\xe0\xf7\x10\x5e\xfb\x5c\x4d\xac\x48\xee\xf0\x83\x4c\x08\x55\xa1\xc4\x88\xd4\x79\x37\x44\x2b\x4d\xa9\x1c\xad\x33\x60\x4a\xe2\x3c\xf3\x3b\x79\xb3\xae\x3a\xe5\xa2\x67\xac\x9e\x87\xc4\x09\x8f\x36\x43\x15\xc7\x0e\x4b\xeb\xf7\x2b\xb4\x6d\x54\xd7\xc8\x2f\x92\x5d\x23\xb3\xa4\xc2\xa3\x6d\x61\x3c\x66\x77\x12\x59\x57\xba\x6c\x2c\xe7\x8a\x11\x9a\x99\xfe\xa1\x62\xb4\xdb\x7b\x56\x67\x0f\x0b\x96\xb0\x30\xd8\xa2\x9d\xc9\xed\x77\xc1\xc8\x56\x95\x4b\x82\x80\xfb\x39\xb3\xac\x40\x1c\x0f\x13\xbb\x37\xb3\x2e\x93\xf2\x77\xea\xef\xd1\x2c\x6c\xec\xde\x3c\x55\x42\x18\x52\x2b\xaa\x87\x26\xee\x6e\x26\x61\xd5\x99\x5a\x55\x7c\xbd\x33\x73\xca\x07\x7b\xb0\x84\xb5\xc4\x4e\xc2\x5c\xc6\x40\x06\x47\x72\x43\x79\xa5\x61\x09\x43\x05\x71\x39\x5c\xc9\x7a\x91\x3b\x02\x32\xbc\x2c\x3c\xb8\xbc\x0b\x82\xde\x22\x0b\x92\x51\x72\x52\xca\x0e\x3a\x3b\x96\xd9\x9e\x2b\x91\x06\x59\xd2\xb5\xae\xfd\xe8\x0b\x5b\x87\x08\x04\xb1\x8d\xdb\x2f\x55\xb8\x15\x2b\xe0\x5b\x6e\x27\x6e\xe0\xac\xf2\x42\x4f\x59\x63\x49\x29\x4d\xfe\x8e\xec\x9a\xf4\x45\x29\x2b\xe9\x4a\x59\x75\x85\xab\xaa\x78\x5a\x8c\x06\xbb\xe6\xf2\x0e\x4c\xfe\x41\xb1\x2d\xb9\x57\xea\x24\xfa\x5a\x96\x0c\x8e\x3c\x11\x76\xd2\x72\x18\x54\x66\x64\x85\x45\x29\x7b\x0f\xd8\xe9\x1b\x8e\xa8\x1d\x9b\xec\xeb\xcf\xe9\x5e\xd1\xb0\x52\x27\x57\x6d\x52\x7f\xac\xb5\xaf\x1b\x6f\x24\x69\x69\x67\x37\xef\x1a\xea\x3b\x1a\xd6\x92\x5c\x55\x0c\x1a\x8b\x07\x0d\x96\xb8\x4e\x10\xf5\xc9\xe3\x95\xb1\x2f\xed\x07\x65\x7d\xe9\x4b\x91\x61\x3e\xa2\x0e\x1c\xae\x69\x4e\xfd\xb6\x01\x56\x8f\xcd\xc5\x4c\x74\x4c\x42\x4d\x05\xcd\xdd\xac\x07\x1d\x9a\xdd\x03\x7c\xf7\xc3\xfc\x63\xec\x52\xf7\xf3\x5b\xaa\x8c\x3a\x1c\xc7\x45\xd6\x28\x7f\xb7\x95\xab\x66\xc3\x03\x2d\x1f\x4b\xfd\xd2\x8b\xa2\x32\xa2\x15\x9d\xf3\x02\xa5\x7c\xd6\xdd\xab\x5c\x90\x9c\x8d\x5d\x9e\xba\x7c\x75\xc7\xf0\xdc\xf6\x93\x0b\x95\x8d\x71\x49\x49\xcd\x26\x2a\xbd\x58\xff\xb2\x5d\x78\xc8\x60\x9e\x60\x67\xe6\x0f\xfe\xe6\x68\x61\x73\x70\xb8\xd9\xac\xec\x6a\x26\x73\xac\x6e\x30\x6a\x5c\x4a\xcc\xe7\xd0\xf6\xe0\x2f\x41\x9b\x41\x8e\x41\x36\xa1\xf7\x22\xc2\x62\x87\x52\x2a\xb2\x6b\x8a\x46\x6a\x7a\x9b\x55\x7a\x5c\xc6\x77\x97\x5e\xed\xb8\xff\xd9\x67\xec\x19\xcc\xb7\x0e\xce\xb6\xa4\x55\xa0\xe5\xec\xe6\x95\x67\x2d\x64\x3d\x4d\xd3\x4e\x2e\x48\x8c\x4b\xb0\x4e\x6c\x4f\x79\x9c\xd1\x90\x6b\x5d\x9c\x5f\x55\xdb\xd4\xde\x2d\x32\xc2\x34\x1b\xb6\x26\x76\x70\xf7\xef\x7e\x6b\x0f\x79\xc1\x77\x38\xac\xbd\xaa\x26\xa1\x88\xa5\xe2\x4d\xa9\x7a\x49\x4b\xd1\x51\x01\x75\xa1\x78\x61\x6b\xc9\xfb\x8a\x85\x5a\x8e\xe6\x6b\x9d\xa3\x43\x56\x93\xf4\xcb\xfc\x3b\x19\xff\xe4\xf7\x20\x9d\x3c\x5f\x7e\x34\x2e\xda\x93\xd6\x64\xde\x8e\xd7\xca\xd5\x62\xdd\xc4\xde\xe0\x59\xbf\xd6\x44\xd2\x12\xd6\xa9\xd4\x1b\x35\x6c\x34\xd5\xba\x58\xbe\x41\x7b\x64\xf5\x6f\xfc\xff\xf1\xaa\xff\x3f\x67\x39\x3a\xd9\x47\xd9\xb1\xde\xd8\x5c\x17\x5a\xbd\xbb\x5a\xbb\xdc\xb9\x42\xb2\x3a\xb0\x45\x7b\xcc\xfa\x5f\x19\x39\x0f\xbe\x6c\x33\xac\x75\x2c\x67\x2c\xfe\x9a\xbd\x37\x39\x3e\x56\x31\xcc\x36\x64\x39\xa4\x3c\x24\x38\x72\x6f\xf4\xed\x64\xd3\x8a\xf0\xf1\xbd\x7f\x67\xde\xf7\xda\x9c\x58\x95\x9f\xab\x9a\x5a\x1a\xd3\x18\xea\xe8\x57\xea\xfe\xd9\x7e\xd4\x4a\xdd\x14\xdb\x78\xbd\x3e\xbe\xa1\xba\x41\xa7\x79\xad\xfb\x74\xea\xfa\xea\x8f\x63\xb4\x7f\xe2\x3e\x7e\xbb\xa9\xb7\x74\x73\x3a\x63\x64\xbe\x4f\xbf\xfb\x5d\x5b\x71\x63\x74\x2d\x51\xa5\x7e\xd9\xbb\x62\xed\x02\xd4\xbc\xad\xbc\x9b\x79\x81\xf9\x9f\x8b\xf6\xea\x4c\xbb\x96\xc6\x05\x57\x03\x8e\xfe\x56\x91\x3b\x9e\x5d\x5f\x9b\xb9\x36\x64\xdd\xb3\xd0\xfa\xac\x3e\xb4\x9a\xac\x94\xad\x80\x27\x7b\x22\xa3\x32\xd5\x32\x31\x21\x1e\x39\xa6\x2d\x7a\x2a\x9a\x3b\xee\x62\x8a\x49\x41\x64\x9d\x61\xf7\xf6\x44\xc8\x1a\xef\x91\xf6\x9f\x25\x6c\xee\xcd\xb4\x0e\x70\xb4\xed\xd5\x76\x95\x73\x14\x44\x65\xa3\xa4\xfe\x4c\x88\x8a\x76\x88\x50\x08\xd6\x0c\xc0\xf3\x25\xf6\x36\xf4\x4c\xf1\x7c\xe7\x7b\x12\x66\x9b\xba\x58\x18\x5b\x57\xde\x6d\x34\x09\xd6\xad\xff\x74\xff\xf9\x8b\x60\x30\xa0\xf5\x7a\xc5\xe5\xfc\x2b\x19\x6f\x12\x85\xa2\x53\xc2\x2e\x05\xe0\x79\x75\xb9\x56\x3b\x49\xdb\x0b\x59\x7b\x58\x3e\xb3\x78\x60\x99\x64\xcb\xe2\xfd\x29\xdc\x3d\xf5\x6a\xd1\xf3\xfa\x90\xde\xce\x59\xac\xed\xe8\xdf\x25\x6c\x61\x4e\xcc\x77\x06\x55\xfd\xca\xc5\x4c\x96\x8b\xba\x19\xfc\xde\x07\xcd\x75\xd9\xc1\xc4\xca\xda\xc4\xd8\x40\x59\xc7\x45\x4b\x57\xfd\x99\x9a\xa4\x3a\x8a\xc1\x6d\xdb\x19\x6f\xe2\x08\xbe\xb4\xc2\x62\xaf\xc6\xbc\x41\xfb\x85\xfe\xfd\xd0\x73\x09\x2b\x25\xc3\x24\x4d\xc8\x85\xdb\xc9\x52\xe1\x5a\xbe\xdc\x2e\x65\xb6\xae\x66\x87\x86\x57\xb4\x58\x54\x42\x15\x1e\xca\x26\x48\x3d\x90\xa0\x16\x47\x95\x6c\x55\xa1\x37\x12\xb4\x0f\xf7\xb5\x8d\x0e\xca\x32\xa8\x88\x6b\xc7\x1b\xd7\x5c\x4b\x41\x08\x78\xbf\x50\xd8\xeb\x57\xdd\x91\x45\x1b\x25\xe3\x23\xe8\x58\x66\xbe\xa0\x9f\xab\x3e\xa9\xf8\x5c\xc6\x5c\xac\x48\xf0\x05\x2f\x0b\xd7\x1d\xf6\x0b\xec\x76\x3c\xd7\xa5\x94\xd4\x4e\x8d\x13\x1d\x73\x02\x04\xe3\xbd\xf2\x3c\xea\x02\xfa\x51\x67\x33\xf6\xa0\x4e\xd2\x13\x9c\x39\xeb\x0e\xb5\xb2\xa9\x14\xcd\xa0\x70\xe7\x26\x73\x1e\xed\x29\xa5\x4f\x32\xea\x22\x0d\xbc\x5e\xec\x97\x18\x47\xe9\xaf\x53\xad\x52\x28\x53\x1a\x7d\x0f\xe3\x57\x90\xc9\xd0\xd4\xb3\x90\x77\x63\x0b\xa3\x49\x7b\x5b\xea\xd9\x66\x38\xc6\xb7\xbe\x02\x49\xc8\x9a\x55\x6b\xdf\x2f\xb6\x8e\xa7\xf6\x15\xb6\xa1\xd6\x15\x52\xe4\x90\x18\xe4\xff\xc8\xb6\xce\xc8\x46\xf5\x81\x78\xf3\x53\xd6\x47\x11\xdc\x47\x04\x4c\x14\x13\x2c\x77\x85\x15\xe5\x47\xf4\xe6\xec\x72\xfc\x38\xe2\x5c\xf3\x82\xea\x5f\x0d\x54\x2c\x3a\x1c\xc9\x9f\xc5\xab\x73\x91\x1d\x37\x0a\x18\x62\x5e\x7a\xe8\x99\xff\x52\xd3\x91\xcc\xe0\x3d\x64\x0e\xa1\x89\x23\x15\x20\x98\xc5\x52\x7f\xa7\x83\x8a\xf1\x4a\xfa\xbd\xeb\xe7\x11\x5a\x6f\x2e\x3b\xc9\x25\xf5\x17\x66\xa3\xee\xee\x11\x58\x19\xc2\x95\x99\x5d\x0b\x33\xd4\xbb\x50\xcc\xbb\x50\xd5\xf1\xbc\xc0\x2b\x72\xd4\x85\xc2\xe0\x54\xe1\x99\x50\x11\xeb\x07\xea\xad\xaf\xcf\xf0\x4c\xde\x5f\x7d\x75\xf0\xd8\xfd\x41\xf2\xfd\x85\xd7\x17\xf1\x14\xc8\x48\x98\x45\x85\xf6\x14\x1f\x1b\x36\x39\xdd\x0e\xea\x4a\xde\x2b\x59\x6d\x9d\x1a\xa7\xde\x74\x3a\x93\xb0\x98\xdb\xf9\xb3\x50\x2a\xe2\x99\x13\xba\x76\x9b\x6c\x10\xf7\x31\x7d\x35\x29\x0a\xee\xfa\x3b\x89\x17\x4c\x48\x83\x37\x73\x2f\x63\xde\x54\x42\x7e\xf1\x61\x8d\x68\x81\x41\x88\x0f\x4f\xae\x58\xd7\xd7\x8e\xc2\xff\x7e\x82\x78\xd1\xc7\x96\xab\x23\x87\x70\x46\x69\xc5\xb1\x8b\xa7\x48\x31\xe2\xc0\x50\x5f\xd6\x87\x33\x94\xed\x21\xe5\x16\x21\xe6\xfb\xe4\x97\xc4\x48\xfd\x37\x96\x2f\x44\x82\x97\x57\x35\x1f\xad\xbf\xbb\xf7\x49\x88\xd6\x9b\x3b\x4a\x06\x49\x4b\xc3\x9a\xdc\xf7\x56\xdc\x78\x7e\x49\x13\xcb\x50\xcf\x0a\xd4\x19\xbc\x71\xb9\x4f\x3c\xbd\xc0\x33\xd3\x18\x5b\x56\x9e\x43\x86\xac\xfe\xab\x16\xee\x45\x54\xa1\xc7\x4f\x6f\x4d\x5c\xe6\xbe\x70\x04\x8e\x2e\xf9\x21\x2d\xbe\xc5\x24\x08\xa1\x5e\xe2\x9c\x92\x0a\xd2\xec\xb3\xda\xf0\x79\x16\xdb\x95\xff\xb5\x51\x64\xa8\x7d\x45\xe9\x4c\xc2\x4e\xf0\x60\x4c\xba\xa4\xdf\x3b\x53\xa3\x9f\xf1\x1c\x3e\xdf\x28\x30\x1f\xa3\x8d\x3e\x47\x7d\x1c\x75\x7f\xea\x8e\xef\xad\xeb\x37\xf2\x6e\xe1\x3f\xa0\x47\xdd\x25\x40\xa3\x76\xe4\x3c\x96\xf2\xd2\x1c\xb5\xca\xf7\x11\x8c\xbb\x92\x1f\xda\xa0\x30\x7c\x69\x45\xf8\x34\xf3\xf4\xf4\xe0\x4d\x07\x46\x4e\x71\xb0\x97\x65\x93\x02\x0f\x17\x20\x5d\x47\xef\x46\x2d\x7d\x9b\x87\xb2\xfd\xdc\xf2\xe9\x87\x47\xd1\x48\xdb\x8f\x62\x9e\x26\xbe\xb9\x86\x7f\x87\x6a\x99\x4b\x5a\x4a\x46\x2b\xc7\x9a\xcb\xa7\x2d\xee\x65\xfe\xe3\xc6\xeb\xc3\xd8\xab\x38\xd0\xce\xa4\xea\x99\x2e\x64\x0f\xdf\xb1\x0d\x51\x2e\xe5\x59\x27\x13\xc1\xdc\xc1\xfd\x8e\x13\x83\x61\xf8\x0e\x1f\x35\x01\x65\xf8\x95\x31\x8a\xde\xdb\x1b\xe8\x47\xf8\xaa\x54\xf1\x5c\x78\xd2\x02\x5a\x74\xd6\xb4\x3e\x4e\xf1\x8b\x05\xc9\x4d\x19\x23\x5b\x6b\x50\xd4\xb9\x97\x3a\x7c\xa9\xe2\x61\x0c\xb9\xe3\xaa\x86\x9e\xc0\x0a\x2d\x0a\x11\x1a\x6e\x13\xf1\x9b\x4f\xda\x1f\xf1\xb1\x73\x31\x91\x30\x9e\x62\x78\xe2\xb8\xe1\x23\x11\x5d\xa4\x89\xe3\xa2\x94\xf1\xd1\xbe\x67\xf3\xd3\x0f\x35\x61\xb0\x30\xbe\x25\x7c\xec\xf9\x3a\x54\x45\x39\xf1\x9c\x78\x55\x73\x98\x18\xe1\xce\xa8\xd3\x25\x66\xc8\x61\x46\xbd\x45\x7f\x8d\x66\x9d\x52\x90\x74\xf1\xab\xdf\xe7\xe2\x4f\xf8\x9f\x0e\xbe\x76\x92\x91\x50\xf3\x7c\x37\xe0\x1d\x92\x21\xd5\x89\xb5\x5d\x0e\xe0\x4e\x1c\x2b\x4a\x69\xbd\x38\x86\xbc\x39\x02\x6f\xae\xb9\xe4\x26\xde\xd4\x31\x2f\x09\x03\x6f\x25\x67\x11\x31\xb6\x15\xda\x45\xb6\x72\x66\x7d\x06\x3b\x5a\x34\x2a\x33\x4a\x59\x2a\x23\x9a\xc3\xef\x92\xac\xe6\xdc\x36\xc2\x2a\xbf\xba\x75\xd9\xec\x09\x03\x62\x53\xae\x94\x58\xb5\xe7\x4d\x92\x6f\x21\xf2\x07\x2b\xf7\x5b\xab\xb2\xba\xfd\xcc\xec\x2f\xe9\x09\xca\xab\x88\x88\x8a\x9b\x88\x3e\xe7\x37\xe7\x6e\xe4\x18\x60\x1d\x65\x61\x64\xb3\xe0\x7c\xc1\x7b\x5d\xa8\x4b\xa2\xf3\x27\xba\xea\x65\xa3\x01\x87\xba\xa0\xb0\x94\xcc\xd2\x2f\xed\x31\x53\xdf\x77\x3f\xc0\x12\xd6\x9b\xbb\xd1\x73\x93\xa3\x67\xbc\x9a\xac\x3f\xea\x92\x28\x3c\x14\x93\x54\x28\x91\xcd\x91\x20\x10\x2d\x11\x32\x17\x92\x14\x2e\x11\x2d\x93\xd2\xf9\x39\xa6\x12\xac\x9d\x61\xc4\x6d\xf3\xce\x83\x2f\xb4\x29\x6d\xa3\xfc\x5d\x47\xe8\x54\xdd\x0e\xa2\x4f\x6b\xfb\x67\x1f\x61\x85\x6e\x7a\x64\xb8\xa6\x47\xad\xf5\x55\x3d\x4c\x43\x2f\x6d\x27\x8d\xa7\xaa\x57\x95\xde\xc9\x4b\xfc\x8a\x93\x2f\x50\x0a\x54\x7b\xa4\x5d\x64\xf4\xc4\xa2\xd0\x31\xd7\x53\x3a\xe8\x4e\x9c\x44\x8e\x70\x55\x43\x67\xdd\x94\xd8\xde\x05\x58\xc2\x9e\xda\xe8\xdb\xd6\x0b\x25\x92\xa9\xcf\xc2\x8a\x3d\xdf\xd9\x98\xd8\x0f\x6b\xd6\x5a\x90\x1b\xce\xe8\xf6\xea\x04\xeb\x22\xeb\x39\x19\x70\x9a\x88\x5a\x8e\x3a\xaa\xbb\x6f\x05\xa8\x46\xcc\x24\x86\x66\xd9\x95\x94\x36\xab\xf7\x77\x2c\x2a\x1f\x22\x32\xc6\x87\x23\x4b\x59\x83\xac\x8d\x79\x45\xa7\x29\x6b\xe1\x11\x5e\x9b\xf6\x6b\x6e\x03\x2e\x86\x8e\x93\xb6\x0a\x36\xdf\x6c\x5c\x6d\x4b\x1d\x2e\x3a\x45\x78\x68\xf8\x83\x70\xe9\xf8\xcd\xcc\x8b\x05\x1a\xd5\x0f\x5b\x5f\xf4\xe3\x4f\x7d\xf8\x63\xd5\x7b\x4f\x66\x2e\xa2\x5f\xa4\x61\xac\xf8\x4b\xda\xb7\x28\x4e\x7f\xd3\xe0\xe3\x80\x6e\xff\x52\x9f\x1f\x5e\xd3\x5e\xf6\xde\xd5\xbe\xeb\x81\x7d\x11\x02\xf1\x5f\xd3\xa4\xf2\xb1\xcb\x6a\x1b\x71\x3b\x6f\x0e\x97\xcc\x16\x6c\x32\x9f\xdc\xff\xa3\xcd\xdf\x79\x3f\xcb\xde\xaf\xd7\xb8\x5b\x4a\x99\xb9\x1f\x4f\x16\xaa\x1d\xb7\x13\xdf\x1c\x53\x16\x1d\x19\xb9\x1d\xed\x1d\xf7\x38\x31\x33\x7d\x2a\xf7\xa0\x94\xbc\xf6\x7e\x6b\x4b\xff\xdd\x49\x8b\x65\xe1\xbd\x7f\xf0\x9f\xdb\xa5\xb3\x23\x03\x5b\xad\xb7\x2a\x7d\xf2\xdf\xa5\x56\xe5\x5a\xe4\x5c\xcf\x71\xc8\x12\xc8\xc2\xc9\x56\xcb\x23\x2a\x12\xac\x08\xaf\x55\x68\x79\xd5\x3d\x31\x5a\x30\xdb\xb2\xb6\x77\x82\xf3\x4f\xbe\xf3\xf4\x74\xa7\x66\xc1\x69\xc4\xbf\xd3\xa0\xde\xb2\x71\xa9\xf6\x72\xd5\x61\x35\x45\xf5\xa5\xca\xe9\x6a\x86\xda\x99\xa6\x6f\xed\xe4\xbd\xed\x23\x83\xd3\xfd\xcb\xa8\x7f\xad\x42\xfd\xb7\xeb\xb8\xf9\x70\xff\xf0\xd5\x3e\xc9\x41\xff\xb1\xc8\xe9\x97\xff\x29\xd7\x89\xc3\xe1\xa5\xbd\x7b\x5b\xa7\xeb\x46\xcb\x1b\x4b\xb7\x16\x76\x67\x43\x67\x1d\x67\xe9\xe7\x67\x56\x85\xf6\x7f\xfc\x97\xf1\xc0\x3e\xd6\x8e\xc4\x3a\xcf\x32\xeb\xbc\xdc\x74\xec\x84\xe5\xc8\xd0\xa0\x4a\xff\xfd\x5e\x82\xee\x27\xdd\x6b\xdd\x09\xbd\x8f\x47\xa5\x17\x24\x76\x56\xff\x8d\xfb\xd0\x7c\x2b\x60\xc5\x6f\xfe\xc6\x54\xd7\xd8\x8f\xc1\xf5\x3e\xc6\x2e\xdc\xb6\x98\x66\xd7\xfa\xd8\xda\xc4\xea\x7b\x15\xe6\x95\x7b\x55\x21\x35\x84\xad\xda\x23\xf1\x8b\x2c\xbb\xc5\xff\xc4\xbf\x3b\xbe\x82\x35\xed\x3a\x5c\xd8\x8f\xd6\xb1\xda\x32\xd1\x68\x52\xdd\x56\xde\x5f\x9a\x50\xd0\x99\xeb\x94\xe9\x9f\xc1\x95\x7e\x37\x2d\x23\xfd\x51\xb6\x4c\xe9\x48\x6b\xc0\xe0\xde\x7c\xd6\xf6\xc6\x5f\xf9\xf7\xd3\x96\x82\xc7\xdf\xf6\x9a\xb7\x2c\xd6\x4b\x54\xa6\x96\xd0\x16\x78\x67\x7f\x49\x9b\x48\x56\x8b\x3b\x8a\xb6\x8c\xc8\x0c\x3d\x0c\x29\x0c\xe6\x0c\xbf\x15\xa7\x94\x59\x50\xf1\xb8\x85\x68\xd0\x61\x3e\x68\xf7\xe6\x9f\xe6\x7f\x6f\x35\x7f\xc2\xac\x9b\xaf\x3e\xb4\xfc\x4a\x3e\x7e\x36\x5b\xaa\x7e\xbc\x6f\x14\x59\xa8\x49\xe0\xb1\xcf\xb6\x67\xb9\xdb\xa2\x4b\xac\x53\x8e\x53\x96\x1b\x53\x80\x66\xdc\x8d\x1c\xef\xf2\xbe\x56\xcc\xe1\x96\xc5\x97\x87\x7f\xc4\x0f\xcc\x33\x6a\xbd\x15\x0d\x24\xc5\x1f\xb3\xc4\x92\x6e\x46\x83\x90\x7c\x7f\x2a\x2f\x7c\x97\x9b\x0e\x32\x36\x25\x16\x82\xa6\xef\x8d\x30\x0d\xc2\x0c\x45\xcd\x28\x9c\x05\x03\x98\xe3\xea\x73\xf8\x2a\xdf\xb7\x4f\x8c\xce\xaf\xb2\x1f\xff\x76\x96\x65\x5d\x69\xec\x66\x6b\x42\x19\x6e\x06\x61\xf4\x7e\xc8\x1d\x9f\x76\xd7\x35\x7b\x17\xab\xeb\xc6\x15\xba\x5a\x5a\x2f\xd5\xb6\x95\xa6\xe4\x6d\x7e\x11\xc8\x17\x6a\x44\x9a\x8d\xb8\xe8\x04\x2e\xc7\x7f\xcf\x7b\x5f\x33\xda\xf3\x74\x9a\x7c\xeb\xb7\x5e\xd4\x25\x9f\xde\xad\x9a\xb5\x5c\xc3\xb8\xd6\x80\x1c\x37\x4d\xbb\x3c\x73\x47\x03\x71\xcd\x25\x65\xbb\x5f\x1f\xa4\x32\xc5\x39\x85\xed\x04\x0a\xf9\x32\x05\x19\x64\xbb\xb4\xf4\xcc\xa3\x5c\x7b\x42\x5e\x25\x4b\x14\x95\x36\x38\x0f\xde\x5b\xbc\x77\xa8\x07\xad\x81\x67\x73\x3d\x5d\xe6\x15\x2f\xd2\x6c\x43\xf9\xdc\xcd\xac\xaf\x1b\x12\x68\x06\x2b\x56\xca\x60\x8b\x7d\xe4\x1b\xe5\xb2\x60\x1d\x67\xba\xcd\x50\x4c\xe7\xfb\x63\x40\xc8\xe5\x17\xb5\x8e\xa9\x75\xab\x27\x79\x84\x40\x46\x50\x85\x69\xbb\xdb\xa4\xf2\x46\x04\x24\x01\x73\x26\xac\x7d\xa8\x58\x2d\xa1\xdd\xef\x8a\xdd\x3d\x83\x35\xd5\x1c\x59\x35\x11\x3d\xde\x1b\x6c\x14\x8c\xbc\xd4\xd1\x64\x19\xc4\x26\x5f\xbe\x7e\x79\x49\x85\xcb\x4e\x20\x5a\xa9\x44\x69\x88\xe1\x40\xe4\xbf\x96\x70\x29\x7f\xb2\xc1\x63\xd0\x7c\x29\xe0\x78\xec\xf4\xf4\xd8\x6f\x3a\xbf\x8d\x23\xdf\x3c\x2a\xc1\xe3\xc0\xfc\xb2\x06\xb7\x4c\x8d\x90\x05\x87\x07\xe3\x36\xe5\x10\xb1\x3c\x01\x07\x76\xc7\x87\x97\xef\x5e\xbe\x3f\x22\x62\xa1\x1b\xe1\x8e\x93\xaa\xd5\x88\xb0\xb8\xe9\xc9\x10\x11\x97\xa9\x53\xb9\xdf\x8d\x3a\x63\xbf\x5b\x76\x7a\x7a\xd4\x34\x7b\xa5\x8d\x23\x77\x22\xe2\x9b\x73\xa5\x7e\x88\x42\xbf\x08\x19\x7b\x1a\x3d\xfa\xb7\x5a\xc2\x0e\xac\x5a\x34\xfc\x97\xe5\x4f\xb7\x1e\x59\xbf\x46\xc1\xb5\x23\xc7\x62\xe1\x12\x4e\x56\xc2\x30\xcc\x76\xb2\x09\xea\x4a\xde\x28\x51\x6f\xcd\x1f\x7f\xb8\x79\x16\x69\x3d\x9a\x17\x6c\x5b\xc8\x59\x0d\xf7\x77\x74\xd0\xca\x95\xae\xe4\x71\x66\x94\xf9\x66\x8f\x3f\xfd\xc1\x0b\xa5\xf4\x89\xe6\xdd\x9d\x1b\x1a\xd7\xc7\x9f\xb1\x7f\xc8\x20\xd2\x65\xa0\xe6\x0d\x93\x7b\xae\x43\x66\x8b\xe4\x9b\x1b\xff\xa4\x60\xa9\xc9\x6f\x58\x75\x55\xf0\xec\x49\x2c\x08\xb4\x5f\xcf\x27\x0f\x41\xb3\xed\x96\x51\x16\x5d\x64\xd1\xa5\xd4\xfb\xf4\xe4\x83\xff\xab\xa8\x47\xc6\xb7\x5a\x2e\x7d\x02\x4f\x2f\x6d\x23\x39\xbc\x19\x22\xf8\x46\x4d\xc9\xf9\x48\x72\x4d\x7d\xc1\xf2\x9b\x37\x7b\x0c\x63\x2e\x7d\x3d\xf9\x80\xfa\x52\xcd\xc9\xcf\xd3\xd3\x95\xc0\x8e\xc2\xbc\x64\x57\x6b\x5d\x7c\x29\x01\x56\x1d\x7a\x6f\xa2\x6d\x6c\xbf\xd7\xa3\x8f\xcd\x6f\xbf\xb8\x84\x0b\xbe\x80\x27\x40\xfa\x6e\x36\xca\x53\xbc\xe7\xe4\x93\x6c\x68\xe2\x19\x6a\x77\xcd\xb1\x3d\x98\xa2\x2e\x64\x6b\xd5\x52\xf4\x13\x2e\xbe\x3b\xe6\x3c\x3d\x5d\x11\xef\x2c\x4d\xf9\xe6\x71\x47\xbf\x56\x9a\x81\xa5\x88\xd8\x1d\xe3\x36\xda\x3a\x72\xfa\x5d\x91\xcb\x4d\xe0\x0b\x78\x0a\x5e\x00\xce\xdb\x2e\x2f\x09\x71\x88\xc9\xd4\x59\x69\x44\x53\x54\x16\xcc\x88\xdc\x0f\x23\xe6\xb3\x26\xab\x8b\xfa\x70\xe7\x45\x8e\x51\x4f\x4f\xb7\x1c\x06\xb2\x53\xa7\xbc\x87\x4c\xb4\x65\x36\xd9\xa8\xbe\x9a\xa2\xf9\x3f\x5f\x7d\xe0\x79\xc7\xee\xba\xeb\x95\x3b\x17\x07\x2e\xc4\x5d\x8c\xbb\x39\xff\xdc\x19\x9b\xe2\x9b\x0a\xf3\xb8\xa8\xa5\xca\x4f\xd3\xef\x6e\x13\x11\x9b\x59\x5a\x35\xd2\x7d\x09\xf3\xf4\x47\xc1\xa7\xa7\xab\x4f\x5a\x27\xb3\x79\x02\xc9\xcd\x7f\xfc\x6a\x66\xb7\x25\x46\x7b\x43\xf3\x08\x13\x79\xf0\x71\xfb\x83\xbc\xbb\x1f\x6f\x27\xde\xba\x70\xdb\xe2\xae\x0d\xb2\x39\xe6\x16\x69\x36\x4b\x9a\x28\x86\x4a\xa0\xe9\xb2\xbb\x75\x44\x74\xd6\x6e\xcd\x44\x5f\xd3\x82\xd5\x91\xd6\xe9\xe9\xaa\x7c\x37\x55\x7e\x72\x28\x8b\xf5\x96\x62\x39\x97\x23\xc9\x21\xba\x35\x3a\x15\x1a\xee\xeb\x96\x17\xca\xcf\x0a\x1f\xe7\x3f\x0a\x7f\xf2\x05\xf9\xf5\xab\x7a\x2c\x4a\xd2\x51\x96\x05\xd1\x2c\x55\x74\x33\x32\xf7\xba\xa8\xb7\x39\x48\xb5\x0f\xfb\xbf\x2e\x3a\x1d\x4f\x9e\x9e\xee\x64\x0f\xa6\x95\x66\x45\xce\xd8\x6f\xab\x2e\xf0\x59\x52\xa9\x11\xa4\xa1\xbb\xe1\x65\x60\x73\xbe\x9f\x79\xbb\x8b\xca\xf2\x5a\x16\x35\x06\x8d\x1b\x23\x1f\xd7\xf5\x1b\x09\x0b\xaf\x68\x91\x2a\x8e\xf9\x07\xcf\x2b\xd1\x3d\x39\xb3\x75\x62\x03\x86\x4b\xed\x27\x33\xa7\xa7\xc7\xb2\xa3\xfb\x95\x23\xf1\x02\xce\x01\x1a\x27\x22\x7e\x2c\xfd\xe4\xbb\x04\x8d\xdf\x1e\x7d\x51\x24\x24\xc5\x9b\xc5\xe1\xc1\xc6\xc7\xb9\x88\xd7\xf2\xe9\x90\x04\x9f\x0a\x9d\x75\x4a\x2c\x4b\xf5\xa5\xf9\xb1\x17\x5b\xb4\x48\xde\xd3\xfa\xa4\xa1\x1f\xcb\xf1\xf0\xee\x9c\x76\xac\x0b\x4a\xd6\xf0\x48\xd5\x7f\x2b\xaf\x2c\x28\xc5\x8c\x45\xd1\xc7\xa0\x44\x73\x48\x21\x4e\xba\x4d\x7c\x9f\xe8\x94\x98\x8d\xb4\x8d\x72\x84\x01\x9d\xe5\x1b\xb7\xb2\xe4\x6b\xd5\x2d\x0b\x0b\xaf\xa2\x18\xdc\xbc\xaa\x06\xf1\xa1\xfc\x95\x29\x58\xc2\xbc\x63\x33\x7b\x06\x95\x77\x8f\x0d\xbb\xb6\x8b\x9c\x93\x80\x3f\xcb\x4f\xda\x78\x76\x0e\xa6\xc6\xef\x78\xf4\x24\x74\x06\x0c\xae\xdf\xab\xd9\xee\x73\xeb\x09\xbd\x96\xd8\xfa\xf5\x4d\x6b\xd6\x2a\xdf\x2b\x23\x66\x24\x1f\xab\x91\x7a\xf8\xee\x0a\xe2\xe4\xde\x72\x72\xfb\x9d\x6c\x9c\xc8\x5d\x0f\x7a\x8b\x22\x2d\x7c\x39\x3b\x21\x3a\xb1\x14\xd1\xcb\x02\x76\x7c\x6f\xb8\x9d\xb9\x32\xb9\xd1\xf8\xde\x09\xd9\x49\xec\xff\x8c\x54\xe9\xd5\x13\x31\x73\x75\x68\xf4\xa7\x8b\x5b\xce\x63\x68\x72\x1c\xad\x5a\x47\x64\x6b\xd7\x05\xba\x2a\xca\x19\x53\x79\x43\x7f\xba\x71\x58\x5c\xd5\xca\xd0\xb2\x56\x5a\xfb\xa5\x25\x47\x2f\x9d\x29\xd1\x29\x21\x24\x15\x21\x5d\x2b\x7f\x45\x65\x4d\xf7\xab\x51\xbe\xb5\xa2\x73\xb8\xaf\x6b\xf8\x9d\x34\x9c\xe2\xdb\xad\x8f\x46\x15\xd6\x9a\x10\x96\xf2\xd2\x08\x7f\x53\x70\x11\x7a\xf2\xc5\x90\x8f\x6e\xf4\x96\x6f\x74\xc9\x95\x5f\xea\x95\x69\x13\x6b\x04\xaa\x0c\xa9\x09\xa9\x37\x6a\xb1\xea\x6a\x9a\x50\x5b\xdf\x70\xd2\xf4\xf6\x0b\xb2\x8b\x7d\x92\x4e\x5c\xb0\x5e\x33\xd8\xad\x33\xf5\x65\x03\x91\x85\x3f\xc4\x5a\xc0\xeb\x47\xaa\x77\x28\xf0\x48\x12\x0d\x89\xf1\xb8\x69\x63\x64\x9b\x64\x93\x61\x39\x68\xe6\x63\x2a\x66\x22\x61\x66\x6f\xbe\x6c\xe3\xed\x54\xee\x19\x1c\x38\x1f\xf9\x30\x49\x3d\xfb\x42\xa9\x5c\x5d\x4b\x97\xdd\xe8\x8b\xa5\xf0\xc3\xa9\x73\x5b\xb9\x63\x3a\x63\xd5\x2b\x51\x57\x52\x50\x97\x2c\x19\xae\xed\x83\xe9\x98\xe6\x01\xdc\xaa\xdd\x5b\x5c\xd1\x9c\x4f\x5c\x1b\x3c\x25\x7d\x48\x83\x02\xc3\x5b\x13\x24\x33\xa6\x8a\xf0\x2a\x1b\x5b\x05\xfb\x97\xa6\x9e\xac\xd1\xfd\xf9\x1c\xe6\x16\xe9\xb4\x51\xef\xcb\x7a\xf3\xe2\x0b\x69\x8b\x31\x4f\x03\x2b\xc2\xe6\x43\x48\x43\x3f\x87\xb0\x07\x4f\x86\x7e\x0a\x97\x89\x31\x4b\x54\x4f\xaf\xc8\xd7\x2b\xdf\x6e\x40\xef\x14\x1f\xc5\x9f\x2b\xdb\xfc\x87\x2c\xc6\xa6\xcf\xf4\x6a\x9f\x6f\x53\x7a\xf9\xbd\x1c\xec\xc4\xb2\x94\x8d\x64\xf5\xe4\xe6\x64\xd6\x94\xb2\x54\xb3\x0c\xed\x9c\xc9\x22\xbb\x0a\xa5\xfa\x1f\x1d\x5f\xfb\xe3\x27\x77\x56\x3e\xec\xf3\xfd\xb3\xf7\xdd\xaa\x9b\x13\x1c\xe2\x6f\xdb\xad\xe1\x2a\xb2\xc8\xd2\x28\x1c\x2d\x7c\x5e\x94\x5a\xac\x58\xfa\xb0\x5c\xb7\x2e\xad\xd9\xbd\xe3\x51\x3f\xd1\xf8\xc9\xe2\x85\x2d\xbe\x93\x84\x7f\xe6\xff\xfb\x75\x92\x7a\x38\xb8\x3b\xbf\x83\xba\x25\xbc\x41\xbe\xa5\xb5\x99\xb1\x8b\x7d\xda\xfd\x3f\xe1\x3b\x76\xda\x57\xd9\x25\xdd\x18\x5b\x55\x59\x62\x9b\xbf\x3d\xad\x35\x49\x39\xd6\x3a\x5e\x3e\x5a\x3f\x6e\x31\xe3\xb5\x1e\x73\xb2\xf9\x1f\x38\x9f\xed\xde\xde\x18\x5e\x45\x5d\x62\x9c\xb5\x99\x1c\x18\x7f\x3f\x2c\xde\xdf\xd4\x2d\xd3\x79\xa3\x4d\xb1\x79\xb9\xe9\xb8\xc5\xab\xfd\x4e\x2f\xf6\xd4\xe6\x5a\xe9\xf1\xfd\x7f\x64\x8f\xda\x7d\xb5\xf2\x64\x96\x6f\x22\x72\xf4\xc7\x40\x6b\x4f\x6f\x87\x5e\xcb\x48\x23\x56\x0d\x69\x15\x4e\x69\x5f\xf1\x58\x21\x5d\xe1\xcd\xa2\x4f\x25\x89\x0d\x6f\x7a\x34\x26\xf7\xd7\x1e\x1d\xe5\xfc\x95\xfd\xe0\xe9\xa6\xc0\xdc\x95\x91\x83\x3e\xf4\x8e\xde\x16\x8c\x86\xe7\xd5\x4f\xcb\x4e\x8a\x5f\xe4\xcd\x67\x99\xa7\x55\xa5\x3c\x4e\x50\x8c\xc3\x8e\x63\x8a\x47\x4b\xa1\x2f\x18\xac\xb3\xea\xbd\x3c\xa9\xba\x76\xf5\xf8\xe1\x9f\x25\xac\x91\xcc\xa4\x0d\xce\xb7\x23\xd7\xf3\x56\x2e\x95\xfc\xc8\xf3\xcb\xbc\x95\xe2\x9d\xc0\x10\x53\x14\xde\x1c\x52\x18\x28\xe1\x7f\xc1\xe7\xad\x77\x8f\xdf\xe5\x30\xe1\x64\xf7\xfc\x92\xba\xb9\x2e\xca\x49\xda\x75\xa3\x13\x9b\xdf\xf9\xf7\xf1\x17\x25\x06\x73\x5b\x59\xaa\x04\x0b\xb0\xb2\x2e\x25\x6b\xc6\x3d\x89\xc8\x08\xb9\xe4\x7f\xc3\x6b\xd1\xed\xad\xd3\x67\xfb\x1c\xeb\x55\x4b\x56\xcb\x1c\xdb\xcb\xee\xc7\x61\x0a\x29\x28\x05\xf3\x75\xb6\xdd\xc9\xd3\x45\x1b\x83\xbf\x4b\xd8\xc0\x9d\xa4\xe9\xf8\x5a\x3d\x96\x77\x21\x29\x21\x2a\x34\xe4\x81\x1f\xb3\x87\xa6\xf3\x05\x5b\x7e\x4b\x0c\x13\x72\x03\x0c\xed\x44\xad\x64\x75\x27\xf5\x06\x1d\x0a\xab\x7d\x8f\x96\xb0\x0f\xc9\x83\x45\x33\x8d\x0e\xfd\xf2\xf3\x57\x76\x8f\xcf\x25\x2c\xed\x0f\x6e\xd6\xb3\x17\xfa\x24\xcb\x84\x73\xfa\xf6\xbb\xe4\xda\xf7\x58\xbe\x33\xa2\xd3\x79\xa7\x6e\xae\xb4\x20\x7f\x59\x86\x45\x62\x5b\xec\x44\x82\xe7\x57\xbd\xde\x77\x6b\x49\x4f\xda\x88\x3b\xe9\x62\xa5\x75\xad\xd4\x23\xf4\x2b\x8a\xc7\x70\x4d\x89\x6e\xb6\xa9\x27\xb0\x32\x37\x23\x3b\xd2\xca\xfb\x97\xbd\xb8\x99\xa3\x81\xbc\x86\x8d\xd2\x67\x39\x24\x71\x51\xa1\x3d\x3e\x4b\x2e\x54\xb6\x1e\x96\x64\xb6\x1d\x51\x03\x45\x11\xfd\xeb\x76\xf7\x7d\x6c\x63\x88\xb3\x9f\x55\x6d\x75\x09\x4e\xb5\x6e\x41\x16\xea\x84\x65\x66\xb3\x43\xb3\xa4\x2e\x71\x28\x20\xd9\x31\xdf\x44\x56\x6b\x54\xe9\x9a\xf4\xa9\x48\x22\x6f\x11\x9b\x09\x53\x09\x3d\x2a\x15\x2d\xb9\xcb\xb7\x76\xda\xeb\x1c\x8b\xe2\xd3\x2a\x7a\xc6\xf7\x9c\x54\x83\xb8\x93\xd0\x0b\x8f\x9a\xc6\x87\x4c\x97\x99\x4f\x28\x4f\x4f\x0f\x86\x27\x3b\x5b\x0a\x0a\x6e\xc6\x84\xba\x6f\x5a\xda\x68\x19\xc9\xdf\x14\x77\xe1\x93\x66\xe3\x67\x28\xa1\x38\x21\xd1\xf8\xb4\xfc\xd1\x0e\xe7\x3e\x16\xc3\xd7\x52\x46\x64\xde\x2e\x19\x07\x4d\x79\x4b\x55\xcf\x8a\xa8\xd6\x2c\xe4\xea\x0b\x3d\xa8\xb3\x6f\xf7\xc8\x4f\x4f\x8f\xe4\x26\xa6\x5a\xb8\x72\x37\x22\x04\x9c\x93\x8d\x4a\x15\xf3\xc4\x45\xb8\x83\x99\xd4\xa8\x6c\x88\xe5\x09\xae\x62\x76\xbc\x13\x7c\x6d\xf6\x82\xf6\xb5\x15\x5e\x3d\x79\x0f\x8b\x96\x88\x84\xe2\x9e\x91\xaa\x93\x5c\x30\x66\x0a\x61\x49\x6d\xeb\xe4\x38\xcb\xc6\xd9\x1e\xeb\x99\x2a\x6e\x29\xce\x72\x09\xbb\x6f\x77\x4d\xcb\x57\xa6\x8e\xcf\x95\xe9\x3d\x85\xc2\xe7\x52\x6c\x57\x34\x95\x17\x6e\x8f\xc5\xef\x95\xdd\xa2\x7a\x26\xfb\xbe\x95\xe8\x2e\x7d\x20\x6f\xae\x6c\x94\xce\x4d\x9b\x52\x5f\xa2\xd8\xa5\xfc\xd0\x86\xd6\xe1\x5b\xcb\x10\xca\x9e\x5a\x69\xf9\x90\x65\x1d\x4c\x6d\xe0\xa0\xaa\xc3\x69\xc5\xaa\x40\xe5\xfb\x39\x0c\x8b\x09\xd5\xee\xe9\xf8\x3d\x94\x6b\x98\x17\xde\x5d\x50\x7b\xf0\x03\x15\xeb\x63\x30\xe5\x1c\xbb\xb7\x84\xb5\x7a\x85\xb9\xa4\xc7\x6c\x64\x56\xb6\x75\xad\x6c\x1f\xe6\x82\xc5\xe1\xe8\xe9\xe9\xfc\x8f\x56\x9c\xec\x35\x77\x15\x4b\x0a\xf1\xff\x1f\x61\x6f\x15\x56\xe7\x93\x6c\x0f\x37\x09\x84\x60\xc1\xdd\xdd\xdd\xdd\x21\x84\xe0\xee\x10\xdc\x2d\xb8\x6b\x70\x77\x09\xee\xee\xee\xee\x0e\xc1\x82\x3b\xc1\x13\x02\x84\xec\xef\x99\xcc\x6f\xe6\xcc\xcc\x99\xf3\xff\xfa\x8a\x9b\x2a\x7a\xf7\x7e\x9f\x5e\xeb\xad\x5a\xb5\xf6\x2b\x2d\x02\xa9\x4f\xdc\x5c\x0c\x0c\xa4\x56\x58\xbb\x48\xfd\xd0\x53\x80\x04\xd0\x01\x65\x44\x7c\x7c\x56\x3a\x08\x3f\x8a\x6c\xac\xae\x99\x2d\xb4\x2f\x7a\x2c\x42\xce\x8f\xba\x9b\x81\xd5\xa5\xe2\xa3\x85\x07\x0f\x08\xe4\x1b\xff\x0c\xa4\x59\x23\xc6\xc2\x85\xd1\xc0\xf2\x1d\x19\x37\x19\x2b\x2f\xf9\x25\xce\xd9\x9b\x5a\x18\x29\x60\x09\x90\x01\x27\xc0\x78\x6d\x8c\x5d\x42\x43\xcb\x63\xf5\xd6\x4d\x9b\xd0\x2a\xc9\x1b\x3e\x1a\xfa\x73\x7b\x6d\x4a\x7f\xde\xc2\xf1\xa1\xe1\x83\x2c\x04\x72\x11\x37\x86\x5f\xda\x1b\x97\xe6\xf6\xdd\xd0\x58\xe6\x80\xc3\x82\x8c\x19\xef\x02\xb5\x1c\x36\x08\x30\x02\x74\xc0\x06\x48\x00\xe9\xab\xb7\x98\x3d\x54\x80\x4b\x58\x1a\x4b\x53\xc4\x92\xc8\xd3\x31\xca\xef\xf3\x9b\x9a\xda\x3e\x8f\x05\xb5\x83\xd5\x7b\x3f\x08\xe4\x58\x75\x4c\xb4\x86\x29\xf1\xd2\x1b\xd7\x58\xe0\xdd\x16\x47\x34\x31\x32\x4a\x29\x5c\x0a\xb4\x3c\x20\x04\x4c\x00\x1b\xc0\x01\x11\x68\x3e\x0c\x16\x4a\x23\xce\x34\x29\x5d\x0d\x4a\x8b\x3e\xcf\x97\x91\x8c\x59\xed\x35\x42\x7d\x1e\x0b\x76\xfb\xd3\xf7\x6f\x20\x90\x33\xe6\xa9\x93\xfa\x9b\x74\x72\x3f\x37\xb3\x51\xb9\x28\x2e\x79\x22\x2c\x04\x84\x37\x11\x88\x3b\xaf\x97\x61\x9a\xa0\x11\x5f\xa2\xbc\xcc\x81\x7e\x40\x87\xa2\x78\xc9\xd1\x27\x65\xa8\x81\x6d\x51\xed\x49\x1a\x69\x91\x7d\x57\xfd\xd8\xe7\xb5\x60\x7e\x10\x7e\x9f\x02\x81\x5c\xd2\xcd\x6f\xb5\x94\x66\xd7\x04\x95\x58\x46\x2a\x6e\xf1\x40\x93\x99\x62\xc4\xe0\xb2\x60\xc3\xa3\x63\x21\x1f\x20\x45\x22\xd1\x22\x45\x21\xd7\xa1\x43\xc8\xcc\x38\x2c\x24\xd5\xd5\xa7\x2c\xc3\x3d\x2f\xa2\x9a\xb3\x2b\x6b\x99\xfb\x85\x16\xf7\x0e\xae\x7e\x6a\x43\x20\x77\xfe\x5f\xbc\xbb\x0a\xf3\xce\x3e\x65\xd9\xc1\xa9\x4e\x09\x55\x30\x49\x90\x08\x10\xc4\x93\x62\x12\x6e\xe2\x63\xe0\x44\x60\x8b\xe1\x14\xe1\xd9\x12\xcd\x52\x0c\xb1\x27\x4b\xaa\xaa\x9f\x58\x02\x2f\x9b\xe8\xbc\xcf\xbc\xb5\x75\x03\x99\x8b\xbd\x47\x1a\x0f\xa8\x10\xc8\xa3\xf6\x26\x7c\x9f\x6d\xf1\x64\x14\x81\x63\xb5\x8e\xc1\x3b\x3f\x3e\x7f\x46\x19\x56\x14\xc6\x64\xda\x6c\x2a\x63\x8a\x66\xb2\x7e\x8a\x64\xaa\x7d\x7a\x72\x16\x3d\xee\x5a\x29\x07\xf5\x7e\x8b\x74\xaf\xa9\x68\xcb\x1c\x99\xba\xa3\x41\xb9\x65\xb4\xa3\x87\x47\x23\x08\xe4\xd9\x78\xa7\x6f\xe8\xa2\x3c\x3b\xce\xdc\x9d\xc3\xfc\x9d\xfa\x57\xe9\x13\xbe\x66\x16\x2d\xde\x52\x2e\x34\xb6\x06\x56\x39\x16\x52\x56\x62\x76\x54\x6e\x46\xc1\x15\x89\xed\xf7\xb1\x5a\xf6\x96\x1e\x9e\x6d\xd1\xcf\x9f\x23\xea\xd4\x06\xe3\x56\x92\x8e\xb1\x7f\xfd\x99\xd1\x3a\x3c\x19\x4b\xad\x61\x4c\xc6\x0c\xd6\x75\xb6\x32\x41\x50\xab\x7f\x6b\x21\x88\x29\xfd\x42\xdc\x5d\xc4\x59\xe8\x8d\x20\x85\xd0\x1b\x11\x15\x89\x4a\x59\x15\xa5\x04\x6d\x3d\xa3\x16\x5b\x37\x1f\x9f\xe8\xa0\x5c\xc4\x3a\x84\xc1\xc1\x95\xa4\x93\x87\xbf\xdf\xba\xa7\x64\xd3\x72\xf5\xe6\x79\x05\x71\xee\xfe\x31\x8e\xcd\xc6\xc5\xea\xf9\xef\x1e\xd4\x70\x95\x5e\xcb\xe3\xbf\x87\x97\x25\x91\xd3\x91\x37\x57\x81\xd2\xca\x37\x42\x32\x5f\xb2\xbf\x70\xaf\x0a\x8a\x8b\x4f\xca\x37\xa8\x97\x1c\x32\x5e\x99\x3e\xe5\x7a\xda\x86\xfc\x99\x63\x99\x3b\xe9\x41\xaa\xca\xcb\xfe\x1c\x43\xef\x97\xec\x38\x6f\x8a\xa5\x35\x6b\x58\x60\xb0\xa2\x8b\xa1\xcd\xab\x7d\xad\x9d\xad\xfb\x68\xd4\x6c\xa1\x65\x77\xef\xf6\xc9\xd7\x37\x74\x27\xbe\x3a\x93\xa5\x2c\xb5\xd5\x7f\x58\x78\xf9\xfc\xe8\xc5\xaf\xc7\xbf\x65\xb8\xa6\xdc\x58\x19\xbf\x6d\xb7\xae\x80\xce\xc2\x88\x7e\xf6\xe7\xff\x88\x6c\x49\x60\x07\x67\xf7\xd1\xf2\xc0\x22\xdc\x42\xde\xd2\xd9\x06\xd6\x11\xea\xe3\x9d\x4f\x4e\xc8\x4d\x8c\x45\xca\x63\x2e\x75\x05\x42\xe3\xef\x5e\xe9\x69\xf5\xcd\xd9\xf3\xa7\xdf\x7f\x3a\xdf\x8f\x0e\xc7\x72\x2b\xf5\x23\x07\xad\x15\xe5\xb2\x59\xca\xb1\xa2\x41\x5e\xee\x53\x0e\xf7\x1e\x5e\x1e\x57\xee\xda\x6e\x26\x1e\x3c\x5e\xfe\xfe\xd3\xc1\x87\x51\x23\xc9\x94\x9f\x39\x8b\xfd\x6a\xce\xda\x08\x87\xc4\x66\x3f\xad\xdb\x1c\x53\xdd\x7b\xfd\xe3\xb6\xbd\xeb\x3e\x40\x5f\x6a\x1a\x3e\x6e\x2d\xab\xe0\xf9\xbc\x9b\x28\x16\xe6\x19\x01\x17\xfe\xe2\x13\xf5\x27\xc4\x50\xa6\x70\xce\x68\x97\x38\xeb\x14\xed\x2c\xcc\x02\xc9\x4a\x89\xc6\xfb\x5e\xbf\x71\xbd\xc5\xe9\xad\xa8\xb3\x37\xf7\x2c\xff\x8a\x3a\x37\xe9\x7b\xc9\x4b\xea\x23\x5a\xed\x5d\xd5\xad\x05\x2f\xd3\xc6\x32\xb1\xd3\x12\x92\xaf\x52\x6d\xd2\x5e\xa5\x87\x65\xd1\xe7\xac\x14\x17\x56\x7e\x6d\x98\xe9\xf0\x19\x4c\x98\x55\x5b\x23\x3b\x50\xbc\x6c\x7a\x3a\xf8\x4f\xec\xbb\x01\xfb\x28\xcb\x47\xe3\xac\xdd\x05\x0d\xea\x65\x64\x39\x29\x99\xc8\x85\x45\x45\x7b\x25\xb5\x65\x1b\x95\xef\xea\xbc\x5a\xbe\x75\xa9\x0e\x16\x4e\x42\x96\xc0\xd7\xc6\xe3\xed\xdb\x13\x08\xc7\x7f\x83\xdf\x5b\xdc\xc3\x80\x35\xad\xe9\x2f\x83\x24\x6d\x0d\xb5\x5d\x65\x46\x8d\xae\x0d\xdb\x0d\x90\xe6\xa1\xf6\xdd\xae\xb9\xe1\xd0\x29\x97\xc5\x97\x1b\xcc\xfb\x97\x97\xdb\x0f\xce\xff\x15\xbd\xff\x73\x3d\x3d\x6d\xdf\x53\x7f\xf7\xb8\x66\xbd\x92\x3b\x6f\x3e\xd5\x3c\x73\x3f\xdb\xb8\xd8\xf9\xf9\xff\xcb\x5e\x9e\x69\x1f\x0d\xee\xeb\x6f\xbd\xae\xb5\xcf\x5f\x1f\xdb\x1e\xb0\xee\xb2\x6d\x6d\xae\x97\xaf\xf1\x7f\x99\x58\xf9\xb8\x7a\xb7\xb9\x7e\x3a\xf5\x13\xee\xff\x8a\xfd\xdd\xf1\x13\xfd\xba\xf4\xbc\xe9\xb8\xf9\x40\x62\x27\xe0\xeb\xe1\xda\xe5\xb2\xfe\x3c\xea\x74\xeb\xc4\xfe\x58\xcf\xf0\xd4\x20\xfb\x10\xd5\x08\xdb\x0c\xeb\x86\xfe\xc9\xc7\xff\xec\x84\xfd\x7d\xdd\xe9\x5e\x49\x1d\x73\xec\xb4\xac\x73\xac\x60\x2c\x62\xcf\x64\x4f\xf8\x8e\xd2\x0e\x08\xf7\xca\x77\xee\xb6\xa9\x35\xb1\x35\x1c\xd7\x69\xd7\x99\x35\x6e\xf5\xb4\x4c\xdb\xac\x55\x1f\x33\xdc\xfd\xfe\xcf\xf8\x7b\xa1\x63\x9e\x9d\xe1\x2f\x9b\x73\xee\x93\xcb\x23\x8b\x03\xb4\xdd\x03\x6d\x8b\xcd\x6c\x75\xad\xd5\x42\xe5\xd8\x45\x39\xf9\x3b\xb9\xcc\x39\xaa\xb9\x32\x85\x90\xfa\xe9\x5e\xdb\x29\xd4\x35\xbf\xe3\x93\xef\xff\xf1\x4d\x9e\xf3\xef\x52\x2e\xf5\x4d\x90\x0e\xb8\x76\xbe\x68\xbe\xab\xdb\xac\x92\x2a\x0d\x2d\xcc\xca\x31\xcd\x40\x4d\xc1\x4d\x64\x8c\x23\x88\x81\x8d\xaa\x8d\xce\x4f\x15\x28\xe4\xad\x63\xec\x89\x9c\xcc\x5f\xc7\x3d\x91\xbd\xd7\xfb\x9f\xf8\x1f\xa7\x7b\xdd\x2b\x74\x63\xf6\x3d\x3a\x8d\x9f\x2a\x3b\x4a\x0c\xf3\x86\x32\xab\x53\x46\xe3\xb1\xa3\xe6\xc2\xd8\x83\x8f\xfc\x87\xbc\x87\x3c\x61\xbc\x28\xbc\xa7\xc3\xe6\x92\x1f\x0b\x9f\xea\x03\x7a\xae\xa6\x9d\x36\x09\xcf\x6d\x1f\xa3\xff\x91\xe1\xaa\x7f\x7d\x6d\xaa\xba\x47\xa1\x3e\xa2\xc4\xee\x33\x47\x9a\x6a\xbc\x4a\x64\x71\xf0\xb2\x5f\xb0\x97\xb9\x2b\x82\xa3\xad\x6d\xb6\xd5\xa8\xf9\x88\x79\x80\xcd\x8d\x67\x7f\xb8\x53\x6a\x4f\xd1\x78\xc3\xef\xfe\xb1\x39\xb6\x1d\x97\xeb\x7f\x4e\x99\x9d\x73\x2e\x0f\x0e\x5d\x36\x0d\x95\xe4\x64\x4a\xc7\x25\x87\xa1\x06\x78\x7b\x9a\x7d\x6c\xb3\x7b\xb0\x82\x31\xde\x34\x08\xd2\xd9\xd2\xe4\x50\x63\x52\x6d\x31\x58\xb7\x6d\xf0\x0e\x89\xf4\x4d\x2f\x2e\xcd\x6d\x55\x1e\x09\x58\xfe\x7e\x44\xf5\xe3\xaf\x3a\xca\x41\xd9\xec\x73\xcf\xbb\xaa\xae\xcf\x58\xb1\xb9\x41\x5f\x3d\x73\x1c\x7b\xac\xa7\x4c\x5e\xeb\x5d\x68\xaa\x28\x97\xca\xa3\xc9\x30\x4a\x66\x89\xf7\x4a\x6a\xa8\xf4\x1b\xd3\x3b\x92\xf8\xc7\xc4\x8a\x7f\x56\xab\xd6\xed\x6a\x9e\x32\xdd\x7a\x71\xb1\xf3\xe7\xd1\x4b\xdd\x9b\x9e\x56\x6e\x0f\x2b\xa9\x4b\x41\x0f\xb6\xf7\x14\xb6\x55\x32\xc9\xd0\xfd\xa6\x46\x27\xb7\x2e\x75\x23\xda\x2f\x80\xce\x3d\xc5\x41\xce\xaa\xcb\x2b\xf8\xf6\x83\x66\xab\x39\x8c\x4b\x70\x48\x69\x72\x45\x51\x62\xb3\xd3\x50\xec\xb2\xdc\x31\xe5\xcf\x73\x08\xe4\xd7\xfb\x7d\xb8\x09\xcf\x16\x8d\xbc\xe5\x18\x7f\x1f\x56\xbb\x8a\x0f\x4a\x9a\x22\x0a\x8d\xd2\xa6\x42\x37\xdc\x39\x2c\x8f\xf4\x1b\xd4\x0c\x64\xa7\x24\x05\x2c\xed\xc2\x40\x5e\x48\x9f\xc4\x56\xd7\xbb\x2d\x3a\x3e\x5b\xa0\xfa\xa9\x3b\x7b\x56\x69\x87\xef\xc6\x03\x02\x79\x54\xd8\xdd\x1e\x73\x6f\xa4\xcb\x1e\x0b\xeb\xfa\xb8\x6a\x26\xad\x91\xfe\xfe\xb3\xb8\x36\x1f\x26\x6b\x1d\x6d\x38\xe9\x37\x02\x59\xac\x0b\xb4\x3c\xec\x19\xea\x6b\xae\x49\xa9\x69\xb5\x01\x33\x76\x17\x8d\xd0\xb8\x94\xee\x92\x9a\xd6\x92\xb1\x8d\x75\xa7\x6f\x1c\xbf\x23\x9f\xbd\x76\xcb\xc6\xdb\x6a\xd7\xd2\xcd\x83\x6b\xed\x05\xf4\x9f\x15\x54\xc5\x6d\xb8\x7f\x30\x7e\xa3\x28\x22\x28\xc1\x00\x48\x18\xb0\x46\x2f\xca\x51\xb6\x89\x3b\x99\x4d\x84\xa6\x15\xec\x0c\xa8\xed\x57\xfd\x2b\xe2\xcf\xf2\x0f\x1b\x93\x87\x0a\x57\xd4\x8f\xdd\x1f\xf7\x20\x90\xbd\xfd\xf1\x85\x5a\xf8\xb4\x4a\xa7\x4c\x1b\xe2\xf7\x9a\xd2\x76\xbc\xcf\x8c\x23\xe4\xd5\xb8\x05\x28\x9b\xb0\xdd\x80\x12\x10\x02\x6e\xf8\x01\x3c\x38\xda\x6d\x5e\x8d\x77\xa4\x3a\x94\xd6\xc5\xde\x01\xd1\x82\x39\xc8\xb5\xf6\x7d\x99\x0b\x8e\x07\x5e\xf7\x56\x10\xc8\x81\xc4\xe4\x59\x09\x7b\x24\xb3\xe3\xa2\x2e\xab\xf4\x2f\x2e\x39\x56\x16\x4a\x69\xbc\x08\x14\xd3\x57\x5b\x80\x09\xa0\x02\x52\x80\xf0\x0a\x01\x63\x83\xe2\x37\xa7\x8f\x64\xb0\xba\xac\x39\xb5\xfb\x6d\xb8\x7b\xa6\x61\xe5\x79\x77\xeb\xac\xee\x2e\xd1\xdd\x24\x04\x72\x1c\x34\xf0\xba\xf8\x38\x92\xdb\xb9\x40\xd7\x4d\x1a\x96\xfd\x0d\x59\x0c\x61\x34\x9a\xde\x6b\x34\x40\x01\xa4\xc1\x5b\x80\x0c\x28\x5f\x60\xa1\xac\x92\xaa\xb2\xbd\x11\x3b\x57\x25\x36\x79\x70\x4d\xf9\xf4\x29\xfd\x5d\x85\x74\x67\xc8\x8c\xcd\x8e\xc0\xed\x12\x04\x72\x9e\x32\x10\x59\xfc\x2b\xa6\xc4\x65\x4c\x3f\x4a\x3a\x82\x55\x8c\x50\x0c\xd5\x16\xee\x06\x14\x02\x2c\x80\x0e\x90\x01\x17\x10\x05\xb8\xc8\x6f\x88\xbb\x58\xe2\x44\xa5\x94\xdf\x9a\x88\xb9\x10\x86\xbe\x4b\xeb\x2f\x57\xeb\xac\x9d\x96\xdb\xf6\xbf\x95\x86\x40\xf6\x5e\x0e\x1b\x57\x2a\x26\xa8\x7b\x40\x8c\x82\x65\x86\x59\x87\xf1\x6d\xe0\x12\x5e\x38\x80\x37\x40\x14\x20\x02\x1c\xc0\x0a\x94\x01\x39\x52\x39\x11\x0a\xf3\x8d\x08\xa9\x52\xe1\x87\xd4\x8f\x62\xa1\x61\x69\xda\xe5\x91\x1d\x37\xd3\x0c\x5b\x1a\x37\xd0\x10\xc8\x11\xe6\x44\x5c\x5d\x48\xca\xa6\x6f\xbf\x89\xd9\x7b\x78\x8e\x8f\x04\xe2\xd0\x8e\xd0\x4d\x2f\xe9\x81\x31\x50\x02\x6a\x80\x1a\xf0\x03\x0b\xc4\x62\x42\x0a\x26\x0b\xe1\x71\xc5\x1e\x63\xd8\x8f\x6b\xa1\xbe\x69\xaa\x65\x3a\x9d\x04\xd3\x6a\xdb\x56\xb7\xa8\x10\xc8\xe9\xd2\xec\x50\x53\x71\x66\x57\xc0\xb8\x45\x89\xa2\x34\xb7\x03\x49\x2f\xf2\x2e\xf2\x5b\xa4\x13\xf8\x7c\x58\x27\x98\x7c\xe8\x7e\x98\xc6\x57\xae\x08\x22\x04\x8e\x8c\x59\xc2\xf1\x8a\xa6\xc6\xbc\xce\x47\xa1\xfe\x69\xd3\xe5\x89\x9d\x3f\xa7\xa1\xb6\xfb\x6f\x8d\x21\x90\xeb\x88\xc5\xc9\xf6\x83\x5c\x85\x50\x5a\x5b\xa0\x72\x29\x58\x4b\xff\x44\xc0\x8b\xf6\x8c\xb3\x88\xa5\x85\x56\x81\xe2\x8e\x4c\x83\xc2\x8e\xba\x8b\xa9\x4e\x10\xc3\xa0\x2b\xb4\xa1\xe8\xff\xa1\xf6\x23\x5c\xe8\x74\xfa\xef\xf2\xfb\xce\xe9\x99\xbc\x5d\x93\x3b\x5b\x08\xe4\x07\x64\xcd\xa2\x47\xaf\x70\x3e\x92\xd1\xe1\x5c\x3b\xeb\xed\x30\x0f\x13\x6d\x0f\x2d\x03\x85\x3f\xc9\x00\x61\x11\xfe\x1e\xfe\x25\x01\x2f\x11\x0a\xa9\x3a\x0d\x0e\x33\xbf\xe0\xa3\x22\x87\x71\x90\x0b\xfe\x27\xe7\x0c\xd4\x8a\xd5\xae\xd6\x19\xec\xdd\x9c\xbb\x58\x08\xe4\xe9\xd5\xd6\xd3\xc0\x6d\x59\x6d\xcc\x47\xb7\x6a\xd3\x0e\xb5\x17\x92\x69\xdc\x22\xf4\x28\x2c\x80\xa9\x87\x5e\x9f\x7a\x9e\xa6\x9b\x26\x96\x2e\x91\xd9\x89\x93\x44\xa0\x4f\xbc\x5f\xa9\xe9\x03\xac\xb3\x74\x68\x56\xda\x7d\xa5\x68\x37\xe1\x6c\xc5\xce\xe9\x0f\x02\x08\x04\x32\xb1\x77\x3f\xf2\xab\xaa\x37\xa9\x3f\xf0\xda\x71\xf3\x83\x86\x0a\xab\xa4\x1c\xcf\xa8\xe0\x47\xbe\x13\x1e\x1c\xce\x5b\x2e\x5a\x2e\x71\x1e\x17\x41\x0a\x71\x01\x99\x59\x25\x32\x2d\x42\xd3\x31\x17\xde\xd0\xcd\x0c\xc9\x4a\xb5\xae\xc8\x59\xb5\x3d\xfc\x1f\x7f\x5c\x41\x8e\xd1\x27\x65\xea\x5a\x73\xf9\x63\xbe\xfb\x91\xda\x8f\x19\xd1\xa8\x78\x48\x13\x89\xe4\x49\xdb\x4a\xd6\x4b\x48\x49\xcc\x48\x86\x4a\xc3\xc9\x46\x2b\x69\x6b\xee\x1a\xac\x58\x04\x3b\x52\x7b\xbd\x8d\xb4\xcb\x84\xaf\x78\xdd\xcd\x38\xab\xbe\x2b\xf7\xe3\x4f\xd7\xf9\xcc\x77\x06\xa3\x2b\xa3\xf2\x6d\x16\x7a\x54\xa5\xcf\xaa\xbd\xaf\xd1\xa3\xba\xb9\xe6\xbe\x9a\xa9\x4a\xbd\x72\x9e\xb2\xb2\xf2\x9c\xba\xaf\x36\x9d\x61\x9d\x79\xad\x03\x70\xeb\xf6\x77\x8c\xd4\x4a\x8c\xc9\xd9\xaf\xd1\xef\xae\x98\x45\xdc\x83\xba\x2b\xfd\x5b\x86\x8b\xb8\x75\xdc\x31\xab\x36\x8a\xb2\x84\x0c\xb3\xc8\x43\x9f\x5b\x47\x1a\xd3\x52\x1d\x0e\xe3\x6c\x63\xd9\x0f\xb2\x46\xbc\xc6\x33\xa6\xea\x96\xcf\xf6\x5d\xae\xc7\xbe\x4f\xa1\xb7\xb1\x8b\x99\x50\x05\x41\x95\x3d\x1d\xa4\xa3\x90\x95\x95\x23\x9c\xef\x7f\xea\xbd\x3f\xd3\x0f\x0f\x97\x2d\x86\x7d\x5b\x94\x4a\x3b\x33\xd4\xa2\x29\xfd\xab\x5c\x2c\xad\x5f\x3a\xfa\x38\x64\x3a\xf4\x39\x6a\x3a\xc3\xb8\x50\x7b\x58\xf9\x4a\x86\x6e\xc4\xb8\xa6\x3c\xe7\x56\x94\xa3\x35\x21\xf4\xd0\x8f\x0d\x2f\xcd\xef\xa5\xdc\x74\xff\xe3\xb6\xbd\xf5\xd9\xab\x58\xa4\x1d\x4a\x6a\x7e\x2a\x33\xcb\x2a\x8e\xdb\x0b\xe1\xf0\xe2\x0e\x10\xf5\x85\xf8\x4b\x07\xd4\x07\x41\x87\xfa\x86\x57\xc4\xf2\xa4\x20\x7d\xf6\x2a\x0e\xa8\x23\x69\x77\x18\xcc\x98\xe1\x5f\xdd\x3f\x60\xba\x51\x83\xfc\xcb\x2c\xc5\x35\xde\xae\xf0\xc2\xe0\x50\x7f\xeb\x4d\x65\x4c\x6e\x76\xf2\x8f\x54\xc1\x60\xe8\x68\xea\x58\xcb\x18\xa3\xf8\xf2\x14\xcd\xf4\x6f\x39\x0f\x25\xf6\x55\x5a\xcd\x73\xbd\x1e\x63\xc9\x8b\x1a\x5f\x7f\x9e\x75\xdd\x0f\xff\x07\xf4\xbd\xbf\xea\xdb\x55\x5d\xd2\x1c\x0d\xec\x54\xaf\x53\x2f\x0e\xc8\x5a\x4b\x86\xca\xae\xce\xee\xc9\x41\xcf\x35\x2f\x4c\x2e\x0f\xac\x25\x6c\x91\xea\xa6\x1d\x39\x9e\x71\x5c\xd5\xdf\x9b\xbd\xe2\xf8\x6f\x4e\x14\xbf\x7f\x5d\xf7\xef\xff\xfa\x52\x34\x39\xdc\xd7\xdc\x22\x5d\x4d\x5c\x2c\x51\xf1\xa5\xd2\xa9\x6a\xb6\xfa\xa4\xfe\x7d\xcb\x6c\x57\xc2\x80\xf6\xc4\xf2\x92\xdc\x57\xf1\xa3\xb4\xbb\xb6\xdf\xaf\xff\x2f\x0e\xf0\x8f\xf5\x6b\xfd\x81\xef\x7b\xf9\xb5\xc6\x05\xdd\xe9\xf2\x91\xce\x7e\xc9\xae\xf6\x0e\xc5\x6e\xda\xa1\xd4\xf5\xda\x33\xdb\xff\x33\x2e\xff\xbe\xff\x76\xf2\xf2\xfa\x5b\xe7\x29\xd1\x91\xd6\x2e\xcd\xe6\xce\x5a\xd7\xf2\xf5\xfc\xc6\x3c\xd3\x4c\xcb\x14\xd6\xac\xe7\x12\xd7\x4e\xe0\x85\xe3\x13\xcb\x7f\x8b\x7d\xd6\x7b\x50\xba\xba\x3a\x93\x3d\xe4\xda\xe5\xff\x2a\xb6\xc1\xf5\x45\x60\x31\x62\xfa\x70\x12\x7e\x94\x6e\x90\xaf\x3b\xa8\x6b\xb1\xf3\x77\x27\x74\xa7\xf7\xa0\xd7\xe2\xf8\x76\xca\x39\xe6\xe3\xff\xd6\xa3\x46\x5c\xaa\x9f\xda\x6e\x4f\xaf\xf9\x2e\xbf\x98\x35\x9a\x7c\x3f\xba\x38\xfc\xba\x6f\xaa\x6b\xb3\xcd\xb3\xc9\xa7\xd6\xb7\x3a\xba\x42\xbe\x8c\xbd\x94\xbf\x3c\xbb\xf1\x6e\x18\x76\x6e\xfa\x2b\xee\xb9\xfb\xc3\xcc\xbf\x27\xb8\xf3\xdb\x9b\xdb\x88\x5c\x44\x9e\x60\x1c\x52\xed\xb5\xec\x30\x68\x8e\x68\x58\xaf\xc9\x2d\xfb\x51\x34\x97\xd7\xf3\x39\x22\xfd\x26\xf5\x21\x79\x2d\x29\x3d\x43\xbb\x34\xbe\x05\x6e\x60\x71\x0e\x7c\x1d\x39\x77\x7a\xfc\x57\x5d\x8d\xc6\x69\xcb\xaa\xe6\x6c\xd7\xc0\x8f\x8e\xe7\x26\xd4\x1a\xdf\x72\xb5\xa2\x9b\xdc\xe7\x2c\xce\xb4\xd4\x84\x6f\x31\x55\x11\x91\x9f\x70\x82\x48\x03\x67\x02\xe5\xa3\xa4\xb3\xf8\x4b\xee\x9a\xd4\x06\x5c\xe7\xee\xb7\x82\xbf\x25\xfd\xfe\xe7\x24\xca\x8f\xd4\x5d\xf2\x99\xf3\x41\xe5\x56\xe5\xea\x91\x22\x9f\x1c\xf2\xf4\x83\x64\x9a\x98\xfb\xf0\xc3\x60\x7d\xbf\x78\xef\x45\xf7\x9d\x8f\xc9\x8e\x49\x76\x5f\x1c\xa7\x7d\xb7\xa2\x18\x33\xec\x4a\x49\x5b\xf8\x86\xa1\x16\xd7\xf7\x3e\xdd\xfe\x93\x3f\x5c\x30\x7c\x09\x1e\x36\x69\x6b\xac\xf4\xcb\x33\x48\x75\x8f\x7b\x15\x9e\x1e\x54\xe9\x2b\xe3\x01\x9c\x35\x6c\x9f\x2d\xb5\x4d\xdf\x1b\x9d\xe8\x53\xeb\xd6\x7c\x30\x75\xd4\xf0\x53\x8f\x91\xcc\xa2\x2b\x27\x68\x97\x19\xab\x5e\x7d\x7f\x42\xfa\xf0\xd7\xbc\xde\x49\xca\x7c\x7b\xb7\x60\x6d\x49\x7e\x76\xb2\x40\x84\xa8\xff\x9a\xe7\x8c\xf3\x77\x5b\x71\x33\x3e\xa3\x1a\x5d\x32\x8d\x4d\xa5\x32\x05\x24\xd9\x70\xd9\x76\xf5\x64\xe3\x73\xe7\xca\x20\xd8\x78\x89\xdc\xee\x5a\x87\x1e\xba\x99\xe7\x6d\xfc\xcb\xcc\x3f\x4f\x62\xcc\x61\xeb\x74\x5a\x7b\x42\xa9\x43\xda\x73\x44\x8e\xaf\xbd\x73\xae\x75\xa1\x89\x88\x5e\x96\x3a\x8c\xa2\xe2\xbb\x2b\xc9\xaf\xc2\x10\x81\x62\xde\x05\x01\xb4\xf7\x21\x5a\x57\x16\xe9\x6e\xe0\xd3\x79\x2a\x76\x71\x68\xd3\xd9\x30\xe4\x0b\xec\xd1\xc5\xcf\x46\x08\xe4\x99\x6e\xa7\x78\xe2\x55\xc3\x5d\xee\x6a\xcc\xa0\x3f\x99\xd3\xbd\x05\xa5\x3e\x89\x7a\xb4\x5c\x83\x94\x80\x08\x1e\x9f\x30\x47\x3f\x73\x33\x3d\x2a\x8d\x23\x8b\xba\x08\x92\xc2\xaa\x81\x95\x9d\x8d\x4f\x65\x4c\x6a\xf6\x7e\xf5\x65\x8f\xc8\xec\xc9\xf6\xd2\x0d\x05\x04\xf2\xb0\xb2\x93\x3a\x32\x5f\xb7\x94\x65\x18\x96\xe9\x96\x63\x39\xa9\xbb\xaf\x84\xf6\x36\x4b\x44\x8f\x47\x8c\x39\x84\x76\x93\xbc\x98\x28\x03\x4f\x18\xdb\x83\xc6\x8f\x07\x48\x59\xa9\xf3\x9b\x61\xb8\xc2\x87\x62\xa7\x16\x97\x0a\xb6\xd2\x8c\xf9\xae\xef\x9c\x33\x3f\x7b\xfd\xe2\xd8\x5e\x1a\xca\xae\x6e\x4c\x31\x0f\x04\x0e\x9b\x86\xc8\xca\x7a\x52\x0e\xfc\x67\xec\x80\xee\x90\xf4\x00\x6f\x1b\xfd\xfc\x4d\x12\x9c\x28\x32\x09\x71\x09\xf3\x95\xd0\x8e\x3c\xc4\x80\xc1\x3e\xd1\x1f\x23\x1e\x2a\x1f\xb7\x01\x76\x30\x72\x29\xe3\x18\xe6\xa1\xf5\xe9\xd5\xb6\xe6\x10\x41\x45\x75\x38\xc4\xe7\x41\x5f\x4b\x0b\xfa\xad\xbf\xa0\x0c\xcb\x4f\x6a\x2c\x42\x08\xe6\x4b\x44\x44\xe8\x5f\x80\x05\x90\xc3\x89\xe3\x32\xd2\xb4\xf2\x42\xbd\x9d\xd7\x4a\xb3\xbc\xf0\x3c\x8f\xbc\xca\x1a\xa8\x36\xec\x55\x9f\xab\xde\x6b\xbb\xfb\xfd\xcc\xf9\xb5\x71\x88\x39\x2f\x32\x1c\xd8\x09\x68\xb3\x49\xb3\x73\x27\xb1\x79\x51\x9b\x12\x62\xa0\x75\xc1\xcd\x00\x35\xc0\x0d\x88\x01\xc3\xcb\x4e\x74\x7c\xb2\x6d\xb6\x6f\x12\x9c\x2a\x3f\x4c\xe5\x5c\xeb\x3e\x3d\xa4\x95\x97\x13\x75\xa4\x4d\x33\x6e\x6d\xdc\xb8\x43\x20\xdb\xa2\xdd\xe1\xb9\xa7\x21\x09\xf6\x09\x5a\x11\x12\x01\xac\x17\xe4\x13\x84\xf7\xe8\x23\x70\xb1\x00\x1a\xa8\x00\x12\x40\x0d\x88\x00\xe2\x1b\x4d\xc2\x2b\xa6\x6d\x61\x79\x85\x6c\xa3\x60\xa7\xc4\x60\xbd\x64\xd7\x92\xc8\xd6\xcb\x89\xf6\x8d\xc4\xcb\x41\x48\xee\x57\xcf\xf6\xce\xdc\x5f\xe1\x78\x8e\xa9\xda\x66\x12\x2d\xcc\xfa\x04\x57\x98\xfd\xf0\x97\x50\xba\x80\x04\x90\x00\x76\xc0\x0a\x44\x01\x17\xbc\x17\x9e\x2a\x7d\xac\x80\x9c\xdc\x57\xfd\xdf\xf6\x29\x01\x43\x89\xcb\x45\x96\x2d\x93\xe3\x94\xeb\x0b\xdf\x02\x21\x90\x8d\xc1\x1e\xc6\xc2\xcd\x68\x59\xe7\x51\x3d\x63\x49\x49\x66\x32\xdc\x6a\xf8\xc8\x97\x24\x00\x13\x20\x00\x52\xc0\x04\x98\xc0\x1b\x40\xf8\xda\x05\xe7\x84\xb6\x9c\x6f\xfe\x3d\x99\xde\xac\x3d\xa6\xbf\x60\x62\x41\x61\x7a\xf3\xf4\x28\xf5\xea\xe5\x37\x4f\x08\x64\xb3\x60\xe0\xbc\xfc\x75\x9c\x9e\xfb\xa9\x21\xcc\xdb\x61\x96\x09\xbc\x97\x2f\x99\x01\x25\x40\x02\x02\x40\x1d\xa0\x00\x6a\x40\x06\x68\x5e\xdd\x61\xf7\xd2\x78\xf0\xba\xca\xfa\xea\x76\xdb\x99\xfa\xcf\x27\xf0\x15\x72\x36\x55\x8e\xce\xad\x0d\x7d\x53\xf8\x9d\xbc\x2f\x33\xba\x5c\x13\x92\x2c\xed\x43\x63\x22\x2c\x5b\xce\xe1\x48\xc0\x0b\xeb\x04\x28\x81\x22\x20\x02\xaf\x01\x0e\x40\x03\x2c\x00\x07\x26\x10\x0b\x8f\xba\x85\x97\xf2\x1d\x94\xae\x92\x9d\x8d\xbf\x49\x22\x5c\x41\x5e\xb3\xe4\x68\xdf\xda\xd7\x6f\xdc\x10\xc8\xf1\xf9\x74\x45\xc3\x5d\x06\x5b\x40\xb4\xf9\x85\x42\x02\xf7\x03\xe9\xe3\x9b\xf7\x2f\x72\x5f\x1e\x43\x59\x03\x7c\x40\x04\xcc\x00\x05\x10\x84\xb6\xc6\xb4\xa7\x2a\xe2\x19\x7c\x97\xa1\x4b\x6d\x67\xe0\x8f\x19\x7f\x58\x48\xd7\x8c\x3d\xda\xb4\x2e\xf0\xad\xeb\x4f\x37\x0a\xb6\x35\xed\x73\x46\x08\x93\x8d\x8c\xca\x17\x41\x0e\x7a\x64\x3c\x2c\x44\x32\xe4\x76\x44\x05\xb8\x9b\xd7\x68\xb0\xaf\x5e\xbf\x81\x53\x46\xf0\xc0\x88\xa1\x52\xe1\xf9\xf0\xce\x53\x87\xd7\xee\x95\x5f\x63\x82\x76\xa1\x63\xb3\xda\xd8\xf4\x7a\xe9\xb7\x7e\x08\xe4\x56\xfb\x4b\x4d\x97\x66\x81\x66\xf8\x9c\x43\x87\x36\x9a\xf4\x35\x37\x2e\xb5\x1c\x2e\x33\x46\x1e\x2e\x3c\x16\x0c\xfa\x1a\x7a\x25\xfa\x19\x66\x3c\xf6\x14\x41\x06\xd5\x27\x6e\x51\x99\x58\x5d\x7b\x3b\x3b\xbf\xc5\x04\xcb\xc2\x8d\xe6\xe9\x31\x82\x0d\xcb\x0b\x0a\x08\xe4\x67\xc9\x86\x60\xdf\xc7\x92\xc0\xe8\x22\x37\x7a\x93\x9f\x2a\xdf\x25\xc8\x38\x1a\xa8\xa9\xa9\xb3\x29\x53\x48\xad\x49\x73\x48\x58\x49\x2d\xc8\x20\x54\xd0\xf4\xe5\xac\x03\xfc\xcc\x32\xcd\x3a\xcc\x76\x5b\x01\xad\xf1\xce\x45\xd0\xcd\x0d\x63\xaa\x1b\x0b\x97\xce\x10\xc8\x33\xe1\xf6\xc8\xf0\x9b\xca\x8c\x24\xce\x40\x0c\x47\x36\x23\x1a\xa5\x4c\xb1\x51\x4e\x59\xba\x7c\xd6\x5f\x2c\xeb\x8c\x99\x4c\x0b\xcc\xba\x2c\x27\x1c\x82\xbc\x0b\x22\x3e\xd2\x69\x8a\xd6\xfa\xfa\xb6\x27\x7e\xe8\x09\xc5\x45\x45\x6d\xc2\xe3\xb9\x9b\x9f\x2e\xa1\xff\x76\x47\x1c\x48\x8d\xfb\xd4\xc5\xe6\x88\xc6\x50\xf9\xb2\xd8\x69\x1a\x38\x29\xb1\x8a\x5f\xf0\x5c\x08\x15\x0b\x46\x0a\x22\xf2\x5f\x09\xfa\x09\xcb\x89\x77\x4a\xdf\x2b\xe4\x69\xe4\x19\x94\x5b\xd4\x3a\x6d\x05\x11\xc5\xb9\x16\xa8\x36\x27\x8d\xab\x6e\xc8\x5f\xf2\xfe\xb9\xa5\xdc\xa6\x17\x3b\xc3\x2a\x94\x32\xb5\x22\x35\xbd\x25\x6c\x1b\x0c\x2a\x55\x9c\xde\x3a\xbe\xff\x2a\x37\x24\x7b\x2f\x2b\xfa\x7e\x40\xfe\x40\x45\x49\x13\x43\xbf\xd0\x6c\xc4\xee\xc9\xdd\x30\x70\x2a\x6a\x32\x23\xa8\xcc\xa2\x75\x61\xb4\x70\xe3\xea\x3a\xe8\x6f\x19\xbe\x11\xaf\x61\x8f\x46\xb4\xea\x97\xba\xa6\xe3\x45\x98\x79\xfd\xb2\x27\xfc\xb0\xa3\xe1\xac\xc3\xa1\x2d\xa2\x3d\xad\x3d\xa7\xd3\x67\x90\x67\x74\x62\x2e\x62\xef\xe1\xaa\xe9\xe7\x16\xce\x9f\xa8\x98\x55\x50\xca\xd4\x88\xdc\x3b\x3c\x53\xbe\x51\x71\xf9\xa7\x17\x74\xcf\x7f\x70\xb7\x64\x32\x54\xd4\xcc\x5d\x92\x98\xf6\x23\xd2\xc6\x37\xcb\x29\xd9\x7c\xc6\x52\xd4\x6c\xcf\xda\xcb\x4a\xdc\xf6\x87\xfd\xb1\xf3\x83\xdb\x90\x9f\x61\xe8\x58\xac\x66\x5a\x54\x7e\x58\x25\x53\x4b\xd4\x80\xc1\x8c\xed\x06\xec\xa9\xe3\x77\xc3\xbf\xdf\xb6\x37\xb9\xbb\x1d\x0b\xc2\x83\x7c\x4d\x79\x25\x2b\x99\xe8\x31\xeb\x81\xcf\xee\xaf\xed\xe9\xdd\x77\xdc\x46\x3d\x86\xbc\xc6\x7c\x59\x83\xfd\xc3\x39\x63\xf1\x53\x19\x73\x6a\xca\x44\x1b\x6a\xba\x39\xc7\xc4\x16\xee\xb6\xda\xcf\xf1\xee\xad\xfe\x89\x3a\x63\x57\xe2\x3b\xf2\xf3\xb1\x83\x5e\x2d\x92\xe5\x4d\x9f\x37\x12\x0d\xc3\x79\xfd\xf9\x43\x7f\x86\x74\x84\x9e\x85\xb7\x47\x0f\x25\x21\xa4\x89\xe6\xbc\x2b\x61\xa9\xbd\x6e\x1f\x1d\xd0\x99\xec\x5b\x15\x39\x00\x57\x3a\xcf\x06\xff\x8a\x7c\xbf\xe5\x2f\x43\x76\x98\x17\xb1\x47\xd8\xdb\x97\x6b\x2c\x0b\x9e\xd2\x21\xf1\x85\x29\x4e\x29\x69\xa9\x6d\xe9\x64\x99\x6c\x79\xc8\x25\x6e\x35\x78\xcd\x58\x3d\xf7\x23\x9e\x0b\xd4\x1b\x8d\x47\x6e\xff\xf9\xe6\xfd\x27\x07\xb8\xaa\xdf\x2b\x5a\x79\x3d\x61\xd8\xd3\xda\xf4\xbe\xe2\x77\xc1\xb7\xdc\x99\xc2\xdb\x92\x93\xf2\x93\x0a\xdb\xda\xf0\xc6\xdd\x2e\xfc\x21\xd7\x29\xa4\x65\xc5\x9d\xcd\xf3\xde\x9f\xbc\xff\x0f\x12\x41\xf5\xcb\xef\xa1\xed\xbb\xfc\x8d\xed\x05\xd3\xc9\xd2\xe1\xee\x3e\xe6\x96\xfb\xfa\xcd\xea\xda\x97\xca\xd5\xf6\xb5\x93\xa3\xb3\xef\x8c\xff\x57\xe0\xd3\xf3\x13\xc2\x77\xc5\x6b\xc2\x6f\x59\xa7\x8e\x47\x87\xbb\x39\x5b\x62\xeb\x6c\xcb\x9b\xf3\xc1\x33\x55\x13\xd9\x23\x2b\xc3\x7a\x43\x9e\xc3\xe8\x93\x06\x5f\xde\x1f\xf0\x5e\xff\x17\x57\x37\x08\xe4\x71\xe6\x9b\xf2\xe9\xe9\x81\xf7\xd6\xf5\x7a\xc4\x17\xd7\xc5\x8e\x59\xbd\x09\xd3\x91\xec\x81\x99\x1e\xd9\x4e\xfa\x96\xbb\x46\xaf\xfa\xc9\xda\x2f\xf5\x59\x5d\x4a\x63\x64\xcb\x64\x7b\x5b\xd7\x6d\x90\xd2\xff\x38\x81\x95\x6f\xa3\x5b\x39\x6b\x07\x8b\x3e\xd3\xbc\x63\xf2\x43\x1e\x7d\x39\x5d\x37\x6d\xf0\x8d\x3b\xb5\xfb\x95\x71\xa5\x55\x45\x48\x79\x32\x9f\xfb\xb2\x3f\xe7\xd1\x56\x5a\x75\x5c\x8f\x12\x2c\xf9\xed\x29\x5c\x09\x3d\xff\xdb\x2c\xca\x5d\xe4\xf6\xc5\x42\xfe\x94\xde\x50\x6c\x77\x78\x6b\x6e\xa3\x4d\x4d\x62\x85\x58\xb1\x4b\xde\x61\xb6\x65\xba\x73\xd2\x60\xbc\x67\x74\x45\x64\x6a\x44\x77\x6c\x5b\xf6\x63\x85\x40\xeb\xcd\x48\xc8\x32\xf5\xfe\xd7\x1b\xbe\x7f\xd9\xc1\xc6\xb1\xf6\x62\xda\x10\x4b\x4f\x4e\xd3\x50\xf5\x87\x52\xec\xfc\xf8\x6c\xce\xb4\xa7\x24\xe3\xd8\xf3\xf0\x83\x50\xa2\x40\x38\xdf\x60\x2f\x29\x0f\x69\xb7\xb3\xc0\xe8\xd8\xce\xcf\xfe\x15\xba\x6d\x87\xa3\x5e\xcb\x2b\x47\xac\x77\xff\xd4\x93\x7c\xaf\xda\x3a\x9b\x40\xef\xf6\xaa\x77\x29\xa5\xce\x99\x48\x13\x88\x9f\x8b\x86\x0e\x63\x0e\x74\xf0\xe9\x73\x1b\xfd\x88\x61\x3f\x69\x0d\x6f\xae\x60\x8a\x64\x46\xe2\xc2\x1f\xe8\x11\xd7\x94\x13\x58\x85\xd9\x59\x36\xd1\xb8\x1e\x7d\xea\xfe\xd8\xf1\xf7\x0c\x17\xc2\xcb\xb3\x7d\x21\xf5\x77\xc5\xd1\x19\x6b\xf1\x49\x9f\x86\x02\xe3\xbc\xa6\x5c\x25\x1c\xda\xac\x93\x4c\xfb\x0d\xab\x74\xee\x35\x6b\x54\x53\x55\x1c\xb5\xe4\xcc\x77\x5d\xd7\x42\x3a\x13\x55\xf3\x0a\xea\x45\xfa\x8c\xe6\xb8\xb6\xcf\x6e\xfe\x9a\x65\x39\x62\x9d\x45\x6b\x93\x2e\xdb\xc8\x4e\x8c\x79\x0a\xa6\xf1\xdc\x71\xba\xb1\xf1\x30\x8d\x37\xcc\xd6\x7e\xa7\xb2\xa7\x80\x2b\x73\x22\xf9\x4d\x9c\x5a\x44\x5c\xce\x41\x4f\xc7\xda\xca\x93\x24\xac\x35\x4d\xa9\xb8\xbb\x35\x60\x14\x75\x55\xeb\x44\xf0\xd1\x18\x02\xf9\x5d\xba\xaf\x38\x99\x54\xa7\x98\x8f\x9a\xe0\x18\xb8\xe9\x2e\x69\x1b\x6e\xf2\x43\xcf\x40\x6d\x49\x3e\xe1\xed\xb3\xd8\xba\xc0\x13\xf7\x03\x07\x26\x0b\x0c\x6b\x92\xd8\xa5\x92\xac\x61\x83\xfd\xb4\x9f\x75\x4c\x73\x0e\x5d\xf5\x65\x2f\xf1\x6c\xff\xce\xe8\x2d\x2b\x04\xf2\xb0\xb6\xc5\x30\x22\x50\x6d\x99\xa1\x11\xee\xed\x71\x69\xb3\x63\x98\xa3\xbe\x28\x77\x27\x75\x21\x6c\xc8\x9d\xc7\x66\xc7\x80\x4d\xf5\x81\xf4\x9e\xf0\x8a\x26\x83\xd7\xe6\xad\xb0\x86\x99\xd9\xaa\x1b\x6f\xe8\x5d\x6a\x43\x49\x58\x6b\xf7\x38\xf4\x9a\xec\x79\xd2\xf3\xe0\x7d\xce\x16\x61\x3f\x5b\x79\x73\xf2\x59\x60\xbf\x83\xe3\x87\x75\xf5\xac\x77\xdc\x22\x25\x3c\x13\x2c\xc8\x34\x85\x64\xe8\xf8\xe1\x98\x6b\xa8\x66\x48\xfc\x24\xa9\x2c\x64\xc2\x4e\xf2\xad\xfa\x86\xf6\xcb\xfe\x54\x71\x55\xb9\x03\xf5\x63\x03\xe7\x8b\x90\x43\xbf\x1f\x90\x9f\x0d\x9b\xad\x3d\xa9\xa5\xeb\xe1\xfa\x1f\x8d\xad\x16\xb4\x94\x65\x3f\x88\xbc\xe7\xe4\x66\x40\x22\x17\xc4\xbd\x46\x87\x46\xf8\x0e\x13\x01\x1c\x5f\xf5\xe2\x64\xd3\x18\x70\x2f\xbc\xf5\xd0\xe4\xb2\x8c\xf5\xf8\x16\x01\x95\xc9\x57\xd5\xd4\x2d\x30\xcb\xb4\x13\x7e\x4b\xfe\x73\x72\xfd\x63\x77\x56\x8e\x6c\xb0\x93\xbd\x9e\x56\xee\x5b\x7f\xb1\x13\x4e\x68\xba\x38\x92\x66\xec\x37\x48\x65\xd0\xc5\x00\x17\xe8\x00\x53\x28\x3b\xd4\x43\x52\x6f\x36\x2c\xd1\x72\xe5\x1a\xe3\x17\x1f\xf3\x43\x6e\x53\xbe\x96\x9a\xb4\x33\x4d\x08\x7e\xc5\xb8\xd4\x7c\x7c\x58\x9f\x6c\x2f\xcf\x08\x0e\x14\xb6\xbe\xd3\xe0\x14\x7f\x64\x5b\xa1\x46\x23\x61\xc2\x42\x45\xd4\x7d\x11\x03\xa8\x01\x29\xa0\x04\x8c\x80\x1c\xb1\x0e\xff\x3b\x03\x89\xc0\x89\x3c\xb2\x7e\xb3\xfd\x73\x40\x55\xc2\xf7\x22\xce\x66\xee\x51\x94\x35\x84\xb3\xbc\x47\x91\x35\xcf\xa6\xfd\x2c\x8c\xa0\x02\x9b\x15\x0d\x1d\xd1\x42\x26\x3a\x42\x75\x6c\x04\xc4\x98\x17\xb7\x00\x05\xd0\x00\x66\x80\x08\x88\x00\xd1\x6b\x72\x6c\x7f\xea\x1b\x9e\x36\x99\x2d\x1d\x38\x9b\x10\x1f\xbd\x58\xea\x3c\xfb\xfa\xae\x21\x9d\xe5\xfb\x53\xca\xc7\x85\xb5\xef\xad\xd0\x39\x1e\x9f\x78\xed\x77\x34\xb3\xc4\xe6\x18\x1a\x71\x26\x10\xb9\xa0\xf9\x80\x20\xa0\x05\x74\x00\x0d\x60\x01\x3e\x40\xff\xf2\x09\xbd\x9d\x42\x99\x73\x46\xea\x9b\xe6\x1b\xcb\x71\xaf\x8b\x68\x81\xcf\x83\x75\xf7\x03\x9a\x4b\x68\x27\xc4\x4f\x75\x4b\x6c\x5d\x5c\x05\x2c\x91\xf2\xce\xa4\xba\x94\x12\x97\x4c\xe8\xd8\x36\x2f\x1b\x00\x2a\x20\x03\xa8\x80\x16\x60\x03\x12\xc0\x0a\xf0\x5f\x20\xa1\xd6\x93\xc3\xb3\x3f\x4b\x8e\x6a\xe8\x58\x54\x78\xbe\x8d\xb2\xcb\xde\xac\x15\xec\x0f\x5a\x44\x3e\x7c\xf8\x19\xbe\xae\xd5\xd7\x5e\x8a\x17\x6b\xe9\x96\x6d\x70\xf2\x96\x92\xe5\x02\x8f\x16\xc6\x05\xe0\x01\x19\x80\x05\x30\x00\x39\xa0\x00\xf8\x00\x0b\x98\xa0\xc4\x91\x92\xb3\x67\x88\x5f\xab\x47\x98\xf7\x79\xd2\x44\x91\x7e\xfe\x52\xdb\x33\x40\xbe\xc4\x79\xc4\xf1\x68\xbf\x7d\x36\xec\x55\xc5\x9d\x38\xe9\x75\x60\x42\x2b\xfb\xc0\xe9\x42\x7c\x88\x48\x0f\x18\x00\x06\x40\x06\x88\x40\x0e\x88\x00\x6c\xc0\x0f\xa8\x91\x1d\x48\xac\xd9\x12\xc4\xad\x55\x67\xcd\xa9\x3c\xbc\x23\x23\xb2\x1f\x6b\xdd\xfb\xcb\x97\x10\x8f\x44\x20\x90\x83\x91\xc9\xf0\xfa\xbc\x74\x5f\xff\x34\x0b\x5c\xc5\x41\xbe\x2e\xaa\x19\x74\x03\xe0\x0d\x5e\x03\x44\x00\x0f\xc8\x80\x31\xe0\x01\xe8\xe0\xed\x9b\x68\xe2\x5a\xd6\x4d\xf1\x05\x35\x04\xb3\x11\x0f\xa5\x28\xe5\xcf\xdc\xb5\xf0\xfd\xc4\x8b\x3f\x8e\x88\x21\x90\x73\x30\x37\xda\x82\x99\x3d\x15\xbc\x60\xb3\xae\xfe\x41\xb4\x9e\x71\x0f\xaf\x1d\x4e\xea\x95\xff\x4b\x7d\x28\x5a\x80\x00\x70\xc0\x1b\x90\x09\xa5\x82\x54\x41\xfc\x8e\x25\x5d\xec\xbb\x6a\xb4\xb9\x95\x07\x55\xa4\xeb\xe7\xc6\xda\xb8\xfe\xf1\xa5\xb1\xc3\x30\x08\xe4\x9a\x66\xb9\xbb\x33\x33\x7f\x38\xbc\xc5\x29\x5a\x0f\x5d\xe6\x1d\xd7\x39\x95\x20\x96\x23\x02\x13\x72\x2e\x52\x10\x42\x0d\xfc\x25\xc2\x25\x62\xf7\x9b\x50\xd4\x09\x42\x2f\xe6\x72\xd1\x2a\xb5\x04\x33\x2b\x8f\xe6\x88\x9b\xec\x6f\xb5\xf9\x03\xd1\xcb\x58\x27\x91\x10\xc8\x77\xbb\x35\xe7\xde\x1f\x25\xda\x31\xe2\x1e\x05\xa6\x28\x2a\x95\xe2\xd2\xec\x46\x14\x8a\xd8\xa1\xf8\x97\xf8\x1a\xd8\xd7\x38\x49\x38\x9b\x78\xdf\x08\x9e\x49\x9e\xa8\xfa\xd9\x5e\x8a\x26\xa8\x40\x9b\x09\xb9\xb3\x47\xe1\x64\x37\xd4\xfa\xf6\xef\x2f\x13\x9d\x48\x42\x20\x0f\xae\x5b\x98\x43\xe4\x15\x07\xc9\xde\x01\x3d\x0e\x83\x86\x56\x8a\xfa\xa2\x34\x6c\xfe\x54\x2f\x68\x42\xa8\x0e\xa9\x24\xa8\x38\xa8\x11\x68\x99\xe8\x51\x99\x05\xb8\xe0\x85\x90\xa5\xfc\x54\xc3\x4c\x5a\xdd\x90\x23\xdf\x64\x9b\xd6\xe6\xf5\x43\x96\xbd\x8e\xe3\x21\x90\xe7\xfd\xbd\xf8\xb1\xe6\xba\xa3\xcf\x90\xe8\x26\x9f\x2c\xdb\x4e\x7d\x5e\x05\x7d\x51\x0b\x4e\x7a\x6e\x09\x8e\x02\x2e\x6a\x8e\x4f\x5c\xe4\xdc\x06\xfc\xe1\xc2\x4e\x92\x79\x72\x8e\x6a\x9b\xfa\x19\x36\x70\x9e\x38\x11\x6d\x59\x3f\xeb\x48\x06\x5c\x97\x26\x4f\xfe\xe8\x28\x8f\x62\xa7\xfb\x3a\xce\xcb\xf7\x32\xb2\x23\x66\xbd\x8c\x6c\x84\xf4\xbe\x2b\x9e\x49\x5c\x0b\x99\x89\xaf\x4b\x60\x88\xad\x4a\x8a\x4b\xb7\xbf\xb3\x52\xf8\xa0\x36\xa6\x77\x60\x2e\x65\xf7\xdb\x23\x36\x38\x3f\xe1\x5d\x1e\x7d\x75\x54\x1f\xf6\x42\xc2\xd1\x1f\x97\x9a\xb3\xe3\x55\xa9\x51\x8a\x96\xc9\x92\x9d\x34\x8b\x70\x3d\xcf\x35\x5b\x11\xc3\x12\xd5\x49\xb5\x51\x85\x69\xc5\x18\x95\x8f\x6a\xfe\x9a\x72\x3a\x2f\x0d\x35\xcc\xe4\xec\x04\x5d\x93\xfd\x03\x23\x7d\x92\xb5\x72\x08\x2a\xc8\x9a\x7b\x86\xf8\x17\x2c\x0e\xfe\xa8\x11\x7e\xe4\x1f\xb0\x2e\x42\x06\xef\x9a\x42\x8b\x1d\x53\xc7\x23\xa8\x7d\xb0\x1c\x4c\x4c\x9e\xb4\xe3\x0c\x2b\x0c\xb8\x8c\xb4\x4c\xde\x5a\x1c\xd8\xc8\xd9\x9f\xb9\x5d\xf9\x81\x4f\x74\x09\x45\x99\xfc\xc5\x70\xb5\xb2\x9d\xf8\x43\xbb\xf3\xba\x5b\xe9\xdf\xfe\xc1\x40\xd8\x76\xdf\xcc\x37\x0f\xc4\x34\x7e\x29\xee\x49\x6f\x8f\x86\x0b\x10\x70\x39\xb0\xee\xb6\x97\xb5\xcf\x71\x1c\x74\xaa\x74\xa5\xf6\x82\x0a\xf8\x10\x3a\x13\xe7\x92\xc6\x93\x37\x58\xd1\xd0\x5c\xd3\x63\x35\x11\xba\xd2\xb5\xeb\xf0\xed\xe0\xf1\x1f\xfe\xcf\x6a\x97\xb5\xdb\xa5\x73\xa7\x03\x41\xcd\x34\x65\xa1\xd9\x82\xf1\xef\x43\x47\x7d\xa4\xfd\x65\xfd\xe7\x03\x60\x82\x94\x43\x88\x23\x87\xe3\x43\x53\xb7\x3f\x67\x94\xb3\xd4\xf9\xb4\xff\x1c\xfe\x3a\xff\x61\x53\xea\xe8\xd3\x1d\x1d\xe4\x5f\x9c\x4d\x9e\xdb\x2f\x3a\xb6\x53\x17\x50\x86\x5f\xb6\x95\x54\x6d\xe4\x9b\xa5\x31\xc4\xcc\x87\x5b\xc7\xd2\xc7\x5e\x27\x14\x26\x4d\xa7\x55\x65\x97\x15\xad\x54\x49\xb7\xe8\xf4\xfa\x4f\x72\x2c\xf9\x6c\x0b\x9c\x3f\xdd\x9f\xfc\x27\x7e\x3f\x73\x5c\x8e\xef\xfa\x2c\xe3\x8e\x83\x6e\xb9\x86\xb1\xb2\xa8\xdc\xcb\x0c\xf6\xdc\x99\xdc\xbb\x3c\xfa\x22\xda\x0a\xd9\x1a\xdc\xa6\xb6\xce\xee\xe1\xb8\x39\xc9\x8d\xab\x7d\x83\x6b\xb2\x5f\x61\xff\x9b\x01\xfc\x9e\xfb\x7d\xf9\x14\xfe\xf3\xed\xdd\xc7\x6b\xd8\x6f\x77\x27\x4f\x07\x6e\xbb\x50\x5f\x8f\xd7\x3a\xbf\x60\x2f\xea\xcd\x96\xcf\x0c\xcc\x0c\xcc\xa6\x6c\x96\x1d\xff\xfa\xee\xf2\xdf\x19\xc8\x43\xf5\xc5\xd5\x25\xe2\x09\xcd\xc1\xe6\x6e\xc0\xa6\xf6\x6a\xd0\x72\xf4\xfc\xcc\x0c\xe1\xf8\x97\x91\xaa\xfe\xc2\xde\xdc\xae\xbe\x8e\xf1\x4e\xb4\x3e\xd9\x29\xc6\xb5\x83\x43\xf7\xbb\xff\xe2\x46\xfe\x73\xfd\xc4\x65\x3b\xec\xab\xf6\x97\xa4\xc5\xb3\x99\x89\x89\xb2\x11\xed\xfe\xaf\xbd\xec\xed\xab\xad\x7c\x0d\x38\x35\x64\x95\x26\xe5\xbe\xa5\xd0\xa5\xe1\x75\x72\xdd\x52\xe3\xe4\xab\x59\x07\x35\x77\xff\x31\x0d\xfb\xcc\x72\xd6\xba\x4e\x33\x57\x3c\xc5\x31\x6a\xde\xaf\xd4\x95\xd1\xe6\xde\x24\x52\xbb\x5d\x85\x58\x5a\x58\xa0\x94\x1b\x94\xad\x9c\x96\x94\xa2\x9e\x64\x92\xe4\x58\x10\x59\x79\xd5\xd5\x3c\x2e\xb7\x6a\x71\x2c\x70\xf7\x6f\x9f\xe5\x26\x7a\xd3\x74\x6a\x75\xe0\xb0\x7b\xb5\x05\xb3\x2e\xa3\x32\xa2\xc4\x3e\x7f\x22\xc7\x21\xa3\x26\x59\x3f\xfe\x36\xea\x63\x18\x4f\x48\x6f\x10\x99\x7f\x66\x68\x67\x12\x7d\xfe\x60\x0d\x42\xe7\xf4\x14\xf4\x1a\xfd\xb1\xfc\xfd\xf7\x7f\xee\x60\xf4\x50\x70\x5e\xa2\x2f\xa8\xf5\xac\xe6\x57\x71\x4b\xce\xaf\x4c\xc1\xe4\x9f\xf1\xa7\x51\xf2\x61\xd8\x81\x95\xbe\xfa\x1e\x1a\x2e\x49\x8e\xdf\xed\x97\xec\x9e\xdd\xc9\x43\xeb\x93\xd4\xf3\x86\x6b\x15\x7a\xdc\xa6\xf1\xbe\xda\x9f\xef\xfc\xba\xff\x8b\x81\x84\x6c\xb6\x8f\xe6\x37\x51\x57\x5e\xe4\x35\xa4\x55\xc6\xed\x47\x74\x84\x08\xfb\x6d\x79\xb1\xba\x50\xda\x9f\x58\xbf\x37\x33\xf8\x50\xa4\xff\x4d\x37\x50\x67\xd1\xfa\x8d\x3b\xf7\xa7\xd4\x94\xc9\x42\x48\x43\xf6\x10\xcd\x82\xe9\xae\xf2\xcd\x5f\xfd\xb1\x6f\x64\x0b\x39\xdd\x89\x65\xd5\xb9\x24\xc9\x4c\x11\xee\x01\xcf\x9e\xb3\x1f\xcb\xec\x8e\x2c\x4e\x8c\x5f\xe9\x0b\x69\x63\xaa\xe6\x2a\x84\xc8\x76\xbf\x15\x95\x8f\x32\x1c\xb5\xf5\xf4\x96\x89\x1c\x4f\xf7\x2c\x93\x6c\xcb\x1b\x9d\x5c\xcb\x39\xc5\x7a\xfc\xa3\xd0\x39\xc0\x9a\xaa\x6b\x94\xce\x47\x4a\xda\x0b\x33\xf6\xb1\xfc\x48\x6c\xfd\xca\xc4\x57\x2f\x5e\x53\x5f\x59\xf5\xbd\xbc\xd4\x67\x51\x0d\x41\x22\x5e\x7d\xae\x56\x09\x88\xaa\x9e\x31\x95\x13\x41\x80\x5e\xec\x52\x1e\x6c\xed\xdb\xde\xe6\xd9\xd4\x5d\xaf\xdb\x6a\x08\xe4\xd1\x75\x97\x76\xc4\xb9\x9a\x2d\x53\x20\x8a\xd7\x7b\xd7\xe1\xad\x59\xa9\xae\xa1\xda\x6f\xf9\x86\xb7\x3c\xa2\x94\x7c\xcc\x1c\xfb\xcc\x9d\xf4\xb6\xd4\xef\x68\x3f\xf3\x4a\xc8\x58\x68\x1a\x9a\xb7\xbb\xa9\x7d\x32\x4b\x59\x2d\xd5\x6e\x75\x1b\x27\x59\x13\x3e\x53\xf8\xe5\x78\x77\xba\xa1\xdb\xcb\x5b\x22\x96\x7c\x1a\xf4\xc5\x59\xd3\x64\x46\xdb\x47\xe1\x4a\x6a\x5c\xb8\x82\x07\x9a\xa5\x89\x0e\x8b\x7c\x9b\xe8\x35\x6e\x2d\xc6\x16\x89\x24\xcb\x67\xe1\x09\xf9\x9f\xfa\x07\x76\x87\x7e\xd7\xf1\x56\x79\xae\x75\xe7\x03\x0c\x8b\xb6\x07\x2f\xef\x23\xbf\x17\xae\x4e\x76\x96\xe7\xbf\x8f\x34\xff\x18\x6d\x2c\xa1\xc3\xac\xf0\x41\xc2\x9c\xd7\x95\x75\x81\x16\x85\x74\x1a\x8f\x03\x5d\x14\x49\xe1\x35\xe1\xcb\x75\x1c\x57\x1a\x4d\x9e\x24\x69\x4c\x4d\x76\x8b\x08\xf7\xc3\xf0\xbe\x8c\x9f\x15\x8b\x5d\x31\x53\x07\x5b\xc1\xd7\x6b\x37\x87\x4b\xe7\xad\x8b\x9f\xeb\x43\xca\x6c\x11\xf5\x9c\xdf\x9f\x48\x18\xf2\x04\x33\x4e\x53\xe4\xe0\x2f\xa2\x55\xc0\xf7\xbe\x0c\x06\xe4\x80\x09\x88\xa1\x62\x92\x72\xb0\xec\x88\x9a\x2a\x59\x7d\x90\x74\x3a\x0b\x86\x4f\xf6\x2b\xce\x6c\x9d\x1d\x1b\x58\x7f\x73\xfe\xf0\xdd\x62\x41\xb0\xe5\x29\xcd\xdc\xf7\xc9\xb2\x47\x6d\x58\x7c\x90\xa3\x9d\xa9\x82\xdc\x09\x57\x08\x79\xfb\x15\x27\x90\x04\xcc\x80\x0c\xbc\x01\x4c\x08\x6f\xf0\x89\xe8\x5c\xf9\x61\x64\x2d\x75\x5b\x6d\x5d\xfc\x24\x63\xf7\xf3\xd6\x1b\x17\x87\xda\x56\x60\x4f\x70\x6f\x6c\x16\x26\x1a\x23\x53\xc4\xfd\xed\x2d\x97\x55\x27\x44\xfc\x19\xa7\x89\x59\x70\x23\x90\x79\x61\xc2\xc0\x3b\x20\x04\x90\x00\x2b\xe0\x04\xb4\xaf\x90\x30\x31\x28\x99\xb9\xb0\xa5\xb6\x35\xd1\x2c\xdf\x78\xf6\x44\xb5\x7f\x96\xac\x65\xed\x57\x5b\x48\x38\xc4\xbe\x31\x9b\xab\xa8\x0b\xcf\x10\x0f\x34\xb4\x6e\x57\x2b\x12\xae\xa4\x27\xc0\x31\x42\x55\x86\xe9\x04\xf4\x80\xf7\xcf\x9b\x3f\x25\x60\x06\x28\x50\x99\x28\x19\x24\x0f\xac\xa7\xe2\xa6\xaa\xcb\xa6\xc5\x6e\xcd\xe1\x0b\x99\xec\x55\x26\xdd\xcb\xb3\x9b\x7b\xbf\xae\xed\xa7\xb7\x9b\xa6\xb3\x17\x43\x86\xec\xe6\x34\xc2\x45\x71\xe8\x1d\x30\x8f\x61\xb8\x81\x3c\x60\x05\xd8\x00\x0d\xd0\x01\x2a\x80\x00\xe8\x81\x00\xe2\x6f\x42\x2c\xa6\x63\x11\x0c\x65\x16\xe3\x80\x8f\xe3\xa1\xf8\x69\x67\x15\xec\x9d\x43\xb3\x50\xdb\x61\x57\xa7\xf3\xe5\x1d\xbc\x79\xca\xe1\x81\x4e\x5a\x3a\x82\x12\x56\x4c\x50\xd8\xe9\x2f\x51\x00\x3a\x40\x04\xc4\x00\x19\x60\xfd\x51\x72\xe0\x03\x58\xf8\x7d\x7c\x7e\x86\x22\xa1\x7a\x45\x95\x0f\xa8\xce\x07\xa1\xf2\xa9\xeb\x65\xc9\x9d\xa4\x53\xd3\xdb\x9b\x37\x5d\x5f\x22\x7b\xde\x17\xef\xc7\xdc\xb9\x36\x1a\xb4\xbe\x0d\x60\xfd\x4e\x28\x0d\xd7\x0b\x88\x01\x2a\x40\x00\xb4\x00\x0b\x08\x01\x06\x80\x09\xf8\xe0\x0a\xf1\xb2\xe9\x4f\x05\xdf\x2a\x30\x1a\x65\x38\x97\x06\xaf\xa7\xbe\x28\x0b\xef\x28\x9e\xce\xdd\x3e\xbc\x87\xfb\x1a\x33\x84\x58\xe9\x92\x48\xe1\x75\x6e\x02\xf5\xfe\x9e\x7b\x98\x82\x03\xa5\x07\xd0\x02\x4a\x80\x06\x88\x00\x29\xa0\x00\x38\x00\x1e\xbc\x79\xcd\x87\x8b\x4a\xe7\x24\x90\x2e\xdf\x6a\xc4\xe3\x34\x14\xc2\x9d\x02\x29\x57\xef\x84\x99\xba\xde\x61\xfc\x7d\xba\xb7\x36\x2e\x5e\x3b\x9f\xe6\xe0\x4f\x61\x89\xa6\x22\x2d\xf4\x89\x0e\x82\x23\x03\xd3\x05\x0c\x01\x1c\xc0\x06\xb8\x80\xfc\xcf\x89\x32\xc0\xbe\xc7\x11\xa3\x6b\x15\x20\x54\x50\x36\xcc\x71\xda\x0e\xde\x48\x7b\x5d\xb6\xd5\xa9\x32\x7d\xbb\x83\x09\x81\x1c\x77\xcd\x10\x35\x1d\x66\xab\x04\x4f\xd8\x13\x69\x55\x48\xd1\xb0\x93\x92\x08\x20\x2d\x03\x24\x80\x09\x50\x00\x32\x20\x02\xb8\x00\x1b\xd0\xbc\x42\xc3\xe6\xa7\x83\xe5\x1f\x96\x7b\x30\x5c\x75\x16\x0f\x4e\x4a\x35\x2f\xe3\xeb\x2a\x9e\x56\xdc\xf1\x81\x40\x2e\xb2\x16\x69\xdb\xd9\xf3\xd9\x23\xbe\xb8\x78\x18\x3e\xca\xfd\xe2\x8f\xa3\x71\xc6\xa2\x82\x99\x87\x09\x80\xd6\x7a\xd1\xf5\xc2\xe1\xe5\xc7\x97\x57\x30\x38\xb0\x8c\x58\x30\xb4\xc9\xfc\x64\x72\xc3\x86\x53\x4e\x7a\x21\xb0\xa9\x9a\xe5\x6a\x9d\xef\xa7\xfa\x77\x91\x20\x90\xdb\xf5\x55\xb4\x5e\xde\x12\xaa\x78\x2b\x1f\x2e\xcb\x4a\x75\x1d\xf1\x6d\x76\x2a\x72\x7a\x8c\x97\xc8\x04\x28\x41\x28\xc8\xc8\xf3\x28\x65\x68\xb8\xe8\x83\x58\xf0\x78\xdc\x54\x9b\x7c\xc1\xef\xa1\x0d\x8e\x1c\x43\x82\x43\x52\xe1\xcb\xae\x3a\xd7\x66\xac\x76\xae\x20\x90\xfb\xa7\xcd\xa5\xc1\xb0\x6a\x89\xb4\xd5\xe0\x45\xc7\x5e\xc3\x50\x45\x05\x91\x2c\x56\x7c\x72\x32\xbc\x2c\xc2\x23\x22\x28\xc2\x33\x62\x07\x52\x03\x72\x62\xaa\x68\x7a\x5d\xb6\x52\xc1\x78\xd9\x21\xbd\x67\x87\xc8\xa0\xc4\x94\x9b\x32\xa6\x4e\xd8\x69\xd8\x1d\x25\x08\xe4\x57\xd4\xde\x8b\xf1\xe3\x26\xe2\x5c\xc3\xe8\x9f\x3e\x3e\xb6\x9a\x7a\x25\xf2\x22\xc2\x07\x6c\xfe\xd4\x41\xf4\x1b\x0c\x82\x0c\x9b\x4c\x54\xcc\x91\x6c\x53\x5c\x46\xfc\x5e\xe2\x3f\x64\x2f\xd4\x5f\x19\xdf\xdb\x4d\x04\xe5\xa7\x32\x97\xe1\x76\x59\x4e\xff\xde\x59\xfe\xdb\x2d\x75\x1c\x36\xcf\xdf\x65\x59\xbe\x99\xe1\x13\x61\xe4\xd9\x62\xfd\x55\xf7\xab\x82\x94\x98\x04\x97\x1f\x6f\x28\xdf\x03\xbf\xb2\x60\xaf\x88\x8d\x58\xa8\x34\xeb\xfb\x4b\x55\x7d\x3d\x17\xb3\x7b\xfb\x19\x2f\xaf\xd0\xa7\xc4\x97\xc5\x59\x6d\x50\x33\x88\x3b\x7f\xf8\xc3\x45\xc8\x1a\xdd\xc8\x7d\x4b\x63\x49\x66\x1a\x71\x58\x99\xc7\x95\x8d\xb4\x01\x97\x72\x94\x54\x9e\xc8\xe6\x5b\x4d\x99\xe5\xf7\x84\x0a\x53\x2a\x64\x1a\x6f\x74\xbf\x9b\x32\xd8\x9d\xb9\xbf\x0e\x90\x8b\x48\x49\x0a\xcf\x4d\xa9\x22\x6a\xb3\xe9\x5c\x98\x16\xfd\xc3\x40\x48\x0f\xb8\x16\xdb\x07\xbb\x9b\x90\x8b\x1e\x53\x9e\xc2\x39\xbd\x56\xec\xe1\x3e\x5c\x69\xdc\x2b\xe0\x68\x3c\x6a\xc1\x69\x2b\xe8\x7f\x31\x3a\xb1\x24\xb4\xc3\x71\x23\xf6\xfb\x16\x0e\x17\x3f\x95\x25\x54\x22\x54\xe3\xd3\xae\x30\xfa\x62\x21\x6b\xf9\x2f\x0d\xc0\xf5\xd1\xce\xfc\xbc\xe4\x00\x5e\x23\x59\xd1\xcf\xb4\x8e\xc8\x21\xbf\x52\xe7\x38\x4b\x7d\x83\x13\xf3\x0d\xf3\x13\xeb\x38\x3b\x76\x67\x25\xd7\x1d\x5f\xd6\x50\xb7\x38\xed\xd4\x8f\x05\xe4\x55\xf8\x4d\xcf\xfd\x11\x53\xd0\x2b\x41\x7b\x96\x57\xfa\x7f\xc1\x0e\xc6\xa5\xd3\x36\xdf\x9c\xc8\x00\x4c\x93\x6f\xa9\x56\xe6\x75\x1c\x74\x08\xbb\x67\x93\x33\x9e\x47\x98\xfb\x88\x37\x91\x6f\x6b\x20\x7c\xa8\x5f\xd4\x78\x5a\x70\x2e\x79\xc9\xb7\xba\xcb\xae\xd4\x51\xfb\xf9\x99\xaf\xb6\x27\xd6\x3f\xfe\xa5\x0e\xf1\x4c\x71\x61\xbd\x75\x3d\xaf\x3c\xc4\xd3\x6a\x59\x99\x94\x47\x9b\x52\x1d\x8d\x1b\xc2\x16\xf8\x14\xde\x11\x19\x1e\xeb\x9e\x28\x9b\x92\x94\x43\x59\x42\x51\xa3\xd0\x86\x3b\x88\x37\x35\xf4\x05\x7a\x8f\xfe\x32\xfc\x91\xff\xdf\xf1\xf7\xd7\xc5\xa5\xfe\xce\xe3\x12\xf7\x68\x6b\x17\x5f\x3d\x7d\x29\x59\x8e\x61\x6a\x75\x12\x66\x96\x67\xd6\xab\xcf\x50\xc9\xe1\x25\xc7\x35\x62\x2d\x2e\xbd\xee\x63\x69\xf3\xdf\x67\x21\x27\xec\xb7\xef\x7e\xb4\xff\x27\x03\x78\x6a\xb8\x85\xbd\xa3\xbd\x98\x38\x4b\x38\x66\xdb\xaf\xdb\xf6\x5e\xdf\xfa\x62\xb4\x30\x3e\x5b\x3b\x9d\x3d\xde\x39\x12\x37\x5c\x38\x70\x35\x6c\xb2\x28\xb5\x33\xf5\x0d\xea\xd1\xf7\xbf\x31\x90\xfb\xdc\xd3\xd3\xdd\x98\xdd\x90\xcd\x88\xb5\xe6\x25\x85\xb9\xd8\x69\xf2\x71\x86\x41\x9d\xde\xfb\x6e\xb8\x76\xbe\x16\x98\xc6\xee\x7a\xe9\x3a\xcc\x26\xf7\xc1\xef\x73\x06\x9b\xb9\x27\x67\x0f\x32\xff\x2b\x9e\xf2\x68\x78\x6d\x72\x81\x7f\x6e\x72\xb2\x6d\xe4\xbc\x3f\xb2\x67\xa8\xdd\xb1\xe9\xbc\xde\xb9\x9a\xa0\x7c\xa2\xf8\x63\xc1\x58\x2e\x55\x4e\xf3\x67\xbd\x92\xc8\xc6\x9f\x7d\x0b\xd3\x6a\x9b\x85\x67\x14\x0f\xfd\xff\xb6\x7f\x91\x93\xd3\x55\xd6\x89\xf8\xfe\x9a\x9e\x93\xf6\xa2\x66\xc7\x7a\x92\x8a\x91\xd2\x0f\x05\x44\x9f\x7d\x32\xd6\x52\x7e\x26\xfe\x8e\xfd\x19\xf9\x14\x59\x19\x85\x91\x4e\x52\x68\x53\x37\xd0\xf7\x76\x16\x6e\x03\xf1\x5c\xfc\xb1\xef\x7f\x32\x5c\x58\xaf\xb7\x4f\xcc\x74\x79\x37\x5e\xd5\x6a\x97\xe3\x17\x2e\xe6\x14\x66\xda\x27\x17\xc6\xf7\x45\x65\x87\xc1\x04\x3b\xf8\x13\xfb\x60\x7a\x98\xba\x15\x7b\xbd\x08\x5b\x4d\xf9\x58\x74\xd7\x80\x3b\x40\x3a\x6b\xf4\xf5\xdd\x45\xd9\x3f\xb4\xa4\x4f\xe2\xfb\x26\xb3\x3c\x5d\x8d\x75\xe1\x65\x5c\x79\xde\x69\x1f\x92\x70\x63\x94\xc2\x05\x83\x57\x7d\x61\x3c\x8c\x5c\x58\x1c\xd3\x6c\xcd\x2d\x6c\xcd\xf2\x8d\xc7\x6c\x0e\x7d\xa8\x23\xfd\x32\x68\x4a\x7d\x9a\xce\x87\xf5\x16\x16\xf7\x44\x6f\xfe\x62\x94\x57\xe9\x5f\x3c\x07\x73\xeb\x3a\xf2\x52\x32\x76\x13\xd4\x22\x4a\x82\xa8\x7d\x5e\xb9\x09\x38\x23\xd9\x36\x58\x60\x7d\x18\xd2\x3b\xd4\xf6\x56\x43\x54\x99\x54\xa2\xfb\x40\x6b\x2f\xe3\xdb\x1a\xdd\x9a\x35\x5d\x51\xd6\x91\x38\xfe\x6b\x15\xe7\x94\xe7\x91\xe7\x6f\x19\x8e\xae\xe6\x88\x3b\xf6\x8a\xa7\x92\x1b\xa2\xe9\x83\xda\x3d\x9f\x9c\x32\x6c\x4a\xcc\x55\x8d\x1c\x75\x8e\xd5\x55\x15\xbf\xc8\x5a\x49\x87\x8a\xc5\x89\xbc\x92\x30\x56\x9b\x33\x86\x38\x6b\x05\xb2\xc7\x73\xe6\x0e\xd4\xbe\xef\x4d\x9f\xdb\xdd\x71\xbe\x91\x85\x40\x9e\xad\xf7\xf8\xc6\x3f\xd5\xf6\x65\xac\xc4\xf0\xf9\x3f\xba\xc2\x5b\x8f\x98\x68\xe8\xb6\x68\x88\x28\xec\xbf\x33\x90\x94\x12\x52\xe1\x7d\xcb\x89\xcd\xfc\x9b\x61\x99\xff\xcd\x7b\x5a\xed\x13\xcb\x12\x8f\x8c\x4f\x21\xe9\xc9\x65\x4c\xad\x41\x13\xce\xab\x99\x67\x0e\xbf\x7a\x7e\xd2\xac\x8f\xf6\x93\x95\x78\x25\x7c\x0a\xb5\x71\x8b\xb0\x32\x34\x18\x53\x2f\x90\xd7\x93\x5a\x14\xa9\xe7\xe5\x64\x1f\x67\x14\xa0\xa6\x25\xcb\x25\x4c\x21\x9a\x62\x45\x14\x7d\xa7\xf4\xd6\xe8\x83\x03\xad\xbf\x7d\xdc\x5c\x9e\x74\xdd\x50\x3f\xfb\x82\xe5\xde\xea\x0f\xc3\x5b\xb6\x55\xca\xce\x85\x02\x8b\x68\x1c\xf7\x29\xf3\x7d\xc3\x37\xca\xd3\x32\x2c\xc2\xe9\x3c\x8d\x2c\x69\x34\xdf\xc8\x26\xf1\x1b\x31\x55\x51\x58\x11\x3c\xb0\x94\x69\x56\x79\xd2\xa5\x07\x35\x66\xcc\xdb\xdd\x8b\xc2\xb5\x33\x5a\x2b\x88\x3b\x02\x27\x77\xbe\x52\x5d\x4a\x5c\xec\x2f\xce\x34\xcb\x66\x53\x04\xe7\x39\x2e\xea\x63\x2a\x88\x49\x67\x0b\xf8\xb1\x3b\xd2\x25\x90\xee\xe2\x9e\xa1\xf1\xc1\xaf\x41\x5b\x03\x34\xa0\x8e\x8c\x42\xd2\xc6\x12\x29\x32\xa6\xd8\x66\xa4\xe9\x84\x1a\x48\x95\x58\x58\xc4\xd9\x8c\x33\xc2\xbe\x4a\x73\xa6\xfa\xed\x6a\x7a\xa6\x4e\x3b\xd5\xd9\xfb\xda\x62\x4c\xdd\x4e\x12\x8d\xc7\x82\x95\x81\x3a\x98\x70\x0e\x63\x01\xc1\xf4\x25\x23\xd0\x01\x6a\x00\x1d\x28\xc0\x69\xe3\x4e\xd1\x76\xf3\x9c\xbe\xb3\xd7\xc9\xb6\x5e\xf0\x19\x88\x49\xcf\x7d\x59\x07\xdb\xdf\xb7\xd8\x7a\x88\x73\x26\x3e\x95\x53\xbd\x9d\xf8\xc2\x7b\xc4\x7c\x56\x05\x4f\xf8\x84\xa9\x85\x1c\x9d\x80\x0e\x0d\xfa\xf5\x77\x40\x0e\x84\x00\x0d\x20\x04\x94\x40\xfa\xe5\x21\x7a\x09\x79\x14\xbb\xba\x04\xbf\x3a\x86\x99\xa2\xdb\x42\xb8\x4b\xe6\x60\x15\x41\x77\xfd\x6c\xc5\xae\xc2\x49\xc7\x64\x53\x65\x5e\x12\x93\x2f\xbb\x05\xbf\x72\xaf\x10\x13\x9d\x32\xae\x34\x5a\x23\xec\x11\x30\x06\xf8\x00\x05\xc0\x02\x32\xc0\x04\xd8\x01\xe7\x1b\x37\xc2\x5b\xa6\x42\x11\x19\x25\x49\x63\x86\x8f\xde\x21\x13\xa9\x7b\x65\xb1\x1d\x08\x93\xd7\x5b\xe3\xc7\xf9\x63\x6e\x35\xee\x69\x14\x01\x50\x56\xea\xaa\x1b\x42\xe9\xb4\x42\x18\x63\xb0\xd4\xc0\x16\xbc\xfe\xc3\x5e\x24\x00\x1b\x40\x05\x04\x00\x17\x9e\x07\x37\x82\xce\x9d\x7f\x46\xae\xca\xa0\xd8\x21\x36\xb0\x23\x69\xaa\xe8\xb2\xf5\xd7\x78\xe2\x86\xce\x11\xed\xa4\x7a\xc3\x79\xe6\xef\xe0\x08\xbb\x08\x0d\x1d\x51\x1a\x7a\x41\x4c\x5f\xb0\x01\x48\x00\xf6\xdf\x10\x1b\x10\xfd\xd9\x09\x2a\xa0\x7f\xc5\x87\xf9\x4c\x2d\xc1\xb3\xfe\xee\x83\x6e\x98\x1d\x86\x7f\x54\x42\x74\x21\x57\xd3\xd5\x18\xfc\x9a\xda\xd9\xce\xec\x78\x9b\x45\xae\x4c\xf8\xb6\x93\xac\xce\x27\x49\x2c\xa6\x27\x3c\x05\x58\x5d\xf0\x1a\xf0\x03\x6c\xc0\x0b\x08\x01\x3a\xc0\x06\xe4\x00\x07\x5a\x1c\x43\x9d\xe2\x27\xb7\x99\x8c\xa7\xf6\xad\x2d\xb7\xdf\x59\xbc\x74\xc1\x58\xb3\xda\xc8\xe1\xba\xea\x15\xf2\x0a\x7c\xd7\x59\xd1\x53\xcc\x6b\x37\x33\x83\x43\x99\x1a\x0e\x1b\x92\xad\x37\x84\x80\x0b\x90\x02\x32\xc0\x02\xde\x02\x6c\x40\x09\x30\x01\xe6\x8b\x0c\x74\x77\x0a\x42\x2e\x97\xb7\x92\xda\x25\x36\xa2\xbe\xe5\x71\x23\xf9\xaa\x8d\xcb\xa3\xfc\xab\x33\x77\x67\x1b\x67\x03\xe2\xe5\xdb\x89\xb5\x5e\x51\x26\x2b\x0a\x7a\xfc\x56\x34\xda\x98\x7c\x2f\x6e\x00\x09\x40\x07\x08\x80\x0a\x90\x03\x62\x40\x00\x10\xa1\xf8\x51\x87\xc8\x23\x39\x05\xa5\xa5\xb5\x51\xac\x71\x7c\x55\xe2\x6c\xf3\x5b\x9b\x58\x47\x4c\x56\x0d\x7f\x91\xee\x64\x8c\x59\xd5\xf2\xa5\x11\xfa\xe7\x5a\x15\xaa\x67\x88\x75\x33\x1b\x10\x0a\xc0\x77\x02\x6e\x40\x06\xf0\x00\x3b\x80\x03\xe4\x00\x11\xa0\x03\x76\xd4\x57\x64\x3a\x9c\xd8\x52\x0b\x5a\x1f\xac\x4b\x7d\x1a\xe2\xb4\x0b\xf2\x9b\x44\x46\x90\x56\xd7\x21\x90\xa3\x8a\x69\xdc\x26\xa1\xac\xb3\x50\x51\xc7\x15\xbd\x99\x77\x08\xdc\x73\x14\xdb\x68\xe9\x20\x02\xc0\x02\x4c\xa0\x04\x88\x00\x21\x70\x05\x64\x40\x1c\xd9\x9d\x34\x9e\x03\x5e\xea\x51\xf3\xa3\xb5\xac\x4f\x4d\x2c\x65\x01\x54\x53\xd2\xa8\xc5\x1a\x80\x40\xbe\x51\xce\xef\xb6\x67\xe7\xc7\x44\xf7\x7a\x00\xd3\x10\xe5\x4a\xe1\x73\xc6\x60\x7c\x0f\x38\x56\x40\x07\x50\x01\x0a\xc0\x07\x62\x00\x0d\xf0\x03\x39\x64\x5d\x52\x25\xb6\x23\xa9\x18\xcd\x40\xab\x16\x1f\x86\xd8\xb1\x7c\xcc\x66\xf6\x51\xeb\xd5\x25\x08\xe4\x86\x7c\xe5\xae\x47\xa7\x5c\x20\xa9\xd5\x7f\xcb\x76\x4c\x7b\xe6\xad\x23\x57\x1d\x45\x10\x3a\x16\x8c\x16\xac\x3f\x2c\xec\xab\x45\xd8\x1a\x38\x56\xb8\x45\x84\x2a\x64\x01\x62\x65\x36\x71\x89\x56\x8d\x4a\x2b\x69\x1f\xa5\x58\x98\xfc\xf2\xa6\xdd\x11\x89\x75\x0c\x08\xe4\xc7\xe9\xa6\xcd\x70\x6e\x9d\x44\xd6\x4a\x78\xb0\xcb\x93\x49\xbd\x52\x94\xc8\x0c\x4b\x15\x69\x01\xfa\x3a\xc6\x25\x86\x22\xa6\x24\x56\x01\xf6\x09\xae\x1f\x01\x21\x49\x01\xd5\x26\xeb\x85\x04\x92\xda\xae\x15\x9a\xb7\x68\x6c\x4a\x7e\x41\x93\xe3\x28\xda\xfa\x28\x04\xf2\x78\xb5\xd7\x38\x35\xde\x3a\x59\xc8\x91\xe0\xe5\xd7\x6c\xdb\xa5\x77\x22\x2f\x2d\x2c\xca\x72\x4a\x5e\x44\x5e\x4f\x26\x46\xfe\x85\x72\x9d\x86\x91\x4e\x80\xe1\x2b\x1b\x31\x8f\x8c\x88\xcf\x3b\x0c\xb5\x06\x73\x46\x6f\xa9\x98\xc0\x5c\xb1\x26\x96\xe1\xe4\xf5\x3f\x1a\xc0\x93\xfc\x25\xeb\x3e\xcc\x2a\xc9\x4c\xe2\x88\x5a\x2f\x5a\xeb\x08\xdd\x8f\xf2\x94\x22\x99\xec\x1d\xf4\x65\x2c\x02\x6c\x3b\xec\x6c\x5c\xc9\xbc\xa3\x82\x57\xe2\x14\x32\xab\xca\x45\x3a\xd6\xc6\x7a\x76\x23\x9e\x50\xfe\x5e\x09\xb7\x4d\x12\x43\x4b\x6b\x73\x7f\xb0\xff\x70\xa3\x7b\x4c\xba\x15\xad\xe4\x73\x1a\x42\x58\xb3\x47\x92\x75\xba\xfe\x2b\xc5\x29\x89\x70\xbe\x32\xe1\x30\x51\x02\x71\x65\x29\x63\x19\x3a\xb9\x4b\x55\x5d\x1d\x38\xe3\x2d\xeb\x5c\x57\x78\x5f\x82\x4f\x85\x89\xc1\xa9\x77\x45\x65\xad\xa1\x13\x7f\xf6\xf0\xf3\xf0\xa0\x67\x49\x6e\x30\xbd\x89\xb9\x68\x28\xa5\x21\x2c\xcf\x0b\xd8\xde\x19\xa1\xa8\x85\xc9\x4a\x29\x5c\x2a\x91\x28\x3d\xa8\x9b\x68\x3e\x18\x26\x9b\xd6\x58\x23\x7f\x54\xf2\x29\x08\x7d\x8e\xb3\xce\xd8\x2b\x08\xa9\x99\xaa\x3f\xee\xc1\x9e\xff\xab\x76\x7e\x3d\xb5\xf3\x63\x9e\x73\xe0\x55\x23\x5a\xd1\x75\x1a\x5f\x24\x8c\xaf\x84\x13\xaa\xd9\x2f\x3d\x79\x03\x3f\xc3\xfb\x0f\x5b\x66\x74\x16\xa6\xb6\x8b\x2e\xca\x3e\xe2\x21\xd7\x31\x6f\x52\xe3\xf2\xf8\x2b\xd2\x5a\x28\xfb\xae\xc7\xb1\x67\x57\xd6\x71\xfe\x9e\xe1\xf7\x8f\x4b\xdd\x6d\xcc\xd9\xfd\xfe\xfa\x26\xae\x52\xb4\xcc\x77\x31\x37\x41\x46\xee\x87\xf6\x39\x36\xc8\x4e\xc8\xce\x30\x6e\x18\x9e\x72\xfe\x50\x9f\x22\xa2\x5d\x93\x9f\x73\xf2\xcb\x08\x1a\x35\xbb\x6c\xc7\x7c\x16\x09\xb6\xd5\x4f\xe5\x7f\xe4\xff\x93\x81\xf0\x5c\x90\x6f\x55\xce\xad\x0c\x3e\xb6\x64\x57\x74\xe4\x74\x25\xa7\x47\x2a\x05\x4e\x79\xb9\x06\x86\x7a\xa7\xfa\x74\x45\x86\xc7\x91\x45\x0b\x65\xdf\x67\x51\x15\xcd\xb6\x9b\x0f\x71\x0d\x09\xad\x1e\x1f\x86\x1e\xf5\x3d\x63\x40\x2e\xfe\x85\x81\x24\x5d\x7c\xdf\x29\x59\x2c\x1d\xe5\xe9\xc4\xac\x53\x2b\xc1\xcc\x56\x4f\xa1\x89\xa1\x8a\xa4\x8b\x4c\x8a\x8a\x89\x5b\x2a\x80\x7c\xee\x2c\x46\x6f\x63\x6a\x4a\xeb\xb6\x58\x19\xdd\x39\xd8\x72\x3b\xfb\xf5\x9f\x0c\xe0\x31\xe3\x8a\xe0\x28\x61\x0f\xb2\x6f\xbc\x15\xbc\xfe\x6b\x15\x76\x21\x78\xba\x73\xc2\x62\xb8\x7c\x40\xb7\xa7\xaa\x33\xb9\x3d\xbc\x0d\xa9\x2d\x6f\x44\x73\x71\x7f\xcf\xe9\x22\xea\x17\xe1\xff\x66\x20\x3f\x5c\x4f\xec\xbe\x86\x2d\xad\xcd\xe7\xcd\xf6\x4c\xa6\x8e\x7e\x19\xbc\xea\xb1\xed\xa0\x6a\xe5\x6a\x44\xac\xa5\xaa\xf4\x2c\x9b\x2e\xa5\x2c\xe2\xaa\x14\x6e\x49\x18\x96\x5a\x40\xd8\x0e\xbf\xa0\xfa\x55\xf4\xef\xf1\xdf\xab\x0f\xd9\x57\x49\xa6\x1c\x87\x04\x07\xab\x7a\x7e\xb5\x3b\x37\xdd\xd7\x2d\x55\xf3\x97\x89\x15\x21\xe7\xe9\x65\x15\xa7\x5d\xa5\xf8\x24\x0d\x27\xc8\x66\x93\x95\x19\xb5\x88\x0d\x89\x2e\x10\x6d\x25\x5e\x96\x3d\xf3\xfc\x4f\xfc\x4f\xd9\xa3\xf9\x95\xc0\xb1\xf2\x2e\xc1\xa6\x9f\x0d\x05\x35\xf8\xa5\xcf\x85\xd9\x39\x2f\x33\xf6\x92\xa7\x12\x02\x63\xb4\x23\xa0\x43\x6a\x03\xd7\xfd\x8f\xfd\x41\xcc\x48\x56\x7a\x05\x74\x8b\xd7\xd0\xfc\x62\xce\x5e\xcd\xdf\x1d\x8f\xfe\xbe\xce\x4f\x57\x87\x46\x17\xdb\x11\x2a\xaf\x8b\x30\xf2\xaf\xb3\xc2\x53\x09\x13\x4d\xa2\x31\xc2\xe1\x83\x70\xfc\x58\x3c\x7f\xbb\x2c\x39\x23\xd8\x0f\xda\x36\x38\x22\xfb\x5b\xc5\x4c\x67\xed\x97\x8f\xb4\xa5\x8e\xe4\xac\xdc\x1d\xbe\xff\xfe\x57\x45\xe7\xc7\xfe\xee\xf4\xb4\x6b\x27\x4c\x45\x44\x4e\x7c\xfa\x53\x42\x6d\xe4\xc6\x27\xa2\x80\x41\x2f\x2d\x97\x65\x07\x37\x1b\x3b\x0b\x14\xe3\x2f\x06\x1e\xba\x2e\xda\x47\x66\x4c\xae\x36\x81\x5c\x71\xe5\x39\x7d\x55\x51\xdd\x28\x13\x07\xeb\x31\xa7\x66\x4f\x7f\x7c\x2c\xce\xe7\x97\x07\xfa\x9b\xab\x91\xb2\xf9\xe3\x8c\x22\x64\x03\xcf\xbd\x8a\x5c\x74\xec\x2d\xad\x32\x4d\x34\xf4\x4f\xb5\xec\x54\xaf\x95\xb0\xe5\x28\x64\xe2\x64\x34\xb5\x42\xcd\x2f\x5c\x53\x82\xcf\x12\x1e\xf2\x43\xea\xd7\xfb\x03\xe6\xda\x77\x45\x6f\xc9\x21\x10\xc8\xc3\xa1\xe9\x8c\x61\xab\x58\xee\x42\x3c\x4c\x90\xb2\xb7\x8a\xf3\x86\x2d\xa6\x69\x91\x81\x8a\xd6\x7b\x95\x4f\x72\xc5\xd2\xf3\x62\x95\x42\x3a\x7c\x2f\xb9\xea\xf9\x13\x65\x83\x75\x6c\xad\x02\x3c\xcc\xc3\x2c\xd3\x85\x4a\x79\x5a\x25\x47\xf7\xd7\x5f\x9e\xc1\x3f\x05\x3c\x70\x6f\x9a\x0e\xf7\x54\x72\xa5\x22\x86\x44\x7b\x6a\xdb\x55\x98\x06\xea\xb2\xa8\x8b\xca\x07\xc9\xc0\x88\xce\xf1\x4f\x70\x8e\xb3\x7c\xa2\x0f\xa3\x7a\x22\x6f\x65\x09\x14\xd3\x50\x3e\x37\x02\xf6\xbf\xfd\x9a\x63\xfd\x72\x6a\x6b\x6f\xfb\xd6\xe7\x96\x76\x57\xee\xf6\x6e\xda\x57\x34\xbb\xaa\x0a\x1e\x62\x11\x7c\xcc\x6c\x84\x8d\xd5\xb4\x54\xe5\xf3\xa4\x51\x84\xbb\x78\x39\x58\x9b\xe9\xee\x29\xdc\x89\xca\x70\x6b\x30\xec\xd1\x6f\x69\x84\x78\xb9\xdf\x3a\x6b\xf6\x9b\x3b\x7a\x68\x84\xbd\x4b\x2f\x28\xff\xd4\x61\x31\x01\xf5\x95\xf1\x22\xea\x7c\x63\x5e\xb4\x19\x33\xe3\x3a\x14\xd6\xe9\xd4\x88\x49\x79\xff\x7d\x84\x28\x13\x0f\x84\x25\x8d\x76\x81\xd4\x14\xaf\x0c\xed\x14\x11\x02\x1b\xf1\x82\x1f\x71\x88\x84\x89\x05\x41\x54\x4e\xe1\xda\xd0\xcb\x61\x2b\x60\x3e\xe1\xbe\x00\xa3\x91\x75\x70\x7f\xc5\xfc\xe4\xe5\xa9\xc8\xcc\xa7\xfa\xb8\x94\x37\x7e\x12\x56\x12\x1a\x2c\xd2\x0d\x82\x04\x9c\xec\x0c\x12\xe4\x4c\x78\xd8\x68\x78\xf0\xe2\x2f\x02\x01\x23\x10\x07\xac\xaf\xb6\x70\xc6\x68\xb5\x78\x76\x64\xf2\xb5\xf2\xad\x3a\x3c\x6f\xa2\x6a\xb2\x87\x6b\xe0\x7b\xf9\xe7\xd6\xf7\x46\x0e\x9e\xc7\x02\xca\x7f\xc5\xf5\x78\x8e\x9a\x69\x29\xcf\x88\xc4\xb2\x09\xd1\xcd\x92\xbc\xc6\xa2\x43\x92\x7b\xd9\x01\xd4\x01\x3b\xc0\x01\x94\x40\x10\xea\x1d\x9a\x20\x99\x16\x9b\x9d\x58\xab\x8a\x97\x89\x89\xcb\x70\x68\x7f\x9a\x74\xd9\x73\xc7\xe0\x34\xeb\xb6\xd9\xee\xd6\xb0\x61\xa9\x7b\x3c\x8a\x67\xbb\xe9\xa9\xe2\x9d\x20\x1c\x5d\x2a\x81\x18\xc6\x03\x02\x26\x94\x14\x90\x01\x22\x80\x1c\x88\x01\x0a\x80\x07\x68\x90\x30\x09\x0c\x18\xf4\x05\x3f\xca\xa3\x19\x42\x3b\xb8\x04\x99\x27\x8d\x15\xf9\xb6\xfe\x18\xc3\xdc\xc0\xdb\x9f\xeb\xbf\xa9\xa0\x4d\xf8\xe6\xc3\x6a\xb6\xaf\x44\x2a\xe0\x44\xbd\x8e\x51\x03\x27\x00\x96\x81\x2a\x80\x05\xd4\x00\x19\x90\x03\x0c\x00\x07\xc8\x60\xe3\xb0\x53\x69\x5e\xf3\xa8\xbf\x53\xd5\xf1\xb3\xb9\xf6\x35\x88\x1d\x2d\x80\x6d\x74\x1d\xa1\xf9\xa2\xb7\x83\x3c\xa2\x55\xf5\x9c\x62\xed\xcf\x65\x69\xaa\xd2\x21\x84\x4c\x53\x8d\x9e\x07\xb8\x01\x22\xc0\x02\x02\x80\x1c\xa0\x00\x34\x40\x06\xa8\x01\xe5\x4b\x57\xb4\x1d\x72\x7a\x0e\x0f\xc9\x45\x8d\x03\xcb\x07\x2f\x8a\x68\x89\x9c\xcf\xf5\x1c\x03\x16\xcb\x92\xbb\x9a\xe3\x5f\xea\x8d\x32\x09\x83\x12\x6d\x0b\x34\x0c\xc5\x90\x18\x2c\x70\xa0\xa1\x4b\xc1\x47\x40\x00\x50\x01\x39\x60\x03\xe8\xe0\xcd\x9f\x7a\x90\x20\x32\x3b\xb1\x33\xab\xae\x78\xaa\x6a\x93\x59\x86\xbb\x48\x24\x7e\x96\x59\xcd\x51\xdf\xd0\x22\xdb\xb1\xd9\x0c\x43\x2b\x66\xae\x68\xd8\xa9\x53\x87\xee\x2b\x29\x5d\xd6\x3c\x22\x41\x04\x7f\xc0\x07\xd0\x01\x12\x90\x02\x8c\x80\x04\x10\x02\x16\x80\x02\x30\x91\x48\x88\xe4\x99\x9b\x45\xb7\x55\xc6\x4d\x35\xdd\x11\x22\x82\xb3\x3a\xaa\xef\x7b\xe1\xe7\xef\xbe\x95\x2f\x05\x76\x6e\x15\x7d\x8a\xe9\x72\xb3\x31\x9c\x7c\x4f\xc7\x93\x4d\x29\x89\xf6\x15\xe4\x01\x66\x40\xf8\xe7\x1c\x70\x01\x07\x10\x03\x58\x40\x14\xe1\x9e\x60\x9d\x99\x54\x24\x44\x45\xc1\xd4\xd7\xcd\x2a\x3c\x21\x4b\xb7\x3a\xb7\xe7\x61\x41\xe9\x16\x75\x6d\xbc\xdf\xb7\x82\x3e\xd1\xc9\xdb\xd5\xdc\x48\xf9\x41\xb8\x93\x21\x0f\x8f\x16\xf6\x01\xbc\x01\x48\x80\x14\x20\x01\xee\x3f\x95\x08\x42\xc0\x0e\x5f\x83\xbf\xcc\x58\x21\xa2\xa9\x1c\x65\x32\xec\x26\x1b\xae\x9e\x59\x5a\xf5\xa6\xd7\x78\x3e\xe5\xc1\x78\xdb\x66\xf4\xa0\x56\x37\x1d\x36\x90\xc3\x0e\x49\x3b\x4b\xea\x90\xc3\x9b\xf4\x1e\x39\x17\xe0\x01\x2c\xc0\x09\x70\x01\x3a\xc0\x01\x70\x80\x1a\xa8\xc2\xe5\xe1\x8d\x30\x2a\x0b\xf7\x2a\x3d\x98\x7c\x72\xc3\x0a\x37\xcc\xd4\xaf\x3a\xeb\xe3\x5e\x44\xfa\x5d\x70\xa8\x3c\xe5\xdd\xd4\xf5\x59\x33\xfc\xc2\x45\xc6\xe8\xb3\xfc\x89\x80\x20\x1d\x1d\x0e\x1a\x4c\x36\x60\x05\x54\x80\x01\xc8\x03\x06\x20\x01\x78\x81\xc4\x6b\x1f\xbc\x42\x06\x42\xa1\x3e\x65\x1e\x13\x3c\xd7\xa3\xb0\xbe\xcc\xb1\x2a\xd1\xbe\xb5\x85\x18\x08\xe4\x7c\x73\x3e\xb2\xfd\xa6\xc8\x26\xee\xd9\x87\xdd\x4a\x53\x03\x5d\x62\x88\x8d\x94\x24\xe1\x4d\x2a\x90\x01\x2c\x00\x01\x30\x03\x06\x80\x08\x50\x01\x15\xac\x2e\xce\x08\x7d\x85\x90\x98\x62\x82\x31\x93\xab\x53\x98\x49\xa6\x42\xd5\x76\xef\xf6\xdc\x28\x04\x72\xcd\xfa\x85\xb3\x6f\xaa\xf2\x21\xdd\x28\x04\xda\xc9\xd9\xc0\x40\xce\x8a\xbf\x86\x96\x1f\x3b\x0e\xa6\x0f\xb8\x00\x26\x20\x02\xe8\x00\x25\xc0\x05\x47\x30\x1b\xd8\xa5\x74\xbf\x05\x19\x15\xbc\x3e\xb0\xbb\xc4\x85\x87\x67\x86\xd5\x68\xf4\xfb\x2e\x52\x41\x20\x3f\x48\xbe\xca\x8f\x71\x37\x8e\xe7\xbe\x8e\x4e\xf1\x82\xb6\xe8\x56\x17\x94\xc4\x66\xf7\x22\xbd\x43\xa3\x80\x33\x86\x9f\x43\xc8\x46\x7a\xf5\xc6\x16\x45\x06\xf5\x0c\xa3\x0f\x57\x8b\x66\x9e\xef\x5c\x41\xd9\x88\xfd\xa3\x49\xd8\x6c\xba\x4d\x95\x63\x8f\xdb\x42\x0d\x04\xf2\x94\x7e\xe0\x38\xdb\xdf\x39\x57\xc6\x99\x62\x11\x14\xec\xb8\x6a\xa8\x27\xdf\x2a\xac\xcc\x22\x4a\xda\x84\x69\x80\x73\x82\x3b\x87\xb7\x40\x18\x48\x92\x47\xe6\x41\x95\x46\x0f\xcd\xba\x2b\x70\xfd\xde\xda\x10\xda\x79\x2a\xb4\x29\xc3\xa3\x0a\xb7\x6f\x66\xe1\x8f\xa3\xe8\xf9\x8f\x2f\x4f\x83\xcb\xf5\x26\x39\xf2\x51\x5b\xde\x30\x36\x88\xba\x4b\xf2\xef\x85\xcf\x59\xfb\x28\x03\xa8\x53\x68\x59\xe9\xe9\x19\xf9\x59\x50\x39\xa8\x79\x30\x85\xb0\x24\x72\xe4\xdd\xd4\x4a\x75\xaa\xcc\xe9\x3d\x88\x63\x7e\x55\xbb\xd7\xed\x0e\x4d\xfc\x2d\xc3\x5d\xd5\x0e\xd4\x54\x4d\x47\x47\xe9\x74\x5a\x49\xb8\xa0\xc7\x89\xf5\x90\x5e\x87\x42\xa1\xd8\x32\x37\x11\xf7\x25\x2f\x1e\x3f\xaa\x60\xb7\x08\xa9\x64\xb5\x8c\xae\xc2\x9a\x06\x30\x3c\xb6\x4c\x74\x94\xff\x18\xea\x97\x17\xf7\xad\x60\xbc\xb9\x75\xec\x8f\x3f\xd6\x33\xce\xa9\xed\x72\xc3\x90\x71\x53\x60\xf1\x8b\x94\xa7\xb0\x2d\xcf\x2e\x5b\x01\x43\x25\x55\xc3\xb7\x03\xe2\xaa\x32\x62\x32\x6b\x72\x14\x8a\x9e\xea\xd6\x3a\xaa\x46\xbf\xcc\x07\x9c\x2a\xbc\xde\x07\x87\xc7\xec\xc4\x53\x64\xb0\x94\x3f\x75\xb5\xcf\xfe\x85\x19\xb7\x2c\x3b\xbf\xe7\xd3\x06\x10\x1a\x61\x8a\x11\xd2\xa0\x22\xd2\x7d\x6a\x1c\x1a\x4c\x1d\x74\x98\x55\xf8\xb4\x05\x75\x78\x0c\xd4\x3f\x28\x99\xd9\x1b\x5b\x7c\x24\x74\x12\xf3\x62\x88\x8e\x4f\xcd\xcb\x37\x28\x9c\xa9\xa4\x6c\x29\x19\x1a\xf9\xa2\xfa\x17\x6c\x31\x5c\x26\x6d\x4b\xce\x51\xf7\x5f\x36\xf1\x96\xa4\x66\xe2\xc5\xbc\x08\x14\x74\x2b\xb0\xe3\x35\xf1\xf9\xe0\x61\x82\x6e\xc6\xef\x8a\xe5\xc0\xe7\x7c\xe0\x29\x17\x23\x1a\x25\x96\xfc\xb2\x92\xab\xec\x45\x43\x75\x1f\xd3\x04\xdd\xca\xf6\xce\x3f\x3d\xa8\x9f\xf5\x2f\xf4\xb6\xca\xe7\x7e\x0c\x06\xb4\x78\x97\xef\x7f\x1e\x4a\x12\x8f\x90\xf3\x3f\x76\x87\x77\xc8\x77\xa6\x70\x2b\xf7\xd8\xf7\x93\xff\x14\x19\x85\x9f\xd0\x9a\x25\x5d\xcc\x58\x9b\xd2\x81\x3a\x6c\x39\x2f\xf3\xd5\xff\x04\xed\x36\xf7\x5f\x18\xc8\xc4\x45\xf7\x8e\xff\xa2\xd7\x28\x5c\x47\x6f\xed\x46\x51\x7f\x96\x43\x12\x65\xa4\x48\xf0\x7c\xe8\x5a\xf8\x59\x8c\x50\x02\x51\xea\xe3\x67\xdc\x92\x83\xea\xfb\xd6\xaf\x03\x86\x53\x1a\xab\x61\xfb\x0d\xd7\x71\xcf\xf4\xff\xca\x00\x1e\x6c\x2e\xf6\x0f\x1a\x37\x93\x97\x87\x17\x12\x17\x19\x67\x46\xc7\x0d\x47\xb0\xfb\x9b\xba\x92\xda\xd4\x5a\xa2\xeb\xbb\x6a\xf3\xab\x86\x4a\xb6\x1b\xef\x7b\xac\x26\xe4\xbf\x48\xec\x8d\xdd\x52\xfc\x27\x03\xf9\x2e\x7a\x4c\xb1\xc9\xb6\xe0\x3f\x41\x3c\xec\xdf\x17\xd5\xc7\xd1\x61\xdf\x6a\xd2\x90\x56\xed\x5b\x8e\x55\x84\x9b\x2f\xf5\x39\x2e\xf3\x26\x7d\x23\xad\xbe\xb0\xb3\x73\x69\xc2\x67\xc5\x74\x35\xe0\x60\xfd\xee\xeb\xbf\xc6\xdf\x79\xec\x77\xac\x74\x4d\x3c\xf6\x55\xb6\x86\x37\xf4\xd7\xa0\x57\xdb\x94\x16\x17\xf6\xe7\x22\x65\x3a\xa6\xd5\x25\x98\xc6\x24\x45\x64\x85\x3d\x7c\xea\x48\xa4\x4f\xf5\xab\xba\xe8\xa0\x1d\xa7\x5f\xee\x5d\xa3\xbd\x6b\xfc\x9f\xf8\x7b\xfc\x83\x77\xcb\x84\x23\x2e\x1d\xd0\xb5\xf4\x25\x4f\xf9\x7b\x79\xb0\x99\xbd\xa9\x14\xf1\xe8\xd1\x97\x9f\x7e\x06\x5d\xf8\x05\x79\x79\xba\xab\xb8\x8c\x7f\x6c\x0c\xea\x4f\xac\xcf\x79\x5b\x33\xd0\x49\x35\x4e\xb2\x86\x71\x9c\xfe\xe3\x2f\x55\xca\xef\x6f\x67\x65\x5f\x8c\x47\xde\xb5\x9a\x97\xdf\xe6\x18\xa4\x2a\x27\x3b\xc4\xee\x46\xc2\x04\x4f\xfa\x47\x7b\x99\xba\x9c\xda\x5f\xdb\x74\x58\x22\x9a\xd4\x7e\x50\x30\x2b\x74\xb5\x0d\x99\x4b\xf0\xce\x6b\xad\x65\xec\x5e\x9f\x36\xdb\x18\x38\x7f\xf5\xfc\xc7\xa9\xf7\x36\xfd\xab\xc3\xe4\xdb\x36\x98\xd2\xb2\x8c\x84\xb8\xf0\xb0\xe0\xe0\x02\xdf\x29\x8f\x97\x4e\xa9\xb6\x5c\x16\xa1\xc6\x7c\x7a\x07\xda\x46\x6a\x44\xca\xdc\x0a\xbc\x5a\xf4\x56\xa1\x9e\xb4\x61\xc8\x29\x9e\x85\x2b\x0d\xb2\x03\x73\xf3\x30\xbb\xa1\xb7\x7f\xfa\x82\x67\xc9\x4b\xba\xdd\x57\x95\x2f\xd2\xcd\x23\xbf\xf9\xdf\x7a\xdb\x7d\x5c\xb1\x0b\x33\x67\x36\xa2\xd3\x2d\x50\x77\x50\x52\x95\xb5\x90\x4a\x14\x9b\x15\xea\x10\x38\x52\xa0\xd2\xd7\xb1\x27\xf1\x76\x8a\x42\xcf\x44\x2c\x73\x6c\x5f\x1b\xfb\xb5\x26\x7b\xd6\xfc\x4b\xe0\x67\xfe\x0e\xcd\x44\x56\x23\xe3\x67\xaf\xa8\x66\xdf\x02\xa7\x2b\x9b\x56\xd3\x24\x7d\x09\x0d\x25\xa5\x0c\x59\x3b\xf1\x63\x21\x6c\x9e\x0b\x8e\x0e\x16\x73\x06\x07\xd6\x77\x12\x78\x6a\x8d\xc6\xe1\x8e\xc7\x01\xb2\xf1\xb1\x79\xfa\xf5\x42\x7d\xd9\xf3\x13\x7b\xb1\x77\x59\x77\xc2\x1b\x70\xbd\x53\xa5\xf5\x89\xf3\xbe\x47\x8e\x03\xe6\x5c\x7a\xbf\xd5\x16\xe5\xc3\xa5\x93\x44\x94\x78\xa3\xd8\x43\x19\x57\xa8\xb1\xc9\x68\x09\x7b\xf1\x38\xa8\xdf\xf3\x99\xbf\x53\xd6\x52\xb2\x40\x75\x1b\x09\xab\x4d\x1b\x28\xc3\xe8\x10\x9c\xa0\xdc\x80\xfd\x46\x73\xbe\x39\x9f\xda\x72\x9d\xbb\x11\xfe\xd1\x25\xc4\x74\x49\xab\x58\xb1\x41\x7a\x48\x58\x99\x87\x8f\xa5\x9d\x16\x95\xec\x2d\x7e\x00\x66\x2e\xf2\x10\x82\x28\x1c\x14\x31\x34\x4b\xb2\x88\xa9\xa2\xac\x21\x8b\xfd\x8c\x3f\x63\xfc\xaf\x7c\xe5\xfa\xe7\x41\x99\xa5\xce\xc3\x81\x53\xd9\xa9\xe7\xba\xd4\xb4\x4d\x5f\x2b\x6b\x2f\xdd\x18\xf9\x7c\xd1\xaf\x7c\xa5\xac\xdb\xb4\x32\xa4\x39\xb8\xa9\xa8\xd3\xf0\xc1\xd0\x14\x20\x17\xa0\xbf\xb8\xc0\x36\xa2\xe5\xe0\xe9\x79\x9b\xa8\x05\x67\x71\xed\xd9\x1c\x71\x9e\xa9\x5a\x69\xdb\x2d\x39\xf3\xb8\x53\xb7\xdb\x39\x12\x5a\x31\x1d\x87\xee\x49\x6d\x16\xa4\x72\x2b\x16\xc7\xf9\x81\xa9\x9b\x12\x06\xef\x3b\x5a\x03\xbc\xe2\x0b\x12\x40\x07\x04\x00\x06\x40\x03\x1c\x28\x1d\xa4\x6e\x6c\x9d\xa2\x09\x4a\x1b\x1f\x5a\x9d\x8d\x43\xe8\x52\xd0\x4a\x3e\xb7\x9e\x8f\x8b\x6c\x58\x6f\xd1\xf7\x89\x14\x33\xc6\x1c\x79\x40\x99\x68\x28\x9a\x0a\x4a\xd0\x7f\x23\x11\xc3\xbe\x7b\x73\x00\xf3\x09\x10\x03\x16\x80\x0f\x48\x01\x27\x40\x02\xd4\x08\x78\x78\x67\xf4\x4a\xfc\x16\xb2\x37\x7a\x82\xf6\x5a\xfe\x5e\xf1\xf0\x05\xf4\x8d\xc3\xc3\x44\x5f\x90\xbe\x0a\x75\x96\x16\xdd\xc5\xee\x7a\xe4\x9a\x84\x2a\xe8\xf3\x5d\x53\x73\x62\xae\x23\x3a\xbd\x8c\x04\x5c\x00\x09\xa0\x01\x68\x80\x0d\xd4\x01\x3d\x20\x81\xf9\x81\x59\x40\x89\xc7\xb9\x2e\xdd\xa5\x69\x66\x99\xe9\xb9\x16\xed\x9f\x23\x59\x4b\xd2\x8f\xb8\x24\xb3\xc6\xd8\x7d\x52\xf6\x2b\x41\xd3\xbb\xd1\xcc\x54\x31\x83\x3f\x9b\xaa\x10\x0d\xed\xc5\x2b\x40\x0a\x24\x01\x12\x90\x00\x04\x00\x03\x50\x03\x78\x80\x01\xae\x51\xec\x48\x70\x59\x7d\xc4\xe4\x54\x2d\xcd\xd0\xdd\xec\xc2\x9e\x32\x8e\xab\x88\x7b\x78\xe7\xc1\xea\x9b\xa1\xf8\xca\xf1\xe4\xaf\x7e\xeb\x96\xa9\xaa\x30\x42\xa5\xb4\x49\x98\x4c\x2f\xd4\x00\xd9\x9f\xaa\x03\x1a\x60\xfd\xd3\x89\x41\x04\x32\x80\x01\xe1\x37\x01\x09\xc3\xa6\x90\x93\x62\xe8\x87\x68\xe7\xcb\x90\xf5\xd4\x9d\x72\xf3\x2e\xbd\x69\xd2\xed\x86\x31\x8f\x3a\xf8\x8c\xb5\x60\x7c\x3b\x69\x4d\x15\xf1\xd7\x4c\xf3\xf8\x39\xaf\x7b\x01\x03\x80\x05\x34\x00\x0d\xb0\x03\x74\x80\x05\xf0\x00\x31\xa0\x83\xbd\xc6\xb1\xa0\x8d\xe3\xaf\x93\x4b\x30\xe8\x77\x2c\x0d\x5a\x4e\x11\x29\x45\x6d\xa7\x9c\x62\x38\x6c\x99\x46\x6b\xc1\xcd\x65\x0d\x8f\x72\xf6\xd2\xeb\x91\xc1\xe0\x98\x24\xa3\x47\x4e\x07\x8c\x80\x1a\x10\x03\x2c\x80\x0f\x88\x01\x29\x40\x06\xe8\x00\xf9\x95\x21\xd6\x06\xcd\x07\xde\xad\xf7\x50\xfa\xa3\x0e\x05\x81\x8f\xc9\xee\x25\x4e\xed\x89\x53\x8c\x67\x65\x8b\x99\x9d\xa3\x45\xe9\x31\x3b\xee\x39\xc6\xbe\x0a\x98\x02\x6e\xb4\x41\xd8\x42\x30\x22\x40\x04\xa0\xfe\x51\x80\xd0\x00\x22\xc0\x08\x04\x01\x01\x74\x04\xa6\x11\x35\x31\x4f\xa7\xec\xb2\xee\xae\x83\x61\x60\x41\x32\x45\xf1\x48\xdb\xe7\x09\xa1\x9b\x57\xab\x1a\xfd\x48\xe5\xbf\x92\x94\x7c\x33\xac\x0c\x35\xe0\xc4\xc7\x59\xe9\x88\x76\x11\x4b\x01\x3a\x80\x01\x4c\x80\x00\x48\x00\x54\x80\x05\xd0\x00\xce\x4b\x72\x0c\x15\xca\x0b\xee\xc9\x77\x47\xba\x59\xf6\x4a\xfe\x81\x49\xb6\xc5\xe3\x6d\x11\x13\x22\x3f\xa1\xb6\xb2\x47\x6b\x6a\x43\x32\x08\x42\x4a\x1c\xb3\xf5\xe5\x64\x73\x78\xbe\x53\xd5\x62\xac\xbc\x58\x04\x98\x80\x14\xb0\xfe\x39\x4d\x02\xc0\x0c\xb8\x5e\xe0\xa3\x57\x51\x96\x70\x27\xbd\xc3\xd7\x95\xb4\x3b\x09\xc8\x49\x9c\x28\x89\x6c\xdd\x9d\x48\xfa\xcd\x7a\xd0\x33\x3d\xd7\x2c\x98\x47\x14\x75\xe1\xa1\x68\x86\xa8\xd2\x2a\x4a\xc0\x8c\x40\xd0\x02\xdf\x06\x50\x00\x0b\xc0\x00\x42\x40\x1a\x88\x01\x25\xc0\x04\x72\xd1\xe8\x28\xda\xb9\x1c\x65\x6e\x75\xda\x6c\xef\xfd\x63\x12\x49\x8b\xed\x5b\x85\xc7\x13\x21\x90\xd3\xfe\xf9\xbe\xae\x4f\x65\xb2\x49\x3c\xfe\x0f\x76\x5a\x3a\x5e\x32\x86\xdc\x43\x94\x19\xe8\x9f\xa1\xa4\x00\x03\xa0\x06\xf2\x00\xf9\xcf\xb3\x85\x06\xc8\x51\x25\xc9\x6d\x38\x97\xde\xba\xeb\xa0\xd9\x71\xfb\xcf\x27\xd6\x94\xf0\xb5\x69\x4f\x42\x41\x20\x57\xce\xab\x66\x83\x2d\xb5\xac\x59\x06\xe1\xd4\x6e\xc8\x26\xce\xca\x43\x22\xe3\x4c\xf3\x84\x3c\xf0\xf3\x80\x1e\xe0\x02\x22\x80\x02\xd8\x81\x20\x50\x07\xd8\xc8\x41\x64\xb4\x9c\xa6\xd2\xd5\xda\x3a\xb6\xf4\x01\xd9\x49\x5f\x8b\xfa\xda\xf1\x27\x9d\x21\x90\x1f\x82\xdb\x39\x93\xa6\xad\xb0\x85\x53\x09\x9a\x7e\xa2\xb6\x6a\x3a\xf9\x32\x10\x9e\x00\xea\x64\x4c\x81\x17\xde\x20\x09\x4a\xe8\x25\x33\xb4\x0a\x4c\xfe\xab\xf3\xd7\x67\x6f\x82\x48\x1a\xd9\x36\x24\x83\xb5\x9e\x6d\xdf\xfb\x99\x25\xaa\x14\x59\xb4\x26\x4e\x7d\x80\x40\x9e\x03\x4e\x58\x17\xa1\x7b\x2d\xab\xf1\x32\x72\xc2\x36\x5d\x8d\x4d\xd5\x54\x52\xc5\x13\xd8\xb8\x49\x2d\x50\xaf\x90\x22\x50\x14\x51\x21\xe8\xe3\x58\xd8\xd8\x87\x78\x11\x44\x4e\xe4\x6b\x0c\xcc\x42\x1f\x94\x4e\x6c\xd7\x5c\xa3\xc2\x60\xb3\x24\xda\xca\xa6\xff\xb8\x9a\x5d\xc5\x6f\x30\x8d\x71\x34\x7b\x17\xe6\x27\x18\xfb\xa7\xd9\x73\xe9\xdb\xc8\xff\x14\x41\x66\x35\x24\x47\x27\x18\x24\xa6\x22\x2d\x25\x5f\xa0\xdc\xa1\x53\x66\xe0\x60\x0d\xe6\x7e\x10\x8e\x11\x4f\x57\x98\xf8\x90\xe4\x12\x19\x36\x91\x69\x53\x3d\xd2\xf7\xc7\x5f\xf6\xa7\xcf\x01\xf5\x3c\x7f\x4f\x72\x55\x6f\x66\x40\x44\x9b\x67\xa1\xcd\x07\xbd\x21\x85\x40\x31\x78\x8e\x18\x3a\x3b\xa6\x6e\xd6\x61\x8e\xdf\xdc\xfb\x1c\x9c\x7c\xe7\x12\x79\x12\x8a\x72\xe9\xaa\xa9\x7a\xb8\x96\x3f\xbc\x47\x63\x0d\xf3\x95\x9b\x44\x47\xad\xff\x8e\x19\x17\x29\x6b\x8f\x63\x2e\x2d\x0c\xc5\x57\xa9\x2d\xe1\x3c\x5e\x12\xb6\xb9\x06\x3d\xca\xbf\xa4\xe9\xf9\xef\xf9\x52\xf9\x3a\x44\x24\xc5\xad\xa4\x4c\x54\xf4\x15\x4c\x55\x77\xf5\xcb\x2d\xc9\x1c\x7b\xbc\x10\x43\x44\x52\x4d\xca\xd6\x3a\xab\x67\x12\xfe\x42\x2d\xa9\xfd\xee\x05\x9b\x81\xde\xc6\x82\x62\xba\xb4\x80\x88\x6b\x1f\x1e\x87\x68\x93\x0e\xad\x60\xf9\x63\x99\xe9\x77\x77\x72\x22\x4a\xc2\xea\xbc\x5a\x97\x86\xf3\xe6\xde\x0e\x44\xee\x4f\xc1\xdf\xa3\xe2\x52\xa6\xf3\x7e\xd5\x8f\x0e\x0e\xaf\xfc\xf3\x17\x4e\xae\xe8\xb6\xf7\xe6\x06\x06\x74\x9a\x3e\x94\x5c\x66\xd8\xc5\x40\x07\xf4\xb8\xfa\xd9\x64\x7e\x48\xd6\x3e\xd5\xb3\x31\x82\x33\x21\xb3\x10\xb7\xf5\x74\xd6\xf2\xa2\x09\x4a\x8d\x3e\x4c\x5d\xca\xf7\xaf\x94\x6f\x3e\xee\xff\x36\x9d\xb1\x6d\xf3\x4f\x06\xd2\x7b\x11\xba\x8d\x34\x1f\x34\xb8\xd4\xd2\x58\xfe\xf0\xf9\x22\xd1\x36\xac\xc7\x9f\xd0\xa5\xc3\x1e\xc9\x51\xed\x63\x8e\x3b\x9f\xb7\x69\x40\xcf\xa7\xb2\x58\xe9\x34\x90\x17\x54\x41\xd3\x4c\xd7\x27\x3f\x51\xbc\x62\xb4\x53\xf9\xed\xfb\xff\xe0\xef\x33\xd1\x25\xf3\xce\xc2\xa2\xdf\xc8\x75\x47\x7f\x2d\x7b\x91\x73\xe6\x45\x42\x7e\x78\x6c\x10\x55\x88\x71\x58\x5e\x14\x57\x9c\x7f\xb2\x5d\xa6\x7f\x41\x6c\x45\x70\x53\x58\x8f\xf3\x98\xf0\xa2\xdd\xb6\xef\x19\xe4\xfb\xe9\xbf\x32\x80\x9f\x3e\xdf\x4e\xf7\xeb\x36\xe4\x16\xb3\xa6\xb2\x86\x9f\x7a\x1f\x3a\xb4\x5b\xfd\x1a\x14\xab\x2f\xcb\x32\x8a\x3e\x15\x28\xe5\xb3\xe7\xf2\xe5\x0f\xd5\x94\x76\x4c\x8f\xd0\x2c\xec\xed\x88\x5e\xcc\xfc\xf2\xf8\x77\x06\x72\xeb\x74\x44\xb2\x41\x32\x6f\x38\x16\xd1\x57\xd4\x2e\xd1\xa0\x58\xed\x53\x16\x59\x5c\x90\xf7\x36\xd3\x37\x25\x29\x71\x3b\xce\x3e\x86\x35\xb2\x3f\xae\xe2\xb3\x5d\xf9\x76\x0b\xde\xe0\x87\x79\xd8\xad\xa6\x6f\x8f\xff\xea\xc9\x71\x1b\xb2\x57\xbf\x5c\x38\x3e\xd7\xeb\xd8\x22\x55\x83\x55\x82\x91\xd7\x94\xe9\x93\x2c\x95\x98\x18\x53\x11\x6e\x11\x92\x14\x20\xeb\x53\xe0\x85\xec\x6e\xe0\xaf\x1f\x1d\x95\xbe\x5c\xdc\xd2\xf4\xa6\x3f\x66\x4e\x65\x5b\xf2\xd2\xe8\xf7\x5f\xb3\xd5\x3f\xe8\xf6\xa1\x96\xa0\x86\x85\xda\x3a\xab\x17\x8a\x5e\x64\xd9\x25\x1d\xc4\xe1\x85\x6f\x84\xa8\x07\x84\x04\x08\xb8\x09\x39\x03\xe7\x6a\x6b\x1a\x0b\x4d\x53\x56\x87\x3c\x5f\x89\xc8\xc1\xd4\xb1\x62\x97\xc6\xc0\xc1\xa2\x25\xee\x3d\x86\xdb\x3f\xda\xe8\x5f\x44\xc7\xb2\x2b\xb2\xc3\x04\xcd\xdc\xa5\x3f\xb2\xa3\x12\x39\x23\xf0\x83\x34\x7d\x7c\xdd\xdb\xdd\x8e\x9d\x9e\x6d\x6d\x2c\xda\x4d\x30\x0c\xc9\x35\x1d\x35\x16\x55\xcd\xcd\xd1\xfd\x7e\xf9\x3f\xc4\x2c\x66\xf9\xb7\x22\x8e\x78\xad\x68\x1d\xee\x9c\x61\x3c\x1e\x42\x20\x37\xa5\x9b\x86\xa3\x73\xcd\xb9\x25\xaf\xd3\x36\xa2\x7a\x03\x5a\x3d\x7c\x3e\xbe\xb6\x6d\xb3\x0e\x37\xed\x33\x70\xd1\x1a\x50\xed\x50\xdc\x96\xfd\x21\xbd\x21\x89\xa2\x38\x69\x74\xe2\xe0\xef\xbb\x1a\xa4\x9b\x15\x55\x29\xdd\xde\x37\xb1\xb9\x6e\x75\xe6\xfb\xab\xf8\xb9\xe1\xf0\xfb\x3c\x71\x27\x67\x79\x72\xea\x43\xd8\x67\xaf\x47\x47\x35\xab\xdf\xc6\xa6\x86\xf6\x5a\xee\x2a\x2d\x72\x1d\x6f\x9d\xc5\x3c\x05\xe3\x79\xf6\x38\x6b\xd9\x7e\x4a\x58\xaa\x8b\x9a\xde\x3a\xef\x07\xae\xc4\x47\xe7\x3e\xd4\xe6\xf4\x57\xcc\x23\xee\xd9\xdd\x36\xdf\x37\x6f\xe3\x0f\x9d\xd6\x28\x67\x85\x47\x90\x7b\x66\xd9\x84\x19\xeb\xe9\xf8\xa9\x1d\x2a\x78\xbd\x4d\x10\x6b\xe4\xdf\xe5\xf4\x66\x0e\xa0\x6b\xa5\xbc\x27\xb3\xa1\xbc\xe1\xfd\xf8\x5e\x54\x87\xdc\x32\xd7\xf3\x65\xd8\x51\xea\x4a\x19\x4b\x3b\xef\x38\xe7\xea\xee\xb9\xe5\xc5\xe1\x12\x47\x0f\x69\xd1\xf7\x58\x6f\xef\x55\xeb\x69\xc3\x60\x35\x24\xf9\x61\x29\x1c\x61\x15\x1e\x3d\xd6\x10\xba\x08\x72\x43\xc2\x67\x9c\x52\xf4\x6b\xe4\x05\x42\x73\xd6\x1d\xd1\x55\x45\x4b\xc3\x40\x47\x39\xbf\xe9\x38\x9f\x3c\x8a\x7a\x8a\x01\xd7\x05\xea\x03\xa8\xa3\xe9\xe9\xf1\xa6\x37\x19\x17\xc1\xc1\xf6\x31\xfa\x6d\x2a\x9f\xa4\xbd\x85\xfd\x79\xde\x30\x17\xd0\xa4\x91\xc4\xe1\x76\xa2\xad\x23\xf2\xbd\x2a\x87\x12\x82\x62\xc3\x2c\xa4\xb5\xe3\xa9\x94\xa1\xd3\xfc\x66\x81\xe0\xf1\x2a\xc2\x37\x3d\xb5\x82\xb5\xb3\x78\x3a\x6b\xcb\x79\x27\x75\x54\xbd\x82\x27\x31\xc4\xb3\xd8\xdc\x5e\x6d\x59\xea\x98\xbf\x81\xad\x8e\xb6\x9f\xe4\x16\x97\x02\xe5\x3b\x5c\x3e\x54\x3d\x90\x03\x1a\x80\x13\x10\xbf\xa9\x22\xd5\x65\x15\x13\xf1\x53\x34\x30\x4a\x76\x6c\x0b\x92\x4e\x7c\x2a\x36\x69\xce\x1a\x99\x5a\xa5\x5b\xdf\x19\x38\x2c\xa2\x8c\x92\x74\x17\x33\xe1\x53\x42\x17\x66\x60\xfa\x4d\x71\x4e\xc8\x86\x9e\x06\xbf\xf0\x42\x04\x08\xfc\x79\xdb\xc5\x01\xfa\x00\xef\x75\x31\x6e\x3d\x6d\x15\xef\xd5\x3b\x45\xed\x75\x1b\x04\x9f\xec\x18\x9c\x5c\xff\xba\xb4\xfe\xa3\x25\xa1\xd5\x86\x8e\xcf\x79\xbe\xd1\x18\x6e\x3b\x1f\xd6\xe5\x23\xf8\x3a\xa8\xef\x71\x8a\x50\x74\x61\xa9\x80\x16\x60\x07\x9c\x80\x08\xa0\x01\x78\xc0\x0d\x18\x5e\x12\xa1\x9f\x51\x90\xb3\xcf\x4b\x38\xa8\xed\x9a\x75\x78\xc0\x86\xdb\x64\xdc\x55\xc9\x74\xad\xcd\x76\xaf\x48\xb4\x16\x15\xe6\xc6\x7c\x71\x3f\x37\x4e\x92\xaf\xe0\x6d\xa1\x64\x43\x75\x81\x9e\x03\x42\xc0\x18\x90\xfe\xa9\x5d\x10\x83\x57\x00\x16\xe0\x01\x92\x37\x53\x44\x02\x4c\x5d\xc2\x1f\x14\x9d\x3e\x28\x38\x23\x87\xac\xa5\x84\x95\x15\xb7\xdf\x4c\x1a\xcf\x09\x77\xc5\x94\x6e\xc4\xb7\x7a\x05\x99\xa9\x2b\xfa\xf1\x67\x50\xcd\xa3\x59\x01\x2e\x40\x0f\x08\x01\x31\xc0\x07\x98\x00\x07\x60\x03\x3c\x80\x0f\x94\xe0\x3e\xe1\x8a\xd1\xbe\xe6\x5b\x7b\xcf\xa3\x37\x69\x9f\x1a\xd0\x96\xc4\x5d\x74\xd0\xfa\x6e\xdc\x6b\xc5\x6d\x50\xac\x52\x24\xd9\xd0\x6f\xcb\x4a\x52\xb5\x4a\x04\x83\xbe\x0d\xa7\xe9\x15\x1e\xa0\x01\x88\x80\x04\x90\x01\x1a\x80\x02\x10\xff\x9c\x05\x0a\x0c\x15\x46\x1d\xe5\x1c\x97\xf7\x5b\x63\x1d\x56\x9b\x34\xdf\xb5\xb8\xf8\xfc\xf9\xa6\x86\x11\xf3\xad\xf0\x51\xab\xda\xfd\x8c\xcd\xe0\x74\x7b\x52\xad\x3e\xc9\x23\x36\x1a\x62\x7c\xc4\x2c\x40\x0e\xf0\xfe\xfc\x77\xca\x3f\x3b\xc0\xfa\xdb\x5f\x50\xd2\xa8\x7a\x64\xfc\xec\x63\x92\x96\x1a\x1a\x56\xa4\xde\x9c\x31\xfc\x39\x87\xf5\xcc\x43\x24\x07\xe1\x53\x4e\xcd\xd3\xb9\xef\x23\xb4\x3f\x46\x1b\xc2\xc9\x6e\xf1\x7c\xa7\xbc\x47\x87\xbc\x10\x07\x58\x00\x19\x60\x02\x64\xc0\x02\xb0\x00\x2e\xa0\x06\xfa\x80\x1e\x39\x90\x44\x96\x0d\x51\x62\x4d\xed\xca\x92\xca\xcb\x37\xba\x38\xa7\xa5\xbe\x69\x70\xe1\xcc\x77\xe1\x77\x27\x76\x71\x68\x1c\x89\xa7\x83\x99\xb1\xf2\xba\xf0\x2e\x63\x37\xbe\x37\xdc\x00\xa0\x01\xa2\x80\x1d\x10\x03\x38\x80\x09\x70\x81\x1c\x20\x00\x62\x48\xd9\xc4\xe1\xac\x6f\xc5\x16\xd4\xe5\x2c\x18\x3c\x77\xa2\x9e\x3e\xf7\xd4\xed\x0c\xb4\x5c\xcb\xae\x76\xf6\x5f\x54\xc6\x26\x3f\x06\xe4\xdb\x3a\x69\x33\x4a\x9f\x71\xfe\x7f\x5c\xbd\x55\x54\x9c\x5b\xd7\x34\xba\x70\x77\x6d\xdc\xdd\xdd\xdd\xdd\x25\xb8\xbb\xbb\xbb\xbb\xbb\xbb\x07\x77\x77\x08\x2e\x09\x21\xc1\x89\x90\x00\x21\x42\x84\x90\x3e\xe3\xef\x6f\xbf\x5b\xce\x0d\x5c\x3d\xab\xbb\x69\xc6\xa8\x5a\x35\xab\x6a\x46\xd2\x2b\xe1\xd5\x02\x1e\x40\x0b\xc8\x01\x05\x20\x00\xf4\x80\x04\xe0\x01\x2a\xe0\x80\x39\x4f\x55\xcc\x33\x2b\xb7\x6c\xf0\xe8\x84\x15\x62\x9f\x76\x59\x35\xdf\x2d\x3b\xcb\x78\x5f\x7c\x1c\xba\xb4\xd2\x83\x56\x41\x93\x3c\x1e\xd0\x66\xab\xa5\x23\x2b\xe9\xc3\x2e\x0d\x99\x42\x59\x04\xd4\x80\x15\x60\x02\x7c\x80\x03\xe3\x73\x24\x80\x12\xa3\x80\x52\x98\xbb\x43\xae\xd4\x10\xe2\x28\x15\x72\x9d\x76\x5b\x29\xf0\xf4\x6c\x56\xe4\x51\xfa\x72\x77\x3d\x68\xc8\xb5\x9e\x30\x7b\x23\x42\xcd\xb5\xde\xf8\x83\xe2\x67\xfe\x37\x74\x06\xb8\x45\x40\x02\xd0\x02\x1a\xc0\x02\xe8\x81\x0c\xa0\x00\x32\x80\x1d\x1d\x8f\x82\x93\xab\x57\xf6\x5c\x3f\xc3\x31\x3d\x64\x3c\x1d\xb3\x4a\xbf\x47\x7c\x76\x18\x0a\xfd\x70\xb1\x87\x33\x79\xdb\x56\x50\x5c\x92\xd0\xe3\x47\x62\xcd\xad\x15\x2c\x51\xc6\xd6\x09\x11\x47\x4e\x03\x94\x40\x1e\x88\x00\x56\x98\xc2\x05\x01\xd8\xa8\x65\xe4\xda\x9c\x8d\x32\x48\xfa\x69\x8e\x65\x41\xe3\x69\x3b\x55\x88\xdd\x6f\xe7\xce\xa0\xd0\xbb\xa5\x57\x9c\x8b\xd9\x7d\xe4\xd5\xee\x19\x3b\x61\xf8\x2e\x86\xc6\x85\x8a\xd5\x02\xf0\x74\xf4\xb8\x0a\x80\x1f\xc8\x01\x4b\x18\x17\xa2\x01\x02\xc0\x0c\xc5\x0e\xc2\xc9\xe1\x2c\xb5\xab\xe7\xea\x20\x12\xfc\x2c\x6d\xbe\xaa\xbc\x5b\x62\x1e\x15\x0a\xfd\xb1\x73\x61\xb0\x11\x33\x9a\xdc\x6c\x5e\x18\x1e\x8f\xea\x4b\x6e\x6d\xa7\xf5\x56\x0a\x87\x83\x9a\xec\x29\xca\x20\xa0\x06\x52\x80\x0e\x28\x02\x57\xc0\x00\x82\x90\x6e\x20\x2b\x1c\x19\xd2\x66\x7a\x91\x0e\xb6\x41\xf3\xe9\x90\xca\xa8\x5e\xbc\xe1\x97\x30\x05\x43\xea\x85\xce\xdc\x65\xf7\xb7\xca\xc7\x0c\xe9\xb0\x52\x97\x73\x93\x19\x15\x2e\x61\xc0\x18\x43\x30\x81\x90\x85\xa4\x8f\x2a\x83\xb6\x86\x11\x8e\x69\x88\x39\x86\x23\x88\x5f\x47\x6f\x29\x38\xad\x12\x6d\xe6\xe6\x59\x1a\x83\x94\x9b\xdd\x88\x36\x34\x0c\x43\x8b\xb9\x13\xdd\x35\xeb\x91\x99\xe6\xf1\xc2\x17\x09\x0e\xfe\xf6\x76\xc5\xfa\xd2\xf2\x2c\xbc\x83\x74\x2a\x84\x22\xf8\xf9\x84\x6b\x24\x71\xa4\x4b\xe4\xa4\x94\x97\x34\x2f\x18\x94\xd9\x53\xc4\xad\xb4\x04\x6c\xf0\xfc\xc5\x13\x5f\x94\xb4\xb4\xbb\x4f\xc2\x36\xdc\xfc\x4e\x7b\xef\xb1\x77\x37\x1b\xd3\xd3\x5d\x7d\x96\xd5\x1f\xc9\xea\x19\x63\x99\xaf\x13\x2e\xbb\xcd\x9f\xca\x74\x4a\x4b\x49\xd7\xc6\x04\x61\xfe\xcd\x66\xc8\x8d\xc4\x97\x29\x6a\x26\xed\xa2\x7c\x6a\x34\xe0\x0c\x0d\xeb\xcc\xf4\xa8\x49\xee\xc3\x5f\xf8\x2b\x0b\xf2\x59\xfc\x84\x70\xad\x7c\xf4\x47\x9b\x5c\x29\x51\x2a\x4d\xd8\xaa\x27\xa7\xb5\xa5\xde\x9d\xe2\x9a\x18\x1c\xef\x96\x40\x9c\x30\x9f\x58\xaa\x94\x91\xdc\x5b\x65\x45\x4d\x17\xc3\x19\x2b\x7a\xa7\xaf\x7e\x24\xf1\x86\x85\xed\x2d\x5a\x63\x60\xfd\xaf\x3c\xee\xaf\xc7\xf7\x96\x2f\x10\x17\x91\xfb\x07\x1a\xaf\x4a\xf0\xd3\x7c\x22\x9e\xfb\xf0\xda\x6d\x9b\xdc\x68\xba\x2b\xc6\xa8\xd0\xab\xc7\x69\x4d\xe9\x75\x1a\x07\x99\x67\xda\xae\xb9\x39\xfa\x17\x46\x0a\x25\x9e\xe7\x38\x57\xeb\xf5\x60\xcc\x05\x3c\xff\xdb\x07\xf9\xf9\xe0\xcc\x7e\x5b\x7e\x8e\xad\xff\xb8\xd9\xbb\x0c\x29\xe3\x4d\x4c\x4e\x20\x96\x5b\x89\x35\xbb\x69\xb3\xb9\xa8\x55\xa8\xed\x4f\xc7\x6d\xb7\x79\x9f\x98\xa0\x95\x68\xba\xe4\xf1\xdc\xe6\xb2\xa3\x86\xfb\xee\x90\xb1\xb2\xb5\x9b\xe3\xbf\x9b\xce\xff\x44\xde\x2a\x9f\xec\xec\x60\xcf\xb3\x0e\x29\xb6\x79\x56\x46\xe7\xce\x24\xdd\x45\x3c\xfa\xa7\x78\xc2\x7b\xdb\xfb\x75\x06\x41\xc2\x24\xa2\x99\x13\x11\xd2\x4b\xf3\xb9\x2a\xbe\x36\x5e\x77\xbf\x1a\x35\x58\xf0\xda\x8c\x7a\xe5\x7a\x45\xf8\x2f\x06\x32\x72\xbb\x77\x26\xbd\x87\xbc\xa4\x3b\x9a\xde\x35\x59\x9f\x55\xa6\x97\x53\x94\x0c\x1f\xab\x1c\x5f\x94\xb4\x9d\x26\x99\x25\x97\x2f\x5d\xca\x5e\x3d\xd8\xbc\xd7\xbd\x34\x7a\x36\x7f\xbd\x99\x71\xf8\xe4\x92\xfb\x6e\xef\xb7\xc7\xbf\x34\x84\x8d\x6b\xc1\xf3\xaf\x87\x0a\x3b\x79\xcf\xec\x16\x08\x27\xa3\x87\xff\xf4\x15\x75\x69\xb5\xd6\x37\x66\xd4\xb1\x54\xdd\x54\xf4\x94\x07\xd5\x69\x3c\xad\x1d\xfb\xb9\x54\xb6\x7b\x79\x0a\xbd\x19\xfc\x1d\xfa\x5f\x06\xf2\xb9\xe1\x8d\xe6\xa1\xfe\x56\xee\xd2\xf6\xd4\xfa\xb0\x6a\x8f\x74\xdb\xa7\x86\xfe\x6a\xe1\xd2\xde\x42\xa1\x9c\xcb\xcc\xd8\x34\xf5\x14\xea\x64\xbb\x5c\xc4\xaa\xfa\xb6\x91\xc1\xef\x73\xe6\x5b\x9f\x8e\x43\xaf\x23\x1f\xfe\xd5\xa5\x75\xa7\x7a\xf6\x69\x6f\x7f\xf9\xfb\x64\xfa\xc0\x93\x8e\xe6\x46\x8a\xca\xa5\xa2\xfd\x9c\xa5\xb4\x93\xc4\xa7\x31\x2b\x11\x9c\x21\xbb\x81\x65\xfe\x92\xfe\x7e\xd1\x57\x99\xa6\xa5\x3f\x9a\x6e\xfa\xae\x67\x68\x37\x7d\x8e\x91\x6e\xf0\x1e\x9d\xff\x62\x30\x14\xe7\xd2\x3b\x9c\xf3\x66\x43\x4b\x1d\xfb\x75\x3f\xcb\x34\xf3\x88\xd2\x52\xe3\xad\x22\x41\xd0\x83\x6f\xa8\x87\xa3\xf3\x8c\x83\x82\x4d\xab\x95\xab\xf5\xb8\x37\x5b\x84\x77\xea\x70\x31\x46\x43\x54\x6f\xc6\x8c\xe4\x96\xd6\xc9\xea\x27\x98\xab\xf8\x21\xf0\xad\xd0\x1e\xfc\xec\x46\xbf\x6b\xd3\xbb\x72\xef\x5c\xd4\xe4\xd3\x68\x87\x60\x25\x1f\x66\x37\x59\x07\x1a\x4b\x46\xd3\x0e\x83\x13\x5d\x2b\x8d\x03\x35\x75\x6d\x2e\xcb\x05\xf7\x57\x61\xe6\x29\x98\x85\x0d\x0d\xcb\xfd\x81\x73\xea\xbb\x7a\x17\xe5\xdf\x98\xa0\xd0\x9b\xa6\x97\xbd\x8b\xba\xfd\xf5\x0d\x5f\x8a\x3a\xd3\x50\xa3\x2d\x03\xeb\x3d\x81\xc3\xad\xe5\xa1\xf1\x85\x7e\xa4\x06\xb7\xb2\xa4\x1c\x9e\xe4\x6f\xd1\x0b\xe1\x22\xe9\x74\x1d\x2a\x8b\x5b\xf7\xe7\xa1\x64\x69\xf6\xc5\x39\xcd\x15\xc3\x8f\x4b\x9b\x07\xba\x57\x03\x8f\x58\x6f\x84\xd6\x0f\x47\xbe\x34\x61\x16\xaa\x24\xc9\x86\xdc\x79\xbe\xb6\x9f\x31\xdb\x32\x94\xd1\x0c\x50\x5e\x90\xcd\x95\x98\x13\x7a\xcb\x1b\xc7\xb1\xc5\x62\xcd\xe8\x26\x48\xa1\x44\x6f\xe8\x6c\xa7\xe7\x93\x1e\x43\x96\xf3\xad\xfa\x7b\x37\xeb\x6c\xc4\xf6\xe7\x33\xea\xcf\x1f\x5e\x59\xcd\xd5\x76\xec\x96\xfc\x4a\x5e\x08\x2e\x70\x65\xb2\xf8\xa1\x6f\xa4\x41\xae\x38\x26\x85\x26\xf4\x82\xe7\x37\x7b\x23\xe3\x47\x6a\x62\xb2\x09\xe2\x4d\x52\x1f\x8e\x0f\x92\x6e\x7a\x21\xb6\x04\x3e\x4c\x31\x15\x39\xc1\x35\x48\xdd\xc5\x33\x99\x3b\xe6\x17\xe7\x1f\xdc\xb7\xf5\x46\xdc\xeb\xce\x32\xac\x42\xaa\x9c\x27\x9f\x68\x68\x55\x2b\x9e\x4a\xdc\x08\xfe\xe4\x1a\x64\x95\xa1\x63\x22\xf7\x25\xa2\xc6\xa1\x42\x8b\x43\xaa\x24\xc8\x65\x61\x12\xed\x56\x59\x31\x1e\x71\x7e\x1f\xcc\x94\xcc\x55\x72\xda\x42\x33\x12\xf5\x0c\xe7\xb5\xe9\x59\xfe\x52\x5d\xf7\x9f\x22\xb5\xe8\x14\x77\x81\x27\xae\x1a\x10\x99\x7b\xa1\x0a\xee\x12\x16\x64\xea\x76\xd2\x39\x3c\x25\x34\x2b\x04\x2a\x30\x0e\x08\x01\x21\xa6\x3f\xf5\x08\xcf\xa5\xf4\x85\xce\xbc\xb5\xb8\x37\x43\x0c\xc8\x09\xac\x0b\xeb\xeb\x59\x18\xdb\x3f\x3a\x54\x98\x75\x6a\x32\xc9\xc0\x0d\xe1\x75\x70\xd0\xf3\x90\x9d\x16\xa0\x65\xbd\xa0\x0d\x80\xf0\xe1\x9e\xa0\x36\x83\x06\x80\x04\x30\x01\x2f\x60\x06\x2a\x48\xab\x10\x24\xd6\x48\x91\x7b\x95\x63\x53\x3d\x57\x8c\xd0\xfb\xb4\xd2\x8a\xf6\x2e\xd5\xc9\xb6\x2d\xca\xe7\x1a\x23\xa9\x55\xe6\xa9\x2f\x02\x1b\x6d\xc3\xb4\x7a\xc4\x27\xd8\xc6\x28\x2f\x09\x5b\x31\x46\xe1\x17\x01\x1d\xc0\x05\xe8\x00\x0f\x08\x01\x6c\xc0\x08\x30\xf0\xfa\xe8\x2a\xf8\x54\xe5\xba\xf5\x1b\xed\x31\x02\x6a\x13\x2d\x8b\x4e\x5b\xa2\xc6\x70\x9e\x21\xef\xb0\xf4\x05\x57\xdd\xa7\xed\x04\xb1\xda\x7c\xd3\x54\x10\xf9\xc3\xc8\x88\xbf\x83\x6a\x06\x24\x00\x13\x50\x03\x0c\x00\x1f\x10\x01\x31\x80\x07\xb8\x80\x2d\x66\x18\x45\x3f\x87\x9c\x84\xbd\x16\xa9\xa5\xb9\x37\x79\xec\xa7\xbc\xea\xfa\xc5\x81\x9a\xa5\xea\xf5\xa5\xc1\xac\x3a\x97\xcc\xfb\xe0\x56\x3b\x53\xad\x40\xd1\x38\x86\x21\x5c\x5a\xc0\x0c\x38\x80\x14\x60\x02\x14\x80\x1c\x40\x00\x2a\xc0\x06\x04\x40\x11\xc5\x9a\x44\x9e\x99\x49\x98\x51\x65\xf0\x09\xb3\xfb\x9b\x08\x9d\x2c\xca\xda\x80\x9e\x89\x79\x8e\x4d\xb5\xb1\xe8\x66\xe4\x9c\xaf\x61\x97\x8e\xe5\xba\xf2\x12\xed\x2c\x22\x44\x73\x08\x4f\x80\x2a\x90\x82\xa1\x1e\x01\x20\x05\x64\x80\x02\x90\x02\x62\xf8\x14\xfc\x6c\x3a\x27\xbe\x52\x45\x33\x23\x64\xe7\xb0\x10\x8f\xb4\x8b\x8a\xed\x2e\xbb\x19\xee\xfd\xdc\x59\xc5\xf6\xfc\x42\xec\x68\x3b\xd7\x4b\x23\x4d\xd9\x7b\x6e\x7d\x8a\x40\x74\x0a\xc0\x07\x73\x7f\x52\x02\x32\x18\x8b\x41\x05\x54\x40\x0e\x48\x60\x1d\x53\xd1\x71\x2d\xcb\x0c\xeb\x15\xd9\x0f\x06\x16\x25\xcf\x94\xde\x75\x28\x4d\x86\x1f\x35\x2d\xb6\x77\x97\x96\xe9\x24\xa4\x79\xeb\x9b\x4b\xaa\x24\x0a\xe6\xd3\x2b\xe2\x61\x00\x02\x80\x0f\x08\x01\x01\x60\x05\xc8\x80\x14\x88\x00\x39\xc0\x0a\xb8\xd1\x21\x64\x9a\xec\x8a\x92\x15\xda\xed\x36\xdf\xfd\x13\x12\xde\x17\x5b\xb7\xee\x8d\xd5\x5c\x54\xaf\xe5\x0e\x62\x56\x87\xa6\x79\x07\x7e\xb1\xed\xd0\xe6\x93\x08\x64\xb3\x21\x75\x43\x2e\x05\xd4\x80\x14\x08\x00\x1a\xc0\x00\x7b\x17\x8c\x40\x04\x30\xa1\x9c\x92\xbe\x60\x8b\x94\x50\xd0\x6a\xb7\xd1\xf2\xbd\x48\xd0\x28\x76\x6d\xc1\x1f\xc3\xbc\xc2\xda\x99\x18\xd3\x6d\xc2\xcb\x29\x8f\x98\x73\xb9\x34\xb2\x96\xbf\xe6\xbd\xa5\xde\xc7\xb6\x04\x92\x30\x05\x87\x0a\xa6\x46\x91\x00\x7e\x20\x00\x08\x91\x6b\x48\xec\x58\xda\xc4\xd5\xb4\x2c\xac\x88\x7d\xfa\xe2\xbe\x16\x07\xb7\x7c\x19\xab\xfe\xf4\xfb\xa5\xf6\x2c\xa4\x03\xad\x38\x2d\x7e\xcb\x07\xdf\xb2\x4a\xfd\x4a\xb4\x8e\x85\x90\x38\x10\x09\x02\xc8\x00\x0a\xec\x9d\x10\x02\x0e\x20\x04\x90\x80\x02\xe2\x3c\x71\x20\xf3\x67\xb1\x30\x8d\x08\x2b\x13\x9f\xcb\x38\xb3\xc2\xd1\x16\xff\x51\xdf\xfb\xa8\xe3\xaa\xe5\xe4\xde\xfd\x6a\x8b\xb4\xdf\x21\xc4\x8e\xe7\x06\x2c\x72\x14\x3c\x44\x54\x25\x98\x9f\x00\x04\xc6\x7f\x48\x00\x39\xc0\x03\xcc\x80\x02\xe8\x20\xf4\x12\xfd\x62\xae\x12\x2d\xd2\xa4\xb1\x0c\xf2\x29\x8f\xf7\x28\x2a\x6d\x09\x19\x0b\xfe\x43\x7e\x59\xbd\xb1\x3b\x72\xdd\xf8\x23\x5f\x2f\x26\xc3\xb3\xc4\xdc\x45\x8d\x5e\xa4\x9f\x99\x8f\xa8\x1e\x21\x12\x48\x00\x5c\x40\x08\x63\xc6\x5c\x80\x15\x50\xc3\xc3\x11\x6a\x31\x17\x8a\xaa\xa9\x1f\x5a\x39\xf8\x88\xc6\x1f\x16\x09\xb6\x0a\x4c\xc0\x41\xa1\x1f\xdf\x3d\x27\x9c\x29\xe9\x52\x2a\x77\x4a\x99\x0d\xbc\xb4\x7f\xa9\xf7\x5d\x36\x9a\x87\x91\x4a\x0b\x53\x05\x40\x00\x25\x60\x02\x84\x80\x02\xc6\xa7\xc4\x81\x0b\x7e\x2e\x63\x9b\x28\x9a\xfa\x17\xf3\x33\x9f\xb9\xd8\x85\x82\xcb\x96\xd2\xb1\x0d\x28\xf4\x2b\xdd\xd1\xd0\xca\xc8\x60\x54\x83\x42\x2e\x67\xd4\x94\xc7\x84\xb9\x9a\x5a\xaa\xa8\x33\x0b\x15\x31\x26\xfc\x15\xa0\x06\x44\x40\x08\x10\x03\x71\x80\x0e\xd0\x80\x29\x5e\x29\xfd\x37\xe1\x2f\x6a\x22\x16\x27\x5e\x8d\x71\x49\x85\x6c\xad\x46\xe3\x10\x28\xf4\xa1\xfe\xad\xe3\x8e\xcd\xe4\xb3\x0e\xe6\x52\xa7\xe4\x9a\xc0\x3b\x07\x4b\xfd\x43\x79\x2c\xde\x0f\x34\xa2\x58\xf6\x00\x07\x70\x01\x5a\x60\x07\x64\x01\x1f\x60\x05\x26\x58\xa8\xd4\x82\x3c\x81\xf2\xd4\x06\xd3\xce\xe4\x41\x63\xe9\x68\x65\x17\x4f\x61\x6d\x54\xb7\xab\xaf\x70\x97\x6e\xfa\xbf\xd7\xcd\xe4\xbc\x89\x0e\xf7\x32\xb2\x14\xd6\xdc\x90\x30\x65\x0f\x20\xb5\x47\xca\x00\x0c\x80\x12\x70\xc2\xf2\x4d\x26\x70\x9f\xb0\x14\x68\x90\xf8\x16\x15\x8b\x4d\x0a\x5c\xaf\x22\x12\xb2\xa5\x6a\xbf\x0d\xa0\xc0\xd0\xaa\xee\x02\x6b\xcb\x60\x52\xa3\xa3\xbf\xac\x3c\x55\x25\x24\xc7\x05\xcf\x84\x4f\x79\x4c\x98\x9a\xe1\x94\x00\x11\xd5\x05\x03\x03\xeb\x27\x6e\x2b\x41\x38\xb1\x2d\x24\x94\x62\x90\xd5\x46\x5c\x42\xb3\xd5\x5a\xda\xf7\x6b\x42\x72\x31\x59\xeb\xc2\xf8\x5f\x6d\x16\xd7\xda\x2f\x25\x96\xc6\x07\x31\x1a\xa6\xf3\xd3\xe2\x7d\xfd\xce\xed\x5e\x1b\x38\xc9\xab\xf3\x7f\x65\xf4\xa0\xc0\xa4\x66\xa5\xfd\xce\xc8\xcd\x32\xce\x7e\xcc\xfd\x56\xa0\x58\xb4\x51\xd1\xd3\x68\xc2\x05\x21\xcc\x21\xe3\x63\x75\x56\x2f\xf9\x7c\xe5\x5f\xb7\x5e\xee\x0b\xbf\xad\xf9\x69\xc5\x2e\xeb\xaa\xb8\xcc\x9d\x28\x55\xaf\x16\xeb\x8f\x7a\xbf\x15\xfb\x45\x38\x79\xc2\xf8\x2d\x85\x4c\x45\x7d\x24\xdd\x64\x69\x15\x5b\xd4\x0e\x74\xb2\x4c\xce\x6d\x15\x7c\x2b\xe2\x8b\x0a\x57\x5b\xb8\x46\x9b\xd6\xff\xb7\x5d\xa6\xe2\x7a\xe2\xd5\xb3\xd5\xc0\x91\x8a\x56\xbf\xd2\xa1\x74\xf8\x48\x6b\xef\x6d\xfb\x54\x93\x68\xf5\x3c\x85\x65\xe5\x22\xb5\x6a\xcd\x4b\xdd\x55\x23\x8b\x27\x91\xd6\xde\x4e\x12\x5e\x49\xc1\x2a\x31\xcf\xb3\xe8\xab\xc5\x7b\xcc\xe6\xd2\xf6\xff\xd6\x0f\x7e\x28\xbd\x99\xd8\xbb\x98\x1f\x1f\x84\x6f\x01\xe5\x48\x99\x0b\x31\x6f\x03\x22\x5c\x4f\xad\x8c\x4d\x21\x66\x03\x96\xef\x6c\x15\x1c\xe1\x5c\x5b\xbd\x7a\x02\xa2\xc3\x26\xe3\x93\x33\xcb\x8b\xe1\x6a\x04\xdb\x36\xc6\xfc\xd7\x9e\x9f\xe0\xff\x0b\x7d\xed\x4e\xcf\x76\x5e\xcc\x3f\x0c\x1d\xb4\x3d\xad\xe2\xcf\x13\x4c\xd6\x8d\x58\xf1\xed\xf6\xc8\xf4\xfa\xe9\x27\x14\x98\x10\x1a\x1f\x79\x1e\xdf\x97\x9a\x93\x13\x50\xb2\x52\x97\xd6\x7e\x37\x30\x30\xa5\xb9\x5a\xf8\xe2\xf6\xfd\xd7\x7f\x4e\xf8\x63\xf3\xc9\xfd\x2c\x65\xef\x60\x99\x70\x4c\xf8\xa9\x76\xfd\x65\x69\x5e\xf6\xfb\x24\x48\x2c\x72\xbc\x78\x52\x58\xea\xc7\xcc\xdb\xbc\xd0\xe2\xf7\x95\x1f\x1b\xde\x75\xaa\x0f\x11\xcd\x10\x3e\xa3\xdd\x8b\x3a\xa9\xf8\xb0\x77\x9f\xf9\x2f\x06\x62\xf7\x71\xee\x3c\xea\x10\x71\x87\x7a\xf5\xd3\x3c\xcb\x44\xc7\xb0\x4d\x9f\x70\xe7\x66\xab\x69\xa3\x72\x1d\x5f\x35\xa4\xe2\x63\x79\x6d\x83\x6e\x77\xd1\x44\xda\x4a\xfe\x3e\xff\x59\xf8\x2d\xfe\xef\xac\xff\x10\x90\x8e\xcf\xf8\x97\x7b\x2f\xf7\xb6\x08\x96\xe4\xa7\x04\x86\x6a\xba\x67\x5a\x2f\x1b\xe4\xaa\x9e\x95\xc6\x16\x1c\xe7\x6c\x67\x46\xa7\xf9\xa4\x48\x25\x73\xe6\x31\x55\xcf\x77\x88\x0c\x4b\xce\x93\x6c\x3d\x3f\xb6\xbc\xe6\x7f\xf8\x57\xc3\xd9\xa7\xaa\xb3\xc0\x3d\x83\x65\xcf\x89\xc7\xfe\xa5\x0e\xb6\x06\xc5\x8a\xef\x45\x9a\x39\x8a\x69\x0e\x89\x92\x31\x76\x11\xd4\x21\xcf\x02\xf5\xfd\x1e\xfc\x05\x62\xec\xb2\xcc\xcb\x53\x5b\xf0\xfb\xd1\x66\x1c\x36\xe5\x8e\xa2\xaf\x2d\x7f\xb7\xfc\x8f\x01\x9d\x4e\x6c\x37\xce\x6d\x0c\x71\x75\x08\xd5\x19\x95\xc6\xe6\x7a\xa4\x5e\xc4\xe5\x47\x28\x04\x95\xf9\x14\xbb\x5f\x39\x5b\x3a\x50\xd9\xd4\x5b\x41\x6c\x74\xbc\xe5\x22\xde\xa7\x0d\x16\x5f\x37\x94\xf4\x3a\x4d\xb7\x6d\xa6\x1d\x1f\xde\xa6\x41\xcb\xa1\xd0\x1f\xb8\x97\x36\xdb\x3b\x33\x06\xbd\x57\x4d\x26\x65\xa3\x39\x6a\xc9\x94\x51\x69\x41\x71\xde\x52\x2e\x55\x76\x32\x16\x89\x26\x3e\xfa\x15\x3a\xbc\x1a\x8b\x6a\xb2\x3a\x5f\xac\x69\x3d\x09\xc3\xca\x92\x1f\x0a\x03\xea\x37\x7b\xc7\x67\x79\x77\xd0\xce\x85\xbe\xc8\x41\xa1\x37\x7c\x2f\xd0\xe6\x83\xfb\x16\xeb\xed\x0b\xdf\xa7\xf2\x45\x45\x07\x2c\xbb\xbf\xb3\x97\x37\x3f\x36\x5c\xd7\x0e\x53\x65\x92\xff\x29\xf5\x5e\x9c\x41\x38\x55\x10\x48\x57\x6b\x57\x5b\x4a\xb8\x75\x84\x74\x25\xe3\x14\x11\x36\xd6\x0c\xd4\x2c\xfc\x7c\xce\xfa\xb6\xf3\xc7\xf6\x69\xff\xb3\xde\xc1\x84\x86\x87\x02\xd1\x44\xce\x10\x0c\x8f\x2d\xbb\xce\x27\x0e\xba\x3b\xaa\x85\xb2\xb7\xe2\x15\x02\x1f\xb8\x63\xd9\x04\x99\xe8\xe8\x34\xa9\xe7\xb8\xb7\xa4\x25\xb5\x12\x2d\xb0\xdc\x06\x42\xc7\x52\x65\x4a\x13\xdb\xe0\x47\xf5\x9e\x61\xbf\x56\xb8\x7d\xfb\xbc\x62\x72\xb9\x8d\xa7\x84\x3b\x41\x2f\xa0\xc2\x79\xc8\x5c\x47\xf7\x46\x45\x56\x1a\x57\x68\x8a\xab\x86\x79\x8f\x66\x84\x9c\x8a\x28\x1f\x8f\x01\x0b\x17\x3b\x91\x96\x99\x6f\x43\xee\x8d\x9e\xa8\x4d\x88\xcf\x64\xf4\x50\xf6\x65\x2d\x71\xf7\xde\xdc\xf6\xae\xe3\x65\xe7\x9a\xfd\x40\x70\x95\x68\x6a\x72\xd0\x8d\x13\x30\x39\x52\x9f\x92\xf1\x17\x32\xe0\xf8\xc1\x70\x4b\xb9\x48\xec\x89\x33\x8b\x46\x01\xdf\x0c\x04\x80\x2f\xd2\x1e\x99\x31\x7b\xac\xc4\x07\x3d\x4d\xdb\xa7\xbe\x8a\xe1\xc6\x79\x9e\xf5\x76\xed\xaf\x27\x92\x37\x4e\x4e\xcb\xe6\xcd\xda\x7b\x73\x0f\x22\x46\x5d\xef\x4c\xde\xa8\x70\x88\x13\x70\x0f\x30\x15\x52\x71\x12\xc7\x62\x07\xa2\x40\x40\x14\x60\x02\xf2\x80\x0e\x70\xc0\x1b\x93\xe8\xb2\xc4\x8a\x28\xaa\x8a\x99\xc4\x3b\x4f\x86\xa0\xa4\x69\x97\xbe\x6e\x6f\x9d\xb8\xdd\xe8\x7e\xce\x34\xde\x5e\xfb\x39\x1d\x12\x8c\x67\x8f\xa5\x93\x26\x79\xc3\x31\x4a\x97\x09\x61\xc4\xfd\x84\x7a\x05\x74\x01\x3b\x4c\xb3\x96\x06\xec\x80\x0a\x68\xe2\x04\xd2\x94\xf0\xec\xc8\x8c\xe8\x06\xd9\x0e\xfa\x96\xc4\xe9\x16\x28\x36\x5a\x0c\xb3\xaf\xa8\x6f\xa9\xf7\x5f\x54\xc6\xa4\x1c\x05\x44\xdb\x70\x6b\x3c\x88\x5a\x33\x85\x13\x7d\xc0\x1c\x40\x98\x07\xbc\x00\x15\xa0\x03\x0c\x60\x04\xf3\x52\xa2\x01\x6e\xb4\x31\x32\x23\x36\x55\x31\x6b\xb5\x6f\xe6\xf4\x1e\xbb\x51\xc4\xd9\xfc\x35\x14\xbd\x97\xf3\x61\x2b\x65\xbd\x83\x55\x34\xa9\x87\x81\x21\x36\xc6\x1a\xc3\x22\x24\xf4\x9d\x38\x41\xc0\x1c\x88\x01\x79\x40\x0b\xa8\x00\x19\xcc\x37\x88\x0b\x64\x00\x27\x62\x17\x61\x27\x23\x8b\xc0\x81\xe2\x92\x31\xa6\x33\x67\x08\x75\x1a\x4e\xf9\xeb\xce\x99\xa9\xdb\x95\xc3\x81\xf8\xda\x82\x4c\xe7\xe0\x17\x76\x9d\x5a\xa7\x62\x16\x8c\x3f\xf0\x37\x40\x0b\x48\x03\x0e\x30\xbc\x45\x07\xfc\xb0\x13\x68\x80\x3c\xe0\xc5\x49\xa3\xb6\xe1\xb1\x97\x89\xd5\xa3\xb7\xfb\x14\x48\x9c\x8c\x59\x22\xd2\x96\x34\x1e\xb6\x51\x37\xba\xd4\xf4\x3d\x37\x27\x7c\xd8\xa9\x51\xef\xa3\x94\x07\x7b\x27\x44\x07\xc5\x11\xe0\x00\x12\xc0\x07\xd0\x01\x19\x80\x00\x14\x98\x93\x92\x1b\x10\x62\xe0\x92\x23\xb1\x2b\x48\x38\x6b\x3e\xb1\xa6\xf0\x31\x8c\x87\x14\xf2\x35\x75\x0e\x3f\xee\x7d\x9a\x39\x6b\x27\x2e\x12\x89\x25\xf2\x60\x30\x11\x56\x74\xe7\x4b\xa2\xd1\xc7\xb6\x87\xbd\x7f\x71\x18\x87\x62\x83\xf1\x08\x66\x40\x0d\x34\x90\x4f\x88\x27\x99\x59\x44\x8a\xd4\xda\xcc\x99\xbc\x7c\xa3\xa3\x73\x57\x1b\x3a\x07\xb3\x8f\xb0\x97\xa2\x7a\x0a\xca\x73\x12\xb7\x7c\x3d\xac\x82\x34\x54\x44\xbb\x99\x25\x89\x22\x11\x51\x00\x3f\xa0\x03\x04\x80\x12\xf0\x03\x1c\x80\x02\x94\x01\x15\xa0\x83\x3f\x21\xd0\x67\x60\x11\xf4\x54\xbe\x33\xfd\xea\x96\x1d\xf1\x21\x3b\xa3\x56\xaa\x7f\xf8\x82\x6f\xdd\x76\xb0\xa1\xe6\x32\xe3\x32\x24\xdd\x61\x57\xef\x46\xe6\x9a\xcb\x84\x62\x17\xc3\xf6\xff\xb1\x50\x80\x0a\x4b\xb3\x10\x00\x22\x40\x0d\xd4\x00\x15\xc8\xc2\xe3\xa3\xab\x14\x60\x53\x2a\x32\x69\x73\xed\x0b\xef\xcb\x62\xaf\xb5\xee\x97\xb8\xea\xd9\x99\x9a\xc0\x6b\x4e\xcf\x8f\x88\x21\xf0\xe0\x7e\x92\xaf\xc2\x2f\x24\xc1\x30\x41\xc0\x0b\x8f\x05\xa4\x00\x21\x60\x04\x64\x30\x2f\x08\x16\xcc\x99\x8a\x8b\x73\x47\x6b\xc8\x57\xac\xc4\x6f\xdc\xeb\xba\x1a\xa1\x94\x95\x59\x93\xdd\x17\xf8\xe9\xee\x25\xcb\xdc\x9b\xae\xc5\x32\xa7\xa4\x0d\xff\x68\xdb\x71\xed\x66\xc9\x0b\x8e\x3f\xe4\x3a\x68\x13\x40\x1d\x30\x00\x01\x80\x0d\x48\x00\x09\xa0\x03\xc4\x00\x0d\x70\x60\x33\x51\x0f\xf3\x49\x2a\x54\x19\x5d\xb8\x3a\x86\x23\x66\x71\xd7\x3c\xf6\x8d\xdc\xdf\x9f\x72\xad\x22\x0e\x84\xd4\x86\x65\x19\x85\xaf\xb9\x2a\x98\x70\x28\xc5\x09\x4c\xd3\xe7\xe0\x53\x03\x31\x98\x8e\xc4\x03\xb8\x01\x05\x6c\xa2\xc4\x09\x44\xb0\xe4\xa9\x6e\x78\x73\x14\xd8\x8d\x57\x5c\xdf\x86\xbd\xcf\xb2\xad\x09\xee\xf3\xff\x13\xf7\x56\x71\x5b\x73\xfc\x77\x2b\x55\x51\x6f\x82\xb8\x9f\x8c\x35\x9f\xd6\x3b\xc9\x46\x0e\x4b\xb2\x68\xd4\x7d\x40\x09\xc8\x81\x00\xac\xd7\x84\x14\xd0\x01\x36\xc0\x80\xa1\x45\xb5\xcd\x73\x2b\x57\x6f\xc4\xe1\xda\x1f\x4e\x9e\x65\x52\x63\xd7\x1f\x00\x85\x5e\xef\x1d\x38\x2e\xe0\xf4\x3a\x55\xab\x67\xa2\x84\xa9\xb8\x14\x1a\xe7\x2b\xa9\x09\x62\xd2\xcf\xe2\x93\x01\x42\x80\x09\x98\x00\x2a\x60\x02\x24\x80\x08\x48\x01\x12\x74\x23\x4a\x35\x9e\x1f\x72\xaf\x0d\x9f\xbb\xc4\x87\x66\x64\x7c\xa8\xa1\xe8\x63\x87\x42\xbf\x85\x9c\x6e\xad\x8f\x8e\x8a\x36\xcb\x15\xc6\xc5\x1b\xf9\x46\xd8\x70\x68\x7f\x95\x8a\xe4\x14\x25\x67\x40\x55\x00\xfc\x80\x16\xd0\x03\x1e\x20\x0e\x58\x00\x06\x60\x43\x49\x27\x85\xb2\xfe\x96\x08\xd5\x52\xb4\xca\xf6\x1d\x8f\x6b\x2f\x64\x6f\xd6\x86\x42\x1f\x1b\xde\xf7\xef\x67\xce\xb1\x76\x23\x57\xf1\x64\x50\x85\x79\xbb\x7a\x99\x86\xaa\xe8\x0b\xeb\x33\x9e\xe0\xaf\x03\x2c\x80\x0e\xdc\x00\x2a\xec\x6f\xa1\x0c\x04\x11\x93\x48\xdc\x59\x2b\x24\x58\xb4\x2e\x6c\x22\xfd\x69\x93\xa4\x4b\xb2\xdb\x61\x29\xcc\xcf\x4f\x8f\xcb\x9f\x65\x0c\x1f\x37\xb3\x17\xce\x24\xb4\xfb\x0b\xd8\x99\xe8\xbd\x96\xfd\xc9\x63\x4a\x25\x8f\xfe\x0a\xb0\xc2\x9d\x23\x8c\x23\xfd\x41\xf9\x86\x76\x80\x91\x8a\x13\x42\x63\xcf\x17\xa4\x50\x65\x74\xef\x62\x15\xf6\x31\x33\xa7\x46\xbc\x17\xd6\x5d\xf0\x50\xf6\x6e\x6d\xaf\x7a\xd6\xb9\xdb\xb5\xea\x59\x16\x6f\xe4\xa2\x27\x8b\x25\x8a\xc6\x8e\x84\x3b\x5b\x19\xa9\x26\x26\x1c\x76\x26\x6e\x0b\x3e\x94\xa8\x86\xe4\x15\xa4\x99\xa2\x83\x5d\x5c\x22\x54\x8b\xc9\x9a\xc1\xd7\x20\xbe\xac\x08\xbe\x25\x71\x8c\xe8\x2f\xc4\xd9\x3e\x7a\xbb\xc6\x3d\x86\xda\x0a\x29\x79\x9b\x02\x1f\xf2\xc2\x85\xda\x14\x4e\x85\x4f\x84\x87\x49\x98\x22\x93\x7a\x8c\x2e\x82\x31\x82\xe5\x1b\xfb\x3d\x37\x05\xdf\x94\x70\x81\xb2\x85\x09\xb9\x4b\x6f\xd8\x64\xc6\x65\x35\x51\x8f\xc1\x5c\xef\xff\x9d\xf0\xb3\xfb\x1d\xc3\x7e\xfe\xfc\x45\x5f\x5c\xbd\x6f\x7e\x71\xbc\x90\x7f\x97\xc3\xb5\xa1\x82\x92\x8e\x08\x16\xcf\x22\xff\x80\x50\xae\xe8\xa2\xa4\x83\xcc\xbd\xc2\x86\x2a\xa3\x16\xbf\x81\x82\xed\x73\xbf\x57\x09\x1e\x45\xda\x2d\xbe\xa3\xad\x6b\x7f\x6f\x88\xfd\x6c\x76\xea\xb2\xe9\x34\x99\xde\x55\x55\x75\x97\xa3\x16\x2b\xe1\x1b\x68\xbf\x6d\xc2\xa1\x6e\xaa\xf0\x47\x79\x4f\xed\x48\x8b\x42\x77\xd7\xf0\xde\xf4\xde\xf2\xc2\x3e\xd0\x4d\xc9\xaf\x38\xca\x3b\x6b\xb6\x46\xaa\xe7\xe7\xdc\xcf\xe7\x7f\xef\xe8\xff\xad\xf8\xc1\xf9\x90\x71\x65\x72\xe4\xbe\xed\xb6\x42\x34\x9b\x30\x36\x32\xa0\xd6\xf5\xde\x92\xd7\xd4\xc9\x1c\xc9\x0a\x62\x6b\xe0\xc8\xe7\x9a\xed\x45\xe9\xaf\x17\x2a\x18\x63\x9b\x0a\xf2\x88\xca\xb5\xdb\x11\xc7\x09\xd6\x97\x4e\x8a\xfe\x41\xdf\x6f\xdf\xde\xe8\xec\x57\x2e\xda\x0d\x77\xb6\xc7\x57\x6b\xe4\xe5\x24\x97\x44\xd4\xf8\x1a\x7a\x74\x79\x8b\xfa\x59\x05\xc6\x87\xea\x45\xfe\x8a\x6b\x4d\x51\xcb\x4a\x2d\xdc\xab\x72\x6e\x81\x74\x9b\x8f\x1e\x2f\x4d\x1c\x40\xae\xfe\x33\x07\xb9\x3b\x3c\x6f\xdb\xff\xb1\x9c\x32\x2e\xfc\xf4\x77\xc3\x52\x19\x5b\xf6\xe7\x44\x89\x58\xba\x78\xb3\xa4\xaa\xd4\xb3\xcc\xb1\x3c\xce\x62\xb7\x8a\x86\x7a\xf5\xb6\x2f\x7d\x33\x13\x2a\x8b\xf0\x9b\xc6\x87\xfd\x6f\xd0\xbf\x75\xfc\x8b\x81\x88\x7c\x2c\x3e\xd7\x7b\x99\xb4\xfd\x75\x75\x7d\x1e\x75\xc2\x76\x98\xb9\x77\xaa\x0b\xa9\xf5\x69\x63\x4f\x5d\x55\x75\x7b\x65\x50\x85\x7c\xa3\x74\xef\xd5\x64\xc7\xea\xdc\xf3\xae\x73\x70\x7b\xf0\xbb\xf3\x3f\x0c\x84\xf7\xee\xfc\xb2\xfe\x65\xd3\xe6\xe9\xe2\xcf\xc9\xca\x21\xc2\xee\xea\xd6\x67\x0d\x7c\x55\x0b\xa5\x09\x85\x22\x39\x5f\x32\xbf\xa5\xfd\x4c\x29\x4b\xf6\xca\x3b\xad\x95\xef\x5c\x1b\x29\x5f\xe0\xdb\x9e\x3f\x8e\xbc\x96\x79\x48\xfa\xfb\xf9\xa0\x4f\xde\xa7\xef\x77\x4f\x96\x85\x26\x66\xfa\xb3\xda\xd7\x1b\x48\x2a\x36\x8b\x78\x72\xf8\xd2\x2c\x13\x09\x62\x66\x22\x34\x42\x51\x03\x7f\xfa\x3f\x04\xe0\xc4\xf5\x64\xf7\x54\x24\xb4\xa2\x0d\x20\xcc\xbc\xda\xe4\x3d\x7a\x72\x8d\xf2\xfb\xaf\xcd\x2a\x9f\x83\x4e\xb5\xb6\x54\x67\x87\x06\xaf\xdb\xbf\xd5\x91\x94\x2a\xe6\x3c\xa4\x16\xc7\x95\x47\x70\x06\x39\xfa\x54\x7b\x68\xba\x10\x39\x58\xda\xc2\x59\xed\xd9\x69\xfb\x22\x46\x11\xa6\x1f\x94\x68\x35\xaa\xf5\x2a\x4d\x7b\x6e\xa2\x1d\x0b\xde\xf4\xfe\x31\x82\x42\xbf\x9f\x9d\xe7\x6f\xc5\xcc\xe0\xf4\xd6\x34\x06\x97\x99\x67\xff\x4e\xda\x8a\x52\x0a\xb2\xf1\x3a\x71\x21\xb0\x13\xb0\xc8\x34\x79\x69\x40\xa7\x8b\xaa\xc9\xa9\xd6\xab\x97\x6b\xfd\xe8\x39\x12\x4e\x9e\x62\x56\x98\x54\x5f\xda\xcb\x35\xe3\xbc\x0d\x4e\x67\xee\xca\xa0\xd0\x0f\x7f\xf6\xed\xe6\x3e\xf7\x08\xd7\xc9\x17\xa8\xa4\xec\x44\xd1\x07\xb8\xb9\xc7\xd8\xcb\x98\xd7\x1b\xda\x6b\x4b\xa8\xd2\x28\x48\x48\xfb\x4b\xd0\x88\xfe\x11\xec\x94\x4d\xd5\xb1\xb0\x2c\x75\xa7\x0f\x59\x4e\xda\x29\xb4\x6c\x68\xed\xb7\x9d\x57\xdf\x33\xba\x7c\xbc\x57\x3c\xfa\xba\x34\x39\xb0\x5d\xf7\x35\xef\x5d\x02\x61\xb0\xb9\x87\x89\x9d\xb8\xe9\xbd\xae\x98\xaa\xa2\xec\xa0\xb8\x9b\xc0\x0d\x0f\x1e\xc7\x18\x6b\x14\x4b\x21\x13\x07\xaf\x8a\x0c\x9c\x56\xba\xf9\xa6\xeb\x7d\xc8\x7c\x0a\x7c\xf1\x45\x33\x74\x58\x7a\x85\xf1\xe5\xee\xd5\xc6\x0e\xd2\xb8\x7d\xeb\xcb\x82\xd9\xf8\xfd\x00\x6c\x67\x26\xb3\x1e\x5d\x41\xe5\x26\xa9\x04\x21\x05\x2e\x15\xe6\x68\x5a\x65\x2a\x34\x0a\x6c\x32\x4c\x08\x0a\xf1\x0a\xad\x01\xcf\xbd\x74\xbb\x16\xb5\x05\xb7\x7b\x5e\xf8\x5c\x7a\x57\x05\x5d\x47\xca\xa4\xe8\x26\xfc\x25\xd2\xf2\x50\x0f\x5c\x79\x5f\x72\x55\x40\xb2\xfd\x1b\xa3\x5d\x35\x5e\x69\x5b\xc1\x00\x0e\x2c\x7a\x39\x72\x72\x42\x37\x9c\xef\xd8\xf8\x18\xe3\x68\x3f\x50\xbd\x50\x32\xf1\xee\x68\xb7\xf9\x98\x65\xa7\xf5\xa9\x6d\x42\x7d\x3d\xe3\x40\xae\x6a\x3d\x6f\xff\xe2\x42\xce\x81\xc4\x94\x49\xf3\x51\x76\x78\x04\xab\xab\xa2\x09\x89\x32\x87\x68\x05\xe7\x39\x7d\x12\x64\x1a\x37\x1b\x35\x11\x91\x1e\x74\x01\x55\xc0\x01\x20\xc0\x18\x90\xa1\x2f\x52\x70\x71\x8a\x48\x5c\x6a\x24\x99\x95\x79\xc0\x45\x78\x66\x2e\x55\xfa\x3e\xcd\x9b\xb6\xdf\x1a\x1d\x72\xac\x5a\x4d\x2b\x0c\x0a\xb6\xd3\xd0\x6e\x92\x88\x66\xab\xa3\xe8\xc6\x7b\x89\xaa\x05\x20\x40\x04\xe0\x03\x7a\x40\x0a\x53\x8c\x55\x01\x05\x8a\x19\x84\x90\x15\x4e\x14\x45\x45\xd3\x64\xcf\xd5\x2e\x9c\x34\x23\xa2\x6a\xfd\xe9\x8f\xd9\xe1\x67\x3b\x3d\x09\x95\x58\x29\x26\xfe\xe7\xd6\x7e\x1a\x48\xc2\x63\xf4\x75\xb8\x46\x88\xee\x80\x06\x68\x03\x0b\x40\x0c\x18\x00\x15\xa0\x02\x6c\x00\x02\xc4\xe0\xea\xf1\xcb\xe9\x36\xf8\x1c\xe5\xba\xf5\xfb\xec\x87\x03\xaf\x93\x1c\x4b\x58\xda\xac\xc7\x94\x16\xfb\x7a\x75\x2b\xbb\x53\xcd\x03\x09\x6d\x6a\x34\x56\x45\x8c\xe8\x57\x71\x76\x01\x21\x10\x02\x9a\x30\xcf\x1f\x3e\xc0\x02\xb8\x00\x17\xf0\x02\x29\xc0\x80\xd5\x43\xf1\x91\xe3\x4c\x52\x4f\x4b\xd4\xaa\xca\x27\x2d\xee\x7b\x7e\x5c\x93\xf4\x90\xe7\x4a\xf4\x00\x73\x2d\x67\xa6\x49\x48\x8c\xbd\xaa\x0e\x9d\x04\x1c\xcb\x1b\xe2\x5e\xc4\x0b\x40\x04\xf0\x81\x18\x60\x01\x74\x80\x08\x50\xc0\x6e\xae\xac\x80\x0b\xd5\x96\x14\x9f\xf9\xa3\x28\x9c\xea\xbe\xd9\x95\x27\x7e\x94\x4a\xb6\x75\x5d\x78\x3f\xee\x06\xc2\xa8\x5f\xd3\xd7\xdc\xb3\x48\x0a\x97\x1c\x43\x46\xb9\x00\xee\x20\x4a\x7b\x8c\x3e\x18\xee\xd3\x00\x3e\x40\x06\x68\x01\x26\x60\x84\xa9\x20\xf8\x08\x1b\x04\x22\xf4\x09\x02\x72\x8a\xd9\xc6\x5f\x5c\x89\x43\x3f\x64\xbc\xa9\x86\xef\xc1\xdb\x6b\x9e\x29\xec\x10\x28\x0e\x88\x5b\xf6\x02\x66\xfe\x2a\x75\x42\xa5\x0c\x61\xf8\xcf\xe1\xb2\x81\x25\x20\x02\x82\x80\x00\x50\xc0\x7e\x52\x02\x6a\x80\x02\x88\x70\xf0\xa9\xc5\x79\xf8\x65\xcd\x0d\x72\x1d\x95\x83\x8f\xd2\xe8\x2b\x29\xbb\xe0\x8f\xc0\x52\x5a\xef\x5c\xa5\x7e\x0a\x72\x40\xaa\x6d\xba\xf6\xb6\xe4\x08\xfb\x14\x19\x26\xea\x19\xc0\x01\x64\xb0\xe7\xf0\x01\x2a\x20\x07\x2c\x30\x17\x02\x1d\x46\x19\x05\x33\xe7\x82\x94\xa5\xce\x90\x9d\x55\x40\x49\x92\x72\xe9\xfb\x0e\xce\x8b\x83\xf5\xea\xe1\x8d\xba\xb6\x6c\x83\xf0\x19\x97\x2c\x63\x7e\x45\x3e\x7e\x16\x5a\x19\x5c\x1c\x20\x06\x70\x01\x23\xa0\x03\xd4\x80\x12\xf6\x89\x04\x01\x03\xc0\x45\xbb\x24\xcb\x61\x3f\x95\xe2\xd3\x99\xb0\x29\x0e\x60\x4f\xbc\x2f\x53\xee\xb0\xfa\xb0\xb7\x7b\x32\x71\xd9\x66\x52\xa4\x1f\x37\xee\x1d\x62\xa9\xa7\x51\x20\x16\xc8\xca\x43\x4a\x8c\xfc\x03\x30\x02\x5c\x80\x00\x08\x01\x29\x0c\xbd\xf9\x01\x1b\x60\x43\x59\x83\x98\xb0\xd3\x4a\xb8\x68\xbf\xb5\xb9\xf1\x7f\x97\x44\x5b\xb2\xd5\xb6\x74\xc7\xf7\xf2\xfd\xc2\xab\x9e\xca\xca\xbc\x34\x93\x60\x67\x47\x4b\x83\x38\x39\x57\x5e\x3d\xea\xdf\xd8\x75\x80\x18\xa6\x80\xa0\x03\x56\x18\xf6\x92\x03\x42\x80\x83\x9c\x4e\x5a\xcd\x46\x26\x81\xaa\x65\x6e\x0b\xef\x9f\x9c\xa8\x5b\xfc\xd0\xde\xfc\xdd\xea\xac\x78\x1d\x61\x98\xb6\x31\x22\x4f\x22\xfa\xab\x27\x93\x79\xb0\x7a\xa8\x68\x04\x4b\x04\x89\x26\x52\x20\xc0\x82\xf9\x58\x59\x00\x2d\x8c\x89\x30\x01\x26\x24\x21\xe2\x16\x56\x13\x09\x0d\x6d\x2c\xab\x5b\xbf\xbc\x84\xea\xe2\xc2\xb6\x8a\x3f\xbf\xdf\x5b\xed\x7e\x9b\xd6\xe8\x84\x94\xfe\x4c\x91\x08\x4c\x70\xc0\x35\xc0\x96\xe3\xe6\xb5\xa3\x3e\xc7\x86\x07\x10\xe0\x08\x44\x01\x0b\xac\xdb\x8c\x0c\x48\x01\x46\x84\x7a\xa2\x2e\x16\x4e\xb1\x0b\xcd\x08\x1b\x64\x3f\xe7\x84\xdb\x52\xf8\xb6\x41\x28\xf4\x53\xc0\x2b\xc9\x65\x95\x81\x27\x75\x33\xd9\x77\x51\x8a\x1e\x1d\xe6\x4e\xea\x2e\xa2\xef\x59\x89\x49\xb4\x11\x9b\x00\x12\x80\x00\x09\x80\x0a\x9b\x69\x61\x00\x31\xb8\x6b\x7c\x03\x3a\x1c\x89\x0b\xa5\xf7\x26\xc2\x81\x36\x91\x28\xd9\x2f\x6b\x44\xa0\xd0\x1f\xa8\x17\xfb\xdb\xbc\x13\x07\xed\x0c\xa5\x81\xc9\xaf\x82\x24\x1d\x32\x0c\x5c\xe4\xbb\xf8\xc6\x68\x3d\xb1\x7d\x00\x29\x60\x07\x84\x80\x0e\x48\x02\x12\x20\x0c\xa8\x80\x0e\x0e\x31\xcd\x3d\x5f\x95\x62\xba\x89\x98\x1b\x42\xc4\xd3\xec\xa6\xba\x20\x98\x76\x80\x77\xb0\xbb\x38\xdb\xef\x5f\x7b\x95\x53\x14\xfd\xc2\x1b\x58\xae\x6b\x66\x48\x54\xb0\xf3\x90\x7e\x40\x2a\x00\x94\x80\x16\xbc\x47\x20\x43\xcc\x44\x6e\x41\x65\x44\x2f\x22\x41\x62\xe9\x13\x3b\xd4\x14\xb5\x9a\xf3\xf5\x48\xc0\x2c\xda\x6d\x7d\x0a\xc3\xbb\x77\x67\xe7\x9b\x9f\x26\x4c\xdb\x23\xca\xea\x53\x95\x43\x84\x9d\x67\x4d\xe8\x95\x67\x05\x77\x18\xfa\xf1\x78\x51\x63\x31\x12\xb1\x44\x70\x1a\xf0\xde\x13\xda\x10\x7d\x25\xd5\xa7\x6b\xe0\x97\x50\x48\x37\xb2\x73\x4e\x0d\x3d\xcf\x30\xac\x7a\xdf\x03\xf3\x4f\xfe\xe9\xf9\xf0\x78\x90\xbd\x78\x30\x30\xd5\xc0\x91\x5f\x1e\xd7\xeb\x2b\x61\x0b\xd5\xe3\x97\xa5\xe5\x51\xa1\x3c\x25\x6a\x27\xad\x20\xd3\xa1\x98\xa6\xc6\xa4\xed\x62\x20\x62\xca\xe3\xb2\x97\xca\xd5\x76\xb0\x4e\xf2\xe5\x8c\x67\x2a\x34\x6a\x6e\x1d\xfd\x6b\x33\xdb\xd7\x84\xf3\xf1\xad\x87\x29\xca\x2e\xcf\xca\xe2\x4c\xbc\x88\x37\x1e\x55\x16\x27\x5a\x38\x92\xb4\xec\x03\x74\xb5\x8c\xdc\x4c\xcf\x59\xdd\x39\xd2\xb9\x7e\xf1\x2e\x0b\xd4\x8a\xdd\xab\x41\x9e\x70\xba\xa1\x87\x47\x65\x12\x57\xbd\xe9\xbe\x9b\xa3\xfe\x0b\xb5\x0c\x3f\x2a\x1c\xea\xae\xd4\x0c\xd7\xb6\x38\x94\x3c\x4f\x25\x0c\x19\x70\xf5\x7d\xe2\xaf\x1e\x26\x86\xc4\x67\x2e\xa8\x20\x82\x29\x4e\x2d\x95\x25\x3b\xa1\x28\xa9\xd2\xaf\x51\x66\x44\xec\x50\x11\xb0\x92\x78\x50\xac\xdd\x8a\x39\x3a\xb3\xf6\xf7\xdd\xfb\xfe\xf2\xd2\x73\x77\x61\xae\xa6\x2f\xb1\xfe\x57\x41\x4c\xe2\x42\x10\x9e\xb3\xa6\xc9\xa3\xba\x92\x12\x95\xca\x77\xf5\x63\x6d\x04\xbd\x26\xa3\x90\x27\x10\x8b\x13\xdb\xdf\xce\x3e\x3e\xcf\x63\x24\x72\x0a\x6b\x6b\xfa\x08\xe6\x17\x9f\xff\x6b\x47\xff\xed\xbb\x13\x8a\x4d\xcc\xa9\xe5\xa7\xdb\xb5\x54\x79\x18\xf1\x8d\x41\x8c\xae\xef\x2c\x9d\x9e\x28\x99\xbf\xb5\xba\xb7\xa3\x76\x7c\xea\xfa\xd1\x73\xc2\xcf\x26\x78\x39\xb2\x21\xe1\x36\x33\xa1\xfc\xae\xa3\x6c\x22\x79\x63\xe3\x34\xe2\x9f\x13\x7e\xf5\x7d\x60\x3e\x2c\x7f\x16\x3c\xce\xd8\xf9\xa9\x26\x3c\xbf\x28\xc5\x3f\xe2\xc6\x47\xcf\xd3\xc1\xfb\xce\x9f\x28\x48\x20\xf4\x5b\x14\x77\xdc\x50\xb2\x76\xc6\xc7\xbc\x37\xe5\x62\xf5\x3f\x3a\x91\x86\xc7\x97\xa3\x5e\x3a\x7c\x18\xfd\x37\x05\xf8\x4e\xf6\x36\xfb\x45\xe5\xca\xdb\x89\xe4\xee\x8f\x0d\x5f\xcb\x82\xb3\x95\x12\x66\x62\x47\x13\x08\x93\x05\xd2\x0c\xb2\x20\x79\x1a\xc5\x7a\x15\xce\xb5\x17\x2d\xfb\xdd\xb9\xc3\x7f\x66\xef\xd7\x50\xf7\xeb\x2f\xbf\xdd\x4b\xfc\xf3\xfc\xfd\xde\xc7\x9e\x73\xf7\x97\xad\xdb\x8b\xab\xcb\x73\xdf\x27\x5e\x0e\x6b\xf6\x91\x74\x59\xb5\xd1\x36\xa5\xd7\xff\xa8\xc9\xae\xe6\xae\x78\xd7\x8c\xdc\xaf\x37\xbd\xbf\x06\xff\xe2\xe9\x85\xc5\x27\x9b\xc7\xff\x36\x9b\x2a\xde\xfd\xb8\x1c\x79\x39\xb4\xf9\x67\x89\x7c\x72\x65\x48\xb9\x7b\xac\x8d\xa8\xc1\xa4\xea\x77\xe9\x7d\x11\x5b\xee\x71\xd6\xf3\x4c\xe1\x34\x9e\x14\xcb\xc2\xd5\xba\xf3\xa7\x74\x63\x90\xc5\xfd\x9d\xe6\x13\x99\xeb\xd3\x87\x7f\x9a\xdd\xd2\x6e\x03\x4f\xe3\x77\x6b\x97\xb5\x27\x5e\xf7\x3f\x6d\xff\xd5\xa0\x51\xf1\xbd\x28\x3a\x27\x35\x6d\x2d\x31\x3f\x76\x21\x52\x3f\xec\x55\xa8\x45\x50\x6b\x50\x49\x82\x67\xae\x49\x95\x42\xeb\xdb\x41\xba\x39\xac\xcd\xbc\x23\xbb\x6b\xac\x87\xbf\x76\xcc\xdd\x11\x1d\xff\xd8\xac\x9e\x5d\x1d\xbc\x69\x87\xd6\x49\x94\xfa\xe6\x92\xa4\xa6\xc4\x75\x44\x94\x04\x0d\xfb\x8a\x7a\x3a\x7b\x1a\xb8\x89\x39\x39\x3b\x31\x3a\x0a\xfa\x43\x62\xd2\x32\xa9\x4b\xe1\x1a\x9f\xf7\xee\x4d\xd7\x6d\xbc\x3b\x3a\xbc\xfe\xf8\x28\x01\x85\xde\x53\x9f\xae\x6f\x65\x4f\x7f\xea\xcd\x6c\x4c\x2b\x63\xcf\xa1\x4e\xfa\x13\x15\x15\x14\xe3\xad\xe4\x92\x67\xf7\x68\x95\x6d\xd1\x68\x8e\x63\x32\x6f\x2c\xa3\xff\x68\x40\x6a\x27\xe6\x2d\x18\x41\x95\x32\x54\x44\x50\xbf\xda\xf3\x38\x7d\xbf\x45\x71\x92\xfc\x29\xf9\x8f\xed\x3b\x96\x7d\xe6\x99\x82\x9e\x88\x3a\xa3\x02\x9f\x94\xfd\x28\xf1\x80\x62\xf7\x59\x7b\x3f\xf3\xe7\x46\x16\x3a\x7a\x9a\x0d\xea\xc8\xaa\x6e\xca\x5a\x8a\x0d\x8a\x42\x0a\x9a\x7a\x28\xd6\x54\x1e\x5c\xa1\x4a\xc9\xa0\xd0\xac\x81\xa4\x4f\x7f\xf6\xed\xce\xe2\x85\xe2\xdd\xde\x51\xf3\x32\x7d\xdf\xc7\xba\xc7\xbc\xbb\x04\xca\xe0\x16\x0f\x27\x3b\xa7\x27\x92\xba\x35\xaa\x3b\x72\x43\x32\xec\x12\x44\x62\x6e\xa2\xdb\xc2\x42\x42\x1a\xfc\x7d\x02\x0c\x72\x18\xda\xc5\x16\x78\xae\x3f\x42\x2c\x92\x95\x8b\xcc\x9a\x94\x07\xe1\x17\x6f\x5f\xa8\x5f\x05\x6c\xea\x8f\x7b\x34\x85\xe7\xb3\xc5\xc5\x04\x60\x3b\x7e\x36\xeb\xd5\x35\x57\xbe\x94\x06\x42\x5f\x79\x9f\x71\x55\xb1\xbf\x66\xab\x65\x29\x63\x6a\x67\x2c\x66\x90\xa4\x77\xe3\x7d\x26\xfd\x4c\xf3\x93\x79\x9e\x5b\x6c\x68\x6d\x6a\x6d\xe9\x43\x5b\xfe\x58\xdf\x1a\xe3\x29\xf6\x82\x7d\xd7\x54\x49\x5e\xc2\x90\xbf\x98\x03\xa1\x91\x96\x1a\xb7\xb4\xab\xe0\x22\x47\x13\x13\x13\x9d\x3c\x55\x3e\x79\x01\x99\x1b\x69\x2f\x31\x05\x61\x25\xc1\x35\xc1\x0e\xed\x3d\xcf\x84\x74\x93\xd6\x85\x25\xab\xc7\x8b\xc8\xa5\x2c\xbd\xea\xe9\x1e\xf6\xd9\xfc\x03\xa5\xb1\xa5\x7a\x8c\x6c\xcf\x08\x88\x2b\x9f\x09\x50\xc6\x15\xf9\xcd\xd9\x43\xbf\x44\x4e\x4d\xec\x8f\xbf\x8a\x3d\x87\xf9\x06\x1d\x17\x75\x0c\x39\x01\x19\x01\xf1\x12\x71\x80\xc0\x90\xbe\x9b\x7f\x51\x5e\x58\xcf\xd3\x3e\xc6\xff\x20\x81\xb6\xc8\xa6\x19\x8c\xa4\xae\x6d\xf4\x21\x55\x4d\xa4\x25\x05\x39\xdb\x89\x68\xc7\x4a\x68\xb3\xf9\x53\x40\xf0\xf1\x30\x09\x50\x52\x11\x0c\x00\x37\x10\x00\x78\xb0\xfb\x33\x1b\xe0\x03\x1a\xd8\x7b\x54\xa3\x5c\x26\x92\xde\x5a\x32\x96\xb6\x5e\x9f\x63\x2a\x72\xbd\x6a\x9f\xf7\x4d\x2f\x7c\xe9\x09\xad\x84\x4b\x51\xf5\xdf\xb6\x36\x57\x7f\x2f\x1c\x46\x4f\x81\x83\x8e\xe0\x0b\xc3\x49\x1c\xc0\x0b\x44\x01\x35\x50\x80\x79\x39\xd8\x00\x3d\x06\x16\xf9\x1e\x3b\xbf\x38\xbb\x7a\x85\x05\xbc\xa7\x4d\xd4\x41\x1e\x56\x9d\xef\x40\xc8\x62\x6b\xaf\x52\x65\x7d\xaa\x66\x20\x82\xcd\x9a\x66\xb3\xa8\x3a\xe3\x1a\x41\x35\xdc\x67\x98\xf2\x41\x07\x28\x00\x3a\xb0\x84\x25\x31\xd0\x01\x0e\xe0\x44\xda\x26\xf2\x60\x42\x14\x4c\x53\x22\x32\x3a\x72\xe1\x0e\x2d\x4e\x0f\xae\x3c\x79\xea\xb5\x12\x38\x40\x51\x4b\x93\xa9\x1a\x9a\xe6\x48\xa4\xfb\x4d\x1a\x91\x23\x8c\x6c\x17\xf5\x25\x6c\xe2\xc0\x0b\x9b\x01\xd1\x03\x26\x98\x07\x81\x1e\x50\x83\x23\xdc\x53\x1a\x71\x9e\x31\x59\x73\xbd\x51\xfb\x17\x81\x8f\x29\xb8\xa5\x85\xed\xeb\xeb\x3f\x47\x9d\x9b\xb1\xf3\x03\xa3\x42\xdc\xf8\x4c\xb2\x15\x6f\xf9\x7b\x68\x5b\x70\xa5\x60\x7a\x01\x26\x20\x01\x14\xb0\x09\x04\x0e\x2c\x95\x42\x03\x98\x30\xb1\xc8\x6b\x39\x04\x24\xf5\xb5\x19\x6c\xe4\xfc\xe2\x13\x22\x8b\x32\x5a\xea\xf7\xaa\x66\x86\x3b\x6b\x4b\x36\x13\x1c\xfd\x50\xad\x38\x35\x8e\xc5\x5a\x59\xa9\x48\x2c\x90\x3e\x00\x24\x40\x0d\x18\x01\x13\xe0\x02\x64\x80\x05\x08\x01\x02\x60\x0a\xc8\x50\xa0\xa4\x54\x2c\x10\x31\x2e\xf5\x18\xcb\x3c\x6f\x8f\x58\x8c\x82\xb5\x26\xbe\xd7\xdf\x57\x9e\xf4\x23\x55\xab\xa6\xf3\x07\x97\x38\x72\x18\xb0\xca\xf1\xf2\x30\x53\x15\x62\x79\x02\x32\xd8\xf7\xc0\x01\xcb\xd3\x90\x03\x26\xc0\x0c\x70\x01\x32\xc2\x47\xc2\x1c\x86\x65\x21\x71\x95\x5f\x66\x0f\x1e\x79\x31\xdc\xb9\x93\xf5\x41\x6f\x44\x37\xb9\x47\x7f\x37\x36\xe4\xf1\x46\x97\x79\x24\x99\x65\xa8\x5a\x08\xdd\x33\xfe\x21\xdc\x44\x44\x07\xf2\x30\x06\x86\x0e\x68\x00\x21\x80\x00\x08\xa0\x06\x18\x70\x9b\x78\xbf\xe8\x0f\x05\xf3\x95\x1f\xcc\x06\xdc\xcd\xa2\x10\x73\x53\xeb\x27\x3f\x1a\x3c\x47\x98\x76\xe9\x8c\x29\x6d\x4c\xca\x0b\xb0\xb1\x3d\xd5\x59\x96\x36\xe5\xdc\xa0\xc8\xc5\x98\x04\xc4\x00\x17\x50\xc0\x1a\x3d\x38\x01\x1b\x10\x06\xa4\x40\x1c\x60\xe2\xa9\xd1\xa9\x08\xc8\x2b\xf3\x98\x7c\x77\xb3\x8d\xf2\xc8\x49\xad\x6f\xfe\x52\xf7\xea\x6e\xb9\xb4\x9f\xa2\xd6\x23\x0b\x2e\x7c\xc2\x35\xdd\xe4\x50\x59\x55\xf0\x0d\xc3\x18\xc1\x20\x7c\x19\x10\x04\x2c\x00\x1b\x08\x03\x7a\x40\x03\x88\x60\x9c\x8e\x1d\x17\x9e\xd6\x81\x7f\x53\xe9\xdc\x04\xdb\x6d\x35\x82\x24\xbb\xa6\xae\xe5\xa7\xe2\xc5\xcb\x4d\xdd\x31\xdc\x96\xe2\xc2\xed\x04\x46\xdf\x0e\xeb\x47\xed\x78\x29\x05\x4e\x46\x0a\x67\xf4\x05\xd8\x14\x86\x02\xe0\xc2\x5c\x10\x14\x00\x07\x08\x00\x19\xec\x6d\x9a\x79\xfe\x24\xc5\x5c\x53\x2c\x37\xe3\x88\xba\xac\x91\xba\x5f\xd0\xef\x1f\xe8\x9f\xa7\xcf\x31\x75\x3f\xab\xfc\x91\xfe\x29\x4c\xc5\xa5\xda\xc4\x50\x19\x41\xf0\x9e\x61\x85\x60\x0b\x7c\x06\xd8\x40\x15\xa6\x25\x71\xc3\xba\x4d\x74\x80\x31\x56\x2f\x2d\xa7\x80\x99\x72\x95\x2e\x8b\x3b\x73\x34\x7d\xf2\x45\xc3\x16\x14\xfa\x85\xfe\xf8\xc3\xb3\x9d\x11\x86\x66\x85\x82\xb1\x78\x23\x5f\x75\x1b\x67\x1d\x02\x69\x04\x2e\x01\x8a\x74\x74\x59\x40\x09\x18\x00\x04\xe8\x00\x4c\x58\xa6\x86\x09\x90\xa0\x4e\x41\x5e\xb3\xdf\x4a\xa4\x6a\xed\xda\x46\xfb\x0b\x27\xe9\x94\x92\x40\xa1\xbf\xb6\xde\x5e\xee\x0e\x4e\x3f\xef\xc6\xa9\x42\x4a\x9f\x0e\xc7\x70\xd5\x30\x5d\x51\x59\x14\xbe\x61\x8a\x23\x8c\x82\x03\x00\x03\x60\x03\x69\xa0\x0a\xe7\x80\x00\x41\x2c\x43\xce\xc0\x62\xa0\x7a\xcd\x4b\x21\x9f\x69\x24\xe2\x7c\x11\x36\x91\x69\x56\x03\xdb\xfe\x70\x27\xfd\x7a\x76\xb5\x67\xd8\xbb\xa9\xbc\x30\x24\x7e\xdc\x5f\xcc\x4e\x5b\x5f\x4c\x4e\x93\x17\x8b\x6a\x1e\x63\x09\x89\x07\x15\x0d\xdd\x15\xb3\x0c\x7b\x1a\xd7\x05\x3f\x92\x10\x0d\x42\xc7\xea\x28\xd6\xaf\x91\x67\x39\xef\x23\x1a\x37\x55\x68\xdc\x82\xf9\xff\x4e\xf8\x51\xfe\x16\x7f\x4f\x62\x16\xd2\xed\x5d\x55\x96\xe9\x15\x89\xe5\xb1\x62\x91\xa0\xb1\x2e\xee\xc9\x76\x47\x42\x89\x8f\x46\xa4\x4a\xa2\x02\x89\x22\x5f\xa6\x3c\xa5\xa9\xa7\xb7\x65\xc2\x16\xf8\xa9\xe8\x63\x54\xe6\xac\x1b\x6a\x9e\x5e\x55\xf9\xb5\xfb\xaf\x5d\xe0\xb7\x75\xaf\x7f\x3e\x73\x1e\xd5\x69\xb9\x28\xfe\x92\xb4\x15\x4c\xef\xbc\x6b\x62\xaa\x6c\x2e\x64\x45\x1f\x4b\xf5\x40\x1b\xca\xa0\xc2\xd4\xc9\x4a\xcf\x2e\xcc\x85\xc1\xf3\x55\x00\x5e\xd6\x53\x17\xdb\x26\xd8\xb7\x30\x5e\xb0\x90\xb0\x99\x65\xc4\xeb\x2f\xd4\xa5\x7c\x9b\xb8\x5f\x32\x8f\xd0\xbb\x59\x77\x9d\x47\x13\x4f\xea\xaf\x64\x27\xa6\x5f\x22\x6f\xc8\x33\xc2\x51\xcd\x2d\xcb\x1b\xc2\xef\x23\x34\x2e\x3a\x23\xc1\x28\x15\x22\xc7\xa0\x99\x64\x81\xe0\xfe\x35\xc2\x27\xb3\xbe\x9a\xae\xfb\xcd\xec\xdf\x19\x8a\x3b\xd1\x93\xe8\x8d\xee\x89\x1f\x1d\x5f\x2b\xca\x32\x37\xa3\xd2\xbc\xa5\xad\xa0\x3a\xda\x52\xd7\x62\xa4\xe2\xa3\x52\x8c\x32\x6e\x0a\xb2\x4a\x5e\xaa\x67\x1a\xf7\x3a\xe7\x4f\x38\x9d\x3f\x05\x07\x27\xaf\x97\x94\xb4\x36\x8e\x91\xac\xad\xfc\xef\x84\x07\xfa\x2b\xa9\x97\x88\xcb\xe1\xc3\x25\xad\x8c\x65\x94\x69\x75\xe1\xf5\x1e\xd7\x96\xd1\xda\x4c\x2a\x54\x6a\xd7\x9a\xdf\x74\x36\x0c\x24\x8c\xc7\xcc\x0c\x2d\x2f\x6c\x47\x9d\xb8\xfc\xbf\xc7\xb3\xe6\xc3\xd5\x27\xf7\x67\x2c\xcc\xbd\x20\xfe\x07\x7c\xbf\x9c\x5c\xd0\xef\x5a\xcd\x3d\x0e\xa0\x37\xae\x97\x70\xa6\xdc\x85\xe1\x79\x60\x5b\x11\x98\xed\x5b\xfa\xda\x38\xdb\xfb\x38\x63\xb9\x1d\x7a\xed\xfb\xf5\x05\x6b\x47\x44\xc5\x31\x66\x9b\x54\xb5\x75\x55\x4e\x59\x6f\x3d\x39\xfb\x77\xa7\xe7\xd5\xed\xfe\xc9\x8b\x2d\xad\x99\xe0\xde\xac\xc6\x90\xa2\xd9\x94\xb1\x88\x0b\x5f\x49\xaf\x4e\x5f\xe1\x00\xa5\x60\xc5\xb0\x0f\x51\xbb\xf1\x9a\xc9\xf9\x19\xa5\xb9\x6b\x25\xb1\x35\xb9\xed\xd2\xa3\x76\xab\xb1\xaf\xb8\xaf\xff\xb3\xab\xf6\x81\xe3\x63\xee\xeb\xe3\xf5\xa9\xa9\xb5\xde\x9f\x4d\x51\xe5\x58\xd9\xf7\x09\x26\x71\x9b\x89\xac\x29\x4a\xe9\x96\xd9\x68\xf9\x74\xc5\x63\x15\xcc\xb5\x2d\x4d\xc7\x9d\xcb\x03\x75\x93\x0f\x4b\x9f\x9e\x9b\xbc\xd5\xfe\xf7\x9e\xde\xef\xec\xd7\x78\xe7\x1b\x87\x24\x3b\x92\xcf\x54\xe6\x63\x27\x7d\x86\x1f\xfa\x47\xbb\x87\x7a\xc6\x3b\xf2\xdb\xef\xdb\x24\x9b\x65\x1a\x05\x5b\xee\x06\xbe\xce\x22\xaf\x7f\x3c\x78\x7b\x99\x73\x67\xf3\xf8\xf2\x3f\x0c\xa4\xe4\x6e\xe9\x0d\xc9\x21\xd9\x96\xeb\x52\xf6\x94\xda\xd0\x4e\x8f\x7e\x5b\x75\x23\x4e\xf5\xb3\x0a\x87\x4a\x9b\x8a\xc8\x32\xe4\x22\xfb\x02\xdf\x5c\xe5\x62\xcf\xfa\x87\x6e\xf7\x71\xb7\xa5\x9b\xdd\xd1\x53\xac\x1b\xac\x87\x7f\xbc\x30\xe5\xb7\x5b\x27\xdf\xf7\x90\x97\xdd\x26\x35\x06\xd8\x3b\x12\x1b\x32\x2a\xab\x8b\xc6\x72\x8d\x32\x25\xd3\x2d\xd2\xdc\xd2\xce\x93\x45\x12\xed\x13\xe1\x63\x34\x93\xf4\xf2\x2a\xab\xf7\xdb\x69\x86\xd8\xe7\x71\xb6\x74\x8e\x29\xaf\x91\x1e\xfe\x72\xf4\xde\xce\x1f\x3b\x6d\x3e\xce\xb6\x0c\x7e\xee\xb0\xae\x9b\x2f\x43\xcd\x9d\x4e\x53\x89\x8f\x8d\x8a\x8e\xa8\x0e\x8d\x0a\x16\x09\x9a\x0a\x8a\x0a\xd4\xf6\x67\xf0\x65\x0b\x0c\x8b\x93\xcd\x9a\x2f\x4b\x68\xda\xed\x3b\x9d\x51\xdd\x24\x3a\x0a\xbd\x96\xfa\x9d\x01\x85\x7e\x01\x67\x0c\x5b\x7d\x53\x21\x3d\x05\x4d\xa0\xac\x3d\xa7\x37\xb9\x2e\x5a\x22\xd8\xd4\xc7\xc5\x23\xd1\x75\xd8\xe5\xca\x05\xd5\xf1\xd2\x51\xd6\x01\xc5\x76\xdb\x7a\xcb\xbe\xde\xe7\x67\xa4\x45\xea\x7d\x31\x49\x83\x54\x2f\xed\x74\xf2\xa6\xe9\x71\xd6\x2d\xef\x6f\xd1\x77\xec\x3b\x1c\x53\x7f\xba\x05\x6b\x43\x0b\xee\x52\xed\xa2\xfa\x03\x75\x3c\x4a\x1d\x16\xac\x18\xcc\xd3\x9f\x6c\x99\xd0\x1b\xfd\x31\xbc\x30\xf0\xd7\x0b\xd0\xe5\xd6\x2e\x36\x08\xb5\x61\xf3\x18\x08\x03\xc9\xcb\x85\x4f\xea\x33\x7b\x65\x67\x12\xb6\x8b\xce\xbc\xee\x16\x0f\xe7\x16\x4e\x7b\x82\x6b\x6e\x73\xdd\x13\x6a\x83\x53\x3d\x49\xed\x85\xcd\xcc\xf5\xd9\xb4\x33\xd5\xf5\xd5\x5c\x95\x03\x95\xaa\x14\x59\xe4\x0f\x65\x33\xa5\x2b\x64\xae\x14\xc8\x75\xea\x2d\x51\xdd\x62\x43\x42\x92\xaa\x0a\xbd\x1a\xda\xfb\x5f\x2c\xd0\xef\x57\xbf\xc5\xdb\x6c\x1b\xa1\x6a\x70\xc8\xa3\x8e\x5d\xf4\x97\x77\xca\x32\x17\xd6\x53\x53\x8d\x57\x40\x94\x8a\x16\x6f\x12\x51\x11\x66\x13\x62\x16\xe0\xe5\x73\xe4\x45\xe2\xa1\xe5\x61\xe1\x4f\x91\x89\xd5\x0a\x32\xf7\x71\x1d\x0b\x09\x48\x81\x2b\xa1\x6b\xf1\x1d\x91\x5a\x1d\x79\xbd\x3d\x3f\xdf\xbe\x50\x6c\x90\x48\xef\xdf\x6f\xef\x6d\x44\xab\x8e\x21\x13\x25\xf2\x91\x7f\x93\xdb\x91\x03\x99\x35\x8d\xc5\x8c\x91\x90\xc1\x88\x6e\x99\x96\x87\xe6\x90\x1a\x9f\x3e\x92\x97\x4d\xda\x45\xf3\xd2\xbc\xca\x9d\x3d\xdc\x26\x7d\xa6\x92\xb1\x8b\x7c\xea\xf7\x36\x64\xa4\xab\xde\x2e\x7b\x3b\x22\xdd\x75\xd8\xa4\x5e\xf9\xa5\x68\x2c\x37\x21\x8b\x2b\xfd\x3e\x75\x2c\x45\x26\x69\x02\x09\x3b\x61\x1d\x21\x0f\x1e\x37\x6e\x0e\x4e\x27\xce\x22\x21\x05\x9d\x2c\x2f\x9e\x0c\x9a\x76\x8e\x55\x97\xf7\x78\x4c\x57\x5e\x55\x7d\xc3\xc0\xb3\xa5\xca\x3e\xc3\x6a\xd2\xb4\xdb\xa0\x16\xbb\x25\x1d\x21\x49\x71\xf6\x79\xea\x49\x88\x1f\xe1\x15\xae\x31\x96\x36\xba\x06\x0a\x3e\x52\x07\xc2\x4b\xf8\x20\x38\x49\x30\x03\x34\x90\x04\x88\xe5\x99\xa8\x05\x1e\x15\x69\x8c\xac\x1c\x55\x83\x86\x53\x56\xcb\x94\x3a\x24\x17\xc5\x7b\x56\x2a\x29\x53\x7a\x02\x34\xad\xef\x34\x1a\x44\xc2\x18\xbb\x88\xaa\x30\xb4\x90\x45\xe0\x5e\x02\x2d\xc0\x06\x28\x00\x3f\x2c\x43\x41\x07\x20\xc0\x0e\xde\x08\x1f\x9e\x16\x8d\x77\x46\xe6\xb5\x6e\xb0\x6d\xac\x5f\x5f\xc2\x49\x91\x64\xb3\xe7\xe2\x97\x5e\xfd\xca\x3f\xa9\xfd\x81\xe1\xb6\x56\x5a\xbe\xe2\x6d\xac\xbb\x24\xbb\xc8\xba\xb0\xee\x4b\x7e\xc0\x08\xbb\xbb\xa3\x01\x05\x00\x81\x79\x11\xbc\xb0\x1a\xa8\xec\x38\x1d\xa4\xa4\xb5\x86\xac\x9f\xf8\xa1\x24\x74\x14\xc3\xb5\x8a\xaf\x04\x0f\xb8\xd5\x86\x64\x76\x86\x51\x3a\x2d\x18\x72\xca\x9d\xf1\xdc\x51\xdd\x60\x25\x03\x14\x80\x0f\x98\x01\x29\xa0\x05\xf8\x40\x16\x60\x03\x22\x40\x0c\xe8\xc1\x13\x34\x2e\xd2\x4a\x96\x48\x91\x15\x35\x33\x73\x1d\x4f\x85\xa8\xd6\x5c\xf7\xba\x5f\x1b\x52\xa3\x7d\xcd\x76\x05\xb6\x31\x81\x9e\x22\xe6\x64\xaa\x33\xc2\xb5\x4c\xd2\x84\x35\x08\x03\xb0\x16\x4e\x22\xa0\x0e\xf0\x81\x04\xec\xce\xc9\x04\xd4\x80\x06\x62\x09\x61\x17\xfd\x80\xa0\x9a\xd2\x80\x89\xa1\x1b\x7f\x04\x7d\xe6\x43\x4d\xd3\xde\xd9\x2c\xc2\x53\x9d\xb2\x1f\xc9\x6e\x01\xc6\xb6\xbf\x74\x66\xa4\xd5\x39\x05\xc8\xd3\xd0\x7b\x01\x03\x20\x81\x39\x0e\xc8\x00\x29\x2c\x8f\x42\x06\xb4\x80\x31\x08\xc4\x55\xa3\x49\xe2\xf9\xa1\x80\x65\xe8\xe5\xec\x18\x2a\x95\x3e\x58\xc9\x72\x24\xb2\x7a\x35\xf0\xbd\xf6\x6b\x96\x53\xb8\xb9\x4b\x81\x09\xa7\xe2\x92\x00\x84\xee\x23\xde\x23\x9c\x2d\xc0\x85\x69\x07\xbc\x00\x17\x10\x03\x49\x40\x03\xc4\x00\x16\x30\xc1\x42\xa5\x2c\xe3\x4a\x90\x85\xd7\x1d\x72\x90\x0e\x5a\x4a\xfe\x55\x76\xfc\xd6\x70\xeb\x60\xbc\xb9\xe5\x55\xe1\x4c\xbc\x82\xaf\xa8\x55\x9e\xa6\x93\xf8\x01\xdb\x10\x64\x10\x75\x14\x90\x01\x1e\x00\x01\xac\x80\x12\x50\x00\x4a\x20\x04\xa8\x00\x0b\x20\x44\xaf\x22\x97\xe4\x94\x90\x7e\xad\x8b\x61\x8f\x14\xf8\x3a\xf9\xb0\x6c\xe5\xba\xee\x80\x6c\xae\xb9\x5b\xb0\x52\x2f\xad\x31\x24\xc1\x71\xdb\x30\x5e\xc1\x91\x6f\x85\x36\x11\xb7\x15\x60\x02\x32\xc0\x06\x9b\x4b\xd1\xc3\x7a\xc1\x74\x00\x11\x20\x41\xfd\x4a\x66\xc6\x21\x25\x35\xac\xe3\x61\xbb\x18\x40\x94\xf4\xbc\xcc\xfb\x6b\xdc\xb1\xe0\xea\xd5\x50\x4a\x43\x5d\xee\x69\xf4\x8d\x67\xb7\x85\xaa\xba\xb3\x98\x07\xab\x23\xa9\x3f\x8a\x17\x20\x03\x22\x80\x05\x90\x02\x7a\x98\x23\x44\x08\xf0\x02\x0e\x14\x7b\x52\x36\xb6\x3a\x49\x35\xed\x60\xdb\x5f\x81\x5c\x49\x0e\xa5\xde\xbf\xaa\xdf\x4c\xed\x34\x4f\xa9\xb4\x4f\x96\x6a\x27\x07\x07\x89\x3b\xe8\x18\xe8\xc8\x3d\xe7\x73\xa7\xd5\xc4\x39\x07\x02\x80\x17\x36\x01\x12\x02\xc6\x80\x1c\xf0\x02\x3c\xa0\x82\xcc\x40\xfa\x82\x3d\x53\x4a\x4f\x27\xc6\xf6\x4d\xa0\x55\xf2\x59\x59\x2f\x14\x7a\xe3\x75\x38\xb4\xa4\xd4\x9f\x5e\x1b\x9c\x13\x1f\x85\xe4\xa9\x6c\xfe\x59\xfd\x58\xec\x91\xf5\x84\x34\x14\xd9\x1b\xf0\x02\x4a\x00\x01\x32\xe0\x09\xa0\x87\xf5\xed\x0b\xc3\xbf\x26\xd0\x63\x50\x13\xcc\x52\xc9\x7d\x62\xe9\xbe\x1a\x7d\x9b\xbb\x07\x85\xde\x77\x9e\x7b\x6e\x8e\x8e\xef\xb4\x09\x94\x9c\x26\xd3\x06\xd6\x39\x32\x18\x3a\x2a\x14\xf2\x6b\xd1\xb9\xe2\x92\x03\x22\xa0\x06\xd8\x40\x29\xac\x9f\x85\x12\xce\x0a\xfe\x0a\x61\x9d\x08\x9d\xd9\x56\xf4\x85\x46\xac\x55\xac\x2f\x5f\x02\x5b\xd1\x0c\x14\xfa\x27\xee\x6a\xf4\x05\xdf\xc2\x74\x9f\x64\x6d\x41\x8e\x47\xb4\xb1\x17\xb1\xe5\x3b\x2d\x33\xc9\x3c\xf6\x0b\x32\x12\x14\x7c\xb8\x71\x44\x79\xe4\x07\x34\x36\x0c\x08\xe6\x17\xec\x52\x5c\x45\xfc\x3e\x6a\x0f\x9e\x7d\xb9\x49\x83\x47\xa7\xc8\x50\xa6\xf4\xed\xaa\x72\x18\xde\x45\x9f\x56\x6f\xac\x8e\x97\xb6\x73\x94\xda\xa7\x5c\x04\x1f\x3b\xdb\x1b\xf7\x2b\x97\x0a\xd5\x32\x3c\xe2\x07\x62\x8b\xe3\x79\x13\x62\x10\xcd\x91\x22\x91\x15\x51\xd4\x51\x95\xd3\x14\xb1\x0b\x8b\xe7\x6a\x6c\x5a\x86\x79\xe7\xc6\x9e\x17\x3c\x69\x82\x4d\x1f\x7e\x9b\x5e\xbd\x7b\xf1\x6d\x11\xad\xbf\xa9\x7e\x2c\xef\x2a\x6e\xc0\x77\xc1\x0e\x5d\xcf\x4e\xb6\x80\x27\x90\x72\x9e\xfc\x8e\xca\x8c\xc6\x9f\x6e\x94\xd1\x98\x39\x98\x75\x83\x73\x90\xbb\x4f\x78\x4a\x99\xc9\xb8\xda\x79\x38\xd4\x34\x5d\xb5\xd2\xf3\xe9\xf0\x5f\xa8\xfb\xfb\x8c\x7b\xd3\x6d\x92\xb3\x73\xbf\x12\x35\x53\x28\xa2\xc5\x13\x62\xfe\x5e\xf3\x4c\xe2\x19\x9b\x03\xcb\x33\xf6\x42\x4e\x75\x1e\x1e\xbe\x2c\x41\x67\x11\x69\x31\x5b\xa9\x52\x85\x45\x7d\x55\x3b\x3a\xbf\xbe\xf8\xe1\x42\xa5\x66\xe2\x11\xfa\xff\x3b\xe1\xd1\xf5\xc3\xc0\x21\xf3\xb2\xe9\x90\x53\x73\x52\x31\x6f\x72\x7e\x08\x9f\x8b\x8e\x49\x99\x2a\xb9\x88\xb4\xe0\xb9\x28\xba\x38\xbc\xe4\xb0\x74\xad\x3c\xae\x62\x9a\xca\xa0\x66\xba\x6e\x8d\xd5\x5b\x2f\x48\x14\x61\x56\x4b\xf5\x42\x8f\xf8\xec\xdf\xdb\x55\xbf\xc5\x5d\x52\xef\x14\xce\x06\xf7\x91\xd5\x95\xe5\x5f\xc7\x8b\x06\x60\x3b\x22\x1a\x91\x29\x6e\xca\x73\x2b\x61\x29\xbf\x50\xed\xd1\xf4\xd3\xc5\xd3\x37\x36\x26\x34\xfd\x65\x39\xe0\xae\x1e\xe6\x9e\xfa\xae\x0c\xbb\xad\x77\xec\x60\xfd\x5f\xdb\x4d\x6e\x0e\x8e\xde\xaf\xd7\x4c\x5c\x76\xde\x55\x0d\xe6\x60\xc4\xf2\xf9\x63\xd9\x9d\x1b\x8a\xea\xd8\xea\x7b\x1a\xda\x1b\x23\x98\x45\x58\x76\xd9\xc8\xdb\xcf\xba\x8c\x78\xf2\x04\xbf\x4b\xaa\x2c\x5c\x6f\x9c\x18\xc4\x5c\x7c\xfe\xe2\xfc\x9f\x13\x7e\x2a\xbf\x3b\x3e\x08\x5f\xfe\x34\xd2\xd2\xce\x5a\x31\x91\xb5\x1e\xa3\xef\xab\x67\x4f\x6f\xd9\x60\x7d\x6c\x97\xea\xd8\xed\xb2\xe5\xd1\xe3\x23\x16\xc0\x1c\xbc\x10\xa1\x9e\x70\x9e\x8f\x53\x3b\xd6\x23\x3d\x63\xb1\x43\x71\x7e\xf1\x6f\x00\xff\x86\x70\xc9\xb9\x9f\xbc\xf8\x66\xd8\xba\x75\xbd\x42\x3b\x1b\x12\x8b\xeb\x0f\x7c\x5a\xfc\x51\x83\xb0\x43\x11\x23\x32\x62\xfc\x12\xdc\x52\x4c\x33\x2e\x72\x43\x8a\x11\xab\x57\x3b\xdf\x4e\x88\xac\x5d\x1c\xd9\xdd\x3c\xfc\x87\x03\x40\xef\x9c\xcf\x5c\x76\x4b\x16\x56\x87\x71\xda\xb6\x2b\x0d\x72\x68\x12\xa9\x13\x2c\x93\xfa\x53\x67\x33\x06\x73\xf4\x0b\xf4\x4a\x92\x2a\x5e\xd7\xce\x37\x55\x75\xcc\xf4\x35\x8c\x9d\xac\x04\x1c\x8c\xbe\xdf\xfc\xf5\xaf\x5e\x8f\xef\x73\xd7\x7d\x17\x21\x87\x93\xbb\x60\x8d\x64\xc1\x6a\xca\x62\xe2\xe7\xd8\xda\xc8\xd1\xe8\xed\xb0\xc6\xc0\xfb\x41\xde\xbe\x3f\x7d\x25\x5d\x27\x43\x1b\xf3\x3a\x9b\xe5\x87\x11\x6f\xb1\x3f\x7f\xf9\xf3\xf3\x3f\x2f\xae\xf1\x59\xe1\x8d\xfe\xe1\xc2\x36\xfd\xb2\xe1\x34\xf5\xf0\x40\x2f\x75\x47\x53\x1b\x4e\xab\x5e\x8b\x62\xf3\x56\xa3\x74\x23\x53\x7d\x5f\x9d\x5c\x55\x4c\x55\x46\xe3\x6e\x6f\xe2\x24\xd7\x8a\xd3\x3e\xd1\x99\xf2\x6d\xc4\x3f\x79\x9a\x3f\x7d\xb7\xa2\xa7\x25\x7b\x04\x2b\x0c\x53\xf8\x83\xa0\xb3\xa4\x31\xa5\xaa\xab\xbc\xb8\x74\xa5\xf8\x67\xe1\x69\xc1\xeb\x42\xe6\x02\xc4\x5c\xb7\xec\xc7\xac\xa1\x8c\xbe\x42\xe5\x5a\xde\x8e\x95\xe1\x27\xf3\x77\xdb\x97\xc7\x4d\xd7\x9c\x0f\x7f\xe9\x38\xb7\x6a\x27\xa8\x5b\x2d\x73\xd6\x43\x6e\x9d\x42\xf5\x3d\xe5\xa8\xf9\x04\x99\x29\xa9\x95\xa9\xcc\x49\xb8\xf1\x69\xf1\x5e\xf1\x3f\x62\x93\x63\x16\x62\x0a\x23\x71\xc3\x84\xe3\x5f\xe7\x70\x56\x8c\xb6\x60\xf7\x0f\xce\x7c\xdc\x94\x3f\x92\xff\xd8\xf1\xb0\x08\x85\x7e\xc9\x3f\x35\xdc\x38\x98\xb6\xec\x0d\x68\x9a\x28\xb7\xc9\xed\x4a\x99\x88\x19\x09\x87\x0f\x0d\x0a\x9c\x0d\x88\xf0\xb3\xf1\x87\xf8\x96\xfb\x38\x78\x1c\x78\x7e\x70\x0f\x75\xfd\xe4\x6f\x1f\xcd\x92\x9e\x5b\x42\xde\xc8\xd2\xeb\x31\xad\xb1\xf1\xea\xe8\xfd\x0d\xe7\x03\xf3\x25\xf3\xb6\xe8\x74\x67\xf7\xd7\x3a\xb5\x82\x3f\xa9\xc7\xd1\x5b\x41\x5f\x7d\x32\xdd\xa5\x5d\x04\x1c\xe5\x1c\xba\x6c\xf3\xac\x3b\xac\x2b\xac\x5a\x2d\x67\x2c\x57\x2d\x13\xcd\xd3\xed\xac\xbd\x0a\xc3\xf9\x53\xf4\x0b\xc7\xea\x8d\x7b\xa6\xa7\xaf\xb6\xd4\x4f\x29\x6e\x20\x07\x79\x73\x56\xbd\x6c\xb5\xc3\x79\xea\x09\x12\x21\xb5\x5e\xc8\x8e\x01\x36\xdc\x66\x69\x26\xcd\x46\x7e\x06\x1b\x7a\xae\x3a\x18\xda\x5b\xda\x4b\x9a\xdb\x1a\x79\xea\xbc\x1a\x01\x7a\x17\x56\x61\xee\xca\x21\xf3\x49\x8e\x05\x8b\xf5\xf7\x7d\x35\x73\x52\xbb\x1f\x2f\xec\xd6\x5c\x07\xe1\xea\xf8\xf3\x9c\x63\x2d\xfd\xb7\x9d\x57\x2c\x1a\x0c\x4a\x75\x32\x34\x9a\x55\x0e\x15\x63\xe5\xfe\xc8\x1c\xca\x50\xca\xe0\x4b\xbc\x96\x70\x17\xab\x10\xcb\x12\x4d\x96\x4b\xd4\xbe\x37\xbf\x76\x4d\x08\x5e\x4e\x9a\x2f\x32\x6e\xea\x1b\x8a\x58\x76\x3e\xb8\x9f\xd1\x6a\x1b\x2f\xa1\x4a\x42\x0d\x18\x73\xa8\x31\x81\x68\xbc\x52\x1c\x96\xd9\x15\xdf\x14\x29\x16\x64\xe0\xff\xca\xcb\xc0\x9d\xcb\x15\xc0\xf1\x81\xed\x1b\xbb\x07\x6b\x3d\xcb\x77\xbe\x52\x19\x6a\xcd\x14\xb3\x1d\xd7\xc1\x50\x97\x34\xfe\xb2\xc9\xf6\xa7\x13\x16\x1b\x12\x43\x6b\x0d\x54\x39\x8d\x91\xd1\x6e\x2f\x4c\x7f\xab\x66\x4a\x7a\x0a\x2d\xf0\x94\x70\x68\xb1\x10\x32\x26\xd2\x7d\xa4\xc9\xa7\x7e\x42\x89\x4c\xe9\x41\xde\x4f\x06\x85\x70\x40\x24\xe8\x89\x79\xf2\xa5\xae\x35\x4f\x2c\xd6\x3c\x79\x23\x73\xb3\xc9\x6b\x1c\x7a\xb2\x96\x85\xfb\xa0\xd5\x2f\xd2\x73\x82\x5b\xec\x1f\x74\xb7\x64\x38\xf9\x74\x99\xed\x69\xf7\x28\x99\x48\x1f\x89\x6d\x08\x3e\xe0\xb5\xe2\xec\x63\x0f\x61\x86\x60\x2a\x63\x64\xa3\x37\xa2\xef\x11\x34\xd0\x31\xf0\x9a\xc9\xca\xea\x0e\xda\xda\xf9\x85\x25\x98\x16\x95\x35\x8f\x2c\xee\xf7\x06\x56\x1e\xa7\x66\x07\xea\xd9\x72\x68\x23\x4a\xec\x72\x18\x53\xbc\x20\xc8\xc4\xae\x41\xf7\x47\xfe\x84\xc8\x02\x97\x0c\xd8\x80\x12\x30\x05\x4c\x80\x01\x60\x00\x29\x34\x2c\xd2\x68\x16\x7e\x11\x01\xe5\x60\xd3\x0c\xd7\xcd\xf0\xa9\x0c\xc7\x6a\x9c\x25\xd5\xde\x3f\x55\x93\x69\xb9\x41\x51\xf6\x62\xba\x35\x32\x36\x5c\x8c\x14\x42\xe8\x57\x40\x08\x90\x00\x6c\x40\x01\x24\x61\xf3\x0b\x5d\x80\x0b\xf3\x51\x2a\x22\xdd\x13\xa5\x32\x9a\x08\xcc\x2b\x04\x1b\x61\x39\x5d\x05\x3b\xa4\x0a\x97\x3d\x5d\xc5\x19\x24\xa8\x13\xca\x4a\x08\x27\x73\xb5\x36\x19\x54\xea\x16\x24\xa5\x87\xc7\xc7\x00\xef\x00\x3f\x60\x07\x8c\x30\xad\x9c\x08\xb0\x02\x49\x20\x05\x88\x00\x3b\x9c\x0a\x1e\x3c\xcd\x4b\x5e\x22\x39\x31\x7d\x07\x07\xdc\x20\xe7\x94\xba\x0a\xd9\x8d\x9d\x31\x93\x16\xb2\x42\xb5\xf8\x3d\x5f\x6f\x2b\x07\xcd\x66\x09\x66\xb6\x29\x08\x0f\xaa\x00\x6c\x7a\xc3\x0f\x98\x01\x27\x60\x05\x4c\x30\xff\x00\x21\x30\x03\x3a\x98\xfd\x14\x1e\x1c\xd3\x52\x78\x3a\x6a\xb6\x17\x7e\x4b\x89\xda\x45\x52\xfb\xbe\xb3\xd5\xdd\x72\x95\x61\x69\xe7\x21\xd8\x4e\x62\x06\x17\xf2\xd3\xbc\x49\x34\x5c\x38\xff\x0f\xe5\x88\x60\xc9\x4d\x34\x80\x0c\x18\x01\x3d\xf0\x85\xe1\x77\x04\xea\x18\xe9\x22\xab\x97\xd8\xb4\x06\x86\x15\xb2\x77\x4b\x1c\x6e\x41\xe0\xd1\xcc\xb3\xf4\x61\xd7\x46\x92\x3c\xcf\x68\x1c\x8f\x6b\x73\x3f\x35\x5a\x91\x43\xe6\x59\xe2\x05\x64\x6c\x58\x87\xc5\xff\x4d\x1e\xc4\x61\x13\x00\x6a\xc0\x0c\x44\x10\x8f\x88\x46\x99\x52\x85\x5b\x54\x06\xcd\xf5\x3c\xb1\x63\x6c\x72\x4f\xde\x51\xec\xe6\x4f\x3d\xef\xd0\x2d\x8d\x4f\xe6\x0f\x30\xb7\x73\xd4\x2d\x92\xe9\xe4\x56\xa1\xe2\xc6\xea\x07\x14\x80\x06\x50\x01\x22\x40\x04\xeb\x04\x11\x03\xc4\xc0\x06\xf0\xc2\x9f\x11\xfc\x60\xe8\x11\xd6\x53\x71\x37\xf3\xf3\x34\x8f\xf6\xcc\x8d\xb9\xb5\x3b\x2c\x59\x0c\xed\xf3\xac\x35\xcd\x32\x0b\x87\xba\xb1\x99\xee\xa9\x48\x09\xbd\x60\x52\x23\x12\x42\xb4\x84\x25\x61\xb9\x00\x3d\x6c\xfe\x41\x0d\x70\x00\x3f\xe0\x01\xab\xf8\x10\x7a\x0d\xc1\x20\xe5\xad\x27\xc7\xee\x55\xd1\xc8\x79\x35\xf7\xb7\xa7\xd0\xf5\x86\xd1\xa1\xe6\xf7\x85\x5b\xf1\x87\x7e\x42\x36\x35\x3a\x54\xd2\xa6\x5c\x6e\x94\xe9\x98\xe1\x80\x17\x10\xc2\xdc\xcd\xb8\x80\x00\x96\x11\xe6\x03\xda\x20\x00\x8f\x8c\x2e\x92\x7f\x4e\xa9\xfb\x89\xad\x7b\x4b\x94\x78\x2e\xe2\xef\xad\x2b\xa5\xfd\x9a\x39\xac\x6e\xa6\xca\xf8\xf4\xfe\xb0\x66\x97\x63\x93\x31\xe5\x1e\x61\x06\x26\x54\x22\x6c\x04\x02\x60\x04\x24\x00\x05\xe0\x03\x74\x40\x06\xe8\x01\x66\x80\x0d\x7c\xb0\xe6\x29\x6f\xb9\x1e\x64\x99\xf5\x59\x9c\xf0\x83\x07\xd3\x2a\xa1\xd0\x3b\xbd\xa3\x86\xd5\xd5\xe1\x67\x4d\x55\x05\x95\x71\x33\xbe\x9b\x36\x96\x3a\xf7\xd2\xf5\x5c\x17\x94\x3f\x31\x2d\x61\x5a\x18\x07\xa0\x07\x66\xb0\x6f\x94\x04\x28\x00\x39\x0c\x23\xca\x39\x1e\x62\xb9\x3a\x43\x2f\x67\x91\x30\xe4\x8c\x2e\x28\xf4\x67\xf1\x9b\xee\x1d\xf5\xe9\xfa\xae\xcd\xca\xa8\xf4\xe4\xb0\x28\xd7\xdf\x4f\x9c\x54\x0f\x45\x74\x98\x75\x89\x7a\xe1\xa7\x81\x0c\xd0\x80\xdf\x46\xa2\x41\x91\x42\x5d\x44\x1f\xc5\x34\xc5\xe6\x24\xea\x65\xfa\x24\xf2\x51\x5d\xd6\xa2\xdf\xdb\x25\xf6\xb1\x00\xe6\x9f\xbc\x11\x7e\x35\xb2\xa2\x3b\x34\xd8\x94\x5e\x70\x91\xa0\xef\x6f\x6c\x17\xac\x6f\x2c\xf7\x81\xd7\x9a\xba\x17\xcb\x15\xbd\x11\x4b\x1c\xe7\x0c\xff\x90\x30\x8b\x38\x9b\x34\x89\x3c\x82\xc2\x93\x76\x9a\x77\x49\xee\xd8\xa0\xce\x71\x2d\x84\x3a\x6d\xa2\x12\xd6\xbf\xf4\xdd\xea\x12\x77\x67\x79\xfa\xf7\xd3\xdd\x2a\xf8\xcc\xf0\xc8\x6c\x8f\x4b\xf3\x55\x8d\x22\x09\x0d\xb6\x5a\xd2\x4a\x92\x16\x32\x7c\x4a\x11\xea\x79\xda\x71\xfa\x69\x26\x49\x96\x19\x36\x3b\xae\x48\x49\x0d\xcd\x75\xcb\x73\xef\xa8\xd8\xc8\xfc\x89\x26\x8c\xbf\x50\x37\xe3\x95\xf7\xea\xfa\x48\x4d\x8b\x69\xf1\x5c\x72\x63\x90\xa5\x33\xa5\x09\xb6\xb2\x96\x10\x3f\xc3\x47\x06\x79\x66\x2d\xd6\x7d\x0e\x5e\xee\x4a\xde\x31\x01\x26\xa1\x6e\x91\x9f\x12\x5f\x55\xe3\x4d\x0d\x5c\xd6\x43\x5f\xa6\xbb\x55\xaa\x3c\xfd\x2b\x09\xfb\xc3\xe9\x4d\xdd\xee\xf5\x1c\x43\xaf\x71\xad\x55\x1e\x63\xec\xb8\x1f\xbf\x1d\xb6\xde\xa1\x1c\x2d\x1f\x0e\xef\x81\xc0\x86\xb0\x85\x68\xa7\x04\xbf\xb4\x8a\xac\xab\x82\x83\xf2\x33\x75\x7c\x23\x71\x07\xaf\x00\xa9\x84\xf1\xc2\xb3\x66\xab\xff\x31\x10\x28\xf4\x76\xe3\x98\x77\x7d\x63\x82\xa9\x93\xbe\x22\x20\x33\x2a\xe2\xc6\xb3\xc2\xaa\x40\xeb\x46\xa6\x59\x3a\x4a\x8e\x5b\xe1\xb3\x32\x9c\x1a\xbe\x46\x90\xb6\xa6\x1e\x8b\xd1\xc9\x93\x1b\x3b\x06\x9f\xf1\x18\xf2\x1c\xea\x9a\xfd\x9e\x8b\x39\xe3\xbf\xb1\xbf\xf6\xbd\xe0\x8b\xc0\x45\xbf\xa1\x83\x16\xb5\x52\xf6\x54\xb3\xd0\x18\xb7\x1d\xb3\xaf\x5a\x01\x1a\xf3\xda\x71\xba\x4d\x06\xe6\xc6\xc6\x4f\x06\x2d\xa2\xac\x87\xec\xe1\x9c\xa9\xbd\x79\x22\xc3\x32\xec\xcb\x2f\x3b\xd8\xc7\x9f\xad\x5f\xff\x03\x9d\x5f\xa6\xcf\x09\x76\x5c\x66\x87\xfa\x3a\x1b\x7e\x15\xf1\x26\x15\x87\xb8\xb9\xb8\x58\xb0\x99\xc9\x99\x6b\x5a\xba\xd9\xe4\xd8\x9b\x39\x43\xdc\x74\x3c\xeb\x7c\xce\x02\x7e\x45\xc8\xa5\x11\x97\x7c\x68\x81\x1b\xba\x5c\x16\x39\xf8\xd7\x09\x7f\x92\x6f\x74\x8f\xd9\x36\x58\x27\x7b\x9f\xba\xd5\x4e\x15\xb0\x24\x31\x06\x6d\xb8\x4d\x38\x1d\xbb\x76\xb8\x93\x79\xbe\xf1\x15\x08\xc8\x08\xae\x0e\x4f\x8f\x26\x8a\x67\x4a\xe5\x28\x26\x6c\xe4\xea\xa7\x9e\x7b\xb3\xfb\xf2\xf2\x3f\xdb\x59\x7e\x1e\x5e\xc9\x1c\x9a\x3f\x5b\x9b\xc0\x7f\x9a\x5d\xcb\x51\xb0\x96\xe8\x12\xe6\x13\x90\x1f\xb4\x1b\x8a\x12\x5e\x10\x95\x16\x57\x98\xf8\x98\x46\x91\x99\x9f\x67\x55\xd4\xd4\x40\xd0\xb3\x3c\xad\xba\x59\x73\xd2\xfe\xe9\xe3\x7f\x19\xc8\xbd\xc9\xbb\xf0\x83\x9e\x67\xb8\xe3\x96\x4f\x6b\x6b\x57\x0a\x3b\x53\xd1\x93\x6c\x52\x7a\xd3\x87\xb3\x6a\xf3\x20\x85\xdf\xca\x28\x2b\x3f\xd5\x05\x37\x2b\xb6\xcf\xf6\x1a\x4f\x46\xae\x6d\xbc\x6a\xff\xa8\xf5\xdb\xf9\x9f\xa7\x7f\x54\xdd\x94\x5f\xba\xbe\xda\xda\x53\xdb\x78\xb2\xaa\xb1\xb4\xbf\x04\xb7\xe0\x34\x73\x35\xb7\x34\xb3\x36\x2b\x3c\x25\x32\x49\x3c\x3e\x3f\x12\x3d\xb6\xb0\xc8\xbe\x3d\xf8\x5a\xef\x9d\xe9\x57\xfb\xff\xbe\x36\x94\xfe\xb3\xeb\x5b\xf1\x57\x63\x3b\xac\x2b\x6e\x33\xca\x23\xb7\xc3\xab\x03\xce\x7d\x2d\xfd\xa6\x3d\xdf\x7b\x05\xba\xcb\xbb\x4f\x9f\x22\x76\xf8\xb4\x1e\xb4\xe8\xb6\xb4\xf5\x97\x4f\xa3\x3c\x33\x7e\xfe\xee\x82\xef\x93\xc2\x23\xe6\xff\x1e\x7f\x6c\xbb\xd5\x3f\xbd\xd9\x6b\x59\xf9\x36\xcd\x3e\xc4\xd9\xd5\xdb\x3a\xd2\x8c\xd5\x20\xd6\xe0\x52\xfb\xa5\xd6\xa7\xda\xb8\x4a\xb3\x0a\xb3\x42\xa2\x74\xa7\xdc\xab\x84\xa4\x5c\xa6\x3e\xa0\x6b\x7b\x34\x6b\xe1\x61\x67\xee\x44\xf7\x3a\xe3\x41\xe9\xaf\xff\xa6\xeb\xa3\xcb\x2d\x84\x79\xad\xe1\x84\x2e\x97\x06\x68\x15\x6a\xe9\xd3\x22\xfa\x02\xba\x3c\xc5\x9c\xf6\xcc\xae\x6c\x48\x46\x47\x86\x44\x1a\x49\xea\x97\x54\x84\xd4\xd2\xa4\xaf\x79\xed\x95\x53\xad\x2f\x07\xbe\xcc\x36\x6e\xd6\x1d\x19\x7f\xcc\x7d\xd0\x80\x42\xef\xd4\x8f\xfb\x37\x9a\xa6\xf1\x7b\x1b\x9a\xb1\x2b\x3a\xf3\x95\x32\x1d\x52\x5f\x24\x2c\xc4\x09\xc5\x70\x45\xda\x44\xde\x46\x4e\x84\x97\x86\xab\x87\xba\x04\x7d\x09\xf2\x0f\x76\x0a\x2a\x8b\x75\xcf\xc4\x2f\x4d\x6e\x22\xee\xdd\x9e\x76\xde\xa8\x38\x52\xbb\xf6\xf8\x11\x77\xa1\xb8\xc3\x36\xa5\xdf\x4d\x5e\x87\x5d\xa4\x91\x4e\x13\xa7\x18\xf9\x10\x8a\x10\x20\xe4\x1b\xe9\xe5\xe1\x45\xe9\x59\xe9\x96\xe4\x36\xec\x9a\xe4\x94\xeb\x74\xeb\xa4\xef\xc8\xe8\x70\xed\xf3\x3a\x22\x3c\xd5\xa9\x08\xbb\x3e\xae\xa7\x7c\x5a\x66\x33\xef\x44\xe2\xe3\xfe\x73\xcc\x79\x93\x6e\xb3\x9a\xd0\xdc\xa9\xc4\xb6\x30\x49\xdf\x65\xcf\x7c\xe7\x0c\x07\x6a\x9b\x72\xcb\x37\x16\x6f\xcd\x7f\x9a\x69\x99\x62\x9a\x4c\x9b\x94\x18\x09\x1a\x74\x18\x12\x19\x56\xda\xf0\x78\xe2\x84\xda\x25\x55\x17\x64\xd5\xd3\xf6\x26\xce\xba\xee\x94\x9e\x0a\xae\x68\x0c\x1a\xd4\xdd\xe7\x09\xc7\x25\x05\x44\xba\x91\xd8\xd5\x58\x48\x9a\x7c\x32\xa4\xd5\xfd\xa6\x55\xac\x89\xae\x4e\xa8\xda\xaf\xf2\xa0\x6c\xab\xb8\xa5\x90\xa0\x68\xa3\xe0\xa5\x70\xa6\xab\x68\x31\xe1\xba\x1c\x5c\x98\x84\x5d\x18\xd5\xc8\x35\x20\xb4\x68\xb2\x5f\x32\xd9\xdf\xbe\x51\xaa\x93\x6c\x1f\xa4\xe6\x14\x6c\xf6\x44\xef\x46\xd3\x5f\xe5\x58\xbe\x58\xa6\x43\xca\x5c\x22\x55\xec\x99\x58\xb8\xf0\x73\x61\x1a\xc1\x09\x81\x20\xfe\x3a\xfe\x0f\x82\x1d\xb2\x8e\x9a\x8f\x66\xb5\xae\x74\x21\x62\xc9\xbf\x4b\x9e\xb6\xe2\x8c\x46\xac\xa5\x0d\x3f\x6b\x14\xcb\x7d\x1f\xf5\xc5\xc3\xcf\xfc\x52\x87\x4e\x41\x5b\x72\x41\xd4\x54\xe0\x03\xaf\x2d\x17\x32\x87\x36\xeb\x0b\xd6\x32\x16\x3a\xa6\x01\x26\x03\xc6\x15\x06\x40\x2f\xce\x18\xc0\xeb\x2a\xd5\xa7\x89\x6f\x6e\xe1\xce\x1c\x4e\x9c\xde\x58\xc9\xd7\x15\xbe\x42\x3b\x80\x50\xf3\x98\x71\x1c\xaa\xe6\xb8\x65\x44\xa7\xb4\x2e\xaa\xcd\xc3\xc4\x9a\xc9\x68\x48\x0b\x4f\x75\x44\x89\x49\x8e\x04\x91\x27\xb9\x21\x61\x27\xba\x22\x3a\x21\x64\x20\xac\x26\xe2\xa6\xdd\xe5\xa1\x97\xd6\xd5\xfa\x64\x85\xe3\x5d\x16\xe3\x91\xe7\x57\xdf\xb8\x34\xdd\x27\x59\x8d\x9c\x76\x1e\x8c\xe3\x68\x66\x10\x2a\xef\xcd\x67\xc2\xb0\x46\xee\x4e\x8c\x88\xdf\x8c\x7d\x83\xf9\x1d\x7d\x15\x2d\x00\x35\x18\x05\x82\xbc\x80\xf4\x06\xe9\x0c\xc9\x11\x49\x89\xc0\x84\x6e\x8c\x6f\x58\x1e\x47\x3f\xd8\x81\x35\xf0\x30\x15\x94\xb1\x2c\x0b\xf4\x23\x54\x5f\x66\x60\x86\xb4\x38\x17\x18\xa9\x2b\xb4\xf2\xfd\xa2\xd3\xc2\x3b\x47\x25\x41\x64\x04\x9f\x00\x26\x4c\xb9\xa7\x84\x39\x49\xb8\x00\x07\x50\x02\x92\x98\xe7\x14\x26\xec\x3b\xe2\x95\x1a\x44\x96\x36\x5e\xcf\xa3\x3f\xe4\x9e\xac\x7e\x1f\x22\xac\x37\xca\x31\x88\xa6\xf1\x44\x30\x2f\x54\x4b\x10\x15\x64\x7e\x46\x1c\x8e\x14\x05\xc3\x7e\x4d\x98\xfb\x92\x04\xe0\x03\x05\x60\x08\xd3\x52\x44\xd0\x5a\x21\x95\xac\x1f\x44\x22\x55\x85\x9f\xbc\x71\x7f\x15\xf1\x23\xeb\xe3\x66\xff\xb8\x6e\x6b\x5d\x89\x42\xd2\x52\xa0\x84\xdd\x6b\xdd\x70\x19\x51\x6e\x32\xca\x62\xcc\x7c\xd8\x8d\x1d\x07\xd6\xa6\x45\x09\x50\x60\x8e\x5a\x4a\x80\x0a\x68\x90\x28\x08\x33\x18\xee\x04\x2b\x95\x1e\x4c\x7a\xdc\x64\x23\x09\xb3\x51\x9f\x6b\xce\x7d\xed\x55\xaf\x85\x64\x11\x84\x17\xb8\xd1\x9b\x92\x2b\xe7\x08\x09\x31\x52\x11\xb2\x20\xb8\x02\x12\x80\x05\x53\x81\xd0\x01\x3f\x6c\x86\x40\x09\xe8\x80\x19\x78\x87\x27\x4a\xb3\xcc\xfb\x4d\x7e\xcc\xf0\x93\xb3\x72\xc8\xef\x0c\xe4\xe3\xd6\xf5\xa0\xb1\x86\x56\x8c\xc2\x9c\x78\x44\xdf\x08\x6b\x4d\xad\x2c\x49\x47\x0e\x26\xf2\x70\x0c\x62\x98\x17\x98\x08\xf0\xc1\x7a\x41\xb0\x80\x10\x2c\xe3\xa3\x0b\xf0\xb0\xce\xa8\xd2\xb8\xc7\x64\xbe\xe8\x33\x3b\x54\x07\xa9\xa6\xdc\xbd\xff\xb5\x9f\x32\xeb\xfb\xd4\xb1\x92\x26\x4d\x37\xc4\xdb\xa9\xc6\x48\x5a\xe1\x81\x7f\x95\x6e\x04\x5f\x06\xee\x35\x20\x05\x04\x30\x47\x0e\x3d\xcc\x8d\x82\x0b\x58\x01\x0e\x20\xc0\x70\xa7\x20\xe3\x7c\x23\x95\xad\x47\x6f\xff\x26\xe8\x22\x65\xea\x33\xfc\x91\xdf\xaa\xf6\x60\x41\x03\x46\xae\x6f\xf4\x2b\x2f\x21\x4b\x15\x8d\x02\xf1\x56\xb6\x76\x48\x39\x9a\x28\x8c\x3f\x11\xc2\x14\x10\x6e\x40\x06\xc8\x80\x05\xe0\x07\x2a\x68\x46\x64\xef\x39\x56\xa5\x82\x75\x3d\xed\xdc\x03\x7b\x52\x4a\x7f\x86\x5d\xb6\x6d\xd9\x4d\xf2\x76\x68\x94\x6e\x27\x3f\x04\x41\x1c\xde\x1a\xf4\xc9\xbf\xe1\x67\xa2\x93\xc6\x1b\x81\x7d\x7e\x19\xc0\x00\x94\x60\xad\x1e\xc4\x80\x15\xf0\x01\x46\x34\x6e\x52\x3a\x36\x52\xb1\x1a\x8d\x53\x2b\x6a\x5f\xac\x44\x32\x28\xf4\xe3\xfa\x41\xf3\x62\x49\x7f\x68\x6d\x52\xb6\x49\x14\xbe\x27\x86\x45\x8b\x46\xab\xb8\x25\x3b\x26\x99\x04\x6a\x32\xcc\x9d\xa4\x0f\x78\x81\x3c\xf0\x87\xb1\x42\x49\x60\x81\x68\x4e\x64\xca\x04\x27\xb2\xa9\x9e\x6c\xa9\xea\x0b\x17\xbf\x0a\x85\x7e\x7d\x7a\x86\xb5\x91\x34\x2e\xde\x96\x54\xe2\x9b\x4c\x13\x94\xe7\x98\x6f\xd8\xa9\xb0\x27\xe0\x4b\xaf\x8b\x37\x02\xfb\x2e\xb4\x00\x3b\xb8\x41\x80\x47\x5c\x47\xf6\x46\x65\x40\x6b\xc2\xec\xa4\xd8\xe7\x2a\x90\x19\xd0\xd7\x73\xb8\x0d\x5e\x4b\x0b\x85\x42\x7f\x87\xbd\x3f\x7a\xae\x37\x2f\xde\xbb\x53\xcb\x93\xc3\x1c\xad\xe2\xf5\xcc\xf2\x58\x4b\x5e\x72\x87\xe3\x88\x5c\x18\xf5\x29\xb2\x3d\xea\x1b\x0c\x0d\xac\x1d\x5c\x3d\xbc\x57\x84\xae\xc4\x12\x24\xf7\x10\x4e\xe6\x33\x51\x2c\xb5\x22\xf3\x40\xcf\x3f\x31\x66\x79\x30\x0f\xe7\x67\xde\x93\xbc\xf5\xe8\xb1\xee\x36\xae\xd2\xa4\x14\xe1\xe0\x13\xe7\x24\x13\x15\xe5\x7b\x61\x6e\xc6\x1b\x02\x5d\x82\x01\xa2\xb7\xa4\x02\xe4\x85\x94\x76\xd4\xd7\x74\x2d\x8c\xa2\x4c\x46\xcc\xbf\xf9\x1b\xe4\xbf\x18\x62\x39\x36\x05\x37\xa7\xae\x56\xc0\x5a\xa0\x1e\xae\xdf\x0b\x3f\x8f\x99\x4f\xef\x4b\xa9\xdb\xc9\x1d\x89\x2d\xf5\x1d\xb7\xb5\xd6\xb3\x97\x9d\xe5\x8d\xa2\x3e\xa6\xb1\xa6\x77\x67\x74\x67\x99\x63\xb7\xe5\xac\xe3\x1e\xe7\xeb\x17\x8c\x12\x91\x97\xfe\xa5\x1d\x66\x75\xe9\xfd\x18\x9b\x9f\x1f\xd9\xf8\xbf\xdc\x80\xca\x69\xf0\xfa\xa7\x89\xfa\x4e\xce\xf2\xb3\x0c\xf8\xf0\x45\x0f\x64\x0b\x3d\x4d\x3a\x09\x0f\xce\x32\x4e\x47\x9e\x70\xbe\x53\x41\x5c\x11\x3e\xb1\x26\x49\x77\x19\x33\xb9\x6c\x45\x0f\x8d\x30\xb3\x28\x37\xb3\xb0\x9b\x0c\x84\xca\xa4\xa7\x4f\xfe\xef\x84\x07\xaf\x2b\x89\x17\x51\x4b\x68\x83\xfa\x4d\xbe\x45\xd7\x49\xf1\xc1\x11\xce\xd5\x4f\xe8\x54\xa2\xc5\x22\xc5\xb2\xa4\xb4\x65\x08\xe4\x89\x14\xff\xa8\x98\xab\xcb\x69\x29\xe8\xb6\xe8\xef\x9a\x3a\x38\xed\x07\xb1\x27\x29\x17\x9d\xb6\x20\x8e\x44\xfd\x0f\x75\xbe\x3a\x9d\x6d\x6f\xf7\xcc\xe8\xf6\x68\xd4\xe1\xe4\x25\xc5\xdb\xfb\x7b\x39\x8c\x18\x7c\x57\xd9\x55\x89\x57\x17\xd2\xf4\xd5\xbe\xd2\xc7\x35\x62\x33\x85\x33\xf7\xb3\x02\x76\x9c\xce\xb5\xfe\xb5\x71\x5e\x79\x68\x75\x92\xbd\xdf\xe6\xb1\xff\xc6\xfe\x92\x6b\xb7\x57\x13\x6b\x98\xe3\x21\x1d\x06\x55\x68\x59\x9c\x31\xaa\x3e\x45\xb6\x2d\x46\xe1\x46\x54\xa6\xa9\x66\xe8\x16\xd1\x36\xaa\xf6\xa8\x8e\x3f\x5c\xcd\x3c\x10\x7c\xa7\x03\xbd\x63\x16\xb3\xd1\xab\x08\x3b\x3f\x4c\xca\x6e\x7c\xf9\x17\xf2\x0a\xbd\x83\x7f\xfe\x73\x29\x71\xb8\xbe\x4d\xac\xf4\x32\xc3\x2a\x4a\xc3\x8b\xc5\xc1\xd5\x6e\xd3\x21\xd0\xf9\xa7\x1b\x86\x47\xb5\xcf\xb0\xbf\x71\xf0\x9b\xf0\xf6\x68\xe3\x84\xb1\xcc\xad\x72\x68\x5b\xd7\xc8\xf2\xca\x9b\x43\xad\x7f\xc3\xef\x17\xe7\x73\xe5\xdd\xec\x79\xba\x41\xda\xe6\xf0\x52\xa3\xb4\x8f\x11\x62\xbe\x3f\x7d\x71\xfc\xf6\x02\x35\x82\x7b\xc3\x9d\xa2\x1c\x62\xf7\x12\x71\x53\xdd\x32\xdf\xe6\x61\x94\x75\xb6\xac\x0d\xd1\x2d\x62\xec\xaf\xbd\xd9\xfe\xf7\x09\x7f\x24\x6e\x8d\x4e\x46\xb6\xfe\xcc\xb2\xf7\xe5\x35\x13\x97\x7c\x4d\xbb\x8a\xf9\x13\xb5\x1d\xc3\x1b\x7b\x92\x10\x97\x82\x93\xc1\x9c\xed\x97\xf7\xa5\x88\xaf\xec\xbe\xda\xbf\x19\x3a\xd0\x30\x37\xbd\x93\x75\x4e\xf0\x79\xe5\xbf\x24\xe0\xc1\xfd\x5a\xf2\xe8\xf5\x66\xf8\xcc\xda\xc0\x4c\x73\x5e\x59\x4f\x8e\x68\x7a\x41\x16\x51\x4e\x44\x9e\x79\x11\x45\xc9\x43\x65\x70\xcd\xdb\x46\x94\x36\xba\xce\xe3\x81\xe0\xd9\x81\xad\xc8\x13\x9a\x5b\x9a\x3f\xfd\xff\xe2\x40\x2d\xb7\xf5\x6f\x6a\x4e\x6e\x5e\x7a\xef\x4f\xef\x98\x6c\xbe\xda\x34\xde\xc4\x78\xe6\xbb\x8e\xb7\x46\xf2\x6c\xfc\x19\xd7\xca\xab\x25\x87\x15\xd9\xe5\x80\x15\xac\xdd\x83\x63\x84\xf7\x67\xf7\x52\xff\x3f\x06\x52\xf2\x25\xf5\x1d\xc5\xeb\x5f\xbb\x61\x6b\x68\x4b\x8d\x73\x9b\x33\xec\x93\xaf\x26\x5f\x8f\x7b\x8c\xd8\x8d\x75\x8f\x06\x8e\xf4\x0c\xed\x0c\x7e\x1e\x6c\x19\x30\x1b\x94\x1f\xca\x9f\x0d\x5f\x7b\xfa\x12\xed\xd2\xeb\x2e\xf0\x71\xf8\xef\xcf\x3f\xfc\xc9\xf7\x9c\x72\xff\xea\x99\xe3\xcc\xcd\xd8\xea\x10\x61\xbf\xe2\xd3\x88\x4e\xe1\x0e\xe2\xf6\xc8\x36\x8f\x16\xed\xe6\xdc\x66\x9f\x66\xdd\x46\xfa\x7a\x84\x7a\x82\x7a\x81\xc6\xce\xee\x57\xe3\xc8\x4b\x8f\xbb\xef\x4f\x89\x6f\x20\x0f\xa9\x7f\x31\x10\x94\xe3\xf0\x6d\x87\x05\xf6\x91\xfb\xee\xb9\x76\x8a\x86\x0f\xb5\xcb\x55\x96\x95\x1e\x65\xb9\xe5\x12\x25\x3e\xc5\xc9\x85\x9b\x05\x0a\xf9\x3b\x79\x83\x39\xc8\x79\xe2\x79\xbd\x05\x8e\xd5\xba\xed\xc5\x43\x93\x73\xe9\x5b\x16\x47\x4d\x1f\x1b\x1e\xf0\xa0\xd0\x4f\xb1\x27\x06\x9b\x6f\x67\x5c\xfb\x89\x5b\xba\xab\xa7\xca\x8f\x0a\x41\xee\x4e\xe6\x5e\xfa\x51\xca\x52\xf2\x61\x22\x6d\xd2\x74\x82\x7a\x7c\x66\x6c\x72\x2c\x6d\xb4\x58\x8c\x7f\x74\x56\xfc\x6a\x36\x61\xb9\x7e\xb3\x49\x5f\xd7\xf4\xea\x46\xdd\x11\xe5\x35\xc5\xfd\xb7\x4b\xf7\xad\xf6\xe9\xa6\x9e\xf4\xfa\xf2\xe2\x92\x6c\xcb\x34\xfd\x44\x8e\x18\x9e\xc8\xd7\xe1\x92\xc1\x8b\x01\x33\x81\x91\x81\xa8\x7e\x96\xbe\xed\x3e\x77\xbe\x2c\x9e\x50\xef\x73\xcf\x47\x7f\xc2\xa8\xfe\xb4\x81\x62\x8a\x06\xec\x9e\xf6\x69\x9c\x4d\x81\xe3\xf2\x2b\x8d\x17\x12\xb3\xf6\xbd\x18\x75\x72\x79\x31\x29\xf4\xd1\x9a\x61\x57\x01\x9f\x7d\xd4\x3c\xb0\x5c\x87\x9d\xc7\x9c\x54\x1d\x74\x1c\x06\xec\xbe\xdb\x38\x59\x95\xda\xb0\x59\xee\x58\xe5\x58\x54\xd8\x3d\xf1\x0a\x0c\x9b\x49\xd6\x2e\x98\xad\xfb\xd3\x73\x34\x93\xb3\x2d\x7d\x44\xb2\xb2\x32\xb0\xdf\x10\x94\x7f\x91\xb0\x1d\x5c\xe4\x1d\xe9\xd2\xe5\xc0\x67\x9d\x64\xe6\xfb\x04\xdd\x78\xc7\x90\xc3\xa0\x50\xdf\x5a\x77\x59\xe7\x8b\xb6\x9e\x76\x87\xd6\x5b\x1d\x42\xcd\xe7\xfa\x9b\x56\xc6\x6e\x9d\xc1\x6f\x12\x8f\x0b\xb2\x1b\xf0\xfb\x32\xe6\xc5\x76\x09\xa6\xa0\x9d\x92\x65\x57\xa9\x0a\x21\xbb\x9e\x04\xb6\x92\x4f\xa2\x0d\xbc\x75\xa9\x35\x95\x55\xdf\x29\xd3\x29\x09\xca\x67\xc8\x8d\xcb\x85\xc9\xf6\x48\x5f\x49\xdd\x49\x16\x49\x0d\x4b\xf1\xc8\xb3\x69\xa3\x9b\x13\xbb\x5c\x06\x9b\x25\x79\x15\x75\x34\x8b\x0c\xcb\xae\x4f\x8e\xd2\x36\x0d\xe6\x27\xc4\xca\xf8\x2e\xda\x4d\x1b\x33\xa8\x4f\x29\x72\xc9\x6c\x4b\xc8\x88\xb6\x09\xd3\x08\x28\xf0\x6b\xf1\xbd\xe2\x3d\xe6\x69\xe3\x8e\xe0\xa6\xe6\xe4\xe3\x62\xe2\x84\xe7\xc7\x96\x76\xd5\xf8\x64\x16\xe6\x6a\x14\xf2\x2a\x35\xa9\x2c\xa8\xdd\x71\xf5\xc9\xa0\x55\x9d\x63\x56\x7b\x04\xb1\xc7\x99\xb9\x9a\xe6\x9a\x6c\xb7\xd0\x00\xaf\x3f\xa7\x2a\xeb\x04\xf3\x2a\x63\x1d\xfd\x01\x9d\x0c\x6d\x2a\x2d\x13\xf5\x1e\xd5\x7b\x2a\x5b\x4a\x09\x4a\x71\x7a\x46\x6e\xa8\x14\xbc\x26\xc4\x5c\xd5\xc3\x38\x52\x2b\x9b\xba\xa6\x7b\x79\xa2\xbf\xbc\xa6\x3a\xd3\x2b\x9c\xc1\x8d\xce\xf4\xb5\x6a\xb5\xe8\x31\xfb\x22\x9d\x2a\xe5\x4f\xb2\x49\x92\x24\xa2\x17\x04\xe3\xf8\x54\x78\x4c\xb8\x70\x38\x8c\xd8\x53\x38\x00\x3b\x06\x5b\x9e\x40\x93\xe6\x19\x0f\xa5\x74\x9f\xf6\x67\x1b\x29\x3f\x9e\xf8\xce\xa2\xf0\x15\xaf\x81\xa0\x5a\xff\x6c\x8c\xc8\x72\xf7\x07\xb3\x5c\x35\x64\x91\x1a\xe6\x97\x10\x4b\x9c\x3c\x8c\x5b\x34\x6e\xe4\x0c\x44\x1e\x78\x6b\x38\x53\x98\x8b\x91\x03\x58\x03\x76\xa0\x86\x28\x47\xd0\x4b\x2f\x25\x40\xa0\x00\x35\x32\x74\xe6\x08\x9d\xcd\x78\xbe\xc6\x39\x9c\xdd\xd8\x5f\xc0\x12\x17\xe4\x8b\x6d\xf5\x5d\x6b\x5c\x92\x97\xfd\x3d\x39\x13\xfa\xff\xe3\x2b\x04\xb0\xc4\x24\x29\x60\x83\xe5\x61\x04\x80\x08\xa0\x02\x4c\x70\x01\xb8\xda\xd4\x47\xdc\x7d\x32\x04\x3a\x07\xb6\x64\x7e\x0f\x89\x24\xdb\x48\x93\xa4\x1d\x6f\xcb\xe9\xd3\x50\x42\xd2\x9c\x0e\x8d\x78\x14\x12\xf9\xad\x68\x6f\xf1\x7c\xe0\x30\x01\x1e\x60\x00\xd4\x80\x0b\xe0\xc0\x7e\x53\x01\x1a\xa0\x0a\xe8\x81\x0b\x96\x04\xc5\x1e\xa7\x8e\x94\x8f\x96\x9b\x35\xf0\xb5\x8d\x73\x7e\xf1\x7a\x71\x65\x40\xba\x41\x30\xb7\x21\xba\xcf\xf3\xa7\x85\xb0\xfa\x95\xd8\x0f\xd6\x34\xd2\x6e\x94\x77\xb0\x36\x33\x4e\x40\x01\x18\x60\xd9\x1e\x3c\x20\x01\xb8\x01\x13\x30\x43\x43\x21\xcd\x65\xed\x10\x8b\xd1\x78\x6b\x39\xeb\xd5\x18\x3b\x7f\xda\xb4\xf9\x67\xca\xbc\xbd\xb4\x54\x33\xd9\x37\xb0\xc5\xfe\x50\x5f\x5c\xf6\x19\xcf\x22\x0d\x0d\x8e\x1b\xa0\x86\x79\x38\xa9\x01\x2b\xcc\x89\x8a\x01\x70\x80\x22\x60\x00\xdc\x48\xc1\xc4\xbc\x4c\x9b\x22\x68\xaa\xf1\x16\x68\x9e\xda\x31\xce\x1f\x2e\x0e\x4a\x16\xbe\xf6\xa5\xd4\xbc\xcc\x7a\x11\xc1\xe6\x4e\xf3\x24\x54\xd5\x47\xc4\x97\x39\x97\x44\x00\xb9\x0e\x10\x02\x76\xd8\x4e\x16\x0e\x20\x0f\xeb\x78\x65\x00\x6c\x40\x08\x41\x9e\xe0\x13\xa3\x89\x60\xbf\xca\xa5\x99\xbe\x87\x73\x64\xdd\x37\xd4\x53\xa4\xf5\x98\x31\xc4\xe6\xdf\x85\x6f\x12\xe4\xfd\xb2\x6c\x9f\xe8\x1a\x4a\xff\xe0\x16\xa1\x1a\xc6\x26\x06\xa4\x00\x03\x10\x02\x32\xc0\x05\x38\x81\x34\x50\x04\xc4\x00\x13\x48\xc3\x69\xe3\x9f\x31\xec\x0a\x2d\x29\xee\x18\x2f\xb9\x22\x47\x68\x3e\xd4\xbf\x7b\xbb\x8f\x33\x2b\xfa\x14\xa3\x0a\x2f\x43\x2d\x2c\xc7\x95\xcd\x64\x4b\xc5\x48\x78\x8d\x59\x86\xb8\x0e\x29\x09\x08\x01\x6e\x20\x0e\xc8\x81\x25\x90\x07\x62\x40\x1a\xe6\x90\x65\xc4\x61\xa1\xc9\xe2\x4d\x57\xd0\x30\xc2\x71\x5e\x08\xc7\x80\x42\x3f\xb1\xbf\x16\x58\x25\x18\xe6\x6e\x5a\x2a\x98\x88\x67\xf1\xd5\xb3\xc9\xd4\x65\x91\xf1\xe7\x11\xa1\x66\xc7\xba\x02\x3c\xb0\x6c\x92\x20\x60\x02\xd8\x40\x05\xee\x0f\xfc\x37\xc4\x08\xa4\x03\x7c\x5c\x06\x5c\x21\x2b\x95\x65\xb3\x6c\xcf\xf4\x98\x6c\x28\xf4\x47\xf0\xa5\xd5\x0e\xc9\x34\x5d\x97\x52\xc5\x42\x7a\x72\xd8\xa3\x9b\x82\xe9\x83\x6a\x84\x48\x3f\x2b\x23\x89\x38\xa2\x11\x3c\x31\x62\x22\xf2\x7b\xb4\x18\x8c\x97\x58\xc7\x38\x5f\xf0\xa8\x08\x30\x09\xc7\x29\x07\xb8\x34\xa5\x4f\x74\xcf\xed\x95\x03\x7f\xa4\xc0\x36\xaa\x5f\x1f\x1c\x7e\x5c\x11\x1e\x2c\x6d\xe2\x2c\x48\x8e\x6f\xf6\x27\xb7\xf7\xd5\xe7\x91\xfb\xce\x27\x40\xf3\x11\xfb\x1d\x76\x11\x9e\x0d\x41\x28\x71\x12\xe9\x67\xf2\x5a\xca\x5a\x1a\x4a\xba\x47\xfa\x3f\x6c\x54\xa2\xb7\x6a\xd5\xe6\x28\x9e\x78\xd1\x26\xb9\x30\xf4\xbf\x77\x38\x5f\xda\xc1\x9e\x5a\xe9\x0a\xad\x1c\xc8\xd8\x8c\xf8\xec\x3e\x63\xa1\xac\x11\x23\x31\xca\x6e\x46\xce\x41\x61\x4e\xa5\x4c\xb3\xce\xc0\xc5\x34\xc2\xf2\x8d\x1d\xc2\x55\xc2\x1b\xc9\xf7\x5d\x98\x42\xb1\xc1\x88\xd4\x09\x2e\xd8\x20\x95\xb5\xfc\xff\x3a\x2c\x83\xae\xe1\x0e\x47\x56\xac\x87\xc3\x9b\x05\x8b\x3e\x25\xad\x05\x75\x39\xfd\x7f\xac\xfd\x63\x98\x5d\x5b\xf6\xfe\x0f\xaf\x24\x95\x14\x82\x42\x92\xb2\x6d\xdb\xb6\x6d\xdb\xb6\x6d\xdb\xb6\x6d\xdb\xb6\x6d\x57\xa5\x98\xfd\x5c\x5d\x7d\xba\xfb\x9c\xd3\xfd\x7b\xae\xff\x8b\xef\x7a\x7f\x8f\xb5\xaa\xf6\xde\xe3\x33\xd7\x9c\x63\x8c\x7b\x4c\x51\x4a\xa0\x86\xde\x82\x90\x9f\x18\x96\x24\x8f\xdc\x9a\x72\x89\x66\x98\xfe\x85\x71\x94\xc5\x9c\xe3\x82\xab\x9e\x57\x4f\xaa\x4f\x2b\xdb\x1a\xd9\x87\x28\xb6\x39\xff\x8f\x5d\xef\xfb\x9e\xdd\xd6\x59\xf0\x1e\xb6\x6a\x95\x6c\xb4\xa8\x49\xef\x22\x9b\x4f\xda\x7d\xd2\x3c\xdc\x1f\xe8\xc9\xe8\x6d\x19\x7f\xb3\xbc\xb0\xf3\x70\x69\xf2\x5e\x0a\x18\x0b\xdb\x8a\x16\x48\x70\xc9\x48\xa9\x53\x9b\x59\xba\x19\x84\x83\x65\x90\x56\x56\xfc\x81\x8c\xde\xf3\x84\x35\xcc\x31\xf8\xd6\xd3\xd2\xbe\xd4\xf3\x30\x2a\xb7\xcf\xe6\xe6\x1a\x5f\xc4\xa5\xb8\x6f\x78\x12\xf9\xeb\x05\xdd\x85\x7f\x8b\x3d\x4b\xb5\xc8\x5a\x2b\x74\x28\xc7\xa9\xe9\x68\xcd\x19\x4f\x39\x95\x06\xf1\x24\x09\x17\xbf\x6f\x21\xff\x17\x75\x7e\x8d\x1c\x30\xcc\x2f\xf4\x2f\x37\x54\x17\x9c\x27\x7e\x08\xa2\x75\x2a\x36\x56\x57\x1e\x95\x94\x97\x36\x94\xf9\x25\x4f\xa6\x64\xa7\x5a\xaf\x61\xa5\xed\xa6\x67\x6a\x84\x6c\xe2\x63\x79\xe5\xd0\xe9\x4f\x12\x27\x9a\x7b\x5d\x27\xd7\xff\xe5\x3f\xe0\xbb\x76\xdc\x86\x9e\x26\xec\xd6\xa9\x49\xc9\xfd\x16\x87\xe7\x5f\xe5\x10\x66\xa8\xa3\x61\xad\x3e\xa6\x05\xa6\xe3\xaf\xcf\x69\xe4\x6c\xf6\xde\x32\xda\xe6\xc1\xc1\xce\x39\xc5\x7d\xc1\x8f\x23\xfa\x39\xab\xbe\xea\x4b\xe7\xec\x94\xe8\x7f\x22\xbc\xf2\x9d\xae\xae\xd6\x8c\x93\x75\x14\x54\xd2\x67\x0d\xc7\x40\xf8\x16\xd8\x82\x4c\x19\x4d\xfd\x2c\x1e\xac\x87\x6c\x93\x1d\xbc\x5d\x3c\xdd\xd5\x3d\x5f\xfd\x25\x82\x81\xf0\xf0\x58\xbd\x8c\xdb\x72\x85\x36\xa9\xd1\xee\xd5\x85\x3f\xe3\xf7\xa1\xef\x90\x6f\x99\x78\xe4\x7d\xab\x60\x59\x5b\xa6\x5a\x34\xb5\x2f\x89\x73\x99\xb3\x81\x1b\xba\xbb\xbd\x37\xa4\x6f\x5d\xe0\x74\x88\x5a\x84\x4d\x74\x42\x62\x7a\xea\x52\xee\x5e\x99\x55\x8b\xc3\x50\xda\xe2\xfd\xe1\xdf\x3c\xfa\x6f\xe1\xf6\xbf\x2f\xa4\x0c\x09\x37\x53\x97\xd6\x65\x18\x45\x3d\x07\x6b\x04\xee\x07\xeb\x85\x41\x47\x44\xc6\x30\xc7\x77\x27\xf3\xa4\x99\x66\x51\xe5\xcd\x15\x5f\x57\x6c\x37\x77\x0c\x26\xce\x17\xef\x89\xdf\x36\xfc\x6d\x15\x00\xba\x7e\xd8\xc1\x9c\x8d\x18\x84\x6e\x89\xa9\x50\xce\xe2\x4b\x5c\x8e\xff\x98\x08\x97\x3c\x98\x96\x9f\x09\x91\xfb\x5a\xa8\x5b\xaa\x51\xa9\x56\x9b\xde\xd8\xde\xce\x3f\x90\x32\x67\xbe\x93\xf8\x67\x5f\x57\x10\xe8\x69\xea\x4a\xef\x84\x79\x5f\x73\xfb\x6e\x3d\x64\xa5\x73\xd1\x74\xb9\x65\xa9\x76\xe1\x75\xde\x7a\xce\x6e\x16\x67\x36\x7f\x56\x61\xda\x75\xba\x62\x2a\x60\x9a\x62\xde\x6b\x8b\xf9\x54\xf8\xd7\x7f\xf9\xd3\xdd\x3a\x1c\x99\x6e\x7a\x2e\xc3\xcd\x3d\x4f\x61\x8f\x83\x0d\x07\x0d\xc2\x0c\xd8\xf6\x85\xf7\xe5\xf6\x55\xf6\xf8\x74\x37\x76\xc3\x76\x89\x76\x7d\xe9\x50\x6a\x0f\xeb\xb0\xea\x33\x99\x28\x5f\x91\xdf\x7f\xba\x36\xfe\xfd\x6f\x7f\xfc\xdf\xd1\x97\xf7\xbb\xb6\x8b\xb6\xe3\x35\xc3\xa3\xbd\x5e\x1d\x61\xad\xf9\x8d\xaa\x0d\x86\x75\x55\xb5\xf4\x35\xc8\x55\x8e\xd5\xa5\x55\x15\x95\x73\xe5\x62\x15\x9f\xcb\xba\xcb\xc8\x4a\x0d\x6a\x51\xdb\xb7\x46\xc0\xe6\x99\xb7\x65\xcf\x8f\xff\xd9\x0b\xf3\x7b\xed\x7c\x6c\x53\x73\xfa\x66\xc0\xaf\x83\xb3\xa9\xb9\xd6\xbe\x2c\xa0\xc4\xbc\x50\x35\xcf\x36\x67\x28\xeb\x77\x56\x6d\x26\x58\x86\x7f\x06\x57\x1a\x7b\x8a\x49\xf2\x50\x4a\x69\xaa\x43\xf2\x69\xf6\x64\xb9\x74\xd3\x43\xdf\xdd\xb4\xf0\x06\xdf\xe9\xee\x33\x19\x08\x74\xb5\xbc\x35\x30\x19\xd0\x9d\xd0\xd0\x58\x4e\x58\x68\x90\xdd\x9c\x66\x9b\x02\x97\x40\x1b\xa7\x15\xdd\x13\x95\x16\xf9\x33\xa2\x37\x82\x2a\x1c\x26\xe4\x28\x58\x2f\x24\x2b\xf0\x26\x98\x2d\x04\x2d\x3a\x33\x6d\xab\xe8\xa8\xae\xbf\x3b\x7d\xf2\xc3\x3a\xdb\xe9\xe3\x83\xe0\xce\xd4\x54\x4f\xe7\x63\xb5\x5b\x01\x74\xfa\x50\x22\x4c\x0c\x51\x18\x5c\xd0\xb3\x3f\xa5\x0f\x99\xb7\xb1\x87\xa6\x9b\x9d\x3b\xba\xab\xb7\xab\xbf\xab\x98\xb3\x87\x53\xb1\x83\xbb\xd3\x9d\xc3\x94\xb7\x5c\x98\x4f\x92\x69\xde\x7a\x0d\x41\x17\xcc\xc4\xec\xfa\xc8\x51\xf5\xbc\x4f\xaf\x61\x8d\x5d\x2e\x58\xa2\x76\x84\x58\xa0\x9e\xd7\x99\x1b\x91\xc3\x8d\xdd\xb3\x8d\xaf\x25\xb7\x25\x84\x79\x84\xe9\xbd\x69\xbd\xc9\x99\xb1\x81\x11\xbe\xe1\xb1\x41\x86\x11\xad\x21\x8b\xd5\xa2\xdb\xbb\x20\x89\x78\xe5\x5c\xe8\x6a\xab\x2e\xaf\xc9\xba\xf5\xc6\x61\x85\xc6\xa0\x82\x94\x84\x96\x50\x18\x4f\x46\x87\x27\xeb\x59\x93\x27\x83\x17\x9d\x75\xad\x54\x0d\x6a\x35\x36\x15\x1b\x55\x05\x95\x6d\x15\x6f\x95\x1f\x0a\xbf\x94\x28\x14\x70\x14\x88\x15\x94\xb5\x14\x4c\x77\x9d\x72\x02\xf0\x63\x1f\x72\x6e\x6a\x2c\x7b\xaa\xe6\x82\xbb\x53\x2b\x3f\xa5\x5b\x47\xc4\x7a\x7d\xb0\x95\x30\x2a\xd3\x9e\x55\x2d\x57\x8c\x94\xb9\x90\x0c\x96\xc8\x17\xe3\x17\x53\x11\x0d\x16\xe5\x11\xd6\x12\x16\x10\xdc\x16\x58\xe2\x4f\xe1\x2f\xe3\x9f\x94\xbc\x51\x83\x31\x66\x71\x98\xf6\x8f\x8f\xeb\xca\xbb\xae\xaf\x9f\xe4\x6c\x1d\x2e\xb2\x48\xb0\x0d\x2c\x74\x24\x36\xde\xd2\x60\x97\x59\x10\xc3\x17\x2c\xe4\x4b\xe1\x62\xe2\x88\x63\x6b\x66\x99\x65\x76\x62\x3a\x66\x6c\x67\xdc\x67\x18\xa4\x37\x65\x40\xa1\x4f\xa6\x77\xe2\x5c\x14\xf3\x56\x5e\x33\x12\x71\x64\x08\xb4\x4b\x6c\x2c\x76\x19\xdd\x6e\x3c\xc8\x6b\x89\x99\xf4\xc1\xb2\xde\xd6\xb1\x94\x63\x12\xd2\x66\xf7\x65\x6a\xa1\x43\xa3\xfe\x4e\x49\x4e\xe6\x49\xfa\x91\xb8\x93\x98\x8a\xf0\x89\xa0\x8a\xa0\x16\xff\x01\xff\x3b\xde\x30\xfe\x06\x15\x0c\x5b\xaa\x48\x98\x72\x85\x71\xa9\x4b\x7c\x18\x53\x7a\xcf\x88\x56\x83\x4f\x2e\x47\x4c\xaf\xb7\x81\x65\xb2\x26\x9c\x24\x07\x97\x18\xad\x3e\x09\x2a\x5e\x20\x36\x15\x86\x1e\x9a\x34\x4a\x1a\xb2\x0d\xe2\x06\xc2\x2b\x42\x12\x22\x2c\x22\x2d\x42\x1d\x02\x1e\x42\x26\x66\x0d\xb9\x30\x1b\xba\x18\xba\xda\x89\x85\x9d\x47\x42\xf4\xc2\x28\x58\x63\x77\xc1\x50\xec\x8a\xcf\x96\x55\x87\x26\x8f\x44\x2c\x87\x33\x79\x11\xa6\x2f\x02\xea\xf7\x2a\x98\xfa\xaf\x3b\x5f\xde\x41\x55\x41\xc6\x41\x1c\x42\x28\x42\x30\x43\xd0\x41\x50\x80\xaf\x82\xe7\xc2\x5c\x63\xe2\x53\xca\x70\x26\x48\x15\xe9\xc4\xd9\x25\x06\x62\x4e\x88\xb4\x76\x94\xf0\x27\xa1\x07\x4c\xd8\xdd\xeb\x56\xcb\x40\x72\xcd\x53\x6e\x62\x42\x42\xf7\x82\x05\xbc\x73\x06\xa0\x00\x3c\x40\x1d\xa0\x7f\xdb\xbd\xf8\x07\x7d\xe9\x00\x6c\x00\x0d\xfc\x0e\x01\x0e\x1f\x97\x41\x58\x20\x5a\xa9\xc2\xb4\xc9\x5d\x7b\xd6\xae\xbb\xb3\xca\x2a\x23\x2d\x9c\xdf\x0d\xce\x14\x5c\x39\x4b\x70\x98\x61\x18\xdf\xe1\xe7\xe5\xc7\x29\xe0\x2b\xc0\xf6\xb6\x03\x03\x01\xc0\x01\xc8\xc0\x0f\x00\xe5\xed\x3c\x83\x1a\xec\xe5\xc7\x67\x9c\x2a\x5a\x5f\xde\x67\x79\x5e\xc3\x1f\x4e\xdd\x2b\xcf\xc3\x2e\x4d\x6c\x85\xb0\x09\x18\xbe\xcf\xd6\x71\x5a\x52\x92\x9c\x1c\x7c\x64\xaf\x68\xc0\xd7\x4f\x00\x1c\x40\xf2\xd6\x79\xf1\xe3\xad\x0e\x85\x16\x20\x02\xde\x03\x6c\x00\xe9\x3b\x1c\x98\x69\x2c\x46\x6a\x6a\x1e\x65\xb9\x19\x83\x23\x87\xe9\xdd\xaa\x99\xe6\x6e\xef\x4a\xb7\xf4\xb0\x50\x0e\xe7\x28\x23\x31\x85\x40\xfe\x10\x3a\x1e\x5c\x89\x1f\x36\x60\xba\xc0\xb7\xb7\x39\x1a\x10\x00\x2e\x80\x0d\x7c\x05\x70\xde\x7a\x59\xc5\x00\xba\xaf\xbb\x68\xeb\xe4\x20\x2e\x3a\x99\x09\x7d\x1a\x07\x8e\x73\xb7\xd5\x9c\xe1\x8c\x46\xa1\x7c\xb0\x18\x0f\x6f\x6d\x4b\x06\x0d\x6a\x31\x25\xd6\x2b\x52\x37\x94\xcb\xcf\xf1\x6f\x95\x9b\x50\x00\x37\x20\x0f\x30\x00\xa8\x80\x38\x80\x0b\xf0\x02\xc4\x00\xf1\x67\x4f\xd4\x27\x72\x53\x8e\x17\x69\x1b\x3d\x4c\x07\xda\x5f\xa1\x3b\xaf\xd3\x68\x1d\xbf\xca\xc0\x52\xde\x07\x49\x3b\x3a\xe9\xf7\xc9\x05\xf2\xe6\xd0\xcc\xe3\x0c\x7e\x8f\x79\x3f\x0f\x20\x00\x24\x6f\x1e\xb9\xdc\x6f\xb3\x59\x19\x81\xaf\x00\x23\x40\x0b\xe9\x82\x38\x4f\x9c\xc9\x4a\x21\x1e\xa7\x59\x6e\x7d\xfa\xdb\xe6\x54\x6a\xc9\xb7\xbf\xb5\x56\x39\xe7\x7d\x94\xa3\xc7\xad\x79\xb7\x1a\x9e\x68\x04\x4b\x26\xc9\x2b\x4a\x18\xd4\xdd\x1f\x15\x20\x50\x80\x06\x80\x05\x70\x03\xe8\x00\x3d\xa0\x0c\x50\x82\xeb\x20\x79\x93\xb4\xb2\xb3\x49\x7d\xd4\xe9\xb7\xcf\x02\x81\x6e\xd4\x37\xfd\xc6\x3b\xdb\x52\x4a\x24\x93\x1c\x02\xd6\x1d\x08\xf4\x3f\xca\x41\xf2\xfd\xa4\x2d\xc5\x03\xff\x3e\xf5\x8e\x09\x40\x07\xbe\xbd\x47\x00\xb3\xfe\xd4\x0b\x09\x09\x25\xf3\x85\xe8\x6b\x0c\xb4\xe8\x77\x3a\x9c\x58\x3a\x22\x01\x52\xa5\x12\x53\x62\xf7\xed\x7f\x64\xd8\x23\x81\xf9\xec\xbe\x0f\x35\xf2\x59\x7d\x51\x90\x1e\xcf\x16\x3a\xea\x04\xe2\xdc\x6c\xfb\x64\x5a\xa8\xaf\x50\x4c\x50\xea\x5f\x86\xa1\x19\x60\x0f\xbf\x1f\xc3\x57\x23\xfd\x40\xc6\x45\xcd\x43\x7f\xc4\xc2\xa2\xa0\xe2\x58\x93\x12\xd5\xe1\xb6\xeb\x08\x7c\x9b\xde\x70\xc5\xb2\xd1\x32\x16\xd5\x0a\x53\x7c\x94\x0c\x19\x24\xe4\xc8\x6d\x48\xab\x30\x2b\xc8\xce\x90\x80\xdf\x0d\x8f\x89\xa0\x80\x74\x84\x8a\x80\x51\x84\x15\x86\x6b\x81\x2f\x4f\xb8\x48\x32\x4a\x36\x43\xbe\xcd\x52\x24\x62\xa7\xca\x6c\x96\xe9\x11\x14\x95\xfb\x96\xe7\x99\x0f\x2d\xe6\xeb\x7b\xab\x6a\x89\x72\xa4\xa3\x7d\xbc\x4b\xac\x51\xb4\x65\xa4\xe6\xb8\x25\xa8\x44\xb0\x13\x70\xc5\x09\x30\x89\x28\x48\x69\xc9\x2b\xa9\xd1\x68\x23\x18\x24\x98\xde\xb1\xe6\x70\xc8\x0a\x12\x2a\xa4\x1b\xf4\x3b\x66\x04\x7f\x4c\x19\xff\x67\xb6\xbe\x9c\xd9\xd4\x1d\x57\x6e\x63\x28\x53\x49\x7d\x0e\x6d\x74\x5d\x35\xa3\x52\xbd\x11\xfb\xce\x9a\x45\xb9\x4f\xb5\x40\xf3\x48\x1f\xc8\x94\xc9\x4a\xcd\xe1\xc0\x95\xc7\xc7\x28\xa0\x2a\xe2\x2c\xb6\x2e\xdb\xa5\xb3\x67\x53\xe6\x8b\x11\xf7\x31\xff\x0f\x6e\x3c\x65\x1f\x4e\x2c\x2e\x0f\x84\x37\x50\x16\xd0\x24\xe0\xf8\x07\x3b\xc0\x18\x46\x2a\x2a\x09\x2a\xb2\x2d\xb3\x3f\x72\x4d\xf1\x4a\x0a\x6c\x09\x9b\x89\x19\x4b\xc6\xc8\xf8\x2a\xbc\x57\x9a\x50\x99\xd2\x92\xb3\x98\xf7\x70\x8c\x70\xc9\xa4\xad\x52\xfb\x17\x33\x6e\x38\xb6\x63\xa7\x9e\xbb\x90\xab\x18\xb2\x22\xa3\xb6\xbd\xfb\x6d\x72\x74\x3a\x64\xad\x44\xbf\x89\x41\x48\xb4\x49\x5b\xc9\x31\x29\x84\x28\xfb\xaa\x15\x69\xb9\xe8\x3a\x1b\x1c\x99\x60\x58\x52\xb8\x6a\x87\x64\xa7\x60\x95\xe8\xb7\xd2\xfc\x2b\xc2\x0b\xfa\xc9\xd3\xf2\xc6\x88\x74\x6b\x55\x19\x4d\xda\x5e\xf8\x86\xc7\x80\xd5\x0f\x6d\x3c\xc5\x25\xa5\x5f\xaa\x89\xea\x39\xda\x48\xba\x53\x86\x28\xa6\x38\xe6\x4f\x56\x8b\x76\x41\x8e\x23\xee\xea\x41\x18\x09\x83\x05\xd8\xf5\x47\x03\x72\xff\xe1\xde\x3d\xcb\x7e\xd1\xdc\x7d\xff\x42\xc3\x73\x91\x7f\xb2\x4f\xe8\x96\xeb\xb1\x05\x86\xfe\xa8\xa1\xa8\xb1\xbf\xe9\x8c\x05\x82\x35\xb4\xbd\x93\x93\xa9\xeb\x9c\xa7\xad\x4f\x43\x60\x4c\x68\x68\xbc\x41\xae\x43\x8d\x62\xf7\xf4\xf4\xea\x9f\xd9\x79\xd5\xbd\xf5\x3a\xa3\xd4\x53\x58\x7b\x57\x50\x94\xd8\x11\x42\xe9\x86\x65\xa7\x64\x27\xee\x88\xe1\x32\xe5\x5a\xef\xa1\xea\x73\xe4\x5f\x15\xac\x16\x9e\x1b\xed\x94\x80\x9c\x22\x94\xd3\x55\x45\xd6\xd1\x37\x7e\xb5\x1e\xfd\xe7\x08\x2f\x9a\x67\xd3\xeb\x65\x93\x62\x5d\x6b\x35\x49\x79\x0d\x89\xbe\x21\x81\xde\x3b\x3e\x0f\x7e\x6d\x81\xd0\x21\x06\xe1\xf0\x51\x4b\xb1\x2f\x89\xe0\x69\x72\x59\x02\x79\x72\xc5\x60\x95\x43\xed\xc9\xa3\x3d\x2b\xbc\xc7\xa3\x7f\x25\xf8\x23\xc7\x09\xfa\xea\xf6\xd8\x43\x67\x5d\x75\x6b\xbe\x5c\x82\x45\xb4\x7b\xd4\x61\x4c\x61\x7c\x50\xe2\x75\xaa\x46\x06\x5c\x8e\x51\xbe\x67\x49\x52\xc5\x6a\xf5\x60\x83\x5c\x57\xcd\x48\xe3\x52\xde\x21\xca\xaf\xff\x72\xca\xbf\x7f\x3e\xd4\x5a\xc1\x1b\xbb\xeb\x06\xaa\x6b\x0b\x1c\x32\xa3\x32\xcc\xb3\x21\x73\x2e\xf3\x2b\x8a\x22\xcb\x7a\xab\xde\xd7\x11\x34\x7d\x6d\x7b\xe9\x7e\x1c\x54\x1f\xaf\x5c\x92\xdd\x9f\xb8\xbd\xfc\xb3\xf6\x75\xe0\xc1\xf3\x3a\xfc\x4c\xef\x98\xe0\xe0\x78\x4f\x6c\x87\x60\x93\x63\x83\x65\xf3\xc3\x7a\xfd\x1a\xdd\x7a\xd1\x32\xc1\x0a\xf6\x2a\xe2\x0a\xdd\xca\xe3\x8a\xd8\xb2\xe4\x8e\xf5\x39\xe3\x63\xe9\x7f\xdd\x5b\xfd\xcc\xf2\x10\x73\xbb\x76\xad\x76\xf1\xf7\x1c\xf6\x34\xce\x94\xc8\x78\xf1\xe8\xc9\xf8\xda\xe8\xc5\x08\xda\x88\xd9\xb0\xcb\xe0\xe7\x41\xac\x7e\xca\x81\xf5\x21\xf4\x41\xcc\x69\xc2\xb5\xf6\xc3\x83\x5b\xa4\xff\xa8\x7f\x9f\x5e\x89\xed\x41\xac\x43\x2e\xd2\x4f\xe6\x8d\xcc\x0c\x0c\xf4\x72\x74\xd9\x75\xe4\xb6\x8d\xb7\xf6\xb5\x08\x36\x59\x36\x73\x34\xa5\x37\x3c\x35\x9c\x37\x38\xd6\xb1\xd6\x1d\x35\x60\xd5\x1b\x77\x59\x8d\x96\x2d\xd2\xee\x54\x5e\xec\xbd\xfc\x73\x2f\x29\xfe\xd2\x74\x1b\x69\x2e\x7d\x6c\xb4\x2f\xb3\xe3\x63\xf3\x7e\x83\x76\x35\x7a\x45\x5a\xd9\x60\x69\x49\xe1\x59\x71\x66\xe1\x65\xfe\xaf\x42\x98\x82\x81\x3c\xe8\xfc\x9e\xec\x98\x1c\xff\x7c\x83\x3c\x8d\xca\x89\x56\x8c\x01\xfa\x19\x93\x4d\xcc\x33\x97\x67\x67\x10\xe8\x72\x75\x8b\x7a\x5a\xad\xaf\xbb\x6d\xa6\xce\xb6\xd2\xbe\x08\x25\xcf\x3a\x93\x2c\x7d\x2e\x25\x3b\x85\x31\x09\x35\xc1\x23\x01\x2e\xe1\x31\x9e\x32\x61\x32\x66\x3f\x86\x22\x06\x2f\x86\x33\x66\x2b\x0e\x2c\x53\xaa\x44\xb8\x01\xbe\x27\x6e\xb2\x78\xdd\xe9\xb4\xe9\x3e\x71\xdb\x62\x5a\xb1\x07\xa5\x41\xa6\xec\x5b\x5e\x67\xba\x61\xf2\xc7\x58\x81\xc8\xba\xb0\x2f\x21\x74\x41\x06\x41\x0c\xfe\x19\x01\xa3\xfe\xf4\x01\xb0\x7e\x8d\xbe\x9d\xbe\x72\xbe\xc1\x3e\xca\x3e\x9f\x7c\xcf\x23\x2c\x93\x7f\x17\xa0\xd4\x5c\x75\xe9\x4f\x08\xac\x9d\x1c\x6d\xcc\xc7\xf7\xf9\xd7\xb1\x16\x15\xa5\x33\xc7\xd5\x44\x3c\x04\x23\xfb\xdc\x7b\xa2\xb8\xfe\x72\x1e\x77\xa0\x74\xa0\xb6\x77\xb6\xe7\xb3\x8f\xb2\xbd\xb6\x3d\xb1\xfe\x6a\x9d\x69\x85\x6c\x71\x60\xc9\x69\xb3\xe5\x7e\x17\x3c\x9b\xa0\x9f\x9b\x54\x0d\xd9\x99\x36\x71\xb1\x2e\x39\x6a\xdf\xf2\xae\x74\x20\xbd\x22\x1a\x2e\xa0\xd0\xd3\xd5\x89\xd3\x76\xc1\xc2\xcc\x64\xc6\xd8\xc3\xd0\xc3\x60\x43\x0f\x5d\x0f\x5c\x0f\x57\xa7\x54\xbb\x47\x9b\x4a\x5b\x5c\x63\x43\x53\x45\xe3\x45\x57\xd5\xfc\xd0\xf9\x2e\x20\x3c\xf6\x29\x47\xb7\x1a\xa7\x9b\x73\x41\xb4\x37\xad\xfa\x35\xb7\x2e\xee\x53\xa0\x93\x2b\x95\x35\xb3\x11\x94\x6e\xb8\xa6\xa5\x2a\x9c\x12\x8e\xbc\x85\xdc\x94\x9c\xb2\x74\x83\x0c\xa7\x74\x9b\x54\x87\xe4\x85\xe4\x95\xa4\xa3\x44\x95\x14\xb3\x4c\xb1\xfa\x82\xf1\xa6\xe3\x4f\xbf\x9d\xd8\xe3\x5c\x8e\xda\xd0\x69\xbc\xf6\xea\x8a\x2f\x69\x93\xe1\x11\xee\xfd\xd6\x65\xba\x27\xaa\xca\x72\x30\x92\x72\xc2\x65\x42\x47\x02\x06\xfc\xca\xbc\xf8\xdc\x6d\xdc\x1a\x5c\xdc\x9c\x77\x9c\x39\x1c\x7e\x1c\xdf\xd8\xdd\x58\x97\x79\xc4\xc5\xa3\x54\xbe\x19\x56\x3a\xa0\x06\x7c\x8d\xef\x2f\xf8\x35\x1e\xd2\x52\x5f\xb2\x93\xb4\x1a\x14\xe4\x94\x6e\x34\xaa\x8a\x22\x49\x2a\xa0\xce\x79\xca\xca\xcb\xcc\xc2\x20\x4d\x1b\x49\xb3\x4e\x2d\x44\x35\x45\xcd\x42\xf5\x81\xd2\x80\x32\x8a\xb2\x98\x02\x44\x81\x49\x43\xc0\xce\x2b\xc2\xa3\xb4\x6b\xc4\xe2\x78\x18\x64\x9d\x8c\x38\xb6\xdf\x12\x5d\xf4\x94\x78\x17\x60\x6a\xaf\xab\xb7\xa5\x80\x26\xb4\xc4\x32\x42\x4d\x43\xba\x4c\x0c\x49\xa0\x88\xbb\x86\xf3\x03\x7b\x0b\x9b\x12\x53\x0e\x43\x15\xe3\x01\xc3\x0b\x23\x01\x43\x09\xf3\x13\xb6\x11\xb9\x10\x2b\x8c\x88\xa8\x32\xba\x71\x95\xab\x68\x98\xf3\x04\x6f\x9b\x6f\x49\x7d\x52\x5a\xa0\x80\xfd\x95\xbe\x9b\x5c\x21\x9f\x15\x5d\x3f\x21\x35\xfa\x30\xb2\x3b\xc2\xfc\xcf\xd7\x1f\x18\x70\xf2\xb0\xfa\x30\xad\xd0\x05\x30\x2e\xd0\xc9\x30\x39\x30\x7b\x30\x48\xb0\x0b\xe8\x15\xa4\xcd\xac\x83\xa2\xb7\x1a\xcb\x96\x3e\xde\x39\x33\x21\x5d\x3c\x15\xd6\xe9\xf8\xa1\x92\x2e\x82\x46\x1d\x8a\x91\x02\xf2\xf4\x12\x78\xdd\xf0\x5e\x9f\x8d\x20\x5a\x3e\x45\x81\xc9\xbc\x6f\x7b\x57\x09\x4c\x01\xce\x40\x08\xe0\x0b\xf4\xbf\xc3\x7a\x27\xfe\x4e\x10\x06\x05\x43\x85\xb2\x8e\x9b\x5e\xc6\x4a\x9f\xd6\x31\x76\x51\xa5\x9f\xae\x36\x25\x87\x20\x7a\xcd\x0b\xcd\x62\x5f\x9d\x5c\xf4\x82\x65\x97\x44\x0b\x39\x04\x2a\xeb\x6d\xf6\x14\x16\x40\x08\x10\x03\xd2\x80\x04\x80\x06\x70\x00\x74\x6f\x1e\x2f\x12\x9f\xe3\x51\x62\x88\x4b\x59\x78\x44\xda\xd4\x48\x2d\x6d\x37\x78\xc6\x0a\x5b\x25\x8b\x5f\x92\x3d\x82\xb0\x1d\x46\xf5\xf4\x64\x5e\x79\x44\xa8\x43\xb0\xc6\x61\xeb\xdf\xad\x00\xa8\x00\x3f\x00\x0d\x30\x02\xd8\x6f\xb3\x28\x58\x00\x1e\x80\x0b\xc0\x00\x78\x20\xc2\x10\x13\x88\x52\x99\xe6\x84\xf6\xd4\x3e\x5b\xd4\x1f\x44\xcc\x5b\xf6\x05\xd4\xa6\x64\xd7\x46\x8e\x78\x50\x9b\xd1\xa9\xf8\x08\xc7\x32\x79\x11\x82\x90\xbc\x21\xa5\xdf\x7a\x37\x69\x00\x26\x80\x12\x00\x07\xa8\x00\xe9\xb7\x3e\x65\x4c\xe0\xc7\x47\xad\x9f\xf4\xf8\x46\x0c\x0f\xc2\xb9\xaa\x1d\x16\x38\x97\x3b\x9b\xb6\xe3\xf2\x2d\xa1\x45\x11\x89\xb4\x7e\xf7\xb6\x56\x3a\x50\xd2\xb6\x5c\x2f\x94\x27\x98\x4f\x30\x55\x80\x2f\x80\x05\x60\x01\x78\x6f\x3a\x46\x00\x05\x40\x00\x44\x00\x58\x40\xe4\x03\x0b\xdc\x02\x8e\x31\xed\x0e\xbf\x89\x12\xb5\x49\xf8\x53\xe9\xe1\xb7\xb9\xaa\xee\xec\xaa\x95\xf4\xa7\x30\x2e\x57\x2a\x13\x3f\xa5\x51\xa1\x70\x26\x4c\x42\x69\x44\x1d\x88\xcf\x00\x1c\x40\x06\x80\x03\xc6\x00\x12\x00\x03\xa0\xbf\xf5\xe4\x20\x03\x78\x00\x25\xcc\x0c\xd6\x28\x4d\x30\xff\x77\x25\x76\xd3\x08\x10\xe8\x62\x7d\xf5\x79\x04\xa2\x89\x2a\x3f\x34\x0e\xc5\xe7\xd1\x26\x53\x1b\x57\x2a\x85\xb3\x90\xd2\x02\x53\x12\x86\x06\x40\x02\x98\x00\x06\x40\x19\x90\x7e\x57\xf0\xc1\xe3\xa3\x14\x38\x02\xf8\x12\xe4\xc4\xe7\x70\x44\x71\xa2\x7b\x56\x3a\x71\x27\x2d\x64\x5b\x2e\x10\xe8\x97\xd4\x6e\xe2\x74\x7a\x67\x79\x85\x6a\x5a\x5b\xa8\x8e\x0b\xbe\xb1\xad\x32\x87\x10\x29\x93\x36\x91\x01\xe2\x09\xb8\x3a\x58\x05\xb8\x1c\x14\xfe\x17\xae\x6f\xf9\xb0\x24\xdf\x69\x7e\x8c\xc2\x37\x23\x14\x20\x5b\xe0\x06\xd2\x9e\xf1\x73\x28\x12\x1b\xfb\xbb\x91\x80\x40\xbf\xf5\x4f\x7f\xaf\x7c\x1f\x22\x6e\xd0\xcb\x8b\x88\xc3\xf2\xd1\xb3\x2e\xd5\x51\x96\x41\xe1\x21\xa3\x91\xc3\x76\x80\x29\x85\x5d\xf9\x11\x89\xf0\x0e\xc9\x13\x95\x09\x43\x0a\xcb\x0e\xf7\x0b\xae\x21\x21\x2c\xf1\x1c\x15\x3e\x67\xb3\x94\x93\xf6\x8c\xad\xaf\xff\xdb\xbe\xfd\x6d\xce\xce\xd1\x54\x5f\x47\x7e\x79\x5a\xda\x75\x18\x9d\xeb\xb4\xe9\xb4\xaa\xa4\x18\x39\x9b\x2a\x69\x08\x5a\x29\x46\x01\xb6\x06\x2e\x37\x7e\x3a\x31\x1b\xe9\x2a\x85\x19\xb5\x14\xed\x24\x03\x0e\xd3\x35\x3b\x89\xe8\xa3\x1a\x84\xd9\xba\x87\x78\xd4\x5b\x15\xc7\xab\xca\x29\xce\x72\xdb\x90\x7c\x63\x70\xa1\x48\xc2\x7b\xff\x1c\xfb\x66\x83\x74\x05\x6f\x81\x64\x7a\x56\xe2\x50\x32\x5c\x0a\x7a\xea\x14\x5a\x16\x46\x61\x66\x3d\x36\x48\x8e\x17\x5e\x4f\x7e\x22\xc1\x75\x91\x3e\xa5\x02\x23\x44\x27\xb5\x60\xfe\x7f\xad\x40\xee\x08\x77\x6e\x66\xa0\xba\x34\xab\x32\x32\xbb\x22\x4f\xbd\xfc\xad\x2c\xb4\xdd\xa4\x45\xb8\x69\x19\x51\x98\xf6\x58\x16\x38\x78\xb8\x59\x78\x3b\x04\x76\x84\xad\xc5\xc6\xa4\xf4\x64\xb9\xe4\xcf\x94\x3f\xeb\xd3\xd8\xd9\xf9\x09\xc5\x35\xe7\xff\xb1\x83\xf1\x5b\xe5\x4c\x63\xd5\x71\x24\xb7\xe5\x73\xc9\x55\x0a\x6e\x88\xa7\xab\xbe\x99\x82\x86\x97\x78\x34\xbf\x86\x40\xa9\xd0\x8d\xe8\x94\x44\xa5\x0c\xad\xdc\x9c\x12\x81\x72\x82\x46\x8b\x4e\x84\xde\xb2\x11\xab\x75\x82\xd7\x7d\x94\x4d\x56\x48\xf5\xbf\xab\x38\x7e\x51\xee\x9d\xcd\xdd\xf7\x65\xd6\xb5\xe6\x35\x27\xbe\x0b\x94\x76\x9c\x32\xae\x56\xd6\x96\xc5\x92\x7b\x52\xd8\x54\xb6\x56\x1d\xd2\xb4\xd3\x29\xd3\x3f\x33\x0e\x32\x37\xb1\x8e\xb7\x13\x70\x2e\xf6\xd0\x0a\x3b\x4c\xd3\x2e\x23\x6c\xfb\x93\xb3\xea\x25\xff\x26\xf4\x24\x57\xa7\x78\x15\x5f\xf6\x4c\x6c\x80\x9f\xaa\x03\x99\xc1\x81\xd6\x9e\x0e\x81\x5e\x9a\x81\x80\x71\x98\x39\x85\x55\xad\x6d\xa6\x43\xbd\x2b\xa4\x87\xa7\x6f\xa8\x1f\x7b\xe8\x78\x72\x6a\x51\x7a\xe3\xed\xe0\x9f\xb8\xf7\x0c\x73\xdc\xb0\x22\x3a\x42\xd3\xfa\x5a\x6e\x9a\xe1\x11\x05\xe5\x03\x6b\x6f\x65\x11\x65\x59\x62\x43\x62\x37\xe7\xc8\xe8\x82\xee\xde\xe9\x9d\xe0\xff\x25\x48\x37\x74\x27\x16\x27\x5e\x24\xb9\xa2\x20\xa4\x1e\xb1\xef\xdb\x6c\xfb\x5f\xd8\x89\xbb\x0f\xb1\x90\x3f\x18\xd8\xbc\x50\xea\x9e\xfe\x14\x29\xee\xc7\xee\xce\xef\xa1\xe5\x71\xe1\xf3\xc5\x4f\x39\x70\x32\xd4\x2e\xa2\x36\x66\x27\xc1\x38\x25\x38\x73\x23\x67\xa6\x68\xba\x36\xb8\x7b\x76\xca\x63\xb3\xeb\xaf\xfc\xbd\xf6\xd9\x25\x99\xa5\x1b\x7c\xdf\xb8\x55\x62\x92\xde\x18\xa5\x10\x22\x18\x4a\x18\xae\x1b\x85\x15\x73\x9c\xf0\x9a\x34\x91\x6e\x94\x45\x98\xeb\x54\xac\x5d\x0e\x5f\x35\xdd\x50\xd0\xd5\x31\x31\xb4\x8e\x7a\xfa\xeb\xaf\x11\x7e\x5b\x5d\x04\x6d\x7d\x9f\x19\xed\xcf\x6b\xec\x2d\xae\xca\xfa\x92\xc2\x96\xf2\x2b\x6d\x3e\x93\x33\xab\x3b\x4f\xbb\x08\xba\x74\xb6\x22\xbf\xf6\x63\x63\x6a\xcb\x45\x77\x75\x7f\xca\x04\xd8\xea\xf4\xf1\xc1\x63\xeb\xdf\x57\x01\x2f\x79\xe7\x19\x9b\x13\x33\x6d\xfd\xd9\x8d\xbf\x2b\xe6\x8b\xe0\x0b\x5b\x4a\xc2\xca\x85\x2b\xbe\x55\x4b\xd7\x85\xb5\x78\xb6\x76\x77\x6b\x0d\x68\x8d\x1a\x4d\xbe\xcc\x97\xad\x43\x1d\xd3\xfe\xba\xff\x9b\xbc\xe6\x89\xed\x6e\xe2\x2a\xf1\x7c\xe0\x78\xe9\x70\xe8\xf0\xf6\x40\x72\x3f\x68\xef\x64\x5f\x63\x97\x65\x2f\x6b\x5b\x7c\xdb\x6d\x4b\x67\x63\x64\x6b\x6d\x13\x79\x9f\xe8\x92\xfd\x99\xfb\xef\xf7\x7e\xce\xba\xfb\x78\x66\x76\xe8\xb8\xb5\xb2\x31\xb7\x5c\xbb\xb4\xb7\x2c\x34\xd7\x32\x97\x31\xcb\x32\xcb\x38\xc7\x3f\x33\x36\x3d\x36\x6d\x32\x95\x38\x11\x32\x23\x3a\x91\x3c\x19\x31\xbb\xb9\x11\x74\x4c\x75\x67\xf1\x67\xfd\x4d\xf8\xe9\xfe\x6e\xc7\x7a\xd8\x22\xd3\x34\xf7\x78\xda\x88\xc9\x90\x45\x7f\x4d\x9f\x45\xf7\x40\xb7\x44\xf7\x7a\x37\x44\x4f\x6d\xcf\xcf\x9e\xa1\x8e\x6f\xed\x05\xed\x28\xed\xb9\x1d\x72\xbd\xb0\xe3\x7e\x4b\x45\x7b\x94\x57\xa4\xaf\x7f\x78\xc3\x5c\xea\xef\x33\xac\xbd\x9f\x99\x1a\x93\xef\x2f\xee\x46\x69\x19\x6b\xac\xac\xef\xae\xa9\xaa\x16\xae\x0c\xac\x34\xab\x4e\xa9\x81\xab\x34\xae\x1a\xae\xba\xac\x38\x29\xcb\x29\x0f\x29\x13\x2e\xbf\xad\xa1\x6e\xdb\x1a\x12\x98\xdd\xdc\xc2\x3d\xe7\x79\x1e\x03\x81\xae\xeb\x77\x64\xe6\x8f\x47\x65\x7b\x18\x5b\xc6\xeb\xd7\xab\x34\x4a\xbf\x15\x36\xe4\x75\xe6\xc0\x67\x25\x67\xb9\x64\xde\x66\x4e\x66\x9a\x66\x1a\x67\x5c\xa4\xff\x4a\xdb\x4b\x13\x4c\xd9\x49\x53\x4d\x13\xc8\xe6\x2c\x93\x6d\x1c\xea\x5d\x98\x4a\xd9\xf8\x78\xaa\x7c\x07\xb3\xab\x3e\x33\x31\xc4\xd2\xf6\xb1\x26\xae\xa4\x20\xbf\x2a\x93\x2b\xd5\x20\xc1\x3c\xf6\x36\xaa\x3c\xfa\x53\xc4\x58\x38\x57\x78\x67\xf8\x79\xb8\x74\xe8\x63\x98\x4c\xa8\x6b\x68\x55\xd0\x53\x28\x45\xc8\x74\x54\x6b\x6a\x4d\x61\x7c\xdd\xb7\xae\xee\x09\xa1\xb5\xca\xc3\x8d\x45\xe8\x61\xd6\x56\xe7\xaa\x1f\x79\xc5\xa9\x9c\xf1\xd4\x51\xfa\x21\x7e\xfe\x7b\x3e\x87\x5e\xab\x5e\xe2\x1e\xd7\x6e\x0e\xae\x3f\x5c\x63\x5d\x1e\x5c\x9c\x5d\x3d\x5c\x4c\x5c\x6a\x9c\x2a\x9d\xce\x9d\x87\xbd\xf0\x42\x33\x13\x4b\xf3\xe0\xaa\x59\x3b\xbf\x8f\xdf\x6e\xca\x8d\xb7\x77\xb9\x54\x0b\xe4\x4e\x27\x93\x44\x32\xf8\xc7\x7b\x62\xb9\x22\x3b\xb0\xda\xbd\xb7\x36\xb1\x14\x36\xbf\x32\x13\x31\xe9\x34\xb5\x31\xbe\x33\xd6\x36\x11\x32\x0e\x35\x6a\x32\x92\x35\x1c\xd0\x7f\xb4\x22\x71\x8d\x08\x34\x8b\xf3\xce\x3e\xad\x72\xee\x4c\x59\x12\x1e\xca\x6c\x0a\x28\x26\x49\x69\x8c\xe0\xf4\x9e\x72\x16\xb7\x92\x33\x19\xd7\xbf\xd4\x51\xd1\x12\xd2\x20\x50\xb3\x52\xdd\x55\xa1\x57\x7e\x52\xd2\x57\x82\x57\xea\x50\x54\x55\x52\x54\x08\x52\x18\x57\x90\xd4\xbc\x32\xc5\x74\xb4\xf7\xcb\x88\x05\x72\xf8\x6a\x74\x67\x17\xfa\x08\x6a\x62\x72\x3d\xe2\x04\x02\xa8\x9c\x94\xcc\xc0\x75\x79\x55\x7c\x14\xbc\x64\x51\xa5\x18\xc4\xf7\x45\xc1\x44\xa6\x45\xbf\x0b\x27\x0a\xcb\x0b\x6e\x0a\x0d\x08\x41\x0b\x8c\x0a\x66\x08\x69\x08\xe0\x4a\xaa\xab\xf4\x1b\x7a\xd8\x97\xfb\x89\xc7\x99\xe4\x22\xce\x2c\x74\xb9\x55\x66\x65\xe8\x44\x6a\x7a\x74\x58\x5b\xea\xc1\x2b\x34\x89\x27\x0a\xe6\xf2\x1a\x70\x8e\x71\xf8\xb3\xa6\x32\x8f\xb3\xb2\xb3\x28\x31\x7d\x60\x4c\x66\x02\x18\xe6\x19\xf7\x98\x50\x19\x3a\x18\xa6\x38\x26\x44\x16\x94\x58\x0c\xd4\xec\x53\xfc\x25\x13\x3c\x67\x48\xbb\xf8\xcb\x9f\xd2\xab\xc3\xf4\x5c\x33\x4c\x41\xea\x6a\x12\xb7\xbc\x04\x4c\x85\xb4\x30\x54\xfe\x14\xda\x64\xca\xc4\x09\xc4\x2e\xc4\x56\x44\xd0\x04\xf7\x84\x6c\x04\x1a\x04\x4d\x04\x5b\x84\xdf\xf0\x67\x28\x84\x59\xb6\x85\x1c\x14\xaa\x0c\x01\xc7\xd6\x60\xd7\x99\xdc\xae\x87\xca\x95\x0c\x82\xb0\x25\x57\x7f\x93\x18\x95\x6c\x11\x07\x36\x08\x4a\x1a\x3c\x5b\xac\x00\x0c\x18\x34\x63\x94\x22\x64\x0a\x24\x23\xc4\x18\x84\x67\x44\x5a\x04\x66\x84\x70\x84\x4b\x84\x19\x24\x3c\x74\x25\x12\x06\x66\x49\x61\x24\x65\x36\x33\x01\xb7\xd3\x05\xfc\xde\xeb\x9a\xe3\x2c\x8d\x28\x09\x0f\x0f\xf3\x63\xb5\x70\xd1\x60\x96\x76\xd2\x20\x34\x61\xb8\x68\xe8\xa4\xaf\x71\x9f\xc7\x20\x7b\x21\x9a\x20\x60\x20\xa8\xc1\x5f\xc1\x57\x20\xe4\x20\x6c\x20\x1a\x20\x12\xbe\x9a\xa2\x9c\x92\xa6\xb0\x09\x8b\xdf\x6a\x8a\x59\x07\xac\xd2\x0d\xfb\x37\x41\x15\x5c\xc6\xeb\xfa\xa1\xd8\xe8\x6b\x47\x4a\x61\x70\x46\x51\xd2\x63\x54\x41\xdb\x00\x66\x00\x1a\x40\x02\x70\x03\x62\x6f\xb3\x49\xb1\x01\x7c\x00\x12\x90\x02\x98\x01\xd8\x0f\x22\x70\xd9\xd8\xf2\xd4\x8d\x7c\x30\x0a\x69\xc6\x4a\xdb\x92\x93\xc7\x9d\x01\x15\x9e\x69\x53\xa1\x31\x2e\x94\xc6\xb6\x4a\x92\x82\x00\xfd\x0a\x7e\x0a\xbc\xfa\xa7\xea\x7f\xbc\xb5\xbf\xb9\xdb\xe2\x01\x90\x6f\x51\x90\xde\x56\x34\x84\x80\x3b\xf4\x05\xa6\x34\x65\x01\x17\xbf\x2c\x93\x9e\xd5\x71\xe0\x12\xdf\x60\x65\x83\x57\x5e\x78\x2c\x8b\x37\xa6\xe5\xb9\xa6\xb4\x04\x15\x7b\x3e\xf9\x4f\x74\x84\x6f\xb8\x80\xd4\x5b\x47\x11\x0e\x80\x08\xa0\x03\x14\x00\x31\xc0\xf1\xe6\x97\x83\x08\xfc\xf8\x2a\x81\xfe\x8e\x1c\x9e\xe3\x4c\xca\x5e\x17\xe6\xe6\x72\xc7\x64\x4a\xb8\x23\xb8\x2c\x3d\x65\x3d\x68\xcf\xf1\xc1\x00\x41\x7e\x8d\x5f\x80\x2e\x01\x8f\xe6\xa7\xf3\xc7\x24\x00\x0e\x40\x7c\xeb\x50\x46\x04\xb8\x00\x06\xe0\xf3\x5b\x3d\x04\x35\x80\x0d\x85\x84\x42\x42\x0a\xc3\x6e\x24\x49\xa1\xd5\xf7\x1b\xfb\x64\x67\xe9\xdb\x00\x79\xad\x6a\x8e\x73\xf4\x77\x4f\x6e\x0b\x73\x75\x64\x31\x2d\x36\x67\x32\x62\x34\xc9\xaf\x4c\x80\x18\x80\xff\xe6\xe9\x22\xfa\x56\x1b\x4b\x07\x14\xbd\x07\x3e\xb0\x81\x59\x7e\x69\x42\xaf\xa6\xcc\xe4\x09\x95\xbb\x35\xa2\x04\x81\x6e\x96\x36\xb3\x26\x60\x5a\xb7\x4b\xa4\x92\x95\x03\x8e\x1d\xe0\xf5\x1d\xe5\xb1\xf8\xc6\xe8\x62\xf0\xca\x7e\xe2\x7c\x38\x02\x94\xde\x7f\xfd\xf8\x09\xdc\x0b\x12\xe6\x73\xd3\x57\x4d\xe8\x2f\x30\x77\x70\xea\xdf\x29\x91\x74\x89\x22\x58\x00\xd1\x47\x0d\x63\xab\x56\x10\xe8\x99\xee\xd0\x7d\xbe\xac\xcf\xa0\x86\x2d\x5b\x39\xb2\xd3\x83\xda\x02\x5c\x3d\x48\x5c\x97\x5d\x92\xbc\x01\x1d\xea\x2b\xe4\x17\x0e\xe8\x7f\xfc\x13\xb3\xe1\xb7\x11\xf7\x51\xda\xd1\x93\x30\x3c\x31\x43\xb0\x53\xf1\xfb\xe8\x5a\xf9\xf1\x14\x7c\x8d\xb4\x5d\xde\xce\x9b\x2f\x95\x37\xca\xc7\xa2\x5b\x88\x8a\x29\x93\x20\x02\x8d\x1c\x46\x0c\x12\x14\xe4\x05\x05\x18\xdb\x08\x71\x10\xfb\x91\xe2\x50\x9d\xd0\x7f\x61\x55\xe1\x32\x12\x88\x10\xd1\x91\x1c\x93\x6b\x50\x64\xd2\xa0\xd2\x56\x73\x1b\x48\x13\x68\x77\xd9\x52\xf8\xbd\x79\x70\x3c\xaa\x1f\x70\xcf\x99\xf5\xd4\x57\xc7\x65\x45\x46\x7d\xf3\xf2\xb0\x12\xd0\x22\x94\xba\xe2\x4e\xa4\xaa\xc4\x2b\x27\xc0\x20\x7a\x26\x8d\x24\xdf\xa1\xea\xa4\xd5\x60\xd0\x63\x6e\x66\x95\xe7\x24\xe4\x31\xe4\xdb\x96\xc0\x52\x37\x36\x2f\xf0\xf0\x8b\x9c\xff\x67\xa6\x3c\xff\xbd\x6e\x3d\x1a\xd2\xaa\x5d\x82\x9e\x3c\x1d\x92\xef\x92\x6d\x92\xa7\x1a\x2e\xc6\xc6\x9a\x46\xa3\x48\x7b\xc8\xf8\x89\x89\x85\x95\x88\x83\x9f\x87\x95\xef\x48\x70\x4c\x54\x54\x7c\x5a\x46\x52\x1e\x5f\x15\xcb\x78\xdb\x39\x2e\x04\x3c\xf5\xd3\x3f\x23\x3c\xa2\x1d\xa4\x2d\x40\xf5\x29\xd4\xa1\xe7\xd9\xc4\x29\xf9\x0d\xda\x9b\x1b\xe0\x28\x6e\x09\x3c\x73\x5a\x71\x5b\xf0\xe2\xf3\x9f\x0b\x0d\x89\xf6\x48\x8a\xc8\xe8\xc8\x67\x2b\xf5\xaa\x83\x6b\x6d\xe8\x3a\x19\xdd\x39\x24\xf8\xaf\xc5\x4f\x17\xa8\xfc\x2b\xdf\x5f\x69\x6f\x61\x4e\x62\x77\x48\x56\xc4\x65\x32\x44\x5e\x7b\x25\x5b\xb7\xeb\x62\xcb\xfa\x88\x83\x49\x02\x52\x05\xb2\x86\x0a\x4a\x2a\x4a\x1a\x5f\xb4\x74\x74\x8a\x0c\x8a\x4c\x1e\xcc\xb7\x6c\x78\xec\x8f\x7c\x49\x62\x8c\xb2\x1f\x6a\x30\xfe\x4d\x9c\xe4\x63\xd3\xa5\x5f\x43\xba\xcd\x39\xc5\x5b\x29\x65\x61\x9e\x1e\x9a\x96\x4a\xda\x3b\x2a\xdd\x6a\x05\x1a\xae\xda\x32\x7a\x3c\x86\xfa\xc6\x73\x16\xe5\xd6\x4f\x76\xe4\xce\xd5\x1e\x8a\x5e\x60\xbe\x18\x91\xdb\x19\x4f\x15\x1c\x1d\x84\xff\xa1\xce\x1d\xcc\xae\xe5\x9c\x40\x1f\x52\xbd\x48\x41\x45\xd2\x62\xf0\x83\x6b\xba\x25\xab\x71\xbf\xc9\xb4\x19\xb3\xc5\xb5\x8d\xb8\xbd\x95\xb3\x90\xfb\x3b\x2f\x6d\xdf\xd9\x40\x8f\x50\xde\x28\x8b\xd8\xb4\xb4\xcc\x52\xca\x16\xc5\xe1\x3f\x3b\x9a\x7d\xbd\x18\xdc\x18\x9b\x7a\xd7\x75\x59\x13\x9e\xdb\x9e\x30\x1a\x38\xea\xc6\xeb\x98\xe3\x84\xe3\x92\xe2\x66\xe1\xb9\xec\x1b\x1b\x10\x19\xa2\x18\x81\x1c\x43\x12\x5f\x9c\x3a\x92\x2e\x95\x9d\x53\x1c\xd6\xd8\x32\x10\x37\xff\x97\x33\x94\x27\xed\x93\xd0\x35\xfc\x71\xd6\xce\x98\x2a\xa4\xdc\xf2\x78\xce\x90\x63\x3f\x5f\x7f\xeb\xc0\x89\x90\xea\xf0\x80\x28\xd7\xd8\x95\xc4\xdd\x34\x9a\xcc\xce\x5c\xef\x42\xc9\x72\x8e\x8a\x83\x86\xea\xbe\xce\x59\xba\x1d\xf8\xbf\xf2\xf7\xfe\xe9\xa0\x6b\x69\x7e\x94\xa0\xbd\xb7\xea\x25\x57\x32\x79\x28\x96\x31\x8e\x3b\xa1\x26\x19\x35\x95\x21\x63\x20\xdb\x32\xbf\xb0\xa4\xac\x2c\xb8\xaa\xa4\xe1\x7d\x8b\x58\x07\x43\x5f\xd1\x74\xd1\xe6\xaf\x8b\xc8\xbf\x33\xfc\xd6\x65\x3f\x75\x91\x68\xd4\xb1\x43\xa0\x1a\x2a\xff\x22\x87\x3c\x57\x37\xdf\xa4\xf0\xa8\x84\xb2\x5c\xa9\x8a\xa0\xd6\xaa\xd1\xbc\xa5\xa1\x93\xa0\xef\x74\x58\x61\x7c\x6e\x21\x61\x53\xff\xfc\xdb\x0b\xcd\xdf\x23\x80\x40\x37\xc1\x7b\x0b\x8b\x9b\xa3\x85\x9d\x04\xf5\x65\x55\xd4\xd5\xb4\xb5\xb8\xf5\xda\xcd\xa6\xad\xc3\x1d\x03\xdd\xcf\x03\x4c\x23\xae\x13\xcb\x33\x6d\x8b\xba\x1b\xdb\xbb\x83\x67\xb2\xcf\x2a\xff\xad\x7f\x56\x79\x88\xba\x6d\xbe\x96\xb9\x80\x3f\x97\x3d\xe3\x39\xbb\xb8\x48\xbe\x10\xbc\x40\xbd\x40\x3d\xe7\x3e\xf5\x3f\x3d\x3f\x89\x3a\xfa\x71\xdc\x7f\x8a\x70\xdd\xfe\x5f\xd6\xba\xff\xd0\x4e\xdc\xa2\x5e\x04\x1c\x5e\xee\x1b\xed\xf0\x6c\x6a\x6d\x52\xae\xf2\xaf\x9d\x2c\x5f\xae\x51\xac\x95\xae\x04\xac\x62\x2e\xd3\x2d\xaf\x2d\x83\x2f\xff\x5e\x1c\x5b\x29\x5b\xbe\xdd\xb6\x3c\xd5\xff\x95\xfd\x67\xf5\x63\xed\xd5\xcb\x71\xe5\xce\xe0\x3a\xfe\x92\xc2\xac\xc9\x34\xca\x44\xc7\xe8\xc8\x88\xcd\x08\xf4\xd0\xe5\xf0\xea\xb0\xc5\xb0\xde\x88\xf2\xf0\xa7\xa1\x4f\x43\x83\x03\x37\x83\xc1\x03\x37\xc3\x44\x93\xc5\x2b\xa6\xfb\xb5\xd7\x16\xbf\x4f\xfe\xf8\x04\x9c\x4e\x4a\xb6\xa1\x96\xb4\x66\xe6\x47\xdb\x06\xa3\xba\xdb\x3a\xd3\xda\x5a\xdb\xea\x9b\x83\x9a\x23\x9a\xe8\x1a\x49\x9a\x12\x9a\xe4\x1b\x5d\x9b\x84\x1a\x5e\xea\x1b\xeb\x25\x1b\x94\x1b\xfa\x1a\x2c\x3b\xfa\x47\x70\xe6\x25\xb6\x83\x2e\x58\x5e\xc0\x40\xa0\x9b\xb0\x03\xee\x95\xd0\xa9\xba\x21\x81\x5e\xe4\x56\xd6\x46\xc4\x1a\x98\x72\xcb\x72\xa6\xe2\xb4\xe2\xf8\xc2\xfb\xfc\xb4\x7c\xbb\x82\x9f\xf9\x14\x05\xb0\x05\x91\xb9\xab\x39\xe5\x79\x3b\xb9\x92\x05\xe2\x85\xec\x15\xf6\xcd\x56\xfd\xa2\xd3\xa1\x1b\x6c\xa7\x55\x77\xa1\x87\xbb\xcb\xf2\x13\x48\xbd\x64\xad\x24\xd5\xbe\x65\x1c\x85\x55\xd9\xe7\x19\x42\xa9\xaa\x29\x42\x49\x3f\x12\x0e\x12\x38\xe2\x18\xe2\xb3\xe3\x08\xe3\x46\xe3\x90\x62\x8b\x62\xb2\x63\x59\xa2\xfc\x62\xf1\xe2\x7e\xa6\x3f\x14\x8b\xd6\x93\x76\x3b\x4d\xf8\xae\xa9\x9d\xd6\x6d\xe0\x4d\x44\x76\xa7\xd5\x27\x94\x33\xe5\x4a\xa6\x52\x26\x48\x44\xdb\x45\xe4\x84\x6e\x04\x23\x07\x8e\xfa\xb9\xf9\x99\xfa\xbd\xf3\x2d\xf3\x39\xf3\x29\xf4\x99\xf2\x6e\xf1\x3e\xf7\x8e\xf1\x7a\xf2\x89\xf5\xc5\x0a\x6f\x48\x86\xcf\x7b\xa9\x2e\xe9\x74\x18\x97\xdc\x73\x9f\xab\x1c\x78\xdf\x64\x58\xe6\x96\xd9\x17\x3f\x18\xde\x16\x28\xed\xbd\xea\xee\xe8\x5a\xe6\xf8\xe4\x60\x6e\x07\x69\xeb\x61\x43\x6d\xf3\xde\x16\xd5\xba\xdd\xba\xd3\x06\xde\x4a\xdd\x3a\xdb\x72\xc5\xea\xca\xd6\xc9\xdd\x22\xa8\x23\xfe\x7b\x8e\x69\x55\x7c\x27\xf2\xc6\xe0\xf8\x72\x07\x6d\xa5\x60\x76\x6d\xfc\x41\x70\xa9\xe7\x0f\x27\x0d\x1b\x7a\x0b\x28\x53\xc0\x50\x56\xdf\x45\xd7\x43\x97\x5e\x57\x41\xc7\x4a\xbb\x48\xd3\x4c\xcb\x44\x3b\x4e\xfb\x93\x76\x8c\xb6\xbd\xd6\x7b\x1d\x5f\xb3\x65\xa7\x40\x7f\xae\x98\x9b\xec\x90\x2a\xfd\xe5\xc3\xe1\xde\xa6\x89\x62\x88\x14\xa2\xd0\x38\xcf\xef\x76\x3c\xc6\x6c\x3a\x5a\x1a\xec\x2a\x08\x0a\x25\xf2\xb2\xb2\xf0\xd2\xec\xd2\x34\x52\xed\xd2\x4a\x92\x57\x52\x78\x92\x73\x92\xb6\x52\x34\x12\x33\xd2\x44\xd2\x0b\x6a\x5a\x46\xe2\xf6\x64\x3e\xb9\xd1\xe6\xd9\xfb\x0b\x3b\x03\x1c\xf5\x97\xf9\x8f\xf1\x23\x01\x12\xce\xca\x26\x37\x9a\x1f\x15\x78\x25\x20\x84\x23\x05\x43\x05\x20\x79\xec\xb8\xa3\xb8\xa6\xb9\xbc\xb9\x88\xb8\xf4\x38\x69\xb9\x28\x39\x5d\x39\xe1\x38\x52\xb9\x14\xb9\xed\x45\x6f\x14\xad\xf4\xb5\x6d\x13\x7d\x6d\x63\x96\x16\xfc\xfb\xe2\xea\xcc\x73\xd1\x63\xbe\xfa\x1c\xd8\xa4\xea\x2a\x29\xea\x09\xa7\x70\xe5\xb0\x80\x31\x4a\xd1\x7b\xd2\xfc\xa2\x86\xa2\x82\xa7\xac\xa1\x74\xa7\x98\x26\x4f\xa0\x38\xa0\x8c\xa3\xc4\xa6\x88\xa0\xf0\xa6\x6a\x62\x85\x15\xb4\x53\xe0\xd0\x0b\xb7\xeb\xf1\x2b\x5a\xa4\x1e\x50\xae\xf3\xc9\xfd\x10\x9b\xe8\xf3\xcd\xda\x5a\x0b\x5d\x9a\x9e\x97\x8f\x01\x86\x4c\x82\x20\x11\xef\x06\xe7\x1e\xbb\x1b\x2b\x1c\x33\x1c\xe3\x1e\x93\x18\x63\x00\x63\x1a\xe3\x0c\x23\x1a\x63\x02\x23\x0c\x73\x9c\x44\x88\x91\x45\x10\x45\xbe\xd9\x70\xdc\x89\x7c\x65\x7e\x18\xb7\x51\xab\x00\x29\xee\xca\xb7\xd2\xc6\x51\x07\x5a\x6a\x96\xdb\x8c\x3a\x1f\x17\x1f\x49\x1b\x3e\xfe\xfb\x3d\x5c\x1f\xec\x31\xcc\x4f\xe8\x68\x68\x66\x68\x66\x68\x99\x6f\xb3\xdf\xee\xa0\x2d\xa1\x9d\x61\x28\x90\x79\x08\xf3\x19\xb3\x85\x82\x54\xd0\xcd\xfd\x37\x16\xc7\x71\xdb\xe2\x4a\x45\x93\x1d\x82\xfc\x9c\xd0\x0c\xb0\xe4\x2e\xf9\xb2\x68\x8d\x70\xf6\x7e\xd8\x83\xab\x83\xa5\xbe\x3f\x7b\xa7\xfa\x36\x63\x1e\x05\xc0\x7f\x9b\x63\x8d\x0a\x10\x00\x9e\xc0\x0e\xd4\x2e\x0a\x26\xe9\x1e\x47\x90\x64\xb0\x0e\xd7\xbe\xc3\x9c\x66\xcf\x4e\x75\x42\x96\x40\x24\x8b\xfb\xa1\xf9\x2f\xb5\xef\xa2\x86\x2c\xdb\xc4\xd7\x28\x8c\x9f\x6d\x00\x06\x80\x1d\x80\x05\x48\x00\x26\x80\x02\xc0\x02\x04\xdf\x3a\x6b\x48\x01\x04\x00\x16\x5c\x01\x41\x98\x60\x93\x31\x4e\xb0\x5d\xf9\xf4\x3c\x62\x2d\x6e\x04\xd4\x3c\x59\xf4\x9a\x18\xe4\x3f\x69\x07\xab\x5b\x28\x33\xc2\xbd\x48\x1d\x85\x9d\x05\xd7\xf7\x41\xfd\xcd\x9b\x1f\x11\x60\x7c\x73\x03\xc1\x05\xe8\x00\x98\xb7\x6a\x8c\x2f\x60\x0d\x3f\x3a\xf1\x3f\xd3\xdb\x0b\xd8\x29\x0e\xfc\xa2\xde\xbb\x9f\x63\xed\x29\xa8\x0c\xcc\x90\x08\xaf\x70\x33\x31\x19\x54\xde\x11\xb6\x63\x56\x25\x7a\x45\xe6\x82\xaa\x06\x88\x00\x24\x00\xee\xad\x3b\x18\x1a\xf8\x0e\xf0\xbe\xb9\xe6\xc9\x02\xaa\xef\x5a\xbe\xeb\xe3\x05\x31\xd2\x8b\x40\xa8\xb5\x83\x40\x17\xd2\xab\x5c\xc3\xdc\x4d\x42\xf9\x2f\x71\x49\x7e\x60\x36\x73\x3a\x1c\xd2\x45\xdc\x78\x54\x17\xd8\xea\x70\x52\xef\x5a\x01\x3d\x40\x02\x20\x7e\x67\xfa\xc1\xe1\x63\x21\x38\x33\xa4\x01\xe4\xc3\xe7\xa7\xaf\x90\xdf\xc4\xd0\x8a\x28\xf0\xb9\x48\x64\xba\xf5\x59\x40\xa0\x7b\xf9\xdd\x9d\x99\xcf\x9d\x79\xe5\xa1\x69\xad\xa1\x3d\x2e\x97\x26\x36\xca\xce\xc2\x1a\xcc\xc6\xc4\xf7\xc8\x2b\x90\xbb\x9f\x64\x21\x95\xbf\x20\x7f\x6b\x87\xb5\xf8\x2e\xfb\x13\x0a\xa1\x08\x71\x0d\xd9\x19\x8d\x00\xdd\x91\x58\x96\x39\x4f\x64\x4e\x6d\xda\x62\x16\x04\xfa\xed\x7d\x9a\xb9\x9c\x38\xe8\xdb\xc0\x9e\xd7\x1c\x07\xed\x53\x66\x33\xa5\x5d\x25\xc3\xc3\x53\x46\x73\x8f\xe3\xfd\x9d\xf2\xfb\x19\xbc\x16\x52\x2d\xea\x07\xf4\x2d\xac\x7a\x5c\x16\xfc\x10\x02\x17\xe2\x3c\x52\x1e\x0a\x08\x06\x1d\xfe\x43\x05\x3b\xc3\x41\xe7\xb7\xa9\x45\xb7\x38\xdb\x4e\x53\xd8\x1d\xf2\xe5\xa4\x69\x2a\x21\xdb\x2e\x03\xa6\xb0\xaa\x4a\xa2\x05\x6c\x5f\xc8\x82\x30\x71\xb0\xe8\x70\x66\xf1\xdd\x88\xe0\x49\xe9\x29\xd4\xa8\x4e\x68\xb9\xe8\x3a\x19\x1b\x59\x69\x39\xf2\x79\x3b\x64\xc2\x74\x3c\x6d\xf1\xfd\xe2\xfe\x11\xe1\x15\xfa\x78\x75\x09\x7d\xc0\xac\x81\x2e\x9f\x39\x2e\xd4\x1f\xd5\x6e\x4a\xdf\x48\x7e\x4d\xa0\x93\x61\x91\x4c\x83\xe2\x27\x15\x1b\x2d\x2a\xfd\x2d\x53\x1a\x1b\x3f\xa7\x01\x77\x34\x9f\x93\x20\x99\x88\xb7\xb8\xab\x74\xb4\xa6\x9c\xc5\x9a\x07\x28\x0a\xe1\x0f\x46\xbc\xdf\x16\x9a\xdc\xed\x48\xaa\xb0\xc9\xf0\x8a\x40\xf7\xcc\xb2\x2a\xd7\xea\x95\x46\xe1\x56\x60\x8e\x63\xad\xe1\x40\xe4\x0c\xe0\x39\x14\x58\x12\x49\x12\xe7\x91\x46\x91\x0d\x51\x44\x57\x56\x57\x73\xd4\x6e\x34\xa3\x74\x65\x0d\xc5\x4b\xfd\xa3\x6e\xf0\xf9\xf9\x84\x65\x19\x6f\x58\xa7\xa9\xaf\x28\x24\x99\x3b\xb8\xd0\x45\xc0\x74\x5c\x3d\x45\xfc\x5c\x08\x55\x78\x4b\x0c\x53\xbc\x5f\xaa\x49\xae\x4a\x09\x53\x25\x4b\x7d\x4c\x1b\x55\x1f\xce\xe4\x93\x99\xac\xf5\xb4\x33\x74\xe0\x5c\xa2\x64\xa1\xde\xbf\xd9\x1f\xb9\xbb\x3e\xab\xdd\xeb\x55\xab\x96\x2b\x1b\x77\xe2\x3f\xef\x28\x6b\x68\xaa\x42\x20\xcf\xa4\x90\xa3\x94\xaf\x3a\xa2\xe1\xa0\x23\xa9\xd7\x6e\xac\x6f\x16\x69\x59\x69\x33\xee\x8c\xe8\x06\xe1\xf9\x21\xe0\x2e\x2e\x31\xb7\xb3\xd6\xfe\x5f\x11\x7e\x1b\x9c\x3b\xac\xbb\x8e\xcf\xb6\x77\x54\xf4\x64\x69\x46\xb7\xf9\x14\xd9\x79\x19\x15\xe9\xe4\xe9\x05\x18\xcc\x18\xd3\x9a\x79\x5b\x26\xd9\xd2\x3b\x02\x2e\x1f\x3d\x98\x7c\x70\xfd\xe8\x82\xa5\xc3\x52\x62\x6e\xb3\x19\xaa\x74\x3b\x3b\xff\x43\x9d\x87\xa8\x23\x81\xa5\xb4\x21\xb6\xe6\xba\x92\xb1\xf4\xe3\x48\x36\x2f\x28\xfb\x65\x6b\x70\x9b\x06\xbb\x02\x47\x7a\x17\x17\xf7\x79\xaf\x6e\x7f\xec\xa0\xd6\x30\x20\x32\x20\xee\x7d\x32\x5d\x5a\x6d\x8e\x50\x05\x78\xdb\xf4\xd8\x5f\xbc\xe1\x6f\x58\x77\x0d\xe7\x4d\x07\xec\x9b\xec\x8a\x4b\x53\x77\x22\xac\xfd\x3e\x7b\xaa\x7a\x8d\xfb\xa2\xfa\x7f\x0e\xfa\x15\xa6\x17\x69\x19\x0b\x9b\x18\x96\x8a\x97\x11\x98\x9b\x53\x94\x56\xfa\x54\x5d\xdf\x32\x36\xac\xbc\x24\xf3\x17\x74\x06\x5d\x2a\x6d\x11\xcc\x88\xf4\xed\x35\x68\x17\x45\xa6\x1e\x45\x4f\x85\xab\x45\x7d\x88\x92\x8f\x61\x4e\x44\x4b\x49\x49\x1d\xcc\xd2\xcf\x47\x2d\x9a\xae\xd0\xac\x89\xaf\xef\x6f\xae\xeb\x9a\x18\xbc\x9d\xbf\xd9\xab\xff\x2b\x7d\x5f\x8c\xce\x62\x36\x64\xa6\xc9\x7a\x5e\x1b\x1a\x8a\x27\xb3\x02\x52\xd2\xd2\xec\x32\x71\xb3\xc0\x72\x17\x0b\x44\x4b\x59\x2a\x7b\x6b\x90\xeb\xee\x5a\x3a\x3b\x04\xfa\x65\x87\x04\xc6\xe7\xe6\xbf\xee\x92\x5f\xb3\xfe\x9d\xe0\x8f\x8b\x27\xfe\x6b\x07\xd3\x3a\x3d\x48\x8d\x1c\x95\x16\xc5\x24\x25\x1d\xe5\x6b\x95\x5a\x55\x9d\xf5\xc4\x4d\x88\xad\x59\xdd\x73\xbd\xcd\x43\xc8\xe3\x82\x33\x58\x0b\xd6\xab\xca\x3b\x53\x97\x4f\x20\xc2\xff\x5e\x05\x3c\x9c\x9d\x12\xae\xcb\x4e\xdb\xf6\x5d\xb6\x0f\x37\xbd\x36\xab\xb6\xec\xb4\x8b\x77\xe9\xf5\xc2\x0e\xca\x8d\x38\x4d\xf8\x4d\x3f\x2e\x8c\xae\x5c\x6d\x15\x1d\x5a\x9d\x7c\xb9\xa6\xf9\xfd\xf7\x6a\xd2\x7f\x7e\xae\x95\x2f\x71\x8f\xe9\x0f\xc9\xf7\x6b\xf7\x7b\xf7\x14\xf7\xcc\x77\x42\x77\xd9\x77\xef\xef\x7f\xdc\x67\xdc\x7e\xb8\xe9\xbd\xa1\xb9\x11\xbf\xbd\xb8\xdb\xf9\x5f\xf7\x06\x81\x9e\xd1\xee\xd6\x2f\x79\x4e\x5f\x8e\x02\x0e\xb2\xf6\x37\xf7\x1e\xf6\x3e\xee\x3c\xed\x8a\xef\x70\xec\x50\xec\xd0\xec\x80\x6f\x7b\x6c\x2b\xed\x38\x6e\xe5\xef\xa8\x6c\x27\xee\x31\x9c\x4f\x3e\x06\xfc\xed\xd9\x75\xae\x88\x8e\x62\xf6\x64\x37\x56\x57\x03\x96\xac\xe6\x8d\x67\x1f\xe6\x90\x66\xf0\x26\x45\x27\x2f\xa6\xa6\xa6\x22\x27\xed\xa6\xbc\xa6\x20\x26\xc9\x27\x72\xa6\x66\xa7\xd0\xa7\x10\x67\x24\xd7\x86\x0f\xab\x6f\xff\x3d\x17\xed\x95\xfe\xfa\xfb\x21\xd4\x56\xee\x4a\xf5\xcc\xcd\x78\xf8\x88\xfd\xa0\x56\x2f\x72\x2f\x55\x37\x61\x17\x47\xa7\x66\xc7\x52\x87\x62\x07\x72\x7b\x52\x47\x67\x87\x4f\x7b\x46\xbb\x62\x3b\x56\x7b\x52\xfb\x6a\xb7\xf8\x98\xe0\xa2\xc4\x2e\xe2\x25\xe4\x4b\x03\x08\xf4\x84\x71\x96\xbc\x4d\xbb\x8c\x38\x49\x36\x6c\xd1\x7b\xde\x7e\xd6\xec\x57\xbf\x52\x0f\xd4\xb0\x56\x1a\x57\xe8\x97\xf3\x95\xe3\x95\x67\x95\x7b\x94\x7d\x2a\xf3\x2b\x6f\x2d\x83\x2e\x8b\x28\xa3\x2c\xc6\x2f\x8d\xaa\xea\x6b\xbd\x18\x44\x9a\x69\xdd\x24\x3b\xbd\x7c\x71\x3d\xa3\xd8\xb0\x9d\x4d\x1c\x26\xe9\xc6\x6d\xca\xab\x45\x29\x77\x2e\x16\xce\x27\xcd\xc3\xce\x32\xcd\xd4\x4e\x3f\x4e\xd7\x4e\xdd\x4e\x19\x4a\xe7\x4a\xcd\x4b\x9d\x4f\x2b\x4d\x95\x4a\x69\x4b\xf5\x48\x1a\x4b\x01\xcb\xaa\x2d\x35\x69\xc8\xec\x71\x9a\x94\x5d\x6b\xb8\xb6\xda\x3d\x9f\x3f\x1e\x11\x6f\xef\xaa\x91\x2d\x8e\xcf\x45\x49\xb7\x4a\x7c\x8d\x97\x8e\x25\x89\x0c\x0a\x47\x0b\xa3\x0e\xb5\x08\x3b\x0e\x05\x0b\x15\x0a\x5e\x0a\x11\x08\xc3\x08\xb1\x0b\xb5\x0b\xb5\x08\xd6\x0e\x45\x8c\x62\x4b\xd9\x2c\x90\xa8\xf1\xea\xac\x1d\x8f\x3c\x9e\x58\xd1\x1b\xf5\xe9\x94\xaa\xcd\x28\x4c\x4f\x87\x88\x1d\x8a\xf8\x10\xdc\xe4\x6f\xe1\x43\xe8\x51\xe4\xe6\xe4\x16\xee\x32\xe1\x02\xe3\x66\xe1\xb2\xea\x64\xe3\x1c\xef\x0c\xe7\xd2\xe3\xd2\xe6\x5a\xed\x1c\xe4\xd4\xe3\x59\x1e\x22\x93\x40\x9f\xd3\x5b\x65\xd9\xf1\x63\x47\x61\x8e\xb3\x6f\xb2\x61\xbf\x28\x23\xb5\x24\x3a\x37\x20\xd6\x13\xd1\xc5\xd5\xde\xdd\xda\xdd\x62\xcf\xac\xd5\xf4\xcc\xe4\x9d\x09\xbd\x51\xbd\x31\x8c\x21\x98\xe1\xbe\xe1\xb4\xd1\xb2\xf1\x84\x31\xa5\xd1\xa3\xa1\x82\x25\xbc\xf3\xb9\xff\x7d\x4c\x54\x16\x4b\x85\xf8\xe6\x87\x89\xa9\x4e\xb5\x8a\xe1\xec\x8b\x38\xaf\x80\x28\x97\xaf\x36\x5c\x26\xd0\x7a\x44\xda\x8d\x9a\x01\x6a\xac\x2a\xa7\xca\x44\x4a\xa3\x4a\x86\x4a\x75\x4a\x5f\x15\xa1\x14\xee\x14\x32\x94\xe4\x95\x48\x14\x25\x15\x86\x34\xac\x8c\xad\xed\xa5\x7c\xe4\xa3\x04\xb3\x5c\xd7\x72\x47\xeb\x5a\x42\x4b\x9e\x52\x57\xc3\x4b\x3d\x22\xad\x96\x0c\xd6\xd4\xc1\xe4\xba\xa4\xa2\x25\x70\xc5\x62\x44\x82\x05\x5f\x04\x97\x05\x35\x05\xea\x04\x55\x04\xb0\x04\xde\x09\xcc\x09\x58\x09\x31\x0a\x3c\xf3\x5b\x89\x37\x28\x31\xea\x15\xdb\x50\x79\x6b\x45\x0b\xae\x91\x8d\x3a\x34\xe3\x17\xbb\x24\x4d\x06\x13\x3a\x89\x9a\xda\xa8\x97\x49\x2b\x0a\xfa\x71\x8b\xb3\xbb\xb2\xc2\x32\xa7\x33\x15\x31\x76\x32\x58\x31\x40\x30\xa4\x32\xc2\x33\xac\x31\x14\x31\xac\x33\x2a\x32\x1c\xd3\x7b\xb2\xb9\x08\x0a\xc9\xa9\xe8\x88\xd9\xa0\xfb\x5a\xae\x69\x8e\x7a\x35\x67\x16\x7b\x27\xe9\x05\x4a\x38\x06\x18\xce\x2a\xb1\x0b\xdf\xb0\x75\xd2\x62\x91\xef\x93\x56\x93\x10\x10\xde\x12\x06\x13\xb0\xe2\xe7\xe0\x0f\xe1\xcb\xe0\xf7\xe2\x17\xe1\xa3\x10\xe0\x12\x78\xe1\xb7\x92\xc2\x31\x58\xf0\x15\xc9\xfe\xd2\xad\xb0\x43\xda\x44\x1e\x4f\x68\xb7\x29\xb5\x48\x91\x0e\x86\x74\x02\x37\xa4\x55\x54\x13\xd8\x60\x8c\x25\xce\xc1\x74\x43\x6d\x41\x81\x44\xf2\x44\x24\x83\xbf\x44\xe0\xfe\xb9\xf7\x73\xe9\x67\x1c\x3c\x12\x3c\x2b\x7c\x30\x7c\x30\x02\x01\xf2\x16\xfe\x30\x1d\x03\xaf\x80\x3c\xbb\xa1\xcf\xae\xdd\xac\x51\xd7\x48\xa5\x6e\x06\x6c\x78\x8d\x6b\xa6\x49\x84\x8a\x99\x30\x0a\x53\x1f\x91\x0b\xf2\xc6\xb7\xa6\xcf\x48\x90\x26\xe0\x97\xe0\x38\x9f\xa4\x3f\xa1\x7d\x9c\xf9\x38\xfa\x71\xef\xd3\x8f\x4f\xc1\xe0\x5e\xe0\x85\x90\x74\xf0\x87\x04\x83\x8c\xe3\xc2\x6e\x6a\x67\xc7\x16\x8b\x27\x03\x49\xf5\x15\x79\xc4\x31\x5d\xde\xfe\xd6\xcb\x5a\x36\x92\x5e\x9c\x32\x14\x33\x18\x0b\x30\x61\xef\xc4\x01\x22\x00\x17\x10\x04\xbe\x01\x28\xc0\x77\x00\x17\xf8\x02\x90\xbf\x4d\xf6\x34\x00\x98\xbf\xe5\xa0\x13\x91\xf7\x71\x45\x48\xd7\x5c\x13\x6d\x46\x4f\xf0\xb7\x8b\x94\xc1\xa6\x46\x86\xf0\x39\xe5\x1b\x4e\x2a\xb2\x08\x7e\x66\x70\x25\xe8\x44\x68\x80\x08\x7b\x73\xb7\xa1\x78\xf3\xb6\x83\x06\xc4\xde\x5c\x66\x61\x01\x34\x40\x08\xa0\xfb\x9c\x8f\xea\x45\x1a\xcf\x51\x2e\x35\xfd\xc4\x72\x84\xb2\x88\xde\xbf\x53\xa7\x96\xa3\x11\x75\xe5\x05\x58\xec\x68\xb8\x4a\x84\x70\xf0\x91\x4f\x62\xf4\x41\x27\xbc\xf9\xc1\x13\x03\x94\x80\x14\x80\x06\x60\xbe\x83\x7c\x9f\x0d\x46\xf7\x71\xe9\xd3\x03\xf8\x09\xac\x15\x0e\x29\x5d\xb0\xa0\x9a\xd2\x6f\x10\xe8\xfa\x6e\x33\x64\x3c\xba\x35\xb0\x78\x3b\x69\x3f\x08\x70\x70\x31\x58\x53\xa0\xe0\x3f\xa2\x7f\x24\xd0\x42\x90\x07\x87\x01\xf0\x3f\x28\x7d\xec\x87\x50\x87\xb2\xfa\x72\xf2\xad\x16\x96\x06\xae\xe3\x87\x37\xfc\x17\x84\x30\xf4\x18\xf2\x7a\x4e\x02\xa9\x22\x9d\x33\x10\xe8\xb1\xf7\x30\x7b\x3e\xa4\x67\xbe\x26\x39\x9b\x2e\x32\xd8\xf3\x9b\x05\x8f\xc6\x47\x09\x7d\x8e\x1b\x0a\x17\x4c\x6a\x68\xd9\x6f\xe0\x30\xf5\xdf\xb3\xe0\x09\x11\xa1\x51\xf0\xd0\x3e\xa1\x4f\x62\xad\x61\x8f\xe1\xc5\xe0\x3f\x92\x32\xb3\xe0\x8b\x2c\xa8\x0e\x9b\xcf\xfd\x23\xc3\x5c\x9a\xae\x7f\x1a\x55\x68\xd9\x2f\xc6\x4d\x1c\x0a\x22\x73\x0c\x34\x44\x54\xe8\x11\xac\x60\x9c\x25\x8a\x41\xc6\x42\x9e\x47\x13\xc1\xb4\xc4\x41\xc2\x87\x20\x3c\x21\xa1\x20\xf3\xa1\x54\xa6\xda\xa0\x73\x63\x08\x67\xf6\x12\x14\x56\xf8\x65\x58\xe4\xf4\x96\xeb\x7e\x4d\x1d\x50\xcc\x7d\xec\xa9\xac\x8e\xc8\x3c\x8f\xbc\xf2\x8c\xb3\x24\xd3\xaa\x93\x5a\xe7\x91\xa7\xf9\x48\x20\x40\xa4\x42\x82\x4f\x0e\x4e\x39\x4d\xcb\xca\x08\xc5\xdc\xc1\x6a\xc5\x91\xcd\x55\xc9\xeb\x27\x48\x2c\xec\x2a\xe7\xa4\x9b\x62\x5b\xec\x17\xfa\xcf\x3c\x77\xde\xba\x76\x3f\xb2\xd3\x82\x52\x54\x99\x2c\x1c\xfc\xd9\x59\xc7\x84\x5c\x95\x4c\xf4\x94\x2d\x84\x56\x92\xfe\x03\x13\x34\xcb\x02\xbb\x3f\xd7\x0b\x6f\xb5\x40\xb1\x30\xb6\xd8\xbe\x64\xa0\x34\x89\x82\x83\xb2\xa4\x76\x8b\x95\x8e\x17\x74\x94\xf5\x3f\x23\xdc\x3f\xef\x2b\xcf\x01\x3d\x5a\x35\x02\x39\x67\xb1\x92\xbe\xcb\x76\xa7\xfa\x95\x8a\x44\x42\x18\x5c\xa1\x3c\x29\xfc\x32\x42\x55\x22\x73\xe2\x21\xd2\x18\xf2\xed\x4a\xef\xd4\x1c\x34\x3d\x74\x2c\x0c\xa4\x4d\xec\x2d\x26\xdc\x05\xc3\xf2\xd3\x12\xff\x48\xb6\xc7\xe7\xea\x6b\xa0\xb1\xad\xd6\xbb\x72\xfe\xf4\x8c\x48\x3f\xcf\x0d\xeb\x30\x6d\x35\x79\x2e\x49\x77\xe9\x12\x59\x2b\x85\x06\xa5\x1d\x35\x52\xcd\x25\xdd\x5f\x06\xaa\x26\x44\x16\x1b\x56\x9f\xec\xab\x5d\x84\xdd\x3f\x86\xc8\x26\xa3\x17\x8d\xfc\x3b\xdb\xa7\x1f\x46\x2c\x06\x0d\x6a\x35\xd6\x17\x6e\x27\xe5\x85\xbc\xba\x5e\x58\x28\xea\x6c\xa8\xab\x6a\xae\xea\x7c\xd1\x35\x37\xd0\x37\x16\x36\x67\xb1\xc1\xb0\x93\x73\xb2\x70\xdd\xf0\x12\xf6\xed\x0d\x62\x0f\x9f\x4c\x84\xcf\x9f\xa9\x47\xfd\x0f\x31\xae\x17\x76\xbe\x4f\x5b\xf7\xf0\xd5\xdc\xe6\xb1\x26\x08\x07\x46\x39\x35\x5b\x9a\x99\xfa\x98\xa5\x9a\x2f\x58\xd5\xda\xea\x3a\x6a\xbb\x96\x79\x54\xf8\x24\x06\x98\x84\xe0\x46\xe0\xc4\xfa\x27\xdc\xa5\x9b\xe7\xa3\xd5\x64\x75\xe7\xfe\x89\xdb\x87\x67\x99\x6b\x22\xe3\x51\x1d\x9b\x55\xe9\x39\x83\x71\xc3\x01\x71\x6e\xed\xce\x10\x2e\x7c\x6e\x65\x1e\x0e\x3e\x4e\xfe\x4a\xc1\x41\x61\xe1\x51\xb4\x71\x09\xc9\x42\xe9\x58\x59\x53\x79\x41\x25\x71\xd5\xc1\x9d\x33\x13\x7f\xe9\x04\x7d\xf8\x7c\x78\xbd\xb4\x39\x32\xdd\x76\x59\x29\x9d\xad\x19\x97\x16\xaa\x1d\x68\x1d\x0c\x84\x20\x85\x39\x47\xc9\xc4\x0e\x25\x12\xa7\x66\x64\x44\xe5\x86\x15\x72\x97\x2e\x55\x1b\xd5\xcc\x34\x45\x74\xe4\x8c\x51\xae\xfc\x75\x9a\x16\xe8\x36\x64\x3f\x6b\xa1\x73\x48\xb5\x95\xaf\xc2\x2f\x47\x3d\xb9\x2c\xe1\x7d\x92\x72\x52\x67\xaa\x7e\x86\x7b\x4e\x40\x7e\x73\xc9\x66\x85\x5b\xd5\x76\xbd\x75\x73\x47\xe7\x46\xef\xe1\x90\xc8\xe8\xe6\x32\xf8\xa1\xea\xdf\xe9\x7b\x5d\xb6\x1b\x33\xdf\x33\xb4\xd4\x3a\x53\xf5\x50\xe8\x9c\x97\x52\xd0\x58\x68\x5b\x52\x56\xf6\x52\xd5\x59\x57\xd2\xc8\xdd\xb6\xdd\x31\xd0\x6f\x34\xf2\x79\x5c\x61\xe6\x62\xe1\x75\xbd\xe7\x80\xe1\x8e\xf8\xbf\xd8\xdf\x76\xd9\xbc\x43\xb5\x00\x3b\x24\xd5\x49\xd8\x48\x5e\x0d\x57\x3b\x53\xbf\xd6\x38\xd0\xca\xd1\xb1\xdc\x73\xda\xc7\x3f\x22\x36\xc6\x3f\xdd\xbc\xc8\xbe\x1a\xb6\x9d\xb4\x8b\x7d\x0c\x7d\xcb\xf8\x3f\xd7\x0f\x52\x17\x73\xbb\xe5\x0b\x96\xe3\x84\xfd\x44\x9d\xfe\x5d\x59\x7d\x46\x03\xe0\x43\xd7\xa3\xe5\x13\x37\x33\x1b\x4b\x8c\xab\x5a\x9b\xfe\x7b\x91\xc7\x58\x17\x9a\xb7\x6b\x8f\xd6\xff\x4b\xff\x9f\xeb\xf5\x12\x24\xf9\x82\xf8\x42\xf6\x6c\xfc\xbc\xf0\x34\xf6\x7c\xf6\x92\xf3\x22\xf2\xfc\xfc\xe2\xf0\x14\xf1\xfc\xf0\xfb\xf4\xff\xa5\x7a\x51\xb8\x6b\xbe\x69\xbd\xdc\xbc\x98\x38\x57\x3c\x35\x3a\xde\x3c\x61\x3d\xb4\x3a\x6e\x3e\xb2\x39\x96\x3f\x72\x3e\xee\x3e\x76\x3b\xae\x3c\x34\x3a\x12\x3b\xce\x39\x09\xbe\xcc\x79\x2e\xfa\x9b\x58\xec\x57\xda\x35\xcf\xe9\xf6\x81\xdd\x8e\xc4\xc6\xe4\x06\xe7\x8a\xf9\xd2\xf2\xb2\xe3\x62\xcc\xc2\xea\x82\xcd\x22\xd5\xa2\xc9\x22\xf5\xa2\xca\xd2\x87\x85\xe8\x45\xf4\x45\xc4\xc5\xbd\xa5\xe5\xcd\x6f\xc7\xeb\xf7\xb4\x7f\xfa\x26\x90\x5e\x9a\x1e\x54\x6e\xdb\xad\xdc\xcf\x37\xcf\xd0\x4f\x59\x8d\x6e\x0e\x67\x0c\xd9\x0f\x5c\x0c\xc2\xf7\xe3\xf5\x4a\xf6\xf3\xf6\xb6\xf7\x45\x0d\xb4\x0e\xe2\xf4\x13\xf6\x19\xf6\x1b\xf7\x8b\x0d\x51\x4c\xb0\x2d\xa7\xec\x65\x5d\x89\xbd\x5a\x83\x40\xbf\x71\xaf\x53\x0f\x1b\x36\xc1\x17\x78\xa7\x80\x91\xf8\xbe\x80\xee\xc2\xce\xc1\x96\xbe\x26\xe5\x46\x9b\x06\x84\x3a\xe7\x06\x8e\x3a\xb1\x3a\x8d\xfa\xcf\x35\xdb\xf5\x29\xf5\x02\xf5\x39\xb5\xbf\x6a\xd9\x6b\x0d\x6a\x53\x3a\x8c\x87\xe1\xe6\x68\xb7\x60\xce\x26\x40\xa0\xdb\xf0\x23\xb2\xd5\xee\x29\x99\x41\xee\x6e\x98\x66\x9b\x3a\xab\xca\xec\xb2\x94\x12\xed\xc2\xe9\x82\xb2\xdc\x97\x5c\xd4\xdc\xce\xbc\x95\x9c\xf1\xdc\x8c\x1c\xf7\x3c\xea\x3c\xf8\xbc\xcf\xf9\x72\x79\xc4\xf9\xed\xf9\x3d\xe5\xdd\x4d\x1a\xbd\x07\x53\x50\xeb\xb1\x0f\x54\x47\xe5\x6b\x45\xd3\x16\xfd\x89\x2d\xe0\xd5\xa1\x25\x36\x05\x54\x59\x19\x69\xd6\xc9\xa4\x09\x3d\xf1\xef\x63\xe6\x63\x25\x62\x70\x63\x11\xa3\x0d\x62\xc6\x62\xbe\x44\x93\xc7\xb2\xc4\x66\xc7\x5b\xc4\x81\x62\x95\x63\xe1\xd2\x6e\x0a\x57\x6a\x3b\xbb\x38\xc6\xf5\x2f\x91\x77\xc8\x67\x57\xfb\x1f\x9b\x55\x2b\x63\x72\xd2\x52\x1f\xe3\x37\xa3\x4a\x42\x77\x83\x0a\x03\x7c\xfc\xf5\x7d\x5b\xbc\x03\xbc\x09\xbc\x3f\x78\x77\x79\x11\x7b\xbf\x78\x05\x7a\xf9\x7a\x0f\x7b\xaf\xfa\xba\x7a\xd7\xfb\x48\x84\x69\x25\xfa\xe7\xaa\x54\x56\xb7\x47\x1d\xef\xad\x52\x8e\x22\x77\x44\x57\x71\xe4\xae\x27\x6e\x45\xbc\xf7\xff\xed\x15\xea\x86\xeb\xac\xe6\xa0\x6b\x17\x6d\x13\x66\xed\x64\x51\x6c\x71\x6e\x29\x64\x79\x60\x15\x6c\xb1\x69\x39\x6c\xb9\x67\x8d\x6d\x7d\x6f\x15\x63\x9d\xe9\x3a\x13\x70\x19\xb3\x92\xb9\x58\x7e\x73\x40\x3e\xdf\xde\xbf\xdb\x50\x55\xbc\x92\x5c\x10\x3e\xe2\xb3\xe3\xb4\x6a\x15\x6f\xe2\x6d\xd4\x64\x40\xa2\x5b\xa3\x2d\xaa\x45\xa1\xb9\xae\x89\xaf\x61\xa6\xb1\xac\x01\xae\x1e\xa7\x49\xa2\x69\xa7\x39\xad\x05\x68\xe6\x6b\xff\x34\x59\xb3\x5f\xf1\x49\x8e\x7c\xca\x20\xdc\x39\x9a\x16\xec\x2e\xaf\xf1\xca\x36\x8e\x2d\xf1\x6f\x77\x16\x34\x5f\xd7\xd5\x50\xf3\x52\x30\x91\x0b\x92\xd9\x93\x1a\x96\x74\x91\x30\x92\x50\x13\xef\x97\x10\x15\x6f\x91\xc8\x10\x3f\x91\x6c\x91\x58\x97\x5c\x96\xfc\x2e\x85\xa6\x5c\xad\xcf\x6e\x43\xe4\xa9\x1e\x49\xbe\x15\x3e\x85\xd0\xb9\x54\x45\x93\xa9\x11\xa9\xeb\xc5\x6c\xa3\xa1\x17\xac\xf8\x5b\x42\x46\x30\x86\x2f\x9e\xbb\x87\x4b\x92\xeb\x0b\x67\x3e\xfb\x1c\xdb\x1c\x5b\x0c\xfb\x3b\x76\x7c\xf6\x2d\x76\x76\xf6\x5a\x8e\xef\xec\x54\x9c\x5c\x42\xd1\x72\xdf\xb5\x6b\x2d\x85\x3c\xbe\x6d\x9b\x4c\xcd\x77\x7e\xa9\xc4\x4e\xa7\x8b\x28\x74\x57\x30\x4f\xd3\xe8\x91\x72\xe5\xd3\x66\x89\xa6\xc3\xa2\x11\xa4\x8c\xa7\xfc\x4a\xe1\x42\x16\x44\xd6\x42\x46\x49\xe6\x48\x26\x45\xb6\x46\x46\x41\x4e\x4c\xae\x4b\x9e\x49\xd1\xc9\xa8\xc0\x0b\x25\x29\xa3\x09\x6e\xf5\x6e\x77\x72\x56\xa4\xdb\xa4\x8a\x2d\xb3\x2e\xfc\xd5\x9d\xd2\xfc\x44\xad\x45\xec\x96\xfd\x8e\x1a\x96\xe0\x1a\x87\x13\xf3\x18\x23\x10\xfd\x00\x6d\x14\xcd\x15\xed\x07\x6a\x2e\xaa\x07\x6a\x3c\x6a\x1f\x1a\x09\xda\x06\x3a\x01\x7a\x36\x3e\x16\xb5\x13\x97\xaa\xd4\xab\x8e\xf1\x61\xf8\xc2\x63\x7f\x79\x1d\x55\xce\x55\xf4\x9d\x97\xb8\x15\x8b\x26\xaa\x04\x07\x87\x02\x45\x16\x96\xf1\xcf\x1c\xd8\x2f\xd0\xba\xdf\xe2\xbe\x2a\x7e\xa9\xf9\xe2\xff\x25\xe2\x8b\xc4\x97\xe0\x2f\x1a\x5f\xe9\xbf\x3a\x7d\x53\xf8\xa6\xf0\x23\x16\x07\x89\x46\x85\x8f\x40\x7e\xee\x1c\x63\x8d\x75\x64\xbc\x59\xa1\xc8\x2f\x21\xc5\x7f\xda\xde\x51\x2f\x5a\xb6\x8a\x37\x9e\x96\x0c\x97\xe9\xe7\xbb\x4f\x64\x6f\xfe\x78\x54\x00\x26\x80\xf2\x56\xd5\x8a\x06\x60\xbf\x39\x9c\xe0\x01\xdc\x1f\x27\xe1\x55\x09\x58\x98\x08\xc5\x34\xef\x64\x77\xc5\xa7\x2f\xbb\x52\x2b\x6d\x32\xf5\x22\xdc\xdd\x51\xcc\x7e\xa8\xda\x8b\xca\xb2\xa4\x93\x0a\xa1\x36\x7e\x2d\x06\x90\x01\x58\x80\x1d\xa0\x01\xa8\x01\x68\x00\xee\xad\x0a\x83\x04\x10\x00\xe0\x01\x4f\xb0\x29\xf8\x10\xc2\x30\x16\x14\x71\xb0\x57\x81\x53\xff\x15\xf5\x61\xdd\xa6\xeb\x82\xf4\xf8\x7c\xbf\x6d\x5b\x14\x5d\x24\x99\x64\x9e\x70\x9a\x36\x5c\xf8\x1f\x75\x1f\x19\x01\x24\x80\x0a\xa0\x7e\x77\x01\x26\xf9\x29\x0d\x22\x0c\xca\xf8\x73\xe6\xd7\xb5\x6f\x0c\x30\x3f\xe1\xa2\xb1\xdf\xd1\xc8\xf2\xa1\x2b\xe0\x83\x40\x77\x0b\x3b\x03\xd3\xb6\x9d\xd7\x15\x8a\xe9\xfa\x61\x31\xae\x9a\xa6\xda\x2a\xe7\xc2\x5b\x2c\x1d\xa4\xd6\x68\xe0\x5f\xd4\x3e\x5d\x43\xf1\x7c\xa9\x86\x1e\x85\x13\xf9\x41\x08\x3f\x82\x18\x86\x7c\x89\xea\x85\x16\x8e\xb1\x83\x65\x40\x81\xc3\xa1\x2b\x19\xaf\xdd\x0c\x02\xbd\x32\x9d\xcc\x2c\xc5\x0c\xca\xd7\x33\xe6\x27\xc5\x26\xf9\xba\xdb\x8a\xe8\x9c\xca\x02\xbc\xac\x74\x00\x5e\xc4\x4f\xed\x9f\xe0\x08\x6a\xc8\x09\xa8\xb3\x18\x0c\x58\x20\xbc\x64\xfc\x7a\x22\x3b\xe2\x36\x32\x36\x0a\x76\xaa\x26\xd6\x3a\x51\x1a\xd5\x38\xb3\x37\x37\x93\x9b\xeb\xad\xc4\x29\x98\xf6\x93\x72\xaf\xb4\x9f\xa1\xe5\x6e\x04\xa6\x1b\xaa\x81\x62\xe8\x6c\x17\x14\xc6\x58\x36\xd8\x84\xb8\x87\x04\x3d\xc4\x07\xe4\xa8\x94\x4c\x34\x64\x74\x8c\x4c\x7c\xcc\xe9\xac\x2f\xec\x79\x5c\x0e\xc2\x8e\x4a\xd4\x86\x57\x4e\x49\xff\x88\xf0\xbc\x73\xcc\xbd\xb8\x38\x60\xd9\xc0\x9f\xbf\x1f\x27\xe2\x17\x66\xa7\xa9\x1f\xa1\xf0\x55\x40\x91\xe9\x3b\xb9\x16\xe5\x39\x75\x19\x9d\x07\x13\x33\x8b\x19\xfb\x2d\x57\x24\xcf\x95\x00\x83\xf0\x57\xd1\x18\x71\x26\xe9\x08\x85\x53\x7d\x2e\xbb\x25\xbf\x3f\x26\x58\x5e\xb7\x6f\x96\x4e\x7e\xee\xd0\x29\xcf\x4c\x37\x0f\xf7\xf0\xb0\xb2\x44\xd5\xcc\x94\x3a\xe7\x06\xb1\x82\xb3\x4b\x73\x06\x72\x3f\x08\x60\x0b\xed\x88\xea\x4b\xa6\xcb\xd8\xcb\x4b\x28\x55\xa9\xbc\x6a\xa2\x6b\xbf\xd3\xc7\xb5\x31\xf3\xf6\x8a\x96\xfa\x67\x84\x67\xd6\xe3\xb2\x45\xe3\xc1\xa4\xc6\xe6\x42\xea\x44\xf3\xa0\x8f\x2e\xef\x4c\x6e\xd4\xbe\x49\xc2\x0b\x0f\x8a\x9c\x8a\xe9\x4b\x72\xcb\xd0\xca\x2f\x28\x75\xab\x25\x6b\x51\xe8\x9e\x18\x22\x18\x93\x58\x62\x5a\x7f\xb1\x9f\xf7\xac\x89\x48\x4a\xdf\xfa\x57\xae\xbd\x11\xdc\xba\x9f\x2a\xed\x3a\xaa\x1e\xca\x51\x88\x75\xf7\x33\x73\xfc\x69\x38\xab\x3a\xae\x50\xac\x9c\xa9\xe2\xa2\x7e\xad\x45\xa5\xc7\x69\xc8\x66\x32\x65\xe1\x6e\xb3\x6b\x7f\xe7\xa4\xef\xde\xea\xb5\xed\x37\x11\xd6\x96\xca\x5f\xe2\xf5\x6f\x52\x98\x9d\x08\xae\xdc\x8f\xe6\xb7\x15\x94\x1b\xa4\x5f\x46\x1e\x79\x17\xd8\x12\x18\xdb\xea\xcf\x19\x68\x1a\xa7\x9a\x6c\x99\x1f\xd8\xf0\xda\x19\x3a\xd1\xb8\xb5\x7a\x2b\xfa\x81\x02\x35\x43\x4b\xa3\x16\x12\x24\x53\x0a\x8b\xd4\x1a\x61\xff\x93\xf1\x7f\xe1\x1c\xe0\x2e\x80\x0d\x08\x34\x7d\x2a\xea\x4e\xcd\x0a\x57\xf1\x4c\x73\x38\xb0\x4d\xb4\x5f\x70\x58\x70\xea\x75\x0b\xf0\xa4\xf4\xd9\x09\x44\x0b\xed\x8a\x14\x8a\xfd\x9c\x80\x9d\xf2\x92\xa9\x9d\x8f\x59\x7c\x58\x8f\xd1\x3b\xff\x67\xe8\x5c\x55\x6d\x43\xcd\x80\xf5\x11\xd7\xf5\x15\x52\x25\xe7\x85\xad\xfa\x5d\x78\xdb\x79\x33\xfb\x09\x07\x42\x06\x47\x84\x53\x45\xcd\xc7\xd3\x24\x93\xa4\x35\x66\x87\xe7\xaf\x96\xf8\x55\x21\xd6\x0b\x37\x0b\xf7\x5c\x4d\x15\xff\x85\x79\xd1\xa7\x23\x1b\x4a\x93\xed\xdd\x5b\xb5\x83\xf9\x76\xc9\x17\x31\x68\x91\x85\x51\x9c\xd1\x27\x71\xdd\x89\x6a\xa9\x62\x99\x9f\x72\xe9\x0a\xdd\x4a\x74\x2b\x0f\x6b\x69\x1a\x65\x3b\x9c\xba\xdd\x07\xe5\x26\x75\xd6\x37\xfe\x8a\xbe\x87\x8a\x13\xf6\x35\x88\x09\xcb\x6e\xa8\x9a\xdb\x22\xc9\xec\xf2\xf4\xf5\x8c\xd1\x2c\xff\x9c\xdd\xfc\xa7\xe2\x77\xe5\x9b\x55\xb5\xf5\xc2\xcd\xcd\x1d\xa8\x3d\xd2\x83\x11\xa3\xab\xe3\xde\x0b\xc9\x6b\x1c\x27\x4c\x7f\x67\xef\x2f\xa1\xa3\x2f\xab\xfe\xe3\xe5\x5d\x1b\x0d\xbd\x95\xf8\xe5\x7e\x15\x72\x95\x12\xd5\x01\x75\xaf\x4d\x6e\x6d\xfa\x5d\xac\x7d\xfa\x43\x31\xa3\x0f\xd3\x96\xf3\x06\x2b\x2a\x9b\xc2\x7b\xc7\x27\x3c\x0f\x1a\xff\xcd\xef\x3b\xc9\xa3\xaf\x2b\x33\x13\x9f\x07\x98\x3b\x71\x5a\x97\xdb\x6a\xda\xc1\xbb\xbe\xf4\x6c\x0f\x84\x8c\xa2\x8f\xb3\xcc\x44\x2d\x06\xac\x71\x6d\xbd\xdf\x57\x3b\xdc\xbf\x44\xba\x7e\x78\xf2\xfe\xdf\x6b\x80\x7b\xed\xe3\x90\xd5\xc7\x39\x8f\xb1\xab\xe1\xac\x91\xe2\x71\xce\x09\xcf\x19\xc8\xb9\xeb\xc5\x98\x55\xeb\x2d\x82\x5d\xf8\xa3\xf1\xb3\xc8\x1b\xde\x07\xed\xdf\xff\x55\xc7\xf1\x7f\x75\xfd\xc6\x7c\x7a\x7c\xfc\x79\x5f\x76\xf3\x72\x75\x75\x65\x71\x35\x78\xb1\x72\x31\x77\xe1\x79\xfd\xe9\x62\xf2\x3a\xff\xd6\xe4\xaa\xe2\x9a\xe2\x32\xfd\xf2\xe5\xca\xe8\xa6\xe8\xd5\xe7\xbf\xb4\xd0\x0f\x01\x57\xdd\xe7\x41\x27\x34\x87\x12\x7b\xad\xdb\xb9\x9b\x8f\x1b\x5d\x1b\xac\x9b\xbf\xd6\xbd\x37\xb6\x36\x87\x37\xc8\x37\x0d\xb6\xac\xb6\x75\x37\x1d\xd6\x2f\xb7\xc5\xb6\x56\xb6\x7b\xcf\xf0\x1f\x48\xfe\xa3\x7e\xbd\xb9\x7d\x3d\x7b\x3c\xb8\xda\x76\x5a\x03\x5b\x42\x5f\x50\x9e\x11\x9b\x8a\x9a\xc0\x18\xb5\x9f\x10\x1c\x37\x9e\xa4\x9d\x28\x1c\x4b\x1f\x6f\x1b\x4b\x9e\x92\x9b\xe2\x9f\x70\x9a\x62\x1e\x1f\x1c\xe9\x98\xc9\x59\xdd\x3b\x30\xb9\xae\xfa\xfd\xf6\x8d\x7a\xea\xbb\x90\xdf\xc7\x5b\x37\x58\x70\x9f\xa2\x1b\x4b\x1f\x9c\xe8\x5f\xef\xe1\xed\x8c\xed\x20\x6e\x83\x69\xb5\x6b\x8b\x69\x85\x6a\x95\x69\xeb\x6c\x23\x6a\xd3\xe9\x30\xeb\xb0\xea\x10\xed\xf2\xe8\x6c\xec\x9a\xe9\x5a\x1c\x05\x9b\x5f\xdd\x76\x3d\xdf\x03\x81\x9e\xa8\x2e\xc5\x77\x13\x16\xa5\x27\x75\xfb\x23\xba\xe2\xdb\x3d\x1a\xb6\xea\x08\xab\xd1\x2a\x52\x4b\xfb\xcb\x48\x4b\x84\x4a\x06\x4a\x1e\x4a\x0d\x4a\x7d\x4a\xde\x15\x6f\x94\x25\x97\xd1\x97\xfb\x54\x7c\x2e\x9f\xad\x48\xaa\x42\x6c\xd1\xec\xd7\x9f\x16\x5d\x9f\x04\x81\xae\x7f\xee\x7a\x2f\xec\x8f\x6a\x75\x33\x35\xfb\x55\xc7\x97\x3a\x15\xd2\xe5\x89\x65\x86\x67\x72\xa6\xe1\x24\x3f\x26\x9d\x24\xf1\x27\xc6\x27\xcd\xa4\x60\x25\xf7\x27\x21\x27\xcf\x25\x6f\xa6\x36\xa7\x0a\xa7\x7d\x4d\xcb\xcf\xf4\x2a\x9e\xac\x47\xe9\x86\x1b\x4f\xfd\x65\x72\x58\xb4\x04\x1a\x6d\xec\x86\xae\x7b\x28\xc5\xc8\xc5\x48\x8b\x4e\x70\x89\xf1\x8a\x6a\x0e\xdb\x0d\x91\x0c\xc1\x0f\x5c\x0f\xc4\x09\x02\x0b\x14\x09\x12\x0c\x20\x08\xfc\x14\x24\x19\x78\x15\x4c\x13\xec\x1b\x22\x10\x4c\x17\xd1\x97\x2c\x9a\xc7\x59\x45\xd7\xfe\xfe\x62\x6f\x3b\x61\xe6\xb0\xcf\xbf\xa1\xbb\x38\x2d\x2b\x20\x1e\x3e\xec\x35\x80\xcf\x47\xcc\x33\xc3\xed\xc2\x05\xde\xc9\xc0\x11\xdb\xc1\xc9\xc1\xc8\x41\xd5\x31\xc2\x71\xd2\xe1\xd4\x11\xd9\xb1\xcc\x19\xcc\xa9\xc1\x89\xcf\x21\xcb\xfd\x77\x10\x77\x2c\x47\x56\x5c\x39\xdb\xc9\xd1\xca\xfc\xa8\x56\xc7\x8f\x4a\xc8\xec\xe1\xb8\x83\xe0\x38\xcf\x14\x47\x05\x1b\x7a\x0b\x69\x33\x0b\xe3\x26\xa3\x16\x83\x63\x03\x24\xbd\x4b\xbd\x2d\xbd\x36\x03\x51\xfd\x7a\xa3\x4f\x86\xfd\x46\x08\xc6\x44\x86\x7a\x06\xc4\x66\xb3\x8e\x46\x3e\x03\x11\xfd\xe9\xa8\x47\x13\x4b\xc5\x43\x78\x8d\x79\x45\xca\xa9\x4f\xe1\x30\x9e\xc3\x76\xe2\xc6\xa6\x3a\xf1\xea\xb5\xaa\xcc\x4a\xf5\x8a\x8d\x0a\x6d\xf2\x67\x72\x63\xf2\x2e\xb2\x8d\xf2\x0f\xf2\xa7\x0a\x9a\x0a\xe0\x0a\x4b\x0a\x29\x8a\x64\x0a\x6a\xaa\xa9\x06\x52\xd6\xf3\x9e\x11\x61\x53\xfb\x37\x0b\x89\xfd\xbb\xf5\x09\x79\xad\xf1\x79\x81\x9f\x9d\x02\x4d\x8e\x35\x15\xe4\x72\xc4\x67\x45\x70\x85\xd6\x05\x4c\x04\x10\xf8\x8c\x78\x09\xf9\xb4\xf8\x3e\xf2\xe9\xf1\x3e\xf3\xc1\xf3\x09\xf3\xd1\xf2\x65\xf3\x83\xf8\x6d\x44\x94\xe5\x2a\xb4\xac\xcc\xd1\x5c\x9d\x0f\x3f\xcd\x57\xf4\x43\xd7\x62\xe6\xc1\xc5\x1a\xfa\x8a\xdb\xbd\xd3\xbb\x52\x54\x11\x45\xe0\xb6\x61\xf1\x60\xb2\x66\x64\xa0\xdb\xa1\x3b\xa0\x63\xa0\xf5\xa2\xa5\xa5\x39\xa0\xfe\x45\xab\x4a\xb3\x47\x3b\x4b\xf7\x85\x6e\x9e\xee\x99\xa9\x8e\x87\x59\x62\x5d\x0d\x64\x36\x71\x34\xb6\x64\x35\x40\x52\x5f\x94\xa7\x12\xc7\xe4\xbb\x65\x93\xad\x53\x2d\x73\xca\x77\xc3\x38\x49\x41\x45\x38\x49\xa0\x8c\x8f\x86\xc7\x8a\x0b\x87\xd3\x85\x73\x80\x43\x81\x93\x8d\xa3\x84\x3d\x83\x0b\x86\xfb\x15\x8f\x09\x8f\x93\xa0\x96\xaa\x9d\x13\x5f\xcc\x4e\x3d\xe8\xac\x60\x55\x7b\xf8\xb4\xa9\xa6\x30\x32\x51\x35\x00\xc9\xfe\x9d\x1e\xa1\x6c\x05\xef\x1d\x9d\x0f\x81\x1e\xaa\x1c\x02\xe4\xcf\x81\x1f\x9b\x3f\xc0\xbf\x23\xc1\x59\xc1\x69\xc3\xe1\xc3\x99\xc3\x45\x7e\xa7\xfb\x5e\xf7\xa3\xfd\x87\xd2\xcf\x75\x4c\x02\xf2\x03\xf6\x07\x69\xa8\xeb\xb8\x2d\xc2\xc9\xc9\xf6\xbe\x32\x20\x15\x23\x64\xd8\x59\xd0\x68\x42\x29\x5e\xf0\x94\x31\x8d\x08\x11\x99\xf6\xf3\xc5\x27\x52\x30\xff\x0f\x55\xef\x17\xdf\x47\xbc\xef\x7a\xef\xf1\xde\xf8\x7d\xfb\x7b\xd0\x87\x61\x30\x4b\xb0\x91\x8f\xac\x30\x1d\xb8\x5a\x8c\x69\xa2\xcf\x8f\xec\x07\xb3\xf3\xe2\x7d\xb4\xb5\xf5\xb9\xe8\xd1\x1e\xde\x48\x56\x39\x5a\x4c\x92\xb2\x9c\x64\x94\x43\x58\x45\x70\x25\x1f\xfa\x80\xcf\x00\x27\x40\x0a\x50\x03\x3f\x01\xd2\x77\xe7\x1f\x3c\xc0\x46\x3f\x99\x41\xc0\x41\x04\x42\xd9\xfe\x98\xc3\x87\x62\x0a\x11\x4b\x05\x81\x2e\xe2\xd7\x53\xc7\x45\x5a\x2f\x4a\xf6\x92\x53\x83\xc8\x9d\xb8\x0d\x5d\x15\x40\x02\x2b\x8c\xab\x44\xe4\xc8\x76\x50\x25\x80\xc2\x87\x9c\x4f\x24\x10\xab\x9f\x95\xbe\xd2\xc3\x40\xc0\x9a\x7c\xc7\xf8\xe9\x09\x7f\x88\x60\x8e\xc4\x81\x1d\x4b\xad\xcf\x63\x2f\x27\x00\x02\x3d\x8c\x1e\x3c\xcf\xdd\xf4\xb1\xd6\xb2\x65\x9f\x45\x85\x7a\x2e\x58\x12\x68\x2c\x4a\x9c\x73\x36\x53\x45\x61\xe3\xc0\x9e\x7e\x9d\x81\x95\xfd\x1e\x09\xbf\x8a\xb8\x8b\x82\x8e\xb6\x8b\xf9\x05\xfb\x06\xe7\x0e\xef\x94\x30\x8e\xe8\x0b\x65\x26\x47\xa3\x24\x8f\xe6\xeb\x3f\x7e\xdd\x17\x53\x6b\x2b\x23\xbd\x2d\xa1\x45\x5b\x49\x2d\x81\x0b\x0e\xd7\x86\x06\x8a\x32\x42\x2c\x4c\x9d\xc4\xec\x28\xb5\x28\x85\xe8\x56\x58\x78\x38\xd5\xf8\x0e\x44\x66\xa4\x5a\xe4\x51\x54\xde\xd4\xe6\x74\xbc\x8c\x17\x8c\xe7\xec\xbf\xc4\xb8\x54\xd7\xcc\xde\x66\x2f\xdc\x17\xed\x7f\x9d\x1d\xef\xee\xaa\xd6\xcf\xca\x88\x92\xf6\x7c\xb6\x6a\xd4\xa2\x95\x1a\xe2\xc9\xa4\xe9\x21\x74\x20\x56\x22\xa5\x26\x3f\xa2\x16\xa1\x25\x64\x50\x61\x41\x63\xcb\xe0\xb4\xe7\x5e\xe2\x4b\x17\x14\x13\x2a\x10\x7d\x50\x1e\x35\x7e\xe7\xfc\xcf\xfe\x4d\xf5\x33\x83\x55\xc5\x11\xd3\xe6\xa4\x62\xaf\x64\x93\x20\x13\x67\x34\xe3\x42\x15\x5b\xd1\x56\xd6\x73\xba\x64\x06\x66\xa6\x11\x56\x5e\x0e\x59\xee\x35\xbe\x64\x21\x64\x91\x4a\x09\x61\x29\x71\xb9\x35\x05\x53\x15\x48\x35\x0a\x43\x2b\xfb\x47\xff\xea\x3f\xf2\x3b\xd3\xae\xc8\xac\x47\x8f\x61\xcd\x87\x9c\x8e\x68\x5f\x5f\x72\xdb\x73\xfd\x51\xf9\x4d\x21\x56\x5e\x34\x3e\x30\x01\x73\x61\x2a\x71\x0b\x29\x02\x39\x32\x05\x3c\x55\x1c\x75\x39\xed\x16\xdd\x71\x03\x27\xe3\x08\x8b\x5d\xfb\xaf\xbe\xa2\x31\x9e\x7f\x24\x4a\xe9\xb3\xdc\x35\xf0\x51\xa8\x36\xb4\x52\xf7\x34\xc8\x70\x03\xf7\x34\x2b\x74\xad\x23\xf9\x64\x69\x7c\x69\x49\x79\x0a\xc5\x17\xe5\x3a\x0d\x7a\xad\x45\xdd\x3c\x43\x6d\x13\x5f\xcb\x15\xeb\x78\x47\xc0\x65\xdf\x63\xdb\x57\x2f\xca\x31\xf3\xdf\xef\xdd\xf7\x1f\xf7\xbf\xcd\xcb\xf4\xe9\xd4\x3b\x15\x28\x24\xae\x06\xd9\xba\xc6\x99\xd9\xeb\x78\x69\x68\x6a\x59\x69\x0f\xeb\x73\x1a\xda\x98\x34\x9b\x77\xd8\x60\x3a\x12\xb9\xa0\x7b\xb0\x79\xe9\xfb\x35\x04\x7b\x86\x5b\xc7\xc0\xa4\x97\x96\xfd\x7b\x96\x17\xe8\xf6\x62\x6f\x63\x68\xb2\xba\x4b\xa1\x1a\x36\x97\x23\xde\x2c\xc0\xce\x29\xd2\xea\xd0\x4c\xd3\x82\xda\xf2\xd6\x46\xc3\x9e\xd2\x89\xd4\x3d\xd6\x5b\xc0\x5f\x35\xe8\x24\x1c\x23\xfa\x7b\xac\x49\x52\x4f\x86\x78\x4e\x57\x49\x5d\x33\xdb\x7f\x32\xfe\x13\xd9\xb1\xc8\x8a\xed\x48\x61\x7b\x75\x85\x5f\x56\x7f\xcc\x07\xff\x33\x8f\x1d\x97\x52\x37\x2a\x8f\x1d\x1f\x3b\x5f\xeb\x40\xc7\x50\x98\x08\xaf\x58\xf1\x84\xc3\x94\xe9\x2c\xaa\x3c\x91\x62\x89\xd2\xc9\x9a\x8f\x4d\x05\x03\x24\x7f\x66\xce\xdd\xdc\x7e\xee\x02\xd9\xb0\x41\x73\x64\xd9\x6a\xc6\x43\x9c\x4a\xd8\x69\x70\x6d\xe8\x4c\x18\x61\x44\x63\x34\x72\xdc\x49\x32\x5c\x9a\x4f\xf6\x72\x7e\x6a\xb1\x64\x05\x55\x8d\x4b\x63\x5a\xdb\x52\xaf\xd4\xd0\xe4\x2c\xd1\x5f\xb9\x75\x4d\xb3\xd3\x3e\x47\x3e\xc8\xdc\x54\x5a\x6a\x94\x9d\x9e\x12\x93\x98\x9e\x48\x9d\x62\x90\x5a\x98\x51\x94\xfb\xb3\xf0\x67\x89\x67\x25\x58\x6d\x72\x03\xa8\x4d\xbe\xab\x7c\x60\x64\x74\x7e\x3a\x77\x51\x70\xeb\xaf\xf3\x3c\x41\xaf\x08\x17\xf0\x5b\x3d\x33\x5d\xfd\xdf\x9b\x60\x2a\x04\x0a\xc7\xf2\xbf\xe6\xdf\x16\x71\x17\x6f\x97\x8f\x56\xa5\xd5\x7b\x36\x83\xb7\x65\xf4\xb0\xf5\xf7\x8d\x08\x4d\x78\xcf\xca\x2e\xef\xac\x9d\xec\xa6\x9e\x4b\xfe\x9d\x9e\xcf\x3c\xe7\x98\x9b\x67\xb3\x92\x03\xac\xed\xc1\x8d\xc6\xb5\x36\xf5\x1f\x1b\x9c\x9a\x05\x5b\x8b\xbb\xec\x7b\x45\x06\x5c\x46\x7b\x26\xcb\xe7\x52\x16\x6d\x36\xa8\x76\x7f\x1e\xf2\x9d\xf9\xdd\xf4\x3c\xf3\xfe\x37\xbd\x9f\x9f\xcf\x77\xb6\xce\xe6\x51\xc7\x10\xfa\x8e\x7b\x9d\xfb\x62\xfb\xf7\x87\x4c\x46\x86\xc7\x9b\x67\xb8\xe7\x87\x57\x69\x37\x8e\x77\x02\x8f\x14\xcf\xf2\xaf\xbb\x1e\xcc\x5f\xbf\xfe\x6f\xfe\x83\x40\x2f\xc8\xe7\xe6\x3b\xec\xab\x99\x73\xa7\x33\x0b\x33\x2b\x73\x4c\x0b\x11\xcb\xc8\xeb\xdf\xb6\xdf\xef\xf5\x1f\xe3\x9e\xbb\x5d\xfb\x3e\xe0\xbe\xae\xfc\xbf\xb4\xff\x57\xd7\x6f\xd8\x57\xd9\x97\x9f\x8f\x7d\xbf\x7e\xfd\x32\x7c\xe4\xfc\x05\xff\x58\xf8\x60\xf4\xc4\xfa\xf8\xf5\xe9\xe5\x19\xf1\x79\xe7\x45\xe8\x37\xd2\x33\xce\x63\xea\xff\x52\xbe\x6e\x3e\xaa\xdf\x6f\x5d\xce\x9e\x53\x9e\x50\x1c\x5a\xef\xdb\xee\x9b\xef\x91\xef\x0b\xed\xeb\x1d\xe2\x1f\xd2\x1e\x84\x1d\x94\x1f\xd4\x1e\xed\x1f\x53\x9d\xe4\x1d\x6b\x9f\xe2\x1c\xd7\x5c\x0c\x3c\x21\xfc\xe5\x6f\xc7\xb8\xdd\x39\x87\x3a\x86\xd8\xfd\xbd\xb9\xba\xe6\xb9\xec\xbe\x24\xb2\x90\x30\x07\x35\xfb\x71\x16\x66\xee\x66\x0e\x6f\xfe\x74\xee\x7e\x6e\x64\xb6\x62\x9e\x7a\xf1\x69\x79\x78\x99\x73\x35\x6d\xe5\xd3\x06\xec\x91\xd9\xad\xe9\xbf\xf4\x77\xbd\xe7\x82\x7b\x12\x9b\x49\xcb\xfe\x73\xd0\x13\x01\xa3\x62\x43\x75\x03\x30\xfd\x12\x3d\xdd\x5d\x1b\xdd\x17\xdd\x62\xdd\x75\xbd\x6a\xdd\xd0\x3d\x48\x7d\x09\x7d\xe5\xfd\xf9\x03\x3b\x83\x99\x83\x7e\x83\x04\xe3\x36\x8b\x63\x3b\xcf\x17\x6f\x75\xc5\x77\x9d\xc7\x8a\x1b\x1d\x0b\x47\xe3\xee\x43\x48\xdd\x2f\x9d\xda\x2d\x58\x8d\x43\x0d\x60\xb5\x41\xd5\xf5\xd5\xe9\x95\x75\x95\xa9\x55\x09\x55\x57\xd5\xca\x95\x15\xd5\x6e\xd5\x15\xf5\x0e\x0d\x52\x0d\x14\xf5\xb5\xf5\xa8\x6d\x39\x83\xaa\x33\x71\x1b\xb4\x20\xd0\x2f\x86\x63\xaa\x8d\xa5\xa9\x97\xa1\xe9\x4e\xcd\xa6\x97\x6a\xf9\x8a\xea\x92\xb4\x82\x9c\x3c\xe5\xdc\x9f\x59\x54\x19\xa1\x19\xa1\x19\xbf\x32\x40\x99\xa4\x59\x15\x99\x15\x59\xca\xd9\x75\x39\x02\xb9\xc3\x79\xa0\x1c\xcc\x1c\xf8\x32\x9e\x86\xe6\xee\x91\xf1\xcd\xdf\x33\x97\xe2\x5b\x49\x73\x98\x83\x02\x6d\x14\x35\xaf\xc5\x2f\x39\x22\xe9\x89\x49\x8d\x09\x68\x31\x83\x31\x8d\x51\xf9\xe1\x73\xe1\x0f\x61\x2c\xe1\xc7\x11\x28\x51\xb1\x91\x13\xd1\xb8\xd1\xe5\x31\xa6\xb1\xd4\x71\x26\x51\x18\x31\x85\xa9\x3f\xf3\xcd\xab\x71\xda\xed\x7f\xe1\x1f\xab\xad\xa8\x8d\xfc\x68\xe3\xa8\xb1\xcc\x6f\x4a\xeb\x8e\x9d\x0c\xc7\x0a\x58\xf4\x17\xf5\x85\xf0\xc2\xf5\x62\xf1\x98\x75\x6b\x72\xd7\x75\xc7\x71\xe7\xf7\xc0\xf0\x88\xf4\xda\xf6\x86\xf2\x62\xf0\x79\xef\x33\xec\x73\xef\xf3\x1c\xbc\x1e\x87\x9e\x25\x51\x76\x74\x23\xb8\x03\xcc\xc0\xf4\xb9\xd6\x4d\x17\xae\xa5\xfe\x8e\x32\x0c\x28\x70\x4f\x74\x3c\xb2\x9b\xb4\x41\xb0\x24\xb4\xf8\x68\xfe\xcd\xac\xc4\xcc\xcb\x6c\xc1\xb4\xc6\x5c\xce\xfc\xd6\x22\xc5\xc2\xcb\xb2\xc7\xd2\xc4\xd2\xc0\x9a\xdf\x32\xc3\xa9\xcc\xd7\x3d\x72\x31\x4d\xe2\xf2\x7e\x53\x61\x02\xa5\x5d\xb6\x4a\x3f\x1b\x2f\x96\x3c\xa0\xce\xa5\xd3\x1a\xd5\x28\x51\x57\x57\x3b\x46\x53\x5f\xdd\x5d\xad\x46\xed\x83\xaa\xba\x4a\x80\x1a\x9c\x9a\x8a\x9a\x91\x2a\x8f\x1a\xb3\xc6\x37\xf5\x28\xb5\x2c\x75\x1b\x4d\x11\xc3\x54\xeb\x13\xb7\xce\x10\x96\xb3\x99\xd5\xec\x51\xcd\x16\x81\x52\xe7\x34\xda\x70\x0e\x8f\x19\x1b\x5a\xfd\x12\xb5\x5b\x39\x2d\xa9\x48\x29\x44\xb1\x79\xd1\x5d\x51\x36\x91\x49\x11\x23\x51\x7e\x11\x7d\xe1\x0d\x11\x66\x91\x0d\xd1\x16\x31\x01\x71\x5a\x31\x3a\xb1\x57\x79\x12\xcd\x6e\xb3\xf7\xce\x8f\xe7\xe4\x6b\x72\x23\x59\x2d\x3c\xc5\x0c\x49\xbf\x83\x55\x5d\x60\x4c\xd7\xd4\xf9\xa4\x4d\x04\x37\xb8\x3f\xb2\x37\xb1\x63\xb0\xc9\xb3\x2c\xb0\x48\x31\x23\xb1\xc4\xb1\xbc\x63\x5a\x63\x96\x60\x5e\x66\x09\x64\x59\x61\xd5\x60\x39\x67\x8d\xe7\x15\x90\x28\x50\x15\x33\x3a\xbf\x50\x59\x43\x1d\x9b\x6e\x91\x2b\xa1\x4b\xbe\x0e\x8a\x72\xf2\x37\x6a\x50\xce\x10\x69\xe4\x28\xa1\x9b\x24\x4f\x26\x1d\x25\x39\x26\x79\x4f\xa2\x40\x14\x48\xfc\x83\x28\x9d\xc8\x8c\x28\x92\xe8\x27\x51\x1e\xb1\x14\x89\x1f\xf1\x01\x09\x3b\x35\x3f\xdb\x98\xc8\x89\x0a\xc5\x35\xf6\x66\xed\xf8\x6b\xbb\x7e\x39\x74\x2a\x28\xc4\xdd\xb9\xc8\xb8\x5c\x19\x41\x84\x94\xc5\x9f\xdc\x1a\x07\x06\x55\x1f\x65\x17\xd9\x18\x59\x0c\x71\x17\x49\x14\xb1\x07\x31\x0f\x71\x0b\x49\x02\xc9\x1a\xa9\x15\xb9\x07\x45\x01\x19\x84\xe9\x41\xd6\xcf\x01\x2b\xb5\x70\x9f\xb1\xbb\x33\xcb\xd1\x6d\x5f\x95\x90\x25\x14\x31\xeb\x21\x64\xde\xa4\x6e\x28\x56\xc1\xd6\x46\x6e\x8b\x51\x01\xe7\xfe\x99\x14\x8a\x0f\x32\x0d\x12\x09\xa2\x16\xa2\x1c\xc2\x09\x22\x14\xe2\x18\x52\x1e\xd2\x17\x8a\x1f\x4a\xfe\x33\x0e\x9c\x3d\xde\x4f\xc6\xdf\x62\xb4\x2f\x07\x27\x0a\xcb\xd4\x43\xbd\x8d\x08\x05\x52\x09\x70\x7e\x5e\x76\x86\xba\x2e\xb2\x02\xbc\xe7\x74\x4d\xf8\x22\x08\xe7\x90\x88\x00\x16\x40\x03\xb0\xbc\xc7\x05\x5b\xf8\xf4\x04\xb1\x04\xa5\xf5\x05\xef\x6b\xea\xb7\x2d\x98\x49\xd8\xd0\x9f\xb5\xf8\x7d\xcc\x28\xe2\xe0\x20\xd0\x0d\xce\x76\xea\xe4\x72\x67\x4c\x85\x4e\xfa\x5c\x58\xb1\xeb\x8c\x69\xbd\xea\xad\x18\x24\x1b\x0d\xb9\x30\x46\x0b\xf4\x15\x38\x34\x54\xe2\x57\x02\x68\x57\x38\xf8\x1f\x48\x08\x9f\x11\x2d\x91\x8b\x50\xa3\xd1\x2c\x30\x58\xb1\x0e\x71\x33\xa9\xaf\xb8\x63\x65\xe1\x41\xa0\x17\xfb\xe3\xc3\xa5\xc3\x21\xea\x06\xa7\x7c\xdd\x38\x1e\x5f\x37\xdb\x4a\x5d\x4a\xd9\x2a\xbe\x70\x7a\x76\x02\x58\x84\xd3\x1f\x9e\x08\x15\xc8\xac\x68\xac\x98\x9a\xd8\x4a\x78\xf2\xf8\x07\x44\x20\x92\x34\xb2\x35\xca\x28\x2a\x24\x9a\x48\xce\x5b\x49\x6c\xcd\xac\x7f\xfc\x36\x6f\xfa\xb6\xa2\x27\xd9\x3b\x60\xcb\xfd\xd2\xa3\xc3\x74\xdd\x3e\x9a\x36\xaa\x91\x8b\x9b\xb2\xeb\x52\x8c\x61\xeb\x61\xbb\xe1\xbe\x10\x1a\x12\x27\x91\xa3\x53\xd2\xd0\x98\xd0\x7f\x67\x6c\x65\xf9\xc1\x56\xc9\xb1\xc6\x2d\xc7\x4b\x27\x3e\xa6\x56\x61\x56\xf5\x8f\x08\x4f\xbf\x8e\xe4\x96\xf8\x07\x8a\xea\x7b\xf3\xd6\xe3\xe8\xfd\xde\xd9\xdd\xea\x8b\x2a\x64\x08\x62\x32\x45\x53\x5c\x53\xfa\xd3\x88\xd1\x65\x33\x19\xb2\xd8\xb2\x1f\x73\x1b\xf2\xba\x08\xb4\x0b\xeb\x88\xc1\x8a\x57\x4a\xa6\xca\x3a\xa8\x41\x9a\x08\x39\xff\x71\xe2\x7c\x0d\x6c\x32\x4c\x26\x74\x10\x97\x2f\xa6\xab\x87\x5b\xba\x5f\x5b\xb4\x6a\x06\x49\xf3\xf2\xf8\xb3\x45\xb1\x73\x73\x1e\xf0\x18\x0b\x7c\x15\xc6\x10\x0d\x96\x74\x94\xa3\x54\x00\x53\x6a\x57\x4d\xd6\x9c\xd1\x26\xd2\x57\x37\x81\x74\xdc\x0d\xf8\xa3\x76\xf1\x29\xf8\xc8\x70\x91\x6d\x10\xad\xd1\xb6\x40\x29\x11\x25\x10\xcd\xa9\xd4\x24\x58\xd5\x41\xb2\x5d\x78\x54\x0c\x57\x5c\x5f\x8a\x44\x0e\x53\x21\x44\xc5\x58\xc3\x43\xdb\x56\xaf\xdb\xf8\x83\x29\xa5\xc5\xa1\xcd\xb8\x7d\x81\x63\x85\xbf\x57\xdc\xbf\xbb\x48\xae\xc5\xb7\x55\x27\x7f\x77\x69\x55\xfa\x65\x53\x47\x6f\xf9\xc6\xd8\x0d\x1a\x92\xaa\xd1\x28\xf1\x2b\x5f\xa9\xae\xaa\x6f\xe8\x28\xe9\xad\x1a\x35\x9a\x79\x58\xe3\xd9\xb2\x3a\xde\xb9\x34\x7a\x72\xfa\x7a\xf8\x83\x42\x92\x63\x3f\x66\x0b\xff\x2b\xc2\xd3\xde\x49\xfa\x32\xd3\xb0\x76\xf3\x4b\x29\x53\x9a\x69\xb8\xb6\x97\x8d\x8d\x8b\xf1\x91\xbe\xb1\x21\x8b\xf1\x8a\xc9\x8b\x85\x99\xf5\xb4\xfd\x98\xf3\x95\x87\x8b\xb7\x5a\x00\x71\x30\x44\xc8\x6c\x94\x40\xfc\x6e\x9a\x69\x56\x54\x85\xed\x7f\xb2\xf5\x2d\xef\x8e\xc9\xac\x6f\xdf\x66\x83\x5e\x21\x4f\xb2\x6e\x68\xa7\xa7\xad\xe3\xa4\x2d\x96\x3d\x99\x83\xb7\xf3\xae\x5b\xa5\x17\x87\x9f\x63\x10\x61\x18\x75\x64\x40\x1c\x4e\xe2\x75\xda\x5a\xd6\x69\xbe\x41\x11\x78\x85\x56\xeb\x9f\xea\x1f\x7e\x7f\x3b\x6f\xdb\x38\x9d\x6c\xe8\xaa\xaa\x95\x2b\xf8\x94\xf4\x2d\xec\xde\x9f\xd7\x07\xc9\xd7\xc1\x7f\x3c\x50\x3f\xe4\x32\x3c\x36\x96\x35\x41\x3b\x39\x2f\x43\x29\xfb\xb5\x08\xb9\x4c\xa7\xe2\xa5\x1e\xa6\x79\xad\xab\x79\xa8\xfa\xcf\xcc\x78\x5c\x39\x56\x5f\x4d\x1c\xf3\xeb\x34\xaa\x79\x97\xf7\x39\x85\x2f\x6e\x22\x6a\x39\x66\x32\x0e\x21\x81\x23\x69\x29\x4d\x34\x6b\x26\x8f\xa8\x28\xbc\x9c\xbf\x1a\xbb\x21\xb7\x05\xbe\x53\xa6\xef\x65\x98\x65\x7c\x74\x81\xfc\xaf\xd4\xba\x27\x3a\x84\x5d\x92\x1f\x2d\xeb\x18\xab\xfa\x5c\xac\x93\x93\x98\x61\x94\xc5\x9e\x0b\x9d\xb7\x5f\x10\x5e\xbc\x58\x6e\x5e\x73\xd4\x50\xdb\x72\xdb\x69\xda\x87\x3e\xcc\x3f\x41\x3f\x03\xbd\x40\xbe\x45\xbe\x3f\xf7\x77\xf2\xdd\xe4\xec\x5f\x2f\x26\x8e\x52\x77\xb2\x35\xec\x54\x42\x96\xe9\x94\x93\x56\xea\xd4\xa0\xd7\xed\x37\x15\xb6\xed\x76\xe1\xf5\x4d\x0f\x17\x8c\x17\xce\x84\x2f\x1e\xad\xe5\x6d\x99\x1d\x4a\x9f\xab\xdd\xb2\xfd\x37\x3d\x6f\xd0\xf6\xec\x96\x4c\xc7\x1a\x7a\xae\xda\xe3\x5a\x6b\xdb\x58\x3a\x2a\x3b\x8b\x7a\xc1\xfb\x5f\x47\xae\x27\x7e\xcf\xea\x2c\xbe\xae\xa5\x6d\xdd\x1f\xc8\x9d\x74\x5c\xd9\xdf\x4e\xbd\x54\xfe\x2f\xfe\x82\xa2\x6e\x4e\x0f\x2c\x96\xab\x66\x4e\xc7\xcd\x46\x3f\x8c\xbe\x1b\x3b\x98\x20\x9e\x1e\x9b\xcf\x5a\x2a\x59\xcf\xde\xc6\x3d\x74\x3e\xb5\xbe\xf4\xbb\xff\xf2\xf8\xbf\xca\x40\xff\xfc\x1c\xbf\x8e\xf5\xb6\x43\x56\x9a\x96\xad\x56\x58\x56\xcd\xd6\x16\xb6\xa6\x76\x97\x0f\x7f\x9f\xee\x5f\x8d\xdf\xdf\x3c\xbf\x03\x9d\xfc\xff\x57\xff\x5f\x5e\xaf\xfd\xbf\x3f\xbe\xd4\xbd\x6c\xbf\x0e\x80\x44\x7f\xaf\xfd\x7f\x55\xbd\x38\xdd\xcf\xde\xa5\x5f\x61\x5d\x0a\x5e\x50\x9d\xc2\x9c\x98\x1f\x2f\x9f\x12\x1e\xa7\x9e\x2e\x9c\xcd\x9f\x1f\x9d\xe3\x5d\x58\x5e\x36\x5d\xa7\xdc\xc0\xdc\xf1\xdd\x2e\xdd\xdc\xbe\x88\xfc\x55\xfb\xac\xf8\xeb\xdd\xe5\xee\x89\xc0\xe1\xe7\xed\xce\x4d\xe7\x0d\xc4\xd5\xee\xd5\xbe\xa5\x9d\x25\x8c\xa5\xc5\x15\xf4\xd5\x2f\xab\xd0\xab\xa2\x6b\xa2\x6b\xf4\x1b\x22\x5b\x3f\xb6\xd3\x76\xcd\xb6\x18\xb6\xa9\x4e\x2a\xef\xf9\xff\xfd\xbc\xad\xd7\x39\x27\x4a\xfb\x8c\x1b\x45\xcb\x5d\xb3\xcf\xb3\xba\x53\xa0\x71\xec\x91\xd7\x61\xd6\x21\xf4\x41\xf8\x81\xd5\x41\xb0\xa1\xde\x11\xc2\x61\xbc\xe1\x84\x91\x8b\x31\x86\x71\xfc\x71\xc6\x29\x9f\xc9\x86\xc9\xa7\x15\xca\xbd\xe9\xcb\xb7\x5d\x94\xd7\xea\xcb\xf8\x83\xb1\x75\x86\x79\xc6\xf1\xfa\xe1\xe3\x7e\x83\xae\xe1\x0e\xb0\xd6\xb9\x16\xdc\xc6\xea\xfa\xfd\xba\xff\x1f\x7b\x7f\x1e\xbd\x5f\x51\x9d\x89\xe2\x66\x30\xe6\x63\x8b\xda\x1d\x8d\xd1\x8e\xa0\x46\x63\x63\xfb\xbe\x9e\x9a\xab\x42\x3a\xfa\x05\xe2\x3c\x01\xd2\x4e\x31\xa8\x38\x1b\x0c\x0a\x0e\x88\xb3\x82\x62\x70\x1e\x40\x71\x88\x0a\xe2\x44\x9c\x12\x11\x49\x1c\x82\x82\x3f\x5a\x32\x28\x31\xce\x8a\x4a\xda\x48\x14\x93\x88\xa8\x6d\xe4\xb7\xce\x7e\x76\x9d\xf7\xec\xaa\x7d\xce\xbd\xeb\xfe\x77\xd7\xba\xf9\x43\x16\xa4\xea\xf3\x9e\xaa\x5d\xb5\x6b\x0f\xcf\x7e\xf6\x8f\xff\xe2\xc2\x0f\x7d\xf1\xdc\xaf\x9c\x7f\xb7\xf3\x9e\x75\xde\xd5\x1f\xb9\xfc\xfc\xe1\xaf\xbe\xfe\xd1\x5b\x7f\xd4\x7f\xfc\x3a\x1f\xff\xda\xc5\x8f\xbe\xf4\xdb\xdf\x30\xd7\x5c\xf3\x1f\x6f\xfe\xb7\x77\x5d\xfe\xbb\x5f\x3a\xe9\x6f\x3f\xf3\x69\xff\xb1\x93\x3f\x7c\xf1\x5f\xdc\xf0\xfd\x47\x9c\xf3\xb1\x77\x1f\xfe\xce\xb7\xbe\xe3\x8d\x6f\x77\x67\x7e\xed\xed\xb7\x7f\xfb\xdd\xce\xba\xf2\xec\xbb\xbd\xe3\x27\xef\xfc\xa5\xf7\xdc\xe2\x3d\x07\x9d\xf3\xe1\x73\x4e\x7e\xef\xfe\xe7\xbc\xf6\xbd\xef\x38\xef\xc9\x17\x7c\xf2\xef\x7e\xed\x9a\x6b\x7e\xf4\x0b\xff\xfb\xc8\x2f\x9d\xf6\x77\xff\x72\xc1\x63\x3f\x72\xea\xfb\x8f\x7c\xe7\xd3\xce\x3c\xec\x4f\x7f\xe7\x8c\x7f\x7a\xfd\xb7\x5f\xf7\xa8\xd3\x8e\x3d\xed\x25\xaf\x7d\xc1\xab\xdf\xf8\xea\x03\x5f\xfd\xe6\xd7\xfc\xec\xb4\xed\xe9\x57\xbf\xfe\xab\xaf\xdf\xef\x0d\xd7\x7f\xfd\x95\x6f\xbc\xf5\x19\x17\xbe\xe9\xed\xef\xb8\xef\x07\xf7\xfb\xd8\xef\xfe\xec\xdd\x57\xbe\xf0\x1b\x2f\xfc\xec\x9f\x5e\xf8\x4b\x1f\x79\xd9\x9f\x3d\xe5\xcc\x74\xc6\x2b\x5f\xf5\x91\x97\x5d\xfa\x27\x1f\x79\xd1\x3f\xbe\xf0\xd2\x93\x5f\xfe\x82\x23\x5e\xf0\xfd\xe7\xff\xca\xf3\xbf\x73\xd2\xc5\x27\xdd\xf0\xa4\x53\x4f\xfa\xe2\x8b\xae\x7d\xca\x37\x4e\x49\xa7\x7c\xfd\x94\x6b\x5e\xfc\xf8\x97\xfc\xb7\xd3\x0e\x7c\xcb\xcf\xff\xec\x4e\x3f\xbe\xe2\x3b\xef\xf9\xe2\x1b\x2e\xf9\xa3\x8f\xde\xf6\xbd\x17\xbc\xed\x16\xa7\x9f\xfc\x92\xab\x5e\xf0\xe7\xcf\xfe\xe5\xa7\x9f\x7e\xc2\x45\x4f\x7d\xe9\xf1\x5f\x38\xfe\xa2\x27\x1d\x7b\xdc\x0d\x8f\x3b\xf1\xf8\xfd\x9f\xfc\x87\x4f\xb9\xd1\xf1\xa7\x3c\xf9\x9b\x4f\xfe\xb3\xa7\xd9\xa7\xe6\xa7\xbc\xfd\xa9\x0f\x3b\xf1\xff\x77\xd2\xeb\x5e\xbe\xef\x8c\xeb\x5d\xf5\x37\x97\xbb\x4b\x1f\x7f\xe1\xa1\xe7\x9e\xf5\x8e\x78\xc6\x7f\x7a\xe9\xad\x9e\xf7\x97\x4f\xbb\xdf\xb1\xbf\xf8\xb8\xa3\x1e\x73\xbd\x47\x3f\xf5\x91\xd7\x7d\xc4\xad\x1e\x6e\x1e\xf6\xdd\x87\x9f\xf7\xf0\xaf\x1d\x7d\xf3\xa3\x9f\x77\xf4\xad\x8f\xbe\xfb\xd1\x1f\x78\xd4\x6f\x3d\xea\xa4\x47\xbe\xe6\x51\xff\xfc\xb8\x5f\x39\xee\xc0\x67\x1d\xf8\xe2\xd3\xfe\xed\x75\xdf\xfc\x8d\x4b\xaf\x75\xc1\x4d\x3e\xf8\x94\xb7\xb9\x57\x1f\x7e\xf2\x3b\x4f\x38\xf1\x98\x9f\x1e\x7d\xfd\x07\xff\xe8\x01\x37\x3b\xf2\x29\x47\x9c\x76\xf8\xd3\x0f\xdf\x77\xd8\x61\xf7\xbd\xea\xf0\x3f\x38\xec\xd2\xc3\xef\x78\xf8\xfd\x8f\x38\xea\xf0\x17\xde\xef\xd5\xf7\x3b\xfd\xc8\x07\x1d\xf1\xd3\x07\xdc\xfc\x61\x0f\xf8\xa3\x7b\x3f\xed\x27\xff\x7e\xdb\xcb\x5e\xfa\xf7\xb7\xfa\xf8\x15\xef\xfd\xc4\x9b\x7f\xf2\xf2\x27\x3e\xe7\x03\x4f\x3a\xe8\x91\xe7\x3e\xf0\x76\xf7\xf9\xcc\x5d\xef\x71\xe8\x41\x87\xdc\xe0\xe0\xf3\xf7\x7d\xef\xe0\xeb\xed\x3b\xe7\x4e\x8f\xbd\xe3\x4f\xee\x74\xf2\x9d\xce\xbf\xd3\x67\xf6\xfd\xfa\xc1\x2f\x3c\xf8\xd5\xfb\xbe\x73\xf0\xf3\xef\x7c\xcf\xfb\x3c\xe6\xc1\x2f\x7f\xcc\x0f\xfe\xfd\x06\xdf\xba\xe8\xef\x2f\xfe\xc4\xf0\xbe\x2b\xfe\xf4\x97\x5f\xf6\xe8\x67\xbf\xe3\xd8\xdf\x78\xe8\x0f\x0e\x7f\xed\x9d\xdf\xfa\xbb\xf7\xf2\x67\x9a\x4f\x9b\x7f\x19\xde\x6e\xe2\x70\xdc\x1d\xbe\x7e\x87\x61\xb8\xde\x1d\x3e\x71\x87\xaf\xdf\xe1\x42\x73\x2b\xb3\xcf\xbc\xcc\xbc\xc1\xbf\xfa\xf7\x7e\xfd\x1e\xaf\x7f\xf0\x97\xae\x1e\x2e\xff\x9f\x97\x1e\x7a\xc1\x0f\x3f\x70\xc5\x5b\x8e\x79\xf9\x49\xcf\xb9\xee\xb1\xc7\x3c\xf4\xa1\xf7\x7d\xde\xc1\x77\xf1\xaf\x38\xf0\xb4\x5b\x9d\x7a\xcb\x7d\xb7\x78\xea\x01\x67\x1d\x70\xf8\xfe\x17\x1c\xf0\x0b\xfb\x5f\xba\xff\xdb\x0f\xb8\xef\x01\x27\x1d\x70\xfc\x01\x7f\x7d\x8b\xed\x2d\xbe\xfa\x5b\x87\xdd\xe1\xcb\x77\x3a\xed\x88\x5f\xf9\xe9\xb1\xff\xfc\xd9\x2f\xfc\xea\x45\xb7\xff\xd0\x3f\x9d\xb5\xdf\xab\x7f\xe7\x05\x7f\x78\xdc\x33\x1e\x7e\xf0\xe1\x27\x1e\x72\x7b\xf7\xc3\xdb\x9c\x7a\xd3\xfd\x6e\x78\xd6\x0d\x3e\x75\x83\x13\x6f\x70\xc0\xf5\x5f\xbb\xdf\xbf\x5e\x7f\xef\xfa\x77\xbd\xfe\x4f\x6e\xf0\xb0\x1b\x5e\xf6\x5f\x1e\xfb\x6b\x87\xfc\xda\x4d\x6e\xf2\x88\xdb\xbe\xee\x77\xde\x79\xef\x27\x5e\x73\xcd\x95\x47\x7d\xed\xca\x4b\xfc\x5f\x3e\xfa\x5d\xff\xe7\xf5\x4f\x3a\xe5\xec\x13\xc2\x63\x9e\xf9\x80\xd7\xde\xf5\xfb\xe5\xbc\xdb\xbd\xeb\x37\x6f\x76\xfd\x5b\x5f\x6b\xef\x97\x6e\x71\xed\xf3\x7e\xf5\x19\xff\xe9\xf6\xfb\x9d\x7d\x83\x57\xfe\xe7\xdf\xfb\xb5\xa7\xdc\xe8\x56\x37\xfe\xc1\x4d\xde\x7d\xd3\x27\xdd\xec\x26\x07\x6e\x0f\xfa\xe8\x7d\xee\x74\xcd\x35\x57\xdf\xf0\xf2\x27\xff\xc3\x2d\x2f\xf8\xe8\x07\xff\xe0\xad\xcf\x7d\xe5\x3d\x9f\xfb\xbc\x27\x1e\xf1\xd0\xb3\x0e\x3b\xec\xe0\x13\xdd\xfd\x6f\xf3\xec\x1b\x7f\x77\xbf\xe3\x6e\xf8\xad\x1b\xfd\xf2\xaf\x3f\xe2\xa6\xf1\xbf\xde\xeb\xe6\x9f\xbc\xc5\x2f\xdd\xf2\xe9\xbf\xf5\xc4\xdb\xdc\xed\xb6\xbf\x7d\xe0\x9b\x6f\x77\xa6\xfb\xda\x21\xc7\x1c\x79\xab\x6b\xae\xb9\x66\xbf\xef\xdf\xe6\xab\x4f\xfd\xcc\x55\xe7\x7f\xfc\x5d\x2f\x7f\xdd\x9b\x4e\x39\xe6\x84\x73\x1f\xf3\xf5\x07\x3e\xf9\xee\x57\x1c\x74\xc7\xdb\x9f\x7a\xf3\x8b\xfe\xeb\xc9\xfb\x3f\xe2\x96\xfe\xb7\x2e\xfc\xed\x8f\x1c\xb8\xff\xed\x1f\x79\x87\xdb\x99\x23\xed\x83\xc3\x75\xd2\xa6\x1c\x7a\xd0\x05\x07\xbf\xfd\xbe\xdf\x7f\xe8\x71\xe3\xdd\xfc\xd1\xd5\x97\x3f\xf6\xd2\x73\x2e\xb8\xfe\x07\xde\xf8\xd6\x87\xbc\xe2\x99\xcf\x79\xe1\x13\xef\xff\xf0\x1f\x1d\xf1\xc0\x43\x1f\xeb\xaf\x39\xf0\xaa\x03\x4f\xfc\xef\x3f\xd9\xbe\xc4\xfc\xcc\x7f\x20\x1d\x59\xae\xf9\x1f\x8f\xbf\xd3\x31\x87\xec\x7f\xe8\x3f\xdd\xe5\x8c\xbb\x6f\xef\xf5\xb6\xc3\xd2\x51\xff\xf9\x98\x2f\x92\x7a\x78\xcc\xf7\xfe\xe8\x2b\x4f\xfa\xcc\x01\x1f\x79\xc1\xbb\xe2\xeb\x5e\x7a\xca\x71\x27\x5c\xf4\xb8\xab\x1f\xfc\xfe\x7b\xdd\xe5\x8e\x07\xa4\xfd\xd2\x95\xe5\xf3\x07\x7d\xee\x8e\x8f\x3e\x78\xff\xdf\xff\xc5\xbb\xfe\xc9\x3d\x9e\x7a\xef\xc7\x1d\x7e\xfe\xff\xdc\x7b\xe0\x21\x0f\x3a\xe1\x21\x37\x7b\xd8\x7f\x3f\xe6\x97\x4f\xfc\x6b\x68\x98\xab\x9e\x73\xf9\x83\x3e\x77\xe1\x5f\xff\xe8\x03\x7f\xfd\xd6\xcb\x5e\xf9\xf2\xe7\xdf\xe6\xf8\x2b\x1e\xf9\xe4\xfb\xff\xe1\xdd\xae\x3a\xf4\xbf\x1d\xfa\x83\xbb\x1c\x73\xf7\x73\xee\xf5\xe4\xfb\x3e\xee\x88\x4b\xef\xff\xeb\x0f\xfe\xdc\x43\xce\x7e\xd8\x4b\x1f\x71\xdf\x47\x7f\xf7\xf1\x77\x38\xe6\x8a\x63\x3f\x7c\xe2\x41\xa7\x3c\x0a\x7f\xe1\xe7\x67\x7f\xef\x5e\x5f\xfe\xc6\xc5\x3f\x3d\xff\xdc\xf7\x5c\xe7\x0d\xdf\x7f\xc9\x6f\x3c\xf3\x7b\x7f\xfc\xbc\x87\xdb\x23\xcf\x3c\xec\x3a\x47\x9c\x71\xe4\xb9\x0f\xf8\xe8\x83\xbf\x75\xd4\x2d\x1f\xfe\xa6\x47\x5d\xe7\xb1\x97\x3d\xe1\x0e\xc7\xde\xf6\xb8\x8f\x9e\x70\xd0\x89\x6f\x7b\xd6\x2f\x3e\xff\x66\x2f\xfa\xd2\x6b\xa7\xfa\x8b\x1f\xbd\xf8\xf2\xfb\xfc\xc3\xf5\x3e\xf9\xbd\xbf\xf8\xc2\x59\xff\xe7\xb5\x9f\x3f\xe5\xb7\x9f\x7e\xea\x31\xef\x39\xfa\x53\x0f\xbd\xe8\x61\xa7\x1e\x7d\xb7\x47\x9e\xfe\xd8\x93\xff\xe8\x43\xc7\x3e\xe3\xf8\xfb\x3f\xed\xbe\x27\xfe\xaf\xe7\x7c\xf3\xf9\x5f\x7d\xe1\xfb\x4e\x7d\xfc\x4b\x3f\xfb\x8a\x57\x9d\x76\xe3\x33\x9f\x5e\xff\xc2\xcf\xbf\xf9\xfd\x37\x7c\xfd\x0f\xfe\xe6\xc5\x1f\xfd\xd1\xfb\x2e\x7d\xeb\xdd\x5f\xf5\x92\x93\xbe\xfc\xb4\xab\x9f\xf8\xd3\x27\x3c\xe7\x8f\x5f\xf4\xc4\xd3\x8f\x7b\xd1\x53\xe3\xd3\x9f\xfd\xac\x07\x3d\x6f\x78\xe1\xb5\xff\xe4\x91\x2f\x3d\xe1\x55\xfe\xb5\x27\x9e\x71\xeb\x37\xde\xf9\xcc\x6f\xbf\xe3\xf8\xf7\xcf\xbc\xdf\xab\xff\xf1\x7f\xff\xf0\x8b\xd7\xbe\xf8\x3a\xe7\xef\x7b\xcf\x5f\xfd\xe9\xc3\x5f\xf9\x88\x93\x3e\xf8\xcc\x53\x4f\xfc\xfb\x67\xdd\xfe\x59\xdf\x7c\xee\x5b\x5f\x70\xd9\x8b\xca\xa9\xb7\x7c\xd9\xdb\x5e\xf3\xe0\xd3\x9f\xf1\xc6\xdf\x7c\xeb\x4d\xce\xfa\xe3\x77\x3c\xe1\x9c\x5f\x7d\xff\xb7\xce\x3b\xe3\x63\x77\x9d\xeb\xfb\x7f\x7b\xf9\xb7\xcf\xfc\x87\x13\x2f\xfa\xcd\x0f\x3f\xe4\xdd\x67\xbf\xe9\x6e\xaf\xd9\xff\xd4\x93\x5f\x7c\x9b\x53\xc3\x4b\xee\xf1\xb2\x27\xbc\xea\xed\xaf\x8d\xaf\xbf\xe4\x4d\x17\xbd\xf5\x21\x67\xff\xfb\xbb\xaf\xfd\xde\xdb\xfe\xf9\x1f\x7f\xe8\x9f\xff\xea\x61\x9f\x38\xec\xc2\x7f\xbd\x64\xdf\xfc\x2f\xfc\xfc\xc6\xdf\x3f\xfb\x1b\x3f\xff\xdc\xfd\x3f\x79\xe1\x87\x9f\xf6\xae\xbb\xbe\xe5\x2b\xaf\x7f\xd5\xe9\x17\xbf\xee\xa9\x67\xfc\xdd\x9b\xde\xff\x96\xdb\x9d\x79\xc8\xd9\x5f\x3e\xe7\x88\x0f\x1c\xf3\xa1\xcd\xf9\x87\x7f\xfc\x3a\x17\x9c\x7f\xe1\xb9\x97\x7c\xea\xef\x0f\xfa\xfc\x57\xbf\x7e\x5e\xf3\xea\x3c\xe6\x7b\xd7\xfe\xea\x87\x3e\xfb\xc2\x4f\xbe\xe4\xdc\x6f\xbd\xf7\x29\xef\xfc\xe0\xd9\x2f\x7b\xe7\x9d\xdf\xf5\x17\xe7\x0c\xef\xfb\x85\x0f\x6e\xce\xbd\xee\xf9\xf9\x63\x37\xfa\xd4\xb1\x9f\x7e\xc6\xdf\x1e\xf2\xd9\x97\xfc\xe3\x27\xbe\x72\xe3\xcb\x4e\xff\xce\x5f\x7e\xbf\xcb\xa1\xfc\xf8\x3a\xdf\xbd\xe8\x6b\x7f\xf0\xb7\xef\xfb\xd4\xab\x3e\x7a\xeb\xf3\xee\xff\xa1\x13\xce\xcd\xe7\xdd\xfe\xfc\xbb\xfe\xd5\xfd\x3f\x71\xd7\x4f\x3d\xf1\xe2\xbb\x5c\xf2\x84\xcf\x7e\xf0\x0b\xb7\xff\xca\x09\xdf\x38\xf9\xf2\xcb\xaf\xf8\x2f\x57\xde\xf8\x87\x37\xfd\x59\xe8\x5f\xce\xab\x6f\xfe\xdd\xd7\x7c\xed\xe8\x7f\x78\xd0\x25\xbf\xf7\xc9\xe7\x7e\x72\xbf\x4f\xbe\xe5\xc2\x07\x7e\xfa\xf4\xff\xf5\x99\xbf\xb9\xf8\x73\xff\xe3\x0b\xa7\x7f\xb9\x7c\xe3\xb9\xdf\xfe\xd7\xef\xfc\xf8\x7b\x9f\xfe\xe1\x6d\x7e\x72\xa3\xe5\x1c\xc8\xd5\x4f\xbe\xe2\x79\xdf\x7c\xf3\x17\xff\xf0\xd2\xa3\x3f\xfb\xae\xcf\x3d\xfb\xd2\x57\x7d\xfe\x13\x5f\x7a\xc8\x57\x3f\xf9\x8d\x3f\xbf\xfc\x0b\xff\xfc\x9d\x2b\x7f\xe1\x87\xf7\xfb\xf1\x9b\x7f\xf6\xec\xa5\xb9\xf5\xff\x7e\x7a\xf4\x95\x1f\xfa\xee\xf5\xbe\x7d\xa7\x6f\x5e\x70\xd9\x7f\x7c\xeb\xf3\x97\x5f\xf9\x9d\x37\xff\xcb\xab\x7e\xf0\xe7\x3f\xbc\xe7\x4f\xf6\xfe\xe3\x59\xed\xd8\x6b\x2d\xfe\xdf\xb5\xaf\x7d\xd3\x9b\x6e\x36\xfb\xf6\x1d\x79\xe4\x63\x1f\xfb\xcc\x67\xbe\xe2\x15\x67\x9d\x75\xde\x79\x97\x5c\x72\xd9\x65\x57\x5d\xf5\x7f\xf5\xfb\xff\xdf\xff\xfd\xbf\xe7\xff\xae\x75\xad\xe3\x1f\xf9\xb4\xe3\x47\x79\x1f\xfc\xfb\x77\xb9\xdb\xbd\x8f\x3a\x74\xdf\xfd\xf6\x1d\x75\xe7\xfb\x1c\x7e\xaf\x7d\xf7\xbb\xee\xde\x21\xf7\x7a\xe0\x3d\x8e\x3a\x04\xff\xb8\x17\xfe\xf1\x40\xfc\xe3\x1e\x7b\xf7\xdc\x77\xf0\x51\xf7\xa4\xff\xdd\x47\xff\x7b\xf0\x75\x7f\xff\xde\x87\x8a\xe9\xbb\x3f\x78\xdd\xbd\x61\x3b\x0c\x83\xf2\xbf\x25\xcc\xfe\x65\x63\xc7\x7f\xd4\xc1\x46\x19\x3d\x6c\x63\x1a\xf6\xc2\xb6\x8c\xa3\xdd\x36\xc7\x69\xb4\xed\x47\xe7\xb8\x35\x79\xd8\x33\x76\x3b\x98\x61\x6f\x13\xb6\xd6\x4c\xc3\x9d\x32\xdc\x6c\x5d\x19\xf6\x4c\xde\xa6\xf1\xaf\xc7\xad\x29\xd3\x70\xdf\x0f\x4f\x71\xeb\xed\xb0\x67\xc3\x36\x65\x1a\x5e\x76\x7f\x3d\x84\x6e\x78\xcc\xdb\x68\x87\x3d\x97\xb6\xc9\x0e\x7b\x9b\xb4\x75\x69\x1a\x9e\xfa\xbf\x1e\x87\x6d\xf6\xc3\x5e\x18\xb6\xa1\xd0\x5f\x4f\x7e\x1a\x9e\xfb\xbf\x1e\xdc\x36\x8c\xb3\x1c\xcd\xda\x84\xf9\x5f\x37\x43\xff\xe7\x7d\xc6\x0f\x7b\xec\xbb\xc3\xbe\x2b\x3b\xce\xfb\x6e\xb6\x3e\x93\x7c\x4a\xc2\x5a\xe3\x6e\xb8\x32\x2b\xa7\xad\x49\xc3\x9e\xa5\x25\x6f\xf2\xd6\xf8\xdd\x70\x4d\x50\x96\x3e\x3b\x6f\xc3\x28\xa7\x32\xee\xeb\x34\x5c\x11\x54\xca\x5b\x3b\x0a\x2a\x6c\x8d\x1b\xf6\x36\x66\xd8\xda\xd9\xdf\xd7\x44\xe5\xb6\x2e\x0e\x7b\xd6\x6e\xcd\xb8\x5a\x63\xc6\x03\x31\x4d\xd0\x84\x15\xb6\xa9\x0c\x7b\xce\x61\xbd\xc6\x6c\xed\xec\x93\x14\x71\x85\x3c\x9e\x96\x3d\x1f\xb7\xc1\xe3\x93\xf2\x6c\x82\x26\x30\xb3\x1d\xf2\xb0\x17\xca\xd6\x3b\xac\x39\xcf\x77\x54\x91\x58\xd8\xc6\x38\xec\xc5\xb2\x8d\x9e\xce\x8f\x1f\x25\xa6\x6c\xe6\x24\x81\x98\xe9\x24\xd0\xe9\x34\x66\x9b\x67\xe3\x35\x91\xb9\x6d\x1c\x77\x7f\xc0\x3f\x8c\x1d\x6f\xc1\x34\x41\xf9\x9d\x84\x4f\x0f\xbc\xa7\x6e\xfc\xae\x69\xbc\x26\xb5\xb0\x1d\x46\xa9\x99\xad\x0f\xe3\x04\xbf\x75\x61\x37\x41\x93\xda\xb0\xb5\x99\xee\xe3\x28\xbc\x71\x42\x29\xbb\x09\x9a\xd4\xec\xb6\x8c\x37\xb2\x6c\x33\xfd\x42\x18\x27\x4e\x13\x34\xa9\x05\xba\x35\xde\x6e\x9d\xe7\x5f\x98\x7d\x92\x22\x35\x9f\xb7\xde\xd0\x3c\x9c\x3c\xb7\x2d\x6e\xbe\xab\x8a\xd8\xdc\x76\x88\x74\xa0\xac\x87\x1c\xca\xb8\x4d\xca\xfe\x4c\x62\xc8\x85\x0e\x84\xa1\x35\xc4\x6d\x08\xbb\xf1\x8a\xdc\x52\x99\x94\x21\x4d\x48\xe3\x92\xa6\x09\x9a\xdc\xc2\x78\x36\xf7\xcc\x36\xd1\xf8\x8c\xcb\xe3\x96\xe5\x66\xe8\x44\xa4\x6d\x8a\x18\x9f\x66\x7f\x5f\x11\x5b\x4c\xf4\xe9\xc6\x8f\x5f\xbe\xb7\x31\x05\x77\xc7\x2d\x8a\x2d\x14\xba\x65\x36\xe0\xc4\x9a\x82\x83\xe1\x96\xc5\x66\xb7\xc9\x91\x2a\x2d\xfc\x0b\xc3\xec\x93\x34\xb1\xe1\xc1\x18\x95\x69\xc2\x1e\x15\x3b\xdf\x54\x45\x6c\xb8\x06\xb1\xde\x86\xb8\xb5\xe3\x37\x29\xcb\x9d\xa4\x40\x6a\xdd\xd8\x6d\x18\x4f\x86\xa5\xed\x9d\x26\x68\x72\x8b\xdb\x21\xd0\x45\xa6\x5f\xb0\x16\x2a\xdb\x2f\xcb\xcd\xe2\x48\xd8\xed\x60\x31\x21\x99\xdd\x04\x45\x70\x31\xd3\xbb\xe7\xc6\x9b\xbf\xb7\xb1\x6e\x6b\xe3\x6e\xbc\x26\x38\xb7\x8d\x85\xbe\xd5\x39\x4c\x48\xb3\x09\x9a\xe0\xe2\x36\x8d\x82\x33\x74\x4f\xc7\x09\x71\x36\x41\x11\x9c\x2f\x74\x88\x9c\x1b\xd7\x4a\x13\x9c\xdd\x4d\xd0\x04\x47\x1f\x3d\xca\x2f\xf0\x9a\xbd\x99\xef\x6a\xff\x13\x0e\x8b\x0e\x61\xeb\xe8\x9b\x06\xdc\x37\xe5\xeb\xa7\xa7\x21\x0c\x38\xd7\x9e\xbe\xa9\x40\xd2\x3c\x41\x11\x5c\x2c\xdb\x92\x71\xf9\x49\xd7\xdb\x32\xbe\x15\xd3\x0c\x45\x72\x31\x8e\xeb\x1c\xdf\x41\x4b\x37\x75\x18\xff\x39\x4d\xd0\x24\x67\x71\x50\x2d\x96\x3d\x4e\x98\x7d\x93\x22\xba\x90\x49\x83\xb9\x6d\xce\x18\x4f\xaf\x09\x8f\xd7\x24\x67\xb1\x3a\x8f\xd7\x67\xfc\x81\xb4\x9b\xa0\x49\x2e\x6c\x7d\x84\xb1\x53\xb0\xe6\x3c\xfb\x05\x45\x72\xae\x90\x8a\x74\x69\x1b\x03\x26\x18\x37\xdf\x56\x45\x72\x7e\x6b\xcc\xb0\xe7\x13\xfd\xd2\xc6\xe6\xed\x30\x4a\x4e\xf9\x98\x69\x57\x33\x0d\xf4\xa4\x0d\x36\x2e\x8d\x2f\xd1\x34\x41\x93\x9c\x83\x65\x67\xca\x68\xbf\xd0\x0c\x37\x9b\xa1\x49\x6e\x20\x93\x90\x5e\x86\xcc\x33\x66\x1f\xa5\x88\x2e\xc4\x6d\x9e\x8c\x18\x9a\x10\xf2\x6e\x82\x26\x3a\x3b\x9e\xd0\x51\x7f\x5b\xfe\x85\x60\x77\x13\x14\xd9\xf9\xb4\x1d\xd2\xb0\x17\x71\xad\x5d\x1a\x6d\xa1\x69\xbc\x26\xba\x81\x4e\x85\x49\x7c\x38\xa2\xf8\x22\x4d\x74\x9e\xb6\xc7\x16\xe8\x01\x17\x20\xeb\xb4\x72\xe9\x06\x7a\xa2\x5d\x1e\xad\xd4\xbd\xcd\xf8\x07\xc6\x35\x28\x7f\x7b\xda\x56\x7a\x1b\x9c\xc1\xc5\xf0\x1e\xdb\x9a\x17\x2f\x5d\x60\x73\xc6\x46\xdc\x0c\xef\x71\x25\xf2\xe2\xa5\x0b\x7e\xd4\x8f\xa4\x89\xb3\xc3\x0c\x33\x9b\xa1\x89\xce\x40\x2d\x99\x38\x3e\x40\x34\x63\x88\xbb\x19\x8a\xec\x7c\x7d\x81\x06\x28\x0f\xef\xa0\x0a\xf2\xe2\xc5\x1b\x4d\x0d\x58\x59\x64\xd6\x7b\x07\x85\x96\x17\x2f\x9e\x8b\x74\xba\x0b\x2f\x82\x9e\x97\x69\xbc\x26\x3c\x43\xf7\x6e\xd4\x7b\x34\xc1\x8c\xe6\xc4\x6c\x67\xfb\x5f\xb0\x91\x4c\x44\x37\x90\xb3\x34\xce\xb0\xf0\x05\x96\x2e\x1e\x2f\x6b\x3c\x7a\xf4\xcf\x40\xff\x79\x37\x43\x13\x1f\x5b\x58\xce\xf2\x46\x95\xf1\x37\x77\x53\x14\xf9\xf9\x02\x3b\xd1\xa6\x6d\xe6\x29\x3e\xce\xa6\x28\x02\xf4\x91\x75\xb8\x85\x0a\xf1\x65\x6b\xe6\x53\x34\x09\x3a\x36\xfd\xd2\x76\xa0\xfd\x22\x2f\x6d\x37\x45\x11\xa1\xcb\xf4\x26\x8d\x0f\x37\xfd\x48\x1a\x7d\x97\xdd\x0c\x4d\x86\x8e\x6c\x64\x8b\x03\xe9\xd3\xb8\xd1\xbb\x09\x8a\x10\x6d\x22\x8b\xc8\xb8\xad\xa1\xeb\x11\xc7\xad\x98\x6f\xb0\x22\x45\x78\x72\x16\x8a\x7d\x9c\x32\xf3\xa4\x15\xb9\x14\x8f\x85\xd3\xfb\xb8\x17\xe0\x72\x89\x71\x62\x78\x2e\xa3\xf1\xbd\xe7\xc9\x68\x74\xb0\x3c\x84\xe8\xe4\x68\xd8\xd5\x66\x20\xb3\xcb\xc2\xdb\x12\x62\x93\xc3\xe1\xeb\x8e\xa6\xab\x1b\xff\x5b\xe8\xfc\x6e\x31\x3c\x05\x98\x1d\xe4\x0f\xd0\x55\xea\x1c\x6f\x31\x3e\x66\x7a\x58\xea\x71\x35\x78\x1c\x85\xb4\x4c\xa3\x9d\x46\x67\x77\x3c\xd6\x64\xe4\x8f\x06\x5a\xe3\x7a\x8b\xf1\xc1\x8d\xbe\xd8\xf8\xba\x90\x61\x26\xbe\x5f\xbd\x13\xe3\x91\x29\xf0\x4a\xc7\x65\x8f\x96\x4a\xe3\x7b\x4b\x51\x0d\x78\x74\x49\x81\xed\x0d\xb8\xd0\x66\x45\x56\x71\x1b\xe2\xf8\x77\xe9\x12\x50\xc4\xa4\x75\xbe\xe5\x78\x3b\xbe\xfe\x7b\x89\x66\x6d\x2c\xc2\x1e\x66\x59\x5c\x29\x91\xc2\x30\x1e\x61\x15\x27\xbe\x5f\x15\x98\x9d\xec\x44\xac\x63\xee\xeb\xaa\x12\x83\xf5\x36\xde\x1b\x44\x33\x6c\xec\xbc\x6f\xd3\x3c\x0f\xc5\x90\x95\x92\x30\x21\xf4\xde\xb7\x9c\x30\xd0\x84\x90\xb7\x91\xae\x0b\x4c\x5d\xb3\x26\xb4\xb0\x8d\x8e\x0e\x13\xf9\x67\x14\x09\x69\xfc\x6f\xb9\xab\x09\x8e\x71\xda\x5a\xba\xf5\xe3\x61\x6a\xfd\xef\x56\x0c\x78\x4c\xea\x1a\x5c\xea\xfc\x6f\xb9\xad\x78\x6e\x3d\x8e\x5d\x1c\x3f\xaf\xf5\xbf\xe5\x78\xbf\xf5\x1e\xf6\x7d\x82\xfe\xea\xfd\x6f\x29\x86\x42\x3f\x30\xde\x4b\x4f\xe6\xeb\xfc\x17\x54\xb9\x59\x1a\x69\x33\xc2\x26\x05\xa6\x89\x5d\x91\x5b\x18\x9d\xc3\x3d\xcf\xe1\xa5\x02\xc5\x62\x97\xe5\xe6\x33\xbd\x9f\xc1\x63\x57\xb3\x90\x82\x2e\x37\x47\x61\x87\xc8\xa6\x6e\x82\x2a\x75\xcb\x72\x73\x14\xc9\x19\xdf\x74\x0a\xb4\x48\xe7\x52\x13\x5c\x2a\xb0\x17\xd8\xe5\x30\x03\x5e\x1d\xb7\x22\xb9\x40\xc6\xde\x40\x7a\x63\x63\x8c\x98\xa0\x8a\xce\xd0\x61\x8a\x08\x90\x19\x0b\xd3\xd8\xad\x88\x0e\x81\x28\xe3\xf0\x69\xc6\x8e\x56\x69\xeb\x84\x4b\x51\x14\xb2\xac\xac\x47\xcc\xce\x38\xdc\x52\xb7\x22\x3c\x4b\x5b\xea\x22\x9f\x5b\x36\x7e\xdc\x8a\xf4\x70\x3f\x7d\xe1\x75\xb0\x4b\xea\xd6\xc4\x07\x9f\x3d\x14\xba\x7d\x14\xc7\xca\xad\x23\xde\x4a\xc3\x70\x30\x87\x04\x6e\x3c\xdc\x02\xbf\x22\xc0\x50\x83\x70\x90\x7c\x18\x0d\xec\xd6\x15\x6f\xe5\x41\xf6\x9b\xe3\x20\x4a\x18\xcd\xb3\xd6\x17\x97\x02\xa1\xb8\xcc\x9e\xe5\x58\x56\x84\xfd\xe3\x57\x24\xe8\xb6\xd6\x0d\x7b\x99\x37\x37\x09\xef\x5d\x15\x60\x24\x7b\xdd\xd6\x67\x2b\xc1\xf3\xf5\xcb\x02\x1c\xe5\x60\x87\x3d\x67\xe9\x7d\x1c\x5d\x60\xd3\xbb\xe3\x72\x86\x85\x19\xe0\xd9\x2d\x4a\x22\x06\xa1\x0a\xd0\x25\x58\x18\x55\x1c\x11\xcf\xa3\x30\xac\xba\xd7\x22\xc2\x75\xc7\x83\xc4\x26\xac\x5c\x73\xab\xa8\xc8\xaa\x36\x01\xea\xdc\x5a\xe8\x36\xe9\x92\xb7\x4f\x0c\xf9\x69\x66\x80\x35\x67\xc9\xff\x6a\x9d\xf2\x56\xbb\x0d\xfc\x7e\xf1\x8c\xdc\x7b\xe5\xdd\xb3\x34\xfe\x37\x18\x2a\xd6\x0b\x2f\x5b\x95\xa1\x19\x9d\xb3\x3d\x63\xd9\x6b\xf6\xd8\x5f\xe9\x97\xb7\x57\x8a\xec\x7d\xe8\x76\x9a\x51\x3a\xc7\x5c\x0a\x04\x47\xca\x45\x0e\xc2\xf8\x71\x9b\x3b\xcf\x5c\x4e\xf1\x14\xac\x1e\x8d\xca\xc2\x91\x21\xd3\xba\xe6\xad\xfa\x31\x09\xc6\x3b\xc2\x61\x05\x32\x4c\xcb\x97\x70\x34\x9f\x32\xc7\xb5\x3c\x07\x31\x4c\xe7\x9c\xb7\x2a\x2b\xb3\xf1\x1e\x38\x8c\x91\x87\xce\x3b\xef\x2e\x89\xe5\x38\xac\x81\x07\x6a\x4c\xe7\x9f\x77\x6a\x2e\x92\x7a\x27\x6d\xed\x8c\xe6\xa0\x4b\x99\x44\x3a\x86\x9e\xc2\x69\xe3\x04\xb2\xc0\xd2\xca\x45\xc4\x5b\x63\x6a\x5e\xcb\x20\x96\x9e\x96\x2f\xa2\xf3\xb4\x74\x9b\xb0\x9c\xd1\x91\x76\xbd\x8f\x2e\xa7\x20\x9c\xee\x22\xfc\x29\x37\x20\xa5\x94\x17\x2f\x62\x28\x30\x75\x9c\xa7\xa4\x1b\x05\x58\x5c\xe7\xa5\xb7\x07\x1e\x42\x2c\xbc\xbd\x09\xc6\x61\x5e\xbe\x88\xc1\x23\x0e\x6a\xe1\x5b\x8c\x53\xa2\xed\xfc\xf4\xd6\x78\xa3\xc8\x8f\x29\x78\x71\x5d\x1a\xed\xcb\xd6\x51\x6f\x4d\x6e\xc7\x11\x7b\x3a\xc2\x2e\xc1\x72\xc8\xcb\x77\xd1\x1b\x8e\x12\x41\xb7\x20\xb0\xd8\xba\xea\x72\x87\x23\x1d\x91\xc4\x6f\x03\x5d\xfe\xd6\x57\x97\x13\x0c\xe9\x6a\x93\xa1\xe9\x5c\x42\xb0\x3f\xaf\x5c\x45\x1b\x29\x10\x32\x7a\x88\x0e\xd1\x9c\x52\x3a\x6f\xbd\xdd\x60\x37\xc0\xb1\x27\x83\x74\xd4\xe1\xa6\x77\xd7\x5b\x3d\x84\xb3\x1b\xf1\x5e\x79\x07\xd1\x37\xfe\x7a\x6b\x9a\x15\x3e\x8b\x64\xcc\xf9\x29\xa9\xb8\x7c\x1d\x47\x8d\x62\x10\xd6\xa1\xd8\x36\x8c\xb5\xce\x63\x6f\xdf\xa0\x6c\xf1\x3e\x90\xe6\x1e\xd7\x13\x7b\x97\xbd\x7d\x84\x68\x8e\x19\x48\xbf\x8e\x73\xa2\xe9\x9d\x76\x39\x87\xdf\xa1\x01\x56\x81\xb7\x10\x4e\xe3\xb6\x4b\xe1\x20\x49\x52\x23\xe8\xde\xca\xf8\x83\x2e\x50\x47\xb7\xcb\xb0\x4d\x34\x9e\x3a\xdb\x38\xee\xc2\xc9\x28\x8e\x0d\x34\xfa\xc7\x68\x42\xa5\xd6\x73\x17\xe3\x33\xac\x53\xca\x95\x53\xf2\x2d\xb7\xae\xbb\x1c\x2e\x96\xc5\xa1\x6d\x21\x40\x39\x7c\x20\x2b\x05\xf6\xcc\x1e\x9b\x1c\x42\x76\x62\x38\x1b\xbe\xd6\xd3\xb1\x8a\xd0\xf0\x42\x6c\x62\x78\x4c\xf4\x16\xb8\x48\xd6\x3e\xc5\x60\x1b\xc7\x5d\x0e\xc7\x89\xf0\x85\xfe\xba\x87\xc5\x24\x96\x25\x86\x07\xb8\x97\xd1\x6e\x6d\x18\x87\xfb\xde\x6d\xb7\x8d\x0e\x19\xfd\xf0\x84\xa8\x7c\x40\xae\xd0\x2c\x0b\x6a\xa8\xb0\x03\x43\x76\x5c\x1e\x3a\xb7\xbd\xdd\xf9\x8c\xf0\x87\x19\xb7\x66\x9e\x61\x57\x05\x65\xe0\x8f\x92\x0a\x0c\xc2\x07\xd7\x04\x95\x52\xc5\x42\x8c\x4a\xcd\x21\x89\x67\x56\x24\x85\x5d\xb1\x03\xe2\xfe\x22\x28\xa0\x8a\x2a\xd4\x4b\x33\x8a\x60\x18\xdf\x98\xd6\x63\xb7\xcd\x4b\x11\x61\xbe\x8c\x9b\x34\xd4\x98\xe3\xb2\xb0\x18\xf9\x81\x28\xf6\x50\x63\x81\x2b\xd2\x42\x0c\x2a\x12\xf8\x60\xcf\x8c\x5a\xb3\x71\xd7\xe5\x76\x46\xc4\xc3\x32\xed\xa7\x47\x88\xce\xae\x48\xcb\x72\x32\x87\xde\x13\x8b\xc3\x63\x97\xc5\x95\xf0\x1d\x96\x1e\xdf\x41\xa4\x8d\x55\x71\x51\x66\x79\xaf\x50\x64\x66\xc3\xcb\xb5\xcb\xe2\x8a\xf0\x7a\x4c\x8d\x80\xe2\xad\xb2\x2b\xf2\x82\x51\x6a\xf1\x59\x1b\x87\x2c\xb0\x5d\x11\x98\xa7\xe3\xe9\x07\x44\x31\x9d\x96\x2a\xb7\xcd\x7b\x30\xfa\xf6\xc1\x71\x1a\x01\xe6\x86\x5d\x13\x99\x1b\xfd\xda\xd1\x12\x84\xd1\x88\x2b\xe3\x96\x65\x66\x39\xc5\x6c\x11\x27\x1d\xc4\x04\x4d\x6a\x29\x23\x68\x1b\x39\x8d\x05\x80\x80\x5b\x11\x9b\x87\x25\x3e\xf0\xdb\x36\x3e\x8b\xad\xa7\x2e\x27\x0c\xf4\xf1\x01\x8b\x0e\xdb\xc1\x76\x8e\xba\x94\x43\x84\x09\x60\x61\x30\x47\xd8\x71\x6e\x59\x70\xa1\xd0\x04\x7e\x36\x36\x09\xee\x94\x5b\x11\x1c\x50\x2f\x2e\x20\x85\x95\x45\xb0\x41\x15\x5c\xa0\x6d\xf5\x19\xd9\xc7\x0c\xff\xd9\xad\x09\x0e\x4a\x2b\x64\x38\xe9\x9c\x92\xf2\x8b\x82\x4b\x15\xd2\x11\xe0\x19\x45\x18\xe1\x7e\x45\x70\x9e\x71\x2c\x03\x60\x0e\x49\x64\x8e\x55\xc9\xf1\xc8\x80\xb4\x46\xd6\x3c\xf4\x56\x12\x70\xd6\x06\xc4\x02\x72\x9f\x2d\x97\xe3\x2d\xd9\x48\x8c\xe7\x32\x03\xd2\x00\x7e\x45\x72\x81\x0e\x91\xc9\x38\x7c\xc6\x40\xc7\xfb\x65\xd1\xf9\x42\x4a\x66\x74\x52\x76\xe0\x82\xd6\x41\x97\x33\x2c\x2d\xc2\x3b\x86\x9b\xb0\x9d\xe3\x57\x84\xe7\xa0\x52\x03\x27\x20\x6b\x70\x49\x38\xe8\xed\xd3\x30\x78\xf6\xb2\x39\xd2\x32\x98\xce\x41\x97\x7b\x95\x19\xdb\x91\x78\x4a\xc0\x83\x22\xb7\xa9\x7b\x50\xfc\xec\x72\x9b\x88\xfc\x9d\x74\xd0\x5b\x9d\xe6\x11\x0a\x45\x34\x20\x21\x8e\x23\x1d\xf4\xf6\x15\x72\xf4\x2f\x34\xcf\x24\x1c\x12\xe9\xa0\xcb\x09\x86\xbc\x15\x63\xa0\x98\x4d\x06\xce\x4b\x3a\xe8\x52\x22\x48\x4f\x5b\xe0\x80\x46\x9f\xc5\x87\xce\x41\x97\x02\x81\x92\x72\x1e\x26\xbe\x29\x70\x88\x1a\x07\x5d\x4e\xf1\xf5\xb7\x48\x29\x98\x82\xf7\x34\x2d\xde\xc0\x88\x7c\xfe\xe8\x05\x1a\x86\x9f\x98\xd4\x39\xe8\xed\x79\xa7\x4b\x6b\x03\x56\x62\x2d\x5c\x8f\xb4\x7c\x07\x47\x5d\xc5\x90\x9e\x8a\x41\xa1\x90\x49\x5a\xbe\x85\x21\x70\x48\xcd\x8f\x7a\x8a\xdc\x42\x57\x3a\x07\xbd\x95\x49\x66\x55\x18\xf0\x7d\xd6\x75\x0e\xba\x94\x49\x64\x78\x22\xc1\x01\x6c\xc0\xd5\x4d\x2b\x17\x11\x96\xa5\xf1\x0c\x8d\x89\x5b\xef\x3a\x07\xbd\x95\xc8\xe8\x69\xd8\x80\x03\x6f\x23\xae\x6e\x5a\xbb\x88\x03\x25\xf6\x1d\x83\xcb\x6c\x44\x06\x20\x2f\x5e\xc4\x50\xe0\x01\x39\x76\x06\x6d\xc1\x03\x98\x97\x2f\x62\xe0\xdc\xb6\xb3\x1c\x6a\x18\x44\x02\x5a\x15\xa2\xc3\xed\xb0\x09\x8e\x87\x1b\x44\x4a\x59\x15\xe2\x40\x4f\xff\x78\x44\x86\xc4\xe1\x89\xd2\x39\xe8\xad\x48\xa0\xe0\x03\xa3\x39\x18\x40\x95\x97\xef\xa2\x37\xc8\x4b\x04\x8e\x35\xb0\x91\x9a\x97\xef\xa2\xa3\x87\x66\x2f\xb0\xcd\x63\x11\x98\xc9\x2b\x57\x71\x40\xaa\x8b\x63\x65\xce\xe2\xba\xe7\x95\xab\x38\x3a\xe8\x80\x05\xe3\x82\x59\x99\xbb\xd5\x37\x18\x4e\x29\x5f\x78\x17\xaa\x75\xbe\x7c\x19\x47\x3d\x34\xae\xc1\x73\xd6\x7e\x7c\xdd\x63\xef\xa0\xb7\x06\x19\x64\x1f\x90\x3c\x19\x9d\x7b\xc5\x41\x6f\x6d\x01\x6f\x18\xe4\xc4\xe8\x11\x91\x1f\x57\x45\x69\xf1\x4d\xd6\x71\x58\x23\x42\xad\x36\x0e\x7a\xfb\x08\x79\x4e\x3b\x64\x0e\xe9\x0c\xb6\x77\xd0\xe5\x1c\xcb\xe8\x25\xb6\xc4\xd9\x26\x68\x1c\x74\x29\x1c\x82\xe3\xec\x71\xea\xde\xb1\xf1\xd4\xfa\xe7\x72\x0a\x70\xb1\x26\xc2\x10\x74\x09\x17\xb9\xbd\xb8\x3b\xb7\x8f\x31\xd2\xf4\xf2\x52\x3e\xbe\xcb\xac\x8b\xf1\x39\x93\xce\x26\x20\x08\x45\x01\x52\xeb\x9f\xcb\xe1\x14\x44\xde\x2b\xa3\xc3\xb1\x67\xd2\xdc\x9d\xd7\x20\x9c\x09\x70\xe1\xf1\xf1\x44\x80\x71\x86\x0b\xd7\x90\x83\x09\x41\xcb\x51\x74\x00\x20\x04\xdb\x7a\xe8\x62\x7c\x4c\xf4\xd6\x3a\x44\xd3\x8d\x99\xe7\xe2\x35\x90\x54\x00\x36\xd7\x67\x64\xfc\x07\x9c\x40\x21\x30\x39\x1e\x90\xde\x48\xfe\xdb\x38\xde\xf8\xce\x49\x17\x13\x3c\x22\x3d\x89\x92\x06\xe3\x07\xf5\xc0\x76\xb9\x9f\x05\x7e\x1f\x42\xdb\x26\xe1\xed\x30\x2b\xf2\x42\xca\x72\x33\x54\x0c\xfa\xe0\x3a\x47\x5d\x4e\x30\x40\x24\x22\xcc\xe3\x46\xfb\xa1\xf5\xd4\xa5\x08\x00\x71\x32\x80\x7b\x8e\x96\x46\x0f\x6e\x97\x13\x0c\xa2\x4e\x94\x3d\x1d\x4f\x46\xea\x5c\x75\x29\x33\x4f\x9e\xb1\x33\xf4\x5e\x32\x90\xdc\xac\xc8\x2c\x21\xac\x82\xc7\x2f\xd6\x08\xdd\xb2\xcc\x06\x3a\x9c\x21\x91\x9d\x10\x9a\xc0\x87\x26\xb3\x40\xc9\x8b\x48\x9b\xbf\x27\x13\xd9\xba\x04\x22\x20\xd2\x74\x31\xed\x36\xf6\xc8\xf6\x56\x02\xa4\xbc\x00\x58\x30\x03\xee\x98\x5d\x16\x59\x4a\x64\x19\xa0\x6e\x24\x6b\x89\x75\x39\x1c\x2e\x6e\x06\x0c\x04\x31\x30\xbb\x2c\xaf\x08\xd0\x81\x09\xc8\x6c\x0a\xcf\x5b\x95\x97\x21\xd5\xc3\xb1\x7e\x07\xe0\x9b\x5d\x91\x97\xa7\x00\xb4\x2b\xf4\x9c\x18\x44\x7b\xed\xb2\xbc\x3c\xc0\x13\x01\xd0\x65\x83\xf7\xca\xae\xc9\x8b\x2f\x25\x02\x61\x16\x59\x43\xb7\x2c\x2f\xc3\x69\x1a\x57\xc3\xe3\xb9\xf3\xd2\xdb\xed\x2f\x80\x4e\x10\x6a\x7b\x74\xb0\x5a\x27\xbd\x55\x5a\x88\x22\x93\x55\xe7\x85\xcf\xad\xc9\x2b\x16\xfa\x7e\x24\xb5\x18\x52\xec\x56\xe4\x15\x28\xa0\x8d\x22\x90\x3d\xf6\xf3\xdc\xb2\xbc\x02\x2a\x7d\x46\xf7\x88\x2c\x1a\xe1\x3f\xab\x02\xc3\x05\x9e\x0c\x3f\x04\xf3\xdc\x8a\xc4\x10\x5e\xf0\xfc\x8e\x59\x24\x93\xdd\x9a\xc8\x06\x14\x6b\x4c\x20\x1f\xe7\x5b\x0f\xbd\xbb\x01\x9c\x45\x0e\x88\xff\xb9\xce\x41\xef\x64\x30\x73\xd7\xf8\x8e\xf9\x15\xa1\x0d\x70\xa1\x90\x2b\xdb\x18\xe8\x45\xbf\x22\xb5\x08\x07\x95\x51\x13\x1c\x72\xf3\x2b\x72\xa3\xaf\xde\x8b\x0c\xa2\x06\x02\xc2\xaf\xc8\x8d\x50\x70\x7b\xf0\x02\xa9\x72\xa6\x77\xcf\xe5\xa6\x52\x50\x61\xcf\x32\x20\x3c\x8a\x84\xbb\x2a\x37\x18\x05\xde\x22\xa5\x40\xb8\x9a\xce\x39\x97\x17\x09\x11\xf0\xc0\x86\x74\xc2\xfb\x27\x7c\xf3\xf6\x2d\x70\x9c\x6b\x0e\x28\xff\x99\xe3\xb4\x35\xc1\xc5\x5d\x15\x85\x1b\x76\x85\x45\xd2\x48\x6b\xdf\x0f\x5f\x18\xf0\x01\x10\xce\xdc\x3f\x55\x45\x07\x80\x1f\x5f\xe8\x4d\x11\x6e\xb6\x26\xba\x10\x21\x03\x03\xd3\xce\x0c\x88\x36\x4a\xc7\xbc\x7d\x74\xc6\x4b\x57\xe0\x0a\x1a\x4e\xd6\x48\xbf\x5c\xca\x02\xaf\xa0\x35\x8c\x09\xe7\xf3\x21\xfd\x72\x29\x0b\xd4\xa7\x39\x36\xd7\x51\xe0\xd2\xf9\xe5\x72\x0a\xaa\x79\xbc\xe3\x6a\x1e\x0f\x65\x9f\x16\xef\x5d\x64\xd4\xb2\x63\xe8\xff\xe8\x71\xda\xce\x2f\x6f\x9f\x07\xb8\xb1\x0c\x9c\x37\x41\x38\xa7\x9a\x04\x03\x27\x1c\x47\xaf\xdf\x33\xe2\xd9\x75\x7e\x79\x7b\x39\xc8\xa8\xaf\xae\x90\x61\x20\x55\x5a\xbe\x7f\x15\x4f\x5d\xf0\x5c\x9b\x2c\x12\xfa\x9a\x10\x7d\xa0\x97\x8e\x8c\x36\x44\x0d\x42\xe7\x97\xcb\xfd\x2d\xc0\xb6\xb3\x27\x60\x07\x31\x43\x15\xa2\xa7\x8f\xb2\xec\x67\x58\x99\xcd\x57\x85\x68\x81\x7d\x75\x1c\xc8\xb6\x6c\xe4\xe6\xc5\x4b\x18\x32\x2e\x88\x1f\x38\x53\x69\xa1\xdc\xf2\xf2\x2d\x0c\x8c\x5c\x74\x0c\x01\xb0\x56\x38\xd9\xaa\x10\x2d\x02\x9c\x6e\xe0\x3a\x14\x07\x9d\x9b\x97\xef\xa1\x2f\xd0\xea\xd6\xc3\x65\xb6\x1e\xc6\x62\x5e\xbe\x89\x9e\x2a\x9f\x20\xbd\x32\x8b\xae\xe4\xe5\xab\xe8\x0d\x72\xec\x5c\xee\x62\x23\x8e\x70\x5e\xbe\x8b\x0e\x16\x1d\x03\x68\x6d\x42\xc5\x58\x5e\xb9\x8a\xc8\xe3\x9a\x8a\x1d\x48\xc2\x93\xd7\xa5\x48\x31\x9b\x3d\xd4\x1c\xd1\x94\x92\x3b\xbf\xbc\xf3\x3d\x02\x30\xe1\x14\x92\xb2\x19\x11\xc8\xc6\x2f\x6f\xd5\x10\xb9\x13\x1e\xb5\x54\xe3\x9c\x64\x7a\xbf\xbc\x73\x59\x18\x61\x80\x8b\x5c\x6a\xb5\xe9\xf2\x75\xf4\x9e\x13\x12\x48\x99\x6c\xf0\xff\xec\xfc\xf2\x56\x2e\x99\x93\xed\xf5\xe0\xb8\xd0\xfb\xe5\xed\xfb\x33\xf0\xb5\xcf\x5c\xb1\x61\x14\xb4\xbb\x9c\xc3\x8f\x55\x60\xa0\x89\x45\x18\xb6\xf1\xcb\xa5\x70\x12\xc5\xab\xeb\xa2\x38\xce\xdd\xfa\xe5\x72\x0a\xe1\x8e\xe9\x08\x0c\x98\x43\xf1\x22\xb1\xe0\xf9\xbf\x14\x7e\x74\x1d\x65\xc8\xc6\x75\x84\xd6\x2f\x17\xe3\x33\x30\xf8\x08\xf2\xdb\x3c\x77\x6c\xad\x36\xdc\x91\x1d\x83\xd8\xbe\x0d\xf3\x54\xb5\x53\x86\xa7\x02\x7f\x33\x20\x4a\xc8\x79\x25\x31\x50\x8e\xa7\x8c\xe4\x68\x53\x52\x85\xab\x99\xfb\xf1\x5a\x59\x58\x8c\x64\xfc\x3b\x54\xe7\x1a\xce\x3e\x0b\x99\x89\xf1\x01\x50\x40\x9f\xc9\x64\x32\x1c\xe5\x11\x02\xf3\xad\xf2\x81\x5f\x3e\x60\xbc\x88\x72\x28\x3f\xe0\x61\xc8\x24\xbc\xe8\x26\x0a\xaf\x56\xdb\xcf\x8c\xba\xc8\x48\xa6\xb1\x8d\x30\x58\xcd\x8a\xbc\x3c\x17\x77\xd2\xe1\xb3\x0e\xc6\x98\x59\x91\x18\xae\x2a\x76\x68\x54\xea\xb1\xf3\xcb\xa5\x08\x02\x8a\x32\xe0\x36\xd7\x2a\x55\xb3\x22\x33\x38\x0c\xe3\xe6\x07\x84\x16\x42\xe7\x98\x4b\xa1\x39\x3c\x34\x86\xf4\xa0\x21\x48\x5f\xeb\x99\x4b\x29\xa0\x04\xce\xa3\xc4\xd3\xb0\x2b\x63\x56\xc4\x46\x01\x17\x8a\x02\xc3\xa3\x09\xbe\xf7\xcd\xa5\xdc\x08\x7c\x3f\x9e\x27\xb2\x8d\x8d\xc8\x5c\xeb\x62\x28\x9c\x0f\x8b\x0e\xfb\xea\x3b\xef\xbc\x95\x03\xe1\xac\x3c\xca\x92\x0b\x4c\x11\xbb\x2c\xb8\x14\xe9\x27\xc8\x26\x1c\xb7\x95\x8e\x9e\x5d\x11\x1c\xca\x85\xa9\xb0\x6e\xaf\x82\x7b\xed\xb2\xdc\x22\xe1\x60\xc7\xfd\x8f\xb0\x2d\xb2\xed\x1c\x74\x39\x01\xc1\x58\x1b\x11\x90\x18\x00\x3c\xb1\x2b\x72\xf3\xf4\x0b\x8e\x14\xfd\x5e\x16\x48\x7f\x4d\x6c\xa3\xa3\x57\xe0\x27\xda\x71\x21\x2e\xf7\x1e\xba\x9c\xb0\x0b\x9b\x75\x1e\xb7\x26\x02\x64\xb5\x08\x33\x1d\xe8\x76\x06\xd3\xb9\xe8\x72\x4f\x13\xbc\xb7\x82\x90\x8a\x07\x78\xd6\xad\x08\x8d\x33\x92\x78\xe3\x8d\x15\x45\xe1\x9a\xd4\x62\xa1\x68\x90\xa3\x58\xb5\x19\x44\x4d\xb8\x2a\x35\x3e\x3f\x03\xbd\xef\x19\x05\x4d\x6e\x59\x68\x21\xc3\xfd\x37\x35\xc8\x10\x3b\x27\x5d\x8e\x37\x14\xa1\x75\x54\x78\xb8\xc7\x85\xff\x6e\x45\x66\x50\x2c\x9c\xd7\x60\x8c\x9a\x5b\x93\x19\x8a\x28\x03\xaa\x77\x1c\xe2\x8a\xed\x08\x79\x0b\x38\xd7\x37\x00\xd9\x35\xf4\x2e\x7a\x2b\x02\xc7\xb0\xfb\x00\x64\x79\xe9\x5c\xf4\x56\x04\xe4\xe9\x00\xd0\x48\x91\xde\xd6\x43\x97\xe3\x03\xe7\xc2\x69\x3c\xb3\x2f\xf8\x15\x91\x19\xc6\x4a\x78\x8a\x6b\xcd\x0b\xe6\x55\x89\xa1\x08\xd7\x44\x32\x93\xb8\x4c\xd1\x2f\x4b\xcc\x67\x10\xb4\x70\x12\x52\x26\xe8\x55\x91\xa1\x38\xd3\x1b\xde\x27\x81\xd1\x57\x65\x06\xb0\xea\x78\x36\xc0\x07\x21\xb2\xc1\x9a\x08\x98\x4f\xc0\x12\xb9\xcc\x9e\x6d\xa0\xd7\xca\x16\x25\x98\xdf\x5c\xcf\x29\xab\xd9\x55\x99\x39\xf6\x9c\xc3\x14\x2d\x49\x9d\x73\x2e\x67\x70\xb2\xae\xb0\xb9\x0e\xe8\x93\x14\x40\xfb\xea\xd0\x55\xb6\x5c\xe2\x0c\x68\x95\xf4\xcd\xdb\x57\x67\x5c\x2d\x63\x6f\xf8\xaa\x49\xd7\x5c\xca\xc1\xe3\x0d\x67\xc7\x26\x89\xf8\x82\x26\x38\x07\x42\x18\x67\x81\x07\xce\x62\x97\x74\xc1\x21\xab\xe3\x0d\x8a\xaf\x8b\x28\x04\xd7\xb5\x0b\x25\xbd\x9d\x87\x0d\x1d\xe1\xd1\xa5\xe5\xdb\x16\x0d\x07\x25\x0b\x08\x06\x92\xc8\x4a\x6b\xa2\x0b\x1c\x78\xb2\x1e\xa7\x29\x83\x4e\x21\x2d\x5f\xb8\xe0\xe1\xc7\x9b\x0c\x61\x17\x68\xa5\xb4\x7c\xe5\x02\x3f\xb6\x6c\xc5\x8c\xff\x74\x7d\xb2\xbc\xb3\x00\x06\x3a\x49\x89\xcb\x7c\xe6\xd8\x02\x4d\x7e\x0e\x58\x56\x33\x70\x4a\xd7\x43\xf9\xa5\xe5\x9b\xe7\xb0\xbd\x96\xab\xa3\x47\x7b\x32\xf5\x5e\xb9\x04\x14\x21\xdd\xe1\x90\xe8\xa1\x8a\x9a\xd2\x7a\xe5\xdd\xf6\x5a\x76\xcd\x6a\xaa\xb1\x87\xb3\xcb\x29\x0c\x75\x70\x99\x6d\x4b\x8f\x0d\xce\xcb\xf7\x2f\x58\x84\xd1\x5c\x2d\x2c\x0e\xe2\x57\x34\x29\xfa\x32\x15\x4b\xd4\xaa\x9a\xc1\x76\x5e\x79\x2b\x13\x44\x16\x0c\xbb\x67\x59\xe4\xbe\x55\x31\x0e\x1c\x68\x1d\xb8\x10\xa7\x20\xa6\x96\x97\xef\xa1\x43\x98\x79\x80\x1f\x57\x9d\x8e\xbc\x72\x0f\x61\x5e\x8e\xaf\x3b\x83\x4a\xbc\xeb\xdd\x72\x29\x46\x4a\x42\x93\x47\x13\x10\xc4\x18\x7c\xe7\x96\x77\x3b\x4c\xf1\x59\x3e\x2c\x76\x50\xdd\xf2\x76\x8b\x53\x42\xed\xf5\x50\x69\x41\x52\xef\x96\xb7\x46\x97\x61\xac\x38\xaa\x5e\xb8\xf4\xac\xf1\x46\x5b\xcd\xe5\x38\xe5\x8d\x58\x91\x95\x75\xee\xaa\x2c\x0d\x19\x3a\x84\xde\x60\x56\x94\x58\x7a\xb7\x5c\x6e\x74\x64\x1c\x15\x53\x1d\x59\x3e\x98\x8d\x5b\x2e\xe7\x18\x80\x70\x32\xc7\x80\xa2\xac\xf3\xd7\xe4\x69\x23\xbd\xb8\x76\x02\x80\x58\x2d\x5d\x2e\xa7\xa0\x7c\xd2\x30\x14\xcb\xe6\x79\xf1\xb7\x58\x10\xfe\xa5\xf0\xea\x3d\x72\x8c\x8c\x04\x14\x92\x14\xe3\x33\xd8\x2f\x90\x12\xf3\x16\x38\x63\x21\x44\x39\xdc\x92\x4e\xcd\x55\x2f\x65\xdf\xba\xe5\x62\x78\xca\x64\xd6\x1a\x4f\x26\x86\xe3\x2a\x3d\xb1\x4c\x39\x1e\xb7\xdc\x82\xde\xc0\xb9\x39\x76\x5f\x63\x5f\x89\x60\xa4\x73\xb0\xb3\x6b\x55\x94\x90\x99\x18\x1f\x0a\x79\x16\xcc\x89\x62\x23\xa4\x2c\x04\x26\xc7\x53\x56\x84\x9e\xf4\x81\x60\xf6\xb3\xef\x57\x29\x0d\x3c\x6a\x7b\xd3\x40\x0e\x89\xf5\x55\xc2\x4b\xe2\xca\xc8\x8c\x6e\x12\xd2\xf8\x92\x17\x4d\x95\x97\x43\x35\x0c\x8a\x69\x5c\x16\x40\x72\x4d\x62\xa9\x50\x80\x96\x3d\xa4\x80\xe4\x99\x59\x11\x59\x40\x08\x02\x8f\x8d\xb3\xb0\x52\xcd\x8a\xcc\x86\x4a\xf3\x67\x60\x1d\x7a\xd7\xb9\xe5\x52\x68\x60\x8f\x1b\x95\x1b\x23\xba\x5c\xe7\x96\x4b\x29\x20\xd4\x88\x02\x98\xf1\x70\x84\xdc\xb9\xe5\x72\xc2\x50\x49\x8b\x22\x2a\x38\x93\xe9\xdd\x72\x29\x37\x60\x78\x22\xe0\x39\xe3\x3e\xfa\xd6\x2d\x6f\xc5\x50\xb8\x7e\x36\x00\xaf\x51\x62\xe7\x96\xcb\x19\x5c\xbe\x10\xe9\x09\x04\x85\x45\xeb\x96\xb7\x82\x28\xb0\x38\x0d\x44\xe5\x7b\xbf\x5c\x4e\x80\x42\x8a\x04\x8c\xb0\x09\xf6\xbf\x5d\x16\x5c\x4c\x80\x5c\x20\xda\x61\x03\x4c\x30\xbb\x22\x38\x54\xba\xdb\x50\xe9\x07\x4c\x9f\x39\x97\x72\x20\x5b\x76\x3c\xa5\x54\x28\x9f\x05\x43\x9d\x26\xb8\xf1\x62\x3a\x24\x9f\x80\xb2\xb1\x4a\xee\x5c\xce\x00\xe8\x30\x0e\x13\x06\xa0\xc3\xb8\x77\x62\x48\x93\x1d\x31\x0e\x8c\xb1\x73\xcd\xe5\xb6\xb2\x79\x6e\x06\x3a\x22\x36\xc1\xcf\x73\x2b\x92\xb3\x00\x79\x51\x76\x6a\xdc\x2e\xd7\x97\xa3\xcb\x8d\x85\x67\xc5\x25\x04\x16\xef\xa2\x5b\x91\x1c\x92\xc3\xa5\x16\x28\xcf\xab\xbe\x35\xc1\x85\x44\x02\xb0\x03\xe2\x5a\x51\xa0\xee\x55\xc1\x81\x69\x64\x3c\xa5\x91\x4e\x48\xea\x31\xee\x52\x0c\xc0\x93\x73\x91\xc8\xf8\x5a\x95\xde\x3d\x6f\xfd\xb8\xd1\x2a\x0f\x01\x21\x12\xae\x35\xe8\xcc\x45\x71\x1d\x38\x27\x35\x9a\x29\xd6\x8b\xc2\x75\x55\x70\x96\x6b\x53\x3d\x45\xf5\x46\xbd\x61\x3a\x07\xbd\x95\x43\x44\x42\xd5\xa0\x84\xac\xf4\x39\xf4\x56\x10\x70\x31\xc8\xed\x31\x09\x35\x19\x7e\x45\x72\x60\x6a\xf2\xf8\x81\x20\x0a\xc4\x55\xc9\x79\xd4\x83\x05\x50\x90\x18\x20\x19\xfd\xb2\xe4\x98\x42\xc9\x82\xdf\x29\xe3\x01\xf5\x2b\x82\x03\xf8\xdc\x21\xe7\x1e\xf1\x80\xfa\x15\xb9\x39\x4a\x68\x8f\x16\x60\xa6\xaa\xad\xdc\x25\xd0\xe5\x82\x0b\x20\xd4\x96\x75\x40\xd4\xe8\xe0\xda\x37\xdd\x72\x55\x34\xc5\xc2\xd8\x08\x90\x3e\xba\x9c\x61\xd9\x47\x4f\x35\x0c\x9b\xfb\xd2\xf3\xd6\x0e\xb0\xec\xb6\x8d\xd6\x55\xc1\x8b\x22\x2d\xc3\x76\x4d\x64\x7f\x11\xd7\x4a\x8d\x18\x4a\x81\xc9\x6d\x2d\x80\x60\xa1\xc6\x07\xaa\x5b\x7a\xe8\x72\x38\xb2\x28\x86\xb2\x5b\x7b\x2c\x65\xe9\xa0\xb7\x42\x48\x78\x42\x13\x48\x87\x82\xe2\xa0\xcb\x19\x0e\x09\x09\xc0\xec\x36\x1c\x46\x4e\x8b\xd7\x2d\x3a\x84\x30\x1d\x9c\x28\xb2\xf3\x5b\xff\xbc\x3d\xd9\x86\x01\xba\x36\x10\x0c\x2b\x77\xee\x79\xfb\xaa\x17\x8e\xdd\x24\x8a\x57\x79\xdb\x79\xe7\xda\x6b\x32\x6a\x00\xd2\xf5\xd0\x31\x69\xf9\xb2\x85\xaa\xeb\x1d\xa2\x12\x83\x98\xa1\x8a\xad\xc2\x05\xa6\x2a\xae\xde\x35\x97\xdb\x5a\x68\x9b\x32\xb8\xb5\x02\x14\x6b\x5a\xbe\x6e\xce\xd1\x62\xc7\xfd\x00\xe7\x55\x51\x50\xec\xb2\x54\x84\x79\x44\x0a\x16\xcf\x51\xc6\xbc\x78\xe1\x02\xca\x6e\x46\xd7\xcc\xcd\x80\x40\x79\xf9\xc2\x05\xbc\x53\x9b\x0a\xa3\xb1\xc2\xf3\x57\x45\x67\xb8\x50\x3c\x22\xea\xe1\x85\x27\xab\xc9\x8e\x89\x5e\xa9\x4a\xde\x02\x63\xde\x03\xd8\x5b\x8b\x6c\x60\xd4\x73\x01\xb8\x27\xe6\xce\x23\xef\x22\x83\x1c\x88\x00\xa4\x62\x00\x41\x75\x5e\xbe\x77\x8e\x39\xaf\x2c\xce\xae\xb1\x82\x37\x4f\x13\x20\x57\xe2\x17\x78\xe4\x95\x74\x37\xaf\xdc\x3c\x4b\xb6\x21\x15\xa5\x73\x00\x43\x20\xbe\xf5\xed\xa5\x82\xbd\x8a\xda\x49\x35\xf7\xb6\x7c\xfb\x3c\x53\x04\x05\x03\x58\x41\xa9\x66\xfb\xf2\xfd\xf3\x91\x55\x5a\xe4\x30\xc9\x20\xd1\xdb\xaa\x18\x1d\x50\xdb\x7e\xe0\xc3\x65\x6a\xd5\xee\xf2\x2d\xf4\x03\xea\xbe\x1d\x0b\xd2\x38\xf9\x6d\x9a\x28\x5d\x44\x6d\xbd\xad\xb1\xa5\x50\x6d\xfe\x95\xab\x58\x6b\x88\x2a\x27\x4c\x92\x7e\xbf\x2a\xcd\xc8\xb0\x3c\xa6\x1a\x2a\x30\x1f\x5b\x8f\x5c\xce\x71\xa4\x55\x12\x02\x7f\xa3\x32\xca\x8d\x43\x2e\xb4\x6a\xa9\x08\x06\xd8\xa9\x1c\xa2\x16\x92\x14\xe3\x73\x44\xca\x18\x86\x70\x9e\x7b\x9c\x56\x1b\x6e\xb8\x52\x3c\xe2\x26\xcf\xf2\xd2\x4e\x19\x9e\x52\xcd\xf2\x8f\xf6\x44\xe0\xa0\xbf\x10\x9e\x1c\x0f\xca\x71\x6b\xe0\x9f\x12\x8a\xb1\x71\xc8\xc5\xf8\x08\x73\xce\xc1\xc0\xf1\x76\x8e\x77\xd7\x28\x35\x43\x06\x63\x34\xc8\xbd\x50\x3a\xd7\x38\xe4\x72\xbc\x45\x11\x6c\x41\x40\xc1\xcf\xb9\xe4\x54\xc6\x40\x26\xaa\x88\xa5\x46\xb4\x4b\x97\x27\x6f\xb7\x3f\x21\x58\x1c\x32\xea\xd9\xfa\x3c\xb9\x9c\xc0\xa4\xec\x16\x49\x1a\x57\x59\x0d\x16\x25\x96\x32\xd9\x10\xe0\x4e\xf5\xa5\xc2\x66\x96\x45\xe6\x91\xe2\x1f\x6a\x44\x47\xa1\x87\x93\x32\x40\x84\xdc\x90\x07\x48\x31\x9d\xde\x21\x97\x13\xf0\xed\xcc\xf3\x5d\x79\x36\xcc\x8a\xd4\x08\x06\x49\xf0\x4b\x8e\xfd\x87\xce\x21\x97\x52\x40\xd9\x44\x00\xcb\x8a\x93\xe5\xe9\xba\xdc\x40\x9a\x1a\x3d\xfd\x84\xcd\x22\xed\xad\x89\xc1\x31\x4d\x13\xa0\x6b\xc1\x34\x4c\x66\xca\xbe\x16\x14\x42\x22\xfd\xe5\xb3\xc0\x69\xab\x82\x9b\x08\x12\xa3\xa3\x0f\xcc\xa9\x73\xc8\x53\xf3\x81\x20\x83\x1c\x4d\x6b\x2f\x4b\xe6\x55\xc1\x31\x8c\xc0\xe1\xac\x66\xd8\x5c\x76\x59\x70\x01\xdb\x6a\x91\x51\x70\x4c\xff\x6c\x57\x04\x07\x52\x20\x6e\x9a\x60\xb3\x86\x65\x6f\xaf\xcf\x68\xdf\x84\xe9\x29\x4b\xb6\x77\xc8\xe5\x0c\x38\xbf\xa1\x20\xc4\xe6\x04\x96\x5a\x17\xc3\xc0\x39\x8a\x6c\xc0\x60\xd2\x17\x9d\xcb\x19\x81\x53\x01\x08\xd6\xd7\x03\xee\x56\x24\xc7\xaf\x62\xa8\x30\x81\xd4\x53\xb4\x4b\x49\x24\xc6\xee\x1b\x30\x3b\xf9\xbe\xea\x5c\x8e\x47\x5a\x3d\xd7\xb0\xa5\xc2\xd0\x2e\xe5\x40\xfd\x27\xc8\x75\x37\x38\xdd\x3d\xa4\x5d\x4e\x40\x1a\xde\x61\x73\x2d\xb3\xf5\xba\x15\xc1\x81\x8f\xd4\xfb\x29\x04\xe6\x7b\x87\x5c\xe2\x66\x41\x1b\x1f\x3c\x02\xce\x45\xd0\xbc\x2d\x5c\x07\x3f\x41\x3e\xd9\x9f\x6f\x1d\xf2\x56\x0c\x8e\xe1\xb1\x14\x03\x8b\xc2\x3b\xd5\x04\x17\x2b\x6c\x1e\x65\x79\xce\x09\x48\xb8\x2a\x39\x10\xb3\x6c\x00\x14\x76\x5c\xaf\xe4\x97\x45\x17\xa8\x32\x7d\xcf\x51\x25\xa3\xcd\xa0\x28\xf6\x2b\xa2\x73\x15\x2a\x49\xc5\x1a\x0e\x99\x4e\xbf\x2c\xba\xf1\x05\xe2\x60\x33\x2a\xd2\x6c\xee\x5c\x72\x39\x01\xe6\x9f\xcb\x08\x2a\x84\x86\xf9\x5e\x13\x1d\xc3\xfd\xf0\xb2\x00\xc5\x79\xdd\x2e\x4a\x3b\x88\x38\x47\x4d\x91\xc0\x8d\x8c\x3d\xaa\xbd\x7d\xd7\x2b\x0e\xde\x83\x27\xab\xf4\x84\x70\xed\xa3\x02\x6b\x1c\xf4\x68\x96\xeb\x72\xa4\x53\xde\xda\x02\x9e\xcb\xf2\x23\xe2\x35\xde\x77\x5e\xb9\x9c\xc1\xf9\x5a\xe0\x24\x4c\xc1\x4e\x49\x83\x52\x6e\x6d\x26\x5b\x34\xc0\xdb\x0e\xa2\x74\x5c\x95\x9d\x45\xcd\xcf\x14\x58\x88\xae\x73\xcc\x5b\x49\x78\x94\x30\x58\x42\x2f\x5a\x05\xd1\x2e\x27\xc0\x59\x71\xb0\x37\x64\x1d\xb4\xbe\xab\x94\xcb\x76\x08\xbf\x58\xee\xbc\x92\x96\x2f\x5d\x00\x28\x6a\xe3\x50\x6e\x66\x32\x36\x29\x2d\x5f\xba\x50\x69\xe9\xb8\xa8\x30\x8a\x4c\xbb\x2a\x39\xbb\x43\x59\x23\x64\x93\x52\xe7\x9a\xb7\x06\x01\x1c\x08\x44\xf5\x6a\x43\x98\xb4\x7c\xef\x3c\xbb\x0f\xd0\xe1\x09\xd8\xec\xb4\x7c\xed\xc6\x1d\x45\xb5\x0a\x19\x5b\x39\x75\x8e\x79\x27\x87\x40\xdb\x63\x29\x45\x9b\x14\xbf\x5c\x4c\xb0\x85\x6e\x84\x4d\x8c\xc6\x87\x1e\xc8\x8b\x77\x2e\x70\x7f\x8a\xc0\x5d\x58\x98\x2b\x25\x2f\xdf\xb9\xe0\x70\xe7\x3c\x14\x6d\x2d\xd6\xcc\xcb\x77\x8e\x8b\x36\xc6\xd3\x11\xe9\x39\x1a\x7a\x86\xf6\x56\x37\x91\x22\x70\x28\x25\x0b\x82\x67\x5e\x95\x1b\x27\x64\x2d\xe8\xf2\x1d\x1e\xae\xbc\x7c\xe3\x5c\x99\x78\x2a\x07\xda\x58\xc5\x25\x97\x13\x98\x0b\xd3\xc3\x5d\x76\x62\x0d\x9a\xe4\x2c\x16\xcb\xfc\xfd\x11\xb0\xad\xbc\x72\xe5\x6c\x40\x2d\x6b\x84\xd3\x9f\x6b\x05\xe9\xe2\xa5\x1b\xb7\x95\x68\x55\xd8\xf2\x43\x65\x4b\xe3\x8e\xb7\x7a\x06\x14\xb6\xa8\x5a\x77\xc8\xc2\x36\xde\xb8\x9c\xc1\x05\x0b\x1e\x1c\x8c\x46\x42\xc9\x55\xd9\xb1\xc5\x3b\x5e\x0c\xa6\xc0\x4f\xbd\x2b\xde\x42\x70\x4c\xed\xa2\x80\xb2\xb5\xe0\x7b\x4f\x5c\x8a\x23\x4c\x08\x2b\x0e\xdc\x08\x0f\x59\x95\x60\x45\x3f\xa2\xfa\x64\x93\x6b\x05\xed\xf2\xed\xb3\xcc\xc4\xeb\xb9\x4a\xc7\x54\x86\xea\xb5\x0b\x68\x61\x57\x73\x55\x20\x33\xdd\xcd\x47\x88\xcb\x98\x81\xc8\xde\x50\x4f\xa2\xd1\x09\xcb\xbe\xf5\xc3\xe5\xf8\x00\x85\x40\xda\x73\xf4\xc1\x6c\xeb\x87\xcb\xe1\x86\x6c\x1a\xd4\x94\xc6\x82\x84\x89\x10\x5e\x6e\x92\x4a\x91\x31\xc9\x81\x5e\xd7\xd0\xf9\xe1\x72\x3c\xf2\xbd\x16\x29\xa2\x68\x10\x42\x11\x62\xcb\x4d\x62\x82\x98\xde\xc0\xeb\x1c\x3c\x08\x30\xc5\x2e\xe6\x26\x43\x54\x10\x13\xa2\x3d\x65\x1a\x16\x31\x30\x37\x21\xaa\xec\xf0\xb8\xc0\xca\xb4\xa1\xf3\xc3\x73\x93\x97\xa0\x04\x6b\x46\xfe\xc3\x40\x0f\x98\x65\x71\x05\xd8\x71\xb0\x54\x92\x03\x9d\x8a\x59\x91\x97\x61\x08\x0f\xdd\x9f\x28\xf9\xe1\x34\x89\x25\xa4\x48\x1c\x02\xf5\x1e\x1a\xdf\xac\x88\x0c\x2f\xb5\x01\xc3\x4b\x1c\x44\x9d\xb7\x26\xb3\x88\xe2\x05\x03\x8e\x84\x10\x2b\xe5\xe3\xb2\xd0\x0c\xe0\x21\x64\xc7\x90\xcf\x55\x3a\x3f\xbc\x0d\xfc\x3a\x78\x40\xc4\xb8\xe7\x2b\x35\xc6\xa2\xd8\x7c\x41\x70\x1e\x5a\xdc\xc9\xce\x70\xba\xdc\x3c\x25\x7b\x23\xda\x61\xb9\xa8\xf8\xe1\x52\x0c\xb5\x04\x0e\x94\xbb\x91\xdb\x67\xd9\x65\xc1\x25\x50\x90\x6f\x10\x02\x8a\xcc\x1b\x6c\x57\x04\xe7\xb9\x8a\x11\x7b\x50\x04\xb7\x9c\x2a\xb9\x81\x69\x4a\x12\x77\x32\x2a\x9d\x1f\x2e\xe5\x80\x04\xb7\x41\xbd\x52\x30\xa0\x84\xb4\xcb\x82\x0b\x85\x6c\x5d\x8b\xf0\x86\x0f\x82\x9b\x5e\x15\x9c\x85\x59\x82\xe4\x8a\x2b\xa2\xd7\x9b\x2a\x38\xca\xd9\x52\x5a\xc9\xd2\xb5\xd6\xc8\xdf\xe4\x0c\x4b\x51\x84\x00\xa6\x28\x67\x44\x52\x79\x41\x0c\x4c\xda\x34\x3a\x69\x91\xd1\x69\x6e\x45\x70\x3b\x6d\x1d\xc1\x4f\xe0\x53\xe7\x87\xb7\x82\x60\x2e\x7e\x3a\xe0\x0e\x77\xce\x2d\x4b\x2e\xc2\x4f\x06\x47\x9e\x2f\xc2\xd1\x57\x25\x67\xc9\x03\xca\x14\xa1\xf5\x41\xc4\x1e\x54\xc1\x45\x94\x26\x20\x49\x59\x5d\x58\xb7\x2c\x38\x5f\xd0\xc8\x90\xc2\x4b\x4c\x4a\xd4\xfa\xe1\xed\xfd\x19\xf0\x58\xe7\x52\x41\x96\x9d\x1f\x9e\x9b\x94\x52\x44\x24\xd1\x21\x91\x3b\x74\x7e\x78\x2b\x06\xc3\xc5\xa7\xa3\xe9\x1a\xbc\x48\x42\xab\x82\xe3\x6e\x39\x26\xe2\x46\x18\xe1\xb9\x6b\x82\x8b\x9c\xab\x43\xe1\x30\xa1\x9c\x86\xce\x0f\xcf\x4d\xfe\xd0\xb8\x89\xdc\xdb\x3b\x91\xad\xd7\x44\x17\x0a\x33\x3f\x3a\x48\x42\xf1\xc3\xdb\x2b\x44\xf4\x72\x9e\xa6\x8d\x37\xc2\x76\x7e\x78\x7b\x85\x32\x4c\x0d\x03\xab\x51\x21\x67\x97\x13\x90\x50\x70\x19\x04\x81\x1e\xe9\x11\xbf\x26\x3a\x74\xbd\xf1\x70\x17\xd1\x29\xa9\xf1\xc3\xe5\x26\x25\x0e\x56\x0c\x28\x6b\x66\x46\x56\xe9\x87\xb7\xef\x7a\xe0\xb2\x51\x8f\xa0\xe2\x9c\xd0\x5c\x15\x1d\x77\x93\x33\x38\x56\x2e\x23\x24\x2f\xfd\xf0\xd6\x16\x40\x6b\x42\x3c\x8d\x8e\xfb\x44\x4a\x3f\x5c\xce\xe0\x04\x2b\x6e\xab\x63\xe3\x55\xfa\xe1\xb9\x49\x57\x19\x82\x41\x04\x44\x46\x4c\x8f\x60\x6f\x95\x59\x00\x69\x10\xe1\xfc\x8c\x68\xf8\xa6\xc9\xce\x25\xa0\xd1\x32\xca\x63\x62\x43\x79\xaf\xc9\xce\xd5\x14\x84\x03\xe4\xa5\xa4\xd6\x13\x6f\xf7\x15\x45\xc9\x53\x1d\x8b\xef\x33\xe4\x72\x97\x10\x9e\xa1\x06\x60\xd8\xa6\xd8\x77\x4b\x6b\xdf\xf7\xa9\x61\x9d\xa3\xd5\xa4\xd2\x79\xe2\xed\xad\xb0\x4c\xf3\x66\x4a\x6d\xa6\xdb\x7a\xe2\xad\x28\x12\x93\xbe\x1b\xb0\x6c\x84\x1e\xc0\x9e\x9b\x24\xa0\x87\xab\xe5\x18\xf4\x62\x3b\x57\x5c\x6e\x2d\xa4\x1d\x2a\x98\x68\xce\x10\xaf\x0a\xcf\x55\xf2\xd5\x94\x87\xbd\x02\xf4\x76\x5a\xb9\x77\x16\x6c\xad\x36\xe2\x9b\x05\xa8\x5c\xdf\x56\x30\xd0\xa3\x51\x8f\x0d\x82\x89\x5c\x15\x1d\x93\xe8\xfb\x34\xe1\xea\xfb\x6e\x69\xed\x43\x51\xb8\xfd\x97\x67\x32\xa1\xdc\xf9\xe2\xad\x85\x3c\x30\x5d\x99\xe7\x42\xbc\xbe\x96\xbc\x15\x44\xe6\x42\x6a\x6a\x34\xc9\x6c\x08\x79\xf9\xde\x31\x5c\x61\x63\x32\x68\x17\x65\x48\x41\x95\x1d\x58\x5d\x36\x11\x1c\x44\x70\x7d\xf3\xf2\xc5\xb3\xb0\x50\x3c\x6a\x3b\x05\x29\xbc\x2e\x3a\x54\x35\x1b\x0f\xb3\x71\x40\xe4\x48\x3a\xe3\x52\x14\xc0\xe2\x6e\x22\xd7\x2b\x47\x89\x3c\xd7\xa4\xe7\x2b\x03\x09\xbc\x72\xe3\x25\x7f\x9a\x2a\x3e\x6e\x3e\x13\x2c\x6c\x78\x5b\xbb\x3e\x2d\x5f\x3d\x6f\x11\x4b\xf1\x91\xac\x1b\x33\x54\xea\xab\xe5\xbb\xe7\x90\xc6\xa4\x68\x1e\x39\x8f\x62\xf1\xaa\x00\x03\xd7\x2f\x01\x80\xe0\x64\xfa\x5d\x15\x20\x23\x2e\x0c\x98\x89\x07\x19\xed\x50\x45\xc8\x00\x2c\xee\xbc\xe8\x6a\x15\xec\xda\x05\x04\x0f\x33\xd7\x8e\xc4\x1e\xa3\xde\x08\x94\x9a\x00\x11\x9d\x2f\x18\xd8\xfb\x2e\xe5\xcd\x04\x0f\x5e\x0a\xba\x7d\x99\x83\xcf\x42\x7a\xcd\xf8\x81\xb9\xb8\x46\xf3\x1a\x1d\x88\xba\x86\x69\xf3\xf1\x29\x02\x05\x0f\xbf\x28\xe5\x39\xd5\xb9\x57\x27\x18\x60\x3b\x41\x2a\x96\x1c\x52\x75\x42\x6e\x72\x42\x04\x20\xdf\x01\xb9\x19\xc3\xbc\xba\x3e\x69\xbf\x10\xe0\x36\x7a\x94\x24\x87\x8c\xb3\x21\xf6\xbe\x99\x30\x41\x06\x08\x98\x67\xe1\x47\xc9\x3f\xdd\x94\x81\xa0\x83\x5b\x04\x9a\x1f\x2d\xcc\xbb\xc6\x69\xcd\x45\x74\x68\xc6\x39\xee\x56\x8e\x82\x95\x5c\x17\x1c\x77\xa4\x04\x66\x22\x4b\x34\xb9\x2a\xba\x94\x00\x48\xa4\xf7\x2b\x25\xad\x8c\xbc\x99\x80\x2b\x8a\xb8\x59\xb2\x35\x38\xb7\x2c\xbb\x08\x22\x6d\x0e\xea\xc7\x24\x5a\x8b\xeb\xc2\x43\x46\xc6\x96\x5a\x0d\x10\x7a\x36\xf6\x46\x18\xa8\x9e\xf5\xa0\x3c\x0b\x6a\x86\xbc\x11\x46\x06\x6b\x18\x85\xaa\x09\x69\xa1\x76\x50\x13\x53\x90\x1c\xe7\xce\x46\x9e\xc9\x05\xed\x8a\xfc\x98\xe1\xd3\xc0\x76\xce\x46\xd0\x9a\xab\x02\x4c\xdc\x70\x36\x91\x95\x93\xb8\xc8\xc5\xae\x09\xd0\xd5\xaa\xd5\x51\x43\x25\xee\xbf\x60\x57\x24\x18\x51\xdf\xc6\x95\xf1\x49\x94\x7b\xeb\x12\xe4\xd6\xe7\x48\x14\x45\x2b\x52\xf7\xaa\x04\x99\x4a\x9b\x69\x9c\x60\x00\xf4\x9d\xd4\xc4\x0c\x60\xc2\x1c\xea\x63\x3c\x17\x0f\xda\x35\x09\x82\x27\x79\x14\x24\x82\x32\x45\x01\xaf\x37\x53\x2c\x38\xfd\xb8\xa3\x22\x33\x3f\xb9\x65\x09\xa6\x4a\x8f\x0d\xe2\xe7\xe4\x11\x8f\x71\x6b\x12\x64\xe3\xdc\x20\x32\x83\xc5\xf6\xed\xd4\xc4\x14\x66\x31\x06\x13\x6c\x94\x8c\x71\xba\x08\x23\xd3\x94\x8d\x2a\xa8\x86\x27\xdd\x9a\x08\x11\xae\xc3\x72\x42\x14\x4c\xf3\xba\x04\x11\x88\x46\xfe\x94\xcc\xab\xbe\xc0\xbc\xd9\x5c\xee\xd4\x01\x03\x7d\xb4\x5a\x7b\x10\x7b\x33\x03\x47\x97\x9b\x98\x3a\xc9\x05\xaf\x4b\xd0\x15\x64\x4e\xb8\x85\xba\x13\x8c\xe2\x0b\xe2\x88\x71\x97\x2b\x8b\x49\x30\xbb\xe9\x12\xac\xc0\xc6\x44\xce\x71\x94\x3f\xa2\x4a\x30\x72\xa3\x19\xae\x4f\x09\x5c\x95\xe3\xd7\x44\x68\x6b\x0c\x9e\x40\x2b\x01\xd1\x47\xbf\x22\x43\xa6\xbd\x42\xbb\x33\x74\x80\xec\x3b\xaa\x35\x77\x8a\x01\x2e\x9e\x73\x49\x46\xe9\xa8\xd6\xde\x29\xb0\xff\x06\x5c\x46\x05\xcf\xde\xd5\x36\x66\x0c\xb5\xa8\x5f\x9a\xbb\xf9\x0b\x32\x04\x19\x8f\x67\xef\x32\x23\x36\x2d\xdc\xf6\x66\xab\x12\x33\xff\x82\x01\x28\xb4\xee\xa5\x36\xc5\x4f\x2c\xd4\x06\xb1\x2f\xef\x94\x8e\x6a\x62\x0a\x47\xcb\xec\x00\x80\x45\xd1\x4a\xcf\x3b\xa3\xc1\xa6\x1d\xdb\xb7\x0f\xd0\x5a\xd2\x75\x6f\xa6\x70\x61\x2d\xaa\x33\xe1\xae\xf4\x3d\xd5\xc4\x0e\xe3\x49\x70\x68\x7b\x16\x84\xb3\xaf\x0b\x11\x1d\x13\x50\x9c\x33\x55\x88\x49\xf3\xb6\x97\x08\x6a\x6d\xc6\x65\x58\x6e\x1c\xdd\x7c\x4d\x33\x85\xca\x66\xa8\x0d\x5b\x06\xb2\x26\xf4\x2d\xd5\x1a\x0d\x34\x70\xff\x26\xea\x99\xc9\xc0\xa3\xb4\x72\x11\x43\x42\x0e\xda\x45\xba\xc3\xde\x0a\x7f\x5c\x15\x62\xa8\x9d\xce\x41\x69\xe0\x8a\xc6\x0c\xd7\x19\x72\x99\x79\xd4\x07\x70\x0e\xe5\x9e\x19\xae\x33\x1e\x2c\x73\xc2\x99\x84\xae\x31\x5e\xe9\xa9\xd6\xe8\xba\x01\x72\x77\x70\x9d\x7d\xdf\xf6\xbc\xd9\xe1\xc4\xd5\x0c\xa6\x47\x1e\xe8\x52\x04\xa3\x9a\x81\xbb\x6d\x02\xc0\x3b\x69\xed\x2a\x5a\xa0\xc1\xac\xaf\x9c\xbd\xb6\x73\xe5\x7b\xe0\x34\xf9\xf2\x8c\xa3\x90\x29\x6c\x5d\x8a\x16\xf1\x0b\x8f\xc6\xd3\x8e\xfb\x77\xe5\x95\xab\xe8\x0b\x10\xd9\x9e\x1b\xb2\x16\xc1\x5b\xae\x4a\xd1\x47\x2e\x25\x88\xb0\x3c\xa2\x68\x0f\xa7\x4b\x91\x09\xbe\x2d\x90\x58\x96\x5f\xac\xbc\x72\x17\x47\x93\x81\x0b\x97\x99\x98\xca\xf6\x9c\xed\xcd\x14\x57\xe9\xfd\x0b\xb0\x1a\xae\x77\xe9\x3b\xa1\x50\x68\x0c\xde\x14\x72\x15\x79\xed\x2e\xa2\xa6\x93\x08\x94\x08\xff\xe8\x7a\x9f\xbe\x11\x09\xfe\xb1\xe1\xae\x47\x35\xe8\xdd\x38\xf5\x9d\x1a\xa2\xf7\x2a\xf2\x6f\x7a\x80\x98\x1a\xaf\xbe\x99\x83\xbf\xbf\x09\x08\x4b\x5b\x2b\xdb\xa3\xe9\x82\x9c\x1d\x17\x00\xe3\xbc\xc2\x0c\xd7\x5b\x05\x01\xd1\x1f\xca\x24\x45\x95\x19\xae\x99\x53\xc9\x11\x98\xd2\xcb\xa0\x63\x4a\xe3\xdb\x37\x73\xb8\xff\x9a\x29\x4c\xc9\xe4\x14\xc4\x7b\x23\x1b\x00\x31\x36\x4c\xbe\x29\xfb\xd0\x2d\x88\xd3\xcd\xfe\x65\xd8\x76\x8d\xd0\xc5\x86\x67\xb8\x63\x2c\x50\x33\x27\x62\xd3\x7a\x7b\xa5\x42\xd6\x83\x07\xca\xc0\x21\x24\x2a\x46\xc8\xe1\x81\x84\x50\x60\x05\xfb\xb9\x17\xed\x95\xe1\x11\x97\xd0\x82\xee\x7c\x13\xe7\x69\xea\xa4\x8c\x0f\xc8\x1e\xc3\x95\xa2\xf1\xbd\x0f\x2d\x26\x30\xb7\x4d\xf4\x5c\xde\x22\x48\xcc\xf4\xe5\x26\x66\xb3\xc7\x07\x99\xbe\xde\x5b\x4e\x00\x4a\x85\x23\x2b\x49\x8c\x57\x37\x08\x19\xb0\x88\x64\x78\x16\x69\x76\x75\x87\x60\x29\x98\x0c\x37\xaf\xd4\x3e\x7e\xcb\x5b\x34\x00\x2f\x3d\x80\x82\xb5\xd4\x6a\x96\xe5\x3d\x72\x40\x4a\x45\xa6\x2f\x89\xc2\x2f\xd2\x97\x1c\xb8\xd9\x13\xd7\xa5\x98\xd0\x79\xa9\x72\x86\x9b\x1a\x56\x05\xce\x52\x99\xce\x4b\x95\xcb\x46\x55\xd5\xae\x8a\x7b\x8e\x6b\x56\xf7\xc9\xe0\x45\xe2\x88\xbc\xb1\xc2\xad\xd5\x36\xca\xa3\xb4\xc1\x45\x4e\xb6\x39\x18\x31\xaa\x5e\xaa\x3b\x95\x28\xea\x11\xd2\xb4\xf2\x94\x5a\x6f\xa2\x5b\x06\xd3\xce\x0c\xdc\x3f\x27\xda\xce\x9b\x68\xaf\x84\xc7\x51\x82\x4f\x51\x90\x7c\xf1\x2b\x7b\xe5\xb8\xfb\x08\x43\xf6\x0a\x9e\x25\x8d\x7b\x63\xe7\x82\x53\x7c\x81\x89\x54\x07\xa8\x25\x0d\x91\x54\xf7\x0a\xdd\xb7\x6c\xc6\xbd\xb6\x83\x20\xa3\xd2\xf7\x0a\x45\x9f\x8c\x79\x1d\x57\x1e\x72\x6b\xf0\xc9\x8f\xca\x5c\xde\xc6\xfc\x23\xce\x34\xc5\x77\xea\x3a\xc0\xf1\x92\x99\x15\x94\xbd\x89\xb4\xbc\x59\x95\x45\xd6\x38\x26\xa0\xe5\x9e\x95\x69\x79\xb7\x46\xbf\x03\x50\x37\x10\x6a\x32\x32\x50\x83\x56\xd5\xb5\x23\xd1\x81\xf6\x13\xe8\x6f\x1b\x7a\xcb\x4a\x4c\xb1\x70\x6e\x9c\xe3\xa0\xee\x20\xa1\x5f\xda\x67\xa5\xa9\x6e\x2b\x70\xcf\x52\xaf\x3c\xca\x72\x4e\x60\x56\x5b\x66\x3a\xf3\xdc\x4e\xb3\x79\x94\x5b\xd9\x0f\x6c\xee\xfa\x95\x9e\xa5\xed\x45\xa9\xc5\x74\x14\x90\x5c\xe8\x3f\x2a\x77\x20\xa3\x0c\x1c\x01\x74\x6f\x74\xf2\x15\x39\xc5\x54\xcc\x2c\x36\xad\x60\x9f\xe7\x23\x1b\x80\x11\x3c\x9d\x0d\x18\x27\xbd\xec\xae\xa1\x8c\x4f\x19\xec\xa9\x30\x11\x61\x21\x8a\x01\xcd\x70\x4f\x7e\x47\x86\x51\x81\x6a\x0f\xb1\x49\xa6\xbd\xea\xd5\x54\x77\x3b\xc2\x36\xb1\x43\xa6\x3d\xbc\x81\x89\x36\x40\xd8\x96\xfb\x16\x9e\x0d\x03\x28\xf0\x71\x91\xa0\x1c\x7b\x83\x60\xd8\x54\x57\x50\x18\xbf\x4c\x19\xab\xa1\xc1\x1f\x69\x13\x02\xa9\xcf\xa1\x62\x1c\x73\xdf\xc6\xb3\x99\x40\x25\x89\x7b\x91\xb9\x8f\x2b\xbd\xee\xca\x2e\x61\xf7\x0d\xfb\x76\x5e\x30\xa4\xe8\xdb\x84\x26\x9e\x0e\x35\xde\x9b\x20\x70\x5a\xfa\x3e\x39\xf4\x50\x8d\x03\x2b\x12\xf1\xa4\x2d\xac\x9b\x5b\xf9\x51\xf6\xde\x21\xff\xd4\x46\x6a\xc5\x8c\x4a\x71\x8e\x76\x78\xcc\x55\xd3\x46\x6a\xc5\xca\xb9\x73\x39\xbe\x89\x89\xb5\xda\xb8\xab\x98\x80\x8a\x1b\xe3\x6b\xd3\xc0\xd0\x13\x80\x34\xe7\x83\x7d\xac\x50\xed\x91\x90\xb4\x98\x68\x73\xb7\x2d\x62\x82\x0e\x7c\x29\xa5\xc3\xbf\x34\x5f\x55\xa6\xd2\xaf\xc8\xff\xb4\x3d\x02\xa6\x99\x83\xa2\xdc\x4d\x9e\x28\x1c\xe7\xed\x12\xf4\xdd\xb2\xdc\x49\x8b\xf3\xe5\xcc\xd3\xd7\x06\xc8\xc4\x41\x81\x3a\xac\x3c\x64\x5e\x2c\x45\xdf\x2f\x87\x18\x54\xe2\x87\x27\x08\x0b\x60\x61\xc3\x2c\xb8\x37\x12\x6c\x68\xe3\xe1\x9c\xa6\xe5\x1d\x0b\xdc\x36\xd0\x7a\x66\x09\xe3\xb6\x06\x6d\xec\xa3\x59\x0b\x4a\x72\xb9\xf4\xd7\x46\x38\x8e\x6d\xf0\xa3\xd1\x27\x64\x16\x9b\x4a\xaf\xc6\xbd\x68\xda\x50\x86\xd8\x81\xc8\x9d\xb8\xb8\xba\x28\xe1\x05\x69\x03\x13\x62\x03\x02\x78\x4d\x6a\x64\x35\x09\x2a\x01\x7d\xd3\x6c\x04\x6c\xa3\xf6\xd6\x8a\xb5\xe8\x71\x79\xd7\x7c\xe2\xc6\x58\x91\xfb\x8a\x35\x0d\xb2\xd4\x6d\xf3\x5c\x34\xc8\x42\x22\xe8\xb5\xea\xa6\x8a\x49\x28\xac\x24\xd2\x0c\xfe\x25\xf1\x5a\xab\x1b\x37\x1a\x8f\x01\x51\xe2\xc2\xfd\xd2\x93\x92\x1c\x6e\xb6\x81\x2b\x81\x86\xa9\xf3\x9d\x0a\xbc\x6e\x26\x21\xf9\x69\xd0\x58\x69\xe3\x04\xc9\x98\x1c\x89\x7f\x64\x66\x2f\x03\xcb\x98\x19\xe6\x55\xc4\x46\x9b\x90\x12\xc5\x28\xe0\x8d\x15\xbc\xd4\xda\xb8\xdd\xbb\x68\xd0\x2e\x1b\x85\xd9\x1d\x96\xda\xb6\x97\x3f\x82\x0f\x13\x98\x86\xa1\x73\x0a\x6d\x7b\x8c\x5d\x98\x02\x01\x0e\x06\x9d\xdc\x20\x39\xc1\x23\xd8\x17\x29\xb2\xb4\xe7\xab\x57\xbe\xb8\x3f\x29\x73\x88\x81\x2c\x2d\xe6\xda\x50\x8f\xd3\x6e\xc1\x85\xda\x3c\x0f\xd4\xac\x7a\x9e\x8e\xd4\x37\xc8\x70\x0b\xef\xf1\x64\xf8\x6a\x93\xad\xec\x10\x1a\x6c\x18\x66\x88\xaa\xc4\x00\x2b\x5b\x04\x54\x86\x83\x69\xb2\x19\x6a\xa3\xf6\x95\x4d\x72\x8c\x45\x2e\xdc\x32\x74\x5e\x4d\xab\xae\x01\xae\x3f\xba\xe1\x36\x6d\x9b\xf4\x4d\xe2\x3e\x49\x80\xf1\x1a\xf1\x03\xea\x3f\x22\xc4\x80\x9c\x9c\xec\x6a\xa5\xef\x12\x08\x55\x8d\xe3\x8e\x2f\x38\x78\x76\x65\x9b\x3c\x25\x30\x88\x86\x8d\xa9\x5e\xcd\x62\x0f\xe7\xd9\xb5\xe6\x94\x25\x16\x33\x07\x52\x2e\xac\xc2\x85\x19\xeb\x49\x10\xb4\x47\xea\x4e\x45\x46\xbb\x80\x02\x74\x13\x05\xba\x53\xdf\x2a\xee\x49\x80\x6a\x8a\x4d\x12\xbd\x7d\xd4\x89\x01\x9d\xc9\xb9\x5f\xa6\xcc\x47\xe9\x7b\xe5\xd0\x54\x34\x72\x81\xd5\x20\xd8\x98\x16\x36\x0b\x38\x2d\xcf\x11\x04\xc3\xf6\xa2\xea\x0e\xf0\x67\x25\xee\xbe\xca\x9d\xbe\x8d\x0c\xd0\xab\xdb\x15\x3c\x22\x8f\xd6\xb2\x63\x4c\xff\x79\xa1\x73\x6b\x9d\xc3\x3d\xd3\x0c\x13\xfe\x55\x52\xba\xb4\xb2\x65\x3e\x60\x19\x4c\x49\x60\xf9\x80\xa5\x95\x4d\x73\xb0\x38\x0c\x7b\x39\x96\xc3\x14\x69\x6d\xd3\x6c\x84\x8d\x36\xb0\x51\xc0\x81\x0a\xdd\x23\xe2\x2f\x8b\x13\x0f\x08\x19\x05\xce\x48\x9f\x4d\xdd\x36\xee\x10\xc4\xbd\x35\xd1\xc5\x54\x79\x0a\x9b\x49\xdc\xc8\x9b\xbb\xeb\x4d\x7d\x4c\x9b\xa7\xb0\xd9\x85\xc8\xf5\xad\x95\x7a\xa4\x69\x1a\xaa\x0b\x8a\xcb\x4f\x6b\x27\x57\x2b\xe3\xc9\x0b\x5f\xc9\x3d\x09\x3c\x5f\x68\x4e\x58\xcc\x77\xae\x81\x55\x73\x2e\x17\xe9\x0a\xcb\x49\x27\xb1\x6b\x4d\x3d\x74\xe4\x52\x74\x0a\x64\xba\x39\x41\x86\xaa\x9b\x92\x25\x37\x17\x29\xcd\x0a\x41\x16\x03\xe5\xf8\x08\x9f\xd2\x94\xda\x5c\x61\x70\x0b\x9d\x2d\x66\x27\xd9\x4d\x34\xab\xb5\x59\xb5\xdc\x24\x39\x83\x1b\xd8\x44\x03\x5e\x0a\x27\xca\x54\xd4\x35\xf0\xa5\x8c\x15\x6d\xa9\x3c\x88\xcd\x0c\xc7\x6d\xa7\x6a\xf6\xcf\xf4\x2c\x1c\x5d\x9d\x39\x15\xf7\x83\xe5\x3e\x0b\xe2\x4d\x7d\xa3\xc0\xc2\x6b\x02\x92\x5a\x5e\x40\x7a\xd4\x9d\xf2\x1c\x64\x84\x31\x6f\x06\x41\x0d\xa2\x6f\x95\x03\x41\x29\xf7\x95\x2b\xcb\xdd\x21\x76\xeb\x2e\xd0\xa7\x96\x39\x38\x7b\x40\x4f\xb7\xee\x08\xcd\xcd\x88\xea\xe5\xf6\x10\x75\xe1\x48\x2a\x83\xc7\xc6\x78\x01\xb6\x51\x77\x2a\x4c\x9d\x24\x09\x4a\x3d\x08\x6e\x4c\x7d\xa7\xb8\xed\xa9\xe3\x16\xf0\xa6\x2c\x36\x64\xd8\x3d\x8b\x03\xf3\xad\xd0\xab\xd2\x77\xc8\xef\x16\x81\xc8\x0c\xc2\xb1\x05\xf5\x64\x7e\x65\xa3\xa2\xe7\x98\x2a\x75\x9b\x42\xbb\x8b\x05\x7a\xff\x9d\x3d\x50\xc0\xd7\x34\xd0\x0d\x34\x8b\x7c\xfd\x75\xa3\x1c\x69\x42\x4f\x16\x90\x43\xac\xde\xaf\x6d\x13\x82\xfb\xd6\x83\x3a\x9c\x9f\x10\xbf\xba\x4f\xc8\x58\xa2\x36\x8c\x42\x3a\x4b\xc4\xec\xbb\x77\xba\x30\xe6\x9c\xa3\x1b\xbe\xaf\x30\xef\x96\xe1\x39\x82\xc7\x8d\xfb\x5c\x5f\x62\xde\x4c\x19\xa6\x37\xcd\x83\xff\x76\xde\x36\x4c\xdd\x2c\xef\xb9\x2c\x61\xe2\xd7\x4f\x7d\xc6\xba\x59\x3c\x71\xb4\xec\xed\xe2\x03\x79\x58\x64\x41\xdf\x3d\x86\xf4\x0f\x7e\xa6\x8d\x47\x5e\xbc\xc3\x98\x0c\xe2\x99\x26\xb3\xc9\xef\xfa\xe4\x7b\xa5\x40\xb8\x99\xe4\x38\xa3\xcc\xe1\x9a\xf1\xea\x2a\x8f\x61\xa7\x48\x2d\xbb\x76\xf0\xab\x4b\xed\x96\xbb\xb2\x6f\xe3\x73\x1b\x76\x3d\x12\xa8\xa9\x9b\x92\x58\x6c\xb6\x01\x45\x2f\x9b\x34\x75\x5c\x4b\x61\x99\xaa\x7a\xa7\x3d\x8a\x65\x36\x45\x70\x77\xb5\xd1\xd2\x86\x75\x20\x83\x45\x0d\x1d\xfd\x83\x80\xe9\xaa\xce\x46\xf2\x5c\x0e\xe6\x40\x12\x6b\xdc\x02\x37\xd6\xce\x03\x40\xe1\x5f\x00\xbc\x27\x77\xcd\x9a\xe5\xf8\x08\x93\xd3\x70\xfd\x18\xa7\x91\xc4\xc8\xd4\x1d\xe3\x34\xd5\x55\x3b\x8b\x08\xb9\xdc\xa3\xee\x1a\x24\x00\xb2\x02\x78\x34\x52\x5e\xe0\xa3\x9a\xb9\x3d\x7e\x4a\xd7\x7b\xa6\xec\x31\x6b\xbb\x64\xb8\x2c\x00\xb5\x5a\x41\xf0\x3f\xa9\xfb\x34\xba\x0c\x79\xaa\xbd\xb2\x82\xff\x49\xdf\x28\xa6\x60\x84\xe4\x5c\x14\x61\x59\x75\xa7\x3c\x12\x8c\x0e\xb8\x34\x9b\x05\x0f\x97\xbe\x55\xec\x4c\x86\x40\xb9\x52\xeb\xa1\xb2\xed\xca\x56\x55\x1a\x3f\x88\xdd\x7b\x81\xf2\x54\xf7\x2a\x66\xa8\x6c\xa0\x86\x3c\x7b\xba\x76\x6d\xaf\x02\x3b\x0a\xe8\x5b\x93\x45\xe9\xa6\xba\x59\x8c\x1a\x42\xef\x6c\x82\x9b\xf4\x6e\x62\xb3\x59\xf0\x92\x1c\x2c\x0e\x4b\x69\xfc\x25\xd6\xa5\x99\xc9\x8b\x62\x55\x62\xa5\x90\x09\xb4\x85\x75\x58\xee\x75\x51\x50\xe5\x35\x6f\x2f\xa3\x6f\x96\x65\x94\x91\xa7\xb0\x94\x33\xa2\xe6\x4e\xdd\xad\x4a\xb4\x4a\xd8\x35\xa2\x45\xe9\x63\xa6\xcd\x0c\x8b\x08\x28\x96\xae\x42\x04\x53\xab\x14\xc7\xeb\x6d\x11\x9e\x35\x51\xb8\xa2\x0b\x9b\x65\x51\xb6\x4e\xd8\x64\x42\x5a\x74\x64\xa8\xcd\x47\x79\x0e\xc3\x7b\x94\x83\xe4\xa6\x26\x49\x9b\x62\xb8\xf3\xfe\x00\x9d\x12\x71\x7c\xd3\xca\x66\x79\xde\x2c\xcb\xfc\x34\x1e\x4e\x55\x5a\xd9\x2d\xef\x76\xce\x3e\x19\x8c\xa9\x4f\x1d\x36\x6b\xf7\x1c\x34\xa2\x13\x26\x92\xa6\x0b\xee\x11\xa2\xab\xb6\xe6\xca\x65\xf7\x41\xf5\xa3\x18\x0d\x11\x50\x03\xea\x6b\x30\x68\x65\xb7\x3c\xf7\x44\xf0\xc8\x00\x5b\xe0\x16\x9b\xc7\xb0\xd3\xa4\x86\xf3\x85\x44\x3a\x23\xbd\x56\x75\xb7\x1c\x43\x0a\x9c\xe5\x6e\x92\x92\x8a\x53\x77\xac\x13\xbc\x56\xc3\x99\xd3\x24\xd1\x4c\x8b\x2e\x65\x26\x74\x4d\x62\xe6\xf0\x18\x17\x0a\x62\x76\x5e\x5e\x66\x76\x9b\x4c\x4e\xa2\xb5\x4b\x15\x31\x3b\xcb\xdf\x83\x1e\xde\x72\x01\x8b\x92\x3c\x94\xd7\x17\x55\x46\x81\x94\x63\xe2\x2e\x92\x62\xb7\xda\x09\x00\x22\x9a\x0c\x7b\xd6\xcd\x13\x8e\x7a\x44\xc1\x17\xac\x1b\xf5\xd4\x81\x19\x45\xe5\xd0\xde\xc2\xf1\xc8\xce\x53\x11\xc3\x00\xee\x63\xb5\x08\x65\xb7\x72\x8a\xeb\x81\xe0\x27\x05\x0d\x43\xd3\x9f\x9c\x00\x56\x30\xea\xbc\x65\xa0\xeb\xf4\x32\x94\xba\x78\x50\x61\x00\x39\x14\x93\x88\xe1\xea\xdb\x15\x4a\x2d\x2f\x33\xc0\xf4\xcf\x99\x1d\x17\xf6\x0b\xfd\xae\x5c\x00\x9e\x34\x8a\x86\x83\x0b\x1b\xe6\x40\x36\x1c\x3c\xaa\x93\xa3\xc0\xba\x2c\xad\x3e\x31\x5b\xeb\x68\x41\xa7\x41\x14\x71\xe8\x3b\x16\x19\x5d\x87\x64\x5c\x8c\x70\x4e\xec\xea\x8e\x81\xab\x7c\x03\x16\x8b\x68\xb5\x97\xb1\xdd\x32\xb4\xa3\x34\xe8\x5d\x1e\xfc\x5a\x59\xc6\xce\xda\xe6\x86\xa3\x01\xad\xbf\xad\x9a\x51\x94\x5b\x86\x52\x55\x6e\x0b\xe1\x2c\xcc\x15\x15\xa4\x3f\x73\xfe\x6a\xb6\xcb\x56\xa4\xfb\x12\x4a\x7f\x77\x5d\x86\x9a\xed\x02\xd1\x84\x5d\x86\xe9\xcf\x6c\x03\xe6\x2a\xce\xa0\xad\x9c\x77\x55\x5f\xd8\x34\x54\x74\xa3\x3a\x1d\x41\xb5\x25\x10\xfd\x6e\xf3\x6b\xf3\x48\x78\xd9\x46\xf1\x1b\xdb\x3d\xc3\xe3\xe8\x0a\xe8\xdb\x1c\x4e\xb3\x8a\xa7\xde\xb9\x81\x35\x89\x34\xf0\x4c\xbf\x08\xa8\x9e\x19\xd0\x15\xf4\x62\x51\x7d\xdd\x47\x52\xdb\xd5\x30\xd8\xd9\x02\x04\xe2\xbc\xf0\x50\xf5\x3d\xf3\x96\xb5\x38\x98\x4b\x2d\x57\xf8\xe9\x70\xe7\xba\x03\x8e\x21\x92\x14\xf6\x91\xdd\xc3\x96\xa2\x82\x01\x66\xbd\xa9\xe5\xb5\x82\x29\x4a\xff\x32\x87\x94\x49\x40\x56\xd1\x4e\xa5\x62\x6b\xdb\x86\xba\x7f\x2a\x4f\x0d\xa0\x05\xf2\x7e\x19\xfb\xba\x8b\x2d\x05\x2e\x62\x26\xb5\x5e\x64\x9f\x27\x7d\xe3\x1c\x53\xec\x39\x80\x94\x8c\x5b\x45\xa5\xee\xde\x4c\xc3\x84\xfc\xc1\x52\x47\x12\xad\x82\xb4\x8f\xa8\x26\x80\xf8\x3c\x3a\xf3\xb5\x4f\xa6\xf8\xcc\x88\x3a\x20\xfc\xcb\x86\x19\x07\xc4\xdf\x93\xc3\xd1\x27\x93\x6f\x9b\xa0\x2b\xd2\x82\x46\x01\x57\xd8\x24\xd8\x3c\x01\x09\x65\xb1\x64\x31\xde\x73\x7b\x9d\x88\xd0\x44\x98\xb7\x13\x56\x43\x07\x0e\x99\xf7\x50\xd5\x0c\x6e\x97\x5d\x5e\xae\xaf\xf9\x16\x8f\x9e\x53\x73\xdd\xaa\x2d\x38\xa0\x85\x1d\x48\x0d\x36\x45\xf8\x1c\xea\x8a\xd1\x64\xd2\x20\xe5\x4a\xfa\x28\x2f\xe0\x1b\x77\xca\x29\x1a\x40\x90\x59\x83\x95\x45\x7c\x63\x5d\xf5\x80\x04\x24\x58\x19\x36\x05\x71\x5d\x05\xde\x38\x5b\x04\xda\x09\x02\x42\x19\x10\x8c\xd1\xb0\x8a\x75\x86\xad\x84\xee\x96\xa3\x7d\xb6\xd7\xa7\x72\x19\xa0\x36\xe1\xe2\x7b\x93\x44\xdb\x4f\x6d\xdd\xa3\xa7\xc5\xfe\x28\xff\x44\x56\xda\x5a\x8a\x29\x16\xac\x90\x9e\x51\x4c\x26\x08\x8e\x05\xed\xa3\x32\xb3\x9a\x15\xa6\x62\x94\xc4\x90\xda\xca\xbd\xdf\x51\xb2\x57\xc2\xb6\x1e\x6b\x21\x57\xc2\x81\x31\xcb\x7d\xcc\x13\x6c\x48\x0d\x78\xb8\x13\x20\x71\x60\x55\xc8\x5e\x54\x91\x16\x72\xed\x54\x88\x4c\x40\x03\x86\x9a\xb8\x9e\xfe\xbe\xfd\xac\xc4\x65\x10\x00\x4b\x4d\xcd\xad\x97\x57\xef\xc0\xe9\xb7\xe1\x82\xec\x09\x93\xa0\x82\x08\xeb\x1c\x83\x08\xa7\x71\x8c\xb2\x08\xb5\x12\x78\x79\x03\x2c\x68\x75\x19\x4f\xee\xbc\xa4\xcc\x57\x37\xc0\x70\xb9\x71\x60\x00\x88\x9d\xa3\x1f\xa4\x56\xe7\xbb\x0e\x7b\x7b\x03\xbf\x96\x79\xa9\x5b\x55\x39\x1f\x8f\x16\x2e\x00\xb4\x44\x85\xd1\x5d\x0e\x0f\xe8\x28\x6d\x22\xf3\xde\xf6\x31\x2e\x39\x9e\x8b\x22\x1d\x3a\x64\x31\x29\xab\xaa\xc1\x77\xba\x8d\x48\xe7\x2c\x97\x89\xf9\x2e\x87\x61\x3b\xdd\xcc\x7c\x22\x03\xfd\x40\x6f\x69\x36\x2b\x48\x6c\x00\x79\x7a\x01\x6c\x9f\x8f\x68\xc6\xe3\x65\x31\xa0\xe2\xd8\x18\x38\xc9\x4b\x4e\xe5\xb0\xf3\x2d\x2d\x7a\x26\x6f\x5c\x93\x56\x51\x57\xcd\xba\x8d\x99\x0c\xad\x30\xcb\x96\x56\x11\xa6\x1e\x0a\xa3\x6a\x9f\xe3\xc9\xf4\x85\x23\x15\x51\x5f\x81\x28\xea\x40\xd5\xa5\x7b\x3a\x0f\xa3\xcf\xc7\x25\x3f\x61\x29\xeb\xbe\xd3\x6e\xb6\x4c\xb7\x76\xc3\x36\xc2\x82\x51\x35\x69\x37\x2a\xbd\x42\x25\xc7\x46\xf2\xb5\xa8\x1f\x95\x58\xe1\x58\xae\x5e\x89\xf0\xdd\x75\x18\xc0\x74\x0a\x3d\xf7\xed\x82\xda\x4d\xc2\x82\x53\x17\xef\x18\xdd\x17\x18\x41\x90\xa1\x7a\xf4\x28\x12\xff\x1b\x68\x5b\x0c\x37\x6d\x40\x33\xe8\xa5\xfc\xf9\x4e\xc3\x19\xd0\xc8\xe0\xe9\x9c\x1c\xbf\xe5\x1d\x70\x40\x5e\x12\x29\x2f\x2b\xeb\x61\x39\x15\xbe\xd3\x71\x96\xfb\x9a\x56\xed\x1b\x15\xc6\xcf\xee\x58\xc6\x32\xc7\x1d\xb0\x85\xbd\x18\x9d\x1e\x86\x6a\xed\x53\x47\x62\xc7\x73\x34\x03\xce\xaa\x7a\xae\x46\x9f\xf9\x74\x2a\x1a\xb1\xde\xfb\xc8\x1a\x11\x45\x9e\x66\x8e\x96\xee\xae\xe3\x80\xa8\x33\x02\x18\x0e\xb6\x59\xdf\x4c\xd2\xb7\x9a\x6e\x40\xfd\x21\x65\xb8\x3d\x42\x0b\x62\xdd\xbe\x3d\x64\x16\xf4\x7a\xe3\x49\x1e\xf5\x45\x6f\xc6\xf9\x56\xd7\x11\x3a\x07\x65\x40\x66\x00\x55\x96\xfa\x3e\xf3\x1a\x40\x9c\xb9\xc9\xa8\xd7\xf3\x42\x17\xa9\xab\xae\x40\x58\x80\xbd\x8c\x41\xda\x4b\x1d\x5a\xff\x01\x9f\xcd\xc0\xdd\xe5\x50\xbb\x5d\x59\xb7\x2b\x60\xdc\xa6\xf6\x1b\x95\x3f\xc9\xae\xae\x1b\xad\x0d\x3c\xba\x9a\x48\x4f\x77\x61\x11\xb5\x61\x0e\x85\xab\xb4\x56\x6c\xcd\x0c\xee\x01\x1e\xc1\x6a\x07\xd3\x44\x5f\x2e\xff\x23\x80\xd4\x12\xf5\xac\x28\x24\xf3\x6b\x8b\xa6\xc6\xd9\xe3\x8f\xd3\xab\x30\x88\xfc\xee\x42\x46\x2d\xa1\x87\x7e\x62\x8e\x4b\x81\x80\x55\xbf\x29\x32\x8a\x15\xfe\xc4\x86\x9d\xf5\xa5\x37\x67\x80\xa7\x1a\x39\x2e\x6f\xe2\xae\x66\x4d\x3f\xaf\xbc\x92\x04\x6f\x30\x83\xfd\x39\x43\x67\xab\x89\xd1\x9d\x9a\x0b\x03\xe7\xb4\xd1\xc2\x58\x09\x03\xfb\x56\xcb\x0d\x40\xa0\x18\x6e\xbe\x10\x7b\x94\x90\x6f\xb5\x1c\xa2\xe6\x65\x02\x40\xc7\xe5\x2e\xc1\xbb\x1b\x15\xb8\x3c\x07\x4c\x17\x0c\x91\xd1\xbf\x6a\x77\x1c\xe9\xed\x61\x7e\x5c\x4a\xc1\x96\xc5\x1c\xe7\x4e\xcb\x71\x11\x1e\x18\xaa\xb3\x74\x6d\xf5\x1f\x34\x99\x2c\xf2\xc4\x9c\x1a\xdc\xe8\x7c\xbe\x07\xf2\xb7\x22\x43\xfd\x50\xd0\x0c\x5b\x4a\xcf\x59\xd6\x73\xcf\x9d\x6a\x90\x95\x61\xc0\xbc\x18\xd1\x8c\xe7\xbc\x87\x07\x33\xa8\x9b\x17\x5c\xea\x47\xc0\x82\x74\x14\x94\x4d\x36\xce\x63\xd3\xfa\x7e\x39\x04\x5c\x99\xb3\xdd\x5a\x51\x2c\xa7\x2e\x7a\x4a\xd1\x33\x69\x6c\x5c\x6c\xad\xb2\x53\xd5\x08\x95\xc3\x66\x34\x22\xa8\xa9\xdf\x62\x30\xe6\xe3\xcc\xdb\x24\xe2\x93\xea\xba\x1d\xd7\xff\x20\x16\x88\x68\xc3\x52\x52\x6d\x77\xac\x02\xb7\x31\x02\xd5\x58\xec\xca\xf1\xba\x65\x44\x66\x3b\xa7\x1f\xc9\xa2\x54\x4e\x57\xc1\xa5\x36\x1c\xa2\xc6\x0a\x32\xe1\xa5\xaf\xdc\x73\x87\xa8\x9a\xe9\xf3\x4b\x19\xb2\x9d\xa6\x1b\x00\x72\x0a\x78\x73\x06\xa5\xa6\x20\xb5\x9a\x8e\x2f\x63\xa2\x6e\x67\xa5\x83\x51\xa6\x56\xf9\xa2\x0b\x52\xa9\xb5\xfe\x0a\x22\xb2\x99\x02\x38\xd8\x78\x67\x29\x97\x6c\x34\xaa\xc2\x66\x21\x91\xdb\x81\x21\x31\x91\x45\xd3\x00\x1d\x08\x82\xfc\xae\x47\xb2\x56\x94\x12\x2c\x2c\x9c\x73\x82\x2c\x95\x01\x02\x54\xb3\x5d\x3b\xed\x8b\x1a\x34\xf4\x02\x65\xfe\x62\x3d\x75\xb5\xbb\x50\x89\x83\x6a\x19\xf4\xb6\x0a\xba\x3f\x75\x1a\xbb\x36\x0d\x47\x72\xdf\x2d\xa7\xae\x76\x0a\x0e\x6d\xcd\xa6\xf6\x37\x45\xf3\x56\x93\xa6\xe0\x6c\x35\x53\x6c\x5f\xf1\x26\xef\xba\x9b\x32\x57\x11\xbc\x33\x8b\xdc\x6c\xf5\x92\x80\x89\x8e\x88\x07\x08\x2b\xd6\xc5\xe2\xda\x09\x66\x3a\xb8\xb9\x16\x95\x2c\xe4\xa1\x66\x67\x0b\x80\x0c\x33\xec\x5a\x2f\xc9\xa1\xcd\x14\x50\xf7\x50\xd5\x63\xa2\x7f\x1b\xba\x88\x5c\xbf\x8e\xcc\xc8\xe4\xe8\x6a\xb0\x6a\x29\x47\x52\xe7\xb8\xa9\x5b\x98\x83\x3f\xa7\xd5\x5c\xc9\xb5\x24\x7e\xab\x09\x75\x19\x80\x74\xd3\x53\x24\x3b\x4d\x67\x80\x1b\x20\xfe\xd6\xa0\x16\x1e\xb7\x73\x50\xd6\xe3\x0d\xc5\x12\xac\x6c\x04\xbb\xb4\x14\x5f\x3d\x0b\x5f\x5b\xab\x2c\xa5\x3b\x76\x4a\x9b\x1b\xec\x66\x36\xb7\xc3\x62\xb6\x63\x67\x93\x1b\x82\xe3\x7b\xae\x0d\x8b\x8b\xd9\x8e\x9d\x05\x31\x2e\xc5\x00\xb6\x58\x1b\x61\xfb\xd5\xe5\x5b\x24\xa2\x9c\x45\x3e\xaa\x28\x88\x80\xf6\xbb\x3c\x97\x83\xe1\x72\x39\x07\x30\xb3\x9e\xb9\xd8\xad\x90\x0c\x35\x8b\xad\xb3\x19\xd0\x1c\x3d\x73\xb1\x53\xde\xb5\x6d\x62\xc4\x9d\x56\x52\xfc\xed\x6a\xc0\xb2\x0f\x10\xb8\x09\x6a\x93\xd1\x76\x0a\xf0\xe9\x06\xd8\xc5\xa2\xa9\xbd\xf6\xc3\xa0\xbc\x36\x1e\xad\x03\x4c\xa9\x54\x7d\x6b\x3b\xc0\xed\x6e\x36\x1e\x69\x6b\x13\x2a\x4d\xff\xda\x16\x58\xc6\x45\xf0\x73\x6c\xa6\xf4\xed\xea\x1e\x38\xce\x46\x22\xdc\x15\xa4\x8e\x5d\xd8\x05\x93\xa7\xfa\xdd\x81\x30\xd7\x6d\x6b\x47\xd6\x79\x7c\x03\x7c\xa5\xd4\x1c\xe8\xa9\x28\x49\xcf\x41\xf0\x70\x8f\x4e\xfc\x28\xca\xad\x21\x7f\xf1\xf3\x72\x38\xe3\x1a\x3c\xb7\xf9\x50\x80\xd9\x62\xbc\xf3\xe4\xe9\xb3\xec\x37\x2a\x2e\x5b\x4c\xb0\xb1\x12\xd5\x21\xba\x2e\x22\xfe\xda\x72\x87\xda\x15\x37\xa2\x4a\xc4\xf7\xae\xab\x5c\x41\x60\x30\x87\x45\xf0\x29\xf4\x36\x9d\x1c\x8f\x2c\xbd\x19\x10\xe5\xca\xe8\xbd\xa8\xa5\x20\xea\x92\x6d\xa5\xe6\x36\x00\x04\x38\xc5\xa4\x93\x6b\xf6\xc8\x1e\xe3\xcc\x6e\xa2\x20\x5f\xd3\x97\x10\x91\x06\xcf\xcc\xa1\x37\xf7\x43\xd5\x45\x1b\x6e\x98\x82\x53\x61\xb8\x32\xdd\x2f\x2f\x9b\xeb\x09\xc3\x14\x8d\xb6\x7d\x90\x4e\x2e\x02\x71\x7b\x04\x9a\xc0\x45\xe1\x97\x32\x10\x71\xba\xde\x99\xcb\x1d\x13\xd3\xc2\x15\x3d\x03\x51\x3f\xaa\xde\x84\xc0\x56\x9a\x2c\xa5\xd1\x56\xee\x3c\x78\xab\x98\x9c\xa5\x61\x88\x52\x57\xce\x94\x20\x7c\x42\xac\x11\x5c\x09\xea\xd2\x11\x6f\xa9\xf1\x39\x3b\x08\xad\xab\x2e\xdd\x20\xe9\x87\x76\x62\x3b\xc2\x0b\x2d\x01\xb1\xfb\xac\xc2\x1d\xc8\xd1\x70\x3a\x23\x86\xad\x26\x20\xe2\xa4\x72\x07\x0e\x32\x0e\xdc\xef\xdc\x29\xd0\xdc\x76\x31\x15\x1f\x44\x34\xf0\x36\x4b\x36\x1e\x6d\x03\x0c\xf8\x95\xc1\x46\xd2\x95\xad\xea\x1b\x80\x56\x9a\xa6\x82\x9e\x04\x6b\x8e\x58\x51\xbd\xe8\x8e\x4f\x09\x3a\x41\x28\x2d\x68\xe5\xf8\xd1\x15\xa3\xba\x42\x44\xe7\x86\x8e\x96\xc0\xb6\x8a\xcd\x80\x79\x8a\x08\x36\xe7\x50\xa7\xa4\x8d\xe7\x8e\x50\x16\xb4\x73\x76\x8e\xfa\x6d\x11\x18\x93\x62\x23\x0e\x55\xc3\x9e\xf4\xd0\xb9\xab\xb6\x53\xcc\x88\x13\x1b\xa2\x61\x98\x8f\xd7\x17\x8c\xb2\x37\xca\x78\xee\x0d\xb0\x78\xd5\x04\x44\x5d\x41\x21\x4b\x31\x57\x04\x9d\xed\xa9\x63\x9a\x09\x68\xa9\x61\x2d\x87\x8f\x1a\x06\x1c\x75\xd1\xbe\xd2\xcd\x70\x92\x63\x1e\xce\x5a\x58\x44\xe6\xa2\xbf\x01\x5a\xbd\x47\xab\xd8\x56\x3f\x17\xb0\x1c\x25\x74\x3b\x1f\x7a\xeb\xcd\xb6\xaa\xcd\x21\x98\x01\x3a\x25\xd3\x83\x39\x6d\x7b\x8d\xc8\x00\x03\x37\xef\x26\x0a\xa4\xce\xc2\xc2\x59\xb5\x0d\x50\x54\x51\x74\x86\x53\x3f\x2a\xb1\xe1\x9a\x51\xfb\x8d\x8b\xb1\x90\x7e\xd8\x9d\x41\xc4\x2f\xb9\x5e\xdc\x70\x9f\x5f\x35\xfd\xb0\x53\x23\x64\xb6\x78\x2e\x46\xf4\x30\xdd\xd5\xf4\x43\x5d\x0b\x40\x96\x19\x26\x82\xf1\x42\x4b\xeb\xcb\x37\x68\x44\x6d\x07\x06\x1f\xf9\xda\x5b\x77\x65\x03\x06\xae\x74\x4b\x13\x41\x4f\x08\x8b\xd9\x87\xfa\x69\x09\x75\x43\xa3\xbb\xce\x6d\x3f\xb5\xb8\x5c\x77\x28\xab\x11\x36\xb0\xaf\xef\x15\xd3\xcd\xb6\x2a\x8e\x71\x64\x91\xe7\x18\xcd\x74\x6b\x26\xd1\x69\xdc\x2b\x40\xab\x98\x82\x83\x33\xdf\x03\x2f\x75\x1c\x63\xc5\x51\x30\x6a\xe2\x3c\xad\x69\xb5\x09\x3e\x51\x5c\xd6\x81\x88\x9c\x1b\x91\x8a\x81\xcd\x78\x24\x4f\x8c\x45\x87\x19\x33\x77\x73\xbb\x68\x19\x1f\x31\x0a\xb0\xa2\x76\xb1\x20\x56\x21\x97\xec\x3b\x35\x17\x2a\xce\x6a\x8f\x1b\x9a\xa9\xe0\x97\x49\x4d\x73\xda\x70\x14\xa0\x31\xc8\xcf\xe8\x29\xe5\x49\x45\x58\x98\xb6\x8e\x9c\x02\xd7\x93\x64\xf9\x56\xd1\x39\xf2\x55\x63\x6e\xcb\xb8\xf4\x35\x83\x60\x87\xf9\xd9\xbc\xc8\x9e\x2c\x2c\xda\xc3\xdd\x82\xb1\xcb\xc5\x68\x7e\x65\xd1\xc8\xe5\x90\xc5\x43\x3d\x28\x72\x8f\x20\xf1\xad\x96\xb3\x00\xfd\x58\xfa\x05\x45\xc9\x35\x8b\x40\xbb\x28\x54\xbb\x59\x28\x77\x35\x86\xb3\xd3\x71\xc4\x82\xcb\x65\x43\x83\x30\x29\x17\x56\x4d\x55\xaf\x64\xdb\x03\xf3\xdb\x5b\x6f\xbe\x55\xbc\x99\x8b\x7d\x98\xb4\x24\xf4\xd6\x5b\x33\xc5\x31\x95\x24\xc7\x30\xbd\xf0\x81\xd5\x95\x73\xc7\xf0\x4d\xac\x45\x14\xb6\xc7\x8f\xf8\x56\xc1\x45\xf2\xc6\xc8\xb0\x4a\x6b\x05\x59\x33\xfd\x06\x7a\x9e\x00\xc2\x16\xdf\x77\x6b\xec\xbe\xaa\x70\xa9\x70\xed\x13\xad\x31\x43\xfa\x56\xbd\xa1\x96\x3b\xa0\x4a\x0a\xfd\xcb\x96\xd2\x0e\xbb\xd5\x10\x95\xa6\xa9\xa9\x7c\x27\xbd\x4c\x75\x0b\x0c\xe7\xc9\x6b\x39\x9b\xaf\x24\x48\xab\xbb\x10\xb8\xa6\xd0\xf1\x1c\xd3\xe6\x56\x93\x54\x6f\xc0\x93\x6e\x00\x1b\x93\x59\x01\xab\x4d\xf0\xc8\x82\x20\xd2\x6d\x85\xfa\xf4\xea\x78\x14\xee\x99\x81\x1c\x29\x2b\x60\x27\x49\x9b\xe0\x40\x1f\x6a\x51\x78\x60\x87\x79\x21\x73\xb3\x5f\x3b\xfd\x16\x53\x25\x7d\x1e\x0f\x40\xec\x72\xab\xa9\x55\xd1\x06\x8e\xa3\x45\xef\x1f\xa5\xb4\x35\xb5\x4a\xba\x94\x5a\x16\x49\xf6\x78\x9f\x5b\x6d\x96\x41\x11\xd1\xbd\x58\x3b\x3c\xd9\xde\x45\x6d\x26\x0c\xb8\xba\x03\xda\x6a\xcb\x7a\xdb\x85\x85\xfb\xca\x5d\x4d\x74\x29\x4e\x50\x58\x2f\x2d\x83\x69\x8c\xe8\xb3\x54\x2f\x35\xb5\x9a\x9a\x21\x21\x06\x05\x2d\xa5\x87\x92\x34\x33\xc0\xfa\x04\x96\x00\x13\xa0\x1d\xd4\xb4\xc3\xee\x4a\x65\x6e\xa5\x84\x16\xbf\x46\xe9\x9f\x95\x5a\x3d\x47\x36\x7e\x64\xaa\xd9\x1e\x49\x92\x5a\xd5\x4b\x80\x4e\x56\x2b\x8d\x5b\xab\x2f\xbc\x22\x1c\x81\x5a\xe1\xee\x81\x6a\xd6\x61\xe6\x6e\x97\xa9\x86\x49\x25\x4a\x4e\xad\x5a\x20\x68\x3e\xde\xf3\x86\x5a\x49\x9b\x60\x12\x12\xf6\xc4\xd9\xb5\x37\xd4\x5a\xf4\xe5\x75\x73\x97\x9d\x8d\x03\x03\xa0\x95\x5c\x76\xea\xba\x6d\x64\xe6\x51\xd4\x7b\x0d\xb2\x46\x55\x5f\x78\xe5\x23\x36\xfc\x86\xaa\xd8\xdf\xd4\x6a\xb7\x81\x73\xd1\x50\x72\x4e\x53\x6e\xa9\x55\x6e\xd4\x4c\x05\x00\xc6\x80\x64\xf4\x7c\xf1\x75\xda\xce\x5f\xcb\x30\xac\x47\xdb\x2d\x98\x39\x21\x8f\xd5\x67\x80\xb6\x13\xb5\xb6\x3e\x2a\x2e\x6a\x3b\x01\x28\x64\x83\x66\xcd\x9e\x19\x2c\xc5\xc7\x37\x33\x98\x7a\xc4\x7a\xba\x82\xce\xce\xc3\x75\xed\xf2\x77\x22\x09\x61\x72\x92\x6c\x40\xea\x4f\x4d\x39\xec\xb4\x34\xe3\x79\x07\x34\xfc\x2c\xcb\x19\x87\x9d\x6e\x40\x6a\x7c\xaa\x54\xed\x55\x5c\xbb\x14\xc0\x55\x19\x4f\xe1\x11\xd7\xd4\x33\x0e\x33\x57\x87\x9b\x33\x80\xb6\x7d\x9e\x3c\x59\x5a\x3d\xea\x64\x1c\x18\x34\xec\x20\xda\x16\xea\x4b\xa9\xd9\x7d\x18\x7f\x2e\x89\xd0\x9a\xbe\x7c\x97\x71\xaa\x72\x2d\x7d\xf0\xcb\xf5\x15\x3b\x45\x67\x90\xfb\x73\x88\xa7\xa6\xbc\x98\x72\xd8\xa9\x3a\x2a\xfd\xb1\x78\x47\x0c\xe8\xba\x16\x52\x0e\x3b\x5d\x17\x4c\x7d\x74\x88\x24\x7d\xb1\xc0\x62\xa7\xed\x9c\x63\x0c\x2d\x5a\xea\x2b\x7e\x6b\x7f\x2c\x2b\x33\x3c\x47\xc1\x6c\x5f\x53\xd8\x7e\x59\x9e\x53\xee\x8c\x8f\x83\xef\x01\x25\xed\x1c\x62\x8d\xd9\x03\xa4\xd6\x70\xed\xcf\x42\xca\x61\xa6\xf5\x06\x1a\x0c\xee\xea\xbc\x9c\x72\xd8\xa9\x3d\xc7\xfd\xab\x19\xf3\x50\x56\x28\xbf\x67\x66\x44\xdc\x25\x6a\x8c\x95\x0e\xf2\xc2\x16\x70\x75\x9d\x45\xd6\x25\xd7\x4e\x47\x6b\x5b\x50\x55\x9f\x41\x7d\x8e\x87\xab\xb1\x94\x71\xd8\xe9\x3e\xcf\xcc\x96\x54\x81\xed\x75\x72\xed\xcc\xd2\x44\x02\x1c\xff\x52\x21\x4b\x62\x1d\x62\xb8\x05\x92\xba\xd4\x28\x92\xef\x94\x98\x1c\x8e\x7e\x72\x66\xe2\xa8\x36\x3d\xd4\x57\x4c\x30\x19\x5f\x8d\x1e\x28\x9b\x41\xf8\x3e\xda\xe7\xe3\x40\x6d\x00\xc8\xdb\x64\x41\xc2\xa1\x2e\x20\x70\x33\xa8\x5c\x76\xc8\x52\x2d\x32\x9e\x27\x11\x50\x6b\x77\xee\x69\x91\x85\x7b\xa8\x2f\x81\x9b\x52\x30\x61\x52\x54\x08\xa3\xda\x2f\xca\xec\x54\x0c\xec\x2d\xb9\xb4\x10\xe5\xce\xd3\xb1\xcc\x60\xbf\xf3\x1c\xd5\x89\x3d\x6c\x41\x7e\x14\x8e\x6c\xe2\xc0\x91\x53\x6f\x93\x9c\xc1\x84\x6d\x81\xf1\x27\xa6\xd6\xd7\x2f\x2f\x04\x64\x0d\xb5\x09\x2c\xf5\x07\x55\x50\x08\xed\x77\xd1\xc3\xcb\x00\x54\x53\x24\x2e\x54\x5d\x4a\xad\xce\xcd\x4c\x8d\x91\x35\xbe\x79\x39\x05\xdd\xb6\x0a\xd3\xaf\x84\x39\x0a\x53\x7c\x5b\x9e\xd4\xa2\x45\x19\xc3\x00\xd4\xa6\x5d\x0a\xcd\xe4\x49\xbf\x15\xc3\xf0\x91\xbd\x3c\x2f\x9c\x4d\xea\x70\x64\x6b\x0d\xfc\x10\xa6\xb0\x94\xdf\xef\xbb\x6b\x01\x2b\x36\x13\x15\x7b\xec\xaa\x0d\x7d\x7b\x4d\x99\x8c\xd4\x23\xe2\xd0\x9b\xe2\xcd\x04\xcf\x9c\x50\x30\x6a\x62\x9f\x2f\xf2\xed\xb5\x48\xc8\x9a\x80\x9a\xdf\x2b\xe4\xda\xbe\xbd\x16\x89\x7d\x55\xfa\x68\xdf\x19\xe2\xbe\xbd\x16\x35\x64\x89\xb8\x03\x5e\x40\x35\x78\xb0\x3b\x80\x11\xa4\x87\x19\x00\x39\xd3\xf3\x7c\xfa\xf6\xf8\x51\x1f\x68\x94\x47\xc8\xf8\xc4\xc2\x32\xc0\x4c\x63\x38\x5d\xe2\xf1\x60\xaa\xc1\x83\xdd\x57\x51\xe4\xd9\x9a\xca\x58\xeb\x96\xd1\x87\xb3\xef\x62\x58\x92\x67\x32\x26\x85\x6d\xac\xfb\x32\x78\x2e\x88\xa5\x97\x96\x3f\x4d\x9d\x03\x37\x95\x3b\x72\xe6\x79\xcf\x41\xf1\x4b\xf5\x5e\xf8\xca\x2b\x6e\xf1\xf2\xf7\x7c\xd1\xa9\xbd\x17\x8e\x5e\xe2\x01\x7d\x5d\x7d\x5c\x70\xe9\x77\x17\xc3\xb2\xb6\x62\x0e\xb4\x3e\xe3\x9c\xba\x9b\x51\xe8\xfc\x16\x3c\xc5\xa6\xbb\x1a\xa9\xbd\x1a\x94\x1a\x64\x58\xbe\xec\xc1\xac\x2f\x02\xa0\xef\x01\x29\xd2\x41\x24\x78\xd5\x55\x8c\x8a\x6f\x20\x47\x90\xd6\x9e\x94\xbb\x91\xda\xbb\x91\x11\x33\x2e\x94\xef\x2a\x1d\xa3\x52\xf7\x45\x91\xa3\x44\xc3\x0e\xfb\xac\x7a\x9c\xbb\x43\x38\xeb\xc0\xe9\x05\x23\xa1\xbe\x06\x84\x4a\x80\x2d\xb7\xa2\x32\x62\x61\x0d\x8e\xa3\xcc\x03\xa8\x13\xfa\x94\x41\xf7\x45\x64\x79\x71\xfe\xdc\xe0\xb2\xea\xde\xe3\xec\xb1\x60\x95\x50\x31\x15\x4a\x72\xb3\x99\xc3\xbd\xcc\x2b\x8d\x7c\xe5\xe2\x5e\x5d\x0a\xfa\xda\x71\x07\x04\x0b\x20\xe8\x7c\x25\x75\xda\xee\x5a\x0c\x50\x38\x1c\x64\x99\x15\x40\x79\x75\x86\x05\x0b\x12\x57\xc6\x70\xcf\x0e\xf1\x29\xed\x04\x8b\x90\x55\x40\x34\x43\x8d\x75\x35\x53\xd8\x78\xb4\x6e\x82\x9a\x2e\xf6\x91\xdb\xdd\xd6\x5c\xd9\x6e\x70\xa7\x6c\x6f\x4d\xb5\x73\x5c\xc5\x7a\x0c\x6c\xd8\xf7\x8d\x19\xfa\x0f\xb3\x04\x78\xce\x88\x45\x69\xc5\x8e\xed\x14\xf4\x0d\x34\x70\x53\x50\xdc\xbf\xe0\xd9\xec\xae\x88\xe7\xbe\xc4\x0e\x24\x2e\x73\x9c\xfc\xc2\x5a\x26\x98\x88\x71\x55\x37\x2e\x39\x29\xbb\x23\x19\x90\xb1\xa5\x84\x89\x35\xcb\x3e\xca\xee\x9e\x8c\x5e\x7d\xa2\x60\x59\x90\x08\xa7\xa5\xaf\xaa\x0d\xda\x0b\x85\x97\x74\xe2\xe6\xf6\xb3\x00\xe4\x80\xf5\xc6\xe1\x89\x05\x67\x63\x77\x53\x1c\x08\xba\x98\xc5\x70\x0d\xdd\xb4\xbb\x29\x5c\xea\x80\x46\x08\xa9\xbd\x29\xcd\xec\xd8\xfe\xbf\x54\x5f\x63\x1a\x0e\x97\x29\xc0\xf4\x1e\x80\xd1\x92\x43\xda\xaf\x03\x94\x81\xe3\x83\x48\xa3\x2b\xce\xc3\xec\x07\x80\x9e\xab\xd1\x9f\xb9\x37\xa0\x7f\x92\x41\x5d\x0b\xf3\x8e\x0a\xfa\x75\xfd\x9b\x0a\x90\xd2\xd5\x36\x96\x2e\xdc\xd2\x22\x10\xef\x42\xc1\xf1\x20\xdf\x7e\xf5\xb3\x0a\x1e\x70\xee\x2b\x55\x64\x9f\x68\xfd\xbb\x6a\x65\x4e\x62\x1c\xaf\xd7\x2d\xe2\xe9\x8f\x84\x7a\xcf\x1d\x3c\xd1\xee\xe5\x6f\x27\x00\xfd\xea\x18\xc2\x5c\x7a\xda\x96\xee\xca\xc3\x05\x07\xda\xc9\x0b\x10\xfa\xd2\x2f\x24\x36\xf7\x2a\x78\x7d\xc1\xc8\x9d\x66\x00\xdd\x85\x56\xce\xcc\x0f\xad\x1b\xad\xbb\x8d\x0d\xd4\x1e\x03\xef\x81\xd2\x75\xac\x5f\x44\xe4\x12\x4c\x8b\x9e\x09\x22\xf2\xaa\x7f\x16\x48\x3d\x19\xef\xbc\xf1\xdb\x41\x7b\xa2\xda\x8b\x8e\xfe\xfd\xcc\x4f\x0f\xcc\x92\x7e\x9a\x26\xf9\xa1\x79\x5c\xad\xf9\x8a\x1d\x56\xb0\x9b\x02\x4d\x65\xd8\xe3\xcf\x7d\xf6\xb8\xfb\x27\x92\xaf\x88\xd4\x26\xc1\xcc\xb5\xf8\x13\x85\x5b\x32\x18\x9e\xb7\xf4\xde\xcc\x64\x08\x4e\x44\xba\x50\xb2\xb8\x7e\xf1\xbb\x06\xa6\x8d\x02\x37\x66\x59\x6e\x1e\x37\x5f\x09\x77\x65\xa2\x1e\x90\x52\x4f\x2f\xfe\x1c\x24\x98\x50\x78\x21\x4b\x93\x16\x35\xe9\x94\xb3\x4d\x4c\x14\xae\xab\x07\xfc\x2f\xf7\x79\x23\x46\x14\x0a\x6d\xb3\x16\x2d\x79\x79\x02\xd2\xb5\xa8\x85\xde\x78\x66\xa3\x2e\x61\x69\x42\x6d\xd2\xce\x7d\xe1\x7d\x86\x1c\xcb\xe2\x27\x71\x1d\xfe\x04\xc4\x8d\xf0\x06\xf3\xd2\x2f\xc4\x61\x22\x5e\xa6\x3d\xf6\x1e\xb0\xcc\xbc\xf4\x0b\xd1\x62\x82\x65\x07\xde\x33\xd3\x54\x5a\xfc\x05\xcf\x30\xbb\x88\x9c\xa5\xe3\x26\x64\x4a\x10\x86\x27\x70\x18\xc2\x56\x08\x76\x82\x9d\x18\x97\x26\x24\x33\x11\x75\xc3\x23\x62\xac\x6b\x58\x9c\xc0\xe5\x2c\x26\x72\x18\x30\x0a\xbf\x40\x99\xc0\xa0\x47\x03\x60\xff\xc6\x32\x4d\xb5\x5b\x9a\x90\xa7\x98\x16\x9a\x36\x44\xee\xa5\xb2\xb4\x49\x39\xd4\x9e\x2b\xbe\xcc\x32\xc0\x0a\x5a\x97\xc7\x03\x83\xb1\x61\xd6\x81\x6a\x1e\x99\xc5\xbf\x5f\x6a\xd6\x9f\x1f\xa5\x39\x43\x56\xff\xbf\xc5\xf0\xc6\xc0\x8b\x8d\x5c\x20\xb4\x34\xda\x32\x5c\x11\x89\xb4\x80\xb8\xe5\xd2\xa7\x14\x87\xb2\x41\xae\x0f\xf2\x18\xdd\xf5\x20\xac\xa3\x19\x5a\x34\x30\x6d\x37\x2c\x47\xbb\x3c\xda\x81\x3a\x97\x41\xba\xca\x4b\x27\x1e\x0c\xdc\xd4\xc4\x3f\xe2\xb6\x33\x2b\x48\xb9\xc5\x3e\x93\x1f\x96\x90\x07\xd8\xb8\x79\x38\x57\xb9\xc3\xbe\x80\xef\x78\xc0\x2e\x0a\x50\x91\x72\x83\xb9\x0e\x26\x82\x34\x6c\x23\xea\x99\x95\xfb\x1b\x1c\x86\x33\x5d\x9a\x20\xa5\x51\x6e\x6f\x00\xcf\x5f\xe0\x42\x23\x61\x64\x28\x77\x37\x64\x30\x63\xf9\xda\xa7\xa8\xcf\x90\x35\x6a\x24\xfb\x4a\x09\x47\x94\xf6\xbb\xbf\xae\xdc\xdb\x18\xc9\x1d\xf2\x06\x91\xb1\x34\x6f\xc4\xa8\xdc\xda\x04\x32\xf2\x0a\x61\x49\xf3\xaa\x4c\xe5\xce\x26\xe2\x2d\x19\x2f\x5b\xed\x48\xb8\xb3\x84\x95\x1b\x9b\x51\x6a\x67\x32\x2c\x98\x38\xe7\xa9\x55\x2e\xec\x78\xb5\xf1\x86\x3b\xec\x7b\x5a\xa8\x0b\xe0\xe1\x11\x90\x66\x84\x2f\x37\x61\xee\xc0\x2a\xd7\x35\x83\xfe\x0d\x21\x4c\x94\x95\xaa\xfd\x35\xa7\x53\x44\x4c\x7c\xf5\x72\xcc\x60\x1d\xfd\x65\x2d\x60\x6e\x63\xc4\x94\x9b\x93\x1e\xf5\xdf\x51\x2c\x7b\x11\xe8\x85\x33\x4f\xa9\xf6\x57\xb5\x4c\xc6\x09\x6a\xd7\xe2\x6e\x89\xfd\x4d\x2d\x8c\xf1\x06\x40\xc1\xce\x0f\x96\x76\x51\x73\xc1\xdd\x0c\xf5\x97\xba\xfe\xa4\xe2\xa2\xe6\x52\x95\xd0\xb8\xdd\xc5\x20\xff\x2f\x86\x07\x39\xdc\xe4\xe9\xaf\xe7\x3c\xc7\x09\x2a\x17\x35\x97\x2a\x74\x3e\x09\xa9\x85\x21\xe6\xe6\xaf\x07\x3b\xb5\xd1\x48\x79\xde\xa1\x4d\xb9\xa8\x99\xab\x12\x11\x32\x4d\x6e\x9e\xff\x51\x2e\x6a\x19\x6a\xa4\x63\xdc\xf6\x98\xe6\xca\x4e\xb9\xa8\x85\x41\xf5\xa8\xe9\x8f\x16\x56\x54\x73\x89\xc5\xf0\x82\xbf\x3e\x5e\x8e\x60\x10\xd6\x12\x2a\xa2\x39\x5c\xb5\x2e\x05\xa9\xdc\x4e\x4c\xbe\x39\x5e\xe8\x86\x58\xd9\xfe\x4c\x8b\x59\x77\xcd\x70\x0e\xa7\x8e\x7a\xdd\xda\xf9\x71\x54\x2e\x6a\x71\x1c\xce\x42\xec\x20\xcd\x0f\xa4\x72\x51\x0b\x57\xed\x19\x04\x3a\xdd\x1c\x9b\xa9\x5c\xd4\xc2\xf4\x19\x20\x85\xe0\x24\x89\x3c\xc0\xf2\xb8\xb3\xc7\x4c\x7d\xf7\xe7\xb7\xae\xbf\xa8\xc5\x63\x17\xc1\xea\xe1\x60\xf7\x88\x3d\x97\x83\x29\x8f\x0b\x64\xb4\x41\x7e\x47\x6c\xa1\x1c\x9c\xd9\x71\xa7\xce\x42\xa6\x3d\x2b\x56\x0e\x2e\xe0\x6a\xb3\x30\x87\x3b\xaa\x0f\x79\x53\x97\x43\x09\xca\x3d\x65\x5c\x36\xfe\xdb\x68\x6a\xeb\x44\x70\x7c\x4d\x01\x29\xde\x8d\x36\xed\x22\xc5\x2d\xe5\x6e\x32\xd3\xe8\x4e\x90\xe2\x92\x32\x07\xc1\x34\xfa\xff\x71\x72\x56\xb9\xa2\x1e\xa0\x9a\x69\x74\x27\x1c\x71\x43\xb9\x15\xcc\x34\xba\xab\xe0\x10\x17\x74\xa5\x30\x4d\xb9\x9f\x11\xa9\x0e\x1e\x2d\xd0\x34\xca\xf5\x5c\x21\xde\x53\x6e\x67\x42\xb5\xdb\x34\x7a\x61\x4f\xf8\x72\x26\x40\xac\xa6\xd1\xdd\xad\x14\x77\x73\xa5\xd3\xb4\x72\x35\x33\x18\xc2\xa6\xd1\x49\xdf\x13\xbe\x9a\x19\x70\x89\x69\x74\xd6\x57\x99\xea\xd9\xca\x66\x3e\x58\xff\x90\x50\x35\xd5\xe0\x66\x83\x8b\xbe\x23\xae\x6a\x12\xeb\xe7\x83\x75\xd1\xd8\x3a\x18\x00\xbd\x3a\x58\x5f\xa1\xb8\x3d\x3c\xd8\x6e\x45\x14\x43\x36\x83\x9f\x6e\xce\x2c\x27\xb1\x61\x20\x0d\x1f\x7d\xee\xdb\x1e\xe7\x13\x5c\x02\x63\x93\x83\xb3\xc6\x2d\x2f\x77\x80\xac\xd9\x3f\x78\x7f\x6a\x3b\x25\xb8\x16\x4e\xb0\x5b\x31\x21\x81\x9d\x2b\xc3\xc8\x25\x09\x6c\x24\x72\x26\xbe\xa2\x40\xec\xfc\x1f\xbc\x2e\xa6\xda\x1a\xe0\x7b\xc9\x56\x9f\x71\xf6\xbf\xd3\x21\x08\xac\x12\x99\xa7\xc8\x4d\x6e\x8b\x9b\xfd\x2f\xef\x28\xb2\x73\xa3\x0a\xca\x3b\x6e\x69\xf5\xf3\xeb\x2f\x72\x0f\x08\x8b\x78\xa0\x97\x55\x3e\xe2\xfb\xcd\x74\x9d\x10\xf3\x87\xad\xe8\x80\xda\x54\x16\x60\xa6\x2b\x52\xf0\x02\xb0\x28\x86\x61\x49\x06\x76\xfa\x8f\x89\x13\xb8\x90\xda\x10\x97\x56\xc1\x33\x42\x61\x54\x12\xd6\xed\x04\x75\x87\x5c\x45\xc5\x90\x99\x2a\x37\x34\x8f\x42\x20\x5a\x59\x45\x1d\x0f\xbe\xb7\x4d\x0d\xad\x63\xd5\xea\xd1\xab\x1f\x5a\xab\xf0\x18\x76\x80\x2b\xa9\xae\x9b\x67\xb8\xca\x4f\xc8\xdd\x2d\x25\x41\x91\x58\x77\x8d\x78\xa1\x88\xbd\x4a\xcf\x89\x6a\x55\xb9\x6e\x89\xe5\xde\x98\xda\x03\xd7\x2d\xac\xbb\x8e\xe7\xc0\x48\x6d\xcc\x25\x7b\x70\xc8\x4b\x5a\xe1\x44\xb1\x32\x9c\x3a\xe6\x52\xb5\x4b\x5b\x55\x91\x4e\x4c\xc2\x66\x2b\xa7\xd1\xf2\x35\xdd\x81\xfd\x00\x0b\xe5\xd0\x05\x40\xd3\xea\x56\xcd\xc0\xc6\x30\x88\x0a\x4e\x4a\xb0\x4b\x5b\xb5\x83\x72\x0f\xcc\x36\x1f\x77\x4e\x80\xb2\x55\x3b\xbc\x7b\xc4\x82\x81\x7f\x81\xc2\xd6\xb7\x6a\x06\x99\x61\x60\x24\xe9\xe3\xb4\xa8\xcf\x76\x69\x1a\xcb\x1c\x35\xe8\x71\x48\x1a\x50\xdd\xa9\x9a\x0c\x32\x75\xdd\xdc\xfe\x52\x34\x99\x15\x3b\x95\x27\x2d\x0b\xf6\x27\x06\xfa\xcb\x7e\xb9\x62\xa7\xaa\xd5\xc1\x7c\x6b\x4c\xa4\xcc\x9c\x65\xca\x4e\xed\xd2\x9f\x16\xe3\x51\x0e\x2b\xe9\xfc\xe5\x4e\xed\xa2\x9e\x19\xe7\x10\x8d\x14\xc9\x63\x52\x77\x6a\x17\x23\x67\x36\x9f\x81\xde\x45\xb7\xb8\x51\xb3\x08\xee\x30\xeb\xe0\x3f\x88\x64\x50\xab\x3c\xa7\xdd\x08\x98\x92\xd8\x82\xca\xcb\xda\x93\xff\xab\x87\x53\xc1\x0a\x5d\x36\xe4\x92\xea\x73\x67\x3b\xa4\xb9\x9d\xeb\xfa\x44\x39\xeb\xa8\x49\x7e\x03\x97\xd4\x91\xca\xb2\x7e\x0e\x2f\x52\x33\xec\x96\x98\x00\xa8\xa7\x3b\x2b\xc5\xa5\x04\x76\xb5\x05\xa7\xde\x8b\xd4\xd9\xc9\x56\xfe\xfb\x95\xdf\x80\xcb\x52\x01\x40\xe3\xd7\x29\x35\xd0\xcd\xcf\x8c\x36\x99\x9b\x82\xa5\x84\x9b\x5c\xce\x62\xef\xd6\x32\x9a\x92\x0e\x5c\x75\x76\x00\x3e\x53\x4b\xd1\xa5\xe9\xf4\x12\x43\x0b\x9f\x7a\x23\xe8\x26\xc5\xb4\x34\x59\x15\x86\xbb\x40\xa1\xc5\x7a\xe9\x0a\x55\x9a\x09\xa1\x62\x9f\xc6\xab\xc8\xc4\x1e\xfd\xeb\xcd\xe7\xd6\xd2\x61\x1a\x6a\xf8\x8e\x12\x86\xf3\x61\xe2\xc1\x47\x9c\x67\x63\xb8\x91\xca\xdc\x45\x55\xcc\x03\x87\x66\xa1\x20\x1b\x1b\x00\xc6\x71\x4b\x83\xe9\xfd\xd9\x1b\xa6\xb6\xb9\xed\x77\xcc\x7f\xa5\x58\xe0\xdf\xd8\xaa\x11\x71\x9b\xfe\xdb\x0b\x40\xd4\x66\xe2\xa1\xc9\xea\x7e\x4c\x83\x71\x83\x39\x1b\x95\x5b\x07\x68\x3e\xb1\xb8\x7a\x87\x1d\x4c\xfe\xa8\x6e\xde\xf4\xd1\xc0\x4f\xd6\x5a\xcf\x59\xfd\x50\xbf\x2b\x05\xc8\x7d\x83\xc7\x99\x35\x6f\x3f\x8c\x07\x0f\xec\xcf\xa0\x33\x0a\xa3\x2d\x71\x26\xba\x2d\xcc\x85\xc5\x92\x11\xc7\xa6\xf0\xce\x7c\x58\x92\x62\xe1\x27\xa3\x60\xc3\xe7\x94\x1c\xfd\x68\x84\x6b\x1d\x33\x06\x97\xf6\x33\x92\xfc\x0c\xe2\x83\xa4\x7f\x81\x61\xa4\x85\xd3\xf9\xad\xc8\xc8\xe3\xc3\x93\xd8\x84\x79\x80\xa1\xff\xf4\x8c\xce\x51\x95\x72\x8a\x7b\xb3\x2d\x0d\x46\xe2\x03\x79\xf3\x4d\xec\x83\x63\xf3\x89\x65\xa8\xf2\x48\x94\xdd\x24\x97\xaa\xff\x9b\xd3\x47\x0f\x9c\xbd\xc7\xde\xcd\x6e\x4b\xbf\x2b\x19\x59\x39\x07\x14\x17\x53\xef\x2f\x8d\x0d\x1c\x2f\xc8\x33\x03\xc6\xf7\xe7\x9f\x7f\x2b\x4f\x10\xd9\x89\x32\x70\x77\x50\xb5\x60\x31\x23\x84\xd9\x18\xcb\x8a\x8a\x9a\xff\x4a\xe2\xfc\xb0\x71\xcc\x81\x5f\x04\xc8\xa6\xbf\x69\x29\x33\xf6\x85\x41\x8a\xa6\xcc\xbd\x7b\x65\x1d\x09\x9c\xbe\x36\xd4\x40\xfd\xe0\xdb\xef\x77\xf2\xfb\x1d\xea\x0c\xe8\xc1\x8f\xa2\x0c\x4b\x19\x1f\xa9\xb4\x7d\xaf\x20\x64\x6c\xd9\xbc\x73\xbd\x46\x9e\x4e\xb9\xe1\xc4\x91\x01\xe2\xbc\xbd\xc8\x72\xf8\xc0\xcc\x89\x95\x3c\x9e\x8e\xa3\x5b\x1a\x9e\x0b\xb3\x99\xe3\x88\x65\x41\x60\xac\x8c\x4f\xe8\xef\x40\x04\x90\x9e\xb4\xbe\x2b\xed\xe6\xc8\x09\x0e\xa4\x86\xdc\x5f\x75\x50\x10\x89\xf3\x1f\xab\x2d\xeb\x6a\x5e\xdb\x1a\x91\x37\xef\xb5\x5d\x4a\x5c\x4f\x3a\x30\xa5\xae\x99\x97\x37\x29\xa7\x28\x51\x51\x03\x01\x6a\xa1\x91\xb2\xd5\x4f\xe7\x34\xdc\x40\xba\x06\x70\xa0\xc5\x17\x17\xe3\x23\x12\x94\x66\x60\xc3\xda\x09\x42\xad\xfe\x8c\xa6\x4a\x46\x6e\x79\x63\x8b\x72\xbf\x9c\x5c\x70\xad\x82\xa8\x3d\x0a\x7d\x97\x8c\x71\x72\x05\x54\x3e\xed\x6b\xaf\x85\xa5\xe3\xec\xaa\xc0\xb8\x4f\x06\x63\x11\x4c\x8f\x02\x72\x72\xc1\x9e\xa2\xb0\x91\x4b\xd9\xba\x74\x82\x98\x54\x26\x67\xdf\xa3\x27\xb2\xcb\xfa\xe9\x77\xf5\x7c\x3a\xf8\xee\xc4\xf7\x58\x04\xc0\x41\x19\xcf\xca\x64\x63\x50\x62\x63\x44\x24\x4f\x59\x73\x2e\x8c\x2b\xc2\xf1\x2c\x80\x05\x2a\xd7\xc5\x55\x25\xcb\x50\xf8\x84\x2e\x7b\xce\x2e\x5c\x97\x69\xef\x3d\x43\x53\x0d\xec\x43\xd3\xa9\x1e\x39\x81\xff\x32\x5a\x05\x5a\x46\xe5\x68\xd7\x8b\xc7\x53\x21\xc2\xd4\x26\xb9\x88\x22\x2f\x6d\x42\x04\x9e\x2a\x30\x61\x63\x4c\xaa\xe1\x53\x1d\xe4\x29\x40\x43\x5e\x83\x08\x87\x2b\x22\x8b\x99\xbc\x2a\xd0\xb6\x54\x17\xbf\x57\xc8\x75\x74\x22\xb7\x9b\xa1\xb8\x0e\xc1\x25\xe5\x9e\xf3\x7f\x0a\x9c\x99\x67\x12\x5e\x13\x10\xd1\x55\x2e\x6e\x9d\x80\x4a\x73\x83\xfe\xee\x95\xe7\xb7\xbf\x87\xbb\xb8\xab\x61\xe3\x87\x13\x00\xba\x6d\x3a\x5b\x2b\xbb\x13\x5c\x7b\xd2\xf1\xf9\x89\xf1\x21\xf3\x73\x85\x7f\xdd\x48\x86\x0b\xe5\xc0\xc5\x4c\x9f\x3f\x54\x40\x4c\x69\x0f\xa6\x6b\x36\x13\x64\xfd\xd0\x0d\xa2\xa4\x4e\x19\x1e\x12\xfc\xdf\xcc\x38\x3c\x3f\xc7\xdc\x6a\xc7\x39\x00\x6a\xcb\x5c\x84\x1b\x1e\xaf\x9c\xf8\xdd\x78\x06\xb9\x0f\x48\xa3\xe6\xa5\x47\xb1\xfe\xb7\xc8\x18\x60\x4a\xc0\x81\x52\x5c\xd5\x0b\x75\xc1\xec\xce\xc1\x47\xb0\x22\x9f\xa2\x5d\x97\x18\x2a\x39\x50\xe1\xda\x88\xd6\x3f\xe8\xc6\x5b\x04\x85\xb8\x7b\xf7\x1c\x9f\xa2\x4d\x08\xb5\x6f\x25\x5a\xc2\x70\x89\xa6\x36\xb2\x4e\x80\x0a\x34\xc8\x0b\x19\xb7\x14\xd6\xfe\xbf\x1b\x31\x37\xed\x70\x9b\xa6\x98\x82\xef\xf3\xa4\x56\x0e\x67\xfa\x07\xc4\x5e\xd0\x92\x79\x01\x01\x89\xf1\xb1\x72\xd5\x79\x50\x01\x84\x85\xd4\x67\x1d\xcf\x01\x33\x4f\x09\x9f\x90\x60\xf4\x88\x21\xed\x78\x80\xff\x2d\x33\xe2\xc5\x76\xb8\xd1\xfe\x3e\x32\xdb\x6e\xee\xec\xb4\x4d\xe8\x30\xdc\x71\x7e\xcf\x01\x8d\xea\xbb\x3f\xdf\x2c\x17\xed\xb3\xc0\x35\x63\xa3\xf4\xd4\xb5\xe5\x0e\xec\x5f\x8e\x5e\x55\xf0\x8b\xdd\x93\x76\xc3\x93\xdf\xc1\x62\xbd\xc2\x74\x68\xda\x09\x86\xca\x0b\x72\x9e\x0a\x94\xc4\x70\x39\x2b\x15\x52\x9a\x85\xf9\xea\x73\xf7\xd7\xe5\x6a\x13\x75\xef\xda\x4b\xa8\x76\xe0\x20\xb8\x18\x2f\x57\x9b\x22\x80\x30\x14\x3e\x46\xc7\xb1\x05\x24\x33\x86\x9b\x89\x69\x13\xac\x26\x41\x01\x5f\x36\x13\x06\x2e\x81\xf5\x35\x20\xd5\x4c\xb0\xad\x30\xb8\xe8\xd0\x83\x9a\x72\x19\x9e\x8b\xcb\x5e\x80\x51\x44\x1f\xfd\xfa\x8a\x8a\x91\x72\xc5\x11\xa4\x29\x75\xf7\x44\xbf\xab\xa4\x2c\x39\x44\x92\xac\x47\xe7\xb6\x4d\x9c\xe7\xf2\x93\xb6\xe4\x10\x69\x8f\x7c\x64\x38\xda\x9c\x23\xae\xad\x47\xae\x13\xa8\xb9\x30\x60\x6c\x6e\x8e\x3d\x6f\x51\xfe\x55\x5d\x25\xf4\xf0\x8d\xe0\x93\xee\xe1\x45\xf2\xc3\x02\xa8\xaa\xbd\x43\xcf\xfd\x50\x1b\x6a\x2c\xea\xab\x50\x7b\x80\x26\xa4\xb5\x7c\xe8\xfb\x4e\x36\x13\x68\x73\xc0\xf9\x32\xc0\x12\x33\x2b\x2a\xcb\x57\xfa\xaf\x4c\xf8\xda\xd2\x01\xea\xba\x3b\xcc\x9c\x94\xde\x55\x0e\x10\xbd\x33\x74\x9d\xc0\x25\xa8\x70\x49\x82\x83\x4e\x34\x2b\x4a\x8b\x69\x4e\xe0\xc2\x24\x11\xfd\xd4\xb5\x96\xa9\x48\x9c\x52\x23\xcc\xed\x04\xdb\xde\x7b\xee\xc9\x93\x98\xac\xa6\x1d\xef\xdb\x8b\x6f\x61\x9e\x58\xb4\xf0\x35\x6e\xa9\xb9\x75\xfd\x37\xb6\x0c\x20\x36\x00\xe8\xda\x4e\x9e\xed\x84\x44\xd0\xe3\x84\x72\xbe\x14\x94\xce\x9f\xcd\x04\x43\x55\x18\xe8\x51\x83\x87\xdb\xac\x69\xaf\x48\x56\x28\xda\x49\xf8\x5a\x29\xbe\xa2\xbe\x02\xa8\x96\xc9\x90\x33\x45\x1c\x0c\x5d\x7f\xa1\xb2\xc2\x81\xf4\x41\x6e\xab\xa6\xc0\x62\x26\x5b\xc5\x72\x69\x02\x48\x2c\xfa\xe6\xa5\xcd\x14\x0b\x3b\x22\xa6\xea\xce\xb4\x33\x6c\xab\x62\x12\x6a\x88\xa8\xd4\x49\x64\x22\x75\x25\x16\xe7\xd4\x7e\x26\x88\xf6\xa8\xba\x16\x43\x51\xa9\x89\x70\x06\x8a\x68\x64\xae\xaa\x31\xa0\x63\x3c\x97\x7f\x9b\xa1\x96\xfa\xaf\x28\x32\x94\x81\x55\x12\xdc\x20\x16\xae\x6b\xb2\x09\xc1\x94\xf3\x14\xe6\x34\x6b\xaa\x0c\x4c\xe7\x1e\x50\x3c\x63\xf0\x9e\x98\x35\x5d\x66\xd1\x9d\x19\x2c\x2f\xce\x88\x7e\xad\xda\xc5\xe6\x54\x5c\xe0\x4e\x16\x83\xe0\x05\x59\xb8\xd9\x01\xf5\xee\xc9\x76\x49\xdb\x85\x9b\x9d\x01\xad\xcc\x69\x72\xcc\x34\xb2\xb9\xdd\xcd\xf6\x5c\xb8\xc9\x84\xda\x61\x81\xbc\x69\x77\xed\x2a\xb7\x7f\xca\x84\xa4\x35\x7d\x93\x5a\x39\x23\xd7\x58\x7a\xf2\xd3\xc4\xbe\xad\x6d\xf3\x23\x9c\x10\xe6\x42\x1a\x63\xbb\x19\x56\xd3\x06\x0c\x74\xb6\x82\x3d\x45\x57\x69\xa1\x82\x0b\x12\xa0\x65\x79\xb1\x07\x7d\xfd\x37\x2e\xe8\x85\x7d\xe2\xbd\x68\xbf\xa3\xaa\x34\x94\x7f\x7b\xee\xde\x62\x85\x30\x74\x9d\xe6\x38\x06\x1c\x10\x02\x54\x9a\xf9\xda\x76\x82\x43\xb7\x37\x3a\xe3\xcb\x4d\x8a\xea\x78\xcb\x88\xa3\x08\x2e\x93\xb4\xd8\xf0\x63\xb7\x05\x9c\xd3\x2f\xe8\xc4\x9e\x96\x1a\x54\xee\x94\x01\x9d\x24\xee\xa8\x83\x86\xe7\x3d\x91\x4d\x33\xc5\xfb\xda\x7a\x9d\x22\xb7\x7d\x43\xe2\x46\xa9\x81\x13\xd5\x84\xa9\x93\x71\x3f\xa3\xd1\x6a\x13\x21\x64\x00\xf9\x40\xe9\x39\x12\x1b\xad\x86\x74\x8d\xc1\x9d\x75\x01\x29\x07\xbb\xa2\xd5\xa8\xce\x84\xb4\x41\x80\x33\x3c\xf4\xfc\xb1\x8d\x56\x63\x4e\x54\x0e\x46\x30\xe5\xb1\xca\x38\xbb\x9b\x31\xfe\x75\x87\xfb\xbd\x71\x5a\x8f\xbc\x46\xad\x81\xbc\xd9\xa1\xef\x60\x12\x97\x4f\xd5\x6a\xbe\xd0\xad\x73\x08\xf4\xd9\x28\x28\xc7\xf4\x63\x1e\x99\xac\x3a\x73\xf5\x86\xe9\xd8\xba\x4d\x3b\xc5\x30\x11\x5a\x6d\xda\x6e\xbb\x68\x7d\x77\xd2\x3d\x13\x5d\x0f\x43\x2d\x98\x58\x2a\x65\xab\x67\x1d\x21\x51\x90\x82\x8f\xff\xb5\x8b\xad\x74\x87\x1d\x4a\x04\x7d\x71\x5c\x82\x9d\xe3\x57\x74\x1b\x57\xdb\x24\xc6\xd6\x0c\x4d\x13\x03\x6d\xed\x20\x9a\xdb\x64\xae\xf8\xf0\x38\xee\x7e\x4d\xb9\x0d\x53\xd0\xc7\xd9\xca\xe3\xd8\x4e\x69\xce\x7b\x06\x39\x0c\x37\x8a\x65\x8e\x3d\xbf\xa2\xde\x62\xe4\xc8\x31\x9c\x65\xe7\x85\x48\x34\xfd\x16\x6b\xaf\x3a\xa6\x68\x35\x62\xbb\x54\x05\x17\x53\x85\x0b\x47\x2e\x8f\xc9\x3d\x03\x9e\x6d\xbf\x2b\x98\x4a\x63\x4c\x56\x74\xff\x23\xbe\xd5\x27\x16\xb4\x95\x2e\x70\x28\x68\x81\x64\x6f\xa7\x1c\x02\x5a\x22\x52\x59\xa5\xa4\x85\xd2\x8e\x71\x28\x74\xd4\xf9\xa6\x5b\x2b\x1a\xe4\xaa\xc2\x0f\x85\xa9\xf2\x90\x96\x88\x1a\xa5\x4e\x73\xd3\x81\xe6\xa8\x00\x9b\x41\x1c\x13\xf5\xa7\x42\xc2\x93\xcc\x4f\xbf\x5f\xa4\x60\xd8\xf9\x7a\x86\xc8\x8c\x22\x5a\x89\x0c\x7d\xcb\x0e\x79\xc2\xd0\x08\xd0\x19\x6e\x47\x2b\x11\x45\xaa\x82\xf3\xa0\x4e\xb3\xcc\x04\x87\x0a\xea\x05\x6a\xe9\xdd\x14\x0b\x0e\xd5\x4a\xe0\x93\xfa\x4e\xbf\xcd\xd1\x47\x8a\xcd\x32\xea\x8e\x31\x42\x7e\x4d\xc7\xe1\x51\xb6\xd3\xeb\x5f\x16\x1a\xfd\xee\x1e\x83\xc0\x54\xf3\xd4\x22\xcd\x79\x41\x2f\xa8\x1e\x75\xc3\x99\xa4\x00\x30\xa3\x4d\x88\xcc\xa5\x65\x1d\x17\x0d\xab\x91\x3c\xd1\xe6\xa7\x8e\xb4\xa2\x39\xeb\x03\xc7\x2f\xb9\x68\x35\x08\x0e\x22\x55\xea\xcc\xb4\xe6\xb8\x3b\x6b\x11\x2b\xd1\x94\x5c\x60\xa2\x29\x03\x3a\xbb\x71\xf1\x51\xeb\x18\xdf\xcc\xb1\x9c\x97\x44\x5f\x82\xcc\x09\xed\x15\x35\x17\x38\x4d\x60\xb9\x04\xd9\x9a\xa6\x6d\xb1\x7e\xe6\x1d\x73\x64\x67\x78\xe5\x69\xe8\xa6\x34\x1b\x10\xf0\x5e\x31\xe5\xda\xe8\xe8\xf4\xf4\x6c\xed\x45\x89\xac\xab\x49\x3e\xce\x23\xb2\xa3\x9e\x5f\x79\xb9\xc6\x23\x0f\xc0\x62\xc6\xa9\x4c\x2b\xaa\x2e\x04\xe8\x21\x93\xb9\x00\x87\x39\xd0\xd2\x8a\xb2\x0b\x9e\x1d\x6d\xa4\x5e\x6b\x66\x31\xad\xa8\xbb\x60\x99\x38\x0c\x18\x1d\x13\x44\x3b\x07\x4d\xdf\x79\x06\x8a\x39\xd6\xde\x5e\x1c\x65\x55\xe1\xcd\xc8\xfa\x0b\xaa\x4c\x5d\x4f\xe0\xd9\xdc\x7c\x7e\xb3\x12\x57\x14\x39\x60\xe4\x54\x72\xa2\x3a\x85\x1b\x84\x98\x61\xea\x87\xee\x17\x79\x42\x77\x0a\xa6\xb6\x39\x2c\x1c\xb6\xed\x69\xf3\xc4\x0c\x97\xd1\xf0\x04\xc1\xb4\x71\xf9\x46\xe3\xb0\x68\xa6\x38\x3b\x51\x85\x8e\xcb\x0f\x3d\x39\x8c\x5c\xbe\x4b\x20\xcf\x71\x0c\xaf\x96\xac\xf2\xea\x5e\x3b\xaa\xa0\xab\x18\x00\xa3\xf6\x1c\x92\x9f\xc7\x66\x20\x74\x12\x87\xf7\x82\xb6\xc1\xd3\x95\x1c\x90\x5c\x8b\x15\x10\xbb\xc4\xb3\x80\xf1\x86\xf5\x63\xe0\x66\x6b\x71\x0e\xf7\x6f\x71\x6c\x55\x15\x8f\x9a\x2b\x96\x1a\xa3\x5f\xc4\xd5\xed\xbc\xe8\xc2\xa5\x5e\x99\x32\x08\x0a\xd1\x57\x33\xc5\x43\xa3\x44\xa2\xe8\xa5\x38\x6b\xcf\x17\xd1\x4e\x89\x0c\x35\x42\x66\xce\x06\xc9\x88\xaf\x2e\xc5\xf2\x53\x8a\xe8\xda\xc6\x5b\xf2\x7d\x7e\xff\xde\x87\x1e\x75\xe8\xbe\xfb\xed\xbb\xee\xb5\xae\x75\xad\xff\x7f\x00\x00\x00\xff\xff\x58\x17\xbe\xdb\xc4\x0f\x10\x00"); -var _fgf =&bintree {nil ,map[string ]*bintree {"\u0049S\u004f\u0063\u006f\u0061\u0074\u0065\u0064\u005f\u0076\u0032\u005f3\u0030\u0030\u005f\u0062\u0061\u0073\u002e\u0049\u0043\u0043":&bintree {_bef ,map[string ]*bintree {}},"I\u0053\u004f\u0063\u006f\u0061\u0074e\u0064\u005f\u0076\u0032\u005f\u0067\u0072\u0065\u00791\u0063\u005f\u0062a\u0073.\u0069\u0063\u0063":&bintree {_ge ,map[string ]*bintree {}},"\u0073\u0052\u0047B\u0032\u0030\u0031\u0034\u002e\u0069\u0063\u0063":&bintree {_cd ,map[string ]*bintree {}},"\u0073\u0052\u0047\u0042\u005f\u0076\u0034\u005f\u0049\u0043\u0043_\u0070\u0072\u0065\u0066\u0065\u0072\u0065\u006e\u0063\u0065.\u0069\u0063\u0063":&bintree {_dgd ,map[string ]*bintree {}}}}; -func (_ef bindataFileInfo )IsDir ()bool {return false };func RestoreAsset (dir ,name string )error {_gdad ,_efb :=Asset (name );if _efb !=nil {return _efb ;};_ac ,_efb :=AssetInfo (name );if _efb !=nil {return _efb ;};_efb =_fe .MkdirAll (_gcc (dir ,_g .Dir (name )),_fe .FileMode (0755)); -if _efb !=nil {return _efb ;};_efb =_gf .WriteFile (_gcc (dir ,name ),_gdad ,_ac .Mode ());if _efb !=nil {return _efb ;};_efb =_fe .Chtimes (_gcc (dir ,name ),_ac .ModTime (),_ac .ModTime ());if _efb !=nil {return _efb ;};return nil ;};type ColorSpace int ; -func MustAsset (name string )[]byte {_ff ,_gda :=Asset (name );if _gda !=nil {panic ("\u0061\u0073\u0073\u0065\u0074\u003a\u0020\u0041\u0073\u0073\u0065\u0074\u0028"+name +"\u0029\u003a\u0020"+_gda .Error ());};return _ff ;};var _edc =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\000\xff\142\140\140\x5e\xe1\xe8\342\xe4\xca\044\xc0\xc0\x50\x50\x54\122\xe4\036\xe4\x18\x19\x11\x19\245\xc0\x7e\235\201\231\x81\x8f\101\224\101\210\x41\x3e\x31\271\xb8\xc0\x31\040\xc0\x87\201\x81\x81\041\057\x3f\x2f\225\001\x15\x30\x32\x30\x7c\xbb\x06\x22\x19\x18\056\353\x80\xcc\142\x20\x0d\260\044\x17\x14\x95\060\x30\x30\x6c\x61\x60\x60\360\x4b\111\x2d\x4e\146\x60\140\x64\141\x60\x60\x68\054\x2f\051\050\x61\140\x60\xec\x60\140\x60\020\311\x0e\x09\x72\x66\x60\x60\x9c\xc3\300\xc0\304\123\222\132\x01\x52\xcf\x90\x94\x58\xec\xe9\xec\x9c\x9f\x93\x5f\xa4\xa0\xab\340\234\137\120\131\x94\231\236\x51\xa2\240\x91\254\251\x60\144\x60\140\xae\x00\x91\x0a\316\xcf\x29\x2d\xc9\314\xcf\x2b\xd6\x51\160\314\xc9\x51\x08\x02\251\x29\x56\x08\112\x2d\x4e\x2d\x2a\x4b\x4d\xd1\x63\x60\x60\x80\330\011\006\xea\x9e\xc1\xfe\x0a\xce\xf9\x89\x25\xa9\051\x0a\145\x46\x0a\272\x0a\xee\101\xae\221\x0a\x86\311\x0a\272\x0a\x1a\010\xeb\x34\x49\xf4\x21\x11\x00\x14\xe6\x10\xd6\015\x17\x06\206\x07\xbe\x0c\x0c\xfb\x6e\x25\x97\026\225\x41\xc4\x18\031\xd8\x94\330\222\xd8\x16\xb1\075\x67\327\146\x2f\142\xdf\xcd\xc1\xc6\x11\xc2\xb1\204\xe3\043\xa7\x0b\xe7\x34\316\x57\x5c\x8e\x5c\x33\xb8\x3e\x72\xfb\x70\x2f\347\x61\xe5\x49\345\x39\312\xab\xc9\333\xc7\xfb\211\057\232\xef\010\277\x2e\xff\x6c\x01\x0e\201\012\201\x57\x82\x31\x82\027\x85\xdc\x85\x0e\x08\333\x08\357\x14\x31\x17\xd9\x29\152\x2d\272\x5f\xcc\115\354\xbc\x78\x94\370\x53\x89\x62\x49\x66\311\x09\122\112\x52\233\xa4\335\244\x6f\xc8\344\xca\xfc\227\x9d\x2c\247\x25\167\x50\076\x4a\xfe\223\102\xb7\xa2\xa6\342\x31\245\x34\x65\066\xe5\x55\x2a\xfe\x2a\x3f\124\027\250\xf9\xa8\xfd\x54\137\xad\x11\xab\051\xa4\x79\x4c\253\x5e\333\x4a\373\xbb\316\166\xdd\112\075\x6b\xbd\xff\372\xc7\014\xfa\x0d\xa3\214\324\215\076\x1b\x1f\x35\x99\x62\x9a\x69\146\x6b\x2e\154\xfe\xca\xe2\xb0\345\x1c\xab\x4a\xeb\x10\x1b\x23\x5b\101\333\x8f\x76\027\xed\xb7\072\x4c\x77\xac\164\x8a\x76\xb6\x77\121\x76\xe5\x70\x7d\xe3\x76\xc9\175\xa7\xc7\002\317\x0e\xaf\x42\xef\050\037\x77\x5f\x63\x3f\x05\x7f\x5e\xff\277\x01\x6f\003\x1f\x06\x5d\x0e\076\x19\162\x20\x74\x77\330\266\xf0\x6d\021\x9b\043\x77\x45\xed\x8b\x3e\x1e\x73\x29\xf6\176\334\233\370\x7f\x89\x02\x49\052\311\xd6\x29\041\xa9\131\x69\xed\xe9\013\x32\x0e\144\xde\xcd\372\x9b\x23\x93\353\x90\x97\x94\xdf\x56\260\xa2\xf0\x4c\xd1\xc7\x12\xc9\122\xeb\xb2\244\362\266\212\065\x95\227\253\xfe\324\x28\xd5\372\326\x95\xd5\x2f\x6e\x38\xd7\xf8\xbb\x59\xb3\x25\xa2\xb5\xa3\x6d\x4f\xfb\233\x4e\xa5\xae\260\xee\xde\x9e\303\xbd\377\xfa\xcd\047\x94\114\134\x3f\xe9\343\x14\x83\251\xe5\xd3\x76\317\x60\x9c\xe9\x35\153\352\354\x47\x73\x8d\346\065\xce\277\xba\x50\x6b\x51\313\342\xbb\x4b\xad\x96\315\130\376\x73\145\xe4\xaa\xbd\x6b\xe4\327\xb6\256\x7b\xb9\xc1\x77\xe3\306\xcd\x62\x5b\xca\xb7\336\334\x6e\xb9\143\xc6\xce\xaf\xbb\103\xf7\154\xda\047\xb4\x3f\377\xc0\305\x43\x06\207\xa7\034\xf9\x76\054\346\xf8\xe1\223\x7a\247\x66\237\xe1\070\133\x71\xee\xcd\x85\xd8\213\127\x2e\x7b\x5d\x39\172\xcd\341\xfa\xde\x9b\x56\xb7\xf6\xdc\xb1\xb9\x7b\xe8\xbe\xcb\203\063\x8f\002\x1e\337\x7c\x9a\364\xec\xe3\x8b\x9a\127\xdc\xaf\xa7\xbd\325\x78\xb7\xfd\203\xe7\xc7\333\x9f\x8b\xbf\xf2\x7d\x5b\367\xc3\xe9\347\xc5\337\121\x7f\x9e\376\x2b\370\xff\037\020\x00\x00\xff\xff\x15\x23\x9e\306\250\x03\x00\000"); -func Asset (name string )([]byte ,error ){_gb :=_fb .Replace (name ,"\u005c","\u002f",-1);if _gge ,_dgg :=_facf [_gb ];_dgg {_ae ,_bc :=_gge ();if _bc !=nil {return nil ,_c .Errorf ("\u0041\u0073\u0073\u0065\u0074\u0020\u0025\u0073\u0020\u0063\u0061\u006e\u0027\u0074\u0020r\u0065a\u0064\u0020\u0062\u0079\u0020\u0065\u0072\u0072\u006f\u0072\u003a\u0020\u0025\u0076",name ,_bc ); -};return _ae ._be ,nil ;};return nil ,_c .Errorf ("\u0041s\u0073e\u0074\u0020\u0025\u0073\u0020n\u006f\u0074 \u0066\u006f\u0075\u006e\u0064",name );};func _ge ()(*asset ,error ){_geb ,_fad :=_dc ();if _fad !=nil {return nil ,_fad ;};_bb :=bindataFileInfo {_ed :"I\u0053\u004f\u0063\u006f\u0061\u0074e\u0064\u005f\u0076\u0032\u005f\u0067\u0072\u0065\u00791\u0063\u005f\u0062a\u0073.\u0069\u0063\u0063",_cc :936,_ea :_fe .FileMode (436),_fc :_e .Unix (1628763334,0)}; -_daa :=&asset {_be :_geb ,_dg :_bb };return _daa ,nil ;};func _dc ()([]byte ,error ){return _abc (_edc ,"I\u0053\u004f\u0063\u006f\u0061\u0074e\u0064\u005f\u0076\u0032\u005f\u0067\u0072\u0065\u00791\u0063\u005f\u0062a\u0073.\u0069\u0063\u0063");};func _ee ()([]byte ,error ){return _abc (_abd ,"\u0049S\u004f\u0063\u006f\u0061\u0074\u0065\u0064\u005f\u0076\u0032\u005f3\u0030\u0030\u005f\u0062\u0061\u0073\u002e\u0049\u0043\u0043"); -};const (ColorSpaceUndefined ColorSpace =iota ;ColorSpaceXYZ ;ColorSpaceLAB ;ColorSpaceLUV ;ColorSpaceYCBR ;ColorSpaceYXY ;ColorSpaceRGB ;ColorSpaceGRAY ;ColorSpaceHSV ;ColorSpaceHLS ;ColorSpaceCMYK ;ColorSpaceCMY ;ColorSpace2CLR ;ColorSpace3CLR ;ColorSpace4CLR ; -ColorSpace5CLR ;ColorSpace6CLR ;ColorSpace7CLR ;ColorSpace8CLR ;ColorSpace9CLR ;ColorSpaceACLR ;ColorSpaceBCLR ;ColorSpaceCCLR ;ColorSpaceDCLR ;ColorSpaceECLR ;ColorSpaceFCLR ;);var (ErrUndefinedHeaderDeviceClass =_a .New ("\u0075\u006ed\u0065\u0066\u0069\u006e\u0065\u0064\u0020\u0068\u0065\u0061\u0064\u0065\u0072\u0020\u0064\u0065\u0076\u0069\u0063\u0065\u0020\u0063la\u0073\u0073"); -ErrUndefinedHeaderColorSpace =_a .New ("\u0075\u006e\u0064\u0065f\u0069\u006e\u0065\u0064\u0020\u0068\u0065\u0061\u0064\u0065r\u0020c\u006f\u006c\u006f\u0072\u0020\u0073\u0070a\u0063\u0065"););var _bdea =[...]uint8 {0,20,35,50,65,80,95,110,125};var _aa =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xb4\x56\x67\x54\x53\x69\xbb\x7d\xce\x39\xe9\x85\x00\x09\x08\x48\x09\xbd\x19\x04\xa4\x04\x10\x29\xa1\x45\x54\x10\x91\x66\x23\x24\x21\x84\x12\x30\x24\x80\xbd\x21\x2a\x30\xa2\x88\x88\x80\x05\x64\x54\xc4\x01\x47\x47\x40\xc6\x8a\x28\xb6\x41\xb1\x77\x83\x0c\x02\xca\x38\x38\x8a\xa8\xa8\xdc\x15\xf8\x21\x77\xdd\x7b\xd7\x5d\xdf\x5a\xdf\xb7\x7f\xbc\x67\x9f\xbd\x9e\xe7\xac\x7d\xf6\xfb\x67\x03\x50\x6f\x01\x00\xa0\x00\x90\x26\x53\xc8\x23\x82\xfd\xd9\x31\xb1\x71\x6c\xe2\x0b\x40\x81\x01\x63\x10\x08\x33\x33\xe0\x7f\x02\xf9\x41\x3f\xde\x1f\x7f\xbb\xc3\x51\x9f\xde\x1a\xc7\x9f\xd7\xef\xd8\x75\xb6\x42\x62\xd5\x51\x48\xe1\x75\xfc\x2f\xbb\x13\xa1\x29\x12\x67\x0a\x01\x90\x00\x00\x10\x26\xc4\xc4\xc6\x01\x20\x87\x01\x80\x95\x10\x19\xc1\x03\x40\x4e\x03\x90\x68\x92\x09\x5c\x3e\x81\x8b\xd2\x44\x22\x00\xf2\x15\x00\xd8\x2c\x19\xdb\xa5\x84\xab\x77\x53\x95\x69\x52\x00\x8a\x48\xcd\xd3\xc4\x82\x4c\x00\x4a\x0e\x00\x58\x24\xa4\x64\x28\x00\x28\x95\x6a\x5d\x3e\x3e\x7f\x4c\xcd\x15\x62\x61\x12\x00\xa5\x0d\x00\x68\x59\x4a\xb1\x08\x80\xa2\xce\x65\x53\xb6\x42\x3d\x4f\x8d\x51\xcf\x08\x33\xe4\x6a\x9e\x0a\x00\xee\xc2\x24\x81\x08\x80\x5a\x03\x00\x53\xc6\xfd\x8f\x81\x9c\x19\x11\xec\xef\xec\xe8\xe4\xf2\xff\xfc\xf3\xbf\x0c\xf5\x9d\x8c\x33\x8b\xfd\x00\x8c\x5c\x80\xc6\x9b\x42\xa5\x3c\x6b\x5c\xc3\xa9\x0f\x3c\x50\x80\x01\x2c\xd0\x07\x63\x30\x07\x1b\xe0\x80\x33\xb8\x83\x17\xf8\x42\x20\xcc\x84\x30\x88\x84\x58\x58\x0c\x42\x48\x82\x34\x90\x43\x36\xac\x84\x75\x90\x07\x05\xb0\x0d\x76\x42\x39\xec\x83\x1a\xa8\x85\x7a\x38\x0e\x4d\x70\x1a\x2e\xc0\x65\xb8\x0e\xb7\xe0\x1e\x3c\x01\x15\xf4\xc0\x1b\x18\x84\x8f\x30\x82\x20\x08\x11\xa1\x23\x4c\x44\x1f\x31\x41\x2c\x11\x7b\xc4\x19\xe1\x22\x33\x90\x40\x64\x16\x12\x81\xc4\x22\xf1\x88\x04\x91\x21\x4a\x64\x25\xb2\x01\x29\x40\x8a\x91\x72\xa4\x0a\xa9\x45\x7e\x45\x4e\x21\x17\x90\xab\x48\x27\xf2\x08\xe9\x42\xfa\x91\x7f\x90\x2f\x28\x86\xd2\x50\x16\x6a\x84\x5a\xa1\x53\x51\x2e\xea\x87\x86\xa2\x91\xe8\x22\x54\x82\x2e\x45\x97\xa3\xb9\xe8\x56\xb4\x0c\xad\x46\x8f\xa2\x8d\xe8\x05\xf4\x3a\x7a\x0f\x55\xa1\x6f\xd0\x21\x0c\x30\x2a\xa6\x8b\x99\x62\x1c\x8c\x8b\xf1\xb0\x30\x2c\x0e\x4b\xc4\xe4\xd8\x6a\x2c\x1f\x2b\xc5\xaa\xb1\x7a\xac\x05\x6b\xc7\xee\x60\x2a\x6c\x00\xfb\x8c\x23\xe0\x98\x38\x36\x8e\x83\xf3\xc2\x85\xe0\xe6\xe3\x84\xb8\xa5\xb8\xd5\xb8\x42\x5c\x39\xee\x30\xae\x11\xd7\x86\xbb\x83\xeb\xc2\x0d\xe2\xbe\xe3\xe9\x78\x43\xbc\x3d\xde\x13\xcf\xc7\xc7\xe0\x25\xf8\x6c\x7c\x1e\xbe\x14\x7f\x10\x7f\x12\x7f\x09\x7f\x0f\xdf\x83\xff\x48\x20\x10\x74\x09\xd6\x04\x77\x42\x08\x21\x96\x90\x4c\x58\x41\x28\x24\xec\x21\x34\x10\xce\x13\x3a\x09\xdd\x84\x21\x22\x91\xa8\x4f\xb4\x27\x7a\x13\xc3\x88\x02\xa2\x82\x98\x47\xdc\x4d\x3c\x4a\x3c\x47\xbc\x4d\xec\x21\x7e\x22\x51\x49\x26\x24\x67\x52\x10\x29\x8e\x24\x23\xad\x27\x95\x92\x8e\x90\xce\x92\x6e\x93\x7a\x49\x23\x64\x4d\xb2\x25\xd9\x93\x1c\x46\x16\x91\x97\x91\x8b\xc8\x35\xe4\x16\xf2\x4d\x72\x0f\x79\x84\xa2\x45\xb1\xa6\x78\x53\x22\x29\xc9\x94\x75\x94\x32\x4a\x3d\xe5\x12\xe5\x29\xe5\x3d\x95\x4a\x35\xa3\x7a\x50\xe7\x52\xa5\xd4\xb5\xd4\x32\xea\x31\xea\x15\x6a\x17\xf5\x33\x4d\x9b\x66\x47\xe3\xd1\x16\xd2\x94\xb4\xad\xb4\x43\xb4\xf3\xb4\x47\xb4\xf7\x74\x3a\xdd\x8a\xee\x4b\x8f\xa3\x2b\xe8\x5b\xe9\xb5\xf4\x8b\xf4\xe7\xf4\x4f\x1a\x4c\x0d\x07\x0d\xbe\x86\x48\x63\x8d\x46\x85\x46\xa3\xc6\x6d\x8d\xb7\x0c\x32\xc3\x92\xe1\xc7\x58\xcc\x58\xce\x28\x65\x9c\x60\xdc\x64\x0c\x68\x92\x35\xad\x34\x79\x9a\x02\xcd\xd5\x9a\x15\x9a\xa7\x34\x1f\x68\x0e\x69\x31\xb5\x9c\xb4\xc2\xb4\xd2\xb4\x0a\xb5\x8e\x68\x5d\xd5\xea\xd3\x26\x6a\x5b\x69\x07\x6a\x8b\xb4\x73\xb5\x0f\x68\x5f\xd4\xee\x66\x62\x4c\x73\x26\x8f\x29\x64\x6e\x60\xd6\x30\x2f\x31\x7b\x58\x04\x96\x35\x8b\xcf\x4a\x66\x15\xb0\x7e\x61\x75\xb0\x06\x75\xb4\x75\x5c\x74\xa2\x74\x72\x74\x2a\x74\xce\xe8\xa8\x74\x31\x5d\x2b\x5d\xbe\x6e\xaa\x6e\x91\xee\x71\xdd\xfb\xba\x5f\x26\x19\x4d\xf2\x9b\x24\x9e\xb4\x65\x52\xfd\xa4\xdb\x93\x86\xf5\x26\xeb\xf9\xea\x89\xf5\xf2\xf5\x1a\xf4\xee\xe9\x7d\xd1\x67\xeb\x07\xea\xa7\xe8\x6f\xd7\x6f\xd2\x7f\x66\x80\x33\xb0\x33\x98\x6b\x90\x6d\xb0\xd7\xe0\x92\xc1\xc0\x64\xd6\x64\xaf\xc9\xc2\xc9\xf9\x93\x8f\x4f\x7e\x6c\x88\x1a\xda\x19\x46\x18\xae\x30\x3c\x60\x78\xc3\x70\xc8\xc8\xd8\x28\xd8\x28\xc3\x68\xb7\xd1\x45\xa3\x01\x63\x5d\x63\x5f\xe3\x64\xe3\x12\xe3\xb3\xc6\xfd\x26\x4c\x93\x19\x26\x52\x93\x12\x93\x73\x26\xaf\xd9\x3a\x6c\x3f\x76\x2a\xbb\x8c\xdd\xc6\x1e\x34\x35\x34\x0d\x31\x55\x9a\x56\x99\x76\x98\x8e\x98\x59\x9b\xcd\x37\x5b\x6f\xd6\x60\xf6\xcc\x9c\x62\xce\x35\x4f\x34\x2f\x31\x6f\x35\x1f\xb4\x30\xb1\x98\x6d\xb1\xd2\xa2\xce\xe2\xb1\x25\xd9\x92\x6b\x99\x64\xb9\xcb\xb2\xdd\x72\xd8\xca\xda\x2a\xda\x6a\x93\x55\x93\x55\x9f\xb5\x9e\x35\xdf\x7a\xb9\x75\x9d\xf5\x53\x1b\xba\x8d\x8f\xcd\x52\x9b\x6a\x9b\xbb\xb6\x04\x5b\xae\x6d\x8a\xed\x1e\xdb\x5b\x76\xa8\x9d\xab\x5d\x92\x5d\x85\xdd\x4d\x7b\xd4\xde\xcd\x5e\x6a\xbf\xc7\xbe\x73\x0a\x7e\x8a\xc7\x14\xd9\x94\xea\x29\x0f\x38\x34\x8e\x1f\x27\x8b\x53\xc7\xe9\x72\xd0\x75\x98\xe5\xb0\xde\xa1\xc9\xe1\xed\x54\x8b\xa9\x71\x53\xb7\x4f\x6d\x9f\xfa\xdd\xd1\xd5\x31\xd5\xb1\xc6\xf1\x89\x93\xb6\xd3\x4c\xa7\xf5\x4e\x2d\x4e\xff\x38\xdb\x39\x0b\x9d\x2b\x9c\xef\x4e\xa3\x4f\x0b\x9a\xb6\x66\x5a\xf3\xb4\x77\x2e\xf6\x2e\x62\x97\xbd\x2e\x0f\x5d\x99\xae\xb3\x5d\x37\xb9\xb6\xba\x7e\x73\x73\x77\x93\xbb\xd5\xbb\xf5\xbb\x5b\xb8\xc7\xbb\x57\xba\x3f\xe0\xb2\xb8\xe1\xdc\x42\xee\x15\x0f\xbc\x87\xbf\xc7\x1a\x8f\xd3\x1e\x9f\x3d\xdd\x3c\x15\x9e\xc7\x3d\xff\xf6\xe2\x78\xa5\x78\x1d\xf1\xea\x9b\x6e\x3d\x5d\x3c\xbd\x66\x7a\xb7\xb7\x99\xb7\xc0\xbb\xca\x5b\x35\x83\x3d\x23\x7e\xc6\xfe\x19\x2a\x1f\x53\x1f\x81\x4f\xb5\xcf\x4b\x5f\x73\x5f\x91\xef\x41\xdf\x5e\x3f\x5b\xbf\x64\xbf\xa3\x7e\x6f\xfd\x1d\xfd\xe5\xfe\x27\xfd\x87\x79\x9e\xbc\x55\xbc\xf3\x01\x58\x40\x70\x40\x7e\x40\x47\xa0\x76\xe0\xfc\xc0\xf2\xc0\xe7\x41\x66\x41\x92\xa0\xba\xa0\xc1\x60\xd7\xe0\x15\xc1\xe7\x43\xf0\x21\xa1\x21\xdb\x43\x1e\xf0\x8d\xf8\x42\x7e\x2d\x7f\x70\xa6\xfb\xcc\x55\x33\xdb\x42\x69\xa1\xf3\x42\xcb\x43\x5f\xce\xb2\x9b\x25\x9f\xd5\x32\x1b\x9d\x3d\x73\xf6\x8e\xd9\x4f\xe7\x58\xce\x91\xcd\x69\x0a\x83\x30\x7e\xd8\x8e\xb0\x67\xe1\xd6\xe1\x4b\xc3\x7f\x9f\x4b\x98\x1b\x3e\xb7\x62\xee\xab\x08\xa7\x88\x95\x11\xed\xf3\x98\xf3\x96\xcc\x3b\x32\xef\x63\xa4\x7f\x64\x51\xe4\x93\xf9\x36\xf3\x95\xf3\x5b\xa3\x18\x51\x0b\xa3\x6a\xa3\x86\xa3\x03\xa2\x8b\xa3\x55\x31\x53\x63\x56\xc5\x5c\x8f\x35\x88\x95\xc6\x36\xc7\x11\xe3\xa2\xe2\x0e\xc6\x0d\x2d\x08\x5c\xb0\x73\x41\xcf\x42\xd7\x85\x79\x0b\xef\x2f\xb2\x5e\x94\xb3\xe8\xea\x62\x83\xc5\xa9\x8b\xcf\x2c\x61\x2c\x11\x2c\x39\x11\x8f\x8f\x8f\x8e\x3f\x12\xff\x55\x10\x26\xa8\x16\x0c\x25\xf0\x13\x2a\x13\x06\x85\x3c\xe1\x2e\xe1\x1b\x91\xaf\xa8\x44\xd4\x2f\xf6\x16\x17\x8b\x7b\x13\xbd\x13\x8b\x13\xfb\x24\xde\x92\x1d\x92\xfe\x24\x9f\xa4\xd2\xa4\x01\x29\x4f\x5a\x2e\x7d\x97\x1c\x92\xbc\x2f\x79\x38\x25\x2c\xe5\x50\xca\x68\x6a\x74\x6a\x43\x1a\x29\x2d\x3e\xed\x94\x4c\x5b\x96\x22\x6b\x4b\x37\x4e\xcf\x49\xef\xcc\xb0\xcf\xc8\xcb\x50\x2d\xf5\x5c\xba\x73\xe9\xa0\x3c\x54\x7e\x30\x13\xc9\x5c\x94\xd9\xac\x60\x29\x32\x14\x37\x94\x36\xca\x8d\xca\xae\xac\x19\x59\x15\x59\x9f\xb2\xa3\xb2\x4f\xe4\x68\xe5\xc8\x72\x6e\x2c\xb3\x5b\xb6\x65\x59\xef\xf2\xa0\xe5\x3f\xaf\xc0\xad\x10\xae\x68\x5d\x69\xba\x72\xdd\xca\xae\x55\x7e\xab\xaa\x56\x23\xab\x13\x56\xb7\xae\x31\x5f\x93\xbb\xa6\x67\x6d\xf0\xda\xc3\xeb\x28\xeb\x52\xd6\xfd\xb1\xde\x71\x7d\xf1\xfa\x0f\x1b\xa2\x37\xb4\xe4\x1a\xe5\xae\xcd\xed\xde\x18\xbc\xb1\x2e\x4f\x23\x4f\x9e\xf7\x60\x93\xd7\xa6\x7d\x9b\x71\x9b\xa5\x9b\x3b\xb6\x4c\xdb\xb2\x7b\xcb\xf7\x7c\x51\xfe\xb5\x02\xc7\x82\xd2\x82\xaf\x85\xc2\xc2\x6b\x3f\x39\xfd\x54\xf6\xd3\xe8\xd6\xc4\xad\x1d\x45\x6e\x45\x7b\xb7\x11\xb6\xc9\xb6\xdd\xdf\xee\xb3\xfd\x70\xb1\x56\xf1\xf2\xe2\xee\x1d\xb3\x77\x34\x96\xb0\x4b\xf2\x4b\x3e\xec\x5c\xb2\xf3\x6a\xa9\x4b\xe9\xbe\x5d\x94\x5d\xca\x5d\xaa\xb2\x59\x65\xcd\xbb\x2d\x76\x6f\xdb\xfd\xb5\x3c\xa9\xfc\x5e\x85\x7f\x45\x43\xa5\x61\xe5\x96\xca\xe1\x3d\xa2\x3d\xb7\xf7\xfa\xee\xad\xdf\x67\xb4\xaf\x60\xdf\x97\xfd\xd2\xfd\x0f\xab\x82\xab\x1a\xab\xad\xaa\x4b\x0f\x10\x0e\x64\x1d\x78\x55\x13\x55\xd3\xfe\x33\xf7\xe7\xda\x83\x06\x07\x0b\x0e\x7e\x3b\x24\x3b\xa4\x3a\x1c\x71\xb8\xad\xd6\xbd\xb6\xf6\x88\xe1\x91\xa2\x3a\xb4\x4e\x59\xd7\x7f\x74\xe1\xd1\x5b\xbf\x04\xfc\xd2\x5c\xcf\xa9\xaf\x6a\xd0\x6d\x28\x38\x06\xc7\x94\xc7\x5e\xff\x1a\xff\xeb\xfd\xe3\xa1\xc7\x5b\x4f\x70\x4f\xd4\xff\x66\xf9\x5b\xe5\x49\xe6\xc9\xfc\x46\xa4\x71\x59\xe3\x60\x53\x52\x93\xaa\x39\xb6\xb9\xf3\xd4\xcc\x53\xad\x2d\x5e\x2d\x27\x7f\x77\xf8\xfd\xd0\x69\xd3\xd3\x15\x67\x74\xce\x14\x9d\xa5\x9c\xcd\x3d\x3b\x7a\x6e\xf9\xb9\xa1\xf3\x19\xe7\x07\x2e\x48\x2e\x74\xb7\x2e\x69\x7d\x72\x31\xe6\xe2\xdd\xb6\xb9\x6d\x1d\x97\x42\x2f\x5d\xb9\x1c\x74\xf9\x62\xbb\x5f\xfb\xb9\x2b\xde\x57\x4e\x5f\xf5\xbc\x7a\xea\x1a\xf7\x5a\xd3\x75\xb7\xeb\x8d\x37\x5c\x6f\x9c\xfc\xc3\xf5\x8f\x93\x1d\x6e\x1d\x8d\x37\xdd\x6f\x36\xdf\xf2\xb8\xd5\xd2\x39\xbd\xf3\xec\x6d\x9f\xdb\x17\xee\x04\xdc\xb9\x7c\x97\x7f\xf7\xfa\xbd\x39\xf7\x3a\xef\xcf\xbf\xff\xf0\xc1\xc2\x07\xaa\x87\xa2\x87\x7d\x8f\x52\x1f\xbd\x7b\x9c\xf5\x78\xe4\xc9\xda\xa7\xf8\xa7\xf9\xcf\x34\x9f\x95\x3e\x37\x7c\x5e\xfd\xc2\xf6\x45\x83\xca\x4d\x75\xa6\x2b\xa0\xeb\xc6\xcb\x79\x2f\x9f\x74\x0b\xbb\xdf\xfc\x99\xf9\xe7\xd7\x9e\xdc\x57\xf4\x57\xa5\xbd\x26\xbd\xb5\x7d\xce\x7d\xa7\xfb\x83\xfa\x6f\xbd\x5e\xf0\xba\xe7\x4d\xc6\x9b\x91\x81\xbc\xbf\xb4\xfe\xaa\x7c\x6b\xf3\xf6\xb7\xbf\x7d\xff\xbe\x31\x18\x33\xd8\xf3\x4e\xfe\x6e\xf4\x9f\xc2\xf7\xfa\xef\x0f\x7d\x70\xf9\xd0\x3a\x14\x3e\xf4\xfc\x63\xda\xc7\x91\xe1\xfc\x4f\xfa\x9f\x0e\x7f\xe6\x7e\x6e\xff\x12\xfd\xa5\x77\x24\xfb\x2b\xf1\x6b\xd9\x37\xdb\x6f\x2d\xdf\x43\xbf\x3f\x1d\x4d\x1b\x1d\x9d\xd0\x41\x1c\xf8\x81\x3c\xb6\x9b\x93\x87\x9b\x1b\xc7\x99\xe3\xc4\x0e\x10\x27\x0a\x94\xa9\x0a\xb6\xba\xd9\xf1\xd2\x53\xd3\x95\x72\xf6\xbc\x0c\x81\x50\xcc\xe6\xb0\xd5\x65\xe5\x3f\xd6\x53\x12\x76\x03\x34\x6d\x04\xd0\x7b\xfc\x43\x03\x80\xf0\xf1\xc7\x78\x27\x1b\x03\xf2\x7f\x7c\x0a\x9d\xb0\xb7\x17\x00\xd4\x5d\x6b\xd3\x0f\x2d\xbd\x1a\x80\x3b\x04\x80\x6d\xcb\x94\x4a\xc6\x34\x5e\x44\x24\x7b\x42\x0e\x9c\x08\x71\xa2\x58\x2e\x96\x09\xc5\xec\x28\xa9\x38\x5b\x2a\x93\xb0\x79\xe9\x32\x91\x54\x21\x4d\x97\xb1\xa5\x32\xf6\x7f\x8b\xe9\xdf\x1c\xc3\x84\x1c\x7e\x74\x63\x85\x38\x47\x31\xe6\x33\x3d\x63\x99\x5c\x2a\x49\x52\xb0\xf9\x32\x85\x58\x2e\x13\xa8\x1d\x09\x52\xc7\x6e\x47\xae\xf6\x98\x99\x2e\x57\x48\x95\x69\x53\xd8\xce\x8e\x4e\xae\x00\x99\x89\xd3\x9c\xc7\x93\xa2\x05\x00\xe0\x5f\x8c\x8e\xbe\xb7\x02\x20\x96\x00\x7c\x2b\x1a\x1d\x1d\xa9\x1a\x1d\xfd\x56\x0d\x80\x3d\x01\x38\xaf\xfc\xaf\x00\x00\x00\xff\xff\xd0\x13\x17\x99\xd0\x0b\x00\x00"); -func (_fae bindataFileInfo )ModTime ()_e .Time {return _fae ._fc };func (_de bindataFileInfo )Sys ()interface{}{return nil };func _cbe ()([]byte ,error ){return _abc (_bbb ,"\u0073\u0052\u0047\u0042\u005f\u0076\u0034\u005f\u0049\u0043\u0043_\u0070\u0072\u0065\u0066\u0065\u0072\u0065\u006e\u0063\u0065.\u0069\u0063\u0063"); -};func _cd ()(*asset ,error ){_dgc ,_db :=_fce ();if _db !=nil {return nil ,_db ;};_bd :=bindataFileInfo {_ed :"\u0073\u0052\u0047B\u0032\u0030\u0031\u0034\u002e\u0069\u0063\u0063",_cc :3024,_ea :_fe .FileMode (436),_fc :_e .Unix (1628763334,0)};_cb :=&asset {_be :_dgc ,_dg :_bd }; -return _cb ,nil ;};func (_cbcc DeviceClass )String ()string {if _cbcc < 0||_cbcc >=DeviceClass (len (_bdea )-1){return "\u0044\u0065\u0076i\u0063\u0065\u0043\u006c\u0061\u0073\u0073\u0028"+_f .FormatInt (int64 (_cbcc ),10)+"\u0029";};return _dac [_bdea [_cbcc ]:_bdea [_cbcc +1]]; -};const (DeviceClassUndefined DeviceClass =iota ;DeviceClassSCNR ;DeviceClassMNTR ;DeviceClassPRTR ;DeviceClassLINK ;DeviceClassSPAC ;DeviceClassABST ;DeviceClassNMCL ;);func (_bae bindataFileInfo )Name ()string {return _bae ._ed };func AssetNames ()[]string {_cce :=make ([]string ,0,len (_facf )); -for _ce :=range _facf {_cce =append (_cce ,_ce );};return _cce ;};func (_fbc ColorSpace )String ()string {if _fbc < 0||_fbc >=ColorSpace (len (_cag )-1){return "C\u006f\u006c\u006f\u0072\u0053\u0070\u0061\u0063\u0065\u0028"+_f .FormatInt (int64 (_fbc ),10)+"\u0029"; -};return _eab [_cag [_fbc ]:_cag [_fbc +1]];};type asset struct{_be []byte ;_dg _fe .FileInfo ;};func _gcc (_gba ,_ec string )string {_eaf :=_fb .Replace (_ec ,"\u005c","\u002f",-1);return _g .Join (append ([]string {_gba },_fb .Split (_eaf ,"\u002f")...)...); -};type ProfileHeader struct{Version string ;DeviceClass DeviceClass ;ColorSpace ColorSpace ;};func _bef ()(*asset ,error ){_da ,_gag :=_ee ();if _gag !=nil {return nil ,_gag ;};_eeg :=bindataFileInfo {_ed :"\u0049S\u004f\u0063\u006f\u0061\u0074\u0065\u0064\u005f\u0076\u0032\u005f3\u0030\u0030\u005f\u0062\u0061\u0073\u002e\u0049\u0043\u0043",_cc :1052612,_ea :_fe .FileMode (420),_fc :_e .Unix (1171030956,0)}; -_dd :=&asset {_be :_da ,_dg :_eeg };return _dd ,nil ;};func AssetDir (name string )([]string ,error ){_abcd :=_fgf ;if len (name )!=0{_cbd :=_fb .Replace (name ,"\u005c","\u002f",-1);_ca :=_fb .Split (_cbd ,"\u002f");for _ ,_fcd :=range _ca {_abcd =_abcd .Children [_fcd ]; -if _abcd ==nil {return nil ,_c .Errorf ("\u0041s\u0073e\u0074\u0020\u0025\u0073\u0020n\u006f\u0074 \u0066\u006f\u0075\u006e\u0064",name );};};};if _abcd .Func !=nil {return nil ,_c .Errorf ("\u0041s\u0073e\u0074\u0020\u0025\u0073\u0020n\u006f\u0074 \u0066\u006f\u0075\u006e\u0064",name ); -};_ffc :=make ([]string ,0,len (_abcd .Children ));for _fef :=range _abcd .Children {_ffc =append (_ffc ,_fef );};return _ffc ,nil ;};func ParseHeader (data []byte )(ProfileHeader ,error ){if len (data )< 128{return ProfileHeader {},_a .New ("\u0069\u006e\u0076\u0061li\u0064\u0020\u0049\u0043\u0043\u0020\u0050\u0072\u006f\u0066\u0069\u006c\u0065"); -};_fca :=_b .NewReader (data );var _acf ProfileHeader ;_ffcb :=make ([]byte ,4);_ ,_cdd :=_fca .ReadAt (_ffcb ,8);if _cdd !=nil {return ProfileHeader {},_a .New ("\u0072\u0065\u0061\u0064\u0069\u006eg\u0020\u0049\u0043\u0043\u0020\u0050\u0072\u006f\u0066\u0069\u006c\u0065\u0020h\u0065\u0061\u0064\u0065\u0072\u0020\u0066a\u0069\u006c\u0065\u0064"); -};_fabf :=_ab .EncodeToString (_ffcb [:2]);_fabf =_fb .TrimPrefix (_fabf ,"\u0030");_ece :=_fb .Builder {};for _bcg ,_gagg :=range _fabf {_ece .WriteRune (_gagg );if _bcg !=len (_fabf )-1{_ece .WriteRune ('.');};};_acf .Version =_ece .String ();_ ,_cdd =_fca .ReadAt (_ffcb ,12); -if _cdd !=nil {return ProfileHeader {},_a .New ("\u0072\u0065\u0061\u0064\u0069\u006eg\u0020\u0049\u0043\u0043\u0020\u0050\u0072\u006f\u0066\u0069\u006c\u0065\u0020h\u0065\u0061\u0064\u0065\u0072\u0020\u0066a\u0069\u006c\u0065\u0064");};_bde ,_fba :=_bdg [_fb .ToUpper (_ab .EncodeToString (_ffcb ))]; -if !_fba {return ProfileHeader {},ErrUndefinedHeaderDeviceClass ;};_acf .DeviceClass =_bde ;_ ,_cdd =_fca .ReadAt (_ffcb ,16);if _cdd !=nil {return ProfileHeader {},_a .New ("\u0072\u0065\u0061\u0064\u0069\u006eg\u0020\u0049\u0043\u0043\u0020\u0050\u0072\u006f\u0066\u0069\u006c\u0065\u0020h\u0065\u0061\u0064\u0065\u0072\u0020\u0066a\u0069\u006c\u0065\u0064"); -};_cbf ,_fba :=_baef [_fb .ToUpper (_ab .EncodeToString (_ffcb ))];if !_fba {return ProfileHeader {},ErrUndefinedHeaderColorSpace ;};_acf .ColorSpace =_cbf ;return _acf ,nil ;};var _baef =map[string ]ColorSpace {"\u0035\u0038\u0035\u0039\u0035\u0041\u0032\u0030":ColorSpaceXYZ ,"\u0034\u0043\u0036\u0031\u0036\u0032\u0032\u0030":ColorSpaceLAB ,"\u0034\u0043\u0037\u0035\u0037\u0036\u0032\u0030":ColorSpaceLUV ,"\u0035\u0039\u0034\u0033\u0036\u0032\u0037\u0032":ColorSpaceYCBR ,"\u0035\u0039\u0037\u0038\u0037\u0039\u0032\u0030":ColorSpaceYXY ,"\u0035\u0032\u0034\u0037\u0034\u0032\u0032\u0030":ColorSpaceRGB ,"\u0034\u0037\u0035\u0032\u0034\u0031\u0035\u0039":ColorSpaceGRAY ,"\u0034\u0038\u0035\u0033\u0035\u0036\u0032\u0030":ColorSpaceHSV ,"\u0034\u0038\u0034\u0043\u0035\u0033\u0032\u0030":ColorSpaceHLS ,"\u0034\u0033\u0034\u0044\u0035\u0039\u0034\u0042":ColorSpaceCMYK ,"\u0034\u0033\u0034\u0044\u0035\u0039\u0032\u0030":ColorSpaceCMY ,"\u0033\u0032\u0034\u0033\u0034\u0043\u0035\u0032":ColorSpace2CLR ,"\u0033\u0033\u0034\u0033\u0034\u0043\u0035\u0032":ColorSpace3CLR ,"\u0033\u0034\u0034\u0033\u0034\u0043\u0035\u0032":ColorSpace4CLR ,"\u0033\u0035\u0034\u0033\u0034\u0043\u0035\u0032":ColorSpace5CLR ,"\u0033\u0036\u0034\u0033\u0034\u0043\u0035\u0032":ColorSpace6CLR ,"\u0033\u0037\u0034\u0033\u0034\u0043\u0035\u0032":ColorSpace7CLR ,"\u0033\u0038\u0034\u0033\u0034\u0043\u0035\u0032":ColorSpace8CLR ,"\u0033\u0039\u0034\u0033\u0034\u0043\u0035\u0032":ColorSpace9CLR ,"\u0034\u0031\u0034\u0033\u0034\u0043\u0035\u0032":ColorSpaceACLR ,"\u0034\u0032\u0034\u0033\u0034\u0043\u0035\u0032":ColorSpaceBCLR ,"\u0034\u0033\u0034\u0033\u0034\u0043\u0035\u0032":ColorSpaceCCLR ,"\u0034\u0034\u0034\u0033\u0034\u0043\u0035\u0032":ColorSpaceDCLR ,"\u0034\u0035\u0034\u0033\u0034\u0043\u0035\u0032":ColorSpaceECLR ,"\u0034\u0036\u0034\u0033\u0034\u0043\u0035\u0032":ColorSpaceFCLR }; -var _bdg =map[string ]DeviceClass {"\u0037\u0033\u0036\u0033\u0036\u0045\u0037\u0032":DeviceClassSCNR ,"\u0036\u0044\u0036\u0045\u0037\u0034\u0037\u0032":DeviceClassMNTR ,"\u0037\u0030\u0037\u0032\u0037\u0034\u0037\u0032":DeviceClassPRTR ,"\u0036\u0043\u0036\u0039\u0036\u0045\u0036\u0042":DeviceClassLINK ,"\u0037\u0033\u0037\u0030\u0036\u0031\u0036\u0033":DeviceClassSPAC ,"\u0036\u0031\u0036\u0032\u0037\u0033\u0037\u0034":DeviceClassABST ,"\u0036\u0045\u0036\u0044\u0036\u0033\u0036\u0043":DeviceClassNMCL }; -func _fce ()([]byte ,error ){return _abc (_aa ,"\u0073\u0052\u0047B\u0032\u0030\u0031\u0034\u002e\u0069\u0063\u0063");};var _bbb =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x94\xb5\x65\x54\x22\x6c\xf4\xf6\x8b\xd3\xe1\x84\x13\xce\xcc\xe3\x84\x93\x3a\x76\x2b\x8a\xa0\x20\x25\x4a\x1a\xa8\x28\xa2\xa0\x18\xa0\x82\x8a\x89\x81\x62\xa1\xa2\x60\x27\x16\x88\x8a\x81\xdd\x35\xc6\x74\x3d\xd3\xdd\xdd\x9d\x67\x3d\xff\x73\xd6\x59\xe7\x7c\x79\xdf\xf5\xee\x0f\xf7\xde\xd7\xbd\xee\xbd\xf7\xbd\xae\x2f\x3f\x00\xe0\x8d\x2e\x00\x00\x00\xac\xd2\x05\x00\xb8\xd1\xb4\x60\x22\x12\xaa\xeb\x46\x0b\xd2\x5d\x7b\x15\xb0\x16\xb0\x07\x00\x00\xac\x06\x1c\xa5\x05\x73\xa3\x01\xff\xcb\xf8\x72\x05\xa0\xf1\x5f\xbe\x64\xfc\xdf\x69\xe5\x65\x30\x55\xe5\x76\x66\x0d\xcb\xc8\xfb\xe0\xf9\x2b\x22\xff\xff\x75\x2f\x60\x3d\x9d\xc1\x0d\x06\x00\x00\xef\x00\x00\x40\xbc\xb3\x05\xd4\x0c\x00\xd0\x60\x02\x00\xb1\x5b\x9d\x2d\xa0\xe6\x00\x40\x5c\x02\x00\xa0\xd1\x0f\xb5\x70\x36\x03\x00\x78\x46\x00\x40\xac\x15\xd4\xc2\xd9\x1c\x00\x78\x19\x08\x00\x68\xfc\xe2\x84\x85\x9a\x01\x00\xaf\x29\x00\x00\x40\x93\x17\x1b\x1d\x0b\x00\xbc\x66\x02\x00\x80\x1d\xc1\xd1\x9c\xff\xea\x94\xff\x66\x06\x33\x69\x74\x00\xe0\xf5\x27\x00\x00\x60\xc4\x8a\x8c\x0b\xfe\x7f\xf6\xfe\xf7\x63\x4d\x06\xdb\x93\x04\x00\x00\x7c\x01\x00\xc0\x5e\x00\x17\x40\x04\x20\x01\x50\x80\x2e\x20\x1e\x60\x05\xd0\x05\xa0\x01\x30\x00\x0c\xa0\x0b\x88\x06\x70\x00\x0c\x40\x08\x80\xf1\x3f\x99\x0d\x08\x06\x30\xfe\xe7\xf6\x3f\xfd\x5f\x1d\x0d\x88\x05\xc4\x01\x68\x80\x48\x80\x2e\x20\x0c\xc0\x06\xc4\xfe\xcf\xab\x58\x80\x2e\x20\x08\xc0\x00\xc4\x02\x68\x00\x00\xcb\x19\xfa\x3f\x3e\xaf\x5c\xf9\x3f\xbb\xff\xab\xf1\x00\x00\x20\x1d\x00\x00\xf4\x00\x00\xdc\x57\xd1\x34\x0e\xed\xff\x75\x44\x03\x00\xf8\xdf\xe9\xff\xdb\xef\xff\x4f\xfc\x6f\xf4\xff\xe9\x7c\x2d\x2d\xad\xff\x5f\xff\x0a\x00\x00\xb0\xf6\x6b\x7a\x7a\x7a\xfa\xda\x91\xac\x02\x5e\xe2\x3a\x68\x2e\x91\xdd\xbc\x9e\x26\x72\x65\x9c\xd3\x4c\x12\x7b\xf8\xdf\xd8\x5c\x23\x8d\xf2\x8a\xd7\xc2\x57\x16\xe3\xb6\xed\xb4\xab\x25\xa2\x6e\xec\xd1\x68\x78\x00\xcd\xd7\x59\x6e\xea\x70\x7c\xbd\xdf\xa5\xe5\xab\xfd\x5a\xdd\x17\x6d\x9f\x6d\xb0\x87\x47\x14\x4b\x16\x45\xc7\x20\xca\x32\x93\x41\x7d\x49\x67\xbe\x01\xc0\xe8\x1f\x15\xfe\x68\xbf\xe9\xf9\x9e\x95\x07\x54\xeb\xab\x12\xd6\x08\xc9\x9b\xcd\x92\x2a\x52\x42\xb7\x3c\xe7\xdf\xe2\x1e\xd6\x9a\x16\xd8\x85\x33\xb6\x7f\xcd\xf1\xa6\xf5\x68\x77\x88\x0c\x7c\xc4\x7b\xdc\xc4\x6a\x82\x64\xef\x3e\xe9\x2d\xd7\x85\x03\xb4\xca\x3e\x17\xff\x43\xef\x6a\x8f\x81\x1f\x1f\x5b\x5f\xff\xce\xfe\x83\xbe\x44\x06\xb5\xc5\x1b\xfc\x68\x76\xb6\x9c\x35\x96\xb6\x6e\x33\xc3\x9a\x25\xb5\x3d\x30\x72\xb2\x4c\x51\x54\xe8\x93\x6c\x10\x4a\xad\x23\x23\x3b\x1a\xa3\x7e\x17\xf0\xb5\xb7\x71\x08\x99\x76\xbb\x8a\xe2\xf2\x12\x86\xf7\x38\x27\x16\x46\x91\x75\xfc\xf8\x2e\x21\x2b\xf7\x95\x08\xf4\xfd\x4d\x74\x57\xe4\x12\x3c\xee\x1d\x7a\x23\xfa\xee\x1e\x76\x74\x40\xfc\x13\xf1\x5b\xff\xaa\xf4\x8e\xd3\x1d\xc3\xd7\x95\x2b\x40\x29\x26\x2f\xab\xdf\xda\x35\x99\x1b\xd7\x59\x59\x4d\x5b\x65\x34\xee\x35\x67\xd9\x82\x9a\x00\xc6\xb7\xec\x77\x37\x2b\x0d\x02\x41\x2f\x5a\x81\xc7\xbe\xed\x97\x86\xc6\x95\x64\xee\x6f\x09\xcb\xcd\x3d\xb8\xff\x61\xc4\x63\xbe\x5a\xd7\x3a\x7a\x4d\x6c\xd7\xc1\xbb\xb1\xfb\x22\x0e\x1d\x09\x49\xdc\x46\xbb\xa5\xe7\x96\xb6\xda\x47\xfb\x78\x66\xd6\x0e\xfc\x88\x11\x32\xb7\x0c\xfd\xd5\xe4\xb9\x68\x10\x76\xc9\xfc\xa4\x38\x0f\x5c\x6e\xa5\x90\xcc\xd9\x1b\xdb\xd4\x97\x43\xad\x6f\xdb\x1f\xac\x1a\xb0\x08\x72\x54\xd4\x01\x4c\xb5\x9d\x14\x0d\xd6\x86\x93\xb0\xc0\x46\xb5\x7e\xcc\xf1\x07\x54\x62\xc5\xa8\x81\x7e\xa0\xb8\xe8\xaf\x1e\x85\xe6\x95\xf5\x5d\x7f\x0b\xc3\x2c\x39\x5e\xbf\x30\xcc\x2a\xfa\xb7\xe1\x30\x5b\x1d\xca\x37\x59\xc9\xfd\x13\x60\x64\x36\x9a\x64\xec\x19\x6c\x09\x4e\x1b\x72\xf7\xb5\x3e\x93\xb5\x0b\xf1\xc4\xb6\x22\xe7\x8d\x13\x01\x58\x5a\xc0\x72\xa8\x04\x6d\x29\xfa\xd7\xd6\xc5\x89\x2d\xd9\x69\xb5\x0d\x96\x59\xce\x30\xe3\x21\x3c\xaa\x56\x1b\x6f\x47\x6b\xd7\xa0\x8e\xf7\xd9\x10\xbc\xea\x1a\x22\xac\xcd\xbd\xcb\xcb\xe5\x96\xf7\xc9\x13\x85\xa3\xe6\xad\xbe\xaf\x05\x25\x66\x33\x01\x06\x09\x0a\x0b\x4e\xf0\x36\xd6\x37\x6b\x5b\xe6\x14\x7d\x97\x1d\x92\xfd\xcb\x4f\xd3\xde\x23\xf6\x32\xf1\x38\xe8\x7a\x92\x97\xeb\x0f\x70\x3c\xff\xa2\x0b\xd7\xf9\xa1\xe0\x1d\x44\xd7\x65\x55\xce\x5f\x7b\x57\x64\xb4\xc8\xca\xc6\x07\xfd\xab\x78\xda\x02\xef\x16\x57\x7a\xc1\xa4\x1c\xb7\xb7\x4c\x60\xb8\xd9\x59\x8e\x35\x69\x7b\xe6\x2c\xc0\x6d\xae\xef\x84\x8c\xe1\xfa\xcb\x3e\x3a\x72\xf0\x4d\xa2\x34\xe0\x27\x62\x60\x46\x9d\xbd\xc4\x7b\x4b\xbc\x29\x48\xed\xbf\x39\x7c\x14\x62\x1c\x6c\x15\x38\xe5\xbc\x27\x2c\xc0\x7b\x0b\xec\x76\xd4\x02\xee\x08\xc2\x26\x8e\x8a\xb2\x40\x6b\x24\x5d\x82\xee\xc2\x3c\x4e\x3f\xe8\xe8\x80\xa5\x67\x09\xed\x3a\xf0\x57\x73\xe3\xad\xc2\x49\xc7\x0a\xbe\x98\xb9\x7b\xbe\x28\xb6\x34\xe2\xba\x7f\x41\x68\x75\xd7\xba\xfd\x46\xf8\xcb\x2d\xdc\x56\x23\x96\xea\xcf\xa3\x5b\x90\xee\x65\x83\x70\x11\x72\x5d\xc1\x65\xf8\x6e\x8c\x59\xba\xd0\xa5\x07\x8f\xe5\xc6\x22\xd4\x5e\x5f\x43\xcb\x51\xe7\xfc\x27\x28\x6f\x31\x3e\x74\x92\xc7\x46\xf7\xcb\xe1\xc3\x6e\x19\x78\x4c\xf4\x67\xf8\x2f\x92\x61\x7c\x39\xe4\x9a\xd7\xde\xe4\x4b\x0e\x01\x64\x4e\x3a\xcf\xe6\xa9\xaf\x30\xcb\xce\x42\x44\xb9\x9a\x33\x63\xe2\xe5\x77\x13\xac\x18\x6c\xa7\x40\x20\x8b\xaa\x13\x3e\x13\x10\x0f\xb9\x86\xd7\x67\x70\x7b\x83\x16\x91\xe1\x18\x5f\x96\x86\x2f\x85\xfc\xca\xf7\xc7\xbe\x82\x41\x53\xff\xe0\x0e\xa1\xee\x46\x3f\xc1\x13\x09\xbb\x83\xc7\x48\x06\xe4\x1c\x9f\x07\x9e\x43\x54\x57\x82\x2d\x99\xc4\xb8\xe9\x8a\xf1\x5d\x88\x3c\x04\x9b\xf6\xff\xc1\x01\x82\x89\x81\x38\x1e\x1c\x58\x17\x44\x4f\xfe\x6a\xbd\x96\x8e\x4b\xc7\x9b\x45\x85\x1d\x07\x12\xc7\x77\x31\xf3\x80\xfb\x06\x4c\x43\x15\x76\xa7\x55\x28\xc6\x7a\x5b\xa8\x5c\x9f\xc6\xb6\xde\xd2\xb0\xe4\x3f\x6b\x6d\x53\x66\xe7\x17\x6b\xf3\x21\xef\xbc\xef\x11\x7b\x59\x4a\xb2\xef\x6e\xe8\x12\x7b\x07\x65\x9d\x1b\x3f\x70\x34\xc0\x80\xf4\xd8\x1b\x43\x5b\xe5\x5b\x8d\x0b\x0c\x6a\xa5\xad\x40\x61\x19\x7d\xa1\x59\x50\x57\x26\x97\xd5\x0d\xba\x1a\x2e\xe2\x3c\xb1\xbd\x18\x49\xe1\x89\x2c\xee\xc6\x57\x5a\x2f\x4e\x07\xc6\x0d\x5a\xaf\x1b\x29\x8d\x95\x59\x1d\x56\x67\x70\xf2\x2c\x82\xba\x9c\xa3\xb6\x99\x74\xb4\xfd\x64\xd5\x1b\x5d\x69\xcc\x61\x46\xeb\x4d\x94\x7f\x0d\xb1\x31\xc1\xe6\xf6\xd0\x1b\x2c\xed\x93\x80\x8c\x37\x8e\xd8\x08\x6e\xa8\x23\x62\x39\x40\x19\xc6\xc7\x7e\xf1\xdc\x1b\x7e\xd3\x93\xe2\x7e\x98\xe5\x4c\xf1\x44\xfc\x1b\x75\x2d\xe8\x86\xd3\x22\xa7\x39\xcc\xc4\x21\x38\x76\x89\x7d\xc2\xfa\x41\xa6\xbb\xa5\xd3\x2c\x3a\x53\xcb\xa2\x6b\x3c\x21\x83\x65\x1e\x36\x64\x95\x1e\x6e\xaa\xec\xdb\x9d\x7a\xc5\xd8\xaa\xd3\x28\xe9\x9c\xc1\xed\xd6\x70\xde\x75\xfd\xd5\xf5\x69\xb1\x86\x47\x63\xa5\xa0\x98\x56\xbd\x0d\x39\xfc\xe8\x9b\xa6\xb6\x09\x80\x18\x43\xbb\x1d\xcc\x01\x0e\x05\xaa\x4d\x11\x72\xef\xa3\x7f\x12\x2f\xc7\x1f\x21\x8c\x62\xce\x24\x44\x90\xe7\xe0\xea\xa4\xd3\x54\x26\xe4\x6c\xca\x24\x83\x02\x3c\x25\xa2\x9a\x2b\xe7\x64\x22\x9c\x79\xd8\xe4\xba\x82\x05\xb3\xf5\x23\x36\x79\xf5\x46\x25\xfd\x63\x79\x0c\xc3\x4f\xdd\xf7\x84\x49\xc7\xa3\xdb\x6b\x32\x15\x47\x8b\x9b\x69\xe9\x85\x47\x1e\xd6\x40\x53\x31\x87\x11\x25\x3b\x93\xd3\x8e\xea\x64\x1d\x4f\xf8\x71\x6c\x3c\xf6\x6a\xd2\x26\x8b\x48\x46\x64\x22\xc7\x61\x96\xcc\x49\x99\x80\x2f\xe2\x33\xf8\xf7\xdc\x51\xe8\x8e\xcc\x45\xcf\x10\x17\x46\xd6\x1d\xca\x3a\xc7\x97\xd2\xdf\x66\xce\xf3\xf3\x65\xfa\x66\xf0\x29\xb4\xf4\xa5\x29\x76\x74\x54\x2a\x30\xd1\x19\x84\x49\x5e\x1a\x75\xf5\x9e\x2a\x15\x1b\x1e\xec\xcc\x10\xd3\x8f\x1f\x68\x2b\x2e\xca\xd3\x7b\xda\xc8\x2d\x30\x38\x7a\xaa\xa2\x22\xc7\xe1\xf0\xfa\xc2\x56\xe1\x9d\x63\xb4\x0c\xed\xec\x5e\xfd\x14\x4e\x6b\xd6\x9c\xf9\xef\xe0\xc7\x39\x87\x1c\x6d\x7c\x80\x79\x18\xf8\x39\xc2\xa1\x02\x81\xdb\x55\x57\x48\xa1\x27\xc9\x0e\x96\x59\xfb\xca\xa4\x78\x61\x57\x1d\xc3\xe4\xe3\x74\x51\x1d\xc5\x24\x78\x7c\x53\xdd\x01\xe3\xb2\xa1\xee\xda\x73\x46\x4a\x35\xae\xf6\xb8\x61\x85\xaa\xab\x3a\xdc\xe0\x90\xe2\x6d\x65\xad\x7e\x59\xb3\x75\xb9\x4a\xcf\xb1\xb6\x54\x3a\x79\x2c\x53\xba\x49\xa2\x7b\xec\x5a\xde\x8f\x52\xb4\xfe\x6b\xfe\x96\x12\x43\xc3\x99\xe8\xd4\x92\x10\x6b\xbd\xe0\x97\xa5\xa7\xc1\x9a\x3e\xa1\x12\x19\x7c\x0d\xfe\x64\x59\x2e\xa6\x02\xad\xd7\xa2\x34\x82\x2f\xa6\xb4\x82\x8c\xee\xcc\x3c\x6f\x75\x35\x22\x4c\x78\xb4\x1e\x34\x14\x0e\xff\x6a\x79\x64\x20\xed\xef\x6b\xa9\x3d\xde\xd8\x13\xd4\x2c\xd7\xff\xb7\x63\x4f\x53\x84\xde\xa7\xd6\xee\xc6\xbb\xc7\x7e\x35\x02\x1b\xec\x8f\x9d\xab\x94\xd5\x09\x8f\x99\x88\x67\x6a\xe3\xf5\x46\x84\xf1\x35\x4f\x0c\x2a\x92\x8d\x6b\x78\xa6\xfe\x51\x9b\x6a\x06\x6c\xd4\xc1\xff\xd4\x0a\xc0\x24\xf2\xed\x3a\x9c\x0b\x13\x7f\xa4\x8b\x74\x5c\xb5\x34\xd6\xa5\x34\xd8\x35\x07\xee\x12\x1d\xcf\x9f\x2c\xe8\xca\xd6\x87\x8c\xfa\x76\x85\xe9\xe9\x0e\xae\xe8\x0a\x3b\x3a\xd8\x7b\xae\x0b\x72\x64\xa2\x4b\xa3\xcb\xe4\x70\x9b\xfc\x42\xd7\x86\x43\xf9\x4d\xa3\x9d\xfe\x87\x74\x6b\x3b\x95\xf7\x0f\xe5\x94\xe9\x28\xea\x0f\x07\x15\xee\x68\x63\x1e\x7d\x22\x38\xd2\x6a\x65\x00\x4e\x18\x6a\x35\x33\xc5\xb1\x09\xad\x86\x36\x5a\x41\xa7\x5b\xad\x1d\x93\xbd\x7f\xae\x8b\xc8\xa9\xc9\x36\xdf\x38\x98\xff\x22\x99\xb4\x89\x57\xf8\x82\x33\xb7\x65\xb9\x84\x18\x8e\xd6\x3a\x2b\x1d\xa5\x3d\xdf\xa1\x5b\xa9\xf2\x85\x68\xdf\xab\x4d\x20\x46\xfe\x73\xbc\x51\x0f\xd3\xb9\xf7\x4f\xb3\x07\xfc\xf2\x01\x55\x9b\xa6\x13\xfe\x90\xb9\x02\x0a\xc2\x1e\xf9\xa1\xdc\x69\x17\xa5\xb7\xd4\x71\xd2\xaa\xd3\x60\xa9\xcb\xcd\x5c\xcb\xf8\x62\xb7\x86\xd1\x09\xb3\x77\x3d\x72\xfd\xa3\x96\x53\xbd\x6f\x8e\x28\xb6\x9d\xe2\xbf\xcd\x9b\xd7\xde\xf4\x1f\x31\xb5\x17\xb3\xca\x78\x51\xbb\x0f\xe7\xc2\xd8\x09\xff\xc0\x45\x44\x46\xe1\xde\x0e\xb1\x98\xf2\x67\x7f\x96\xb4\xd3\x73\xd5\x41\x9d\xca\x52\xf7\xfa\x23\x9c\x5a\x34\x12\xa7\xbf\xa2\xe1\xbe\xd3\x49\x03\x5c\x13\x1c\x74\xd7\xa8\xb7\xc5\x1f\x08\x36\xb5\x69\x03\x5b\x8f\x98\x7f\x92\x7f\xb4\x40\x5a\xdd\x6b\x2f\x36\x69\xb3\x3d\xd5\xb1\xc9\xe0\x85\x7d\x6b\x67\x80\x5e\x9c\x8e\x0f\x4f\xab\x48\xba\x4f\x37\xe1\x7e\x76\xcb\xfe\x0f\xc9\x36\x29\x43\xba\x8b\x69\x1b\xb8\xd4\x43\x24\x01\x36\xfc\xc0\x91\xad\x39\x05\x81\xef\x8f\x61\x44\x44\x72\x99\x7e\x91\xb8\x02\x1f\x62\x68\x26\x2d\x72\xdd\x6b\x72\xa8\x92\x09\xab\x34\x37\xab\x99\x04\x3b\x5b\x69\xd6\xe7\xd8\x07\xdb\x54\x35\x7e\xb0\x39\x03\xfc\xa7\xe9\x87\xa5\x8f\xc3\x42\xcb\x39\xd3\x67\x60\x69\x1b\xca\xa8\xc4\xd9\x59\x5e\x76\x1c\x7d\x94\x15\xb5\x59\x0a\x38\x36\x17\x3d\x55\xb0\x5f\x6f\x9e\xa3\xca\xf4\xd3\xbf\x18\x37\x9d\xf0\xcb\xc0\x38\x31\x3c\x2a\xcb\x08\xc5\xf7\x08\xd9\x68\xb2\x55\x60\x41\x79\x65\x7a\x35\xe7\xb9\x07\xc7\xc2\x5f\x64\xe7\x6e\x63\xed\x20\x4e\x44\xee\xb5\xbd\x2f\x65\x3a\x89\xec\x0b\x2a\x6a\x41\x76\x8e\x96\xd5\x0a\x3b\x04\xe4\x5d\xdd\x88\x55\x2e\xb4\xad\xd1\xc6\x1c\x00\x37\x95\x75\x1a\x8f\x22\x27\x9a\x37\x1a\xb0\x4c\x07\x43\xde\x56\xdb\x9b\x6b\x85\xbe\x2b\x69\x37\x8f\x0d\xbb\x93\xab\xb6\x70\x8a\xdc\x96\x36\x6a\xc9\x8d\xde\x10\xe7\x63\xc5\x88\xdd\x14\x71\xd9\x46\x27\xe1\x52\x10\xc7\x8e\xcc\x27\xfb\x94\xda\x5b\x09\x2c\x09\x16\xa0\xac\x9c\x61\xd7\x6a\x88\x8d\x88\xe8\xb2\xc1\xf9\x8d\x38\x18\x9c\xe8\x72\x50\x92\x67\x4f\x47\xf0\xca\x0b\x6c\x92\x50\x4f\xab\x42\x2c\x54\x98\x98\x9a\x4f\xa6\x5b\xb1\x7a\xf5\xdb\x0c\x87\x41\x7d\x01\x81\x32\x4d\xc7\x72\x6a\x4d\xe5\x12\x38\x36\xf0\x92\x78\xce\xd1\x3d\x68\x38\xc7\x04\x74\x92\xe1\x9c\x4a\x74\x0c\x0d\x2b\xe0\x30\x20\xd6\xec\x12\xa6\xc2\x29\x9f\xcb\xa0\xba\x42\x7d\x12\x57\x7a\x55\xbb\x8c\xf2\x41\xd8\x59\xc4\x82\x60\x2f\x2a\x0e\xf5\x3c\x47\xe5\x7c\x07\x03\x2b\x58\x04\x7d\x75\xaf\x28\x4e\xb7\x9b\xc4\x75\x96\xaa\xad\x54\x84\x97\x65\x7c\xb3\x31\x8f\x94\x8a\xdb\xc6\xc6\xc8\x66\xcf\x8f\x0a\x07\xf4\x31\xef\x4d\x0d\xef\x51\xe7\xc9\x9a\x15\xfd\xa8\x7f\x7d\x8e\x17\xf3\x90\x77\xfd\x44\xd9\x30\xd4\x56\x2a\x3a\x89\x81\x02\x06\xbf\x88\xb2\x45\x3b\x85\x01\x18\xe9\x18\x37\xb6\x94\xd2\xe9\x76\x36\x76\x97\x87\x26\x76\x3a\x91\xea\x96\x49\x58\xcf\x9f\x44\xec\x22\xbe\x15\x44\x40\xce\x7a\xfc\xce\x89\x70\x70\xf1\xd6\x2d\xd8\x6e\xf3\xc1\x87\x50\x14\x65\xb1\xec\x57\x5c\x12\x6a\x32\x4b\x7a\xee\x7e\xae\xbb\xc6\x13\x80\xfd\x2c\xd7\xf7\x42\xe2\x31\xf5\xd7\x3d\x5e\x12\xc0\xe5\x19\xa4\x25\x62\x40\xe1\x53\x62\x8c\xc7\x69\x81\x33\xd1\x82\xfc\x9b\x57\x43\x42\x05\x3c\x88\x5c\x45\xaa\x0b\x7e\x10\xb4\xd5\x13\x1f\x96\xeb\x53\xee\xcd\x8d\x8a\x22\xf4\xf8\xe8\xc7\x9e\x72\x4d\xf7\xdb\x9f\xb4\x1a\x76\xc9\xdf\x33\x6d\x23\xd8\x86\x7a\x50\xa0\x0b\xac\x0b\x7c\x2f\x9c\xb0\x3e\x14\x74\x3f\xff\x88\x59\x43\x60\x3b\x42\x67\xf0\x14\xed\x3b\x92\xae\x52\xd2\xaa\x90\x6f\xdb\xae\xd3\x78\xa8\xa1\xfa\xcb\x81\x28\xd7\xad\x65\xb3\x54\x3e\xe6\x97\x08\x4a\x85\xe3\x1c\x32\x72\xfd\x3d\x49\x6d\xb1\x1f\xfd\x91\x3e\x51\x61\xeb\x02\x5e\x51\xaf\x06\x7c\x0a\x5c\x41\x7f\xe0\x35\x43\x53\x86\x13\x71\xfb\x82\x4f\x45\x13\x51\x45\x0c\x66\x5c\xb0\xf3\x44\x28\x3a\xc9\x09\x14\x17\xb6\x9f\x7f\xd9\x56\x19\x7e\x22\xb3\xc7\xe2\x22\xeb\x83\x53\xdd\xf8\x8e\xa8\xf5\xce\x71\xfd\x33\x51\x52\xe8\xea\xae\x3c\xf6\x37\xe8\x81\xb6\x60\xb6\x2d\x14\xdf\xb0\x22\x72\x05\xcc\xb6\x2c\x3f\x7c\x95\xcb\x64\x81\x23\x33\x03\x19\x90\xd6\xcd\xb4\xc0\x6e\xe3\xf0\x43\xbf\x79\xd8\x86\x38\x31\x7f\xf8\x6a\x53\x52\xc2\x67\x03\xd7\x78\x70\x23\xc1\x8c\x02\x77\x07\xf6\xb6\x08\x2e\x42\x19\xbd\x26\xfa\xb7\x13\x20\x46\x10\xb7\x60\x3f\xcd\xdd\x91\xe4\x65\x9d\x94\xac\x09\x42\x4e\x1f\x4b\x66\x82\x72\x47\xb8\xc9\x8f\x40\xcf\xfa\x3e\x27\xcb\x1d\x37\x76\xda\x26\xd5\x83\x46\x5a\xe9\x89\x18\x50\x42\xfd\x6e\xde\x3e\xc7\x0d\xd2\xd1\x38\x1a\xf8\x4b\xde\x43\x6e\x09\xf4\x48\x2a\x9c\x53\x8c\x3a\x10\x75\x91\x9b\x8c\x0b\x0d\xee\xe0\x9e\xf6\xdc\xe2\x6b\x1d\xfb\xcc\xf7\x2c\xf1\x50\xfc\x34\xcd\x14\x93\x99\x60\x17\xf2\x16\xbe\x2e\xf1\x45\x64\x00\x58\x95\xdc\x1a\x53\x6c\x77\x53\x68\x08\x3c\x38\xdb\x22\x8c\x07\xda\x8d\x47\x0b\xb9\x76\x4f\x06\x27\x85\x14\xbb\xb8\x5e\xdd\x6c\x84\xed\x6d\xe5\xb8\xe0\xa1\xed\xe1\x96\x7d\x99\x7e\x36\xdd\xb5\xc5\xe9\x7d\xb6\x5a\x12\xdb\x34\x0e\xd0\x28\xe7\x03\xbf\xdb\x31\x34\x59\x2f\x35\x18\x66\xc5\x42\xa4\x9e\x72\x65\x06\x36\xf2\x93\xf0\x5f\xbd\xef\xf0\xaf\x79\x79\xe3\x6e\xa5\x5f\xf3\x3f\x84\x9e\xcb\x4c\x08\xd6\x82\x25\x66\xad\x63\xe6\x83\x3e\x89\xf7\xd8\xbc\x9f\xf7\x10\xe7\xd8\xee\x9b\xc4\x89\xb3\x6d\x8a\x47\x0c\xc4\xd1\xd6\x77\xfa\xf7\x8b\xb5\xad\x35\x55\x3f\x8b\xb2\xad\x3c\x15\x55\xa2\x65\x4b\x41\x93\x5e\xc1\x4a\x4b\x44\xb5\x4e\x9e\xb3\x65\x52\x89\x66\x6e\xa4\xf5\xdd\x6c\x9d\x9c\x0b\xc0\x17\x09\xfb\x72\xca\x9c\xc2\xc3\x2f\xe6\x48\x91\x07\x03\x86\x72\x6b\xb0\xfb\xbd\x30\x79\x38\xd2\x09\xec\x83\xfc\xe7\x3e\x0f\x50\x14\x51\x06\xb5\xdf\x59\x5a\x49\xb4\xde\x71\x42\x59\xf9\xdc\x3a\x72\x4a\x55\xf9\xd6\xea\xe7\xe8\xd5\xca\x17\x56\x82\xc1\xf5\x95\x57\x2d\x5f\xf7\x92\x2a\x9e\x5b\xc2\x3b\x7a\xca\x05\x16\x49\xad\xf5\xd2\x6f\xe6\xe5\x0d\x0c\x49\x92\x79\x66\xc5\x8e\xd2\x8d\xe6\x63\x45\x46\x25\xf3\x56\xde\x99\x7a\x25\x34\xbb\xe8\x38\x6a\x49\x32\xf8\x21\xf3\x69\x49\x13\x9c\xed\x5f\x5f\x9a\xea\xb6\xcb\x13\x2e\x49\x26\xcc\xbb\x7f\x93\x5e\xf5\x26\x22\xae\x34\x72\x2d\x83\x17\x1e\xc9\xd6\x59\x9e\x98\xfe\x2b\x3b\x6e\x29\x1c\x77\x94\x99\x5b\x5a\x0e\xb5\xca\xcc\x2d\x2e\xa9\xff\x69\x7c\x6c\x11\xa3\x72\x6c\xb8\x62\xfe\x55\x11\x5b\x1f\x6f\x6e\xd3\x54\x59\xb7\xd1\x6c\xb6\x66\xb0\xa6\xdb\x6c\x48\x32\x5e\x3d\x6a\xde\x97\x8f\xab\x0e\xb3\xda\x99\x06\xad\x0e\xb7\xd3\xe1\xea\x54\x77\x81\x53\x42\x4d\xab\x1f\xba\x9c\xa2\x64\xd7\x74\xb9\x56\x79\x38\xd5\x3e\xc2\x6f\x70\x1b\x57\xac\x34\x6f\x5b\x5c\x54\x08\x2d\xd6\xcd\x1e\x57\x28\xcc\x1f\x4d\xb8\x29\x4a\xcd\x39\xc3\xe7\x14\x31\x66\x5f\xfa\x29\x0a\x84\x59\x54\xf7\x37\x79\x86\x99\x86\xb2\xae\xad\xc7\x34\xa8\xd5\xa6\xf5\xa4\xc9\x48\xc3\x68\xcb\x69\x93\xb7\x95\x16\xcd\xc3\xa6\x66\xe2\xca\x66\x1d\xf3\xcd\x39\x1a\x4d\x17\x2c\x85\x29\x55\x4d\x7f\x6c\x69\x31\x16\xcd\x47\x1c\x2b\x19\xf3\xcd\x09\x30\x85\x5f\x74\x8b\x0b\x7a\x07\xf1\x5a\x77\xaf\xe9\xdb\xa5\x81\x1e\x90\x59\xfc\x9c\x76\x4f\xb8\x19\x63\xd2\xa6\xc7\xda\x74\x7e\xe4\x54\x0f\xc0\xe4\xca\x40\x7a\xf7\x35\xe3\xab\xbd\xc0\xee\x0a\xe3\x3d\x9d\xec\x6e\xb2\x11\x5d\x1e\xd1\x7d\xd8\xb0\xbc\x89\xaa\x2a\x35\xf4\xad\x25\x74\x0d\x1a\x4e\x48\xdf\x74\xb2\x8c\x5a\x0a\x5d\x3a\xf6\x99\x62\xb3\xcc\x95\xe3\x16\xbb\x93\x82\x95\x1f\x6d\x34\xa2\x14\x1d\x2b\x41\x2b\xe9\x6d\x1d\x45\xd0\xdd\xbe\xd6\x9b\x5f\x17\x3e\xcd\xa5\x6b\xf1\xc4\xf6\x69\xb2\xed\x0c\xc9\x21\xde\xb6\x9d\x16\x65\x3f\xd9\xd3\xbb\x36\x56\x79\x86\x1c\xd9\xfd\xa6\x76\xc8\xbf\x49\xa7\xb6\x91\xe5\xd9\xb7\x7f\x4b\xf3\x25\xec\xb0\x6e\xa6\x7c\x1d\xfa\xe0\x61\x68\x7b\x39\x4c\xf7\xe8\xcf\x8e\x0e\x30\x48\xff\x59\x97\xb7\x3d\xd1\xf0\x82\xea\x93\x8d\xc4\xe4\x67\x0f\xcc\x72\x9b\xf9\xe9\xde\x74\x53\x8e\x55\x51\xdf\x23\x43\xb2\x2d\xb2\x7f\x97\x5e\xc3\x6e\xe3\xec\x65\xd1\xf2\x3f\x23\x39\xf9\x59\x3b\xf7\x96\xe4\x43\x92\x21\xfb\x0d\x0a\x39\x1c\x98\xae\x5e\xc9\x91\xb0\xc8\x83\xe3\xd2\xa2\xc0\x96\xc3\xb2\xca\x64\xb2\xe4\xe8\x8f\x5a\x53\x3c\xe3\x38\xb6\xe1\x31\xfa\x81\xe1\xad\xe6\xed\xb0\x11\x13\x78\x6b\x1d\xb8\xce\x6c\x41\x2e\x72\x58\x6d\xc9\x6f\x87\xd9\x16\xdb\x50\x94\x4b\x56\x46\x40\x52\xe7\x3e\xb3\xd3\x20\x50\x17\xc3\x18\x0f\xd1\x52\x95\x1a\x68\xe8\x36\xf0\x83\x4a\x82\x0f\xef\x4d\xab\xcf\x5d\x3a\x7a\xfe\x3f\x62\xea\x69\x64\xa5\xf2\x1c\xf5\xfd\x72\x0f\xb1\xb7\x1a\xe8\x8a\x30\xf4\x93\x46\x87\xc5\x6c\xca\x26\xe3\xa7\x52\x17\xd2\x33\x33\x58\xa5\xb6\xdb\xb0\xa5\x6d\xcd\x1d\x84\xb9\x0d\xa8\xc1\x17\x32\x6a\x57\x28\x1b\x03\x1d\xb6\xff\xd9\x7c\xd9\xae\xd9\xb1\xa2\xb5\xdf\xda\xc1\x89\x20\xf7\x32\xbf\x05\x7d\xa3\xe8\x35\xc9\x82\x27\xb6\x3f\x37\xb4\x32\x00\xc6\x0b\xca\xef\x18\x31\x78\x2d\x45\x06\x26\xce\x89\xfb\xb3\x15\x66\x3b\x93\x0f\xa7\xdc\x35\xe7\xf0\xcf\x72\x83\x2d\x2e\x0a\x76\x87\x6b\x58\x51\x72\x20\x81\x5d\x36\x47\x0b\x06\xc8\x28\x3b\x78\xf1\x0c\x7e\x9f\x7d\x8d\xe4\x3e\x7a\xcc\x51\xbb\x62\x0e\xfa\x00\x52\x5a\xb3\xc9\xf1\x0a\xd4\xba\xee\x83\xfd\x56\x97\x73\x8d\x71\x36\x69\x48\xcb\x26\x0f\xcb\x9d\x68\x69\xf3\x77\xd3\x66\xb7\x2d\xad\x5e\x46\xde\x56\x23\x6c\x6c\x6d\xbb\xcd\xd7\x28\x3b\xe9\x6e\xbb\xee\xe8\xe9\x02\x9e\xfd\x36\x4e\x5b\xe6\x5d\xfb\xaf\x71\xb9\x89\xf1\x0e\x0f\x12\x37\x46\x9d\x72\x8c\x4f\xed\x0d\x61\x42\x0e\x64\x22\xfd\x43\x9d\x64\xc2\x0b\x9e\x5a\xd0\xa2\x82\x83\xee\x15\xf0\xcd\xc5\x52\xe4\x61\x24\x48\x42\x75\xea\x44\x87\x94\x0b\x41\x31\x98\x9e\xaa\x38\xbb\x5c\xec\xa6\x5a\x63\xab\x39\x7c\x5c\xbd\xca\x5c\x93\xb4\xb6\x31\xdf\xb8\xc6\xe9\x0f\xe3\x4a\xf3\x26\x68\x51\xc8\x8d\xea\x8b\xb0\xf7\xa1\xef\x4b\x95\x2e\xd2\xb0\xa9\xbc\x5e\x78\x68\xc4\xa7\xf4\x02\x04\x2c\xea\x5a\x3c\x0c\x71\x97\xab\x8a\x6c\x45\x6d\x4e\xd8\x1f\xcc\x45\x0f\xa4\x7c\xf1\x1d\xc2\xa4\x65\x8c\x11\xd9\xee\x6b\x84\x14\x4c\x22\xf6\x53\xfe\x05\xf8\x6a\x82\x59\xd1\x15\x88\x05\x09\x58\x6a\x67\xff\xd9\xd3\xb5\xcc\xc8\xe6\x81\x77\x54\xc5\xbf\x16\x1f\x7d\x66\xab\x5d\x4c\x77\xbb\xa5\xf8\xa3\xda\xeb\x71\xfe\x01\xb9\x32\x23\x7c\x24\x75\xb0\xea\x28\xe1\x78\xe0\x93\x12\x6b\xfc\x54\xf0\xbe\x9c\x0e\xbc\x8a\x71\x2f\xf5\x3c\xfe\x7d\xd8\x03\xae\x0b\xe1\x31\x3b\x2c\x6c\x89\xb4\x91\xf3\x34\xf0\x8e\x87\x15\xef\x03\x19\xe8\xf9\x25\xa5\x1f\xbf\xd2\x7b\x2c\xe3\x14\x3a\xc5\x27\x40\x88\x86\xde\xf5\x83\xe6\xdb\x3a\x76\xf8\x83\x0b\x27\x80\xde\x54\x1b\xf1\x23\xeb\xdd\x34\x3d\xc9\x80\xd9\x34\xd9\xce\xe3\x7d\x8f\xc0\x77\xb5\x97\xb1\xc2\x93\x62\xe2\xcd\x6a\x24\x52\xb4\xc8\x4b\x15\x9f\x28\xc6\xbe\xc0\xe2\x52\xbf\x8b\xfe\x2b\xb3\xad\xfc\x66\x03\xc7\x93\x18\x7e\xed\xf4\xa6\x68\x0d\x8a\x7b\x18\x2e\xa4\xc3\x5f\xc2\x7a\x1e\xa0\x13\xf0\x92\x6b\xee\xf9\x2a\x90\x9d\xb0\x03\x7b\x28\x48\x2f\x55\x0f\x99\x10\x7c\x2b\xe3\xb6\xd3\x03\x06\x33\x7b\x0a\xb4\x3a\x74\x7f\x1e\xce\x36\x98\xf9\x55\xd4\x66\x31\x48\x7f\xe9\x6e\x36\xf8\x3e\xd4\x0f\x3b\xa6\x72\x65\xf6\xe2\x57\xb4\xf1\xc3\xe6\x09\xc8\xfa\xdb\x4c\x05\xb1\xa5\x3c\x22\xf4\xba\x07\xb4\xb0\x29\xe4\x8f\xd7\x39\x81\x7b\x88\x9d\xef\x1b\xde\xcd\x10\x06\xf5\x55\xe4\x7c\xc8\x0b\x7a\x74\x70\x6e\xe8\xd7\x30\x53\x3f\x50\x58\x0a\x3b\x82\x94\x16\xfe\x86\x9b\xe5\xe6\x10\xc9\x4c\x88\x81\xa7\xb2\x35\x52\x0d\x21\x46\x51\xf9\x19\x51\xf6\x66\x31\x9b\xb2\x0f\x58\x1f\x89\xf1\x41\x6a\x8f\xdf\xe3\x5a\xa1\x40\xfd\x37\x62\x43\xd1\xfa\x5d\x86\xb1\x53\xe8\x87\xad\x77\x63\xbf\xb9\x9e\xad\x47\xc5\xae\x74\x73\x28\xe3\x70\xcd\xb1\x9b\x45\x7b\x38\x1e\xf8\xa8\x8c\x91\x98\x6d\x9e\x84\xb8\xda\xe8\x87\xbe\xf4\x70\x4a\x4c\x1e\x15\x17\xd8\xc8\xa9\xa4\x87\x90\x67\xb9\xb7\xc3\x98\x84\xdd\x71\x0c\xf6\x5f\xd7\x90\xf8\x61\xee\x1d\xd8\x48\x82\x76\x42\x82\x63\x69\xa2\x24\xe5\xbb\xed\xef\x34\x4d\xe8\x81\xe9\xb9\xb4\x2b\xd0\x4f\x23\xe7\xd3\x9b\x60\x17\xfb\xfe\x4d\x5f\x76\xf1\xef\x38\x97\x9e\xe5\xd2\xd7\x72\x2b\xed\x27\xdc\xb1\xce\x87\x5f\x82\xb0\x90\xe6\xa4\x7a\x21\x6f\xe7\x77\xa7\x10\x5c\xf7\xa5\x7d\x4b\xfe\x80\xdf\xce\xf5\x4c\x5e\xf2\xe4\x86\x9e\x4a\xb1\xf7\x0d\x08\xb0\x4d\xdd\x41\x5d\xf4\xf2\xe1\xef\xa7\x5f\xc7\xfe\x49\xcb\x0c\xa7\xa3\xda\xd2\x7f\x46\xc5\x41\x0f\x66\xc2\x63\xa1\x0e\x33\xf9\x5b\xc0\x21\x73\xd0\xfc\x3f\xe0\x8f\xe3\x8a\x82\x12\x48\xd0\x60\xa5\xc8\xd5\x69\x6d\x0f\xa3\xa0\xd2\x69\x4b\xfb\xf9\xfc\x8b\x4e\x5b\x9b\x2d\xf2\x06\x9c\x22\x6a\xea\x72\x61\xce\x87\x25\x1b\x73\xf0\xb0\x35\xb9\x0a\x61\x36\xfc\x61\xaa\x63\xf6\x4f\xcc\xc1\x68\xb5\x30\x9b\xe0\x47\xaf\x12\xca\xbd\xd2\xfc\x2e\xe6\x18\xf8\xc9\x3d\xf0\xb9\x41\xb4\xd5\xee\xd8\xbc\x9e\x90\x58\xc4\x6c\x81\x46\x84\x14\xf2\x54\x02\x77\x50\x9f\x20\x49\x6d\x41\xd6\x93\x6a\x69\x26\xc8\x7a\x04\x2a\x3d\x0f\x02\xab\x4f\x49\x97\x41\x36\xaa\xbd\x92\x77\xa0\x75\xf2\x29\x89\xa6\xc3\x59\x19\xb5\xe4\x0f\xe8\x58\x95\x50\x7c\x0b\x34\x58\x62\x21\xbe\x0e\xd1\x17\xee\x17\x27\x42\xd5\x49\x0e\xc5\x6f\x90\x27\xd8\xdb\xc5\x71\xee\x8b\x34\xbc\xf8\x02\x29\xd1\xe7\x64\x09\x92\x9c\x49\x9c\x29\xa5\xfb\xf7\x63\xda\x25\xd3\xc1\x6b\x5c\x62\x6b\x38\xc0\xcc\x85\x53\xb5\x55\xf6\xda\xd3\x36\xb5\x57\x81\x3f\xc7\x8e\xd7\x6d\x01\x3e\x1c\x3c\x58\x07\x05\x9e\xe8\x3d\x5c\xdb\x0b\x2c\xea\xf0\xac\x39\x0f\x74\x6d\xb5\xab\xbe\x07\xdc\x52\x7f\xb7\xea\x3e\x30\xa4\xfc\x5d\xe5\x7b\xfb\x35\x45\x4d\x55\x1a\xa0\x57\x02\xb7\x2a\x3b\xa7\x57\x3c\x9f\xca\xb7\xf0\x97\x11\xfd\x55\x8e\x98\x7e\xea\x50\xd5\x17\x02\x98\xbc\xa9\xba\xce\x6b\x03\xe1\x60\xed\x4a\xbf\x95\xe8\x86\x66\x37\xdb\xf8\xa5\x7d\x2d\xb6\xb6\x3f\x67\x2e\xb5\xe4\xda\xbe\x19\x1f\x69\xe9\xb2\x9d\x1b\x7a\xd1\x72\xca\xb6\x58\x7d\xac\x45\x61\xeb\xab\xda\xd9\xfc\xcb\xf6\xb0\xc2\xb5\x19\x66\xf3\xa2\x29\xa1\x29\xcb\xe6\x57\x8d\x5a\x36\x67\x4b\x96\xee\x97\x39\xda\x55\x15\xa0\x64\x86\x0e\x84\xf4\x7c\xd9\x20\xc4\x21\xf6\x99\x4c\xee\x12\x1b\xd6\x2f\x7b\xe0\xba\x39\xa0\xa0\xa9\x0e\x77\xcc\x2b\xaf\x39\x87\xf4\x08\x77\x48\x79\xdb\xba\x60\x59\xab\xa3\xc4\x66\xcd\x9c\x65\xc7\x5b\x9b\x6d\x13\x7f\x3b\x7e\x59\x9f\x19\xc1\x77\xfc\xb1\x4e\xec\xef\xed\xf8\x61\xad\xdb\xb3\xa7\x83\x67\xf5\x56\xd9\xa1\x7c\x62\x35\xd2\x6a\xad\x44\x59\xa5\x36\x74\xb7\xf7\x5a\x5d\xa9\xf4\x6f\xd7\xb6\xb6\x2c\xd9\xa8\x98\xb6\xb9\x91\xf3\x5d\x21\x03\x1e\xe5\x1f\x55\xbc\x74\xc4\x70\xff\x69\xdf\x09\x15\x31\xf7\xb5\x67\x21\xbf\xfa\x0b\x94\x31\x6e\x7f\x3c\x16\xd4\x87\x2c\x99\x27\x0d\xd5\x48\xab\x3d\xf3\x99\xea\x2e\x2b\xea\x94\xa3\xba\xc5\x6a\xc5\xa8\x52\x9d\x67\x59\x31\x78\x4c\x1d\x63\xb9\xaf\xb7\x4b\x7d\xd0\xe2\x6c\xe7\x52\xdf\x09\x0b\x89\xbc\xad\xcf\xcf\x82\xdc\x94\xde\x7b\xc1\x22\xa4\x96\xdd\xcb\xb5\x18\x2d\xf3\xec\x79\x6e\xe9\x53\xf8\xab\x47\x62\xbd\x32\x1b\xd7\xe3\x6f\x1b\x9d\xfc\xb3\x47\xec\x50\x14\x93\xd6\xd3\xee\x34\x10\x32\xdf\xeb\x0c\xff\x4a\x41\xed\xdc\x2e\x75\x11\x6d\xdb\x95\x58\x7e\x54\xb0\xbc\x87\x5c\x99\x97\x9c\xf5\xcf\xdd\x1a\x5d\x2e\x61\xaf\x6f\x3d\x20\xbc\x6d\x5f\x6d\xe3\x1d\x1a\x48\x57\xa3\x85\xe7\xf3\xf0\xd0\x5a\xf9\x1d\xa2\xef\x91\x78\xe5\xb2\xdb\x21\xbd\x15\x5d\xce\x88\x95\xc7\x27\xbb\xad\x21\x5f\x8c\x26\x7a\x86\x41\xbb\x4c\x8f\xf4\xd1\xec\xe2\x2c\xf6\xa8\x53\xad\xfe\x5a\xfb\xf6\x3b\x9a\x17\xdb\x59\x0e\xa0\x8d\x5f\x3a\x68\x0e\xd2\x0c\xc2\xf7\xd5\x8b\xa2\xc5\x68\xdd\x8d\x45\xe8\x9c\xb4\x43\xd6\x62\x12\xff\xd6\xe1\xeb\x92\x95\xf1\xbc\xa3\xbe\x65\x67\xd8\x6b\x8f\xdd\xaf\x5a\x4f\xff\xa0\x2f\xab\x65\x52\xf4\x0c\x35\x1a\x57\x90\xa6\x8d\xdd\x9b\x23\xdd\x9e\x99\xce\xb7\x25\x20\xe4\x16\xe6\x8a\x1f\x4e\x09\x56\x0f\x95\x93\xa0\xcb\xb6\x73\x9d\x08\x60\x80\xfd\x54\x57\xb9\xcd\x1a\xc7\x93\x2a\xb5\xc5\x98\xd3\x70\x77\xbf\x69\x34\x6c\x6f\xcf\x37\xa3\x15\x47\xaf\x66\x7b\x4a\x5f\xe8\xe7\x08\x39\x22\xa0\xc1\xbb\x9c\x0b\x82\x33\x46\xad\xf9\x41\x49\x6f\x8c\x3f\x14\x26\xc7\x2c\x9a\xb6\x96\x1c\x64\xb6\x9a\xe3\xa4\x41\xd4\x01\x4b\x93\xca\xfd\xde\x15\xd6\x98\x9a\x76\x1c\xd7\x6e\x7f\x03\x15\x75\xcd\x9e\xd3\xc4\x82\xfa\x81\x96\x5b\x66\x1c\xdf\x41\x7c\xda\x06\xed\xb9\xd0\x55\x8a\x00\xdb\x7d\x2e\x8a\xf6\x73\x96\x27\x91\x96\x1d\xbb\xcc\x68\xe8\xde\x4e\x8c\xf1\x56\x93\x08\xfe\xfa\xaa\x6b\x66\xef\xf9\x9f\xc5\xdf\x2d\xdb\xd2\xce\xe7\xaa\x6c\x62\xfe\x23\xa6\x6d\x46\x56\x30\x6f\x9f\xdd\x50\xce\x1b\xd6\x75\x7b\xd7\x82\x6b\xf4\x5a\xd0\xb6\xe2\x49\xbf\x47\x8e\x43\x92\x2c\xd2\x30\x64\xba\xc2\xd7\x8d\x09\x3d\x5c\x03\x80\xdf\x70\xa9\xad\x37\x82\x74\x20\xb5\x1b\x97\x41\xab\xd1\x11\x4d\xb7\xed\x0a\x30\x93\x2d\x9d\xd6\xda\xd8\xd5\x6d\x2e\xe6\x35\x78\xa6\x5c\x65\x72\xc8\xee\x46\xdc\x58\x03\xc7\xc1\x3b\x3e\xbf\xfc\x91\xe3\x2c\x8f\x5d\x24\x84\x8c\x27\x7c\x13\xae\x70\x16\x24\x03\x52\x0f\x41\x8b\xf9\x89\x5c\x21\xec\x52\x26\x2f\xdc\x05\x6e\x24\xf4\xa0\xd9\x21\x5a\xf2\xeb\xc8\x37\x50\x81\x45\x42\xfc\x88\x6b\x48\x69\xa7\x2b\xd8\x2d\xa5\x9c\x04\x9b\xc6\xb6\x54\x25\x82\xe3\xf1\x8f\x6a\x09\xf6\xf9\x24\x48\xfd\x5d\x9b\x13\x9e\x51\x8d\xdf\x2d\x75\xbd\x65\x4d\x23\xa6\x91\x2e\xc7\x59\xae\xad\x0e\x88\x01\xd6\xf7\xda\x7b\xa8\x69\xf6\x5f\x69\xb6\x6b\x5a\xb4\xa4\xe0\x0e\xe6\x3e\xa7\x41\x60\xe1\x76\x22\x2e\x2c\xf1\xbe\x7b\x6e\xc2\x60\xb4\x2b\xf6\x42\xca\xad\x50\x57\x3c\x35\xfd\x52\x40\x01\xa1\x38\x9b\xe1\x05\x21\xed\xcc\x2b\xc7\x96\x79\xbc\x2f\x7c\x81\xb2\xf7\xfa\x52\x32\xed\x3c\x4c\xfe\x57\xfa\xc3\x71\xab\xef\x99\x8a\xf3\xc0\x15\x94\x4b\xd5\x7e\xd6\x5a\x01\x9f\x6a\xd5\xe6\xda\xb8\xb3\xf4\xb1\x8e\x0c\xe2\x39\x46\x4f\xb3\xa3\x47\x63\xc8\x7c\xcd\x1e\xcf\x6b\xa1\xbf\x4a\xaf\x78\x95\x86\x6b\xe4\xcd\x79\x27\x44\x06\xa7\x8b\xc9\xda\x51\xaf\xe2\xc7\xc9\x1d\x5c\x1e\x8b\xe3\xd3\xc8\xcb\xa7\xd7\xf9\xbe\x4c\xbe\x47\xd9\x41\x69\x4a\x67\x91\x7e\xfb\xff\xca\xba\xe3\x36\x44\x2d\xcc\x73\x40\x80\x68\x81\x85\x3a\x90\xaf\xc1\x66\xe2\x14\x87\x22\xfa\x0d\x49\xb4\xed\xf1\x90\xc1\x72\x33\x8b\x76\x3f\x9a\xdf\xe3\xde\x6f\x01\xab\xfd\x35\xdb\xe7\x03\x5f\x06\x38\xc9\xa6\x69\x4f\xa8\x27\xaa\xbc\x83\x18\x34\xba\xf8\x5d\x10\x39\xf8\x5b\x8e\x73\x50\x59\xc8\x99\xd4\xf2\xa0\x8b\xe1\x51\xdc\xde\x60\x19\x9b\x11\x5e\x49\x2f\xe3\x10\x83\x34\x18\x1d\x3c\x0d\x9f\xc1\x50\x93\x64\x0e\x61\x99\x79\x2a\xdd\xd4\xf5\x69\xf8\xe6\xac\x32\x17\x64\x44\x69\x6e\x1c\x98\xcd\x32\x2f\xf8\x0c\xec\x64\xff\x2c\x46\x5b\x8d\x32\xad\x3c\x2c\x87\xd7\x44\xec\xf0\x1c\xef\xf6\x8d\x94\x7b\xdd\x96\x8f\xb0\xa3\xbc\xbf\x34\x6e\x63\x6b\xf9\xa4\x56\x54\xb0\xde\xf9\x19\x15\xbd\x65\x95\xf8\xbf\xca\xba\xc4\x8a\xa0\xc5\x27\xc5\xb0\xd2\x18\x96\xd1\x11\x6c\xb3\x30\x72\xa8\x38\x0a\xc1\x0a\xa0\x1a\x47\xf3\x39\x38\x6f\x5a\xcc\x4c\x7c\x1b\xae\x97\xbb\x33\x39\x12\xad\x11\x2b\x48\xfb\x0c\xa5\xc6\x2d\x0b\xde\x83\x3a\x78\x2e\x39\xf5\xb6\xf8\xd8\x78\x77\x87\x89\xdb\xbc\x5d\xd8\xb2\x81\xbd\x09\xef\x71\x57\x3a\x5f\x25\x8e\xe1\xbf\xb7\x8e\x26\xe1\x89\xc7\xea\xdd\x12\x55\x24\x59\xd9\xe7\xc4\xa3\x9e\xf8\x42\xf3\x84\x74\x6f\xa5\xc0\x26\x61\x9b\xdf\xe5\x84\x2d\x09\x16\x81\x38\x96\x57\xc2\x75\xba\x2f\xbd\x27\x71\x81\x39\x4e\x69\x48\xfa\xca\x2a\xf3\xdc\x96\x02\xe4\x58\xb8\xdf\x4c\xf5\x8b\x5f\x42\xda\xf3\x25\xc9\x7b\x9d\x2a\xd3\xfe\xa6\x95\xd9\x17\x67\xa4\x21\xcf\xcf\xfe\x93\xd9\x8b\xba\x34\x2a\x14\xfc\x40\x5f\xeb\xfb\x95\x55\xe3\xda\xd9\xd1\x9b\x75\x07\xc3\x6a\xa9\xcc\xba\xe3\x16\x53\xfb\x2d\x0b\xee\x7e\x4d\xca\x15\xcc\xe2\x0a\x0b\xc0\x82\x03\x04\x76\x46\x6c\xe6\x98\x57\x70\xdc\xc5\xcc\xfb\x7e\x76\x11\x00\x41\x1b\x35\x8b\x76\x3d\xcb\x8b\xee\xe8\x6b\x9c\x1d\xc4\xbc\x4a\x3c\x2b\x9c\x62\x4d\x63\xbe\xe7\x9c\xe7\xd4\xc0\x6d\x73\x6f\xf1\xa2\xc0\x66\xa2\x9f\xb0\xe4\xf9\x8b\x45\xff\xb8\x04\x4e\x14\x15\x5d\x85\xaf\x1b\xd2\x2f\x6e\x83\xcf\xf4\x74\x14\xc7\x22\x8e\xb7\xbf\x2e\xb6\x47\x54\x34\x1f\x2c\xea\x46\xd2\x6a\xd2\x0b\x5f\xa0\x72\x25\xba\x85\x31\xae\xb8\x3c\x7a\xa1\xa6\x5b\x0e\xff\x6b\x21\x90\x20\xe3\x82\x0a\x83\xbc\x2e\x32\xa1\x45\x47\xfc\x42\xa9\xfb\x8b\xe6\x02\x1d\xbd\x3f\x15\x8f\xd1\x4b\xf1\xb7\xc5\xdf\xc3\x7a\xd0\x7f\x4b\xf1\xec\x3f\x50\x42\xd9\x2f\xc8\x8f\xa5\xf5\x15\xc3\x4e\x5f\xa7\x82\x2a\xcd\x9c\x49\x23\x7d\x95\x2a\xe7\x31\xf5\x8f\xca\x37\xd0\xad\xaa\x2d\x95\x45\x50\x3b\xb9\xa2\xd2\x12\x4a\x97\x41\x2a\x84\x30\xcd\xaa\xf2\xf2\xb3\xb0\xc7\x25\xc5\xe5\x42\x04\x31\x67\x77\xb9\x3f\x9a\x97\xb2\xa3\xbc\x1f\xab\x11\x3d\x5a\xb1\x93\x14\xce\x30\xac\x90\x91\xc1\x94\xe7\x95\x14\xca\x63\xcf\x53\x55\x19\x34\x6b\x6c\x78\xcd\xf1\x90\x13\x08\x7c\xbd\x9f\xa3\x62\xc9\xbf\x71\x3b\xd8\x73\x66\x5f\xa3\x04\x9c\x34\xd6\xd6\xf8\x0a\x5c\x36\xc8\x96\x21\xc1\xbd\xbd\xf6\x32\x6d\xf0\x4c\x07\xa5\x71\x04\xbc\xdc\x8a\x6e\x24\x83\x6f\x36\xac\x6f\xf8\x17\x82\xaf\xc8\x69\x70\x86\x9c\x2f\xfe\xd5\x60\x0e\x63\x67\xe5\x36\xf8\x20\xcd\x12\x49\x0d\x4b\x98\x3c\xb6\x6d\x23\x12\x7f\x8e\xf6\xac\x71\xd6\xb3\xcd\xf7\x9d\x4c\xe2\xbb\x97\x74\xa1\x59\x2b\xa0\x1a\x53\xdf\xfa\xc9\x81\xb8\xac\x96\xef\x75\xf8\x77\xee\xa8\x7c\x19\xa4\x39\x91\xac\xd0\x06\xad\x1b\x4e\x55\x50\x41\xab\xd4\x42\x45\x12\x68\xa5\x8a\xa8\xd8\x01\xda\xa4\x88\x91\xab\x40\x3b\x9a\x8a\xe5\x48\x10\xb9\xe6\x71\xdb\x63\xd0\x75\x69\x69\x9b\x0c\xbc\x5a\x84\x68\xeb\x70\xca\xcd\xf8\xd6\xf6\xc3\x45\xc2\xdb\x22\xf7\x41\xef\x89\x3c\x2e\x9f\xc1\x92\x03\xc3\x14\x9d\xa4\x9d\xe4\xdb\xca\xd5\x64\x33\xfc\xce\xae\x42\x20\xe8\x64\x9b\x2a\x1c\xd8\x33\x5f\xde\xbd\x07\xf8\x69\xf2\x5d\x37\x09\x78\x6d\x54\xa7\x3b\x07\x38\x30\x40\xe8\x1e\x00\x8a\x7b\xf2\xbb\xa3\x80\xc5\x1d\xdb\xbb\x77\x01\xcb\x5a\x93\x55\xa3\xc0\x9a\x86\xdb\xaa\x58\xfb\xdd\x95\xd3\x2a\x73\xfb\xfa\x12\xb9\x6a\x1d\x68\x67\xde\xc6\xae\xbf\x8e\xef\xd3\xfa\x55\x01\x50\x4a\xdc\x76\xd5\x55\xc4\xef\x70\x56\x37\xce\x4d\x9b\xca\xeb\x11\xe0\x97\xbc\x08\x03\xfd\x36\xf7\x4f\xbd\x1d\x44\xda\xc6\x2f\xa0\x06\xbf\xd9\x69\x4f\x77\x0e\xe9\xd9\x7e\x1c\x7b\x3c\xe4\x6a\x3b\x3a\x04\x1c\x62\xda\x26\xf4\x49\x86\x70\xb6\xf8\xae\xa6\xa1\xd5\xb6\x28\x05\x7a\x70\xc0\x16\xdc\xf4\x7a\x90\x6e\x4b\xaf\xfd\x30\x68\x66\x7b\xa2\x5c\x73\xe0\xad\x1d\xbc\x78\xcf\xc0\x6d\xe0\x1f\x61\xfc\xc0\x33\xd0\x81\x54\xf6\xe0\x4a\xc8\x75\xae\xe3\xa0\x8f\x4b\x12\xb3\x6d\x48\x07\x9d\xef\xbf\xa4\x33\x5f\x0d\x11\x07\xef\x7b\x5c\x0b\xcc\x35\x3c\xd0\x5d\x0f\x4f\xdf\xaf\xfb\xb6\xb1\x89\xf7\xfe\xd0\xe6\xa6\xef\x51\x77\x0f\x43\x5a\x7f\x84\x8c\x1c\x61\xb4\x43\x02\xac\x8f\x11\x3b\x83\xbd\xd2\xf5\xc9\xaa\x97\xd8\x77\x86\x80\x9e\xcf\xa8\x2b\xc6\xa6\x7d\x8f\xa1\x42\x33\xad\x7e\x2b\xb0\xae\x39\x6f\x30\xc4\x3e\xce\x6a\x74\xe8\xb8\xcd\x13\xbb\x6f\x43\x07\x2d\xb3\x1d\x5e\x0e\x9d\x34\xdb\x09\xbe\x3b\x7c\xc2\x48\x7d\x98\x23\x31\x93\xfa\x1d\xdb\x25\x15\x17\x4c\xeb\x1b\x94\xa3\x05\xe9\xc7\xcf\x56\xa6\x26\xeb\x19\xae\xad\xd9\xc6\x99\x36\xc2\xd5\xdd\x0b\x2b\x37\x16\x37\x66\x51\xaf\x9a\x2a\x5b\xf6\x90\x37\x9a\x87\xc8\x81\xb8\x57\x96\xcf\xdb\x7f\xa1\xcf\xdb\xe0\x3b\x51\x30\x7f\x20\x40\xb5\x12\x2c\x02\x6d\xec\x26\x39\x1c\x80\x6c\xec\xe1\xd8\x5e\x70\x1e\xeb\xcd\xb6\x2a\x76\x01\xf5\xf1\xcd\xad\x11\xcd\x6a\x89\xf1\x92\xe1\x51\x11\xa8\xf2\xa1\xc9\xee\x42\xed\xe2\x01\x33\xd3\xa2\xa9\x1c\x23\x8b\x7d\xe2\x06\x7e\x95\xe5\xa0\xe4\x58\xfc\x2a\x6b\xf3\xb2\xd7\xac\x00\x1b\x75\xe5\x57\xba\x81\x1d\xa5\x16\xec\x47\xb3\xf7\x6e\x28\x23\x9e\x03\x65\x37\x9d\xc5\x7c\x04\xcf\xb5\x56\xc2\x65\xce\x9a\xf2\x07\x90\x3e\xd8\x44\x7b\x1b\x88\x8c\xa0\x77\x18\xdb\xfd\x46\xfd\xec\xcc\xb4\x6e\xc2\x24\x75\x75\x59\x80\xdd\xbf\xaa\xce\x98\x8c\x5a\x46\x66\x6f\xa9\x6b\xb1\xf1\xce\x1e\x94\xf6\x01\xb5\x85\x05\x22\x7d\x07\x56\xce\x73\x41\x9b\xa3\x46\x7e\x74\x52\x1b\x18\x59\x48\x8a\xe1\x41\xee\x88\x27\x98\x2c\xe7\x48\xc9\x3d\x6a\x17\x6c\x4b\x45\xae\x77\xb6\xcb\xfd\xea\xbb\x38\x16\xd2\xa1\x9e\x8c\xfa\x8c\xce\x93\x01\xa1\x19\x98\x89\xe6\x22\xb0\x26\x76\x55\xab\xc8\x3e\x0b\x8f\x92\xc3\x6c\x57\x13\x73\x15\x27\x2c\xf3\x3c\x6e\x2a\x4d\x4d\x6f\x80\x76\xa6\x56\x34\x81\x20\x7b\xf8\x9b\xaa\xba\xa0\x5b\xf9\xe9\x25\x41\x2e\xf2\x34\x71\xee\x2b\x24\xf2\x3f\x62\xa2\x28\x59\x86\x3c\x7d\x74\x61\x0e\x87\xf5\xc7\xf5\x5e\x81\x26\x03\xe0\x86\x2d\x1a\xa2\x50\xdc\x9f\x97\x86\x7b\x44\xe0\xba\xcb\x35\xdd\x1d\x08\xd3\x55\x05\x88\x07\xa4\x0f\xb5\x62\x27\x9e\xd7\xf1\x06\x24\x28\x81\x6c\x23\x4b\xb7\x5b\xf4\x35\x6e\xa6\x5a\xeb\x51\x3c\x5a\x4d\xcc\xf5\x91\x5b\xe3\x0c\xe5\x8f\x5c\xc3\xe3\x78\x0d\x09\x6e\x77\xe3\x89\x15\x47\x71\x48\x1e\xac\x68\x8e\xa0\x9d\xf0\x41\xa8\x4b\xec\x4e\xfa\x91\xea\x42\xaa\xe2\x3b\x72\xaf\x7b\x9c\xcc\xb8\x1c\xfe\xd0\xf3\x77\xb6\x5f\x90\x81\x37\x31\x2f\xd0\xe7\x09\xf9\x73\xe1\x71\xc2\x47\xdf\xc1\x12\x23\x0c\x8a\x92\x20\xbd\xe2\xf2\x20\x80\x50\xf1\x0b\xb2\x2d\xd0\xa2\x5a\xe5\xb0\x2e\xe8\x68\xdd\x5e\xdb\x35\x74\x68\x43\x98\xc5\x35\x22\x27\x32\xb1\xeb\xac\x67\x0f\x6b\x4d\x6b\x34\x39\x9a\xb5\x58\x77\xd4\xd7\x89\xfd\x5b\x5a\xe4\x77\x2d\x7a\xa0\xe0\x94\xbf\x21\x67\x51\x60\x1e\xb0\x3a\x4e\x90\x74\x28\xe0\x54\x42\x57\xf4\x2b\xea\x95\x94\x50\xa6\x05\xed\x78\xfa\x6a\x6a\x5b\x50\x7c\x16\xdc\xbb\x89\x0e\xc8\xdd\x8b\x3b\xc7\xe0\x8b\x48\x68\xbf\x50\x84\x78\x33\x6c\x15\x73\x49\x82\x71\x54\x87\xd3\xca\x0d\x80\x96\x91\xd0\xca\x0f\x56\xfe\x01\x5a\xc1\x10\xf5\x59\x9a\x15\xdd\xb7\x23\x9d\x8e\x63\xc4\x36\x87\x85\xac\x0d\x59\xa8\xd9\x11\xba\x89\x89\x2c\x15\x87\x2e\x85\x47\xe5\x09\x98\xca\xc8\xd1\xf4\xac\x30\x78\xb4\x29\x4f\x23\xec\x19\x57\xc8\x06\x84\xdf\xe3\x19\x33\xb2\x22\xf5\x93\x37\xf9\x23\x59\xed\x69\xf6\x9e\xf9\xec\x37\x02\x28\x76\x47\xf4\xc1\x9c\x7c\x64\x62\x4c\x63\x81\xab\xf3\x76\xae\x5d\xd1\xa0\xc3\xfb\xd8\x0b\x25\xaf\x6c\x9a\xc2\x59\x7e\x76\xa3\x09\xec\xc3\x94\xfa\x9e\xab\xd1\xae\xfe\x35\x8a\x8f\x1c\x7c\x40\x81\x6c\x37\xe7\x44\xe0\xbe\xca\x76\xae\x25\xed\xba\xd8\x83\x8b\xa6\xc7\x08\xff\x70\x1b\x42\xcd\x53\x95\xb1\xeb\xc2\x2f\x71\xdf\xc5\x3e\x61\x97\x44\x1c\x8e\xbb\xc9\x31\x0b\xba\x1b\xff\x24\xde\xcd\xf7\x75\x82\x4d\x12\x9a\xe4\x99\x58\xc1\x0f\x73\x23\x27\x75\x64\x8e\xc1\xdb\x92\x5f\x0a\xa5\x10\x54\x2a\x27\xdf\x07\xc8\xe6\xad\x23\xd5\x4d\xc5\x25\x5e\xf2\x34\x18\xec\x49\x39\xec\x95\xae\x62\xa5\x92\xbc\x4b\xe5\x1a\xfc\x3c\x72\x5b\x43\x3c\x3f\xc6\xd7\xb9\x42\x87\x9f\x4b\x59\x5b\x94\xc3\x67\x05\x0c\x67\xa9\xf8\x89\x41\x9b\x93\x9a\xf9\x93\x0c\x79\xf4\x64\x5a\x79\x18\x9f\xe9\x9f\xde\xc8\x72\x08\x74\xcf\xe8\x8e\xe9\x26\x8f\x65\x3e\x8d\x13\x12\x1c\x04\xdf\x13\x5f\xbb\xb2\xb2\x37\xf1\x91\xb0\x41\xa1\x5b\xe6\x49\xd0\x8c\xa0\xd0\x7d\xfb\x7c\x41\x36\x1b\x1b\x32\x96\x98\x63\x89\xcb\x55\x47\xe4\x7a\xe0\x7b\x3a\x3e\xe5\xad\x26\xfc\xdb\xf2\x30\x2f\x91\xb4\xbb\x2e\x2c\xcf\xd5\x43\x56\xe6\x94\x77\xdc\x2b\x58\x94\x9b\xfb\x99\x3c\x9c\xb9\x94\xfb\x8d\x32\x9f\x00\xc8\x73\x09\xbc\xc7\x1a\xcd\xb7\xa1\x4f\x32\x62\x0b\x40\xcc\x19\x7f\xb9\x88\x17\xf9\xcd\x2b\xae\x68\x6d\xf4\x35\x1c\xa1\x48\x14\x37\x8b\xa2\x14\x07\x27\x6b\x38\x61\x8b\xee\xa0\x24\x8b\xcf\xc5\x4a\x74\xcd\xe4\x4c\x49\xb5\x2b\x6d\x78\x45\xa9\x02\xe3\xd4\xab\x27\x59\x8f\xf9\xad\x04\x49\x42\xdd\x4e\x36\xc3\x25\xe9\xee\x0f\x6a\x1a\x25\x81\x38\x94\x84\x2e\x31\x27\xac\xcb\x07\x97\x7e\x20\xed\x4d\xcf\x90\x18\x79\x5f\x8e\xab\x90\xd4\x53\xdc\x22\xc8\xd2\xd6\x40\x6a\x90\xb8\x2c\x91\x5e\xee\x67\x5d\xde\xcf\xac\xf1\xd8\x56\x09\x8d\x5c\x74\xbb\x57\x95\xce\xd9\xe7\x32\x51\x71\xda\x25\xf1\x94\xba\xda\x16\x7e\x67\x66\x53\x8d\x26\x82\x39\xfa\xa4\xe6\x22\xe2\x5b\xff\xed\xda\x54\xa4\x50\x35\x54\x5b\x88\xfc\xa5\xd8\x5b\x3b\x80\x4a\x93\x25\xd7\xe6\xa1\xe9\x55\x57\x6a\xc9\xae\x71\x25\x77\x6b\x51\x6e\xb2\xdc\x15\xb5\x7e\x38\xcb\xd4\xa1\xda\x0b\xa4\x71\xee\x86\x3a\x12\x39\x87\x79\xbe\xde\x95\x22\xa7\x3e\x69\x80\x05\xbe\x26\xab\x1b\x4b\xe9\x17\x08\x39\x4d\x25\xe1\xa6\xa8\xec\xc6\x28\xe7\xf0\xd3\x3a\x4d\xe5\xd0\xcc\xb9\x95\xcd\x05\xd0\xdf\xe3\xb7\x5b\xb4\x61\xf8\xa1\xa0\x16\x39\x4c\xd1\xfb\xa8\xe5\x94\x0b\xa0\xe3\x6e\xcb\x98\x8b\x77\xab\xb4\xa5\xcf\x65\xa6\x41\xb7\x25\x07\x5e\x56\x51\xd9\xc2\x44\x24\x8b\x57\xb4\x24\xa1\xf5\xb3\x9b\x5a\xa6\xdd\x20\xc9\x66\xad\xfe\xb8\xb7\xd1\x79\xad\x37\x3c\x9d\x43\xcc\xdb\x96\x7d\x54\xfe\x63\xf2\xf7\xfe\x3f\xbc\x74\xdb\x5f\x06\x15\xbb\x5b\x29\x52\xc1\x7f\x4f\xf1\xdb\x6f\x42\x52\xe7\xfb\x94\x2f\x20\xd7\x26\xd3\x3b\x42\x21\x7f\x47\x28\x1d\xcf\x9d\x8c\xfa\xc1\x9d\x24\x27\xba\xea\x47\xe7\x41\xa7\x5e\xc5\xdb\x8e\xaf\xce\xab\x9b\xee\x74\xdc\x72\x96\xd4\x02\x3b\xce\x43\xa9\x65\x2b\x3b\x6e\xc0\xda\x0a\x37\x75\xae\x81\x7f\x14\x40\x3a\xb9\xe8\xf0\x84\x77\x5d\xeb\xdd\xc1\x6c\x5a\x57\x15\x91\x1b\x3c\xa4\xba\xe4\xf5\xdd\xaf\xa6\xe7\x04\x25\x0f\xff\xa5\xc7\x1c\x74\xe6\x34\xbb\x17\xe8\x68\xba\x40\xe8\x23\x3a\xca\xa6\x7d\xfa\x4e\x39\xaa\xc7\xa8\x6a\x27\xc7\xf9\xc1\x68\x75\xbf\xe3\xe5\xde\x34\xf5\x80\xe3\xaf\x8e\xcf\x6a\x21\xd8\xac\xed\x90\x9a\x04\x0e\x6b\x44\xaa\xa1\xe0\x4f\x55\x4c\x35\x10\x92\x5f\xca\x57\xa3\x9c\x5e\xe7\xdb\xab\x33\xa0\xef\x32\x56\xf5\xaf\x44\x5c\x8e\xbf\xdb\x5f\xec\x7a\x39\x92\x37\xb0\x19\x77\x89\x46\x1b\x5c\xf4\xc8\x20\xef\x1f\x0e\xb2\x3f\x7c\xe6\xc4\x88\xa9\xfd\xfc\xd2\x81\x51\x0b\x87\x8c\x59\xf1\xe8\xbc\xc3\xdc\x44\xdc\xd8\x6e\x87\xd1\xe1\xaa\xb1\x08\x87\x4e\xf5\xd4\x58\x93\x43\x8b\x6a\x76\x2c\xd3\xe1\x44\xbb\xd1\x18\xcb\xe1\x51\x73\xc5\x18\x1a\xa4\x5b\x27\x1b\x03\x81\xb2\xcb\x5f\x8c\x19\x80\x3e\x89\x41\x63\xae\xe0\xb2\x9c\xf1\xb1\x2c\xa7\x68\xfe\xe3\xf1\x4d\xb0\x73\x71\x81\xe3\x7b\x51\x8e\xe1\x8a\xf1\x67\xee\x9e\x54\x9b\x43\x43\x8d\xad\x65\x1b\x8f\xbc\x6e\xda\x2a\x3a\x7b\x8c\xd5\x7c\x33\xeb\x81\x5e\x5d\xeb\xa3\x94\xab\xfa\xc9\x0a\x5a\x6c\xf5\x71\x4a\xc7\xda\xc8\x75\x06\xe0\xae\xa7\xc1\x87\x0d\x07\x7a\x72\x7d\x2f\x1b\x15\xa8\xb7\x10\xb9\x26\x9c\x01\x1d\xb7\xcd\x66\xc6\x43\x47\x10\x06\x96\x65\x43\x97\x9d\x38\x56\xf5\xa3\x7b\x40\x25\x40\x97\x91\x65\xbb\x8f\xa0\xf6\xd1\xe3\xd6\x1c\x48\xdb\xa8\xdc\x62\x3d\x94\x3c\x46\x35\xc9\x32\x38\x52\x35\x5d\xa5\x67\x74\xab\xba\x47\x0c\x37\x51\xd4\xc2\x73\x37\x99\x61\xeb\x4e\xa5\x5d\x32\x77\x6f\xcc\xe2\xf9\x58\xd8\x37\x1b\xb1\x3f\x58\xc6\xb6\xce\x31\x8a\xac\x6e\x28\x2a\x29\x8b\x36\xde\x1d\xa1\x1e\x10\x3b\x74\xd7\x25\xb7\xc7\xf6\x53\xdd\x17\x11\x12\xd0\xaf\x5e\x8e\x53\x3c\xe4\x66\x5f\x03\xe8\x33\xb4\x4a\xdd\x03\xec\x87\x83\xfa\xeb\x6d\x42\x91\x23\x03\x5c\xcb\x55\xae\xfb\x07\x81\xa6\x42\xb3\xe7\x92\x8d\x75\x3f\xad\x74\x24\x13\xd2\x43\x36\x62\xe9\x93\x02\xa1\x5d\x52\xb9\x44\x70\x10\xf8\xab\xf2\xdf\xa4\x16\x87\x1d\x35\x5c\x8e\x19\x08\x56\x6f\xcc\x7c\xed\x98\xdc\x38\x43\x25\x43\xe8\xcd\x37\xbc\x1d\x9c\x77\xb5\x89\x70\xc6\x30\x46\xfb\x1e\xf4\x5a\x78\x63\x87\x1d\xb4\x05\x75\xac\xf3\x31\xd8\xd8\x75\x49\x85\xb4\x3f\xe9\xee\xd1\x9d\x60\x1b\x86\x53\xf4\x64\x58\xad\x26\xdc\xe9\xcd\x36\xcb\xb2\xf3\x13\xa1\x64\x61\x0e\x12\x91\xba\x92\x0d\x9e\x29\xd4\x2e\x1e\x77\x92\x17\x5d\x11\xbe\x85\xc6\x89\xcf\xf1\x8d\x5d\xf6\x48\x6c\xe2\x14\xf0\x9c\xb2\xbb\xac\xbd\x88\xab\x95\xf3\xf4\x4d\x28\x5c\xcd\x6d\x3f\xaa\xeb\x9e\xfa\x4f\xa4\x8d\x6e\xc7\x65\x6f\xdc\x2c\xb1\xae\x2d\xd9\x88\x2d\xf8\x90\xb6\x1e\xc8\x17\x62\xb3\xa2\x04\x14\xed\x71\x5b\x69\x64\xf7\xd6\x7b\x63\x47\x95\x75\xb4\x0f\xa1\xf3\x8b\x79\x87\x13\x32\x5b\xaf\x75\xc1\x65\x7d\x36\xb6\x6e\x2f\x12\x93\x2d\x97\x0e\xb9\x1e\x15\xc6\x89\x1c\xdd\x82\x73\x5e\x08\xe4\xee\xef\xf3\x31\x49\x83\x38\x4b\xd1\xa3\x98\x06\x3c\x47\xbc\x85\xd9\x48\x68\x91\xec\xa1\x7e\x24\xa1\xcb\x1b\xc9\xc7\x3d\x57\x54\x9d\xc5\x83\xbd\xd7\xd7\xe9\xa2\x6f\xfb\x98\x36\xfc\x81\xf9\xfb\x69\x35\x79\x80\xa3\x28\xdf\x5a\x7c\xec\x17\x02\x6e\xb6\x1d\xb4\x3d\x10\xf8\x59\x7e\xdf\x52\x03\x7d\x3d\x35\x42\x79\xc3\xbd\x29\x35\xbb\x09\x85\xef\x4c\xfd\x58\xf5\x8c\x54\xcd\x67\x96\x24\x7a\xbe\x4b\xcb\xcc\xfd\x40\xde\xf5\x1f\x31\x7d\x1c\x04\x3f\x78\x0c\x5f\x9f\x9c\x0d\xec\x58\xbf\x9c\x7c\x24\x63\x99\x72\xb7\x50\xe8\x1f\x18\x50\x5c\x62\xec\x59\x1a\x68\x2e\x1d\xc3\x42\x68\x37\x2a\x81\xc8\xfb\xc1\x8a\x1a\x2b\xe7\x60\x46\x5a\xdd\x1c\xe8\x5d\x68\x48\xe3\x0e\xbb\xab\x61\x06\x4d\xdb\xad\x7a\x3c\x5d\x63\xcb\x7b\x58\xe4\xf9\xd8\xb7\xf2\xcf\x14\x9b\x38\xf7\x86\xa9\x80\x82\x78\x44\x85\x69\xe0\x22\x0f\x5b\x54\x15\x64\x9d\xb8\x52\xb8\x2d\x38\x3e\x79\x55\x2a\x9d\x1e\xcf\xdf\x17\xeb\xc7\x68\xcd\x88\x8a\x90\x87\x2c\x65\xcd\x04\x1b\x32\xb7\xe5\xfa\xf9\x6d\x09\x53\x16\x7c\x22\x81\x22\x08\xc5\x72\x37\xb7\xc8\x41\x09\x18\xb1\x9a\x6d\x5f\xee\x0e\x79\x1c\xb5\x58\xb5\xdd\xc1\x35\xa6\xb0\xa6\xc1\x26\x2d\xb0\x24\x82\x33\xb8\x85\xbe\x3f\xd2\xa6\x2b\x25\xd4\x37\xf2\x51\x2b\x36\xec\x2e\xeb\x54\xed\xe7\x88\xcc\xa8\xc3\xd2\x80\xc8\xf7\xd1\x77\x0a\xa6\x58\xbf\x38\xb7\x05\xd6\xec\xf1\xb8\xca\x24\x42\x54\x43\x82\x3a\x86\x16\x7d\x21\x45\x87\xf9\x85\xe3\x95\x96\x14\xd8\xcb\x0d\x17\x20\xc9\x8f\x62\x47\x84\x4b\x84\xc3\x71\x9f\xf3\xe7\x5d\x19\x3c\x5e\x11\xd5\x65\x77\xc2\xb7\x92\x32\x30\x32\x89\x2a\x2d\xb7\xbb\xc6\xda\x16\x34\x39\xf6\x2a\xba\x3b\xf8\x61\xdf\x5f\x2e\x8e\x7e\x56\x79\x36\xae\x8e\xd1\xdd\x74\x39\xfe\x79\xe8\x86\xea\x72\xde\x73\x66\x79\xa9\x79\x42\x4d\xf8\x74\x9e\x57\x62\x08\x6b\x55\x7a\x71\x92\x4e\x74\x24\x0f\x92\x74\x8e\xab\x64\x47\x25\xcf\xf3\x74\x42\x60\xa9\x80\xa4\xaa\x00\x27\x3e\x83\xef\xe4\x75\x26\xed\x4c\x46\x15\x2e\x3a\xbd\x2e\xfb\x0e\xaa\x39\xe3\x56\x5e\x3d\xd4\x48\x40\x2b\xb4\x07\xad\x4a\xc4\xf8\xe6\xcc\x84\xa5\xd8\xfb\x5d\x1b\x6e\x49\x3b\xec\xff\x4f\x8f\x65\xfa\x62\xc0\x3e\x45\x4c\x66\x32\xf5\x48\x63\x51\xe6\xdf\xc0\xf3\x95\x44\x41\x73\x10\x5f\x7c\x48\x70\x9f\xb1\x46\xf8\x3c\x8b\x14\xda\x97\x3a\x97\xf5\x30\x42\x3f\x16\x96\x7d\x83\x3d\x1c\x31\x2c\xbc\xc0\xb1\x09\x1e\xce\x79\x1a\x77\x99\xa2\x91\x07\x49\x4c\xf4\x68\xcd\x17\xa5\x12\xdd\xf3\x0b\x70\x19\x4d\x08\xb5\xc8\x3c\x7b\x18\x22\xcf\x96\x11\x7f\x2e\xb8\xe6\xfc\xf6\x50\x4e\xec\xc8\x5f\xe3\xb5\x72\xc0\xa2\x60\xc8\x1b\xda\x55\x2e\x9a\x23\x07\xb4\x1d\x2d\x1c\xf5\x11\xd7\xc7\x17\x69\xfb\xe9\x96\x07\x15\x89\x29\xf7\x8a\x56\x14\x9d\xa2\x4a\xb3\xf0\xc5\x80\xa0\x81\xa4\xce\x62\x46\xc8\xde\x98\x9d\xe2\x98\xb0\x4b\xcc\x47\x25\xed\xac\x70\xda\xaa\xd2\xbf\x31\x07\x7d\x66\xa5\x7e\xb1\x72\x22\xa7\xcc\x31\x71\x2d\x06\x54\x7e\x20\x75\x12\x56\x25\xfe\xea\x5e\xb9\x3c\x2f\xd9\x84\x2d\x9a\xa6\x49\xfd\x71\x89\x23\xa0\xb2\x2b\xf8\xba\xbe\x2d\xe5\xa7\x09\x67\x3b\x34\x2b\x2a\x89\x6f\x9b\x3f\x55\xee\xf5\xb0\xae\x0d\xad\xc4\x79\xaa\xa4\xec\xca\x2c\xef\xdc\x82\xd9\x4a\x95\xaf\x46\xa6\x45\xd5\x36\xff\x93\xbc\x17\x55\xb5\xb4\x6c\xb6\x61\xb5\x8c\xe1\x14\x72\xb8\xe6\x26\xf3\x66\x40\x4a\x1d\x3b\x32\xd3\xdb\xbd\xa1\x28\xaa\x09\xbf\xa2\x11\x14\xfb\x0b\xf9\xb9\x1a\x88\xde\x77\x06\x5b\xdb\xe0\xea\x33\x17\x57\xaf\x89\x31\x1e\x4f\x6c\x38\x88\x79\x39\xb8\xaf\x11\xec\x36\xdc\xdd\xd9\x38\xe8\x1e\xa3\xb8\x24\xc3\x62\x41\xb2\xa7\xb2\x6a\x1c\xbe\xda\x5e\x76\x1e\x5f\x5a\xea\x26\xbb\x45\x6c\xca\xb3\x95\xfd\xf1\xdc\x99\x36\xdc\xc4\xf7\xc1\xc5\x25\x36\x83\xfc\x03\x22\xc6\x5b\x88\xb4\x23\xc1\xc4\x56\x0e\x63\xbb\xdf\x19\xf9\x21\xe6\x2b\x0f\x4a\x7b\x2d\x6b\xb3\xdb\xf6\xe6\xf5\xf0\xbb\x67\x14\x2d\x3f\x11\x97\x4e\x88\xda\x92\x91\xe2\xc9\x16\x39\x1c\xa5\x35\x7c\x5e\x71\x00\xd5\xd0\xf7\x5e\xd1\x89\xb6\xe8\x1c\x54\xbc\x43\x2f\xb5\xe9\xb7\x23\x5d\xa3\x1a\x92\xda\x79\x18\x4e\xc5\xe7\xf6\x29\x37\xa1\x98\xd1\xfe\x15\x5b\x24\x9c\x51\xba\x12\x74\x52\xde\x2a\x6f\x7a\x1e\xe5\x7c\xec\xe8\xf7\x19\x0c\x8b\xe8\xd2\xf4\xaf\x0b\x5c\x50\xc5\xd0\xfe\x25\xdf\xe9\x49\x0b\x01\xe2\xc3\x3a\xb6\xc0\x56\x9d\xdd\xd0\xd9\x00\xeb\x5d\xf8\xab\xd2\x76\x41\x4c\xfb\xa9\xce\xb9\x34\x8e\x3e\xee\x2e\x70\xf9\x3b\xc0\xeb\xf1\x80\x87\xf7\x68\xf4\x44\xc0\x5f\xb6\x4f\xf7\x88\x11\x9c\x66\x4e\xcf\x02\xf2\x58\xed\x64\xef\x46\x94\x56\x99\xb8\xd7\x17\x0d\x29\x7c\xd6\x5b\x8f\xb1\xcd\x4a\xed\xd3\x76\xff\x93\xd4\xd4\x37\x43\x30\x8f\xce\x52\x37\x78\x65\x85\xae\x1b\x58\xeb\xdb\x17\x00\x1e\x5a\x4b\x75\xf5\xe8\xee\x9b\x71\xfa\xe7\x6c\x4c\xbf\xa6\x93\x6c\xc9\x77\x20\xd5\xd9\x63\x36\x65\x30\xd6\xf9\xc4\xc4\x3f\x43\x3a\xd0\x8d\x43\x1f\x86\xe6\xa1\x5e\x7d\x53\xc3\xc7\xa0\x5d\x5d\x47\x87\xc1\xb0\x9d\xf2\x3d\xc3\x54\x58\xa6\x6c\xcd\x70\xb6\x8b\x5e\x35\x72\x78\xc0\xe5\x8e\xc4\x6f\xf8\x35\x02\x56\x40\x1d\x39\x8e\x82\x67\xe2\x47\x1a\x31\xae\x09\x95\xa3\x18\x6c\x23\x3b\x69\xcc\x92\x54\x43\xaf\x1d\xff\x44\x5e\xe5\xfb\x79\xf4\xbe\x23\xf9\x5c\xea\xd8\x53\xf0\xda\xe5\x97\x13\x86\xe0\xe1\x79\xf1\x24\x15\x42\x99\x62\x4e\x3e\x81\xa4\x8c\xfa\x4d\xb1\x21\xb2\x01\xe4\xd4\x27\xc8\x62\x8f\xf9\xf4\x51\x27\x0d\x25\x73\x9a\xe2\x04\x6e\xa9\x98\x8e\x72\xaa\xaf\x17\x4d\x0b\x9c\xb5\x2b\xde\x4f\x17\x38\xb7\x94\xc0\xa7\xef\xc3\x9c\xf3\x74\x66\x8e\xc2\x6d\xd2\xd9\xb3\xc6\x48\x35\xaf\x7e\x16\x80\xf9\x1e\xa9\x9a\x9d\xc6\x2f\xd3\xae\x1a\x30\xda\x9e\x56\xf3\x8c\x52\x14\x6b\x4b\xde\x18\x4f\xb6\x77\xe6\x9d\x30\xe9\xe9\x88\xcd\xe8\x30\x0d\xe8\xba\x90\x18\x6a\x7a\xbd\xc7\x31\x46\xcf\x2c\xa7\xaf\x8e\x99\x6d\x46\x1f\xe0\x50\xaf\x99\x9b\x0d\x75\x78\x67\x59\x18\x8e\xe4\xe2\x72\xad\x36\x8c\x61\xd0\xe7\x6c\x73\xc7\xea\x60\xf5\x76\xcb\x13\x7e\xe0\x6a\x47\xfd\x89\x35\xf6\xb7\x9d\xbc\x26\xfc\x6d\xf1\x30\x9d\x89\x59\xcb\x7b\xf0\xc5\x49\x6d\x33\xa2\xb9\x49\xa3\x5b\xfd\x4a\xcb\x06\x99\x7d\xd9\x11\x6b\x55\x53\xb8\x48\x65\x7b\xa8\x45\x2b\x8b\x67\x07\x6a\x33\x4a\xb1\x07\xae\x51\xf4\xc5\x6a\x00\x5f\x74\x58\x46\x38\xd8\x5f\xea\xea\xa1\xbd\x73\xf8\xd4\xb3\xd1\x07\x00\x5a\xe8\xfd\x8a\x27\x81\x7f\xa8\x95\xae\x40\x67\x9d\x81\x3d\x2e\x6b\x60\x99\x83\x56\x90\x55\x08\xf8\xd0\x36\x87\x21\xd4\xa3\xa1\x7f\xed\x3c\x30\x94\x61\xbe\xd5\x23\xf7\xe1\x11\x2d\x73\x4f\x5b\xeb\xaa\xb3\x4d\x03\xf6\xc2\xea\xa8\xca\x51\x47\x66\xcd\x16\xf1\x7a\xc8\xae\xda\xbb\x39\x22\xa7\xf2\xfa\x1b\x69\x9a\xce\x39\x32\x52\xfc\x29\x68\x52\xf3\x30\x3b\x0e\xd6\xd8\xa6\x45\xff\xed\xf2\x46\x51\x42\x39\x82\x80\x2b\xdf\x90\xf2\x50\x07\xbb\x0e\xb8\x85\xbb\xfa\xab\x7e\x20\x0e\xb9\xe5\xf6\xc4\x43\xbe\x61\xbf\xf7\x56\x82\x06\x08\xc8\xbe\x06\x20\x95\xc4\x53\x57\x59\xff\xf6\xec\xee\xcf\xb6\xf0\x73\x7c\x2b\xe1\xb4\x8a\x9d\xfd\x24\x3d\xb5\x89\x2e\xe3\xd2\xd5\x92\x0b\x48\x78\xd9\xf1\x02\x07\xb4\x66\xf9\x8f\x4c\x95\x6b\x48\x15\x28\xc9\x12\xc3\xac\xe9\x8a\x79\xe0\x16\x5e\x6f\xc7\x1c\x70\x4f\x68\xac\xa0\x3a\xe0\x7c\x9b\x79\xde\x31\xf8\x3f\xad\xdf\x70\x52\xd2\x0e\x05\x11\xcd\xf5\x3c\xa0\x44\xc1\xf6\x7a\xdb\x75\x7c\x06\x93\x7c\x82\xba\x22\xed\xcf\xf9\xa5\xa9\x26\x6d\x31\xfe\x67\x7a\xb4\x2d\x9d\xe1\x21\xa2\xe2\xf6\xfb\x68\x94\xa8\xa6\x71\xc1\xad\x5b\xf4\xb8\xd2\x14\xf7\xb5\x10\x5e\xdc\x48\xb8\x5e\xf4\x48\xf8\x9e\x94\x26\x56\xf3\x41\x1e\xd7\x4b\xbf\xc5\x75\x78\xad\x2b\x4b\x66\x59\x78\x9b\x55\x5a\xd2\xfd\xc8\xb5\x35\x07\xfc\xde\xfa\x7a\xd4\x1f\x23\x7d\xa0\x1c\x97\xad\x72\x7b\x18\xa0\xd1\x5c\x88\x38\x41\xbd\xd2\xda\xeb\x24\xa2\x29\xe4\x39\xa0\xf1\xe0\xac\x76\x33\xbb\x5f\x8c\x72\xe5\x55\xab\x6e\x2c\x35\xfb\x1f\x95\x3f\xd1\x34\x5b\xbf\xb5\xcb\x73\x32\x1b\x51\x67\x41\x7e\x9f\x9d\x2f\x55\xfb\x49\x84\x6e\x22\x63\x7f\x6a\xce\xa4\xa0\x2a\x40\x9d\xaf\x95\xb4\x4c\x5d\x10\x29\x63\x9e\x05\x7e\x2a\x8e\x08\x73\x0d\x02\x96\x6a\x05\xbe\x0e\x3e\x5b\x56\xe4\x73\x94\xc1\xae\x9c\x26\xa0\x42\x37\xd7\xbc\x71\x9d\x63\x5e\xa8\x57\xba\x24\x84\x8b\x1a\x3f\x81\xff\x44\x1a\x35\xaf\xb7\x7f\xc6\x7a\xdf\xba\xd2\x26\x86\x0c\x49\xdd\xa7\x4e\xa7\x68\xa4\xe2\x95\x93\xd4\xf2\xd4\x8c\xa6\xec\xa0\xce\xd4\x73\x55\x3f\x19\x89\x7c\x50\x49\x50\xe8\xee\x34\x76\xee\x33\x66\xf6\x7f\xc4\x0c\x9b\x16\x5c\xe0\x0d\x86\xbf\x13\xf6\x46\x69\x45\xea\xe6\x4d\x85\x34\xb2\x02\x45\x5d\x01\xf8\x28\x2d\xb1\x96\x57\x5e\xb4\x5c\x12\x86\xdb\x1e\xf3\xa5\x7c\x11\xf5\x80\x9b\x5c\x55\x09\x1d\x8b\xdb\x55\xab\xeb\x18\x19\x7f\xb5\x3e\xdb\x2e\x21\x38\x85\xfb\x68\xb8\x37\xd4\x3b\xd6\xa3\xfb\x53\xf8\x44\x6c\xbf\xbc\x9f\xf5\x28\xee\x68\x03\x3d\x7a\x6d\x3c\xb0\xfc\x4b\xcc\x17\x9e\x7f\x51\x3e\xe7\x79\xe2\x26\xe1\x16\xee\xd5\xe4\x0d\xa9\x29\xb1\x6f\xf8\x6b\x63\x87\xe3\x21\x19\xc7\x22\x61\xbc\xcc\x2c\x4a\xf0\xef\x84\x89\x9c\x0a\x8a\x46\xd2\xbe\xfc\x07\x1e\x0e\xc9\x39\x45\x38\x77\xcd\x94\xe7\x25\x63\x88\x07\x7c\x2f\x69\x8b\xd3\xfd\xb4\xb9\x8a\x78\x07\xe3\xa8\x9a\xf0\xdf\x93\x49\xdc\x23\x11\xaa\x81\xb4\x78\xbb\x48\x6c\xd7\xa6\x84\xcb\x91\xdf\x5a\x6e\x26\xbd\x61\xbd\xac\xcd\x49\x49\x8c\x02\x49\xd7\xa7\x4e\xc4\xac\x28\x10\xf1\xcb\xb8\xdb\x05\x36\x69\x6e\x71\x0b\x49\xa9\xe9\x36\x09\xe7\x62\xfa\x32\x3c\x53\x36\x87\xa5\x67\xce\xa4\x01\x69\x49\x59\xab\x32\xf3\x7d\x9e\x65\x7b\x67\x4f\x11\x31\x42\x46\x5e\x2c\x86\x94\x23\x29\xdc\xe4\xf2\x29\x6f\xa3\x38\x19\x5c\x95\x8c\xa7\x35\xce\x55\xf2\x3b\x82\xbe\x8e\x2e\x64\x2c\xd2\x0d\xfa\x62\xb2\xb6\x31\xac\x94\x01\xc2\x2d\x21\x7a\x4d\xd8\x1c\x97\x50\x41\xf5\xc1\x5c\x32\xf3\x53\xc9\xd3\xbc\xed\x11\x7b\xf3\x4c\xf3\x1e\xb0\x68\xe9\x92\x7c\x65\x74\x15\x4f\x50\x10\xc2\x1d\x62\xdf\x10\x45\xc7\xff\x0d\x79\x57\xb8\x90\xa4\x4b\x35\x2a\xb6\x4f\x6d\xf1\x7e\x26\x5e\xce\x58\x8d\x17\x95\xb8\x65\xaf\x43\xa7\x97\x1a\xe5\xde\x83\x0a\x73\x2a\x7c\xbe\x2f\x8d\xe5\x4b\xfc\x48\x93\x3f\x45\x2f\x29\x92\xa1\xa3\xc5\x66\xfe\xa7\xba\x79\xe2\xb2\x80\x5b\xf2\xa2\x92\xbf\xd4\xf7\x0d\x29\xa5\xd3\xb4\xec\x8a\x4e\x49\x5d\xf0\x86\xe2\x65\xc9\x17\x46\x89\x50\x2d\xe5\x33\xcd\x52\x27\xcb\x4c\x23\x78\xb1\xc2\x72\x34\xfb\x6c\xa4\x51\x45\x14\x67\x27\x3d\xb2\x72\x28\xce\x97\x72\xab\x1a\x98\x70\xd9\x33\xa5\xa6\x2b\xa5\x10\x7b\xb8\xb6\x2e\xfd\x05\xa2\x58\x02\x20\x1d\x38\x5d\x52\x26\xf4\xe0\xcf\xbe\xa8\x88\xf4\x9c\x1e\x43\x55\xd9\x7b\xaf\xe8\xd7\xa8\xee\x25\x1b\x74\x76\xd6\x4c\xf8\x80\x5b\xad\x6b\xdb\x7d\xa3\xeb\x72\xeb\xa0\x7e\x8f\xca\xda\xeb\x5e\xf9\x37\x17\x86\xd7\x47\x04\x42\xb2\xfe\xa9\x5f\x0c\x76\x4d\x5a\x6e\x88\x0e\xa9\x8c\xe1\x35\x0a\xc3\x37\x85\xf1\x65\x0f\x59\xee\xb4\x47\xcd\x9d\xd1\x9d\xbe\x9c\x56\x97\x58\x10\x71\xb1\x2d\x2e\xa1\xc9\x75\xa1\x76\xc0\x1d\x75\x6e\xb0\x61\x1f\x36\x71\x81\x24\x5b\x85\x6b\x98\xe4\x35\x05\xe1\xa7\x86\xc6\x9b\xaf\x13\xb7\xf6\x3c\x6f\x19\x20\x1d\x6e\x7f\xdc\x9a\xeb\x61\xdc\x34\xd7\xb6\xd3\x33\xa2\xc6\xb1\x2d\xcf\xeb\xb4\x44\xd0\xf6\x9e\x3c\x9c\xff\x4c\x1e\xec\xb7\x2f\xa3\x4b\xf1\x4f\x40\x03\xef\x8a\xe2\x71\x90\x11\xbb\x48\xb9\x92\xb1\x14\x32\xd8\x11\x1b\xe6\x40\xd5\xec\xea\x8a\xfc\xee\x1d\xd4\x53\x1d\x9d\x87\x83\xb5\x86\xa2\xdf\x9e\x9f\x93\xd7\x62\xd6\x2c\x59\xb7\xe7\x61\x6e\x4d\x3f\x50\xaa\xdd\x8a\x47\xcb\x3b\x6e\xb8\x13\xfa\x89\x9d\xb7\xb1\x7b\xba\x2e\x76\x25\x61\xaf\xc8\x57\xab\x2c\x70\xf5\x8d\x47\x55\x2d\xf8\xcb\x95\xe3\xdd\x7b\x88\x06\x25\xa4\x6e\x86\x07\x38\xd7\xb3\xfb\xb2\x57\x75\xda\xa1\x9e\x72\x5f\x72\x5c\x40\xef\x40\x80\x75\xa4\x96\x7a\x33\xed\x76\xf0\xc5\xfe\x64\xc6\xa2\xdf\xf3\xc1\xe2\xb0\x6f\x24\x72\x97\x02\x79\xe0\x82\x41\x77\x15\xf2\xcd\xb2\xa0\x17\x81\xca\x9b\x7d\xde\x97\x87\x3e\x38\x7e\x57\x9d\x8c\xee\x1f\xd2\xed\xe7\xba\x62\x7b\xdd\xfb\x7f\xba\xbe\x52\xfe\x1e\x88\xc1\x88\x5b\x04\x03\x6f\xdc\xdc\xeb\x4e\x0d\x52\xdd\x1d\xcb\xcb\x06\x6f\x61\xdd\x8b\x0d\x86\x0e\xe0\x5d\xb3\x5f\x0f\x65\x11\xff\xa6\x74\x0d\x07\x7b\x89\xb8\x3b\x46\x24\xbe\x53\x61\xcb\x63\x36\x01\xc9\x81\xef\x26\x60\x41\x7f\xbc\x73\x07\x86\x5d\x76\x9d\x7f\x32\x84\x77\xb9\x74\x72\x66\xf8\x01\x3c\x7f\xfe\xde\xa8\x2f\xc2\x69\xca\x68\x4c\x07\xd1\x36\xd2\x3f\xf6\x00\xb9\xad\xdf\x62\x5c\x8c\x14\xa8\x32\xc7\x5f\xa1\xd6\x2a\xf0\x13\x1e\x28\x71\xd3\x9e\x89\x1e\x34\xb0\x86\x3e\xb9\x09\xfd\x4d\xca\x9c\xa4\x63\x2c\x44\x03\x93\xb5\xee\x36\x82\xe5\x29\x1d\xdc\x89\x24\xdf\xe9\xf5\xc4\x1f\xd1\xa7\x67\xe0\xde\xb5\xa1\x94\xb9\xad\x7e\xa7\xfd\x0b\xc6\x7f\x3b\x15\x5c\xf0\x99\xec\x77\xce\x3d\xb5\x30\x4d\x82\x46\x2c\x88\x67\x37\x41\xff\xcc\x54\xcd\xad\x82\xe9\x8f\x27\xcd\x75\xc3\x48\x43\x36\xf3\xbe\xb0\xac\xde\x67\xf3\x57\x61\xe7\x3b\x4d\x4f\xa4\xb8\xac\x6d\xf3\x39\x51\xe1\xd2\xd4\x68\x76\xe2\x39\x1c\x58\xc5\x5a\x00\xc1\x1f\x94\x96\x2c\xbc\x45\xae\x2d\x00\x2c\x3a\xa2\x3e\x65\xa6\x2c\xad\xc2\x74\x25\x66\x2e\xad\xc2\x55\xb3\xab\x97\xee\x79\x34\xd1\xd7\x5a\xee\xeb\xec\x6c\x48\xb4\xca\x53\xad\x2f\xff\x62\xdd\xdc\x9d\x5b\xd4\x64\x83\xe9\x25\x09\x73\x6c\xaa\xd4\x8e\xfc\x08\x9b\xd7\x03\x41\xf1\x64\x5b\x93\xa1\x44\xf6\x11\xdb\xb0\x91\x2b\x8c\x02\xdb\x23\xe3\x14\xff\x35\xb6\x7f\x26\xfa\x3c\xb2\x80\xd0\xa9\x55\xee\x08\x87\x85\x29\x05\x72\xbb\xe3\xb5\x69\x84\x53\x89\x53\xe8\xf4\x55\xd0\x38\xec\xdc\xf4\x59\xa0\x07\xa2\x6c\x46\xc3\xfa\x12\xfa\xd8\x8c\x9d\x85\xa1\xdd\x93\xb6\x9a\xa6\x3b\x0e\x38\x79\x48\xf5\x46\x47\xa2\x22\xa4\xa4\x0e\x5c\xaf\xd4\xcc\x23\x40\x0a\x3a\x6e\x65\xac\x73\x42\xa8\xa0\x09\x37\x9c\xce\xf5\x74\x46\x8f\x38\x13\xfa\x2e\x85\x2a\x9d\x67\xfb\x3f\x04\xfc\x0b\xf5\x1d\x2c\xf7\xd2\x81\x31\x86\xd7\x63\x5d\xe0\xa2\x11\x5d\x14\x12\x29\x1d\xf9\xe8\xfc\xc9\xf5\xe0\x68\x95\xe3\x43\xb7\xd1\xb1\x83\xf6\x11\x38\x83\xb1\x3a\x9b\x87\x84\x98\xf1\x23\x96\x4e\x60\x9d\xc6\x0b\x6d\xc1\xce\x76\x32\x9d\xba\x8d\x2e\xab\x65\x83\xd2\x54\x84\x41\xd3\x0b\xd1\x06\x64\x6a\xcb\x09\x41\x1b\x2a\xb6\xed\x55\x32\x1d\xad\xdf\xee\xcf\x45\xa2\xbf\x75\x8c\x87\x73\x5d\x6f\x74\x7d\xa7\x81\x30\x6f\xba\x7f\x91\x85\x6e\x77\x7b\x6b\xf0\x87\xb1\xdf\xd5\x00\x57\x3d\xfc\x97\xfe\xbd\xb0\x3f\xc4\x2f\x03\x3b\xc0\x7f\x3d\xcd\x06\x01\x0e\xd5\xde\x1e\x83\xf7\xec\xfe\xf1\x11\x0c\xc9\xad\x82\x5d\x52\xab\x59\x4a\x20\x6a\x7b\x75\x68\x63\x2d\xc6\xb8\xfa\x62\xc5\x0f\xec\xb1\x1a\x9f\x62\x36\xae\xa2\xce\x4f\x78\x19\x3f\xde\x90\xc9\x77\x25\xb4\xca\x06\xe3\x41\x44\x41\xf3\x17\xd6\x17\x52\x55\x9b\x16\xbd\xcf\xe3\xb1\xc2\x9f\x62\xe2\x65\xab\x94\x79\xac\xf0\xbe\xdc\x59\xe7\x76\xd5\xe7\xbc\x0a\x83\x28\xf3\x9b\xeb\xee\x76\xc2\xf8\xcf\xf6\x3c\x05\x9d\xa3\xb6\xf7\x69\x00\x7d\x68\x23\x6a\x2d\x6b\x1a\xc6\x49\x72\x41\xb5\x16\xb7\x45\x72\xb6\x65\x8c\xd8\x29\xb9\x54\xf3\xcd\xf3\x97\x74\x83\x84\x43\x86\x94\x1d\xcb\x7f\xe6\xa3\x2c\x7f\x92\xe9\xe9\x3b\x5f\xb5\x3d\xf1\xad\x5f\x4b\x4d\x78\xcc\x1c\x65\xb8\x6e\x9e\xf9\xc4\xff\x41\xc3\x3b\x6a\x37\xb5\xa6\x69\x89\xfc\x0f\x6d\x65\x2b\x14\xef\x1e\x34\x25\x4f\x73\x35\xa4\x27\xb7\x93\x5d\x36\x84\xd8\x2b\xdf\x83\x2f\x32\x37\x77\x26\xd9\x7f\x0a\xdf\xda\xf5\xd3\xa6\x9c\x64\x2b\x3a\xd7\xa7\xeb\xed\x22\x92\xb6\x5b\xfa\x69\x8b\x18\x8d\x75\x01\xa1\xa2\xd2\xca\x6d\xb4\x38\xd1\xfd\x62\x41\xd0\xa5\xa2\x42\xe1\x32\x7d\xab\x38\x86\xaf\xc9\x00\x96\x76\xc7\x4d\x84\x10\xcb\xd6\xb1\x04\xa1\x39\x15\xd9\xf4\xbf\xcc\x5b\xd5\xce\x94\xf6\xf0\xb8\x3a\x98\xc7\x4c\xa4\x56\xe3\x06\xf7\x6c\x56\x6b\x13\x0d\x39\x10\x65\xdb\xe2\xeb\xbc\x1c\x7d\xba\xcd\xc9\x51\x8f\x53\xa2\x30\xb1\x8b\xa5\x74\x67\x6f\x1a\xfc\x1c\xd8\x9c\xad\xd1\xf5\x95\xee\x93\x75\xbb\xb5\x34\x74\x2a\xeb\x5e\xdd\xae\x70\x69\xb6\xb3\xb4\x38\xb2\x4a\x68\x26\xd2\x62\x9d\xc9\x19\x12\x08\xd9\x3f\xf3\x7e\x25\xbd\x8f\xd6\x15\x05\x71\x62\x63\xd0\x45\x9f\xc2\x57\x72\x12\x4a\x52\x68\xed\xdc\x9f\xd2\x76\x9f\x27\x71\x19\x15\x83\xc4\x23\xf1\xef\xab\x95\x98\xf6\x84\xec\x3a\x0b\x78\x6b\x12\xa8\xc1\x17\x32\x9d\x7c\x4e\xa6\xb4\x6f\x0e\xb9\x9f\xd2\x3f\x76\x27\xfc\x56\xca\x74\xdf\x77\x76\x6a\xca\xa2\x32\x2b\xe6\x6c\xca\xd3\xa6\x6d\xb1\xcc\xd4\x94\xaa\xf6\xf8\x39\xbe\x51\x09\x9c\x77\x39\x2d\x3c\xf7\x76\xc2\xc8\x7f\xc4\x4c\xda\x2c\xe8\xe7\xbd\x4c\xf6\x14\xc6\x46\xc5\xa7\x34\xe4\x05\x87\x82\x52\xdf\x8a\x76\x52\x37\xa7\x79\x17\x9b\x7a\x03\xd3\x3b\x4a\xad\x71\xb2\x8c\x57\x65\x91\x68\xb5\x00\x5b\x69\x09\x5b\xca\xba\x51\x7d\xdf\xb1\x87\xc3\xe1\xf2\xa7\xbf\xc7\x1f\xe6\x5e\x1e\xb6\x4c\xac\x8e\xdd\xdc\x3d\x9a\x92\x13\x9b\x27\x67\xa4\xc1\xe3\xb6\x37\xac\xcd\xd8\x11\x6f\x5e\xde\x91\xa9\xe4\x31\x8b\x88\x02\x7a\xa2\x9e\x10\x90\x75\x34\xf9\x60\xaa\x38\x1b\xc4\xdf\x1c\xfb\x46\x98\x9b\xb1\x26\xb2\x23\xe7\xa6\xe0\x07\x5d\x9d\x67\x20\x7c\x4c\xb9\x97\xdf\x94\xf7\xd9\xd3\x56\xa4\x5d\xb8\xcb\xfd\x51\xe1\x61\xb1\x08\x29\x2f\xda\x23\xf9\xea\x0c\x49\xfd\x15\x1e\xb1\xb0\x36\x23\x3d\x02\x3e\xe1\x98\xd5\x11\x71\xa7\xff\x71\x4e\x44\x64\x5a\x67\x63\x5e\x2f\xcb\xb2\xc5\xb7\x20\x83\x6d\x54\xab\x29\xfa\x1c\x15\x24\x99\x2e\xda\x1b\xa3\x57\x10\x59\xf4\x84\x0b\x11\x58\x15\xd7\xc6\xdd\x49\x52\x88\x05\x09\xe7\x38\x9b\x4a\x46\x92\x2f\x87\xef\x91\x80\xf8\x7d\x41\x74\x69\x4d\xc6\x6b\xdf\x5b\x65\x7f\xb2\x8f\x90\xb0\x15\xbb\x72\x4b\xdc\x74\x2b\x0f\x89\x0c\xe0\xc6\x79\x17\x69\xfa\x27\x2f\x14\xfa\x06\xb1\x66\xdc\xc5\x9b\x83\xbb\x46\x98\xa5\xb9\xf4\xc9\x5e\xb9\x94\xcc\x18\x69\xaf\x2f\xfb\x1b\xd2\x29\xcb\xae\xd8\xcb\x5c\x59\x95\x5f\x69\x1a\xc6\x28\xc9\xa9\x7c\x18\x21\xca\xfd\x50\xa5\x60\xcd\xa4\xa7\x54\x4b\xa2\xcf\xf2\xda\x6b\x32\xb8\x63\x51\x76\xb5\xfd\xf1\xa7\x42\xc5\xf5\x66\x89\xdd\xd4\xd7\x0d\x97\x52\x8f\x90\x33\x64\xe1\xe9\xd5\x84\xb5\x4d\x98\x2c\x16\x9a\x52\xc6\xf1\x79\x7f\x6e\x7d\x25\xd0\x6f\xfd\x89\x2b\xd5\x03\x94\x5d\x13\x83\xb5\xff\xfa\x5b\x0f\x1a\xd5\x5f\x09\x40\xaa\x12\x1a\xff\xa1\x7a\xb6\xb5\xc9\xc0\x81\xe9\xf5\x27\x64\x7f\x83\x36\x57\xec\x6c\x3a\x11\xdc\x52\x6c\xdf\x6c\x15\xa2\x23\x0c\x6b\x3e\xc7\x6c\x4f\xed\x6c\x19\x8f\xb8\x14\x3b\xd6\xb6\x8e\xfd\x2e\xb2\x52\xee\xc1\x59\xcf\x58\xa5\x58\x8e\xb3\xf1\xf7\x55\x32\x12\x4e\x78\x36\x74\xbc\x4e\x91\xba\xcb\x1b\xb8\x84\x67\x17\x8f\xc8\x9e\x78\xec\x5a\x86\xb6\xc0\x3d\x07\x66\xb6\xb6\xfe\xf4\xfa\x38\x72\x5f\x5e\x4d\xde\xd3\x37\xa9\xb8\xec\x73\xb8\x83\xd7\x7e\xd7\xf7\x68\xcb\x66\xe5\xac\x1f\xa1\x36\xb9\x23\x89\xd2\x27\x5d\xe8\xb4\x0e\x88\x12\x09\x3b\x1f\x05\xce\x09\x6a\xba\xa2\x82\xcf\x27\xb5\xa9\x48\xa1\x07\x62\x26\xba\x15\xe1\x49\x61\x8f\x7b\x61\x2c\x45\x10\x4a\x8d\x8d\xd9\xef\x1b\xde\xff\x30\xf6\x3b\xe1\x9b\x62\x27\xf6\xe8\x25\x07\x25\x0b\x77\xec\xd4\xba\xce\x72\xdc\xb7\x39\xa5\x2a\x8a\xb0\x65\xfc\x44\xf7\x35\x22\x66\xf0\x70\xef\x51\x52\x52\x37\xbb\xf7\xa5\x47\xb2\x82\xdf\x37\xe7\x99\x28\x4b\x51\xd3\xbd\x86\xaa\x8f\xa8\xff\x90\xd7\x97\xaa\xfa\xb3\x7c\x3e\xe7\x9b\x0f\xec\xa5\x98\x66\x20\x06\x0f\x51\x63\x79\x27\x87\x8e\x07\x5d\x63\x7f\x1c\x16\x86\xd0\x43\x57\x8c\x42\xc2\x46\xa8\xc7\xc6\x71\xac\x2b\x5e\xec\x1e\x1e\xc6\xe6\xd2\xe9\xbe\x71\xb7\x5d\xa7\x8f\xf7\x57\xbb\xcd\x9c\xc8\x1d\x24\xbb\x73\xa6\x74\x86\x22\xb0\x7a\x23\x6b\x87\xf3\xb0\x8f\xfa\xee\x8c\x84\xe3\x1a\x3b\xe3\x47\x0f\xe1\x99\xad\xb7\x47\x1f\x10\x7c\x1b\x0c\xc6\xd8\x44\x41\xc5\xcb\xf1\x95\x24\xb5\xb8\x79\x9c\xec\xf9\x38\xe7\xc1\xf8\x75\x32\x94\xff\x6d\x72\x8d\x5f\x51\x5c\xfe\x54\x0e\x75\x43\x24\x61\x66\x73\x90\x2a\xf8\xfe\xdc\xda\x50\x88\xaf\xd6\xb0\x1a\xf9\xfd\xd2\xe8\xa8\x0a\xf5\xf6\xcc\x3f\xe3\x54\xb4\x6a\x51\x6f\x72\x9b\x2b\x77\x86\x38\xa5\x83\x59\x31\x56\x3e\xf5\x1b\x93\x3b\xf0\xef\xf4\x5b\xcc\x97\x9e\xfd\x33\x85\x6e\x69\xed\x77\x67\xad\xdc\xb7\x36\x4b\x66\xcf\xb9\x4f\xd5\x3e\x9d\x23\x63\xcb\xca\x26\xe6\xee\xe1\x86\x8a\xcc\xe7\x8f\x11\xbe\x67\x17\xce\x8f\x79\x34\xa4\x34\x9f\xf8\xd7\xfb\x05\xd7\x64\xd1\xc4\xef\x7a\x58\xf7\xf2\x5a\xea\x4b\xea\xe9\x69\xb6\x4b\xee\xe5\x2d\xb3\xb1\x70\xf1\xd9\x0d\xf3\x36\x88\x7d\x4b\x4f\x4e\x3c\x41\xf0\xe6\x9e\x2c\x92\x11\x5d\x93\x77\x97\x76\x23\x7e\x8d\x04\x2e\xdd\x44\xe2\xd5\x57\x97\x45\xc8\x21\xd5\x3f\x27\xf7\xa2\xec\xe5\xbf\x4e\x76\xa0\xce\xc8\x2e\x9c\xd2\x47\x8b\x6a\x56\x9d\xca\x77\x4d\x90\x5c\x39\xbd\x1e\x73\x55\x74\xf8\x74\x92\xfb\x65\xc1\x89\x33\x2b\xf1\x3d\x49\xf9\x67\x2e\x78\x18\x46\xbf\x3d\xfb\x97\x7c\x31\x04\xe6\xe0\xa0\x5e\xd3\x72\xd5\x51\x43\xfd\xba\xd6\xd0\x71\x74\xc0\x57\xf2\x01\x7c\x68\xf0\x5b\xc1\x08\xd8\x66\x78\x40\x10\x0f\x76\x1e\xad\x4c\x76\x05\x5b\x8f\x67\x73\x8f\x83\x35\x27\xe7\xc2\x4f\x83\xf7\x4e\x3f\x0f\xea\x74\xfc\x3b\x8b\xf0\x5d\xe5\x98\x3e\x47\xc7\x5f\x87\xb4\xcd\x4d\xb8\xe6\x3a\xaf\x9b\xe7\xba\x78\xb8\x00\xe7\x8f\x40\x1c\x91\x87\xe7\x91\x0e\x6a\xf4\xed\xf9\x60\xbb\xf5\x6e\x85\xf3\xc1\x56\x76\xce\x80\xae\xad\xf2\x17\xb0\x96\x2e\x7a\x7d\x3f\x7c\xab\xaa\xa0\x1c\x83\xb0\xea\x7e\x55\xf8\x08\x31\xde\xdb\x97\x5d\x86\x3c\xa8\xae\x4d\xa5\x20\xe9\x03\x27\xe3\xbc\x90\x8a\xa1\xab\xac\xed\x28\xad\x91\x57\xf4\x32\x54\xd2\x98\x92\x62\x88\x7a\x3c\xfe\x94\x54\xe0\x4a\x9a\x68\x77\x2b\x76\xf3\x9a\xdc\x80\x20\x62\x91\x93\x4e\x4e\x04\xfc\xf8\xa4\x0c\x34\x48\xfc\x35\xb5\x1b\xb8\xdb\x13\x32\xc5\xb7\xf6\x46\x68\xc8\xad\x3b\xe8\x68\x43\xb9\xb3\x6c\x04\xc3\x93\x7f\xad\xda\xe7\x9e\xa3\xb8\x2a\x6e\xc1\xd6\x28\xdb\x73\x0f\xe3\x62\x3b\x0b\xd2\x2a\x70\x2f\xba\x0f\xf0\xd2\xf0\xe0\xde\x94\xa8\x54\xc2\x66\x35\x3c\xe4\x24\x61\x79\x60\x75\x40\x10\xb1\x66\x90\xee\xb5\x9b\xd4\x39\x94\x8b\xcd\xf0\x4c\x1c\x26\xa0\x8a\xbd\xf7\x0d\x7f\x81\xfa\xfa\x68\x8f\x34\x80\x77\xfa\x59\x8c\xfa\xd8\x73\xfc\x73\xc6\x34\x6c\xd0\x98\x0d\xb2\x00\xd5\x53\x6c\x9d\x0c\xd3\xf2\x9c\xb0\x2c\x8b\xa8\xf9\xe6\x51\x26\xbb\x2b\x29\xf2\x0a\x6d\x36\x29\x38\xe4\x9d\xd0\xba\x22\xb3\x8d\xec\x26\x37\x48\xe2\x93\x9f\xb5\x97\x71\xf8\x3e\xb3\x1d\xa7\xc2\xee\xf8\xaa\xbb\xae\xd2\x74\xfd\xd4\xdd\xcb\xe4\x45\x4a\x45\x2f\x11\xdf\x1a\x40\xef\xcb\x77\xad\x0e\xdc\xaf\x2e\x70\x69\xa5\xcd\xf4\xfb\x43\xbc\x82\xab\x07\xd0\x0e\xfd\x0c\xd9\xa0\xa1\x6d\x1a\x21\xa3\x66\x5d\x9f\x8b\x67\x4a\x75\x83\xe2\x92\xcf\x8e\x6a\x8f\x86\x93\x94\xa3\xd5\x5d\x15\xa4\x80\xe7\x35\xb0\xa2\xbb\xd4\x17\x75\x7b\x84\xee\x81\x93\x0d\x7b\x52\xef\xd2\xa4\x32\xaf\xb8\x27\x41\xc9\xcd\xf9\xac\x89\xe0\xb6\x56\x09\xfd\x3e\xfd\x9a\xfc\x0c\xa5\x3e\x64\x83\x52\xc3\x63\x22\x34\xa0\xe3\x91\x7b\x55\x98\x66\x17\x1b\x59\x15\xde\xa3\x1a\x70\xce\x8c\xe4\xf4\xac\x76\xdc\xcb\x76\xeb\x85\xd8\xd5\xfb\xd8\x49\x75\x07\xe1\xfe\x40\x89\xa2\xf3\x53\xe0\x05\x89\x6f\x8b\x25\xfd\xa8\x04\x5b\x53\x17\xba\x52\xa2\x94\xec\x65\x2e\x49\xdf\xe5\x97\x84\x7d\x2d\xef\xcd\x5c\x1d\xfe\xb3\x72\x3e\xf1\xdf\x88\xab\xd5\x6f\x63\xee\x45\x5e\xad\xd3\x0b\x03\xb3\xce\x36\x00\x03\x8f\x45\xd1\x9b\x56\x90\xcb\xa2\x67\x5b\xc2\x09\xab\x39\xe0\xb6\x58\x8c\x0e\x77\x56\x61\x0e\xf7\x88\x43\xb4\xcf\x40\xba\x79\xda\x1d\x43\xf6\x75\xb4\x36\xd1\xfc\xe8\x1c\xe3\xab\xc8\xb1\x37\x36\x6c\xb0\xe0\xb1\xe2\x2e\x0b\x57\x50\xd7\x48\x8f\x7a\x26\xda\x55\x71\x8b\xb3\x5f\xb4\x54\xec\xce\x35\x2d\xe2\x0b\xdb\x62\x91\x62\x3f\xfe\x96\x38\x5e\x69\x40\xdc\xb7\xf8\x42\x69\x1e\xeb\x15\xaf\xb9\xfc\x0d\xa3\x24\x61\xb6\x2a\xd6\xdf\x2f\xc9\xaa\x96\xe0\xd9\x9c\xdc\x57\xff\x06\xcb\x4a\x85\xcb\xf6\xa3\x54\xfc\x53\x4d\x7f\x61\x9b\xd2\x39\xad\x30\xd0\xcb\x08\x6a\xd6\xe4\x94\x73\x54\x7c\x16\x6f\xd0\x9d\x8b\xc9\x32\xed\x1a\x8e\x6f\xc8\x3a\xd8\x6a\x95\x28\xc8\xf2\xab\x1d\x4e\x5e\xcc\xfa\x23\x25\xa5\xba\x0b\xd7\x17\xbc\xe6\xeb\xe7\x08\x04\xfc\x34\x68\x9e\x3a\x79\x53\x7a\x8c\x68\x27\xa7\x27\x43\x59\x94\x1f\x1e\x97\xf9\x54\xfc\x22\x08\x97\xf5\x8f\x64\xc1\xb7\x39\x3b\xa6\xbc\x81\xb4\x5f\x38\x54\x15\xef\x26\xcb\xd5\xac\xdd\x83\x18\xcf\x9b\xad\x1f\x83\xfc\x88\x3b\x95\x12\x37\xf7\x3e\x71\x29\x85\x3c\x86\x4c\x65\xa6\x40\xfb\xae\xa5\xd7\xa6\x04\x29\x69\x02\x41\x4a\xb5\xec\x72\x76\x45\x2a\xb6\x2a\x32\x27\x92\xbf\xb7\x44\x33\xd7\x22\x8d\x99\x3b\x9d\x7b\xeb\x3f\x62\xe6\x9b\x0a\xaa\x12\xf6\x14\x04\x09\xa1\x51\xa7\x45\x3d\xb9\x6f\x42\xaf\x14\xfe\x2e\xf0\xa0\x5e\x2c\x96\x17\x59\x93\x75\x4b\xe2\xc4\xcf\xf1\x79\xa5\xdb\xa5\x04\x57\x89\x04\x56\xf1\x1a\x66\x96\x71\x84\x8b\x5b\x3a\x99\xf5\x81\xdb\x3f\x7d\x20\xd7\x96\x7b\x61\x68\xb4\x80\xc0\xfd\xd2\xed\x51\x78\x2e\x36\xa5\xed\xa3\x58\x33\x6e\x5f\x7d\x49\x49\x6e\x3c\xa8\x9c\x54\x7a\x9a\x97\x51\xa4\x2d\x89\x4b\x04\x67\x3f\x95\x9a\x24\x9b\xa6\xb6\x94\x61\x52\xff\xc6\x01\xcb\x5b\xd2\x4f\xb2\x0c\x2b\x35\x04\x52\x46\x58\x15\x49\x18\xec\xdf\x55\x7d\x23\x8f\xed\x65\x5e\xcb\x17\xe1\xb1\x37\xeb\x26\x8a\x47\x91\x17\x0b\x35\xc3\x2d\xce\x94\x8a\x63\xc3\xbf\xcc\xb7\x48\x48\x11\x79\xe3\xa4\xb2\xf7\x91\xdb\xfb\x0f\x54\xea\x45\xf6\x77\xdc\xab\xfa\xcd\x8a\x6b\x56\xd6\xf0\xd8\x59\x35\x19\xb5\x83\x51\xa7\x25\x1e\x75\x1d\x31\x55\x05\x06\xf5\xfe\xdc\x62\xc1\xb6\x06\xdb\xf8\x75\x49\x63\x8d\xde\x09\xa7\x38\x0c\x59\x7b\x72\x6b\x78\x45\xb3\x33\x3f\x2a\xe8\x6d\x4b\x67\x46\xad\x9f\x57\xeb\x9d\xac\xbb\xa4\xd3\x72\xfb\x5c\x9c\xdb\xce\xca\x7d\xb4\x35\x17\xae\xd4\xd8\x04\x69\x2c\xfd\xac\x37\x08\xba\x37\x3d\xd4\x28\x0c\xfe\x35\x3c\xdc\xd4\x4a\xff\xdb\x23\x6b\x59\x19\xa2\xa9\x18\x69\xa5\x86\x6e\x68\x3c\xdf\xe6\xca\x8c\xad\x7c\x2b\xb7\x08\xbb\x2b\xfe\x26\x7f\x14\xa9\x91\x5b\xa4\x50\xb2\xb5\xd3\x91\xed\x27\x63\x36\xf0\xa6\x95\xf7\xb8\xb7\xa2\x44\x9d\x96\xf1\x57\x43\x3f\x74\x9d\x4c\xec\x0c\xc4\x77\x7b\xa4\x1a\x92\xf3\x7a\xba\xd2\x97\xf1\xac\xa6\x43\x3e\xec\x7f\x47\x5b\x8f\xfa\xe9\x9d\x06\xc8\xfb\x29\x7a\x73\x3f\xda\xef\xfa\xaf\x19\xa7\x74\x34\xf8\xff\xe8\x7f\xd2\x65\x18\xf0\xb0\xcb\x57\x95\x4c\xbd\xd9\xda\xdd\xdd\x42\xdb\x5a\xbf\xa2\xc7\x33\xa8\xa6\x9c\xd4\xf3\x87\x8e\x2e\x62\xf7\x96\x84\x54\x65\x7f\xe8\x73\x0b\xd3\x4e\x4d\x53\x27\x46\x9a\xc6\xbe\x1f\x58\x15\x65\x12\xf9\x61\x30\x91\x03\x62\xc0\x86\x7e\xc5\x45\xfa\x07\x8e\xd4\x24\xa2\x3c\x4e\x2b\xbf\x93\x3e\x5e\xf9\xda\xf5\xc3\xb3\xe4\x8c\xb2\xc7\xd7\x2b\x75\x81\xd8\x97\xee\x8d\x9e\xb2\x57\x3f\x23\x7b\x0d\x53\x06\xdc\x7d\x10\xbd\x9c\xc1\x60\x5f\x3b\xa5\xef\x50\xac\x9f\x49\xb3\xfe\x30\x96\xe2\x55\xb3\x38\xfc\xc7\xbf\x43\xea\x32\xd2\x45\x0d\x16\x1d\x1b\x45\xd2\x3a\x04\x9c\xb1\xfd\xf4\xa2\xa4\x99\xf1\xa0\x50\x05\xc7\x7c\x72\x75\xf8\xbd\x70\xf3\xe9\x35\xac\x8f\x41\x81\x33\xd3\x31\x3f\x7c\x5c\xd4\x78\x1c\xe3\x6a\xe6\xe0\x16\x3c\xe9\xec\xbf\xc3\xc6\x04\xf2\xd2\xbe\x51\x0b\x22\x71\x26\x7f\xac\x9a\xe4\x36\x66\x38\x7e\xd9\x03\xd4\x7f\x66\xe2\x93\xe7\x3e\x15\x69\xf2\x96\xd7\x1a\x79\xc5\xd4\x59\xaf\x37\x8d\x67\xa6\x13\xc9\x9b\xab\x4a\x66\x74\x7c\xe0\xa5\xf6\x33\x6d\x7e\x96\x79\xf7\x66\x11\xfe\x3e\x19\x07\xe7\x4a\x03\x19\xbc\x17\xf3\x37\x83\x95\x51\xe0\x85\x80\x50\xd7\x90\x3b\x4b\x17\x22\xbe\xfb\x2d\x8c\xaf\x76\xb3\xbe\x32\x38\xe9\xe6\xae\x73\x2e\x6d\x5a\xcb\xfd\xd2\x32\x67\xe6\x15\xd6\x7f\xae\x7f\x8e\x8d\xbd\x3c\xf1\x61\x3e\x01\xe7\x3b\xbc\xf5\x84\x00\xf7\xb8\xef\xe0\x42\x08\xbe\xb1\xe3\xde\xa2\x1d\x21\xab\x95\xb9\xb4\x82\x18\x5f\x3f\xb6\x54\x4e\x52\x54\xd0\x96\x8d\x3d\x9e\x15\xff\x5e\x6e\xf1\xd6\xcd\xc9\x3f\x09\xf5\x09\xe3\xff\x38\x15\x4f\xe9\x8f\x13\x9e\x7e\x13\x88\x8c\x3c\x74\xb6\x8c\xde\x12\xa4\x33\x2f\x45\x29\xae\x0a\x16\xe6\xd0\x93\xe7\x1f\x2f\xe5\xb8\x9a\x9c\xca\x39\xa9\xe7\x1a\xb5\xe0\x75\x6a\xda\x55\x38\xe3\x78\xba\xdf\xf5\xee\x98\xf2\x4c\x11\xc6\x6d\xe0\xdd\x59\x7f\xcc\x5c\x8f\xfe\xb9\xed\x6e\x91\xed\xcf\xce\x2d\xb9\x1f\x6b\x2e\x3b\x1f\x85\xdd\x58\x7b\xea\xfc\x15\x1c\xb8\xcc\xed\x82\x0f\xfe\x44\x61\xcd\x85\xcf\xc4\x4b\xd9\xa2\x8b\xf5\x9e\xd4\x94\xe7\x97\xe4\xe4\x79\x2e\xfc\xdf\x74\xca\x75\x66\x39\xcc\x7f\x64\x97\x12\xed\x72\x73\xe4\x9a\x2c\x13\xce\x19\xb3\xaf\xda\x05\x6f\x19\xbf\x22\x1e\x86\x77\x4c\x46\xe6\x62\xe1\xb9\x53\x7f\xd2\xae\xc1\xfd\x66\x54\xbc\x17\x70\x8d\x39\x9b\x68\x2d\x97\xb7\x27\xd6\x33\x0d\xe0\xda\x0b\x39\x81\x01\x2e\x05\x8b\x01\xde\x95\x2e\xdc\xc5\x37\xb8\xc3\x2e\xa2\xa5\xef\xa8\xd7\xa8\xe3\x8b\x9f\x60\x58\xd7\xbe\xc5\x19\x30\xcb\x3d\x7a\xb1\xcf\xbe\x05\xf7\x7e\x51\x6d\xd3\x88\x1a\x56\x43\x3b\xaf\x63\x34\xd4\xb2\xe6\x9b\x6e\xa9\xfd\xb9\x35\xee\xee\xb8\x81\x07\xa5\x0f\xdc\x2f\x0c\x71\xf2\x59\x58\xe3\x91\x35\x19\xcf\xb1\xe4\xd1\x5f\x89\x17\xb0\x81\xe3\x6f\x63\xce\x60\x07\x26\x1f\x87\x75\xe2\x56\x4e\xab\x68\x17\x71\xac\x99\x22\x9f\xd3\xb8\x5b\xb3\x36\x84\xd3\x04\xd0\xac\x0f\xc6\x83\x38\x38\x4b\x85\xaf\xf2\x20\xcc\xb2\x20\x22\xaf\xec\xd9\x49\x87\x93\xe4\xe1\xb9\xd5\xb6\x17\xdc\x47\xba\x5a\xba\x87\xf0\x45\x5d\xe3\x6d\xe9\xc4\xf7\xaa\x0d\x75\x0d\x1e\xf1\xdd\x3a\x65\xdb\x3c\x2b\x7a\xe2\x44\x39\x5e\x90\xbe\x3d\x59\xeb\xbc\x7a\xfa\xb5\x93\xef\x79\x3d\x18\x24\x71\xff\x78\xc3\x86\xc9\x11\xaf\xbc\x2f\x8c\x3a\x05\xbf\x24\x87\x8c\x0d\xfa\x3d\xf7\x59\x35\xde\x4c\x6a\xf7\x35\x99\x38\xee\x76\xd7\x4f\x3e\xc1\x45\xfc\xf5\x5f\x39\xd1\xec\xbc\x97\xba\x66\x52\xcf\x71\x3d\xcd\x64\x32\xde\xee\x0e\xf1\xbd\xfc\xa4\x5a\xc7\x6b\x9f\xbc\xbc\x5d\xea\xb3\x46\xce\x6b\x14\xfa\xa1\x15\xc7\x2b\xfe\xf8\x53\x15\xbf\x8b\x13\x02\xac\x94\x33\xc2\xe7\x01\x9f\x3a\x5b\xf8\x51\xd4\xe8\xee\x63\xf1\x49\xd4\xdb\xbd\x1c\x76\x61\x60\x9b\xda\x25\x84\x42\xf3\x19\x58\x15\xc0\x0a\x3a\x32\x68\xe9\x15\x1d\xbc\x79\xc8\x04\xfb\x8a\x9e\x36\x74\x12\xbd\x9f\x71\x69\x18\x04\xb3\x0d\xa5\x0e\xcf\x80\x89\x61\xc4\x91\x70\xfb\x95\xe4\x16\xd9\xf2\xa0\x82\x62\x2f\x43\x76\x5e\xa3\xfa\xcb\x56\x35\x8f\x04\x21\x65\xfa\x35\xbb\xe9\xcf\x64\xaa\xd2\xb1\x10\x72\xf3\xe6\x7c\x9f\x50\x44\xcb\x42\xc6\x2b\xe6\xaa\xb6\xfb\x89\xaf\x98\x45\xed\x66\x9c\xf5\x61\xb4\x0e\xf7\x30\x65\x38\xac\x0b\x4f\xf3\x8a\xb0\xeb\x36\xf4\xa1\x45\x6a\xf6\x0c\x10\x22\x59\x59\xbd\x67\x31\x61\xec\x0f\x7d\xf2\xff\x8b\xba\xb7\x0a\x6a\x03\xfc\xfb\x3d\xa9\xbb\x52\xc1\x5d\x4b\xdd\x1d\xda\x52\xa3\x40\x71\x77\x77\x8b\x40\x12\x82\x85\x40\x84\x40\x08\x96\x20\x31\x08\x41\x03\x24\x58\x82\x27\x10\xdc\xdd\x1d\xda\x22\xa5\xa5\x42\x7d\xe7\x7f\xde\x39\x67\xf7\x9d\x9d\xb3\x7b\xb3\x37\xfb\x3c\xf3\x7b\xe6\xf7\x9d\xf9\xce\x3c\x97\x9f\xcb\xcf\x73\x46\xc0\x2b\x8e\xb5\xe6\x97\xa0\xab\xe5\xe1\x0f\x1e\x38\x48\x66\x1c\xe1\x65\x3a\x0f\xa6\xdb\x94\x4e\xb8\x2b\x91\xbe\x33\x77\xbc\x2c\x48\x85\x94\x07\x3e\xfd\xe9\xf7\x52\x5b\xfc\x26\x32\x24\xe2\xdf\xfa\x6f\x66\x2e\x23\x87\x02\x96\xc9\xad\x70\x42\x60\x0e\x75\x1c\xd4\x15\x64\x4b\xff\xe0\xdb\x0b\xd0\xcc\x59\x71\x55\x00\xbe\x60\x1e\xb4\x55\x04\x85\xe6\xab\x9a\x16\x82\xcb\x0a\xbe\xe8\xe7\x85\x68\x14\x01\x5f\xad\x43\xe8\xc5\xc2\x67\xca\x30\xdb\x92\xa0\x47\xaf\xdc\xab\x92\xfe\xd4\x13\xbd\x9b\x93\xf4\x2a\x6e\xf9\xc7\x10\xf8\x45\x36\x41\x4b\x04\xa7\x6c\x01\x28\x8e\x90\x96\x71\x25\x38\x2f\xe9\x25\xa1\x04\x72\x32\x39\x07\xf3\x00\xaa\x96\xaa\x13\xd9\x0f\x53\x25\x6a\x43\xba\x60\xdf\xd3\x1d\x03\x7f\x85\x0a\x32\x63\x3c\x73\xe0\x6e\x64\xb8\xc3\x56\x98\x90\x26\x66\xe9\x15\xa1\x91\xed\x67\x74\x35\x32\x99\xe1\xac\x7b\x1b\xb1\x87\xa9\xf1\x22\x26\x3a\x2d\x6f\x47\x4b\x3d\x80\x14\xe7\xce\xef\x03\xce\x60\x0b\xb9\xcd\x21\xb5\x58\xa5\xb2\x33\xa1\xc7\x31\xcb\x79\xd0\x70\x75\x4c\x23\x65\x34\x52\x0c\x8b\x4e\xf3\x8e\x6a\x8e\x03\x27\x88\x20\xe2\xe3\x45\x63\xd0\xd1\x5e\x09\x0b\x61\x62\xc8\x88\xc4\x2d\xf0\xf9\x98\xe0\x64\x31\xbf\x2b\xb1\xe1\xa9\x56\x6e\xd2\x28\x04\x91\x62\xa7\x82\x9e\xc8\xd0\x33\xeb\xc5\x5e\xca\xea\x79\x5b\x14\x17\x43\x7d\xf2\xba\x37\xfe\x28\x3d\xfb\x99\x11\x94\x1c\x0d\x6b\x05\x87\xb5\x22\x7e\xd7\xa3\xa3\xb4\x10\xa5\x95\x87\x90\x91\x08\x68\x31\x08\x65\x86\xc0\xe7\x0c\x61\x72\x10\x3f\x32\x4d\xe3\x6c\xa3\xeb\x93\x7e\xe1\x90\xc8\x69\x2c\x27\xfe\x71\xac\x11\x02\x94\x70\x1b\x1d\x02\xbb\x8e\xbf\x8d\xed\x0d\xfa\x97\x68\x1e\x2f\xe1\xb5\x4d\x48\xc4\xbf\x71\x5a\x4e\xda\x26\x6c\x5b\x07\xa6\x78\xa6\x14\x98\x68\xa7\xa6\x10\x03\xf4\xe2\xd2\xc6\x33\xd0\x2f\x60\xd1\x3f\x42\xef\x75\x29\xa2\xe6\x43\xf7\x08\x7c\xe3\x5c\x61\xbd\xbc\xed\x84\x0a\x18\x99\xed\x4d\x30\x82\x0d\xe5\x0f\x25\xc7\x87\x3e\xa5\xbd\x4d\x3d\x09\x57\x21\xfe\x4c\x73\x0f\x3b\x83\x2f\x20\x1e\x0a\x77\x43\xe1\x88\xb4\xff\x10\x93\xf4\x1b\x01\x0c\x31\xcf\xb8\x1e\xb3\x3f\x40\x3b\x33\x02\x95\xeb\x01\xc8\xaa\xc1\x9e\x77\xc0\x50\x1c\x70\xef\x2d\x65\x69\x72\x78\x94\x61\x2f\xfd\x46\x52\xab\x4e\x3e\x3e\x1f\x70\xad\x0f\x9a\x2c\x02\xb0\x6e\x5d\x4c\x53\x04\x04\x37\xc4\x92\x36\x01\x49\x95\x9f\x33\x43\x01\x1d\x2c\x67\xb2\x3b\x10\x90\xab\x4e\x15\x05\xbd\xc8\xfa\x49\xbb\x0b\x0e\x49\x99\xa4\x5f\x0b\xee\xc0\x35\xd2\x07\x21\x3e\xc8\xda\x6c\x22\xec\x39\x3c\x2f\x67\x18\xfe\x05\x14\x9a\x7b\x3f\x82\xe6\x9b\xc0\xcc\x46\xd8\xb9\x2e\xe6\xad\xc5\x88\xd9\xdd\x28\x50\x42\x3f\x31\x2b\x2d\x64\xc4\xf9\xe9\x4f\x65\xf4\x7b\xfe\x1d\xaa\x20\x6f\x7a\x41\xbb\x8e\xd3\x9a\xbc\x8f\x0a\x04\x39\x77\xbd\xe9\x35\x81\xb9\xae\x3e\x17\x39\xe2\x79\x32\x3e\xd3\x05\xff\xf2\xd3\x7d\x73\xb2\xf7\x15\x34\xf8\xb5\xa6\xef\x14\x96\x07\xc8\x11\x7a\x8a\x62\x02\x37\x31\xed\xc5\xcf\x01\xcd\x51\xe3\xac\xa7\xe0\x6b\xd0\xba\x12\xff\x90\x0f\x41\xb4\xd2\x09\x58\x99\xd7\x0c\x3b\x39\xcc\xc9\xf9\x5a\xf9\xc1\xc8\x08\x6b\x9f\x8a\x7b\xd1\x3b\xc6\xcf\x18\x34\xc7\xab\x63\x99\x79\x9f\x9d\xda\x7b\xfa\x0a\xd3\x9c\xdd\x85\xf3\x2c\x51\xe7\xa1\x06\x95\x92\x51\x97\xaa\x2a\xc7\x32\xa8\x2b\xbc\x24\x83\xdd\xe4\x16\xc5\x7c\xcf\xf9\xe7\x0e\xa1\xde\x29\xe7\x7a\x6c\x12\xdd\x2b\x42\xbc\xac\xf0\xb1\x95\x77\x7c\xbc\x51\x2f\xaa\x8e\xf8\xb9\x46\x5c\xac\x76\x08\xd4\x0c\xde\xe6\x26\x00\xbe\xfb\xaf\xd4\x9c\x04\xbf\xf7\x50\xaa\xed\x86\xd4\x38\x58\xd5\x67\xc2\xdd\xcd\xc7\x58\x5f\xad\x03\xc6\xc7\xd8\x17\x6d\xe8\x7d\x31\xe5\x70\x5b\xf1\xf6\x7b\x95\x65\xb6\x30\xfe\xfe\x6a\x2b\x3b\x45\xde\x1c\xb7\xcb\x6e\x84\x53\x52\x23\x6b\x4f\x2d\xf2\xac\x35\x73\x28\x60\x9c\xa8\xd3\x73\xfc\x98\x95\x57\x37\xeb\x0c\x4b\x95\xaf\x0f\x71\x95\x89\xb7\x6d\x90\x73\x37\x42\x7e\x68\x3c\xe6\x59\x00\x4f\x6d\x4a\xf6\x49\x01\x69\x09\x2c\xfd\xd1\xbe\x52\xcd\xcd\x41\xb5\x2e\x7f\x84\x6e\x60\x5f\xeb\xb5\xaa\x28\x33\xd9\x09\x3e\x0f\x60\xae\xd0\xff\xa9\x36\xcb\x7c\xb8\xe3\x67\x7d\xba\x05\xa0\xf9\x79\xa3\xae\xe5\x89\xba\xe2\xa6\x74\x4b\x4e\x95\x12\x7f\xc2\x4a\xbf\x14\x25\x58\xb2\xbe\x92\x9f\xd7\xbc\x66\x23\x45\x67\xb5\x94\xd9\xbe\xca\x70\x16\x9a\xda\x65\x27\xbd\x13\xfe\x72\x70\xc7\xce\xb5\x12\x9c\xa8\x08\x40\x5b\x96\xab\x0b\x74\xba\x43\xdc\x03\x1c\xa4\xd9\xc9\xf3\x9e\xf3\xe4\x74\xcf\x06\x9c\xb1\xbf\xd6\x30\x65\x78\x62\x7c\x85\x4f\x31\xfc\x33\xb0\xdd\x3c\x68\xd4\xd2\xd5\x24\xcc\x37\x36\x16\xb6\xb4\xd9\x18\xd7\x36\x0a\xda\x11\x26\xd6\x3c\x7a\x47\xa2\xc9\x9f\x72\xff\x4e\x94\x29\x9b\x75\xb2\xcb\xc1\x8c\xc9\x74\xe8\xbe\x6d\x4e\xa7\x66\x74\x0f\x58\x6c\x92\x2e\xf7\xf8\x5a\xe9\x27\x16\xf4\x1e\xb4\x79\x86\x8e\xee\x2d\xb3\x33\x8e\xbc\xd1\xb7\xe5\x08\x0a\x39\x3c\xe0\xe9\xc2\xf6\x17\x1b\x7a\xe6\x51\xe8\x6a\xdc\x4e\xd3\xfd\x30\x29\xd1\xd9\xa2\x37\x39\x54\xd9\x5d\xa2\x9f\xd0\x33\xd4\xab\xa4\xdf\xd6\xae\xdd\x57\xa4\x3f\x20\x68\xe9\x1f\x7b\x2b\x59\x2f\x35\xd0\xf5\x36\xa7\xfa\xe6\x20\xc7\xe0\x11\xfb\xde\x50\xb4\xe1\x99\xc2\xb5\x61\x4d\xa3\xbd\x0c\xd7\xe1\xef\x46\xbf\xc9\xa5\x23\x10\x13\xa3\xb4\xe7\xa3\x87\x4c\xd9\x09\x43\xa3\x05\xe6\xdc\xd8\xfc\x31\x3b\xcb\x7f\xe1\xf7\xc7\x71\xb6\xb6\x20\xd0\xe4\x1b\x87\x1f\xde\xba\x6f\x66\xeb\x93\x4a\xae\xeb\xf6\x37\x24\xe5\x96\xeb\x59\x36\x76\x92\x7d\xf4\xa4\xf9\xd0\x94\x7e\xdd\xa6\x66\x09\x9c\xa6\x6e\x47\x8b\x51\x74\x97\x2e\x59\x98\x17\xca\xd0\x75\x6f\x5d\x07\x7e\xd4\x7d\xd0\xae\xe2\xab\xab\x7b\xa1\x23\xd0\xb5\xf5\xcd\xcf\xce\x08\xbb\x17\x6f\xd2\xbb\x0e\x99\xf9\xe8\xb8\x76\xfd\xd2\x4f\xd4\xf9\xd5\x7d\xf1\x95\xa5\x1e\xa4\xeb\xd1\x53\x7d\xc3\x33\x9d\x8f\x1f\x15\x19\xbb\x74\xbe\xbd\x17\x69\x30\x55\xfd\xbd\xac\xca\x88\xc0\x85\xe5\x6d\x1a\x7f\xe3\x5d\xa3\xfa\x9b\xc4\xd5\x24\xa7\xf5\x99\x2c\xd6\x89\x25\x5c\x34\xbd\x54\x4f\x8c\x21\x98\x1a\x36\x5e\x0d\x93\x36\xbd\xd5\xb4\x0e\xd6\x33\xbd\x2c\x80\xfa\xa5\x9a\x7a\x37\x6f\xba\x5f\x32\xc5\x0b\x5f\xd9\x6f\x99\x6e\x08\xc9\x16\xda\x66\xda\xc2\xdf\x06\xb9\xe6\xfe\xc2\x2e\x9d\x50\x0b\x8a\x10\xad\x6d\x61\x25\x2f\x0c\x7a\xbc\x63\xf3\x50\x98\x75\xbf\xd1\x34\x91\x93\x5d\xae\x6f\xbe\xc8\xe1\x15\xca\x58\x2e\x95\x9f\xa4\x87\x58\x1b\x94\x6f\x93\x66\x6c\x02\x2a\x4f\x26\xde\xb7\x3d\x59\x95\x8c\x2a\xb0\x4d\xe0\x2a\x45\x1c\xb7\x4d\xaf\xf1\x0a\xb9\x6e\x0b\xa8\x2b\x0e\x78\x66\x3b\xdf\x40\xf5\x28\xb0\xd3\x6b\xba\xe9\x08\xb3\x1b\x6e\x6a\xb6\xac\xb6\x77\xe4\x4b\x1a\x36\x39\x04\xf0\x25\xdf\xe4\x38\xa2\x9b\x7e\x3d\xef\x77\xa2\x36\x0d\x6b\x1d\x75\x29\x6f\xfa\xfd\x20\xd2\x2a\x8a\xf5\xa6\xca\xc5\xd6\xa8\xf8\x7b\x31\xdd\x9e\xcb\x3a\x90\xb3\xe9\xf8\x8e\x65\x9d\xa9\xe7\x5c\x56\x72\x3d\x29\xc7\x65\xa4\x34\x0a\x7b\xd6\x35\x81\x7d\x24\x8a\xee\xba\x53\x7e\x1e\x5a\xea\xa6\x50\x69\x15\xb4\xed\x86\xae\x76\xf0\xbe\xeb\xbe\x9f\xf7\xd6\x99\xe7\x9e\x50\x53\x64\x23\xed\x71\xab\xd6\xc9\x44\xd9\xf3\x4c\x6d\xa5\x9e\xb1\x97\x6a\x6d\xd1\xcb\x28\x6f\xc5\xda\xcc\x27\x38\x9f\xe5\xda\xd5\x87\x05\x0e\x01\x79\x5a\x35\x4a\xce\xe9\xcc\x98\xb2\x83\x6e\x86\x4c\xc3\xbc\x0b\x1e\x3f\x99\xea\x14\x1f\x6f\x49\xe6\x7c\xea\x3b\x9f\x95\xbc\x91\x78\x57\xdf\xa6\x82\xa8\x18\x11\x3f\xdf\x22\x2b\x78\x93\x1f\x97\x55\x09\x9a\xf5\x3f\x53\xfa\xd1\x6f\xb7\xff\x1c\xbb\xc9\xed\x59\x00\xb2\x3c\xda\xae\x25\xf0\x65\x45\xbe\xb9\x54\xd0\xe1\x4a\xca\x5b\x3a\x40\xab\x4a\xf4\xf5\x0a\x10\x50\x15\xa6\x2d\x07\x96\xae\x96\x7f\x7c\xd2\x6d\x94\xf6\xbe\xbe\xc4\xeb\x32\x4d\xbd\x7c\xcd\xd7\x81\x9a\x52\x58\x15\xa0\x47\xbd\x43\xef\x0c\x62\x51\x13\xd2\x9f\x03\x9b\x68\x9a\x89\x6b\xe0\xf3\xf4\x12\x74\x4e\xb0\x62\x8e\x6e\xa4\x63\x70\x7d\xae\x29\x24\x23\x44\x22\x2f\x26\x70\x2d\xa4\xb8\x20\xd1\x73\x0c\xa2\x5b\x84\x73\x9c\x87\x6a\xb1\xcc\xac\x5c\x61\xb7\x4b\xc6\x8d\x96\x43\x83\xcb\x0e\xe9\x96\xc3\x27\xd8\x87\x5f\x1e\x0d\xb7\xe7\xec\xd1\xaa\xf1\xfd\x99\xf1\x98\x8f\x0a\xfc\x99\x7e\x83\x7b\x00\xd4\x42\x32\x2e\xf9\x15\xd2\x46\xfc\xce\xbc\x0d\x83\x13\xc7\xc8\x91\x70\x67\x52\x46\xaa\x64\xd8\xdf\x74\x0a\xae\x31\xe2\x58\xe6\x7d\x24\x38\xe2\x33\xf9\x30\xdc\x31\x32\x8c\x7a\x0f\x54\x1d\xf9\x8b\xae\xeb\xfb\x2d\x0a\x97\x73\xd9\xb5\x08\x61\x98\x7b\xcd\x76\x3d\x1a\x97\xf7\xc8\xac\x1f\xc9\xca\xff\xf3\xb6\x25\x56\xbc\x30\xeb\xf5\x77\x14\xb9\xf8\xea\xb3\x06\x70\x7d\x52\x81\xb0\x04\xba\x41\x48\xac\x7b\x10\x16\x99\xb8\x55\x1e\x1c\xc9\x4c\x8c\x2e\x6c\x88\x0e\x4c\x34\xa7\xff\x8b\x81\x26\xae\xa5\xa3\x50\x52\x84\x4e\xc2\x1d\xb4\x7a\xf2\x23\xf4\x3a\x66\x6f\xca\x7c\x64\x01\xa6\x33\x6d\x05\xd2\x82\x75\x4e\x3f\x11\x74\x3a\x4e\x29\x53\xd4\xeb\x40\xdc\x7c\xd6\x88\x23\x3f\x5e\x94\x7a\xdd\xca\x37\xc1\x84\x1e\x68\x9c\x82\x4f\xcd\x41\xea\x69\x12\xa4\x73\x4b\x5f\x14\x44\xe8\x61\xd7\x3b\xc5\xa3\xf5\xb1\xbb\x9b\xd6\x62\x79\x18\x10\xf7\x2e\xe6\x17\xfa\x77\x29\x02\x97\x8d\x39\xc6\x9c\xc1\x1f\xc4\xbc\xa5\xbc\x4a\x0c\xc7\x6a\xa4\xfe\x20\xf0\xe3\x94\xe3\xcb\x92\x00\xb8\x86\x18\x50\xf2\xd5\x84\xd8\xb0\x47\x29\xc7\x12\x33\xc0\xa6\x29\xa3\x49\xf5\x7e\x69\xa9\xcb\x29\xab\x6e\xb5\x69\x1f\xd3\x7e\xdb\x6d\x92\xcc\xd2\x11\xe6\xfd\xe9\x85\x99\x73\x06\xac\xcc\x33\x14\xf4\xeb\x3c\x34\x37\xda\xa8\x97\x88\x23\x22\xaa\x85\x2d\x89\x8f\x10\x57\xea\xef\x25\x43\xa3\xc6\x2a\xdc\xd3\x9e\x45\x35\x15\x15\x93\x3c\x11\xd2\x39\x97\x32\x4e\x21\xea\x32\xfa\x33\x5f\x47\x27\x25\x25\x64\xa9\x23\x6b\xb0\xc0\xac\xae\xd8\x0b\x88\x20\x32\x1f\xfd\x00\xe6\x4b\x19\xc1\xc6\x02\x82\xa9\xef\x70\x93\xde\x78\xfa\x2e\xfc\x05\xe7\xcc\xec\x97\x84\x7c\x1b\xad\x1c\x76\x8a\x8e\xa9\x4c\xae\x38\xf1\x8c\x1e\x25\xf9\x45\xe8\x9b\xc1\x39\xe2\x49\xd8\x54\xe7\xc9\x0c\x30\x2c\x98\x5f\x4e\x8e\x82\x5d\xe5\xed\xa7\xbd\x80\xed\x29\x53\xc9\x96\x84\x61\xf2\xe6\x72\x6a\x43\x65\xa9\xf9\x0c\x01\x5c\x85\x18\x9e\x5b\x1a\x76\x09\x6f\xcc\x34\x0b\x07\xa2\x9c\xf2\xf6\xfd\x87\x98\xf9\x2f\x11\x6e\x21\x31\x05\xae\xc8\xed\x80\xac\x42\x1e\x2a\xc4\xe3\x5d\xd1\x5f\x4c\xab\xa3\x06\xeb\x09\xae\xc2\x32\xbf\x84\x87\x1f\x31\x2c\xa0\x7c\x0d\xfa\x3b\xfa\x3b\xfb\x34\xe0\x4e\xef\x69\xc6\x1c\xc0\x4a\xd8\x95\x87\x03\x04\xd6\xc3\x0a\x86\x01\x09\x15\x5b\x45\xfd\x80\xfe\x62\x22\xeb\x19\x30\x84\x91\x56\x02\x05\x19\x66\xe1\x4a\x9f\x83\x19\x29\xc0\xb2\xbd\x21\xc7\x70\x7e\x65\xcd\x10\x02\x12\xcf\x66\xc0\x2c\xe1\x4c\xce\x28\x7c\x07\x44\xaf\xb8\x12\x81\xf7\x15\x54\x0a\x10\x0f\xdd\xc4\xab\x1f\x22\x57\xec\x6c\xb9\x59\x68\x0d\xb3\xbb\xf9\xf3\x5e\x8c\xc9\xa1\xe2\xab\xde\xee\x03\x26\x25\xd3\xde\x0d\x1d\x1a\xec\x57\xde\x93\xfc\x2b\xe5\x0f\x7c\x54\x78\x0a\x15\xdf\x7c\xc2\xd8\xe7\xaa\x0c\x7d\x2f\x16\x3c\xaa\x46\xf8\x6e\xd1\x83\xb8\xde\xfe\xe7\xd3\xd1\xbc\xdb\x01\xae\x84\x04\xde\xd7\xa0\xab\x98\xa2\x9a\x72\xc0\xaf\xa8\xd1\xda\x66\xb0\x01\x74\xbe\xee\x57\xc8\xbb\xa0\xc5\x86\x18\x18\xc5\x7b\x4f\x93\x69\x98\x8f\xb3\xbc\x40\x22\xb2\xdc\xaa\x9f\x43\x73\xb6\x9a\x3e\x52\x19\xef\x22\x33\xe4\xc3\xdd\xe5\x12\xd4\x45\xaa\xb9\xea\x42\x6d\x39\x57\x27\xe9\xf2\xb1\x8e\x5c\x9f\xe8\x8a\xaa\x54\x6d\xd8\x72\x53\x65\x95\x37\xed\x77\x57\x61\xbe\xe0\x1f\xf1\x90\xa1\xb4\xf3\x8b\x3c\x71\x44\x39\x81\x99\xd7\x07\xbc\x7b\xb3\xa2\xcf\x02\xea\x51\xcb\x5e\xbf\xa6\x88\x5b\xc2\xb0\xc0\xf8\x90\x7d\xad\x4d\x40\x4d\xff\x6f\xed\x52\xc1\x81\xee\xed\x1d\x53\xd0\xaf\x76\xdc\xda\x66\xdb\x98\xe9\xad\x06\x23\xdb\xf5\xe1\xb9\xa6\x14\xbb\x73\x3d\x49\x82\x24\xbb\xb7\xad\x9c\x16\x7f\x3b\x48\xe3\xb8\xb0\xd1\x6e\x87\xbb\xd5\xba\x6d\x1f\xc1\xfe\xd2\x7e\xc0\xc1\xb2\x70\xba\xfd\x97\x23\x26\x87\xdd\xd1\xe2\x34\x9e\x65\xdf\x69\xe5\xe2\x9a\xd2\xd3\xb9\xe3\x76\x20\xfe\x68\x57\x99\xc7\x09\xe4\x54\x77\xb9\x97\x0e\x3c\xab\xd7\xcb\xf7\x09\xe8\x54\xff\x95\x00\x07\x9f\xd0\x81\x7c\x60\x94\xd3\xd1\x96\x5a\xf3\xda\x99\xa3\x6d\x32\x16\x6f\x47\xaf\x76\xbc\xb2\x58\xed\x4b\xef\xfc\x65\x79\xad\xe3\x7a\x37\xd6\xd2\x5e\xd0\xdf\x33\x6a\x59\x52\xe7\xd1\x3b\x64\xf5\xa8\x72\xae\xaf\xcf\xaa\xab\x54\xa7\xbf\xc8\xba\x33\xdf\x73\x20\xd2\xa6\x8f\x1e\x38\x78\xc7\xee\x64\xc6\xf9\xc1\x55\xfb\xc0\xa4\xc4\xa1\x04\x47\x7d\x6c\xce\xf0\x03\x67\x38\xc2\x77\xc4\xdc\x4d\x03\x2a\x18\xfd\xe4\xa9\x19\x38\x35\xbe\xee\xb3\xe4\xf1\xb6\x17\x6c\xd8\x3b\xa3\xd5\x4f\x30\x4a\x19\xf3\x1a\x64\x19\xef\x1f\xa8\x1f\xd6\x36\x76\xe9\x7a\x37\x42\x37\x2e\x69\xdd\x3d\xca\x32\xd1\x6a\xdc\x19\x63\x99\x8c\xf2\xfa\xc7\xbd\x4c\x13\xcb\x61\x13\xe2\x66\x66\xc5\x7f\x26\x86\xcd\x35\x98\xa6\x93\x31\x16\xfb\xa9\xc4\xa9\x2b\x96\x4f\x48\x7a\x53\x2b\x56\x51\x89\xdf\xa7\x03\x6d\x68\xe8\xca\x19\x13\xbb\xbf\x91\x8f\x66\x5f\x3a\x9d\x0e\x9e\x9c\x1b\x75\x75\xf2\xd3\x30\x7e\x29\x68\xe5\x14\x99\x3c\x6d\xee\x2a\xd4\x37\xc1\x08\xb5\xb2\x95\x4d\x00\xad\x82\xf4\x52\x93\x33\xed\x0f\x08\x87\x8c\x97\x3a\x22\xd1\xf1\xc6\xac\x4e\x6e\xa4\xb8\x31\xa6\x6b\x08\xe2\x6d\xec\xd8\xdd\x1d\x38\x6a\x2c\xdf\xb3\xe1\x95\x67\xf4\xab\x77\xc9\x99\x69\xd4\xd5\xe7\x6d\xc3\x32\x92\xe8\x9b\x36\x25\x18\x15\xf6\xd5\xe8\x57\x99\x3c\xee\x1d\x7a\x65\x6a\x52\xdd\xeb\xf3\xa4\xd3\x6c\xa7\xe7\xef\x43\xbe\x45\x56\xbd\x5d\xa5\x94\x55\x58\x3d\xa7\xd8\xc4\xda\xb9\xa1\x99\xb1\xcf\x7a\xa6\xe9\x40\x66\xb2\x8d\x08\xdf\x3b\x69\xd8\x46\x5a\xd0\x86\xbd\x63\x73\xbb\x45\x22\xaa\xc8\x46\x46\x98\x0b\x15\x58\xef\xb4\x29\x03\x64\x6c\xf6\xb5\x87\x7b\xbf\xb3\x91\xee\x68\x75\x3d\x66\x73\xb9\xb3\xc5\xee\x8a\x8d\x4b\x27\xdf\xac\xdc\x86\xd1\x59\xf1\x36\xd8\x36\xbb\x53\xea\x35\xda\x8e\xd1\x81\x7d\x46\x70\x10\xed\xd0\x7a\x7c\xc1\xd6\x98\x7b\xae\x7a\xcc\xbe\x9c\x7b\xbc\x24\xc6\x51\x89\x5b\xcf\x14\x73\x0a\xe2\x21\xc9\x74\x67\xa3\x9a\xbc\x94\x69\xe7\xed\xda\xaf\x38\x35\x17\xdd\xfa\xd0\x68\xa8\x8b\x43\xa3\x79\xa8\xae\x8b\x16\xff\x3e\xb0\xde\x45\x4f\xb0\xe0\xeb\xed\x92\xdc\x62\xe5\x96\xe0\x52\x23\xec\xb4\x5f\x72\x3d\x2e\xec\xb7\xb8\xee\x6a\x2d\xdc\x36\x88\x74\xd3\x14\x06\xe9\x50\xdc\x55\x5b\xbe\x69\x17\x7b\x18\xb6\xa4\x3c\x9e\x77\x92\x2c\x3f\x52\xab\xe1\x22\xe0\x30\xd8\x0a\x6e\x33\x1c\x41\xbe\x9d\xc7\x38\xe7\x1f\x75\xc1\xcb\xa6\x7c\x9c\x78\xd7\xbb\xa8\x62\x24\x21\xde\xe7\x76\x95\x4d\xec\x59\x9f\x74\xee\x9e\x30\x8e\x4f\x76\xcd\xb3\xe0\x53\x3e\x49\x75\x11\xfe\x70\x9f\xd5\x86\x60\x0f\x5b\xdf\xeb\x4d\xe2\x8e\x44\x5f\x5a\x53\xbe\x95\xa8\xdf\xf9\xa6\x5f\x46\xd7\xfd\x3a\x9b\x68\x6f\x66\xfc\xe3\x9a\xa4\x9e\xcf\x05\x98\x36\xe6\x68\x8e\xbb\xcd\x97\x9c\x6f\x14\x78\x3d\x61\x9d\xaf\x80\xfb\xfc\x28\x4e\x2a\xd2\xf0\x77\x2f\x86\x66\xd3\x03\x43\x8b\x3f\x64\x1c\x02\x3c\x61\xb5\x12\xcc\x80\xb7\x4a\x35\xd0\x9f\x80\x53\x65\x39\x91\x15\x20\x39\x4e\x21\x64\x07\x74\xbb\x62\x28\xc8\x17\x14\x5f\xd5\xe1\x7d\x00\xb4\xc2\xad\x72\x5e\x04\xeb\xd6\xc8\xda\xd0\xc1\x73\x35\xdd\x26\x3b\xc1\x94\x5a\x75\xfd\xd3\x21\x75\xb5\x0f\x5e\x69\x43\xcf\xd4\x5a\x3d\x21\xfb\x82\xf3\x86\x05\x71\x01\xeb\xcc\x2a\xae\x36\xf0\x69\xae\xb0\x84\x07\x1e\xcf\x8d\x67\xee\x86\x5c\xcb\x45\x93\xad\x60\x7b\x98\x6f\x53\x66\x43\x23\xf2\x2c\x70\x21\x70\xcb\xfc\x77\x48\x1d\xf8\x87\xc2\x52\xb8\x71\xd8\xde\xe2\x4d\x10\x37\x4c\xa2\x54\xc1\x4f\x2c\x8c\x51\xb6\xed\x96\x1d\x7e\x9c\x23\xb4\xf7\x08\x5f\x2f\x9f\xb0\xb8\x12\xc1\xaa\xe8\x31\x98\x89\xfc\x58\x49\xd0\xd9\x46\x38\x56\x39\x69\x03\x80\xa5\x74\x45\xe1\xbb\x90\x3a\x6a\x47\x6d\x3e\xec\x37\x75\x37\x27\x31\x4c\x40\x49\x28\x28\x88\xbc\x4b\x31\xa0\x8d\x22\x8e\x51\xde\x93\x02\xa3\xcb\xa9\xec\xc4\x6b\xc8\x7e\xfa\x55\xb4\x68\x4c\x45\x76\x4b\xc4\x97\x58\x49\xc6\x04\xc4\x25\x56\x3f\x6f\x5f\xe0\x87\xd8\xb2\xfc\x1d\x2f\x15\xd4\xb9\xc2\x09\x27\x20\xea\x7d\x31\xde\xfa\x0e\x7a\x8a\xf5\xc3\xe4\x20\x76\x4f\xe9\x2b\xbd\xc0\x38\x74\x19\xf9\xe5\x6d\xb8\x5e\x7a\x55\x47\x57\x24\x8f\x74\xbb\xb1\x2f\xba\x83\x98\x56\xf5\x2f\xb6\x9c\x78\xaa\xe4\x06\xe6\x62\xda\xdf\xdc\xf0\x38\x43\xe2\xdd\xac\x35\x1c\x8f\x24\x99\x92\x19\x3f\x99\xfe\x02\x67\x9a\x90\x9c\xf1\x03\xa9\x8c\x57\xcb\x9a\x84\x5f\xc2\x43\xa8\xc7\x40\x0c\xfc\x22\xfd\x84\x9f\x5c\x22\x31\xbb\xd8\x4d\x95\x60\xc2\x00\xd8\xa5\x26\x45\x31\x3d\xcc\x6b\x93\x73\xf2\x65\x0d\xba\x53\x25\x0b\x76\x74\x2e\x21\x87\x92\xec\x7b\xb5\xd1\xcb\x04\xa9\x96\x48\x9c\x6d\xa2\x5a\x6d\x14\xde\x1e\x8f\xe7\x10\x93\xf6\xe2\xb1\x05\x9b\x29\xba\xf8\x7e\xba\x5b\xea\x70\x22\x3a\xfd\x1c\xf1\x00\xc1\x2d\x71\x80\x38\x9a\xb4\x80\x2e\x27\x21\x52\x90\x91\x05\xe9\x32\x69\x71\x90\xaf\xe9\x11\x24\x6e\x10\x24\xe3\x6a\x46\xa9\x17\x3b\xf3\x78\x96\xb9\x53\x76\xd6\x23\x4a\x80\xf5\x53\x32\x89\x46\x37\xb1\xa5\x8a\x67\x4f\xe8\x5d\x4a\xd8\x8d\x7d\x3f\xa8\x99\xa4\x8c\xf9\xd0\x71\x3c\x75\x00\x73\xbe\x49\x97\xb4\x81\xce\xad\x8e\xca\x1c\x42\xbf\x2e\xa9\x21\xf7\xa0\x73\x98\xaf\xa8\xb1\x98\xb3\xe4\x39\x5a\x18\x66\x3b\x95\x42\x37\xc6\x7e\x8d\xf7\xa6\x2f\xe0\x22\x63\xfc\xb3\xc3\x12\xee\x85\x01\x72\x2c\x13\x8d\xc1\xc5\x8c\x83\x49\x01\xfe\x12\xb9\x07\x53\xd2\xdc\x5d\x98\xbb\xd2\x08\xf6\xf9\x79\x0e\xe9\xe7\x2d\x40\xf9\x1d\x99\x71\x06\x75\x24\x66\xf4\xa3\x51\xab\x2c\x3b\x04\xb7\x47\x8e\x9a\x8e\x90\x6b\xa9\xcf\x4e\x8e\xca\xab\xd3\xcc\x7d\x16\x65\x5e\xee\x97\x67\x10\xe5\x59\xb8\x91\xcf\x8f\x9a\xce\xa6\x15\x0c\x22\xc8\x19\x5e\x85\xe4\x68\x72\xd2\xd3\x22\x03\x64\x2f\x56\xa7\x68\x23\xf6\x02\x22\xb0\xb8\x05\x7d\x1d\x96\xc4\xaa\xc6\x46\x01\x6a\x4b\xda\x71\xd5\xde\xbf\xcb\xf6\x26\xf4\xb8\x3c\x64\x6b\x12\x5e\xda\x34\x72\x4a\x52\x9e\x9b\xb0\x72\xe2\x42\x35\x26\x83\x99\xd9\xa1\x92\x03\xa0\x02\x32\xac\xbd\x43\xa4\x18\x02\xf3\x6f\x62\x94\xbc\x87\x5d\xe3\x4a\xb3\x8f\x43\x7f\x95\xa6\x72\x9e\xc1\xe0\x79\x41\xe5\x96\xa1\xfb\xa9\x66\xe5\x7f\xe0\xb7\x88\x77\x2b\xb0\x61\xf6\xf8\xb3\x95\x46\xe1\x38\x94\x76\xd5\xb9\xff\x10\xb3\xfa\x1e\x42\x2f\x24\x9b\xfb\x1c\xd9\x18\xd0\xcf\xeb\x43\x3d\xf4\x94\xaa\x75\xc5\x24\x38\x5a\xd6\x6d\xe1\xc0\x96\x77\x58\x43\x80\xf9\xd9\xeb\x65\x0b\x80\x2f\x23\xea\xe5\x24\xc0\xfb\xee\xca\xaa\x13\x80\xfa\x16\x4f\xae\x16\x80\x52\xa7\xc2\xfb\x03\xe0\x94\x6f\xd5\xfa\x02\x0f\x14\xbd\xab\x83\x00\xcb\x18\xc7\xeb\x2d\x41\x49\x59\x97\xeb\xbf\x80\x27\x53\x1e\x37\x24\x86\x3c\xc0\x19\x37\x5a\x40\x2a\x90\xd8\xa6\xc7\x30\x57\x78\x15\xdf\x0f\x3e\x0b\x12\x08\x9a\x22\x1c\x7c\x67\x5a\xac\x10\x7a\x6e\x27\x5a\x77\xc5\xd8\xda\x52\xab\x61\x3e\x97\xe7\x23\x6a\x6c\x7d\x6c\xc7\x18\x75\xab\x3e\x01\x7d\x90\x46\x25\x1f\xc7\xb6\x08\xfe\x03\x1f\xdd\x46\x96\xa0\xc0\x27\xb9\xfa\x57\xf3\x17\x9f\x99\xb2\xd7\x2d\x3b\xbe\x29\xf9\x4c\xe1\xaa\x9f\x19\x7d\x77\x2b\xd3\x1f\x9e\xfe\xa8\xcd\x28\xa0\x8b\x00\x6c\x3f\x18\x14\x83\xc9\x6d\x6f\x01\xde\x8f\x1a\xef\x98\x07\x23\xa1\x0b\x5d\x17\x21\x47\x83\xde\x75\xe3\x61\x5f\xbc\xba\x7b\x0d\xc2\x9d\x1c\x7f\xf1\xa5\x5c\xf5\x16\x22\x9b\xb3\x5d\x6d\x27\x6e\x0a\x67\x5c\xad\x07\x4a\xdb\x26\x5c\xdd\x3a\xcd\x3a\xb2\x5d\xfd\x9a\x4f\x74\x9d\x75\x2d\xae\xed\xeb\x56\x75\xbb\x52\x81\xe9\x51\x74\xeb\x61\x69\xf6\x8a\xb8\xf7\xe5\x6e\xf6\x0e\x79\xb4\x53\x70\x7d\x00\xaf\x9b\x69\x4b\xfd\x67\xbc\x71\xf8\x9b\xfd\xef\x7d\x6d\x50\x17\x07\xda\xfc\x8f\x44\x5c\x1d\xb2\x09\xfc\x16\xdc\x35\xdc\x09\x6c\xf7\x4f\x1a\x75\x09\xf1\x74\xdb\xd3\x59\x6b\x77\x7d\x21\xb8\xbb\xd3\x0e\x3a\x69\xd7\xdb\x62\xd7\x34\x94\xd1\x5f\x6d\x37\xdc\xfd\x7b\xf0\x96\xdd\x4c\xeb\xc3\xa1\x58\xbb\x1f\x8d\x80\x61\xb8\x3d\x84\x9b\x36\xe2\x6c\xff\x8f\x9d\x37\xaa\xe1\xb8\xbf\x90\x3c\xba\xe8\x74\x2b\x07\x3a\x96\xe0\x0c\xcb\xba\x3c\x7e\xc5\xe5\x73\x0a\x6b\xbc\xd7\x0d\x83\xfb\x33\x11\xe1\x11\x8f\xec\x9b\x04\x7b\xd5\xc2\x03\xa7\x9f\xfb\x4e\x00\xd1\xb3\x8f\x03\x5f\x78\x3f\x1f\x5e\x34\x37\x5c\xd8\x19\x3b\x64\x1e\x39\x55\x33\xfe\xdb\xbc\x7f\x84\x3f\xd9\x6b\x21\xdb\xd7\x31\xbd\xc7\x82\xd8\x81\x9f\x6e\xb7\x7c\xdb\x2c\x3f\x03\xb5\xda\x55\x97\x36\xfb\xd0\x2a\xb3\x6a\xef\xec\x90\xf5\xcb\x52\xe3\x39\x37\x1b\x8d\x7c\xff\xb9\x9f\xb6\xe7\xe9\xc1\xf3\x99\x76\xaf\x33\x2e\x2d\x98\xd8\x13\x92\xea\x17\x7e\x3b\x42\xb1\x7d\x8b\x5c\x67\x2a\x02\xb5\x54\xe5\x66\x05\x2d\x5c\x31\xf1\xac\x0a\x94\xb7\x8a\x6b\xbb\x53\x95\x61\xcd\x6f\x7f\x5c\x12\x68\x8d\xeb\x34\x62\xbe\xb1\x0e\xed\xd6\xa2\x98\x5b\x65\xf4\x8a\xa6\x46\x59\x21\xfa\x4e\xe3\xfe\x5a\x4e\xf5\x3f\x47\x66\x59\x0e\xf6\x7f\x83\x53\x2c\xd7\x07\x70\xe0\x07\x96\x5b\x83\x4a\x7e\xbf\x2d\x33\x07\x3f\x7b\x78\x59\x3e\x1e\x2a\x73\x9c\xb2\xf0\x1e\x3e\x67\xf5\xdb\x62\x65\xa8\xd6\x44\xc1\xe2\xc9\x50\x9f\x9e\x85\x55\xee\xa0\xcb\xcb\x37\xd6\xa2\x03\xf3\x5a\xbd\x0e\x27\x04\x22\x3c\x69\xc7\x61\x41\x44\x19\xda\x29\xa1\x99\x95\xff\xc6\x69\x53\x78\x91\xa6\xee\xac\xda\xea\x4b\x8c\x71\xd6\x6b\xcb\x4c\xe8\x76\x36\x6b\x5f\x8a\xb5\x72\x7e\xdd\x79\x2d\xfc\x88\xf3\xe9\xae\xbc\xe0\x78\xa7\xe9\xee\xdf\x01\xc7\x9c\x86\x7b\xf5\x3d\x53\x9d\xca\xfb\x6c\x9c\x1f\x3a\x65\xf4\xd5\xda\x20\x9c\x12\xfa\x92\x4c\x6f\x38\x35\xf6\x3d\xd5\x37\x70\x46\xf5\x5a\xbc\xf2\x76\xb1\xee\x09\x78\x6a\xe0\xc2\xac\x0f\xaf\xcb\x73\x3f\x5d\x0f\xe3\x8c\x78\x50\xea\x77\x0a\x5f\x7a\xd2\x1b\xbe\xd1\xe7\xbc\xec\x1a\x7f\xa5\x9b\x78\x7d\xe3\x1f\x4c\x2c\xf4\x7e\x21\xd0\x45\x4b\x7b\x07\x37\x67\x44\xa4\x79\xdb\x0a\x0d\x20\x77\xbd\x55\x5a\xd7\x03\x17\xbd\x65\xdb\x01\xde\x6a\xde\x47\x3a\x7e\xbb\x54\x7b\xcd\x77\x3d\xb4\xd3\xf0\xfa\xdc\xf9\xd5\x2c\xc3\xfb\x6c\x67\xe3\x5b\x5d\xef\xb5\x8e\x9e\xd7\x7e\x3e\x75\xed\x1f\x9e\x69\x7b\x3a\x73\x29\x4d\xaf\x7d\x64\xb9\x9a\x95\x59\x7e\x9a\xdc\xb3\xc5\x74\xff\x7e\x2e\x9d\xa1\x14\xf8\x88\x67\x99\x49\x09\x32\xa8\x71\x48\xfa\x1e\xb4\x55\x5b\x84\x75\x01\x5c\xaf\xd7\x88\x6a\x00\xdc\x6f\x94\x85\xfe\x01\x68\x35\x4d\x03\x46\x00\x7a\x82\x50\x9f\x4d\x80\x53\xcb\x51\x37\x27\x80\x81\x30\xdf\x61\x17\x00\x21\xa4\x59\x78\x03\x8a\x85\x25\x06\x42\x60\x90\x70\xaf\x8e\x10\x64\xda\xe2\xac\xed\xec\xf7\xba\x7c\xb8\x05\x1a\x98\xc2\x59\xe7\x8e\x02\x1f\x72\x6e\x97\xbe\x01\x9b\x72\xcc\x98\x83\x21\xaf\x38\xb1\x14\x17\x48\x63\xb9\x47\x6a\x35\x74\xad\xc2\x2f\xfe\x22\xcc\xa3\x72\x1e\xb9\x01\x2b\xaf\x8e\x85\x2f\xc2\xf2\x79\x64\x70\x3c\x0c\x5f\x5b\xea\xaf\x0f\xa3\xd7\x97\x7b\x38\xc3\xe8\x8d\x28\xc7\x3a\xd8\x5a\x93\xa8\x55\x64\xe8\xb3\xa6\x67\x46\xdf\xe1\x27\x9b\xee\xe9\x22\xc2\x3c\x9a\x24\x9f\xe3\x80\x1e\x25\x41\x6d\xb9\x21\x26\xc5\xc3\xb5\xdb\xb0\x33\xc5\xf2\x9c\x22\x78\x40\xd1\x78\xc1\xf7\x70\x7c\x51\x23\x3d\x28\xd2\xa8\xd8\x94\x34\x17\x35\xc1\xba\x9c\xa8\x85\x88\x2d\x61\xa0\x4f\x45\x1f\x2d\x93\x88\xf8\x19\x7d\x89\x23\x06\x49\x8e\xbe\x58\x21\x17\x64\x12\x6d\x54\x75\xc0\x5b\x35\xda\xa7\xfa\x83\x8b\x4a\x34\x93\x67\x63\x2b\x83\xbc\xcb\xfb\x6e\xda\x86\x7c\x5f\x83\xd2\x6f\x8a\xd5\xae\xbd\xf2\x4a\x39\x54\x2e\xcf\xa8\x73\x3b\x02\x9b\xcb\x6c\x94\x44\x48\xe4\xde\xae\xf2\x40\xa6\x32\x86\x58\xd5\xb1\x0d\x8c\xba\x5c\x31\x34\x83\xf1\x25\x2b\x1e\x2b\x92\xdb\x93\xa2\x16\xb7\x97\xf9\x3d\x6e\x32\x2e\x25\x9f\x10\x5d\x1b\xb7\x50\xe8\x1d\xfa\x21\x6e\xb6\x98\x02\xc2\xc6\x0d\x97\xb4\xf8\x5d\xc0\xdd\x2e\x03\xba\x2d\xe3\xc0\x1c\x25\xfb\x9e\xf8\x37\xe5\x52\x16\x95\x09\x87\xca\xff\x18\x26\xe0\xed\x2b\x6f\xea\xac\x20\x5a\x69\xd9\xbd\x72\xb1\x1f\xa8\x77\x9a\xeb\xb1\x9a\x14\xed\x1a\x0a\xee\x23\xb9\x9a\xdd\x8c\xd7\x22\x63\x0b\x4e\x10\xde\x90\xb3\x68\x01\x49\x91\x14\x6f\xd2\x81\x64\x04\xd5\x14\x4f\x4b\xd1\xa2\xbd\x43\x31\x52\x66\xb2\xc3\x23\xf2\x52\x4f\x33\x88\x10\xbd\x54\x69\x26\x3f\x68\x6f\x2a\x2c\x1f\xe3\x15\x92\xba\x5c\x78\xc5\x69\x3b\x8d\x57\xd4\x6d\x3d\x4f\x9c\x65\x3d\x34\x15\x49\x57\x2f\x29\xd1\x6b\xc5\xae\xa6\x53\x07\xe5\xf1\xd7\x49\xb2\xed\x37\x92\x8f\xa4\xfd\x6c\x94\x4d\x6d\x4a\xc3\x56\xbd\x21\x69\xa5\x3d\x66\x65\x65\xdc\x48\x83\xe6\x8a\x66\x0a\xd3\xde\x65\xa5\x64\x15\x12\x05\x29\x17\xc9\x5e\xa4\xf5\xb8\x4d\xf2\xaf\x0c\x1c\x72\x3f\xc5\x25\xcb\x19\x6e\x4a\xf1\xa6\x50\xc0\xa2\x94\x44\x5a\xa5\x5f\x0f\x15\x98\xad\xec\x36\x4f\xd3\xce\x29\xb5\xd7\xa2\x13\x73\x4b\x2d\x7c\xb2\x77\xf2\x72\x0c\x56\x53\x62\x93\x24\x46\xa6\x48\xc9\x89\xdb\xdd\x92\x99\xad\x89\x62\xcd\x16\x14\x32\x1e\x5d\x53\x45\xb7\xc6\x2b\x71\x14\x73\x1c\xf0\xb7\x0a\x32\x19\x5f\xf1\xb1\xf4\x33\xb9\x8b\x89\xa6\x24\x21\x33\x9d\xf0\x3c\x11\x99\xa7\x9c\xd4\x80\x26\xe5\xa5\xa6\x18\x44\xd6\xe7\x8b\xa7\x3d\x83\xaa\xe4\xfb\x91\x8c\x83\x84\x05\xa7\x33\x34\xbd\xaf\x15\x7c\xce\xdc\x71\x76\x29\x3a\x4b\x11\xb1\x9e\x2f\x4e\xa0\x19\x99\x9c\xa2\x6a\x61\x1d\x26\x86\xb3\x5b\x30\x35\xfd\xf7\x73\xeb\x30\x32\x6d\xed\xf9\x19\x68\x54\x63\x40\xd1\x11\xf4\x8d\xaa\x51\xd6\x0d\xd4\xd7\x92\x37\x25\x8e\x68\x9b\xdc\xe9\x52\x3b\xf4\x0a\x39\xa4\x74\x1d\xf3\x2d\x55\xbf\xcc\x37\x4e\x2c\xfe\x56\xd9\x24\x0e\x13\xe3\xca\xd6\x49\x50\x0f\x4b\xe6\xa8\x25\xde\x00\x2f\x71\xe6\x92\x2e\xfb\x3b\x56\x1c\x48\xb9\xef\xde\x59\x29\x91\xa6\xea\x20\x5f\x45\x48\xdf\x63\x1e\x5d\xe0\x12\xfd\x74\x56\xaa\x38\x12\x31\x31\xbc\x51\xea\x8e\x70\xea\xd6\xe4\x88\x46\xad\x35\x0f\x54\x04\x46\x45\xd5\x9a\x56\xb9\x47\x3d\xe7\xf4\x56\x37\x45\x79\x17\x46\x72\x59\x51\x23\xd9\xe6\x3c\x23\x04\x33\xe3\x06\x8f\x1f\x5d\x93\x74\xb2\xc6\x08\xb9\x80\xbd\x58\x33\x1b\x2b\x85\xf0\xab\x2d\x44\xfd\x86\xe5\xd7\x15\x61\xd5\x01\x1f\xea\x7f\xe2\x0c\x7d\xae\x34\x26\x27\x44\xbb\xb8\x37\x7d\x20\x28\xda\xe8\x94\x8b\xc0\x4f\x2c\x2a\x56\x9d\x0e\xcd\x19\x9f\xe3\x4e\x84\xbe\xee\x7f\x5d\xeb\x03\xe3\xb7\x75\xd4\x4f\xc0\x34\x1a\x8d\x1a\xc3\x60\x0a\xd5\x47\x9b\x3e\xc1\xd4\x4a\xa6\xf8\x8d\x30\x16\x73\x47\x80\x08\xbd\x4c\x3d\x2d\x58\x86\xdb\x10\xf7\x35\xdf\x0a\x0b\x4f\x58\x6b\xfe\x13\x9e\x89\xba\xde\x52\xfb\x1f\x62\x0a\x87\x11\x0a\x21\x2d\xad\xd3\x48\x60\xe0\x99\x76\x53\xd4\x3d\x4f\xad\xce\x5d\xd8\xc7\x0e\x5e\x75\x23\xc0\x8d\xe5\xd5\x46\x01\x30\x6f\xaa\x46\xa0\x09\x04\x0f\xf9\xb5\xc4\x02\x6f\x75\x3d\x68\x4d\x04\x6c\x36\x8b\xb5\xab\x03\xa6\x6b\xc5\x3b\x8c\x00\x3b\xe5\x37\x3b\xdf\x00\x2d\x8a\x3c\xbb\xce\x82\x76\xe7\x54\x75\xd5\x81\xd6\x32\x7f\x74\xdf\x0e\xbe\x9a\xa2\xd8\xdd\x14\x12\x85\xd3\xed\x81\x43\xe6\x91\xe8\x5e\x07\x18\x1c\xce\xeb\xab\x80\x8f\x80\xc6\x06\xa4\x23\xde\xfa\xae\x0d\x32\x10\x13\xae\xaa\xad\x7a\xbe\xcf\x56\xf3\x3a\xce\xfa\x8a\xcd\xc4\x74\xe9\xf8\x1e\x18\x69\xea\xb1\xf3\xf9\xd9\xab\xd0\x27\xef\xb3\xd4\x0a\xec\xe7\xfa\x74\x35\x4c\x0e\xa4\xfb\x9e\xa8\x36\x19\x04\xfa\xea\x97\xb6\x0f\x3d\xf3\x3b\x90\xaf\x3b\x7c\xc4\xaf\x91\xd6\x3a\x5c\xea\xbf\x9c\x2e\x3f\xf2\x38\xf0\x01\x01\x31\xf2\x3e\xa8\x07\xc3\x1b\xcd\x03\x5a\x46\x4d\x8d\x6d\x82\xab\xa0\xdc\x09\x28\xc4\x31\x28\x71\x4a\x21\xd4\xc9\x73\xa1\x5f\xd6\xb5\x7c\x75\x75\x90\xe0\x5a\x36\xcb\x1d\x4e\x77\x2d\x19\x6b\x19\x25\xba\xd2\xfa\x97\xc6\xf7\xb9\x16\x75\x74\x4e\x28\xbb\x76\x09\x52\x27\x8f\xbb\x29\xd6\x7a\x4c\xf6\xba\xe5\x54\x3c\x9e\x8a\x76\x7f\xc1\x3a\x3c\x7d\xc1\xe3\x45\x6e\xfd\x74\xb7\xa7\x26\xc5\x79\xc6\xc5\x2b\x2d\x6d\x76\xe6\xab\xf7\x02\xde\x62\x96\xe2\x9b\x84\x7a\x34\x67\xe2\x7f\x2a\x42\x61\xc1\x38\xc8\x32\x38\x78\xc9\x1a\x64\xe4\x37\x3f\xd9\x66\x3b\xf0\xce\x6c\xe6\xa5\x6d\xcd\xbc\xd1\xdc\x82\xed\x8b\xc9\x83\x0b\xbe\xb6\xf0\xa1\xba\x25\x51\xdb\x84\x1e\xd0\xd2\x55\x3b\xff\x56\xec\x92\xa1\xfd\xcd\x46\xf4\xd2\x47\xfb\x01\x2e\x6f\x19\xe3\x00\x63\x2f\xac\x88\x3a\x46\x17\x2e\xaf\xa4\x3a\x95\xe4\xb4\xad\x9e\x77\x7e\x9f\x05\x5b\x65\xb8\x6a\xa7\x7c\x7f\xf7\xca\x8d\x1d\xff\xfc\xfd\x35\x8f\xe8\x98\x03\x1f\x9e\x7a\xb5\xc3\xa1\xeb\xfb\xfd\x24\x80\x6a\x4e\xf4\xce\xdf\xbc\x7f\xce\xf6\xdd\x4f\x39\x57\x9c\xe0\x7d\x47\x0a\xcf\x39\x79\xf6\xaf\x66\x9b\x39\x79\x0d\x2a\x66\x68\x39\xdd\x19\x3a\x43\x28\x77\xdc\x1c\xda\xc0\x00\x1c\x3b\x87\x91\x51\x96\x8e\xfc\x91\x53\xd0\x65\x47\xe0\x48\x2d\x80\xee\x78\x79\xd4\xc6\xe7\x83\x43\xd7\xe8\x6f\xb7\x3c\xfb\xc5\xb1\x1e\x07\x03\x7b\xd0\x18\xd3\x92\x60\xbf\x31\x26\x65\x34\xe1\xa0\x3e\x4a\xd7\x75\x74\x98\x1a\x19\x78\xa1\xed\x2e\x68\x7d\x55\xe7\xed\xa9\xde\xba\x59\x61\xef\x75\xbb\x6d\xa0\x38\xd4\x2b\xa7\xe3\x3e\xc3\xd9\x6b\xa3\x33\x3b\xeb\x82\xb7\x44\x57\x7b\xb2\x8f\xb7\x54\xcf\x51\xec\x9c\xd7\x8f\x5e\x67\x04\xc6\x2b\xa3\x8f\x06\xdb\xf0\x92\xed\xcf\x07\xf6\x7a\x56\x0c\x50\xfd\x0e\x79\x3a\x0f\x26\xb8\xaf\x7a\x1e\x1c\x72\x77\x6c\xf1\xe0\x0f\x41\xad\xf7\x7a\xa0\x87\x9e\x1a\x7f\xf4\x28\x1c\xec\xd7\x7b\xe1\xf9\x7c\x70\xcf\x4b\x79\x1f\xa8\xe0\x46\xc3\x37\xbf\xd7\x02\xfb\xaa\xac\x80\xbd\x02\x44\x09\x24\xe0\x4f\xb3\x3f\xf3\x72\xe0\x40\x8b\x0f\xf9\x63\x90\xb3\x30\x28\xf5\x6d\x90\xb0\x35\x0d\x57\x17\x34\xd6\xb6\x86\x34\x0d\x6a\xe8\xb0\x83\xfb\x07\xb9\x76\xbe\x07\x1b\x06\xee\x74\xfb\xfa\x3f\x0f\x64\xf6\x9e\xf6\x3c\x19\xf8\xa4\xcf\xc7\x79\x4f\xc0\x7a\xdf\x9c\x8d\x7b\x40\x71\x1f\xc3\xf4\x60\x40\x49\x9f\xa3\xde\xd7\xc0\xf0\xde\xfd\xaf\xf6\x05\x4a\x34\x3c\x11\xec\x03\xc0\xeb\xbb\x78\x47\x41\x4d\xf5\x46\x65\x94\xe0\x5b\xf5\x8b\xf9\xb7\x42\x3c\x1b\x6a\xa9\x13\x10\xed\x46\x06\xd1\x0c\xba\xa7\x89\x90\x30\x0c\x7d\xc1\xef\x8f\x0d\x82\xfa\x37\x2b\x85\x3f\x80\xea\xb6\x34\x87\x68\x42\x0f\xb4\x9a\x07\x6a\x42\x86\xda\x56\xbd\xda\x21\x71\x1d\x10\x17\x24\xe4\x4e\x67\xbe\x9d\x24\xe4\x72\xe7\x13\xb3\x46\xc8\xcd\x8e\x2f\x6f\x63\x20\x7f\x3b\x2e\xbd\xb6\x02\xf7\x70\x99\xad\x7c\x48\x7e\xf5\xb7\xda\x75\xd8\x52\x75\x5a\xb9\x05\x9c\x5f\xcd\x2c\x5c\x0b\xd7\xe7\xca\x65\x63\x23\x52\xb9\x2b\x19\x47\x22\x89\xbc\x79\x02\x28\xea\x58\xed\x75\x8c\x54\x94\x76\x1d\x35\xb2\x36\x4a\xa5\x21\x16\xea\x14\x75\xac\xe9\x0e\x00\x14\xf9\x95\xdf\xe3\x23\x88\x1c\x6c\xb6\x75\x33\x8a\x4c\x6e\xd9\x70\xd8\x17\x59\xd5\xd2\x6b\xd1\x10\x39\xd1\xd2\x6c\x18\x1c\xd5\xdd\x82\xd2\xd1\x86\x2b\x94\xef\xef\xda\x1d\x11\xc8\xd9\xdb\xc0\x8f\xa2\xb3\xbb\xab\x9c\xa2\x1b\xd9\x39\x25\xfb\x62\x08\xec\x9e\xdc\x6c\xd4\x0d\x8e\x12\xf9\x2e\xda\xaa\x5c\x24\x85\x86\x51\xac\x10\xc5\xdd\xc3\x00\x2b\x21\xc8\xf3\x98\xe4\x6a\x31\xb8\x29\xc6\x8f\x27\x05\xd6\xc4\xdc\xad\x3d\xe7\xff\x08\x23\x59\xb7\xe9\x11\x88\x9e\x6e\xe8\x71\x1c\xc4\x9c\x6d\xf4\xb4\xaa\xc5\x04\x34\xe6\x18\x7b\x60\x9f\x37\xed\xd2\xf5\x8a\xbe\xcc\xb2\xee\x95\x8a\xa5\x15\x9f\x6f\x3e\x85\x79\x56\xe4\x57\x23\x15\x17\x5b\xa4\xc4\x2e\x8c\x8f\x2e\x3a\x57\x70\x1b\x6f\x58\x74\x91\xc6\x4b\x04\x17\xad\x93\xee\x11\xac\x8b\xfb\xf0\x4c\x42\x71\x89\x2d\x0a\x4e\xd8\x2a\x9d\x8c\x70\x26\x6c\xb2\xc7\x21\xcf\x08\xbd\xe5\xa3\x41\xf7\x09\x93\x95\x89\xde\x8f\x08\x0b\xd5\xb7\x5c\x1c\x92\x4e\x71\xb1\xb6\xa1\x49\xd5\xbc\x9b\x66\x56\xc9\xc1\xbc\x4f\x6f\xf7\x61\xe3\xf2\xc4\x07\x74\x13\x54\x72\x73\xdb\x2c\x08\x28\x06\xae\xe1\x49\xf2\x04\xe3\x79\x65\x41\xea\x17\xc6\x19\x96\x02\xb1\x94\xf1\x98\x91\x96\x7e\x84\x51\x94\x75\x3a\xbd\x35\x17\x9d\x1c\x97\x61\xcb\xac\x8d\xd3\xcd\xe8\xca\x7f\x19\x6d\x9e\xb1\x55\x28\x15\x5a\x99\x51\x5b\x6c\x0c\x42\x64\xe0\x4b\x3c\xfc\xde\x64\x2c\x94\x4e\xb9\xab\x65\xca\xb0\xf5\x1d\xae\x64\x69\x71\xbc\x2c\xfd\xc8\x7e\xe5\x68\x23\xa5\x24\x67\x9a\xe7\xc8\xfd\xb4\x70\xca\x74\x97\x7e\xfa\x3a\x79\x45\x10\x9e\x15\x44\xb6\xe1\x4d\x51\x90\xe4\xbd\xec\x97\x34\x4d\xb2\x72\x7e\x0d\xbd\x86\xec\x4d\x53\xca\x86\x50\x6e\x10\xa9\x39\xe7\xa9\x47\xf1\x72\x39\x04\x1a\x0d\xe5\x9e\xf3\x35\x5b\x35\x82\xc4\xd8\xcd\xb8\x0d\xf1\xc9\xd9\x64\x9a\x07\x99\x30\x5e\xe4\x1f\xf2\xda\x62\xd4\x15\x44\x3a\x47\xe4\x26\x16\x89\xdb\x78\x32\xdb\x8b\x3b\x4d\xf7\x66\xd5\x92\x5a\x27\x5e\xd0\x82\x88\xc8\xde\xbf\x39\x8f\xd3\xde\xb7\x66\xe7\x4e\xa6\x99\x35\xbc\xc9\xfb\x94\x76\xb2\xb2\xb3\xa0\x21\xf5\x23\xeb\x4d\xe1\x7a\xda\x63\x46\x5e\xd1\x40\x5a\x7b\x96\x5a\xb1\x33\xb1\x36\x79\xab\xb8\x9f\xb4\x1e\xb7\x58\xfc\x2f\x03\x88\x3c\xc1\x52\xcc\x52\x81\x7b\xb0\x6e\x50\xa4\xc1\x17\x59\x06\xb4\x43\xfe\x22\x25\xf7\xe9\x79\xee\x76\x25\x3b\x39\x4f\xed\xe7\xcb\xac\x72\xbd\x2c\xae\x32\xeb\x08\xd0\x99\x23\x05\xfd\x89\x94\xa1\xd2\x62\x3c\x7e\xb1\x73\xbb\xf4\x02\xfe\x89\x80\xcc\x36\x48\xf8\x5c\x73\xab\x5c\x32\xa1\x8d\xdd\x50\xf1\x02\xbf\xb7\xe0\x71\xa5\x3a\x3e\x90\x56\x59\x99\x9b\xe8\x4c\x8a\xac\x3a\x48\xf0\x4a\xb4\xa8\xd2\x4b\xea\x46\xe3\xaa\xa0\x29\x4f\x23\x07\xaa\xbe\xa4\x9d\x85\xbe\xad\x7e\x45\xfc\x1e\xb4\x53\xbd\x93\x3e\xe4\x0d\xe4\xee\x64\x92\x9c\x79\x35\xca\xe4\x42\xeb\x9c\x32\x32\xd6\x75\x01\x53\x4e\xc4\x74\x8e\x6b\x56\xbd\xc0\x68\xf5\x05\x73\x39\xe8\xf6\xb6\x23\x35\xdb\x68\xb3\x06\x4a\x1d\x1a\x7d\xb1\xea\x4e\xfd\x1a\x5a\x8a\x35\xd9\x40\x46\xc7\xe4\x12\x1b\xaf\x61\x4e\x93\xad\x1b\x03\xb1\x52\xa9\xb7\x1a\xcb\xe2\xae\xc4\xab\x35\x7e\xc0\x05\xc6\x78\x34\x5d\x8c\x9f\x08\x63\xf2\xe5\xf1\x5d\xc1\xa7\xf9\x73\x04\xae\x7f\x4e\xb3\x7a\xca\x1e\x8f\x83\x2d\xee\x69\x0f\x1c\xa4\x79\x1f\xa3\x11\x2b\xf9\x75\x8b\xd1\xf2\xd3\xba\x8d\x9e\x08\xde\x50\x1b\xbf\x00\xf1\xb4\xcb\xa0\xb9\x26\xaa\x5c\x30\x2c\xb4\x8d\xf2\xa9\x09\x69\x65\x46\x99\x70\xee\xb5\x05\x47\x11\x0a\x95\xdb\xfe\x21\xf6\x65\x2b\xb7\xdb\x21\xc6\x32\xc4\xdb\xc9\xd1\xf3\x49\x7b\x3a\x4e\x22\xb7\xb1\xd7\x3b\xb0\xb1\x27\x11\xa8\xce\x37\xa8\x0e\xd8\x42\xd7\x53\xcc\x2c\x50\xa7\xdb\x0b\xa7\xee\x43\xea\x15\x49\x98\x77\x71\x12\x8c\xc1\x3d\xdf\x37\x0b\x13\xe0\xe7\xe7\x26\xdb\xfe\x86\xd2\xc7\xdc\x3b\x2d\x43\x95\xfa\x76\x77\x1b\xc2\xca\x5a\xf3\x7b\xa5\x61\xa6\x0d\x2e\x7d\x17\x60\x2f\xab\xbc\xfb\xcf\xc2\x74\x4a\xa0\xfd\x29\xb0\x45\x26\x6b\xe0\x68\x68\x30\x65\x66\xc0\x09\x4e\x48\xfb\x36\x50\x12\x96\x8e\xdf\x37\xe8\x1d\xce\x44\x69\x0f\x5d\xfe\x0f\x31\x87\xad\x11\x4a\x21\x3d\x23\xbe\xc8\xb0\xc0\xf3\xa3\x9d\x28\xb8\x47\x47\xf7\x05\x10\x79\x5d\xaa\x77\x15\xa4\xb9\xb0\xd2\xff\x07\xb8\x33\x31\x3f\xb8\x0d\x2c\x1f\x14\x19\xce\x05\x06\x77\x4a\x8e\xca\x01\xb5\x04\x57\xc7\xae\x02\xef\xd6\x78\x8d\xfd\x05\x1a\x71\xaa\xc7\xab\x81\x75\x45\x62\x13\x96\x20\x9f\x9c\xe8\x89\x55\xb0\x41\xe6\xfa\xa4\x43\x70\x48\x8a\xc1\xe4\x66\x48\x36\x2e\x7d\x8a\x0b\xf9\x80\x2c\x9c\x6e\x87\x61\xe1\xf4\x59\x8f\xb0\xa3\x20\xec\xbc\x4a\x44\x91\xaf\xf6\x88\xb7\xef\xf7\xf5\xed\xb1\x66\xdf\x8a\x25\xc6\xc4\x90\x6f\xf4\xf4\xe9\x29\x8e\xaf\xcd\x70\xcd\x8c\x9b\xef\x8d\x1e\xcf\xd9\x08\x5f\x59\x61\xdf\x5c\xb8\xaf\x74\xc3\xcb\xf9\x1b\xbe\x9e\x55\xdb\xf3\xab\xbe\xa5\xa5\xd4\x05\xac\x5f\x70\xfe\xfd\xc5\x2b\xfe\x77\x69\xad\x8b\xcd\x01\xb6\xe9\x5a\x4b\xfa\x81\xf9\x84\xfa\xe5\xc3\x00\x65\xcc\xf2\xf2\x26\xb0\x20\x6a\x7a\xd5\x37\xf8\x38\x14\xff\xfe\x3a\xa4\x33\xe8\xcc\x5c\xaa\xdb\x89\x0d\xe7\x85\xcf\xae\xe3\x2b\x22\xcb\x0f\x5c\x31\xb3\xbb\x57\x5a\x5c\x53\xc7\x5e\xbd\xd3\x74\xcd\xef\x4f\x7f\xf7\xdb\xed\x68\x47\xfa\xfb\x2c\x37\x6f\x01\xfa\x83\xa1\x5b\x4f\x6d\xc2\x87\xdf\xee\x2f\x2a\xb2\xd6\x42\xdd\x37\x59\xa8\xf5\x93\x1e\x43\x4c\xc3\xf5\x48\x4f\x21\xe5\xcb\xc6\x11\xaf\xbf\x44\x8b\x8d\x74\x9f\x1b\x78\xf6\x26\xcd\x6f\x2f\x2a\xe0\xe3\x8a\xff\x66\x84\xe2\xe7\xb0\x20\x6a\xf0\x21\xaf\xbe\x5e\x40\xdd\x3f\xef\x84\x3e\x5e\x25\xcb\xbb\x74\x20\xb4\x04\xec\x95\x31\x7c\x88\x69\xec\xd5\x3e\x62\x4f\xe9\xf3\x02\x8e\xfa\xa4\xd9\x79\x9d\x19\x73\x49\x38\xe9\x59\x38\x7e\x36\xf6\xbe\xa7\xef\x78\x52\x78\x84\x07\x77\xc2\x30\x04\xe5\x61\x3b\xd1\x1c\x18\xe9\x2e\x98\xb4\xf5\x7e\xea\x56\x30\xa5\xe2\x7a\xdc\x2d\x69\xea\x85\xdd\x67\xd7\x8d\x29\x19\x0b\x53\xb7\x73\x93\x34\xc3\x26\xb7\x7d\x93\xf7\xde\xa8\xfb\xf7\x77\x1e\x6c\x34\x0d\x54\xec\xac\xaf\xae\x09\xd2\xed\x22\x96\xf9\x05\x8d\x77\x0f\xe4\xc7\x03\x24\x7a\x1f\xd2\x88\x00\x8d\xbe\x58\xd2\x49\xc0\xf1\xfe\x5a\x3c\x28\xa8\x62\x60\x05\xe5\x11\xa4\x3d\xf8\x33\x02\x18\x48\x1b\xfa\x0a\x49\x0a\xf8\x39\x3c\x12\x54\x12\x10\x30\xc2\xf6\x71\xf3\xdf\x1a\x85\xbb\x79\xf8\x7b\x8d\xdd\x71\xf0\xf2\x3f\x30\x76\xc0\x32\xdf\x2f\x6f\xb4\xc3\xa8\xcd\xaf\x78\xf4\xad\xae\x0c\xb0\x5f\xb8\xc5\x7f\x0f\x4e\x6d\x55\xe0\x0d\x84\x88\xb5\x62\x38\x37\x21\x52\x6d\x46\x85\xc6\x90\xa2\x76\x8f\x6c\x4d\xe8\xa9\x0e\x5c\xfa\x7b\xa8\x55\x67\x33\xc1\x0a\x6a\xd9\x2d\x87\xfe\x0e\xbd\xd1\x93\x10\x49\x80\x54\xf4\xed\x81\x42\x21\xe7\xfa\x55\x00\x0d\x21\xe8\x81\x07\xbe\xee\x21\x27\x07\x9f\xba\xc3\x82\xf1\x43\xb7\x1c\x13\x82\xe5\x86\xae\x59\x2d\x82\x1b\x07\xd7\x8d\xfb\xc0\x95\x83\x76\xba\x3b\x90\x15\xfe\x70\xcb\x3a\x6c\x94\x5f\x57\x27\x0e\xcf\xe4\x77\x57\x3c\x0c\x97\x12\xc8\x16\x1b\x45\x88\x09\xb6\x19\xaa\x11\xab\xcd\x4b\x99\x9f\x23\x43\x5a\x3e\x26\x87\x47\x36\xb5\xca\xc5\xa9\x44\xb6\xb5\x05\x22\x46\x22\xf1\xed\x4b\xa1\x76\x91\xb2\x9d\xae\x20\x74\x04\xa9\x6b\xc1\x6f\x38\x42\xb2\xc7\xdd\xa3\x3c\x1c\xdd\x3b\xea\x54\x11\x2e\xd6\x27\x65\x73\x27\xac\xb5\x97\x68\x2a\x1a\x26\xec\xf9\xa2\xf7\x39\xfc\x6a\xbd\x4f\x87\x66\x64\x42\xbd\x48\x43\x01\xa2\xa0\x6e\xb6\xaa\x09\x49\xae\xeb\x2b\x99\x88\x19\xab\xcf\x66\x12\x62\xdf\x35\xe0\x28\x46\x28\x4c\x23\x24\x75\x00\x7d\xaa\xc9\x25\x1e\x8c\xd6\xe2\x47\xc7\x58\xa0\x5f\x0b\x3a\xc2\x70\xe8\x43\x2d\xce\xc1\x7d\xa8\x22\xe1\x46\xe0\x29\x94\x49\x9b\x9b\x57\x45\xec\x6a\xfb\xa4\x4b\x68\x2c\xba\x63\xcd\x4e\x3e\x36\xa3\xa3\xc0\xfc\x54\x6c\x75\x07\xf8\xad\x7f\x8c\x4c\xf5\xc7\x9e\x3c\xd4\x44\xf5\x53\x41\x08\xe6\x5d\xf5\x6e\xde\xdf\xb8\xe6\xaa\x5f\xec\xcd\xf8\xd7\xd5\x86\x05\x95\x09\xa8\xea\x15\xba\x1b\xde\x82\xdb\x40\xda\xc0\x7f\xe4\xb1\x13\x9d\x13\xa5\x6b\x36\xd1\xf7\x13\xaf\xd5\x29\x47\x9e\xc6\x2f\x34\x9c\x82\x8a\xe0\xd3\x1a\xe7\x00\x8f\xf0\x8e\x7c\x17\x9f\x6a\xbc\x9c\xa0\xc7\xcd\x3a\xa1\xa5\xe5\xa1\x83\x28\x5e\xb4\xc5\xc1\xe2\x0f\xde\xb1\x25\xde\x90\x1d\xb7\xc8\xf9\xd8\xcf\x4c\x28\x61\xaf\xb5\xfa\x12\x34\xd8\x8f\xeb\x53\x92\xd5\xd8\x5a\x95\x90\x94\x5f\x6c\x7d\x96\x65\x9a\x1f\x9b\xc2\xd8\x26\x26\x70\xa4\xb3\x10\xa4\xd3\x9c\x2f\xc9\x9f\x49\xbe\x15\xfb\xe2\x98\xa4\xd4\x4a\xd3\xe8\x12\x52\x74\xd5\x3b\xb8\x2a\xe9\x02\x77\x12\xac\x49\x6c\xaa\x69\xf2\xb7\x25\x66\xd6\x19\x78\xb0\x88\x56\xf5\xef\x9d\xa4\x89\x49\x0d\xb5\xd6\xea\xa4\x53\x8d\x17\x8d\x97\x93\x45\x58\x55\xc3\x92\x69\xf6\xc5\x4a\x9d\x7e\xe9\x8a\x45\x77\xf9\x75\x99\xaf\x0a\x67\x78\xee\x64\xa9\x42\x0e\xfb\x12\x85\x5e\x38\x9e\x5f\x4f\xdb\x5b\xa4\x4e\xd3\xa4\xf9\x15\x6d\x13\x69\xb4\x9c\xe2\xfe\x84\x1f\xb4\x99\x12\xed\xd8\xbf\xf4\x13\xa5\xb4\x88\x43\xb4\x25\x36\x1d\x72\x9f\x96\x52\x9e\x16\xe4\x46\x8b\xab\x54\xf4\xc6\xd1\x32\xab\xa2\x5c\x9a\x69\x53\xd5\x42\xbb\x7d\xf4\x6a\x2e\xd7\x6c\x23\xf3\x27\x13\x3d\xce\xa1\xda\xe6\x9e\xea\xdd\x93\xbd\x9b\x91\x28\x6c\x63\x98\x30\x94\xeb\x93\x73\x7f\x31\x76\x57\x6a\xe5\xf9\xe6\xfc\x2a\x9e\xcd\x47\x30\x9e\x31\x1e\x15\xe8\x31\x5a\x33\x2b\x0a\xaa\x73\x19\xc9\x86\x05\xef\x99\x5d\x71\x17\x0a\x96\xf2\xaf\x47\xdf\x2f\xe8\x2e\x58\x0c\xad\x2c\xa0\x14\xfd\x04\xf1\x0a\x7c\x59\xff\xfc\x6a\x0b\x2a\x4a\x6d\xdc\xd3\x0b\xbe\x96\xe5\x39\x14\x14\x7e\xe2\xec\xb5\xcc\xca\x9d\xa2\x3a\x4c\x47\xe5\x6f\x50\x9c\x07\xa3\x8a\x3c\xc9\xad\x1d\x5f\x58\xe9\xe4\xd7\x7c\x7e\xe9\x43\xf2\x11\x1e\xb8\x0c\x97\xf5\x85\x2d\xc5\x76\x27\xab\xe5\x07\x72\x8e\x91\xc1\xd4\x7c\x0e\x8c\x62\x45\x0c\xe4\xcc\x50\x9f\xe0\x1f\x71\xde\xd3\x9a\x50\x08\xce\x70\xf6\xd5\x08\x2e\x67\x86\x71\x10\x92\xc5\xe9\xcd\xdd\x0a\xa2\x95\xab\xe5\x65\x7b\xbb\x97\x17\x15\x28\xb8\x9c\xa8\x70\x28\x6c\xb7\x49\x2a\xfd\x43\x3a\x3f\x0f\xe1\x14\x11\xa1\x63\x2a\x95\x47\xd2\x36\x7a\x43\xaa\x0f\xa6\x61\x5a\x1f\x71\x07\xd2\xee\xd7\x7f\xaf\x91\x48\x3b\x51\x99\x58\x7b\x39\xed\x20\x4b\xb1\x96\x93\x86\x60\x24\xd6\x9d\x20\x6a\x64\xc9\xd4\x5d\x26\x49\x25\x4f\xd7\xdd\x4b\xd7\x8c\x1b\xad\xbb\x98\x51\x8c\xd4\xa8\x53\xcc\x7a\x08\xa7\xd7\x9d\x22\x7f\x07\x7b\xd6\xed\xa1\x16\xfb\x3f\xae\x57\xa1\x9b\xbb\xd3\x1b\xc4\xb3\xff\xd8\x6f\xf3\xce\x10\x5e\xac\x5c\xae\x5d\x4b\xcc\x9a\x4a\x6d\x50\x4b\x94\x18\xfc\xda\x24\x8b\xe7\x75\x22\xf8\xd3\xf8\x00\xc1\xd5\xe6\x6b\x78\x4d\xde\x5c\xcb\x23\xbc\x32\x1b\xdb\xd2\x8b\xf7\x29\xb8\x24\xbc\x80\x9f\xa0\xb5\x0b\xed\x13\x1b\x48\x54\x61\x38\xa1\x2a\x31\x44\x98\x9c\xf4\x1d\x5d\x2b\x4c\x4e\xd1\x89\x12\x15\x7e\x4f\xdb\x0f\xa5\xb7\x6a\x11\x07\x01\xc6\xad\x3f\xd2\xdb\xbc\x07\xda\x6f\x65\x0e\xb8\xec\xe7\xff\xc1\x22\x3f\xbc\x6a\x69\xc7\xfc\x9d\xcb\x6b\x5d\xc6\xa4\x8c\xdd\x69\xff\x88\xb9\xd4\x3b\xdd\x59\x80\xee\x6b\x8d\xed\x7e\x82\x8e\x68\xb8\xd5\xa3\x81\x06\x55\x6e\xf7\x6c\xa2\x23\x59\x55\xbd\x6a\xe8\xcf\xb9\x29\xbd\xe6\x18\x18\x39\xa0\xd7\x1f\xeb\x95\xfa\xb6\x17\x1b\x67\x1b\xff\xa2\xb7\x05\xe7\x1f\x93\xdd\xb7\x2f\x9e\x12\xbe\xbb\x6f\x16\x9f\x18\x8c\xe8\x8f\x21\x60\x02\xe4\x06\xd6\x52\xb4\x3d\xb4\x3b\x3d\xa2\xa7\x37\xb0\xdd\x5b\xd1\xc1\x4b\xf0\xbe\xf3\xd1\xc7\xa7\xee\xf5\x7f\x45\x64\x0c\x0a\x07\x33\x10\x77\x3b\x1d\x87\x8f\x45\x2d\x09\x8e\x8e\x48\x44\xd5\xf1\x16\x47\x3e\x46\xb1\xd8\x7d\xa3\xc0\xa8\xbf\x05\x4b\xa3\x9d\x88\x90\xec\x83\x63\xf2\xd1\xf7\x32\xae\x8f\xf9\x21\xe5\x93\xac\xc7\xa6\x63\xd4\xb1\xb1\xe3\x06\xb1\x06\x08\xce\xc4\x01\xb4\x18\xec\xc3\xc4\x26\x56\x0b\x78\x69\xf2\x1f\x0e\xeb\xf3\x68\x80\x1f\xa6\xb2\xb5\x35\xec\x0c\xef\x59\xe5\x8c\xc2\xe0\x4e\xb3\xa9\xe3\xd0\xd0\xa1\x51\xe9\x49\x9b\x50\x83\x9e\xae\xa9\x9a\x50\x11\x61\xf5\xf4\x57\x58\x43\x7d\xf5\x4c\x2d\xac\xa9\x72\x71\x16\x04\x1b\x29\x39\x3b\xfb\x2e\xd4\x85\xe9\x35\x67\x16\xba\x45\xa9\x9f\x6b\x85\x8f\x11\x55\xe7\xaf\x85\x15\xe2\xd1\x0b\x47\xc3\xcb\x50\x31\x0b\xf3\xff\x21\xe6\xd2\x0b\x44\x68\x48\xce\x72\x62\xcc\xa9\x80\xdc\xc9\x4a\x70\xc1\xa7\xcf\x33\xc7\xc1\x6f\xde\xc7\xce\x49\x83\x66\xe6\xc9\xf3\x5b\xa0\xe4\xf1\xd6\xc5\x2c\x90\xd5\xc0\xa1\xa5\x19\x90\x5a\x87\xf9\xf2\x2f\xe0\x36\x9f\xb3\x32\x0e\xfc\x51\x73\x6d\x35\x0d\x24\xc3\xa9\x7b\xf7\x10\x84\x29\xd2\x7c\xd7\x0c\xbe\x9e\x53\xfa\xfe\x59\xf0\xde\xac\xb3\xef\x79\x21\x27\x52\x02\x3e\x18\x42\xe4\x71\xf9\x6b\x2f\xa1\x86\x48\xe6\x7a\x18\x6c\x18\x9e\xb0\x69\x18\x06\x05\xed\x5f\xb6\xf0\xeb\xf8\xfc\x73\x15\xee\x17\xb6\x76\xfa\x3d\xd2\xef\xe2\x62\xd4\x9a\x9a\xdf\x99\xa9\x8b\xeb\x31\x7e\xb2\xc3\x87\x36\xaa\xfc\x94\xbb\x97\x37\x8b\xfd\x0e\x08\xcb\x3f\xa6\xf9\x6e\x37\x24\x6f\xbd\xf6\xbb\x55\x1d\xb9\xb5\xe5\x17\x5a\xe6\xf6\x29\xdc\x5f\xae\x60\xd7\xa7\x7f\xfe\x53\x74\xc8\x67\x64\xe0\x9e\xf4\xde\xed\x53\x41\xb7\x93\x24\xb6\xbf\x03\x4a\xb0\xe2\x5f\x2f\x80\x0e\x44\x7d\xf9\x01\x08\x16\x87\x78\x02\x6e\x0c\x7c\x69\x52\x01\xee\x1e\xda\xcd\x5d\x01\x26\x0f\xbf\x65\xaf\x00\xfd\x47\xfe\x16\x06\x03\xaf\x8f\xa1\xb2\xe7\x01\x85\x13\x87\x33\x8f\x00\x0e\x4e\x6a\x27\x8d\x04\xbd\x9a\xd2\xc6\xfe\x0e\x04\x4f\x1f\x8d\x76\x0c\x28\x9e\x2e\x82\xdf\xf5\xff\x3c\x73\x15\x0c\xf1\x7f\x3c\xc3\xf4\x17\xf8\xc5\xcf\x9e\xf6\x6c\xf1\x9d\x9d\xf5\x73\x16\xf8\x6a\xcf\xc6\xda\x66\xf8\xb4\xcf\x3e\x33\x7f\xe8\xa3\x3b\xf3\xcf\xa0\x3a\x84\xd4\x13\x2a\x38\x01\xd9\xe9\xdd\x55\x13\x0d\xdd\xe8\x13\x29\x0f\x85\x05\xf4\x5f\x29\x7e\x09\x7b\x33\x40\x64\x84\xc0\x44\x87\x0e\x65\x91\xa0\xb3\xc3\x26\x29\x6f\xa1\x80\x11\x3c\xee\x01\x64\x68\x34\x1b\x09\x86\x48\x8f\xa5\x87\x49\x85\x38\x8c\xfb\x07\x83\x82\xa9\x13\x97\x03\xf8\xc1\xbb\x26\xc6\xbc\xba\xc1\x4e\x93\xfe\x2e\x4b\xa0\xe6\xc9\x21\xbb\x59\xd0\xe3\xc9\x48\x0b\x23\x60\xc5\xe4\x65\xc3\x6c\x38\xa7\xc3\xb3\x85\x1d\x6e\xd3\x01\xae\x23\x45\xd0\x3b\x95\x2b\x6d\x22\x9b\x3a\xff\x94\xdc\x88\xfc\xdb\x7d\x85\xf9\x34\xea\x48\x4f\x30\xc5\x2e\x4a\xbd\x77\x34\x75\x3b\x4a\xac\xff\x52\x3c\x27\xb2\x7a\xc0\x2d\x26\x3f\xf2\xfa\x20\x2e\x6c\x27\x02\x3e\x44\x0a\xf1\x0c\x6f\x1c\x4e\x0a\xec\x0e\x57\x1c\x09\xf3\xee\x09\x8b\x1b\x35\x72\xfd\x0a\xdf\x1a\x13\x75\x90\x82\xdb\x8d\x96\x5a\x02\x42\x07\x46\x5f\x18\x51\x10\x8f\x85\x80\xb6\x4a\xe4\x65\xe1\xdb\x46\xa5\x18\xa6\xb0\xa5\xba\x34\xf6\x5f\xeb\xeb\x32\x43\x54\x53\xdb\xe3\xfc\x50\xf4\xb3\x76\x4b\x5a\x2e\x3a\xba\x23\x82\x64\x8f\xce\xea\xe4\xe2\xff\xa0\x3d\xba\x0f\xa0\x26\xd1\x67\x7b\xdc\x22\x4a\x51\xe0\xde\x3e\xc8\x7a\xac\xb0\xef\x07\xc0\x36\x56\x61\xe0\xb8\xaf\x5a\x4c\xc2\xe0\x39\xf7\xa7\xc8\x9f\x43\xc7\x1c\xed\x90\xf1\x83\x7f\xac\x86\x90\x57\x06\xf1\xc6\xef\xd0\xd6\x7c\xbf\xce\x01\xac\x2a\xff\x91\x40\x29\xae\x91\x6f\x52\x73\x35\xfe\x32\x3f\x9d\x83\x49\xd0\x11\xdc\x2d\xac\xc6\x8b\x37\x2b\x67\x77\xe2\xa9\x2d\x72\x19\x65\xf8\x59\xa1\x4c\x92\x19\x7e\xae\xf5\x26\x56\x0b\x5f\xd9\x66\x85\xd0\xc4\x9b\xb5\x0b\x42\x65\x12\x3a\x3b\x1f\x80\xc2\x13\x2e\x75\xd1\xfd\xbe\xc5\x63\x7b\x0e\x78\xf4\xe1\x06\x7b\x9d\x9d\x6a\x71\xb1\xbd\xeb\x36\x26\xb8\xec\xde\x1a\x53\x8d\x84\xad\xba\x99\x5e\xb1\xc4\xb5\x3a\x82\x30\x20\xa9\xa7\x0e\x52\xaf\x9d\x62\x53\xd7\x59\x19\x96\x5a\x5b\x7f\x8b\x55\x9d\x16\xd9\x70\x3e\x37\x9e\x78\xba\xe1\x1f\xd9\x99\x68\xd7\x58\x95\x7a\x8a\x18\xdd\x84\xc4\xad\x13\x3d\xf9\x11\x31\x52\xc4\x1b\x82\x9c\x30\x52\x5a\x77\xcb\xc5\x90\xbd\x69\xc6\x42\x46\xa0\x67\xea\x97\xd6\x9f\xde\xa2\xa9\xb1\xed\xba\x2e\x83\xa9\xf2\x1d\x10\x3b\x78\xea\xa3\x8e\x65\x73\xe7\xd4\x3f\x5c\x95\x01\x01\xc9\xa1\x1a\xd5\xa1\x90\x01\xaa\xbe\xc6\x17\xc9\x92\xaf\xd6\xe2\x49\x90\xd3\xab\xfd\xd8\x3a\x94\x9c\xea\xd5\x02\x15\x6a\x20\x37\x82\xb6\x49\x2d\xe2\x3d\x24\x61\xa8\x35\xbc\xbf\x89\x62\xd4\xb4\x5a\x79\xf4\x25\xaa\x79\xdd\x83\xc8\x07\x14\x7e\xc3\x1e\xe8\x33\xca\xcd\x46\x36\x20\x99\xbc\xc9\x3f\xe6\xab\x4c\xee\x11\x3c\x73\x1b\x25\xa7\x37\x47\x3b\xa4\x92\x87\x5b\x0c\x2c\xa3\xc8\x29\x1c\xe1\x08\x86\xba\xc0\x11\xe9\x5e\xc9\x3e\xc7\x2e\x6f\xf9\xc9\x38\xc4\x0e\xad\x97\xca\x45\xb1\xb1\x95\x97\x98\xfd\xec\x42\x96\x5a\x1e\x87\x73\x98\xd1\x9c\xaf\xc9\x89\xcb\xb2\xc9\x7f\x58\x6e\x95\xbc\x92\xaf\x5c\x61\x12\xd7\x94\xb7\x55\x19\x15\xfd\x23\xaf\xa8\xea\x2b\x9c\x9c\xf7\x94\x3b\x0c\x9e\x66\x96\xd5\x14\x07\x1c\x65\x12\x6b\x77\x3c\x6d\x98\x5e\xf5\x3a\x4e\x7c\x66\x4c\x83\x8e\x75\x0b\x73\xa0\xb8\x67\x52\xa6\x40\xb7\xf8\xc2\x80\x54\x91\x51\x51\x7d\xc7\x59\x96\x72\x91\x25\xff\x71\x49\x70\xd1\x03\xde\xe3\x52\x4c\xd1\x63\xf6\xd5\xb2\x97\x45\xf0\xfc\xda\xb2\x89\xa2\x7e\x9a\x72\xd9\x46\x71\x32\x91\x5e\x36\xc9\x72\xc6\x8b\x96\xd9\x94\xe0\x50\xfb\x4a\xdf\x95\xe6\x47\x88\x96\xce\xb3\x09\x10\x5a\x69\x69\x79\x20\xe0\x5c\x69\x4e\xc5\xb6\x8f\x49\x29\xbf\xea\xa2\x6b\x74\xe9\x4a\xb5\xab\x5d\x42\x59\x73\x6e\xd5\x6c\x5e\xf9\x99\x5c\xe3\x91\x92\xca\x3d\x8c\xed\x1e\x48\x55\x2c\xa3\x40\x88\xa9\x1e\x65\x80\xeb\xd1\xdc\x1a\x46\x50\xa5\x0e\x0f\xc4\x88\x2b\xfe\xcc\x6b\xcb\x3d\xc8\x78\xcb\xdb\xce\x65\x66\x76\xf0\x56\x99\xc1\xc9\x3e\x3c\x7e\x1e\x26\xce\x91\x17\x92\x3f\x11\x9d\xc7\xbb\x54\x68\x0a\xbf\xcf\x5d\x2d\x96\x07\x1b\x70\x53\x58\x9f\xfc\x7d\xb9\x03\xa5\x6f\x3c\x9e\xf0\x44\xca\x92\x1d\x95\x6b\xb0\x94\xef\x4b\xb0\x3a\x1e\x25\x70\xb2\xa0\x01\x45\x11\x19\x84\x36\x2e\x91\xf9\x9d\x2f\x9b\xfe\x90\xe9\x82\x43\xfc\x69\x72\x34\xaf\x4c\x90\x4a\xf6\x60\xbf\x14\x4c\x91\xbb\xf2\xeb\x04\xdf\x29\xd6\x34\x79\x41\x17\x55\x99\x58\x2d\xa0\x53\x7f\xe1\xad\x04\x28\xba\x2f\x6a\x44\x60\x91\x3d\x1c\xf9\x52\x70\x9d\xe1\x0d\x55\xe3\xff\x61\x1e\x01\xa8\x08\x9e\xe7\x31\xbc\x3f\x08\x06\x0a\xd4\x5d\x2c\x9a\x51\x24\xfd\x77\x42\x61\x2b\xb1\x75\x76\xa5\xcd\x92\x08\x1d\x6d\x6c\x9f\x20\xde\xe8\xcd\xeb\x94\x22\xee\x6d\x05\x75\xbd\x4c\x1b\x6f\xd0\xee\x1a\x4e\x9b\xad\x9c\xea\xd6\x4e\xfb\xc9\x02\x75\x3f\x27\xba\xe5\x1e\xee\x7e\x44\xfc\x92\x55\xd4\xad\x40\xea\x4f\x09\xec\xfa\x9b\x3e\x8a\x73\xef\xe2\x67\x5e\x43\x72\xbb\x10\x59\x79\x61\xf2\x5d\x26\x14\x1d\xf0\x7c\x97\x14\x75\xd6\xbf\xa2\x3b\x92\xde\xe8\xb1\xbb\x8b\x42\x28\x5e\xaf\xea\xa9\x21\x9c\x5d\x5c\xed\x03\x25\x32\x26\x2b\xfa\x3f\x27\xda\x0d\xa6\x0e\x3e\x49\x94\xef\xf4\x18\xf2\xc0\x6f\x09\x2e\x0c\xcb\xe2\x3f\xf3\xa6\x86\x53\x13\xcf\xb0\xa3\x87\xbb\x12\x9d\x0a\x8c\x86\xe7\x13\x9b\xe8\x17\x87\xd7\x09\xf0\xf4\x73\xc3\x6b\x49\x86\x04\x91\xe1\x8d\x64\x18\xe6\xfe\xf0\x6c\x0a\x3f\x2a\x76\xe4\x56\x5a\x00\xec\xe0\x08\x8a\x74\x13\x90\x3f\xfa\x28\xe3\x86\xcf\xae\xa1\xc7\x71\x57\xb6\x5c\x46\x5e\x60\xb9\xab\xc4\xd1\x5f\x58\xa3\xd9\xe0\x71\x24\xe6\xeb\xa8\xd6\xc4\x5f\x0c\xa9\xf7\xe4\x94\x04\xc6\x59\x38\x3b\x7d\x0e\x73\xbf\xbe\x7c\x3a\x1d\x63\x58\x89\x9d\x39\x81\x09\x61\x01\x67\x0c\x30\xd3\xb9\xc4\x99\x78\xac\x21\xb9\x7e\xa6\x31\x4e\x3c\x75\x75\xe6\x5d\xdc\x5a\xc2\xbe\x99\x8d\x78\xf5\xd8\x03\x33\xcb\x09\x51\xe1\xc7\x67\x6b\x12\xe1\xc1\x3e\x73\x51\x49\x7e\xfe\x95\x13\xdf\x91\xf3\xdb\xbc\xe9\x73\x48\xcc\xda\xf3\x99\x76\xe4\xc9\xc5\x1b\x73\x6e\xd1\x49\x13\x9f\xe7\x57\xa3\xd5\x07\x08\x8b\x62\x88\x77\x1d\x3e\x4b\xca\x88\x6a\xbe\xc7\xd2\x3a\xa2\x8c\x07\x5a\x26\x21\xaa\xd9\xd8\x15\xd1\xe8\x3d\x05\x82\x15\x60\xb4\x67\xf6\xde\x95\x31\xe4\xf1\x0c\xfd\xd5\x47\xc8\xb1\x24\xd2\x6a\x5b\x4c\x37\xb6\xe5\x9d\x5b\xec\x47\xc4\xf8\x7b\x5f\x74\x37\xec\xc3\x87\xf7\x71\x72\x80\x9e\xf9\x2f\xe1\xe5\xdf\x2f\x2e\xea\x85\x27\x6d\xae\x2d\x6b\x86\x7d\x5e\x61\xad\xec\x84\x05\xce\x44\xbc\x2b\x81\x7f\x1d\x39\xfa\xe1\x22\x3c\xa9\x7b\x66\x4d\x17\x6e\x26\x94\x5c\xb7\x82\x2b\xd7\x7b\x6e\x5c\x80\x2b\x55\xb6\x6f\x7c\x84\x5f\x2a\xb9\xb4\x69\x0e\x27\x31\x43\x37\xeb\xe0\xff\x28\xad\x1f\xe5\xc3\xea\x88\xbb\x3f\x86\x87\x7b\xe0\xef\x6d\xc1\x23\x24\x50\xb6\x9f\x02\xfe\x43\xcc\xaf\x43\x88\xaf\xc1\xb4\x35\xbb\xe0\xc2\x1d\xd0\xfa\x58\x70\xf1\x96\xfe\x26\x3c\xf8\xcd\x3b\x9f\xad\x03\xe0\xcd\xb9\xd4\x4f\x2e\xe0\x86\xb1\xe5\xcf\x05\x60\x52\xff\xcb\xed\x06\xb0\x7b\xfb\xa7\x2f\x3d\xe0\x47\x7c\xee\x57\x16\x58\xbb\x26\xf8\x9b\x1f\xd8\xa5\x5c\xe5\xbb\x28\xb8\xad\xa8\xf2\x3b\x3d\x38\x88\x21\xbf\x73\x3d\xe4\x62\x16\x6c\xa7\x29\xe4\x57\x4a\xe3\x0f\x4f\x48\x3d\x6e\xe9\xa7\x37\xd4\x0e\xd9\xf6\x57\x1e\x56\x1e\x6a\x08\xcb\x1f\x4d\x6d\x89\x0a\xed\x1e\xd5\xa9\xfd\x06\xb7\x1a\xb3\xa9\xdc\x0d\xaf\x1a\x67\x97\xdc\x80\x6b\x4e\x06\x33\xcb\x43\x01\xd3\xaf\xa9\xa6\x30\xe1\x0c\x9b\xe8\x01\x9d\x9f\xfd\x83\x47\x42\x16\xe6\x1f\xa2\x2f\x85\xb4\x2c\xa8\x45\x56\x04\x7f\x58\x28\x86\x1d\x09\x3e\xbb\xf0\x19\x08\x05\xeb\x2e\x5e\xf7\xbb\x0e\xca\x59\x8c\xf0\x70\x01\xed\x5e\x1c\x71\x22\x00\x9f\x2f\x96\xdb\x80\x01\x84\xc5\x87\x66\x27\x22\x4b\x06\xd8\xc2\x38\xc4\xed\x81\xac\x7a\x0c\x62\x63\xb0\xaa\xaa\x24\xda\x7f\x68\xb8\x74\x2d\xfa\xd9\xc8\xc3\x7c\x38\x62\x7a\xb4\x87\x7e\x1c\x01\x1e\xbf\x91\xae\x1e\xb5\x39\x11\x42\x90\x88\x92\x99\xc4\x60\xfc\x23\x2f\x4f\x45\x45\xad\x47\x68\x4e\xeb\x84\x9e\x0e\x37\x99\xfe\x0b\x8a\x08\x03\xcf\xd0\xfd\xcf\xc0\x9b\x67\x65\x3d\x5f\xc3\x95\x67\x33\x9c\xa3\x43\xdd\x66\x59\xb6\xe1\xb0\xd5\x59\x57\xf3\xe7\xb1\x8e\x3d\x29\x6d\x38\xb4\x7e\x4f\x64\xa3\x10\xa3\xd3\xeb\xc8\xe5\x60\x8f\xf7\xb9\xb2\x9b\xb1\xa6\xfd\xa9\x85\x11\xd8\x1b\x03\x5b\x39\x7b\x31\x3b\x43\xfa\x99\x4f\x31\xe4\xe1\x84\xe4\x63\x98\xe3\x23\xb5\x71\x4a\x68\xed\xd1\xae\x68\x7f\x94\xfb\x58\x2b\xdc\x34\x36\x6a\x3c\x1f\x3c\x16\x93\x39\x11\x1a\x60\x8e\xfc\x3c\xa9\xe5\x05\x47\x1a\x4f\xee\xb8\x14\x45\xd7\x4d\x01\xed\xba\xa3\xf1\x53\x66\x16\x6c\x9c\x59\x47\x41\xa7\x71\x82\x72\x47\xb2\x00\x8e\x4f\xed\x94\xab\x95\x4a\x44\x74\x89\x94\x6f\x13\x8c\xbb\x0f\x17\x77\x10\x02\x7a\x14\x72\xd5\x09\x21\xbd\x86\x64\x14\xe1\x5a\x1f\x2e\xf5\x45\x62\x53\x7f\x4d\xbc\x4a\xa2\xdc\xc0\x58\x8c\x19\xde\x7b\xf0\x6b\xd8\x50\x42\xc2\xd0\x9f\x10\xdb\x78\xd6\xf0\x4e\xe0\x12\xee\xef\xc8\x5f\xef\x39\x9c\xfb\xe8\x5f\xb7\x3d\x71\xcd\x63\xeb\x0e\xea\x71\xef\xc7\x7e\x59\x1d\x4c\x6a\x6c\x3d\xda\x73\x23\x25\xbd\xf5\xa6\xd0\x34\xed\x59\x6b\x78\x7d\x03\xd1\xae\x4d\xb9\x0a\x46\x0a\x6b\x1b\x2c\x75\x20\x09\xdb\x93\xf3\x4a\x49\xcb\x1d\xfa\xb4\xa3\xa4\xee\xce\x97\xa4\xa3\x24\x5e\x97\x7f\xa2\x38\x49\xaa\x1b\x8e\xb6\x20\x62\x7b\x0a\x22\xe9\x69\xc2\xde\x77\xd0\x9e\xd4\xf5\xbe\x1d\xa0\x72\xaa\xf6\x80\x94\xef\x48\x4a\xfd\xa0\x8e\xfb\x44\x8a\xda\x90\xaf\xe3\x7c\x0a\x7e\xf8\xa1\x75\x71\x3a\x54\x80\xea\x7f\x90\xe9\x2e\x08\x6e\xbf\x4f\xbe\x21\x20\x34\x31\x29\x51\x82\x6d\xde\x13\x2a\xb7\xd9\x8d\xb3\x8f\x66\xd5\xbc\x5a\x18\x4c\x43\xb7\x04\x65\x17\xd1\xa2\x84\xe7\x33\xf8\x34\x6f\xe1\x56\x52\x1b\x75\xb3\xb5\x15\xfb\x87\x6a\xd5\x56\x19\xed\x4a\x69\x6f\x9f\x85\x1b\x53\x24\x3b\xd5\xc0\x5c\x32\xbc\x0b\x18\x70\x95\x2c\xde\xcd\xf7\xda\x93\x95\xdd\x2b\xe1\xbc\x90\x15\xd3\x17\x63\x5b\x44\xcb\x6f\xb8\x39\x64\x9f\xfd\xae\x7e\xa1\x0b\xc3\xe8\xad\xef\x69\xb9\xcc\x0c\xaa\x9f\xa9\x1b\xcb\x43\x37\xdc\xae\xb4\xce\xf7\x6f\xc8\x64\x0d\xe7\x33\x1b\x1f\xe6\xbe\xcb\x2f\x6b\xec\x22\xff\xc9\xb7\x6f\x0a\x4f\x9d\xcb\x3f\xc4\x7f\x11\xbf\x9c\x17\x24\xb8\x16\xfb\x9c\xf9\xa9\xf9\x61\x78\x37\xf3\x69\x0b\x19\x22\x95\x9b\x2c\xfc\x1d\x04\xcb\x7d\xd0\xf6\xca\x47\x96\xf1\xb7\x1d\xeb\xba\x91\x2b\xd3\xa9\xe6\x20\x52\xe0\xc0\xdb\x3d\x16\x5f\x44\xe2\x86\xf7\xd1\x59\x10\xae\x6f\xfb\xe3\xd2\x63\x5c\xdd\xa6\xf5\x32\x31\x2e\x84\x67\x51\x36\xc0\x2d\x61\xe7\xb3\x6f\xf0\xc4\x0b\xca\xd9\x3a\xbc\x04\x7a\x2a\x7b\x77\x8d\x76\x7a\x60\x59\x42\xed\x49\xc2\xeb\xd2\x3f\x75\xa2\x18\x5a\xa9\x4b\xfd\x45\x84\x6c\x09\xaf\x21\x3f\x74\x1f\xeb\x6f\x93\x06\x48\x82\x05\xe0\x63\xfd\x5c\x59\x6f\x04\x74\xf7\x6d\x96\x7e\xf3\x27\x47\x06\x67\xa0\xfc\xed\xd4\x64\x45\x53\xf9\xb1\xe1\xdd\x55\x8d\xe5\xa7\xba\x61\xd5\x63\x9c\xc5\x96\xef\xdc\x11\xce\x58\xbd\x27\xcf\xa1\xfc\x60\x25\x9a\xd7\x5b\xfe\x92\x95\xc9\x6b\x2f\xaf\xca\xbd\xc9\x63\x55\x3c\xc9\x9a\xe2\x69\x54\x2c\xa4\x40\xb9\xd9\x95\x1c\x9c\x3f\x77\x7f\x55\x03\x72\xad\x3a\xa8\x7a\x3b\x8c\x56\x35\xcd\x83\x07\xaf\x56\xdd\xaf\x3d\x1c\x28\x5b\xf9\xab\xce\xd4\xeb\x6d\x65\x5f\x7d\xa1\x33\xa2\xae\x92\x25\x35\xdf\xd4\xe0\x5e\xdc\x3d\x5e\xdf\xb4\xbf\x38\x7f\xe0\x3c\x7f\x4f\x71\x5a\x87\x33\x7f\xa8\x38\x89\x5f\x2a\x30\x2e\xae\xe6\x35\x08\x32\x8b\x37\xd8\x05\x02\x34\x4b\xb7\xe0\x81\xc0\x94\xd5\x4a\xa3\xf1\x97\x4b\xdc\x48\x97\xf9\x3e\xa5\x87\xf1\x35\x4d\xeb\x65\x52\x68\x89\x26\x1b\xf6\xe5\xc8\x98\xc6\x15\x0e\x11\x5a\xd9\xe8\x58\x71\x00\xf0\xaf\xf1\x40\xa5\x8b\xaf\x7a\xc3\xa7\xaa\x7a\xb7\xd3\xad\x04\x66\xf9\xca\x4e\xbb\x28\xf3\xc9\x0c\xab\x23\x8a\x69\x32\x7a\xb2\xd3\x9c\x29\xd9\x6b\xd2\x75\x9e\x29\xda\xea\xdf\x55\x98\xfb\xad\x01\xde\xd5\xc6\x94\xac\x52\xe9\xe2\x32\xaf\xb0\x6a\xba\x1c\x99\xf8\x5c\x95\xae\x63\x79\x52\x59\xac\xce\xb4\xbc\xe9\x14\xb7\x4e\xb1\xfc\x6e\x9c\x79\x07\xa6\xf0\x30\x32\xb7\xe3\x50\x91\x59\x98\x72\x3b\xad\x78\x34\x58\xb1\x5d\xad\xc4\x22\xe0\x72\xbb\x71\x29\xdd\x83\xd6\xe7\x49\xad\x5b\x83\xf4\x67\x51\xed\x17\x2d\x07\xb2\xa9\x4f\x26\xe1\x83\x70\xea\xd5\x41\xce\xd0\x03\xaa\x74\xa7\x60\x88\x4f\xf9\x2d\xa0\x0d\x9f\xa7\xee\xa9\xb1\x1d\xbe\x4d\x95\x65\x7f\x1d\x3e\x4f\xf5\x2b\x88\x1f\x1a\xa4\x8e\xd3\xe5\x87\x92\x68\x28\xd2\xcc\x90\x21\x5d\x3f\xb1\x68\xf0\x77\x76\x0a\x7a\x6d\x30\x38\x67\x22\xea\xda\xe0\xdd\x5c\x33\xe8\xe6\xc0\x17\xe6\x30\x60\x72\x60\x23\xff\xa2\x8f\xcd\xe8\xef\xf4\xc3\x1f\x95\xc7\x77\x93\x04\xab\x47\x27\xf6\x92\x52\x66\x95\x27\xcf\x91\x5c\x46\x5f\x4e\x49\x93\x6e\xf6\xfa\x4c\xb1\x48\xf2\xad\x2f\xa7\x6f\x92\xce\x37\x28\x4c\xbb\x90\xde\x54\xce\x4d\x63\x49\x68\x16\x63\xda\x81\xb4\x9c\x1b\x35\x7d\x2b\xdd\x8a\x6c\x3f\x2d\x9a\x21\x9a\xaa\x37\xf5\x31\x63\x2b\x5e\x6f\x8a\x9f\xf5\x32\x06\x3f\x95\x4a\xce\x0d\x9b\x9f\x22\x53\x6f\x06\xc3\xa7\xea\xe9\x47\x02\xce\xcc\x4a\x26\xf9\x7d\xee\x9b\x73\x48\xba\xf4\x81\x3c\x6f\x99\xb4\x77\xa1\x62\xc1\x94\xd0\x3b\xd1\xba\xa8\x43\x48\x1c\x98\x5e\xda\x4d\xf0\xef\x18\x5e\xa2\x11\xac\xf9\x8d\xcb\xc7\x09\xe1\xbc\xbc\x65\x67\x42\x03\x3b\x6e\x39\x21\x69\x4f\x41\xfc\x72\x65\x92\x19\x9d\xb6\x3c\x94\xb4\x9d\x5e\xbd\xfc\x3d\xb9\x9c\x30\xb0\xa2\x91\x32\x8d\xf9\xb1\xa2\x9d\xa6\x8a\x50\x5d\x99\x25\x2e\xc3\x62\x56\x4b\xd2\xff\x00\x1e\x2d\x8b\xe2\x7c\xbf\xd5\xaf\xd8\xe2\x54\x37\x9d\x57\x81\x71\xef\x56\xdc\xdf\x85\xc5\xe5\xcf\x78\xbe\x47\xc7\xd9\x8f\x98\x7d\x88\x8e\x93\xee\xd1\x59\x33\xc0\xfe\x15\x9a\xac\x1f\xc2\xae\xd7\xbb\xad\x23\xe2\x4e\x56\x86\xaf\x6f\xc7\xdd\x67\x65\x6e\xe8\xc5\xc5\xe4\x0a\x37\x0a\xe2\xe6\xc9\x1f\x37\xf7\xe2\xf2\xd2\x64\x36\x9d\xe3\xa1\x09\x2f\x36\xc7\x12\xca\x62\xed\x3e\xfa\xe2\x77\xc2\x83\x3e\x5b\x25\x5d\x02\xff\x5e\x83\xc5\x1a\xfc\xbc\xbe\xce\x8c\x95\xff\xbc\x6f\x43\x18\xb3\xf2\xe1\xc0\x66\x7b\x4c\xee\x82\xe8\xc7\xd5\x98\xb7\xe3\x6b\x9f\x94\x90\x9f\xfb\x59\x9f\xd5\x91\x8d\xed\x63\xdb\x6a\xc8\x12\xbe\xc6\xf6\x1f\x64\x0d\x2f\xfc\x4b\x35\x52\xc8\xee\xff\x6a\x12\x73\xbc\x50\xfe\xeb\x5c\x8c\x5f\xb6\xcf\x37\x58\xec\xfe\x8c\xea\xef\x67\x62\xeb\x92\xf7\xec\x28\xa2\x2a\xe3\x74\x7e\x6c\x63\xa4\xa2\x11\x7f\xe3\xb0\x86\xd0\xdf\x9f\xc9\x11\xc5\x7f\xd2\xb7\xb1\x11\x9d\x5f\xe3\xbe\xc4\x47\xd4\x6d\x30\xbf\xe2\x22\x20\xcb\xb9\xdf\xe2\x22\x54\xa7\x49\xdf\xfb\xc3\xe9\xc3\x46\x3f\x94\xc2\x6f\x74\x07\xfc\x54\x0a\x17\x6d\xd9\xf9\x25\x1f\xf6\xab\x1e\xf9\xeb\x47\xd8\xf7\xaa\x3d\xbf\x3b\xc2\xf7\x96\xc0\xff\x00\xc3\xdd\x99\xd3\x7f\xa5\xc2\xfb\xa8\x77\xfe\x36\x44\xbc\x24\xe2\xfe\x51\x22\x92\xf0\x83\xff\xfe\x45\x7c\x42\x8d\xfe\xfb\xf7\x1f\x62\x8a\x88\x38\x83\x82\xc0\xff\xd3\x9b\xf9\xbf\xdb\xff\x1f\x7c\xa0\x3b\x22\x22\xbb\x1e\xfe\x5f\xba\xbb\x45\x44\xfe\xfd\xfb\x7f\xcb\xff\xcd\xf9\xb9\xab\x94\xf7\xef\xef\xdb\x17\xff\xa7\xbd\xb3\xf8\xfc\xbf\x7f\x46\xef\xff\x6b\x8f\x88\xfc\xcf\xfc\x2f\xdf\xe7\xde\xff\x3c\xa6\xa6\x22\xbb\xc8\xbe\xff\x23\x1f\xb2\xd3\x15\x11\xd9\x7d\xf5\xdf\xbf\xd1\xc3\xff\xcd\x1b\xfa\xbf\x7a\x09\x69\xff\xd5\x3b\x18\x20\x22\xb2\x5b\xfb\x7f\xdf\x5b\xf2\xfc\x1f\xf9\xf0\xb6\x9e\x88\xc8\xae\xd9\xff\xd9\xdb\xbd\x7b\xf7\xff\xcd\x2b\xfa\x5f\x47\x89\x72\x22\xba\x92\xef\x94\x5a\x15\x23\x36\x1e\x7b\xab\xf5\x70\x6f\xa6\x3f\xf5\xee\xd7\x3d\xf8\xe4\xc7\xaf\x20\x3c\xe3\x81\xdb\x5b\x30\x29\xaf\x6f\xc3\xff\xfe\x0d\x5e\xfc\x6f\x7f\xed\x76\x73\x13\x11\xf9\xe4\x2c\x22\x72\xec\xa5\x88\x88\x28\x5e\x44\xe4\xf0\x09\x11\x91\x3d\x37\xfe\x33\xff\x5f\xf7\x7c\x9f\x3e\xf9\xff\xbd\xc3\x55\x52\x93\xde\x5c\x00\x94\x25\x51\xad\xb2\xfb\xe5\xbc\x29\xc7\x69\x12\x0a\xd0\x2c\x6a\x46\x9e\xb2\x6b\xfa\x64\x32\x5f\xe9\x6e\xa6\x6e\x82\xbe\xca\x97\xf4\x32\x0c\x46\xa5\x8e\x14\x8e\x3a\xa3\x06\x88\x0f\x04\x42\xd5\xde\xc5\x15\xb8\x65\xab\x55\xc4\xd9\xba\x24\xaa\x45\xc4\x9d\x72\x82\xc8\x6d\xc6\x72\x74\x5a\xe4\x8f\xa1\xda\x55\x91\xf2\x29\x68\x39\xa5\x62\x05\x59\xb4\x9f\xc2\x0d\x39\xc7\x58\x84\xd4\xe0\xf9\x0e\xda\x8b\x2a\x9e\x04\x84\x12\x9f\xf7\x4b\x4e\x34\xeb\x14\xd5\x4a\xfe\x74\x86\x61\xe6\x9a\xe2\x37\x12\x39\xc5\x5b\x99\x90\x26\x95\x40\x57\x52\x27\x0a\xd1\x18\xf5\xe5\x18\x17\x90\x84\x3a\x09\xc3\x0d\x2a\x52\xed\xc5\x4e\xb9\xdc\x56\x1b\xc4\x8c\x39\x8d\xa9\x5d\x43\xc7\xd9\xec\xc8\xb7\x84\xbb\xaa\x7d\x50\x28\x8d\x18\x51\x91\x56\x38\x11\xf3\x5d\x41\x57\x61\x36\x36\x45\x76\x49\x31\x0b\x25\x25\x3d\x7e\xae\x94\x72\xac\x0a\x7a\xf6\x4f\x66\x0b\xe7\xb4\xc4\xb5\xf4\x75\x46\x8d\x5c\x15\xd1\x35\xc3\x45\xfe\x67\xca\x6a\x6a\xb7\xf2\xd9\xa4\xdf\xb8\x49\x45\x7d\x44\x4b\x08\x50\xb5\x15\xf5\x3c\xe4\x88\xfa\xb9\x68\x67\x6f\xaa\xfa\x62\xf4\xbc\xf3\x55\x75\xe9\x18\x53\xbb\x53\x8a\x2c\xf8\xc8\xeb\xa3\x8a\x94\x10\x37\xd5\x6a\xc5\x8e\x30\x19\x25\x6d\x25\x62\xc4\xac\x3c\x5c\xc9\x05\x59\x27\xdd\xa6\x2c\x1f\x03\x92\xec\x38\xb1\x90\xd5\xd6\x76\xf7\xb4\x02\xb1\xa5\xc2\xe1\xdc\xae\xd4\xe4\xa2\xfb\x12\x8e\xf8\x9c\xcc\x6c\xe9\xf0\x84\x8e\xe4\x78\xd9\x17\x91\xba\xf0\x35\xc5\x2f\x61\x7b\x41\x10\x55\xcb\x50\x51\x5f\x29\x75\x0d\x48\x90\xf3\x11\x75\x27\x00\xcc\xd0\x5f\xed\x1f\x18\xa2\x77\x4d\xf9\x96\x2f\xed\x82\x9b\xca\x3a\xd0\x46\xa5\x4b\xf9\x5b\xb0\x96\xc2\x82\xca\x93\xd0\x9f\xb2\xbd\xaa\x87\x22\xde\x4b\x35\xa9\xfc\x8c\x8e\x15\xf7\x3f\x7a\x23\xb9\xb3\x0d\x78\x52\x1f\x7b\x85\xcd\x3d\x15\x89\xb2\x66\xb8\x9d\x15\x8f\xae\x23\xde\x97\x4c\x80\xed\x43\xde\x95\xbe\x0b\xc0\x83\x5c\x14\x08\x80\x53\x7e\x47\x55\x49\x7e\xc3\xce\x21\xea\x6f\x3c\xfe\x19\x09\xd4\x95\x7d\x4f\xe9\x77\xab\x6c\xb9\x4d\xde\xe6\x28\xdb\xb8\x9d\x50\x2e\x54\xd5\xf7\x22\x29\xd4\xab\x75\x04\xbd\x90\x07\xa9\x55\x80\xaf\xca\xe8\xa9\xef\x82\xcd\x49\xa6\x99\xb7\x63\xe3\xcf\x3e\x3f\x74\x17\x0d\xed\xb0\x3d\x7c\x16\x55\xd7\x08\x3a\xc1\x0c\xc5\xd2\x58\x67\xa2\x81\xdf\xe3\xf5\xc4\xf1\xfe\xcf\x23\x11\x12\x25\xee\x6b\x81\xd2\x72\x4b\x2e\xfb\x9c\xa7\x55\x45\x1d\xc7\x2d\xc3\xd4\x4e\xd8\xad\xbf\xa9\x50\xcb\xb5\x20\xde\xfd\xa1\xa6\x6f\x21\xa2\x56\xa8\xe6\x6a\x7b\x48\xb1\x4d\x15\xe7\xb4\x2a\xf5\x47\xfd\xad\x87\x87\xe4\x97\xe7\xc9\x41\xfb\xc4\xb9\x16\x9d\xe1\x1d\x62\xfa\x9e\x4f\xe2\xad\xc5\x79\x07\xf6\xc2\x59\x9d\xb4\xfd\xa6\xf0\x1d\x3e\xfd\x58\xb3\xdf\x2f\xb2\xc8\x69\x05\x4f\x16\x0e\x7c\x8e\xe6\x30\x06\x9d\x3e\x07\xb3\x2c\xf2\xc2\xcb\x5e\x31\xa9\xb2\xbe\xa1\x7c\xd6\xb0\xe8\xad\x84\x5a\xb3\xde\xea\xe3\x08\x8d\x83\xaf\x7b\x2e\xce\x5d\x40\xea\x0b\x55\xbb\x2f\x9a\x1a\x8b\x48\x3b\xde\xfb\x67\xb5\x72\xde\xe9\xf5\x94\xbb\xd5\x79\x9a\xe5\xe3\xa0\x9b\x62\x79\x2e\xea\xa1\xe2\xe2\x7b\x02\x4e\xc5\xce\x8a\x9f\xd8\x7d\xd1\xc7\xac\xe7\xee\x2e\x2f\x2f\x54\xb3\xcb\xa1\x35\xdb\xfb\x64\xc2\xe1\x6c\xf3\x70\x94\xd8\x89\xcb\x86\x10\xa0\xa6\xe8\xcd\x57\x97\x1d\xe2\x64\x8e\x3e\x9b\x37\xce\x56\x82\x69\x41\xb4\xfd\xd4\x51\x8f\x2e\xde\xda\x7f\x71\xe6\xf1\xa6\x86\xe1\xcd\x57\xcf\x6f\x28\x9a\x3c\xee\xd0\xe3\x4b\xfd\x78\x53\x67\x11\x22\x7e\xd8\x2c\xdc\x71\xf6\x5c\xab\x33\xd0\xef\x99\xd8\xef\x40\x47\xc8\x2b\xf1\x91\xb0\xb9\xe8\x65\x89\x43\x47\x6d\xad\x5f\xf4\x24\xed\x19\xb2\x6c\x6b\xf1\xdc\x8b\xd6\xbb\x4f\x5d\xdd\x2f\x78\x45\x44\x47\x1c\x45\x68\x55\xfb\x03\xce\x3d\xbe\xa7\x61\xfb\x57\x72\xf3\xea\x8a\x8e\x8f\x62\xd2\x65\xa9\xfb\x53\x6a\xdf\xfe\x73\xef\xb8\xdc\xba\xa6\x7e\xe6\x69\xd4\xe3\x2a\xc5\x61\xfd\x0b\xaf\x5f\xcb\x9a\x5a\xa4\x9a\xa8\x49\x9d\x70\x02\xd8\x0e\x8a\xc5\xf8\xe5\x79\x86\x88\x0f\x40\xbb\x40\x4c\x49\xe3\x58\x72\xc4\x2e\xa9\x3b\x1a\xee\x57\x4f\xf5\xef\x91\x90\xbf\xf1\xba\x2d\x60\xef\xe3\x47\xa0\x5c\x97\x83\x7a\xb7\x7f\xa2\x2b\xcf\x0d\x5d\x1d\x07\x3c\x91\xfb\x71\x51\xc3\x4e\x57\x4d\xa8\x9a\xad\x9b\x73\x4d\x51\x79\xee\x51\xc6\x5d\x73\xa5\xcc\xcb\x81\xda\x84\x8b\x96\xea\x95\x6f\xbd\x6e\xf5\x2b\x4d\x59\x51\x34\x6f\xcb\xfb\xb9\xcc\xbf\xb9\x29\x73\xc9\x37\xde\xcc\x59\x42\x03\xe2\xec\xe4\x26\xf9\x16\x93\x13\x14\x26\x23\x9f\xf8\x27\xa4\x54\x26\x43\x23\xec\xaa\x48\xff\x21\x8d\x67\x57\x3e\xf5\xcd\x9d\x17\x55\xff\xc8\xbe\x25\x06\x52\x8d\x4e\xd8\x56\xdc\x54\xfe\x15\x7c\xf9\x92\x94\xe2\x7e\xc7\xd1\xdb\x0d\xd2\x3f\xde\xda\x3c\xbe\x29\xfd\x42\x93\xfb\xfc\x87\x94\xc8\x35\x23\xc3\x0a\x15\x3b\xb5\x12\x6b\xda\x05\x09\x65\xa2\x0b\xfd\xe6\x8c\x7c\xb2\x7f\x9e\x96\x92\x4c\x29\xf8\x83\x8e\x97\xe4\x79\xe4\x37\xf3\x9f\x52\xc1\x84\xbf\xae\x67\x64\x47\x53\x67\x02\x1c\x64\x6d\x35\x52\xae\x7c\xea\x3f\xa1\x11\x70\x65\xb0\x6f\x5d\x96\xa0\xb4\x51\xff\x50\x61\x4e\x86\x9d\x71\xf5\x66\x8c\x0c\x23\x4c\xf7\xe9\x11\xd9\x20\x9f\x6f\xba\x26\xb2\xb7\x6c\x0f\x19\x65\x48\x75\xea\xcb\x9b\xa7\x48\xe0\x1e\x66\xd8\x3d\x97\x16\xbf\xf4\xc3\xd5\x54\xf1\xb8\xd2\x2f\xff\x69\xe5\x62\x79\x7a\x70\xdc\x15\x90\xf4\xb7\x98\x6b\xcf\xf6\x4b\x46\xe3\xc5\x5e\x15\x4a\x4b\xa7\xbe\x37\xd9\x91\xc9\xa6\xbe\x71\x44\xcb\xae\x69\x14\x5e\x59\xe8\x3f\xa7\x91\x75\xa5\xbc\xef\xa7\xea\x59\xb9\x3c\x21\xfd\xe9\xba\xe4\x22\xe3\xac\x41\xa4\xcc\x18\xf6\x8f\x75\x88\xdc\x1d\x58\xb2\x83\xb5\xac\xd0\x73\xaf\x9b\xb8\x94\x82\x95\xb7\x47\x8b\x18\xf9\xd5\x86\xdf\x47\x89\xf9\x7b\x7b\x01\xc5\x32\x3f\xd5\x9a\x61\x43\x72\x61\x0a\x7f\x11\x7f\xe4\xbf\xcb\xed\xc2\xea\x5c\xa8\x14\x4b\x4c\x31\xd6\x2c\x97\x70\xcf\xd0\xd6\x35\x92\xfe\xce\x78\x6f\x7a\x41\xc6\x41\x83\x7f\x65\xa0\x5f\x4a\xa3\xe3\x4a\x4a\xff\x7e\x3d\xc3\x33\xb6\x42\x96\x3d\x48\xd2\xa8\x60\xd8\x2f\x52\xe6\x69\xba\x51\x90\xbb\xec\x50\xcc\x6f\xd0\x51\x99\xc0\x10\x26\xe4\x82\xc4\xa0\x3b\x35\xf4\xa6\xd8\x3b\x33\xbb\x08\x27\xf1\xc7\x2f\xf6\x44\xfb\x49\x2c\xdd\xa1\xc4\x6e\xca\x44\x28\x4f\x27\x02\xe5\x22\x14\x7e\xa5\x35\xcb\x9f\x94\x1d\xa2\xed\x55\x68\x96\x09\xcc\x23\x69\xbd\x93\x94\x2d\x7a\xab\xd3\x23\x05\xbc\x18\x7c\x79\xb1\x2f\xe4\x62\xfa\x65\x52\x9f\x67\x70\xc7\x39\x93\x0e\x4b\xc4\xf0\x79\xf7\x46\x5d\xe4\xba\x64\x20\x73\x2f\x2a\x5b\x6a\x98\x74\x02\xbb\x28\x25\x85\x92\xc3\x07\x48\x64\x82\x3f\x12\xd2\x24\x87\x9d\xc7\x52\x9c\x24\x43\x4d\x5c\xd3\x52\x24\x41\xda\x7d\x19\x3b\x52\xf9\xb7\x7e\xa5\x37\xcb\x6a\x29\x5f\xa0\x43\x65\x9a\xe4\x89\xac\xbb\xb2\x53\xb2\xd6\x4d\xe5\x4a\x9f\xe4\xe7\x04\x55\xaa\x5e\x8a\xd2\x97\xf8\xb7\xd7\x3b\x64\x23\xb5\xa4\x1a\x06\x0e\xe3\x15\x25\xd3\xbb\x7e\xa6\xf7\x4a\xc4\xb6\x5c\x4d\xbf\x28\x15\x57\x7e\x84\x32\x2e\x1d\x5d\xe8\x4f\x5b\x97\x3e\x98\x6e\x41\x11\x4a\xed\x89\xca\x22\x47\x48\x41\xbc\x93\xa9\x63\xd2\x26\xd6\x04\xfa\x37\xa9\x2b\x3a\x6b\xf4\x3f\x92\xf1\x0f\x52\x73\x37\x24\x2f\x29\xf7\xd5\x0a\x24\x55\xe5\x9b\x04\xca\x0a\x32\x8a\x3f\x9a\x47\x94\x6f\x29\x55\xb6\x2c\xa9\x5e\x50\xbe\x8c\x3a\x23\x5b\x39\xb4\x9a\x66\x2f\xcb\xec\x1f\xa1\x20\xa5\x4d\xba\x4b\xe8\xdd\x92\x56\x6d\xef\xd9\x25\x52\xf5\x42\x68\x9d\x8c\xb4\x22\x5f\x8b\x6d\x20\x73\x9a\x31\x56\xa1\x27\x7d\x2c\xf5\x50\x7d\xad\xd4\xee\xc8\xcf\x25\x4b\xd2\x92\x2e\xc6\x25\xa2\x52\x8f\x8c\x6d\x59\x1a\x12\xf5\x4f\x48\x9c\xcf\x67\x3e\x5d\x51\x68\x8e\x93\xf5\x50\xb9\xd2\xf2\x49\xf1\xb8\x8a\xb3\xb0\x5b\xd9\x59\x25\xa6\xd5\x49\xe5\x9f\x0a\x55\x92\x9b\x63\x5c\x84\x92\x7d\x4b\xdb\x64\xa4\xc9\xa9\x51\x19\xf4\x01\x85\x27\x94\x8b\x59\x8f\x95\x5f\x64\xde\x49\x3d\xaf\xa4\x94\x15\x81\x87\xa9\x8c\x66\x74\x63\x33\x54\xb2\xd2\xd3\xd0\x7b\xd5\x2e\x27\x58\x82\xde\xaa\x4d\xe3\x9e\xbb\xdb\xa9\x31\xe2\xb6\x5c\x8f\xa9\xb9\xc7\xa5\x3b\xb1\xe5\x3e\xa0\x66\xde\x3c\x91\xfb\x89\x1e\x56\xdb\x2d\x8f\xc1\xc8\x2a\x7d\x94\xc5\xa1\x7e\xca\xde\x91\x91\x4d\x18\x96\x68\x16\x43\x67\x4b\x70\x5b\x25\x42\x68\xe6\x85\x00\xd9\x16\x72\x35\xfd\x91\xdc\x40\xe6\x77\x72\xa9\x62\x5f\x86\x7c\xea\x86\x32\x90\xe8\x83\x5f\x53\x92\x20\x4d\x62\x32\x54\xcf\xa6\xfe\x8e\xb9\xa4\x7e\x35\x4e\x11\xa0\xaf\xda\x12\xe7\xea\x42\x55\x6b\xc6\xbe\x70\x56\x51\xfd\x88\x66\x5a\x33\xe5\x3e\xc4\x9c\x78\xf9\x45\xbe\x08\x49\x52\x2e\x56\x38\x16\xfb\x59\xc1\x4b\xa1\x16\xe5\x29\x9b\xa5\x88\x45\xad\x49\x07\x9c\x8f\xa7\x49\x71\xbb\xcf\xcd\x52\x24\x2b\xaa\xc4\x6b\x33\x39\x79\x26\x72\x9e\xe9\xc7\xb2\x4c\xe5\x05\x69\x21\xc4\x70\xa5\x5f\x29\x6f\x12\x2e\x2b\x4a\x22\x4f\x42\x3e\xa9\x56\xa2\x36\x42\xde\xab\x55\xc4\xce\xfa\x93\xd5\x5c\x63\x4f\x3a\xfb\xa8\xfd\x89\xfd\x62\x1f\xa1\x00\x0e\x1f\x79\x85\x53\x58\x83\x2d\xa8\xf6\x2b\xd2\xc3\x7a\x95\xb4\x14\x3f\x23\x35\xe5\x76\x2b\xb9\xc4\x40\xa4\x75\x94\x6f\xc4\x5e\x95\xd4\x38\x79\x9b\xea\xd0\x51\x7c\xfa\x5e\x86\x56\xf5\xc1\xb3\x93\x44\x01\xeb\xab\x84\x08\x21\x93\xbc\x28\x0d\x25\xec\x4b\xcd\x96\xf5\x88\xd1\x44\x84\x2b\x4f\x87\xad\x87\x04\xab\x9a\xc2\xfd\xfd\x44\xd5\x95\x61\xc9\x2e\x5f\xd4\x9b\x82\x37\xcc\x8a\xd4\xd0\xc1\xeb\xba\x6c\x25\xff\x80\xd6\x4b\x37\x54\x16\x41\xcb\xaa\x22\xca\xf9\xd0\x28\x05\x25\x15\x37\x78\x8c\xec\x2b\x95\xb0\x68\x35\x89\x24\x55\x4d\xa4\xaa\x18\xee\x68\x65\xda\x7c\xe7\xf9\x13\xb5\xa9\x0f\x9b\x5f\x9c\xd2\xc2\x50\xf2\x96\xcf\x4c\xc5\xa2\xd2\xa7\x25\xf7\xc0\xff\xa2\x0e\xca\xdc\x0d\x79\x0c\x89\x52\xd0\x00\xda\xfb\x47\xa8\x66\x06\x98\xba\x84\xaa\x0d\xfa\xe0\xcc\xaa\xd4\x8f\xfb\x8e\xe8\xaf\xaa\x94\xbb\x7f\xbc\x0d\x55\x5a\x76\xcf\x52\x06\xab\xd2\x7c\xfe\x2a\xb0\xd5\xc5\x00\xdb\x72\x2b\x6a\x5b\x90\x07\x52\xbd\xea\xad\xa1\xb5\x12\x71\x16\xb7\xe2\x31\x67\x1f\x1d\x6e\xc4\x3d\xea\xb6\x3f\xbc\x19\x97\xd3\xdc\x7e\xe4\x64\x8c\x4f\xc9\xd2\x69\xb3\x50\x3f\x62\x8e\x38\x24\xa8\x07\x69\x2a\xe1\xeb\xbd\x04\x32\x96\xbb\xec\xfe\xcc\xdd\x57\x65\xd9\x19\x6d\xc5\x54\xed\x75\xbc\xaf\xd7\xae\x86\xb6\xb9\xfd\xe0\x9b\xea\x92\xe5\x80\x5a\xb5\xda\x2d\x3b\x29\x05\x13\x35\xa6\x4b\xae\xd4\xbd\xeb\xda\x3e\x7f\x24\x74\x5e\xd6\x80\x4e\x89\xdf\xb2\xd2\x8b\x68\x12\xbb\xef\xdb\x9b\x74\x5b\x02\x71\x28\x2e\x72\xb4\x27\xf7\x80\x54\x64\xbc\x50\xee\xd8\xf9\xe0\xfb\x85\xd5\x27\x42\x02\x4e\xa5\x1c\x3a\xc7\x74\x75\x8c\x30\x3c\x8f\xb4\x7d\xea\x67\x2a\xe3\x6a\x3e\x6b\x47\x54\x96\x35\xd1\x37\xf8\xaa\x0a\x32\x48\xd6\xea\x56\x2f\xd0\xed\xb9\xf2\xf4\x02\xc4\xe0\x92\x32\xfd\xba\x9c\xa9\xa5\x24\x5f\x53\xcf\x6e\xe7\x1c\xe4\x4d\xa2\x67\xd1\x79\x86\xf5\x11\xd0\x55\xb1\x69\x77\xe3\x88\x64\xb1\x2e\xc0\x26\x76\x4e\x9c\xb8\x4f\xda\x7f\xa7\xbf\x75\xd7\x6d\xbf\xcd\x36\x8b\x03\xba\xde\xfd\xec\xa9\x23\x31\x76\x25\x89\xde\xc7\xf3\xcc\x0f\x40\x1f\x9d\x06\xeb\x94\xbb\xca\x4b\xd9\xbd\x7c\x68\xda\xac\xe8\xf9\x74\xe2\x45\x9f\x3a\x4a\x6b\xf0\xee\xe1\x4b\x25\x9a\xf1\x6a\xe7\x6f\x8f\xbd\x0c\x96\x1f\x78\xc2\x35\x40\x4a\x39\xea\x15\x59\xb5\x9f\xdf\xb2\xf2\x72\x0b\x17\x73\x72\xbf\x1d\xb8\x28\x7e\x03\x18\x15\x3a\x24\xbe\x1a\x0e\x8a\x11\x17\x5f\x3b\x9e\xe2\xa0\x34\x70\x6a\x8f\x8f\x5d\x7a\xc7\x95\xbd\xe6\x86\x8f\x72\xf3\xf7\xbb\xe8\xd2\xe2\xf9\x87\x20\xcf\x1f\x02\xb6\xa5\x3c\x34\xc7\x5c\x58\x2a\x47\x1f\xe4\x9a\xfc\xb9\x2c\x79\xf7\xf3\xf3\xda\x9b\xc1\xb7\xbc\x6e\xa1\xef\x07\xdf\x79\xaa\x1a\xf3\x5c\xea\xc9\x6d\x85\x61\x83\x5b\x6f\xb6\x65\x32\xac\x66\xcd\x86\x24\xbe\xba\x66\x3b\xca\x89\x25\x04\xa5\xf9\x56\x4b\x3c\x08\x17\x42\x2b\x25\xe9\xe8\xc1\xc8\x51\x49\x96\x06\xf0\xaa\x64\xff\xf1\x63\x0d\x3a\xc6\x9d\x27\xf7\x22\x9f\x79\x95\x0c\xef\x3e\x7c\xc7\x07\xd7\x75\x36\xf3\xf6\x0f\x50\xb5\x4a\xe0\x0d\x8e\xeb\xca\x75\xe4\xb5\x33\xa6\xc4\xfb\x7f\xaf\x84\xbf\xe8\x7a\x52\x75\x39\xec\xce\xc8\x4b\xd4\xe5\x14\xb5\xdb\x46\x79\xf7\xe4\x15\x7b\x6c\xb6\x9e\xbd\x94\x7b\xe9\x96\xa7\xaf\x29\x7d\xd8\x9f\x6d\x75\x5a\xe2\x55\xe8\x3f\x57\xbc\x64\x1a\x36\x1b\x00\x97\xb9\x92\x4c\x83\x15\xc9\x64\x6b\x60\xaf\x1e\xe9\x3f\xa3\x61\x73\x75\x7f\xdf\xf7\x93\x35\x57\x45\x79\x17\x4e\x2b\xa8\xef\x24\x1f\x54\x0e\x55\x07\xc0\xa4\x6e\xed\x55\x63\x7a\x9e\xd6\x9a\x57\x65\x5b\xba\xbe\x32\x50\xb9\xac\x03\xd7\xff\xa5\x2c\x7f\xff\x9a\x71\x99\x92\x96\xfa\x61\xdb\xac\x8b\x97\x94\x1a\xdc\x5f\xdf\x5e\x96\xa3\x06\xd4\x3e\xb5\x94\x91\x84\xee\xd2\xd7\x95\xf8\x8a\xde\x63\x5d\x2b\x7d\x23\x05\xec\x11\x2e\x5b\x99\x41\x01\x5e\x95\xbd\xa0\x41\xbd\xf2\xab\x5f\x52\x03\x7d\x65\xb5\x7f\x8f\x2c\x5e\xd9\xb1\xe9\xef\xff\x41\x82\x3d\xbf\xe5\xfd\x38\x6e\x1f\x9f\xdd\xb6\xdc\x85\xd7\x65\x2b\x73\xb5\x5a\xb6\x6d\xdb\xb6\x6d\xdb\xb6\xb5\x6c\xbb\x65\xad\x5a\x5b\x33\xdf\x33\xee\xe3\xfe\x7e\x7e\x39\xff\x85\xc7\x71\x3e\xb1\x11\xd0\xf3\x7c\x05\xfe\x64\xa0\x3a\x4c\x50\x7a\x1d\x36\xef\x60\xa5\x62\x08\x2b\x30\xc6\x69\x9f\x43\x5f\xaa\xf0\xea\x6f\x82\x1d\x45\x5e\x9a\x09\x40\x7d\xd8\xb3\x6c\x59\x50\x82\x98\x20\x37\x3e\x3c\x16\x71\xee\x2f\xc2\xb9\x0f\xcd\x89\x0d\x92\x0c\x84\x1c\x65\x96\xa8\xb6\xc2\xbc\x72\x9e\xeb\x3c\x85\xd5\x97\x39\x5b\x6e\xc3\x27\xc8\x3d\xec\xaf\x57\x91\xe4\x2e\xf6\xe9\xd5\xfb\x14\x5b\x40\x77\x5a\x44\x4a\x1c\x12\x58\xbb\xa4\xf1\x0c\x16\x9e\x9a\x6d\x2a\x88\xfc\xe2\x7f\xdf\x9a\x00\xdf\x77\x38\xb4\xcb\x87\x48\x18\xfa\x3a\x4a\xb0\x69\xca\x7b\xb9\x33\x80\x2b\x1f\x88\x7a\xc7\x40\xbf\x91\x8d\x03\x17\x11\x12\x68\x20\x5a\x10\x25\x01\x37\x4b\x51\xa5\xf9\xb3\x9d\x67\x2f\x8b\x4f\x82\x4b\x4b\x9e\xaa\x0e\x01\x9f\xea\xa3\xb5\x7c\x80\x04\xf2\x12\xfb\xfe\x2a\x9e\x12\x41\x9b\x5b\xf1\xd4\xe8\x63\x54\x5b\xa8\xb1\xcb\x60\xfe\xdc\xf3\xcc\xed\x10\x06\x29\xf8\xe8\x23\x81\x98\x88\x65\x0b\xf8\x06\xcf\xf3\x4d\x0d\x78\x03\xaa\xb4\xcd\x0d\x75\x04\xc1\x74\x6a\xc3\x1f\x83\x8e\x65\xfe\xc6\x92\xc1\x35\x02\x1b\x09\x93\x40\x2d\x3e\x35\xeb\x02\x42\x08\xd5\x53\x20\x87\x64\x83\xb3\x57\xe5\x62\xff\x83\x99\xd7\x7f\x11\x1f\x80\xe0\x9a\x4c\x94\xe1\x50\x55\xd2\x37\x6e\xae\x15\xb8\xd3\x6b\xe8\xe4\xe6\xa3\xa0\x20\x50\xfe\x12\x43\x1c\x3f\xeb\xf3\xf1\xfc\x58\x24\x24\xaf\x5e\x31\x51\x0b\x10\xcc\xdf\xce\x08\x07\xf8\x93\x5d\xd3\x8f\xc1\xef\x7c\x82\xb3\x15\xa0\x89\x56\xaf\xb3\xfb\x20\x69\x9a\x5b\xf9\x0b\x90\x2c\xa9\xf4\x12\x2b\xc8\x07\x3e\x78\xc9\x09\x4c\x08\xcb\x58\xfb\x01\x86\x44\x7c\x19\x5e\x44\xd1\x23\xb6\xc6\xbe\xe1\xa0\xa8\xa1\x89\x16\x82\x3a\x7a\x26\xe0\x01\x7c\x63\x3b\x28\xaa\x02\x36\xf5\x84\x3e\xcb\x09\x58\x5f\xb6\x2d\x11\x01\xef\xcd\x88\xd4\x7b\x40\x2f\x8c\xc5\x94\xb7\x00\x7b\x8d\x0f\xab\xe5\x01\xd5\x82\xc4\xda\x43\xc8\xd7\xd8\xbc\xaa\x7e\x68\x89\x4b\x64\x55\x38\xa0\x69\xcc\x5f\x59\x08\x6d\x57\x74\x6b\x80\x82\x43\x45\x0d\x9b\x2f\xb2\x05\xe2\x3b\x46\x17\x61\x44\xf4\xd1\x84\x2d\x5a\x06\xb3\x3d\xb9\x8c\x83\x60\xcd\xa6\x9a\xf1\x67\xd8\xbe\xa4\x2b\x48\xb1\xcd\xab\x79\x22\xc8\xab\xeb\x69\x15\x2b\xb0\x95\xe5\xa7\x35\x55\xe0\xf5\x85\xfa\xce\x2e\xe8\xd6\x8c\xff\x68\x3c\xe0\x3f\xfe\x7e\xdc\x09\x16\xd4\xfe\x6b\x1c\x00\x06\x8a\x7e\x8f\x9e\x40\xd9\x23\xd2\x47\x2e\x43\xc9\xae\x62\xad\x93\x50\x1d\xcd\xfb\x2d\x5f\xc0\x13\xe2\x1a\x83\x70\xfa\x3c\x3c\xdf\xe4\x3a\x22\x05\x7f\x7f\xea\x35\xfa\x0b\xfe\xde\x74\x2e\x0e\x86\x67\x98\xa1\xc3\x17\xe1\x59\xa0\xfc\x55\xcf\x9a\x8b\xe0\x8c\x15\xad\x35\x49\xf0\xfd\x72\xa7\xca\x21\xe4\xdf\xd2\x77\x25\x37\xb1\xc8\xa2\xa9\x9c\x7c\x0c\x5d\xf1\x59\xda\x16\xae\xa3\x08\x9c\xb8\x8f\xf3\x2e\x78\x16\x8f\x24\xe8\xa6\x75\xfb\x30\x90\x9e\xc7\xff\xb1\x31\x25\xa4\x24\xd5\x5b\x35\xa0\x96\x93\xd8\x4d\x8e\xd1\xb4\x7c\x0b\x43\x2d\xc4\x69\xc2\x4d\x42\x3a\xac\x38\xbe\x16\xe5\x07\x28\xa7\xce\x03\x0b\xc0\x48\x9a\x28\x58\x1e\x24\x5f\xf9\xbe\x7f\x05\x02\x54\xe8\x35\x5f\x84\xdb\x97\x16\x54\x5a\x20\xa2\x8a\x77\x4b\xfb\xd1\xf9\x85\xcf\x72\x3b\xb1\xaa\x79\x3f\xd2\x9d\x30\x57\x0b\xf0\x09\x27\xb8\xaf\xb9\xe8\x18\x1e\xc2\x58\x52\x82\x27\x89\xf0\x27\x51\xde\xba\x96\xd0\x96\xb0\x6d\x91\x8a\xaf\x8a\xfb\xa5\xef\x87\x68\x88\xe5\x92\x3e\x42\xca\xc5\x96\xe1\x38\x50\x37\xe3\x40\xa8\x24\x44\x4f\x74\x09\xd4\x13\xee\x9b\x74\xc0\xca\xcf\xe6\x50\x41\x1b\x80\xb1\xee\x94\x05\xf5\xda\x80\x54\x8a\xd7\x1b\xd4\x10\xb7\x0a\xfe\x96\xe4\x23\x43\xf3\xf4\xf2\x23\x30\xdb\xd9\x27\xa9\xb3\x78\xdf\xe4\x8a\xc8\x33\x7c\x59\xdc\x86\x3f\x1b\x21\x27\x4e\xd9\x8d\x40\x90\x8b\x1d\xb0\xba\x49\x38\x8a\x53\x37\x2d\x41\x02\x61\xcf\x64\xd9\x50\x94\xe0\x75\x02\x33\x5a\x3d\xcc\x13\x73\x19\x6d\x1a\x1d\x02\x0f\xc1\x58\xc7\x18\x40\xdb\xb0\xb2\xb1\xf7\xc1\xce\xf7\x9d\xca\x73\x16\x6d\x18\x54\x8b\xbe\xf4\xfd\x60\xfe\x51\x60\xde\x4e\x60\xb5\xcb\x79\x53\x9d\x0d\xa0\x32\xff\xe4\x6d\xa1\xf9\x52\xbc\x92\x9b\x51\xef\xa2\x64\x02\x92\xf1\x8e\x61\xed\x1e\xc5\xc4\x1b\xc1\xfc\x36\xc7\xc4\x3a\xff\x52\x3d\x1b\x02\xc9\xcf\x49\xd1\x0d\xc3\xee\x5e\x49\x2d\xc5\x2c\x7a\xc5\x63\xff\x61\x6d\x83\xe8\x90\xd6\xb8\xa4\xd0\xcf\x40\x3e\x6e\x3c\xf2\x18\x54\x84\x1f\x8c\x86\xb1\x7e\xbe\x4b\xcb\xbf\xbf\x78\x72\xef\x5f\xde\xc9\xb4\x3b\x03\x32\xd3\xa2\x4b\x86\x89\x21\xee\x69\x31\x37\xf4\x66\x64\x6f\xfa\x5d\x18\x25\xc8\x26\xc4\x08\x79\xe0\xd3\xe5\x79\x09\x7f\xdb\xeb\xa6\xdd\x3f\x42\x87\x5b\x8f\x11\x0b\x71\xd4\x79\x5f\xe5\x00\xa7\x6b\xef\x20\x50\x89\xe5\xb4\x8b\xc1\xfe\x23\x5c\x71\xd1\x46\x05\x10\xe6\x3c\xb6\x61\x6f\x88\xe6\x01\xce\x10\x1a\xf5\x3c\x2c\x1f\x9c\xad\xff\x23\x55\x98\x59\xf5\xee\x78\x2a\xcb\xd2\x97\xdb\xc5\xa9\x4a\x33\xa8\x5b\x4f\xe3\x1c\x3b\xac\x18\x5f\x87\x5c\x2e\xa4\x07\x65\x78\x97\xc5\xfe\x00\xab\xba\xaa\xf8\xeb\xc2\xef\xd9\xa7\xdb\x3f\xc5\x45\x5b\xa5\x1a\xdd\xc4\x67\x5b\x98\xab\x54\xe2\x07\x8c\x5b\x44\x42\x08\x1c\x86\x3d\xa4\xdf\xf8\x59\x13\x75\xf8\x00\x05\x6f\x1d\x08\x36\xe3\x9b\x71\x69\x06\x81\x95\x06\xfc\xc9\x6c\xf9\x46\xf3\xa1\xb3\x2c\x7f\x9d\x1b\x32\x79\xc0\xb5\x77\xfc\xa3\x2f\xae\x56\xdc\x18\x8c\xe4\x9f\x9d\xbd\x69\x10\xe2\xd4\x13\x77\xb7\xdc\xb3\x2b\xbf\x9a\x29\xc0\xde\x29\xe2\x07\xeb\xb6\x19\xc4\x5d\x0e\xa6\x65\x90\x6e\x5e\x8b\x25\xe9\x2a\x6b\xbc\x21\x60\x35\x4a\x25\xef\x13\x53\x54\xe3\xb9\x84\xc9\x49\x2a\x7b\xf0\xd7\xbc\xf4\x3a\x81\xe0\x3b\x8f\xde\x9a\x3d\x66\x49\x54\xa2\x73\x38\x60\x6d\x30\x06\x7c\x35\xd8\x7e\xdb\xd9\x85\x6b\xb3\x1d\xf9\x69\xa6\x75\x81\xed\x6e\x44\x7a\x80\x37\xc4\x2f\xa6\x7a\x2c\x2f\x62\xae\xf3\xba\xbc\xed\x31\xba\x65\x6f\xb5\x54\xe0\x71\x57\xc9\xf0\x56\xa8\x02\xe4\x54\x93\xe8\x6c\x83\x53\x51\xf5\x36\x19\xa4\xfc\x54\xba\xa7\x3a\xc5\x65\x26\x7f\xfb\xd1\x65\xde\x1d\xd9\x38\x0e\x2e\x41\x17\x39\x3b\x78\x8d\xe4\xa4\x86\x27\xe4\xbe\xaa\xb6\x51\x3c\x4b\xad\x51\x95\xdd\x7f\x6c\x71\xf6\x62\x5e\x0a\x20\x4b\xef\x7b\x21\xac\xa0\xd7\x11\x77\x13\xc8\xe0\x81\xfb\x9f\xac\x58\x36\x1a\x6e\x70\x58\xc5\x2e\xe5\x5c\x5c\x34\xbd\xd6\x17\x71\xfd\x82\xa6\x40\xee\x24\x2b\x8b\x32\x47\xc8\x2d\xcc\x98\xdc\x4b\xa7\x5d\x0e\x46\x29\x3f\x63\x66\xfe\x5e\xf1\xdb\xca\x2f\x1e\xc6\x88\xc6\x8a\x56\x49\x3c\x78\xa4\xc2\x81\x92\xc9\x95\xf0\x45\x6c\xaa\xdb\x2a\x17\x02\x71\x46\x60\xbd\x3c\xd0\x88\xed\x98\x95\x24\x48\xc5\x6b\xc5\x0d\x00\xbb\x87\x5f\x0a\x14\x85\xac\x24\x7a\x47\xe5\x41\xd9\xc8\xa1\x1c\xd8\x55\x30\xbd\x99\xda\xeb\x15\xa3\xcb\xa6\x8a\xe8\xc1\xc7\x77\xc5\x1f\xfd\xc9\xf9\x84\xbe\xfa\x88\x12\x9a\xcb\x45\x78\x08\x72\xe6\x17\x8e\x15\x6a\x33\xe6\x96\x7c\x2b\xd0\xa6\x12\xad\x00\xe3\xef\x16\xc3\xa9\x3a\x0b\xd8\x71\x3c\xd3\x3c\x12\x1a\x43\x39\x18\x7f\x97\xc6\xc1\x6d\x6c\x73\xd5\xb2\x20\xdf\x3d\xe8\x8c\xe4\xc0\x75\xa1\xdb\x76\xe7\xd0\xb8\x64\x6e\x6f\x23\x98\x69\x76\x5f\x70\x18\xac\x80\xb3\x8d\x96\xb6\xe2\x46\xf6\xe2\x00\xad\xde\xbd\x29\xc6\x1b\x31\x34\x0a\xa8\xf2\xbc\x2e\xfd\xc7\xf9\x9b\x7b\x26\xfc\xd7\xa3\x32\xae\x56\xd7\x18\xc5\x76\x4e\x3e\xb3\x6c\x75\x3d\xf6\x76\x8d\x75\x1d\x6d\x9a\xb9\x84\x80\xa1\x3a\xb5\x93\xcb\xc7\xb4\x8c\xfd\x3e\xfa\xaa\x5d\xb6\xa0\x36\xfc\xd0\xa3\x48\x6a\x1e\x9a\x1c\xcc\xaa\x9e\x0a\xf1\x4f\xba\x61\xae\x00\x57\xcb\x5e\x74\x9a\x44\x28\x17\x67\x7a\xbe\x82\xc3\xc8\xcd\x1c\x57\x56\xb1\xe4\xf2\xff\x6f\x19\x32\x0f\xeb\x34\x81\xe2\x16\xc6\x31\xd5\x8e\x4b\x5a\x11\x60\x89\x3d\xaa\x9f\x89\xd7\x7d\xd9\xf5\xb4\x09\x02\x36\xf3\x26\x54\xdc\x45\x5d\xbc\xc5\x0e\xba\x5f\x26\xdd\xc6\x18\x69\xce\x4b\x6f\x5f\x8d\x90\x40\xff\xf0\x50\x22\x06\xc0\x73\x03\xdf\xf0\x82\x21\xbe\x71\x65\x52\xe3\xd0\xfb\x59\x63\x1a\xe7\xb0\x9c\xa2\x75\x13\x0a\x42\xbb\xb6\xdc\xd1\x0b\xa8\x22\x4f\xb0\x7f\x5d\xa5\xfe\x4f\x19\x41\x22\x0b\xcf\x7c\xa0\x9c\x29\x98\xad\xe5\x95\x3e\x03\xb0\x91\xf6\xcb\xfc\x08\xd1\x1f\xbc\x68\xe7\x00\xaf\x71\xfa\xed\x78\x0d\x1a\x69\x44\x75\xed\x04\x8b\x2a\x7e\xf7\xa2\x82\x1d\x85\x2b\xfd\xbb\x01\x4d\x5a\x6d\xc8\x16\x42\x13\x8d\x8f\x65\xc0\x08\xc1\xa4\xd3\x8d\xb9\x55\x41\x5e\x79\x1f\x24\x0f\xc0\xcb\xd5\x06\x1a\xab\x30\x52\xe3\x25\xbd\x1c\xa0\x98\x1c\xc1\x59\xb9\xfc\x82\x52\x40\x3b\x58\x49\xb0\xc8\x05\x5d\x5f\xf3\x71\xbb\xc9\x64\x39\x24\xe4\x1d\x00\x7e\x55\xf6\x2f\xc8\x1c\xba\x96\x12\x18\x62\x0a\xe9\x0f\xf4\x0c\x75\x05\xdd\xb5\xcf\x8a\x78\x0b\x92\xd2\x3b\x8a\x1e\x01\x3f\x90\x9b\x48\xc8\x07\xdb\x0a\x09\xa6\x50\xa0\x27\x44\x50\xce\x07\x04\x1d\xca\xbb\xd4\x0d\x59\x03\xdb\xab\x7f\x42\x8a\x83\xdd\x6d\x32\x94\x91\x84\xb6\x35\xf7\xaa\xe5\x41\x6d\x29\xa9\xb4\xaf\x2b\x69\x5e\xed\xf0\xd8\xed\xcf\xe1\x50\xe8\xe0\xea\x42\x0a\x2b\x9b\xc1\xf4\xbb\x74\x4d\x88\x70\x37\x43\x1e\x03\x2c\xa5\x6a\x32\xf7\x0d\xec\x46\xba\x40\xee\x1b\xc8\xf7\x40\x50\xae\x0a\xf4\xad\xcd\x9d\x7c\x10\x14\xad\xed\x58\x74\x17\x52\x2b\x95\x59\x7a\x06\x49\xe1\xf3\xaf\x98\x01\x0c\xb1\x82\xcd\xb1\x80\x20\x82\x34\x9a\x8b\x7e\x8c\x62\x9c\x10\xc2\x4b\xa3\x8b\x26\x6b\x88\x02\x18\x8f\xd0\x61\x64\xeb\xce\x8b\x04\x38\xe2\xc9\xc6\x4e\xee\x23\xf8\xc9\xda\x8d\xf2\x34\x48\xcf\xfc\x71\xf3\x36\x34\x66\x52\xb2\xc5\x06\x38\xe9\x31\x69\x61\x07\x76\xca\x8f\x5a\x34\xa1\x16\x49\x72\xcd\x96\xd0\x12\xaf\xda\x66\x19\xe8\xb9\x99\x6a\xd3\x0a\x64\x58\xf5\x66\x93\x00\x38\x4c\x8c\xb1\x37\x97\xd1\x16\xef\x3c\x5e\x00\x5f\xc4\xc2\x27\x1b\x31\x6e\xd8\xde\xa9\x69\xfc\x45\xdc\xdd\x69\x5f\x42\x29\x4e\x2a\x8d\x1e\xcd\xbf\xcd\x5e\x00\x46\x59\x6f\xc8\x56\x9b\x23\xac\xd6\x50\x5d\xd7\xa0\x4b\xcb\x0f\x7a\x7e\x01\xdc\xf3\x82\x53\x70\x60\x67\xf2\x78\xf2\x06\xac\xaa\x63\x6f\x62\x1d\xd8\x28\xde\x1e\x4f\x81\x4a\x47\x92\xc6\x04\xa1\x24\x37\xd0\xe8\x19\x58\xd6\xc8\x62\x4c\x8d\xed\x87\x12\x71\x9c\xcc\xb4\xcb\xa1\x3a\xcd\x86\xec\xc5\xbf\x9f\x7e\x86\xd9\xc6\xf7\xcd\x98\xe3\x76\xf0\xc5\x33\x3d\x84\x07\xf8\x44\x68\x6f\x8d\x6f\x6b\x27\xdc\xa3\x2a\xa3\x2e\x0a\x1e\x55\xe9\x5a\xfd\x1a\xd9\x5a\xfe\xae\x8c\x09\xf3\xad\x24\x2d\x4f\x0f\xfd\xa1\x34\x32\xc3\x11\x17\x5d\x5c\x93\xac\x87\xf3\x2e\x5a\x48\xe8\x27\x04\x67\x82\x7c\xb7\x09\x33\x99\xcf\x5c\x93\x09\x9e\xc9\x15\xd6\xc1\xb8\xda\x02\x16\xcb\xab\xe8\xf2\x42\x07\xa3\x00\xa0\x38\xb1\x18\x7f\x1d\x6a\x9e\x7e\x0d\xb9\x06\x5d\x4b\xf7\x07\x7c\x01\x85\x9c\x63\x30\x3f\xf8\x4e\xf5\xf8\xe0\x0e\x64\xb6\xca\xa8\x35\x05\x7e\xb9\x7c\xa2\x7a\x1b\x41\x2a\xa3\xab\x60\x41\x2b\x16\xff\xcd\xdf\xc6\xe2\x0a\x9e\x64\x8a\xa0\xdf\x14\x8e\x24\xb9\xe1\x56\xf2\xb2\x63\x43\x08\x36\xc9\xdd\x5e\x86\x84\x0f\x49\x54\x9b\x27\x84\x9c\xc4\x6a\x4b\x24\x12\x95\xd8\xa3\xb3\x86\xb0\x49\xf0\x91\xba\x80\xe4\x8e\x67\xc0\xf5\xc3\x6b\x62\xb5\xe1\x1b\x30\xfd\x94\x68\xf0\x3d\x78\x47\x6a\x09\xab\x3c\x48\xbe\x4a\x74\xc8\x85\x6d\xa3\xe2\xb4\x9f\x19\x2c\x56\x56\xd8\xdc\x0e\xcf\x2f\x56\x29\x57\x40\x92\x0b\x4a\x0a\x3f\x61\xea\x73\xf7\xd2\xa7\xb0\xd7\xb2\xa1\x89\x56\xf8\x90\x04\x74\xc0\x3c\x49\x2f\xa6\xda\x5d\x8e\xc0\x1f\x77\x68\x35\x4e\x98\x89\x6b\x33\x2d\x40\x9c\x45\x94\xc9\xd6\x21\x1b\x43\x6f\x11\x66\x50\x7a\xd1\x74\x68\x3c\x5a\x38\xa6\x18\x7e\x1d\x63\x19\xeb\x06\xf9\x82\xac\x8b\x9f\x61\x10\xa5\xcf\xa8\xfc\xbc\x42\x62\xe8\x2d\x7d\x3f\x44\x61\x89\x2e\xf6\xec\x9a\x63\x39\xc8\x6f\xab\x17\x84\x3e\xcd\x31\x2b\x8c\x40\xdf\x4a\xeb\x4e\x63\x45\xcb\xc4\x62\x83\x43\x70\xa4\x50\x13\xf7\xa7\x84\x77\x61\x34\x07\x18\x09\x16\xc2\x64\xbc\x8c\x5f\x0c\x60\x55\x0c\x40\x8a\x79\x9d\xf2\x60\x31\xc2\xbe\x6f\xb1\x6f\xb0\xde\x41\xaf\x11\x3b\xb8\xab\x91\xae\x10\x75\x3c\x38\x6a\x96\xcd\x41\x52\x2e\xf5\x25\x7d\x2a\xa3\x76\x21\x6a\x79\xfe\xfe\xa3\xa2\x95\xb9\x3f\x0c\x3a\x39\x73\x8f\xd9\x19\x44\x32\xdd\x9b\xee\x41\x7a\xe2\xb2\x73\x32\x80\xa6\x70\xcb\x28\x25\xa4\x79\x00\xbb\x97\x30\x6e\xd4\x27\xd4\x71\x8b\xd0\xe8\xc9\x6b\x92\x4a\x6c\x76\x8d\x57\x8d\xc1\xdd\x72\x7c\x22\xf4\x1f\x66\xda\xc1\x04\x37\x4c\x88\x70\xcb\x46\x7e\x22\x9a\x7a\x8f\x00\x57\xa8\x27\x81\x43\x50\x3a\xb5\xa5\xc4\x26\xa6\x41\xa3\xd5\x74\x16\x66\x1b\xfa\xdb\xe9\x53\xab\x9b\x77\xaa\x32\xc5\xe7\xdf\xdc\xfa\x97\xe4\xd5\x1b\x47\x2f\x16\x43\xaa\x51\x66\x0e\x0c\x1e\xcf\xb8\x08\x15\xf3\x0c\x0b\x8a\x87\x89\x3b\xd5\x39\xf3\xe2\x6e\xda\x7b\x99\xf7\x11\x9e\x5a\xe7\x6b\xa0\xf0\xe7\xe6\x17\xc5\x72\xb1\x9e\xc6\xaa\x64\x00\x5f\x63\xf4\x83\xf5\x07\x57\x93\xed\x09\x68\x4e\xe2\x97\x7b\x15\x68\x59\x63\x35\x44\x8d\x4d\xdd\x86\x1a\x67\xc4\x7a\xd5\xa5\x36\x4b\x1b\xbc\x7a\x4f\x36\x2e\xe1\x49\xed\x6d\xcd\xd8\xd9\x25\xda\x0d\x4a\xf4\xec\x58\xfb\x3d\x3a\x7f\xe6\xf2\x06\xa6\x28\xd7\x96\xf8\x29\xe8\x9a\xad\x91\x7f\x2a\x0e\x6c\xd1\xea\x10\x42\x39\x34\xf9\x69\x24\xc2\xe1\x69\xa8\xa5\x34\xce\x79\xa6\x87\x7a\x40\xe1\x5e\xd0\x0d\x21\xa2\xf9\xec\x74\x0b\x58\x7e\x4a\x7d\xb4\xbc\xc0\x2a\xac\x09\x75\xe5\x65\x6b\x35\x33\x0e\x70\x63\x3b\x72\x3a\x89\x99\x60\x7b\x16\xf8\x38\x2b\x18\xbc\x7c\x7b\xd1\x67\x64\x7b\xee\x1a\x87\x9f\xc4\x1a\xf3\x35\x26\xbf\xbb\x63\x9d\xb7\x90\x0e\x89\x15\xb2\x4c\xd9\x96\xfc\x09\x7a\x18\x1f\xa3\x75\xdf\x54\x9a\x8d\x1e\xc8\x8e\x8e\x77\x48\x4b\x48\xcf\x48\x48\x4b\x5d\x41\x6e\xfa\xa1\xab\x9a\x85\xc0\x1b\x71\x69\x0d\x1c\x51\x54\x5a\x55\xfb\x0a\x88\xaa\x81\x32\x4d\x66\x11\x35\x55\x72\xfc\xc2\x36\xe5\xb4\xed\x87\x01\xd5\x04\xf4\x46\x3a\x83\xbe\xc5\x5e\x4f\x3b\x81\x72\x32\xbe\xb4\xdd\xd8\xfe\x7e\xc7\xcf\xfe\xfd\xfa\xd2\x45\x0b\xeb\x3f\x13\x62\xf7\xa9\x46\x2d\x15\x0a\xc8\x0f\x3a\x99\x71\x34\x76\x1f\x0d\x49\x1f\x6d\x41\x11\xe5\x68\x1b\xec\x23\x51\x05\x5e\x5d\x4e\x99\x6d\xd9\x75\xd9\x6f\x8a\x86\x0a\x9c\x82\x2a\xaa\xb6\x4a\x0f\x48\x45\x9a\x2f\xd5\xf4\xa1\x6a\x26\xaa\x86\x79\x20\x21\x47\xc0\xb6\x17\x94\xee\x2b\xee\xf9\x18\xc2\x1c\x95\x10\x2a\x06\xf9\x92\xa2\x14\x57\x04\xfd\x4c\x4e\xe2\x60\x5f\xc5\x32\xfb\xea\xec\x6d\xf0\x5f\xbe\xaf\x7e\x32\x3d\x0d\x76\x56\xfe\x54\xa3\x4c\x93\x53\xd0\x4e\x0c\x13\x51\x94\x09\xf0\x49\x96\x79\x28\xe9\x61\xa3\xaf\x72\x53\xbc\x46\xf7\x99\x66\xf5\xa3\x4a\xb9\x3c\x3d\x37\x71\x94\xe0\x96\x91\xbc\x64\x02\x05\x65\xf6\x4d\xae\x15\xf6\xd6\x81\x5e\xb3\x1e\xfc\xcb\x27\xc5\x2c\x13\x92\x12\xcd\xee\xb2\x04\xb4\xa4\x2e\xfb\xa9\xc2\x6c\x72\x4e\x43\x01\x20\x93\x5c\xce\x01\x5f\x25\x93\x93\x38\x68\xab\x58\x66\x88\x28\xd7\xdc\x08\x89\x55\xb4\xb5\xe9\xce\xc3\xda\x87\x40\x02\xa7\x52\xac\xb0\xa9\xdf\x6d\x1d\x8a\x50\xbb\x3d\xbb\x21\xab\xa0\x8b\x61\xa2\x19\x81\x5f\x45\x51\xce\x0a\xca\xcf\xfb\x20\xdb\x76\x42\x20\x93\x52\xef\x58\x2a\x4c\x83\x5b\x78\xf1\xcb\x1e\x43\xba\x23\xa0\x3a\xf7\xa1\xf8\x54\x27\x2b\x3d\xf8\x70\xce\x96\x2b\x37\xdc\xa8\x9c\xdf\xc7\x10\xb6\x4d\x7e\xcc\x71\x6f\x95\xeb\x7f\xcb\xae\xcc\xae\x3c\xdb\x2c\x2a\xc4\xee\xde\x91\xa2\x71\x87\xab\x34\x9d\x66\x0c\x70\xfd\x0a\x6e\xb3\xbc\xcb\x99\xe2\x32\x6e\x3b\xcf\x5e\x68\x3a\xe9\xf8\x9a\x0a\x57\xe9\x72\x55\x23\x7b\x3e\x24\x7b\xd8\x93\x24\xa9\xd7\xbd\x47\x28\x93\x30\x87\xe0\x0a\x81\x77\x10\xa1\xc4\x50\x99\x5e\x68\x71\x0e\x4d\x8b\x01\x96\x57\x46\x36\x17\x82\x6f\x34\x3c\x75\x99\x03\x14\xc9\x2b\x1c\x17\x56\x05\x28\x51\xec\xf7\x56\xb2\xa5\xfc\x61\x5e\x3b\xb1\xba\x11\xa8\xb0\x81\x16\xab\x1f\xf8\x9b\xc5\xfb\xce\x0d\x44\xc9\x58\x25\xf7\x46\x7c\x9d\xcf\x88\x77\x3e\xd6\xd0\xe6\x92\xdf\x32\x9a\x47\xf3\x6f\x40\x1c\x3c\x5a\xbc\x31\xe8\x22\x64\x82\xfd\x30\xfc\x15\xc2\x1c\x2d\x16\x97\x84\x73\x83\x28\x64\x86\xf2\x25\x81\x9a\x4b\x78\x64\x37\x00\xa0\xfe\x95\x26\x17\xa0\xd9\xf4\xd0\xa8\x1e\xe8\xa6\x44\xb1\xdf\x5f\xc9\xa6\xb4\xd3\x3e\xad\x54\x3a\xc6\x00\x7f\xb6\x75\x3c\xf6\x58\xaf\x4f\x7c\x0e\xd1\x05\x44\x2b\x7b\xa3\xe8\x90\xb7\x93\x56\xc2\x37\x01\xc5\x50\xe3\xa8\x6a\xf0\x8c\x4b\x74\x2c\x02\x54\x61\x78\x35\xfe\x03\x38\x42\x61\x39\xe9\x0b\x54\x58\x44\x3e\x43\x1c\x68\xa3\xe0\xf3\x66\x11\x22\xa8\xfc\xca\x4f\x68\x06\xd8\x8b\x56\x0a\x47\x24\x14\xd5\xaa\x24\x3d\x02\x8d\x6d\xe5\xd3\x80\x41\xe5\x28\x05\xec\x17\x57\x0a\x03\xde\x22\x7b\xf7\x84\x62\x57\xe0\x7f\x37\x70\x59\x24\xa8\xe5\xa2\x68\x51\x3d\xd8\x60\xd8\xae\xe8\x09\x20\x55\x9f\x50\xf0\x15\x16\x98\x49\x28\xe2\x83\xb8\x04\x3b\x17\xde\x03\x12\xec\x90\xc5\x1f\x01\x7a\xdd\x98\xb2\x3d\xc8\x9c\x4c\x59\x05\x18\xfc\x8f\xef\x5f\x5d\x26\xf8\x04\x93\xda\xff\x06\xc6\x83\x68\x1b\x37\xc3\x9a\xa0\x55\x26\xfd\x09\xee\x98\x80\xa9\x12\x12\x0c\x0b\x44\x13\xd1\xc1\x7b\x0f\x52\xfd\x50\xdb\x5b\x59\x05\x0c\xc8\xaf\x4f\x2a\xaa\x19\x61\x5e\xcb\x55\x1d\x33\xd0\xbc\xd9\x4f\x7d\xf7\xa0\xcf\x47\x27\x3b\x78\x60\x77\xaa\x3e\x74\xeb\x42\x0f\xd3\x9f\x77\x5a\x43\xcf\xfd\xc4\xdb\xa0\x00\xc2\x82\xbd\x55\x19\xf2\x5a\x0d\xdd\x72\x08\x8e\x10\xfb\xd7\xff\x89\x81\x8a\x3b\x98\xb4\x41\xba\xe1\x0c\xa7\xde\x61\xf3\x71\x59\xd3\xc3\xf8\x17\xb8\xc7\x33\x8f\x88\x86\xb8\x95\x4c\x5e\x4c\xcc\x4e\x6f\xe1\x7f\xe8\xb9\xcd\xbf\xb5\xfe\x28\xc6\x27\x6a\x7d\xac\x80\xd5\xda\xf2\x20\x23\x10\xb3\x04\x9d\x5c\x82\x87\x4d\x24\x4e\x5f\x87\xed\x74\xd1\x4f\x7d\x07\xbe\x96\x5e\x9f\xac\x84\x9a\x45\x5d\x9e\x50\x85\xe2\xdd\xb6\x26\x18\xc1\x3c\xc6\x1c\x93\x10\xc8\x0d\xe5\xb9\xc9\x43\x56\x02\x97\xe3\x8c\x01\xea\x29\x61\x65\xe6\x00\x3b\x44\xb0\x99\xcd\x21\xb1\x12\x45\x67\x9f\x10\x5b\x09\x17\x00\x91\x3a\xba\xf6\x25\xf8\x7a\x8d\x5f\x43\x10\xfc\x45\x75\x7e\x1d\x11\xa9\x51\xf5\xa0\xc2\x19\x33\x5e\x56\x57\x60\x8a\x5e\x2a\x77\xcb\x92\xc3\x85\x97\x0e\xa6\x0a\xe0\xba\x4b\x95\x92\x66\x08\xa5\xd9\x11\xfe\x65\x44\xdd\xfc\x66\x2f\x7a\xd2\xbf\x34\x41\x7b\x6d\x4c\x5d\xc9\x05\x73\x31\x0c\x43\xb1\x8f\x71\x05\xc4\x23\xa3\x1d\xaf\x03\xe9\xcf\x64\x44\xce\x40\xdb\x0b\x1f\x01\xfe\x08\x74\xe9\x16\x70\x0f\xbc\x5c\x9b\x37\xfc\x14\xea\x53\x63\xd5\x81\x84\x6b\x54\x3d\xa8\xf3\x82\x0f\x55\x94\x54\xed\xa1\x5e\x95\x85\x14\x59\x63\x3e\x16\xb3\x65\xbb\xa0\xe7\x8a\x87\x53\x2c\x70\x85\x05\x7e\xf1\x64\x82\x72\x5a\xb0\x4f\x25\x21\x22\xed\xb5\x8b\x3e\xc1\x25\x69\xdb\xf2\x37\xaa\x2a\xab\xc7\x10\x84\xb8\x92\x4a\x96\x2c\x80\x39\xc6\x7b\x61\xaf\x01\x9c\xa9\xc7\x30\x73\x98\x5a\xda\x08\xe8\x0c\x11\x99\xe7\xc5\x36\x04\xa6\xd4\xa8\x8e\x0c\x83\xd6\xab\xe5\x06\x47\x40\xcf\x2a\x7f\x77\xce\x42\x71\xe5\x81\x35\xb6\x88\xa1\x62\xa7\x92\x0f\x18\xdb\x02\x93\x2c\x25\xcc\x8b\x5c\x64\xb2\x39\x3e\x26\xfd\x55\x78\x25\xf1\x7b\x9c\x91\x87\x23\x01\x96\x10\x6f\xd3\x48\xc8\x8c\xa7\x9a\x32\x23\xde\x44\x35\xca\x65\x21\x4e\x22\x78\x88\x1f\x91\x9b\xb1\x4a\x68\x1b\xf4\x9d\xb8\x7b\x30\x47\x44\x5a\xa2\x3a\x53\x31\xaa\x2a\x65\x8a\x51\x9f\x11\x5b\xa3\xba\xf6\x94\x49\xb6\x92\x7e\x54\x8a\xf5\xbf\xb2\xf3\xc7\xcd\xac\xb2\xc5\x7e\xcd\xbb\x50\xad\xfc\x8d\xd2\x76\xd4\x7c\x26\x5b\x46\x09\xfa\x6e\x52\x62\xf4\x6d\x6c\x5a\xb8\x9d\xe7\x07\xc2\x4e\x04\xd8\x09\x4d\x82\x84\x96\x98\x0a\xe3\x57\x83\xf4\x95\x2f\x21\xca\xfd\xea\x04\xd8\xd1\x3e\x81\x36\xd8\x6f\x58\xdf\x30\x79\xb8\x2b\x4e\x2b\x2a\x13\xf4\x17\x3f\x1f\x23\xcc\x9a\x28\x05\xca\x10\xa6\x17\x60\x7a\x51\x32\xb3\xd6\x4b\xcf\x54\x4e\xb7\x74\xc4\x90\x5a\x50\x3f\xd8\x46\xff\x36\xd7\xad\x6d\x1a\xe2\x97\x94\x56\xd0\x0f\x9d\x8f\x9e\x4d\x98\x46\xbe\x08\x62\xf0\x33\xc3\x8d\xfb\x05\x39\x3f\x22\xd4\x78\xff\x33\x0f\x22\xb8\x7a\x28\xa9\xab\x60\x03\x5d\x05\x44\x3e\x61\x3e\x3a\xfb\x93\x88\x44\x39\x8f\x02\x44\x0d\x75\xcf\xff\x16\x64\x90\xb3\x3e\xf4\x14\x54\xaf\xa9\x96\xbc\xcf\xd4\x6b\x3a\x92\x09\x30\x07\x33\x4a\x66\xab\x3c\xc9\xbc\x97\x9c\x6b\xbb\x3c\x7f\xef\x47\x56\xe9\x14\xe4\xfe\x76\x82\x53\xd3\x43\xa6\x93\x88\x84\xdc\x35\x60\xd0\xff\x49\xd4\x55\xbc\xa4\xf7\x25\x9f\x2e\x8a\xb4\xdb\x88\x3d\x94\x3d\xda\xe9\xc4\x60\x9b\xbd\xc9\xfe\xa2\x3c\x33\x3b\xd6\x66\x89\x8f\xc0\x11\x67\x43\x43\x3d\x10\xe8\x70\x54\x65\xeb\x90\xb6\xf0\x7a\x0a\xe2\xd5\x5a\x0c\x63\x66\x23\x3a\xf0\x26\xef\xb3\x2a\xba\x98\xe5\xd4\xb3\x8d\x31\x8c\x24\xe4\x6e\x41\xef\x7e\x48\x72\x5a\x8b\xbd\xc9\x9d\xf0\x77\xc6\xf3\x76\x78\xb8\x46\xcb\x2d\xb0\x81\x8f\x61\x66\x26\x56\xc4\xed\x5a\xf8\x36\x95\xd1\xf1\x82\x67\x02\xb7\x9b\x8d\xb1\xe5\x39\x7f\xb2\x85\xb7\xb6\xb4\xc0\x94\x69\x95\x64\xd8\x83\x46\x53\x1f\xce\x71\x51\x23\xb3\x28\x84\x8d\xac\x93\xcd\x3f\xd6\x2e\x9d\x65\x4f\x12\xdb\x17\xcb\x92\x90\x0f\x6c\x05\x6e\x9f\x13\xef\x82\x9c\x82\xd3\xb3\xdb\x21\xb7\xee\x05\x04\x9a\xec\x63\xef\x1e\x87\xbe\xdf\xbc\x76\x9d\x3e\x84\x34\xdb\x77\xe7\xbd\x87\x60\xd3\x4b\xb4\xa5\x63\x7f\x66\x14\xd5\xce\xba\x2d\xbc\x87\x2f\xcf\x8c\xc7\x9d\x45\x24\xc0\x88\xd3\x9c\x41\xdc\x5b\xdf\x4e\x3d\x4f\x86\xac\xf7\x4b\x9c\x51\x41\xc6\xa0\x9a\x8b\x4e\x85\x66\x1c\x89\xb2\xd7\xbe\x61\x31\xc1\xf2\xd2\x8a\xdf\x75\x1e\x64\xea\x56\x1e\x68\x0c\xda\x0d\x3a\x8d\xfe\x0d\x3a\x8d\xc7\x66\x76\x42\xa3\x58\x1f\x39\xf5\xee\x25\xdd\xff\xe9\xea\xb1\x43\xba\x70\xc1\x25\x7c\xd5\x83\xc5\xd8\x4e\xaa\xed\x84\x54\x6e\x86\xcf\x91\x13\x88\x32\x70\x08\x93\x11\x2f\xd3\xb9\xe9\x5a\x28\x5f\xa7\xc9\x64\xa6\xa9\x76\x43\xfd\xb2\x3a\x55\x6b\x52\xe3\x83\xf8\xba\xde\x94\xf6\x27\xee\x02\xe3\x0b\x06\x38\x6c\x93\xd9\x98\xc9\x1b\xb6\x24\x17\x27\x47\x19\xd0\x76\xa0\x93\xdf\x5d\x88\x66\xec\xfd\x70\x19\x88\x53\xb6\x6c\x6a\x10\xcc\x0d\x30\x33\x88\xdb\x73\x00\x8d\x1a\x1d\xee\x52\xee\x0e\x99\x46\x3f\x21\x63\x63\xf4\x92\x3a\x0e\x05\x19\x34\xab\xb3\xae\xc8\x1c\xaa\x7a\x87\x59\xa9\x05\x2b\x65\xba\xdd\xd4\x9d\x52\xf8\x63\x7e\xd7\x98\xa4\x20\xa3\x5e\x61\xde\xae\xe0\x24\x81\xb6\x6e\x52\x7e\xc2\xf3\xda\x5e\x4e\x5d\x05\x2f\xe6\x54\xa2\xeb\x0c\xb9\xe5\x8f\xb5\x24\x40\x54\xe2\x1e\xb8\x1f\x02\xcf\x32\xe2\x03\x1d\x60\x7e\x45\x8c\x51\x44\xd8\x34\xb9\x95\x83\xb0\xca\x47\x7a\xcf\xf9\x64\x75\x12\xd1\x27\x3f\xb0\xa3\xc9\xf3\x5b\x01\xd5\xed\xa8\x90\x2f\x4b\xc9\x32\xd3\x6d\x92\xbe\x16\x5e\x68\x3a\x2b\x99\xe8\xe1\x67\xa5\x21\xa1\x67\x15\x6d\xf7\xef\x91\x83\xe6\xa0\xb3\x98\xd8\x33\xc9\x58\x77\xac\x84\x26\x6f\x94\x97\x94\x74\x1a\x81\xce\xb7\x46\xb1\x19\xdc\x12\x55\xa0\x2f\x04\xdd\xca\xb0\xb6\x8d\x81\xd7\x15\xda\x78\xa2\xe1\xc4\xea\xd6\x80\x7c\x78\x04\x79\x8a\x03\xb4\x2a\x4c\x5e\xe7\x40\xaf\xca\x09\xaa\xf3\xdf\x7f\x3a\xa1\xd8\x21\x80\x1e\xca\x33\x39\x78\x50\x9b\xdf\x63\xa7\xfe\xe0\x7b\xcc\x7d\xa7\x12\xa1\x09\x9f\xbf\x6e\xa9\x02\xff\xec\x94\xbd\xbe\xf2\x85\xeb\x22\xfc\xf8\x79\x6a\xa4\x7b\x02\xb9\x79\xee\xf1\x16\x87\x28\xf2\x2d\xe1\xbd\xc2\xe6\x84\x64\x41\xd4\x54\xb2\xc2\x39\x20\x9f\xb7\x61\x20\x88\xd0\x2d\x7f\x67\xd5\x04\x4f\x6c\x22\xb9\x8f\x02\x91\xe4\x04\x0e\xf7\xc5\x06\x4a\x11\x3b\x7a\xa5\x59\x43\x1c\xfb\xfc\xa5\xbe\x75\x1c\xf1\xdd\xf4\x33\x4f\x80\x23\xb0\x32\xc6\x6f\x8c\x2b\x24\xe5\x69\xe0\x05\x4e\x72\x48\x6b\x28\x0b\x4d\xd4\x79\x21\x7c\x9a\xbc\x69\x38\x1c\xb9\x4a\x54\x92\x5f\x8f\x01\xe1\xf6\x04\xaf\xc4\xd1\xb0\x8f\xf1\xf3\x09\xab\x04\x51\x36\xb7\xdc\xe8\x07\xf4\x60\xc6\x2a\x2e\x25\x69\xc0\xbb\xd1\x57\x2b\x19\xe0\x69\xde\xb6\xb8\x01\x44\x51\xd2\xd8\xd9\x56\xca\x29\xf3\xec\x57\x57\x06\xbc\x75\x50\xe7\x07\x47\x61\xf4\xb0\xfe\x15\x93\xf8\x50\xcc\x8b\xb6\xbf\xc9\x30\xc2\xa3\xbc\x9f\x89\x47\xd8\xda\xb8\xa8\x14\x63\x74\xbe\x4f\x74\xca\x2a\x62\xcb\x9c\x25\x0d\x04\xd3\x52\xbd\x9c\x66\x09\xbd\xf9\xd0\x3f\xa7\x14\x68\x61\x57\x2a\x4e\x86\x47\x20\xd7\x1a\x40\xb8\x3f\xb0\xef\x3d\x28\xbe\xef\x90\xe0\x61\x4f\xc9\xdb\x90\xed\xf1\x14\x2d\x7b\xd8\x1d\x4a\x2d\xfb\xcd\x95\xba\x70\x0e\x8c\xca\x41\x52\x8a\x11\x9a\x6f\xdb\xae\x08\x84\x98\x58\x33\xaf\xcc\x06\x3f\x9b\x2c\xaf\xb8\x01\x9c\x36\xed\x54\x6a\x03\xd8\xbc\x6f\x15\x79\x50\x74\xb8\x48\x65\x26\xa0\xe7\xf4\xac\x72\x19\x50\x36\xa8\xa9\x0a\x84\xce\xca\xdb\xd7\xe7\x83\x5e\x08\x9e\xb6\x64\xb3\xcd\x60\x29\xa3\x4a\x88\x05\x54\xee\x24\x09\x7f\x1d\x13\x3f\xd5\x4f\x2c\xc0\xea\x4c\x8d\x4b\xc4\x21\x6b\x63\x2b\xb1\x8c\xfb\x3f\x32\xa9\x58\x8e\xdd\xb6\x92\x50\x8c\xca\xe6\x87\xba\x4c\xa4\xf8\xba\x61\xef\x35\xe8\xf4\x52\xc9\xb0\x17\xa0\x38\xb1\x3b\x54\x06\x33\x6d\x8a\x1b\xc1\x43\x1b\x73\xf2\x47\xf8\x20\x7f\x43\x4c\x86\x90\x90\xbf\x0e\xd2\x43\xc2\x60\x9c\x2e\xfd\x40\x32\x2b\xa7\x84\xd5\x98\x3e\xe3\x1e\x91\x6b\x9a\x13\xcd\x84\xcf\x9f\xe1\xc0\x8d\xe3\x3d\x67\x7a\x08\x8b\x78\xcb\x19\x0e\xea\x3a\xf1\x7d\xee\x28\xf6\x68\x77\xbe\x78\x15\xcb\xbe\xdd\x56\x9f\x8d\x9e\xda\xf4\x1f\x9c\x81\xcd\x6f\x59\x8e\x4d\x01\xa7\xab\xcb\x33\x5e\xf0\xed\x69\xc4\x6c\x1e\x1c\xda\x3d\x3e\x3b\x04\x43\x96\xd5\xcd\xc8\x41\x23\xa3\xf9\xa7\xbe\x40\x31\xee\x4f\xa7\xa1\x50\x6b\x53\xd4\xf4\x09\x00\x52\x75\x9e\x4d\x07\x4d\xf2\x28\xcd\x11\x31\x5f\x89\x3d\x73\xaa\xf8\x48\x22\xcb\x9c\x35\x11\x4f\xe8\x9a\xf3\x24\xc9\x12\x3c\x80\xa9\xfa\xaa\xce\x57\x08\xae\x3a\x93\x26\x4f\x84\x4a\xed\x44\x83\x0d\x92\x56\x3b\x5d\xab\x83\x89\xae\x44\x14\x4d\xa1\x2b\x2b\x47\x72\x62\x70\x13\x15\x8f\xd2\x95\x71\x5f\xca\x9f\xa4\xec\x11\x38\x2a\xdc\xa2\x66\x88\x8d\x15\xe8\x20\x0a\x21\x2c\xff\x8f\x4b\x17\x96\xb9\x8c\xce\xc2\x19\x13\x52\x1a\x69\xb2\xc0\x8c\xcc\xf1\x40\x77\x82\xcf\x4b\x64\x10\x67\x08\x5c\xf5\x3e\xa2\x1c\xdd\xd4\xe1\x86\xc4\x42\xb2\xea\x9d\x47\x9f\x03\x94\x3a\x97\xae\x2e\xf8\x7a\xcd\xe3\xc6\xdb\xf0\x77\xd5\x19\xb5\x9f\x50\xce\x95\x49\xa5\x21\x98\xa6\xd2\xd7\x79\x44\x74\x69\x99\x5a\xda\x09\xce\xaf\x58\x21\xb1\x90\x90\x94\x15\xe7\x5f\x4d\x58\xce\xaa\x70\x7b\x8c\xf9\x9a\xdc\x6c\xe5\x87\x1e\x2f\xf8\x62\x3c\xc1\xe2\x97\xcb\x21\x92\x0e\xd9\x4d\xdf\xc6\x7c\x05\xdd\xcb\x88\x04\xff\x81\x0f\x14\x25\x40\xda\xd1\x76\x15\x17\x21\xbf\x21\xf7\xeb\x2c\xc6\x6f\x81\x37\x6a\x5b\x46\x6c\xc0\xff\xd5\x2c\xf6\xe2\xa0\x7e\x55\xad\x0d\x9a\x08\x8e\xb2\x9f\x15\xdd\x98\x9b\xc5\xcd\xb9\x05\x98\xde\xfc\x77\x69\x08\xbc\x46\xb6\x4a\xd4\x1a\x51\x27\x61\xde\x2b\x95\x70\x29\xc9\xc9\xee\x04\x3d\x1a\x3f\x68\x6c\x85\x78\x19\xdb\x2b\xbf\x85\x00\xe2\x06\xd8\xc5\xe1\xf9\x31\xc7\x48\x21\xf8\xed\x64\x45\xb6\x0c\x64\x58\xea\x77\x66\x7f\xcc\x50\xfe\x06\x4b\x33\x53\x5f\x5d\xf3\x46\x36\x7d\x7c\x23\x6a\x6d\x1e\x64\x5d\x65\x3a\x98\xc2\xf6\xbd\xfc\x5d\xe7\x65\x48\x56\x71\x7c\x55\x28\xca\x2c\x27\x3a\x47\x14\x97\x95\xc4\x14\xeb\x85\x5f\x8c\xda\xf6\xfd\x41\x7c\x19\x01\x76\x5a\x25\xd4\x47\x90\xcc\x8f\xf0\x7a\xc1\xdf\x54\x85\x11\x9f\x82\x8c\x85\xaa\x50\x15\x21\xda\x38\x2f\xcc\x7a\x14\x09\x10\xc7\xcd\xc6\x70\xb3\x01\x38\xd3\xf8\x3b\xf7\x2f\x4b\xdf\xc8\x7a\x7f\x7f\x8e\xc5\xa7\x22\x70\xa3\x8d\x51\xbd\xea\xd7\x5a\xee\xfd\x1b\x15\x39\xf3\xaa\x0c\xe0\xa2\x94\x9e\x05\x56\xb5\x2c\x78\x95\x0d\xa0\x1a\x57\x93\x72\x1f\xfb\x35\x0a\x1d\xf6\x83\xdc\x11\xfe\xc0\x7b\x83\xc6\x16\x6c\x62\x07\xa2\x1d\x04\xdc\xd6\xdb\xa4\xd2\xfb\x3e\x94\xfe\x42\x32\xf1\x86\x71\x4e\x53\xf4\x3d\x51\x80\x3a\xd7\xcf\xc0\x19\x70\xb0\x64\x70\xd4\x0a\xa3\x98\xf6\x9b\x34\x13\xa6\x16\x07\xe1\xa2\x39\x16\x34\xb3\x7f\xde\xde\x96\x29\x83\x67\x61\xf6\x7a\xd3\xfd\x98\xfc\x0f\xf3\xd3\x0c\x84\xf4\x37\xbd\x4e\xcc\x16\xf1\xb7\xca\x8c\xd1\x3f\x22\x6c\x93\x3f\x53\xa4\x83\xf9\x43\xd6\xb8\x60\x7e\x77\xdd\x9e\xf3\x42\xbd\xc8\x16\x46\x7c\x24\xb7\x53\xf5\x2a\x3e\xbc\xcb\xd8\x43\x0e\x41\x92\xeb\x75\x8a\x94\xd8\x35\x17\x5b\x08\x4d\xbe\xd7\x5f\x9c\xad\x5c\x3f\x27\x6c\x91\xc5\xc3\x69\x37\x6d\x8a\xd5\xcb\x2d\x29\x4f\x16\x74\x91\xd9\x39\x25\x7b\x97\x9f\x21\x2a\x9d\x65\x73\x97\xee\x38\xed\xea\xe2\xc4\x2d\xee\xd8\xdd\xde\xab\x48\xa1\x90\x4f\x25\xbc\x94\xcb\x7e\x01\x49\x71\x3c\xf1\x9e\x37\x02\xb7\x04\x1d\x5c\x38\x1c\xcf\x1e\x3e\x70\xb0\x37\x06\x89\xbd\xb2\x3d\x51\xa2\x4a\xac\xdb\x0e\x0b\x61\xe5\x74\x1d\x30\x24\x2f\x65\x1e\xa7\xf7\x90\x73\x83\x7b\x3e\x07\x20\xb8\x8d\x42\x78\x0e\x5b\x97\xcf\x87\x34\x69\xb0\x62\x68\x6c\x2e\x2b\x44\x86\x11\x08\xfd\x79\x14\xc0\xe8\x12\x8d\xd8\xad\xb8\xf3\x34\x5a\x72\x0d\x60\x2e\x0d\xa6\x7b\xdc\x40\xc0\x7a\xbd\x28\x1d\xe4\x99\x74\x81\x27\x4e\x88\xbc\xb2\xcb\x09\xa8\x90\x9a\xb7\x2a\x72\xc0\x2b\xdc\xb4\xc0\x19\x78\xab\x5e\x36\xaf\x57\x40\x69\xca\x58\xf2\x3d\x60\xd6\xf5\xb4\xf1\xa3\xc0\x8d\xc0\xf6\x4b\x40\x87\x8d\x9b\xa7\x1d\x48\xcc\x93\x23\xc4\x03\xf4\x2c\x6c\x28\x41\x0d\x1c\x94\xfc\x3a\xef\x06\x80\x05\x3d\x75\x97\x3a\x92\x66\x6e\xf3\x66\x3c\xac\xbd\x35\xef\x3b\xbb\x5f\x8e\x4c\x74\x47\x0f\x58\xf2\xdc\xb2\x97\x28\x5d\x10\xbf\x68\x51\x97\x90\xaa\x48\x34\x71\xf4\x6f\xd7\xf8\x6c\x74\xd9\xbe\x53\x9f\x6c\x80\x32\x50\x36\xae\x37\x9c\x54\x98\x37\x0f\x34\xc9\x11\xce\xb1\xd6\xb7\x60\xa3\x31\xda\xab\xd8\x10\x10\x0e\xee\xb5\x2e\x2f\xc1\x98\x90\xb9\x40\x7d\x48\x4f\x42\x6f\x74\x2e\xe4\x43\x6e\x52\x26\x0e\x7e\x0d\xbe\x6c\x5a\x75\xb8\x05\x1f\xb3\x34\x3e\x74\x00\x07\xda\x4d\x1c\x35\x73\x68\x5b\xe2\x86\x59\x25\x7e\x19\xd5\x97\x76\xa9\x23\xf4\x1e\x24\xde\x36\x68\xd0\xae\xf1\xff\x6a\xfe\x50\xf3\xc0\xc1\xd2\x06\xaa\x29\x6e\x30\xe4\x10\xa1\x19\xae\xf0\xd1\xc5\x49\x67\x53\xc4\xda\xe3\xa1\xc1\x31\x7b\xbb\xf7\x43\x53\x31\x94\x67\xb0\xa8\xdd\x05\xa8\x72\xc2\x86\x97\x04\x50\x9c\xfd\x32\x38\x17\x48\x28\xff\x93\x08\x85\x7f\x26\x0f\x70\x70\xaf\x8a\x93\x2f\xf3\x71\xad\x4f\x51\x2f\x69\xd3\xce\xa8\xe2\xc6\x9a\x05\x63\x1c\xda\x2f\xd4\x58\xca\x50\xe6\x73\x2a\xb2\x49\x70\xfb\x32\xe5\x5b\x41\x10\xe7\x21\xc5\xef\xce\xed\x1e\xc2\x0a\x66\x46\x5a\x3e\x29\xf2\x46\x8a\x5f\x03\x1c\x95\x18\x45\xda\x83\xe7\xd5\xee\x72\x44\x87\x9d\x6b\xed\xa3\xe6\xe2\x08\xc6\x12\x80\x55\x76\x84\x93\x10\x42\xb3\xcc\xcc\xab\x16\x8e\x68\x08\x0f\x19\x82\x0f\x91\xd7\x39\x30\xab\x72\xe4\x15\x0e\x8e\xd5\x50\xd9\x6f\x62\xe7\x6f\xcf\x0d\x6e\x8a\xb7\xce\xde\x76\x60\x92\xfc\x5d\x79\xe2\xc1\x22\x15\x97\x76\xc3\x47\x4e\xb2\x3e\x8c\x16\x80\x91\xf0\x76\x1b\x0a\x29\x10\x8b\x31\xf9\x18\x7e\x26\x4a\xa7\xc2\x1b\x7d\xe5\xe1\xdb\x87\xd5\x71\x20\xf1\x9b\x1c\xcc\x09\x2b\x52\x08\xe4\x4a\xe6\x05\x75\x38\x2c\xb4\x24\xd9\xa4\x16\xc1\xd5\xa0\xeb\xc8\x00\x98\x34\x27\x7b\x06\x02\x75\x94\x68\x76\xce\x95\x1a\x4a\x27\x3b\xff\xca\x94\xc5\x53\xf6\x9a\xaf\x82\x5e\x9b\xdc\x76\x6b\xf4\x21\xdf\x04\x2c\x5a\xd2\x23\xd4\x84\x9e\xe6\x05\x45\x45\x0b\xa9\xc7\x52\xe3\xdc\x05\x98\xbd\xcb\x12\x53\x79\x7d\x2c\x5d\x92\x77\xb9\x27\x34\x0c\xd3\xee\x71\x4a\x88\x73\x66\x84\x70\x70\x70\x44\x67\x73\x72\x0b\x20\x69\xc5\xc2\x0f\x03\xc1\xfe\xf5\x33\xaa\xbe\xd0\xbf\xcd\x76\x7a\x43\x00\x77\x57\xa3\x75\x05\xc4\xed\x7f\x4a\xba\xf4\x13\xbe\xbf\x50\x0c\x2e\xc2\xef\x9f\x02\xa9\xad\x38\x86\x7d\x8d\xec\xd7\xe4\xe0\xe1\xa8\xec\x56\x6a\x52\x6d\x47\x4e\x38\x35\x2a\xe3\x66\x9e\x11\x39\x38\x58\x3a\xbf\x92\xc4\x6c\x2f\x55\x78\x9d\x70\x4d\x97\xbb\x08\x89\xe5\x95\x16\x29\x19\x41\x9e\x72\xcf\x54\x7a\xc2\xe4\x10\x2a\x6d\x74\x44\x2a\xa0\xdf\x7f\x26\x94\x00\xd9\x1c\x7b\xa7\x88\x85\xdd\x9f\xd4\xd6\x0f\x81\x3d\xa1\x74\xb2\x33\xad\x74\xc5\x2a\xe1\x76\x8f\x86\xb2\xd8\x70\x2b\xfb\xbb\x95\xf4\xd8\x6b\x5b\xab\x2d\x64\xc8\xe6\xf2\x7c\x93\x2e\x40\xeb\x15\x6b\xa8\x04\x9a\x4a\x1c\x1a\x76\x20\x6f\x62\x80\x86\x37\x00\xdc\x6d\xac\x11\x03\x7c\x36\x71\x68\xd6\x80\x18\x2b\xb9\xb6\x04\x83\x34\x84\x7e\xf4\xfe\x66\x9c\xc4\x46\x4c\x98\xa2\x4b\x30\xdd\x53\x1f\x08\x4d\xd8\x89\xe9\x5f\xa4\x29\x1c\xcf\x0c\x45\x2e\x1c\xd5\x1e\xdf\x8f\x2b\x3f\x9c\xcc\x13\xc4\x5f\xdf\x37\xad\x54\xc4\x99\xef\x44\xb6\xa8\xa3\xdf\x6c\x9d\x0e\x19\x00\xf4\x1b\xb9\x93\x83\xc0\xcc\xac\xec\x24\x1a\x56\xda\x21\x33\xb1\x04\x5d\xc9\x67\x1d\xff\x05\xe5\x0c\x93\x1d\xfb\x00\xf9\xee\xe4\x3e\x8e\x04\x7d\xd2\x07\x26\x02\x40\xa1\x32\xdb\x53\xc7\xac\x73\x94\xa2\x59\x2f\xfc\x10\xb1\x79\xf6\x05\x61\x86\xa0\x39\x07\x26\x45\x11\x6e\xcf\x09\x92\x4b\xf1\x87\x45\xc2\x78\xce\xbd\x83\x8a\x66\xdc\xe6\x2e\x6b\x63\x17\x36\x64\xbb\x70\x64\x14\xa9\xbd\x2b\x3e\xff\x04\x06\xdb\x7c\xb1\x70\x11\xa1\x3e\x97\xb9\xf0\x1e\x1e\xfd\x18\xbd\x30\x0b\x90\xca\x22\xe7\xbb\xa0\xed\x31\x67\x73\x6a\x80\x85\x67\xd7\x1c\x0e\xd6\x65\xce\x32\x57\x0d\xa7\xa9\xd3\x2d\xc0\xa0\xf7\xf9\x4c\xe7\x75\x71\x0c\xa4\xd4\x79\x41\x82\x19\x71\x70\x1e\x43\xdc\x23\x0a\xcf\x33\x91\x4e\x08\x67\x30\xf5\x46\xd1\x9e\xeb\x88\xb4\x06\xe9\x16\x07\x44\x4f\xfd\x87\xa6\x4a\x64\x55\xa3\x57\xfd\x3a\xea\x66\xcb\x64\x4d\x19\xda\xad\x26\x2b\x5f\x02\x7f\xb9\x6a\x2e\xd3\x16\xcf\x59\x65\x96\xf6\x89\xe0\x5b\x25\x18\x83\x27\xae\x54\x06\x07\xdf\x20\xda\x56\x64\x78\x8e\x62\x43\x2a\x00\xcb\x12\x4c\x73\xb9\xab\x49\x27\x9b\x4f\x25\x08\x47\x81\x97\xb6\xca\x60\x62\x31\x97\xfb\x3f\x61\x7e\xe1\x88\xc3\x18\x8c\x3d\xd4\xb8\x51\x62\xfc\x15\x70\xd6\x10\xd8\xab\x80\x50\xad\x17\x6c\xae\x40\x04\xd6\x25\x37\xde\x44\xce\xd5\x7b\xd7\xf8\x63\xb4\x2a\x63\x0b\x2b\xd0\x96\x95\x63\x59\x3c\xb8\xe3\xf2\xe8\x54\x26\xbc\x57\xf9\x40\x34\x96\xf8\xa2\xcc\xdb\xbf\x83\x60\x57\x10\xef\xe4\x8e\x89\x28\xf1\x35\x9d\x61\xf6\x2f\xa4\x7f\x68\xc4\x42\xce\x1d\x45\xa6\x00\xfc\x25\x75\xb0\x7a\x54\x53\xbd\x2a\xac\x0b\xdb\xd6\x6e\x06\x57\x63\xe1\xeb\x7c\xbe\x05\x83\xec\x34\x30\x8d\xdf\x85\xde\xae\x2f\xed\x0f\x06\xd2\xea\xae\xb7\xf0\xc2\xff\x54\x47\xd4\xfa\xa3\xbd\x2a\x84\x8b\xe0\x18\x97\x12\xd6\x2c\x1a\xa6\x22\xdf\x3b\x0e\x45\xfc\x92\xb2\xec\xaf\x4d\x06\x12\x4b\x9d\x5f\x11\x0a\x63\x3f\x9a\xae\x21\xbc\x53\xf8\x14\xe7\x01\x91\xc4\x08\x0e\x75\xe8\x69\x1a\x04\x41\x07\xbc\xc9\x4c\x60\xcd\x45\x3f\x2e\xc2\xb2\x15\xe1\x2b\xaa\x2e\x82\x6d\x59\x54\x1a\x6f\x6f\xcb\x31\x9e\xb6\xf2\x6d\x1c\x81\x0f\x6b\x77\x46\xed\xc1\x6d\x35\x36\x8f\x71\x90\xbc\x8a\x97\x0d\x3f\x91\x35\x85\x07\x85\xbb\xd8\x96\x0c\x95\x04\x22\x71\x2d\xf5\x7e\x38\x0f\x55\x2f\x69\xcf\x87\x99\xda\x17\xff\xd2\xd6\x9c\xb2\x19\x33\xa8\x53\x81\x7b\x11\xb5\x26\x8e\x46\x72\x46\x3c\x25\x30\x60\xfe\xc6\x4c\x41\xd8\xb1\x3c\xf1\x23\xf7\xfe\x88\x5f\xcf\x9a\xb9\x6f\xa3\x55\x56\xea\xc4\xe0\xce\x76\xa5\x46\x64\xbb\x9b\x39\xa6\x4e\x78\x53\xeb\xbe\x66\xdd\xf6\x9a\x06\x93\x5c\xc5\x93\xa1\x61\x40\x3e\x07\x5a\xbb\x8b\x79\x9d\x21\x9e\x27\x4a\xac\x48\xb1\x48\xd4\xe1\x78\x14\x7f\x3d\x78\x86\x5b\x2a\xaa\xdf\x0d\xc9\x9d\x13\x7e\x6a\x96\xc0\xf5\x39\x54\x41\x79\x83\x23\x26\x98\x49\x60\x89\xe7\x5e\xb0\x08\x66\x58\x20\x27\x2c\x90\x55\x4c\xfa\x4d\x12\x3b\xe3\xb0\xee\x5e\xa6\x3a\x93\xa7\xe3\xe5\x32\x3d\xe6\x28\xd6\x8e\x22\xdb\xdd\x87\xcc\xc6\xa5\x8f\xb6\x52\x19\xf7\x4b\xd7\x56\xd7\xee\x95\x17\xfa\x4e\x18\xc2\xa3\xd3\x45\x1a\x4e\x88\xe2\x89\x88\x3c\x59\xce\xb9\xe8\xf8\x98\xdf\x7c\x0e\x61\x8e\x7e\xeb\x82\x42\x81\x1d\xf6\x47\x0f\x3a\xfc\x36\xf4\xef\x88\xdc\xf4\x19\x96\x66\x7d\x74\xc3\x17\xc7\x9d\x26\x9d\xe4\x37\x80\x9a\x56\xb6\x08\x0e\x60\x7b\x64\x4c\x88\xee\x66\x61\x71\xe1\xca\xb6\x06\xef\xfa\xec\x15\xa9\x82\xdf\xb2\x01\x19\xf1\x07\x3a\x2c\x2c\xd9\x23\x7b\x18\x46\xce\x9c\xfb\x4f\x02\x18\x60\x69\xdf\xc6\x33\xb0\x51\x71\xd7\x1b\x7e\x72\x29\x87\x3d\xcb\x51\x16\x7c\x11\x58\x1a\x15\x2d\xb6\xe0\xf3\xc6\x2b\x57\x2a\xdf\xd3\xc8\xfa\x96\x9c\xb1\xfb\x45\xad\xa7\x8a\xdb\x6e\x66\x12\xe5\xea\x93\x1e\x7f\xb9\xcb\x75\x66\xbc\xf3\x31\x8a\xc6\x2d\x01\xed\x20\x41\xc7\xd0\x58\x26\xb6\x01\x7f\xfb\xac\x00\x70\x60\x78\x59\x5e\x37\x24\x06\x64\x14\x53\x7c\x9c\xc2\xfa\x39\x41\xe5\x08\xcf\xf4\x20\x49\x62\x57\x0f\x46\x8a\xde\x98\xf4\xe6\xe0\x0f\x56\x6c\x50\x12\x76\xf6\x49\xce\x41\x49\x37\xba\x63\xa3\xa2\x95\x69\xce\x55\x9e\x71\x1a\x63\x8e\x82\x96\x0e\xba\xdb\x0e\x7d\x1a\x2b\x46\x77\x1d\x8f\x25\x7e\x99\x35\xbb\x2a\xf1\x2c\x5a\xdb\x7b\x34\xe1\x74\xed\xcf\x7c\xd9\x41\x7e\xbe\x3c\x11\xd2\xa0\xd1\xa8\xb9\xb4\x75\xe8\xf5\x34\x4c\x7e\x21\xa0\x08\x6d\xf4\x7e\x7d\x0a\x07\xcf\x04\x08\x3e\x63\x61\xee\x09\x47\xbe\x08\x20\x5b\xf9\x4f\x4f\xbf\x14\x51\x77\x2f\x6f\x50\x51\xe0\x73\x7c\x94\x6d\xa6\xe5\x65\xeb\x17\x75\xd5\xf0\x9f\x35\xa3\xa7\xab\x85\xa3\xa5\x8d\x65\xae\x8d\x9b\x95\xb8\xa6\x9c\xfd\x77\x5b\x7a\x29\x73\xe7\x0f\x0e\xa3\x7c\x2e\xee\x2b\x2e\x24\x82\xaa\xd7\x77\x8f\x20\xb0\x7a\xf8\x79\xe8\x65\x48\x7d\xf2\x59\xfc\x01\xf4\x57\xe1\xbf\xdc\x61\x78\x3c\xfa\xa5\xd5\xd9\xb1\x07\xc6\xdc\x3e\xe8\x34\x09\x17\xed\x41\xff\xaa\x51\x58\xc8\xd1\x60\x8e\x53\x39\xd4\x9a\xa7\x61\xce\x60\xdb\xec\x28\xbb\xcd\x2a\xd9\xc4\x2d\xca\xd6\x61\xd6\x98\xe0\x45\xe7\x5a\x63\x24\x69\x39\xe6\xd9\x66\x84\xd2\x6c\xf4\x0d\x32\x15\x92\x3a\x09\x78\x66\x09\xf0\x87\x84\x70\xd8\x2a\x11\xbf\x86\xe5\x3b\xb1\x01\xd7\x52\x28\x7e\x49\xb0\x87\x79\x9d\xe1\xad\x30\xd3\x9a\x85\x34\x13\x04\x17\x79\x86\x43\x64\x55\x89\x96\xa6\xc9\x77\xc2\x26\x24\x66\xb2\xf7\xbe\x44\xe5\x3f\x23\xb1\xc5\x1f\x66\x83\xfa\xc4\xc6\x07\x8e\xb5\xba\xda\x39\x13\x9e\xda\x3a\x77\x62\x88\xbe\x23\xda\x7a\xbe\x0f\x82\x0c\x34\xa7\xad\xa3\xc2\x98\x35\x6a\xb4\x72\xa3\xa0\xda\xa2\xd2\xb4\xd8\xab\x7a\x1d\xfc\xe7\xf1\xfe\x46\xb6\xa4\x8e\xc4\x18\xcb\x75\x38\x7f\xee\x8a\xeb\x75\xb8\x49\x65\xab\x1f\x2f\xec\x67\xd3\xb7\x08\x15\xf8\x2f\xf2\x38\x07\x6e\xd5\x8b\xf2\x97\x96\xb3\x16\xa0\x43\xa7\xc0\xf8\xad\xd5\xe6\x58\xa9\x78\xbd\xcb\xfb\xb2\x72\x42\x2b\x57\x10\x93\x0a\x4f\xc1\x70\x98\xa0\xb2\x66\x02\x4b\x94\x8e\x12\xc9\xbf\x25\xee\x44\x3e\xd4\xd6\x2c\x49\x40\x4e\x4e\xa7\x3a\xd5\x47\xfe\xae\x4c\x67\x86\xb9\xe2\xac\xc0\x9d\xac\x42\xd5\x08\x32\x3c\xa7\x57\xab\x02\x56\x50\x3e\x67\x01\x81\x17\x35\x89\xba\x00\x80\x54\x7b\x87\x8f\x0a\xf0\x8f\xf2\x9e\x66\xb7\x66\x42\xe5\xa0\x79\xae\xc5\xbb\x59\x08\x5d\xfe\xf7\x2f\xfc\x48\xe4\xc7\xde\xdf\xf8\x4f\xe2\xa9\x03\x4a\x49\x81\x92\xb5\x15\xe3\x29\x38\xc9\x93\xb4\x99\x0c\x3d\xf1\xc5\xe0\x9e\xec\xdf\xa2\x3a\x8e\x8c\x79\xd9\x22\x0d\x06\xbc\x05\x2f\x85\x05\xe4\x13\x8b\xd3\x1f\x08\x09\x32\x94\x15\x88\xc4\x11\xed\x2a\xbe\x8b\xdf\x07\x87\x35\xf5\x68\x68\x41\x87\x3b\x61\xc6\x51\xa0\xa7\x03\xf9\x4e\x27\x60\x5e\x4a\x1d\x3b\x75\xa5\xcf\x7b\x95\x62\xfa\x6a\x28\xf6\x05\x25\xe3\xc5\x7e\x09\x9c\xe3\xcb\x0b\x96\x72\x55\x1e\xf4\x82\x75\x69\x0f\x7f\x63\x5b\x6a\x29\x8f\x00\x5d\xc1\xe7\x0a\x28\x6f\x7e\x94\x47\x95\x2a\xb7\xaf\xdb\x54\xf5\x7f\x9c\xcd\x26\xef\x6a\x13\xd8\x57\x94\x13\x1a\x3e\x92\xba\x1f\xb8\xb6\x98\xe1\xf9\xf1\xa9\x8f\x7d\xa8\x54\x00\x33\xc6\x2f\x56\x07\xe3\x9a\x2c\x54\xe7\x83\xa7\x4f\x75\x9b\x75\xc1\x4d\x43\x04\x88\x69\x67\x46\x89\x4d\x44\x89\x13\x72\x81\x02\x71\xfb\xe8\x7b\xc3\x35\xa2\xcb\x01\x57\x5f\x1b\xe6\xf5\xbe\x5b\xef\x3b\xdc\xec\x78\x68\x0f\x33\xee\xb8\xee\x65\xf7\x3e\x56\x33\x55\xa9\x7b\x01\x83\xf5\xe7\xe9\x36\x40\xc3\xad\xe9\xbb\x3f\xc2\x3f\x6a\x88\x3d\xae\x05\x79\x3d\xbc\x38\x18\xc8\xf0\x98\xf0\x65\xda\x19\xe7\x86\x5b\x9b\xe9\x22\x69\xe0\x7e\xcf\xca\x8b\x06\xa0\x67\x66\x87\xd4\x59\x50\xe7\x49\xb1\x04\xa9\xa7\xfe\xc5\x64\xc2\xd6\xe1\xf5\x3a\x18\x21\x6c\x9f\xa5\x8b\x03\xcf\xb4\xd7\x3c\x49\x41\xbe\xd8\xfb\xb4\x78\x08\x73\x5a\x89\x98\xcb\x86\x0b\xf4\xb8\xcf\x15\x03\xd7\x8a\xba\x66\x79\x00\xd5\x48\x91\x99\x8b\x30\xaa\xab\xc6\xcc\x27\x98\xae\x11\xdd\x6c\x2c\x74\x43\xe1\xee\x3c\x23\xc4\x93\x7d\x79\x9e\x0f\x2f\x44\xa2\x9f\x67\x21\xbe\x20\x92\xe7\x2f\x91\x2d\x08\x6d\x73\xff\x51\x34\x08\x56\xa5\x9c\x04\xf7\x03\x68\xcd\x0a\x41\x60\x6f\xa4\x79\x1b\xff\x70\xb7\x77\xbc\x1b\xfd\xfc\x00\xbe\xee\x0a\x97\x3d\x30\x5a\xf9\x83\xbc\xbc\xec\xbc\xda\x8f\xa0\x1f\x18\x5d\x5d\x03\xbc\x2b\x0b\x57\xee\xc3\xae\xc6\x47\x2e\x6e\x21\x10\x3e\x90\x45\x1c\xf2\xa6\x25\xd3\xa2\x03\x52\x5e\xa3\x6d\xa9\x1a\xa6\x2f\xe0\xb6\x10\x8b\xe7\x24\xdb\x2d\xa0\x88\xa2\x24\xcb\xf9\x63\x52\x2a\x71\x7c\xbe\x93\xec\x4f\xd4\x81\x1d\x37\xed\x3d\xc6\x21\x3e\x34\x51\xda\xcc\x91\xb0\x26\xa0\xe5\x18\x25\xdb\xf2\xaa\x49\x0a\x65\xd1\xa1\x50\xff\x02\x4d\x69\x40\x16\x35\xe3\x1f\xd4\x1a\x67\x27\xe0\xf3\x6a\xbc\x33\xf6\x09\x23\x35\x97\x62\xfd\x88\x9f\xab\xb6\x83\x9f\x13\x43\xab\x64\xbc\xa8\xd8\xe7\x55\x34\xab\x15\xb6\x8c\xaa\x1c\x29\x2d\xd8\x9d\x81\x0d\xc2\x11\x3a\x6a\xdc\x90\xc0\x85\x8b\x9f\x1a\xc6\x2f\x13\x70\xd3\x34\x3c\x1d\x80\x6b\x66\x9b\x7c\x05\x84\x35\x53\x87\xa2\x11\xcb\x8d\x7d\x6d\x42\xc8\x5b\x8d\x29\x2d\x30\x54\x40\x0b\xb9\x41\x18\xd9\xd5\xda\x59\x23\x82\x0e\xac\x73\xcc\x8b\xc0\x4b\x57\xaf\x66\x14\xe1\xcf\xab\xc9\xb1\x7d\xc4\xdd\xca\xbd\x60\x67\xe2\xb5\x0a\x26\xb7\x4b\x58\xc1\x8a\xab\xe6\x8b\x2c\x59\x65\xf3\x62\xfe\xe0\x0f\xd5\x1a\x58\x3a\xd4\xed\xb6\x87\xe8\x8b\xd8\xf3\x7e\x76\xb4\x0a\xfe\xe7\xe0\x2b\xd4\x08\xeb\x50\x4f\xd3\x8e\x02\xf4\x69\x53\xe0\x64\x0b\x40\x68\xf2\x18\x7a\x02\x6b\x6b\x34\xef\x60\x45\x1c\x35\x68\x34\xb9\xa2\xac\x1b\x6a\xaa\x15\xd1\x6f\xaa\x4e\x0b\xc6\xd1\x6f\xcb\xc6\x52\x99\x88\x39\x85\xab\x91\x76\x54\xad\x5c\x37\xef\x65\xb2\x61\xd6\x98\xf5\x32\x7c\x2c\xdb\x57\x65\x9b\xa5\x35\x8f\xc0\x67\x03\xa6\xe4\x2d\xc2\xc8\x28\x52\x99\x0f\xe4\x13\xae\xb7\x01\x0c\xb5\x25\xae\xb5\xad\xc2\xae\xb0\xbe\x6c\xb6\xde\xfd\xc9\x42\xee\x14\xdd\x3e\x84\x1a\x36\xaa\x4f\x8a\x42\x7d\x1a\x4e\x86\xc4\x80\xc1\x7a\x5a\xfb\x21\x56\xbe\xe2\x66\x85\x0b\xe1\x57\x31\x4b\x76\x27\xd5\x3b\xff\x5b\xc2\x4b\x4e\xa6\x6c\xee\xe0\xe7\x5c\xae\x19\x2c\xae\x2b\x9c\x40\xca\x1f\x53\x31\x72\x57\x8a\xbb\x2c\x02\xfb\x20\x29\x89\xba\x81\xdd\x4a\x2c\x64\x7e\x87\x57\xcc\xec\xa5\x57\x7b\xb4\x54\xe4\x73\x4f\xcc\x7c\xa5\x9e\x8b\x5e\x0a\x94\xde\x40\xb7\x37\xc3\x3a\xda\x18\xb8\x4b\xc7\x58\xdf\xa2\xb3\xa5\xc6\x6a\x5b\x6f\x37\x75\x1b\x00\x2a\x2a\x7b\x2e\x10\x6a\x8b\xb6\x2b\x35\x68\xfd\x39\x47\x59\x86\xdc\x63\xe9\xf5\xd1\x55\xfc\xe4\x64\x8c\xef\xbe\x00\x38\xbe\xcd\xae\x83\xbf\x3e\xe6\x9f\xf6\x06\xdf\x71\xcc\x15\x31\xa8\x60\x46\x4c\x0f\xa9\x4f\xf8\x34\xfa\x33\x8b\xbd\x3c\x6f\x5a\x02\xa3\xbf\x11\xb6\xd0\x88\xe9\x81\xc3\x7f\x35\x2d\x4c\x1a\xa0\x97\xa5\x7f\x0e\x50\xe0\xd9\x0a\xfb\x5d\x5b\x56\xfb\xea\xc9\xad\xa7\xf7\xa8\xd5\x89\xcb\xf3\xc8\xc6\x22\xd6\x5e\x01\xf6\x88\x4c\xf7\xf2\x7e\xbe\xe6\xe4\x84\x34\x88\xb0\x40\x3c\x63\x78\xb8\xd8\x72\x94\x9c\x47\x90\x78\x55\x78\x9c\xb9\x8a\xa4\x7a\xa8\x82\xb2\xb6\xac\x78\x68\xbb\x10\xb3\xb2\x71\xc4\x55\xf2\x43\x2d\x58\x84\x16\x28\xde\xe2\x6f\xd2\x19\x4b\xb8\xab\x73\x2e\x0f\xab\x7d\xa0\x55\x59\x3e\xa4\x0d\x3c\x99\x13\xf1\xd4\x13\x22\x90\xd7\x7a\xb0\xc7\x16\x57\x04\xec\xf1\x41\xae\x14\xe8\x2c\x73\x92\xeb\xd2\x35\x7b\x5e\x0a\xc4\xc5\x7b\x97\x5f\x13\x67\x88\xba\x95\xe2\x28\xbb\x13\xfa\x25\xb8\x5c\x99\x29\x28\xc3\xf9\x8f\xba\x78\x80\x96\xb1\x8c\xd6\xbe\xbf\x8b\xc2\x3b\x7d\xf3\x40\x6f\xa1\x01\x93\xb9\x90\x48\xca\x99\xf5\x72\xb8\x30\x1c\xe5\xf2\x35\x51\x04\x24\x1e\xb8\x9e\x53\x0a\x9e\x4c\x0a\x2d\x7b\x0d\xd8\x01\xef\x12\xa0\x27\xd3\x80\x73\xca\xfa\x89\x20\xb4\x3d\xc3\xf4\x58\x1c\x8f\x48\xf1\x5c\x11\xe1\xff\x15\xbd\xdf\x6d\x2c\xf9\x3d\x14\x28\x6b\x54\xd1\xf5\xff\x9d\x22\xaa\x3d\xe3\xb3\x17\xb4\x69\xf8\xdc\x2b\xc4\xa9\xd3\x6c\xc0\x73\xce\x70\xc4\xfa\x82\xd7\x8c\xa2\xbd\x3d\xbb\x6f\x8d\xf0\xa2\xb3\x4d\xc0\x21\xcd\xd2\x23\x36\xe4\x1f\x82\x2f\x10\x14\xf3\x0a\xf4\x25\xee\x72\x56\x17\x34\x24\xc7\xb7\xdc\x10\xf6\x08\xa1\x19\xc0\x7e\xb6\x8a\xba\x19\x72\xeb\xac\x00\x07\x8f\x3c\x39\xf3\xe2\x8b\x09\x7f\xb7\x9a\x28\xe3\x1a\x70\xb3\xdb\x54\xb3\xcc\x73\xa3\x4c\xd6\xd8\xc0\x4d\x34\xe5\x92\xb5\xac\x8b\x46\xb0\x8e\xe3\x0f\xa7\x2f\xce\x04\x57\x03\x67\x46\x23\x3a\x4f\x16\x57\x33\x25\x77\x9f\x26\x8f\xee\x87\x29\x01\xf6\x3e\x6d\x1c\x3a\xc1\x27\x01\x01\xc8\xdf\xd1\x8a\xe1\xdd\x10\x6a\xa6\x46\xaa\x29\x0c\x5d\x6a\x58\x40\x8f\x20\xe0\x4a\x1d\x48\x67\x2c\x44\x07\x57\x8b\x73\x7b\x6e\x77\x4f\xd1\xe7\x7b\x72\x10\x4f\xdf\xb5\x5f\x7a\x48\xe7\xf6\xee\xdf\x56\x2b\xf6\xd1\x65\x28\x17\x25\xdb\xba\x94\x19\x2f\x23\x1b\xff\x10\x0e\x7f\x82\xf5\x96\x33\x4f\x30\xd9\xda\xd5\x68\x3e\xac\xc9\x56\x54\x99\x3b\xf2\x8b\xc3\x2b\x51\x93\x58\xa2\x2b\x82\x33\x2f\x7e\xc3\x33\x0d\x73\x33\xdd\x29\x08\x06\x93\x2b\x4e\x8e\x11\x85\xdf\x6e\xf8\x9c\xc9\x8c\x84\x92\x37\x38\x64\x56\xf5\xb8\x91\xfa\x96\xcf\xdd\x64\x6c\xad\xdc\xde\x0a\x1a\x0d\x59\xed\x6f\x2c\x3b\x8e\x58\xb0\xf4\xf2\x7b\xff\x67\x56\x58\xae\x1e\x9c\x6e\xea\x99\xe6\x1e\x3e\x69\x52\x10\x7e\x23\xe6\x91\x31\xc9\xa5\x3e\x41\xc5\xc8\xd2\xb8\x27\xf9\x3f\xe3\x5f\xca\xf5\x69\x35\xe6\xb2\xa2\x3f\x33\x1f\x58\x6f\x70\x79\x66\xab\x3a\x08\x63\xfb\x8a\x08\x9e\x97\xe0\xc4\xba\x81\xa0\x19\xf8\x40\x7b\x7f\x1c\x3d\x7c\xfa\x7f\x2f\x8c\xca\x46\xab\x5f\x4b\xb7\x30\xd7\xe8\xfb\xf8\xda\xab\x56\x67\x70\xf7\x24\x0c\xa5\x8b\x1b\xd4\x8d\xc9\xd0\x1d\xa8\xe1\x4c\x98\xd4\xbd\x97\xd5\x9e\x8a\xd0\x3e\x8f\x94\xcd\x74\xd2\x94\x70\xcb\xcc\x19\xd2\xb8\x6b\x2a\x58\x00\xd6\x38\x54\xb5\x2f\xfa\xa2\x5d\x2c\x16\x53\x32\xaf\x1f\xc2\x5d\x5e\xe6\x63\x62\x8d\xe3\xa9\x95\xb0\x39\x85\x3d\x69\xe9\x72\x77\x03\x42\x7b\xd6\x03\x59\x61\x30\xca\x6f\x9a\xc7\x9a\x3d\x55\x9e\x16\xb3\x56\x1e\x14\x2b\xf6\xea\x87\x47\x3a\x4a\xee\xd6\x99\x41\xae\x87\x62\xd1\xcc\x60\x2e\x45\xf9\x55\x8b\x6c\x5e\x97\x0a\xba\xb0\xad\x98\x4e\xb1\x39\x16\x5b\xf6\x53\x4e\xd7\x53\xb7\x32\x51\x26\xc7\x42\xa5\x86\x51\xfa\x54\x3d\xb2\x6e\x4b\xba\xff\x51\x70\x23\x54\x5e\x8f\xd3\xb8\x39\x4b\xe9\x02\x0a\xd5\x31\xae\xa9\x00\x7a\x3a\xf0\xd1\x22\x89\xb5\x6c\x3c\xd2\xb5\x09\x7c\xf2\xbf\xaf\x17\x4c\x63\xef\x7c\xbb\x13\x5f\xc2\xa3\xf2\x2a\xa2\xa1\xf3\x41\xdd\x47\xf7\x66\xcc\xc3\xb9\x2d\x70\x83\xaf\xf8\xab\xfe\x8f\xf5\xa1\x12\xac\xd5\x2a\xcd\xc0\xc3\xbf\xc9\xa9\xad\x0a\x0f\x12\xfc\x5c\xda\xbd\x05\x9e\xd9\xd8\x75\xfa\xf2\xad\x68\xfb\xf6\x98\x70\x2f\x48\x9c\xf4\xb3\x71\x0a\xd3\xf6\x07\xbf\x70\x4f\x41\x7b\x27\xf7\x64\x18\x10\x49\xd3\x7d\x3a\x25\xc8\xbb\x33\x16\xd6\xfc\x08\xa1\xf0\xeb\xe4\xb4\x17\xb1\x29\x3b\xe4\xd2\x67\x8b\x65\xe6\x94\xed\xd3\x4b\xed\x8c\xb4\x2b\x27\x9e\x93\xff\xd8\x97\x9f\xaf\x4f\x3c\xe4\x10\x5d\xaa\x1a\x33\xe1\xe0\xe9\xdc\x19\x93\xa7\x51\xf2\x93\xc6\x24\x29\xc4\x08\xbe\x31\x55\xe2\x99\x33\x6d\x5c\x08\xd7\xa2\x7f\x34\xd9\x82\x78\x25\x95\x3a\x2b\x07\xd1\xe7\xd0\x9f\x3b\x24\x31\x12\xce\xe7\x56\x29\x43\x04\xfc\x5c\x8b\x54\x03\x66\x68\xde\x45\x47\x01\x3d\x91\x5e\x49\x7c\x7d\x5c\x54\xfe\x88\x94\x7f\x34\xde\xf4\x8d\xd4\x74\x58\x3d\xc2\x43\xc2\x3d\x95\x5b\xa8\xc3\x7d\x39\x7e\xb7\xab\x07\x43\x1e\x69\x6d\x7d\x04\x3e\x8d\x07\x6f\x91\xa0\x05\x35\x69\xab\x39\xf0\xae\xb8\xae\xa5\x4f\x48\x0d\xcf\x99\x25\x34\xf2\xd4\xcc\x7f\x29\x1c\x21\xa4\xfc\x60\xf9\x25\xbc\x91\x6b\x7e\xe1\x84\xb0\x42\x96\x58\x10\x27\x5f\x23\x5d\x9a\x7f\x49\x11\x23\x6a\xcf\xb7\x51\x6f\x12\x5e\x95\xcd\x12\xeb\x0f\x13\x1a\xfe\x23\x96\x1d\x38\x76\xc4\x12\xc5\x0f\xf2\xa7\x6a\x71\x81\x47\xdf\x76\xba\xd1\xc8\xe3\xb5\xcd\x38\xf4\xfa\x93\x4f\x9b\xc6\x68\xcf\x91\xb5\x4d\x25\xa4\x46\xad\xdd\xfa\x63\x14\x26\xa9\x6c\x15\x8c\xa6\xf8\xb9\xaf\xc0\xd0\x16\xd6\xf4\x2b\x14\xb4\x83\x96\xde\x2a\x05\x51\x29\x14\xb2\xd8\x4d\x50\xa5\x88\x2d\xde\x26\x01\xe4\x5b\x0b\x45\x64\x29\x92\xfc\x82\x06\x85\x91\x38\x03\xd3\x1d\x55\xd8\x78\x8e\x54\x69\x61\xee\xd0\x45\x46\xb6\x28\xb6\x03\xa8\xc3\x0e\xdf\x96\x49\xd4\x40\xf7\x6e\x33\x15\x7d\xb5\xfb\x65\x2d\x0d\xef\x5a\xff\x33\xb7\x03\xbf\x5b\xaf\x93\xd5\x45\xd2\x6c\x52\x4d\xba\x4a\x5a\xad\xd9\x0f\x11\x20\x66\xd6\xd0\x7b\xd5\xe2\x14\x6a\x24\x6c\x2e\x81\x5e\xd6\xd5\xc9\xdc\x41\x16\x4c\x87\x91\x83\x31\xe7\xd3\x3f\x89\x5e\x78\xa6\x19\x09\xc2\x03\x42\xe1\x8c\x37\xde\x1e\x26\x30\xd2\xba\x85\x82\x51\x46\x72\x37\x30\xf0\x93\x16\x8b\xce\x6c\x64\x4e\x4b\x5a\x3b\x37\x1a\xd2\x79\xa1\xe5\x1e\x4a\xba\xdb\xa1\xd1\x1e\x23\xd4\x05\xa9\x30\xc4\xd7\x35\x90\x73\x38\x49\x62\x8d\x37\x93\xa6\x48\x9b\xb5\x69\x21\xff\x88\x42\xd5\xcb\xee\x9d\xd8\x57\xd5\xf9\x96\xeb\x6c\x1d\xb5\x0c\x12\x10\xf8\x78\xff\x02\x41\x14\x0b\x1a\x43\xe0\x12\x08\x9e\x53\xcd\xb8\x52\xd2\x8d\x69\x6e\xec\x2f\xb6\x7f\x8f\x67\xf7\x0a\x21\xfa\xc3\x17\xb7\x07\x81\xa7\xc3\x66\xeb\xab\xf0\xfd\x96\x91\xee\xef\x48\x8f\xd6\xab\xed\xab\x68\x64\xc7\x69\xd3\x14\x36\xac\x35\xa6\x5a\x92\x08\x34\xbc\xc8\x6b\x25\xa5\xd6\x77\x24\xef\x92\x79\x6a\xde\x87\x1e\x12\xda\x2a\xb7\x5d\x56\x10\x59\x65\x4d\x3a\x96\xac\xbd\x65\x3f\xf9\xbf\xc2\xaf\xd7\x92\x50\xda\x38\xe6\xb6\xaf\x08\x1b\xe2\xcd\xbe\x3b\x88\x65\x39\x9f\x09\x32\xb4\x9f\xd5\xa8\xfd\xcd\x11\x23\x9b\x71\xaf\xc8\xde\x0c\x58\xa3\x3f\x6e\xeb\x1b\x4c\xa1\xd5\x78\x5c\x03\xfe\xab\xd5\xfb\x71\x2f\x32\xa0\xbd\xa5\x23\x94\xbc\xd1\x40\x57\x41\xe5\x7c\x59\x29\x9d\xd9\xc4\x73\xb5\xd4\x2b\xa6\x92\xe7\x6b\xd1\x23\x3f\x3e\x1e\xe3\xfc\x7c\x9b\x12\x0e\xfe\xdc\x35\x95\x65\xe2\xf7\xbc\x8b\x5c\xbe\x64\xc1\x5c\x2f\x70\x28\x55\xb7\x5c\x88\xf1\x4c\xea\xb0\x3a\x9c\x41\xdd\x9a\xae\xd9\x9a\x91\x01\xa2\xd9\x3c\x78\x38\x01\xfa\xdb\xd2\x7f\x30\xc6\xf2\xba\x73\x66\x9f\x97\x2d\xad\x7b\x73\x23\x05\x52\xde\xde\x35\x95\x47\xdc\xac\xdb\x68\xbb\xc9\x73\xb9\xcc\xb6\x68\x4d\xc0\xbb\x60\x31\xa5\xfc\x41\x55\x4e\x74\xd8\x63\x91\x6f\x99\xc1\xee\xa2\x22\xae\x69\xab\xc6\x0d\xc2\x6b\xa9\x83\x32\x32\xa2\x4b\xa9\xaf\x39\x24\x25\x56\xd3\xfa\xa0\x42\xca\xf8\x9c\x6a\x86\x1f\x56\x26\x55\x9b\x8c\xb3\xae\x2d\x8d\x24\x56\x66\x28\xb8\x32\xff\xe9\x1d\x40\xb4\xe6\xe3\x61\x14\xe4\x52\xe3\xf4\xc1\x37\xa6\x3f\xad\xeb\x7b\x69\xb8\x9c\x1a\xeb\x89\x48\x5e\x50\xb1\x7c\xd3\xa0\x70\x73\x8e\x47\x3e\x9d\xc4\x8d\x8c\xab\x09\x85\x72\x84\xe4\xee\xc0\x16\x05\x42\xa2\x89\x83\xba\x92\x66\xbc\xbe\x8e\x9a\xda\xb5\x78\x1b\x71\x9c\x76\x58\x22\x9c\x8b\xd1\x70\x2d\xc9\x0d\x79\xd1\xc6\x30\xbd\x80\x25\xd5\xb3\xa8\x34\x08\x74\x1a\x32\xd6\xa0\xcd\x76\x11\x16\x9f\xdf\x76\xfc\x05\x9e\x5d\x44\x78\xba\x0a\x33\x2e\xdf\x39\x96\x41\x5d\xa8\xba\xba\x9b\xc7\x39\x5e\x08\x1e\x0f\x10\xd3\xc9\x28\x68\x6c\x90\xbf\x98\x34\x91\xc7\xad\xf6\x30\x9e\x23\x66\x5d\x3b\x27\x86\xc9\x57\x49\xff\x67\xe4\x3f\x9b\x04\xe3\x37\x91\x24\xad\x2b\x16\xd2\x51\x53\x12\x21\x76\x92\xb1\x91\x3c\x6a\xce\xce\x09\x6a\x38\x09\xcf\xe8\x54\x3d\xd0\x4a\x48\x49\xbe\x13\x84\x25\xdd\xbb\xee\x0c\xfc\x1f\x4a\x2d\x99\xee\xe4\x0f\xda\x23\xdd\xf3\x64\x00\x67\x9c\xbd\x7b\x12\xcf\xa9\x90\xb3\xbe\x53\x2d\x36\x93\x32\x33\xa6\xa9\xb4\x1d\x7b\xd4\xe8\xa8\xf3\x24\x92\x92\x67\x6d\x12\x19\x46\x8a\x31\xb5\x3a\x0a\xfe\xe0\xc3\x6c\xff\x2e\xf8\x82\x55\x81\xcb\x9d\xe0\x03\xad\x2b\x1e\x17\xc3\xac\xa4\x94\xbd\x77\x23\x47\xf8\x28\x01\x3e\xb1\x0c\xf8\xa9\x90\xcd\x84\xd7\xe0\x88\xc4\xc2\xbc\x54\xe8\xb7\xdc\xd3\x4a\x0b\x58\x31\x66\x29\x48\xff\xf9\x1d\xc2\x85\xf0\xc0\xb3\x43\xda\x60\x6c\xe3\xd9\x2f\xf1\xc9\xf8\x94\x9d\x48\xb5\xad\x08\x9d\xd1\x01\x63\xd5\x20\xeb\x46\xb2\x4d\x9e\x7f\x79\x9e\xa8\x4b\x8e\xef\x64\xec\x1d\xef\x60\x9f\x60\x9f\x4e\xbf\x14\x1f\x1e\x6b\xe6\xa0\xeb\xbe\xef\xb5\x3e\x86\x7a\x04\xbc\x90\xfe\x13\x31\x19\xe2\x2a\x70\x23\x86\x2f\xc2\x9e\x38\x19\x7f\x37\x56\x05\x5a\x9c\x2b\x95\x39\x00\xfb\x5b\x09\x2d\xa9\x44\x1c\x10\xdb\x5d\xa9\xe7\xbe\xb4\x05\x0f\xd7\x73\x7d\xe1\x51\x7f\xb1\x73\x41\xed\xd0\x80\x67\x3b\xbb\x16\x3b\x3e\x3c\xa3\xfb\xae\x1a\x1e\xb9\x0d\x01\xbe\xcb\x6e\x8f\xf3\x96\x43\x20\xae\x93\xb1\x9f\x22\x6f\xb9\xd2\xfb\xf4\xc7\x2c\xb8\x84\x5a\x37\x24\x98\xba\xa6\x6a\x2b\x26\x2b\x7a\x34\xca\x58\xa7\xe1\x7c\xb4\x05\x2a\x32\x32\x03\x9a\xc9\x0f\xb3\xcb\xc2\x98\x61\x7d\x15\xae\x89\x66\x88\x4b\xcd\x35\x39\x83\xc8\x78\xf2\x14\x87\xfc\x6a\xb4\x10\xc2\x74\xfe\x4d\xb3\x06\xc6\xe1\xda\x1b\x2e\xc7\x2b\x4e\x7f\xf7\xc9\x3e\x47\x0e\x87\xe3\x1f\xc2\x3c\x1d\x6e\x34\x4d\xc6\xdd\xb3\x07\x17\xba\x26\xfe\xb1\xfd\x93\xf0\x3c\x2d\xd7\x46\xc6\xef\x5a\x56\x99\xf5\x84\x4d\x63\xde\x45\x9b\x43\x9d\x1b\x05\x3a\xf6\x3e\x32\xab\x45\x19\x4e\x8d\x02\x3b\x25\x43\xee\x59\x94\xb4\x72\x94\x9f\x28\xe2\x7b\xd3\x54\x58\x0b\xfc\xbc\x27\x3f\x89\x09\xc1\x4a\xde\xe3\x10\x5c\x4d\xa4\x72\xd2\x06\xd7\xea\x9c\x7f\xe9\xa7\x7e\x64\x08\x83\x99\xf7\x1c\x3d\x4b\x98\x36\xfb\x3a\x97\x99\x2e\x63\xee\xd2\x79\x33\x7b\xd7\x9c\xa7\x2c\xa0\x00\x66\x9a\x9f\x3c\x5d\xc2\x6f\xb4\x1e\x70\xb1\xdc\xdd\xb0\xdc\xf6\x67\x55\x92\x91\xbc\xee\xaf\x9a\x57\x26\xc9\xb2\x2d\xf5\x57\xcc\x05\x04\xea\x1a\x2a\xad\x96\xc9\x67\x8d\x4f\x1d\xf6\xe1\x15\xdd\x32\x5e\x39\x80\xe8\xf0\xed\xb0\x11\xc8\x17\xea\x2d\x5a\xe0\x9a\x0f\xd5\x82\x96\xbf\xd6\x1b\x4d\x27\xef\xf3\x1f\xbe\x98\x53\xfd\xe6\x3b\xaf\xb2\x0e\x9d\x1b\xeb\xaf\x2a\x59\xf5\xa4\x06\x28\x55\x02\x7a\x1e\xb5\x02\x75\x1a\xda\x9a\xe9\x79\x8d\xef\x35\x18\x83\x7c\x5a\xdc\xd5\x0c\x1d\xe6\xdb\x5e\xab\x76\xe9\x8f\x77\xce\xab\x36\xc8\xf9\xf6\x50\x34\xf8\xf9\xe7\x7b\x4f\xb5\x4c\x08\x13\x8f\x43\x8c\xa8\xd0\xf3\x71\x5d\x7b\x53\xc8\xda\x14\xc2\x9b\x03\x92\x48\x19\x65\x17\x5b\x59\x0b\xf3\xe6\xfd\xf4\xb6\x30\x0f\xc1\x47\xfb\x78\xb9\xdd\x55\xbc\xed\x8d\x57\x5f\xa0\xfc\xfd\xe3\xe6\xde\x38\x45\xa7\x99\x9a\x6e\x57\x25\x68\x9b\xe9\x63\x3d\xd9\x6f\xb9\x76\xfd\x39\x52\x4c\x61\xb3\x83\xeb\xe2\xbc\x2e\xc3\x23\xda\xa2\xc9\xc6\x98\xb1\x04\xe1\x47\xf2\x93\x53\x80\x90\x38\xaf\xce\x8c\x90\x08\x0b\x5a\x64\xd6\x40\x45\x16\xf5\x74\x0e\x67\x84\x40\x99\xcd\x19\xd9\x33\x21\x88\x31\xee\x54\xeb\x97\xaa\x59\x04\xda\xdd\xe7\x3f\x6a\x48\xec\xcb\xcf\xaf\xb6\x87\xf0\x44\x9d\x1e\xac\x62\x85\xde\x7e\xc4\x2e\x33\x3e\xc0\xec\xdc\x5d\x10\x14\xfa\x3d\x24\xb7\x60\x2b\x60\x54\xa1\xb5\xb0\xc0\xab\x91\x10\xb2\xf8\x80\x73\xdb\xeb\xe7\x52\x0f\xed\xa2\xb9\xe1\xaa\x1d\x81\xa0\x44\xde\xb8\x80\x7e\xc5\xb7\xb0\xd8\x49\xfa\x40\xfa\xb0\x90\xc8\xce\x4e\x84\x2c\xe4\x29\x14\x63\x5b\x16\x4c\xf4\x3d\x30\xc9\x39\xe5\xe4\xe8\x93\xde\xca\x10\x8a\xd6\xf1\x44\xdb\x36\xe5\xf9\xb1\xd8\xe4\x0e\x35\xe9\x19\xfe\x09\x37\x45\xeb\xfc\xc6\x56\x3f\x4d\x7f\x57\x78\x3b\x81\xb2\x34\xf1\x6c\xbb\x8a\x84\xab\x6b\xdc\x72\x21\x78\xa4\x14\x3c\xa1\xe2\xfb\xfc\xe4\xd7\x3a\x71\x1f\xac\x90\x6b\xb9\x58\x4d\x55\xc8\xfa\x0e\x5a\x9d\xf7\xdd\x52\x02\xc9\x9a\xe2\xb5\xe8\x44\xc1\x92\xb6\x17\x56\xa8\x70\xe2\xcf\x45\x59\x59\x1b\x5c\x73\x85\x29\xe9\xd9\xd1\xf7\x96\x13\xf2\x9d\x23\x4c\xaf\x03\x59\xe2\xe9\xbd\xb9\x8f\x44\x89\x53\xa7\x8d\x43\x32\xef\xbe\xf5\xd6\x2b\xe2\xda\x66\xc6\x56\x3b\x91\x6d\x2c\x7d\x6b\x0d\x8f\xae\x5f\xdd\xb4\xc5\x05\xa4\xf2\xac\x67\xe1\x6a\x03\x12\xd7\x74\x70\xa1\x36\x5f\xd6\x42\x70\x77\x75\x2e\xaf\x37\xa3\x3e\x08\xc7\x2f\x9d\x12\x5d\xa8\xa0\xc5\x4f\xa4\x5f\xe4\xd6\x45\x7d\xf2\x4f\xd2\xea\xc2\x47\x4a\x23\x49\x08\x5a\x32\xe1\xb2\x23\x87\x6c\x6c\xbb\xd0\xa5\x82\x7c\xd9\x16\xd0\xa9\x87\x36\xef\x81\xb5\xab\xa3\xd9\xfa\x9c\xda\xbc\xd0\x45\x7d\xf3\x0d\xc1\x78\x6a\xd7\xb5\xb2\x09\x02\xad\x89\x2b\x47\x82\xa4\xde\x32\x90\xf4\x91\x0c\xb4\x69\xc5\x32\x11\x2b\x6a\x3f\x78\x73\xe0\x5a\xea\xf4\x6c\xb9\x71\xd7\xe6\xef\x18\x68\xa0\x6c\x66\x5f\x50\x88\xd8\xe4\xd9\x27\xc4\xdf\xf8\x92\xd9\x69\x42\x3d\x91\x61\x76\x10\x3f\x0d\x9b\x1e\x1b\xdb\xe1\x82\x26\x4e\xa8\xee\xdc\x40\x34\xb6\xb5\xf6\x98\x21\x0f\xda\xeb\xba\xda\xe0\x0f\x06\x18\xbb\x36\x51\xfb\x03\xbc\x6d\xf9\x58\x50\x9f\x5e\xcd\x22\xbe\xac\x9d\xbe\x30\x8d\xa4\xd8\xaa\x99\x2a\x49\xc6\xb4\x2d\xc7\xaa\x10\x0d\xea\x0d\x3c\x1f\xe1\x7c\x1a\xcc\x6d\x06\x81\xa4\xe9\x9b\xaa\x56\xa8\xf3\xe9\x0e\x52\x1d\xee\x60\x46\x84\x60\x40\x44\xce\xc4\xe0\xf1\xa4\xec\x99\x2e\x9c\x3d\x84\x3c\x50\x7c\x48\x0f\xad\x1a\x7b\xbb\xa7\x08\xb5\x9d\xb8\xb9\x9d\x0b\x31\x9e\xeb\xd9\xd4\x44\xa5\x76\x35\xf4\x14\xc1\x2d\x86\x53\x7a\xb5\x51\xb2\xa3\xdc\x5d\x4e\x38\xf0\x00\x53\x0d\x89\x78\xef\xf1\x50\xbe\x30\x09\xda\x5d\x15\xbf\x89\xff\xaf\xa3\xcc\xd7\x05\xf1\xae\x2d\xc0\xe8\x01\x5b\x69\xdb\xbc\xf0\x24\x2a\xb0\xaf\x01\x1b\x42\xb0\x1b\x39\x43\x7f\x20\xc7\x4e\xa5\x62\x76\x15\x16\xa7\x4e\x81\x38\xb6\xe3\xee\xbd\xe3\xef\x60\x83\xfe\xa5\xc3\x41\x28\xf3\x88\xe7\xde\x3a\x94\x79\x5c\x7b\xab\x01\x4c\x3f\xfd\x63\xed\x23\xd4\x79\xbc\x67\x62\x80\xb0\xd4\xf7\xab\x6d\x97\x33\xbd\xbd\xa9\xb4\x9a\xe7\xb8\x39\x36\xdd\x8f\xbf\xa8\xc1\x2f\xe2\x2d\xff\xa5\xda\x68\x57\x1d\xee\xb4\xaa\x57\xda\x27\xd4\x5b\x35\xb9\x7c\xb7\xa8\xbb\x35\x55\xe0\x7c\x71\x91\xfe\x0d\x70\xa5\x9a\xea\x48\x07\xe8\xb1\xfb\xcf\x49\x80\x4d\x02\x80\xb5\x09\x1f\x97\x40\xc5\xda\xbf\x1f\x7b\x81\x59\xfb\x48\x4f\xff\x40\x72\x86\xc4\xf7\xbb\xc1\xd0\x51\xf8\xc6\x31\x31\xb5\x67\x67\x58\x82\x77\xa6\xf9\x76\x7d\xa6\x70\x49\x4d\x53\x3e\xfc\x51\x4b\x79\x6d\xfc\x99\xe4\x7f\xa5\x62\x01\xf3\x52\xb4\xa2\x42\x1b\x2e\x49\x9e\x42\xa8\x72\xb6\xf4\x76\x61\x32\xaf\xa0\x82\x62\x31\x27\xe2\x9f\xba\x79\x99\xc9\xdd\x72\xdb\x9b\x0d\x2e\x8c\x50\xcf\xc6\x56\x17\x96\x1d\xf8\xe5\x1a\xd8\xf1\x57\x04\xa6\x11\x75\x72\x0d\xce\xd0\x6e\x7f\x5a\x08\x21\xf7\x7d\x7c\xfe\x97\x58\xd0\xc1\xb9\x6a\xce\xff\xa2\x5e\xa7\xaf\x49\xa2\xba\x2c\xa0\x42\x4e\xbe\xa2\xf0\x5b\xe6\x27\xb5\xa4\xbc\xab\x51\x8d\x9a\x37\xb2\x7f\x7b\x0e\x68\x1f\x66\x49\x99\xf6\xe9\x0f\x64\x09\x2b\x48\x98\xec\x64\xe7\x0b\xa0\x2d\xd3\x72\xdb\x09\x22\xf6\xdb\xf9\x38\x96\x0c\xff\xe0\x1a\x6e\xf0\x85\x24\x50\xef\x31\x8b\x04\x7a\xa5\xa0\xff\x58\x00\xa3\x51\xb2\x7c\x3c\x87\x6d\xa8\xfa\x72\x32\x49\xac\x6e\x8e\x3d\xcb\x16\x0c\xa8\x9a\x59\x32\x96\xb1\x2f\x72\xeb\x05\xd4\x56\x73\x04\xcb\xf7\xf4\xa6\x32\x76\xd3\x8c\x4c\xb4\x53\xb7\xc3\x0a\x2d\x2f\x25\xef\xba\xae\xd8\x72\x26\x7b\x1a\xcd\x3a\xf2\xa6\xc4\x28\xf2\xb9\x2d\xa5\xcd\x08\xed\x7b\xa7\x66\x46\x51\x7a\xfc\x62\x72\xd2\xa0\xd4\xb8\xf4\xb2\x52\xc0\x24\x9b\xae\x45\x1f\xf4\x1b\xfb\x3c\xf5\xf8\x14\x45\x88\xce\xb4\x38\xa9\xa2\xb4\xe6\xbd\x3a\x35\x11\x6a\x2c\x75\x39\x4d\x93\xbf\x9a\x9b\xb5\x20\xa4\xdd\x90\x46\xdf\x3d\x6a\xea\x9b\x64\x59\xc1\x6d\x5b\x10\x5f\x9a\x86\x70\x61\x8c\x0d\x0e\x4d\xf3\x54\x8e\x09\x77\x3e\xf1\x15\x8e\x95\x36\x9a\x0e\x58\x8e\x37\x53\x6a\x0b\x91\x49\x7a\xf4\xf0\x7e\x04\x35\x55\x82\xb6\x16\x1d\x92\xa9\x0a\xff\x9d\x36\x56\x62\x02\xc4\x94\x9c\x34\xfc\x04\x76\x08\x05\x21\x47\xcf\x29\x94\xcc\xa8\x8e\xe7\x57\x78\xad\x13\x9b\x9e\xfd\x56\xca\x4f\xef\x3f\x49\x32\xf0\x4d\x0c\x5a\xb8\x6d\xc3\x13\xed\xda\x9d\xe3\x46\x1f\xd1\x54\xd1\xe9\x47\x1f\x2e\x97\xf6\x23\x94\x29\x0c\x1c\xa6\x1a\xc1\x1e\xda\xe4\x22\x10\xed\x15\x36\x62\x1c\x13\x57\x1e\x79\x47\xe5\x5a\x62\x45\x4c\xac\x98\x44\xca\x62\x42\x32\xa7\x52\x7a\x64\xca\x20\x5a\xa6\x50\x2d\x77\x12\xee\x58\x37\x50\x8d\x46\xde\xa1\x4a\xba\x1f\x9c\x2b\x73\xbd\xf1\x6c\x7a\xbe\x26\x37\x13\xf4\xf1\xc5\x45\x33\xb9\x48\xbe\x53\x69\x67\xe9\xd0\xf8\x85\x8f\xfe\x2a\x81\xf0\xae\xe1\x08\x54\x00\xa5\xd2\x31\x8e\xdb\x3f\x34\x43\x2c\x99\xce\x2f\x27\x2c\x22\xed\xc0\xf7\xb9\xcb\xeb\x2c\xb8\x5f\xa1\xf1\x79\xae\x40\xc0\x89\x8a\x7e\x7e\x5e\xc8\x43\xb1\xc7\x85\xab\x11\xd3\x5c\x87\x25\x22\xb1\x10\xcc\xdf\x5a\x74\x6a\x2d\x82\xd4\x1a\x9f\xff\x01\xa5\xc7\x8d\x30\x79\xf1\x52\x42\x7a\xc6\x66\xf8\x4d\xa3\xe1\x57\x97\xf1\x57\x85\x3e\xe1\xde\x27\xcf\x75\xc3\xef\x78\x3d\x5b\x3e\x4c\x38\xf5\x2c\xea\x7b\x90\x11\xee\xb1\x55\x93\x9e\x13\xec\xf1\x30\x5b\xa7\xf0\x82\x9b\x7a\xf8\x5a\xc9\x8c\xab\xa2\xeb\x49\x79\x93\x6b\xaa\xc9\x68\xe5\x5f\xf7\x1a\x95\x6f\x35\x8c\x5e\x99\x62\x07\x75\x72\xfe\xaa\xdc\x84\xfa\x2f\x21\x0e\xb8\xfb\x6d\x3a\x51\x58\x78\xd1\xe3\xef\xa9\x01\x08\xa7\xff\x6b\x89\x81\xa6\x54\x9d\xd0\x0f\xab\xde\x13\xa6\x4f\xdf\xd7\x24\xba\x39\x1c\xbc\x0a\xca\x2e\x71\x64\xde\x40\x14\x1d\x38\x96\x8c\xc8\x94\x7d\x73\x4c\x69\xfc\x5d\x75\x64\xff\x31\x4f\xa3\xee\x97\xcd\xdf\xc8\xfa\xc6\x37\xd6\x46\xee\xc6\x2d\xba\xd6\x36\x66\x99\x6d\x3e\xb6\x57\xd5\x2e\x76\x54\xd8\xdb\x88\x29\x76\xee\x39\xe7\x72\x5d\xee\xda\xf4\xc8\xc6\xb8\xf4\xe7\xf8\xdf\x82\x2a\x8d\xa7\x44\x39\x41\xe6\xa8\xac\xb4\xe8\xb5\x08\xdf\x6c\x79\xd8\xd7\x7f\x09\xc2\x6a\xf5\x9f\xd1\x65\x26\x06\xbf\xde\x30\x34\x08\x59\x70\xef\xfd\x69\x59\xb4\x28\x9e\xb9\xd2\x46\x67\xd1\xdb\x31\xdc\xe9\x6f\x5a\x56\x44\xed\xf9\x63\xf8\x29\x86\xf5\xf1\x37\x03\x0b\xcf\xb8\xfe\x17\xfa\x7e\x16\x37\x86\xdc\xf4\xce\xd5\x80\x91\x14\x03\xd4\xc3\xca\xd1\x17\x46\xca\xd4\xd4\xb1\x24\x4b\x7d\xc4\xf8\xd4\xa9\x8b\x3a\x8c\x7d\x46\xc0\xdf\x0e\xe0\xfd\xbf\x62\x99\x90\xa4\xc9\xc7\xfa\x39\xa8\xf4\x8b\x28\xf5\xc3\xa7\x56\x7d\x85\xb1\x37\x2f\xa7\x82\x35\xcb\x5f\x7f\x18\x5d\xd5\x01\xaf\xeb\x8f\xee\xeb\xf8\x0d\xa4\x8e\xff\xd5\xb0\xab\x30\x9a\x1c\x53\x89\x4c\x98\x9e\xb6\x55\x0c\xf5\x0d\x99\xe5\x91\xab\xb5\x56\x9c\x1f\x92\xae\x56\x7f\xb8\x94\x28\xd9\x25\x3c\xbe\x32\x27\xc3\x44\x34\x58\x14\xd4\xa6\xc3\x5a\xcd\xff\xb3\xe8\x42\x0d\xcc\x07\x3b\xdf\x41\x46\x27\x91\xd8\x25\x5f\xb9\xe7\xbb\x73\x02\xe7\x35\x75\xcd\x5c\x87\x2f\x1e\x8e\xea\x0a\xb1\xbf\xa3\x5b\xe7\x11\x87\xbe\xe7\xdf\xb4\x96\x19\x3a\x1e\x5c\x8f\x95\x29\x9b\xea\xd8\x10\x94\x78\xda\x98\xba\xd1\x29\x76\x3b\x23\x79\x63\x43\x58\x32\xe8\xed\x96\xb8\xc0\xb1\x7d\xdf\xee\x32\x37\xa3\xc6\xdb\x9d\x1b\xb4\x5d\xa1\x9a\x95\x40\xf6\x64\xca\xcf\x65\xd3\x47\x9b\x84\xb1\x25\x0f\xcd\x76\x5c\xde\xe2\x2b\x93\x2a\xac\x44\x01\x3f\xb5\xe4\xd9\xdf\xea\x01\x1a\xd3\xe9\x58\x67\x3e\x3b\xfb\xe9\xc2\xb4\x1a\x57\xd9\x99\xde\x13\x34\x37\xeb\x09\x74\x3b\x82\x47\x62\x57\x6b\xe7\x33\xd7\xdf\xa9\xed\x5d\x59\x8e\xb1\x46\xf9\x9d\x8f\xec\x57\xd2\xa7\xb6\x46\xa8\x57\x03\x53\x36\x9e\x91\x43\x6d\xbe\x6f\xd8\x90\x2e\x6a\xdc\xd9\x6c\xc6\x2f\x3f\xa8\x5f\xe1\x24\xff\xa5\x56\x2f\x65\x51\xa5\xc8\x4d\x8b\x9d\xd4\x7f\xa4\xb2\xa5\x7a\xf5\x4d\xfc\x85\xca\x6f\x14\xd8\xb1\x65\x5b\x3b\x25\xfe\xe9\xce\x34\x84\x7a\xe5\x74\x79\xc5\x9f\xfc\xfb\xf9\xf3\xcd\x2c\xda\xaf\x7d\xfc\xf6\x19\x8d\x63\xab\x7f\xbb\x9c\x8a\x1c\x6f\xdc\x3e\x25\xeb\x36\xa4\x6f\x5b\x90\xc4\xd2\xc9\x1b\x35\xc4\xe6\x20\xe9\x27\xc2\x44\x5e\xbb\x84\x27\xc6\x84\x46\xdd\x80\x8d\x38\xec\xec\xc3\x92\x95\xbb\xa4\x14\xea\xc7\xa5\x1d\xf2\x0e\x45\x6b\x89\x99\xd2\x4c\xd6\x5d\x4c\xa1\x4a\x92\x1a\xa0\x2a\xd3\x9f\xf7\x56\xa1\xef\x97\x8c\x77\xa5\x51\x74\x1d\x3b\xdd\x7f\xe1\xb6\x43\x57\x7b\xb6\xd1\x1e\x43\xd7\x3a\xfb\x30\xbc\x43\x75\xcd\xd3\x78\xd1\xc7\x96\x55\x95\x04\xf5\xee\xc4\xe2\xbf\x24\xfb\xb6\x1f\xc9\xdd\x64\x4a\xfb\x72\x1c\x40\x8b\x9c\xe7\x89\x2a\xa1\x0e\xcc\xdb\x79\x8f\x10\x12\x16\xb4\x0c\xeb\xd1\x7c\x0b\xca\x94\x27\x38\x9e\xf9\x36\x52\x18\x81\x34\xaf\x40\x64\x23\xc6\xcf\x5f\x21\x60\xe1\x3a\x13\xdb\x7b\x12\x50\x9f\x99\x47\xfb\x77\xa0\xef\x97\xc2\x77\x25\xc1\x06\x5b\x5b\x3b\x7f\xe1\xa9\xa3\xe6\x7d\xbc\x68\x8f\xb1\x7b\xdd\x0b\xd8\x1f\xc3\xe9\x8d\xbc\xf8\x8f\x03\xea\x55\xed\x24\xe7\x1e\xcd\xac\x5b\x64\xd1\xce\xa0\x78\x1a\xcd\x6b\x1e\x1b\x79\x42\x2e\x9f\x7f\xec\x74\x13\x27\x37\xef\xa3\x55\x8f\xb9\x3b\x7f\x97\x9c\x8f\xef\x9e\x2b\x21\xde\x20\x2e\xcd\x99\xe0\x9b\xc8\xf8\x39\x7e\xdc\x36\x34\x7a\x04\xf4\x14\x04\xf7\x9a\xc4\xed\xd3\x03\xdd\x33\x16\x7b\x8f\xa1\xef\x97\xa6\x77\xc5\x20\x22\x5b\x02\xdb\x50\x04\x62\xc6\x61\xc4\x1d\x3a\xbb\x96\x39\xc9\x83\xb2\x58\x0c\xe8\x32\xc6\x67\xce\xe5\x56\xe7\x10\xbd\xa6\xaf\x65\x01\xf8\xe9\x09\xb3\x90\x39\xa4\xd2\xd8\x63\x73\x27\x50\xf7\xc4\xdd\x87\x0b\xb8\xfb\x33\x18\xc2\x22\x29\x68\xa6\x03\xe7\x23\x16\x32\xeb\x84\xf8\xa9\x64\x39\xfb\x12\xf1\x18\x7c\xd4\xe7\xf8\x4c\x13\xca\x34\xd4\x78\x7c\x0a\xac\x4e\xea\x1c\xe5\xc3\xa0\xb3\x86\xfb\x43\x10\xf6\xd5\xd3\x3d\x57\xd6\xad\xcd\x3b\x9b\x3d\x38\xa6\xf9\xa3\xd1\x22\xf6\xd9\x09\x42\xcb\x00\xaf\xf4\xb0\x5f\x89\xb4\x80\xcb\x00\x22\x19\x2f\xc0\xf8\xd8\xc9\xb7\x85\x47\xad\x07\x66\x44\xe0\x34\xef\x95\x12\xd2\xe0\xda\xef\x6d\x03\x4a\x65\xef\x8d\xdf\x80\xc6\x6a\xf3\x4c\x26\x81\xdf\x7a\x7a\x4f\xe7\x83\x96\xe0\xe2\x1d\x96\xa7\x1f\xa0\x7f\x7a\xde\x3d\xbf\x0a\x44\x0c\x23\xce\xf0\xb0\xd3\x49\x8b\x53\x33\x60\x67\xc9\xf0\x94\x46\xb2\x9b\xda\x5f\x62\xe2\x9b\x19\x7c\xda\xfb\x55\xac\xb0\x2b\xb0\xea\xb7\xcc\xd5\xb6\x87\xd9\xbe\x8a\xc7\x4d\xa8\xe8\x24\xa5\xb2\x86\x87\xae\x93\x4a\x16\xf5\x9a\xda\xaf\x94\x7f\x36\x80\x85\xf4\x34\x8d\x9b\x0e\xf0\x09\x26\xfe\xad\xbf\x58\x66\x1d\x36\xdb\x8b\x99\x58\x43\x93\x27\x2c\x98\xc3\x31\x88\x5a\xf5\x63\x7f\xf4\x76\xcb\xcd\x53\x0b\x4c\x45\x67\xfb\x19\x14\xdb\x3b\x38\x74\x4e\xa5\xbd\x1f\x4e\x3f\x14\x13\x2e\xef\xe1\x9f\x1e\x93\x27\x36\x1d\x34\x2f\xaa\x3f\xac\xad\x2d\xa9\xd1\x6b\xab\x8c\x4d\x31\x36\xb2\x2e\x27\x04\xab\x99\x5a\x94\x1e\xd9\x2b\x59\x22\x4b\x3f\x6a\x1e\xda\xf5\x95\x93\xc4\xb8\x5d\x7d\x2a\x0e\x39\xb6\xbc\xcd\xaa\xa3\xe1\x9f\x83\x1c\x5a\x70\x2c\xed\x69\x3a\x43\xed\xcc\x33\xb8\x17\x85\x75\xc7\xc3\x04\xa6\x72\xcd\x93\x22\xd2\x4e\xed\xe3\xd3\x37\xdc\x02\x2d\xfe\xcf\x52\xc5\xbf\x37\x07\x6c\xf6\xab\x84\xd7\x04\x8f\xf1\xeb\x0b\x96\x95\x36\xb9\x9b\xa7\x16\x7d\x2d\x08\xb0\x2d\x2e\xb8\x97\x10\xee\x94\x97\x87\xf7\x37\x75\x3b\xca\x1d\xb6\xfe\xe1\xf5\x24\xcf\x59\x73\xd4\xff\xa0\xc0\x5c\x62\x3d\xa4\xba\x98\x8f\x47\x3e\xf2\x47\x69\x0e\xa6\x33\x31\xb7\x2e\x11\x1c\x94\xdb\xd8\x75\x00\x46\x10\xce\x32\x6e\x9d\x2a\x50\xee\xe5\x30\x9f\xe2\x39\xb1\x85\x6d\xcf\xee\x4a\xd0\xca\xbf\x9c\x0e\x6a\xde\x2d\xc5\xaf\xa7\x98\x72\xe6\x69\x8d\xc8\xd8\x75\x65\x37\x35\xb5\xb9\xfd\xc9\xb4\x2e\x40\xf8\x8e\xa6\x77\xc4\x7b\x07\xad\xa5\x75\xfa\x3a\x86\x2d\xa4\x33\x59\x4f\x47\x89\x66\x64\x6a\xcd\xc6\xba\x65\x5f\x95\x7e\x90\xf0\x35\xf7\x0b\x9f\x54\x8a\x44\x21\x1d\x5e\x3c\xcb\xad\x62\x0d\xc6\x50\xc1\xd9\xfc\x18\x66\x4c\x1e\x0a\x3f\x7b\xce\xc1\x41\x8a\x1d\x7e\x0e\x11\x43\xa4\xb8\x3f\x8b\xd4\x9e\xcb\x92\x39\xa9\xb0\x5a\xcb\xbc\xfa\x84\xc9\x35\x2b\xc5\x6a\x44\xcd\xbf\x2c\xe9\x56\xd3\x8b\xf0\x85\x84\x1f\x85\xa2\xf1\x17\x13\x6e\x27\x88\x25\x89\xc4\x17\xfa\x76\xa7\x72\x25\xe0\x6d\x84\x33\x78\x12\x5b\xb4\xd3\xb2\x32\x52\xe6\x64\x9e\xe5\xfc\xc8\x88\x14\xc0\xe4\x0f\x67\xdb\x13\x25\x4a\x33\x8a\xe0\x08\xc1\xa6\x9d\xfa\x8f\xc8\x51\x0e\x11\x4f\xc4\xb9\x89\xc0\xa1\x3f\xfa\xc5\x4f\xcd\xe9\xd0\x85\xb3\x3e\x3b\x99\x98\x3f\xa7\x0b\xbe\x7f\x63\xeb\x37\x02\x23\xc6\xa3\xfa\x47\xc9\x89\x87\x51\x40\xcb\xa3\x0c\xb1\x48\x85\xa2\x8d\x5c\xe3\x08\x97\x84\xf1\x42\xba\xf0\x14\x3f\x9b\xe2\xba\xf0\x41\x9b\x57\x65\xec\x91\x16\x3a\xed\x15\x01\x31\xc1\xb2\xca\x55\x86\xf1\xc7\x02\x11\x35\x92\xc9\xfe\xa4\xb0\xc6\xc2\x4c\x45\x24\xbe\x8b\x56\x6c\x86\x18\xe6\x0b\xb4\x88\x79\xa5\xa1\x91\xeb\xa4\xf1\x6a\xd5\x6e\xc8\xa3\xef\xfc\x20\x24\x23\x60\xf9\xb9\x4b\x52\x71\xc8\x8d\xed\xc7\xd9\x45\xc1\xd2\x93\xc6\xc5\x2c\x41\x6b\x1d\x77\xcb\xb1\x41\x45\x65\xb3\xd5\xc9\x01\xa4\xa4\x8b\xf5\x14\xff\xcb\xfe\xc8\x46\x79\xbf\x73\xdb\x8f\xcd\x96\x01\xb2\xba\x29\xad\x17\x83\x62\x65\x15\xdb\xb6\x43\x67\x05\x78\xda\xdf\x44\x4a\x12\x5f\xf7\xc8\xc7\xed\xc3\xa7\x87\x1c\xd2\x3e\xc3\xea\xa9\xb7\x69\x65\x6b\x31\x0e\x27\xc6\x13\xef\xc7\x83\x55\xac\x9a\xdf\x13\x33\xc6\xdd\x18\x5f\xa7\x95\xaf\x7a\x2b\x1e\x15\xd5\xbc\xf7\x26\x2f\x5c\x6e\x7a\xe4\x9d\xd8\xeb\xd0\x5a\xee\x25\x5c\xf1\xb7\x33\xda\xed\x63\xb2\x71\x0f\xaf\x6b\x74\x40\x6b\x6f\xad\x4b\xbf\xbd\x4c\x5f\xa0\xeb\xa8\x9e\xd7\x00\xd9\xbd\x47\x96\x71\xb0\xc1\x2b\x8b\x1f\x39\xe4\xe8\x7b\x82\x27\x8d\x36\x07\x85\x80\x0b\x27\x03\x63\x28\x10\x2b\x2a\x86\x96\xb2\x96\x12\x5e\xad\x1e\xfc\xdf\xe5\xd4\x6a\xdd\xec\x0f\xb9\x55\x6d\xe6\x93\x2f\x83\xbb\xf3\x9c\xa2\x5f\xf0\xf5\xe9\x38\x55\xaf\xb7\x0d\x84\x38\xf5\x0f\xdb\x0d\x6b\x3a\x90\x6a\x1d\xc6\x2e\xd8\x68\xa4\xb5\x8c\x6b\x5a\xa9\x04\x5f\x9a\xd0\xb1\x54\x74\xa8\x9b\x5c\xb7\xc8\xd7\xbb\x36\x9d\x67\xa9\x2d\xd5\x3d\x6b\x6a\x3d\xc3\xf5\x6c\xae\xc3\x9e\x0e\x85\x98\xab\xf2\xd8\x81\xcf\xce\xe9\x06\x57\xc2\xd6\x22\x9a\xf9\xdc\xbe\x62\x32\x98\x84\x25\xbe\x0c\xd6\xd4\xc9\x1e\xbe\x0d\xec\xac\x50\xcf\x79\x73\x77\xe2\x3f\x23\xf2\xcb\xc7\xb3\x93\x96\xda\x07\xd4\x05\x8c\x19\x64\x86\xb6\xa4\x6b\x14\xd7\xb2\xb4\x3c\xa0\xf7\x29\x97\xb8\x92\xaf\x7d\x18\xfe\x76\xb5\x4c\x93\xec\xfc\xdf\xda\x3d\xf5\xdf\x7a\x7f\xd6\x9f\x6b\x60\x24\x19\x36\xaf\x6a\xf2\xb1\x7f\x5c\xb1\x31\xc4\xe2\xb7\x16\xff\xd8\xce\x63\xf4\x17\x41\xee\x3e\xa8\xb1\x84\xdf\xdc\xe7\x2f\x27\xca\xd3\xb8\xe3\x5f\x92\x5b\x39\xf8\x92\xde\x30\x4c\xd9\x88\xf9\xbf\xe7\x5b\x31\x50\x30\x7b\x1d\xb7\x7d\x41\x45\xfc\x48\x65\x7f\x52\xfd\xcb\x2a\xf6\xf0\x89\x0a\x5d\x8f\xe6\x91\xa4\xfc\x7a\x11\xd7\x61\x8a\xcc\xad\xe8\xba\xa3\x59\x89\x38\x0f\xf0\x41\x9b\x90\xb0\xee\xd5\x3d\x6e\x9e\x45\x91\xff\xd6\x57\x79\x58\xd8\xef\xad\x3a\xc8\x45\x93\x94\x57\xdc\xf4\x4e\xf0\x43\x4b\x3e\xd6\xaa\x58\x52\x71\x00\x3b\xe2\x79\x69\xed\x77\xf6\x27\x67\x43\x6d\x99\xdc\x82\x27\xb8\xe5\x0a\xde\xdb\xaf\x6b\x76\xec\x79\x7e\x3f\x03\x76\xee\x08\x48\xef\xfa\xee\x5d\xe2\x1f\x9c\x11\xd8\x93\xe2\x59\x6d\xea\xda\xe3\xe5\xe6\xcf\x74\xdf\xb5\xe5\xa4\x04\xff\xda\x36\x60\x47\xda\x53\xb6\x6a\xa8\xcb\x5a\xd6\xdb\xca\xe4\x17\x0f\x69\x4b\x6b\x5c\x11\x9c\x3b\xcb\x03\x34\x1b\x4a\xe4\x52\x16\xed\x98\x2c\xb3\xc2\xab\x1b\x85\x6f\xab\x4e\xa6\xea\x9f\x2c\x76\x44\xd2\xee\x9c\xc4\xcf\x4d\xd1\x1e\xbd\x30\xdd\x6a\x67\xd7\x78\x1e\xba\x05\xe3\x9c\xdf\xfb\xba\x63\xc8\x19\xbc\xad\xbb\xa3\xc5\x81\x9b\x30\xda\x69\xa3\xc5\x37\xe6\xee\x98\x52\xbd\x33\xf4\xb7\x6c\x29\x1a\xc1\x3d\x1b\x87\xe4\x34\xfb\x17\x9b\x17\x49\x7f\xf4\x06\xb6\xee\x12\x7c\xc5\x22\x56\xf9\xc8\x2d\xb4\x99\xe5\x21\x4a\x0f\xe5\xf7\xd2\x0a\xd5\x82\x7c\xb4\x44\xa1\x1e\x92\x01\x18\x7c\x6e\x7b\xff\x0c\x98\x58\x09\xdc\x57\x81\x90\xf7\xee\x1f\xf0\xc2\xcb\xc6\xe8\xfa\xce\xd1\x2b\xa3\x95\xbd\x97\x30\x4b\x63\x61\xed\xb7\xf1\x7a\x03\x9d\xb5\x4e\x04\xdf\x7e\xb7\xf2\x23\xca\xa7\xc5\xa8\x92\x79\x5a\xff\x7c\x5a\xa6\x16\x2d\x67\x5e\x26\xaa\x96\x76\x75\xbe\xda\x5b\x82\x84\x58\x44\x1a\x85\x63\xa7\x16\x7f\xd0\x18\x70\x87\x8b\x09\xe4\x1b\x84\x9e\x85\x65\x62\x34\xe9\xf2\x82\x22\x21\x02\xfe\x72\xea\xed\x81\x06\xcc\x69\xbe\xe0\xa0\x0e\x76\x73\x55\x6e\xff\x3d\x14\xbb\xb7\xb9\xff\x02\x2c\x7a\x08\xec\xdc\x85\x55\xcd\xcf\x8d\x76\xa2\x1e\x2d\x65\xf4\x43\xf0\x8c\xe3\x07\x0d\x06\x14\xdb\xa5\xfe\xca\x28\x5a\xd0\xfc\xf3\xec\x9b\xb4\xb4\x79\xa9\x48\x5d\xca\xb3\x85\x10\x27\x61\xe2\xeb\xc5\x60\x35\x10\x0e\xbb\x74\x85\xf2\x1f\x21\x73\xf1\x12\xb1\x8b\x14\xb4\x20\x48\xe0\x21\xf7\xcc\x3f\xc6\x4b\x03\x53\xe3\xb5\x27\x9c\x08\xc1\xe9\xa7\x87\x53\xb0\xef\x0b\xfb\xff\x8f\xb5\xb7\xfe\xaa\x42\xeb\x1a\xfd\xb7\x7a\xc4\xf6\x1c\x8f\xad\xb4\xf4\x4e\x5a\x45\x41\x09\x91\x10\x29\xe9\x0e\x11\x04\x69\xe9\xee\x96\x06\x41\xba\x4b\xba\xbb\x61\x6f\x36\xbb\xbb\xd8\x45\x83\x1e\xf3\x58\x7c\xc7\xf7\x3c\xef\x1d\xe3\x79\xc7\xfb\xdc\x3b\xc6\x1d\xe3\xfe\x36\xe7\x5a\x9f\xb5\xe6\x9a\x73\xfd\x01\x1f\xc6\x77\xc1\x67\x84\x2b\x4c\xa4\xe0\x43\x7a\x0e\x1d\x2d\x38\xc8\xe4\x11\xb5\xc5\xf3\x69\x82\xcb\xdf\xa5\x27\x88\x4f\x46\x9d\xc1\x66\xe8\xa2\x16\x77\x48\x1f\xa2\xbf\xe4\x2c\x24\x1f\x6e\x12\xaf\x07\x34\x5c\xd1\x77\x97\x96\x72\x42\x22\x35\xbf\x0b\x0f\xae\xda\x8a\x3d\x04\x8e\x20\x8e\x49\x7b\x69\xf2\x10\x38\xd1\x59\xa3\x03\x44\x9c\x18\x4f\x48\x6d\xec\x25\xef\x9d\x70\xde\x74\x0e\x37\x51\xcc\x73\xf1\x80\xf5\x56\x74\x08\x39\xbd\x76\x42\xe8\x3b\x45\x93\x9d\x77\x15\xc9\x7f\xca\x63\x4b\xa9\xd1\xca\xd0\x05\x8a\x32\xb8\x9b\x63\xf4\xdb\x82\xab\x77\x5a\x3f\xde\xc5\xc3\x91\xc5\x4d\xea\xa0\xa5\x0f\xb1\xdf\xd4\x26\x96\xa4\x9d\x79\xaa\x12\xcb\xc7\xd4\x6f\xdf\x7e\xb5\xac\x2f\xb6\xfc\x28\x6e\x39\x46\xec\x9c\x63\x0f\xdc\x5c\xd8\x21\x54\x05\x7e\xfd\x7a\xa5\xf8\xa5\xde\x18\x6e\xa7\xa8\xfb\x30\x63\x3d\x4c\xdc\x71\x4a\x82\x57\x2d\xe1\xb8\xe8\xc0\x8d\x96\xb9\x8e\xda\xe0\x38\x43\x44\x08\xed\x74\x81\xbb\xbf\x21\xb6\x17\x66\x1f\x1c\xcc\x71\xfb\x34\x8c\x5d\x26\xe6\x6b\xef\x99\x67\x8d\x01\x72\x4f\x59\xf4\x8d\xa4\x87\x9b\x59\x0e\x0e\x1b\x3b\x1d\xb1\x46\x8c\x94\x69\xba\xdb\xf7\x8f\x8d\x00\x37\x9f\x75\x4f\xd0\xae\x79\x45\x48\xcd\xef\x5c\xe6\xa6\x69\x2c\x92\xcf\x6f\x49\x45\xb6\x50\xd9\x09\x52\xd4\x2e\x14\xb7\x5a\x66\xbd\xdf\x8b\x7f\x07\x48\x9d\xbc\xbc\xd1\xa5\xac\xbc\xe4\xb0\x79\xf3\x81\xe1\x0c\x08\xa3\x6c\xaa\x30\x6a\x37\x16\x69\x67\xd5\xf7\xb0\x35\xdf\x55\xb0\xcb\xf2\x75\xbe\x07\xa8\xe3\x5b\x9a\x8c\x17\xa6\x7d\x2d\xe8\xd0\x0b\xb3\x76\xac\xc3\xb9\xc0\x89\x8e\x95\x87\xaf\xc2\xe4\xba\x06\x95\x8b\xa2\x8d\x7a\xe1\x12\x37\x12\x70\xc3\x27\x2f\x9c\xc9\x7f\x3a\x6d\x7f\xd1\x59\xd6\xbf\x22\x88\x6d\x0d\xbc\x5a\x37\xcd\xb1\x82\xce\xb6\x4c\x73\xaa\x6e\x3e\xe8\xd1\x5b\xb7\x7b\xc4\xee\xd3\xa0\x2c\x58\x4d\x76\xbf\x85\x93\x5d\xad\xda\x66\x06\xc7\xbc\x45\x9a\x4f\x35\xf8\x06\xbc\x6f\xb8\x50\x48\x0c\x3d\x5a\x67\x9f\xa8\x12\xa9\x5c\x3b\xe7\xd7\x1d\xab\x5e\x97\xe9\x70\x31\xf1\x41\xc3\x51\x83\xd6\x94\xb5\x66\xa3\x5b\x6e\x99\xcd\x6d\xb7\x64\xbf\xe6\x3e\xe8\x84\x5c\xdd\x7e\x13\x3f\xba\x7f\x35\x19\xc8\x2c\x30\x66\x1f\x40\xd6\x4a\x7b\x38\xf9\x4a\xcf\x2b\x68\xdc\x7a\x83\x83\xfa\x9f\xdc\x6c\x07\x91\x46\x33\x32\xef\x59\x57\xcd\xd4\x62\x47\xa0\x68\x15\x62\xf0\x6c\xc4\x52\xc5\x4c\xfd\x40\xc2\xb1\x37\xf7\x0b\x2a\x52\xaf\x94\xdb\xc6\xeb\x65\x50\xca\x55\xfd\x34\xb3\xb7\xde\xd8\x38\xbc\xcc\x0d\xa8\xcc\x31\xfa\xbd\x40\xbb\xc6\xe7\x6e\x79\xb1\x7f\x7d\x24\x98\x5c\x5a\xdf\xfc\x4a\xe4\x44\x53\x44\xdf\x8c\xf0\x10\xc4\x3d\x09\xc7\x87\x28\x46\x67\xba\x73\x39\x7a\xd1\xb9\x8b\xdc\x4b\xf6\xdd\x25\x2d\x9c\x01\x5f\x9b\xb2\x30\x4a\x6a\xf8\x56\x69\xde\x32\x34\x31\xab\xe8\xfd\xe0\xed\xcc\xb5\x22\xb5\x86\x99\x82\xeb\x85\xd2\x85\x76\xc5\x1e\x85\xc7\xe2\xc7\x5e\xdf\x2d\x40\xfb\x35\x97\xdb\x17\xb6\x39\x6a\x54\xa8\x97\x84\x3d\x4e\xac\x72\x2b\x5b\xd5\x68\xaf\x69\xa8\xbc\x0a\x2b\xaf\xe3\xd6\x9c\x12\x0b\xeb\x24\xbe\x85\x89\xee\x29\x8c\x06\x4b\xf2\xa7\x1e\x12\xa3\x17\xf9\x58\xdb\x94\x44\x77\xfe\x05\xbf\xf6\x8c\x64\x6e\x47\xfc\x40\x6e\x12\x33\x33\xeb\xdd\xab\x54\x84\x43\xb1\x79\x8e\xc2\x70\xd0\x9b\xb2\xec\xe1\xa6\x9e\x1a\x44\x16\xb5\xc8\xba\x41\x3a\x73\x3a\xe1\x5e\x53\x6e\xa6\x96\xff\xa9\x16\xfb\xcc\x03\x27\x60\xdb\xb9\x1c\xd0\x63\x42\xfb\x6c\x9e\xa1\x46\xed\x5b\xd5\xc2\xa7\xb0\xc9\xae\x6b\x25\x89\xe2\xe7\x86\xb2\x6b\xff\x14\xd3\x7a\x70\xdf\xeb\x8f\x1d\x59\x9b\xdb\x01\xa7\xb7\xec\xfc\x12\x42\x02\x36\x3e\xa7\x28\xc7\x8e\xad\xcf\x94\x28\xa4\xda\x72\xfa\xaa\x5f\xa6\xba\xac\x6e\x36\xb5\xa5\x8a\x8d\xe7\xb4\x3f\x4c\x19\x68\xcb\xec\x52\x4d\xca\x29\xce\xed\x59\x4b\xc0\x27\x1e\xef\xfb\x9e\xe0\xef\x4f\x1c\x38\x95\xb0\xef\x7c\x71\x10\x98\x64\xf9\x98\x32\x14\x94\x32\xaa\xde\x30\x8c\x4e\x77\x82\xba\x8e\x70\x32\x33\x44\xac\xa7\x3f\x15\x41\x85\x8b\xc1\x97\x21\x2d\x98\xbc\x80\x37\xce\x55\xfb\x36\xa9\xe9\xcf\xeb\x77\x3a\x8b\x73\x83\x88\xdb\x41\xed\x55\xb1\xb7\xb7\xf6\x7b\x0c\x62\xbf\x12\x72\x07\x81\xb1\xdd\x33\x53\x23\x5a\x31\x2e\x6f\x81\x13\xe7\x23\x6d\x4b\x7a\x27\xcd\xc3\xed\x92\x6e\x4e\x99\x84\x99\x07\x1a\x4f\x3f\x0c\xab\x70\xde\x9a\xd1\x0a\x6f\x79\x5c\x36\x0b\x8c\x9c\xbe\xf3\x75\x2e\x2a\xba\x17\xf8\x72\xfe\x8f\xd8\xa5\x6b\xe8\xc5\x3b\xe9\xa5\xd7\x2b\xc0\xf2\x90\x52\x4c\x59\xf2\x55\x8b\xc2\x0f\x6b\x25\xc5\x8e\x3f\x76\x94\x9a\x35\x9f\x7a\x6e\x86\x0d\x1b\xf9\x71\xb7\xca\x66\x6b\x43\xe1\xcc\x89\xf9\xba\x10\xb7\xe5\xb9\xc5\x96\xe0\x82\x5e\xc5\x65\x84\x3f\xf1\x0d\x1d\x4e\xf4\x35\x4d\xdd\x46\xbc\xf5\x71\x0a\x36\x59\xf1\xf4\x0e\x70\xee\x41\xd6\x78\x4f\x3e\xc2\xaf\xb2\x5e\x94\xdc\x6a\x41\x4d\xfa\x6f\x49\xc1\x57\xbc\xc2\x3e\x8a\x0f\x23\x12\x12\xae\x88\xb6\x67\x56\xdf\x71\xf8\xfc\xf0\xb5\x86\x0e\xf8\xfd\xe3\xc6\xab\x8f\x68\x3b\xbe\x03\xaf\x6d\x75\x37\x9d\x16\x05\x5c\x06\x37\x13\xb1\xca\x2f\xbe\x6f\xd4\xe1\x96\x7c\x4e\x62\xb5\x88\x97\x3c\xcb\x87\x1b\x48\xda\xee\x95\x35\x57\x49\x5d\x2e\x06\x99\xc7\x48\x69\x8e\x6b\x21\x66\xa4\xaf\xf6\x51\x2e\x3a\x14\x43\xfb\x39\x83\x44\x5a\xa6\xbd\xaf\xca\x18\xee\x94\x4b\x82\x9c\x35\xea\xa4\xcf\xbe\xd4\x59\xe4\xec\xcb\x7d\x89\x4b\x45\xe7\x15\x3e\xec\xba\x34\x28\xab\xbc\xdc\x39\xe8\x7f\xa4\x16\xfe\xee\xe8\x9c\x92\xfe\xe7\x9d\x19\x94\xa9\x59\xeb\x86\x0d\xfe\xa7\x65\x38\xdd\x96\x3a\x60\x8d\xc7\x3a\xb0\x4e\x99\xbb\x0c\x3d\x63\x60\x4c\x20\x95\x4d\xac\x2f\x06\xab\xa9\xdb\xec\x07\xba\x17\x82\x94\x58\xa6\xf7\x55\x6c\x57\xe9\x0f\x6e\x8f\xde\x57\x22\xd5\xdf\xbf\x2c\x1f\x8b\xfd\xf9\x98\x0d\xc4\xa2\x5b\xec\xb3\x65\x10\xab\x83\x5e\xfb\x52\x27\x6b\xdc\x61\xed\xfc\x9a\xc6\x6a\xa5\x23\xcc\xcd\x3e\x0b\xe5\x7e\xee\x2f\xcc\xe2\x4d\xf7\x3d\x63\xf2\x07\xd5\x29\xf6\x51\xf2\x67\xcd\x29\x0a\x8d\x1e\xa1\xad\x82\xa4\xd3\x3a\x6e\xaf\x74\x5a\xd0\xce\xa9\x9c\x2b\x0c\xa2\x85\x28\x25\xc6\xe2\x28\x26\x0a\x17\x9f\x6f\x90\x63\x60\xdf\x2d\x4d\xc9\xf9\x50\xd9\x7b\x6a\xd8\x00\xa8\x3c\xec\x37\x14\x13\x9a\x09\xb6\x47\x77\x1a\x5c\x96\xb3\x44\xbb\xd8\x74\xca\x84\x36\xc7\x40\x05\x39\xec\x3e\x2b\x68\x1e\x57\x65\x51\x4c\x61\x97\x03\xc2\xbf\x54\x20\x32\xb5\x89\x29\x8a\x7f\x53\x51\xe4\x54\xc5\x9f\xa4\x5a\x32\x4b\x21\x6a\x76\x89\x62\x22\x7f\xaa\xdd\x90\x22\x0b\xfd\x51\x00\x26\x6d\x41\x9a\x62\x76\x88\xfa\xe0\x46\xef\xf3\xc4\x40\xf0\xef\x36\x68\x92\x9a\xdc\x07\xcd\x5b\x18\x47\xd0\x2a\xb4\x02\x55\x03\x2e\x02\x57\xaf\xa6\x43\xae\x81\xdc\x90\x8b\x90\x70\x60\x8e\x30\x01\x79\x83\xb1\x28\x5c\x81\x29\x61\x98\x0b\x96\xd3\xff\x62\x5e\x11\x3c\xc6\xb4\xa4\x9f\x91\x00\xcf\xe9\x8e\xe8\x89\x1e\x5a\x3d\x34\x7e\xf5\xc6\xc8\x5c\x71\xe7\x3d\xa0\x00\x06\xd2\x71\x0a\xdc\xba\xf2\x77\xe5\x0a\xf4\x18\x7c\xa0\x00\x00\xa9\x85\x9b\x27\xb5\x41\xee\xc0\x09\xc1\x23\x40\x95\x95\x76\x87\xcb\x32\xbf\xad\x5e\x82\x0a\xca\xd8\x21\x99\xa0\x2b\xb2\x3a\x48\x53\xd9\x4f\x72\x91\x2b\xf9\x32\x2c\xd1\xc8\xa5\xa3\x4c\x2f\x11\xdb\x55\x4b\xd6\x71\x41\x16\x71\x72\xcd\x47\x90\xc5\x44\xb1\x42\x85\x54\xd7\x5c\xa8\x8b\xe2\xef\xe8\xaf\x51\x07\x12\x99\xd4\xf0\xf9\x58\xb9\x18\xbc\x72\x9f\x1d\xb8\x7d\xb5\xac\x0e\x0b\xd9\x46\x40\x0b\x11\x90\x0a\xb8\x79\xc2\x2c\xb8\x00\xb1\xeb\x23\x09\xf2\x42\x62\x4c\x55\x64\x55\x56\xb3\x20\x35\xb2\x0d\xab\x6a\x72\x05\x40\x10\xf2\x4f\x99\x51\xd0\xc3\x15\x35\xe9\x5e\x91\xea\xf9\x50\x8e\x96\x58\xcd\x12\x9c\x95\x22\xfa\x1d\xe5\xbe\x26\x28\x9c\x43\x29\x62\xcf\x0a\xc7\xb3\x1d\xd8\x27\xc4\xf5\xd7\xf2\x48\x46\xd2\x3d\x0c\x3b\x44\x18\xb0\x8e\xbc\x3e\x6e\x06\xad\xc7\xf0\x5b\x55\xa0\x9a\x08\x5a\x71\x1f\xa4\x07\xae\x13\x57\x03\xb6\x45\xda\xb9\x57\x02\x07\x30\xe7\xee\x37\x81\x4e\xa1\xca\xc1\x45\xa0\x1f\xab\xb6\x32\x8e\x7a\x28\x94\xad\xf8\x29\x33\xed\x55\x7b\x51\x49\x51\x8d\x09\x53\x1e\x57\x2c\x71\x76\x9c\x3b\x7a\xe3\xd7\x72\xc2\xda\x90\x44\x12\x3a\x99\xad\x79\x43\x85\x5e\xc2\x7d\x28\x63\xc8\x79\xb8\x26\x06\xa9\x5b\xab\xc3\xcd\xa9\xbe\xe7\xb8\xc3\x1f\x69\x8c\x33\xc5\x07\x1b\xb4\xff\xa2\x1a\xd7\x54\xe9\x40\x29\xb6\xe9\x40\xad\x44\x72\xa9\xa7\x9a\xc6\x15\xea\x9f\x5a\x78\x6d\x31\xa2\xbe\xac\x97\xd9\x55\x74\xa3\x98\xa6\x5f\x21\xfa\x94\x70\x6c\x78\x17\xd2\x57\xa8\x58\x22\xb3\x2f\x88\x67\x79\xa3\x75\xec\xf2\xfa\x7b\x49\xbf\x19\x5f\xfe\xb8\xcc\xad\xe5\x2d\xde\x25\x68\x11\xf6\x0f\xce\xa3\xdb\x1b\xcc\x4d\x9e\x84\xee\x6d\x8a\x11\x0e\x6a\xcc\xc5\x4a\x4c\xfd\xb0\x64\x22\x45\xde\x02\xec\xb6\xe1\x80\xb2\x6e\x87\xf0\xe5\x53\x09\x14\x47\xce\x52\x9d\x67\x9a\x73\xcf\xf2\x8c\x61\xb4\x67\x17\x82\x25\x5f\x1b\xf0\x19\xe9\x2b\x44\x8d\x00\xc3\xbf\x5d\xaf\x7b\xe5\x05\x9f\xbf\x6c\x2a\x93\xd0\x6e\xcf\x89\x97\xb5\xea\x8d\xe1\x2d\x02\xaf\x0e\x45\x6c\x9c\x81\x92\xa6\x25\x36\x88\x1a\x36\xf0\x3d\x3e\xd9\xf4\xc7\x8a\x26\x79\xc8\x36\x77\xe9\xf1\x72\xb8\x7b\xc1\xf4\xf2\xa0\xaf\xb7\xff\x84\x7d\xe3\x2d\x7f\xad\xd1\xa7\x05\x19\x41\x4d\x23\xcb\x31\x36\xa1\x7a\x23\xf4\x67\x2f\x22\xd1\xa3\xdd\xc6\x93\xf1\x42\x13\x17\x6e\xeb\xa7\x28\x4f\x1f\x93\x7e\x95\xe6\x3c\x1d\x77\xb1\xbe\xa8\x7c\xc1\xe3\xcf\x0c\x60\x56\xd5\x10\x9b\x0f\x2e\x6a\x14\xe2\x1e\x91\xc7\xb5\x0d\x73\x69\xf7\x74\xfb\x47\x37\x12\x2c\xf5\x26\xee\x71\xca\x5d\x4f\x8d\xee\xe3\x4e\xfa\x58\x0d\xbe\x99\x99\x7b\xa9\xda\xf7\x67\xb7\x63\x54\x5c\x77\x53\xf5\x68\x7c\x54\xe7\x74\xce\xcf\xe4\xf2\xb7\xcd\x11\xd9\xe9\x4d\x9d\x42\x1e\x53\x59\x1f\xba\x82\xcd\x8f\xbe\xfa\xd5\x6b\x76\x0f\x99\x5f\x32\x10\x02\xc9\x2d\x9e\x1e\xaa\x16\x0c\xa9\xbe\x3b\x2d\x7c\x35\x16\xfc\xa1\x88\xc0\x31\x97\x57\x2a\xbf\xc5\x3d\x74\x67\xac\xea\x31\x37\xce\xdc\xae\x59\x9a\x77\xd4\x43\xe9\xad\xf3\xda\x5e\x60\xc5\xdb\xc3\x98\xf9\x28\x85\x56\xbd\x69\x8f\xe4\x63\xcd\xb5\x9d\xbf\xb2\xf2\x9b\x6c\x2a\xeb\xf3\xde\x34\x1a\x66\x7e\x2f\x02\x36\xec\x86\xcb\x95\x10\x1a\xb3\x3c\x72\xca\x8e\x34\xeb\x3f\x21\xbc\xd1\x69\x13\xd7\xfe\x56\xb9\xff\x56\x4a\x29\xba\xe6\x51\x77\x9c\xc4\x6e\x9b\xea\xc8\x49\xe1\x31\x58\x5d\x6a\x1b\x5f\xf6\x4e\x48\x8e\x33\x4f\xdb\xbc\x2a\x3f\x97\xfd\xcc\x75\xa6\x6c\x8e\x1b\x1d\xca\xa8\x8b\xe2\x08\x25\xfd\x56\x7b\x05\x7b\x39\xfb\x7d\xb5\xc6\x74\x4c\x71\x55\x55\x4b\x57\x42\x45\x54\x65\x46\xe5\x6c\xf5\x4c\x65\x52\x26\xa7\x4e\xaa\x62\x29\xdc\xa6\x9e\x50\x69\xf3\xec\x68\x63\x74\xf5\x5d\x4b\x68\xd3\x8f\x3a\x0f\xdd\x7b\xad\xc7\x1b\xc3\x55\xd5\xda\x3d\x5b\xbc\xa4\x59\xfd\x47\x7b\x9f\x88\x61\x54\x03\x43\xca\x38\xed\x66\xd8\x58\x27\x5e\xaf\xab\x49\xb2\x3b\x47\xe2\xe5\x46\x8e\x22\xcf\x3b\xeb\x6c\xa9\x2d\xaf\xaa\x14\x50\xba\x87\xbf\x5b\xed\x5c\x42\x98\x75\x6b\xd2\x2d\xe9\xec\xd1\x6d\x0f\x2d\xb9\x5c\x85\xec\x3c\x5c\xb4\x9a\x25\xd7\xf5\xa1\xf0\x47\x78\x72\xcf\xed\x22\xe1\x67\xac\xde\x07\xc5\x5d\x96\x6d\x7d\x5d\xa5\x7f\xeb\x1e\x1d\x10\x2e\xcf\x55\xf9\x6b\x70\xb2\xb2\x49\x7a\x77\x02\xd2\xac\x2a\x96\x6a\x7e\xc4\xef\xf0\x56\xb0\x2b\x2b\xa8\x6b\xe3\x49\xa8\x5b\xb8\xd2\x26\x28\x1d\x94\xf0\x75\x5d\xa8\x82\x95\xbd\xc9\xc7\xb6\x6d\xe6\xf9\x90\x6d\x7a\x0c\xf2\x20\x4b\x27\x06\x2f\xe7\x5d\x18\x08\x1d\x39\x9b\xf3\xb5\x46\x74\xcc\x39\x5b\x30\x6b\x62\x3c\x30\xeb\xb7\x88\x07\x13\xc1\x99\xaf\x3d\xbb\x26\x7e\x64\x95\x5a\x29\x4e\x8e\x64\x33\x1e\x64\x4d\x35\xbd\xda\x54\x3e\x33\xbd\x92\x1f\x22\xb1\x34\x87\x2d\xdd\x12\x1e\xf6\xb2\x72\xb6\xdb\xd7\x8a\xf0\xf2\xf0\xda\x1b\x48\xff\xe8\x77\x65\x97\x50\x5e\x10\x1a\xb1\x9d\xd5\xf5\x3e\x49\x70\x8b\x35\x1e\x9d\xd1\xc9\x54\x9f\x96\x48\x5f\x43\xf6\xcf\xb2\xd2\x2a\x87\xb5\x16\x6e\x26\x63\x6b\x4b\x17\x03\x13\x5b\x72\x0e\x2f\x52\x13\xdc\x22\x5d\x97\xcc\xe2\x3b\xbd\x2c\x96\x65\xe2\xe7\x2c\x5d\xe0\x7f\x24\x8c\x69\x8b\xc2\x29\x49\x59\xf2\xc1\x88\xee\x94\x0c\xd1\x79\xc4\x99\x6c\x82\xd0\xce\xcb\x1e\x0b\xd6\x87\xcb\xe9\xdd\xf6\x1f\xde\x43\xca\xf9\x2e\x84\xed\xbe\xf6\xbb\xcf\x4b\x36\x3b\x47\x57\x42\xee\x6e\xe4\xad\xaa\x27\x08\x6f\xe1\x50\xe7\xe3\x1b\xf0\x32\x18\xd5\xd8\x2b\x13\x16\xd8\xb6\xa8\xb3\x4d\x87\xb1\xdf\xc2\x1d\x72\x59\x38\x60\xe8\xe3\x68\x51\xdc\xf9\x97\x03\x5e\x1e\xb8\xa9\x97\x7e\x4f\xe0\xf8\xec\x10\xa9\x7b\x2f\x08\xeb\x61\x86\x20\x16\xaa\x2c\xfa\x6f\xc9\x7a\xe4\x7c\xca\x5d\xf1\xbc\x6c\x90\xb6\xdb\xc7\xb9\xca\x53\xfa\x3f\xf6\xe3\x5b\x47\xcc\xaf\x6f\x4b\x0d\x9b\x39\x3f\xd8\x20\x2e\x51\x9e\xdd\xd8\x78\x4f\x68\xf2\xdb\xe6\xff\x22\x3f\x08\xd0\x25\xd2\x68\x3c\xbf\x8d\xa9\x0e\xc6\x59\xef\x81\x66\x7b\x3a\xc9\x33\x36\x97\x4b\x97\x7b\xda\x1f\x25\x44\xe9\x77\x2b\x7f\x3a\xcc\xe8\x72\xd2\x7c\x6c\xc0\x3c\xe6\x9a\x77\x6b\x1d\x1f\xe5\xf9\x0e\x54\x8d\x1e\x0e\x68\x94\x39\x83\x12\x88\xd4\x91\xb4\x2d\xa9\x57\x62\xed\xbb\xb4\xa5\xdc\xea\xdf\xc7\x8c\x0e\xeb\x7c\xd8\x13\x5f\xbc\x6c\xe4\xb8\xe3\x8b\x81\xdb\x38\xf0\x87\x88\xad\xf6\x9f\xe8\x6c\x0a\xd6\x81\x88\xfb\x40\x1f\xb6\xfd\x30\xc2\x61\x94\x5a\xb4\x56\xbb\x32\x0c\xcc\x4c\x33\x62\x19\x75\x8f\x7f\x84\x00\x58\xe3\xfa\x87\x1d\xff\x62\x7a\xe9\x3c\x7b\xe0\x47\x53\x7a\xf8\x45\x09\x48\xf0\xb4\xbe\x03\x7e\x80\x2d\x75\x3d\x2a\xcb\x42\x1f\xf1\xf5\x91\xfa\xd6\x50\xa9\x70\x75\xdd\xa4\xeb\x93\xd2\xb1\x4d\x95\x99\x23\xb7\x80\xbb\x7d\x58\x9c\x3a\x60\x2f\x9a\x74\x5d\xbb\x86\xa1\x46\x89\x7a\x58\x4e\x05\x30\x5a\xf4\xd3\xd1\x02\x8c\x1a\xed\x3b\xbd\xda\x74\xf2\x1d\xb1\x92\x13\xf4\xa7\xaa\xca\x71\x74\xea\x96\x52\xb2\xcf\x23\xaa\x80\x62\xbb\xd5\x16\xa5\x54\x1e\x73\xff\x23\xfe\x04\x0c\x2b\xaf\x82\x01\xc0\xba\x20\x4a\x58\xd7\x27\x15\x72\x1b\x98\x6b\x0e\x69\xb2\x7f\xb4\x47\xc2\x5c\x79\x6a\x03\x10\xf9\xab\x3c\xf6\xaa\xa6\x22\x75\x2b\x9b\x60\xa3\x9c\x40\xff\x44\xa4\x28\xf7\x53\xbb\xc8\x2d\xca\xdb\x24\x3a\xc5\x58\xc9\x76\xee\x37\x0a\x5a\xf1\xf7\xf6\x59\xca\x92\xc2\xd1\x82\x59\xca\x6d\xd8\x50\xec\x3e\x29\x0d\x1a\xe7\x73\x81\xb8\x01\x49\xb1\x6e\x20\x8b\x82\x41\x5a\x23\xd8\x24\xf0\x7b\x58\x10\x3a\x19\x12\x0c\xd1\x41\xdd\x87\x60\x40\xbb\xab\xae\xd0\x8b\xa0\x23\x22\xaf\xd1\x2f\x58\x15\x42\xc2\xa4\xb7\xec\x07\x42\xfa\xac\xae\xb5\x0c\x21\x53\xb6\x37\x73\x46\x9c\xcb\xb8\x8f\x5d\x93\xe0\xd2\x18\xcb\xda\x12\xaa\xab\x8c\xe1\x6b\x20\x79\x0c\xb9\xe3\x19\x44\x01\xa9\x53\xd9\x03\xbd\x07\x9f\xcf\xaf\x84\x34\xc1\x6d\x92\x6e\x43\x3c\xe1\xbf\x82\x81\x20\x00\xf2\x4f\x87\x04\xd9\x81\xd5\x6d\x28\x4f\xf6\xf3\x6a\x37\x58\x55\x4e\x79\x35\x4a\x6e\x51\xee\x13\x92\x22\xab\x2e\x36\xb1\xac\xcc\x0a\x12\x13\x41\xff\x58\x13\x13\x9e\xa3\xc0\xd9\x04\xe1\xaf\x6b\x9b\x6c\x45\x31\x05\xb6\x22\x0d\x26\x39\xc9\x58\x46\xe3\xa4\x30\xb4\xcf\x0b\xaf\x41\xf2\x84\xdb\x7d\x3f\x21\xd1\xa8\xeb\x75\x6c\xa8\x3c\xc2\xb0\x30\x08\x52\x07\x77\x48\x00\x42\x8e\xad\xdc\xf2\xde\x81\x9c\x5d\xed\x36\xa5\x00\x0d\x50\x05\xd0\x59\x60\x2e\x4a\x03\x64\x00\xa4\xaf\x6e\xc9\x6a\x81\x28\xc8\x31\x19\x09\xb1\xc5\xc5\x1c\x8e\xfd\x0d\x9f\xe5\xd5\x35\x5d\x89\x4c\x8c\xf3\x1a\x48\x2c\x91\x7e\x8f\x33\x2b\x7e\x86\xfb\x3b\xc7\x41\xea\x08\xfb\x15\x09\x2b\x07\x67\xbe\x59\xd1\x06\x33\xa9\x8f\x27\xbc\x61\xc3\xd8\xe0\xd6\x68\xd8\x45\xc4\x93\xa2\x74\x48\xd3\xd2\x5c\xac\x2d\x04\xb3\xf2\xd1\x3d\x1f\x52\x83\xcd\xd5\xd4\x86\x44\xa0\x99\xd0\x0c\x48\x37\x5a\x4f\xae\xc4\xe8\x35\x4e\x48\xbc\xd1\x72\x02\x13\x26\xda\x29\xbe\x32\x75\x8d\xb7\x70\xe3\xe3\x3c\x83\xcb\x92\x12\x83\x8f\xb0\xd3\x65\xcd\xb1\x6e\xec\xdf\xa4\x4f\xb1\x5c\x79\xc1\xe0\x2c\x8e\x2b\x0b\x2f\x1f\xcf\x76\xc1\x43\xd5\xec\xb8\x8f\x10\xd7\xb4\x75\x58\x6b\xc3\x60\xfd\x61\xda\xa5\xda\x7d\xbd\x4a\x5a\x6a\xc6\x83\x87\x51\xd4\x45\xaf\x66\x9d\xdf\xe9\x66\x3a\x2c\x03\x29\x4a\x04\x24\xd3\xda\x93\x7c\xe7\x46\x61\xf0\x11\xac\x8f\xb8\x5b\x14\x14\x3d\x21\xf2\x4a\x6a\xa8\xdf\x80\xc7\x97\x4a\x1e\xdf\x5e\xa7\xc8\x80\xe6\x72\xf8\x74\xe0\xcd\x15\x3d\x6e\x9b\xa2\x1f\xde\x9a\xd3\x73\xcf\x8f\x75\x86\x63\xfe\x68\x85\x63\x43\x1b\xb2\x09\x61\x2d\x23\xff\x72\x9b\x20\xce\x0e\x4d\x3e\x1b\xc6\x53\xea\x53\x9e\x5b\xe2\x90\xd9\x8c\x17\x00\x5c\x6f\xb0\xbe\xff\x2d\x3c\xd4\xe6\x59\xd0\x7d\xca\xae\x6a\x66\x98\x18\x89\x2e\xd9\x90\xa0\x89\xb9\x24\x92\x52\x78\x71\x55\xfd\x9a\x8d\x9c\xd6\x5b\x3c\x37\x0c\x88\xef\x6b\xe7\x3b\x83\x11\xa3\x8f\x37\x6d\x14\x5e\xcd\x6c\x6c\x10\x0d\x5a\x57\x9f\xf0\xab\xec\x31\xa4\x2a\xce\x07\x0f\x0d\x1c\x1a\x07\xf3\xb5\x5b\x0d\x9b\x05\xbe\xd4\x80\x37\x75\xbf\x8b\xa8\x5f\x3a\x54\xe9\x1d\xe3\xb9\x00\x4f\xc7\x24\x98\x2d\x04\x05\x6e\x24\xf7\x2d\xfc\xb2\x8d\x4c\x33\x5c\xbe\xaf\x75\x38\xe7\x3a\x3c\x0d\xb8\x98\xf7\x0e\x31\x7e\xb9\xb5\x0c\x83\x50\xbd\xb4\x0e\x76\xac\xf9\xc2\x79\x0e\x53\x68\xbe\xc6\x39\x50\x82\x77\xcc\x71\xcf\x18\xae\x0d\x2e\xaf\x87\xd8\xbf\x9a\xb1\xe0\x09\xbd\x50\x5e\xdc\x64\x5c\x0b\x09\x9d\xcb\x42\x7e\x8e\x35\x98\x9a\x1b\x7f\x92\xb2\x3c\x21\xd8\x8e\xce\xe4\x8c\xc9\x95\x5d\xcb\x15\x1a\x79\x9f\xbc\x55\x08\x18\x29\x0c\x10\x2d\x1e\x1e\xb5\xb4\x0f\x2b\xdd\x1b\x2f\xd0\xbb\x5c\xfe\x69\x4a\x5c\x09\x51\x89\x9c\x89\x17\x53\xa9\x17\x58\x48\xbd\x9a\x07\x1d\x2c\x35\xe5\xd4\x28\xde\xa8\x88\xe0\x46\xea\xc4\xd5\x2a\x73\xf6\x6c\xef\xb7\x41\xb8\x4d\xde\xef\x7a\x62\xd9\x9b\xd1\xa0\xc1\x3d\x4a\x60\xca\xc1\xe0\x1f\x08\xc9\x57\x61\x7d\x90\x91\x96\x12\x97\x9e\x89\x96\xd5\x37\x37\xbb\x07\x4b\x2e\x54\x75\x76\x9f\x48\xec\xab\x15\xef\xf6\xf1\x7f\x51\x57\xd2\x13\xe5\xf0\xaa\x21\xa1\x8f\x6d\x38\xd5\x34\x3b\x58\x77\xbb\xab\xe5\xdd\xc8\xa2\xec\x58\x97\xe2\x54\xa2\xb0\xae\xa2\x40\xa6\x3e\x97\xa6\xcd\xcc\xcd\xe3\x2e\xdb\x1d\x29\x3e\xcf\xb1\x78\x2e\x58\x69\xcc\x3b\x1f\x1d\xd1\x28\xce\xbd\xfe\x4a\xb6\xdd\x9f\x96\x58\xea\xd5\x2e\x80\xd8\xae\xc9\x68\xd5\x1b\xcd\x6e\x7e\xd8\x62\xd5\x52\xd8\xf6\xb0\x05\x56\x1c\xdf\x11\xdc\xec\x9e\x58\xfc\x16\xdb\x6c\xe4\x5f\xdc\xc9\x6f\x99\x75\x6c\xea\xd6\x69\x37\x78\x7c\xa9\x87\xd2\x69\xac\xbe\xdd\x47\xef\x51\x00\xef\x8e\x1c\x1b\xda\xbd\x11\xad\xbb\x14\x73\x87\x3f\x62\x53\x9f\xf0\x37\xff\xa8\xd7\x85\xf4\xd3\x9c\x77\x31\x5d\x79\xef\xf8\x37\xf3\x2f\x94\x63\x79\x17\x6b\x87\x6b\xd9\x0c\x62\xab\x4b\xed\xfa\xea\x83\x9e\xcb\xb5\x90\xf1\xa1\x81\x4f\x35\x36\xad\xf5\xc3\xe7\xab\xb5\x8b\x9b\x47\x7c\xab\x74\x13\x97\x47\x2f\x55\xbe\x0b\xd0\x1e\x5d\xa9\x2a\x74\x4a\x1e\xe3\xd7\xb8\x3f\xbe\x39\x21\x5d\xd7\x7c\x97\x35\x79\xbf\xd1\x17\xb4\x3b\x2b\xd8\x8e\x10\x97\xb3\x76\x08\x2a\xd9\xfc\xf9\xa2\x20\x54\x7c\xa3\x2a\x06\x11\x6d\xc6\xaf\xc9\xca\x4b\x31\xe5\xe3\x6a\x0d\xf2\x1a\xd6\x25\x07\xe0\xe5\x09\x9c\x83\x51\xf9\xf2\xe7\x58\xab\xa9\x99\x72\xfb\x69\x91\x59\xe8\x6b\xad\xb6\x85\xb9\xc9\x92\x4b\x25\x0e\xf3\x85\x45\x8c\xa4\xe0\x79\x66\x91\x70\xe0\xf5\x05\xd9\xa2\x3b\xce\x17\x16\xa6\x8b\x0d\x8c\xc8\x8b\x59\x25\xcf\xee\x1c\x59\x2a\x79\x6d\x27\x27\x01\xbf\x57\x49\x14\xf9\xe1\x1f\xee\x76\x68\x6f\x39\x3e\xe4\xf9\x97\xed\xb7\x39\x07\x41\xb8\xad\xdd\x2a\x91\xa8\xf8\xcd\xa1\xfe\x33\x69\x0f\xb7\x95\x97\xee\x14\xfe\xda\x44\x21\x42\x0a\x75\x48\xee\x48\xd3\xfc\xa5\x59\x16\xea\xf7\x5c\xeb\x8e\x16\x14\x2f\xe7\x64\xe9\x3a\xfa\xcf\xac\x27\xc9\xb7\xd0\xf2\x99\xf7\x03\xb3\xd1\xd2\x19\x8d\x4e\x09\xe8\xe2\x4c\x80\xe1\x0c\xe6\x7a\x66\xe3\xcd\x3c\xac\x50\xf6\x3d\xa9\x2a\xd4\xf1\x02\x09\x31\x8b\x04\x4d\x5b\xfe\x5f\xfd\xd9\x3d\xce\xb3\xbb\xe1\x15\x26\x1e\xb2\x9b\x0b\x9d\xc7\x7d\x2d\xb6\x36\x26\x15\x22\x62\x36\x61\xa8\xb4\xa4\x99\xf5\x6e\xe2\x83\xb4\x4e\xda\x13\xda\xb1\xf4\xe9\xa5\x35\xba\x62\x0a\xac\x9b\x43\xbf\x92\x80\x2e\x0b\xa0\xfa\xc4\xae\x25\x07\x53\xcc\xa3\x26\xfc\x93\x48\xae\x91\x74\x5b\x37\xa2\x71\x24\x5b\x07\x4b\xb0\x8b\x7e\xaf\x10\x89\xa5\x26\x0a\xc8\x34\xa2\x05\x33\xbc\x24\xb2\x73\x0f\x0c\x00\xef\x49\x35\xa9\x26\x92\x3b\xc5\x9d\x2e\x0e\x59\x9b\x57\xc6\x64\x5c\x5d\x37\x16\x56\x02\x7c\x66\x36\xd5\x88\xfb\x41\xf7\x39\x57\x49\x7f\xbf\x8c\x22\x39\xd2\x6a\x82\x7f\xcd\x5e\xa2\x53\xfc\x3f\xb6\xea\xd1\xc3\x7d\x8f\x17\x9c\xa3\x22\xbc\x3f\x46\x4f\x51\x6c\x3d\xb7\x3c\x41\x94\x27\x5e\x87\xcc\x2c\xe9\x26\x9e\xd6\x77\x32\x49\x45\xbe\xdf\xa1\xc1\xd8\xbf\x42\x72\x64\x7f\xa0\xfb\x62\x0d\xa5\x06\xde\x1c\x52\x4d\xf8\xeb\x44\x57\x99\xb6\xc1\x8e\xc6\xa4\xe7\x23\xd3\x1d\x0c\x9c\x63\x29\xb0\x2d\x80\x57\x75\xfa\x9d\x37\x47\xd2\x76\x82\xd2\xa7\xc9\xf5\xee\xf6\xc4\x1b\xf4\x2c\xa7\x8b\x63\x01\x8c\x19\x3b\xab\xba\x5d\x86\x88\x15\x23\xab\x94\x31\x65\x71\x31\x2c\x8a\xa5\x66\xdc\xea\x12\xbc\x76\xfb\x11\x5a\x1f\xce\xf8\xdb\xd4\x44\x05\x45\xda\x71\xa8\x85\x7c\xc4\x36\x78\xd6\xc8\xe5\xa2\xb7\x03\xcf\xcb\xdc\x6c\xb3\x57\x12\xdf\xcc\xe8\x0f\x53\xe6\x6f\x4b\x20\x94\xee\x55\xef\x0f\xa2\xc5\x1f\x70\x36\x95\x48\x3d\xfa\x7a\x74\x3a\xf5\x82\xb1\x07\x35\x92\xe6\xf6\xe4\x32\xe6\x32\x4b\xd1\x80\x38\x18\xc9\xaa\x7b\x70\xab\x1c\xcd\x34\xb9\x3b\x9a\x38\x49\x57\x57\x29\x7e\xf1\x82\xf6\x48\xf9\x97\x8d\x3a\xd5\x57\xe9\x98\x96\x1f\xa1\x4c\xe1\xa5\xc2\x33\x42\x86\x4e\x0c\xe4\x1d\x5e\xca\x36\x08\x88\xc0\xc6\xba\x0e\xca\xf6\xb6\x6e\x2a\xc6\xb1\xb3\x7a\x81\x4a\x31\x1c\x3a\xba\x45\xe5\xe4\x0e\x8a\x30\xa4\x82\xa7\xbf\x25\x09\xab\x8a\x51\x5f\x53\x4e\xdd\x3a\x20\xdf\xa6\xbc\x55\xfe\x30\xa7\x42\x55\x53\x1a\xec\xf8\x83\xfa\x58\xb1\xab\x10\x42\x75\x54\xc8\x8b\x83\x93\xeb\xe4\xa5\x7d\x3e\x90\xfe\x82\x19\xdb\xac\x90\x79\x50\x41\x9d\x8b\xb8\x66\xe8\x79\x79\x3d\xcc\x53\xa8\x35\x64\x0f\xf5\x37\x34\x03\xfc\x12\xeb\x63\xf5\x4a\x2e\x4f\xfc\x30\xf6\x16\x2b\x5a\x78\x8d\xf2\x8d\xcd\x12\x81\xae\xf5\xb0\x1f\x8a\x6a\xb1\xbf\xb3\x0e\x4b\xd0\x98\x67\x71\x4f\xa5\x06\xe8\xcd\xcb\x33\x32\xba\x94\xac\xe9\x33\xe0\x6b\x58\xab\x8e\x7a\x48\x21\x32\xb8\x32\x0d\xea\x0d\x5f\xcc\x57\x82\xb4\xc0\x9d\x12\xab\x20\x39\x08\xf1\xa0\x52\x50\x29\xd2\xc1\x01\x0f\x3c\x8d\xca\x85\x25\x00\xd5\x50\x16\x90\x6b\x40\x4f\x94\x38\x90\x03\x7c\xbd\xba\x2f\x4b\xb8\x21\xb4\xfc\xf7\xda\x29\x89\x2b\xd8\x11\x16\x43\x94\x40\x87\x71\xb2\xc4\xb4\x38\xa7\x39\xbf\x4b\xe8\xb1\x31\xb4\x30\xe9\x4d\x66\x13\xc6\x4b\x26\x87\x71\x7a\xd1\x03\xec\x47\xd8\xeb\x77\x81\x9e\x41\x79\xd6\xad\x42\x5d\x11\x66\x85\xa7\x21\x0d\x70\xd7\xf8\x57\x10\x9b\x15\x3f\xef\x1a\xe8\x1d\x94\xa9\x99\x1a\x08\x8e\x7e\x0c\x2b\x00\x7d\x45\xfd\x04\x67\x80\xa5\x50\x3d\x72\x2b\xda\xfd\x38\xe5\x1b\x23\x12\x61\xcb\xf7\xd9\xc2\x12\xbf\xe0\x6f\xd7\xb6\xa4\xe5\x71\x7e\x6b\xcf\x25\x8e\x31\x7b\xb9\x6f\x24\x4d\xb9\x26\x1c\x4f\x99\x66\x8e\x0a\x59\x04\x44\x63\x79\xae\x8c\x43\x4d\x68\xca\x93\x72\xb0\x7e\xac\x79\x4b\x2e\x4c\x04\x21\x5a\x48\x85\x30\x17\x0f\x62\xf2\xa1\xf2\x2b\x07\xee\x40\xd8\x73\x5c\x98\xa6\x23\xf4\x0b\xa6\x1a\x36\x7a\xaf\x88\x90\x23\xe7\x6a\xea\x44\x20\x48\xc7\x85\x78\xe2\x4f\xde\x10\x91\x40\x4e\xf5\xf3\x2f\x4a\x1d\x5a\xdc\xe3\xee\x49\xef\x23\x46\x38\x30\x90\x26\x3e\x89\x6d\x2c\xfb\x9e\xbd\xc5\x37\x87\xb5\x72\xe2\x58\xe3\x8a\xd1\x1c\x08\x7e\x41\xb3\x82\xdb\x89\xa8\x7e\xe4\xc4\x0a\x1d\x56\x7b\x9c\x4a\x47\xd7\x27\x18\x9d\x67\xa4\x65\xfa\x3d\xea\xa4\xff\xf2\xb6\x35\x32\xa5\xc5\x19\xaa\x98\x2e\xd1\x0c\xe4\x33\x1d\x25\x69\x45\xd2\x7f\x87\x1b\x90\x04\x24\x56\x63\x3a\xf1\xa7\xc4\x32\xa5\x1d\x07\x83\xd7\x1f\xcb\x30\x27\xdf\xae\x77\xc8\x59\x2c\x94\xf3\x37\xc0\x60\xa4\x27\x4f\x55\x25\x91\x98\xc0\xf9\xa6\x25\xc2\x31\xe4\x05\x5b\x4c\xb3\x8f\x51\x35\x5c\x85\xd9\x5b\xa8\x34\xdf\x29\xce\xa9\xd9\xe1\x20\xad\x35\xc1\xce\x5b\x2f\x23\x99\xbb\xaf\x61\x61\x44\x66\x65\x6c\x61\x64\x05\xb3\xe8\xa9\x72\x54\x29\xd7\xe0\xae\x5c\xdc\x2c\x23\x0b\xbc\x9c\x56\x4d\xdc\x97\x10\x2c\x39\xc0\x75\x8b\x56\x01\x17\xbb\xf5\x78\x9e\x60\x62\x7f\x31\x7f\x17\x76\x7a\x7c\x7e\x4b\x56\x45\x6f\xe1\xca\xe6\x57\xb3\xef\xe8\xd5\xf5\x0b\x8e\xf7\xa8\xd7\x79\x65\x2f\xb8\x74\x65\x7a\x50\xd8\x2c\x35\x60\x35\x2a\xce\x9c\x40\x19\x67\x24\x3d\xc5\xfd\x6a\x3d\x92\x66\x8b\xcd\x2d\x8c\xcd\x04\x63\xf8\xd1\x02\x39\x39\x98\x5e\xf7\x5f\x05\x29\xa8\xe9\x47\x8d\xa5\x67\x50\x28\x65\xdb\x32\x0e\x2e\x58\x84\x5d\xed\x87\xb6\xbc\x76\x00\x79\x57\x0f\xe1\x6c\xc9\x37\xb6\x68\x70\x43\x6e\x32\xbb\x3d\xd7\x65\x9f\x28\x8e\xf8\xf0\xa9\xce\xc5\xb3\x38\x8e\x75\x40\xfe\x92\x36\xdd\x3b\x1e\xb6\x1a\x4c\xdc\x4e\x47\xac\xa8\x2e\x32\x73\x8d\x96\x97\x07\x33\x8b\x63\x16\x75\x1b\x04\xcb\x1a\x17\xb4\x73\xa7\x2b\xcf\xcd\x47\x46\xd6\x55\x07\xcf\xe7\x7b\xe8\xd4\x0a\xcf\x0f\x98\x8a\xd5\xe7\x2f\xb9\xdc\x89\x6c\xf2\x47\x8c\xc8\x64\xb5\x06\xae\x8e\x5e\x36\x92\x57\x2f\x9b\xe1\x7c\x52\x39\x5a\xa9\xca\xed\x35\x33\x6b\x68\xe0\x65\x3a\x52\x3a\x9e\x70\x0a\x02\x34\x7b\xbb\x59\xf9\xf1\x3b\xa3\x66\x94\x87\x79\x75\xd3\x9f\xf0\xd8\xb2\xe3\x93\xf8\xb9\xad\xda\xdd\x09\x99\x7e\xa5\xc6\xfd\x71\xf9\xda\xb2\xd6\x87\x63\x0e\x39\x15\xed\x75\x63\xee\x11\x98\x8e\xfd\xf1\xdb\xcf\x24\x3a\xaf\x4c\x1c\x3c\x09\xeb\x06\x4c\x17\x68\xd6\xf6\x1e\x9d\x0b\x80\x39\xf7\x1f\x5d\xcc\x17\xa9\xbf\xf5\x2a\x7b\x81\x27\x6a\x26\x97\x67\xc2\xbe\xe4\x70\xb7\x94\xcb\x79\x17\x98\x54\x23\xc6\x13\x4e\xec\x6b\xee\x64\x4f\xe5\xe7\x75\xba\xd0\xd6\xea\xda\x07\x22\x08\xe9\x6d\xe8\xbe\xc5\x79\xbb\x9e\xa9\x5e\x7c\xdf\x1f\xfd\x98\xde\xd5\x9a\xad\x41\x6c\xaf\x5f\x0e\x68\xf8\x62\x6f\x60\x44\xef\xf0\xf7\xbe\x0c\x4f\xa5\xd1\x0b\x03\x05\x96\xa9\x63\x16\xc3\xaf\x75\x1f\x8d\x77\x8c\x7d\x52\x31\x9b\xe0\x4f\xc4\x49\xa8\x9a\xae\xc5\x1e\xe3\x8d\x3a\xfe\x96\xa2\xc6\xd7\xf2\x3f\x9d\x25\xcf\x6b\x4d\xdc\x2a\x7c\xc9\xa3\x15\xcb\x57\x36\x70\xad\x1b\xed\x1a\xfc\x18\x9f\xfb\x29\x1d\xcd\x94\x13\x63\x02\x1d\x92\x8b\x15\x53\x4e\xed\x0a\xfd\xbf\xcf\x80\x5a\x4b\x6b\xca\x67\xad\x5b\xa8\x39\xaa\x73\x87\x5b\x1a\x23\x58\x73\x25\x2d\x48\xcf\xc8\x79\xe3\x36\x80\xa5\xf7\x82\x4c\x3b\x55\x47\x73\x51\xe8\xed\xb4\xa2\xc6\x92\x59\xf7\x79\xf1\x27\x8e\x92\x41\x55\xeb\x9b\xfe\xd6\xe1\x1e\x1b\xd3\x29\xae\xf1\x7f\xad\x5f\xca\xbf\x96\x71\x89\x1f\xdd\xb8\x5c\xe4\xb5\x1e\x3c\xd8\x5d\x79\x96\x93\x37\x2f\xdd\xf0\x89\x3e\xbd\x2c\x5f\xbf\x0b\x7f\x8e\xe8\xaf\x33\x1f\x80\x21\xf3\x6b\x8a\x6a\x85\x57\xd5\xab\x93\x72\xf0\xab\x4f\xab\xb2\x23\x1b\x57\xc7\xab\x1c\x3c\xff\x5e\xfd\x5a\x95\x6c\x79\x15\x85\xa8\xa6\x68\x1f\x41\x71\xaa\x3f\x41\x69\xe8\x1f\xb5\x4e\xc2\xd7\x83\xf5\x3d\x65\x76\x7f\xa4\x16\xfb\x1f\xde\xfd\xfd\x55\xdd\xcb\x8d\xad\x89\xfa\x43\x71\x5b\x9b\xa5\x83\x7b\x59\xc2\xdb\x16\xcb\xdf\x4b\x36\xb7\x56\xb0\xd2\x6f\x4e\xb3\x14\x49\x67\x2a\xdc\x56\xdf\x93\xf3\xcb\x66\x86\x6e\x90\xeb\x4b\x15\xeb\x7e\x23\xeb\x15\x1b\xe6\x7c\x20\x1d\x14\xfa\x46\x2e\x13\x4c\xf2\x9c\x9f\x7e\xc6\xf1\x73\x83\x4d\xcc\xb1\x7d\xb9\x26\x6a\x5d\xd8\xf9\x82\x4a\x08\x0a\x7b\xb2\xd4\x54\x4a\x38\x4d\xcd\xe9\xc3\xfb\x4b\xf9\x51\xae\xdc\x1d\xbb\xaa\x0c\xaf\x95\xad\xf3\xbd\x32\x41\xfa\xdb\x02\xb3\x47\x62\x0e\x36\x7f\xa0\x7b\xd3\x14\x79\x5e\xc4\xd1\xcc\x21\x6a\x2e\x75\x32\xbb\x0c\x71\x84\x7e\x3e\x63\xba\x4f\x80\x7e\x26\xd5\xe0\x8d\x27\x55\x2f\xa9\x38\xb5\x94\x22\x1e\x5f\x1c\xf8\x9d\x88\x8b\x6b\x74\x10\x22\x74\xc4\x91\x1f\xee\xe0\x0d\xe3\x2b\x95\xba\x71\x97\x52\x7b\x41\x1d\x58\xa9\xec\x74\xe9\x6b\x45\xf5\x86\xf7\xdf\xb5\xd7\x58\xdb\x18\x6c\xaf\xf7\x60\x5c\x2c\x36\xc8\x93\x57\x9f\xbd\xdc\xd8\x43\x85\x07\x4c\x6d\x7a\x12\xcf\x86\xa8\x33\x01\xa4\xfe\xf0\x16\x52\x1f\xed\x49\x84\xfc\xfc\x4d\x1a\x23\xe4\x73\xfb\x3b\xba\x51\xd0\xa3\xc2\xef\xd4\xba\x80\x0b\xb1\x1f\x29\x47\x7d\x1d\x9e\xef\x93\x3f\xf8\x02\x2d\x04\x68\x66\x2f\x18\x1a\xc2\x24\xeb\x60\x98\x3c\x8f\xa0\x1e\x99\x0c\x3a\x8a\x0d\x48\xb4\x90\x11\x69\x3a\xa1\x73\x68\xb7\xfa\xed\x2d\x83\xa5\x6d\xe2\xcc\x9f\xc6\x2b\x3b\x4a\x88\x10\x3b\xc0\x56\x23\x01\xe9\x7c\x99\xf3\x95\xa4\xe6\xc6\xa5\xfd\x22\x2b\x78\x0e\x12\xa3\xe8\x86\xee\x6e\x93\x30\x46\x85\xd3\x6e\xa3\x18\xa3\xd0\xc1\x30\xe7\x80\x11\x6d\x9b\x14\x91\xca\x0c\xb3\xfa\xe5\x9e\xc0\x92\xb2\x7a\x69\x8c\x67\x39\xda\xd0\x6e\x2d\x52\xde\xb8\x5e\x86\x95\xe0\xb5\x5e\x94\x03\x49\x58\xa7\x10\x1f\xd9\x27\x1d\x4a\xca\xcd\xdb\x72\x23\x47\x54\x57\x76\xcf\x2f\xef\x3d\x8c\xdd\x3d\x83\xbf\x6f\x78\x98\xeb\x4f\x6e\x32\xf9\xc1\x90\x24\x1d\xb7\x7c\x48\xb1\xa7\xde\xb4\x9e\xc4\x3f\x60\x1d\x37\x8d\x1e\x21\xad\x19\x1b\x3c\xa8\x54\x5d\xbb\xa3\xeb\x94\xda\xc2\xf6\xd3\x38\x1b\xa4\x42\x4f\xba\x75\xd4\x96\x41\xbb\xa1\xcc\xd5\x1e\x21\xc9\x29\x5d\x51\x7c\x4d\x72\x7c\x6c\x00\x93\x21\xc4\xda\x17\x83\x96\xb0\xd7\xbd\x6e\xcb\xf2\x3a\xff\x54\xc2\x71\xd5\x27\x76\x94\xeb\xb7\x0c\xb1\x48\x95\xa9\x3d\x09\xe2\x09\xd5\xf7\xf4\x20\x52\xc5\xed\x3d\xea\x00\x55\x40\x37\x84\x4c\x60\x88\xe9\xda\xa1\x7c\xa9\x05\x2a\xd7\x3b\xee\x50\x27\x95\xaf\x15\x06\xd1\x94\x94\xa0\xf1\x9e\x94\x4a\x85\xda\x17\x7d\xe4\x35\xf9\x1d\x5b\x3c\xa5\x00\x86\x7e\x60\x84\x5f\x82\xdd\x52\x10\xc7\xea\xc0\xd4\xa0\x85\xe8\x0e\x98\x36\xf8\x27\xae\xcc\x4e\x12\xa8\x22\xde\x85\x9b\x5c\x4b\x17\x7d\x49\x57\xe5\xf8\x8b\x32\xd9\xd9\xec\x2d\xf1\x05\x8e\x15\x4b\x48\x2a\x9e\xd9\x89\x5b\x95\x51\x66\xe8\xc1\x25\x64\x7d\xa8\x0e\xd3\xd3\x60\x3c\x76\xa0\x03\x0e\x61\x22\xf3\x2a\x4d\xa1\xaf\xe0\xd3\x79\xb3\x90\x16\xb8\x6b\xa2\x00\xe4\x04\x62\xd3\x1f\x0d\x3e\x87\x2c\x73\xbc\x0c\x12\x41\x5f\x90\x3f\x04\xd2\x44\xd1\x21\x28\x90\x1b\xaa\x09\xb4\x04\x4a\x45\xbd\x94\xe3\x4a\x1c\x41\x38\xb2\x63\x24\xde\xe0\x6d\xd8\xc2\xe2\xdd\xcc\x60\xee\xcd\x1b\x1a\x9c\x9f\x9c\x29\xa9\x29\xce\x23\x5a\x87\xec\x1b\x96\x11\x86\x2c\xfb\x8e\xc1\x5c\x3a\x02\x71\x25\xfa\xf6\xd7\x40\x83\x50\x25\x75\xf5\xd0\x54\xc4\xe3\x82\x0a\x48\xf2\xf2\x46\xdc\x2a\xa4\x7c\xa5\xc2\xdb\x18\x26\x86\x5a\x36\x0b\x02\xef\xa2\x69\xf2\x0a\x90\x93\xe8\x6c\x48\x34\x44\x16\xfd\x00\x74\xc2\x30\x95\xb0\x28\xe1\x22\x39\xbe\x7c\xc0\x2e\x92\xf2\x58\xb9\xca\xd1\x92\xf6\x22\x28\xb0\xf7\xa4\x24\xd9\x27\x78\xe6\xd2\x34\xae\x1d\x47\x57\xae\x8e\xd3\x42\x36\x80\x44\xb0\x46\x56\xc6\x60\x96\x34\xc2\x64\x9f\x3c\x07\xb3\xd1\x12\x04\xbd\xb1\x14\x52\x00\x80\x90\x17\xf9\xd1\x64\xf9\xab\x08\x4b\xf7\xa7\xf2\xf5\xf8\x6b\x9a\x77\x60\x9f\xb1\x37\xe4\x53\xb5\xc9\x24\x00\x70\xcd\x3c\x8a\x84\x96\xed\x8c\xa0\x11\xbf\x4b\x44\x49\x1e\xcc\x74\xf0\xb1\x32\xf7\xe1\xad\x9c\x31\xd9\x6f\xc8\xab\x5c\x1b\x20\x97\x18\xc5\xbd\x01\xd2\xe7\x6c\xf0\xb4\x15\xe0\x9c\x54\x56\xe1\xad\x2b\x3c\x45\x52\xbd\xee\x59\x9e\xfb\xca\x4b\x93\xc8\xb5\xa9\x91\x2e\x4b\x0e\x63\xa8\x29\xcc\xf2\x38\x9d\x95\xad\xfc\x44\x9d\x11\xeb\xa7\x6e\x56\xc7\x50\x30\xca\xb7\x9c\xa2\xb3\x15\x26\x3d\xd6\xe8\x21\xa0\x87\x31\xa5\xb4\x57\xd2\x0f\x92\xe2\x89\xde\x12\xaf\x64\xde\x8d\x48\x6e\xbc\x94\x83\x4f\x7b\xae\x87\x80\xce\x2d\x95\xf2\xa9\xd0\xf7\xab\x25\xfc\x23\x6a\x6b\x94\x34\xde\xe8\xe3\xee\x35\x53\x76\xba\x9d\xef\x5a\x36\x55\xf1\x59\x01\x7b\x02\x95\x18\xb0\xcd\xbf\x30\x7f\x3a\xb8\x97\x6b\xd2\xad\x13\x1a\xcc\x09\x7d\x5d\x11\x85\x62\x7c\x8e\x13\x8a\x94\xe7\x7c\x70\xb9\x1d\xb7\xb5\x96\xfd\x40\x2a\xf5\x02\xeb\xae\xc2\x6e\xa1\x0e\x25\x4e\x52\xe7\xcd\x4f\xd2\xc7\x1b\x30\xf0\xf5\xde\x41\xbe\x39\xb4\x78\xc0\x6d\xfd\xa9\x3c\x66\x32\x74\x93\x67\x7a\x61\x79\x98\x67\x6a\x45\xc4\x06\xae\x67\xba\x45\x53\x8f\x70\x90\xc1\xf7\xa8\x9e\x54\xa1\xd8\x10\xc6\x16\x66\x3a\xf3\x38\xe7\xf6\xb2\x68\xee\x0b\xfa\xdf\xbd\xad\x85\x3a\xb4\x2f\x95\xe5\x25\x48\x6a\x4a\xaa\x7f\xd9\x28\x99\xe3\xfb\x57\x85\x35\x49\xc9\x32\xbc\x56\x9a\xf0\x54\x7d\xa2\xee\x03\xf5\xab\x34\xa5\x51\x84\x90\x2e\x72\x1d\x36\xd9\x28\xcc\x99\x56\x68\x6d\x33\xe3\xfe\x61\x94\x34\x20\xce\xdf\xb3\x8b\x1e\x63\xf2\x21\x6e\x5f\xe7\xe0\xec\x73\x21\x16\xcb\xd7\xa8\xdc\xa4\x7d\x74\x2e\x91\x58\xa8\x40\x8a\xc6\x5e\x7a\xb3\x81\xad\x9a\xb9\x5a\xdd\x83\x7d\xde\x25\x5b\xf7\x05\x33\xf9\x46\xa4\x49\x1a\xcd\x4a\xc9\x69\x71\x46\x93\xfc\x6d\xdb\xe2\xd0\x77\x6c\xf5\x3b\x10\x68\x8a\xf6\x42\x97\x25\xbe\x0b\x9a\xd9\x73\x1a\xaf\x2e\xf9\x9b\x12\xa4\x2c\x91\x7d\xe1\x9e\x65\xd5\x73\xce\x75\x9b\xe7\x2d\xca\xbc\x92\xa7\x67\xbb\x1d\x79\xda\xc1\x0d\x7d\xf3\x0c\xd3\xe4\xed\xf1\x32\x52\x71\x91\xde\x6c\x07\x7e\xb6\x1e\x05\x37\x44\x79\xb7\xcd\x2e\x7d\x9d\x54\xed\xfa\xba\x74\xad\xa3\xa5\x4f\x6c\xd1\xae\xec\xda\x80\xdc\xa2\x51\x8a\xd6\x60\xfc\xd2\xa5\x80\x99\x21\x9b\xe5\xbf\x1d\xb2\x46\xfe\x44\xe4\xe9\x17\x8d\xb6\xaf\x9a\xdc\x14\x1e\x8f\xc3\xc8\x49\x0d\xdd\x2f\x7e\x85\xe4\xe6\xd9\x7c\x2e\xcc\xe7\x9c\x74\x29\x2b\x9f\xe7\x66\x87\xf4\xd5\x17\xf2\xcf\xa7\x4c\xb7\x4c\x33\x77\x4b\x3c\xba\x3d\x29\x27\x1a\xc3\x86\x9a\xf1\xe8\xfe\xe6\xc9\x54\x94\xd2\xb8\xdd\x44\xcc\x44\xe7\x24\x77\xf2\x74\xbb\xee\x74\xd0\x04\xae\x94\x3c\xe3\x3f\x79\x32\xd9\x7a\xd6\x69\xea\x69\xa0\xeb\x9c\xf5\x8c\xa9\xd3\xd2\xbc\xde\x1c\xef\xf1\xb7\x85\x8b\x0b\x7d\x77\xfb\x17\x35\x16\x7f\x00\xcf\xd9\x68\x27\xbc\xe1\xfd\x72\xdb\x4e\x2d\xe6\x78\x86\x5c\xc8\x79\xc7\x0b\x4a\x8f\x2e\xd5\xe6\xd5\xbf\x2e\xaf\x2e\x65\xbf\x6a\x49\x6b\x22\xd1\x72\x06\xf1\x9d\x4f\x48\x46\xb3\xbd\x03\x77\x51\x3b\x4b\x09\x03\x8a\x13\xf5\xf0\x99\x7e\xbf\xb6\xc9\x15\xf3\xfe\x63\xa5\x69\xc8\xeb\xfd\xf7\x92\xc3\x91\x8b\xfd\x65\x81\x4f\x57\x83\x06\x66\x9c\xe6\x51\x42\x43\x26\x46\xa6\x28\xe4\x30\x42\x6d\x0d\x73\x74\xec\xa2\x5c\xaa\xf7\xf1\xd0\xda\x4d\x91\x60\x4c\xd4\x8f\x8d\xe5\x34\x99\xe4\x53\xfc\xa1\x12\x87\xec\x41\xbe\x4d\x47\xe9\xeb\x20\x7e\xcd\xb0\x6a\xf5\x95\xb5\xbd\xc5\x96\xe6\x53\xd4\x56\xac\xcd\x5b\x22\x6e\x17\xc7\x6e\xff\x3c\x59\x45\xac\x6e\xfb\xd6\xde\x45\x92\x69\x25\xbc\x3e\x44\xdc\x6a\x59\x4c\x16\x25\x69\xb5\xc8\x05\xfc\x22\x40\x9a\x9c\xed\xb7\x71\x9c\x26\x85\x87\xdf\xb1\xfa\x8d\x0c\x25\x0a\x56\xb7\xdd\x02\xf8\x33\x4a\xda\x3b\x78\x07\x98\xf6\x25\x58\x78\xe7\x69\xc1\x97\xf0\xc0\xad\xe0\x66\x83\x24\xd4\x66\xc3\xe8\x7e\xee\xa1\x6d\x45\x38\xa2\xec\xd0\x46\x38\x0e\x5d\xa9\x45\xfb\x4c\x69\xac\x13\xc0\x0d\x30\xfa\x6a\x2f\x4c\x9a\xd2\xe9\x95\xe4\xe6\xaf\x54\x97\x72\xd7\x7c\x1a\x69\xa7\x84\x17\x5d\x46\x90\x2b\x92\xf6\x94\xc6\x95\x15\x9a\x99\x11\xb1\xb1\x05\x74\x75\x11\x6c\x4b\x49\x81\xfc\x02\xd6\xf8\xcd\x33\x60\x78\x3a\xc9\x45\xf8\xdd\xeb\x12\x2f\xaf\x1b\xdb\xbf\xd5\x8d\xbf\x28\xdf\xd2\xee\x07\x87\x4b\x6e\x1c\x2c\x78\x27\x6a\x6c\xd5\x63\x73\x32\x86\xd9\x89\x44\x52\x0e\x8a\x2a\x41\xb5\xc8\xfb\xb1\x12\x47\x57\x7b\x75\x66\xc0\x93\xb6\x90\xf9\xb3\xf2\x27\x85\x9d\xb6\x97\xee\x40\x0e\x4b\x81\x04\x23\x89\x11\x49\x42\x8e\x3f\xf0\x7f\x27\xf2\xf5\xd9\xb8\x95\xe4\x0b\xca\x43\xd8\x8a\xcc\x3c\xa8\x1a\x96\x9e\x0b\x02\xc6\xbf\xe6\x99\x76\xef\x2d\x36\x04\x39\x7f\xde\x7c\xdc\x5f\xec\x9a\xb5\x31\x3b\xed\xe5\x83\xde\x34\xc2\xc6\x86\x5e\xd9\x6c\x21\xde\x09\xff\x8b\x3e\x4a\x3a\x1f\x23\x40\x72\xa0\xb2\x63\x8f\x2c\x56\xd1\x78\x51\x97\x3a\xd7\xe8\x7e\xa1\x95\xa5\xca\xd4\xe4\xe0\xa2\x78\x3b\x0a\x3a\x30\xd5\x67\x85\x3c\x16\x74\xc8\x1a\x42\xea\x0f\xbe\xae\xc5\x27\x1a\x87\x99\x2a\x72\xf0\x41\xb1\x29\x90\x67\xb8\xf3\xa9\x06\x72\xca\x8d\x15\x06\x82\xbb\xd6\x6f\xf5\x8d\xda\x76\x46\x26\x2d\xec\xbe\x6e\x9a\x23\x3f\xba\x58\x6e\xe6\x92\xb4\x5c\x5f\xb1\xbd\x49\x8a\xcf\x30\x34\x2d\x12\xff\x45\x00\xb1\x8c\xf6\xd7\xf3\xb0\x19\x1d\xc6\x39\xb7\xc8\x06\x3b\x46\xac\x33\x3b\x57\x9b\xa1\xe5\xf4\x22\x4a\x9c\x7a\xd9\x29\xcb\xc3\x87\x31\xe2\x60\x67\x9a\xcd\x3c\xe1\x5a\x71\x67\x8c\x0e\xf1\x14\x50\x70\x22\xec\x07\x96\x83\xe5\x71\x9c\x08\xb4\x5c\x52\xe7\x49\x55\xf9\x9d\xa5\xa1\x7e\x8d\x99\x6d\xa9\x15\xfa\x23\xf0\x8e\x13\xd1\xc0\xec\xd3\xda\x5f\x04\x07\xcb\x3f\x68\x95\xa4\x9f\xf6\x09\x54\x63\x8a\xb6\xfd\x43\xe2\x34\xbd\xdd\x8a\x38\x16\xc9\x18\x30\xdd\xad\x11\x60\x21\x0d\x45\x32\x80\x6c\xa9\x87\xfa\x21\x16\xcc\x41\xf5\x11\x87\x22\x7a\xc1\x5d\xb4\xbe\x2c\x15\x70\xf3\xbe\xb2\x3d\x25\xce\xfa\x93\xbc\x34\xd1\xdb\xf9\x1d\xb8\x1c\x77\xef\x05\x4d\xee\xed\xb0\x94\x72\xc4\xa6\x15\xfa\xcc\xed\xc7\xef\xcc\x48\x9e\x37\x0b\xf8\x4a\xc4\x52\xb5\x5c\x7a\x10\x19\xf9\x30\x84\x76\x86\x0a\x32\xb8\x4b\xb9\xca\xd8\x34\x18\x40\xfb\x32\x20\x9a\xec\xbe\x73\x34\x31\x15\xc3\xc2\x4a\x5a\x8b\x72\x52\xfc\x08\x35\x4e\xf1\x87\xaf\x03\x65\x50\xd1\xc5\x6e\x9e\x0a\x51\x78\xa2\xeb\x43\xe0\xc9\xbb\x28\x7c\xc7\xdd\x90\x17\x85\xa9\x11\x0c\x1e\x07\x43\x2e\xe3\xe3\xed\xc1\xc0\x4d\x89\x43\x78\xb3\xb5\x5d\xb1\xf7\x4c\x27\xce\x81\xb8\x3b\xe7\x11\x27\x48\x12\xc0\xf1\x61\xfe\x94\xde\x60\xa9\xe2\x25\x64\x03\x19\x08\xb8\xaf\x9c\x1b\xed\xf4\x8c\x1d\xc4\x07\x77\xa8\x83\x0d\xbd\x86\xac\xa9\x3c\x0f\x95\x41\x88\xe6\x1e\x87\xb4\xc0\xdd\x13\xbc\x20\x52\x88\xef\xfe\x0c\x70\x10\x12\xee\x68\x00\x06\xa0\xe3\xe4\xbd\xc0\xd7\xd1\x7a\xd0\x67\x60\x65\xf4\x25\x70\x0a\xd8\x14\xc5\x07\xce\x4b\x6a\x23\xcd\xd8\x60\xa9\xb3\xf8\xef\xec\x14\x09\xcb\xb5\x16\x2e\x4a\x52\x81\x7b\x9f\x83\x93\x99\xe7\x74\xd0\x08\xc0\x43\x2c\x14\x16\x04\x3c\xcb\x4c\x5e\x8a\x81\x8a\x13\x57\xfa\x97\xa0\x1f\x50\xe4\x3a\x73\x68\x19\x42\xbd\x40\x06\xd2\x05\xd7\x89\x53\x03\xe7\xae\xd4\x3c\xef\x82\xe1\xd1\x40\xb3\x7c\x08\x0a\xf3\x50\xbe\x0d\xc2\x41\xff\x82\xaa\x43\x3e\xa3\x87\xc1\x87\x4d\xce\x92\x2f\x49\x7c\x91\x5a\x83\x37\xb1\x7f\x49\xff\x44\xfe\xe0\x38\xc9\xfc\x24\x70\x38\x56\x32\x02\x9c\x59\x9e\xac\x2c\x89\xeb\xc4\x91\x01\x01\x39\x07\x64\x77\x68\xf1\x9a\xd0\xca\xbe\xfc\x55\xba\xe9\x94\x94\x42\x36\xb6\xa8\xd5\x54\x7e\x78\x35\xb0\xe8\x1a\x04\xb3\x48\x88\x16\x97\xf7\x44\xb8\xb8\x7d\x57\xc8\xc2\xe7\xdd\xff\x28\xbf\x8e\x91\x52\x88\xd2\x93\x21\x27\x82\x66\x2c\xad\x29\xb5\x32\x6a\xb1\xc7\x28\x0c\xc9\x2d\xe9\xf4\xb9\x2c\x7e\x93\x6c\x0c\xe2\x29\x57\x04\xd8\xb0\xfa\x8b\xeb\x0b\x4c\xa1\x1a\xf3\x03\x21\xbf\x71\x3e\x70\x31\x4a\x66\x9c\x0c\x56\xc0\x5d\x41\x5e\x3d\x89\x6a\xa6\xc6\x55\x5e\x31\xb2\xbd\xc7\xc6\x8e\x7d\xb1\x57\x67\xdd\x6a\x91\x72\x0c\x65\xc6\xbf\x42\xd9\xf8\xb1\x4e\x04\xa0\xec\x38\x4c\x4b\xb3\x72\xdb\x05\xda\xca\xcd\x53\x01\x6d\x2c\x0d\x88\x67\xc2\x30\x23\x43\x2e\x27\x3d\x90\xb2\x22\xf5\x51\xce\x6b\xac\x79\xd3\x01\xe8\x3f\x7b\x64\xc3\x0f\x1c\x06\x4f\xe7\x4f\x28\x05\xa3\x3a\xb8\xa9\x06\x3d\xf4\x7c\x7e\x8e\x95\x32\x73\x9a\x65\xeb\x7a\x82\xe9\x4b\xee\xf6\x17\x64\x4d\xaf\xc6\x84\xf8\x72\xc8\x73\xbf\x87\x7d\xe0\xfc\xe8\x8e\x89\x69\x60\xc6\x95\xb5\xc5\xbf\x66\x0c\xc5\x2f\xc6\x7b\x70\xc4\xdc\x8f\xa6\x57\xb0\xa4\x1e\x15\x64\x5f\x62\x5e\xb8\x39\xf9\x3a\x87\x3a\x23\xb7\x52\x2b\x40\x17\x97\xc4\x42\xca\xfb\x8f\xf1\x89\x30\xd5\x21\xf0\x86\xab\xa2\xf8\x34\x64\xb3\xcc\x3a\x1f\x61\xc7\xab\xb1\x43\x62\x13\xf9\x40\x6f\x73\x8a\xc9\x5a\x60\xb8\x15\x35\x9e\x7a\x39\xf1\x3b\x03\x81\xbd\x9d\xa3\xc5\x2e\x58\xe4\x14\xbc\x60\x1d\xef\x7f\x51\xe2\xc1\xd0\xab\x5e\x7d\x9d\x4e\xaf\x4c\xfb\x58\x61\x47\xf3\x0d\xd0\xad\x39\x44\xed\xb1\xb9\x57\x3f\x41\x16\xbb\x3f\xd7\xbc\x49\xd9\x86\x86\xb4\xee\x93\xbe\x4b\x8a\xc9\x17\x34\x8b\x73\x2d\x94\x3f\xbd\x6d\xe4\x9f\x35\xb3\x1a\x60\xf2\x77\x1d\xfc\x27\xac\x79\xd2\xcf\x3f\xcd\xdf\x60\xf6\x46\xb5\x2c\x87\x52\x44\x33\xce\x60\xa6\x08\xa1\xa5\xbf\x11\x34\xb1\x06\x8d\x1f\x18\x22\x2b\xfd\x6d\x79\x74\xc5\x11\xc9\xce\xb3\x34\xed\xc6\x2f\xdd\xe6\x54\x5c\xfe\x99\x5e\x57\xda\xa5\xa8\x85\xde\x67\xc4\x2f\x2e\xa4\x3e\x69\x7c\xbf\x7e\x75\xbf\x07\xe9\x93\xf2\xf5\x41\x18\x71\x17\xb8\xac\xc8\xae\xc0\x71\x4b\x8d\x04\xea\x32\xb8\x96\x76\xcf\xdb\x7e\x72\x31\x3e\x27\x7b\x66\xd8\xf0\x30\xfb\x81\x76\xfa\xf1\x34\xfc\x64\x0e\xd1\xf2\xb5\xda\xdc\x16\x2e\xb3\xf9\xfd\x8a\x14\x72\xaa\xbf\x14\xdb\xb1\xfc\xfb\x48\x37\x96\x3e\xe4\x38\xb6\x87\x45\x36\x28\x4d\x9a\x63\x9f\xe7\xd9\x4d\x45\xe0\x9c\xa2\x1a\x67\x34\xf0\xe5\xcf\x8e\xce\x32\x88\x12\x66\xd4\xd9\x7b\xc4\x30\x0d\xe1\xd9\x6c\xfc\x24\xf4\x4f\xc3\xbb\xf9\x11\xdc\x60\xfb\x23\x25\x76\x9c\xf2\xe7\x51\x55\x4e\x3c\xd5\xa8\xc1\x46\x63\xae\x7c\x86\x5b\x5b\x33\xc3\xbc\x0c\xdc\x5b\x44\x36\x6b\x26\x8d\x4c\xe3\xe0\x23\x67\xa7\x57\x91\x8f\x96\x3a\x96\x3a\x96\xef\x2e\x79\x2f\x97\x0f\x8c\x2f\x6f\x2c\x7f\xaa\x7b\x83\x70\x86\xd7\xe4\x1a\xaf\x58\x23\xd8\x51\x1f\x91\x91\xc8\x5e\x2f\x4b\x24\x07\x15\x6a\x75\x66\xb5\x0b\xa3\xac\xf3\x1e\x55\x87\x0d\x57\x8c\xb5\x2d\x49\xce\xe1\x4b\x78\xe5\xa5\xf3\xb9\x47\x63\xd6\xf2\x1d\xf9\x90\x2c\x52\xb9\x0f\x8f\x5b\xa1\x56\xbb\xbe\x26\xdc\xde\xd3\xaa\x44\x95\x1c\xee\xeb\x46\x12\x74\x17\x21\x43\xf5\x48\x37\x94\xc3\x44\xdf\x42\x00\xbe\x75\x4a\x7e\x40\x94\xa8\x3d\x15\x5b\x77\x85\x18\x3f\x55\xfd\x6a\x8e\xf8\x6b\x5a\x33\x4a\x85\x60\x34\x75\xe6\x99\x28\x2e\x6e\x72\xc6\x6c\x01\x43\x9c\xf8\xa1\x21\x82\xe6\x4d\x7b\xc1\xd0\x3e\xb4\xf0\xe0\x8d\xfb\xf1\x81\x71\x59\xeb\xe2\xe9\xa9\x69\x6a\xfc\xba\x37\xed\x79\x7d\xfc\xbe\x2e\xf9\x37\x97\xb9\x43\xa3\x61\xb5\x2f\x98\x6e\x70\xdf\x56\x1f\x32\x0a\xf3\xb2\xfb\x22\x36\x90\xa6\x3d\x70\x74\x71\x96\x41\xe9\xdb\xe8\xcb\xa7\x43\x7a\x12\xab\xc4\xc8\xef\xde\xd2\xd3\x0a\x48\x97\xdb\xdd\x83\x42\x09\x17\x5b\x7b\x1c\xe3\x71\xdb\xad\xbb\xfa\x78\x2c\xb3\x15\xa3\xf2\x1a\x7b\xb2\xdb\x1e\x26\x10\x37\xe9\x6f\xbd\xed\x99\x71\x2c\x84\xbf\x9d\x58\x22\x1c\x6d\xb8\x25\xd8\x61\x92\x1e\xbb\x59\x3d\x99\x53\x08\xdd\xf6\x41\x4a\xbe\x69\xe7\x1d\xe0\xab\xaa\x57\x68\x2a\x64\xb7\xc6\x5b\x84\xb3\x0c\x54\xe3\xe1\x99\x93\x8c\xeb\xb5\xa9\x6d\xf2\xb4\x7b\x55\x1a\x45\x26\x64\x9b\xf2\xe7\xb1\x26\x44\xf8\xeb\xaa\xe7\x79\x78\xe3\x92\x3a\x0b\x1b\xdc\xb3\x52\x7b\x4d\x4b\x6c\x6e\xd9\xbe\xa2\x31\xd6\xa6\x1a\x0a\x71\xce\xfa\xe1\xfa\x65\xd7\xbd\x34\xc2\xe7\x8f\x6d\x8d\x26\x3b\x7f\x87\x2d\xe5\xa1\xb2\xe8\xac\xcd\x11\x78\x61\x9a\xc0\xf6\x79\xfc\xfd\xec\x6c\x66\x25\x31\x3e\x3f\x89\xfc\x83\x7a\xbc\x68\x17\x05\xa2\x75\x16\x54\x0e\x69\xd2\xbe\xe5\xaa\xd5\x2c\x52\x8f\x64\xb5\x65\xea\x93\xed\x32\x30\xa1\xba\x04\x62\x9a\x94\x4b\x30\x3e\x33\xb5\xd4\x70\x05\xa7\x9e\x2e\x73\x53\x1f\xab\x9b\xf3\x09\xb6\x88\x1d\x28\xc0\x82\x57\x2a\x46\x1c\xe5\x76\x02\x9b\x13\x5c\x0f\x6f\x8a\x0d\xc0\xdc\xbd\x36\x8f\xcf\xc2\x03\x7e\xdb\xf0\xc0\x76\x44\xd4\x6e\x5c\x23\xa0\xa2\xc3\x68\x4e\x24\xa1\x78\x24\x69\x96\x8a\x49\xa4\xc3\xef\xd3\x76\x63\x8f\x74\x9f\xa7\xa7\x47\xd5\x96\x4d\x50\xd7\xc3\x85\x13\x07\x28\xb5\xa1\x4e\x7e\x72\xe4\x07\xa1\x82\x36\xbb\xc4\xf1\x70\x84\x6e\x32\xa1\x2b\x4a\x45\x09\x87\xdb\x4d\xbc\x09\x03\x60\x2b\x32\xde\x83\xf4\x9a\x9e\x1a\x3e\xda\xbd\xd2\x8f\xb1\xc3\x6e\x6a\x4e\x7f\x72\x0e\xdc\x6c\x43\x3f\x72\xad\xdf\x6c\x20\x7a\x79\x50\x99\x69\xc4\x03\x9f\x63\xd4\x0e\x12\xda\xdf\x95\x38\x46\xeb\xf6\x7b\x3f\xd7\x4f\xff\xe2\x69\xd9\x94\x4b\xa7\x7a\x88\xe5\x79\xd2\x2d\x9e\x2a\xc4\xe8\x52\xba\x9f\x3e\xf7\x3c\x60\x68\xb9\x36\x9b\xab\xd0\xc7\x3d\x6c\xd4\x87\xc8\x91\x2f\x56\x15\xad\x88\x2f\x43\xa6\xa0\x27\xf0\x2f\x63\x8f\x02\x97\xbb\xfb\x6e\x2d\xef\xc7\x2f\xc4\x18\x20\x76\x83\x57\x82\x8c\x33\xb6\x03\x88\x80\x27\xad\x8c\x7c\xe2\x82\xfd\x34\xbd\x9a\x0c\x75\xc8\xa0\x86\x92\xc7\x9c\x8b\x88\xb3\xf4\x00\x87\xdc\xa9\x63\x0c\xba\x25\xa8\xae\x91\x01\x33\x1b\xc8\xea\x60\x9e\x35\x6e\x0e\xdb\x5b\xfb\xa6\x3f\xed\x66\xce\x72\xd7\x9b\x31\x56\x66\x98\xea\xef\xab\xbe\xa5\x95\x3a\x9d\x50\x70\x21\x0b\x79\x98\x40\xb2\xf0\xae\x01\x6d\xc0\x8c\x91\x31\x15\xce\x56\x3f\xe6\x9c\xba\xd5\x3b\x53\x52\x80\x1a\x91\x77\x8e\xb4\xa5\x07\xa6\xd7\x52\xae\x1a\x56\xd1\x20\xd4\x01\x13\x1b\x4a\x2b\xed\xac\x85\x0e\xf6\x22\x33\x5b\x5f\x70\xe8\x17\xfd\xfd\x9d\x88\x12\x6d\xfa\xef\x2a\x5d\xf1\x5f\x69\x8f\x94\x15\x7d\xdf\x51\xc3\x95\x86\xed\xab\x29\x7b\xca\xe9\x06\x36\x24\x80\x42\xba\x22\x16\xf7\x4b\xe1\x08\x8c\x43\xfa\xc3\x36\x00\x92\x4d\x90\x75\xfe\x0c\x72\xfb\x37\x97\xe6\xff\xf2\x74\x1e\x6a\x8a\x3d\x38\xe8\xca\xf9\xbf\x5d\xff\x0f\xce\xd0\x12\x00\x00\xb0\x08\x00\x1c\xba\x07\x00\x1c\x4a\xfc\x6f\xee\xd1\x7f\x77\x82\xfe\xef\xdc\x9f\xff\x8f\xb8\x7f\xe5\xc5\x81\xff\x63\xef\xbf\xe2\x83\x5f\x49\x4e\x07\x07\x3d\xdf\xfe\x95\x8d\x9f\xfd\x6f\xf7\xfe\xd3\x4b\xfb\x69\x00\xe0\x7a\x27\x00\x70\xa6\x05\x00\xb8\x10\xf1\x1f\xeb\xff\xc3\xbd\x95\x03\x00\x04\x8f\x01\x00\x67\x41\xff\x67\xae\x4e\x17\x00\xb8\xa6\x07\x00\x9c\xea\xfc\x77\xee\x3f\xf9\x62\x9f\xbe\x7b\xf2\x4a\xdc\xda\xe8\x9b\x55\xe4\x27\xc5\xcb\x5f\x7e\x9e\xff\xe7\xbd\x07\x18\xea\xc1\x01\x00\x00\x96\xd8\x38\x7e\x78\xe7\xe0\xa0\xeb\x68\x63\xc2\x49\x78\xe9\xef\x2d\xbe\xf4\x86\xff\xee\xa6\xf5\x6a\x05\x9c\xfe\xb3\xfc\xe0\xbb\x58\x16\x20\x4d\xe9\x16\x00\xe0\x61\x7a\x70\xf0\x7e\xe7\x60\xb1\xe5\xee\xff\xe0\x04\xc6\x83\x0f\x7e\x8e\xe8\x00\x0c\xeb\xbe\x00\x00\x16\xea\xff\x70\xfc\x9b\x97\xff\x07\x77\x64\xef\xce\xc1\x41\xb0\x11\x00\xd4\x3a\x0c\x00\xdc\x48\xf8\x87\xfb\x9b\x38\x13\xe8\xe9\xf1\xcf\xdf\xfb\x05\xf8\x78\x58\x59\xdb\x88\xfe\xab\x83\xcf\x84\x7f\xcd\x18\x0b\xf6\xf1\x0e\x76\xfd\xb7\xa9\x9f\x76\x7f\xf1\xc4\x0c\x00\x00\xd8\x00\x00\x00\x41\x80\x16\xc0\x17\xe0\x07\x08\x03\x04\x00\x3c\x01\x1e\x80\x67\x80\x20\x80\x28\x40\x01\x00\x03\xc0\x00\xaa\x00\x51\x80\x1e\xe0\x05\x20\x08\xe0\x0e\x08\x00\xbc\x00\x38\x03\x82\x00\x9e\x00\xdf\x7f\x22\x6f\x80\xe8\x3f\x27\xbd\x01\xbe\x80\x80\xff\x8a\x5f\x00\x02\xff\xc9\xfe\x7f\x2a\x18\xe0\x03\x00\x04\x3e\x55\x54\xf8\x57\xd5\xd3\x06\x00\xc0\x51\xee\xc1\xc1\x07\x19\x00\xe0\x58\x39\x00\xf0\x33\xe5\xe0\xe0\x7b\xf5\xc1\xc1\xcf\x5a\x00\xe0\x70\x0d\x00\x30\x99\xf9\xff\x05\x00\x00\xff\xff\x12\x78\xef\xbb\x20\xee\x00\x00"); -const _dac ="\u0044\u0065\u0076\u0069\u0063\u0065\u0043\u006c\u0061\u0073\u0073\u0055\u006e\u0064\u0065\u0066\u0069n\u0065\u0064D\u0065\u0076\u0069\u0063\u0065\u0043\u006c\u0061\u0073\u0073\u0053\u0043\u004e\u0052\u0044\u0065\u0076\u0069\u0063\u0065\u0043\u006c\u0061\u0073\u0073\u004d\u004e\u0054\u0052\u0044\u0065v\u0069\u0063\u0065C\u006c\u0061\u0073s\u0050\u0052\u0054\u0052\u0044\u0065\u0076\u0069\u0063\u0065\u0043\u006c\u0061\u0073\u0073L\u0049\u004e\u004b\u0044\u0065\u0076\u0069\u0063\u0065\u0043l\u0061\u0073\u0073\u0053\u0050\u0041\u0043\u0044\u0065\u0076i\u0063\u0065\u0043\u006c\u0061\u0073\u0073\u0041\u0042\u0053\u0054D\u0065\u0076\u0069\u0063\u0065\u0043\u006c\u0061\u0073\u0073\u004e\u004d\u0043\u004c"; -func NewISOCoatedV2Gray1CBasOutputIntent (subtype _ga .PdfOutputIntentType )(*_ga .PdfOutputIntent ,error ){_aee ,_fdba :=_dc ();if _fdba !=nil {return nil ,_fdba ;};_dadf :=_ga .NewCustomPdfOutputIntent ("\u0049S\u004f\u0020\u0043\u006fa\u0074\u0065\u0064\u0020\u0047r\u0065y\u0020v\u0032\u0020\u0031\u0043\u0020\u0042\u0061s","\u0049\u0053\u004fco\u0061\u0074\u0065\u0064\u005f\u0067\u0072\u0065\u0079\u0031\u0063\u005f\u0076\u0032\u005f\u0062\u0061\u0073","\u0054\u0068\u0069\u0073\u0020\u0049\u0043\u0043\u0020\u0067\u0072e\u0079\u0073\u0063\u0061\u006c\u0065\u0020\u0070\u0072\u006f\u0066\u0069\u006c\u0065\u0020\u0069\u0073\u0020\u0062\u0061\u0073\u0065\u0064\u0020\u006f\u006e\u0020\u0074\u0068\u0065 \u0063\u0068\u0061\u0072\u0061\u0063\u0074\u0065\u0072\u0069\u007a\u0061\u0074\u0069\u006f\u006e\u0020\u0064\u0061t\u0061\u0020\u201e\u0046O\u0047R\u0041\u0033\u0039\u004c\u002e\u0074x\u0074\u201c\u002e\u0020\u0054\u0068\u0065\u0020\u0067\u0072\u0065\u0079\u0073\u0063\u0061\u006c\u0065\u0020\u0070\u0072\u006f\u0066\u0069\u006c\u0065\u0020\u0028\u0031c\u0029\u0020\u0069s\u0020\u0063\u006f\u006e\u0073\u0069\u0073\u0074\u0065\u006e\u0074\u0020\u0077\u0069t\u0068\u0020\u0049\u0053O\u0063\u006f\u0061\u0074\u0065\u0064\u005f\u0076\u0032\u005f\u0062\u0061\u0073\u002eI\u0043\u0043\u003a\u000a\u002d \u006d\u0061\u0078\u0069\u006d\u0075\u006d\u0020\u0062\u006c\u0061\u0063\u006b\u003a\u0020\u0031\u0030\u0030\u0025\u000a\u002d\u0020\u0077\u0068\u0069\u0074\u0065p\u006f\u0069\u006e\u0074 \u0061\u0064\u0065q\u0075a\u0074\u0065 \u0074\u006f\u0020\u0046\u004f\u0047\u0052\u0041\u0033\u0039\u004c\u0020\u0066\u006fr\u0020\u0061\u0020\u0063\u006f\u0072\u0072\u0065\u0063\u0074 p\u0061\u0070\u0065\u0072 \u0073\u0069\u006d\u0075\u006c\u0061\u0074\u0069o\u006e\u0020",_aee ,1); -if _eda :=_dadf .SetSubtype (subtype );_eda !=nil {return nil ,_eda ;};return _dadf ,nil ;};func (_fab bindataFileInfo )Size ()int64 {return _fab ._cc };var _cag =[...]uint16 {0,20,34,48,62,77,91,105,120,134,148,163,177,192,207,222,237,252,267,282,297,312,327,342,357,372,387}; -func NewCmykIsoCoatedV2OutputIntent (subtype _ga .PdfOutputIntentType )(*_ga .PdfOutputIntent ,error ){_cfc ,_aba :=_ee ();if _aba !=nil {return nil ,_aba ;};_dada :=_ga .NewCustomPdfOutputIntent ("I\u0053\u004f\u0020\u0043oa\u0074e\u0064\u0020\u0076\u0032\u00203\u0030\u0030\u0020\u0062\u0061\u0073","I\u0053O\u0063\u006f\u0061\u0074\u0065\u0064\u005f\u00762\u005f\u0033\u0030\u0030_b\u0061\u0073","\u0054h\u0069\u0073\u0020\u0049\u0043\u0043\u0020\u0070\u0072\u006f\u0066\u0069\u006c\u0065\u0020\u0069\u0073\u0020b\u0061\u0073ed\u0020\u006f\u006e\u0020\u0074\u0068e\u0020\u0063\u0068\u0061r\u0061\u0063\u0074\u0065\u0072\u0069\u007a\u0061\u0074\u0069\u006f\u006e\u0020\u0064\u0061t\u0061\u0020\u201e\u0046\u004f\u0047\u0052\u0041\u0033\u0039\u004c\u002e\u0074\u0078\u0074\u201c\u002e\u0020\u0054\u0068\u0065\u0020\u006d\u0061\u0078\u0069\u006d\u0075\u006d\u0020\u0069\u006e\u006b\u0020\u0063\u006f\u0076\u0065\u0072\u0061\u0067\u0065\u0020f\u006f\u0072\u0020\u0074\u0068e\u0020\u0073\u0065\u0070\u0061\u0072\u0061t\u0069\u006f\u006e \u0069\u0073\u00203\u0030\u0030\u0025\u002e\u0020T\u0068\u0065\u0072\u0065f\u006fr\u0065\u0020t\u0068\u0069\u0073\u0020pr\u006f\u0066\u0069\u006c\u0065\u0020\u0069s\u0020\u0076\u0061\u006c\u0069\u0064\u0020f\u006f\u0072\u0020\u0074h\u0065\u0020\u0070\u0072\u0069\u006et\u0069n\u0067\u0020\u0063\u006f\u006e\u0064\u0069\u0074\u0069\u006f\u006e\u0073\u0020\u0072\u0065\u0067\u0061\u0072\u0064\u0069\u006e\u0067\u0020\u0049\u0053\u004f\u0020\u0031\u0032\u0036\u00347\u002d\u0032\u003a\u0032\u0030\u0030\u0034\u002f\u0020\u0041\u006d\u0064\u0020\u0031\u0020\u0028\u0032\u0030\u00307\u0029\u003a\u000a\u002d\u0020\u0073\u0068\u0065\u0074\u002d\u0066e\u0064 \u006f\u0066\u0066\u0073\u0065\u0074\u0020\u0070\u0072\u0069\u006et\n\u002d\u0020\u0070\u0061p\u0065\u0072\u0020t\u0079\u0070\u0065\u0020\u0031\u0020\u0061\u006e\u0064\u0020\u0032\n\u002d\u0020\u0067\u006c\u006f\u0073s\u0079\u002f\u006d\u0061\u0074\u0074\u0065\u0020\u0063\u006f\u0061\u0074e\u0064\n\u002d \u0054\u0056\u0049\u0020\u0061\u0074\u00204\u0030\u0025:\u0020\u0043\u004d\u0059\u0020\u003d\u00201\u0033\u0025 \u002f\u0020\u004b\u0020\u003d\u0020\u0031\u0036\u0025",_cfc ,4); -if _bg :=_dada .SetSubtype (subtype );_bg !=nil {return nil ,_bg ;};return _dada ,nil ;};type DeviceClass int ;func RestoreAssets (dir ,name string )error {_fdb ,_gfd :=AssetDir (name );if _gfd !=nil {return RestoreAsset (dir ,name );};for _ ,_ad :=range _fdb {_gfd =RestoreAssets (dir ,_g .Join (name ,_ad )); -if _gfd !=nil {return _gfd ;};};return nil ;};func _dgd ()(*asset ,error ){_gg ,_baa :=_cbe ();if _baa !=nil {return nil ,_baa ;};_df :=bindataFileInfo {_ed :"\u0073\u0052\u0047\u0042\u005f\u0076\u0034\u005f\u0049\u0043\u0043_\u0070\u0072\u0065\u0066\u0065\u0072\u0065\u006e\u0063\u0065.\u0069\u0063\u0063",_cc :60960,_ea :_fe .FileMode (436),_fc :_e .Unix (1628763334,0)}; -_gaae :=&asset {_be :_gg ,_dg :_df };return _gaae ,nil ;};func _ (){var _feb [1]struct{};_ =_feb [DeviceClassUndefined -0];_ =_feb [DeviceClassSCNR -1];_ =_feb [DeviceClassMNTR -2];_ =_feb [DeviceClassPRTR -3];_ =_feb [DeviceClassLINK -4];_ =_feb [DeviceClassSPAC -5]; -_ =_feb [DeviceClassABST -6];_ =_feb [DeviceClassNMCL -7];};type bindataFileInfo struct{_ed string ;_cc int64 ;_ea _fe .FileMode ;_fc _e .Time ;};func NewSRGBv2OutputIntent (subtype _ga .PdfOutputIntentType )(*_ga .PdfOutputIntent ,error ){_eca ,_dcf :=_fce (); -if _dcf !=nil {return nil ,_dcf ;};_fbaf :=_ga .NewCustomPdfOutputIntent ("\u0073\u0052\u0047\u0042\u0076\u0032","\u0043\u0075\u0073\u0074\u006f\u006d","\u0073R\u0047B\u0020\u0063\u006f\u006c\u006fr\u0020\u0070r\u006f\u0066\u0069\u006c\u0065",_eca ,3); -if _fgb :=_fbaf .SetSubtype (subtype );_fgb !=nil {return nil ,_fgb ;};return _fbaf ,nil ;};type bintree struct{Func func ()(*asset ,error );Children map[string ]*bintree ;};var _facf =map[string ]func ()(*asset ,error ){"\u0049S\u004f\u0063\u006f\u0061\u0074\u0065\u0064\u005f\u0076\u0032\u005f3\u0030\u0030\u005f\u0062\u0061\u0073\u002e\u0049\u0043\u0043":_bef ,"I\u0053\u004f\u0063\u006f\u0061\u0074e\u0064\u005f\u0076\u0032\u005f\u0067\u0072\u0065\u00791\u0063\u005f\u0062a\u0073.\u0069\u0063\u0063":_ge ,"\u0073\u0052\u0047B\u0032\u0030\u0031\u0034\u002e\u0069\u0063\u0063":_cd ,"\u0073\u0052\u0047\u0042\u005f\u0076\u0034\u005f\u0049\u0043\u0043_\u0070\u0072\u0065\u0066\u0065\u0072\u0065\u006e\u0063\u0065.\u0069\u0063\u0063":_dgd }; -func _abc (_ba []byte ,_eb string )([]byte ,error ){_gd ,_gaa :=_fa .NewReader (_b .NewBuffer (_ba ));if _gaa !=nil {return nil ,_c .Errorf ("R\u0065\u0061\u0064\u0020\u0025\u0071\u003a\u0020\u0025\u0076",_eb ,_gaa );};var _fd _b .Buffer ;_ ,_gaa =_eg .Copy (&_fd ,_gd ); -_bf :=_gd .Close ();if _gaa !=nil {return nil ,_c .Errorf ("R\u0065\u0061\u0064\u0020\u0025\u0071\u003a\u0020\u0025\u0076",_eb ,_gaa );};if _bf !=nil {return nil ,_gaa ;};return _fd .Bytes (),nil ;};func _ (){var _gfa [1]struct{};_ =_gfa [ColorSpaceUndefined -0]; -_ =_gfa [ColorSpaceXYZ -1];_ =_gfa [ColorSpaceLAB -2];_ =_gfa [ColorSpaceLUV -3];_ =_gfa [ColorSpaceYCBR -4];_ =_gfa [ColorSpaceYXY -5];_ =_gfa [ColorSpaceRGB -6];_ =_gfa [ColorSpaceGRAY -7];_ =_gfa [ColorSpaceHSV -8];_ =_gfa [ColorSpaceHLS -9];_ =_gfa [ColorSpaceCMYK -10]; -_ =_gfa [ColorSpaceCMY -11];_ =_gfa [ColorSpace2CLR -12];_ =_gfa [ColorSpace3CLR -13];_ =_gfa [ColorSpace4CLR -14];_ =_gfa [ColorSpace5CLR -15];_ =_gfa [ColorSpace6CLR -16];_ =_gfa [ColorSpace7CLR -17];_ =_gfa [ColorSpace8CLR -18];_ =_gfa [ColorSpace9CLR -19]; -_ =_gfa [ColorSpaceACLR -20];_ =_gfa [ColorSpaceBCLR -21];_ =_gfa [ColorSpaceCCLR -22];_ =_gfa [ColorSpaceDCLR -23];_ =_gfa [ColorSpaceECLR -24];_ =_gfa [ColorSpaceFCLR -25];};func (_fgd bindataFileInfo )Mode ()_fe .FileMode {return _fgd ._ea };func NewSRGBv4OutputIntent (subtype _ga .PdfOutputIntentType )(*_ga .PdfOutputIntent ,error ){_cga ,_fdc :=_cbe (); -if _fdc !=nil {return nil ,_fdc ;};_eed :=_ga .NewCustomPdfOutputIntent ("\u0073\u0052\u0047\u0042\u0076\u0034","\u0043\u0075\u0073\u0074\u006f\u006d","\u0073\u0052G\u0042\u0020\u0049E\u0043\u0036\u0031\u0036\u0039\u0036\u0036\u002d\u0034",_cga ,3);if _fag :=_eed .SetSubtype (subtype ); -_fag !=nil {return nil ,_fag ;};return _eed ,nil ;};const _eab ="\u0043\u006fl\u006f\u0072\u0053\u0070\u0061\u0063\u0065Un\u0064\u0065\u0066\u0069\u006e\u0065\u0064\u0043\u006f\u006c\u006f\u0072\u0053\u0070\u0061\u0063\u0065\u0058Y\u005a\u0043\u006f\u006c\u006f\u0072\u0053\u0070\u0061\u0063\u0065L\u0041\u0042C\u006f\u006c\u006f\u0072Spa\u0063\u0065\u004c\u0055\u0056\u0043\u006f\u006c\u006f\u0072\u0053\u0070\u0061\u0063\u0065\u0059\u0043\u0042R\u0043\u006f\u006c\u006f\u0072\u0053\u0070\u0061\u0063\u0065\u0059\u0058\u0059\u0043\u006f\u006c\u006f\u0072\u0053\u0070\u0061ce\u0052\u0047\u0042\u0043\u006f\u006c\u006f\u0072\u0053p\u0061\u0063\u0065\u0047\u0052\u0041\u0059C\u006f\u006c\u006fr\u0053\u0070\u0061\u0063\u0065\u0048\u0053\u0056C\u006f\u006c\u006f\u0072S\u0070\u0061\u0063\u0065\u0048\u004c\u0053\u0043o\u006c\u006frS\u0070\u0061\u0063e\u0043\u004d\u0059\u004b\u0043\u006f\u006c\u006f\u0072\u0053\u0070\u0061\u0063\u0065\u0043\u004d\u0059\u0043o\u006c\u006f\u0072\u0053p\u0061\u0063\u0065\u0032\u0043L\u0052\u0043\u006f\u006c\u006f\u0072\u0053p\u0061c\u0065\u0033\u0043\u004c\u0052\u0043\u006f\u006c\u006f\u0072\u0053\u0070\u0061\u0063\u0065\u0034\u0043\u004c\u0052\u0043\u006f\u006c\u006fr\u0053\u0070a\u0063\u00655\u0043\u004c\u0052C\u006f\u006c\u006f\u0072\u0053\u0070\u0061\u0063\u0065\u0036\u0043\u004c\u0052\u0043\u006f\u006c\u006f\u0072\u0053\u0070a\u0063\u0065\u0037\u0043\u004c\u0052\u0043\u006f\u006c\u006fr\u0053\u0070\u0061\u0063\u0065\u0038\u0043\u004c\u0052\u0043o\u006c\u006fr\u0053\u0070\u0061\u0063\u0065\u0039C\u004cR\u0043\u006f\u006c\u006f\u0072\u0053\u0070\u0061\u0063\u0065\u0041\u0043\u004c\u0052\u0043\u006f\u006c\u006f\u0072\u0053\u0070\u0061\u0063\u0065\u0042\u0043\u004cR\u0043\u006f\u006c\u006f\u0072\u0053p\u0061\u0063\u0065\u0043\u0043\u004c\u0052C\u006f\u006c\u006f\u0072\u0053\u0070\u0061\u0063\u0065\u0044C\u004c\u0052\u0043o\u006c\u006f\u0072\u0053p\u0061\u0063eE\u0043\u004c\u0052\u0043\u006f\u006co\u0072\u0053\u0070\u0061\u0063\u0065\u0046\u0043L\u0052"; +package colorprofile ;import (_b "bytes";_da "compress/gzip";_bg "encoding/hex";_e "errors";_a "fmt";_ae "github.com/unidoc/unipdf/v3/model";_fd "io";_ee "io/ioutil";_bf "os";_c "path/filepath";_d "strconv";_g "strings";_ec "time";);var _badb =[...]uint16 {0,20,34,48,62,77,91,105,120,134,148,163,177,192,207,222,237,252,267,282,297,312,327,342,357,372,387}; +const _dfg ="\u0043\u006fl\u006f\u0072\u0053\u0070\u0061\u0063\u0065Un\u0064\u0065\u0066\u0069\u006e\u0065\u0064\u0043\u006f\u006c\u006f\u0072\u0053\u0070\u0061\u0063\u0065\u0058Y\u005a\u0043\u006f\u006c\u006f\u0072\u0053\u0070\u0061\u0063\u0065L\u0041\u0042C\u006f\u006c\u006f\u0072Spa\u0063\u0065\u004c\u0055\u0056\u0043\u006f\u006c\u006f\u0072\u0053\u0070\u0061\u0063\u0065\u0059\u0043\u0042R\u0043\u006f\u006c\u006f\u0072\u0053\u0070\u0061\u0063\u0065\u0059\u0058\u0059\u0043\u006f\u006c\u006f\u0072\u0053\u0070\u0061ce\u0052\u0047\u0042\u0043\u006f\u006c\u006f\u0072\u0053p\u0061\u0063\u0065\u0047\u0052\u0041\u0059C\u006f\u006c\u006fr\u0053\u0070\u0061\u0063\u0065\u0048\u0053\u0056C\u006f\u006c\u006f\u0072S\u0070\u0061\u0063\u0065\u0048\u004c\u0053\u0043o\u006c\u006frS\u0070\u0061\u0063e\u0043\u004d\u0059\u004b\u0043\u006f\u006c\u006f\u0072\u0053\u0070\u0061\u0063\u0065\u0043\u004d\u0059\u0043o\u006c\u006f\u0072\u0053p\u0061\u0063\u0065\u0032\u0043L\u0052\u0043\u006f\u006c\u006f\u0072\u0053p\u0061c\u0065\u0033\u0043\u004c\u0052\u0043\u006f\u006c\u006f\u0072\u0053\u0070\u0061\u0063\u0065\u0034\u0043\u004c\u0052\u0043\u006f\u006c\u006fr\u0053\u0070a\u0063\u00655\u0043\u004c\u0052C\u006f\u006c\u006f\u0072\u0053\u0070\u0061\u0063\u0065\u0036\u0043\u004c\u0052\u0043\u006f\u006c\u006f\u0072\u0053\u0070a\u0063\u0065\u0037\u0043\u004c\u0052\u0043\u006f\u006c\u006fr\u0053\u0070\u0061\u0063\u0065\u0038\u0043\u004c\u0052\u0043o\u006c\u006fr\u0053\u0070\u0061\u0063\u0065\u0039C\u004cR\u0043\u006f\u006c\u006f\u0072\u0053\u0070\u0061\u0063\u0065\u0041\u0043\u004c\u0052\u0043\u006f\u006c\u006f\u0072\u0053\u0070\u0061\u0063\u0065\u0042\u0043\u004cR\u0043\u006f\u006c\u006f\u0072\u0053p\u0061\u0063\u0065\u0043\u0043\u004c\u0052C\u006f\u006c\u006f\u0072\u0053\u0070\u0061\u0063\u0065\u0044C\u004c\u0052\u0043o\u006c\u006f\u0072\u0053p\u0061\u0063eE\u0043\u004c\u0052\u0043\u006f\u006co\u0072\u0053\u0070\u0061\u0063\u0065\u0046\u0043L\u0052"; +var (ErrUndefinedHeaderDeviceClass =_e .New ("\u0075\u006ed\u0065\u0066\u0069\u006e\u0065\u0064\u0020\u0068\u0065\u0061\u0064\u0065\u0072\u0020\u0064\u0065\u0076\u0069\u0063\u0065\u0020\u0063la\u0073\u0073");ErrUndefinedHeaderColorSpace =_e .New ("\u0075\u006e\u0064\u0065f\u0069\u006e\u0065\u0064\u0020\u0068\u0065\u0061\u0064\u0065r\u0020c\u006f\u006c\u006f\u0072\u0020\u0073\u0070a\u0063\u0065"); +);const (ColorSpaceUndefined ColorSpace =iota ;ColorSpaceXYZ ;ColorSpaceLAB ;ColorSpaceLUV ;ColorSpaceYCBR ;ColorSpaceYXY ;ColorSpaceRGB ;ColorSpaceGRAY ;ColorSpaceHSV ;ColorSpaceHLS ;ColorSpaceCMYK ;ColorSpaceCMY ;ColorSpace2CLR ;ColorSpace3CLR ;ColorSpace4CLR ; +ColorSpace5CLR ;ColorSpace6CLR ;ColorSpace7CLR ;ColorSpace8CLR ;ColorSpace9CLR ;ColorSpaceACLR ;ColorSpaceBCLR ;ColorSpaceCCLR ;ColorSpaceDCLR ;ColorSpaceECLR ;ColorSpaceFCLR ;);type asset struct{_fe []byte ;_bgb _bf .FileInfo ;};var _ded =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x74\xf1\x75\x54\x94\x6f\xf8\xee\x81\x8e\x5d\x28\xd8\x8a\x85\xa2\x02\x06\x22\x28\x61\x53\x62\x01\x12\xa2\x80\x4a\x88\x20\x48\x49\x33\xf3\xf6\x74\x37\x4c\x30\x0c\xc3\x0c\xdd\xdd\xdd\x25\xa2\x52\x2a\x26\x62\x77\xf7\x59\xdf\xfd\xdb\x6b\xed\xb3\xd7\x39\xfb\xfa\xe7\xfd\xbc\xd7\x73\xad\x75\xdf\xcf\x73\xe1\x74\xb4\xdb\xad\x4f\x9f\x3e\x35\x5d\x07\x87\x8b\x8c\x8a\x89\xb2\x75\xf4\x3c\x79\xca\xcf\x5f\x6f\xce\x28\x6e\x3a\x6e\x1e\x4e\x1b\xb7\x1b\xb7\xda\xef\x52\x74\xe4\x7f\x19\xdc\xff\x53\x5f\x47\x70\xd3\xfe\xfb\xde\xda\xe9\x7f\xdc\xd6\xf6\xff\x9d\xfb\xff\x2b\xad\x80\xcb\xd1\x97\x70\xb8\x69\xcb\x70\x38\x9c\xe5\xa5\xc8\xa8\x18\x1c\x6e\xda\x7f\xb3\x7c\xe3\x63\x22\xff\xe3\x7c\x1c\x0e\xb7\xcc\xff\xea\xff\xe2\xe6\xff\xd8\xda\xd4\xc6\x04\x87\x9b\x76\x1b\x37\xed\xf2\x79\x6b\x53\x9b\xdd\xb8\x69\x41\x26\xff\x9b\x4d\x71\xd3\xfb\x59\xff\xb1\x8d\xa9\xb5\x09\x6e\xe6\xee\xe7\xb8\x99\xd7\x4e\xd8\x98\x5a\xef\xc6\xcd\x55\xef\xf9\xdf\x6c\x8a\x5b\xb8\x0c\xc1\xe1\xb2\x7a\x83\xfc\xc2\x62\x70\x0b\xeb\x4f\xe1\xa6\xad\x99\x19\xe3\x17\x15\x84\x5b\x34\x7a\x1a\x37\xcd\x32\xea\x7f\xf6\xf9\x5f\xd2\x3b\xee\xe6\xac\x67\x1b\xe1\x17\x73\x39\x40\x2f\xce\x54\xcf\xcc\xc4\x64\x8b\x9e\xa1\xbf\x5f\xf4\x71\x5b\xdb\x88\xd0\x88\x28\xa3\xff\xaf\x6b\x4c\xc3\xc5\x5c\x4e\x88\xf9\x8f\xfe\xcf\xb9\xde\x7f\xcf\x19\x7c\xe9\xaa\x5e\xdc\x6e\x63\x53\xbd\x9d\x7a\xb6\x11\x91\x89\x51\xc1\x41\x57\x62\xf4\x0c\x2f\x19\xe9\x99\x9a\x98\x98\xef\x34\x35\x31\xb1\xd0\xfb\x9f\xb0\x5b\x44\x68\x6c\x4c\x70\x44\x78\xf4\x0e\x3d\xeb\xd0\x50\x3d\xd7\xff\x82\xd1\x7a\xae\x97\xa3\x2f\x47\xc5\x5d\x0e\x30\xc6\x9d\xf3\xf4\xd2\xfb\x9f\x59\x63\x76\x38\xdc\x43\x47\x1c\xae\xf1\xce\xff\xf1\x66\x9c\xc0\xe1\x66\x5c\xc3\xe1\xa6\xb7\x86\x05\xc6\x98\xfe\xe7\xcc\x9c\xb1\x00\xf7\x3f\xbd\xfc\x5f\x6b\xfe\xff\xfc\x4f\xfb\x5f\xe6\xb4\x6f\x33\xde\xce\x9a\x9a\x73\x7f\xde\xc8\x82\x5b\x0b\xc7\xb5\x9f\x2e\xfe\xb0\xf4\xcf\x8a\x79\xab\x96\xea\xae\x5b\x6b\xb4\xde\x54\xcf\x6a\xd3\xc1\xcd\x87\xb7\x1e\x31\x3c\xbc\xed\xd0\x8e\x83\xc6\xfb\x4c\x2c\x4d\xf7\x9a\x95\xee\x29\xde\x5b\x60\x9e\x67\x91\x63\x99\x65\x95\xb1\x4f\xb3\x5f\x7d\x20\xfd\x60\xfa\xa1\xf4\xc3\xe9\x47\xd4\xd6\x19\x36\x59\xb6\x39\x76\xf9\xf6\x45\x47\xcb\x1c\xaa\x8e\xd5\x1d\x6f\x3e\xd1\x7e\xb2\xfb\xd4\x80\x63\xaf\x53\x97\x73\xc7\xe9\x56\x97\x26\xd7\x7a\xb7\x1a\xf7\xca\x33\xa5\x1e\x45\x67\xf3\xce\x65\x79\xaa\xbd\x94\xde\x29\xe7\x65\x17\xa4\x17\xe5\x3e\x4a\xdf\x0c\xbf\x02\xff\xaa\x4b\x6d\x01\x37\x2e\xdf\x0f\x9c\x0c\x7a\x7c\xe5\x61\xf0\x83\x90\xfb\x57\x27\x42\x27\xc2\xee\x87\xdf\x8f\x78\x10\xf9\xf0\xda\xa3\xa8\x27\xd1\x4f\x63\xa6\x62\x9f\xc7\xbd\x8c\x7f\x9d\xf0\x36\xf1\x03\xfe\x13\xe1\x0b\xf0\x1d\xfc\x09\xfd\x41\x70\x48\x0e\xea\x8a\xfe\xc6\x32\x88\x4e\xc4\xef\x24\x15\xf9\x24\xf9\x33\x25\x95\x7a\x8c\xfa\x81\x26\xa7\xdb\xd3\xdf\x31\x24\x4c\x1b\xe6\x6b\x56\x32\xdb\x9a\xfd\x8a\x93\xc4\x3d\xc2\x7d\xc5\x4b\xe2\xdb\xf0\xdf\x08\xa4\x42\x7b\xe1\x47\x91\x52\xec\x28\xfe\x95\x94\x9b\xec\x25\x99\x2f\xa9\x93\x86\xc9\x56\xca\x5a\xe4\x21\x29\xcb\x52\x1a\x15\xc1\xa9\xcb\x52\x9b\x94\x57\xd3\x56\xa4\xb5\xaa\xc2\xd3\x75\xd3\x3b\xd4\xd7\x34\xeb\x34\x3d\x19\xb1\x99\x1b\x33\x07\xb2\x12\xb3\xb7\x64\x0f\xe5\x80\xb9\x46\xb9\xc3\x79\x68\xfe\xce\xfc\xb1\x02\x52\xa1\x49\xe1\xdd\x22\x4a\xb1\x69\xf1\x44\x09\xad\xd4\xac\x74\xa2\x8c\x51\xbe\xaf\xfc\x45\x85\xa4\xf2\x68\xe5\xe7\x2a\x55\xb5\x53\xf5\xcf\x9a\xcc\x5a\xd7\xda\xbf\x75\xb9\xf5\xe7\x1a\x66\x37\x54\x34\x06\x34\x2d\x6d\x6a\x6d\xbe\xd6\xb2\xa1\xe5\x7a\x2b\xd0\x66\xd4\x36\xda\x4e\xec\xd8\xd5\x71\xa7\x93\xd4\xb5\xb3\x6b\xb8\x1b\xec\xd1\xef\xe9\xe9\x0d\xeb\xd3\xe9\x2b\xeb\x77\x1f\x30\xb8\xce\x1f\xfc\x31\xe4\x73\xb3\xf5\xf6\xa6\x61\x64\xe4\xde\x98\xf9\x38\xfb\xce\xe3\x7b\x7b\x27\xa8\xf7\x47\x1e\xea\x3f\x8a\x78\x5c\x33\x39\xed\xe9\xf1\x29\xc1\xb3\x6f\x2f\xbc\x5e\xd6\xbf\x5e\xfb\x86\xf0\x76\xf4\xbd\xe9\x07\xc6\xc7\x47\x9f\xf7\x7c\xa1\x7c\x1d\xfe\xbe\xe9\x47\xc4\xcf\x86\xdf\x0b\xff\x5c\xf8\x5b\xf8\xef\x1f\x0e\x37\xed\xc7\x8c\x0f\xb3\x5e\xcd\x99\x9c\xf7\x70\xc1\x83\x85\xcf\xb5\x3f\x2e\xfe\xb9\x6c\xc6\x8a\x05\xab\x96\xea\xae\x59\xbb\x79\xfd\x0e\x3d\xd3\x4d\xe6\x9b\x2d\xb7\x5a\x1a\x5a\x6c\xdb\xbb\xc3\xcc\xd8\xd4\xc4\xd4\xd4\xd4\xac\x64\x4f\xd1\xde\x7c\xf3\x5c\x8b\x6c\xcb\x4c\x2b\xcd\x3e\xf5\x7e\xd5\x81\xb4\x83\xa9\x87\x14\x87\x53\x8e\xc8\xad\x65\x36\x52\x5b\xa9\x9d\xcc\x3e\xe5\xa8\xd2\x21\xfd\x58\xf6\xf1\xc2\x13\x55\x27\x5b\x4e\x0d\x38\x76\x3b\x75\x38\xb7\x9d\x6e\x73\x69\x73\x6d\x77\xeb\x74\xef\x3e\xd3\xe7\x71\xfd\xec\x8d\x73\xb7\x3c\x6f\x7b\x0d\x7b\x8f\x9c\x1f\xb9\x30\x72\x71\xc4\x67\xc4\x77\xd4\x6f\xcc\xff\xce\xa5\x89\x80\x87\x97\x27\x03\x1f\x07\xdd\xbd\x32\x1c\x3c\x18\xd2\x7b\xb5\x23\xb4\x25\xac\x31\xbc\x2e\xa2\x3a\xb2\xea\x5a\x65\x54\x65\x74\x65\x4c\x55\x6c\x4d\x5c\x7d\x7c\x73\x42\x47\x62\x2f\xfe\x06\x61\x0c\x78\x08\xbe\x80\x3e\x21\x38\x44\x8d\x3a\xa0\xaf\x31\x01\xd1\x92\xf8\x80\x44\x25\x1b\x93\x47\x29\x08\xd5\x88\x7a\x8b\x06\xd2\x0d\xe9\xb7\x18\x30\x73\x1b\x73\x94\x45\x64\x9b\xb0\x27\x38\x0c\xae\x05\xf7\x29\x4f\xc8\xb7\xe6\xbf\x15\xa4\x08\x4f\x08\xbf\x8b\x32\xc5\xee\x49\xd3\x93\x4a\x92\x7d\x24\x8b\x24\x0d\xd2\x30\xd9\x0a\x59\xa3\x3c\x30\x45\x3b\xa5\x5a\xe1\x9f\xaa\x95\x5a\xa5\xf4\x4f\x5b\x98\x56\xad\x0a\x48\xd7\x4e\xaf\x53\x07\x69\x96\x68\x1a\x33\x42\x32\x57\x64\xb6\x66\x85\x67\xeb\x66\x77\xe6\x44\xe5\xae\xcf\xed\xcd\x8b\xcb\xdf\x94\x3f\x58\x40\x28\x34\x28\xbc\x55\x04\x17\x6f\x2f\x1e\x2b\x21\x95\x9a\x94\xde\x2b\xa3\x95\x9b\x96\xdf\xab\xa0\x54\x9a\x54\xde\xa9\x22\x57\x9b\x54\xdf\xab\xa1\xd5\xee\xad\x7d\x52\x27\xa8\xb7\xa9\xff\xd8\x90\xde\xe8\xda\x34\xa3\xa9\xac\x39\xa0\x65\x59\x4b\x7b\x6b\x74\xdb\xa6\xb6\xa1\x76\xb8\x63\x47\xc7\x78\x27\xa9\x6b\x57\xd7\x58\x37\xda\x63\xd8\x73\xbd\x37\xaa\x6f\x79\x5f\x65\xbf\xc7\xc0\xf6\xeb\xaa\x1b\x4b\x87\xd0\x9b\xaf\x6e\xbb\x0c\x97\x8d\x2e\x1e\x0b\x1d\x6f\xbb\xbb\xe2\x5e\xd0\x44\xf9\xfd\x7f\x0f\x1d\x1e\xb1\x1e\x0f\x4e\x2e\x7e\x7a\x7a\x4a\xf8\xec\xd7\x0b\xff\x97\x9d\xaf\x0d\xdf\xd0\xde\x4e\xbd\xb7\xfe\x20\xfb\xf8\xee\xb3\xf5\x17\xde\xd7\x89\xef\x86\x3f\xa2\x7e\x36\xfd\x5e\xf8\xe7\xfc\xdf\x82\xff\xfa\x9f\x3e\x67\xe6\xa2\xd9\xcb\xe7\xae\x99\xbf\x41\x6b\xfd\xa2\xb5\x3a\xab\x97\xe8\x2e\x5b\xb3\x62\xcd\xaa\x35\xba\xcb\xd7\xfc\x5b\xf7\x6a\xc3\xdd\x8d\x43\xfa\xd7\xb7\xdc\x32\x98\x30\x7a\xb1\xfd\xbb\xf1\x3c\x93\xd5\xa6\xdb\xcc\xca\xf6\x94\xee\x2d\x35\x2f\xb1\x28\xb1\x2c\xb6\x2a\xda\x57\xb0\x3f\xff\x40\xee\xc1\xec\x43\x99\x87\x35\x47\x54\xd6\xa9\x36\x72\x5b\xa9\x9d\xc4\x3e\xf9\xa8\xc4\x41\x7e\x2c\xed\x78\xd6\x89\x92\x93\x0d\xa7\x06\x1c\x5b\x9d\xea\x9c\x2b\x4e\x97\xba\x14\xbb\x16\xbb\x15\xbb\x97\x9e\xa9\xf0\xa8\x3e\x5b\x77\xae\xc9\xb3\xd5\xab\xc3\xbb\xeb\x7c\xcf\x85\xbe\x8b\x03\x3e\x83\xbe\x43\x7e\xb7\xfd\x47\x2f\xdd\x0d\x78\x70\x79\x32\xf0\x49\xd0\xfd\x2b\x63\xc1\xb7\x43\x06\xaf\xf6\x87\x76\x87\x75\x84\xb7\x45\xb4\x44\x36\x5f\x6b\x8a\x6a\x8a\x6e\x8e\x69\x89\x6d\x8b\xeb\x88\xef\x4e\xe8\x4f\x1c\xc2\x8f\x12\x26\x80\x49\xf0\x35\xf4\xe5\xff\xea\xff\x3e\x89\x4c\xde\x49\x1e\xa6\x80\xd4\xad\xd4\x41\x5a\x22\x5d\x9f\x3e\xc0\x48\x60\xea\x33\xaf\xb3\xf0\xec\xad\xec\x9b\x1c\x88\xbb\x9d\x3b\xc6\x23\xf3\xcd\xf8\x0f\x05\x1c\xe1\x01\xe1\x4b\x91\x54\x7c\x4c\xfc\x2d\x29\x2b\xf9\xac\x64\xae\xa4\x56\x1a\x2a\x5b\x2a\xab\x96\x5f\x48\x99\x99\x92\xa7\x70\x57\xfc\x49\xcd\x52\xba\x2a\xff\xa4\xe5\xa8\xdc\xd3\x71\xe9\x05\x6a\x4f\xcd\x6c\x4d\x69\x86\x4f\xa6\x56\x66\x4d\xd6\xe5\xec\x25\xd9\x4d\x39\xa1\xb9\xab\x73\x3b\xf3\xa2\xf3\xf5\xf2\x07\x0a\xf0\x85\x5b\x0b\x6f\x15\x21\xc5\x3b\x8a\xc7\x4a\xc8\xa5\xbb\x4b\x27\xca\xe8\xe5\xe6\xe5\x4f\x2a\xb8\x95\xfb\x2b\x9f\x55\xf1\xab\x0f\x54\x4f\xd5\xf0\x6a\xf7\xd7\x4e\xd5\x09\xea\x0f\xd7\xbf\x6e\x90\x37\x9e\x68\xfc\xd1\x94\xdd\x7c\xb6\x65\x4e\x4b\x65\x6b\x40\xdb\xd2\xb6\x96\xf6\xf0\x8e\x35\x1d\xdd\x9d\xd1\x5d\xeb\xbb\xba\xbb\xaf\xf5\xac\xee\x69\xee\x0d\xea\xd3\xea\x2b\xee\x77\x1b\x30\xb8\xce\x19\xfc\x34\xe4\x71\xb3\xf2\xf6\xb2\xe1\xc8\x91\xde\xb1\x4d\xe3\x09\x77\x06\xee\xe9\x4d\x44\xdd\x6f\x7d\xb8\xf8\x91\xef\xe3\x82\x27\x3f\x9e\xda\x4d\xf1\x9f\xbd\x7d\x71\xe2\x65\xc6\xab\x7f\x6f\x3c\xdf\x96\xbe\x9f\xff\xc1\xef\x63\xd5\xe7\x85\x5f\xfc\xbe\x56\x7c\x9f\xfb\xc3\xfb\x67\xe1\xef\xe9\x7f\x3c\xfe\xe6\xfe\xd7\x3f\xee\xf3\xb4\xe7\xd3\xef\xcd\x18\x9a\xd9\x3b\xab\x7b\xf6\xc0\x9c\x5b\x73\x87\xe7\x8d\xce\x1f\x5b\x70\x47\xeb\xde\xc2\xfb\x8b\x1e\x6b\x4f\xe9\xbc\x5a\xfc\x7e\xc9\xe7\xa5\x3f\x96\xfd\x5b\x31\x73\xe5\xfc\x55\x3a\xab\x57\xe8\xea\xae\xd1\x5d\xab\xbb\x4e\x77\xfd\x9a\x0d\x6b\xf4\xd6\x6c\x5c\xb3\x69\x8d\xbe\xee\x66\xdd\x2d\xab\xb7\xae\x32\x58\x69\xb8\xdc\x68\xe9\xb6\x25\xdb\x17\xef\xd0\xd9\xb9\xd8\x78\xe9\xae\x15\x26\xba\xbb\xf5\x4c\x8d\xcc\xcc\xf6\xec\xd8\xbb\xd5\x5c\xdf\x62\xa3\xe5\x46\xab\x8d\xfb\xf4\xf7\x6f\x39\x60\x78\x70\xfb\xa1\x5d\x87\x4d\x8f\x98\x5b\x5b\xd9\xec\xb7\x3d\x64\x77\xc4\xde\xfa\xa8\xad\x83\xdd\xb1\xa3\xc7\x1d\x4e\x1c\x3f\x79\xe2\xd4\x29\xc7\x13\x4e\xf6\xce\x47\x4e\xef\x77\xb1\x70\x35\x73\xdb\xe5\xbe\xe3\x8c\x91\x87\xc1\xd9\x2d\xe7\x36\x7b\x6e\xf6\xda\xec\xbd\xf9\xfc\xd6\x0b\x86\x17\xb7\xfb\xec\xf2\xdd\xe3\xb7\xcf\xff\xc8\xa5\x63\x01\x2e\x97\xbd\x02\x03\x83\x2e\x5c\xf1\x08\x76\x0e\x39\x71\xf5\x68\xa8\x6d\x98\x4d\xb8\x75\x84\x75\xa4\xf5\x35\xdb\x28\xfb\xe8\x63\x31\x27\x63\x9d\xe3\xdc\xe2\xcf\x25\x5c\x48\xf4\xc7\x07\x11\x42\x81\x6b\x60\x2c\x84\x87\x21\x04\x44\x13\xb0\x28\x62\x18\x29\x88\xec\x47\x39\x4f\xf5\xa0\xb9\xd0\x1d\x19\xc7\x99\x47\x59\x76\x6c\x5b\x8e\x2d\xd7\x8e\x77\x94\x7f\x5c\xe0\x24\x74\x17\x79\x8b\x03\x92\x22\x92\x09\x12\x86\x54\x2a\xe3\xc8\x49\x29\x80\x22\x26\x35\x42\x19\x92\x16\xa8\x0a\x48\xf7\x57\xfb\x6b\xfc\x33\x02\x32\x03\xb3\x82\xb3\x43\x73\xae\xe5\xc6\xe6\x11\xf2\xd1\x02\x5a\x21\xb7\x28\xa9\x38\xb5\x24\xb3\xb4\xb0\xac\xb4\xbc\xb4\xa2\xa4\xb2\xb8\xaa\xa8\xba\xb0\xa6\xa0\x36\xbf\x2e\xaf\x3e\xa7\x21\xab\x31\xa3\x49\xdd\xac\x6a\x51\xb6\x2a\xda\x52\xda\xe5\x1d\x29\x9d\xa9\x5d\xaa\xee\xcc\x9e\xfc\xde\xf2\xbe\xa6\xfe\xfe\x81\xe6\xeb\x95\x83\x85\x37\x72\x86\x32\x6e\xaa\x6f\xa5\xdf\x4e\x1f\x56\x8f\x64\x8c\x66\x8f\xe5\x8d\x17\xdc\x29\xbe\x5b\x7a\xaf\x62\xa2\xfa\x7e\xdd\x83\xc6\x87\xad\x8f\xba\x1e\xf7\x3f\xb9\x39\x39\xfe\xf4\xd1\xd4\xc3\x67\x63\xcf\x07\x5f\x74\xbf\x6c\x7d\x55\xff\xba\xea\x4d\xd9\xdb\xe2\x77\x05\xef\xf3\x3f\xe4\x7d\xcc\xff\x54\xf8\xb9\xe4\x4b\xe5\xd7\xfa\x6f\xed\xdf\x07\x7e\x8c\xfe\x7c\xf4\xeb\xc5\xef\xf7\x7f\xbe\xfe\xfd\xf5\xef\xdf\xbf\x7f\x08\x0e\xfe\xfd\xae\x13\xc1\x21\x73\xef\xff\x46\x70\xc8\x8a\xfe\x4c\x04\x87\x6c\xa9\xc9\x40\xa6\x21\xa6\x9a\x4c\x64\x1a\x62\xcb\x69\x45\xa6\x21\xae\xb1\x7d\xc8\x34\xe4\xb2\xb7\x3b\x32\x0d\x21\x1c\xd8\x86\x4c\x47\xa4\x4b\x6e\x23\x5b\x11\xc5\x3f\x63\x18\x4f\x5a\xff\xf6\x0e\x1c\x45\xcc\xbb\xaf\x05\xc7\x12\xcf\xf4\x0d\xc3\x18\xf6\xa3\xba\x17\xf6\xc1\x76\xaa\x7f\xc3\x19\x18\x89\x33\x07\x2e\xc5\x5c\x62\x6d\xe0\x76\x4c\xdb\x4b\x05\xdf\x41\x47\xf6\x8b\xe0\x57\xa8\x78\xc9\x41\x44\x0f\xb5\xff\x7b\x18\x9e\x43\x8b\x7b\x33\x09\x4f\xa3\x8a\x26\x56\x43\xaf\x28\x8d\x7d\xf3\xa1\x5f\xe4\x3b\x55\xaf\x60\x2d\xf2\x06\xb5\x0b\x6c\x43\x7a\xcf\x76\x86\xcf\x91\x12\x62\x8a\x60\x90\xf8\xcc\x6b\x11\xac\x21\x7a\xec\x5f\x06\xb7\x62\x6d\x8b\xdb\xe1\xbf\xd8\xd2\xdf\xde\x50\x10\xff\xe4\x6b\x1c\xe4\xca\xed\xbe\x6b\x07\xb9\x70\xb6\xf4\x1c\x85\xce\xb2\x32\x2a\x0f\x41\x97\x99\xd6\xaa\x2f\x10\x9e\xb1\x89\xf9\x03\x92\xd3\xe7\x44\x6b\xa0\x09\xea\xf8\xb9\xef\xf0\x1a\x4a\xf2\xbe\xfd\xb0\x03\xd9\x7d\xf1\x36\x38\x91\xf8\xe0\xa7\x06\x8c\x93\x6f\x7f\xe9\x02\x46\x4a\x3a\xc6\xbd\xc1\xc8\xa4\xb0\xae\x20\x90\x20\xb2\x2c\x8f\x02\x93\x04\xba\x69\x4e\x60\x39\x6f\x27\x03\x01\x9f\x70\x0e\x45\x11\xa0\xdd\xac\x43\xe7\x70\x10\xc4\x30\xb3\x62\x42\x85\xb4\xfd\x3a\x0f\xa1\x56\x72\xcb\x77\x2e\x50\x96\x81\x3e\x37\x06\x4a\xd3\x13\x47\xa3\x81\x52\x65\x50\x07\x03\x68\x4d\x89\x2e\xcd\x01\x86\xa5\xbc\xd4\x6c\x70\x4e\x52\x3b\x7d\x11\x68\x21\x7c\x7f\xcd\x13\x64\xf1\x17\x9d\x5d\x05\x3e\xe6\x6c\xb7\xfc\x04\x69\x33\x13\x74\x9a\xc0\x7f\x54\xf5\xd7\xd9\x80\x69\xa5\xdd\xd3\x51\xc0\xa0\x54\xff\xf6\x2b\x60\x65\xc1\x9f\xb6\x25\xc0\x8a\x9c\x9b\xc5\x27\x81\xed\x19\x39\x29\x78\xe0\xa4\x8a\x44\x5d\x0f\x60\x0a\xdb\x88\x3a\x60\x48\xf2\xe6\xcc\x43\x50\x4f\xa4\xb4\xb4\x04\x1d\x78\x77\x74\x8a\xc1\x85\x0c\x87\x4f\xb9\x80\x41\x77\xdb\x13\x47\x00\xd7\x76\xec\x26\x8d\xf0\xa0\xe1\x47\x73\x15\xe1\x7a\x35\xab\x70\x16\xe1\x7a\x99\x96\xcc\x9b\xf0\xaa\x20\x9e\x6c\x05\xac\xcb\xaa\x08\xd7\x07\x7c\x54\x23\xee\xf9\x40\x46\xca\x12\x0b\x00\xe8\x48\x0e\xd2\x91\x02\xf1\xac\x8e\x0f\x04\xe0\xd4\x5d\xe3\x47\xf6\x80\xe1\xed\x1b\x37\xfc\x08\x3f\xae\x9f\x6e\x94\x11\xc6\xba\x2a\xf3\xfe\x10\x7a\x9b\xdf\x4a\xe2\x09\x63\xb5\x3a\x44\x16\xe1\x5f\xe9\xa7\xd0\x52\x60\x45\x5e\x88\x5b\x37\x70\x44\x13\x60\xfe\x11\x08\x54\xdc\xd3\x91\x01\x4b\x38\xe3\xef\x3b\x80\xab\x4f\x6a\x1e\x5e\x06\x0e\x4c\xac\x19\x64\x02\x73\x46\x1c\x1a\x9a\x09\xf7\x06\x37\xe5\x6d\x23\x74\x74\xb5\x25\x97\x11\x7a\x9b\x1d\xb1\x87\x84\x17\xd5\xbc\xd0\xa5\x84\x77\xc5\x66\x6e\x04\x60\x66\xb6\xdc\x7c\x04\x30\x4c\x3b\xa2\xd3\x49\xe8\xe5\x32\xde\xaf\x00\x04\xaf\x46\x1f\x14\x00\x8e\x93\x05\xd7\x5f\x01\x33\x26\x12\x1a\xf4\x08\x03\xc3\x0f\x72\xf9\x84\xdc\x81\x3f\xc9\x06\x04\x4d\x27\x0e\xbb\x4a\xa8\x6d\x28\xbe\x2a\x21\x94\x94\x43\x6e\x7e\x84\xbc\x7c\x0b\xf3\xa7\x84\x7e\xd5\xf0\x62\x73\x82\x0b\x77\xe0\xe7\x09\xe2\x19\xa8\xf7\x65\x28\xf6\x12\xba\x75\x67\x21\xc6\x84\xbe\x74\x9b\x63\xd6\xf0\xa2\x8a\x30\xf4\x39\xa4\x54\x19\xa0\x95\x30\xc6\x4c\x43\x23\xe1\xe6\x68\x77\xd4\x00\xfe\xea\x69\x81\x4c\x20\x56\xfb\x72\x91\x34\x04\x59\xfc\x03\x21\x23\x05\x3f\x02\xb1\x66\xe2\xea\x17\x64\xec\x3c\x96\x3b\xbe\x05\x9b\x8e\x9d\xeb\x0a\x40\xdb\xb1\x45\xe5\x19\x28\x80\xd2\xd3\x12\x51\x2f\xf4\x1e\xe3\x0d\xaa\x87\xf6\x47\xd5\x20\xaf\xd0\xdc\x73\xe9\x48\x0d\xca\xd9\x67\x84\x50\xd1\x84\xc5\xb1\x08\x09\x3d\xf6\x9d\x80\x1d\xa1\x06\x3f\x4f\x41\x1f\x52\x34\x63\xfb\x50\x80\x3c\xd5\xc9\x45\x5d\xc8\xcb\xca\xee\xa2\x6b\x48\x80\xb2\x1f\xf9\x4e\x72\x65\x1c\x46\x7a\x89\xef\xa2\x0c\x91\x6c\x22\x7a\xf6\x2f\x42\x26\x6a\x59\x15\x22\x3e\x98\x72\xf1\x52\xe4\x22\xb6\xe8\x6b\x15\x1a\xcb\xb3\x9a\x1a\x47\x97\x73\x6e\x8f\x20\x48\x0f\xfb\x78\xfb\x53\x84\xcb\x7c\x5a\xea\x8c\xf8\x31\xc4\xa9\x71\x88\x09\x9d\x43\xfb\x81\x68\xd3\xe8\xd7\xb6\x23\xf3\xa8\x21\x67\x67\xc2\x7f\x28\x0e\x96\x4f\xe1\xe7\x64\x33\x1d\x1e\x3c\x42\x1c\xf9\xfc\x09\x19\x94\xd6\x3c\xdd\x84\x04\x26\xf3\x6e\x2b\x91\x25\xe2\x4b\x6d\x8b\xe1\xbb\xc2\xe3\xc5\x44\xb8\x98\x7f\x2c\x65\x18\x26\x73\x13\xa8\x34\x38\x80\x9d\x13\x39\x1f\x0e\x60\xb6\x7b\xe8\xc2\x97\xe9\x0f\x2c\x6d\x61\x67\xda\x3a\x1d\x77\x78\x0b\xb9\xf1\xe3\x2f\x64\x95\xfa\xc7\x93\x95\x70\x9b\x6a\xc3\xcd\x16\x98\x90\xba\xad\x65\x1f\x7c\x44\x7e\xb6\xb0\x12\xd6\x95\x08\xe5\xe6\xd0\x73\xf1\x1b\xca\x3a\xa8\x53\x78\x38\xfc\x2d\xd4\xc5\x23\x9d\x39\x04\xf5\xb2\xfb\x2d\xea\xa0\x22\xa6\xb3\xce\x31\xc8\x9b\x2a\x7a\x0f\xc3\xf8\xf2\xab\x0f\xeb\xe0\xed\xc5\xf1\x37\x0e\x40\x13\xf9\xc4\xc6\x3e\x88\x93\x4d\xc8\x0f\x83\xdc\x34\xb1\xd2\xa5\xd0\xb6\x34\x90\x64\x01\x2d\x49\x09\x09\xf3\x86\xb4\x25\x47\xdd\x97\x42\xf3\x45\xc6\x16\x4b\xc1\x47\xbc\x1c\x9d\x93\xa0\x3f\x63\xdb\x5b\x6d\x98\xda\x99\x72\x7f\x37\x3c\xb3\xc5\x75\x60\x0c\x4a\xad\xdf\x5f\x1f\x0b\xed\xab\xfc\x98\x6b\x06\x3e\x2b\x91\x26\xfd\x03\x9b\xf2\x2d\x30\x2f\x30\x37\xb3\xe0\xea\x00\x98\xa2\x9a\xe7\xfa\x12\xe4\xca\x69\xe6\xfe\xe0\xf9\xe4\xcd\x3a\xb6\x40\x07\x4b\xfa\xea\x25\x5c\x38\x26\xb8\x67\x0c\xef\xb8\x09\xf6\xb5\x42\x85\xfd\xb6\xb5\x01\xd0\xfe\x8e\xf1\xec\xbd\xe0\xfd\x26\x7b\xf1\x66\x30\xb3\x3a\x15\x29\x07\xc9\x25\x0d\x21\xc1\xa0\x5b\x2e\xc9\x75\x06\xb8\x53\x5d\xbf\xf7\x21\xf0\x53\xe1\xaf\xe3\x0c\x78\x73\x54\xaf\x4c\xe1\xce\x47\x1b\xef\x9e\x83\xad\xef\x94\xf5\xbe\x84\xaa\x6f\xeb\xd4\xb0\xa0\xfd\x03\x9b\xb3\xfc\xc1\xf1\x4e\x9c\xc8\x1f\x4c\x6a\xec\x44\x16\x80\x11\x55\x0e\xc1\xb7\x40\xa3\x22\x5b\x97\x06\xe0\x7d\xd6\xeb\xbd\xf5\x40\x8b\xb2\x46\x07\x04\x16\x73\x9d\x5e\x2a\xe0\x7b\xcf\x7f\xde\xa9\x84\x8f\x3d\xd6\xef\x75\x84\x4a\xee\x6e\xac\x7e\x0b\x6d\xbf\xd5\x93\xd9\x07\xd6\xf6\x6f\x13\x8e\x80\x61\xed\x57\x60\x31\xb8\xaf\xde\x33\xd8\x0f\x78\x59\xc6\x76\x49\x06\x52\xf2\xa2\xf7\x76\x00\x81\x2a\x7b\x9d\xe7\x04\x11\x97\xff\xd9\x93\xd2\x0c\x76\x4f\x3e\x20\xff\x03\xa7\x6e\xdf\x23\xdb\x81\xe3\x6d\x34\x52\x3e\x78\xaf\x44\x8f\xb4\x11\x9a\xa6\xb8\x44\xd4\x40\xf5\x34\x2b\xa2\x2e\xbc\x25\x92\x89\x31\x60\x92\xc7\x6b\xf4\x0f\x3c\x65\xf9\x01\x85\x11\x07\x9d\x76\xf4\x14\x22\xfd\x14\x4d\xd1\xc7\xe6\x3c\xf9\x4d\x0e\x43\xab\x6f\xfd\x25\x35\xa0\x7e\xad\xd5\xa4\x7d\xe8\xec\xe2\x8b\xc4\x1a\x64\x22\xa5\x9c\x78\x12\xd5\xa3\x72\xb1\xeb\xa8\x71\xc4\x07\xcc\x0d\xdd\xeb\x61\x8f\xde\x45\x2d\x2d\xa3\xd1\x50\xf4\xa8\x8e\x07\x7a\x14\xdd\xf6\x91\x46\xa6\x53\x22\x9e\x6c\x22\xdd\x27\xd7\xdd\x5a\x43\xda\x47\x5e\xd6\xf2\x88\xd8\x41\x3a\x53\x24\x27\xba\x11\x07\x52\x56\x62\x4f\x89\x4c\xca\x0b\x2c\x81\xe8\x1b\x11\x80\x2d\x26\x2e\x3c\x53\x84\xe6\x62\x65\x96\xd3\xd0\xa3\x58\x98\xf6\x6f\x74\x33\xfa\xee\xfd\x08\x29\x87\x6b\xfc\x28\x8a\x34\x8b\x3d\x35\x44\x20\x46\xb1\x22\x9b\x3d\xb0\x9f\xcc\x75\x85\xeb\x30\x21\xfd\xa9\xac\x16\xdb\x42\xfb\x40\x2e\x43\x9b\x68\x33\xc2\x43\xd0\x18\xca\x0f\xf7\x5e\x74\x33\xf9\x85\xc5\x51\xe4\x06\x79\xba\x36\x1f\x51\x11\xcb\xde\xcd\x21\xb9\x48\x4e\x3f\xa8\x20\xd2\x92\x7c\x07\x35\xd8\xa4\xc8\xbb\x91\x82\x5d\x14\x9c\xcf\x3f\x8f\xbe\xe1\xc5\x4b\xd7\xa3\x24\x4e\x13\xe9\x38\xba\x85\xbd\x20\xec\x34\x32\xce\xb4\x71\x7b\x83\xf0\xe8\x80\x79\x09\x62\x45\x7d\xa5\x7d\x05\x7e\x4e\xe6\xbd\xd9\x4a\x2c\x4f\x8f\x9a\x68\xc0\xfe\x2a\x7b\x06\xae\x63\xf1\x29\x6f\xea\x2b\xd1\x31\xd9\xbe\xdc\x14\xf4\x62\xb2\x38\x99\x82\x7c\x16\xeb\x60\x4f\x11\x91\x80\x12\xba\x1f\xb1\xe3\xbe\x73\x5b\x03\x7f\x65\xfb\x99\x9b\xc2\x12\xa6\xae\x76\x28\xbc\x96\x7a\xf1\x65\x13\xf6\xa4\x94\x79\x37\x00\xf3\x2c\xec\xed\x73\x44\x6f\xe7\xcd\xa9\x3d\x85\x1a\x66\x6d\xca\x76\x43\x54\xea\x43\xe2\xab\x88\x95\x32\x02\x9d\x0b\x3f\x90\xd3\x43\xca\x60\x46\xb2\xc8\xe5\x37\x6c\x29\x2c\xdd\x2b\x82\xfa\x79\x91\xda\x20\xa4\x47\x7f\xf6\x7c\x3f\x71\x71\x7b\xcc\xd8\x18\x66\xde\x74\xae\xfb\x19\x2a\xa8\x8d\xab\xfa\x82\xdc\xae\x70\xc9\x5c\x8b\xec\x2f\xde\x20\xf4\x86\x6f\xe4\xbe\x87\x4d\xe1\xb8\x8c\x94\xe0\x1d\xb0\x6e\xda\xde\xd3\xe3\x50\x83\xec\xfb\x9e\x77\x90\x5d\xd2\x63\x6d\x0c\x04\x58\x47\xa7\x36\x13\xad\x86\x3f\x8d\x4c\x60\xfe\x37\x36\x74\xde\x43\x85\xbd\xdb\x2a\x3e\x20\xd7\xdb\x3e\x6b\x0c\x90\x1d\x0d\x42\x3e\x0d\x2e\xa9\xda\x02\x0a\xe1\x13\xc5\x58\xd0\x20\x74\x23\x47\xe4\xfc\x01\xf2\x51\xaf\xdc\x13\x04\x4e\xa6\x3c\xd6\xe6\x82\x0b\x38\x87\x9f\x5e\x26\x3a\xdd\x47\x47\x96\x61\xd1\x63\x87\x3a\xe7\xa3\x8a\xa1\xa1\x8a\x75\xc8\x40\xdf\x66\xf5\x39\x44\xbf\xdd\x8a\xd7\x0d\x2b\x1b\x2c\x81\x57\xf0\xae\x8a\x5f\x41\x47\xa0\xac\x42\x17\xe7\x0c\x68\x4b\x96\xcd\x1e\x1b\x30\x57\xb9\x59\xbb\x11\x68\xe1\xbc\x9c\xbc\x4f\xf4\x9a\x32\x1c\x26\x62\x01\x0f\x64\x1d\xe1\xa8\x68\xac\xb9\x1c\x40\x1a\x87\x8a\xd2\x9b\x90\xd9\xbd\xce\xbc\x43\x70\x6c\x6b\x3f\x10\x0f\xfd\xaa\x9b\x16\xf8\x00\xba\x5c\xaa\x72\x06\xc0\x5b\xb9\xd5\x7b\x4e\x80\xce\x69\x6a\x9d\x2d\x80\x1d\x77\xc7\x73\x77\x76\x06\xb0\x6b\x3c\x86\x75\x19\xf0\xec\x0d\x65\xce\x04\xa0\x9a\x76\xfa\x2f\x40\x92\xbd\x84\xf6\x07\x18\x12\x9f\xa3\xbe\x01\xbd\x91\x3f\x94\x47\xe0\xaf\x10\x2a\xb9\x07\x4a\x75\x19\x20\xd5\xc2\x66\x7b\xde\x10\xef\xc2\x03\x0b\x87\x88\x09\x88\xc5\xb3\xab\xec\x05\xc8\xc1\x31\x15\x73\x18\x59\xd8\xc3\x61\x60\xf0\x83\xea\x6f\x74\x12\x5c\x94\xe5\x47\x93\xc2\x42\x51\x29\x55\x00\xf7\x22\x97\x29\x12\x64\x7e\xf0\x17\x72\x0a\x62\xe7\x62\x43\x4a\x41\x80\x3d\x78\xe2\x75\xa4\x67\x21\x81\x78\x0d\x69\x9c\x82\x58\x09\xa4\x6b\xa3\x3d\xcc\x13\xc4\x17\xdd\x05\x8c\x69\xc4\xe0\xea\x3d\xf4\xe5\xd8\xf3\xcc\x42\x9a\x09\x86\x88\x16\x50\x2d\x31\x6f\xf8\x06\xe5\x28\x66\x17\x1c\x49\xf6\xc2\xd6\x9f\x6e\x21\x85\xa1\xef\xf6\xac\x22\xe6\xa2\xcf\x17\x5a\x11\xdd\x50\xc2\xd3\x6d\x4c\x21\x7b\xef\x48\x08\xe3\x2a\x6b\x7e\x97\x0f\x7d\x0f\x63\xb0\x72\x84\x66\x43\xcf\xce\x38\x4d\xbd\x40\x93\x0a\xfa\x28\x31\xd4\x76\xa8\x86\x2c\xa0\xfc\xbc\x12\x45\x6a\xa3\x2c\x70\x9e\x20\x7e\x22\xaf\x37\x4b\x20\x5a\x91\x12\xb5\xbe\x63\xfd\x44\xa3\x27\xa6\xcc\x2d\xe2\xa7\xb7\xeb\xe8\xe3\x22\xa3\x0e\x16\x2d\x4b\xe0\x53\xb1\x8c\x5a\xce\x13\xab\x95\x94\x21\xce\x3d\xbe\x2d\xf9\x0d\xdb\x03\x3c\x4f\x5e\xc6\x1c\x0a\x3a\x4f\xb2\x62\x58\x38\x2f\x26\x06\xd0\x32\x4c\xff\x60\x2a\x6a\x88\xd6\x07\x6c\x31\xe9\xf3\x23\x3f\x06\x5d\x49\xbb\x59\x4a\xbf\xa4\x58\xda\x56\x43\x33\x97\x71\xca\x1c\xa9\x87\x24\xcb\x54\xdf\x29\x67\xc5\x39\xdc\x3a\x72\x8c\xd0\x0f\x98\x4e\x4a\xe3\x2f\x0b\x3c\x43\x2c\xe5\xb4\x3a\x9d\xc3\xae\xb3\x60\x53\x21\xfa\x8f\xa1\x5c\xb8\x00\xb5\xa5\x94\x3f\x70\xa1\xff\x2a\x5a\x79\x43\x4d\xeb\xc8\xe3\xb7\xd8\x53\xa5\xd9\xb3\x8b\x3f\x50\x24\x9a\x48\x65\x1d\x59\x93\x76\x8f\x5d\x48\x6a\x51\x78\xe2\x2d\x88\xaf\xa4\x3d\x01\x93\xd8\xcf\x24\x33\xc7\x13\xd8\x12\x41\x85\x29\x0e\x35\xe5\xfe\x5a\x68\x82\xd8\xd1\x37\xde\x4b\xa0\xbf\x6c\xfa\x3c\x30\x49\xcb\xac\x73\x6e\x9c\xa4\x7a\x55\xb6\x17\xa6\x51\x1c\x4a\x67\x2a\xa8\x64\x87\x02\x33\x66\x06\xe9\x42\xf6\x95\x84\x50\x22\xaa\x86\x2f\x85\x61\xac\x54\xee\x29\x53\x54\x2e\xbd\xbb\xdb\x07\xc9\x49\x72\x5a\x78\x10\x16\x31\x2f\xdc\xa1\xd0\xbf\xdd\xf8\xd2\xaf\x4d\x2b\xe8\x4b\xae\x9f\xa0\x86\x74\x6a\xe7\xe7\x52\x6c\x9a\x2d\xe4\x1a\xb2\x49\xad\x15\x7d\x92\x64\x56\xbe\x2f\xee\x1e\xd1\xa1\x70\x99\xff\x56\xcc\x26\xab\xfb\xa4\x0d\x6a\xaf\x7a\x6a\x72\x1b\x39\x21\xbf\xbe\xf0\x14\xbc\x86\x6d\x39\x5e\xc7\xd8\x3e\xee\xd9\x67\x4f\xeb\xb9\xc5\xa8\xd7\xa6\x46\x0e\x70\xf2\x46\x28\xd6\x5d\xe6\xb2\x3b\xe4\xcd\xcd\xc5\x74\x03\xd2\xba\x5a\x83\x38\x73\xe2\xd6\xb2\x08\xbf\x54\x4c\x37\x9f\x78\xe2\x39\xba\x34\x73\xa1\x49\x1e\xa2\xa3\x98\x5c\x18\x03\x5d\x67\xdf\x19\xdf\xc4\x38\xf3\xf0\x69\x6f\x06\xed\xde\x9d\xe6\xba\x50\xea\xd5\xdb\xbe\x79\x7b\x29\xbb\x06\x54\x32\x6b\xf2\xcc\xce\x0c\x5a\x0a\xf1\x7d\x53\x5a\x6c\x0b\xf6\xb6\xfa\x8a\x9f\x03\x3a\x5a\x7c\xf7\x44\x2d\xd2\x9e\x63\x6b\x52\x0c\x57\x28\x9d\x17\x0e\x41\x67\x39\x7a\x77\x5d\xc4\x96\xf8\x7f\x03\x09\x42\x3b\xc2\xc1\xc6\x31\x7e\x24\x21\xb4\xf0\x37\x77\x8c\xa0\x49\xdd\xc2\x39\x49\xf8\xc9\x0a\x64\x95\x00\xdc\xc4\xb5\xcc\x55\xe0\x81\x4b\x3d\x74\x22\x38\x75\x6a\x3d\xf5\x0f\xc4\x36\xf1\xa4\x74\xc1\xae\xf3\x39\xe4\xef\x70\xff\x1d\xb1\x48\x04\x0d\xf4\xe7\x0a\x5a\xa0\xba\x86\x7f\xfc\x19\x90\xb2\xd0\x9c\x9b\x00\x31\x15\x51\xec\x4f\x90\x84\xd9\xcc\x0a\x81\xc6\x12\x98\x8c\x07\xf0\xee\x4b\x36\xf4\xf3\x30\x74\x52\x45\x9d\x82\xaf\xef\xfa\x44\x69\x42\x8e\xce\x3f\x4e\xfe\x8a\x38\x8e\x0f\x09\xbf\x62\xcd\x7d\xc3\x02\x6b\xcc\xbf\x61\x23\x2f\x19\xfd\x55\x10\xcb\xd5\x45\x53\x53\xba\xd8\x0a\xd4\x87\xb9\x89\xb5\x16\x75\x8a\xff\xc3\x90\xa3\x6e\xfe\x2d\xf4\xad\xa8\xfd\xc9\x5d\xd4\x46\xd4\x6a\x97\x92\xa2\x44\x03\xe6\xaf\x23\xdf\x42\x7e\x8c\xed\x10\xee\x63\xce\xed\xf5\xe5\xb3\x18\xf3\xea\x46\xb9\xef\xe8\xd3\xf2\xf5\x38\x57\x69\x73\xe5\xb1\xac\xcf\xd4\xcd\xf4\xf7\xcc\x04\x4a\x42\xdc\x5b\xc6\x74\xf2\xa8\x5f\x0f\x2d\x8d\xbc\xf4\xc4\x79\xea\x49\x92\xe7\xae\xd5\x14\x63\xe2\xcf\x79\xff\xc8\xa7\x30\xce\x88\x40\xa0\x16\x86\x75\x0f\xf2\xde\xf0\xdf\xd6\x5a\x70\xcf\xf0\x3c\x72\xf9\xec\x5b\x9c\x26\xd9\x0c\xd6\x05\xf6\x7e\x5a\x32\xe3\x0d\xf3\x69\x6c\x03\x1d\x63\x24\xfb\x76\xd1\x96\xd1\xb7\x1d\x2f\xa2\xd4\x50\x6f\x19\x57\x92\x45\x94\x67\xf3\x57\x91\x58\xa4\x03\xc3\x8b\x05\x3b\x52\xee\x77\x6d\xe2\xc5\xcb\x78\xd5\x42\xce\x88\xe4\x70\xf6\x3f\xb6\x8b\xf8\x9f\x84\xca\xbc\x23\x1c\xa0\xee\x67\x84\xf3\x5b\x63\x58\xf4\xb9\xdc\x5a\x9f\x36\x2a\x8b\x2d\x3e\x8e\xa3\x6c\x61\x2a\x8c\x2f\x90\xde\x33\x36\xcf\x3f\x42\x6c\x26\xbf\xb8\x39\xca\x07\xf2\x04\xed\x93\xdc\xfb\xd9\x57\x2a\x8f\x72\xac\x33\x76\x67\xf6\xb0\xca\x54\x8f\x93\xa2\x98\xbb\x53\x05\x64\x0f\x7a\x8b\xdc\x2f\xea\x09\xcd\x53\xb2\xf5\x22\x46\xb9\x27\x1a\x39\x36\x8b\x1c\xce\xaf\xdf\x39\x42\xda\xc8\x15\xcd\x8f\xc1\x9a\x68\x96\x37\x82\xf9\x05\x75\x77\x5b\xa9\xdc\x81\xaa\xd4\xf2\xd9\x9c\xd9\x65\xe7\x34\x52\x56\x50\xe1\x2b\x91\x2f\x63\x2c\x37\x8a\x18\x4a\xf7\xcd\x9c\x73\xcd\x8c\xfa\x51\xc5\xbc\x60\x4c\x89\x54\xe0\x8e\xfe\x24\xfd\x90\xf4\xec\xb4\x20\x4a\xc5\xc9\xf3\xa9\xd8\x4c\x86\xf3\xf5\xb3\xfc\x27\xfd\xdb\x9b\x69\xdc\xdf\x5d\x5b\x4a\x5e\x71\xb6\xb7\x3c\x4b\xe7\xb3\xe2\xea\x63\x04\xe1\x8c\xc1\xca\x47\x68\x2a\xdd\xa6\xe4\x4c\x84\x94\xda\x9a\x57\xe2\x7d\x97\x62\x92\xf1\xf5\x28\x8e\x94\x97\x36\xb4\x23\x9b\x68\x25\x63\xcf\x17\xa1\x18\x6b\xee\x00\xc8\xff\x7d\xdb\xa4\x29\x9d\xa7\x7b\xbd\xaa\x64\x3e\xc7\xa6\x67\xb1\xaa\x88\x85\xb4\x19\xf2\x25\x8c\xfe\x86\x95\xc8\x28\xdd\xac\x6a\x5e\xf8\x0b\x6a\x46\xf1\x23\xef\x53\x14\xad\xdc\x34\x7b\x09\x09\xd6\xb4\xee\xc0\x13\xa7\xa5\x44\xcf\x2f\x47\xcd\x58\xe9\xfd\x37\x05\x5a\x77\xaf\x36\xbe\xe6\x19\x0d\xa7\x16\xbb\x70\x4e\x0c\xa6\xa4\xfd\x62\x25\xf6\xb8\xf1\xde\x30\xaa\x5a\x47\x91\x83\x74\xed\x7a\xaf\xf0\xcb\xd4\xd8\x8a\x06\xaf\x17\xe4\xc1\xc2\x3f\xf6\x97\x49\x66\x59\x45\x3b\xf0\x58\x86\xa2\x63\xc1\x4c\xa4\x8d\xf5\x7c\x40\xa1\x38\x88\xd7\x6d\x36\x93\x3d\xc0\xfb\x97\x82\x12\x14\x9f\xa3\x8e\x49\x3a\x8d\xff\x21\x24\x8b\xb6\x13\x02\xb0\x41\xfe\x57\x60\x5a\x64\x01\xb7\x03\x28\x3f\xcf\x66\x6b\xc0\x4b\x47\x67\x30\xd3\xa0\xc5\xdb\x2f\x31\xd6\xc2\xb8\x39\x5e\xb4\x40\x98\xdb\x5f\x98\x32\x04\x16\x34\xf9\xcb\x10\x30\xa7\x24\x4f\x62\x04\x66\xa7\x97\x89\xff\x81\xe5\x82\x21\xe1\x03\x70\x0c\x33\xe5\x37\x40\xdb\x22\xb7\x70\x65\x10\xfb\xfc\x62\x36\x05\x7a\x6e\x9f\xc4\x64\xc3\x36\xdb\xb5\x19\xcb\xe1\xc9\x39\x3b\x69\x7e\xf0\xf7\xbe\x5b\x29\x41\x68\x48\x23\x55\xb6\x05\x5d\x59\x7c\x3b\x79\x08\xb9\xa9\xfa\x25\x2e\x47\x24\x82\x3d\xc2\x14\x24\x06\x4d\xe5\xc3\x08\x3e\x42\xc1\x0d\x40\x04\xde\x12\xf6\x59\x44\x6a\x6f\xca\xbc\x82\x68\xb6\xb5\xd3\xbf\x21\x3f\xe7\x2c\xa5\x1d\x46\x44\xbd\xa0\xbc\x97\xbe\xb7\xc1\x40\x4a\xa3\x39\x17\x89\x93\x4f\x50\x23\xd2\xaa\xc5\x06\x94\x54\xde\x0f\xe1\x12\xf2\x24\x42\xe0\xfd\x20\x7b\x87\xa7\x70\x26\x49\x0f\xbd\xca\x58\x8f\x48\xb6\x76\x28\xe3\x07\xb1\x72\x9b\x17\x9d\x4a\xe4\xce\x59\x4c\xad\xc6\xb4\xba\x1f\xc8\x67\xf1\x0f\xd6\x3d\x92\xf4\x72\x5f\x14\x6e\x4f\xd2\x70\x60\xe5\x25\x11\x95\xbd\x82\x5b\x2f\x88\x65\xb6\xc0\x9e\xbc\x40\x86\x3c\x4c\xc6\xb9\x40\x47\x3c\xab\x59\xae\xb4\xc3\xb6\x8f\x18\x21\xd4\x4d\xdb\xb4\x68\x2f\x28\x94\x39\xfb\x28\x7f\x88\x9a\xae\x78\x59\x84\x6c\x4b\xed\x1e\xc9\x31\xc9\xb6\xfc\xc6\xa4\xe5\x49\xab\x53\x67\x0b\xbf\x8a\x16\x72\x12\xf8\xcf\x05\x4b\x21\x13\xee\x43\xde\xd1\xd0\x64\xf6\x04\x07\x3c\x97\xc3\x6c\x67\xd1\x6c\x1d\xe8\x23\x8c\x3b\x46\x7d\xb4\x83\xf4\xeb\x73\xf0\x94\xed\x64\xd3\x0e\x23\xd9\xa2\xec\xc3\xd5\xc7\x92\x1b\x33\xfc\x72\x35\x62\x52\x7a\x5c\xca\x0c\xe1\x79\xe5\x15\x56\x12\xff\x48\x8a\x2f\x10\xcf\x35\x97\x42\x57\x57\xb0\x4d\x92\x52\xce\x96\x33\x57\x09\x65\x36\x7e\xf4\x0d\xbc\xfb\x46\x5e\xd4\x20\xae\xfb\x9c\x5a\xb2\x3e\xf5\x7c\xdb\x0e\xe9\xcd\xaa\x07\x95\x33\x92\x93\xcb\x6e\x67\xf3\xc4\xc7\x8a\xbe\xca\x70\xc2\x25\x79\x13\x8c\x02\xde\xf3\xac\x5a\x7c\x05\x67\x58\x5d\x1e\x4c\x67\xf5\x28\xb3\x3d\xe8\x8c\x62\x39\xcd\x3a\x88\x96\x93\x3c\x66\x38\x40\x19\x15\x55\xcd\x19\x21\xf9\xd0\x4f\xb5\x9c\x97\x1d\xed\xba\x56\x6e\x95\x7c\xb7\x55\x93\x19\x2e\x86\x1b\x1a\x93\xdf\x08\x77\x55\x17\xd2\x2a\x79\xaf\xca\x18\x09\x8f\x39\xcd\x85\xf1\x41\x2f\x58\x8a\x1c\xaf\x33\xa6\x8c\x58\xcd\xc1\x23\x57\x68\xfe\xca\x01\xc3\xbd\x14\xbc\x74\xcd\x9c\x27\xc4\x11\xc6\xa3\xe6\x63\x32\xf0\xfa\xeb\x32\x7b\xc9\xdc\x9e\x1b\x19\x04\xb1\xaa\x9d\x9e\x3c\x5d\x68\xdd\xa4\x43\x1d\xe5\xbd\xa9\x49\x4c\x58\xc6\xa9\x28\x7b\x1f\x64\xc6\xa2\x14\xfa\xb8\x2b\x19\x67\xb2\xef\x1e\xfe\x47\xb3\x50\x3b\x1a\xfc\xa5\xd8\xca\xfa\xe6\xfc\x21\xd2\x98\x11\x4d\x5e\xb2\xfc\xe1\x9c\xd2\x20\xc9\xb6\x1b\xa7\x35\x25\xe2\x8a\xde\x8e\xa4\xc3\x42\xfb\xf6\x6f\x54\x3d\xde\xc3\xa6\x19\xf1\xe1\x1c\x49\xcd\xb2\x40\x0d\xcb\xb3\x6c\x83\xfb\x6e\xc6\xfa\x82\xcd\x87\xeb\xa9\x9f\x33\x9e\x1b\x7c\x20\xbf\x94\xff\x99\x6b\x43\x5c\xc5\x2c\xab\xd6\xca\x25\x25\x82\xf9\xb8\x2c\xab\xc4\x09\xe5\x6a\xcd\x12\xfc\x46\xbe\x7f\xda\x27\x3c\x01\x1b\x57\x8c\xe2\xbf\x44\x17\xcb\xea\x09\xfc\x4b\x56\xc9\x29\xc0\xb1\xd3\x9f\x45\x00\xb8\xf0\xc0\x05\x3e\x1f\x1c\xd6\x8f\xe6\x66\x42\xfd\xd3\x3f\x31\x31\xd8\xb3\xea\x5c\xae\x1e\xd0\x95\x77\x26\xf3\x09\x30\x9e\x1a\xa3\xee\x02\x46\x78\x43\x69\x85\xc0\x17\xcc\x4b\x21\x05\x77\x47\xef\x93\xd1\x41\xba\xff\xad\xe4\x58\xf0\xe7\x69\x89\xc8\x17\x8a\x3e\x30\x8f\x8f\x41\xaf\xf5\xcd\xb9\x2a\x58\x32\xfd\x0e\x13\x80\xb3\x2a\x53\x73\x9a\x11\xf3\xdc\xb4\x4c\x36\xfc\x57\xd1\xab\x26\xc0\x55\x3c\xeb\xb4\x2b\xb0\x1c\x7d\xac\xf0\x84\x93\xa3\xfa\x64\x4e\x70\xa1\x7f\x64\xb2\x35\x7c\xef\xf4\x01\xd1\x5e\x64\xce\xfe\x7a\xbe\x2f\x62\xa5\x3f\x8d\x4b\x42\x0a\xa6\xdf\x66\x7a\x23\x06\x15\xd2\xec\x8f\x54\x20\x27\x23\xe3\x09\xa5\x34\xe5\x51\xfa\x6b\xf2\x04\xd7\x49\x39\x41\x36\x43\x3e\xa6\xdc\x24\xa9\xaf\xbd\x97\xf6\x91\x0e\xf8\x95\x24\xb5\x10\x5f\x3a\xf3\x84\x2d\x44\x64\xbf\x39\xef\x03\x71\xfb\xa6\x1a\xae\x0e\xf1\xd8\xf4\x77\x8c\x31\x34\xa6\x3c\x30\x5b\xc2\xb9\x97\x9d\x98\xe1\xcb\x2e\x90\x97\xa7\xbb\xb2\xfc\x38\x66\xca\xa3\xcc\x9d\xf0\xfb\x14\x6b\xc6\x92\x6b\x33\xa4\xb6\xf4\x4d\xbe\x0f\x93\x6c\x68\xb6\x4e\xf7\x84\x96\x54\xa7\x7d\xcd\x3c\x3f\x0a\xb4\x89\xc5\x09\xa1\x78\xce\x30\x61\xac\xc3\x9e\x94\x9d\xc9\x7a\x95\xbc\x29\xeb\xa4\xa6\x5f\x6c\x27\x43\x55\x3d\x42\x1f\xf6\x92\xd4\x46\xbe\x14\x7a\x26\xaf\xe3\x4e\x45\xea\x48\x5a\x38\x01\xbe\x0b\xc5\x9d\xac\x8f\x4e\x9b\x04\x25\xcc\x2b\xfb\x9c\xb8\x5d\x0c\xdd\x4d\x11\xec\x42\x7a\xed\x0c\x88\xee\x48\x3a\x59\x72\x30\x2b\x48\xad\xc8\xb8\xa8\x39\xa6\xda\x29\xa9\x56\x1d\x4c\x55\x32\x2f\xa6\x1a\xca\x3f\x81\x2e\xf2\xd5\x52\xb7\xf0\x34\xc9\xea\xa4\x07\x17\x07\xc5\xba\xa2\x44\x47\x73\xfe\x5f\xc1\x0c\x2b\x29\x77\x01\xf7\xdd\x26\x43\x56\x0f\xa7\x70\xc6\x7d\x9a\x0d\xc5\xb1\xc8\x34\xeb\x6c\xc9\x77\x75\x94\x66\x7d\x61\x7c\xd2\xab\xb4\xbf\xb9\x2f\xe9\xe9\x8a\xbb\x59\x8e\x84\x22\x59\x83\xba\x3c\x6c\x43\x72\x45\x9a\xed\x05\x50\x54\x92\xf2\xf0\xd4\x0e\x3e\x5b\x8a\x5a\x76\x73\x04\x49\xdd\x1b\xeb\x58\xbb\x84\xf3\x66\x2e\xa4\xc6\x52\xbf\x17\xec\xc9\x52\x34\x4f\x57\x91\x35\x8e\x75\xaf\xc5\x0b\x54\x8b\xab\xf2\xa9\x83\x8a\xd1\x32\xf3\xc4\x0f\x32\x55\x61\xd5\x55\x72\x32\x25\xf7\xfc\xf9\x25\xa2\xf0\xcc\xe5\x27\x67\xf2\x6d\x55\x7f\x2d\x3e\x70\x0e\x29\x7e\x6c\x3c\xc8\xec\x4e\x52\xcc\xdc\x41\xb9\x4f\x3f\x93\x9f\x90\x95\xd6\xb5\x33\xad\x51\xe3\xdd\x5a\x24\x32\x55\x6d\x69\x9c\x4d\xf9\xa5\xb8\x53\xb3\x3b\xd1\x50\x96\x54\xee\x12\x32\x90\x1c\x51\x24\xf2\xbe\x26\x72\xcc\xfd\x74\x82\xc8\x5f\x93\x49\xb7\x48\xe6\xe8\xa4\x8d\x6e\xd4\x61\x32\x25\x73\x67\x1e\xa7\xf0\xe8\xb7\xf3\xc6\xb2\x14\x03\x85\x69\x0b\x35\x3e\xdd\x77\x85\x09\xaa\xed\x6d\x0f\x29\xc7\x15\x83\x8d\xed\x09\x98\x8c\x50\x23\x09\xb1\x48\x76\x28\xe7\x78\x7d\x10\xad\x2a\xca\x39\xa1\xcf\xbb\x9f\xbb\xd9\xc2\x87\xdd\x95\xfe\x6f\xe3\x02\xe6\x76\xe9\x8a\x99\x4c\xca\x36\x86\x5e\xfa\x86\xea\x3c\xfc\xa6\xa4\x07\xe5\x3c\xfc\x69\xe6\xaa\x62\x2e\x9e\x00\x15\xe7\xc7\xe1\x6f\x5e\x93\x65\x5f\x20\x38\x06\xcc\xd2\x9c\x24\xdc\x3f\xe3\x98\xb6\x07\xe0\xd8\x7d\x4b\x59\x04\x5e\x32\xf5\x91\xd8\x40\x47\xd7\x6c\x48\xda\x06\x9f\xc5\xe1\x38\xd6\x70\x8b\x4a\x51\x7d\x11\xf8\x99\x14\x56\x7e\x1c\x78\xc3\xc8\x2e\x3e\x05\x4c\x42\xae\xf9\x56\xe0\xdc\x6b\x2e\xd9\xfa\xa0\xe3\xa5\x66\xcd\x6a\x50\x73\x46\x3b\x6d\x3e\xb4\xca\xae\x56\xfe\x01\xca\x30\xdd\x2a\x31\x85\x8f\xe8\xfe\x4c\xd2\x43\xb4\x71\x38\x8e\x15\xfc\x46\xb5\xaa\x7a\x29\xfc\x4b\xfc\xa9\x1c\x07\x17\x33\x4c\x8b\x67\xc3\xf1\xe0\xd7\xbc\x4f\x70\xd8\xb5\x59\x59\x8f\x61\xe0\x12\x5e\x7d\x0f\x96\xb9\xdf\x54\xde\x82\x87\xed\x50\x79\x2b\xb2\x6e\xf7\x47\x89\x16\x12\xa7\x7b\x47\xfc\x17\x5d\x8b\xc3\x71\x96\x21\x2e\x69\x84\xaa\xcb\x14\x91\xd8\xb1\xcc\x8b\x3c\x4e\x2f\x2c\x0a\x22\xeb\x81\xbe\x79\x17\x49\x9c\xc8\xab\x59\xee\xa4\xb5\xfe\xef\xd5\x2e\xc4\xeb\xee\x3e\xca\x13\xc4\x14\x3b\x5d\xb9\x0d\xd1\x7f\xb7\x32\x59\x48\x3c\xa1\x5b\x2e\x86\x89\x83\x38\x1c\x9b\x86\x5e\x55\xba\x54\x4e\xb2\x03\x44\x57\x4a\xbb\x59\x87\x68\x7d\x85\xfd\x4c\x6d\x80\x9b\xdb\xc3\x98\x19\x51\x9c\xd9\x41\x5f\xee\x6f\x9f\xde\x4d\x73\x73\xeb\x4d\xed\xa5\xe6\xdb\xe6\xc8\x2a\x29\x7f\x77\x7b\x25\x7d\xa1\x50\x74\x2b\x45\x0d\x94\x3b\x38\x5b\x56\x0b\x56\x92\xea\x5b\xb9\x5b\xc4\x17\x5e\x29\x35\x11\x2e\xa6\x3e\x2e\x3c\xc2\xbf\x42\xa8\xca\x3d\xcc\xbd\x1b\xfe\x36\xf3\x20\x27\xd8\x4f\x98\x6e\xcb\xde\xee\xb6\x3b\xd5\x81\x35\xdf\xd6\x5c\xa6\xcf\x78\xb4\x7b\x55\xd2\x49\xc6\x42\xdd\x3e\xe1\x04\xbd\x0a\x27\x62\x4e\x12\xdf\x29\x66\x54\xa4\xa6\x99\x0b\xd6\x94\x48\x15\x77\x29\x94\x82\x2c\x39\x8c\x0f\xcd\x91\x4b\x0d\xc3\x1a\x32\xd8\x49\xcf\x7d\x11\x15\x47\xf4\xd0\xf5\xa8\x82\x2b\xf8\x66\x83\x48\x2f\xf1\x97\x99\x64\x88\x41\x6e\xbb\x6e\x8b\xe0\x16\x3b\x1d\xf7\x93\xd1\x4d\xce\x95\xe3\x2b\xae\xe4\xb7\xf3\xe8\x25\x4e\x39\x6c\xb2\x6e\x81\x7b\x26\x25\x51\x3b\x67\xbf\xfa\x62\x68\x42\xc6\xc6\x34\x07\x1f\x0f\xd5\x1a\x45\x98\x8b\x9d\x62\x85\xac\xc6\x3a\x5f\x32\x29\x31\x32\x59\x2c\xfa\x98\x74\x40\x97\x2b\xd0\xe5\xcf\x9c\x66\x4f\x7f\x43\x5d\x23\x6d\xaf\xb8\x56\x93\xc1\x9d\x57\x72\xb2\xe2\x1b\x51\x56\x60\x5e\xba\x3f\x5e\x92\x33\xbb\xd0\xf5\xaa\xb6\x66\x24\x37\xe1\xa2\x56\x5a\x5b\xe6\xbd\xd3\x9b\x53\x8a\xd4\xf1\x47\xba\x24\x40\x9a\xcf\xae\x58\x11\x49\x3e\xaa\x6b\xcb\x17\x0b\xef\x4d\x8b\xa7\x3b\xd1\xec\xa4\x76\x15\x71\xcd\x87\x39\xd7\x4a\x9c\xea\xcd\xb0\xe7\x05\x3b\xaa\x57\xc5\xbd\xcc\xfe\x50\xf6\x38\x24\x58\x53\x5e\x54\x77\x21\x2e\x4d\x92\x77\xdb\x39\x3d\x05\xcc\xb6\x3c\x72\x49\xe2\xa0\x99\xb9\xcb\x4c\x74\x22\x75\x99\xee\x0e\xfe\x51\xf1\xac\x69\xc9\xb4\xdf\xb4\x12\xc9\x78\x45\x6c\xe7\x61\xf6\x9b\x12\xdb\x96\x97\x98\x53\xc1\xaa\x06\x4a\x9c\x47\xf6\x60\x8d\x6e\xf0\x43\x0d\xa9\xbc\xf1\xfc\x9f\xb4\x0b\xc5\xd9\xce\x87\x52\x2c\xf3\x8f\x1f\x59\x93\xfc\x27\xf3\xc6\xae\xc5\xc2\x6f\xca\x1e\x5d\x2b\xde\x5d\xf1\xd4\xb4\x5b\xb4\x24\xda\x2b\xb6\x71\xe7\x6b\x42\x3a\xd1\xa0\x65\x90\x50\x9c\x90\x58\x7f\x87\x50\x1e\xe6\x50\xf5\x82\xf0\xc6\x2f\xa9\xf4\x0d\x70\xe6\x8c\x7b\xc1\x3f\xe0\xfe\xb1\x0d\x39\x5a\x20\xc7\xca\x5a\xb3\x09\x0a\x36\xf4\x57\x8e\xc1\x21\x4b\xf2\x14\x4f\x10\x39\x0e\xc7\x7b\x80\x84\xb3\x17\x76\xc6\x43\x0e\xd8\xdb\x96\x38\x48\x37\xc1\xa4\x9e\x0b\x4e\x85\x69\x55\xa9\xc1\xb7\x7e\x41\xa5\x05\xd0\x86\x33\x06\x05\x1d\x50\xb4\xc3\xd7\xec\x51\xe8\xb5\xd5\x36\xf5\x4f\x98\x69\x78\x50\xd9\x88\x1c\x5b\x22\x53\xf4\xa1\x26\x38\x1c\x6f\x00\x81\x58\x4f\x3a\x17\xa1\x4b\xb0\xb2\x16\x5d\x24\x3f\xfe\x75\xfd\x21\xc4\x3e\xf4\x7a\xd5\x19\x44\xd7\x6f\x6f\x69\x00\xb2\xda\xfd\x47\x01\x84\x58\x39\x5c\xcf\x4e\x42\x60\xab\xb9\xea\x36\xe4\x91\xe1\x06\x25\x07\xbd\xba\x84\xad\x90\x62\x2b\x70\x38\x9e\x12\xe9\x61\x6d\xea\xb0\xa6\x74\x60\x5b\x9b\xbd\x29\x73\xe3\xc9\x75\x2c\xb2\x43\x68\x60\x65\x01\xa9\xd2\x77\xb0\xa4\x9d\xe4\xe2\xae\xcc\xbf\x4f\x5a\xe2\x40\xca\xfa\x42\xfc\x65\x39\xae\xb6\x20\x7e\x31\xf8\x9e\xfa\x8b\x64\xbc\x24\x39\xe5\x25\xc9\x15\x87\xe3\xfe\x45\x6b\x99\x70\x7b\x09\xdb\x00\x55\x35\x35\x33\xdf\xc7\x2f\xa8\x7d\xc6\xa8\xbe\xfa\xbd\x52\x9b\xde\xe8\x1b\x56\xb2\x83\xf6\xc6\xdd\x3e\xdf\x81\xe6\xe0\x60\x99\xe5\x4f\xed\xb5\x4c\x4d\xe7\x50\x03\x0c\xee\xa7\x1e\xa6\x06\x2e\x69\x92\xff\xa2\x54\xe3\x70\xdc\x8d\xd8\x3d\xe6\x9e\xf6\x45\xc2\x7b\xe8\xae\xa6\xcd\x82\x1d\x71\xac\x5a\x17\x1e\x76\x95\x58\x91\xc8\x5d\xed\x3b\xbb\x38\x99\x3d\xea\x36\x95\x57\xca\x6a\x3b\xfa\x22\xb3\x97\x39\x61\x79\x45\xf5\x98\xa9\x6b\xd0\xa7\x88\x66\x7c\x5e\xf2\x4b\xf6\x8e\x3e\x1d\x87\xe3\x6c\x27\x7e\x66\x1c\x6e\xb3\x57\x8c\x20\xb6\x8d\x17\xe4\xf5\xb1\xb2\x1a\xa2\x54\x11\x92\x52\xae\x49\xa6\xf9\xec\x2e\xaa\x13\x4b\xdd\x8c\x73\x6f\x08\xef\x1f\x3d\x9b\xf1\x58\xe0\x6d\x39\x33\xed\x23\x7f\x85\x41\x56\x4a\x24\x0f\x59\x7a\x44\x2a\x67\xad\xc1\xe1\x58\x6f\xc8\x51\xf4\xf8\xd6\xfb\x39\x0e\xb0\x63\xc3\xa3\xcc\x4b\x31\x82\xea\x6f\x6a\x4e\x70\x6a\xf9\xa2\xb4\xce\x8b\xb6\x45\x6b\x53\x0d\x5c\xbd\x72\x77\xca\x3b\xec\x73\x32\xac\xa4\x05\x16\x58\x9a\xbd\x64\x96\x81\xaf\xbc\x54\x1c\xb0\xf4\x9c\x44\xc9\xa9\xc1\xe1\x58\x38\x4a\x01\xcd\xa3\x15\x2a\xff\x04\x1d\x6e\x60\x97\x24\x44\xf3\xab\xd3\x0b\x17\x5e\x49\x2d\xcb\xcc\xcd\xbd\x70\xbc\x50\x95\x15\xe1\x02\xe7\xe4\x68\x18\x76\x5f\x34\x85\xe9\xf3\xcc\x7f\x2b\x2b\x53\x8b\x0c\x36\xcb\x57\x4b\xa9\x4b\xaf\x24\x8f\xf2\x7e\xe3\x70\x4c\x57\x6a\x26\xb5\xa6\xd5\xb5\x56\x0c\x56\x37\x04\x56\x7e\x89\x5e\x56\x0d\x95\x9d\xbd\xb2\xb9\x2c\xbe\xa8\xe6\xfc\xed\xc2\xa0\xfc\x13\x2e\xba\x39\x21\x39\x76\x76\x1a\x4d\x70\xc6\x94\x79\xbb\x32\x5c\xe5\x69\xa0\x23\xeb\x91\x5b\x2c\xc5\x27\x47\xf0\x5f\xe1\x56\x33\xfe\x50\x7f\x50\x8d\x5a\xf5\x9a\x54\xe0\xe1\x06\xcb\xba\xd7\x51\x79\xd5\xa7\xab\x0f\x06\x35\x96\x1d\x2c\x07\xcf\xc7\x16\xea\x15\xbf\x3f\xdd\x9f\xb3\xb6\xc0\xde\x2e\x54\xb3\x2c\xfb\xa1\xb9\x52\xa9\xa3\x0e\x30\x58\x25\xf3\x4b\xa1\x2e\xcd\x4d\x7a\x2e\x50\xe0\x4e\x33\x38\x34\x1d\x12\xb7\x7f\x02\x18\xc0\x47\x77\x65\x00\xed\x91\x9b\x5b\xe3\x01\xc5\xe5\xab\x0d\xe6\x40\xa3\xd7\xa9\xaa\x29\x50\xc7\x49\x5c\x9a\x01\xb2\x6c\x66\x16\xf8\x40\x7b\xcc\x06\xb3\x0d\xe0\x79\xfa\x79\xea\x6e\x64\xbd\xb6\x8e\xca\x05\xdd\x85\xc3\x09\x56\x20\xb5\x24\xbb\x7e\x22\xec\x81\x3f\xd1\xe5\x0c\xeb\x44\x7c\x68\x35\x80\x9a\x2e\x1f\xaa\x7f\x05\xe5\x79\xed\xac\x52\x41\x9d\x4e\xd1\xa5\x01\xb0\x96\xf5\xb3\x82\x2d\x30\x6a\xd6\x92\xf5\x1b\xd9\xa0\xcf\x53\xe7\x20\xdf\xb4\xe7\xab\x76\xa0\x99\x38\x1c\xff\x0f\xd2\x42\xfc\xdc\x6f\x84\xcd\xc0\xaf\xed\xfc\x82\x52\x23\x6a\x5a\x86\xd0\xf9\x97\xb5\xea\x93\x90\x26\xaf\x19\x55\x2e\x48\x8e\xd3\xe9\xd2\x95\x48\xb3\x75\x47\xfe\x1d\x74\x86\x59\x7e\x56\x13\x7a\x55\x1f\xaf\x8e\xc4\x56\x68\xcf\x48\x7b\x83\x85\xe0\x70\xfc\x2e\x74\x06\x31\xb2\xcf\x93\x1a\x94\x58\xda\xb9\x83\x22\x88\xb8\xd2\xa2\x45\x6e\x0c\x68\xaa\xbb\x4f\xde\xec\x59\x59\x99\x4e\xaa\x72\x9a\x5f\x12\x44\x8a\xb7\x66\xe7\x1b\x92\x02\xcc\x64\x59\x1b\x48\xe1\xfa\x7e\xe9\x7d\xa4\x71\xed\x35\x69\xdb\x48\x7e\x38\x1c\x7f\x25\xfa\x92\xb8\xbd\xb7\x8d\x1d\x91\x18\xdd\xc1\x62\x99\x45\x18\x34\xfb\x32\xfe\x04\x10\xeb\x2c\xe8\xff\x3c\xd1\x4a\x1c\xdd\xc4\x71\xbc\xb8\x9d\xc6\xb6\x0e\xc8\xa3\xd0\xd6\x99\xc5\x67\x5e\xa5\x8e\xea\x7b\xa9\xbe\xd3\x36\x6a\x3b\x2a\x8d\x28\x0c\x1c\x8e\xb7\x9d\x88\xc3\x9e\xf7\xea\x0a\x3b\x12\xb7\xb5\x4f\x09\x36\x87\x3f\x6c\xaa\xe7\xb1\x02\x6c\x6a\xc5\x5c\x03\xcf\x63\x15\xbe\xec\x0f\x8e\x9a\x62\x3d\xd6\x33\xeb\xfd\xb9\xf7\x59\x2b\xcc\xce\x66\x14\x33\xa9\xfa\xe7\x55\x2b\x99\xf5\xda\xfc\xd4\x45\x34\x29\x0e\xc7\x35\x24\xcd\xc3\x36\xf7\x98\x28\x2e\x24\x84\xb4\xfd\x95\x3b\x84\x6f\x69\xbc\x21\xb5\xb8\xc4\xad\x49\x4f\xde\x73\x4e\x55\x7e\x59\xec\xef\xa8\x5b\xb4\x49\xd8\x71\xe4\x76\xce\xa8\x20\xd2\x6c\x9d\x46\xc5\x47\xf5\xfd\x95\xef\x78\x72\xed\x0f\x29\x72\xe6\x79\x1c\x8e\x3d\x4e\x0e\x45\xaf\x75\xcb\xb2\xcd\xe3\x73\xda\xbc\x32\x82\xc2\xdc\x1a\xd7\xa5\x67\xfb\xb7\x55\xbf\x48\x9b\x75\xf6\x71\x59\x96\x42\x7c\x2a\xba\xf0\xa2\xfc\xca\x11\xd7\x1c\x6d\xa9\xd2\xb4\x43\x3d\x2c\x59\xaf\x6f\xab\xd4\x11\xb5\xe9\xe8\xcb\x21\x76\x11\x0e\xc7\x7a\x48\x61\x21\x65\xdd\xcb\xca\xac\xe2\xa6\x5a\x1f\x14\x4d\x84\x8a\x1a\x32\xf2\x93\xfd\xa7\x57\xfb\xe6\x04\x9e\xdd\x54\xa6\x95\x19\x75\xf2\x66\x41\xa3\x7a\xea\xf0\x68\x76\xb0\x2a\xc2\x34\x5a\x6d\xa4\xa8\xd5\x3f\x90\x7a\x46\xe2\xa8\x73\x59\x26\xe2\x96\xe1\x70\x2c\x23\x6a\x20\x72\xb0\xeb\x41\x35\x3f\x2e\xa6\x55\x5d\xfe\x37\xf4\x40\x43\x58\x89\xd0\x2f\xbb\x7a\x43\xe1\x5e\x8f\xbe\xd2\x96\xbc\x15\x27\x19\x05\xd7\xb2\x0f\x1f\xce\xca\x5e\xa5\x29\x31\x3d\x9b\x7e\x43\xf9\x43\xdf\x41\xf1\x59\xda\xa9\xc3\x95\xad\xe7\x51\x71\x38\xe6\x0d\x6a\x36\x7c\xbd\x4b\xd3\x70\x36\x6e\x5e\xab\x7f\x4d\xd6\xd5\x17\x0d\x3b\x2a\xcd\xfc\xbc\xaa\x6e\x97\xd6\x79\xa0\xa5\xa1\x45\x5e\x27\xdd\x0a\x96\xe7\xa5\x1c\x26\x66\x55\x66\xed\x36\x75\x48\xf7\x57\x15\xea\xfb\x29\x20\xd9\x33\x9d\x01\x29\x97\xbf\x11\x87\x63\xfa\x50\x2b\xc1\xf9\x43\x03\x90\x73\xb4\x51\x3f\x01\x5a\x1e\x6c\xdc\x65\x0c\x96\x5f\xec\x6c\x69\x00\x8b\xdc\x97\xd6\x5b\x80\x0f\x8f\xb5\x56\xb6\x40\xb6\x07\xca\x4a\x6c\xa1\x7b\xbb\x74\xf2\xfa\x60\xf5\x06\x62\x56\x22\xd2\xa9\x75\x5e\xfd\x0e\x25\xe1\x70\xc2\x8d\xc8\x33\xe0\xc3\x50\x24\x52\x13\xbd\xb6\x7f\x23\x72\x3c\x78\x61\xe7\x28\xdc\x73\x31\xbb\xe5\x2a\xcc\x74\xfb\x5e\xf7\x02\x26\x1f\xcb\xac\x4c\x80\xab\x0e\x48\x8b\xff\x21\x6b\x76\xe1\xf2\xd2\x90\x82\x0d\x21\x59\x2e\xa8\x48\xcb\x53\xdd\x84\x3e\xc3\xe1\x84\xd3\x91\x29\xa0\x6a\x68\x2d\xf1\x78\xf4\xea\xbe\x1a\x2c\xf5\xca\xf3\xce\x44\x6c\xf6\x45\x72\xcb\x42\x94\xef\x76\xaf\x4e\x80\x7a\x1f\x63\x55\x6e\x44\x2f\x1c\x40\x8a\xf3\x51\xb1\xf1\xa7\x3c\x7f\xf4\xdb\x06\xcf\x2c\x1d\xac\x42\xeb\x84\x1a\xc4\x92\x71\x38\x41\x1b\xaa\x0f\x84\xde\xb0\xa3\x85\x45\xb5\xf7\xbe\xa5\x46\x5e\x51\x77\xa4\x51\xa0\x8b\x0e\xcd\xb6\xe4\x5e\x37\x75\xed\x10\xf9\xd4\xb1\xb3\x15\x3e\xa4\x3f\x07\x3c\x8a\xa6\x48\x53\xc6\x4f\x72\xeb\x48\xbf\x37\x9c\xca\x3c\x47\x16\x69\x5d\x4a\xcf\x26\x5d\xc6\xe1\x04\xd3\xb1\x19\x00\x71\x50\xcd\x31\x8c\xea\xe8\xb5\x61\x8d\x5c\x11\xb7\x3f\x67\x26\x5d\xdc\xd7\xc4\x65\x50\xdc\x24\xb5\x9b\xe8\x05\xc7\x4e\x96\x17\xd0\xa7\x1d\x70\x2c\xda\x4d\x13\x19\xdf\xcf\xf9\x48\x0b\xd9\x70\x26\x23\x82\xf6\x45\x4b\xae\x12\x51\x7c\x71\x38\xfe\x4c\xe2\x12\xc0\xe1\xfa\x67\xd1\xce\x28\x55\x0f\x5f\x40\xbf\x42\x6c\xdf\xc3\xfb\x72\xd1\xa0\x71\x82\x4b\x72\x63\xd4\x44\x71\x1c\x8f\x1d\x2c\xfb\xc6\xb6\x3d\x60\x57\x18\xc7\x42\x8c\x27\x72\xd6\xb3\x36\x6c\x08\xd4\xc4\xb2\x76\x6b\x3d\x4e\x0b\xa2\x1d\xc6\xe1\xb8\x1f\x49\x4b\x09\xc5\x03\x8f\x15\x71\x51\xcb\xba\x31\xb9\x6b\xd0\xbf\x36\x7d\xa9\xf5\x85\x8c\x86\xae\x64\x6b\x37\xed\x6a\x0f\x31\xec\x70\xaf\x74\x58\xf8\xf9\xc0\xac\x02\x47\x41\xa7\x71\x77\xd6\x2b\x81\xf1\x06\x96\x5a\x9f\x17\xbf\xd0\x23\x75\x8c\xd1\x8d\xc3\x71\x92\xc8\x51\x84\xc5\x03\x2b\xb3\x3a\xaf\xc5\x75\x15\x69\xbe\x04\xf9\xb4\x1e\x4d\xb7\xbe\x30\xbf\x7e\x4a\x59\xea\x4a\xa8\x8a\x52\x5c\x76\xf0\x2f\x79\x2b\x0f\xd8\x9f\x9f\xef\x23\x9d\x34\x16\x65\xfe\x94\xcc\xda\x20\x4c\x5f\x2f\x9a\xbf\x30\x4b\x21\x63\x3d\xc0\xe1\xd8\x14\x4a\x14\xbe\xba\xff\x72\xa9\xe1\xb5\x79\x5d\xf3\x0a\x6f\x05\x4e\xb6\x68\xf2\x34\xe7\xa9\xf5\xe6\xd9\x12\x97\x2f\x95\x65\x19\x13\x47\xbf\x97\xec\x54\x0b\xf7\x07\xe7\xc9\xd2\xba\x8d\xa1\xcc\xad\x29\x1d\x1b\xea\x55\x07\x93\xd7\x2c\xfc\x99\x92\xc2\x51\xe3\x70\xac\x36\xea\x26\x7c\x60\xff\x96\x2a\xcb\xc8\x9c\xce\xda\xb2\xcc\xc0\x8c\x96\x73\xc5\x5e\xe7\x1d\xea\x1e\x17\x18\xb8\x54\x56\x9e\xcd\x3d\x75\xb4\xa7\x78\x30\xcb\x7e\xbf\x53\x9e\x95\x9a\x66\x9c\x90\x51\x95\x9a\xb3\xe1\x6e\x5a\x9f\xc4\x7f\x91\x49\xca\x7a\xee\x79\x1c\x8e\x15\x44\x3d\x87\x5f\xd5\x77\xbf\xae\x3c\xd2\xa9\x33\xa0\xea\x47\x60\x64\xcb\xf4\xf2\x8c\xf3\xcb\xeb\x48\x25\x17\x5d\x28\x15\xef\x0a\x26\x8f\xe6\x17\x5f\xca\x5d\xbe\xdf\x21\xb7\x27\x43\x63\x8c\x66\x98\xa6\x2d\xd5\x5b\x92\x66\x23\xf5\x5d\x04\xc8\x19\xdc\x49\x1c\x8e\xf9\x93\x7a\xf9\x97\x37\x64\x03\x2e\x7b\xe5\x03\x79\x81\xc7\xef\x3c\x80\x62\x41\x66\xf7\x4b\x28\x05\x6c\xaf\xdc\x0c\xf1\xc1\x04\x55\x1a\xf4\x0e\x8a\x62\xfe\x81\x97\x40\x03\xd1\x42\xf8\x20\xbc\xc1\xd3\x03\x0e\x87\xe3\xf7\xc1\xb0\x12\xee\x59\x1c\x00\x7f\x83\x07\x7f\xc2\xa0\x1a\xc5\x5e\xc2\x60\x3b\xba\x67\xfc\x07\xf8\x12\xf9\xd7\xbd\x16\x5a\x85\x0c\x55\x9c\x85\xf4\x90\x6b\x69\xef\x20\x1e\x32\xc2\x3c\x0e\x35\x23\x8f\xa3\x3e\x41\xff\x90\x89\x73\xe5\xb0\x0d\x32\x6a\xf5\x13\x26\x22\x3d\x3a\x8f\xe1\x0f\x48\xe2\x0f\x22\xb8\x99\x7c\xf7\x05\x0d\xb4\x27\x5b\x8d\x2f\x02\xfd\x48\xf2\xae\x63\xa0\x94\xf8\xac\x1c\x00\x7b\x88\x57\xd3\x6c\x20\x23\xe2\x39\x86\x0c\xba\x44\x5c\x1c\x75\x19\x2a\xc3\xea\xcf\xcd\x86\x67\x61\x3e\x56\x28\x7c\x06\xfd\xae\x13\x0e\x77\xa0\xce\xdf\xc8\x80\x17\xa7\xee\x19\x13\x80\xd9\xd7\x46\x0d\x00\x0d\x4b\xbb\x03\x02\xc6\x18\xdd\xa5\xb7\x41\x5d\xba\x38\xf5\x15\x78\x8e\x96\x49\x3f\x0d\xa6\x51\x1b\xae\x05\x43\x0b\x28\x35\x67\x57\x42\x71\xe4\x5c\xcb\x6a\xe8\x06\x29\x59\xfb\x13\x6c\x45\x34\xfe\xd2\x41\x08\x93\x84\x3d\x9d\x20\xa4\x26\x79\x0d\x1f\x23\xdc\x14\x39\xb4\x15\x01\xb3\x05\xc7\x4b\x96\x00\xc7\x78\x01\x0a\x47\x80\xc3\xc9\xa7\x3e\x02\x9e\xb0\x3e\x46\xda\x81\xde\xcc\x2d\x1e\xbb\xc0\xdb\x74\x17\xcb\x15\x90\x09\x95\xab\xdd\x0c\x41\xe4\xad\x9f\x3a\xf1\xdd\xe9\x7d\x4f\x06\xf1\x1f\xd3\x66\xdd\x0a\x21\xe8\x2b\x76\xb4\x8c\x11\x5c\x65\xd1\x45\x2e\x04\x46\x72\xa7\xbc\x98\x70\x4f\x6c\x49\x49\x04\xcc\x05\xca\x88\x2d\x40\x39\xf7\xdb\x99\x13\xe0\x5e\xb6\xb3\x05\x13\xe4\x30\x6e\x68\x17\x80\xf5\xd4\x85\x1f\xec\xf1\xeb\xcb\xb0\x47\xa1\x78\x9b\x22\xc9\x8d\x07\xf8\x80\xbc\x92\xa6\x4b\x78\x4e\x56\x7b\xfe\x37\x7c\x9f\x7a\x44\x4a\x23\xac\x52\xbe\x25\x71\x09\x09\xf2\x97\x61\x1c\xc2\xa7\xe4\x9b\xee\x2b\x81\x48\x61\xa7\xf9\x5d\xa0\x85\x67\xad\x9d\x0d\xf4\xd3\x6b\xde\xf6\x25\x4e\x76\x0c\xdc\x1f\x4d\xfc\xd9\x2c\xb9\x1e\x87\x9f\x57\xc7\x6e\x98\x8d\xdf\x59\xe9\x9b\x5b\x8e\xf7\x2f\xd9\x98\x1c\x86\xcf\xcb\xeb\xc5\x8a\x08\xf3\x33\x8f\x5f\xfd\x41\x00\xd2\x8a\x5c\x27\x09\xef\xe4\x7b\xcc\x37\x02\x96\x49\x23\xda\x62\xc0\x94\xb5\xef\x35\x15\x6f\x38\xfa\xe5\x5e\x03\x7e\xdd\xd0\x83\x7e\x5b\xfc\xf2\xbe\xbc\xda\xbb\xf8\x9d\x1d\x5e\xd9\x69\x78\x8f\xc6\x09\x31\x84\x17\x54\x5b\x23\xdf\xf1\x53\x25\x21\x21\x0c\x82\x49\xee\x3e\x97\xdf\x04\xb2\x1a\xdc\x2b\x25\x0c\x29\xcc\xb4\x05\x84\x36\xce\xc9\x57\x4d\xf8\xed\x0f\x81\xbb\x77\xf1\x46\x77\x56\xf4\xf9\xe2\xd7\xdd\x02\x6a\x7e\xe2\xb7\xf7\xe7\x64\xf5\xe1\x1d\x3b\x52\x45\xe5\x78\xa4\x31\x14\x39\x81\xef\xab\xfc\x16\xfc\x81\x30\xad\xf0\xaf\x4b\x29\xc1\x36\xab\x6c\x6f\x14\x81\xab\x14\x6a\xd7\x13\x62\x38\x7f\x5e\xad\xc3\x9b\x3c\x3f\x7e\x77\x1b\x7e\xcb\x23\xa8\xb7\x1a\xbf\xec\x0e\xbd\xc6\x1d\xbf\xf2\xd6\xc9\x2c\x03\xbc\x71\x5f\x9b\x48\x1f\x7f\xa6\x7d\x21\xdc\x8f\x97\xd4\xcf\x0a\x06\xf0\x0d\x65\xc7\x5c\xf8\xf8\xa7\x79\x76\x7b\x13\x08\xbb\x54\x9b\x75\xb6\xe2\x3f\x71\x6d\xbe\x88\x51\x10\xb0\x9e\xd2\x42\x0f\x00\xc1\xc3\x3f\x90\xbf\x40\x5e\x3b\x88\x8c\x01\xef\x4a\xe7\x21\x19\xc0\x87\x54\x7d\x44\x01\x8e\xd3\x9e\x21\x00\xe4\x7e\x6d\x26\xe2\x0b\x75\x9c\xb5\x45\x8e\xc3\xfb\xad\x66\x21\xfb\xe0\x62\x1d\x1a\x72\x0e\xbe\xfb\xb9\x16\x19\x43\xf8\x4f\xcd\x11\x35\xe2\x32\xbc\x1e\x89\x45\x8c\xda\x4a\x11\x4f\x64\x66\x89\x0d\x62\x06\x8f\x29\xf0\x88\x05\xb2\x93\xb6\x13\xd1\x43\xce\x47\x92\x91\x35\x08\xc1\x23\x05\x59\x86\x24\x59\x92\x91\xe5\x48\xa9\xce\x4c\xc4\x12\xa1\x7d\xea\x45\x5c\x49\x0f\x26\x1d\x10\x3d\x92\xc7\xed\xfd\xf0\x7b\x62\x4f\xeb\x04\x3c\x49\xdc\x5d\x1c\x07\xdf\xc0\x7a\x53\xba\xe1\x5b\x58\x1d\x95\x0e\xb7\x63\x82\x88\xcf\xf0\x30\xe6\xe5\xb1\x16\xbe\x87\xad\xb2\x5c\x00\xbf\x40\x27\xb4\x0b\x11\x1d\xd4\xeb\xc3\x2b\x38\x8e\xad\x79\x1c\x0e\x9f\x64\x01\x37\x83\x61\x43\xe6\xae\x16\x23\x78\x25\x63\x5a\xe1\x33\x78\x09\xed\xb9\x3c\x18\x9e\x4f\x5b\x41\x39\x09\x2f\xa3\x1e\x0c\xff\x06\x9b\x50\xdc\xce\x18\xc2\x2e\x64\x5f\x0b\x5f\x38\x88\x84\xd7\xf6\x84\x99\x44\xb3\xf7\xc6\x50\x55\xb2\xf6\xc3\x66\x88\x21\x36\xbe\x21\x83\x42\x84\x36\x4d\xc1\xd0\x59\xfe\xe5\x82\xbd\x90\x0b\x57\x2e\x7d\x0a\xb9\x72\xa6\x91\x3e\x43\x7e\x2c\xff\xb0\x51\x88\xcd\x28\x73\xb7\x85\x1a\xe8\x33\xcc\xbb\xa0\xdb\xd4\x6b\xda\xdb\xa1\x47\xe4\x4d\x6f\x8f\x41\xb3\x55\x4e\xf7\x3b\xc1\x67\xa9\xd5\xd7\xfb\xc0\x21\xf9\x9f\x06\x05\x58\x26\x0d\xc8\x8b\x01\xb3\x92\x86\x25\xce\x60\xbe\x28\x94\x28\x00\xeb\xf9\x9f\x43\xdb\xc0\xb7\xdc\x08\xb7\x68\x68\x3d\xeb\xa3\xb9\x33\x64\xcc\xc8\xd3\x36\x83\xd6\x50\xfe\xbd\x6a\x05\x7d\x4a\x4a\xef\x5d\x04\xf7\x15\x7c\xef\x3f\x04\xae\xcc\x3d\x58\xb7\x03\xf8\x94\x19\x9f\xb3\x03\x78\x9c\x5e\x9c\x64\x02\xbc\x48\x7d\x8f\x96\x81\xd3\xe5\xab\xaf\x5a\x82\x3b\x93\x77\xbb\xba\x83\x67\x85\x9e\x7b\x2b\xc0\xf3\xbc\x25\xda\x67\xc0\xb5\xf4\xcc\x17\x07\x40\xab\xb6\xcc\xf1\xeb\xc0\xb7\xc6\xac\x9e\x1b\x40\x4b\x4d\x7f\xf5\x0d\x40\x50\xde\x97\xf9\x06\x88\x2d\xaa\x10\xad\x01\xf0\xb9\x02\x78\x04\xe0\x67\x1c\x0d\xce\x07\xca\x95\x2f\x5c\xb6\x02\x23\xb2\xc2\xbd\x3a\xc0\x60\x52\x92\xb6\x3b\x40\x60\xad\x7a\xa6\x05\x5e\x1d\x0e\x1b\xad\x02\x57\x0c\xa6\x74\x15\x01\x9d\x3d\xd9\x95\xe5\x00\xb3\x8d\xa2\x99\x02\x02\x1a\x0e\x08\x2c\x00\xaf\xca\x51\x68\x27\x10\x54\xbc\xff\x8a\x03\x10\x98\xe3\x7a\xda\x16\x88\x48\x1f\xdb\x43\x05\x82\x52\xea\xb5\xbd\x80\xb9\x9c\x35\x53\xf6\x60\xec\xc4\x9b\x91\x09\x70\xd3\x68\x43\xe7\x4d\xa0\x6f\xc8\xbb\x62\x0c\xa0\xf6\xd6\x69\x96\x00\x9e\x6d\x93\xfc\x28\xc0\xbe\xfe\x0d\x88\x00\x27\x2b\xca\x83\xca\x01\xab\xc2\x85\xce\xdf\x81\x9d\x59\x33\xf7\xf8\x00\x86\xca\x05\xda\x20\xa1\x86\xd3\xfe\xb4\x00\x24\x3c\x4d\x1b\xd9\x07\x6e\x78\xb0\xac\x73\x27\xd0\x38\xe6\x52\x61\x06\x5c\x1b\x3a\xa6\x4e\x00\x2c\x7a\xbe\xf3\x9e\x00\xab\x5b\x01\x70\x0e\xb0\xa4\xb6\x2a\xe8\x24\xe1\x7d\xa9\x9b\xf3\x0d\xc2\x50\x2e\x65\xcf\x65\x42\x47\x9a\x58\xfb\x21\xc1\x9c\x3b\xef\x5d\x11\x69\x84\x70\xea\x21\x9b\x64\x4d\x48\xbe\x71\x93\x58\x4e\xb8\xd9\x34\x4e\xb4\x03\x70\x05\x1d\xd8\x3d\xc0\x5b\x16\x88\x51\x40\x63\x32\x0f\xdb\x04\x76\x86\xdb\xa3\x2d\xd0\x45\xf7\xfb\xe8\x25\xe8\xa3\x85\x1b\xba\x16\xa6\x68\xfb\xa2\xcb\xe0\x9b\x6f\x47\x49\x7b\x61\xd6\x83\x4a\x62\x21\x1c\x73\x63\x1e\x71\x3b\xec\xd1\xa4\x8d\xf5\xc0\x3b\x0a\x66\x60\x61\xb0\xa9\xb4\x1a\xdb\x04\x73\x48\x8f\xd0\x6e\x78\x24\xac\x1d\x45\x91\x25\xee\x21\xe8\x5e\xc4\xc1\x7c\x18\xf9\x8d\xd0\x16\xfd\x41\xbe\x21\xc0\x9b\x37\x44\x25\xf1\xf9\xfd\x09\xe2\x66\x62\xe4\xa0\x11\x96\x43\x9c\xd1\xb8\x0f\x3b\x83\x01\xf9\x07\xb1\x39\xd8\x66\xe9\x32\xb4\x1e\xd3\x21\x1d\x41\xa3\xb1\x85\x61\x16\xe8\x01\xf4\x8d\xdb\x7d\xe4\x2f\xda\x65\x7e\x15\xb9\x81\x96\x2d\xaa\x40\x6e\xa0\xc7\x5f\xaf\xc0\x2a\x58\x49\x13\xcb\x31\x6b\x26\x6b\x20\x14\x1d\x67\x9c\xae\x97\xa1\x24\xfa\xfe\xdc\x62\xf4\x28\x6d\x5f\xb2\x06\x9d\x4e\x8d\x21\x4e\x43\xba\x28\x55\xa1\x7b\x11\x15\xf9\x91\xeb\x27\x04\x24\xcf\xdb\xdb\x8c\xb8\x93\x9c\x16\x5d\x40\x4e\x13\x97\xbd\x3c\x8f\x19\x89\xab\xee\x06\xa2\xe9\xa2\xd9\x7d\xf9\xa8\x99\xe0\x60\xed\x6b\xe4\x16\x0f\xcc\x59\x85\xb0\x39\xfd\x49\x16\x88\x33\xfb\x04\xda\x8c\xac\x65\xf6\x5c\xdd\x0e\xff\x61\x98\xb9\xae\x87\x27\x69\x9a\xbd\x87\xe0\x6a\xaa\xf5\x22\x27\x38\x85\xf4\xf3\x39\x03\x25\x29\x47\xc7\x89\xe8\x02\x45\x68\xcf\x2b\xa4\x48\x36\x50\x63\x88\xd8\x48\xdc\xb3\x2e\xc3\x6f\xc5\x4f\x44\xf9\x70\x99\x30\x09\x09\x82\x29\x7c\x9b\x90\x35\x70\x00\xe7\x9e\xcb\x39\xd8\x81\x45\xde\x33\x00\xaf\x64\x24\x2c\xba\x08\x8d\x51\xae\x4f\xcd\x43\xba\x8b\x1e\x8f\x2e\x45\x7c\xf3\x3d\xba\x2e\xc2\x7f\xb2\x3b\x2b\xeb\x61\x4a\xc6\x96\x8c\xf5\xf0\x4e\x15\x2c\x10\x40\x9f\x14\xcf\x21\x0e\xd4\x2b\x3b\x78\x45\x0e\x65\x24\x91\x4f\xdb\x43\x44\xc1\xe3\x3d\xd6\x90\x3d\xf7\xfe\x22\x11\x38\x4a\x0f\x7d\x12\x8b\xd4\xb6\xe0\x6f\xd3\x10\xfd\xfa\xd2\xf6\x57\x70\x41\xf5\xac\xf2\x0b\xf0\xf6\xb2\x5d\xe9\x93\x50\x5b\xa1\x2d\x0f\x83\x28\x39\xae\x40\x35\xe4\xad\x39\x18\xb4\x0c\xda\xa5\x5c\xed\xac\x07\xcd\x94\x6d\x34\x53\x81\xd5\x49\x6e\x8b\xd4\xe0\x2e\xe6\xc0\xa3\x33\xc8\xbd\x9b\x13\x37\xe3\x90\xc3\x03\xce\xad\x77\xe1\xbc\x2e\x45\xa9\x33\xbc\xae\xa5\x28\xed\x39\x54\x50\x27\xe4\xe4\x41\x7e\x15\x01\x84\x95\x90\x61\xd1\xec\xcb\xd5\xe0\xa3\xec\x20\x27\x2b\x30\x2d\xdd\xc2\x6c\x25\x78\x3a\xe5\xc0\xa2\x1c\xa0\x8a\xdd\xfc\x90\x8b\xbc\xbe\x7b\x76\x28\x13\x39\x39\xec\xdd\x3a\x03\x2e\x18\xdc\x5d\x12\x0b\x2f\xef\xee\x4d\x5b\x09\x29\x5b\x37\xb3\x9f\x41\xc7\xeb\x02\xf1\x61\xd0\xbc\xf2\xf0\xcb\x46\x60\x79\xc1\x3a\xc7\xe7\xa0\x5f\xa6\xaf\xe9\x5b\x50\x27\x35\x61\x51\x1f\x10\xc4\x09\x7c\x38\x1d\xf9\xf4\xf8\xd5\xd0\x22\xc4\xe1\x9e\xb4\xc5\x1f\x56\x8e\x68\x17\x0f\xc1\xd3\x07\x0f\x2b\x09\x10\xd8\x6d\xc0\xf6\x84\xd6\x34\x3f\x4b\xfc\x0c\x0e\xd6\x5c\x0e\xe8\x06\xaf\x96\x5c\x72\x6c\x04\x67\xe7\xf4\x9a\x7e\x02\x0a\x94\x5f\xb5\x77\x10\x9e\x70\x72\x9f\x74\x33\x55\x89\xcd\xc3\x2e\x0c\x2e\x7e\x7b\x27\x93\x7e\x1e\x8f\x54\x9a\xd1\xf0\xf8\x61\xcd\x08\x35\x87\x70\x58\x10\x45\x69\x23\x7c\x82\xa2\xc8\x8f\x80\xfa\x2b\x7e\xa4\xdf\x20\xdd\xf9\x37\x49\x0f\x72\x36\x0b\x26\xc6\xc1\xba\x5a\x2a\xe2\x5e\x98\xf5\xf8\x33\x73\x09\x38\x78\x1b\x63\xcc\x01\xef\x76\x34\xd3\x26\xc1\x27\x15\x11\xb4\xf9\xe0\x53\xcd\x1a\xaa\x1d\xf8\x8b\xdf\x49\xf1\x87\x2e\x81\xa3\x64\x11\x34\x10\x34\x4a\x6a\x86\xcd\x9d\xa3\x89\xdf\x60\x99\xe9\x0f\xa2\x17\xb2\x44\xcb\x93\xb8\x11\xd9\xf2\x78\x15\x83\x86\xcd\xba\x55\x40\x27\xa1\xe5\xed\xef\x69\x61\x68\x44\x79\x16\x35\x05\x5d\xaf\xf6\xa2\x4c\x20\x53\xfc\xa5\x14\x2d\xe4\x1d\x78\x90\x6c\x8b\xce\x0d\x72\x24\x61\xa8\x8e\xd3\x57\x62\x1f\xba\xd4\x54\x4e\xb4\x40\xad\xb4\xf4\xb0\xbf\xc8\xb3\x87\x02\x7a\x22\xa3\xe0\xa6\x09\x8d\x41\x6f\x6a\xc3\x53\x21\x5a\x7d\x99\x2d\xa5\x81\x7a\x3d\x7d\x31\x65\x36\xe5\x0b\xf7\x39\xf9\x28\xc5\x15\x30\x25\x71\xc8\x55\x81\x4e\xc4\xf7\xa4\x7f\x4e\xba\x44\x77\x92\xa3\xe9\x1c\xac\x8b\x78\x7b\xc1\x0b\x0c\xc3\xd4\xf7\x9b\x69\x6f\x85\xde\x37\x64\xd4\x27\xfc\x47\x2d\x75\x94\x57\x3c\xd7\x12\x31\x45\x9f\xd3\x98\x86\x27\x07\xb3\x0f\x72\xa2\x48\x65\xcc\x67\xf8\x29\xd2\x2c\x86\xe8\xf2\x49\xa2\x37\xdd\xcc\xf1\x0c\x56\x43\x1d\xdf\x2d\xc7\x0c\x28\xfd\x0b\xbe\xa3\x1d\xa4\xa8\x7b\x6f\x68\x97\x15\xd3\xae\xab\xa8\x11\xb2\xeb\x4d\x3f\x29\x09\x12\xa4\xe8\x09\x39\x23\xe9\x60\xea\x03\xd2\x23\xd1\x1c\xd6\x0f\x92\x31\xff\x63\xa2\x9c\x48\xe1\x8e\x07\x38\x60\x83\xec\xda\x53\x1a\x4c\x8f\x99\xbf\x7b\x0f\x4a\x62\xcc\xd4\x5a\x8e\xfc\xa5\xec\xbd\x23\xa2\xd6\xe5\x5f\xea\x0f\xa4\xb4\xe6\x18\x36\x20\xe4\xc1\x8c\xa7\x05\x28\xe9\x73\x3a\x35\x45\x49\x32\x52\x1a\x32\xde\x10\x63\xe4\x13\xf1\x37\xb1\x01\x09\xd9\xff\x31\xa6\x2d\xde\x71\x52\x83\x9e\xe7\xbf\x31\x69\x41\xf2\xb9\x61\x5a\x81\xf0\x17\x5a\xc9\xe8\x47\x6a\x56\xc3\xde\x9e\x5a\x8a\xac\xba\xa7\x4e\x97\x4c\x29\x47\xf3\x76\x92\x52\x8a\x7e\xc9\x82\x89\x1d\x79\x01\xb4\xc7\xc4\xf9\x99\xb7\xe3\x66\x63\x17\xd2\x8d\xfc\xae\xa2\xa9\x0a\xf0\x04\x1f\x79\x20\xd5\x32\xd9\x88\xac\x17\xd7\x69\xc5\xc1\xb6\x8c\xb7\xc3\x8f\xa9\x95\xd7\x97\x77\x75\x53\x24\xdd\x2f\xaa\xff\x90\x91\x36\x59\x8e\x01\x89\xde\x38\x43\x42\x26\x66\x54\x3b\x50\x37\x62\xe3\xa5\xd4\x98\x38\x6c\x7d\x7e\xba\xef\x26\xd4\x31\x53\x79\x5c\x81\x90\x54\x0b\x77\x25\xc1\x95\x72\x03\x2d\x14\x6a\x63\x75\xdc\xfe\x4b\xbd\x39\x72\xbc\xf3\x35\x25\xf3\x46\x75\xf5\x6a\x32\xd2\xfb\x23\xfb\x14\x09\x69\x7f\x91\x5c\x4f\x14\x34\xe6\x50\x2e\x63\x8d\xd5\x7e\xd1\x43\xe8\xf7\x92\xb7\x3e\x32\x54\x2f\xef\xf4\xf1\xc3\xc8\xa9\x8c\x1d\xbb\x42\xe0\x38\x85\xa5\x56\x36\x14\xce\x0e\xbc\x7d\x8a\x3a\x35\x91\xd1\x69\x45\xc9\x19\xed\xaa\x0a\x22\x47\x0d\x15\x66\x65\x90\xae\xf4\xed\x4f\xde\x44\x0c\x6f\x67\x92\xef\x60\xac\x86\x9e\x68\x6f\xb4\xb6\x72\xd4\xe7\x30\x32\x5a\x94\x72\x7c\x31\xfc\x35\xdb\x63\x57\x08\xbc\x34\x35\x5d\xeb\x2f\xf8\x8e\x9d\x3f\xaa\x23\x34\x4a\xc8\xee\x89\xe7\x07\x25\xae\xac\x5b\xcf\x6d\x4e\xc4\xe7\x09\x39\xae\x89\x4f\xe4\x0b\x58\x6f\xf1\x61\xf4\x74\x26\x4a\x30\x8e\x2b\x65\x2c\x07\xe6\xfa\x55\xd2\x4a\x81\x89\x13\xa1\xd4\x8b\x60\x99\xf1\x6b\x4a\x00\x94\x35\x2f\x9d\x5c\x04\xdb\x8f\x78\x09\x68\x00\xa1\xbb\x9c\x37\x05\xc8\x6a\xdd\xb9\x67\x81\x92\xdc\x71\xf6\x47\x60\x48\xe6\xcb\x92\x80\x0b\xe9\xb3\x99\xe6\x20\x18\xb7\x85\x3e\x0e\xfe\xf6\x33\xa1\xd1\xa0\x84\xe3\x4f\xa9\xc7\xa1\xcf\xc6\x18\xc5\x1b\x16\xcf\x73\x27\xe7\xc2\x1d\xc3\x0a\xfe\x5b\x24\xae\xeb\x25\x2f\x04\x39\x5a\x43\xe2\xbc\x47\x16\xe7\xae\x63\xf3\xe1\x27\xd2\x0a\xd6\x21\x78\x90\x16\xc8\x98\x82\xdf\xc4\x26\xd3\x05\xc8\x3a\xdf\x1a\xda\x49\xe4\xc8\xf1\x04\xaa\x2e\x72\xc9\xd8\x92\xb2\x1b\xa9\x9c\xb7\x87\x0c\x23\x31\xb7\x7e\xf1\x67\xd2\xa4\x9d\x57\xb8\x42\xea\x8d\x6a\x3d\xce\x36\xca\xdf\xec\x3a\xd6\x30\x65\xbf\x24\x90\xc9\x26\x73\xa9\x7b\x18\x87\xc8\x3a\x31\x0c\xda\x67\x92\xd2\xa7\x95\xda\x4e\x5a\x7c\xac\x88\xa2\x26\xb2\x76\x36\x92\x1b\x89\x67\xe6\xe9\x93\x7e\x62\x4b\x6f\x9e\xe3\xb9\xf3\x17\xb5\xdf\xe5\x4c\x71\x1b\x2b\xb9\x6c\x2a\xc7\x33\xeb\x00\xcb\x94\xf5\x35\xe9\x0f\xe3\x15\x33\x93\xfc\x82\x9e\xc5\x40\xa3\x03\x69\x57\xe9\xfe\x17\x6f\x52\x4d\x69\xc6\xc7\xe6\x51\x16\x52\x17\xed\x0c\x21\xaf\xa3\x9c\x9a\x77\x8a\x64\x49\xec\xbf\xd1\xc1\x1d\x91\xf9\xb7\xed\xe1\x5c\x96\x78\x94\xff\x64\x4f\x4f\xb2\xcb\xa8\x60\x66\x89\xf6\x8a\xd9\x0c\x6f\xc1\x5e\x92\x8c\xbe\x81\x77\x21\xca\x9a\xfa\x9c\x43\xb9\x70\x8f\xa2\x61\xc9\x1c\xae\x90\x63\x19\xc3\x3b\x57\x91\x62\xe9\xac\x79\x08\x31\x92\x0c\x5d\xf7\xe1\x9a\xe7\xcc\x6c\x9e\x60\xf7\x67\x2e\x2d\x4d\x63\x05\xa9\x57\xaa\x13\x98\xd3\x95\xff\x84\xf1\xf4\xfc\x94\x17\x58\x29\x2d\x5c\xfa\x26\x32\x89\x6a\x9e\xf4\xe2\xbc\x98\xfc\x4e\x38\x7c\xf4\x1a\xa9\x9a\xf7\x6d\x47\x0a\x51\xcd\x9d\x3d\xaf\x01\x0b\xa7\x0e\xf5\xcf\xe4\xee\xae\x59\xdd\x08\xb0\x33\x2b\xd6\x14\xbb\xb0\x0c\x4a\x74\x54\x87\x19\x65\xf9\x93\x7c\x5f\xba\x73\x76\x0e\xd2\x41\x9b\xab\x49\x0c\x9f\xa4\xf4\xa5\x59\x7a\x1f\x22\xc3\xf2\x0f\xf6\x61\xa4\x03\x12\xdc\x8e\xf9\x44\x1d\xd1\xdf\x79\x37\xd1\x52\xfa\x54\xcf\x08\xd7\xb7\xe7\x50\xfd\x15\x76\x73\x7b\x6c\xa1\x05\x6b\x57\x13\x5e\x69\xce\x28\xa8\x3d\xc1\x8d\xa6\xef\x2b\xff\x09\xfd\xa6\x3e\x28\xca\x0f\x73\xa6\xf0\x73\x1d\x3c\x5f\x93\x2d\x34\xb7\xec\x42\x89\xcf\x95\xbf\xb7\xc7\x63\xd9\xd2\x47\xf3\xee\xa3\x06\x4c\x45\xf7\x37\x6e\xe8\xd0\x96\x3a\x84\x3d\xd8\xf7\xae\xc0\x91\x65\xde\xc9\x4c\x3d\xc3\xc8\x6b\x7e\xc1\x49\xa3\x1b\xd7\xad\x87\xac\xa8\x5d\x15\x2e\xa1\xe9\x94\x88\xa2\x60\x4f\x1f\xf2\xc2\x9c\x38\xbb\xd9\xc4\x0a\xf5\xfd\xed\xc7\xb0\x60\x79\xcb\xfc\x59\xc8\x4d\xd6\xbe\x6e\x3b\x6e\xc4\x98\x75\x6d\x27\x7b\xf0\x66\x4d\xbe\x80\xb5\xbb\xff\x9f\x22\x9d\x21\xeb\xfc\xc7\xfe\x4e\xd7\x69\x1e\x00\x55\xd4\x94\x5a\x7e\xe8\x46\x8a\x79\xb9\xe5\xb9\xdf\xa4\xde\x82\x2e\xdb\x41\x62\x60\x66\xd3\x76\x1b\x6c\xb6\x62\xf1\x7c\x0f\xe4\x2c\x8b\xd8\xe3\x2e\x37\x8c\x6f\xae\xf7\x92\x7c\x4b\xb0\x2d\x7c\x99\xd4\x99\x50\x9f\xb6\x5b\xd4\x9c\x78\x98\x27\x10\xb4\x25\x8e\x20\xbb\x78\xcd\xf8\x8c\xf0\x00\x4e\x13\x81\xea\xc5\x67\x0d\x01\xbe\x76\x67\x98\x33\x40\x4b\xa3\x7f\xf4\x26\xe8\xd4\x6c\x22\x6d\x35\x3c\xbf\x9b\x2c\x2b\x25\x04\xd6\xd1\x25\x62\x02\xab\x70\x73\x52\x38\xa1\x4d\x89\x8a\x22\x00\x1c\x77\x4a\x10\x0f\xb8\xc3\x0a\x1e\x09\x18\x0a\x9b\xe0\x70\x41\x6f\xaf\x15\xac\x02\x70\xca\xf6\x15\xe3\x1d\x14\x66\x94\x4f\x2f\x87\xb7\xcd\x0e\xa0\x2d\x87\x13\xbb\x72\x65\x76\xb0\x5e\x6d\xa5\x64\x2f\x8c\x2b\x38\x9b\xb4\x1c\xfa\x92\xda\x27\xda\x00\x4d\x72\x4f\x0a\x4c\xa0\xd7\xf0\x3c\x9e\x35\xbc\x3e\xcc\x9b\xe3\x0e\xfb\x7b\xa6\xb1\xf0\xb0\xd4\x96\xc1\x68\x87\x6f\x18\x5d\xa1\x73\x11\xdb\xd9\x0e\xd4\x17\xc8\xfc\xce\x93\x52\x06\xa5\xa7\xc6\x35\x99\x42\xd9\x9c\xaf\x25\x8e\x23\xc7\x2a\x30\x21\x91\x74\x87\xb3\x8c\x9f\x42\xf2\x00\x5f\x70\xcb\x88\x3f\x43\xbd\xd8\xfd\xc4\x82\x73\x4d\xcc\x7f\xc4\xa3\x36\x8f\x18\xce\xd8\x4b\xa3\x19\xf4\x35\xd8\x93\xd9\x47\xa8\x97\x50\x7a\xfb\x75\x49\x0f\xe7\x65\xf5\x9a\xa4\x5a\x76\x67\x6e\xb1\xa8\x95\xc5\x49\xb1\x10\x8c\x30\xcf\xb2\x1e\xf2\x3e\x31\xcc\x80\xeb\xdc\x95\xf4\x83\x57\x2f\xb1\x0f\xd3\x5c\xce\x3e\x64\x86\x52\x1d\x6c\x4e\xd1\xeb\x29\x17\x0d\xfb\x68\x31\xe4\xa7\xb3\xe9\x14\x15\x71\x4f\x9b\xbb\x64\x5d\x72\x5f\x65\x7c\xd2\xd6\xa4\x99\x39\x4e\x22\x43\xd1\x0e\xd9\x13\xc1\x41\xc1\x69\xa6\x8a\xe7\xcd\xc3\x08\xf9\x1c\x1a\xe7\x69\x48\x20\xab\x9a\xed\xe4\xf1\x8a\x71\x87\x29\xb2\x6e\xa3\x6f\x66\xac\x36\x54\x52\xdb\xe9\xe6\xb3\x1f\x93\xc7\x48\x37\x5b\x16\x25\xa7\x66\x14\x94\xc7\x8a\x85\xea\x45\x59\xeb\x85\xd2\xb4\x8b\x92\x5b\xfc\x34\x05\x8b\x5e\xcf\x2d\x95\x35\x26\x7e\x60\xdf\x95\xe8\x5c\x79\xc2\x9a\x27\xf6\x3d\xf3\x84\x61\x24\x90\x1e\x79\x40\x0b\xe2\xad\x33\x34\xa1\xbc\xe2\x34\xcd\xd9\x4c\xba\x4e\x9d\xde\x78\x2b\x39\xaa\x62\x71\xe9\x32\x71\x78\x89\x93\xe6\x83\xd0\xa7\x20\x2b\xa9\x85\x7f\x26\xe7\x16\xf5\x3a\xf7\x5c\xc6\xf7\x04\x43\x76\x62\xba\x51\x90\x0b\x53\x99\xea\xe1\x9e\x4f\xaf\x97\x25\x1e\x9e\xa2\xbe\x49\xd6\x36\x50\x51\xce\x88\x16\xcf\x31\x27\x69\xd3\x5e\xd6\xbf\x4d\xae\x69\x8f\x2d\x3e\x22\xe6\x34\x7d\x49\x7f\x2c\x8c\xa8\xf3\x10\x35\xf0\x3d\x2a\xd9\xe4\x47\xdc\x63\x25\x05\x71\x7e\x6c\xb7\xfc\xe1\xcb\x0d\xcc\xa0\xac\xaf\x6e\xe7\xe9\xf1\xea\xf5\x87\x9e\x52\x53\x53\x3f\x1b\xcc\x25\x7f\x90\x04\xcc\xb1\x23\xe2\x19\x60\xdd\xe7\xe4\xd1\xbe\xc9\x22\x4f\xb1\xa6\x6b\xb1\xea\xa7\x90\xd0\xba\x54\x38\xce\xf7\xaa\x7f\x40\x9e\xc9\xb5\xab\x62\xc6\x4a\xd8\x87\x4b\xad\x2f\xcf\x63\x1e\xcb\x7f\xe3\xda\x4b\x3f\x9d\x55\x76\x08\xa0\x86\xa7\x07\x6e\xbd\x45\x2e\x91\xe9\xcc\xb9\x40\xdc\xc2\x9c\x5f\xa7\x97\xfc\xe6\xa6\xb8\x90\x23\x2e\x1e\xc0\x54\xfb\x84\x84\xee\x83\xc2\x0d\x7c\xc7\xd6\x0a\x92\x07\xd7\xa8\x61\x76\xcc\x0f\xf6\xca\xaa\xb3\x01\x44\xa6\x4e\x49\x86\xab\x0f\x5d\x27\xef\xe3\x21\x73\xaa\xbe\xe6\xe7\xd6\x1e\xf2\x29\xb9\xfd\x9c\x74\xac\x80\xe9\x56\xbe\x34\xfb\x42\xfc\xd1\xec\xf3\x19\xfb\xe3\xfb\xe5\x3d\xe9\xd6\x09\x07\x39\xbe\xca\xd3\x09\x9d\xc8\x96\x94\x80\xc4\x88\x6b\xc7\xa5\x89\x78\x0b\xbf\x8d\x49\x1c\xc2\x5a\x67\x7d\x61\x06\xb0\x70\x5f\x1f\xef\x3b\xf0\x67\xd3\x6e\xae\x1b\xb4\x6c\x7a\x00\x73\x2f\xf4\xad\x2c\x3a\xeb\x03\x5e\x9c\xd5\xa8\x99\xc0\x0f\xc9\x77\xab\xde\xe2\x7f\xb1\xc7\x94\xb3\x09\x47\xe1\xc2\x14\x7d\x42\x49\xe4\x84\xd4\x16\x30\xf3\x6d\x49\xf2\x05\x6e\x38\x75\x0b\xc9\x60\xd4\x3e\x88\xf7\x14\x5a\xb1\xf1\x33\xf7\x04\x34\x39\xdd\x99\x69\x08\xdb\x94\x0e\x65\x51\xa0\x79\x59\x2b\x35\x28\xf8\x47\x26\x50\x49\xc1\x49\xb6\x53\x6a\x2d\xf8\x0e\x36\x93\x4f\x40\xcb\x22\x43\xa4\xd3\xa1\xb3\xbe\xde\x49\x5b\xa1\x12\xa7\x48\xe1\x19\x78\xde\x3e\x73\x5e\x23\x1c\xb8\xb1\x9b\x6b\x00\xff\x9c\x7e\x92\x39\x03\x6e\x2b\x69\xca\xcc\x27\xeb\x65\xea\xa8\xbb\x49\x7c\xa9\x38\xed\x37\xf1\x33\xcb\x39\x75\x23\x91\x00\x1d\x91\x9f\x24\xae\x8b\x60\x4b\xe2\xb0\x27\x3e\x72\xb1\x12\x6b\x74\xec\x11\x8c\x63\x14\xab\x5a\xde\x71\xcc\x67\xa3\x80\x93\x83\x29\xa6\xc7\x32\x20\x74\x45\x71\x54\xe6\x16\x16\xa2\x19\x55\x9b\x30\xa9\x92\xb0\x34\x4f\x46\x3c\x73\x9f\x02\xa3\x27\x80\x76\xb2\x62\x1a\x3b\x3c\x23\xf9\x29\xb5\xff\xe2\x0d\xf1\x6a\xea\x1a\xc7\x8d\x82\x13\x94\xb3\x56\x4e\xdc\x72\x72\xd5\xc6\x08\xf6\x3f\x72\xd9\xf4\x66\x7a\x17\xc6\x2f\x32\xcd\xe0\x8b\x54\xea\x94\x74\x95\x70\x49\xf2\x41\x65\x1f\x3f\x92\xb1\x36\xe5\x33\xf7\x01\x70\x48\xb6\x89\xe3\x1b\x56\x95\xec\xcd\x5e\x74\x71\x9a\x48\xcc\xec\x39\x15\xcd\xaf\x63\x5c\xb3\x7c\xc2\x5d\x49\x3f\xbb\xf1\x02\xfb\x20\x7d\xe3\x8c\x0d\xb4\x6f\xa4\x39\x05\x76\x19\xda\xaa\xed\xaa\xba\xf4\x95\xa9\x9f\xc5\x61\xca\xfd\x29\x0a\x5a\x40\xca\x59\x99\x21\x3e\x53\x9a\x98\xdc\x18\x6a\x9f\x54\x24\x06\xce\xb7\x0a\x9f\x0a\x1d\x4e\x22\xfc\xd9\xfc\x79\x96\xbb\x39\x1e\x5c\xe3\x8d\xcb\x58\x67\x38\xf3\x67\x44\x52\xdf\x90\xff\xe6\x19\x6a\xee\x16\xb9\x28\xdb\x54\xf7\xf3\x97\x0a\x93\x52\x7f\x64\x77\x53\x54\x29\xb3\x32\x02\x13\x71\xd2\xd5\xe9\x33\x43\x5a\x92\x1c\x52\x7b\xbd\x23\x84\x09\x72\xf9\x89\x68\x9e\x40\x92\x60\xe1\xcf\x1e\x15\xff\xd3\xcb\x62\x56\x09\xbc\x66\x28\xa9\xeb\xa9\x39\x39\x4e\x19\x8b\x1a\x7c\x15\x2f\x54\x9f\x6a\xa2\xf8\xb5\xa9\x1f\x2b\x2e\x91\x86\xe5\xef\x4b\xb6\xc5\x3b\x49\x3e\xe6\xbf\x0c\xde\x9d\xb4\x28\xbb\xc7\x6b\xa1\x70\x97\xa6\xfe\xb8\x33\xcf\x3a\x6d\xd2\x9c\xcc\x06\x14\xba\x7a\x86\xcc\xa3\xe2\x47\x33\x1a\x29\x28\x7d\x76\xb6\x38\x63\x41\xbb\x87\x42\x4f\xf5\xad\x59\x87\xf7\x38\xf5\x73\x5d\x3a\x69\xb6\xfc\x59\xd5\xe2\x38\xa6\xe4\x41\x69\xcc\x15\x54\xfc\xa1\xe0\x93\x67\xb4\x70\x6e\x0e\xe7\xd8\x0d\xde\xf2\x8c\x4b\xe6\x46\xec\xe3\xca\x57\x1b\xfe\x32\xa7\x25\x3b\xce\x98\xa0\xec\xa0\xd3\xb2\x7e\x69\xfe\xf5\xa6\xa6\xc4\xa8\xde\x77\x2e\xe5\x6d\x4b\x7d\xd9\xe2\x47\x3c\x2b\xbf\x59\xcf\x8e\x7d\x2e\x69\xa8\xca\x0a\x7a\x23\x6e\x2d\xbd\x7b\xee\x9b\x60\xa0\x70\xcf\xb1\x68\xee\x50\xf6\xd7\xbd\xef\x58\x3f\xd2\x17\x6d\xf8\xce\x48\x96\x9c\x9b\xa9\x47\xae\xa5\xdf\x4e\x3d\x5b\x79\x3e\xbe\x47\x48\x28\xc5\x27\xec\xa6\xcd\x2a\xcc\x4f\x10\x11\x5e\xe6\x76\x25\xae\x8c\xd0\xcb\x7c\x94\xd8\xe8\x77\x53\x3d\x1d\x0f\xb9\xf9\x2b\xf5\x08\xde\xb6\xf6\xf2\xfd\xc0\x79\x93\x47\xc9\x95\x60\xc0\xea\x29\xf1\x3b\x88\x83\xc3\xb1\x7f\xc2\x01\x8a\x67\x15\xbf\xf1\x25\xc2\x25\xa5\xfa\xf8\x71\xaa\xba\xd0\x8b\x30\x87\x20\xcc\x85\x08\xae\xe1\x37\x33\xd3\x08\xcd\x7e\x9c\xf4\x5e\xc0\xde\x4d\x2f\xf5\x3d\xf0\xd4\x56\x4b\xbe\x12\x54\x9a\x94\x26\xa7\x41\xfe\xab\xbb\xc4\x0f\xe0\x93\x38\x1c\xfb\x15\x2c\x50\x44\x54\xa8\xc0\x7a\x81\xba\xa4\x0f\xcc\xa2\xee\x2b\x9c\x05\x6a\x08\x56\xb9\x26\x60\x5d\x38\x2d\xd3\x13\xfc\xe0\x67\x9f\x4e\x85\x0e\xba\x3e\x4f\x2d\x83\x32\x6c\x86\x65\x93\xf0\x2a\x13\x4a\x72\x2c\x2c\x5b\x5d\x28\xae\x45\xbc\x70\x38\x76\x2b\xfc\x2d\xa5\xb8\xfc\x05\xe9\x10\xff\x65\xc9\x1a\x62\x1b\x25\xb9\xe0\x22\x71\x3f\x5e\x98\xc3\xc7\xc6\xc2\x9e\x67\xb4\x60\x22\xdf\x2a\xd5\x47\x2c\xd6\x35\x22\x75\x13\x16\x61\x73\x4d\xe6\x83\x05\x98\xec\x4f\xfa\x8c\xc5\xac\x16\x89\x77\x11\x17\xe3\x70\xec\x3d\xa8\xae\x5c\x59\xee\xc2\xf8\xc9\x9f\x56\x0c\x31\x56\x92\xcb\xf3\xdb\xe8\xfa\x89\x6d\xd9\xdf\x68\xa7\xc2\x4c\x32\xb6\x53\xf9\xbe\x8b\x54\xfe\x94\x3f\x2e\xf7\x14\x12\x0a\xd1\x66\xa6\xb4\x87\x32\x63\xd7\xef\xa4\xd3\xe4\xca\xd5\x6a\x91\x3f\x65\x23\x0e\xc7\x8a\xc4\x82\x65\xa2\xb2\x2a\x81\x01\xf7\x7b\xd1\x5b\xde\x24\xa9\x2b\xdf\x82\x7b\x2d\xe1\x79\x76\x08\x67\x7d\x68\xb8\x46\xce\x7a\xea\x73\x21\x6d\x84\x39\xec\x62\xaf\xd0\x61\x3c\xb2\x4e\x92\xee\xa6\x3f\xdf\xd5\x22\x56\xd3\x8f\xac\xee\x12\x12\xe8\x73\x70\xae\x4c\x21\x31\x4f\x7a\xbc\x6c\xa9\xa2\x8a\x53\x5e\x74\x4a\xae\x26\x5e\xcb\x13\x4b\x99\xf1\xaa\xac\xfa\xe4\x2b\x57\x0f\xa9\x9f\x88\xcf\x5f\x3c\x95\xa6\x2b\xc4\x4e\x5f\x4c\x39\xcd\xef\x3a\xf2\x58\x12\xcc\x5b\xb9\xcb\x55\x34\xc8\xf9\xb9\xba\x4a\x70\x8d\xf5\x0e\x57\xc7\x88\x23\x07\x25\xd7\x96\x8e\xe6\xba\xb3\x0d\x0a\xbf\x64\xb9\x61\x5a\x79\x56\x1a\x66\xdc\xb1\x2c\x77\x15\x2f\xf8\x87\x3a\x2c\x35\xf3\xc2\x66\xa5\x52\xfe\xcf\xf9\x82\x7c\x48\x4a\x38\xb2\x24\xf9\x69\xb2\xbe\x71\x93\xe8\xa0\x38\x78\x35\x9b\x5f\xc4\x73\x9a\x36\x93\x9e\x42\x19\x4b\x32\x2a\x6d\xa9\x5a\xc3\xcc\x2e\x7c\x50\x26\x42\xc0\xbc\xf9\xc5\xb3\x63\xae\x67\x2d\xcb\x3f\x77\x45\xaa\xde\x90\x5d\xe5\xfd\x44\x69\x97\xe1\xea\x64\x2f\xbf\x9a\xae\x7f\x78\x77\x72\xa2\xd2\xd6\x78\xbd\xb0\x47\xf6\x7e\xf5\x41\xfe\x46\xe1\xba\x69\x7b\x69\x9f\x68\xb3\xc5\x84\xd2\xfa\x86\x38\xc6\x8f\xc2\xd1\x1a\x0d\xdc\x9e\xfb\xad\xa2\x39\x66\x43\xe6\xcf\x92\xfe\xa0\xaf\xe9\xdf\x0b\x9e\x79\xbb\x2a\x57\xe6\x5a\x39\x76\xc8\xf7\x66\xde\x3e\x34\x90\x6c\x93\xfe\x70\xe7\x7d\x21\x5d\xb1\x6d\xb5\x11\xaf\x4f\x64\x3f\xed\x0c\x4d\x4e\x8b\x11\x3d\x2e\x2d\x69\xdb\xcb\xb8\x50\xd8\xd6\x64\x04\x6f\xce\xbd\x53\x37\x3f\x9a\x95\x39\x54\xf9\x22\x28\x3a\xbd\xb3\xf4\xb6\xd7\x44\xea\x9d\xc2\xaf\x8e\x57\x64\xef\x72\x1f\x1d\x22\x27\x7d\xca\xc8\xdc\x59\x2e\xdc\x9d\x3a\xba\xda\x9c\xe7\x26\xde\x3a\x8d\x42\xdb\x4e\xcb\xa7\x17\xb5\x87\x24\x1e\x85\x3f\x35\xc9\x12\x69\xb1\xbc\xda\xc9\xc4\xc6\x90\x94\x4a\x63\xfc\x66\x9f\x6d\x25\x11\xf8\x4a\xb7\x5d\xf9\x95\x84\xb0\xa3\x87\xb3\xfe\x00\x27\x2c\xf2\xd5\xe7\x40\xe7\xad\x9f\x95\x17\xa0\xd8\xc5\x78\x45\x21\xdc\x80\xc3\xf1\x14\xc8\x22\x3a\xdc\xf6\x97\xf0\x1c\x6e\x6c\xb2\x22\x7c\x8e\xf5\xa8\xe5\x11\x7e\x84\x84\x54\x3c\x06\x0c\x7d\x70\x25\x46\x00\xd1\x6d\x6e\x7e\x3c\x38\xf3\xe8\xda\xac\x76\x30\xc7\x82\xaf\xde\x0e\x45\x6e\x1d\x57\x1e\x80\xdd\x17\x27\x28\x98\xc8\x39\x1c\x8e\x47\x41\x36\xd3\x8f\xb7\x71\xa0\x42\x18\x6d\x1c\x83\x28\xb1\xcb\x6b\xad\xa0\xf3\x21\xbb\x2b\xb8\xd0\xd9\x8b\x43\xc5\x77\x21\xd8\x75\x22\x7f\x27\x34\x60\xff\x3d\x0b\x84\x8f\x58\xc4\xa4\xbf\x83\x7b\xb6\xb6\x2b\x67\x22\xf8\xc5\x09\x0a\x67\xd4\x0e\x87\xe3\x9d\x41\xa2\x68\xfc\xd6\x1e\x52\x1c\xf4\xb6\x71\x2d\xf1\x65\x8c\xaa\x86\x42\x3c\x17\xdc\x5e\xfe\x08\xfb\x76\x31\xbc\x78\x0f\xd6\xe0\x4a\xc9\x23\x63\x05\xf6\xa5\x99\xc3\xd8\xff\x87\xa2\xfa\xf0\x87\xf2\x61\x00\x00\xfe\x34\x54\x66\x7b\x4b\xd2\x4e\x8a\x4a\x7b\x4a\x11\x22\x23\x23\x45\x08\x15\x49\x38\x77\xf7\xcc\xdb\x7b\x6f\xe7\xee\x9c\x73\x0e\x67\x9c\xbd\x47\x56\x54\x8a\xf6\xd0\xde\x7b\x8f\x5f\xfb\xfd\xbc\x7f\xc4\xf7\xf3\xed\x5c\xe7\x67\x88\xa2\x3c\x5d\x54\xa2\x3b\x4a\xdd\x35\x51\xa1\x11\x53\xd9\x00\x20\xac\x26\x9f\x64\xfe\xe9\x9a\xca\x29\x45\x13\xdb\x52\xd8\xcd\x59\x33\x1b\x6f\xb0\x7a\x8f\xed\xab\x5d\xcf\xfc\x17\x63\x6f\x11\x31\x63\x43\x56\x98\x9f\x30\x9e\xee\x3a\x6a\x5a\xcb\x90\xae\x9b\x96\x5f\xcc\x88\x5e\x24\xd7\x9a\x18\xb4\x89\xfd\xb9\x1a\xfa\x7f\x00\x20\xb8\x42\x51\x31\x45\x9d\x27\xc4\x7e\xc8\x70\xeb\x19\xe1\xab\x4c\x56\xe3\x2a\x01\xe7\xe8\xe5\x1a\x05\x3f\xf2\x50\x61\xc5\x47\x5e\x40\xf0\x90\x79\x27\x37\x71\xd7\xec\x42\x19\xc7\xbc\xf6\x81\xfe\x33\x67\xca\x22\xa6\xe6\x06\x67\xea\xa4\x91\x6a\x09\xcb\x17\x00\xf8\xf7\xa9\x16\x86\xf9\x74\x65\x2e\x0a\xff\x6a\x1d\x91\x23\xca\x30\x36\x24\x29\x8d\xc9\xef\xab\xdb\xe5\x9d\x07\x07\x2b\xc6\xcb\xac\x82\xa7\x96\x1c\x92\x10\xbc\x59\xc6\x12\xb1\xcb\x5a\x34\xef\x9f\xc8\x7e\xd1\xf1\xdc\x01\x61\xc1\xa4\xd0\x9c\xb5\xdc\x63\x00\xc0\x33\xd1\x37\xd3\x5b\x4e\xcf\x33\x35\x43\xbf\x5b\x70\x46\xc7\x53\xe6\xfa\xeb\xf9\xec\xa4\xef\xd5\x0b\x74\x1f\xa3\xef\x97\x1f\xd7\x60\xfb\xbc\x8a\xeb\xd4\x81\x3b\x6f\x15\xfc\x51\x1d\xf1\xfc\x9b\x17\xa8\x78\xb7\x68\x51\xae\xb5\x8c\x32\xe9\x94\x6a\x95\xc0\x1a\x00\xb8\x75\x0c\x02\x4d\xd5\xd1\x51\xed\x04\xbe\x6e\x99\x59\xf1\x2f\x5d\x57\x9f\x5d\xfa\x20\xf1\x4b\x55\x43\x71\xcd\x81\x57\x65\xef\x0a\xcb\x83\x8e\x17\x7b\x18\x7e\xef\x5c\x5c\x90\xa5\x2f\xf7\x24\xea\xda\xb4\x82\x85\x4f\xd5\xc7\x54\xb9\x93\x40\x65\x92\x68\x27\x00\x70\x47\x30\x8f\xd2\xc6\x76\x08\x1b\x86\xc0\x84\xe6\x37\xb5\x19\xe9\x4e\xf5\xfe\x55\x13\x13\xa1\x2a\x7a\x79\xf9\x01\xb0\xac\xc6\x8c\x0f\xb2\x2e\xfa\x52\x54\xe4\x75\xab\xc0\xc3\xc8\xf6\xf4\xd2\xe1\xf4\x6b\x17\x5e\x54\x4f\x53\xef\x9a\xc4\x52\xfc\x10\xaf\x04\x00\x4e\x21\xb3\x89\x4a\xe9\x88\x68\xfd\x48\x7c\xd3\xdc\xd8\x14\x77\xb2\xaa\x7e\x6a\xdd\xad\xc4\x69\x55\xde\xd5\x51\x07\x1c\xcb\x8e\x5a\xec\x03\xdb\x8a\xf2\x4b\x8b\xbc\x0a\x0c\x37\x8b\x28\x9e\x0b\x74\x53\x0c\xbb\x16\x5e\xcd\x31\xe5\xca\x26\x35\x28\x8e\x89\x1f\x01\x93\x39\x1e\xcc\xeb\xa4\xef\xe7\xd2\xc0\x04\xfc\xde\xde\x4c\x90\x75\x62\xcf\x69\x12\xa8\x8d\xef\x69\x41\xc1\x17\x11\xcf\xea\xd3\xa0\x23\x01\x69\x55\x47\x60\xbb\xed\x0b\xcb\xa2\xe1\x47\xab\x3c\x8b\x4e\x22\x8f\x5c\x96\x17\x24\x63\xd3\xec\x3f\xeb\xff\x90\xc2\x00\x40\x7c\x83\x74\x98\xd4\x73\xce\x16\x7e\x89\x5f\xde\x3b\x05\xbe\x75\xc2\xe5\xf4\x12\xb8\x33\x3e\xbf\x65\x05\x7c\x23\xa2\xb7\x7e\x3e\x32\x3b\x20\xa4\x6a\x2e\x22\xda\x6e\x5b\x36\x1b\x75\x5f\xb5\xb4\x68\x13\xfa\xcd\x65\x5e\xc1\x26\xec\x83\xfd\x3f\xfd\x05\xd2\x15\x00\x10\xb7\x91\x52\x48\xb4\xb3\x66\x4c\x86\x1f\xd5\x53\x8b\x85\xa6\x7e\xeb\xb8\x80\x8d\x8f\xcf\x6e\xbe\x86\xbe\x8d\xc8\xaf\x1b\xc2\x46\x06\x78\x56\x5e\xc4\x7c\xb7\x7d\x28\x1d\xc0\xea\x57\xcd\x36\x7d\x27\xf9\xb8\xcc\x36\x7c\x27\x4f\x76\xb0\xd6\xd3\xc8\x3a\x00\x10\xd3\x49\xb5\xd8\xbf\xfe\x47\xf4\x71\xd9\x92\xee\x4f\xb4\xa3\xa9\x39\x1d\xf6\xd4\xfe\xf8\xa5\xcd\x8e\xd4\xc8\x88\x43\x75\xb3\xa8\x33\xfc\x7f\x54\xce\xa0\x5a\x6d\x3b\x5d\x3a\x99\xea\xb4\x6a\xbc\x29\x88\x1a\xea\x32\xc3\xb0\x93\xfa\xd0\x61\x5d\x5e\x15\xb5\x10\x00\x44\x83\x64\x23\x56\xd5\xbf\x90\xf3\x29\x7b\x7b\xf7\x5a\xf6\xcf\xd4\x6d\xed\xfb\xd8\xa3\xe3\x1e\x36\x25\xb2\xd6\x45\x2c\xa9\x4d\x61\xaa\xfc\xcf\x59\x8e\x31\x5d\xb6\x69\xcc\x89\x8c\x3b\x1e\x5f\x0b\x85\x8c\x2e\x97\x09\xf9\x27\x99\x2b\x1d\x4e\xea\x4a\xe9\x57\x01\x40\xf8\x90\xd2\x8a\xf9\xf5\x65\x8a\x77\xe0\x86\xbb\xa8\xc2\x27\x29\xf7\xda\x72\x05\xc2\x38\x49\x63\x0d\x3f\x26\xfc\x7d\x4d\x07\x2f\xda\x5f\x5e\xd1\xc8\x25\x6d\xcb\x28\xa9\xe2\xdc\xf2\xb8\x61\x3c\xcf\xc1\xbb\xd8\xeb\x85\x9c\x8b\x0e\x65\x5a\x19\xf3\x09\x00\x08\x1e\x51\xbb\xd1\x92\x33\x32\xf5\x4f\xdc\xea\xce\xfc\x9c\x29\x29\x9e\xad\x55\xca\xb5\x87\x9f\x37\x74\xc8\x93\xc2\xbd\xab\x4f\x4b\x7b\xfd\xc7\x94\xd7\x4b\x22\xb6\xd9\x16\x17\x8b\x57\x78\xe8\x0b\x1a\x44\x27\x5c\x96\xe4\x45\x08\x6b\xc7\x3b\x6a\x66\x73\xea\x01\x80\xaf\xa0\xaf\x47\xee\xf4\xbe\x2e\x34\x67\xa5\x9d\xfe\x5a\x30\xfb\x78\x56\x2b\xa0\xcf\x3d\x3c\xaf\xc1\x4a\xb7\x68\x3f\xb3\xea\x77\xee\x0b\xbf\xd8\xb2\xf7\x39\xaf\xb6\x32\x8b\xee\xaa\x02\x3d\x76\x19\x5e\x2a\x47\xcc\xfb\xa7\x23\x4a\x6f\x8f\x0f\x51\xff\xe4\x5b\x03\x00\x4f\xcd\x88\x42\x26\xf6\xc6\x57\x9e\xcc\x34\x9c\xce\x2a\x4f\x38\x66\x69\x21\x99\x8f\xc6\xc6\xd6\x13\x8a\x4e\x84\xf5\x56\xc5\x1b\xcb\xf7\xb4\x95\x85\x18\x42\xb7\x5a\x17\x6d\xd2\x4f\x76\xff\x66\xd8\xa4\x51\xb9\x8c\xd4\x56\x2b\xa3\xc7\x0b\xd4\xb6\xc2\x31\x00\xc0\xbd\xcf\x74\x85\x0b\x7a\x97\xd5\x5d\xc9\x5c\x7f\x7a\x5d\x35\xf5\x58\x68\x8b\xb7\x25\x24\x76\x74\xbd\x67\xd9\xf2\xb0\xf4\xaa\x69\x25\xde\x7b\xf0\x65\x56\xa6\xe2\x2d\xc3\xa6\x97\x05\xfb\xdd\x6f\xe4\x3f\xd6\xdd\x74\x19\xa3\x0d\x52\x5d\x19\x6f\xc9\x91\x09\xaf\x03\x00\x97\xc2\x4c\x85\x37\xf7\xbc\x6c\x36\x65\x5c\xef\xf8\xd8\xe0\x7a\xf4\x6f\xf3\x9f\x9a\x9b\x31\xcd\x75\xcf\x2a\x75\x61\x1e\x95\x6d\xe5\xa4\x3d\xbb\x4a\x0b\xcd\x63\xb7\x74\x98\x68\x85\xb7\xdc\x07\xf2\x71\x7a\x99\xcb\x14\xcd\xcd\x9c\xcf\xe3\x5f\xa9\x7e\x8b\xb2\x00\x80\x6b\xc3\xc4\x88\xa5\x83\x87\xa0\x33\xe9\x4e\xe7\x02\xa0\x8e\xa4\x88\xde\xad\x50\xc1\x41\xa7\xd3\x0e\x50\x7f\x70\x4e\xf3\x79\x78\xfe\x6e\x61\x9d\x10\xae\xdd\xd8\x5d\x19\x84\x10\xdc\x92\x4b\xdd\xd0\x54\xa7\xd1\x45\xcb\xb0\x52\xdb\xe0\x02\x06\xa9\x0a\x00\x24\x6f\x49\x52\xa2\x70\x10\x40\xd7\xa6\x4f\x3b\xfb\x0e\xf9\x99\xb4\xb3\xe7\x01\xd2\x78\xd0\xba\xa3\x01\x31\x05\xf3\x9a\x41\x64\x60\x37\x5a\xb7\x1d\x5d\xb6\xb1\xae\x72\x1c\xda\xec\x76\xd8\xfc\x03\x23\xcc\xf9\x61\xfa\x49\xc2\x6c\x0f\x14\xec\x23\xcf\x02\x00\xc9\x00\x49\x49\x3c\x7a\xb1\x80\x74\x3e\x7d\xf4\x59\x1e\x29\x26\x69\x69\x0f\x86\x7d\x8f\x7e\xdf\x11\x89\x55\x04\xe3\x9a\x9d\x30\xe3\xee\xd4\xda\xe7\xd8\xb5\x8d\x46\x8b\x85\xb4\xce\x2d\xca\x5c\x4d\xea\x9d\xf3\xd1\x54\x45\x36\xda\x1e\x2a\x18\x41\xbe\x00\x00\x12\x0e\xe9\x3a\x71\xf2\x85\x6b\xf4\x9f\x27\x6b\xfb\x3b\xe8\x9e\x89\x77\xbb\x2b\x69\xc4\xe8\xc6\x76\x11\xf5\x63\xf0\x9e\xa6\x03\x54\xdd\x6e\x9f\xda\x79\x54\x64\x23\xb3\xe2\x29\x55\xe2\x16\x59\xf2\x9b\x7a\x65\xce\x87\xc2\x37\x34\x86\x2d\xc3\x30\x97\x6a\x02\x00\x71\x27\xb9\x91\x38\xee\x82\x3d\xb7\xf0\xa4\xb4\xef\x2b\x47\x9e\x58\xd9\xf5\x90\x2d\x8e\xce\x6d\xeb\x67\x55\x05\x6f\x6d\xcc\x65\x8d\xdd\xbd\xa9\x26\x96\xc9\xde\x48\xa9\x98\xc7\xdc\xed\x16\x51\xb2\x94\xb9\xc7\x69\x84\xf1\x07\xf3\x9d\x6d\x6f\xbe\x15\xbd\x14\x00\x44\x5d\x94\x01\x82\x69\xc0\x5f\x5c\x7d\x32\xb0\x6f\xa5\xc8\x37\x11\xe9\x9a\x26\x78\x17\x4d\x68\x1b\xcd\xaf\x09\x5e\xd9\x30\xcc\xb3\xec\x76\xab\xce\xe5\x5e\xde\x08\x96\x87\x73\x37\xb8\x45\x15\xfb\x73\x47\x39\x39\x16\xfc\xe2\x6e\xb4\x9b\x96\x77\x93\xa9\x02\x00\x61\x3d\xf5\x26\xc1\xf7\xfc\xae\xdc\x91\x69\x4f\xce\x2c\xcd\x99\x9c\x68\xd7\x69\xa7\x5c\x7b\xe0\x4f\xcb\x7b\xf9\xb1\x7d\x55\xf5\x6d\xd2\x9b\xbb\xfa\xab\x08\x12\x64\xe3\xfa\x32\x37\x31\xd1\x6d\x67\xd1\x54\xb1\x83\x53\x80\x21\x5f\x48\xb3\xa3\xe8\xf6\x72\x16\x02\x80\x20\x92\xbe\x0e\x9f\x7b\x0e\x2d\x5c\x9b\xe6\xdf\x1b\x6d\x30\x1c\xa1\x9c\x5e\xa3\x5f\x72\x20\xa5\x65\xbc\xf6\xec\xbe\x59\x75\xd7\x73\xcb\x77\xf9\x55\x0a\x73\xee\x6c\xb8\x53\xba\x4d\xc5\x74\x9b\x62\x72\x51\x3c\x72\x8a\xc8\x57\x48\xa7\xdb\x5d\xd1\x3a\xf0\x36\x01\x00\x7f\x2f\x63\x03\x7e\xd1\xd9\xb3\x96\xc4\x13\x43\x3d\x95\x65\xd1\x47\x46\x76\x08\x4a\x32\xa2\x9e\x37\x1f\x32\xe5\x06\xc9\xeb\x66\x1a\xa7\x78\x3f\xb2\x0c\xe5\xff\xdd\xa0\x34\x63\x79\x27\x96\x7f\x2e\xdc\x97\x9b\xef\x84\xe8\x2d\x8a\xf9\xf6\x4b\x35\xf6\x82\x11\x00\xc0\x63\x33\xde\x65\x0f\x9f\xa5\xd7\xc2\x27\x48\x3d\x71\x55\x2b\x13\xba\x3b\xb6\x54\xcc\x88\x2a\x69\x1e\x5b\x3a\x37\x28\xa2\xb6\xb1\x98\xe0\x5d\x6b\xc9\x28\xac\xde\x80\x98\x67\x19\x56\x2c\x7f\x6f\x7c\xa4\xe5\x38\xe5\xeb\xd7\x2a\x4f\xda\xc7\xe6\xb2\x05\xcd\x00\xc0\x5b\xc2\x5c\x94\x2d\x3b\xbb\xbe\x09\x38\xe1\xd9\x63\x5b\x47\x4f\x10\xb4\x3f\xae\x0e\x8d\xc2\x37\x19\x2d\x7b\x82\x96\xd5\xee\x2b\x9b\xea\xad\xb2\x8c\x2e\x66\x6c\xc0\x95\x94\x19\x83\x96\xff\x33\xc6\xe8\xfe\x38\x0d\xe6\x95\xa8\x8e\xd9\x17\xa9\xdf\x08\xff\xff\x85\x85\xe9\xf9\x2d\x15\x66\x81\x1b\x9e\x9d\x81\x3b\xc0\xaa\xeb\x1a\xf8\x21\xf8\xa5\x77\x32\x32\x1f\x5a\x57\x4d\x40\x92\x20\xad\x8e\x88\x9c\x83\x95\x6c\x47\xd4\x1e\xd9\x70\xca\x1d\x4d\x40\xae\x44\xf8\xa2\x1d\xe8\xd1\xf5\xcf\xb0\x19\xe8\x93\xf1\xff\xb0\x5c\xf4\xdb\x57\x21\xf4\x10\x35\x3d\x7d\x09\x3b\xa3\x25\xd7\xda\xe1\x30\x34\xb7\x67\x07\x6c\x42\xd1\xaa\x4a\xf8\x03\x2a\xd3\xf6\x23\x47\x30\x7b\xd6\x29\xa4\x0e\x0b\x4f\x57\xa3\x4e\x98\x22\x5c\x88\xb2\xb0\xf3\xeb\x63\xd0\x6f\xd8\xfb\xf1\x12\x8c\x87\x15\x7d\x91\x41\xde\xd4\x55\x4f\xbe\x41\x0a\xca\xd9\xab\x77\xa0\xf3\x94\xd4\xee\x78\xd8\x95\xfc\xb4\xf2\x01\xcc\x20\xcb\xb4\x1e\xf0\x0b\xb2\x98\x79\x16\xd9\x4f\xce\x4d\xb7\x46\x86\xc8\x94\xf0\x51\xe8\x1e\x72\xe4\xba\x37\x68\x27\x79\xfe\xf8\xf5\x58\x1c\x89\xfe\x89\x06\xfa\xf2\x66\x3f\x7a\x03\x16\x70\xc7\x5d\x7e\x08\xbe\x62\xbf\xe8\xd4\x42\xe1\xac\xab\x16\x1f\xe8\x34\xf3\x56\x6e\x3b\xec\xcc\x9c\xcd\xe0\xc0\x02\x46\xfc\x49\x7b\xc4\x99\x2e\xdc\xef\x8c\x54\xd2\xca\xd7\xad\x40\x57\x53\x87\x1c\x06\xd1\x0b\x94\xac\x0f\x2d\xc4\x68\xb9\xfe\xe1\x56\xe2\x69\xe9\xbd\x4b\xb6\xe0\x02\xc9\x84\x8e\xcb\x20\x2a\x0a\x2c\xe7\x83\x0f\x05\xf9\xea\xe5\x50\x20\x7f\x36\x7d\x21\x34\xc0\x95\x9d\xf8\x08\x1f\x67\xff\x0e\xdb\x82\xd8\xb2\xa2\xd6\xe6\x20\x7c\xc6\x25\x87\x02\xd4\x81\x96\xfd\xae\x8f\x30\x90\xf7\xf9\xfe\x56\xa2\x8b\x16\x19\x5c\x4b\xa4\xaa\xef\xb6\x8f\x22\x9e\x51\x25\x95\x5e\x03\xe7\xca\xbf\xab\x54\xa0\x4c\xaa\xa5\xf6\x40\xb3\xc4\x1b\x53\x6f\x41\xa7\x05\x17\x43\x8f\xc2\x47\x79\x71\x6b\xa7\xc0\x4f\x39\x33\x1d\x72\x90\x00\x46\xe2\x9b\x68\xfc\xe7\x4a\xfd\x9d\xdb\x04\xbf\xb2\xaf\x03\xc5\x04\x6d\x49\x40\x8b\x80\xf0\xa1\xd0\x50\x82\x11\x83\xf3\x3f\x2a\x32\x89\xfd\xba\x9d\xe4\x87\x60\x98\x1a\x4a\xf1\x06\xff\x53\x14\x84\x6c\x80\x74\x92\xeb\x9e\x47\xe1\x29\x42\xb1\x83\x0e\x3e\xc4\x9e\xfd\xb2\x0b\x2f\xea\x6a\xbf\xbd\x0e\xff\xb0\xed\xc2\xb9\x4d\x04\xa7\xa6\xd1\x4d\x1e\x04\xa8\xd6\xb1\x68\x0b\xe1\xbe\x65\xb6\x2c\x9a\x18\x62\xb6\x22\x8d\x21\xde\x31\xf6\x1e\xab\x03\xa1\xbc\xf4\xe0\xb1\xd0\x6c\xf5\x96\x35\x35\x10\x43\xb1\xcc\x41\x08\x75\x71\x35\xcf\xd3\xf0\xef\xaf\xea\x6f\xda\x12\x46\x5f\x1c\xec\xfb\x46\x58\xd0\xff\xa2\xfe\x37\x21\xbb\xeb\x79\xe1\x5c\xc2\xf9\xd6\x2a\xc9\x11\xe2\xea\xfa\x48\x74\x37\xb1\xda\x72\xe6\xe8\x6e\xd0\xb5\xf8\xd5\x3e\x47\xb0\xd4\x00\xae\x59\x00\x4d\xd3\x64\x38\xf0\xa1\x20\x7e\xc5\x33\x11\xfe\xde\xdd\xf9\x37\x96\x12\x46\x5c\x7f\xd7\x37\x9e\xe0\x3c\x24\xa9\x9f\x44\x48\x3f\x37\xdb\xb8\x83\xd0\xd1\x1d\x2d\x96\x13\xe7\xb4\x9e\x44\x44\x44\x59\xdd\xf6\xe4\x4a\xe2\xaf\x72\x73\xd0\x10\x98\x68\x2a\x5d\xfd\x0f\x1c\xd4\x9d\x75\xa8\x01\x7f\x0a\x62\x9f\x7e\xc0\x77\x3f\xb1\x5c\x67\x13\x46\xdc\xf3\x3e\x13\x4b\x98\x70\x03\xac\x4b\x24\xec\x1f\xd2\x15\xe4\x12\x34\x67\x8f\x8b\xfe\x12\xde\x77\xfe\x44\x26\x12\x0f\x36\x6f\x4b\xf6\x23\x5a\xaa\xbe\x04\x95\x83\x23\xcc\x6b\xd6\x58\x83\x09\xfa\xf0\xf1\xd3\xc0\x0c\x81\xe9\x43\x1d\x56\x4d\x84\x1e\x52\x30\x11\xf1\xcb\xa5\x4e\xec\x28\x18\x75\xda\x88\x1d\x07\x8b\x2a\x08\xd8\x11\x68\x41\xee\x18\x2c\x03\x9e\xce\x98\x8e\x65\xc0\x83\x69\x55\x18\x09\xa1\xef\x9f\x83\x89\x51\xcf\x75\x29\x98\x05\xbd\x39\x7e\x15\xf6\x15\xb3\x79\x7f\x0f\x1b\x83\x5c\x79\x50\x81\xfe\x87\xbc\x1a\xfa\x88\xde\x47\x3e\x74\xdc\x44\x5f\x21\x8f\xca\x4b\xd0\xd7\xe8\x18\x75\x10\x36\x0e\x45\xe9\x51\x98\x2d\xfa\x2c\x6d\x19\xb6\x09\xdb\x1e\x66\xc4\xc2\x31\xc1\xda\x6b\x18\x0b\x1b\x76\x28\xc5\x7a\xb1\xf6\x77\xaf\xd1\x13\x94\x35\xf7\x7b\xd1\xe3\xe4\xf7\x43\xb6\xe8\x21\x72\x6e\xc7\x08\xf4\x24\x79\x73\xd9\x23\x94\x4a\x1e\x95\x53\x82\x6a\xc8\x13\x68\xcd\x68\x0d\x79\xf1\x89\x5c\xf4\x3d\x79\x51\xd8\x74\x6c\x0e\x79\xc6\xda\xa3\x58\x04\xd9\xde\x21\x16\x33\x90\x14\x6f\xbe\x22\x27\xb9\x23\xef\xde\x41\x70\x9c\x29\x17\x5d\x11\x02\x7b\x74\xdb\x76\x44\xc1\xb2\x2b\x0d\x42\x9a\x98\xcb\x54\x6b\x90\x5b\x0c\x2a\x95\x88\x8e\xa5\x3f\x48\x95\xa3\x7b\xe8\x4b\x42\x97\xa1\x0a\xda\x71\xcf\x33\xe8\x15\x6a\xbd\x83\x1d\xb6\x98\x02\xbe\xde\x0e\x2b\x65\x61\x77\x3c\x61\x83\xa4\x65\x20\x15\xae\x15\x8f\x6f\xc9\x81\xfb\x85\x27\x4b\x3a\xe0\xa7\xfc\xbb\x8a\x8b\x88\x3d\x2f\x93\xe2\x85\xec\xe2\x5a\xa7\x88\x91\x1c\x36\x3f\x24\x06\xf9\xc4\x9a\xec\xb9\x17\x75\x63\xd4\x3a\x4c\x44\x53\x69\xd9\x2f\x13\xa0\x6f\x3a\xee\xed\xbd\xd0\x3f\xcd\xa6\x73\xa5\xf0\x94\x9c\xb6\xa6\x9b\xf0\x6c\x65\x7c\xb1\x03\xec\x26\x1f\x2f\xf7\x86\x63\x24\x37\x49\xaf\x61\x8d\x48\x79\x9c\x04\x7f\x15\xf8\x04\x2b\x91\x40\x1e\xb0\xe6\x16\xc2\x64\x7f\x76\x98\x8f\x94\x30\xa2\x9f\xdd\x86\xd6\x54\xdc\xbf\x71\x0b\xda\x50\x1a\xd7\x3f\x03\xda\x56\x74\xbf\x21\x19\xf2\x33\xc6\x14\x76\x43\x87\xf5\x97\xa5\x4b\x20\x89\x36\x00\x1b\x0f\xdd\xc8\xa9\x3c\xfa\x13\x5e\xa9\x18\xbb\x0f\x83\x69\x92\xb4\x35\x01\x70\xb9\xf0\xa8\xc3\x7e\xb8\x8c\xed\xf0\xc4\x0b\xbc\x73\x5a\x7e\xcd\x0b\xbc\xd9\xf2\xb8\xd7\x00\x0e\x35\xec\xac\xb3\x06\x6f\x55\x73\x0b\x18\xe0\x9b\xf2\x26\xf1\x54\xc8\xb1\xf8\x2a\xb2\x01\x3a\x5c\x70\x36\x39\x03\xb2\xe8\x2c\x41\xa1\xd0\xbf\x9c\xd6\xd5\x45\xf0\x1c\xf9\x1b\x87\xc3\xf0\x58\x2e\xf5\xd1\x28\x68\xe6\xe5\xa5\x57\x66\x80\xef\x07\xb4\xdd\x38\xf0\xfc\x99\x0f\xd5\x4f\xc0\x73\x9d\x8e\xf9\x78\xf0\x4a\xcb\x4c\xa1\x1b\xf8\xad\xf6\x2b\xc4\x80\x56\x56\xe8\x92\x1c\xa0\x98\xe2\xb1\x81\xa9\x90\x24\x7f\x78\xf5\x1c\xa8\x34\xf7\xb7\xc3\x61\x48\xc8\xa7\x3c\x5c\x09\x4d\xbb\xad\xbb\xbc\x19\xfc\x78\xb5\xa4\x4b\x0a\x9e\xbf\xc8\xaa\x06\xc0\xae\xfe\x75\x7a\x2d\xd8\xd3\x59\x26\x48\x04\xef\x36\xff\x07\x5e\x87\xc6\xd7\x5a\x25\xc2\x90\x5b\x59\x6b\xe0\x1c\x28\xd0\x04\xac\xfa\x0a\x25\xea\xbc\x1d\x30\x68\x93\x60\xf9\x03\x39\x64\xfd\x68\xfe\x25\x35\xf8\x78\xf8\x7e\xe7\x4b\xb0\xe5\x5a\x42\x55\x04\x68\xba\x58\x92\xf7\x0b\xcc\xeb\x2b\xe6\x0f\x81\xe5\xa7\x33\xc1\x28\xf0\x4a\xe3\xf7\xc4\x59\xe0\xfd\xca\x3f\x7b\xbf\x83\xaf\x4b\xf0\xab\x7e\x83\xbf\xf2\xce\x3a\xdc\x07\xab\x04\x99\xaf\xba\x29\x9f\x08\x03\x77\xe6\x53\x40\x62\xcc\x80\x91\xe2\x48\xec\x6c\x1d\x4d\x1e\x02\xa7\x9b\x77\x93\x85\xa0\x4a\x79\x98\x1c\x08\xa5\x51\x2e\x92\xa7\xc2\x51\x29\x5f\x49\xf7\x11\xd7\x90\x07\xa4\x32\xe4\xb3\x67\x37\x49\x8c\x36\x38\x2c\x25\x55\x63\xe3\x5f\x39\x50\x82\xe0\xef\xc3\x81\xe4\x4f\xc8\xfc\xf3\x5f\xc9\x52\x64\x63\xcb\x36\xf2\x7e\x64\x57\x09\x44\x76\x44\x32\x14\x06\xd2\x6b\xe4\x25\x65\x26\xa9\x01\x3d\x91\x72\x92\xa4\x45\x1f\x86\x1c\x21\x11\x30\x5f\x4f\x37\xd2\x49\xac\xde\xbe\x84\xc4\xc6\x1a\x5e\xce\x25\x57\x91\x23\x6e\x67\x92\xe3\xc8\x33\xce\x4f\x24\xdb\x93\x9e\x35\xa7\x90\x9e\x93\xa8\xc5\x4d\xa4\x6a\xd2\x31\xf9\x47\x12\x87\x84\x92\x61\x52\x3c\xc9\x72\xfc\x1b\x29\x94\xd4\x16\xfc\x8c\xb4\x9d\x34\xb0\xa6\x9b\xb4\x89\xf4\xca\xfe\x28\x29\x8e\xc4\x7d\xbe\x9c\xd4\xc2\x7e\x7f\x53\x48\x3a\xc5\x5e\x70\x76\x2d\x69\x2d\xcb\xb9\xf1\x0c\x69\x24\xd3\xbf\x68\x13\xf6\x82\xc1\x90\xc9\xb0\x73\xf4\x8f\xa4\x60\xac\x91\x7e\xe4\xd8\x27\xac\x96\xd6\xbe\xef\x0f\xd6\x46\x9b\xb1\xc6\x15\x6b\xa1\x0a\xec\xe7\x61\x8f\x28\x47\x9e\x72\xb0\x1f\x52\xfb\xeb\xef\xb0\x0a\x71\x6e\x1f\x1f\xc3\x89\xc6\x37\x2c\xc6\xb6\x0a\xb8\x85\x95\xd8\x6c\xfe\x14\xa9\x1b\x66\xc5\xed\xc6\x66\xa0\x7f\x38\x59\x47\xdf\x61\x63\xd9\x53\xf7\xed\xc4\x66\x32\x5b\x57\xf7\x63\xd3\x18\x1c\xfb\x9d\xd8\x62\xda\x81\xc7\xfd\x98\x8f\x76\xf1\x35\x67\x6c\x9c\xfa\x67\xef\x43\xf4\x86\x4a\x5d\x97\x85\x6a\x15\x07\x8d\x76\x68\x9a\xcc\x45\x6c\x41\x63\x25\xd6\xc8\x39\x34\x46\xf8\x2a\xf9\x31\x7a\x9c\xdf\x15\xc4\x46\x89\x5c\xe3\xea\x14\x34\x9d\x7d\xc1\xfe\x04\x7a\x84\xb1\xe5\xe1\x62\x34\xbf\xdc\xe5\xb2\x06\x8d\x28\x39\xdf\xed\x8b\x4e\x35\xa5\xd5\x8c\x45\xae\x16\x4c\xcd\xef\x45\x0a\xf3\xcc\x42\x15\xa2\xd2\x04\x40\xdf\x90\x5c\xd5\xed\xa4\x64\xc4\x28\x8f\x0b\x84\x10\x8b\xf8\xcf\xaa\x87\x88\x42\xb8\xde\xde\x84\xc4\xb3\xee\xdc\x63\xa1\xa1\xed\xc7\x86\x26\x20\x7f\x9b\x3e\x9d\xee\x43\xea\xea\xa0\xca\x22\x24\xb5\xf2\x5b\x1e\x0b\xf1\x2c\x0b\xe4\xb3\x90\xf9\x45\x6a\x70\x3e\xb2\xd0\xd0\x7b\xe4\x31\xb2\x44\xfb\x6c\x6f\x24\xe2\x9a\xe3\xb9\x6a\x07\x62\x25\x2f\xb6\x6f\x81\x1b\xb9\x5b\xef\xc4\xa2\xe9\x83\x65\x17\x5e\xa2\xb6\xe7\x12\xda\x2b\x90\x92\x9e\x4f\x15\x02\x64\x7f\x47\x80\x96\x85\x4c\x6b\x22\x70\xcb\xe1\xef\x35\x5c\x02\x02\xbf\x29\x3f\x99\xc0\x84\xaf\x15\x39\x05\x9c\x80\x3b\xf3\xb7\x78\x34\xc2\xd2\x5c\xc4\xbe\x1d\xde\xcc\x5f\x31\x2c\x43\xe1\x9b\x13\x2e\x4c\x46\x27\x5e\x8e\x6a\xbb\x89\x98\x07\x70\xe5\x16\x64\xcf\x99\x20\x4d\x2d\x62\xd5\xf1\x99\xf3\x02\xbe\xd3\x84\xc7\x5f\x82\xcf\x56\xf7\xc5\xff\x07\x17\x96\x0e\x04\xcc\x84\xd1\xc2\x58\x0f\x3e\x1c\xa0\xad\xb4\xbf\x07\x3d\xe5\x5f\x1d\x1e\x81\x22\xf7\x85\x03\x78\xd4\xf6\x16\xad\xcd\x13\xc9\xb9\xb2\xbd\x7c\x34\xb2\x72\xa0\x42\x33\x15\xbe\xd7\xfb\x80\x13\x09\x97\xb4\x3f\xc3\x47\xc0\xbc\x86\xf2\x78\x35\x1c\x5e\x69\xe3\xff\x01\x9e\x5b\xdc\xe6\x21\x85\x1e\xe5\xb9\x39\x6c\x82\xa2\x05\x8e\xf7\x67\xb1\x73\xf0\x3e\x97\x6c\x59\xd5\xf8\xcf\x5d\x2c\xa6\x99\x40\xa8\xa6\x33\xbe\x11\xfe\xe4\x13\x19\xbb\x89\x5a\x61\x1a\x9d\x0e\x22\xd0\x79\xda\x79\x28\x23\x69\x0e\x6d\x12\x9c\x1a\x68\x4d\x4d\x44\x22\x3d\x86\x29\xaf\xd1\xbd\xb6\x12\xca\x39\xf4\xc1\xbd\x48\xf6\x24\x28\x72\x68\x1b\x6b\x15\x94\xd7\x39\xc8\xdc\x0c\x0d\x57\xb5\x30\xb8\xb0\xad\xbe\x94\xfe\x04\x0e\x17\x54\xd3\xdd\xe0\xc7\xd0\x62\x1a\x09\x21\x27\xf2\xa9\xc3\xe8\xcc\xbd\x24\xea\x4e\xb4\xc4\xe3\x30\xe5\x1a\xe6\x63\xbb\x94\xd2\x80\x41\x77\x85\x2c\x19\x26\x18\x4c\x65\x36\x60\x19\x9d\x13\x18\x83\x58\x62\xe5\x6f\x86\x23\xb6\x3d\xef\x37\x1d\xc6\x36\x0b\x26\xd3\x2e\x63\xa7\x40\x25\x6d\x15\xd6\x98\x38\x85\x9a\x83\x7d\xdc\x6b\x47\x9d\x40\x5a\xe4\x61\x43\x29\x26\xe1\x6d\xfe\x51\xb8\x24\xef\xe1\x6b\xcc\x48\xd6\xb4\x0b\x97\x18\x7a\x66\x62\x47\x3a\xbd\x85\x91\x63\xe1\xd3\x97\xd1\x1f\xeb\x2c\x34\x1d\xdd\x8b\xf7\x98\x66\x45\xbb\x40\xe4\x53\xb3\x68\xf1\x47\x9c\x28\x7f\xa8\xf7\x03\x76\x50\x78\xd4\x23\xee\x2c\xca\x32\xea\x4c\x9b\xc7\x94\xd1\x94\xd1\xb7\x97\x30\xca\x45\x9d\x03\xa1\xf4\x47\x42\x66\x5b\x2f\xdd\x45\xb0\xaa\xfc\x13\x8d\xc2\xbb\xae\x75\xa5\x7e\xe0\x72\xb8\x18\x35\x8e\x93\x48\x08\xa5\xdc\x63\xef\x4a\x58\x48\x39\xcc\x72\xf4\x17\x90\xdf\x30\xfe\x73\x5f\x49\xa6\x33\xa6\xd8\xda\x92\x7d\xa8\x77\x6f\x86\x31\x3c\xd5\x47\xcf\x1d\xa7\xa7\xaa\xf0\xad\x53\x68\x66\x45\x4c\x59\x08\xf5\x9b\x2c\x34\xd7\x40\x0d\x97\x04\x73\x66\x50\x06\x45\x69\xf8\x19\x94\x10\x01\x3b\x7e\x21\xf9\x22\xcf\xe0\x77\x8f\x1c\xca\x39\xb7\x72\x90\xf4\x98\xbd\xdf\x76\x29\x89\x4b\x2f\xbe\x56\x43\x4f\x29\x51\xf7\x8f\xa1\x55\x98\x4a\x9a\x94\xd4\x2f\x05\x15\x25\x6f\xa8\x1b\xf5\xac\x9c\x78\x8a\x42\x7b\x98\x65\x4b\x19\xaf\x0e\xc0\x05\x91\x65\x4a\xd7\xc3\x3d\x64\x1b\xd9\xc4\x3d\x6f\x49\x0c\xf1\xc4\x95\xc7\xb0\x7f\x82\x5e\x5b\x39\x06\xb1\x56\x5c\xf1\xa1\x87\x35\x1f\xea\x3d\x4e\x43\xea\x5d\x1b\x96\x53\xf3\xaa\x97\x14\x49\x29\x77\xca\x6f\x2b\x97\x52\x96\x97\x20\x0c\x80\x9c\x57\xb8\x34\x93\x4c\x76\xd6\x37\xc7\xfa\x93\x24\x9a\x10\xdf\x1b\xa4\xd1\xaa\x45\x2b\xce\x63\xa9\x72\x7b\xdb\x42\xf4\x2c\xe7\xd8\xa5\x99\xf4\xa4\xf3\xb3\xbb\x63\x69\x99\x67\x5c\x6a\x3f\x50\x59\x9d\xe3\x0a\x59\x94\xd6\x96\x5a\xf9\x6e\xca\xa8\xfa\x4d\xb4\xed\xe4\xe4\xca\xe6\x53\x5f\x48\xc3\xa5\xd3\x63\x46\x93\x36\x17\x1e\xf2\x79\x88\x15\xe8\x67\xac\xd8\x8c\xfe\x51\x27\xd9\x5a\x50\x2f\xde\xd6\x21\x27\x7a\xca\x95\xb9\x5d\xe9\xb4\x8c\x0b\x03\xb5\x23\xa9\x68\xff\x1e\xa3\x99\x62\xe9\xa2\xca\x10\xf2\xdb\x56\x36\x95\x4e\xf6\xa9\xa7\x9c\xda\x47\xaa\xae\x0c\x39\x04\x93\x6c\xcd\x80\x0f\x05\x4b\x36\xae\x5c\xe1\x80\x36\x68\xd2\x6d\x2f\x23\xaf\x78\x0f\x06\xc3\xe9\xc9\xb7\xf7\x74\x96\xd2\x12\xaf\x56\xd5\x78\x51\x93\x2f\xde\x2b\xf8\x4b\x11\xf6\x37\x4b\x9f\x90\xbb\xbb\xf6\x53\x7e\x92\x27\xb6\x5c\x4f\xbf\x4d\x3a\x59\xb7\xfc\x90\x33\xd6\x5a\xe1\xe5\x13\x8c\xd9\x16\x05\xac\x70\x40\xf7\x6a\xaf\xdb\x2d\x44\x12\xf8\x4b\x2e\x57\x88\xa7\x67\xfb\xf6\x86\x0b\x29\xd9\x2f\x1b\xbc\x05\x56\x78\xb8\x78\x3c\xaf\x8b\x30\x47\x79\x93\x4b\x27\xdc\x62\xf4\x70\xb6\x11\xbb\xb3\x96\xb3\xfe\x82\x67\x62\xb9\xcc\x3e\xa8\xdf\x97\xcd\x30\xc1\x67\xdc\x52\xe8\xf7\x90\xe1\x71\x66\xfa\x06\xd4\x74\xe9\x9f\x88\x00\xce\xeb\xd1\x08\xad\xc0\x93\xf5\x2c\xbe\x1e\xac\x2f\x3a\xc8\x8b\x87\xc6\x29\xdd\xb9\xae\xd0\x29\xc6\x12\xf6\x27\xd8\x26\x33\x9f\xd5\x06\x37\xc6\xda\x32\x95\x48\x82\xef\x78\x06\x1b\x1d\xe7\x36\x9a\x7e\x01\x1d\x18\x77\x80\xbe\x1c\x9b\x7f\xc9\x57\xf8\x00\x9d\xd7\x3d\x2c\xe0\xa2\x4e\x75\x3d\xfc\xad\xe8\x2c\x93\x9e\x37\x02\x9d\xac\xa0\x71\x2e\xa2\xee\x74\x1e\x5b\x8b\x42\x99\xd3\x58\x99\xe8\x8d\x18\x05\xf3\x00\xe6\xea\x53\xca\x88\xc2\xe0\xe5\xed\x74\x03\xf6\x65\x9c\x37\x1d\xc0\x6e\x0f\x16\x09\xfa\x18\xb3\xbb\xfc\xf9\x62\x3a\xbb\x76\x37\x2f\x8a\xf6\xaa\xd0\x93\xbb\x86\x16\x2b\xf7\xe0\x4c\xa1\x3e\xa7\x85\xb3\x3e\x50\x55\x19\x63\x99\x97\xa8\xfb\x0f\x99\x19\x03\x94\x5f\xbb\x3f\xd2\x6f\x53\xcc\xcb\xf7\xd3\x17\x51\x94\xe3\x7c\x68\x04\x32\xf5\xc2\x6f\xfe\x1f\x41\xfe\xe9\x6e\xde\x65\x3e\x5a\xdd\xcb\x2d\xe3\xf9\x17\xf4\x70\xa8\x5c\x47\xe9\x0d\x76\x22\xfb\x2f\x75\x16\x6b\x2f\xdb\x3a\xfd\x23\x73\x33\x6b\xf6\xc1\x5e\xc6\x6a\xa6\xd3\xee\x10\xfa\x16\xc6\xea\xe5\x76\x34\x84\x9e\x33\x0e\xa3\xd6\x53\x7d\x06\xc2\xf9\x78\xe5\xb5\x0e\x27\x9e\x8f\xc2\xa6\x6a\x0b\x77\x8e\xcc\xd3\xe0\xcf\x7e\x23\x89\x92\xe0\x58\xe7\x44\x6c\xf2\x0d\x66\xb3\xe0\xf1\xc9\x1b\x8c\x2a\xfe\x96\xe8\x6b\xf4\x02\x2e\x6f\x57\x35\xad\x88\xfd\xdb\xb5\x9b\x7a\x93\xf5\x60\x5c\x35\xe5\x17\xed\xe7\xd9\x6e\xde\x13\x53\x7c\x6b\x0d\xb7\xa4\xc0\x5c\x71\x83\x03\xe9\x9f\xe9\x47\xb3\xb7\xeb\xac\x45\x07\x58\x53\x73\x97\x62\x6f\x98\xa3\x54\xf1\x69\xae\xf4\x9f\x72\xd9\x01\x1e\xed\x85\xa4\xc3\xbb\x87\xfa\x58\xe4\xe8\xea\x4f\xf9\x25\x88\x1b\xf7\x8d\xfc\x8d\x19\xda\x07\xf3\x0a\xeb\x77\x34\x07\x70\x4f\x54\x93\xcb\x88\x9c\xb5\x15\xd5\xda\x6e\xd6\x6b\x73\x9f\x60\x1b\xb3\xd2\x74\x16\xf9\xcd\xc8\x31\x5c\x49\xcd\xa6\x73\x75\x17\xa3\x56\xd1\x32\xd4\xe7\x76\x76\x53\xe3\x94\x8e\xcb\x3a\x28\x71\xb2\x3d\xd6\xd3\xc9\x6b\xd9\xa9\xbd\x6b\x78\x83\x67\xd6\x37\x2e\xe4\x66\x76\x96\x9a\x23\x38\x2e\xad\x9f\x73\x3b\x58\x97\x1a\xc7\xf1\xa2\x98\xfc\xea\x5f\xf0\x46\xc6\x91\xf2\x97\xc7\x5f\xd0\x7d\x8a\x7b\x22\x1e\xd1\x5c\x0a\x54\x5e\x9d\xd4\x31\x79\x76\xcb\x16\x91\x3f\xe7\xcc\xb4\x9e\x4f\x32\x71\x5d\x7a\x82\x78\x17\x2f\x02\x0d\x5b\xb9\x99\x67\xed\x4b\x4e\x71\x66\x77\xbf\x55\x3f\x64\x9d\x69\x97\x72\x59\x4c\xb0\xc9\x0e\x02\x19\x3e\x35\xe8\xf1\x6d\x74\xe7\xf2\x9b\x11\x51\xd4\x4f\xc5\xee\x5e\xd1\x94\x8b\x86\x07\x4b\xbf\x92\x2b\xd4\x5f\xad\xbd\x49\xfe\xdc\xd6\x6e\x05\xaf\xf7\xea\xef\x7a\x0a\x37\x69\xb0\xad\xb8\x96\x33\xe6\x9c\xaf\x7a\x05\xab\xb4\x47\xc2\x79\xc2\xdc\xdf\x5e\x0c\x3e\x67\x4c\x6e\x2c\x3f\xd6\x45\x7b\x50\x9d\x13\xfe\x8d\x5a\x5c\x86\xf3\x72\xa6\x10\x0a\x1b\x97\xbe\x25\x7b\x6b\xb6\x5b\x8b\xb1\xb3\xbc\xb1\xbd\xa3\x55\x7f\x70\xe1\x8d\xe1\x4a\x9b\xec\x69\xa5\x1b\xe4\xa3\xb2\x7b\x35\xb7\xa4\x4b\xf0\x18\x9f\x2b\x0e\x25\x04\x20\xa0\x10\x22\x6e\x4b\x05\xf8\x46\x30\x20\x12\xe2\x3e\x81\xf6\x79\x89\x38\x7b\xe0\xa0\x25\x54\xf6\x16\x84\x68\x55\xc8\xd4\xa0\x99\x3d\xeb\x55\x6c\xc2\x9f\x06\xb1\xc2\x40\x4c\x32\x23\xb2\x62\xe2\x55\xcd\x0a\xc9\x55\x70\x3b\xef\x85\x78\x34\xd8\x0e\xbf\x14\xae\x87\x92\x52\x50\x7e\x1a\xec\x1c\x09\x70\xdb\xe0\x2b\x5e\x8b\x39\xee\x08\x7d\x89\x27\x7b\x05\x7a\xc0\x8a\xcd\x14\xa2\xb7\xbb\xe3\x55\x73\xe0\x0b\xf5\x3d\x8a\xad\xf0\xbd\x92\x66\xd9\x5e\xc4\x36\x17\x95\x90\x90\x79\x3c\x3f\x51\x2d\x12\x02\x47\x08\x3e\x20\x55\xc7\x7f\xf1\x57\xa0\x2e\x11\x52\x2e\x13\x65\xed\x18\xe2\x58\xa1\xef\x96\x8c\x60\x8f\xc1\x30\x2b\x94\x79\x0c\x23\x77\x7e\x55\xee\xa4\x05\xd5\x45\xcb\x09\xd4\x57\xc5\x09\x52\x39\x35\x4d\xbd\x5c\x3c\x44\xb5\xe6\x8e\x17\x4d\xa1\x34\x42\x9e\x82\x70\x0a\xfb\xd8\x6f\x9e\x8e\x72\x3c\xbc\x99\x6b\x45\xf1\xdc\xb1\x92\xcd\xa5\xd8\x2e\x2e\x66\xf1\x28\x0b\xac\x68\x8c\x27\x64\xab\xd3\x1a\x05\x83\xc7\xae\x5d\x25\xcb\xe7\xca\x8a\x26\x4b\xae\x72\xf8\xaa\x37\xe2\xe9\x6c\x16\xfb\xb1\x30\x81\x25\x07\x17\xf0\x6b\x98\xe7\x8f\xd9\xf3\xac\x99\xe3\xf7\xbf\xe1\xa4\x30\x36\x6f\x2f\x65\x7d\xa4\x53\x17\x63\xcc\x07\xf4\x55\x56\xb7\x18\xcb\x28\xad\x1d\xb3\xe5\x55\xf2\xe8\x6a\xa5\xf4\xbb\xf4\x42\x61\xab\x64\xb9\xc4\x4d\x99\x2f\xca\x12\xa1\x2c\x8b\xa0\x5b\x70\x97\x68\xc3\x77\xe4\xa7\x1f\x9d\xce\x85\x78\x36\xfb\xa7\xb0\xaf\x72\x78\xdb\x5d\x58\x61\xec\x9d\x8b\x43\x99\x8b\x59\xdc\x31\x1b\xe9\x91\xb4\x83\xad\x97\xe4\xf3\x0a\xac\x2b\x29\xd2\x28\x7d\x71\x41\x96\x58\xab\x5b\x25\xa7\x08\xaf\xe4\x6a\x18\x9d\x82\x29\x39\xa3\xf1\xbe\xbc\x54\x05\x3b\x49\xcc\x39\x2b\x1b\x1f\xfa\x91\xed\x2c\x66\x6c\xdb\xc9\x14\x0b\x77\x2d\x7a\xc9\xd8\x2d\x98\x3c\x06\xa6\x05\x33\x04\xcd\x91\xf2\xd1\xd5\x6e\x15\x23\xa5\x6b\x2b\xaa\xf2\x3d\xc4\xf1\xa5\x5e\xd2\x38\x21\xa3\xa8\x91\x76\x91\x5f\x63\x9c\x83\x83\x79\xa3\xf5\xcc\x23\x3f\x39\xd1\x9a\xb7\x21\xb5\xac\xb2\x9c\xb0\xad\xfe\xcc\x89\x8a\x15\x8b\x62\xe8\x16\x69\xc8\x18\x21\x55\xc2\xc2\x37\xc6\xc9\xe7\x76\xc6\x97\x2d\x91\xba\xb7\xad\xcc\x5b\x2b\xf6\x6f\xbc\x21\x3e\x21\x4c\xad\xdd\x4f\x79\xc3\x17\x5b\x1a\x33\x3b\xb9\x83\xa5\x73\x12\x32\x39\xd3\x4c\x60\x70\x32\xeb\x70\xfe\x8b\x2d\xbe\x8c\x56\xed\xbf\x85\xed\xf4\xed\x4a\xc5\x18\x2d\xe5\x3b\xc7\xba\x81\x2c\x5f\xd0\xdf\x5b\xba\x4f\xea\xde\xb3\x51\x17\x25\xde\xd5\x41\x15\x49\x85\xb1\xcd\x2a\xca\x0c\x3e\xa9\x8e\x9d\x09\x70\x6b\x2a\xa1\xf8\x73\xec\x77\xa5\xc9\xfb\x86\x59\x1e\xa6\xcc\xcd\x77\x19\xcc\xfc\xa4\x85\x34\xda\xaf\x9c\xcd\x63\x6a\x28\x3a\x8e\xbc\xbe\x5f\xee\x3c\x78\xdc\xac\x94\x2e\x3a\xa7\xd1\x1a\xc5\x1e\xbd\x5a\xe1\x3d\xe1\xee\xd3\x91\xe4\x34\xfe\xc1\xe6\x0f\x19\x89\x5c\x72\x1d\x25\xde\x87\x6d\xa9\x1c\xbf\x2f\x93\xf9\xca\x6c\xda\xac\x64\xac\x2d\xf8\xb8\x30\x93\x26\x52\xa7\x8e\xf9\x4c\x99\xc3\x79\x60\xf9\x6d\xf2\xc0\x8d\x31\xca\x0b\x36\xe0\xea\x54\xd1\xfa\x23\xd9\x41\xdc\x5d\x5a\x03\xde\x1a\x39\xa0\x7e\x8c\xbf\x97\xd6\xaf\x5a\x44\xb8\x12\xf3\x4e\x7e\x8c\xf8\x70\xaf\x87\xa4\x01\xfc\xbd\x61\xae\x68\x17\x3c\xd9\xf9\x8c\xe0\x31\xb2\x73\x44\x13\xa7\x0e\x25\x58\xd2\x0b\xeb\x08\x11\xc6\xb1\x86\x21\x42\x87\x72\x50\x3f\x8e\x38\x8d\x73\x46\x1b\x42\xe4\xc1\x8f\xd4\x1a\xd0\x31\xed\x80\xf2\x25\x78\x3e\x86\x27\xf7\x84\xa4\x01\xb7\x25\x22\x38\x7e\xfd\x2d\xd1\x72\x64\x85\xb3\x5c\x70\x19\x9d\x3a\xa2\x9c\x53\x88\xf6\x56\x5c\x2d\xf4\x83\xae\x16\x9c\x34\xa4\x40\x9f\x94\x9b\xf2\xca\xe1\x31\x9c\xcd\x9a\xbf\xf0\x2a\x38\x49\x1d\x04\x63\x27\x5e\x2a\x0b\xe0\xf7\x31\x4b\x65\xdf\x11\x5c\x00\x53\x72\x10\xf9\xb9\x5e\x25\x1a\x81\x92\x9c\x4f\x0a\x4a\xb0\x95\x23\x6a\x38\x10\xe6\x57\x7e\xc6\x18\x4b\x69\x34\x44\xe7\xeb\x29\x09\x8a\xc5\xba\x3f\xe4\xbf\x6c\x77\x4d\x24\xb9\x01\x3a\x91\x53\x4d\x66\x9e\x18\xa7\xb4\x23\x83\x87\x92\x64\x49\x64\xb2\xff\x73\xf1\x4d\x32\x71\xbd\xab\x90\x4a\xc6\x9c\xfd\x04\x2e\xe4\xe1\x11\x2f\xd9\x5f\x49\x85\x65\x31\x05\xc5\x9c\x69\xf9\x53\xf4\x9f\xd9\x21\x72\x2b\x5d\x08\x0b\x63\xcd\xcb\xad\x64\x56\x83\xd9\x39\x0e\x8c\xef\xa9\x8b\x14\x19\x8c\x84\x83\xf9\xd2\x1b\xf4\xfb\xfe\xbb\xc4\xbb\xe8\x81\xeb\x4e\x0b\x5e\xd1\x86\x9d\x5d\xf9\x99\xb4\x6f\x23\xd7\xb2\xbd\x28\x0b\xcd\x6f\x0b\x96\x4b\x26\xe5\x9d\xd7\x27\x8b\x2e\x4a\x6f\x69\xdb\x85\xa7\x98\x63\x72\x67\x09\xa6\x11\xb3\x54\x04\x5e\x5f\xca\x26\xf9\x23\xae\x21\xfa\x9a\x34\x80\xc3\xf5\xd3\x89\xaa\xd8\xc7\xd6\x45\x09\xf6\xb0\x50\x67\x27\x5e\x19\x2b\x71\x64\x2e\x2b\x8b\x9a\x57\xb2\xcc\x50\xaa\x2b\xd1\xfe\x97\x77\x53\x63\x92\x8c\xd0\x2e\x56\xb3\xe8\xbe\x6a\x9c\xca\x1f\x7f\x5b\xd9\xa7\x98\x72\xac\x5f\xbe\x42\x36\xea\x80\x5c\xa2\x14\xff\xdb\x63\x16\x7e\x13\xfe\x5c\x5b\xca\xa7\x0a\xc2\xe6\x0e\x73\x5b\xf9\xfe\x23\x3f\x32\x8f\xd1\xd5\xa6\xbf\x86\xe0\x32\x65\xee\xe7\x3c\x41\x49\xae\xc8\x45\xf3\xd0\x24\xa5\x62\xea\x39\x05\xc9\xd9\xab\x94\x31\xfa\xed\x47\x77\xca\x3a\xb4\x1b\xa2\x76\x48\x16\xa8\x77\xf8\xe6\x0a\x61\xe5\x41\xcf\x3b\xbc\xbf\x72\xa7\xb9\xe9\xdc\x69\x62\xf1\x28\x67\x86\x8e\xe9\x5d\xe8\x63\x38\xd5\x5c\xaa\x5e\x96\xc7\xae\x7f\x2c\xd8\xa3\x69\xaf\x19\x41\x6e\xc9\xf9\x6a\xb1\xc9\x62\x2b\x97\x97\x8e\x4b\x6a\x93\xa1\x45\xce\x11\xaf\xc4\xd7\x0a\x02\x7c\x08\xc2\x45\x79\xd5\x6b\x7e\xf3\x34\x9a\xb9\x4e\x2f\x39\xf9\x72\x9b\x51\x9b\xe9\xbf\x59\x06\xa3\xcc\x90\xd4\x79\x2c\xe7\x48\x1e\xad\x2d\x9a\x9f\xa9\xa9\x6e\x5a\x42\xfa\x94\xf3\xa4\x76\x38\x73\x40\x39\xa5\x12\x4d\x9a\x20\x3b\x54\xb6\x21\x22\x4c\x6c\x2e\x1e\xbf\xfb\x97\xe0\x8b\x71\xd1\x1a\x1d\xef\x88\xee\x85\x53\x13\x27\x42\x71\x72\xd4\x01\xba\x81\xbd\xb0\xe0\xaf\x61\x7f\x1f\x51\xd5\x9a\x97\xd1\xbd\x8e\xd7\xae\xc9\x69\x1f\x20\xed\xce\xe9\x6d\xde\x96\xe9\xa1\x78\x5d\xa7\x4f\x64\xc8\x16\x57\x4d\x08\xbf\x2f\x3e\x56\x56\xbc\x5b\x27\x30\x17\x59\xd6\xc4\xf3\x1c\xf2\x47\x3b\x59\xd8\x4f\x94\xc4\x51\x4a\xfa\x52\xf6\x49\x35\xae\x76\x34\x2e\x45\xf8\xbb\x32\x3a\xdb\x9e\x76\xbd\xac\x25\xdb\x40\x1c\x57\x32\x06\x1f\x92\xca\x2e\x0c\x21\xcc\x8f\x25\xe7\x1b\x89\xe3\x83\x23\xb5\xdf\xc0\x99\x3b\x70\xea\xbd\xd0\xce\x95\x3b\x95\x0e\xf0\xc9\x19\x90\x5c\x8b\x94\x00\x00\x9f\x8c\x7e\x56\x4f\xaa\x91\x11\x0e\x0a\x73\x2d\x9f\x08\x2d\x34\x52\xd9\x01\xa2\x13\xa1\xa9\xb8\x86\x28\x4e\xdd\x52\x68\x0b\x2e\x8a\xdd\x9c\x9f\x08\xde\x08\x76\xd4\x76\x40\xc6\x1d\xdb\xd4\xf3\x61\xfa\x4a\x47\xc5\x47\xe4\xc4\x8c\x04\x39\x1b\x3d\x0a\x00\xfc\x13\xd8\xbc\x9c\xe2\x9a\x85\x50\xa6\x70\x8d\x85\x0b\x49\x69\x2e\xa5\xdf\xa1\x5e\xc2\xe1\xe2\x83\xd0\xdf\x94\xb7\xc6\x76\x38\x32\xe6\x53\xfe\x1c\xf8\xd2\xbe\xbb\x5a\x18\x49\xd8\x61\x93\xf3\x0a\x05\x56\x7c\x57\x9c\x46\x8b\x67\xec\x97\x47\x61\x20\x00\xf0\xb7\x61\x6c\x55\x5f\x75\x02\xf9\x81\x20\xb9\xe2\x22\x59\x4f\x8d\x2f\xdd\x4d\xf6\xc3\x9b\x8a\x6a\xc8\xd3\x52\xbc\x8d\xb3\x48\x7f\x62\x0e\xea\x51\xb2\xcd\xbe\x18\xcd\x23\xb2\xc7\xf6\xe2\x9c\x83\xe4\xe0\x15\xf5\x8a\x75\x64\xe6\x8c\x7d\xb2\x36\x8a\x27\x00\xf0\x2a\x49\x75\xca\xc1\xaa\x1a\x16\x95\x0f\x55\x2c\x64\x3e\xa2\xc0\xe6\x62\xe6\xe2\xec\xeb\x45\x53\x19\xac\xe3\x82\x02\x90\xfe\xeb\x50\x5d\xde\x53\xba\x2c\xe8\xa2\x26\x88\xbe\x6b\xfb\x76\x55\x27\xed\xe3\x0a\x58\xce\xa7\x5d\x98\x11\x2f\x7d\x4d\xf7\x05\x00\xee\x6b\x8a\x8d\xa2\xa4\xca\x5d\x68\xe1\x1d\x2d\x57\x0b\x8a\xc8\x3c\xf3\x6c\xfe\x51\xdc\x2f\x13\x99\x17\x76\xec\xbc\xe1\x09\x37\xe8\x90\x55\x5e\x30\x27\x25\x68\x5d\x6e\x1b\xdb\xb0\xed\x8a\x6a\x3e\xeb\xe6\x0a\x6f\xd9\x5d\x56\xf4\x0c\xae\x14\x60\xad\x02\x00\xee\x44\x6a\xb0\x3c\xbd\x92\x90\xbb\x84\xeb\x5a\xf6\x26\x27\x9a\xb4\xb9\x24\x5d\x49\xcb\xaa\x2f\x3c\x2b\x97\x1f\xd5\x18\x5c\xa4\xcd\xd1\xdf\x74\x3c\xc9\xc4\xc0\x10\xf5\x7f\x22\xca\xb6\xf9\xca\x48\xe1\x18\xb7\x5b\xb2\x11\x82\xe9\x33\x10\xf1\x1b\xde\x2c\x20\x91\xfd\x9d\x3e\x41\x7a\xa7\x72\x5d\xd1\x15\xb6\xb1\x8c\x5b\x38\x06\xbd\x57\x62\x63\x40\x33\x0f\x17\x86\xe7\x95\x26\x1f\xc8\xd7\x6b\x3e\x1e\xb8\xa4\xb3\x56\x43\x7b\xf7\xab\xd3\x55\x4b\xb6\x86\x2b\xce\x29\xac\xdc\xfc\xa5\xc7\x65\xc8\x8c\x70\xf1\x7c\x21\x0e\xa8\x60\xcf\x64\x50\x25\x69\x95\x23\x6a\x51\xd6\xd2\xb2\xb8\x2a\x27\x64\x47\xf1\xb9\xf2\xb6\x53\xcf\x0b\xc7\x9b\x7d\x92\x46\xe5\x07\x9b\x1e\x45\xa9\xb4\xe5\x05\x55\x01\xbb\xd4\x76\xfa\xc6\x2d\x99\x8a\x18\xdd\xc4\xe5\x06\xc9\x87\x9c\xf7\xd3\xff\x8a\xc4\x92\xf5\xc0\x3d\xd6\x09\xa6\x45\x2c\xb3\x7c\x6e\x56\x33\x13\xca\x82\x1a\x00\x98\x54\x6c\xa9\x09\x3b\xb5\xd9\xf8\xd1\x62\x48\x4c\xce\x5f\x5a\xfa\x27\xca\x4e\x8b\x15\x33\xfd\x2f\xe4\xdc\x28\x8c\xda\x32\x59\x31\x3f\xdf\xb8\x3c\x56\x52\xa6\x99\x37\xfd\x8d\x68\x8d\x34\x16\xf8\xc5\x1a\xcf\x72\x12\x0d\x5a\xee\x9d\x9e\xc1\x28\x2f\x5b\xd5\x1a\x0a\xdd\x2e\x66\x35\x82\xe9\x45\xc6\xce\xda\x82\x23\x2f\xf4\x1f\x2b\x2f\x47\x6a\xb5\x5b\xcb\x3d\xfc\x33\x72\x04\x25\x87\x37\x5f\x94\x0f\x1a\x13\x97\xaf\x91\x04\x68\xcf\x4f\xff\x29\xac\x94\xed\x18\xb1\x8c\xa9\x64\x45\x31\x26\x77\xbe\xc8\x7e\x0c\xe7\xb7\x45\xe0\xf7\x67\x70\x1a\xef\xe1\x4f\x27\x5f\xa9\x8d\x27\x04\x1d\xcc\xb3\x0c\x13\x6d\xf6\xbd\x2e\x8d\x20\xbe\xf1\xde\x6a\xba\x0e\x7e\xf1\x7c\x65\xc8\x82\xe7\x2f\x8c\xd3\x9d\x41\x92\x27\xcc\xd7\xfa\xa2\xe7\x01\x40\xb4\x04\x33\xd1\xaf\x77\xe2\x88\x18\x7c\xa2\xf5\x03\xb1\x2b\xe3\x50\x23\x99\xf8\x37\xd9\x5c\xeb\x00\x86\x1f\x24\x58\xc4\xe0\x8d\x7d\x7d\xa5\x93\x21\x9a\xb7\xb3\x49\x09\x87\x79\x5e\x35\xec\x40\x76\x2d\x0c\xd4\x69\x51\xdf\x09\x6e\xda\xd9\x58\x22\x00\x88\x6c\xb1\x26\xba\xb4\x73\x34\xbc\x03\xf6\x68\x65\xc2\x11\x19\x0b\x1b\xe7\xc1\x89\xc9\xf8\x9a\x06\x98\x7d\xd0\xdf\xb2\x15\xbe\xbe\x2f\xcf\xdc\x83\xec\xdb\xf9\xcf\xe4\x8f\xbc\xf1\x6c\x35\x00\xa8\x7e\xe1\x0e\x5d\x2c\x76\x6a\xc2\x3a\xcd\x35\x52\x28\x00\x08\xaf\x93\xec\x69\x0f\x4f\xef\xa4\x38\x42\x8a\x96\x8b\xe4\xd3\xa7\xf2\x1a\x52\xc8\xb1\xc9\xa3\x6b\x46\x93\x97\x44\xbf\xaa\x10\x92\x67\xee\xf3\x33\x4f\x25\xaf\xd9\xd9\x5a\xa8\x23\x67\x78\x2a\xf3\x63\xc8\x9d\x0b\xdd\xb4\xcd\x94\x6d\x13\x92\x34\xb6\x94\x02\x00\x10\x2e\x27\x4f\xa2\x1d\xe8\x48\x61\xb9\x40\xe3\x5a\xc6\x30\x71\xa7\xc6\xd5\x5b\x18\xfd\x49\xdc\xea\xbd\x8c\xd5\xd1\xec\xf2\x7b\xf4\xf6\xa0\xcf\x25\xc9\xf4\x53\x3b\xb3\x8c\x1f\xe9\x7b\x3c\x93\xf5\xc5\xf4\x4d\x0b\xe7\x6b\x3e\xd0\xe9\x13\x72\x73\x27\xd1\x67\x02\x80\x60\x1f\x65\x07\x75\xa0\xbd\x4d\x50\x0a\x26\x35\x47\xf0\xd5\xe9\x47\xea\xfe\xf1\xc8\x49\x63\xab\xf4\x5c\x6e\xf4\xdc\xf2\x55\x9c\xf2\x20\x59\x71\x33\xfb\xd3\xce\x45\x46\x6f\x76\x9c\xa7\x67\xde\x5b\xd6\xf7\x85\x33\x35\x8e\x6c\xc7\x09\xb7\xd5\xa3\x98\x69\x00\xc0\x8f\xa5\xc6\x52\x3e\xb7\xdb\xe5\xcc\x20\x0a\x9a\x24\xca\xd0\x93\xbc\x3a\x37\xb9\x32\x71\x71\x65\x97\xf4\xc5\x01\xdf\x32\x3f\x49\x74\xe0\xad\xa2\x21\xd1\x5f\x2f\x69\x41\x98\xf0\xca\x9a\x6b\xba\xaf\x82\xb7\x0b\x47\xe4\xda\x0a\x4a\x26\xae\x50\x15\x70\xc4\x00\xc0\x5b\x44\x7b\x4f\xbe\xd7\x16\x62\x74\x22\xf0\x1a\xbf\xe4\xf7\xa4\xe9\x6a\xf3\xf2\x32\x8f\xac\xac\x74\xd1\x8e\x8e\x8a\x28\xd5\xa9\xbb\x02\xad\x8a\xe6\xa9\xba\x76\x3c\x36\x14\x28\xc7\xac\xd9\xaf\xdb\x22\xef\x5a\xd0\xad\xde\x2e\xa5\x4d\x0c\x52\x2a\xf9\x2b\x00\x80\xbb\x96\xb1\x88\xd4\xd2\xfa\xc6\xb2\x1e\x9f\xdd\x28\x2e\xcb\x3c\xc1\xa9\x5d\x53\xa2\x4d\x70\xb3\x54\x9a\x0a\x23\x93\x4b\x5d\x0a\x6e\xec\xf5\x30\xe9\xf3\xa3\x76\x78\x1a\xe6\xe4\x6d\x59\x7d\x49\x5b\xa6\x09\x5f\x00\xe5\x68\x95\xa2\x89\x61\x8a\x5e\x61\x3c\x00\x70\x10\xe6\x54\x92\x67\x6b\x53\xed\xef\xec\x77\x8d\xb1\x55\xc3\x27\xc6\xd6\x8e\xaa\xa8\x8f\xaf\xb7\x40\xa5\xbc\x88\x1f\xe6\x27\xc5\x92\x80\xcb\xa6\xd8\xc2\xcf\xdb\x5f\xe6\xdf\x2a\x98\xbc\x5a\xad\x8d\xd5\xfd\x5c\x10\x9f\xe3\x9d\xb3\x7e\x62\x8c\x22\x58\xe4\x0f\x00\x1c\x47\x66\x12\xd6\xdc\x8a\x36\xbb\x67\x13\x1a\x17\xd6\xf7\xa4\x2a\x6a\xce\xd4\x24\xc4\x07\x5b\xd6\x56\xce\x8f\x30\x98\x95\xe5\x93\x03\x78\x26\xbb\x92\x4f\xdb\xeb\xf3\x49\x26\xfb\xd5\x90\xe6\x57\xbe\xf5\x82\x44\xd5\xa0\x9a\x36\x91\x25\x6f\x11\x03\x00\xc0\xce\x67\x72\x11\xaf\xbe\x4f\xf8\x8f\x59\xf6\xdd\x2b\x08\x3b\x8f\xef\x6b\xc7\x13\x24\xb1\x3f\x9b\x6a\x89\xa3\xf7\xef\xab\xbd\x4f\x2c\xf1\x5b\x58\x69\x07\xa2\x5b\x67\x95\x6e\x85\x60\xf7\x53\xa6\x5c\xd8\xe4\x2c\x33\x3c\x42\xbe\xd9\x55\xeb\x4f\x60\xc9\x00\x20\x8e\xc3\x7e\x22\xf3\xfa\x18\x60\x56\xe6\x87\xae\xb3\xa0\xf2\xf8\xda\xf6\x19\x60\x63\xec\xe3\xa6\x43\xe0\xb7\xfd\x1b\x6a\x45\x50\x82\xdf\x44\x4b\x17\x3c\x72\xab\xb5\xf9\x3f\x78\xc0\x3d\xd5\x74\x18\x69\x76\x16\x1b\x2a\xd0\x41\xbb\x73\xfa\x55\xd8\x53\x00\x10\x7b\x91\xc6\xc0\xdf\xfb\x1c\x91\xd9\x99\x03\x5d\x09\xc8\x94\xe3\x53\xda\xea\x10\xeb\xd8\xee\xa6\x91\xc8\xc4\xfd\x4e\xb5\x1b\x90\xbd\x7b\x7e\x58\xd2\x90\xb6\x2d\xdf\xcc\x85\xe8\x7e\xf7\x78\xd3\x54\xcc\xde\x59\x6c\x38\x82\x7d\xb5\xbb\x93\xf7\x98\x54\x0b\x00\xe2\xd1\xa4\x20\x38\xfd\x4c\x34\x45\x97\x19\xd2\x59\x44\x71\x3f\x56\xd4\xfa\x9b\xdc\x15\x8b\x6b\xdc\x45\xc6\xc2\x1e\xd4\xa0\xe4\xa3\x7b\x7a\x2a\xaa\xc9\xe4\x2d\x43\x25\xcf\xc9\xdd\xee\x07\x0b\xe3\x29\xce\xce\xca\x7c\x13\xe5\x9c\xfd\x8c\xbc\x31\x94\x6e\x00\x10\xed\x25\xef\x82\xa7\xf5\x12\x59\xc9\x19\xaf\x4f\x5f\x64\x56\x1f\x5b\xdb\xea\xca\xf8\x1d\xbb\xb4\x01\x65\xc4\x85\x95\x56\x77\xd0\xdf\xee\x91\x97\x7f\xa6\x17\x6c\x29\x2b\x59\x42\x67\xba\xfb\x18\x73\xe8\x0a\xe7\x5c\xfd\x59\xc6\x7c\xfb\xfd\xda\xdf\xb4\x5f\x00\x20\x8c\xa5\x1c\x81\xf8\x3d\x4d\x02\x4b\xc6\xf1\xd3\x76\x7c\xf9\xd1\x96\x96\x23\x3c\x52\xcc\x60\x7d\x0b\x97\x1d\x96\x56\x3d\x8a\x53\xb7\x27\xb6\xdc\x93\x33\x7a\x0b\xad\x38\x99\xcd\x72\x5f\x59\x70\x9e\x1d\xe8\xac\xcf\x7b\xc4\xee\xb5\x97\x69\x1e\x31\x27\x01\x80\xe0\x08\xf5\x14\x34\xbe\xfb\xa9\x8a\x71\x6a\xb8\x63\x85\x62\xe8\xa8\x4b\x33\x24\x5f\x18\xb3\xa8\xae\x57\x4a\x0f\xed\xaa\x1a\x21\x99\xe2\x3b\x58\xb6\x52\x74\x75\xcb\x8c\xa2\x83\xc2\x6b\x2b\xff\x33\xd4\x0b\xbd\x9c\x5b\x75\x85\x82\x0a\x07\x87\xdc\x44\xf6\x0b\x00\xe0\xcf\xa2\xbd\x06\x17\x76\x2f\x29\xb0\x3f\x35\xb1\x1d\xd4\xb7\x27\x9f\x6a\x1a\xd0\x81\x87\x0e\xd7\x8d\xd5\xb8\x87\xfc\xad\x5c\xaf\x9e\xe7\xbb\xb0\x34\x49\xb5\x7f\xb3\xd8\x24\x54\x3c\x5e\x99\x97\xff\x50\x3e\xe0\xac\xd5\xb6\x49\x2e\x39\xf8\xaa\xb7\xf2\x36\x01\x00\x6f\x1e\x63\x1c\x31\xa0\x4b\x5b\x2e\x4d\xdf\xdc\xf6\xc5\x7c\x33\xc9\xd4\xe4\x5d\xbc\xe8\xa0\xb6\x16\x5f\x18\x13\xb2\xcb\xa2\x33\x5c\xf1\x61\x9a\xcf\xe9\x4b\x37\xcf\x28\xfc\xa8\xcb\x5f\x19\x94\xef\x99\x1b\xe3\x2c\xd7\x7c\x51\xf8\x39\x20\x39\x7e\x02\x0f\x00\xe0\x1e\x66\xdc\x22\xbc\xe8\x8a\xab\x19\x7d\x72\xb8\xad\xde\xf2\x5f\x92\x5f\x93\x55\xd9\x9f\x83\x5e\xb5\xab\xcc\xd6\xc1\x9f\x2c\x21\x45\xb1\x3e\x5e\x66\xd0\xf8\x6b\xd3\xd3\x42\x7d\xfe\xe3\x95\x2b\xf4\x77\xb4\x5a\x67\xb9\x46\xa0\x6c\x73\x50\xaa\x06\x05\xff\x00\x80\xf3\x9b\xe9\x48\xe0\x76\x39\x36\x3c\x3d\x49\x6f\x3b\x51\xab\x4d\xfc\xd4\xd8\x50\x75\x22\xfa\xbf\x9a\xfb\x15\x69\xc1\x95\x15\xdf\x4b\xa5\x3e\x93\xcc\x8e\xc5\x51\x9b\xfa\x0b\x37\x1b\x8f\xae\x9c\xaf\x4f\xc9\x3b\xe8\x5c\xac\xb1\x57\xdd\x73\x18\x50\xad\x16\x6a\x00\x80\x43\x66\x7a\x66\x4f\x1d\x78\x4a\xdc\x98\xfa\xac\x7f\x02\x31\x3a\x21\xbe\x7b\x3d\x91\x11\x15\xd2\x1e\x40\xbc\x12\xf8\xb7\xc9\x17\xdc\xef\xbd\xb1\xd6\x1b\x9a\xbc\xbe\xc2\xe2\x05\xfd\x73\x55\x99\x71\xc8\x1c\xc7\x48\x53\x0f\x9a\x65\x33\xc9\x70\x0f\xeb\x07\x00\x09\x4c\x5a\x9e\x6d\x37\x80\x41\xa5\xa9\x6f\xfb\x8a\xa0\xfc\x84\x88\xae\xeb\x90\x26\xca\xaf\xed\x3d\x54\x13\xf8\xbd\xf1\x13\x0c\x78\xaf\xaa\xf9\x0c\x73\xd7\x17\x55\x7c\x41\xbc\x5d\x73\xcc\x9e\xa8\xab\x63\xa4\x89\x8d\xf9\xda\xb8\x19\x74\xa4\xd5\x00\x20\x09\x23\xb9\xe3\xfe\x0e\xcc\x42\xbd\x52\xef\xf7\xed\x40\xed\x12\xfc\xbb\x4e\x22\xc3\x51\x1b\xdb\x84\x48\x47\xe0\xeb\x46\x19\x72\xd7\x7b\x69\x8d\x1c\xdd\xb8\x3e\xbf\x42\x85\xf6\xba\xaa\x4a\x9e\x60\x44\xc7\x48\xd3\x7a\xd2\x49\x9b\xcd\x86\x5d\xa4\x97\x00\x20\xb1\x27\xa5\xe3\x72\xcf\x87\x52\xc1\x54\xda\x19\x94\xf2\x26\xfe\x4b\x67\x19\x25\x31\xca\xba\xb5\x97\x32\x2e\x70\xa0\xe1\x3c\xf9\x9e\xf7\xf8\xea\xb3\xe4\x57\xeb\x25\xe5\x67\x29\x8b\x5c\x75\x25\x0b\x28\x02\xc7\x23\x85\x49\xd4\x03\x36\x99\xf9\x07\x28\xe7\xff\x2f\x8b\x1c\x85\x4b\x3b\x77\x84\x3d\x35\xd5\xab\x57\xc6\xda\x15\x5f\x74\xba\x87\x89\x44\x3e\x6a\x79\xcd\xb8\x10\x78\xba\xfe\x27\x23\xc8\xdb\xaa\xea\x1b\xfd\xcf\x7a\x61\xd9\x67\xfa\x23\xd7\x82\x62\x6f\x86\xad\x23\x62\x4c\x65\x9c\xb7\xa9\xd7\x6f\xa5\xdd\x02\x00\xd1\x2e\x0a\x2e\xeb\xe9\x59\x91\x70\x49\xca\xad\x9e\x46\xfe\x8f\xf8\xe0\x8e\xc7\xbc\x1b\x91\x55\x2d\x93\xb9\x97\x02\xcb\xeb\x97\x71\x7e\xef\xfc\x5a\x35\x9f\xe3\xb7\x9e\x59\x36\x8b\x7d\xcb\xb5\xb8\x28\x9a\x3d\xe0\xa8\x2b\x38\xca\x71\xb1\xf9\x95\x37\x85\x71\x0e\x00\x84\x5b\xa8\x8c\xac\x8e\x7e\x99\x0a\x49\x91\x75\x37\x29\xba\xe3\xbe\xb6\xdf\x95\xcf\x8c\xdc\xdc\xf4\x57\x8a\x04\x2e\xaf\xb3\x96\x38\xee\xe4\x5b\xfe\x89\xde\xad\xf7\x32\xbf\x17\x4d\x75\x95\x9b\xe6\x0b\xaf\x39\x5e\x33\x58\x09\xd2\x6d\x21\x2d\xc6\x3e\x08\x00\xfc\x87\xb4\x17\x59\x23\xfa\x2e\x1a\x14\xc7\xff\x74\xbd\xd3\x6f\x8e\x23\xb5\xdb\x68\x7f\x45\x94\x34\xcd\xc9\x3d\xb7\x57\x5c\x3b\x37\xe7\xde\x4e\x5b\xcb\x64\xd5\x96\x75\x0f\xcd\x23\x94\x13\x5d\x13\x0a\x5d\xe5\x06\xc7\xa7\xfa\x4f\x92\x51\xb6\x97\x35\xdb\xb8\x44\x00\xe0\xdd\xa4\xbf\xce\x3c\xd5\x37\xa3\x4c\x72\x3c\xab\x6b\x47\xc9\xa5\xc3\xbf\xdb\x62\x8b\xdc\x22\x16\x34\x1e\x37\xb2\xf7\x3a\xd4\x24\x18\x3c\xbd\x0a\x2a\x22\xf5\x61\xeb\xd4\x25\xbb\xb5\x3f\x5c\x7d\x8c\x07\xd5\x09\x73\xac\xf5\x63\xe5\xd6\x76\x4e\xb9\xeb\xf9\xab\x01\x80\x37\x91\x91\x97\xb9\xe2\xcc\x50\x55\xe5\xf1\xd5\x9d\x9f\x2a\x8a\x0e\xb7\xb6\xd9\x96\xf6\x86\x3f\x6f\x9c\x52\x02\x04\x5c\xa9\x19\x63\x92\x79\x65\x97\xff\x34\x5a\xaf\x43\x8b\x9f\xeb\xdb\x5c\xb7\x17\x7c\xd0\x04\xcd\x59\x9a\xc7\x55\x84\xda\xed\x55\xd7\xf0\x5f\x03\x00\xb7\x9c\x31\x9c\xf1\xfe\x0c\xa9\x7e\xeb\xb1\x9f\x9d\x9a\x1a\xe0\x30\xb3\xb5\xdc\xf2\x29\xbc\xae\xa1\xbc\x7c\x5e\x40\x51\x75\x8e\xd9\xc3\x2b\xba\x9c\x67\x7a\xb0\x8e\x58\x8c\x33\x3c\x74\x0d\x2c\x38\xa9\x3d\x3f\x27\x42\xf7\x55\xb9\xcf\x4e\xa2\x9e\x20\xc8\x04\x00\xee\x4a\xc6\xfb\x37\xcb\x89\x41\x59\xc5\x77\xe7\x13\x1b\x71\xec\x0b\xf5\xa0\x53\xf6\xfe\xd6\x07\x20\x15\x3f\xce\xfc\x13\xfc\x80\xbf\xa6\xfc\x0c\xc5\x12\x5e\x51\x37\x40\x77\x41\xfb\xd4\x08\x18\x83\x3c\x42\x67\x23\x8b\xe0\x8d\x9e\x0c\xe4\x34\x32\xc5\x3e\x01\xe5\x20\x5b\x5f\xa7\x10\x30\xa2\xf5\x9d\x70\xc2\x5f\x22\x34\xf0\x9b\x88\x23\x7e\x69\x75\x21\xbe\x02\xc3\xcc\x9b\xc1\x14\xb0\x4f\xe9\x0d\xbe\x81\x50\x8a\x06\x82\xe1\x9d\x29\xbd\xb0\x3b\xfc\x3b\x84\x09\x3f\x46\x0a\x3c\x6d\x11\x31\xba\xc8\x7e\x14\x7a\x14\xf9\xf9\x4a\x8b\x6f\x41\x04\xc3\x24\x42\x00\x22\x1d\xd8\x40\x18\x42\xda\x5a\xa2\x88\x51\x48\x57\x09\x48\x7c\x86\x3c\x54\x48\xc1\x2c\x74\x13\xf9\x1f\x34\x19\xcd\x4b\xd9\x08\x5d\x47\xbf\x85\x8c\x84\x55\xd8\xda\x35\x85\x48\x20\x16\x6b\xd7\x89\x7a\xa2\x8f\x5e\x28\xb3\xa9\x8c\xc1\x5b\x0a\xfc\x0c\x86\xd3\xb9\x60\x7c\x17\x9d\xde\x54\x44\x08\xa2\xdd\x2f\xfa\x8f\xf0\x8c\xb6\x57\xbe\x8e\xc8\xa1\xbe\x27\x5d\x06\xb7\x50\x65\xc7\x3d\xa0\x19\x54\xa7\xe0\xa9\xd0\x4f\x8a\x6a\xcd\x04\xb8\x92\x32\xcb\x8e\x86\x18\x48\xcf\x9e\xdd\xc4\xed\x14\x85\xde\xf8\x83\xfb\x4f\xf0\xab\x1f\xcc\xb6\xf0\x75\x0d\xcf\xf0\x7e\xbc\xdd\xa6\x60\xfc\x47\x2e\x20\x6d\x20\x98\xd8\x0f\x30\x8c\x98\xc6\x6a\x3b\x36\x0d\x8c\x62\xf2\xf6\x79\x41\x3b\x19\xc1\xab\x99\xd0\x0f\xfa\x52\x3b\x1c\xfc\x98\xf2\xe3\x49\x77\x96\x9f\x1a\x7f\x6d\x18\x37\x56\x95\x7a\x26\x0f\xd7\xa3\x08\xae\x77\xce\x4e\x96\x6d\x33\x9a\xf1\xd3\x25\x9b\x24\xab\xf1\x77\x45\x7b\xd0\xe5\x84\x6a\x41\xf0\x51\x1b\xa2\x91\x17\x11\xc4\x00\x85\x9c\x98\xd5\x13\x21\x1f\x16\xc9\x8e\x09\xcf\xa3\xfd\x7e\xe4\x98\x59\x6c\xce\xbf\x82\xcb\xda\x5e\xa4\xea\x99\x95\x75\xc7\xc8\xae\xa9\xc6\x61\xf9\xbe\x86\xa8\x6c\x0f\x9d\x95\x68\x56\xf6\x7f\xea\xf3\x70\x24\xfe\xaa\x92\x90\x44\x23\x5c\x94\xcd\x09\x8c\x21\x36\x8b\x06\x57\x1d\x07\x13\xf9\xff\xec\x72\x20\x4f\x66\xe7\x7d\x4b\xe6\xf8\x56\xfd\xd0\x95\xcc\xba\xc6\x45\x9d\x35\x59\x47\x6a\xde\x57\x45\x67\xfd\xb1\xe0\xf4\xf3\x70\x45\xe6\x57\x02\xbb\xec\x13\xa6\x10\x90\x83\xdf\x93\x2f\x4f\x1c\x43\xd8\xaa\xe9\xdf\xbb\x82\xe8\xa6\x9a\xef\x51\x47\x1c\x94\xa9\xec\xc4\x60\x2e\x67\xf7\xdd\x3d\x99\x5b\x2e\x2e\xbe\x58\x98\x39\xd0\xff\xa8\x23\x3c\x2b\xb2\x9b\x6a\x99\x90\xf5\xbc\xed\x9d\xf6\x03\x8e\xd6\xb8\x92\x37\x26\x7b\x47\x75\x14\xa1\x15\x3f\xa5\x2c\x24\x41\x8f\x7f\x6e\x72\x0e\xf0\x22\xd4\xea\xbd\x3c\x96\x10\x43\xd4\x75\x76\x42\x70\x01\x2f\xfc\x4e\x54\xa6\xcf\x75\xd6\x85\xa6\xcc\x6b\x43\xf7\xdb\x13\xb2\x0e\x9e\xb7\xab\x98\x93\x75\xbf\xe7\x9b\xd6\x1a\x97\xd1\x5e\xc6\x75\xcf\x5e\xd8\xe8\x43\x00\xb2\x3f\x55\x95\x24\xd8\xe1\xeb\xcc\x57\xfd\x3f\x10\x8e\x19\x8f\x78\x00\xc4\x51\x5a\xc0\xae\x9a\x78\x9e\x6f\x33\x6c\xca\xf4\xbb\xfb\xf9\xc2\x88\xcc\xa1\x1b\xbf\xda\x8a\xb3\x82\x2e\x5d\x28\x4f\xce\xea\x3e\xbf\x57\x13\x8d\xf3\xeb\xe1\x73\xc4\xb8\x8f\x6d\x25\x78\x7c\x76\x6d\x3d\x35\xbe\x09\x7f\xc8\xe2\xe0\x7f\x01\xff\xb7\xe8\x8e\x87\x1d\x81\xa7\x63\xdb\xdb\x13\x37\xf3\xc3\x9f\x9d\x86\x3d\xb3\xa6\xdf\x5c\x00\xef\xc7\x8d\x3c\x3b\x13\xce\xc6\xdd\x6b\x2c\x81\x35\xd9\xfa\xa2\x95\xf0\x05\x7c\xb6\x4c\x01\xff\x21\x28\x48\x21\xc8\x26\x62\xdf\xb1\xcf\x88\x1c\xfc\x11\xbc\x00\xf9\x0c\x4f\x5b\xb3\x08\x0d\x41\x66\xda\xb5\xa2\xd7\x91\xb4\xa7\x6f\x21\x98\x10\x71\x23\x04\x2a\x27\x0c\xf7\x87\x42\xf7\x89\x47\x1a\x1e\xc2\x53\x88\x43\xa6\x43\xf0\x7e\x30\x54\x7a\x03\x56\x40\xb3\x30\x23\xfc\x1c\x7a\x7f\xcc\x0f\x09\x87\x5b\xf7\x09\x91\x73\x08\xb4\x5a\x8d\xba\xa3\x73\xec\x7c\xd0\x21\x74\xf1\xd3\x09\xe0\x00\xdc\x76\x3d\x1b\xb2\x81\x6f\xf5\xd1\xa1\x3d\xc8\xa4\x06\x3b\x88\x85\xb8\x15\xca\xa0\x2b\xc8\x61\xa9\x23\x3c\x1f\x19\x40\x7f\xc3\x74\x74\xe7\xd1\x3e\xf8\x37\x5a\xb6\x6f\x06\x02\x61\x36\xab\xb7\x22\x2f\xb1\x30\xbb\x59\xa8\x0c\x1b\xf7\xd8\x8e\x48\xa4\x5f\xb8\xaa\x24\x5e\xa2\x6f\xee\x2d\x00\x17\xd1\xea\xea\xe2\x40\x98\x36\xcf\xb8\x18\xbc\x43\x35\x89\xfb\x20\x2f\x6a\x34\xf2\x08\xaa\xa3\xce\x4e\xee\x84\x7d\x29\xbd\x41\x1b\xe0\xbb\x94\xe4\x55\xa5\xc8\x7e\x8a\x9d\xed\x63\xd4\x8a\x3c\xe2\xa1\x86\x90\x20\x9c\x77\x65\x2a\xa1\x8f\xff\xbe\xfb\x25\x71\x15\xaf\xa6\xe6\x0c\x91\xc1\xcd\x32\x18\x89\xcf\x39\xbe\xa2\x4c\x30\x9a\xed\x05\x57\x81\x0f\x59\x9b\x92\xce\x42\x74\xe6\xb2\xc0\x93\xf0\x12\xc6\xb4\x55\x9b\x60\x1d\x7d\x9a\xed\x1b\x64\x0f\x75\xec\xfd\x2c\x3c\x33\x67\xd9\xa5\xb1\xf8\x37\x4a\xaf\x2e\x57\x42\x92\xdc\xb7\x7a\x1a\xa1\x4e\x1a\x94\x6f\x47\x9c\x2a\x4e\x10\xfc\x23\x2a\x84\x12\x28\x15\x5c\xca\x6f\x4e\xec\x05\xaf\x72\xef\xee\xed\x80\xf0\x1c\x2b\x8f\x1b\xd0\x6b\xd6\x61\xbb\x49\x30\x9d\xf6\xef\xce\x8d\xec\xf2\xe2\x9f\x17\x75\xf8\x09\x26\xa7\x8e\x0a\x3c\xbe\x60\xad\xa5\x1c\x3f\xa0\x9f\xae\xeb\x24\xb8\x6b\xbe\xf1\x5e\x11\xea\x73\x1e\x12\xb5\xc4\x20\x45\xd3\x91\x50\xe2\x6f\xa9\x20\xa0\x16\xd4\x8a\x4e\x79\x1c\x82\x46\xf0\xef\xd9\x1d\x86\x68\xcc\x8e\xdb\xa9\xd9\xeb\x9b\xb5\x03\xe3\xb2\xf9\xf5\x11\x6d\x01\xd9\x5f\xab\xfd\xcb\x23\xf1\x7b\xca\x7f\x69\xe8\x78\x73\x49\x0e\xe7\x1e\x61\x45\xa1\x3b\xfe\x12\xe1\x8c\xbe\x30\xfe\x36\x31\x4d\x33\xc5\x5f\x0a\x3a\x28\x4b\xdd\x5b\xc1\x04\xd9\x41\xbb\x4c\xf0\x2e\xc7\xf3\xe6\xdc\xec\xdd\xe7\x7b\xce\x3e\xca\x16\x9d\x69\x6c\xfe\x93\x3d\xdc\x29\x2a\x9d\x83\x5f\xdc\xea\xae\x3e\x8e\xa7\xd4\x97\xb0\xde\xe0\x7f\x55\x8d\xcb\x9e\x4a\xe0\x94\xae\x8f\x83\x88\x53\x0a\x77\xf9\x15\x13\x95\x79\x65\xee\xab\x88\x4f\xd4\xde\x76\x04\x30\x86\xb7\xf6\xc6\xc2\x6c\xbf\x2b\x3f\xfa\x3f\x65\x8b\x2f\x72\x9a\xc7\x66\x5f\xed\x7f\x6f\x5e\x89\x9f\xd1\x3d\x3d\x87\x81\x3f\xd9\x66\xc7\x9a\x83\xbf\x53\xff\x00\x77\x90\x90\x54\x09\x1d\x7e\x43\xb8\x5f\xf2\xca\x2f\x88\x18\x54\xd0\xe9\x6e\x43\x94\x6b\x30\x3b\x0d\x38\x92\xf7\xf4\x7a\x62\xb6\xcf\xf0\xd6\xfe\x35\xd9\xf4\x6b\x94\xa6\x80\xec\xf6\x41\x61\x09\x9c\xfd\xdf\xd9\x08\xd5\x13\xbc\x57\xd7\x7d\x26\x1d\x5f\xd4\xba\x26\xeb\x3e\xc1\xa5\x6e\xcf\x61\x29\x81\x53\x31\xcd\xcf\x8d\xf0\xb8\x68\x81\xfb\x44\xa2\xb3\x0e\xb0\xfb\x4e\xcc\xe0\xbb\x3f\x9c\x86\xed\xc8\x14\x5c\x7e\x8e\xcd\xce\xa2\xf6\x6c\x41\x7f\xe3\x8e\xd5\x6e\x44\x9f\x67\xaf\x28\x98\x8b\x3e\xc2\x4f\x12\x7d\x41\xaf\x11\x36\x21\x8b\xd0\xeb\xc4\xec\xe4\xdd\xe8\x3b\xb0\x2e\xf0\x23\x66\x0d\x3d\x5c\x45\xc6\x56\xc0\x7f\x6c\x87\x30\x0e\x42\x7d\xb0\x06\xcd\xc5\x57\x5c\x1e\x8f\x52\x09\xdb\xbb\x53\x50\x1c\xe1\x5a\x4d\x3c\x9a\x4c\xdc\x6b\xf0\x43\x4f\x12\x9f\x8a\xdc\x50\x1c\x58\x0b\xa7\xa1\x1c\x48\x9e\x64\x42\x2d\x70\x7a\xe0\x31\xf4\x1e\xb2\xcd\xe3\x27\x66\x83\xfc\xb1\x8d\xc3\x50\x74\xc5\xfd\x00\x74\x24\xf4\xf9\xd2\x6a\xe4\x0b\x3c\xaf\x4b\x8a\x7c\x81\x8f\x55\x73\x91\x67\xb0\x2a\x3f\x0d\xf9\x0d\xdf\x16\x42\xa8\x35\x12\x09\x35\xa1\x6b\x91\xdb\x49\x4e\x68\x1c\x1a\xb9\x77\x08\x2d\x46\xfb\x3c\xb8\xe8\x75\xcc\xc3\x16\xc0\xa2\xb0\x31\x77\x7d\x61\x29\x6d\x70\x30\x1a\xae\xa3\x1d\x3a\x5d\x07\x37\x53\x1f\x57\xbe\x83\xef\x53\x0f\xeb\x1d\x10\x1b\xca\x0f\xc1\x62\x64\x35\xa5\x1b\x2c\x46\x52\x29\xf2\xc4\x85\x88\x85\x12\xbd\x77\x02\x6a\x45\x99\xeb\x31\x05\xdd\x46\x7e\x6c\xf3\x1b\xed\x26\x7d\xb9\xb3\x04\x32\xf3\x3f\x5d\xf8\x08\x9d\xe6\x3d\xed\x98\x09\x3d\xe5\x9e\xb1\x9c\x84\x3e\x72\xb4\xba\x4a\x78\x3a\x9b\xc5\x7b\x0d\xef\x65\xa9\x89\x5a\x58\xc2\xac\x38\xb2\x05\x7e\xcf\x68\x0e\x38\x89\x04\xd0\xcf\xb9\x77\x23\x6c\xda\x5b\xdb\xed\xc8\x1f\xca\x8f\x5b\x6f\xc0\x37\xca\x87\xe7\xbf\x82\xff\x14\xd3\xdb\x08\xd0\x7a\xd9\xa6\xf2\x21\xc8\x43\x12\xa5\x5d\x02\x05\x88\xa8\x5c\x06\x24\x10\x5c\x22\x24\x41\x0f\xf9\x33\x12\xb6\xc2\xbb\xb8\x87\xfd\xdb\x60\x03\xbb\xc2\x3d\x1e\xbe\xc9\x5a\x6b\x1b\x8b\x6c\xa3\x3d\xb9\x71\x80\x38\x5c\x14\x7c\x96\x0f\x8e\x37\xe6\xb5\x8c\x02\xbd\xf3\xef\x95\xa6\x80\x3e\xba\xbb\xea\x07\xe0\x89\xdc\xbb\x6c\x1c\x58\xab\x7a\x9f\x9d\x03\xd9\xc8\xdf\xc5\x5d\x83\xd2\x24\x9f\xfc\xba\xa1\x33\x22\x9b\x95\x3f\xa0\xd7\xfc\x4a\xdb\x5e\x78\x3d\x33\xe7\xea\x07\x22\xb7\x51\xd1\x37\x82\x28\xad\xa5\x34\x9a\x88\xad\x95\x86\x92\x29\xc4\xbe\x32\xbc\xaa\x90\xf8\xaa\x78\x2b\xf3\x18\xb8\xc2\x38\x3a\xeb\x22\x48\xcb\x2b\x3b\x7c\x08\x7c\x94\x1b\xba\xa7\x18\x5a\xa7\x5c\xbe\x32\x01\xda\x23\x9b\x61\xfb\x18\x62\xb1\x7f\x5d\x6e\x25\xc2\x67\xa3\x7a\x9e\x12\x69\x3d\xf4\xfa\x83\x44\x61\x87\xd8\xf4\x96\x98\xdb\x9c\xaa\xc8\x23\xb6\xd4\xcd\xa4\xb3\x89\x5f\x2d\x65\x99\x0b\xc1\xed\xe6\xe9\xb1\x63\x41\x86\x31\xd1\xb7\x19\xec\xc9\x9b\xb6\xe2\x26\x78\x2e\xa7\xdf\xf6\x0d\x64\xc5\x7d\x73\xa9\x81\x08\x5e\x8a\xeb\xfe\x40\x44\x07\x96\xd7\xa5\x12\xc9\x67\xce\x9a\x6c\x88\xac\xce\x0d\xf2\xb3\x44\x43\xcb\x31\x5a\x37\xf1\x4a\xdd\xa9\x0c\x3c\x38\xdd\xe2\x1f\x03\x83\x41\xc5\x7f\x7d\x63\x40\xa4\x60\xc9\x8a\x0a\x10\xce\x7d\x6f\x37\x01\x2c\xe6\x29\x86\x5e\x13\x33\x6e\x62\xdd\xae\xc4\xd4\x2b\x40\x6d\x25\x31\xe1\xc2\xee\xc2\x70\x62\x62\x5f\xac\x7c\x11\x11\xd7\xb9\x84\xe6\x4e\x54\x37\x37\x9e\xfa\x49\xbc\x52\x3b\x21\x66\x11\xf1\xbf\xf2\x45\xbe\x1b\xc0\xc9\xa6\xf4\x15\x35\xa0\x95\x36\xc9\xee\x18\x38\x9d\xf7\xe8\x5a\x37\xbd\x3e\x23\xad\x7f\x0b\xdd\x3e\x33\xab\xf9\x14\x2d\x2e\x2b\xb3\x74\x34\xf5\x11\x2e\x42\xad\xa2\xa6\x65\xef\x67\x6f\xa7\x7c\xc2\x33\xb2\xa3\x29\x64\xc2\x40\x1c\x8e\x32\x1b\x9c\xe3\x37\x97\x7c\x0e\x3a\xbc\x62\x80\x2c\x80\x73\xad\x33\xc9\x79\x48\xe6\xd5\xeb\xf4\x99\xd9\x31\x7d\x49\x34\x0c\x3f\xb1\x49\x49\x7d\x84\x6f\x36\x7b\x50\x33\x09\x41\x39\x97\xa9\x36\x84\xdf\x2c\x36\x45\x4b\xbc\x8f\x6b\xa1\xac\x07\x87\x0e\x3f\x24\x3f\x83\xce\xee\xd1\x93\xf3\xe0\xaa\x15\x3b\xc8\x04\x44\x61\x3d\x89\x2c\x41\xed\xaf\x3c\xa0\xd1\x41\xdc\x19\x06\xf5\x07\x78\xbd\xb1\x8e\x9a\x04\xb9\x96\xec\xa7\x8e\x81\x4e\xe6\x58\x51\x0a\xa0\x8b\xcc\xab\x94\x6d\x70\x0c\x6e\x26\xf9\x39\x02\x1c\x3e\x4a\xce\x45\xb4\x7b\xe6\x91\x13\xd1\x15\x6e\x2f\xc8\x5e\x68\xf7\xb8\x1b\xe4\x64\xf4\xf2\xe5\xed\xd4\x40\xca\xef\x9e\x47\x94\x61\x8a\xa5\xc1\x9d\x12\x4b\x89\x29\xfa\x4c\x19\x49\x19\xa3\xec\x20\x57\x93\x7b\x18\xa5\xe4\x38\x72\x45\xd6\x4c\xf2\x6c\x72\x7e\x2c\x87\xf4\x8e\xcc\xf1\x3d\x45\x1a\x22\x13\xdc\x60\x52\x2d\x19\x1a\xf7\x82\x74\x8b\x64\xbe\x34\x9e\x92\xc9\xad\xea\x2e\x24\xbf\xe2\xdc\xae\xd3\x93\x33\xd8\x1f\x4d\x04\xb2\x33\xeb\xab\xe2\x30\xe9\x2e\xcb\x96\x9e\x4a\xd2\x30\x7d\x32\x01\x52\x12\x83\x15\x63\x22\x6d\xa3\x0f\xf8\xdc\x22\xcd\xa3\x4f\x76\xdb\x86\xfd\xa5\x91\xad\xdd\x49\xd3\x29\xaa\x8b\xaf\xc8\xc7\xe4\x9e\x9d\x26\xf2\x54\xa9\xa9\x76\x1c\xa9\x58\x62\x6f\xfc\x46\x8a\x11\x1d\x91\xfd\x24\x39\x0b\xfa\x68\x0b\xb0\xd7\xfc\x3d\xa7\x1e\x63\x9d\xdc\x73\x87\x3a\xb1\x1c\x4e\xa4\xcf\x4e\x2c\x8b\xf5\xc1\x6d\x0c\xb6\x9b\x79\xc9\x9a\x8c\x05\xd3\xc0\x81\x03\x24\xb6\x71\x6b\x87\x0f\xc9\x3d\xbf\xae\x0a\xc6\x6e\xe5\xb9\x18\x38\x18\x4f\x93\x2c\x69\xc2\xfc\x73\xca\x29\x33\xb1\x59\x4a\xab\xf4\x39\xe8\x17\x59\xc8\xc1\x78\xf4\xbc\xb8\x7a\xf7\x7e\x54\x23\x5c\xb6\xdc\x80\x86\xf1\x7d\xad\x5f\xa1\xdb\x99\x23\xcf\x1a\x48\x81\xb5\xb4\x56\x2a\x76\xbf\xf2\xaa\x65\x14\x96\x5e\xee\xa3\x5f\x86\xcd\x2a\x49\x17\xa1\xe8\x60\x21\x97\x34\x1e\xcd\xcd\x37\xa7\x85\xa0\x99\xda\xba\x03\xcf\x50\xef\x9c\xc1\x5d\x5e\xe8\x04\xc5\xd2\xe5\xa3\x91\x7a\x29\xd1\xfa\x0f\x22\x62\x6f\xed\x23\x92\xbc\x7a\xda\x9a\x95\x58\xdf\xe9\xc3\xe5\x00\xb6\xaf\xe5\x8e\xce\x13\x7d\x5d\xff\x5b\x60\x40\x65\x55\x7f\xd0\x70\x34\xac\xec\xbf\xd4\x73\xe8\xfc\xa2\xeb\x51\x45\xc8\x43\x43\x99\xb7\x3f\x52\xa0\xfd\xe5\x9a\x82\x6c\x56\x95\xd9\x8c\x45\xac\xb8\x13\xcf\xd4\x91\x02\x06\x4a\x9b\x86\xb0\xfe\xbe\xa7\x65\xcb\xb0\xdd\x5d\x1f\xb5\x89\xe8\x8d\x36\x1d\x7f\x18\xcd\x6e\x74\x41\xf2\x50\xb7\xea\x9c\xd4\x65\xc8\xe7\xb2\x8f\x51\xf3\x90\x92\xa2\x75\x3b\xdf\x22\xb1\xf9\xbf\x5c\x37\xc0\xef\xd4\x66\x9b\x45\x70\x11\xb7\xe6\xcc\x42\xd2\xbe\x2b\xed\x4d\x9e\x58\xc7\xc5\xa2\x52\x16\xb6\xe2\x6c\xa4\xe6\x0c\x5a\xdd\x5d\xc4\xdf\x8d\x7a\xb7\x75\x22\x33\x90\xf7\x0d\x7d\x29\xf5\x48\x49\x55\x71\x64\x37\x12\x56\x1a\xbb\xb3\x11\xfe\x59\x38\xc6\xd5\x13\x26\x6a\x6c\x6c\xb2\xe0\x19\x3c\xe0\xec\x0d\xde\xcb\x53\xa2\x36\x2b\x6e\x53\x86\xda\x22\xe0\x68\x32\x35\xfa\x97\xec\xdc\x2c\x89\x38\x88\x55\x88\x33\x92\x9e\x30\x0b\xb3\x1f\xa4\xfd\x61\x54\x10\x56\x47\x8f\xa3\x0f\x10\x39\xde\x0d\x74\x2b\xf0\xda\xb2\x28\x1a\x07\x76\x1d\x53\x42\x1b\x8d\xec\xe8\xff\xce\x0b\xc0\x85\xb4\xae\xe1\xae\xcd\xb6\xad\x38\xc7\x59\x91\xdd\xae\x5f\xcd\xf6\xc0\x1f\x13\x95\xb0\xb6\x11\x96\x93\xfc\x98\x81\xc4\xd9\x69\x59\x8c\x44\xd0\xe9\x80\x90\xae\x80\xe6\x7b\xef\xa4\x3d\x84\x67\x2e\x7d\x4d\x23\x20\x33\xc7\x1c\xa7\xfe\x40\xce\xf5\xdb\x71\x1b\x88\x9b\x5a\x22\x39\xf5\xc4\x82\xf2\xdf\xec\x2e\xd0\x36\x2f\x8b\xd5\x0b\x1e\x15\xfe\x62\xde\x00\x1f\x60\xe5\x8c\x8f\x10\xf5\xc4\x2b\xc6\x64\x78\xed\x81\xf9\xf4\x20\xf8\xc5\xce\x77\x34\x13\x22\x58\x5a\x4d\xf3\x42\xb7\x8f\x39\x4a\xed\x43\x19\x67\x8a\x39\x3c\x72\x44\xd3\x30\xdb\x44\x9e\x52\x96\xc5\xea\x21\x5d\xd1\xfe\x65\x3e\x22\xe9\x05\x5a\xa6\x1d\x89\x8a\xa6\x33\xd6\x90\x04\xa9\xb7\xe8\x89\xa4\xc2\xa8\x00\x5a\x2d\xa9\x6e\xa7\x1f\x6d\x16\xa9\x6f\x69\x04\xb5\x81\xf4\x73\x0c\x99\xba\x85\xb4\xad\x77\x14\xbb\x8c\x5d\xdb\x18\xc5\x6a\x65\x7d\x2f\x1d\xc5\x7c\xc8\x5a\xa0\x31\x32\x6d\x98\x61\xfc\x18\xc6\x36\x86\x02\x09\xa4\x67\xd3\xff\xa6\xdc\xa6\x35\xd0\xd3\x22\x21\x9a\x1d\xed\xae\x57\x23\x15\x47\x0b\x5d\x3a\x97\x6a\x45\x1b\x39\xa6\x9b\x42\xa3\x4c\xec\x8e\x62\x5d\x96\xbc\xad\x6f\x63\x7e\x14\xa7\x97\xb0\x98\x4e\xc2\x2f\xb9\xdb\x18\x7b\x05\x18\x6f\x3a\x9d\xc9\x9f\x0a\xcf\xa7\x9d\xe7\x0e\x1e\xbf\x4e\x9b\xc6\xe1\x46\x14\x50\x4f\xb0\xf7\x78\x39\x53\x06\x59\x33\x97\xdc\xa6\x04\x31\x83\xc7\xfc\x47\x3e\x4d\xbd\x78\xfa\x1c\x6b\x61\xfe\x92\xda\x20\xe6\x5a\xdd\x70\xd1\x34\xc6\x21\x0d\x51\xf5\x81\xce\x56\x03\xec\x2f\xb4\x0e\x25\x0b\xf4\xa4\x8d\x96\x2f\x3d\xb6\x8c\x1a\x2a\x39\x13\x1e\x41\x29\x10\xa5\xed\xd8\x41\xfe\x25\xd8\xb8\x04\x23\xc7\xf0\x6e\x8f\x3d\x44\x6a\x63\xac\x6a\x3f\xc6\xac\xad\xbc\x57\x75\x95\x71\xbd\xfc\x84\xd1\x42\xff\x63\x06\x14\x85\x74\x27\x13\xc8\xbc\x42\xf3\x37\xbc\x20\x78\x51\x05\x79\x47\x92\x33\x29\xb7\x73\x2f\x87\x7d\xa1\xcc\x55\x85\x6e\xf7\x26\xa7\xc8\x17\x2f\xfe\x47\xaa\x91\x18\xc7\xaa\xb1\x6f\xac\xb0\x56\x27\x66\xcb\x69\x9c\xe5\x3c\xa3\xa7\x75\x97\xa1\x82\x7e\xa3\xe1\x9d\xac\x8e\xf6\xa6\x26\x9d\xfe\x87\x66\x5b\x71\x33\x5b\x4a\xf5\x32\x6f\x4f\xfc\x46\xa1\x16\x2a\x42\x6b\xc9\x9d\xfa\xef\xdb\xbc\xc9\x63\x34\xdf\x17\xc7\x91\x36\x2a\xc3\xc6\x1a\xb0\x23\x9c\xb1\x2d\x2b\x99\x79\x7d\x4f\x2b\x1e\x32\xaa\xbb\x13\xf3\xaf\xd0\xcf\xb5\x37\x49\x1f\xd2\xae\x35\x0d\xd1\xd7\x52\x5f\xd7\xf6\xe0\x86\xa9\x33\x2c\xd5\x89\xe1\x94\x60\x33\x3f\xd4\x8d\xcc\x2e\xc4\x6f\x7d\x48\xea\xd1\x57\x2d\x5e\x8e\xbd\xce\x59\x30\xb6\x15\x1b\xc3\xc9\x6f\x4e\x67\x22\x17\x99\x15\x4b\x19\x39\x67\x2f\xe5\x2f\xa2\x57\xf5\x3c\x96\x6e\xa6\x55\x74\x18\x69\x1a\x6a\x7d\xf3\x06\x5c\x30\xe5\x56\x6d\xc7\x91\x87\x14\x2b\xcb\xca\x90\x8b\x64\xcf\x12\xe3\x56\x3d\x29\xb1\x80\xb0\x78\x1e\x96\xa5\x4e\x19\xfb\x07\x85\x38\xef\x5b\x4f\xc9\x3a\xd2\xcf\x54\x86\x48\x67\x9f\x7a\x58\xf0\x5a\x4c\xcc\xf8\xab\x98\x26\x7c\x95\x35\x82\x79\x48\x90\x84\x5b\x80\x7f\xc9\xbb\x9e\x7d\x24\x79\x12\x37\x10\xdf\x1d\xe6\xca\x7e\x4a\x9c\xb9\xf5\x09\xcb\x08\xc6\x2d\xc4\x33\xbf\x43\x6d\xa3\x9e\x33\x0e\x21\xee\x2d\x75\x32\xdf\xac\x70\x4b\xae\xa4\x1c\xe7\x5c\xb0\x45\x3c\x0b\xf7\x5d\x7e\x4a\x28\xc8\xae\x64\x74\x09\x6c\xf0\x74\x7c\x34\x8f\x4d\xc0\x92\x64\x5c\x3b\xa2\x38\xb4\x85\x5d\x0b\x6a\xb7\x52\x58\x74\x28\x77\xe1\x52\xe6\x53\x58\x37\xaa\x8f\x11\x80\x48\x9a\x3f\x48\x6f\x10\xec\x2a\x86\x25\x5e\x04\x86\x81\x29\x6a\x25\x3a\xca\xba\x84\x6e\x44\x06\xc3\x99\x6f\x06\x27\x64\xf7\xf3\x56\x81\x3d\x49\x93\x38\x9d\x10\x2f\x34\x9c\x9d\x09\x07\x6e\xf5\x64\xed\x43\x46\x2d\xf8\xc6\xac\x47\x4e\x8f\x6a\x67\xb8\xa0\x9e\x4d\x3e\x92\x1a\x8c\x54\x1e\x20\xf6\xc2\x90\xfc\x91\xc2\x7e\xec\x94\xf4\x90\x20\x1c\x3b\x4c\xbb\xc5\x7b\x8d\x25\xe1\xf2\xb9\x14\x4c\x90\x38\x91\xe3\x84\xf5\x85\xc8\x58\x77\xb1\xef\x5b\x2a\x99\xdd\xa4\x25\x0b\x3a\x99\x2e\x24\xea\xe8\x91\xf4\x1c\xec\x7e\x43\xbf\xb8\x8f\x59\x59\x36\x5d\x14\xc4\x9c\x9d\x57\x27\x78\xcb\x20\x48\x16\xf3\xe9\xf4\x4b\xd4\xd3\xbc\x85\xf4\xcd\x59\xf9\x9c\x73\xb4\x8b\x47\x56\xb1\x71\xb4\x94\xe0\x5b\xac\x8d\xb4\xd1\x5b\x96\x30\x5d\xa8\xc5\x0b\x38\x8c\x54\x2a\x7b\xf4\x3a\xda\x1d\x32\xb5\x3e\x5d\xf4\x4c\xb4\xc7\x0c\x0b\x99\xc2\x25\xba\x58\xc1\x0a\xfe\x37\xd1\x73\xde\x00\xaf\x8a\xa2\xe5\x66\x70\xf1\x99\x4a\x8e\x0b\xe7\x68\x82\x3f\xeb\x1a\x3b\x36\xd8\x85\xa9\x66\x45\x6c\x6e\x64\x10\x98\xa9\x0b\x44\x74\x03\xe3\xf3\xe8\x3e\x9a\x1d\xd5\xab\xd6\x45\xb4\x4c\x37\xaa\x38\x53\x30\x90\xfb\x5d\x33\x81\x4f\xc8\xb9\x2b\x68\xe5\x4d\x54\x16\x92\x0c\x9c\x6a\xf9\xa9\x53\x17\xd8\x47\xa4\xd1\x71\x1d\xac\x59\x62\x9f\xa0\x0f\x8c\xab\xc2\x2d\x9b\xee\xd2\xcd\xfc\xa4\x05\x4b\x68\x35\x3c\xbc\xd5\x24\xaa\x1d\x1d\xa9\x52\x0a\x1f\x95\x35\x17\xde\x16\x60\x25\xc5\x39\x7d\x7c\x47\x53\x13\x4f\xc6\x2d\x2b\xa0\xa1\x46\x8e\x97\xde\xf7\xe4\x4f\xd6\x07\xad\xcb\xe1\x05\xcc\xc2\x9c\xef\x81\x4a\x46\x94\xe2\xfe\xc6\xe7\x74\x47\xd9\xc6\xf9\x3a\x9a\xad\x58\x63\xb5\x8a\x12\xc8\x4c\xb5\x3c\x15\x5e\x6c\xe9\x37\xae\x10\x44\x37\xbc\x56\x0e\xf1\xde\xd6\x7c\xe3\x54\x72\xd3\x2d\xc3\xf0\x3d\xf6\x8f\xd2\xf2\xb4\x68\x96\xa6\x88\x19\xd3\xc8\xdc\x55\x10\xbd\x37\x89\xfe\x5f\x5e\xf0\x86\xc7\xb4\x96\xdc\x67\x2e\x7f\xa8\x12\x79\xa7\xd5\x66\x72\x35\xeb\x5f\xc5\x1d\x61\x4f\xd7\x8d\x82\x3d\x82\xbd\xed\xcd\x8a\xaf\xbc\xe1\xe6\x74\xf6\x3d\xee\xfe\xba\xcf\xf0\x4c\xf6\xb5\xaa\x98\x13\xc5\xac\xb4\xb2\xbe\x98\x39\xcc\xf1\xc5\x2b\x03\x1e\xd0\x3b\x0a\xfa\x36\x10\x68\x68\xde\x5a\x97\x2e\xaa\x97\xf2\xb0\xd5\x3e\x72\x08\x5b\x50\xfe\x53\x58\x77\x76\x91\x81\x24\x58\xdf\x73\x53\xe1\xcd\x6b\x3f\x1d\xce\x5e\xc7\x75\x6d\x11\x40\x08\x3b\xaf\xbe\xf0\x84\x13\xcb\xb5\xaa\xea\x90\x99\xd1\x59\xd6\x1e\x90\x49\x4f\x2d\x7a\xb4\xc1\x83\x36\x2f\xbf\xce\xc5\x42\xe9\x57\x71\xac\x98\xa4\xb3\xec\xdb\x45\x0f\xf2\x59\xe9\x7e\xda\xe9\x79\x63\x4e\x65\x8a\x39\x9a\xfc\x0c\x2a\xed\x87\x7a\x5d\x26\x1f\xaf\x55\x5e\xca\xaa\x3b\xa6\x97\x27\xe3\x7e\x1f\x88\x95\x02\xf8\xe8\x3d\x1e\x22\x0b\xa1\xdf\x53\x2b\x30\x83\xce\x73\xda\xf9\x5d\x50\x3a\x90\xc2\x4e\x45\x22\x8a\x0e\xe6\x5b\x67\x56\x68\x24\x3a\x45\x16\x22\xb6\xd2\x6c\xc5\x6d\xa6\x81\x39\xb7\xb3\x47\xe1\x17\x2a\xe1\xec\x17\xc7\x3c\xe4\xb3\xf1\xaf\xa3\xfe\x4a\x3a\x88\xe3\x7c\x1f\x89\x60\x70\xb9\xe7\x11\x01\x0d\xda\x3a\x27\x8f\x6f\x82\x77\x02\xe9\xec\x48\xa4\xd8\x74\x41\x2f\xc4\xaf\xd7\x8c\xd4\x2d\xc5\x5b\x44\xf8\xdc\x61\xc2\x5c\xea\xbb\x1c\x98\x60\xcc\x36\x29\x9d\x89\x3e\x47\xdb\x64\x67\x41\xdb\x28\x95\x04\x07\x3e\xf3\x55\x89\x36\x43\x3d\x9e\xcb\x05\xfb\x60\xe1\x1c\x1a\x3f\x13\x89\x01\xc8\xec\xe5\xe8\xea\x42\xaf\xbc\x0a\xd4\x4a\xad\xd1\xee\x45\xa7\x08\x57\xe4\x8e\x43\x27\x53\xfa\x55\x0d\xe8\x3c\x9c\x4e\x71\x14\xdd\x9d\x7c\x59\x36\x1b\x15\x46\x0e\x88\x87\xd0\x57\xbe\xa3\x85\x85\xd8\x8e\x35\x43\xfc\x4e\x4c\x3e\xe7\x38\xef\x2a\x69\x06\x70\x86\x95\x83\x69\x8c\x81\xba\x6b\xf4\xc8\x1c\x86\x06\xa3\xfd\x12\x4c\x52\x6f\xa1\x09\xc9\xa7\x95\x5f\x68\xd3\xb2\xaa\xe4\x95\xd4\x9a\xa4\x1f\xd2\x54\x2a\x2e\x72\xa2\xd8\x8d\xea\xeb\x73\x42\x38\x8a\x3a\x73\xcd\x09\xbe\x33\xe5\xbf\x39\x07\x79\x33\xa9\x1b\x46\x8c\x65\xbe\x21\xcf\x37\x88\x75\x2e\xfc\x3d\x2a\xe7\xdc\x73\xbc\x64\xde\x8b\x1c\x0e\x37\x8b\x54\xaa\xdc\xcd\x39\x91\x59\x2f\xb7\x62\x13\x93\xa6\x49\xce\xb1\xca\x23\xfc\x45\x22\xe6\xbb\xdd\x97\x05\x71\x4c\xf7\x35\xe3\x79\x59\x0c\xcd\x9c\x43\xdc\x9d\x0c\xf3\x88\x54\xa6\x13\x45\xaf\xaf\xd0\x1e\xc9\x61\x2a\xb6\xe6\x4e\x52\x8d\xe0\x8e\x54\x0d\x2a\xc2\xd0\xa7\x0a\x86\x0c\x9f\x31\x5d\xb6\x4d\x62\x38\xa2\x97\x8c\x16\x7d\x08\xb7\x13\x0e\x08\xfd\x77\x0d\xf3\x95\xfc\xba\xd5\xc9\xdc\x3c\xde\xc9\x39\xf3\x39\x3b\xb8\xec\x11\xe7\x19\xd3\x69\x26\x9d\x46\xf3\xaf\x28\x4c\xb6\x49\x6d\x36\xb6\xb0\x67\xa9\x92\x0c\x93\x91\xe9\x8a\xc9\x79\x61\xe9\x27\xa4\xdd\x1a\x65\x82\xa3\x98\x91\xf3\x3d\xac\x51\x18\xa0\x4c\xf2\xee\xe2\x4f\x92\xfd\x58\xa5\xe5\xda\x49\x17\x3b\x36\xb2\x85\xc2\xf6\x91\x23\xe9\x41\x8c\x28\xcd\xb0\xe6\x6a\xed\x90\x04\x54\x93\xab\x74\xcc\x68\xd5\xda\x8a\xed\x50\xaa\xfc\xa6\xb9\x2e\xed\x8e\x14\x2c\x5a\x10\x57\x21\x5e\x53\x50\x1a\x4a\x14\x7c\xd2\xef\xda\x59\xc9\xab\xd6\x2e\xf6\xa8\xe7\xe8\x73\x7e\x3a\x2e\x61\xdb\x4a\x9d\x46\xce\xa0\x99\x99\xcd\x9a\xcd\x9a\xf3\x2d\xa8\xb8\x5f\x8d\x6b\xf8\xcc\x90\xab\x16\xd5\x6e\x03\x2b\xe4\x6d\x95\x71\x69\xcb\xa5\xe1\x65\x84\x38\x07\xb1\x75\x71\x61\xc8\x7b\x41\x87\xf1\xed\xce\x75\x3c\x38\x9f\xea\xb1\x9f\x13\xab\xa9\x9e\xfd\x95\x55\x2f\x83\x47\xae\xa2\xf9\xb1\xb6\xe5\xb6\x69\x9a\x3b\x61\xf1\x2a\x75\x6c\x9b\x85\xfe\x41\x35\xae\xa9\x05\x9c\x2c\x97\xd6\xe9\x4e\xe8\xa4\xce\x55\x59\x87\xc5\xa2\xfe\xf2\x03\x21\x4c\x01\xae\xe4\xa8\xd7\x7d\xde\x12\xe3\x1f\x8f\x69\xec\x3f\xba\x33\xb3\x1f\xb3\xd6\xc8\xc9\x23\x93\xa9\x7d\x2c\x9e\xa4\xcb\xb2\x27\xbd\x81\x35\x54\xfa\xef\x54\x1d\x8a\x2f\xee\xc9\x68\xca\x5c\x56\x98\x99\xd9\x9e\xbc\xda\xe0\x9c\xf5\xe4\x40\xa3\xee\x62\xf6\xfc\xbd\x8e\xb9\x18\x9e\xb4\xa5\x50\xe5\x4b\xf8\xe6\x7a\x45\xce\x03\xe3\xa6\x06\xc8\x86\xa0\x7c\x00\xe0\x6d\x41\x3e\x4b\x62\x2b\x2e\x66\xe6\xb1\x08\xa5\xec\xac\x04\x74\x5e\x71\x14\x6e\x65\xc6\xf5\xc2\xc9\xb8\x9f\x49\x8f\xf3\xcf\x67\x3f\x3d\x90\xa6\x23\xe1\x5f\x05\x0c\xe7\x6e\x24\xda\x6c\x81\x55\x13\xc1\xf5\xae\x75\xf2\x38\x28\x66\x6a\x90\xcc\x08\xc7\x01\x00\xcf\x19\x9d\x2f\xfe\x54\x11\x91\x5d\xce\x9a\x5e\x3a\x15\xbf\x11\xe9\x2a\x7a\x8b\x1f\xcc\xc8\x36\x56\x11\x8e\x24\x71\xf3\xd3\x89\xd3\x0e\xcc\xd5\xb9\x12\x1f\x05\x28\xd4\xaf\xc1\xfe\x2d\x7e\xca\x01\xa8\xde\x35\x57\xbe\x00\x56\x4f\x0d\x93\xc5\x21\x99\x00\xc0\x7d\x87\x0a\x44\xd7\xca\xe9\xc8\x7c\xa6\x9d\xd9\x0f\xd9\x0d\xf7\x14\xb9\x23\x07\x4f\xe9\x0a\x3e\x23\x70\xe2\x65\x7d\x1d\xd2\x12\x45\xd4\x66\xa3\x8e\x01\xd6\xea\xcd\xa8\x7c\xf3\x13\xe5\x32\x6c\xac\x6b\x8a\x8c\x83\x91\xa6\xc6\x4a\xcb\x48\xab\x01\x80\x1b\x86\x75\x8a\x16\x96\xd5\x53\xdb\x18\x7b\x4b\x58\x54\x3e\xf4\xd4\x94\x4a\xdd\x93\x7e\xa9\x60\x1d\xe5\x4b\xe2\xec\xbc\x7f\x94\xe6\xc8\xab\x9a\x7e\x4a\x91\x3f\x9c\x23\xa3\x98\x37\x53\x14\x08\xa5\xc4\x75\x8b\xf4\x0a\x65\x60\x2a\x55\xd2\x43\x0d\x04\x00\x8e\x90\xec\x2c\x38\x57\xfa\x8f\x3b\x9e\x3e\xab\xf8\x02\x27\x08\xfc\x59\xd8\xcc\x16\x9f\xfc\x6e\x60\xb3\x4e\x1f\x89\xc8\x0b\x63\x8d\x8d\x9c\xaf\x99\xc7\x24\xf8\x3d\x55\x7d\x60\x8e\xdc\x3c\x49\x7e\x9d\x21\x74\xb5\x95\xce\x60\x1c\x9c\x6a\x16\x0f\x32\xb6\x02\x00\xbb\x95\x72\x8a\xcf\x2a\xf5\x57\x04\x52\x1f\x15\x4f\x92\xdd\x21\xaa\x8c\xaf\xa4\x71\x69\x65\xf9\x35\xe2\xab\x09\x6e\x3a\xa2\x28\x3a\x62\x46\xae\x8f\xd0\xd6\x6f\x8c\x6a\x06\xff\xda\xa6\x2c\xd9\x07\x5e\xdd\xb2\x62\xc9\x72\xde\xac\xa9\xd5\x22\x3d\x67\x09\x00\xb0\x74\xb4\xed\xdc\x01\x73\x99\x21\x96\xb2\xb9\x08\xd4\x3b\x11\x96\x19\xe3\xb5\xdf\x4f\x84\xe6\x2f\xc8\x2d\x8e\xfb\xa0\x7d\x94\x93\xbc\xff\x87\xba\x52\x19\xbc\x67\xbc\x12\x93\x1f\xdc\x68\x94\x1d\x92\xe6\x2d\x9b\x2b\xa6\x4b\x4e\x4c\xa5\x0b\xfb\xf9\x04\x00\x60\x76\xd3\x6b\x39\x07\xcd\x68\xc5\x5b\xd2\x83\xa2\xbd\x65\x40\x76\xa7\x71\x61\x89\x4d\xca\x4f\xfd\x2d\x93\xdd\xe1\x72\x2d\xa7\x60\x66\xd8\x35\x75\xa8\x3e\xd8\x77\xb2\xd2\x49\xdb\xb6\xe1\x92\xf4\x45\x2e\x79\x69\xaa\x78\x94\xb2\x75\xea\x32\xe1\x22\xd1\x32\x60\x2c\x73\x32\xe3\x1e\xbb\xd6\x9c\x58\xfb\x80\xb4\xad\x68\x5d\x55\x7b\xf6\x1c\xa3\x4d\x05\x2b\x25\x46\x5f\x5f\xba\xeb\xb0\x93\x36\xb6\xd8\x21\x6c\xbf\xda\xa5\x70\xb4\x4f\xa1\xe2\x85\x61\xdb\x86\x0c\x69\x45\xde\x98\xa5\xf3\x44\x8d\x39\xf7\xa7\xda\x0b\xba\xc4\x7e\x80\x13\xa3\x82\xb9\x97\x3d\xdf\xec\xd3\xbc\x0a\xab\x2e\x9a\x56\xff\x16\x27\x2d\x78\x5a\x23\x3e\x7e\x5f\x4f\xaf\x74\x8a\x2d\xd3\xce\x2f\x6b\x0e\xfd\x94\x73\xaf\x84\xe9\x13\xae\xd0\x98\x36\x6d\x58\x26\xdd\x9f\xdf\xb2\xe4\x8b\xc8\x3f\x97\x31\x75\x82\xc0\x5d\xb2\x18\x08\x62\x2c\x67\x4a\xd0\xa0\xb6\xd9\xa7\xae\xe0\x78\x8d\xef\x32\xce\xa4\x2e\xab\xbd\x91\x59\x1a\x6f\x5d\xd9\x9e\x25\x8b\x48\x28\xd3\xe0\x8a\x02\xd6\x16\x43\xd9\x77\xb6\x3b\x18\xe3\x09\xab\x57\x6d\xd5\x53\x88\x15\xf3\xbe\x69\x8f\x43\x2e\xf6\xd1\xb9\xc3\xf0\x19\x00\x10\xdc\x44\x7b\xd0\x95\xad\xea\x2c\x31\x2e\xa5\x11\xc2\x79\xa5\xda\xd6\x66\xe0\x5e\xc7\x3d\xab\x8c\xcd\xd6\x44\x6c\x2f\xdb\x85\xc7\x05\x4c\x2f\x5e\x46\xc8\xda\xf6\xd5\x38\x83\x28\x5d\xb5\x5c\xef\x05\x5e\x9c\xf7\x45\xeb\x01\x8f\xb2\xc7\xe5\x6a\x91\x58\x00\x10\xd4\xa0\x37\xd0\x51\xad\xb3\xf1\x38\xdc\xf6\x46\x6b\xfc\xf3\x94\x3b\xb5\xd6\x84\xfd\x71\x0d\x96\xbf\x84\x4b\x11\x53\x4b\x5f\x10\x71\xfe\x9f\x8a\x2e\x81\x3b\xb6\xdd\x28\xe8\x86\x96\xaf\x9a\x99\xf7\x05\x76\x9d\xf7\x5e\xf3\x14\x71\xb3\x17\xe7\xee\x41\x83\x00\x40\x80\xc3\x96\x20\x1d\x2d\x2b\x90\xe0\xac\x4b\x0d\x6e\x48\x48\x4a\x70\xcd\x56\x24\x28\x6e\xa7\x65\x1d\x92\x11\x5e\x57\xba\x18\x69\xf5\xcf\x2b\x9a\x84\x2e\xdb\xa6\x2c\x18\x8d\xd6\x7b\x7c\xce\xdb\x84\x85\xcc\x7b\xab\x71\x25\x8d\xb2\xef\x57\xa7\x92\x8a\x00\x80\xdf\x4b\x5a\x05\xdf\x68\x8e\xa4\xba\x66\x2d\xae\xdf\x4f\x1d\x71\xfc\x4a\xf5\x61\x4a\xef\xe1\xa1\x8a\xc3\x14\x5a\x78\xa8\x39\x92\x92\xe4\xef\x6b\xf2\xa5\xa4\x6c\x0b\x36\x6c\xa6\x88\x3d\xfa\x74\xa7\x28\x43\xf3\xde\xe5\x06\x53\x43\x1c\xec\x73\x12\xa9\xae\x00\xc0\x7b\x45\x3e\x09\x7b\x34\xd1\xd8\x2f\x32\xd9\x75\x54\xf6\xc6\xe3\xbe\x55\x22\x16\xe7\x70\x70\xb9\x82\x79\x7f\xff\x93\x12\x09\x33\xdc\xef\x79\x21\x99\xf1\x6e\xdb\xc8\x7c\x1c\xc3\xec\x21\xd7\x9a\x18\x82\x79\xaf\xd5\x99\x8c\x0f\x0e\xa1\xaa\x10\x3a\x0f\x00\x78\x23\x28\x5a\xe8\x44\x63\x96\xf4\x47\x46\x49\x2d\x47\x52\x75\xcc\xbb\x52\x27\x4e\x88\x8d\x2d\xcb\x13\x4d\xdf\x6f\x5d\xac\x12\xbc\xf1\x5b\x6a\x64\xf1\x9f\x6d\x4d\xd5\x43\x7c\x7b\x8f\x0d\x9a\x7c\x1e\x3c\xef\x5e\x4e\x20\x0f\x72\x30\x29\x9e\xb0\xaa\x00\x80\x73\x8e\xe6\x06\x06\x35\x3c\xd5\x7d\x3e\xc5\xa8\x79\xac\x79\x75\x74\xa5\xe5\xb5\xfa\x75\xcc\x81\xd2\x97\xaa\x5f\x61\x33\x8a\xee\x28\x5d\xf7\x84\x16\x5c\x90\xb3\xb6\xb4\xe4\xb5\xcb\x9c\xdd\xdb\x73\xef\x4b\xd7\xcd\x2b\x52\x65\x89\xfd\x1c\x7a\xe5\x17\xb9\x7b\x00\x80\x7d\x9b\x7e\x90\xb8\xbd\x21\xb1\xa4\x27\x9d\x5e\x93\x5d\x94\x90\xec\x69\xa1\x1a\xdf\x1f\x4a\x2e\xc5\x19\x4e\x84\xae\x29\x3a\xa4\x1f\xef\xcb\x2d\xd8\xab\xfd\xbc\x65\x6a\xde\x36\xcd\x6a\xf7\x2d\xb9\xfb\x72\x5a\xe6\x85\x2a\xcf\xc9\x77\x38\xf4\xc9\x9e\xf3\x33\x01\x80\x3d\x87\xe1\x4f\x28\x69\xd8\x60\x39\x9a\x3e\xb2\xc6\xa7\xac\x2c\xa9\xcb\x12\x56\xf2\xe6\xe0\xcf\xd2\x2d\x45\xeb\x42\x2e\x16\xcd\x31\x9a\x7d\x57\x17\xd8\x19\x4e\x6e\x1e\xd4\xfd\xd2\x8f\x76\x1f\x9b\x3b\x4a\x13\x3d\xcf\x53\x99\xaa\x78\xe0\x30\x28\x4b\x11\x1c\x04\x00\xd6\xff\x28\xa6\x0f\xbf\x18\x1f\xc7\x01\xe0\x8f\x59\x42\x1f\x9b\x50\xa4\x08\x95\x90\x28\x54\x1a\x54\x46\xa1\xa4\x3d\xb5\xeb\xf6\x78\xee\x79\x6e\xef\xdd\x75\xd7\x5d\xb7\xba\xeb\xae\x6b\xef\xbd\x07\x21\x23\x9b\xec\xcd\x07\x1f\xe3\x6b\xef\xf8\xbd\x7e\x7f\xc4\xbb\x93\x5b\x0e\xae\xec\x9a\xde\x4e\x41\x16\xb6\xcd\x6d\x21\x65\xa6\x36\x2d\x69\xa4\x26\x98\x6a\xbf\xd5\x35\x1c\xa6\x57\x5e\xa8\x99\x11\xf2\xd9\xdc\x59\x99\xbb\xb3\xdc\x60\x32\xff\xf5\x78\xa7\x55\x1b\x0a\x1c\xbd\x54\xaf\xd5\x6e\xb6\x5f\x14\xa3\x85\x0b\x00\x80\xef\xc9\xbd\x86\x57\x8e\xd8\x61\x6e\xe5\x4f\x0c\x8e\x60\xf5\xe9\xf7\x7b\x49\xb8\xf8\x38\xb7\xce\x45\x78\xd7\x83\xb3\x5a\xaa\x09\x6b\x77\x67\x35\xec\x24\x46\xf8\xdc\xad\xbe\x0b\xea\xdc\xba\x2c\x23\xd0\x4c\x7b\x07\x53\x1d\xcc\xb5\x59\x61\xd0\x50\x30\x00\x20\xb3\xa5\x2d\xc3\x8b\x4f\x94\xe3\x91\xf9\x5f\x06\x8f\xe0\x27\xd2\x6f\xf4\xce\x23\x70\xe3\x1c\x3a\x3a\x89\x2b\x22\x7e\xb7\x1c\x20\x3e\xdd\x9d\x58\xff\x2f\x38\xee\x73\xb5\x5a\x44\x7a\xe3\xd6\x65\x21\xc3\xf6\xf6\xab\x4c\xd9\xe4\x04\x9b\x5d\x86\x28\xca\x5b\x00\x28\x7c\x42\x5b\x85\x87\x4f\xb8\x81\x6e\xf9\xcf\x06\x9e\x83\xdc\xf4\x91\x9e\x6a\xf0\x7e\xdc\xcc\x8e\x83\x24\xdf\x88\x37\xcd\x6f\x48\x97\x77\x1f\xa8\xe7\x43\x0a\x9f\x73\xd5\x1e\x30\xc1\xad\xcd\xb2\x86\x8c\xb5\x5f\x6f\x9a\x4b\x61\xda\xa4\x95\x7e\xa5\x0e\x02\x40\xa1\x81\x96\x83\x0f\x3d\xee\x4f\x69\xca\x37\x0d\x4c\xa1\x58\xd2\x11\xdd\x97\x29\xaa\xd8\x33\xed\x34\x4a\x73\x44\x57\xb3\x13\xe5\xd3\x6e\xa7\xba\x41\x6a\xa2\x4f\x73\x55\x1a\xf5\x8d\x5b\x63\x79\x3c\x4d\x66\x1f\x50\xe6\x47\x3f\x66\x63\x29\xb5\xa1\x8f\x03\x80\xf4\x09\xfd\x18\xae\x6a\x38\x82\x95\x90\xef\xde\xbf\x80\xb5\x3a\x7d\x65\xd7\x23\xe6\xc3\x58\x56\x5b\x09\x53\x17\x41\x6f\x0a\x64\xd2\x83\x3f\xd7\x3e\x64\xf2\x7c\xa4\x95\x6c\x66\x97\x9b\xd1\x4c\x61\xd9\xda\xc7\x1a\xf7\xb3\xce\xdb\x7c\xd2\x7d\x61\x39\x02\x80\xe4\x07\x43\x81\x8b\x1a\x42\x0a\xae\xe5\x5d\xeb\xf3\x14\xac\x4c\x3b\xd3\xf9\x8b\x8f\x88\xf5\x6c\xed\xe6\x9d\x89\xf0\x6d\xcc\xe6\xed\x0b\xee\xab\x9d\xca\x7d\xeb\x73\xac\xa2\x82\xdb\xe7\x56\x68\xd2\x70\xc7\xec\xf3\x0d\xd1\x3c\xe2\x4c\x3f\xed\x0d\xce\x5e\x00\x90\x4c\x65\xb6\x61\x8d\x83\xf9\x8a\xa4\xbc\xd9\xbd\xee\xf2\x65\xa9\xdf\x3a\x3e\xc8\xee\xc4\xa0\x5a\xea\x0a\xcb\xc3\xc5\x0d\x47\xa5\xca\x60\xe7\xea\x4f\x92\x3a\xef\xcf\x16\xb9\xf8\xa7\x5b\x64\x19\x45\xdc\x61\x2f\x28\x9d\x21\x4e\x9a\x59\xaf\x39\xc4\x5f\x0e\x00\xa2\x21\xf6\x7a\x4c\xf9\x80\xaa\xb4\x27\x77\x45\x4f\xa2\xee\x42\xea\xbc\x0e\x47\xcd\xcb\xa3\xaa\xe6\x5b\xea\xe5\x07\x46\xea\x59\x2a\x38\x88\x50\xbd\x52\x39\xc3\x3b\xab\x7c\x50\xf1\xc2\x6d\x92\x51\xa7\x58\x6f\x4f\xd1\xcf\x92\x91\x67\xbe\x56\x3b\x08\x0b\x00\x40\x78\x9a\xe3\x87\x7e\xd7\xff\xab\xda\x31\x27\xbd\xfb\x52\xc5\xc9\x94\xa8\xf6\xd2\x72\x44\xf4\xfd\xe6\xbd\xa6\x95\x07\xe6\xd5\xbd\x34\x4e\x0b\x7c\x58\x25\x28\xdd\xbe\xed\x7d\xf9\x5a\x9d\xc2\xb5\xc1\xf0\x5d\xdd\x69\x9f\xa2\x0b\x52\xbc\x98\xb5\xa0\x64\x95\x38\x16\x00\x84\x93\xb8\x73\xd0\xf8\xfe\x53\x0d\x19\xd9\x13\xdd\xca\xda\x53\xc9\xbf\xda\x93\xab\xdd\xa2\xf9\xcd\x93\x2a\x5a\xf6\x9f\xac\xd3\x95\xe3\x03\x0d\x55\x3b\x4c\xb4\x6d\x43\xe6\xbb\x86\x71\x57\xa9\xc1\xa8\xfd\x6e\x1f\xa7\xbd\xa1\x3c\x3c\xcb\x5d\xa5\x93\xac\x03\x00\x81\x86\x1b\x8b\x9e\xd6\xcf\x6f\xb5\xcf\x36\x77\x1f\x6e\x0a\x4b\x6e\x6d\x9f\x5f\xcf\x8d\x0e\x69\x6a\xaa\xf9\xb9\x5f\x58\xe7\x5b\x55\x1a\x88\xad\xbc\x6d\x79\xbc\xad\xd2\x8c\x37\xa5\xb9\x0a\x0c\xab\xf5\x43\xf6\x78\x6d\x90\x0a\x9c\x95\xa1\xfc\x2c\xb9\x08\x00\x82\x45\x5c\x16\x22\xe7\xcc\x3f\xb8\xd9\x19\x57\x47\xea\x71\xea\x84\xd1\xa1\x70\xbc\x73\x64\x72\xef\x71\xfc\xe5\x30\x73\xa7\x33\xa1\xc9\x3f\xa5\x45\x4c\x1c\xdc\xb2\xbf\x61\x12\xf8\xc5\xa5\xbb\xfa\x06\x14\xb7\xa4\xaa\xe2\x06\x3c\x66\x25\x28\x3b\x4d\xb9\x0b\x00\x45\x8e\x34\x7f\x04\x69\xd4\x48\xe0\x64\x3c\x1d\xf1\x27\x3c\x49\xb8\x39\xf8\x9c\x18\x10\x99\xdb\x9b\x40\xec\x0c\xab\xe9\x38\x05\x26\xf8\xe7\xb4\x6c\x24\xf9\x6c\x39\x5a\x5f\x0d\xed\x70\x19\xac\xe6\xc0\xe9\x4b\x3a\x2a\x38\xe4\x52\xab\xa6\x32\x22\x75\x17\x00\xc8\xde\xd1\xfc\x10\xf4\xd1\x4d\x24\xe7\x8c\xd7\x27\xae\x92\xa2\x13\x1e\x0c\x82\x24\x51\x64\x41\xcf\x07\xd2\x68\x58\x6d\x47\x12\xe4\xeb\x9f\xdf\x7c\x1e\x7a\xb3\x25\xa9\x3e\x10\x1e\x76\x39\x5b\xed\x44\xee\x5a\x72\xaa\x62\x15\xe5\x8c\xd5\xa5\xb2\x79\xd4\x5f\x00\x20\x33\xd1\xe8\x88\xb8\xd3\xfe\xd4\xf8\x8c\x33\xc7\x9f\x53\xb7\x26\x0c\x0e\x48\xa9\x0b\x22\x63\x7b\xe6\x53\x17\x85\x95\xb5\xf3\xa8\x61\xfe\x39\x4d\x1f\xa8\x95\x5b\x32\xeb\x8e\xd1\xdc\x5d\xee\x56\x05\xd3\xc6\x97\xfc\x6b\xd9\x46\x1f\xb0\x5e\x60\x9c\x47\x7f\x02\x00\x85\x37\xe8\xb8\x82\x89\x53\x9b\x58\xaf\x33\x8a\x86\x1f\xb0\x94\x09\x65\xfd\x02\xd6\xce\xc8\x5d\xdd\x0b\x99\xaf\xc2\x64\x6d\x32\xe6\x29\xff\xa4\xc6\x9f\xcc\x93\x5b\x8e\xd5\xe6\x31\x3f\xb9\x3c\xaf\xdc\xcb\x4a\xb1\xb3\x2d\x77\x65\xef\xb2\x4e\x2f\x7d\xcf\xb2\x02\x00\xe9\x43\x86\xa1\x60\xe2\xe4\x2e\xe1\xfa\x0c\xe2\xd0\xbf\x82\x94\x04\x42\x9f\x84\x6f\x8e\xb4\xef\x72\xe0\x7d\x09\x23\xb6\x1a\x79\x24\xff\xbd\x8d\xd3\x79\x76\x5b\x12\x6b\xd0\xdc\x0f\x2e\x9f\x2a\xf6\xf3\x5c\xed\xb6\x9a\x97\xf0\x2c\xd6\xf5\xfa\x11\xce\x0c\x00\x90\xdc\x67\xf6\x14\x44\x8f\x04\x2b\x82\x8e\x5d\x1e\xbc\x56\xf4\x39\xfe\x46\x6f\x86\xac\xed\x30\xbb\xe3\x6b\x21\x33\xf4\xbf\x16\x9c\x94\xe3\x77\xab\xfe\x8e\xa4\x7e\x8b\x6d\x75\x80\x64\x85\xcb\xb8\x65\x8e\x64\x9d\x1d\x5c\x66\x10\xfd\x9a\xe1\xaa\x5b\xc7\x2b\x05\x00\xb1\x90\xbd\x32\x9f\x78\xc2\xa9\xd4\xf6\x98\xf5\xc0\x45\xdd\xba\x78\x87\x1e\xac\x26\xfa\xd0\x78\xc7\x94\x12\x63\xe8\xde\x66\x86\xca\xc9\x2f\xbc\xee\x55\xf1\x1d\x4f\x4b\xd5\x41\xc5\x2f\x97\x96\x72\x6b\xf9\x3b\x3b\x8d\x11\x2c\x2c\x9c\xc1\xd4\x3c\x10\x74\x01\x80\x88\xcd\xb1\xcf\xb7\x3f\x9e\x55\xb5\x24\x5d\x39\xb0\xc2\xd2\x1a\xa7\xeb\xbe\x68\xce\x3a\x14\xd5\x1e\x55\xe6\x1f\x72\xbe\x69\xd4\x90\xe8\xfb\xa2\xce\x4b\x7f\xc7\x33\xb6\xb2\x4c\xfb\xdc\x85\x6f\xde\x5b\xd2\x6a\xd7\x6e\xe0\xca\x25\x33\xce\xa8\xaf\x88\xfe\xdf\x45\x1f\xe7\x66\xde\xf1\xe3\x6b\xea\x81\xf4\xfd\xfd\xe3\x35\x99\x71\x89\xdd\xe4\xca\xb7\x87\x16\xb7\xfd\xb6\x98\x43\x14\x4d\x39\xe6\x5a\xdf\xfe\xda\x9b\x65\x72\x4f\xbf\xca\xa0\xd2\x66\x17\x96\xe9\x89\xc6\x62\x77\xde\x30\x45\x71\x75\xc6\x47\x75\x88\x78\x2d\x00\x08\x0f\x71\x97\xe4\xe5\x0f\x3f\x68\x8e\x49\x9f\xd1\xcf\x69\xd0\xc7\xb9\x76\x3b\xd6\x59\x1f\x7c\xdd\xa6\xae\xee\x08\x29\x68\xfc\x5d\x19\xee\x5b\x51\x9b\x5d\x8e\xf1\xdc\x5e\x71\xd5\x78\xdf\xc5\x68\x3a\xac\xf3\xb0\x9b\x28\x4d\x2e\xbe\x65\xb3\xb5\x44\x2f\xee\x01\x00\xc1\x25\xae\xef\xe3\x2b\x78\x0c\x72\xed\xb5\x44\x82\x0b\x2a\xe1\x64\x10\xe1\x26\x9a\xdf\xbe\x92\x88\xc3\x74\x98\xbf\x80\x4b\xb1\xbf\x65\x5d\xe0\x59\x7c\x3e\x79\x9c\x24\x26\xbc\xc9\xfc\x0e\x65\x83\x50\x78\x0d\x7c\x80\xf4\x66\xd3\x27\xf2\x22\x78\x95\xcd\x73\x4a\x28\x4c\x79\xf4\x0c\xa7\xc4\xe6\x5e\x95\xe1\xa3\x70\x61\x23\x62\xc2\x5c\xbc\x53\x5b\x3e\x61\x04\xff\xcb\xbc\x87\x48\x27\xbc\x92\x2d\x06\x83\x89\x7f\xc8\xc1\xa4\xe5\xa4\x15\x99\x28\xc8\x06\x0a\x0d\xf7\x80\x01\x38\x6e\x93\x08\xbe\x49\xf6\xb2\xa9\xa2\xac\x24\x87\x3e\x7c\x83\x1d\x21\x5e\xbe\xd2\x85\x13\x82\x09\x27\xc6\xf0\x07\xc1\xe7\xad\x55\x84\xa5\xa4\x63\x26\x01\xe1\x25\xe9\x77\x61\x01\x71\x00\xea\x84\x5b\xc0\x0a\x98\x9c\xf1\x9a\x54\x41\x0e\x38\x50\x0d\xd5\x91\xff\xb7\x69\x1b\xcc\xa7\x60\x6d\x88\xe4\x67\x14\xef\x07\x5e\x98\xf5\x8c\xb9\x97\x9e\x60\x1d\xe9\x37\x87\x5f\xe2\x16\xd1\x4b\x9a\x7f\xe2\x5e\xd3\xf3\xcb\x66\xe2\xc7\xe8\x47\xa4\x4b\x09\xbd\xf4\x64\x48\x4e\xec\xa1\x23\x8e\xfd\x0b\x5e\xa7\xe7\xef\x1f\x24\x7d\xa4\x1f\xd9\x58\x0d\x5d\xa6\x6f\xb3\x09\x22\x87\xd2\x02\xef\xed\x45\x5d\x17\x8a\x2e\xce\x41\xdf\x14\xe8\x87\x1c\x30\xd7\xf8\x75\x4d\xfb\xb0\x03\xbc\x8b\x06\x0a\xae\x83\x37\x55\xdc\x8a\xef\xe6\x1e\x22\xc5\x12\x2e\x73\x4a\xd3\xaf\x13\xff\xb2\x1f\xec\x9f\x47\x72\x62\x2f\xdf\xe8\x09\x59\xb1\xf6\xdb\xc4\xc0\x5c\x46\xda\x1d\x27\xe4\xa5\xe2\x86\xb1\x7f\x50\x03\xf2\x89\x81\x83\xe8\xbe\xa2\x88\x06\x25\xa6\xbb\xb0\x5b\xff\x1c\x3b\x24\x75\x13\x05\xe0\x6e\x88\x5b\x41\x7b\xfc\x6f\x91\x47\xda\x10\x71\x87\xa0\x62\xdf\x41\x30\x9d\xbf\xc6\xe3\x1c\x29\x98\x5b\x6f\x83\x80\x4e\xb3\x30\x37\xa9\x08\x95\x45\x74\x16\x87\xac\x34\xbd\xec\xed\x41\xd5\x19\x03\xea\x1c\xd0\x35\x7a\xb6\x56\x83\xe9\xd2\x8c\x08\x36\x60\xc7\x4b\xa6\x13\xc2\xf1\x36\xc5\x5b\x52\x13\x08\x07\x8a\x62\xf6\x6e\x24\x52\xa5\x62\x0f\x57\xf0\xa0\xd8\xdd\x46\x4a\xba\xc7\x0d\xbe\xae\x2f\x78\xd1\x71\xfa\xf4\x28\x72\x4a\xab\x6d\x77\x30\x6a\x7e\x63\x58\xf5\x10\xda\xb6\x36\x4e\x9d\x84\x59\x5c\x19\xcf\x73\xc6\xfa\x98\xf7\xe1\x58\x38\x94\x61\x59\xf2\x1b\x7c\xab\xe6\x7e\xd8\x74\xc2\x33\xe5\xe9\x0d\x20\xb1\x56\xde\x63\x53\x44\x0a\xe1\x8f\x5d\x1d\x2c\xe8\x1f\x5d\x76\xb2\x19\x71\xe5\x44\x44\xe7\x24\xe4\xe5\x81\xfc\x4a\x05\xea\x64\x77\xb6\x6a\x1f\xfa\x54\x9b\x3f\x67\x1b\xe6\x49\xc3\x4f\xcc\x39\xdc\xc2\x6a\x41\x92\x1c\xbf\xdb\xfc\x2b\xd4\x9e\x90\x5a\x7a\xc2\xfd\x7f\x44\x27\x75\xa3\x4d\x31\x78\x59\xf8\xf0\xca\x58\xc1\xc0\xa5\x80\x91\x2b\x88\x91\x73\xb6\x1d\x0e\xc8\xbe\x93\x1d\x15\x4d\x28\xcb\xd0\x16\x25\x1a\x6d\xe8\xe1\xb2\xf3\x31\xed\x6d\x9d\x98\xc5\xd8\xc7\x0d\xed\x49\xd3\xf1\xd3\xab\xc4\x21\xa3\x84\xf9\xa6\xcb\xee\x67\x09\x17\xb5\x6f\x6c\x3a\x40\x50\xa4\xbc\xb2\xb8\xa0\x6f\x1c\x3d\xe2\x88\x68\xbe\xfc\xb6\x1d\x83\x54\x9f\xdf\x5c\x31\x1d\x85\x3f\x15\x51\x7c\x05\x9d\x3e\xb4\x81\x75\x1b\x83\xec\xfe\x17\xad\xc6\x2a\x5a\x53\x12\x3b\x70\x15\x75\x15\x21\xd5\x78\x53\x85\x97\xfb\x2d\xc2\x01\x3d\x66\xa6\x0d\xf1\x85\xe8\xe5\x3d\x22\x58\x80\x28\xba\xc8\x06\x4f\x22\x9f\x0c\xdd\x23\x39\xa2\x9d\x9b\x17\x91\xf8\x98\x04\xe3\x5e\xd2\x37\x6c\x83\x84\x0c\x65\xe2\xdd\xa1\xb9\xd0\x0b\x42\xdf\xb1\x7a\x18\x06\x23\xf7\xbf\x24\x2f\x26\xdd\xdf\xd8\x4e\x2e\x87\xb7\xda\xb0\x28\x85\xf0\xad\xbb\x66\xa2\x14\x73\xf2\x42\x3f\xf1\x17\xb6\x6f\x68\x05\x88\xc0\x55\x37\xc5\x83\xff\xe2\xa5\x06\x39\x29\x9f\x20\x14\x5f\x27\xbd\x21\xb6\x90\x40\x88\x06\x3e\x39\x66\x07\xaf\x87\xec\xf6\x87\xc2\xf7\x60\xbf\x8d\x9b\xc8\x18\xb2\xb7\xcd\x5c\x0a\x48\xe6\xdd\x19\x21\x74\x13\x97\x8d\x3d\x22\x6e\x27\xf6\x0c\x1e\x21\x0e\x82\x51\x8d\xc5\xe0\x6e\xf0\x79\xe9\x38\x78\x93\x24\x16\xaf\x23\xe5\x40\x31\xe0\x13\xc8\x16\xde\x98\xae\x86\x46\xc9\x56\xfb\xc6\x61\x1e\xf9\xb2\xc7\x23\xf2\x2a\x0a\x66\xc6\x2b\xca\x4e\x0a\xea\xd6\x0f\xbc\x0b\x7d\xd5\xf9\x45\xf8\x73\x74\xeb\x7e\x1e\x01\x4b\x7b\x56\xff\x99\x38\x87\x36\xaa\xcf\x22\x76\xd2\x86\x85\xf7\xc1\x2c\xda\x03\xe2\x39\x92\x33\x7d\x5a\x9a\x86\xf4\x93\xee\xb8\xcf\x06\xba\x48\xdf\xe2\x91\x0c\xe3\xe8\x9b\x66\x5c\x25\x97\xd3\xb0\xe3\x3f\xb1\xaf\x04\xe8\xb3\xc1\x38\x35\xbf\xaa\xf7\x34\x3e\x8c\x77\xbd\xee\x08\xfe\x0b\xcf\x56\xfb\x96\x50\xcf\x8d\x15\x48\x89\xf9\x9c\x61\x42\x0d\xe8\xcf\x59\x97\x6a\x22\xad\x65\x0b\xf6\x1e\x82\xac\x58\x2f\x37\x4c\x40\xf5\xac\xa0\x19\xff\x83\x5f\x30\x18\x37\x6c\x30\x37\x15\xc9\xa3\x49\x58\x51\xd1\xbd\x1e\x00\xb7\x5f\x76\xb0\xa6\x0a\x0f\x48\x6f\x68\x12\xf0\xc7\x25\xe9\xfc\x75\x04\xb9\x78\x06\x1e\x24\x62\x84\x35\x29\x65\x60\x96\xc0\x37\xac\x92\x14\xca\x7b\xb0\xa1\x92\xf4\x82\x5b\x6c\xb3\x1a\xb6\x67\x09\xae\x1e\x44\x77\x99\xff\x9e\x1c\xc6\xc0\x65\x9c\x4e\x0c\xd6\xab\xf4\x77\x95\x2f\xf6\x9d\x2e\xb5\x64\x25\xae\x4b\x7d\x9a\xbb\x12\xaf\x50\x6d\xc0\xb6\x10\x18\x0a\x4e\x72\x00\x11\x92\x5d\x0f\xd5\x83\xc9\xd2\x6d\x1b\xd6\x80\x6f\xc4\x73\x6c\x92\xa1\xf5\xdc\xfd\x97\x2c\xe8\xf9\x6d\x5f\x4f\xac\x47\xdf\x6c\x4e\x68\x9f\x82\x51\xd6\x77\x5a\x5e\x62\xf7\x57\x7f\x2e\xfe\x88\x9b\x5b\xe1\xc8\x5e\x81\xfb\x68\xf2\x45\xbf\xc5\x3f\x2b\xdd\x99\x78\x87\x70\x5f\xb3\x25\x84\x4b\x1c\x51\xc6\xb9\x2b\xc1\x9d\x72\xba\x0d\x95\xc4\xe1\x1f\xbf\xa0\x44\x8d\x9f\x7c\x3e\x3c\x0d\xad\x19\xde\xdb\x72\x16\xb3\xb7\x4f\x6d\x1e\xc1\xfc\xee\x3c\x2d\x7f\x8d\xed\x6f\xb9\xc2\xf4\xc3\xa9\xea\x07\x50\x01\x78\x4e\x15\x33\x81\x4d\x28\x30\xbb\xef\x29\x21\x06\x96\x7a\xba\xcf\x26\xb6\xa9\x03\x6c\x24\x24\x2b\xe1\xa9\xb1\x6a\xd4\xf9\xb1\xfb\x43\xab\xd0\xcc\xd1\x67\xcd\x8f\x31\x1b\x4e\x0c\x9b\x9e\x60\x6e\x0d\x80\xf2\x45\x58\x79\xf7\x64\x06\x84\xcb\x68\xcd\x42\x2a\xf0\xe1\xf5\xda\xf8\xdf\x04\xf7\xca\x96\x3d\x81\x84\xcf\x26\x4f\xb7\x17\xc4\x44\x2d\xc2\xa6\x1b\xac\x16\x41\xe7\xbf\xa0\xfa\xaf\x3d\x1b\x44\xa1\xb3\x2e\x9a\x9b\x37\x63\xac\xcf\xae\x36\xf9\x60\xaa\x46\x68\x45\x44\xec\x91\x01\x1d\xfd\x25\xce\xa1\x8b\x87\x5c\x8c\xfb\xd3\xb2\x33\xbe\x06\x7f\xa1\x76\x70\xcf\x0a\x02\xdb\xc2\x74\x7b\x4f\x78\xa8\x7b\x33\x73\x3e\xb8\x40\x74\x61\xfc\x29\x2c\x42\x4c\x3a\x5b\x00\x0b\x90\xf9\x7d\x5b\x61\x35\xea\x78\xdd\x38\x7c\x06\x33\x55\x97\x4d\x9e\x86\x4d\x15\x4e\x26\xef\xc0\xfd\x4b\xb4\x26\x33\x08\x94\xb4\x25\xe4\xab\xe0\x8a\xbd\xbd\x14\x0f\x52\xab\x87\x33\x85\x01\x3b\xce\x68\xa1\xfa\xc3\x13\xe3\x6b\xa1\x1a\x8c\xf3\x99\x72\xe8\x1c\xd6\xa3\x17\x09\x7d\xc3\xb9\xd7\x2d\x82\x37\xe1\x1d\xb5\xf5\x30\x8d\xb0\x4e\x70\x14\x3e\x45\x8c\x26\xe4\x93\x1d\x40\x45\x2a\x97\xcc\x26\xdd\xdc\xbb\x81\xfc\x09\x9e\xb5\xc1\x48\x39\x44\x76\x98\xe1\x47\x5d\x43\x36\xdd\x48\x23\x5d\x26\xe4\x8d\xde\x87\xe6\x13\xed\x7a\xcc\x50\x3c\x71\xb8\x36\x1c\x2a\x01\x8f\x69\x3e\x41\xff\x23\x2d\xe6\xb7\xc0\x21\xa4\xf7\xf8\xdb\x70\x0b\x34\x9e\x3a\x9d\xec\x02\x0f\x84\xf5\x92\x6b\xc8\x9a\x0d\x87\x28\xb6\x94\xc8\x19\x8b\x28\xdf\x29\x94\x6b\x6c\x30\x8c\xe6\x7d\x7a\x3a\x58\x49\xdb\xda\xf5\x82\x34\x99\xe6\x56\xdd\x4d\xca\xa4\x2d\x55\x4b\x48\xe3\xb4\x35\xbc\x02\x28\x94\x16\x8d\x3b\x05\x9d\xa3\x15\xa6\x2c\x84\x13\x69\x27\x43\x3f\xc3\xdf\x68\x9f\xdc\xaf\x93\x33\xe8\x33\x67\x58\x51\x32\x69\x05\x57\x30\x44\x67\x7e\xdc\xc9\x9d\x44\x36\xaf\xb5\xd3\x83\xf8\x81\xfb\xa3\xca\x15\x8c\xe1\xee\x2d\x71\x04\x6f\x70\xea\xb8\x2e\xa4\x38\x8e\x0b\xb6\x85\xf4\x8e\x5d\x95\xec\x0e\x15\xb1\x9d\x43\x0f\xc1\x1b\x59\x26\x77\x01\xac\x67\x39\xcc\x08\x24\x9b\x18\xf0\xa5\x6e\x82\xb5\x7c\xee\x09\x34\x81\x2b\xeb\x69\x47\x13\x67\x15\xee\xaf\xe0\x11\xb1\x92\xf7\xca\x32\xe2\x17\xb1\x8e\x7d\x09\xe4\x89\x62\x31\x02\xd2\x3a\xe1\xc2\xa4\xad\xa4\x71\xfe\xf9\x90\x16\x08\xc3\x13\xbb\xfb\x41\xe3\x5c\xd4\x0c\x36\x7c\x8b\x05\x8d\xfd\x87\xfb\x6b\x42\x0f\x5d\xc1\x53\x8c\xcb\x5b\xde\xe0\x3f\xea\x5b\xca\x9d\x09\xa9\x5a\x5f\x45\x2e\xe1\x4d\xc9\x09\xe6\x45\xa2\x50\x79\x00\x35\x06\x7a\xcb\xcf\x26\xdc\x03\x5f\xc9\x82\xf6\x74\x91\x04\x92\x71\xb7\x73\xa4\x5b\xa2\x97\x33\x2e\x43\xf7\xb8\xee\xe7\xb0\xb8\xec\x56\xc7\x81\x43\xb8\xdb\x8d\xe6\x26\x16\x7e\x5f\xdd\xf2\xb2\x6b\xf8\x81\x2a\x6e\xd1\x2e\xc2\x9e\xf2\xbb\xf4\x6b\x84\x97\x65\xce\x48\x5b\xa2\x56\x1f\x19\x0f\x82\xfb\xd4\x8c\xdd\x75\xe0\x7f\xc5\x4f\xdc\xc2\x48\xab\xe5\xbe\x36\x53\x21\x57\xbe\xe2\x8c\x17\xce\xe1\x44\x75\x9f\x03\x4e\x36\xe8\xd7\xb0\x0f\xf7\xb5\xa7\xcb\xd0\x83\xcf\xee\x70\x28\x0c\xc6\xbf\x6d\x8e\xa5\x4e\x10\x84\x75\xc4\x82\x02\xe2\xb6\x4a\x74\xdc\x5a\xe2\x3d\x53\x5c\x70\x3f\x98\xaf\x2f\x77\xed\x07\x75\x25\x27\x6d\x16\x91\xaa\x85\xdc\xd1\x7d\xb8\xe9\xe7\x10\xbd\xde\x38\xcc\xa9\x96\xfa\x63\xb8\x9b\xc3\xc3\xa5\x77\xf1\x01\x7d\x5d\x52\x2c\xfe\x44\x27\x8e\xba\x93\x70\xb4\x65\x76\xfe\x08\xe1\x4f\x1d\x39\xd6\x4c\xd4\x55\x5c\x0d\xce\x04\x57\x94\x99\x5c\x55\x60\xb0\xe6\xa1\x8d\x3f\x29\x4c\xb4\xf5\xb4\x16\xfb\xfa\xca\xbe\x1e\x36\x2e\x62\xec\x40\x5d\x1b\xae\x7e\xf4\x9f\xd2\x8d\x78\xdb\xe3\xd5\x92\x5b\x78\x56\xdf\x5f\x4a\x13\xc1\xb6\x73\x55\x7e\x18\xa1\xbe\x79\x51\x6c\x38\xd1\xa7\xe6\x6e\xb0\x2f\xb1\xa5\xfc\x9a\xab\x81\x78\x52\x17\x69\x53\x02\xb6\x89\x04\xe7\x47\x18\xcf\x0a\x96\x0f\x2d\x63\x1c\x43\x54\xb6\xf4\xd3\xbf\xa0\x16\x99\xbf\xd3\x7b\xd0\x19\x8a\x1d\x74\x3e\x66\x8c\x69\xa0\x1f\xc6\x45\xa3\x68\xf4\x75\xf8\x4f\x09\x28\xda\x04\xb1\x6c\xf7\x7b\xda\x0b\xd2\x4e\xd7\x5c\xda\x33\xe8\xa4\x55\x1a\x7d\x0f\xfc\xfe\xbc\x0d\x63\x39\x7a\xc9\x60\x22\xbd\x09\xb3\xab\xf9\x07\x3d\x1c\x1b\x63\xde\x49\x5f\x8d\x8b\x94\x0b\xe8\xd3\xf1\xb9\x8c\xdf\xb4\xa7\x84\x72\xe4\x47\xda\x59\xe2\xbb\xf8\xff\x68\x9d\xa4\x90\xdd\x4c\x5a\x33\x24\x5e\xff\x81\x76\x1c\xee\xb1\xb2\xa3\x7b\x90\x0b\xcf\xed\xa1\x27\xe0\x7d\x06\x24\xb4\x3f\x84\xc9\xcd\xeb\x68\x8d\x84\x11\x13\x8e\x56\x4c\xcc\x2a\xba\x41\xa3\x83\xee\x8c\x38\x5a\x0e\x69\x09\x32\x9d\x96\x0c\xcd\x8f\x27\xd2\xe2\x61\xbb\xdd\xb6\xb4\x02\xb2\xf5\x7a\x23\x8d\x4b\x7e\x3c\xfd\x0d\xdd\x9a\x72\xf0\x4c\x21\xf5\x1d\xa5\xaa\xef\x01\xb5\x85\xd2\xd2\x48\xa3\xd2\x29\xad\xc6\x4f\x54\x02\xe5\x82\x8c\x48\x25\x52\x26\xe8\x8e\x54\x02\x35\x0c\x11\x4d\x65\x52\xcb\xe2\x2a\xa9\x5a\xda\xa4\xe0\x2c\xea\x69\x5a\xd4\x7a\x5f\xea\x53\x9a\xd1\x6a\x12\x0d\xa6\x6d\x39\x7d\x81\x52\xca\x4d\xee\xdd\x46\xe1\x71\xee\xd4\xbf\xa6\x10\x38\xe1\x06\x88\x42\x66\x9f\x2a\x5c\x41\x91\xb0\xf7\x53\x5f\x53\xca\x58\x6f\x0b\xf6\x52\x06\x58\xca\xd8\xb3\x94\x3b\xac\x3d\x41\x97\xa8\x36\xcc\xcf\xeb\xad\xa8\xf6\xcc\x26\xab\x20\xea\x20\x63\xed\xc9\x3a\xf2\xb9\xc2\x86\xee\x04\x72\x95\xb4\xb8\xee\x00\x59\x21\xc9\xd5\x7f\x27\x5b\xc4\x9e\x92\x41\xf2\xb0\xc8\x8a\x52\x4f\x7e\x28\xf8\x94\xbf\x95\x62\xc3\x7f\x18\xf3\x9a\xe2\xc2\xbb\x18\x14\x4c\x09\xe7\x8e\xad\x1b\xa7\x44\x71\xad\xad\x34\x94\x4f\xac\x25\x27\x32\xe0\x76\x43\x7e\xc7\x77\x58\xa5\x4f\xaa\xbe\x02\xf3\xb5\xbe\xda\x32\x58\x5f\xf2\x4b\xa4\x82\xfb\x95\xbd\x70\x0f\xfc\x5c\xc1\xc9\xe5\x91\x97\x16\x85\x1c\x35\x91\xfd\x0b\x97\x06\xe6\x91\x93\x24\x53\xd7\x49\xc9\x7b\x44\x2c\x6b\x57\xf2\x2d\x4e\xd3\xd0\x5d\x78\x5e\xa3\xbe\x0d\x09\x4d\xd4\x1d\xae\xcc\x81\x5e\x57\xdb\xa8\xa3\xa1\x5f\x96\x76\x01\x1e\x5e\x6c\x3a\x44\x3a\x03\x07\x95\xbe\xcd\xbe\x0e\x43\x5a\x30\x7a\x2b\x5c\x59\x32\x37\x20\x05\x3e\xa9\x78\xb5\xf6\x1b\xac\x29\x52\x59\x87\x90\xdd\x79\x6f\x07\xce\x41\xbd\x83\xe8\x96\x0c\xa8\xb1\x37\xc5\x12\x0d\x69\x3b\x37\xaa\xa2\x21\x4b\xcb\x5d\x5e\x11\xd4\xdd\x90\x0b\xda\x40\xf7\xab\xff\xcb\x0a\x85\xff\xb1\x44\x46\x7d\x83\x3d\x8d\xdd\xbb\xf2\xe0\x7d\x3a\xe5\xda\x34\xf8\x1f\x95\xc5\xfa\x08\x5c\x26\x18\xee\xbf\x04\x9d\x3d\xf5\xaa\x99\x0a\x99\x8e\x17\x96\x93\x20\xf2\x80\x95\x92\x0e\x91\xbb\x83\xb9\xa3\x90\xa0\x2d\x81\x78\x08\xaa\x6a\x4c\xce\xac\x80\xae\xd6\xec\x8e\xc2\x42\xef\x2d\xce\xbb\x6c\x61\xc0\x48\x5d\xbb\x05\xea\x56\x97\x58\xe3\xe0\x00\xe1\xb1\x7e\x6b\x68\x7c\x8c\xdd\x74\x1e\x2a\x1c\xfd\x6d\xbe\x04\x1d\x1e\xd9\x58\x7c\x1f\x0a\x1d\x5c\xc8\xf5\x80\xc2\xba\xcf\x12\x46\xa1\x84\xb6\x94\xcc\x4d\x10\xb9\x61\x3c\x6a\x11\x24\xaf\xf6\xf0\xbf\x0b\x15\x9b\xf1\x6b\x37\x43\xde\x9a\xcf\xd6\x83\x50\x8b\xb0\x6b\xd8\x91\xdf\x99\x2f\x6c\x5f\xc4\xbb\x52\xf0\xbd\x2a\x90\xfb\x07\x19\xab\x09\xe4\x86\xa2\x3a\x84\xd1\x1c\x3d\x66\x03\xa4\x66\xbf\xc6\x0e\xe7\x20\xd9\x81\xf8\x9c\x68\x17\x56\x05\xd1\x6e\x57\x0d\x6b\x15\xd8\xb6\xe6\x3b\xf3\x1d\xe4\x37\xf5\x38\xd3\x04\x5f\x18\x42\xf3\x7e\xa3\x42\xdb\x92\x78\x6e\xe8\xcc\x4a\x19\x37\x07\x43\x51\xeb\x38\xc7\xb1\x22\x41\x1f\x67\x15\xae\x03\x9a\xc5\xa6\xe3\xbf\x65\x7f\x60\xbd\x24\x1e\x3c\x32\xc8\x4a\x03\x9b\x76\x05\x30\x3f\x93\xbe\xaf\x31\x30\x2f\xc1\x1e\x53\x95\xcc\x42\x72\xcc\x60\x27\x6f\x1f\xce\xb5\x55\xc7\x15\xe1\x26\x2a\xae\x71\x6e\xe1\xcf\x97\xbc\xe0\x6c\x27\xb0\x05\x8b\xd8\x55\xc4\x64\x12\xc8\x9e\x07\xc6\x64\xa3\x58\x3c\x52\xfa\x91\x38\xd6\x3f\x10\xd6\xff\x3f\x66\x2b\x8c\x58\x93\xc3\x94\x93\x63\xa6\xca\x99\x29\x94\x45\x03\xab\xb9\x53\xc9\x0b\x5b\x66\x70\x62\xc9\x7e\x96\x00\xf6\x30\x39\x53\x45\x64\x6f\x23\x1b\x78\xa3\xac\x2e\xf2\x6b\x70\x3f\xcb\x8b\x12\x95\x55\xc0\xec\xa7\x9c\x8b\xd2\x32\xe3\xa8\xbe\xfe\x87\x99\x8b\xa9\x35\x6b\x96\x32\xbe\xd0\x16\x4e\x6d\x67\xdc\xa1\xde\xe9\xc3\xb1\x9b\xd8\x70\x53\x36\xdb\x93\xbd\xd8\x3c\xca\x6a\x65\xb5\x28\xed\x58\xdb\x59\x11\x5c\x11\xf3\x0c\xf3\x27\x71\x03\x33\x96\x79\x2a\x93\xc8\x78\xcf\x54\x46\x5e\x62\x98\x98\xd9\x7e\x27\x19\xe9\x4c\xef\xd5\x6f\x18\x9b\x99\xeb\xa6\xfe\x60\x38\xd3\x3b\x7a\xf8\xac\xeb\x12\x4a\xc3\x09\xd6\x11\x31\xcd\xb4\x8d\xf9\x50\x44\x51\x58\x98\x05\x42\x0c\xc7\x9b\x69\x25\xc0\xe3\x7f\x33\xca\xf9\xc5\x19\x08\x46\x28\xaf\xf3\xf0\x0f\xfa\x57\xee\x35\x3f\x7f\x7a\x2d\x77\xd2\xea\x6e\x7a\x16\x87\x3a\x2d\x84\x1e\xc3\xa4\x76\xed\x63\x76\xe9\xc4\x75\xa9\xcc\x28\x4d\x93\xe1\x2a\xe3\x79\xc9\xe9\xa2\x4c\x06\x51\x79\x9c\xe5\xc6\x98\xaf\x18\xc0\x39\xd3\xbb\x8b\xce\xa7\x8f\xd3\x33\x0a\x6f\x1c\x1a\xa0\x2f\x90\x3c\xf6\xcd\xa5\x9d\x10\x2f\x5a\x9d\x41\x4b\x13\x4d\x9b\xd6\x46\x3b\xca\xfe\xaf\xfd\x32\xd3\xae\xf6\x62\xf5\x47\x46\x6f\xd5\xff\xf4\x64\x46\xa4\xe5\x77\xe1\x66\xfa\x63\xd3\x07\x86\x13\x1d\x34\xdc\xc3\x84\xd1\x57\xe8\x2e\xa6\x6d\xa5\x5d\x50\x77\x1c\x44\xd2\x20\x65\xd5\x4e\x02\xcd\x51\xfe\xda\xf9\x13\xd5\x2c\x6b\x9d\x3e\x8d\x2a\xe6\x2d\x6c\x35\x30\xde\xf5\x4e\xaf\xbc\xc7\xe0\x74\x1e\xd0\xe2\x19\xb3\x5b\xa9\x92\x5d\xf4\xe2\x46\x2e\xed\x20\x7d\x55\x2d\x1e\xa5\xa7\x1d\xaf\x4c\x48\x19\xa0\x65\x99\xbd\x22\x36\xd2\xfe\x31\x2c\xdc\x41\xa1\x36\x6a\x55\xce\x31\xd4\x25\xca\xc0\xe9\x73\x29\x3f\xf9\x67\x5b\xaa\x18\xff\x1d\xdf\x52\xf1\x8e\x01\x0e\x6c\xd2\x94\xd0\x3f\xf5\xcc\x12\x17\xd0\x31\xed\x4d\x54\x11\xed\x47\xf3\x66\xe4\x4b\x5a\x61\x9d\x39\x65\x25\xcd\xa3\x6a\x5a\x78\x23\xf5\xb2\x99\xb0\x63\x31\x35\xd3\xb0\xd5\x79\x15\x65\xa8\xc4\x6a\xfa\x6a\x8a\x4e\x90\xd1\xfc\x90\xf1\x78\x54\x51\xb1\x85\x91\x34\x92\xae\xfe\x8f\x7e\x69\xf0\xbb\xe8\x0c\x3d\xb0\x77\x1f\xe5\x13\x6d\xa0\x03\x8f\x4c\xa5\x85\x35\x33\x93\x9b\xa8\x0f\xea\xe8\xe1\x07\xa9\xb8\x4a\xde\xf6\x3b\x94\xdf\x65\xef\x9d\x97\x50\x7c\xd5\xfb\xa7\x27\x53\xfe\x11\x74\xb6\x99\x64\x79\x79\x2f\xaa\x57\x48\xff\x14\xa4\xea\xad\x24\x16\xc4\x45\xe9\x0d\x71\x1e\x6a\x2b\xfd\x94\x68\x3b\xba\x0f\xfd\x5d\xf0\x07\x1b\x99\x7a\x99\x3f\x86\x9f\x1c\x91\xcd\x6b\x27\xb4\x6c\xff\x8f\x7b\x0a\x0c\x5e\xb5\x88\x5b\x40\x3a\x39\xd9\x89\xfd\x11\xbe\xd8\x3a\x56\xd8\x83\xa4\x56\xe5\x49\xb3\x50\x75\xba\x6c\x89\x23\xfa\x8a\x34\x40\xf4\x1e\xf3\x86\xbe\x53\x78\x16\xb7\x06\x0d\x0b\x0c\x78\x64\x6a\x32\x1f\x22\x5c\x8e\x98\xc3\x23\x80\x9b\xb6\xab\xb8\x6a\x12\xec\x78\x9b\x1b\x0e\x55\x4f\xfe\x87\x7d\x93\xec\xd9\xf2\xba\xd0\x16\xbb\xa3\xb2\x5e\x72\x03\x67\xaf\x1d\x12\x9b\x71\x7f\x24\x46\x11\x09\x7f\x92\x56\x25\x8c\x21\xd4\xa3\xbe\x08\xbc\x89\x6d\x29\xaf\xf9\x2b\xc1\x0b\xe1\xdd\xbc\xf5\xa4\x27\xdb\xf7\x73\x13\xa0\x67\x8e\x1d\xdc\xf9\xf0\xc5\xc9\xf6\xec\x5a\xf2\x83\x66\x86\xe4\x14\xc4\xab\xf0\x11\xd7\x43\xaf\x34\x11\x22\x0d\xec\x2b\x8e\x10\xf2\x60\x29\x95\x24\x80\xe1\x2f\xc8\x67\xfc\x3c\x32\x98\x02\xf0\x52\x29\xb3\xc2\x67\x72\xe9\x14\xb1\xcf\x49\xce\x49\xea\x4c\x47\x12\x07\x45\x65\x4f\x0e\x67\x3b\x52\xe9\x8d\xdf\xc4\xa7\x99\x65\xe5\x67\x44\xf5\x4c\x42\xc9\x2b\xa1\x9e\xe9\x2d\x9a\x26\x28\x61\x7c\xa1\x1c\xe2\x6b\x19\x27\x11\x77\x78\x5a\x46\x5b\xb2\x1d\xd7\xcc\x68\x38\x90\xc0\x39\xcf\x28\xf5\x89\xe1\xfc\xc3\x28\x72\xcc\x64\x57\x31\xca\x27\x37\xb3\x72\xe8\x01\x0d\xf6\xa2\x07\xa2\xad\x66\x17\xe1\x39\x21\x4e\x45\x12\x0c\x0b\x4c\x82\x66\xfe\x08\x7f\x84\xbc\x9c\x77\x91\xf7\xa1\x60\x84\x7b\x97\x17\x90\xb4\x96\xf3\x96\xab\xdd\xdf\xc4\x59\xcc\x79\xed\xfd\x99\x1d\xc5\x39\xe2\x88\x64\x8d\x72\x66\x4e\xd9\xce\x2c\x66\xfc\xad\xfd\x9f\x70\x42\x4d\x37\xbe\x12\x3c\x54\x7d\x2c\xde\xc2\x1f\x57\x1e\xe1\xa9\x78\x77\x15\x22\xc8\x93\xfb\xa2\xe8\x74\xfe\x4c\xce\x4f\xd9\xe2\x84\x06\xce\x7c\x69\xde\x3e\x06\xdb\x4f\x3c\xe0\xbd\x92\x85\x15\xed\x76\x9c\xcf\x3c\x25\xe4\x4f\xe1\x33\xb4\xec\x80\x6a\xad\xd0\xb5\xca\xa1\x54\x2b\xf0\xb5\xf0\x8a\x26\xf8\xfb\x4d\xaf\x39\x4c\xde\x7e\xa3\x1b\x78\x80\x7b\x58\x9f\x9d\x1b\xce\xc9\xd2\xb4\xc4\xaf\x65\x33\x55\x5f\xf7\x06\xb0\xaa\x8a\x83\xb7\x6d\x66\x5e\x2b\xfa\xbb\x52\xc2\xb4\x29\x94\x4f\xe9\xa6\x3f\xe2\x6e\xaf\x94\x0a\x5d\x3a\x0a\x74\x66\xc1\x3f\xad\xab\x65\x36\xfc\xd9\x8d\x03\xac\x2a\xde\xb4\x3a\x67\x42\x31\x77\x72\x15\x29\x7b\x90\x63\x5b\x7e\x2e\xf6\x1c\x7b\x65\x99\x5d\xd8\x6c\xd6\x2e\x3d\x75\xeb\x26\x66\x86\x86\xb9\xe2\x15\x83\xa6\x30\x4e\x39\x41\x0f\xe6\x5d\xaa\x10\x0a\x17\xf6\x27\x68\x7b\x05\x93\xba\x87\x0b\x37\xf3\xbe\xb6\xff\x66\xde\xe5\xfe\xdb\x62\x85\xbf\xc9\xb9\x5b\xff\x2b\x7b\x1e\xfb\x51\xf5\xa3\x58\x2f\xd6\x2b\xcb\x99\x50\x29\x6b\x4a\xd9\xb8\xd7\x28\x73\xa5\x7e\x68\x45\x33\x63\x8d\x72\xeb\x94\xbb\xb4\x27\xfc\x2c\x4b\xa3\xe0\xef\x09\x81\xe6\x37\xff\xe5\x60\x9b\x94\xcd\xbb\xde\x5b\xc9\xf4\xe1\x76\x77\xe6\xe2\x83\x39\xe5\xad\x73\xb2\x8a\xd8\xfa\x86\xd2\x98\xb3\x2c\x6d\x8d\x7b\xe8\x26\x66\xad\xe5\xae\x17\x8b\xd1\x63\xdc\xbc\xc2\x48\x37\xaa\x52\xa6\xce\xa6\x1d\xe5\x77\x1a\x89\xfa\xcb\x79\x9d\x4a\x17\x6d\x75\xc1\x4a\xe1\x5a\x75\x31\x82\x48\xdd\xac\x12\x20\xef\xa2\xc1\x62\x26\x3a\xe5\xd8\x12\x39\x06\xf3\xe3\x08\x2c\xcb\xc2\x35\x04\x9f\x94\x82\x84\xd4\x4d\xa7\xc5\xb7\x89\x3f\x96\x1e\x11\x67\x93\xa2\x00\x80\xf7\x9b\xbc\xd8\xf0\x5a\xbf\x05\xf1\xab\xd8\xa8\x5d\x8e\x5a\x2e\xa8\x57\xcf\x47\x6f\xa6\x0c\xaa\x16\x60\x22\xd1\xb3\x8b\xed\xb0\xc5\xe9\x9d\xf2\x85\xb8\x57\x47\x56\xcb\x16\x13\x8e\x06\x33\xa5\xde\xc4\x91\x4d\x4a\x71\x35\x69\xde\xd2\x00\xb1\x1f\xe4\x02\x00\xbc\x27\xe4\x1c\x43\xa4\xce\x80\xc9\x2e\xb6\xd5\xc8\xb1\x81\x82\xd5\x25\x0a\xdc\x62\x8a\x9f\xb2\x0c\xf7\x09\xa5\x56\x34\xe0\xff\x97\xbe\xbf\xa8\x95\x68\x15\x75\xb6\x70\x00\xf4\x0a\xde\x25\x79\x4b\x8a\xd9\x94\x21\xce\x81\x32\x96\xba\x8a\x01\x78\x17\x00\xf0\x5a\xc8\x5f\xf4\x63\xda\x62\xd2\x74\xf9\xa0\x5a\x4e\x12\xf1\x3e\xa9\xaa\x48\x5f\xc9\xeb\x8b\x07\xa0\x34\xa4\x59\x7e\x03\x7a\x9e\x86\x96\xbd\x80\xb9\x51\xb3\xa5\x7f\xc8\xdb\x83\x86\x24\x3b\xc9\xe3\x9b\x96\x88\x4e\x52\x10\x4b\xbd\x45\xfe\x94\x3f\x00\xc0\x9b\x4f\xcd\xd7\x95\x6b\x78\xf4\x98\x22\x7e\x89\x91\x9e\xcc\x1d\x56\xf6\xd0\x63\xe1\xb9\x8a\xbb\xf4\x40\x44\x55\xd1\x5f\xfa\xae\x54\x99\xcc\x9e\x9e\x18\xb9\x4f\xea\x4f\x17\x05\xb9\x89\x85\xf4\xfa\x8d\x83\xa2\x85\xf4\x6b\x4b\xdd\x84\x04\xc6\x6a\x00\xe0\xe6\xd2\x7e\x6a\x97\xa8\x07\xf8\xf6\x32\x4f\xd5\x19\x5e\x3d\x87\x5e\xfc\x82\xe7\x40\xfa\x4f\x31\x87\x4b\x2d\x30\x14\xf9\x70\xfe\x97\x52\x56\x98\xc2\x61\x1c\xa6\x48\x84\x9c\x15\x81\xc5\xa2\x9b\xec\x81\x8d\x39\xc2\x58\x36\x69\xe9\x16\x41\x21\x5b\x05\x6c\xe7\xe8\x18\xb0\x3a\xa4\xa4\xb5\x38\x5d\x1a\xae\xbc\xa9\x58\xcf\x2a\x57\xfc\x29\xba\x0d\x7a\xc8\x5d\x64\xd9\xf9\xb6\xb2\x83\x85\x40\xb2\x8f\x94\x22\x69\x3b\xb4\x57\xdc\x20\x46\x05\x94\x0b\xbf\x8b\xb6\x78\x9c\x11\x20\x85\xc1\x4b\xa7\xf0\xd1\x02\x34\x20\x67\x2b\x59\x52\x55\x68\xc9\x1e\xd3\x88\x38\x5e\x19\x61\x54\x33\x46\x14\x88\xd2\x54\x42\x41\x91\x5c\xb7\x28\x17\x53\xd8\xa1\xbe\x90\x38\x22\x79\xa6\x2a\x39\x38\x4d\xbc\xa8\x18\xb1\x4b\x23\x4c\x94\xa7\x78\x58\xf1\xcf\xca\xfe\xb5\xd3\xf3\x6a\x25\xc5\xc0\x69\xd6\x79\xce\xc1\x62\xb6\xea\x65\x93\xa3\x50\xa6\x9c\x51\xef\x49\x07\x14\xab\x6b\x36\xe2\x4e\x14\x05\x54\x3a\x65\xbf\x2c\x4c\x2c\x9f\x97\x90\x20\xe1\x97\xcd\x08\x3f\x2f\xea\x28\x5d\xe4\xcf\x15\x7c\xd4\xc6\x6f\x70\xe0\x1f\x2c\x91\xd8\x59\xf1\x16\xcb\x1e\x02\x8f\x58\x2e\xdc\x2e\x45\x97\xea\x6c\x47\x9e\xe0\x64\xf1\x8b\xd6\xdd\xb4\x6d\x8a\x19\x8d\xbf\x70\xd3\x8b\x1c\xea\x8c\xd9\x3b\x0b\x37\x57\xef\x88\x3f\x21\x39\x6a\xb9\x1f\xbe\x47\x44\x33\xe9\xfd\xe7\x09\xda\x0d\x7a\xf7\x3e\xfe\x74\xed\xb6\x25\x97\xb9\xdd\x72\x2f\xe0\x0b\xf3\x34\x6f\xa7\x62\x96\xaa\xba\x6f\x9a\xc0\xa1\x78\xb8\xab\x8f\xaa\x90\x3f\x6e\x0f\xc0\x22\x64\x6f\x9a\x1b\xb2\xda\xa4\xdf\x1a\x66\xc6\x87\x49\xe6\xd5\xe4\x1f\x78\x2c\xda\x54\xf1\xd9\xaf\x5f\x10\x67\xb6\x76\x27\xf3\x74\xfa\xc0\x25\x7d\xdc\xb5\x0a\x9f\x49\xab\x99\x41\x3c\x99\x70\xa8\x36\x36\x7f\x01\x23\xb7\x2a\xb7\x20\x9b\xc8\xb7\xb0\x11\xdd\xf9\xd7\x4c\x3a\xd4\xbc\x54\x82\xa1\x05\x2d\x3d\x22\xd1\x0d\x63\x1d\x43\xf9\xea\xeb\xb8\x2b\x3e\x0c\xd5\x1c\x02\x7b\xad\x95\xe2\x36\xb8\x68\xee\x98\xc2\x42\x0a\x05\x00\xe1\x69\xf2\x35\x61\x54\xcd\x28\xe2\x2b\x63\x4e\xe5\x43\xd4\x3c\xe2\xb6\xf2\xbf\xe8\xf5\xf9\x1c\xd3\x1a\x4c\x58\xaa\xbb\x61\x1f\x56\x74\xe4\x80\x2e\x15\xf7\x2c\x34\x42\x4d\x27\x44\xfb\x24\x28\xcf\x13\x47\x5c\x3e\x28\x8c\xa4\xb9\x73\x1f\x2b\xd2\xa0\xe9\x00\x20\x34\x53\xa6\x08\x1e\xd5\x6c\xc7\x00\xf4\x9a\xca\x68\xcc\x0b\xc2\x9d\x72\x08\x7b\x26\xdf\xb5\xac\x05\xd7\x9c\x72\xbf\xf4\x01\xbe\xeb\xc8\x34\xed\x6f\xc2\xed\xd0\x79\x6a\x47\x70\xae\x8f\xa7\x92\x48\xf2\x75\x79\xa4\x38\x02\x1d\x98\xfb\x59\x31\x0b\xb6\x03\x00\x61\x36\x25\x9f\xff\xb6\xda\x0d\x8c\xa0\xf5\x57\xa4\x83\x97\xf1\x1f\xcd\x66\x52\x40\x5e\xaa\xf1\x1a\x69\x20\xc5\xbd\x74\x0a\x14\x1d\x95\xab\x5d\x07\xdb\x86\xc8\x4a\xa2\xe1\x3b\xde\x77\x8a\xfb\xc9\x62\x97\x41\xb9\x85\xb2\x65\xde\x32\xf9\x36\xca\x3d\x00\x10\x9c\xa2\xd6\xf2\x3e\x54\xed\xa1\x5e\xa1\x9e\xb7\xc0\xd4\xaf\xf8\xc9\xa6\x1e\x9a\x55\x2e\xcf\xf0\x99\x36\x3f\xb9\x40\xef\x4a\xf3\x89\x1c\xd0\xc4\xd3\xe8\x7b\x26\x54\x45\xb4\x3b\xde\x44\xc5\x6f\xba\x8b\x8b\xb6\xe8\x1e\x9d\x3d\xcf\xaf\x68\x17\x7d\x02\x00\xf8\x13\xf4\x45\xdc\xb7\x95\x09\x9c\xaf\x94\x13\xe5\x26\x8e\x12\x37\xbd\xec\x05\xc7\x39\xa7\xcc\xb0\x86\xdd\x9b\x54\xa6\x4b\x67\x67\x46\x4e\x55\xab\xd9\x5e\x7b\x92\x95\x57\xd8\x4b\xbc\x6d\x14\xfe\xac\xbf\x2e\x79\x45\xf3\xd8\x8b\xe6\x1d\x93\xed\x62\xbd\x05\x00\xbe\x1b\x03\xe4\xe0\x2a\xf6\x17\x4d\x27\xc7\x98\xcb\x0a\x7f\x61\xca\x8d\x1f\xa5\x8f\xb2\x8f\x96\x6e\x94\x0c\x27\x42\xda\x7c\x71\xcb\x61\xa0\xa4\x52\x74\x7c\x37\xb7\xf8\x89\xf0\xe5\xb6\x5c\xf9\x7e\xa1\xb3\xcb\x02\xd9\x6c\xc1\xd5\x79\x6c\xe9\x7f\xbc\xe7\x00\xc0\xb3\x65\x1d\x60\x9d\xb2\x54\xe8\x27\xa0\x53\xa6\x1f\xba\x35\x68\x6f\xe3\x3e\x4d\x64\xd6\x14\x3d\xb7\x04\x9f\xb0\x5b\xd3\xa7\xac\x38\xf8\x4a\xf5\x43\xf1\x29\xb8\xa4\xd8\x5b\x9e\xb4\xb5\xae\xc8\x28\xfb\xbd\xa6\xb8\xf0\x90\x6c\xde\xbc\x28\xc9\x2f\x91\x2b\x00\x70\xb7\xb3\x87\x99\x3b\x2d\x31\x35\xd6\xa4\x30\x93\xb9\xb2\x08\x39\x64\x78\x65\x59\x94\x61\xd6\x3b\x98\xe4\xf1\x93\x35\x11\xc6\x65\x11\x27\x55\x62\xfd\x60\x90\x46\x71\x41\x5b\xe4\x75\xa1\x68\xb5\xba\x79\xf5\x6d\xe9\x29\xe5\x8e\x79\x93\x25\x3e\x92\x1b\x00\xc0\xe1\x72\x5e\x33\x44\x16\xfb\xc6\x3b\xa0\xda\x84\xad\x77\x41\x2e\x34\x0c\xd5\x64\x66\x4c\xd3\xbd\xab\x2c\x8f\xc3\x68\xec\xca\x5f\x47\xec\x56\x45\x99\x0e\x05\xb9\x2b\xe4\x86\x6f\x5e\x28\xd9\x63\xfd\x9a\xd5\x6c\x29\xb6\x24\x62\xee\x75\xf1\xa8\xf4\x0d\x00\x70\x1c\xb9\x09\xf4\x8f\xe5\x0f\xda\x6d\xc1\xe9\x26\xdf\x16\x4f\x04\xcf\x20\x6c\x0c\x3a\xc6\xd6\xb5\xd4\x45\xc5\x4d\x52\x5f\xad\xc6\x84\x3f\x55\x59\x55\xb4\x06\x3e\x54\xf8\x9b\xff\xf3\x72\x97\x51\x0d\xb7\x57\x1f\x95\xfc\x52\x7f\x9a\x7b\x5e\xec\x52\x78\x06\x00\xd8\x5a\x6e\x0d\xe1\x5d\xf7\xcc\x82\x20\x84\xb0\x7d\x33\x22\x35\x83\xd3\x8c\x43\xd2\xe3\x3f\xd6\x8f\xa1\x86\x0f\x8d\xd7\x2c\xc7\xac\x0e\xf1\xae\x38\x86\x6d\xd8\xa1\x31\xf5\xe2\x0f\x6d\x58\x67\x88\x27\x4e\x73\x70\xd1\x3d\x07\x55\x36\x64\x4d\x11\x64\x01\x00\xc9\x6e\xca\x29\x42\x57\x17\x16\x79\x0d\x11\xdb\xd6\x80\x1a\xcd\x48\x6f\xfa\x83\xee\x8d\xbf\x50\x9f\x84\x39\x7e\xa8\xb3\xba\x1b\xfb\xbf\x90\xe5\x15\xd3\xf1\x01\x3b\x38\xa6\x34\x42\xe3\x86\x95\x86\x59\xe0\x2a\x07\x77\x9d\x8e\x84\xb7\x31\x6b\x42\x60\x6f\x00\x90\x2c\xa1\x5c\x23\xe0\x3a\x1f\x61\x44\x88\xe5\x6d\xeb\xb1\x71\x19\x1b\x9a\x38\x38\xfb\x78\x63\xdd\x3b\xdc\xfb\x43\xe2\xea\x03\xf8\xd7\x7b\x7e\x58\xca\x88\x33\x77\xe4\x96\xfd\x05\x83\x37\xcc\x2b\x6d\x21\x51\x1d\xbc\x74\xbb\x20\x83\xcd\xa0\xfa\x05\x79\x35\x00\x88\xaf\x52\x57\xe2\xff\xed\xb8\x04\x1e\x2e\xd0\xb5\x6e\x00\x9b\x8f\x35\x36\x1a\x48\x36\xf1\xee\x75\xb3\x48\xc2\x43\xeb\xab\x30\x90\xfb\x9e\xca\xf2\x73\xd0\x87\x1d\xae\x65\x6e\xf0\x45\xf7\x0f\xfa\x27\x64\x8b\x43\x80\x36\x8f\x42\x9a\x39\xa5\xe4\x2b\x95\x01\x00\x62\x07\xda\x06\xbc\x7f\xfb\xbf\xd4\x88\xfc\xdf\x2d\xbb\xa8\x09\xc7\x96\x37\xd4\x52\x73\xe3\x6a\x6a\x57\x52\x05\x07\x7b\x2b\xa5\xd4\x73\x7b\x82\xcd\xaf\x68\x2e\xdb\xef\x1b\xc3\x69\x06\xf7\x33\x7a\x2b\xba\x93\xc3\x3e\x0d\x95\x7e\x69\xe6\x01\xd5\x23\xc6\x5c\x00\x10\x05\xd3\x41\x9c\xac\x6d\x82\x7d\x2d\x3f\xb2\x39\x8e\x8d\x4b\xa7\xd4\x9f\x66\xcf\x8f\x5b\x5a\x13\xc0\x1a\x3b\xe8\x5b\xd1\xc6\xaa\xdc\x3d\x6e\x9e\xcb\x52\x6f\xe7\x18\x70\xac\x6a\xf7\x12\x9d\x3b\xeb\xa1\xc3\x01\x75\x21\x1b\x31\x53\xab\x1c\x61\x51\x01\x40\x98\xc6\xe8\xc0\x1a\x5a\xdb\xa4\x94\xbc\xf8\x26\x2f\x49\x77\x1a\xbb\xae\x5d\x7c\x33\xd6\xb3\x7a\xa3\xe8\x6b\x04\xd2\x62\x12\x6d\xde\xbd\xc6\x34\x45\x28\xf4\xf9\x59\x9a\x23\xb4\x76\x0f\xd1\xce\x13\x9c\x71\xd8\x57\x12\x21\xf8\x3c\xf3\x6d\x71\x20\xd7\x04\x00\x02\x77\x56\x20\x26\xa2\xe5\x89\xc6\x3d\xd7\xb5\x31\xb3\xa4\x27\x95\x5a\xfb\x42\xb5\x23\x66\x67\x55\x4a\x71\x5f\x78\x61\xf9\x65\x45\x4c\x70\x4a\xd9\x56\xf9\x02\x9f\xa3\xfa\xd2\xa2\xe9\x6e\x37\x35\xbe\xb2\x5c\x87\xe5\xaa\x54\x69\xf7\xac\x39\x8a\x85\x02\x6f\x00\xe0\xfb\xb3\x51\xe8\xf0\x96\xad\xe5\x8f\x73\xdc\x1a\xae\x98\xbe\xa5\x80\xb5\xb1\xc6\x6f\x47\x77\x57\x5e\x2c\x7d\x7b\xa0\xb6\xdc\x47\x3f\x25\x48\x69\xac\xd0\xee\xf7\xae\xd7\x2f\x50\xbf\x71\x8b\x50\x97\xab\xae\xdb\x0f\x29\x1b\xe5\xea\x59\xb3\xe5\x4b\x45\x09\x00\xc0\xe3\x72\xd2\x50\x77\x9b\x7f\xd6\xf8\x67\xb7\x36\x48\xaa\x6c\x52\x80\xda\xc5\x96\xb1\xe8\xf1\x4a\xae\x59\x76\x60\x8f\xf9\x4d\x19\x14\xe4\x67\x8c\x33\x54\x79\x1f\xd3\x9d\xd3\x77\xb8\x2d\x55\x47\x68\x30\xf6\xa5\xca\xd0\x62\xcf\x59\x0b\x8a\x64\xe2\x10\x00\xe0\xd9\x73\x8e\xa3\x88\xcd\xbd\x8d\x33\xb2\xf7\x35\xec\xa9\x2b\x4d\x36\xd4\x8c\xd5\x6c\x89\xa6\x56\x7a\x56\x3e\xdc\xff\xc3\x2c\xb3\x74\x06\xfe\x35\xfc\x32\x6b\xbc\xb7\xe9\xb2\x8d\x4d\xae\x7f\x4a\xee\xea\x98\xf6\x25\xc5\x03\x4a\xca\xac\x6d\xb2\x87\x92\xa9\x00\xc0\x55\x72\xfe\x20\x42\x06\xa7\x23\x96\x65\xce\xed\x9d\x8c\x9c\x9f\xb8\xbf\x73\x2e\xca\x36\x6a\x65\xab\x33\xda\x73\x2f\xbb\x71\x03\x86\xbd\x2b\xaf\x76\x23\xf6\xb7\x57\x6a\x65\x30\x5e\xbe\x56\x6b\xee\x26\xee\xb4\xdb\x5e\x76\x18\x3c\x6b\x45\xd0\xdd\x82\x33\x01\x40\x8a\xa4\xae\x44\xac\x19\x20\xa2\xe4\x19\x5f\x7a\xd8\xe8\xd4\x44\x9f\x0e\x03\x66\x53\xd4\x3f\x2d\x3d\x58\xc7\xbd\xc4\x86\x51\xdc\xf6\x5d\xa9\x35\x97\xf0\x34\xaf\xc4\x8a\x17\x84\x47\x6b\x0d\xe6\x74\x70\x9f\x5d\xa8\xf1\x0f\x49\x6f\x65\xd0\x71\xe1\x5b\x00\x20\xdd\x46\x75\x28\xf8\xd5\xff\x1f\x76\x53\xc6\xe5\x9e\x69\xd8\xbb\x89\x0e\x1d\xae\x38\x56\xe4\xb7\x96\x50\xfc\xf6\xbd\xa9\x0d\x71\x84\xd5\xbb\x0e\xd6\x64\x10\x7d\xbc\xa2\x2a\x68\x60\xce\x5a\x83\x19\x20\x19\xec\x22\x8d\x5a\x68\xc4\x6a\x48\xb7\x82\x5c\x09\x00\x92\x37\xd4\x94\x02\x43\xdf\x3d\xd0\x90\x41\xe9\x9e\x0a\xbe\x4c\xb8\xd8\xbe\x95\xb4\x31\xb2\xa5\x39\x91\x54\xb5\x77\x4d\x3d\x04\x05\xed\x5a\x55\xcd\x85\xa7\x78\x6d\xb5\x94\xc1\x8f\xd6\x6a\x4c\x8e\xe4\x41\x3b\xb4\xa1\x89\x52\x61\x3d\x43\xeb\x48\x1d\x01\x00\x89\x1b\x2d\xb9\xc0\xad\xf7\x36\x35\x35\x63\x5e\xd7\x14\x6a\x4e\x42\x7e\xdb\x56\x6a\x4e\x64\x6c\x53\x26\x95\x1b\x76\xbf\x4e\x48\x3d\xeb\xff\xbc\x4a\x4d\x73\xf1\xb2\x29\x6f\xa6\x55\xac\x95\x94\x6d\xa4\xfb\xd9\x95\x94\x56\x30\xe6\x5a\xa7\x68\x00\x86\x3d\x00\x88\xf7\xd2\x8d\xf9\xbd\x3d\x8f\xd9\xf5\xc7\x0c\x9d\xf3\xd8\x7b\xe3\xff\xb4\x06\xb3\x9e\x1f\xfe\xda\x48\x62\x55\x84\x09\x6a\xcd\x2c\x91\xbf\xa1\xb2\x89\xc5\xde\x72\xc3\x7c\x92\x65\x59\x4b\x35\xfa\xb1\xfe\xda\xf5\xeb\x4b\xd8\xa3\xd6\x9d\x25\x37\x59\xd1\x00\x20\x4a\x60\x5c\xc9\x7b\xdd\xdd\x2c\xf9\x2f\x7d\xbc\xfd\x95\x64\x59\xfc\xce\x16\x7b\xb1\xdf\xe1\xe0\x86\xc3\x22\x54\xe8\xab\x1a\x58\x78\xc6\x7f\x49\x85\x50\xb8\x7d\x0b\xce\x64\x12\xdc\x5f\x7b\xd8\x60\x23\x78\x6a\x77\x47\xb7\x45\xd0\x38\x63\xa9\x2a\x90\xeb\x04\x00\xc2\xe5\xac\x5d\x79\xd3\xba\x6a\xd5\x2b\xd2\xbe\xb5\x7d\x51\x99\xe3\xf2\x9b\xbd\x94\xeb\x0e\xd1\xea\x73\x14\xe7\x42\xbd\xab\xe5\x72\xa5\x1f\xd5\x52\x59\xc4\xf0\xfc\x59\x36\x2c\xeb\x5c\x6b\x5b\xba\x58\x16\x62\xf7\xaf\x76\x89\xe4\xec\x8c\xa4\xe2\xdf\x7c\x34\x00\x08\xd6\xb0\x0f\xe4\x2e\xed\xfc\x60\x3e\x9c\xe6\xd2\x16\x5c\x96\x12\x6b\x69\x12\x1a\x72\x0f\x9e\xa8\xeb\xd3\xcb\x43\x78\x55\x0f\xb4\x2f\x7d\x9f\x95\x4f\x68\xe8\x9e\x70\x99\x83\x7a\x97\x4b\xbb\x3e\x53\x79\xca\xae\x4d\xb3\xbf\x68\xcd\x0c\x9a\xe2\xbd\x30\x1e\x00\xf8\x19\x9c\xb5\x39\x55\x9d\xcd\x55\x09\xa9\x03\xad\xdf\x2b\xdc\x63\xc3\x9a\x7c\xca\x27\x1f\xcc\xaf\x4b\x37\x4d\x0a\xf1\xa9\x62\x19\xbd\x7d\xcd\xe5\x96\xd2\x16\xcf\x50\xe3\x59\x1d\xcd\x45\xa9\x9f\xa6\x9e\x66\xd7\xac\xbe\x26\x97\xce\xd0\x2b\x92\x45\x1e\x00\xc0\xfb\xc5\xa1\xe6\xf8\x77\xe6\xd4\xdd\x48\x3d\xd6\x5a\x51\x43\x8e\x99\x68\xbc\x57\xe5\x79\x70\x7d\x1d\x50\xb1\x2a\x64\x52\xd5\x92\xf2\x10\x5f\xb0\xdc\xdb\x34\xc7\xd3\xdd\x98\x60\x98\xed\x52\xa8\xe3\x6a\x2e\xda\x5d\x52\x6f\x56\xf4\xce\xb8\x2a\x6f\x10\xdd\x03\x00\x1e\x96\xd3\x9e\xb5\x74\x64\x1a\x72\x49\xd2\xd3\xc1\x4f\xc8\x07\xd1\x5e\xbd\xff\x43\xd5\x1e\x08\xef\xbc\x8f\xae\x0f\x9e\xd5\x3a\x88\x79\xb8\x3d\xb2\x51\x8d\xf3\xf3\xe8\xab\x15\xe0\x07\x9c\xa0\xca\x2f\xc4\xa3\x0b\x48\x96\x5b\xe0\xa9\xa9\x9f\x4a\x8d\xf0\x35\x00\x28\xc4\x51\xbd\xb3\xfe\x39\x01\xa3\xa9\x49\x0f\x07\x41\x8c\x7d\xb4\x57\x2f\x0d\x33\x74\xe0\x60\x27\x12\x2b\x09\x9e\xdb\x1a\x89\xe3\x6f\x8f\x6d\xdc\x84\xef\xf4\x38\x55\xeb\x4c\x9c\xec\x24\xa8\x54\x82\x29\x0b\x8a\x2c\x58\x92\x7c\x9a\x63\xe9\x6e\xb2\x27\x00\x14\x7a\x52\x3d\x32\x7f\x1e\xff\x84\x9b\x95\x74\x75\xe0\x37\x8e\x1b\xbd\xa1\x77\x36\x7e\xf2\x81\x7d\x1d\xbf\xf0\xea\xe0\xd9\x2d\x8f\x09\x59\xdb\x63\x1b\x8e\x13\xb3\x3c\xce\xd5\x74\x82\x1c\x27\x55\xe5\x1a\x52\xdb\x82\xfa\xf2\xdf\x50\xdf\xb4\xdd\xfa\xeb\xe4\x77\x00\x20\x7d\x4c\x45\x65\x8e\x0d\x3f\x25\x6d\x4c\xaa\xef\xff\x48\x8a\x89\xb6\xed\xb1\x22\x31\x0f\x6c\xe8\x98\x4e\x7a\x1a\xf4\xa5\xf9\x3b\x84\xda\xbe\xaf\xfe\x26\xec\xe8\x71\xbe\xfa\x0c\xfc\xc9\xa9\xa6\x62\x0b\x79\x7c\xc1\x63\xf3\x07\x4a\xd7\x34\xa5\xee\x34\xf5\x29\x00\x48\x17\xd2\xf2\x33\xa5\x43\x23\xd4\xd3\x49\xd8\xbe\x3b\xd4\xae\x23\xb7\xbb\xbe\x53\xcb\x0f\x00\x6d\x7f\xa9\xad\x41\x57\x9b\xbe\x53\xdf\x6c\xdf\x5c\x77\x83\x16\xe0\x31\x54\x75\x9c\xd6\xe7\xd4\x65\x59\x47\xcf\x58\xb8\xc8\x34\xc6\x08\x99\xf6\x52\x5b\xc2\x98\x07\x00\x12\x17\xba\x25\xf3\xe8\x60\x37\xfb\x45\x92\x57\xef\x4d\x36\xea\x88\xae\xf3\x13\xeb\xef\xfe\x33\x6d\x00\xab\x3b\xa8\xa2\x71\x82\x65\xd8\x6e\x5b\x7b\x8b\xa5\xf2\xa8\xaf\xec\x67\xf5\x3a\x0d\x96\xaf\x60\x7b\x2d\x0c\x2c\xab\x64\xf7\x4c\xf7\xd2\x24\xb3\x1c\x00\x40\xec\xca\x18\xcd\xa8\x1c\xd0\x4b\x2e\x26\x96\xf4\x54\x88\x9f\x1d\xb1\xed\x68\x11\x4d\xec\xdf\xd3\x32\x28\xda\x16\xb4\xb1\xa1\x5f\x58\xe6\xd3\x5a\xa3\x15\xae\xf2\x40\x55\x50\x04\x4f\x9d\x06\x4c\x27\x85\x1e\x0b\x35\x46\x6b\xc1\xf2\xe9\xad\x25\x9d\x9c\x0e\x00\x10\x3e\x63\x6d\xcd\x58\xdf\x1f\x57\xa2\x4a\x9c\xd6\xcd\x51\x4d\x89\xc2\xb6\xd7\x14\xd3\xf6\xb5\x35\x77\x2b\xb6\x06\xd6\xd6\x77\xc9\x9d\x7d\x02\xaa\x35\x45\xde\x1e\xcb\x2d\x74\x59\x8d\x53\x59\x59\x6b\xe1\x87\x85\xa3\xa5\xa7\xc4\xad\x56\x33\x55\x09\xbc\xb3\x00\x20\x78\xc6\xf6\x3a\x76\xb8\x4f\x6a\x3a\x9a\x90\xd2\xd5\x69\xdc\x1f\xf9\xb2\xed\x5e\xe9\xa1\x7d\xee\x4d\x2f\x74\x86\x40\xd7\xba\x27\xda\xf5\xde\x37\xaa\xae\x68\x66\x6d\x38\x53\x7e\xb2\x84\xed\x04\x1a\x1f\x17\x37\x2e\xbc\xad\x3f\x53\x58\x6b\x15\xa6\x0c\x15\x30\x01\x40\x60\xcf\xfe\x5f\xfa\xc3\xbe\x90\xca\x39\x09\xd6\x5d\x49\xe5\x37\x22\xab\xdb\x40\x53\xcb\xde\x8f\x4d\x54\xe3\xc3\x80\xaf\x75\x04\x43\x8c\x77\x6d\x55\xae\x7e\x70\x43\x6d\x79\xaa\xf6\x80\x13\xc2\x88\x55\x99\x17\xbe\xd0\xef\x92\xbd\xb6\x42\x15\x77\x0a\xfd\x01\x80\xdf\xca\xf1\x4e\xc7\xf4\xfe\xa8\xdd\x11\x3f\xd8\xf9\xb7\xea\x69\x24\xbe\xcd\xa6\xa2\x6a\xef\x99\x26\x9b\xf2\x0b\x01\xd7\x6a\x7f\x98\x7e\x78\x2b\x2a\xff\x67\x2c\xdb\x60\x36\xbf\xd0\xd3\x9d\x98\x86\xc7\xea\x4d\x8b\x1c\x75\xa2\xa2\x09\xab\xc6\x62\x2b\xe1\x3d\x00\xe0\x7b\x70\x0a\xc6\x23\xd1\xca\x1c\xfb\x33\x08\x4c\x4e\xee\xed\xde\x1d\xd8\xb0\x7c\x49\xed\x55\xdc\x4a\x84\xb7\x36\x0b\x3f\x1d\xf9\x4d\x30\x05\xff\x13\x7d\x9e\x60\x45\x9c\x86\xad\x4b\xdd\x06\xae\xc0\x5b\xc2\x5e\x93\xfc\x88\xac\x0d\x4e\xd0\x3a\xd2\x7c\x6b\x0a\x79\x3a\xe9\xf4\x0d\x0e\x0a\x2e\xc8\x1a\x6d\x47\xe7\x21\x86\x7b\xb8\x98\x34\xd4\x8a\x5a\x27\x6c\x34\x1a\xab\xb9\x88\xdb\x87\x79\xcc\xcf\xc3\xa7\xe1\xa2\xf1\x54\x02\x1b\x7f\x3b\xa5\x87\xd8\x4a\xc4\x84\x41\xe0\x53\xf0\x83\xfb\x28\xe9\x3e\xe4\x68\x1d\x0e\xdf\x82\x24\xd7\xfb\x91\xe9\xe8\xe7\xa7\x9f\xa2\x20\xcc\x68\xf7\x28\x9a\x86\xbd\x59\x93\x8a\x91\xe1\xae\x6b\x66\x63\xab\xf1\xff\xf2\xce\xe0\xce\x12\xad\x70\x9f\xf0\x13\xe0\xe6\x94\x1d\x44\x5f\x52\x6e\xd8\x2c\x90\x02\x09\xdc\xf1\x24\x0a\x9c\x6c\xed\x0a\x2b\x61\xea\xd5\xb2\x82\x1a\xe8\xf5\xc9\x8f\x88\xcb\xb0\x67\xe7\x0b\x94\x2d\x9c\x57\xd5\x8b\xde\x08\x0f\x95\x94\x60\xd2\xc8\x6b\xb9\x74\x6c\x19\xb9\x14\xfb\x04\xf7\x91\xb2\x34\x39\x88\x10\x41\x91\x87\x06\x10\xcd\x94\xef\xee\x93\xc1\x6a\xaa\xab\xb5\x03\xf4\x9a\x52\x7a\xf9\x55\xde\x57\xb6\xdf\x48\x6c\x81\x1f\xeb\x51\x87\x1b\x42\xca\xc2\x56\x2e\x47\x5e\x65\x2d\x54\x2d\x45\xaf\x62\x9e\xe5\xb8\x61\xc8\x4c\x01\xe6\x04\xf6\x25\x73\x7f\xd2\x1a\x7c\x3a\x73\x72\x08\x8b\x70\x82\xd1\xe3\xa6\x25\x9e\x62\x84\x58\x7b\x40\xae\xb4\xd1\x8b\xd7\x72\x33\xa5\x31\xc7\xfd\xf2\x2e\x4a\x5c\xdb\x72\x0b\xfc\xc4\x53\x2c\x20\x42\x27\x7c\x5d\x6c\x40\xfe\x15\x3c\x63\x5d\x47\x13\xf8\xf7\xd1\xa5\x98\xaf\xbc\xdb\x09\x9f\x71\x85\xdc\xa1\x3d\xa7\xf1\xff\xe3\x9c\x70\xdb\x4e\xf8\x8f\x5d\x6d\x7d\x88\x84\x64\xdc\x3e\xff\x37\xe7\x40\xe9\xe3\xc1\xde\xdc\x32\xdd\xb9\xe6\xb3\x79\x5f\x35\xb5\xa6\x3f\x05\x09\x25\x18\xf9\x41\xc4\x15\xa5\x0f\x63\x14\x75\x58\xfe\x17\x39\x8e\xfe\x57\xd6\x11\x7f\x16\x4b\x97\x26\xee\x6e\xc6\x7d\x10\x2f\x71\xad\xc1\xdf\x15\xae\xb5\xa6\x81\x3c\x76\xd7\xd9\xd0\xec\x98\xa6\x49\x7d\x6f\x72\x46\xeb\x38\x8d\x7b\xf3\x3c\xab\xf7\x1b\xcb\xf2\x35\x96\xb7\x32\x07\x84\xad\x89\x46\x1b\x45\xaa\x4b\xff\x20\x16\xa2\xb7\x68\xd3\xe2\x08\x98\x0b\xaa\xee\xe0\x22\x5c\xb0\x62\xab\xeb\x54\xbc\xa3\x4c\x63\x2d\x23\x7e\xe2\x05\x8e\xae\xc9\xfa\x3c\x84\xef\x99\xc8\x89\xea\xdb\x5d\xbf\x31\xb7\xb9\xf3\x77\x69\x49\xfe\xfc\x56\x89\x74\x43\x01\xb7\xe1\x0f\xe5\x27\x72\x6e\xcd\xa1\x7c\x3c\xaa\xc9\x42\x89\x75\xc7\xec\x36\x96\x04\x35\x63\x3b\x75\xd6\xeb\xa9\x38\xb1\x2a\xcb\x5a\x47\xa4\x0b\x62\x4e\x1f\xc9\x3a\x3f\x9a\xd6\xe3\x99\xb3\xf6\xc4\xa9\xba\xf8\x5c\xda\xc0\x5f\xfd\xe9\xbc\x7b\x3d\xcb\x24\xd9\x05\xa1\xed\xb3\x29\xbb\x10\x17\x1b\x6f\xe7\x5d\x42\xe5\xd4\x90\x62\x1a\xd1\xdf\x2d\x53\x83\x52\xb0\xa9\xc6\xc9\xeb\x13\x70\x1b\xd4\x1a\xeb\x41\xe2\x7a\xe1\xbc\x53\x23\x59\x96\x8b\xd1\xdd\xfa\xec\x1f\x67\x53\x6b\x8f\xe7\x86\x9c\xf4\xd1\x6f\xcc\x2b\x19\xfc\x2a\xbe\x9d\xff\xb3\x87\x4c\xee\x47\x80\x6d\xd7\xf2\x12\x50\x36\x0d\xdf\x63\x52\xd1\xb2\xaa\x5f\x41\xfe\x98\xb7\xe6\x88\xf5\x59\xd8\x3a\xed\xd2\x19\x73\x09\x06\x61\xde\x95\x38\x5c\x62\x76\xeb\xc8\x5b\xdc\xeb\x5c\x7a\xe7\x3f\x78\x5e\xfe\xf6\xca\x6f\x84\x4d\x05\xef\x55\x0f\x09\x4f\x90\xdd\x9c\xd7\x44\x2d\x5a\x8b\xcd\x02\x53\xb0\xe2\x64\x2b\xd2\x66\x7c\x61\xe8\x66\xc8\x9a\x08\xbb\x7d\x80\xba\x48\x6b\xad\xd7\x90\xf7\x43\xce\x97\x05\xd8\xb4\xfc\xd7\x23\x2b\x71\x93\x10\xfb\x3a\x8e\xe2\xda\x90\x5d\x95\x61\x78\x3c\x7a\xb9\x6a\x07\x21\x18\xc3\xe3\x1c\x25\x5a\xe3\x96\x60\xee\x13\x1f\xe2\x2b\x92\xa8\xe0\x18\xf1\x50\x48\x0f\xa9\x13\x7c\xe8\x26\x84\x30\xd0\x5a\xab\x3f\xe4\x55\xd0\xfd\x4b\x3d\x98\x68\xf4\x81\x13\x87\xb1\xf6\x18\xbf\x76\x25\xf6\x19\x36\xb1\x42\x8c\xeb\xc2\xe5\x29\xc5\x78\x05\x9e\xc1\xee\x22\x20\x08\x9d\x98\xa3\xc4\x44\xe2\xe7\xc4\x5f\x60\x1c\x69\x67\xc8\x0e\x52\x34\x54\xe0\xb6\x03\x5a\x0c\x27\x58\x5d\x85\x9f\xc3\xfd\x17\xce\xa2\xc4\xd0\xa6\x61\x3a\xba\x00\xe2\xb6\xde\xc4\x64\x40\xe3\xe5\xbf\xb0\xe1\xb0\x67\xb1\x2b\x2e\x08\xae\x64\x41\xf8\x40\xb2\x07\x3a\x94\x10\x45\x1e\x4e\x9c\x45\xc4\x52\x0e\xed\x21\x80\x3c\xca\x55\xd7\x13\xa4\x7d\x54\x67\xab\x0e\x78\x3f\xe5\xcc\xf9\x57\xc8\x69\xac\xc3\x83\xd7\x90\xdf\x59\xb3\x5a\xe6\xa0\x7e\x31\x5b\xcd\x47\x31\x53\x98\x59\xf2\x46\xec\x12\xa6\x3b\xd3\x0d\xb7\x81\x69\x8d\xda\x84\x3f\xc2\x78\x9a\xb0\x98\x20\x60\xf4\xec\x7e\x42\xb4\x30\x0a\x5d\x59\x60\x36\x23\xc8\xea\x33\xc4\xa6\x7d\x3a\x7b\xbb\x80\x22\x71\xee\x3f\x81\x50\x8a\x57\x37\x05\x21\x87\x45\xff\x94\xd5\xa1\x1e\x09\x17\x14\xad\xc3\xd8\x0a\x1c\xe9\xb7\xb0\x5b\xf8\xc1\xc8\x05\xb8\x02\x5e\x6a\xfc\x54\x7c\x27\x37\x77\xb7\x17\xe1\x32\x47\xe8\xba\x89\x28\x62\x1b\xac\x5d\x48\xc7\x19\x7f\x46\x17\xe6\x47\xeb\x19\xbd\xde\x05\xe9\x5a\x5a\x7d\x2d\x02\xab\xc6\x1a\xf6\x20\x75\xaa\x54\xe9\x04\xea\x4a\x71\x38\xf5\x01\x66\x96\xdc\xa7\x20\x1e\x1b\x2b\x5b\x14\x7b\x0d\x57\x2d\x79\x19\xec\x81\xbf\x22\x1a\x5b\xdf\x43\x20\x0a\x17\x58\x63\xc1\xb3\xec\x0b\x27\x53\xf2\x92\x1a\x5c\xbb\x48\xf9\x9c\x9a\x47\xb5\x9e\x05\xd5\x95\x63\xba\x6f\x88\x0b\xe5\x3a\xf1\x33\x14\x50\x96\x40\xfe\x1f\x3a\xac\x74\x6a\x5e\x25\xc6\xac\x29\x8e\xa1\x61\x3f\xa9\x96\x07\xad\xc0\x3b\xca\x2f\xad\x5f\x8f\x6f\x97\xa5\x58\x2b\xc0\x75\xbc\xa0\x13\x7b\xf2\x80\x81\x9c\x0e\x56\xfe\xdc\x9e\xcc\xea\x25\x05\x4e\x1d\x7b\x34\xff\x43\xec\x69\xb1\x16\x7e\x43\x12\xeb\x6b\xe1\x35\xa8\xe1\xea\xf5\xb9\xb3\x30\x4b\xcb\xf9\x47\x77\x62\x73\x0c\xb7\x02\xfd\x70\x0a\x2d\x7d\x5d\x2d\x7e\xb9\xf2\x97\x75\x25\xb1\x4d\x10\x7c\x3c\x37\xf7\xe2\x29\xaf\xf6\x96\xbc\x27\xc3\xe7\xaa\x02\xf2\x3f\xf4\x6f\xd1\x38\x20\x66\x77\x31\x84\x9b\x90\x3e\xad\x65\x10\x02\x45\x6e\x30\xe6\x64\xa3\xaf\x55\x63\xa2\x07\xb0\xcb\xcb\xb7\x06\x7c\xc2\xf9\x1a\xf2\xd6\xf1\x70\x43\xea\xe5\xd6\xe7\x89\x71\x82\x9f\xc3\xe7\x72\x4d\x63\xf3\xda\xe7\xe5\x35\x8e\x46\x56\x9a\xf3\xbb\x4f\x24\xab\xd9\x05\x67\x06\xf6\x09\xca\x10\xaf\xba\xa7\x90\xfe\x43\x39\xb7\x4a\xb2\xbf\xa1\x31\xf5\xaf\xa2\x11\x98\xf6\x2a\xe7\x80\xf3\xd8\xf3\x26\xcb\x3a\x39\xce\x5b\xa3\x9e\xe1\x48\x18\x15\x1e\x19\xdb\x4c\x0c\xcc\x8e\x1f\x5a\x46\x54\xe5\xae\x6e\x31\x13\x3f\xe5\xfd\x6b\x7e\x0d\xe6\x17\x34\x2b\xbc\xc0\xf7\x48\x0e\xb3\x94\x54\x80\xce\x42\x31\x49\x3f\xb1\xc9\x09\x22\x88\x8f\xcf\xde\xe3\x0e\x2f\x23\xc6\xb9\xe6\xc0\x0a\xd2\x3c\x2b\x2c\xf9\x2b\x74\xe4\x7c\x22\x21\x32\x1f\x1c\x8c\x26\xf4\x17\xdc\x69\xfe\x8f\xe8\x89\x8c\x30\xfb\x12\xbb\x51\xa7\xe4\x22\x30\x02\xe3\xcb\x9c\x0e\xde\xc7\x5e\x46\x4e\x90\x28\xf8\x82\xf8\x09\x68\x0d\x71\xd9\x6e\x13\x74\x05\x6c\x77\x9d\x02\x1f\x81\x6c\xad\x82\xc9\x57\xa0\x89\x73\x54\x3c\x02\xd5\x37\xc0\xc1\xff\x87\xee\x6c\x5e\x43\x00\x31\x8f\x4d\x4c\x22\x80\xfd\x5b\x74\x9f\x68\xc1\xaf\x64\xe4\x80\x21\x84\x24\x24\x0e\xfc\x45\xac\x8a\x17\x92\x7a\x48\xc0\x6e\x7f\x08\x07\x05\xad\x3f\x0d\x03\xf0\x5e\xab\x0d\x64\x15\xfc\xe4\x4c\x0f\x56\x49\x22\xf5\x5d\xc1\x6d\x21\x8d\x37\x0a\x70\xaf\x21\x3f\xe3\x4f\xbc\x0e\x2a\x95\x51\x08\x09\xf0\x32\xfa\x06\xe2\x4a\xb8\x0d\x91\x4d\xfc\x42\x8e\x8e\x2b\x07\xaf\x52\x80\x60\x98\xd4\x44\xd1\xad\xdf\x0b\x05\x52\xa7\x5a\x4d\x27\xcf\xa6\xdc\x38\xdd\x82\xf1\x61\x66\xf6\xce\xc5\xdc\x67\x7a\xd5\x77\x61\x35\x8c\xff\x0c\x71\xb8\x34\x46\x47\xa1\x2d\xde\x97\x51\x48\x7d\x4d\x58\xc2\x20\x17\x1c\x25\x4e\x61\x14\xc4\xf6\x13\x3f\x31\x92\x83\x3e\x82\x17\x19\x11\xeb\x97\x91\x12\x18\xab\xad\x62\x60\x7f\xda\xb7\x93\x0d\xa8\x21\xd1\xe7\x6e\x1b\xb4\x50\xb4\xac\xf6\x1e\x06\x23\x5c\xa8\x6f\xc6\x1e\x12\x04\x48\x4a\x70\xfe\x7c\x14\xa5\x0c\xbf\x9e\x57\x99\x1f\x40\x58\xcd\xbd\x13\x73\x9a\xe8\xc4\x9d\x1a\x74\x98\x38\xc1\xf1\x5b\x77\x15\xa4\xb1\x29\x56\xc5\x10\xcc\xf8\x79\xfc\x0b\x52\xa8\x73\xe8\x20\xa3\x22\x35\xee\xd5\x11\xe8\x55\x25\x5e\xda\x18\x8c\xb5\xf2\x90\x88\x88\x9d\xa4\x48\x83\xdb\x70\x40\x51\x5e\xae\x12\x6f\x5b\x98\x73\x94\x4f\x58\x2c\x49\x0b\x4c\x20\xfc\x12\xa1\xd6\x65\x13\xb3\x05\xef\xac\x3e\x90\xc8\xec\xee\xa1\x00\x84\xb4\x2e\xbc\xf5\x1c\x12\x5d\xed\x59\xf1\x00\x75\xb8\x22\x48\x3d\x1f\xbd\xd5\x1c\x2c\xc8\xc4\x6c\x30\x7a\x90\x2e\x61\xbd\x75\x7f\xb3\xff\xc3\x1d\x52\xf7\x45\xef\xc0\x27\x2b\xb1\x01\xb1\x84\x50\x79\xf2\xda\x37\x04\xa3\xcc\xde\x7a\x3d\x78\x91\x67\x3f\xb0\x11\xb1\xb5\x2f\xaa\xf9\x22\xe2\x6f\x17\xa5\xfc\x04\xf2\x7c\x1b\x4f\x65\x8b\xaa\x6f\x82\x79\x30\xba\xbc\x6e\x1f\x68\x83\x69\xac\xfc\x99\x75\x14\x7b\xc6\x2c\x8c\xfa\x8e\x1b\x37\xcc\xdd\x85\xc7\x0f\x68\xbe\xaf\xcd\x22\x4c\x57\xd2\xac\xfd\xc1\x83\x02\xdb\xfe\xd0\x82\x3f\x23\x40\xd3\x17\xc4\xd8\xe0\x29\xf3\xbf\x48\x75\x6f\xb2\xd2\x1b\x85\xee\x78\xc0\x6d\x47\x1f\x6b\xd9\x44\x3c\x8c\xc9\xad\x4f\xca\xec\xc0\x52\xab\x72\xa3\x20\x1c\xdf\x9c\xb1\xcb\x05\x9f\x5d\x7a\x6f\x6d\x20\xbe\xaa\x44\x6a\x7d\x8c\xf8\x45\x30\xd8\xa7\x29\x38\x77\xf6\x44\xd3\x5e\x84\xf2\x94\x8f\x39\x10\x99\x34\x0c\x15\x6b\x50\xee\x7d\x6a\xae\x23\x7a\x41\x27\x8b\x70\x01\x33\xb7\x25\x30\x33\x08\xeb\x50\x37\x1e\xe5\x8a\x5b\x59\x79\xd0\x7f\x02\xf7\xb5\xec\xd7\xda\x30\xbc\x83\x7a\xc2\xba\x87\x98\x2a\xb4\x3b\x4e\xa7\x68\xb3\xde\x75\x2c\xa1\x60\x73\x9a\xaa\xd9\x94\x7d\x79\x7c\x6d\x3e\x25\xaa\x60\x97\x28\x93\x92\x87\x5c\x0a\x17\x51\x28\xa8\xaf\xb9\xfe\x14\x0b\xe6\xd3\x51\x7b\x4a\x2b\xee\x6f\x40\x31\xe5\x32\xe1\x83\xcb\x69\x2a\x00\x76\x4e\x3b\x46\xfd\x1f\x84\x1c\x1e\x22\x97\xe4\x5d\x68\xcf\x22\x4b\x0b\x3c\xab\x6e\x91\xf1\x88\x61\xcd\x08\x59\x8b\x5a\x2d\x3c\x4e\x3e\x8f\xae\x80\xbe\x93\x3f\x63\x7d\x72\x06\x28\xee\xb8\x47\xd1\x6a\x4a\x1c\xc1\x10\x60\x43\x51\x80\xbe\x2e\x31\x94\xcb\xa4\x9a\x69\x9e\xd4\xdb\xf0\xe4\xa1\x8f\xb0\x16\x79\xb5\xad\x16\x6e\x42\x3d\xaa\x72\x84\x2d\x18\x47\x8d\x35\xfc\x0c\xeb\x2a\x5c\x40\x5e\x8f\x8b\x87\x12\xc8\xc7\xf0\xe6\x9c\x6d\xe4\x06\xc2\xef\xe8\x75\xe4\x77\x60\xce\xae\x6a\x4a\x00\xa9\xdf\x65\x11\x45\x00\x8d\x4f\x5b\x44\x6d\x84\x2f\x0c\xbc\x82\xa6\x10\x3b\x5b\x46\x21\x77\xf0\x70\x45\x08\x74\x00\x3c\x53\x82\x82\x74\xa4\x18\x7e\x2b\xf4\x99\xf4\x97\xb4\x0a\xde\x07\x35\x67\xbb\xc2\x8d\x30\xe2\xc8\x41\xf2\x5c\x72\x88\xff\x4f\x32\x8f\x32\x7d\x8d\x85\x7c\x9d\x22\x99\x36\x99\xea\x4a\xa9\xe8\x0f\x07\x49\x74\x56\x73\x04\x78\x8e\x4e\x2f\x6f\x22\x2d\xa3\x67\x2b\x7f\x90\xa8\xf4\x48\x5e\x1a\xe9\x1d\xfd\x20\xf1\x2b\x14\x4b\x8f\xcb\x5a\x07\x5d\xa5\x17\x44\xf1\x60\x1f\xba\xd4\x1f\x05\x77\xd0\x2d\x6b\xc8\xf0\x47\x7a\xed\xb4\x48\x4a\x2e\xad\xa1\x37\x9d\x08\x0a\x81\xc6\x23\xc4\x21\x81\x9f\xd9\x16\x5c\xc0\xa7\x17\x43\x20\x8f\x37\xc0\x9d\x41\x9a\xce\xb3\x22\x9c\x20\x31\xb9\x29\x99\xab\xa0\x19\x9c\xfe\xc8\x76\x08\xcb\x59\xe2\xf7\x3f\xe8\x09\x9b\xbc\xe6\x30\x3c\x8f\x3d\x63\x5a\x2d\xd9\xc0\x28\xef\xaa\xc7\x7f\x54\xbb\xd7\x4f\x21\xc4\xa8\xaa\x8d\x95\x84\x01\xe5\x6c\xf9\x0e\xe2\x4e\xc5\x1e\xd6\x1f\xe2\x68\x11\x0b\xf7\x06\x8c\x2a\x3c\x75\x4c\x02\xbe\x91\x02\x87\xb9\xa4\x4c\xf1\x01\xbf\x4d\xa4\x1b\xc2\xea\x35\x1b\x49\x8f\x04\xb4\xe9\xa9\x30\x96\xbd\xbb\x23\x10\xbf\xa6\xea\x55\x4d\x1a\x9e\x51\x61\x5f\x1a\x83\x7f\x68\xa6\xc8\xfe\x21\xa4\x1a\xeb\x18\x7f\x08\xef\xf4\x97\xb0\x4b\x89\x1c\xcd\xdb\xb4\x6f\xe0\x1a\xd5\xc4\xa1\xb5\x60\x47\xf1\x62\xdf\x8d\x24\xe7\x22\xf4\xea\x4a\xd2\xf2\x42\xd4\x74\x01\x34\xc6\xe5\xb6\xfe\xc4\x59\xba\xb6\x57\xa1\x70\x13\x6d\x67\x74\x3b\xf0\x47\x9b\x37\x49\x67\xe0\x6f\xd5\xe7\xd1\xed\x08\xc7\xaa\x45\xe8\x44\xc2\x4f\x8b\x2a\x15\x41\xd4\x94\x49\x22\x7e\x82\xeb\xf5\xfc\x9d\xc1\xa0\x5e\xfd\x69\xf5\x12\x90\x5e\x1c\x37\xbd\x0c\x0a\xe4\xc7\xb7\x2e\xc5\x81\x83\xe6\x4a\x0d\x6e\xac\x77\x4c\x1b\x87\x5f\xd9\x79\x56\xe2\x89\x2f\x6d\xd5\xd1\x22\x08\xce\x8d\xfb\x50\x95\x84\xb6\x9a\xfb\x29\x17\x89\xe1\x15\x31\x11\x38\xe2\x83\xb2\xeb\x3b\xde\x80\x7b\xf5\xc3\xce\xef\xc1\x15\xaa\xe0\xe9\xc3\xa4\xa7\x82\xa9\x2d\x48\x5c\xf8\x29\xb7\x8a\xd7\x38\xed\x71\x1b\x4d\x23\xee\x59\x7f\xab\x58\x8a\x8f\xee\xde\x48\xed\xc2\x5f\x6b\x63\xa3\xec\x09\x71\x8d\x4d\x29\x71\x84\x37\x35\x43\x11\xf3\x88\x04\xcb\xd0\x8e\x3e\xe2\x4d\x63\xb5\xf3\x07\xa2\xbc\xc4\x60\x65\x43\x8a\x12\x24\x75\x4c\xb0\xbd\xb3\x82\x6b\x65\xac\xda\x9c\xa5\x06\x88\xe5\x94\xfb\xbc\xc8\x89\xd9\x97\x5f\xcf\x7c\xc5\x4c\x46\x48\xb0\xcf\x18\x7f\x51\x84\x74\x2a\xa3\x0e\x43\x3c\xf8\x91\x11\x83\x63\xef\x8c\x65\x2c\x24\xa0\x9d\xe2\x18\x76\xe0\xfa\xc9\x2f\x19\x7b\xa0\xd4\x8e\x03\xac\xa4\xdc\x17\x35\xaf\x98\xf7\xf3\x29\xa5\xb7\x99\xc7\x10\xd6\x32\x01\x73\x3e\x92\xcc\x8c\x61\x8c\xa1\x6d\xb1\xa9\x0c\x1a\xa6\x2a\x7d\x26\xc3\x17\x77\xe4\xa0\x8a\x01\x10\xe6\xee\xf8\x4b\x1f\x27\xb6\x3a\xd9\xd1\x5f\x91\xec\x26\x8f\x33\xdc\xa0\xe7\xed\x32\xa6\x04\xd1\x5c\xb3\x85\xb9\x10\x35\xa3\x74\x03\xa3\x0a\x1d\x55\xf8\x88\x81\xc0\xe4\x33\xfa\x19\x3e\xd8\x5a\xcc\x38\xfd\x17\xee\x77\x9a\x9c\x7e\x86\x90\x7e\x70\x3b\xbd\x8c\x78\x65\x47\x2d\x5d\x40\x5a\xb3\xea\x5f\xba\x19\x0a\x9c\x7c\x95\xfe\x1b\x2e\x6f\x7d\xc1\x98\x4b\xa0\x56\x49\xe8\x9d\xc4\x55\xba\x42\x7a\x2e\xb1\x4f\x8a\xa7\xfb\x81\xa9\x74\x0a\xdd\x81\xb4\x0c\xdd\x43\xfb\x4a\xfa\x37\xd5\x40\xbb\x0b\x0d\x46\xe0\x69\x17\xe1\xa2\xed\x9f\x69\x0f\xc9\x71\xab\xc8\xb4\x2f\xe4\x2f\x93\x2f\xd3\x19\x94\xb4\x16\x37\x1a\x93\x7a\xb5\xe2\x06\x6d\x2f\xf5\x85\x76\x36\xcd\x8e\xfa\x55\xb2\x80\x36\x97\x36\x8d\x16\x4c\xfd\x46\x5b\x8a\x32\x51\x3f\xd1\xc2\x53\x1a\xa8\x0f\x68\xb4\xf0\x11\xea\x4f\xda\xe0\x76\x22\x6d\x09\xed\xbf\x55\x89\x34\x7b\xfa\xfc\x29\xcb\x68\x17\x68\xc1\x4d\x5a\x6a\x10\xaf\xd7\x72\x88\x1a\xc4\x0b\x55\xe7\x51\xb7\x71\x87\x44\x72\xaa\x07\xd7\x99\xf2\x92\xea\xc1\x51\x22\x73\xa9\x6e\x1c\xfb\xe4\x72\xea\x66\x76\xcd\x81\x6f\x54\x7f\xf6\xba\xed\xf3\xa8\x81\xac\x9e\x55\xfb\xa8\x5b\x58\xc8\x29\x52\xea\x77\x86\x43\x83\x03\xf9\x97\xb2\xd4\xf4\x9c\xfc\xb7\x78\xab\xca\x8e\xfc\x55\x7e\x56\x90\x4f\xfe\x5e\xb4\x1d\xfe\x4a\x99\x52\xd8\x58\x50\x47\xf9\x47\xea\x9e\xe4\x4c\x71\x12\xd7\xee\xbf\x44\xf1\x11\x39\xfa\x84\x52\xfc\x04\x03\xab\x26\x53\xfe\xe1\xbf\x9b\x3a\x93\xf2\x81\x25\xaf\xcd\x24\x6f\xb7\x08\x8d\x18\xb2\x87\x79\xb9\xe2\x2e\xd9\xc5\x58\xc7\x8b\x24\xbb\x96\xae\x84\x66\x93\xb7\x69\xc5\x79\xef\xc8\xfb\x4b\xbe\x25\x18\xc9\x59\xca\xf8\x7d\x4a\x32\x43\x7e\xc2\x3b\x9d\xcc\x95\x81\x8e\x5a\xf2\x16\x29\x34\x35\x99\xb2\x8e\xd3\x57\x1d\x0f\xbf\x68\x73\x2c\xcd\x87\x4f\x35\x03\x45\x37\xe0\xee\xfa\x01\x4e\x16\xdc\x57\x13\x01\x06\xc1\xa7\x2a\xce\xe7\x86\xc3\xe3\xe6\x2d\xf1\x9b\xe1\x77\x06\xc5\xde\x54\xf2\x34\xed\xf7\x6d\x48\xf2\xa4\x92\xef\x8e\x36\x70\x89\xfc\xcd\x54\x90\x5c\xc2\x23\x56\xa5\xc3\x27\x7b\x57\xea\xf9\xb0\xa5\xb3\x5e\xf6\x03\x2e\x6c\xb3\x65\xab\x61\x71\x93\x3f\x91\x05\x17\xd6\x1d\xc9\x31\xc2\xba\xaa\xf0\x38\x1d\x5c\x5f\xee\x1b\xf6\x14\x1e\x34\x6e\xdb\x36\x0b\x6e\xd3\xd1\x57\xde\x86\x37\x17\xd7\x4d\x55\x92\xbd\xf8\xcb\x2b\x35\xb0\x69\x38\x5c\x77\x05\x26\xf7\x5b\x64\xe1\x70\x72\x77\x3f\xeb\x1b\x7c\xa8\xdd\x4c\xf8\x08\xef\x6f\xce\xc8\x71\x80\xf7\xd7\xfd\x8d\xf3\x80\xa3\xaa\x0a\xc3\xc4\x70\x7c\xb9\xdb\xd6\x9b\x70\x80\xc1\x75\xe5\x0d\xa8\x4c\xf9\xbf\xa9\x57\xe1\x3a\x3e\xbe\xe6\xb2\xc8\x92\x59\x67\xb8\x27\x34\x66\x8b\x15\x2d\x02\x45\x6e\x01\x6f\x25\xbf\x23\x7f\x07\x69\x90\x77\x0f\xb1\x3c\xaf\x9c\xfb\x03\x35\x2f\x61\x33\x77\x05\x66\xf1\xde\x30\x4e\x02\x6e\xf5\x56\x23\x7b\x18\xff\xdb\x21\x85\xdd\x4e\x2c\x06\x12\x59\x32\x28\xbd\x66\x95\xf0\x46\x6e\xa4\x61\xb7\xe0\xdf\xbc\x71\xc5\x4a\xfe\xab\x02\x02\xd7\xc0\xb7\x43\x7c\x25\x85\xf2\x0e\xa2\xd4\x79\x9b\xb9\x0c\xcc\xa6\xf8\x8b\x9c\x3e\xec\xb3\xbd\xb3\x39\xb3\xf0\xa6\xad\x09\x6c\x16\xd1\xc3\x61\x27\x9b\x0d\x52\x80\x6c\x16\x06\xba\x59\xcd\x16\xce\x44\xd8\x95\x96\x0b\x36\x21\xc3\xe4\x2c\x7e\x00\xaa\x8e\x6b\xc3\x63\xa3\x2f\x81\x27\xb8\xe7\xb1\x8b\x72\x7b\xb8\xd6\x38\x74\xfc\x31\x4e\x38\xfe\x51\xd8\x45\x76\x33\x31\x62\xab\x1d\x7b\x3b\xa8\x72\xb0\x63\xfb\x92\xca\x01\x32\x2b\x00\xe6\x55\x4d\xe6\xd7\xe3\x23\xf5\x9b\x79\x4f\x08\xff\x14\xb9\xf0\x96\x13\xc6\xd8\x97\xb9\x08\x22\x93\x58\xc7\x39\x03\x86\xe7\x0c\x71\x16\x93\x36\xc4\x49\xd9\x08\x68\x65\xd8\x56\xd6\x7b\xe8\xa3\x97\x82\xa5\x84\x07\xed\x5f\xb3\x24\xe4\x44\xa0\x83\x39\x40\xf1\xaa\x40\xf0\x92\x28\x81\xda\x87\xdc\x72\x8a\xb0\xb0\x96\xf3\x89\xd2\xcd\xc2\x73\xa2\x29\xf7\x08\x78\xf6\x09\xea\xfc\xec\x5a\xf6\x6a\x6a\x5a\x6c\x19\x4b\x46\xed\x0b\x95\xb1\x1c\x69\x53\xbd\x3c\x99\xa7\x68\x7b\xec\xff\x63\x5a\x68\x94\x49\xce\x8c\x3f\xd4\x6f\xe5\xfd\xdc\x6d\x9c\x6b\x9a\x79\x1c\x25\x07\x2b\x5d\xc5\x7e\xcb\x99\xc5\x9c\xcd\x4e\x64\xab\xf0\x5b\x58\xd7\xd9\x1b\xb3\x84\xac\x50\xd6\xd3\x98\x6a\xe6\x30\xcb\x10\xf2\x94\x19\xc9\x3a\xb0\xe5\x2e\xe3\x13\xcb\xda\xfe\x13\xa3\x86\xf9\x68\x52\x19\xc3\x89\x5e\x5d\xf6\x83\x33\x55\x2e\x57\x5d\x65\x27\x14\xe9\x44\x1f\x59\xc3\x32\x01\x7d\x06\xcb\xa7\x70\x23\x36\x83\xd9\x25\xb9\x9f\xf1\x86\xe9\x2d\xd6\x1e\xdd\xcd\x18\x10\x1d\xdd\x33\xca\x38\x2a\x9c\xb9\x65\x1e\xfd\x13\xff\x8d\x7d\x19\x9d\xcd\x0f\x9f\xf4\x83\xee\xce\xfc\x6a\x9c\xce\x5e\x66\x72\x29\xe6\xb0\x38\x86\x71\xc1\x45\xe6\x84\xfe\x1a\x75\x16\x93\xa8\x95\xa2\xd5\x8c\x6f\xea\xdd\xc7\xc2\x18\x14\xe5\xdf\x23\xb7\x18\x56\x8a\xbe\xdd\x5a\xba\xa5\x08\xed\xb9\x89\xbe\xb3\x50\x68\xbf\x9a\xd6\x22\xf1\x9d\xec\x4a\xc3\xb1\x3f\xe9\x6f\xb3\xa4\x8d\xe7\xe4\x1d\xac\xe5\xf5\xf3\x79\xcf\x99\x96\x1a\x1f\x72\x00\xd3\xbe\xd2\x09\xf9\x89\xa1\x36\xff\x4d\x1b\x63\x2c\x35\x9e\x8f\x92\xd0\x8d\x7a\x4d\x30\x9e\xee\xa9\xc1\x6d\xf6\xa1\xf5\xaa\x9e\x2c\x17\xd3\xe6\x14\x6d\x9d\x1c\x46\xbd\xc5\xd5\xe8\x27\xb1\xf8\x1d\xaa\xa2\x97\xac\xe9\xad\x34\xde\x02\x26\xb7\x69\x27\x4c\x63\x7c\xaf\xbb\x82\x0c\x64\x20\xaa\x0f\xa5\xb9\xd1\x5f\x59\xba\xa2\xa6\xd0\xb3\x4c\x2b\x82\x7e\xd3\x3e\x94\xd6\x6c\xba\x4e\x2b\xd0\xda\x2c\x8f\xa4\xd6\xca\x47\x27\x1f\xa3\xe2\x79\xde\xba\x23\x2c\x66\x9f\xa9\xc8\x97\xf9\xa1\xdb\x8f\x8b\x60\xa6\xb4\xd7\x40\xff\x32\x46\x9b\x7f\x23\xfa\x18\x9e\x0d\x5b\x52\x3b\xe8\xe5\x35\xbb\x23\x4d\xf4\xc5\x15\x89\x41\x35\xb4\x62\x53\xf1\xa6\x62\xea\x84\x1e\xbb\x3c\x94\x3a\x5f\xf1\x75\xb2\x8e\xf2\x9a\xa7\x54\x05\x97\xdc\xcd\x3c\x2e\x6e\x52\xcd\xcc\xe6\x31\x53\x8b\x0f\xe4\xfa\x12\xad\xe4\x55\x79\x7f\x73\x3f\x17\x4d\x2a\x78\x98\xb4\xad\x30\x02\x79\xf1\x60\xa0\xa4\x0a\x7d\x63\xd7\x1c\xb1\x3d\xf6\xba\x7b\x99\xf0\x05\xde\xbc\x48\x29\x7c\x47\xf8\x06\x00\xdc\x12\x68\x5c\x59\x53\xb2\x22\xe7\xbd\x78\x9d\x32\x21\x8f\xcc\x78\xa7\xa8\xc9\xff\x46\x28\x93\x2f\x44\x60\x73\x8b\x65\x4c\xd4\xbc\xc4\x87\xd2\x87\xe8\xde\x88\x2f\x92\x60\x2c\xe4\x7f\x57\x74\x16\xbf\xd9\x1d\x2f\xac\x21\x74\x2e\x2a\x14\xb6\x11\xcf\x00\x00\x17\x0b\xbb\x28\x27\xab\x72\x0a\x42\x44\x9a\xe2\x66\x84\x8e\x81\x54\x58\x21\x1f\x10\x5c\x8a\x78\xe8\x39\xb9\xeb\x64\x00\x26\x2b\x91\x26\xcd\xc6\x5e\x8f\x30\x8b\x6f\xe2\x8f\xf8\x97\x89\x50\x84\x93\xee\xfb\x85\xf1\xa0\xf5\x22\x9e\x30\x1d\x7c\x02\x00\x5c\x7f\xb8\x4b\x71\x4b\x69\x8d\xfd\x23\xc4\x2a\x20\xdc\x1d\x7a\x44\xd1\x4f\x7c\x19\x7e\xb5\x8c\x4c\xc8\xcf\x09\x2e\x9c\x4c\x3c\x98\xd0\x26\x21\x81\x7b\xc3\xbf\x88\xbe\x91\x8e\xfa\xbb\x0a\xcb\xa1\x9d\xee\x33\x05\x7a\x78\xee\x22\xad\x80\x09\xab\x01\x80\xa3\xa1\xb8\xc8\x73\x14\x13\xd0\x4f\xc1\x2a\x79\x3a\xcc\xa1\xcd\x90\x3d\x84\xff\xc5\x4e\x14\xa2\xc9\x5b\xb2\x7d\xa5\x53\xc9\xaa\xf8\x33\x62\x21\x65\x4e\xb8\x9b\x68\x11\x45\xe3\xa7\x13\xdc\xa6\xce\x76\x6b\xe3\xdf\xa2\x82\x8b\xf4\x7c\x23\xf5\x24\x00\xb0\xdf\x51\x4f\x14\xad\x96\x9f\x63\xde\xe5\x9d\x2b\x3a\xcc\x1c\xa4\x74\x17\x3e\x61\x0a\x30\x67\xa4\x14\xe6\xa1\x2c\x57\x89\x1d\x73\x7d\xdc\x55\x51\x3d\xd3\xfe\x40\xac\x30\x90\xb9\xcc\xcf\x5a\x30\x93\x39\xdf\x2d\x8f\x6f\xc5\x5c\xb6\xa8\x9e\x57\xca\xdc\x0e\x00\xec\x15\xf4\xe8\x42\xa0\xa8\x41\x6a\xe6\x5c\x97\xb9\x4b\xbe\xc0\x4f\xa4\x83\x12\x7b\xb4\x9d\x24\x55\xbc\x2c\xa3\x46\x3c\x45\xb4\x2a\x16\x12\x96\x09\xb7\xef\xf7\x12\x04\x08\x12\x7c\x9d\xf9\xb3\xf9\x34\xd7\x71\xee\x04\xef\xe1\x22\x2e\x37\x99\x37\x13\x00\x58\x4e\x4c\xbc\x64\x95\xac\x5f\x37\xcc\xfa\x58\x18\xab\x75\x84\xe6\x4a\x7e\xab\xf3\x91\xb9\x62\x83\x4a\x75\x6c\x95\x68\x57\xf1\xc9\x98\x25\x82\x67\xf2\x5f\xfb\x26\xf3\x05\x45\x7e\x3b\x5d\x79\x47\x0a\x65\xae\xab\xb8\x3b\xa5\x79\x8b\x5c\x39\x24\xd1\x72\x00\x60\xc6\xb0\x77\x88\x36\xca\x68\xd5\xb7\x99\xcb\x0b\x27\x55\xa6\x82\x11\x12\x59\xf9\xbd\x82\xd3\xe2\x4d\xa6\x88\xb4\x0a\xe1\x55\xc3\x60\xf4\x90\x80\xa8\x5f\x1f\x76\x83\x6f\xaf\xa9\xdb\xb1\x82\x7b\xaf\xe4\xe8\x7a\x5f\x4e\x73\xf1\xb3\x85\x25\xec\x31\x69\x0c\x00\x30\x5a\x39\xe5\xc2\x24\xd9\x96\xc6\xef\x8c\x70\xe9\xf9\xfa\xdd\x44\xa1\x24\xb3\x06\x53\x30\x57\x3c\xa5\x52\x97\x06\x08\x8d\xe5\x03\xd1\xae\x02\xff\xb2\x5b\x61\x47\x78\x4f\x0d\xb6\xdb\x9b\xb8\x25\x3a\xca\xba\xbb\x9c\xc4\x12\xea\xc2\x14\x76\x62\x61\x0d\x00\x30\x0e\x70\x37\x0a\x1a\x0b\x5f\xb5\x67\xd0\x2b\xa4\x45\x2d\x7c\xc2\x2b\xc9\x96\x46\x66\x3e\x55\x74\xb6\x8e\x90\x4a\x17\xc6\x57\xa7\x1e\xe9\xe3\x7f\xad\xf0\x0b\xfd\xc1\x2b\x32\x07\x6c\x4f\xe1\x7a\x19\x6e\xaf\x2b\x65\xbf\xd0\x30\x16\x1e\x61\xf5\xca\x3a\x80\x69\xf4\x93\x5c\x29\x73\x51\x85\x4f\xd6\x4a\x52\x86\xb9\x24\xfb\x12\x2a\xa8\xcc\x3a\x57\x9c\xb9\xa6\x54\x92\xbf\x23\x3e\x53\x37\x0f\x61\x7b\x70\x81\x9a\x8d\xfc\x12\x54\xa5\x9a\x82\xfe\xea\x35\x47\xd1\x89\x7d\xee\xf4\x4a\x3e\x13\x5f\x62\x9b\x5e\xa4\x27\xbc\x07\x00\xc1\x6e\xb8\x9d\x31\x62\xa1\xe5\x02\xa4\x05\xa6\xb7\x79\x38\xe4\x17\x63\x66\xfe\xd7\x8c\x07\xfa\x3f\x88\xfc\x78\x27\xad\x12\x35\x39\xe2\xae\x7a\x1e\xba\x25\x88\xa0\xd4\x61\xf1\x5b\x3e\x28\x52\xf0\x0e\x4e\x0f\x8a\x8e\x13\x24\xb6\xb4\xa2\x70\xa2\x19\x00\x04\x76\xf0\x5d\x46\x5a\xf9\xd9\x02\x6b\xb0\xcb\x14\x8c\x08\x46\xea\x0c\x27\x91\xd2\x0c\x91\x1e\x8d\x1a\x8b\xbb\xad\x9d\x8f\x59\x1f\xa1\x2e\xd1\x60\x4d\x41\xbb\x94\xeb\xf1\x6e\x5b\xc6\xe4\x13\x84\x62\xa7\x2b\x45\xd9\xc4\xd3\xb6\x2a\xd9\x6b\xb0\x11\x00\xf8\xb7\xc9\x7b\xe8\x78\x73\x33\x76\x2f\xf1\x66\xd9\x6a\x9c\x23\xe2\x4c\xe9\x29\xdc\xfb\x63\x17\x74\xf9\xf8\x33\x71\x9e\x9a\x39\x84\x81\x08\x2b\x55\x39\xf1\x42\xe0\xe9\x62\x5f\xf0\x7f\x5b\x28\x72\x17\xd2\x63\xa7\x1e\x99\x16\x6a\xb0\x1d\x2a\xfc\x0d\x17\x00\x00\x7f\x33\x45\x4c\x4b\x33\x61\x48\x0a\xc2\x53\xe3\x6c\x68\x45\xc1\xa8\xbe\x05\x92\xa4\xbf\xd0\xa6\x42\xbf\x63\x73\xd5\x73\x60\x66\x78\x94\xb2\x81\xec\x1c\xe8\xae\x38\x44\x1e\xdf\xb2\xbc\x28\x84\x82\x74\xd2\x16\xf6\x50\xfe\xda\xbe\x93\xbe\xa6\x96\x00\x00\x2f\x8f\x36\x89\xea\x5e\x46\xa3\x93\xf0\x2d\x86\xe9\x74\x49\x7e\xaf\xae\x8d\x0e\xa7\x7d\xd4\xe4\xd1\xa1\x98\xe2\x92\x15\x74\xf1\x01\x79\xf1\x29\x7a\x6f\x80\x40\x8e\xa0\x7f\xf3\x6c\x92\x15\x30\xbc\x9d\x70\xd2\xdb\x0c\xd9\x3f\x6b\x25\x37\x19\xc5\x00\xc0\x35\xd2\x73\xc9\x97\x8d\x0b\x44\x68\x5c\x9a\x7e\x4c\x78\x31\x2f\x56\x2b\x16\xae\x4a\x6d\x52\x87\x09\x90\x47\x09\xaa\x49\xfc\xb1\xfd\x25\x8a\x16\xbe\xff\xae\xde\xa2\x34\xde\x49\xcf\xa5\x85\x89\xbc\x58\xa7\xf5\x92\x56\xde\xde\x7f\x02\xc5\xc7\x38\x1c\x00\xe0\x14\x31\x77\xc2\x8b\x0c\x19\x25\xbe\x98\x21\xdd\x27\x65\x67\xce\x57\x4d\x5f\x31\x32\x25\xab\x84\xa8\x98\x16\x1d\xae\xf4\x28\xaa\xda\x27\x95\x3f\x97\xc5\xf9\x8f\xcb\xf4\x85\x2e\x9b\x73\xa5\x0a\xe9\x8a\x55\xdd\xe2\x5b\x12\xd4\x3f\x1e\xa2\x10\xfe\x15\x00\x60\xb7\xb0\xfa\x48\xb8\xd2\x06\x73\x3d\x3a\x48\x97\x5f\x76\x25\x1b\xaf\x71\x37\x3c\x49\x9e\xaa\x7a\xa3\xbf\x73\xe4\x9f\xe2\x0a\xed\xfd\xbd\x08\x79\xba\xfa\x9d\xdf\x7d\x99\x53\x89\xeb\x26\x89\x74\xa6\xb2\xd2\xf1\xb3\xd8\x57\x8e\xb5\x1d\x17\x26\x88\xd0\x00\xc0\x9e\xc4\xfe\x00\xb6\x95\xe2\xaa\x73\x50\x32\x9d\x67\x65\x50\xd6\xa8\xfa\x83\x65\x7a\x52\x96\xaa\xc1\x34\x12\xc5\x2e\x4e\x37\x0a\xc3\x3e\xc8\x57\x96\xa6\xf8\x61\x0b\x1f\xe9\xb0\x9b\x3c\x24\x03\x1a\x5b\x47\xb3\xe8\x71\x31\xc5\xb6\x46\x70\x51\xcc\x05\x00\x56\x29\x27\x1e\xb4\x29\xdd\xd1\x20\x40\x7e\xd6\x7e\xa9\x73\xcd\xda\xa6\xae\xaf\x6e\x4b\x7c\xa1\x4a\xad\xdc\x1b\xb5\xa8\x78\x6e\xf9\xeb\x30\x65\xd1\x98\xa9\xcc\x6f\x6d\x21\xdf\x18\xbf\xf1\xbd\x24\x4a\x37\xe0\x88\x14\xa5\xa8\x96\xda\xf6\x08\x96\x48\x08\x00\xc0\x9a\xcf\xe9\x43\x2e\x6f\x85\xb3\x97\x67\x2d\x6b\x5a\x99\x53\x99\x64\xac\xbb\x96\xe7\x76\xa4\xb8\xda\x9c\x3f\xb4\x7f\x4a\x45\x1e\x82\x14\xf0\xc5\xec\x88\x3a\xbc\xf5\x89\xe1\x35\x26\x68\xdd\x15\xfd\x42\x9c\xfb\xd2\xc9\xda\xc3\xf8\x31\xab\x46\x55\x22\x48\x05\x00\x51\x25\xb9\x19\xd1\xdb\x72\x33\xb7\x39\xf3\x66\xa3\x30\xdf\x3a\x09\x5d\x17\x56\x90\x70\xa4\xa0\xda\x11\xd1\xbb\xef\xa9\xe5\x33\x6a\x67\xc0\x1d\x53\x0b\xfa\xd1\xd6\x4b\x06\x16\x56\xb3\x6e\x4c\xd7\x81\xdf\xbd\x74\xbe\xe6\x2b\xa1\xda\xea\x8e\xca\x86\x64\x0d\x00\x22\x34\xb9\x13\xb1\xbf\x65\x6b\x01\x22\x53\xd0\xf0\x05\xa1\x4a\xf2\xae\x1d\x44\xf6\x1e\xf1\xad\x32\xa2\x1e\xef\xeb\xb1\x80\x98\xcd\x01\x5d\xa6\x9d\xd8\x8a\xad\x1d\x86\xb9\x78\xb7\x75\x27\x75\xfb\x08\x86\xa5\x2b\x35\x02\xe2\x25\xab\x3f\x4a\x1d\xe9\x13\x00\x88\x5c\x28\xd3\x11\xd6\x4d\x9f\xb1\xab\x32\x9d\xeb\x2f\x62\xef\x26\x0e\xd5\xb4\xe0\xe4\x51\xe7\x2a\x75\x78\xc4\xbe\x23\xe5\x14\x42\x7e\xc0\xb1\xb2\x50\x22\x67\x2b\xa1\xd4\x11\x6c\x59\x67\xd1\xa6\x92\x86\x96\x6e\x53\x2b\xa0\x3a\xeb\x90\x62\x25\x39\x0a\x00\x84\x08\xea\xb2\x02\xd7\xc6\x6b\xe0\xf5\x8c\x8c\xba\x1e\x52\x4a\xa2\x5d\xb5\x81\x74\x33\xca\xab\xa2\x08\x3a\xba\xf7\x86\x19\x86\xbe\xed\xfa\x62\xdc\x07\xd7\x6e\x75\xd0\xaf\x25\x63\xd7\x51\x35\xf9\x94\x9d\x4b\xc3\x4a\x44\x54\xc0\xba\x58\x91\x4f\x7d\x03\x00\x02\x15\x2d\x2f\x3f\xb8\xe1\x5f\x5a\xdc\x31\x7d\xed\x00\x2d\x2d\x21\xab\xaa\x94\x96\x16\xa9\xb4\xa8\x68\xac\xbd\x61\x26\x2e\x6d\x70\x17\x6c\x88\xa1\xcf\xf4\xea\xd7\x79\xd1\x0b\xd6\x85\xa9\x21\xfa\xfb\xa5\x87\x54\x1c\x86\xc1\xfa\xa9\x3c\x88\x91\x02\x00\xfc\x6e\x7a\x43\x1e\xbe\x5e\x24\x58\x97\xde\x55\x83\xe6\x6b\xe3\xa1\xca\x64\xfe\x9c\xc3\x03\xe5\x09\x3c\x6d\x98\xb8\xec\x20\xcf\xdf\xff\x6e\xe9\x7a\xee\x67\xaf\x5d\xda\x59\xdc\xd1\x75\x56\x25\x01\xdc\x6b\x4b\xe3\x94\x2b\x79\xf6\x33\x7c\x65\x4d\x6c\x21\x00\xf0\xa4\xcc\xdd\x39\xef\xeb\x04\x8a\x94\x34\x56\x35\x28\x8f\x8b\xe3\x56\xe4\x17\x45\x1c\xba\x6b\xce\x95\xf9\x85\x1e\x37\x26\x17\x86\xfa\xaf\xd3\x07\x4a\x33\xb6\x34\x6b\xd6\x4b\x9a\xd6\xd6\xa8\x0e\x49\x12\x97\xfa\x16\xcf\x15\xdd\x9a\x81\x28\xc4\xf0\x56\x01\x00\xd7\xc2\xa2\xe4\xac\xab\x6d\x2c\x7d\x9c\x2a\xab\x6a\xd5\x47\xc6\x92\x2c\xcd\xda\x13\x07\x9f\x98\x5a\x34\x1e\x21\x8f\x0d\x35\x25\x3d\x7e\xc9\x3a\xad\x2a\x6b\xcb\x14\x75\x91\x32\x7d\xed\x0a\x65\x95\xa2\xc5\xee\xa6\xe2\x60\x61\xe5\x8c\x1c\x69\xbe\x60\x37\x00\x70\xde\xb0\xd1\xd9\xac\xda\x23\xe6\x89\x54\xab\xaa\x58\xd3\xf6\x58\xc0\x12\x6f\x44\x1c\xc4\x99\x62\x4a\xeb\x43\x68\x86\x70\xfd\x6c\x3f\x1b\x5d\xb0\xd6\xe4\xd9\xa7\xf6\xd3\xb8\xb8\xbc\x54\x86\xa9\xf6\xda\xb5\xc8\x1f\x17\xf9\xce\x40\x48\xee\x0a\x37\x01\x00\x87\xcd\xbe\x91\xf5\xb6\xe6\x67\x15\x37\x45\x5a\xf9\xa7\xa2\x34\xa6\xb4\x7c\xa2\xbc\xfe\xa0\x43\xd9\x17\xd3\xb5\x10\xef\xd2\x67\x65\x4e\xbe\x97\xb4\xb7\x0d\x1c\x4f\x69\xc9\x75\xbd\xa3\xcb\x85\xe2\x8b\xea\x24\xbb\x3a\x79\xa8\x5c\x30\xa3\x50\xe2\x22\xfc\x0a\x00\xec\x9f\x9c\xe5\x99\x70\x77\x4e\xf6\xed\xa4\xc1\xf6\xe7\xb9\xdb\xa3\x49\x2d\xf9\x79\xaa\x03\x37\x1a\x7e\x15\xcc\x0d\xee\xaf\x65\x21\xda\x77\x78\x54\x7e\x47\x91\x37\x56\x97\xf3\x30\x09\xce\xde\x65\x0a\x9c\xcf\x82\x47\xc6\x59\xf8\xfe\xa9\xb7\xd4\x2e\xa4\x48\x00\x10\x1f\xa7\xcc\xcc\x0c\xe8\xba\x9e\x17\x9e\xa4\x68\x8f\xcb\x67\x46\x27\x34\xbf\x2e\x68\x3a\x30\xd0\x40\x43\x7c\x0d\x6e\xa8\x9d\x81\x4a\xdf\xe1\x54\xc9\x43\xff\xd8\x68\x29\xb7\xc3\x56\x38\xfb\x95\xb9\xe3\x83\x17\x02\x86\x52\x82\x6c\x9a\x6d\xc9\x45\xd2\x71\x00\x10\xb3\x28\xd3\x32\x7e\x76\x05\x14\xfc\x2f\x29\xbe\xed\x0a\xe2\x4b\xb4\x67\x73\x36\xf2\xfb\x81\xd2\x06\x00\x6d\x1d\x2c\xaf\x29\xc4\x84\xee\x98\x53\x69\x8b\x6d\xda\x58\x62\xae\xc4\xaf\x73\xf6\x37\xf6\x11\x14\x0b\x97\x19\x56\x11\xdb\xa7\x79\x94\x24\x40\x22\x00\x10\x7b\x52\x42\x33\x4e\x74\x4e\xc1\xee\x4b\xb2\x6b\xad\xc0\x7e\x3e\xf2\xa2\x29\x02\xa7\x3a\x70\xb8\xee\x0b\x3e\x37\xf8\x40\xb5\x82\x90\xb2\xfd\x76\xc5\x62\x22\x6e\x23\xde\xd4\x08\xea\x9d\xb7\x1a\x4e\x92\x1a\x16\x86\x94\xce\x81\x94\xd3\xe8\xaa\x70\x72\x13\x00\x88\x0a\xa8\xe1\x19\xf6\xed\x97\xc0\x87\x89\xe2\x16\x36\x29\xee\x08\xaa\x71\x2b\x69\x60\xff\xcb\xda\x7f\xa1\x1d\x41\x9f\xaa\xc4\xd0\xdd\xed\x52\xcb\x1c\xb8\x70\xa3\x5f\x59\x25\x39\xce\x79\x43\x69\x0f\x65\xe3\xc2\x7c\xdd\x1b\xca\x9f\x69\xd7\x95\xab\x68\x73\x00\x40\x28\xa2\x15\x1f\x83\xdb\xee\xd1\x9c\x12\xbe\x37\xb3\x68\xce\x51\x6f\x1b\x36\xfc\x1f\x85\x75\xa1\x16\x05\xda\x28\x00\xf8\x03\x01\x15\x0b\x0c\x4c\x42\x29\x03\x01\x05\x24\x14\x90\x92\x12\xa4\x1b\x86\x98\xee\xee\xee\x62\x9a\x18\x86\xee\x06\xb1\xbb\xbb\x75\xad\x35\x7e\x5d\x63\xcd\xb5\xbb\xce\x73\xee\xe2\x15\x78\x6f\xa6\x0c\x3c\x12\xa4\x24\xe8\x7a\x75\x02\x5d\x54\x44\xd7\x1c\xc1\xc3\xa0\xdf\x6d\x3d\xc2\x4c\x9f\x25\xcd\x5b\x85\xff\xcd\x33\x34\x9d\x11\xed\x74\x5a\x65\xfe\x22\xca\x00\x40\xd5\x2d\x3c\x55\x73\x78\x42\xa1\xac\x2a\x8b\x1b\x0b\x52\x3c\xce\x8b\x1e\xba\xa7\x80\xa7\x5f\xeb\xaf\x57\xd8\x27\x4c\xea\x49\x90\x1f\x8e\x3c\xdd\x71\x59\x5e\x1b\x34\xd6\x8a\x90\x8b\x7d\x26\xdb\x8a\xe4\xe7\xe6\x9d\xb7\x86\xca\xfb\x9d\x5a\x4c\x10\xa9\x2f\x00\x4a\x9c\x78\x53\xf5\xa1\xad\x65\xa6\xe4\x52\xf8\xe8\x7c\x63\x54\xae\x74\xf0\xb2\x61\x75\xba\x7f\x9f\x56\xbf\x21\x1e\xdd\x1d\xad\x23\x45\x26\xb5\x5f\xa9\xdd\x17\x94\xd6\x82\xaf\x8d\xf7\xbe\xd1\x94\x51\xeb\x35\xef\x6e\xc3\x4f\xf5\x31\xa7\x7f\x8d\x8b\xe4\x24\x00\x14\x7c\x49\x7e\xb5\xf3\x38\xa2\x39\xa9\xa4\x73\x64\x6d\xd3\x9e\x9c\xdd\x03\xdf\xac\x2b\xd3\x50\xbd\x3b\x1b\x4e\xc4\x1d\xe8\x42\xd5\x6b\x23\x06\xdb\x67\xd5\x49\x03\x4f\x35\x1f\xb4\x0c\x79\xb3\xac\x6a\x93\x69\xde\x58\xc3\x02\xdd\xbc\xc9\x93\x0d\xae\xca\x2a\x00\xe4\x47\xa5\x1b\xaa\x4c\xe3\x76\x1d\x0b\x4a\xd6\x0f\x9f\x6b\x2b\xca\x81\x0c\x18\x5b\x1a\xd2\xe6\xf6\x66\x34\xcf\x8a\xa3\x76\xfe\x6c\xda\x16\x81\x6e\x1b\xb2\xb6\x04\x9a\x9a\xab\x1a\x9e\x78\x97\x58\x3d\x2d\x97\xe7\x8d\xd4\x37\xe8\x45\x93\x3d\xf4\x12\x55\x38\x00\xf2\x22\x69\x43\x95\xef\x98\xb5\xa7\xb8\xf8\xc1\x70\x55\x17\x3b\xc7\x65\xc0\xbb\xa3\x33\xf5\x7a\xcf\xed\x76\xe7\xb8\x8d\x9d\xd2\xd6\xc1\x88\xf8\xb6\x90\xe6\x3f\x81\x2c\xdb\x8b\x26\x96\x77\x4e\x63\x63\x7d\xdb\xbc\xbd\x75\x6f\x0d\xc3\x93\xd3\x75\x57\x54\xcf\x00\x90\x5d\x91\xde\x86\x24\x1c\x80\xa1\x46\x0b\x8d\x7b\x6e\xa1\x6f\x6f\x41\xed\xcc\xc2\x3a\x24\x3b\x4c\x1c\xc2\x95\xc7\x44\x8f\xf9\xe1\xff\x09\x73\x1e\x62\x11\x8d\x2b\x5f\xf5\xfd\x47\xce\xf7\xf8\xdc\x03\xa8\x8b\x5c\xd6\x75\xc1\x68\x2d\xf6\xf5\xd6\x1e\xd6\x45\x00\x6a\xf7\xf0\x56\x41\x56\xef\xbf\x8f\x9d\x59\xc8\xdf\x53\x88\x9b\xb9\xa5\x78\xc7\x4d\xfc\xcc\x4d\x3f\x26\x36\x11\x42\x63\xd6\x8f\x0e\x13\xa5\x61\xd3\x87\x26\x91\xed\x56\xbe\xef\xe3\x52\x4c\x9e\xd3\xba\xf5\x34\x4f\x97\xe2\xce\x37\x74\x98\xfd\x21\x6b\x02\x7b\x25\x00\xb5\x54\x9e\x27\x64\xda\xfe\x42\x7c\x63\x61\xd5\xee\xeb\x04\xd2\x96\x98\x1d\xa5\xc4\x94\x4d\x2f\xb6\x9e\x20\x45\xc5\x04\x8d\xae\x26\x57\x84\x4d\x1e\x54\x50\xc6\x56\x7e\xea\x03\xb4\xd9\x9e\x0b\xbb\x67\xd3\x89\x2e\x8c\x4e\x14\x43\x6d\x7f\xb3\xf1\x34\xfb\x1f\x00\x6a\x17\xf3\x2a\x2a\xee\xee\x5b\x48\x19\x2b\x8c\xda\xd5\x49\x5d\xb7\xc5\x63\x7b\x30\xf5\xc0\xa6\xa3\xe3\x13\x34\x6e\xcc\x94\x91\x55\xf4\xaa\xd0\x97\x03\x0a\x06\x6c\xe5\x8b\x9e\xdf\x4c\xbe\xe7\xaa\x2e\x47\x96\xc9\x65\xbc\x23\x91\xcd\x9b\xe4\xdd\x30\xc1\xbd\x0f\x80\x36\x8d\x5f\x52\x81\xdf\x73\x91\x15\x5a\x70\x7f\x27\x91\x25\xcf\xbc\xb2\xcd\x85\x75\x75\x93\x60\xac\x89\x9d\x10\x7d\x65\x78\x21\xfb\xef\xd0\x43\xfd\x64\x8e\x78\xe5\x95\xee\x47\xdc\x24\xcf\x75\x1d\x8f\x78\xde\x2e\x4f\xda\xa7\xf0\xa7\x4d\x62\xd5\x0b\x05\xf3\x00\xd0\x94\x09\x1a\x2b\x66\xed\xbe\x22\x48\x2c\x10\xef\x80\x09\xd6\x64\x72\xb7\xfe\x14\x2c\xdd\xb4\x76\x54\x23\x88\x8d\x36\x0c\xcd\x12\xc8\x43\x6b\xfb\xe0\x82\x6b\x2b\xc7\xbb\x2e\x0b\xe3\x3c\x23\xdb\x4f\x08\x3f\xbb\xba\xb5\x5e\x12\xe9\x27\x5d\xae\xcb\x14\xad\x06\x40\x8d\x16\x9e\x29\x87\xee\xe2\x2a\x1d\xf3\x3f\x6c\x77\x52\xa8\x32\xa7\x8c\x9b\x14\xd3\x92\xce\x8c\xf8\xca\xc7\xa2\xc3\x06\x86\xe5\x9c\xd0\xe4\x5e\x67\x79\xc1\x4a\x4d\x27\x4d\x0e\xf5\xcc\x6c\xdb\x24\xff\xd7\x95\xde\xe2\x2a\xfb\xea\x90\x69\x1e\x93\x9c\x01\x40\xb5\x5c\xbc\xa1\xec\xe9\xce\x65\xc6\xc1\x7c\xda\xc4\x49\x83\x34\x43\x3d\x86\xd4\xa3\x92\x72\x86\xfe\xe8\x74\x1b\xce\xf7\xab\x6b\x1f\x87\x7c\xe8\x7e\x53\x9b\xb3\x32\xbb\xa3\xb2\xd6\xc5\x33\xb9\x75\x81\xb6\xdf\x75\x9b\x6d\x4c\x65\x71\x18\x32\xc1\x64\xff\xfc\xbf\xc4\x24\xf1\x65\x09\x3b\x66\xda\xc2\xf2\xee\x6e\x3d\x6c\xd5\x6f\xfe\x3e\x8a\x6d\xf8\x99\x78\x71\xc8\xb1\x7e\xdf\x86\xec\x3e\x53\xdd\xf6\x10\x45\xf7\x4c\xcb\x87\x15\x9f\xdb\x2d\xe6\x7b\x9e\xf3\x5b\x22\x8c\xe5\xae\x07\x9b\x3a\xb5\x4a\x87\x47\xc6\x52\x45\x2b\x00\x0a\xb2\x74\x72\xe9\xb7\xed\xd6\xb6\x23\x79\x0d\x5b\x53\x5b\xde\x6f\xde\x37\xf2\xb1\x39\x3c\xd1\x32\xa8\x6e\xba\xbd\xc1\xb3\x6f\x9e\xf5\x70\x48\x59\x57\x53\x63\xf7\x8a\x1b\xed\x2b\xea\xfb\x3d\x67\x34\x1f\x32\x67\xbb\x5e\x69\x9a\x55\x7b\xd9\xd1\xc9\x70\x5e\x59\x0e\x80\x62\x9a\xb4\xa4\x74\xc7\xf6\x65\x5d\xfb\xf3\xca\xc7\xcf\x77\xdc\xd8\xac\x1c\x21\xb5\x4f\x4d\x44\x0f\x3a\xb4\x76\xad\xff\xd3\xab\x6e\x81\x84\xa4\x74\xcd\xb6\x69\x56\x9c\x6b\xeb\x69\x7c\xe8\xb9\xb8\x79\xb9\xe5\xa9\xeb\x6f\x6b\xbe\xee\x91\x63\xb4\xc1\x4b\x05\x00\x90\xcb\xa4\xb6\x13\xab\xd1\xaf\x2a\xb9\xbb\x83\xb0\x6b\xaa\x4f\x0c\x1a\x70\x58\xe8\xfb\xe6\x78\x7c\x2f\x62\x4b\xed\x64\xc2\x5b\xd4\x31\xee\x43\x52\x3e\x76\x35\x66\x23\xf9\x0a\xbe\xb7\xf0\x1a\xb5\x8a\x94\x1c\xf7\x83\xf6\x94\x72\xc4\x7f\x2b\xfd\x35\x6d\xd0\xe1\x38\xbb\x91\x31\xff\xb8\x17\x6a\x04\xda\xbe\xab\x10\xfd\x0b\x6e\x19\xf8\x0b\xbb\x05\x89\xb3\xd5\xe3\xfa\xd1\x2c\x2d\x8a\x30\x0f\xdb\xc8\xcd\x21\x5a\xf0\xc3\xe8\x23\xe4\x40\xe2\xf9\xc2\x1a\xca\x0d\xca\xcc\xb8\x06\x1a\x81\xe6\xef\x8f\xa7\xb3\xe9\x13\x0e\x43\xec\x1c\xc6\xc3\x63\x4b\x91\x04\xe4\xdb\x9d\x64\xd4\x65\xb4\x6a\x60\x26\x26\x1c\xeb\xd2\x74\x03\xbb\x15\x77\x4a\xb3\x0f\x1f\x43\x30\x70\xf6\x12\xae\x93\xb2\xd1\xf1\x24\x05\x65\x49\xc1\x7f\x94\x04\xea\xaf\xb8\x30\xea\x2b\xfa\x1e\xff\x55\xb4\x1f\x8c\x8f\x0e\x36\xf6\x24\xe6\xdd\x23\xcb\xe1\xd3\x48\xb7\xb7\x9b\x11\x83\xe4\x7d\x7d\xe9\xa8\x2d\x14\xad\x35\x19\xfd\x8e\xda\xa8\x2e\xc3\xf6\xd0\xb6\xb1\x95\x78\x38\xfd\x1a\x2a\x91\x18\xc3\xf8\x52\x30\x9b\xec\xc1\x5a\xb4\x51\x4c\xb9\xcb\xf6\xf6\x3b\x44\x7d\xc2\x3e\xee\xd0\xcc\xda\xcc\x99\x7a\xa8\xa2\xe6\x2e\x67\xe6\xc4\x05\x58\x3f\x67\x7d\x8f\x0d\x81\xe1\x20\x1a\xf6\xa3\x22\x38\x27\x94\x5f\x31\xf3\xb9\x21\xac\x6c\xec\x1f\x6e\x27\x32\x06\xff\x83\xe7\x92\xef\x4f\xfc\xce\x13\xc5\xde\x26\x9f\xe5\xdd\xf1\x43\x51\x4e\xf0\x5e\x3a\x1c\x62\x4a\x78\x89\x07\x42\xaa\x97\x48\xbb\xc7\x9f\xd6\x3c\x93\x86\x77\x3d\x85\x1d\x92\xec\xab\x0f\x40\x4c\x48\xa0\x0a\x23\x6a\xbb\x64\x3e\x73\x0e\xe6\x80\xf8\x1c\x22\x0c\x77\x5d\x2c\xc8\x8b\x21\xbc\x11\xaf\x8e\x0d\x25\x9d\x13\xdd\xf2\x5b\x46\x1e\x17\x65\x38\x7c\x61\xec\x14\xa0\xf7\xb6\x40\xae\x5a\xc0\x68\x6a\xd5\x7d\x13\xaf\xa3\xa0\xe6\xbe\xe1\xb3\xf9\x1c\xec\xb5\x5e\x2e\x43\x22\x67\xe8\x16\xd2\x57\xa1\xc3\xb4\xdd\xb0\x3a\x2c\x4e\xe3\x9d\x6b\x8f\x6f\x51\x35\xc5\xc4\x11\x15\xca\x45\xbe\x63\xa4\x12\xf9\x79\xc7\x50\xfa\x55\x71\xc5\xae\x7d\x15\x75\xdd\x21\x43\xc3\x95\x8d\x1d\x5d\xad\x6f\xab\x5b\xda\xa6\x18\x35\xd0\x03\xcd\x1c\x49\x09\xfc\xb5\xf5\x29\x35\x17\xb5\xa2\x61\x03\x14\x60\xa8\x16\x5e\xf6\x51\xdc\x56\xe3\x8e\xe8\x54\x42\xa7\xde\xc5\xd7\x8f\x88\xa9\x5d\xe8\x08\xa1\xaf\x97\xfe\xb7\xc3\x5a\x7e\x7d\x7b\xf2\x40\x1b\xe4\xe2\xf8\xd6\xe6\xb7\x55\xd7\x47\x5c\xf5\x5d\x35\x5f\x07\x84\x22\x2d\x7c\x75\xcf\x4d\xf2\x10\x92\xd4\x39\xab\x5a\x83\x3e\xda\xba\x2a\xab\x0d\xe7\xd0\x14\xb7\x41\x86\xff\x54\x3f\xe2\xb3\x9b\xb0\xc3\x34\xe4\x28\xa1\x9d\x57\x4c\xdf\x7e\xac\x9c\xb2\xaf\xa7\xff\x0a\x84\xbf\xeb\x50\x73\x60\x95\x6e\xdb\x1e\xdd\xa3\x9a\xe1\xb1\x3d\xc2\x1b\xb0\x7b\x43\x8d\x64\x27\xa4\x47\x5f\x76\xd5\x37\x34\xae\xf3\x79\x56\x08\x76\xa4\x55\xb0\x21\x09\xdf\xd8\xa4\xf1\x69\x27\x64\x5a\xce\x3a\x8e\xd2\x78\x8a\x2b\xdb\x57\x95\x7b\x1d\x9d\xd2\x1f\x0b\x09\x3b\xf0\xc4\xd6\x5d\x95\xba\xa7\x5e\x57\x51\x53\xbe\x23\x5a\x58\x0c\x93\x8e\xef\x26\xd5\x23\x0e\x0c\x3b\x56\xd9\xd0\x4e\x7d\xcb\xb7\x7c\xc6\x46\x77\xa6\x6e\x58\x83\xf7\x68\xd9\xe3\xb3\x13\x7f\xbc\x3e\xdd\xf1\x0f\xf5\x97\x32\xe6\x70\x3e\x6e\x5f\xa5\xf7\xb6\x47\xf8\xad\xd5\x92\xde\x11\xc2\x10\xf4\x60\xe3\x76\xe2\x28\xc2\x57\x75\x85\x74\x1c\xd5\xc6\x9e\x45\x7e\x8e\x9d\x87\xbc\x4b\xf5\xc7\x37\xe5\xdf\xa0\x91\x48\x89\x1b\xe1\xf4\x51\xca\x71\xbf\xdd\x0c\x0a\xed\xbc\xc3\x36\xf6\x19\x86\xe9\x10\x0c\xcb\x80\x6e\xd8\x36\x0b\x27\x83\xc7\xf4\x7c\xc4\x37\x20\xfd\x1a\xa7\x12\x0e\xa0\xa3\x55\xa1\xc4\x0f\x58\x24\x4b\x4a\x0e\xc1\x2b\x90\x55\x14\x35\x71\x22\x1f\x46\x7d\x49\xfe\xb5\xd1\x91\xbe\x81\xe6\xed\x87\x66\x4c\xa7\x5f\x70\x30\xb2\x8d\xcc\xf4\x83\x68\xcc\x06\x24\x67\x62\x35\xb6\x12\xbd\xac\x27\x18\xa7\xc2\xec\x6c\xd8\x82\xbf\x80\xe3\x2a\xd5\xc4\x25\x84\x0c\xe6\x6b\x12\x9d\xb4\x08\xf1\x80\xfc\x98\xfc\x3e\xef\x03\xb5\x94\xfa\x28\x76\x80\x76\x90\x3e\xee\xb7\x92\x6e\x64\x4e\x76\xe0\xb2\xd3\x58\x11\xfb\x8d\xc8\xfb\x24\xbf\xf1\x6a\xf4\x46\xb2\x7f\x17\x0f\xd3\x47\x99\x53\x77\x16\x37\x83\xba\x5c\x11\x86\x97\xd0\xb2\x19\x47\x89\x53\xe8\x3c\xf8\x63\x52\x1b\x63\x6b\xde\x22\xca\x06\xe6\xab\x98\x6f\xd4\x5d\xec\x19\xbe\x07\x68\x32\xf6\x39\x07\x22\xab\x95\x93\xb9\x77\x00\x7e\x8b\xbd\x72\xd4\x80\x2c\x60\x8b\x3b\xce\xa0\x6e\xb2\x2f\x58\x62\x31\x70\x4e\xa4\xec\x3a\xce\x81\xb3\x93\x5e\x8b\x1f\xe6\x46\xc2\x1e\x13\x61\xdc\x43\xb9\xf1\x64\x0f\x5e\x4a\x4c\x35\xa5\x9f\x77\xc8\x97\x4b\x45\xf0\xfe\x73\x18\x64\x5e\xe2\x89\x76\x5b\x61\x73\x25\x5b\x87\xc7\xe1\x9d\x92\xca\x76\x17\x64\xb4\xf8\x97\x69\x14\xf5\x4a\xbc\x4b\x4a\xc0\x8c\x8a\x05\xb4\x02\x1c\x59\xbc\x05\xfa\x3f\x42\x92\x78\x49\x0e\x8c\xe4\x26\x7a\x16\x7d\x9a\x3c\x24\x1a\xf2\x8d\xa7\xe4\x8a\xb6\x38\x7c\x67\xfc\x10\xf4\xec\xf8\x56\x7d\xcf\xd4\x37\xb8\x18\xda\x61\xcc\x6f\xd1\xc3\x21\xfa\xcf\x86\x0a\xe4\x0a\x5d\xa7\xb8\x14\xed\x54\x9b\x45\xe1\x60\x5e\x6a\xbe\xd7\x6c\xc6\xdd\x57\x37\x65\x07\x13\x4e\xaa\xd6\x6d\x78\x4a\x82\x2b\xee\xf8\xdc\x23\xfd\x96\xef\x77\x4c\x60\xb8\x88\x85\xdb\x36\x55\xd9\x3a\xbb\xfb\xea\x6a\x8a\xdb\xc3\x6d\xe1\x30\xf7\x96\xa3\xba\x60\xf8\x27\x5b\xb1\x10\x82\xbc\xdf\xf8\x94\x34\x81\xbe\x53\x5f\x59\x75\x14\xfb\x8f\xf9\xf4\x96\x2f\xf8\x5b\xc6\x55\xeb\xbf\x13\x85\xba\x1d\x3e\x78\x92\xa3\xf6\x89\xa3\x94\x8e\x91\xfe\xd8\xba\xa0\xf2\xfa\x04\xb6\x87\x5f\x5d\x3b\xe6\x60\x0d\x83\xe6\x0f\x99\xb4\xa9\xf0\x35\xfd\xfe\xfc\x46\xa4\x67\x77\x0f\x71\x2e\xda\xbb\xc3\xa9\xb2\x00\xbb\xa6\x25\x33\xf3\x0e\x7e\x95\xd5\xb2\x3e\x82\x70\xad\x3e\xd8\xc7\x89\x98\x6a\x4a\x72\x1c\xa7\xbd\x53\x4c\x1e\xdf\x5c\x29\xdd\xb3\xbf\x7b\x6b\xf5\xa6\x1d\xbf\x1a\xd1\xd0\x99\x13\x4b\x35\x2a\xd8\xd3\xd1\x54\xde\x53\xc4\xa5\xc1\x6c\x02\x19\x75\xb9\x37\x1c\x72\x06\x73\xaf\xe3\x4f\x26\x01\xf7\x57\xcb\xf1\xa8\x2f\x04\xaa\xf5\x8f\xf7\x07\xc2\xff\x2c\x45\x8e\x0f\x69\x4d\x8a\x33\x63\xfb\x2b\xe3\x0f\x2f\xe8\xf6\xaa\x76\xd8\x3f\xbf\xe1\x56\xcd\x99\x5d\xaf\x35\x76\xb0\xba\x6d\xfb\x79\x48\x04\x7d\xac\x8a\x30\x09\x85\x1f\xbc\x0b\xc1\x62\x68\xbd\x6b\x33\x43\x71\x35\x1d\xd2\xa8\x7f\xf0\xdf\x5a\xe6\xfb\xcc\x20\x64\xd4\x5d\x76\x0a\xa7\xb9\x29\xd7\xee\x2b\x27\x76\x42\xfe\x1a\x2b\x24\x15\x56\xc7\x76\x6a\xc9\x6e\x50\xa5\xe5\x1d\xf9\x21\xfc\xbb\x1c\x46\x39\x83\xe2\x30\x00\x75\x0f\xe6\x03\x3c\x98\x76\x08\xcf\xcb\x95\xd3\x4f\x91\xfc\x63\xc4\x8c\x63\x94\x51\xdf\xcd\xcc\x42\xda\x71\x87\x35\x1c\x38\xe3\xe1\x5e\x06\x01\x5e\x73\x77\x54\x49\x0c\x83\x3d\xef\xb8\x49\x9a\x81\xb8\x6b\x49\x27\x7d\x41\xdb\xc9\x4e\x93\x7f\x60\x57\xd1\xa9\x54\x27\x7c\x16\x6c\x27\xcd\x9b\x28\xcd\x5d\x44\x4f\x24\xdf\x88\xf1\x63\x14\xd0\x1c\x7d\x1d\x18\x9f\xe8\x07\x1d\x5c\x39\xa1\x4c\xed\x1e\x21\x3e\x08\xe9\x34\x32\x4a\x58\x80\xda\xdb\x31\x9f\x38\x15\x53\x6c\x36\x91\x66\xe0\x56\xc8\xbc\xc8\xab\x08\x80\xf6\x3f\x4a\x06\xf1\x3a\x2c\x9c\x2a\x26\xef\xce\x19\xa1\xed\xa1\x6e\x8b\xbe\x4c\xbf\x4b\xd7\xfa\x9c\x63\x08\x18\x9f\x1c\xec\xd8\x6f\x58\x84\x5d\xc7\x31\xd7\x89\xd4\xa1\xaf\xd8\x3f\x24\x63\x1b\x1e\x1f\x48\xb6\x98\x5c\x08\x85\x94\x11\xc9\x05\x62\x13\xf5\x7f\xd4\x1d\xa4\xa7\xf4\x85\xd0\x68\x4a\x02\xa3\x2c\xfb\x1e\xb5\x95\x39\x1c\xbd\x82\x76\x8f\xf5\x8f\x0f\x89\xce\x65\xef\x76\x70\x62\x6f\xe2\x30\x76\x1c\x40\x7d\x63\x25\x0d\x2e\xc1\x04\xb1\x4e\xb6\xec\xc5\x52\xd9\x81\x06\x15\xee\x10\xbb\x5f\x4c\x23\xf8\x72\xd6\x52\x54\x44\x33\xe7\x44\xcd\x46\xb2\x0b\xb7\x3c\x7b\x06\x45\xc9\xfd\xb5\xa1\x99\x7a\x95\xa7\xf1\x09\xa7\x55\xf2\x6e\x38\x24\xb2\x58\xbc\xe6\x6d\x67\x90\xc1\xe2\xfd\xfd\x71\x28\xa5\x58\x66\xfb\x89\x7e\x29\x8e\xd0\xfd\xc2\xe6\x89\xa7\x89\x16\xe2\x6e\x8a\x9e\x92\x0b\x09\x95\xa2\xd3\xd5\x71\xc4\x2f\xa2\xa1\xac\xf5\x64\x89\x48\xb7\x61\x3a\xe5\xa6\x08\xe7\xe3\x40\xcd\x14\x85\x38\x34\x32\xfb\x05\xbb\xb6\x7a\xc0\x5d\x8d\xe9\x3d\x13\x08\xa3\xc1\xdf\xaa\x41\xcd\xd6\xbd\xd5\xee\x47\x9b\x6b\xf7\x08\x5c\xb1\x6b\xb5\x22\xa2\x0a\x77\x57\xb3\xa9\x72\x0f\xc1\xa4\x76\xd8\x32\x9d\x14\xa6\x3c\xb2\x7e\x1d\xb9\x5e\xa1\xf5\x1e\x22\x7f\x91\x5b\x1d\xde\x31\x76\x88\xb9\xa3\xcd\xd0\xf3\x1d\xd3\xbb\x92\xe1\x69\xad\x27\x1a\x62\x11\x57\x9a\xa9\xea\x26\x54\x45\x53\x20\xcf\x0b\xe3\xdc\x70\x17\x7f\x16\x7b\xae\x8e\x05\x89\xc0\x5b\xcc\x93\x33\xee\x10\x37\x19\xea\xa2\x72\x49\xc3\xba\x2c\xef\x64\xd2\x37\x6d\xa7\x63\x34\xc3\x41\xfa\x64\xb8\x12\x6a\x3f\xae\xea\xf0\x81\x09\x46\xb2\xea\x22\x11\x53\x06\xa7\x28\xb7\x23\x6d\xbd\xc7\x39\x95\xe8\xcc\x2e\x24\x2e\x14\x3b\xaf\xed\x63\xf9\x75\xdc\x93\x66\xcc\xe6\x23\x84\xa6\xc6\xfb\x91\x06\xe2\x9f\xba\x89\x65\x77\x49\x51\xc6\xb3\x8e\x38\xba\x4c\xfe\x70\xa8\xb5\xe6\xd8\xae\xd3\xed\x85\xb0\xd8\xed\x21\x16\x04\xfc\xd8\xb8\x50\xf1\x01\x99\x35\x7c\x91\x3d\x8a\xfa\xd5\xff\x07\x6b\xc2\x1c\xe9\x71\x2d\x4f\xc1\xe9\x3b\xa6\x6d\x2e\x20\xc4\xb7\xd8\x47\x66\x10\xdb\xad\xcc\x65\xa7\x88\x17\xcc\x17\x1c\x5b\xe8\x2b\x15\x6d\x43\x73\x6b\x8c\x07\x97\xb4\x9d\x80\x39\xec\x8d\x33\x5f\x80\xf3\x76\xae\x57\xc0\x91\x60\x22\x98\x1d\x8c\xea\x1e\xb5\xc3\xfa\x60\xaa\x06\x46\xcb\x5e\xe3\xfc\x7b\xa2\x36\x2f\xc4\x5f\x6d\x3f\x14\x19\x46\xf4\x6e\x66\x2d\xbb\x4b\x8c\xa8\xdb\xe0\xf8\x8e\xd6\xa5\x74\xda\x1a\x49\xdf\x0d\x29\xec\xb5\xa7\xbf\xa9\x7a\xde\xe4\xca\x58\x03\xcd\xaf\x9d\xca\x18\x86\x6f\x17\x78\x31\x23\x50\x7e\x44\x02\xf3\x38\xa6\xa3\xb2\x8a\x05\xc3\x07\x64\x72\x58\xef\x89\x37\xa2\x96\xb1\x85\x94\xac\xa5\xbb\xd9\x37\x69\x50\x7b\x2e\x2f\x83\xb9\x7c\x5c\x49\x63\xd7\x6c\xe8\x29\xa0\x5d\x80\xa1\xad\x58\xfa\x2a\x04\x57\x0b\xa7\x9f\x46\xa9\xf8\x52\x06\x09\x33\x46\x78\xc4\x5c\x88\xbb\x0d\xf9\x97\x79\x85\xe8\x96\xe9\xca\x62\x93\xf1\x91\x17\xd8\x1e\xd4\xa6\xa5\x24\xb6\x98\x9e\x6b\x5f\xce\xf3\x67\xee\x1b\x3b\x4b\x4d\x44\x24\x77\xb7\x50\xb7\xa2\xe6\x36\x4e\xd0\x02\xd1\x27\x35\xe3\xb4\x7f\xb1\x12\xde\x03\xfa\x00\xbe\x82\x90\xcd\x40\x11\xa3\x21\x68\xe6\x3a\x72\x40\xc6\x30\xf3\x13\x35\x22\x52\xc0\x1a\xa6\xcf\x5d\x9a\xc4\x9e\xc3\x10\xdb\x97\x70\x9f\xb0\xb4\x23\xbd\xe4\xa5\x84\xbc\xce\x2e\xf2\x09\x22\xb6\xfe\x19\x85\x4c\xa2\xa8\xfd\xa9\x29\xe4\x7e\xae\x8e\xb6\x9a\xf2\x11\xbf\x9c\xee\x42\x8b\xab\x20\x32\x00\xdd\xb6\xf9\x2d\xe3\x21\x73\x4e\xc4\x7b\xe6\x6e\x56\x99\xd7\x37\xd6\x42\x76\x92\xbd\x90\x1b\xcb\x11\x0e\xbb\x13\xf3\x19\xb7\x3b\xdc\x48\x4e\x4c\x5c\x5d\x21\xe9\x1c\xf3\x89\x72\x1f\xf9\x04\x8b\xc5\x49\xa7\x9c\x65\x2f\xc5\x4d\xa5\x5e\x64\x5f\x28\xe7\xd2\xee\x71\x44\x9b\x83\xe9\x57\xb9\x9b\x23\x28\x8c\x9d\xdc\x2f\x5e\x77\x98\x0e\xbc\x4a\xfb\x13\x1c\x06\x4f\x35\x18\x87\x6f\x15\x2d\x68\x2b\x26\xd0\x85\x9f\xcc\x47\x89\x9b\x85\xfb\x15\xc9\x24\xb4\x70\x8c\x6d\x47\xd6\x08\x07\x31\x4f\x28\x03\xc2\xa1\x32\x29\xf5\xb2\x70\x6b\x3a\x86\x76\x45\x78\x38\xfc\x1b\xfd\x88\xf0\x8c\xd7\x3e\xfa\x47\xe1\xc1\x49\x1e\xec\x31\x81\xb6\x8f\x86\xa5\xe8\xde\x35\x5f\xc0\x31\x6a\x7f\x18\xd1\x78\x91\xf6\x9d\x6c\x29\x61\x42\xf3\x88\xe9\x4a\x7c\xa3\xfe\x1b\x1d\x44\x5e\xa5\xba\x52\xea\x4a\xc1\x29\x4f\xa4\xa5\x53\xb5\x8a\x93\xe1\x31\x34\x9e\xfc\xaa\x97\x92\xa6\x93\x2f\x9b\xd4\xc3\xea\x10\xaf\xee\x09\x44\xff\x6a\xf9\xd8\xa4\xc0\x2e\xb1\x7d\xd0\x87\xe1\x36\x58\x1f\x49\xe6\xe0\x79\x0d\xd7\xe8\x61\x84\xb3\x75\x07\x91\x52\xd2\x42\x73\x5b\x71\x37\x19\x67\x64\xa6\x2e\xa1\xb4\xeb\xcb\xd6\x95\x53\x4d\xb5\x44\xaf\xf9\x54\x9d\xe6\xf1\xa4\xc7\xcc\x8f\x52\x4a\xd7\x62\xb4\x64\xf8\x4d\xa3\x1c\x43\x1c\xf8\x56\x9b\x80\x65\xf5\xbe\x13\x45\xe3\x0e\x75\x7d\xa1\x8a\x08\x2e\xed\x2f\xe1\xdf\x89\x88\x96\xb3\x45\x9b\x49\x47\x9a\x5a\x53\x5c\xc8\xdf\x1a\x68\x61\x16\xca\xbf\x96\xbd\x9e\xdd\x94\x53\x86\x36\x87\xb9\x4c\xb8\xbc\xa4\x73\x03\x7a\xc5\xb6\x7d\x0d\xdb\x30\xcb\xc7\xe5\x5a\x0e\x76\xcd\x48\xa0\x50\x88\xa3\x0c\x5c\xa1\x5c\xc1\x1f\xe9\x2d\x85\x97\x11\xe7\x75\x9e\x2d\x3c\x4e\xc2\xb6\xad\x4c\xee\x23\x77\xdb\xf4\x61\xe9\x14\x65\x23\xdc\x53\x45\xc9\x37\xf1\x1c\x62\x98\xce\x8a\x99\x1d\x26\xd4\xdd\x3d\x43\x0d\x73\xd0\x0f\x76\xa6\x6b\x9e\x60\x5e\x4e\xec\x13\x7c\xc4\xf9\x8c\xb9\x52\x72\xf1\xc8\xa1\x44\xd8\x6b\xc2\xf6\xbe\xbc\x42\x14\xc9\xb1\x2b\x37\x19\x4e\x0e\x6d\xcb\x08\x0b\xa0\x38\xdb\xc2\x3c\x1b\xc8\x3b\xcd\x37\x1d\x94\x0c\x91\x82\xde\xbb\x8d\x17\x0c\x49\xb2\xbd\xe6\xcd\xaa\xea\x34\xe8\xb8\xdf\x6a\xde\x4a\x63\x78\xce\xf0\x74\x86\x3b\xcf\x0f\x79\x12\x15\xc6\xdb\x84\x89\x2d\x01\x3c\x0a\xee\x4a\xca\x30\xaf\x8d\x88\x0a\x73\xe3\x5d\x23\x5f\x71\xcf\xe1\xcf\xa6\x9e\x00\xf9\x02\x33\x33\xa5\x77\x3a\xd7\xb1\xfa\xae\x2d\x95\x0b\xa0\x9f\xf4\xef\xb9\xd3\xe0\x3f\x24\x03\xdc\x08\xd4\x54\xba\x9e\x4b\xc0\x84\x21\x77\x72\x7b\x71\x35\xc5\x06\xee\x33\x42\x5f\x4a\x11\x2f\x80\xf4\x36\xf4\x32\x8f\x46\x9d\xe1\xbe\x82\x77\x94\x36\x02\xb2\x05\x68\xe6\xe9\x9e\x42\xf6\x3f\xf0\xa6\x26\x1b\xfb\x2b\x92\xa4\x4f\xe3\x2c\x45\x07\x4b\xec\x38\x48\xcc\x0b\xda\x17\xce\x4e\xdc\x19\x64\x10\xe7\x0f\x61\xa2\x78\x09\xb7\x80\x34\x92\x62\xcf\x1d\xa3\x8c\x84\x1a\x78\x53\x69\x7c\xf7\xe9\xbc\x42\xfa\x4d\x50\x2d\x58\xc5\x52\x74\xd1\x99\x47\xf0\xb1\x8d\xf7\x58\xee\x04\x4a\x6d\x0f\x8b\x47\x34\x8a\x1a\x59\x0f\x49\xd7\xa8\x07\xd8\xd9\x94\x00\xc4\x22\xf6\x3e\xaa\xae\x68\x0d\x27\x98\xf6\x2b\xb9\x80\xd3\xc3\x40\x87\xce\xe3\x7a\x30\xb7\x2f\xb9\xc9\xad\x61\x19\x81\x89\xaf\xe1\x14\x77\xfc\x45\xff\x4c\xc7\x37\x94\x30\x10\x8c\x05\xda\x70\xc6\x2d\xc6\x98\x30\x9d\x59\xc1\x2c\xa5\xd4\x33\x5f\xb3\x16\xc2\xe7\xb2\x18\xac\xc7\x85\x79\xec\xc9\xec\x9d\x9b\x06\xd9\x2d\x1c\x55\xc8\x20\xc7\x9b\x9b\xb0\xe4\x38\x27\x93\xbb\x15\x3c\xe4\x9d\xe5\xa5\xb7\xcf\xa6\x69\x04\x8b\xea\xb6\xd2\xbe\x09\x42\xd4\xa3\x74\xb2\x20\x8c\xff\x92\xe1\x2a\x48\x24\xe7\x33\xf6\x0a\xca\xa1\xbf\x99\xa5\x02\x55\x41\x39\xcb\x4e\xb0\x3d\xe9\x1d\xab\x57\xf0\x20\x24\x89\xbd\x56\x38\x79\xc9\x00\x3b\x5a\x38\xcd\x6e\x2d\xcf\x51\xe0\xd3\x52\x46\x61\x6b\x53\xcd\xe1\xd4\x39\x9a\x76\x65\x19\x75\xa7\xfa\x16\xf7\x24\x0d\xaf\xfa\x41\xa4\xd0\x83\x55\xbe\x35\x69\xf4\x57\xca\x9c\xbc\xf7\x8c\x41\x85\x20\xf1\x0e\x13\x2a\x1f\x5d\x5b\xcb\xfc\x20\xfb\xb8\x84\xc0\xbc\x25\xe3\xd9\x0d\x70\x67\x8a\xba\x9b\x7e\x90\x17\x35\x1d\x32\xbc\x25\x9f\xb3\x4e\x97\xc7\x51\x84\x0d\x71\xec\xab\xd4\x94\x3a\x12\x7e\x98\xb6\xc0\xdc\x5a\xb5\x93\xf6\xcc\x78\x32\xd7\x4a\xdf\xab\x7f\x99\x70\x84\xc1\xd1\xcd\x5d\x73\x90\x39\x49\x2b\x5a\x32\x97\x71\x5a\x7d\xd5\x7e\x0a\x27\x49\x72\xcf\xea\x4e\x52\xf7\xff\xa7\x9f\x41\x5e\xd4\x0b\x91\xc2\xc9\x97\xba\x0e\xb0\xe6\x52\x9a\x3a\x66\xe3\xe6\x51\x71\xad\x25\x95\x29\xb4\x44\x9b\x21\xa7\x82\xbe\xb8\xf1\x58\xfc\x6e\xfa\x9d\xba\x5f\xc1\xaf\x18\x45\xe6\x93\x8b\xeb\xe9\x5f\xf4\x1e\xf6\x21\xec\x31\x59\x6f\x63\x0e\x29\x76\xcc\xa4\x8b\x23\xdd\x19\x9e\x90\x74\x91\x75\x03\xfb\x98\x10\x4a\x7e\xef\x0e\x2c\x91\xea\xd3\xd5\x04\xd9\x4e\xfd\xda\x8e\xca\x7e\x48\xbb\xd0\x12\x1a\x9f\x4d\x57\x34\xcd\x0c\x6e\xa1\x7f\x6d\x58\xbd\x98\x44\xe7\x19\xfe\xb2\xcf\x61\x67\xcb\x73\x1a\x76\x11\xff\xec\x80\xd5\xf6\x90\xda\x27\x32\x24\xb3\xc8\x5b\xc6\xe6\x31\x6e\x51\xa6\x0f\x9d\xc1\x7c\xa7\x5c\xed\x87\x40\x32\xa9\x6d\xdd\xb7\xb2\x6b\x69\x98\x8e\x8c\xf8\x59\xf4\x45\x2d\xd7\x83\xe9\x74\xb6\xf5\xc4\x62\x26\xed\xa6\x69\x89\x7d\x3d\xeb\x94\xfc\x60\xd3\x90\x94\x03\x01\x86\x9b\x92\xfb\x55\x55\xf2\x1c\x49\x6e\xcd\x10\xfb\x98\xf8\x1d\xdc\x01\x4f\x11\x37\x20\x39\x55\x70\x71\x14\xfa\x6b\xae\x9b\xe8\x25\x4e\x1d\x4f\x15\x8d\x12\x5d\x82\x94\x22\x03\x39\x6f\x41\xb9\xe8\x21\x75\x26\x00\xa2\x93\x4c\x5a\x93\x8b\xa4\xb8\x9a\x65\x88\x17\x3f\x82\x9a\x64\x87\xc5\x3c\x78\x23\x3b\x56\x1c\x88\xec\xc6\x7d\x15\xbd\x40\x5f\xad\xfc\x28\xea\xc6\x4d\xca\x99\x10\x21\x09\x69\xf1\xab\x44\xf1\x24\x71\x50\x81\x28\x82\x22\x5a\xb0\x49\x64\xa0\xbe\x00\x40\xd4\xc8\x7c\x68\x45\x89\xa3\xe1\x0b\xf5\x6d\xa2\xd7\x88\x57\x32\x1f\x51\x1f\x6a\x9c\x35\x20\x22\x60\x50\x38\x82\x28\x1a\x97\x5a\xc9\x11\x4d\x21\x44\xe6\xa4\x0a\xef\x93\x36\xc4\x3d\x16\x9e\xa5\x04\x06\x2d\x17\x5e\xa2\xfe\xbb\x20\x52\xe4\x4b\x9f\x01\x80\xa8\x8c\xa5\x6d\xd8\x29\x24\xe0\x8a\x74\xb3\x85\xeb\xf1\x0d\x92\x6d\x42\x17\xc2\x61\x26\x4c\xf0\x87\x34\x0b\x9b\x2b\x78\x43\xa6\x40\xf8\x82\x1b\x94\x7f\xb3\x49\x82\x13\x34\x54\x5c\x8a\xe0\x0c\xfd\x4c\xe0\x45\xc1\x73\xe6\x8c\x05\x2b\x85\xab\x99\x67\x01\x10\x1e\xe3\xc4\xd6\x57\xf1\x6d\xb4\x25\xda\xdd\x7c\x23\xed\xae\xb8\x8c\x2f\xa7\x2b\x19\x6b\xf9\x6a\x46\x3a\x26\x9a\xdf\xc8\x74\xaf\xd0\xf2\x9b\x59\x8e\x59\xad\xfc\x4e\xd6\x87\x8d\xe3\xfc\x93\xec\xf3\x81\x54\xfe\x3b\x8e\x6e\xc1\x2a\xc1\x5c\xce\x6b\x00\x84\x93\x79\x73\x2d\xe3\xbc\x24\x5e\xa1\x26\x8c\xb7\x82\xa7\x17\x4d\xe5\x2d\xe6\x4d\xd0\x3e\xf1\x22\x79\x0f\xd0\xcb\x79\xe5\xfc\xc5\xe5\x26\x1e\x93\x8f\xd9\x72\x81\xd7\xc8\x3f\xb2\xd1\x97\x77\x5a\xe0\x1c\x18\xc5\xfb\x4f\x90\xb9\x20\x95\x77\x5f\x50\x04\x80\xc0\x8b\x7f\xcf\x54\xc6\x59\xa2\xda\xab\x7c\xc3\x49\x55\xe5\xf3\x2f\x72\xe8\xca\x53\x94\x4f\x9c\x21\xa5\x07\xb2\x98\xf3\x48\x41\x29\xfd\xcd\x5d\x24\xbf\x97\x89\xe5\x26\xc9\x63\x63\x17\x73\x75\xb2\xce\xd5\x7c\xee\x6e\x99\xfb\x02\x27\x2e\x51\xba\x15\x00\x7e\x82\x68\xbd\xfe\x29\xeb\x4b\x43\xaf\x7c\x80\xed\x5e\xef\xc3\x3d\xc0\xce\xb0\x18\xc9\x4e\x6c\xbd\xd9\x01\xde\xcd\xbe\x61\xa4\x96\x10\x39\xee\xfa\x27\x19\xde\x9c\x2a\x5d\x49\x8c\x03\xa7\x5f\x7b\x21\x60\x1b\xe7\xa4\xc6\x32\xbf\x95\x53\xa4\x62\x00\x1f\x9e\x50\x92\xa8\x5b\xc6\x9a\xdf\x7d\x5e\xfa\x94\x55\xd3\xb9\x93\x03\x58\x83\xed\x14\x22\x86\xf5\xa6\x75\x09\x6c\x2d\x3b\xdc\xb6\xb7\xd8\x97\x2d\xb5\x66\x6c\x9e\xc2\xbe\x54\xff\x28\xda\x99\x33\xcb\xa2\x5e\x75\x97\xe3\x61\x1a\x9e\xbf\x90\xad\xaa\xcd\x06\xb9\xdc\xfb\xd2\xf7\xb5\x41\xcc\x77\x43\x5e\xd2\x79\xac\x80\xfe\x83\xec\x14\x16\xbe\x37\x90\x70\x94\x35\xd6\x25\x86\xda\x58\x1f\xda\xcf\x14\x75\xb0\xa3\x5b\x7e\xa6\x37\xb2\x15\xb6\xf0\x0d\xfd\xec\x83\x8d\xe6\x55\x2a\xf6\xc1\xba\xdd\x6e\x2f\xd9\xae\xba\x7b\x80\xce\x65\xcb\x1a\xb5\x70\xe6\x8d\xf1\x09\x09\x86\xf9\x67\x74\x11\x6b\x2f\x2b\x74\x28\x8b\x90\xc0\x42\xf7\xc3\xa1\x41\xac\x9e\x1e\x78\x51\x22\xeb\x59\x67\x56\x7a\x36\x7b\x55\x5b\xdc\x06\x0c\x3b\xaf\xb9\x78\x55\x31\x3b\xa6\x71\xae\xdb\x4b\x16\xca\xe0\x02\xba\x38\x5f\xe5\xf6\xca\x06\x43\x0a\x24\x46\xb0\x5d\xf7\xbc\x8a\x49\x77\xab\x1d\xac\x19\xc2\x8c\x6a\x0d\xb0\x37\x95\x16\x0d\x07\x59\x98\x77\x5e\x0d\x41\x9f\x4d\xfe\x5b\xb5\x05\x97\x17\xd1\xa6\xac\x26\x1c\xf7\x7b\xa2\xb8\x4c\xfa\xc7\x65\x40\xe9\x47\x89\x02\x40\x7a\x84\x35\x49\x69\xaf\x8f\xaa\xce\x13\x04\xd5\xfe\x81\x16\xd0\xba\xb5\x77\xe0\x99\x98\x04\xcd\x6d\x64\x76\x65\xb0\xfa\x0e\x9a\x96\x47\x53\x5d\xc2\xf6\x26\xd7\x2a\x2f\xe3\xff\x8b\x40\x2a\x3e\x91\xdc\xfc\xce\x2a\xa8\xe4\x77\x2e\xdd\x8a\xf3\x94\xef\x00\x48\x8d\xac\x54\x45\xa5\x6e\x0d\xcc\xcc\x6f\xa9\x5d\x80\xa8\xa1\xf9\x6b\x67\xa0\xbc\xd0\xe7\x34\x3e\xe8\x3b\x90\x63\xea\x70\xec\x81\xbc\xb9\xaa\x28\xfc\xf6\xe4\xf5\xca\x14\xe2\xfe\x88\x10\x85\x90\xdc\xe5\x37\xaa\x98\x4a\x8d\x71\x19\x51\x14\xd0\x66\x03\x20\xcd\x62\xdd\x90\xfd\xad\xb5\x61\x83\x78\x69\x9a\x3a\x9c\x98\xf2\x55\xdd\x87\x3f\x8a\x3a\xac\x3a\x4f\xf4\xa8\xf8\x5b\xf9\x89\x64\xcc\xdd\xa4\x74\xa1\xcc\xdf\x54\xab\x08\xa1\x0e\x85\xef\x92\xf3\xe8\xb3\xfc\xb8\xf2\xf9\x8c\x24\x97\x4b\xf2\x0d\x8c\xd3\x00\x48\x3a\x38\x45\x52\x9b\x66\x32\x25\x86\x3b\x53\x3d\x9f\xba\x8c\xbc\x5b\x15\x44\x7d\x8d\xec\x54\x62\x68\x97\xca\x1f\x28\x86\xe8\x27\x73\x10\xf2\xbf\x19\x97\x92\x2e\xc8\x5d\x98\x8f\xc2\xa3\x64\x6c\xd6\xdf\x7e\x31\x32\x77\xf6\xa8\xcb\x03\xd9\x42\xf6\x57\x00\xc4\x2f\x78\x53\x25\xa5\xaa\x09\xf6\x4b\xf6\x45\xe5\x6e\x4e\x04\x49\xa5\xf8\x8b\x43\x45\x98\x15\xde\x9c\x1b\x65\xff\xc8\x19\xdc\xf8\x6c\xbd\x6c\x2f\xf7\x7c\xd2\x14\xe9\x77\x5e\xce\xba\xa3\x52\x0e\xef\x8e\x9f\xb3\x74\x09\x3f\xcb\x75\x92\xe4\x11\x9f\x09\x80\x78\x15\x7f\x4c\x14\xac\x38\x21\xcf\x61\x5e\x90\x7f\x96\xcf\x24\xf4\xcb\xd7\xcb\x06\x61\x77\x65\x2d\xb2\xb4\x52\x8c\xcc\x5e\xfa\x29\x2b\x4a\x5a\x22\x1d\x4c\xf8\x28\x19\x97\xc2\xc3\x9e\x4b\x22\xa4\xbe\xbe\x2a\xf1\x55\xa9\x93\xcb\x3b\x31\x46\xb2\x0e\x00\xd1\x32\xe1\x2d\x41\xb8\x9c\x64\x3a\x41\xff\x24\xdb\x65\xdc\x87\x7b\x23\x9b\x67\x50\x42\xb7\x48\xf9\x7a\x68\xf1\x6f\xc9\x3b\x5d\x6c\xe6\x0f\x49\x49\xad\x57\xfc\x53\xf1\x59\xed\x94\x30\x17\x71\xaa\x66\x92\xcf\x4b\xd1\x65\x35\xcc\x65\xa7\x28\x55\x11\x05\x80\x30\x57\xdc\xc9\x23\xcb\x7a\xdb\x26\xd1\xd2\xa5\x3f\x5b\xf2\xb1\x44\x69\xb1\x4d\x52\xfd\x3f\xc9\x05\x6b\x7f\xd1\x5e\x49\x5c\xc3\x85\x8c\x1b\xe2\x3d\x75\x6f\xe2\xde\x88\x83\x2c\x3e\xa1\xc1\xa2\x41\x93\xc8\x67\x99\xc8\xd3\xd0\xe4\x92\x28\xa4\xab\xf1\x00\x08\xc6\xa5\xf3\xb8\x3d\xb2\xea\xee\x9b\x54\xa3\x74\xa2\xf3\x19\xe6\x84\x74\x6e\xfb\xb5\xea\x8d\x12\x79\xeb\xd6\xa2\x35\xe2\x8f\xcd\xb5\x19\xe5\x62\x5c\x13\x2c\x4e\x2d\x7a\xdc\x58\x10\x72\x5d\x94\x5b\x2f\xf0\xbe\x22\xdc\x6d\xf6\x72\x59\x22\xf8\xa5\x39\x00\x80\x20\x57\xda\xc1\xf9\x2e\x5b\x31\xf0\x93\xf2\x4d\x4a\xee\x7b\x88\x89\x95\x5c\xe8\x69\xa9\xba\x24\x09\xed\x4a\x2b\xbc\x20\x6e\x69\x7f\x93\x31\x45\xec\xda\x6a\x88\x4b\x16\x49\x9a\x73\x43\x5a\x84\x8f\xac\x67\xbd\x3b\x85\xc1\x75\x4b\x5c\x3c\x05\xb9\xda\x6b\x00\xf0\xaf\xc8\x00\xcd\xd2\xfc\x02\x32\x82\x6b\x68\x7a\x57\xf5\x00\xfa\xc7\x3a\x09\xea\x54\x7a\xa4\xc1\x17\x1e\x9a\xfd\xa4\x2e\x15\x29\x4f\xa6\x98\xab\xd0\xff\xad\x7f\x62\x54\xe3\x10\x81\xce\xfa\x6f\x84\x9d\xee\x58\xbd\x3f\xa9\x69\x6a\x6b\xad\x0f\xa5\x1b\x00\x45\x0a\x7b\x06\xcd\xbd\xd9\xa3\x9a\x8d\x8b\x68\xf2\x86\x52\xa0\xdb\x1b\x23\xe0\x55\xa5\xac\x7a\x32\x32\x3f\xbb\xd3\x32\x8a\x46\x27\x47\x98\xae\x61\xad\xeb\x77\x18\xa7\xe2\x6f\xad\x7e\xa3\x57\x10\x9f\xb8\xe3\x74\x07\xc8\xca\xa9\x87\xb5\xc7\xa9\x69\x00\x28\x66\xb2\x57\x52\x9b\x6c\x79\x30\x0a\xf6\xbc\xb5\x10\x11\x0a\x2d\x6b\xc0\x20\x5f\x94\xfa\xd5\x1d\x47\x77\x67\xe7\x5b\x66\x60\x25\x9b\x3e\x9b\x62\xf0\xdc\xf5\x02\x03\x9f\x28\x59\x7d\x55\x3f\x9d\x9c\xe7\x8e\xd1\x25\x51\x0e\x4d\xbd\xab\xcd\xa4\x6d\x01\x40\x7e\x8a\x6d\xa0\xe0\xad\xc7\x30\x68\xcc\xa9\x86\xd7\xd8\x0b\x35\xac\xfa\xe5\xf8\x25\x25\x10\x0b\x97\x20\xcc\x1a\x36\x5d\x22\xfe\xde\x54\x6d\x74\x25\x5b\xd6\x3b\xea\xab\xa8\xa1\xab\x45\xb5\xbf\x69\x06\xf7\x9a\xda\x68\xfa\x80\xb3\x8b\x26\x9a\x69\x07\x80\xdc\x8d\x73\x87\x7c\xb8\x31\x9a\x74\x18\xfd\xb4\x9e\x45\x3e\x5b\xcd\xb3\xec\xa5\x8c\x17\x73\xcd\x4b\xa9\xc3\x5b\x1e\x19\x15\xb4\x43\x49\xdb\xf4\x7f\xd3\xff\x8d\x22\xeb\x22\x98\x0b\x57\x07\x6b\x5f\xb0\xfc\xdd\xf3\xb5\xde\x6c\xe0\x1c\xaf\x76\xe3\xac\x06\x40\x96\xc5\x2b\x27\xb1\xeb\xbf\x30\xf7\xa3\x4e\xd6\xf9\xb1\x56\x57\x31\xcc\x70\x96\xa1\x48\x65\x7c\xc4\xf6\xda\xe2\x62\xc8\x61\x1f\x49\xfc\xaa\x9b\xe0\xd0\x23\xaf\xd7\x2e\xe2\xae\x0b\xb8\xa2\xb9\xcb\xfd\xcf\x3d\x5e\xe3\xca\x33\x3b\xb3\x94\x6f\xf9\x61\x00\x48\xd9\xfc\x3b\x84\x1d\x75\x53\x24\xc1\xc8\x48\x33\x54\x32\xaf\xd2\xd3\x78\x56\xfc\xba\xb0\xc8\x90\x2d\xbe\x96\x39\x49\xf7\x97\xf8\x6c\xe2\xcc\xda\x34\xf1\x85\xc8\x05\x9a\xa3\xe2\x7b\x01\x99\x6a\xa9\xf8\xab\xbb\x83\xaa\x43\x12\xe6\xdc\xaf\x40\x89\xbd\x00\x90\x60\x84\xfb\xf1\x4b\xcc\xdb\x75\x74\xf8\x49\x93\x67\xed\x68\xc5\x88\xa1\x47\x7b\xb1\xc0\x5d\xbf\x42\x3b\x6b\xf3\x8b\xda\x1d\x9a\xbc\x84\x79\xda\x68\x75\x67\xc4\x26\xf5\x49\xf5\xa4\x55\xdb\x54\x62\x95\x66\x49\xbf\x52\xad\x5a\xed\x3c\x2c\x5f\x2f\xc3\x02\x20\xd6\x89\x63\xb0\xf7\x4c\xb7\xad\x2a\x18\xc3\x98\xd2\x18\x5d\x2e\xd2\x1f\xad\xbf\x9d\xf7\x45\x57\x58\xc7\x49\x7f\xa1\x7d\x66\xf1\x8f\x5f\xab\x11\x99\xee\x87\x2b\xd4\x0b\x8d\x7b\x56\x39\x29\x2f\x18\x2e\x2e\x71\x50\x1c\xd7\x4d\x73\x66\xcb\x0a\x94\xb3\x00\x10\x3d\x93\x50\xb1\xa1\xa6\xea\xd6\xff\x41\x1f\x18\xfe\x69\x29\x2a\x7b\xa7\xc7\xd8\xf6\xe6\x31\x6a\x7f\x35\xf9\xa6\x73\xb4\xb5\x8d\x0d\x71\x57\x35\x2b\x1a\x16\x84\x87\xab\x4e\xd6\x5d\x58\x79\x48\x89\xb3\xf8\x2d\x3e\xaa\xc8\x33\xcc\x74\xae\x90\xde\x56\xad\x04\x40\x54\x2b\xf9\x07\xd3\x6d\x7c\xd7\x55\x07\x85\x18\x84\x1d\x2f\xca\x04\x7a\xd7\x76\xbf\xbc\x79\xb5\x2d\xad\x98\xf4\x55\x5a\xbf\xe6\x3d\x71\x06\xf5\x11\xdb\xa2\xf0\xc9\xaa\x72\x6b\xcb\xca\x06\xc5\x87\xfa\x6b\x8b\x3b\xe4\x87\x8c\xa3\xce\x18\xe9\x1a\xb5\x3b\x00\xa2\x69\xd2\xf8\xea\xfb\x83\x4e\x95\xa4\xd2\x03\x7d\xe9\xd5\xcc\xbc\xb9\xdd\xdd\x50\x66\xfa\xad\xce\x25\x70\x75\xc2\x9c\x36\x0b\xf2\x70\xe4\xb9\xe6\xef\x98\x59\x41\x8c\x26\x01\x0e\xeb\xed\xd4\x28\x27\x0c\xcc\xe1\x36\xbc\x26\x6d\x99\x74\xcb\xb8\x8c\x86\x07\x40\x25\xe2\x78\x54\xb7\x0e\xa4\x54\xbf\x2b\x55\xf4\xea\xa0\x67\x72\x5f\x75\x3d\x87\xdb\xd2\xc7\x3b\x28\x48\x7a\xfc\x9b\xd6\x1f\x68\x6a\xe4\xd6\x66\x2c\xd6\x10\x04\xb3\x7e\xc3\xef\xf2\x76\x6a\x9c\x4c\xdc\x35\xa7\xbe\x01\x4b\xf6\x72\x00\x86\x43\xb4\x97\x00\xa8\xa2\x39\x8b\xaa\xb3\xfb\x35\xb0\xe6\xd2\xe4\x9e\x2b\x88\xf4\xdc\xf1\xae\x40\xe4\x8b\x74\x5e\xfb\x19\xb4\x21\xfe\x68\x6b\x19\x16\x12\xa9\xb1\x5d\xc7\x6f\x0e\x4a\xb7\xa2\x89\x71\xde\x93\x1a\xf8\x64\xe7\x39\xa3\xf5\x77\x29\xf1\x0e\x7e\x86\x64\xfa\x79\x00\x94\x2f\x38\x35\x55\xa4\xde\x37\x18\x8f\x12\x43\x37\x04\x5b\x93\xeb\xde\xf1\x00\xd7\x95\xf6\xa3\x4d\x44\x70\x8a\xcf\x6f\x59\x4a\x54\x44\xae\x6d\xea\x21\x7b\x04\x39\x37\x26\x50\x0e\x2c\x7b\x52\x5f\x42\x5b\x36\xe7\x5a\x5d\x0f\x7d\x81\x03\x51\x1f\xc2\x0a\x00\x40\xb9\x82\x4b\xaf\xfc\xd9\x43\x24\x5e\x28\x01\x9d\x9f\x48\xf7\x72\x08\xed\x12\xf2\xa5\xb4\xca\xd6\x10\xca\x9d\xb8\x2b\xb6\x07\x34\x10\x71\xcc\x4a\xa0\x87\x05\xee\x6c\x70\x61\x50\x97\x9d\xae\x0b\x64\xb6\xce\x79\x6f\x29\x67\xe1\x1c\xf6\xeb\xa6\x72\x2e\x01\xa0\xc8\xe2\x5d\xae\xcc\xea\x5e\xc6\xf0\x2d\x4e\xe8\x18\x60\xec\xcd\xde\xdb\x16\xc5\x8c\x49\xdd\xdf\xfc\x85\xf9\x32\x2e\xa1\x69\x8c\xb5\x35\x62\x73\x63\x12\x5b\x12\x58\x52\xf7\x8c\x53\xb1\xac\xcd\x32\x85\x9b\x31\x77\x8a\xd9\x83\x37\xd9\x71\xba\xf6\x01\x3f\x17\x00\x39\x49\xe0\x57\xb1\xbd\x13\x2d\x6c\x2e\x9a\xdd\xf6\x41\x38\x91\x75\xa3\xa5\x41\xb8\x3f\xe5\x9d\xad\x52\x78\x67\x63\x9d\xd5\x5b\xe4\x12\xbe\xaf\xfe\x9c\x28\x6b\xf5\x1b\x0b\x4f\xd4\xb5\x8c\x64\x52\x8a\xbd\xe7\xfa\x1b\x61\x62\xb9\x23\x46\x53\x24\x92\x02\x20\x4b\x11\x9e\x29\xdf\xde\x7e\x43\xbd\xb3\x70\x61\xab\x4e\x1d\xb3\xe5\x63\x73\x9a\x6a\x67\x8a\x6f\xd3\x12\x55\x5c\xec\xfd\x86\x57\xca\x7f\xc2\x7d\xea\x3a\x95\xc6\xd5\x64\x33\x42\x59\xb1\x6c\x95\xb1\x5c\x29\x99\xbb\xcc\x30\x5b\x11\xeb\xd8\xaf\xf6\x96\x7a\x03\x20\x85\x8a\x1d\xcb\x8e\xb6\x8d\x59\x5e\x17\x2c\x6f\x11\x9b\x1f\x6c\x99\x64\xcb\x30\x5d\x49\x4e\xb7\xfa\x1a\x1f\xc6\xfa\xd4\x7f\x36\x3a\xaf\x63\x5b\x4e\x18\x36\x07\xbc\x30\xd9\xf4\x17\x97\xee\x37\xa8\x74\x47\xe7\xdc\xd0\x2f\xd6\x38\x3b\xee\x56\x05\xca\xd3\x01\x90\x6c\x93\x4c\x2e\xdb\xd8\x16\x6f\x3d\x94\xbf\xb3\x65\x7a\xa3\x2c\xd3\xd6\x74\xb7\x21\x6d\xd3\xcb\xc6\x6d\xf5\x41\x31\xd7\xeb\xc5\x75\x6b\xd6\x85\x5b\x8a\x2c\x45\x01\xdb\x4d\x61\x66\xe3\x52\xb3\x61\x81\xb1\x64\xce\x01\x9d\x49\xdb\xe7\xb8\x5b\x39\xa4\x08\x01\x40\x92\x2f\x81\x97\x5e\x6a\xfd\xbb\xe5\x57\x7e\x5e\xb3\xad\x79\x28\x33\xa5\x09\x69\x2b\xd8\x34\xd4\x18\xde\xe4\x1b\xd3\x5e\x6f\x67\x9d\xbf\x6e\xa6\xf9\x76\x63\x60\x80\xd5\xb8\xbb\xbe\x71\xa9\x42\xaf\x34\x33\xe7\x1c\xab\x7d\x58\xfb\xc7\xf1\xbe\x72\x92\xd2\x09\x00\xf1\x55\xc9\xb1\x12\xe9\xf8\xe4\xca\x4f\xb9\x6d\x23\x8b\xab\x6f\x6d\x5e\x3b\x18\x09\xdd\x91\x98\xdd\xc7\x86\x0f\xaf\xff\xd2\xbd\x17\x79\x2e\xc4\xa7\xe3\x29\xc6\x71\x45\x6a\x5b\x34\x2e\xd5\x1d\xd6\x12\x43\x20\xce\xdc\xd1\xec\x4b\x8a\xb0\xa3\x9b\xfe\xa2\x97\x02\xa0\x96\x70\xd8\x25\x55\x63\x89\x35\xe5\xb9\xc2\xe1\x0a\xd8\xec\xcd\x0b\x06\xe4\xf0\x23\x89\x11\xbd\xd7\x90\xb2\xf5\x8f\xba\xbd\xd0\xf8\x90\xf9\x1d\xb9\x58\xc6\x8a\x4d\xad\xe3\x78\x85\x3b\xae\x79\x27\x91\x38\xf3\xa6\xcd\x46\xfa\x66\x57\x67\xc2\xd0\xf7\x01\xa0\x8e\xe0\x60\x4b\xd6\x8e\x4a\x60\xef\x73\x0b\x86\xda\x11\xbc\xf4\xb7\xfd\x97\x91\x7f\x12\xdd\x7a\x57\xa0\xb5\xeb\x8f\x77\xf1\xb1\xa9\x21\x76\xed\x7b\xf1\xbe\x2b\xa2\x5a\x17\x11\xa7\xb8\xd3\x9a\x97\x91\xf6\xcd\xfc\x64\x03\x94\xb9\x76\x3b\x8c\xaf\x18\x42\x00\x54\x0f\x38\x03\xc5\xdd\xc3\x6f\x30\x41\x39\xd7\x07\x03\xb0\x65\xe9\xfc\x3e\x06\x4e\x92\xb0\xa3\xfb\x0e\xfe\xee\x7a\x7a\x67\x34\x31\x77\xed\x89\x36\x31\xe9\xe1\x8a\x79\xcd\xff\x52\x68\xee\xa4\xa6\x57\xd4\x4b\xb3\x56\x5a\x77\xd2\x5e\xda\x7d\x37\x5c\x61\x75\x03\xa0\x72\xe5\x0e\x15\xc7\x0c\x95\x13\x4f\xe7\x94\xf6\xef\x21\x8d\xa5\x7d\xef\x75\x27\x2b\x13\x36\x76\xe9\x28\x86\xf5\x73\xda\xbf\x53\xb7\xaf\x65\xb4\x26\xd2\xfe\x5d\xfe\x8f\x6d\x90\xb1\xd4\x9d\x6c\xed\x63\x66\xce\x2a\x6a\x2c\x62\x65\xd8\x67\xea\xbb\xb9\xb3\x00\x50\xae\xe6\x7d\x29\x62\x0d\xba\xd0\xf7\x66\x6f\xeb\xc3\x32\x12\xd3\xb0\xdd\xd7\x19\xe7\xe2\x8f\x77\x66\x31\xf9\x51\x03\x6d\x27\x59\xe9\x6b\xbd\x5b\xe6\xb0\x3d\x97\xf7\x36\xd1\x39\x76\xee\xa8\x46\x0c\xd7\x6e\x96\xa0\xc1\x8e\xfb\xd3\xbe\x57\xc7\xe5\x57\x02\xa0\x48\x12\x24\x14\x2a\xfa\x8b\x05\x37\xb3\x5e\xf7\xec\x10\x3c\x49\x3d\xd1\xe5\x27\x78\x15\xbf\xaa\x7d\x5c\xe8\x1e\x15\xd8\x1a\x20\x84\xaf\x39\x62\x53\x0b\xf7\x2d\x47\x36\x7e\x11\xad\x70\x47\xd4\x9f\x17\xfd\x35\xeb\x4c\x9d\x8f\xd8\x71\xd2\x1c\xed\x5b\x51\x2c\x00\xf2\x85\xc2\x23\x05\xe7\x7b\xc7\x54\xe2\xac\xf0\xee\x48\x95\x5d\xaa\x47\xc7\x19\x25\x37\xae\xa9\xad\x50\xe9\x13\x39\xd2\xfc\x40\xf1\x72\x4d\x51\xd3\x66\xc5\xd1\xe5\x8b\x1a\xce\x2a\x8e\xba\x67\xd6\x29\x94\xae\xb3\x3e\x98\x87\xe4\xc1\x93\x2a\x35\x7b\x25\x66\x00\x64\xab\x45\xff\xcb\x7f\xde\x23\x31\xaf\xda\x02\xef\x9a\x67\x0a\x48\x81\xb4\x8f\x18\xd7\x6c\x7c\xdd\x1a\x67\xc0\x47\xce\xb7\x5d\xd2\x9f\x0f\xfe\xcb\x9a\xaf\xcf\xf6\x1f\xab\x7f\xa1\x9f\xee\x3e\xc9\x62\xad\x95\xce\xba\x67\x52\xa9\x74\x93\x94\xea\x23\x32\x19\x00\x52\x91\xf8\x64\x3e\xbb\x67\x66\xc3\xc9\x2d\x8e\x9d\xd6\xfa\xe6\x94\x19\xed\x01\x75\xec\x8d\xdd\x2d\x87\x2d\x96\x88\xbb\xb6\xcd\xe6\x1b\xc1\x5d\x8d\x7f\x9b\xb7\xf8\x2b\xeb\x19\xa6\xc2\x25\xaf\x2c\x8b\xf5\xe7\x66\xdd\x35\xbe\xd1\xd8\x4d\xea\x57\xaf\x97\xc3\x01\x90\x7a\x48\x02\xf3\xe7\x77\xb7\xd9\xae\x66\xee\xe8\x74\x6f\x32\x25\x5f\x68\xeb\xb3\x96\x6c\x24\xb7\x84\x36\xc2\x22\x76\x34\xed\x6b\xe8\x09\x56\x36\x66\xd6\x9f\xf4\x67\xd7\xbd\xae\x03\x4b\xde\x9a\xb9\xc6\xa1\x59\x5f\x8c\x81\xda\x98\x49\x7f\xa9\xea\x14\xcb\x01\x90\xb4\x4a\x64\xb9\xb4\x1d\xfe\x55\xfc\xcd\xb6\x09\xdf\x9a\x90\xa4\x94\xb1\xd5\xd0\x27\xd1\xad\xc3\xf9\xf0\xfd\x61\xaa\x01\x3e\x72\xef\x6a\xc7\x5e\x03\xfa\x86\x37\xa7\xeb\x1e\xf6\xe3\xfc\xaf\x9d\x93\xf1\x1f\x9d\xb7\xb7\x55\x92\x52\x00\xb0\x14\xd0\xef\x02\xa0\xa9\xe6\x98\x72\x71\xdb\x21\x35\xb7\x37\x1b\xb7\x22\x61\x95\x49\xeb\x47\xf9\xf0\x47\xd1\xe6\xa1\x51\xa4\x22\x4c\xdc\x7f\x0f\x9d\xb3\xda\xa9\xe7\x33\x36\xc6\x5b\xd6\x95\x8c\x0f\x58\xe0\xd2\x41\x24\xbc\x77\xbe\xd5\x7a\x81\x0c\x00\x30\x3f\x65\xac\x01\x40\x33\x9b\xc3\xcf\x2d\xdd\xd6\x00\xaf\xda\xcc\x19\x1f\x46\xec\x4f\x5a\x36\x72\x0e\xe5\x16\x2d\x18\xb2\x43\x4b\xc2\xc8\xfd\x11\x58\xef\x80\x9f\x3d\x05\xb8\x27\xde\xf2\xce\x01\x42\xdf\x02\xdf\xf6\x0b\xa4\x18\xe7\x6f\xad\x2b\x29\xf3\x01\x30\x43\x18\x0f\x01\x50\x6f\xe5\xec\xca\x5d\x34\xe1\x88\x41\x6d\x5e\x33\x16\x84\x25\x24\x5e\x1b\xae\xc1\xd1\xa2\x37\x0c\x0c\xe0\xf7\x84\x45\xf7\xbe\x21\xba\x07\xdc\xee\x9e\x4d\x6a\xf0\x66\x76\xc0\x28\x73\x16\xac\x6f\xe3\x52\x4b\xa7\xad\x6d\x3e\x47\xfb\x02\xd6\x98\xc2\x59\x0f\x01\x50\xdd\xe0\x4e\xe4\x1c\x1b\x2f\x25\xfe\x48\x3f\x3f\x32\x4e\x1a\x49\xa4\x0e\x4d\x21\xd7\x6c\x78\xd1\x5f\x44\x29\x0b\xfd\xd1\xd3\x43\xa5\x06\x0c\x76\x9e\xa3\x59\xbd\x6b\xda\xe7\xd3\x8f\x2e\xc8\x6c\xf5\x64\x3c\x99\x06\xb7\x95\xb0\xa8\x80\x6a\xf8\xc9\xf5\x07\x40\xf9\x8c\xf7\x2d\xfb\xd1\xd8\x2c\x7a\x7d\x7a\xd8\x30\x94\x31\x2b\x71\xd6\xc0\x01\x86\x62\x83\xa9\x6f\x1e\x33\x24\x74\xa2\x1b\xc5\xfc\x15\x40\xeb\xd0\xb2\xce\x7a\x6f\x6a\xbd\xca\xee\x5e\x50\xdc\x7c\x8e\xd3\x3b\xcd\x6a\xfd\x8f\xe7\x0c\x76\xe8\x2f\xf2\xf3\x01\x50\x02\x41\x4c\xb6\x75\x24\x47\x80\x4d\xbb\x39\xd8\x2e\x40\x26\x74\xf4\xfd\x14\x94\x6f\x08\xed\xa9\x10\x98\x42\x11\x9d\x7b\x04\xff\x06\xc4\xb5\xbd\x16\x26\x7b\xaf\x6d\x89\x14\x1e\x5b\x20\xb2\x4d\x16\x69\xa6\x83\x86\xcf\xa2\x3a\xbb\xf9\xba\x08\xe1\x4f\x00\xe4\xa7\x85\x7d\xd9\xcb\x86\xd4\xca\x7d\x69\xd5\x03\x53\x94\x3e\x09\x21\xbd\x4a\x85\x79\xfd\xb5\xae\x77\x8a\xcc\xd0\x05\x1d\x79\x8a\xe0\x00\xa7\xd6\x46\x85\xaf\xf7\x6c\xdb\x5b\x45\xf6\x02\xb3\xb5\x55\x51\x36\x7d\x73\x7d\xa5\x2c\xdd\x0e\xa6\xfd\x25\x59\x02\x80\xec\x6f\xd1\xee\xac\xb4\xc1\x7c\xe3\x93\xd4\x89\xbe\x73\x86\x07\xf1\xbd\x3d\x69\xfa\x37\xeb\x73\x3b\xf7\xea\xd3\x43\xfa\xdb\xbd\x75\xb7\x56\xf5\xb4\x88\x75\xd6\x65\xc7\x9a\x3e\xe9\x02\x17\x60\x1b\x0d\x5a\xdf\xe9\x90\x3a\x2f\xe5\x16\xbb\x7a\xad\x9d\xf4\x01\x00\xb2\x00\xb1\x79\xcb\xeb\x81\x9b\xf5\x19\xa9\xd0\xbe\xb8\xba\x65\xf1\xc8\xee\x1d\x96\xe9\xeb\x3d\x3b\x7d\xcd\x99\x21\xbc\xb6\x5a\xd3\xb9\x55\x92\xe6\xcf\xa6\xf2\x65\x03\x4d\x54\xa3\xcb\x02\x44\xa3\xbd\x6e\xe5\x74\xaa\x85\xa1\x6a\xb7\x9b\xd0\xb0\x65\xa3\x00\x48\x2f\x8b\xdf\x6e\xb1\x0e\x94\x35\xad\x48\xf5\xeb\xdd\xd5\xf8\x22\x3e\xaa\xdb\xbd\xe1\x58\xd4\xaf\x0e\x45\x83\x5d\x08\xa2\xf5\x45\x3d\x63\x15\xad\xb9\xa8\x0e\xbe\xac\xdf\x7a\xd7\x8c\x58\xc0\x6d\xc8\xd1\xdf\x9c\xde\x66\x1e\x56\x1f\xb5\xbb\xaf\xbe\x29\xaf\x04\x40\x9a\x2b\x09\x9d\x18\x82\xce\x28\xa4\xf5\x6e\x83\x19\x4a\x70\x4d\x49\x88\xc9\xe5\xf9\xb5\xb3\x91\xbd\x95\x35\x02\x27\x74\x79\x8d\x9c\xe8\x87\x5d\x07\x97\x43\x9e\xe3\xfd\x51\x96\x8c\xa7\xc4\x15\xd8\x5b\x91\x6a\x32\x20\x3c\xf4\x1a\x25\x9f\x21\x4f\xb5\x2b\x62\x91\xa9\xdb\xb7\xee\xad\xce\x2e\x55\xf4\xdc\xad\xf9\x5d\xb1\xcc\x2a\x82\xf5\x56\xee\xd4\x56\x23\x70\x35\x14\x3e\x1a\x95\x01\x4f\x20\x34\x63\x52\x90\x1f\x20\x14\x5c\x09\x66\x24\x83\x47\x60\xe1\x8d\x91\x01\x24\x18\x29\xda\x8b\x48\xf6\xa5\xcc\xb0\x4b\x64\xad\xa0\xb1\xc6\xf7\x57\xb6\x43\x0e\x75\x7f\xab\x26\x57\xfd\x69\xdc\x06\x4d\x81\xc6\x6a\xfa\xe0\xeb\xe0\xa3\xbc\x93\xc8\xf5\xa8\xd5\x84\x99\xe8\x42\x8c\xba\xe2\x07\x56\x81\xfb\x90\x31\x17\x7f\x98\xc8\x8a\xf8\x8b\x78\x80\x7c\xc6\x6b\x3d\x89\x4c\x4d\xb1\x8b\x66\x5e\xa2\xd3\x47\x8f\x97\xeb\x90\x9c\xae\xe5\x90\x66\xf4\x92\x06\x97\xaa\x93\x98\x56\xf5\x9a\x9a\x0f\xb8\x0a\xae\x00\x1e\x42\x58\x83\xfb\x80\x94\x13\xdf\x55\xb8\xa2\x5f\x92\xf7\x6e\xce\xc0\x65\x52\x55\x11\xa1\x84\x1a\xba\x9f\xe7\x3d\xc2\x77\xc6\x62\xbb\x54\xe6\x54\xe6\xd8\xf0\x70\xc9\x7e\x52\x65\x07\xb4\xdc\x81\x5c\x51\x47\x84\x54\x50\x92\x94\x07\xaa\x8e\x53\x4b\x39\x51\xd0\x8d\x34\x31\xf6\x36\xfc\x04\xbd\xa5\xdc\x0f\x55\xc2\xd8\x93\xae\xc5\x3c\x64\xde\x0d\xef\xc4\x4f\x65\xdd\xf4\x34\xe2\x59\xec\x4d\x76\x42\x46\x30\xfb\xd7\xe0\xed\x22\x77\xf6\x89\xb6\xc6\x92\x76\xce\x0a\xf3\xe5\xf2\x10\x4e\x91\x22\x15\x72\x9e\x73\x80\xf5\xa9\x9a\xcd\x5d\x8b\x39\x0c\x0b\xe0\x36\x97\xc5\x22\x9e\xf3\x9c\xd2\x2e\xa3\xf5\x3c\x4a\xb8\x1b\xf6\x38\xef\xb8\x27\x0c\x37\x99\xd7\x67\xb7\x8b\x8e\xe2\x05\xf5\x3b\xe5\x17\xaa\x04\x2d\x53\x0a\x5f\x28\xaf\x1b\x21\x25\x6a\xa5\x97\x6c\x66\x79\x91\x82\xce\xf8\x5c\x19\x29\xbf\x8e\x76\xa8\x71\x97\xfb\x94\x5c\x86\x4f\x95\x61\x53\xc7\x91\xd7\xa5\x5b\xd7\x65\x61\x16\x49\xde\x79\xce\xc7\x64\x48\xbc\xed\x7d\x69\x34\x61\x48\x0f\x39\xe7\x81\x75\x59\x53\x53\xfe\xd9\x86\x22\xbd\x4f\x51\x47\x5d\xab\xf8\x4f\xa9\xd1\xfc\x0f\x7d\x49\x45\x9d\xc9\x07\x59\x53\xd5\x62\xc8\x2e\xa6\x40\x07\x75\xa4\x94\x26\x84\x51\xab\x0e\xd3\xa0\xfe\x51\x1f\xf6\xd8\x85\xf6\x55\x25\xd9\xe3\xa9\xb7\xc5\xff\xeb\xea\xcb\xa6\xf4\xc7\x35\x5e\xce\xa3\xf4\x0c\xd4\x16\x16\x52\x3a\x7f\x8a\x52\x4b\x48\xed\x29\x54\x61\xb9\xa4\x45\x0a\xff\x58\xd9\xdc\xd4\x59\x14\x5e\xb3\xbb\x61\x38\x79\x10\x3e\x66\x39\x14\xfa\x1e\x35\xd9\xe4\xef\x41\x42\x41\x75\x36\xfb\x1d\x54\x94\xcc\xb5\xf3\x46\xf6\xa2\xb1\x8a\x46\xb7\xbc\x99\xc3\x95\xda\xc1\xc2\xa9\x03\x49\xc2\xae\x12\xa7\xde\xe5\x94\x27\xe5\x0b\x3a\x3f\xc1\xd1\x95\x6b\xda\x6c\x85\xc7\x6a\x32\x9b\x57\x25\x17\xc2\x93\x1b\x2f\x84\x9e\x44\xb6\xd4\x3d\xf5\xc0\x22\x7f\x1a\x06\xed\x9f\x51\xbd\x64\xf7\x3b\x13\xb3\xee\xef\x10\x36\x58\x72\x8f\x4d\x84\x6a\x23\x0a\xc6\x46\x8f\x09\xc3\x8b\xbb\x87\x72\x29\x82\xb2\xd1\xbe\x63\xf0\xb9\x90\xa3\xdd\x8e\x85\xfc\xea\xbf\xdb\x57\x25\xaf\x81\x5d\x6a\x86\x85\x9e\x44\x7a\x34\xbe\xf2\xa8\x43\x72\x4d\xfe\x93\xa2\x29\xbb\xe4\x39\xa3\x39\xf0\xa3\x85\xf9\x9d\x17\x91\xa0\xa4\xb0\x7e\x04\x95\x52\x1e\xa5\xba\x82\x1e\xaa\xcc\xe4\x7a\x61\xfd\x6a\x18\x38\x2b\xee\x24\x9c\x57\xbe\x9f\xc0\x41\x99\x37\xcf\x22\x45\x60\xff\x8e\x98\x45\x3e\x45\x78\xee\x79\x91\x92\x49\x5e\x63\x57\xc4\x6a\xa3\x85\x8e\x60\x61\x53\x4a\xb3\x3a\x7e\xc1\x19\xe5\x9f\xea\xde\x23\xfe\xad\x54\xa9\xfc\x50\x8c\x9a\xcd\x1c\x31\x66\x31\x7c\x29\x6e\x36\xf6\x3e\xf2\x4e\x79\x12\x7e\x1b\xa6\x39\x7d\x90\xa8\xc1\xab\xc2\x8f\x93\x03\x49\x71\x9e\xf5\xe4\x6d\x94\xd5\x76\x29\xac\x62\xda\xab\x61\x76\x4d\x31\x84\xd8\xb1\x0c\xfa\xb1\x6a\x6f\x5d\x00\x5c\x03\xb5\x53\x12\x91\x89\x70\x26\xfb\x31\xda\x05\xf9\x0b\x2b\xc5\xbc\xc3\xd4\x94\x5d\xc1\x3d\xc5\xdd\x4c\x4f\x22\xdc\x20\x22\xc2\xa9\x24\x0d\xf9\x94\x27\x9a\x3c\x99\x0a\xb7\x8b\x63\x39\xd2\xef\x0f\xf2\x2b\x71\x48\xd0\x96\x5e\x1d\x85\x9a\x30\x4b\xa1\x7e\x98\x0d\xf2\xef\x70\x57\x9c\x03\xab\x0d\x39\x1b\xff\x10\x83\x41\xaf\x20\x8e\x95\x3e\xc3\x66\x91\xe5\x69\x52\x3c\x9a\x8a\x58\x77\x87\x18\x41\x5f\xec\xb9\x90\x68\x65\xac\xb5\x2b\x61\xc6\xb3\xa6\xf6\x4b\xcb\x5b\x88\x7b\x5b\x74\x90\x11\xd2\x5f\xc6\xe7\x55\x17\xc8\x57\x64\xea\x9a\xff\x28\x6f\x98\x10\xb8\x0f\xcd\x0b\x9d\x8f\xc4\xd1\x53\x4b\x01\xfa\x28\x83\x95\x7a\x01\x67\xcf\x1c\x5b\x97\x86\x7f\xcc\x3a\xec\x71\x97\xe0\xc9\x2e\xb4\x6b\x60\x60\x38\x69\xbd\x1d\xa5\x4b\xd9\xf3\x6c\xa7\xcb\xcb\xd9\x5a\x43\x06\x64\x9c\x7d\x51\xba\xa8\x1a\x70\x36\x30\x3c\xa1\x35\x9c\xbd\xa8\x58\xf8\x4d\xee\xba\x92\xc5\xa8\x3c\xee\xf6\xd4\x85\x98\x6d\xbc\xc8\xb0\xeb\xb8\x4e\x5e\xaf\x47\x1f\x6e\x07\x6f\xdc\xee\x01\xbd\x85\x47\xea\x9e\x5c\x14\xa3\xa4\x5b\xb3\x4b\xba\x14\xaf\x6b\xdf\x97\xcf\x55\x14\x89\xde\x43\xcc\xf2\xfd\xb4\xa0\xea\x15\xf2\x00\x84\x09\x7a\x51\x66\x29\xda\x83\x60\x4a\xbf\xa6\x38\xa0\x7e\x4a\xcb\xc2\x16\x60\x7e\x48\x0e\x78\xf0\x31\x7f\x24\x8b\xed\x2b\x69\xad\xc2\xf2\x0e\x64\xfe\x97\x86\x1b\xf5\xef\x8b\x2c\xf5\x7e\x9a\x73\xa5\x6b\x2c\x26\xc1\xc7\xf2\x6b\xa6\x57\x94\x9a\x4a\xa5\x71\x13\xec\x77\x4d\x96\xde\x54\x88\x80\x2f\xaa\xbd\xba\xe9\x2b\x72\x8f\x76\x56\x68\x19\xfa\x98\x1a\xe7\xe1\x83\xbe\xae\x9a\x67\x3f\x4e\xfd\x26\x7e\xdf\xc6\xcc\x33\xf4\xb6\xd5\x39\x17\xa6\x76\x87\xaa\x3e\x94\x38\x76\x6c\xe3\xc7\x96\x6d\x6f\x5b\x48\xba\x06\x61\x35\x53\xa0\xd6\xea\x1c\xeb\xce\x82\x75\xb0\x80\xfa\x67\x9b\x5c\x10\xb7\x2d\xde\x21\xa7\x50\x4f\x8d\x5b\xdd\x9f\xa0\xa7\xe9\x62\xed\x7f\x52\x45\xb2\xb9\xad\x03\x79\xeb\x46\x3a\x2d\x69\x05\x4f\x06\xaf\xaa\x62\x8b\x9b\xfb\xfe\xe1\x35\x96\xa5\x75\x3f\x22\x45\x41\x66\x74\x9c\x87\xce\xad\x7a\xd6\xda\x9c\x7f\x12\x7a\xc4\x56\x90\x74\x08\x41\x6c\xf4\x0a\x69\x45\x31\xeb\x20\xee\x8f\x51\xed\x86\x8d\x93\xd6\x52\x43\x65\x77\x5a\xe7\xe5\x7e\xd9\xb6\xcd\x7c\xac\xc0\x3a\x6e\x51\x1e\x2b\x8e\x1b\xc9\xe0\x2d\x2f\x7d\x36\xf0\x8b\xf8\x77\x45\x4f\x6f\x6d\xcd\x91\x2a\x56\xe7\xb7\x7c\x05\x74\x4b\xdb\xe6\x24\x1b\xfc\xb3\x6d\x2c\xc4\x86\xfc\xda\x98\xe3\x31\x1d\xb5\xd0\xb8\x63\x92\x92\x72\x40\x9e\x3a\x70\x1c\xd5\x50\x18\xd1\xba\x15\xdd\x58\x12\x6b\xfa\x1b\xb3\xab\x7c\x89\xbc\x10\x7b\xaf\x32\x8c\xf9\x0d\xbf\xbc\x06\x82\x3e\x43\x30\xc3\x91\xa5\xa9\xa4\x39\x28\x71\xea\x1b\xb2\x1e\x7b\x72\x5d\x02\xe5\x7f\x84\xeb\x1e\x22\x6a\x04\x79\x15\xf8\xcd\x5e\x4d\x33\xf7\xbf\x40\x3c\x2c\x5d\xd4\xf2\x2f\x6a\x41\xf9\x49\xd3\x72\x74\x61\x65\xb1\x6c\x1b\x66\xa4\xc6\x9b\x59\x89\xf3\x81\xfd\x40\x27\xe0\xb7\x22\x77\x96\xdc\x24\x66\x61\x04\xa9\x3a\xd2\xbf\x78\xec\x3a\x7b\xca\x66\x92\xbf\x47\x26\xa5\x8b\xb2\x14\xbc\x61\xbd\xa2\x47\xf7\x3b\xc2\x43\x20\x4b\x5b\x66\x23\x5a\xab\xa8\x46\x0c\xf2\x7b\xcd\x41\x99\x3d\x5a\x04\x5f\xcf\x38\x82\xf5\x44\x1e\x45\xed\xc2\x9d\xc5\x04\x97\x54\x12\xe4\xb8\xe1\xd4\x00\xd2\x3a\x62\x7c\xd8\x4e\xf2\x30\xb9\xdf\xc3\x93\xfc\x83\x9a\x0b\xfe\x63\xd9\x18\x7e\xbd\xf6\x35\x44\x84\xd4\xb6\x0e\x66\x87\x4a\xd4\x1f\x84\x6f\x47\x5f\x97\x28\x91\x95\xd8\x6e\x3a\x0f\xbd\x0a\xaf\x40\xb6\x61\xa7\x11\x21\xc5\x0c\xdc\x17\x72\x7c\x0a\x95\x70\x85\x1a\x1c\xe6\x4f\x82\xd0\x3e\xb9\x3f\x24\x35\x30\x3c\xec\xdc\x98\xb7\x58\x09\xdd\xcb\x2b\x3b\x88\x73\xac\x82\x6a\x21\x69\x93\xce\x0f\x8a\x25\x17\x88\x3d\xe1\x9b\x28\x6c\x5a\x3c\x32\x91\xba\x1d\xa1\x45\xe7\xd2\x5e\x14\x99\xb1\x38\x86\x7f\xf2\x51\x3c\x8e\x49\x0c\xed\x23\xce\x64\x59\xdc\xc7\x89\x5e\xec\x18\xbb\x32\xa6\x03\x87\xd6\x19\x5a\x91\xce\xaa\x6a\x38\x54\x99\xc4\x7a\xa1\xd5\x55\x57\xb0\xa3\x85\xdb\xa0\xd5\xec\x71\xea\x64\xb8\x92\x13\x0e\x67\x21\x8f\x72\x8e\x17\x8e\x62\xec\xb8\xb9\xc9\x73\x71\x5e\xdc\x57\xa1\x1b\xf0\x97\x78\x24\x77\x1d\xfe\x30\xaf\xd1\x6e\x80\xb1\x8e\x67\x6a\xbb\x52\x9a\xa9\x40\xd6\x55\x97\xab\xe4\xbf\xd5\xa9\x90\x8b\x72\x05\xbf\xb9\xea\x97\xec\x1b\xd9\x0f\x9a\x2f\x63\x41\x6f\xc1\x0f\x49\xbf\x15\x14\xa0\x02\xa4\xb4\x4d\x53\x30\x38\xc9\x87\x10\x05\x6e\x95\x84\xe6\x0e\xc5\xcd\x16\x7f\xb1\x0f\xa1\xaf\x15\x62\x5a\x56\x16\x47\xd4\xcb\xcc\x2e\xa5\x1a\xcb\x2b\x65\x68\xf9\x07\x33\x9f\x3b\x54\x99\x60\x7c\x49\x84\x55\xef\x32\x94\xd7\x64\xc1\x12\x75\x27\xf3\x5d\x10\x57\x6a\x57\x24\x4d\x42\x07\x68\x54\x6b\x2f\x61\x3e\xa8\x67\xba\xcf\xc7\xbc\x52\x5e\xb6\x57\xd1\x14\xe2\x17\xb6\x39\x85\x77\xba\x3f\x1a\x9d\x4b\xb2\x3a\x77\xc9\x73\xca\xce\xb7\x57\xb1\xbf\x43\xfc\x5a\x1e\xe0\x1f\x56\x0d\xd9\x8a\xab\xbe\x40\x53\x1b\x8f\xe4\x3e\x87\x3f\xad\x5f\x92\xe8\x85\xda\x6c\xe6\xad\x8d\xc2\xcc\x33\x46\x2c\xb9\x8a\x59\x56\x7b\xc2\xfe\x32\xcd\x59\xfa\xb9\x29\xa9\x90\x3f\x74\xdf\x90\x58\xfc\x7a\x60\xbd\xac\xae\x0c\xda\xcb\x60\xe7\x56\x1c\xea\x32\xe1\x33\xaa\xe2\xda\x5b\xab\xa8\x35\x0f\x5a\xea\x73\xb9\x70\x7e\x13\x3f\xe1\x32\xf2\x51\x03\x69\xad\x2b\xba\xc7\xf2\xf7\x92\xab\xe8\x9d\xfa\x5d\x93\x26\x53\x77\xcb\xf6\x5a\x47\x0b\x63\xb6\xde\xd5\xef\x28\x6e\x1b\x7d\x21\x9b\x55\x36\x6d\xe8\x12\xeb\x7e\x05\xa4\xdf\x86\xfb\xaf\xf2\x56\x4f\x56\x95\x4f\x0d\xb9\xe3\x59\x6e\x0c\xdc\xb9\x15\x97\x30\x8a\x44\x37\xfd\x58\x3b\x1d\xed\xdd\xb0\x6f\xc9\x6f\xb4\xaf\xd1\x6f\x52\x19\x35\x46\xee\xdf\x2e\x24\x24\x17\xae\xae\xfb\x4e\xf8\x5e\xe2\xad\x99\x4a\x6c\x2a\x77\x11\x38\x93\x54\x95\x33\xc8\x71\xe4\xda\x1a\x1f\xe8\x1e\x8a\x0d\xbe\x32\xff\x05\x75\x2f\x2a\x29\x69\x39\xed\x24\x96\xbd\x76\x26\x7d\x98\x40\x5b\xf4\x8e\x7e\x8b\xb4\x03\x00\xce\x1b\xba\x7d\xdb\x41\xdc\x8e\x92\xdb\x75\x29\x78\x5d\xb9\x58\x8d\x21\x14\x54\x7a\xf3\x09\x44\x5c\xf5\x35\xd2\x30\xa9\x1e\xd6\x02\x0d\x23\x1f\x43\x16\xe5\xb3\xa8\x76\x18\xbf\xc4\x1b\x34\x7f\xbc\xcb\x9a\xdb\xf4\x65\xc4\x3d\x8b\x2e\xd2\xd3\xc9\x5d\x00\x70\x76\xd2\x1b\x5b\xdf\x62\x57\x56\x8c\x58\x34\xb8\xe5\x55\x53\x55\xc7\xf0\x73\x6b\x20\xbc\x13\x84\x5c\xd8\x31\xd2\x2c\x62\x2b\x32\xbe\x66\x90\xf4\x0c\xbd\x3d\x7f\x12\x25\x16\x17\x91\xc8\xa1\xf2\x08\xd7\xd6\x98\x69\x4a\x72\xd0\xa2\x71\xda\x08\xe5\x0a\x00\x1c\x28\x03\xdf\x7c\x01\xc5\x80\xcb\x4d\xdd\xe8\x41\x64\xb9\xe2\x13\xe6\x2e\x7a\x12\x77\x13\x2e\x09\x73\x8b\x70\x09\x7f\x10\x77\xb2\xda\x4c\x8c\x24\x0c\xe5\x2d\x20\x1d\x24\xb5\x24\x9c\xa1\xf8\x50\x3a\xd7\xac\xa0\x26\xd3\xc8\x8b\xc8\xd4\x42\xba\x09\x00\xf6\x20\x8b\x60\xcb\x83\xef\x21\x4c\x36\x06\x22\x03\x88\xc1\x72\x12\xaa\x95\x94\xc0\x7e\x86\x89\x22\xf3\xf1\xad\xd8\xc7\x94\xf3\x55\x72\xbc\x96\x36\x3f\x37\x9c\xb8\x9e\x8e\x49\xf0\x25\x9d\x60\x5c\x0c\x3e\x45\xfe\xc3\x9a\xb6\x08\x45\xfe\xce\xda\x0d\xc2\x58\x0f\x39\x4a\xeb\x46\x28\x91\xb1\x57\x5f\x02\x9f\xc5\x24\x48\x5f\x23\xea\x98\x8f\x58\x1a\x54\x19\x8b\x83\x43\x63\x42\xd8\xbe\x95\x2c\x9c\x3d\xfb\x7c\x4e\x1e\xfe\x1a\x87\x15\xcf\x26\xf2\xb9\x6b\x83\x6b\x48\x47\xb9\xb7\x16\x95\x90\xfa\x78\xb3\x81\x9c\xb5\x80\xa7\xac\xef\xad\x6a\x95\x25\xd6\x3a\xd6\xe4\xcb\xec\xc5\xbb\x61\xf3\xa5\x5b\x19\x2a\xc4\x0c\x69\x21\xa6\x1b\xe5\x22\x9d\x52\xf1\x16\x33\x53\xb2\x35\xdb\x15\x37\x45\x52\x1a\x27\xc3\x5f\x95\x4c\x0f\xda\x4d\x5c\x26\x3e\xbc\x28\x8a\x38\x4b\x4c\xb2\x5b\xc4\x9c\x23\x4c\xb2\x64\x43\x68\xe6\x5e\xf5\xc5\xaa\x0a\x53\x8d\x70\xac\x26\xc1\xb8\x8c\x36\x02\x2b\xd2\x5f\x41\xfd\x40\xb0\x75\xa2\x72\x2e\xaa\xb1\xd6\x77\xcb\x6d\xcc\x84\xe6\xe4\x46\x09\xce\xac\x46\x05\x4d\xc6\x3f\x53\x45\x2c\x7c\x81\xff\xa2\xf8\x6d\x87\x60\xc0\xc5\x2d\xa6\x89\x8a\xb0\x8e\x33\x2a\xbf\xca\x15\x6d\xdb\xf9\x3f\xab\x7d\x5b\x54\xd4\x85\xd0\x14\x5b\x31\x52\x03\x67\x58\xdd\xcb\x42\x91\x7d\xf5\x97\x33\x8f\xa1\xaf\x58\xf8\xb1\xdb\xb0\x7b\x4c\xc1\x81\x78\xfc\x14\x43\xda\xc2\x1e\x7c\x90\x56\x63\xb7\x9d\x7e\x57\xaa\x36\x5e\x2d\x3f\xd3\x9f\xad\x44\x41\x0e\xf5\xbc\xe5\xe7\x55\x1d\xec\xc2\x52\x78\x35\x0f\xdb\xef\x23\x7e\xc1\x5d\x5a\x63\x4a\x77\x23\x37\xda\x54\x99\x65\x68\x4c\xe3\xc5\x58\x18\x36\xaf\x7e\x71\x60\x34\xae\xc1\x7c\x71\x61\x2b\xee\x98\xae\xdc\xee\x09\x5d\x29\x4b\x32\xfa\x96\x33\x47\x7e\x2a\x6e\x41\xd0\x43\x55\xbc\xff\x55\xc1\xfb\x5b\x28\x73\x6b\x84\x3d\x27\x10\x1d\xb0\xfe\xce\xbf\x4a\x31\x88\xbf\xda\xce\x64\x2e\x43\xfd\x68\xde\x19\x1b\x86\xb9\x61\xed\x0f\x0c\xc1\xcd\xa8\xe7\x2f\x3c\x8c\x0b\xd4\x1f\xb0\x0f\xa1\x4f\x97\xed\xac\x2f\xa1\x75\x15\x3c\xd3\x0a\x69\x9f\x8b\x3f\x89\xdd\xe8\x45\x65\x4f\xe9\x67\xe8\x8f\x21\x7f\xa1\xf7\x33\x84\xd5\x0f\xca\xdf\x32\xbd\x61\xff\x6e\x79\xc9\xbc\x8e\x9a\x14\x7b\x80\x25\xc4\x2e\x59\xed\xcf\x76\xc3\xbf\x72\x83\xb1\x0b\x89\xff\x02\xc0\x77\xa1\xa7\xd5\x0d\x53\x17\x97\xa8\x34\xf7\xa8\x6d\xe5\x91\x22\x1e\x2d\x08\x72\x93\x1e\x46\xbb\x53\xcd\x41\x07\xd1\x1b\x61\x1b\xca\x29\x8c\x42\xc4\x8f\x2d\x7c\xa6\x0f\xfa\x62\x2c\x89\xf9\x2f\xae\x25\xe0\x15\xcb\x44\xf4\x70\x2b\x61\xdd\x26\x9d\x05\x80\x77\x9b\x7e\xc2\xf2\x81\xdc\x54\x91\xad\x09\xa4\x6c\xae\xec\x13\xfe\x4d\x75\xaa\xfe\x48\x33\x51\xaf\xc2\x32\x50\x4d\xb4\x61\xc4\xc9\xb2\x37\x74\x39\x7a\xe3\x96\x19\x0c\x2c\xf6\x7c\xac\x17\x33\x89\x90\x1d\x70\x98\xf9\x8b\xa4\x73\xcb\x67\xa5\x92\xbf\x00\xc0\xd3\x33\x14\xe6\x02\xc2\x7f\xb0\xc7\x2a\x05\xf1\x1f\x44\x8b\x60\x2d\xe9\x2e\x2a\x95\x1a\x40\xbe\x8d\xf1\x41\xa2\x28\x8f\x70\xf3\x4b\x1f\x53\x9f\x13\xa6\x67\xae\xa2\x7d\x27\xcd\x8c\x11\xd1\x3f\x52\xa6\x04\xb0\x19\xc7\xa9\xa7\xdd\x12\x98\xb3\x69\xfb\x00\xe0\xde\x67\xc1\x8d\x3b\x70\x45\xb8\x7d\xca\xe9\x78\x05\x61\x2a\xef\x1e\x61\x2b\x31\x86\xfc\x95\x78\x8f\xa4\x44\x14\x93\xdd\xc8\x4f\x4b\x3e\x53\x92\xa9\x29\x19\x35\x54\x2e\x6d\x5b\xf4\x5b\x5a\x2b\x63\x61\x40\x30\x9d\xc7\x2c\x70\x8b\xa6\x9f\x61\xfe\x03\x00\xd7\x9d\x83\xd2\xff\x87\xf1\xa5\x6f\x94\x8b\xb0\x64\xfa\x5b\xae\x1c\xb7\x93\xa1\x23\x1d\x25\x4c\x63\x6e\x84\xa7\x10\xb1\xac\x49\x25\x93\x49\x87\x59\x67\x36\x37\x53\xdc\xd8\xf5\xd1\x10\x6a\x11\xa7\x66\xd5\x1d\x5a\x22\xd7\xcd\x2d\x94\xa6\xe1\x46\x03\xc0\x29\xe4\xe5\xd6\x62\x90\xad\x92\xa9\xd2\xd5\xa8\xff\xc4\x5f\xd9\x05\x98\x6c\xf1\x55\xc2\x69\xec\x35\x71\x27\x54\x8d\x2f\x17\xf3\x8a\x24\x84\xff\x89\xf3\xd2\x8b\x49\xa5\xe2\xe0\x0d\x28\xf2\x4e\xf1\xd4\x55\x51\x94\x1e\xd1\x0b\xb7\xf9\x54\x27\x51\x2f\x00\xec\x1a\xc1\x7f\x9a\x20\x78\x9e\xe1\x2f\xf1\x24\xc4\x7b\xfd\x19\x66\x26\x4a\xa3\x9b\xc0\xfd\x87\x59\x59\xdb\x54\xfd\x04\x7b\x4d\x2b\x2b\x74\xc1\x53\x35\x88\xb4\x65\xc4\x19\xea\xf4\xf5\x24\x12\x5b\xb5\x76\xa5\x8e\x8c\x52\x6e\x9e\x77\x8d\xfc\x49\x7e\x1a\x00\x56\x97\x78\x85\xaa\x04\x36\xb3\xb5\x4a\x98\x03\x3f\xd5\x2c\xa7\x4f\x20\xe9\x4d\x56\x2c\x15\xbd\xb4\x71\xac\xca\x84\xb9\x51\x7f\x30\xff\x29\x4e\x65\x39\x94\xba\x9c\x10\x6a\x3a\x1a\xd5\x45\xec\x34\x5c\x5e\xf1\x8a\x24\xd7\xe7\xce\x53\x92\x23\xd5\x6f\xc0\x4c\xd6\x7c\xc9\x77\x65\x23\x74\xa0\xbb\x4b\xd0\x01\x2f\xef\x94\xd1\x5d\x90\xae\xed\x49\x98\x87\xa8\x7d\xad\x0e\x55\xae\x18\xbc\x6d\x67\x3e\x1d\xe7\x63\x2d\x4a\x39\x8f\xbf\x52\xff\x33\xaa\x84\x18\x6d\xd9\xb6\x62\x82\x34\xc7\xa4\x9f\x47\x23\x5d\xd3\xb6\x80\x40\xe6\x71\xe9\xa0\xd2\x11\x5a\x36\xe8\x26\xf0\x84\x3b\xf5\x9d\xa2\xb5\x20\xf6\xf6\x64\x60\xb8\xa8\x92\xce\xd3\x95\xfb\x30\x4e\xed\xc1\xf9\x6b\xb0\x7b\x5a\xa4\x29\x4d\xf8\xea\xa6\xbf\xa3\x42\x09\x47\x1a\xd3\x56\x74\x13\xc5\x75\xb3\xe6\x29\x48\x31\xb5\xcf\x80\x88\xb9\x51\xb6\x54\xb3\x81\xdb\x57\xf0\x5b\xec\xc0\x1d\x2f\xfe\xc1\x24\x73\xdb\xcb\xae\xe3\x1e\x71\x0f\x41\xb6\x55\xdb\xb8\x2f\xab\x27\x0a\x9a\x78\x8b\x60\xbb\x52\x91\xbc\x42\xe4\xe5\xc8\x1b\xbc\x56\xcc\x71\xff\x7d\xbc\x0f\xf8\x52\x57\x3e\xbf\x89\x38\x0b\x00\x61\x02\xbd\x56\x6d\xe0\x14\x95\x14\x88\xd0\x1c\x46\xf9\x14\xc6\x03\x8e\x01\xd2\x81\x2b\xe6\x9c\xa9\x0e\xaf\x5e\xc4\x9d\x05\xfd\xaf\xc0\x8f\x5b\x84\x18\x4d\x75\xe0\x8e\xa2\xc5\x91\x46\xde\x74\x5c\x90\x7f\x33\x8f\x48\x10\xb9\xe2\xf8\x2b\x88\x0f\x00\x10\x3a\xd2\xdf\xab\x6e\xb1\x67\x96\xdf\x16\x1e\x63\xc7\x57\xc6\x31\x12\xd9\xc2\x6a\x1b\xf6\x28\xfb\x32\xf4\x79\x95\x8e\x13\x84\x28\xc9\x1f\xe2\x18\x50\x7f\xa7\x58\x39\xbf\xb0\xa8\xc8\x34\x2e\x01\x7f\xc5\x9f\xcb\xbd\x47\xfc\xc7\x95\xcb\x6b\x21\x3b\x00\x20\x38\xc0\x68\x55\x2e\x67\x88\xa1\x2f\x05\xa1\x8c\x97\xf0\x07\xb4\xd3\x4c\x28\xd2\x86\x61\x30\x5f\xa0\xd9\x95\x44\x16\x07\x4b\xc9\x1b\x65\x3b\xe2\x69\xc9\x87\xd9\x75\x44\x49\xc4\x7e\xce\x0a\x32\xda\x3f\x91\xd3\x43\x75\x76\x6d\xe4\x12\xa9\x17\x01\x10\xb8\xb0\x10\xf2\xdd\x34\x3b\x6c\x13\xdf\x8e\xd6\x8b\xfb\x4e\xed\xa3\xa7\x13\x36\xa2\x49\xf4\x5f\xc4\x06\x88\x8a\xb1\x8b\xec\x98\xfb\x88\x89\xa2\xf0\x92\x17\xb0\x16\x53\x7f\x46\xa4\xb2\xae\xd2\xab\xfc\x5d\xd8\x10\x86\xce\xb5\x87\xb3\x8e\xf1\x03\x00\x7e\x16\xa7\x40\xa6\x20\xdf\xa7\xb6\x70\x87\x29\x43\x34\x29\x45\x4a\x2d\xa3\x47\xa1\x90\xb4\x50\x86\x43\x45\x1b\x7d\x2e\xe3\x41\xee\x7c\xfa\x13\xe6\xc9\x4d\x44\xc6\x0e\xd6\x44\xf8\x5f\x4c\x15\x5b\xe7\x77\x97\xe5\xcd\x49\x71\xfd\x8b\xf5\x84\x83\x02\x80\x07\xe3\x45\x88\xbf\x12\x63\x84\x07\xd8\x7c\x92\x97\xf0\x7f\xa4\x4a\xf2\x2c\xe1\x2b\x04\x87\xe2\x22\x7c\x5a\xf6\x86\xba\x40\xf8\x2a\xbb\x85\x36\x47\xf8\x31\x29\x84\xee\x24\xfc\xb3\xee\x29\xfd\x3f\x91\xbd\x5f\x2a\x43\x24\x9a\xe2\xba\x95\x49\x12\x6e\x03\x80\xab\x12\xb4\x0b\x0f\xe0\x57\xd7\x3e\x65\x26\x13\xd2\xb5\x7f\x08\x95\xc4\x02\x6d\x08\x6c\x90\x44\xd1\x14\x94\xe6\x91\x1b\xd4\xfc\xac\xb5\x94\x71\x55\x47\x22\xa0\x1e\x56\x9e\x0d\xfb\x4c\xdb\xa1\xf8\xe4\xdb\x4d\x8f\x57\xe4\xb9\x62\x19\x68\x59\x0e\x00\x9c\xb3\xa2\x11\x81\x27\xce\xad\x69\x2b\xfd\x12\x7e\xa5\x35\x00\xf7\x90\x90\xdc\x60\x84\x66\x13\xf1\x75\xef\x4a\x7c\x49\xcd\x96\xcc\x2d\xab\xc8\x67\x4d\x9d\x09\xcb\x29\xff\x19\xfe\x84\x45\x50\x1f\xea\xb1\x3e\x3f\x69\x65\xba\xa5\xae\x5e\xf4\x09\x95\x3b\x00\x9c\x70\x49\x25\xbf\x1a\xab\x6f\x3f\x42\x5f\x89\xdb\xde\xfa\x1e\x97\x86\x7f\xd4\x32\xa9\xe6\x2c\x71\x8a\x6d\x76\xf1\x56\x52\xa8\x75\x61\xe6\x59\x32\xac\x61\x61\xfc\xdf\x14\x5d\xdd\xd2\xd0\x8f\x54\x96\x39\xdd\xe7\x10\xf5\xb1\x71\xa6\xab\x03\x3d\x43\xdd\x07\x00\xfb\x89\xd4\x89\x77\x11\xeb\xd5\x3b\x93\x36\x88\xcb\xee\x9e\x8c\xbd\x8b\xd7\x74\xdc\xad\xc1\x13\xfa\xda\xc6\x8a\x11\xc4\x73\x2d\xd4\x4c\x3d\xe9\x87\x2d\x28\x7e\x1b\xc5\xab\xf1\x4b\xe8\x5f\x94\x5f\xf5\x2f\x7c\x7a\xa9\x59\xe6\x12\x57\x2f\xda\xb8\xe6\x29\x00\x6c\x88\x54\xc1\xce\x55\x7c\x2b\xdc\x44\x0e\x52\xc4\x94\x84\xa0\xe0\x72\x5b\xf9\x64\xc8\x53\xf9\x1c\xc8\xd9\xfc\x83\x32\x4b\xf5\x58\xda\x73\xd9\x6c\x58\x67\xcc\x3b\x69\x07\xb2\x2f\xd8\x28\x2d\xc0\xd0\x3d\x69\x52\x24\xee\xb4\xf3\x07\xe9\x26\xc2\x7e\x00\x24\xcb\x19\x65\xac\x7e\xf9\xd6\x92\x6a\x52\xb7\x7c\x61\xb9\x03\xf2\x93\xcc\x02\x31\x42\xd8\xb2\x15\xd5\x73\xf2\x0b\xa5\x27\xa1\xbb\xd2\xf4\xd2\x12\x04\x2e\xa6\x4b\xf2\x1b\xbd\x26\xb8\x42\x72\x0a\x7b\xc0\x13\x2e\x79\x8c\xbf\x34\x6d\xba\xe4\x1a\x91\x09\x80\xf8\x39\xc3\xca\x7c\x27\xc3\x94\x0f\x92\xa6\x4b\x3f\x56\x4e\x42\xb2\xa5\xb5\xd5\xe9\x10\x3b\x69\x2c\x54\x9d\xf7\x4c\xf2\x01\xfe\x3e\x6d\xb5\xa4\x19\x85\x8d\xc9\x92\xe4\x60\x3e\x06\x07\x4a\x02\xf0\x09\x9e\x85\x92\x2d\xc4\x45\xd3\x3c\x25\x59\x24\x15\x00\xe2\x66\xe6\x52\xc6\x56\x89\x2b\x74\x2d\xe1\x9c\xf8\x2e\x7c\x2a\x62\x83\x78\x1c\x71\xae\xfc\x8d\x58\x80\xda\x9a\xfb\x4b\x9c\x8f\x19\x4b\xad\x10\x7b\xe2\xf6\x45\x77\x8a\x3e\x10\x2e\x07\xed\x13\xfd\x43\xea\xf7\x5c\x2f\x9e\x45\xf1\x9e\x96\x28\x0e\xa6\x6e\x04\x40\xf4\x9c\x35\x41\x5f\x25\x9a\x8b\x7e\x8d\x17\x09\xff\x87\x65\xc1\x57\x0b\xb7\xe3\x1e\x97\x7d\x13\xf6\x13\x72\x73\xbd\x85\x9d\xc4\x5b\x29\x1d\x42\x0d\x19\x11\xed\x20\x64\x53\x7e\x07\x95\x0a\x6b\x69\x04\x4f\x0f\xe1\x41\xba\x69\x1a\x54\xe4\xc8\xa0\x01\x20\x5a\xc9\x21\x53\x6f\x09\x5c\xc9\x78\x5c\x0e\xff\x2d\x05\x09\x5b\xc4\xbf\x43\x4d\x2b\xfd\xcd\x7f\x4b\x8b\xce\x49\x14\x4c\xa5\xc7\x27\xdf\x17\x4c\x67\x64\x6f\xa8\x11\xb8\x32\x61\x81\x9f\x04\x71\x2c\xa4\x27\x10\x30\xd8\xe1\xd3\xe4\x82\xdb\xec\x4f\x00\x08\x09\x3c\x5f\x0a\x8a\x8b\xe3\xb5\x61\x1a\xb9\x12\xde\xc7\x9a\x32\x6e\x33\x3f\xb0\x24\x8d\xfb\x9c\x5f\x99\xb5\x9d\x17\xcc\xef\xda\xc4\xe7\x95\xf2\xdf\xac\x0f\xe7\x49\x05\x1b\x03\x7d\x79\x13\x02\x83\x47\x3d\xef\x8c\xe0\xca\xb4\x56\x3e\x44\xd0\x03\x80\xa0\x4c\x50\x40\x4a\x63\x17\xaa\x0e\xa3\xae\xb0\x9b\x54\x21\x55\x0d\xec\x8f\x4a\x4b\xd1\x67\xce\x1a\xa5\xdb\x96\x36\x8e\x50\xd1\x94\x54\xcb\x39\xa7\x70\x8f\x82\x71\x3d\xe5\x3d\xab\x55\xdc\x2d\xf2\x78\x8f\x65\x5c\x94\xdc\x61\x9a\x8e\x17\x2b\xb1\x02\xc0\x37\x8b\xfc\x08\x3a\xd6\xca\xba\x6c\x64\x1e\x8b\x62\x49\xa8\xc4\xb0\x4e\x98\xe7\x15\x9e\x65\x7b\x1a\xff\xcd\x6c\x64\x73\x0c\xfb\x13\x87\xd8\x77\xf5\x86\xc8\x83\x9c\x50\x1d\x25\xe0\x31\x87\x50\xcb\x76\x97\x73\x88\x9a\x6f\xd3\xb2\xb9\x34\xf9\x05\x00\x78\xdf\xc4\x03\xf8\x8f\xcc\xde\xa6\xbb\x88\x43\xcc\x6f\x56\x1d\xe4\x31\xab\xa0\x71\x69\x61\x2e\x6b\xac\x7e\x3c\x33\x94\xed\x5c\x17\x9b\x58\xc0\x26\x9a\x2f\x46\xb2\xd9\x97\x4d\xd4\x80\x7e\x8e\x9d\x31\xd3\x3d\x93\xfd\x9f\x0e\x33\x2d\x96\xeb\xac\xf4\x00\x80\xd7\x21\xd9\x88\xe7\x32\x23\xda\x76\x21\xb2\x98\x86\xd6\x38\x88\x90\xf9\xae\xb9\xaf\x10\xb0\xe2\x6d\x8e\x19\xef\x59\xf5\xd6\xaa\x44\x5f\xd6\xcf\x86\x83\x91\xc5\xec\xd2\xfa\x98\x80\x5a\x36\xcf\xa2\x70\x5f\xc7\x4e\x37\xc0\xa7\x65\x70\x28\xaa\x0d\x00\xf0\x56\x49\xb6\x21\x17\x5b\x6a\x8a\x66\x54\x05\x99\xde\x97\x9c\x2d\x66\x18\x1b\xcb\x49\xd9\xae\x86\xd2\xca\x85\x29\xae\x7a\x9f\xea\xc7\x31\xb4\xda\x67\xb0\xa3\x21\x07\xb5\xa7\x90\x23\x7e\x1a\xcd\x4f\x4c\x86\xdb\x7a\xed\x12\x5c\xb8\xe3\x5a\xe5\x27\x62\x37\x00\xb2\x36\xa6\x0c\x71\xc2\x1c\x5a\x72\xb4\xf2\xa6\xf1\x6e\x79\x72\x71\xa0\xa1\x0e\xb2\x2f\xeb\x8c\x9e\x51\xbd\x3c\xf9\x82\x0e\x02\xdd\x19\x13\x59\x1b\x86\x28\x0f\xa9\xd5\x7a\xa3\x67\xfa\x51\x35\x08\x2c\xc1\x2d\x59\xa3\xc6\x7b\x3a\xe6\x2a\x55\xa4\x18\x00\x64\xa5\xcc\x46\x44\x95\xc9\xb1\xbc\xbb\x92\x62\x38\x05\xf9\x50\x74\x5b\xaf\xaf\x0e\xcb\xa2\xe9\xea\xa0\x88\x64\x5e\xad\x05\x7e\x28\xfa\xb3\x96\x8d\x5a\x1b\x52\xa0\xa1\x61\x86\xfd\x8a\xd4\xa7\x70\x37\xdc\x32\xd5\xcf\x08\x39\x8e\x2c\xa5\x33\x39\x0a\x00\xd9\x54\xe6\x6f\xf8\x46\x43\x40\x0d\x15\x82\xd3\x7d\x84\x51\x0a\xff\xad\x7d\x89\x08\xdb\xd2\xab\xfd\x88\x72\xdf\x74\x45\x6b\x8f\xf1\x8c\xae\xd2\xd8\xe1\xd6\xae\xbd\xab\x76\x25\xa4\xf9\x2d\x50\xd1\x49\x2e\x6e\x85\x2a\x0d\x79\x83\xe3\x88\xfc\x2d\xf5\x29\x00\xd2\x6c\x76\x16\xcc\xbd\xf6\x3b\x6a\x5b\x45\x99\xf6\x27\x26\xad\xe0\xa3\xd6\x01\x7b\x38\xf3\x9c\x26\x00\x9f\xb8\x69\x86\xba\x80\x70\x6f\xc3\x1e\x15\x8e\x24\x59\x9b\xa5\xd4\x53\x02\x7c\x2f\x2b\x67\x50\xbb\xdd\x2a\x94\x1e\xb4\x46\xc7\xe7\xb2\xe3\xcc\xc5\x00\x48\x44\x9c\x87\x50\xa0\x9d\x4f\xcc\x2f\x2f\xd7\xf8\x90\xac\xf9\xbf\xd5\x91\x64\x63\xc6\x73\x15\x97\x32\x98\x94\xa4\x3c\x48\xbd\xb1\xc1\x59\xf1\x82\x3e\x7d\xcd\x71\xc5\x22\x46\x92\xaf\x50\x3e\xc2\xc4\xb8\x55\xcb\xf7\xb2\x82\x9c\x96\x49\x3b\x38\xfe\x00\x88\xf7\xf2\x10\xd5\xad\x2a\x29\x7b\x57\xe9\x37\xe5\x3e\x4e\x68\xde\x1e\xc5\x6f\x4e\xf7\xe6\xf3\x8a\x32\xae\x47\x62\x9e\x7c\x37\xb7\x7f\x7d\xac\xdc\x89\x17\xbe\xc6\x47\x96\xc7\x3b\xe7\xeb\x25\x7d\xca\xaf\x72\x4b\x91\x9e\xe3\x1f\x75\xe2\x4a\xe6\x09\xe6\x00\x20\x6a\x10\x14\x56\xcd\x50\x28\x65\xea\x92\x7e\xf9\x6d\x59\x71\xae\x4e\x1e\x26\x5b\x9b\x7e\x44\xd6\x27\x73\x4a\xc0\xcb\x16\x48\x9f\x45\x31\xa5\x62\xe9\xb9\x60\xa9\xe4\x85\x74\x9f\xcf\x36\x09\x47\x7a\xce\x6d\xae\x24\x59\x5a\xe7\xa4\x13\xbd\x11\x17\x03\x20\x3c\x2a\x7c\x04\x79\x2e\x5f\x60\x08\x2e\x96\xca\xd4\x7a\x49\x8e\x54\xfa\x47\x77\x2c\xed\xa6\x94\xab\x9b\x1a\xdf\x27\xf9\x5a\x5b\x18\x79\x49\x22\xd0\x8e\x06\xfd\x96\xd8\x6b\x97\xf9\x44\x89\x35\x9a\x03\xf3\x3a\xc5\x11\xaa\x2c\x27\xb9\xc8\x4d\xe6\x00\x80\xd0\x5b\xec\x0f\x81\xc8\x34\x75\x9b\x8a\xa7\xca\xec\x2c\xd5\x39\x0b\xa4\x42\x33\x22\x8d\x23\xf9\x69\xa2\xc5\x97\x4b\x58\x46\x5d\xa4\x49\x32\xc5\xb0\x2d\xe8\xaa\xd8\x62\xb0\xf3\x99\x25\x9e\xad\x07\xf3\x58\xa2\x7e\x4d\x96\x13\x55\xd8\x2d\x5f\x0c\x80\xe0\x8a\xb8\xa5\xe2\x8d\xcc\xd5\x7a\xb0\x68\x50\xaa\x6c\xdc\x9e\x7d\x46\x3a\xa5\xc1\x98\x16\x2d\xe1\xd7\x73\xe3\xd7\x88\x3f\xd5\x91\x22\xa9\x62\xb9\x85\x1d\x74\x4c\xec\x66\xde\xee\xe3\x20\x12\x1b\x07\xe6\x91\x85\x6f\xb5\x5f\x9d\x8c\xc2\x19\x8a\x85\x00\x08\x4a\x25\x53\x0a\xb2\x3b\x12\x8a\x46\xb3\x02\xda\xdc\x4b\xc3\x53\x89\x2d\x2e\xe5\x7b\xe3\x3e\xdb\x22\x2a\xe3\x23\x3f\x5a\x91\xd5\xaf\xd7\x60\x1b\x64\xb0\x21\xff\xb3\x75\xd7\x90\x98\xc5\xf7\x2c\x17\xd0\xcf\x66\xa4\x9a\xbf\xe0\x1c\x41\x9d\xf6\x18\x79\x04\x00\xc5\x3e\xd6\x68\x81\x7f\xfb\xdc\x52\xff\x2c\xd0\x3a\xa3\x9c\x97\x9a\xdc\xbc\x10\x72\x21\xee\x7c\x53\x69\xb5\x47\xe4\xf9\xc6\x0e\xa8\x69\x4d\x46\xfd\x45\x84\x87\xff\xce\x3a\x7f\xd4\xe0\xe2\x87\x96\xe5\x98\x57\x33\x10\xe6\x5c\xdc\x29\x30\xaa\xcd\xa3\xb8\x03\xa0\xc0\xb1\x3a\xf3\xdf\xb5\x3e\x2d\xbf\xbc\xe5\x4c\xf3\x0f\xc8\xc7\x54\x57\x9b\x67\xf5\xdc\xb8\x3a\x2b\x0f\x1a\x10\x69\x6d\xb8\x0e\x27\xae\xf1\xad\x9f\x81\xbc\xe4\x6f\xb3\x10\x31\xab\x16\x3f\x30\xd3\x70\x51\x33\x44\xa6\x66\xfc\x43\x70\x51\x73\x99\xf2\x15\x00\xc5\x5c\xd6\x93\x7c\xef\xe6\xcf\x35\xbe\x5b\x9c\x6c\x81\xd0\xe7\x29\xa5\x56\x1a\xbc\x2b\xce\xbe\xe1\x26\x52\x1e\xe9\x53\x1f\x8b\x96\x06\x9f\xb2\x68\xb0\x26\xff\x02\xd3\x77\xbc\x6d\xf1\x59\x13\x20\xa6\xcf\x18\x36\xce\x25\x8d\xda\xcd\x55\x8f\xd3\x8b\x00\x90\x27\xb1\xff\xe4\x71\x9b\x3e\x20\x0f\x65\xe6\x5a\x33\xd1\x49\xc9\x43\x0d\xe3\x98\x5d\x1b\xe1\xf5\xfe\xb8\xa4\x88\x56\x4b\x17\xfe\x45\x70\xa9\xe9\x37\xb1\xc9\xdf\xd9\x48\x23\x6f\x5a\xbc\xdb\x20\xa0\x1c\x9f\x71\x5d\xcf\xa6\xfe\xb1\xab\x56\x89\x58\x4e\x00\xc8\x10\x5c\x78\xae\xd4\xba\x1a\xff\x4f\x86\xb4\xc1\x42\xf8\xb9\xe9\x4b\xbd\x1d\x69\x6a\xec\x71\x4b\x2d\x39\x3a\x62\x8e\x79\x21\x45\x11\xf4\xc2\x28\xa4\xde\xf0\xdb\xad\xff\x41\xf7\x5e\xdc\xaa\x77\x64\xe0\x67\x7c\xaf\xfd\x97\x59\x67\x37\xa1\x2c\xe7\xd8\x00\x90\xea\x79\x67\x72\x18\xf5\xdb\x98\x53\x37\x1b\xea\x36\x30\x77\x6f\xf2\x35\x9f\x63\x95\xc4\xba\x9a\x70\x6c\xc7\x70\xb1\x71\x26\xfb\x44\x10\x43\x6f\xe6\xa8\xfd\xb0\x3a\x1f\x6e\xc1\x62\x43\xed\x7c\x5e\xe8\xcc\x08\xcd\x2e\xbe\x8b\xbd\x97\xfc\x32\xff\x06\x00\x12\xa8\x80\x97\xbd\xc5\x72\x58\xf4\x21\xbd\xd3\x5c\x26\x76\x48\x4a\x33\x39\x8b\x67\xc6\x94\x1a\xf6\x88\x03\xd7\x3d\xd3\xe3\xc4\x90\xc0\xaf\xba\x19\x62\xab\xdf\x0c\xed\x1e\xf1\xd3\xc5\x48\x4d\x9d\xa4\x72\x66\xb1\xea\xbb\xf8\xbc\x3d\x4e\xd6\x2e\x12\x02\x20\x16\x0b\x4f\x67\xf5\x99\xe3\x34\xe3\x69\x0f\x8c\xcf\x35\xa9\x89\x36\x83\x55\x7d\x2b\x7a\x9f\xbe\x40\x2d\x59\x07\xd7\xcd\x51\x27\x04\xd6\x6a\xaf\xa8\xe7\xfa\x1e\xd0\x58\xd5\x73\x17\x2f\x57\xe3\x55\x9a\x99\x31\xca\x2e\x79\xb7\x7d\x9d\x74\xbb\x64\x2b\x00\xa2\x5b\xa2\x4b\x59\xab\x4c\x1a\x43\x5a\x1a\xdf\x18\xa7\xdf\x93\x98\xaa\xff\xa3\x5f\x1a\xcd\xd0\xed\xd3\x75\xae\x5b\x53\xcb\xd4\xc5\x06\x56\x6b\xe3\x6b\x3f\xfa\xb6\x69\xe6\xd4\x5e\x5a\x3c\x57\xf5\x3f\xad\xff\xcc\x28\xc5\x57\x65\xba\x7d\xbd\x34\x46\xda\x08\x80\x48\x23\xf6\xdf\x72\xc8\xf8\xd8\x92\x93\xb6\xda\xd0\x6d\x1e\x49\x9c\xae\x47\x99\x7e\x45\xa7\xe9\x96\x9a\x30\xeb\xe6\x69\x6f\x1a\x3f\x07\xe6\x68\x7a\x8d\x43\xbe\x36\x35\xd7\xf0\x78\xf1\x12\xd5\x5a\x5d\xee\xcc\x2d\x8a\x60\xd5\x76\xfb\x63\x92\x5e\x19\x03\x00\xd1\x3c\x71\x6d\x26\xbf\x2f\xa8\x78\x4e\x0a\xa5\xfb\x9f\x52\x62\xdc\xa3\xce\xbe\xf2\x33\x51\x07\xdb\xdb\x2a\x23\x42\x16\xb6\xb6\x57\x9f\x5b\xf9\xbd\x59\x0b\x23\x2c\x3d\xd0\xb4\x1b\x39\xc3\x2d\xd5\x7a\x09\x8d\x9c\x4a\xae\x7f\x81\xdb\x08\x80\x8e\x4f\x19\x07\x40\x39\xc2\x76\xcb\x2c\xeb\x9d\x59\x8a\x4d\x29\xe8\xba\x55\xde\x12\x77\xa6\x63\x1b\xe4\x74\x54\x4f\xdb\xe1\x6a\xfb\x10\xd0\x72\x03\x5a\xb1\xf2\xb9\xed\x02\xfc\xaf\xa5\xbb\x9b\x26\xa1\x62\xdd\x72\xac\x8b\x31\x90\xa9\xcd\xf5\x1b\x71\x9f\x01\xd0\x39\x51\x1d\x00\x50\x16\xb3\x7e\x66\xae\xee\x7e\x55\xfe\x31\x65\x55\xe7\x79\xc8\x8f\xb8\xce\xf6\xfd\x55\x3f\xa3\x38\xad\x0f\xa0\x60\xed\x9d\x16\x07\x78\xe0\xca\xcb\xb6\xc9\x48\xd6\xd2\x41\x6b\x02\x7a\xaf\x5b\x61\x63\x39\xb6\x73\xea\x9e\x3a\x1e\x61\x12\x00\xb5\x1c\xea\x21\x00\x14\x5f\xd9\x61\x19\x94\xce\x1f\x35\x0e\xc9\xe2\xf6\xef\xd0\x9d\x71\x53\xdb\x9c\xe1\x95\x51\x93\x5a\xc2\x90\xe1\x6b\x85\x36\x38\x7a\xc5\x4a\xb5\x95\x89\x5d\xb9\x54\xd4\xb0\x0f\xef\xe5\xb6\xa5\xfe\x0a\x61\x74\xea\x0b\xf3\x7d\xd2\x49\x00\xb4\x59\xf4\xa7\x00\x28\x3c\x39\x91\x9b\xff\xb4\x7f\x42\x8a\x37\x7d\x6f\x5b\x8a\x7a\xb6\x91\xdd\x92\x85\x49\x8a\x54\xd8\xb4\xd8\x8b\x6b\x17\x5a\x2f\xe2\x09\x2b\xa3\x1b\x9e\x13\x17\x2e\xcd\xad\x0f\x20\xed\x75\xab\xaa\x0b\xa5\xf8\x39\x2f\x30\xad\xa4\x2d\x04\x40\xe3\xc6\xaa\x01\x40\x1e\xce\x35\x6f\x9e\xdd\x96\x82\x0f\xdf\x14\xd7\x42\x26\xe4\xc4\xfe\x6b\x1b\x24\xc2\x22\x9d\xac\x9f\x49\xb6\x35\xa3\x8d\x89\xe4\xe7\x2b\x5e\xd5\xc3\xa9\x51\x4b\x97\x5a\xfa\x69\x0a\x37\x9c\xb9\x83\x7e\xd9\x39\xc3\x20\x65\x1e\x01\x40\xf5\x92\x73\x0a\x00\x59\x01\xef\x55\x7a\x76\xf3\x4d\x46\x40\x52\x9d\xcd\x83\x71\x31\x36\xdb\x4a\x64\xc2\x22\x54\x0d\x97\x58\x9e\x6b\xb6\xd4\x07\xb2\xde\xae\xe8\xb7\xa0\xd9\xa7\x96\xda\x9b\x0e\x72\x7a\xdc\xb4\x46\x03\xd7\xe2\x3c\xa4\x4b\xe5\x3d\x06\x99\xca\x0a\xfe\x6e\x00\xa4\x2b\x05\xc2\x34\x6a\xd3\x45\xa1\x3e\xf1\x81\x35\x50\x38\x14\xb3\xbb\xa1\x5d\x78\x38\x62\x46\xfd\x74\xe1\xb7\xe0\xcf\x16\xb2\x28\x7d\x45\x99\xe9\xaa\xa8\xd7\xeb\x82\x31\x49\x3c\xdf\xcd\xac\x7f\x2b\x9e\x70\xfe\xa4\x55\x8a\x3d\x41\x8b\x62\x85\x68\x21\x00\x92\x54\x61\x77\xea\x5e\x6b\xa0\xea\x48\x62\x68\x43\xab\x8a\x17\xe3\x5d\x3f\x4f\x15\x1c\xae\xb2\xe8\x54\x0e\xc1\x22\xb3\x93\xf2\xe3\x0a\x47\x23\x57\xf9\xdb\xcb\x64\x98\xa2\x5a\xe7\x86\xd7\x0d\x2b\xd7\x38\x7f\xd7\xac\x90\x19\xc1\x01\xf9\x06\x89\x0b\x00\xe2\x0e\x91\x3a\x15\xd2\x48\xd4\x85\x25\x3c\xae\xff\xb7\xf6\x44\xf4\x9d\x3a\x64\x6d\x6e\x78\xa6\xf9\x71\xad\x63\x70\xb6\xa9\x48\x7b\x77\xf9\x13\xc3\x3d\xed\x4d\x2f\xaa\x9e\xa6\x35\xb9\x21\x74\xd3\xd4\xf2\x69\x53\xd5\x4c\xc5\x6c\x70\x4b\xb6\x5f\xf2\x13\x00\x71\x92\xe8\x43\xaa\x6b\xc3\x11\x93\x7b\x42\x77\x7d\xb4\xb1\x2e\x7a\xc4\x72\xcc\x38\x2d\x3c\xd0\xbc\xce\x30\x11\x9c\x68\x1c\x30\x48\x97\xdf\x37\xac\x31\x54\x7a\xf1\x75\x97\xf5\x99\x6e\xdc\xda\x0c\x2d\x77\x9a\xbf\x6a\x5c\x59\x66\x37\x47\xe6\x21\xbd\x02\x80\xe8\xb6\xb8\x28\xf9\xce\x70\x5a\x31\x21\xee\xe4\xc0\xfb\xd2\xfa\xf5\xe1\x7d\x23\xe5\xfb\x43\xe3\x7b\xcc\x95\xd3\x03\xae\x77\xc9\xab\x79\x3e\x5f\x3a\x60\xd0\xff\xe3\xe0\x2e\xdc\xa2\xc0\x9f\x3f\x80\x7f\x14\x41\x54\x14\x10\x04\x01\x05\x15\xa4\x4b\xe9\x46\xba\x6b\x61\x61\xbb\xbb\xbb\xbb\xd9\x05\x96\x4e\xc5\xee\x6e\xcf\x3c\xbb\xc5\xee\x3c\xef\xec\x3b\xf3\x8c\x33\x7e\xcf\xf7\xf7\x47\xcc\xbc\x66\x9e\x79\x3f\xf3\x23\xe8\xd3\xe8\x30\x85\xe9\xf5\x7d\xc9\x7a\xda\x6e\xb7\xd4\xc1\x40\x96\x01\x80\x8e\xff\x84\xb9\x00\xd8\x64\xf2\xa4\xd2\xc3\x1b\x92\x11\x5b\x17\xed\x58\xfb\x37\x6a\x6b\x56\xcc\xea\x7d\x98\x2d\xc9\xc9\x2b\xb7\xe1\xce\xc5\x9e\x5a\xbe\x8b\xe8\x16\xf6\x71\xe9\x08\x19\x1e\xf4\xdf\x92\xdb\xd4\x41\x6f\xff\xc5\xcf\xe8\x6b\xdc\x60\x03\x38\x76\x24\x00\x1d\x2a\xa1\x01\x00\xdb\x5c\xb9\x6f\x69\xff\xfa\x59\xe8\xb9\x8b\xba\xd7\x3c\xc3\xfc\xcc\x9a\xbe\xea\x28\xee\x76\x72\xc0\x8a\xf3\x84\xc3\xb1\x9b\x97\x3d\x24\x5d\x0c\x7b\x3a\x7a\x81\xf2\x2d\xe8\xbf\x25\x53\xe9\x5e\xde\x91\x8b\x67\x32\x5e\xbb\xc9\xfa\x7b\x38\x89\x00\xb4\xff\x23\x5a\x00\x80\xf5\x37\x79\x69\xc9\xab\xb5\xf3\xf1\xdf\xf2\x7f\xac\x9e\x4a\xec\xc8\xec\x5c\xe9\x42\x0e\x49\xda\xbb\xdc\x8f\xf2\x28\x96\xb1\x34\x89\xb6\x3f\x6c\xcf\x92\x38\xc6\xca\xa0\xe7\x23\x6c\x96\xcc\x3b\x6f\x98\xc3\x71\x71\xdb\xdc\xfb\x07\xef\x2b\x00\x6d\x7b\x24\x29\x00\x58\x6e\x2a\x8a\x4a\xd6\xae\x0e\xa0\x32\xf3\x87\x56\x2e\xa4\xad\xca\x9c\xb3\xbc\x9e\xfe\x34\x09\xb6\x94\xc7\x44\xc7\x86\x2c\x19\x64\xfd\x13\x66\x1a\xe9\xe3\xd8\x82\x6e\x0e\x5d\xe2\x79\x79\x37\x0e\x1e\xe4\x8b\xdc\x9e\xf4\x84\x89\x08\x00\x38\x84\xb2\x0e\x00\xcc\x2f\x95\x4b\x8a\x7f\x5f\xa9\x67\x1d\xc9\xfb\xbc\xbc\x8b\x7d\x25\x63\xf3\xd2\xad\x9c\xfb\x0b\xbf\x2c\xb9\xc7\x9b\x1a\x73\x75\xb1\x07\xbf\x31\xac\x61\x78\x8a\x60\x24\xe8\xf8\x60\x96\xf0\xb6\x37\x65\xc0\x5f\x3c\x77\xe2\xcc\x2e\xf9\xff\x7f\x44\x29\x51\xdc\x04\xc0\xec\xaa\x7a\x5f\x5c\xbd\xdc\x57\x3c\x98\x67\x5f\x9a\x2e\x09\xc9\xa8\x5d\xc2\x90\x2c\x5f\xb8\x79\x64\xb5\x14\x1d\xb3\x7c\xe8\xa9\x2c\x25\x2c\x73\xe0\x9b\x7c\x7a\xd0\xa5\xfe\x74\xf9\x47\xef\x0d\xbd\x7f\x2a\x3e\x4d\x74\x38\x8b\x55\xfb\x00\xb0\x6d\x55\xf7\x00\x60\xbc\xa4\x11\x14\xed\x1e\xfd\x47\x63\xcb\x0b\x58\x92\xa4\x19\x4d\xff\x39\xa2\xd3\xec\x5c\xc8\x19\x3a\xa3\xf9\x2f\x46\x3e\xe8\xa3\xc5\x85\x45\xf4\x2f\xd2\x5e\x0f\xba\xd6\xdb\xad\xc3\x78\xff\xd9\x13\xa8\xbb\x3d\xf1\x9f\x76\xa3\xae\x03\x00\xab\x58\x7b\x02\x00\xc3\x0b\xad\xa9\xf0\xc5\x92\x68\x6b\x4e\x2e\x7f\x44\x6b\x9d\x9a\x2e\x1f\x7a\x60\xb9\xbd\x10\x0c\x2e\xb0\x9c\x89\x09\xe9\x37\x5a\x1e\x86\x3e\xe8\xbd\x66\x0d\x08\xea\xeb\xa9\xb1\xa6\x7b\x5f\xef\xda\x6b\xfe\xdd\xdd\xab\x2d\xd4\xb8\x16\x00\x8b\x5e\x3f\x04\x80\xa1\x58\xd7\x5c\xb8\x65\x31\xde\xd1\x95\x9b\x31\x7c\xc0\xb1\x20\xbd\x70\x68\x8e\xfd\xe6\x82\x6b\x03\x02\xfb\xe6\x98\x71\x7d\xa7\xec\x7b\x42\x4f\xf5\x86\xd9\xff\x0c\xb2\x74\x6f\xb4\x27\x7b\xdf\xe9\x72\xb5\xde\x75\x8f\x70\xf0\xcd\x13\x01\x30\xff\x32\xc8\x00\xd0\x7f\xd0\x1d\x29\x54\x8e\xac\x71\x62\x73\xa7\x0e\x83\x8e\xa7\xe9\xb3\x06\x89\x1d\xfc\x05\x07\xfa\x77\x74\x94\x45\x7f\xea\x1b\xd7\x81\x0c\x3d\xd9\x43\xea\xf0\x0e\x6a\xef\xfa\xb7\x6d\x83\xf7\xbf\x9d\xa9\xad\x2b\xdc\x1b\xec\x6b\x2c\xd9\x00\x98\x29\xc6\x45\x00\xe8\xad\xfa\x90\xa5\xbf\x50\xe3\x6a\x53\xfa\x02\xd0\xbf\x37\x1c\x6c\x1d\xc2\xf6\x42\x23\xd5\x14\xbc\x13\x76\x8c\x27\x20\x6e\x41\x09\x08\xfb\xc8\x8f\x70\xb3\x1a\x0f\xd1\x22\x88\x97\x0a\xc7\x18\x26\xea\xaa\xc4\x0b\x2c\x38\xd3\x37\x20\x89\x3d\x9e\x9d\x0b\x80\xb4\x90\xbf\x62\xa9\x37\xfc\x29\xa4\xb4\x37\x1f\x39\x06\x15\xd8\xc6\xd0\x57\x61\x56\xd5\x6e\x9c\x0b\xf2\x3c\xf7\x16\xa1\x01\x1b\x41\x48\x24\x6d\x21\x28\x1b\x4b\xa9\x73\xc9\x77\x0a\x65\xf4\xc5\x74\x48\x22\x97\xd9\xca\xc2\xcf\xfc\xc0\x6a\xe1\x64\x01\x20\xf9\x2a\x20\x8f\x86\xb4\x9c\x69\xd6\xf6\x60\xe0\x7f\xc0\xeb\x6d\x00\x15\x84\xf2\x52\x7e\xc5\x48\x31\xbf\xb8\x69\xb8\x0f\x04\x37\xfc\x4a\xa2\x9c\xec\x0e\x19\xa3\x4c\xa7\x4d\x2f\x9c\x41\xdb\xc0\x8c\x4e\x0c\x64\xac\x63\xff\x31\x73\x07\x73\x15\x97\x03\x80\x64\xb1\x90\xb2\x18\xd9\x78\x0e\x73\xae\x6b\x5d\x73\x25\xde\xdb\x82\x87\xfd\x41\x5c\xa4\x70\x20\x1d\xe4\x0e\xf6\x57\x4c\x1d\xf5\x5f\x5c\x27\x3e\x94\x01\x6b\x78\x43\xfc\xc5\x3a\x5a\x40\xa5\x9c\xe0\xce\x49\xd0\xd3\x1e\xf0\x17\xce\x44\x30\x16\x08\x32\x01\x10\x5f\x14\x6f\x1d\x4e\xa8\x2f\xa1\x76\x3b\xaf\x42\x3e\xd1\x73\x4d\xb7\xa1\x87\x19\x37\xe5\x0b\x61\x5b\x59\x1a\xd6\x25\xe4\x6f\x9c\x5c\xac\x03\x73\x95\xfb\xa9\xc1\x1b\xff\x96\xbf\x75\xd1\x0e\xd2\x33\x21\x3e\xfe\x17\xd5\x4b\x74\x63\x66\x04\xed\x88\x18\x0f\x80\xe8\x83\xcc\x67\xb0\xa4\xfa\x35\xef\x65\xc7\xbc\xba\xeb\xfc\xa7\xc6\x16\xc8\x03\xc1\x79\xe9\xc3\xe6\x69\xc2\xd3\xcc\x0d\xf0\x16\xd1\x2d\x4c\x07\x6a\x8b\xf8\x5e\x7d\x1e\xce\x4d\xf2\x64\xd1\x54\x62\xb8\xf4\x49\xbc\x83\x0c\x93\xed\x98\xe9\x43\xa5\xc8\xce\x01\x20\x0a\x53\x20\xfa\x36\x96\xef\xd4\xe6\x39\xb6\x55\x7d\xd7\x26\xe9\xbd\xeb\x5a\xb4\x81\xe2\x2b\x90\xeb\x5a\x1f\xfa\xfd\x66\x9a\xd6\x1f\x3d\x19\x31\x51\x3b\xad\x6e\x32\x7a\xb1\xd6\x25\x3f\x16\xf7\x46\xf3\x2e\xde\x83\x18\xaf\x39\xef\xff\x8d\xfc\x58\x53\x01\x80\x30\x5b\x2d\xea\x29\x28\x91\x77\x54\xb4\x4a\x2b\xa6\xb7\x87\x6a\xa7\x56\xef\x71\xfc\x10\xfe\xa8\x67\xd8\xff\xa1\x65\x37\xa5\xb4\xfe\x85\xdc\x00\x9b\x6c\x3b\x53\xf3\x01\x79\xd9\xba\x36\x0f\x83\x2d\xb5\x18\xe2\x7a\xf1\x03\x66\xae\xff\x13\xd2\x33\x53\x11\x00\x82\xcd\xba\xa8\xae\xde\x22\xe3\x62\x99\xf5\x56\x59\xfc\xf0\x52\xb5\xa2\xf2\xed\xe0\x26\x81\xb5\xf6\x78\xff\x76\xca\x33\xc8\x96\xde\xad\x08\x67\xf3\xd2\xee\x91\x9a\x00\x84\xbe\x53\x9d\x3b\x86\x09\xee\xa0\xc7\x91\x70\xea\xb6\x55\xfe\xdf\x48\xd9\xad\x0c\xd0\x24\xa8\x33\xd0\x3b\x9f\x16\x7e\x58\x99\x61\xcd\x2e\xed\x5b\xf6\xe9\x7f\xfe\x8c\x0e\x0a\x5c\x6a\x63\x16\x67\x50\xd8\x90\xd9\x43\x17\x10\x89\xcd\x3e\x03\x35\xd5\x37\xe0\xdf\x7b\x8f\xe5\x6e\x46\xaf\xe8\x2e\x8d\x63\xe2\xdc\x3b\xf3\x67\xce\x27\x3e\x76\x08\x41\x97\x20\xc8\x98\xd3\xc9\x2d\xec\x5e\xf7\xc3\x72\xb3\x74\xfe\x1a\x8a\xaa\xbf\xe2\xf2\xca\xdd\xfc\xdd\x35\xeb\x96\x4f\xa2\x44\x37\x0c\x8e\x96\x21\xc6\x43\x3b\x46\xb8\xd5\x47\xe1\xd2\x41\x53\xee\x26\x74\x44\xdf\xc6\xb8\xc5\xd8\xd6\x9e\x39\x33\x05\x44\x6a\xdb\x7b\xf0\x92\x7f\xd4\xb8\x7d\xe4\x17\x66\x4f\x6d\x41\x17\x07\x97\xd2\x70\xdc\x92\x85\xbf\x08\x8d\x56\xc0\x88\x76\xd8\x71\xf6\x5e\x32\x13\x25\xc6\xd5\x53\x09\xb8\x90\x86\xed\x74\x1e\xf1\x5a\x41\x2c\xd3\x46\xdd\x90\xc0\x67\x07\x32\x67\xcf\x6c\x66\xef\x64\x63\x00\x90\x72\x05\xa1\x23\xf3\x50\x7d\x90\x9c\xce\x51\x4c\x05\x14\x6f\x56\xe1\xfc\x60\x02\xf9\x16\xc2\x44\xe4\x01\xf6\x3c\x92\x1f\x36\x08\x7b\x89\x92\x4d\xe0\x37\xe4\xd3\xb8\xe4\xeb\x8b\xce\x33\xd6\xd0\xab\x12\x82\x59\x35\x2c\xd2\xcc\xb9\xec\x19\x9c\x26\x00\xa4\x11\x82\x3b\xc3\xa9\x08\x4d\x33\xc2\x79\x12\x45\x84\x47\x98\x76\x61\x70\xc8\x3f\x65\xdf\x70\x06\xcc\x03\x96\x95\x70\x10\xff\x12\x5b\x4a\x9e\x42\x7a\x5b\x7f\x91\x4a\xa6\x81\x45\x6c\xfa\x7e\xe6\xec\xf8\x31\xa6\x80\xfd\xd8\xff\x05\x8b\xca\x35\x03\x20\xb9\x20\xbc\x3c\x58\xdd\xbc\x1e\xc3\xeb\x70\x85\xfd\x85\x3b\x61\x0c\x46\xe6\x10\xbe\x4b\xfb\xd0\x2b\xc8\xf5\xcc\x06\x5c\x38\xf5\x20\x26\x87\x70\x90\x11\x51\xf7\x8e\x8c\x60\x0d\xe5\x9f\xa0\xde\xe7\xba\xc5\x97\xd1\xb7\xf2\xa3\xfc\x57\x31\x7e\x0a\x6a\x00\x90\x00\xc9\x94\xfe\x96\xc6\x19\x54\xff\xb6\x62\x68\x0f\xed\x9a\xbe\x17\x16\xcf\x90\x4a\xb2\x11\x37\x59\x91\x8c\x68\xf4\x30\xfb\x6f\x74\x26\x4e\xc2\xdd\x56\x17\x40\x6c\xe0\xcb\xf2\x67\x51\x26\x08\xb3\xe3\x2e\x51\x9f\x8b\x8e\xfb\xab\xe8\xbd\x62\x1e\x00\xe2\x08\x19\xba\x97\x59\x77\x91\x57\x6a\xef\x82\x58\xf9\x2d\x3a\x5f\x28\x56\x50\x2f\x7a\x09\x2b\x14\x42\xe9\x93\x90\x8b\x44\x5c\x54\x1e\x06\x26\x36\xd4\x96\xe1\x99\x92\xa1\x3c\x05\xa9\x44\xba\x39\x8e\x4a\x49\x97\x0d\xf8\x13\x68\x65\xb2\x0b\x00\x88\xe0\x8a\xfe\xae\x8f\x55\x23\x9a\x5c\x5b\x7e\xed\x2e\x0d\x4a\xfd\xb2\xe1\x81\x86\x2a\x78\x07\xf5\xd2\xb0\xa8\x65\x30\x84\xc6\x80\x38\x85\xdc\xa7\x69\xaf\x09\xc1\x4e\xd1\x0c\xe5\xae\x22\xf8\x6a\x56\xc6\x7e\x22\x79\x6a\x46\xfc\x39\x94\x9d\x9a\x7c\x00\x84\x04\xf5\x72\xa7\xad\x5c\xdb\x3e\xc1\xe2\x5f\x75\xad\x6d\x8a\xf2\x57\x5d\x9a\x63\x2a\x3f\x01\xb2\xda\x3e\x9d\xbc\xab\x39\xa6\x35\x04\xce\x87\x1f\xb2\x05\x57\x4f\x47\x17\x58\x03\x73\x9e\xe0\xd8\x16\xdf\x58\x1b\x41\x62\x0e\xf5\xc7\x93\xb7\x9a\xfc\x40\xa6\xe0\xb4\x2e\xb7\xfd\x44\x29\x7f\xf8\x8b\x89\x54\xf1\x6c\xa8\x4a\x41\xa8\xe1\x0d\xe8\xb9\x07\xea\x7f\xf4\x2d\x21\x31\x9a\x46\x7b\xf6\xc2\xf0\xb0\xfa\xae\x63\x55\x79\xc8\xb7\xce\x33\x39\x30\x6c\x7e\xfb\x9d\x58\x38\x1e\xd6\x96\xe4\xaf\x25\x7d\x6f\xf5\x02\x2b\x04\x78\x03\xad\x7d\x6e\xc9\x8d\xe5\xc3\xc6\xb3\x15\xe5\x4b\x2d\xf2\x0b\xd5\x97\x96\x34\x72\xd3\xea\xb1\x23\xd3\x88\x5f\x9a\xdc\x07\x8f\xc0\xdc\x5a\x8e\xf4\x13\x2b\x7f\x22\xc9\x3d\xbf\x72\xd2\x30\xbf\x77\xad\x8b\xc5\xe1\x1e\x39\xf7\xfa\xaf\x27\x2d\x76\x78\x80\x47\x82\x08\x63\x72\xdb\xae\x12\xe6\xda\x2a\x23\xa1\xfc\xca\xaa\x3f\xe5\x9c\xea\xea\x15\x58\xce\xf3\xba\xdb\x4b\x2f\x11\x77\x37\xea\x96\xc4\xb4\xdc\x6d\x49\x1f\x96\x55\xbe\x44\x3c\x1c\xd8\x93\x93\x8b\xc9\xeb\x73\x8b\xed\xc6\x61\xba\x5b\xfd\x7f\x90\x02\xda\x4c\xe3\x92\xf9\xe7\x8d\xeb\x06\xae\xe2\x2d\xb5\x90\xf6\x0e\xc2\xc5\x86\x73\x86\xb5\xa4\x14\x68\x8c\xd4\x9b\xbc\x0b\x76\x94\x71\x98\x8a\x45\x71\xd1\x1b\xe8\x11\x38\xbf\x3a\x02\x13\x10\xcf\xe6\xc7\xb3\x6e\x51\x07\xe2\x8e\x71\x12\x99\x93\xfc\x7e\x72\x5e\xb3\xcb\x00\x90\xbe\x17\xd8\xfa\x7f\x60\x59\x90\x85\x6d\x67\x71\xaf\xa1\x75\xfa\xf7\x04\x0b\x0c\x2e\xe1\x92\x32\x90\x6b\x18\x09\x14\x1f\xac\x0b\x3a\x8e\xe6\x4a\x80\xd5\x7e\x62\xb8\x92\x0f\xe6\x5d\x65\xfe\xa0\x2f\x88\x93\xb0\xe9\xac\x4a\xbf\x0b\x9c\x26\x4e\x26\x00\xd2\x8d\xc2\xa4\xfe\x59\xe8\x96\xe6\x54\xc7\x57\xac\x07\xec\x87\x3e\x05\x77\x1b\xb9\x57\x7c\x92\x70\x10\xb3\x87\x3e\x48\x3a\x8a\x3f\x8e\x5a\x4f\xb9\x4b\x3a\x57\x6b\xa1\x03\xea\x83\x3c\x39\x73\x06\xe3\x6b\x5c\x02\xab\x9b\x7d\xd4\x6f\x29\x7b\x2b\x97\x0a\x80\x14\x22\x0a\xe9\x9d\x0a\xdf\x84\xf1\xb3\xc7\x22\xd7\xe1\xc4\xda\x95\xe8\x63\x84\x7d\x22\x2a\xf6\x25\x79\x0a\x8d\x45\x48\xa7\xca\x91\xab\x49\x83\xf4\x97\x35\x5b\x29\x3f\x59\x84\xdc\x9b\xf4\x3c\xce\x8d\xd8\xad\x8c\x9b\x7c\x17\x3f\x1e\x0b\x22\x48\x00\x40\xd2\x2a\xa9\xe8\xae\x6b\x9e\x44\x19\xb4\x19\x60\x18\x1a\x51\x13\x84\x38\xcb\x08\x10\x4e\x47\xc7\x30\xcf\x50\x4b\xb0\x7b\xd8\xbd\x88\xd5\x04\x38\x17\x57\x7d\x9b\xf4\x1f\x3f\x29\x37\x85\xca\x12\xba\xc4\x16\xd1\x67\x88\xfa\xfd\x20\x8c\x0f\xe2\x7a\x00\xc4\xbb\x64\x9d\x9d\x68\xc8\x0d\xee\x32\xcb\x45\x28\x95\x77\x42\xd5\x0f\xf3\xe1\x5f\xe6\xff\x8e\x58\x2e\xb8\x4b\x99\x8f\x26\x0a\x7f\xc2\x37\xe2\x16\x89\x67\x57\x4f\x26\xce\x94\x14\xe6\x0c\x93\x77\x4a\xa9\x31\xcf\xa9\x54\x19\xc1\x6f\x11\x7d\x83\x6c\x1d\x00\xa2\xbf\x14\x47\x3a\x26\xd5\x6e\x56\x67\x9a\x06\x1a\x86\xd5\x1a\x85\xb5\xa9\x53\xbd\x99\x7b\xa7\x45\xa6\x3e\x4c\xe2\x23\x6c\xea\xa7\xb0\x5c\xf4\x06\x8d\x4b\xe5\x0b\xdc\x61\xcd\xfc\xec\x8b\x44\x93\xa6\x38\x46\x43\x5e\xa4\x69\xf1\x6b\xa1\xf9\x69\x7c\x01\x10\xbe\x51\xef\x72\x0c\x57\x6d\x75\xfc\x66\x50\xd5\x9e\xb0\xbf\x91\xed\x6e\x78\x63\x9f\xc1\x09\x87\xfa\xb6\xc6\x11\x5e\xc2\xd0\xb6\xba\xe6\x8f\xc8\x5d\x56\x6a\xc5\x1f\x98\xaf\x16\x4d\xb6\x2f\xfe\x91\x79\x30\x26\x88\xb8\xc6\x74\xda\xaf\x91\xea\x69\x3c\x06\x66\x09\x6b\x74\x19\xad\x87\x2b\xec\x43\x6c\xdd\xbe\xea\x2b\x03\x6f\xa4\xd3\xea\xc3\xfb\x6b\x59\xbb\x1a\x29\xbd\x7a\xfc\xfa\xe6\x8b\xdd\x7b\xa1\xaf\x10\x85\x9d\x4f\x2b\xfc\xd0\xab\x9d\x9e\x59\xed\xb8\xcd\xed\xf9\xd1\xaf\x08\x16\xc7\x7e\x3f\x31\xa5\xd1\xd6\x05\xac\x82\xc7\x86\xda\xd6\xf0\xf2\x17\x4b\x3f\xeb\x82\xab\x13\x46\x3d\x25\xdc\x3a\xe3\x62\x77\x56\x22\xe4\xf4\xd0\x3d\x7c\x66\xf3\xc2\x81\x8d\xd0\x4e\xf8\x96\x3e\x51\xf9\x4d\x74\x60\x4f\x5a\x16\x13\x17\xdb\x35\x21\xfa\x3d\x61\xb2\x33\xd9\x6f\x31\xf9\x83\x5d\x0b\x8e\x09\x96\x1a\xfd\x6c\xc7\xcb\xc5\xab\xbb\xb4\xbb\xab\xb6\xad\x84\x4b\xdc\x6b\x7f\x2d\x77\x61\xde\x87\xe4\x8d\x3a\x70\xdf\xa1\x6b\x16\x4f\x82\x92\xe1\x61\x43\x9a\xf2\x63\xa8\x8e\xfe\x17\x59\x02\xec\xea\x5e\x4c\xcc\x1c\xbc\xbe\xeb\xbd\xdf\x3f\x64\x9a\xe3\xc3\xb8\x99\x82\x45\xc6\x36\x27\x93\xf2\xb1\x56\x64\xee\xa6\xfe\xd3\xf0\x5c\x19\x4b\x77\x83\x16\xf1\x22\x19\x95\xb0\xc3\x24\x3a\x73\x0b\xaa\xa5\xe5\x3d\x7b\x36\xf6\x5d\x65\x15\x67\x98\x38\x92\x75\x9c\x37\x9e\xda\x10\x75\x8c\xef\xca\x58\xe9\xc3\x10\x68\x58\x3b\x00\x90\x8f\x08\x3d\x3b\x34\xe4\x40\x48\x88\xe9\x2a\x25\x03\x5a\xa4\xe8\xa7\x72\x61\x8d\xdc\x7e\xda\x53\xa4\x8e\xf8\x94\xc1\xc7\x9c\x6b\x51\xb0\xdc\x09\x33\x2b\x9e\xb1\xd7\x93\x85\x59\x2c\xee\x42\xda\x8d\x28\x2b\xaf\x9c\x79\xdb\xa7\x8a\xff\x2f\x7b\x04\x00\x79\x8b\x70\x59\xbb\x85\x58\x0c\x7d\x6f\x9a\x44\x32\xc1\x4e\xcb\xff\x26\xff\x81\x6c\xe7\x7c\xa3\x2a\x31\x2c\x62\x33\x3d\x01\xcf\x6c\x19\xc7\x78\x45\xe2\x54\x68\x58\x5b\xa8\x9a\x2c\x7f\x4e\x23\xa3\x33\xaa\x8c\x2b\x67\x97\xfa\xa4\xf0\x51\x9c\x53\x00\xc8\x27\x88\xe4\x8e\x03\xd8\x23\xe8\x56\x03\x1a\x9f\x87\x7d\x28\xa3\x12\x1e\x10\x02\xd9\x1b\x48\xc7\x48\x42\x42\x36\xe5\x20\xe5\x45\xb3\x07\xed\x00\x1d\x51\xbe\x83\x71\x80\x79\x3b\x53\xc0\xea\xe4\x34\x45\x3e\x62\x9f\xe5\xa9\x7c\x7c\x79\x3e\x7c\x0b\x00\xb2\x02\x89\xd5\x1e\x88\x4a\x21\x8f\xe9\xee\xa3\xbf\x53\xbb\x25\x9f\xb1\x2f\xe9\xe9\x2c\x0c\x61\x06\xe3\x3b\xde\x9f\x54\xcf\xba\x01\xf5\xa0\xb4\x73\x36\x95\xdd\xa3\x9d\xe0\x39\x32\xee\x31\xce\x08\x18\x91\xad\xac\xe9\xa2\x49\x3e\x9e\x9c\xe3\xa2\x2d\x00\x48\x45\xb2\x23\x36\x23\xec\x2e\xa7\x57\x5b\x8f\xf8\xc1\x5d\x23\x76\xa0\x17\xf0\xd6\x33\x67\x62\xfb\xf9\x63\xd8\xcf\x84\x69\x42\x8f\x26\x1f\x92\x4e\x94\x5f\x36\x95\xf2\x52\x2c\xcf\x28\xa3\xcf\x90\xec\x8d\xcc\x66\xd0\xa4\x67\x7c\xa6\xb1\x8d\xb2\xa9\x00\x48\x56\x2b\xee\x9a\x1f\x43\xa3\x94\x74\xd5\x8f\x16\xbe\xf2\xac\x50\x0b\x7f\xa2\xf2\xa5\x17\xa0\xda\x54\x75\x18\x24\xb6\x4c\x35\x0c\xd9\x87\xff\xa1\x7a\x50\xf2\x1f\x69\x99\x3a\x2c\xdd\x42\x79\xa3\xa6\x46\x3c\xa6\xe5\xab\xd7\xfa\xc4\x33\x3f\xaa\x45\x00\x88\xb7\xab\x57\x1b\xb7\x36\x9c\x6d\x85\x29\xbe\x35\x39\x6d\x3b\xf9\x1b\x5a\x50\xb6\xf1\xd4\x11\x44\xb6\xb5\x1e\xf5\x02\x1d\x6e\x59\xd3\xa0\xc1\x79\x99\xdf\x97\x8c\x27\x3c\x31\xe7\xa6\xdd\x22\x97\x99\x5a\x23\x8c\x94\x25\xc6\x7f\x7d\x12\x18\xaf\x0d\x57\x01\x10\x7b\x6a\x7f\xe9\x6f\xd5\xbd\xe9\xb7\xc9\x61\x90\x9d\x7d\x19\xbc\x05\x50\x67\xcf\x69\x4a\x09\xac\xb5\x3b\x17\x79\x00\xe9\xec\xdc\x59\xaf\xc7\x0c\x3a\xe7\x15\x67\xe1\xed\xed\xbd\x69\x30\xd2\xd4\xb6\x09\x11\xd5\x64\x91\xfd\x9c\x4f\x0d\x23\xda\x5a\x0e\x80\xa8\x4f\xff\xaf\x7e\x66\x5d\xcb\xe2\x63\xb2\xed\x10\xbf\x91\x40\xee\xaa\xa6\xbf\x86\x1a\xc8\x67\x5a\xfe\x18\x60\x21\xeb\x10\xff\xf4\x19\xeb\x63\x31\xa0\xa7\xaf\xe8\x3b\xee\x5b\xd7\xfa\xb4\x4c\xa2\xc5\xf9\x7b\x44\x35\xe9\x6d\xc7\x5c\x1f\x2e\xfd\x64\xeb\x4c\x00\x44\x8d\x86\x9d\x3a\x5b\xed\xbb\x15\x21\xb2\xdc\x86\x81\x65\x29\xdc\xca\xa6\x96\xd1\x28\xb2\xaa\xa5\x7e\xe4\x17\xd2\x07\x81\x18\x3a\x5d\x0f\xd0\xec\x01\x67\xd1\x33\x1c\xb5\xaf\x25\xad\x80\xf0\xb9\x67\x6e\x84\x90\x84\xe9\xdc\xe7\xb3\x9f\x9e\x6a\x57\x03\x1f\xe1\x5b\x63\x82\xf9\x2e\x3b\xb3\xb6\x57\xb5\x9e\x7d\xaf\xe1\x3f\xc1\x55\xce\x5a\x68\x35\x4d\xcc\x75\xc0\x76\xa2\x89\x3c\x1b\x2a\xb3\x61\x98\xdf\x85\x3d\x51\xbc\x49\xb0\x86\x48\x4c\x5d\x2a\x3c\x44\x79\x3f\x7f\x86\xc8\xcc\xf0\xf1\xac\x91\x6c\x63\xb9\x00\xa0\xdc\x2e\x14\x98\x43\x99\x8d\x90\x40\xe5\x4f\x56\x12\x34\x4e\xb0\x88\x1d\x0f\x4b\xa2\x3e\xe5\x64\x23\xeb\x50\xf7\xb8\x18\x8c\xa3\x21\x94\xd7\x86\xbf\x54\x5c\xcc\x3f\x4e\x0e\x4b\x85\x08\xbe\xd0\x88\x61\x8f\x85\x63\xcc\x0c\xcf\x1c\x49\x12\xeb\x11\x00\x4a\x91\xf0\x95\x09\x4b\xe7\x42\x4f\x29\xcb\x19\x36\x98\x83\x3f\xc0\xdc\x87\x2c\xa4\x96\xb2\x9e\x61\x02\x50\x55\x9c\x78\xbc\x67\xfd\x2a\xae\x86\xe4\x51\x74\x8b\x77\x9d\x3a\x33\x75\x82\x20\x94\xe1\x19\xb6\x4d\x38\x91\x35\xe2\x99\x20\x5e\xc1\x99\x00\x80\x72\xbe\x68\x8b\xa1\x95\x12\x86\xfa\x2c\x5f\x49\x65\x61\x6b\x79\xbe\xb4\x1b\x78\x13\xf9\x23\xa3\x8e\xf8\x10\x19\xc9\xbc\x4f\x69\xa8\x5b\xcb\xa6\xd3\xce\x16\x4d\xe0\x7c\x66\x56\xa7\xd0\x78\x4c\xf6\x9e\x30\x2c\x1f\xc3\x3d\xe9\x19\x21\xa2\xf1\x8e\x03\xa0\x60\x48\x56\xeb\xe7\x10\xb6\x93\x4e\xca\x72\x48\x55\x94\xa5\x9c\x73\xe4\x5f\xb4\x26\xd2\x19\xea\x7e\x46\x28\x62\x16\xdd\xc2\x9a\x58\x7b\x98\x59\xc3\x7e\x5d\x58\xc0\x9e\xc6\xbd\x95\xfc\x84\xb3\x99\xbf\x3b\x2c\x98\xbb\x4e\x58\xe9\x99\x2a\x9c\x2b\xfc\x00\x80\x7c\x89\xec\xb4\x56\x83\xdd\xc3\x4e\x96\x8c\xe1\xc5\x1c\x24\xdb\x4c\x84\x71\xc5\xc4\xe5\xe4\x7a\xde\x36\xf8\x0c\x6a\x13\xff\x57\xcd\x1d\x7a\xbd\xb0\xb2\xc0\xc4\xcc\x12\x8d\x24\x63\xd9\x40\xfc\x32\xf4\x31\x67\x9c\xd4\xc5\xb3\x9a\xff\x4c\x0a\x07\x40\x76\x4d\x71\x46\x5d\x85\x7c\x28\xb7\x8b\x76\xa0\xff\x55\x8c\x63\xf6\xe2\xfc\x15\x48\xfc\x53\x42\x9d\xe2\xb7\x96\x4e\x52\xaf\x32\xaa\xba\x9b\x72\x49\xd9\xb5\x48\x47\xfb\x57\x05\x92\xb6\x30\x6e\xaa\x78\xa1\x4e\xe6\x65\xd5\x05\x4f\x22\x8f\xaa\x3a\x09\x80\xf4\x4f\x35\x5b\xe9\x0e\x7b\x61\x79\x21\xd8\x87\x4c\xb2\xc0\xe8\x37\xd0\xed\xe6\x23\xb8\x46\xec\x57\x73\x5e\x73\x12\x81\x6d\x3a\x59\x45\x25\xdd\x33\x95\xe5\x3b\xa9\x89\xc6\x8b\x49\x93\xe8\xb1\x46\x7c\x68\x06\x23\xd4\xe8\xe6\x29\xe5\x42\xf4\x47\x00\x90\x26\x68\x37\xca\x2b\x9a\x4f\xf5\x48\xf8\xf1\xf0\x92\x6e\x28\x8d\x83\xbc\xd0\x35\x19\x3b\x03\x53\xe3\x3c\x08\x9d\x8b\xbb\xd3\xc1\xad\xd4\x13\x69\xed\xe1\x79\xf7\xc8\x0f\x1c\x4f\x16\x3a\xa8\xef\xec\xbb\xe6\xfd\x4b\x7b\xd7\x7a\xca\xd3\xc6\x19\x34\xdf\x02\x40\xb2\x5b\xaf\x95\xed\x6f\x0e\x1d\x92\xf3\x56\xc0\x86\x07\x01\xf5\x05\x72\x7e\x3f\x16\xb3\x0c\xbd\xae\xf7\x50\xd3\x11\x5c\x5a\x4f\x40\x65\x32\xe1\x52\x97\x2c\x6f\x05\xb9\xca\xf9\x64\x21\x83\x4a\xea\xa0\xcf\xfb\x9b\x46\x68\x7b\xe4\xb9\x9c\x93\x6a\xfd\xdf\x3c\xc9\x31\x64\xca\x60\xd0\xb5\xa3\x1b\x78\xc5\xb0\xe9\x8b\xdf\x52\x9d\x88\x81\x11\x6f\x0c\x0c\xed\x37\x14\xdf\x64\xc7\x2e\x1d\x28\xa8\xf4\x22\x64\xf6\x61\xf3\x3a\x49\xfb\x7a\xcc\x0b\x39\x94\x2b\x5d\x97\x43\x3d\xa8\xa7\x9d\xd5\x9e\xf7\xd8\x9b\x6c\x77\x00\x90\x4c\x34\xec\x51\xbe\x12\x7e\xaa\x7d\x29\x9c\x2b\x6a\x84\x24\xd1\xef\x8a\xce\x41\x99\xb8\x58\x71\x09\xec\x00\xf4\xaa\xf8\x3a\x2a\xbe\xf2\xa4\x84\x87\xdd\x90\xd7\x27\x0d\x20\xa6\x2f\xf0\x91\x3e\xa6\x0c\x86\xfc\x29\xd3\xd3\x05\x53\xf2\x15\x27\x98\x03\x00\xa8\xef\x09\x5f\x28\x27\x09\x6a\x20\x11\x02\xba\xe0\x32\x34\x8e\x5e\x26\x64\xc3\x42\xb1\x23\xa2\x29\xc8\x44\x68\xb9\xe8\x00\x06\x55\x59\x29\x96\xe3\xfb\xf2\xe2\x24\x05\xa4\x7b\x89\xa7\xa4\xf3\xa8\x1f\x43\x8e\x4a\x2f\x31\x5a\xa7\x64\x29\x6a\x58\x14\x00\xd4\x4b\x44\xe5\x8a\x20\xde\x06\x68\x07\x7f\x1d\xbf\x16\x06\xa1\xad\x17\x4c\x43\x4e\xc2\x8e\x13\x9c\x45\x5f\x6d\xda\x2b\x1c\xc1\x1d\xaa\x38\x27\x92\x13\x77\xe5\x1e\x12\x63\x28\x7b\x13\x0d\x92\x46\x7a\x7b\xc8\x72\xe9\x64\xe6\x93\x29\x59\xf2\xe3\x6c\x03\x00\xea\x1a\xd1\x17\x99\x91\xcd\x41\xd9\x79\x01\x9c\x3a\xcc\x39\x6a\x18\xb7\x06\xf7\x15\xbd\x91\x07\x21\xd6\x37\x76\xf0\xa9\xe4\xe3\xe5\xa7\x05\x2a\x5a\x5e\xce\x13\x61\x37\xe3\x68\xc2\x6b\xd1\x3a\xf6\x8c\x10\x9a\x98\xc0\xf9\x31\xa5\x5a\xd6\xcb\x2b\x04\x40\xd5\x23\x39\x2f\xf9\xc2\x08\x20\x3e\xe1\x9c\x67\x96\x92\xf7\x51\xc6\xb3\xba\xa8\x42\xd4\x2a\xf6\x0d\x7a\x15\x64\x84\x1b\xc1\xcc\x28\xfb\xca\xe3\xb1\x63\x73\x52\xf9\x3b\xb8\xf3\x12\x54\x82\x7f\x78\x3f\x42\x72\x85\x1b\x05\xf2\x29\x7c\x69\x93\x50\x02\x80\xf2\x9c\x6c\x4c\xbc\x93\xf2\x93\x79\x8d\xdd\x4f\x53\xb1\xbd\x48\x6f\x18\xe3\x39\x39\xc8\x25\x4c\x0d\xb7\xad\x61\x0b\x7b\x22\xef\x6d\x59\x3c\x47\x2b\x68\xcc\x6e\xe7\xbe\x10\xee\x4b\xf0\xe1\x17\x89\x7d\x43\xfc\xf9\x3f\x25\x11\x53\x36\x48\x7c\x24\xaf\x00\x50\xbc\x55\x1c\x14\xda\x89\xa3\xd2\x6e\x66\x1f\x39\x4c\x36\x8b\xe8\x4b\x39\x2d\x1b\x40\xb8\xd0\x0c\xf2\x59\xf5\xe5\x8c\x52\xf9\xa6\x92\x9f\xcc\x5f\x8a\xfc\xac\x21\xf6\xa8\xe2\x6a\x3c\x97\xeb\xaf\x64\x05\x5f\xe6\x9e\x50\xde\x9b\x72\x41\x34\xa0\x4a\x00\x40\x31\x59\x9d\xc9\x67\xe3\x94\xa6\x10\xfa\x41\x42\x93\xf1\x0c\x5e\x46\xca\x32\x32\x60\x6d\x94\x08\x63\x70\x9d\x3b\x2d\xd0\x70\xbb\xf8\x19\xc3\xc5\xd0\x9b\xb9\x9f\x79\xcd\xd0\x18\x77\x83\x8d\x35\xc4\x05\x1b\x38\x13\x0d\xe3\xa7\xdc\x13\xda\x75\x7b\x00\x90\x43\xb4\xf5\xdc\x7f\x30\xba\xce\x7c\x5a\x0b\x4e\xe5\x2c\xc4\xc5\x11\x0c\x1d\x49\x2d\x2c\x92\xae\x3d\xbc\x36\x80\x62\x6e\x0b\x2a\x9e\x45\xeb\x72\xcc\xce\x9c\xcd\x30\xda\x23\xe2\x70\xac\xd0\x56\x58\x70\x32\xeb\xa2\xcd\x3e\xe5\x91\xe0\x9a\x49\x0c\x80\xec\xb2\xde\x9d\xcb\x44\x9f\xeb\x1f\x47\xbd\x8d\x3d\xd7\xbb\x0b\xbb\x05\x7f\xaf\xa7\xa1\xc5\x85\x78\xb7\xeb\xdf\x9a\x13\xe4\x27\x9d\x43\x45\x77\xa8\x9f\x9d\xb5\x19\x6f\xe8\x1f\x3a\xbc\xe2\xf2\x99\x3d\xed\x13\x83\xe7\xb3\xf2\x1d\xa8\x29\x6f\x04\x02\x8b\x1b\x00\x32\xab\x7e\x3f\xd7\x07\x9d\x3d\xfc\x8b\xaa\xc3\xe6\x0c\x49\xb1\x30\x7c\xed\xc0\xcd\xe6\xa3\xc4\x92\xfe\xfc\x9a\x41\x72\x59\xef\xca\xa2\x43\x54\x5c\x4f\x48\xc6\x23\x3a\xba\x6b\x7d\x5c\x01\xe3\x7b\xa7\x38\x38\x9d\xb9\xa4\x7d\xd4\x23\x90\xff\xda\x5a\x0a\x80\x6c\x8e\x21\x97\x29\xd7\xce\xac\x43\x12\xbf\x6b\x0e\x42\x06\x91\x77\x34\x4e\xe8\xe1\xc6\x08\x0d\x0f\xf6\xa6\x62\x4c\x43\x44\x65\xe7\x8f\x69\xc8\xd8\xde\x94\x2d\x1a\x35\xe1\x5b\x64\xa1\xe6\x24\x25\xca\xff\xae\xb6\x99\xb6\xcc\xf5\x9d\x6e\x0e\xf3\x3a\x00\xba\xa3\xa2\xa7\x8c\xaf\x6a\x1a\x04\x4a\x54\xa9\x0b\xa1\xb5\x48\xaa\x7a\x11\x2c\x0d\xb2\x4b\x5d\x8c\x8c\xa8\x20\xab\x5b\x30\xa9\xf9\x02\xb5\x14\xdf\x98\x82\x55\xaf\x27\xc9\x23\xa7\x6a\x26\x51\x89\xfe\xe7\x35\x4b\xe9\x43\xae\x3f\xb4\xeb\x59\x16\x00\x74\x1a\x71\x20\x83\xad\xfc\x0d\xaa\x22\xbc\x57\x9e\x81\xa5\x20\x9e\x28\xff\x46\xdc\x87\x64\xa9\xa6\xa3\xbb\xca\xdf\xab\x8a\x70\xd4\xfc\xa9\x2a\x2d\xb1\x2a\xc5\x43\x75\x96\x92\x1c\x71\x5f\x9d\x4d\x7b\xec\x7f\x50\x7d\x9d\x71\xdf\x6d\x92\x36\x8c\xdd\x09\x80\x2e\x41\xbc\x92\x9e\x28\xeb\x44\x01\xfc\x5e\xd9\x3f\x98\x44\xf8\x4e\x39\x1a\xd7\xd2\x10\x2d\xff\x8d\xb0\xbe\x7c\xbc\x22\x94\xec\x9f\x97\xab\x68\xa7\xb6\x27\x63\x94\x80\x31\x31\x82\xa1\x74\xb0\xb2\xfd\x97\xab\xe6\xb0\xef\xb9\xc5\x68\x00\xaf\x08\x00\xad\x58\x9a\x4d\xbd\x23\x3e\x4b\xe8\xc5\x69\x25\x25\x24\x25\x6c\xaf\xe4\x14\xa5\xa1\x7e\x91\x14\x41\x4b\x2e\x4b\x90\x7e\x65\xc4\xe4\xda\x65\x1d\xac\xc8\xa4\x4b\xf2\x70\x4e\x78\x44\x80\xfc\x02\xf7\x3f\x7f\xa7\xa2\x91\x5f\xec\x06\x53\x5d\x11\x6a\x00\xd0\x6c\x95\x7b\x51\x08\xc2\x59\xf4\xa3\x58\xa8\x70\x3b\x33\xb9\x65\xb7\x08\xc6\xea\xa9\x43\x88\x03\xd9\x3f\x4b\x91\xe2\xe7\x5c\x59\xce\x1d\xc9\x4a\xde\xb7\xa4\x1c\x29\x5c\x20\x0e\x3f\x25\x0b\x14\xbe\xf2\x37\xca\xfa\x44\x4f\xdd\x46\x94\xa3\xd2\x71\x00\xa8\x9f\x2b\x6e\x92\xd6\x72\xb7\x89\x96\xa3\xf7\xf1\xc8\x62\x71\xf3\x4c\x7e\x83\x24\xbc\xe6\xb3\x20\x4f\x72\xbf\x64\xb6\xb0\x5a\xba\x32\xfb\xbc\xa8\x40\xc6\x58\x48\x16\xc7\xcb\x53\xc2\xb3\xc4\x6f\x14\xe3\xfd\x4b\x24\x30\x85\xc4\x6d\x4c\x11\xa9\x1c\x05\x40\x75\x5f\xed\x47\x78\xca\xda\xaa\x43\xa0\xc2\xd9\x9b\x75\x15\x4d\xd7\x39\x87\x74\x91\xd5\x63\xdc\x3b\xba\x88\x62\x7f\xbe\xbf\x2e\x31\xdb\x55\x10\xaa\xcb\x5a\xb0\x4b\x58\xae\xab\x99\x7f\x5f\xe4\xa5\x53\xfb\xcf\x12\x6d\xd4\xe9\xdd\x3e\xca\xa7\x6a\xf5\x00\xa8\x42\x34\x6f\xf1\x47\x18\x26\xc7\x6a\xc4\x67\xe6\x71\xfb\x8b\xc6\xbd\xac\xef\xf6\xe8\xaa\x73\x9c\x94\x56\x7d\x11\x84\xcb\xb7\x3d\xca\x2a\xe3\xed\xb3\xd5\x2c\xc8\xe0\xbf\xb6\x9e\x9b\x4f\x13\x5c\xb4\xb2\xfd\xee\x0b\x1d\x96\xd2\x89\xae\xb2\x3a\xc3\x6f\x00\x28\x47\x74\x1c\xbc\x37\xfd\x65\xe7\x25\x84\x80\xe9\xe3\xfc\xab\xb1\x98\x55\xd3\xf1\xa1\x8a\xc3\x56\x77\x4c\x29\xf2\xe1\xec\x6b\x0f\xcb\x9a\xc1\x73\x6f\x6b\x5c\xe0\xcf\x2f\x70\x0c\xcf\x87\x08\x62\x1d\x3e\x7e\x77\x04\x3f\x6c\xbb\x27\x4e\x91\xfe\x6d\xf2\x02\x40\xd9\xa0\xf7\xc6\x19\xe8\xc2\xbe\x32\xc4\x14\x86\xb9\xb7\x1c\xf2\x2f\x73\x67\x4f\x4a\x55\x06\xeb\x5e\xf7\xec\xc2\xf7\x9c\x49\x5d\xae\x59\xe3\xb9\x88\xce\xc9\x0b\x7c\x78\x7d\xce\xc4\xf9\x48\xbe\xba\x23\xc9\xef\xa3\x00\x62\xdf\x37\x31\x4b\x4a\x36\xa7\x01\xa0\x78\xae\xef\x45\x5c\xb4\xdf\xab\x2f\x6d\x8a\xb1\x7b\x36\xe6\x54\xff\x6a\x6d\x6a\x4e\x2c\xa9\xb6\x75\xc1\x33\x72\xdd\xac\xf7\x50\xe4\x94\x60\xeb\x22\xec\x92\x18\x1f\xcb\x19\xc2\xcd\xe0\xdd\x96\x6d\xe4\xd3\x9e\x75\x96\x5b\xd4\xef\xe3\x04\xa6\x0e\x76\x2c\x00\xc6\x54\xc9\x42\x44\x43\xab\x02\x72\xbe\xf1\x84\x6d\x3f\x74\xa4\x7a\xa3\xcd\x0b\x46\x2a\xfe\x65\x65\x21\x33\x72\x8e\x58\x6e\x62\xe2\x93\x9f\x58\x1a\xf1\x09\xd1\x4f\xcd\xef\x48\x09\xc1\x4b\xcc\x2f\x29\x8f\x3d\xe1\x96\x19\xb4\x9b\xe3\x3a\x4d\x41\xec\xfd\x00\x18\x5e\x4b\xf2\xe1\xe7\x6d\x01\x50\x5d\x63\x93\x95\x00\x8b\xab\xae\xb5\x9c\x44\x5c\x2a\xde\x68\x29\x44\xb3\x73\x38\xe6\xb3\xb8\xc4\xe4\x51\x33\x92\xf0\x2b\x7a\x8b\x79\x2a\xf9\x74\xb0\xcd\xec\x43\x2b\xf0\x24\x98\xf3\x18\x2e\xe3\xb6\x18\xfb\x38\x9b\x01\x30\x0c\x48\x96\xc3\x5e\x98\xe7\x23\x21\x10\xa9\x69\x0f\x7a\xa8\x4a\x61\x42\x62\xaf\x14\xbd\x34\x8d\x23\xcc\xc9\x3e\x66\xdc\x4e\xb2\x24\x7b\x1a\xe9\x94\xaf\xd1\xb9\xc6\x0c\x3a\x31\xb8\xdc\x58\xc3\x14\x7a\x0a\x8d\x7a\xd6\x5f\xe3\x5e\x19\x04\x7c\x08\x00\xfa\x5b\xd2\xef\x2d\xcb\x0d\x7d\x78\x4a\x03\xdd\x90\x44\x24\x55\xae\xd3\x3f\x21\x57\x14\x45\xe9\x77\x53\x53\xb3\xfd\xf5\xdd\xf4\xb4\x24\xad\x9e\xc9\xcc\x8f\xba\xac\x6f\x62\x2f\x0a\x0e\xd6\x2b\xb8\xd3\x3c\x2d\xfa\xfd\xbc\xc2\xf1\xb1\xfa\x6c\x91\x1d\x00\xdd\x4f\xf9\xea\x66\x93\xce\x85\xfa\xad\x5e\xa1\x3d\x40\xb7\x55\xdc\xd4\xda\x98\x13\x0a\xe9\x5a\x13\xcb\x96\xc5\xd0\x5a\x39\x21\x0b\x3f\x68\xb5\xdc\x03\x51\x24\xad\x8a\x5f\x37\xfb\xad\x76\x93\xe0\x86\xe7\x32\xdd\x24\xe1\x9d\xf1\x0c\xdd\x6c\xe9\x62\x00\x74\x49\xca\x6c\xa8\x5c\xa5\x16\x4c\xaf\x5b\xa4\x52\x0a\x3e\x95\xef\x54\x69\x84\x97\x0b\x4a\x54\x47\x45\x7b\x32\xf1\x6a\x57\xf1\xa6\x85\x7e\xea\x58\xc9\xa6\xc8\x5d\x6a\xa4\x74\xe3\xec\x76\x35\x57\xb6\xd1\x73\x50\x7d\x45\x8e\x1a\x7f\x5c\x33\xa4\x34\x01\xa0\x9d\xab\xce\x6c\x5c\x26\x3f\xa7\x72\xd6\x7c\x96\xdf\x53\x9d\x2d\x5b\xa9\x98\xa4\xfa\xb9\x48\xaa\x68\x56\x57\x64\xec\x51\x1c\x53\x6f\x58\xa0\x55\x4e\xd3\x4c\x8d\xcc\x55\x92\x34\x92\xd9\x65\x4a\x9d\xe6\x95\x67\xa7\x2a\x4a\x3b\x73\xfc\x4f\xb5\x4c\x73\x06\x00\x0d\x54\x73\x0a\xb2\x49\xba\xd6\x72\xb8\xfa\x97\xf4\xb9\x45\x57\x7a\x42\x96\x64\x49\xce\x3f\x2d\x33\x98\xdf\x67\x94\xc8\x6e\x9a\x0f\x2e\x48\x96\x97\x9b\x87\x22\xe7\xc8\xb7\x99\x1d\xb3\x33\xe4\x5f\xcc\x03\x9e\xdb\x14\x9f\x8d\x0f\x5d\xd2\x55\x6b\xf5\xff\x73\xf3\x98\xce\x0f\x52\x29\xb9\xee\x70\x56\xaf\x94\xce\x72\xcc\x2d\xa5\x4a\xa5\xf6\x15\xf9\x6a\xe9\x29\x7b\x5c\x86\x97\x2c\xa0\xf5\xe8\x82\xa9\xb2\xde\x56\x41\xa4\x9b\xdc\xb5\xb5\x60\x76\xb4\xbc\xda\x76\xde\x73\xbb\x82\x6c\x7e\xe1\x92\xaf\x2a\x32\xac\x06\x40\xad\xd2\x75\x41\x5c\x25\xf3\x9c\xc7\xab\x31\x12\xae\x33\xbd\x34\x42\x32\xd6\x31\x9c\x5f\x27\xf5\xeb\x70\x49\xff\x57\x8a\x6b\x17\x2f\x00\xd2\x87\xed\xd3\x22\xdd\x65\x8d\x6d\x63\xb3\x33\x64\x9d\x0e\x81\xe7\x45\xf9\x7e\xeb\x4a\x17\x8a\xf2\x98\x71\x25\x00\x6a\x3f\xbd\x4f\xc5\xe8\xc0\x60\xfd\xb6\xe2\xf8\xbe\x1f\x8d\x7d\x79\xb3\x7b\xad\xcd\xfc\xf4\xf2\x9e\x1c\x78\x4b\xe2\xcb\xee\xf1\x28\x4c\xe4\xc7\xce\x3f\xb0\xac\x90\x8b\x9d\x1e\x04\xb6\xaf\xd2\xf9\x88\x3c\xd7\x3d\xb7\x6d\x0f\xcd\x0e\x80\x2d\x83\x8b\x07\xc0\xbc\x48\xaa\xad\x50\xf4\x47\x37\x4e\x2a\xfa\xd9\xbb\x19\x7a\x3c\xf7\x45\x0f\x14\x26\x4c\x9f\xd5\x1d\x8a\x9c\x9f\x78\xa2\x6b\x3c\xfa\x4b\xe4\x1d\xe7\xbf\xb8\x5b\x21\xc7\x9c\xb1\xc4\x55\xbe\x4a\xe7\x14\x4a\xa0\x3b\xcc\xf1\x85\x9e\x0f\x80\xf5\x08\xf7\x38\x00\xa6\x7f\xa4\x94\x8a\xca\xde\xbd\xd0\xae\xa2\xdf\x7b\x10\xb0\xf9\xb9\x1b\xba\x67\x21\x36\xa5\x3d\xeb\x1a\x8f\x8e\x4d\xec\x73\xfe\x8b\xbd\x14\xb9\xaf\xe3\x3b\xc1\x10\xb2\xb9\x23\x97\x3c\xcf\x57\xd7\x31\x87\x8a\x77\xe7\x3b\xe6\x33\x6a\x01\xb0\xa6\xf0\x06\x01\x30\x75\x4a\xd7\x95\x6b\xba\x03\x11\x97\x8a\x02\x3b\xef\xa2\x3d\x73\x67\x39\x7f\xc7\xe6\xa5\xd1\x3a\xce\xe1\xb5\x89\x71\xed\x4f\x88\xb7\x23\xa9\xed\x13\x28\xf9\x21\xca\x36\x18\xad\xcb\x57\xd8\x96\xc3\x60\xb9\x2f\x6e\xe5\xb2\x7d\x00\xb0\x4c\x12\xba\x00\x60\x3c\x2c\xbb\x52\x76\xd7\x09\xc5\xb5\x17\x52\x3a\xf0\x04\x7a\x0e\xaf\x9d\x45\x2a\x4e\xbd\xde\x36\x40\x59\x90\xb0\xd5\x31\x46\x5b\x10\x39\xd9\xe1\xce\xc8\x0d\xc9\xb7\xd3\x59\xa9\xbe\x7c\x7b\x11\xfb\xb9\xfb\x59\xeb\x16\x1e\x1e\x00\xd3\x15\xf1\x31\x00\x0c\x8f\x15\xd5\xa5\x1f\xdb\xe7\x53\x38\x05\x2b\xdb\x66\xd1\x40\xf6\x39\x47\x22\xdd\x94\x5a\x68\x97\x31\x03\x12\xd2\x5b\x2f\xb0\x0e\x46\x6c\x6a\x0d\xe4\xb0\x43\xdc\x6c\x26\x9e\x87\x2f\xcb\x06\xe1\xb7\xbb\x7f\xb7\x8c\x17\x7e\x02\xc0\xb8\x51\x46\x01\xc0\xe0\xa5\x3c\x5e\xb2\xab\x75\x13\x57\xb5\x68\xb3\xed\x2f\x5e\x77\xb6\x87\x2d\x99\x3f\x9a\xd2\x6f\x5d\x2b\xd8\x12\xbf\xd4\x1a\x2a\x1c\x8b\xc8\xb5\xf4\x8b\x7e\x05\x9f\xb6\xcc\x92\xcc\xf7\x15\x9b\xcf\x4a\x73\x27\xd5\x19\x2f\xcb\x89\x00\x18\x82\x95\xdb\x01\xd0\x3d\x53\x6b\x8a\x0f\x58\xfe\x96\xfd\x97\x7f\xd7\x52\x26\xb7\x67\x11\xcc\xbb\x14\x53\x53\x66\x9b\x93\x15\x83\xf1\xe5\xa6\x93\xca\xb4\xf0\xcf\xa6\x66\xe5\xab\xe0\x41\xe3\xdf\xaa\xa5\xbe\x52\xe3\x4a\x35\x74\x52\x9b\x21\x46\x93\x04\x80\xee\x87\x86\x02\x80\x6e\x9a\xe6\x6a\x71\xb0\xe9\x99\xa1\x25\x3f\xd1\x54\x60\x50\x65\x1e\x32\x1e\x34\xb4\x25\x77\x1a\x4b\x0d\x9b\xe2\xde\x19\x9e\x18\x6e\x85\x1f\x34\x98\x8c\x51\xc1\x3a\x43\xbe\x51\xef\xab\xd5\x7f\x32\xd2\x27\xed\xd0\x3d\x36\x04\x81\x00\xdd\x4c\xdd\x2e\x00\xb4\x1c\xed\xcb\xa2\x6e\xe3\x57\xcb\x91\xbc\xdb\x46\x9c\xe5\x50\xa6\xd2\xf0\xc2\xb2\x39\x19\x6a\xe0\x59\xd6\xc6\x9d\x35\x4c\xb0\x1c\x08\xdf\xa8\xdf\x66\x79\x1d\xac\xd3\x73\xac\x71\xbe\x03\xfa\x60\x8b\xdf\xa4\xbb\xba\x7c\xe3\x35\xb0\x50\xbb\x4e\xbf\x19\x00\x6d\x8c\xae\xaa\xc8\xcf\x18\x65\x1f\xce\xb3\x1a\xfa\xed\x96\xcc\x5a\x43\xa8\x9d\x98\x5c\xa0\x5f\x6e\xaf\x8a\xfb\x4d\x3f\xdf\x5e\x1f\xbe\x43\xf7\xd0\x2e\x0e\x1e\xd4\xad\xb4\x67\xfa\x5e\xd4\x65\xda\xaa\x26\xcf\xd1\x9a\xcc\x95\x80\xa1\x0d\x31\x74\x01\xa0\x39\xa5\x3b\x50\x38\x7e\xc9\x92\xfa\x5b\x39\x63\x23\x67\x1a\x97\xa5\x4f\x1d\xf6\x6e\x26\x2f\xb0\x0f\x8e\xc0\x53\xa2\x35\x03\xf9\xa8\x79\xf3\x9e\xf4\x8f\xc7\xfa\x06\xba\xf5\x45\xe2\x5f\x7a\xaa\x7b\xb9\xa4\xbd\xae\x79\xce\x50\xba\x07\x00\xad\x0f\x79\x62\x00\x2c\x51\xd2\xcf\x05\x0f\x16\x67\x36\xce\xcd\x59\x3f\xac\x85\x1e\x4e\x7b\x31\xf8\x14\xd6\xbc\x80\x33\x60\x42\x7c\x88\x66\xf5\x67\xa3\xd7\xcf\xbb\xd7\x37\x15\xc7\x0d\xf4\xec\xcd\x21\xfa\x79\x9a\x7a\x9c\xe4\x15\xae\xe8\x0e\x3c\x7d\x13\x00\xad\x38\xde\x01\x00\xcc\x63\xd2\xb1\x82\x2d\xc3\x57\xa0\x8b\x73\xe4\x43\x49\x30\xef\xb4\xbd\x03\x5b\x11\x9a\x05\x95\xfd\x44\xd4\x5f\xd1\x35\x7d\xf1\x58\xfe\xbc\x33\xbd\xd3\x08\x9e\x81\x93\x7a\x8a\x49\x76\xcf\xee\xee\x21\xca\x63\x57\x59\x7b\x07\x63\x3b\x00\xb6\x8b\x7c\x09\x00\x66\x86\x6c\x62\x41\xc2\xa0\x17\x62\x4f\x0e\xe8\x5f\x85\xba\x9c\x56\xd1\xd7\x84\xf9\x33\xf1\x55\x6f\x2c\x3e\x20\xda\xb5\xc7\x87\x48\x98\x37\xd8\x3d\x89\xbc\x3f\xe0\x4b\x57\x35\xf5\x9d\xe7\x40\xe7\x0a\xfa\x43\xd7\xf5\x8e\xdb\x6c\x36\x00\xd6\xc5\xc2\x4d\x00\x98\xba\xe5\xb3\x16\xb5\xf7\xb1\x70\x1e\xd9\xd4\xde\x34\xfc\xab\xd4\x9d\x3d\x9e\xc4\x43\x89\xcc\xee\x71\xe4\x95\x51\xcb\xbb\x00\x75\x78\x5e\x43\xe7\x24\xfa\x68\xc0\x75\x67\x2d\xd3\xe4\xb9\xa1\xc3\xc9\x6e\x72\x7d\x60\x0f\xe4\xfd\x0e\x80\x05\x27\xc9\x03\xc0\xb8\x55\xd1\x96\xff\xa4\x27\x8e\x7c\x30\xeb\x44\xd7\x67\x6a\x45\x6a\x68\xe7\x5d\xda\x58\xc2\x5b\xe7\x33\x06\x3e\x6a\x51\xc7\x0f\xd6\x84\x79\x9e\x1d\xd3\xd9\xbb\x02\xf6\xb4\xc3\xb9\x15\x9e\x87\xdb\x8c\xbc\xcf\x6e\x33\x6d\x6c\x11\x06\x00\x73\xaa\xec\x7f\x66\xdd\x51\xfe\x9b\xb7\xdd\x79\x9d\x43\xc9\x7c\xd7\x31\xc6\x6d\x4d\xe9\x6f\xbf\xcf\x5b\x9e\x20\x68\x9f\xc4\x3f\x14\xf9\x47\x5b\xa6\xe0\xcd\xdc\x5b\x0e\xb6\x28\x3a\x60\x8b\xfd\xa4\xb8\xc9\xf3\x4b\xeb\x25\xc9\x6a\x37\x8b\x25\x5f\xde\x0a\x80\x71\x85\xf2\x30\x00\xfa\xb5\xea\xc1\x3c\xbf\xf6\x40\xa9\x26\x93\xdc\x16\x2b\x0b\x4b\x99\xe7\x80\xca\x0e\x27\x44\xda\x1d\x72\x62\xe4\x96\xd6\x4b\x8a\xa0\xb9\xfb\x5b\x67\x2b\xde\x04\x6c\xb3\x59\x95\xdb\xbc\xc2\xac\x76\xd5\x4e\xb7\x7b\xa6\x76\xf5\x7d\x00\x0c\x3c\x4d\x3a\x00\xba\x8b\x9a\x23\xb9\x87\xec\x9f\x74\xba\x8c\x17\xf6\x69\xba\xfd\xc9\xa3\xad\x45\xba\xf7\xf1\x7b\x6d\x7a\x7d\x56\x24\xd7\x7a\x41\x3f\x3a\xb7\xc7\x9a\x60\xf0\x09\x58\x63\xd9\x69\xe8\xf5\xaa\x34\xef\x36\x94\x4c\x0c\x33\x16\xea\xe9\x00\xe8\x1d\xba\xe6\xff\x89\xa3\xdd\x97\x5b\x64\x07\xa6\xd3\x19\x4b\x5a\xe7\x98\xee\x26\xd3\x6d\x18\xd3\xdb\xf8\x2e\xeb\xa8\x39\x28\xb2\xc9\xf2\xd4\x4c\x98\x6b\xb7\xd4\x98\x4f\x06\xac\x33\xdf\x35\x7f\xf4\xa2\x98\xee\x9b\x36\x4e\xac\x37\xac\xfc\xff\x5b\x79\x80\xbe\x06\x00\xed\x73\x5d\x4c\xce\xb5\xd6\xf9\x36\x6b\x06\xcc\x56\x6e\x6b\x4d\x2e\xb3\xda\x6c\xad\xf1\x06\xcb\x01\xdb\xa6\xc8\x62\xf3\x27\xdb\xbf\x73\xfb\xcd\xd4\xd6\xaa\x80\x73\xa6\x7f\x6d\x47\xbd\x56\x18\xff\xb1\xec\x9d\x38\xac\x7f\x61\x42\x02\xa0\x6b\x37\x44\x00\xa0\x6d\xd7\x99\xb3\x55\x2b\x9e\xd6\xff\x95\xc6\x5c\xf6\xa2\xb1\x63\xc1\xa5\xa5\xbe\xcd\x29\x31\xd2\x25\xfd\xb0\x3f\xc2\x86\x17\xa7\x23\x37\xcf\x5e\x38\x02\x30\x72\x5f\xde\x70\x33\x7e\xc6\x94\xd2\x81\x47\x24\xde\xf8\xbd\x5d\x81\x74\x35\x00\x8e\x2a\xfe\x3c\x00\x2c\x6f\x65\xb1\xd9\xd0\xe5\xd6\xc6\xf0\xb4\xda\xa5\xab\xa1\x2b\x16\xec\x59\xf2\x02\x16\x18\x43\x5b\xac\x42\xf4\x86\x0d\x8e\xc4\xa3\xe3\x66\x67\x0c\x8f\xc7\x5e\xf0\x6d\x1d\x42\x11\xb2\xa7\x60\xfb\x3f\x93\x9b\xc7\xdf\xec\x6c\x62\xf8\x00\x60\x3f\xc9\x6f\x06\xc0\xd2\x2e\xfd\x37\x7b\xfe\xb2\x18\xe8\x48\x5a\xe8\x28\xae\xe5\xf5\x82\xae\xc5\xfb\x10\x19\x31\xf5\x23\x48\x94\x36\xcc\x3e\x1c\x88\x79\x3d\x3b\x6d\xf0\x0b\x9e\xe2\xdb\x37\xd8\x4c\xdc\x32\x45\xd8\xf7\x99\xd2\x3e\xfe\x83\x53\xcb\xf4\x04\xc0\x1e\xcf\xff\x05\x80\x65\xbe\x2c\x3c\xeb\xed\x92\x2c\xc4\xea\xd4\x7b\x23\x07\x51\x3d\x0b\x0a\x86\xe1\x18\x5d\xcc\xf4\xa1\x59\xb8\xd1\x30\xcc\xc0\x47\xc2\xe5\xd9\xf3\xfb\x9f\x90\xa7\xf9\xae\xe8\x2f\xa0\x06\x4e\x71\xf6\xbc\xa0\x3b\x5d\xe6\xb5\x9f\x62\x9f\x03\xc0\xf6\x51\xe4\xfb\xff\xe9\xa6\xe4\xac\xea\xe1\x3d\xd8\xd1\xd4\xfa\x21\x24\x5e\x9a\x78\x60\x30\x98\x98\x1d\xbd\xaa\xff\x23\xd9\x2b\xcc\xb3\xef\x01\xe5\xe3\xac\x77\xbd\x37\x69\x7f\xfa\xf6\xf5\x26\x32\xd6\x4d\x59\xd7\x75\x80\xed\xe2\x02\x6d\x73\xe3\xc7\x03\x60\xdd\x2e\xb1\x03\x60\x42\x2b\x56\x65\xde\x19\xc4\x93\x17\xa4\x9c\x1d\x08\xa6\x6c\x4b\xcc\xea\xfb\x40\x8b\x89\xce\xe9\xbd\x4b\xdf\x16\x7a\xbc\xe7\x1a\xb3\x6c\xd6\xf1\xee\x6b\xac\x37\xbe\x6d\xdd\xe1\x1c\xca\x94\x63\xce\x61\xde\x6a\x17\xa7\x1d\x21\xba\x03\x80\xc5\x20\x7b\x09\x80\x51\xa1\xf2\xc8\xd8\xd5\x17\xc9\xb6\xa7\xf8\xf7\x02\xce\xb6\x84\x47\xdd\xaf\xb9\x67\xa2\xbe\x74\x3d\xe7\x3d\x0f\x1d\xe9\x7c\x2b\xf0\x9f\x75\xa2\x73\xa2\xb0\xd9\x77\xaf\x13\x2f\xe2\x7b\x04\xb5\x9d\x96\x10\x26\x78\xda\x12\xe4\x6b\x01\x30\xbd\x56\x9e\x06\xc0\x50\xa5\x5e\x9c\x21\xea\xa6\x49\xea\x93\x2f\x74\xd5\x4b\x7e\x25\x2c\xee\x84\x48\x57\x47\x5d\x70\x62\x64\x2d\xa1\xd6\x0e\x91\x3c\x78\xd6\xe5\xf6\x15\xf2\x4f\xbe\xaf\xda\xbd\x14\xdb\x3c\x44\x76\xb5\x2a\x73\x82\xcd\x22\x55\x77\x01\x60\xdc\xa9\xf1\x06\x40\xcf\xd0\xec\xc8\xc0\x77\x06\x6b\xdd\x92\xb5\xce\xe9\xda\xba\x84\xf4\x8e\x30\xed\x48\x94\xb2\x3d\x4d\xfb\x33\xb4\xa6\xad\x5e\xa7\x9b\xb5\xdd\xd1\xaf\xf7\xf4\x7d\xe9\xf0\xd3\x1b\x3c\xd6\xda\x96\xe9\xeb\x26\x3c\x31\xc7\xea\xc6\x00\x30\x5c\xd0\xb9\x00\xa0\xbb\xa9\xed\x4d\xff\xe4\x0c\x31\x2e\x4c\x2e\xec\xf0\x33\x42\x13\xbc\xdb\x63\x8d\xea\x28\x7c\x5b\xb6\xf1\x42\x68\xae\xa3\xd1\x54\x34\x6b\x9b\x7d\x99\xe9\xac\xef\x67\x7b\x98\x69\xc4\xe3\x9c\xf5\x77\xa3\xd9\xd5\xdb\xe4\x30\x94\x00\x60\x80\xe9\xfe\x06\x40\x37\xa0\x7d\x97\xde\xd5\x91\x69\x79\x90\x3c\xb9\x3d\xc1\xf2\x3a\xfe\x4b\x5b\x81\x75\x7c\x54\xb3\xa3\xdc\x0a\x09\xcd\xb7\xb7\x58\x6f\xcd\x3a\xda\xba\xda\x36\x73\x46\x60\xeb\x3c\x6b\x86\xc7\x4f\xcb\x55\x33\xc7\xb5\xc6\x78\xd3\xd8\x07\x80\x7e\x4c\x7f\x0e\x00\x5d\xba\x4e\x32\xf0\x0c\x36\x56\xb9\xbf\x3d\x1a\xd1\x57\x4b\x32\xc4\xa2\xb8\x0d\xdf\x25\x34\x4c\x1b\xf4\x12\xfd\x3d\xee\x22\x7c\x0f\xea\x00\x31\x00\xbd\xba\x16\x42\x16\xe3\x17\xe7\x3e\xa7\xfe\x41\xde\x1c\x2b\xa1\x6b\xe8\x99\x33\xe0\xcc\xd3\xcc\x12\x00\x24\x23\xbc\x9d\xfd\x37\x9b\x39\xb5\x07\xda\x20\x30\x2a\xc4\x57\x8f\x43\x28\xa1\x68\xf1\x6e\xd4\x45\xd8\x4d\x3a\x1c\x5b\x8a\x22\xa2\x16\xe2\x8f\x61\x7f\xd5\x3c\x20\xd5\x12\x97\xe5\x3a\x29\xf7\xa8\x4d\xb1\x01\x34\x3b\xc3\x3a\x23\x90\xb9\x90\x95\x07\x80\xa4\x91\x2f\xed\x3b\xd4\xe4\x0b\x79\xe4\xe0\x35\xe7\x40\xff\xd1\xb5\xc1\x6c\xb0\xe7\xa2\xaf\xc8\xe9\x28\x77\xda\x3e\xf4\x5e\xec\x22\xe4\x6a\x1c\x89\x60\xae\x21\x11\x83\xc8\x57\x73\x93\xc8\x27\xe9\xe1\x31\xc7\xa8\x26\x96\x8b\xef\x55\x46\xe7\xff\xfa\xad\xf8\x3f\x81\xa2\xe7\x46\xdd\x06\xe4\xcc\xd6\x6d\x90\x5c\x74\x97\xe6\x5d\xd3\x5b\xec\x7f\xc2\xee\x96\x13\x04\x33\x55\x83\xd8\x47\x8e\x42\x0c\xa0\x0f\x50\x2f\x54\x1b\x71\x47\x18\xd2\x9c\x1e\x62\x37\xdb\x33\x26\x8e\x4c\xe5\x96\xfb\xea\xe9\x29\xbc\x0c\x00\xc4\x71\xa2\xb1\xae\x5b\x55\x66\xe2\xef\xd6\x0f\xb5\x78\xf2\x26\xb5\xbc\x01\x46\x75\x08\x4a\x9b\xb4\x74\x2e\x85\xd4\x72\x9c\xc9\x84\x2f\x43\xfa\xb3\x09\x55\xdb\x31\x78\x2e\x26\xfb\x0f\x3c\x93\x5f\x11\xbd\x9d\x58\x28\x78\xe2\xdb\x44\xbd\x2a\x24\x02\x20\xaa\x91\x56\x38\x7f\x96\xad\x64\x7d\xb2\x40\x2a\xcf\x70\x32\x54\x1e\xb5\x53\xb8\x62\xbe\x7b\x83\x8c\xb7\x99\xdc\x04\x9d\xc0\xff\x01\xdb\x09\x1b\x15\xe6\x57\xbe\x46\xc5\x88\x2c\xd9\x25\x58\x82\xf8\x48\x74\x15\x3e\x5b\x72\xd0\xb7\x88\x62\x93\x5c\x02\x40\xa8\x97\x0f\xb7\xdb\x0b\xaf\x28\x3e\x1a\x7f\x95\xb6\x28\x17\xc9\x1f\x57\xfc\x50\xda\xb8\xfe\x35\x27\x95\xc7\x88\xcb\x1b\xd6\xaa\xa6\xb6\xd4\x40\x7b\x54\x65\x15\x77\xe0\x74\x95\x29\xcb\x86\xba\xa1\xfa\x2d\xea\x23\x66\xa7\x6a\xcc\xb7\x99\xec\xaa\x6a\x01\x40\xb0\x5c\x75\xd0\x11\x92\x3f\xa1\x75\x89\xfe\x6e\xe1\x0b\xdb\x63\xe9\xf7\xd2\xe7\xb6\x60\x36\xb1\xf2\xa3\xb5\x85\x10\x56\x37\xd3\x32\xdc\xec\xdb\x58\x64\x3e\x5f\xfe\xb2\xa5\xc9\xf4\x5f\xe6\x33\xc4\xdf\xa6\xe8\xa8\xf5\xa8\x07\x46\xb4\x2f\x81\x34\xdd\x90\x0d\x80\x20\x58\xcb\x6f\xed\xca\xe9\x18\x30\xea\x60\x8b\x86\xfb\x27\x48\xda\x8a\x8f\xf5\x4a\x58\x33\xca\xbf\x75\x9f\xc1\x7d\xae\x29\xeb\x0a\x84\x46\x35\x0c\x39\xd1\xe5\x25\xd0\x4b\xed\xa3\x99\xed\xf0\x61\xc7\x8b\xa8\x1d\xc8\xd5\x76\x89\xef\x41\x62\xbd\xb5\x05\x00\xfe\x79\xfd\xde\x56\xb7\xec\x8b\xa3\xe3\xb4\x27\xf3\x6f\x2c\x8e\x96\x4c\x2f\x1e\x3f\x9c\xc4\x5c\x5d\x5e\x30\x38\x0f\xd7\x59\x3d\xd2\x3f\xb5\xe9\x8f\xfa\xcf\x3d\x6f\xca\xc3\xa0\x69\x5d\xa7\x32\xad\xf0\x59\xce\xcd\x51\x4f\x90\x0b\x3b\xc6\xcd\x70\x25\xbc\x69\xc5\x02\xc0\x5f\x6a\xb0\xdb\x76\x64\x97\xaf\x34\x68\xe9\xf9\xc5\xcb\x19\xe2\x8b\x45\xf4\xa5\x73\x98\xf4\xb2\x8d\x8b\x8f\xe3\xf0\xd5\x93\x86\x51\x4d\x67\xeb\x29\x03\xcf\xcb\xe7\x35\x6d\xec\xa3\x65\x0e\xc1\x96\x75\x7f\x8a\x0e\x43\x1c\xee\x3c\x3b\x83\x43\x60\xda\x1f\x01\xc0\x6f\x31\x4e\xe8\xf9\x80\x14\x54\x9e\x6b\x5d\x8e\xfa\x55\x2b\xd2\xfc\x89\x59\x07\x99\x24\x64\xe1\xf4\xd0\xdb\xd4\x0a\x82\x09\x7e\x08\x81\x25\xf5\xa1\xd7\x57\x37\x50\x7e\xc3\x2f\xcb\x29\xa1\x3d\x26\x6f\x8e\xf1\x64\xa4\xd2\x33\x7d\x05\xac\xa5\x4c\x38\x00\x92\xd3\xfc\x05\xdd\x3f\xe0\xb3\x6a\x77\xd8\x2e\x23\xee\x43\xa6\x68\x42\x51\x47\xa0\xf5\x82\xa3\x98\x8b\xb0\x8b\x94\x9d\xf8\x09\x28\x14\xfc\x3e\xb1\x04\xfb\xa5\xea\x11\xb9\x9f\x38\x9c\xfd\x96\xfa\x80\x5a\x19\x7d\x82\x5e\xc6\x30\xf8\x16\xb2\xa6\xb0\x6a\x01\x90\x68\xf9\xaf\xba\xbe\x34\x9f\x83\x1c\xb6\x7e\x82\x1d\x86\x9e\x57\xc3\x11\x37\x60\x47\x04\x5e\xe8\x00\xe4\x1b\x4a\x20\x56\x89\x8d\x81\xc3\xf0\xff\x10\xf8\x55\x6c\x12\x8d\x7c\x2c\x7b\x90\x72\x9e\xee\x17\xad\xa1\x95\x31\x7f\xf8\x7a\x31\xe9\x6c\x2d\x00\x92\x70\xc1\x9f\x9d\x93\x21\x12\xc4\x6d\x4b\x7a\xd3\x05\x34\x4c\x79\xa1\xa5\x08\x7b\x8a\xb7\x0b\x7e\x8b\xd0\x48\x7a\x83\x6a\x23\x7d\x82\x35\x63\xeb\xa8\xcb\x2b\xfb\x08\x33\x19\xf5\x59\x3f\x48\x2b\x58\x9f\xa2\x7e\x50\x92\xb9\xb9\x3e\x37\x18\x9e\xbc\x4a\x00\xc4\xcd\xe2\xb8\x8e\xc0\x5a\x1c\x11\x61\xd2\x36\xb8\x91\xeb\x15\xf5\x8d\xa7\xa9\x19\x5c\x5a\xf3\x6a\x7a\x28\xf1\x2a\x7c\x39\x33\xb4\x05\x87\xda\xcd\x0e\xab\x38\x8d\x3d\xc2\x8d\xce\x82\x13\xf4\xfc\xf9\x51\x06\xd2\x0c\xc1\x45\x9f\x2d\xb4\x5d\x42\x2e\x00\x22\x95\xb4\xb7\xad\xb4\xb2\x97\x45\x35\x3c\xae\x31\xb1\xf7\xca\x1e\xd5\x3b\xb9\xe3\x38\x91\x8d\x5b\x79\x05\x84\x13\xcd\x2f\xf9\x43\xcd\x22\x44\x91\xe0\x65\xc5\x78\x74\xbb\x28\x2f\xf3\x10\x4e\x23\x6e\x8b\x9a\x4b\xf0\x96\x8c\xf8\x2c\xa6\x0a\x25\x63\x00\x08\x77\xcb\xaf\xb7\x3e\x2d\xb9\xa0\xf0\xd6\xad\xae\x98\xa9\x50\x49\xae\x55\x6b\x14\x0f\x58\xd5\xf5\x40\x39\x1f\x1f\xd2\x38\xa0\x54\x43\x83\x5a\x8a\x94\x17\xca\x7e\x20\xae\xab\xe6\x64\x4e\x47\x7f\x51\x71\x22\xff\xc4\x76\xaa\x96\xfa\x9c\x27\x3f\x56\x55\x03\x20\x38\xa1\x7a\x61\x1d\x2d\x04\x36\xad\x66\x65\xc9\x4a\xeb\x63\xb1\x67\x05\xce\x9a\xc5\xd8\x56\x13\x6b\x31\x63\xb7\x37\x4c\x31\x3f\x68\x7c\xd3\xf4\xd9\x1c\x51\x36\x03\x76\xd4\xc4\xcd\x10\xa1\xbc\x8c\x07\x23\xfb\xd0\x3b\x8c\x53\x7c\x9e\x91\x9e\x18\x3c\x00\x10\xa4\x6a\x6d\x96\x71\xf9\xdc\xfe\x28\xb5\x5f\x51\x45\xef\x19\x61\x7f\x59\x66\x0f\x8c\x4e\xa8\x8a\xea\xfa\x1d\xe3\xa8\x5b\xd8\x19\xd3\x38\xa9\xb1\xb0\xa3\xbd\x54\xd2\x92\xda\xf6\x36\x23\x14\xb1\xd3\x81\x8a\xdc\x8e\x52\xd8\x27\xf8\x16\x93\xfc\x2c\x3f\x00\xe0\xdf\xd3\xef\x32\x73\xf3\xd6\x2e\xee\x52\x99\x0b\x35\xc3\xd7\x84\xd3\x4b\x85\x83\x3f\x68\xef\x2b\xd9\x03\xae\x98\xf8\x5a\x6d\xdf\x64\xc8\x49\xc8\x70\xcf\x94\xd2\xc6\xe6\xc1\xae\x49\x19\x41\x88\x78\xa7\x6f\xe4\x1d\xd4\xb8\x76\xa9\x6f\x2b\x71\xbb\xed\x33\x00\xfc\x4d\x06\x9d\xd9\x3f\x6f\xf6\x0a\x57\x55\x4c\xc1\xcb\x65\xe3\x04\x27\x4a\x6e\x2e\xb9\x45\xdb\x55\x71\x65\x64\x10\x33\xa1\xe6\xe5\x50\x35\x64\x2b\xc4\xb5\xff\x5b\x29\xbc\x79\x72\xef\x8a\x8c\x24\xf8\xa6\xee\xa6\xa8\x00\xa4\xa5\x73\x81\xef\x27\x62\xb4\x5d\x08\xb2\xf8\x58\xc3\x37\xe7\x45\x4c\x7a\xe5\x03\xf3\x5f\xd8\x8e\x5a\xab\x92\x86\xf7\x84\xf8\xf2\x52\x08\x6b\xa1\x0f\x48\x28\x12\x0f\x7e\xa8\xe5\x14\xa5\x01\xbd\xb2\x72\x12\x6d\x11\x7e\x20\x0b\xca\x88\x24\xf7\x47\x51\x99\x25\xf4\x79\x3e\x53\x39\x6e\xcc\x0c\x00\xa4\x95\xfc\xde\x8e\x37\xc8\x97\xb5\x1b\xcd\x41\x68\x05\xc4\x45\xb1\x0d\xbb\x00\x9a\xcf\xed\xc1\x03\xd8\x11\xe2\x65\xc2\x37\x54\x6d\x4b\x25\x79\x32\xf6\x69\xc5\x28\x35\x8c\x68\xca\x9a\x40\x8f\xa5\xc6\x44\x85\x32\xd0\x0c\xdc\xf4\xbf\xd9\x7c\x56\x1c\x00\x52\x17\x41\x41\x87\x0b\x7c\x05\x64\xa9\xa9\x14\x49\x85\xae\x96\xbf\x47\x37\xc0\xfa\x38\xff\x60\x1b\x91\x97\x88\xf9\x78\x25\x76\x6a\xf3\x79\xe2\x7e\x42\x43\x45\x12\xf9\x27\x79\x79\xe6\x56\xda\x5c\xda\xdb\xc8\x47\x74\x3c\xf3\xfa\xf4\x63\xac\x1b\x6c\x24\x00\x92\x0d\xc2\x85\x6d\x53\xa1\x64\xc4\x90\xc1\xd1\x62\x42\xcf\x96\x09\xe0\xa7\xb0\x6d\xec\xe5\xa8\x20\x42\x00\x61\x0e\x66\x90\x74\x08\x7a\x1d\x1f\x41\xa5\x97\x93\x89\x3b\x18\x21\x99\x01\x94\xf1\xac\x93\x91\x0c\x6a\x33\x77\xfa\xf4\xe5\x4c\x2d\x2f\x02\x00\xf1\x63\x31\xd3\x1e\xdb\x80\x23\x7c\xd0\xdd\x69\xbc\x4e\x7a\x27\x79\xdf\x4c\xa6\x3c\x66\xb5\xc0\xbe\xd2\xce\xe1\x5d\x91\xfb\x19\x57\x9a\x1e\x62\xfa\x58\xb7\xca\xfa\xf1\x44\xce\x5f\x19\x6a\xe2\x4b\xde\xeb\x88\x9f\xe4\x7c\xc1\xd2\xe9\x26\x46\xac\xb0\x1a\x00\xb1\x87\xf4\xb4\x0d\x5d\xb3\x81\x79\x4b\x9b\x55\xcf\x60\x27\x8b\x95\x8d\x25\x1c\x33\xd3\xaf\xd9\x8b\x7b\x1e\xfb\x09\xee\xc1\x8f\x6b\xfc\x84\x8a\x15\x58\x4b\xaf\x63\x53\x84\x2f\xd2\x5f\xe3\x9f\x89\x4b\x23\xd6\x13\xf3\x25\xe4\xe9\x32\xda\xdf\x92\x8d\x00\x88\x16\xc9\xbf\x5b\x26\x97\xbf\x97\x47\xa9\x67\x56\xbb\xca\xb7\x0b\x9d\x75\x29\x8a\x78\x7a\x0d\x84\xa6\xd0\x60\x50\xd0\xe3\x8a\xe7\x90\x55\xf0\x64\x65\x79\xc9\x35\x94\x59\xb9\x39\xbd\x18\x4b\x52\x79\x47\x08\x71\x87\x54\xf0\xe9\xfb\xa8\xcd\xaa\x50\x00\x84\x75\xaa\x6f\xc6\xd7\x25\x11\x56\x94\x32\xad\xbc\xdd\x72\x97\xff\x57\xb5\xa7\xa5\x96\x7a\xa4\x6e\xc8\xbc\x09\xf5\xa5\x31\xcf\x3c\xb3\x41\xd3\xfc\xb7\x49\x5e\xfc\x2f\x42\x61\x7c\x90\xb6\x0d\xad\x36\x96\x46\x2c\xc0\x3c\x32\x6c\x99\xfe\x80\x52\xa3\xff\x0d\x00\xc1\x01\xad\xd6\x90\x55\xa8\xed\x3d\x2d\x1f\x2e\x8d\xea\xb1\xf0\x08\x15\x4f\xbb\x53\x28\xc2\x1a\x67\xe7\x76\xe4\xe3\x06\xa4\x33\xb5\x7e\x25\x74\x61\xfb\xde\x62\x04\xec\xaf\xb6\xac\x34\x3c\x2a\xc8\x7e\x26\xa2\x1c\xbd\xa6\xb5\xcd\x27\x87\xac\xb7\x68\x00\x10\xc0\xf4\x43\xfa\x95\x05\xdb\x47\x02\xe5\x53\x4b\xe0\x43\x12\xee\xf5\x8a\xa0\x81\xc3\x14\x50\x7d\xbe\xef\x01\xd2\x58\xbf\xbc\x77\x7c\x3d\xae\xc9\xd8\x3d\xbf\x38\x15\x56\xd4\x59\x9a\xd6\x82\x74\x74\x88\x22\x18\xe8\xc8\xb6\x77\x3e\x32\x72\x88\x8d\x02\x80\x20\xdc\x40\xd0\x17\x15\x84\x2c\xd3\xca\xb6\x15\x1f\x19\xed\xe2\x6a\xca\x95\x8b\xed\xe4\x23\xd5\x31\xc3\x44\x64\x4b\xfd\xb8\xc1\xd4\xfa\xea\xc6\x67\xfd\x53\x8a\xd3\x5b\x36\xf6\xdc\x4b\x13\x22\x5d\xba\x76\x47\x6c\x46\xad\x73\x0e\xfb\xdc\x27\xf5\xb7\xde\x03\x81\xfc\x6b\x86\xfb\x56\x1d\xb1\xa3\x2a\x4c\xe3\x47\x1a\xaa\x3d\x24\xf2\x25\x9f\x83\xe4\xd2\x45\xd4\x44\xe8\x0b\x4c\x3c\x6d\x07\x7c\x07\x24\x9e\x91\x87\xb6\x94\x78\x30\xaf\xe1\x19\x69\xae\xec\x62\x72\xf9\x7c\x0d\x67\x16\x6d\x8f\xe7\x3e\xfe\x10\xe3\x77\x00\x64\x6f\x05\xf3\x2d\xeb\xf0\xb2\xda\x33\x6a\x2c\x61\x2b\xc4\x4f\xa8\x22\x4d\x83\x56\xd3\x9e\x91\x97\xc2\xd6\xa1\x37\x52\xab\x51\x73\x1b\x0e\xd1\x27\x60\xd7\x17\xaf\x63\x1c\x23\xe6\xa5\xee\x60\x41\x29\x67\xe7\x67\xb1\xb3\xe8\x7f\x78\xae\xe5\x4f\x63\x6e\x04\x40\xb6\x5e\xb0\xcf\x7c\x1a\x4b\x82\xf4\xaa\x96\xe2\x4e\x41\x07\x05\xf7\x09\xb5\x30\x2b\xad\x99\xe4\x8e\x1c\x40\x47\x93\x1f\x60\x4e\x34\x54\x50\x8f\xe0\x7f\x15\x57\xd0\x57\x91\x4b\x53\x71\xcc\x16\x9a\x7e\x3e\x60\x95\x31\xab\x3d\x7b\x79\x52\xd6\x4d\x00\x64\x2d\xc2\x6e\x93\x27\xb2\x1a\x11\xae\xf4\x46\x8f\x43\x2d\xe5\x8b\x30\xb7\xb0\x93\xa9\x73\x71\x2f\xf1\xfd\xa8\x30\xe2\x0c\x52\x7e\x3d\x95\x5c\x44\x79\x59\xd4\x4e\xa5\xd3\x97\xa4\x9c\xa2\xd7\xb1\x0a\xc2\x46\x18\xe5\x1c\xad\xa7\x88\x9b\xce\x1d\x06\x40\x3a\x20\xde\x6d\x10\xb6\xb4\x10\x4a\xe4\x1d\x70\x28\x29\x95\xe7\x85\x94\x52\x66\x92\x1f\xa2\xef\xd0\xbc\x90\x6e\xb8\x5a\xc6\xdc\x3a\x1e\xe1\x04\x2b\xb1\xf0\x30\x39\x9a\x53\x92\x92\x4a\x5d\xc4\x6b\x08\xab\xa1\x65\x09\xa6\x7a\xca\xd9\xaf\x04\xe7\x00\x90\x9c\x91\x7e\xd3\x1d\x6c\xec\x64\x5c\x94\xb9\x43\x9f\xb2\xc2\x39\x7b\x60\x10\xb6\x88\xb4\x1a\xf1\x8d\x73\x15\xfe\x01\xbd\x93\x57\x56\x6b\xc4\x51\xf9\x3b\x0a\xbe\x13\x27\x08\xc3\x93\xb7\x90\x8b\x45\xfd\x61\xd3\x28\x79\xe2\xd3\x9e\x16\xd6\x16\xc9\x42\x00\xc4\xdf\x14\xc1\x9a\xda\xba\xb9\x52\x8b\xf8\x7a\xc3\x51\x59\x28\xeb\x78\x93\x51\xb6\x85\xf0\xaa\x45\x29\x8f\x80\x09\x10\x7a\xf9\xd6\x9a\x12\xb4\x51\xb1\xa0\xc0\x1d\x47\x56\xec\x4a\x9e\x46\x38\xa5\x4c\x09\xbd\x43\xdc\xa7\x5c\xe1\xf9\x3b\x73\xbe\x72\x15\x00\x62\x2f\xd5\x3b\x55\x5a\x15\xc7\x1c\x27\x7c\x5f\x2b\x30\x9d\x63\x7a\x37\xb4\x9b\xd0\x78\x4a\xd3\x09\xe3\x9b\x96\xb9\x30\x77\xa3\xa5\x3a\x11\x59\x66\xf4\x5b\x94\x84\xc1\x1b\xd6\x27\xb5\xe2\x1e\x1a\xf2\x43\xb7\xe2\x5f\xea\x1f\x78\xbe\x65\xcc\xd0\xbd\x06\x40\xc4\xd3\xd6\x2a\x8e\x96\x3f\xec\x0e\x11\xb4\x56\x7b\x76\xb9\xd0\xf7\xd6\x35\x3a\xaf\xe2\x52\x21\x5b\x3a\xda\x9a\x83\x9a\x67\xb4\x57\x55\xa1\xe0\xea\xb6\x29\xf9\x43\xa8\x23\xf6\xb1\xa4\x0c\x2c\xb9\xb5\x3b\x74\x07\x6e\x97\x6d\xc8\x2b\x9f\x5e\x6b\xae\x05\x40\xe4\xae\x2f\x52\x4c\x2b\xf7\x1b\x8c\xe2\xff\x5b\x95\xdb\xbf\x8f\x9e\x55\xab\xec\x5b\x80\x3d\xd3\xf0\xb8\xa7\x13\xfa\x3b\xb4\xb2\xeb\x5d\xd5\x2c\xd8\x89\x4e\x64\x3e\x1f\xe5\xd5\x71\x2e\x29\x11\x73\xae\x3d\x33\xf4\x3c\x2e\xc9\x71\xc7\x4b\x40\x7b\x63\x0d\x04\x40\x78\xd1\xe0\x2a\xb7\x97\x19\x96\x40\xf9\xce\xca\xc5\x23\xab\x68\x1f\x6a\x2e\x0f\xdd\xc5\x76\x35\x2c\x1c\xf8\x0a\x1d\x6c\x5a\xd1\xef\x59\xe5\x06\x9b\xd5\x9b\x94\xcf\x43\xf2\xba\x11\x49\xd5\x98\xc4\x4e\x53\xd8\x74\xec\x86\x0e\xa2\xd7\x45\x1a\xc9\xa6\x05\x40\x28\x35\x98\x34\x2c\xfa\xd9\x2a\x8a\xb8\x9d\x21\xab\x7d\xcb\x02\x4c\x1c\x04\x4d\x70\x61\x11\xa0\xef\x5a\xb0\x6c\x0d\x7c\x65\xf5\x44\xce\x1a\x34\x21\xdf\xc9\xbd\x85\x4f\x5a\x08\xf8\x2e\xa4\xbf\xe6\x3c\xe7\xaf\xa0\x85\x78\xb8\x88\x97\x31\x2a\x01\x50\x8e\x17\x8c\xaa\x0f\x52\xd7\xd7\xde\x16\xfd\x45\x1b\x81\xcc\x64\x32\xe8\x07\xa1\x79\x78\x1e\xe3\x15\xcc\xd6\x7c\x9b\x15\x8f\xfc\x50\xe5\x64\x6b\xb1\xb4\xfc\x28\xce\x0d\xc2\xdf\x0b\xb6\xf1\x66\x51\x1a\xe7\xac\xe7\x9d\xa5\x67\x4f\xf9\x24\x9e\xc3\x0c\x07\x40\x71\x54\x38\x53\x3d\x9e\x6c\x87\x88\x44\xa9\x94\x43\x50\x3a\xe3\x3c\xcd\x1f\x56\x8d\xbb\x43\xa7\x21\xeb\x9a\x2b\x19\xd7\x31\x82\x2a\x1f\x56\x35\x7e\x79\xde\x11\xf6\x49\xd2\xc3\x05\x04\x6e\x04\xf5\xbf\x39\x7c\xee\x3d\xc6\xe0\x94\xbf\x44\x3d\xac\x52\x00\x14\x22\xe1\x63\x65\x1a\x7e\x29\x7c\x8b\xa0\x9b\x18\x8e\x9a\x4f\xaf\x23\x9d\xc7\x18\xb1\x9d\x14\x21\x7e\x1a\x34\x91\x96\x40\xdc\x5e\x19\x4c\x7f\x43\x41\xe4\x7e\x60\xae\xa0\x4f\x4b\x3c\xcd\x8e\x67\x2e\x9e\x13\xc2\x7e\xca\x3e\x30\xe5\x81\x10\xcf\x9d\x02\x80\xfc\x80\xf8\xb1\xfc\x0c\xfa\x1e\xbe\x96\x9f\x84\x5d\x41\x44\xd0\x3c\xf1\x0e\x72\x21\x86\x49\xd4\x51\x0b\x9a\xc2\xc9\x66\x3a\xbc\x22\x93\x6a\x62\xf2\x72\x53\xe8\x02\x76\x47\x62\x05\x33\x92\x3b\x10\xf2\x92\x79\x87\x5f\x38\xe5\xab\x60\xb6\xa0\x00\x00\xd9\x3f\x32\x4f\xd9\x7c\x04\x84\x3e\xc0\x3d\x8b\x82\x33\xbe\x51\x6e\x61\xb4\xac\x1a\x74\x1d\x6e\x1f\xfb\x50\x63\x38\xe1\x17\xb7\xa8\x1c\x4d\xce\xe0\x1d\xcd\xd1\x50\x61\x82\x92\x84\x6b\xf4\x64\xe1\x89\x90\x23\xf4\xe7\xa2\x6f\x1e\xc1\xbc\x3f\xc5\xbb\x01\x90\xcd\x57\xcc\x12\xff\x82\xfe\x12\x5f\x64\x5f\x87\x95\x4b\xe4\x64\x0f\xc4\x0e\xe9\x44\xe4\x1e\x74\xa6\x74\xb4\xe1\x14\xf6\xbc\xac\xac\x2c\x93\xd0\x20\x7b\x99\xbd\x94\xb4\x4b\xde\x95\x50\x46\xd9\xaa\xc8\x0d\x71\x52\xb5\x8a\x43\x1e\xb5\x5c\x86\x72\x2e\x00\xd2\x2c\xd5\x29\xe1\x3b\x08\xc5\x70\x8f\x35\xa1\xe9\xbb\xa1\x9d\x28\x6b\xd9\x6e\x48\x44\x34\x20\x44\xfa\x97\xf5\xdd\xe8\x45\xfa\x1d\xa5\x99\x38\x57\xbd\x30\xeb\x36\x61\xb9\x3e\x27\xfe\x0a\x69\x8f\x3e\x20\x44\x41\x3e\xa6\x7b\xe3\x61\xe1\xb4\xfc\x6f\xd7\x93\xf4\x6b\xc7\x09\xe4\x75\x47\x9c\x29\x8c\x55\x90\x65\x1d\x85\x84\x24\xa8\xa1\x3d\x0e\x9e\x06\x23\xb6\x85\xd4\xad\x46\x56\x3b\xfc\x4a\x94\x98\x6c\xfb\xcc\xac\x1a\x3c\x68\x0d\x8d\xd7\x11\xb3\x6c\x95\x21\x44\xd2\x80\xb5\xd3\xe3\x18\x7b\xd0\xe4\x01\x80\x24\x4c\x77\x9b\xff\xad\xf6\xdf\x3e\x6f\x46\x5c\xc3\xf9\x9e\x13\xf8\x83\x4d\x5b\xbb\x61\xb0\xeb\x2d\xfd\x9d\x5f\xea\x60\x08\x93\xb3\xb7\xa4\x00\xad\xef\xa8\xc8\x8a\xc2\xd5\xb7\xbb\xc5\x8b\x08\x83\x8e\xe7\x21\x72\x92\x9f\xbd\xcf\xe3\x3d\x3b\xcd\xfc\x1b\x00\xe2\x3f\xf4\x7d\xfc\x35\xb5\x84\xe1\x59\xf4\xfb\x0d\x61\x83\x0e\xbc\xa8\xc9\xa5\xff\x11\x6c\xb4\xf9\xaf\xbe\x9c\xba\x54\xf8\xb5\x9e\xfe\x92\x44\xd4\xf5\xee\xa9\x59\xd1\xd8\x0d\x9d\xed\xf1\xed\xf8\x2f\xce\x94\x90\xbd\x44\x63\xdb\x7f\x53\xf3\x59\xdb\xac\xd3\x00\x10\xb7\x1a\x82\x44\x8f\x78\xf9\x55\x4f\x59\x14\xde\xa9\xba\x62\x62\x03\x5f\x08\xe9\x46\x8c\x13\x78\x34\x7b\xd4\x7b\x09\xf6\xc3\xd7\x96\xd0\x85\x32\x74\x7d\xe6\x3a\xd1\x22\xbc\x7b\x6c\xaf\x38\x9a\x64\x0f\xda\x2b\xde\x41\x65\xba\x37\xc9\x9d\x8c\x99\x00\xa8\xa3\x85\x51\x22\x4f\x0e\xb1\xce\x87\xb9\x8b\x3b\x03\xb2\x90\x70\x84\xfb\x12\x9a\x0f\xe7\xf0\x36\xc0\x24\x75\x66\xbe\x12\x79\xb9\xf8\x95\x80\x80\x4d\xc9\xcc\x13\x56\x12\x56\xc7\x96\x88\xaa\xc9\x4f\x82\x86\x44\x0f\x69\x06\xf7\x66\x79\x20\xe3\x4f\x00\x54\x7f\x0b\xcd\xc2\x85\x2c\x1b\x84\xc5\xf8\xc2\xc6\x41\x6b\x08\xf3\x38\x48\xd8\x6c\xd8\x18\x37\x1f\x39\xa3\xf6\x15\x2f\x0d\x13\x5f\x4c\xe3\xe7\xe1\xeb\x32\xce\x09\xca\x49\xea\x98\xef\x42\x14\x55\x18\x24\x12\x7e\xa0\x5f\x77\x6f\x90\x75\x31\x7f\x02\xa0\x5a\x2a\x4a\xe7\x8b\x69\xb7\xe1\x30\x7a\x13\xfd\x2b\x72\x0f\xae\x97\x99\x89\x71\x6b\x91\xb3\x38\x38\x7b\xcd\x21\xf6\x4e\x62\x4c\x11\x9e\xf3\x1f\xf9\x4a\xfa\x1b\x5e\x16\x4d\x1b\x83\xe2\xb3\x18\x1f\x83\x52\x05\xe3\x58\x7f\xb9\x13\xa5\x24\xce\x61\x00\x94\x4f\x25\x33\x78\xf3\xc8\x73\x71\xab\x69\x81\x94\x76\x42\x0f\x56\x46\x0b\x24\x71\x9a\x05\xf4\x01\x8a\xb8\xfa\x2c\x33\x94\xd6\x5b\xd8\xc5\x5a\xc5\xd8\x99\x9e\xcf\x99\xc9\xba\x11\xfd\x89\xcb\xe3\xdc\x08\x9a\xc8\xf3\xe2\xc1\xdd\xdb\x24\xd1\xfc\x6f\x00\x28\x03\x64\xe1\x9c\x15\xf8\x6d\x34\x0c\xe5\x06\x11\x43\x3f\x85\x61\x93\x23\x98\xf3\xa0\x62\xca\x73\xd6\xaa\xaa\x47\xb4\x1d\x9c\x9c\x82\x73\x0c\x26\xf7\x62\xda\x52\xd6\x14\x3e\x3e\x7a\x80\xad\x11\xbc\x0c\xfc\x9b\xb3\x48\x34\xd9\xfd\xac\xe8\x93\x58\x0c\x80\xa2\x46\x11\xc0\xba\x8d\x36\x8a\xdc\xc8\x73\xb0\x68\xd1\x1e\xd4\x45\x3c\x5c\xdc\xd4\xe4\x46\x24\x4a\xa6\x56\xae\x26\x4b\x24\x37\x16\x1d\xa7\xca\xa5\x8b\x53\xaf\xd3\x11\x32\x4a\xf4\x5c\xc6\x6b\x79\x56\xe0\x1d\xe6\x57\xf9\xb1\x49\xd3\x84\x52\xc5\x0e\x00\xe4\x28\xd5\x28\xe3\x06\xfc\x86\x0e\x42\xa4\xa1\x5c\x75\x31\x48\x2c\xa6\x42\xfb\x0e\x72\x12\xd7\xa1\xbd\x5b\xd1\x4f\xb8\xab\x1d\xcb\x7f\x4c\x9e\xa5\x3d\x9d\x3a\x9f\x9a\xa4\x3d\x11\xb5\x9f\xf6\x44\xfb\x2c\xf0\x04\xa3\x52\xfb\x68\x52\xb9\x80\xae\x8d\x02\x40\xb6\x5b\xb3\x9b\x2e\x68\xe9\x68\x4b\x26\x84\xc1\xc7\x1c\x28\xc4\x42\x54\xa4\x9d\xdd\x70\x0a\x63\x6c\x1d\x2e\x3f\x8b\x7b\x66\xbb\x94\x9f\x45\x6c\xb0\xf9\xa7\xac\x25\x77\x5b\x19\x51\x1c\x2a\xce\xf2\x26\x70\x33\x3d\xde\x52\x35\x89\xc7\xdf\x62\x78\x04\x80\x2c\x57\xc7\xa3\x7d\x6e\x1e\xed\x3a\x8a\xdf\x02\x7b\xdb\xb9\x14\x7e\x18\xd9\xe8\xc4\x37\x70\xd0\x3b\x3b\x8a\xca\x2d\x38\xff\xf6\x39\xf9\x93\x08\x5d\x6d\x11\x29\x66\xd2\x3d\x47\x6a\x14\x91\xf2\x9b\xdd\x10\x78\x84\xb6\xbe\x75\xfa\x24\x27\xbf\xde\xc4\x01\x40\xfa\x4b\x1f\x49\x5b\x01\x7d\xdc\xef\xc4\x63\x61\x99\x7d\x29\x70\x25\x62\x5d\xcf\xef\x0d\xb9\xe8\xf1\xdd\xe4\x72\x0e\x96\xd8\x35\x39\xef\x27\xfe\x89\xf3\x46\x4a\x3b\x29\xb5\x63\x4f\x94\x94\xe2\xdd\x7e\x2b\xf0\x05\x6d\xba\xa3\x7a\xd2\x39\xde\x35\xf3\x56\x00\xa4\xcb\xf4\xdb\xc8\xb1\xca\x80\x6a\x07\xfa\xba\xd2\xb5\xee\x2c\xf4\xb6\x32\x18\xf2\xb9\x46\xac\x0c\x6b\x2e\x2d\x96\x2a\x73\xe0\xfb\xb3\x2e\x28\xb9\xe8\x8c\x05\x2e\xca\x3d\xb8\x83\xa1\x9f\x54\x89\xa4\x89\x3e\xfb\x54\x2f\x28\x1c\x97\x41\xcd\x61\x46\x3f\x00\x3a\x5f\x51\x26\x69\x48\x0e\xa9\x93\xa0\x6b\xe5\x34\x88\x08\x8a\x93\xaf\x82\x12\xab\x7f\xc9\xc7\x60\xf2\x62\x77\xc5\x14\xe4\xf6\x2c\x86\x02\x8b\xf9\x90\xb8\x5d\x71\x9c\x90\x1e\xba\x57\xd9\x40\xce\xf2\x59\xa7\x0a\xa1\x12\x5c\x46\x35\x95\xcc\x62\x00\xb4\x57\x44\x7c\xe2\x7f\x52\x07\xa4\x13\x75\x50\x7a\x06\x5a\xdb\xf4\x50\x16\x01\x73\xa9\x36\xc9\x78\x88\x27\x45\xdd\xb2\x31\xf4\xa3\x2c\x77\x79\x11\xee\x59\x22\x4a\x7e\x8c\xf8\x4f\xa8\x45\x41\xa0\xec\xf2\x19\x54\x16\xd1\x56\xb8\xac\x55\x9f\x62\xd5\x00\xa0\x35\x8a\xbe\x13\x8e\x09\x5f\xc2\xfe\x46\xda\x44\x4a\x64\x66\xe3\x76\x71\x0c\x5a\x51\x25\x11\x1f\xc2\x7e\x2a\x5c\x21\x41\x13\x6c\x99\xe9\x52\x77\x72\x78\xc2\x36\xe9\x2e\xea\xe1\x50\x3f\x19\x87\x31\xcd\x47\x2b\x57\x30\x47\x5d\xce\xa9\xd6\x70\x5d\x00\xd0\x5c\x90\x0c\xe2\xbb\x78\x1b\xb1\x3a\x04\x93\x4f\xc6\x2b\x20\xbf\x0b\x52\x89\xb4\xca\x01\xa1\x3b\x59\x50\x70\x5d\xf8\x17\xb5\x37\xc3\x21\x3a\x4a\xdf\x9b\x10\x2d\x1e\x60\xde\x9a\x77\x51\x42\x66\x5f\xf4\xe1\x4b\x37\x71\x27\x4d\x18\xa7\x94\x0a\x4a\x01\xd0\xb8\xc8\xa4\xb8\x28\xb6\x84\xd2\x0d\xaf\xe3\xe0\x68\xc1\x0d\xb7\xb9\x24\xfa\x70\xc5\x61\x1e\x8f\xb9\xa0\x60\x2a\xdf\xc2\xba\x93\xfe\xa7\xa0\x83\xa3\x8b\x5f\x23\xb4\xf0\xc2\xe6\xb5\x89\x28\xfc\x83\x3e\x42\xf1\x47\xc1\xc6\x09\x95\x8a\x4a\xf1\x39\x00\xd4\xd9\x8a\x0a\x8c\x8c\x2e\xe2\xa7\xb6\x1c\x61\x74\x08\x12\xea\x89\xcc\x8b\xc2\xc9\xe5\x4a\xb6\xaf\xf0\xef\xfc\x6f\x1c\x9a\xe8\x69\xfa\x38\xee\x76\xf1\xdd\xb8\x2f\xbc\x3f\x25\x57\xe6\xc5\xf1\xcf\x48\xc7\x7c\xe8\xc2\x13\xb2\xb2\x09\x03\xb2\xeb\x0a\x3c\x00\xaa\x2c\x55\x27\xea\x3a\x25\x50\xf5\x5b\x33\x9c\x8a\x57\x5d\xad\x2b\xa2\xfd\xae\xba\x5f\xa6\x67\x64\xaa\x27\xe7\xcf\x65\x1e\x57\x17\xa7\x21\xd8\x19\x6a\x4b\x1c\x8f\xb3\x4a\x7d\x61\xee\x5b\xee\x90\x26\xc5\x47\x22\x98\xa5\xa9\x9d\x70\x43\x7a\x48\x93\x01\x80\xd2\xa2\x21\x23\x77\x11\x7b\xad\xfb\xa1\xf9\x64\x6f\x6b\x72\x6d\x06\x65\xd8\xb2\xbc\x74\x88\x16\x69\x89\xcf\x13\xd0\x8f\x9a\x7f\x4f\x3d\xca\xa4\x99\x59\x71\x53\x59\x6f\xcc\xe1\x73\xd7\x70\x5c\xcd\x6e\x3e\x6c\xfe\x38\xd3\x78\x57\x57\xe9\x38\x3d\x03\x00\xe5\x54\xed\x3b\x64\x02\x61\x7d\xdb\xc5\xa6\x2b\xa4\xb8\x36\xbf\x9a\x6b\xe4\x63\x8e\xca\xd2\x1a\x6a\xbd\x7d\x20\x2f\x8f\xf6\xb4\xf5\x59\xea\x52\xc6\x40\x2b\x2c\xf6\x2b\x2b\xc2\xf6\x64\xee\x0a\x76\x99\xad\xdf\x47\xcb\x13\x5b\x18\xae\x41\x92\x55\x86\xa3\x00\x28\x2e\xea\xba\x11\xa7\xf1\x7f\x77\x25\x35\x69\x88\x82\x4e\x44\x8d\x93\x3c\xd9\xc9\x2a\x0d\xa5\x74\x74\x58\xf3\xa2\x69\x01\xed\xeb\x52\x07\xe8\x63\x6d\x1f\xe3\xc6\x31\x09\x6d\xb8\xb9\xbf\xb1\xcc\x8e\xd5\x3e\x5b\xb9\x57\x6c\x6c\x57\x98\x24\xc2\xf8\x37\x00\x0a\xa6\x3e\x04\xea\x62\x79\x5c\x53\x51\xdb\x61\x29\xac\x47\x97\x99\xcc\x67\x1a\xa9\x8b\x66\x9b\x13\x9b\x7b\x32\xe6\x98\xd6\xc3\x9f\x24\xaa\x4c\x35\xe8\xd4\xf0\x1d\xa6\xd9\x38\x63\xe0\x0a\x53\x15\xd1\xea\x11\x61\x9a\x41\x49\x04\xc0\xe8\xc1\x8a\x02\xc0\xe0\x10\xaf\x6c\x32\x98\xcb\xeb\xce\xd7\x86\x9a\x8e\x40\x76\x97\xc5\x99\x10\xd0\xde\xfc\xf3\xc6\x67\xb0\xb6\xf4\xdb\x46\x1d\x72\x65\x62\xa1\x31\x0f\x73\x3c\xdc\x68\x8c\xc0\xdf\x0a\xb4\x18\x49\xa4\x11\x8f\x24\x23\x94\x3a\x11\x00\x43\x3f\x6b\x2b\x00\x86\x45\xe2\x4d\x8d\x5f\x8d\x1b\x21\xda\x9a\xcd\xc6\x74\x68\x7e\xe9\x05\xc3\xb3\x96\xcf\xf9\x52\x43\x07\xe2\x70\xba\xd9\x50\x81\x5e\x95\xf0\xcb\x10\x8a\xeb\x0a\xaf\x33\x04\x13\x05\x81\x0c\x03\x83\xfc\x9f\x47\xa6\x41\x4b\x4b\x00\xc0\x30\x9d\xbd\x14\x00\xfd\x1b\x89\x57\xe3\x04\x1d\x04\x56\x5d\x7d\x55\x17\x8c\xd8\x58\x3a\x59\xe7\x8e\xfa\x99\x77\x50\xfb\x0a\xcb\x4d\xbb\xa7\x7d\x80\xff\x96\x20\xd0\x3e\x21\x39\xe6\xff\xa1\xfd\x45\xf5\x0c\x8c\xd3\x21\xe9\xf1\x1e\xd5\xba\xa3\xcc\xe9\x20\x44\xf7\x86\x57\x01\x80\x3e\x5a\xca\x6f\xb8\xa8\xc6\x62\x0a\xaa\x6e\xa9\xb3\x70\xa4\x92\x4a\x75\x0a\x81\x9b\x37\x55\x5d\x4d\xd2\xa5\xe5\xaa\x05\x94\xd5\xf1\x1f\xd4\xa3\xb4\xb1\xf9\x56\xf5\x6d\xc6\x9b\x40\x7f\x4d\x06\xeb\x92\x07\x55\xf3\x1f\x87\x07\x28\xda\xc3\x42\x03\x00\x3a\x84\x7c\x4e\xfd\x15\x45\x2d\xe9\x6a\xe5\x77\x05\x8c\xa2\x2b\xee\x52\xa8\x69\x73\x73\x09\x8a\x33\xf4\x0b\xa9\xab\x95\xb3\x98\xd6\x78\x85\x92\xc9\x2e\x9f\x9f\xa4\x3c\xc8\xf9\x1e\x38\x51\x35\x9b\xb7\xc4\xa3\x4d\x5d\x29\xf0\x04\xbb\x35\xcb\x24\xfd\x00\x68\x7b\x15\x67\xeb\xc4\x92\x46\xce\x60\xc5\x71\x49\x1f\xf7\x50\x11\x42\x3a\x99\x77\x29\x87\x28\x55\xf1\x1f\xa5\x8c\xc9\x26\x0b\xc7\xc7\x5d\x90\x75\x89\xe2\xc2\x76\xc8\x7d\xc4\xb5\x01\x17\xe4\x58\x09\xc7\x63\xb3\x72\xb6\x74\x70\x9c\x97\x7a\xae\x42\x07\x80\xc6\xa8\x3a\x51\x1b\x2e\x04\x72\xb7\xf2\x95\x42\x89\x5c\x5a\x68\x11\xb9\xcb\x6f\x64\x6f\x12\xad\x51\x54\xa4\xe4\x8b\x5b\x14\x63\x71\x75\x12\x1f\x25\x31\x8c\x22\xd9\xa6\xfc\x10\xb0\x51\xea\xab\xea\xf1\x78\x2c\x17\xaa\x4b\xc7\x11\x55\x6e\xea\x23\x00\xa8\x8f\x6a\xe0\x35\x31\x3c\xa9\x71\x42\xd9\x71\xbe\xbf\xe1\xbf\x82\xdf\xf9\x17\x0c\xf7\xb2\xbe\x0b\x8c\x86\xb3\xc9\x07\x85\xf9\x86\xb3\xb1\xff\x8a\x7c\x0c\xf7\xc2\x22\x44\xb7\x0d\xdf\x03\xfa\xc5\xb5\xc6\x05\x1e\xff\xca\xaa\x0d\xe3\xc7\xad\x52\x66\xeb\xa4\x00\xa8\x33\xb4\x6b\xab\x6f\x72\xed\xd6\x13\x65\x3c\x5e\xbc\xd5\x54\x40\xe5\xbd\xb0\xa6\x64\x1d\xe2\x0f\x58\xfe\x49\xee\x12\xd4\x58\xf6\xc6\x3e\x15\xc6\x58\x96\x86\x05\x09\xbf\x5b\x46\x03\x96\x8b\x74\x16\xf8\x54\x6f\xe9\xef\xa6\xe9\xe3\x4e\x28\xee\xe8\xd7\x02\xa0\xfa\xaa\x8b\xaf\x1e\xe1\x9c\x75\xbc\x2a\x4b\xe1\xd2\x1d\xd6\x82\x14\xde\x1c\xc7\x8c\xac\xb5\xbc\xc3\xf6\x8d\xc9\x3d\x7c\xbc\xbd\x2e\xf6\xad\xa0\xc2\x1e\x1a\x96\x29\x9c\x65\x9f\x1e\x70\x41\xb8\xc6\xf6\x7d\x6a\xb9\x34\xc8\x7c\x75\xbc\xbb\x82\x68\xd8\x0d\x80\x6a\x89\x6e\x4f\x31\xac\xa7\xa5\x66\x4d\x7e\x70\x37\xa8\xdf\x98\x99\xd7\x79\xab\x71\x6d\xd2\x56\xe7\x91\xe6\x6d\xb1\xce\x8e\x63\xf0\x9b\x61\x97\xdb\xbf\xa0\x41\xd0\x95\x76\x03\x6e\x9a\xd7\xf3\x76\x38\xe1\x1f\xb7\xc9\xad\x47\xa9\xf3\x00\xb0\x0c\x71\x64\x00\x98\xba\xa4\xee\xc5\xb3\xbb\x8e\xd5\x7d\xc9\x7b\xdc\x69\x87\x5c\xc9\x74\x73\x6a\xa0\x2b\x93\xf4\x1d\x46\x98\x2c\x96\xdd\x3e\x82\x64\x85\x1d\x68\x7b\x8e\xa1\x04\x9d\x6b\x33\xe0\x0b\xbd\xfe\x6a\x23\x11\x9f\xba\x85\xd9\x7e\x51\x2f\x03\x60\x99\xcb\xb9\x0a\x80\x29\x57\xf2\xaa\xe8\x46\x67\x04\x44\x99\x37\xe8\xf4\x82\xc6\x67\x1c\xed\x98\xd3\x72\x2b\xa9\xbe\x3d\x1d\xa1\x8a\x2d\x68\x63\xa2\xf3\xc3\x46\x1c\xe7\x70\x9e\x41\xbf\x39\x84\x84\xc3\x5e\x2f\x1d\x2d\xe4\x28\xb7\x4c\x5b\x3c\xed\x1e\x00\xe6\x6e\xee\x5a\x00\x8c\x8f\xa4\xf1\x45\xa1\xed\x89\x2d\xa3\x79\xe3\xdb\x12\x11\x1e\x19\xe5\x0e\x38\x8a\xb5\xf0\x8e\x7d\x35\xe6\x72\xcc\x43\xbb\x3b\xbe\x22\xac\xb1\xd5\x42\xbc\x18\xd4\xd9\x5a\x44\x49\xf2\xfa\xa3\x35\x8e\x96\xec\x46\xb4\x48\x98\x4b\x01\x30\x31\x04\x33\x00\x30\xce\x90\x21\x0b\x17\xd9\x67\xa1\xcb\x73\x33\x5a\x51\x58\x4c\xfa\x2a\xdb\x06\x3c\x77\x61\x8d\x6d\x0e\x51\x15\xc3\xb0\xae\x26\x2f\x0e\xfd\x69\x2d\xa0\x9e\x0d\xc2\x59\xa7\xd2\x6f\x79\xbd\xb4\x3c\x60\x6e\x77\xeb\x33\xed\xe3\x7c\x00\xc0\x98\x26\x7a\x00\x80\x21\x47\xfe\xb4\x00\x6d\x15\x12\xc3\x73\x54\x96\x1d\xa4\x37\xe9\x93\x2c\x3e\x94\x8d\x0b\x4e\x99\x37\xd2\xb0\xd1\x3f\xcc\x8d\x8c\xf0\xd0\x6d\x66\x37\xe6\x97\xa0\x4c\xd3\x5d\xf6\x16\xaf\x2f\xa6\x5e\x2e\xca\x6d\xcc\x38\x45\xd0\xfa\xbf\xda\x94\xb6\x01\xa0\xe7\x2a\x89\x8b\xea\x8d\x04\x96\x5b\xf6\x62\xc3\x5b\x36\x36\xad\xc5\xd0\xc3\xd9\xb2\x20\xda\x00\xe7\x3e\x8f\xd6\x1b\xc2\xf9\xb1\xa1\x78\xc3\x78\x81\x21\x68\xb6\xfe\x9d\xf0\x84\x77\x88\x7e\xa5\x78\xea\xc4\x14\xdd\x03\xe9\x77\x00\x74\x66\xc5\x43\x00\x74\x15\xea\xe8\x7c\x81\x2e\x50\x2c\xca\x7a\xa1\xbd\x24\xc9\x4f\x3d\xa1\x5d\x2c\xf9\x9e\x78\x52\x2b\x92\xee\x88\xce\xd2\xa2\x64\xd2\xd0\x78\x6d\xa3\x1c\x1d\xf8\x43\x5b\xaf\x88\xf7\x4e\xd7\x16\x2b\x67\x4f\x34\x68\x8b\x54\x67\x00\xd0\x32\xd4\x4b\x01\xd0\x8a\x34\xca\xbc\xe3\xea\x7d\x9a\xdd\x59\xc5\x6a\xba\xd6\x2b\x35\x49\x5d\xac\x45\x27\x96\xa8\x63\xb4\x1b\xa3\xbe\xa8\xa3\x75\xae\xf3\x7e\xaa\xe3\x74\xa6\xc0\xcf\xea\x02\xfd\x14\x6f\xb8\x5a\xac\x8f\x9b\xb8\x5d\x33\x5e\x77\x08\x00\x4d\xab\xf6\x27\x00\x9a\xc7\xda\x25\x79\x05\xaa\x9d\x46\xcf\xcc\x7f\x54\x6c\x63\x61\xca\x37\x55\xa9\x91\x95\x18\xa6\x0a\x33\xf6\x45\x3d\x56\xcd\x34\x3e\x0a\x75\x55\x45\x98\x52\x83\x3c\x55\x25\xa6\x65\xde\x16\x55\xb7\xf1\xd6\xc4\xb7\x6a\x82\x41\x04\x80\x66\x8e\xee\x1b\x00\x9a\x65\xba\xa9\xb9\x63\xca\x6b\x96\x07\x99\x6b\x95\x0e\xcb\xaf\x94\xeb\x4a\x9c\xd5\x27\x71\x86\x32\xd9\x1a\x17\x75\x45\xe9\x61\xc5\x87\xfa\x2b\x13\xac\x5b\x82\x32\x95\x4d\xd6\x95\xde\x37\x95\x1b\x2c\x9e\xee\x70\xd5\x06\xe3\x3b\x00\xd4\xa3\xfa\x47\x00\x68\xea\x75\xb4\x9c\xbf\x87\xe0\x35\x9b\xd3\x5f\x0e\x9c\xaf\x5f\x92\x64\xec\xaf\x69\x1c\x89\x4b\xea\x9b\xdd\x6c\x0c\xe7\xf5\xfc\x07\x1f\x08\xfe\xd1\x33\x17\xb5\xd4\x2f\xaf\xfb\x30\xd6\xe0\xd1\xdf\x15\x42\xb8\xe6\x22\x6c\x0b\xa2\x9e\x00\xc0\x96\xc2\x1d\x04\xc0\x2c\x95\x76\xe4\xac\x1a\xb8\x59\xf7\x2a\x7d\x4f\x3f\x16\xb2\x23\x09\xda\x07\xa0\xc6\xb8\xc0\x9e\x27\xb0\x9c\x70\x4c\xf7\x75\x64\x40\xf0\x8f\xee\x29\xe8\x2f\x7e\xe5\x5d\x3b\x70\xeb\x3d\x96\x76\xce\x23\xee\x73\xe9\x75\x20\x68\x04\x00\xac\xbb\xb9\x37\x01\x30\xcf\x96\xe2\x72\x1a\xfa\x6b\x20\xe8\x74\x51\xef\xdf\xd0\x71\x49\xf3\x7a\xd6\xb4\x6c\x88\xfd\xd2\x3d\x80\x48\x0c\x2f\xea\x5a\x81\x7a\x10\xfc\xba\xf3\x19\xb6\xc7\xaf\xaa\x73\x80\x10\xec\xb1\xc1\xe9\x41\x7a\xef\xb2\xdd\x6e\xa3\x13\x01\xb0\x86\xf1\xba\x00\x30\xed\x93\xf6\x64\xdf\xef\x49\x6d\xc1\xa4\x7b\x75\x8f\x87\xef\x59\x78\xb9\xf3\x39\x6a\x7a\xec\xaa\x4e\x77\x0c\x21\x7c\xba\x33\x1d\x37\x16\x7c\xb1\x63\x80\x58\xe8\x57\xdf\xd1\x44\x6e\xf3\xd8\xdd\x76\x85\xfa\xd6\xe5\x0f\xdb\x55\x56\x08\x00\xe6\x4f\x82\x31\x00\x8c\x7f\xc9\x76\x64\x7b\x75\x66\xa3\x0e\xa4\xc1\x9d\x99\x98\xcb\x0b\xe3\x3b\x2a\x70\x7f\xc5\x86\xb7\xdb\x08\x2f\xe7\xaf\x6e\xbb\x45\x1e\x17\x6c\x6e\xab\xa0\x86\xfa\x25\xb4\x4d\xa6\x07\x7b\x5c\xb0\xb3\x99\xe4\x09\x33\xac\xd3\xb9\x42\x00\x4c\xfb\xc5\xdc\xff\xc9\xa5\x48\xce\x6a\x69\xb7\x11\x10\xa9\xfb\xdb\xba\x49\x11\x0b\x96\x3b\xf6\x91\x3f\xc7\xec\x70\x04\x50\x57\xce\x6f\xb4\xab\xe8\xe4\xe0\x06\xbb\x0b\x33\xdd\x2f\xa4\xf5\x24\xeb\xa9\xc7\x6b\x5b\x04\x77\xf2\x84\x1a\x33\x51\x38\x13\x00\xa3\x53\xfa\x09\x00\x43\xaa\x72\x55\x26\xab\x75\x39\xe3\xcf\xd4\x09\xb6\xc7\xac\xea\x05\x7e\xb6\x5c\xf6\xd6\x98\x7c\xeb\x7e\xce\xfb\xb0\xef\xd6\x5c\x5e\x71\x70\x82\xe5\x11\x7f\xad\x5f\x9c\x65\xab\xe0\xc5\xd4\x2c\x73\x8e\x68\xef\x84\xcb\xc6\x6c\x59\x29\x00\xfa\xef\xca\x49\x00\xe8\x27\xab\x6b\x33\xee\x58\x6a\x84\x9f\x52\x1c\xe6\xbd\xa2\x1b\x89\x07\xcd\x19\xe2\xdf\x62\x5c\x4c\xe7\x24\xfa\xb0\x47\x26\xac\x94\x14\x1c\x63\x0a\x91\x61\xfd\x6a\x4c\x40\x9e\x35\x55\x6e\x78\xa2\x38\xe0\x9a\xa8\x6f\x55\x8d\x00\xa0\x3b\xa3\xee\x06\x40\x97\xac\x51\x65\x10\x8d\xbb\x54\x37\x52\x7c\x8d\x09\xea\xfa\xc4\x22\xc3\x39\xf5\x85\xe8\x35\x06\xac\x26\x3f\x6c\x8f\x61\x82\xe6\x7e\xb0\xb7\xfe\xbc\x96\xed\x57\xa7\xdf\xa5\xf3\x9a\xfa\x9b\xde\x55\x07\x75\x6d\xd3\xd5\xe9\xb2\x00\xd0\xbe\xd7\xee\x07\x40\xbb\x52\xab\xcf\xf0\x33\xac\xd4\x7b\x26\x3f\x36\x84\xe8\x89\x89\x21\xfa\x03\xfa\x63\xd1\x6d\xfa\x1a\x43\x40\xd8\x6a\xdd\x2b\xc3\x60\xb0\xbf\xee\xa0\x71\x86\x1f\x57\xb7\xde\x28\x9c\xfa\x42\x17\x6d\x38\xec\x7a\x41\xbb\x4d\x7f\x19\x00\xad\xf9\xff\x93\x24\x58\xed\xc7\xf4\x31\xfd\x6e\xd3\xef\xc9\xbb\xf4\x71\xe6\x09\x89\x53\x75\xc7\xcc\xd0\x68\x93\xae\xcc\xbc\x3c\x6c\x95\xf6\xb2\x65\x7e\x70\x9a\x76\xb3\xa5\xdf\x6f\x97\xb6\xd7\x52\x3b\x2d\x4b\x9b\x6d\xba\xe2\x16\xa9\xf9\x6a\x4c\x03\x40\xeb\xaa\xef\x04\x40\xeb\xa3\x6b\x48\xeb\x1c\x5d\x59\xd3\xbd\x70\xf5\xe2\xff\xea\x29\x71\xea\x91\xfa\x46\x68\x04\x7d\xd8\xa7\x39\x62\xce\xe9\xc1\xff\xe0\xbe\x01\x96\xc1\x04\xe4\x57\xef\xc9\x03\x7b\x31\x87\xdc\xdf\xf7\xbc\x23\x9c\x1c\xd7\xdc\x31\x9d\xd6\x08\x40\xeb\x08\x0f\x02\x80\x25\x5f\x3a\x96\x96\xb6\x24\xb9\xee\xc4\x42\xf9\x48\x0f\x44\x1c\x87\x1e\x9e\x08\x4d\x89\x40\x0c\xde\x6e\xb9\x31\xe7\xf8\xc0\x25\x44\x7b\x40\xef\xc0\x34\x74\x85\xf7\xdc\xfe\x51\xec\xc3\x49\x1e\xdd\x6f\x88\xab\xc6\x09\xda\xab\x69\x0f\x01\x68\x9d\xc1\xd3\x02\x60\x7e\x20\xed\x4d\xbd\x32\x72\x10\x12\xbb\xb0\x60\x38\xb2\xe9\x60\x5c\xd2\xe0\x8e\x96\xba\x88\xd2\x01\x27\xfc\xf7\x39\xc7\xfa\x7b\x50\x95\x01\xc3\x7d\x8f\x30\x7f\x78\x67\xf5\x49\xf1\x4d\x93\xe6\x75\x5d\x26\xdd\x1e\xd7\xd6\x26\xa6\xdf\x01\xc0\xa6\xe0\x47\x02\x60\x16\x4a\x8f\xa6\x0e\x0f\xaa\x5a\x66\x2f\x9c\x36\x10\x01\x47\xc7\xfe\xec\x7b\x87\x1c\x89\xf0\xef\xfd\x8a\xbe\x3f\x67\x75\x6f\x08\x2e\x21\x60\xb0\x47\x4d\x70\x78\x37\xf7\x04\x92\x8e\x4e\x2a\x75\xf6\x51\xef\x8e\xfb\xcd\xbe\x8f\xd5\x07\x80\xb5\x48\x58\x0e\x80\x69\x50\x76\x33\xe5\x71\xdf\x20\x2a\x67\x01\xb5\x97\x8e\xa9\x88\x65\xf7\x20\x71\x4d\xe1\xab\xba\x55\x84\x8a\x39\x8d\x5d\x7b\x49\x35\x01\x94\xae\x30\x0a\xd6\xbb\xa6\x73\x1f\xad\x76\x12\xa6\x3d\x8d\x59\x39\xee\x6f\xdb\x17\xee\x77\x00\x2c\xae\xe2\x8b\x00\x18\x77\x2b\x1a\x53\xea\xba\xaf\xe3\x37\x24\xde\xed\x3a\x49\x94\xc6\x3c\xeb\xbc\x41\x2e\x08\xcf\xe8\x9c\x4a\x79\x3e\xc7\xc3\x09\xa7\x8d\x04\xe4\x77\x5c\x62\x10\xbc\x2b\x3b\x30\xac\xc9\x93\x34\xf6\xaf\x9c\x37\xe3\xa3\xad\x55\xc2\x8d\x00\x98\xae\xc8\x72\x00\x30\xdc\x52\x9e\x4a\xd6\x39\x7d\xe8\x9f\x13\xcb\x3b\xe6\x31\xc9\x31\x9d\xed\x75\xac\x2b\xf3\x7f\xb6\x8d\x70\x66\x84\xbc\x76\x7c\xe5\x52\x03\x6a\x1d\x7a\xde\x45\x6f\x8b\x23\x44\xe0\x3d\xe9\xa9\xcd\x5f\xb4\x7a\xfc\x56\x73\xa8\xcc\x02\x80\x31\x4b\x99\x00\x80\x7e\xab\x1a\x93\x9c\xea\xd8\x2c\xd8\x9f\x38\xd9\xfe\x42\xb8\x21\x06\x69\xcf\x17\x0d\xcd\x7f\xd8\xba\x44\x2c\x0c\x79\xd6\xea\xfe\x7f\xec\xba\xe5\x57\x94\xff\x17\xf7\xfb\xc1\x06\x95\x52\xe1\x2b\xa0\x12\xd2\x28\x48\xa9\x94\x74\x77\x77\xce\x30\xc0\x0c\xcd\x0c\xc3\xd4\x75\x5d\xd3\x05\x43\x77\x77\xb7\xa0\x82\x12\x82\xa0\x02\xb6\x22\x76\x8b\x2d\x76\x9f\xf5\xbb\x9f\xdd\x6b\x9d\xff\xe0\x9c\xfd\x60\xaf\xb5\xf7\xd3\xd7\x7a\xef\xbd\xdf\x6b\xed\xec\xd8\xdd\xe9\xbc\x4e\x62\xa4\xcc\x15\x5e\x64\x8e\xad\x84\x37\x7b\x8e\x4c\x58\x6f\xca\xc4\x51\x89\x00\x30\x36\xd0\x58\x00\x20\x97\x21\x9a\xd1\x4f\xde\x2d\x8a\x87\xfe\x18\xcf\x98\xf2\x44\x57\x82\xdb\x47\xa5\xaa\x37\x71\xa5\x69\x52\xfb\x26\x39\x14\xda\xf8\x6e\x1c\xc7\x00\x4a\x94\xf9\xc4\x7e\x05\xcb\x48\x34\x30\x9f\xc2\x35\xeb\x3b\x19\x9a\xf0\x39\x00\xe8\x5a\x30\x11\x00\xc4\x17\xf6\x32\xba\xc7\x3d\x0e\x27\xe9\x77\x70\x65\xe0\x3b\x3a\x6f\x38\x85\x48\xb0\x7a\x21\xfb\x35\xb2\xbc\x6f\x84\xed\x47\x87\x76\xe3\xd9\xe2\x0c\x25\xd9\x9d\xac\x93\x0c\x0b\x89\xeb\xcc\xf5\xf4\x07\xeb\xdf\xd0\x45\x74\x17\x00\x90\x71\x04\xfb\x3f\xa7\x06\x9f\x35\x9a\xe3\x8c\x32\x37\xea\x97\x71\xb6\x33\xd1\x3a\xb7\xd9\x4c\xe6\x15\x75\x11\xeb\x3a\x2b\x70\xdf\x24\xcb\x98\xbd\x61\x77\x01\xf3\x29\x3b\x5b\xd6\x8a\x59\xc6\x7a\xb2\x55\x9a\xa1\xc0\xbc\xb1\x41\x07\x79\xcc\xa8\x07\x00\xb1\xa4\x07\x02\x00\x9f\x46\xfc\x0a\xf4\x83\xb6\x39\x4f\xb0\xef\x05\x5f\x74\x17\x51\x30\xa1\x85\xde\x7e\xe9\x62\xe1\x27\xfd\x3d\x51\x5f\xa3\x24\x82\x23\x82\xf5\x63\xc2\xc2\x61\x57\xe7\xb8\xd1\xe8\x2e\xb3\x80\xf8\xff\x50\xaf\xb4\x42\x31\x46\x09\x88\xcc\x3c\xee\x40\x52\x32\x00\x84\xb7\x69\x2b\xf9\x16\xfe\x18\xf7\xb3\x6c\x99\xc0\x20\x6f\x3b\x72\x45\x30\xca\xef\x78\x9a\x67\xe8\x5c\x90\x2f\x2a\x34\xc2\x37\x6c\x4b\x50\x4b\xd4\x4a\xe4\x75\x97\x4b\xb1\x09\xb1\x1d\x47\xbf\xa0\x5e\xc4\x33\x35\x7f\xc4\xcb\x26\x9e\x95\x29\xc4\x56\x60\xe3\x01\x20\x34\xa7\x37\x8a\x0e\xf8\x4c\x79\x3f\x63\x39\xfb\xbd\xf5\x57\x22\xcd\x04\x9a\x04\xd9\xa4\x16\x05\xdf\x0c\x85\xe3\x4e\x87\x15\x47\xdc\x0f\x52\x8c\xf4\x89\x09\x76\x09\x89\x91\x42\xdd\x3a\x5a\x1d\xd7\x9a\xe0\xa5\x59\x8f\xba\x8d\x35\x97\xb1\xc2\x6e\xc3\x95\x02\x40\xf0\xc8\xe8\xca\x55\x71\x7f\x11\xb2\x8d\x91\xe6\x45\x08\xeb\xcd\xd1\xf3\x3d\x10\x69\x95\x72\x30\x60\x6f\xf4\xa7\x58\x6e\xf0\xa1\xb8\x89\x40\x99\x30\xcf\xf8\x52\xe7\x9c\xc8\x98\xc4\xcc\x23\x9f\x62\x54\x71\x07\x35\xb7\xc7\xfa\xa7\x20\xd2\x1f\x13\xcf\xa4\x26\x00\x80\xe7\xe1\xff\x13\xf8\x3b\xcb\xc7\x94\x23\x57\xdd\x36\xc7\x0d\x67\xcf\x78\xee\x43\x5f\xc4\x7d\xf6\x49\xc4\xdc\x8e\xa1\xfa\x5f\x4b\x12\x0b\x50\x0f\x76\xc5\x69\x39\xf5\x85\x75\xa5\x04\x1c\xf1\x8f\x6c\x48\x43\x6b\x54\x47\x5d\xc8\xd8\x23\x7d\x3d\x01\x95\x51\x0b\x40\xd6\x70\x76\x2d\x4f\x60\x57\x9f\xd4\x0d\x3b\x38\xae\xe2\x0e\x10\x70\xae\x41\xc9\xed\xd8\xf3\x1e\x6b\xa9\xdb\xa3\x19\x3e\x1d\x69\x02\x7f\xb7\x80\xcc\xf4\x3f\x8e\xdf\x42\x14\x32\x33\x0f\x9f\x0f\x3f\x96\x75\x53\xc3\x2e\x82\x8e\x7f\x2f\x7d\x07\xa3\x40\x90\x05\x20\xf3\x59\xce\x6f\x8e\xb5\x95\x1a\x31\x84\x26\x6f\x73\x93\xf8\x31\x2b\xca\x61\x20\x87\x91\xf8\xcd\x65\x38\xe7\x6d\xe4\x3b\x8f\xcb\x24\x9c\xdf\x26\x9f\x6f\xa4\x7b\x8e\xe2\x01\x6b\x64\xbf\xc3\xc6\x21\x1e\xe4\x33\x1a\xbb\x42\x5f\x92\xff\xca\xec\x44\x17\x93\x3b\x01\xc8\xdc\x4e\x35\x60\xde\x3c\xda\xc7\x6e\xa2\x6c\xb4\xbc\xc6\x36\xcb\xa8\xb5\xdd\xcd\x5a\x4a\x48\x72\xc4\xb1\x2c\x23\x4a\x5d\x97\x99\xa7\x7d\xbe\x78\xb9\x30\x75\x1d\x6c\xfd\x78\x8c\x2a\xd3\x33\x41\xff\x31\xb6\xab\x7f\x0f\xd1\xa2\x67\xc9\x04\xa1\x0a\x10\x18\x80\x0c\x21\xf4\x92\x91\x62\xda\x55\x6c\x47\xea\x36\x17\x2f\x92\x4a\x0f\x39\xc6\x2b\xb8\x8a\x71\xb0\x97\xcd\x8f\x0c\x2f\x76\x1e\xca\xfb\xe8\x63\xe1\xe1\x9f\x0b\xd9\x2f\xfb\xcc\x0a\x25\x4d\x9b\x02\x2a\xf8\x9d\x1a\x36\xc1\x1b\x79\x04\x99\x2b\x71\x57\xd9\x54\x00\x32\x3c\xe9\xca\x8c\x4d\x26\xc3\x95\x30\x49\xd9\x4c\xba\x42\x2c\xed\xbd\x55\x7d\x59\x64\xfc\xaa\xdd\xd1\x12\x41\xb8\xbd\xd3\xab\xa2\x71\x9f\xed\xee\x55\x05\xab\xf6\x0b\x3e\x7b\xf2\xe5\x4d\xfb\x03\x76\xe5\xf9\x69\x30\x83\xaa\x85\x2f\x64\xf5\xe3\x52\xb9\x34\x00\x32\xf4\xe9\x5f\xe9\xcb\x26\x5b\xea\xce\xe4\x9c\x3f\x1a\x54\x2b\x9d\x36\x6e\xf9\xb6\x5a\x29\x7e\xca\x56\x58\x29\x16\xae\xe9\xe4\x58\xf6\xd0\x67\x9b\xdb\xdf\x92\x49\xfb\x37\xde\xc2\xa2\x6a\xd3\x15\xff\xd6\x02\xb2\xc6\xbb\x20\x63\x51\x83\x6c\x67\xec\x67\xde\x1f\x00\xd2\x7f\x32\x72\x72\x29\x21\x75\xce\x4f\x19\xd4\x30\x35\xf7\xde\x9c\x83\xe1\xe7\xbc\x31\x29\x32\x91\x9d\xfe\x21\xb1\x5e\xd1\x23\xc1\xf1\x01\xb7\x62\x17\xc3\x99\xce\x0e\xa8\x77\xd1\x3d\x47\xfa\x31\x1b\x50\x4f\x34\xfe\x62\x56\x12\x68\xd2\x6b\xb8\x9f\x49\x4c\x00\xb2\x77\xa4\x87\x08\x99\x41\x12\xee\x53\xf4\xbe\xe0\x73\xde\x56\xc4\xa4\xd0\x36\xbf\x9e\x64\x4c\xf8\x74\x90\x5b\xcc\x64\xd4\xe6\x30\xb1\x80\xa0\x98\xc0\xc8\x05\xa7\x9b\x71\xad\xb1\x75\x47\x42\xd0\x77\xe2\xb3\x35\xba\xe3\xa7\x12\x4f\x4b\x9f\xc5\xe1\xb0\x54\x00\x08\x0b\x19\xbb\x04\x74\x7f\x82\xf7\x39\x64\x39\x30\xc1\xef\x77\x76\x43\x30\x3b\x48\x09\x77\x3c\x74\x25\x34\x21\x46\x33\xc2\x27\x62\xd1\xff\x46\xd4\xb5\x18\x3b\x27\x74\xac\x1f\x6a\xf6\x88\x18\xaa\x31\xc1\x42\x23\x0c\x2d\xc2\x1a\x48\x73\xb1\xb7\x70\xdd\x00\x10\xb2\x33\x77\xf0\xf2\xbc\x6a\x83\x9f\xc3\x7b\x7d\xbe\x87\xb1\x08\x7b\xfd\xc9\x91\x3b\xb1\x71\x41\x7a\xd1\xe7\xa2\x37\x86\xfc\x89\x2b\xf1\x5b\x09\xbf\x1b\x9f\xe2\x58\x1c\xd5\x9b\xe8\x75\x38\x3a\x56\x1b\x27\xab\x7e\x39\x4e\x26\x05\x27\xed\x9e\x24\x4a\x25\x03\x80\x1f\xc6\xa7\x72\xda\x5c\x7f\xc7\x38\xd0\xb2\x3c\xfa\xe2\xd0\x59\xfd\xde\x7c\x34\x2d\x49\xc3\x4f\x80\x11\x45\xfe\x08\xec\x4a\x1c\xf7\xfd\x10\xf2\x18\xfb\xca\x61\x31\x02\xa4\x28\x9b\x9e\x8f\xea\x4f\xb3\x54\x47\x47\x97\xa7\xff\x93\x3e\x9a\x78\x38\xa3\x07\x80\xac\xfb\xd9\xcf\x59\xef\x1c\xeb\x93\x0c\x29\xab\x2e\xdd\xd8\x13\x99\x3e\xee\xf7\x93\x4d\x13\xbe\x7b\x6b\xa6\x34\x45\xfc\xf1\x13\xa4\x69\xfb\xca\x05\xc9\xa6\xb7\x39\xc8\x87\xe2\x33\x75\x4c\x1d\x22\xbc\xb3\xea\xd4\x95\x23\x13\xf0\x4b\xd2\xbe\x98\x55\x82\x32\x00\x59\x52\xa4\xc3\x8c\x26\x1b\x83\xec\x7c\xd2\x92\x7d\x15\xd1\x22\x1d\xe3\x6c\x40\xbc\x8f\xb1\x72\x7b\x95\x13\x10\x4e\xf4\x3a\x9d\xf3\xc4\xfb\xbe\x5f\x03\x09\x6d\x6f\x18\x14\x40\x7a\x67\x72\x32\x34\x8e\x9c\xa2\x0e\xc2\xee\x91\xe7\xa5\x99\xf1\x58\x72\x1d\x00\x99\x06\x54\x3f\x84\x6b\xd1\xc0\xea\x24\x7e\xb2\x66\xb2\xbc\x53\x2f\xd8\x73\x99\x9f\xd0\xe7\x9d\xeb\x98\xf8\x30\x3d\xf7\xf3\xcc\x4d\x5e\xb7\xbc\xbf\x32\x84\x76\x78\xff\x0f\x0c\x39\x13\xdf\x60\x7d\x7a\xe3\xfe\xb5\x50\x65\xba\xba\xf4\x35\x74\x24\xe2\x0e\x40\x46\x3b\xf4\x05\xde\x79\x14\x2e\xda\x96\x2d\xb2\xec\x2a\x78\x95\x92\x63\xf3\x29\x7f\x02\xd5\xe2\x78\x44\x14\x13\x7a\xd8\xb5\x24\x6f\x9b\x97\xa6\xe7\x57\xe1\x88\x9d\x94\x9f\x8a\x20\xce\xc4\x24\xb0\x89\xbf\x57\xdd\x2a\xf8\x37\x4f\x4c\x26\x18\x55\xc4\x56\x03\x20\x23\x9a\xae\x08\x95\x1f\x61\x55\x98\x65\x6f\xb3\xe8\x2d\x9b\x49\x11\xb7\xd9\x58\x6a\x84\x72\x76\x08\x2e\x26\x85\xbc\x76\x39\x57\x38\xed\xf9\xcb\xd3\xa8\x40\xd2\x6e\xa3\x6f\x86\x28\xca\xc4\x29\x70\x47\xee\xb8\xba\x20\x98\x27\x8c\x93\x39\x89\xd2\xe5\x2a\x01\x90\x61\x49\x7f\x03\xf9\x1d\xbe\x5a\x9b\x4e\x18\x31\xff\x5c\x3d\x91\xbc\x68\xed\x56\xf9\x10\xb5\xc7\xbe\xb9\xfc\x41\xc8\x55\x97\x5d\xa5\xcb\x9e\xbf\x3c\x72\x8b\x57\xec\x54\x7d\x6e\x15\xde\x36\xc9\x09\xa8\xc8\x7f\xa0\xfe\x3a\x58\x59\xb4\x4d\xd6\x20\xae\x9b\x57\x0c\x40\xfa\x3f\x46\x12\x8f\x17\xee\xed\xb2\x19\x7a\x13\x51\xee\x7e\x13\x7f\x36\x4a\xdb\x9b\x94\xf4\x22\xfa\xa2\x3f\x2a\x2a\x35\xb6\x3a\x38\xc1\xcf\x01\xc5\x0c\xa7\x3a\x8a\xc5\xa7\x44\xd7\x9b\xce\x24\x58\xa3\x66\xd5\x3d\x12\xee\x27\x84\x4b\x15\xa5\x84\x26\xa5\x03\x90\x5d\x92\x7e\x9a\x5b\x13\xb2\xe4\x3e\x0b\x29\x86\x85\x7b\x5b\xe3\xc5\x23\xe4\xfd\x9a\x92\x9c\x22\xd7\x82\x6c\x22\x5f\x44\x7f\x0b\xfd\xe6\xbb\x10\xb7\x23\xf2\xa4\x43\x19\xfa\x40\x2c\xd7\x34\x0d\xa3\x12\xef\xa7\xbe\x0e\x73\x31\xb1\x54\x8a\x94\x7c\x01\x8b\x06\x20\xdb\x27\x03\xc7\xe9\x08\xf2\xf4\xee\xa0\xd9\x86\xec\xf4\x5b\xce\x72\x0b\xdb\x14\xf8\x39\xb1\x39\x62\x47\xa8\x7b\x64\x68\x94\x73\xc4\xa0\xaf\x4f\x4c\x59\x8c\xba\x83\x41\xdc\x03\x54\x93\xe9\x6e\xf4\xfb\x04\xd9\xfd\xa3\xf1\x35\xd8\xf5\x52\x9e\xc9\x26\xb8\x22\x00\x08\x7f\x33\xa3\x59\x8b\xbe\xd9\xc1\x93\x94\x5a\xff\xa6\xb0\xb0\x8c\xbb\x81\x3f\x23\x5e\x24\xa0\x43\x70\xd1\xc5\x11\x4e\xe1\x1b\xe2\x62\x7c\xd0\x91\xdd\xf1\x66\xf6\xb8\x18\xbb\x44\x45\x13\x46\x1c\x84\x7d\xb8\xdf\x0c\xa5\x93\x62\x26\xa5\x85\x7d\x9f\x1a\x03\x00\xc1\x1c\xdf\xc7\x38\xef\xb9\x39\x7a\x8d\xf4\xd4\x9b\x11\xb7\x23\x1d\xe3\xa7\x89\xd6\xc3\x68\x05\xdc\xc5\x58\x85\x9b\x07\x4f\x24\xa6\x7a\x93\xc3\xc6\xb1\x0d\x76\x2d\x91\x35\xc9\x77\x8c\x3f\xc6\x6c\x4f\x13\x53\x5b\x89\x59\x4a\x3f\x2f\xb5\x27\xa9\x36\xa3\x18\x00\x7c\x02\xf1\x3f\xba\xaa\xcb\x5c\xe2\x48\x4e\xb8\x7b\x15\xd6\x2a\x4d\xcc\xab\x14\x37\x81\xfe\xe6\xcb\x49\x31\x0c\xb3\x08\xe8\x4c\x9d\xf4\xaa\x0f\xfe\x9c\xee\x68\xfb\x21\x5c\x3e\xe3\xba\x71\x46\xe4\x60\x56\xa0\x5a\x6d\xd4\x20\x3e\x5f\x4a\x3b\x31\x9a\x00\x00\xc8\xaa\x20\x45\x42\x37\xec\x13\x08\xd3\xd9\x7e\x4e\xf9\xd9\x70\xca\x51\xd7\xc7\x44\x13\x94\x9f\xa7\x37\x71\x34\xe4\xac\xcf\xcb\x1c\x5f\xcf\x8c\x80\xbc\x9c\x67\xb6\x3b\x42\xc4\x48\x54\xa3\x4f\x61\xf3\x64\x59\x35\x41\x84\x29\x99\x2a\x45\xc6\x5c\x23\xd3\x00\xc8\x1c\xa5\xc6\xd1\xb6\x1c\x1b\x67\x76\xe3\x7b\xec\xd0\xcc\x58\xdc\xb8\xd3\x41\xe6\xce\xd8\xb7\x6e\x5b\x18\x2d\xc1\x4c\xcf\xef\x0c\x57\x8f\x2c\xdf\x97\xf4\x67\x36\x11\x81\xf5\x74\xb6\x91\x28\xa4\x90\xae\xa7\xc6\x09\xa3\x21\xb3\x52\x57\xe2\xa7\x90\x75\xff\xd3\x05\xf4\x82\xc2\xb5\x60\x14\x5c\xc9\xb2\xb4\xa6\xe6\x4f\x62\xa3\xec\x0b\x45\xad\x31\x17\x9c\xcb\xf2\x22\x83\xca\xdd\x47\x72\x95\xdd\xe7\xbd\x6f\x0b\x5e\x58\x7f\xf7\x9f\xe1\x0f\x1b\x11\x83\x7e\xf2\xf2\xd4\xae\x85\x06\x73\x39\xd2\xc1\xe8\xcf\xac\x3e\x00\x32\xee\xd0\xd7\x91\xbf\x98\x33\xcb\xde\x67\x8e\x1d\x43\x4a\xe1\xa4\xe7\x76\xb5\x25\x1b\x62\xb0\x4e\xbd\x45\x31\x41\xde\x6e\x2b\x05\xb3\xee\xb5\xde\x92\xf9\x86\xd6\x6f\xfc\xb7\xe7\x35\x1b\x09\x82\x62\x72\xf7\xef\x57\x0a\x79\x24\xb8\x23\xdd\x8b\x2e\xe0\x94\x00\x90\x31\x44\x5f\x22\x97\x9b\x2d\xd4\xec\xcb\xc4\x5a\xcd\x56\x25\x26\x35\xd8\x3e\xac\x68\x88\xb1\x74\xfc\x54\x76\x22\xe8\xb0\x9b\x6a\xc9\x25\xf7\x3a\xaf\xa8\xa2\x4f\x36\x5b\xfc\x12\x0b\x15\x8d\x26\x02\x97\xf3\xdd\xf6\x53\x42\xd2\xf2\xb2\x64\xd4\xd1\xd2\xbc\x8d\x00\x64\xa4\x33\xdc\x11\xa7\x98\x42\x17\x1c\xf1\x40\x6c\xb5\xc7\xee\x14\x56\xdc\x0d\xef\x3e\x94\x15\xda\xc6\x9f\x14\x12\x1c\x7f\x29\x18\xed\x71\x3a\x21\x26\x1c\x65\xb3\x2d\xf1\x73\x74\x9a\x21\x06\x1b\x84\x8a\x57\x71\xc5\x36\x62\xee\x6c\x43\xa7\xdf\x48\x92\x03\x20\xc7\x3a\xc3\x07\x66\x47\x99\x79\x6c\xcd\x66\x44\x93\xbc\x53\x93\x3f\xc4\xbc\xf0\x9b\x88\x3b\x11\x87\x04\x99\x07\x3f\x46\x9b\x87\xde\xf0\x08\x88\xff\x17\xc9\xb2\xee\x4f\x98\x88\xb5\x35\x94\x4f\xb2\x45\x3f\x51\xd9\x90\x54\x9a\xb8\x61\x5b\x68\xba\x1b\x16\x00\x40\xfc\x93\xf1\x0a\x1a\x0b\x7f\xe6\x7d\x95\x70\x25\x32\xc8\xef\x7d\xb2\x7f\xd4\xd7\xc0\xdf\x71\x07\x62\x4e\x86\x6a\x06\xc7\xc7\xd5\x44\xe0\xdd\x57\xd1\x05\xd1\x2b\xd6\x81\x18\x12\xca\xf9\xd0\xc5\xc4\x3d\x98\x72\xe5\x73\x89\x39\x49\x49\xdb\x9c\xd2\x4e\xe1\xf4\x00\x20\x76\x67\x2e\xd1\xe4\x83\x0d\x82\xa3\xf0\x91\xa1\x1b\x42\x3f\xe2\xa4\xc3\x41\x04\x3e\x56\x26\x52\x3f\x7a\x7f\x50\x66\x34\x21\xf6\xa3\xfb\xee\xd8\x71\xf4\xf4\xb1\x4e\xd4\x87\x84\x9a\x43\xc7\xe2\x67\xb0\x81\xca\xb1\x18\xeb\xe4\xca\x6d\x87\x52\x99\x29\x9f\x01\xc8\xfe\x88\xff\x43\xe1\xf8\xcd\x47\x87\x67\x3e\x0d\x78\x11\x9b\x94\x74\x2a\x58\x0f\x45\x88\xbe\x13\x3a\x10\x5f\x14\x18\x1d\xe1\x9e\x70\xc1\x4d\x37\xea\x49\xd2\x3f\xab\xa7\xb1\xc1\xc9\x16\x06\x83\xa8\xd0\xd4\x18\x65\x45\xf4\xee\xf4\xfd\xdb\x8e\xa5\x58\x64\x18\x00\x90\xbd\x9f\xe8\x4d\xea\xf7\xe2\x26\x74\x66\x84\xf9\xfc\x4c\x3a\x9a\x98\xe9\x5f\x80\x9d\x88\x1a\x0e\x42\x27\x3b\x04\x84\x85\xba\xa6\x3c\x75\x75\x8b\xd0\x4a\xcb\xb6\x3a\x10\xb5\x92\x21\x63\x60\x1d\xbb\x3e\xb3\x61\xdf\x6a\x9c\x6a\xd6\xfd\x6d\x81\xc9\x9b\xf1\x4d\x00\x10\x42\x48\x54\x22\xd9\xd5\x09\xef\x92\x16\xe8\xa1\x43\x90\xc1\xd4\x78\x1f\x24\x2c\x46\xca\xfb\x45\x67\xa7\xf9\x7d\x0b\xac\x27\x6a\xbb\x1c\x0c\xb9\x49\xbc\x69\x19\x12\x7e\x33\x47\xa0\x3f\x11\xb5\x9b\x64\xb2\xef\x79\xf4\x24\xe9\xe4\xb6\x01\x2c\x44\x56\x05\x00\x4f\xa0\x86\x11\x68\x8e\x87\xe8\x5d\x29\x85\x2e\x68\x7a\x4e\xbc\x94\xfb\x49\xba\x75\xf8\xa8\xb7\x11\xf2\xc7\xf7\xa2\xdf\x18\xb2\xe8\x6c\x19\x64\x86\x14\x58\x74\x87\x52\x90\x08\xfd\xec\xf0\x27\x88\xc1\xbe\xb5\x28\x69\x78\x75\xfb\x96\x24\x1c\xec\x0d\x40\xd6\x23\x68\x0c\x9f\x61\xfb\x50\x14\x9b\x9c\xec\x18\x9f\x97\x88\xba\xe3\xba\x21\x37\x21\xac\xd7\xa3\x5b\xe8\xef\xf3\xd6\x27\x4a\xe0\xee\x54\x11\xb0\x83\xef\x6e\x61\x1f\xcc\xe5\x05\xea\x07\x84\xed\xe7\x46\x2b\x9b\x46\xac\x72\x0a\xb7\x33\x12\x1b\x99\x75\x00\x64\x71\x91\xde\xac\x0b\x36\x2b\x25\xc7\x70\x6f\x1c\x22\x8a\x3e\xa3\xb2\x9c\xff\x15\x56\x85\x85\xb8\x0f\x16\x1c\xf2\xe9\xf2\xce\x14\x2d\x3a\xa5\xf8\x1f\xce\xa3\x58\x18\x05\x9d\xc9\x35\xd5\x47\x85\x12\x04\x9f\x94\x33\x23\x52\xf8\x67\xb6\x5f\x48\xb4\x63\xa3\x01\xc8\x0a\xa1\xa7\x67\xf9\xd9\xc8\x57\x5a\xe0\x4a\xec\x0b\xca\x87\x51\x66\xce\x7a\x65\x0a\x61\x06\x6e\x8f\x4a\x52\x7c\x8a\xbd\xda\x8a\xa6\x9c\x70\x7e\x84\x42\x03\x0b\x97\x20\x89\xfc\x4e\xfd\xb6\x90\xc7\x22\x7d\xe5\xab\xe1\x6f\x72\xcd\x25\x0f\x27\x4c\x73\xe6\x00\xc8\xda\x49\xff\x4a\x6c\xc5\x4c\xb8\x5c\x4c\xfd\x9d\x90\xe8\x81\x8a\xef\x4e\x0c\xf3\x7e\x12\xfe\x2f\x09\xed\x9f\xef\x7b\x02\x2b\x08\x8e\x75\x1a\xc3\x9d\x0e\xb7\x37\xef\x48\x7e\x1b\x6d\x7c\x80\x98\xba\x2d\xee\x9f\x52\x75\xaa\x0d\x46\x67\xcb\x07\xfc\x89\xc4\x39\x00\xc8\x01\x19\x77\xb2\xff\xa2\x63\x3d\x0e\xa6\x46\xc4\x07\x7a\x33\xe2\xe5\x30\x1c\xbf\x89\xf0\x8c\x84\xd3\x41\x1a\xbe\x86\x49\x52\xa1\xbd\x4e\x0e\xd8\xd4\x48\x27\x73\x7b\xdc\x7c\xcc\x9b\x03\x3a\x29\xeb\xd1\x18\xa5\xf0\x14\xbf\x04\xdb\x2d\x6f\xf1\xa6\x49\x4d\x00\x90\x77\x64\x86\x64\xbb\xc7\x6d\xf4\x1e\x4b\x19\x44\x59\xfb\x2d\xa1\x49\xe8\xde\xc0\x0b\x61\xf7\x30\xdb\x42\x56\x7d\xda\x12\x78\x11\x07\x1c\x17\x92\x76\x46\x43\x66\x77\xb1\x85\x71\x2b\x7a\x2b\xb8\x17\x98\xad\x4a\x3a\xc9\x81\x89\xb5\x5b\x1e\x67\xf5\x62\xcf\x03\x40\x3a\x97\xa5\x81\xcf\x8b\x4c\x0f\x06\xc9\x7b\xa2\xf7\x84\x72\x51\x52\x31\xef\xc2\x7f\x85\xd6\xc5\xf5\x47\x35\x79\x17\xa3\x39\xb1\x89\x0e\x0f\x31\x91\x68\x63\x33\xf9\xc4\x7d\x09\x9b\xf5\x9c\x92\xaa\x92\xba\x15\x1f\x60\x83\x70\x33\x5b\x9e\x67\xd2\x53\x4a\x00\x20\xc9\x12\x8c\xb3\xf6\x85\xfa\x46\xe1\xb1\xe7\xc3\xf5\x63\x9a\x63\x6f\x47\x5a\xc6\x75\x87\xd0\xa3\x03\xd0\x0b\x5e\xa2\x58\x6a\x82\xb8\x03\x40\xd5\x24\xd9\x1c\x8d\x88\xaf\xc2\x41\xba\x8b\x09\x47\x53\x1a\x14\x7b\x12\xa3\xd3\x5c\xc4\x37\x64\x38\xa6\xdf\x04\x20\xc7\x8d\x88\xcb\x20\x06\x1e\xc0\x54\x27\xc5\x06\xc7\x27\x6a\xc7\x0c\x86\x4e\x24\x35\x07\x67\x44\xa8\xe3\x0e\x7b\x56\x44\x95\x26\x3f\xb3\x3f\x10\xf3\x23\x95\x75\x64\x08\x75\x20\x5d\x4f\x17\x8d\x7e\x99\x71\x5e\x91\x8e\xe1\x65\x7e\x17\xd7\x49\xff\x0f\xef\x07\x00\x91\x41\xa2\xa7\xc5\xf9\x78\x66\x0e\x27\x14\xf8\x9d\xca\x62\x46\x6f\x0f\xf4\xc7\x1b\x07\x89\x85\xec\xc4\xaf\x79\x44\x85\xdd\x23\x9c\xb3\x33\x88\x2c\xcd\x2e\x3c\xfc\x23\x46\x8e\x88\xd2\xdd\x14\xfb\x3e\xc7\x52\x51\x84\x3e\x96\x33\x27\xce\x49\xad\x20\xcd\x00\x90\xdd\x40\x35\x4f\x11\xb9\xff\x83\x09\xf1\x1f\xbc\xae\xc0\x21\x91\x5d\xbe\xf3\xb0\x7a\xc0\xc5\x80\xcb\xf0\x56\xf7\x90\xe0\x7b\xb0\x98\x6d\x54\xd8\x03\xe8\xf3\xe1\x98\xc8\x06\xe8\xbd\xce\x74\x74\x15\xbc\x49\xb1\x33\xae\x18\x7a\x23\xfe\x28\x85\x03\x89\x00\xc8\xde\x08\xe1\x93\x63\x5d\xce\x0a\x6b\xd1\x93\xee\x6b\x82\x0b\x11\x3c\x6f\x65\xfe\x6d\xff\xdb\x7e\x6e\xbc\x6f\x6e\x65\x81\x34\x9e\xaa\xcd\x42\xc8\x10\x37\xfa\x30\x08\x6f\xe5\x74\xea\xb4\x46\xde\xe0\xc8\x2b\x3e\x8a\x4d\x63\xc3\x12\x36\xc9\xe7\x19\xac\xff\xb9\x24\xc4\x15\xf7\xc9\xf9\x72\xa1\x3f\x3a\xcc\xed\x5d\x81\x46\x84\xba\xd7\x1e\xd1\x1d\x7f\xbe\xaf\x4f\x5e\x87\x5b\x64\x40\x6e\x2e\xd5\xa6\x35\xf8\x9a\x30\xc3\x74\x2d\x6c\x59\x80\xd7\xe9\x8f\xdc\xc3\xaf\x55\x92\x8c\xf9\xcc\x4b\x93\x20\x27\xe3\x58\xba\x00\x10\xd2\xe9\x5b\x70\x03\xce\xfb\xca\xcc\xd0\x4a\x6e\x6a\x25\xb3\xe1\x6f\x3c\x5d\x8b\x8f\xf8\xa3\x7d\x68\x85\x73\x6e\x1e\xfe\xa7\x0a\x82\x6c\xda\x83\xb7\xe6\xef\x3c\xbc\x39\x4c\x31\xef\x91\xce\xd3\x08\x42\xee\x2d\x25\x6c\x4c\x8c\x60\x51\x62\x19\xf7\x81\x4d\x03\x80\xa0\x43\x2f\x4e\xcd\x4a\x7e\xef\x9a\x82\x51\x4f\xc9\xf7\xb8\x1e\x69\x97\x1a\xee\xa3\x1d\x60\x95\xfa\xdb\x7f\xcc\xad\x3e\x6d\x38\x38\xc3\xc6\x33\x1d\x0e\x3f\x6c\xf2\x2c\xc3\x33\x7a\x8b\x96\x76\xa6\x41\x5c\xb5\x3c\x31\xf3\x66\x3c\x66\x63\x63\x0e\x2d\x71\x1e\x00\x2a\x31\x93\x94\x32\x84\xbd\xeb\x51\x18\x4f\xc1\x75\x7a\x8f\x46\xf4\x25\x37\xf8\x5d\xf2\xef\x4c\x49\x0e\x52\x75\xdb\x9e\xea\x15\x5a\x66\xbd\x90\x66\x1f\xf9\x9f\x49\x56\xba\x69\x4c\x83\xe6\xed\x0c\x43\xd4\x5b\x79\x8f\xcc\x8d\x98\x8c\x8d\x5d\x39\xeb\x93\xca\x00\xa0\x1e\xc9\x5c\x49\x7e\x95\x78\xce\xfb\x21\x7a\x3e\xe9\x8c\xdf\x85\x88\x1d\xd8\x87\x81\xcd\xfe\xdb\x71\x57\x43\x4e\xb9\x66\x26\xdf\x0f\xff\x60\xed\x90\xf2\x33\x5a\xdf\x44\x2c\x4d\x2a\x2e\x4b\x93\x97\xae\x14\x4f\x95\x57\xcf\x50\x4b\x98\xda\x58\x45\x64\x63\x07\x00\xa0\xbc\xce\x12\xe1\xb6\xa0\x2b\x82\xce\xa0\x64\xe3\x1f\x87\xea\x84\xd1\x13\xfc\xc2\xb9\xbe\x7d\x89\x0d\x51\x3a\x2e\xb6\x58\x10\xf3\xf2\x98\x05\x2e\x16\xd5\x6d\xac\x92\xdc\x87\xc9\xd4\xf8\x92\x72\x3b\xf1\xaf\xdc\x6a\x9a\x37\xf6\xea\xc6\xbe\x6c\x54\x0a\x09\x00\x8a\x19\x81\x90\xf4\x21\x26\x33\x6a\x63\xec\x87\xb8\xed\xd1\x3f\x42\xd3\x51\x67\x63\x9f\xfa\x74\xc7\xa3\xd1\xe2\xce\x9e\x09\x3b\x30\xce\x56\xc9\x89\x27\x13\x99\x46\x44\xac\x05\x76\x4a\x83\x87\xa3\x25\xaf\xc8\x4d\xa7\x90\x52\xdd\x36\xde\x27\x18\xa4\x4f\x02\x40\xc6\x13\xf3\x13\x4d\x22\x9a\xe2\x59\x31\xb5\x51\x19\x09\x12\x21\x29\x31\xb1\x89\x0c\xef\xd1\x38\x2f\xac\xa6\x13\x06\xed\x88\x7b\x62\xd9\x89\xd1\x48\x29\x32\xbc\x9b\x70\x3b\xcd\x4e\xe3\x60\xd2\x81\xf4\x17\x72\x7d\xb8\x89\x8c\xaf\x9b\x54\xf1\xeb\xf0\x8e\x00\x90\x06\x48\x22\xcc\xe5\xe0\x92\x0c\x85\x68\xfd\xd0\xc1\x8c\xbb\x41\x7f\xc3\xdf\x65\x16\x78\x11\xa3\x0c\xb3\x92\x1d\xc3\x63\xc8\xf8\x08\x8b\x6b\x71\x7d\x04\x17\xc3\x63\xe8\xee\xec\xa3\xea\xaf\x30\x0a\x44\x53\xb9\x6b\x49\x08\xf1\xf4\x26\x46\x26\x9f\x44\x05\x20\xe7\x22\x75\x1f\xfa\xa5\xbf\x33\xed\x60\x64\x5b\xe0\x38\x6d\x77\xe0\x62\x88\x2b\xf5\x87\x67\x7a\xd8\x55\x9a\x84\x03\x3d\x32\x92\xa6\x63\xb1\x3f\xfa\x0e\xcd\xeb\xd0\x64\x9c\x3c\x8d\xac\x7e\x02\xd5\x4a\xbb\x24\x2f\x96\x70\x8d\x76\x77\xd3\xfd\x0c\x02\xed\x11\x00\x39\x3a\x90\x29\xaa\xdd\xa7\x95\x77\x39\x02\xf6\xdf\xcd\xdb\x1c\x30\x11\xd8\xc3\x35\xf4\x28\x0b\xf1\xe5\x70\xec\xef\x87\xfd\x60\xbf\x34\x6f\x8d\xec\x64\x27\x1c\xc2\xc6\xec\x62\x7d\x53\xaf\x8c\xbd\xc6\x1a\x91\xd7\xc6\x0c\xb3\x0c\x37\xeb\xa6\x9f\xa1\xb3\x01\x20\x9e\x85\x3f\xa1\x8c\xbc\xf1\x22\xfd\x88\xff\xfc\xd6\xe7\xa9\x04\xc4\x06\x74\xe7\x02\x0f\x9f\xe0\x40\xa1\x84\xfd\x60\xd8\x3a\x81\x92\x39\x2f\xe2\x2c\x3f\xf4\x50\x64\xb4\x35\xaf\x5b\xbd\x29\x76\x27\xef\xb0\x7c\x00\xe6\x10\x67\x75\x73\x44\x3a\x9a\x29\x0d\x00\x31\x17\xe9\x89\x7b\xe6\x85\x14\x2d\x84\x2f\xfb\x2a\x17\x0a\x02\x74\xfc\x97\x0b\x4c\x3d\x0e\x05\x51\xf3\x37\xd9\xb7\x87\x6a\xe7\xdd\x36\xcf\x0b\xff\x9c\xfb\xf2\x50\x66\x14\x39\x57\x5a\x7d\x31\x26\x5a\x88\x97\xaf\x8b\xaf\xe0\xef\xdb\x5c\x97\xf6\x89\xe5\x0d\x00\xd1\x9a\x6e\x1e\x9d\x49\xa4\xb8\xb9\x86\x68\x12\x6b\x3c\x09\x3e\xf6\xc4\x55\x9f\x6a\x17\x15\xe2\xdf\x00\x31\xeb\x84\x1c\xad\x60\xbe\xe9\xbf\x1c\x62\xb8\x92\x1e\x21\xe7\x7a\x54\xdf\xbe\x4e\x52\x70\xec\x3f\xa9\x79\xf2\x45\x34\x41\x2c\x92\x46\x4b\x62\x03\x00\x63\xb2\x1a\xa3\x96\x08\xd5\x9e\x5a\xc1\xe5\x84\x15\x1f\x79\xef\x0b\xd9\xb6\xfe\x62\xce\x5d\xd9\xb4\x20\xfd\x63\xdf\xb2\x97\x42\xa9\xa6\x35\x44\x9b\x88\xab\x7a\x6a\xc4\x89\x18\xf5\x7d\x69\x39\x81\x28\x43\xa9\x11\xb2\x78\x7c\xbc\x18\x9a\x26\x89\x3d\x02\x00\xac\x97\xf5\x20\x6a\x6f\xd6\x09\x1f\x93\xa0\x7f\x78\x69\xbf\x57\xde\x4e\xf8\xc2\xc0\x4a\xe7\x43\xf8\xf7\x21\x45\xc7\x20\x02\x26\xbc\xc3\xd4\x94\xf0\x3b\x6a\x56\x77\x21\xbb\x34\xf6\xee\x3e\x2b\xe2\x31\x74\xa7\x54\x2b\xc9\x08\xd3\x2c\x96\x46\x15\xe1\x6c\x01\x80\xee\xe3\x71\x11\xaf\xd2\x4a\x82\xd2\x03\x2f\xa7\xbb\x85\xcc\x7a\xa9\x64\xa8\x84\xef\x70\x52\xcb\xb8\x19\xd9\x6c\x95\x9b\x59\x11\xe3\x6d\x82\xc9\x4a\x42\x89\xe9\xaa\xe2\x8d\xe2\x3b\xf7\x5e\xc1\x7f\x48\xdc\x28\x95\x4f\x24\x26\x35\x89\x15\x53\x08\x29\xff\x00\x80\xf4\xb2\x65\xc2\x1f\xe3\xae\x47\x6e\x0c\x58\x4c\x1e\x8b\x06\x9e\x56\x29\xd3\x31\xdf\x1d\x3d\x53\x27\x50\x8a\x96\xe7\xd2\xe6\xe2\x03\x8d\x67\xd2\x2f\x25\xe4\xeb\x34\x65\x9c\x4d\x9a\xde\x2b\xca\xe4\xe2\xce\x49\xe5\x12\x06\x53\x76\x8a\x5d\x22\x7b\x64\xf8\x00\x40\xc3\x10\x7f\x86\x09\x12\xb7\xa3\xfe\xf9\x4f\x27\x59\xc4\x17\x7a\x24\x60\xd9\x09\x4a\x0e\x2c\xdc\x6c\xe2\x92\xe5\xb6\x14\x09\x6c\x91\xb1\x5e\xaa\x63\xb2\x9f\x8e\x61\x5a\x74\xea\xd6\xbd\x21\xe9\x1a\x69\x23\x52\x55\xf8\x75\xe9\xe3\xeb\xe4\x49\x3a\xf8\x9b\x00\x50\xbb\x48\x37\x42\x5e\xa0\xa2\x53\x13\xfd\x5c\xd1\x73\x69\x59\xee\x07\x30\xc7\xd2\x71\xf6\xc4\x84\xd9\x8c\x54\x8b\x43\x49\x1e\x99\x0c\x23\x1a\xf6\x72\x56\x85\xf6\x68\xf2\x7e\x7c\xd7\x5e\xfd\xe4\x5f\x84\x79\xa9\x6b\x19\xd7\xb3\x71\xeb\xb2\x88\x27\x49\xb1\x00\x50\x46\xa9\x4a\xc1\x09\xd1\x15\xa4\xd3\xbe\x3b\x63\x77\x91\xde\xba\xe9\xc4\x0d\x90\x65\xed\xaa\xd1\xa9\xe4\x68\x73\x18\x73\x90\x7c\xda\xf0\x53\xc2\x07\x8a\x86\x76\x68\x52\x0e\x25\x7f\xaf\x2c\x56\x40\x55\x92\x96\x4a\xd7\xa6\x12\xd6\x5d\xca\x6e\xa3\xe9\x00\x40\xd9\x4e\xfb\x1a\xe4\x11\xd1\xc5\x22\xf9\x6c\x8d\xf2\x62\xc9\xb8\x9a\xc5\xec\x60\xd6\xdb\xde\x89\x7d\xc6\xf4\x32\xfb\x80\x1a\x65\x8a\x1b\x72\xe3\x9b\x19\x4f\xb5\x77\x26\xf8\x31\x2e\xee\xf9\x93\x78\x8e\x71\x4b\xda\x2a\x6d\x13\x43\x7a\xfd\x1e\xc2\x1b\xc4\x1f\x00\x72\x0d\xcc\x0d\x5c\x0b\xc7\xf0\x49\xde\xa3\x91\xba\xbc\xdb\x2e\x4f\xa2\xb7\xf2\x74\x6d\xab\x63\xee\x73\x2b\xcd\xe6\xe2\xfa\xb9\x3b\x0c\x53\xd0\xdd\x9c\x93\xda\x5b\x30\x09\x9c\xb4\xbd\x9b\x13\x37\x72\x82\xa4\x51\xa9\x10\x2b\x6d\xbd\x23\xa1\x90\xde\x0d\x00\x19\x85\x68\x07\x8e\x84\x45\xe6\x2d\x78\x43\x11\xe6\x79\x1b\x5c\x7a\xa2\x0e\xe4\xea\xdb\x92\xa3\xbf\x09\x53\xcd\xce\xc4\xce\x08\x4e\x1a\x66\xa2\xe6\x04\x56\xda\x0a\xf1\x3c\xfe\x9d\xbd\x06\x09\x36\xfc\x00\xe9\xe6\x94\xa7\x9c\xd4\xf5\x5c\xc2\x3e\xc6\x32\x00\x64\x79\xa4\xcb\x7b\x96\xe9\xec\x76\xd7\x15\xc3\xb8\xe0\xf9\xcb\x0e\xcf\xc8\xf6\x95\xb1\x70\xa4\x7f\x09\xf0\x34\x46\xe8\x82\xe0\x5e\x3d\x69\x7a\x44\xb8\x94\x2a\x96\x1e\x11\x15\x2d\x27\xa0\x1f\x8f\x8d\x13\x77\xa0\x77\xa1\xfb\x01\xa0\x17\xe3\x3c\x00\xa0\xaf\x10\xb4\xbc\x6d\xe9\x78\xcf\x08\x97\xef\xf4\x9d\x3e\x9e\x76\x0a\xc8\x7d\x7f\x13\xf3\x4f\x08\x1c\x64\x67\x7c\x18\x31\x0d\x4d\xd3\xbd\x8e\x68\x44\x54\xa9\x5a\x22\xd6\xd1\xc3\x72\xd9\x48\x6b\x5c\x8e\xb8\x17\xf2\x3a\x9e\x0e\x00\x5d\x0d\x77\x1d\x00\x7a\x09\xc1\xc0\xeb\x38\x5c\xe9\x23\xed\x02\xc1\x81\x7e\x37\x6d\x8f\xc3\xe6\x81\x05\xe6\xb5\xd0\xf7\x90\x0c\xa3\xe7\xd0\xf5\xf0\x14\xdd\x02\xe8\x41\x54\x82\xaa\x04\x2c\x19\xeb\x21\x17\x0d\xd3\x50\x2b\xe2\x41\xc8\x6e\x4c\x17\x00\x48\x63\xf2\x3c\x00\x74\x7b\x42\xa9\x67\x2f\xe5\x4a\xe0\x3d\xe7\x16\xca\x4c\x88\xbd\xed\x26\xca\xbd\xb0\x7a\xb3\xb7\x94\xd5\x48\x4d\x23\x2b\xea\xe6\xe8\xb3\xba\x5b\xa8\x0e\x71\x28\x95\x46\x6a\x09\xfa\xbd\x9c\x31\x6d\x5b\x82\x92\x78\x32\x84\x4a\x2a\x04\x00\x66\xa5\x11\x01\x40\xf2\x88\x62\x1e\x79\x39\xa9\xe1\xc3\x4e\x67\x72\xf0\x91\xef\x6c\xc2\x73\x1a\x62\xa4\xcd\xbc\x73\xde\xc4\x99\x1a\xf6\x91\x1c\xd0\xa9\x3a\x55\xa4\x1e\x4c\xb7\x4a\x18\x59\x29\xf1\x8a\x9c\x2a\x39\x1f\x7b\x4a\xbc\x80\xda\x92\xfc\x13\x00\x28\x3a\x73\x04\x00\x78\x3e\xe7\xb4\xfb\x20\xfe\x5a\x9c\xb3\x93\x18\x41\x11\xbd\xd9\x7a\x9c\xc0\x88\x1f\x3f\x7a\x3a\x7b\x63\x02\xcd\x50\x37\xbb\x28\xc9\x5b\xe7\x08\x51\x15\xb7\x5f\x45\x99\xd8\x9e\xfc\x4c\x4e\x21\xc7\x30\x95\x2f\x3e\x45\xfe\x92\x5e\x07\x00\xcd\x99\x70\x15\x00\x78\x23\x19\xeb\xb6\x25\xdd\x0d\x37\xe5\x30\x94\x3e\x93\x22\x73\x6c\x26\x23\x32\xd5\xf3\xc8\xc7\x4c\xb9\x34\xf2\xa1\xbc\xcc\x1b\xe9\xa3\xda\xb3\x59\x75\x19\xbf\x94\xef\xe2\xbd\xb3\x8c\xe5\xf6\x12\xf4\xf1\xb1\x12\xb2\x39\x57\xb2\x8f\x02\x40\xb9\x41\x1a\x05\x80\xf6\x97\x9a\xea\xea\x9b\x6c\x9b\xad\x67\xbf\x96\xb2\x2e\x7b\xc8\xea\x77\xca\x7d\xe2\x81\x23\xde\xa9\x53\xc4\x89\x43\xf2\x69\x6d\x39\x51\xda\xe9\xe9\x6d\x24\x19\xe5\x9e\x0c\x06\xe9\xa4\xdc\x81\xcc\xab\xe4\x6c\x09\x0c\x51\x9d\x72\x1d\x00\xf2\x14\xf5\x03\x00\x34\x3b\x68\x93\x8b\x53\x92\x0d\xbc\x66\xbf\x15\x7b\x10\x11\xb7\x3a\x82\x33\x45\xa4\x0e\x8f\x26\xab\x23\x8a\x06\xdd\x29\x3b\x11\x13\x6d\x8d\xd4\xa3\x48\x9a\x32\x3d\xcd\x08\x69\x97\x33\xce\x90\xa5\x6f\x96\x68\xce\x06\x08\x17\x98\x92\xbe\xc0\xa3\x00\x50\x67\xe1\x68\x17\xb1\x44\x53\x56\x9b\xdd\x4c\xd2\x3e\x16\xc3\xf2\x3d\x56\x8d\xe5\x7b\x98\x89\x93\x64\xe9\x1a\xe4\xe1\x7e\xb2\x64\xb5\xe5\x53\x74\x58\xea\xca\x50\xea\x41\x96\xb9\x9c\x73\xba\x2b\x4b\x5d\xe2\x22\x81\xc8\x28\x02\x31\xa4\x1a\xe4\x05\x00\x54\x01\xfc\xcd\xf9\x6a\x42\x2c\x6f\xca\xae\x2c\xd1\x8a\x87\xb7\x9c\x4a\x32\xe1\xed\x39\x8c\xc5\xee\xe2\xde\x34\x10\x60\xbf\x72\x6b\xb4\x55\x93\xf5\xb8\xd5\xca\x65\x29\x87\xb8\xed\x72\xd9\x69\x39\x9c\xd9\xad\xeb\xf0\x8f\x58\x01\xa0\x84\x74\x88\xbe\x0a\x00\xd5\x06\x21\x5b\xd7\xe7\x13\xdc\x0f\x9a\x73\x45\xde\x5e\x8e\x26\x57\xf2\x22\x7c\x03\xf4\xf1\xb9\x09\x01\xa9\x5a\x2c\x61\x71\x70\xbb\xf2\xaa\x50\x32\xec\xae\xfc\x37\xc1\xdb\xc8\x17\xdb\x4f\xf2\x3f\xc7\xaa\x6f\xd8\xc1\x55\xc5\x6c\x00\x80\x2d\x97\x32\x07\x00\xf3\x59\xf6\x80\xb5\x7b\xde\x88\x67\x8e\xb9\x4d\x6e\xbf\x0f\xc6\xa4\x40\x78\xcf\xdf\x4d\xdf\x5e\xb8\x2e\xc8\x48\x0b\x25\x70\x0c\x3d\xaa\x7c\x9d\xbf\x1c\x61\x2d\xff\x89\x3f\x17\xad\xb0\xfd\x0c\xef\x41\xdc\xee\x0d\xba\x9c\x58\x4c\x2f\x00\xac\xea\xd4\x3d\x00\x30\x0b\xb3\x85\xc7\xde\x0a\xdf\x7b\xff\x34\x7b\x25\x94\xf0\x9b\x30\x71\x16\xf8\x06\x92\xf5\x77\xf0\xf9\x21\xa6\x5a\xe6\xbc\xd5\xf0\x6d\xca\x27\x79\xf9\x91\xab\xf2\x2f\x78\x79\x31\xe5\xdb\x67\xb8\xc3\xa8\xc8\x0d\xc7\xd8\x85\x09\xa7\x00\x60\xc9\xa6\x7e\x00\x80\x79\x24\xfb\xf2\xb1\x40\x5e\x51\xe0\x26\x33\x1c\xf7\x74\x70\xa9\xf1\x4b\xae\x5c\x98\xfc\xc1\x1e\x4e\x51\x44\xae\xe6\x43\x8e\x4e\xf4\x7f\xca\x14\xf6\xd7\xd8\x2e\xf9\x05\xce\x26\xb4\xec\xf6\x0b\xec\x60\x4c\xda\x86\x24\xe6\x7d\x2c\x04\x00\xe3\x7d\x06\x0a\x00\x06\x31\x67\xb3\x95\x09\x5b\x25\xac\xee\xa8\x90\xc5\x88\x78\x6c\xec\xce\x02\xd1\xbb\x0f\x6a\x31\xbb\x63\xcd\x34\xf1\x4c\x1c\x0a\xab\x7c\x88\x19\x1c\xdf\x21\xdf\xc9\xcc\x4a\x18\xdf\xbe\xc2\x58\x4b\x5a\xdb\x50\xcb\x50\x4b\x59\x01\x80\x3e\x85\x3f\x02\x00\xbd\x93\x54\x6b\x19\x48\xff\x14\x43\x3e\xb2\x4c\x47\xc5\x25\x1b\x8d\x21\x7f\xd0\xbe\x07\xfa\x90\xab\x18\x05\xcd\x5d\xc8\xc9\x84\xb5\x7d\x9f\x91\x33\x49\xcb\xf2\x25\xc8\x53\x5c\xf9\xf6\x35\xa4\x3b\xa5\x61\xc3\x03\x24\x3b\x83\x0c\x00\x52\x97\xfd\x16\x00\x64\x85\xa2\x65\x01\xd3\x8c\x93\x0e\x1d\x91\xa3\xfe\xc1\xce\x18\x29\x50\x9f\x27\x3b\x1c\x38\x44\x7d\x9c\x52\xac\x71\x86\xfa\x3a\x75\x6d\xdf\x02\x6d\x77\x7a\x9c\x7c\x03\x2d\x20\xa3\x4f\xd2\x92\x36\x9a\x15\xb2\x31\x02\xf2\xca\x5e\x03\x00\xfe\x8f\xec\x01\x00\x3c\x45\xfd\x66\x3e\x45\x72\xce\x2c\x3d\x8c\x90\x1c\xb3\x44\x86\x2d\xa4\x58\x3c\x51\xef\x0e\x89\x4a\x70\xd1\xe0\x93\xea\xb2\xb5\xf7\x1d\x27\x3d\x22\x1e\x96\xaf\x24\xab\xe4\xa8\x48\x46\x53\x42\x48\x99\x1b\x5b\xa8\xe3\x94\x33\x00\x40\x1b\x69\x72\x00\x40\x5f\x21\x4f\xf3\x75\xd9\xd9\x94\x49\xd3\xa7\xd9\xc9\x54\x27\x43\xf5\xec\x22\xea\xa4\x1e\x35\x7b\x88\x76\x40\x23\x23\xfb\x37\xad\x6f\x5f\x35\xf1\x28\xe4\x27\xdf\x4b\xe4\xc3\x40\xb2\x91\xc4\x84\xa1\x8d\x2f\x29\x7c\x78\x12\x00\x9a\x0e\x8c\x07\x00\x4a\x81\xb3\xcc\x84\x04\x5f\x44\xca\xb4\x82\xe0\x82\xa4\x1e\xfa\x4e\x40\x23\x93\x7a\xd1\x04\x88\xbe\x4d\x23\x8c\x70\x8a\x0e\xef\x6b\xc9\x96\xa0\xbf\x97\xbf\x91\x4d\x62\xa4\x4b\x3e\xcb\x69\x61\x28\x6d\xf2\x27\x3f\xa3\x27\x01\x40\x9d\x41\x08\x00\x40\x66\xf0\x63\x33\x15\x7c\x04\xf3\xba\x69\x10\xde\x89\xb5\xef\xd0\x1d\x7c\x10\x2b\x54\x2f\x08\x1f\xcf\x2a\xd3\x70\xc1\x93\x59\xef\xf7\xcd\xe2\xdf\xb3\x03\xff\x93\x21\xa4\xb0\x93\xa5\x9c\x89\x93\x2c\xd7\x4d\x17\xc9\x87\x18\xcf\x00\xa0\x7a\xd1\xc3\x01\xa0\xad\x21\x5e\x47\x93\x4a\xd3\xdd\x77\x1b\xb3\x4b\x14\xbd\xf6\xe9\x87\x14\x2d\xfa\x5a\x6a\xbb\x17\x9e\x0a\xb0\x51\xed\x2c\xb8\x14\x1c\xab\x18\x5a\x70\x2c\x8c\x28\xdb\x51\x70\x30\x32\x4c\x42\x3c\xcf\x28\xd6\x5b\x6c\x8d\x9f\x8e\x59\x04\x80\xd3\x91\xfa\x0d\x00\xd6\x22\xd1\xf9\xc8\xef\xe2\x45\x4f\x37\x63\xfb\x22\xa6\x8f\x81\xbe\x66\x61\x90\xbf\xaa\xb6\x7e\x41\x60\xe0\x37\xd5\xca\x7c\x5a\xc8\x13\xc5\xb0\xfc\x0d\xe1\x4b\xb2\xc7\x45\xbf\xa2\xe8\x12\x4a\xb9\x1a\x71\x26\xeb\xa4\x79\x03\x09\x18\x00\x38\x3a\x69\x86\x00\xb0\x32\x89\xb2\x47\xe8\x45\xca\xde\xc7\x8d\x7e\x15\x3c\xf7\xa3\x1c\x7c\x9d\x7f\x23\xd0\x56\x5b\x5a\xf4\x38\xf8\x95\xaa\x40\xa4\x1c\xd6\xa6\x18\x90\x37\x1a\x99\x2c\x3b\x93\x77\x32\xfa\x97\xc4\x01\xe1\x16\x54\xea\x3a\x4d\xee\xbd\xc4\x78\x00\xd8\x55\x69\xaf\x01\x60\xed\x20\x3a\x1f\x51\x10\x75\x04\xd4\x1b\x75\xe4\x15\x06\xeb\x1e\x1c\xc8\xad\x0f\x1d\xd6\x5a\x14\xbe\x8b\xd8\xab\x1a\x2c\x8c\x88\xaa\x50\xb4\x16\x4a\xc7\xee\x93\xbd\x2a\xdc\x83\x4a\x95\x70\xe0\xcd\x62\xb2\xd6\xf9\x72\x34\x71\x6a\x00\xb0\xd2\x33\x0f\x01\xc0\x74\xcb\x49\x39\xac\x26\x74\x09\xdb\x62\x78\x47\x10\x13\xe1\x7a\xf0\x3f\x7e\x65\x14\x5f\xcb\x97\x2f\x19\xd3\xac\xf2\x9b\x57\x13\xb7\xa0\xb8\x91\x87\x89\x5f\x2f\x3b\xcd\xc3\x27\x6c\x96\x88\xe4\xa0\x93\x56\xd7\xb1\x59\x89\xa9\x08\x00\x4c\xab\xff\xf3\x07\x92\x4d\xfa\x69\x1a\xc9\x93\x8d\x2e\x35\x3c\xca\x75\x8a\xad\x38\x20\xe4\x34\xa0\xca\x34\x9f\x70\x0e\xc7\x47\xa8\xf4\xb0\x9f\x24\xe8\x2b\xac\xb0\xa7\x92\xe4\x65\x4f\xb3\x97\xb0\x4b\x12\x0c\xd6\xfe\x94\x82\x75\x0b\x8c\xc9\xcc\x03\x00\x30\x64\x88\xa9\x00\xd0\xeb\x29\x24\x93\x71\x26\x33\x51\xfc\x50\x0f\xe3\x53\x52\xdf\x01\x79\x06\x0f\xe7\xa6\x29\x64\x58\x26\xb7\xa9\xe4\x30\xc4\x52\x25\x15\x6e\xd3\xff\xa4\xe5\xc9\x7e\x60\xec\x4e\x5f\x96\x78\x49\x3f\x9a\x65\xb7\x3e\x18\x29\x27\xc6\x00\x80\xd0\xc9\x25\xff\xcb\x34\x75\x13\x63\x98\x9a\xb1\xeb\x90\x3d\xac\x9b\xa9\xa5\x77\x11\xfa\x9d\x75\x58\x33\x1c\x9a\xc7\xab\xaa\x60\xa0\x3a\xc2\x1e\x85\x17\xd0\x50\xf6\xd1\x1d\x3a\xd0\x13\xa2\xce\xd6\x63\xd0\x6d\x92\xd3\xfa\x45\xe8\x1d\xe5\x38\x00\xb0\x37\x4d\x05\x00\x78\x04\xc2\x1a\x37\x52\x83\x48\x77\x0d\x16\xa9\x2a\x64\x91\x5e\x1a\x55\x96\x62\xa3\xa9\x44\x79\x48\xb9\xa5\x12\x4e\xb9\x4c\x2d\x56\x78\x45\xb9\x43\xb3\xdf\x11\x44\x35\xa7\xfd\xde\x5a\x44\xfd\x06\x3d\xdd\x60\x4a\x1b\x86\xc3\x01\x80\xd8\xf0\xff\x94\x65\x0a\xc7\x1a\x23\x14\x35\x68\x8b\xc1\x30\xf9\x39\x54\xaa\xe7\x4d\xbe\x02\xeb\x6a\x8a\x91\xeb\xe0\x26\x15\x5f\x32\x84\x38\x29\xfc\x22\x17\x23\x4f\x77\xc0\x14\x71\x7a\xfc\xd6\x5b\x54\x79\xba\xf7\x06\x06\x4d\x11\xf9\x01\x00\xa4\x86\xb8\x00\x00\x7d\x87\x1f\x19\x27\x90\xf7\xd0\x07\x0c\xaa\x49\x37\x18\x07\xf4\x2c\x49\x43\x8c\x6e\x4d\x71\x52\x32\x53\x53\xc5\x85\x64\xcc\x1c\x57\x54\x25\x45\xb2\xfc\x77\x4c\x93\xde\xb2\xf4\xb6\x19\x52\x0c\x99\xe1\x1b\x3e\x52\x93\x19\xd1\x00\xd0\x3a\xe8\x87\x00\x80\x86\x11\x3f\xa3\xa3\x55\xe3\x6e\xcb\x07\xd3\x2b\xbd\x3c\x2f\x6a\x77\x96\x4f\xf8\x7c\x51\x5b\x2c\xeb\xf4\x7f\xb0\x27\xb8\x74\x2e\xe8\xb1\xdc\xa1\xd2\x80\xd0\x6b\x92\x16\x25\x29\x11\xef\x37\xfd\xc8\x5f\x8c\x65\x00\x53\x61\x54\x02\x01\x00\x9e\x78\xda\x34\x00\xec\x12\x62\xb9\x61\x67\xa5\xb1\xc7\xaf\x83\xa6\xe5\x93\xde\xb7\xb4\x91\x32\x2f\xbf\xcb\x6a\x63\xa5\x2e\x81\xfc\x3d\x51\x25\x19\x21\x21\x72\xce\x25\x92\xe1\xaa\x92\xe1\xc5\x87\xa3\xa4\x36\x2b\x88\x2e\xc6\x85\x00\x2f\x41\x59\xc2\x3f\x00\xb8\xec\xb4\x37\x00\xb0\xcd\x88\x11\x86\x52\xe5\x4d\xde\xfe\x07\x3e\x96\x69\xfa\x29\x69\x7b\x95\x5c\x0f\x58\x55\x6b\x2b\xbe\x15\x9c\xb5\x27\xaa\x78\x7b\x98\x9c\x5c\x40\xd1\x48\xc4\x69\x49\x7c\xe1\xeb\x68\xc6\x66\xd3\xbc\xe3\x28\x21\x40\xf3\xa7\x13\xbf\x03\xc0\x79\x93\x5e\x0c\x00\xeb\x3a\x51\x70\x68\xb9\x44\x3c\x40\xff\xc0\xf9\xa2\xb3\x41\xa3\xda\x66\x85\xcd\xa1\x96\x6a\xa2\x82\x7b\xe1\xa5\x7b\xfc\x0a\x8e\x45\xfe\x96\x8b\xcb\xff\x13\x83\x95\x6c\xc8\xb7\x8a\xfb\xba\x19\x25\x24\x60\xca\x81\x88\xb7\x19\x77\x1c\x00\xf6\x89\xcc\x71\x00\x98\x7f\x72\x1a\x0f\x6d\x2a\x18\x09\xcd\x3e\xb0\x33\xbf\x2a\x7c\x58\xab\x4e\xd4\x19\xf9\x55\x4d\x5e\x04\x62\xc4\xf6\x80\x3c\x52\xdc\x6e\x39\xe3\x3c\x07\xf4\x31\xc9\x8a\x5c\x1a\x86\xbe\x99\xca\x57\xc3\xae\x07\x67\x39\xce\x69\xca\x00\xb0\xa8\x04\x0f\x00\x98\x7b\xc9\xea\x06\x41\x79\x19\x51\xe7\xf4\x08\xb9\x8c\x98\x1b\x5a\xb2\xc2\x93\x71\x8f\x55\x7b\x84\x3a\xe8\x5a\xa5\x33\x82\x51\x0c\x5a\x6e\x97\x20\x2f\xd1\x5e\xb2\x96\x7f\x16\x6b\xb9\xb9\x81\xf3\x2e\xa5\x5d\x6c\x1d\xab\x3a\xf3\x2e\x00\x4c\x77\xe2\x2d\x00\x18\x2e\x94\x4e\xfd\x67\x7c\x99\x04\x09\x3d\x79\x9e\x75\xe2\x19\xcd\x59\x6e\x15\x16\xab\x4a\xe2\xaa\xe0\xe6\x95\x3a\x38\xe3\x29\x46\x72\xa6\x9c\xd6\xd4\x21\xc9\xd7\xec\x3f\xe9\x4e\x5b\x64\x59\xe2\x59\x68\xb1\x42\x06\x9e\x38\x09\x00\xfd\x14\x79\x09\x00\xba\x0e\xed\xa8\x7e\x3e\x6b\x35\xed\xb2\xee\x0a\x2b\x3a\xfd\xa7\x66\x1d\xf3\x4f\xa6\xaa\x2a\x8e\x59\x9c\xb5\x47\x69\x94\x69\x81\xd7\x92\x4b\x63\x5a\x13\xcc\xa5\xdc\x18\x2f\xb3\x53\xb7\xe4\xd3\x07\x49\x86\xeb\x54\x91\x49\xca\x09\x00\x10\x3e\x4d\x03\x00\x04\x0d\x05\xeb\x6b\xd3\xe3\x73\xec\x74\x79\xf4\x3d\x24\x65\x4d\x14\xf2\x99\xf4\x4b\xd5\x09\x11\x90\x87\x94\x1a\x10\x23\x0a\x49\x8e\x8d\x98\x53\x6d\xa5\xf2\x10\x13\x9a\xd5\x96\x7f\xf0\x2c\x14\xb3\xae\x1f\xa6\xc2\x92\xff\x53\x04\xac\x06\x00\xfc\x1a\x76\xd1\x8f\x41\xf6\x52\x83\x74\xeb\xe0\x05\x9a\xa4\xa6\x17\xdc\x48\x5b\x54\xb5\x84\x8d\x20\xbc\x52\x3d\x74\x1d\x36\x94\xab\x86\x6e\xc3\xef\xa5\x4e\x42\x7f\x10\xac\xb8\x39\xf4\x14\xe9\x58\xf7\x05\x7a\x89\x94\x00\x00\xfb\x22\xca\x00\xc0\x03\xf0\x79\xfd\x2a\x78\x3d\xfc\x52\xf7\x24\xd4\x84\xe4\x6b\xda\x43\x29\x74\x7b\x55\x1b\xda\x07\xfa\x3b\xa5\x6e\x1a\x93\x71\x5a\xee\x2c\x8d\xc6\x0c\x90\xfa\x40\x3b\xcf\x54\x11\x87\x69\x7f\x19\x1d\xeb\xad\x21\x17\xfa\xff\xae\xc1\xfb\xf4\xed\xff\xf3\x7a\x48\x00\x00\x62\x60\x1d\x58\x0f\x36\x80\x8d\x60\x13\xd8\x0c\xb6\x00\x71\x20\x01\xb6\x82\x6d\x60\x3b\x90\x04\x52\x40\x1a\xc8\x00\x59\xb0\x03\xec\x04\xbb\x80\x1c\x90\x07\xff\x81\xdd\x40\x01\x28\x02\x25\xb0\x07\xec\x05\xfb\x80\x32\x50\x01\xaa\x40\x0d\xec\x07\xea\x40\x03\x68\x02\x2d\xa0\x0d\x74\x80\x2e\xd0\x03\x07\xc0\x41\xa0\x0f\x0c\xc0\x21\x60\x08\x8c\x80\x31\x30\x01\xa6\xe0\x30\x38\x02\x8e\x02\x33\x60\x0e\x2c\x80\x25\xb0\x02\xc7\x80\x35\xb0\x01\xb6\xc0\x0e\xd8\x03\x07\xe0\x08\x9c\x80\x33\x70\x01\xae\xc0\x0d\xb8\x03\x0f\xe0\x09\xbc\x80\x37\xf0\x01\xbe\xc0\x0f\xf8\x83\x00\x10\x08\x82\x40\x30\x08\x01\xa1\x20\x0c\x84\x83\x08\x10\x09\xa2\x40\x34\x88\x01\xb1\x20\x0e\xa0\x00\x1a\xc4\x03\x0c\x48\x00\x89\x20\x09\x60\x01\x0e\x24\x83\x14\x90\x0a\xd2\x40\x3a\xc8\x00\x99\x20\x0b\xe0\x01\x01\x64\x03\x22\xc8\x01\x24\x40\x06\x14\x40\x05\x34\x00\x01\x18\x20\x80\x0e\x18\x80\x09\x58\x80\x0d\x38\x80\x0b\x78\x80\x0f\x04\x40\x08\x72\x41\x1e\x10\x81\x7c\x50\x00\x0a\x41\x11\x28\x06\x25\xa0\x14\x94\x81\x72\x50\x01\x2a\x41\x15\xa8\x06\x35\xa0\x16\xd4\x81\x7a\xd0\x00\x1a\x41\x13\x68\x06\x2d\xa0\x15\xb4\x81\x76\xd0\x01\x3a\x41\x17\xe8\x06\x3d\xa0\x17\xf4\x81\x7e\x30\x00\x06\xc1\x10\x18\x06\xc7\xc1\x08\x18\x05\x27\xc0\x49\x70\x0a\x8c\x81\x71\x70\x1a\x9c\x01\x13\x60\x12\x4c\x81\x69\x70\x16\xcc\x80\x59\x70\x0e\xcc\x81\x79\x70\x1e\x5c\x00\x17\xc1\x02\x58\x04\x4b\xe0\x12\xb8\x0c\xae\x80\xab\xe0\x1a\xb8\x0e\x6e\x80\x9b\xe0\x16\x58\x06\xb7\xc1\x0a\xb8\x03\xee\x82\x7b\xe0\x3e\x78\x00\x1e\x82\x47\xe0\x31\x78\x02\x9e\x82\x67\xe0\x39\x78\x01\x5e\x82\x55\xf0\x0a\xbc\x06\x6f\xc0\x5b\xf0\x0e\xbc\x07\x1f\xc0\x47\xb0\x06\x3e\x81\xcf\xe0\x0b\xf8\x0a\xbe\x81\xef\xe0\x07\xf8\x09\x7e\x81\xdf\xe0\x0f\xf8\x0b\xfe\x01\x00\xc4\xc4\xd6\xad\x5b\xbf\x7e\xc3\x86\x8d\x1b\x37\x6d\xda\xbc\x79\xcb\x16\x71\x71\x09\x89\xad\x5b\xb7\x6d\xdb\xbe\x5d\x52\x52\x4a\x4a\x5a\x5a\x46\x46\x56\x76\xc7\x8e\x9d\x3b\x77\xed\x92\x93\x93\x97\xff\xef\xbf\xdd\xbb\x15\x14\x14\x15\x95\x94\xf6\xec\xd9\xbb\x77\xdf\x3e\x65\x65\x15\x15\x55\x55\x35\xb5\xfd\xfb\xd5\xd5\x35\x34\x34\x35\xb5\xb4\xb4\xb5\x75\x74\x74\x75\xf5\xf4\x0e\x1c\x38\x78\x50\x5f\xdf\xc0\xe0\xd0\x21\x43\x43\x23\x23\x63\x63\x13\x13\x53\xd3\xc3\x87\x8f\x1c\x39\x7a\xd4\xcc\xcc\xdc\xdc\xc2\xc2\xd2\xd2\xca\xea\xd8\x31\x6b\x6b\x1b\x1b\x5b\x5b\x3b\x3b\x7b\x7b\x07\x07\x47\x47\x27\x27\x67\x67\x17\x17\x57\x57\x37\x37\x77\x77\x0f\x0f\x4f\x4f\x2f\x2f\x6f\x6f\x1f\x1f\x5f\x5f\x3f\x3f\x7f\xff\x80\x80\xc0\xc0\xa0\xa0\xe0\xe0\x90\x90\xd0\xd0\xb0\xb0\xf0\xf0\x88\x88\xc8\xc8\xa8\xa8\xe8\xe8\x98\x98\xd8\xd8\xb8\x38\x14\x0a\x8d\x8e\x8f\xc7\x60\x12\x12\x12\x13\x93\x92\xb0\x58\x1c\x2e\x39\x39\x25\x25\x35\x35\x2d\x2d\x3d\x3d\x23\x23\x33\x33\x2b\x0b\x8f\x27\x10\xb2\xb3\x89\xc4\x9c\x1c\x12\x89\x4c\xa6\x50\xa8\x54\x1a\x0d\x82\x60\x18\x41\xe8\x74\x06\x83\xc9\x64\xb1\xd8\x6c\x0e\x87\xcb\xe5\xf1\xf8\x7c\x81\x40\x28\xcc\xcd\xcd\xcb\x13\x89\xf2\xf3\x0b\x0a\x0a\x0b\x8b\x8a\x8a\x8b\x4b\x4a\x4a\x4b\xcb\xca\xca\xcb\x2b\x2a\x2a\x2b\xab\xaa\xaa\xab\x6b\x6a\x6a\x6b\xeb\xea\xea\xeb\x1b\x1a\x1a\x1b\x9b\x9a\x9a\x9b\x5b\x5a\x5a\x5b\xdb\xda\xda\xdb\x3b\x3a\x3a\x3b\xbb\xba\xba\xbb\x7b\x7a\x7a\x7b\xfb\xfa\xfa\xfb\x07\x06\x06\x07\x87\x86\x86\x87\x8f\x1f\x1f\x19\x19\x1d\x3d\x71\xe2\xe4\xc9\x53\xa7\xc6\xc6\xc6\xc7\x4f\x9f\x3e\x73\x66\x62\x62\x72\x72\x6a\x6a\x7a\xfa\xec\xd9\x99\x99\xd9\xd9\x73\xe7\xe6\xe6\xe6\xe7\xcf\x9f\xbf\x70\xe1\xe2\xc5\x85\x85\xc5\xc5\xa5\xa5\x4b\x97\x2e\x5f\xbe\x72\xe5\xea\xd5\x6b\xd7\xae\x5f\xbf\x71\xe3\xe6\xcd\x5b\xb7\x96\x97\x6f\xdf\x5e\x59\xb9\x73\xe7\xee\xdd\x7b\xf7\xee\xdf\x7f\xf0\xe0\xe1\xc3\x47\x8f\x1e\x3f\x7e\xf2\xe4\xe9\xd3\x67\xcf\x9e\x3f\x7f\xf1\xe2\xe5\xcb\xd5\xd5\x57\xaf\x5e\xbf\x7e\xf3\xe6\xed\xdb\x77\xef\xde\xbf\xff\xf0\xe1\xe3\xc7\xb5\xb5\x4f\x9f\x3e\x7f\xfe\xf2\xe5\xeb\xd7\x6f\xdf\xbe\x7f\xff\xf1\xe3\xe7\xcf\x5f\xbf\x7e\xff\xfe\xf3\xe7\xef\xdf\x7f\xff\xfe\x7f\xfe\xff\x5f\xe7\x9f\x1c\x9f\x65\x08\x00\x00\x1b\xd6\x6f\xfd\xdf\x32\xf8\xbf\xe3\xff\xa5\x16\xfb\x3f\x4d\xb1\x6f\xeb\xdf\x6d\x7c\xbe\xf9\xbe\xf8\xcd\xad\xd7\xb6\xdf\x96\x7a\x26\xf3\x71\xc7\x1f\x39\xf1\xff\x76\x28\xec\x51\xd2\xde\x6b\xa8\x7c\x54\xd5\x72\xff\x31\x0d\x6b\xad\x63\x3a\x56\x7a\x96\x07\xcd\x0c\x8e\x18\x9a\x18\x0d\x1a\xf7\x9b\xf4\x98\x76\x1d\xee\x38\xd2\x76\xb4\xc5\xac\xd9\xbc\xc9\xa2\xd1\xb2\xd1\xaa\xf1\x58\xa3\x75\x93\x4d\x8b\x6d\x9b\x5d\x87\x7d\xb7\x43\x9f\xe3\x90\xd3\xa8\xf3\x98\xcb\xa4\xeb\x8c\xdb\xbc\xfb\xa2\xc7\x05\xcf\x39\xaf\x59\xef\x69\x9f\x09\xdf\x71\xbf\x93\xfe\x23\x01\x83\x81\x7d\x41\x5d\xc1\x6d\x21\x4d\xa1\x75\x61\xd5\xe1\x95\x11\x15\x91\x55\x51\x75\xd1\x2d\x31\x3d\xb1\xa3\x71\x67\x51\x97\xd1\xf7\xe3\x9f\x62\x1e\x27\x3c\x4c\x7c\x90\x74\x1f\x7b\x0f\x77\x2f\xf9\x7e\xca\xfd\xd4\x07\x69\x0f\xd3\x1f\x65\x3c\xc9\x7c\x96\xf5\x1c\xff\x92\xf0\x2a\xfb\x0d\xf1\x5d\xce\x47\xd2\x27\xf2\x17\xca\x77\xea\x4f\xda\x1f\x18\xc0\x1d\x88\x2f\xf2\x9b\xde\xc2\xf0\x64\x7c\x67\x36\xb0\xdc\x58\x9f\xd9\xb5\x1c\x67\xce\x47\x6e\x15\xcf\x81\xf7\x9e\x5f\x2e\xb0\x15\xbc\x11\x96\xe5\xda\xe4\xbe\xce\x2b\x15\x59\x8b\x5e\xe7\x97\x16\xd8\x16\xbc\x2d\xac\x28\x72\x28\x5a\x2b\xae\x2b\xf1\x28\xf9\x55\xda\x59\x16\x5a\x2e\x51\x3e\x56\x91\x5c\x29\x5f\x39\x55\x95\x54\xbd\xb3\xfa\x4c\x4d\x62\xed\xce\xda\x89\x3a\x6c\xbd\x5c\xfd\x74\x43\x4a\xa3\x42\xe3\x6c\x53\x7a\xf3\x9e\xe6\xf3\x2d\xf8\x56\x95\xd6\xc5\xb6\x9c\x76\xf5\xf6\x2b\x1d\xd4\x4e\xed\xce\x1b\x5d\x48\xf7\x81\xee\xe5\x1e\x66\xaf\x41\xef\x9d\x3e\x76\xbf\x61\xff\xbd\x01\xee\xa0\xd1\xe0\xbd\x21\xfe\xb0\xd9\xf0\xea\xf1\xf2\x11\xc7\x91\xcf\xa3\x0d\x27\x3c\x4f\xfc\x3c\xd9\x7a\xca\xf7\xd4\xdf\xb1\xce\xf1\xe0\xd3\x9b\x4e\x1f\x3f\x83\x9a\xd8\x31\x31\x3d\x99\x3e\xb5\x6f\x6a\x69\x9a\x72\x56\xfb\xec\xad\x19\xc6\xac\xfe\xec\xca\x39\xe6\xdc\x81\xb9\x1b\xf3\xd4\xf3\x6a\xe7\xcf\x5f\x48\xbe\x28\x7d\x71\x68\xc1\x7f\x51\x73\xa9\xe0\xd2\x8f\x2b\x51\x57\xa7\xaf\xab\xde\x80\x6f\xde\x5d\x36\xbd\x9d\xbb\xf2\xf8\xae\xc9\x3d\xce\xfd\x9b\x0f\xd5\x1e\xa5\x3e\x3e\xf9\x54\xec\x99\xcb\xf3\xc2\x17\xdf\x56\x43\x5f\x8d\xbf\x51\x7a\x4b\x7e\x77\xeb\x83\xe1\x47\xfe\xda\xa3\xcf\xc6\x5f\xd8\x5f\x6f\x7c\x57\xfd\x91\xfa\xf3\xf4\xef\xed\x7f\x22\xfe\xf6\xfe\x9f\xa9\xf1\x63\xfd\xc7\x8d\xaf\x37\x3f\x15\x7f\xb8\xf5\xc1\xf6\x97\x52\x6b\x32\x3f\x77\xae\x97\xdb\xfa\xdf\x0e\x05\x45\xa5\xfd\x7b\xf5\x94\x0d\x55\x4d\xf7\x1f\xd1\x38\xa2\x75\x58\xc7\x44\xcf\xe8\xa0\xa1\x81\xa1\xa1\xa1\xd1\x80\x71\x9f\x49\xb7\x69\xe7\xe1\xf6\x23\xad\x47\x9b\xcd\x9a\xcc\x1b\x2c\xea\x2d\x6b\xad\x6a\x8e\x55\x5b\x57\xd9\x54\xda\x56\xd8\x55\xd8\x57\x3a\x54\x3b\xd6\x39\x35\x3a\xb7\xbb\xf4\xba\x8e\xba\x4d\xb9\x2f\x7a\xcc\x7b\xce\x7a\x9d\xf5\x3e\xeb\x73\xd6\x77\xc6\xef\x9c\xff\x7c\xc0\xc5\xc0\xa5\xa0\xcb\xc1\xd7\x42\xae\x87\xde\x08\xbb\x19\x7e\x33\xe2\x66\xe4\xcd\xa8\x9b\xd1\xb7\x62\x96\x63\x57\xe2\xee\xa1\x1e\xa2\x9f\xc6\x3f\xc6\xdc\x49\xb8\x91\x78\x29\xe9\x02\x76\x16\x37\x95\x7c\x26\x65\x2c\xf5\x44\xda\x68\xfa\x48\xc6\x48\xe6\x48\xd6\x28\xfe\x24\x61\x3c\x7b\x92\x38\x9b\x73\x81\x74\x99\xbc\x4c\x79\x48\x5d\xa5\x7d\x82\x01\xdc\x84\x38\x21\x6f\xe8\x85\x8c\x23\x8c\x07\x4c\x0e\xeb\x20\xeb\x16\x1b\xe6\x68\x73\xae\x71\xa9\x3c\x2d\xde\x35\x3e\x24\xd0\x11\xdc\x12\x32\x72\x0d\x72\xef\xe5\xf1\x45\x87\x45\xcf\xf2\x8b\x0a\x6c\x0a\xde\x15\x56\x17\xb9\x16\x7d\x2f\x6e\x2d\xf1\x2f\x5d\x57\x3a\x50\x16\x55\x2e\x59\x7e\xba\x22\xb9\x52\xae\xf2\x4c\x55\x7c\xb5\x54\xf5\x89\x9a\xd8\xda\x6d\xb5\xa3\x75\xb1\xf5\xdb\xeb\x4f\x34\xa0\x1a\xa5\x1a\xc7\x9a\x30\xcd\xb2\xcd\x67\x5a\x92\x5a\xe5\x5a\xa7\xdb\x52\xda\x15\xda\xcf\x75\x64\x74\xee\xed\xbc\xd0\x45\xe8\x56\xed\xbe\xd4\x43\xee\xd5\xec\xbd\xd6\x07\xf5\xeb\xf6\x2f\x0f\x30\x07\x0d\x06\xef\x0e\x71\x87\x0d\x87\xef\x1e\x67\x8f\x18\x8c\xac\x8c\xb2\x4e\x18\x9c\xb8\x7b\x92\x7b\xca\xe4\xd4\x93\xb1\xc2\x71\xdb\xf1\xb5\xd3\x8d\x67\x7c\x27\xd6\x4f\x0c\x4d\xa2\xa6\x76\x4e\xcd\x4c\x67\x9e\x55\x3d\x7b\x65\x06\x9a\xd5\x9b\xbd\x7d\x8e\x39\xa7\x3f\xb7\x3c\x8f\x9c\xd7\x3a\xbf\x74\x21\xe3\xe2\xae\x8b\x23\x0b\x81\x8b\xba\x4b\x0d\x97\x77\x5c\x41\xae\xbe\xbe\xee\x73\x63\xe8\x96\xcc\x32\xee\xf6\xd9\x3b\x72\x77\x31\xf7\x86\xef\xff\x7b\xe8\xf4\x48\xf8\xf8\xd2\x53\x99\x67\xde\xcf\x8b\x5e\xfc\x5a\x8d\x7d\x75\xee\x8d\xd6\x5b\xee\xbb\xe7\x1f\x6c\x3e\x56\xae\xbd\xff\x6c\xf3\x25\xff\xeb\xbd\xef\x5a\x3f\x32\x7e\x4e\xfc\xde\xfe\x27\xfc\x6f\xcf\xff\xf8\xaf\xdb\xbc\x41\x72\xd3\xae\x2d\x8a\x12\xfb\xb6\xed\x95\x54\x92\xde\x2d\xab\xb0\x53\x51\x4e\xf1\x3f\x45\x85\x5d\x8a\xff\xf6\xbc\xde\x77\x47\xe5\x8a\xda\x92\xfa\x35\xcd\x7b\xda\xab\xba\xdf\x0f\x8a\x1b\xec\x36\xd4\x31\x1a\x32\x1e\x34\x19\x34\x1d\x38\x3c\x70\xa4\xff\x68\x9f\x59\x8f\x79\xb7\x45\xa7\x65\xbb\x55\xeb\xb1\x66\xeb\x06\x9b\x5a\xdb\x2a\xbb\x0a\xfb\x72\x87\x32\xc7\x72\xa7\x2a\xe7\x7a\x97\x36\xd7\x01\xb7\xd3\xee\x8b\x1e\xd3\x9e\x63\x5e\xc7\xbd\x07\x7d\xfa\x7d\xfb\xfd\xfa\xfd\x07\x03\x8e\x07\x9e\x08\x1a\x0b\x9e\x08\x99\x0e\x9d\x0d\x9b\x0b\x3f\x1f\x71\x31\x72\x31\xea\x52\xf4\x95\x98\xeb\xb1\xb7\xe2\xee\xa0\x1e\xa0\x9f\xc6\x3f\xc1\xdc\x4f\x58\x4e\xbc\x9e\x74\x09\xbb\x80\x9b\x4f\x9e\x4d\x39\x9b\x3a\x95\x36\x99\x3e\x91\x31\x91\x39\x99\x35\x85\x3f\x4b\x98\xcd\x9e\x27\x2e\xe4\x5c\x21\xdd\x22\xdf\xa3\x3c\xa5\xbe\xa1\x7d\xf9\xbf\xf8\xdf\x67\xb2\x58\x07\x58\x37\xd8\x54\x8e\x06\xe7\x12\x37\x87\xa7\xc6\x5b\xe4\x13\x05\x6a\x82\x25\x21\x29\x57\x23\xf7\x6a\x1e\x4d\xa4\x2b\x5a\xce\x67\x15\x18\x15\x3c\x2c\xcc\x2b\xb2\x28\x7a\x55\x5c\x51\xe2\x5c\xf2\xad\xb4\xad\x2c\xa8\x7c\x4b\xf9\xa9\x0a\x5c\xe5\x8e\xca\x13\x55\x11\xd5\x1b\xaa\xbb\x6a\xfc\x6b\xfe\xd4\xb6\xd5\xf9\xd6\xfd\xa9\xef\x68\xf0\x6f\x04\x8d\x3d\x4d\x21\xcd\x9b\x9a\x07\x5b\xa2\x5a\xb7\xb5\x9e\x6c\x43\xb7\xcb\xb6\x4f\x74\xe0\x3a\x77\x77\x9e\xeb\xca\xec\x56\xee\x5e\xec\x21\xf5\x6a\xf4\x5e\xeb\x83\xfb\xf5\xfa\x97\x07\x58\x83\x87\x06\xef\x0d\xf1\x86\x4d\x87\x9f\x1c\x17\x8d\x98\x8f\xbc\x18\x2d\x38\x61\x71\xe2\xf9\xc9\xfc\x53\xe6\xa7\x9e\x8f\x15\x8e\x1f\x1b\x7f\x73\xba\xea\x8c\xeb\x99\x1f\x13\xed\x93\x41\x53\x9b\xa7\x46\xa6\x51\x67\x77\x9c\x9d\x9a\x49\x99\x55\x9c\x9d\x3f\x97\x39\xb7\x77\x6e\x7e\x3e\xfd\xfc\xee\xf3\x93\x17\x30\x17\xb7\x5d\xec\x5f\xf0\x5b\xd4\x5c\xca\xbb\xf4\xe9\x4a\xe0\xd5\x91\xeb\x3b\x6f\xa4\xdd\xbc\xb0\xac\x7a\x9b\xb8\xb2\x78\x57\xf9\x5e\xc6\xfd\xe9\x87\x32\x8f\xa2\x1f\xf7\x3c\xf9\xf1\xcc\xfe\x79\xc1\x8b\x77\xab\xae\xaf\x5a\x5e\xff\x7b\x1b\xf2\x6e\xf0\x83\xc4\xc7\x98\xb5\xd1\xcf\xdb\xbf\xc4\x7c\x3d\xfe\x7d\xcb\x8f\xb0\x9f\xbd\xbf\xd7\xfd\x09\xfc\xdb\xf9\x3f\xfe\xe0\xb3\xd8\xcb\x75\x77\xd7\x5f\xd9\x70\x61\xe3\xfc\xa6\xc5\xcd\xd7\xb6\xdc\x10\xbf\x25\xb1\xbc\x75\x65\xdb\xdd\xed\xf7\x25\x1f\x4b\x3d\x97\x7e\x2d\xf3\x41\xf6\xf3\x8e\x1f\x3b\xff\xc9\x6d\x90\x97\xf8\x4f\x7a\xb7\x9c\x82\x82\xa2\x82\x92\xc2\x1e\x85\xbd\x8a\xfb\x14\x95\x15\x55\x14\x55\x15\xd5\x14\xf6\x2b\xa8\xef\xd6\xf8\x4f\x53\x5e\x6b\x97\xf6\x0e\x1d\x59\x5d\x19\x3d\xe9\x03\x32\x07\x77\xe8\xcb\x19\x28\x1c\x52\x36\xd4\x36\x32\x32\xd6\x33\xd1\x30\x55\x3b\xac\x72\x44\xe5\xa8\x8a\x99\x9a\xb9\xba\x85\x96\xa5\xae\x95\xfe\x31\x43\x6b\x53\x9b\xa3\xb6\xe6\x76\x56\xf6\xd6\x0e\x36\x8e\x76\x4e\xf6\xce\x8e\x2e\x4e\xae\x2e\x6e\xae\xee\xee\x1e\xae\x9e\x0e\x5e\xd6\xde\xe6\x3e\x87\x7d\x8d\xfc\xf4\xfd\xf5\x02\xb4\x03\x35\x83\xd4\x83\xf7\x87\xec\x0f\xdd\x1f\xb6\x3f\x5c\x23\x42\x2b\x52\x37\x4a\x3f\xda\x38\xc6\x2c\xd6\x3a\xce\x19\xe5\x83\x0e\x8d\x8f\xc7\x44\x24\x04\x26\x7a\x25\xb9\x62\x1d\x71\x76\xc9\xb6\x29\x36\xa9\x36\x69\x36\xe9\x76\x19\x0e\x99\xce\x59\x6e\x78\x2f\x82\x5f\x76\x30\x31\x22\x27\x96\x84\x21\xe3\x28\xe9\x54\x3c\x8d\x04\xd1\x60\x2a\x42\xa4\x67\x30\x92\x99\x18\x56\x0c\x3b\x9c\x13\xc8\xf5\xe1\x79\xf0\x5d\x04\x8e\x42\xfb\x5c\xbb\x3c\x3b\x91\x7d\xbe\x63\x81\x4b\xa1\x67\x91\x7f\x71\x58\x09\xaa\x34\xb5\x8c\x5c\xce\xaf\xa8\xa8\xcc\xab\x62\x56\x53\x6a\xb2\x6a\x53\xeb\x92\xea\xe3\x1b\x50\x8d\xb1\x4d\xb1\xcd\xb1\x2d\xa8\xd6\xf8\xb6\xc4\x76\x5c\x47\x7a\x27\xbe\x8b\xdc\x8d\xf4\x70\x7b\x45\x7d\xa5\xfd\xb5\x03\xad\x83\xbd\x43\x83\xc3\x83\xc7\x07\x46\xfa\x47\xfb\x4e\xf4\x9e\xec\x39\xd5\x3d\xd6\x35\xde\x71\xba\xed\x4c\xcb\x44\xd3\x64\xc3\x54\xdd\x74\xcd\xd9\xea\x99\xaa\xd9\xea\x73\xb5\x73\x0d\xf3\xad\xe7\xbb\x2f\x0c\x5f\x9c\x58\x58\x58\x9c\x5c\x1a\xb9\xd4\x7b\xb9\xe3\x4a\xcb\xd5\xa6\x6b\x8d\xd7\x1b\x6f\x34\xdd\x6c\xb9\xd5\xbe\xdc\x75\xbb\x67\xa5\xff\xce\xe0\xdd\xe3\xf7\x4e\xdc\x1f\x7b\x70\xe6\xe1\xf4\xa3\xb9\xc7\x0b\x4f\xae\x3e\xbd\xfd\xec\xd1\xf3\x87\x2f\x96\x5f\x5e\x5a\x9d\x7f\x35\xfd\x7a\xfc\xcd\xe8\xdb\xa1\x77\xfd\xef\x7b\x3e\x74\x7f\xec\x5a\xeb\xfe\xd4\xfb\x79\xe0\xcb\xc8\xd7\xf1\x6f\x33\xdf\x17\x7f\xdc\xfa\xf9\xe8\xd7\xea\xef\x0f\x7f\xbe\xfe\xfd\xf5\xef\xdf\xbf\x7f\x30\x80\x7e\xbf\xbf\x0b\x03\x78\xf3\x83\x00\x18\xc0\x3b\x17\xc9\x30\x80\x55\xc7\x0c\x60\x00\x1f\x6c\x3b\x0a\x03\xd8\xb2\xb0\x0f\x06\xb0\x1b\xb9\x19\x06\x70\x44\xdc\x65\x18\xc0\xa9\x2e\x66\x30\x80\xe9\x7a\xad\x30\x80\xcb\xfe\xe9\x42\x24\xc6\xc4\xbb\x0f\x50\x16\x23\xe8\x7e\x02\x94\xcd\x10\x5f\xe8\x87\x98\xf4\x91\x53\x51\x50\x3c\xf2\xa7\xb5\x1c\x6a\xa1\x7b\x16\x02\x68\x80\xae\x42\xd6\x84\xce\x22\x4f\xe3\x0c\xa1\x65\xa4\xd3\x79\x0a\x7a\x85\x04\xea\x05\x40\x3f\x91\x8d\x7f\x8f\x40\xeb\x39\xc3\x6f\x7f\x42\x80\xfd\xe2\x5e\x0e\xed\x1d\x5b\xfd\xe2\x2b\xda\x3f\x56\xd0\x49\x2e\x24\xc3\xec\x6b\xf9\x0a\xd9\x32\x39\x05\x01\x50\x30\x53\x91\xd4\x00\x51\x18\x25\xb1\xfd\x50\x13\x63\x83\x73\x28\x34\x43\xf7\xd5\xdb\x09\x3d\x46\xf2\x7e\x7b\xd0\xbc\x44\x67\xdf\xc8\xd1\x6c\xf2\xe2\xee\x74\xd2\x1c\x85\x2f\x2f\x18\xd2\xbc\x05\xb9\xa3\x6f\x68\x31\x7c\x8f\xe6\x1e\x1a\x91\xe7\x9e\x2f\x4f\xab\xe0\xba\xe7\xf4\xd0\xee\x70\x0c\x63\xc6\x21\x25\xd6\x7b\xa7\x6e\x28\x80\x89\xd3\x9d\x86\x78\xf4\x0b\x3f\x0b\xa8\x8e\xe5\x0b\xaf\x30\x54\xb7\xd2\x9a\xdb\xf3\x54\xff\x62\xca\x7c\x0c\x35\xbe\x90\x36\x62\x44\x65\xe7\x97\x36\xed\xa1\xb6\xe7\xdd\xce\x3b\x41\x5d\xc9\xdd\x45\xac\xa3\xe9\x0a\x8c\xa2\x1f\xd3\x10\x9e\xaa\x93\x32\x6d\x81\x3d\xa6\x5b\x0d\x49\x33\x35\xbe\x13\x29\x51\x8d\x4e\x2f\x9d\x28\xb8\x3a\xc6\xad\x55\x0a\xa9\xfa\xc4\xb9\x42\x4a\x49\xe5\xb6\x61\x1a\x65\xb0\x2c\xad\x41\x44\x79\x55\xfc\x3c\x37\x86\xaa\x5a\xe8\x9e\x5d\x4e\x85\x44\xa2\x68\x79\xea\x33\x61\xb9\x63\x1b\xcd\x8a\x67\xa2\x9b\x4b\xcb\x63\x15\x7f\x59\x25\x0b\x07\xfa\x9e\xad\x91\xcb\x7a\x9e\xdf\xc0\x91\x6b\x3a\xf7\xcc\x1c\x20\xf7\xb7\xfa\x0e\x9a\x91\x6f\x36\x72\xeb\x10\xca\xe6\xda\x71\x41\x09\xc5\xab\x72\x96\xa0\x4c\x19\x28\x2d\x8e\xda\x4c\xdd\x5b\x28\xe5\xb8\x83\xca\xcb\x95\xd1\xe5\x53\x5f\x73\x4e\x7e\xe2\x92\xe5\xa7\xbb\x9f\xe0\xc8\x32\xa7\xeb\xaf\xed\x24\x4b\x9d\x98\x9a\x7a\x46\x56\x1a\x9a\xeb\x97\x22\x1f\xed\x3d\x51\x43\x27\xa7\x77\xf0\x78\xd7\xc9\x13\xcd\xbb\xb2\xfa\x28\xaa\xb5\x8e\x11\xbf\x28\x25\xe5\x1b\x1c\x20\xaa\x54\x81\xa9\x2e\x83\x4a\xe7\xbd\xff\x18\x4c\xba\x7e\x0d\xf7\x28\x91\x74\x6b\x91\x75\xf9\x07\xe9\xca\x1c\x7d\xe2\x0e\xe9\xd6\x14\xaa\x77\x1f\xe9\xc3\x98\x6c\xd5\x18\x79\xff\x70\x09\xd7\x89\x9c\xd1\xd3\x97\x19\x43\x3e\xd5\xba\x35\xc2\x84\xa2\x52\xbb\xd5\x61\x07\x65\xa8\xc4\x51\x97\x4b\xb5\x12\x3c\xfe\xd0\x40\x9a\xbb\xb3\xed\xa1\x80\x34\x7d\xfd\xd1\x65\x2d\xd2\x89\x25\xf6\x84\x38\xe9\xe4\xdc\xbd\x9e\x40\xd2\xe2\xe4\xc7\xaa\xf5\xa4\x3f\x27\xaf\x72\xda\xc9\x2e\x83\x87\x33\xae\x92\xd9\x1d\x8d\xe1\x6b\xe4\x87\xf5\xb3\xf6\x7f\x28\xa4\xd2\xbf\xba\x8d\x54\x19\x21\xf3\xfd\x1a\x69\xee\xb1\xea\x83\x9b\xa4\x81\x3b\x29\x97\x84\xa4\xd2\xeb\xfd\x67\x52\x49\xa2\x45\x51\xf7\x2c\xa9\xfa\x9c\x42\x25\x4c\x9a\x3d\x83\xe1\x58\x90\xb7\x8d\xa8\x66\xc4\x91\x6d\xba\x1b\xc3\xef\x92\x39\x8d\xdf\x1c\xc4\x29\xda\xe5\x26\xba\x0f\x29\xf3\xc2\xce\x9f\x0e\x0c\x69\xda\xd3\x57\x42\x7a\x2f\xed\xed\x0a\x8d\x1e\x0c\x6d\x3d\x7f\x90\xbe\x13\x52\x1d\xd5\x44\x66\x69\xe3\x4d\xaf\x91\x52\x48\x20\x9a\x41\x02\xa0\x99\x1c\x14\x22\x03\x7d\x8d\xf9\x04\x9f\x87\x8d\x9c\x37\xc2\x1c\x18\xab\xa7\x0f\x1f\x81\xdb\x7e\x44\xd2\x29\xf4\x4b\xab\xad\x74\x55\x3a\xf6\x76\x25\x72\x85\xae\x32\x1f\x8b\x54\x22\x0f\x46\x30\x48\x28\x12\xdf\xe4\x84\x98\x21\x43\xa2\xbd\xc8\x26\xa4\x95\x78\x0b\xbe\x81\xb0\x63\xd2\xe0\x16\x04\xe3\x54\x03\xa7\x22\xe6\xba\x2f\x60\x13\x64\xfb\xf7\x74\xe4\x27\xfb\xf4\xcb\x33\x48\x33\x5b\x62\x79\x08\x71\x63\x45\xcd\x15\x21\x9a\xcc\x86\xe3\x2d\xf0\x77\xe6\xee\xc6\x66\xf8\x36\xe3\x4b\x1e\x05\xee\x67\xd4\x10\xfd\xe0\x02\x86\x69\xf4\x43\x38\x9d\x3e\xe1\x64\x0e\xbb\xd2\x0d\x74\x07\x61\x45\xa4\xf0\x6b\x07\xb2\x2f\x6f\xee\xf9\x6f\x78\x31\x97\x71\x0b\xc0\xb9\xc2\xbd\xb3\x5f\xe1\x08\xfe\xbd\x61\x1d\xf8\x30\xaf\xaf\x21\x06\x96\xe4\xce\xe4\x7a\x40\x9f\x38\xb7\xb2\x93\xa1\x35\xf6\x85\xe8\x8d\xd0\x6b\x56\x93\x63\x15\x74\x9f\xe9\xa2\x8b\x83\xa6\xe8\x4b\x9f\x1f\xc1\x91\x65\xd9\xcf\x9c\xe0\xcd\x25\xf0\x0d\x2d\xe8\x6c\x11\x77\xc6\x00\xaa\x28\x68\x1a\xcc\x80\x72\x44\x37\xea\x96\xa1\xe0\x3c\x43\xc1\x37\xc8\x46\x28\x20\x60\x20\x17\xfe\x54\xd4\x51\x28\x80\x7b\xd9\x51\x11\x0a\x64\x97\xea\x7a\x42\x6e\x4c\x83\xb5\x17\x10\xa3\xfe\xee\x13\x1b\xc8\xb6\xd6\xfe\x9a\x1f\x24\x59\x55\x32\x9d\x40\x7b\x5a\xb1\xb9\xff\x14\x6d\xb1\x94\x53\xeb\x43\xeb\x2c\x56\xe6\xb7\xd1\xca\x0a\xda\xf1\xf1\xb4\x16\xd1\xb6\xc8\x1c\xda\x29\xa1\x99\x43\x1f\x6d\x8e\xb7\x41\xd7\x8d\x36\xcb\x2a\xfd\x90\x40\x2b\xef\xfb\xfe\x70\x95\x86\xea\x0e\xbb\x7c\x97\x66\xd0\x3e\x35\x29\x49\xfd\xdd\x22\xdf\x2b\xa4\xde\x6e\x48\xae\xf6\xa2\xce\xd5\xcc\x73\x9f\x51\x67\x2b\x7e\x66\xfe\xa0\xae\x94\x7c\x8a\xc0\x53\xbf\x14\x54\x39\xe8\xd2\x24\x85\x57\x74\x7d\x69\x7b\x39\x03\x6f\xbf\xd2\x2c\x26\x3b\xef\xc7\x53\x1f\x8d\x2d\x2d\xb1\xa8\xf5\xa3\xfb\x4f\x2f\x52\xa3\x07\xdd\xbb\x53\xa8\x87\x7a\xa2\x2b\xc3\xa8\xda\xed\x51\x9c\x03\x54\x93\x26\x85\x8c\x42\xaa\x5b\x0d\x35\x3c\x93\x9a\x5c\x96\x61\xdf\x40\x2d\xcc\x7f\xa0\xeb\x47\x1d\xe0\xdd\x7e\x7d\x95\x06\x2e\xff\xbe\x9b\x44\xed\xba\x18\xb6\x40\xa5\x86\xcd\x56\x8c\x5d\xa6\xca\x4d\xb4\x77\xf2\x28\xcf\x4e\xb2\xca\x6b\x29\xcb\x43\x47\x58\xed\x94\x27\xdd\xac\x74\x1f\xca\xb3\x16\xb5\xb0\x6e\xca\x9f\x9a\x00\x7b\x0b\xaa\x71\xf1\x4d\xdd\x48\x6a\x92\xe0\xcc\x6b\x05\xea\xdb\xe5\xea\x3b\x65\xd4\xf2\xab\x0d\x17\xbb\xa8\xd6\x0b\x84\x31\x31\xca\x97\x73\x62\x1d\x53\x94\x99\x09\xd7\xb2\x55\x4a\xff\x89\x48\xd6\x36\xca\xa9\xfe\x6f\x69\x17\x28\x7d\xed\xdd\x61\xa9\x94\xb1\xfa\xf5\xf6\xca\x94\x7f\xa5\x6c\xdd\x1c\xaa\x85\x30\xfc\x15\x8b\xfa\xe0\x41\xe6\xca\x37\x2a\xed\xb6\xd4\x45\x59\xaa\xd2\x55\xe4\x54\x22\xe5\xe2\xc5\xaa\x0e\x43\x8a\x68\x26\xa6\x2c\x9e\x42\x18\x7f\xc8\xac\xa7\x10\x87\xaf\xa6\xa1\x28\x09\x5d\x2d\x61\x9e\x14\x4c\xa3\x86\xbd\x26\xa5\xbf\xec\x84\xee\x71\xca\x07\x21\xfd\x73\x00\xdb\x84\xfa\xfd\x99\x14\x8b\x49\xdb\x71\x03\xcb\x5c\xa1\x6d\x9e\x69\x67\xfa\xd0\xc4\x87\xb6\x32\xae\xd1\x74\xea\xa3\x18\xd1\xb4\x1b\xc2\x2a\xfa\x63\xc8\x84\x70\x97\x1e\x06\x09\xa3\x3e\x20\x97\xa1\x17\x8e\xcd\x88\x3d\x6c\xa6\xcb\x84\x07\xe0\xc6\x4f\xc9\xac\x4a\xe4\xfa\xd3\x83\xcc\x2f\x48\xee\xf5\x02\x66\x20\x72\xec\xec\x7d\xc6\x43\xf8\xcd\xa0\x0f\x03\x07\xcf\xd7\x9d\x62\x6c\x41\x36\x09\xfe\xd2\x4b\x91\x9d\x04\x6f\xba\x1a\xa2\x10\x15\x89\xf4\x20\xff\x39\x5a\x23\x87\x10\x29\x5d\x27\xb8\x1b\x59\xbf\x86\xb0\x00\xeb\xd6\x93\x40\x66\x3c\xcb\xf8\xda\x20\xe3\x1a\xb3\xf6\xac\x24\x03\xcb\x58\x1b\x28\x63\x6c\x62\x10\xeb\x34\xe8\x4d\x0c\x2b\x01\x8a\x6e\xcd\xf8\x0f\x7f\x19\x79\x44\xbf\x10\x79\x07\xa1\xd0\x93\x1d\x9e\x23\xdb\xe9\xeb\x74\xe5\xe0\x12\x84\xf7\x61\x91\xb9\x23\xf7\xca\xa3\x0e\x06\x5d\xd8\x7e\x55\x81\x21\x26\x08\x9a\xca\xa7\x57\xf0\x35\xfa\x75\xe8\xd6\x3c\xc9\x9a\x7b\xc8\x03\xae\x11\xdf\x01\x61\x71\xc2\xb2\xde\x21\x76\xec\xe8\xc8\x1d\xf0\x77\x96\xab\x83\x1f\xdc\xc8\xfc\x4f\xe7\x1e\x6c\x45\x9f\x7d\xf7\x9b\x51\x55\xaa\xf3\xe0\x3d\xfd\x4d\x71\xe2\x65\x4f\x7a\x64\x61\xe9\xc4\x65\xe4\x4d\xfe\x85\x5e\x1a\x92\x2b\xda\x55\x1d\x8a\x18\xe7\x72\xb9\x5f\xe1\x27\x82\xef\x99\xef\xe1\x66\xbe\x63\x84\x1f\x1c\xcf\x4d\xb3\xbf\x0f\x2b\xb2\xa3\x74\xce\x43\x67\x99\x6a\x6f\x15\xe8\x2b\x75\x99\xf7\xfe\xd0\xad\x6b\xc4\x97\xe8\xc8\xd5\xca\x8c\x33\xd2\x88\x47\xf9\xba\xee\xeb\xf0\x6a\x49\x6d\xe5\x1d\xb8\xa8\xc8\x9f\xd3\x03\x3b\xe6\xff\xca\xf8\x02\x6f\xc9\xa3\x85\xd7\x40\x8b\x82\x4b\xf6\x24\x48\xc8\x9d\xd1\xb9\x04\x99\xb3\xd8\xaf\x86\x91\x99\x5e\xf3\x3b\x5d\x48\x48\xe7\xa5\x05\x19\x78\xad\x2d\x6e\xec\x34\x9c\xd8\x74\xbb\xb3\x1d\x16\xab\xf7\x2c\x7f\x0c\x0d\x57\x2f\xb1\xbe\x40\xf8\x0a\x8d\xf4\x22\xc8\xa2\xc4\x31\xac\x19\x92\x28\x50\xb0\xfb\x47\xbb\x21\xa4\xeb\xdc\xa7\x15\x70\x2a\x5f\x1e\x42\xf8\x67\xda\x6f\x6b\xc3\xf7\x4e\xfe\x38\x3f\x06\xc7\x1e\x47\x4e\x52\xa1\xcb\xfd\x17\xda\xf3\xa0\xe8\x6e\xb1\xd2\x4f\x90\x42\x9b\x1e\xd3\x9e\xf6\xbc\x71\x57\x9a\x11\x6d\xa0\xba\x33\xb4\x83\xc6\x28\xbd\x6e\x07\xd1\x82\xf2\x29\x3a\xcf\x69\xca\xbc\xe3\xcf\xf7\x20\xbe\x4b\xbc\x5b\xa6\x70\xef\x79\x8d\xb9\x09\x78\xc7\xd9\x96\xd1\x3c\x88\x7e\xfa\x69\xeb\x10\x24\x3b\xfa\xae\xe4\x18\xed\xdc\xc0\x15\xfa\x1c\x4d\xd4\xe5\x93\xf2\x93\xe6\xd6\xac\x1b\xf2\x98\x26\x5f\x5d\x6c\x27\x47\xfd\x55\x1c\xa2\xb3\x46\xbd\x21\xc8\x7b\x16\x85\x58\xde\x54\xbf\x99\x0e\x97\x5f\x0e\x38\xf7\x19\xfa\x71\x21\x7c\xe4\x2c\x14\x33\xa3\xd2\xf2\x9e\xf6\xf6\x74\x55\xb1\x90\x56\x33\xf2\x90\x7e\x80\x16\xdb\xd7\x9b\x42\xa2\xc9\xb5\x75\x84\xd4\x53\x97\xeb\x0c\x6d\x7f\x52\xcf\x95\xfc\xd3\x95\xa4\xb6\x0a\xb5\x9f\xde\x46\x34\xef\x2e\xdc\x78\x02\x63\x6f\xf6\x9e\x0b\x87\xae\x5f\x76\x1c\xd1\x86\x8e\x9e\xaf\x6f\x89\xa2\x8d\x4d\x57\x17\x6f\xa5\xc5\x8e\x79\x21\xd3\x34\xd5\xa1\xec\x14\x35\xea\x62\x67\x6d\x08\x95\xca\x69\xf0\xb0\x03\xd4\xec\x32\x1d\x5d\x67\x6a\x88\xd0\xe7\x25\x4a\x98\x47\x81\x6f\xdf\x14\x24\x51\x5a\x2f\xda\xf1\xb5\x29\x73\x63\xb6\x3c\x33\xca\xfd\xce\x54\x6e\x00\x55\xa6\xfc\x2a\x27\x82\x9a\xc7\x7a\xcd\x8e\xa7\x29\xa7\x27\xb1\x22\x68\x27\xc2\x48\x4c\x77\xc8\xc1\x8e\xc2\x38\x0a\x5d\xd3\xbe\x49\xdf\x09\x13\x5e\x50\x04\xdf\x60\xfd\xdb\x9b\xf8\xf7\xe0\x0d\x17\xb0\xbc\x4e\xe8\xce\x29\x2a\x77\x16\xea\xef\x38\xc7\x59\x83\xca\xca\x4d\x39\xeb\xa1\x0b\xac\x28\xf6\x5e\x78\x63\xda\x0b\x96\x3e\x6c\x1e\xb6\x8e\x79\x00\xc6\xd9\xa9\x31\x74\xe0\x46\xed\x16\xba\x34\x7c\xed\x79\xbe\x00\xc5\x5c\xb7\x7c\x88\xef\xc7\xe0\x9e\xcf\xe7\xe9\x30\xe4\x4e\x4e\x73\x03\xe9\x8d\x1d\x4a\x1c\x1e\xdd\xa1\xac\x92\xdd\x41\x57\x67\xde\x64\x5d\xa4\xcb\xa4\xa5\x32\xdf\x22\x6f\x42\x8b\x18\x7f\x90\x13\xb6\xb7\x18\x5b\x10\x81\x36\x8c\xfc\x46\x82\x9e\x59\xf0\xb3\x84\xe0\xe6\x2d\x1e\x96\xff\x69\xde\x95\x1b\xc0\x5b\x3e\x91\xce\xa1\x71\x2f\xb5\x5d\x66\x0f\x71\xee\x96\xa6\xb0\x1e\x73\xf6\x30\x6e\xb0\x76\xb1\x51\xa9\x02\x66\x00\x0b\x09\x59\x62\x30\x99\x7c\xdb\x70\x7a\x03\xa3\x58\x3b\x02\x69\xa4\xe7\x3e\x71\xe6\xbd\x29\xfa\x70\xc3\x80\x3b\x53\x18\x7d\x8e\xc5\x39\x9e\x3f\x33\x32\xc5\x7e\x24\xd2\x6a\x35\x65\x2b\xe4\x56\x95\x00\x96\x8f\xd0\x8c\x5e\xcc\x14\xf1\xaf\xa5\x14\x30\xce\xf1\x9c\x43\xf6\xd1\xbf\x71\x6a\x6d\xfe\xd0\x77\xb3\x6e\x68\x47\x20\xfb\x19\xcf\x1f\x91\x79\x06\xd5\x33\xd7\x0e\x71\xf5\x2b\x05\x33\x93\x1c\xed\x72\x87\xe3\x92\x6c\xbf\x52\xf1\xe6\x56\x96\xb0\xe8\x76\x51\x21\x73\xae\x60\x16\x09\x62\x4a\x8a\xea\x93\x5b\x19\x47\x72\xc3\x83\x61\x7a\x0c\xff\x95\x4d\x37\xc2\xe7\x1e\xd4\x4e\x83\x2b\x58\x8e\x0f\x52\xb8\x11\x5d\x12\x57\xf4\x38\xfe\x6d\x37\xa7\xa3\xd9\x01\xcd\xf5\x83\x0b\x2c\x6a\x43\x64\x23\x8f\x39\x50\xab\x50\xd0\xc1\xf8\x5c\x79\x17\x1a\x64\x58\x97\x51\x70\xe1\xf4\xb4\xa2\xd5\xa0\x0a\xa4\x31\x7f\xab\x8d\x05\x7c\x4d\x70\x49\x5b\x00\xbd\xe2\x78\xdd\xad\xe3\xac\x9d\xa2\x2c\xd1\xd8\x4f\x47\x2c\x27\x77\xb2\x96\x06\xe5\xfa\x4b\x99\xef\x7a\xc6\xea\xf1\xcc\x7d\x1d\xce\xa2\x59\x46\x5c\xf3\x3c\x4d\x92\x3e\x54\x2f\x8e\xdd\x8e\xac\x56\xfe\x0a\xec\x42\xf6\x95\x08\xac\xa7\xe1\x00\x51\x9d\x76\x39\x94\xce\xf3\x5b\x19\xe6\xb4\x9f\x7f\xb8\x30\xcc\xae\x98\x79\x7b\x66\x1f\xab\x70\xe2\x4a\xef\x28\xb3\xf5\x54\x5c\x6d\x1f\x63\x69\x78\x3a\x6f\x3f\x43\xbc\x6f\x1d\xa5\x81\xee\xd7\xfe\x34\xf1\x15\xc2\x6a\x3c\x1a\xf0\x00\x1e\xaf\xda\x6c\x1d\x02\xfd\x2c\xf2\xd2\x6e\x81\x94\x05\x72\xb7\xdf\x70\x06\xaf\x78\x5e\x7c\xcf\xce\xbf\xf8\xe6\x74\x08\x2b\xfb\x5c\x58\xcf\x3b\x26\x67\x12\x5b\xf3\x91\xd1\x71\xca\x3c\x17\x4f\xbf\x3f\xf4\x90\x22\x41\x57\xed\xd9\x95\x98\x8e\xf8\xb6\x54\x07\x14\xc2\xac\x1a\xb6\xb5\x19\x74\xae\xf8\x89\xf6\x19\xda\x3b\x41\xef\xed\x00\xce\xa9\x5b\xd7\x2e\xfa\xb3\x99\x57\xff\x1b\x1f\x67\x05\x2f\x28\xf7\x04\x30\x23\x67\xa7\x6a\x62\x18\x84\x09\x69\xe1\x67\x7a\xe3\x09\x4d\x72\x1d\xf2\xa0\x7f\x3c\x51\x0d\x11\x6f\x27\x07\x60\xe1\xc3\x75\x79\xd6\x56\x10\xb1\x74\x8b\xf6\x67\x5a\x83\xe0\xde\x9d\xe2\x22\x21\x39\x7e\x49\xbd\x60\x96\x5c\x3b\xb9\x33\x7f\x0f\x79\xbe\xff\x4b\x5e\x0f\xf9\x67\x83\x64\xae\x23\xc5\x29\x3f\x47\x70\x99\x72\x89\xd6\xc7\xf7\xa7\xa6\x60\x23\xb8\x97\x68\x92\x81\x65\x9c\xc3\xb4\xfe\x63\x3f\x59\x22\x28\x4d\xf3\x19\xe3\x02\x6c\xbb\xb2\x52\xf8\x96\x76\x67\x31\xbc\xc0\x81\xb6\x30\x61\x27\x1a\xa4\x0d\xf5\x1f\xc9\xf3\xa4\x35\xd4\xa3\x85\xef\x69\x3d\xa2\x07\x02\x1e\xed\x25\x4d\x87\xaf\x08\x99\x27\x3d\xe3\xb6\x42\x8c\xc0\x03\x9c\xbd\xd0\xd2\xb1\x1e\x16\x03\x36\xd6\x1c\x67\x5c\x84\xeb\x56\x76\x17\xfa\xd0\x33\x17\x72\xf3\xcf\xd1\x95\xcf\x24\x8b\x1c\x91\x99\x3e\x38\xf7\x3d\x92\x5e\x37\x23\x2c\x47\x8e\x8a\xdc\x05\x66\x88\x2e\xb5\x9d\x77\x13\x31\x48\xca\xe0\xa6\x22\xaa\x01\x0b\xec\x2f\x88\xf4\xb1\x14\x56\x1c\x22\xa7\xd9\xc4\x18\x46\x94\x96\x49\x05\x7c\x3e\xb8\xa8\x9c\xbf\x85\xa7\x78\xfa\x60\x5e\x09\x57\xbf\xd7\x3c\xd7\x8c\xe3\x5d\xcb\x16\xbc\x62\x33\xf3\x0c\xf8\x85\xac\x55\xca\x00\xcf\x8c\x15\x90\x58\xc2\x79\xc1\x2c\x0b\xd8\xcd\xa6\x33\x96\x8e\x49\x30\x7f\x33\xe4\x34\x8b\x19\xc1\x74\xd7\x9b\xcf\xf3\x1f\x14\x74\x9d\xaf\x14\x05\xe5\xfb\x8f\xd5\xe4\xbe\xc9\x7b\xde\x3d\x21\x2c\xcd\x25\xd6\xe8\x08\x5c\x84\x8a\xc2\x0f\xbc\xbf\xfc\xa7\xe4\x2a\xee\x20\xaf\x3b\xa1\x9f\x13\xc4\x75\xf2\xe7\xb0\xd6\xd8\x4b\x56\x93\xcc\x2c\x96\x9d\x66\x1b\xfd\x1a\xa3\xfc\x06\x36\xdf\xb9\xd2\x7b\xee\x47\xde\x6c\xb9\xc5\x29\xf1\xdc\xc0\x52\x8d\x2e\x1b\xc1\xbf\xe2\x7d\x55\xb3\xfc\xe3\x85\xaa\x82\x5e\x5e\x7a\xbe\x2d\x89\xc5\x3d\x90\x17\x8c\x39\xcf\x3e\x2f\x34\xf5\xfb\xc4\x8a\xe2\x03\x2b\x1a\xe3\x29\x27\x57\x73\x86\xee\xc0\xfc\x7c\xcd\x5c\x14\xd9\x76\x61\xf6\x62\xee\xd7\xe6\xb7\xa3\xd7\x85\xa2\xc6\x0d\x1d\x9a\x02\xd3\xba\x75\x15\x57\x78\x2f\xab\x7e\xf2\xde\x72\x5b\x2b\xc4\x72\xd6\x73\x30\x25\x2f\xe2\x7b\xd8\x12\x85\x5c\xbf\x7d\xcc\xe6\xbc\x35\x2b\x05\xc6\x01\x81\xa4\xe6\x2a\x52\xc0\x5e\xbb\xbc\x22\x3a\x32\xd2\x7b\x16\xc9\xad\x1c\xbc\x72\xbc\x5b\xb8\xa3\x77\xb5\x6d\x17\x7f\xb0\x73\xb9\xec\x11\x2f\xb2\xb5\x9f\xab\xcd\xdd\xd3\x08\x67\x93\xd9\x0f\x6b\xe5\xd1\x08\x8b\x53\xe1\xeb\x7b\x8c\xb9\xbf\xd8\xd8\xb2\x85\xde\x97\x37\xa4\xf9\x13\x91\xe6\xde\x5f\xba\x2e\x52\x9c\x45\x4d\x15\xe5\x52\x26\xcf\x0e\xb5\x0b\xd6\xc6\x5e\xb5\x68\xf3\x19\x23\xd7\x4b\xa5\x79\x2a\x03\xb9\x6c\x88\x73\xad\x5b\x8b\xb0\x99\x9d\xdb\x9a\x8c\x0a\x64\x1d\xac\xd7\xf4\x49\x61\xcc\x57\x60\x2c\x2d\xe9\xfe\x85\x86\x5a\x9b\xe0\x13\x7c\xc1\x12\x10\x49\x2f\x64\x4e\x1e\xcf\x25\xce\xc5\x0c\x5e\x11\xbc\x9a\x56\x6a\xf6\xe7\x67\x8c\x0b\x4a\x9c\x79\x9b\x47\xc6\x58\xf3\x9c\x81\xfe\x29\x7c\x02\x3b\xb6\x33\x3a\x6e\x99\x05\x9a\x42\x7d\xe4\x19\xe5\x55\xb3\x96\x8a\x74\x95\xa2\x61\x2d\x45\x98\x21\xd8\xb7\x18\x22\x5a\x7f\xb5\x65\x72\x53\x2e\x6e\xd1\x6c\x50\x45\xb0\x32\x57\xd4\xd4\xc9\x0f\x9c\x2a\x2f\xee\xe0\x3e\x1c\xf3\x64\x99\x71\xa0\xe1\xc5\xac\x8f\x6c\xcd\x9e\x2b\x71\x08\xf3\x74\xeb\x0e\xef\x37\x0c\x8f\x9a\x13\x96\x8a\xc8\xf5\xe2\x2b\x5a\xee\xf0\x61\x81\xff\x92\x49\xe5\x1f\x92\x68\xca\xa7\x7c\x99\x74\x79\xd8\xaa\x74\x88\x2c\xdd\xba\xa9\xf8\x04\x39\xa8\x4c\xbe\xf0\x1c\xf9\x04\xa7\x3c\x7f\x82\xe2\x9c\x0d\xf2\xfa\x29\xef\x51\x1f\x84\x95\xd4\x52\x9f\x14\x7e\x02\xcd\xc1\xc2\x83\x2b\x07\x19\xaa\x3f\x63\x95\xc1\x7a\x8b\xee\x95\x45\xd4\x4b\x93\x9c\x72\x12\x75\x61\x08\x5f\x1a\x4e\x5d\x68\xf1\x2a\x4e\xa0\xde\x2a\x4d\x2d\x24\x51\xbf\x73\x36\xe7\xb3\x68\xf6\x04\x56\x1e\x93\xd6\x80\x62\x08\x73\x68\xdf\x7d\x76\xf0\x7d\x21\x5f\x0b\x69\xae\x04\xf4\x54\xfd\x3c\xab\x14\x26\x2f\x10\x2a\xb5\x10\xd3\x89\xa1\xf2\xbd\xf0\x9b\xc1\xf6\xd2\x0d\x70\x5f\x73\x43\xb1\x12\x4c\x29\xb9\x5b\x68\x0a\x47\xb0\xa1\x7c\x47\x18\x45\x90\xc8\x73\x87\xc9\xa8\xdd\x42\x17\x98\xee\x3d\xc1\xd7\x85\xb9\xe6\x2b\x9c\xd7\xf0\x29\xf5\x53\x2c\x08\xfe\x78\x51\xab\x02\xe1\xfa\x9c\x89\x2a\xcb\xe1\x30\x07\x08\x25\x59\xec\xf1\xa6\xb4\x22\x2e\x5b\xac\x78\xa4\xa0\x8d\x15\xc6\xca\x14\x8d\x31\x1f\xe0\x55\x72\xe7\x99\xb8\x38\x2f\xc1\x25\xc6\x15\x6f\x3d\xde\x18\xc3\xc0\x3c\x8f\xc3\xa2\xb7\xa9\x8f\xb3\x94\xe9\x72\xe7\x4b\xca\x7b\x45\x6d\xa7\xf7\x97\xf6\xe6\x11\xfb\xf7\x14\x4f\xe7\x1a\x37\x1e\x2c\xbc\x2f\xf8\x50\x24\x2a\x10\xe3\x8f\x33\x13\x44\x2a\xbc\xbe\xac\x23\xb9\xe6\xdc\xa6\xd8\x4c\x81\x05\x27\xc6\xab\x8d\x77\x90\x2d\x6f\x1e\xc8\xfe\xc5\x9c\x55\xbf\xc3\xac\x60\x44\xcf\x9b\x96\xfd\x2b\xbb\x34\xc6\x2d\xdd\x55\xba\xa5\x77\xaa\x58\xb9\x58\xaf\xfe\x59\xa1\x45\xa1\x5f\x61\x4c\x7e\x7c\x3e\x87\x11\x9c\x97\x97\x77\x37\xd3\x4b\x38\x90\xab\x11\xc3\xe2\xb7\x0b\x34\xbd\xb4\xb8\x55\x3c\x6d\x73\x2d\x76\x3c\xfb\x97\xc6\x16\xe6\x3a\x66\xef\xec\x8f\x32\x74\xf3\xc9\x93\xbd\x25\xa1\x8d\x6a\xdd\x53\x45\x71\x75\xb4\x3a\x50\x40\xa9\x1e\xc9\x6f\x10\xd5\x56\xbc\x46\xce\xe6\x5e\x28\x33\x4a\xff\x2c\x78\x5f\x1c\x1d\xdd\xc7\x7b\x5f\x70\xd4\x33\x89\xf3\x28\xf7\x89\xd9\x2d\x56\x17\x3f\x48\xc3\x94\xe1\xc0\x2e\x9f\xd9\x56\xfa\x78\xf0\xd7\x28\x52\xbc\xd6\xe7\xde\x39\x57\xf8\xb6\x6b\xba\x46\xa9\x00\xb4\xfd\xc8\xbb\x23\x52\x6c\xde\x0d\x6b\xe6\x3a\xd4\x1f\x4d\x13\x09\xb0\xd5\x1a\x51\x5d\xbc\xf4\xb2\x2e\x8f\x6a\x4e\x74\xe1\x03\xb3\x2c\x96\x66\xee\x05\x0d\x0f\xfa\x38\x37\x69\xda\xb5\x6c\xcb\xe4\xa7\xe3\x17\x8a\x3f\x8c\x73\xda\xa7\x0b\x9f\x8f\xfe\xac\xd2\xc9\x7f\x3e\x74\x24\x57\x3c\xef\x7d\xaf\x2b\x8d\x92\x2b\xde\x61\x97\xaa\x20\x50\x6e\x7a\x1d\x09\xf3\xf6\xd5\x6e\x77\xbf\xc8\x91\x28\x9b\x34\x93\x60\x2e\x14\xc8\x6a\x84\xd2\x23\x79\x7f\xa6\xac\xcb\xf6\xce\xe5\x0c\x3f\x2c\xfe\x3b\x3d\xd6\x76\xb7\xf0\xcd\xe9\xf9\x4a\xcf\xfc\x87\x27\x8a\x85\x66\x79\xf7\x86\xd4\xa9\x93\xc2\xb7\x3d\xa2\x94\x6c\xfe\xaf\xb6\x8a\x48\xc0\xfd\xd2\x20\xe1\x8e\x67\xdf\xa9\xf8\x75\xf4\x29\xb3\xb2\x90\xaa\x81\xa3\x6b\xf1\xf9\x93\x61\x65\x86\x8b\xba\xc3\xdb\x4b\xb6\xcc\x6b\xb7\xed\x29\x7c\x35\xfd\xa2\xa2\x3c\xff\xca\x69\x6f\x41\x41\xde\xe4\x68\x2a\x55\x5b\x78\x76\x20\x30\xf9\x1b\x7f\xb6\x73\x31\xa2\x81\x7b\xa2\xa9\xcc\xdd\x8a\x5d\x5e\x75\xf9\xe8\x1d\xa6\x77\x91\x40\xa3\x1c\xb9\xcd\x9f\x3a\x89\x6d\xc3\xe5\x7c\xec\x5d\xd7\x9c\x46\x72\x6e\x78\xd0\x50\x42\x62\x97\xc8\xd6\x9e\x21\x2d\x73\xea\xab\x9e\x90\x9d\x73\x26\xcb\x7f\x93\x57\x92\x5e\x94\xfc\xa0\xf0\x42\xaf\x14\x9e\xa7\xba\xb9\xd0\x44\x49\xb4\xdd\xa6\x67\x04\xab\x90\xbc\xea\x57\xae\x0e\xbc\xff\xc4\x99\x36\x09\xca\x87\x9e\xa8\x66\x45\xaa\x58\x83\x7d\x83\x1b\x15\x14\x0b\x6a\x73\xa8\x7b\x38\xba\x55\x2d\xd4\xc0\x9c\x80\xf2\x79\x6a\x47\x52\x6e\xc9\x65\x9a\x5c\x28\xbd\xb0\x93\x96\xeb\x62\x2e\x0a\x84\xc4\x4d\x4b\x04\xf7\xa0\x6e\xd5\xe7\x5c\x2d\x38\xee\xc4\xd6\xd6\x4e\x58\xa6\x7b\xa8\x69\x16\x7a\x54\xdf\x5c\xff\x17\x6a\x2c\xde\x58\x6b\x04\x09\xd8\xe3\x55\x28\x88\x4f\xfc\x50\x2e\x84\x1a\x92\x4c\x4a\x2a\xa1\xa5\x50\xa3\x42\x0a\xf4\xdd\xf9\x8f\xe8\x10\xac\x6e\x9a\x21\x98\x80\x33\x54\x9f\x70\xa5\xe1\x85\x51\xe9\x96\x65\xf6\xf1\xae\x99\x26\x39\xf6\xba\xba\xf9\xfa\x24\x96\x7d\x91\x6a\x4d\x13\xb3\x87\xf5\xb0\x72\x99\xa9\x47\xd4\x29\xdf\xc0\x58\x4a\x14\x94\xc8\x31\x68\x21\x75\x85\x1b\x19\x52\xce\x85\x79\x53\xf4\x1a\x53\x5b\x41\x10\xdd\x5a\xf5\x27\xa7\x1b\x79\x74\x7c\xb5\x25\x39\x37\xb3\xb3\xad\x91\x23\x8c\xaf\xed\xa9\x3b\x27\xb0\x2c\x54\xac\xd9\xc0\xd7\x62\xae\x55\x5a\xf3\x34\xb2\xfd\xca\xf0\x5c\xc7\x84\xab\xc5\x05\x1c\x6c\xc8\xc6\x82\x6c\x36\xda\xd9\x38\xcf\x88\xe5\x67\xaa\xce\xbf\xc0\xb4\x51\xd3\xe5\x28\x31\xf6\x0c\x3f\x69\xee\x2d\xd9\xd4\xc1\x6d\x78\x5c\x14\x5a\x23\xac\x3b\x58\xd0\x52\x20\x59\x9d\x92\x2f\xce\xf8\x57\xd1\x9b\x97\x43\x20\x96\xae\xe6\x6e\x4d\x90\x2f\xde\x26\xa8\x08\x8e\xcf\x7f\xc5\x7b\xe3\x74\x3b\xb7\x9a\xab\x6b\x2a\xcb\x3f\xc8\xf6\x54\x43\xb3\x69\xcc\xd0\xc1\x27\xcd\x62\xf5\xe9\x6d\xc7\x1b\x0e\xd7\x5a\x55\x3d\xac\x85\xaa\x5e\x8b\x48\x55\xa7\x2a\x08\x74\x41\xf9\x5a\x19\xc0\xeb\x96\xea\x16\xd7\xc7\xff\x2d\xf2\x2c\xd4\x09\xaa\xc9\xd7\x13\x25\x38\xb9\x08\x1f\x08\x49\x26\xcf\x78\x58\x1e\x46\xad\x9b\x35\xc2\x3e\xd4\xff\xa1\x69\xa4\x87\xdc\xf2\xb4\x7e\xa5\xd3\xa9\xd2\xa0\x76\x47\x9b\x58\xee\xfd\x2a\x87\xa6\x7a\x64\x5b\x79\x56\xfd\xc1\xcc\xcb\x25\x9d\xd5\x53\xe8\xeb\x85\x0b\x15\x3a\x81\x63\xa2\xf6\x12\x43\xc7\x66\x61\x58\xfe\x67\x93\x7a\xee\x03\x21\x5d\xed\x0a\x4b\x85\x73\xa9\x6f\x6b\xd3\xd4\xc9\x4f\xcd\x3b\xea\xaf\x8d\x68\x96\xa7\xd6\x7c\x1d\xd4\x14\xea\x57\xc9\xf7\x3c\x82\xf0\xe5\x46\x1d\x19\x19\x51\x25\x61\xcd\x1f\x51\xc5\x85\xa9\xf5\x7a\x01\x13\x22\xe7\xca\x35\x87\x9f\x82\x1f\x25\x21\x26\xde\x5c\x92\x28\x4b\xed\x15\xf3\x38\xcf\xa8\x37\xb8\xa9\x6b\x52\xb1\x29\xa8\xfe\xfc\xd8\xb3\xb2\x96\x9a\xcf\xa3\x59\x02\x6c\xd5\xe6\xc1\x49\xda\x99\xf2\xff\x7a\x56\xd2\x4f\x95\x98\xb6\x5f\x47\x6d\x2a\xb4\x6d\xa2\x04\xf8\x8a\xe4\x6b\x9a\x1c\x86\x04\xe7\xca\x22\x4c\x8c\xb9\xf6\xf9\x63\x6a\xff\x98\x14\xde\xf1\x9e\xa9\xa6\xe2\x59\x6a\xe3\x40\xfd\xd8\xe4\xeb\xd2\xef\x35\xab\xe3\x8a\xfc\xb9\xca\x77\xa3\x5b\x69\x1a\x65\x1f\x07\xc6\xd2\x8d\x4a\x36\x74\x5b\xc6\x95\x16\x6e\x6c\x8d\x08\x00\x79\x37\xea\x3e\x38\x70\x04\x50\xc5\x26\x93\x43\x9c\x1f\x05\xc3\xfb\xf5\x98\xfa\xbc\xef\xcd\x55\xc3\x0f\x48\x99\x95\x7b\x07\xd4\x48\xb5\x22\xe3\x1e\x32\x69\x8e\xb1\xd0\x31\x44\x56\xc8\x7e\xd8\xb2\x42\x16\x61\xdb\x1a\x3e\x50\x94\x22\x5b\x6b\x6e\x52\x2e\xfc\x3f\x04\xc0\x07\x20\x54\x0f\x03\x00\xf0\xf6\xfe\xda\xbb\x8c\x54\x32\xda\xa4\x34\x48\xa8\x94\x06\x4a\x44\x92\x42\x1a\xf6\xba\xbb\xb7\xdf\xdd\xbd\xdb\x7b\xbb\xe5\x38\x9c\xb3\xb7\xec\x2d\x92\x96\xa6\x96\xf6\xfc\x37\xb4\xd7\xf7\x3b\x98\xab\x8c\x00\xf5\x1e\x39\x12\x13\x44\x5f\x17\xc7\xbf\x08\x33\xad\x93\x59\x62\x44\x97\x6d\x5d\x21\x06\xa7\x28\xcb\x4b\xee\x83\xa3\x78\x97\x0a\x37\x01\x7f\xf0\x54\x53\x0a\xb8\x24\x4d\x6b\xd4\x83\x91\x67\xcf\x64\xd6\x83\x75\x61\x09\x9a\x7c\x68\xcd\xc1\x14\xa5\x07\x54\xe7\x41\x91\x88\xe1\x80\x75\xc1\xfc\x5a\x64\x94\x75\x22\x8b\x8b\x74\x66\x65\x55\xec\x86\x7b\x94\x1e\x25\x12\x98\xc5\x3b\x5e\xf0\x09\x0e\xc6\x97\x98\xd6\xc0\x87\xd2\x82\x8d\x61\x70\xd4\xd9\x95\x99\x10\x4c\x0f\xdb\xaa\x49\x80\x9b\x0f\xee\x54\x4e\x47\xc6\x78\x1c\x92\x9c\x45\x0e\xac\xdb\xc5\x97\x23\xc5\xd6\x64\x56\x3c\x6a\x91\x35\xb5\x5c\x4a\xbb\xae\x30\x16\xbf\xa6\xad\xe6\x3e\x2b\x38\x40\x65\x61\x8a\x3c\x19\x75\x42\xea\xe5\xec\x4b\xb8\xe1\x4c\x99\xfe\x3f\x3c\xf8\xd8\x1d\xf5\x33\x7c\xe9\x81\x8f\x0a\x1e\x76\xc7\x63\x8e\xf8\x33\xc6\x5d\xb7\x9e\xef\x80\x1d\xb1\xce\x62\x8d\xc4\xe6\x65\x7e\x29\x9f\xc4\x99\x26\xef\x2f\x3e\xc0\x9e\xc4\x9d\x65\x2e\x64\xfe\x44\xef\xe4\xfe\x64\x8e\x4f\xb5\xcd\x76\x61\x38\x9c\x59\xa8\x0f\x27\x62\x8f\x05\xa9\xc3\xe8\xf5\x07\xc4\xf2\xbf\xb4\x97\xdb\x1f\x8b\x43\x68\xe3\xd7\x6d\xe0\x09\xa9\xab\xac\x9f\x30\x23\xf1\x6d\x99\x33\xcb\x7c\x45\x7a\xd9\xa3\x22\xb3\x70\x37\x67\x8b\x79\x2e\xbf\x0b\x9d\x95\x1b\xc5\x3b\x9a\x92\x96\x65\xe4\xfc\x89\x01\x75\x57\xd9\xad\xa1\x37\x32\xae\xb3\x98\x07\x9c\xe5\xd1\x4c\x8b\xed\xc5\xa2\x5a\x42\xb5\xce\x93\xfb\x8c\x3e\x6e\xc9\x6a\x46\x0d\x35\x5c\xd7\x53\xaa\xd4\xb8\x4b\xf3\x0b\xbf\x67\x2c\x64\xfd\xcc\x3f\xa9\x78\x0f\x3f\xcb\x31\xcb\x1a\x92\x4f\x19\x1e\x4b\x84\xa7\x99\xba\xc9\x22\x38\x74\x52\xc6\x14\xc1\xf1\xfd\x5a\x99\x96\xfb\x73\x7b\x90\xf0\x03\x3b\x76\xdd\x76\xee\x4c\x46\xcf\x12\x2e\x31\x48\x1f\xa3\x0d\x2e\x75\xcd\xe3\x49\x9c\x0b\x19\x46\x39\xd3\x6c\x7a\x6f\x68\x82\x72\x73\x56\xe9\x6a\x92\xb6\x1b\x8e\xaa\x73\xa3\x31\x2d\xa2\x34\x86\xac\x54\x41\x32\x6c\xdf\x07\xd9\x54\xf1\x78\xf7\x57\xc2\x30\xbe\xdf\x3a\x5b\x4e\x2a\x9b\xbc\xe4\x1a\xb1\x81\x48\x50\x37\x95\x2e\x28\xef\x17\xf5\x17\x86\x95\x04\x32\xf6\x98\x0a\x0b\x2e\x80\xfe\xc6\x3b\x79\xf7\x12\x7e\x67\x7e\xce\x7e\x1c\x75\x5c\x3b\x55\xff\xf0\xa8\xb3\x6a\xa4\x3a\x67\x9f\xb3\x54\xac\xf8\x9f\x7b\xb2\xe0\xb9\x78\xd9\xda\xdf\xec\x7f\xbc\xd1\x4b\xfe\xd1\x1b\x19\x7a\xf5\xae\xd2\x49\xb5\x47\x44\x3b\x0a\x0f\x54\xa6\x13\x39\x26\x49\x69\x1c\x50\x61\xac\x2a\x5c\x95\x10\x9d\xd9\x91\xd7\x11\x79\x4f\x73\x3b\x7b\x77\x70\x87\xb2\x43\xc7\xf4\x1d\x92\x06\xaa\x4e\xb9\x7b\x0a\x4c\x92\xa1\xb5\x1f\xd8\xcd\xfc\x45\x36\x8b\xe9\x08\x73\x6a\xc6\x93\x92\x1f\x8d\xcb\x85\xdd\x85\x1b\x6b\x3f\x12\x0b\x4c\x29\x95\x2c\x60\xb5\x91\x55\x32\x1c\xff\x36\x93\x53\xb0\x32\x32\x5e\x23\xcb\xdd\x11\x1c\xa7\x24\x1b\xc6\xfb\xe6\x4a\x27\xaa\x4f\xb8\xdb\x0b\x42\x64\x7e\x6b\xbf\xb3\x13\xf9\x1f\x6c\xf6\xd0\xd7\x30\x3d\x84\xd3\x5b\x73\x29\xb5\xc4\x60\xc3\x7f\x94\x5e\xc8\xaa\xd6\x9f\x72\x23\xe9\x5f\x45\x0e\x30\x3d\x86\x55\x7c\x1d\x20\x85\x35\xe5\x0f\x81\xa3\x03\x22\x8d\x79\x60\xc5\xae\x65\xba\x3f\x10\x67\xb3\x9f\x6a\x2c\x9c\xbe\xb2\x42\xac\x45\x4e\x59\xaa\x38\x5d\x68\xb8\xe0\x63\xab\x13\xb4\x9c\xc8\x6b\x90\x43\x23\xc1\xfb\xb5\x13\xc0\xdb\x49\x3d\x15\xe1\xe0\xf3\x98\x13\xc5\x22\x68\x51\x98\x22\x3f\x07\x4a\x08\xf0\x34\x26\x42\xaf\x77\xcd\xd4\xdd\x80\xd1\xcd\x1b\x95\x2f\x10\xeb\x95\x66\x31\x81\x34\x5b\xea\x39\xb5\x68\x9c\xa0\xa7\xa5\x07\xa9\x20\x12\x1b\xb6\x20\xc7\x40\x5d\x4d\x15\x32\x26\x49\x5c\x31\x03\x7e\x12\xb3\xa1\x78\x37\xfc\x32\x2c\x21\x3f\x0c\x99\x14\x60\x63\x5c\x83\xec\xdb\xf9\x4d\xa7\x46\x74\x9b\x6d\x94\xd5\xc8\xf7\x95\x46\xf1\x31\xd4\xcf\xb2\x88\x23\x41\xcb\x05\xf3\x9b\xff\xd0\xde\xd2\x3f\xd4\x93\x69\x3b\xc1\x1d\x35\xa3\xa8\xaa\x24\x97\xf2\x28\xea\xfc\xd3\xf7\x8a\xb2\xf1\xba\xb0\xa5\xa6\x3a\x1c\xf0\x7f\x9a\xcd\xc1\x03\x77\x5e\xd3\xcd\xc0\xed\x36\x8f\x53\xae\xc2\xbe\xad\x2c\x14\xdd\xc5\x3a\x2c\x87\x38\x73\x30\x11\x1f\x6d\x8e\x64\xb7\xd1\x53\xeb\x6e\xb3\x0a\x80\xeb\xd5\x47\x98\xc2\xc4\xeb\x65\xad\x8c\xfc\xd3\xb4\xa2\x71\xc4\xe3\x63\x37\x4d\x56\x84\xb3\xbf\x31\xeb\x0b\x5d\xbe\x33\x5b\x7b\x86\xf6\xdc\x75\x58\x81\xd2\x56\xad\xec\x10\xad\xa6\x9e\xb5\x5a\xc9\x3e\x8d\xeb\xf9\x5b\x9a\xaa\x84\x8f\xe9\x53\xeb\xd6\x0b\x82\x81\xf0\xaa\x6a\xde\xd5\xc4\xb3\x65\x4b\xb9\xc0\x69\x87\xc2\x18\xce\xf6\x63\xd4\x3c\x8c\xbd\xd0\xff\x64\x56\x10\xf3\xcf\x4e\x92\xa6\x89\xd1\xec\xfa\x5c\x7e\x91\x48\x5e\xf9\x52\x98\x48\x9f\x6d\x85\xb3\xf2\xa8\x39\xbc\xe0\xc6\x3b\xaa\x57\x34\x97\x0b\x41\x8a\xef\x14\x5a\xe5\x2d\xd9\xb7\x04\x75\xa9\x9b\xe4\x73\x74\x6c\x01\x24\xfa\x1d\xfa\x2c\x57\x2c\x9c\xed\xf7\xca\x10\xcd\x5f\xb1\xd3\x41\xdd\xcf\x9d\xe8\xda\x27\xbb\xcf\xea\x5b\x35\x43\x80\x32\x50\xab\x1f\xcc\x12\xfa\x2c\xae\xbe\xf1\x90\x71\x26\xf5\x70\x6d\x8b\x21\x98\x2c\xab\x74\xd6\xa9\xe2\x6b\x4b\x44\xea\xeb\x51\x1a\x73\xaf\x6a\x5a\xe8\x9a\x9c\xfb\xf2\xfd\x7e\x41\x99\x45\x12\xb2\x77\xbb\x7a\xbe\x30\xdc\x35\x43\x66\xc7\x9b\xbf\x6a\x09\xff\x22\xab\xcd\xfa\x08\xe3\x1b\xe1\xc3\x91\x35\xdc\x29\x1e\x81\x87\xd5\x1e\x32\x67\x92\x8a\x2a\x3a\xf3\xd6\xc7\xdd\x28\x99\x9d\x6d\x8a\x6c\x31\x6f\xc9\x9c\x11\x92\x98\xb3\x53\x93\x7c\xb0\x35\x73\xa6\xb2\xc4\x3b\x24\x03\x92\x66\xb8\x26\x48\x25\xc2\xbd\xab\x56\xf1\x37\x73\x6e\x59\xeb\x18\xf1\x0c\x2f\xce\xb8\x86\xac\x72\x1a\xf6\xa4\xd6\xa6\xf8\x3f\xd2\xb6\x0a\x45\x81\x73\xdc\xe9\xe2\x7b\x79\x7e\x91\x47\xf3\xbf\x67\x1f\x09\x59\x64\xfc\xab\xf7\x3f\x08\xeb\x3b\xd5\x8b\xbc\xd7\x64\xac\x97\x73\x5c\x4f\x4a\xf7\x88\xea\x57\x6d\xe2\x7d\xe6\x5e\xb0\xee\x64\xac\x62\xc8\xd8\x58\x43\x4c\x75\x30\x96\x52\xf3\xb6\x5c\x9e\xfe\xa0\x22\xa2\x38\x37\xee\x7f\xc5\x2a\x73\x7a\xe4\xf8\x7c\x73\xae\xdd\xd1\xdb\x46\xb3\xa1\xeb\xe0\x41\x7d\xac\xd6\xd1\x7b\xa6\xea\xa6\xd2\xde\xf5\xb4\xe4\xa3\xf8\xf9\x2a\x7f\x9e\x9a\x77\xdc\xfa\x3b\x71\x83\x91\xcd\xb4\xee\x4e\x03\x9a\xe0\xd7\x6d\x7a\xa0\x21\x55\xde\xd8\x0c\x64\x9e\xfb\x55\x5b\x09\x5c\x3c\xb9\xb4\x22\x15\xb4\x0e\x1a\x2e\x9e\x0e\xea\xf6\x1f\x36\x05\x40\xbb\x77\x3c\xcf\x9a\x06\xcf\xd9\x38\x4b\xcd\x84\x7f\x3b\x94\x4b\xa3\x90\x1b\x96\x23\xb9\xad\x68\x25\xe3\x5e\xb7\x25\x3c\x03\xee\x68\xdb\x03\xdd\x4e\x8d\x69\x8c\x87\xa4\xe7\xae\xd7\xc6\x40\xec\x93\x13\x2a\xd6\x42\x85\x41\xb7\x8a\x2e\x43\xdf\xf6\xbb\x99\xe6\xc3\x67\x76\x0c\x1a\x9e\xc2\x3f\x36\x8e\x54\x47\x23\x72\x87\x12\xa9\x0f\xba\xd4\x72\x3c\xb7\x18\xad\x63\x08\xbb\xda\x51\x1a\x9c\xd1\xfa\x01\x5d\x98\xba\xb1\x71\x21\x52\x74\x2e\xb7\x76\x16\x12\x1f\xf1\xa4\xfc\x21\x12\x11\x54\x5b\x84\x20\x94\xfd\x36\x79\x97\x90\xea\x1d\x97\x0c\x79\xe8\x38\x97\x4f\xea\xb5\x68\xb8\x43\xa1\x74\x01\x9a\x6b\x39\x87\x4b\x43\xbf\x31\xe6\x77\x7e\xa6\x27\xc3\x5b\x5a\x97\xd3\xaa\x53\xde\x37\x04\x50\x7f\x9e\x3b\x59\x13\x4c\x8d\x8d\xd0\x97\xaf\xa2\x4e\x08\x82\x0a\xfb\xf0\xb6\x7d\xc3\x79\x0b\x71\xe5\x8e\x46\xc3\x54\xfc\x8c\xcb\xe3\x0c\x15\xee\xee\xd0\x20\x61\xe1\x63\x2c\x77\x73\xfe\x60\x97\x88\x3b\x9d\x87\xd9\x5f\xe1\x91\x2d\x10\xeb\x4e\x4a\x45\x7d\x26\xb3\xe1\xdc\xea\xea\x02\x46\x7f\x44\x52\x19\x9d\x31\x3a\xe8\x70\xe1\x0a\xc2\x6f\xdf\xf5\xdc\x54\x7a\xf9\x8e\xac\xcc\xe3\xf4\xf1\x2e\x83\xaa\x47\xb4\xc3\x0e\x83\xe2\xeb\x54\xb9\xa5\x98\xb3\x13\xbf\x4a\x64\x74\x18\x84\xb5\x50\x53\x73\xbf\x60\x4b\x4a\x72\xdd\x30\xaf\xe9\xec\x70\xf5\x28\xee\xe9\x08\x8f\xd2\x87\x9c\xd5\x41\x76\x05\x10\x7b\xec\xbe\xd2\x9c\x3e\xe6\xab\x1d\x6c\x7d\x3e\xa3\xd6\xe5\xbe\x6a\x31\x01\x38\x8e\x15\xff\x8f\xbe\xd2\xf2\x2d\x1b\xa0\xf6\xd1\x5f\xb6\xe7\xaa\x42\xa0\x19\x4d\xb7\x14\xd1\xc9\x7d\x17\x7e\xc8\xce\x9d\x0d\xac\x1a\x29\x89\x3d\x51\x52\x72\x5b\x84\x1f\x29\x33\xa7\x08\xb2\xf6\x1d\x33\xb6\xf0\xda\x76\x84\xe9\x0c\x9c\x7a\x97\x47\xca\x85\x2c\xb5\xa3\xbb\x68\x32\x23\xde\xea\x34\x2b\x95\xbe\x8c\xee\xd5\xf6\x23\x6b\x08\x8c\x68\xb2\xc8\x5c\x9f\x3c\xfd\xc2\x7a\x2d\x70\x26\xb3\xd2\x25\xa3\xe3\xc4\xa4\x92\x09\xca\xf9\x47\x96\xe7\x1b\x64\x67\x7c\x3f\x65\xbf\x13\x97\xec\x58\xa8\xbd\x2e\xb8\xe0\xd2\xab\xf0\xe3\x6a\x1c\xc3\x84\x9e\x2c\xd0\xaa\x97\x59\x4e\x78\xd0\xe4\x6d\xa1\x85\x73\x80\xb2\x46\xae\xa9\x23\x29\xb2\x36\x27\x27\x2a\xe6\x5b\x85\xca\x30\x1c\x7e\xb2\x38\x54\x07\x05\xaa\x4d\x9f\xd4\x63\x7d\x79\xd9\x5b\x14\x71\x1e\xf7\xb4\xcb\x24\x7c\x97\x4e\xb9\x59\x80\x3a\xd2\x05\x39\x9c\x20\x6b\x6b\xa6\x0d\x63\x21\xcd\xb1\xcd\xaa\xd4\x13\xd8\xdb\xe8\x53\x68\x4e\x9a\x57\x1b\x95\x3f\x39\x26\xb7\xc2\x2f\x67\x67\xf8\xbc\xe2\x49\x86\x84\xc0\xe3\x26\xad\x56\xed\x1b\x95\xf5\x5c\xa5\xf5\xe8\xd4\x5c\x92\xed\x75\xb9\x2c\x0f\x16\xf6\x3a\xea\x04\xc1\x5c\x2b\x6b\x1f\xc6\x3d\x46\x30\xb5\xb3\xf5\x41\x45\x07\xe5\x75\xe3\xa8\x92\xef\x89\x97\x6a\xad\x0a\xed\x63\x22\x2a\x46\x9a\x16\x1d\xbf\x55\x54\x92\xfd\x23\x70\xad\xc9\x5d\x7f\xd9\xd7\x27\x0b\x57\x27\x79\xd4\x6a\x4e\xca\x2b\x5d\x1e\xca\x7e\x8a\xfa\x1d\x5b\xf9\x7f\xb8\x66\x6b\x88\x81\x30\x8e\x61\x3b\xfa\x0e\x43\x73\x48\xfe\xdd\x21\xe0\xcb\xf8\xd0\xb6\x03\xa0\x22\xda\xa2\xe1\x1f\xa8\x3b\xd6\x58\x13\x0b\xde\x39\x34\xb1\xac\x00\xda\xb1\x67\x5c\x01\x06\xdd\x75\xf7\x37\x96\xc2\x22\xe7\x10\x6d\x2d\x72\xd6\x7e\x89\xec\x0d\xba\xc4\xa2\x96\xc7\x43\x87\x30\xc7\x4b\xdf\x91\xbd\xa4\x9d\xdd\x23\xe1\x77\xf1\xee\xad\xdf\x60\x38\x7a\x74\x43\x01\x7c\xf0\x58\x6e\x8d\x35\x7c\x28\xe0\x53\x59\x04\xcc\xf2\xf9\x58\xb0\x0d\x7e\xed\xbe\xd3\x48\x47\x4e\x39\xef\xd5\x0a\x90\x2f\xf6\xd6\xb2\x2e\x34\xca\xe2\x02\x2f\x1d\x7d\x8c\x7e\xbd\x94\x85\x65\x93\x3c\xbb\x14\xd8\xb4\x78\xcb\x56\x05\xca\x8a\x7a\xd6\xb0\x1f\x5d\x7e\x8c\x5f\xdd\x8d\xfc\x08\x18\x2c\x9b\x8c\xfc\xf1\xb9\x6f\x7e\x8d\xda\xbb\x6f\x33\xfa\xa0\x51\xce\xdb\xb5\x01\x68\xb9\xfd\x7c\x99\x14\x7d\x6a\xd1\xc1\xf3\xc1\x16\xa0\x65\xbd\x17\x89\x23\xe9\xdf\x3a\x7b\xe9\x29\x71\x8f\x5b\x1a\x69\xaa\xa8\xa2\x7a\x94\x3a\x7c\x2c\xac\x7a\x2c\x95\x12\x50\x52\xba\x8b\xba\xd4\xa7\xce\x6c\x8b\xbf\x71\x5f\x97\x9d\x8f\x97\x3b\x6f\xd4\x94\xe0\xa8\xbd\xbd\xf4\x27\xee\x62\x31\xcc\xad\xc2\x5e\xa3\x5d\xbd\xd6\x1c\x7e\xfa\xf7\xce\xf9\xec\x90\xb8\x81\x96\x11\x2c\xa7\xa8\xac\xba\x8b\xcc\x35\xc7\x0e\x57\xf9\x33\x0e\x05\xe4\x94\x48\x08\xbe\x4f\x45\x7e\x32\xfd\x99\xfb\xaa\xac\x77\xf4\x0d\xce\x5b\xd5\xaf\x68\x54\xfb\x7d\x52\x17\x6a\x9d\xe5\x66\xce\x30\xfe\x06\x15\xf4\x44\x8b\x46\xa5\xdf\xee\x08\x13\x80\x71\x1d\xcd\x5e\xbc\x7f\x51\xe2\xba\xe9\x5c\xd9\x31\x9f\x4a\x2d\xc7\x2f\x40\x55\x7c\x9f\xbd\xc0\xa7\xd0\x54\xcf\x1c\x76\x5f\x99\x65\xcb\x68\x77\xde\xa9\x9e\x4b\xb0\xed\x49\x92\x08\xfa\x36\x4b\x2e\xc7\x9a\x3a\x84\x8e\xbf\xb8\x4b\xb5\x2f\x3d\xb8\x7d\x87\xc2\x3b\xee\x40\x93\xad\x6c\x7b\xd4\x92\xda\xf7\x92\x4d\xa1\x0f\x2b\xd2\x44\xbe\x01\x3e\x45\x15\x82\x48\x1f\x72\x9e\x98\x47\x77\x5f\x64\x18\xc3\x61\x39\x87\xa9\xfe\xb0\xc8\xf6\x2d\xe2\xfd\x8c\x08\xab\x29\xec\xe9\x74\x57\x24\xad\x3b\x26\x6b\x5b\x5a\x6f\xdb\x31\x3d\x16\xdb\xd2\xe8\xaa\xe9\x8e\x54\xd6\xfc\xcd\x98\x11\x1a\x5e\x4e\x53\x9c\xf5\x1f\x2a\x6c\x91\xb6\xf9\xac\xcf\xd5\x8b\xe7\xba\x0d\x67\x2e\x14\x6c\x74\x8e\x50\x59\x70\x5d\xed\x3f\x8b\x92\x59\x1e\x56\xc9\xac\x2d\x84\x0b\x62\xdb\x95\x6d\x6e\x49\x8b\x69\x35\xe6\xc5\xc4\x1e\x6a\x20\x8c\x53\x22\x6d\x6b\xb6\x67\x1a\x42\xde\x96\xd5\x6a\xdd\xfc\x99\x05\x5f\x54\xf7\x76\xff\xce\xb9\x29\x3f\xe5\xf6\x44\x7f\x40\x5c\xe8\x0c\x2a\x23\xf9\xd7\x1c\x6c\x85\x3d\xec\x67\x56\xed\x4c\x03\xf1\x14\x1e\xec\x0a\x2d\xd6\xa4\xcd\x6a\x3d\x68\xfe\x1a\xbb\xb8\xc1\x39\xef\xd8\xa9\xf7\xd5\xcf\xb2\x0d\x21\x55\x65\x47\xf4\x2f\xfc\x23\x0a\xc4\x9a\xd5\xbb\x9f\xe7\x24\x2b\x83\xdc\x1e\xe8\x5e\x48\x9d\x9d\x85\xca\xc9\x82\x2f\x0e\x3b\x85\xe9\x1c\xa1\xd5\x07\x66\x10\x63\x0e\x2c\xed\x9a\x5e\x76\x25\xb5\xa5\xe5\x6b\xd1\xab\xf3\xef\xea\xef\x9a\x97\x9e\x6a\xad\xc6\x73\x57\x84\x70\x4a\xdf\x66\x2d\xf1\xf7\x29\xb0\xd5\x59\xee\x7e\x94\x33\x5e\xf5\xcd\xed\xa9\x2e\x56\x76\xc6\xb9\x42\x91\x2d\xbc\xe3\x90\x28\x9c\xcf\x9d\x68\x6d\xc7\xf8\xc7\x98\xff\x2b\x12\x8a\x03\x83\xdf\x30\x21\x2a\xc8\xbc\x77\x18\x52\x83\xed\x17\x9f\x40\x4d\xe0\xb7\xea\xbb\x50\x05\x58\x9a\x1d\x0e\x4f\x80\x24\x82\x45\xf0\x0a\xe8\x39\x49\x03\xef\x87\xd7\x47\x4c\x81\x01\x98\xba\xeb\x11\x5c\x04\x5f\x75\xbc\x0b\x3f\x41\x96\xfc\xa4\x83\xd7\xd0\xf0\xd7\x26\xf0\x23\xba\xe0\x6e\x22\x34\x1b\x79\x75\x71\x21\xe4\x86\x34\x57\xcf\x81\xbc\x91\xd3\x59\xb5\x50\x3e\xd2\xc1\x4f\x86\x6e\x22\x57\x48\x93\xe1\xe9\x48\xef\x09\x08\xf6\x43\xda\x76\xa5\xc2\x12\xc4\xe4\x28\x86\x07\x11\xfe\x0f\x06\xe8\x47\x0b\x7c\x55\x0e\x26\x50\xdb\xee\xb0\x41\x0e\xd5\xb9\xdb\x17\x6c\xc6\x85\x55\x9e\xe0\x3b\x7c\x49\xd6\x1c\xc8\x0b\x9f\xc9\xbb\x0a\x91\xb0\x6b\xe9\x2c\xa8\x03\xc3\xc3\x9f\xc1\x73\xb0\x65\xbb\xe6\xc0\x67\xd0\x1c\xc7\x43\x70\x03\x6a\xf1\x8d\x06\x90\xb8\xb1\x2f\x6a\x00\x1d\x67\xc7\xad\x02\xa0\x83\x3d\xaa\x53\x00\x7c\x67\xde\xab\x28\x04\x37\x32\xba\x32\xaf\x82\x09\xc4\x47\xae\x16\xac\x22\x2c\xd2\x8c\x90\x05\xdd\x21\x7c\x36\xc4\xa4\xcd\xdf\x99\x02\x0d\xe3\xbd\x8e\x33\xe1\x30\x2c\xf2\x4b\x0b\x25\x55\xe6\xfb\x7c\x32\xc5\x2c\x89\x19\x18\xa0\x0c\x89\x18\xed\xfd\xc0\x7c\x41\x5d\xd9\x5f\xe0\x28\x7f\x9c\x7e\x2f\xa0\xe3\x92\x38\x7b\x80\xcf\xec\x67\xa9\x19\xe0\x19\xd6\xfa\xe3\x3e\xe0\x6b\xc6\x21\xef\x2f\x50\x14\xdd\xd6\xe1\x07\xf4\x08\xbf\xf2\xb9\x89\x6c\xd6\xf5\x3d\x1d\x49\x7e\xa0\xd9\x79\x63\x04\x65\x9e\xaa\xa4\x6d\x3c\xc5\x57\xe1\x5a\xea\x47\x61\x4a\x2f\x6b\x3b\x29\xf7\xc5\x00\xeb\x37\xb0\x59\x38\x3f\x45\x0e\x34\xf0\xf8\x61\x18\xb8\x8f\xdd\xef\x4d\x80\xb7\x18\x06\x87\x4f\xd0\x31\xda\x8e\x8f\x9b\x49\xe5\xc5\xf6\x8f\x0d\xa4\x17\x66\xc9\x55\x8c\xbc\x20\x6f\x6c\x73\x0e\xd9\x3f\x3b\xa9\x78\x16\x39\x43\xff\x50\xdd\x48\xfe\xac\xf1\x61\x6e\xa4\x1c\x57\x32\x93\x6d\x29\xaf\xa5\x82\x63\x69\x00\x55\xb8\xd3\xeb\x0f\x68\xcd\xa1\x39\x7c\x01\x6b\x88\xb8\xf7\x8d\xa4\xd9\x4d\xdf\x1e\xce\x26\x79\xd5\xad\xea\x5f\x41\x3a\x57\xc5\x69\x0c\x23\xe5\x95\xf6\x15\xbc\x21\x7d\x2e\xf8\xa1\x6a\x27\xfb\xe7\x8d\x22\x28\xe4\x6e\x43\x57\x62\x2d\xe5\x88\x66\x43\xe8\x39\xca\x37\xf9\x7a\xaf\x73\x80\x41\x90\xeb\xf0\x01\xdc\xcb\x34\xbd\xa5\xa4\xbf\xbf\x02\xdc\x1f\x41\x1a\xd7\x73\xa7\x6f\x14\x69\x49\xc7\xe2\xfa\xdd\xa4\xa3\x4d\x1e\xf9\x9f\x48\x59\xb5\x4e\x8a\x61\xd2\xbf\xb2\x0f\xb4\xe7\xe4\xd4\x82\x5d\x09\xb1\xe4\xb7\xd9\xff\x85\x64\x53\x60\x8d\xa3\xd7\x28\x60\xbb\xa4\xc4\xe1\x33\xf0\x8f\xad\x79\x53\x9e\xde\x75\x7b\xd1\xa0\x4d\xfa\xab\x6b\xb6\x97\x96\x93\x46\x5f\x1a\x59\x17\x47\x72\xe9\x30\xe4\xaf\x20\x01\x4d\x23\x15\x1b\x49\x03\x35\x96\xb4\x9d\xe4\xdd\x25\x2d\xf1\x4f\xc9\x65\x79\x48\xc8\x29\x8a\xab\xee\x91\xe7\x53\x60\xac\x2c\xda\x71\x0a\xd0\xc7\xf1\x78\x33\x33\x3d\xef\xc1\xfb\x7b\xc9\xe9\x1d\xb7\xc5\xbd\x58\xfa\xe0\xb5\xe9\x17\xae\x90\x26\xf4\x6e\x37\x71\x48\xbb\xda\x17\xca\x8b\x49\x8a\xfa\x6c\xea\x35\xf2\xf8\x0a\x6d\x3c\x85\x1c\x6d\x86\x42\x76\x91\x07\x0d\x93\x3c\x5f\x51\xca\xe4\x1a\xc7\xdd\x00\xc4\x39\xfb\x45\x8b\x46\x01\x8a\xe7\x5e\xa8\x03\x50\x7f\x93\x85\x7c\x04\xbe\x75\x64\x20\x97\x41\xe7\xf2\x77\x88\x0e\x74\xce\x9c\x8b\xc8\xa0\x71\xdc\x6d\x48\x1a\x94\x9a\xe6\x83\x84\x42\x0f\xc2\x37\x23\x5e\xf0\xbe\x9d\x65\xc8\x7a\xb8\xde\x31\x1c\xb1\x40\x56\x0d\xb7\x22\xed\x08\xfe\x2c\x0e\x91\x20\x3e\x03\x65\xc8\x59\x64\x79\xfb\x4d\xc4\x1f\x19\x5d\xbe\x06\x59\x03\xdf\xd3\xa7\x22\xeb\x11\x7b\x8e\x10\xb1\x40\x0e\xa5\x0e\x20\xf3\x91\x84\xe3\x79\xc8\x0c\x84\xd8\xe9\x8b\x4c\x47\x24\x8e\xf3\x90\x71\x88\xee\xf3\x15\x64\x1b\x35\xf6\x29\x86\xcc\xc0\x3f\xdd\xb8\x01\xbf\xc0\x93\xda\xc7\xc3\xf7\xb1\xd7\x65\xe7\xe0\x4b\x18\x57\x77\x19\xee\xc7\x50\xf6\x77\xb8\x05\x3b\x96\xea\x0f\x5f\xc3\xec\x8e\x6f\x82\xef\xa2\x4f\xbc\xdf\xc2\x2f\x51\x8e\xc3\x4b\xf8\x35\xea\xf8\xf1\x3d\x7c\x98\x73\x7e\xa8\x00\x5e\xcf\x3e\x71\x7d\x32\x3c\x97\xe5\xdc\x7a\x02\x9e\xc4\x5c\x5e\xf2\x1e\x9e\xc8\xb0\xd3\x52\xe1\x31\xc4\x39\xd6\x35\x78\x1a\x3d\x37\xe5\x3c\xbc\x8a\xd6\x1b\x76\x12\xf6\xa7\x5e\xf3\x8e\x84\x93\xf1\x02\x87\x3a\x98\x8f\x25\x7e\x58\x03\xc1\xd2\x89\x8f\x47\x42\xc7\xc4\x87\xaf\x7a\x43\xbb\x84\x8a\xe6\x12\x68\x2b\xff\x75\xf1\x41\x68\x1b\x6f\xbf\x66\x1e\xe4\xc9\x19\x64\x4a\xa0\x40\x76\x78\xf2\x69\x88\x60\x76\x1e\x53\x43\xcd\x8c\x09\x5e\xef\xa0\x4f\xf4\x51\x0e\x46\x78\x31\x7e\xf7\xfd\x6e\xd0\xac\x3d\xff\x70\x0a\xa8\x52\xcf\xea\x47\x40\xa1\x52\xd5\x38\x0c\x22\x72\x8f\x42\x23\x08\x4b\x3e\x66\x28\x41\xae\xa8\x99\xb1\x0f\xcc\x11\xa4\x27\xc5\x82\x8f\x79\x53\x43\x5f\x40\x36\xec\x24\x2f\x3e\x14\xce\x48\x76\x28\x84\x64\x34\xef\x37\xad\x40\x4d\x21\x65\xd0\x0c\x98\xf2\x67\xf7\x8d\x06\x32\x72\x8a\xeb\x95\x00\x27\xcb\xc3\x4c\x02\x78\xba\x2b\x4a\x35\x90\xa3\x0e\xa3\x8b\x81\x2b\x8a\x8e\xc4\x49\xe0\x34\xc9\x70\xc8\x7f\x60\x90\xe0\xa6\xd7\x3c\xd0\xc8\xd9\xe5\xd0\x09\xbe\x22\xce\xbd\xda\x06\xac\x69\xf8\x7a\x77\x19\xf0\xbf\xda\xf0\x1e\x23\xe5\x6b\xc5\xbb\x0b\x87\x28\xcf\x4a\x8e\x98\x8e\x50\x9e\x99\xf3\xe4\x79\xc0\xd8\x9c\x87\xd4\x7b\xc0\xa6\xcc\xab\xf1\x46\x80\xa2\x4e\x3c\xfa\x1a\xb8\x24\xcb\xf6\x94\x83\xcb\x04\x87\x1d\x7a\xc1\x74\xa6\xfc\xc5\x34\xca\xef\xcb\x56\xb7\xe7\x52\xfa\xbb\x1b\xbb\xc5\x94\xdc\xb6\x6d\x35\xfb\x29\xe2\x06\x5e\xee\x59\x8a\xa8\xba\x50\xfa\x94\x52\x54\xaa\xc2\x0f\x51\x86\xcc\x4b\xe3\x22\x81\x19\xd9\xe3\x8e\xda\x02\x41\x6a\x92\xe7\x2a\xa0\x55\xe2\xe9\x70\x1d\x74\x60\x03\xcf\x7d\x28\x83\x03\x95\xb7\xb6\x53\xca\xfb\x87\xbb\xea\x29\x44\xcf\xd8\x6a\x0a\x25\xb6\x6d\x20\xc7\x40\x39\xdb\x10\x21\x5d\x49\x41\xab\x4a\xb1\x4a\x4a\x79\x31\x11\xfb\x98\x72\x3b\x97\x15\xfc\x1c\x98\xa9\xb3\xf2\x9c\x0a\x30\xa5\x1f\x1c\x5e\x02\xdf\x38\x0b\x9e\x95\x51\x9a\x06\x63\x6f\xea\x29\x82\x9b\x07\xbb\x2c\x28\x61\xfd\xbf\xab\xee\x53\xdc\x2f\x1e\xcb\x99\x4e\x71\x6a\x8d\x91\xe4\x50\xbc\xea\x96\x61\x3b\x29\xb1\xe5\x87\x63\x31\x0a\x33\x1f\x0e\x6e\xa3\xd4\x64\xba\x7b\xce\x02\x9c\xe5\x36\x8e\xd6\x40\x0e\xc7\xeb\xbf\x46\x2a\x89\x52\xfd\xe8\x0e\xfe\x91\xf2\xeb\x2a\x8e\xc7\x03\x6b\x5b\x96\xe0\x93\x80\xa0\xe2\x41\xcc\x0c\x98\x34\x42\x2c\x14\x3c\xcd\x5a\x8e\xfe\x03\x3f\x27\xf7\xa2\x59\x10\x1c\x66\x83\x7a\xc3\x93\xbd\x8f\x22\x1f\x60\xa5\x43\x2d\x22\x44\x56\xbd\x7f\x86\x0f\xc2\x92\x47\x63\xf0\x13\x30\x74\xa5\x11\x7b\x0d\x9f\x6c\x0e\xc3\x44\xf0\xb6\xe2\xa5\x98\x1b\xbc\x43\xfd\x0e\xfd\x09\xcb\x98\x38\x9a\x0b\xdf\x4e\x0e\x44\x4f\x21\xd3\x8e\x35\xa0\xf3\x11\x77\xaf\x6f\xc8\x35\x24\xde\x01\x43\x40\x44\xfb\xee\x17\xbe\x13\x67\x3f\x5c\x85\xdd\xc6\xad\xfa\x9f\x60\x31\x58\x43\x93\x00\xb3\xc4\x3c\x8b\xa2\xd0\x3b\xe8\xb0\x3a\x00\x95\xa2\x4f\x18\xef\x51\x7f\xf4\x71\xd2\x2d\xd4\x0a\x6d\x3b\xe6\x89\x0c\xa1\x0a\xaf\x6c\x24\x1f\x8d\x72\x38\x8a\x44\xa0\xf6\x6f\x97\x62\x01\xec\x94\xfb\x67\xd0\xb7\x2c\xda\xe5\xb5\xa8\x88\x79\xba\xe1\x2f\xba\x9b\x11\x57\xf0\x16\x9d\x45\x30\x54\x3f\x91\xdb\xf4\x5b\x44\x17\x92\x4d\x77\x4c\x7c\x8f\xe0\xb4\xf0\xd0\x34\xe4\x24\x15\xf1\xb2\x44\xb6\xe0\x88\x83\x23\x32\x09\x3b\xfb\x3a\x06\x2d\x14\xf7\xdd\x6b\x42\x37\x89\xbc\x2f\x51\x90\xbb\x02\x53\x7d\x38\xc2\xe4\xcf\x35\x9f\x46\x0e\x70\x05\xca\x2c\x64\x31\xc7\x89\xae\x83\x3f\xb3\xae\x26\xfc\x85\xef\x33\xf7\x87\x34\xc1\x7d\x44\x81\x67\x2d\x5c\x46\xbb\xec\x60\x0b\x0b\xf0\xfe\x97\x0a\xe4\x99\x66\xd6\x9d\x27\x08\xaa\x1a\xea\xe9\x40\x5c\x15\xf8\x85\x42\xf8\x91\x6c\x97\xa9\x17\xd6\x48\x66\x2a\xd6\xc1\x09\xc2\x5f\xb4\x13\xb0\x1f\xff\x5a\xc2\x44\x78\x1b\x17\x0b\x99\x0d\xaf\x67\x8f\xf7\x3c\x01\x2f\x63\x6c\x74\x70\x82\x27\xd3\x36\x3e\x5f\x00\x3f\x31\x5f\xbe\x05\xc2\xb2\x3c\x71\xf7\x1e\x78\x9f\x31\xb0\x26\x18\xfa\x64\x98\x94\x6b\x80\xca\xb4\xd5\xb2\xcd\x10\x2f\x23\x06\x2f\x84\x28\xf2\x2f\x71\xc5\x50\xac\x64\xdf\xd1\x15\xd0\x59\xc1\xd1\x1d\x5f\xa0\x33\xec\x3f\x0e\x41\x50\x28\x11\xfc\x84\x09\x27\xd5\x7d\xba\xf1\x07\x1e\x5d\x2d\xe8\x78\x05\x95\x94\xfb\x54\xcd\x82\x02\x8a\xee\x1a\xe9\xd0\xd4\xfc\x83\x12\x5f\xf0\xa3\xb1\x0c\xfd\x0b\x3e\xd7\x5f\x8f\x3d\x08\x3e\xc8\xc8\x0a\x76\x04\x1f\xcb\x26\xed\x20\x83\xaf\xf8\xc3\x0e\x51\xe0\x0b\x66\xea\xe3\x58\xd8\xa5\xb7\xee\xda\x57\xa8\xa3\x53\xd5\xf6\x1a\x0a\x6b\x09\xac\x58\x04\xfe\xa9\xbb\x99\x95\x03\xd6\x56\x59\x8a\xa4\xa0\xbc\xc4\x15\x81\x41\x96\x69\xf8\xfc\x02\x30\x39\x6b\x66\x50\x24\x18\x9f\x51\xbf\x63\x06\xc8\x10\x5f\x74\x88\x05\x65\xec\x7d\x8f\xf2\xe1\xc5\xd7\x77\x5f\x73\x80\xf2\xfb\x2e\xb4\x2d\x80\xb6\x75\xfd\x2b\xdf\x0b\xde\x6c\x1d\x65\x78\x04\x0a\xea\x2e\x08\x1f\x82\x31\x95\xae\xf0\x13\x30\xb8\xc8\xf3\x9c\x12\xdc\x9a\xc3\x0c\xb2\x06\x57\x6b\x03\x3c\x3e\x82\x07\xa4\xe7\x1d\x70\x30\x82\xfd\xf2\x91\x25\x3c\xf2\xce\xd0\x55\x19\xc4\xb8\xfe\xbb\x15\x84\x66\xf5\xdd\x2f\x2b\x02\xf3\xbb\x12\x0c\xfb\xc0\xe0\xe6\x02\x61\x08\xe8\x50\xab\x82\x53\xc0\x59\x65\x23\xce\xed\x00\xde\x99\x52\x8e\xfc\x06\x06\xf4\x31\x1e\x5f\x80\x9f\x32\xa5\xc3\x05\x70\x1a\x67\xf6\x93\x61\x56\x2d\x79\xef\xc0\x00\xb3\x89\x5c\xd0\xc5\x64\xe4\x91\xbf\x57\xdf\x27\xee\x51\x3c\x73\x23\x08\x4b\x4a\xa6\xcc\x82\xee\x0b\x78\xe1\x62\x1a\x05\xf8\x1d\x47\xa6\x66\x82\x75\xc1\xcf\xf1\x26\x88\xb4\x63\x1f\xf6\x08\xf6\xb0\xb7\x41\x3f\x21\xff\x7b\xb2\x84\xb5\x0a\xfc\x35\x30\x91\xb9\x05\x1a\xd7\xd9\xce\x58\x0f\xfd\xaf\x7a\x09\x11\x0b\x4d\xcb\x29\xa5\xd7\x41\x36\x52\x90\xf6\x0e\x42\xf1\xb1\xb4\x35\xd0\x50\xec\x5f\x6a\x24\xec\x15\x1c\x8f\xcb\x60\x83\xc7\x37\xac\x03\x99\x62\xf7\x1d\x7d\x86\xa4\x0e\xed\x62\x66\xa3\x57\x6e\x6c\x62\xd4\xa2\x44\xc7\x4f\xa2\x1e\xf5\xa9\x3a\x41\x8c\x40\x47\x1a\x7f\xd2\x0f\x23\x97\x25\x03\x34\x39\x72\x1b\x4b\xa3\x3e\x40\xfe\x8b\xc5\xa8\x2b\x90\xaf\xc1\x63\xf1\x33\xc8\x67\x8f\x62\x2c\x1b\xf9\x65\x77\x1b\xed\x43\xfe\x3e\x6a\x63\x08\x98\xe5\xd7\x5a\x89\x0b\x8c\xfb\xed\x7c\x7a\x0f\xf1\xa5\x72\x0a\xdd\x92\xb0\xca\x6e\xa5\x01\xf4\x63\xe2\x46\xea\x15\x5a\x0f\x8a\x51\xed\x68\x5b\xcf\x6b\x70\x09\x95\x13\xb4\x1b\x1b\xc6\x2f\x7b\xb8\x61\xee\xf8\x64\xbb\x3a\x34\x1d\x73\x7b\xf0\x85\x78\x2f\xcc\xbc\xea\x4c\x8c\x14\xec\x6b\x7d\x40\xb7\xe5\x3d\x2f\x8f\xa7\xa5\x71\x29\x59\x1e\xd4\x1b\x9c\x25\xa2\x13\x54\x27\xd6\x1b\xc4\x1f\x57\x30\x4b\xcf\x55\x61\xbf\x19\x21\x47\xf4\xd8\x31\xfa\xf3\xed\x6f\xd1\x32\xda\x41\xbb\x6e\xe4\x2b\x9e\x71\xdf\x8e\xf0\x52\xa5\xf5\xef\xa4\xc7\x2a\x28\x2d\x8e\x34\x85\x2c\xaa\xf4\x2a\x75\x48\x12\x9a\xd9\x40\xdd\x2c\x0a\x15\x8e\xc2\x75\x82\x14\x78\x29\xfe\x3f\x1e\x7c\xb6\x0f\x8b\xe1\x9c\x39\x32\x11\xed\x64\x39\x6e\xd7\xa2\xcb\x08\x93\xdd\x7d\xe4\x3c\xf5\xdf\xdd\x9b\xf4\xe0\x3c\x49\xdf\x7c\x1a\x61\x34\x36\x76\x51\x2f\x18\x4a\x8a\xd9\xd4\xd1\xba\x4c\x9d\x0e\x0f\x51\x73\xf9\x8b\xb0\x4e\x25\x0a\xa2\xd8\x56\x59\xc0\x19\x3e\x9a\x21\xfa\x1e\xb8\x06\x1d\xc1\x0f\xd8\xbe\x0b\x89\x62\x1f\xb4\x9f\x05\x57\x12\x33\x6e\xbb\xd1\xde\x56\xff\xee\x81\x68\xd3\xca\x3f\xd5\xa7\x51\x1d\x4a\x26\x16\x06\xe0\xb1\xe6\x21\x0d\x0b\x6b\xcd\xcd\xe2\xba\x60\x6b\xb3\x8e\x50\xee\xa3\xf9\xda\xfe\x18\x0f\x74\xa6\xf2\xef\x61\x6f\x84\x24\xb9\xe8\xde\x0f\x3f\xe3\x2f\xb6\xb7\x81\x5d\x99\x73\x6f\x6e\xa4\x65\x77\x79\x77\xab\xa8\xf5\xad\xc8\x85\x38\xfc\x6e\x83\xc2\x1c\x8d\x2f\xa8\x89\xcc\x68\xc7\x62\xca\xfe\xb1\x65\xe8\x95\xc2\x54\x72\x02\xba\x33\x57\x78\xda\x02\xc9\xcb\x5c\x7e\x28\x0d\x99\xa9\xda\xe8\x1e\x0d\xd3\x44\xed\xf6\xab\xa0\x21\xd6\xed\x81\x20\x9a\xe2\x32\xbb\xab\x9d\x6a\xbc\x18\x51\x2b\xc1\x2f\xb4\x4f\xc8\x97\x63\x9f\x1b\x83\x32\xc6\x63\x6e\x35\xd1\xac\x97\xa8\xbe\xcc\x9b\x74\x0f\x9d\x6e\xae\x8c\xce\x46\xe2\xb3\xe1\x43\x2b\xe0\x9b\xea\x22\xf7\x9d\xb0\xaf\xe4\x88\xbd\x37\x94\xcf\x8e\xbf\x91\x4f\x63\xdf\x78\xd5\x35\x8f\xca\xee\x8f\xab\x79\x8d\x8b\x2e\x56\x9b\x7e\x60\xed\x6d\x6a\x55\x1a\x36\xbe\x61\x35\x2b\x1a\x3d\x5e\x05\x93\xe2\x90\xee\xe2\x83\xd1\x87\x10\x9b\xdc\x80\x43\x23\x60\x4c\x5b\xea\xbe\x13\xfa\x21\x05\xec\xd3\xa1\x23\x6c\xc3\xad\x54\x61\x21\x69\x57\xcf\x3e\xc1\x2c\x92\xb9\x9e\xe0\x89\xc9\xa3\x0b\xeb\xb9\x3e\xe4\x13\x5a\x5b\xce\x38\xf2\x20\xf7\x15\xab\x86\xc2\x06\x48\xcc\x48\xe0\x50\x0c\xc6\xf8\x1f\x68\x71\x78\x29\x3d\x1b\xfc\xcf\xed\x19\xcd\x09\x7a\xb9\xc2\x1f\xcf\x83\xdf\xde\x6c\x13\xce\x00\x5a\x2e\xf2\xf9\x32\xe0\x7e\x5d\x3b\x6f\x15\xf0\xb1\x70\x12\xe7\x35\x38\x55\x43\x63\x97\x82\x5e\xdc\x20\x56\x2c\x98\x4f\xf9\xce\xb4\x87\xac\x63\x26\x13\x43\x90\xf4\x50\x29\x9d\x03\x4f\x75\x93\xd1\x6c\xe1\xdc\x15\x4b\xf1\x5c\x64\xf7\xcd\x89\x02\x32\x12\xde\xdd\xc3\x5f\x84\x6c\xb8\xf0\x9b\xdb\x89\x8c\x2b\x38\xc2\x61\xc1\xf7\xd5\x4f\xd9\x41\x70\x2f\xa7\x9d\x65\x09\xbf\xa0\xa4\x31\x86\x90\xd9\xa7\x33\x09\x23\xb2\xe1\xd0\x61\xfa\x31\x24\xc0\xed\x38\xf5\x1f\xc2\x59\x31\x03\x67\x21\x5d\x37\x62\xf9\x6c\xa2\xa7\x2b\x80\xe7\x4e\xcc\xad\x35\x72\x7e\xd1\x8f\x9a\xc7\xb3\x7b\x68\x05\x19\x26\x56\x16\x6d\x26\x3b\x8f\x99\x44\xd5\x93\x31\xc6\x0e\xea\xc6\xe8\x4e\x62\x31\x5e\x10\x60\xa6\xbd\xc0\xe7\xbb\x8d\xa5\xca\x31\xe1\x8a\x49\xf8\x2a\xf4\xcf\xb5\xeb\xbc\x1e\x3e\xb5\xe3\x2a\x17\xe7\x1d\xa9\x59\xc6\xd9\xcb\x9d\x67\xca\x60\x2f\x66\xdf\x56\x1d\x61\x7e\x67\x99\x58\xa9\x8c\x1b\x4c\x2d\x29\x9d\x28\x63\x88\xa2\x3e\xd2\x09\xe2\x44\x80\x15\xed\x10\xdd\x72\x5b\x17\x75\x32\xb5\x7d\x85\x1d\x96\x8d\x07\x5c\xdd\xc5\x5b\xad\x98\xda\xee\xc2\x79\x29\x73\xa9\xd2\xb1\x8b\x25\xc1\x79\x76\x2c\x48\x04\x29\xfe\x32\x83\x05\x45\xcc\xed\x0c\x77\xde\xef\xf4\x58\x62\x39\xd7\x2d\x6a\x3e\x6d\x98\xed\xe7\xaf\xa0\x36\x31\x7d\xb7\xb1\x71\x32\x31\x75\x85\x2f\x36\x97\x5a\x71\xf9\x3f\x6e\x80\x31\xbd\xe5\x13\x67\x81\xa1\xbf\x22\x8c\xf5\x54\xbf\x28\x67\x22\xb3\x58\xb3\x57\x3e\x89\x41\xa8\x52\x09\x90\x48\x90\x17\xa6\xbe\xa1\x1f\x93\xb4\x9f\xfa\x46\x5b\x27\x54\xfb\x5d\xa4\x8e\xe0\xb9\x6f\x5b\x8b\xb5\xb2\x44\x2b\xd2\xd1\xe3\xf4\xca\x4b\x06\xce\xef\x8a\xd5\x4d\x39\xec\xfc\x12\x56\x99\x3d\xeb\x54\xc1\xed\xac\xff\x98\x76\xa6\x91\xd2\xb9\xc4\x4f\xe3\x0c\x5a\x35\xfd\x69\xe6\xec\x94\x08\xda\x75\xf5\xa3\x93\x17\xa9\x66\x45\xd0\xc1\x0f\x38\x45\x4c\xda\xda\x89\xb9\xf1\x9c\x57\xb0\x90\x7b\x8c\xcc\x1e\x9c\x73\xa7\xb5\xb9\xc1\xc8\x26\x35\x1e\x29\xb1\x63\xd9\xd5\x5e\x30\x8c\x61\x3c\xaf\x78\x24\xde\x4b\x94\x16\xdf\xa0\xce\xa2\x0b\xf2\x73\x92\x86\x69\x69\x46\x9b\x08\x3d\x75\xaf\x6e\xe1\xc1\x85\xf8\x42\x85\x7a\x6b\x28\x7a\x5f\x68\x5e\x21\x43\x00\xd6\xbe\x8b\xf9\x9c\xd6\x8b\x35\xf5\x9d\xec\xe8\xf6\xa1\xe2\x3d\xac\x99\x4d\x77\x32\xd7\x32\x7a\x2e\x10\x22\x3a\xc1\xaf\xf8\x82\x87\xd3\xa3\x8a\x9d\x92\x82\x68\xbb\x4c\x93\x22\x96\x51\xe7\x19\x76\x1e\xe8\xc0\x9e\xaa\x3e\x6f\xdd\x8c\x1a\xc5\x8e\x2b\x8a\x91\x1d\xac\x27\xdd\x7f\x38\x79\xfd\xd7\xeb\x67\xb3\xf7\xf5\xe4\x16\x29\x98\x5f\x3a\xb6\xeb\x09\x46\x76\x13\x4d\xf8\x9a\x08\xaf\x05\xb0\x1b\xf4\x55\xe5\x4e\x89\x4f\x69\x63\x0a\x12\x4f\xf4\xe1\xfd\xd9\x5f\x0f\xc8\x31\x99\xfa\xd1\x56\x17\x34\x40\xb2\x6b\xc5\x63\xf8\x3d\x7b\x51\xcf\x02\xe5\xfc\xf4\xf3\x0d\xb9\xf2\x45\xe9\x43\x25\xf7\xa5\x56\xa4\x03\x86\xaf\xe2\x3d\xa4\x76\x49\xb0\x90\x42\xf6\xa5\xad\xe2\xeb\x29\x13\x93\xdf\x71\x1b\x28\xf7\x4e\xae\x66\x5f\x07\x0a\x0e\x8e\x61\x5e\x07\x19\x5b\x7c\x88\x1a\xc8\xb4\x3c\x88\x96\x06\x5f\xbb\x78\x40\x61\xa4\x34\xd6\xdf\x97\xd5\x51\x1e\x95\x58\x4b\xba\x81\x99\x86\x83\xa2\x9f\x80\x8f\xb8\x46\xb8\x16\x90\x52\x73\xf9\xa7\xc0\x09\xc9\x49\x5c\x0e\xc8\x8c\x68\x65\x17\x41\xd3\x0e\x14\x30\xeb\x21\xc5\x96\xa9\x84\x09\x0e\x5c\xee\x4d\x4b\x41\x96\x77\x93\x15\x9b\x60\x9b\xfa\x99\xb2\x50\x78\x5c\x71\xa8\x24\x0e\xfa\x93\x99\x2d\xca\x87\xde\x8b\xed\x04\x2f\xa1\xaf\x54\x2b\xfe\x12\x78\x79\xd2\x1f\xee\x41\x38\x32\x22\x84\x4d\x86\x55\x07\x42\x98\x02\xb8\x7f\xf3\x7d\x82\x86\xac\x5a\xee\x44\x0b\x42\xc4\x5d\xcb\xe4\x69\x74\xcb\x0b\x75\xd2\x5c\x1a\xbb\xc8\x5a\xdc\x4b\xfd\x4f\x1f\x2b\x9a\x44\x8d\x14\x8d\x13\x1c\xc4\xff\xc3\xe7\xf2\xf8\xb8\x3a\x69\x2e\xa7\x03\x3f\x74\x42\xc6\xfa\x8d\xbd\xdd\x7f\x85\xb9\x08\x83\x36\xcb\x08\x0b\xcc\x66\xb9\x13\xf5\x3b\xda\xd8\x51\x26\xcb\xe7\xb2\x6b\xf9\x92\xab\x1c\xa2\x60\x40\xfc\x3f\x76\xbc\xce\x45\x78\x88\x15\x2c\x78\xc1\xd7\x33\xfd\xb0\x59\xdc\x77\x8c\xb8\xc4\x8d\x9c\xf5\x04\x2f\xfc\x3a\x2b\x8a\x8e\xec\x3f\xcc\x60\xd3\xce\x6e\x8e\xa5\xf3\xa8\xbb\x96\x47\x53\x4f\xe3\x73\xda\x3d\xa5\x2f\xa4\x05\xd5\xbf\x25\x2b\x24\xb3\xcd\x54\xd1\x09\xd1\x39\xcd\x57\x81\x59\xd0\xc8\x6f\xe2\xfd\xe2\x2f\x40\x27\x72\xfd\xb9\xaa\x84\x43\x6c\x03\x67\xc6\xf1\x3f\xcc\x7e\xd6\x9e\x7d\x4f\x89\xaf\x0c\x68\xf3\x01\xda\x0f\x3a\xba\xdc\x88\x5f\xa7\xc6\xb5\x4e\x93\x3a\x19\x22\xab\xa6\x89\x23\xf5\xe3\x4d\xf1\xc2\x5c\x8d\x5c\x3d\x8e\xff\x2a\x63\x2c\xf7\x0f\xcf\x49\x11\x0b\x27\x71\x38\xd2\x67\x71\xdf\x59\x0f\xc5\xee\xc7\xe7\x31\x67\x0a\x0e\xec\xb3\x27\x36\x71\x37\x6c\x1e\x49\xdb\xc6\x7c\xb0\x7c\x00\x9f\x45\x3f\xde\xf4\x52\xd2\x5c\x92\x50\xde\x2d\x1e\x51\x38\x3a\x37\x5c\xe8\x6c\xca\x57\xcd\xe1\x9f\xcf\xb1\xe6\x38\x71\x8b\x0d\x30\x78\x8d\x33\x4e\x7b\x35\x56\xc0\x0a\x56\x7d\x0c\x9b\xc8\x10\xc8\xca\x7d\x8f\xd1\x2b\x44\x2b\x5c\xb5\xd4\x2a\xee\xde\xe5\xcf\x31\x0e\x63\x65\xe3\x6c\x49\x7d\xa3\x57\xd9\x44\xd1\xe0\x05\x0b\x63\xac\x70\x42\xe5\x15\x85\x13\xdf\xb5\x74\x1f\xeb\x2c\x37\xa1\x20\x03\x70\x62\x5f\xc8\xed\x3e\x6f\xcb\x1a\x65\xc8\x0d\x7d\xc6\xd8\xa0\x19\xb7\x97\x4d\x0f\x92\xfd\x74\xdd\x40\x0d\x14\xb0\x97\x7f\xc6\x96\x31\x1b\x1a\x96\x4a\x2e\xb4\xb7\x97\xae\x12\x0d\x34\xef\xca\x16\x0b\x7e\xd6\x49\xe5\x61\xfc\xe5\x55\x5a\xa6\x8e\x1b\x5c\x1a\x43\x01\xd8\xb2\x82\xc9\xe7\x68\xcc\x9b\x39\x7b\x43\xa3\x19\x63\x74\xbf\xf7\xba\xd0\x97\x29\x57\xbb\xce\xa0\x5a\x08\x87\x6d\xc7\xa2\xaf\x58\x7b\xea\x83\x24\x55\x3d\x89\x25\xe7\x44\x17\x3b\x8a\xb2\x1e\x08\x9e\x35\xe7\xcb\x4a\xf8\xe3\xea\x0e\x32\xfe\x71\x57\x57\x9a\xc9\x6f\xd8\x11\xc5\x3d\xe7\xa6\x32\x65\x26\x4a\xe8\x24\xa2\xd9\x80\xef\xf9\x43\xbb\xa7\xfa\xe7\x3a\x09\xef\x15\x8f\xb5\x5d\x87\x8a\x59\x44\xa5\xc9\x98\x9a\xf6\x3e\x5f\x66\xd0\xa6\x47\x6b\xbb\x74\xaf\xd3\x2f\x89\x76\x6b\xb6\x92\x76\xd3\x96\xa9\xd8\xa4\x27\x69\x42\xf9\x65\xb2\x36\x66\x82\xe4\x07\x25\x3d\xd8\x4d\xf8\x03\x88\xde\xbd\x89\x77\x05\x3c\xb9\xe1\x29\x9b\x80\x24\x36\x42\xc6\x44\x78\xb0\x72\x9a\xf1\x7f\xe4\x8f\xf9\x23\x0c\x3b\x28\x76\xda\x4d\x3a\x25\x65\xbf\xb0\x47\xfd\x99\x22\xa6\x56\xa9\xf6\x50\xbe\xa6\xad\x91\xcb\x81\x84\xd3\xe5\x92\x1e\x70\x7c\xd0\x07\xe1\x2d\xd0\xb4\xeb\x17\xaf\x16\x3a\xbc\xa1\x9e\x9d\x0e\xaf\xb4\xc1\x19\xa3\x90\x05\x15\xc9\xd9\x59\xd0\x3c\xd3\x89\xcc\x17\xd0\x54\x4d\x96\xce\x1b\xfc\x2e\xf4\x51\xe7\x42\x63\xa8\xde\xaa\x31\x90\x5d\x6a\x97\x3c\x10\x3a\x7d\x3a\x58\xc2\x87\x9a\x82\x8c\x42\x23\x3c\x77\x57\x2b\x4f\x00\x27\x6d\xd0\xb1\x03\xe1\xcf\x36\x18\xf1\x1c\xc1\xca\xcf\x67\x75\x53\x05\x79\xd1\x99\x8e\xd4\x99\xea\x4a\x6d\x36\x4e\x17\x84\xaa\x27\xe3\x8b\xf0\x28\x65\x1c\xd6\x95\xf2\x4f\xd6\x89\x89\xa3\x8b\x25\x63\xb1\xd8\xa0\xb9\x42\x5b\x6c\xed\xae\xe3\xbc\x45\xe8\x87\x0d\x00\xeb\x15\xda\x69\x93\x45\x40\xa8\xba\x6c\x4d\x96\x33\xfb\x40\xae\xbb\x9e\xc9\x4a\xcc\xd0\x69\x7e\x30\x61\x7e\x48\x46\x24\x43\x89\xc1\x8a\xcb\x44\x5b\xca\x6a\xd9\x1a\x62\x6a\xd4\x6f\x31\x89\x1e\x76\x84\x10\x48\x68\xcc\x5d\x93\xb8\x2c\x6a\xfe\x86\x28\x56\x08\xde\x63\x33\x48\x7f\x8f\x3d\x2e\xf9\x63\xe0\x89\x5a\x72\x66\xeb\x5e\x0b\x43\x54\x98\xe6\x18\xff\x09\xcf\x5f\xd5\xc3\x4b\x43\xf9\x8a\x0d\xdc\x39\xc9\x47\xa4\x6a\xf6\xf5\x28\x6f\xd1\x3b\x16\x3b\xf0\xb3\x60\x04\x73\xfa\xce\x4a\xce\x47\x82\xba\x21\x84\xd9\x40\x7b\xb8\xd4\x86\xbe\x8f\x6a\x5f\x6c\x9b\xf9\x44\xbb\x39\x7b\xbf\x6e\x8b\x7a\xb3\xe2\x8a\xda\xac\x9a\xcf\xb9\xa0\x9a\x2e\xbf\x81\x2c\x94\x27\x49\xf9\x49\x93\x24\x77\xc5\xa1\x91\x2b\x45\x2b\x85\xb3\x03\x97\xf3\xb7\xf3\x88\x9d\xf6\x9c\x75\xec\x6b\x1b\x56\x33\x7e\x30\x86\x97\x86\xd3\x68\xb4\xef\x85\xcb\x32\xd3\xcc\x73\x0d\x89\xda\xfe\x3c\x4b\xf9\x7c\xf5\x56\xe3\x2c\xf6\x02\xa5\x3c\xf3\x39\xa4\x94\x7d\xd4\xe6\x24\x14\x4a\x0e\x67\x9c\x39\x35\x4a\x98\xa3\x18\x7d\xd8\x83\x77\x41\xe2\xe5\x4d\x67\x9b\x04\x9e\xce\xaf\x19\x67\x39\x93\x96\xd2\xa8\xef\x08\x99\x39\x22\x33\xae\x5a\xae\xaf\xd0\x16\x97\xff\x27\x0d\x55\x8f\x2b\x59\xc8\x4c\x50\x06\x15\x4c\x02\xff\x27\x33\xe6\x5e\x8f\xdf\x29\xfe\x93\x45\x8f\xe8\x15\x7a\x6a\xbf\x1e\xda\xc3\x3b\xa4\xfc\xea\x75\x87\xed\x21\xc9\x70\xce\x60\x8c\xe0\x0d\x2f\xd5\x52\x01\xc6\xcf\xfc\xf2\xcc\x43\x0d\x52\xdd\x77\xad\xa6\x56\x20\x11\x67\x0c\x57\x06\x30\xca\x94\xdb\x4a\x06\x81\x50\x19\x5e\xb0\x2e\x2e\x4f\x7c\x3d\x37\x3c\xc2\x4b\x38\xc3\xe0\x1e\xf0\x90\x67\xa5\xd6\x7b\x09\xd9\x93\x64\x72\x67\x94\x68\x17\x6c\x5d\x5a\x49\xdd\xc6\x84\xf3\x97\x64\x6e\x68\xbd\xac\x0b\xd4\x52\x1b\x29\xe2\x97\x19\x77\x6b\x5f\x33\x66\x28\x17\x56\x2e\xa0\x74\xc9\x0e\x97\x8c\x8f\x5b\x26\x56\xe5\x37\x9f\xb8\x25\xe8\x37\x2e\x08\x10\x70\x6f\x69\x5f\x7a\x9d\x64\x35\x28\xb6\x3a\x43\x44\xa2\xd0\x69\xe9\x13\xfc\x05\xb3\x35\x73\x4e\x59\x6b\xfa\x41\xd9\x8f\x62\xd7\xf4\x62\xce\x71\x73\x3d\x69\x12\xba\x23\x6f\x09\x89\x96\x62\xc8\x4e\x26\x2f\x8d\x29\xd1\x57\x92\x07\x43\x7f\xa8\x2f\x52\xaa\x0f\x6c\x51\xb0\x81\xba\xed\x88\x64\x0a\x78\x75\x6d\x19\xff\x24\x3c\xc9\x7a\x31\x2b\x09\x09\xd4\x9b\xcb\x22\xc9\xdf\x64\xf2\xa2\xa7\x14\x0b\xce\x18\xf3\x39\x8a\x0f\xf2\x39\xf7\x0e\x45\x98\x12\x92\xed\x44\xf9\x15\x93\xac\x07\x00\x30\xb4\x59\x2d\x07\x17\x1f\x98\xa2\x88\x04\x6f\x6f\x3f\x26\xfe\x04\x65\xae\xd5\xf3\x0f\xc2\x74\x6b\x6b\x56\x34\x02\xe9\x37\x97\x4d\x06\x9b\x64\x6b\x8a\xb8\x60\x31\x3b\xcb\x3c\x1f\x2c\x46\x32\x73\xd9\x60\x77\xca\x82\xac\xb7\xe0\xdf\x18\x67\xbd\x2b\xe4\x13\x2a\x50\x07\x43\x25\xfb\x1f\x2a\xd6\xc2\x36\xdb\xb7\x8a\x3b\x61\xed\x5a\x11\x7f\x15\xb2\xc1\x7a\x35\xcb\x1b\xb9\xa9\xa3\x97\xfa\xe1\x15\x52\xac\xf0\x2e\xbe\x9b\xfd\xbf\xfc\x58\xec\x0a\x32\x31\xe7\x15\x46\x4a\x66\x66\xf9\x61\xdb\x4e\x57\xe9\x32\x31\xeb\x50\xbb\x8c\x0e\x6c\xee\x7e\xae\x3c\x1f\xfd\xbd\x7d\x8c\xd8\x07\x7d\xbc\x96\xc6\xbb\x80\x3e\xb2\x8e\x60\x5e\x43\x6f\x6a\xe9\x25\xa5\xcc\x07\x12\x53\xa1\x0b\x73\x0e\x6b\x8b\xa9\x8f\xb1\x19\xde\x9b\xe3\x43\xa4\x25\x3d\x31\x54\xd2\x2f\x9e\x5e\xa2\x9b\x4c\xdf\x14\x92\x9f\xe1\x42\x2b\xdb\xef\x2c\x9f\x49\x9b\xea\x3e\x20\x2a\xa4\x1e\x5f\x2b\xe0\x59\xe0\x17\xac\x4d\x4c\x17\x7c\xb4\x86\x5d\x32\x59\x10\x2f\x2e\x2f\x50\xf1\xf7\x33\x4f\x98\x5c\xb8\x7f\x20\xaa\xb1\x8c\xd3\x91\xb4\xc1\xb0\x98\xad\x8e\xa6\x69\x53\x59\x9c\x10\x3b\x55\x0e\x13\xde\x77\x47\x96\xc6\xf0\x72\x37\x89\x26\xd1\x87\xd7\xe6\x72\xe3\x69\x4a\xeb\xaf\x0c\x06\xd5\x41\x7d\xa8\x78\xb7\xea\x8f\x88\x66\xbe\xaf\x9c\xcf\xb0\xcd\xa3\xc8\xed\xc1\xa3\xd9\xef\xa5\xb6\x89\xcb\x32\xfd\xc4\xf6\x51\x12\x8d\x49\xe8\x79\x34\x42\x79\x9b\x7f\x70\xdf\x4e\x69\x2e\xd7\xd2\x3d\x50\xb8\x8d\xd5\xbd\x36\x93\xa3\x65\x84\x2c\x09\x22\xf2\x69\x97\x55\x0f\x8b\x9e\xe4\x84\x0a\xe7\x98\x23\xb2\xa4\xf4\x07\xb9\x7f\xf4\x5f\x80\x25\xd9\xa7\xb5\x73\x13\x46\xea\x9b\x33\x56\x47\x0a\x34\x73\x15\x21\xc1\x74\xa5\x97\x34\xda\x57\x2d\x9d\x25\x5a\xea\xf6\x4a\x90\xc3\xcb\x59\xcb\x61\xff\x65\x4f\x58\x92\x41\x8c\x26\x36\x2b\x4f\x17\x65\x97\x72\xf8\x65\xe6\xe5\x45\xce\xb4\xf8\xdc\x82\xfc\x16\x72\x4f\xf6\xa4\xdc\x79\x71\x9d\xfa\xc0\x2c\xbf\x53\x29\x6a\x83\x0e\x0b\x92\x29\xba\x33\xc0\xbd\x4f\x25\x52\xf9\x22\xb7\x04\x81\xbd\xe8\xdc\xda\x13\x6c\x8c\xcb\x5a\xd2\x45\xa7\x33\xce\x2a\x3a\x8b\xb8\x55\x8f\xf9\xd3\xcd\x53\xca\x37\x50\x3b\x73\xd9\xc5\xc7\xc8\x8e\x59\x43\xe6\xc0\x38\x67\xfd\xd2\x5c\x87\x93\x5f\xd5\x67\x0c\x43\x41\xf6\x0a\x86\x36\x68\xaf\x58\x12\xa8\x3c\xe7\xb6\x83\xff\x42\xb2\x62\xed\x11\xb6\x1b\x2f\x73\xc9\x13\xba\x27\xe3\xae\x62\x53\x51\x52\x1d\xc4\x43\xf2\xdf\x56\xb3\xa8\xce\xb9\x11\xe5\x11\xa4\x9c\xac\xe2\xe2\xa9\xb1\x4d\xba\x97\xf9\xc4\x49\xbe\x7a\xb9\xf1\xfa\x91\x3b\x8a\x6d\xfa\x6b\x7b\x83\x24\x63\x33\x4e\xb9\xd9\xf0\x25\x52\xfe\xda\xe3\xac\x97\xfc\x54\x9b\x69\xb4\x37\xcc\x29\xdc\xbb\xcd\x81\x24\x31\xf5\xbf\xba\x21\xd2\x75\x0a\xa5\x9a\x42\x9e\x94\xa0\x2c\x1f\x49\x8e\x8f\x3e\x59\x14\x4e\x19\x19\xfa\xc8\x94\x41\xa9\xf5\xeb\xcf\x16\x02\x4a\xef\x47\x3a\x2b\xd0\xe0\xea\xab\x3c\x01\xb5\xac\x9c\x28\xde\x08\x3f\xb1\xf4\xe0\x98\xd1\x19\xdc\xa2\xa6\xb7\x94\xdf\xd4\xc6\x3a\x1c\x98\x42\xd9\x59\x6d\x07\xcc\x4d\x38\x57\x56\x09\xf8\x44\xbb\x15\x2d\x04\x72\x42\x9b\x4c\x21\xa0\xbd\x5f\x59\xf6\x11\xf0\x8a\x77\xaf\xf6\x23\x24\x73\x75\x55\xba\xc1\x67\x56\x4e\x14\x2f\x46\x76\x58\xfa\x73\xe4\xe8\x32\x2e\xd0\x04\x42\x04\x95\xa8\xb3\x81\x4e\x53\xa6\x54\x5d\x85\x76\x25\xb8\x96\x45\x40\x3e\xd1\x73\x0a\x2f\x41\x29\xa1\x2a\xd3\x74\xa8\xc3\x4f\x92\x3d\x0d\x76\xf1\xae\xd0\x56\xc2\xd5\xae\x8e\xca\x89\x88\xf7\xca\x49\xa2\xf7\xc8\x4d\xcb\x33\x9c\x58\xf4\x2c\xe7\x5a\x63\x0d\x7e\x9d\x3a\xe2\x42\x24\x1e\x4c\xce\xaa\x5a\x8c\xdd\x8e\xbf\x5d\x5a\x86\x61\x51\x8d\x85\x36\xd8\x81\xd0\x03\x79\x51\xd8\x36\xbf\xa3\x59\xd1\x98\x97\xb7\x44\x6b\x83\xed\x74\x9d\xaf\x20\x63\x7b\x56\x5a\x88\x22\xb1\x03\x96\x05\xec\xd7\x58\x00\xc7\xa7\xe1\x2f\x13\xc5\xf1\xda\x62\x46\x3e\xd9\xae\xf2\x34\x71\x29\x3e\xbe\x74\x34\x31\x27\x2a\xa6\x80\x44\x27\x87\x8e\xc9\x6d\xa6\xfd\xf0\xb3\x30\x74\xd0\x98\xde\x67\x35\x29\xb4\xc9\xae\x93\xe4\x97\xa8\xb4\x95\x5b\x84\xd5\xf8\x4f\xcb\x1f\xec\x2d\xf8\x29\xf6\xb3\x06\x5f\x3e\x17\x1f\x5b\x3b\x92\xb7\x8f\x64\xac\xa8\xe3\x4e\x88\x1f\x51\x12\xcc\x7e\x1e\x35\xd5\x7c\x8d\x35\x18\x52\x9e\xbb\x80\x39\x74\xf0\xbe\xc1\x8a\xf1\xc9\xdb\x43\xdd\x46\xbc\x70\x1d\x21\x9f\x45\xef\x5f\x19\x26\xf8\x43\xcb\xb5\xda\xc7\x02\xa8\x31\xec\x19\xf5\x64\x45\x2f\xb6\xa9\xc6\x4e\x3e\x32\xfd\x56\xf9\x7d\xe9\x9a\x38\x97\xe2\x04\x71\x50\xa4\x7f\xfe\x63\xa1\x30\x64\x56\x8e\x2d\xff\xe6\xc1\x93\x99\x8e\xbc\xf9\x5e\xc3\x19\x57\x38\xab\x37\xbd\x95\x2d\x65\xd9\xaf\xe4\x09\x26\x31\xe6\x5b\xf5\x33\xa9\xb4\x27\xac\x0d\x75\xfd\x86\x6e\xf4\x60\x35\xa6\xdf\x97\xf6\xa5\x7c\x83\xa6\x27\x36\xb8\xa8\x25\x63\xf5\x29\x24\xdf\x4e\x21\x3d\x1a\x66\x3c\x2b\x1b\x73\xe0\x9a\x3e\x4e\x1c\xee\x25\xc8\x98\x2b\x00\x37\x35\x48\xcf\x72\xe3\x57\x1a\xf8\x07\x58\xc1\xd6\xab\x19\xdd\xc4\x02\xa6\x43\x9d\x7f\x01\x8c\x1c\xa9\xfe\x9f\x29\x21\x6d\x4c\x59\x43\x8e\xf7\xf9\xc4\xa2\x6d\x86\x77\x27\x4d\x26\xb9\x8e\x08\x36\x66\xdf\x50\x5b\x1c\x70\xd7\x0d\x28\xb8\x5e\xf6\x2a\x8a\xa4\x64\x93\x40\x72\x4d\xa0\x5c\x99\xcf\x6b\xe0\x44\x59\x27\x31\xb6\x31\x26\x33\x8c\x75\xf3\x4a\xe7\xc1\x83\x55\x03\x85\x75\xa9\xc2\x32\x22\x7f\xd3\xf9\xf1\x45\x23\x73\x58\x27\x77\x99\x02\x0c\x9d\xc1\xfe\xd9\x3c\xed\xd7\xfd\xff\x74\x6c\xd5\x17\xcf\xbf\xaa\x35\x32\xcd\x26\x44\x42\x13\x8d\x5d\x59\xce\x4b\xe4\xee\xb2\x96\x10\x5f\x18\xa1\x0c\xc7\x0b\xb7\x2a\x47\xc2\xf1\x55\xca\xd2\x93\xa9\x6b\xca\xf6\x14\x66\x9c\x2b\x2c\xac\x35\xe5\x46\x7c\x31\x8d\x34\x8a\x82\x67\x64\xbb\x64\x46\xef\xbf\xa6\x5b\xa3\x19\xe5\xf9\x5c\x79\x55\xb1\x75\x13\x55\x62\x2b\x5e\xb5\xb2\x8f\x37\x87\xfb\xce\xba\x8d\x50\x32\x12\x68\xb7\x3b\x5d\xc8\x1c\x70\x5a\x8b\x88\x5c\x91\x3c\xb6\xfe\x09\xb9\xff\x8c\xb6\x66\x0a\xc5\xea\xc4\xf8\xf2\x51\x14\xdd\x91\x85\x85\xdd\x80\xaf\x6f\x77\xde\x56\xd0\xd6\x23\xcf\xb0\x01\xb2\x75\x99\x96\xf1\x12\xde\xee\x30\x59\x3a\x1a\xd9\x6f\x91\xc3\x35\xa3\x51\xb4\xfc\x8e\x01\x60\x10\xf8\xd8\xe2\x0c\xdc\x48\x1a\xaa\xe7\x00\x9d\x67\xe0\xea\x7a\xe0\x49\xf8\x9b\xb2\x6a\x70\xf5\x91\xd1\x85\x18\x98\xeb\x5b\x9e\xfb\x0b\xf2\xf1\xd0\x19\x46\xc1\x13\x5d\x26\x64\x34\xc1\x83\x0e\xb3\x24\x8f\x91\x4c\x8b\x1a\xae\x04\x8d\xa3\xc5\x75\x24\xc3\xfb\x81\x4b\xcd\x37\xe0\x05\x49\x75\xf5\x6b\xa1\xa1\x33\xc1\xd5\x27\xa1\xde\xf0\x4b\x65\x27\xa1\x17\x81\xaf\x0b\xd7\xc1\x6b\x7c\x35\xb9\x05\xb0\xca\x43\x9a\xd9\x82\x2c\x74\x19\x93\x81\x21\x26\x87\x85\x92\x02\xd4\xde\xe2\x3a\x37\x0a\x2d\xa5\x7e\x69\x37\x53\xf7\x01\x51\xcd\xd3\xf1\xe6\xa4\xe8\xba\x38\x7c\xfd\x99\x39\x55\xb9\x58\x7f\xb8\xb0\xd4\x8c\x49\x02\x6b\x0a\xc8\x18\xe8\x9b\x9a\xf3\x05\xc3\x3c\x38\x99\x4b\x30\xba\xcb\x28\xd5\x33\x4c\xe0\xb0\x51\x32\x17\xe3\x5b\xce\xe6\xdc\xc4\x78\xd4\xa2\xb6\x57\xcc\x0a\x60\x51\xd3\x01\xc6\x40\xd2\xbc\x0b\x85\xc4\x70\xcc\xcd\xca\xb7\x84\x73\xf8\xc9\x92\xef\x74\x59\xa0\xc0\xdc\x4d\x9f\xe1\x1b\x9c\xb3\x8b\x96\xe9\x91\xae\x8f\xa1\xd9\x6f\xf8\xad\x72\xa4\x9a\x1d\x8e\x8a\x8f\x51\x6d\x2d\x8f\x73\x16\xe3\x12\xea\xc1\xb6\xd5\xfc\x44\x4a\x73\xa3\x84\xb7\x3e\xb1\xb9\xf6\x03\xe7\x73\x8c\xa0\xd2\x89\xdd\x17\xbe\xbe\x64\x27\xab\x3d\xf0\x94\x79\x16\xb3\xc7\x77\xa3\x51\xcc\xb8\xe7\x71\x42\x57\x48\x3c\xdc\xf0\x53\x19\x43\xbf\xe1\x80\x88\x94\xb4\x3a\xcb\x72\xf6\x61\x2a\x0f\x6f\x68\xdd\xa6\x70\xa6\xd8\x35\x64\xca\xce\x25\xda\xd7\x7c\x93\xe8\x4e\xff\xa8\x58\x27\xea\x3f\xae\x2d\xde\x2c\x9c\x7d\xf8\x4d\xfe\x38\x7e\xc4\xde\x27\xd9\x34\x6e\x99\xc7\x46\xad\x81\xfd\xd8\x65\xb2\x22\x9c\xf9\xdd\xa1\x5d\x28\x65\x4c\xb0\x72\x67\xed\xa3\x7d\xc1\x47\xb5\x80\x99\x2a\x72\x6a\xfd\x23\xdd\xb2\x04\xb0\x66\xbd\x3a\xf7\xf4\xde\xf2\x53\xaa\x45\x61\x3f\x8b\x22\xe5\x9a\xc3\x61\xa6\xb5\x52\xab\xbd\xe9\x59\xc5\x22\xf9\xf6\x4f\x9a\x6b\xfc\x3b\x1b\x3e\xc8\xe5\x9c\xaf\x0e\xcf\x05\x97\x58\xb3\xad\x72\x99\x04\x31\x03\xf3\x69\x7e\x90\xaf\x27\x35\xd6\xef\xc9\x95\xc7\xf7\x55\x6b\xb3\x29\xd1\xfa\xb2\xf6\xcc\xcd\x61\xfe\x85\xb5\x9a\xaf\x87\x06\xf2\x70\x55\xc9\xde\x99\x59\x23\xe5\xfb\xb7\x57\x69\x6c\xc4\xb9\x1b\x3e\xc9\x5e\xf3\xaf\x3a\x4e\x16\x38\xb2\x5f\x5b\x0d\x33\x86\x89\xa7\xe8\xb3\x66\x75\xd1\x03\xd2\xf1\xfa\x31\x66\x2c\x9e\x52\x1d\x9c\x37\x2f\xfa\x60\x19\x29\x9b\x16\x36\xb1\x30\x4a\xff\xec\x90\x2a\x6f\x8d\xc6\x6b\xcf\x5b\x83\x59\x49\xd9\xae\x55\xf7\x48\x23\x36\x7c\x91\xc9\x84\x0b\x1d\xad\xf8\x83\x9c\x62\xeb\x79\x0c\x33\x63\x29\xca\x68\x3e\x5c\x96\x40\x1a\x57\x57\x53\x34\x10\xbf\xa6\x7a\x8a\xd9\x3e\x7a\x5a\xd9\xb2\xdc\x43\xc7\xae\x15\x4e\xc8\x8a\x39\x14\x9f\x7b\x49\x97\xb2\x67\xc0\xb0\x33\xc3\x6f\xbb\x54\x7d\x52\x76\x65\xc3\x5f\x99\xb3\xc8\xd2\xd1\x83\x4f\xe6\xba\x5b\xef\x61\xec\x65\xac\x82\x9d\x7a\xa7\x51\xba\x52\x25\x9d\x7b\x29\xdd\xe7\xaf\xb7\x24\x52\x6a\x4f\x75\xd4\x07\x51\x5e\x86\x28\xaa\xfe\x00\xbe\xfe\xab\x4a\xa3\x81\x67\xbb\x93\xcd\xe7\xc0\x22\xb7\x59\xd9\x0f\x21\xad\xd3\x29\xed\x3c\xd8\x6c\x07\xc9\x38\x88\xca\x22\x82\x07\xa3\x0a\x78\x61\x4f\x19\x34\x3a\x95\xdb\xf1\x0e\xbc\x71\xbe\xa5\x65\x0e\xa8\x3f\x55\x5e\x3f\x12\xcc\x08\xe1\x56\x15\x80\xbd\xfe\x56\xa5\x0b\xa0\xb5\xbb\x63\xcc\xb6\x50\x8b\xdb\xd4\xec\x42\x38\xd1\xe9\x98\xe6\x35\xb2\xd9\x8e\x2a\x8b\x44\x9e\x58\x9c\xe7\x45\xa2\x19\xd0\xb7\x9e\xc3\x48\x78\x2a\xd8\xc1\x46\xc6\x9c\xcf\x6f\x2e\x87\x0b\x4f\xa9\xeb\x32\xe1\xa4\x10\x52\xd5\x41\x38\xc9\x7f\x7a\x49\x33\x9c\xbb\x3b\x24\xff\x32\x32\xda\x6d\x62\x76\x0c\x92\xe6\x14\xa4\x31\x21\xbf\xec\x08\xd9\x4a\x34\xc2\x02\xe6\xad\x47\x07\xa0\xfc\x8b\x34\x9a\x65\xea\x86\xf6\x7a\x6a\xdc\xf9\xe8\xa6\x27\x78\xd7\xa9\x73\x17\x6e\xe1\xbe\x21\x87\x2a\x59\xd8\x1f\xbf\x8f\xc5\x3f\xb1\x81\xdd\x5e\xf9\x13\xb0\xcb\x6e\x13\xb2\x9a\xb1\x4b\x4e\x47\x34\x23\xb0\x3e\x3b\x83\x94\x85\x5d\xb0\xa8\xe4\xca\xb1\x5c\x48\xdf\x5d\xcd\xf2\x49\x9d\xdf\xf6\x8e\xe9\x77\xde\xbd\x69\x1a\xe3\xc4\xa9\x80\x0b\x53\x08\x76\xc8\xde\x8a\x8b\xf4\x07\x7e\x2f\x8b\x37\xd1\x7d\x76\x6f\x37\xf9\xd0\x2e\xbb\x8d\x37\xfc\xa2\x1d\x72\x3a\xa1\xde\x40\xbd\x61\xd7\x2b\x69\xa3\x7a\x5b\x8e\xe4\x5c\xc5\x0b\xa0\x5d\x5d\xef\xf9\xed\x29\x77\xdb\xac\x79\x29\xe7\x67\x36\xba\x71\x57\x9e\xda\x50\xbb\x83\xfd\x25\xc4\xad\x62\x1c\x6b\xc8\x6f\xb0\x28\x99\x79\x67\xf7\xe6\x3c\x9c\xf1\xc4\x6d\x82\x61\x35\xf1\xd2\x29\x21\xe3\x24\xfd\xa9\xdd\x5f\xf1\x47\xda\x15\xcb\xa3\x9c\x11\xd4\x42\xf0\x53\xe7\x6d\xc5\x82\x14\x4a\xeb\x64\x99\xc7\xb9\xa2\x06\x5b\xc9\xd9\x93\x3d\x35\x4b\x44\xe2\xa3\xd7\xca\xee\x0b\x6e\xf9\x31\x0a\xf7\xf0\x97\xec\x1e\x9b\x1b\xc2\x4d\xdc\xf6\x2d\x73\x12\xbb\xd0\x89\xaf\xda\xc5\x1c\xb0\xdf\x21\x7a\x48\xfc\xb0\xbc\xc7\x7a\x47\x1f\x0d\x1e\xee\xf8\xa3\xff\x92\xfc\xa9\xc5\x51\x1b\x7f\xce\xb9\xde\x2d\xe3\xcd\xc9\x3d\xd5\xeb\x95\x11\x47\xfd\x4a\x5f\xca\xde\xf8\x59\x15\x04\x4a\x52\x76\xd5\xe5\x9c\x16\xfe\xdc\x76\x43\x6f\xcd\x0f\x74\x92\x29\x23\x39\x22\xfb\x14\xd1\x58\xe6\x2d\x2b\x4f\xd6\x22\x62\x14\xf0\xa6\xc3\xc5\x74\x38\x99\xda\x1c\x97\xb3\xfd\x6c\x5b\x1d\x91\x65\x13\x71\xab\x2a\x41\xf7\x2a\xf8\x61\xa9\x85\xba\xfa\x60\xb7\x99\xa3\x64\xec\xa2\x1a\xb3\x64\x3b\xb7\xd5\xe9\x8e\x88\xba\x9c\x8a\x15\x26\xfe\x72\xfb\x7c\x61\x30\x1b\xb0\x92\x30\x11\xa2\x12\xc8\x6b\x7f\x5d\xb8\x2d\x79\x6b\xf3\x02\xd3\x8d\xb3\xec\xba\xb5\x39\xe7\x22\x32\xab\xe6\x18\x9e\x07\xe7\x97\x54\xeb\x42\x0f\x1a\xcc\x0e\x19\x77\x77\xc5\x19\xdd\x14\xae\xdb\x6a\xb4\x1f\x24\x7e\x4e\x9d\x0a\x5f\xc1\x1e\xfb\x5e\xe1\x28\x8e\xbd\x55\x13\xd3\x89\x78\x05\x9c\x6e\x57\x94\x80\x49\x3f\x9a\x1a\x0b\xae\x9d\x0d\xbd\x70\xd5\xb4\x3a\x22\xa5\xb2\xc8\x18\x1d\x8c\x97\xf8\x66\xca\x0f\xb2\xf2\xeb\x34\xbd\xbb\x4e\x67\x5f\x57\xde\xdd\xd6\xa6\x25\x4b\xb9\x4e\x4f\xe4\x8f\x85\x8e\xf6\x5f\x04\x6a\x4e\x96\xd5\x57\xc6\x55\xe2\xfd\x57\x2a\xf0\x88\xdc\xfa\x62\x3c\x38\x83\xb2\xfa\xd6\x7a\x70\x0d\xe5\x4c\xe7\x7a\xf0\x0c\xc5\x58\x11\x0a\x1a\x29\xff\x32\x63\xc0\xbf\xc0\x63\x6e\x1c\xe4\x0a\x26\xa7\xc5\x43\x0c\x68\x64\xf8\x56\xe8\x11\xc4\xdf\x29\x87\xdd\xe1\x19\x8e\xd3\xe1\x3c\xd8\xf0\xc5\x08\xb8\x41\xdd\xcf\x1d\x81\x34\xa8\xe7\x66\x10\x90\x03\x35\x74\x44\x01\x1f\x20\x43\xb9\x1a\x5c\x0f\x55\xea\x5b\x41\x15\xbc\x94\x73\x05\x7c\x02\x47\xa6\xbe\x80\xbc\x60\xfd\x71\x15\x64\x86\xaf\xee\x74\x84\xad\xe1\x4f\x0e\x37\xe0\x0c\x64\xd6\x70\x1e\xc5\x80\xbd\x79\xe6\x4a\x79\x8f\xb1\x07\x48\x80\x25\xb6\xb1\x9d\x07\xa4\xa2\x0d\x65\x03\xc0\x45\x34\x49\xef\x04\x2e\x41\x13\x38\xce\x20\x15\xa5\xa4\x9e\x02\xbf\xa1\x27\x8f\x5b\x43\xb1\xe8\x46\xef\xab\xd0\x47\xe4\xb3\x83\x01\x06\x10\xe3\x27\x29\x59\xcb\x9e\xf4\xc4\x89\x3c\xcc\x9a\x71\x9d\x41\xd9\xc8\xfc\x5f\xeb\x2d\x8a\x9a\x31\xbb\x74\x3f\xe5\x2f\xb1\x5e\x7b\x13\x38\x42\x27\xd8\x53\x80\x06\xda\xc3\x14\x18\xdc\x4d\x5b\x10\x76\x14\xbc\x4b\x75\xf2\xde\x02\xa5\xe0\x4b\x1d\xce\xc0\x73\xd0\x6f\x1f\x7a\x48\x1a\x71\xe3\x63\x06\x79\x84\x68\xf9\xd5\x7a\xf2\x09\x01\xde\xb2\x88\x5c\xc3\x7b\x57\x9c\x47\x99\xc7\x3d\xab\x09\xa1\x40\x9c\xc9\xcc\x56\xca\x57\x96\x31\x19\x02\x84\x4c\x9b\x63\x52\xd0\x95\x48\xf6\xea\x04\x9f\xd2\xa8\x0e\x87\x21\x11\x1e\xf3\xfe\x46\xfa\x4b\x8d\xf3\x43\x2e\xc9\x43\xf5\xad\xff\x03\x29\x5b\x21\x6d\x0a\x25\xbd\x96\x85\x14\x8d\x21\x7b\x4a\xec\x32\x1e\x92\xab\x44\x63\x19\x14\xca\x66\xfe\xd5\x24\x94\x32\xc4\x85\x42\x07\x01\x25\xeb\xab\x57\x18\xe8\xc7\x18\xe3\x10\x00\x4d\xa1\x3e\x7e\x1b\x9d\xd6\x59\x40\xbf\xbf\x26\x7d\x85\x69\x65\x5f\x62\x3a\xd5\x78\xab\xfe\x4f\xfa\x23\x03\x66\xee\x25\xed\xd6\x2d\x57\x0e\x92\x3a\x32\xda\xe8\x0d\xe4\x20\x85\x6b\xe2\x6c\xca\x44\x09\x29\x64\x80\xd2\x27\x38\xe3\x79\x1b\x50\xb2\x5f\x3a\x84\x82\x91\xc4\xdc\x57\xfd\x69\xa3\x1a\x1c\xef\xca\xd2\xa2\x6a\x32\x7b\x67\xa7\x55\x55\xb8\x5d\xa8\x4a\x5f\x56\xdc\x68\xca\x49\x57\x98\x6d\xe4\xcf\x49\x8b\x73\x22\x69\xe3\x49\x35\x99\xa7\xe2\x0b\xc8\x09\xea\x69\x47\xfb\x28\xee\x32\x5f\x4f\x5f\x60\x81\x60\xbc\x43\x30\xf0\x85\xe9\xff\x02\x4c\xfd\xd2\x97\x74\x3b\x31\xcd\xbe\x7b\x46\xf7\xc3\xb4\xa8\xd6\x8c\x1a\x45\xda\xd5\x86\x89\xb9\xd9\xe9\x1e\xd5\x9b\x65\xd3\xd2\xdb\x4b\x9d\xf0\xb3\xa4\x13\xf9\x5d\x71\x11\xe4\x31\x59\x35\x47\x47\x93\xdb\xd4\x2e\x3b\x1e\x50\xca\x24\x13\x1c\x8e\x01\x46\xf6\xae\xe7\x99\xa9\x75\x03\xd3\x6f\x49\x52\xff\xf4\xef\xed\xfa\x97\xb6\xed\x62\x78\x75\x75\x5a\x7e\xdb\xa1\x9c\xab\xe9\xf3\xeb\xbf\x4a\xf7\xa7\xcb\xaa\x0e\x62\xed\xa4\x75\xc5\xeb\x62\x07\x49\xdd\xb9\x5e\xc1\x2d\x64\xb2\xf6\xc9\x8e\x16\x4a\x92\xb4\xce\x21\x19\x88\x65\xbf\x7b\x3e\x2a\x15\xbe\x57\x7c\xf3\x5b\xea\xe0\x40\x61\xd7\xe1\xb4\xe9\xfd\x01\xd5\x33\xd3\x52\xba\xef\xe6\x38\xa7\x3d\x6c\xf9\x2b\x69\x49\x0f\xbc\xd0\x89\x1d\x48\x7f\x5b\x3e\x2a\x16\x21\xa5\xe6\xef\x08\xce\x22\xcf\xcf\x9c\xb0\xe3\x22\x65\x9e\xec\x83\x43\x21\xb0\x80\xb3\xe8\xc3\x55\xb8\x8b\x3c\xfb\xf1\x00\x9c\x4b\x46\xaf\x25\xc3\x28\xf9\x5e\xcb\x1b\x18\xa3\x58\x97\xb0\x61\x0a\x85\xaf\xb5\x87\xe9\xc0\x19\x96\x01\xa6\x82\x33\x52\x1c\x61\x01\x58\x1b\x76\x04\xd6\x43\x27\xbc\xcf\xc0\x4d\xf0\x04\x07\x35\xfc\x00\x2e\xfd\xef\x3b\x6c\x0d\x8d\x7b\x3c\x1a\x9e\x05\x2d\xba\x9a\x07\xfd\x86\xac\x5b\x96\xc3\xe3\xa0\x99\xc5\x1d\xf0\x38\x68\xbd\x06\x84\xad\x20\x2d\xf3\x13\x6c\x0d\xfd\x49\x2e\x85\x7d\xe1\x83\xc7\xde\xc1\xd1\xb0\xd2\x6b\x18\x56\xc3\x8f\x1d\x0e\xc2\xf5\xc8\x8a\xff\xc6\x42\x4c\x6c\xd4\xa3\xc5\x10\x81\xb6\x5d\xe9\x82\x28\x68\x5a\xf3\x61\x88\x83\x2e\x29\x1e\x0f\x69\x91\xf7\xea\xc7\x50\x05\xf2\x93\x79\x1c\xba\x88\x4e\x4f\x5e\x0b\x8f\x44\xa7\x1e\x4b\x82\xd7\x20\xbf\xbd\x74\x70\x3c\xf2\xc0\xc1\x16\x36\x20\xd5\xef\xa6\x82\x54\xd6\x84\x07\x9b\x40\x0e\x73\xdd\xe5\x4f\xa0\x88\xb1\xa5\x31\x1b\x2c\x26\x42\x0b\x09\xf0\x2a\x5d\x98\x81\x81\xff\xd1\x7e\x31\x5c\xa0\x45\xb4\xe8\x24\x4f\x28\x94\x5a\x1b\x6a\x84\x0a\xf0\x61\x2f\x6b\xe8\x37\x3e\xde\xfe\x27\xbc\x17\x1b\xf7\x26\x08\x50\x88\xb8\x83\x52\x20\x4f\xb8\xb0\x6f\x1b\xd0\xc8\x57\x34\x4c\x06\x06\x78\x4b\x0a\x26\x01\xc3\x9c\x6a\xd5\x7a\xd0\x82\x1d\x4f\xcc\x03\x0f\xb3\x96\x25\x06\x81\xf9\x8c\xda\x90\x61\x68\x0a\xb1\xc6\xb3\x15\x3a\x47\x8b\x70\x18\x09\xf5\xe2\x29\xaf\x00\xca\x8d\x8c\x97\x77\x2b\x28\xcf\x95\xfd\xbd\x04\x30\x5a\xce\xad\x0b\x01\x66\x4a\xcf\xe7\xc7\x02\x8e\xe2\x00\x45\x0b\x70\x5c\x78\x80\x76\x17\x30\xf0\x5d\x13\x22\xc0\x91\x9c\xbf\x21\xbb\xc1\x73\x2c\xb9\xe7\x69\xf0\x1e\x71\xd3\x61\x1a\xe4\x4d\x7d\xfe\x7c\x98\xdc\x93\xff\xe2\xf6\x6e\xf2\xa3\xdc\x9a\x8b\x63\xc9\x5f\xb3\x89\xda\x51\x94\x69\x99\x41\x79\x1e\x14\x27\xed\x62\x59\x17\x25\x41\xf5\x80\xba\x8c\xd2\x2a\x27\xc7\x8f\x06\x1c\xc5\x43\x47\x8f\x00\x7a\xfe\xbf\x1d\xbf\xc0\xc5\xec\x12\x87\xf5\xa0\x8c\x98\xf7\x34\x9c\x3c\xbb\xce\x61\xa0\x81\x6c\x5f\x75\xaf\x33\x93\xbc\xb9\x4c\x57\x55\x4f\x3e\x5a\xb4\x37\xc7\x86\x4c\x35\xdd\x95\xdc\x22\xf7\x18\x77\x63\xc9\x94\xe5\xfa\xe4\xd8\x2c\x8a\x28\xc3\x2f\xf8\x30\x30\x43\xda\xb6\x03\x00\x54\xfc\x1a\x07\x37\x70\x09\xd3\x6b\xc8\x96\xf4\xb6\x77\xc5\x75\x2d\xe9\x69\xe7\xb8\x76\x3a\x69\xa8\xb9\xab\xa2\x88\x3c\xb2\x2e\x2c\x7b\x0d\xd9\xa1\xb2\x41\x3c\x8d\x7c\xbe\xf8\x29\xf2\x8c\x7c\xd1\x64\x3a\x7f\x8a\xb2\xdc\x70\x3d\x88\x4f\x51\x66\x30\x77\xcc\x02\xd6\x8b\xb5\x0e\x9e\xc0\x65\xf6\x8a\xc7\x87\x48\x4d\xd7\x2a\xaf\x75\x92\x1a\xfb\x56\xb6\x99\x49\x0d\x5d\xa4\xf2\x1b\xa4\xdb\x2d\x82\xac\x08\xd2\xbf\xba\x13\xa2\xc3\xe4\x6d\x15\x6f\x10\x4f\xb2\xbc\xf0\xef\xb9\x21\xf2\xab\x1c\xbf\xa0\xbd\x14\x7f\xad\xad\xc7\x30\xe5\x8b\x74\xb7\x43\x20\x20\x67\x77\x3d\xaa\x27\x09\xef\xec\xb9\x66\x47\x12\x5e\x8f\x6b\x1b\x4f\x12\xf6\x85\x96\x3b\x91\xb2\xbb\xc6\x18\x2e\x92\x3a\x9a\x0f\x0b\x7b\x48\xbf\x6b\x0f\xc0\x57\xc9\x07\x4a\x9b\xce\xb1\xc8\x52\xd3\x8e\x20\x07\xf2\x27\xbd\x87\xc7\x0f\x4a\x86\x2c\xdd\x81\x0b\x6c\x67\x7f\x7d\xfd\x0a\x6b\x25\x25\x0d\x72\xb1\x43\xa4\x6f\x7d\x64\xf4\x0f\xf9\x40\x43\x1a\x5a\x43\xce\x28\xe0\xa2\x00\xe5\x7f\xaa\x7a\xd4\x9d\x72\x99\x50\xa0\x13\x81\xec\xc4\x32\x64\x00\x8c\x0a\x3d\x85\x64\x42\xb6\x5e\x16\x08\x00\xbd\x77\x18\x83\x1c\x86\x6b\x5e\x3b\x61\xcb\xc1\xad\xf7\x2e\xa0\xfd\xe0\xa9\x4b\xfd\x28\x09\x4c\xaf\xaf\x45\xb7\x83\xa8\xf9\x12\x3a\x05\x34\xa9\x26\x21\x0f\xa0\xd9\xf4\x8f\x48\x21\xc4\x4d\x74\x45\x24\xd0\xf7\x90\xef\x48\x2c\x7c\xd4\x33\x0f\x39\x06\xb7\xda\xd7\x21\x9b\x10\xbb\x57\xde\x28\x13\xdd\x78\x77\x08\xf5\x40\xfe\xf6\x7e\x44\xbe\x20\x57\xeb\xde\x21\xd7\x91\x34\xf3\x2c\x24\x0b\x09\x57\x9e\x42\x20\x24\x89\x1e\x8e\x04\x23\xfa\x84\x4b\xc8\x5e\xa4\x30\x84\x8d\x6c\x42\xaa\x3d\x03\x91\x35\x48\x93\xbd\x1c\x59\x84\x54\xbf\x08\x40\xb8\xcc\x29\x77\xc6\x22\xbe\x8c\xc3\x3d\x36\xc8\x02\xe2\xcc\x85\x23\xf0\x5b\xba\xd9\x94\x07\xdf\xa4\xfd\x54\x58\xc0\xf5\xb4\x14\x9a\x2f\x5c\x48\x1d\x8e\x1f\x82\x0b\xa8\x81\x47\x5b\xe1\x1a\x3c\x77\xc7\x23\xb8\x11\x7b\x64\x9f\x00\xb7\x62\xa3\x9f\x95\xc1\xd5\xc2\xf0\x5b\x67\xe0\x74\xc1\xcc\x6e\x2a\xec\xc3\x2b\xac\xe9\x86\x17\x73\x0f\xe6\xad\x83\x47\xb2\xff\xca\xfa\xa0\x8f\xac\xcb\xd4\x95\xd0\x7b\xa6\x32\xee\x3b\xf4\x97\xb1\xfb\xa8\x0d\xbc\x80\x7e\x6f\x87\x04\x5e\x43\x73\xb6\x67\xc2\x1e\x78\xfc\x93\x4f\xd0\x33\x55\xe6\x40\x36\x54\xa1\xc8\xeb\x7c\x0a\x09\x65\x58\xb5\x2d\x14\x29\x01\x72\xb2\x20\x4f\x11\x49\x1a\x0d\x6d\x13\x08\xb0\x1f\x90\x37\x4f\x1e\x37\x01\x0a\xe5\xc0\xc1\x18\x04\xb0\xb6\xec\xd8\x07\xe9\x08\xa3\x7d\x0e\x54\x47\x1d\x7a\x1c\x08\x7e\x37\xf9\x5e\x77\x04\xdb\x73\x76\xb4\x1f\x07\x15\x59\xce\x15\xd7\xc1\x73\x7a\xfb\x6c\x0a\xe8\xa7\x99\x2c\x4e\x06\x0f\x2b\x3f\xa0\x7b\xc1\x18\x59\xc9\xf9\x72\x90\x10\x6f\x0f\x52\x81\xa5\x7c\x86\xc7\x13\xf0\x11\xfb\x8c\x7d\x1f\x34\x81\x18\xff\xa0\x11\x3c\x50\x6b\x7b\xa5\x10\x5c\x50\x39\xbd\xe5\x33\xf0\xbe\xe4\x67\x19\x17\x68\x2d\x18\x30\x84\x01\x79\x79\x0c\x21\x03\x28\xcd\x5e\x02\xeb\x80\xcb\x3a\xf2\xb9\x20\xe0\x93\x8a\x38\x92\x09\x2e\x93\xae\xf6\x88\x01\xc3\xf8\x47\xed\x1f\x82\x02\xe6\xf2\x41\x35\x38\xa5\x7b\xe0\xb2\x18\xe8\x6b\x1b\x6e\x7a\x0b\x88\x1a\xdf\x96\x70\x81\x53\xb5\x85\x7a\x0a\xb0\xb7\x62\x03\xff\x32\xe0\x57\xc4\x82\x2c\x80\xf3\x79\xc8\xd9\x25\x00\x2d\x73\x28\xf0\x0e\x50\xac\xba\xe2\x31\x12\xf8\x26\x5e\x61\xff\x0c\xdc\xcc\xfa\x75\xef\x06\xf0\xfe\x8a\x5f\x5f\x2b\x50\xd8\x3b\xba\xc9\x02\x88\xeb\x60\x14\xd7\x00\xae\x4d\x9d\xba\x72\xc0\xaa\xb6\x99\x3f\x0f\xb0\x2e\x27\x81\x08\xe0\x5a\xd0\x72\xc6\x00\xec\x31\xfa\x05\x0a\x81\x33\x9a\xb0\xed\x8f\x81\x5a\x49\x97\xfd\x0f\x70\x24\x5b\x7e\xcf\x13\xb8\x7c\x73\xb0\xcf\x01\x60\x5c\xdd\xd4\x88\x00\x9e\xbd\xc1\xc5\x73\x80\xf1\x1d\xcb\x74\x96\x94\xa7\x8d\x99\x3c\x21\xe5\x7e\xf5\x25\x70\x3a\xe5\x43\x49\xc2\x99\xfd\x94\xaf\x79\x2e\x81\xb1\xc0\xff\x74\x71\xdb\x9f\x01\xc7\xa5\x9f\x1d\xd6\x00\x26\x76\xf7\xc3\x28\xc6\xa3\xf4\xa9\x57\x2b\x18\xff\x4b\xcf\x6b\x2b\x25\x2c\x48\x56\x15\x61\x74\x12\x49\x9a\xbd\x91\x76\x97\xbc\x54\xbc\x9f\x66\x4f\x7e\x87\x2e\xa5\x02\x94\xbe\xf3\x71\x78\x0f\x50\x1d\xe4\x82\xcf\x01\x35\x1e\x0b\xb0\x18\x28\xc3\x0e\x42\x2b\x60\xc3\x03\x23\xe3\x18\xa5\xe9\xca\x5b\x42\x48\xf9\xd7\xfa\x87\x5e\x0a\x38\x97\x6b\xe8\x33\x80\xb0\xac\x64\x1a\x19\xc8\x14\xe9\xa8\xd7\xc1\x25\x08\x97\xba\x1e\x2c\x3b\xf7\x1e\x17\x43\xdb\x8f\xb4\x60\x9f\xa1\xde\xed\x75\x58\x00\x7c\xda\x6e\x3b\x9a\x87\xfc\xef\xfe\x7d\xe2\x11\x2c\xbe\x62\x41\xcc\x87\xc9\xad\x5e\x74\x6f\x38\xb6\xec\x39\x2d\x1b\xde\x67\xe8\xa7\xcd\x82\x7d\x44\x93\xa8\xe9\x30\x19\x99\x88\x3f\x85\xeb\xce\x61\xb8\x1f\xfc\xe1\x48\x18\xd6\x82\x58\x6f\x27\x63\x0e\x48\x98\x9d\x1d\xca\x44\x94\x83\xf6\x74\x23\x11\x7c\x99\x4d\x1f\x41\xbf\xd0\x5c\x46\x5b\x4f\x1f\x5d\x4a\x50\xcb\x68\xe1\x99\x12\xea\x06\x6a\xbf\xe0\x3f\xdc\x4c\x8d\x82\xe7\xe0\x2b\xa8\x63\xce\xe6\x60\x55\x38\x2d\xb0\x14\xdb\x8e\xfd\xdd\x3e\x1f\xad\xc3\x12\xed\x16\xa1\x0e\xe8\xe0\x5d\x94\xf6\x82\xef\xd5\x37\x87\xe6\xc4\x73\x68\x9a\x43\x65\x71\xbe\x15\xff\xc5\xff\xb2\x9b\xf4\xb6\x38\xc4\x92\xf0\xb3\xf1\x11\x4c\x16\xf8\x15\x63\x33\xa0\x33\xdd\xd8\x3c\x22\x34\x70\x3e\x6a\xa4\x5b\xb8\x0f\xa0\xab\xa8\x35\x76\x9b\x10\x23\xee\x7e\xbb\x9c\xb6\x5f\xb1\xb0\x77\x13\x55\x2f\x3b\xda\x90\x84\x7f\x97\xa4\x14\x25\xe0\xc7\x44\x5a\x6d\x05\x76\x43\xd0\xc7\x0b\xc4\xc2\xf9\xb3\x80\x9b\xe8\x17\xae\x6f\xcc\x53\x14\x61\x9f\x3d\x8c\xa3\xd3\x98\xe1\xee\x5c\x24\x93\x98\x6b\xb7\x1f\x59\x42\xcd\xbf\x69\x41\xdd\x9d\x33\xb9\xfb\x29\x9e\x9f\x15\x5e\xf7\x3f\x7c\x9a\xbe\xa0\xc0\x1e\x4b\xd1\x5c\x51\xcb\xd0\xff\x54\xef\x38\x71\x28\xa6\x98\x49\xd9\x80\x5a\x4b\xe7\x9e\xce\x47\x8a\x85\xc3\x87\xaa\x11\x4f\x1e\xcb\xdd\x03\x1e\x64\x35\xd9\x49\xe1\x08\x7a\xeb\xf5\x7a\xfc\x76\x65\x74\x67\x28\xee\x50\x2a\xaa\xb9\x80\xa5\x14\xbe\x30\xbd\x47\xef\x9a\x3e\xab\x10\xd4\xcf\xf8\x92\xc5\x46\x5e\x64\x5e\x25\x09\x11\xb6\x06\x8a\x0e\x45\xac\x15\xaf\x03\x2e\xc1\xb5\xe2\x61\xb7\x4b\x70\x30\x8f\xb0\xcb\x86\x9e\x32\xba\xae\xaa\x70\x51\xbb\xb8\xfd\x04\x76\xa5\xe9\x4f\x95\x0c\x9b\x5b\xe7\x9d\xfb\x17\x25\x57\x1d\x50\xd4\x23\x1f\x4a\x97\x31\xde\x21\xa8\xf9\x5a\xba\x1d\xb2\x24\x67\x45\xd4\x66\xb8\x4c\xf7\xdb\xff\x0f\xbc\x4f\xe9\xe7\x16\x01\x0d\x8b\x56\xd8\x15\x43\x04\x8b\x71\xc5\x88\x27\xf4\x96\xb4\x91\xb1\x82\xce\xe6\xca\x32\xf4\x6d\x8b\x26\x77\x25\x7a\xb0\x7e\xad\x62\x04\xd2\x52\x05\x30\xb6\x23\xfb\x4a\xc4\x69\x62\xf8\x55\xbe\x5b\x64\x2b\x9c\x96\xb5\xc7\xbf\x10\x9e\x96\xd1\xea\xb6\x1d\xaa\x11\x57\xd9\x75\x40\xbe\x6c\x9b\xfe\x21\xfc\xc0\xd5\xe7\xad\xf5\x18\x7e\xa9\xa0\xe2\x17\x5a\xdf\xe5\x94\xc3\x44\x17\xb6\x1c\x97\x27\x20\xb4\x3a\x27\xa2\x19\x99\x50\xd1\x94\x66\x07\xab\x0b\x2f\x47\x26\xc0\xcb\x72\xe6\xfa\x53\xa1\x2a\x4d\x93\xdb\x76\x28\x5c\x72\xd7\xee\x1b\xf8\x89\x7d\xe4\xfa\x16\x7e\x4f\x9a\x75\xe7\x11\x5e\x70\x5a\x49\xcd\x20\xe7\x5f\xba\x53\xfe\x19\xf6\xbd\xf4\xd6\x0c\x3b\x56\x1d\xe9\x0c\xdb\x83\x29\x20\xbb\x91\x1d\x19\x27\x29\xab\xa2\x45\x84\x13\xb0\x24\x80\xa0\xfd\x04\xad\xb6\xb5\x53\xeb\xa0\xdd\xb6\x95\xf8\x69\x98\x7a\x8d\xcf\x5f\x47\xd6\x75\x64\x71\x1f\x91\x9f\xd5\xac\xe0\x68\x28\xcb\x4c\xcd\x6c\x90\x72\x5e\xc5\x62\x9d\xa4\xf4\xb2\x4a\x99\x5e\x40\x20\xa9\x90\xb1\x14\xf8\x16\xbd\x84\x18\x0d\x2a\x03\xac\x69\x83\x90\xdb\xb6\x74\x6a\x1e\x3c\xd1\x96\x8a\x9f\x80\x1f\x5c\xbd\xc7\xd3\x40\x3b\xda\x5f\x70\x4f\x43\xee\xd5\x67\x39\x5b\xa0\xad\xa6\xff\xb1\x2d\xa0\x0d\xca\x57\xac\xf1\xd0\x01\x96\x35\xe3\x03\x24\x21\xad\x26\xee\x40\xaf\xa3\x6a\xe9\x9d\xb0\xab\xff\x25\x5a\x01\x4c\x6c\xf3\xa6\x22\xf0\x67\xdb\x74\x7c\x07\x12\x71\xc5\x93\x4b\xa3\x11\x6d\x27\x39\xb1\xb4\x31\x95\xbf\xd9\x81\xd4\xd4\xdc\x4a\xd6\x01\xfc\xa7\xc2\xcc\xf4\xc5\x79\xcc\x51\x0c\x0f\x7c\x57\xfa\x26\xc2\x05\x9f\x18\xf9\x92\xbe\x09\x2b\xf1\x5f\x4b\x5b\x8b\xf9\x6d\xfd\x4e\x9d\x85\xfe\xb2\x85\xb0\x47\xa8\xee\x72\x26\xa7\x90\x7b\xb0\xe5\x05\x3b\x8b\xb3\xb7\x82\xcd\xd2\xb0\x37\xe5\x1c\x61\x4a\x59\x76\xf2\x68\x86\x94\x69\x4b\x3c\x20\x14\x8c\x9d\x69\x5b\xe9\x6a\x22\x2a\xd2\x92\xa6\xa1\x9f\xf1\x33\x53\x15\xb4\xd0\xad\x6d\x38\x4e\xdd\x60\x9b\x83\x1d\xc2\xfe\xf4\x8d\xe1\x4c\x96\xd6\x37\x1f\x64\xfd\x93\x58\x97\xcf\x66\xfe\x10\x91\xb3\x3f\x31\xde\x0a\x2e\xc9\x16\x13\x6f\xf9\x2b\xe8\x15\xf4\x1f\x5c\x43\xea\x56\xfa\x04\xce\x8c\x53\x7b\x69\x13\x58\x21\x7e\xb6\xd4\xb1\x0c\xf6\x56\x1e\xf6\x95\x8e\xd9\xf6\xa0\x7d\xd4\xf0\x1e\x8c\xed\x96\x35\xbb\xe1\x27\x6b\x95\x5e\x5b\x72\x91\x69\xaf\xb5\x30\xf4\x32\xe6\x67\x60\x92\x65\xc4\x1c\xc5\x03\xea\x07\xfa\x0a\x99\x57\x72\x2d\x6d\xab\x98\x73\xd2\x9e\xea\x21\xd0\x1e\x3c\x8e\x7b\x70\x49\x5b\x37\x62\x9b\x58\xe3\x6c\x7f\xa1\x33\xe8\x51\xdd\x7b\x58\x65\xa5\xaa\xba\x7c\xa6\xb9\x68\x75\x11\x83\x61\xcc\x2f\xd3\x9b\x09\x4e\xee\x5c\xd1\x6a\x3a\x96\x15\x8a\xdb\xd1\x64\x3a\x71\xd2\x1a\x6a\x71\x86\xe4\xc4\x4f\xbc\x4a\xee\x73\x80\x85\xd5\x88\x4c\x5b\xae\xa3\x25\xdc\xac\x15\x73\x10\x06\xe3\x50\xe7\x6c\x16\xab\x79\x5c\xad\x92\x19\x5d\x77\xbd\x00\x61\x1c\xa8\x4e\xd4\x76\x10\x9b\xca\x6e\x0a\xce\xd0\x57\x16\x8d\x45\xd9\xb4\x8d\xa6\x29\x09\xdd\xd4\x3d\x59\x2d\xe1\x37\xf0\x83\x9a\x1f\xfb\x2b\x30\x7f\x79\xc3\x96\x28\x74\xaf\x70\xc6\x8a\x25\xc8\x32\xe6\xbf\x0e\x17\x56\x74\xe7\xb3\x9a\x3a\xe6\xae\x56\x5f\x73\x0e\xc3\xb1\x01\xd6\x7c\x21\x66\xd5\xc4\xf2\xf3\xe8\xa3\xcb\xe7\x21\xf7\x68\x13\x0a\xb9\x09\x6b\xa9\x73\x72\xb5\xe1\xa1\xf8\xbc\xcc\xc5\xfb\xc3\xb1\xf9\xaa\xa9\x5b\x3c\xd1\xe9\x22\xfe\x8a\x8d\xf0\x33\x96\xb4\x9d\xca\xda\x71\xe9\x55\xcd\x78\xe6\x92\xae\xbf\xf9\x9f\x19\x23\x5a\x07\x34\xfb\xe8\x4f\x1b\x42\xf9\xd3\x69\x7d\xd5\x22\xe4\x10\xb5\xab\x14\x8b\x6f\xc2\x2f\xe5\xff\x09\x1f\x8b\x5d\xcc\x6a\xdb\xbf\x06\xed\xc8\xf8\xb2\xc5\x0d\xa9\x15\x9b\x56\x44\xc3\x6c\xd6\x95\x8e\xef\x72\xcb\xd4\xad\xb5\x03\xd2\xe0\xd4\x97\x85\xe1\x62\x2c\x8d\xaa\xbb\x21\xbc\x9e\xee\x20\x64\x0a\xec\xd2\x9f\x60\x25\xbc\x24\x52\x4b\x62\x2b\xa7\x92\x5c\x77\x22\x90\xf5\x85\x52\xb5\x9f\xc1\x5c\x0a\x34\x6e\xde\x48\x6c\x85\x26\x2e\x6b\xa7\xb9\xc0\x67\x3a\xd6\xcb\x8a\x48\xbc\xda\xf9\x92\x2f\xa4\xb7\x05\x85\x62\x07\xf2\x7e\x9d\x93\x10\x25\x17\x0b\x3e\xf2\xef\x52\x96\x60\x8e\xbc\x75\x94\xba\xc4\x7d\x1c\x18\x88\x09\x7f\xc3\xea\x03\xe7\xed\x5f\xcf\x9c\x00\xf6\x6f\x1e\x41\x38\x40\xb5\xcb\xca\x68\xab\xe1\xea\xf6\x08\x99\x27\x38\xae\x26\x40\x22\x02\xe7\x98\x3f\x8b\xae\x80\x6e\x5a\xae\x70\x35\xe8\x2f\x08\xe3\xb3\x41\x18\x35\x72\x5f\x81\xb7\x12\x6e\x71\xdc\x21\x8f\x70\x0e\x4b\x06\x65\xef\x7b\xcd\x18\x84\x27\xbb\xde\x23\xc6\xc2\xca\x65\x85\xb4\x99\xc8\x86\xb6\x11\xd2\x68\xfc\x41\xd5\x77\x71\x0f\x4e\xcb\x2f\x14\xcd\xc5\xe7\x6a\x0e\x08\x40\xac\x9e\xef\xca\x7b\x85\x25\x23\x19\xdc\xfd\xd8\x9e\xf8\x4f\xec\x42\x6c\xd5\xf1\xcb\xac\x59\xe8\xd7\x7d\x51\x8c\x53\x68\xbd\xab\x86\xae\x42\x85\xcb\x2a\xa9\x25\xe8\xc9\x96\x52\x89\x96\x1d\x51\x79\x57\xf4\x9a\xc5\x30\xc5\x0a\x7d\x99\x1a\xb5\x0d\xbf\x81\x51\xc6\x5b\xca\x5b\x4f\xdc\x84\x33\x39\x46\xc2\x22\x7e\x11\x7b\x16\xfd\xf4\xf1\x45\xcc\x74\x1a\xdf\xf7\x27\xd1\x4f\x2d\x70\x45\xe9\x93\xf0\x86\x65\x9f\xa8\x4b\xb1\xb6\xe6\x6d\xe2\x6a\x71\x6a\x85\x9f\x68\x95\x68\x46\x9e\x9d\x40\x22\xc8\x50\xbd\xe1\x4f\xe6\xcf\xe1\x8e\xe5\xd2\xb9\x4a\x48\xcf\x19\xc3\xf1\x8e\x73\x67\x81\xac\x57\x61\xc7\x19\xf7\x99\xa1\xbe\x2c\x62\x23\xd1\xea\x1a\x41\x8b\xa3\xfd\x5a\xee\x82\xd3\xa8\x56\x8d\xe3\x45\xc3\xba\x7f\x65\x01\xc2\x08\xcd\x1d\xe3\x3f\xfe\xbd\x0c\xad\xe2\x3f\xde\x2e\xa5\x07\x7b\x2b\xa7\x56\x76\x17\x1c\xcb\xde\x22\x41\xce\x3f\x66\xd6\x88\x26\x1f\x3b\xc9\xb0\xe0\x07\xee\xbd\x41\x4f\xe1\xa4\xb8\x2e\xa0\x96\x30\x03\x97\x47\x63\xed\xf4\x19\x75\x39\x22\x61\xe1\xf5\xe2\x0f\xc2\x11\xf9\xc6\xac\x41\x7e\x4c\x2e\x24\xfb\xc8\xbd\x98\xed\xc2\x8c\xe5\xac\xd1\xf7\x53\x22\x58\xa5\x9a\x43\xe7\x52\x99\x6b\x94\x79\xa1\x07\x09\x99\x34\x6f\xef\x24\xda\x3b\x61\xe8\xa6\x0b\x54\x7b\x4e\xfd\x72\x12\xb6\x85\x78\x58\xdb\x2a\x3a\x55\x87\x14\xad\x12\xd4\x56\x6b\x33\xff\xf2\xe7\x97\x0b\xa5\x96\x5c\x4a\xf1\x3e\xa2\x8c\xfd\x28\xff\x26\xa9\x9f\x75\x24\xc7\xf5\xec\x02\xc6\xa5\xcc\xfd\x21\xeb\x08\xe7\x8c\xb7\x7b\x36\xd1\x38\x32\xeb\x4d\xfb\xf1\x56\xfe\x97\xe5\x74\xf4\x32\x33\xae\xe6\x8d\x68\x4f\xcb\xcf\xc2\xe3\x02\x4d\x43\x43\xe6\x6a\xde\xf7\xda\xbd\x92\x00\x6e\x50\x85\x84\xfe\x1f\xbb\xae\x58\x4d\xb2\x62\x39\xe4\x27\x9e\xc1\x18\x8a\xec\xb7\x47\x6b\xe8\x7f\xb4\xf7\x7c\x86\x68\x87\x14\xfb\x37\xad\xc0\xe9\xc2\x90\xe5\x32\x94\xcf\xfc\x5d\xb3\x59\xb4\xba\x2b\xab\xa0\x44\x00\xb4\x59\xe8\xa9\xbc\x2b\x8d\x47\xc4\x66\xee\xaa\xda\x4d\x74\x7f\x36\xb3\xfc\x6a\xba\x98\xf9\xae\xc8\xee\xcc\x54\x86\x5f\xde\xac\xa3\x61\xf4\xb2\xcc\x10\x1f\x13\x6d\x9c\x6a\xe1\xa6\xc5\xf8\x5a\x51\xcc\xf2\x66\x74\x3d\x6b\x5b\xe9\xa5\x2c\x72\xca\x50\xee\x24\x7d\x57\x2a\x9c\x21\xd1\x3a\xa7\x4d\xe4\x9f\xce\x28\x4a\x2b\xc5\xc4\xca\xe5\xe9\xc9\x29\x7b\x65\x02\x52\x50\xf4\x4c\xf1\x13\x72\xc8\x11\x81\x70\x16\x25\x65\xe7\x43\x9e\x05\xa0\x77\xfe\xc4\x9e\x04\x8d\xb2\x99\x4b\x74\xc3\x50\xe9\xce\xac\xd1\xe9\x2f\x72\x70\x7d\x04\xc9\x3b\x63\x86\xe6\x1e\x49\xcc\xfb\x94\x11\x4e\xfa\x87\x2d\x57\x3c\x24\xe3\xc9\x2f\x65\x01\x14\xbb\xa8\x7a\x71\x31\xe5\xe5\x91\x9d\x82\x37\x40\xf5\xce\x3c\xde\x48\x50\xec\x7c\x8d\xf5\x15\xca\xb0\x99\x4a\x34\xc0\xf5\x25\xa5\x06\x15\x30\xc7\xf8\x59\xf7\x0f\x58\xa7\xa2\x6b\x50\xc0\x8b\x97\x98\x31\x15\x38\x8f\x56\x28\xc4\x40\x65\x32\x26\xfb\x1f\x68\x15\x75\x4a\x1c\x0f\xea\x03\xff\x09\xaa\xa0\xe5\x3b\x53\xb8\x03\x50\x99\xf3\x05\xd6\x15\x38\xd2\x66\x36\xa1\x46\xec\x8a\x8b\x33\x4b\xb0\xf0\xec\xf7\x3a\x67\x6c\xae\x12\x57\x5f\x41\xeb\xb9\x24\x55\x14\x0a\x21\x57\xe4\xc3\xe8\xa1\xa4\x6a\x69\x32\xea\x13\x59\x23\xba\x8f\x1e\x08\x4c\x13\xac\x45\x77\xec\xb4\xe2\x1e\x45\x9d\x9d\xb3\x58\xc7\x51\x37\x1b\x77\x62\x2d\xba\xab\x28\x48\xff\x89\x69\x99\x55\xab\x45\x18\xf1\x8a\x64\xb5\x15\x51\xce\x81\x94\xb5\xf4\x5f\xf0\x7b\xf9\x5e\xfa\xc1\xc4\xb7\x92\x01\x5a\x47\xe4\x64\xd1\x1e\xda\xf6\xc3\xef\xf9\x19\x54\xad\x77\x2f\xa7\x0b\xff\xe8\x2c\x60\x5e\xc1\xbd\x6d\xc8\xf4\x4c\x4c\x50\xf0\x43\x7f\x52\x10\x6b\xc0\x34\x4f\xf9\xbe\xf2\x90\x0c\x90\x37\x93\x4d\x52\xce\xe3\xdc\x84\x47\xc9\xcc\x6c\x7d\xe2\x7c\xc9\x56\x16\x71\x2a\x48\x58\xcd\x3c\x7b\xf8\x04\x7f\x34\x63\xb9\x37\x99\xb3\x92\x7e\xc9\x99\xc9\x5c\x4b\x0b\xb1\xe9\xa0\xfd\xc5\x07\xcd\x7b\x75\xb5\x19\xc3\xfa\x1e\xcd\x3a\x95\x8d\xd4\xa0\xea\x54\x38\x33\xef\x2b\x02\x65\x36\x20\x47\x3a\x24\x99\x1c\xdf\x2b\x4e\x16\x8d\x3d\xe9\x2e\xf8\xc4\x7f\x73\x48\xcc\x73\xe7\x4a\xbd\x3e\xb1\x4f\xb3\xe7\x39\x9f\x60\xc4\x30\x12\x96\x8e\xa7\x39\xd1\x0a\x4d\x5b\x75\x8e\x79\x3a\xed\x53\x75\x95\xf1\x89\xf8\xa9\x2a\x20\x6b\x16\x63\xa3\xfc\x96\x7e\x1e\x30\x49\x1a\xa4\x99\x1c\x17\x27\x7a\xa5\xfc\x1b\x31\x47\x10\x2d\xbb\x18\x50\xc4\x2d\x17\x7b\x7b\xf9\xb1\x06\xf9\x88\xb3\x35\x71\x8b\x8d\x2f\x5d\x49\x55\x13\x7b\x73\xd5\xba\xe9\x95\xf6\x9a\x8d\x6a\xb0\x34\x4b\xb4\x52\x35\xba\xf0\x2b\x5d\x2e\x27\xf2\xad\xc9\x0c\xe9\xa8\x9c\x25\xb1\x33\x45\x4c\xc3\xf8\xf0\x57\xfc\x7f\x9a\x02\xff\x0b\x5c\x1f\xc5\x0b\xcf\x2c\x56\x9c\xf8\xa2\x53\x1f\x11\xc3\x3b\xb5\xd4\x8b\x6a\xcb\x28\xc9\xf9\xac\x7d\x7f\xe1\x97\x1a\x54\x47\x54\xaf\x10\x46\x29\x9f\x94\x5b\xd2\x1e\xca\x4f\x15\x3d\x21\x0d\x4a\xee\xe6\x27\x9c\x4f\x13\x1d\x35\xde\x0c\x8f\xe2\x5f\xd4\xbf\xf5\xf7\xe3\x4e\xcb\x60\x79\x1e\x65\x39\x4b\x9b\x9c\x4a\x08\x07\x7e\xde\xd2\xa3\xf8\x13\xa6\x4b\x4e\x94\xb6\xa7\x79\x72\xc6\x23\xb5\x7b\xdd\x37\x41\xa3\xb2\xae\x3a\x9b\xe6\x21\xdf\x58\x3e\x93\x74\x40\x62\x2c\x72\x3b\xf7\x5b\xb4\xc8\xb4\x3a\x7c\x04\x1f\xcd\x6a\xf1\x1f\xcd\x69\xd5\xf4\x7a\x3a\x32\x87\xe4\xc7\x9d\xcc\xf4\x6b\x02\xed\x52\x2a\x4e\x30\x49\x9a\xf4\x12\x75\xea\x0a\x71\x7d\xa1\x57\x6a\x1d\x33\xc1\xf4\x5f\x9a\x27\xa4\xcf\x01\xd3\x9e\x27\xed\x31\xfc\x4a\x2f\x88\xd6\xeb\x22\x49\xfc\x10\xa7\x0c\x23\x59\xbe\xaf\x46\xae\xa2\x5c\x74\xf7\x16\x07\x80\xd3\xd6\xdc\xe3\x0d\x41\xa0\x55\x25\x6b\x1d\xfc\x47\xb3\xa8\x64\x6d\xfa\x2d\x71\x44\xc1\x43\xd2\x1a\xa6\x8d\x49\x48\x62\x43\x41\x39\x2b\x49\xdf\x92\xc6\x19\x2a\xc9\xb4\xe8\x93\x3a\x5b\xca\xba\xa3\xff\x32\xce\x53\xfe\xec\xe3\xc8\xe3\x80\x67\xee\x76\x62\x67\xf0\xe1\x9a\xcb\xbc\x3e\xe8\x97\x55\x13\xcb\x1a\x59\xae\xae\x2e\x6e\xa7\x98\xc5\xa3\x0a\xc8\x94\x1e\x46\xaf\x69\x2d\xe5\x27\x34\xde\x78\x13\x58\x97\xd8\x68\x38\x0d\x30\xa3\x6d\xb4\x0f\x80\x7f\x47\x2f\x66\x38\x80\xc2\x7d\x27\xe4\x1b\xa0\x75\xee\xff\x13\x8f\x81\x1e\xac\xe9\xe2\x65\xc3\x66\xab\x1b\xcc\x1f\x08\x9c\xf1\xb4\x78\x14\xca\x11\x79\x9a\x1b\xd0\x40\xc6\xc2\x3c\x08\x9d\x04\x86\x19\x57\x22\x0f\x12\x57\x64\xb6\x21\x3d\x51\x5a\xed\x36\xe4\xf6\xd1\x63\x2a\x1e\xf2\x73\xdf\x0c\x59\x2e\x3a\xcd\xed\xbe\x08\x45\x97\xaf\xe9\xe4\x39\xa0\xc1\xd6\xd3\x98\x38\x4a\x57\xfd\x2a\xf2\x25\x32\x85\xa7\xcd\x53\x89\x99\xc4\xae\xdc\x7b\xf4\xb3\x40\x66\x36\x83\x76\x2f\x01\xcf\xb4\xa4\x05\x45\x4d\xd6\xe8\xa8\x9f\x82\x1f\x2b\xbf\x52\xe5\xbe\xf5\xb2\xc9\x54\x1b\xb7\x32\xe1\x10\x6e\x5c\x73\x9d\xcb\xc1\x37\x58\x87\x32\x9e\x62\xd5\xca\x97\x85\x0d\xbc\xf5\x82\x98\xfc\x74\xae\x37\xfd\x4c\xae\x17\x67\x29\xe5\x6e\xd6\x1b\xf6\xb2\xf8\x01\x3d\xcc\x72\x8c\x8c\xd7\x8c\x66\x7a\x07\x87\x2b\xc3\x18\x27\x7d\x4f\x4a\xcf\x12\xc1\x6e\x4c\xa1\x1b\x7d\xeb\x9a\x77\x9c\x47\xb4\x79\xd6\x05\x8c\x8d\xf8\x90\xa2\xad\xe0\xa5\xc2\xcc\xf7\x34\x95\xc8\xc7\xd1\x5c\x72\x10\xa9\x3f\xb9\x3c\xcb\x52\x0c\xc5\x75\xea\xf2\x85\x45\xa7\x30\xf5\x6a\xfe\x97\x20\x8d\x82\xcd\x5b\xbd\xf7\x86\x44\xc9\x59\xe7\xb6\x59\x70\x8e\x35\x7d\xcd\x2b\xce\xa4\xff\x13\x00\x1f\x00\x31\x2e\x0e\x00\xc0\xcd\x67\x3c\x0f\x7f\xe3\x59\x0d\x21\x15\x21\x29\x23\x95\x06\xa5\x44\x2a\xa5\x52\x69\xa1\xbd\x6e\x7e\xfb\xbb\xef\xf6\xde\xd7\x5d\x57\x77\xed\xbd\xf7\xde\x91\x6c\xb2\xe7\xf3\xec\xfd\x8c\x6c\xfe\x3f\xee\x2d\x8b\x79\xdc\x30\x36\x3f\xdb\xb7\x1a\x29\x5e\x2e\xbe\x59\xb1\xbe\x80\xc1\xfc\x54\xf2\xd5\xb8\x1c\x40\x0a\xc5\xb9\x47\xd3\x4a\x8d\xf3\x74\x45\x71\x0c\xbd\x52\xf3\xeb\xf0\x48\xf6\x5b\x95\xd3\xbe\x8d\xca\x9f\x72\x5b\x97\x4b\xd2\xcb\xe2\xe7\x9b\xae\x09\x4f\x08\x58\x16\x01\x9c\x7a\xce\x7b\xf5\xa7\x6a\xf3\xba\xad\x22\xa8\xfc\x76\xf5\x64\x02\x2a\xd1\x96\xb7\xd0\xad\x0b\xad\x4b\x5c\x53\xc9\x86\xa2\x82\xda\xd8\x74\xbd\x99\xe1\x7f\x21\xf7\xb2\x29\x39\xee\xbe\x54\x25\xa6\x59\xe2\x12\x2c\x3d\x28\x2f\xd8\x54\x2e\x78\x26\xfa\x65\x01\x73\x36\xf1\x56\xaa\xd7\x57\x4f\x6e\x0e\x15\x0e\x97\x77\xd4\xdf\x63\x9c\x29\x49\xaf\xd9\x4e\x13\x17\xfc\xa8\x48\x4d\x79\x6e\x48\x2f\x81\x62\x3e\xe5\x3c\x2e\x48\x08\xa1\x67\x6f\xcb\x5b\xec\x6b\xad\x74\xd1\xc6\xb8\xac\x91\xfe\xa9\x0c\xd9\x64\x14\x14\x48\x16\x5a\x68\xd8\xcf\x78\x32\x15\xb9\xea\x7e\xfb\xb0\xd0\xb4\x5c\xd6\x32\x8f\xb1\xa5\xc4\xa5\x61\x2d\x6d\x46\xc1\x60\xcd\xe2\x14\xba\x61\x63\xf9\xb9\x18\x55\x4e\x5e\x71\x60\xc8\x3a\xcd\x33\x23\xdf\xe7\x9d\xe2\x59\xce\x21\x97\x69\x92\x46\x55\xd7\xa6\x72\xc1\x6e\xc9\x33\x8b\x7e\xb6\x80\x77\x52\x20\xec\x9d\x4a\x3b\xce\x78\xd6\x71\x92\x76\x99\xde\xdb\xa2\xa4\xef\x48\x5f\xd6\xe0\x43\x1f\x39\xb6\xaa\xfa\x3a\x80\x86\x3f\x2b\x77\x01\x63\x0f\x9a\x17\x45\x43\x19\xbb\x21\xc3\x1a\xb8\x72\xfb\x66\x6d\x1e\xf2\x7d\xbd\x97\xa2\x11\x3b\x64\xfa\x48\x94\x84\x77\x09\x82\x7a\x94\xc0\x18\xa3\xbd\x23\x06\x9c\x43\x57\xb7\x6c\x03\xf7\xa6\x7d\xac\x9f\x00\x0b\x8e\x4d\xaa\x16\x43\x6b\xc2\x4f\x97\x7d\x81\xae\x1c\xfc\xa3\xc8\x02\x2e\xdf\x9d\x94\xf7\x1f\x62\xdc\xbe\x46\x4b\x45\x4b\xd6\xfb\x29\x14\x58\x93\xe9\x57\x51\x00\x7e\x56\xb0\xb8\x67\x0d\x1c\xc0\x60\xb4\x7f\x83\x93\xe8\x71\xcd\x37\x60\x24\xed\x54\xbd\x11\x2e\x89\xbf\x59\xed\x04\x4f\x84\x97\x95\x55\x20\x59\xfe\x2f\x0b\xaf\xa2\xf3\x76\x1f\xce\x6b\x40\x07\xb7\xaf\xd0\xba\x60\xc4\xfa\x20\xc5\x51\x7c\xaf\xd9\x12\xd1\x1a\xc6\xdf\xfc\xcc\xee\x78\x46\x1d\xfe\xb1\xdd\x8d\x11\x4d\x7b\xd1\x6c\xc1\x98\x93\x16\x53\xf7\x12\xbf\x17\xcf\xaa\x12\xe0\xe3\xe1\x47\x4b\xbf\xe2\x6f\xfc\x9b\x0b\xad\x19\xab\x76\xef\xcc\x5b\xcc\x08\xd9\x3e\x37\xbb\x82\x21\x58\x9f\x21\xbf\xc4\x38\x65\x16\x2d\xcc\x21\x26\xf3\x3e\x75\xf1\xb9\x0e\x38\xa9\x8d\xc2\xc9\xa1\xc5\x36\xc5\xb0\x7f\xa6\x7e\xaa\xb3\x63\x93\xe3\xed\x2a\xc7\xd9\x53\xc3\x17\x97\x7a\xb3\x6a\xfd\x81\x02\x90\x95\xbc\xfb\xef\xdc\x78\x96\xd9\xf6\x19\x9a\xcf\xcc\xb1\xf5\x72\xf9\x2a\x26\xd5\xac\x49\xf0\x82\xb9\x84\x97\xd5\x79\x59\x6c\x8b\xdd\x6f\xed\x15\x39\x50\xcf\x37\x56\x0a\xed\x52\xf1\x5a\x48\xb0\x27\xee\x4a\xe5\x2a\xfe\x89\xb0\xe1\x12\x35\x4f\xe7\xbf\x23\x7f\x8c\x7b\xd5\xf3\xad\xbe\x96\xf3\x73\xfb\x24\x8d\x0b\x67\xe9\xfa\x36\xd9\x71\xf6\x5a\xf3\x3f\x05\xb6\xac\x55\xdc\xaa\xce\xd9\x9a\x7c\x6c\x45\xcb\x63\xd5\x77\xea\x9c\x86\x93\xca\xe0\x94\x8e\x1a\xb1\xbc\x36\x6e\x49\xc5\x7a\xd9\xc2\xb0\x35\xc5\x06\x09\xf7\x40\xbf\xf1\xb2\x68\xc2\xb3\x24\xa7\x5d\xe8\xb1\xed\xad\xda\x97\x9f\xb5\xfe\x85\x34\x8b\xab\x35\x17\xf3\xb7\xb0\x8d\x9c\x9a\x8e\x6d\xf9\xe9\xa8\x5d\xcb\x46\xc3\x66\xca\xd6\x86\x95\xfa\x17\xc9\x77\xab\xaf\xeb\xc8\xb1\x7b\xca\x93\xb3\x67\x86\xa6\x17\xdd\x55\x95\x1f\xd8\x64\x5c\xa0\x70\xf0\xf4\xd0\x7d\x95\x0a\xb6\x8d\xa8\x24\xa2\x16\xdb\x49\x92\x66\xfe\x35\xf3\x17\x3c\x1a\xe7\x22\xbb\xa8\xbd\xad\xe2\x35\xe2\xd0\xdc\x50\xb6\x91\xec\x5a\x9f\x57\xbc\x3b\xe9\x4b\xf5\x81\x02\xd3\x18\x72\xd9\xcd\xbc\x97\x87\xbb\x8a\xf6\xe6\x34\xef\xcf\x37\x40\xd9\xa1\x1e\x77\x74\x51\xca\xa6\x6d\x2a\xe5\x7b\xe9\xb8\xed\x1f\x12\x73\xe1\xdd\x95\x1b\xb8\x4f\xb9\x03\x6c\xeb\x76\x7a\xad\x0e\xee\x68\x26\x57\x91\x49\xa3\xf5\x31\xe5\xd6\x49\xd2\xea\x79\xc5\xf5\x31\x8b\xca\x14\x05\xab\x0f\x27\x15\xfe\xca\xe3\xec\x8f\x35\xd8\xe9\xba\x3c\x1a\x75\x73\xd5\xb9\xdb\x98\xca\x02\xb9\x8b\xed\x5f\xe2\x8b\xa2\xee\x95\x07\xb8\xb9\xbc\x05\xac\xf6\x76\x87\x46\x2d\x7c\xa0\xd9\xbe\xce\x84\x14\x57\x6f\x5a\x85\x24\x39\x56\x0d\x95\x0d\x47\x8f\x96\xed\x2a\x7a\x76\x78\x63\x61\xa9\xf1\xe3\xfe\xed\x79\xe3\xfa\x93\x1e\x39\xda\xda\xec\x1d\xdb\xd8\x4a\x57\x45\x9c\xad\xa5\x38\x4d\x7c\x6c\x25\xc2\x75\xe2\xd9\x11\xf4\xa1\xa7\xf4\x00\xd0\xac\x2f\x9d\x5e\x94\x19\xd6\xf9\x9e\xfe\x31\x61\x75\xab\x3f\x90\x18\x35\xdc\x40\x01\x17\x04\xaf\xad\x3e\x0e\xbe\xde\xb7\xac\x6c\x06\xf4\xc9\x6d\x7f\x81\x13\x62\xe3\xf0\x5b\x6f\x81\xd2\x6c\xf6\xa9\x10\xac\xcb\xd4\x43\x9c\xca\x98\x43\x84\x0f\x21\xa0\x11\x9c\xd6\x37\x07\x3c\x99\xe9\xd1\xa9\x02\x5f\x25\xcc\x6b\xf9\x0a\xd9\x45\xd5\x37\xac\x85\x8a\x82\x17\x57\x9b\xc0\x3e\xfb\xe6\x94\x0e\x22\xcb\xdc\x7c\x0a\xa6\xa0\x73\x1c\x7e\xe6\x7c\xc0\x16\xd8\x84\xab\x82\xf1\xb9\xa6\xe1\xe2\x40\xc6\xdf\x84\xc3\xd0\x22\x64\x2e\xf0\x6f\x6f\x29\x32\x37\x73\x4d\xa7\x3d\x32\xe7\xc4\x87\x16\x03\x62\x12\xa5\xab\xbf\x80\x1c\x0d\x9e\x5c\x35\x8a\x8c\xfb\xfe\x2c\xcd\x44\x53\xdd\x3c\xf2\xbb\x30\x73\x87\x9f\x39\x4d\xd8\x3f\x36\xc7\x55\xa6\xb8\xd6\x14\x14\x9b\x31\x42\x19\x1d\x83\x81\xc4\x0a\x80\xd2\xf3\x9c\xd1\x9d\x31\xd4\x41\x63\x44\x9e\xa8\x6b\x7e\xc0\x58\x13\x15\x5f\xbf\x90\xb1\xe0\xd0\xd5\xaa\x39\x0c\x6b\xdf\x7b\x25\xad\x8c\x23\x6e\xae\xf9\x0b\x19\x72\xc7\xc9\x39\xff\x63\x9c\xb7\x11\x29\x09\x62\xaa\xe9\xb0\x48\x40\xec\x60\x9c\x18\x48\xe5\x1e\x07\x96\xf6\xfc\xc5\x19\xca\x88\x6a\x2f\xe2\x98\x9e\x48\x69\x5e\xcc\x16\x45\x6d\xab\x0b\x60\x2f\x3b\x54\x5b\xe9\xc7\x1a\xf0\x1d\x28\xfe\xca\xc2\xdc\x36\x1a\x83\x59\x4e\x8e\x53\x75\x87\x98\xff\xd9\x34\x29\x4e\x31\x8d\x66\x8b\x85\xe7\x99\x7b\xf0\x17\xfd\xa5\x62\x33\x7a\x71\xf7\x6e\xd1\x8a\xf4\x77\x6d\x57\x85\x4b\x4e\x98\x36\xf9\x09\xac\xa2\xa6\xd4\xca\xf8\xfb\x0e\x31\x2a\x84\x3c\xc4\xb7\xa0\x78\x07\xb7\xc7\xcd\xc4\xa0\xe0\x7c\x70\xfc\x43\x2b\xe3\x98\xd8\xdc\x56\x4c\x65\xef\x30\x4b\x11\xce\x64\xed\xc6\x69\x7d\x7d\xea\x5f\xf4\xd5\x5d\xc1\xaa\x98\xf4\x84\xd6\xbb\x8a\xc1\xe3\xfc\xc6\xbd\xf2\x95\x91\x69\x35\x0c\xa9\xf2\xd0\xcc\x72\x48\x32\xdf\xd7\xb7\x68\x9d\x48\xb2\xeb\x7d\x1e\x57\xf0\xd1\x71\x69\x36\x87\xef\xbe\x6e\xad\xec\x27\x97\x67\xf6\x55\x30\x89\x5d\x8f\x15\xf5\xbe\x32\x7a\xd2\x52\x3b\x45\x79\x7f\xa4\x9d\x69\x5d\x9e\xd3\x7f\xec\x76\x03\x4d\x1b\x19\x31\x52\x5d\xa6\x99\x13\x04\x94\x15\x2a\xfb\x7d\xee\x16\x06\xca\x13\x76\xd5\xe5\x36\x4a\x9e\x38\x4e\xd3\xb4\x8b\x9c\xd7\xed\x93\xd9\xf3\x15\xe6\x91\xfc\x9d\x9c\xd3\xe8\xbd\xde\x7d\xe5\xcb\xa9\xb5\x1d\xff\x95\x84\xa6\xfd\xdd\x82\x14\xa2\xc7\xec\xea\xc7\x8d\xa9\x11\x6b\xab\xbe\xe7\x46\x04\x7e\x2a\x9d\xd0\xf9\xfa\xc0\x05\xe5\x1a\x93\x5d\xa4\xdc\x69\x8a\x5a\xc7\x49\x9a\x59\xd2\x79\xeb\x52\xa5\x12\x61\xac\x79\x15\xaf\x88\x9b\x83\x32\x7b\xa7\x57\x27\x50\x0f\x77\x54\x54\xec\x4d\x1d\x69\x71\x2c\x9d\x1f\xff\xa0\x9e\x53\x58\x7b\xe4\x5e\x55\x99\xd1\x3b\xb0\xab\x34\x5f\x7f\xcb\x27\xa8\x20\x48\xeb\xb5\x2b\x5c\x5f\xad\x3a\xee\x38\x49\xdd\x28\x3b\xb4\x0e\x91\x3a\x8b\xac\xcc\x2f\xf0\x82\xb9\x77\xd0\x4d\x3d\x1d\xf5\x73\xa8\xb3\x3a\xc2\xab\xf3\x53\xa9\xcd\xff\x54\x2c\x8d\x37\xd6\x6f\x2c\x01\x8f\x94\x54\x79\x17\x9c\x0c\x54\x94\xba\x1a\x66\xfa\xec\xcc\x7f\x9b\xb3\x62\x57\xa0\xde\x53\x7d\xd5\x71\x8e\xda\x57\x1e\xba\x2e\x57\x72\x4d\xd4\xbe\x72\x32\xf7\x3d\xf7\x35\xf4\x69\xb4\x0f\xa0\x90\xea\x86\x6d\x81\xdc\x64\xbb\x3e\x14\xb8\x10\xeb\xdf\x99\x03\x5a\x86\x85\xb6\x64\x82\x8d\x07\xb7\xd5\x4f\x87\x20\xaf\x53\x95\xdb\x61\xb2\x73\x57\xd1\x2b\x24\xc7\x3e\x38\x2f\x10\xbd\x6b\xd5\xae\xf9\x13\x9f\x6e\xf2\x59\xb2\x97\xe1\x02\xbd\x1e\x0d\x87\x9a\x48\xad\x43\xc3\x50\x63\xb2\x55\x9f\x29\xd4\x16\xbb\xb7\xd3\x15\xba\x15\x16\xd8\x62\x02\x6f\x39\xb8\xb9\xae\x05\x1e\xf5\x1a\xac\x78\x8d\xf0\x9d\xbb\x8b\x1a\xd0\x0c\xfb\xe0\xbc\x95\x58\x8a\xd5\x69\xf5\x3d\xdc\xdf\x74\xa6\xc4\x9a\xe1\x06\x3d\x38\xf5\x09\x5d\x40\xaa\x18\x8a\x42\x9e\x27\x9b\xf4\xb6\x22\x23\xb1\x3b\x3b\xee\x21\xad\x61\x7b\x9b\x7b\x91\xfb\x07\x6d\xea\xc2\x50\x4f\xaf\x9e\x0a\x15\x7a\xc1\xb9\xab\xe8\x38\x46\xb5\x0f\xce\xbd\x8d\x6f\xb2\xba\xa2\x36\xe2\x17\x4c\xcd\xc5\xef\x18\x20\xc4\x3d\xb5\x81\xb8\x49\x0a\x1d\xd4\x11\x91\x49\x17\x7b\xfe\x63\x3c\x89\x9d\xdf\xb1\x90\xa1\x0e\xdb\xd8\xf4\x89\x91\x79\x70\x51\xad\x94\x41\xf7\x6a\x28\x3f\xc3\x30\x3a\xf7\x17\xb6\x32\x2e\xd9\x47\xe4\xda\x12\x33\xad\xbe\xa8\xbe\x12\xb6\xa6\x47\xc5\x07\x89\x40\x28\xea\xa4\x13\xf7\x33\xc9\x74\xa0\x9a\xeb\x94\x24\xea\xf9\x83\xc3\x88\x79\xdb\xbe\x95\x7d\x2b\x6c\x4d\xd3\x6a\x76\xd8\xc1\x39\x35\xbd\xac\x0f\x5e\x75\x65\x3f\x59\xa5\xce\x43\x05\xcf\x58\xd1\xf6\xc9\xfa\xa3\xac\xc5\xd6\x6b\x54\x9b\x99\x3d\xa6\xf5\x22\x3e\x33\x0a\x7c\x38\x12\x2d\x06\xb2\xfa\xfa\xc7\x44\x47\x93\xdc\xba\xcd\x85\xbe\x31\xc3\x6d\xe1\x02\xef\xb0\x45\x8d\x01\xfc\x58\xff\xdf\xd5\xaf\x78\x5c\xaf\x8a\xb2\xf5\xdc\x3e\xe7\x93\x05\x0b\x39\x5f\xed\xb1\x1c\x11\x67\xbd\x75\x80\x32\x86\xed\x67\xf6\x97\xb0\x9d\x15\x0f\xf6\x0f\x07\xa9\xaf\x66\x11\x7d\xdd\xaa\x0d\x89\x6f\xbb\xe6\x28\x38\x31\x47\x5b\x77\xc8\xee\x86\x96\x36\xac\x95\x1e\xf4\xaf\xa8\x1a\x10\x8f\x79\x65\x95\x4e\x11\xf9\x39\xb7\x1b\xdf\x09\xfa\xec\x0b\x74\x69\x7c\x53\xeb\x42\x85\x2f\x97\x6e\x26\x15\x94\xb0\xbb\xc1\xc5\x43\xa0\x21\x2f\xf3\x7b\xef\xfd\xdc\xfd\x89\xbc\x4e\x1b\xdd\x8f\xe8\xfb\x2d\x3e\xd9\xc6\xd0\x55\xf5\x1b\xd4\x87\xfd\x5d\x2a\xc7\x94\x8b\xbc\x2c\x4b\xe6\xc9\xce\x38\x2b\x8d\x53\x24\x31\xf6\xd5\x5a\xbe\xf0\x86\xf5\x2d\x79\x06\x3f\xdc\xec\x33\xff\x0a\xa7\x1b\x50\x0e\x36\x96\xde\xcc\x64\xf4\xae\x2c\x9e\x9e\xb8\xa8\x23\xb5\xc0\x32\x3a\xa5\x99\x63\x30\x3d\xdc\x54\x17\xa7\x37\x3d\xf0\xb4\x72\x9a\x76\xf5\x9e\xd7\xc5\xfe\xea\xc5\xce\xa8\xc1\x45\x7e\xd1\x7e\x28\xfb\x8c\xe4\x98\xcd\x6c\x59\xbf\x60\xc2\xdc\x9b\xbf\x95\x9b\x0e\x1c\x1e\x8c\xa9\x3c\x9b\xe9\xdd\x33\x56\x56\x90\x70\xbb\x63\x41\x71\x52\xf4\xb6\xe6\x75\x05\x7f\x1f\xc6\xeb\x26\xe5\x0d\x1c\x18\xac\x28\xcc\x21\xed\xb9\x5e\xf4\x36\x7b\xa6\x33\x90\x77\x53\x79\xc4\xfe\x7a\x76\x8a\x94\x67\x63\x25\x4b\x10\x16\x99\x67\xf2\x9e\x70\xcb\x01\xb3\xc1\x3f\x6b\x97\x67\x2e\xea\x49\xab\xac\x48\xa8\x6e\xaf\x2b\xb3\x8e\xfe\xb3\xa9\xaf\x48\x7d\xf8\x48\xad\xdc\xf8\xed\x40\x55\xc5\x96\xdc\xf8\x3d\x97\x8b\x18\xda\x4a\x67\x22\xef\xb8\x2a\xcf\xfe\xa3\xe6\x87\x2c\xd9\xe6\xa0\xf4\xa7\xc8\xcc\xbc\x8c\x87\x73\x9b\x5e\x25\x02\x13\x94\xd6\xbb\x79\x60\x10\x15\x3f\xaf\x06\x6b\x69\x5b\x7b\x43\xa0\x19\xb4\xab\x35\xbb\xa0\x13\x74\xa1\xde\x17\x3a\x0d\x30\xb9\xdf\x61\x27\x50\x40\x9a\x09\x5f\x84\xb4\x11\x0a\x84\x02\xeb\x3c\x9f\xa1\x36\x88\xcc\x46\x88\xbe\x43\xb5\x2f\xcb\x80\xcd\x40\xfd\x9d\xcb\x40\x11\xf8\xf7\xb9\x7b\xe0\x5f\x20\xd1\x63\x00\x29\xe0\xb5\x6a\x01\xf8\x0c\x72\xce\x29\x81\xc2\xa1\x07\xdc\x24\xe8\x0e\xac\xc8\x62\xc1\x2c\xc4\x35\x62\x01\xb2\x15\x79\xe0\xc9\x43\x27\xa3\x34\x9b\x43\xe8\x55\x6c\xde\x8b\x9b\x74\x0a\x72\xe6\xf6\x6f\xfa\x17\xe4\xc2\xb9\x95\x40\x1a\xf2\xb1\xfb\x0e\xf0\x1c\xf9\x5c\x75\x09\x3c\x81\x2e\xd0\xfd\x06\x9f\xa0\x71\x9c\x9b\x10\x15\xed\xcd\xfa\x03\xde\x80\xcd\x3d\x62\x84\xdf\x62\x7e\x9e\x3b\x90\x51\x0c\xb6\xd9\x84\xd6\x62\xa5\xcf\xae\xd0\x5c\x39\x3b\x6e\xad\xa0\x9d\x64\x6b\xcf\x78\xd2\x63\xd8\x73\xbb\x9c\xe8\xff\xb0\xe8\x95\xb1\x40\x12\xf3\x93\xb6\x1d\xf8\xc5\xcc\x67\x0f\x81\x45\xcc\xfd\x99\x4b\x20\x12\x71\x37\xfc\x32\x1c\x46\x1c\xf2\x38\x89\x78\x30\xda\x6c\xe6\xa1\x9e\x8c\x69\x4f\xff\xa6\x7c\x92\xbc\xb8\xc1\xa5\x1a\xc4\x8d\xa7\x01\x9a\xb7\x88\xd6\x21\xa0\x5d\x13\xba\x97\x5f\xa4\x67\x08\x56\x64\x1f\x04\x96\xf0\xff\x66\x09\x80\xcb\xbc\xd9\x19\xcb\xc0\x16\xce\x93\x70\x13\xa8\x8a\x6d\xf4\x88\x80\xcb\x59\xab\x6c\xfe\x44\x3a\x09\xfc\xf1\x34\xf2\xbf\x5a\x87\x6b\xe9\x14\x8d\x26\xec\x54\x15\xd5\x47\x95\xd9\x76\x95\xfa\xaf\x42\x51\xb6\x8b\xc6\x93\xf5\xa9\x1f\xd3\x3d\x25\xdf\x98\x81\xc0\x5c\xf1\xda\x74\x6b\xe0\x97\xd0\x39\x0c\x04\x7f\xf1\x2d\x3d\xa6\xc0\xff\xe3\x54\xdb\x2c\x47\x36\xb1\xa6\x3f\x8c\x26\x7d\x29\x9b\x33\xbe\x80\x2c\x2d\xde\x3b\xb2\x9d\xb2\xae\x00\x6f\xc1\x29\x67\x0c\xc2\x92\xbf\xa8\xa0\x5e\xae\x7c\x4b\x73\xd1\x6a\x19\xc5\xf4\x65\x6a\x5a\xea\x18\xb0\x42\x61\x1d\x0a\x83\xb6\x12\xb9\x3b\x01\x05\x0a\x24\x36\xeb\x61\x26\xc7\xeb\xfe\x17\xd2\x94\x36\xf5\x25\x94\x54\xdf\x04\x0e\x3e\x22\xc7\xd7\xe5\x35\x79\x50\xa6\x57\x11\x85\x1f\x28\x2d\x65\x07\x15\xd3\xa9\x44\xd1\x34\xec\x07\x2d\xd1\x40\x4f\x21\xd3\xc9\xba\xbc\xc3\x74\x40\xab\x8a\x74\xfb\x0a\x5e\x94\x14\xdb\x6c\x80\xe7\xf1\x58\x77\x75\x59\xa3\xa7\x24\x17\x22\x48\x27\x06\xeb\xfa\xf5\xe4\xa9\x3d\xad\x0d\x0b\xc8\x45\xed\xdc\xfc\x87\x94\x80\xa6\xd5\xb2\x55\x54\xf3\x1a\x39\x1a\x4c\x9b\x55\x66\x4c\x76\xa0\x4f\x29\x58\x1b\x52\x07\x2c\xc9\xb1\x72\x93\x80\x71\x0a\x85\xcd\x66\xa8\x43\x00\xdc\xa9\xce\x2a\xbd\xf0\xbf\xf3\x14\x92\xd7\xe9\xf3\x7d\xf5\xa4\x7f\x86\x63\xea\xd7\x91\x81\xde\xda\xfc\x99\x94\x55\xed\x9d\xd2\x23\x94\x57\x8d\x22\xa4\x82\x7a\xb5\xea\x55\x52\x3d\x6d\xa4\xb8\x34\x24\x91\x7e\x26\x77\xd8\x2d\x03\x5c\xa9\xda\x65\xe3\x0d\x21\xc2\x55\xb7\x7f\x64\xb1\xaf\x66\x9f\x1b\x24\xad\xbc\x38\xa5\xf7\x07\xa9\x75\x6c\x6b\x1d\x4c\xf6\x1c\x5e\x68\x8c\x27\x3f\xea\x31\x4a\x4e\x51\xca\x5a\xff\x45\x6c\xa9\xc2\xba\x82\xa4\xe3\xb4\x84\x32\x5d\xc8\x3e\x7a\xbc\xe1\xbe\x1b\x00\xf4\xa8\x49\x36\x08\xb4\x52\x18\xf6\x74\x36\x9c\x47\xd9\x7c\xa3\x0d\x6e\xa7\x4e\x1b\x5b\x0e\x8f\x53\x47\x3b\x7d\xe0\x8f\x34\x72\x45\x09\x62\x46\xb7\xd7\xae\x42\xbc\x01\x07\xf6\x7e\x04\x01\x7d\x32\xee\x23\x97\xa0\xf8\xf0\x7b\xe8\x26\x18\xf4\xb8\x86\x16\x23\x5a\x1b\x1b\xcc\x0c\x6d\x7d\xb2\x0d\x7a\x03\xcc\xb9\xfe\x0c\x5e\x06\x10\xa7\xc3\xe0\xdd\xc0\xcf\x0e\x3e\x9c\x05\x46\x94\xdf\x83\xab\xc0\x8b\xd9\xe9\xf0\x23\x88\xc9\xaa\x46\x6c\xe1\xdd\x19\xde\x88\x12\x99\x1a\x1e\x89\xce\x44\x7a\x3c\x92\x50\x2e\x9a\x65\xfd\x18\x5b\x8c\x6d\x78\x7c\x04\xda\x8d\xfc\x79\x7d\x1e\x04\x23\x6b\x46\x65\x50\x13\x72\xb8\xbd\x1b\x7a\x89\xa4\x95\x9b\xc3\x1b\x10\xbd\xa6\x1f\x26\x23\x3f\x58\x0b\xe0\xb3\x68\x62\xfa\x25\xc4\x19\x1d\x0b\xfb\x8c\xf4\x62\x6b\x3c\x56\xa3\xfb\x30\xb2\xf5\x59\xf4\x39\x36\xf8\x6f\x38\xf0\x89\xed\x77\x75\x3b\xe8\xc5\x3a\x7d\xb2\x0b\x54\xb1\xfc\xdb\x2c\xc0\x87\xcc\xb1\xd2\x61\x68\x07\xf3\x88\x9a\x01\xa9\x99\x4b\x99\x73\xa1\xdf\xc4\xdd\xb4\xc7\xb0\x88\x10\x84\x6d\x43\xac\x89\xb5\xee\x8d\xc8\x79\x46\xb9\x75\x3d\x8a\x33\x4c\xff\x79\x49\xbf\x2a\xbe\x74\xa5\x1b\xd8\x22\xea\x1e\x99\x0b\x64\x0b\x8d\x2d\xd9\xc0\x13\x01\x5e\x12\x0c\xba\xf1\xb3\x54\x9e\x60\x35\x8f\xc5\x98\x80\xd6\x71\x15\x69\x33\xa0\x33\x1c\x41\xa8\x00\x86\xd9\xc7\xdc\x23\x11\x07\xd6\x6c\xeb\x4e\xe4\x2b\xa1\xba\x3f\x4a\xbb\x97\x3d\xe5\x52\x3b\xdd\x5d\xbd\x77\x28\x92\xde\xaa\x44\x9b\xbe\x02\xd3\xe4\xad\x45\x57\x80\x68\xe9\x57\xc5\x33\xe0\x8e\x24\x00\x3f\x03\x26\x8b\x74\xa9\x66\xd0\x52\xc1\xe9\xc3\x1f\xa0\xcb\xbc\xf3\xee\xff\x83\xf3\x38\x2c\xeb\xab\x48\x2a\x6b\xe1\x5d\x7b\xea\x50\x09\xe7\x42\x04\x6d\x5d\xe1\xab\xfe\x8f\x34\x55\xbe\x4f\x43\x25\xed\x75\x5e\x56\x41\x39\x3d\x38\x27\x5b\xf6\x99\x7e\x37\xbb\x0f\x5b\x0d\x80\xaa\xa1\xe4\x2b\xa0\x83\x3c\xef\xf0\x3c\xf0\x87\xc4\xce\xad\x05\xba\x26\x88\xb2\x99\x0d\xb7\x72\xfc\x6e\x9d\xa7\xbc\x6f\x69\x3f\x7b\x95\x1a\xdc\x70\xbe\xb7\x8c\x3a\x5a\xbb\xbc\x2e\x83\x66\x53\x69\x69\x14\xd3\xb2\x4b\x97\x4a\xe7\xd1\xad\x0a\x3e\x21\x28\xfd\x7c\x9e\x32\x89\x09\xc8\xb4\x2f\x43\x96\x81\x27\x94\xf7\xdc\x76\x42\x07\x24\x11\x36\x2b\xe0\x9d\x3c\xf0\x86\x80\x62\x1c\x39\x3c\xd6\x43\xf9\xd9\x5f\xd3\x9d\x4a\x8d\xec\x7a\x56\x73\x90\xda\xd7\xfa\x2c\x4f\x41\xb3\x6b\x68\x15\xbb\xd3\xfa\xaa\x03\xa0\xe7\xf4\xc4\x52\x49\xa2\x2f\x60\x9a\xef\x13\x1c\x00\x3c\xd7\xb1\x76\x8d\x83\x0f\x14\x76\x36\xab\xa1\x07\x82\xa8\xeb\x2a\x0a\xfd\x6c\xfd\xe9\x71\xca\xf5\x53\xc5\x5d\x0c\xaa\xfd\x60\x72\x75\x1a\x55\xd6\xfd\x2e\xb7\x8b\x36\xb9\x6d\x8b\x88\x41\x13\x34\x6c\x85\xdc\xe8\x0e\x95\x23\x09\x67\xe8\xf7\x8a\xda\x83\xff\x00\xf2\x73\xe7\xef\x6a\x05\x0d\xca\x2b\x36\x4e\x50\xa1\x70\xca\xb5\x1b\x94\xa0\x2b\x0b\x4e\xaf\xa0\x54\x9d\x6b\xed\x3c\x47\x9d\x34\xba\xb2\x6a\x98\x7a\x78\xd0\x35\x77\x35\xb5\xaf\x7b\xa6\xf0\x23\x6d\x77\x0b\x0c\x9e\xa7\x3d\xae\x4d\x49\x80\xe9\xac\xd2\x9c\x43\xcf\x81\x1d\x06\x8b\x5d\x5d\xa0\x8b\x7a\xb2\x4d\x06\xb4\x5b\xb8\xfd\x1f\x12\x76\x82\xdc\x74\x45\x8b\x79\x52\x24\x23\xc7\x30\x4b\xea\x91\xd6\xd9\xd8\x7c\xda\xec\x92\xb3\xd8\x2c\xda\xb8\xaa\x1b\xfd\x4e\xbf\x4f\xc4\xa0\xdf\x80\x9f\x69\x54\x6c\x1e\xb4\x36\xf4\x0b\xb6\x1e\xf6\x73\x97\x63\x47\x10\xb6\x75\x1e\x26\x47\x87\x1e\x28\xd0\x31\x7a\xe6\xe5\x61\xb4\x89\xfe\x61\x58\x87\x16\x03\xf4\x96\x9d\xa8\x06\x78\x58\x32\x05\xd5\x83\x89\xaa\x29\xa8\x01\x5a\xc3\x68\x47\xeb\xa1\xff\x52\x9f\xa0\x97\xe1\x9e\x50\x26\x36\x05\xe1\xb9\xaf\xc3\x9c\xd1\x23\xd6\x11\x18\x1b\xdb\x72\xbf\x1a\xdd\x0a\x07\x5e\x7a\x85\x5a\xc3\xd0\xd0\x28\x6a\x05\x77\x35\xa7\xa2\xcb\xe0\x47\xc5\xf6\xe8\x7a\xc4\x5c\x19\x81\x3a\x22\x32\xc6\x02\x34\x0a\x9d\x91\x9a\x8a\x72\x50\x24\x74\x12\x7a\x1e\x7d\xee\x76\x0d\x9b\x8f\x85\x5a\xaf\xc6\x12\xb0\x91\xbb\x35\xf0\x05\x56\xdc\x45\x53\xf8\x0d\xf3\xc7\xc0\x57\xf8\x03\x53\xd2\xf8\x0f\xb2\x98\xb9\xb4\xf0\x31\xe2\x4c\x74\x29\xcc\x91\x18\x42\x88\x2f\x41\x34\x44\x4c\x8a\x04\xb9\x41\x58\x1f\x8e\x40\x1d\x18\xff\xba\xc1\xa8\x8c\xc1\xb4\xb6\x44\xbf\x33\x4c\xef\x48\xa0\x9b\xa2\xae\xf3\x9d\xd0\x3b\xe1\x68\x7f\x12\xbc\x48\x70\xb2\x21\x0b\xb6\xe0\x77\x15\xe4\xc0\x5e\xbc\x01\xd9\x17\x18\xe0\x3e\xc7\x56\xc3\xdd\xdc\xb9\xc9\xbd\xc8\x72\x8e\x45\xc8\x15\x84\xcd\x36\x71\xdb\x85\x7c\x66\x3e\xb0\x0e\x42\xd3\x08\xf5\xad\x70\xf0\xb7\xfa\xca\xd9\x31\x68\x89\xca\xb1\xf7\x1a\x14\xa0\xe0\xd6\x3d\x81\x0e\xca\xc6\xf3\xad\xa1\x34\xe9\x7a\x69\x35\x54\x2f\x36\xa0\x7f\xc0\xd3\x44\x53\x92\x6e\xc3\x69\x82\x80\x90\x9d\xf0\x3f\x3c\xda\xae\x09\x24\x96\x13\x68\x9d\x84\x3c\x66\xcd\xbb\x7e\x19\x68\x29\xfa\x3d\x96\x09\xbc\x2b\x10\x75\xd3\x40\x5b\xe3\x5f\x35\x79\xe0\xce\xdc\x40\xc3\x14\x30\x49\xa7\x12\xf7\x83\xed\x9a\xbb\x70\x0c\xb4\x54\x35\x35\x51\x07\x89\xe4\xd3\x83\x4f\xc0\xb3\xc5\x43\xbb\xca\xe0\x1c\x81\xa9\x75\x2d\xb2\x8e\xe3\x71\x35\x13\x98\xdd\x74\xe3\xd4\x04\xb0\xb6\xde\xb4\x73\x33\x10\x55\x2d\xaf\x8a\x03\x90\xf2\x5e\xfd\x73\xa0\xa1\xf8\xaa\xf0\x16\xf8\x47\xfe\x2d\xb0\x17\xcc\xc8\x2d\x4e\xd8\x07\xbe\xd4\xae\x3b\x44\x83\xa8\xca\xc0\x5d\xdb\xe0\x79\x92\x69\xd6\x27\xe1\x4a\xde\xd1\x2b\x7b\xe9\xc6\xa1\xa5\x23\x2f\xe8\x03\xbd\x45\x6d\xbf\xe8\x8f\x3b\xff\xaa\x08\x05\xe6\xb4\x78\xe6\x4c\x05\xbc\xea\x5d\x05\x66\x80\xbe\x6a\x3a\xb0\x13\xfc\xa3\x24\xeb\x84\x09\x48\x33\xc6\x04\xd5\x82\x3f\xb4\xe3\xae\x17\xa1\x42\x79\xbf\xf5\x45\xd8\x4f\xe0\x78\xd9\x87\x4e\x19\xf3\x1a\xfe\x49\x57\x8f\x64\xb4\x2d\xa5\xb7\xf4\x27\x97\xe3\xf4\x5b\x5d\x76\x3a\x27\x60\x61\x4b\x29\xff\x04\x10\x5f\x37\x4e\xcf\x03\xce\x56\x68\x8e\xe7\x83\xdb\x0a\x7b\x83\x62\xc0\x16\x7d\xa0\x6b\x03\x14\xad\x0c\xb7\x7e\x0a\xff\x25\xb8\x7a\x89\xa0\xfb\x5d\x64\x0e\xbb\xd2\x8f\x9d\x89\x6e\x8d\xa7\x23\x23\xbf\xcb\xae\xd1\xf3\xfb\xe3\xb4\x85\xf4\xcb\x9d\xc7\x78\xf7\x81\x15\xcd\xb3\xe8\xeb\x01\xb4\x66\xc3\xf1\x43\xc0\x9d\x12\x65\x90\x3b\x78\x30\x2f\xd4\xb5\x05\xfc\xad\x62\xda\x98\x40\x35\xc2\x39\xd7\x82\xd9\xc1\xa4\xf2\xd3\x3b\x58\x9d\x64\x45\xd7\x27\x96\x09\x85\x5a\xe3\xce\x2c\xa7\xba\xe5\x0d\x30\x5d\x69\xab\xc4\x32\xe2\x0c\xdd\x11\xb6\x22\xa2\x81\xa3\x89\xee\x8c\x1f\x60\xee\xa1\x9b\x8c\x22\xe8\xbe\xeb\x10\xc3\x1b\x71\xb7\xda\x80\x7f\x46\xdb\xaf\xa6\xb0\x06\x68\x3b\x47\x4f\xb0\x1c\x68\xb7\xbb\x56\x33\x8b\xe9\x59\xd5\x74\xa6\x2b\x7d\x22\x6f\x06\x71\x0f\x90\x89\x9e\x10\x00\x18\x09\xa9\x89\x65\x90\x53\x42\x2f\x63\x14\xb6\x3c\x94\xca\x00\x91\xbf\x5c\x23\x18\xf6\xe8\xfc\xb5\xef\xf1\xd7\x98\xc5\x38\xc8\xb2\x07\xdf\x9f\x12\x33\x1b\x21\x9f\x4e\x1f\xa6\x2d\xa4\xae\x2a\x23\xc6\xa1\x4b\xb9\x5e\x04\x08\x5b\x8a\x5c\x09\x53\xb8\x1c\x9a\xcc\x18\x43\x5c\x12\x02\x19\x18\x72\xe9\xd0\x14\x86\x27\x1a\xeb\xba\x9c\x31\x0d\x9b\xba\xf6\x02\x7e\x0e\xab\xbc\xfc\x0f\x73\x12\xd1\x3a\xf2\x89\xd0\x12\x99\xed\x57\x08\x6b\xc2\xba\x32\x84\x71\x95\x71\x53\xbf\x88\x21\x62\x18\x84\xeb\x19\x1e\x0c\x01\xb8\x94\x31\x99\x81\x9e\x10\xe3\xd7\x18\xc7\x83\xd2\xf0\x16\x86\xaf\xcb\x18\x2e\x62\x58\xad\xbd\x87\xc7\xe3\x3f\x2f\x35\x13\xcb\x05\x15\xc3\xfd\x8c\x7c\xfe\xb3\xb6\x40\x86\x23\x7f\x49\xf9\x1b\xfc\x0d\xcf\x51\x37\x86\x37\x71\x63\x05\x53\x71\x90\x53\x07\x2c\xc5\xf7\xb1\x7f\x1c\x1f\xc2\x6d\xd8\xee\x81\x6f\xf0\x79\xac\x34\x17\x03\xf6\x91\x49\xb6\x9a\x8f\x5d\x27\xd2\x2e\xe4\xe2\xbf\x94\x47\x07\x2f\xe1\xed\xf2\x2f\x2d\x67\xf0\x70\x19\xb7\x0c\xc3\x4d\xa5\x33\xb5\x20\xf6\x42\x2c\xe7\x8d\x63\x7d\x22\x7b\xfa\x62\xcc\x28\x18\x3d\xf6\x15\x63\xf0\x0f\x05\x66\x60\x49\xdc\x0e\x17\x32\x76\x84\x7d\xdb\xca\x1b\xf3\x66\x3e\x3b\xb7\x1c\x7b\x52\xb0\xbe\x9f\x8d\x15\x18\xee\x37\x85\x63\x91\xb9\xfc\x12\x07\x6c\x75\xce\x5f\x9a\x28\xf4\x63\xb6\x98\xf3\x1f\x7a\x45\xbd\x90\x0a\xa0\xbd\x0a\x30\x7e\x08\xad\x90\x9e\x0e\xa8\x40\xb5\xa2\x71\x97\xf5\xa8\x9c\x4f\x58\x49\x50\x06\x67\xea\x18\x19\x0b\xad\xff\xbb\xe7\x16\x36\xbd\xba\xbd\xfe\x27\xda\x58\x41\x2f\xfc\x84\xd2\x4a\xde\xaa\x7c\x50\xef\x42\x7f\xf6\x7c\xd4\xd6\x90\x4f\xbe\x85\x9a\xe7\x74\xc6\x91\xd1\x79\x9a\xdc\x83\x43\xe8\x4c\xc5\x5a\xe7\x76\x74\xb6\xd8\xd9\x2a\x1f\x9d\xc4\x9b\x39\x1a\x8e\x4e\xf4\x5e\xe8\x9e\x84\x1a\x3a\x47\xeb\x16\xa0\xbe\xad\xda\x02\x13\x74\x56\xe3\x2c\x85\x18\xb9\x56\xb3\x8f\x09\x22\x1d\xe5\x27\x48\x74\xa4\xba\x68\x53\x6c\x04\x92\x9d\xc7\xf6\xff\x84\xa8\xb2\xe3\x9c\x7d\x91\x02\xd9\x98\x55\x15\x92\xcb\x3f\x75\x4a\x8f\xde\x1c\xb9\xdf\xe5\x86\x42\x03\x19\xb5\x5e\xe8\xca\xee\xf3\xf9\xa1\xc8\xcd\xb6\x53\xf2\x71\x24\xbf\x91\x20\x2e\x23\x68\xcd\xac\xac\xa7\x48\x5a\x99\x6d\xcc\x13\x24\x24\xbf\xdf\xbf\x0c\x39\xa8\x1b\x71\xb6\x42\xa2\x15\x41\x56\x7d\xc8\x11\x41\xdc\xa9\x79\x68\xcf\xd9\x3f\x3b\xab\xd0\xe0\x53\xde\x35\xd5\xc8\xdb\xc1\x3d\xc6\x21\xc4\xd0\x7d\x4d\xee\x83\x44\xb4\x2d\x23\x42\x10\xfb\x86\xe5\x59\x18\xb2\xa2\xb2\x38\x46\x05\xff\x2a\x02\xfc\x21\xf8\x3f\x7d\x9b\xf3\x1a\x64\x8a\x92\x6c\xf5\x16\xfe\x2a\x30\x8e\x75\x08\xbf\x64\xdd\xe8\x8d\x17\xfc\x4b\x1a\x69\x10\xf2\x1f\x90\x2b\x8b\xea\x78\x13\x14\xb6\x7a\x2e\x6f\x31\x15\x64\x8f\x73\x6d\x68\x5a\x0a\x89\xb3\x8b\x7e\x29\x4e\xca\x8e\x02\x97\x1d\xdc\xc7\x42\xa0\xd4\x9d\x18\x53\x03\x7f\xb7\x4c\x20\x6a\x51\xf5\xe9\x7b\xc2\x78\xaa\x7b\x4f\x8e\xe0\x04\xf5\x49\xfd\x05\x3e\x8d\xc6\x2e\x9a\xca\x93\xd3\x4d\x55\x24\x6e\x33\xfd\x2c\xdb\x8b\x73\x15\x28\x21\x7f\x66\x7f\x01\xd5\x71\x96\x6c\x1b\x48\xea\xff\x92\x15\x06\x4b\x76\xda\x31\x99\x48\xa7\xa5\x1b\x51\x86\x4e\x8c\x7e\x15\x5c\x05\x2e\x74\x9f\xe4\xbf\x02\x6d\xeb\x67\xf3\xe7\x82\xbc\xc2\x03\x3c\x6b\xf0\xb6\xf2\x12\xd7\x1f\xf2\x66\xb5\x70\x40\xe8\x36\x19\x64\x97\xc3\x44\xec\x49\xd6\x23\x64\x83\x7f\x31\xcb\x02\xb9\xb1\x73\x26\x33\x18\x2d\xb2\x74\x27\x18\x18\x72\xca\xc0\xaf\x67\xd8\x77\x85\xf0\xfe\xc1\x27\x6a\x55\xbc\xc5\x78\x57\xfe\x6b\xae\x0f\x2e\x51\x08\x38\x1c\x9c\xcc\x54\xb0\xfb\x70\x94\xc4\x64\xfd\xc0\x55\xb1\xb3\x58\x7e\x78\x81\xbf\x29\x33\x17\xaf\x74\x3a\x45\x3c\xc0\xbb\x2c\x43\x88\x65\xf8\xc8\xc9\x69\xbc\x51\xde\xd5\x8e\x87\xdc\xff\x78\xb6\x35\x0e\xdc\x0d\xdc\x74\x63\x29\x27\x95\xd3\x2c\x8f\x61\xb7\x72\x66\x12\x5c\xd6\x6f\x36\x92\x95\xc7\xda\xcf\xfa\x18\x13\xc8\x2c\x61\x1d\x3d\x50\x4c\xfc\x66\xb6\x39\xe5\x13\xfb\x89\xcf\x96\x1c\x86\x84\xd8\x38\x7c\x82\x7b\x5b\xee\xdd\x1e\xc2\x5d\x2c\x7d\x57\x75\x86\x73\x44\x92\x63\x08\x61\x17\x89\x7d\x64\x76\xac\x8f\xc2\xdf\x0c\x0a\x6b\x9f\xe0\x52\x66\x13\xb3\x94\x9f\x13\xad\x66\x4e\xe7\x1d\x38\x60\x45\xc4\x70\xfe\x71\x4a\x67\xb4\xb1\xbd\x2c\x6b\xf0\xef\x4c\xdd\xc0\x2b\xce\x57\xc3\xa1\xd6\xc9\x9c\xf5\xb9\xbb\x2a\xe8\xec\xcc\x9c\xbf\x73\xd7\xb1\xba\xb2\xaf\x4a\x1c\x58\x7f\xa9\x25\x58\x3d\x33\x45\x19\x98\x61\x4f\x5c\x92\x7d\x3f\x4a\x26\xec\x25\xc4\xfe\x74\x86\x52\x78\xd6\x69\x13\xfe\x8e\x77\xc6\xf2\x23\xbe\x83\x5d\xda\x67\xe4\xb8\x55\xb7\x35\x15\xb0\x79\x15\x8a\xb2\xcd\xac\xab\xa5\x69\x39\xd3\x58\x26\x45\xb6\xa2\x9d\xcc\x54\xe3\x15\xe4\x19\x71\x29\x37\x23\xad\x9c\x70\xd6\xde\x8a\xda\xc5\xc8\x53\xcf\xf2\xcb\x67\x4c\x92\x3d\xd9\x71\x1d\x3f\x2a\x8a\x5a\x6b\x81\x95\x71\xb5\x3d\x89\xec\x2f\x9d\x97\x1a\xea\xd8\x1b\x5b\x3f\x94\xec\x63\xa5\x37\x3e\xd7\x6e\x61\x36\xd4\xd6\x0a\x78\xc4\xcf\xca\x3d\x70\x14\x11\x59\xd2\x9e\x1a\xc4\x38\x99\x7f\x27\xd2\x86\xb1\x5e\xaf\xde\x77\x01\x57\xa9\xef\xee\x48\xc2\x26\xa4\x3d\x6b\xd7\x63\x2e\x7c\xf7\x6e\x16\xbb\x7b\xe0\x44\xfd\x45\xd6\xaf\x9e\xad\xc5\x30\x6b\x4f\xfb\xe5\xec\x54\x26\xa3\xd9\x92\x7f\x91\x38\x55\xb7\x13\x6a\x23\x56\x55\x9a\xa7\x0c\x33\x78\xc5\xc5\x11\xcd\xf8\x4b\x43\xe9\x3e\x14\x0f\xd4\x5a\xec\xf0\xc2\x5a\xe4\x0e\x6b\x5d\xd0\x6f\xfc\x1b\x5d\x67\xd9\xf8\x29\xcb\x7a\x0b\xd6\xd9\xc1\xd6\xa2\x9b\xac\xc5\xbd\x7f\x68\xae\x30\xbd\xdb\x27\xf8\xee\x04\xb3\x29\x17\xda\xc1\xb8\x5e\xf3\x2b\xe5\x08\xc3\xa1\xec\x5d\x44\x0c\xae\x2e\x70\xdd\xe7\x83\x7d\xd5\xfd\xdc\xb1\x0b\x3b\xac\xf0\x5b\x7b\x02\xcd\x16\x2c\xef\x39\xad\xdc\x99\xb5\xa4\x71\xa7\xbc\x97\xb4\xb0\x14\x95\x79\x90\xff\xa7\x63\x48\xae\x93\xbf\x08\xcf\x8b\x49\x94\x5f\x88\x5a\xf8\x9b\xb6\x2a\xcd\x5f\xc0\xa5\x27\x47\x8a\xf8\x4b\x80\x8e\x7d\x30\x37\x07\xfa\x7b\xfb\x3c\xce\x22\x78\x60\xb5\x92\x05\xa3\xdc\x9e\x45\x8a\x33\x94\xa0\x06\x91\x3c\x84\x3a\xa3\xe4\xa6\xf4\x19\x75\x54\xfb\x54\x82\xd1\x52\x85\xbb\xc4\x2b\xe8\x1b\x90\x45\xc2\x66\x60\x41\xea\x3d\x81\x37\xb8\x30\x72\x3d\xef\x09\xb4\x7c\xdf\x06\x2e\x08\xaf\xdf\x76\x93\x33\x09\xc9\x5c\x8d\xb2\x32\xd1\x8b\xdd\xc1\x8a\x28\x7a\x53\xfd\xb8\xec\x2d\xb0\xb2\x64\x83\x54\x0c\x94\x69\x3d\x25\x16\xe0\x1f\x82\x0a\x51\x2f\xc8\x84\x25\xc2\x68\xc8\x26\x35\x89\xff\x13\x7a\x1c\x31\xce\x2b\x85\x8b\x7d\xdf\x70\xbd\x91\xe3\xdb\xda\xd8\xd7\x51\xff\xd5\x20\x2b\x00\xf3\xed\xec\x96\x7b\x60\x58\xdd\x61\xe9\x27\x0c\x29\xea\x91\x18\x30\x92\xe6\xa3\xf8\x00\x16\xcf\x07\x45\x53\xb0\x24\x88\x21\x68\xc0\x64\x29\x2c\x7e\x04\x36\x12\x61\xcb\x5b\x88\xbd\xf7\x65\x72\x06\x70\xd3\x6d\x4a\x76\x24\x7e\x64\x75\x0d\xf3\x11\xae\xec\xd8\x27\x0b\xe0\x7c\xab\xb5\x93\xfc\xe2\x50\x0b\x09\x71\x1f\xfb\x91\xfa\xb2\x08\x64\x1f\xe0\xd1\x84\x3b\x58\xa7\x40\x2d\xff\x33\x2b\x26\xb9\x87\xd7\xc0\x9a\x74\x44\xc8\xcd\x64\xca\x7d\x17\x73\xac\x99\x0b\xb6\xa5\xb1\x4e\x13\xd8\xea\x6b\xcc\x40\xc6\x93\xf6\x49\xd2\x58\xc9\xad\xea\x0a\x89\xb5\xf8\x7a\xc1\x2e\xd1\x47\xd1\xb0\xaa\x4c\xd8\x2a\xcc\xe3\x26\x09\x10\x01\x0a\x94\xf2\xbd\xf9\x58\xd2\x5b\xde\x1c\x1e\x14\xfe\x9a\x73\x91\x7b\xd4\xa7\x8b\xcd\xe5\xac\xdb\x46\x62\x59\xb3\x46\xd7\x38\x13\xb5\xcc\xd0\x96\x31\x09\x5d\x9f\x51\xd9\x21\xde\xad\xd3\x18\x17\x88\x96\x65\xd7\x28\x0a\x05\xb7\xd5\xc5\xec\x6c\x7e\xa1\x32\x9b\xfe\x07\x8f\x24\xd7\x26\x4a\xb9\x6e\x52\x22\xec\x09\x67\x8a\xd8\xcb\xe7\x4f\x56\x9f\xe0\xf2\xb6\x4d\xcc\x38\xde\xaa\x35\x14\xc6\x4b\x76\x40\xd3\x11\xf1\xdb\xf2\x7f\xcb\x3d\x44\x3d\xa5\x8b\x72\x5f\x09\xf9\x45\xd1\xb2\x7c\xc1\xde\xfc\x78\xe6\x20\xff\xcf\xbc\x40\xea\x51\xee\xfd\x9c\x9d\x09\xab\x38\x8d\x9a\x4f\xa1\xbd\x6c\xaa\x32\x7d\xaf\x17\x6b\xa3\xb4\x68\xeb\x55\x62\x5c\x88\xad\x91\x31\x22\xb9\xab\x1a\xba\xc5\xea\x56\x72\x69\xb5\x28\xac\xf1\xbe\x7e\x91\x70\x55\x9d\x8d\xe4\x3e\xff\x76\x95\x3b\x61\xc1\xd3\x96\x6d\x24\x3f\xe5\x26\x14\x7e\x3d\xfe\x80\xb3\xcd\x00\x1d\xee\x60\x4f\xd5\xe9\xbc\x69\xcc\x93\x2a\xbf\xad\x29\x44\xa2\xa4\x6c\x8d\x1e\x7f\xc9\x6b\xaa\xef\x13\xa7\x75\x57\x94\x8c\x8b\xec\xda\xcf\xe7\x78\x0b\x3e\x37\xf7\x48\x4c\xf8\x95\xf5\x09\x8c\x54\x5e\x4c\xd5\x5d\xb2\x17\x77\x7d\x99\xd9\xf1\xc3\xec\x89\xc2\x59\x87\xbd\x59\x43\xb9\xa0\xb7\x05\x93\xa7\x49\xdd\xea\x45\x58\xc9\x66\xad\xa9\xc4\x4b\xf8\xbb\xeb\x9e\x89\xbd\x07\xe7\x95\xfc\x2d\x9a\xde\xf3\x5d\x57\x28\x38\xd9\x51\x22\x66\xf0\xd3\x9b\x3f\xe1\xf7\x78\xa6\x75\xbf\x49\xa7\x39\xf7\x2a\x87\x8f\xfd\xc7\x2e\x28\x59\x13\xf2\x82\x95\x66\x78\xe1\xf5\x9c\xb9\x59\xbb\x79\xab\x13\xe3\xb4\x7c\xe1\x9a\x0b\xb8\x1b\x9f\x57\xb9\xce\x68\x9f\xa9\xc8\xff\x23\xf7\x45\x56\xae\xda\x39\xa7\x93\x24\xe3\x67\x6b\x99\x64\x1c\x09\xd4\x78\x53\xa4\x19\x05\xca\x6f\xd4\xfe\xb8\x3f\xe4\x3a\xfa\x82\x43\xab\xa4\xe6\x00\x73\xf7\x22\x11\x1f\x9a\x66\xff\x8d\x7f\x1b\x3e\x69\x31\x8b\x3b\x1b\x2d\xa9\xa8\x36\x74\x92\x2b\x8c\xbc\x5c\x9c\x12\xab\xea\xcf\x89\xa0\xce\xe5\x5b\x68\xd7\x51\x07\xe1\xc7\xea\x4f\x34\x55\x86\xab\xb2\x81\xce\x8b\x6d\x90\x87\x01\xfa\xa0\xfb\x92\x57\xe0\xb0\xe7\x33\x51\x1c\xf4\xd5\xfe\x29\x7f\x00\x89\xb6\x98\xcb\xf9\x86\x3e\xae\x58\x63\xd8\x43\xfb\xd7\x38\x39\x77\x09\xfd\x80\x6a\xa7\xee\x27\xbd\x89\x97\x9f\x7d\x01\xb0\x85\x33\xd5\xb9\xc0\x50\xfa\x35\x65\x34\x08\xc7\x86\xca\xe7\x43\x07\x83\x0a\x24\x35\xb0\xbd\x67\x8f\x68\x33\xb2\xd4\xfe\x3a\x5f\x83\xae\xb7\x30\xe3\x5c\xc5\x82\xcb\x6a\xf2\x12\xd1\x65\x79\xf5\x7a\x37\xd4\x5a\x39\x4b\xb7\x11\xb5\xe6\xca\xb3\xff\x42\xb7\x42\x0c\xd5\x13\x34\x3c\x7d\xaa\xa2\x09\xcd\x8f\x29\x95\xa5\xa0\x5f\x82\x2c\x25\x4b\xb1\xfd\x9e\x54\x61\x25\x66\xb4\x3f\xcd\x5f\x82\xcf\xb5\x88\xe2\x84\xe3\x68\xe9\x48\xae\x98\x75\x2e\xb7\x32\x27\x9d\x05\x2b\x26\x69\xa3\x59\x26\x1c\x83\x66\x2f\xb3\x0e\xac\x50\xad\x67\x06\xa7\xb9\x2b\xa6\x30\x97\xc7\x4c\x91\x9e\x22\x9e\x07\x96\x89\x69\x44\x95\xe7\x3a\xe1\x02\x22\xda\x7e\x90\xc7\x26\x96\x59\xe8\xd9\x67\x19\x67\x4b\x2c\xf4\xe7\x45\x8b\xf4\xe1\xba\x3a\xa1\xaf\xec\x65\x76\xb1\x20\x9d\x6d\x54\xcb\xf9\x18\x30\xa2\x04\x78\xb9\xa9\x54\x79\x18\xf7\x5a\x74\x88\xd4\x92\x3b\x2f\xd0\x52\x74\x95\xb3\xc9\xe3\xa1\x20\x93\xed\x64\x3f\xc2\x7d\xc0\xb2\xb3\x78\xc9\xb6\x64\x2e\x2f\x0a\xcd\x79\x9b\xbd\x4f\x97\xad\xbd\xae\x7e\x21\xb5\xd6\x9c\x55\xc5\x30\x7f\xa9\xda\x15\x25\xf4\xfd\x0a\x83\xec\x69\x8a\x8d\x8c\x90\xee\x38\xea\x26\x39\x24\x06\x03\x0e\x8b\xa6\x09\x95\x1e\x31\xfc\x62\x3e\x66\x5f\xc2\x5d\xc8\xf5\x5e\xe5\xc8\x0a\x66\x7d\x2c\x88\xcf\x09\x29\xba\x93\xdd\xa2\xf5\x28\xa0\x8b\xe3\x34\x4e\x86\x5f\x44\x88\xca\x22\x37\x8e\x7a\x46\x31\x45\xd7\x96\x74\x41\xfa\x3c\x7b\x56\xd4\x32\x71\xaf\x6a\xeb\xc1\x54\x61\x86\xdc\xda\xfd\x14\x7f\x9e\xf8\xba\xfd\x09\x0e\x22\x08\x58\x15\xc3\xec\xe2\x68\x8d\xbd\xba\x89\xba\xa7\x9a\x05\xd9\x4f\xab\x9f\x08\x4f\xaa\xef\x55\xd4\xe2\x17\x94\xbd\xa5\x3b\x28\x31\xf2\xec\x42\x63\xa2\x40\x0a\x18\x5e\x46\x4e\x13\xfb\xe5\x7c\xf5\xe7\x0b\x7e\x69\x6a\xdd\x97\xf0\xf4\x8a\xe9\xf6\x0b\x39\x33\xc4\xab\x56\x91\x98\xee\xdc\x6f\x46\x6b\xdd\x78\x4b\xa3\x3a\x25\x7b\xa4\x31\x48\x38\x4f\xdd\x51\xdb\x85\x5b\x28\xe5\x95\x0f\xc9\x83\xf2\xb8\xd2\x9b\x09\x3f\xa4\xee\x85\x65\x11\x62\xf1\x3c\xc3\x3a\x7f\x4b\xc1\x80\xce\xd3\xed\x1c\x2f\x4c\xf9\x76\xf3\x04\x7b\x50\x12\xb3\x8a\x4d\x7c\xe5\xe1\x86\x06\x5d\x7d\x67\x8f\xea\x41\x76\x5e\xdb\xff\x04\x34\xb5\xa8\xc9\x06\x53\x29\xc3\x6b\xbf\x93\x3d\xe4\xab\x2a\xe5\x09\x62\xc9\x97\x92\x37\x11\x5b\x44\x7d\xf9\x1f\x0e\xdc\x11\xa4\xe8\x01\xb7\x3c\xee\x6f\x35\x6f\xf3\x2b\x76\x9c\xf4\xd0\xaa\x2a\x42\xc5\x1b\xd5\x04\x56\xef\xca\xbc\x23\x36\xad\x70\xca\x1a\x64\x6a\x4b\x5d\x48\x75\x80\x4f\x91\x05\x39\x3f\x0d\x36\xbe\xa7\xb4\xc6\xc5\xe4\x56\x52\x5f\x1e\xe6\xe9\x9c\xe8\x7b\x7d\x15\x6a\x29\x70\xd9\xb9\x51\xde\x00\x51\x36\xce\x11\xd7\x22\xfb\xcc\x2e\xf3\x53\x30\x7b\xf5\x44\xd5\x18\x99\x25\x3a\x53\x3e\x46\xd9\xca\xf4\x29\xb9\x46\xf9\x8f\xfe\xb3\x70\x98\x5a\x9b\xe6\x60\x34\xd2\x24\x71\x2b\x73\xa3\xe8\xa2\xc3\x01\xda\x09\xa0\xc6\x37\x53\x1d\x06\xbe\x71\xce\x93\xf3\xe0\xdd\x1b\xe7\x8a\xc5\xc8\x69\xb3\xa7\xfc\x20\x2c\x5c\x2d\xab\x0a\xa5\x1d\x14\x65\x96\x87\xd3\x2e\x11\xef\x4b\xd2\xe8\x47\xe8\xa5\x85\xc7\xe8\x4f\x53\x9f\x18\xbd\x00\x79\xec\xed\xdc\xd9\x60\xd8\xe1\x25\xda\x72\xc8\xcd\xd7\x47\xbd\x18\x76\x76\x16\xc8\xfd\x91\xdd\x1b\x17\x88\x23\x50\xc0\x7c\x1a\xdf\x0a\x6b\x55\x71\x2a\x85\xc8\x4e\x21\x54\xa6\x44\x22\x89\xd9\xc5\x4d\x08\x99\xf6\xb0\xa0\x02\x51\xa7\xba\x1b\x44\xc8\x95\x58\x5f\x7d\x30\xba\x25\xc4\x98\xfd\x15\xad\xf0\xf9\xac\xa2\x62\x2b\x9c\x13\x64\x83\x98\x74\xe3\x0a\xd1\x75\x7c\xbd\xf9\x3e\x5e\x09\x3e\xa8\x7c\x58\xd1\xc9\xdc\x2b\x18\x2b\x3d\xcf\x34\x67\xb8\x16\xbd\x26\x1e\xd1\x6c\xf2\x5f\x10\xda\x14\x43\xde\x15\x22\x2e\xa6\x33\xa7\x98\x38\x10\x62\x9d\xed\x4f\x78\xfb\x94\x2b\xcf\x12\x9b\x9c\xbd\x65\x26\xc4\xa2\x8d\xf6\xa2\x2d\xc4\x1c\x73\x23\x6f\x0a\xe3\xbb\xc2\x58\xfe\x9d\xff\x8b\x5f\x57\x3a\x87\x1f\x80\x9f\x28\x72\xe0\x15\x53\xe3\xf3\x1d\xb9\x0f\x93\xdf\xe5\xad\xe2\x6e\x8e\x59\xa9\xfb\xcc\xc9\x0b\x2e\xd7\x94\x71\xe6\xf9\xf8\x2b\xd7\xb2\x8f\x39\xaf\x96\x66\xb1\xaa\x36\xfa\x0a\x39\xcc\xff\xcc\x3f\x72\x0f\x33\x6d\xe5\xa4\x72\x5b\xd5\x1e\x9e\xb4\x64\x87\xe2\x3f\x6c\x4d\xa1\xbf\x5c\x4a\x71\x32\xee\x97\x2d\x4e\x7a\x9a\xbb\x55\x92\x1f\xbd\x5d\x37\x4f\xec\x7c\xe8\x95\x7a\x58\x78\x7e\xef\x45\xc5\x2e\x81\xe3\xce\x3b\x92\x6c\x1e\xba\x31\x48\x50\xce\x69\x59\x19\xca\xa1\xb0\x6e\x4a\x6f\x94\x25\x1b\x37\x70\xff\x2c\x66\xe4\xfd\x0f\xb9\x5e\x50\xa1\x9f\x42\x9e\x6a\x28\xd4\xf6\x26\x9e\xd7\x73\x35\x99\x47\x5d\xb5\xb1\x2a\xab\x43\x26\xea\x65\xf2\x81\xbd\xeb\xe4\x46\xa9\xf9\x4e\x50\xfc\x41\xe4\xb7\x71\x97\x60\x12\x3f\x74\xa5\x96\x7d\x86\xe3\x26\x61\x96\x2d\xac\xdc\xce\x3e\x5b\xbc\xb1\x2c\x09\x96\x14\xf8\x14\x33\xb2\xce\x19\xb6\x17\x50\x12\xea\xf5\x0b\x0d\x07\xa2\xdc\xb3\x5f\xe9\x17\x07\xed\x55\x15\x66\x57\x79\x13\xf2\xe5\xca\xf7\x4e\xdf\xc4\xc9\xd2\xd7\x1b\x17\xf0\x41\xe1\xf0\xca\x01\xf6\x1e\x6e\xb2\xf8\x59\xe9\xf3\x3a\x77\xf6\xf6\xe2\x19\xd5\xf6\xd0\xd7\x02\xf3\xf2\x2f\x59\xee\x86\x19\x25\xb2\x84\xcd\x39\xb7\x0b\xa7\x45\x5e\xce\xae\x37\x84\x05\xbe\x52\xc5\xe7\x64\x79\x6f\x93\xdd\xd2\x6c\x76\x1a\x16\x5b\xc8\xd5\x1b\xa7\xf1\x37\x89\xae\xad\xbc\xc6\xfa\xc2\xbd\x23\x8e\x2d\xed\x69\xd2\xb0\xda\x8a\x6e\xd6\x07\x41\x70\xfe\x9b\xea\xdb\x99\x17\xf2\xce\x56\xac\x3d\x71\x36\x47\x53\xe2\x19\x09\x67\x1f\x2b\x70\x08\xac\x54\x2d\xcc\xbd\xe3\xf5\x53\xc6\xd0\x2e\x75\x2a\x16\xf5\x29\x3e\x6f\x9c\xc1\x3b\x23\x2e\xb7\x98\xca\x92\xf3\x4c\x98\x99\x1d\xa2\xac\x93\x10\xad\xa5\x90\x54\x9e\xf5\xa3\xa1\x9f\x8c\x27\xbe\xaa\x39\x45\x89\x8d\x66\x57\x94\x51\x33\x43\x6e\x94\x44\xd0\x2a\xfd\x0a\xf2\xaf\x00\xf3\xdd\xf5\xfa\xdf\x60\x95\xe3\x4d\xcd\x7d\x38\xdc\xa6\x58\x9e\x80\x9a\x98\x2e\x14\xe6\x63\x9f\x98\x41\x1d\xf3\x29\xbe\x50\x58\xcb\x16\xca\xbb\xac\x07\x0d\x51\x54\x45\xe2\xb9\x9a\x64\xda\xae\xe8\x13\x15\x81\xf4\xa5\x21\xbd\x25\x7f\x01\x26\x7e\xe2\x7c\x21\xb8\xd7\x5d\xa2\x1f\x84\x0c\x8e\x37\x34\xb5\xc8\x34\x9b\x66\xb9\x2b\x0a\x9a\x6e\x12\x62\xf8\x74\xe6\xfa\x76\x35\xed\x3f\xc8\xbe\x79\x98\x1e\x95\xd5\x5a\xff\x99\x7e\x3a\xb1\xb8\xe6\x4f\x60\x4f\xb4\x47\xf9\x04\xf0\x32\xc4\x58\xdc\x02\x76\xfb\x51\xf2\xb7\x41\x0d\xee\xb8\x9e\x0e\x0f\x39\x5e\xd5\xa4\x22\x0f\x6d\x4e\xca\xa7\x61\xf3\x4d\x03\x85\xbe\xf8\x7e\xe2\x75\x5b\x15\x12\x08\x9e\x6b\x7a\x89\x1c\xce\x72\xaa\xdf\x88\x84\x27\xba\x54\xef\x41\x88\xa3\x6f\xcb\xb7\x22\xe7\x43\xc2\x8a\x3e\xa3\x2e\x7e\xee\x46\x18\x1d\x75\x8f\xcb\x39\x8d\x45\x38\x8e\xab\xcf\x63\xef\x6c\x9e\xcb\x92\x71\x95\x69\xb1\xa0\x8d\xe1\x4c\x2c\x6b\xbd\x4a\xd4\x81\x0e\x4d\x0b\x08\x71\xe6\xe9\x3a\x7f\x22\x2c\xe1\x46\x55\x2a\x61\x7e\x34\xa7\xec\x18\x31\x35\x64\x7e\x91\x2d\x31\xc5\x6f\x96\xa1\x95\x58\xec\xee\x91\x33\x8b\xb0\x72\xbc\xaa\x5e\x4c\x6c\x5b\xb7\x58\xda\x4a\xec\x33\x9b\x2a\x98\x4a\x44\x32\x18\x2d\xdf\x79\x37\x81\x92\x46\x27\xde\xce\xcc\xfd\xb5\x00\x57\x9b\x90\x50\x99\xc7\xf9\x78\xd4\xa9\x34\x87\x93\x10\xdc\x5b\x18\xcb\x7e\xbb\xef\x74\xde\x5b\x36\xee\x6e\xa2\xf3\x66\xcf\x74\xbc\xa2\x0a\x65\x09\xd6\xb9\x4b\xbe\xb1\xa6\x9a\xc5\xf1\xbd\x98\x54\xfc\x42\xf3\x6d\xf9\x2f\xfa\xad\x86\xcd\xb2\xb1\x8c\x63\x35\x74\x29\xef\x84\xb2\x42\x2b\x71\x8d\x42\x4a\x94\xe2\xc9\xc1\x66\x05\x51\xc2\x73\xfb\xfc\x73\xdf\x0a\x34\x6e\xd7\xb5\x3e\xfc\xbd\x8e\x63\xca\x08\xee\xbf\xeb\xa8\x92\x49\x1c\xaa\xd9\x7d\x9e\x1f\xeb\x03\x36\xd6\x6c\xa7\x1f\xa5\x8d\xd7\x67\xe9\xae\xa4\xa7\x55\xd7\x66\xdf\x38\x5e\x53\x7e\x56\x7d\x3d\xb2\xa6\x78\x48\x79\xfd\x50\x52\xbe\x5c\x3e\xee\xdb\x9f\x6b\x29\xed\x75\x03\xb3\x59\x62\xa6\x63\x99\x42\x2b\x34\x5b\x27\x12\xbb\xf1\x6a\xcd\xb7\x73\x25\x1c\x13\x74\xbc\x49\x53\xf2\x3f\xea\xab\xba\x17\x85\xd5\x69\xd2\xea\x0d\xf9\xa6\xc7\x6e\x94\xbb\xe7\xc5\x45\x3c\x2b\xde\x98\xa3\x0f\x1a\x34\xfe\xcc\x1e\xf5\x75\xd2\xab\x55\x97\xdc\x96\x69\x5e\xc9\xf3\x1c\x33\xe5\x9f\x25\xb6\xeb\xe4\xa2\x62\x41\xb5\x39\xc8\xf9\xca\x9d\x83\xee\x6b\x8a\xac\xa8\xa4\x52\xeb\xea\x4a\x1f\xa6\x59\x57\xbd\x2f\xfa\x74\x8c\x5e\xf6\x2b\xff\x59\x84\xac\xe8\x71\xde\x70\x10\xdd\xd8\x94\x23\xf5\x9d\xa2\xf7\xcd\xde\xb0\xeb\x9d\x26\x4f\x89\x3b\x46\xc9\x0b\xa5\x92\x75\xd9\xa2\x40\xa1\xd0\x5c\xcf\x29\xe7\xc6\x23\xe7\x9b\x56\xd6\xe4\x50\xe7\xd5\x65\x54\x62\xa9\x97\xab\x6a\xcb\x3c\x8f\xad\x2b\x6b\x28\xfa\x2f\x62\x7f\x91\x24\x1f\x0b\xf2\x34\x86\xe5\x4e\xf8\xdc\xcb\x79\xab\x73\xdc\x75\x57\xb3\x5d\x6d\xe2\x18\x25\xdf\x26\x6b\x5a\x57\x2b\x7c\x26\xda\x66\x7e\x86\xb3\x8b\x2b\x85\xf0\xbe\x08\x52\x25\xa9\xaf\x6b\x17\xf9\x58\xb2\xaa\x6d\x39\xc5\x3c\x6e\x72\xe3\x20\xe5\x5d\xb8\x5d\xed\x76\xea\xfb\x00\x8b\x0a\x80\x6e\xe9\x5d\x52\x9c\x06\x70\x5d\x10\xe3\x1c\xc8\xc4\x7e\x40\x77\x18\xbe\x60\xd5\xa2\xb4\x45\x51\x93\x14\x51\x09\xbe\x07\xa2\xf7\x3e\xa7\xfe\x49\x6a\xef\x1c\xa7\xaa\x93\xc5\xad\xad\x34\xd3\xd8\x4f\x8d\xf1\xb4\x8e\xf0\xd5\x35\xf7\xe9\xac\x80\x65\x15\x6b\x01\xa6\xb7\xa1\xd8\x02\xac\x71\x41\x0c\x67\xa0\x9f\xf6\xc3\xba\x95\x48\x82\xd5\x98\xe2\x07\x7a\xc1\x84\x2f\xc2\xf0\x7d\x50\x62\x2f\x85\x2e\x25\x55\x74\x1e\xa7\x3f\x4f\x46\x5b\x0f\x00\x1e\xb1\x8f\x1b\x27\x01\x15\xe1\x8b\x6b\x70\xd0\x33\x60\x4e\xf9\x18\x34\xdf\x5b\x5b\x74\x1a\x9e\xe2\x02\x1a\x60\x64\xa1\xfd\x69\xed\x4d\x74\x9b\xd5\x03\x45\x17\x16\x6e\x52\x23\xda\x83\x0b\xa1\x9d\x3d\x02\xc4\x40\x4a\xed\xe0\x20\x39\xc9\x5b\x5a\x68\x88\x3a\xb6\xaa\xc1\x0e\x69\x0d\x7b\x5e\xdd\x8e\xfc\x3a\xf8\xa2\x7c\x2a\x9a\xec\xcd\x2a\x9a\x86\x7e\x76\xa1\xe5\x0d\x62\x12\xfb\xeb\xda\x8d\xf8\x46\xeb\x39\x8a\x25\xf8\x98\xc9\x6f\x61\x39\x23\x03\xac\xe8\xce\x21\x2e\x91\xa6\xb7\x6b\x88\xc2\xa4\x37\xcd\x1c\xe2\x58\x6c\x7a\xbd\x37\x61\x1d\xd6\x59\x75\x9d\xf8\xeb\xe0\x50\xd9\x5a\x62\x8e\x77\x62\xa1\x2d\xb1\xca\x25\x25\xf7\x13\xe1\x62\xff\x24\x3b\x91\x88\xb0\x76\x93\x1f\x26\xb2\x4c\x8f\x0a\x9e\x13\x02\x30\xaa\xab\x99\xd7\x96\xd5\xd2\x56\xcf\x5b\x90\x94\xdf\x94\xc7\x4d\x8e\x5d\x57\x17\xcf\x39\x1d\xc6\xa8\xfc\xc6\xf1\x3c\xa8\x2a\xf5\x65\x9f\xf5\xde\x5b\x10\xc4\x8e\x73\x89\xce\x5d\xc5\xfa\x61\xff\x5e\x93\xcf\x92\x5a\x67\xca\xe4\xac\xa5\xa6\x03\x82\x55\xcc\x1c\xa0\xab\xb3\x50\x1e\x92\x35\xad\x35\x57\xb6\x2a\xf1\x59\x23\x5b\xf2\x24\x06\xaf\xf5\x15\x97\x85\xbe\xa8\xb8\x27\x02\x0f\x2e\x29\xd9\x2c\x0c\xf4\x7a\x9b\xef\x2a\x58\xef\xe2\xa0\x5f\xcc\xfb\xbc\x65\xba\x5a\xc6\x6d\xb0\x6e\x97\xf2\x38\xc7\xcc\x3c\xf9\x26\xec\x69\xf4\xeb\x1d\x6d\x39\x60\xe6\xa6\x96\x36\xad\x36\xd1\xac\xa1\x50\x53\x15\x3d\x54\x73\x4c\xd5\x13\xba\xab\xfc\x8b\xe2\x9a\x3f\xb7\xd8\x5f\xf6\xc2\x0b\x37\x46\x4b\xfe\x73\xfe\x92\xb3\x5d\x74\xd7\xfe\xb7\xaa\x43\x50\x6a\xfd\x50\xd2\xc1\x4b\x31\x2b\xe2\x05\x73\x16\xd1\x1d\x3a\xa6\x17\xed\xc9\xe0\xb6\x2c\xcc\xbf\x99\x40\x6d\x98\x69\x08\x89\x5e\x55\x3d\xa8\x6f\x3d\x5c\x51\xbe\x4f\xf7\x3f\xff\x3f\x8b\xca\x34\x71\x5e\xab\x0c\xbd\xca\x1c\xe7\x2e\x9d\x52\xa6\xb7\x7f\xab\x9a\x25\x4e\xb1\xfe\x25\x59\x28\x70\x30\x7b\xc7\x6d\xe7\x3c\xa1\x9d\x6a\x1f\x2e\xa3\x65\xd8\x36\x5f\x28\xee\x48\xb0\xae\x1f\x28\xb8\x77\xf4\x46\x75\xa6\xe1\xf5\xe1\xe3\x65\x13\xfa\xff\x0e\x5c\x2d\x0a\xd4\xbe\xda\xf3\xc3\x90\xaa\x1e\x70\x2e\xd6\x39\x2b\x02\xed\x5f\x29\x6b\x24\x95\x36\x73\xc5\x5d\x82\xef\xe6\x8b\xb9\xc7\xb8\x1b\x69\x71\xed\x78\xd5\xf4\xf4\xdb\xcd\xec\xf2\xa9\x27\x9e\xd6\xa7\x15\xff\x7b\x34\xbf\x7a\x59\x41\xe3\x61\xc7\x32\xa5\x21\xf9\x40\x43\xe1\x1b\xfd\xd2\x3d\xcf\x0c\x33\xb3\xb3\x9d\xf3\xb5\xe7\x94\xc3\xf6\x3f\x95\xce\xd2\x7a\x1b\x3b\xf1\x01\xa1\xca\xdc\x87\xf3\x9d\x1b\x48\x99\x3d\xbc\x81\xdc\x9b\x1a\xde\xf7\x89\xb2\xf7\x58\x48\x57\x05\xe5\x46\xa4\x49\xdb\x9f\x54\xf1\xa1\xfe\xc6\x8d\x34\xd0\x6f\x53\xcd\x02\xba\xc1\xd3\xbf\x4c\x0f\x7c\xdc\xf1\xb2\x60\x04\x22\xec\xfe\xd6\x73\x91\x75\x6b\x97\xa8\x7a\xd0\xfe\x15\xbf\xc5\x5c\x3c\x81\xb2\x74\xa8\x9f\x36\x35\x35\xb1\x4f\x48\x8b\x3d\x16\xdf\xe5\x41\x1b\x8d\x5c\xdb\x5a\x41\xdf\x7b\xe8\x54\xc3\x65\xfa\x4f\xbf\xad\xd5\x9d\xc0\x6b\xcf\xc3\x65\x3e\xd0\xec\x1d\x6f\x0b\x50\xf8\x90\x9d\x99\xde\x07\x69\x5b\x6b\xa7\x62\x63\x7f\x98\x2c\x17\x1f\xc1\x8f\x53\xcc\x87\x82\x80\xe4\xd4\x8c\x3e\x73\xa0\xf0\x58\x72\xe7\x75\xe0\x41\xa4\x4d\xab\x1b\x68\x73\x68\xb4\x21\x0d\xac\xf1\xdb\x51\x1d\x06\xa5\x78\x46\x96\xbe\x80\x83\x76\x7c\x2e\xb0\x46\x8e\xda\x59\xe5\xfc\x40\x91\xb5\x5e\x2a\x57\x8c\x6f\xe2\x24\x5e\x81\x17\x91\x7f\x0e\xc6\xa1\x5b\x52\x03\x7b\x1d\xd0\xa5\xc7\xfc\x3b\xde\xa2\x53\x22\x97\xb6\xc4\xa3\xf3\x0e\xf5\xd7\xe7\xa0\x3e\x7e\xdb\xaa\x38\x68\x95\x67\x5c\xe9\x32\x6c\xa3\xd3\xb4\xfc\x58\x6c\xc8\x6e\x67\xce\x6e\x3c\x7a\x2d\x45\x29\xc4\x9f\x9b\x70\x45\x64\x06\x8b\x5c\x39\x10\xcc\xdc\x9b\x6a\xd1\x63\x4b\xfc\x3c\xe6\xd8\xfe\x82\xa8\x89\x9c\xda\x7c\x82\x88\x39\xd4\x54\x57\x4a\x38\xfb\x6d\xac\x54\x13\x76\x9e\xb1\x25\x1b\x08\x57\xa7\x3f\x8d\x4c\x22\xc2\x2e\x48\x97\x45\x80\x6b\xab\x14\x03\x04\xdf\xe4\xa1\xb0\x8a\xc8\x23\x57\xf6\x47\xf1\x26\x52\x67\x77\xdb\xf1\x9c\x8e\xfd\xaf\xed\x05\x97\x15\xf1\xb8\x29\x8d\x73\xfd\x90\xa1\xb6\x85\xb3\xdf\xcf\xac\xa2\x84\x7d\xd6\x33\xa2\x78\x17\x3b\xca\x69\x91\x21\x9f\xf5\xcb\x2e\x59\xab\x67\x69\xd6\xde\x95\xbf\x67\x59\x9a\x7a\x08\x6e\x31\xab\xc8\x8b\xfa\x0e\xc9\xcd\x53\xa8\x5d\xf3\xa5\xb7\xe3\x59\xad\xad\x12\x6d\x44\x6c\xa3\x93\x38\xf8\x90\x75\x0d\x2e\xb2\xdd\x37\x50\x4e\x16\x4e\xf5\x34\x2f\x5a\xc8\x7f\xb8\xe3\x77\x1e\xc2\xeb\xb5\x53\x67\xd3\xb8\x42\xab\xcd\xb2\x1b\x9c\x20\xd3\x11\xfe\x69\xf6\x6c\xd2\xfe\xde\xd5\xba\xea\xe4\x91\x8e\x6f\xd9\x27\xe3\x1e\xb5\x34\xab\xef\x1e\x39\xdb\xb0\x5d\xf9\x31\xa8\xa0\x1a\x53\x2c\xdf\x17\x50\x46\x97\x6d\xf7\x38\x57\x68\x26\x39\xb8\xe3\x71\x2e\x57\x14\x6a\x57\xae\x11\x09\x3c\xac\x92\xa5\xdf\x78\x5b\xcc\xd6\xf2\x3e\x73\xa6\x67\xfd\xe8\x09\x2a\x9c\x9a\x1c\xdd\xb1\xc3\x48\xc4\x65\x35\xff\xcc\xfd\x72\x24\xb2\x9e\x9e\x13\x1f\xb4\xad\xaa\x2d\xfb\x8a\xef\xaf\xd2\x76\xb5\xab\x87\xaa\x20\x51\xa1\xd9\x31\xaa\xbf\x2c\x1d\xb2\xeb\x54\x9f\x15\x9d\xb4\xca\x91\xee\xe5\x9f\x35\x03\x78\xc1\x9c\xde\xac\xca\x9e\x59\x25\xe3\xc9\xe6\xed\x4f\x8b\xfe\x8a\x73\x6e\x2e\xce\xdf\x7e\xc4\xa6\x7e\x79\x5e\x48\xd0\xcc\xaa\xa0\x9c\x2c\xdf\xdb\xa5\x87\xb3\x45\x1e\x58\xc1\x1c\x95\x70\xc7\xb0\x9e\x24\x3f\x68\x37\xaa\x4e\x10\x3f\xb6\x6a\x91\xbc\x16\x20\x66\x85\xbc\x49\x9c\x9f\x59\x51\xdd\x9d\x15\xd3\x92\x1e\xb5\xcb\x4a\xa7\xc7\xcd\x6f\xf6\x2c\xfc\x78\x64\x6a\x5d\x83\xf1\x6a\xe0\xb3\xca\x7f\x73\xab\x7c\x47\x4b\x9e\xe9\x70\x0f\x28\x3f\x5f\xb3\x79\xc7\xf5\x9c\x2f\x8a\x5c\xbb\x27\xaa\xf7\x92\x73\x56\xf7\x25\xb0\x70\x8a\xd9\x75\xae\x86\xbb\xe2\xe1\x6e\x6a\x46\x46\xe7\xb8\x39\x6d\x41\xe6\xb9\x11\x90\x56\x97\x75\xa3\xe5\x3b\xdd\x89\xf4\x6f\x49\x25\xfd\x1c\x65\xba\x8a\x03\x24\x51\x0f\x10\x7f\x83\x2b\x68\x95\x69\xb6\xe0\x4b\xc0\x24\xb4\x19\xba\x06\x0a\xdc\xcd\xe0\x7b\xd0\x0f\xeb\x99\xe8\x34\x04\xfb\x27\x94\x52\x4c\xd6\x5c\x09\xa6\xfa\x53\x22\x87\x47\xa9\x9f\xa9\xe6\x2d\x07\x68\x6a\xea\xbd\x92\x69\x74\x17\x5a\xa3\xf2\x1d\xfd\x15\xbd\x92\x21\x03\x1a\x80\xfa\xd4\x46\x50\x09\x8e\x84\xfa\x41\x32\xe8\x9a\xdb\x05\xb8\x1a\x7e\x64\xf5\x08\xf9\x17\xf9\xf5\x20\x96\x7c\x8f\xae\xba\x8c\x53\xe4\xc0\xff\x86\xff\xa2\xba\x03\xc2\x66\x39\xf5\x13\xf0\xbd\x38\x80\x56\x03\x12\xca\x00\x7a\x0a\x64\xc3\x98\x05\xb8\x41\x77\x53\x77\x82\x5b\x60\xf5\xe1\x1b\x90\x07\xe2\xe9\x26\x85\x53\x90\xd7\x56\xa7\x91\x66\x54\x77\xaf\x96\x14\xcc\x98\x74\xb1\x89\xec\x80\x9f\x19\xdc\x4e\xf9\x1f\x2e\x6b\x9c\xa0\x5c\xc4\x13\x0b\x9f\x51\x75\x78\x90\x62\x31\x2d\x03\x8f\xc0\xa7\xd0\x8f\xe0\x89\x29\x01\x40\x32\x7e\xfc\xf0\x7c\x50\x8b\xfb\xbb\xad\x86\xae\xe3\x1b\xad\x6a\x11\x67\xec\xdb\x9d\xd1\xcc\x5f\xfc\xd2\xf3\x2f\xb3\x5e\xf0\xce\xf7\x23\xa4\x0b\xdc\x8f\x0d\xe1\xe4\x22\xee\x86\x82\x74\x0a\x8b\x43\x95\x8d\x50\x33\xd8\xe3\xe8\xbf\x34\x0a\x7b\x43\x72\x04\x3d\x97\x45\x0e\x41\x80\x1b\xcc\x92\x5d\x67\x20\x07\x22\xcf\xaa\x1f\xae\x66\x20\xb7\xca\x33\x1e\x29\x5e\x9f\x9d\xc8\x1c\x90\x1f\xeb\xed\xcd\xaa\x92\x3e\xa8\x6b\x23\x29\x25\x99\xc6\x37\x64\xb6\x78\xb6\x34\x95\xc2\x11\xd6\x23\x03\x54\x83\xc0\x3b\xe9\x18\xed\x16\x6f\x24\xf8\x06\xb0\x86\x6b\xb5\x0b\x06\x35\xec\xf5\x56\x97\x61\x13\xe6\xec\x1b\x73\xd2\xc9\x05\xe8\x58\x72\x06\xc5\xb8\xb4\xdb\x35\x33\x39\xb7\xbe\x26\x32\xeb\x48\x8e\x7d\xde\x30\x29\x3c\xbb\x56\x8c\x93\x53\xd4\x96\xf0\x72\x8a\x4e\x41\x4f\xb4\xa1\x3e\x96\x1a\x0e\x3d\xa2\xfb\x88\x38\xbb\xfe\x00\x2e\xf2\x67\x5b\xbd\x86\x92\xd8\x41\x57\xb7\xa6\xa5\x35\x1c\x3a\x75\x31\x9d\xa8\x79\xd5\xf1\x20\x43\x50\x49\xaf\x5a\x91\x89\x97\xde\xd6\x57\x65\xb1\x8a\xac\x85\x7a\x52\x91\x31\x04\xa4\x93\xef\xe9\xf7\x9e\x78\x48\xdd\xa6\x79\x1b\xf4\x8c\x56\xa7\xd8\xee\xca\x00\x7c\xc4\x0b\xac\x26\xc0\x4f\x5c\xf9\x95\xe8\xd4\x7f\x06\x2c\x47\x46\xd3\x26\xba\x5b\xdb\x9a\xd3\x3f\xb7\xdb\x55\xcc\xce\x78\xdb\xc4\xd2\xb5\x67\x7e\xaa\x2d\xe3\x5f\x26\x2d\xaf\xd0\xd0\x9f\x90\x23\x8b\xd7\x1f\xaf\xa3\x34\x19\xf6\x04\xad\xa1\xd9\x64\x3f\x70\x35\xa1\xdf\x92\xbd\xb1\xfa\x09\xea\xf9\x9c\xcb\xa4\xd4\xd6\x51\x60\xf8\x5d\x5a\xff\x50\x71\xeb\xad\xf4\xde\xde\xb2\x72\xfb\x8c\xba\x0e\x58\xfb\x2a\xb3\xa9\x79\x21\x7f\x49\xd6\xb5\xda\x24\xba\x27\x79\x59\x79\xf0\xf1\x2d\x94\x94\x82\xca\xc0\xdb\xd4\x3b\x39\xc9\xae\x93\xe9\x6a\x85\xca\x7a\x21\x18\x29\xb0\xbf\x34\x98\x2a\x3b\x7f\x65\x78\x4f\x9a\xf8\x74\x65\xab\x63\x3a\x36\xec\x53\xa6\xc8\x48\xe8\x6d\xd6\x86\x64\xc6\xb7\x5f\xe0\x49\xb3\x18\x8d\x79\xb4\x8b\xa4\x81\xaa\x17\xc7\x5e\x52\x66\x16\x73\x02\x07\xa8\x99\xb9\xb0\xeb\x1c\xfa\x46\xe5\x49\x6b\x6f\xe0\xbb\x20\xeb\xce\x6f\xc0\x26\x63\xd3\x85\x78\x80\x9a\x19\x31\xe0\x04\x8c\x66\x81\x8d\xe6\xe0\x2a\x92\xb4\x70\x0b\xc8\x22\x77\xca\x09\xf0\x09\x75\x01\x26\x84\x8e\xd0\xe0\x14\x13\xe8\x39\xfd\xeb\xe1\x2d\xb0\x04\xc4\xdc\xd6\x23\xc1\xf0\x42\xab\x73\xe8\x66\xa4\xf5\x8e\x2d\xfd\x08\xe9\xe7\xf9\x7c\x7a\x37\xf9\x56\x3f\x01\x58\x50\x6a\x1a\x52\x00\x21\x15\x28\x60\x83\x93\x69\x61\xb2\xc7\x20\x89\x1e\x83\xfe\x06\xbf\x02\xb4\x64\x1d\x94\x0b\xe6\x84\x54\xc2\xa1\x50\xdf\xae\x51\x64\x23\xfc\xca\x8a\x8f\x2e\x47\x2d\x6f\xfb\xd3\x14\xb4\x37\xe7\x4e\xd3\xff\xa0\x43\x7d\x7d\x74\x08\x98\x5e\x5f\x4b\x7f\x0f\xb0\xf3\xaf\x00\x64\x70\xb9\xcc\x0b\x98\x00\x2f\xa1\x14\x50\x0c\x69\x92\xd7\x42\xbb\xe0\xe8\x10\x1f\x78\x36\x62\xb3\x4b\x08\xbf\x41\xde\x59\x65\x21\x2f\xd1\xde\x9b\x02\xea\xff\x70\xcb\xb3\xb3\xa8\xc5\xf8\x5f\xbd\x93\x68\xce\xd8\xab\xba\x95\xb4\x51\xec\x92\x11\xa0\x47\x62\x63\xd2\xff\xd1\x7f\x60\x8f\x11\x0a\x50\x85\xcf\x4c\xf2\x00\x21\xdc\x22\x58\x0f\x45\xe3\x9b\x77\xad\x87\x63\x70\x1b\xab\x44\x84\x8a\x9b\x5d\x57\x92\x2f\xf1\x8a\xc7\x3c\x28\x99\xdc\xd7\xdd\xfe\xd4\x05\xdc\x4d\x35\x2a\x6a\x0d\x07\x36\x2c\xa2\x05\xb1\x6f\x8a\x6f\xd2\xa7\xb2\x0f\xc0\xa9\xf4\xd3\xac\x81\xc4\x63\x40\x1d\x6b\xcd\xa1\x5f\x60\x39\x93\xec\xfa\x10\xea\x23\x64\x56\x38\xfc\x82\xa1\xbb\x5a\x49\xaa\x95\x77\x8e\x26\x92\x83\x65\x11\x9d\x3a\xca\x0c\xc9\x44\xd5\x37\x4a\x8d\x38\x3f\x57\x4f\x8d\x16\x05\x88\xc4\xb4\x55\xc2\x45\x50\x08\xed\x2b\x7f\x2c\x81\x41\x7f\xc7\x8b\x3b\x94\x06\x7c\xe2\xfc\xe3\x5a\x00\xad\x64\xff\x65\x55\x0a\x07\x33\x57\x5d\xfe\x91\x15\x92\xbf\x60\xe4\x2e\x69\x41\xde\xe5\xf6\x35\xa4\x61\x3d\xbb\xa2\x96\x4c\xd1\x59\xe5\x30\x28\x8e\x9a\x61\x41\x25\x75\xb6\x2a\x02\x68\xa7\x4e\xc8\xaf\x9c\xf0\xa1\xfd\x90\x9a\x05\x89\x81\x25\xa2\x4d\xae\x9e\x60\x30\xef\x81\xd5\x25\xc8\xc8\x3e\x7a\x31\x2a\x33\xaa\xae\x6c\xe8\x48\x96\x45\x75\x44\xcb\xf9\xac\xfb\x15\xd3\xcb\x68\x24\x4d\x89\x4c\x4b\x21\x47\x14\x4e\xe3\x5d\xa0\xec\x32\x84\xd2\x4d\xa9\x4e\x39\xa4\xe3\x7f\xd2\x0e\x68\xf6\x06\x16\xd1\x21\xf9\x88\xcb\x0d\x60\x44\x74\xd9\xea\x05\x64\xc1\x15\x9c\x3f\x92\x31\xd2\xb7\x74\xc0\x3b\x53\xd2\x79\xbd\xa9\x3a\xcb\xbb\x15\x2d\x49\x27\x4d\x69\xf8\xad\x91\x92\xce\xd6\x1c\xe4\x2e\x24\x37\x95\x27\x52\xb5\x94\xb6\xa2\xf5\xf1\x77\xa9\xa7\xf3\x28\x01\xb7\x69\x5f\xb2\xbd\x5c\x28\x40\xb0\x4c\x69\xf5\x15\x1c\xe2\xa7\x9d\x23\x65\xc8\x4e\xba\xf5\xa7\x64\x06\x0c\x14\x34\x9e\xcf\x9a\xd5\x7d\xb5\x38\x27\xab\xbf\xed\xae\x7a\x94\xc4\x6b\x2c\xe1\x44\x91\x53\x6b\x6c\x28\xdf\x28\x99\x65\xee\xf1\xc7\xa8\x8c\xfc\xb1\x00\x15\xad\x5a\x37\xe8\x12\x0e\xcc\x57\x6c\xb2\x5e\x0c\x32\x04\x7f\x9f\x1d\xc9\x38\x7a\x96\xd4\xd7\x9f\xb9\xe4\x14\xaf\xd1\x2a\xf3\xd4\xe0\xd1\xa2\x6f\x59\xb4\x9e\x49\x6a\x07\xd2\xf6\xb6\x83\xec\x1b\xe4\xa5\x0d\xbe\x14\x01\x65\x49\xe5\x68\xbc\x09\xd5\xbc\x28\x3b\x80\x4a\xf3\xd4\x9f\x72\x89\xa1\x57\x29\x8f\x58\xfb\x81\xa6\x82\xe0\xeb\x1c\x78\x6a\x7a\xe5\x58\x16\xf4\x3b\xe3\x4d\x77\x3f\x3c\x3b\xcb\xb4\x76\x01\xbc\x85\xe4\x6c\x10\xc0\x09\xe4\x2c\xc9\x1e\x38\x9b\x72\x01\x1e\x82\xaf\xd1\x3c\x12\xcf\x23\x96\xf4\xb1\xe0\x10\x44\x08\x46\xba\xfe\x42\xe7\xc0\xb3\xad\xf6\xa3\xc5\xc8\xd8\xb5\x73\x90\x3d\x29\xe9\x74\x35\x74\x80\x1c\xda\x3d\x09\x22\x53\x9c\x6a\x8e\x40\xa5\xd4\x85\x79\x37\xa1\x17\xd4\x5f\xe2\x52\xd8\x9a\x3e\x07\x76\x80\x01\x60\x63\xa2\x1f\x7c\x1b\x3c\x7a\xe8\x3e\x72\x08\xd2\xb8\xe6\x20\x4f\xe0\xbb\x56\x33\x50\x31\xea\x70\x6d\x36\x78\x82\xe6\x37\xfa\x12\x2c\xa4\x3d\xed\x72\x02\xff\xa1\xc3\xd5\xb9\xd0\x22\xe0\xaf\xbc\x75\x50\x2c\x50\x23\x9e\x03\xd5\x83\x19\x50\x2d\xfc\x3f\xc8\x33\xe1\x16\xcc\x84\x4d\x0f\x21\xc8\x7c\xf8\x9b\x6b\x34\x52\x8f\xdc\x5e\xfb\x0e\x4d\x40\x4f\x8d\x3b\xd0\xdf\x61\x07\x4e\x59\x00\x9e\x98\x5f\x87\x14\x50\x63\x1e\x55\xcb\x80\x37\xd8\x66\xfd\x4d\x30\x10\xdb\x29\xbc\x0f\x76\x60\x27\xc0\x46\xc8\x1e\xd3\x27\x4c\x83\x06\xb1\xb3\x41\xd7\xe0\x14\x6c\xc2\x75\x1a\x62\x8d\xcf\x5e\xfb\x12\xf9\x82\x9b\x5f\xb6\xa5\x8d\x72\x8b\x47\xe2\xe8\x2b\xb9\x73\xda\x9e\xd1\x99\x9c\xe3\x15\x46\xfa\x03\xf6\x68\x0e\x13\x08\x64\x6f\x17\x34\x00\x67\x59\xfd\x40\x1b\x18\xca\xda\x7b\x62\x2b\xf8\x83\x79\x32\xc8\x0f\x6a\x66\x6e\x76\x39\x07\xb3\x89\x14\xab\xc5\xc8\x71\x46\xde\x45\x90\x9a\x27\xe3\x0d\x95\xd2\x16\x4a\x03\x5a\x77\xd2\x64\x92\x99\xe5\xf3\x69\xef\x44\xe7\x75\xcb\xe9\x89\x42\x2d\x3f\x8b\xfe\x41\x90\x49\xaf\x04\x64\xfc\x5d\xc7\x8f\x80\x9e\xdc\x89\xc0\x93\xd0\x54\x8e\xcc\x45\x03\x3d\x61\xfd\x6b\xe5\x09\x5f\x62\xae\x3e\xd7\x45\x89\x32\x14\x0f\x2c\xa7\xdc\xcc\xe5\x36\x5d\xa2\xfa\xe5\x04\x97\x9c\xa3\x76\x6a\x97\x67\xcf\xa0\x79\xa8\xc7\xb9\x5a\xda\x3d\xa5\x80\xb6\x98\x2e\x95\x5b\x1c\x5b\x07\x04\x48\xe4\x01\x1f\x41\x4b\xe1\x69\x17\x77\x68\x19\xaf\xd4\x0a\x80\x17\xb3\x0f\x9f\x09\x22\x53\x6a\x26\x7a\xeb\xc9\xaf\x2a\x87\x1b\x08\x4a\x7c\x99\xa0\x48\x4f\xb9\x53\xec\xaa\x9e\x4c\x4d\xce\xbf\xca\x1e\xa6\x2d\xca\xf3\xa7\x30\x68\xe3\x3a\x45\xdc\x3b\x7a\x91\x5a\x15\xb0\x08\xe0\xc9\xdd\x9d\x1f\x81\x5c\x11\xc3\x2a\x1f\x92\x71\xc9\xa7\xd7\x90\xae\xf4\x4c\xeb\x96\x93\x03\xdb\xff\xab\x8b\x27\x9f\x6c\xee\x2b\x30\x52\xbc\xea\x49\x4a\x2b\xca\xad\xaa\xd7\xac\x85\x54\x5e\x99\x1d\x79\x26\xed\x40\xa1\x59\xec\x28\x7d\x65\xae\xee\xe0\x7e\x60\xa6\xc6\xe8\x8c\x81\x4b\x64\x36\x56\xf5\xd0\x26\xbe\xcf\xa8\x3b\x49\x35\xf4\xb3\xab\x89\x3c\xbf\x4f\x5d\xcb\x23\x73\x3a\xbf\xe4\x9f\xa7\x4c\x69\xdd\xa6\x88\xa7\x68\x1a\xd6\x33\x63\xa9\x1e\x55\xb7\x48\x69\xb4\x19\xa5\xab\x62\x03\x69\xd7\x8d\x77\x0f\x4e\xa7\xf7\xe8\xe6\x3a\xc7\x03\x97\xe4\xdd\x56\x67\xc0\x57\xfc\xd7\xa7\xd4\xa4\xf0\xb1\x99\x5d\x7f\x90\x2e\x8e\x1c\xa9\xb9\x4f\x76\xef\x4f\xca\xdf\x40\xee\xe8\xf2\x94\x5f\xa1\xec\x69\x19\x26\x1e\x50\x5e\xd6\xbd\x24\x4d\xa2\x56\x57\xe8\x63\x67\xd2\xc8\x85\x79\xfe\xff\xd2\x0f\xeb\x67\x38\x27\x01\x29\x8a\x7f\xad\x27\x83\x1c\x81\xed\xd9\x6a\xc6\xd5\xb4\xf1\x7e\x1a\xe3\x68\xc6\x96\xa6\x2a\xfc\x4b\x26\x54\x52\x8e\xf7\x67\x15\x6b\xee\xe2\x0a\xd2\x23\x6e\x0a\x7e\x94\xe2\x4d\x3d\x8f\x6f\xa7\x0e\xc6\x9f\xc2\xff\xa2\x87\x07\xf8\x62\x5f\x80\xdf\xce\x2e\xd8\x27\x68\xdc\xf2\x26\x3e\x0b\x69\x3f\xf3\x99\x61\x92\x95\xd9\xd7\x8b\xb7\x91\x80\xc6\x77\x78\x24\x39\xab\x78\x02\xdf\x4a\x09\xd0\x6c\xc3\x97\x52\x7d\x39\xd7\xb0\x09\x5a\x3c\xf5\x00\x76\x97\xae\x8e\x0f\xc0\xc6\x80\x7b\x07\xdf\x60\x23\x90\xed\xce\xc7\xd8\x0d\xd8\x60\x59\x85\x7d\x42\x57\x9f\xd9\x86\x27\x52\x37\xf7\x7e\xc2\xff\x47\x7d\xd4\x68\x83\x9d\xa4\xc9\x8a\xb7\x63\x35\x74\x0b\xb5\x04\xd3\xd1\x2f\x73\xdc\x30\x02\x28\xa3\x9c\xc5\xe8\xa0\x24\xee\x15\x46\x86\xf8\x07\xc5\x18\x17\xc6\x77\x56\x62\xe5\x88\xd8\x52\x86\x5d\x43\xcb\x4f\x0b\xb0\xd9\xc8\xdd\x9e\x60\xf4\x32\xf2\xb8\x5e\x8e\x16\x23\x8f\x0b\xcf\xa2\x39\xc8\x4f\x95\x37\x9a\x83\x5a\xb3\x57\xa2\x5a\x34\x95\x7c\x13\x2d\x42\x7b\xe3\x1c\xd0\x6e\x6c\xd9\xc1\x29\xe8\x1b\x2c\x69\x67\x3c\x66\x89\xb5\x58\x16\x61\x89\xf8\x94\x53\xe3\x48\x37\xfb\x72\x57\x37\x52\xc1\x3e\x52\x37\x0f\xc9\x61\xdd\x2d\x48\x40\xf2\x59\x31\xca\x3f\x90\x7a\xe6\x47\xd6\x14\x64\x90\x99\x47\x7a\x82\x3c\x60\xfa\xc4\x66\xa1\x93\x89\xcf\xfe\x2c\xd4\x8d\x90\xed\x74\x45\x39\xc4\x0c\xcb\x2b\xe8\x2d\x06\x7d\x64\x10\xbe\x2e\x09\xe9\xf8\x00\x77\x8a\xc3\x6b\x58\x70\x95\x68\xbf\xf1\x3b\xdc\x23\x74\x90\x77\xc3\xb7\x04\xab\x89\xbb\xf0\x77\xfe\x9a\xac\xd7\x88\x0d\xcf\x24\xa6\x0e\x39\xc8\xfd\xc3\xff\x7f\x88\x9c\x7d\x75\xe7\x0a\xe4\x09\x2b\x6b\xed\x3c\xd4\x9d\xf8\x39\x24\x82\x14\xfa\x7b\x6d\xa5\x10\x96\x33\xa5\x6a\x2d\x04\x6a\x17\xe5\x9d\x84\xd4\x9a\xe9\xd2\x4e\xa8\x5b\xf9\x1f\x63\x21\xf4\x4a\x7e\x3f\x33\x11\x5e\x2f\x6d\x88\x96\xc0\xf1\xe2\x94\x03\x51\x70\x9d\xe0\xa5\xd3\x73\x64\x2e\x6f\xe9\x5a\x12\x92\xc6\x5e\x39\xf0\x37\x58\x5a\xd9\xd6\xb2\x0d\x2c\x2c\x6b\x2d\xbf\x0b\x16\x14\x37\xeb\x8d\x60\x7f\x41\xbe\xb8\x1f\x7c\x69\x20\x63\xfb\x20\x2b\xbd\x63\xfa\x3f\x50\x56\xf6\xd0\xd1\x00\xa8\x47\x65\xb2\x9f\x80\x97\xc8\x56\x3b\x61\x30\x21\x1c\x5e\x2b\x84\x5f\x72\xd7\xf4\x2d\x01\x7e\x75\xac\x68\xf2\x04\x67\xb5\x84\x95\x3e\x06\xff\x6a\xa0\xe8\x7a\xc1\x0d\x35\x71\xc2\xdf\x60\x58\xc5\x6a\xa4\x09\xd4\x16\xb7\xa6\xa1\xe0\x33\xe3\xf7\x28\x67\x68\x47\xce\x35\xbf\x0e\x28\x4f\xed\xe6\xb4\x14\x5e\x28\xdd\xb5\x56\x07\x13\xbc\x7f\x7a\x2d\x81\x27\x7d\x27\x1b\x4f\x00\x37\xbb\x3a\x4a\x17\x01\x17\xdb\x00\xed\x04\xf0\xb2\xf1\x83\x70\x37\xb8\xa8\xd6\x1e\x99\x0d\x1e\xac\x70\x4c\x7d\x05\x1a\x8b\x6e\x44\x9e\x06\xdf\xe5\x7d\xf5\x4b\x85\x82\xb3\x95\x3b\xbe\x42\xe7\x65\x03\x6b\x6b\x61\x17\x3e\xd6\x73\x0c\xb8\x32\x22\x6d\xe8\x06\xaa\x06\xf6\x97\x90\x00\x49\xf7\x80\x36\x12\x28\x6c\xbb\x21\x68\x03\x86\x1a\x8b\x61\x11\xf0\xa5\xc6\x32\x95\x05\xba\x97\x39\x46\xd2\x41\x79\xbe\xd1\xcf\x13\x7c\xaf\x03\x76\x7c\x81\x92\xe5\xf7\xd7\xde\x85\xae\xf3\x87\x06\x12\x79\x26\x69\xde\x2d\x0f\xb9\x7e\xe9\xa2\x8a\x46\x8e\x30\xe3\x64\x2e\xce\x7e\x9c\xf9\x5d\xa2\x60\x7b\x93\xfc\xf0\x59\xac\x42\x72\x47\x46\x12\x6b\x32\x75\xf7\x51\x37\x66\x1c\xed\x89\xdf\x53\xe2\x0c\xa0\xd9\xf1\x3f\x62\x37\x24\x58\x63\xce\x18\x44\x54\xfd\xbd\xdc\xcc\xcc\xea\x96\xcd\x9c\xa6\xac\xaa\x8a\x99\x9c\xc9\xa4\x22\xfd\xbf\xec\x13\x64\xa5\x64\x0a\xeb\x2a\xc5\x80\xf1\x58\xae\xd4\xa1\xf4\xaf\xcc\x6a\xfa\xb4\xa8\xc7\xcc\xd5\x40\x98\x9f\x82\xc8\x07\xdb\xb7\x5f\x21\x6c\x60\xbf\x35\x53\x19\xcd\xc8\xa7\xfe\x59\x9c\x33\x14\x87\x66\x2a\xc7\x84\xf2\xb6\x3c\x98\x4d\xa7\x96\xe9\x9d\x58\xcf\x68\xfb\xc4\x89\xac\x68\xfa\x7c\x6c\x32\xf3\x2a\xfd\x43\x3a\x9b\xe9\x0f\xbc\x8e\x92\x10\x57\xc1\x09\xbf\x7d\x44\x1c\x3c\x75\x7b\x2d\xe3\x0b\xb2\x75\xcd\x54\x86\x14\x45\x7a\xd9\x6c\x05\x9c\xd8\xf8\x89\xf5\x19\x96\x94\x5e\x67\x25\xc3\x0d\xba\x07\xcc\x37\xf0\xbf\x22\x7b\x26\x1d\xb1\x41\xde\x10\xbf\x11\x7e\x5a\x1e\x21\x44\xbe\x44\x3e\x25\xac\xd1\x13\xfb\x2e\x30\xc6\xd1\x6b\xdb\xe9\x0c\x10\xf3\x5f\x63\xce\xb0\xc4\xce\x76\xff\xcb\xf2\x64\x2d\x6e\x38\xc6\xbc\xc2\xec\x2a\xc9\x64\x1e\x65\x46\x6b\xb5\xc4\x07\xe6\x0c\xe1\x5f\x84\x90\xe8\x84\x9f\x13\x96\x04\x3f\xb5\x9f\x31\x48\x84\x47\x6e\x63\x90\x09\xeb\x7d\x11\x8c\x8d\x8c\x47\xdb\xc3\xf0\x07\x0c\xc5\x9a\x20\x5c\xc3\x70\xee\x9a\xc9\x0c\x13\x1d\xaa\xbb\x4c\x3c\x17\x66\x14\x4d\x10\x0c\x01\x37\xdb\x89\x30\xe5\x6b\xf8\x57\x18\x43\xbc\x5a\xe8\x32\x23\x91\x7b\x27\xe5\x0a\x63\x09\x77\x5a\x04\x8a\x9f\xe1\x2c\xf6\x7d\x87\x33\xd9\xf3\xb6\x6f\xc5\xdd\x99\x8f\xd6\x88\xb0\x2f\x44\x6d\xfb\x03\x62\x91\xce\xa9\x46\xcc\x18\xcc\x16\x14\x34\x31\x8e\xa9\xcf\xab\x57\x31\x66\x29\x3f\x71\xdf\xe2\xad\x8a\xbf\xc1\x35\x78\xb2\xcc\x25\xf9\x04\x6e\x25\xd9\x77\x24\x15\x7b\x22\xda\xe2\xbb\x1b\xab\xe0\xbf\xda\xf6\x1b\xcb\xe2\x1e\x5f\x73\x1b\xb3\x63\x0d\xb4\x62\x0c\x87\x32\xc7\x2a\x67\xfc\x55\xb1\xda\x88\xe1\x79\x05\xf7\x95\x0b\xf1\xdd\xc6\x3f\x39\x73\xb1\x8f\xb9\xab\xe8\x64\xac\x51\x67\x93\xf8\x11\xa3\x6b\xa6\x84\xef\xc7\xdc\x14\x79\x3e\x18\x36\x47\xf2\x76\x5b\x33\x7a\x43\xf0\xd6\x72\x09\xaa\xe1\xb4\x35\xc7\xe3\xbd\x2d\x93\x2a\xdc\x71\x52\x83\x38\x4f\x83\x2f\xaf\xf9\x29\xf7\xc4\x06\x2a\x9d\x58\xd1\x58\x46\xa9\x2f\xf5\x2d\xb6\xa9\x70\x53\x42\x09\xfa\x39\x6f\x2c\x6c\x27\x3a\xa2\xfd\xbe\xb7\x0d\xd5\x2a\x47\xb7\x1d\x40\x13\x24\xce\x96\x6b\x50\x6b\xde\xd1\x26\x3a\x9e\xdd\x15\x5b\x7e\x14\xf7\x6a\x2b\xc8\x3d\x89\x3d\x6a\x6a\x95\x61\x18\xb7\x8e\xcd\xac\xc2\xec\xab\x56\x50\xfd\xd0\xd7\xa5\xe4\x84\xe5\x68\x53\x01\x25\xf4\x0c\x8a\xeb\x27\xf6\x1e\x43\x83\xd4\x3f\xb7\xad\x47\x57\x4b\xab\x2d\xb7\x20\xff\xf0\xbe\x36\x76\xe0\xa4\xfe\xd7\x65\x75\xf8\xc2\xee\x89\xdc\xd5\x58\x65\x7b\xb7\xf4\x09\xb6\xbb\x79\x23\xd3\x1c\x7d\x5a\x17\x4a\xb9\x84\xea\x2b\x1d\x4e\xb4\xa0\x47\x8a\xcb\x42\x21\x74\x8d\x01\xd9\xeb\x80\x7c\xc8\xbe\xb4\xcd\x12\x19\x90\x0d\x5a\x86\x21\x20\xdf\xbd\x25\x51\xba\x2b\xb5\xac\x12\x16\x7f\x48\xfb\x6c\xfc\x5b\xd4\x9e\xe1\xac\xe8\x13\xea\x33\x11\x76\x9b\x80\x91\x75\x87\x6e\xcd\x0f\x23\x07\x26\x6a\x78\x76\x94\x67\x61\xc7\xb9\x73\x68\xca\xbd\xce\xec\x7f\x81\x03\x8e\xbd\xac\x3e\x28\x6c\x55\x10\x53\x85\x70\x9b\x73\x25\xfa\x8c\x17\x15\x97\xc4\x09\x99\x13\x06\x5c\xb4\x2b\xeb\x87\xc2\x51\x68\x4d\xfa\xca\xde\x21\x58\x42\x59\x4c\x6b\xe3\xfd\xa2\x7a\x26\xda\x73\x1f\xd2\xe4\x61\x2b\x38\x97\xe8\xff\x79\x7f\x65\xb7\x83\xd1\x8e\x1a\x56\x11\xfc\xe7\x2a\x2f\x26\x86\x5c\x6a\x1a\x11\xff\x20\x07\x54\xac\x10\xdd\xa7\x2c\xcf\xfb\x47\x78\x8a\xf2\xaf\xdc\x20\x68\xa3\xaa\x58\xf5\xfc\x6a\xda\x09\x9a\x0b\x2f\x8f\x1e\x96\x70\x86\x2b\x02\x8e\x85\x5e\xe4\xf0\x40\xc8\xbb\x97\x8d\x43\xb9\x8e\x28\x8b\x0c\xbf\x5c\x15\xc8\x0c\x47\x03\x1a\x93\x44\x83\xe0\x97\xb2\x2e\xe1\x10\x74\x30\x97\x23\x38\x0d\xe9\x65\xc7\xf8\xe7\xa1\x47\xcc\x1c\xde\x35\xd8\x93\xea\xc5\xbd\x06\xf7\x9c\xf8\xc6\xb9\x82\xf8\x84\x3a\xb3\x1f\x23\x63\xde\x81\xac\x8f\xe8\x21\xc7\x50\xe6\x07\xf4\xcd\x2a\x90\x78\x81\x29\xeb\xff\x13\x0e\x13\x51\xa5\x91\x82\x11\x62\x87\x7e\x2b\xff\x3c\x31\x45\x6a\xcf\x7b\xc0\x38\x49\x08\xb8\x9f\x19\x39\x94\x60\xee\x0c\x86\xe0\xc4\x46\xce\xdf\x0c\xe2\x70\x19\x7b\x2b\x23\xd9\xeb\x27\xeb\x00\xc3\xcf\x71\x3f\x33\x94\xb1\x7a\xd5\x30\x71\x08\xff\x5e\x67\x2b\xb8\x2c\x70\x2e\xbe\xcc\xbf\xc5\x97\xe8\xee\xf0\x5e\xf0\x2e\x8a\x3f\xf1\xfe\xe0\xfd\xc1\x48\xe7\xae\xe5\xee\x21\x87\x71\x76\x73\x0c\xc7\xc3\xd8\xd1\xec\x89\xc3\x0b\x59\x6c\xb6\xa3\x57\x2d\xb3\x90\x15\xeb\x18\x4c\xd4\x30\x93\x56\xdb\x30\xca\x89\x94\x9a\xa5\xfc\x33\x9a\x94\xc2\x26\xde\x39\xf5\xb4\xec\x6e\xee\x43\xa5\x48\x34\x85\x3b\x4d\xfe\x04\xab\xe3\xd8\xc8\x5c\xb2\xce\xb2\x03\x25\xb9\xc7\x66\xb3\x40\xd1\xb3\x90\x85\xcc\x0a\xe1\x0c\xaf\x19\xc4\x05\xde\x2f\x47\x13\xc6\x43\xce\xd0\xea\xe3\xf8\x43\x56\x52\xe5\x03\xde\x60\xd1\xd9\x7c\x36\xf7\x73\x41\x8a\xba\x92\x6b\x6d\x9c\x22\xf8\x9b\xb3\x2f\x37\x1d\x79\xcf\xce\xd4\x9d\xce\x74\x66\x15\x66\x2f\x89\x6b\x66\x8e\xab\x9c\x82\xa7\x32\x67\xc8\x97\xee\xf1\x23\xb6\x88\xdb\x1d\x4e\x33\xfc\x04\x8b\x57\x8b\xf1\x00\x8e\x7b\xf9\x1b\x1e\x58\xdf\x66\xa8\xe2\x8a\x6a\xca\x95\x37\x38\x4d\x95\x19\xbc\xa3\xec\xf1\xd2\x1f\x70\x34\xeb\x4b\xd1\xd1\xf4\x71\x96\xb5\x51\x13\x8b\x33\xc3\xf4\x82\xa0\xdf\x84\x3c\x7b\xd1\x6e\x26\x63\x48\xb1\xc7\x21\x1e\xbf\x25\xde\xb4\x5a\x87\xdd\xe2\x5e\x2e\xfb\xc2\xf3\x6d\xbd\x9a\x77\x89\x1b\xdb\x94\xae\x9c\xc7\x61\xd6\x5d\xe3\x16\xb1\x8d\x55\xdf\xa0\x66\x56\x5f\xd9\x8b\x74\x27\xe6\xcb\xa2\xdc\x98\x5f\xcc\xa5\x86\x5f\x41\x2a\xc2\x5f\xf7\x70\xb7\x1d\x83\xa1\x3a\xe2\xe0\x8e\xab\x25\xc2\xd5\x55\x98\x8c\x97\x58\x66\xcd\x33\xe9\xb6\xca\x33\xe3\x6e\x69\xc7\x14\xa9\x9c\x03\xcd\x4a\xee\x5c\x76\x4c\x7d\x34\xb4\x91\x05\x54\xbd\x4c\x3b\xc9\xcc\x2b\x5b\x1b\x63\x24\x86\x0a\x27\x05\xed\x61\x4c\xe4\x7a\x7b\x7e\x67\xac\xd1\xfc\xed\xb0\x0d\xb7\x97\xaa\x57\x9f\xc3\xd6\xf2\x1a\x0b\xf7\xe4\x5c\x4b\x8d\xd7\xe6\x69\xef\xa5\x95\x49\xe2\x34\x9f\xd3\x6f\x31\xc3\xd4\x8b\x32\x4d\x68\xed\x4a\xdb\x2c\x46\x72\x99\x7c\x13\x79\x72\x54\x9b\xd4\x82\x52\x7e\x30\x46\xf4\x8b\x96\xec\xbe\x58\x70\x0a\xf0\xb6\xbb\xcb\xc3\xa0\x64\xf3\x67\x1c\x33\xa4\xbe\x60\x20\xc7\x2b\xe3\xa8\xd6\x4c\x1b\x91\x19\x23\x7e\xa7\xc1\xb2\xc2\x89\xb7\xaa\x52\x52\x34\xed\xb0\xe2\x34\x99\x97\x7c\x50\x76\x9d\x32\x16\x95\x22\x19\xa7\x6d\x3a\xb8\x5e\x34\x40\xaf\x74\x7b\x27\xd0\x81\xdb\xed\x2e\xf3\x22\xe1\xe9\xe6\x9f\x39\x33\x90\xff\x0a\x36\xeb\x3a\x48\x58\xb6\x26\xfb\x36\xd9\x43\x4c\xd2\xfc\x41\x99\x42\x00\xaa\xed\x94\x31\xea\x6b\x45\x2c\xb5\x29\xe9\xbd\x8c\x4e\xeb\x8e\x32\x95\x20\xf4\x47\xfe\x1f\x45\x00\xf8\xb7\xdb\x59\x41\x14\x14\x6a\x77\x92\x67\x0b\x5f\x58\xf9\x27\xfb\x2e\x1a\x63\x1c\xd0\x76\x03\x02\x4d\x84\xe6\x09\x38\x55\x74\x58\xbd\x1a\x3c\xc6\x80\x95\x91\xe0\x28\x75\x9e\x5c\x0e\x79\x26\x6d\x92\x36\x42\x77\x23\x41\xf1\x10\x2c\xf6\x17\x08\x2f\x22\x9b\xdd\x94\xfc\xd3\xc8\x3f\x76\x17\xb9\x06\xb4\x79\x65\x0c\x3b\x04\x53\x1a\x2a\xb2\x9b\x70\x57\xb5\x93\x7a\x02\xf7\x12\xee\x54\x6d\xc7\x3d\x70\x48\x81\xe0\x9b\x28\xb6\xb2\x6e\x7c\x63\xe2\x09\xc9\x0b\xdc\x37\xe2\xb2\x78\x06\x4e\xf2\x9f\x2f\x5c\x8d\x8b\xdd\xfc\xf9\x36\x78\xa1\xdd\x59\xee\x4c\x7c\x78\x65\x31\xeb\x14\xfe\x38\xcf\x51\xf3\x90\x1b\xa5\xfc\xa1\x5e\xc6\xf9\x26\x58\xa8\x8c\xe1\x80\x58\xaa\xbc\x86\xfd\x94\xec\x22\xfd\xc0\x8e\x49\x50\x48\xd6\xb1\x3e\x46\xac\x14\x05\xb0\xf8\x07\x94\x02\x32\x6b\xb6\xdb\x7c\x1e\xc6\x84\xed\xc6\x39\x47\x89\x3b\x2b\x3f\xb2\x4c\x88\xad\x7a\x5c\xdd\xad\x30\x2a\xb6\xab\xe6\xc9\x09\x5e\xb8\x22\x46\xe6\x87\xdc\x90\xd5\x4b\xde\x67\x8d\x4b\xbe\x8a\xb5\x27\x82\xc5\x3b\x44\x7b\x8f\x2c\x15\x26\x09\x9e\xef\x3f\xc7\x57\xf1\x63\x76\x65\x73\x4b\xb9\xed\x76\xdd\x6c\x2e\xfb\xa3\x85\x37\xd3\x9b\xb5\x4c\x57\xa0\x36\x37\x5c\x92\x25\x28\x23\x72\x2f\x70\xf2\xe5\x55\x39\x9d\xb0\xab\xf4\x9b\x96\x97\x19\x2b\x71\xd7\x78\x1d\x9f\x2d\xe2\x29\xbf\x85\x4f\x12\x0c\xc8\x45\x7e\x1f\x78\x6f\x25\xff\xec\x9a\xc1\x9d\x2e\xfc\x65\xc7\x66\xbd\xe0\x7d\xb4\xa0\x10\x15\xec\xbe\xec\x6f\x2a\x69\xe5\xa8\xa4\x57\xf1\xa4\x7c\x2a\x7b\xb2\x7c\x5b\x89\x29\xd8\x29\x65\x16\x2e\xcb\x98\x24\x1e\x35\x7c\x88\x3f\x2f\x9a\xaf\x2f\x0f\xfd\x20\xf0\xd5\x5a\xfa\x2d\xe0\x51\x54\x1e\xae\xe1\x1c\x81\x6c\x81\xdd\x16\x56\xba\xb0\xcd\x42\x40\xd8\x72\x57\x66\xef\x54\x85\xd5\xbb\x4b\x26\x2b\xea\x6a\x76\xb2\x7c\xe4\x33\x2a\xa7\x80\xf3\xa4\x07\x4a\x8d\xe9\xc7\xc5\x92\xa2\xb9\xf1\x5e\xc2\x2b\x46\xdf\x50\x86\xe0\x4f\xbd\xfb\xbe\x26\x9e\xbd\xe6\x94\xeb\xff\x38\x9e\xf2\xf7\x76\x8b\x59\x56\xa2\x77\x16\x3a\xc6\x3f\xdc\x52\x8d\x5e\xb5\xb6\xf9\x97\xf8\x84\x82\xde\x70\x92\xd9\x28\xbb\x58\xeb\x07\xb0\xa5\xf3\x2a\x75\x69\x2f\xc5\x7b\x4b\xab\xe3\xee\x08\x39\x85\x70\xe8\x7a\x7e\x7b\xde\xd7\x7d\xa9\xdc\x9b\xda\xf7\x2e\x0f\xd9\xff\x2a\x99\x76\xb3\x99\x43\xe2\x47\x16\xdd\x0c\x80\xfb\x59\xf2\xac\xac\x3c\xd5\xc0\x39\x50\xfc\x3e\xed\x12\xe2\x5e\xe8\x9a\x31\x8d\xc4\x37\x22\x99\x7b\x12\x0f\xe7\x56\x64\xd5\x44\x8d\xeb\x9a\xc9\x5b\x83\x72\x35\x39\x94\x97\xde\x0e\xca\x00\xda\xf0\x8e\xb7\xd2\xbb\x40\xa7\xad\xa9\x68\x0f\xf4\xc1\xf4\x06\x8f\x8a\xfa\x4a\xd8\x65\x2b\x33\xdc\xd9\xdf\x8b\x33\x32\x3d\xe1\xcf\x05\x03\x59\x9e\x24\x4f\xe3\x5c\x92\x7f\xe2\x92\x5c\x6f\x32\x23\x2a\x57\x17\x46\xb9\x12\x94\xaa\xf1\xa1\xf9\x79\x2f\x51\xce\xa3\xdf\xdd\xf1\x40\x5a\x01\x72\x6d\xd7\x89\x96\xc1\xe9\xa6\x9f\x79\x21\x68\x96\x64\x59\xa9\x9e\x34\x9b\x9d\x5b\xf4\x96\x74\x07\x2e\x2a\xf0\x24\x57\x65\xbd\x37\x18\x28\xec\x84\x8b\xfa\x7b\x54\x46\x54\x94\xf6\x33\xcd\x10\xe4\xa4\x7e\x4d\xbf\xeb\xf5\x59\xd1\x0f\x5a\xef\x18\x97\x26\x40\x1c\xdb\xad\xc2\xfb\xc8\x4a\xb3\xa5\xbc\xd5\xe8\x59\xf1\xf6\x12\x1d\xfd\x32\x6b\xb0\x68\x3a\xe0\x03\x5d\xcc\xcf\x04\x9a\xb2\x5c\xf2\x4e\x82\xeb\x12\x1c\xf5\x33\xc1\xde\xc8\x1b\x5a\x1b\x88\x1c\x78\x4e\x6d\x05\x7b\x7a\x35\x28\xe6\x22\xd3\x77\xf4\x48\xce\x21\x97\x6c\xfd\x85\xfb\xd1\x6b\x66\x89\xdc\x6c\xec\x8e\xc8\xbf\xb8\x15\x1d\x63\x3e\x2e\x5c\x89\xbe\x05\x27\x8c\x42\x6c\x72\x26\x90\xfb\x1c\x9b\x77\x42\x98\x63\x8f\x39\x46\x7a\x66\x47\x60\x60\x60\xa0\x2a\x1e\x3b\xef\x15\x27\x0f\xc6\x17\xee\x28\x96\x98\xe1\xa1\xb6\xc7\x05\xc5\x78\x97\x59\x2f\xe7\x1d\x63\xb9\x30\xaa\xe8\x34\x3b\x8c\x78\x5f\xe0\xc1\x9e\x02\xfe\xcf\xd0\xc2\xd2\x67\x54\xe6\x2e\x61\xed\x38\x7e\x4d\x77\x9c\xf9\x34\xa2\x48\xa3\x61\xd6\x07\x9c\x57\x16\x33\x71\xaf\xbf\x64\x06\xa6\xcb\x0e\x96\x38\x95\x78\x6b\x8b\xf1\x27\x88\x7c\x73\x13\x8e\x27\x11\x22\x98\x52\x58\x2a\xa5\x33\xca\xf2\x37\x49\x18\xf4\x0b\x79\x75\x62\x5a\x3a\x4b\xbf\x40\x14\x73\xec\x8a\x36\x56\x78\xf0\xc8\x90\x5a\x27\xd8\x17\xb0\x5c\x51\xc7\x77\xdd\x23\x93\xd6\xf1\xe6\xec\xf0\x16\xb1\x38\x7d\xb6\x1a\xfe\x9f\xec\x64\x73\x06\x3b\x82\x35\x83\x47\x29\xb8\x97\x73\x00\xdf\x66\x4c\xd4\xca\x69\xdc\xdc\x57\x9a\xf3\x69\x87\x72\x0e\xa8\xde\xc7\x0f\x67\xeb\x95\xf3\xc2\xaf\xa8\x6e\xca\xad\x0e\x06\xc9\x27\xa4\x6b\x76\x7f\x97\x7c\x17\xbd\xd8\xfe\x56\x38\x2e\x60\xda\x32\x78\x47\x79\xd3\xcd\x7b\x58\xcd\xec\x64\xee\x9c\x82\xc4\xe2\x37\xe8\x1d\xc3\x9b\x42\x3e\xd5\x3e\x37\x31\x7f\x6e\xea\x32\xdd\x68\x5e\x56\x5c\x79\xf6\xc2\x9c\xde\xb0\x1b\xaa\x43\xd9\x6f\xfc\x19\x72\xaa\xea\xdd\xee\x03\x12\x92\xdc\xb8\x3d\x4d\xe8\x25\x99\x63\x1b\xc6\xbd\x2c\x38\x61\xfe\x98\x65\xc5\xd1\x70\x12\x0b\xcc\x2a\x1e\xa2\x3b\x0d\x75\x65\x8e\x14\x5d\xae\x5d\xf1\xb1\x14\xb1\x4e\x50\x90\x15\xb7\x4e\x73\xc9\x10\x19\x96\xac\xfa\x9f\x7e\xa5\xbf\xb5\x7c\x4b\x76\xe5\xee\xe9\x92\xf5\xca\xcb\xdb\x1d\x04\x9f\xa5\x95\xb6\x1e\x5c\x96\x90\x64\xfe\x99\x79\x83\x3b\x8b\x7d\x37\xff\x72\xad\x15\xd2\x6a\x48\xad\xf2\xa0\x2c\xd3\xbf\x2b\xdf\x90\xb2\x5c\xe7\x59\xfc\x5f\xec\x29\x0d\x51\xc0\x0f\x5b\xa2\xec\xcd\x7b\x75\xe0\xa9\xec\x6e\xce\x9f\x9e\x97\xc4\x67\xd4\x2d\xdb\xff\x16\x48\xe5\xb3\x6c\x5d\xb9\x26\x22\xef\x95\xd6\xcc\x64\x6e\x20\xdc\xde\x3c\x9a\x96\x43\x31\x6b\x58\x9d\x5e\x9c\x3a\xad\x46\x90\xd1\x1c\xcf\xac\x78\x97\xf9\xe2\x48\x55\xe9\x26\xd2\xfe\x40\x75\xa1\x13\xf9\xde\xde\xaf\x86\x3f\xa9\x06\x57\x44\xa7\xa7\x4b\xb6\x84\xaa\x9e\x83\x39\x56\x0f\xa5\x4f\xe0\x93\x26\xb6\x02\x23\xb6\x10\xe6\x34\x6f\xcf\xf8\x44\x7e\x5f\x5f\x92\x79\x33\xe5\x49\xcd\xb2\xac\x81\xf8\xb8\x0a\x0e\x69\xf0\x88\xac\xe4\x3c\xf9\x5d\x20\x5a\x70\x9f\xea\xb7\xf7\x79\x5e\x1b\xed\x8a\x2b\x4d\x17\x04\x60\x5b\x22\x54\x35\x90\x87\xd5\x37\x69\x13\xb2\xca\xc4\x5f\x40\xc5\xcc\x61\x9f\xa6\x2a\x12\x99\xdc\xf5\x7f\x02\xe0\x02\xa0\x89\x46\x01\x00\xb0\xdd\xdd\x0a\x08\x92\x2a\x02\x0a\x08\x48\x88\x82\xa4\x74\x77\x33\x18\xeb\xde\xed\xee\xd6\xdd\x1b\x0b\x06\xa3\xbb\x1b\x04\xbb\xbb\xbb\xfb\xb7\xf5\x59\xd8\xfa\xbe\x3e\x27\xb2\x37\x7a\xb4\xab\x99\xfc\xb9\xc8\xaf\x7d\x0d\xe5\x68\x26\xba\x19\x41\x3d\x9c\x90\x5f\x0f\xd1\x5e\x87\x5f\xab\x4e\x07\x7c\xb7\x63\x4c\x93\x18\x8d\x1e\xf9\xba\x22\xc8\x7a\xfd\x7c\x15\x01\x1e\xb1\x24\x4b\xb7\xb1\x8a\xc0\x53\x03\x8d\xf4\xa3\xe4\xf0\x5e\x77\xc0\x1a\x1d\xda\x79\x14\x00\x0a\x6f\xb6\xf9\x03\x3f\x33\x57\x37\xa9\x18\x75\x09\x56\x75\x9d\x60\x59\x78\x83\x59\x01\xc5\x6f\x4f\xae\xd8\x09\xfb\x79\x20\xcb\x47\x99\x9b\xd7\xfb\x29\xcf\xb3\xfc\x2d\xcf\x48\x6a\xd8\xc9\xe0\x96\xfe\xfd\xcc\x20\xd2\x58\x4f\x28\x33\x11\x75\xac\xe3\x32\xb3\xb8\xb0\xa8\x35\x9e\x29\xce\x18\x6b\xec\x62\x9e\x89\x3f\x5b\x7b\x8e\xe5\x10\x5e\x54\x35\xcc\xd2\x6f\xf7\x36\x52\xd9\xb3\x3c\xf0\xda\x09\x36\xb4\x1e\xad\x5c\xcc\xfe\x65\xe5\x26\x7e\xce\xe1\x30\xb4\x7d\x97\xf9\xbe\xa4\x75\xdd\xd9\xbc\xe7\x28\xef\xf6\xd7\x3c\x79\xc1\x8b\x16\x1c\x2f\x22\x23\xa6\xe1\x22\xcf\x3a\x1e\x5f\xf3\x99\x37\x2d\x7c\x6d\xe5\x43\xee\xd7\xed\x4b\x0d\x1d\xdc\x17\x1e\x44\xad\x3b\xf7\xf2\xfa\x5a\x45\x3c\x77\xaf\x95\x49\xec\xc4\x6d\x05\x46\x7b\x21\xc5\x74\x62\x70\xd7\x26\x79\x44\x59\x66\xdb\x59\x19\xa6\x60\x6d\x73\x82\x54\x9c\x5e\x53\x3f\x20\xe9\x8f\x7b\x50\x7d\x5f\xfc\x20\xac\xcf\x74\x45\x3c\x27\xe0\x96\xbe\x56\xe4\xe0\x41\xd4\x6c\x14\x6e\x5c\x7f\x43\x1e\x27\x70\x5e\x3b\x5f\xb4\x91\xbf\x8e\x2e\xe9\x29\x37\xe8\x08\x1e\x9d\xa1\x7a\x47\x24\xa9\xf5\x65\x79\x63\x7e\x58\x13\x56\x3b\x37\xed\x61\xdd\x45\x35\x25\xce\xb7\x7a\xb2\xf2\x46\x98\x5b\xc5\x1f\x85\x53\x80\x50\x77\x5e\x96\xec\x91\xaa\xce\x92\xe4\xac\xff\x9f\x4c\x2a\xca\x5b\x5b\x2c\x44\x0a\xc2\x69\xf5\xdd\x17\x6a\x2f\xe1\x63\x3b\x2a\xaa\x6f\x96\xca\x5b\x83\xaa\x86\xf2\xf0\x8d\xc7\x4d\xa8\x34\xcb\x3a\x3b\xe3\xb2\x58\xad\x39\x5b\xd7\x15\xda\x56\x51\xa4\xb5\x0d\xb0\xd3\xb9\xa8\xd2\x3d\xac\x55\x23\xf2\x8c\xf5\x9f\xa5\x6f\x24\xa9\x6b\x9b\x05\xd7\x84\xbe\xb4\x6d\xdd\x82\x26\x7f\xdc\x93\x8e\xf0\xfa\x37\xa5\xb6\x2d\x5f\x6b\xc9\x79\x8b\x1a\x49\xe6\x3b\xa9\x27\x6b\xcf\x57\x3a\xc7\x46\x9a\xe7\x18\x8b\x43\x71\x15\xcb\x74\x64\xff\xdf\xe5\xb7\x35\x5e\x1e\x73\x55\x59\x8a\xd1\xf5\x3f\xa4\x7a\xa9\xf7\xda\x93\x02\xb6\xb0\x92\xfa\xb0\xdb\xaf\x6d\x0a\x4e\xd8\xfe\xbd\x19\x59\x72\xb6\xa5\xbe\xa1\x3b\xf7\x68\xe3\xaa\xda\x2b\xa9\x82\x5a\x94\xf9\x76\xec\x8a\xaa\x56\xd3\x91\xd0\xdd\xc6\x01\x03\xd5\xff\x45\x39\x56\x7b\xde\x63\x96\xf2\xad\xf2\xee\x86\x85\x52\x47\xe9\xab\xb5\x3f\x04\x8b\x85\x57\xc8\xff\x8d\x4b\x70\x69\x18\xf1\x48\x37\x7e\x57\xf1\x81\x81\x0b\x04\xdf\xec\xa1\x9e\x1b\xc4\xdc\x64\x6c\x47\x37\x69\x2c\x6a\xa2\x25\x84\x12\xba\x6b\x69\xbd\x9e\x36\xcd\x17\x30\x9b\xe8\xdf\x36\x67\x19\x63\xc0\xd9\x0e\xff\x34\x75\xb0\x93\x05\x57\x56\xcf\x2a\x24\x9f\x1e\x9f\x4c\x30\x63\xf0\x23\x9e\xc4\xc2\xe2\x9e\x81\x3c\xd2\x96\xec\xe6\x1e\x1c\xd9\x3e\xb9\xb0\x23\x92\x12\x1e\xf5\xa1\xf9\x25\xb5\x7e\xd7\xa2\xfa\x40\xba\x93\x2f\x64\x8e\x01\xae\x6f\x2e\x32\x2e\x00\xeb\x1c\x57\x6b\x10\x30\xc9\xa2\x51\x86\x67\xe5\x93\x1b\xc6\x00\xf2\x74\x4c\xec\xf0\x38\xb9\xa3\xd8\xd0\xff\x3f\x4a\x42\xb6\xa6\x67\x32\x75\x61\x72\x7c\xfb\x23\xda\xf4\xa8\xc7\xcd\x5c\xfa\xa6\x5d\xb3\xeb\xee\x03\x90\x2f\x54\x35\xc1\x78\xb5\x19\x65\x38\x04\xe1\x1d\x37\x6b\xac\xe1\xdf\x16\xa7\x64\x6e\xac\x6a\x72\xec\x1e\x22\x30\x05\x33\x63\xe8\x20\x10\x53\x1c\xdf\x3f\x09\xa8\xca\x4e\xee\xb6\x60\xac\x4a\xb6\x69\x9f\xce\xd8\x1f\xb5\xaf\xa9\x03\x14\x05\x7f\xae\x9b\x03\x11\x7d\x81\x2a\x37\x18\xb1\x19\x36\xcc\x66\x96\x3a\x16\xaa\xf1\x2c\x9c\xa5\x95\x54\xca\x16\x90\x5e\x8d\x12\x99\x91\xe8\xd6\xc1\x83\xcc\xb4\xa2\x5f\x7d\x53\x98\xb9\xd9\x73\xba\x1c\x98\x9c\xa4\xa7\x6d\x2b\x99\x27\xa3\x64\x8d\x87\x58\xf6\xc1\x97\x6b\xed\x59\x26\x5f\x42\x65\x0a\x7b\xd5\x66\xbd\xde\x9f\x5d\xed\x58\xab\xea\xe0\xd8\x58\x0a\x24\xa7\x39\xdd\x24\xde\x08\x8d\x3f\x07\xbd\x63\xe0\x1c\x6f\xa0\xa8\xaa\x77\x3e\x2f\x39\x6b\xb8\xd3\x8b\xb7\x22\xa9\xba\xd5\x95\xfb\x35\x2a\xbe\xe1\x36\xf7\x7e\x70\x5b\xcd\x0e\xee\x0d\x5f\x84\x09\xe2\xde\xde\xdc\xa5\x2b\xe3\xde\x72\xbc\xa3\x7c\xc4\xbd\x6c\xf9\x49\x32\x89\x7b\x9e\x78\x7a\xd8\x4f\x5e\x8a\x52\xf5\x1b\x65\xb5\x85\x9f\xba\xef\x4a\x8f\x66\x59\x76\x4c\x93\xbc\x4e\x5a\xd9\xfc\x57\x62\xbf\xfb\x79\x7d\x9f\x38\x37\x38\xbb\x7a\x9d\xc8\xec\x1b\x56\x91\x2f\xbc\xb6\xf9\x50\x79\x82\xe0\xbb\xd3\x5a\xc5\x65\xc1\x1a\xab\x52\xd1\x0f\xfe\x66\xc2\xef\xa1\x75\x7a\x52\xd9\x99\x3e\x75\xf9\xb7\x42\xff\xae\x47\x5a\x5c\x26\xa9\x7d\x8e\xfa\x4d\x22\xb7\x79\x86\x0a\xbf\xbb\xb4\xee\x90\xe2\x75\xd0\x3f\xb3\x9f\x3c\xc3\x77\xa5\x11\x92\xf6\x6f\x3e\xa3\xc5\x89\x5f\x38\x45\xcb\x7f\x8b\xac\xac\x0e\x8b\x36\x0b\xb6\x11\x36\x0e\x26\xd4\x58\x94\x2d\xe9\x3d\x6d\x5e\x52\xa0\xec\xb2\x31\xbd\xcd\xb8\xdc\x16\x6e\x3c\x90\xf0\xbe\x69\x87\x5e\x1a\xf9\xa6\x6e\x66\x79\x44\x50\x4d\x95\x4a\xfd\x7e\xdb\x2d\xc3\x79\x65\xee\xe6\x5e\xcd\x7e\x59\xbd\x13\x42\x9e\x28\x7e\xba\x76\xb1\x50\x2b\x5c\x86\x3f\x3a\x38\xa3\x61\x3d\x72\xa8\x97\x54\x7b\xb5\x60\x7b\xe7\x89\xea\xbc\x0c\x51\xeb\xcb\xca\x67\x09\xdd\x8d\x0f\x2a\xb2\x23\x47\x6a\xdb\xf5\x27\x83\x68\x55\xde\xe5\xf3\xb7\x1d\x31\x10\xd4\x8b\x36\xf7\x68\xb2\xe4\x77\x9d\x00\xd9\x77\x49\xf7\xda\x00\xa1\x9f\x10\x89\x47\x0c\x8c\x36\xeb\x90\x88\xde\xd5\x8d\x53\xf2\x7f\x77\x16\xd6\x25\x66\xc4\xb6\xb2\xab\x2b\x13\x98\x8d\xb8\xca\xb3\x91\xba\x5a\x7f\xe3\x9b\xa0\x82\xca\xf3\xba\x47\xdb\xf6\x1b\x26\x69\xd8\x9b\x0f\xab\x9f\x2b\x9e\x3a\x99\x65\x42\x69\xcc\x5a\xbc\xe0\x9c\xb0\x0a\x0b\x1d\x4c\xc1\xfb\x97\xb8\xed\xcd\x20\x4c\xca\x55\x8d\xc6\x11\x2e\xa7\xde\x1f\x5c\x4a\x7c\x18\x37\xab\xa7\x82\xec\x14\xbe\xb0\xfd\x0a\xa5\x2d\xf0\x64\xd3\x08\x2d\xdb\xeb\x73\x6d\x08\x10\xed\x32\x64\xa2\x82\xe9\xf6\x99\xe5\xce\x70\xce\x9a\x09\x39\x9f\x45\xc7\x12\x0f\x5c\x21\x12\x4a\x36\x8d\x3f\x23\x2d\xca\x55\x8f\x3c\x23\x8d\xa7\x3e\x1c\xe8\x20\xeb\xe3\xe6\xf5\xb8\x53\x5a\xc2\x97\xb5\x13\xa8\x5f\x02\x2f\x36\x65\xd2\x89\x5e\x7f\x6a\xbe\x30\xac\x5d\x0e\x9b\x5c\xc1\xa7\xf6\x0c\xed\x2b\xb8\xde\x62\x85\x3c\x8a\x85\xc7\xe6\x1d\x88\x21\x9f\x29\x59\x37\x8e\xa6\x84\xe5\x4a\x47\x28\x94\x73\xa9\x77\x07\xb6\x51\x09\x71\xb3\xbb\x8f\xd3\x92\xc3\x97\xb5\xcf\xa4\x13\x03\xaf\x36\x4e\x00\xe3\xde\x33\x6a\x0c\xe0\x06\x97\x4b\x15\xb7\xa0\x76\x7b\x9d\xb6\x92\x69\x6f\x11\x20\x9f\xce\xea\xc2\x7a\xef\xdf\x05\x70\x4b\x26\x8d\x95\x00\x03\xb9\xb8\x61\x0a\xf0\x32\xf5\x68\x7f\x24\x23\x39\x76\xa2\xeb\x09\xe3\x7f\xe1\x73\xda\x9c\xc0\x81\xc0\x6b\x8d\x6b\x20\xa3\xf7\xd2\xea\xe3\xb0\xc6\xe5\x7d\xc5\x32\x66\xb9\xfd\x79\xcd\x43\x96\xc2\x42\x27\x4b\x61\xeb\xb0\x93\xf6\x39\x32\x6b\x11\x17\xf6\xc4\x33\x2b\x72\x83\x86\x4a\x99\xca\xd4\xea\xbe\x10\x66\x73\xec\x9d\xce\xff\x98\xcf\xc2\x26\x5a\x5d\x59\xdb\x02\xcf\x36\xd8\xb3\xda\xbd\x2d\xcd\xf7\xd9\x6e\xae\xf3\x8d\x7e\xec\x51\x87\xd9\x9a\x85\x1c\x4f\x8b\x2f\x52\x39\x67\x0c\x73\x69\xef\x6a\xbe\x27\xa2\x62\x34\x8a\x77\x32\x77\xde\x60\x01\x2f\x3b\x15\xdb\x1b\xca\x5b\x19\x3b\xdc\xf1\x8e\xfb\x39\xec\x4e\x8b\x37\xf7\x7a\xe0\xfe\x7a\x37\xee\x19\xef\x75\x55\x5f\xb9\xd7\x5d\x9d\x0c\xb9\xdc\xdb\x0e\x3b\xd4\xfe\xdc\x9b\x96\x29\x92\x31\xee\x45\x8c\xc7\xd8\x47\xf9\x56\xc4\x82\x91\x85\xb2\xb8\x9c\xf2\x81\x15\xd2\xe2\xd4\x49\xdd\xbf\x25\xf2\xd8\xe4\xf6\x56\xf1\xb9\x30\x4d\xd3\x0f\xf1\xec\x40\x75\xed\x6f\x51\x8c\xb7\x4d\xe5\x31\x61\x85\x6b\xba\x7e\xb3\xe0\x92\x83\x51\x65\x29\x98\x69\x79\x4b\xdc\xce\xdf\x8a\x3e\xbe\xa7\x4e\x77\xba\x58\x39\xf4\xa8\x7c\x4b\xce\xfc\xbe\x7f\x1a\x7d\x0a\xaf\xeb\xa5\x7a\x55\xcc\x7f\x6d\x06\x65\x67\x98\x77\xe3\x27\x85\x47\x60\x7c\xed\x64\xd9\xb0\xf7\x3c\xd3\x39\xa9\xb3\x2b\x45\x17\x20\xe6\x39\x5c\x57\x6e\x13\x3e\xb6\x0a\x10\x5d\x17\xb8\xa3\x67\x8c\x1e\x32\xbf\x2e\xfa\x33\xf8\xaf\xf2\x70\xb6\xbe\x6f\x5d\x85\x24\x65\x49\xd7\x2c\x43\x69\x0c\xb3\x75\x48\x17\x11\xfa\xa4\xd1\x46\x6b\x1f\xb8\xb4\x26\x48\xf5\xc6\xeb\xa3\x69\xae\x42\xea\xca\x2d\x67\x48\xff\x39\x4e\x56\x88\xc4\x4c\x2b\x89\xc8\x5d\xf0\x0e\x55\x37\x8a\xab\xab\x2e\xea\x1b\xac\xa9\xf1\xc8\xce\xe9\x1d\xa9\x1a\x4d\x7e\xd4\x69\x32\x45\xc5\x24\xb4\xee\x32\xdc\x0f\x3d\xd4\x30\xaa\x43\x6e\xff\x5d\xfd\x48\x73\xc7\xeb\x75\x45\x9b\x6a\x99\xab\xac\x7c\x99\x7c\x8d\xa3\x85\x62\x83\xc4\xc3\xaa\x4f\x78\x47\xb8\x15\x15\x38\xba\xa6\x71\xb0\x08\x37\xb8\xad\x7e\x55\xb6\x7b\x6f\x70\x0d\x22\x79\x5f\xe7\xba\xaa\x43\x31\x5b\x5b\x4e\x98\x16\x84\x76\x37\x6c\x37\xa4\x6d\x9f\xa8\xc6\x96\xb3\xbd\xbe\x55\xb8\xaa\xf3\x5d\x3b\xb5\x26\xc5\x1c\xc7\x5d\xf2\x61\xc9\x71\xab\xa7\x42\xac\x10\x71\x73\x11\xf1\x29\x2a\xf0\xb4\x82\x54\x8f\x3e\xb3\xf7\x1e\xb9\x0c\x1b\xdd\x6d\x47\xd9\x80\x3b\x55\x5d\x4d\xf9\x46\x48\x56\xa4\x53\xaf\x11\xbf\x83\xd7\x69\x67\xc9\x5d\xc8\x49\xf4\xfb\x54\x61\x52\x2d\x63\x29\xbd\x74\xbb\x17\x48\x65\x64\x3a\xf2\xe1\xc9\x50\xc1\x8d\x10\xc2\x33\xdc\xba\x53\x37\x89\x7b\xf1\x49\x7b\x5d\x48\x46\x82\xbc\x0b\x22\xe3\x89\xe3\xd5\xf3\x28\xbb\x49\xff\xe4\xe7\xa8\x61\x94\x68\x30\x8d\x96\x44\xed\x29\x55\xd3\x01\xba\x5b\x52\x20\x70\x14\x18\x0a\xf8\x04\xfa\x83\x81\x8e\xa5\xd0\x6d\xe8\xc1\x75\x16\xfe\x29\xc9\xf3\xd4\x5c\xc2\x7d\xd2\x9f\x71\x0a\xf1\x04\xf9\x43\xe7\x51\xd2\x18\xe5\xa2\x39\x85\x3c\x48\x3d\x2a\xf7\xa4\xec\xa1\x9d\x60\xdc\xa6\xde\xa0\xdf\x2c\xb5\xa1\xcf\x07\xfe\x26\x3e\x01\x4a\x41\xfb\x80\x61\xc6\x67\x28\xdc\x31\x09\x6a\x80\x81\xab\x68\xdc\x2e\xb0\xf4\x84\x13\x3e\x1a\x6c\xdb\xd3\x42\x40\x82\xb7\x3a\x36\x13\xd1\x90\x6d\xe5\x04\x89\x09\xb1\x65\xd3\xc8\xb5\xd0\x2b\xe0\x31\xe5\x36\x9c\x55\xb2\x8b\xe6\x06\x9f\x4f\xf4\xa6\x37\x33\xbd\x03\xf2\x19\xb1\x4c\x95\x63\x3c\x64\xc1\xfc\xef\xf2\x3e\x4c\x1d\xef\xd5\x31\x13\xf6\x24\x4f\x37\xf2\x1b\xf7\x95\xb7\xa5\xad\x85\xb0\x8a\x7b\xcf\xa4\x26\x86\x71\x8d\x92\xd3\x24\x1e\x37\x8b\x7e\x87\x7c\x8b\x6b\x8b\x08\xa3\xc6\x71\x6e\x27\x18\x69\xf7\x38\xe2\x80\xe5\x40\x1d\x67\x8a\x63\x01\xc8\x67\xe3\x2e\xf6\xa3\xe7\x2b\x9c\x8e\xa8\x30\x49\xf2\x95\xc3\x51\xd8\x06\xd9\xdc\xd6\x95\xb8\x87\xd2\x05\x15\x9b\x08\x76\x12\x6b\xb1\x94\x08\x8b\x5d\x68\x97\x48\xaf\x44\x3e\xc5\x3e\x14\x9e\xd0\x26\xfe\x07\xcd\x4a\x30\xd3\xff\x22\xfd\x3b\x4f\xe9\x08\x33\x3e\x72\xfe\x9c\x7b\x5b\x76\xa8\x0a\x79\x68\x2d\xea\x87\x89\x3f\x70\x02\xe3\x69\x34\x34\x1d\xc0\xb2\xf4\x1a\xc3\x54\xdc\x9d\x72\x91\xb0\x99\x10\xa2\x21\x53\x3d\x88\xe7\x55\xc1\x45\x5b\xc8\x14\xf9\xf3\xf8\x45\x54\x0f\x69\xb2\x3f\x82\xbe\x41\x54\xea\xd8\xc0\xf0\xe5\x47\x9d\x09\x45\x42\x9d\x4e\xfb\x4b\xcb\x6e\xb5\x7e\xeb\x2b\x44\xbb\x35\x4f\x6d\x60\x63\x78\xf5\x2f\xcb\xbf\x62\x5f\xd4\xec\xe1\x9f\xc7\x17\x55\x21\xc8\x66\xe2\x24\xe3\x83\xc2\x19\xa4\x11\xdd\x82\xb8\x75\x14\x95\xea\xb5\xdf\xff\x68\x66\x59\xae\xe3\x10\x70\x58\x28\x39\xe5\x5e\x7a\x60\xdc\x6d\xaf\xac\x6c\xc9\x48\x7c\x4f\x3e\xaa\x70\x20\xb5\x4e\x87\xde\xd7\xe3\xae\x75\xc4\xae\x6f\x7f\xc4\xb3\xc7\xf5\x37\xa7\x92\xec\x09\x59\x75\x40\xfe\x73\xd2\xda\x2a\x97\x58\x04\x65\xba\x1e\xe3\xa7\xa5\x6d\x54\x6d\x70\x3c\x0c\x20\xc4\xf0\xc9\x92\x52\xd4\xe1\xe4\xf1\x53\xc8\x43\xfb\xe7\x76\x1b\x50\x8b\xf6\xe8\x6b\x2f\xa2\x4b\x06\xbf\x6b\x30\x98\xcb\xbd\xd6\x5c\x00\x97\xd9\x31\x85\xa8\x24\xcc\x6a\x62\xe5\x53\x89\xe7\x6a\x68\xb1\xf6\xe4\x61\xe3\x2b\x3f\x90\xfa\x44\x7d\xca\xf1\x36\xe0\x24\xd9\x74\xe2\x76\xa9\xed\x49\xee\xb8\x37\x92\x78\xe4\x61\xf7\xb4\xb2\xfd\x07\xa6\xd5\x06\xa1\xe7\x8d\x4d\x52\xbf\xc4\x10\x06\xfb\xb9\x93\xb0\xdf\x7a\x16\x10\x1d\xf1\x0d\xad\x5f\xf2\xdd\x89\x85\xf5\xfe\xb1\xb3\xc9\xbb\x4d\x6f\xfc\x78\x54\x58\x33\xe1\x34\x9f\x7e\x5c\x42\xbe\xe2\x49\x41\x97\xdd\x3d\xee\x46\x79\x83\xa6\x8e\xde\xa1\x52\x31\xff\xda\x01\xda\x7c\x1c\xaf\x72\x37\xad\x8b\xb0\x4a\xca\xa0\x27\x10\x4f\x03\x78\x60\x2e\x59\x55\x32\x1f\xb8\x43\x25\x27\x6e\x60\x9c\xa1\x23\x02\x12\xc1\x77\x0c\xaa\x63\x0c\xec\x0a\x55\x5e\x46\x90\x25\xd8\x9e\x63\xa5\x94\x15\xb8\x17\xa3\x1b\x28\xc3\x04\xe7\xb6\x6b\xd4\x7c\x62\x89\xa9\x8f\xb6\x86\xd4\x21\xf9\x1f\xed\x1c\x65\x29\xfd\x13\x5d\x47\x65\x22\x74\x00\x4c\x5f\x92\x70\x94\xc1\x05\xda\x02\x66\x81\xe3\x60\x8c\xa3\x17\x3c\x07\x5e\x78\xa9\x92\xa4\x23\xb6\x1d\xad\x25\x87\x90\x98\x23\x38\xf2\x04\x19\x6e\xb3\xa1\xf4\x53\x30\xa6\x79\x54\x2a\xb5\x48\x92\x45\xf3\xa7\x81\x74\x3a\x7d\x0d\xbd\x06\x61\x03\x2c\x03\xae\x27\xa4\x33\x5c\xc1\x85\xfe\x17\x40\x0a\x14\xed\x68\x09\xdd\x84\xeb\x2e\x0c\x12\x5e\x30\xf6\x1f\xbe\x4b\xec\x03\x67\x0d\x1d\x21\x29\xc0\xd8\x96\x46\x72\x36\x58\x6f\x3c\x4c\xf1\x81\x66\x8a\xbd\xa9\x36\x10\x8f\xc6\xa5\xd9\xc0\xb3\x8a\xa3\xe8\xfe\xb0\x36\x7e\x08\xa0\x30\x57\xfa\x53\x19\xb7\x99\x72\xc7\x85\x50\x26\x6b\xda\xb9\x07\x78\x14\x6f\xf1\x21\x3f\x42\x08\xf7\xf2\xe0\x02\xa2\x2b\x97\xd5\xbc\x8c\x64\xc1\xf5\x33\x64\x91\x97\x73\x67\x88\xa6\x50\x96\x72\x9e\x51\xf9\xd4\x8d\x9c\xc3\x45\x64\x5a\x2e\x47\x1f\xef\x43\x6f\xe7\xe4\xfb\x47\x30\x36\xb0\x7f\x3b\x06\x80\x47\xd8\x9a\x33\x77\xb0\x8f\xe5\xf3\x0f\xf8\xe3\x1e\xc9\x1c\xfb\x93\xf0\x1f\xa4\xce\x8d\x2c\xc2\x57\x49\xb8\xee\x03\x69\x96\x18\x25\x38\x45\x5e\x2d\xaa\xa5\x70\x29\xbb\x84\xa7\x0a\xb9\x54\x9d\xe0\x52\x5c\x1b\xed\x35\xff\xb2\xff\x02\x80\xcd\x63\x3a\x16\x82\xce\x5c\xcb\x53\xeb\x31\xd2\x4a\xc7\xbd\xa7\xb0\xbc\x8a\xa4\x9e\xdb\x38\x96\x81\x5e\xef\x87\xd7\xea\x0c\xda\x97\x84\x21\x6d\x0f\x6f\x82\xf8\x50\xbd\x8f\xf4\x99\xec\xa8\xec\x2e\xa0\x52\xc4\x72\x52\xec\x05\xda\x24\xe9\x4c\xbf\x3d\xf4\x6e\x51\xb8\x63\x15\x03\xc5\xcf\x3d\x2e\x44\x87\xb5\x53\xc7\xec\x30\xf9\x2d\xa4\x2e\x16\x96\xda\x58\x5f\x3b\x1f\xa7\xac\xeb\x53\x7f\xc6\x8f\x54\xb7\x73\x5d\x09\xdf\x2b\x41\x62\x29\x29\xc5\xb8\x3a\x3f\x8a\x7c\xaa\x9c\x1c\xf3\x8e\x9a\xa1\x62\xfa\x25\xd2\x57\xc9\xec\x1d\x47\x80\x37\x42\xf1\x51\x08\xa5\xd9\x13\x39\xba\x03\x5d\x3d\xa4\xef\x60\x62\x3a\xfa\x0e\x57\xdb\x63\x4f\x77\x9d\x54\xad\xc7\x7d\x6f\xab\x63\xcb\x08\x21\x4d\xdb\xf1\xdf\x88\x7d\xb5\xd2\xbc\x2d\xe4\xcd\x95\xe8\x18\x0f\xca\x65\xdd\x7d\xdf\x9f\xb4\x26\xe5\x55\xc7\x53\x80\x4a\x5c\x72\xa4\x15\xe5\x73\x30\x6e\x84\x86\x8e\xd8\xeb\xd9\xde\x8f\x49\x1d\x79\x65\xce\xc5\x92\x06\x68\x4a\x3c\xae\xa1\xfb\x04\xeb\x09\xfe\x43\xdb\x35\x7c\x21\x31\xbb\x11\xca\x3d\x42\x7a\x50\xdd\x1c\xfd\x95\xc2\x36\x46\xfa\x3e\xa1\x65\xab\x4b\x1c\x1f\x03\x31\x92\xc5\x47\xe6\x95\xbd\x3e\x5e\x3c\xfc\x00\xf5\xfd\xd0\xe7\xf6\x35\x98\x69\xfb\xc2\xaa\x2e\x60\x57\x8d\x62\x14\xaf\x70\x3b\x07\x22\x58\x48\xbc\xb4\xeb\x32\xee\x0f\xe1\x6b\xcb\xf3\x5c\x98\x44\xad\xcb\x8e\xbe\x46\x59\x6d\xda\xe9\xfb\x86\x3a\xa1\xd1\x3a\xad\xa4\xbf\x90\x64\x9c\x77\xa1\x2f\x2a\x93\x1c\x12\xd1\x33\xd1\x36\x83\x35\xf4\x6e\x4c\x6f\x73\x23\xb0\x1a\x17\x62\xb8\x0b\xa8\xf0\x2f\x44\x65\x8c\xc9\xc4\x0a\xea\x79\x86\x80\x5c\x5c\x74\x1b\x5c\x4e\x4d\x8c\xa7\x80\x47\xe8\xb1\xfe\x9e\x50\x03\x83\xe0\x70\x0f\xae\x87\x06\xcf\x65\xd3\x7c\xb0\xc1\x07\x4f\xd1\xf4\x38\x78\xe0\x1d\xed\x2f\xfe\x74\xd3\x5f\x3a\x99\xb8\xdc\xe0\x4f\xff\x45\x2a\x12\x3e\x04\x20\xf2\x45\x6a\x12\x63\x09\x35\xb2\x28\x8b\xb1\x97\xf6\x34\x7e\x12\xc8\x01\xc4\x7e\xaf\x21\x32\xb8\xcb\xe1\x10\xcc\x81\xad\xcf\x72\xa9\x25\x44\x9b\x03\x7f\xa9\xd7\x88\xff\x06\xb6\xd0\x12\xc8\xb3\x9b\xa2\x69\x67\x28\x33\xf5\x26\x7a\x16\x75\xb6\x30\x86\xfe\x3f\xda\x7a\xca\x2d\xa0\x82\x9e\x5a\x38\xc1\x48\x01\xea\xe2\x7a\x40\x37\xc6\x7b\xbf\x03\x90\x07\x14\xe6\x30\x04\xc7\xc3\x23\xa7\x4f\x91\xbb\x19\xcb\xf6\xa7\x51\x7c\x19\x88\xbe\x16\xca\x7d\xc6\x91\x86\xdb\x54\x00\x5c\xa1\x8b\xa5\x39\x82\x42\x81\x33\xed\x36\xb4\x88\xfc\x9c\x5e\x0f\xb5\x16\x3a\x03\x2c\x38\x22\x6e\x2e\x83\x0d\xbf\xf4\x2b\x06\x1b\x98\x34\x87\x5a\xe8\x11\x6b\xc1\xc9\xf3\xa4\x74\xae\xcf\xde\x56\xd2\x5b\xee\xdc\x9e\x97\x64\x1d\xe7\x64\x7d\x1c\x25\x82\x63\xd4\x7e\xa7\x2e\xe4\x90\xf9\x93\xa9\xb7\x38\x85\xa4\xf7\xb4\x51\x4e\x62\x41\x1e\xbd\x8b\x13\x14\x5b\x09\x8c\x70\x9c\xfc\x76\x31\x3e\xb2\x9f\x38\xdc\x81\x82\xd9\xa6\xe3\x37\x09\x0f\xa4\x13\x63\x83\x44\x83\xd4\xbd\xdb\x8e\x84\x94\x84\xd4\x1e\x20\x7b\x8a\x85\x9a\x4a\xca\x02\xd1\x49\xee\x65\xca\x2b\xd1\x7c\xe2\x67\xea\x5d\x61\x64\xbe\x98\xf6\x4c\x80\x8f\x5d\x4e\xff\xc1\x17\xfb\x2d\x62\x84\xf3\x32\x1d\x67\x80\x9d\x5c\xdb\xa3\x1e\x78\xa8\xe2\xd1\xe8\x76\x82\x8f\x71\x6d\xc7\x30\xe1\x87\x3e\xa9\x5a\x4c\xbc\x54\x5e\xa5\xaa\x25\x8d\x6b\xae\x72\xe6\x91\x7b\x55\xbf\x08\x04\xca\x3e\xe5\xec\x3c\x22\xf5\xae\xec\x63\x4c\x24\x7d\x81\xa4\xdd\xf7\x04\x40\x12\x2d\x77\x8c\x60\xfc\xc7\xcf\x3a\xa4\xc7\xf9\xb6\x1e\x1c\x6a\xc3\xaf\x68\x7a\xd9\x56\x88\x7f\xdf\xe0\x55\x55\x4c\x38\x5b\x4b\x54\x0c\x12\xf7\x9b\xd5\xac\x38\xd2\x09\x13\x1f\xf7\x91\xfc\xd2\x10\x96\x1b\x4b\x5d\xa3\x3d\x1b\x4d\xa1\x21\x54\xd3\x7c\xf1\xf4\x3b\xd2\xbb\x8e\x64\x46\x8e\x90\x72\x40\x8f\x55\x8c\x64\x0d\x1c\xc6\xa5\x0c\x5c\x6a\x29\xc0\xdb\xf5\xae\x33\xb1\x09\xd3\x3b\x93\x64\x6f\x89\x93\x5a\x93\xe0\x7e\xd2\xb2\xc6\xd5\x58\x11\x39\xb8\x46\x95\xe3\x45\xe1\x9b\xaa\xa3\xc6\xa9\x8f\x74\x3b\x7c\x97\xd3\x11\x4a\xbc\xa3\x08\xf8\x2d\x0e\xd9\x3f\x82\x75\xdb\x1f\xd4\xff\x11\x37\x69\x2c\xa1\x59\x8b\xbb\x34\xec\x5e\x31\x8a\xef\xed\x7b\x2b\xf3\x20\x74\x74\x95\xc0\xb3\x89\x07\x5a\xab\x30\x5f\x49\xef\x1b\x08\xd9\xa7\x28\xee\xe6\x13\x51\x0c\xaa\xc6\x50\xb3\xed\x37\x7d\xad\xea\x97\x63\x1d\x30\x2e\x7e\xbd\x7f\x3e\xe6\xde\x51\xff\xfe\x18\x6c\xf7\x81\x5f\x4d\xdf\x70\xf0\x38\xb3\xc2\x16\x9f\x32\x7c\x51\xda\x49\x88\xe8\xbb\x01\xa9\x88\xe9\x9d\x12\x8c\x8a\x24\x6a\x3e\x93\xcd\x23\x9f\xa9\x25\x46\xa5\x52\x37\x56\xc8\x7c\xa7\xd0\x46\x35\x6b\x1d\x6f\x00\xf1\x12\xcf\x23\x17\xe1\x87\x65\x6b\x47\x5e\xc0\xe3\xa8\xae\x8e\x77\xb0\x1e\x13\x5f\x5d\x03\x9b\xb1\x37\x55\x1a\xb8\x0f\xcf\x64\xbf\x81\x0f\x13\x37\x11\xd6\xc1\xff\x91\xa7\xe4\x2d\x86\x7f\x52\x7e\x46\xd7\x33\x37\xd0\xa7\x6e\x33\x31\xe5\x8c\x70\x7b\x01\x6b\x06\x34\x70\x64\x29\xf4\x05\x53\x37\x12\x00\xbd\xc6\x3e\xe8\x88\x80\xae\xe0\x03\xcd\xff\xa0\x4f\x04\x48\xf9\x0d\xb6\x22\x5e\x65\xe7\xc2\x41\xe4\x9d\xf8\x2e\x98\x4e\x39\x9d\x6b\x86\xdb\x69\xb4\x68\x37\xf8\x33\xe0\xba\x2d\x8a\x59\x0a\x2e\xb6\x47\x30\x3f\xc1\x4b\x0f\x47\x41\xf3\x09\xa1\xc3\x22\x68\x2d\xd1\xab\xbd\x0a\x5a\x4c\x4a\x32\xc7\x42\x11\xe4\x1d\xca\x14\x48\x44\x89\x63\x5d\x82\xf6\x51\x01\xbc\x07\x3c\x99\x36\x9e\xeb\x0f\x87\x02\x96\x51\x0f\xe1\x4e\x06\x7f\xdb\x5a\xa6\x3b\x34\xcd\x3e\x99\x79\x1e\xae\x39\x98\xc4\xd0\xd0\xc9\x83\x7b\x18\x43\xf4\x7f\xad\xb7\x19\x17\x81\x92\xca\x8b\xe0\x52\xe0\xa5\x62\x3e\x58\xc8\x60\x32\xfb\xc0\x01\xd0\x06\x17\x04\x2d\x06\x2f\xe7\xb0\x20\x3a\xd4\x18\x15\x07\xcf\x80\x51\x3e\x17\xe1\x76\xa6\xa3\x7d\x34\xb3\x80\xf9\x7e\xff\x49\x60\x39\x1b\x1a\x88\x05\xb2\xd9\x40\x4b\x32\xd0\xcc\x2e\x34\xe1\x80\xbf\xec\x38\xd9\x75\x46\x21\x3b\x1a\xae\x61\x9c\x64\xa7\x60\x33\x41\x7f\x36\x22\xfb\x12\xd8\xc5\xe6\xee\x7e\x04\x45\xb2\x55\x3e\x43\xd0\x5f\x36\xcb\x5e\x02\x9f\x61\x93\xf6\xbe\xa5\xcf\x91\x38\xf7\xa1\xe8\xbb\xc5\x50\xd3\x19\xba\x49\x74\xa9\x62\x26\x30\x45\x64\x23\xd5\x03\x74\x21\x00\xf1\x81\xf7\x82\xfb\x18\x1c\x83\x2c\xd8\x9e\xbd\x9a\xf1\x9e\xaf\xdd\x4d\x03\x15\xbc\x2b\x3e\x15\x50\x12\xf7\xad\xfd\x29\x78\x23\xe7\xf7\x58\x2c\xb5\xd8\xe0\xd2\xe3\x41\x3d\xa1\x3b\xdf\xc0\xa3\x39\x95\xa7\xe9\xdf\xd1\xea\x35\x7b\xc4\xfd\x74\x27\xf5\x0a\xc6\x4d\xfa\x90\x12\x87\x9e\x0e\x24\xc8\xfb\xb3\x96\x01\xff\x49\x9f\x44\xde\x67\x98\xc4\x77\x7c\x78\x20\x4a\xa8\x74\x08\x87\x42\xf9\x0e\x23\xbf\x29\x29\x4d\x35\x9d\x03\x94\xa1\x86\x85\x75\xc9\xd4\xe5\xb5\x2d\xe5\xcf\xa9\xa6\xea\x59\xc2\x5b\xb4\x8d\x95\x29\x80\x1b\xed\x94\x51\x5e\x56\x45\x07\x74\xfa\x8c\xe7\x80\xab\xa6\x34\x72\x3e\xf0\x45\xf1\xcd\xc7\x89\x71\x53\xea\xec\x80\x04\x0f\x0b\xd7\x0f\x9d\x23\x4b\x06\xd4\xed\xb7\xc8\x6f\x7a\x73\x6a\xd2\x28\xb1\x5d\xd3\xb4\x53\x28\x77\xda\x88\x82\xd5\x54\x62\xd3\x30\xad\x8a\xb6\xba\xee\x38\x32\x80\x76\xcd\x2c\x4f\x7f\x4c\xaf\x30\x7e\x8d\x88\x05\x48\xda\x4f\xde\x67\x18\x05\x0a\xad\x03\x0c\x26\x8b\x9e\x0d\x4e\x90\xb7\x8d\xb9\xb7\xcf\x23\x57\x0e\x57\x57\xf3\xc9\xbf\xfb\xaf\x6b\x7c\x29\xc2\xee\x6b\xfc\x5c\xaa\x55\x7b\x15\xf5\x0b\xf5\x68\xb3\x75\x69\x0f\x8d\x55\x17\x99\x8e\xa5\x47\x54\xfe\x8b\x98\x05\xac\xd7\x6f\xf5\xee\x63\xac\x51\xcd\x77\xd0\x81\x0b\xc4\x82\xc1\x04\xd2\xa7\x03\x5f\xda\x4a\xc8\xd1\x7b\x17\x9a\x9f\x90\xdb\x47\xde\xaa\xeb\x29\x9b\x06\xe4\xbc\xab\x94\xfd\xdd\x2f\xa8\x74\x6a\x6e\xdb\xbb\xd2\x30\xda\xaa\x46\x69\xfa\x1a\xda\xd3\x6a\x55\xf8\x63\xfa\x11\xe3\x62\xef\x01\x60\x50\xbd\xde\xe1\x18\xa3\x59\x7c\x79\x74\x1f\xef\x0b\x12\xe8\xba\xc3\x23\xa1\xd6\xd4\xa3\xb9\xdf\xd1\x03\xba\x57\xdc\x4a\x6c\xa8\xa8\x9f\x1b\x82\x9b\x00\x9e\x73\xde\x12\x86\x50\x8b\x38\x66\x52\x79\xc6\x00\x27\x82\x62\x88\xc8\x60\xff\xa3\x75\x79\x29\xd8\x77\x19\x73\x6c\xaf\xb3\x4f\x42\x9a\xd1\x25\x3c\x37\xf4\x89\x2e\x5f\xee\x18\xd6\xad\xee\x1a\x37\x12\xa7\xd4\xa5\x73\x27\xe1\x6f\x8b\x9c\x39\x07\x88\xc1\x00\x96\x43\x25\xed\x29\x6b\xe7\x78\x51\xa2\x32\x0a\xd9\x3f\x68\x53\x22\x96\xb0\x4f\xd2\xcf\x78\x15\xb0\x47\x18\x67\x6c\xcf\xb0\xfb\xa1\x77\x23\x59\x5c\x3c\xde\xab\x53\xc9\x9d\x42\x40\xd6\xb9\x73\xcc\x44\x4d\xf9\x5e\x4e\x09\x49\x2a\xac\xe2\x6c\x25\xb7\xd1\x3f\xb0\x7f\x51\x1e\x94\x05\xb0\x4f\xd3\x36\x67\x2c\x63\xd7\xd1\xab\xc2\x2f\xb0\x79\x8c\xa5\x5e\x3b\xd8\x6c\x70\xc8\xf6\x0c\x5b\x02\x93\x87\x8e\x71\x16\xd0\xe2\xdb\x7f\xb1\xc7\x68\x4f\x6b\x3a\xd9\x44\x3a\x5a\x5b\xca\x8e\x00\x26\x09\x28\xec\x8d\x40\x3b\xed\x2d\x7b\x1a\xa3\x08\x59\xc4\x7a\x05\x6e\x49\x47\xb1\xee\x43\x53\xc3\xfd\x59\x6f\xa1\x47\x5b\x7f\xb2\xfe\xc2\x27\x6c\x2f\xb0\xed\x98\x07\x06\x2d\x58\x2a\xe6\xdb\xb6\x74\x56\x26\xf3\x5f\x75\x20\xcb\x85\x35\x4f\x63\xcd\x72\x60\xad\xe1\x27\xb1\xe6\xb3\x5c\xa8\xef\x59\xb3\x59\xd9\xa5\x4a\xe6\x37\x96\x2c\xed\x0a\x6b\x39\xeb\x78\xd8\x6d\x96\x1f\xeb\xdd\xd6\x17\xac\x2c\xf6\x42\xbb\x59\x2c\x35\xdb\xa3\xbf\x92\x19\x2b\x5a\xd6\xf2\x92\x19\x2b\xec\xa9\x1a\x61\x86\x08\xdd\x55\xa3\xcc\x40\x41\x33\x6f\x19\x73\xa7\xc0\x96\x72\x8d\xb9\x93\xdf\x57\xd2\xc0\xdc\xcd\xf7\x4f\xb3\x67\xe6\xf3\x06\xc2\x24\x4c\x88\x67\xb1\xf5\x3e\xb3\x97\x8b\xb0\xcb\x66\x3e\xe7\xf4\xf7\xfa\x42\x2f\xca\xaf\x34\x99\xa1\x0f\x5a\x85\x49\x0c\xbd\xd5\xec\x54\xec\x81\xbe\xa8\xae\x70\x76\xc3\xd3\x95\x79\xe4\x1d\xf0\x6a\xf9\x7b\x44\x2c\xec\x23\x2b\x4d\x75\x82\x0b\x24\xe3\xa1\xaf\x60\xad\xe8\xc5\xd6\x7e\xf8\x9a\xe0\xa9\xdd\x38\x73\x09\xef\x54\x57\x03\xf8\xaa\x9e\xdb\xb0\x1b\x7c\x5d\x1b\x6e\xc4\x82\x1f\xaa\x67\xca\x4e\x80\xff\x2a\x5b\x58\x52\x68\x55\xc5\x16\x62\x0f\xe4\xaf\x6f\x2d\xfa\x0e\xa1\xb4\x5f\x52\x2c\xa1\x66\xf5\x94\x50\x4f\xe8\xa5\xfc\xca\x56\x02\xbc\x59\x92\x63\xf7\x13\x26\x0b\xf6\x76\xf4\x83\x71\x3d\x87\xeb\x0a\xc0\x9d\x9d\x37\xf5\x12\x30\xac\xed\x84\xe4\x2f\x98\xdd\xcc\x84\x5f\x80\x50\xc3\x7c\x82\x37\xd8\x5c\x53\x5a\x38\x02\xde\xad\x64\x27\xaf\x84\xac\x0d\xee\x21\x64\x08\xa5\x91\x6d\x5d\x09\xed\x95\x57\xda\x2f\x82\x27\x8b\x10\xed\xc7\xc1\x79\x43\x7f\x6b\xe5\xe0\x94\xfe\x83\xba\x7d\xe0\xd4\x9e\x68\x49\x20\xb8\xb2\xc3\x0c\xfb\x80\x1e\x2d\x23\xf8\x4a\x30\xb3\x41\x56\xb8\x05\x54\xd7\x2c\x48\xea\x02\xaf\x9b\x56\x84\x38\x42\xf6\xe5\x03\x9e\x3f\x20\xa2\x72\x9a\xbd\x03\x34\x22\x9e\xde\x3e\x83\x71\x71\xbc\xb8\xe6\x21\xe3\xc8\xc8\x2b\x9d\x25\xe3\xc0\xa0\x83\xb8\x83\x71\xa6\xd7\x02\x1a\x64\x3c\xee\xb8\x88\x77\x04\xa7\xb4\x38\x17\x5c\x01\x3d\xea\x1d\x93\x0a\x40\x72\x95\x62\xd7\x6f\xf0\x90\x1e\xf2\xfc\x0e\xcd\x51\xad\xb2\x8f\x81\xa2\xc5\x49\x5d\x56\xd2\xcb\xa5\x8f\xea\x8f\x49\x9e\x97\xc9\x8c\x91\xe2\x8f\x68\x1f\x99\x51\xec\x88\xb9\xce\xda\x29\xca\xc6\x89\x89\x25\x42\x11\x21\xb5\xa8\x5c\x30\x40\x0a\x4a\xfa\xcd\x7f\x4c\x49\xdc\x75\x86\xbf\x94\x86\xf2\x88\xe6\xa5\x00\xf7\xd6\xcd\xe0\xd6\x40\x40\x27\x4d\xba\x02\xed\x51\xbf\x55\x12\x80\x91\x1a\x8e\x88\x53\xb0\x7f\x65\xd6\x22\x23\x3e\x85\x79\x5d\x78\x8f\x70\x99\x38\x45\xb8\x8a\xb4\xbb\xc8\x4f\x90\x4c\x7e\x9d\x74\x86\x6f\xa4\xf6\xec\x32\xf0\xee\xd3\x01\x0f\x6f\xde\x16\x86\x66\xdd\x22\x2e\x1f\xba\xd0\xf1\x48\x92\x8d\x6b\xa8\x33\x8b\x8d\xf8\x3e\x83\x9b\x68\x2f\xe1\x9d\xd4\x20\x9a\x4f\xfc\xc4\xcc\x10\xe6\x91\x2d\x09\x7a\x41\x2b\x25\xa7\xf0\x01\xff\x03\xf5\x40\x92\x9e\x1f\x4c\xf7\xdc\x55\xc0\x33\x03\x83\x1e\xb6\xdc\xdf\x20\x71\xdd\x3a\x6e\x06\x1c\xdf\x4e\x10\xaf\xa0\xfa\xd4\xee\x10\x65\x53\x1f\xe9\x5e\x09\x5b\x69\x52\x09\x49\x38\x93\xee\x0a\x67\x0a\x50\xf4\x57\xf8\x21\xfe\x11\x60\x6f\xa1\x2d\xdf\x82\xd1\x98\xb4\x9c\xa7\x06\xe1\xe0\x9f\xbc\xd9\x10\xca\x63\x26\x17\x80\xe9\xeb\xe2\x38\xaf\x98\xe6\xd6\x8f\xc2\xeb\x30\x50\x33\x49\xb8\x11\x1e\x2f\x17\x08\xc4\xf0\x33\xb1\x3b\xff\x3b\x73\x3a\xb4\x83\x8f\x61\xfa\xe0\xf6\xf2\x6e\x31\xb9\x05\xf1\xbc\x10\xe6\xcd\x44\x29\xf7\x3c\xcb\x3a\xb8\x8f\x9b\xc0\x2a\xf2\x98\xcd\xb9\xc8\xea\x5e\xd7\xc2\x09\x67\x4f\x6b\x49\x16\x74\x0b\x12\xcc\x31\x82\x35\xfc\xdf\xda\x55\x7c\x0e\xbf\x56\xf8\x1f\xef\x2f\xdf\x13\xb4\xe0\xb1\x79\xd7\xb1\x63\xdc\xdf\x3c\x59\x3e\x9d\x0b\xf0\x82\x12\xbe\x73\x67\x73\x9f\x06\x63\x38\x15\x5c\xaa\xc7\x12\xce\x6a\xce\xff\x6c\xa7\xb1\xcb\x39\xa8\xc6\x3d\xfc\x3c\xcd\xf4\xca\x2d\xbc\x33\x6a\x47\xf5\x02\x5e\xa0\xca\x59\x30\x87\x7b\x4a\xf1\x06\xa0\x72\x93\xe5\x1d\x98\x50\xce\x53\x19\x26\x2f\x88\x43\x94\xae\x4d\x98\xc3\x59\x2a\x6e\x08\xba\xc2\x1e\x14\x4d\x77\x7f\xca\x0e\x12\x04\xdb\xee\x66\x9d\xe4\x11\xeb\x1f\xf1\x76\xd5\xe4\x55\xcc\xe6\x9e\x30\x6f\x57\x2e\xe6\x26\x56\xe6\xf0\xbc\x38\x4f\x2b\xb6\xd1\xae\x72\x68\x86\xa9\xa8\x4b\x9c\xc5\xe5\x63\xb9\xd3\xd8\x3d\x9a\xa8\xf8\x85\xec\x6c\xa5\x3e\xc8\x81\x3d\x47\xd6\xea\x6e\x66\x35\x8b\x25\xb6\x24\x96\xbb\x20\xb4\xf6\x2a\x97\xd9\x31\x62\x48\xe5\x3a\xb4\x6d\x90\xef\xe6\x9c\x6c\x26\x70\x34\x9c\xcc\x06\x12\x35\x85\xfd\xa9\x36\xae\x0c\x62\xab\xaa\x7e\x64\x3f\x63\x6f\xae\x28\x8e\xb3\x60\x3d\xd6\x95\xec\x2c\x65\xa9\xd5\xab\xdd\x83\x59\x2e\x32\x83\xad\x84\x39\x26\xbc\x55\x3b\x8b\x9b\xd6\xb7\x4f\x6f\xe4\x7c\xee\x3e\x2f\x93\x72\xd4\x1d\xad\xec\x87\x9c\x75\xad\xe1\x94\x11\xf6\x48\xe3\x28\xf2\x3d\x3b\xae\xf6\x51\x36\x9a\xf5\xa1\x6a\x7f\xec\x08\xab\xda\x68\xbd\xd3\x82\x15\xa9\xb5\x75\xb7\x65\x3e\x93\xbf\xb3\x35\x33\xd1\x22\x62\x0d\x82\xeb\x33\xfc\x43\xf7\x9d\x73\x72\x60\x8f\xf4\x7f\x9c\xd4\x5e\x1f\x76\x22\xfb\x51\xa7\x90\xe2\xc7\xc6\xb6\x1a\x91\x7c\xf6\xe4\xc6\xa8\xec\x95\xac\xca\x9a\xf6\x58\x02\x2b\xc8\x44\xdd\xf1\x9a\xf9\xaa\xfc\xba\xbb\x15\x13\x56\xfc\xb4\x3d\x0a\xff\x13\x9d\x36\x75\x19\x7c\x4a\xef\xa8\xf7\xeb\xd4\x65\x38\x91\x87\x76\x02\xf5\x1d\x3a\xa9\xc1\x62\xd4\x84\x8b\xaa\x07\xb8\xdd\x88\x62\xa5\x37\xc1\x26\xc3\x49\xce\x23\x59\x45\x91\xa4\x07\x29\xbe\x01\xef\xc4\x6f\x69\x04\xd7\x4e\xd1\x42\xe0\xef\xda\x8b\x02\x07\x68\xd4\xb4\x46\xaf\x44\x1d\x56\xef\x2c\xff\x88\xb1\x13\x9e\xd6\xe6\x61\xe9\x10\x52\xfd\x02\x77\x85\x40\x57\x95\x12\x12\x10\xab\x14\x17\x88\xcf\xd3\x9f\xcb\x1d\xc9\x75\x51\xe1\x52\x02\x95\x12\x70\x41\x3c\x4c\xcf\x71\x6d\x17\x3e\x67\x18\xd6\x3e\x13\x4c\x87\xbe\x55\xc0\xba\x17\xd8\xf3\xaa\xbd\xe5\x09\xb8\xbf\xc2\x24\xcd\x19\x82\x2d\xf8\x4b\x5d\x48\xdc\x46\x58\xa5\xfc\x40\xa2\x17\x1f\x55\xe4\x90\xaf\xa5\xd7\xc8\x0e\x51\x13\xa3\x56\x49\xad\x69\x0f\x02\xfa\xc4\x04\x00\x72\x6d\x11\x76\x81\x79\x6b\xff\xf2\x6f\xc2\x48\x23\xa2\xbc\x9a\xfc\x51\xd9\xae\xdd\x4c\xd9\x23\xd8\xad\x3e\x47\x45\x83\x8b\x54\x25\x34\x27\xfc\x6e\xc5\x1f\xda\x9f\xe2\x45\x72\x90\xfe\x3e\x7d\x8e\xf4\x0d\xf0\x63\xf7\xb8\x24\x9f\xf1\x25\x80\x23\x3a\x0b\x4d\x73\x1d\x12\x2e\x86\x77\x58\x27\xf2\x43\x99\x3a\xc3\x42\xad\x19\x4c\x55\xe0\x35\x76\xe0\x0d\xbe\xb5\x6a\x2f\xb4\x99\x31\x55\x59\x04\x01\xb8\x5c\xc5\x4c\xe8\x46\xd1\x4e\x59\x39\x1c\x95\x96\x23\x5d\x0a\x5f\xd9\x1d\x22\x6e\x60\xee\x0e\xd8\x29\xb2\x61\x1e\x77\x1d\x13\x90\x58\x49\xd6\x8d\xbc\x7e\xd6\x7b\xdd\x23\x0d\x9a\xab\x95\x6f\x51\x2f\xe5\x02\xdc\x57\xca\x83\xdc\x08\xfa\x6b\x05\x81\xbb\x02\x8b\x94\xaf\xe5\x7c\x2c\x44\x4a\x47\x39\x4f\x52\x3b\x24\xc1\x9c\x5b\x91\x17\x44\x0f\x39\x07\x02\xe6\x0b\xcb\x38\x55\xae\x27\xf8\x47\x38\x78\xeb\x1f\xbc\xa9\x9c\x48\xed\x23\xb5\xbf\x22\x5f\x9a\xaf\xbc\x2f\x3f\xc2\xf1\x55\xc8\x65\x3f\x69\x85\xf2\x70\xd9\x0c\xcc\x22\xe9\x1f\xe9\xd2\x02\x3f\x49\x93\xc4\x3e\x65\x40\xbc\x43\xbc\x31\x72\x85\xf0\x95\x68\x8e\x7f\xbd\x80\x25\xb8\xe8\x3a\xca\x7b\xca\xe7\xdb\xc4\x70\x3d\x78\x9b\x34\x76\x2a\x07\x53\xa6\xb8\x49\xf1\xdc\x78\x93\xa5\x91\xb7\x1b\x7c\x28\xf7\x65\x48\x1d\x1e\x35\x24\xb5\xd5\x9a\xf3\x67\x88\xaf\xab\x47\x93\xbb\x45\x90\x72\x38\x22\x46\xe8\x26\x27\xfb\x5b\xf3\x2f\x4a\xa7\xb9\xca\x78\xfe\x22\xc0\x86\xc5\x51\xf3\xaf\xaa\x92\x94\x83\xcd\x6b\x84\x9f\x14\xb9\x0d\x87\xe0\x09\xf9\xf2\xba\x28\x72\x81\xf4\x56\xf5\xbe\xb2\x7c\x89\xbe\x6a\x7e\xee\x6d\x71\x6c\xc5\x96\xa4\x5e\xe1\x1f\xbd\x6d\x38\x4d\xd0\xad\x19\xf0\x63\xf0\x23\x15\x7f\x5d\x77\x70\xc7\xa5\x9b\x6d\x2a\x38\xf3\x84\xee\x4a\x8d\x32\xa9\x83\x28\xdc\xaa\x58\xde\x7a\x1d\x0e\x92\xdd\x6a\x9e\x4d\x3a\x20\x35\x35\x58\x23\x2f\x48\x92\x6a\xe7\xe4\xa6\x89\xe7\x55\x8d\x27\x05\x0b\xf7\x56\x6c\x08\xb7\x12\x20\x74\x4e\x7e\x9e\xbc\x7f\xaa\xab\xae\xf6\x5c\x8c\xac\xd8\xa6\x93\xbd\x57\x78\x40\xf1\x5e\xf1\xa3\x77\x91\xc0\x24\x3f\xdb\xe5\x0f\xf5\xca\x8c\xed\xae\x24\x5f\x69\x42\xf3\x77\x64\x96\x64\x46\x83\x22\x67\x42\xb4\xb7\xe6\x7a\xe2\x57\x21\xa2\xf2\x52\xd8\x03\xc1\x2c\x43\xa8\xdf\x2c\x5e\xa5\x26\xc7\xd5\x86\x3b\x4d\x9e\x6d\x73\x89\x1d\x25\x5a\x2d\x7c\xd7\x70\x1b\xb9\x94\xf9\xa5\xae\xa4\xac\x92\xda\x58\xfd\x17\xbd\x05\xc3\xaf\xaa\xc1\x1c\x2d\xfc\x64\x72\xc6\xb1\x33\xe6\x1b\x94\x84\xbc\x58\xa8\xfc\x0a\x09\x17\xdc\xa1\xfe\x48\x31\x7b\xcf\x55\xbc\xa7\xbd\xde\xe8\x28\x3d\xc4\x90\x5b\xde\x12\x91\xe0\x64\x61\x5d\x83\x2b\x6a\x98\xd9\x51\x7b\x06\x33\x93\x9a\x5d\x5d\x8a\x2d\xc3\xec\xaa\x5a\x85\x3b\x55\xb8\xa7\x62\x84\x10\x9d\x7e\xcf\x60\x47\xfc\x16\x9b\x54\x4e\x20\x9f\x0d\xd6\xaa\x1b\xa8\x7d\xde\xd3\x14\x7d\xf4\x81\x8d\xde\x52\x05\x38\xd9\xf2\xa7\x68\x37\x4c\x13\x86\xd5\x0b\xb1\x10\x33\xb9\x76\x13\xce\x4c\x9d\x6b\xbe\x84\x3f\x8f\xfe\x59\x59\x4e\xf8\x5e\x48\xab\xf0\x23\x45\xa4\x37\xea\xfb\xc8\x07\x62\x9d\xca\x67\x50\xd3\x82\xa9\xea\x30\xda\x37\xaf\xdf\x0a\x04\xd0\xb3\x31\x54\x1a\x05\xf6\x5a\xd9\x89\x16\xc3\x97\x05\x98\x3a\x26\xd9\x17\x96\xd4\x58\x51\x26\x51\xa2\xab\x1e\x50\x0e\xa3\xe3\x4d\x95\x54\x55\xc1\x7f\xc6\x60\x1a\x9c\xee\xa4\x3b\x46\x57\xc4\x1c\xd5\x3a\x00\x63\xc1\xbe\x2a\x2e\xe3\x8a\xd7\x5b\xf9\x38\xf8\x7d\x63\x81\xa4\x07\x46\x58\x31\x84\x30\xf3\x39\x1f\x5f\x1b\xcd\x98\x04\x75\x56\x2f\x64\x70\xc9\xc5\x95\x57\x18\x6f\x50\xfc\x0a\x23\x98\x52\xe0\x65\x88\x04\xef\xa4\x29\xcb\xaf\x43\x60\x4c\x88\x26\x08\x76\x0b\xfa\xa0\x1c\x80\xaf\x7b\xdd\x92\xfd\x65\xb2\x36\x72\xc5\xbf\x58\xf1\x56\xb7\x04\x97\xd8\x1b\x79\xc9\x35\x99\xec\x14\x50\x67\x9e\xc3\x2e\x23\x91\x4c\x37\xd8\x59\x65\x9d\xc6\x06\x76\x56\x3e\xa8\xcf\x64\x63\x53\x5f\x69\xff\xc7\x36\x46\x1f\x50\x17\xb3\x4f\x07\x99\x15\xff\xb1\x3f\x7b\x1d\x94\x05\x71\x96\x6d\x6c\x13\x87\x71\xb6\xaf\xf5\x12\xac\xe3\xa0\xb8\xcb\xcd\xff\x49\x0b\x19\x45\x95\xc7\x25\x67\x89\x5e\x15\x4d\x12\x27\xa4\xdc\x40\x15\xd3\xf3\xb8\x3a\x4f\xd1\xc5\xd4\x65\x9a\x1b\x22\x97\xe8\xe5\xaa\x74\xa1\x20\x68\xa3\xfc\xa9\xe0\xa0\x97\x52\x1a\xce\x7f\xb2\xf1\x80\x28\x85\x3f\x6d\xad\x9e\xbf\x83\xb7\x92\xcd\x31\xaf\xd4\xaf\xa0\xbf\x34\x5d\x2e\x6f\xc4\x7f\x33\x8e\x6b\xf3\x4a\xcb\xf4\x4a\xf5\xff\x72\x39\xe5\x71\x2a\x46\x8a\x87\xfa\x97\xe2\x5b\x54\xa6\x52\x2a\xcf\xd9\xd9\x24\xb7\x90\x6a\xbc\x76\x49\x44\x62\xf3\xc6\x31\x61\xad\xd0\xbc\xf6\x01\x4f\xcc\xe7\xb3\xa6\x56\x05\xd6\x7a\xd2\xd4\xa6\x0d\xd5\x59\xb8\x1a\xe3\x82\xaa\xfc\x92\xcd\xba\x17\xa6\x6d\x39\x68\x6d\xb7\xe1\x67\x72\xa0\xba\x48\x57\xb1\x5b\xa3\xf8\xa7\x9d\xbf\xe3\xb7\x4c\xaa\xda\xb4\xf5\xb8\xf8\xa3\x7c\xe1\x46\xb9\x70\x81\xf8\x93\xf5\x02\xee\x4f\xc1\x08\x33\xb1\xf2\x6b\x93\x25\xf5\x7d\xc5\xa3\xfa\xff\xe1\xa6\x1a\x8e\xd6\x9a\x10\xcd\xba\xaa\xea\xb5\xd9\x9f\xb5\x79\x95\xbc\xa4\x1b\xea\x55\xc6\x3d\xbb\xfd\x14\x23\xba\xb1\x1d\xc3\x32\x3f\x4d\xe2\x56\xb5\xb8\x5a\xd1\xb2\x91\x2c\xd8\x2b\xf9\x69\x3d\x97\xdb\x21\xb4\x87\xc7\x2a\x7b\xda\xd2\xa8\xf9\x15\xfa\xe6\x17\x58\xae\x81\xd4\xb8\x0b\xe1\xa9\x0b\xad\x13\x64\xeb\xb4\x33\xaa\xcd\x49\x62\xd5\x81\x4a\x6a\xe4\x5f\x45\x96\x71\xd1\x0e\x81\xf4\x56\xf9\xe6\xad\x78\xf1\x16\xe5\xbf\x8d\x2c\x41\xb4\xf4\x8e\x75\x14\xd7\x5b\xc8\xa2\xd4\xf5\x82\xc8\xa7\x58\x74\xd7\x2e\x54\x22\xe2\x5e\xfb\x5c\xf4\x89\x9c\x17\xcd\x37\xb0\xb1\x29\x0d\x0d\x20\x7e\x4e\xcc\xfa\x9a\x27\x84\xaf\x21\x2e\x55\xcb\xc9\x4b\xfc\x42\x8c\x8b\xa8\xd9\x9b\x8f\x68\xaf\xd0\x4f\x39\xae\x50\x46\x82\xf9\x16\x9e\x12\x25\xd3\x82\x12\xde\xf3\x04\x1d\x84\xdd\xdc\xb9\x07\x23\x40\x0c\xb5\x49\xb0\x67\x72\x8e\x37\x67\xe1\xd7\xa5\x88\x1a\xe6\x10\x5a\x63\x96\xd4\x00\xa4\x9c\x10\xeb\xca\x21\x4a\x90\x5f\x90\x61\x1f\x2d\x72\xf3\x39\xad\x02\x40\x3b\x7a\x28\x17\x82\x7b\x2c\xf2\x25\x59\xcc\x75\xe4\xe7\x3d\xbb\xb1\xa7\x30\xaf\x3b\x9d\x71\x0f\x11\xdc\xb6\xe9\xf8\xef\x39\xe6\xa6\x47\x44\xcb\x94\xa2\x7a\x1d\x89\x14\x3d\x51\x33\x9b\xfc\x3d\x64\x6e\x65\x24\xb5\xc5\xcf\xdf\x90\x43\x47\x6d\xbe\xa6\xf5\x65\x84\x39\x46\x29\x8e\x41\xbb\x2d\x14\x92\xd5\xcc\x52\x72\x5b\xf7\x2a\xf2\x4c\x8c\xa6\x63\x31\x79\x0c\xb1\xaa\x75\x2a\x05\x9d\xb3\xad\xf1\x39\x35\x22\x65\x51\x5d\x03\x2d\x2a\x7a\xa0\xda\x9a\x4e\xda\x75\xc7\x54\x0a\x8c\xf9\x39\xea\x15\xe0\xa4\xcd\x4f\x35\x30\x94\xee\xc8\x52\x2c\x87\xaf\x59\xbc\x11\x93\x59\xb9\xa4\xc7\x5d\x93\x80\x5d\xe8\x17\xed\x53\x81\xb3\xc5\xc2\xe6\x09\xc6\xce\xec\xb1\x86\x47\x8c\x63\xc9\x4d\xb5\xcd\x60\x49\x74\x9a\x79\x03\xb4\x6e\x97\xa1\x82\x01\x7d\xf6\x9b\xab\xeb\x87\xcf\x6e\xfe\xa0\xee\x63\xb6\x3a\x0e\xcb\xe3\x58\x46\xcb\x58\xd1\x08\x5b\x4d\x5a\xd2\xb9\x94\xb5\x03\xed\xd9\x36\x93\xb5\xbb\xe8\x75\xd3\x57\x56\x6c\xb6\x5b\xfd\x7f\x2c\x42\xb2\x6b\x4d\x3f\xab\x33\xea\x4b\xd5\x36\xd6\xa7\x5d\x91\x46\x35\x3b\xd4\xf7\xbf\xf2\x1b\xec\xe6\xcd\x13\xaa\xa7\xec\x7f\x8e\x6f\x65\x32\x4e\xa6\xe5\x1e\xe1\x04\x67\x8c\x98\xde\xde\x27\xde\x8c\x42\xb6\x0c\x8a\xda\x8a\x2c\x1a\x7b\x45\x36\x59\x94\xba\x26\x61\x63\x92\xaa\x9a\x22\xdc\x1a\x45\xac\x9c\x23\x38\x19\xfc\xda\x80\x15\xa4\xfb\x8e\x6a\xc7\xf8\x8f\x37\xff\x53\x9e\xe5\xa7\x38\x39\x4b\x39\xbc\x0b\x56\x9e\x82\x1f\x3c\x3f\xfc\xef\xb6\x4a\x4d\x6a\x59\x5a\x73\x8b\x3a\xae\x30\xb4\xa1\x5d\xe5\x9b\x39\x58\x5b\xaf\x5c\x98\xf8\xdc\x4c\x95\xff\xb7\xfb\x89\x69\x95\xac\x2f\x18\xd4\x4b\xa4\x28\x5f\x8a\xe6\x96\x64\xd6\xe6\x8f\x8a\xf7\x22\x9e\x53\xac\x64\x40\xf0\xcf\x4a\x29\xd8\xca\x2f\xc3\x47\xb6\xb6\x56\x12\x91\x9c\xa6\xd3\x15\x97\x0a\x32\xeb\x6f\x1a\x57\x65\xdc\xaf\xb9\xaa\x0f\x4a\xdc\x50\xd5\x5d\x9e\xb7\x7b\x7b\x45\xae\xa6\x24\x68\x42\xf7\x54\x15\xeb\xbb\x4c\xe3\x22\xff\xbe\x79\x4c\xb1\x53\x8a\x77\x8a\x97\x2c\x14\x7d\xb6\x3a\xc7\xaf\x16\xe4\xe0\x46\x5a\x83\x6a\xba\x90\xb3\x9a\x8a\xcd\x27\xf3\x3f\xd6\xd3\x2a\x0f\x66\xb0\x6a\x08\x15\xe6\x84\x9b\x55\x91\x06\x44\xe4\x8f\x8a\x29\xba\xa5\x41\x07\x75\x0a\x4d\xc5\xb6\x77\xea\xab\xca\xf3\x9b\x9b\xe4\x4f\x65\xa7\x9d\x52\xc4\xc3\xe2\xab\x56\x6f\xf8\x61\x82\xa3\xb8\xcd\x2d\x0f\x1a\x42\x4a\xab\x9b\x26\xd7\xad\xcf\xaf\xac\x5f\x5c\xfd\x34\x63\x6b\xcd\xcc\x2a\x6e\x42\x55\xe5\x3d\xd3\x8c\xc8\xd3\x46\x83\xa1\x38\xc8\xac\x73\x28\xd7\x6d\xbb\xa3\x2e\x56\x17\x6c\x6e\x90\x63\xe5\xef\x9c\xd0\xe2\x20\x89\x62\xed\x1a\xde\x35\xe1\x4c\xcc\xb3\x61\x9b\x32\x79\xc9\xe4\xfe\x7e\xd4\xfd\xdc\xf1\x9e\xad\x18\xf7\xb4\x80\x8e\x26\x6c\x5f\x9c\xb0\xe5\x09\xbe\x30\xbc\xa3\xe1\x26\x31\x7a\x07\xa2\x46\x4a\x46\x79\xe7\x9b\x7e\x53\x0f\xb8\xdc\xd5\xaf\x07\xb6\xd8\xfb\xab\x7e\x80\x07\xd7\xf0\xa5\x52\x66\x09\xa6\x6f\x48\x87\xbe\x84\xb8\xdb\xef\x8a\xf9\x96\x5b\xdf\xbd\x17\xb7\x2e\x6d\x43\x87\x2b\x1e\x13\xc7\x68\xc1\x11\xde\x86\xd7\x37\x60\x48\x8d\x3b\x0a\x6b\x1c\x29\x52\xef\x62\x53\x33\xcd\xe4\xf2\x4e\x77\x0f\x38\x69\x9f\xaf\x1a\x81\x66\xaf\x19\x90\xc6\x33\x0b\x30\x84\xa1\xd9\x38\x3f\x44\x47\x5f\x27\x7e\x5b\x2e\xb3\x7b\x3b\xc1\x2f\x6d\x61\xfb\x30\x31\x31\xae\xa8\xf9\x27\xa9\x39\x5c\x5b\xff\x8b\xe2\xbc\x23\xa3\x7a\x1f\xf5\xae\x37\xc2\x14\x4c\xef\x70\xf9\xad\xe3\x33\xf4\xf6\x80\xaa\x04\x52\xaf\x79\x28\x9d\xcd\xac\xc5\xec\x18\xb8\x4d\xde\x88\x20\xf4\xca\xc8\x97\x73\x03\xba\xdc\x28\xf4\xd4\x4b\x6d\x83\xd4\xc4\xb8\x4d\xcd\x33\x69\x69\xe1\x25\xf5\x0b\xe9\xbc\x1d\x3b\xcd\x37\x80\x8b\xde\x79\x15\x18\xd0\xce\x75\x45\xf9\x3e\x48\x69\x3f\xa4\xec\x62\xce\xb4\xf0\x93\xa4\xb3\x14\xe8\x9e\xfe\x2e\x20\xb2\xf8\x6b\x0f\x1e\x38\x96\x73\xa3\xd3\x92\xb1\x29\x95\xda\xda\xc6\xe8\x8f\x7d\xd2\x34\x1d\xcc\x08\xdf\x54\xb7\x18\x5a\xbd\x63\x55\xd5\x03\xe8\xa3\x77\xa6\x51\x00\xdf\x72\x75\xd1\x3e\x63\x1e\xb7\xff\xa8\xb8\xcf\xda\x67\x51\x2b\xd6\xb2\xc7\xd1\x6b\xfb\xc6\x58\x33\x8a\xc9\xdd\x38\xd6\xbc\x9c\xe2\x8e\x65\xac\xc5\xa9\x4b\x5b\x5a\x58\x3e\xb1\xaa\xc6\xd9\x2c\x38\xec\x65\xed\x6a\xd6\x99\xc0\x97\x95\xaf\xd9\x4e\xde\xb1\x86\x1a\x76\x85\x6b\xb0\x76\x1e\x67\x9a\x83\x9b\x62\x01\x07\x67\x39\x47\x74\x9a\x73\x07\x05\xf4\x66\x89\x4a\x8b\xae\x75\x2d\x15\xbe\xcf\xbe\xd0\xb6\x4f\x88\x4b\x91\x37\x27\x0a\x27\xc5\x5a\xd5\xef\x13\x34\x85\xa9\xaa\x6f\x0b\x42\x03\xbb\x4d\xe3\xfc\xb7\xde\x3b\xf5\x78\xbe\xd6\xb5\x54\xfd\x84\xef\xe8\xc0\x96\x7d\xe5\xed\xb7\x94\x0b\x0f\xf2\x22\xcb\xf4\x3d\x36\x6a\xf7\xa2\x65\x1d\x6f\x54\x36\xd9\x6e\xad\x75\xca\x29\xc9\xbf\x9a\xfc\xe5\x6f\x63\x6a\xeb\x3a\x65\x0f\xc3\xd6\x9b\xaf\x4b\x8f\x05\x16\x54\x1c\x97\xd4\x79\xdb\xe8\x58\xe2\x52\x57\x8a\xea\xab\x68\xb1\xc3\x88\x6c\xb5\x60\x9f\xe5\x43\xc1\x04\x3f\x19\xf9\xb5\x7b\x65\xc5\x78\x21\xb2\xfd\x93\x71\x49\x16\xab\x65\x58\x9f\x90\x9c\xd9\x98\x54\x5e\x11\xb3\xb8\xf6\x94\xe6\x76\x68\x8f\x79\x86\x7a\x76\xe0\xe4\x8a\xf9\xca\x75\x5e\x4f\xca\x8f\xcb\x67\xb8\xe6\xa9\x7c\x25\x07\x1c\x2e\x4a\x31\x22\xa1\x95\x87\x20\x55\xe0\x8f\x94\x75\xb5\x9a\x1b\x0b\x17\xb6\x73\x2b\xf7\x64\xb9\xb7\x84\x54\xf4\x26\x2f\x6d\x78\x66\xe8\x8a\xbe\x5e\x9b\xa2\xab\x0c\x05\xab\x6a\xb4\xe0\xf6\xdb\xc6\x5e\xb5\xb7\xd7\xf9\xf2\x42\xc5\x80\x6b\xbe\xf2\xa6\xf4\x87\xc3\x23\xe9\x22\x71\x82\x55\x2a\xff\x9f\xc0\x88\x74\xee\xf2\xa9\xfd\x50\x70\xb0\x7d\x71\xf5\xa5\xcc\xf7\xcd\x97\xab\xb4\x49\x0f\x1a\xd0\xa6\xa4\xe8\x8e\x9a\x7b\xc6\xc9\xa1\x99\x55\xeb\x75\xa6\xed\x27\x8c\x81\xda\x59\x5e\xa7\xb4\xef\x55\x76\xae\x48\x65\x8e\x7c\x8a\xc3\x5f\x49\xa5\xf8\xa7\x95\x88\xaf\x10\xdc\x28\x61\x8d\xdd\x42\xc5\xe7\x8d\x8f\x44\xa2\xe9\xe9\xcd\x03\x8d\x98\x8e\x04\x66\xcf\x79\xdc\xb2\xdd\x9e\x1d\x7b\xf1\x63\xc1\x37\x5b\x12\x88\x55\xfe\x2e\xf5\x95\xe4\x41\x8f\x0f\x66\x3d\x6d\xa6\x73\xb4\x31\x00\x60\xd8\x36\x68\xe8\xe0\xa7\xd5\x3f\x64\xa5\x4c\x76\x09\x7a\x2c\x1d\xc3\xc9\xeb\x18\xbe\x84\x65\xa7\x57\x0c\x6c\xc6\x49\x12\x68\x3d\x19\xf8\x23\xbb\x3d\x3a\x22\x88\x1e\xc1\xb7\x9b\xff\x23\x3d\xf1\x77\xaf\xdf\x4a\x39\xe2\xf1\xdb\xec\x4b\xbb\xe1\x9c\x6f\x78\xc3\x98\x62\x7b\x42\xe3\x06\x79\xac\xb1\x96\x6d\x64\x52\x4b\x62\xf7\xdc\xc2\xdd\xca\xd3\x0c\x27\xe1\x07\xd2\xb9\xfd\x63\x04\x5d\x42\x59\xf7\x43\x62\xe5\xee\x8d\xed\x97\x48\x0f\x82\xaf\x37\x13\x29\xd9\xfe\x9e\x75\x27\x68\xb3\x3c\xa7\x57\x5d\xa5\x3f\x70\x26\x19\xe4\x8c\x93\xb6\xf7\xd5\x77\xa0\xa1\x35\x91\xd2\xbb\xcc\xbe\x12\xc7\xd1\x16\xb2\x30\x0f\x3f\xb4\x89\xb2\x34\xbd\xa4\xcf\x44\x69\x4d\x88\xe8\xba\x41\xa5\xed\x9e\xdb\x76\x9b\x46\x09\x3e\xd4\xc4\xa6\x57\xf9\xbb\xd4\xde\x05\x9e\x79\x2e\xae\xfc\x0c\x86\x3a\x1b\xf4\x63\xd0\x80\x9d\x85\x7a\x19\x73\xdd\x9a\x66\xe9\x3a\x56\x05\xe2\xc4\x48\x01\x60\xc8\xb3\x19\x9c\x04\xbc\x4f\x77\xec\x65\x32\x42\x12\x96\x74\x1e\x65\x1c\x89\x7c\xd8\x7a\x01\x2c\x09\xae\x6d\xa4\x43\xeb\xfc\x2d\x6a\x6e\x42\xdf\x3c\x57\x99\xfe\xc1\x2f\x9c\x47\x75\xd7\x98\x77\xed\xb2\x54\xbe\xac\xf3\x16\x33\x25\x71\xec\xc3\x08\xd2\x70\x31\xcb\x2a\xf7\x72\xff\x57\xd6\x92\xb4\x07\x3d\x28\xd6\x9c\xf8\x2b\x1d\x23\x2c\x97\xc8\xce\x96\x53\x2c\x52\x30\xbd\x81\xc2\xda\xeb\x3f\xb5\xfa\x16\x7b\xa5\xe7\x1a\xd3\x7c\xb6\xc6\xf9\x46\xf9\x47\xce\x0c\xbb\x6a\x65\x1e\x87\x66\x81\x12\x33\x39\xcf\x8a\xef\x0f\xcd\x12\x4d\xce\x4d\xe9\x53\x09\x85\x69\x50\xd7\x1f\xe1\xb4\x78\xb0\x3d\x46\x50\x11\x59\xd0\x5c\x22\xd8\x15\x1c\x5c\x6f\xc7\x7f\xe3\xf7\xca\x6c\xe0\x57\x7a\x3a\x19\xcf\xf3\x93\x36\x2d\xd2\x0e\xf1\xfe\xd8\xfd\x50\xf8\xf0\x3a\x2d\xde\x8a\x90\xbc\xe8\x62\xdc\x40\xbd\x0a\xce\x79\xd5\x1b\xac\x8c\x4d\x5b\xdc\x79\x52\x61\x15\xbf\xba\xcd\x5a\xbe\x38\x72\x41\xd3\x0e\xd9\xb2\xe0\x29\x75\x73\xa4\xb3\xfd\x0e\x56\xa9\xc4\x3f\x3d\xed\x0c\x67\x44\x4f\x36\x79\x69\x46\x84\x3d\xf6\x01\xf2\x78\x81\xd8\x32\x5e\x68\xe4\xc7\x17\x3d\xea\x87\x8c\xac\x9c\xe2\x1e\x17\xfd\x58\xaa\xb1\x63\x7f\xf9\x9b\xb8\xce\xd6\xd5\xda\x1d\x11\x9d\x8d\x81\x6a\x63\x50\x6f\xad\x9d\xf2\xb9\x1f\xb3\xf2\xa8\x62\x9d\xe7\x0c\xfd\x3f\x99\xd7\xa6\x1d\xea\xf7\x12\x3b\xfb\x12\x99\x59\xb4\xde\xb2\x4a\xf0\x55\xb0\xaa\xa8\xb6\xef\x5f\x95\x65\xce\x86\xee\x1e\xd3\xea\xd4\xfc\x8e\xed\xc6\x59\x71\x60\x8b\x49\xbf\x22\x82\xd7\x70\xa8\xdc\x26\x48\x59\xd3\xab\xb1\xf5\x2b\xa9\xcc\x52\xcd\xf5\x9c\xa4\x37\xc8\xf7\x6f\x8a\x52\x0b\xa4\x41\xf6\x6c\x99\x9f\xe8\xa1\xe5\x61\x41\x8d\x00\x55\x54\xd4\xc7\xad\xb1\xc9\xfe\xd6\xed\x52\xf5\x21\xd5\xab\x7d\x8f\xa9\x23\x2e\xad\x65\xb1\x91\x15\x81\x6c\xf0\xd2\xef\x0e\x62\xd6\x6c\x2a\x5f\xe0\x97\x6b\x7a\xaa\xee\xf3\x9c\xad\x5f\xa3\x9c\xb7\x09\xa1\x9e\x29\xf3\xb4\x6f\x91\x1e\x13\x33\x2c\x3f\x0a\x5c\x04\x1d\x27\x00\xf4\x40\x61\xc9\xd8\x67\xcc\xad\x62\x4c\xd7\x7b\xec\xd7\x92\xf4\xda\x7c\xfc\x62\x24\x41\xb3\x92\x10\x88\xaa\xe3\x5a\x11\x65\x98\xb3\xc4\xc9\xa4\xef\xf8\x45\x79\xcd\x14\x35\x51\x1b\xfd\x8a\x96\x4e\x71\xdc\x06\x03\xb9\xb4\xd3\xf6\xf3\xc0\x3a\x86\xf2\x38\x19\x55\x59\xe2\x38\x66\x87\x3e\x55\xfa\xb8\xcb\x17\xf3\xbd\x8c\x57\x73\x00\xe7\x86\x4e\x54\xf3\xf1\x20\xd6\x9b\x53\x49\x78\x80\x5f\x41\x50\x91\x10\xc4\xb9\x79\xc1\x94\x15\xe4\xad\xd1\x06\xea\x04\x15\xb5\x2d\x06\x58\x44\x6f\xb3\xfb\x03\x16\x80\xf3\x8e\x81\x65\x2c\xd4\x82\x3d\xa1\xa8\x7d\x68\x7a\x27\x8c\xfe\x83\xb9\x52\x33\x1b\x1b\x8f\x4b\x53\x3d\xc6\x8d\xe1\xff\xc7\x59\x40\xd8\x42\x14\x10\x2c\x89\x17\xc9\x2e\xb9\xf7\xc9\x3a\xca\x9f\xe8\x50\xaa\x84\x76\x63\x9b\x35\x7d\x0c\x18\xb4\xfb\x0a\x5a\x81\xdd\x47\x34\xa5\x29\x24\x87\x11\x00\x79\x9a\xf4\xae\xfd\x22\x6a\x27\xb9\xc5\xac\x41\xef\xa1\xe8\x94\x95\xd8\x60\xaa\x96\xf5\x15\xf7\x98\x66\xc4\xfb\x10\x1a\xe9\x2d\xb9\x56\x24\x25\x70\x24\x6a\x90\xd2\xcc\x78\xea\x73\x8d\xf6\x03\xfc\x65\xf7\x9b\xc1\x86\x6d\x0f\x5d\x43\xc4\x82\x92\xa1\x63\x25\xaf\xc1\xbe\x36\x4f\x24\x13\xbc\x5e\x65\x85\xb2\x84\x36\x28\x62\xd1\x17\x20\x19\xf3\x16\x56\x03\xfd\x0f\x17\x85\xa7\xc3\xa9\x39\x71\x44\x11\x7c\x3c\x6a\x03\xf9\x00\x73\xa3\x8f\x89\xe6\xce\x24\xda\xaf\x01\x6e\x30\x47\x0f\xec\x2d\xaa\xe1\x47\x0f\x7c\x44\xf8\xf2\x5e\xb7\xe8\x4b\x1e\xf3\x00\x53\x13\xb2\x91\xb7\x41\x3e\x19\x45\xe7\x3e\x81\x87\x30\x59\xdc\x2a\x6c\x0e\xae\x80\x1b\x9f\x2d\x24\x94\x73\xfe\xec\x6e\x20\xfd\xc7\xa9\xf2\x41\x52\x49\xec\x5f\xf6\xa1\xc0\x26\x76\xe2\x3e\xdf\x82\x30\x6d\x71\x1f\xbe\xc8\x56\x33\xa3\xc9\xb1\xf8\x8b\xaa\xc1\x58\x5a\x72\x5d\x99\x20\x9d\x84\x3c\xab\x98\x04\x4e\xa0\xae\xc9\xea\xd1\xaf\xb0\x53\xa4\x1b\xb2\xc8\xf8\x54\xb1\x36\xf2\x3e\xf1\xaa\xf0\xb2\x8f\x15\x45\xca\xbf\x64\x4f\xa7\xa3\xb8\x83\x63\xc4\xbc\xb3\xf5\xbb\xbb\xff\x57\xd0\x5c\xf3\xa9\xfe\x71\x11\xcf\xac\xd4\x47\x23\xa0\xca\x2d\xe2\xd5\xa5\x52\xe3\x31\x46\x58\x59\xbf\x7e\x2b\x8a\x85\xfe\xab\xa5\x67\xe6\xe2\xf0\x2a\x66\xe4\x32\xe2\x42\xf9\x76\xef\x63\xe4\x37\xe2\x21\xfb\x6a\xda\x2b\xfe\xff\x46\x8b\x73\xf7\xf4\x4d\xee\xfc\x95\xaf\xed\xea\xab\xfd\x53\xc8\x68\x8f\x2b\xe7\x17\xb3\x9a\xbf\x08\xb1\x25\xd5\x0d\x04\xfa\x71\xe4\xcd\x9a\xd1\x32\x77\xb4\x4f\xe5\x50\x46\x11\xf6\xb0\x21\x29\x82\x46\xa0\x69\xd4\xde\x4c\x32\x51\x8e\xb0\xdf\x4b\x53\x09\x9f\x8d\x18\x73\xdd\x47\xba\x3a\xbd\xf3\xad\x07\xe7\xd4\x86\x16\x2e\xed\x0d\xd6\x5e\x2e\x5e\xd5\x49\x16\x9c\x28\xf1\x6e\xc5\xd3\xdd\x90\xe4\xc6\x0d\xc8\x3e\xd4\x9d\x1a\x49\xc6\x4c\x2c\xd2\xc4\x88\x08\x26\x38\x94\x4f\x78\xe3\xc9\xce\x8a\x5f\xf6\xb7\x68\x49\x22\xd3\xc8\xf4\x9c\xc3\xfb\xf2\x3b\xba\xf2\xc6\xf7\x30\x6b\x8e\x15\x0c\x0d\x21\xb5\xc9\x45\x83\x7d\xdb\x04\x89\x88\xf3\x9d\x27\x68\xa7\x91\xb3\x5a\x27\x23\xb3\x50\xd8\xfa\xcb\xe9\x57\x31\x7f\xcc\x36\x11\x1e\xf8\xbd\xfa\x97\xde\x6c\xd2\x69\xd5\x06\x87\x05\xd4\x6f\xa2\x89\xc3\xa7\x71\xdb\x0b\x97\x0c\x5f\xc5\xaf\x2d\x76\x69\xf7\x23\x4c\x2a\x71\x30\xcf\x24\xbc\x45\x86\x2a\x57\x13\xdf\xa2\x20\x96\x80\xf4\x17\x33\x88\xbb\x45\xf1\xc0\x4f\xcf\x79\x41\x95\x11\xcb\xa3\x2a\xe9\x0b\x29\xee\x3e\x17\x80\x8b\xb4\xcf\xf6\x53\xc0\x63\x8c\x3b\x87\x1e\x61\x6d\x11\x27\x87\x67\xe2\x96\x97\xaa\xda\x64\xf8\x79\x65\xdb\xab\x10\x84\x15\xe8\xd5\x0a\x11\x71\x0b\x76\x36\x6b\x06\x29\x13\xf7\x19\x57\x46\x6e\x21\x7c\xc9\xe1\x53\x97\x93\x37\x46\xed\xa6\xf5\x53\xf1\x3e\x15\x80\x94\x7e\xd6\xee\x1d\xa8\x01\x63\x0e\xbe\xc3\xcc\x29\xab\x1b\x72\xc5\x2e\x42\xaf\x6c\xbd\x8c\x5b\x83\x81\x2b\x47\xf1\xdb\x71\x8b\xe4\xaf\x08\x38\x7c\x1f\x13\x24\xf6\x11\xe3\xb1\x13\xe4\xc5\xe4\x99\x39\xeb\x28\x06\xca\xcb\xa8\x49\xb4\x70\xda\x75\x1f\x34\xe0\x05\x5c\xb0\x7b\x0c\x26\x80\x2f\x0e\xd8\x95\xbd\x20\xb2\x07\xa8\x68\x3b\x52\x51\x8b\x07\xa6\x88\xbc\xd5\x14\x81\x6d\xa6\x38\xcb\xba\x70\xdf\xa9\x5e\x30\x92\x90\x4f\x0b\xc3\x2e\x23\xbe\xa2\x97\x64\x17\x93\x0d\x40\xd5\x6e\x3c\x15\xcd\xb8\xee\xb3\x8e\xce\x84\x66\xdb\x3d\x64\xec\x87\xe3\xf6\xed\x46\x4e\x67\x8c\xf6\x8d\x96\x65\x80\xd3\x9b\xf4\xa8\x41\x30\xcc\x78\x03\xb3\x1a\x6c\x95\x16\x63\xb5\xd0\x4a\x28\x16\x6f\x09\xa9\x30\xae\x84\x13\xf0\xbc\xac\x76\x92\x0e\xd6\x46\x4e\x50\xc4\xcc\xa5\xde\x5f\x69\x7b\x98\x74\xfb\xf9\x8c\x25\xcc\xa7\xe3\xd1\x25\xf1\x3c\x6c\xcf\xdb\xd2\x11\x9e\x7d\xc3\xe7\x32\x27\xee\x19\x43\x0e\xaa\x9b\x2b\x95\xac\xc6\x84\x73\x53\x40\x0f\xec\x07\xee\x7a\x74\x08\x7e\x84\x33\x91\xf9\x9a\xd8\xc8\xd9\x1f\x09\x90\x07\x38\x44\xef\x8b\xd4\x1f\xec\x5f\xf6\x11\x40\x31\x9b\x3d\x7a\xbc\x78\xa1\x66\x43\x17\x19\xd1\xae\x9a\xa8\xd3\x97\x06\x2a\x47\x75\x9e\xc8\x27\x0a\x96\xc8\x05\x65\x96\x87\x02\x5c\x0c\x52\x36\xa5\xec\x3e\x2e\x4d\xd2\x96\xf1\x90\x50\x26\x76\x8f\x38\x4a\xaa\x15\x96\x7b\x2b\xa9\x8b\xf8\x7b\xed\x79\xf4\x7a\xee\xf9\x61\x97\x42\x4d\xed\xdd\x8e\xf9\xc5\x2e\xd5\x8d\x35\x39\x88\x4b\x55\xf9\xda\x8d\xa5\x62\x93\xbd\x20\xad\x2c\xd5\x70\x9d\xf6\x04\xbd\x4b\x87\x40\x32\xb1\x89\x9a\xb3\xe9\x57\xf0\x3c\xe5\xb7\x88\xe9\xc4\x3b\xb2\xc7\xde\x61\x94\x52\xb1\xd0\x7e\x84\xbe\x8a\x3f\x31\xb8\xa2\x00\xea\x89\x6c\x5b\x54\x64\xd1\x69\x67\x66\x14\x9f\x69\x7d\xab\x2e\x2a\x51\x35\xf5\xf3\x86\x91\xe8\xfa\x38\x6a\x19\x0a\x5d\x3d\x5e\xea\x8b\x51\x9b\xee\xa7\x3d\xc0\x5d\xd7\xb7\x86\x97\x11\x83\x35\x8b\xbc\x67\x90\xdf\xc8\x2d\xed\xef\xd0\x46\x84\xb7\x07\x12\x0a\x66\x0e\xfd\xd7\x1a\x5d\xd8\xdf\x5f\x52\xb5\xb7\xb8\xa8\xfb\x84\xaa\xbf\x64\x43\xc7\x1a\xde\x62\xe4\xcc\x16\x5f\xca\x4d\xd4\x9c\x86\xd5\x25\xfb\x31\x1e\xd5\x0d\x69\x5c\x1c\xb3\x62\x7f\xb8\x17\xe1\x63\x79\x89\xd7\x2f\x72\x83\xa2\xcd\xfe\x17\x8d\x22\x92\xf6\x9f\xca\x6f\x19\xd7\xb6\x1c\x2d\x4c\x1c\xb9\x50\xe5\x5e\x3c\x63\xe0\xb6\xca\x1d\x71\xac\xe7\x1c\xb7\xba\xb4\xa6\x83\x49\x21\x96\xd5\x34\x3f\x2a\x29\x43\x9f\xac\xbb\x97\x16\x8b\x5b\x52\x95\x1a\xee\x40\x10\xe9\x63\xbc\x17\x90\xfd\x94\x17\x1d\x3c\x69\xcb\x45\x4f\xf6\xfd\x25\x3c\x29\x38\xd1\x0f\x10\x45\x45\xaf\x9b\xe3\x49\x5b\x11\x1f\x2a\x98\xa4\x0f\x48\x0b\xe9\x1b\xf2\x09\x54\x2a\x34\x4a\x69\xc7\x68\x31\x04\x6a\x07\xee\x6d\xd6\x13\xda\x31\x22\x73\xf7\x7c\x60\x26\x65\xa3\xf7\x15\x86\x88\x3e\xd9\xae\x13\xf2\x02\xa7\xee\xb3\xc1\x9f\x43\xa0\xfb\x06\x09\xa2\xd2\x80\xa6\x66\x62\x24\x72\xc2\xf8\x84\x64\x8d\x7a\x20\x4d\x27\x2f\xc0\x5c\x80\xbc\x29\xb3\x70\x07\x31\x53\xa9\xd6\x84\xb3\x59\x7c\x5a\x3c\x79\x6e\xe4\x51\x7a\x37\x35\xcf\xbb\x9e\x11\x42\xbf\x62\x67\x84\x66\x83\xf8\xbd\x5b\x70\x7b\xca\xdc\x7b\x9f\xe0\x25\xa8\xa1\xc6\x0f\x84\x02\x8c\xbd\x71\x2b\x31\x0a\x7b\x58\xb2\x9f\x94\x80\x2f\x01\x7b\xc9\xf9\xc4\xc5\x68\x2d\x45\x49\xba\x9a\xe5\x48\xbd\x49\x39\x1c\x09\xd3\xc3\x69\x07\xbd\x19\xc0\x57\xe0\x92\x9d\x0a\x3c\x07\x4d\x1f\xe3\x63\x4c\x84\xbb\x3d\x81\xd8\x46\xe2\xad\x86\x2c\xdc\x00\xe9\x80\xfe\x2c\x7e\x3f\x79\x8f\x98\x47\x78\x4a\x39\xc7\xa8\x25\xad\xa6\xbe\x41\x0d\x90\xd1\xf4\x35\x99\x44\xca\x5d\xa0\x28\x62\x82\x46\x62\x8c\x78\x07\x00\xc1\xd0\x74\xbb\x0a\xd0\x0f\x2e\x1b\x55\xa3\x1e\x00\xcf\xba\xe8\xe8\xcf\x8c\xd4\xba\x83\xd8\xe5\x8c\x41\x5d\x36\x2e\x10\xb4\x11\x85\xe0\x85\x60\x35\xa0\x20\xdc\x83\xec\xcb\x2e\x91\xe2\xa0\xc1\x8c\x83\xe4\x47\x70\x5c\x84\x80\x5a\x0e\xbf\xf2\x5e\x49\x67\x31\x51\x76\xa7\x19\x1a\xe6\xb7\xe1\xde\x32\x27\xae\xa2\x63\x10\x95\xc9\xcd\xa8\x5d\x83\xae\xe4\x2e\xd3\xbe\xc6\x3c\xe6\xbc\x11\x4e\xc5\xed\xe2\x9c\xa2\xd3\xf0\x23\x9c\x4e\xe4\x3b\x62\x18\x47\x91\x31\x87\xf4\x99\x83\x8a\x58\x4c\x39\xc4\xf1\xf3\xfa\x46\x3b\xc2\x7e\x6e\x3f\x0b\x78\xc1\xd6\x0c\xda\x94\xfc\x51\xbd\x6a\xdb\x85\x4c\x57\x3e\x32\x9f\x2b\xdb\xa3\x38\xae\xbe\x84\x5e\x23\x6f\xe3\xdb\x63\xaa\x65\x42\xea\x55\xdc\x56\x69\x46\xa9\x1a\xff\x56\x62\x91\x3e\x83\xb8\x5f\x74\x24\x1c\x41\xee\x13\x86\x78\x1d\xa4\xde\xe2\xeb\xed\xa3\x81\xb5\xdc\x4b\x7d\x7b\x10\xac\x9a\xa2\xe6\xef\x25\x8f\xcd\x31\x95\x8d\xc8\xe8\xca\x4d\xca\xab\x65\x47\x2a\x16\x70\x33\xd0\x19\xfa\x7b\x94\xed\xd8\xc5\xe5\xb2\x12\x3f\xdc\x0b\xcd\xe2\xb4\xc9\x84\x9b\xca\x82\xb0\x7e\xd2\x2b\x19\xd5\x8b\x43\x75\x11\x47\xd8\x8b\xe8\x0a\xfe\xeb\x1e\x43\x71\x59\x97\xac\xf1\x23\xe2\x6a\xbb\xb2\x62\x5f\x69\x44\x0b\xac\x58\x88\x3c\xd7\x58\xc4\x3e\x88\x22\xd7\xd9\x93\x2e\x60\x02\xcc\xfd\x88\x49\x38\xa7\x8a\xdf\xa9\x8b\x08\xce\xba\xb7\x61\x2b\x48\x49\x6a\x9e\x57\x20\xa5\x57\x76\xcc\xbe\x9b\xee\x24\x3c\xd0\x7d\xaf\x78\xc6\xe0\xf2\x46\x37\x04\xa1\x77\x9f\xf1\x5b\xc9\x7f\x5d\x81\xf2\x2c\x64\x69\xdb\x10\xdb\x02\xb5\xa8\xe9\x1b\xc9\x1f\x7d\xb7\xee\x57\x31\x1f\x7b\xc6\xdc\x9d\x32\x8c\xbf\x66\xfc\x18\xfa\x98\x34\x45\x7b\xce\xcb\x83\x52\xac\x08\xb3\xbf\x40\x7b\x2a\x42\x75\xa7\x17\x0d\xef\x19\x6d\x68\x46\x58\x0c\x2f\x33\x96\x94\x48\xfa\x03\x65\xb7\x91\xd3\xba\x13\x59\x6d\x65\x6d\xed\x1b\x89\xb7\xd0\x84\xa6\xe1\x62\x0f\x6c\x4e\xed\xbd\x14\x0e\x1e\x59\xc9\x0e\xbd\x40\xac\xd0\x75\x78\x05\x91\xff\x2a\x91\x0e\x33\x68\x6c\xd1\x91\xc1\x20\x1a\xae\x20\xa2\xcd\x40\x6b\x2a\x52\x57\xc7\xd0\x9e\x20\x46\x34\xab\xe8\xc9\xa5\x97\xf9\x5b\xe8\xb7\x51\x53\xa9\x63\x40\x01\x26\xa4\x74\x3b\x63\x3a\xae\x25\x4d\xc0\x68\x25\x06\x87\xf1\x41\x3c\xf9\xeb\xd6\x52\x88\x4c\x7b\x6b\xcb\x82\xeb\xc1\xe5\x03\x15\xd4\xd4\xe2\x4b\xad\x9f\xa8\x8d\x25\x07\xcd\x03\xd4\x1f\x48\xbd\x9a\x4d\x93\xa0\x4a\x79\xf5\x74\x27\x4c\x0a\xd5\x97\x7e\x0a\x17\x57\x72\x05\xe0\x10\xca\xd2\x36\x32\xb6\x93\xc6\xc3\x76\x80\xd6\xd4\xb5\x5b\x7d\x21\x7f\x7a\xbf\x2d\x0a\x66\x82\xd4\xfe\x27\x94\x5d\x48\xb0\x35\x88\xd2\x82\x5a\x66\x9e\x4a\x5d\x81\xd6\xab\x6e\x52\x0f\x62\x6d\x79\x73\x68\x24\xdc\x79\xca\x30\x7d\x03\x81\x5f\x52\x48\xff\x4a\x4a\x4d\xbd\x06\x9c\xa2\xe4\x84\x4d\x61\x1c\xa6\xe1\xb6\x5a\x81\x1f\x81\x26\x5b\x14\x1c\x02\x4d\xeb\xbd\x4e\x4a\xc1\x9f\x6f\x2e\x20\xbd\x24\x9c\xa8\x4c\x22\xf3\x88\xbd\x4a\x24\x25\x84\x74\x8c\x73\x95\xba\x92\xfc\x3f\x72\x1b\xf5\x3d\xd5\x0e\x21\xa0\xdd\xa3\xa1\x53\x3d\xe8\x57\xe9\x4f\x42\xcb\x81\x09\x46\xa2\xe7\x3b\x30\x0c\xbc\x60\x2b\x87\x46\x61\x44\x4f\x36\xa1\x8b\x5e\xde\xf8\x8a\x18\x01\xac\xac\xb8\x4b\xfc\x01\x70\x15\x2b\x48\x77\x19\x33\xd9\x1d\xe4\x73\x8c\x3a\x52\x33\xe5\x08\x18\x58\xdc\x43\xbd\x08\xbe\x49\x51\xd3\x1e\x41\x43\xa1\x6e\x80\x35\x4c\xf4\xbc\xc7\x90\x30\x1d\x6c\x8f\x42\x8b\x98\xaf\xbb\x0c\xf8\x19\x9c\xd9\x0d\xc1\xf8\x93\xec\x57\xc6\x5c\x82\x98\x3d\x2c\xdb\x47\x54\xb0\xdb\x58\x20\xc9\xc4\x6e\x24\x56\x93\x3b\xd8\x8d\x45\x57\x29\x57\xd8\x2d\xc9\xaf\xa8\xdf\xd8\xbd\x21\x17\xe9\x09\xec\x2e\xcf\x33\xc0\x45\xb6\xda\x6e\x26\x58\xc6\x86\xda\xdf\x62\x6e\x28\x0e\xd5\xde\xc5\x1e\x95\x3f\xd6\xbb\xe0\x46\x65\xef\x25\x07\xf0\x57\xa4\x5f\xe1\x61\xc2\x1f\xc9\x6f\xc2\x12\xd2\x16\xf1\xef\x42\x39\x19\x12\xbd\x4b\xfa\x4a\x39\x2b\xbc\x12\x12\x40\x0b\x12\xa8\x3c\x7b\xe8\xf7\xf8\xb6\x76\x18\x86\x82\xdb\xda\x7a\x18\xed\x51\x25\xab\x1e\xc1\x04\x9a\x86\xca\x2d\xb1\x31\xc6\xb3\xa2\x5b\x38\x96\xfe\x3e\x34\x05\x7f\xb8\xfc\x21\x4e\x4b\x5c\xac\x39\x55\xb0\x9b\x04\xa8\x14\x89\x5f\xc9\x6f\x14\xeb\x77\x29\xa8\xb0\x94\xef\x89\xa2\x7b\x8a\xba\xec\x6a\x81\xdf\xfc\xce\xe6\xd3\x28\x6c\xfb\xd6\xaa\xab\xe8\xa4\x16\x92\x26\x0a\x93\xd2\x58\x29\x74\xc4\x96\xd7\x1d\x62\x90\x71\x4f\xab\x8f\x62\x37\x13\x76\x55\xea\xf3\xd7\x12\x0f\x1a\x37\x26\x2e\x25\x87\x96\xa3\x82\x3f\x52\xde\xaa\x12\x3d\x9d\x68\x43\xd2\x5f\x76\x47\x00\x99\xb0\xb4\x69\xa2\xec\x6b\x6f\x42\xd5\x3c\xd4\xfb\xae\x18\xb5\x06\xfd\xb9\x7d\x9d\x80\x86\xdd\xd2\x7c\x1f\xb8\x86\xe3\x36\x20\x31\x8d\xf8\xff\x6a\xf6\xe4\xb5\x12\x8b\x2a\xc7\x13\xf6\x92\x3e\x1b\x12\x83\xf7\x50\xcc\x1a\x9e\xe7\x2a\x1a\x52\x8e\xb5\x7b\x08\xec\x12\x2d\x6c\x4a\x2e\x53\x0d\xe9\x2b\xa9\x28\x65\x7f\xae\x7a\x06\xda\xd8\xfd\x91\x3f\x81\xb9\xd4\x91\x0c\xe4\xe3\x2c\x5b\x18\x98\x40\x3c\xdc\x90\x98\x97\x4a\xf8\x55\x7d\x39\x81\x4f\x92\x56\x9c\x0b\xae\xa3\x78\x94\xc7\x7b\xda\xd2\x26\x29\xc4\xf6\x4b\xe8\x77\x45\xc8\x76\x5f\x38\xa7\x60\x63\xed\x3c\x78\x57\x51\x90\x2e\x1f\xf6\x40\x44\x8b\xdf\xc2\xa1\xa5\x25\xd0\x35\xb8\xb8\xac\x09\xef\x02\x4b\xd0\xaf\x0b\x8c\xf0\x3e\x5c\x66\xa2\x1a\x9e\x20\x4c\x04\x8b\x98\x61\xe4\x01\x77\x3d\xf3\x24\xed\xb0\xcd\x57\x16\x12\x9c\xd1\x56\x05\xa5\x16\xa3\x6b\x08\x50\x52\x49\x78\xf9\x45\x28\x0f\xb9\x4c\x5c\x00\xc9\xca\x5e\x43\x09\xd0\x61\xf4\x63\xdc\x5e\xe8\x07\xf6\x59\xc1\x56\x78\x07\x61\x7e\x62\x04\xac\x21\x65\x07\xc7\xc3\x3f\x29\x67\xdd\x21\xa6\x86\x0e\xda\x7c\x61\x85\x80\xb9\xad\x1f\xc0\xa4\xd2\x2b\xd5\xe7\xc1\xd2\x32\x72\xb9\x3b\xa8\x44\x4f\x11\x9d\x04\x2f\x61\x94\xe0\x49\x68\x0d\x6e\x07\x2e\x08\x2a\x24\x4c\xcf\xbf\x08\xed\x27\xbe\x4e\x9c\x0c\xdb\x91\x3f\x07\xdb\xc0\xf5\xb4\xc5\xee\x28\x66\x04\x50\xbc\x6e\x2a\x6b\x01\xf8\xa2\xc5\x11\x28\xc5\x9d\x32\x6f\x00\xc6\xf1\x77\x34\xed\x8c\x45\x84\xdb\x42\x80\x81\x26\xfe\x62\xb4\x33\xae\x91\xbd\xb0\x11\xa0\x1f\x85\x9d\x3f\x19\x1c\xa0\x3e\x49\x20\x40\x3e\xf4\xf4\xa0\x23\xd0\x43\xe0\x81\x7b\x34\xdc\x0c\x42\xeb\x36\x31\x79\xb0\x7f\x93\x89\x76\x90\xb6\xb3\x72\x1f\xdd\x8e\x76\x5b\x9d\x48\x97\xd0\xf3\x04\xa1\xc0\x54\xfa\x6f\xc0\x0c\x88\x81\x4e\x4c\x2e\x63\x3e\x03\x99\xb7\x83\x51\x0f\x6e\x8d\x7f\x0c\x46\x41\x0b\x82\xf0\xd0\x42\xe8\x85\x7b\x08\xf4\x06\x3e\xb1\x0e\x0d\xdf\x67\xee\x6d\xf8\x40\xcd\x67\x79\x98\x5c\xa8\x47\x59\x11\xca\xe7\xb4\x2d\xac\x48\xfe\x64\xda\x51\x56\x1a\x9d\x4e\x2f\x60\xe1\xd0\x08\xfa\x3f\x96\x31\x17\x09\x74\xb2\x0e\xc6\x87\x31\x30\xac\x17\x41\x76\x60\x18\x7b\x96\xbb\x0f\xb4\x95\x6d\xb1\xae\x1b\xde\xca\xf6\xa9\xcb\x25\xc7\xc8\x62\x0c\x77\xc8\x77\xa4\xc3\xf2\xfd\x14\x82\xe4\x0f\x77\x16\xd5\x5a\xb2\x99\x7a\x84\x7a\x5b\x5c\x54\xf6\x98\x66\x10\xe9\x73\x5c\xe8\x05\xc2\xb1\xb8\x5c\x20\x54\x70\x72\xa7\x91\xb1\x9d\x3f\xee\x6e\x01\x46\xf0\x94\xb6\x73\xa0\x42\x6e\x5a\x8d\x0d\xf1\x78\x85\x5e\xb7\x87\x84\x35\x4e\x93\x9e\x26\x5b\xea\xd3\xd8\x01\xe4\x87\xe5\xf5\x14\x47\x4a\x8f\xe6\x1e\x12\xa0\x0a\xd5\x93\xb3\xa7\xd0\xf0\xca\x19\xb1\x14\x7a\x99\xec\xf6\x8e\x9f\x00\x55\x02\x6e\x79\xcd\xa8\x10\x7e\xb2\x8d\x03\x0f\xf2\xa3\xcc\x39\x84\xaf\xcd\x4c\xed\x57\xa2\xa0\x71\xa5\x64\x31\xc9\xb7\xce\xc8\x6c\x26\xcf\xaa\x99\x44\x1a\x21\x3f\xa9\x0a\x2f\xf5\xa4\x9c\xad\xc8\xcf\xfc\x48\x3d\xae\x0f\x8e\xa9\xa4\x5d\xd0\x9c\xdb\x91\x49\x7f\xa9\x9c\xbb\xa5\x89\xb1\x5c\xba\xca\x16\x0f\x86\x0a\x3e\x57\xd5\x12\xe4\x9d\x04\xad\x37\xd1\xb9\x6d\x54\x9c\x4d\x7c\xdc\x7c\x0f\xfe\x47\xea\x69\x78\x4c\x5a\x47\x96\xd4\xee\x29\xe9\xa7\x90\xcd\x89\x99\x02\x2a\xb1\xa2\x3d\x26\x84\x06\xeb\xb4\x3b\x6c\xe8\x26\xb5\xed\x16\x35\x70\x5a\x06\xda\x0a\x19\x3f\x85\x86\xaa\xf9\x04\xcf\xbe\x72\x4d\x33\xe1\x76\x77\xa5\xe8\x1a\x51\xd9\x41\x81\xf9\xa4\xe4\x56\x47\xe2\x08\xd9\xb9\xd1\x5c\x92\x42\x59\x5a\x7b\x32\x33\x80\xba\xb0\xaa\x26\x66\x21\x6d\x95\xe1\xd3\x8e\x29\x74\x77\xcd\xc3\x2d\x06\x20\x4f\xae\xb6\x1d\x61\xc8\x85\xdf\xaa\xef\xf0\x57\xe5\xdf\xd6\x35\xf1\x14\x85\x13\xd2\xdb\xbc\x25\x88\x49\x6c\x57\xee\xbe\x52\x4b\xf2\x07\x2e\xba\x2c\x13\xe9\xc2\x5d\x85\xee\xce\x92\x72\xce\xe3\x36\xc4\x64\x70\xe4\x84\x93\x81\x61\x9c\x54\x32\xcf\xad\x9a\xb3\x93\xd6\x66\x9d\xcf\x09\x04\xa7\x55\x87\xf3\x56\x15\x4f\xd6\xad\xe2\xf6\x22\x1e\x4a\x13\xb8\x49\xa5\xdd\xac\x61\xee\x82\x32\x01\x99\xcd\xb9\x8c\xe6\x95\x9e\xe2\x68\xb0\xea\x2c\x4f\x4e\x1a\xfe\x44\xcc\x5a\x8e\x0b\x69\x75\xa0\x2d\x67\x21\x45\xe6\xa6\xe1\xcc\xa5\x27\x5a\xa3\x39\x2b\xc1\x44\x73\x07\xd7\xa2\x34\xa6\x9c\xcd\xb9\x8a\x7c\x2f\x39\xcc\xd1\xa3\xb8\x2c\x67\x4e\x01\x66\x11\x79\x1a\x67\x2b\xf6\x54\x69\x16\x67\x1a\xbe\x32\xf3\x36\xfb\x1e\x51\x13\xfd\x8c\x7d\x8c\x5c\x13\x38\x89\x3d\x46\x3d\xea\x26\x63\x1f\x07\xb6\x58\xb3\xd8\x8f\xc1\xcb\x55\x8b\xd9\x0c\xec\x6b\xed\x7c\x76\x24\x7e\xa6\x18\xcd\xb6\x25\x2c\x66\x4e\x65\x2f\x21\x06\x91\xa6\xb2\xa7\x92\x64\x25\x10\xeb\x2d\xf9\x4d\xa6\x35\xeb\x3e\xb5\x24\xba\x88\xf5\x98\xf6\x68\xfb\x01\xd6\x1f\x80\xe6\x26\x64\xdb\x82\x3e\xd6\xe3\xec\x34\xd8\xd2\x74\x89\x79\x9a\x3a\x4d\x7d\x86\x79\x90\xda\x2f\x72\x63\x0e\xd1\xa2\xa0\xd7\xcc\x51\xda\x3f\xe2\x6c\xe6\x51\xfa\x11\x44\x0b\xf3\x14\x50\x97\x81\x64\x5e\x66\xc8\xa2\x5e\x32\x7f\x82\xe4\xed\x10\x6b\x0b\x54\xe2\x26\x63\xa1\x60\x9c\xcd\x42\x56\x3f\x53\x5d\xe1\x0b\x73\x60\xb5\xaa\x00\x46\xc0\x47\x05\x13\x70\x1a\xfc\x14\x3c\x0d\x93\x99\xf3\x09\x0b\x61\x23\x33\xa4\xf8\x34\x3c\xc8\x54\xa7\x8f\xc0\xb7\x99\x4f\xa3\x68\xcc\x15\xac\x4d\xdb\x13\x98\xd9\x2c\x92\x5b\x3d\xb3\x91\x35\x6c\x43\x62\xbe\x62\xcf\x32\xcc\x05\xb3\xc4\x9f\x14\x21\xa0\x50\x6c\xe0\xbd\x04\x07\xc4\x4b\x80\x09\xf0\x3f\x11\x09\x87\x83\x6c\x84\x17\x8a\x8a\xa1\x2c\xe1\xd6\x34\x11\xa4\x17\x48\x76\xd7\x40\xdf\xf9\x27\x03\x4e\xc1\x39\xbc\xb7\x6e\x5c\x78\x0f\x6f\x92\xcd\x18\x73\x23\x77\x41\xf9\x01\xc6\x22\xfd\x88\x6c\x03\xc3\x57\x17\xc7\x9d\xcc\xc0\x6a\xaf\xd3\x3d\x19\xc3\x9a\x54\xcc\x0b\x70\xaa\xea\x5c\xe1\x4c\x30\x45\xe9\x96\x8a\x05\xfb\xe5\xb4\xc8\x7d\xd0\x3a\xa9\x30\xc0\x03\x32\x8a\x51\x6e\x31\xf0\x4c\xa1\x87\xcd\x3b\x58\xc8\x7b\xac\x5d\x05\x4c\xaa\x6f\x92\x88\x80\xf8\xda\x36\x36\x12\xa8\xab\x06\xa8\x07\x81\xff\x55\xad\x47\x57\x33\xc2\x2a\xf6\xe4\x3f\x67\xb4\x1b\x2c\x53\x98\xe0\xb2\xf2\xe8\x88\x4f\xa0\x5c\x6d\xef\x6f\x84\xe6\xc9\xc7\xdc\xe6\x40\x42\xc9\xa6\x75\x8b\xe1\xc9\x02\x8a\xc6\x8b\xbe\xbf\x35\x54\x7c\x02\x98\xd2\xf4\x93\x75\x08\x88\x6d\xa0\x51\x1d\x81\x9a\xda\x13\xe8\x15\xc0\x57\xf3\xbb\x7c\x02\x23\xcd\x74\x2b\xc5\x9a\x71\xd2\xc0\x8f\x68\x04\x03\xb5\x47\xfd\x33\xc1\x03\xca\x41\xd7\xcf\x90\xaf\x14\x5e\xe7\x0c\xf5\x08\x97\xab\x41\xba\xb4\xcb\x4e\xbc\x81\x7e\xa8\xbd\x92\xb5\x1d\x98\xda\x72\x85\x32\x08\xec\x6e\xbc\x8a\x1a\x06\xcc\x75\x35\xf9\x36\xc0\x9f\x6a\x9b\xe4\x27\x8c\x32\x53\x52\x04\x91\x71\x5f\x3f\xd3\x7f\x1b\x98\xa6\xce\x71\xfd\x0a\x5e\x96\xc9\xd6\x45\x41\x41\x42\x40\xfe\x59\xb5\x3c\xff\x33\x7f\xaf\xe2\x7a\xe1\x47\xf0\xa5\xbc\xaf\xf8\x1d\x91\x20\xeb\x28\xf9\x57\x4a\x97\xd6\x97\x6d\xcf\x59\x24\x11\xa1\x2b\x12\xde\x88\x11\x38\x87\xd0\x3c\x51\x20\xe1\xca\xb6\x69\xc2\xe5\xe4\x26\xe7\x5c\xfe\x5b\xda\x3d\xab\x00\xde\x79\x30\x54\x8e\x54\xda\x17\x1d\xe3\xef\x54\x4c\x43\x68\x40\xb6\xec\x5b\x69\x3a\x71\xb1\x6c\x7a\xd9\x96\x52\x1b\xe9\x22\xb4\x7b\xf6\x71\xc9\x74\x6c\x5c\x42\xa7\xe8\x0b\xbe\x3a\x74\xab\xf0\x21\x69\xaa\xcf\x27\xc1\x59\x8a\xcc\x39\x87\x3f\x4c\x2f\xb5\x4a\xe3\x35\x80\xb0\xec\x8a\xc2\xab\x64\x2f\x6f\xaf\x7c\x2b\x32\x0b\x5c\x20\x0b\x28\xfb\x1f\xa1\x59\x9a\x8f\x16\x97\x1c\x94\x80\xd8\xe8\x6c\x82\x18\xc6\x6f\x4d\x40\x88\x00\x62\x48\xe8\x3c\x21\x40\x2e\xf1\x79\x28\xa0\x50\x9b\x9d\x8b\xf9\x68\x60\xb3\x15\x83\x57\x02\xbe\x96\x22\x65\x27\x31\x27\xb9\x3c\xe9\x75\xec\x4f\xe0\xa7\x64\x02\xbf\x16\x3f\x2c\x71\x24\xe4\x23\x3e\x8a\x13\x89\x87\xb3\x0e\x8a\x50\xe4\xc0\xf8\xeb\x42\x98\x72\x2f\xa4\x53\xa0\xa7\x11\x7d\xf6\xf3\x87\x80\xf5\xce\x30\x6f\x3f\xb8\xc8\xea\x0a\xf7\x34\x6c\x21\x09\x92\xc6\x93\x77\x72\xf2\x25\x44\xca\x62\xfa\x4d\x71\x05\xe5\x1c\x6e\x48\x74\x8f\x5a\x87\x58\x26\xb2\xa6\xc9\x33\xff\x0a\x77\xd3\x35\xf1\x5b\x05\x04\xa0\x2b\x24\x82\xdf\xcb\x38\xe6\x53\xce\x7b\x03\xbe\x74\x96\xf3\x66\xc3\x4e\x6b\xed\xb8\x0e\x4c\x48\xbc\x46\x32\x17\x8c\x61\xfb\x8b\x6d\x41\x3d\xed\x98\x28\x0a\xbc\x80\x3d\x2c\x6c\x80\x9c\x8b\x3d\x05\x3f\xa0\xf2\xcc\x5d\x02\x5f\x78\x4d\x9c\x86\x8f\x83\xeb\x77\xbd\xe5\x9d\x63\x6e\xf1\xc1\xf3\xd6\x32\xc7\x9d\x9b\xb9\x61\xac\xdd\x6b\xf1\x1c\x90\xf5\x54\xb8\x46\x64\x27\x38\xcd\x44\x08\x0b\x05\x52\xea\x22\xc1\xb0\x60\x13\xc6\x47\x60\xc3\xbf\x58\xf8\x9a\x2f\xe5\xd3\x33\xac\x79\xcf\xf8\xf6\xb1\x5d\x3c\x2f\xde\xd9\x5d\xc1\xdc\x76\x5e\x8e\xcf\x2a\xee\x32\xee\x43\xe7\x46\x4e\x1a\x37\x79\xed\x5d\xb6\x8e\x73\x86\x1f\x21\x18\xd5\x6c\x82\x46\x05\x0b\xd5\x6e\x64\x2e\x1f\x52\xcd\x42\xdd\xe0\x7d\x54\x3c\x2f\xe8\xe0\x61\xe5\xc3\xe9\x0b\xb8\x0f\x65\xb4\x98\xf3\xdc\x04\xe9\xba\xe0\x2a\xce\x39\x71\xad\x77\x0f\x27\x48\xf8\xdd\x59\xca\xae\x12\x04\x58\x2f\x67\x3d\xe5\xe1\xb9\xed\xfc\xe3\xe6\x2d\xa0\x07\xdf\xad\x52\x49\x5a\xcf\xab\xab\xd8\x5f\xa6\xe4\x39\x18\xae\xe6\x2b\xb9\xed\xba\xcb\x69\x4b\xb9\xae\xda\xb6\x98\x29\x9c\x3e\x75\x72\xd0\x7b\x8e\x87\xa2\xdf\x7b\x03\xbb\x5b\x7a\xcd\x39\x9e\x3d\x5f\xf4\xcc\xda\x8d\x95\xc1\xbf\xc1\x79\xc7\x47\xd7\xc7\x33\xa4\xbc\xab\xb5\xc5\x44\x25\x2f\xb2\x3a\xac\x6c\x32\xf7\x52\xd5\x8c\xfc\x95\xdc\xf8\x8a\xc6\xd4\x2e\xce\x5d\xc3\x82\xe8\x5e\x4e\x41\x79\x50\x50\x1b\xfb\x89\x7a\x89\xd7\x17\x76\x86\xbc\xda\x39\x80\xb5\x5f\xb2\xc4\x7a\x27\x6b\xae\x20\x8f\x13\xc7\x5f\xd7\xbc\x0f\xf8\xc7\xe3\x35\x56\x12\x97\x73\x27\xea\xb7\x23\xcd\x5c\x72\xcd\x48\xde\x41\xce\x67\xf3\xa4\xd4\x22\x0e\x64\x9a\x1b\x4d\xe7\x4c\xd5\x5f\x0d\x82\xd9\xb0\xd6\xce\xeb\x06\xeb\x7f\x4a\x5b\xe7\x9d\xac\x58\xe9\x02\xeb\x0c\x66\xb5\x60\x3f\x48\xa9\xfc\x5c\xe0\x47\xf6\x30\xad\x29\xf2\x47\x53\x8c\xbb\x10\x3e\x45\xbe\x7a\x42\x69\x58\xa6\xbe\x5c\x55\x26\x4c\xa8\xd7\x48\xd0\x1f\x22\x16\xaa\x50\x38\xf9\xf6\x1d\x8a\xad\xc4\x08\xf7\x83\xd2\xd7\x94\xcd\x4e\xbe\x62\x2e\x9d\x6a\x81\x15\x2e\x00\x5f\x81\xb3\x2b\x03\x8a\xce\x93\xee\x57\xe4\x21\x2a\xd1\xee\x06\x59\x69\x51\xe1\x2f\xdd\x85\xb2\xed\x99\x59\xe5\x93\xd1\x21\x09\x78\xcd\x2c\x2c\x3d\xfc\x95\xf2\x1b\xfe\xde\xf6\x4d\xf2\xab\xa4\x24\xf7\x43\xd2\x4a\xca\x47\xa7\x78\xf1\x4e\xfa\x73\x0b\x9d\xe0\x36\x34\x95\xa1\x35\x89\x4a\x44\x24\xc8\xd8\x8a\xb4\x43\x3d\xd3\x5f\x2a\xdb\x5b\x38\xa0\x73\x45\xe7\x65\xae\xd1\x62\xb0\x9e\x09\xdb\xd4\x2c\xbc\x67\xf8\x01\x25\x40\xcc\xdd\xbe\x52\x5e\x4a\xd6\xbb\x1f\x94\x06\x52\x5f\x3b\x15\x89\x3e\x03\x6a\x8b\x71\x81\x11\x4a\x03\x38\x15\xab\x31\x53\x88\x1a\x43\x26\x36\x12\xb5\x46\xd7\x82\x13\x14\x4e\xd3\xfe\xc5\xdf\xcd\x90\x68\x42\x89\x49\xf1\x07\x54\x48\xd2\xa7\xf0\x6c\x05\x85\xd2\x1f\x70\x4f\x06\xd3\x0a\xdc\xf7\x4a\xa8\x80\xa7\x93\x54\xb4\x1d\xdc\x65\xb9\x84\xff\x05\xc6\xd0\x9f\x19\xba\x89\x37\x08\x27\x75\xff\x48\x17\xca\x7c\xcb\x63\xc8\xed\x05\x01\x9a\x51\x4a\x4d\xfa\x7d\xf5\x62\x6a\x5f\xfc\x26\x65\x28\xed\x61\xd8\x4b\x79\x11\xe0\x14\x50\x2f\x55\x30\xd0\xee\x43\xe2\x5a\x70\xbf\x53\xaf\x10\x80\x3d\x2c\x91\xfc\x40\xe6\x38\x6d\x9f\x9e\x02\xec\xc2\x1f\x2b\x1f\x07\x7a\x91\xf1\xda\x59\x8c\x45\xf9\x48\xb5\x90\x51\x9d\xbe\x5e\xf9\x1a\xdc\x1e\xa7\x51\xb8\x80\x13\x61\x28\x59\x26\xb4\x3f\x20\x4b\x52\x07\x8b\xdd\x3b\x44\xe7\x99\x49\x4e\x37\x05\x43\xac\xf5\x96\x97\x78\x4c\xf6\x3c\xaa\x6d\xb9\x82\x7b\x0f\x97\xa7\xf9\xc3\x3d\x5a\xba\x4e\x4d\xe0\x9a\xf3\x72\x95\x3f\xb9\xec\xb4\x60\x05\x89\x8b\x8f\xbd\x28\xbb\xcc\x2d\x0e\xbd\x21\x5d\xc5\xcd\xf0\xff\x23\xc6\x73\x77\xba\x8b\x85\xbd\xdc\x55\x4e\xbf\xf9\xdd\x9c\x97\x56\xa1\x5c\x25\xe7\x08\xb9\x5f\xbb\x41\x61\x85\x5d\xae\x6e\x97\xa7\x23\xee\xa8\x02\x64\x40\x6e\xb4\xe2\xa4\xb4\x27\x35\x49\x1e\x23\xb9\x15\x3b\x45\x7a\x44\xfc\x2d\x74\x8b\xc4\x56\x3c\xdd\x5f\x21\x12\x0a\x3f\xba\x27\x09\x2e\x0b\x0e\xac\x9f\xc1\x7b\xc4\x07\xac\x74\x9c\x8b\x3c\x57\x92\x56\xb3\xc5\x30\x81\x7e\xad\xda\xa3\x6f\x2c\xbe\xa2\xdc\xa5\x73\xc9\x89\x91\x3f\xd1\xb6\xa7\x30\x64\x44\xcd\xd2\x98\x30\xc9\x6f\x55\x5e\x48\x95\x98\xa8\x90\xfa\x2f\x12\xde\x95\xa1\xb6\x7c\x15\x38\x4b\x2c\x9c\xde\xf3\x42\x84\xc7\xad\xc6\x38\x3b\xf9\xb9\xc4\x1f\xea\xee\x2a\x35\xba\x50\x15\x62\xfa\x5e\x9c\xa8\x78\x5c\xb1\x2d\xfb\xa1\x9c\x69\x28\x49\xb1\x94\x2d\xd2\x01\xd1\xdf\x25\x75\xda\xa2\x90\x6c\xf1\x5a\xb5\x9d\xdf\x7d\x21\x4f\xc1\xdf\x72\x91\x7f\x59\xda\xe9\xf4\x88\xfb\x49\x74\xd6\x6a\x90\xfd\x85\x7f\x89\x48\x57\xbb\xd7\xf2\x50\xff\x53\xde\xae\xde\x53\xf4\x5e\xc1\xac\x3a\x98\x2d\x95\xaf\x34\x75\x25\xdf\x92\x36\x1b\x29\xd1\x47\x24\x3e\xfa\x79\x21\xde\xa2\x71\x2d\xca\xef\x90\x70\xb5\x2a\x7d\xcb\x7e\x7e\xbe\x7c\x8a\xd3\x6b\x2e\x57\xdc\x6d\x75\x97\xcd\x17\xb8\x96\x55\xb5\x86\x17\x3c\x29\x0a\x6d\xaa\x29\x3a\x93\xad\xa8\xff\x8a\x18\x4d\x21\xd4\x26\x96\x1e\x8b\x9d\x6d\x56\xa3\x66\x86\x11\x4d\x1a\x0c\x14\x58\x6c\x28\xc6\x6f\xf0\x02\xca\x97\x91\xe6\xba\x4c\x53\x99\xa8\xcb\xec\x20\xd9\x73\x20\x66\xf5\x0b\xf1\x12\xa8\xaf\xac\xa0\xc5\x5c\xec\x56\xb4\xb2\xf1\x23\xe2\x7d\x36\xaa\x3e\xb2\xb4\x3f\x25\xb6\x66\xb4\x4c\x1a\xf3\xd6\x3c\x15\x5d\x11\x96\x6d\x5a\x88\xbd\x13\x98\xa6\x7f\x4f\x88\xf5\x02\xb4\x5d\xa4\x0f\x2e\x4b\x55\x3b\xa9\x7d\x76\x15\x32\x33\x50\xbd\x66\xa1\xe8\x1a\xd4\x5b\xb6\xb6\xf9\x43\x49\x73\xe1\xc3\xc6\x60\xe4\xf6\x6c\xef\xba\xea\xb2\x2b\x29\x0e\x35\x6b\xd0\x8c\x98\x93\x55\x78\x6c\x46\xd8\x8e\x0a\x01\x1e\x13\x18\xa2\xc7\x11\xbb\xbc\x68\x5a\x3f\xca\x5c\x97\x75\xca\xfb\x34\x91\xdd\x90\x2c\x84\xe1\xbc\x66\x9b\x48\x04\xfd\x0f\x99\xd6\x84\x47\x8f\x15\x06\xd6\xbf\xc6\x7c\xca\x1a\xab\x2d\xc2\xb9\x24\x8f\x9a\xff\xc3\xeb\x63\xb0\x95\x11\x44\xc7\xd0\x9f\x46\x34\xe9\x41\xe0\x72\x5d\x31\x65\xcc\xab\x48\x13\x4a\x33\xb9\xf8\x28\xa7\x02\x46\xbb\xb7\x52\x26\x38\xb0\x46\x23\xbc\x06\x3f\x2b\xfd\xd8\x38\x93\x30\x51\x70\xa4\xae\x9c\xf8\x27\xcb\xbe\x66\x15\xe9\x43\xf2\xd6\xaa\x36\xca\xa4\x98\x29\xa6\xd5\x54\x8f\xd0\x46\x43\x04\x8d\xbb\xfd\x66\x79\x2c\xfd\x8d\x57\xbc\x3a\x92\x51\xec\x12\xa5\xb0\x00\x5f\xd9\x3b\x4a\x5a\x61\x70\xcd\x17\xe1\x3c\x96\x45\x69\x7a\xfd\x71\xda\xd9\x02\xab\xda\x04\x7a\x6e\xa6\xd8\x7c\x87\xfe\x5f\x52\x67\x25\x0d\xa8\x88\x56\x1a\xbf\x30\x10\xa1\x21\x7a\x37\x30\x64\x7b\xb9\x76\x07\xe4\xe9\xe5\xa5\x4a\x80\x03\x5c\xb2\xe4\x3e\xcc\x10\xfb\x02\xf1\x25\x56\x84\x45\x81\x60\x27\x3b\x19\xf1\xbe\x6e\x11\x9b\x98\xbf\xb4\xba\x8e\x2d\xca\x38\x5e\xe5\xcf\xd6\x24\x4d\xae\xf8\x8f\xdd\x15\x3d\xd9\x40\x64\xdf\x0a\xb9\x56\x7e\x82\x33\x73\x7b\x88\xfa\x13\xc7\xd7\x6b\x95\x72\x21\x87\xec\x42\x92\x4d\xe2\xd4\xda\x77\x88\x86\x39\x07\x2c\x1e\xf1\x7d\x38\x0f\x11\xf3\x6a\xc8\x12\x71\x9e\x9f\xd9\x5d\x32\x27\x63\x9a\xe9\x85\x98\x96\x98\x62\xac\x16\xbd\x8e\x42\xeb\x7d\x45\x05\x21\x39\xda\x06\xe1\xe5\x80\x57\xaa\x37\x42\xcf\xad\x6f\x14\xf3\x05\x72\x17\xaa\x74\x0e\xff\xb8\xfd\x6d\xe1\x0d\xde\xff\x2c\xb7\xf3\x70\xbc\xc5\xc5\x3e\xd5\xbe\x5a\x6c\x6e\x59\xd5\x32\x4d\x74\xba\x57\xc5\x6d\xb5\x45\x42\x9d\xa1\x42\xf9\xf6\xff\x04\xc0\x03\x60\xd4\x0b\x03\x00\xf0\xcc\x97\x39\xa3\xb6\xe6\xb5\xdd\x9a\x6d\xdb\x3b\xdb\xd6\xff\x6c\x63\x77\xb7\xdd\x6c\x65\xe3\xcb\xf6\x72\xbd\xac\x97\xb1\x5e\xb5\x8c\xd7\xf7\x2b\xb8\xd1\x94\x60\xde\x95\x79\xc7\x76\xd4\x44\x48\xd2\x58\x7d\x8d\x53\xd6\x0c\x9a\x0a\xf5\xa4\xd0\x0a\x7d\xa1\x76\xed\xca\xd7\x9a\x40\xf5\x63\x77\x99\xe2\x86\x6a\x01\xfa\x54\xe7\x31\x27\x17\x36\xbd\xbd\xb9\xd9\xb5\xf6\x7e\x2b\xdc\x31\x52\x5e\xea\xf4\xb6\xaf\x2e\x68\x76\x9c\x68\x5c\x9f\x39\x6c\xab\xb0\xce\x48\x82\x59\x8e\x98\xb3\xd6\x18\x8c\x2f\x8d\x09\xa1\xb9\xba\x17\xfa\x09\x2b\xdf\xaa\x2f\x69\x0e\xb8\xdb\x15\x2a\x15\x03\x8d\xec\x2c\x6f\xfb\x07\xba\xbd\xdd\xa3\xb5\xa1\xd6\xd9\xf2\xdc\xb9\xbb\xdc\xb5\xb9\xaf\x79\x6a\x01\xd1\x91\xe9\x48\xce\xd4\x34\xde\xb6\x55\x26\x15\x58\x8a\xad\xa9\x6b\x94\x46\x86\xe9\x6a\x68\x91\x8e\x62\x08\xf2\x9b\xae\xae\xd3\x2a\xdc\x0f\x2a\x16\xaa\x2e\xa0\x12\x37\x3e\x46\xc1\x21\x91\xeb\x3e\x62\x22\xab\xcf\x0d\x7f\xc2\xfd\x55\xea\x35\xf0\x9d\x30\x3f\x2f\xa5\xf7\x2a\xa9\x34\x3d\xad\x0b\x4e\x39\x1d\xff\xa4\x6d\x0f\x9d\x17\x79\xb3\xf9\x11\x0b\x17\x54\x67\xbb\xc6\x15\xfa\x1c\x37\x4b\x81\x75\x2e\x31\xfa\x89\xa2\xaf\x28\xcf\x8d\xe1\x98\x36\xc8\xf2\x75\x99\xb8\xb4\xea\x9d\xc3\x25\xf8\xf7\xa5\xb3\x07\x60\xc4\xe3\x79\xe1\xbd\x99\xe4\x4b\xe9\x31\x9d\xf7\x68\x8b\xe3\x1f\xb7\x25\x31\x4c\x91\xf7\x9a\xd9\xec\xb8\x20\x8a\x8d\xc3\x9b\xe6\xf3\xd0\x1c\x01\xbc\x76\xa9\xd3\x1d\x12\xbd\x45\x7e\xde\x20\xc6\xfd\x04\x7f\x5a\xdb\x44\x10\x55\x3b\x86\x86\x49\x13\x4b\xfe\xed\x3f\x4a\xee\xcd\x5b\xd6\xb3\x85\x2a\x4b\x5f\xd5\x59\x4a\x77\xc6\xdf\x6e\xdd\xc7\xbc\x1b\xf9\xb8\xe9\x3f\x4e\x76\x90\xcc\x36\x9b\x77\xd9\xe7\xb7\xe9\x9a\x80\xe2\xa2\xd4\x91\xc5\x2b\x91\xc0\xfa\x49\xe4\xcb\x60\xcd\x48\x34\xe5\x67\x35\x68\x10\x41\x0b\x2c\xe9\xed\xd3\xd2\x1d\xb9\xb7\xbb\x95\xcc\xc0\xb4\x1f\x1d\x91\xac\x97\xf1\x87\x5b\xd6\x73\x46\x23\x1f\x36\x4d\xe2\x1d\x08\xea\x6f\xf4\x07\xce\xf9\xc6\x9b\x26\x0a\xff\x71\xb9\xaf\xdd\x24\x99\x83\xf4\x59\xab\x66\x7c\x03\x7b\x0c\xdd\x60\x3e\xaa\x3a\x31\xb0\x8c\x75\xbc\x24\xb5\x37\x8f\x7d\x27\xd7\xd8\x55\xc6\x5d\x96\x76\xb8\x7d\x16\x8f\x16\xdf\xe1\xb4\xf2\xff\x89\x7c\x64\xff\x25\xa0\x05\x1d\xb5\x82\x44\xd3\x7c\x45\x46\x2f\x71\xa7\x6b\x86\xe6\x8e\x34\x09\xc1\x1d\x49\xe7\x51\x1a\xcc\x83\x76\xde\xcf\xaa\xa2\xbe\xdb\x7c\x63\xf1\x9d\x9e\x25\x40\x5e\x6e\x4c\x67\xa0\xc0\x2f\x4d\xda\xfa\x56\x38\x37\x9e\xd1\x2c\x10\xcd\x8e\xbc\x6b\xfb\x29\x0e\x0e\xba\x67\xc9\x92\xe4\xf9\x1e\x31\xa4\x4a\x1b\x5c\x77\x6a\xa6\xca\x58\xf0\xc1\x21\x8b\xf4\x7f\xf5\x4f\xfb\x1f\x4a\xcf\x54\x1e\xed\x5d\x2d\xbd\x5a\x0c\xe9\x12\x4b\xff\xe4\xfc\xdd\xde\x25\x4b\x49\x8b\x6e\x01\x64\xca\xf8\xec\x26\x5f\xd9\xc5\xc8\xbb\x8d\x1b\xe4\x01\xc1\x73\x4c\xff\xc9\xd9\x2b\x16\xeb\x97\xcb\x37\xb8\x05\xab\xbe\xc9\x1f\xc3\x27\x0d\x3c\xd0\xd5\xd5\xe7\xf5\x41\xb4\x57\x2b\xd7\x74\x5f\xd0\xa6\x16\xbd\xe8\x5c\xa1\x39\x9f\x43\x6f\xab\xd2\x20\x52\x5f\x38\x73\xd4\xff\xc6\xcf\x77\xcc\x51\x73\x22\x2f\x5a\xbb\x54\xdf\x83\x83\x8d\x3f\x54\x88\x15\xa5\xba\x08\xe5\x16\x37\xa3\x6a\x95\xe2\x1b\x2c\xa9\xbf\xaf\x71\xa4\xce\xd9\x1b\x64\x35\x57\x34\x77\x0d\x59\x70\x45\xf5\x1d\x53\xcc\xb5\xd9\x3f\x5a\x53\x4d\x59\xa9\xaa\xe6\x32\xe3\xca\xb8\x93\xf6\x68\xfd\xbb\xc8\x01\xcb\xa8\xae\x31\x78\xa5\x31\x5c\x3b\x6b\x05\x43\x2b\x52\x73\xdd\x2e\x29\xad\xca\x87\xd0\xfb\xfd\x2b\x9a\xa8\x75\x19\x3d\xc3\x0e\xd7\x8a\xd2\x2e\x4f\xdb\xae\x22\xcf\x76\x69\x23\x22\xfb\x7c\xcb\x01\xeb\xe4\x54\x58\xd3\x6d\xb3\x3d\x6e\xbd\xed\xbc\x69\x6a\xa4\xd3\x82\x30\x24\x05\xfb\x1b\x4e\xea\x72\x56\xe8\xb5\x6e\x9a\x7c\xb7\xef\xca\x58\x55\x2e\x54\xdb\xb7\xb1\xa5\xa7\xf6\x4f\xcf\x4a\xa7\x77\x85\x6b\x67\x73\x93\xa1\xf0\x73\xdb\x47\xfb\x9f\xec\x8d\x2d\xe1\x36\x74\x6a\x7e\x53\x95\x75\x5b\x5c\xaf\xad\xcc\x7c\x27\xb2\xdd\xfc\xc4\xb8\x2b\x38\xc6\x90\xad\x6f\x58\xb1\x4e\x33\xa0\x9d\xe4\xee\xa7\x38\xa3\xea\x86\xb8\x6c\x6b\x45\xbd\xad\x59\xbd\x99\x8f\xe9\x29\xfd\xb9\x21\x1d\x07\xcf\x1f\x5c\x3b\x89\x50\x93\x19\x32\x68\x22\x59\x92\x36\xf4\xee\xa7\x4e\x8c\x7e\xd4\x39\x42\xdf\x14\xde\xd6\x0a\x66\x0d\xae\xfa\xe6\xb8\xcc\x3d\xe8\x1d\x65\x19\x03\xae\x2d\x37\xe8\x6f\x8a\x27\x43\x16\x6d\x7d\x84\x75\xa9\x09\xd8\x74\x0e\xd7\x57\xfa\x61\x7d\x2f\x21\x3a\xbf\x73\x04\x4f\xfc\x95\xb9\x6a\xe0\x07\xf9\x4f\xd2\xc6\x5e\x10\x2d\x2d\xfa\x45\x67\x20\x63\x4f\xf8\x48\xcb\x1b\x36\x39\x60\x9e\x83\xc4\x4b\xf2\xae\xb0\xb4\x09\xe6\x2d\xdf\xa4\xb7\x8a\xc6\x21\x53\xb6\xae\xc2\xd3\x6a\x96\x6e\x72\x23\x5c\x2c\xbd\xbf\xee\x07\x29\x21\xdf\x34\x7c\x86\x3c\x9a\xe9\x36\x80\xa4\x0e\x26\x0d\xf5\x0c\xd0\xf7\x44\xbf\xec\xe8\x67\xfe\x08\xdf\xd1\x42\xe3\xd0\x03\xfc\xec\x3f\x79\xbf\xbd\x99\x96\x28\x81\x61\xf9\x4d\x7d\xb4\x38\x00\x7c\x61\xf3\x26\xca\xc2\xea\x5b\x1b\x76\x52\x7d\x4b\x3b\xd7\x0e\xd3\x92\xf3\x6b\x86\xd4\xf4\xfe\x8c\xf1\xfe\xd5\xcc\xe8\x24\x53\xb7\x98\xf5\x29\xfa\x61\xbb\x81\x73\x3b\xfc\x88\x93\xc8\xfb\x3b\xa0\xd0\x3e\x13\x78\xe1\xbd\xcd\x5c\x2d\xfc\xec\x12\xa1\x23\x49\xe6\x82\x15\x9b\x96\x31\x23\xab\x95\xeb\xb3\x99\xef\x4b\x8b\x47\xea\x59\x07\xf2\x97\x0e\x66\xb2\x2f\x67\x1c\xed\xfd\xc1\x9d\x9b\x44\xec\x2a\xe3\xe1\xa2\xaf\xb4\xe1\xf8\xf7\xc2\xcf\x37\xd7\x0b\xb8\x01\x0c\xdb\x6c\xd1\x12\xef\x71\x13\x41\x3c\xec\x62\xd3\x5a\xa5\xc9\x0d\xc7\x36\x5c\xe1\x55\x56\x4f\x59\x37\x91\x77\xb3\xe4\xe7\xb0\x0b\x1f\x9e\x77\x79\xe0\x2f\xc0\x2b\x43\xdf\x73\x41\x30\x21\x29\xb3\x33\x58\xf0\x36\xfa\x50\x6b\x81\x70\x2c\xfc\x5a\x53\x89\xd8\x3d\xa0\xb9\x71\xa1\x24\xdb\x07\x64\x54\x49\x21\x2e\x6f\x35\xfb\x65\xcc\x06\xd5\x7a\x57\x69\x45\xd5\xee\x91\x2c\x69\x65\x49\xdf\x20\x42\x5a\x9a\xa7\xee\x43\x4a\x55\x19\xa5\xdd\x91\xd2\x2b\x49\x5e\xed\x1b\x64\xde\xd1\xdb\x9c\x2f\x64\xfc\xf0\x31\xfb\x07\xd9\xeb\x80\x3b\x96\xfd\xf2\x22\x1f\x9b\xa1\x58\xde\xe2\x4a\x56\xf7\xca\xaf\x34\x78\xae\x2d\xd5\x5a\xab\x2a\x87\x36\x68\x3e\x96\xe4\xf4\xbf\xd5\x54\xe6\xc5\xf6\x7c\x57\x8f\x65\x2c\xee\xbc\xa5\x76\x26\x7e\x6a\x23\xa9\x63\xa3\x3b\x9b\x4f\xa8\x6e\x86\xff\xb4\xdd\x50\x89\x02\xe7\x9a\xd7\xaa\x66\xfa\xdc\xd5\x43\x95\x80\xeb\x05\xd5\x79\xc5\xc3\x7a\xcc\xc8\x6c\x6b\x79\xe5\x91\x41\xa4\x25\xac\xf8\x5a\xdf\xb0\x79\x56\xee\xd5\xee\x43\xa6\x39\xe9\x87\x3a\xd6\x19\x97\x24\x6e\x6e\x85\x1a\x16\x47\xe3\x9b\xee\xea\x27\x85\xbf\x6a\xfc\xa4\xbd\x16\xe8\x65\xba\xa2\x91\xfb\xce\xd6\x0d\xa8\x3d\xdd\xdc\x54\xe1\xca\x03\xf5\x4b\x87\xd5\xf6\x07\x95\x92\x81\xab\x36\x79\x71\x6f\xdf\xdc\x46\xcf\xdc\xb5\xdd\x01\x96\x47\xe9\x5d\x1d\x4b\xcd\xbd\x89\xcd\x2d\xb7\x4d\x95\xd1\x35\x4d\x38\xc3\xc7\xf0\x97\x8d\x0a\x3d\x22\x30\xcc\x84\xd0\x0e\xfb\xfa\xeb\x52\xd4\x4f\xdc\xe2\x95\x0f\x54\x6e\x75\x17\x87\xa7\x34\xdf\xaa\xcc\x1f\xc8\x6c\x2a\x2b\x16\xf4\x72\xec\x87\x72\xcd\x5d\x66\x5b\x61\xba\xb1\x5d\x68\xbd\x9a\x68\x6c\xc9\xb3\xe4\x47\x57\x3b\x9e\x9a\x06\xc3\x3f\x5b\x7f\x1b\x0e\x06\xe6\x19\xef\xeb\x86\x7d\x0b\xb5\x27\x35\x16\x37\x94\x92\xa6\x82\xef\xfc\x1f\x36\xb0\x21\x68\x5d\x01\xce\x0a\x39\xdb\xa5\xc1\xbf\x81\xd7\xdb\x7c\x89\x54\xd4\x3c\xd5\x12\xf2\x1c\xcc\x7d\x2e\x95\xf2\x37\xbe\x19\x77\x9a\x76\x81\x44\xa9\xf9\xc2\x9c\x44\xed\xce\xfe\xc1\xe6\x32\x5e\x45\xad\xe7\xc5\x71\xb2\x7c\x7a\x05\x39\xfc\xab\x3b\x2e\xa3\x37\x41\x6f\xad\x95\x60\xd7\x20\xfc\x3a\x2f\xe0\xf6\xa1\xc8\x8d\x12\x02\x0c\x73\x57\xa9\x26\xf9\xe0\xe1\x9c\x0f\x94\x19\xc4\x2b\x38\x28\xcd\x83\x02\xa9\xe9\x64\xd0\xe8\x6b\xb2\xb7\xb2\xfe\xb0\xfc\xa2\x14\xdc\xdb\x5c\x6f\x9f\x26\xc1\x44\xa0\x68\xfb\x3d\x54\x0c\x72\xdd\xc8\x30\xfa\x01\x7a\xb8\x73\x36\xd6\x80\x1d\xb4\x5e\xc2\x97\xe2\x2f\x2a\xde\x11\x23\x49\x7f\x71\xe8\xe4\x68\x4a\x14\xf6\x13\x15\x47\xe3\xd5\xa4\xd3\xaf\x33\xbe\x64\x13\x59\x12\xb6\x21\x0a\xce\xa5\xf1\x56\xfa\xd8\x81\x4d\xc0\xbf\x5b\xbf\xc3\xf5\x44\xe7\xd0\x5b\x24\x92\x3c\xa3\x5d\x86\xae\xa6\x40\x2d\x2c\x6c\x19\xf5\x9d\xfc\x28\x1e\x47\x6f\x62\xd3\x88\x5d\xcc\x70\xac\x1f\x65\x02\xeb\x61\x75\x1b\xad\x93\xb3\x35\xeb\x2d\x93\xcd\x33\x46\xf9\x71\xec\x00\xc5\xa7\x9f\xff\x49\x48\xd9\xfc\x15\x3a\x85\xb9\x75\x30\x19\x3e\x8f\x65\x6f\xfd\x86\x0c\x65\xc3\xcc\xcb\xd1\x0d\x9c\x5a\x99\x13\x3b\xcc\x45\xb3\xe8\x84\xd9\x3c\x02\xa6\x8a\xd4\xcd\x07\xaa\x3e\x53\xb1\x40\x6f\x16\xc0\x20\x08\xce\x80\xbe\xb2\xb7\x0a\x9f\xfb\x5c\xe1\x87\x8b\x17\x6c\x8a\x6d\xe8\x12\xe6\xf4\x1b\x20\xf7\x84\xbd\x2d\x0c\x78\x98\xf0\x8c\xf1\x10\xd2\x28\x5a\x21\x25\x61\xa6\x8a\xcc\x4c\x26\xce\x29\xfa\x17\xad\x27\x56\x8a\x2b\xab\xaa\x29\x59\xe2\xe3\x59\x7f\xd1\x69\x92\x55\xa0\x87\xac\x1b\x12\x92\xef\x04\x9e\x50\xf2\xbf\xf5\x9a\xda\x77\xba\xf3\xbd\x1e\x0d\x29\xba\xd5\xcd\xab\x20\xbd\x5a\x83\x7e\x23\x3c\x42\x33\x26\x6e\x41\x3e\xd2\x54\xd1\xff\xc1\xac\x55\x6f\x40\x65\xe3\xbb\x55\xe3\x95\x48\xd2\x19\x55\x50\x26\x93\x16\xa8\xcc\x00\xed\x64\x8e\x2a\x62\x7d\xab\xb9\xc3\x72\xef\xb5\x0b\xaa\xd1\x2d\xa1\x5d\x57\xea\x66\x37\xeb\x1d\xf3\x1b\x86\x1c\xef\xb5\x27\xa0\x50\x7b\x99\xf0\x19\x22\xa6\x71\x2d\x8d\x84\x0e\xb1\x3c\x40\x2e\xc6\x95\x99\xc6\x2b\xf8\xc4\x0d\x86\x9b\x19\xb7\xa9\x89\x3a\x35\x48\xca\x5c\xaa\x99\xea\x6b\xe2\x7a\x2b\x31\xc3\xe0\xca\x03\x43\xb3\x3a\x7d\x6a\xa4\xfd\xbd\x36\x64\x7d\x4e\xaf\xbb\x26\x1c\xb2\xac\x4b\x27\xa0\xc0\x67\xb6\xdf\xa0\xfa\xa0\xdc\x5b\xc6\xe0\x7f\xb0\xf0\xa6\x73\xe5\x9b\x09\x0f\x6c\xb0\x0c\x14\xc5\x61\x1e\x04\xd5\x33\x5a\xf5\x3d\xbe\x47\x38\x67\xd5\xd0\x21\x67\x65\xf2\x06\x69\x07\xb3\xfa\xc7\xda\x6d\x8d\x47\xea\x8e\x0d\x1d\x56\x3b\xc1\xce\xfe\x83\xc0\x23\x98\xa5\xc7\x46\x19\x42\xae\xed\x5c\x01\x6f\xc3\x7c\x6e\x25\x97\x13\x08\x92\x26\x58\x46\x3a\x25\xc5\xfa\x11\x54\xcf\x28\x33\x06\xf9\x3e\xe3\xd8\x35\xae\x43\xb3\x2b\xfe\xd9\x36\xb1\xfd\x6b\xb5\x63\xd3\x93\xc6\xea\xba\xb2\xf5\xad\xea\x48\xb0\xef\x48\x02\xa0\x84\x2d\x1f\x18\xa6\xd4\x22\x23\x7b\x8e\xc3\x21\x18\x45\x87\xa6\x3c\x8f\xb0\xc0\xf9\x24\x23\x9d\x7c\xcb\x76\x19\xc4\xa5\x7f\x33\x55\xae\xf0\xe1\x64\x6b\xa4\x5b\x2d\xf8\xce\x86\xe9\x43\xad\x84\x93\x90\x2d\xed\x2b\x88\x5f\xe1\x89\x16\x17\x72\x16\xf2\xab\x1c\x4f\xd9\x82\x19\x65\xbb\xd3\xb2\xf1\x26\xcc\x4d\xc6\x74\x12\xad\x1a\xc9\xfc\x45\x1d\xc9\xba\xc0\x09\x61\xfc\x89\x72\xe1\xad\xe5\x00\x3e\xfd\x02\x0a\xe0\xbb\x65\x3b\xce\x07\xda\x3b\x78\x05\xcf\x84\x7f\x69\x63\x11\x4e\xa1\x92\xcd\x02\x52\x3c\x66\x87\xec\x26\xf9\x0c\x3e\x99\xd5\x4f\x15\x13\xf7\x61\xa8\xf4\x06\x4a\x69\xf5\x5f\x4c\x32\x7d\x4d\x96\x9d\xbd\x87\x15\x0d\xfa\xcc\x2b\xe2\x16\xfa\xb4\x09\x82\x01\xe7\xe6\x73\x98\x8d\x48\xf0\xe0\x44\xdc\x0a\x34\xaa\x75\x2f\xbe\x05\x8b\x33\x5d\x26\x86\xe3\xdb\x64\xd9\xa4\x87\xc4\x07\x2c\x5f\xca\x16\xca\x7c\xcc\x0c\xda\x7a\x1a\xbc\x6a\x37\xe3\x06\x63\x2c\xab\x82\x1d\xcf\x6e\x06\xdd\xe6\xbe\xe0\x15\xf9\xb4\x00\xf7\x04\xa0\x8d\x4f\x51\xde\x44\xdf\xfe\x0c\xf4\x11\xd2\x40\x4b\x30\x56\x4c\x99\x68\xe4\xe0\x53\xa8\x6d\x52\x37\xa2\x07\x3d\x8f\xb9\x92\xec\xc9\xf8\x88\x8e\xa7\xe6\xb1\xb6\x57\x2d\xa2\x0f\x70\x5a\x32\xef\xb2\xa2\x79\x46\xd0\x5a\xee\x3c\xc0\xe4\xb3\x15\x08\x14\x6e\xd8\x30\x11\xde\xc5\x5c\xda\xdb\x85\xe4\xb1\x16\x34\xaf\x43\x23\x59\x1f\x0d\x5e\xd8\x0a\xf6\xb8\xf8\x0b\x1e\xc1\x9d\xc9\x08\x24\xda\x78\x1e\x28\x2a\xf9\x0d\x3f\xb5\x92\x4f\x63\x02\xa2\x4c\x22\x33\x42\xb0\x1f\xa4\xe2\xac\x16\xfe\xf2\x79\xc2\xc7\x8b\xf3\xd6\x45\x41\xab\x05\x83\xdd\xef\xe1\x35\xc2\xb9\x4d\xab\x90\x74\x61\xae\xee\x1c\xda\x24\xdc\x20\xba\x82\x3d\x29\xf2\xa4\x87\x13\xbc\x44\x36\xe4\x10\x69\x50\x3c\xab\xe2\x11\xb5\x52\x6c\xcb\x9c\xcf\x88\x93\xcc\x07\xe1\xd8\x0d\x12\x9e\xaf\x27\x6f\x9b\xe4\xf5\xf0\xbe\x06\xab\xf6\x66\x67\x27\x64\x8f\xb6\xde\x36\x0e\xfb\x57\x73\x45\x73\x1e\x99\xa0\x49\x13\xfe\x85\x5e\xab\xde\x4b\xdd\x84\x8b\x55\xfb\x21\xa8\x84\x71\x95\xb6\xfc\x2b\xf9\xae\xf2\x6e\x86\x84\xf6\x45\xb9\x08\x54\xc9\x2a\x52\xac\xf6\x95\x73\x6f\xc9\xd3\x06\x93\xea\x40\xcd\xbf\xda\xe1\x0d\xce\x26\xaa\xf5\x3d\xe4\x97\xfd\x9b\xea\x13\x9c\x6e\x23\x03\x78\xd4\x14\xeb\x2d\x4a\x06\xe6\x88\x25\x08\x9e\x83\x5f\x67\x02\x97\x2f\x23\x1d\x31\x20\xd2\xc7\x68\xb3\x74\x6b\x40\x2b\x98\x4d\xea\x7f\x7c\x0f\x70\x0b\x95\x8c\x7e\x5c\x4d\xf3\x80\xb6\xb5\xb9\x7e\x79\x5f\xb6\x25\x0e\x3c\xd0\xfd\x4a\x89\x80\x85\x76\x92\x79\xbf\x10\x77\xdb\xae\x91\xa7\xa0\x77\xb5\xfc\x05\x4b\xc2\x1d\x6c\xfa\xab\xac\x8a\xf8\xa5\xf1\x54\xba\x90\x8a\x30\x47\x82\x26\x33\xe7\xe9\x11\xbe\xe3\x9c\x7f\xd5\x75\x7d\x03\x35\xcb\xd6\x3d\x69\x79\x5c\xd7\x3c\x92\x6c\xb6\x81\x7d\x06\x99\x8a\xd3\xd0\x2d\x7d\x06\x1e\x03\x01\xef\xe6\x93\xcc\xe8\xf4\x8e\x30\xe8\x5d\x5c\x79\x4b\x67\xd9\x42\xa2\xd3\xb1\x2b\x1d\x4c\x9d\x65\x65\x82\xa6\x32\x4e\x19\x1e\xaf\x70\xe5\xec\xd2\xcc\xed\x5b\x5a\xbd\x77\x4b\x45\x0b\xb2\x2e\x6c\x23\xc4\xec\xd9\xb0\x75\x5d\x8c\x02\x0e\x4d\x1c\xfa\xc2\x73\x85\xbf\xed\x97\x90\x32\x50\x17\xbb\x0f\x43\x07\xb1\x8f\xdb\xd7\x97\x7e\x22\x06\x38\xc3\xd2\xeb\x29\x83\xb6\x6c\x90\x37\x83\x60\x9a\xb2\xa2\x9a\x03\xd6\x50\x36\xae\x21\x85\xd6\x3f\xef\xdb\x4e\xf6\x86\x38\x9c\x26\x4a\x18\xdc\xd5\x70\x9f\x9a\x8d\xbc\x27\x51\xd0\x34\x98\x1d\x8c\x46\xfa\x3b\x3c\x1f\xb5\x91\x29\x21\xa1\x2a\xed\xec\x18\x6a\x4f\x26\x92\xbb\x8a\x39\x01\x94\xc9\x87\x73\xec\x3e\x28\xc1\x43\xa0\x6a\x03\x86\xb0\x0b\x4a\xe8\x1d\x27\xde\x80\x9f\x6a\x7e\x46\xfa\x8d\x9a\x63\xc8\xa2\xa4\x60\xf4\xe2\x2f\xd4\x21\xfc\x72\xc6\x32\x7a\x10\xb1\x15\x95\xc3\xb8\x49\x89\xaf\x4c\x65\x6d\xa0\xaf\xcc\x0c\xe7\xec\x66\x45\x80\x56\xf2\x67\x72\xa1\x3e\xf5\x82\x7e\xe0\xd8\x7a\x03\x3e\x0d\x39\xaf\x37\x90\x60\x46\x7b\x34\x83\x88\x17\xb0\x7e\xfa\x5e\x72\x1c\x1e\x2a\x46\x53\x8e\x12\x87\xe9\x6d\x34\x04\xf9\x31\xf2\x21\x23\x90\x96\x58\x31\xc6\x5a\xc6\xb8\x9e\xf1\x89\x93\xc8\x36\x80\xa6\xf3\x46\x78\x75\x3e\x60\x41\xb5\xa0\x61\x6d\x0f\xe6\x36\x61\x53\x37\x0e\x97\x49\x4a\x70\xf4\xe1\x2f\x91\x7b\x74\xe9\xc4\x3a\x6a\xb2\x28\x91\x3c\x83\xf6\x99\xd6\x45\xb9\xc5\x58\x87\x5c\x48\xbb\xc4\xe2\x55\x94\x33\xde\x72\x28\x19\x1a\x76\x32\x8f\x17\xf9\x84\x7b\x1d\xb0\xfb\xc8\x80\x21\xe1\xa5\xe1\x7b\xa8\x1a\x86\xa0\xf3\x2c\x66\x1a\xd3\x64\x5f\x89\x3d\xc1\x92\x6a\x3e\xe1\xb9\x6c\x8d\xd0\x9d\x58\xc1\x19\xa2\x0e\x93\x4b\xb9\xa7\x10\xf9\x54\x0e\xef\x5b\xf9\x41\xfa\x61\x20\x37\x63\x05\x2b\x51\xd0\x1d\x79\x86\xf3\x55\xf8\xdd\x67\x1f\xff\xa5\x18\x3b\x34\x11\x01\x02\x7e\x77\xf8\x22\xbf\x0b\xf8\x8d\x23\xe8\x47\x82\xa3\xea\x01\xec\x5e\x61\x20\xf0\x0b\x7f\x40\x38\x44\xd9\x42\x7c\x22\x0a\x84\x2b\x28\x11\xa2\x1d\xe5\xc1\xb4\x41\x71\x49\xfa\x15\x66\x8e\xf8\x45\xe4\x1e\xce\x0a\x09\xd5\xe7\x1b\x3f\x52\x3a\xb9\xff\x20\xb4\x5a\xf3\xa0\xf5\x15\xbc\x5e\x23\xb6\xe8\x91\x24\xcd\x7c\xe5\x6e\x34\x5d\x6d\xe2\x67\x63\x47\xd4\x8b\xc8\xf1\x84\xc9\xaa\x66\x58\x35\x49\xab\x9a\x5b\x56\x40\x5d\xad\x14\xa6\xe7\x30\x66\x28\xae\x46\x0e\xb2\x97\x29\x16\xfb\x22\x79\xd5\xf2\xa2\xde\x78\x70\x50\xd3\x49\xe7\x7e\x68\x81\xa3\xd0\xd4\x06\x57\xd8\xbe\xc9\xdf\x22\x37\x37\x8a\xb9\x9b\x31\x33\x2c\xff\x11\xef\xe1\x1a\xcd\x44\x68\x3c\x31\xcd\xb8\xaf\x94\x49\x59\xae\x7f\x98\xb6\x9f\xee\xa1\xbd\x19\x29\x62\x81\xd5\x5b\x7d\xfb\xb8\xa7\x94\xe4\xee\xb4\xfa\xd6\xbe\x5f\x4d\x7f\x83\x1f\xf4\x3c\x31\xdc\x86\x45\x74\x6d\x92\x41\x11\xf4\x8e\x2c\x4e\x31\xea\x59\xeb\x69\xc2\x5a\xac\xc1\xe9\x0d\x89\x27\xd4\x3b\x32\x4b\x76\x93\x4b\x1b\xbd\xd2\xf2\x69\x1c\xd3\x8e\xc8\x3a\xe6\xdf\xfa\xc5\xbe\x37\xb8\x28\x75\x5a\x97\xa4\xde\x65\x6d\x4a\x93\x3b\x18\x3a\x74\xd4\x10\x04\xdd\x36\xe0\x2e\x3d\x09\xff\xdc\x5b\xc0\x3e\x83\xa2\x74\xd5\x10\xa2\xb0\x2e\xed\xe1\xe0\x7b\xf8\x8f\xce\x13\x25\x6c\xd2\x07\xc7\x84\xb4\x60\x9a\xa7\xe5\x79\x24\x98\x69\x32\x18\x7d\x7f\x71\x57\xaa\xc7\x3b\xdf\xd7\xed\xdf\xd4\xe1\x68\x69\xf8\xba\x7e\x54\xbf\x19\x9a\x31\x32\x2a\xad\x87\xab\x07\x07\xd9\x4c\xe4\xf7\xbe\x42\xfc\x18\x66\xb8\x6b\x3b\x78\x18\x2f\x6f\x3b\x55\x52\x4b\x52\x35\xd3\xd2\x02\xa8\x7b\x1a\x77\x44\x02\xcc\x40\xe3\xfa\x15\xb1\x9c\x33\x9a\xf2\x01\x1c\xbd\xbe\x7e\xb4\x4d\xc0\x98\x01\x21\x5a\x13\x19\x43\xf0\xc9\x2a\x57\xa6\x05\xb9\x89\x0f\x66\x59\x31\x7c\xb2\x0b\x7b\x00\x9f\x06\xfd\xc8\xb9\x45\x8a\x2e\xd5\xf3\x7c\xa8\xec\x34\x2f\x7e\x2b\xe3\x7e\xc4\x02\x41\x0d\xc7\xec\x8d\x13\x95\x00\xa2\xfe\x2d\xb4\x89\x50\xef\xd6\x6b\xb4\x8b\x70\x81\x65\x1d\xdd\x8c\xbc\xac\x34\x32\x5a\x30\x31\xbc\xeb\xcc\xbd\xb8\x43\xa4\x01\xd6\x4b\x62\x26\xd4\xca\x89\x23\x8f\x97\x66\x71\xbb\x68\xaf\x52\xbf\xf2\xc3\x99\x7f\x56\xff\x16\x4c\xe5\x96\x78\xa3\x45\x2e\xc0\xc3\xbe\xb7\x94\x0d\x88\xb6\x56\x1f\x6a\x0b\x6a\xab\xe5\x2f\x1a\x07\x73\x42\xf1\x8e\xde\x87\x7b\xc9\xcb\x62\x3c\x22\x86\x92\x56\xb1\x02\xc9\x4c\x68\x20\xdb\x41\xbd\x5f\xf2\x83\x3b\x9f\xa1\x4d\x3d\xc6\xdb\xcf\x2e\x5c\xfd\x16\x58\xc7\x4b\xf7\x66\x09\x2f\x0a\x98\x3d\xcf\x49\xa5\xf8\xfd\xce\x5a\x32\x81\x08\x33\x41\x29\x0a\xd2\x4d\xb9\x99\x7a\x95\x22\xe1\xae\xa0\xc7\xd1\xd2\x88\x61\x8c\x2d\x8c\xe9\x10\x08\x2b\x9b\xf9\xa6\x04\xcb\x7e\xcf\x99\x98\xca\xe2\x9e\xe6\x05\xae\x3e\xcf\x7f\x04\x90\xbc\xfb\x84\x2b\x84\xf7\xbb\x15\xf8\x07\x74\x49\xd3\x77\x62\x18\x43\x6b\xf8\x42\x92\x31\x25\xb2\x42\xf2\x6f\x56\x07\x67\x2e\xd5\xc6\xbe\x44\x48\xa1\x47\x72\xa7\x83\xdb\x19\x9f\x78\x95\xc5\x0f\x59\xe7\xf8\xa7\x52\x83\x38\x17\x04\xe9\xab\xcf\xf1\x67\x0a\x4f\x7b\x3f\x17\x50\xc5\xe4\x4e\x13\xf6\x34\x9f\xe3\xc8\xc0\x27\x03\xcb\xf5\x16\x42\x3f\x20\x93\xce\x26\xe5\x08\x66\xb3\xbe\x52\xa6\x0a\xd6\xe2\x4b\xa9\x17\x84\x39\x0d\x7f\xd3\x77\x09\x3f\x14\x97\x33\x77\x8b\xb6\xa5\x3c\x64\xdf\x17\xb3\x56\x9f\xe2\x45\x49\x42\x7c\x02\x80\xbd\x92\x5f\xed\xcb\xd1\x4b\x54\xcf\x6c\x4b\x30\x83\xaa\x75\x5a\x05\x2e\x4d\x05\x11\xaf\x21\x2c\x55\xcd\x64\x42\x48\x93\x94\x07\xb0\xe3\xe4\xdf\x4a\x4c\xfd\x61\xda\x72\xe5\xcc\x22\x3d\x23\x5f\xb1\x36\x05\xce\x1a\x52\x80\x56\xef\xe7\x86\xca\x77\xf9\xb4\xf0\xef\xc8\xa3\x5a\x5e\x20\x1e\xd8\xbd\xac\x53\x50\xbd\x8d\x9f\xd4\x7d\x18\xb4\xf5\x8c\x50\x81\x83\x58\xb4\xf4\x07\x04\x9a\x39\x05\xb3\x9e\xe4\x30\x3e\xac\xdb\x41\xb9\x63\xc0\x16\xee\xa6\xc7\xe9\x4e\x27\xdf\x63\x1e\xd4\x4e\x5c\xdd\xc4\x61\xaa\x03\x7d\xae\xf0\x33\x95\x71\x4e\x24\x9c\xdc\x33\xdb\x2c\x40\xa6\x76\x2d\x55\xcd\x47\xfb\x74\x4c\x15\x2c\xc0\xae\x6e\x7d\x42\x73\xe0\xeb\x9c\x43\x68\x3d\xb1\xbd\x29\xa9\xf6\x24\xf9\x8f\x6d\xa8\xf0\x2f\x1a\xdf\x72\x32\x99\xcc\x5c\x66\x1c\x58\xcd\x62\x3f\xd7\xc1\x7d\x67\xf1\x6e\xa8\xbe\x34\x37\xc2\x9e\x0e\x7e\x30\x9d\x43\x1c\xec\xdf\xac\xe4\xa0\x86\x7a\x53\x01\x25\xe6\x7f\x5d\x7b\x69\x8b\x71\xcf\x3b\x66\xa3\xdd\x89\x61\xad\x01\xb5\x14\x72\x47\xf3\xf4\x82\x0b\x34\x4f\x9b\x29\x39\x97\x71\xcc\x7c\x78\x35\x93\xdd\xa1\x3f\xeb\x1b\xc6\xb3\xab\xfb\x9b\xde\xc1\x04\xeb\xfe\x33\x65\x20\xca\x47\x44\xca\x99\xa8\xf8\xc1\x33\xc0\x0a\x4c\x5e\xdf\x5b\xea\x51\x1c\xa7\xfb\x01\xea\x16\xe1\x50\x87\xa5\x36\x81\x1c\xd6\x32\x5e\x30\x4c\xdd\xea\x78\x9e\x9c\xce\xa8\xb5\x8a\x57\xeb\xd8\x31\x86\x27\xbe\x58\xde\x6a\xcd\xb4\xb6\xeb\xdc\xc0\x7a\x61\x63\x3b\x57\x09\x59\xad\x79\xc3\x7d\x0d\xbb\x28\x52\xf0\x00\x24\x8d\xa1\xe5\xbb\x63\xa2\xb1\xb3\xf9\xa3\xf8\x99\x75\xfb\x01\x27\xe9\xaf\xc2\xd9\x02\x36\x35\x2b\x89\x2e\xe4\x32\x36\x86\xd1\x45\x3b\x38\x2c\xaf\xa5\x12\x4f\x40\xd5\xb6\x9a\x7d\x0b\x72\xaa\x71\x12\xa7\x01\x1e\xa8\x81\x72\x5e\x21\x25\xc2\x9f\xdc\x26\xf4\x03\xc6\x0c\x5e\x05\x0e\x89\xe9\xe4\xbb\x13\x3e\xd7\x41\xf9\x7f\xc8\xbb\x0a\x2e\x00\x5f\x68\xc3\x49\x59\xc2\x45\xcc\x03\x61\x24\x11\x96\xbb\xca\xcb\x45\xfc\x06\xb8\xdd\xaa\x60\x19\x11\xd1\x56\x28\x7b\x0d\x2a\x4f\x7d\x9a\xfd\x02\x53\x23\xc4\x72\x36\xe1\x38\x74\x05\x57\x4d\xd8\x87\x09\xe0\x61\xc9\x73\x6b\x7f\xf3\x11\x54\x53\x81\x09\xa0\x33\xd6\x24\xf9\x09\x06\x58\x7f\xc2\x88\xa2\x39\xbc\x05\x5e\x11\xe2\x61\x01\xca\xf9\x1f\x63\x0d\xde\xdd\x7c\x9d\xb9\x8c\x30\xa4\x4a\x65\x4d\x20\xf9\x09\xbc\x58\xef\xc9\xd7\x69\x74\xf6\x38\xb5\x0f\x9d\xc8\xf9\x4d\x17\xd5\x26\xf0\x7c\x99\xfc\x82\xd9\xfc\x3a\x76\x73\xe2\x38\xb0\x87\x7b\x3e\x0c\x23\xcc\x07\x42\xbc\x30\xe2\x89\xc2\x23\xcd\x3c\xea\x73\x5a\xb6\x89\x4d\xfb\x49\x67\x2a\xa7\x31\xe6\x31\xf4\xc0\x74\x66\x20\x73\x0f\x55\xc4\xaa\x66\xfd\x46\x91\xd8\x7a\x4e\x49\x8d\x8d\x73\x83\xbb\x2f\xdf\xc9\x4b\xe0\x27\x26\x1e\xe2\x1f\x05\x2e\x85\xe1\x04\x7c\x21\xe0\xb5\x41\x54\x2c\xce\x73\x5c\x20\x3f\xe5\x2d\x31\x4e\xa5\x2e\xe2\xed\x94\x9f\xa3\x25\xf3\x33\x78\x63\x74\x09\xff\x05\x45\xcb\xb8\x0a\x74\x23\xdb\x58\x81\x02\x48\xf5\x0b\x76\xbb\x30\x38\xdf\x87\x1b\x24\x9a\x9e\x28\xe7\xdd\x14\xbd\x0c\xc3\x03\xeb\xc4\xe7\xbd\xc6\x84\x1d\x92\xb3\x36\x36\x51\xa0\xf8\x5b\x77\x8f\xb4\x59\x71\x4a\x7a\x86\xfc\x4d\xd1\xcf\xf5\xa1\x62\x14\x6c\xd2\x37\xda\x53\x45\x31\x22\x8b\x41\x51\xac\xa8\xba\xc1\x9a\x2b\xff\x9a\xd7\xc0\x3e\x2f\x3f\x92\x38\x87\x3b\x24\x17\x87\x21\xf8\x83\xf2\x35\xde\xe5\x82\xc3\xb2\x71\x2b\x14\x1f\x6c\x55\x69\xee\x11\x36\x5a\x8c\xe2\x37\xa4\x30\xb3\x92\xcd\x26\x1f\x34\x71\x88\x32\x2a\xc2\x88\x80\x4f\xa4\x2f\x34\xc4\x56\x5e\x64\xdc\xd3\xfd\xcc\x6d\x66\x1d\xd1\xb6\x25\xd8\x39\x47\x34\x4b\xc2\x32\x79\xff\xa8\xd4\xde\x7d\x82\x65\x8a\x17\xe6\xf5\xd8\xfd\x1d\x8f\xd4\x85\x78\x70\xbb\x87\x88\x45\xf8\xde\x9a\xc6\xf2\x24\x75\x3a\x1b\x08\x15\x94\xaa\x26\x08\xf4\x37\xcd\xd7\x1e\x53\xf1\x93\x31\xdb\xfa\x22\xe7\x03\x6b\xaa\xb9\x24\xc1\x87\xe3\x6e\x90\x84\xad\xe0\x55\x6a\x9b\xbd\xaf\x03\x3d\x2a\x9b\xe9\x33\x36\xa9\x4f\xae\x5a\x87\xbb\xd7\xc3\x13\x3e\x24\x28\xba\x32\x98\xed\xa4\x80\xf6\xdf\xf8\x47\xe4\xa7\xad\x0e\x68\x27\x75\x6f\xf3\xb7\x8a\xcd\xf4\x0d\x0e\xbf\x9c\x3d\xcc\x8d\xd6\xaf\xf1\xdf\xd9\x67\x4c\x8a\x30\x77\xde\x4c\xdd\x7b\xef\xb7\x40\x9d\x3a\xc6\x44\xc1\xdc\x1e\xae\x56\x45\xe0\x98\x83\x8b\x85\x5c\x82\x6b\x5f\x17\x33\x85\xb8\xbf\x67\x1a\xbe\x89\xcc\xe9\x4c\x83\xc2\xa9\x85\x6d\xc9\x15\x2a\x7a\x5a\xf3\x97\x9c\x36\x66\x9a\x3d\x39\xfe\x3d\x1b\x62\x01\x85\x05\x70\x07\x0d\x53\x7c\x82\xf8\x6f\xd5\x03\x56\x92\xa8\xab\x1e\xd0\xdc\x15\xed\x82\xf8\x4a\x66\x8a\x76\xc2\xb6\xb2\x31\xa2\x87\xc8\x3c\x62\xac\x78\x39\x66\x0e\xcc\x2e\xae\xc1\xbd\xae\x0c\x10\x8f\x10\x7f\xe6\x64\x48\x66\x51\x43\xe2\x34\x12\x3d\xc3\x1a\x7c\x42\x1a\xc1\xa1\x7a\xb4\xcb\xa6\x02\x06\xcb\x79\xa1\x04\xa2\xd2\x14\x09\x47\x60\x6f\xc4\x2a\xe1\x59\x64\x2a\xeb\xa5\x68\x16\xba\x9d\x70\x52\x54\x87\xf3\x80\x85\x8a\xb6\x10\x0e\x54\x5c\x17\x2f\x23\x9b\x72\xe6\x88\xed\x34\x7e\x1c\x43\x12\xc0\x6c\x0c\x3e\x20\x79\xc5\x9d\xef\xb1\x5d\x3a\x0a\xdc\xb0\x78\x0b\x90\xf0\xdd\xea\x1d\x82\x76\xe4\x7d\xd1\x67\xc1\x7d\xf4\x4f\x16\x5c\x18\x81\x5b\x42\xc8\x13\x3a\x09\xf5\xd0\x63\xa2\x89\xa4\x43\x15\x02\x91\x94\x5a\x9c\x7d\x43\xbc\x80\xfe\x29\xae\x41\xbc\x9f\x75\x2c\xf8\xb4\xa4\x91\xfb\xc6\x63\x54\xaa\x13\x54\x98\x2c\xfc\x55\xb8\x20\x55\x06\xdf\x84\x1f\x13\xb6\x03\x13\x89\x12\xe6\x1a\x40\x45\x8e\xc6\x17\x08\x96\x52\xe7\x41\x9e\x0b\xd6\xd2\x27\x94\x9f\x10\xe6\x33\x17\x67\x63\x44\x53\xd8\x51\x71\x6b\x44\xd7\xb9\xac\xe0\x7b\xe2\x0b\xfc\xaf\x9e\x8b\x25\xcf\x85\x23\xc6\x58\xce\x1b\x6a\x94\x32\x80\xab\xa2\x31\x05\x76\x9e\x17\xbd\x83\x91\xc7\x3b\xc7\xb8\x8d\x93\xf0\x15\x2c\x10\x24\x06\x88\x67\xf7\x95\xc7\x08\x26\x72\x03\xb3\x67\x0b\x5e\xf2\xf6\xc7\x2d\x14\x3e\x01\xe0\xc1\xaf\x45\x7f\x84\x91\x9e\x38\xc9\x1a\xb1\x9f\xc1\x83\xf5\x95\x63\x95\xbf\x63\xef\xe4\x22\x00\x3d\xa7\x9e\x37\x83\xde\xc0\x0d\xe0\x9d\xc4\x6e\xe1\x4d\xe1\xb7\x80\x35\xbc\xfb\x00\xbf\x6c\x03\xff\xb4\x80\x98\xb5\x15\xf8\x5b\x88\x8c\xfd\x57\xf0\x43\x84\x08\x99\x25\xf2\x11\x73\x3d\xaf\x89\xe1\x92\xf5\xda\x43\x0c\x81\x6c\xb7\xf4\x1d\xb3\x50\x76\x83\xd7\xc2\x0a\x95\x3d\xa2\xf6\xb2\x57\xca\x6e\x63\x22\x38\xc1\xb2\x7b\x0d\xa9\xdc\x48\xd9\xa3\xd2\x01\x5e\x9e\xec\x69\xe6\x17\xbe\x5c\x76\x27\xd6\x00\x8c\xca\x4e\x85\x4c\x10\x7a\xc9\xf6\x79\x79\x8b\x9a\x65\xbb\xd4\x5b\x68\x58\xd3\xa8\xf8\x39\x9d\x6d\x1c\xe7\x9c\x62\xb0\x8d\x61\xe4\x3f\x4c\x93\xa1\x0a\x75\x9a\xb5\x53\xcf\xab\x9f\xce\xfe\x47\xa7\x2f\x19\xe4\xfa\x68\x0d\x99\x09\x3c\xa1\x06\x1b\xeb\xce\x7f\xa1\xf6\x0b\x7e\x22\x80\x2a\x6f\x7b\x35\x08\x5f\x2b\xf4\xaa\x08\x6a\x60\x2b\x55\x64\xa5\x45\x39\xbf\xb2\xc9\xf4\xc2\x66\x24\xe9\x3c\x83\xe3\x38\x80\x3c\xc8\xdc\x62\x9f\x50\xe7\xcf\xfa\xd9\xe8\x53\xfc\x91\x53\x67\xf1\xc8\x58\xcb\x3d\x65\xbc\x1c\xb3\x89\x9f\xa9\x2f\x0d\x3e\x0a\x5c\xd2\x1c\xf3\x32\x0a\x09\x2a\x4f\xa5\x92\x62\xed\xba\x23\xfc\x46\xdd\xd8\xb9\x84\xf5\x84\x76\xab\xdd\x9f\x54\xc1\x98\xdc\xba\x12\x59\xcb\x4c\x75\x4e\xaa\xbd\xc6\x6a\x72\xec\x2c\xde\xce\xfe\x6d\x03\x65\xb0\xb9\x14\x4b\x4d\x8c\x86\xf7\xaf\x31\x31\x78\x17\xa0\xd0\xcd\xf1\xb2\x0b\xbd\x55\x87\x15\x3f\x29\xf3\xfa\x55\x42\x25\x35\xae\x57\xc6\x92\xd1\x98\xdd\x05\xa4\x89\xf4\xd6\x8e\xff\x90\xcb\x18\x57\xdb\xd4\xb5\x7d\xac\x40\xe7\x8d\x62\x3b\xbb\xd9\xf1\x3c\xa3\x81\x3b\xa5\x51\x1b\xc3\xe3\x69\x4c\xf7\x83\x4f\x03\x4b\xf5\x5e\x5e\x77\x05\x9b\xd5\xd1\xd2\x93\x5a\xf7\xfa\x76\x7e\xb9\x46\x0c\x49\xa2\xd7\xa9\xdf\xc3\x2e\xe3\xae\xa9\x01\x24\x0c\x7a\x4b\x3d\x0d\xe3\x59\xc5\x57\xe9\xf1\x93\x0a\xe8\xaa\x79\x24\xef\xd4\x39\xca\x0e\x2a\x1c\x34\xae\x04\x31\xae\xad\xfa\xa6\xb8\xc5\x39\xe0\xb6\x5f\xd1\x0a\x3c\x91\x06\x6a\x26\x40\x18\xbc\xeb\x6a\x09\xec\x2a\xed\x93\x7a\x36\xd2\x1f\xc7\x52\x6d\x44\x0b\xa1\x52\x55\x39\xf6\x4f\x55\x88\xf2\x15\x61\x43\x41\x84\x52\x45\x36\xa6\xbc\x50\xfa\xd3\xb4\xa0\xd7\x8a\xeb\xcc\xed\x01\x33\x15\x46\x6e\x86\xdb\x3f\x0a\x88\x60\x89\x44\xae\x7a\x0a\x67\xf2\xf2\x55\x12\xa4\x9d\xa6\x56\xad\x44\xaf\xc3\xcd\x50\x3e\xc4\x1e\x83\x7a\x2a\xdb\x08\xf3\x2a\x6f\x2b\x33\x48\xaa\xfc\x77\x8a\xf7\xd4\xa0\x94\xe3\x8a\xb5\xf4\x67\xa0\xc7\x0a\x02\xeb\x4c\xc0\x32\x45\x24\x6f\x9a\xfb\x44\xc5\x12\x81\x58\x0c\x56\x5c\xc3\x52\xb9\xab\x14\x43\x78\x37\x2a\x5e\x21\x25\xec\xc7\x2e\x55\x54\x90\x54\x90\x0a\x45\x30\x85\x51\x19\x2c\xff\x4c\x93\xe4\x23\xe4\xc7\x18\xdb\x52\xa8\xf2\x76\xd6\x6b\xd0\x65\xb9\x8a\x9b\x1b\x10\x25\xa7\xf0\x5f\xba\x57\xcb\x49\xc2\xdd\xc2\x6f\xf2\x39\xe4\x2e\xf6\x2f\xd9\x7d\xea\x4c\x0a\x57\xb6\x9b\xd6\x80\x49\x92\x6d\xa0\xff\x0f\xec\x94\x0d\x31\x41\x15\x26\x99\x95\x75\x3a\xef\x1f\x99\x88\x03\xa4\xac\x92\xa9\x78\xd1\xa0\xc3\xb2\x26\x60\x46\x40\x89\xac\x5b\x38\xd9\x7d\x44\xb6\x47\xec\x2d\x38\x2e\x8d\x66\xa9\x59\xaf\xa5\xcb\xd9\x64\xb2\x4c\x3a\x95\x93\x86\x86\x4b\x5d\xb8\x41\x0d\x7f\x4b\x23\x79\xc1\xe5\x2f\xa5\xb1\xfc\x94\x3c\x84\x34\x1d\xc0\x26\xdf\x93\xb2\x05\xed\xa0\xcd\xd2\x0d\xc2\x5b\x01\x24\xe9\xa8\x38\xd0\x7d\x4c\x36\x5d\x62\x01\x38\xa2\xbd\xe2\xab\xcc\x06\xd1\x45\x89\x0f\xf1\xa3\xe8\xa5\xa4\x16\xf9\x58\x0c\x92\xe8\xea\xc5\x62\xa1\xe4\x4c\xd9\x31\xf1\x26\xe9\x82\x5c\x86\xf8\xa9\x14\x9a\x9c\x2e\x09\x95\xae\x05\xd1\x25\x02\xe9\xeb\x00\xa5\xe4\xb0\x2c\xdc\x83\x2c\x9d\x25\x13\xf2\x74\x82\xb5\xba\xf7\xf4\x63\x82\x37\x3a\x1c\x01\x26\xcc\xd2\x9e\x47\xec\x11\x6a\xb5\x39\x75\x8d\xc2\x87\x9a\x83\xa5\xdf\x45\x71\x1a\xff\x9c\x73\xa2\x61\xb5\x2c\xe9\xb2\x78\xa6\xea\x04\x28\x54\xac\x50\xbe\x0d\x50\x8a\xdf\x2a\x67\x7a\xec\x90\x54\x2a\x56\x70\x3e\x03\x28\x07\x82\x46\x06\xb6\xda\xcb\xf1\x55\x82\x19\x36\x77\xf8\x36\x01\xd9\x7a\xab\x76\x8b\xe0\xa6\x45\x59\x9a\x2c\x2c\x31\x2f\xc8\xc9\x16\x5e\x30\x4a\x92\x6a\x45\xc5\xfa\x0d\x91\x57\x45\xd7\xb5\x9b\x02\xb0\xe2\x32\xf5\xa0\xc7\x43\xf1\x39\xa5\x83\x43\xe4\x5f\x69\xcd\xa5\x3e\x07\x82\x9c\x1f\x71\xf7\x01\x6b\x33\x0b\x9e\x07\x7c\x76\xdc\xab\xad\x17\xa0\xed\xc1\x25\xdf\x04\xcf\x1a\x2b\x72\x16\x08\x69\x96\xd2\xa4\x10\xe1\x47\xe3\xb7\xc8\xed\x22\x81\x9e\x18\x00\x13\x4f\xd0\x5c\xf0\x18\x17\x8b\x54\xab\xd8\xbf\xf9\xd5\x9d\x12\xaa\x92\xbf\xbb\xfd\x33\x4e\x0d\xf8\xb4\x25\xc0\x27\x02\xca\x16\x78\xad\x2f\xf0\x6f\x33\xa2\xe4\x92\x80\xe3\x88\xc8\xfe\x2a\x9c\xda\x38\x9a\xe4\x22\xd4\x98\x7f\x46\x0e\x8b\xfe\x32\xbc\x09\x20\x8a\x1c\xda\x0b\x9e\x8b\xc4\x8b\x54\x2d\xb4\x68\xfb\xd6\x86\x58\xc2\x44\x5b\x3d\xe4\x10\x32\xa0\x71\x01\x3c\xbe\xfe\x92\xe5\x16\xf2\x54\xc5\x72\xb3\x13\xa3\x2b\x58\x6a\x8a\xc3\x0b\xd3\xf5\x86\x4b\xa4\xf5\xb1\x27\xf5\xf5\xd4\x5f\x61\x44\xed\x43\xa6\x74\x65\xa9\xa6\x9a\x4b\x71\xf5\x55\xdd\x10\x34\x51\x5f\xd9\x86\x21\xbb\xf0\x3b\x1a\x31\xf0\x99\x88\x97\xd6\x10\x64\x4d\xbd\xdd\x32\x0f\xbd\xb9\xfc\xa1\xe9\x25\x2e\x36\xff\xb9\xb1\x93\xf0\x25\x1d\x6d\xc8\x20\xbf\x8d\xdd\xa5\x7b\x42\xfb\x15\xc6\xd0\x8a\x59\x71\x2b\xf1\x9a\xe9\xdc\x1b\xae\x29\xaa\x16\xc1\x30\xb5\xb1\xb1\x03\x0e\xc6\x37\x58\xe9\x48\x19\xa2\xdb\x92\x89\xee\xab\xcf\x37\x67\x63\x8f\x95\x77\x99\xa2\x08\xae\xf9\x5b\x0d\xdf\x48\xc3\xe9\xf1\xfa\xcd\x54\x74\x6c\xbf\x0e\xc5\x88\x0e\xe3\x6a\xe7\xb3\xc3\x56\xaa\xd4\xeb\x79\x62\x57\x82\x2a\x4f\xf0\x93\x62\xb6\xfc\xc0\xec\xc6\xb1\xcc\x57\x70\x0e\xf8\x79\xd3\x45\x42\x5a\x5d\x9b\xf1\x2a\xc9\xb3\x7c\x8e\xe1\x22\x65\x65\x7e\xac\x7e\x23\xad\x2c\xed\xbe\x4e\xc4\x18\x89\xe5\x69\xab\xd8\x13\xc2\x24\x9a\x95\x5c\xde\xca\x4d\xaa\xfb\x40\xa4\xeb\xff\x94\xad\xa2\x85\x64\xbd\xe9\x3f\x12\x80\x55\x98\x66\x92\xbf\xc1\xbe\x1a\x17\x53\xe1\xb5\xf7\x0d\x6b\x68\x0f\xcb\x88\xfa\x22\x86\x34\x6f\x9b\x2e\x8b\x95\x9c\xc6\xd2\xae\xe6\xb8\xc7\x66\x6b\xa2\x78\xd3\xc3\x34\xea\x50\x60\xf2\xca\xfb\xaa\x09\xc2\x20\xb7\x65\x8a\x2b\x62\x02\xc9\x68\x4c\x67\xb4\x60\xfa\x0c\x35\xcc\x73\x30\x1f\x3d\x95\x75\xa0\xd6\x5d\xb7\x8e\x7d\xbd\xf4\xb8\xf6\x0e\x77\x46\x9e\x9f\xe6\x0d\xaf\x2c\x6d\xa6\xfa\x1d\x7f\x6b\xec\x7c\xb5\x9b\xc0\x37\xcc\xac\x4a\x12\x76\xf9\xcd\x52\x06\x88\x57\xba\xb1\x14\x8b\x25\x47\x88\x65\xba\x1b\xc2\x95\x68\xbc\x6e\x81\xb0\x13\x3a\x5d\x5b\x25\x9a\x59\x13\xa4\xd9\x28\x52\x94\xfc\x52\xff\x12\xcf\xce\x55\xaa\xa3\xc5\x1d\xa9\x36\x15\x5a\x12\x11\x73\x49\xb9\x55\x72\x36\x4c\xa3\x78\x2f\xad\xf7\x2b\x51\x4c\x94\x3e\x73\x9f\x29\x9f\x2a\x53\xe0\xc7\x34\xff\xa8\x27\xa3\x52\x35\x71\xaa\x4b\x90\xa9\xea\x56\x55\x5f\x75\xae\x7a\x86\x8a\x58\x92\xac\x62\xaa\x62\x72\x9e\x29\xaf\x28\x7f\xa4\xba\x28\xfd\x95\x3b\x63\x34\x0a\xb3\x12\x1a\xc6\x90\xbf\x56\x7c\xf0\x43\xcb\x57\x28\xa8\xee\x08\x59\x86\xfc\x13\xee\xb5\x1a\x67\x51\x23\x53\x55\x8f\xcd\xe7\xc1\xde\x2a\xb0\xe9\x4b\x95\x42\x79\xcf\xb4\xb4\xb8\x43\x59\x6b\x0c\xca\x81\x2b\xee\x18\x02\x52\x76\x2b\x2a\xf5\x7f\xc5\xc4\xc8\x4f\x6b\x77\x85\xc5\xcb\x57\x6b\x62\xfd\xb0\x32\x91\x6a\xb7\xbb\x5e\xba\x53\x19\x8e\xa3\xab\xae\xd8\x3f\x20\x6e\xa8\xca\x6c\x5f\x1a\x8e\x2b\x6f\x35\xde\xaa\x5a\xa3\xac\xb7\x6e\x2a\x86\x2a\xee\x5a\x68\x39\xab\x15\x04\xf3\xc2\x94\x66\xf9\x07\xa3\x2d\xc6\x5d\x8e\xd1\x1f\x09\x5b\x25\xbb\xac\x3d\xea\x07\x95\xf9\xab\x77\xb9\xdb\xa4\x44\xe5\x10\x6e\x8e\xaa\xc4\xb9\x0f\xa1\x50\x5e\x6d\x36\x37\x48\x95\xe0\xa6\x98\xaa\x09\x8a\xbb\xf6\xcb\xc5\xf1\x8a\x06\x5b\x51\xce\x72\xf9\x7b\xeb\x40\x8a\x41\xae\x30\x8f\xc6\x2c\x95\x8d\x1b\x2d\x61\xfe\xb2\x06\xfd\x72\x3f\x96\x74\xb7\xa6\xcb\x7d\xbd\x74\x82\x6a\x3e\x8c\xd5\xdd\xda\x70\xbd\xde\xa5\x93\x0f\x4d\xad\xac\x68\x87\xc1\x77\x15\xcf\x6e\x85\xa2\x32\x73\xe4\xce\x2c\xec\xfc\xd4\x2b\x8e\x0f\x84\x85\x71\xbb\x6d\x12\x72\x79\xc4\x39\xcb\x37\xda\xa5\x40\xb2\xa9\x96\x25\xf4\x59\xa8\x6f\xe2\xd5\x2d\x3f\xa8\x39\x2b\x44\xc2\x4a\xba\x0c\x50\x8f\xba\x4f\x1d\x6a\x78\x7d\x65\x44\x9b\x12\xd9\x57\xf4\xaa\xa5\x0d\xfd\x3b\x07\xd9\xdc\x8c\x6b\x4a\xdd\xe7\x28\x23\x62\xe2\xd6\x36\xbe\xa3\x50\x23\x46\x2d\x42\xfa\xfa\x40\xa9\xf1\x1d\x7b\x8e\x4f\x90\x3e\x85\xd7\xbb\xfc\xb9\x46\x2e\x04\xc3\xbc\x3b\x85\x70\x7b\xdd\xc9\xf6\x46\x64\x7f\xe5\x94\xd6\x01\xf4\x81\xa2\x03\xce\x6b\xd8\x27\x39\xf1\x4d\x0f\x09\x85\xa9\x9d\xf6\x75\xa4\x7f\xe3\x9a\x1b\x2b\xa9\x27\x22\x46\xcd\xe3\x8c\xa3\x81\x8d\x46\x3e\xfb\x91\x4f\xae\xee\x36\x3f\xc8\x65\x9e\x26\x44\xd8\x0a\xa5\xb6\x1f\xc4\xc8\xeb\xbc\x5a\xff\xc5\xc5\x55\x90\x5a\x7c\xf0\x9f\x8b\x32\x9b\xab\x89\x2f\xb3\x1f\x38\xd8\x94\x99\xa9\xd5\xb6\x6a\x5a\x55\x1c\xd6\xea\xc2\x38\x1b\x71\xd8\x74\x83\x9d\x1f\xb8\xd9\x20\xe4\xfe\xeb\xa3\xd2\x7e\x07\xb6\xba\x90\xd5\x18\x91\x15\xf2\xa0\xf5\x39\x71\x73\xad\xb6\x25\x96\x1c\x5a\x7e\xab\x59\x41\x19\x2c\x3c\xe9\x18\xa5\x65\x64\x73\xec\x13\x18\x33\x53\xa7\x5a\xbf\x32\xdf\xc5\x45\x98\x2f\xb3\xc7\x23\x76\x19\xb7\xf2\x16\x07\x8e\xea\xd9\x40\x96\xcf\x09\xed\x6c\xa1\xd4\xe5\x92\xca\x2a\xbe\x0c\x99\xd1\x92\x4a\xaf\xad\xb9\xd9\xdc\xc5\xa0\x97\xa7\x3b\x3e\x32\xd5\x85\xe9\xf6\x32\xd6\xd9\xec\x19\x8d\x6d\x9c\xd0\x94\x6d\x96\x41\xee\x50\xec\x77\x93\x8d\x0f\x8a\x18\x36\x34\x02\xaf\x03\x5f\xea\x58\xc2\x61\xdf\xa9\x1a\x3f\x71\x8d\x6b\x84\xf2\xa8\x74\x31\xd8\xbb\xe9\x25\xff\x40\xcd\x0c\x07\x16\x20\x94\x35\xd9\x1e\x08\xe6\x14\x6c\x6b\xac\x16\x1c\xce\x6a\xb1\xec\x13\x6a\x53\xc0\xa6\x31\x51\x75\xec\x49\xe3\x14\x71\x78\x44\x9f\xde\x45\xe2\x11\xb4\x44\xbb\x40\x3a\xc5\x17\xa2\x7a\x23\xbd\xe2\x7a\x54\xb1\x4e\xb6\xb1\xc1\xd7\xfe\x47\xbe\xa5\x3a\xc5\x66\x97\xef\x2f\x7d\xd8\x18\x2c\x3f\x54\xe0\x65\xd9\x2d\xbf\x9c\xe5\x6d\x8e\x92\xbf\x4e\xfe\x63\x34\x29\x26\xc6\xaa\xf5\x17\x14\x0b\x23\x2c\xda\xf7\x8a\x55\x41\xab\xd5\x3f\x14\x7e\xbe\x1d\xca\x1f\x8a\xe9\x6e\x41\xf2\xdb\xf2\x57\xf5\x0e\x9b\xd8\x10\x57\xd5\xd1\xe8\xa9\x3f\x50\x5a\x6c\x39\xa4\x0f\xcd\xef\x36\x43\x74\x43\x99\xfb\x8d\x6f\x75\xae\xc9\x5b\x0d\x24\xad\x24\xb6\x44\x77\x5d\x73\x29\x82\xa2\x9d\xa1\xfe\x11\x14\xa0\x5e\xa9\x9e\xe4\x7b\x48\x99\xa6\xfc\xe1\x86\x95\x27\x2b\xc6\xea\x03\x1a\x8f\x5b\x3c\xaa\xf2\xac\x6c\x33\xa1\x74\x96\x65\x85\xa9\x27\x1f\x67\x3a\x69\xbc\x96\x69\x37\xd6\x19\xfe\x4b\xb6\xe9\x5f\x1a\x16\xc4\x26\xe8\x10\xfa\x59\x11\x68\x4d\x9b\xf6\x54\x50\xa0\xea\x7f\x9a\x3a\xdf\x63\x8a\x17\xaa\xab\x6e\x64\xd9\x77\x65\x76\xdd\xf9\x46\x57\x1b\xb1\x6a\x8a\xe5\xef\x46\x5b\xc9\x2d\xb3\xd5\xda\x96\x9f\x61\x5a\x6d\x69\xcd\x14\x19\x4e\x98\x35\xc9\x6a\x3d\xc4\x54\x13\x1b\xa7\x7d\x62\x9c\x12\x41\xd2\xb8\xe8\x61\x41\xb1\xaa\x38\xad\xc1\xf7\xa9\x82\xa1\xee\x73\x33\xca\x2c\xca\x4d\xb5\xdb\x06\xbe\x80\x73\x2b\xb4\x7d\x2d\xd0\xb6\xe2\x69\x3d\xab\xe1\xdf\x73\xc3\x3b\x6f\xa1\x34\xe9\xfe\xed\x10\x6c\x65\xe2\xec\x96\x56\x42\xc3\x9a\x96\xa6\xb5\xe4\x9e\x30\xbd\xad\x8f\x1e\xbe\xca\xc5\xc2\x61\xbd\xf6\xea\x34\xba\xf0\x0e\x2f\xf7\xd5\x6e\x14\x6e\xa9\x6d\xea\x1f\x87\xb2\x2b\x68\xbd\x6b\xe1\x5d\x45\x1f\xba\xab\x91\x57\x73\xdd\x3a\x17\x62\x42\xd3\x17\xb5\x6d\xc0\x9d\x4a\xf8\xe3\xfc\x44\xec\x5a\xd3\xd4\xb4\x98\xb2\x21\xcc\x62\xf3\xa4\x7f\x5f\x15\x65\x99\xc6\xa6\x79\x6d\x33\x1c\xe2\x7d\x5d\x9e\xaf\x85\x09\x3b\x6a\x29\x7d\xef\xe0\xa3\x15\x85\x3d\x7b\x90\x17\x8b\xae\x76\xf1\xd1\x77\x73\x7e\x74\xe4\xe1\x26\xa7\x7d\x6d\xfd\x40\xa0\x25\x8c\x39\xf3\xc8\xcb\xd7\x18\x1d\x5c\xea\xe7\x30\x5b\xa3\x9d\x39\x61\x55\xae\x59\xcf\x01\x79\x5d\x34\x94\xf3\x59\xcb\x59\xda\xc9\xc2\xcb\x35\x97\x7a\x03\x31\xa2\xf2\xc3\xdd\x73\x71\xab\x8b\xaa\x3a\xde\xe2\xdf\xe4\x74\xb6\x9d\x22\x3e\x4d\xdb\xd1\x22\xa5\xcc\x4d\x38\xd0\x34\x46\x43\xaf\x61\xd8\x23\x19\x4f\xc2\xcc\x56\x32\x9b\xb9\x8a\x6c\x92\xf3\x02\xbc\x67\xe8\xf1\xc0\xb3\xe5\xe7\x35\x20\xd1\xde\x1a\x4a\x77\x31\xd1\x5a\x5e\xdc\xd9\x40\xfa\x59\xf8\xb8\xbd\x9a\x42\xce\x89\x6f\x4d\xa7\x2d\x49\xc3\x38\xe7\xd1\x5f\x26\xa8\x1d\x8d\xcc\xbb\x6b\x2a\x1a\x5f\xb2\xc7\xc2\xda\x2c\x29\x3c\xdf\x55\x56\x23\x15\xc0\x7a\x97\xe8\xa8\xc2\x61\x97\x10\x75\xa5\x78\xbc\x7a\xb0\x73\x3f\xed\x6a\xd9\xce\xf6\x33\xf4\x4f\x85\xc4\xd6\x0b\x4c\x97\xec\x1b\xce\xf3\x2c\x52\xda\x92\xa6\xf5\xec\xc7\x09\x85\xf6\x44\x2e\x71\x0d\xc8\x3a\xc2\x9f\x15\xd6\x6f\x5e\x0e\xdc\x5f\xb5\xc7\x80\x16\x6e\xf7\xee\xd0\x4a\xc4\x54\x17\x8b\x4a\x2c\x05\x55\x4f\x6a\x27\xf1\x27\x94\xf9\xb7\x36\xf1\x47\x0a\x3e\x38\x77\x03\x79\xd9\xec\xa6\x51\xc1\xfc\xd4\x8b\xf6\x53\x82\xf7\x09\x1e\x8d\x32\xe1\xed\x35\xde\x96\xa5\xa2\xd1\xb0\xbd\xc6\x56\xf1\xc3\x55\x3f\x74\x5f\x24\x2f\xbd\xbf\x68\x52\xa4\xa7\x5c\x97\x29\x51\xb2\x1d\x55\xb9\xad\x54\x19\xb1\xd4\xe6\xdc\x21\x53\x16\x70\x9b\xbe\xc9\x1c\xd9\x8b\x1c\xbe\xb2\x23\xa9\x26\x5b\x98\xec\x67\xfc\x4b\xeb\x52\x79\x64\xd4\x1f\xd3\x5d\x39\x36\xec\xb8\x01\x2b\xdf\x10\x10\xae\xbd\x2a\xbf\xe9\x93\xa1\xce\x92\x5f\x76\x15\x28\xec\xf2\x8b\x95\x1b\x9d\x17\x75\x88\xd2\xc9\xcd\xfe\xba\x29\xf9\xff\x39\xb8\xda\xa6\xac\x8d\xb6\x1d\xda\xf0\xd4\x35\xd6\xdb\x9a\xf3\xf1\x1b\xcc\x4f\x34\x0d\x51\x77\x8d\x97\xd4\x77\xc2\x76\xe9\xe9\xea\xe4\x80\x78\xcd\x7b\x95\xdc\x07\xa3\xd2\x2b\x5b\x5d\x0f\xc8\xbf\x29\x76\x54\xc2\x9c\xf3\x4c\x4b\x4b\x8e\x36\xd1\x8d\xe2\xfc\x13\xf6\xf3\x86\xab\x59\x12\xdb\x3c\x43\x48\xea\x02\x6b\x8c\x5e\x11\xdf\x64\xae\xd2\x9d\x8c\x3a\x6b\xac\xd0\x8e\x87\xed\xd4\x7d\xd7\x8c\x05\x64\x6b\xc4\xea\x63\x3e\x32\xd5\x4a\x15\xc7\xf5\x9a\x7c\x50\xe9\x51\xe9\xd1\x0c\xb3\xc6\x97\x98\x1c\xa7\x2d\xdc\xfc\x1e\x7b\x90\xb9\x3d\x0b\xd3\x48\x32\x1d\x4f\x9d\x6e\x69\x35\x3e\x8a\xb7\x9a\x8e\x18\x9e\x45\x5d\x31\x5c\xd4\x8f\x86\x1d\xd3\xb1\x74\xe4\x80\x06\xf5\x0f\xcd\x43\x9f\xed\xca\x11\x75\x82\xeb\x57\x79\xba\x52\x55\xb1\x70\xad\x18\x7c\xa8\xe8\xc7\xd0\x07\xe8\xbb\xdc\xce\x81\x6a\x04\x28\x63\x79\xef\x3e\xd4\xbe\x24\x76\xd7\x07\xac\x3a\xe6\x6a\xfb\x45\x82\x31\xe2\x6d\x0b\x8b\x7c\x39\xb8\xd7\xf1\x8b\x4e\xf1\x9b\xde\x58\xc5\x5e\xed\x09\x32\x31\x79\x2f\x96\xd9\x75\x4c\xe1\xc1\xf2\x9f\x23\x0a\xe8\x8d\xa2\x37\x43\xd3\xe1\x8f\x72\x1d\xfd\x22\xe4\x9f\x8c\xb9\x3d\x1f\x31\x55\x49\xc4\xae\x78\xdc\x9b\x98\xcb\xed\x7e\xc4\x63\x11\xef\x9d\x77\x28\x57\x83\xb7\x38\xd8\x8c\x60\x3f\x2f\xeb\x03\xf6\xb0\x67\x99\x69\x3e\xdf\x65\xd9\x4e\x9d\xaf\x70\xb0\xfc\xce\xb0\x1a\xb1\xbc\xe8\xca\xa0\x2b\x6a\x52\xae\xac\xaf\x07\xfd\x5f\xfa\xf7\x1e\x3f\x9c\x77\x52\x6d\xa7\x98\xa0\x8f\x39\xd5\xc6\x26\x47\x45\xbc\x77\xc6\xd0\x16\x06\xef\xb5\x3f\x66\x86\xf8\x45\x5b\xc1\x1c\xb8\x27\xc9\xd8\xc7\x6f\x5c\x76\x57\x7b\x54\x78\xbd\xbc\x60\x70\x37\xc6\x59\x54\xd3\x8f\xc5\x25\xe6\xba\xf6\x4e\xc5\xbf\x4f\xdf\xda\xd5\x4a\x7c\x99\x14\xd0\x31\x91\xb2\x38\x66\x6d\xeb\x3c\x1a\x35\xe2\x59\xd3\x2b\xc6\xc7\xe0\x33\xb6\x6d\xec\x26\x3f\x98\x25\x8f\x97\xeb\x39\x60\xd8\x00\x7c\x5b\x1e\xa4\x79\x29\xda\x5b\xbe\xb8\xff\x06\xb1\xa3\x68\x7a\xef\x36\xd2\xeb\x9c\xa3\xdd\x1c\x4a\x71\x3a\xbe\x73\x39\xf5\x47\xe2\xc7\x36\x3b\xfd\x5a\x8c\xd6\xb9\x95\x79\x21\xe2\xae\xa3\x93\xfd\x3c\xf8\x66\xa3\x90\x17\xe2\xa7\x33\x07\x03\x42\xcf\xd7\xfa\x11\xe1\xb6\xe5\x32\xcd\x14\xf1\xd7\xb2\xca\xbe\x72\x9a\xb2\x50\xd9\x13\x48\x1f\xc9\xc1\x75\x7e\x60\x5c\x49\xf7\x6a\x1f\x60\x05\x27\xee\x6f\x0d\x65\x6f\x88\xc1\x34\x37\x70\x93\x23\x2e\xdb\x6b\x79\x2f\x83\x9f\x5b\x8b\x81\x4b\x7e\xdb\x4d\x4b\x85\xbb\xbc\xc2\x74\xdb\xc5\x9c\xe5\xb7\xd4\x81\xd2\x98\xd2\xcf\x3d\x53\x79\xe6\xc2\xd0\xce\x8f\x7c\x9f\x1c\xcf\xf6\x6b\xfc\x7d\x69\x2f\x5b\x3b\x01\x73\x62\x9b\x33\x4d\x20\x8e\xa9\x76\xb4\x0a\xb9\x11\xb7\x1a\x8f\x8a\x84\x21\x8b\xcc\x27\xc5\xeb\xfc\xa7\x1b\x3a\x24\xa3\x5e\x0e\x2d\x4e\xba\xd7\x05\xad\x9a\x2c\x5b\x5f\x0a\x74\x7e\x90\x4a\x0b\xae\x74\x4c\x94\x3a\xb3\x1f\xb6\x4d\x96\x6e\x48\xdb\xeb\xfc\x47\xfa\x2a\x51\xdc\xd4\x23\x8b\x8f\xc9\xb7\x7b\xca\x8c\x11\x0f\xac\x4c\xd9\xdd\x90\x78\x93\x4a\x9e\xe1\x5f\xa2\x27\xca\x9b\xbd\xfe\xd5\x60\xe4\xc3\x2e\x67\x94\x21\xf2\xff\x95\x5c\xea\x08\xd3\xbc\x2f\xc8\x6f\xab\xd4\x0c\x66\xf3\x5a\xc8\x9a\xfc\x34\x4c\x33\x54\xfd\x3b\x31\xd1\xb1\x5a\xbd\x3b\xc6\xa5\xf1\x9e\x1a\x17\x71\xd0\x82\x50\xcf\x0e\x89\x35\xaa\x54\xdd\xfe\x24\x9d\x44\xb5\xc0\xdb\x4b\x3d\xa8\x2c\x75\x9d\xa2\x68\x52\x18\x4b\x7a\xda\x71\x06\x51\x81\x7b\xab\x43\xff\x6f\x76\xa1\x73\xa7\xbe\x3a\x2d\xb3\x69\xbd\xee\x7c\xa2\xbf\x5d\xa5\x4b\x8f\x99\xd5\x98\xa1\xdd\x18\xb1\xdb\x7c\x5f\x3b\x39\x24\xd9\x38\x4d\x03\xf2\x17\xeb\xa6\xab\x93\xbd\x13\xd4\x49\x2a\x4f\x57\x3f\x45\xae\xe2\x4b\x09\xa7\x6d\xb3\x59\x94\xff\xad\xe5\x9e\xe9\x70\x76\xa8\x73\x82\x71\x3c\x2d\xc2\xf1\xcd\x18\x9f\xe8\x61\xbb\x6e\x10\xc5\xcc\xb4\xf6\xeb\x37\x44\x1c\x30\x17\xeb\x8e\x85\x94\x1a\x00\x6d\xa7\x7f\x87\x56\xa2\x29\xf2\x86\xa9\x4e\xa9\xee\xb8\x66\xc9\x9f\x2b\x6b\x07\x5e\xc1\x8a\x2a\x5a\xda\x3a\xe0\x3f\xab\x77\x58\xae\x21\x0f\xd4\xfd\x4f\x29\x46\xaf\x07\x8f\xf1\x9c\xd8\x53\xf0\x14\x92\x3f\x61\x06\xaa\x03\x72\x97\xa4\xc5\x79\x96\xd4\x52\xa9\xc4\x9f\xa9\x2e\x0c\x13\x75\x2c\xfc\x2b\x67\x0e\xf3\xb3\x17\x85\x3f\xc6\x4b\x1e\x98\x0e\x31\xd6\x64\xb6\x5e\x82\x35\xd4\xcf\xb7\x2c\x43\x64\x80\xcf\x29\xee\xa0\x20\xb0\x1d\xbc\x99\x98\x3e\xe4\x3e\xe2\x46\xfc\x2c\xcc\x28\x84\x4d\xdc\x46\x98\x54\x32\x9f\xb2\x97\xac\x4f\xb9\x46\xff\x43\xf7\x08\xbf\xc6\xee\x66\x8d\x7a\xc1\xf9\x7d\xbc\x3d\xfd\x3e\x0d\x67\x1a\x96\xb6\xfc\x84\x1c\x84\x38\xcc\x55\xb0\x2b\xf0\x49\x8a\x10\xe4\x7c\x64\x1f\x97\x87\x16\x60\xa0\xc4\x70\xdc\x0c\xbc\x3f\x64\x0e\xe1\x3a\x69\x7e\xf1\x41\xf2\x6f\x6a\x42\x8a\x9d\x8e\x63\x00\xe1\x5b\xd8\xfe\xec\x8b\x5e\x70\x7e\x06\x1f\xdc\xcb\xa9\xc5\x22\xbb\x9c\xb0\xfa\x6d\xe8\x3e\xe3\x75\xc8\x52\xac\x43\x76\x0f\xd6\x8c\x1f\xe2\x54\x23\x93\x89\x7f\x13\xe2\x31\x0b\x28\xf3\xc0\xb9\x78\x6f\x1a\xa6\x38\x9c\xa4\x60\xdc\x4f\xf1\xa1\x45\xb0\x49\xe1\x72\xd6\x2a\xde\x02\x2f\x09\x8f\x01\xbc\xe8\xc6\x56\x21\x89\x9d\x4d\xc3\x35\x57\xc9\x2e\x06\x6c\x3d\x82\xa2\x95\x76\x43\x3c\x69\xd3\xd8\xb9\xf0\x69\xf4\x5e\x7c\x39\xca\x8d\x99\xd4\x60\xc0\x52\x58\xef\x8b\xda\x89\xf3\x38\x07\x93\x8f\x50\x7e\xf2\x5a\xc3\x09\xcc\x95\x80\xca\x6b\x0f\xb7\x45\xd8\xd6\xd9\x5a\xce\x64\xf9\x3b\xe6\x57\x2d\x62\x4f\xd3\x4f\xac\xb9\xcd\xfe\x5b\x82\xab\xbf\xcc\x39\xc0\x4a\x85\x8c\x73\xf7\xe0\x98\x88\x2c\xde\xe6\xfa\x1b\xe8\x1b\xfc\x1d\x45\x0b\xf1\xdb\x81\xb3\xc9\x24\xf2\x4d\xc1\x93\x70\x34\x23\x4c\x34\xc3\xeb\x37\xe7\xb2\x38\xaf\x7d\x65\x71\xb7\xac\xa4\xf1\x4c\x59\xb3\x2c\x43\xf3\xac\x72\x9d\x2c\x58\xa4\xa9\x79\x25\x5b\xc1\xe8\x6e\xa8\x96\xf9\x63\x5d\xa0\x9f\x64\xee\x75\xa3\xc8\x4b\xb2\xf9\x85\x0d\xd8\xaf\xd2\x3f\xc9\x73\x49\x58\xe9\xe3\x70\x38\x7d\x8e\xf4\x9c\x37\x8c\xfd\x59\xba\xaf\xe5\x41\x81\xc2\x12\x60\xd9\x55\x7c\xc6\xbc\x5c\x3d\xa3\xdc\xcf\x34\x55\x70\xbb\xaa\xd7\x38\x95\xbe\xaa\x2e\xdf\x30\x19\xfd\x04\x12\xa0\x7b\x5e\x7b\x1f\x91\xa9\xdd\x55\xb0\x0b\xb3\x49\x83\x49\xfa\x1f\x11\xac\xfa\x18\x0e\xa1\xe5\x29\xe5\xde\x5b\xd9\x6c\xc5\x34\x67\x41\x1e\xa3\x23\xd4\x1c\x51\x78\xa9\x8d\xae\x6c\x2e\x2d\x6d\x71\x02\xea\x8a\x4f\xcd\xeb\xa9\x9f\x6a\xce\x39\xd6\xa3\x5e\x37\x5c\xb5\xa9\x6a\x57\xc0\x5d\xad\x91\x05\xe9\xe8\x03\xa6\x91\xa4\x56\x42\xab\xfe\x45\x38\x9b\x7a\x5c\x3b\xcd\xfb\x3f\x76\x88\x6a\x56\xf3\x50\xee\x89\xbe\x32\x53\x6f\xa1\x4f\x4f\x88\x72\x41\x49\x5f\xe7\x0b\xe0\xaf\x8a\xd2\x76\x3b\x55\x57\x03\x6a\xf5\x42\x39\x1b\x72\x9a\x25\x35\xaf\x61\xdd\xf6\xa1\x82\x55\xe8\x4a\xab\x22\xa9\x87\x90\x62\xf2\x09\x6f\xa4\x2a\x74\x06\x9f\x10\xf6\x34\xd5\xf9\xe6\xd8\xdc\xbc\x61\xa5\x29\xbd\xa0\x63\x70\xb6\xe2\x78\xc9\xc2\x3e\x1a\xff\x54\xf9\x89\xee\x93\xd4\x82\xea\x0d\x1d\xef\x51\xd4\xfa\x93\xad\xcf\x6a\x6e\xc3\x56\x34\xdb\x0b\x56\xa1\x5e\xd9\x9e\x24\x9d\xc4\xdf\x36\xbf\x0f\x3f\x4c\x8d\xd4\x6f\xf1\xa1\xb0\x4e\xaa\x41\xbd\x9e\x88\x23\x15\xed\xce\x40\x14\xa8\x7a\xbb\x71\x0b\xfa\x68\xdd\x0e\xd9\x46\x2c\x00\x7e\xc5\x71\xc1\x43\xe1\x29\xf8\x3f\x44\x2a\xaa\x07\xbc\x90\xbc\x0f\x17\x58\xf4\x93\x86\x20\xcd\x49\x59\xc4\x4c\xa5\xcd\x0e\xe7\x73\x84\xac\x50\x2f\x32\xb0\x84\x67\xee\x29\x82\x7d\xaf\x01\x35\x63\x11\xad\x75\x3f\x0c\xff\xa1\x4a\xc1\xdb\x64\xf3\x30\x20\x58\x2f\xdb\x86\x4b\x45\x6e\xc6\x1b\x09\x7c\xcc\xc9\x86\xad\xa4\x57\x84\x29\x45\x1b\xa9\xdb\xc9\xd6\xe4\xeb\x8c\x3d\xf4\xa8\xf0\x7a\xce\x02\xd6\x6f\x2f\x2c\xff\x3c\x7f\x62\x37\x15\x1a\x57\xff\xae\xa9\x1d\xf6\x07\x82\x33\x64\x22\x1e\xc1\x6e\x48\x09\xa8\xb7\x48\x29\x7b\x2a\xd6\x13\x93\x81\x5f\x88\x17\xe0\x17\x36\x14\x91\xe6\x93\xa6\x15\x41\x29\x3f\xa9\x09\xc9\xed\x8c\x15\x0c\x43\x78\x22\xbb\x93\xfd\xc3\x8b\xcc\xa7\xf3\xfb\x3b\x7b\xea\x7f\x20\xb3\xec\x9f\x21\x33\xd1\x35\xba\x73\xb0\x68\x6c\xa9\xc4\x17\x21\xc2\x13\x99\x63\xa8\x31\x62\x1f\xce\x1f\x6b\x22\x3f\xad\xb7\x12\xd0\xb4\x9c\xc2\xeb\x64\x1d\xe3\x72\x72\x34\x6d\x9c\xcd\x0a\x77\x65\xf5\xf3\xd6\x78\xb5\xf0\x06\x04\xab\xda\x4f\xd7\xbc\x20\xae\xb2\x95\xd7\x87\x91\x76\x6a\xa1\xe0\x26\x4a\xa8\xe8\x19\x6c\x11\x75\x17\xe3\x1f\xc4\x61\x7a\x0d\x36\x0d\xdd\xc3\x9c\x58\x77\x03\xb7\x87\x75\xbc\x30\x9f\xe4\xca\x19\x4c\xba\x4f\x3d\xc6\x73\x86\xcf\x64\x0e\x02\x3d\x5e\xd7\xb9\x17\x85\x57\x5a\xbf\x56\xcd\x60\x5a\xac\x07\x6a\x14\x2c\xa5\xfa\x47\xbd\x27\x1b\x2d\xdc\x0a\xbe\xca\x29\xa7\xdf\x87\xed\xe0\xd6\x62\x50\xc8\x4b\x3c\x58\x9d\x2f\x76\x25\x9f\x53\x70\x9a\x70\x14\xe8\x4b\xb2\x53\x06\x04\x37\xc2\x27\x32\x76\x8a\x96\x7a\x2f\xe3\xce\x12\xf3\x9c\x43\x65\x09\x52\xa4\xd9\x5e\x39\x4b\x2a\x56\xfe\xa8\xfe\x28\xd5\x00\x4f\xea\x3e\x4a\x0d\xb4\x3c\x88\xb7\xb4\x0b\xbd\x0c\xae\x95\x8e\xd4\xae\x44\xaf\x92\x6e\x2f\x70\xc5\xcf\x91\x1e\x48\x4a\x21\x47\x49\xf7\x87\x2f\xa4\x5b\xa4\xa7\xbd\x6d\x9c\x00\xe9\xc3\x26\x78\x71\x92\xe9\x97\xd1\x5a\x96\x6b\x5a\xa2\x88\xae\x24\x1b\x57\xf1\xf3\x6a\x36\x1a\x62\x29\x0f\x1b\x5c\xf5\xf9\xc8\xb7\xd0\x23\xba\xec\x9a\x14\x64\xaf\x36\x22\x5f\x8c\x3d\xa1\xfe\x93\xf8\x91\x14\xa8\xda\x12\xbe\x84\x76\x52\x89\xf5\x7e\xc5\xee\x51\x2c\xb1\xef\x2d\x74\x6d\x3b\xa3\xff\x55\x52\xd0\x1a\x25\xdb\x5f\xde\xe1\x94\x72\xbf\x55\x4f\x6c\x5a\x4b\xfe\x5f\x5d\xab\xfd\x08\xe2\x37\x84\xd0\xb8\xa7\xda\x84\xe0\x5a\x34\xf9\xf3\x31\x57\x4d\x5e\x89\xd7\x89\x68\xbd\x32\x3c\x9c\x16\xaf\xb9\xe0\x13\xcb\x2e\x55\x4d\xb6\x7b\x15\x60\x7b\xae\xe8\xc9\xc5\x6d\x5d\x7f\xcb\x22\xca\xde\x74\xec\xe1\x4a\xab\x1a\xda\x00\x72\x59\xed\x7f\x2d\xde\x88\x4d\xe0\x7b\x4d\x3d\xd5\x55\xf0\x6f\xb6\x57\x79\x9f\x31\x78\xcb\x9b\xc4\xbb\xc4\x59\xc6\xcd\xe1\xf9\xd4\x2f\xba\x1c\x1f\x2c\xdb\x4f\x75\xc0\xb6\x2f\xff\xc9\xe0\x7b\xfd\x9c\xe2\xb9\xfd\xfd\xd2\xbb\x65\x0d\xbd\x21\xdc\x98\xca\xd1\xae\x0e\xf2\xd2\x5a\x76\xfb\x63\x84\x16\x5c\xd3\xf2\xad\x3a\x0b\x2e\x6c\x3a\x97\xf7\x13\xfd\xcd\x96\x99\x34\x91\x30\x60\xe6\x84\x8b\xa8\xbd\x7a\xac\xcf\x20\xeb\xb1\x7a\x45\x67\x28\xba\xb0\xa2\xcf\xae\xc5\x58\xab\xb7\xe9\xc0\xd8\x0f\x75\x9b\xc5\x23\x78\x16\xf8\x09\x13\x4b\x0c\x82\xc7\x62\xfb\xc9\xf3\x50\x6d\xf5\x0b\xa8\xc1\xb8\x80\xc2\x2a\xba\x93\xf4\x57\xd2\x15\x56\x02\x6d\x49\xd8\x4e\xee\x1a\x56\xbe\x57\x2c\xa0\xe3\x9d\xec\x40\x21\x0d\x35\x3e\xb6\x8b\xa8\x1f\x75\xff\x68\x77\x60\x74\xe0\x26\xf1\x22\x5c\x14\x4c\xcf\x78\x4a\x58\x84\x6c\xc1\x46\x92\x3c\x31\x5b\xeb\x76\x50\x60\xf8\x2f\x85\xb3\x69\x63\x64\x4d\x52\x1b\x73\x37\x3d\x36\xac\x9d\x73\x91\xbd\xc4\x2b\x0a\x48\xe3\x47\xb6\x5b\xe1\xe7\xea\x4f\xda\x66\x23\xb1\x90\x78\xed\x14\xb4\x07\x6c\x44\xc4\xc3\x7c\x42\xd6\x32\xc0\xb8\x6f\x18\x6f\xcc\x21\xa2\x3f\x6e\xbc\xae\x92\x6c\x24\xfe\x5b\x70\x8c\x16\x4f\x0d\x4a\x42\x33\xfd\x19\xba\x30\x25\x07\xcc\x99\xe3\x95\xce\x7f\xc9\xbf\xd4\xda\x0d\xd9\x8a\x78\x6b\x05\xc3\x74\xe8\x99\x6a\x1b\x42\x86\x9d\x27\x8c\x41\x59\xf1\x01\xf4\x62\xcc\x55\x22\x1a\x7d\x1b\x9f\x4e\xde\x52\xdb\x49\x7c\x41\x73\x2f\x48\xa6\x5c\x62\xec\x48\x9a\x41\xff\xcd\xc6\x87\x51\xd9\x04\x5e\x9a\x17\x83\xef\x23\x28\x76\xfe\xaa\xb7\x12\xb6\x98\x2f\x83\x77\x90\xf2\x55\xfe\xd0\x0f\xe4\x6b\xc0\x1f\x44\x24\x15\x4c\xcb\x42\x6d\xa6\x4f\x43\x7d\xc5\x42\x18\xfb\x6b\x9e\x12\xd2\x58\x86\xfc\xfd\x64\x3c\x47\x94\xb8\x8f\x76\x85\x27\x0f\x43\xb1\x68\xc0\xa0\xd7\x4e\x5e\x99\xf0\x63\x73\x40\xcd\x31\xc6\xb8\x29\xae\xde\x95\xf9\x43\x71\x04\xdc\xc8\x1a\xe3\x8f\x42\x7f\xb2\x1f\x51\xd3\x10\xeb\x39\xef\x51\x6e\x68\x07\x6f\x4a\x4d\x14\x6e\x3b\x3f\x38\x3f\x85\xb4\x18\x20\x25\xf2\xa9\xbb\x04\xbb\xc2\xe0\x4c\x85\x68\xa1\xd7\x7f\x5c\xb3\xb8\xc9\xfe\xbd\xe2\x8f\x84\x69\x08\xae\x5e\x27\xd9\x2a\xbb\x5b\x87\x95\xdc\xe1\x2d\x00\xfb\x4b\x5e\x91\xf7\xc3\x7c\xa5\xb3\x11\x77\x90\x55\xd2\x80\xea\x64\xcc\x21\x69\x5e\x5e\x07\x01\x23\x25\x25\x86\x52\xf2\xa4\x9a\x30\x1e\x03\x2c\xdd\xee\x2d\xe0\xac\x93\xbe\x6b\xdc\x51\xe6\x6d\x3c\xaf\x8b\xa9\xf8\x64\xfc\x4b\x1a\x5e\xfd\xd4\x90\xc6\x51\xd7\xbd\xd0\xa3\x48\x10\xc8\x0a\x9d\x1e\xbe\x17\xde\xac\xed\xaa\x42\xa0\x93\x34\x7d\x79\xd3\xf0\x5e\x6a\x4b\xc2\x0b\x72\xb2\x0a\x16\x26\xa5\xdb\x94\x71\xde\xd7\x38\xee\x8a\x85\x96\xaf\xc5\x6f\x5b\x1b\x34\xcd\x65\x9f\x9d\xef\xc4\x1b\xaa\x96\x36\xc3\xd8\x31\xb5\x89\x8e\x2e\x62\x6a\x43\xaf\xed\x22\xec\x2a\x2c\xc9\xfa\x4f\xe5\x4e\xd4\x62\xf3\xd5\xdc\x4e\x5c\x88\xd1\x90\x70\x96\x24\xd0\x2f\x0a\xeb\xa0\x4f\xd6\xe8\x7c\xfc\xd8\xa7\x94\x63\x16\x7c\x71\x54\x77\xbe\x66\x6a\x59\x6a\x27\x4f\xec\x5a\x89\x6f\x97\xb0\x0e\xd7\x38\x5b\x6b\x08\xf7\x1a\xa6\x38\x5d\x60\x2a\xe8\x16\xc7\xff\x2a\xa5\xc8\x66\xdb\xca\x5c\x05\xf6\xa8\x25\x37\xe1\x32\xc9\xcb\x08\x0a\xdb\x49\x3b\xa4\xfd\xee\x53\xc6\x6e\x56\xf5\x5b\xe6\x14\xad\x1f\xa8\x54\x0f\x95\x6e\xeb\x0b\x17\xed\xaf\xb8\xd9\xfd\x98\xc5\xae\x99\xd6\x89\x23\x0c\xd5\xf3\xda\xce\xc1\x60\xd0\x80\x96\xc9\x95\x34\xe4\x52\xc7\xcf\x5c\x1d\xb6\xa4\xb1\x2d\x61\x9c\xb8\xdb\xf4\x21\xec\x29\x0d\xa3\x5f\xe2\xd3\xc8\x2e\x52\xcf\x6e\xca\x26\xc4\x55\x6c\x32\x2e\x22\xc6\x57\xef\x93\xd3\x48\x35\x75\x7b\x78\x15\xe4\x11\xf0\x2d\xf2\x66\xaa\x37\xdc\x07\xd1\x48\xdb\x85\x92\x55\x6d\x63\x08\x71\x8b\x73\x0f\xb0\xd8\xc4\xaf\xf1\xcf\x38\x5b\x69\xd3\x43\x8e\xf2\x23\x58\xf5\x9e\x30\xc1\x1f\xde\x2f\x07\x1e\xb7\xa5\xfa\x8f\x01\x8e\x1f\xad\x3b\x23\x7b\x4e\x9c\x0c\x56\x72\x2f\x91\x04\x30\x18\x39\x9a\xb2\x14\x89\x42\x04\x50\x2f\x61\x24\x55\x0d\xf4\xff\xe1\xcf\xe5\x72\x99\x37\xc8\x90\xf8\xfd\x1c\x10\xdd\x3d\x64\x3b\xef\x32\x7b\xb9\x27\x52\x70\x80\x0f\xb1\x4b\xb1\xab\xea\x79\xfa\x21\x1c\x14\xfc\x4b\x56\x80\xdf\x05\xe3\x72\xd3\x88\x05\xc8\xb9\xa4\xff\x91\xa7\xa3\x2f\xc3\x0f\x52\x9e\xe0\xd6\x56\x4d\xa6\x8d\x11\x37\xe7\x46\x32\x43\x28\x9f\xe2\x2d\xec\xf5\x0c\x44\xc8\x5a\x1e\x9a\x33\xdd\x93\x29\xc0\xf3\x3f\x34\x5e\x45\x85\x22\xe0\x3a\x17\x74\x0b\x8a\x23\x79\x8a\x5d\x89\xe1\x72\x16\xe0\x7e\xe1\xda\x89\xfb\x09\x5f\x09\x8f\x61\x2f\xc8\x0b\xc8\xd1\x95\x35\xd4\x5a\xea\x8e\x9c\x2d\xf4\xeb\x0c\x54\x7c\x16\xcb\xcc\x5e\x1d\xd2\xc9\x05\x78\x41\x9e\x5b\x81\x75\x02\x8c\xb5\x10\xee\x83\x7f\xa7\xd9\x89\x38\x43\x54\x8a\xed\xa8\x76\xf2\x04\xd6\x53\xcc\x16\x4a\x37\x61\x37\xee\x05\xad\x1e\x36\x83\x98\xc8\xf0\xae\xe8\x27\x1f\x66\x4d\xcd\x89\xa5\xf1\x39\x8b\xe2\x67\x32\x49\xbc\xb8\x90\x5e\x8e\x1e\x50\x7a\x7e\xe1\x3f\x15\x4d\x34\x5f\x81\x44\xd0\xbf\xa9\xb3\x61\x01\x8c\x7f\x45\xd9\x88\x58\xe6\x5d\xe6\x01\x94\x8a\xf5\x06\xbf\x1b\x33\xce\x59\x02\x0d\xc7\xcb\xb8\xe9\xe5\x9f\x48\x09\x3c\x55\xf6\x71\x6a\x28\xff\x79\xdc\x35\x46\xb5\xa0\x36\x64\x84\xdd\x2b\x7c\xea\x55\xc0\xf7\x12\x77\x19\x21\x75\x77\x45\x27\x94\xde\x0d\x5f\xc4\xee\x02\x1c\x34\x45\x0c\x63\x2c\x86\x5f\x14\xb7\xe0\xf2\x50\x0a\xf1\x03\xc8\x64\x6c\xb5\xc4\xab\x7c\x1e\xa1\x4e\x82\xcd\x0e\x21\xeb\x25\xdb\xe2\x9a\x69\xef\xa5\x93\x42\x8e\xb3\x44\x52\x8c\xd7\x51\x5e\xbc\xf4\xb1\xbe\xb2\x7a\xbd\xbe\x55\x9e\x5d\x97\xa8\xfb\xcd\x3f\xd0\xf0\x48\x57\x49\x6b\x83\x0e\x6b\xd7\x62\x27\x22\x6c\x9a\xdf\x0d\x9f\xd0\x03\x9a\xd4\xb2\x14\xdc\x13\x35\x2f\x6b\x80\x94\xa7\x72\xc6\xd5\x52\x9f\x29\xd7\x85\x5c\x64\x6e\x51\x9c\xf4\x76\xe3\x0e\xc9\x5f\x68\x7b\x2a\x0f\x35\xaf\x97\x9e\xae\xa9\x6d\x22\xf0\xd0\xf5\x8b\x1c\x93\xa8\x58\xf0\x6f\x9b\x00\xfd\x15\x3e\xcf\xfa\xa4\xc1\x15\x55\x64\x89\x28\x6d\xc7\x1e\x34\xc1\xb3\xd2\x88\x95\x86\xf2\xb8\x18\xea\x0a\x9d\x7f\xc8\x4b\xa6\x9b\xfa\xad\x37\x91\x9b\xa2\x5c\xaf\x19\xab\x5c\xda\x51\x24\x0d\xab\xde\xd8\xb6\x9d\xfb\xac\x0e\xd1\xf2\x81\xf2\x05\x5c\xe1\x9c\x8e\x6e\x85\x31\x9a\xa6\xd6\x5f\x46\x1e\xb4\x3d\x29\xc5\x62\x93\xac\x4d\x59\x81\x84\x97\xa6\x6f\x71\xf1\x94\xd3\x86\xf0\x90\xff\x18\xd7\xb4\xc5\xde\xcd\xdc\x99\xaa\x3a\x0d\xa1\xa2\xa3\xd7\x45\x72\xbc\xda\xbb\x3b\x8e\xeb\xa8\x3d\xd7\x19\x46\xd9\xde\x70\xa8\xed\x33\x1a\x05\x7d\xd8\xd2\x52\xbf\x01\x09\x6a\x5e\x5c\x5a\x85\xd9\x6f\xaf\xc9\x5a\x4d\x60\x58\xe3\xe3\x6a\x28\x10\xe3\xe3\xd0\x40\x06\x4f\x87\xf1\xbe\xcc\xd9\xa3\x3a\x6d\xac\xa6\x8e\x57\xec\x52\x5c\xa6\x0d\x57\xef\x05\x4e\xd0\x15\x75\xdb\xe9\xd5\x0c\x21\xf8\x34\x16\xcb\x74\xc2\x67\x82\x27\xb3\x46\x51\xf8\xd2\x77\x9c\x20\xdc\xa4\xcc\x01\xee\x09\xe2\xbd\x98\x0e\xbe\x83\xfa\x3e\x88\x27\x70\xb2\x6a\x3c\xd6\x88\x6e\xf3\x97\x18\x36\x50\x1a\xaa\x5f\x28\x22\xa9\x69\x75\x03\x40\x0a\x2d\x0b\x5c\x47\xbb\x46\x47\xc0\xc2\x30\x63\x8c\x2e\x64\x58\x43\x07\xf3\x33\xa6\xb0\xb4\x85\xcd\xc6\xf7\x67\xe2\xb8\x61\xe4\x88\x18\x3e\xdf\x9d\xf6\x39\x88\x26\x48\x64\x4f\xf3\x48\x12\x75\xf1\xf1\xfa\x2f\xa4\x13\xf5\x29\x72\x23\xf9\x2e\x78\x0f\x7f\x88\x3a\x1b\x16\x40\xcb\xa6\x65\x20\x0e\x61\xa8\xf4\x6e\xb4\xac\x21\x8c\xb9\x14\x07\x2b\x4d\x62\xed\x24\x32\x32\x83\x38\x66\xca\xff\x62\x6a\x79\x6d\x8c\xd0\x20\x22\x70\x83\xfd\xca\xa3\x44\x54\xc2\x7f\xaf\x4b\xc7\xff\x80\x8f\xca\x66\x10\x63\x91\xcf\x79\x99\xa4\x56\xf4\x0b\xea\x12\xca\x42\xdc\x7c\x34\x99\xba\x91\x00\xad\xaf\xa4\x43\x48\xc7\x4b\xcc\xcc\x28\x6a\x45\xc6\x76\x76\x06\x63\x56\x8c\x2f\x57\xc3\x7a\x19\x44\xe6\x8f\x73\x7f\x7b\x18\x84\x6d\x82\x2a\xcd\x38\x76\x32\xee\x83\xe4\x30\x4e\x43\xe8\xe2\xba\x10\x56\x91\x42\x28\x33\x89\xf7\xc8\xb7\x50\x32\xf2\x56\xea\x60\x9d\x89\xda\x4e\x97\x15\x8f\xd1\xd7\x31\x25\x19\xf9\xcc\x71\x76\x4f\xf4\x57\x0e\x89\xfb\x30\x48\xc4\x9f\x0a\xe4\x79\xdc\x13\x5c\x15\x8e\xa9\x19\x28\x02\x6d\xb3\x98\x8e\x99\x4d\xdf\xcf\x1e\xc7\xde\x64\x1c\x22\x4f\xc4\x1f\x67\x3e\x43\xb6\x11\x2f\xb0\xfd\x6b\xcf\x90\xc7\x38\xf4\xe2\x32\x5a\x38\xf7\x6a\xfa\x0b\xc6\x56\x7e\x65\xf4\x25\x36\x18\x78\x15\x64\xe3\x79\x09\x3b\x3d\x23\x05\xf3\xc5\x52\x25\x11\x36\x2e\x9c\x29\x94\x23\x9e\x0b\x39\xac\x08\xd4\x98\xf0\x1c\x91\x85\x75\x11\xad\x40\x64\xe1\xb1\x22\x4b\xcd\x36\xe2\x79\xd1\xd7\x22\x11\xa5\x5a\x4c\x4c\x87\xd3\x17\x8a\x5f\x47\x77\x32\x7f\x48\xc8\x41\xeb\x39\x7f\xa4\x13\x3c\x7b\x80\x60\xe9\x36\x79\x25\x64\x95\xb6\x1a\xd8\x09\x2b\xd6\x5c\x64\x74\x23\x6c\x9a\x44\xc2\x3c\xd4\xb8\xfa\x00\x7c\x31\x96\xa7\x4e\xa9\xde\x41\x70\x51\xed\x2e\xdc\x43\x7a\xac\xf2\x4f\xfb\x87\x7a\x4d\x69\x8a\xc6\x33\xfe\x55\x3c\x09\x3a\xc2\x09\x50\xa4\x78\x4d\xe6\x2b\xe5\x23\xd2\x7d\x0d\x53\xed\x97\xf8\x85\x10\x94\x6d\x37\xbd\x01\xf6\x77\x23\x0d\xf7\x09\x59\x63\xf5\x80\xf9\xa1\x7f\x9b\x0f\x56\xbd\xc7\x8d\x9a\x0a\x0a\xfd\x88\x27\x0c\x07\xd3\x54\x94\x67\xfa\xa9\xd1\xe9\x8c\xd5\xda\x80\xa0\x6b\xec\x26\x75\x8a\x57\x01\x7f\x99\xb2\x5c\x1a\x53\x5f\xde\x9a\xc0\xbb\x08\xde\xec\x3c\x43\xfb\x07\x16\xd8\x1c\x80\xb3\x20\xb6\x3b\xf8\xd0\x2b\x68\xb8\x6d\x7b\xd5\x66\x5c\xb2\xf5\x7a\xc1\x57\x62\xb6\xf9\x52\x1a\x99\xc2\x37\x5a\xa2\x53\xe9\xd7\xf5\x1e\x41\xcf\xd8\x79\x9a\x26\x2f\x36\xef\x8e\xf2\x8f\xe4\x7e\xdd\x99\xce\xbb\x3c\x3e\xd8\xad\xc3\x97\x66\x87\x3a\xdb\x12\x70\xc5\x08\xcf\x96\x14\xe8\x00\xea\x62\xb3\x4f\x55\x23\x76\xa7\xfd\x45\xc1\x2b\xc2\xa9\x46\x20\x8d\x46\x99\x6c\x3e\x10\x5d\x4d\x27\x1a\x8e\x05\xcf\x64\xbd\xd6\xae\xf5\xda\xc0\x93\xa9\x58\x0a\x1f\x8e\x6f\xc5\x5b\xc1\x1c\x4e\x5b\xf5\x5d\x46\x07\x37\xa0\xee\x04\xfe\x09\xf7\x08\xf8\x22\x6c\x37\x8f\x05\x9f\x55\xed\xc9\x4f\x42\x91\x0b\x1e\x01\xfe\xb8\xd9\xa9\xb5\x82\x32\xe2\xc3\x28\x7f\xe1\x30\xf5\x7d\xc0\x62\xb1\x07\x0b\xe7\xf6\x5a\x72\x91\x1f\x21\x2f\x63\x1d\xad\x7e\x00\x60\xd9\x55\x75\x0e\xc6\x32\xce\x64\x70\x3a\x1e\xc5\xf9\x1f\x6c\x01\x2c\x99\xab\x47\xce\xaf\xda\xcd\x63\x62\xa2\x0a\x0c\x7c\x01\xde\x9e\xea\x05\x1c\x23\x7b\x46\xcd\x17\x82\x68\x4f\x03\x16\x89\x4e\xb3\xa7\xba\xfd\x27\x71\xf0\xb9\x32\x2e\x13\x51\xf7\x9d\xbf\x9b\x35\x1f\xcc\xa1\xeb\x58\x77\xa1\x6f\x71\x77\xd8\x1b\x10\x32\xe8\x61\x4e\x1b\x3a\xb3\x2a\x8f\xdb\x8b\x0b\x2d\x58\xcd\x3b\x49\x2c\x48\x79\x0b\x04\x50\x1c\xa0\x5f\x82\x5d\x8c\x39\x01\x4b\x45\x28\xf6\x5d\x77\x17\x49\x16\xff\x93\x74\x02\x6d\x10\xde\xc0\xcb\xa7\xab\x91\x68\x5a\x20\x43\x83\x46\x61\x37\x30\x9d\x58\x07\xe4\x20\xeb\x28\xfe\x4d\x25\x95\xfd\x9b\x84\xc8\x97\x70\x6b\xa8\x53\x52\x44\xbc\x37\xf4\xe3\xa0\xdb\xc0\x5a\xd6\xd6\x80\x00\xa1\x9a\xfb\xc0\x1d\x21\xb6\x08\x0a\xc5\xcd\xe4\xe3\xb8\xa5\x5c\x77\xca\x0b\xfc\x09\xaa\x1f\x2d\x84\x08\xc1\x1c\xa7\x73\xc8\xae\xe0\x37\x8c\x5b\x94\xaf\x15\x47\x58\x79\xb4\xb7\x79\x9f\xd8\x7f\x33\x27\xa7\x04\x71\xfb\xd9\x09\xa0\xc3\x7c\x07\xd7\x16\x90\x23\x68\x03\x5c\xdd\xf7\x89\xce\x0a\x6f\x8b\x28\xc4\xd9\x54\x0c\x67\x0a\x89\x47\xd3\x52\x42\xc9\xef\xe9\xbd\xe8\xbb\x54\x2a\xe3\x11\xd8\x93\x3e\x9d\x95\x58\xb1\x94\xb1\x8e\x3d\x9c\x47\x61\xe1\xb8\x01\xc9\xf7\x38\x18\xde\x79\xd0\x3a\x9e\x06\x50\x06\x30\x81\xf5\x42\xa8\x47\x88\xf0\x8b\x18\x27\x60\xe3\xa6\x02\x31\xac\x28\x3c\x1f\xd8\x4d\xd2\x10\x17\x08\x82\x51\x0c\xd2\x05\xc1\x86\xfa\x57\x94\x41\x61\x7c\xf9\x32\x9a\x59\x78\x25\x77\x3d\xa3\x51\x44\x4f\x46\xb3\x46\xc5\x2b\x41\x4a\x6e\x80\xf8\x4e\x80\x9d\xaf\x93\xf4\x7a\x18\x85\x4b\xa5\x4a\xbe\x16\xbd\x4c\x75\x94\xa1\xc7\xdc\x53\xd1\x88\xcb\x71\x7b\x54\x8b\x90\x81\x84\xb5\xca\x13\x75\x7f\x93\x76\x2b\x81\xb2\x70\xca\x1d\x65\x60\xce\x77\xba\x87\xe2\x5a\xd2\x27\xa6\x51\x21\x05\xd5\x71\xdc\x14\x1e\x01\xc3\xbc\xed\xf2\x9d\x1e\x0f\x04\x04\x39\x8c\x17\x8c\xf4\xb6\x5e\xa4\xe7\xa2\x67\x5b\x6e\xe0\x3f\x60\xff\x32\x1f\x47\x84\xe2\x97\x9b\x36\xd4\xcd\x24\xa6\x1b\xb5\xa5\x5a\x72\x93\xa1\x3e\x47\x44\x9b\xae\x5f\x9c\xd4\xc3\xe8\xd7\x6e\x01\xad\x66\x43\x34\x81\x01\xdb\x79\x6e\x2a\x8b\xa7\x37\xf0\x51\xf1\x99\xbb\x13\x81\x68\xfa\x46\xfb\x1b\x55\xe9\xd8\x84\x97\x63\xd0\xf6\x74\xf8\x15\x1c\xa7\xf1\x72\xed\x31\xc2\x88\xb5\xa0\xb4\x94\x3c\xc3\xbc\x27\xa7\x86\x6a\x32\x4d\x48\xd2\x31\xa2\x0d\x2e\xa0\x20\xf6\x24\xdd\xb4\x80\x43\xdc\x0b\xea\x9b\x9e\x69\xc0\x56\x65\x0f\x17\x05\x3f\xd3\x86\xa2\x69\x91\x87\x5b\xfe\xc6\xaf\x41\x5f\x77\xfa\xc1\x5b\xb1\x4f\x9a\x88\xb5\x9d\x84\x25\x76\x7b\x69\x1c\x49\xda\x38\x92\x53\x44\x9d\x63\x31\x27\x19\xe9\x47\x4d\x91\xa0\x38\x56\x8b\xbe\x27\xe0\x1e\x97\xa0\x79\xe1\xc9\x02\x2a\x54\x6e\xac\x65\x52\x72\xe5\x1a\x72\x85\x34\xba\x66\x15\x66\xae\x34\xb0\x7e\x1e\x04\x2d\x0d\x84\xcc\xad\x2a\x97\xc6\xc3\x33\x0a\x5f\x49\xeb\x50\x43\x19\xef\xa5\x06\x5c\x5e\xdc\x23\xe9\x7d\x52\x48\x78\xb2\xac\x90\x56\xbc\x72\x9f\xec\x22\xeb\x92\x6b\xba\x1c\xe0\xf7\x30\x07\xc4\xff\x55\xff\x4b\x7a\x2c\xfe\x52\x37\x84\x5e\x2f\x99\x03\xae\x86\x4c\x94\x84\xc0\x3c\x2b\xbf\x49\xea\x91\xae\x85\x5d\x92\x66\x4c\x66\xc6\x0e\xc9\x63\xfc\xc6\xb8\x7d\xd2\x32\x72\x7e\x78\xb4\xf4\x2e\xdd\x67\xe5\x09\x19\x97\x5d\xea\x0a\x96\xc7\xf1\xcf\x31\xfd\x44\x8d\x75\xd7\x48\x18\xd1\x2e\x70\x09\x3a\x4a\xf4\x0e\x7a\x06\xdc\x2a\x0e\x44\x34\x54\x3a\xc5\x2c\xf4\xca\xc2\x7c\xf1\x59\xdc\xf2\x0c\xa6\x24\x9c\x98\x19\xd7\x26\xd9\x47\xe9\x0d\x0f\x93\x42\x19\xe1\x2b\x2f\xc9\x16\x70\xe6\xba\x0a\x64\xaf\x01\x10\x63\x3a\xf0\x00\x76\x91\x58\x24\xc8\x46\x5c\x45\x05\x09\x8e\xa0\x6e\x37\x6c\x14\x86\x62\x17\x57\x8c\x0a\xd7\xe3\x45\x05\xfd\xa2\x70\xd2\xcc\xf4\x31\xd1\x09\xca\xc9\xb8\x7c\xb1\x84\xde\x19\xee\x2b\xa9\x60\x0d\xaf\x7c\x27\x8d\xe4\x8e\xb9\x9e\x90\x45\x0a\x68\xb4\x6b\x3c\x01\xe6\x3e\x21\x96\xf7\x0b\xd7\x8f\x2c\xe2\x6b\x08\xf0\xfa\xa7\x80\x3f\x29\xaa\xc2\x0d\xf8\x9b\x12\x5a\xb0\x40\xa0\xa7\x65\xa4\x4b\x85\x85\x0c\x69\xdc\x42\x51\x1c\xeb\x61\xb8\xbb\x38\x89\x0b\xf7\x5b\x22\xc9\x05\x66\xbb\x79\x48\xc9\xc2\x97\x54\x05\x67\x05\x59\x88\x0f\xe7\x1c\xa0\xdc\x44\x90\xb9\x78\x5a\x40\xbd\x27\x2f\x8a\x6e\x2a\x27\xf2\x17\x33\xe7\xe6\x2b\xf8\x1f\x59\xc3\xe9\xf3\x81\x47\x9c\xda\xd8\x3b\x82\xff\x78\x31\xe1\x6e\xa2\xd5\x40\xa0\x5f\xbe\xb8\x5e\xb8\xc6\x4d\x26\x19\x16\xe3\xc8\x5f\x98\x4b\xb8\x4a\xec\x31\xe6\x79\x5e\x21\x7c\x12\x6b\x1f\xef\x6b\xed\x18\x7b\x27\x7f\x73\x19\x9c\x73\x0b\x10\xe4\xad\xe3\x7e\x11\x94\xa4\x51\xf8\x41\x42\x50\xac\x10\xa0\x8b\x56\x87\x4f\x14\x8c\x8a\x41\x7e\x7c\x51\x84\x24\xce\x7d\xba\x78\x40\x0a\x27\x21\x69\xc5\xf2\x6c\x0c\x94\x5e\x20\x8f\x82\xbe\x62\x20\xe4\x8b\x6a\x3e\x32\x2d\xf2\xb9\xa5\x5a\xd6\x2b\xf9\xfc\xbc\x59\x9c\x10\xf9\x82\xd4\x97\xdc\xf5\xf2\x85\xb1\x89\x7c\x77\xb9\x47\xd8\x38\xb0\x5b\xee\xe6\xd7\x2e\x2c\x94\xcf\x72\x47\x8a\xde\xc9\xe7\x13\xa1\x94\x35\x46\x29\xba\x82\xca\x36\x1c\x86\x7c\xa4\xed\xd1\x7f\xab\x59\xcc\x98\xa1\x4f\x28\x79\xc6\xa4\xe9\x78\xb9\x6c\xd6\x67\xed\xa6\x54\x23\xc7\xa6\xb9\x1c\xf3\x81\x17\xa3\xbe\x13\x76\x9b\xff\x51\x75\xda\x6f\x8b\x60\xb3\xb2\xd7\x5d\x23\x62\x2a\x44\x84\xe3\x64\x67\xe3\x42\xd4\x43\xca\x09\xab\x17\xc4\x4a\x9b\x63\x71\xa9\x3e\x45\x07\x9b\xe7\x94\x6c\x65\x9c\x32\xfe\x9b\x5b\xc8\x6a\x30\x9c\x49\x65\x72\xa6\xeb\x95\x31\xcf\xb8\xc7\x74\x8b\xc3\xee\xf2\x6d\x1a\xa9\xdf\x1e\x01\x58\x75\xd6\xbd\x57\x14\xaa\x74\x25\x64\x92\x5d\x1d\x5f\x51\x2a\x4a\xb4\xfd\x09\x24\x9f\xca\xb3\x6d\xae\x6e\xa5\x1d\x6b\x84\x97\x34\x33\xfc\x2d\xdf\x73\x93\x98\x27\xcc\x8a\x54\x3a\x5b\x68\x7c\x12\x33\xc6\xcd\x30\xcc\x0c\x1b\xe3\x7b\x6b\xff\xf8\xdd\x06\xc6\xd5\xa3\xee\x67\x85\xa3\xca\x76\x74\x80\xa1\xb4\x6a\x0a\xb4\x54\xdf\x53\x73\xb6\x76\x89\xee\x7b\x7d\x7b\x99\x56\x97\x0e\x69\xce\x5f\xab\x35\xc3\x2f\x65\xe8\x34\xf7\xd1\x89\x09\xef\x35\xa1\xb8\x31\x10\x5b\x2d\x27\x3d\x0b\x92\xab\x1e\xd1\x97\xf9\xac\x55\xa5\xb2\x7b\x96\xff\xa3\x3c\x0c\xe0\x50\xfb\xf5\x2b\x6a\xaa\x21\x5f\x75\xa2\xba\x1f\x35\x97\xb4\x4f\xc0\xc3\x65\xd9\xda\x3c\x18\x23\x9f\xa6\xd9\x86\xe4\x65\xd4\x6b\x5c\x31\x5b\x13\x2e\xaa\x15\x84\x00\x10\x46\xf5\x91\x7c\x3f\x48\xa7\x22\xd1\x4f\xfb\x1c\x56\x3e\xe5\x4c\x74\x99\xaa\x04\x00\x2e\x2a\x4b\xfb\xb9\xee\x06\xc4\xa9\xad\x06\xd7\xd7\xc8\x34\x67\xa1\x4f\xca\x26\x6a\x0a\x11\xe2\xfc\x30\xf5\x25\x74\x65\x86\xbf\xba\x18\x07\x4e\x58\xab\xba\x48\xec\x02\xd5\xaa\x6a\xa9\x0b\x83\xac\xca\xd7\x8c\x3d\x3e\xb7\x94\x42\xce\xa0\xcb\x2a\xe5\x2a\xe0\x34\x52\xaa\x26\xc2\xd6\x80\x6f\xaa\x67\x21\xe0\xd5\xa3\xaa\x3d\x28\x7d\x29\x5c\x05\xc7\xdc\xce\x1b\x54\xfd\x85\xaf\x4b\xff\x9f\x72\x17\x69\x4a\x42\xad\x12\x4a\x79\x08\x8a\x50\x2e\xa1\xdf\x08\xea\x56\xdc\x66\xfd\xf4\x9d\xad\xb0\xf3\xea\x5c\x24\x0a\xac\xe0\x09\x02\xae\x8c\x42\xdf\x68\x78\xa7\xb8\x8f\x3d\x58\xed\xaa\x68\xc2\xb7\x97\x1c\x55\x10\x88\x96\x3c\x37\x45\x3a\x79\x7d\x7a\x81\x62\x21\xf5\x55\xc2\x6c\xf9\x53\x46\x09\x68\x99\x7c\x94\x75\x3f\x68\xab\xfc\x00\x57\xe7\x9b\x2e\x6f\x01\x6a\x5d\xfe\x91\x9b\x44\x85\x70\xbc\xec\x23\xf1\x55\x83\x8f\x6c\x27\x99\x54\x45\x90\xe9\x28\x4f\x4b\x56\xc8\xd4\x34\x76\xae\x5d\xa6\x65\xf8\xa5\x3d\x92\x89\x99\x1f\xe2\x0f\xcb\x38\xec\xdb\x91\x3f\x65\x06\xee\xe7\xa0\x53\xb2\x61\xc0\xd7\x97\x2f\xdb\x24\xac\x73\x4d\x93\x1d\x13\x6f\x83\xc9\xc4\xa3\xec\x98\xfa\xc5\xe2\x4b\x9c\x65\x95\x6c\xf1\x2d\xce\xe7\x62\x90\xc4\x83\xfb\x3c\xe7\xb0\x04\xc5\x7b\x97\x16\x27\x71\x00\xb3\xe2\x33\x25\x17\x05\xd1\x91\xc7\x24\xbf\x84\xaa\xa0\x51\x29\x48\x74\xc3\xf7\x98\x94\x2e\x71\x77\xbd\x28\xdd\x23\x95\x42\x9e\x09\x4b\xc5\x97\x6a\xbf\x0b\x09\x92\xe9\x15\x56\x61\xaf\x24\xa1\xc8\x28\xfc\x26\x51\xe7\xc4\x89\xe8\x92\xc7\xa9\x67\x45\x57\xa5\x89\x71\x1f\xc4\x79\xd2\xb6\xc8\x2e\xf1\x88\x6c\x62\xd0\x55\xc9\x22\x19\xdc\xf7\xb3\x44\x26\x1b\x70\x0b\x91\x7c\x96\x7d\x84\x2c\x04\xf2\x34\x63\xb5\xfe\x80\x43\x33\x50\x7e\x03\x78\xab\xc9\x2e\xfc\x25\x28\x53\xbf\xce\x7e\x2c\x38\xa6\x36\xa5\xda\x84\xb5\xea\xe0\xb8\x07\xc2\x2f\xaa\xfd\x91\x1d\xa2\x16\x55\x62\xd0\x3b\x71\x8a\x72\x60\x85\xbf\xf8\xb2\xe2\xbd\x1b\x4c\x42\x54\x44\x83\x0f\xf1\x85\x46\xdf\x9a\xdb\xfc\x4b\x86\xae\x72\x2d\x90\x60\x98\x54\x78\x04\x18\xd4\x43\xb3\x77\x0b\x5c\x75\x5b\x53\xd9\x82\x23\xda\x9f\x71\x17\x84\x74\x6d\x68\x64\xb3\xc8\x47\x93\x14\x34\x2e\xba\xad\x0e\x5e\x11\x2e\x16\x29\xbf\xb8\x11\x25\x01\x8a\x6d\x60\x39\x6f\xd4\xb2\xb7\xa6\x9b\x1f\x68\x99\x5d\x5e\xc6\xef\x34\xa7\x14\x76\x00\x93\x4c\xc8\xec\x7e\x80\x6f\x64\xa5\x92\x04\x01\x06\x5e\xdc\x65\xc1\x73\x7d\x5d\x64\x9f\xb0\x57\x37\x2d\x78\x9a\x08\xad\xd1\xad\x28\x12\x2f\x56\xdd\x73\xb3\x88\xcf\x28\x23\xaa\x92\x9b\xef\x56\xd9\x4b\x07\x9a\x72\x6a\x91\x05\xed\xf6\xd3\x0d\x29\xd9\x4b\x6c\x95\xd0\xf4\xd4\x1a\xeb\x35\x84\x3e\x9e\x63\x49\xc5\xcc\x88\x5a\x63\xea\xc4\x8f\x86\x32\x0c\xf7\xc8\xaf\xfd\x93\xf5\xbe\x8c\x35\x9e\x3f\xb5\x60\xce\x86\x65\xb7\xd4\x43\x82\xb2\x2a\xef\xa6\xee\x9a\x83\xa5\x22\x87\x7f\x3d\xbe\x80\x6e\x3b\x02\xf1\xc8\xfa\xd8\x88\x86\xfd\x9b\x9a\x68\xf9\x85\x9a\x1c\x8f\x32\x4b\xb1\x15\x51\x61\xc6\x0f\x84\xc7\xa1\x0c\x43\x01\xe5\x80\x7f\x99\x6e\x98\x71\xd8\x6b\xb1\xe6\x07\xe7\xcd\xb2\xff\xd4\xb5\x82\xb4\xca\x6f\x0e\x68\xfd\xb2\xd2\x7c\xfb\x24\x70\x77\x41\x72\xe3\x76\x58\x58\xd6\x59\x2b\x15\x71\x39\xd5\xc5\xe2\x8e\xde\x1d\x5f\x68\xda\x89\xbb\x15\xe5\x63\x4c\x20\x81\x42\xd9\xfa\x4d\xd4\x0b\xfe\x28\x9d\x07\xd3\xec\x05\xd2\xe8\xb8\x8c\xe5\x81\xaa\x5f\x02\x51\x65\x91\x6d\x39\xf4\x53\xc9\x11\xeb\x4d\x44\x58\xfe\x79\xcb\x7a\x14\x39\x0b\x67\x36\x60\xae\xa6\x9c\x37\x41\xf1\x94\xf8\xc5\x46\x77\x52\x42\xd4\x24\xfd\x59\x6a\x6c\x28\x55\x87\x63\x94\xf9\xab\x35\xbf\xd9\xed\x5e\x4c\xb5\x95\xf7\x73\xb9\x42\x15\x2c\x14\x57\x9c\xb0\x6c\x44\xe7\x94\x84\x9a\x37\x63\xfd\xf3\xd3\x4d\x83\xf8\x85\x99\x9f\x8c\x23\xc4\x95\x29\x34\x43\x2f\x19\x15\x77\x4d\x2f\xa3\x5e\x00\xdd\xd7\x95\x31\xc0\xa1\x74\xed\x52\xb6\x87\xff\x7a\xf5\x15\xee\x67\xaf\x5d\x2a\x03\x70\x6d\xf9\x43\x65\x91\xe8\x42\xc5\x64\xd3\x41\xc2\xde\x62\xb3\x71\x33\xa9\x24\xef\xa0\x61\x0b\xf9\x45\xa6\x52\x7f\x8d\xda\x93\xb2\x54\xf7\x2f\x5d\x18\xe7\xd0\xbe\x67\x0a\x41\x7b\x35\x4f\xd8\xce\x50\xa6\xfa\x02\x77\xdc\xff\xaa\x6a\x13\xd0\xe0\xf5\x49\x69\x17\xee\x70\x01\x29\x24\x12\x9f\xb2\x6f\xfa\x1e\xe6\x9c\xa2\x13\xba\x2b\xac\x80\x3c\x3f\xdd\x5c\x76\x7a\xc6\x1f\x2d\x92\x43\x49\x1e\xd1\x6c\xe5\xee\x88\xcb\x51\xbf\xe2\x2f\x00\x39\xd4\x4b\x01\x49\xa8\x54\xb5\x52\xe8\xb1\x6a\xa1\x32\x40\xb4\xcf\x1b\xa6\x48\x95\xc4\xb8\x9c\x91\x43\xa4\x87\xcb\x82\xb4\x6e\x82\xe1\xa2\xe5\x1a\x86\x70\x4d\x6e\xaf\xfa\x9a\x70\x7f\x46\xbf\x3a\x59\x54\x94\x8c\x57\x6d\x13\xbd\x8f\x5b\xa6\x72\x15\x0f\x82\x00\x25\x57\x52\x17\xaa\x57\x1c\x92\xfa\xaf\xca\x90\xff\x27\x7d\xe6\x3d\x20\xcf\x93\xb1\x5c\x23\x65\x66\xf9\x94\xd2\xb5\xea\x28\xc5\xd3\x42\x8b\xca\xa6\xf8\x96\xeb\xa1\x9a\xa1\xf8\x9c\x11\xa3\xd4\x2b\xbe\x26\x07\x28\x97\x28\xbe\xc6\xbe\x57\x0c\x28\x27\x80\x68\x8a\x35\x8a\x1f\xa1\x4e\xf9\x88\xe2\xf5\x2a\xb4\x7c\x81\xe2\xa4\xf7\x73\x99\x56\xc1\x75\x65\x49\xbf\x2a\x96\x95\x46\xa9\xca\x35\x83\x85\x39\xca\x43\x1a\x75\xce\x2b\x65\x96\xa6\x24\x63\x96\xe2\x9c\x66\x41\xf2\x5f\x8a\x5a\xf5\xf5\xd8\x67\xf2\x6f\x6a\x13\x88\x29\x6f\x57\x83\x42\x47\xe4\x9e\xaa\x7d\xab\xe4\xb2\x2e\x95\xaf\xf7\x6f\x59\x88\xb2\xd2\x55\x25\xdd\xa3\x00\x4a\x46\x95\x26\xfd\xb5\xc2\xa9\xca\x89\x7a\x47\xce\x49\x45\xa3\x7e\x4d\xfa\x4f\xc5\x62\xdd\xe9\xe4\x09\xf2\x4e\x5d\x69\xec\x1b\x79\x99\xf6\x14\x48\x25\x9f\xaa\xf5\x0d\x3d\x2d\x6b\xd4\x94\xac\xda\x22\x5b\xae\xae\xf2\x09\x94\xee\x57\xf9\xba\x8e\x48\xeb\x14\xaf\x8b\xef\x76\x78\x57\xbd\xcc\xb7\xb7\x25\xd4\x6e\xcd\x7a\xd7\x52\xdf\x60\x4c\xbd\xdb\x6c\x87\xda\x13\xda\x1d\xbb\x11\x0f\xa3\xb3\x6d\xfb\x30\xd8\xd5\xfd\xd6\x7e\x42\x64\xd0\x7a\x33\x8c\x02\x5f\x59\x60\xf4\x62\xec\xf4\x38\xa1\x3b\xc7\x75\x5f\x46\xd0\x48\x04\xeb\x8a\x0f\xb5\xbd\xad\x9d\x9e\xcf\x6e\xf5\xaa\x1f\xc9\xba\xea\xac\x81\xd4\xa5\x9e\x6a\x1a\x82\x87\x27\x98\xed\x0f\x50\x39\xd1\xe9\x8d\x5f\xb1\xbd\xab\x47\x2c\x9f\x89\x31\x41\x9b\x4d\xe7\xa9\x3e\x2b\x11\x86\x2e\x66\x88\xc7\x7d\x1d\x9a\x5b\xb8\xcc\xaa\x09\x16\x98\x8a\x5b\x5b\x77\xd6\x57\xe5\x17\x3b\xff\x80\x2f\x65\x6d\x6c\x2e\x81\xd5\xa7\x6e\x70\x6c\x45\xfc\x4e\xe0\xdb\xfe\x43\xbf\x8a\x8e\x6e\x0c\xc6\x2f\x5d\x3d\x68\x49\x22\x09\x83\xf6\x98\x82\x68\x2b\x57\x72\x0d\xf3\x98\x63\x1e\xbf\xb5\x6f\xb8\xa7\x97\xed\x55\x9f\x15\x1c\x2e\x5e\xed\x2c\x80\x2d\xcc\x1b\x6b\x3a\x85\x88\xcd\xaa\x71\x64\xa3\x28\xa9\x68\xdb\x28\xe6\x5e\x42\x56\x63\x32\x5e\x11\xbd\xcc\x62\x25\x41\x57\x77\x98\x4e\xff\x9f\x00\xb8\x00\x68\x32\x51\x00\x00\x6c\xfb\xec\x96\x1e\x08\x48\x83\x20\xdd\xdd\x0d\x83\xb1\xee\xee\xfd\xeb\xfe\x63\xc9\x68\x10\x04\x1b\x0b\xbb\x15\x3d\xdb\xb3\xbb\xbb\xbb\xcf\x6e\xdf\x27\xe2\x84\xed\x75\x3e\x90\x36\x07\x2e\xb2\x3f\x91\x3f\x41\xa5\x59\x5f\xa9\x33\xdd\xc7\x22\x1f\x75\x5b\xcb\xd7\x77\x7c\x63\x8c\x28\x96\xb7\xaf\x60\x7e\xc8\x7b\xd4\x56\xca\x7e\x9e\x35\xaa\xe5\x3d\x6f\x74\xca\xdf\x66\x48\x50\x1b\xff\xc2\xf5\x49\x74\x36\xda\xd6\x58\x2e\x15\x85\x9d\x71\x38\xe4\xb9\x81\x27\x6c\x9b\x54\x11\x28\xb3\xe5\xae\x76\xac\x3b\x09\x99\xa2\xff\x53\x3e\xab\xed\x07\xb7\xa8\xe8\x43\xeb\x6a\xde\xd3\x3c\xa0\x85\x24\x68\xce\x5c\xd3\x3c\x4b\x84\x4e\xd9\xe3\xba\x24\xc9\x8e\xdf\xd7\x48\x97\xd5\x47\x2b\x1d\x77\xe4\xd6\xb0\xbb\xf6\x64\xe5\xdf\xc0\x6f\x56\x58\x63\x44\x1d\x42\xee\xea\xee\xb9\xaf\x83\x33\x8c\xa5\x65\x61\xcd\x5f\xa4\xa9\x45\x25\x4d\xd7\x65\xbc\xbc\xff\xb9\xf6\x01\xbd\x99\x15\x8d\x6b\xe4\xb7\x53\xb4\x4e\x9b\x32\x2d\xbe\xcf\x51\xae\xda\x11\xad\xb0\xfd\xd5\x64\x84\xff\xcf\x0a\x6a\xff\xcc\x2e\x47\x3e\xea\x77\xfb\xc6\xc1\x88\x31\xc7\xa3\x08\x9a\x66\xba\x5e\xba\xde\xa5\xd6\x70\x0b\xef\x34\x2a\xb5\x53\x72\x37\x3a\xcd\xda\xed\x99\xee\x0e\x8b\x8e\x95\x82\xb1\x5b\xf4\xa1\xf1\x4e\x9b\xde\x30\x34\x5a\x6f\xa5\x18\xae\x87\x87\x5b\xa6\x19\xcf\xcd\x6e\x81\x77\x9a\xb6\xfb\x36\x41\x46\x73\x9d\xc7\x7a\x30\xc7\xfc\xb9\x94\xed\xd4\x82\xd9\x85\x3a\x87\x05\x14\xe4\x96\xda\x97\x81\xad\x19\x47\x6d\xff\x80\xbb\x53\x22\xac\xd7\xc0\xb7\xf1\x32\xcb\x17\xc8\x2b\xda\x60\x19\x0f\xe5\x86\x97\xc0\x6f\x20\xda\xec\x63\xd0\x61\x88\xeb\x7b\x1e\xdc\x0b\x45\x7b\x7c\x31\x6f\x00\x5f\x97\x8e\x70\xb4\x23\xd7\x0b\xb3\xec\xab\x91\xb3\xb9\x01\xb6\x4b\xc8\x9e\x8c\x35\xd6\xcf\xc8\x40\x8a\x87\x75\x06\x32\x3f\x5e\x64\xc9\x47\x4c\xd1\x10\x22\x41\x30\xe1\x24\x98\x81\x4c\x9b\xfd\x1c\x2a\x87\x37\xfb\xbe\x05\x49\xf0\x64\xcf\x09\x66\x0e\x44\x2e\x19\xb0\x1f\xb6\x3d\x2a\x1c\x63\x7b\x60\xdb\x91\x3b\xc6\x36\xd5\xa6\xce\x58\x6c\x8d\xb1\xa5\xa4\x4c\xb4\x54\x59\xbf\xc6\xab\x91\x0e\xeb\x92\xe8\xf9\xf0\x39\xeb\xdc\x70\x18\x3a\x6b\xe9\x09\xf2\x02\x8f\x20\xd7\xfd\xbc\xcc\xaf\xe0\x6b\x9e\xc1\xe6\x69\xd0\x9e\x62\xfb\xe2\xae\xfa\xf8\x7c\xf5\x42\x7e\xc3\x87\x6c\xf7\xbe\x3c\xfc\xb1\xb4\x86\xf9\xe9\xa4\xd3\x89\xda\xee\x99\x34\xaf\xb9\x7d\x9d\x87\x99\xab\x22\xb5\xed\x25\x5c\x65\x48\x58\x4b\x97\x70\x9d\x7f\x9b\xeb\x9e\x6c\xb4\xf7\x3a\xe7\x44\x25\xd6\x6d\xba\x2d\x59\x7b\xb6\x98\xb7\x88\xdd\x50\x9e\x4f\x5b\x80\xc6\xdd\xcf\x1e\xd5\x9b\x4f\x74\xa4\x55\xf4\x54\x51\x08\x89\x9a\x79\xe9\x74\xd5\xdc\x25\x1d\x7f\x58\x97\x23\x6d\x6d\xbd\x3c\x49\x48\x4a\xf3\x1f\x11\xc3\x7f\xb5\x0b\x23\x93\x7b\x1f\x75\x2c\x53\x9a\xdd\xe2\xad\xf7\xb4\xfd\xc5\xb9\x0b\x13\x71\xdd\xf9\x59\x7d\xa9\xc4\x21\x59\xaf\xe6\x67\x91\xcd\x69\xe9\xdd\x04\x9a\x5f\xa2\xa4\x0b\xcf\x9c\x30\x77\x71\xc7\x1c\x4e\x56\x64\x73\xeb\x3d\xfe\xda\x90\xa2\x66\xac\x98\xe8\xbf\xaf\xf1\x30\x10\xe6\xfd\xc8\x11\xa8\xfc\xe0\x86\xb6\xea\xb4\xe7\x8a\x3d\x7b\x57\x91\x73\xf2\xc7\xf6\xbc\xa7\x56\x65\x6d\xea\x8e\xa7\x2b\xd2\xa6\x74\x29\x98\xcf\x12\xd1\x1d\x3d\x9c\xf6\xb9\x5d\x6d\x2d\x7c\x55\xe4\xbc\x16\xba\xc8\x19\x42\x6a\xfa\x9f\xf4\x1f\xff\x67\xce\x16\xc5\x34\x1f\x2f\xbb\x97\x9a\xe2\xd6\x65\x59\xa2\xdb\x5f\xd4\xd3\xc3\xa7\xdf\xcf\x5b\x3c\xef\x3a\xf3\x5a\x56\x59\x57\x0e\xfb\x42\xea\x91\x8e\x85\xdc\x4f\x89\xbe\x6d\x77\x04\x45\x73\x95\x2d\x1f\x44\xe7\x22\x5b\x9b\x9e\x4a\xb5\x21\x40\xe3\x6a\x39\x29\x60\xba\xa3\x4a\x55\xe9\x83\xb5\x8d\xd6\x06\xb9\xdd\x43\x76\x1b\x26\x14\x65\xcc\xc3\x71\x87\xe7\x25\x76\xde\xe6\xf5\x67\xbe\xee\x20\x08\xaa\x53\xb5\x6d\xe7\x45\xbe\x09\x6f\x5a\x23\x25\x6e\x73\xf1\xcd\x64\x59\x6a\x64\x93\x4b\x26\xd7\x84\x38\x9d\xb5\xaa\x91\x01\xf9\x76\x2f\x4d\xa7\x4f\x9f\x75\x88\xee\xb3\x7b\x3c\x7c\xd3\x48\x28\xac\xef\x10\x4a\x56\xe5\x6e\x68\x9f\x21\x7d\x98\xb9\xa6\x75\x37\x80\x4a\x2d\x6d\xa9\x92\x4b\x12\x2e\x37\x5d\x54\x3c\x98\x4b\x74\xa5\xa8\x24\x91\x6b\x9c\x16\xcd\xf8\x90\x93\xf6\x66\xed\xd3\x80\x01\xab\x51\xbf\x0b\x35\x09\x59\x62\xcc\x77\xdf\x0c\x6d\x31\xdd\x2e\x0c\x6a\xfd\xa0\xd6\xe6\xaa\x5a\x36\x6a\xe6\x66\x6a\x9b\x01\xcd\x8b\xd4\xa8\xa6\x10\xed\xa6\x84\xe3\x8d\x67\x74\xae\xb9\x6c\x27\x47\xaf\x8c\x3c\x63\x7f\x69\x60\x84\x8e\xb5\x79\x1a\x4d\x81\xa3\x2c\xb1\x26\x3b\x4a\x0e\x77\x98\x13\x3d\xfc\xc1\xeb\xe6\x37\x85\x1e\xcd\xd7\x4d\x3f\x72\xd3\x9b\x56\x9a\x13\x33\xa3\x5d\xa0\x59\x96\xf2\xb9\xb1\xcc\xbc\x2b\x61\x99\x73\x1c\x38\x76\x6e\x83\xfd\x22\xd8\x10\x79\xc5\x66\x05\x17\x87\xce\xb5\x3c\x07\x9f\x05\x96\x22\x89\xd0\x0c\xd4\x3e\xe8\x2c\xf8\xc1\x83\x05\x96\x80\x67\x0b\x0e\x37\x3d\x87\x85\xb9\x13\x5d\xfb\x60\x79\xe6\xb4\xc6\xe5\xb0\x3c\xe5\x91\x53\x01\x23\x09\x3d\x8e\x74\x78\xfe\x5c\x9c\x7d\x26\xdc\x1f\x79\xdf\x7a\x0f\x5e\x14\x5a\x6a\xa9\x87\xad\x81\x62\x78\x2f\x5c\x89\xba\x0b\x09\xa1\x13\x1e\x1a\x70\x22\x14\x51\x20\x6f\x9a\x6c\xc5\xe7\x3c\x6c\x7c\x65\x4d\xce\x1c\xe2\xbc\x62\x9d\x90\x72\xcb\xb1\xca\xf2\x29\xa1\xd7\x2e\xb3\xdc\x9a\xcb\xb6\x61\x2d\xeb\x23\xbf\x58\xe7\x5a\xf8\xa1\x42\x64\x8f\x65\x48\x60\x1f\x1c\x8f\x48\x7d\x87\x81\x3f\xe1\x1e\x8f\x6e\xf3\x56\x68\xc7\x82\x1c\xc2\xac\x2a\x4a\x7b\x08\xf1\x6e\xed\x7c\xdb\x53\xf2\xd6\xfa\xa3\x86\xff\x51\x2f\xe0\xe6\x48\x57\x32\x02\x88\xbb\x98\xff\xb2\xfa\xa8\x78\xac\x0f\x17\xcf\x0c\x2b\xcd\x12\xf4\x70\x31\x69\x17\x25\x63\x85\x6d\x91\x87\x80\x97\xd2\xe7\x28\x8d\x3a\x56\x69\xeb\xcb\xc6\x85\xd7\xfe\x6e\x23\x11\xa6\xd6\xbf\xb7\x85\x91\x66\x62\x6f\xea\x19\x14\x0a\xe1\xb3\xd4\x9b\xf6\x80\x12\xc5\x2c\x65\x5a\xe8\xb6\x86\x41\x8e\x8c\x3d\xa6\xe4\x3b\xff\x32\xef\x6e\x5a\xb3\x18\x10\x1d\x8c\x5c\x0a\x28\x65\x7b\x51\x7c\xd5\x13\xd5\x90\xde\xa4\x86\x64\xcc\x3f\xad\x8d\xb8\x02\x9c\xd4\xca\x22\x68\x88\xd3\x75\x3b\x49\xff\x91\x1f\x48\x1a\xa9\xf3\x69\xe7\x19\xe7\x19\x5c\xe6\x9d\x86\x6a\xb6\x89\x3b\xb5\x64\x3d\x7f\x94\xa0\x31\xad\x52\x74\x41\xe2\x16\x69\x90\x7d\x05\xf6\xa2\x78\x2a\x8b\x6a\x65\x8f\x00\xdd\x44\x9e\xdb\xfc\xbc\xfe\x03\x95\x89\xbc\xc0\xea\xe8\x2e\xad\x98\x10\xcb\xbc\x26\x96\x92\x7d\x39\x39\xf4\x87\xb4\x0c\xde\x7e\x4c\x1b\xb3\x5f\x48\x2a\x89\xe4\x32\x25\xb3\x52\x1f\x09\x2d\xc0\x90\x48\x8c\xf4\x85\xe2\x2f\xaa\x51\xb9\x4e\x93\x34\xcf\x55\x3d\x89\x3d\xb3\xa9\xa8\x76\x13\xe7\x2c\xdc\x5c\x2f\xe7\xe9\x35\xd9\x58\x40\x10\x27\x02\x08\x2b\x45\x63\xe9\xff\xa3\x4c\x15\x3f\xaf\xbf\x4b\x3f\x2c\x7d\x54\xbc\x98\x7d\x11\xf8\x91\xda\x28\x48\x54\xfa\x47\x16\x48\xae\xaa\x65\xa8\x93\x8a\x93\xda\x0f\x9d\xe7\xca\xff\x11\x83\x8d\xff\x56\xf5\x49\x96\x43\xe9\xb5\x8b\xa5\x87\xd5\xa8\xfa\xbb\xb2\x07\x42\x13\xae\x56\xee\x41\x4b\x22\x8d\x56\x54\xd7\x27\xd0\x86\x28\x17\x14\xcf\x62\x61\x54\x3f\x53\x73\x79\x7f\x35\xec\xc8\x7c\xf1\x55\xed\x27\xdf\x99\xf2\xbf\xfa\x81\x76\xb8\x58\xaf\x27\x3a\xfa\xca\xb6\xe8\x97\x99\x33\xaa\xa6\xe8\x1f\x29\x71\xb5\x2b\x0d\xee\xfc\x1f\x18\x99\x81\x48\xf9\x8b\x37\x18\x7a\xea\x2a\xc8\x67\x0d\xd7\x8b\x1a\x19\x3a\xa3\x67\xea\x28\xae\xda\x88\x89\xc4\x8b\x06\x8c\x5b\x7c\x11\x79\x80\xc9\xbf\x35\x33\xff\x8b\xe3\xae\x6d\x71\xb1\xd5\x11\x65\x04\xcb\xd3\xed\x2a\xf9\xf9\x6a\x77\xdb\x20\x6f\x45\x5d\xa4\xf5\x2f\xf9\x0d\x16\xb2\x46\xa1\x11\x92\xaf\xa5\xaa\x68\x1c\xdd\x0d\x21\xa6\x5c\xe1\x90\xe1\xea\x48\xa1\xf0\x31\x84\xf7\x7d\x00\x0c\x80\xe2\xe6\x33\xb9\xd0\xbc\xa5\xd6\x94\xc2\x8c\xae\x04\x43\x4c\x69\x60\xc7\x20\xb0\xb4\x32\xb6\x7d\x3a\x77\x7e\xad\xa1\x95\x46\x9e\xd5\x30\xb2\xb9\xad\xf6\x27\xe1\x9a\x6b\x51\xe1\x51\xda\x74\xa7\x36\xe5\x21\xbb\xd9\x1e\x1d\xb9\x4a\x88\xb7\xdc\xf0\xcb\x00\x04\xb0\xaa\xb9\x24\x67\xe3\x02\xa7\x65\x4b\x81\xb0\xf7\x98\xfe\x40\x09\xa1\xe7\x3e\x90\x56\xa1\x99\x77\x99\x9b\x59\x73\xb5\x73\x0b\xe9\x31\x46\xd8\x2e\xac\xbd\x47\xa8\x6a\xf9\x51\x78\x88\xba\xb6\x29\x27\x75\x14\x7b\xae\x93\x16\x79\x51\x88\xb2\x61\xfd\xa4\x40\x25\x92\xd4\xf4\x3b\x67\xe6\x52\xd8\x42\xcc\x3f\xb3\x58\xaf\x87\x8a\xf7\x2c\xcc\x00\x46\x95\xdf\xeb\xbd\xcf\x9d\x51\x93\xd7\x43\x21\x9d\xab\x7f\xdc\xb5\xbd\xf6\x2e\xfe\x62\xfb\xd9\xc2\x0b\xd4\xdc\x96\xe6\xd4\x24\xd6\x45\xd7\xec\xa8\x89\x82\x2b\x76\xad\xdf\x76\xc0\x1b\x59\xde\x63\x23\x41\x55\xcc\xe6\x9b\x94\x09\xb5\x4b\x90\xdb\xd4\x5d\xf5\xa7\xb4\xa5\xf4\x05\xb8\x38\x71\x06\x73\x27\x71\x2f\x7d\x3d\xfb\x0f\x95\x86\xa1\xf3\x1a\x99\x89\xc5\xaf\x84\x0e\x2e\x3b\xf5\x94\x64\xbf\x70\x5d\x64\x81\xbc\x41\xe6\x83\x02\xd4\x38\xe5\xe5\xee\x25\x84\xce\xda\x37\xcd\x6e\xa4\x92\xfa\x07\x48\x28\x25\x10\x7b\x5c\xb3\x91\x16\x47\x78\x21\xda\xc9\xd0\x51\x82\xe9\x29\xac\x37\x74\x04\x33\x8c\xbb\x92\x3d\xbe\x78\xa5\xe0\x04\xef\x49\xea\x3c\x49\xb8\xe8\x6a\x64\x14\xf0\x54\xf6\x1a\x25\x56\x4f\x54\x15\xcf\x5b\x83\x1b\xc0\x74\x37\x95\x10\x1c\xb8\x12\x58\x4c\x6a\x21\xbc\xd2\x8c\xa7\x9c\x22\x1f\x15\x45\xd2\x93\x69\xff\xd0\x8e\x32\xaf\x31\xcf\xd5\x2f\xe5\xec\xe2\x8e\x2f\xa6\xf0\xff\x0a\x5c\xa9\x0c\xb1\x4b\x12\x1a\x39\x03\xe0\x02\x2f\x50\x5a\xd5\x46\xd5\x9b\xce\x9b\x98\x49\xa4\x8f\x8d\x6b\xb1\x59\xd4\x08\x68\x28\x7e\x1e\xbd\x41\x75\x9e\xe4\xc6\x5c\x25\xf4\xa5\x9c\xe1\x4c\xa3\x3e\xa2\xef\xe0\xf5\xd5\xbd\x60\x3d\x15\xe6\x16\x3d\xe2\x71\x24\xee\xa9\xa3\x45\x05\xc0\xb8\x88\x5f\x32\x8a\x32\x10\xb5\x5a\x79\x43\xa3\xed\x18\x53\xbb\x88\xb5\xcd\x39\xb5\x7e\x32\x47\x69\xee\x6f\x58\xc5\x8b\x54\x2e\xc3\x73\xf8\xaf\x05\x01\x24\x92\xf0\x38\x75\x3c\xb5\x53\xbc\xb5\x2e\x95\x39\x5e\xba\xbb\x88\xca\xb9\x05\x3c\x49\xd9\x2c\xf8\xab\xf4\x8f\x78\x2b\x45\xab\x9b\x51\x4f\x15\x7f\x74\x61\x6d\xe8\x2a\x92\xe8\xb7\xbd\xad\x76\xb2\x24\xc2\x54\x55\xf7\x54\x5a\xaf\x30\x35\x3c\x92\x19\xf8\x73\x09\xd3\x80\x03\x94\x0c\x72\xab\x62\x24\xba\x93\x5e\xa5\xa4\x16\x3e\x61\xb3\x54\xd7\x52\x04\xfc\xd3\x9a\x86\x88\xd7\x12\xac\x6e\xb8\x6f\xb4\x22\x49\x7f\xb5\xc5\xa3\x2c\x44\xd7\x68\x35\x57\x46\xe8\x5e\x1b\x24\x35\x18\x7d\x3e\x70\xa1\x6e\xa3\xde\xc6\x1d\xc4\xa6\xeb\x6f\x91\x27\x13\xa7\x18\x42\x6b\x77\x51\x83\x0d\xa6\x42\x22\xb3\xd5\x70\x3b\x25\x8f\x57\x60\x8c\x8f\x9c\x22\x0e\x31\x6e\xf6\xdd\x26\xaf\x35\x15\xba\x7e\x16\xad\xb0\x5f\x45\x56\x94\xfe\xb1\x67\xeb\x2e\x54\x1a\x6c\xcb\x65\x84\x5a\x7f\xeb\x57\x8e\xa2\xfe\xb7\xb5\x8a\x34\x16\xef\x6d\x99\x57\xf3\x85\xac\x47\x2e\x14\x3c\x64\xcc\x81\x7f\xa5\x4c\xe1\x46\xc2\x13\x23\xc3\x45\x24\x28\xc7\xcf\x03\xb8\x00\x82\x8d\xda\x02\x54\x17\x19\x4e\x28\xde\xd8\x39\x45\xab\x2d\x67\xb5\x6f\x90\xce\xa9\x4e\x6e\xf3\x61\x4b\xea\x8a\x5b\x20\x62\x3e\xb6\xb7\xe9\x4c\x0d\x40\x9a\xdb\xf8\xa3\xa0\x9f\x1e\xec\xf8\x9e\x12\xce\xc1\xda\x2e\x44\xb2\x85\xe7\x2c\xfd\x7e\x1a\xa0\x19\x16\x3b\x3f\xe6\x17\xf6\xc5\x41\x9b\x8b\x6e\xcd\xb7\x6b\x87\x96\x2d\xe8\xde\x2b\x39\x59\x65\xec\x3a\xce\xf6\x41\x2f\xea\xd8\x47\x1c\xd7\xf0\xb7\xad\xbb\xa6\x9e\x38\xd0\x92\x5f\xb0\x88\xb6\xc7\xb5\x25\xa5\x84\xfd\xcb\xf1\x31\xb2\x55\xd8\x66\x73\xf7\x1b\x00\x44\x48\xa8\x73\x69\xde\xc0\x12\x14\x44\x2c\x4a\x5e\x14\xaa\xd9\x53\xfa\x6d\xc1\x18\x49\x47\xe5\xfd\xf9\x47\x58\xdf\xd0\x63\xbb\x49\x84\xef\x0d\xb2\xce\x8b\x35\x04\x62\x48\xfb\xe4\x82\x2d\xb4\x8a\xe6\xaf\x29\x1a\x76\x6f\xe3\xfa\xc8\xd3\xc2\x3c\x7b\xbc\xdf\x0b\x20\x1e\xe9\xec\x5c\x46\x1d\x5e\x25\x6c\x24\xd1\xa8\xb5\x03\x60\x3f\xfd\x79\xfd\x59\x15\x96\xd9\x81\x8b\x13\xf4\xb1\x0d\xc4\xbd\x54\x2a\xb7\x97\x4a\xad\x13\xf1\xbf\x31\x53\x8a\xb0\xa2\xdd\x5c\x76\x4a\xaf\x74\x50\x38\x18\x61\x51\x4c\x95\xa5\xa0\x92\xd5\xe7\x54\x63\x3a\xce\x91\xbd\x6b\xef\x3a\x97\x52\x06\xea\x2f\x9a\x7f\xd0\x88\xd8\xad\xca\x63\x8c\x04\xc2\x0d\x01\x8a\x55\x4c\xf1\xa4\x7c\xe6\xb4\xd2\x95\x75\xd3\xf9\xee\xec\xe1\x45\xee\xa2\x21\xbc\xdb\x29\x5c\x69\x98\xe8\x46\x84\x52\xde\x0f\x8c\x40\xa5\xaa\x11\x95\xa6\xfd\x23\x31\x19\x03\x38\x6e\x93\xde\xe3\x66\x99\x4b\x28\xe7\x09\xfb\x95\x31\xb4\xcb\xe4\x55\xfc\x05\xcc\xc9\xb4\xa5\x14\x2b\x1b\x64\xee\x40\x0f\xf2\x62\x38\xdf\x0b\xaf\x08\xd3\x05\x86\x94\x14\x49\x8b\x24\x28\x82\x2a\x0f\x03\x7e\xa1\x4a\xd4\xa1\x6a\xf7\x36\x1f\xec\x16\xd2\x56\x7b\x36\x7e\x1b\xe5\xbd\xf1\x25\xf1\x0e\xdd\x4f\x31\x9c\x12\xcc\x94\xf0\xfa\x68\x1b\xd8\x0f\xc9\x1b\x98\x3c\x9e\x10\x3d\x9e\xc3\x14\xfa\x15\x12\xf9\x9b\xc4\x7f\x93\x9f\x8b\xab\x80\xa1\x11\x75\x40\x88\x32\x1a\x65\x52\xe1\x34\x8b\x5a\x08\xf5\x95\xac\x6a\xeb\xc6\x86\x1e\x8e\xa7\xc1\x81\x1f\xc5\xbd\x09\x5c\x27\x5a\xf9\x7d\xdc\xc5\x94\x32\xa1\x89\x74\x9d\x5e\x23\x96\xd5\x92\x58\x5d\x52\x6b\xc1\x23\x5e\x38\x70\x30\x79\x81\x68\xb2\x72\x6a\x44\xb9\xcc\x5f\xdd\x81\x3a\xa8\xb4\xe8\x4a\x9a\xd6\xd7\x06\x88\x94\x96\x39\x75\xeb\xc5\x9b\xf4\xb1\x0d\x78\xc9\x63\xd9\x76\xfc\x44\xd9\x14\xce\x7a\xd2\x38\x80\x44\x1a\x4f\xad\x97\x6f\xaa\xd9\xc3\xb8\xab\xf4\x2a\x90\x70\x06\x55\x2b\x92\x69\x82\xfb\x9a\xf4\x88\x0a\x69\xa8\x6e\xa8\xef\x54\xc5\x5e\xfd\x7f\x8d\x50\xc5\x4f\xed\x36\x38\xa1\xfa\xbc\x2e\x46\x2b\x45\x9f\xd1\x2d\x93\x7a\x60\x1e\xeb\xde\xb2\x73\xf1\x59\xfa\x1a\xc2\x0b\xd2\x03\xfd\x96\xea\x27\xb4\x03\x06\xef\xfc\xb7\xac\x97\x86\xd6\xe4\x4c\x3e\xd1\x38\x22\xc2\x20\xfe\x66\x5c\xec\x3b\x4f\x7e\xdd\x84\x76\x38\x4b\x0d\xb6\x13\xa0\xae\x62\x99\xad\x52\xfd\xa6\xfa\xad\xf5\xa4\x78\x6b\x1d\xc9\x1a\xc9\x1a\x8d\x1d\x6b\x99\x8f\x7f\x4d\xf8\x84\x7c\xa9\x8e\xa0\xa2\x90\xd2\x7c\x1d\xd3\x05\x77\x24\xcf\xe4\xe5\x42\x47\x22\x16\x88\x43\x21\x0f\xdf\xdf\xf2\x6a\x50\x6b\xfb\x5e\xf4\xa4\xd3\xcd\x3c\xa4\xac\xa2\xfd\x89\xaa\xa9\xf2\x46\xdb\x42\x91\xa3\x16\x68\xf5\x65\x4e\xc1\x54\x35\xf7\xe1\xe7\xe0\xc5\x4d\xc3\xab\xd6\x91\xcf\x37\x56\xe4\x67\x32\x20\x87\x30\x39\x92\x2b\xb1\x71\x22\x6e\x8a\xe6\x5b\x68\x7e\x14\xf9\x48\xb8\xc1\x26\x2c\x1a\x37\xff\xaa\xc9\x58\xaa\xee\xc9\x51\x8d\xaf\x9c\x38\xaf\x5d\x34\xab\x66\x6b\xe7\x66\xc6\xfe\xfa\x25\xed\x87\x71\x5f\x70\x17\x5a\x77\x57\x35\x93\xf3\x9b\x1d\xf9\x49\x8c\x29\x2e\xf7\xe4\x22\xee\x54\x87\x21\xe2\x8f\xa8\xc1\x7a\xc6\xaf\x0d\xb8\x8f\x4c\xb2\x4d\x2f\xe4\x2c\xda\x6c\x0a\x2b\xb9\xb4\xe0\xbc\x72\x5f\x05\xaf\xf7\x8c\xf0\x79\xcd\xd4\x9e\x45\x8c\xf9\xf5\x23\xe7\xd5\xe0\x9e\xe0\x32\x3b\x5e\x54\xb5\x91\xf6\xb7\x95\xe4\x57\xd2\x17\x37\x63\x92\x35\x9c\xf5\x8d\x31\x91\x89\xa2\x31\xb6\xa7\x7e\x17\x80\x65\x88\xce\x75\x87\x79\xa7\xaa\x07\xf1\x61\x7d\xaf\x3d\xa1\x7d\xc2\x49\xaf\x7f\x2e\x4d\xe0\xee\xc5\x25\xb1\xa7\xf0\x79\xc4\xed\x04\x8d\x30\x95\x5a\x57\x1d\x2b\xce\x63\xce\xc9\x7b\x2e\x6d\xe1\xa2\x13\x6f\xca\xa3\x85\xdb\xc3\xd6\xaa\xa6\xc8\x2a\x7d\xe8\xda\x12\x55\x9e\x6b\x3a\x23\xa8\xf6\x29\xac\x60\xb2\xea\x2f\x6b\xf1\xac\xb3\xd8\x6d\x92\x1d\x1c\x39\x61\x3f\x6b\x11\x2f\x9f\xfc\x91\xe0\x2e\x48\xa7\x57\x55\x3d\x10\x89\x59\x0f\xf2\x56\x4b\x1e\xf2\x76\x25\xae\x03\x06\x44\x87\xc3\xfa\x95\xab\x81\xf1\x3e\x7c\xed\x30\xd5\xaa\xc6\x5c\x9a\x04\xd3\x00\x1d\xa1\x5f\xc4\x8d\xd6\x9c\x60\x12\x09\x03\x92\x38\x76\x00\x59\xca\x0a\xe7\xba\xd3\xe8\xf8\x6d\xfc\x24\xa6\xa6\xaa\x5d\xd8\xca\x39\x9c\xc7\x91\x84\x0b\xca\x12\x11\xc0\x4d\x32\x22\xac\x4f\x99\x00\xfc\xf0\xd1\x6b\x36\xa8\x53\x1d\x03\xe4\x91\xa4\x34\x10\x4d\x59\x4b\x01\xd4\x20\x4d\x43\x5b\x2a\xf6\x61\x34\x31\xbe\x32\x73\x59\x67\xd9\x72\xdc\x7f\xdc\x04\xde\xe8\xca\x2f\xfc\xcb\x82\xa3\xb9\xff\x89\x76\x88\x77\x25\x66\x4b\x9f\xca\xce\x85\xb5\x2a\xb2\x94\x3e\x3e\xdb\xd5\xaf\x35\xdb\xec\x11\xf8\x8d\xcc\x01\xd3\x7f\xc4\x0e\x36\x47\x95\x46\xee\xe7\xa2\x84\xbf\xa8\xbf\x79\xef\x19\x85\x0c\x58\xf0\x18\xe7\xc3\x8e\x11\x3d\xab\x2c\xe5\xcd\x90\x4e\xcc\x05\x85\x19\x00\x2d\x71\x82\x64\xa3\xe2\x4a\x58\x9f\x3c\x47\xad\x46\x0d\x57\xa3\x74\x38\x6b\x57\x03\x20\xd4\x1b\x9d\xb8\xa5\xa2\x6d\xca\x61\x84\xcf\xe2\x67\x82\xc7\xe4\x16\x69\x14\xbd\x8e\x56\x2f\x6b\xc7\x56\x33\xf3\x81\x9f\x15\x6b\x38\x3c\x85\x39\xd7\x93\x7f\x55\x15\x9e\xf0\x48\x6c\x55\xbf\x0a\x5b\x0b\x94\x6b\x6f\xa2\x68\x2a\xb4\xfe\x0f\x52\x8f\x6e\xd1\xc4\xe8\x6d\x98\x11\x9a\x03\xf2\x0c\xec\x0a\x6d\x36\xbf\x81\xd0\xac\xdd\x4a\x1b\x41\x5e\xae\x4b\x6a\xc8\xa1\x3d\xd3\xed\x2e\x7f\xc8\xa2\xea\x8b\x72\x16\xf3\xa6\xeb\x1f\x24\xfc\x2b\x1a\x63\x70\x85\x5d\x97\xf9\x1a\x71\xa8\x1b\x4a\xa9\xa9\x18\xe2\x54\x47\x5a\x0e\x6b\xcf\xa0\x87\x58\x58\xb2\xed\xf5\xdf\x91\xdf\xdc\x3f\xb8\x40\xa4\x99\x72\x87\x68\x44\x82\x30\x75\xd4\x31\xf0\xc6\xf2\x38\xc6\x69\x38\x2e\x27\x8d\xb3\x07\x5a\x97\xb0\x51\xf0\x1a\xf2\x0b\xfb\x23\x2d\x06\xb7\xf8\xe6\x2a\xee\x80\x68\x70\x4a\xc5\xe6\xb6\x45\x1a\x4b\xf5\xb6\x56\x97\xd4\x88\xbe\xd3\x42\xe3\xbc\x6b\x88\x6f\xf6\x22\x7f\xc3\xef\x73\x9d\xaa\x5f\x46\x36\x37\xf2\xca\x76\xd1\xf5\x8e\xff\x72\x86\xb0\xd7\xd8\xf3\x12\x06\x05\x3e\x56\x67\x78\xbc\x64\x07\x72\xd6\x77\x89\xc2\x02\xcf\x34\xf3\xcb\xef\x75\xbb\xa9\xff\x54\xdd\xef\xda\x24\x9d\x80\xfe\x5f\x67\x18\xa7\x19\x23\x69\x87\xc8\x6b\xf0\x23\x5a\x8f\xd7\xf3\x49\xb7\x9b\xff\x94\xf5\xd0\x5e\x36\x4d\xca\xfe\xc1\x8e\x73\xde\x48\x38\xc3\x3f\x60\x77\x84\xd7\x4b\xa4\xd6\x08\xdf\x0b\x8a\x7a\xf8\x98\xe9\x63\x79\x76\xdf\x6e\xf5\xd2\xaa\xe4\xde\x49\x92\x33\xb5\x84\x9e\x1c\x0e\xa9\xfe\xdf\x79\xe5\x64\x1b\x8e\xd9\x99\x5a\x8f\x25\xe5\xb5\x4f\x2f\xeb\xa1\xd1\x5a\xfe\xc9\x99\xc2\xda\xd5\x34\x21\xe1\x2f\xbf\xc1\x19\x17\xee\x92\x78\xd9\x72\xfc\x26\x2b\x26\x23\xa9\x88\x88\xdf\x54\xb5\x5f\x9f\x25\xc0\xd6\x3e\x01\xac\x42\x52\xfd\x0f\x9e\x59\x64\xc5\xa5\x51\xc7\x88\xaf\x12\x37\x61\x82\xa4\xc5\xd4\xd2\xb2\x65\xb2\x37\xcc\xe0\xec\x61\xf2\xfb\xdc\x82\xb8\x23\xaa\xe9\xc2\x75\x21\x66\x8d\x5e\x86\xf5\xce\xd3\x47\xaa\x98\xf0\x69\xee\xc9\xda\x07\xba\x55\xbc\x73\xf5\x47\x65\x7f\x05\x23\xb0\x0b\xb9\x7f\x84\xd5\x84\x25\x94\x0e\xd1\x61\xf2\xa5\xfa\x83\x12\x22\x3d\xb2\xac\x42\x16\xc4\x3a\x9c\x75\x54\x9e\xc6\xeb\x8e\x5b\xa0\xec\x12\xad\x0d\xd1\x6a\x3c\x81\x91\xde\xc5\xba\x37\xaa\x1d\xb0\x2f\x67\x34\x26\x4c\x37\x8a\x9b\x8b\x3d\x27\x13\xf3\x56\x13\xf8\x5c\x95\x60\x1a\x79\x0e\xc5\x4d\xb8\x86\x16\x50\x8f\x11\x73\x98\xe9\xa5\xdf\xa4\x75\x9c\xd6\xac\x46\xa0\x59\xe0\x15\xa7\x56\x8e\x15\xdf\x0d\x91\xab\x37\x00\x4f\xbc\x71\xba\x45\xea\x4c\x50\xcd\x38\x44\x3c\xa4\xb1\xb1\x72\xc9\xdf\xa5\xee\xec\x97\x34\x7f\x4e\x2d\x77\x19\x43\x4f\xf6\xe3\x83\xac\xbf\x75\x36\x21\xc4\x5d\x54\x5a\x23\xde\x22\x10\x65\xb9\xc9\xc2\xc5\x9c\xb8\x3c\xf9\x13\x59\x7b\x88\x4a\x75\x50\xf1\xdd\xbb\x47\xfb\x48\xb3\xd6\x1c\x42\xed\x62\xec\x55\x17\xd2\x2b\x58\xf3\xc5\x5f\x99\xd1\x1c\x2c\xbb\x92\x1d\xc9\x4b\x22\x25\x73\xab\x05\xa9\xe8\xa3\xfc\x4e\x51\x75\xc9\x2e\xd1\x48\x49\x4b\xe6\xa0\x64\xbf\xec\x5b\x5c\x00\xb0\x53\x61\x0d\x69\x55\x1e\x53\x17\x79\x7f\xd4\xce\xd4\x95\x1b\x57\x92\xda\x04\x38\xe5\x1f\x8a\x59\xb8\x50\x74\x9f\x36\x5f\x74\x83\x55\xcb\xb8\x22\x89\x27\xe2\xd9\xc9\xd2\xcd\xe8\x09\xdc\xdd\x40\x5c\x49\x90\x80\x2b\xbf\x96\x49\x13\xd3\x95\xcb\xe3\xc6\xc9\x3a\xd4\xae\x90\x8d\x8a\xcb\xda\xc5\x3e\x68\x4d\x85\xfe\xa5\x7e\x03\xee\xb8\x6a\xbe\x22\x89\xf0\x45\x9d\x24\xcc\x25\x57\xaa\xf7\x32\x5e\x52\x6f\x68\x2a\x09\xe1\x8c\x46\xcd\x97\x5a\x77\x36\x45\xbb\xa8\x18\xe0\xd1\x75\x98\x8c\x9f\xc2\xe5\xfa\x90\xd8\x8f\x52\x4f\xc3\xc8\x90\x1b\xf2\x01\xe3\x10\x9f\x93\x6a\x8e\xc9\x5f\x7b\x06\x83\xc0\x8b\x80\x0e\xec\x4f\x18\xcd\xbf\x45\x58\x02\xfd\xa0\x6f\x22\xf3\xa0\x6d\x78\x7f\x1a\x09\xd2\xd4\xe4\x30\xf5\x50\x5c\xd1\x15\xce\x49\xf0\x7d\xc6\x0a\x41\x11\xb8\x39\xf6\xad\xf8\x07\x28\x0e\x1d\x05\x9c\x05\x13\x51\x11\xaa\x53\xe0\x4c\x8d\x0a\xfd\xab\xf9\xb9\xac\x1e\xb3\xbf\xe9\x27\x6f\x17\xae\xdb\xf5\x9c\xb6\x8b\x68\x6f\xbc\x84\xc3\x50\x56\x3a\x77\x56\x2f\xa7\xff\x74\x74\x16\xb1\xd9\x90\x9d\x98\xc1\xe7\x67\xd8\xc6\xc5\x3e\x17\x47\x5b\x96\x86\xc6\x01\x89\x48\x14\x0a\x51\x31\xa1\x23\x9a\xe1\xe8\xc8\xce\xb9\xd2\x97\xf5\xaf\xda\x5f\xf2\x2a\xb1\x27\xdb\xf4\x34\x1a\xe1\x58\xeb\x78\xdc\x0c\xf2\xfb\x66\x47\xb5\x9c\x8e\x6b\x1a\x5a\x54\xc2\xfa\xd4\xd8\x90\xc1\xe0\x1d\x77\x20\xb1\x3f\x44\x97\x6c\x4d\xa1\x68\xd9\x5b\x0b\x88\xda\xa6\x8a\x82\xe5\xea\x5d\xb5\xad\x3d\x5b\xa4\xcb\xea\xb3\xba\xfd\x79\x93\xb0\x7e\x5d\x02\x5a\x2c\x01\xd5\xb1\x11\xfb\x95\x5c\xde\x76\xa3\x9a\x45\x3b\xd8\xf2\xbd\xa8\x8c\xc5\x6b\x7a\x9b\xa1\xe6\x95\x37\xf6\xc7\xcd\x16\x71\x1d\x91\xa1\x16\x59\xbb\xb5\x13\xf5\x56\xf9\x00\x7e\xa7\x5b\x26\x35\x55\x7b\x01\x4f\x64\xc1\xe8\x00\xfe\x46\xd9\x57\x4c\x00\x9d\x04\xec\xc5\xe1\x70\x2b\xe4\x2b\x88\xc7\xaa\x6d\x8a\x0d\x54\x6a\xe1\x65\xe5\x3d\x66\x46\xda\x7f\x6a\x3e\x17\x1b\xa3\xd7\x86\x0b\x07\x83\x52\xf5\x63\x65\x0a\xaf\x91\xc6\x08\x95\x43\xfb\x48\xfc\x05\x3d\x0c\xc8\x93\x1c\xac\xbf\xc0\x8f\x90\x6e\xc1\xce\xa7\xdd\x91\xf5\x11\xe6\xe1\xa2\x80\x65\xe4\xe3\xd5\x3e\xf2\x0b\xf4\xc0\x42\xb3\x32\x80\x75\x20\x6d\x97\xea\x3c\xaf\x33\x86\xa7\xd9\x24\x5a\x17\x94\xa9\xdb\x08\x4c\xf1\x72\x37\xbc\x57\x9d\xd6\x7a\x88\x84\x98\x29\xb2\xf9\xe2\x06\xec\x1a\xde\x62\x09\x97\x90\x46\xab\x91\x4a\xc9\x43\xb1\x03\xb2\x3e\xea\x8f\xaa\x4d\xc0\x4b\xa6\x67\x61\xa0\x82\xc2\x51\xa6\x41\xaa\x50\xc1\xf0\x18\xb4\x26\x54\x7c\x3e\x28\x53\x97\x0f\x3c\xf6\x8a\x31\x2c\x55\x97\xaa\x11\x3e\x8e\xc8\x92\xa2\x04\x10\xb9\x89\x9b\x2e\x3c\x4f\xdd\x48\x0d\x12\xfb\x31\x26\x35\xac\x92\xb4\xb3\xfa\x2a\xaf\xca\xfc\xb8\xc5\x05\x72\xe0\x92\x20\x2c\x6d\xb2\xe2\xb2\x38\x2a\x26\x5a\x3d\x4e\xc6\x0b\xaa\xd5\xe2\x14\x4f\xbd\x4c\xfa\x87\x9a\xb5\xaa\x4a\x4e\x3c\xc3\x53\x32\x9c\xbb\x84\x79\x8f\x93\xcd\x8f\x61\xf7\x52\xb2\x04\x47\xb8\x0e\xcc\x55\x91\x86\xbf\xa8\x32\x4c\x92\x27\x3c\x95\xff\x46\x16\x2f\xf1\x4b\x3d\x2a\x57\xc8\x16\xc7\xb8\x29\x1f\x29\x72\x83\x94\x1a\x9a\x3a\xd0\xeb\xae\x7e\x86\x2e\x47\xf1\x91\x59\xc0\x4f\x10\xdd\x67\xbd\x14\xc0\x6c\x34\x67\xb3\xf0\x14\x99\xc1\x43\xc4\x59\x98\x49\x02\xb5\xe4\x6a\x85\x55\x64\x94\xa9\xf3\x25\x92\xd5\xf2\x94\x54\x04\xf0\x53\x86\xc6\x4c\x50\x1c\x51\xc7\x05\xad\x54\x8b\xb5\x3c\xef\x32\x5d\xa9\xfe\xaa\x1c\x4d\x5d\xa6\xf8\x24\xc4\xd0\x25\xca\x3e\xe6\x63\xa6\x40\x15\x4b\x0a\x64\xdb\x55\xcf\xeb\x47\x72\x4f\xa8\xb7\x95\x6f\x14\xf8\x6b\x6c\x79\x17\x45\x4b\xb5\x82\xd4\x18\x29\x55\x27\x8f\x19\x2b\x2f\xd3\xdb\x82\xee\xaa\x32\x0c\xeb\xbd\x0f\x6b\x09\xc6\x9f\x32\x88\x54\x03\x16\xf2\xcf\x51\x64\xa0\x1f\x63\x19\x6d\xa7\xf9\x05\x71\x12\x73\x9a\xf9\x62\x9d\x1f\xbb\xcb\x7c\xa4\xec\x0b\x2f\xc9\xbc\x2b\xaf\x44\x38\xd4\xbc\x3e\xe5\xa5\x64\x98\x79\x57\xcc\x68\x20\xdc\xbc\x37\x78\x92\x92\x66\xde\xe3\xe3\xa5\x19\x34\x5f\x97\xe6\x12\x82\x5d\x9e\xbc\xf5\x24\x4a\x63\x01\xbd\x87\x72\xc8\x89\x21\xc4\xd2\x33\x1d\x1a\xb4\x9c\xf9\xd8\x3e\xaf\x4c\xcc\xd9\x67\xdb\x91\xfb\x8a\x7f\xc8\xfa\x6f\xca\x2e\xd1\x6f\xcb\xa9\x98\xe1\x32\x1a\xb2\x3b\x78\xae\xe2\x28\xdc\xea\xc3\xd4\x94\x40\x32\xc9\x25\x7c\x6a\x9b\x3b\x2f\x9f\x68\x6b\xf9\x4c\x8f\x25\x7f\x6f\xde\x84\x7f\x46\x33\x35\x19\xd0\x69\xcc\x08\x57\x5c\x59\x21\xc7\xdb\xf9\x35\xf7\x02\x3f\xd6\xd1\x9b\xb2\x45\x64\xb7\x07\xc7\x4c\x95\x8d\xb0\xb6\x05\x97\x28\xb4\xc8\x35\x1f\xa7\x66\x32\xec\x27\xb1\xe3\x0c\x5d\x58\xee\x5f\xc2\xe5\x8e\x6f\xb4\xef\x64\x74\xbb\x1c\xbf\x97\x7a\xa3\xf5\x0b\x3a\x84\xe1\x6c\xa1\x95\x65\xb2\x91\xa6\x73\xb9\xd7\x79\xeb\x5c\x33\x53\x0e\x8b\x26\x38\x63\x63\xa2\xa4\xbd\xf6\x80\x60\x99\xc2\xdb\xf2\xd4\xe7\x1f\xf5\x3f\xf0\x32\x21\x51\x87\x54\xf7\xb1\x4e\xe8\xfa\xd0\x1d\xe4\x9d\xba\xdb\x18\x7b\x03\x57\x3f\x19\xb7\xa9\xea\x80\x1e\x4f\x9a\x59\xf4\xaf\xfe\x30\x75\x7d\x56\xb1\x21\x8f\xd9\x98\x70\xdd\xf0\x83\xbb\x33\xe2\xa5\xf1\xb2\x28\x28\xc0\xc7\x74\x58\xf6\xda\x43\x6d\x7e\xaa\x1e\x25\xb8\xa9\x1d\x8b\x2e\x62\xd5\x68\xf3\x30\xa3\xc9\x95\xda\x7e\xec\xd1\x86\x11\xda\x6f\x84\x3d\x55\x74\x1d\x8d\xfc\xaa\x48\xa5\x7b\x45\x2f\xc9\x1a\xaf\x77\xb1\x5e\x25\x6c\x34\x50\x79\xe7\x22\x1e\x1a\x71\xa2\xcf\x01\x01\x26\x36\xc0\xf3\x68\x34\xaf\x54\xc7\x08\xca\xd4\x2d\x98\x59\xcc\x0b\xea\x97\xd8\xd5\xa4\xbb\x1a\x16\x21\x16\xb3\x40\x73\x8d\xf4\xb5\x6a\x98\x96\x4e\xfd\x50\x14\xa2\x1b\xcb\xf4\xca\x3c\xa3\x3b\xc9\x01\x13\x5a\xf4\x7b\x05\x01\x11\xb7\x0c\x97\x25\x43\x03\x22\x8d\xbf\xe5\xc1\x1e\xab\xcc\x18\x75\x2f\x3f\x5e\x01\x12\x7e\x32\x0e\x2a\x83\xc8\x28\xe2\x75\xe5\x4b\x6a\x6e\xfd\x0e\xd5\x22\xfa\xfa\xca\x54\x35\x87\x55\x58\x08\x6b\x8a\xb8\x63\x33\xcb\xb5\x59\x82\x21\x09\x79\x3a\xbe\xd8\x27\xe2\xa2\x7e\xa7\x4c\x11\x50\x61\x9c\xae\x1c\xe5\xf1\xc1\xd4\xa7\xb9\xc9\x9b\x2d\xfb\x97\x3e\x8e\x7e\x0c\x68\x62\x3c\x25\xfe\x4f\x2e\x61\x1d\xac\xfb\xae\x20\x73\x8e\x54\xb4\x2b\xd9\xbc\x0f\x05\x3f\x55\x06\x61\x46\xc6\x0b\xf5\x3a\xf1\xf6\x84\x99\xda\x09\x32\x52\xc4\x05\x5d\x8b\x22\x2a\xc0\x60\xf0\x56\x87\x78\xd6\x1b\x4f\xe9\x88\x9c\xc7\x92\x31\xdc\x76\xda\x19\xc9\x2f\xfe\x18\x42\xa6\x6c\x92\x40\x5f\x97\x03\x24\x8a\xa6\x96\xbf\x95\xab\xc5\xa7\x0a\xd4\x8a\x43\xd2\xf9\x19\x0e\x55\x20\x60\x8f\x7f\xad\xde\xad\xd8\x12\x71\x43\x2b\x52\x7d\x09\x18\xd4\x07\x69\xeb\x3d\x0f\x1b\x87\xea\x9f\xb1\x99\x82\x16\x80\x41\x15\x0b\x37\xc9\x6b\x71\x7f\x44\x7f\x15\x91\xe8\x18\x09\x5d\x39\xb3\x7c\x82\xf4\xa5\xca\x33\xff\x28\x00\xaa\xc3\x33\xc6\x28\xe2\x34\xd5\xf1\x1b\x55\x23\xb4\x4b\x23\xee\xa9\x3f\xea\xfe\x04\xfc\xd4\xbe\x33\x90\xbc\xf2\x0c\x43\x8c\xcf\x99\x1f\xb8\x6d\x86\x6f\x94\x44\xde\x03\xe3\x14\xdc\x68\x41\x9d\x11\x55\x4b\x11\x7e\x34\x96\x95\x11\xc5\x83\x46\x7b\x7e\xbe\xb4\xd1\x78\x2a\x7d\x15\xd0\x64\x9a\x16\xef\x52\xf4\x98\x74\x11\xff\xa9\x4e\x99\xee\x04\x46\x6b\x87\x9b\x23\xbc\x96\xe8\xab\xcc\x5d\x8c\x4f\xec\x54\xdb\x7b\x72\x36\xe7\xb0\x8d\x85\x0d\xe0\x71\xac\x67\x6a\x16\x09\x66\x5b\x8b\x4b\xcf\x8b\xfe\x67\x39\x98\x77\x4e\xe2\x61\xc9\x4a\xa7\xc8\x8a\x90\x2d\xf1\x74\x79\x07\x12\x18\xf1\x55\xf9\x13\x06\x03\x71\x1a\x2a\xb4\xdf\xeb\x86\xee\x26\x34\x9e\x61\x64\xe1\x5d\x32\xd2\x43\xf6\x9b\xc6\x8d\x0d\x67\xb8\x4b\x9d\x97\x6b\xc8\x7c\xa6\x73\x68\xe9\x2a\x61\x89\x63\x56\xde\x76\xb1\xc8\x5e\x98\x5e\x23\xdd\x6a\xab\x8f\x67\xc8\x67\x5a\xd1\x91\x23\x95\x3d\x96\xb8\x40\xa1\x66\x2a\xfc\xcc\xeb\x93\x6e\x11\xb4\x86\x11\xc8\x5c\xd1\x5a\x44\xea\x65\xa7\xb5\x10\x1a\x3a\x38\x5f\x9a\x2b\x6b\x52\x79\x3b\x9a\x52\x4a\xe7\x09\x7a\x5d\xd3\xf3\x36\x8a\x4e\x3a\xdf\xa6\x63\xa5\x3e\x8e\x81\x78\x25\xd0\x61\xcf\x8a\x0c\x50\x86\x5a\x37\x07\xf6\xaa\x37\x22\x6f\xbd\xc3\x75\x79\xf0\x5c\xf2\x30\x2b\xa5\xa6\x0c\x4b\xb7\x3c\xad\x8b\xab\xc5\x5b\x6c\x0d\x41\xe5\x41\x96\xd1\xf8\x8a\x82\x55\x48\x1b\x69\x30\xf3\x35\x32\x97\x86\x4d\xfa\x17\xbe\xcd\xca\x89\x7e\x04\x77\xf0\x90\x90\x5e\x98\x24\x1e\xe5\x47\x81\xe3\x81\xcb\xee\xb9\x70\x82\xfa\x31\xa9\xc3\x32\x06\xbd\x10\x3b\x1a\x59\x8a\xa1\xd4\x4e\x45\xea\x70\xe1\x65\x8f\xe1\xaf\xc4\xd9\x05\x62\x78\x31\x85\x98\x79\x00\xc6\xd3\x4f\x25\xad\x80\x03\xd8\xda\xe8\x8b\xd0\x37\xbe\x3a\xa4\x1f\x7a\x24\xde\xea\x27\x81\xae\xc8\x63\xdc\xe9\xd0\x5b\xf5\x7b\x92\x17\xbc\x01\xe3\xdd\xd0\x0f\x37\x60\xf7\xd4\x1c\x84\x51\x04\x5a\xd9\x12\xe8\x26\x39\xba\x20\x0a\x5a\x46\x4b\xc9\x6c\x86\x74\x4c\x65\x12\x08\x11\x39\xef\xa3\x0f\x41\x35\x82\xb5\x21\x6b\x20\xac\x64\x89\x9f\x05\x62\xc9\x2f\xba\x5b\xa1\x5e\x4d\x36\xb1\xd0\x7c\x8b\xa0\xc5\x3c\x37\xff\x43\x3a\x54\xe3\x6b\xde\x49\x9d\x58\xf6\x3f\xf3\x3a\x7a\x53\xfe\x80\x79\x1d\x2b\x33\x33\xc8\xbc\x93\xeb\x9b\x94\x68\x3e\x2d\x88\x8d\x5e\x64\xfe\x26\x16\x87\xfc\x03\xc6\xc9\x1e\xfb\xed\x04\xc5\x4a\xa7\xfb\x0d\xf0\x92\x96\x4e\x48\x35\x12\xa9\x7f\x31\xd3\x8c\xe5\x8c\x29\xd5\x66\x23\x96\xe5\x55\xaa\x35\x42\x9c\x8c\xfc\x28\xe3\x2e\x5e\x53\xc6\x71\xe3\x47\xe1\xb0\xc4\x1f\xa6\x64\xf1\xb2\xe8\x0e\x53\xb7\x4c\x1d\x72\xd9\x3c\x4c\x21\xf3\xfb\x62\x16\xa9\x5d\x1e\x29\xe6\xdf\xba\x73\x78\x9a\x6e\x1f\x67\x7a\x3d\x56\x77\x83\x3b\x58\xf5\x4c\x3f\x89\x4f\x2a\xf9\x4f\xcf\x17\xa2\xf2\x76\xe9\x2f\x89\x87\x67\x48\x0c\xe9\xd2\x51\x89\x07\x0d\x9b\x81\xb0\x68\x97\x31\x43\xd1\x1e\xf2\xd1\x78\x53\x3d\x69\x56\x8a\x49\xa3\xed\xf4\x58\x60\x9e\x6b\x28\xc0\x25\xaa\x4b\xa5\x9e\x75\xd5\xea\x05\xb2\xb4\xca\x27\x9a\x59\x40\x5d\x49\xa0\x66\x9d\x5c\x9d\x37\x4d\x8b\x51\x0c\xa6\xff\xa7\x1b\xa3\x9a\x92\x28\xd0\x1d\x57\xeb\xa2\xa5\x7a\x8b\xd6\x3b\x74\x9a\xa1\x56\x77\x64\x96\xdd\x18\x6d\x20\x7a\xce\x36\x05\x98\xa6\x61\xdd\x15\x38\x6d\x3f\x9a\xac\x78\xa0\x9b\x51\x99\xa8\xb4\xeb\xd4\xc5\xed\xaa\x22\xdd\xc7\xdc\x15\xea\xd9\x7a\x28\xbd\x5b\xe3\x65\xf0\x4d\x4c\xd1\xce\x30\xec\x8d\x66\xe9\xdc\x8c\xd6\xd0\x74\xbd\xbf\xa9\x68\xd6\x39\x43\xaa\xe9\xb1\xa7\xcd\xc8\x34\x37\x37\xe4\x00\x13\xe0\x9e\xda\x7e\xe0\x00\x6c\xa9\xe8\x92\xb7\xc3\xf8\xe2\x91\x0a\x05\x9c\x90\x9b\xad\x14\xc1\xee\xe9\x18\x55\x13\xf4\x2b\x71\x9a\xfa\x08\x74\x23\x9a\xae\xf9\x0d\x0d\x86\xa2\x75\x85\x90\xd5\x7f\xb4\xde\x09\xc5\x78\xee\x37\xdc\x07\x2f\x62\x7e\xca\xa2\x6d\x07\x6b\x49\xb2\x57\x36\x51\x45\x19\x70\xcc\x36\xb2\xe8\xb2\x7c\x8d\x75\x7e\xee\x2c\xc5\x4a\x6b\x58\x7a\x89\xf2\xba\x65\x6f\xe2\x44\x75\x90\x25\x3b\x5a\xa4\xd1\x20\xdb\x43\xb9\xda\xfb\xc8\x64\x7f\x5f\x7d\x12\x9c\xe2\x79\xc9\xd0\x0f\x61\x30\x27\xa4\xda\xc6\x8a\xda\x08\x59\x82\xf3\x74\x85\x3f\x30\xcd\x19\x5d\x74\x18\x78\xe3\x70\xe5\x06\xc8\x1f\xda\x6f\xa5\xa3\x95\xc1\xf6\xf0\xc4\xd9\x2a\xd8\x46\x8d\x6e\x54\xbf\xb6\x6a\x42\x9b\xb5\x3c\x8b\xd8\xbf\x4a\x77\x03\x09\xf1\x1a\x66\x28\x87\xee\x55\x0d\xb6\xb5\xd4\x3c\x29\x23\xb7\xe6\xd7\xdd\x2d\xec\x69\x99\xd9\xf0\x34\x87\xdf\x74\x9f\xe0\x99\x3e\xda\xb5\x82\xdc\x99\x08\x35\x0a\xe9\xc5\x31\x2b\x9d\x91\xec\x82\x70\x9e\xfd\x1c\x7f\x5d\xe0\xbf\x36\xbb\x24\x03\x35\xdc\x9a\x2d\xff\xea\xa6\xb4\xb8\x69\x1e\x57\xd9\x5b\x13\xeb\xc6\x97\x45\xb5\x8c\xc5\xdc\x2d\xe4\x37\x7d\xc6\xed\xcf\x29\x72\xdd\x24\x1e\x4e\x7b\xd7\xb8\x93\x3a\x3e\x51\xee\xec\x65\xb4\xc5\x2c\x73\xc8\x39\x0d\xe1\x5c\x7b\x9c\x40\x1b\x78\xdd\x36\x5c\x72\x04\xe5\x65\xb9\xad\x88\x75\x5b\x88\x1c\xd3\x5c\xa8\x2a\x6f\xbe\x89\xa1\x95\x7e\x6a\x3a\x89\x9b\x5c\x98\xe0\x3a\x47\x38\x9d\x13\xd0\x78\x9c\xbc\x2c\xed\x9c\xf3\x10\xed\x9f\x44\xb2\x63\x2f\x6b\x7a\x4c\x8f\x7d\x33\x77\x20\x5c\x60\x73\x09\x1d\x81\x2f\xac\x80\xb4\x15\x95\x6c\x61\x28\x06\xdd\xfe\x45\xf8\xda\xf1\x95\xbb\x5d\xf5\x84\xd0\x52\x6d\x23\x81\xd4\x5d\x70\xcd\xa9\xa7\x4e\xcc\x3e\xe9\x58\x43\x5f\x91\xe6\xb0\x5f\x65\x01\x89\xd1\xb6\xbf\x5c\x75\x0c\x68\x9b\x25\xd8\x14\xce\xb7\xc6\x49\x26\xcc\x9e\x60\xc9\x06\x16\xa3\x94\x08\x43\x95\xef\x3e\x03\x5e\xa8\x9b\x5c\x39\xc4\xb1\x9d\x2a\x2c\xb9\x6e\xff\x4a\x77\x16\x60\xec\x69\xcc\x6d\xd9\x14\x5b\x17\xfb\x73\x5a\x82\xf5\x0d\x8f\x95\xf0\xd5\x9a\x2d\x1c\x13\xc3\xb4\xb4\x8a\x2f\x87\xcb\x91\x53\xb2\x5b\xb3\x13\x91\x11\x8a\x3f\xa8\x41\x18\xa3\x09\x70\xe7\x43\x07\xf5\xbc\x8a\x02\x9b\x98\x75\xb7\x24\xdb\xba\x85\xb3\x21\xff\x8e\x75\x02\xcf\x9a\xf5\xd3\xd2\x22\x10\xa4\x3e\xb7\x4c\x15\xe9\x12\x8e\x20\xcd\x92\x6d\x31\x15\xc8\x68\x60\x7c\x38\x04\xf3\x14\xdb\x66\xb3\xa0\xb3\x6a\x2e\xea\x0f\x54\xa7\x1b\xef\xbe\x0f\xfc\xcf\x70\xb4\x9c\x07\xbf\x10\x8f\x2d\x6e\x86\xd5\x12\x41\x3e\x1a\xf6\x90\x9e\xcd\xb2\x42\x17\x81\xa8\xd4\x36\xa8\x51\xbe\x3a\xa1\x0d\x2a\x56\xe6\xc6\x64\x41\x23\x55\xef\xc3\x97\x81\x0b\x34\x77\x66\x6f\x07\xe3\x75\x67\x7c\xa5\xe6\x6f\x86\x79\x1e\x0d\xe6\xb3\x26\x71\xd9\x0e\x70\xb4\xaa\xa7\x78\x88\xf9\x90\x9a\x95\xf7\xc8\xdc\xa1\x09\xcf\x4a\x37\x0b\x35\x1f\x53\x29\xe6\x3a\xed\xd9\x04\x89\xb9\x48\x77\x2c\x26\xd6\x9c\xac\x3f\x14\xbe\xc7\xec\x6d\x78\x34\xfb\xa3\x79\x98\xf1\x87\xef\x5e\xd3\x5f\xd3\x15\x8f\xfd\xa6\xbf\xe6\xad\x65\xa1\xc6\x27\xa6\x03\x45\x46\xe3\x4a\xf3\xc4\x3c\xc0\xd8\x6c\xae\xc8\xbc\x6b\xb4\x98\x9d\xa9\x73\x8d\x9d\xe6\x63\x09\xb5\xc6\x75\xa0\x5b\x4c\x92\xf1\x22\xc8\x0c\xbf\x6e\x7c\x0b\xae\x0c\xf2\x36\x4d\x00\x1f\xfb\x8d\x32\xa5\x82\xf7\x3d\x47\x98\x24\xe0\xf9\xd2\xfd\x86\xef\xb0\xb2\x28\xc5\x70\x14\x6e\xcb\x2b\x34\x6c\x81\x17\x64\xfe\x6b\x18\x80\xe7\xa7\xfa\x1b\xf6\xc0\x4b\x12\x70\x86\xe7\xf0\x82\x98\x12\x63\x30\xdc\x19\xfe\xc5\x88\x83\xe5\x41\x45\xc6\x2e\x38\xd3\x2f\xd8\xf8\x00\x3a\xe8\x19\x64\x8a\x85\x32\x4b\x69\x86\x28\xeb\xc2\xa2\xa1\xfa\xdf\xd6\xee\xbc\x70\xfd\x2b\xab\x3a\x73\xb7\xfe\x81\xb5\x28\xd5\x5d\xff\xdc\x3a\x35\x81\x63\x88\xb6\x5c\x8c\x61\x1b\x10\x8b\x2e\x22\xc8\x70\xc4\x32\x3a\xa8\xc5\x38\x11\x91\xf9\x51\x8d\x0a\xb8\xd5\x33\xd7\xf8\x0c\x5a\x50\xd2\x37\x6f\x77\x6d\x54\x41\x4b\x97\x5f\x7d\x50\x4e\x55\x07\x84\xcd\x4d\xb7\xb5\x0f\x23\x28\x92\x06\x5a\xb9\xe4\xdf\xb1\x6b\x9a\xcf\xd3\x07\xa3\x58\x4d\x01\xec\x83\x21\xcf\x1b\x33\x05\xb1\x01\xff\x73\x00\x92\xe3\xde\x3f\x6c\x2b\x14\x0a\xb7\x08\xcb\x2b\x6d\x69\x09\xb5\x4b\x52\x97\x57\xc0\xee\x78\xdd\xe0\x96\x13\xd5\xce\xc3\x8f\x4d\x57\xb4\xfe\x25\x4d\x4c\x5a\xd8\x62\xa4\x92\x63\xd7\x34\xfd\x66\xbc\x8d\x12\xb8\xb8\x9c\x83\x21\x6f\x9d\xfd\x82\x77\x01\x7e\xf6\x57\xd2\x4c\x9f\x19\xb6\x54\xc5\x52\x37\xb4\x65\x9e\x36\xb4\x04\xd5\xe9\x8f\x71\x15\xc4\xb5\x6f\xc3\xa5\xe7\x8c\x6e\x2b\x21\x8e\x4d\x27\xb6\xfc\x47\xbe\x9d\xd4\xd8\xec\xa4\xfd\x89\x5d\xd2\xe4\xcb\xa2\x45\x89\x1a\x97\xf3\x86\x87\x7c\x71\x7c\x17\xbe\x0f\x48\xb4\xd7\x4b\xff\xf8\xc4\x59\xf7\x2b\xbd\xdc\x74\x96\x38\x6d\x43\xf1\xa1\x36\x33\x21\x2e\xff\x69\x6b\x2a\x69\x51\xf6\xc9\xe6\xbf\x54\xdf\x74\xff\xa6\x6b\xf4\x7f\x92\x78\xae\x25\xac\xee\xd8\xe6\x46\x2a\x77\x6d\x94\xcc\x39\x43\xf0\x29\x74\xa8\x7d\xa9\x04\x1f\x40\xb5\x79\x03\xdf\x7c\x44\x96\x5d\xaa\x6e\xb7\xc3\x08\x55\x57\x5b\x8c\x6a\xfe\x40\x9d\x9b\xdf\xd0\x74\x87\x4e\xc8\xae\x74\x9d\x62\xf6\xa4\x1d\x6d\x3c\xc1\x7e\x92\x34\xcb\xb9\x9b\xc7\x88\xa5\x39\xfa\x85\x1e\x51\x14\xbb\x49\xfc\x35\x74\x86\x2d\x06\x98\x1a\xd0\x64\xb9\xa2\xcc\xf3\xd9\x84\x2c\xd7\xf0\xdc\xc7\xc2\x88\x7e\x4d\x91\xcb\xb5\x84\xc5\xc9\xbb\xd3\xd8\xc7\x29\xc9\x7a\xea\xec\xe7\x65\xa6\xc9\x1d\x27\x04\xd1\x89\x2f\xed\x77\x44\x95\xb1\x39\xb6\x77\x92\x25\x51\x58\xeb\x67\x60\x52\xe8\x1c\xcb\x09\xc5\x85\x80\x7d\x48\xb7\x7a\xa1\xcf\x67\xb8\x57\x57\xe0\x4e\x82\xd6\x1b\xfe\x14\x5e\x74\x64\x8a\xb2\xf2\xaa\xec\x32\xf1\xae\x2c\x93\x6d\xa7\x34\x31\x2d\xc0\xf6\x3f\xd9\xfa\xc4\x4d\xd6\x6a\x79\x6e\x6c\x94\x65\xb1\xe2\x67\x14\x1b\x79\xac\xfa\x37\x94\x0b\xbf\xd3\x5c\x0a\x0c\x84\x3e\xeb\xee\xa1\x64\x50\xbc\x61\x93\xfb\x47\x10\x31\xb5\x15\x92\xad\x18\x25\x37\xf7\xb3\x65\x50\x55\x93\x95\x61\x09\x57\xe7\xa4\x7e\x47\x96\x69\x66\x27\x2e\x46\x66\x68\x67\xc7\x46\xc1\x0b\x75\x19\x51\x10\xec\xa3\xc7\x87\xf6\x42\x4c\x43\x7f\xa0\x18\x1c\x30\xde\x46\xdd\x04\x83\x4d\x27\x3d\xf0\xe6\x6d\xe6\x1d\x85\x23\x90\x31\xc6\x90\xdc\x5e\x18\x31\xf6\x64\x3e\x86\x3d\x4c\xa3\x52\x77\x41\x2b\x4d\xdc\x44\x0b\x94\x61\x7a\x1c\x1b\x00\xbe\x34\x57\x47\xb9\xc0\x5e\xf3\xd1\xd0\x93\x60\x30\x98\x12\xb8\xd3\xbc\x1d\x5c\xe8\xeb\x63\xe6\x83\xeb\x3d\x56\x99\x43\xc1\x5d\x05\x47\xe1\xe9\xe0\xf6\x5c\x00\xea\x02\xff\xcb\x3c\x01\xcd\x85\x22\x53\x57\x82\x47\xa1\xfa\x44\x2d\xc8\x80\x9a\x63\xc3\xc0\xd9\xd0\xf6\xa8\x65\xe6\xd7\xd0\xad\xd0\x97\xe6\x0e\xe8\x75\xe0\x53\x73\x0a\xf4\xd4\x37\xd3\x3c\x09\x6a\xf1\x38\x68\x7a\x0e\x45\x14\xb4\x40\x99\xc8\x60\x6e\x35\x78\x10\xb9\x98\xf9\x0f\x48\x42\x9e\xa7\x2e\x35\xbf\x47\x1e\x27\x6a\xcd\x4e\xe4\x6d\x6c\xb6\x99\x86\x5c\x8f\x3a\x6d\x4e\x45\x76\x87\xa1\x4c\x9f\x10\x60\x76\x90\x69\x03\x32\xc5\x57\x6e\x5a\x0a\x63\x3d\xae\x9b\x16\x41\x8d\xf9\x48\x9f\x5b\x2d\x2b\x7b\xfd\xfc\xac\x7a\x5c\xfa\xd1\xee\x1a\xac\x31\x99\xdc\xd5\x4c\xd8\x15\x77\xb3\x63\x0b\x25\x2b\xba\xba\xed\x30\x63\x54\xb8\xb3\x65\x90\x33\x35\x68\xa0\x89\x2e\x68\x9a\xe5\x6a\x0c\x92\x86\x79\xbb\xd9\xef\x29\x0e\xce\xfc\x6e\xed\xd7\x1a\xf2\x33\xe6\xdf\xaa\x53\x64\xbb\x7a\x26\x37\xe4\xa7\x6f\x9c\x97\x89\x4f\x4b\xae\xeb\x6c\x21\xe5\xc7\x5d\x6f\x3f\x4a\xed\x89\xc6\xb5\xbe\x63\x46\x87\x77\x37\xff\xe4\x8e\x0e\xda\xe3\x3a\x22\xcc\x9a\xb5\xcc\xd9\x23\x6d\xf3\x8e\xb0\x4b\x14\x0f\xdd\x66\x5a\x4b\xb4\x15\x79\xef\x7b\x7a\x31\xdb\xb3\x69\xf3\xee\xe0\x98\xe9\xad\x5d\x81\xc4\x98\xe4\xa2\x0e\x84\x32\x26\xee\x7a\xdb\x05\x7a\x78\x34\xa9\x75\x0a\xab\x37\x7c\x65\x73\x02\x2f\x27\xe8\x94\xcb\x5d\x94\x34\x6b\xa7\xe3\xb7\xac\xd0\xbb\xd0\xf6\x56\x59\xeb\x36\xd7\xf2\x44\xab\xca\x3b\xd6\x75\x8d\x50\x9a\x9d\xd6\x59\x4f\xda\x98\xce\x6f\xbf\x49\x0d\x4d\x0e\x69\xe3\xd1\xcf\xc6\x1d\x6b\x79\xca\xda\x18\x4d\x6a\xae\xe2\x5e\x08\xdf\xe9\x5a\x2a\xf4\x0f\x7a\xee\xfc\x47\x32\x7f\xd6\x7d\xfb\x4e\x79\x9c\xb7\xd6\x7a\x5f\x75\xd4\x4d\x60\x19\xaf\xe3\xe7\x25\x76\x60\xa9\x53\xb2\x0e\xb4\x0f\xa1\xe7\xa4\x0f\x6f\xdd\xc0\xb4\x26\xdd\x6c\xa1\xb0\x6f\xc5\x75\x34\x0f\xe1\xd1\xa3\x73\x5c\x6d\xc2\x90\xf0\x6d\x8d\x63\x25\x53\x82\xfe\x3a\xf2\x80\x34\xff\x49\x36\x8e\x52\xe5\xbd\xcb\xf2\xaf\xa6\xd3\x6d\x23\x12\xac\x3f\x94\x7b\xbc\xf5\x1b\xcb\x2d\x0b\xd3\x72\x80\x33\x3a\x6d\x59\x73\x0b\x6f\x74\x52\x5b\x13\x4d\x30\x32\x8e\xe5\x0a\x12\xcd\x89\x8e\x70\xde\x92\xb4\x85\xef\x70\xe8\x81\xc9\xc1\x5e\xb6\x6b\x8a\x67\xfe\x79\xd6\x00\xf5\x21\xef\xbf\xc8\x56\x1d\xdf\x7d\x38\x5c\x64\xf4\xcc\x0d\x6b\xda\x25\xdc\x98\xf9\xca\xb5\x52\x9c\x98\xc6\x6a\x5c\x2a\x39\x99\xc4\x73\x2e\x90\x55\xc5\xd5\x3a\x9a\x80\x6f\xd1\x89\x76\x93\xe2\x58\xf8\x7d\x1b\x45\xb5\x32\x98\x6d\x79\xaf\x39\xe3\xbf\x09\x51\xe8\xde\xfa\x68\xe0\x52\xc3\x61\x77\x04\x0a\x34\x2d\xcd\xf9\xe8\x3c\xa6\x80\x33\xf7\x39\x9e\x29\xc1\xb4\x1c\xc7\x74\x95\x25\x09\x63\x8f\x57\x23\x71\x35\xb6\x4a\x4d\x5f\x74\x95\x55\xa7\x3d\x11\x31\xcd\xd2\xa7\xfb\x15\xbc\x1d\xa1\x18\xd8\x01\xee\xb0\xb7\xf1\xb0\xcf\x6b\x28\xc1\xb4\xdf\xfd\x2b\x58\x6c\x1e\xcc\x39\x6a\x2f\xd1\x3f\xcb\xb4\xd8\xda\x0d\x8a\xb4\xff\x59\x5f\x1b\x87\x27\xcd\xb1\xce\x36\xda\xe3\x52\x2d\x44\x93\x57\x34\x1a\xd9\x69\xda\x10\x11\x8d\x8c\x35\xa7\x05\x7f\x80\xa7\x9b\xaf\x06\xc8\x20\x0f\x10\x8b\x4a\x02\x15\xa0\xd6\x23\xca\x7c\x0e\x74\xe6\x6c\xb6\x95\x98\xab\x33\xd5\xd6\x6e\xf3\x40\xea\x47\xcb\x2f\x70\x78\x52\xa0\x25\x05\xac\x8d\x4b\x44\x74\xe0\x96\x68\x22\xfc\x0c\xfc\x1d\x51\x08\x97\x40\xb9\x21\x33\x21\x35\xa4\x0b\x58\x0e\x2e\x81\xfa\x50\x78\xd0\x1d\x6a\xf0\xc8\x31\x77\x40\x43\x72\x96\x58\xb9\x70\x62\x26\xdf\xb2\x13\xe6\xa5\x3e\xb5\x78\xc1\x3d\x49\xfe\x08\x01\x3e\x1c\x97\x09\xf7\xc3\x1f\xa3\xa5\xb0\x37\x32\x2e\x82\x06\x75\x21\xd3\x42\x32\xc1\x6b\xf0\xaf\x80\x8b\xa0\x07\x7c\x04\x05\x99\xd7\xc2\xb1\x1e\x78\x73\x26\xd4\xd5\xf9\x0b\x5b\x57\x3e\xbf\xb1\x16\xef\x59\xf5\x19\x5c\x44\x78\x8b\x2e\x55\x05\x92\xc3\x31\xb7\x04\x89\xd4\x55\x78\x17\xe5\x12\xa3\x94\xcc\x45\x1f\x60\x67\xd3\x55\x85\x20\xef\x1c\xfb\x65\xf2\x79\x91\x43\x40\x0a\x3f\x21\x3b\x28\xf9\xea\xb3\x45\x25\x52\x3c\xea\x74\xc7\x44\x55\xa7\x38\xe7\x61\x3d\xd1\xd5\xe6\xfb\xf8\x50\x0c\x45\x09\x12\xbb\x71\x8b\xf8\xeb\x28\xf9\xa4\xa1\x14\x3c\xdd\x8b\xda\x86\xc6\xb1\x72\x99\xd5\x85\xf1\xdc\xef\x5c\x56\xb2\x4b\xf8\x42\x68\x09\x5f\x2f\xcb\x97\x9e\xf4\x59\xae\xf2\x52\x92\x3a\x3c\xeb\x46\xa2\xbf\x39\x6e\x61\xfc\x31\xe7\xcd\xde\x58\x1a\x6e\xa1\xe2\x1a\x61\x04\xd1\xc1\xf7\x25\xdd\xa5\x2c\x26\x3f\xa4\x3e\xa1\x3f\xa9\xfd\xc2\xcc\x60\x63\x0a\xde\x72\x3d\xf8\x13\x93\x2b\x84\xe9\xa2\x1b\xe1\xa0\xf4\x5f\xd9\x29\x9f\x7e\xe5\x6e\xd5\xe8\xb6\x39\xd5\xe3\x08\x64\x7b\x60\xad\x86\xb4\xc3\xb8\xa2\xde\x8d\x3a\x4c\xde\xd1\xf0\x87\xae\xe4\x8d\x27\x04\xb2\xc6\x93\x7e\x90\xad\x9c\x03\xb5\x29\xf4\x24\xfe\x82\x02\x2e\x1b\x2f\xea\x4b\x7a\xce\xbf\x2b\x3d\x18\x4e\x94\xac\x57\x4c\xf2\x39\xa8\x78\xa2\x5e\xd2\x62\x2e\x9f\xc8\x08\xb3\xae\xa8\x3c\xc3\x9a\x60\xc0\xd7\xec\x63\xbf\x07\x54\x75\x1f\xb9\x17\xb8\x28\x2c\x87\x7f\x99\x14\x49\xf4\x17\x3e\xab\x69\xa3\x46\x48\xbc\xf3\x5f\x33\x57\xca\xc4\x49\xbd\x3c\x83\xfc\x61\x78\x9d\xb8\x45\x85\xa0\x86\x28\x46\x6a\x69\x4d\x57\x8a\xab\x04\x1a\x4b\x7c\x19\x5e\x78\x59\xef\x57\x39\x4f\x1c\x29\xe3\xd6\x4e\x97\x28\x39\x59\xf5\x17\xa5\x77\x89\x12\xdc\x7d\xa0\xa8\xfa\x2b\x39\x5d\x7e\x3a\xdf\xcc\x18\xa3\xe4\x26\x91\xb8\xd1\x6a\xaf\x70\x9a\x08\xd2\x8e\x42\x61\xe4\x73\xf5\x01\x8d\x5b\xf3\x16\x68\xc6\xc1\x73\x8b\x46\x6a\xba\xb4\x59\xa5\xcb\xb5\x5e\x92\x7f\x2b\x2d\x5a\x23\xeb\x46\xed\x6a\xed\x37\x02\xa6\xc1\x53\xc7\xab\x8e\x21\xdc\xd1\xbd\xcc\x9f\x40\x1b\xaf\x97\x25\xe5\xb0\x3b\xf5\x7f\xc3\x5b\x84\xa5\x86\x23\xa8\x73\x00\xce\xb8\xce\x21\xcf\x5a\x6e\x8d\x07\x4b\xf2\x14\x96\x8b\xea\x55\x45\x5a\x0b\x5f\x4c\x29\xdb\x80\xdc\x67\x0e\x54\x07\x23\x54\xbc\xa0\xee\x1d\x7c\xa6\xaa\x09\x3f\x06\x8e\xcf\xdb\x4a\x69\x81\xda\x93\xe2\x59\x42\xf0\x41\xf8\x41\x81\x09\x64\xf9\x66\xcb\x1e\x9b\x7f\xd9\x83\xd2\x8f\xb5\x0f\x9a\x27\x64\x5f\x69\xeb\x50\x99\x0a\x3c\x5a\x29\x22\x6c\x49\x63\xf3\x07\xc6\xd1\xca\xfc\x26\x13\xee\x2c\xba\xb8\xf1\x6b\x55\x22\x76\x99\xb3\x2e\x6f\x09\x59\x63\x6f\x4a\x92\x30\xdb\xad\x6b\x23\x26\xf3\xff\x22\x97\x7c\x57\xca\xf6\x40\x5f\x6d\x47\xd3\x4e\xf5\x70\x4c\xae\xac\xbb\xf3\xbe\xa8\x7c\xf3\xe3\xbb\x08\xa2\xd1\xc5\xff\x74\x34\x32\xcc\x15\xae\xb6\x75\xb8\x95\xb5\x2b\x5a\xb6\x56\x45\x61\xa7\x37\xcd\xcb\x5b\x47\x9e\xdc\x98\x91\xb4\x8c\x99\x6c\x3f\x1b\x51\xc4\x3f\x61\x2d\xf7\xbd\x23\x5b\x0b\xef\xb6\x2d\x48\x9b\xb6\x70\xb6\x29\x2d\x6b\x56\x9f\x49\xf9\x5f\x1e\x38\xbf\x4d\xf8\xa8\x78\x5a\xb7\x84\xc1\x2e\xff\xaf\x2b\x1e\xb7\xb2\x76\x46\xfb\xdd\xaa\xe2\x86\xf6\xd6\xba\xbc\xb3\xa4\x8d\x4d\x8a\xa4\xb7\x8c\xdb\xce\xc6\x88\x66\xbe\xcb\xc6\xf7\x9b\x25\x73\x22\xd1\x6d\x08\x7e\xa0\x7c\xb3\x7d\x0e\x31\xb5\x7a\x8c\x71\x05\xe9\x3d\x1a\x23\x57\x52\x3e\x62\x1e\x72\xaf\xd0\xe3\xf0\x5d\xa4\x23\xcc\xd5\x64\x59\xed\x58\x0e\x9f\x6e\x29\x88\xe1\xef\x64\x7f\x4d\xba\x25\x4e\x11\xe8\xc3\x6b\x80\x30\x69\xa8\xcf\x7a\x55\x8b\x32\xa6\x75\x01\xb6\xb9\x3a\xda\x26\xc1\x97\xa3\xf3\x0d\xff\x11\x13\x31\xb5\xc0\x6d\x32\x07\xd7\xc5\xad\xa7\xde\x24\xfe\x22\xa1\x19\x66\x6a\x4b\xcd\x7a\x36\xc0\x44\xe7\xbf\xe6\x3d\xe7\x8a\x92\x96\x89\x16\x0b\x17\x85\xa7\xc8\xb6\x49\xbf\xfb\xac\x56\x65\x2b\x57\xb5\xac\xc1\x00\xe8\xcb\xd6\x01\x2c\x09\xb3\xce\x90\x84\xd7\xe1\x94\x40\x2a\xf1\x36\x51\xc2\x39\x4b\xd1\x52\x5a\x89\x8f\xe8\x55\xf4\xeb\x35\x15\x2c\x80\x5d\x93\xbf\x8a\x37\x99\x3f\x39\x89\x27\xfc\x26\x7a\x1d\xee\x2d\x8b\x93\x7d\xf2\x59\xa7\x7c\xa4\x2a\x6d\xba\x56\xab\x25\x24\x58\x26\xd7\xfd\x43\x72\xe9\xae\x36\x44\x51\xae\xcb\xc6\xe2\xee\xd1\xcb\xd8\xa7\x89\x67\x98\xcf\x88\x63\x29\x3f\x39\x4b\xab\x97\x30\x94\x7c\x6b\x7e\x28\x87\x28\xea\x48\x1a\x27\x58\x22\x3d\x11\x3e\x54\x1a\xa0\x88\xf6\x39\xaf\x9c\xaa\xbe\xed\x9a\x52\xb9\x82\x7e\x03\xb6\xd6\xc4\x30\x0f\x6a\x6d\xe8\x77\xec\x55\x92\xd7\x98\xa7\xdc\x26\xd6\x3d\xbc\x0f\xbf\x9b\x90\x49\x5a\x26\xdc\x56\xf5\x83\x06\x88\xbf\xe4\x6d\x63\x6d\x92\xe1\x13\x0f\xf3\xf3\xe4\xf7\xc2\xfe\x4a\xc6\xa8\x16\xa2\x66\x28\xe2\xb4\xdd\x4e\x55\xe9\x1f\xc1\x28\xc8\xb3\xe2\xaa\x90\xa5\x29\xac\xbe\x2f\x3a\x2c\xbe\x5d\xe7\x21\x99\xc1\x1a\xd2\xd0\x2e\xb5\xe1\x61\x02\x57\xf6\xb7\x8a\x4e\x71\xc9\x3b\xf2\x2a\x98\xee\xca\xfc\xc4\x2e\xee\x2f\xf5\xe4\xf0\x99\xa2\x3f\x5a\x0f\x94\x42\xce\xd0\xd7\xd8\xeb\x0b\x31\xea\x2a\x73\x58\x09\xac\x7e\xa3\x72\x94\x3f\xd7\xc0\xa2\xca\xea\x26\xcd\x47\xc6\x40\x9d\x5c\xab\xc7\xa9\xb0\x1b\x75\x43\x2a\x57\x92\x12\x74\x9d\xb9\x8f\xe8\xfe\xfa\xb8\x44\x84\x43\xd3\xdf\x0d\xcf\x14\x9e\x34\x1c\x40\x7d\x00\xec\xc6\x13\x56\x7a\x6e\x91\xa5\xd2\xa8\x2c\x78\x8c\xfc\x50\x4e\x2d\xd9\x8a\x2c\x15\x0e\xad\xd8\x81\x04\xd3\x2d\x35\x3f\xe0\x41\xec\x3c\x8c\x13\x4e\xab\x1c\x47\xe0\x42\x7b\x73\xbb\xa8\xab\xa0\x84\x44\x88\x9d\x04\xae\x0c\x57\x0b\x7e\x80\x45\xbe\x7c\x60\x02\x38\xca\x32\x2e\x0b\xd3\xd6\x63\x88\xce\x4b\x6b\x85\xe5\x0f\x8a\x6a\x5a\xc8\xfc\x5f\x65\x4d\xcd\xa3\x68\x1b\xaa\x27\xb9\x06\xb0\x43\xea\xee\x36\xa6\x56\x0c\xe2\x7e\x3b\x76\xe6\x82\x14\x97\x7d\x52\xe2\x3e\x16\xd1\x5a\x19\x7e\x46\x00\x20\x0b\x7c\xaf\xca\xee\x40\xef\x90\xf9\x99\xb8\xee\x24\xfd\xae\xdc\xdc\xae\xb3\x72\x5d\xa1\xa0\x33\x8f\x3f\x50\xba\xbb\xdd\x49\x13\x54\xd5\xb6\x1e\x6c\xb8\x55\x17\xd7\xfc\xa4\x62\x0b\x8e\xef\x7a\x91\xdb\x46\xf1\x72\x6e\x4b\xfc\xc2\xfc\x6d\xe7\x44\x8c\x16\xa4\x58\x27\xf9\x4d\x94\x9d\x80\xd7\x21\xd8\x8c\x45\x7d\x6f\xf4\xdc\x1c\x6b\x6f\xae\x3c\xbf\x60\x5b\x0f\x87\x0f\x97\x8e\x9f\x47\xa2\xd5\x57\x6e\xe8\x4c\x6d\xb8\x8d\x5e\xd4\x3e\xbc\xe2\x14\xf6\x51\xcb\x82\xdc\x41\xf2\x16\xd7\x93\xa4\x54\xe6\x32\xa7\x67\x44\x29\xff\xab\x2d\xc4\xaf\x5a\xb6\x18\xf1\x69\xba\x48\xf2\x28\x3f\x86\xdc\x27\xab\xaa\x67\xeb\xcc\x54\x14\x9a\x26\x9d\x47\x7b\x8e\x79\xce\xce\x65\x7c\xc5\xf7\x10\x10\x76\x0e\x19\xa8\xf6\xe3\x5e\xa5\xdb\xf3\xd6\x0a\x1e\xb3\xbf\x24\x6e\x90\xc4\x0b\xec\x61\x2e\xe0\x99\xb4\xd8\x87\xaf\x1e\xa1\x64\xb8\xbe\x10\x26\x54\x87\x21\xbe\xc4\x15\xe8\x4c\xed\x55\xb2\x18\x93\x27\x1d\x45\xe5\xe2\x1c\xac\x93\xf4\x15\xc4\x4f\x04\x2f\x96\x1f\xd5\x52\x75\x9c\xf3\x98\x59\x91\xc7\x15\xa0\xb8\xac\x44\x9d\x78\xb1\x70\x79\x98\x19\x00\x64\x53\x7c\xf8\xaa\xdd\xca\xcb\xae\xa9\xb8\x61\xe8\xcd\x70\x3d\xfe\x38\xc6\xa2\x0d\x21\x1e\xc0\x95\x4b\x00\xf2\x53\x62\x1d\xab\x82\x56\x46\xd1\xe2\x37\x33\xbe\xd0\x8f\x54\xc9\xd8\x2f\xd8\x39\x79\x41\xfc\x72\xfe\xb0\xc4\x22\xd1\x2f\xd1\xeb\x30\x9e\xec\x0b\x30\xda\x07\x50\x91\x55\x72\x27\xa6\x7e\x2c\x61\x02\x78\xa9\x61\x36\x89\xa2\xbe\x89\x93\x51\xd6\x8a\xd1\x84\xb7\x74\x1f\x26\x9e\xbc\x9e\xb9\x07\xf7\x94\xb6\x9e\xa3\xa9\x3c\xcf\xfc\xcc\x67\xe6\x6e\xe1\x2e\x17\x19\x12\x3e\x09\xd7\x4a\x0f\x86\x11\xa4\xaf\x14\xa9\x3e\x8b\x95\xed\xea\xbf\x76\x75\x0d\x85\x6e\x37\xa7\xa1\xf7\x31\x01\x95\x15\x53\xc1\xc6\x89\x12\x71\x23\xb9\xb9\x0c\x11\x71\x2c\x1f\x8d\xf3\xa1\x90\x85\x9a\xca\x08\xfa\x2f\xf1\xbf\xb9\x39\xec\xbf\xb2\xe4\x84\xed\x82\x7a\xf9\xb9\x30\x92\xe4\x9a\xaa\xdf\xe7\x95\x62\x97\x76\x87\xf5\x7d\xc5\x05\x7e\x9b\xf1\x72\xb5\x4e\xf0\x49\x99\x8d\x6e\x10\xd5\x09\x83\x30\x85\xe2\x0d\xf4\x66\x9c\x53\x1a\x86\xa5\x92\xe6\xc8\xd6\x57\x74\xd3\xbc\xe5\x55\x39\x0f\x58\x22\xe5\x8c\x84\x66\xfe\x54\xd5\xe7\x30\x91\xf8\x92\x76\x3a\xaa\x4a\xfe\x52\x2f\x40\xce\x95\xa4\xa8\xda\xf5\x5f\xca\xa3\xd4\x59\xf2\xfe\x2a\x82\xfa\x19\x7f\x43\xed\x21\x0d\x8d\x96\x8b\xd1\x6a\xbe\x37\x90\xf1\x90\xb6\xa5\xfc\x21\xf9\xa2\x2e\x3e\x07\x64\x18\x75\x6f\x12\x6c\x5c\xad\x7e\x53\xd8\x1a\x51\x9f\x61\x03\xea\xbc\x7c\xbc\xf1\x0a\x1c\x54\x30\x1d\x61\xe8\xe4\xc5\x66\x04\x05\x94\x96\xa3\xe0\x8b\x3c\x71\xd5\x7f\x30\x9b\x1a\x51\x37\x1a\x1e\x8f\xb1\x61\x99\xd0\xf2\xf2\x0a\xd2\x78\x28\x3d\x27\x91\x3e\x0a\xbc\x90\xe0\xe2\x54\x82\xe4\xb0\x67\xc2\x63\xe0\x2c\xdf\x5c\xa0\xd5\xfc\x03\x3c\x92\x3b\xb5\x15\xd0\x06\x16\x9c\x6b\x11\xca\x26\x97\xec\x6d\xc6\x72\x85\x15\x47\x9a\xa6\x51\x48\xb5\x33\x1a\x4f\xd7\x7f\xc1\x6c\x71\x6a\xca\x7e\x13\xfa\x1c\xd3\x72\x42\xa8\x4f\x6d\x8d\x09\xc7\xd9\x80\xe5\x55\x78\x86\x30\x03\x21\xf9\xee\x00\x6a\xa1\x1b\x60\x7a\xce\xf4\x79\xc3\x35\x1b\xf2\x6f\x74\x2e\x96\xf6\x17\x5f\xe9\x08\xe6\xba\x97\xbf\x6e\x03\x29\x7e\x35\x55\x2d\x17\xea\x2f\x61\x86\x37\x4f\x2b\xfb\x44\x18\xe9\x4a\xc8\x49\xa2\x4a\x9c\x81\x09\xbf\xd9\xd3\x6c\xdf\xc2\x01\xe1\x08\xcb\x51\xdf\x77\x40\x0a\xdc\x6e\x7e\x96\x5d\xdf\xbb\x51\xc3\xcc\xf7\x9e\x3f\x4c\xca\x2c\xf6\xea\x4e\xe1\xbc\x2f\x4f\xe9\x2a\xa0\x8c\xab\x5e\xd5\x91\x5e\x7f\xb9\x9e\xdd\x16\x58\x3e\x1e\xaf\x6e\xbe\x9f\x43\xa5\xfc\x71\x55\x27\x66\xb3\xb6\x3b\xfa\xc3\x77\x09\xf6\x59\x6f\xf9\xc5\x00\x63\x91\xe1\x56\x7f\xda\x83\x8a\x89\x86\x41\xc6\xb8\xea\x6a\xf9\x03\x26\x07\x6d\xe5\x77\xb0\x47\x61\xbe\x53\x6f\x71\x6e\xe1\x17\x60\x06\x79\xb7\xc8\x92\xb2\x3f\x42\x14\x1d\xce\x2e\x10\xef\x63\x3f\x8c\xfb\x21\xdb\x24\xb0\x86\x6c\x56\xbc\x91\x92\xbd\xb5\x1a\xa7\x72\xbe\x45\x4c\xf9\x51\x8d\x31\xf8\xd0\xaa\xd0\x78\x39\x8e\x7e\x1d\x83\xe6\x7b\x31\x17\xe0\x40\x2a\xc0\xee\x21\xde\xc1\x50\xb8\x47\xa9\xbc\xb2\xad\x82\x44\x66\x7c\xf6\x18\xf1\x70\x6e\x4e\xdc\x19\x99\xbf\xb0\x3d\x64\xbd\xc2\x24\xf3\xf4\x36\x69\xf2\x94\xbf\x90\x6d\xe4\xe9\xe8\xa3\x7a\x2d\xa5\x03\xd3\x04\x9c\xa1\xe5\xe3\xca\x78\x8b\x19\x11\xc4\xb9\xd4\xd1\xac\x0a\x4a\x29\x66\x04\x67\x80\xde\x59\xc6\xe5\xe7\xb3\x67\x64\x9d\x17\x65\xf0\x2e\xc7\xad\x90\xda\x45\xe7\x43\x56\x28\xfe\x07\x8c\xf6\x6e\x55\xbf\x55\x75\xc0\xd1\xf8\x38\xfc\x2a\x5d\x10\x71\x24\xf1\x8b\x6c\x35\x79\x34\x25\x83\xbb\x8c\x5a\x4e\xdb\x45\x89\xa5\x9f\x60\x92\xea\xd1\x2c\x05\x67\x56\xe9\x5d\x2e\x9d\xef\x96\xc5\x16\xac\x17\xa5\xc7\x31\x25\x05\xd2\x79\x21\x4b\xe4\x63\x14\x61\xde\x27\xd5\x61\x9a\xe9\xe0\x7e\x4c\x0b\xed\x8b\xe6\x0c\x76\x31\xe3\xa2\x14\xc0\x3f\x64\x6d\xe6\xb4\x90\x94\x9c\x01\x72\x2e\x35\x9b\x77\xbc\xce\xc9\xc8\x14\xfc\x28\x4d\x67\xeb\xc5\x98\xcc\x3f\x7c\x37\xe9\x83\xb8\x64\xd1\x2f\xf9\xbc\x90\x2d\xb2\x3f\x2a\x87\x8f\x9f\x0a\xa3\x3d\x6a\x9e\x80\x1e\xc2\xeb\x52\xb3\xeb\xb1\x82\xa1\x92\xb2\x86\xc7\x42\x1e\xdb\x81\x3f\x24\xba\x41\xa2\x90\xae\x49\xf8\xe8\x33\xb4\x59\xb2\xe1\x25\x03\xcc\xb5\xc0\xbe\xcc\x01\x6e\x9b\xa2\x3f\xce\x5b\x78\x40\xb5\x3a\xe4\x84\x6c\x88\xe6\x9d\x8f\x43\xe9\xd2\x03\xc6\xd1\x95\x56\x65\xbc\xb2\xad\x26\x5f\xf9\x46\xb4\xb2\x2e\x41\xb5\x90\xe5\xd5\x20\x51\xa7\x10\x23\xf0\x0f\xd5\xff\xd5\xde\x21\x37\x69\x56\x94\x0c\xa1\x6b\xb4\xe2\xcc\x52\xf6\x46\x5d\x71\x9c\xbf\x20\x5c\x9f\x1d\x3a\x41\x72\xdc\x20\x42\x8d\x53\xac\x35\x9e\xd0\xc7\x97\xbe\x82\x1c\xf2\xaf\x15\xdf\x20\xac\x30\xbb\x26\x09\xf2\x67\x3c\xa9\xdb\x0f\x3e\x20\x84\x62\x41\x70\x63\xed\x74\x22\x08\x4a\x8b\x95\xd4\x43\x60\x62\xa6\x3b\x2b\xdd\xfc\x27\x2e\x96\xf7\xc7\x7c\x24\xb4\x5c\xfc\xce\x7c\x10\x05\x2b\xfc\xcc\xd7\x74\x59\x45\x37\x9a\xa3\x81\xb7\x65\xc9\x4d\x99\x82\xa8\xca\x13\xae\x6c\xfa\xaf\x5a\x5b\x63\x18\x9e\x87\x81\x9c\xd3\x6b\x1a\xf1\x47\xec\x5f\x8a\x03\x29\x25\xb6\x13\x99\x43\x99\x53\xac\x40\x1c\x87\x17\x68\xf1\x0e\x5d\x22\x26\xc3\x97\x50\x2f\xe4\xd7\xa1\x1e\xed\xaa\xc2\x9b\x1d\x66\x40\x53\x9a\xde\x9e\xc6\xbf\x58\x71\xb5\xf5\x11\x7d\x73\xcd\x8a\x16\x31\x3e\xa6\x7e\x5b\xd3\x7f\x35\x1c\xfc\x04\x97\xa8\xd8\x9d\xbc\xce\x79\x3e\x73\x22\xa3\xc3\xfe\x3d\xae\x83\x7b\xd4\x36\x35\xf4\xac\xd8\xcf\x12\xe9\x8b\x92\x6f\x87\x4b\xb5\x29\x85\x6e\xdd\xdf\x81\xf0\x12\xe5\x3c\x05\x7f\x71\xc5\x84\xce\x2b\xf4\xe6\xea\xc7\x1d\x33\xf0\xa8\xba\x3f\x6d\xd9\x35\x6c\x1c\xbb\x85\x5d\x1c\x46\x76\x6f\xe2\x64\xe6\x30\x3c\x1a\x67\xc7\x5d\xe6\xd2\xec\xdb\xc3\x26\x8b\x2e\x59\xb3\x7c\x89\x72\x23\x7c\xc4\x18\xca\xb1\x57\x54\x2a\x93\xb8\xa4\x6a\x8b\xf0\x08\xcf\x88\x5e\xcf\xf4\xe0\xff\xdb\x30\x89\x30\x4e\x98\x8e\x5f\x5d\xd3\x23\x7a\x44\x96\x17\x75\x4b\x0e\xd1\x91\xf4\x26\x60\x1c\xfb\x7e\xcc\x6f\x45\x9f\x00\x09\xea\x50\x53\xa4\x42\xaf\x62\x9d\x5e\xb9\xcb\xd0\xc2\xea\xae\x66\x28\x56\xb1\xd7\xa1\xc9\xc2\x0c\xee\x70\x4c\x39\x63\x01\x4f\x82\x93\xe2\xbb\x05\x93\x89\x27\x6b\xe2\x85\x0f\xa8\xb5\x45\x05\xe2\x57\x4c\x54\x3a\x5a\x46\xe0\x46\xc6\x5c\x55\x4c\x17\x9a\x82\x3a\x55\x5f\x65\xee\x5e\x68\x5d\xa2\x6a\x82\xfe\x35\x63\x25\x7a\x89\x62\x3c\xf3\x3b\x86\x2e\xd8\xc2\x46\x70\x1e\x0c\x0f\xee\x74\xc2\x1f\xbc\x2f\xef\x16\xc5\xb3\xfa\xbc\xe0\x2a\x9d\x5e\xf8\x51\x3c\x86\xf5\x22\xdd\x53\xba\x8c\xb7\x21\x66\x97\xdc\x2c\xda\x14\xd4\xa6\xb2\xc9\x7e\x78\xf1\xb4\x4f\x55\xbd\xba\x5a\xca\x03\x7c\x1e\xb0\x90\xd6\x49\x6c\xe6\x0b\x19\x4a\xf2\x19\xfa\x50\x16\x85\x56\x82\x8b\xe5\xe8\x18\x9f\xab\xc7\xf1\x0e\xb3\x0f\x15\x62\x84\xb9\xbc\xa3\x69\x9b\x24\x41\xc2\x1f\x31\x2e\xa0\x44\xca\x08\x5a\xa0\x6c\x55\x4c\xf1\xda\xa4\x0d\xd5\x4c\xd1\x8e\x20\x6a\x68\x9e\x32\x1e\x19\xc3\x70\xe7\x61\xa9\x12\xe6\x77\xda\x68\xfa\x00\xfb\x37\xb6\x96\x35\x8d\x17\x5e\x55\xcd\x59\x25\x10\x15\x1c\xe1\x03\xa2\x7b\x69\x0d\xa2\x45\x52\x38\x46\x2a\x1b\x27\xaf\x0b\x1a\x54\xb8\x54\x74\xef\x49\x1a\xbc\xf6\x1f\x35\x84\x1b\xc1\x9d\x2f\x0d\x22\xc4\xf0\x47\x71\x6b\x48\xcd\x02\x2e\xd5\x83\x3a\x45\xf8\xba\xc1\x4c\xff\x57\xdc\x55\xd9\xcf\x5a\x26\x2d\x28\xc8\xe4\xee\x00\x7c\xd2\x26\x0a\x83\x14\xc1\x31\x04\xc9\x15\x55\x6d\xd0\x2d\x79\x9b\x66\x8f\xb7\x56\xdd\xaa\xa7\x29\x17\xd5\x3d\x92\xef\x17\x23\x0d\x59\x0a\x90\x7d\x1b\x77\x57\x19\x4a\xbe\x46\xdc\xa3\x7c\x8c\x51\x50\x4e\xa9\xf6\x54\x5c\x62\x8c\x55\x77\xe5\x6f\x60\x83\x1a\x5b\xea\x69\x7e\x9e\x76\x51\x8c\x48\x9c\xa7\x3b\x11\x1c\x00\x60\x0d\x7e\xde\x3f\x55\xeb\x8c\xab\xe5\x9f\x6b\x7c\xcc\x66\xd1\x04\xf4\x6d\x33\x83\xd5\x8f\xb9\x62\x8e\x25\x9d\xc4\xfd\x35\x7b\xd6\x77\x93\x88\xe6\xc9\x15\x21\xd4\x0f\xe6\xe1\xf9\xc9\xcc\x03\xa6\x3f\xa9\x8b\xb8\xa7\xcd\x93\x62\x1c\xa2\xe9\x66\xff\x60\x8e\x4c\x67\xae\xf1\x11\xa8\x66\x9a\x17\x02\x4f\x2a\x43\x1a\x17\x0a\x7e\xd7\xe4\x39\xcf\x30\xfb\xeb\x74\x8e\xbb\xc4\x6f\x0d\x97\xed\x5f\xeb\x3e\x12\x58\xf6\x29\xe5\x9b\x28\x69\xb6\x39\x79\xef\x18\x95\xd6\x9c\xd4\x66\xce\x2a\x4b\x59\xcc\x36\x61\x3a\x52\x10\xbc\x41\xfa\x0c\xce\xf2\x39\xae\x3c\x00\x95\x00\x60\x45\x5a\xeb\x51\x41\x7f\x75\x65\x4b\x1f\xb3\x14\xdd\xd2\x5c\x41\xdc\x86\xf9\xd2\x34\xa1\xee\x30\xbe\xa7\xf1\x70\x79\x3b\xd9\xea\x04\xf3\x9e\xd0\xb7\x3a\x42\x52\x7b\x38\xa1\xb6\xed\x31\x97\x05\x0f\xad\x21\xc1\x57\xa5\xfd\x48\xb3\xcf\x17\x65\x17\xf4\x13\x28\x28\x77\x76\xcd\x16\xf0\xab\x1a\x3b\x36\x31\x3d\x6a\x4f\xb6\x7b\x12\x3b\x31\x89\xad\x2d\x75\x3b\x70\xf7\x9b\x3f\x94\x77\x92\xee\x35\x91\xf2\xbe\xd0\x51\x8d\xab\x53\x0f\xb0\xd7\x39\x4e\xcc\x9d\x2c\xd0\xd8\x0e\x85\x4c\x95\x56\x5a\x96\xa0\xe6\x28\x1b\x60\xa3\x62\xaf\x28\xbd\xe2\xbc\x28\x56\x3c\xae\xfa\x1e\x2b\x55\x32\x06\xfd\x9a\x94\x2d\x79\xdb\x90\x53\xf7\x4a\xfa\x07\x7f\xb9\x3c\x09\x48\x27\xf7\xe6\x0d\x95\xaf\xa7\x0f\x24\x6f\x57\xb6\x71\x86\x44\xbd\x53\x6f\x13\xf4\x07\x4a\xb5\x1f\xa5\xf3\x3c\x67\x19\x40\xe5\x2b\xc5\x44\x41\x63\xf5\x7a\x61\x9f\xd0\x84\xb6\x30\x77\x89\x96\x61\x08\xc4\x83\xe2\x0d\x38\x5d\x9d\x48\xf2\x84\x78\xa9\xec\x8c\xac\x8c\x8a\xcf\x1d\x00\x1e\x33\x43\x92\x0d\x8a\x37\xdc\xc4\xa8\x6b\xea\xb9\xc2\xa6\x40\xad\xb6\x45\x36\xd7\x33\xde\x90\xa5\x8a\x96\x63\x78\xd7\xd0\x5b\x04\x3f\xf8\xef\x30\x18\x66\x94\x30\x11\xfb\x9d\x98\x24\x62\x11\x1e\xa2\x5f\x8b\x8f\x50\x86\x95\x91\xa5\x35\xf4\x8a\xdc\x2a\x60\x0a\xeb\x56\x72\xbe\x22\x8d\xb7\x22\xea\xa0\x6a\xb9\x68\x63\x20\xa0\x9d\x0d\x8c\xf4\xac\xd6\xbf\x53\x6d\x91\xf5\xb3\x79\xb8\xdf\x7c\x29\xe7\x38\x31\x8e\x7e\x9a\x57\x4f\xe6\x11\xc6\xf0\x6f\x52\xdf\xd4\xbe\x14\xda\x19\x4b\x4b\x6d\x62\x12\x5b\x97\xb3\x5c\xca\xe0\x35\x25\xdd\x03\xce\x0b\xcf\x47\xf5\x2b\x95\xd2\xe2\x40\xa7\x26\x56\x31\xd6\x73\xa1\x3e\x4e\xe3\x21\x5d\x49\xff\x49\x5d\xcf\x13\x33\x97\xd0\x75\xb4\xdb\x6c\x11\xb3\x14\x1f\xc6\xcd\x62\x93\x6a\x7d\xf8\xe9\xdc\x85\x25\xf7\x85\x04\xfe\xe7\x9c\x00\xf1\x80\x48\x9f\x34\x4f\x86\x91\xa6\x44\x75\x28\xd2\xe4\x81\x81\xdb\xd4\x73\x55\x65\x5e\x43\x74\x2c\xed\xa0\xc4\x8d\x72\x8e\xd3\xcd\xcd\xa1\xf5\xf3\x86\x51\xbf\x33\x56\xf1\xf9\x38\x0c\xeb\x90\x70\x74\x0d\x81\x3b\x56\x74\xb2\x24\x97\x2f\x90\xf4\x64\xaf\x17\xfe\x96\xb9\x92\x1a\x24\x2f\xe5\x7b\xa2\x5a\xe4\xe3\x55\x13\x03\x5f\xa9\x12\x35\x9d\x5e\x52\xed\x42\x7d\x83\xe8\x1a\xc1\x02\x14\xb2\x7f\x91\x96\xcb\x87\x50\x76\x51\x3e\xcb\xb7\x60\x0b\xe8\x5c\x45\x6b\xb5\x91\x35\x56\xe9\x2c\xee\xe6\x9c\x55\x35\x67\x27\xf2\x0f\xab\xd7\x26\x45\x88\x47\x6a\x7e\x46\x6d\x94\xe9\x75\xa4\xd9\xc9\x8a\x5f\xfa\x5b\x5e\x6f\x35\x9b\x8d\x0e\xe1\xac\x86\x93\x46\x16\x6b\x29\x3e\xdd\x88\x26\x6f\x20\xde\x37\x26\x37\xb0\x28\x8b\x8d\x65\x55\x27\xe8\xcd\x46\x71\xf1\x78\xd6\x1a\xe3\xfc\xac\x1b\xdc\xaf\xc6\x33\x49\x13\x85\x56\x53\x68\xd4\x65\x69\x91\xc9\x31\x1b\x54\xcc\x34\x3d\xf3\xc6\x69\xa6\x99\x39\x82\xe1\xf5\x2c\xc7\x50\xe6\xc2\x86\xc7\xf6\x34\xd2\x11\x7c\x9f\x8d\x83\x59\x4f\x82\xad\xdb\xab\x72\xa8\x0b\xad\x23\x8b\x06\x18\x3f\x2d\xcc\xac\x3e\x4e\x13\xb2\x37\x69\x88\x80\x85\xcc\x8a\xfa\x22\x91\xc3\xea\xd9\xfb\xe4\x06\x68\x9b\xf7\x06\xf5\x56\x68\x24\xbf\xaf\xae\xa4\xe9\x32\x33\x07\xf3\xc4\x75\x94\x04\xe0\x76\x34\x2e\xc5\xc8\x88\xab\x9d\x3d\x55\x28\xca\x39\x87\xa3\xa8\x9d\x91\x6f\x6f\xca\x6a\x67\x7f\xb0\x99\x92\xc6\xf2\x5f\x58\xc5\x73\xa6\x49\x66\x5a\x0a\x67\x3f\x92\x27\xc0\xdf\xbc\xaf\xaa\x21\x68\x07\xbf\x1e\xcd\x68\x7b\xc5\x1c\x83\x99\xda\xba\x9c\x94\x8b\xfd\xdc\x92\x8d\xc1\x10\x5e\x34\x7d\xa8\x72\xa3\xcc\x74\x75\x14\x75\xd3\x17\x36\x96\x64\xf5\xb3\x89\x8e\x27\x49\x61\x7c\xbe\x5d\x34\x27\x5b\xbc\xd1\x7a\x39\x68\x0a\x70\xdf\x32\xda\x67\xa4\x3a\x0d\xce\xe0\xcc\x55\xfd\xad\xb4\x52\x77\xa8\xd1\x35\x00\xee\x8c\xfa\x72\x1d\xaf\xf6\xac\x26\xb2\x61\x4b\x99\x51\xb3\x82\x90\x9a\xf7\x48\x5b\x46\xfe\x99\x76\x55\x37\x9d\xf1\xbf\xd8\xcf\xfa\x00\x8e\x24\x6c\xbd\x81\x22\x0c\x98\x05\x1b\x77\xc8\x50\xee\xdd\xe6\x0a\x95\x9c\xbd\x58\xa9\xaa\x09\xa1\x26\x2b\x1f\xa1\xef\xe1\x18\x2a\x3d\x66\x59\x2d\x4f\xf5\x0d\x37\x58\xe6\xaf\xee\x22\x4d\xc8\xeb\xd6\x50\xa8\x5d\x69\xbd\xda\x0a\x26\x33\xf6\xbc\xce\xcc\xb5\x87\x2d\xd7\xdf\x17\xbe\x9d\xe5\x34\x36\xc8\x16\xb9\x0f\x98\xa7\xaa\xfa\xd9\xc3\xe5\xaf\xd1\x5f\x28\x5b\x15\x22\x8c\x0e\xfb\x51\xe9\x83\x1b\x5b\x3b\x42\x39\x48\xf8\x50\x7a\x40\xa5\xa7\x4c\xcf\x2b\x54\xf3\xe9\xac\x34\xbc\x46\xcf\xfa\x19\xbb\x59\x7b\x81\x77\x33\x6c\xa1\xbe\x46\xf4\x6d\xd6\x3c\xc3\x2b\x00\xef\x7e\xdc\x74\x50\x3d\x89\xf9\x51\x6a\xc4\x6d\x23\xaf\x91\xd5\x11\x9e\x34\x7c\x05\x6a\xc8\xa8\x1a\x7f\x79\x16\x75\xa0\xe4\x97\xa2\x82\xc1\xcd\x5d\xa5\x34\xb1\xeb\x52\x1f\xa8\x2e\xf0\xb4\xb1\x42\x0d\x5b\x78\x25\xac\x5b\x17\x24\x15\xcc\xda\xad\xff\xae\x48\xf7\xf0\x32\x8d\xd0\x60\x98\x63\x45\x0c\xca\x31\xd2\x09\x31\x87\x36\xd0\x90\x20\xe9\x64\x74\x55\x4b\xa5\xc7\x59\x7b\x4a\x08\x80\x0f\x77\x72\x6e\x98\xbc\x99\x6f\x4d\xb5\x29\x67\x89\x22\x63\xf3\x55\x1f\xa4\xd3\xc3\x16\x6a\x5e\xc9\x83\x66\xbd\xd3\x7d\x55\x31\x3d\xcc\xc6\x58\xed\x63\xfa\x6d\x7e\x06\x3b\x85\xf8\x40\x80\x70\xf6\x61\xcc\xc2\x77\xbc\xfc\xaa\x93\x62\x96\x60\x48\xf1\x31\xc9\x1f\xe1\xc3\x9c\x1d\xb2\xf5\xe2\x5b\xa9\x89\x72\xa3\xf4\x67\xec\x6c\xa5\x4d\xce\x08\xdb\xa0\x1e\x54\xbe\xf1\x8f\xd4\xfe\xd4\xcc\xf3\x78\x6a\x10\xea\x55\x34\x3e\xbb\x5a\x72\x93\xb0\x80\x73\x56\x7a\xaf\x5e\xc1\x13\xc8\x6e\x56\xbe\x16\xcc\x01\x5e\x16\xbb\x8b\x66\x2a\xdc\x72\xe6\x4a\x7c\x95\x98\x94\x87\xb2\x32\xd5\xe6\xd8\xc9\xf2\x95\x9a\xd2\xb0\x5b\xaa\x10\xed\x57\x7f\x83\x66\x50\xbf\xdc\x93\xaf\x97\x1a\xf5\x54\x6f\xc6\x74\x5d\x2e\xbe\x8d\xb9\x4e\xa7\xac\xeb\x65\x2b\x75\xcb\x2a\x13\xb9\x3a\xdd\xb7\x22\x17\x7f\x95\x9e\x92\x7d\x52\x34\x54\x7f\x3d\x65\x99\x04\x34\xe0\x62\x47\x01\x81\xc6\x69\xe1\x63\x15\xef\x8c\xe7\xfc\x4f\xa8\x4f\x9a\x24\x9e\x97\x75\xc7\xcc\xd1\x94\x20\xaa\x01\xf9\x8d\xdb\x40\xcf\x45\x3a\xd0\xe7\x99\x99\x88\x5f\xc5\x7c\x36\x0b\x3e\x52\xe4\xc5\xdd\x09\x0b\xb3\xb5\x82\x4a\x38\x24\x05\x10\x4f\x86\xee\xc4\x0e\x93\xfe\x81\x06\xc2\xa3\x15\xd3\x21\x5e\xc0\x58\x75\x10\x34\xcc\x0b\xa5\xc3\x81\x9b\xc8\xd7\x28\x0d\x0e\x31\x8e\x45\xcb\xb2\x1f\x45\xdb\x18\x78\xfb\xf8\x0a\x26\xcb\x69\xa3\x15\xfe\xe4\x3c\xb1\x6e\xcf\x66\xf3\xbb\xac\x9e\x29\x42\x91\xd8\x22\x8d\x9d\x20\xd5\x23\xe7\xc2\x4b\xe5\x9b\x11\xf7\x80\x30\xd5\x4d\x38\xd4\x2b\x53\x17\x00\x95\x93\xfb\xc9\xac\xa6\x04\x5c\x02\x95\xe3\x22\xa2\x71\xf4\x9e\x46\x51\x45\x29\xf3\x98\xd3\x52\xf8\x89\x13\xe4\x68\xcb\x16\xf0\x9e\xd8\x37\xa5\xe8\x85\x17\x6d\x3b\x63\xc3\x24\x5f\xac\x5b\xc3\x01\x79\xbe\xa5\x23\x00\xab\x32\x21\x11\x5e\x7c\xed\x2d\xe8\x0c\x8e\x09\x5d\xa9\xf2\x46\xbf\x84\xac\xb5\x6e\x95\x13\x20\x5c\xbd\x5f\x71\x00\x34\x02\xcb\xc9\xf9\x02\x1e\x24\x7c\x4b\x6b\x07\x07\x28\x07\xe2\x4f\x83\xcb\x19\x57\xa2\x94\xe0\x76\x6e\x7d\xd0\x49\xf0\xb1\xc8\xdb\x77\x12\x14\x02\xa0\xdc\xfa\xa1\x25\x6a\x11\xf6\x13\x58\x5d\x23\x44\xbb\x40\xef\xba\xac\x8a\x43\xe0\xb8\x06\xdf\xa2\x07\xe6\x6b\xf8\xb4\x9c\xbd\xe6\xed\xa4\x05\x69\x6c\xf3\x3e\x5a\x74\xfc\x06\xf3\x2d\xd6\x84\x28\x3e\x38\x89\x57\x12\x74\x11\xa4\x88\xfe\xf5\xf5\x03\x8f\x01\x3a\xb7\xfd\x10\x51\xad\xc1\xea\x4c\xc7\xd1\x6f\xd0\x41\xa6\xf5\x98\xde\x0a\xb1\x69\x07\xae\xba\x68\xa1\x69\x21\x31\x3f\xc7\x64\x5a\x42\x51\xa7\x25\x9a\x4e\xd0\x6f\xc7\x37\x99\x47\xb1\xa1\x28\xb2\x99\xc0\x37\x06\xdd\x34\x9f\x13\x6f\xf1\x4d\x06\xeb\xe4\xbe\x6e\xf7\xa1\xb1\xea\xd3\x0d\xbd\xfa\x55\xb8\xf2\x5a\xb1\x7e\x1f\x61\x45\xf9\x7d\xfd\x37\xf2\xa8\xa2\x29\x86\x08\xea\xaa\xec\xbf\x06\x05\xc3\x94\x7a\xc5\x70\x8b\x6d\x8f\x2f\x31\xd6\xf2\x4e\x46\x15\x19\x5f\x88\x4a\x82\xde\x9b\xfa\xa4\xdf\x7c\x65\xe6\x06\xc5\x2d\xf7\x48\xb0\x44\xf3\x19\xb3\x5c\x73\x87\x3c\x58\xb3\x41\x3b\x9a\xfa\xbc\xbc\x4e\x8b\x65\x4c\x2d\xec\xd2\x9e\x61\x61\xb2\x3b\x75\xf5\x9c\x33\xa9\x76\xdd\x27\xbe\x20\xde\x47\xbf\x4a\x94\x1c\x95\x6d\x00\xa4\x55\xc1\x93\x8d\x38\x79\xa3\xef\x06\x53\x95\xea\xa1\x7b\xa3\x59\xad\x13\xd5\xbf\x54\xde\x66\x5e\xac\x99\xa2\xca\x63\xb7\x94\x5d\x56\x9d\xe7\x56\x17\xfa\xab\x4d\xfc\xb8\xec\x18\x4d\xbe\x30\x3b\x35\x57\xeb\x29\x16\xc5\x7d\xd3\x8d\x90\x1e\x8c\xca\xd1\x8f\x90\x73\x83\x93\x0c\x28\x55\xb8\xef\x07\x63\x8d\xe6\x93\xfb\x07\xd3\x5a\xfd\xcb\x3a\x33\x30\x43\xd4\x55\xf5\x13\xd8\x20\x7e\x5a\x36\x4e\x2e\x91\xce\x29\x80\x14\x14\x99\x26\xeb\x1f\x25\x0f\x78\x94\xf2\x51\xd5\xae\xe0\xc4\x9d\x55\x5f\x54\x8d\x8e\xaa\xd0\xfa\xaa\xdf\x05\x6b\x74\x56\xed\x13\xbf\x7a\xc3\x50\xfd\x61\x0f\xb5\x71\xb1\xf1\x10\xfa\x85\x78\x85\xda\xbb\x8a\x20\xb1\xa9\x57\x97\xf2\xa4\xed\x9a\xa8\x82\x91\xb2\x41\xcd\x85\x2c\x06\xf0\x47\x6b\x4f\x19\x54\xc8\x74\xf5\x71\xdb\x54\x43\xf5\x51\x51\x54\x75\xa7\xa1\x28\x78\xb7\x36\xd7\x48\xf3\xdb\xa0\x1f\x65\x2a\xf1\xb8\x6f\x78\x6c\xce\x46\xff\x4f\x38\xd1\x7c\xbf\x72\x91\xc8\xdf\xfc\xbe\xe4\xb4\x98\x62\xfe\x2f\xbf\x59\xb2\xdc\xfc\x29\x6b\x86\x6c\x8c\xf9\x6f\x8a\x15\xd8\x05\xfa\xc4\x2d\x56\x58\xc0\xa4\x28\x89\x8a\x01\xca\x82\x5f\x69\x28\xe0\x62\xbf\x8f\xba\x1a\xb0\xd7\x33\xcc\xc0\x01\xdb\x6b\xcf\x0a\x66\x21\x7f\x2a\x19\xc2\x44\xe4\x54\x49\xbb\x48\x8b\xd8\xf3\xd9\xe2\xc3\x48\x7e\xe6\x5f\x69\x0c\x32\x3c\xc5\x20\xfb\x02\x5f\x8a\x5b\x2a\xbf\x0d\x77\x47\x99\x95\xb7\x60\x6e\xc8\xff\xd4\xdf\xe0\xe0\x59\xd3\x75\xa3\xa0\x7e\xcf\x32\x43\x34\x14\x52\xbb\x8a\x4f\xb3\x83\x95\x99\x02\x99\xdd\xbb\x44\x28\xdc\x6c\x5b\x96\x8f\x16\x7d\xb7\x85\x66\xfe\x91\x70\xac\x03\x29\x56\x59\x86\x35\x39\x6e\x9b\x3c\xc1\xb2\x2d\x6a\x91\xb2\xd2\x12\x11\x12\xa5\xb6\x21\xf6\x59\xa9\xda\xb5\xb0\xc3\x13\xd0\xbf\x80\xd6\x95\xfd\xd3\xb4\xba\xea\x48\x51\x87\xab\xb7\xf6\x46\xde\xa8\xc6\x35\x98\xa1\x99\xfe\xce\x15\xb8\x86\x94\xf1\x8e\xe5\xc4\x9f\x71\x57\xed\xfb\xa8\x37\xe7\x54\xda\x6e\xb0\x46\x86\x5a\xad\x97\x79\xcb\x03\xb8\x96\x6f\x62\x85\x8f\xa7\x25\x5c\xce\x74\x0b\x46\x10\x4d\x67\x99\xda\x15\x5b\xf3\xac\x08\xdf\x98\x53\x77\x35\xf7\x8a\x53\xd2\x70\x35\xe3\x8f\xc3\x8a\xff\x93\xfc\xd9\xbe\x94\x2c\x8e\x3b\x61\xbb\x41\xf7\x9d\x53\x6e\x9b\xc6\x9e\x11\xea\xb4\xc6\xf0\xa5\x01\x3a\x8b\x50\xfc\xcd\x67\x2e\x72\x58\xbe\xd8\xad\x04\x89\xd7\x68\xcb\xc2\x9d\x83\x75\x69\x45\x33\x1d\x4f\x1b\x46\xe5\x2e\x74\xcc\xc1\x3d\xc8\xb8\x69\xc7\x11\xef\x24\xdf\xb0\x75\x52\x7d\xe3\x76\x59\x5f\x30\xfa\xe7\x14\x5a\xb3\x39\xac\xd0\x16\x8b\x49\x60\x0e\x70\x21\x57\x25\x47\x7c\xca\x90\x12\x45\xa0\x1b\x17\xbe\xad\xd9\x5e\xba\xd9\xf6\x01\xfb\xae\x70\xab\x2d\x9a\x60\xcf\x45\x5b\x5b\xc8\x61\x19\xad\xd6\xa1\xd4\x47\xc9\x7d\x16\x2d\xe3\x7a\x5c\xbb\x65\x14\x67\xcc\x9c\x64\xa4\x8b\x2f\x09\xed\x46\xa6\x88\xff\x17\xb0\x05\xee\x92\x5d\xf1\xb1\xc2\xf9\xca\xed\x6e\xeb\xe1\x99\xda\xfd\x25\xc7\x2c\x33\xc9\xa1\x85\xc3\x10\x27\x55\x9d\x73\x07\x99\x42\x3f\x9f\x31\x07\xde\xc9\x8a\x4b\xae\x86\x99\x9c\x53\x71\x74\x78\x36\xbf\x77\x4e\x30\xf4\x42\xd4\x15\xba\x0a\x6a\x97\xde\x08\xb8\x0f\x15\x29\x52\x7c\x4e\x40\x73\xd5\x0b\xdc\xfe\x42\x99\xfa\xd9\x25\xd3\x21\x05\xa3\xaf\x40\x01\xfe\x64\xf5\xe5\x88\xc1\xe5\x9c\xa5\xe9\xd7\x40\x1d\x6f\x20\x79\x32\x48\x14\xdc\x8d\x4b\x07\x2b\xc4\xf9\x73\x7c\xc0\x02\xe9\xd9\xd0\xbd\xa0\x8f\x7c\x5b\xe0\x4c\x70\xa8\x6a\x2d\x6a\x06\x18\xa2\x6d\x72\x67\x82\x1c\x83\xab\x98\x6b\x34\x0b\x96\xe5\xdf\x35\x92\x44\x59\xd9\x5f\x8c\x58\xf1\xcd\x74\x83\x91\x2b\x25\x26\x5d\x35\xda\x80\x61\x71\x41\xc6\x23\xf2\xb3\x73\xc2\x4c\x63\x95\x1b\x43\x3f\x9b\x42\xd5\xf7\x03\x35\xa6\x7a\xdd\x4c\x94\xcb\x74\xc4\xe0\xeb\xfe\xca\x5c\x61\xca\x28\xba\xa8\x4b\x52\x04\xe7\xf3\x75\x15\xca\xa0\xec\xc5\x3a\x44\x85\x4a\xcf\xd2\xfd\xab\x9e\x98\xb4\x4d\xef\xae\x99\x1e\xe7\xa9\x6f\xd2\x16\xcf\x99\x63\x98\xa2\xb3\x86\xcd\x34\xb8\xf4\x2f\x03\x77\x18\xdd\x8c\xc5\xa8\x5b\xc6\x53\x26\x9a\x07\xda\x64\x31\x3b\x8a\xd2\xd4\x57\x0d\x69\x79\x1f\xd4\xff\x19\x76\x67\x67\x69\x32\x8d\xe1\x69\xbf\x35\x7d\xc6\xf6\xa4\x95\xda\x20\xd3\xa8\xb8\xc9\xda\xbd\xa6\x8e\x39\xf9\x3a\xa5\x39\x34\xac\x48\x5f\x60\xde\x18\xf8\xd6\xe0\x0f\xe6\xfa\x86\x18\x47\x81\x12\x8f\x5e\xd3\x10\x70\x5d\xe1\x5d\xd5\x1d\xf3\x8b\xbc\x5d\xaa\xdf\x60\x5c\x36\x4a\x5d\x02\x0a\xd3\x5e\xa8\xd7\x81\xf3\x93\xba\x35\x29\xe0\xf5\x38\x0f\xcd\x5b\x68\xfc\x1c\x8a\xf6\x04\x94\x13\x26\xd7\xad\x83\x14\xb3\x53\xf4\xcb\xa1\x76\x5f\x9a\x61\x03\x54\xe7\x71\xd8\x78\x16\xf2\x2c\x74\xa8\x26\x20\x63\xf2\x2c\xaa\x20\x24\x3a\x7b\x8c\x4a\x8c\x64\xa5\x3d\x52\x5d\x44\x32\x93\x5c\xea\x5a\x24\x33\x2e\x46\x13\x81\x24\xcf\xb1\x6a\x51\x48\x60\xd8\x66\xdd\x54\x64\xd8\xec\x46\xbd\x0f\x7c\xd4\x77\x91\xa1\x18\x9e\xed\xf1\xd2\xe8\x80\xec\x05\x4f\xda\x77\x55\x0f\xcb\x1d\xd3\x46\x44\x7b\x67\x4e\x6b\xf9\x89\x61\xa6\x2c\x69\x5e\x8d\x3b\x92\x30\xb2\xa9\x9a\x24\x8d\xc1\xb8\xc6\xd2\x08\x11\x34\xe7\x5e\x56\x5b\x70\xa9\x23\x8e\x9f\x31\xeb\xbd\xed\x9a\x64\x8a\x77\xa9\xd5\x2a\xff\xe2\x36\xc2\x82\xd1\x8e\x2f\x68\x6e\x6b\xa8\x9d\x9a\x73\xad\x75\x42\xfd\xb8\x8c\xb7\xcd\x27\xb1\x61\x29\xae\xa6\x26\x02\x2e\xfe\xa7\xab\x92\x7c\x29\xa6\xa1\x31\x98\xde\x12\xc1\x75\x7c\x66\xb7\x06\x37\xd8\x5b\xf8\x3f\xfc\x47\xdb\x8a\x25\x16\x6f\x9a\xd5\x53\xe1\xeb\x16\x64\x19\xae\x79\x54\x10\xd5\xf2\xa1\xae\x2e\x67\x71\xf3\xae\x86\x98\x8c\x43\x4d\x6d\xf8\xa0\x14\x95\x8b\x43\x0a\x89\xff\xd0\x58\x40\x95\xc6\xd4\x39\x93\x99\xc3\x23\x64\x8e\xd9\x9c\xcb\xc1\x4c\xdb\x5d\xc1\x4f\x7f\x4f\xeb\x3a\x69\xae\xb7\xde\xb2\x50\xd1\xe3\x96\x87\xac\xd0\x4e\xcb\xbf\xdb\x34\x1d\xfb\x32\x87\xd6\xf8\x87\xe0\xca\x98\xef\xfc\x45\xce\x4b\x29\x76\xce\xa4\x8d\x89\xbf\xe8\x88\x66\x8e\x8d\x29\xb1\x63\x38\x15\x11\x3a\x9b\x96\x7f\x34\x58\x6b\x05\xc4\x02\xff\x1c\x0b\x1d\xc8\xf2\xde\x84\x74\xa8\xdc\xdd\x8c\xf0\x4d\xdd\xd4\x7c\x1f\x67\x3e\xe9\x5b\xf6\x51\x07\x99\x5a\x9b\x11\x6a\x6f\xa4\x1f\x4c\xfe\x64\xbb\xcc\x8a\x8d\xef\xb6\xa1\x38\x37\x62\x42\xac\x4a\xfe\xbe\x08\xb9\xe5\xb4\xe8\x74\x70\x1b\xf2\x46\x16\xe0\x2f\x45\x26\x28\x3a\xbc\x3f\xc0\x5a\xf5\x67\xb7\xa3\xf0\x10\x3d\x90\x67\xb1\xf5\x31\x66\x65\x97\x59\xaf\xb0\xd2\xd3\x0f\x5b\x43\x38\xac\xe4\x55\x96\x45\x3c\x63\x3c\xc3\xe2\x26\x38\x14\x33\x09\x59\x2c\xce\x8d\x50\x20\x41\xd2\x27\xc1\x9b\x61\x89\xfc\xa9\xff\x7a\xe8\xa0\xea\xa3\x4f\x0e\xc4\xd2\xde\x74\x0f\x82\x02\x0d\x97\xf3\xc6\xc0\x57\xf8\x8f\xb2\x1e\xc3\xe5\xc2\x05\xe9\x12\xe8\xb1\xb8\x21\x59\x08\x35\x4b\x3e\xc7\xe7\x41\x99\xb2\xad\x31\x53\xa0\xc9\xf2\x45\x11\xbd\xe0\x23\xe5\x82\xe0\x5f\xa0\x5c\xfd\x3a\xc0\x07\x1c\xaf\x4b\xf7\xd9\x6b\xfe\x6d\x28\x75\x1f\x00\x47\x99\xb8\xb9\xcb\xcc\x7a\xf9\x98\xac\x6e\x73\xa2\x22\x38\x3d\xd5\x3c\x59\x59\x9c\x5c\x61\x7a\xae\xc2\xc7\xa7\x9a\x4e\xab\x2d\x31\xbe\xa6\x9b\x9a\x1b\x11\x47\x4c\x6f\x75\x73\x43\x32\x4c\x67\xf4\xfb\x02\xb4\xa6\x9d\xc6\x0c\x54\xb4\xe9\xb9\x89\xe7\x31\xc5\x9c\x6e\x5e\x95\x1b\x6b\xb8\xa1\xdb\x92\x95\x69\x18\xd4\x13\xd2\x7e\x18\xf6\x1a\x46\x26\x07\x18\x36\x1b\xba\xe3\x13\x0d\x47\x8d\xf9\x31\xa1\x86\xcf\xc6\xb7\x11\xcf\x8d\x39\xa6\x85\x21\x06\xa3\xca\x8c\x0f\x38\x63\x1c\x04\x47\xa3\x94\xa6\xb9\x60\x8d\x07\xd1\x74\x00\x5c\x90\xeb\xa5\xbf\x62\x8a\xcf\x8a\xd4\x6f\x37\xad\x4b\x7b\xac\xdf\x6b\x0e\x48\x9e\xa2\xdf\x6b\xd6\xc5\xc7\xea\xaf\x98\x5f\xc7\x24\x1a\x7c\xc0\xaa\xc8\xe1\x06\x13\xb8\x23\x64\xad\xe1\x3a\x34\x29\x70\x94\x31\x13\xc2\xa0\x16\xfd\x9f\xbd\xba\xfa\x8a\xfa\x8f\xd7\x40\xff\x31\x31\x90\xb0\x11\x93\x50\x41\x69\x41\x05\x14\x10\x2c\x44\x50\x40\x44\x05\x95\x6e\x11\x95\x9a\x99\x6f\x4f\x77\xc1\xc0\xd0\xdd\xdd\xdd\x52\x02\x2a\x82\x58\x88\x08\xf6\xcf\xee\x3c\x6b\xef\xbb\xbd\xd6\xf9\x0f\xce\x79\xdf\xbd\x9f\xdb\xd7\x5a\xcf\x03\x3f\xc0\xcd\xd4\xa2\x11\x2a\xbe\xc1\x76\x11\xf9\x1b\x6e\x6c\xbd\x9e\x7c\x07\xa7\x5b\x8e\x93\xef\xe3\xb7\xf6\xae\x21\x8f\x11\x0a\xa6\x06\xe4\x57\x84\xb5\x91\x33\xe5\x24\x11\xac\xb7\x83\x32\x48\x30\xb6\x3f\x83\xf6\x10\x62\x2d\x57\xa8\x9e\x20\x36\x4e\xc2\x11\xc4\x52\xb5\x04\xe4\x00\x2e\x3a\xb0\x2c\xfe\xcf\x49\x9d\xfd\xc1\x71\x01\xae\x47\xcc\x5f\x4a\xf2\x4f\x97\x9a\x8d\x88\xd5\xce\x2d\x37\x96\x09\xa1\xf3\x7d\xfa\xee\xfc\x17\xde\xcd\x3a\x93\x3c\x5b\xff\x1f\xda\xee\x9c\x43\x21\x15\x9b\x2b\x58\xa4\xcb\xb8\x7a\x12\xa3\x2e\xd2\x65\xf5\x7f\xf4\x65\x24\x07\x9b\xf4\xb8\x0a\x17\x83\xfd\x56\xd2\x8d\x6e\x26\xe6\x43\x62\xf8\x4c\x90\x59\xb7\x68\xbe\x47\xb2\x71\xb2\x00\xbe\xa8\xae\xef\xc7\x5f\xe0\x33\xad\xf3\x81\x4b\x09\x78\xa3\x1d\xce\x4e\x0f\x3d\xbf\xb9\x87\x39\x7b\xf9\x85\x7a\x3e\xc3\x3e\x32\x62\xcd\x1c\x5a\x23\x69\x83\x8d\xae\xf4\xfc\xa9\xc0\xfd\xcb\xc4\xc3\xee\x2e\xe6\x85\x22\x87\x73\xe7\xcd\xea\x04\x4f\xcf\x5f\x34\x4e\xe1\x47\x7a\x95\xea\x87\xf1\xd6\xf8\x39\xe8\x02\x4e\x61\xd0\x56\x6d\x2a\xeb\x6d\xd8\xa9\xcd\x13\x4c\xbb\x88\x14\xf5\xeb\xf4\xae\xc8\xa7\x6b\xd6\xd2\xdc\x49\x87\x6c\xe6\x8a\xfc\xce\xbc\xde\xf7\x51\xa8\xe8\x21\x33\x4f\xe1\x77\x5c\x38\x67\x56\xc0\x8b\xf3\xde\x6e\x2c\xe3\x7a\xf9\x19\xeb\x47\x73\xcc\x02\x69\xba\xeb\x59\x7f\x42\x17\x6b\x17\x30\x63\xc3\xdb\xb6\x00\xfa\xc7\xab\x3c\xf5\xef\xb4\xf2\xe8\x33\x6b\x9c\xa8\x18\xd9\xdc\xda\x8f\x9f\x71\xfe\xc1\xbe\x4b\xbc\xab\x5e\xfb\xcd\x8d\xb8\x67\x7d\x9a\xcd\xce\x72\xdc\xfd\xcd\x8c\xfd\xd8\x27\x02\x9f\xe9\x9f\x67\xb9\x84\x3c\xd4\x55\x67\x1e\xbb\xf4\x53\xbb\x93\xfe\xe1\x8a\xd7\x16\x23\x5a\x5c\xe4\xf8\x7a\x13\xaa\x28\xd6\x60\x8d\x98\x48\xa5\xc4\x5b\x4d\x73\x5e\xfb\xf4\x5b\xfe\x66\xbf\xf1\xfb\xb5\x77\x84\xf5\x2f\xd0\xca\x6c\x15\x6b\x6b\xb0\x97\xf1\x7e\xe6\xd1\xd0\x0a\x7d\x47\x06\x29\xfc\x90\xae\x26\x3d\x2b\xe2\xa7\xf6\x53\xda\x95\x48\x95\x2d\xc1\x54\x9b\x98\x1d\xeb\xa3\x09\x0a\x59\x75\xcd\x23\xfc\x3a\xf4\xd7\x4a\xc8\x3c\x19\xe2\x66\xd9\xc8\x20\x85\x69\xef\x4d\xa6\xb7\x5d\xfa\x65\xfa\x95\xbe\xfa\x72\x81\xb1\x09\xed\xd2\x15\xb2\xbe\x2f\x75\xf6\x1a\xa2\x7b\x8e\x7a\x3a\x2a\x6e\xab\x39\x11\x1a\xf3\x67\xcb\x14\x4e\x90\x2f\xae\xff\x82\x2b\x41\x97\xd6\x9e\xc3\xf2\x11\x8a\x95\x0b\x75\xe6\xaa\xbe\xa5\x90\x7a\xe6\x5a\xc0\x5e\x2a\xf1\x22\x32\xcf\xf4\x1d\x11\x12\x35\x6a\xbc\x1f\xff\x12\xa3\xa6\xcf\xc5\x4b\x63\x21\xdd\x54\x3c\x80\xf4\x72\xab\x0c\x6b\xa7\x24\x6a\xb8\x60\x1b\x61\xcb\x0d\xfe\xe8\x0f\x24\x6c\x6d\x17\x3a\x8b\xc6\x59\x2d\xc2\x7e\x93\x62\x2c\x4f\x63\x35\x64\x87\xbd\x1e\x18\x9d\xb2\xc1\x74\x02\xd3\xa6\xdc\x31\x36\x43\x6f\x43\x49\xfa\x99\x68\x23\xec\xaf\x7b\x13\x2d\x44\x0c\xb6\xbe\x44\xcf\xa1\xca\x1a\x1d\xe8\x2a\xf4\xfe\x86\x76\xd4\x1c\x33\x52\x9b\x87\x86\x61\x74\x2b\x13\xf4\x0d\x74\xcf\x32\x10\xcd\x86\x63\xf6\x3a\xa2\x10\xb2\xc6\x74\x14\xd5\x46\x52\x8c\xf7\x22\x8f\x50\x03\xfd\x2a\x64\x02\xad\xd5\x7d\x8b\x4c\x62\x66\xdb\x56\x22\x75\x58\xbd\xc6\x57\x24\x09\xdf\xbc\xe1\x25\xf2\x04\x57\x53\x5b\x8d\x9a\xe2\x8b\xad\x2e\xa2\x00\xad\xb7\xa4\x20\xd5\xd8\xae\xbd\x87\x11\x1e\x56\x6c\x7a\x17\x31\xc3\x95\x8c\xed\xe0\xcf\x78\xac\xfe\x10\xfc\x07\x1f\xd8\xb1\x1c\x59\x49\xa8\x6c\xb3\x43\x54\x08\x6b\x4d\x7d\x64\x1d\xe1\xba\x51\x09\x21\xe3\xdf\xd4\xb6\x22\xff\xe1\x49\x00\xcc\x01\x73\xc1\x3c\x30\x1f\x2c\x00\x0b\x81\x02\x58\x04\x16\x83\x25\x60\x29\x50\x04\xcb\x80\x12\x50\x06\x2a\x40\x15\x2c\x07\x2b\xc0\x4a\xb0\x0a\xac\x06\x6b\xc0\x5a\xa0\x06\xd6\x01\x75\xb0\x1e\x6c\x00\x1b\xc1\x26\xb0\x19\x6c\x01\x1a\x40\x13\x68\x01\x6d\xb0\x15\x6c\x03\xdb\x81\x0e\xd0\x05\x3b\xc0\x4e\xa0\x07\xf4\x81\x01\x30\x04\x46\xc0\x18\x98\x80\x5d\xc0\x14\x98\x81\xdd\x60\x0f\xd8\x0b\xcc\x81\x05\xb0\x04\xfb\xc0\x7e\x60\x05\xac\x81\x0d\x38\x00\x6c\x81\x1d\x38\x08\x0e\x81\xc3\xe0\x08\x38\x0a\xec\xc1\x31\xe0\x00\x8e\x03\x47\xe0\x04\x4e\x80\x93\xc0\x19\xb8\x00\x57\x70\x0a\xb8\x81\xd3\xc0\x1d\x9c\x01\x67\xc1\x39\xe0\x01\x3c\xc1\x79\x70\x01\x5c\x04\x5e\xc0\x1b\xf8\x00\x5f\xe0\x07\xfc\x41\x00\x08\x04\x41\x20\x18\x84\x80\x50\x10\x06\x2e\x81\x70\x70\x19\x44\x80\x2b\xe0\x2a\xb8\x06\x22\x41\x14\x88\x06\x31\x20\x16\x90\x00\x19\x50\x00\x04\x60\x80\x00\x14\x60\x00\x07\x04\xa0\x02\x1a\xa0\x03\x06\x60\x02\x16\x60\x03\x0e\xe0\x02\x1e\xe0\x03\x01\x10\x02\x11\x10\x03\x09\x90\x82\x38\x10\x0f\x64\x20\x01\x24\x02\x39\x48\x02\xc9\x20\x05\xa4\x82\x34\x90\x0e\x32\x40\x26\xc8\x02\xd9\x20\x07\xe4\x82\x3c\x90\x0f\x0a\x40\x21\x28\x02\xc5\xa0\x04\x94\x82\x32\x50\x0e\x2a\x40\x25\xa8\x02\xd5\xa0\x06\xd4\x82\x3a\x50\x0f\x1a\x40\x23\x68\x02\xcd\xa0\x05\xb4\x82\x36\xd0\x0e\x3a\x40\x27\xe8\x02\xdd\xa0\x07\x5c\x07\xbd\xa0\x0f\xf4\x83\x01\x30\x08\x6e\x80\x21\x30\x0c\x46\xc0\x4d\x70\x0b\xdc\x06\xa3\xe0\x0e\x18\x03\xe3\xe0\x2e\x98\x00\xf7\xc0\x7d\xf0\x00\x3c\x04\x8f\xc0\x24\x78\x0c\xa6\xc0\x13\x30\x0d\x9e\x82\x19\x30\x0b\x9e\x81\xe7\xe0\x05\x78\x09\x5e\x81\xd7\xe0\x0d\xf8\x0f\xbc\x05\xef\xc0\x7b\xf0\x01\x7c\x04\x9f\xc0\x67\xf0\x05\x7c\x05\xdf\xc0\x77\xf0\x03\xfc\x04\xbf\xc0\x6f\xf0\x07\xfc\x05\xff\x00\x00\x73\xe6\xcc\x9d\x3b\x6f\xde\xfc\xf9\x0b\x16\x2c\x5c\xa8\xa0\xb0\x68\xd1\xe2\xc5\x4b\x96\x2c\x5d\xaa\xa8\xb8\x6c\x99\x92\x92\xb2\xb2\x8a\x8a\xaa\xea\xf2\xe5\x2b\x56\xac\x5c\xb9\x6a\xd5\xea\xd5\x6b\xd6\xac\x5d\xab\xa6\xb6\x6e\x9d\xba\xfa\xfa\xf5\x1b\x36\x6c\xdc\xb8\x69\xd3\xe6\xcd\x5b\xb6\x68\x68\x68\x6a\x6a\x69\x69\x6b\x6f\xdd\xba\x6d\xdb\xf6\xed\x3a\x3a\xba\xba\x3b\x76\xec\xdc\xa9\xa7\xa7\xaf\x6f\x60\x60\x68\x68\x64\x64\x6c\x6c\x62\xb2\x6b\x97\xa9\xa9\x99\xd9\xee\xdd\x7b\xf6\xec\xdd\x6b\x6e\x6e\x61\x61\x69\xb9\x6f\xdf\xfe\xfd\x56\x56\xd6\xd6\x36\x36\x07\x0e\xd8\xda\xda\xd9\x1d\x3c\x78\xe8\xd0\xe1\xc3\x47\x8e\x1c\x3d\x6a\x6f\x7f\xec\x98\x83\xc3\xf1\xe3\x8e\x8e\x4e\x4e\x27\x4e\x9c\x3c\xe9\xec\xec\xe2\xe2\xea\x7a\xea\x94\x9b\xdb\xe9\xd3\xee\xee\x67\xce\x9c\x3d\x7b\xee\x9c\x87\x87\xa7\xe7\xf9\xf3\x17\x2e\x5c\xbc\xe8\xe5\xe5\xed\xed\xe3\xe3\xeb\xeb\xe7\xe7\xef\x1f\x10\x10\x18\x18\x14\x14\x1c\x1c\x12\x12\x1a\x1a\x16\x76\xe9\x52\x78\xf8\xe5\xcb\x11\x11\x57\xae\x5c\xbd\x7a\xed\x5a\x64\x64\x54\x54\x74\x74\x4c\x4c\x6c\x2c\x89\x44\x26\x53\x28\x10\x04\xc3\x08\x82\xa2\x18\x86\xe3\x04\x41\xa5\xd2\x68\x74\x3a\x83\xc1\x64\xb2\x58\x6c\x36\x87\xc3\xe5\xf2\x78\x7c\xbe\x40\x20\x14\x8a\x44\x62\xb1\x44\x22\x95\xc6\xc5\xc5\xc7\xcb\x64\x09\x09\x89\x89\x72\x79\x52\x52\x72\x72\x4a\x4a\x6a\x6a\x5a\x5a\x7a\x7a\x46\x46\x66\x66\x56\x56\x76\x76\x4e\x4e\x6e\x6e\x5e\x5e\x7e\x7e\x41\x41\x61\x61\x51\x51\x71\x71\x49\x49\x69\x69\x59\x59\x79\x79\x45\x45\x65\x65\x55\x55\x75\x75\x4d\x4d\x6d\x6d\x5d\x5d\x7d\x7d\x43\x43\x63\x63\x53\x53\x73\x73\x4b\x4b\x6b\x6b\x5b\x5b\x7b\x7b\x47\x47\x67\x67\x57\x57\x77\x77\x4f\xcf\xf5\xeb\xbd\xbd\x7d\x7d\xfd\xfd\x03\x03\x83\x83\x37\x6e\x0c\x0d\x0d\x0f\x8f\x8c\xdc\xbc\x79\xeb\xd6\xed\xdb\xa3\xa3\x77\xee\x8c\x8d\x8d\x8f\xdf\xbd\x3b\x31\x71\xef\xde\xfd\xfb\x0f\x1e\x3c\x7c\xf8\xe8\xd1\xe4\xe4\xe3\xc7\x53\x53\x4f\x9e\x4c\x4f\x3f\x7d\x3a\x33\x33\x3b\xfb\xec\xd9\xf3\xe7\x2f\x5e\xbc\x7c\xf9\xea\xd5\xeb\xd7\x6f\xde\xfc\xf7\xdf\xdb\xb7\xef\xde\xbd\x7f\xff\xe1\xc3\xc7\x8f\x9f\x3e\x7d\xfe\xfc\xe5\xcb\xd7\xaf\xdf\xbe\x7d\xff\xfe\xe3\xc7\xcf\x9f\xbf\x7e\xfd\xfe\xfd\xe7\xcf\xdf\xbf\xff\xfe\xfd\xff\xfe\xff\x5f\xf7\x0f\xf3\xbf\x66\x0c\x00\x00\xf3\xe7\x2d\xfd\x9f\x31\xf8\xbf\xf7\xff\xf2\xcf\xf9\xdf\x70\xce\xb7\x79\x6f\x17\x3c\x53\x98\x5c\x3c\xbe\x74\x74\xd9\x3d\xe5\x59\xd5\x0f\x2b\xfe\xac\x5e\xbc\x76\xc5\xba\x0d\xeb\x75\x36\x1a\x6f\xde\xab\xb1\x4f\xcb\x6a\xab\xf5\x76\x2b\xdd\xfd\x3b\xf7\xe9\x9b\x1b\xee\x31\x36\x35\xa9\xdc\x55\x6e\x5a\x62\x56\xb4\xbb\x60\x4f\xde\xde\x1c\xf3\x6c\x8b\x2c\xcb\xcc\x7d\x99\xfb\x33\xad\x32\xad\xb3\x6c\x72\x0e\xe4\xd9\x16\xd8\x15\x1f\x2c\x3b\x54\x75\xb8\xee\x48\xd3\xd1\x76\xfb\xee\x63\x7d\x0e\x43\xc7\x07\x1c\x7b\x9d\x7a\x4e\x74\x9e\x6c\x73\x6e\x76\x69\x70\xad\x3d\x55\xe9\x56\x76\xba\xc8\x3d\xef\x4c\xd6\xd9\xb4\x73\xc9\x1e\x72\xcf\xc4\xf3\x49\x17\xd2\x2e\xe6\x78\x95\x78\xd7\xf9\x74\xf9\xde\xf4\x9b\xf4\x9f\x09\x98\x0e\x9c\x0a\x7a\x1c\x3c\x19\xf2\x28\xf4\x51\xd8\xe4\xa5\xc9\xf0\xc7\x97\xa7\x22\x9e\x5c\x79\x7a\x75\xf6\xda\xb3\xc8\x17\x51\xaf\xa2\xdf\xc4\xbc\x8d\xfd\x40\xfa\x44\xfe\x42\xf9\x0e\xfd\x84\xff\xa0\x00\x2d\xc0\x9c\xb1\xdf\x78\x0e\xe1\x48\x7c\xa7\x66\xd0\x8e\xd1\x3e\xd3\x53\x19\x47\x18\x1f\x98\x49\xac\x83\xac\x77\xec\x04\xce\x01\xce\x1b\xae\x8c\x67\xc3\x7b\xcd\x8f\x17\x58\x0b\x5e\x0b\xe3\x45\x07\x44\xff\x89\x13\x25\x07\x25\x1f\xa5\x69\x71\xc7\xe3\x7e\xc5\x17\xca\xce\x26\x2c\x49\x68\x4a\x0c\x93\xaf\x91\x77\x24\x05\x27\xaf\x4c\x6e\x4d\x09\x4a\x5d\x99\xda\x96\x16\x92\xbe\x3a\xbd\x33\xe3\x52\xe6\xba\xcc\x9e\xac\x88\xec\x0d\xd9\xfd\x39\x91\xb9\x5b\x72\x87\xf2\x62\xf3\xb5\xf3\x6f\x15\x40\x85\x3a\x85\x63\x45\x58\xb1\x5e\xf1\x44\x09\xb5\xd4\xb0\xf4\x41\x19\xbd\xdc\xb8\xfc\x51\x05\xb3\xd2\xa4\xf2\x51\x15\xbb\xda\xbc\xfa\x65\x4d\x42\xed\xa1\xda\xcf\x75\x19\xf5\x8e\xf5\x3f\x1b\x72\x1b\x9d\x1b\xff\x36\x15\x36\xbb\xb7\x2c\x6c\xa9\x69\xf5\x6d\x5b\xd1\xd6\xd9\x1e\xd1\xb1\xa9\x63\xb8\x93\xd2\xa5\xd3\x75\xb7\x9b\xe8\x31\xe8\xb9\x7f\x9d\xda\xab\xd7\x3b\xd6\x07\xf5\x6b\xf6\xf7\x0f\x84\x0d\xaa\x0c\x56\xdd\x70\x1d\xda\x36\x2c\x1a\xf9\x71\xeb\xc2\xed\xce\x3b\x1a\x63\xe8\xf8\xc3\x09\xb3\x7b\xbc\xfb\xd3\x0f\x4d\x1f\x31\x26\xc7\xa7\x34\x9f\x84\x4f\x37\xcc\xcc\x99\x3d\xfa\x4c\xfc\xfc\xdb\xcb\xb3\xaf\x9a\xdf\xac\xff\x8f\xfc\xf6\xee\x7b\xe3\x0f\xec\x8f\x4f\x3e\xef\xfa\x42\xff\x3a\xf6\x5d\xe3\x47\xf8\xcf\x96\xdf\xcb\xfe\x78\xfe\x2d\xfd\xdf\xd6\xf8\x31\xef\xc3\x82\xd7\x0a\x33\x8b\xa7\x96\x3e\x5e\xf6\x42\xf9\xa3\xea\xcf\x95\xf3\x56\x2f\x5d\xbb\x62\x9d\xfa\x7a\xad\x8d\x3b\x37\x1b\x6b\x98\x69\xed\xd9\xba\x67\xfb\x6e\x5d\xd3\x9d\x26\xfa\xc6\x86\xc6\xc6\xc6\x26\x15\xbb\xca\x4c\x8b\xcd\x0a\x77\xe7\xef\xc9\xdd\x9b\x6d\x9e\x65\x91\x61\x99\xbe\x2f\x75\x7f\x8a\x55\xb2\x75\x92\x8d\xfc\x40\xa2\x6d\xa2\x9d\xfc\x60\xf2\xa1\xb4\xc3\x99\x47\xf2\x8f\x96\xda\xd7\x1d\xeb\x70\x18\x3a\xde\xe7\xd8\xe3\xd4\x75\xa2\xeb\x64\x97\x73\xb7\xcb\x75\xd7\xbe\x53\x83\x6e\xc3\xa7\x6f\xba\x8f\x9e\xb9\x73\x76\xec\xdc\xb8\xc7\xb8\xe7\xf8\xf9\xf1\x0b\xe3\x17\xef\x7a\x4d\x78\xdf\xf7\x79\xe4\x3b\xe5\x37\xe3\x3f\x1d\xf0\x20\x70\x2c\x68\x24\x78\x20\xa4\x27\xb4\x23\xac\xf5\x52\x53\x78\xfd\xe5\xba\x88\xda\x2b\xb5\x57\x6b\xaf\xd5\x45\x36\x44\x35\x47\xb7\xc7\xf4\xc4\x0e\x90\x6e\x92\x27\x28\x53\xd0\x4b\xf8\x13\x0a\xd0\x2c\xec\x30\xf6\x06\x17\x13\x7b\x88\xc7\x54\x06\x4d\x9f\x76\x97\x8e\x32\x74\x18\xa3\x4c\x88\xb5\x9d\x35\xca\x46\x38\xba\x9c\xbb\x5c\x82\x67\xc8\x7b\xc4\x67\x0b\x76\x0b\x66\x85\x12\x91\x8d\xe8\xad\x38\x59\x62\x2f\xf9\x2e\xcd\x8d\x73\x8d\x9f\x1b\x5f\x21\xbb\x90\xa0\x94\xd0\x92\x18\x26\x5f\x2d\x6f\x4d\xf2\x4f\x56\x4e\xae\x4f\xf1\x4e\x55\x4c\xad\x4b\xf3\x4e\x5f\x96\x5e\x9f\xe1\x9b\xa9\x9c\xd9\x94\x15\x90\xbd\x3c\xbb\x35\x27\x38\x77\x75\x6e\x67\xde\xa5\xfc\x75\xf9\xd7\x0b\xae\x14\x6e\x2c\x1c\x28\x8a\x2a\xd6\x28\x1e\x29\x21\x97\x6e\x2b\x1d\x2d\x43\xca\x77\x94\x4f\x54\x50\x2b\x0d\x2b\x1f\x56\x31\xab\x8d\xab\x1f\xd6\xd0\x6b\x0d\x6b\xef\xd7\xd1\xea\x0d\xeb\x1f\x36\x30\x1b\x4d\x1b\x9f\x36\x89\x9b\x0f\x34\x7f\x6c\xc9\x6c\x75\x6e\x9b\xd7\x56\xd5\xee\xdb\xb1\xb2\xa3\xbb\xf3\x6a\x97\x46\xd7\xad\x6e\xa4\x67\x67\xcf\xbd\xeb\xd4\x5e\x83\xde\x89\x3e\xac\x7f\x7b\xff\xf0\xc0\x95\xc1\x55\x83\xb5\x37\xdc\x86\x76\x0c\x67\xdc\x5c\x71\x0b\xbb\xfd\xfa\xce\xc9\xb1\xaa\xbb\xaa\x13\xa1\xf7\xba\x1e\xac\x7e\x18\xf0\xa8\x7a\xf2\xdf\xd4\xe1\x27\xdc\xe9\x91\x19\xd5\xd9\x13\xcf\x24\xcf\x7f\xbd\xf4\x7e\x75\xfd\xcd\xf6\xff\x98\x6f\x9f\xbd\xb7\xf9\x20\xff\xf8\xee\xb3\xcd\x17\xe1\xd7\x47\xdf\xb7\xff\xb8\xf2\xb3\xed\xf7\xb2\x3f\x1e\x7f\x4b\xfe\xc7\x7f\xae\xc2\x7c\xa5\x85\xab\x16\xa9\x2f\xd9\xa4\xb8\x51\x69\xbd\x8a\xda\xf2\x75\x2b\xd5\x57\xab\xaf\x55\x5f\xb7\x4a\xfd\xdf\x86\xd7\x9b\x1e\x6c\xb9\xa5\x39\xac\x3d\xba\xed\x91\xce\xcb\x1d\xdf\xf5\x17\x1b\xaa\x19\xeb\x9a\x54\xed\xaa\x34\xad\x34\xab\xd8\x5d\xb1\xa7\x7c\x6f\x99\x79\x89\x45\xb1\x65\xe1\xbe\xfc\xfd\xb9\x56\xd9\xd6\x19\x36\xa9\x07\x92\x6c\x13\xed\x12\x0e\xca\x0e\x25\x1c\x4e\x3a\x92\x7e\x34\xcf\xbe\xe2\x58\x8b\xc3\xd0\xf1\x4e\xc7\x26\xa7\x9a\x13\x95\x27\xcb\x9d\xcb\x5d\xca\x5d\x2b\x4f\xd5\xb8\xd5\x9f\x6e\x72\x6f\x3b\xd3\x79\xb6\xe7\x5c\xaf\x47\xbf\xe7\xe0\xf9\xa1\x0b\x23\x17\x6f\x79\xdd\xf1\xbe\xeb\xf3\xc0\xf7\xb1\xdf\x8c\xff\xd3\x80\xc9\xc0\x89\xa0\x3b\xc1\x23\x21\x37\x42\xfb\xc2\x7a\x2e\x75\x85\x77\x5c\x6e\x8f\x68\xbb\xd2\x76\xb5\xfd\x5a\x47\x64\x57\x54\x4f\x74\x5f\xcc\x8d\xd8\x5b\xa4\xbb\xe4\x47\x94\x19\xe8\x0d\xfc\xe5\xff\xf8\x4f\x52\x69\x34\x3d\xda\x18\x1d\x62\x6c\x65\x8c\x30\x63\x59\x9a\xac\x21\x76\x0c\x47\x93\x33\xcc\x25\xf1\xb6\xf2\x6e\xf3\x61\xc1\x0e\xc1\x84\x90\x26\x32\x11\x4d\x89\xf9\x12\x4b\xc9\x2b\x69\x62\xdc\x91\xb8\x6f\xf1\x79\xb2\xd3\x09\x8b\x12\x1a\x13\x43\xe5\x2b\xe4\xf5\x49\x9e\xc9\xf3\x93\x8b\x52\x5c\x53\xfe\xa4\xe6\xa5\x39\xa7\xfd\x49\x2f\xc8\x70\xcd\x04\x99\x25\x59\x67\xb2\x17\x66\x57\xe6\x5c\xc8\x55\xcc\x6d\xc8\xf3\xcb\x5f\x9e\xdf\x56\x10\x5a\xa8\x56\x78\xbd\xe8\x6a\xf1\xe6\xe2\xa1\x12\x52\xe9\xd6\xd2\xd1\x32\xb4\x7c\x67\xf9\x44\x05\xad\xd2\xa8\xf2\x51\x15\xab\xda\xac\xfa\x69\x8d\xa0\xd6\xa2\xf6\x79\x9d\xa8\xde\xb2\xfe\x59\x83\xb0\xd1\xa2\xf1\x59\x93\xb8\xd9\xaa\xf9\x4d\x4b\x52\xab\x7d\xeb\x8f\xb6\xfc\xf6\xd3\x1d\x0a\x1d\xb5\x9d\xbe\x5d\x2b\xba\x3a\xba\x2f\xf5\xa8\xf7\xf4\x5d\xbf\xda\xbb\xb1\xb7\xaf\x2f\xa2\x5f\xad\xbf\x7d\x20\x60\x50\x71\xb0\xfc\x86\xcb\xd0\xb6\x61\xfe\xc8\xa7\x5b\x6e\xb7\x6b\xef\xac\x1c\xbb\x3c\x3e\x30\xa1\x71\x2f\xe6\xfe\xd0\xc3\xcd\x8f\xae\x4c\x76\x4e\xa9\x3e\xb9\x38\x5d\xf2\xf4\xc7\xac\xdd\x33\xd1\xf3\xb7\x2f\xed\x5f\xe5\xbc\xfe\xf7\xdf\x99\xb7\x95\xef\x97\x7c\xf0\xfa\x58\xf7\x79\xd9\x17\xaf\xaf\x35\xdf\x17\xfd\x38\xf7\xb3\xf4\xf7\xdc\x3f\x6e\x7f\x0b\xff\xc7\x1f\x7c\x9e\xf3\x62\xee\xc3\x79\xb7\xe6\x0f\x2c\xe8\x5b\x38\xa4\x30\xba\x68\x6c\xf1\xdd\x25\x13\x4b\xef\x2b\x3e\x5c\x36\xa9\x34\xad\xfc\x4c\xe5\xb5\xea\xfb\xe5\x9f\x57\xfc\x58\xf9\x6f\xf5\xfc\x35\x4b\xd6\xaa\xa8\xad\x5e\xb7\x4e\x7d\xdd\xfa\x75\x1b\xd6\x6d\x54\xdf\xa4\xbe\x59\x7d\x8b\xba\x86\xba\xe6\x3a\xad\x75\xda\x6a\x5b\xd7\x6e\x5b\xb3\x7d\x95\xce\x0a\xdd\xe5\x3b\x54\x77\xaa\xe8\xa9\xea\xaf\x30\x58\x6d\xb8\xce\x68\xb3\xb1\x8e\x89\xc9\xae\x9d\xa6\x5b\xcd\x34\x77\x6f\xd9\xb3\x65\xef\x16\x73\x4d\x0b\x6d\xcb\xed\xfb\x76\xec\x37\xb0\x32\xb6\x36\xb3\xd9\x7b\xc0\xc2\x76\xbf\x9d\xf5\x41\x9b\x43\xb6\x87\xed\x8e\x1c\x3a\x7a\xd8\xfe\xe8\x31\x7b\x07\x87\xe3\xf6\x8e\x07\x9d\xac\x4f\x58\x9c\xdc\xed\x6c\xe2\x62\xe0\xba\xf3\x94\x8e\xdb\xb6\xd3\xda\xee\x5a\x67\xb4\xce\x6a\x9d\xd3\xf2\xd8\xea\xb9\xfd\xfc\x8e\x0b\x06\x17\x77\x79\x99\x7b\x5b\xfb\x1c\xf1\x3d\xe9\x77\xd6\xdf\x3f\xc0\x33\xd0\x2d\xc8\x29\xd8\x3e\xe4\x50\xa8\x6d\xd8\x81\x4b\x36\xe1\x36\x97\x6d\x22\x6c\xaf\x1c\xbc\x7a\xe4\xda\xb1\x48\xa7\x28\x97\x68\xf7\x18\xcf\x58\x6f\x52\x00\x39\x94\x12\x01\x45\xc2\x24\x04\x46\x21\x2c\x06\xbf\x42\x84\x51\x03\x68\x5e\x74\x0f\x86\x1b\xf3\x24\xeb\x38\xfb\x28\xe7\x10\xd7\x8e\x67\xcb\xb7\x15\xd8\x09\x0f\x89\x8e\x8a\x1d\x25\xae\xd2\x73\x71\xbe\xf1\xe1\x32\x72\x02\x3b\x31\x51\xce\x4f\xa2\x26\x53\x52\xae\xa5\x86\xa7\x05\xa7\xfb\x67\xf8\x66\x7a\x67\x79\x67\x7b\xe7\xf8\xe6\xfa\xe7\x05\xe5\x87\x16\x44\x14\x46\x16\x91\x8b\xb1\x12\x66\xa9\xa0\x2c\xbe\x3c\xb5\x22\xb7\xb2\xb4\xaa\xb2\xba\xb2\xa6\xa2\xb6\xbc\xae\xac\xbe\xb4\xa1\xa4\xb1\xb8\xa9\xa8\xb9\xa0\x25\xaf\x35\xa7\x2d\xab\x3d\xa3\x23\xad\x33\xa5\x2b\xb9\x3b\xa9\x27\xf9\x7a\x6a\x6f\x46\x5f\x6e\x7f\xf1\x40\xf5\x60\xdb\x8d\x1b\x43\xed\xc3\xb5\x23\xa5\x37\x0b\x6e\xe5\xdc\xce\x1a\xcd\xbc\x93\x39\x96\x35\x9e\x73\x37\x7f\xa2\xe8\x5e\xc9\xfd\xf2\x07\x95\x0f\x6b\x1e\xd5\x4f\x36\x3d\x6e\x9d\xea\x7c\xd2\x3b\x7d\xe3\xe9\xed\x99\x7b\xb3\x4f\x9e\x4d\x3d\x9f\x78\x31\xf2\xb2\xef\x55\xe7\xeb\xe6\x37\x75\xff\x55\xbd\x2d\x7f\x57\xf2\xbe\xf8\x43\xd1\xc7\xe2\x4f\xa5\x9f\x2b\xbe\xd4\x7e\x6d\xfe\xd6\xfd\x7d\xe8\xc7\xdd\x9f\x4f\x7e\xbd\xfc\xfd\xfe\xcf\xd7\xbf\xbf\xfe\xfd\xfb\xf7\x0f\x05\xc8\xef\xb7\x8a\x28\x40\xda\x1f\x2e\x42\x01\x22\xe9\x7b\x89\x02\xe4\x4a\x0d\x1f\x05\x88\x67\x3a\x81\x02\xc4\x9d\xdd\x80\x02\xc4\x27\xa2\x15\x05\x08\xee\x36\x89\x02\xa4\xda\xec\x2b\x0a\x90\x7f\xaa\x27\xd0\x95\xa8\xe1\x9f\x76\x84\x45\x18\xbd\x59\x82\x10\x78\xfa\xfd\xa3\x08\x15\x37\xe8\x65\x22\x7c\xac\xb3\xda\x07\xb9\x82\xcd\x4b\x93\x22\x45\xd8\x01\xd6\x08\x52\x83\xa9\x47\xa8\x21\xd7\xd1\x2f\x6e\x6b\x91\xfb\xe8\xb4\xd9\x19\xe4\x35\x7a\x43\xe5\x01\xaa\x82\xc6\xfd\xba\x82\x6c\xa4\xa7\xbd\x5a\x88\xa8\xd1\xba\x26\x44\xc8\x42\xea\xd7\xeb\xa6\xc8\x4a\xaa\x56\xd5\x2a\x44\x83\xa0\xa4\x66\x23\x8e\x84\x0b\xf3\x15\xe2\x8d\x7f\xbb\x1c\x84\x10\xb8\xf0\xd4\x55\x24\x0f\xd7\x33\xbd\x8d\x5c\xc7\xda\x54\xc8\xc8\x2f\x6c\xd5\x37\x03\x38\x9a\xd7\xf7\xec\x00\x1c\xc0\x85\xc6\x4e\xc2\x41\x1c\xf5\x2e\x6f\x38\x9c\x35\x51\x9e\x03\x43\xcc\xca\xe4\x41\x58\xc8\xb8\xc1\xb0\x81\x4b\xe8\x6f\xc3\xb7\xc3\xaf\xe8\x73\x5d\x2d\x90\x6d\xd4\x9f\xbb\xde\x20\x9e\xc4\x75\xe5\x7f\x48\x01\x6e\xf1\x29\x14\x82\xe2\x97\x4c\xff\x86\x60\xa9\xca\xed\x1d\x10\x55\xbc\xa5\x3d\x01\x12\x09\x5d\x4a\x8d\xa0\x12\x7e\x92\xbc\x12\x1a\xe0\x2d\xa3\xc1\xd0\x37\x0e\x14\x36\x02\x1f\x60\x4d\xb8\x68\xc3\x12\xa6\xd2\x2e\x63\xf8\x3e\x7d\x8e\x72\x07\xb2\x87\x40\xdf\x35\x52\x52\x53\x5f\x3e\x16\x50\xf2\x92\x43\x47\x0e\x52\x2a\x13\x67\x5b\xfe\x52\xfa\x64\xa4\xa2\x27\x94\x27\x71\x1b\x13\x2a\xa0\x95\xe2\x3b\xc4\x4d\xe8\xb0\x90\x12\x4a\x83\x52\xf9\x8b\x9c\x35\xa1\xbf\x1c\x3f\x13\x21\xec\xcc\xf4\x53\xce\x86\x5b\xa9\xe3\xaf\x21\xf2\x8d\x92\x8c\x07\x93\xe4\x3b\x85\xfa\x83\x15\xe4\x89\xdc\xfa\xc6\x36\xf2\xcb\x2c\xab\xfc\xaf\x94\xa5\x69\x3d\xf1\x1a\x94\x3d\xc9\x47\xb1\x54\x0a\x25\x21\x37\xb8\x81\x32\x21\x1d\x3e\x31\x04\x59\x09\x8b\x8d\x07\xa0\x1c\xee\x66\x65\x29\xbc\x95\x3e\xfe\x62\x0b\xd9\xb5\x75\xdd\x04\x9f\xec\xd8\x10\xd2\x57\x47\x3e\x56\xfd\xac\xee\x2b\xd9\xad\xfc\x50\xae\x2f\x39\xa2\x48\x24\x19\x26\xe7\xe6\xb6\x20\x12\xf2\xfb\x8c\xfc\xa0\xf9\x14\xc7\x64\x6b\x27\x82\xd2\x14\x7f\xd9\x58\x01\x32\x14\x6a\x2a\xa3\x50\x37\x73\x76\x96\x20\x2b\x0f\x47\x8c\x1b\x90\x97\xf7\x3d\xbf\xee\x4c\x56\xec\xb2\xa9\x29\x27\xab\xb6\x60\xd9\xd6\x64\x9d\x3a\x81\xe8\x2e\xf9\x5c\x45\x24\x34\x4e\xce\x29\xfc\x1e\x40\x90\x5f\x65\xf5\x39\x8a\x28\x0e\xc9\x87\x8c\x62\x29\x13\x52\x55\x65\x14\xa2\xb1\x6b\x66\xaa\xc8\x73\xc7\xa6\xc7\xf6\x93\xfe\xdc\x5c\xd1\x73\x99\xf4\x69\x60\x55\xf5\x4d\xd2\xe7\xae\xa1\xac\x60\xb2\x42\x8b\xad\x48\x95\x6c\x5a\xcb\x81\xb6\x91\xa1\x32\x4f\xff\x27\xe4\xfa\x3c\x5b\x47\x2b\x8a\x52\xea\x2b\xa3\x73\x94\x8c\xb8\x26\xe5\x4c\xe8\x2c\xc7\xe1\xe9\x57\xf2\x9c\x87\x83\x77\x10\xd2\x9b\xf1\xc8\xee\x1b\xa4\xdb\x37\x57\x55\xeb\x93\x06\xfb\xdd\x32\x6f\x91\x26\x3a\x0f\x0b\x69\xa4\x7f\x8d\x7f\x28\xe5\x64\xdb\x2a\x5d\x7f\x5f\x72\x64\xe1\x0e\x47\x4d\x72\x7d\xc6\x12\xa3\x20\x8a\x4b\xfc\x0b\xe5\x1f\xd0\x4a\xce\x95\x1f\xf1\x78\x15\x3c\xf3\xc2\x12\xf7\x81\x8b\xc6\x27\xf0\x0d\xb0\xa8\xfb\x22\x36\x03\x53\x2a\xdc\xb0\x74\xe8\x6f\x8a\x32\x16\x0b\x97\x33\x32\x30\x2b\x78\x26\xfc\x28\x36\x07\xd1\x74\xad\x47\x5b\x11\xd8\x34\x12\x45\x91\x37\x2a\x79\xa8\x03\x6a\xf9\x2d\x0b\xdf\x85\x3b\x3c\xe3\x63\x2f\xb1\x8e\xb1\xf3\x58\x0e\x76\xaa\x6b\x1b\x16\x8d\xfe\x28\x3f\x81\x59\xa1\x91\xc9\x3a\x98\x16\x5a\x49\xbf\x8e\x7e\x41\x0b\x2e\x89\xd1\x7e\x34\xd5\x55\x15\x4d\x46\x73\x76\xfd\x87\x06\xa1\x35\x2a\x56\xa8\x3d\x2a\xff\x12\x8c\xf5\xd0\xea\x66\x52\x31\x32\xf5\xd3\x68\x09\xa6\x47\xb5\xec\xe8\xc7\x94\x09\x52\x99\x3a\x3a\x8b\xbf\x4f\xda\x8b\x0e\xe0\x37\x68\xaf\xd1\x1c\x9c\x08\x9b\x41\x59\xf8\x5e\x97\x73\x68\x08\xf6\x6e\x57\x28\x7a\x08\xcb\x50\xfe\x80\x9a\x60\xab\x3f\xf8\x62\x0b\xb8\x53\x4f\x54\xd0\x26\x4e\xe9\x4d\x19\x8a\xb1\x2f\xb6\xa9\xa1\x6e\x2c\xd3\xe2\x3b\xa8\x09\x73\x73\x62\x20\xba\x8c\xe1\x44\x75\x41\x3e\xd1\x89\xd0\x2a\xe4\x23\x2d\xcb\xd9\x1a\x79\x43\xad\x31\x91\x21\x8f\x89\x3c\x65\x1a\x32\x85\x5b\xfe\xd7\x80\xba\x49\x47\x1f\x3d\x44\x17\x4a\x96\x0e\xf1\x90\x5e\x91\x4d\x73\x00\x92\x26\x60\x17\x06\x21\x18\xef\xa5\xec\x1c\xe2\xc5\xbd\x8a\x27\x21\xc7\xd8\x7f\x43\x7c\x10\x67\x56\xf8\xc9\xbd\x88\x27\xa3\xdb\xf8\x35\xe2\x49\x9b\x52\x76\x46\xae\x10\x8c\x57\x7b\x10\x4e\x4a\xea\x7d\x39\xe2\x98\x74\x78\xa0\x0d\x59\x9f\x70\xaf\xe1\x11\xfc\x39\x9e\x95\xbf\x01\x9e\x94\x1e\x8a\xf3\x85\x9b\xc5\xeb\xd1\x2f\x70\x81\x60\x26\x78\x33\x5c\xc3\x13\x9c\xb0\x83\xfb\x39\x4a\xc6\x67\xe0\x31\xe6\x5e\xe5\x43\xf0\x67\xea\xd8\x33\x0d\xb8\xa8\x58\x71\xfc\x3b\x4c\xca\x6f\xef\xdd\x07\x1f\xc9\x89\xac\xad\x82\x57\x67\xae\xcb\x39\x0e\x7d\x4e\x6d\x15\xcf\x40\xd3\x49\xfe\xf0\x08\x34\x25\x7b\x11\x78\x11\xfa\x24\xdd\xe3\xf8\x0b\x56\x14\x5a\x1b\xe5\xc1\x5a\x9c\x59\xe5\x83\xf0\x69\xfa\xd0\x74\x07\x7c\xb2\xd9\x62\xb4\x1a\xfa\x59\x57\xd7\x6d\x0f\x35\x57\xf9\x54\x7d\x81\x90\xd2\xe9\xcc\x41\xc8\xb9\xf0\xb8\x30\x19\xb2\xcf\xc9\xa6\x0c\x41\xa7\xd2\x9b\xfd\x6b\xa0\xe0\x24\xe2\x78\x33\xc4\x8e\x7b\x6e\xf8\x1e\x2a\x11\xdc\x52\xde\x07\x7d\x64\x0e\x4f\x99\xc2\xab\x6f\x68\xdd\xba\x08\xf5\x5c\x7f\xd8\xf1\x0b\x8a\xed\xb8\x5a\xd1\x02\xed\x6e\x7a\x94\x5e\x09\x2d\xaa\x5d\xcb\x2f\xa5\xfc\x2a\xd7\x25\xaf\x81\x16\x16\x4c\xfa\xd9\x40\x0a\x99\xff\x39\xf4\x41\x1b\x93\xe4\x86\x21\x90\x8b\x24\x5f\xd9\x0e\x2a\x67\x8b\x1e\xfb\xc1\xf3\x47\xa5\x37\x49\x50\xd5\xd0\xc7\x0e\x35\xe8\x7c\xdf\x96\xf2\x29\x68\x4d\xe7\xe2\xb4\x87\x94\x17\x4d\x95\xbc\xd7\x94\xb1\x1a\x5d\x52\x30\x65\xb2\x54\xcf\x37\x8f\x72\x27\xf7\xac\x03\x44\x79\x9c\x6a\x6c\x78\x08\xda\x1c\x67\xaf\x1c\x08\x51\x39\xda\x93\x5d\xd0\xd7\xfb\x56\x23\x37\xa1\xc4\x3b\xa6\xed\xd1\x90\xe5\xf0\xdc\x72\x6b\xca\xdb\x5e\x72\xda\x41\x4a\x4d\x7b\x36\xef\x3c\x25\xa5\x81\x1d\xfb\x99\x92\x56\xf1\xda\xd7\x84\x22\x2c\xb0\x74\x70\xa5\x08\xd2\xed\x0c\x8f\x53\xc6\xe2\x23\x94\x5b\x20\x0b\xce\xb1\x8f\x7f\x69\x08\xf4\x71\xda\x86\xfa\x1e\x1a\xbe\x15\x48\xf5\x85\xc4\x6d\xf1\xc4\x47\x28\xb4\x64\x2e\xc1\x80\x2e\x27\x3a\x11\x9a\xf0\x5c\xaa\x25\x5e\x05\x7b\x86\x92\xf1\x3d\x70\xbb\xb3\x37\x56\x8f\xec\x35\x69\xc2\x76\x21\xed\xca\xb5\x68\x27\xba\xeb\x43\x00\xf5\x37\xe6\x39\xf5\x98\x7a\x0d\xfd\xef\xa6\x09\xf1\x0e\x45\x5b\xc5\x04\x17\x5d\x5d\xbc\x91\xd0\x41\xa6\x12\x10\xfc\x36\xaa\x42\xc4\xe2\x61\xa8\x46\xc8\x0d\x7c\x3e\x6a\x71\xb2\x10\x93\xa1\xe7\x4d\x76\x63\x1a\x28\x5f\xd9\x13\x6d\x45\x79\xef\x4c\xa9\x10\xf5\xd1\xe3\x45\xc4\x2f\xaa\xce\x30\x87\x80\x09\x7a\x8b\x2e\xa1\x8d\x8f\x15\x7e\xc6\x87\xf0\x33\xb2\x0c\x3c\x0a\xd7\xc0\x73\xf1\x0d\xf8\xa2\x10\x0d\xec\x3a\x36\x7e\x72\x1e\x16\x88\xe5\x18\xb7\x63\x00\x8b\x51\x5e\x89\x16\x62\x4b\x5e\x5f\x24\x6a\x39\xbf\x1f\x64\x11\xbb\xd9\x4f\x07\xd3\xf0\x1e\x56\x5e\x63\x0e\x1e\xc4\xe4\xe6\x77\xe2\x6a\x0c\x4e\x5c\x1f\xd6\x41\xef\xc7\x36\x61\xe1\x74\xd5\xa0\x2f\x98\x31\xed\x80\xd3\x5f\xf4\x35\xd5\xd7\xe8\x17\x2a\x27\x28\x4a\x4d\xe8\x59\xdc\xf0\xf9\x4d\xc2\x55\x92\x39\x41\xe0\x35\xe2\xa5\x7d\x55\xf8\x2e\xa1\x4f\xfd\x02\xec\x06\xbf\x33\x37\x04\xbb\xc6\xdb\x23\xe9\xc1\x34\x38\xe3\xc8\x65\x74\x9c\x1d\x1d\x58\x8a\x26\x31\xff\x3a\x2d\x40\xbd\x18\xa1\x46\x1e\xa8\x1a\xad\x54\x29\x1e\x79\x4e\x44\xcf\x90\xf1\x82\x64\xd7\x31\x3f\x5c\x5d\xbe\xad\xe7\x37\x56\x23\x1b\xaa\xe1\x61\x7b\xe3\x12\xb2\x4d\xd0\x07\x92\x70\xd1\x7d\x94\x23\xba\x00\xdd\x41\x0f\x08\xec\x02\xae\xa0\x0a\x3c\x45\xc7\x75\xc8\x08\xbb\xd8\xf0\x0e\x22\x62\xfc\x55\x8a\x47\x02\xa8\x9d\x53\x52\xac\xb0\x30\xe2\xd6\x43\xec\x50\x9e\x73\x27\x0f\x9d\xc9\x36\xaa\xbc\x82\xfa\xa4\x7f\xca\x08\x41\x41\x4a\xa5\xc0\x1f\xa9\x93\x43\xe4\x7a\x84\x2c\xd3\xf4\x6b\x45\x0e\x4a\x64\x0e\x93\xc8\x2a\x41\xbf\xa1\x1e\x3c\xcd\x49\x56\xca\x80\x7b\xe9\x55\x8f\x0c\xb1\xa8\xc6\x73\xc3\x59\xe8\xed\xda\x39\x6d\x99\xa8\x67\xc5\x83\xb2\x46\xe4\x76\x49\x4c\xea\x3b\x24\xa0\x60\x3e\x4f\x0b\xd1\xca\xa6\xc6\xb6\xc2\x1f\xd3\x7a\x7d\xd7\xc1\xed\xf2\x96\x63\xb9\xb0\x34\xce\xc5\x80\x80\x83\x04\x91\x4a\x99\xf0\x79\x66\xfe\xfd\x46\xec\x40\xff\xd8\x0d\x0f\x34\xa7\xfb\x7a\x8b\x37\xaa\xda\x96\x54\x22\x42\x18\x8d\xc6\xc9\x53\xc8\xfa\x6a\x19\x67\x3f\x3c\x5a\x7a\x37\x46\x19\x4e\xcb\x6f\xf2\x2e\x81\xcf\x67\xce\xb3\xaf\x80\x77\xca\x67\xf4\xbf\xc3\xaa\x12\x63\xa5\x62\x78\x2d\xfb\xe2\xbd\x19\x4c\xff\x96\xf5\x20\x15\x15\x0e\xf6\x34\x33\x90\x1f\xd7\x35\x8b\xeb\x90\x80\x76\xdb\x64\x25\xf8\x7b\xe3\x3a\x36\x05\x2e\xae\x6a\x8f\xf6\x85\xaf\x15\x7f\xf5\x5e\x07\xef\xc8\xf1\xb3\xbf\x08\xbd\x4f\x09\xd3\x1f\x85\x1e\x4b\x07\x95\x6e\x41\xaf\xd9\xef\xef\x9d\xc4\xd4\xee\x36\x0d\xbc\x41\xfd\x6e\x7d\x6a\x7a\x86\x8c\x0d\xce\x14\xaf\x42\x6c\x7a\xe4\x49\x91\x70\x7f\xeb\x57\xd6\x47\xf8\x6a\xfd\xb2\xa8\xff\x60\xb3\xf2\x4c\xaf\x5a\x68\x36\xdf\xd6\xde\x14\xca\x4c\x8b\xd6\xbf\x07\x49\xe2\xde\x28\x6b\x42\x19\x9c\xb5\xb3\x4f\x38\x96\x94\xc0\x71\x2d\xf6\x09\x8a\xfb\xf5\x78\xd6\x01\x8a\x63\x4d\x21\x93\x4c\xb1\xcd\x7a\xc7\xa8\xa7\x9c\x17\x39\xd0\x1f\x53\x06\xa0\xb9\xf4\xb9\x90\xbb\xbf\x1f\x4d\x15\xfa\x7d\x5c\x93\xba\x12\xce\x35\x68\x25\x96\x23\xfe\xcb\x5c\x70\x75\x14\xcc\x8c\xb3\xeb\x90\x9e\x31\x5b\xd6\x2d\xe4\x6a\x4f\x05\x73\x04\xd9\x51\x7d\x9f\xa9\x02\x3f\xcf\xda\xc7\xf0\x84\xdb\x84\xb9\x74\x0e\xfc\x92\x12\x44\x6b\x43\xb6\xf9\x0d\x53\x9f\x21\xe1\x0e\x42\xe2\x1b\xd2\x69\x70\x94\x98\x8f\xea\x2f\x5b\x8a\xab\xa1\xa7\xa6\x07\xd9\x47\x88\xcd\xa3\x6c\x96\x1f\x2e\xed\xd6\x61\xfa\xe3\xab\xaa\xb2\x18\x95\x58\x62\xa6\x39\x63\x0e\x66\x2e\xe8\xa6\x5b\x60\x1b\xc8\x05\xb4\x6b\xd8\x2a\x3f\x3d\x6a\x01\xb6\xd4\x01\x10\x03\x18\xd0\x9f\xc6\x9f\x62\x4a\x8a\xb7\xf1\x45\xe8\xcd\xc7\x0c\x96\x98\xed\x70\x33\x83\x59\xcc\x3a\xde\x51\xc8\xa8\x63\xda\x55\x5c\xa0\xff\x60\x38\xa6\x9b\xd2\x0f\xd2\x2f\xf3\x95\x69\x4c\x5a\x3f\xc9\x8e\x3a\x44\x33\xf0\xf9\x4b\x55\xa7\x46\xd9\xff\x21\xdc\x89\x5a\x7d\x0b\x1c\x27\x16\x28\x26\x60\xd5\xd8\xfb\x87\x4b\x59\x86\xa2\x84\xa1\x56\xe6\x36\xa1\x5e\xeb\x2c\xc3\x98\x5f\x5b\xfa\x9c\x7e\x85\x67\x93\x0a\x68\x2d\x9c\x87\xdc\x1d\xb4\x05\xec\xac\x98\x3c\xea\x49\x56\xb0\x77\x33\x11\xcf\x5c\x65\xbf\x06\x1f\xa5\x17\xeb\xd5\xe1\x80\x66\xac\x28\xc0\xf6\x13\xc6\x13\x3f\x98\xb2\xc4\xa9\x81\x3a\x46\x89\xec\x51\xb3\x23\xbd\x29\x6e\xa8\x98\x4f\xfb\x2a\xe9\x4d\x7a\x47\xdb\x2f\x1a\x62\x9f\xa6\x32\x04\xef\xa2\xd7\x11\xf7\xf9\xf3\xbd\x44\x84\x0a\x77\xce\xd1\xc3\xb8\x1d\xeb\xbe\xde\x61\x2c\x86\x11\xa5\x98\x89\x36\x53\x49\x63\xf1\x8c\xe7\x79\x68\x6f\x12\xfd\x5d\xb6\xa4\x61\x09\x1d\x64\x64\x16\xc8\x68\xa6\xa9\x39\x89\x36\xd4\xc8\xa4\x5c\xc6\x0f\xa2\x2b\xa1\x34\x72\x25\xb1\x36\x4e\x76\xe1\x1b\xee\x22\x76\x39\xb2\x11\x13\xf0\x87\x77\x96\xa0\xfd\xec\xef\x8a\xad\xe8\x1a\xfa\xc5\xdb\xf3\x18\x82\xda\xc8\xee\x63\x74\x41\x25\x51\xbb\x9b\xc6\x28\xcd\xcb\xfd\x40\xad\x2c\x94\xc7\x8f\x10\x6f\x73\xa3\x68\xdd\x84\x45\xe6\xa1\xab\x5b\x71\x49\xca\xc3\xf3\x3e\xd8\x68\xa2\xee\xa1\x4f\xd8\x72\xe9\xe6\x9d\x8b\xd1\x93\xfc\x7c\xc5\x5e\x24\x97\x69\x35\xd2\xca\x70\xec\xb9\xdc\x69\x42\x77\x68\x1f\xac\x9e\x43\x3b\xd9\xf4\x2f\xfb\x3e\xf5\x72\xed\x8c\x74\x8c\xc8\xac\x48\x24\xde\xe3\xcf\x8a\x8d\x22\x68\xf8\x9e\xdc\x08\x4f\x45\xec\x6a\xba\xfe\xc1\xaf\x68\x55\xe2\xe5\x1d\x30\xf2\x53\x6c\xae\x78\x1b\x39\xc7\x9a\x1a\x9e\x62\x9c\xbd\x51\xd2\xe1\x49\x3f\xd8\x2b\xaf\xda\x49\xdb\xd3\x79\x36\x7b\x2e\xd5\xa5\xb9\x5d\xba\x88\x40\x6a\x5f\x12\x46\x78\x4b\xf9\xab\xcb\x0f\xf1\x25\x85\xb8\x07\x82\xd9\x66\x45\x1f\x94\xa1\x48\xd2\x83\x1d\xae\x48\x9f\xa4\x43\xf1\x13\xb2\x83\x1d\x36\xbc\x9f\xe1\x3d\xba\xb0\xbd\x9e\x6e\x3e\x94\x54\xc9\xa0\xa9\xf7\x7e\xcd\xf2\xa2\xee\xec\x78\x27\x09\x27\x9c\x9a\xe4\x78\x0e\x4e\xad\x51\xb9\xec\x8b\x0d\x94\x2a\x7a\x68\xa1\x7f\x72\xad\x0e\x06\xa0\xbb\x52\x6e\xef\x70\x47\x60\xe9\xc3\x65\xd6\xf0\x13\x76\xd2\xc4\x3c\x51\x21\xd9\xb4\x3f\x57\x68\x48\xb6\x69\x6c\xe3\x0f\x90\x0f\x17\x8e\xf0\xc4\xe4\xf3\xf2\x45\xdc\x73\x64\x19\xd3\x87\xa3\x42\x59\x19\xb9\x91\xd5\x48\xa9\xba\xc0\x67\xba\x41\x5e\x87\x4f\xd2\x1f\xc0\x9b\x77\xd8\xd0\x1c\x10\x95\x25\x6c\xa2\x17\xe9\xb8\x6b\x21\x5a\x0f\xfb\xf7\xdd\x14\xb4\xc0\xa6\x0d\x4f\xf9\x41\xf0\xdc\xc2\x45\x3c\x0b\xe8\x61\xe2\x29\xee\x52\xe8\x11\xa3\x95\x3d\x0c\xaf\xb8\xc6\x65\x51\xe1\xd0\x0b\x0b\x98\x06\x70\xef\xa1\xdb\xf4\x2e\x64\x97\xee\x43\x9a\x0d\x32\xb4\xe4\x38\xd1\x8f\xae\x1e\xbb\x2d\xcc\xc2\xd2\x7b\x31\x81\x3b\x66\x51\x5f\xc6\x57\x45\x47\x0b\x94\xb8\xaf\xd0\xd8\x04\x2a\xa7\x0d\xb5\x66\xcc\x63\x33\x51\xb3\xab\xcf\x58\x87\xd0\x23\xe7\xaf\x30\xfe\xa0\xae\x87\x5c\xe9\x29\x68\xb0\x2e\x9d\xa6\x89\xe6\x2d\xd1\x26\x6a\x50\xf6\x6d\xaa\x50\x83\x79\xb9\xbb\x89\x3f\xca\x88\xaf\xbd\xc0\xe3\xd2\x1b\x72\x3f\x71\xcf\xd0\x5e\xc7\x67\x70\xf4\x68\x26\xb4\x20\xd6\x17\x6a\xe9\x15\x11\xb3\x91\xba\xdb\xd3\x81\x81\x12\x19\x07\xfd\xe8\xc6\x84\xa2\xce\x2f\x6a\x07\x1e\xb7\x44\x81\xb8\x88\x65\x8d\xc8\x05\xa5\x02\xa2\x73\x3d\xdf\x89\x7f\xac\xea\x35\x6f\x11\xf7\x6f\x76\x37\x67\x94\x53\x25\x6d\x60\x67\xb1\xc9\x44\x33\xeb\x2a\x2b\x28\x42\x9b\x69\xc5\xf4\xf0\xd0\xa0\xff\x64\xec\xb0\xcb\xa0\x15\xd2\xde\xe9\x88\xa9\xd6\xd4\xb2\x25\xeb\xf0\xa7\xf8\xfd\x21\x20\xb0\x93\x65\xb6\x49\x78\x4f\xe2\xda\x2a\x52\xb8\x42\xc9\x83\xcc\x0a\x8e\xab\x78\x81\x78\x92\xad\x21\xdc\x8b\xaf\x67\x7e\xe1\x73\xc2\xbb\x18\x3d\xdc\x89\xb3\xbf\xe8\x51\xec\xcf\xb6\x8f\x68\x9b\x58\xf3\x75\x4c\x89\x3a\xfa\xcc\x12\x4b\xdc\x93\xba\xb1\xbf\x80\xcf\xc9\xc6\x9b\x2f\xf3\xcc\x33\x9e\x96\xa6\x70\x5e\xa5\xed\x4d\xfb\xc4\xce\x4d\x8e\x12\xfa\xb2\x42\x13\xcb\x90\xff\x98\x96\xf1\x5f\xc3\x66\x18\x4a\xd2\xcd\x67\x24\xb4\x2e\xd1\xb2\x03\xfd\xd4\x4b\xbc\xc1\xed\x85\xc4\x62\xf6\xe1\x25\xfe\x58\x35\xed\xdb\xf5\x44\x3e\x54\xf9\xaa\x41\xca\xfd\x5c\xe6\x52\xf4\x9b\x83\x15\x55\xa4\x90\xd8\xc6\x79\x2f\xf8\xea\xcc\x77\xd9\x4b\xa0\x7b\x8c\xd6\x74\xed\xd0\x15\x74\x61\xb2\xa2\xbb\x36\xed\xb0\x2c\xd5\xa6\x84\xf8\x22\x7e\xb2\x7d\x29\x2e\xe4\x0d\x2f\x89\xc4\x2c\x18\xad\xdd\x76\xfc\xd0\x8e\x3d\x75\xde\xdc\xa9\xe6\xa9\x82\x66\x4e\x50\xbd\x73\x92\x3b\x7b\x49\x15\x9b\xbb\x8a\xd9\x50\x2a\x21\xff\x64\x90\x0a\xb0\xe0\x00\xba\x6d\xf6\x66\xb7\x0e\xea\xa7\xd4\x7d\xd6\xf9\x44\x8a\xec\xd5\x36\x04\x37\x17\x19\x2e\x81\xd1\x97\x2c\xfb\xae\xf3\x7c\xdf\xbe\x35\xb5\xd7\xb8\x8f\xbb\x9c\xf2\xef\x72\x7c\x5a\x4f\xcb\xaf\xb1\x7e\x37\xac\xe1\xec\x63\x66\x54\xc9\xc9\x46\x8c\xb3\x25\xdf\x82\xaa\xe8\xeb\xf2\x3e\xbb\xe9\x51\xfb\x32\xdc\xac\x2d\x89\x70\xb9\xe9\xb6\x93\xf8\x62\x71\xce\x12\x39\x5a\xc7\x1a\xed\x2c\xe1\x9f\x19\xde\x54\xd3\xc2\x1d\xeb\xfb\x97\xbf\x91\x73\xaa\x2b\x2f\xb1\x83\x35\xdd\xf2\x97\x2d\x65\x52\xea\x97\x92\xe2\x19\x3b\x2a\x66\x82\xf4\x68\xd3\x45\xf6\xa7\x7a\xa9\xcc\xac\x9f\xd6\x0b\x89\xed\xc9\x6a\xdb\x4e\x60\xed\x92\xfa\x25\x53\xe8\x25\xf6\xc2\xfe\xba\x84\x34\x92\x5d\xb3\x52\xfc\x2d\x92\x57\xe9\x41\xe9\x4f\x12\x3d\xed\x88\xc4\x8e\x54\x2f\x88\x14\xf1\xc9\x4b\xe1\x51\x41\x0b\x39\x2e\x34\x8b\xf7\x88\x62\xed\x6e\xc4\xf9\x40\xf9\x66\xb3\x9a\x35\x0b\xf5\x6c\x85\x19\xb5\xf0\xa4\x42\x16\x8d\x8d\x24\xf5\xb5\x25\xd8\x40\x47\x9b\xf6\xc6\x43\xd0\x8e\x92\x08\x69\x31\xb4\x36\x95\x21\xfe\x09\xad\xe2\x77\x8a\x0e\x43\x06\xb0\x99\x80\x01\x91\x42\xd7\xf1\xaa\xa1\xa9\xd3\x55\x9c\xdb\xb0\x83\x75\x1e\xeb\x26\xdc\xb7\x55\x9f\x51\x88\x70\x14\x62\x68\x1c\x64\xa6\x37\x51\xf6\x16\x0d\x6c\xd4\x8b\x37\x46\x55\x8a\x21\xa9\x17\xd2\x9f\xd2\x2a\xae\x47\xc4\xfc\x75\xa2\x25\xc8\x55\x48\x2e\x38\x8e\xa0\x21\x4c\x1e\x86\xe4\x9c\x36\xe6\xe4\x22\xd7\xad\x2d\x59\xc5\xc8\x27\xed\x19\x06\x0f\x3d\xa3\x70\x81\x16\x85\x9e\xec\x9e\x91\xc5\xd1\x1f\xd5\xd5\xc4\x0d\xd1\xd5\x0b\xbd\xa5\x73\x69\x17\x93\xc6\xc4\xc7\xa8\x35\x5c\x5f\xa1\x9c\xaa\x41\xd9\xc0\xbf\x47\x34\x07\x1f\xe1\x2d\x23\xfc\xdc\x34\x38\x7b\xf0\xf7\x56\xd7\x58\x76\x38\xaa\x1d\xcd\xd0\xc3\x4d\x15\xce\xd2\x36\x62\x5e\x9d\x7a\x32\x05\x5e\x41\x0d\x2b\xce\x9c\x1b\x9f\x6f\x2b\x81\x38\x97\x13\xbf\x88\xba\xd9\x0e\xec\x76\xa1\x32\xcb\x9c\x54\xc6\x77\x65\x9e\x08\x52\xe1\x0a\x18\xa1\xa7\xe6\xb1\xcb\xe9\x1e\xfb\xdb\x98\xed\x34\x07\x6d\x6d\x7a\x21\xd5\x4a\x01\xa6\xa6\xe1\x92\xb6\x87\xf1\x82\x38\xf7\x2a\x6d\xe9\xb0\xa4\x39\xf7\xa0\xf8\x9f\x78\x69\x82\x8e\xc8\x5a\x78\x81\xb5\x5d\xc0\xe1\x77\xc4\x1e\xe5\xdd\xe6\xd9\x05\x3c\xe1\xae\xe0\x74\xb8\xdc\x61\x6f\x63\xfd\xdd\xbf\x92\x69\xc6\x3c\xa0\x35\x4d\x5f\x4f\xf7\x56\xa8\xa7\xaa\x12\x03\xcd\x19\xf1\x3b\x33\x2a\xca\x63\xa4\x07\xd2\x9c\xb3\x24\xe2\xe0\xe4\xd9\xb8\x0a\x61\xba\xdc\x9d\xfe\x96\xff\x48\xd6\x17\x7d\x9c\xa7\x19\xe7\xe0\xaf\xcf\xf1\x12\xd7\x3b\x37\xb1\xc8\x82\x7b\xfb\xd4\x18\x74\xee\xa8\x56\x38\x2d\x98\x95\xa1\xf0\x9e\xb8\x40\x13\x34\xae\x8f\xbb\x51\x46\x2a\x19\x94\x7c\x2d\x56\xcc\xd8\x29\x5e\x9a\xdf\x21\xb9\x24\xdc\x9d\x63\x41\xbd\xc3\x0f\xce\x48\x8b\xf4\xe5\x16\xa5\x2e\xf0\xc5\xd8\xcf\xe5\xfb\x4e\xc6\xb0\x16\xc4\xaf\xb2\x54\x61\x28\x8a\x72\x34\x9f\x51\xff\xe3\x7e\x5d\xa4\x80\x4f\x32\xf6\xd5\xaf\x8c\xfb\xd7\xa2\x58\x74\x57\x0a\xea\x67\x52\xdf\x8b\x95\xaa\x53\x44\x87\x85\xda\xe5\x5a\xf8\x0d\xfe\xc1\x22\xfc\x2a\xc6\x8d\xcc\xed\xf7\xbe\xc5\xce\xcc\xe8\x39\xa1\xca\xac\x4f\xb6\xb3\x58\x44\x6f\x8a\xbf\xa0\x79\x8a\x2a\x13\x6e\x5a\xb4\x02\x67\x30\x4b\x6b\x7f\xc7\xaf\xed\xf2\x2b\x9c\x94\xaa\xb4\xbe\x49\xf9\x25\x5e\xdd\x68\x23\x3c\x27\xd4\xa8\x71\xc7\x5e\xf3\xcd\xca\xf7\x5c\xa9\xe0\x7a\x14\x7e\xf6\x5e\xc3\x46\x73\xdc\x9c\x62\x98\xc2\x34\x5d\xf3\x64\x3a\x3f\x81\xa9\xb9\x85\x1a\x28\xa2\x2c\xd2\xc5\x5d\x59\x86\xb5\x2a\xf1\x7a\x7d\xef\x0b\xe7\x49\xd7\x77\x9b\xa4\x98\x88\x57\xb7\x99\x0b\xe4\xc2\x95\x0d\x1f\x30\x53\xbe\x7a\xb5\xd7\x95\x25\xdc\x5d\xa5\xa9\x5e\x34\xb6\x43\x7e\x84\xd3\x22\xa6\x5b\x46\x96\xf9\x69\xba\xa3\xdc\x51\x73\x05\x55\x43\x8c\x2c\x0a\xc2\x15\x58\x7e\x55\x0d\xd9\x21\xb1\x68\x5e\x75\xc6\x68\x6c\xbb\x7c\x36\xcd\x39\xf6\x2d\xef\x78\xf2\x0d\x92\x19\xfc\x50\x6e\x41\xca\x08\x2f\x93\xc5\x93\x4d\x2f\x2c\x92\xde\x24\xbf\x71\x38\x27\x9a\xa0\x74\xec\x76\xe2\x97\x40\x25\x9b\x76\x70\x3c\xe1\xb1\x79\x4e\xcc\x55\x48\x54\xd5\xbc\xec\x15\x94\x13\x79\x8b\x32\xe8\x94\x93\x72\x9b\x34\x25\xca\x61\x6e\x4b\x32\x8f\x72\x1e\xf6\x94\xcf\xa1\xc8\xc2\xf7\xca\xfc\x28\xef\xcf\x67\x48\x0b\xa0\xe0\x63\x7f\x44\x4d\xd0\x37\xb3\x5f\xfc\x24\x58\xba\xf1\x0b\xc7\x19\xf1\x9b\x67\xc6\x5c\x89\x94\x55\xda\x66\xb5\x22\x56\xb9\x2e\x19\x7b\x11\x85\xc4\x84\xd4\x3e\xb8\x9b\xab\x9f\xec\x00\x97\x40\xb3\x89\x3d\x70\xc5\xa5\x7e\x99\x1e\x7c\xfb\xfc\x3e\x69\x14\xa2\x72\x2c\x5d\x24\x40\x5c\xcd\x4a\xf8\x31\x48\xee\xc6\x6e\x8e\x29\xaa\x35\xcf\x90\xf1\x17\x55\x29\xdf\x93\x75\x88\x76\x36\x9b\x9d\x7e\x93\x5a\x9d\xb0\x32\x35\x88\xba\x90\xdd\x9b\x34\x4b\x20\x94\xf4\xc4\xd3\xc4\xf2\xb0\xd2\xf8\x66\x7c\xc0\xf3\xb8\x74\x3e\x1e\x67\x7f\x5b\xa4\x85\x1f\x33\x5b\xcd\x57\xc1\x17\x6e\xa4\xb0\x47\xb1\x27\xf3\xec\x19\x19\x98\x4a\xa9\x59\xd6\x26\x4e\x6e\x66\x75\x3a\x99\x5d\x15\x7f\x3e\xe5\x2b\x2b\x8f\x75\x20\x29\x94\x59\x46\x76\x48\x78\xc4\x18\x0a\x25\xe2\x6d\x19\x4a\x1e\x27\x24\x02\xba\xbb\x3d\x10\x66\xd1\x10\x53\x31\x8f\x43\xcd\xda\xe8\xc8\x76\x24\x6e\xce\x63\x33\xd4\x70\xd3\xe2\xe8\xcc\x34\xf1\xad\xf4\x5f\xe9\x8b\x44\x0e\xd2\x96\x14\xba\xa0\x8d\x31\x28\xff\xca\x3f\x46\x9a\x93\xe0\xcb\x9d\x09\xb9\x10\x37\xc8\x49\x3f\xe7\x2e\x59\xcb\xf6\x38\xaa\x27\xdc\xc2\x9c\x35\x5d\xc1\xfd\xcb\xf0\xda\xa8\xcf\x6a\xa4\xf5\xcf\x9b\xa0\x13\xc4\xb9\x82\x86\x4c\xa3\x94\x8e\x54\x22\x4d\x9c\xd4\x22\x26\x52\xe6\x25\x26\xd1\x5a\xe4\xfe\xb2\xb3\x31\xda\xb2\xee\x38\xb5\xa0\xfa\x38\x4d\xf1\xdb\x33\x1f\xc4\x21\xc2\xca\x23\xda\x82\x08\xbe\xd1\xae\x13\x5c\x07\x0e\x67\xc3\x0b\xd6\x3c\x66\xe7\x7c\x53\xda\x75\xda\xb2\xbc\xe3\x99\xcb\x0a\xcf\x25\x1f\x4d\x3b\x95\x77\x41\x18\x9d\x5c\x99\xed\x4c\x0c\xcb\x15\x32\xf4\xa2\xce\xc8\xce\xa4\x7c\x0f\x5c\x25\xad\x90\x0f\xb8\x53\x45\x5f\x64\xd1\x87\x15\xf8\x5f\x25\x03\x26\xd1\x9c\x11\xc1\xe3\x0d\x04\x13\xe1\x34\xcf\xf7\xa1\x99\xd3\x59\x39\x06\x99\x3a\xb5\x51\xf2\x03\x69\x9e\x95\xb3\x7c\x2c\x39\xb3\x4c\x03\x7b\x95\x38\x53\xb4\xf1\x1a\x47\xb6\x25\xf7\xb3\x7f\xb0\x34\x38\xb3\xe1\xf4\x22\x51\x7a\xaa\xcd\xc1\x9b\xfc\xe4\x44\x0f\xe3\x24\xce\x55\xe9\x96\x0d\xaa\x4c\x0d\x3e\x6f\x3e\x46\xbd\xc3\x18\xce\x0e\xcd\x5c\xdb\x1c\x91\x18\x9d\x76\xba\x3e\x86\x97\x97\x9c\x55\x7d\x04\x5b\x99\x78\xb7\x6c\xe2\x6a\x9b\x6c\x49\x91\xb9\x5f\x99\xf4\x48\x2e\xec\xe6\x25\x8a\xca\x88\x3e\x78\x8c\x7f\x29\xe9\xbb\xb1\x15\xe7\x40\xfc\xaa\xf5\x2f\x18\xef\x04\x3d\xf3\x53\xa8\xa9\xcc\x83\x59\x37\x32\x17\x74\x14\x27\xf4\xa5\x1d\x6f\x39\xc3\x7d\x97\x2c\xaf\xbf\x81\xfa\x24\x76\x54\xcf\xbd\xba\x36\xfe\x59\xe9\x1f\xbf\xd5\x52\xb5\x82\xa1\x53\x93\x22\xcb\x6c\x1b\xbb\xe7\x7c\xc3\x54\x63\xe3\x85\xec\x7f\xb2\xf2\xf5\xd3\x8c\x7c\x61\xe5\xfc\x49\xaa\x2b\x93\x9a\xd2\x5f\x71\x26\xf6\xb1\xb8\xa4\x74\x21\x69\x0e\x63\x61\x61\x0b\x49\x9b\x54\x9d\xe7\x48\x8a\x0e\x4b\xca\xea\x25\xbd\xbd\x30\x9d\xae\x43\x26\x4e\x3c\x4e\x76\xa3\xec\xb7\xd6\x4c\xd8\x0e\x6d\xd3\xf3\x97\x54\xc2\xba\x6b\x17\x0a\x56\x20\x4e\x00\xb0\x63\x91\xbe\x94\xc3\x15\x2b\x29\xae\x62\x8b\x92\xeb\x94\x43\x74\x59\x21\x42\xb1\x26\xb9\xe5\xad\xa4\xf8\x87\x39\x67\x89\x28\xe5\x17\x52\xd2\xbe\x43\xaa\x27\x32\x92\xf5\xa0\x38\xab\x67\x09\x8b\xe1\x3d\x7a\x06\x92\x14\xf8\xfd\x9a\x17\x82\xf9\x48\x37\x00\xec\x6b\xc8\xeb\xe4\xae\xf2\x9b\xf0\x6b\x51\x67\x09\x01\x17\xd3\x35\x0a\xf7\xc3\x48\xec\xcf\xdc\x51\x18\x0d\x5b\x90\xe5\x02\x27\x5d\x70\x4b\x6b\x81\x07\x4e\xf8\x24\x7d\x43\xd6\x58\x95\xc8\xee\x23\x91\x3b\x7f\x49\xa2\x91\xa7\x6b\x6e\xf0\x67\xd1\x20\x00\xd8\x67\x50\x8b\xa4\x6b\xe5\xe1\x54\xb6\x50\x5c\xa2\x46\x7c\xa1\x99\x15\xdc\x20\x7c\x62\x57\xe5\x5e\xc0\x3f\x85\x1a\x64\x4e\xe2\x99\xe7\x53\xd3\xec\xf0\xcb\x4e\x43\x49\x14\xfc\x94\x95\xbe\xcc\x0f\xd7\xdb\x99\x2a\x59\x84\x2f\x5d\x93\xc7\x47\xb1\x7f\x00\xb0\x3e\x60\x9a\x89\xf5\xe5\xba\xec\x60\x81\x49\x71\x1d\x0b\x21\xde\x17\x9c\x61\x72\xa2\xbf\xe6\xbc\x64\x54\x87\xec\xcd\xf4\xa5\x7f\xf1\xec\x49\x1d\xa4\xbb\x3b\xad\x49\x5a\x40\xeb\xdf\x9f\x1f\xff\x84\xb6\x69\xe7\x09\x31\x89\x7a\x69\x4d\x16\xef\x3d\xd1\x0e\x36\xb3\x3c\x71\x93\x04\x97\xb2\x3c\x61\x01\xef\x76\xb1\x9d\xe0\x0a\x5e\x97\xff\x8a\xbf\x2a\x6a\x32\xe7\x1a\xf7\x46\xf0\xc1\x8c\x37\x9c\x38\x8f\xb7\xa9\x4e\x6c\xcc\xd1\x5b\xce\x64\x45\xec\xd7\x8c\x77\x63\x9a\xed\x5c\x28\x9a\xa6\xbf\x5a\x53\xc6\x73\xa4\x51\x01\x93\x59\x4f\x58\xc7\x93\xca\x4c\xe4\xf7\xb9\x5b\x8a\x7a\x12\xa6\xb0\xc5\xf9\xde\xf1\x4f\x22\x4f\x64\x3f\x94\x4e\x06\x3e\xca\xb0\x13\x4f\x9f\x2b\x4b\x49\x17\x81\xe3\xee\x89\xa3\x82\x15\xfb\xce\xc4\x25\x71\x5f\xec\xe0\x88\xb4\xd8\x29\x6b\x32\xb8\x4c\xe6\xb6\x39\xcb\x18\xcf\xa8\x5d\xd2\xd2\xd2\x1f\x39\x7d\xec\xd3\x45\x51\x59\xf3\x90\x4b\xf9\x8b\xd2\xcf\x5f\x1d\xcc\x8e\x4c\xe1\x06\x44\xa7\xdf\x94\x57\x9d\x0d\x4e\xd1\x92\xbd\x74\xb0\x4e\x3c\x19\x37\xd7\x32\x3a\x6e\x95\x68\x50\xf7\xb3\x50\xce\xbf\xb0\xe6\x1a\xe7\x2b\xbb\x66\x4e\x28\xe3\x30\x7d\xb9\xf8\x49\xe9\x9b\xf2\x4a\x66\x47\x91\x67\xc9\x25\xe8\x41\xde\x78\xe1\x92\x2b\xb6\xd9\xfa\xb9\x01\x7e\x7f\xd3\x23\x33\x8b\xce\xa8\x24\x37\xa7\xbe\x3c\xa6\x9a\xf0\x48\xfe\xc5\x82\x29\xcd\x88\xcf\xd7\x3d\x23\xd4\x11\xaf\x58\x63\xc2\x61\xf2\x36\xcc\x29\xa4\x8f\x31\x74\xc5\x67\x4b\x9f\xd6\xaa\x30\xb5\x8b\x9c\x2b\x83\xa0\xad\x79\x9d\xa5\x49\x11\xe2\x6c\x95\x42\x99\x9f\x4b\xfa\xb1\xdc\x08\xf7\xc8\x64\x76\xe6\x6e\x7b\x4e\x42\x4e\x4a\x87\xc5\x16\x69\x60\xc2\x1b\xdd\xb5\x82\x77\x92\xae\x35\x9b\x39\xc7\xf9\x5b\xe7\xdc\xa1\x27\x32\x04\xa2\xff\x4a\xc7\x1b\x1b\x19\xe9\x45\xfb\x6b\xdb\x29\xdc\xbc\xdc\x4a\xd9\xe5\xbf\x59\xcf\x4b\x6d\x7c\xfb\xd2\x57\x17\xb4\x9c\xfe\x91\xec\x90\xb3\xce\x5e\x2b\xe1\x7c\xfa\x0e\xf3\xbb\xd2\x4d\xf2\x7b\x3a\x5f\x04\x39\x71\x5b\xd7\xe8\x70\xe6\xf1\xdf\xcd\x5d\x43\x3f\xc6\x68\x63\x2d\x68\xad\x20\x2b\x22\x1b\x1a\x7d\xc8\x1b\xaf\xa1\xb5\x3a\xe4\x9d\x41\xf6\x15\xf7\xc8\x97\x3c\x49\x25\xe7\xc9\x8f\x4f\xfc\xc9\x6f\xa7\x5c\xb3\x8d\xc9\x1a\x87\x4c\x77\x79\xa6\x52\xe0\x2d\x9a\xb3\x09\xa3\xc8\x36\x55\x8a\xb8\x0f\xdd\x04\x00\xb7\x10\x3d\xc7\x7c\xda\x6a\x07\x9d\x81\x67\x1a\x55\x20\xf3\x6b\xbb\x6b\x9e\x42\x6a\x41\x4a\x15\x32\xc8\xd0\xf3\x58\xc9\x66\xe8\xf2\x89\x91\x7c\x06\x74\xc7\xd6\x29\x2b\x0b\xbe\xb0\xeb\x70\xea\x29\x64\x99\x66\x67\x42\x1d\x32\xa0\x1a\x26\xae\x44\xa3\x00\xe0\x26\xa3\x41\xcc\xbc\x96\x57\xc8\x75\x38\xa3\xa1\x15\x89\xb9\xfa\xa9\x46\x86\xec\x0c\xbc\x55\x71\x1c\x59\xe3\xa9\x56\x7c\x1f\xd9\x71\x22\x23\xdf\x16\xf1\xb4\xd5\xca\xf2\x45\x6a\x76\x6d\x4e\xdd\x82\x6e\xd1\xcc\x4c\xe0\xa0\x72\x55\x6f\x31\x17\x03\x00\x70\x63\xd1\x7c\x46\x44\x8b\x3f\xb5\x0c\xaa\x68\xd8\x4b\x5d\x7f\xd5\xa2\x66\x39\x41\x0d\xd4\x2d\xef\x25\xd6\x7a\xe0\xc5\x2e\xf8\xad\x13\x5b\xf2\x6a\xf1\x82\x03\xed\x99\xa3\x78\xaa\xc9\x74\x4a\x26\x2e\xd2\xbc\x96\xb0\x04\xa7\xab\xfa\x89\x97\xe3\x5e\x00\x70\xe7\x60\x51\xf4\x80\x96\xa5\x6c\x73\xca\x78\x7d\x3f\x6b\xff\x15\x72\xb5\x88\x69\x1d\x40\x2d\xb7\x63\x44\x9e\xfb\x5c\x34\x42\xef\x77\xca\xcb\x33\xa0\x5b\x1c\x38\x9f\x79\x8c\xd6\x66\x22\x4f\x59\x44\x33\xd5\x74\x95\x05\x52\xf3\x55\x11\xd1\x65\xe2\x23\x00\x9c\xb3\x78\x04\xad\xaf\x59\x20\x5c\x4e\xd9\x5c\xef\xc8\x2f\x8e\xe8\xaa\x5e\xc9\x3b\xe2\x3f\x5d\xd6\xc9\x5d\x75\x2e\xa8\xe8\x28\xfb\x8f\x93\x5e\x6e\x36\xeb\x97\xcd\xaf\x8c\x66\xd6\x02\x13\xf7\xe4\x20\xc6\x17\x4d\x8b\xf8\x46\xfa\x7d\xd5\x7c\x61\x1b\x8d\x06\x00\x3b\x83\x08\xa4\x12\x4d\x2f\x12\x3a\x49\xef\xea\x32\xe3\xbf\x5f\x96\x55\x79\xc4\x6d\xf6\x1b\x28\xfd\x2b\x39\x7c\x36\xb4\x90\x24\x22\x3b\x9e\xca\x19\x14\xb4\xd9\xb8\xa4\x4f\xf2\xe7\x18\x3f\x4f\x62\x72\xd7\x6a\x2e\x8f\x7b\xc0\x5e\xad\x7a\x57\xf0\x88\x71\x0b\x00\x56\x05\xb5\x8d\x60\x34\xd1\x33\x25\xb1\x23\x75\xba\xe9\x8b\xc3\x43\x2a\xef\xa4\x90\x7c\x4b\x4b\x03\xe5\x33\x67\xfc\x0a\xee\x27\x38\x1f\x0f\xcb\xd1\x8e\xeb\xb1\x8e\x4f\x37\x96\x6c\x37\xf6\x94\x3f\x14\x1e\xd3\x18\x88\x33\xe0\x1d\x54\x9d\x15\x18\xb2\x3e\x01\xc0\xfc\x4b\x9b\xc6\x5d\x9a\x36\x17\x9b\xc4\x94\xd6\x8e\x14\x28\x5c\x3a\x5b\x19\x99\x33\xe4\x93\x52\xf2\x23\x93\xe4\xee\x51\xe0\x96\xa6\xee\x40\xcd\x96\x27\x35\x58\x4d\xa4\xa5\x27\x98\x18\x8d\xca\x8f\x49\x7d\x34\x04\xd2\x2c\xa1\xa7\xea\x3b\x7e\x11\xe7\x05\x00\x4c\x32\x7d\x00\xab\x6e\xfc\x50\x1e\x17\xa3\x55\x9b\x55\x62\x12\x76\xaf\xd2\xa1\xa0\xcc\x67\x73\x49\x4f\xee\xc2\xd3\x4f\x0b\xd6\x66\x1e\x76\x50\xcf\x76\x4b\x45\xad\xa8\x69\x67\xe4\x6c\xa3\x44\xf9\xbc\x78\x3b\x0d\xb2\xd4\x53\xd4\xa9\xfa\x9b\x1f\xc8\x6d\x01\x80\x69\xce\x58\x8d\x6d\x6d\x6c\xae\x76\x88\x2e\xaa\xbd\x52\xde\x16\x76\xa9\x52\xbd\x44\xc1\xbb\xbe\x84\x59\xb0\xf2\x34\x96\x7f\x33\x67\xee\xb1\x81\xec\x45\xe9\x4f\xac\x8e\xa6\x2d\x48\x66\x1b\x5d\x4b\x2c\x92\xdd\xd1\x40\xa5\x8b\xc4\xd3\xcb\x37\xf2\x57\xf1\xce\x80\xed\x8c\x19\x86\x36\x4a\xee\x3e\x45\x59\x18\x15\xdd\xf6\x9c\xb2\x38\x54\xbf\x29\x90\xfc\xd5\xcb\xb7\xb6\x91\xb2\xcd\x4d\xbd\x62\x8c\xc2\xb2\xd7\x2a\xee\x86\x56\xed\x73\xc8\xf3\x80\x86\xf5\xff\x65\x5c\x82\xcb\x37\x25\x27\x59\x22\xe5\x4a\x05\x52\x02\xa5\x01\xc0\xcb\x40\xd3\x50\xa3\xee\xb9\xf0\xbe\x28\xa7\xb6\x78\x58\x31\xe4\x57\xd3\x06\x68\xcc\x6b\x77\xed\x55\xe8\xee\xa9\xdf\x15\x62\x78\xa1\xfd\xdc\x62\x3a\x7c\x71\x9f\x61\x9e\x16\xfc\x4c\xff\x63\xc6\x41\x84\xbb\x09\x4b\xda\x80\x1e\x52\xca\x92\x06\xa2\x23\x00\xf0\x04\x68\x0e\xd2\xda\xd5\x81\xf2\xa3\x96\xb4\x1d\x47\x8d\x42\xea\x1a\x6f\x23\x63\x17\xff\xd6\x6a\x23\x79\xa7\x6e\x54\x1c\x41\x0a\x8e\xde\x2b\xde\x8f\x8c\xed\x5b\x94\x3b\x89\x6e\xd5\xbf\x9b\xa1\x84\x0a\x36\x05\xcb\x5f\x62\x8b\x94\x92\xa5\x96\x98\x03\x00\xbc\x00\xf4\x11\x7c\xbf\xcb\x90\xb6\x27\xf2\x44\x6b\x1d\x55\x14\xa2\xd5\xb8\x9b\x78\x7d\x91\x52\xc3\x27\x22\x4f\xb9\x95\x57\x12\x5b\x8f\x46\x16\x65\xe0\x3f\x2d\x1b\x73\xf7\xe1\xaf\xf5\xeb\xd3\x51\xfc\xc1\x26\x07\xb9\x27\x3e\xa6\x54\x24\xa9\xc5\xe3\x01\xe0\x3e\xc5\x72\x61\xeb\xce\x7e\x76\xf4\xb5\xfe\xd6\xfd\xac\xa8\xe0\x82\x86\x22\x66\xf4\x45\xd5\x1a\xc0\xc8\x75\xfd\x53\xae\x49\xff\x76\x54\xa7\x48\x89\xee\x6b\x89\xe4\xe4\xd3\x9e\xeb\xb3\xd3\x1e\xd1\x2e\x6e\xda\x9f\x58\x42\x9d\x50\x1a\x96\x2c\xa1\xae\x04\x80\x6b\x8c\x27\x41\xf5\x9d\x76\x82\x5f\xd7\x8e\xb4\xd4\xf0\x53\x83\x8d\x1b\x36\xf2\x0e\x5e\x28\xac\xbe\xcc\x55\x75\xcd\x2d\x13\xb3\x7f\x1c\x99\x2c\x8c\x62\x7d\xb6\x3c\x94\xb3\x8c\xf9\x4f\xdf\x2b\x6d\x17\xe3\xe7\x26\xf3\x84\xcf\xf4\x37\xca\x73\xc4\x27\x68\x62\x00\x38\xe1\x04\x8b\x52\xd9\x41\x4e\xb0\xbf\xea\xd8\xfc\x32\x1e\x0a\x3a\x54\x7f\x54\x5a\x74\x7e\xb8\x4a\x20\x1e\x77\x99\x2c\xcd\x11\xad\x3a\xb2\xb7\x80\x2a\xb8\x68\x31\x9c\xbd\x82\x57\xaa\xbf\x3e\xd5\x92\x73\x6f\xd3\x6e\xd9\x3f\xd6\x7b\xe5\xa3\x22\x4f\x46\x2d\x00\xec\x08\xea\x20\xf9\x4e\xfb\xbb\x0c\xf4\x4a\x50\xf3\xf1\xd4\x3f\x81\xa7\xea\x92\x93\xa3\x3c\x5f\x54\xde\x4f\x7c\xe7\xb2\xa4\xe4\xa5\xec\xca\x61\x3c\xbf\x43\xfa\xd5\xc2\x2a\xcb\x51\x1c\xa1\xd7\x9a\x12\x2b\xa8\xd9\xb4\x5a\x66\xc3\xbd\xab\x1c\x2a\xcc\x60\x65\x03\xc0\xaa\xa6\x8d\x93\xe7\xb7\x07\x14\x06\x45\xc4\x37\x8d\xe4\x1d\x0b\x60\xd4\x6d\xce\xde\xec\xa9\x56\x79\x3c\xfd\xa9\xb3\x65\x89\x7d\x4a\xf6\xa1\xb1\xfc\x0d\x72\x1f\xf3\x96\xcc\x5c\xd9\x62\xbd\xc0\xe4\x3b\x92\xe0\x4d\x4b\xe3\xb3\x04\x99\xca\xa9\xc2\x65\x1c\x1f\x00\x58\xdb\xe9\x69\x24\x4e\xbb\x51\x69\x74\xc4\x96\x26\x51\xd1\xf2\x80\x9d\xb5\xb3\x79\xf9\x1e\x4d\x95\x8b\xb3\xd5\x4f\x3e\x29\xfe\x93\x8e\x1c\x62\xe7\x0d\x27\xcf\x9a\xb3\x32\xdd\x12\xb7\xea\x39\x24\xa3\x71\x6b\x37\xad\x8c\x3f\x25\x9c\x52\x6e\x13\x74\x73\x37\x02\xc0\x7c\x4a\xbf\x4f\x5a\xdf\xf6\xa5\x62\xf2\x72\x4d\xd3\x89\xd2\x43\xfe\xe3\xb5\x59\x85\x25\x1e\xc1\x15\xad\xb9\xf7\x4e\xc6\x15\x17\x64\x7e\x3a\x74\x22\xef\x5a\xda\x42\x73\xdf\x8c\xef\xf2\x37\x7a\xe6\xc9\xeb\xe3\xa3\x36\xe9\xc4\xfd\x12\xdd\x57\x7e\x2b\x08\xe3\x66\x02\xc0\xe4\xd0\xa7\x62\x15\xfa\x97\x43\x27\xc2\x4d\xbb\x61\x68\xa7\x9f\x69\xdb\x2d\xca\xcb\xb3\x95\x8d\x8f\x29\x7f\x9c\x46\x6a\xf2\x21\x3b\x3b\xab\xf2\x7d\x50\xf3\xee\xef\x85\x21\xb0\x9f\x6e\x60\xd6\x17\xc4\x58\xfd\x47\xca\x29\x54\x4b\x31\x2c\xee\x2f\xda\x07\x00\x3f\x00\xed\x8d\x79\xde\xd7\x8a\x84\x84\x6f\xef\xde\x8e\xa8\xfb\xad\x6a\x83\xe1\xe6\xb3\xd2\x46\x21\x9c\xec\x54\x5d\x73\x1e\x2e\xb7\xd3\x2c\xfb\x06\x7f\xdf\x3d\x59\xa8\x83\x84\xe8\xba\x65\xdd\x40\xfe\xa8\x3f\x49\x31\x40\x0b\x14\x83\xe3\x1e\x62\x8b\x01\xe0\x3b\xa3\xbd\x31\x48\x1f\x13\xcb\x0a\x07\x5d\xf7\xb0\xcd\xbe\x13\x6d\x46\x68\xe9\x59\x9f\x46\x2b\xd4\xc3\x89\x57\xa3\x8c\xda\xda\xfe\x2b\xcb\x47\x3d\x76\xb7\x14\x4c\xa2\xa9\xba\x07\xb3\xa4\xe8\x17\xf5\x91\xe4\xaf\xd8\x45\x45\x8f\xb8\x52\x0c\x05\x80\xaf\x85\xfe\x8a\x9e\xed\x7d\x4e\x57\xbb\x14\xd4\x65\x49\x73\xf2\xf5\x6c\x45\xa8\xbc\x33\xdf\x1a\xc4\x54\xe0\x64\x54\x1d\x40\xa4\xd9\x96\x97\xfe\x20\xbc\x76\x63\x05\xba\x84\x9d\xae\x6e\xd6\x1c\x62\xa7\x7a\x4b\xb2\x07\xb1\x41\x31\x34\x6e\x03\xde\x0a\x00\x4f\x86\xb5\x47\x57\xf7\x5e\xe2\xac\xb8\x64\xd0\x59\xc9\xfa\xe3\xbb\xb1\x65\x86\xf9\xf9\x4c\x57\xfd\x37\xa6\x92\xd3\xa2\xaa\x41\xc6\x49\x5b\x7e\xe9\x19\x7a\xd1\xee\xc0\x7c\x06\x5d\x43\x57\x3d\xf3\x24\x4d\xa6\xde\x92\x94\x4e\x53\x52\x94\x49\xfd\xa8\x7a\x00\x70\x1f\xe0\x15\xd1\xd6\xd7\x1f\x0b\x8f\x87\x3d\xec\x54\xe7\xbf\xf2\x99\x69\x39\xc4\x13\x9c\x11\xd5\x9f\xe6\x1e\x75\x7c\x52\xb5\x83\xb3\xcd\x36\xac\xa4\x8a\xbd\x72\xb7\x73\xde\x23\xd6\x2a\x5d\xd5\x8c\x78\xa6\x92\x7a\x8f\x7c\x82\x31\x4f\x71\x58\x92\x42\x4b\x04\x80\xab\x44\xc8\xa3\x2e\xf7\xbc\x4d\x38\x16\xb6\xb1\x63\x7b\x7c\xb0\x8f\x59\xb3\x83\x94\xef\xfe\x5f\x9d\xab\xb8\xcc\xd1\xbe\x72\x93\xf0\xbf\x03\xdf\x8a\xd3\x05\x46\xbb\x17\xe4\xf6\xf2\x60\x9d\x0f\xe9\x54\x4e\x95\xfa\xe3\xc4\x61\xd6\xdd\x65\x3b\xc4\x89\x8c\x54\x00\x38\x0a\xd4\x87\x91\x65\x3d\x46\xe9\xef\x42\xbd\xda\x2f\xa6\x7a\x79\x53\x9a\x62\x92\xc6\xdd\x2d\x6a\x49\x89\x8e\xc7\xb3\x2b\xac\xe3\x27\x0e\x5c\x2a\x6a\x95\x7a\x99\x65\xe4\x3c\x15\x3d\xd7\xa9\x4f\xcb\x13\xd8\xa8\x3f\x4e\xf8\xc9\xa5\x2c\x0b\x16\x0d\xb2\x2e\x00\xc0\xde\x4b\xeb\x8f\xb4\xed\xc6\x0a\xf4\x43\x66\xda\x1a\x73\x17\x79\x7d\x6e\x1c\xcf\x9c\x3c\x5d\x54\x33\x98\x56\x70\x7c\x79\x39\x9e\x4c\xb6\xf9\x59\xf8\x2f\xd1\xc9\xcc\x3d\x47\x3b\x5e\x55\x27\x35\xf5\xb9\x38\x51\xfd\x5f\x82\x03\xff\xf7\xb2\x12\xd1\x0e\xf6\x2b\x00\x58\xd9\xf4\xe0\x6b\x6f\xbb\xad\x8a\xdf\x84\xe0\x6d\xa1\x05\xb1\x5e\x15\x8d\xac\xdc\x55\xa7\x03\x6b\xa2\x32\x45\x0e\x23\xe5\x5b\xd3\x94\x6c\xfa\x0b\xb3\x92\x04\x66\xe6\xd9\x7d\xb2\x2f\x3a\xf1\xa9\x54\xe9\x8a\xf5\x6b\x65\x5f\x85\x2b\x97\x4d\x08\x1f\x71\x38\x00\xb0\x3c\xe9\x09\xd7\x52\xbb\x7e\x94\x2f\x08\xd1\x6e\x5b\x5b\x7c\xca\x8b\xd4\x68\x9a\xdf\x7d\xda\xa4\x66\x5d\xce\x5c\x87\xe4\xb2\x8e\x0c\x33\x9b\x82\x42\x8b\x94\x70\x33\xa3\xec\x8b\x89\x0c\x9d\xe4\x54\x95\x38\xab\xf5\x87\x64\x52\xe1\x3b\xa5\x95\x42\x8c\xf3\x1b\x00\xd6\x42\x7a\xca\xcf\x34\x38\x0d\x8a\x7d\xa9\x09\x97\x40\x17\xef\x26\xc1\x6d\xd0\x85\x9e\x05\xf0\x03\xc8\xbb\xe2\x37\x3c\x0c\x81\x14\x08\x51\x83\x7a\x18\x5f\x90\x5d\xb0\x4a\x38\x81\xb8\xc3\x01\xae\x63\x08\x0e\x8f\x9b\x1e\x41\x2a\x11\x77\x15\x23\xe4\x17\xd2\xf4\xc3\x17\x5e\x81\xad\x7c\xb1\x08\xd6\x41\x93\xc7\x85\xb0\x1d\x7a\xa0\x5b\x13\xf6\x43\xbe\x55\x68\xc3\x81\x08\x27\xb9\x1d\xee\x44\xc6\x18\x66\xf0\x0b\x64\xea\xd2\x04\xb2\x01\xf9\xcf\x55\x07\x39\x8b\x2e\xda\xd5\x8e\x24\xa2\x3a\xca\x03\xc8\x57\x74\xcb\xb7\x85\x50\x32\x15\x99\xfd\x09\x55\x12\xa3\x77\xee\x40\x3d\x84\x51\x67\x0b\xf4\x1e\x27\xca\x66\xe1\x55\xf8\xd2\xa4\x01\xd8\x1b\xfb\x4e\x77\x87\x45\x58\xd7\xa5\x9d\xf0\x38\x26\x70\x09\x40\xb6\x60\xe7\x76\x59\x21\x11\xd8\x06\xe5\x30\xe4\x3e\x9a\xfd\x31\x83\x32\xc4\x29\x98\x5e\x4b\x79\xc5\x66\xdf\x82\x20\x05\xd6\xb9\xb6\x49\xc8\x88\x79\xa8\x24\x06\x0a\x60\x1c\x4e\xfc\x00\xc9\xe9\x4c\x6a\x1d\x74\x97\x76\x3b\xf4\x07\x6c\x46\x5b\xe2\xec\x06\x27\x51\x0d\x4d\x82\x10\x40\xe8\x2b\x2b\x20\x04\x36\xfe\xf6\x3e\x79\x54\xd2\x3a\x39\x4a\xfe\x2b\x56\x18\xf6\xa6\xec\x14\x9e\x6c\xd1\xa6\x9c\xe5\x97\x15\x2d\xa3\x48\x79\xda\xb2\x29\xca\x2d\x4e\x17\xfe\x1b\xda\xc0\xbe\x10\x92\x09\x71\x98\xb3\x27\x9d\xe0\x79\x0c\x07\xe3\x16\x38\x86\x76\x4d\xe9\x01\xb2\x8c\xd0\x79\x6d\x4e\x5e\x9c\x9c\xf2\x80\x4c\xde\x25\x77\x1b\xa4\x91\xfd\x65\xff\x1a\x85\x64\x49\x5c\x77\x7e\x37\xb9\x5f\x12\x17\xf7\x8c\xb2\x4a\x84\x60\x6e\x94\x10\xc1\xd9\xe0\xb3\x94\x59\xde\x9a\x13\x27\xa1\x30\x76\x9e\xf1\x76\xe8\x3d\xe3\x81\x52\x1f\x2c\xa6\xe2\xcf\xe7\x93\x94\x8a\x0e\xdc\x6d\x25\xed\xcb\xfb\xd7\xfb\x96\x14\x9c\xdd\x56\xe7\x42\x4a\xc9\x20\xe7\x3c\x24\x4d\xa5\xee\x92\x9c\x25\x1b\xcb\x5f\x21\x3a\x64\x99\x8c\x1c\x28\xa5\xac\x93\x4c\x38\xfe\xa3\x14\x0b\xde\x1a\x5d\x82\x6c\x38\xc9\x4a\x1d\xd0\x37\x3a\xeb\x29\x2f\x36\xa4\x89\x7d\xc7\x37\x56\x56\xa7\xd6\xfd\x36\xb6\xb9\x72\xb8\x9a\x19\xfb\xb9\xd4\x2f\xcb\x9e\x64\x51\xf0\x42\xb4\x98\x24\xcd\x39\x0a\x6d\x21\xcf\x4f\x0f\xf1\x7f\x42\xe6\x26\xed\x3b\x5e\x43\xd1\x8e\x2b\x30\x2c\xa5\xf4\x09\x92\x95\xca\x20\x31\x33\x69\xea\x41\xac\xf5\x60\xce\xad\xcf\xb1\x6e\xd7\xcf\x75\x22\xb1\x97\xdb\xbf\x57\xee\x8a\xcd\x6d\x8a\xc9\x58\x1f\xfb\xba\xa6\x57\xa0\x40\xb2\x2d\x9b\x21\x9f\x21\x55\x17\x64\xf8\x79\x91\xb5\x33\x1b\x1d\xda\xc8\x15\x49\x57\x0c\x35\x28\xc1\x12\xaa\x52\x11\x74\x8c\x1d\xf2\xf8\x67\xac\xda\xe8\xca\x5b\x73\x63\xf7\x0e\xc5\x74\x88\x62\x9d\x7b\x4b\x2b\x8e\xc7\xe2\x1d\xc5\xe9\xb6\xb1\x3d\x4d\x21\x7c\x0b\xd2\xba\xea\xd7\xa4\x7c\x12\xb3\xe4\x87\x6f\x37\xe9\xbf\x5c\x03\x87\x08\xf2\xa5\x54\x55\x83\x9f\x14\xa3\xb8\x9d\x4a\x37\xa0\xf5\x9c\xf9\x8f\x1d\x62\x7e\xde\x6b\xbe\x79\x34\x76\xf5\x68\x53\xfb\x6c\xec\x8e\x21\x49\x79\x6e\xec\xa9\x5e\x8d\xb4\xb4\x58\x71\xfb\x79\x5e\x41\xec\xe3\x06\x27\xd2\x76\xd2\xd1\x8a\x7a\x5f\x07\x52\x4e\xc1\x6a\x07\x07\xf2\xaa\x74\x1d\x83\x7f\xe4\xe9\x78\x77\xe5\x2d\x94\x11\x8e\xde\xe7\x60\xcc\x92\x52\xf7\x54\x84\x2d\xa1\xc8\x6e\x27\xa1\xf7\x28\x89\xed\x32\xb4\x99\x92\x57\xf2\x1e\x15\x53\x58\x72\x15\x94\x03\x59\x51\x5f\xa1\xe1\x50\x5e\xe8\x67\xd4\x0d\x56\x73\xae\x47\xad\xe1\x1c\x93\x61\xd4\x00\x39\xac\x4c\x45\x77\x21\x5d\x9f\xec\xd1\x12\x74\xff\xb4\x14\xa5\x22\x63\xb7\x0a\xd1\x8b\x08\xa3\xad\x07\x3d\x86\x1c\x2c\xd9\x8e\xee\x40\x14\x12\xbd\x50\x7d\xc4\x96\xaa\x83\xaa\x23\x61\xa1\x21\xe8\x6a\x44\xee\xac\x80\xaa\x20\xa3\x26\x47\x51\x65\x74\xad\xf2\x3a\x74\x33\xba\xf3\xc3\x62\xd4\x8c\xc8\x9a\x4a\x44\x95\x89\x65\x23\x7f\x90\x97\x38\xb9\xf5\x3c\xf2\x18\x7b\x56\xf4\x05\x19\xc1\xb0\x84\x00\xe4\x36\x16\x41\x9c\x42\xba\xb1\xd3\x21\x2d\xc8\x1d\xcc\xe2\x64\x24\xf2\x10\xdb\x6c\x3c\x80\xbc\xc4\x14\x94\x46\x51\x05\xb4\xf4\xcd\x2c\xe2\xcb\x6e\x7a\xf8\x19\xb1\x65\x35\xdc\xb8\x81\x6c\x67\x26\x37\x65\x22\xeb\x19\x29\x05\xf9\x88\x1a\xbd\x3a\x9e\x85\xac\xa0\x2f\xc3\xba\x90\xf5\x34\xff\x60\x36\xb2\x87\x5a\x75\xe2\x02\x72\x96\x78\x6f\xbc\x12\x21\x11\x2b\x95\x38\x48\x15\xf6\xf8\xa5\x2d\x9c\x22\x8e\xbf\xd7\x07\x53\x44\x4b\xfa\x6f\xc3\x7e\x82\xc8\x86\x79\xf0\x19\xde\xdb\xbc\x53\xb0\x3b\x97\x2c\x8d\x87\x3d\x38\xc6\xe8\x16\x38\x94\x35\x1b\xb4\x17\x96\x33\x71\x27\x4f\x78\x84\xa1\x60\x14\x01\xff\xa5\x9d\x52\xf2\x41\x8e\x10\x06\xb3\xb7\xa1\xd1\xa4\x73\xe3\x71\x50\x47\xa2\x65\xef\x72\xa8\x2e\xfe\x5f\x2d\x15\xca\x91\x4e\xe5\xac\x82\x32\xc5\xfd\xe2\x3c\xa8\x54\x78\x0b\x26\xa0\x6e\xfe\xf5\x80\xdf\xd0\x2f\x6e\x9a\xe3\x55\x78\x0f\xdb\xd9\xf0\x3d\x7c\x95\x51\xa1\xe4\x0f\x0f\x50\x89\x27\x15\x94\xe7\x05\xb5\xb7\x9f\x53\xee\xe6\x26\x77\x31\x29\xfd\x59\x78\x95\x1b\xa5\x21\xfd\x7c\xa6\x1d\xa5\x31\x65\xb7\x50\x87\x32\x22\x57\xa6\xf8\x50\xbe\xc6\x77\xfb\xdb\x42\xc6\x92\xc3\xc7\x77\x43\x51\x02\xba\xa1\x03\xd4\xce\xf1\x51\x82\xe1\x6d\x74\xda\xe4\x3e\xca\xf9\x86\xa2\x91\x54\xca\xbe\x9a\xe0\x76\x1e\x65\x5b\xc5\xd1\x72\x31\x65\x75\xc9\xc2\xb4\x26\xca\xaa\xfc\x62\xde\x63\x8a\x49\xf6\x1e\xd2\x05\x8a\x4f\x1a\xd5\x37\x91\x92\x25\xa7\x1f\xfb\x44\x79\x1f\xa7\x65\x90\x01\xd9\x09\x9c\x94\xc8\x50\x0b\x93\xf5\x20\x97\xa2\xdb\x1f\x3c\xb4\x87\xfc\xaf\xfb\x7c\xab\x31\x79\xa2\xcd\xa4\xd4\x89\xdc\xd3\xf0\x28\x25\x91\xdc\x5d\xed\xc6\x79\x41\x9e\x2c\x4d\x8f\xc9\xa6\xa8\xe4\xf3\x7c\xb4\x28\xfb\x32\x26\x8f\xcd\xa1\x60\xf2\x01\x83\x55\x94\x67\x92\x0d\x4a\x30\x14\xc9\x3e\x76\xbf\x8f\xb2\xe4\xe6\xcd\x1b\x8e\xe4\xa7\x83\xbe\x2d\xc7\xc8\x0d\x3d\x43\x25\x61\xe4\x8c\xb6\x6f\xc9\x9d\xe4\xd4\x86\x27\x9c\x2d\xe4\xaa\x2a\x51\xf4\x67\xf2\xd3\xe2\x11\x6f\x2e\x65\x61\xce\x21\xfb\x4a\xca\xfe\x94\xb3\xfa\x6f\x28\x65\xd2\x66\x25\x39\x74\x90\xfd\xe8\xbe\x26\xf9\xed\x5d\xcf\xc1\x2c\x72\xc7\xad\xf8\xe6\x2c\xb2\x68\x50\x5e\xdc\x4b\xbe\xd6\x73\x3a\x79\x1b\x39\xb0\xb5\x8b\x2d\x22\xc7\xd4\x4d\x47\xc7\x92\xd3\xcb\x11\xef\x4d\xe4\xc6\x7c\x2d\x7b\x06\xf9\x79\x5a\x90\xfe\x07\xca\xf9\xb8\x19\xa5\x97\x94\xaf\x1c\x85\xff\xde\x12\x3f\xc8\x23\x8f\x2a\x08\x36\xf9\xd6\x90\x25\xb1\x91\x7c\xbb\xe9\x21\xde\x47\xbe\x59\x90\x87\x47\x51\xe6\xc4\xbb\xe1\xc6\x94\x7c\x2c\x0e\x7b\x0c\xed\x0c\xd6\xc3\x38\x50\xc7\x09\x3b\x6c\x17\x1c\x64\xbc\x1e\x9d\x41\x74\x94\x64\x68\x2e\xd2\xf6\xe6\x1f\x71\x09\x71\x7d\x38\x48\x2c\x46\x14\x6f\x04\xe3\xd9\x70\x7f\x93\x12\x7e\x16\xa6\xe5\xcf\xe0\xcb\xe1\xab\x71\xf9\xd8\x5d\xb8\x1e\x7d\x86\x71\xe1\x9f\x41\x85\xd8\x09\xc4\xda\x69\x10\x5b\x8c\x88\x8c\x92\xd1\x3e\xe4\x87\xd2\x21\x54\x8a\x6e\x7f\xf5\x01\x7f\x87\x0f\x3e\x58\x8d\x8b\x71\xbb\x81\x17\xb8\x31\x36\xdc\x30\x88\x7d\xc4\x8e\xe4\x8d\x62\xb5\xe8\x07\xe9\x0d\x8c\x84\x4e\xa2\xeb\xb0\x7d\xe8\x6c\x10\xc0\x94\xd1\xc7\x4e\x7a\xe8\x38\xfa\xd0\x48\x0f\xcd\x44\x9f\x29\x2d\x46\x29\x68\xc1\xb3\x4f\xf8\x06\xd6\xd8\xdd\x04\xac\x93\xf9\x5f\xef\x63\xec\x0a\xe3\x71\x9d\x3e\x66\x48\xff\x9c\x23\xc4\x00\x7d\xb3\xf8\x31\x3a\x40\x23\x60\x26\x2a\xa7\x7e\x0e\xe8\x47\x29\xd4\x93\x8e\x5b\xd0\xf3\x44\xae\x61\x34\xba\x07\xff\x6f\x59\x2b\xba\x03\x1b\x7b\x1a\x8d\x71\x44\x91\x77\xa8\xd8\x16\xa1\x4a\xcf\x42\x74\x80\x9f\x50\x5d\x8a\xa2\xbc\x1d\x59\x17\x51\x7b\xce\x0d\xd1\x22\x74\x1d\x3b\x1e\x02\xc8\x27\x96\x97\xbf\x10\x99\x64\xae\x3c\x6e\x88\x8c\xd0\xab\x0c\xde\x20\x35\xb4\xad\xcb\x4a\x91\x06\x62\xcb\x94\x01\x3a\x26\xdf\x78\x2b\x16\x8d\x49\xd0\xee\xf4\x46\x4d\xe3\xfe\x56\xda\x20\x4f\x24\x3f\x32\x4c\x90\x4c\xd1\x2f\xc1\x76\x24\x46\xb8\x8e\x1c\x86\x9c\xe1\xef\xf4\x73\x47\x0e\x71\x37\x3a\x9c\x44\x2c\x58\xef\x0c\xae\x22\xfa\x0c\xd2\xb2\x7a\xc4\x82\x1a\xf1\x70\x27\x32\x93\xaf\x3b\x74\x0f\x49\xca\xd9\xd3\xfa\x1c\x71\xcb\x3c\x50\xa6\x09\xff\x4b\xdb\x97\x1a\x02\x77\x26\x1b\x73\xab\xe0\xb4\xc4\x1d\xb1\x2e\x30\x2f\x7e\xae\x4f\x21\x8c\x8a\x8b\x8e\x6d\x81\x21\xc1\x0a\xfd\x49\x98\xc2\xd9\xb4\x6c\x1a\x96\xd1\xc3\x27\x9a\x90\xd8\xba\x81\x81\x0c\x44\xa9\xaa\xbe\xe9\x3d\xdc\x56\xd6\x5e\xec\x0d\x07\x14\x65\x24\xbd\x82\xb5\xf3\x82\xd8\x97\xe1\xc5\x59\x1b\xa2\xdd\xa1\xbf\xa9\xf1\xde\x0b\xa0\xaf\x89\xdd\x47\x9f\x43\x3f\xa4\x52\xfd\xbd\x30\xe0\x7f\x59\xf6\x1a\xd6\x61\xfa\x8f\x5b\x22\xfb\x7b\x75\xfa\x0e\xc2\xb7\x3b\xcf\x34\x14\xc1\x97\x5b\x02\x0b\xf5\xe1\x15\xf5\xfb\x12\xef\x40\xb7\x2b\x1f\x31\x69\x50\x65\x89\x4b\x64\x0e\x94\x93\x17\x7e\x31\x11\x12\xa6\x7f\x3f\xf2\x11\xe2\xca\xd7\xea\x95\x42\x59\xe2\xc2\x65\xef\xa0\x49\xf6\xba\x31\x2f\x44\x7b\x98\xd6\xeb\x0f\xd7\xf7\x1f\xad\xef\x87\x4f\x74\x4d\x17\x9c\x80\xde\xb6\xee\x4b\x04\x50\x51\xfd\x09\x46\x1b\x44\xaf\xd4\xbb\xf6\x0d\x8a\x2a\x4a\xbe\xb8\x00\x3a\x9b\xed\x7a\x24\x05\x3a\x9e\x2c\xd7\x23\xa0\x30\xa9\x8d\xd2\x12\xa8\x84\x5d\x74\xa7\x0f\x59\x7a\xe7\xd3\xf5\x5e\x38\x61\xe4\x62\xbd\x16\xbc\xbd\x5f\x96\x5f\x08\x75\x75\x51\x13\x7c\xa0\xa8\x96\x0d\x0c\x23\xe8\x68\x6d\xd8\x35\x08\x32\x29\xb3\xbc\x90\x01\x29\xe7\xe9\x1c\xb9\x4c\xf9\x9e\x9a\xa6\xc7\x80\xd4\xe3\x7c\x94\xdc\x21\x0f\xf6\xf8\x13\x25\x56\x1a\xc9\xf1\xd6\x3d\xe6\x28\x29\xaa\x33\x93\xf1\x9c\x14\x57\xb9\x9a\x61\x41\x6a\x4a\xaf\xa7\xcb\x49\xff\xf8\xc1\xb4\x69\xb2\x90\x14\x45\xdb\x4a\xb1\xf5\xdd\x4d\xbd\x08\x29\x1e\xb3\x23\xf8\xd0\xac\xbe\x25\xde\x02\x3f\x54\x74\xc6\xfe\x20\xb2\x29\x1d\x96\x06\x54\x79\xf3\x1f\xd3\x03\x12\x76\xdc\x66\x50\xa0\x6b\x15\x4e\xf4\xbb\xd0\xb9\xb4\x3f\x74\x2b\xc8\x83\xd7\x4e\x63\x41\x15\xb1\x0f\xa8\x8f\xe1\x15\x3e\x45\xd4\x6d\x30\xcd\xbe\x9e\x08\x40\xe6\xe9\x0d\xe1\x59\x48\x86\xe2\x4a\xec\x13\xf2\x7d\xb2\x9d\x59\x8e\x69\x8e\x74\x33\xfe\x43\xdb\xdb\x1b\x19\xab\xd0\x4b\xe5\x67\xe9\x91\xe8\xda\xb4\x4d\xb4\x69\x64\x92\xfb\x85\x66\x8e\x3c\x8b\xd5\xa3\x4a\xd1\x85\x3e\x2a\xc4\x7f\xa8\xa6\xbd\x01\xb1\x1f\x3d\xac\x17\x8a\x53\x51\xc6\xd2\x69\xec\x11\x1a\xf5\xe0\x28\xe3\x0e\xd3\xe8\x46\x33\x43\x9d\xe1\xdd\xba\x92\x7e\x98\x4e\x2b\x55\xa5\x55\xd0\x9a\x53\xf4\x68\x5b\x68\x4b\x39\xae\x54\x3a\x95\x1b\x7d\x9b\x78\x43\x55\xf3\x7a\x44\xf8\x12\xc2\xa3\xbb\xf0\x11\x62\xc1\xce\x9b\xb8\x16\x4e\x5d\x5a\x8e\x09\xb0\xb4\xbb\xef\x19\x6e\x82\xa8\xfe\xb7\x74\x9c\x6f\xdd\x74\x81\xd6\xcc\xfd\x51\x54\x40\xdb\xc8\x29\x4f\x52\xa6\xb2\xd9\xb1\x2c\x84\xf8\xca\x0a\x8c\x3a\x44\x04\x30\xcf\x5c\x2c\xc3\xc7\x18\x66\x47\x4e\xe1\xd6\xb4\x7f\x3b\x3d\xb0\x54\x6a\xcd\xd2\x46\x6c\x15\x3e\x7b\xe7\x1e\x7d\x40\xd6\x74\xfd\x0b\x7d\x61\xdc\xfb\xfa\xbb\x34\x1b\xa9\x62\x81\x37\x55\x2e\xde\x95\xa8\x40\xfc\x15\x06\x30\x1a\x88\x4b\xfc\xca\x6b\x3d\xf8\x2c\xf7\xf3\x05\x1a\x7e\x8c\xb3\xe1\x30\x0f\xab\x60\x69\xef\x78\x8f\xad\xa6\xff\x58\x3a\x82\x4a\xa9\x46\xb7\x0c\x68\xff\x72\x0c\xbb\x4a\x69\xe6\x99\x78\x0d\x97\x4a\x4a\x1b\xce\xf5\x21\x86\x53\xe6\xc4\x9f\x22\x0c\xe5\x06\xb4\xb3\x78\x96\xcc\xef\x4a\x3b\xbe\x59\x0a\x7b\x7e\xc5\x98\xa2\xf0\x43\x57\xd0\xcf\xfc\xcd\x3b\x22\x51\x2f\x36\xaa\xb8\x1c\x79\x46\xdf\x34\x34\x42\xcb\xac\x5e\xd3\x1e\x4e\xbd\x59\xee\x56\x59\x45\x7c\x2b\xae\xc9\x6a\x20\xec\xf2\xef\x49\xa6\xf0\x8c\xec\xe7\xc4\x66\x7c\x75\xfa\x8b\xcb\x23\x58\x7c\x72\xa5\x87\x17\xb6\x20\xc1\xe2\xe0\x31\xf4\xaa\x24\x48\x77\x14\x79\xc6\xdf\xa9\xb8\x01\xb9\xca\xf8\x3b\x18\x46\xf3\xee\xfc\xda\x6a\x49\xa5\xb6\x52\xca\x03\x89\x92\x86\xa9\x0c\x09\xfe\xa5\xfa\xaf\x68\x06\x3f\x5e\xf6\x1a\x73\xc0\x9a\x0a\xeb\xc3\xf5\xb0\xdd\x39\x06\xe7\x14\xd0\xf4\xb4\xed\x76\xc7\x50\xd5\x84\x22\xdd\x23\x08\x5b\x54\xab\xa8\x8d\x68\xb0\x52\x07\x62\x69\xa7\x07\x96\xb6\xb8\x52\xc3\x7b\xf4\xcb\x60\x42\xd0\xae\x99\x5e\x8d\xdf\x6a\xec\x11\xad\xc1\xb5\x6a\x76\xa0\x5c\x8c\x57\xe6\x7d\x89\x8a\xcd\x2f\x30\x39\x4b\x42\x43\x32\x03\x6d\x5f\x20\x77\x93\x94\x74\xd7\x23\xae\x12\x4b\xc5\x83\xf0\x1b\xf6\x8e\xfe\x76\x9a\xc3\xcd\xfd\xcd\xa9\xd4\xd3\x83\xaa\xa5\x83\x44\x50\x4f\x41\xfa\x32\x3c\xbb\xed\xa9\x10\xc2\xde\x37\x0c\xa3\x00\x73\xaa\xa2\x5c\x5a\x8a\xb6\x15\x57\x9c\x5d\x8f\x6e\xce\xd1\xb6\xad\x43\x18\x29\x73\x74\xd5\x91\xf9\x52\x77\x45\x1e\x9c\xcc\xf6\x18\x4d\x10\xce\x8b\x35\xec\x11\xf1\x8b\x63\xfd\xea\x00\xcf\x3f\x56\x96\x17\xcc\x3d\x1e\x3b\x11\xff\x99\xb3\x8b\xb4\x9f\x96\xc5\x56\x24\x4d\x5d\x29\x67\xde\x27\xe7\x79\x46\x30\xd2\x28\x94\x83\x12\xba\x13\x14\xac\xf3\x80\xfa\x19\x16\x2e\xae\x21\x0a\x90\xe0\xdb\x13\x82\x68\x4a\x60\x77\x2f\xdf\x82\x72\xa1\xd6\x84\xb7\x98\xe2\x96\x5b\xca\xf9\x42\xf1\x8c\x3f\xca\x9e\xa5\xd0\x68\x0a\xac\x5e\xca\xec\x15\x0d\x66\x26\x74\xc1\xe3\x05\x23\x0a\x7a\x76\x70\x31\x7d\x2f\x8c\xe8\x44\x52\x5f\x20\x47\x17\x5f\x26\x0a\x91\xd6\x5b\x3f\xf8\x1f\x91\x96\xae\xd7\xbc\x21\x24\xb6\xe6\x3c\xb7\x18\xd9\x93\xf3\x91\x93\x82\xcc\x8b\x4b\x63\x4b\xe0\x57\xd4\x40\x16\x05\x51\x88\x10\x33\x2f\x20\xfb\x3c\x42\x19\xfb\x90\x48\x3b\x19\x5d\x11\xa9\xd7\xd9\x41\xed\x42\xb7\x2e\x76\x26\x04\xe8\xae\xe1\x72\xfe\x61\x7a\x60\x87\x1a\x6f\x3b\xad\xa1\xf2\x33\x77\x19\x6d\x61\xd6\x08\x07\x50\x7d\x25\x5d\xac\x1f\xc4\x3d\x7c\x84\xf9\x8c\x20\x5d\xde\xc7\x18\x21\x74\xcf\x1d\xa2\xb7\xe1\xdd\xb6\x95\xb4\x54\xdc\x6b\x7b\x31\xd5\x0b\x5f\xbb\xd8\x9a\xd8\x8b\xb9\x0e\xd6\xf1\x9a\x78\xd4\xd6\x58\x6e\x02\x37\xa2\x9c\xcb\x41\x39\x8e\x19\xc5\xec\x4b\x6c\x7d\xd1\x34\xcb\x97\xb5\x19\xd3\x63\xba\x33\x77\x5f\x7a\xc8\x70\x60\x38\x9f\xdd\x49\xdf\x45\x77\x3e\xf0\x99\xb6\x82\x66\xbf\xdd\x99\x78\x48\xdd\xbd\xd8\x1b\xaf\xc7\x25\xfd\x4b\x78\x47\xe3\xe8\x4d\x9f\xb8\x9b\x24\xf7\x4b\x8f\x72\x80\x58\x37\x2d\x83\xf5\x5c\x08\x09\x55\x98\x13\xfc\x07\x88\x8c\x71\x9b\xe7\x1e\x46\xa3\x0f\x70\x86\xce\xac\xa4\x15\xb1\xd7\x1f\xb0\xa2\xd2\x99\x67\xb7\xfd\x26\x9c\xe9\x61\x8b\xf9\xb8\x09\xf1\xa0\x87\xc1\x4d\xca\x74\xae\xaf\xe5\x44\xa6\xcd\x14\x59\xb0\x5d\x53\x42\x92\xef\xb3\x8c\xe5\x77\x79\x12\xa6\x7a\x82\x15\xe4\xc3\x58\x15\x57\x1d\x92\x49\x57\x91\x2c\x3b\x9d\x43\xfd\x2c\xd4\xb7\x31\x24\x6e\xf1\x34\xb6\x51\xf0\x4c\xd6\xed\xc5\x9d\x18\x9d\x56\xdf\xc9\xe4\x9e\x2b\x67\xd7\x8c\x73\xd4\x4b\x74\xf2\xd9\xac\x67\x05\x8d\xf2\xd3\xcc\xc6\x5c\x1d\x8e\x2d\x23\x29\x13\x25\x1f\xa3\x4b\x52\x07\x83\x86\x68\x02\xf9\x8c\x9b\x31\x35\x32\xbe\xc2\x5a\x9d\x70\x11\x1b\x6e\x7d\x8d\x6b\xf1\xdc\x16\xdf\xc6\x96\x32\xe0\x76\x35\xae\x5d\x6b\x75\x95\x80\xfd\xb9\x51\x94\x7b\x8c\x55\x55\x6b\x99\x60\xc2\x44\x2b\x4a\x58\x07\x18\x67\x8a\xdf\xc5\x86\xd3\x0f\xe6\x2f\x0f\xdc\x4a\xdb\x9b\x39\xeb\x3a\x42\x5d\x97\xb2\xcf\x4a\x09\xff\x26\xd3\xdd\xea\x81\xf5\x09\xcb\x16\x3f\x44\x2b\x59\x8b\xda\xf4\xb8\x86\x3d\x94\xca\x34\xf6\x6c\xfb\xdb\x1c\x4f\x56\x5a\xb3\x81\xcc\x89\xe9\x5f\xa7\xcb\x0c\x65\xec\xad\x78\x19\x53\x40\xdf\x58\x4c\x09\x88\xa4\x2d\xcd\x2d\x75\xb5\x24\x5e\xa6\x9f\xd8\x9f\x8d\x77\x25\x5e\xda\xaa\x8f\x49\xc4\x5b\x16\xff\x41\xc9\x2c\x49\x6b\x14\x57\x6d\x30\xac\x62\x86\x3d\x74\x9d\x9d\x9d\xc9\xa2\x75\x5c\x8a\x4f\x66\xda\x36\xcf\x63\x74\x33\x96\xd5\x3a\xc6\xa8\xd0\x9e\x97\x7b\xfa\x7f\xa0\xde\x28\xf8\xed\x32\x46\x64\x67\xbe\xde\x1f\x8c\xc7\x26\x39\x6c\xdd\x86\x1d\x94\x98\x2c\x39\x88\xea\xb2\xfa\x7b\xce\xc6\xbf\x8f\xb1\xa8\x37\x8c\xb3\x89\x61\x17\xd6\x4a\xb8\x31\xf7\x92\x15\x45\x9f\x63\x77\x73\x99\x42\x8f\xd8\x0a\xca\x2e\x7e\x05\xc9\x3f\xd8\x85\xfb\x83\x6c\xee\xb6\x9d\x63\x46\x51\xb3\xf2\x60\xb9\x43\xcb\xb5\x75\x19\x1e\xb0\xe7\xc2\x3b\xb4\x70\xc4\xa6\x9b\x88\x67\x91\x9d\xeb\xce\x49\x5f\x93\xdd\x0b\xde\x49\xf6\x91\xaf\x26\x79\x88\x8a\xc8\x72\xce\x43\xe1\x6a\xf2\x23\x72\x26\x3f\x96\xe2\x18\x34\xc8\x1d\xa4\x8c\x9f\x2a\xe2\xac\x80\xc2\xf7\x7f\x60\x1d\x80\xd7\x6a\x3d\x62\x38\x22\x0b\x16\xd6\xd1\x2e\x21\xbc\xae\xcc\xf8\xed\x30\xa9\x96\x26\x8d\x83\xed\x0b\x36\x8b\xdf\xc0\xc6\xf2\x3c\x91\x17\xac\xce\x39\x20\xb8\x03\x6f\x26\x2b\xf1\x2d\x60\xe7\xa0\xc3\x5c\x09\x9c\x7a\xca\x84\x3d\x0d\xbf\xde\xcf\x67\xad\x45\xec\xb4\x92\x18\x3b\x91\x3b\x0b\xe5\x34\x57\xe4\x63\xc7\xf2\xb8\x62\xea\x78\xf5\x2e\xe9\x1a\xea\xe1\x3c\x0d\xf1\x15\xa2\x3a\xe1\xbe\x70\x9a\x30\x65\x15\x0a\x4e\xe1\x43\xb1\x39\xbc\x66\x9c\x1b\xa8\xca\x5d\x83\x7b\xba\xea\xb1\xc3\x71\xb5\x7d\x37\x99\xc5\xd8\x3d\x2d\x53\x7a\x3f\x56\xb7\x50\x4c\xfd\x85\x29\xb4\x5e\x8b\xdb\xc2\xa9\xaa\x5c\x2e\x89\x61\x5f\xcf\x59\x26\x9a\x62\xf5\xcb\x80\xd0\x89\x39\xc2\x5c\xca\x6f\x67\xcc\xc6\xec\xe3\x19\x30\x34\xfd\xa7\x39\x12\x7a\x80\xcb\x76\xd6\x0c\x8d\xb1\x6f\x2b\x53\x8b\x5a\xa8\xf9\x9d\x7e\x80\xe8\x5f\x38\x46\xbd\x8a\x1f\x6e\x56\x92\x4a\x25\xee\x65\x55\xe2\x9f\xa2\xe7\x59\xab\x44\xee\x42\xff\x38\x73\x41\x17\x7f\x9a\x1e\xcd\x37\xe6\x05\x46\x3d\xe0\xe6\x70\x57\xfa\xd5\x73\x54\xd8\x4d\xce\x2b\x58\xee\x2c\x3d\x4b\x0e\x23\x81\x91\xae\xd9\x4b\xab\xa6\xbd\x53\xd8\x46\x3c\x23\x58\xf5\xf7\xa5\xab\xd2\xe0\xe2\xf7\x62\xbf\x14\xd7\xf4\xe3\xc2\xae\x24\x35\x71\x95\x60\x73\x42\x2b\x75\x37\x8f\x88\xbf\x70\xed\x01\xe7\x93\x54\xd9\x77\x0e\xdb\x53\x94\x7b\xe2\x39\x33\x9f\xff\xdb\x42\x42\x9f\xe5\xea\x6b\xba\xd3\xe6\xb0\xf4\x15\xbc\x09\x23\x9a\x6b\xed\x5a\x49\x57\x89\x4a\xe1\x36\xf1\xba\x82\xa9\x94\x21\xa1\x7f\x6e\x97\xf0\x22\xbf\x36\x2b\x16\x5f\xcd\x53\x4a\x5f\x77\xe5\x15\x87\x94\x5c\xe6\xed\xc4\x9a\x4e\x5c\xe3\x24\x63\xea\xc7\xe9\x9a\x73\xe8\x81\xc2\x6f\x1a\xc3\x54\x9c\x4b\x51\x88\xc0\xab\xe8\xbf\xab\x7e\x4b\x86\x1a\xa1\xfc\x6d\xe2\x79\xb5\xb2\xa4\x74\xe1\xc1\x4a\x1e\xff\x10\x9f\x53\x7a\x02\x5d\xcd\x9d\x28\x78\x1e\xa1\xca\x31\xcd\xb9\x78\x31\x9f\x25\x4a\x17\x3a\x9a\x32\x26\x92\xec\xf7\x62\x74\xd5\xb8\x2c\x8d\x7d\xd4\x6d\x82\x64\x05\x0a\xee\xcc\x0c\xa9\xfc\x25\x19\x6e\xbf\x99\x67\x21\xfa\xd7\x2c\x95\xd7\x08\xcd\xeb\xb7\xf1\x2e\xf2\x49\x55\xb1\xc8\x6e\x6e\x67\xa9\xf0\xf2\x41\xce\xca\x02\xfc\xc2\x3b\x56\x40\xf6\xda\xe3\x69\x8c\xc2\x54\x9d\xbd\xab\x69\x8f\x65\xd7\x35\x96\x12\x1f\x85\xdf\x14\x24\xf8\x3a\xe6\x7f\x95\xdb\x24\x43\xd7\xdd\x72\x23\x44\x5f\x3b\xee\x24\x7e\x15\x6e\x6b\x59\xc3\xcd\xe3\x7b\xd6\x2f\x82\x59\x5c\x79\x65\x65\x78\x36\x7b\xba\x44\xeb\x42\x00\x6b\x47\x9e\xc1\x71\x03\x46\x50\x7a\xf2\x9e\x61\x5a\x62\x22\x53\x03\x10\xd9\xa2\xdf\x0a\xb7\xb1\x5e\xd6\xb6\xb2\xae\xcc\x82\x68\x69\xf6\xda\x74\xbd\xe8\x2f\xb2\xb4\x94\xc1\x98\xa3\x6c\x97\xa4\xc0\x98\x06\x8a\x6e\xc2\xaf\xd8\xe3\x61\x76\xf1\x14\xd2\x22\x8f\x59\xc9\x63\xd2\x4b\x7b\x8a\x68\x05\xf9\xa5\x69\x1d\x5f\x1d\x02\x1b\x17\x73\x00\x7c\x66\x6e\x03\xe3\x3b\xa2\x57\xb6\x25\xd3\x9e\x14\x9c\x45\x4a\xbb\x47\x12\xc8\x14\x52\x30\x52\x21\xeb\x46\x92\x36\xe9\x39\xb9\x32\xa1\x8d\x7c\x24\xf4\x6e\xfc\x11\x72\xaf\x07\x55\x52\x45\x09\xb4\xdf\x2c\xfc\x04\x6d\x32\x0d\xe1\x2f\x84\x5e\x6d\x18\x65\x7f\x80\xdf\xcc\xcd\x62\x7c\x44\xfc\x4a\xe1\x8c\x57\xd0\x85\xcc\xd1\x34\x3a\xe4\x10\x1f\x94\xb2\x0b\x32\x64\x1d\x90\x3f\x86\xcc\xc9\x7b\x12\x60\xc8\x2b\xd4\x27\x7e\x29\x54\xe0\xb1\x41\x42\x86\x95\xff\x1f\x0a\xea\x82\xaf\x89\x87\x01\x00\xf0\x89\x2d\x61\xa2\x22\xa0\x80\x85\x94\x85\x82\x05\xa2\x28\x4a\x18\x28\x0a\x22\x92\x02\x8a\xa2\xd4\xe2\xfa\x76\xeb\x6e\x16\x8c\xd1\x39\xba\x1b\x04\x0c\xec\x6e\xfd\xdb\xdd\xdd\xef\xef\xfd\x10\xcf\xb3\xf9\xb8\x74\x00\x45\x97\xcd\x11\xdd\x47\xff\xda\x9b\xf8\x17\x31\x93\x99\x91\x73\x03\x1b\x34\xb5\xe5\x6f\x27\xa3\xf2\xfd\x72\xff\x30\x9e\xaa\x46\xe5\xb4\x33\xf6\x73\xbe\xe9\x62\x19\xa3\x41\x0b\x0d\x40\xf4\xa7\xec\x51\x89\x88\xfc\xc8\x95\xf2\x7f\x84\x6a\xf3\x28\xe9\x36\x82\xe6\xa9\x13\xa5\x11\xf1\xf6\x14\xfe\x41\x22\xd5\xec\x14\x87\x8a\x9f\xae\xd0\xe6\x0f\xe7\x95\x18\x23\x73\xd5\xdc\xfb\x8a\xed\x39\xbe\xdc\x11\xec\x4c\xed\x03\x8e\x37\xad\x33\x1b\x66\xa3\x07\x3d\x55\x96\xac\x67\x7b\xd6\xc9\x99\xac\x3d\x9b\xfc\x24\x43\xcc\x5a\x4f\x07\xe1\x4b\xe6\x70\xfb\x6d\xbc\xc7\xe4\xbe\xe1\xd6\xec\x77\xc4\xf7\xb2\x8a\x3c\xad\xb4\xc6\xa0\xc8\x75\x96\xa4\xc8\xea\xf4\xa7\xc5\xd3\x98\x7f\xb5\x89\xc2\x0b\xd4\x74\xf5\x6f\x81\xf2\xc0\x24\xa5\x88\x4f\x8f\x08\x91\x8f\xe2\x45\x05\xd0\x25\x7e\x5c\xeb\xa5\x65\xc2\x3d\xec\x7e\xfb\x95\xbc\xad\xac\x7d\xc3\x33\xd9\xbb\x48\xe7\x92\xf1\x79\x6e\xfa\x32\xfd\x6c\x43\x95\xf6\xaa\xe4\x90\xde\x3f\xfb\x01\xe3\x85\xe6\xbc\xea\x5c\x96\x4c\xbd\x5b\xd1\x91\x94\xa4\x78\x20\xeb\xd8\xfd\x58\xb6\x4b\x52\xb1\xf1\x80\x58\x22\x8a\x5c\xf2\x42\x50\xcc\x7f\x6d\xf7\x89\xab\xe6\xee\x18\x3e\xc8\xd2\x32\x2f\x17\x4a\x8d\xcf\xca\xa6\x68\x6e\x19\x62\x8b\xb7\x8b\xc2\x74\xef\x0a\x60\xfc\x83\xe6\x90\x91\x97\xd1\xa7\x7a\x96\xc3\xdc\xdf\xab\x48\xd1\x32\x77\x65\x4a\xef\xa8\xf7\x6d\x08\x10\x4f\x92\x3f\x5f\x32\x51\x30\x57\xe2\x6d\x27\xe1\x4e\x12\x04\x0c\xff\xc8\x1a\xc7\xde\x92\x2f\x33\xbe\x6f\x5c\xae\x7e\x68\xd8\x5e\x7b\x42\x10\xab\x3b\x51\xe5\x81\x4d\xd2\x78\x97\x47\xa5\xfd\x52\x15\x17\x27\x27\xcc\x54\xd8\xe6\xc7\x84\x01\x52\xc2\x30\xc3\xdf\x5a\xd4\xa0\x39\xb4\x78\x31\xbf\x5f\x71\xd8\xce\x9e\x53\x2d\x1e\x3f\x62\x02\x33\x8f\xa3\xc8\xbb\x68\xbc\xdd\x3e\x46\x3d\xd5\xe0\xdf\xec\xc3\x67\xeb\xda\xea\x7d\xd1\xb5\x1a\xc7\xea\x71\x69\xcb\x54\xec\xf2\xa2\xf8\x64\xf9\x97\x62\xbb\x9d\xb1\xd2\xd0\xbc\xcd\xeb\xe5\x22\x42\x3f\x6c\xd1\x15\xbe\x44\x15\x61\xfb\x8d\x43\x91\x04\x8c\x58\xc8\x4c\xe0\x5a\xe6\x2d\x37\xf6\xf6\xd8\xaa\x0e\x1a\x3c\x3a\x46\xf0\x2e\xe8\x0a\x9a\x1b\x11\x99\x66\x58\xfd\xfc\xa3\x52\x55\x64\x55\x54\xdc\x25\x79\x4f\x59\xec\x8e\x07\xd2\xc9\x85\x16\xeb\x17\x8b\x56\x1b\xbc\x16\x69\xf8\x1b\xd4\xef\x6d\x3f\x70\x9c\xa5\x4b\x46\xa4\x33\x27\x72\x83\x75\xe3\x6b\x52\xa9\x57\x25\x61\xa6\x0d\xb4\x05\xe4\xaf\x72\x07\x1a\x42\x7d\x57\x7c\x93\xf6\x25\xc5\xbe\x80\x4e\x57\x46\x15\x1b\x87\x81\xa1\x5b\x9e\xe9\xc3\xa1\x15\x3e\x49\xd9\x7b\xe1\x2d\xae\x6f\x14\xf6\x08\x3a\x6d\x84\xb8\x01\xbd\x0a\x00\xfc\x28\x0c\xd5\x1a\x6b\xa6\x83\x11\xe2\xd7\x95\xdf\x40\x1a\xa9\x2d\xbb\x06\xe6\x53\xb5\xc5\x2a\xf0\xe5\xc1\x73\x05\xab\xa1\xf0\xa8\xd8\xdc\xd3\xd0\xa3\x2d\x45\xfa\x05\xb0\xd4\xc7\x3d\xdb\x1b\x89\x75\xed\x55\x8c\x40\x03\xa6\xbe\x12\xe7\x63\xc1\x00\xc0\x0f\xc5\x0a\xb4\xce\xd5\xc7\xe1\x5f\x62\xa4\xb2\x04\x7e\x41\x2e\x2e\xe3\xc2\x2f\xa9\xbe\xc5\xc1\xc8\x98\x83\xcc\xfc\x1f\xc8\x86\xa8\x69\xb9\x42\xc4\xb0\x25\x45\xf7\x16\xb5\x5e\xf3\x35\x7b\x14\x6a\x74\x55\xcb\x6f\x61\xab\xa6\x5e\x13\x13\xd8\x67\x00\xe0\x2f\xc1\x3e\x67\xff\xa8\xf6\x67\x48\x45\xa9\x95\x0e\x0c\x0f\xc6\x96\x32\x80\x18\xa0\x24\x17\x0d\x12\xf0\x81\x9e\xfc\x0c\x22\x74\x6f\x4a\xee\x48\x62\x73\xc8\x6d\x5d\x32\xb1\x7b\x0d\xa1\x16\x10\x51\xae\xeb\xe5\x89\xc4\x81\xa9\x9d\x62\x6b\x42\x08\x00\xbc\x41\xfc\x81\x7a\x47\xd5\x4b\x6e\xa4\x70\x4c\x45\x13\xa7\x94\x18\x59\x2a\x66\x3f\xc9\x0a\x28\x0a\x62\xaf\x4a\x3e\x99\xf7\x99\x55\x16\xa9\x30\xb0\x58\x4b\x43\xe6\x69\x5f\x32\xcf\xae\x01\x54\xff\x98\xdb\x5d\x7e\xc9\x2e\x93\x17\xa6\x1e\x13\x31\xc8\xed\x00\xc0\x5b\x4c\x7c\x57\x5e\xa8\x42\xc5\x1a\x7e\x4e\x45\xa0\x48\x89\x9d\x28\x9d\x29\x4c\xc8\x74\x2d\xbc\x2c\x08\x49\xba\x94\x97\xc9\x0f\xd8\xd3\x6e\x18\xce\x8b\x0c\x4e\xd7\x26\x73\x29\xab\x31\xd5\x51\xce\x01\x97\x56\xd9\x4a\x76\xc8\xd4\x5b\xc2\xfb\xac\x19\x80\x27\x57\x40\x8e\x53\x8c\x30\xfd\xd2\x34\x71\xdf\x96\xf7\xa9\x7f\xa0\x33\x4a\x24\xaa\xa5\xe9\xb9\x85\x4b\x15\x7b\x13\x0f\x1a\x8f\xcb\x84\x11\x48\x4e\x88\xe4\x4a\x50\x8a\xc6\x24\x9e\xb4\xaa\x45\x59\x2d\x9c\xee\xe2\x27\xa5\xf3\x81\xa9\x27\x84\xb6\x9c\x76\xa0\x8b\xd3\xc2\x14\xc9\x3c\x4c\x5d\x85\x75\x9c\xf9\xe5\x49\xf9\x33\x60\xb2\xc4\x3d\xb7\x22\xcd\xb6\x60\x40\xff\x6f\xff\x70\xe3\x26\x6d\x70\xf8\x0a\xfd\x90\xba\x26\x70\xa7\x66\xae\xe2\xcb\xca\x9b\xca\xb9\xd2\x8f\x0b\xaa\x24\x2f\x45\x5d\x53\xf3\x05\x2c\xbe\xff\x30\x1b\xce\x74\xd6\x6d\x09\x61\x92\x57\xf3\x59\x92\xf2\xd5\x95\xfb\xc1\xff\x8a\x5f\x95\x2d\x38\x22\x2e\xc8\x28\x6a\x8d\x97\xe6\xbe\xcc\xf7\xd8\xf5\x54\x1f\x63\x30\x6c\x76\xcb\xae\xd7\xde\x5a\xf1\x56\x51\xad\x3a\xb6\xc0\x52\x92\x29\x4b\x98\xba\x4f\x30\x49\x58\x34\x2c\x82\x9d\xc7\xfe\x26\x3e\x6f\x22\x1a\x9a\x99\x77\xca\x9d\x6b\xd7\x82\xb3\x8b\xcf\x9b\xf2\x53\x6f\x17\x6c\x2b\xbb\x16\xf7\x22\xb7\xa3\xe8\xc5\xae\x6d\x7a\xb7\xbc\x87\x9b\xca\xb2\x29\x39\xc6\x15\x5c\x45\x86\x06\x70\x3e\x27\x59\xa6\x98\x38\x35\x84\x7f\x59\x64\x1a\x46\xb0\xa3\x39\xfb\xc4\xcb\x4d\x29\xad\x8b\x99\x6b\xcb\x2d\x1a\x33\xe9\x64\x71\x45\x2d\x27\x35\xa0\xc0\xd1\x94\x16\x17\x9f\xcb\x2c\x73\x0d\xbb\xae\x7b\x55\xd8\xb9\x29\x20\x7b\xa1\x71\xe4\x8a\x35\x8a\x79\xda\x17\xce\x45\xe2\xa7\xca\xd4\xa9\xbb\xf8\x84\x38\x6b\x58\x1f\x7b\x1c\x47\xc4\x52\x74\x4a\xe8\x00\xf4\xbe\x15\xa5\xfb\xa4\x69\x1a\x33\xe8\xd4\x44\x5d\xed\x36\xfa\x83\xc8\xe1\x26\x33\x90\xbe\x65\xa8\x54\x08\xad\xf2\x13\x16\x9c\x83\x9d\x97\x0c\x1a\x2a\x90\xf5\x4e\x22\x8d\x17\x0a\x4e\x10\xc9\x93\xb0\x7c\x00\x10\xca\x71\x73\x56\x42\xa7\x1b\x14\x0c\x75\xb4\xce\x81\xa2\xd2\xf6\x35\xce\x85\x0e\x27\x26\xd5\x8e\x81\x4a\xf7\xdc\xa8\xec\x81\x2d\xb7\x14\x96\x6e\x85\x0d\x7e\x07\x0a\xb2\x91\x1d\x4b\x2a\x0d\x28\xea\xe1\x94\xa9\x99\x8a\xd9\x4f\x10\xca\xb7\x60\xbf\x01\x40\x88\xe2\xf6\x2c\x8f\x8e\x01\xa4\x05\xc2\x5a\x4e\x21\xb9\x69\x33\x1b\x2e\x23\xac\x44\x8f\x9a\x76\x44\xbe\xa7\xbc\x92\x82\x0c\x6d\xa1\x96\x8e\x41\x17\xf8\xf9\x17\xec\x40\x4d\x4b\xc4\x86\x0d\xd8\x06\xa7\x98\xec\xc7\xd8\xfb\x09\x7c\xf9\x6c\x9c\x0b\x00\xc2\xdd\x78\x0c\x73\x56\xc7\x72\x46\x0b\x58\xd6\xe2\xcd\x08\x3e\x4a\x6d\xf0\x25\xee\xee\xd7\xd7\xcc\x21\xb4\x7b\xe6\x57\x3c\x20\xe8\x5b\x46\x97\x1c\x21\xe0\xb5\xaf\xf2\xdb\x09\xfd\x92\xdd\x39\x5d\x44\x87\x93\x4f\xf6\x3e\xe2\xe1\x04\x83\xac\x90\x78\x0b\x00\x82\x9b\x84\x17\xe9\xd8\xde\xc1\xb5\xa1\x9f\x68\x6e\xe6\x44\x1c\x29\xad\x6f\x66\x2b\x13\x5e\x57\x6b\x58\xdf\x22\xb4\x15\x3b\x58\x94\x10\x71\xf1\x3d\xd6\xc4\xb5\xbc\x7c\x67\x66\xcf\x92\x29\x39\xf6\xcc\xfd\x4e\xb3\xd5\x1d\xcc\xb1\x13\xba\x65\x00\x49\x02\x80\x60\x11\xc3\x9b\x11\xdd\xbe\x46\x74\x8f\xf6\xb5\x79\xa9\xb0\x33\xf5\x76\xbd\xbb\x20\x3b\xc1\xb7\xda\x9c\xaf\x8a\xb0\x28\xef\xe7\x55\x86\x4c\x2e\x0e\xe4\x5e\x5e\xbb\x20\x4f\xca\x1d\xb3\xf8\xb2\x9e\xca\x99\xef\x64\xa5\xb6\x60\xfb\x4c\x78\x26\xdd\xce\xb2\x01\x00\x3e\x95\xf4\x20\x9c\xda\x0a\xd4\x3d\xd4\x33\x4d\x7c\xd5\x8c\xc3\x6d\x75\x54\xc5\x91\xf8\x05\x55\xfe\xb2\xde\x70\xcb\xb2\xb7\x52\xa7\xe0\x15\x45\xa9\x62\x99\x2f\x66\xac\x11\x01\x8b\xe3\x75\x4a\xc1\x26\xc7\xd7\xaa\x05\x3c\x68\xa2\x83\xe4\x30\x27\x19\x00\x78\x1c\xa6\x0c\xfb\xdb\x66\x97\xb7\x9f\x92\xdf\x34\x3c\x77\xea\x21\x4d\xed\x4b\x7d\x6f\xdc\x44\x53\xa5\x76\xc7\x6e\xb3\xb2\x4d\xea\x97\x41\xdb\x0a\xfb\x95\x02\x9f\x5e\xe3\x30\xb9\xed\xa2\xdb\xda\x27\x92\x0c\xc7\x32\x25\x24\x2c\x99\xb8\x54\xdc\xcd\xe3\x01\x00\xf7\x22\xab\x11\x3d\xde\xda\x54\x7e\x3e\x0b\x6e\xcc\x2f\x79\x9f\x02\xd5\x32\x0a\xbf\xc6\xfc\x36\x2d\xcf\xbb\x1c\xf6\xa7\x74\xc0\x50\x14\x78\xb0\xd0\x4b\x97\xee\x33\x32\x37\x2d\x7b\xe6\xa2\x1d\xda\x1d\x0a\xd2\x31\x59\xf1\x42\xd2\x38\xd1\x4b\xbc\x4c\x40\x05\x00\x6e\x20\x5b\x85\x2e\x69\x25\xaa\xd7\x67\x7e\x68\x3c\x52\x69\x73\xf0\x5b\x6d\x68\xe9\x50\x0c\x5e\xf9\xaf\x68\x47\x18\xb7\x94\x95\x77\x2a\x70\x64\xc1\x57\x83\xe7\x9a\xc6\x5c\x57\x6d\xfa\x22\x5b\xad\xb9\x2a\xc6\x71\xbb\x22\x4f\x36\x65\xa2\x9f\xe8\x9d\x30\x10\x00\xb8\x23\xd9\xff\x21\xa6\xd6\x8d\xf5\xe3\x33\x69\x8d\xde\xd5\x45\x07\xb9\xb5\x36\x95\x93\x63\xa6\x57\x76\x96\x86\x87\xcd\x2f\xf5\x2e\x44\x37\x37\x17\x14\x1a\x65\x6b\x20\xc3\x15\xfd\x91\x85\xbf\x34\xf5\xea\x8f\x8e\x61\x8a\x8d\xf2\xc5\x13\xe3\x45\x6a\xe1\x53\x00\xe0\x98\xd8\x5f\xe0\x37\xc7\xd6\xd1\xdf\x66\x84\x75\xfd\x03\x6d\x0e\x6c\x6b\x33\x81\x2b\xf7\x35\x35\xb9\x83\xf2\x1d\xa5\xb5\x54\xc8\x36\xe0\x6d\xa5\x04\xba\xbc\x2a\xa1\x64\x27\xdc\xe1\x7e\x20\xcf\x88\x9c\x9d\xb9\x4e\x57\x88\xfe\xb5\xec\x54\xce\xc3\x87\x01\x80\x48\x84\xef\x80\x3b\xfb\x9e\xc1\xb3\x33\x3c\xbb\x4a\x60\xc7\x03\x0b\xda\x22\x60\xbb\x7d\xb2\xc6\x07\xf0\xfa\x1d\x9c\xda\x45\xb0\x2e\xe0\x72\x65\x30\xe2\xb8\x2a\xb0\x64\x2a\x72\xd9\x3d\x2a\x2f\x15\x2d\x9b\xb9\x42\x07\x63\x2a\xcb\xe3\xca\xd1\xf8\x36\x00\x10\x51\xf0\xbd\x30\xd4\x27\x44\xe9\x19\xe6\x5d\xc1\x68\x48\xf2\xdf\x36\x33\xd4\x71\x5f\x62\xa3\x08\x9d\xbe\x23\xbe\xe6\x3f\x74\x5d\x40\x53\xc5\x3f\x54\xb7\xca\xa3\xf8\x34\x36\xdd\x7d\x5b\xde\x62\xac\x66\xe6\x22\xdd\x7a\x7c\x8f\xe5\x59\xc5\x55\xfc\x22\x00\x88\x02\x71\x1d\x64\xec\xfd\x43\x2e\x49\x0f\xef\x6c\x62\xb4\x24\xa7\xb6\xee\x67\xac\x8e\xfa\xd4\xf0\x9a\x78\xb3\x63\x58\x8d\x2f\x71\x3c\x20\xae\x22\x92\x18\x5c\xf9\xba\x78\x0e\xf1\xd0\x7d\xb9\xd1\xc0\x18\x3e\x73\x9e\xb6\x86\xb1\xd0\xf2\xad\x62\x33\x63\x36\x00\x08\xbb\x89\x83\xe0\xcf\xde\x0c\xee\xce\xb4\x8e\xce\x39\x1c\x71\xd2\xf5\x96\xd3\xec\x13\x51\x60\x43\x28\xdb\x31\xb4\xb8\xba\x98\x95\x1b\x30\xb5\xbc\x8b\xb5\x6c\x65\x63\x11\x8b\xf9\xc8\x7d\x42\xee\x47\xa6\x78\xe6\x34\x2d\xc0\xf4\xb2\x9a\x26\xd7\x93\x45\x00\x20\x34\x67\xc4\x82\x21\x3d\xcf\x45\x97\xd2\x6c\x3b\x64\xc2\xba\xa4\x0d\x2d\x0b\x05\xb2\xa8\xe1\xf5\x8d\x7c\x41\x68\x48\xf5\x38\x5e\xc1\xc6\xd3\xe5\x33\xb8\x43\x2b\xc1\xc2\xff\x38\xff\xdc\x9e\xe7\xae\xe3\xb8\xce\xb4\xd2\x6c\x62\x87\x58\x6d\x90\x3d\x62\x39\x01\x80\x20\x90\x0c\xa6\xc7\xf7\xb8\xaa\x7d\x8f\x2e\x6b\x3f\xad\xd4\x27\x26\x35\xef\x95\x7f\xde\xeb\x5e\x77\x59\x16\xbc\x1d\xaf\xb2\x91\xb4\x6e\x74\x2c\x9b\x23\x5e\xb8\x72\x58\xc1\x13\x61\xa5\x5b\xa9\x21\x40\x30\x76\xa6\x7d\x76\x08\x2f\xcc\x4a\x2f\x7d\xcb\xd9\x02\x00\xfc\x40\x66\x2e\xed\x60\xb7\xd8\xb8\xe3\x48\x60\xbb\xb3\x61\xcc\x7e\x4e\x53\xbd\xae\x25\x32\xb8\xce\x4e\x13\xb1\xcd\x64\xda\xad\x1e\xbb\x21\xb9\x34\x5a\xd1\xb9\x22\xad\xc0\x5e\x96\xe8\xb6\x31\x87\x14\xff\x67\xff\x49\x2d\x11\x7a\x5b\x1d\x93\x2e\xe6\xad\x02\x00\x9e\x80\x55\x4e\xe5\x77\x8f\x28\x9b\x98\x7a\xa8\xad\xa8\x78\x79\x42\x5d\x93\x47\x41\xd0\x1e\xb0\x56\x60\xf4\xd9\x7a\xa7\xb2\x2d\xc7\xc3\xbf\xbd\xa4\x5b\x3b\xcb\xfb\x75\x3e\xa8\xfa\xea\xfa\x59\x7f\x57\x2e\xb6\xff\xa8\x7a\x25\xfe\x61\xf5\x5e\xa2\xe3\x7f\x06\x00\xee\x6f\xf6\x21\xaa\x4d\xd7\x29\x93\xfb\xe1\x7f\x6d\xfb\xcb\xcd\x12\xb6\x35\xbe\x2b\x3e\xbd\xc7\xb6\x76\x43\x41\xea\x56\xb2\x32\xc5\x38\xca\xff\x68\xc9\x11\x7d\xae\x77\x7b\xfe\x02\xcd\x44\xd7\xcb\x7a\x9e\x72\xa5\xfd\x67\x55\x8e\x74\xd9\xf8\xb1\x92\xad\x82\x2a\x00\xe0\x36\xb1\x4b\x29\x75\x5d\xdc\x9a\xe2\xc3\xba\xb6\x59\xa6\x55\xf1\x3f\x1a\x4b\xcb\x06\x22\xce\xd5\x7c\x2d\x9e\xbf\xd5\xaf\x72\x72\x7e\x96\xff\xea\x92\x89\x86\x2e\xef\x9c\xbc\x53\xda\x1b\xae\x27\xf4\xf3\x55\x39\xf6\x7f\x55\x3e\xb2\x85\xe3\xbd\xc4\x1f\x85\x9e\x00\xc0\x0d\x67\xd7\x67\xd5\x1c\xff\x06\xcd\x3c\xe4\x7a\x4c\x0e\xcd\x8b\x8b\xe8\x9e\x02\x39\xee\xfe\xd7\x16\x0a\x45\x86\x6c\x6c\x0c\x81\x86\xfc\xfe\xd6\x8c\x83\x8f\x2e\x1f\x5e\x1e\x8f\x6c\x72\x3e\x53\xe8\x8e\x06\xcd\xa8\xce\xe9\xc0\x52\xcd\xd9\xaa\x62\x7c\x3d\x00\x88\xf7\xe0\x78\x96\xe2\xb8\x11\xf1\x3b\x34\xfb\xd8\x0a\xc4\x2e\xce\xbf\xab\x03\xfe\xbc\xfb\x65\xeb\x3f\xf8\x4f\xc8\x8a\x46\x00\x59\xe5\xf7\xa6\xba\x17\xa9\x59\xf6\xa5\xdc\x11\xdd\xee\x3c\x58\xf0\x07\x9b\x36\xa3\x28\x47\x8a\x7d\x37\x17\xaa\x88\xff\x4f\x2b\xf6\xc3\xc9\xac\xfd\xc7\x83\x31\xc6\xa1\x89\x7d\x77\xb1\xa5\x71\x2e\x5d\xd1\xe8\xab\xdd\x17\x5a\x8b\xd0\x63\x21\x4e\x0d\x65\xe8\x25\xbf\xdb\xd5\x29\xd8\xf4\x65\x8f\xca\xce\x62\x1c\xe7\xce\x82\x6e\x7c\xd2\x0c\x5d\xce\x0e\xbc\xce\x5c\xac\x0a\x26\x00\x00\x10\x8f\xc7\xdb\x33\x3b\x07\x5b\x98\x40\x0a\xd8\xe7\x4b\x26\xc6\x56\x74\x36\x31\xae\xec\x4e\x6b\xf9\xce\x38\x12\x7c\xa3\xfe\x27\x63\xb9\x5f\x6e\x55\x3b\x63\xee\xb2\xc6\xb2\xe9\x8c\xe5\xce\x35\x05\x8e\x8c\xed\x33\xe4\xfa\x46\x46\x86\xb9\x49\xd9\xc8\xf0\x07\x00\x11\x48\x60\x99\x49\x83\x76\xdc\x37\x29\x76\xbd\x39\xdc\xf1\xb1\x9b\x3b\x47\x71\x56\xee\x76\x6d\x09\x66\xe3\xc1\x55\xf5\xa1\xac\xb7\x7e\x50\x95\x39\x8b\xb2\x2c\xb7\x34\x99\x65\xe3\x5c\x98\x7f\x80\xd9\x37\x43\xab\xfb\xcc\x4c\x32\xbf\xa7\xf8\x41\xb6\x02\x80\xb0\x9d\x91\x95\x31\x34\x80\x8a\xdd\x0f\x16\xf7\x7c\x16\xfe\x89\x79\xd3\x11\x26\xb8\xb2\xeb\x59\x73\x0e\xbf\x3b\x98\x59\x57\xc4\x3b\xed\x17\x61\x8a\xe0\x3e\x5e\xc6\x2b\xa9\xe3\x4e\x74\xd6\xe7\x95\x71\x7c\x66\x94\xeb\xdc\xd9\x09\x16\xb3\x14\x4b\x59\x6e\x00\x20\x78\x4f\x26\x65\x78\xf4\x6b\xd5\x4b\x0e\x8e\xea\x19\xab\xc4\x62\xb6\xb5\xc7\xca\x2f\xec\xda\xd4\xa4\x93\xcd\x0a\x7a\x51\xab\x96\xf0\xd7\xde\xab\xdc\x28\xfa\xb3\xcc\xbb\x38\x47\x48\x73\x86\x8c\x2a\xfe\x83\x19\x43\x5a\x07\xde\x0a\x0b\x8a\x7c\x31\xc7\x13\x00\xf8\x4f\x99\x65\xe9\x7b\x8f\xdd\xcf\x3d\x76\x20\xa4\x7b\x63\x4e\x72\x74\x65\x9b\x5c\x37\x3e\x2c\xb7\xb1\x2f\xbb\x31\xc8\xa7\xa6\x49\x75\x70\xed\xf6\x8a\x78\xc5\x6c\xcf\x8b\x45\xad\xd2\x9b\xce\x01\xb9\xad\xe2\x94\x19\xe7\x34\x41\x82\xdb\x16\x2d\xb2\x04\xee\x17\x00\xe0\xcf\x60\x69\xd2\xae\x1c\x73\x2f\xb9\x97\xdc\xd7\x95\x53\xf8\x3d\xda\xae\xf5\x75\xbe\x79\x98\x45\xe3\x84\xdc\x91\x81\x55\xd5\xdf\xf5\xa3\x7c\xef\x97\x17\x6b\x2c\x3c\xd9\x85\xff\x54\xc3\x9c\x9d\x0c\x3f\x64\x3d\x33\x5e\x66\x6b\xc5\x3b\x2d\x7e\x4b\xfb\xf8\x18\x00\xf0\x98\xec\x35\x69\xac\xbe\xe7\x15\xa5\xc9\x87\xbb\x42\x4a\x8f\xee\xbb\xd1\xaa\x2f\x5a\xb9\x73\xa8\xa1\x3d\xef\x45\xe0\xa1\x6a\x8d\x41\xed\x5b\x5d\xbe\x59\x17\xe4\x79\xa0\xd0\xa8\x7e\xec\x6c\x67\xc8\x56\xac\xb6\x1d\x9d\xed\x27\x49\xb5\x74\x96\xa6\x0a\x9c\x00\x80\xb7\x92\x9d\x9a\xb6\xba\x2f\xa7\xea\x6c\xb2\x43\xe7\xf7\x8a\x5d\xfb\xf2\x5a\xd7\x95\x3c\xdd\xa9\x6a\x88\x28\xdc\x15\xb8\xaa\x7a\xa9\xb1\xc7\x57\x5a\xf6\x5f\x8e\x9b\x67\x74\xe1\x0a\x0d\xd5\x79\x81\x61\xbe\xf2\xb0\xad\xbb\xfa\xb6\x74\x83\x65\x9c\xd4\x52\xa0\x04\x00\xee\x2d\x76\xd6\xe7\x7f\xc8\x6a\xf0\xf7\xe3\x09\x48\x0c\x64\x7f\x79\x2c\x92\x09\xcd\xec\x33\x43\x0a\x21\x97\x6a\x1f\xe4\x32\x14\xa3\xdb\x82\x3a\xc2\x73\x59\x56\x68\x18\x5c\x73\xd8\x1a\x35\x20\xfe\xa1\x4d\xe8\x5b\xe4\xed\xd2\x0a\x6c\x13\x5a\x30\x7e\x32\x36\x88\xad\xf9\xf4\x19\x36\xa1\x05\x8f\x26\xc0\x57\xd1\x83\x97\xa6\xc0\xdf\xd0\x45\xbd\x8e\xc8\x52\xe4\x53\xd5\x61\xe4\x00\xf2\x5a\xab\x45\x06\xd0\x4d\xcc\x18\x74\x04\xca\x3d\x04\xa1\x51\xe8\xa5\xed\xdf\xd0\x4e\x6c\xce\x52\x47\xcc\x05\x83\xad\x3a\xb1\x76\xac\xe4\xe3\x41\x78\x26\x63\xe7\x83\x4e\x38\x9c\xb8\x70\xe1\x23\x0c\x12\x31\x3d\x73\xe0\x63\xf8\x55\x93\x18\x19\x83\xa3\x9a\x8f\xc8\x0e\x3c\x93\x2c\x47\x2a\x71\x46\xca\x5d\x74\x0a\x8e\x6f\x8f\x41\x19\x38\xbc\xc4\x84\xfe\xc5\x33\xad\xd2\xb1\x5c\xdc\xfd\xcd\x1b\xc8\x91\x87\xdc\x3d\x09\xed\xe7\xf2\xce\x92\x90\x9e\x23\xee\xdc\x00\xbd\x67\xe7\x57\xb8\xc0\xfe\xac\x73\xea\x2f\xb0\x9c\xb5\x8c\x31\x1e\x7e\xc3\x2c\x3b\x58\x8a\x1c\x66\x8e\xdd\x16\x89\x7c\x21\xc3\x17\x3f\x40\x39\x0c\xa9\x95\x0d\xe6\x4b\x24\xbf\x9c\x0d\x3a\xc9\xf6\xdf\x62\x81\x59\x92\x77\x43\x19\xe0\x49\x71\x7a\x9b\x18\x9a\x24\x1a\x56\x3a\x08\xed\x17\x14\x29\xdf\x40\x7d\xfc\x14\x3c\x0a\xf6\xe0\x2d\x39\x10\x0e\x77\x71\x9e\x6c\x8d\x40\x22\xd9\xf4\xc5\xeb\x90\x3f\xcc\x3b\x96\x1f\xd1\x41\x46\xdf\x53\x21\x3d\x49\xe7\x79\x7d\x25\xbd\x51\xb3\xe8\x84\x11\x34\x57\x8f\x6e\x31\x03\x03\x94\x23\x8b\x99\xa0\x5a\x3e\x56\xfe\x13\xfc\x27\xb5\x47\x3b\x21\x9a\x78\x6e\xf2\x54\xd8\x5a\x68\xbd\xe5\x00\xdc\xc7\xbb\xb5\xa8\x11\x39\xca\xd9\x68\xf9\x14\x0d\x60\x3a\x3c\x3c\x40\xf3\x29\x3b\x75\x19\xa2\xa9\x8b\x3b\x06\x46\xd0\x5e\x15\xd4\x35\x0c\xd0\x7d\x8d\x25\x05\xb9\x74\x63\x8e\x5c\x9a\x06\x4e\xd6\xd2\x61\x05\x68\x50\xaf\x49\xdc\x0e\xf9\xcb\x2f\x84\xcc\x80\xfe\x4a\x66\x2e\xfc\x0b\xf7\x0a\xc6\x58\x3e\x43\x2a\xd8\x1e\xf7\xae\x52\x33\x5b\x1f\x5f\xb0\xa6\x5e\x6c\xac\xe9\x03\x68\x76\xb5\xb9\xb5\xdf\x69\xa4\x29\x2d\xcf\x92\xf6\xbe\x6c\x81\xd8\x91\x7e\xb8\xb0\x0f\x94\x80\xc3\x8c\x33\x12\x0a\xc0\x3a\xdd\xbc\xa0\x8b\x50\x96\xf2\xfc\xc2\xf5\xf0\x06\xc9\x48\xcb\x1b\xc8\x3a\xae\xdf\x9d\x29\xd4\x7d\x27\xfb\xce\x2a\xa9\x92\xfe\xa6\x6e\x8c\x7a\xaa\x5b\x55\xad\xa3\x79\xb4\x45\x1a\xae\xd0\xb4\x0d\x4f\x85\xd6\xf4\xa9\xd5\xab\x69\x5d\xf4\xca\x32\xcf\x78\x47\x30\x20\x5f\x1e\x78\x03\xfc\xa3\xe3\x79\xd4\x43\x0f\xe5\x4f\x2c\xaf\xc2\xdf\xf9\x13\x6f\xcf\xa2\xce\xb9\xe0\x71\x26\x9f\x1a\x3f\xd4\xd3\x25\xa6\xe6\x0d\xba\x55\x55\xd0\xc6\xf4\xd0\x73\x3e\xd2\xd2\xda\x68\x02\x7f\xda\x8b\x86\xa5\xb4\x11\x74\xc4\x04\xc7\x71\x40\xcb\xe2\xe1\x81\x1c\xb0\xc5\xe0\xe0\x21\x80\x4a\x94\x7c\xcb\x4f\x70\x3f\xbf\xf2\x56\x3a\xe5\xe5\xb5\x82\xd3\x3f\xa8\xeb\x2e\x7c\xed\xbc\x45\xcd\x1c\xfa\x62\xfa\x4d\xbd\x32\x70\x3d\x27\x88\xb6\xa2\x3b\x92\x5f\x45\xab\x6c\xe1\x50\x49\xfa\xaa\xda\x85\x71\xf6\xf4\x9e\xd2\x17\x81\x71\x60\x84\xd1\xd3\x43\x09\x85\xa8\x1a\xad\xfc\xe1\x34\xfe\x8d\x77\xd6\xd8\x59\x30\xf4\x5e\x2b\x56\x0b\x52\xce\x2d\xc6\x44\xa0\xaa\xb3\x14\x13\x82\xa6\x8a\xdd\x18\x0b\xfc\xa6\xfe\x80\x89\xa1\x66\xc6\x34\x4c\x00\xef\x38\xa8\xc2\xd4\xc8\xf0\x6d\x04\x56\x8c\x0c\x2e\x59\x84\x1d\x43\x0d\x56\xa9\xd8\x4f\x6c\xd3\xdb\x89\xd8\x0a\xe4\xf9\xdd\x41\xcc\x15\x19\x38\x1b\x8c\x4d\x41\xf4\x1d\x67\x31\x5b\x24\xa5\x1c\xc3\x6c\x90\x34\xf5\x72\xcc\x03\x39\x43\xec\xc2\xdc\x51\xe7\x83\x16\xd8\x2e\x94\xb7\x6d\x38\x96\x8a\x7e\x5c\xac\xc3\xf2\xb0\x23\x56\x00\x76\x07\x6b\x7a\xcd\x42\xeb\x08\xca\x9d\x54\xd4\x44\x4c\x3a\x33\x0b\xcd\xc5\x2b\xda\xcf\xa1\x15\xb8\x5f\x59\x01\xda\x8a\x03\x2a\x04\x1d\xc2\x47\xe2\x25\xe8\x1d\xdc\xe1\xc0\x11\x6c\x3c\xbe\x64\xeb\x21\x6c\x05\x1e\xb0\xd8\x05\xa3\xe0\xf1\x96\xbd\xd8\x20\xbe\xf2\xf9\x3a\xa4\x87\x2b\xba\xd1\x84\x1c\xe3\xb4\x9e\xbc\x8b\xf4\xb3\x4f\xb7\x9a\x21\xb7\x58\x5f\x4b\xb6\x22\xdf\x58\x2b\x14\x24\x3a\x81\xd9\x88\x59\xa2\xcb\x99\x2b\x92\x17\xa1\xe9\x64\xdd\x96\xbd\x68\x27\x39\x6b\x11\x8c\x8d\x61\xd0\x2c\xe9\x58\x16\x91\xf1\xb8\x02\xbe\x27\x0d\xb9\x2a\x85\x9f\x8b\x7f\x0e\x7e\x84\x7f\x88\xb4\x4d\x74\x64\x9c\xd0\xbf\xc8\x16\x99\xc3\xff\x2b\x33\x21\x01\xbc\x3b\x08\x1f\xa1\x73\x3b\x12\x7f\x22\x27\x39\xac\x90\x74\x74\x0e\x7b\xd5\xc2\x1f\x28\xca\xec\xb6\x04\xd1\x3f\x8c\xa1\x07\x6b\x61\x7b\xed\x88\x4b\xa9\xb0\x6b\xb6\x43\xff\x5a\x78\xbd\x6a\x4a\xc3\x08\x38\x44\xb1\x20\xff\x19\x1c\x27\xf3\x97\x9c\x80\xa5\x92\x2c\xe8\x0b\x7c\x4e\xa4\xdd\xdf\x8b\xcc\x13\x18\x83\x65\x88\x80\x47\x2e\x44\x90\xcf\x1c\x3b\x4b\x16\x8a\x32\x9d\xee\xda\x40\xd6\xa5\x81\xe7\xea\x21\xe7\xa2\xf8\x9e\x6a\x68\x55\x3e\xbd\xe6\x2a\xb4\x2d\x57\x66\x9c\x0c\xa5\xe9\xf5\xa2\x40\xa8\x42\x53\x44\xbf\x06\x7d\x51\x09\x12\xc6\xc1\xe1\xf2\xf5\x41\x91\xf0\x09\x71\x87\xc7\x53\x64\x0d\xff\xaa\x65\x25\x72\x8b\xed\x71\x53\x0d\xee\x6b\x19\x79\x3a\x01\x4c\x6b\x18\xd5\x59\x09\xe2\x35\x36\x55\xe3\xc1\xdc\x4a\xeb\x1c\x01\x38\x58\xf2\x45\x30\x0c\x1a\x5d\xd0\x44\xbd\x01\x45\xe5\xae\x88\x8b\x87\x06\xb5\x99\x81\x36\xf0\x1a\xe5\x56\x8f\xd5\x70\xaf\xb8\xc3\xb2\x0e\x39\xc4\x5d\x7a\xed\x23\xb8\xe4\x78\xf6\xc9\x57\xa0\x4b\xdf\x89\xf6\x8d\xa0\x73\xe7\xed\x8a\x63\xe0\x86\x96\x13\xba\x68\xf0\x50\x3d\xca\x1b\x01\x9a\x4c\xff\x28\x93\xa0\x11\xa5\x73\x63\xde\x40\x91\x79\xed\x9b\xe7\x40\x43\xda\xa7\xee\xb5\xf0\x5e\x39\x61\x59\x8b\xcc\xe2\x7d\xbc\x36\x1a\x1c\x75\xf6\xf3\x89\x7f\xe0\xc8\x93\x5d\x6d\x11\xe0\xf0\xfe\xe8\xf2\x1b\xa0\x7d\xd7\x59\x2d\x09\xae\x6b\xf9\xce\x5d\x01\x22\x75\xff\x65\xed\x03\x2f\x57\x46\xc4\xec\x86\x9c\x8a\xec\x37\x5d\x80\xd8\x39\xa9\xee\x1c\xd8\x49\x69\x6f\x79\x0a\x7e\xc5\xe7\x5c\x8d\xa5\xdf\xbc\x12\x75\x62\x17\xfd\xe6\xb9\x6b\xad\x26\xfa\xcd\x53\xd3\xcb\x3d\xe8\xaf\xfa\x6d\x34\x0f\xc0\x71\x9d\x27\x38\x85\xa0\x6f\xf3\xec\xcc\xfb\xa0\xb8\xfa\x77\xf4\x07\xf0\x62\xc9\xd7\x4d\xa5\x90\x4b\x2e\xcd\x5d\x08\x9d\x51\xad\xb7\x9a\x06\x67\xf3\x1b\x9f\xe7\x33\xb2\xe8\x45\x37\xc7\x33\xa6\xd3\x9f\x9c\x7c\x4f\x9c\x03\x47\xb7\xfc\x21\x14\xa0\x73\x89\x2b\x11\x0d\xd2\x15\x61\xc4\x02\xc8\x09\xbd\x8c\x7f\x87\xde\x24\x5d\xc5\x4f\xc1\x2d\x5b\xbc\x70\x0d\x22\x5d\xc4\xc7\x29\x28\xc7\x52\x85\x1f\xc1\x82\x9e\xdd\x26\x5e\x20\x76\x37\xdc\x88\x7c\xc4\xea\xe4\x4a\x62\x17\xfc\xad\x65\x19\x31\x17\xbe\x5f\x1c\x8d\x7f\x87\xdf\xca\x35\xf8\x79\x24\x10\x9d\x89\x17\x20\xbd\x49\x21\xb8\x00\xf5\x0e\x69\xc5\x93\xd1\xb6\x85\x5f\xf1\x70\x2c\xcc\xd2\x15\x0f\xc3\xea\x9f\x42\x44\x34\x5e\x77\x7d\x38\xe1\x84\x87\x9d\x70\xc4\xef\xe3\x16\xcd\x9b\xf0\x3e\x2c\xaf\x48\x8c\xab\x31\x48\x76\x0b\xcf\xc2\x38\x48\x06\xbe\x03\x6b\x4d\x3c\x89\x6f\xc4\x6e\x85\x2c\xc4\x97\xe1\x63\x16\xf2\x70\x37\x7c\xb3\xc5\x67\x7c\x15\xbe\xfc\x61\x1c\x8e\x73\x0a\x2e\x27\xe3\x1b\xd8\xaf\xfa\x7f\xe2\xd3\xd8\x63\x1a\x0a\xb0\x37\xac\xed\x05\xbb\xb1\x1b\xcc\x2a\xc9\x2f\xac\x97\xe9\x0d\x7d\xc4\xea\xc8\x0b\xfb\x45\x58\x2d\xb9\x2b\x78\x2e\xd6\xc1\xb8\xe5\xf1\x14\xeb\x63\xec\xb2\x68\xc2\x5e\x10\x87\xee\xfd\xc2\x3a\x25\x2b\x2e\xc4\x60\x0c\xf1\xe8\xbe\x65\x58\x98\xb0\xb7\xce\x03\x73\x11\x90\x79\x8b\xb1\x09\xfc\x1d\xe2\x05\x18\xc0\x0b\x00\x8f\xa2\xbf\xb9\xab\x13\xc2\x31\x73\x8e\x7d\xd0\x56\x6c\x0e\xeb\xad\x07\x88\x79\x33\x55\x16\xe7\xb0\xa3\x8c\xbe\xdb\x7d\xe8\xf7\xec\x1b\x67\x0f\xa0\xa7\xd4\x13\xbb\x8b\xd1\x52\xe5\xcc\xea\x0b\x28\x22\x0f\xcc\x9d\x84\x46\x4a\x41\xe1\x0e\x34\x4c\x3c\x40\x7b\x8a\x46\x8a\x86\xc7\xcf\x45\x8f\x0a\x5c\x02\x61\x54\xcc\x5b\xe8\x31\x15\xad\x61\xbf\xb7\x78\x87\x7e\x60\xda\x5e\x37\xa0\xd6\xc5\xe7\x4f\x35\x20\x8f\x0a\xc7\x76\xcc\x44\x5a\xf3\x7c\x2b\x6b\x11\xb1\x81\xaa\xdf\x84\x64\xe8\x0c\xbc\xfb\x08\x25\xfb\x38\xe5\x02\xc2\x55\x9e\x8f\x05\x91\x22\x59\xd5\xe6\x6d\xc8\x69\x71\x88\x3b\x89\x7c\xe7\x2b\x2d\x6d\xd1\xcd\x6c\xdb\x2b\x73\x90\xa3\x4d\xb3\x8f\x43\xc8\xea\xba\x88\x56\x1b\x64\x72\x95\xa4\xec\x0d\xfc\xa2\xbc\x59\xd3\x0f\x9f\x2f\x6e\xe5\xe8\xe1\xeb\xf9\x79\x99\xd7\xe0\x4f\x86\x2d\xd1\xd7\x11\x6b\x4d\xcb\xa6\xe9\x88\xbf\x62\xc0\xed\x3e\x02\x89\xe3\x2d\x5d\x90\x1b\xdc\x49\x17\x73\x10\x8f\x81\xc4\x01\x73\xf8\x43\xcf\xe5\xa6\x21\xb8\xad\xc3\xb6\xa4\x06\x16\x35\x7b\xa8\xcb\xe0\xac\x3a\x73\x56\x25\x0c\x56\xb6\x66\xd8\xc3\xaa\x12\xcb\x7d\x07\x60\x93\xf1\x7a\xc0\x2c\xf8\x8a\xd6\xdb\x6d\x27\x62\x23\x9f\x68\xe9\x8a\x70\x79\x83\x17\x3a\x91\x09\xa7\xeb\xfa\xe7\xc2\x97\x8e\xd7\x37\xbe\x80\xb3\xfb\xb8\xc5\x43\x70\x7c\xa7\xad\xea\x02\x1c\xd8\x7c\x98\xf9\x08\x0e\xaa\x65\xa4\x1f\x86\xe3\x2b\xdc\xa3\xae\xc2\x19\x85\xae\x1b\x8f\xc3\x72\x7d\x9d\x9b\x0b\x7c\x57\x51\x64\xb9\x01\x09\xe5\xef\xba\x30\x13\xfe\x70\x69\xc2\x31\x06\x5c\x7d\xa6\xb3\x71\x3d\x7c\xe8\xc4\xa2\xe2\x99\xf0\xd2\xbe\x50\xd5\x62\x78\x62\x87\x0b\x33\x14\x36\x6f\x6c\x4c\x7b\x0f\xdb\x57\xf5\x46\x65\xc2\xb3\x8b\x7f\x6c\xd4\xc3\x2b\x0c\x75\x6e\xee\x30\x47\x79\xdc\x52\x06\xff\xe1\xb3\xee\x38\x72\x7e\xd3\x5c\xce\x1e\xe5\x6c\xa1\xf1\xba\x65\x6c\x06\xed\x62\x75\x12\xeb\x3b\xdd\xd1\x10\xcd\x3a\x42\x57\x08\x52\x98\x97\xc1\x40\xea\x59\xa6\x17\x34\x3b\xf6\x39\xa9\x82\xad\x37\xaf\x63\xbc\x41\xac\xdd\xea\x18\xc1\xa8\xaf\x79\x22\x31\x88\xb9\xdd\xde\xc6\xe1\x40\xf2\x33\x7a\xf6\x3d\xa8\xb0\xeb\x12\x7b\x16\x54\x5f\xa5\x67\x69\xa0\x9e\x1c\x19\x6b\x2a\xf4\x96\x5f\xcb\x24\xe1\x38\xea\x02\xf2\x23\xfc\x29\x36\x8c\x8c\x45\x24\x9b\x9a\x19\x67\x51\x6f\xb7\x15\x0c\x2f\x6c\x94\xb9\x39\xd1\x81\x89\x6f\xd1\x39\xd3\x30\x9b\xd3\xdd\xec\x34\xf4\x6e\xd7\x78\x56\x17\xda\x6c\xba\xcd\xf2\x44\x09\xfd\x23\x66\x0b\x9a\xc6\x9f\xc0\xf4\x40\x0d\x14\x2d\x59\x8e\x3e\x8e\xb9\x4d\xce\xc6\xdc\x37\xf9\x30\x0c\x18\xe1\xfa\x88\x31\x01\xfb\x34\xee\x29\x61\xc4\x27\x5c\x7b\xc5\x9e\xc8\x1e\x77\xb2\x99\x45\xb2\x0e\xb6\x47\x32\xcf\x32\xdb\x2a\xf2\x99\x51\x4c\x7b\xdd\x70\xf2\x2d\xa9\xe1\x52\xc9\x74\xd2\x27\x6b\x3d\xe3\x07\xe3\x73\x74\x1d\x43\xc6\xd0\x04\x84\x31\xe6\x30\xfc\x5c\xf7\x10\x25\xc4\xe7\x71\x43\x44\x00\xb1\xfa\x72\x23\x2b\x53\x14\x30\xf8\x9b\x79\x59\xb8\xa1\xa5\x99\xb9\x4a\xe0\x56\xb6\x99\xec\xe2\x4f\xcc\xfe\x42\x6e\xe2\x8d\x64\xd7\x31\xae\x70\xed\x33\x8e\x33\x92\x39\xde\xfb\x04\xc4\x6f\xf6\x86\x8d\x6c\x42\xc6\xf2\x73\xf9\x41\xcc\x62\xce\x1d\xf7\x0a\x1f\x62\x70\x2f\x64\x33\x3f\xab\x38\xfd\x13\x98\x61\x8a\x4f\x4d\xab\xc9\x76\xf9\xaa\x92\x89\xa4\xab\x54\xa6\xfa\xcb\x30\x89\xdf\x31\x7f\x32\x7c\x45\xfb\xd3\x77\x10\xb7\x05\x97\xa2\xf6\x13\x87\xf9\x6e\x1b\x7a\x09\x33\x6e\xa2\x8b\x02\xd7\xb2\x53\xcd\xcd\xf0\x2d\xe4\xad\x33\xa5\x4c\xf3\x82\xb3\x3d\x79\x24\x35\x2f\xba\xee\x35\xe3\x89\xe1\x59\xa1\x25\x63\xa7\x7e\xb3\x62\x13\x71\x4d\x53\xcc\xd0\x10\x47\xd4\xe3\x8e\x06\x13\x93\x14\xa1\x91\x37\xf0\x12\x29\xdd\xbf\x11\x5f\x2b\x8a\x73\x99\x87\xdd\xe5\x7d\x33\xdf\x8b\x69\x59\xe7\x4e\x81\x64\x69\x5d\x51\xe7\x51\xd2\xac\x7a\x6a\x8d\x25\x63\x57\x45\x4d\x5e\x14\xd1\x5f\x3a\x5c\x7a\x9e\xf0\x2b\x5c\x87\x47\xe1\x77\x8c\x94\xd4\x08\x9c\xa9\x4f\xdf\xe3\x87\xcf\xcc\x5e\xb6\x9e\x8f\x75\xca\x8d\x0b\xb8\x58\x8c\x28\xcf\x3c\x19\x9b\xc3\xa9\x3a\xfe\x8b\x4c\xee\xdd\xdf\x3e\x97\x51\xd3\x39\xcd\x54\x4c\xfc\x69\xa9\xc8\x5d\x4c\x24\x37\x0c\x13\x5f\xc2\x9f\x54\xcf\x47\xb9\x38\x54\xee\x7c\xa8\x15\x9f\x55\x78\x2d\xfc\x19\xd6\x94\x6b\xb5\x8e\x8b\xed\xcc\xbe\xe8\xfc\x13\xfd\x27\x73\x32\x3f\x82\x9e\xe5\x05\x0d\x7e\x24\x37\x9f\x08\x6d\x73\x65\x88\x8e\x55\x56\xd6\x12\x57\xbb\xae\x18\xb6\x10\x6b\x5b\x5b\xc4\xa3\xf0\xd6\x86\x5d\xc8\x29\x7c\x73\xd5\xc0\xa1\xf1\xd8\x8b\xd2\xb3\xe1\x7b\x30\x24\x7f\xdd\xba\x39\x98\x8d\xce\xc3\xf9\x0c\x7a\x5c\x5e\x68\x2e\x44\x55\xbc\x9b\x83\x73\xc9\x05\x67\xf7\xb5\x26\x30\x12\x4f\xa6\x56\xbc\x27\xca\xfa\xd7\xe5\xe4\x13\x96\x5d\xbd\xa2\x43\x38\xd6\xf2\x12\x59\x8d\x8f\xae\xbb\x90\xa2\xc6\xf2\x2a\xd7\xed\xfe\x85\xb9\x17\x7e\xf3\xfb\x80\x0e\xe4\xd8\x3a\x0f\xa1\xe9\x8a\x2e\xf3\xcb\xa8\x0f\xdf\xe2\xfc\x44\xf1\x2e\xaa\x43\xdf\x3e\xd1\x2c\x2a\xde\xe0\x24\xf8\x4e\xbd\x5d\xf8\x92\xff\x87\x16\xa4\x38\xc9\x37\xa3\xdd\x61\x9c\xe0\x7e\xa7\x17\x1e\x9d\xcb\x79\x0e\x4a\x22\x57\xb0\x2f\x42\xa2\xf5\xf9\xac\x6a\xb8\xd8\x79\x3f\x93\x81\xfc\x18\x73\x89\x4c\xc5\xcc\xce\xed\x11\x9d\x01\x63\x7a\xf3\x84\x75\x20\x56\x9f\x20\xc8\x05\x8d\x85\x5e\xfc\x52\xf0\x82\xc2\x81\x57\x07\xcd\x62\xb8\x71\xeb\xa0\x82\x23\x3a\x8e\x09\xde\xb0\xa7\x85\x5d\x04\x7f\x5b\x3f\x97\x25\x47\xda\x9d\x87\x33\x8f\xa2\x0d\x63\xb8\xe4\x41\x6c\xe7\x59\x9d\x68\x23\xd2\xd3\x73\x53\xe8\x8f\x18\xeb\x0c\x82\x0d\x08\xbb\x00\xe4\x6f\x45\x8e\xca\xb3\x78\x91\x08\x83\x90\x72\xe3\x91\xc1\x23\x96\x9c\x44\x74\xf6\x1e\x5f\xf6\x41\x94\xb3\xae\x87\x95\x80\x7e\x9b\xdf\xcb\x0c\xc4\xd4\x63\xb2\xc8\x10\xec\xdc\x50\xb7\x30\x89\x19\xd6\xb5\x53\x40\x25\x2f\xd4\x1c\xe0\x93\xe4\xc6\x3c\x3e\x2f\x87\x71\x41\xda\xcb\x6d\x66\xa4\xe2\x93\x38\x83\x8c\xe5\x87\x4f\xb1\x2f\x32\xac\x22\xdc\x59\x4f\x89\xeb\x7e\x6f\x99\xef\x88\xe2\xf9\xa1\xe4\x23\x42\x30\x26\x8b\xf1\x11\xff\x72\xa2\x49\x70\x4c\x00\xb6\x37\xf2\xaf\xf1\xf9\x55\xe6\xbc\xd7\x3c\x49\x6e\x1a\xf7\x2f\x57\x27\x7e\xc5\xb5\xe6\x34\xa1\x08\xc7\x9d\xfd\xe9\x50\x16\xdb\x9f\xed\x1d\x3e\x93\xb5\x8b\x75\xc0\xcf\x8b\x19\xc3\x54\xcc\x1f\x4e\xee\x21\x6b\xc7\x94\x30\x52\x19\xab\x06\xbe\x08\x36\x2a\x22\x5b\x17\xf2\x43\x65\x4f\x2b\x2e\xf3\xe2\xa5\x07\x72\xd2\xb9\x29\xe2\x27\xa2\xb9\x1c\x54\x94\x02\x7f\x60\xe7\x08\x27\xa5\xcc\x67\x75\xf0\xeb\x76\x9b\x33\x87\x78\x4b\xd7\x92\xe4\x55\x4e\xd1\xbc\x66\xc6\x15\xd6\x8b\x31\x17\x89\x77\x24\xbb\x6f\x3d\x3f\x3f\x6f\x52\xe3\x5d\x5e\x81\xe1\x72\x69\x2b\xb7\x46\xcf\xd3\x1a\x39\x35\xda\xf9\xfc\x3c\x76\x87\xba\x0b\x6c\x65\xdd\x56\xee\x3b\xe0\xc7\xfc\x23\x7b\x12\xa6\x61\x5a\x49\xd6\xf8\xc2\xa4\xad\x30\x69\xde\x4a\xc6\x4c\xde\x96\xb1\x96\x84\x0f\x2b\xb1\x7b\x37\xdf\xbd\x7a\x7a\xdd\x57\x9e\x67\xc5\xeb\xa2\x6f\xdc\xd5\xa5\xb5\xd9\x93\x39\x8b\x8b\x76\x71\x83\xd8\xcb\xf2\xfe\xa3\xe9\x59\x3b\x0d\x51\x49\xc9\x4c\x9a\xb6\x7c\xe7\x6c\x52\xa0\xaa\xf5\x49\x61\x68\x65\x29\x73\xeb\x08\x83\xf0\xcc\x58\x67\xbc\x9b\xe3\xd1\x71\x8e\x3f\xbe\xd3\xb6\x26\x87\xfb\xb3\xd5\xb5\xa0\x86\xf3\xae\x71\xbc\xf2\x03\xfb\x49\x4d\x27\x7b\x0b\xeb\x49\xe5\x72\xca\x00\xf3\x57\x89\x60\xff\x09\xa6\x4d\xbe\x2a\xb4\x8f\x74\xc9\x71\x59\x13\xc5\xf0\x56\xef\x9a\x6b\x47\xac\x91\xda\x8e\x5d\x8c\xc7\x70\x5b\xda\xef\xf2\xde\x1f\x1b\xaa\x36\x71\xef\x76\x53\xf2\x07\x38\xe7\xda\xde\x2b\x27\xb0\x8f\x35\xb9\xb0\x40\x56\x4f\xad\x23\x05\x60\x9e\xaf\x78\xb9\x7f\x3a\xf9\xac\x78\x67\xe8\x12\xc6\x67\xe3\xb2\xd5\x9f\x19\x80\x46\x35\xe7\x35\x31\x52\x26\x18\xbb\x15\x9f\xcb\xf3\x6b\x77\xe0\x9d\x3b\x59\x5c\xf5\x8e\xdb\xde\xff\x2f\x7f\x34\xa7\xa4\x67\x96\x22\x8a\xad\x6e\xfb\xc4\xbc\xca\x12\x34\x82\x59\x29\x4c\x59\x75\x6f\x82\x86\xcc\x2f\xd3\x6c\x3f\xcd\x28\xcf\x3f\xbe\xba\x99\xa8\xd3\x1d\x9a\xf3\x18\xaf\x97\xeb\xc6\x2a\xb0\x73\x3c\x7a\xef\x4f\x95\x1b\xc5\xa9\x71\x81\xc2\x44\x29\x29\x1d\x2b\x9f\x42\x75\xd2\x74\x4a\x73\xa8\xb5\x3c\xb6\xc4\x89\x16\x4e\xc7\x44\x1a\xba\x47\xd2\x33\xa1\x19\xe8\xbc\x73\x04\x3f\x01\x5a\xb4\x46\xc0\xad\x83\x77\xcc\xee\x67\x3f\x45\x8e\x8f\xfc\xc5\xf2\x44\x6f\xf4\x3a\x2b\x4f\xd2\xd7\x34\xc4\x29\xb6\xd3\xa1\x92\x60\xd9\x00\x7d\x40\x33\x51\xba\x0d\x9c\xcc\x7d\x24\xbe\x09\x42\xb4\xb7\xa2\x48\x68\x62\x52\x82\xe0\x3c\x34\xb8\x83\xc3\xf7\x81\x99\x6b\x1c\xb9\xd9\xc8\x9e\xd9\x20\xfb\x2a\x7a\x74\xe4\x7d\x96\x3b\x36\xab\x27\x58\x99\x0c\x83\xf5\x72\xf9\x77\x38\xbd\x98\x2b\x4b\x83\xf9\xd9\xb1\xd2\x11\xb0\x82\xbb\x51\x2c\x85\x3b\x69\x91\xa2\x69\x88\x75\xe2\x7d\x81\x02\xe1\xed\x98\xce\x1f\x87\x9a\xad\x3e\xc5\x4d\x45\x05\xb3\x03\xd9\xf5\xd8\xe6\x91\x57\x59\x53\x30\x65\xd7\x2c\x45\x37\xa3\xbf\x56\x29\x0f\x67\x24\x17\xf6\x4b\xaf\x13\xbf\x55\xdd\x92\x43\x44\x19\xfb\xbc\xd8\x8c\x48\xa1\x9a\x0b\x85\xc4\xd6\xfd\x5d\x02\x4b\x62\x53\xe8\x1c\x9e\x8c\x58\xbc\xda\x86\xf3\x87\x70\x72\x7a\xcf\x0e\x26\x16\x8e\xbc\xc9\x6c\xc3\x2b\xdb\xf5\x0a\x4f\x5e\x5d\x35\x28\xab\xe2\xbe\xcc\x6f\x92\x7a\x73\xad\x15\xaf\xc5\xe7\x38\xeb\x58\x5e\xa2\xfd\x6c\x22\xab\x42\xf0\x8d\xf5\x24\x41\xc9\x67\xb0\x42\xb7\x2f\xe2\x99\x31\x8b\x56\xe1\x9c\x34\xf2\xab\x53\x3f\x6b\x80\x0c\x18\xe5\xc2\xf4\x24\x3e\xb7\xba\xcb\x19\xb2\x8d\x26\x47\x99\xad\x74\xb8\x71\x50\x52\x28\xae\x93\xbb\x8a\xbd\x45\xa1\x64\x85\xf0\xbc\xe0\x6f\xe6\x56\x41\x32\xff\x72\xfc\x51\xde\x0f\x5e\xd1\x36\x2f\x6e\x1a\x37\x78\xe5\x53\xf6\x43\xf6\x3b\x27\x39\x6b\x11\xeb\xe8\x28\x16\x99\x4b\x7a\x37\x7e\x92\x7d\x32\xac\x2c\xdf\x2c\x85\xf4\xfe\x39\x8f\x24\x96\xda\x55\x12\x95\x48\x96\x3d\x89\x88\x16\xce\x50\x3e\x48\x0f\xe0\xd7\xcb\xbb\x62\x1b\x79\xfe\x52\x72\xcb\x7b\x4e\xb7\x78\xc2\x8a\x4f\x6c\x17\x01\xdd\xc9\x99\x09\x71\xab\x46\xf5\x32\x9e\xb3\x46\xd4\x7d\x91\x55\x57\x28\x4b\x62\xa4\x4b\x4a\xf3\x74\x21\xe2\xda\xa2\x06\xd1\x62\xd1\xdc\xfc\x52\xcc\x4b\x90\x97\x8b\x1d\xdd\xc6\xf7\xd4\x6f\x88\xfe\xcd\x1d\xcc\xbe\x1f\xa2\xe1\xf8\x2a\xdd\xbd\x5f\xb3\x2a\xa4\x5e\x8e\x05\xe4\x2f\xc1\xa7\x51\x17\x19\xc9\x6c\x53\xcd\x71\x99\xa4\xe5\x56\xd1\x1e\xc9\xf7\xc6\x65\x9a\xc5\xe2\x94\xda\x64\xc1\x6c\xe1\x03\x53\x32\xb2\x56\x10\x51\xe6\x95\x4a\xf0\x1e\x16\x3e\xde\x17\xcb\x4d\x36\x6e\x0a\x5e\xc5\x7e\xa4\xf3\xf1\xfa\x8f\x15\xa2\xbc\xe2\x68\x41\xea\x25\xe3\x46\xdd\x61\x98\x71\x67\x54\xdf\x91\x81\xdd\xf3\x0a\x41\xc9\x7f\xed\xce\xd9\xdb\xc4\x5b\x9a\xbe\xf3\x37\x0a\xfb\xea\x38\xf0\x01\x81\x97\xe9\xe6\xe1\x0e\x5e\x4b\xe9\xef\xa8\x7a\xae\x57\xc1\xa9\xa0\x72\x76\xb5\x61\xaa\x57\x06\x6b\xba\xfa\x83\xc3\x35\x32\x4e\x1a\x3b\xea\x3d\x71\x9c\xab\xaf\x76\x94\xc5\xf6\x97\x14\xf4\x49\x8e\xf5\xc4\xaa\xf5\xe2\x05\xed\xf7\x78\x72\xa1\xb6\x79\x0c\xd4\x25\x18\x5d\xfb\xe6\xf0\x2c\x1e\x5a\xa9\x8a\x72\xe3\x7c\x2e\xbe\x11\xb4\x86\x9d\x64\x64\x78\xb9\x32\xcf\x69\x6a\x1c\x06\xc9\x89\xb2\xf8\xd1\x6e\xc4\x21\xee\xcd\xca\xfa\xbc\xff\xb2\x8c\x79\x91\xb9\x04\xc5\x49\xb9\x32\x67\x25\x45\xc7\xf1\xd1\xfe\xa0\x7a\xd2\xa3\xb3\xab\xa9\xef\x0e\x76\xaa\x42\x69\x97\xf6\x94\xc8\x6f\xd2\x6f\x6d\x82\xa5\x2b\xa1\xe1\x9e\xa3\x45\x69\xf0\x26\xbb\x41\x3e\x0f\x39\x6f\x66\xc6\xe9\x42\xcf\x55\xce\xc9\xcb\xa0\xd1\x8c\x67\x72\xe7\xd0\xfa\x15\x35\xfa\xe7\xf4\xe1\xec\x5e\x6d\x2d\x3d\x89\xf6\x2c\xfb\x30\xfd\xd9\xc1\x2d\x2a\x1b\x50\xbc\x67\xbd\xbc\x0c\x0a\xdf\x34\x5b\x3a\x05\x5e\xb1\xb4\x4f\xb4\x1b\x59\x62\xa7\xe3\x53\xd0\xf8\x61\x9f\x39\x0d\xd8\xe8\x0a\x4e\xde\x64\x88\x6a\xf4\x34\x0c\x41\x6c\x85\xad\x5e\x05\xc9\xd8\xcb\xb5\x09\x50\x0b\xed\x50\xf6\x3c\x18\x38\x70\x47\x79\x1d\x4e\x8b\xb8\x27\x3f\x0c\xff\x0b\x38\x27\x79\x88\xe8\x96\x12\x22\x77\x74\x93\x1d\xc8\xdf\x8e\xcd\x1b\xf6\x8b\xa3\xc4\x52\xca\xed\x8d\x3b\x89\x5d\x86\xdb\x06\x07\xc2\x4a\x76\x4d\xf7\x07\x6f\x67\x8d\xd2\x5c\xc4\x59\xd4\x70\x75\x36\x9e\x98\xfc\x58\x19\x8c\xa7\x44\x8c\x96\x3d\xc1\xd9\x01\xb3\x24\xfb\x71\xcd\x52\x4b\x61\x1b\x5e\x6f\x17\xc6\x7b\x86\xbf\x31\xf3\xe4\x2c\xc4\xb3\x4a\xee\xe4\xde\xe3\xe8\xf5\x0f\x73\x4a\xd9\x7f\xa5\x73\x74\x30\x3b\x8c\x64\x6b\x02\x59\x0d\x94\x71\x6a\x0b\x96\x63\x52\x9f\xa2\x9f\x59\x17\x3e\x45\x16\xc7\x0c\xde\x18\x2d\xbe\x43\x5e\x5a\xa2\x10\x2e\x22\xc3\xec\x96\xf2\x62\x18\xf7\xcd\x48\x76\x19\x51\x52\xd4\x95\xcb\x15\xe3\xba\xb1\x39\xab\x44\x90\x98\xa9\x33\x13\xc6\x32\x26\x66\x9f\x10\x6c\xcc\xec\x53\xb1\xf8\x9e\x89\x79\x8a\x35\xbc\xb5\xbb\x1d\xa5\xf7\xb8\x21\x1b\x72\xc5\xdb\x38\x5e\x4b\x66\x09\x72\xd9\x53\xed\x1c\xb9\xa7\x98\xf7\xcd\x5e\xb2\x2d\x19\xb7\x0a\xd6\xe7\xda\x6a\x19\xd9\x05\xfa\x8e\xec\x9b\x42\x4f\x6d\x96\x7a\x1a\xf6\x29\x7b\x81\x72\x69\xfa\x1d\xe5\x0d\x79\x50\xc2\x27\xb9\x40\x4a\x09\x6b\x92\xba\x88\x65\xfe\x22\x91\x4e\x48\x59\x9c\xc0\x7f\xc2\x5f\x65\xfb\x1f\xd7\x8a\x73\x65\xf8\x5a\x56\x08\x93\x63\x6c\x30\x34\x15\x77\xaa\x82\xf4\x31\x85\x4b\xf8\x93\xb4\x76\x79\x6a\xe4\x93\xba\xc7\x70\x21\x6d\xb4\x32\x46\xf7\x27\x3e\x50\x3e\x5e\xe3\xb2\x73\xbd\xa4\x52\xe5\xb9\x3e\x59\x34\x4d\xf6\x75\x91\x98\x1f\x2b\xc6\x6c\x31\x0e\x9b\xdf\x3f\x3c\x95\xd9\xc3\x36\x33\x5c\x32\x98\xea\x9e\x28\x62\xf5\x5e\xd5\x6a\xee\x2c\xcd\xed\xca\xd9\xf0\x74\x35\x5c\xca\x3f\xb2\x59\x39\xa5\x70\x28\xb6\x56\xd6\x6a\xfc\x14\x7a\x4b\x12\xa4\xff\x6f\x9d\xb7\xb0\x31\x3b\x65\x61\x25\xef\xa7\xbc\xd8\x76\x34\xc7\x41\x44\x0c\xe7\x33\xb7\x71\x02\x0c\xd3\x0d\xd2\x16\xa1\x5c\xad\x77\x6c\xf8\xc0\xd9\xa8\xe9\xa9\x9d\x03\x05\xab\xa3\x4c\xce\xa9\x1c\xc5\xfb\xd2\x1f\x31\x7f\x64\xc2\xc2\xa2\x50\x1f\xc9\x74\xe3\x28\xbf\x66\x21\xa2\xfd\xb1\x30\x98\x77\x4c\x29\x9c\x71\x87\xfd\x44\xdc\x38\xbc\x94\x39\x81\xd3\x97\x43\x18\x8e\x76\x52\x64\x6f\xf4\x66\xad\x06\xb6\x4c\xa3\x6f\xe4\x82\x46\xf5\xd2\x5a\xaf\xc3\x2f\x15\xdd\x95\x65\x31\x47\x65\xdb\x4b\x1e\x6e\x1f\x14\x5f\xc9\x1f\xf4\xdb\x25\x5c\x9a\xe3\xbc\x70\x3c\x2f\x53\x3d\x73\xc6\x65\xb6\x4c\x92\x3b\xfc\x31\xd9\xc2\x05\xd4\xab\xab\xe8\x59\x83\x82\xff\x2a\xe8\x94\x20\xfc\x72\x29\x85\x72\x3a\xcb\xb2\x28\x94\x7a\x20\x19\xcb\x9f\x4e\xf3\x88\xdc\x6c\x18\xa4\x5b\x07\x9f\xd7\x6d\x00\xe7\xaf\x16\xa8\x69\x50\xb2\xcb\x6e\xf9\x61\xf8\x84\xf5\x5d\xf1\x0a\x74\x0b\x00\xf0\x1d\xb1\xd9\xaa\x9b\x55\xd6\xb4\x50\x01\x5e\x61\x4b\xcb\xc7\x91\xd2\x59\xb4\xef\x99\xdd\x45\xa3\xe8\xf1\xc9\x4b\xf3\xae\xd1\x3f\x47\x0e\x37\xf0\xc1\xd2\x60\x99\x6e\x02\x84\xad\x0e\x53\x6f\x85\x41\x97\x25\xf2\xad\x88\xc4\x7a\x48\x3c\x0f\x3d\x0e\x00\xfc\x89\xd8\x26\xd5\x11\x53\x1d\x34\x4c\x30\xa3\xbc\x1b\xb2\xc3\x67\x95\x0c\x40\x41\x99\x89\x85\x4d\x10\x2b\xe9\x61\x9e\x18\x7a\xb4\xa7\xd5\xb0\x11\x8e\x0f\xde\xae\xbd\x80\x8c\x58\xed\xa0\x9e\x8e\xb4\xbb\x8c\x97\x3b\xa1\x6c\xeb\x5e\xd1\x3f\xec\x08\x00\xf0\x5e\x63\x39\xca\x58\xd3\x78\x5c\xc4\x77\x29\xb7\xc5\xa3\xb0\x4d\x25\xf3\x70\xdb\x0c\x7d\xa1\x1d\xf6\x33\xc9\xcd\xf8\x0d\xfb\xb2\xc7\x3a\xa7\x0e\x9f\x1c\x74\x42\xeb\x8b\x07\xad\x6a\x52\x29\x70\x64\xc1\x69\x59\x09\xde\x62\xdd\x22\x12\x11\x63\x01\x80\x07\xe3\x52\xf9\xb9\x4a\x23\x7b\x1d\xb7\xa7\xac\x98\x35\x80\xfc\x2c\xae\x67\x2d\x4e\xa7\x16\x18\x98\x2d\x89\x9e\xc6\x23\xcc\xa0\x88\x35\x39\x0b\xc8\x7f\x41\x93\x35\xad\xe4\xb1\x55\x5e\xaa\x11\x64\xda\x02\x8e\x6c\x22\xe9\x60\xdd\x2b\xfc\xc1\x38\x0f\x00\xdc\x27\x44\xa5\xcc\xad\x32\x50\x08\x71\x36\x94\xf9\x0a\xca\xe0\xa6\xe2\x75\xfc\xa2\xb4\xf0\x02\x07\x5e\xff\xfe\xd5\xb9\x2f\xb8\x2f\xc3\xe3\xf5\xf9\xdc\x79\x81\xd1\x9a\x85\x9c\x03\x2b\x5b\x95\x47\xd9\xfc\x05\x01\x52\x2a\xcb\x68\x7d\x5b\xb8\x9b\xa9\x03\x00\xee\x5a\x46\x9f\xe4\x70\x45\x93\x9a\xc1\xd2\x96\x9a\x54\x66\xd0\xb8\xa2\x0a\x45\xd6\x91\xa1\x7c\xaa\x6c\x28\xfe\x72\xee\x62\xe9\xdc\xdd\xf3\x75\x8f\xc4\xd9\x9b\x23\xb2\x53\x85\xff\x56\x7c\x52\x98\x04\x5e\xce\x57\x25\x75\xbc\x50\xeb\x21\x81\x84\xb3\x12\xd8\xca\x39\xc4\x0c\x10\x89\x2b\xd2\xf2\x05\xe4\x95\xd2\xcd\x46\x07\x3a\xb5\xc8\x37\xe7\x69\xea\xa6\xbc\x3f\xba\xa8\xb8\x43\x86\x8a\xec\xab\x61\x8f\x75\xbb\x55\x09\x9b\x36\xa8\xef\xcb\x6f\xac\xb0\x51\xd8\x4a\xc7\x38\x6f\x90\x38\x88\xc6\x59\x97\xf0\xbf\xf1\xfa\x80\x2a\xf6\x29\x56\xb6\x10\xa8\x58\x60\xda\xca\xf0\x29\x35\x2f\x0f\xa6\x0e\x14\xbe\x2d\x59\x76\xa8\x3d\xaf\xa4\xe0\x4b\xec\x30\x43\xa0\x31\x77\xa7\x56\xfb\x26\x67\x4d\xc0\x3c\x75\xaa\xa6\xda\xdb\x5d\x5e\xa4\x3c\x3d\xdf\x28\x2e\x96\x16\x59\x47\xf3\x09\xe1\x74\xe0\x15\x3b\x84\x5d\x2b\x98\x53\x31\xb1\x2e\x90\xc8\x2c\x79\x57\x3d\x82\x0a\x14\x0e\x55\xa8\x0e\x8d\xcb\xc3\x4a\x87\xc7\xc4\x18\x66\x14\x86\xec\x1c\xad\x6d\x35\x82\x1b\xcb\xd5\x4b\xf5\x29\x5e\x43\xf2\xc4\xec\xe1\xf3\xf7\x89\xe3\xe5\x41\xd6\x5b\xf9\xbe\x22\xfb\x61\x13\xd9\x63\x38\xd3\xf9\xb1\xe5\x9f\x9b\x54\x78\x4f\xc9\x50\xbd\x35\x25\xbc\xd0\x50\xbd\x3f\x25\x23\x6f\x73\x85\x24\xfa\x5e\xce\xdd\x12\xd6\x0e\x95\x36\xb3\x20\x64\x63\xa0\xea\x85\xe1\xb4\x17\x43\x6e\xad\x79\x3a\x7f\xa9\xd8\x4a\x51\x64\x1d\xc1\x7b\x26\x7a\x3a\x6c\x0b\xab\x8a\x13\xc4\x18\xde\x9e\x42\x79\x4d\x2b\x6a\xe6\x51\xc3\x52\x65\xf5\x26\x6a\x67\xfc\xa9\xea\x46\x5a\x50\x78\x4a\x85\x8c\x3e\x36\x98\x52\xe2\x47\xff\xec\x8b\xe4\x57\x43\x96\x8b\xcd\x72\x3a\xe0\xdd\x8e\xd3\xb2\x11\xa4\x7b\x3c\x24\x7b\x89\x59\x03\x80\x70\x37\xd6\x48\x9c\x68\x37\xa3\x7b\xd2\x8e\x36\xbb\xd0\x29\xa9\x09\xf5\xbb\xe8\x4d\xf1\x79\xd5\x89\xe0\xe4\xf0\xf5\x15\x81\x60\x6e\xf0\xf6\x12\x00\xda\xed\x1b\x9d\x9f\x0e\xaf\x5c\xf4\x3a\x47\x80\xf8\x3b\x8e\xca\x0e\x47\xe3\xc6\x33\x64\x67\xb0\xa3\x00\x20\xf4\xc1\x06\x09\x66\x9b\x0e\x32\xd0\x3c\x9b\x86\xa0\xb6\x54\xf7\xba\xdf\xd0\xa5\xf8\xc3\xd5\x53\x60\xb3\xf0\xa9\xe5\xbf\xe1\x7d\xc1\x0b\x8a\x9b\xe0\x67\xbe\x3e\xf9\x2e\x88\x72\xd1\x95\x9c\x2d\xe8\x5e\x87\x9f\xd9\x8e\x98\xf7\x78\xbe\xcc\x80\xfd\x01\x00\xe1\x24\xdc\x1c\x37\xb5\xfe\xc0\x9b\xa8\x68\x93\x33\x9e\x7e\x58\x59\x17\x8e\xbb\xc5\xbd\xae\x3a\x82\x5b\xee\x2e\x2f\x8f\xc0\x27\x07\x0d\x15\x4f\xc4\x7d\x7d\x3e\xe4\x71\x71\xde\xa2\x32\x7d\x27\x7e\xc3\xe1\xa1\x5a\x4d\xb8\x8f\xaf\x94\x4d\x27\x92\x01\x40\x20\xc2\x9f\x63\xed\xad\xfb\x58\x6f\x29\xea\x46\x39\x2b\xe9\x50\x5d\xed\x00\xf3\x7e\xdc\x72\xd3\x0d\xe6\xe1\xdd\x33\xca\x7a\x98\x93\x83\xb6\x15\x65\x91\x37\x7c\x64\xc6\x57\x64\xdd\xa2\x83\xfa\xe9\x24\xcb\xe1\x82\xea\x1d\x19\x3e\xfe\x82\x34\x93\x1c\x06\x00\xfc\x47\xc4\x5b\xf4\x72\xcb\x6d\x41\x6e\x56\x45\xe3\x18\x7e\x6f\xca\x85\xda\x25\xbc\x1b\xb1\xb8\xc9\x8f\x37\x6e\x17\xb7\x6c\x2e\x37\x30\xf0\x4a\xe1\x35\x4e\x8e\xcf\x42\x63\x20\xfb\xe7\x22\x57\x5d\x2a\x7b\xb3\x43\x8f\xca\x97\x25\x1b\xff\x47\xd2\xcf\xd4\x02\x00\xdf\x95\xf1\x12\xc9\x69\x09\x56\xd6\x65\x92\x0d\xd1\x8a\x85\x07\x5b\x6a\xa8\xb2\xaa\x98\x94\xca\x2c\xa9\x5b\x18\xbb\x34\x48\xdc\xba\xf9\x5b\xc1\x57\xd1\x8e\x35\xac\xdc\xfd\x82\x37\x0b\x7b\xb4\x5c\x7e\xb2\x43\x9e\x32\x82\x7b\x76\xc2\x4a\xf1\x3d\xf6\x0b\x00\xe0\xad\x64\x6e\x83\x43\x9b\xf3\x72\x17\x64\x84\xd6\x9f\xca\x99\x72\x20\xaf\xfa\xb5\xf6\x5b\xf4\xf6\x8a\x6b\xd9\xd5\x3b\xe9\x25\xb9\xaa\xb4\xcd\x96\x05\x1b\x15\x6b\x57\x0f\x1a\x1a\xa4\x7f\x17\x7a\x69\xae\x88\x85\x0e\x71\x8a\x52\xc1\xe7\x09\x5b\xc5\x6e\xbc\x91\x00\xc0\x65\xb2\x52\xa1\xe9\xcd\xcb\x4b\x23\xd3\xe7\xd7\xef\x2b\x3a\x99\x4c\xaf\xa6\x17\x58\xee\x5b\x53\xb1\xd7\x68\xb3\x83\x5e\x32\x23\xc7\x76\x93\x6b\x7e\xa7\x76\xc6\x6a\x4b\xc3\x3c\xd5\x77\x8f\x1a\xcd\x3a\xb9\xc2\xc1\x4e\x31\x59\xfc\x7d\xc2\x36\x51\x3e\xff\x0d\x00\x70\xbe\xb3\xb7\x82\xc2\xa6\xbf\x95\x0f\xd3\x74\xf5\xce\x65\xaf\x93\xde\x57\xaf\x2f\xbe\x14\xd5\x57\xe1\x54\x20\xd9\x31\xaa\xf8\x86\x71\x45\xc0\x89\x7c\xaa\xfe\xda\xaa\xee\x9c\xfb\x9a\x00\x0f\x5a\xf6\x57\xe5\x21\x87\x11\xf2\x13\xd2\x9d\x13\x76\x8b\x76\x0b\xba\x00\x80\x53\xcb\xd6\x81\x13\x9a\x7a\x6b\x8e\xa5\x39\xd5\xbd\x32\xd1\x92\x90\xea\x11\xe5\x96\x51\xe1\xe5\xb7\x8b\x05\xa1\x95\xc5\xfc\xfc\xe7\x01\x48\xfe\x9c\xdc\x45\xab\x78\x39\x5c\xdd\x3a\x8f\xf0\x6c\xbd\xea\xb7\xc3\x48\x79\xb2\xec\xc8\x04\x8a\xf0\xa7\x70\x2f\x00\x70\xb6\xb3\x5b\xe8\xeb\x7a\x1d\xa8\xe7\x8e\x4e\xeb\x1c\x4e\x73\x4c\x0c\x6d\xb9\x43\xcb\x8a\xbc\xdf\x20\xa4\xbd\xdf\x3e\xbc\xc6\x8c\x9e\xbf\x41\x5d\xe1\x07\xb2\x56\x6c\x29\x5e\x08\x69\x5d\x4d\xc6\x3a\xf8\xae\xdd\x35\xed\x53\xd4\xd7\xc2\xa4\x28\xc7\xd2\x00\x40\x14\x8a\xfd\xa6\x3b\xf6\x74\x82\x66\x47\x7e\x76\x14\x83\x6e\x89\xde\x2d\x0c\x30\x22\xf2\x64\xc3\x4a\xb0\x78\xdb\xab\xea\x16\xc8\x69\x03\xa3\xfc\x27\x74\x65\x85\x4f\xd1\x1b\xb8\xde\xb5\xc4\x08\x21\xad\x76\x57\xb4\xed\xe8\x55\x8b\x5e\x05\x89\xf5\x00\x80\xc8\x1b\x1f\x45\xfb\xd6\x13\x01\x87\x1d\xb9\xd6\xb1\x01\x8e\x4c\x9c\xda\x32\x0f\x8e\x8b\x2c\xab\x7f\x0c\xa3\xdb\x2e\x54\x27\xc0\x67\x37\x1c\x2c\xaf\x40\xb6\xad\x70\x2d\xca\x43\x7e\xba\x1a\x8c\x5e\x68\x9f\xdd\x15\x2d\x82\x19\x2c\xce\x29\xb6\xe2\xeb\x00\x40\x34\x0a\xdf\x40\xdb\xd8\xdd\x46\x38\x1d\x59\xd3\x5e\x80\x5f\xdc\xaf\x6c\xc6\x70\x46\x64\x60\xbd\x17\xbe\x67\x1b\xbb\xaa\x05\xdf\xb3\xc1\xa5\xec\x37\x4e\x7a\xff\x2a\xfc\x88\x9f\x76\x95\xe4\xea\x08\x5b\xbb\x8b\x9a\xc7\x04\xcd\xe2\xb7\xbc\x9b\xd0\x02\x80\x90\x42\xd8\x50\xe5\xdd\xe3\xd9\xf3\x53\xf9\x6d\xdf\x59\xda\x84\x47\x4d\x57\x59\xe3\xf6\x9c\xae\x13\x31\xa5\xdb\x5c\xaa\x26\x30\x97\xf9\xdf\x2b\xdb\x4e\x7e\xf5\xee\x2f\xdc\x40\x5e\x70\x4d\x35\xbc\x20\x2b\xed\xce\x6a\x96\x90\x1c\x4b\x17\xf9\x78\x72\x26\x00\x08\xfa\x18\xd6\x94\x9e\x2e\xba\x20\xf7\xf0\xe9\xb6\x08\x7e\x73\x82\x67\x93\x0b\xef\xdc\x9e\x80\xda\x07\xdc\x5f\x5b\x4f\x9b\x12\xb9\x6b\xfc\xa5\xa5\x85\x1c\xb1\x37\xbf\x40\xc9\x7e\xe7\x1a\x64\x58\xca\x0e\xb2\x1b\xca\xa6\xb3\x72\x2d\x23\x65\xbb\x98\xf9\x00\x20\x18\x46\x8e\xca\xfa\xd8\x79\x42\x39\xf7\xd0\x8f\xd6\x6c\x79\x45\x7c\x42\x63\x84\x6c\x61\x44\x5a\xcd\x5f\x49\xfd\x96\xdf\x95\xe9\xe2\xa0\xf5\x8f\x4b\x2a\x84\x6f\xbd\x2d\xf2\xb5\x02\x95\xeb\xd8\x1c\x6f\xbe\xb3\xdd\x2d\x35\xc2\x2d\xb5\x6c\x97\xc6\xb0\xcf\x01\x00\x7f\x18\x73\x6f\xe6\xed\xce\xe9\x06\x9b\x43\xa3\x5b\xde\xe8\x47\xc4\xc9\x1a\x6a\x35\xcf\xc3\xc5\x35\xfe\xea\xba\x2d\xb3\x2a\x4c\x4a\xe1\xfa\xf9\xc5\x0f\xe5\xa9\x5e\xb4\xbc\xf3\xd2\x8d\x2e\x95\xfa\x23\xa2\x1f\x76\x6d\xaa\x76\x01\xdb\xf2\xa9\x24\x9f\xdb\x0a\x00\xbc\x75\xac\x84\x8c\x37\x1d\xa2\xe2\xb2\x94\x59\x2d\xfb\x0b\x27\xc5\x36\x34\xcc\xc9\x4b\xdc\xdd\x5e\x5d\x6b\x60\x87\x84\x57\x58\xe9\xca\xd6\xa1\xc5\xeb\xb2\x87\x96\x7f\xcf\x5b\xa4\xbc\xec\x12\xae\x3b\x2d\xcb\xb7\xab\x51\x59\x8b\xd7\x58\x8d\x97\x8c\xe6\xa7\x00\x00\xb7\x86\x3d\x2f\x83\xec\xd8\x52\x7e\xe5\x60\x5b\xcb\x9c\x92\x87\xb1\x3b\xea\x1f\x16\xde\xde\xbd\xa7\x3a\x39\xaf\x2a\x04\x28\xef\x35\x40\xeb\x96\x15\x7d\xd0\x6d\x58\x7e\xcc\x78\x5f\xfd\xca\x65\xb9\x8e\xaa\x08\xb2\x33\x29\x8f\x49\x28\x56\xb3\xc5\xed\x82\xd9\x00\xc0\x4d\x60\xc7\x67\xcc\xe9\x18\x53\x15\x79\x30\xa6\xf9\x56\x85\x43\xcc\xf7\x7a\x65\xc9\xe9\xdd\x96\xd5\xd6\x85\xf1\xc1\xed\xe5\xfb\x8d\x4f\xd7\x0d\x2b\x52\xe6\xc4\x2e\x2f\x34\xe2\x9a\x3a\x17\x17\xdd\x64\x65\xb5\x5d\x87\x32\x46\x7a\xc4\x2a\x44\x1c\x2e\xa8\x04\x00\xee\x08\x76\x56\xfa\xac\x81\x4b\xb4\xe7\xc9\xef\x7b\xb5\xf4\x29\xd1\x91\x9d\x6b\xe9\x5b\xc2\xe6\xb6\xd4\xd0\xab\x02\xf5\xf5\x37\x40\x7f\x5f\x7d\x55\x27\x34\x7d\xe9\xf3\x32\x5f\x78\xe6\x7c\xcb\x82\x8d\xc8\x4e\x9b\xb5\xfa\x7f\x68\xc5\xb8\x83\x2a\x77\xac\x16\x00\xc4\xf3\x70\xe7\xf4\xa9\x03\x19\x90\x55\xf2\xf7\xde\xe5\xd0\x94\xe8\xed\x1d\x8f\xa1\xd9\x61\xf6\x2d\xe1\xd0\xf6\x40\x65\x3d\x07\x6a\xf6\x55\x54\x1d\x85\x23\x96\x3e\x2c\xfd\x8e\x2c\x98\x6f\x55\x60\x85\x3a\xd9\xac\xd5\x9f\xc7\x3c\xc7\x31\x54\xc3\xb1\xaf\x00\x20\x1e\x8d\xbb\xa5\x8f\x1e\x98\x8c\x84\x26\xbf\xe8\xb9\x8a\x2c\x8d\xf6\xef\x60\x20\xb6\x61\x56\xcd\xbf\x91\x19\x81\xdc\x7a\x77\x24\xd4\x97\x5f\x35\x1d\x19\x5c\x7a\xa7\xb4\x10\x8d\x9f\x6f\x99\x7f\x1c\x9b\x65\xb3\x56\x2f\xc6\xde\x8f\x13\x29\x4f\xe2\x47\x00\x40\x74\x11\x8f\x4b\x4b\xef\xcf\x20\xee\x26\x1f\xe8\x59\x48\xa4\xef\xbb\xdc\x7e\x95\xb0\xda\x79\xaa\x79\x03\x7e\x21\x30\xb2\x2e\x0b\xef\xf1\x4d\x30\x45\xe1\xb7\x96\x1e\x2b\x79\x4e\x4c\x9b\x3f\x2e\xdf\x89\x88\xb7\x59\xa7\x7b\x41\xb4\x8e\x6b\x57\xba\x11\x2d\x00\x20\xf2\x22\x3c\x8e\x7e\x3f\xd6\xcc\xee\x48\x7a\xda\x7d\x94\x6d\xbd\x6f\x5b\xfb\x44\x56\xe6\x4e\x6a\x13\x97\xf9\x34\xd0\xbd\xb6\x8b\x89\xfa\xfa\x55\xe6\x33\x97\x2c\xad\x2e\x71\x61\x0e\x9b\x6f\x96\x17\x4b\xde\xb2\xd9\xaa\x9b\x4f\xd6\x8f\x7b\xaf\x48\x23\x17\xff\xdf\x05\xc3\xe5\xe8\xe2\x63\xe3\x84\xc3\x92\x36\x77\x35\x0b\x86\x47\x9d\x6b\x0b\xe6\x5b\xec\x74\x6a\x3c\xc9\x9b\xb7\xf9\x5f\xed\x30\x6e\xb4\xaf\x7d\xc5\x03\x4e\xe1\x52\x4d\x71\x32\xfb\xf7\xbc\x3f\x46\x2d\x3b\xd2\x26\x41\x1b\xc3\x6a\x30\x77\x96\x57\x31\xcb\x00\x40\x60\x22\x1d\x8f\x9c\xec\xf3\x50\x9a\x27\x9e\xe9\xbc\x24\x67\x47\xf9\xb7\x46\xc9\x86\xef\xe0\x36\x1c\x97\x60\x9b\xa3\xab\x3f\x88\xa7\xf9\xe4\x96\x9f\x15\xb6\x2c\x5d\x5f\x14\x2a\x88\x9d\xf7\x5f\x2e\x87\xf7\xcf\x86\xaf\x09\xe5\x72\xcd\x65\xb2\x12\x76\x3d\x00\xf0\xf3\x99\x09\xa9\x8f\x7a\xa9\x39\xec\xc4\xc9\x9d\x93\x74\xd1\x7b\xeb\x5a\x94\x1a\xef\xd0\x3b\xf5\x6f\xd4\xa3\x36\xd5\x56\x5b\x28\x5e\xfa\x58\x94\x3d\x97\x5d\x59\x72\xa3\x30\x55\xd2\x36\xaf\xdc\x50\x22\x62\xd8\xc8\xb3\xe9\x82\xf9\xe6\x37\xa4\x37\xb8\x14\x00\xe0\x5d\x63\x85\xa5\xfa\xf6\x0c\x14\x61\xfb\x69\x1d\x89\xf9\xd7\xf7\xda\x37\xbf\x30\xce\x0b\xdd\x5c\xbf\x22\x67\xcb\x26\xc7\xaa\xed\x5a\x7c\x8d\xae\xcc\x43\xdd\xba\x44\x50\xd0\xa6\xb8\x3f\x8f\x97\xf3\x4a\x7a\xc5\xc6\xa4\x3e\x2e\xd2\x5a\x4c\x95\x2e\xe1\x7d\x03\x00\x9e\x0f\xeb\xd7\xe1\x6f\x3d\x50\x59\xe8\xfe\x25\x1d\xd3\x8a\x77\x45\xde\x68\x56\x15\x6c\x0b\x1d\x5d\xf7\xd8\xb8\x30\xe0\x81\xe9\x73\x8e\xd5\x9a\x83\xa5\x97\x34\x5f\x96\x1c\x2e\xd8\xa7\x3a\x36\x0f\xcf\x11\xca\x43\x6d\x06\xd5\x87\xc4\xb5\x16\x6b\x24\xf7\xf9\x5a\x00\xe0\xbe\x67\x2f\x3a\xdc\xd4\xe3\x5a\xc9\x4e\xf8\xda\xde\x57\xb6\x31\x32\xaf\xd9\xbb\xe8\xfb\xf6\x4b\x75\x58\xbe\x2e\xa0\xc1\x24\xc8\x5d\xb6\x26\xb8\x34\x59\x77\x6d\xc9\xfe\xfc\xaf\xd9\xbb\xe6\x09\x72\x66\x29\x78\x36\x2f\xd5\xc3\x24\x3c\x0b\x8a\x84\x2e\xb0\x04\x00\xae\x88\xbd\xfa\x85\x04\xd4\x53\xac\x6f\xe6\x81\x0f\x28\xca\x53\x65\xd0\x7c\xaa\x55\xab\x08\x4a\xa5\xc2\x25\x05\x50\x17\xcd\x52\xd1\x0e\x4f\xa4\xbd\xc2\xec\xe0\x4c\xfa\xd3\x64\x47\xf8\x0f\xf8\x7d\x4b\x3c\xa2\x86\x27\x2e\x5a\x87\xfa\x22\xcb\x2d\x9e\x63\x33\xd0\x65\xcf\x4b\xe8\x2f\xe8\x1d\x37\x9a\x41\x3f\xfa\xe3\x93\x37\x41\x25\x38\xab\xe5\x18\xf8\x0c\x0c\x29\xbe\x03\x05\x80\xd9\x8a\x51\x50\x39\xb4\x00\x85\x61\x3b\xe8\x5a\x92\x00\x6e\x82\x45\x21\xa7\x91\x3d\x48\xf0\xc2\x93\xa8\x0d\x3a\xd5\x22\x1b\x33\x43\x0b\x9f\xd5\xd1\x7d\x11\xe4\xfa\x00\xbd\x18\xd9\x79\x72\x38\x68\x86\xec\x6c\x7e\x03\x26\x22\xab\x8a\x27\x83\xe7\x11\x7f\xf9\x76\x68\x35\x22\x40\xee\x40\x1d\xc8\xf3\xc4\xdf\x70\x1c\x1a\x18\xb2\x0e\x99\x8a\x56\x2e\x8c\x47\x1e\x62\x93\x2c\xa2\xd1\xfb\xd8\xc2\xc7\xe5\xb4\x19\x2c\xfb\xab\x33\x69\x4c\x66\xfa\xa0\x82\x3e\x82\x7c\xd0\xf8\x88\x7e\x98\x0c\x2c\x0c\xa7\xff\xc7\x38\x2d\x3d\x03\xc6\x30\x30\x58\x06\x7e\x62\xf8\xee\xbf\x03\xd5\x11\xef\x82\xfd\x61\x0e\xa1\xf2\x38\x83\xc4\x13\x2b\x2c\x5c\x51\x08\xa7\xfc\xf7\x98\x72\x46\xf8\xf5\xe2\x0b\xea\x1e\xc1\x95\x63\x38\xf5\x25\xbf\xae\xde\x93\x96\xc0\x53\xe5\x8f\xa0\xbd\xe2\x0a\xc5\x57\xe8\x18\xa7\x18\x7c\x0d\x2e\x60\xf7\x24\x08\xc1\x9f\xac\xa1\xa0\xed\xd0\x7f\xcc\x1e\x0f\x6f\xf8\x3c\x29\xb6\xb0\x45\x7e\x11\x37\xee\x2e\xcc\xaa\x51\xc9\xce\xa1\x94\x20\xc5\xe3\x9e\x12\xca\x0b\xb9\x4b\x4d\x35\x35\x4d\x4a\xcf\xbd\x44\x1b\x29\xbe\x2a\x7c\x4b\xab\x11\xad\xa5\xef\xa6\x1f\x14\xe4\xc7\xef\x00\x37\xf3\x3e\x05\xd2\xa1\x95\xdc\xd9\xee\xed\xb0\x2f\x7b\x98\xc5\x7c\x84\x46\xae\xbb\x71\x2d\xd3\x54\x58\x3c\xd4\x9d\xe5\x99\xef\xd4\x39\x29\xab\x2f\x57\x6f\xca\xa4\x84\xe9\x9f\xeb\xdf\x50\xbe\x69\x17\xf3\x0f\x51\x4d\x6a\x90\xba\x82\x06\x2a\xf2\x62\x75\xf4\xc3\x52\xe3\xe6\xc5\xe0\x51\x51\xb4\xfb\x38\x88\xc3\xeb\xb3\x58\x02\x5f\x67\x45\x5e\x3d\x90\x51\xd6\xa0\x3b\x11\x9e\x19\x54\x73\xb6\x6d\x72\xe6\x67\xd3\xaa\x72\x53\x96\xa0\xec\xb0\x36\x8e\xb2\xb8\x88\xcb\x75\xa2\x7c\xcc\x13\x66\xf9\x50\xcf\xe6\xec\x8c\xfe\x49\x3b\x9d\x7d\x25\xe0\x05\xfd\x81\xfc\xa7\xdb\x76\x68\x9c\xa8\xc9\xc2\x05\x4e\xe1\xa4\x5e\xd2\x66\xc4\xf7\xcf\x1d\xb8\x92\xf1\xb3\x5b\xd5\x0c\x66\x8a\xdb\x5e\x97\x7a\x65\xcd\x6b\x9a\x90\x3d\x39\xeb\x74\xed\x30\xf6\x48\x8a\xa4\xe2\x78\x46\x24\x35\xb5\x78\xc9\x3e\x9c\xb6\xd7\xe8\xb8\xf1\x1d\x3d\x41\xa3\x72\x3d\x06\x16\xc8\x18\x16\xf3\x60\x5b\xde\xea\x8b\xf2\x0c\xdf\x21\x6a\xff\xf5\x8c\xeb\x83\xcc\x26\x38\x33\xa5\x37\xb9\xc4\x27\xf3\x57\xc7\x38\xb5\x73\x56\x4e\x53\x2a\xcb\x95\x12\x55\x93\x93\xae\xa3\xae\x2e\xdf\x17\xf5\x94\xe6\x58\xc0\xda\xa8\xa1\xdb\xea\xed\x5d\x75\x60\xac\xc2\xc9\x62\x3d\xf4\x90\x77\xf3\xc2\x95\x0c\xfb\x0b\x97\xfa\x6d\x32\xea\x4e\x8b\x1b\xbb\x33\xd7\x1e\x9f\x52\xcc\xce\x3c\xde\xbb\x49\x45\xcf\x8a\x69\x5f\xc8\x14\x50\x66\x34\x5c\x4a\x1f\x4f\xf9\x6c\xfa\x1a\x25\xa1\x9e\x2c\x8e\xdd\x98\x4e\x6b\x33\xcc\x73\x2d\x02\x87\x2b\x83\x2c\x24\x10\x97\x6f\xf5\x78\x14\xfc\x3d\x4b\x76\x25\x17\x19\x43\xb1\x1d\x9c\x86\xd8\x52\x0a\x1b\x0f\x23\x4b\xa8\x0e\x05\x1f\x90\x1d\xd4\x76\x69\x3a\x92\x45\x2b\x80\xfd\x90\x42\x7a\xc5\xfe\x0e\xe4\x1d\x38\x14\x1c\x8f\x6e\x84\xbe\x79\x3c\x43\x1b\x11\x3f\x8b\x48\x6c\x13\xba\xf5\x91\x15\xbc\x87\x6e\x7b\xb9\x0e\xa6\xd1\x77\x0d\xf8\xc2\xd9\xf4\xbc\x06\x3d\xdc\x4e\xbf\x55\x60\x03\x3f\x07\x97\x48\x6a\x90\xe9\xe0\x65\x48\x82\xec\x86\x24\xfb\xc7\x23\x4d\x70\x78\xd0\x29\xd4\x11\xf1\xf0\x88\x42\x35\xe8\x14\xf3\xef\x98\x1f\xda\xf9\xd0\x0a\xea\x83\x8f\x5f\xea\x80\x5e\xc0\xf5\xfd\x31\xf0\x24\xb8\xa7\xbe\x1d\x5e\x03\x77\xe4\x6f\x86\x33\xe0\xab\xe2\xf7\x70\x0d\xe2\x06\x3e\x81\xff\x20\xfa\x04\x2e\x12\x87\x5a\x06\x6d\x45\x6e\xa3\x5c\x0f\x33\x34\x1a\xb3\x34\xbf\x88\xd9\x60\x01\xf7\x47\x83\x3c\xa6\xcf\x85\x99\xe0\x49\xb2\xa6\xf7\x0b\x34\x8a\xf4\xa8\x6d\x84\x36\x30\xca\x8c\x79\x90\x88\xb1\x5a\x94\x06\xdd\x61\x0c\xa3\x57\xc2\x2b\x89\x1b\xf1\x07\xe0\x0e\xa2\x30\x30\x1a\x09\x26\x0e\xb9\x1f\x42\x9e\x13\xee\xe6\x05\x68\x0b\xce\xbf\x5d\x4b\x3f\x24\xf8\x74\x76\x1a\xbd\x8d\xff\xa1\xdb\x12\xb4\xe4\xbd\xa8\x5e\x0e\x6e\xe5\x3e\x32\x50\xc0\x1c\xce\x3b\x41\x19\xf8\x8b\x33\x8b\xe6\x0a\x1d\x66\x6f\x8f\xf3\x81\xcd\x58\x94\xcd\x14\xb8\x94\x29\x70\xfb\x84\x84\x91\x74\xf3\x12\x74\x05\xf1\xec\xfa\x4f\x5a\x9a\x92\x76\xea\x3c\xed\xb8\xfc\x79\xc7\x5e\xba\xbb\x2c\xb0\xf2\x3c\xfd\xa8\xa4\x5a\x1f\x41\xef\x13\xcf\xe4\x5d\x03\x17\x0b\x8b\x28\x45\x60\xa3\x60\x56\xac\x15\x14\xc6\xe3\x6d\xaa\x84\x47\x70\x2e\xbb\x71\xe0\x01\xd6\x5d\xf3\x7e\xa4\x89\x0c\xb9\x7c\x82\x1a\x5c\xb0\xfa\xb8\x03\xb5\xcc\xf8\x5f\xcb\x7d\xda\x58\x03\x58\x56\x44\x8b\xd0\x3d\xd2\xe0\xb4\x36\xcd\x26\x4e\x24\xdd\x4b\x55\x9b\x29\xa2\x0f\xc9\x7f\x44\x1f\x00\xe9\xd2\x99\x01\x04\xb4\x5c\x34\xd2\x6d\x24\x3c\x92\xa7\xb2\x18\x8e\x8c\x61\x45\x5f\x38\x48\x49\xaf\xbb\x7b\xec\x22\xe5\x5c\xf5\x9a\xc6\x37\xd4\x95\x15\x17\x8a\x1f\x53\x95\xa5\x73\x55\x5f\xa9\xbf\x0b\xe3\x59\xd6\x34\xa6\x51\x94\xae\xa2\x3b\xe9\x91\xa8\xf3\xf4\x5b\xd9\xee\x1b\x03\xc1\x52\x39\xe9\x1a\x0d\x91\xa2\x74\x8b\x09\xb0\x8a\x93\x70\xb6\x8d\x32\xbd\xcf\xaa\x37\x92\x92\xd6\x59\x5b\xbf\x9f\x72\xa6\xd5\xbb\x10\xa7\x2e\x68\xe0\x28\xba\xa8\xca\xea\x32\xd2\x9c\x66\x5f\xae\x39\x3a\x48\xeb\x29\x5a\xb4\x77\x2f\xfd\x60\xee\xb6\x0d\xdb\x40\xf7\xec\x5f\x2e\x57\x21\x1b\xd9\x3c\x8b\xc9\xf0\x5a\xde\xec\x33\x15\x59\xef\x4f\x2e\xef\xd9\x4b\x09\xea\xa7\xd6\x25\x51\xf2\xbb\x85\x05\x42\xca\xaf\xb6\x78\xf9\x15\x6a\x62\xc3\x6f\x86\x37\xf5\x45\xf5\xee\xa3\xa3\x68\x82\xb2\x80\xc8\x13\x74\x8f\xfc\x22\xff\x4f\xf4\x67\xba\x0c\x17\x13\x78\x4b\xde\x61\xb1\x18\x1e\xc9\xeb\x38\xfd\x20\xeb\xf4\xb9\xd4\x6e\x0d\x65\xd6\xa9\xe8\xda\x32\xca\xd1\x01\x9b\xfc\x1b\x94\xfe\x6e\x81\x7c\x31\x75\x5e\xab\x89\x30\x52\x8b\xeb\x91\x23\x6c\x9a\x6f\xe5\xc5\xc8\x83\xb4\xeb\x45\x47\xfc\xcf\xd1\x99\x39\x19\x2e\x75\x20\xa2\xb8\x6f\x81\x40\x15\xbc\x77\xf7\x02\x30\x6a\xd6\xe4\xf3\xf1\x58\x58\x56\x69\x6f\x30\xe6\x4d\x59\x59\x3b\x03\x9b\x4d\xe9\xc8\xfd\x8b\xcd\xa0\xc6\x0a\x9f\x62\x16\xb4\x1d\x74\x07\x6c\x2c\x7d\x7f\xbc\x39\x66\x07\xca\x03\xe7\x61\xcb\xa0\xf3\xee\x81\x58\x1c\xb2\xc4\x5c\x81\xb5\xa2\xbb\xef\xae\x47\x5f\xd0\x98\xe7\x32\xd1\x4b\xb4\x33\x3d\x29\xe8\x31\xba\x63\x8d\x37\x5a\x4f\x4f\xcc\x9d\x8d\x36\xd2\x2f\x09\xed\xd0\x26\x10\xa2\xed\x47\x07\xa0\xf5\x71\x49\xe8\x43\xd8\x66\xb3\x0e\xb3\x82\xff\xb9\x0d\x62\x1b\xd0\x61\xe6\x4b\xb1\x1a\xb4\xfb\xce\x6a\x34\x01\xb6\x3e\x4b\xa0\x3b\xe1\x89\xdd\x4c\x74\x2b\xec\x56\xbd\x1b\xf5\x85\x57\x18\xfc\xd0\x60\x38\x4e\x90\x88\x86\xc2\x27\xa9\x55\x28\x05\xf1\x8b\xbd\x8b\xea\x90\x13\x9b\x7e\xa3\x77\xd1\x9d\x6e\x11\x98\x2d\xfa\x75\xdc\x3d\x4c\x85\xf9\xdf\x5c\x88\xd8\x92\xf1\x43\x8f\x91\x25\x8c\xb7\x9d\x36\xc8\x12\x06\xdd\xb4\x17\x09\x66\x0c\xd3\x17\x20\x87\x88\x52\xde\x53\x44\x40\x60\x14\x10\x69\x23\x12\x63\x86\x90\x2f\x44\xe0\x26\x57\x34\x90\x58\xe4\x7a\x1f\xcd\x27\x2c\xc7\xdd\xc4\x16\xe1\xac\x6b\x01\xf0\x42\xfe\xc7\x93\xe6\xb0\x0f\x7f\x7c\xdb\x3e\x38\x92\xe7\x58\x61\x06\xc7\x71\xdd\xb4\x85\x30\xc1\x09\xe6\x7a\xc1\x55\x6c\x69\x96\x13\xfc\x82\x75\x3d\xba\x1a\xf1\x65\x4d\x0d\x38\x8c\x14\x32\x37\xbb\xb2\xd0\xf1\xe4\x4e\xf3\x49\x68\x25\xf1\xe4\x92\x1c\x0a\x57\xc4\x0d\x3c\x83\x0e\xca\x5e\x35\x5f\x83\x72\xa4\x89\xa5\x4d\x50\xb6\xf8\x6e\x76\x0e\x54\x2b\x8a\x66\xd3\xa0\x57\x82\xbf\x19\x95\xb0\x37\x5f\xb9\x8f\x05\xeb\x78\xb6\x1b\xf3\x91\x51\x1c\xa6\xab\x3d\x82\xb3\x6a\xcd\x17\xa0\x2e\xe4\x86\x73\x4c\x70\x62\xde\xe5\xbe\x10\x70\x63\xae\xae\xe1\x28\x08\xe7\x84\x15\x69\x41\xae\xf6\xba\xf2\x2c\x58\x9f\xbd\x9b\x39\x12\xfc\xa9\xbc\x97\xa6\x85\x76\xca\x37\xee\x7d\x05\xf5\x49\x64\x1b\xf8\xb0\xb7\x30\xcf\xa5\x12\xee\xe3\xed\x31\xc7\x10\x3a\x2b\xf4\xb4\x17\x3d\xae\xd6\xbe\x7b\x12\x1d\x32\x95\xd5\x0a\xe9\x35\xe5\x31\xf9\x77\xe9\x67\x8a\xaf\xca\x03\xe8\xbf\x0b\x3c\x89\x3e\x30\x38\x97\x79\xa4\x00\xac\xd5\x19\x22\x43\xa1\xb9\x6a\xba\x7f\x04\x54\x2e\x1f\xe6\x32\x09\x5e\x25\x72\x30\x57\x23\xc3\x38\x01\x27\x8b\x69\x5f\xba\xdf\x75\x54\xd2\xad\xdb\xfb\xab\x2d\xe9\x5e\xcd\x54\xa3\x84\xbe\xb7\xee\xa7\x74\x36\x5d\x5e\xe5\x8f\x9d\xa2\x3f\x2a\xdb\x77\xf8\x11\xb8\xb9\x70\x4e\xc4\x73\xb0\xc9\x40\x59\x1f\x05\x79\x66\xef\x5a\xc0\x85\x2e\x4b\xbb\xcc\x73\xe0\x72\xee\x8f\x13\x12\xda\xe9\xc1\x37\xed\x15\xb4\x17\x7d\xb1\x55\x53\xe8\xa3\x3b\x4b\x73\x8b\xe9\x2e\x2d\x1d\x92\x4d\xf4\xd8\x7a\x26\xfa\x8f\x5e\x5d\x35\xe6\xf0\x22\x70\x62\xa9\x73\xc4\x2e\x90\x9a\xd7\xba\xee\x0f\xf8\x5e\xdb\xbb\x60\x1f\xa4\x94\x6f\x36\x6f\x87\x0f\xf3\x44\xc7\x3b\x68\x05\x67\x80\xb6\xfb\xb4\xf6\x13\xf3\x4d\xbb\x68\x17\x8f\x4d\x31\xbc\xa7\x7d\xec\x3c\x29\x2e\xa2\x3b\xb5\xcc\x42\x0f\xd2\x93\xeb\xec\x0f\xd5\xd0\x8f\x57\x14\x86\xff\x01\x1d\x0a\x29\xeb\xae\x80\x12\x7d\xd3\x82\x58\xc8\x4b\x91\x64\x31\x12\x9e\xc0\x3b\x76\x29\x8e\x79\x29\xe3\xdd\xc0\x21\xe6\xd6\xcc\x9c\xe6\x44\xf2\x78\xd6\x96\x92\xe7\x64\x6c\xd6\x7b\x35\x8f\x1c\x41\x69\x60\xad\x67\x18\xa8\xf5\xe9\xbb\x18\xab\x69\x97\xa3\xe6\x11\xff\x81\x53\x37\xac\x20\xc4\x50\xea\x82\x5a\xc2\x0b\xfe\x3e\x16\x23\xac\xd1\x75\x17\x0f\x30\x43\xa8\x7e\xfd\x22\xf2\x2a\xb5\xba\x89\x47\x86\xd3\x6c\x4b\xac\x19\xff\x68\x98\x6a\x80\x51\x49\x37\x63\x8a\x18\xdb\xe9\xbd\x69\x4d\xc4\x0f\x50\xb7\x57\x4a\xd4\x40\x12\xff\x16\x22\x09\x96\x2f\x70\x21\x66\x23\x7d\x63\x9d\x09\x2b\xb4\xe0\x42\x22\x79\x06\x6c\x38\x56\x42\x46\x83\x0f\x1a\x0b\x19\x2f\x21\xcb\x62\x6f\x46\x2e\xb4\x58\xf9\x8d\xb1\x05\xca\x22\x6f\x10\xbf\xa0\xf7\x69\x93\x88\x1a\x98\xb3\xd7\x9a\x38\x88\xb8\xfa\x2f\x27\x96\x22\xb7\x9d\xaf\xe2\xdf\x51\xd3\x98\x8f\xf8\x07\xcc\xe1\x9c\x35\xa3\x83\x38\xdb\x0b\x33\x62\x08\xb0\xbe\x93\xf8\x43\x2c\x28\x94\x13\x0d\xf8\x75\x05\x83\x48\xc3\x73\x19\x02\xc2\x03\x97\x1d\xf9\x82\x7f\xc4\x55\x91\x0e\xf8\x10\xae\x5d\x4f\xc5\x4d\x78\x89\x73\x12\xce\xc2\x3b\xc7\x0e\xc3\x25\xf8\xde\xd3\xa1\xc4\x7b\xde\xe8\xae\x5f\x04\xc1\x0d\xad\x75\x23\x66\x71\x64\xf9\x61\xf8\x3d\x76\xbf\x4c\x81\x97\xb1\x47\xe3\x8f\xf1\x0c\x56\x6a\xaa\x12\x0f\x60\xde\xde\x63\x81\xcf\x63\x6e\x5e\x37\x80\x5b\x91\x95\xce\xb3\xb1\xcf\x8c\xcf\x63\x7d\xf1\x71\x44\xd3\x89\x47\xf8\x6b\x99\x43\xfb\x37\xdc\x24\xb9\x5d\x75\x12\xdf\x29\x16\x19\x97\xe3\xb6\x22\x4f\x49\x1b\xf6\x4a\xf0\x18\xdb\x8c\x1d\xe3\x57\x1f\x5e\x8d\x15\xf2\xd2\x23\x00\x8c\xc3\x5d\xba\x6e\x1a\x96\xc6\xbe\x3e\xff\x11\x16\xc7\xda\x30\x96\x8d\x31\xc8\xa9\xfd\x7f\xb1\x67\xb9\xde\x2d\x6c\xac\x24\xc7\xb1\x22\x11\xdb\xaf\x03\x72\xe6\x63\x1e\xd9\x9d\xc2\xbf\xd8\x30\x55\x16\xfc\x18\x7d\xa0\xf0\x4c\xf1\x44\xcf\x4a\x6f\xee\x4e\x47\x5b\xc5\x87\xfc\xac\xd0\x32\xc1\xc0\x7c\x1a\x9a\xcf\x3d\x33\xf6\x3f\xf4\x04\xcb\xbc\x97\x8b\xc5\x98\x74\x8d\x1e\xd8\x84\x72\xb8\x94\x8a\xf6\x95\x80\xda\xc3\x28\xaf\x70\x29\x1f\x43\x23\x8d\xd7\xc1\x62\xd4\x2f\x27\xf5\xc0\x5a\xd4\x53\x73\x29\xec\x1a\x3a\x57\x35\xd2\xf7\x19\x3a\x53\xfa\x62\xde\x6d\xd4\x41\x98\x38\xf6\x1d\xba\x85\xfd\xa2\xdb\x0a\x1b\xd6\xfe\xac\xee\x1f\x5a\xd5\xe2\x58\xec\x87\x46\x35\x2c\xcb\x0e\x45\x67\x55\xbf\xe3\xb2\x90\xb7\x15\x30\xed\x32\x72\xa9\xf8\x59\x52\x01\x72\x3c\x7f\xf8\x4e\x26\x52\xaf\x6f\xf6\x79\x84\xd4\xa8\x7e\xcf\xdb\x80\x74\x4a\xae\x8c\xfd\x86\x7c\xe0\x32\xbb\xbc\xd0\x27\x7d\x83\x75\x2e\xa8\xb0\x4b\x5b\x14\x87\x2e\x6b\x5b\xa3\x86\x90\x0f\x8d\x0c\x4e\x1b\xd2\x5e\x23\xa4\x4d\x43\x74\x15\xfb\x13\x7f\x23\xfc\xa2\x07\x3b\xbe\x21\x19\xb9\xd7\x7d\x08\x24\x55\x13\x38\xcf\x1a\x41\x65\x5b\xc7\x4d\x44\x1a\x78\x53\x3a\x0d\xe8\xd0\x89\xe3\xb5\x3c\x34\xa9\x3f\xa0\xb0\x0b\x1d\xd5\x2d\x52\xdd\x46\x5a\xdb\x52\x38\x8e\x08\xbd\x11\xa0\x8a\x90\xed\xd5\xbb\x12\x59\xc8\xaa\xb2\x35\x3b\xd4\xc8\xac\x7c\xc8\x27\x10\x99\xac\x73\x9f\x37\x1e\x99\x2b\x4f\x18\x17\x86\xec\xe4\x85\x1c\x1f\xce\x7f\x99\x61\xd6\xfa\x8d\xf7\x37\xa3\xb3\xf2\x30\x6f\x56\x26\x35\xe7\x02\x77\x67\xd6\x62\xd1\x66\x8e\x98\x62\x05\xbf\x60\xb7\x53\xed\x0e\xbe\x60\x3d\xa1\x6d\xdb\xa5\x65\x4d\xa5\xe7\xf9\x36\x30\xfd\xa1\x71\x73\xd3\xc8\x14\xb8\x7b\xd4\x6b\x46\x3f\x3a\x79\xd0\x96\x9f\x40\x59\xd2\xea\xc4\x13\x51\x4c\x15\xa5\xdc\x1e\xea\x82\x9c\x19\x9c\xaf\xd4\x12\x61\x11\x67\x29\x6d\x3d\xbc\x95\x9d\x42\x9f\x74\x30\x9a\x55\x00\x9a\xed\x9a\xc9\x7c\x0c\x8d\xf1\xf5\x61\x3a\xc1\x8e\x73\xc7\x92\x11\x08\x75\x54\x0d\xa3\x1b\x4d\x19\x70\xe6\x3d\xa2\x93\x2d\xeb\x79\xf6\xf4\xee\xf2\x1b\xdc\x7d\xf4\x7f\xfa\x3d\x1c\x15\xe8\x2b\xf8\xc6\xbe\x0a\x1a\xa1\x3a\xf6\x54\x68\xe1\x81\xcb\xac\xdd\xd0\xad\xb0\x1a\x66\x01\xac\xf6\x79\x46\xbe\x41\x62\xe6\x5c\x25\xdd\xd1\xf0\x51\xd5\x0c\x3d\xfa\xe2\x18\xc8\xbd\x8b\x47\x36\x29\xb8\x6e\xf8\xe4\xb2\xc5\x1c\x08\xbb\xa8\xbd\xcc\x3e\x89\xe5\xf3\x45\x6c\x5b\x8c\x07\x1e\x64\x25\x61\xba\xe4\x26\x66\x13\xd6\xbb\xf3\x0c\x73\x32\xf6\xcc\x67\x35\x79\x04\x9f\x36\x07\x66\x74\xe3\x51\xa3\x8e\x33\x56\xe2\x33\x7a\xb2\xb8\x8e\x9c\x9d\xf5\x9f\x38\x71\xec\xe6\xe2\x7b\xec\x06\xf6\x98\xec\xd3\xec\x51\xac\x68\xee\x59\x56\x34\xf3\x24\xed\x05\xb3\x85\x19\x96\x94\xc9\x9c\x4c\xbe\xdc\x71\x9e\xa4\x90\xf0\x1a\x19\xe3\x16\x39\x6a\x8e\x0f\x63\x09\x83\x39\xda\x8c\x68\x21\x0e\x76\x56\x70\xc2\x25\x4b\x6b\xd3\xd9\x85\xa2\xdf\x85\xd5\xac\x1f\xc2\xe3\xaa\xdb\xac\x6d\x02\x0d\xc7\x8e\x59\xcd\x4f\xa7\xa6\x33\x27\xf2\x0e\x26\xae\x20\xa9\xdc\xa8\xd0\x4b\x8c\xfb\x9c\xf5\xab\x9f\x30\xfc\xd9\x93\x66\x7f\x21\x0a\x99\x3d\xa3\x97\x10\x6e\x8c\x8e\xd6\x1f\x6c\xb5\x5e\x5b\x35\x9d\x75\x4d\xdb\x90\x47\xb0\x9c\xb3\x3b\xe4\xbf\x98\x88\xaa\x8a\x29\x20\x6f\x2a\xf4\x59\x8b\x49\x3f\x99\x32\x61\x1b\xa3\x5a\x42\xdd\x1e\xc9\x98\x2e\xf2\x59\xf5\x96\xc0\xf9\x17\x67\x67\xe3\x4f\xb8\x73\x46\x8b\xf0\x2c\x66\x41\xd3\x7b\xd6\x87\x72\x4a\xc5\x0c\xd6\xfa\x12\xa1\xa1\x81\xa9\x2b\x2c\x94\xc6\x90\x2f\xf3\x8c\x0c\x37\xd2\xdf\xc0\xca\xb0\x60\xd4\xe8\xe2\xe3\xd2\x18\x4e\xd9\x93\xb6\xde\x22\xf8\x0a\xf1\xca\xff\xf0\xcf\x92\xde\xd9\x33\xf0\xbd\x02\xd5\xe8\x01\xec\x15\x3b\xb5\x21\x8e\x55\xdf\x32\xaf\xf4\x16\xf3\x43\x03\x5b\xcf\x61\xae\xaa\xe9\x12\x6f\x21\xd9\x95\xc7\xf1\x95\x8c\x5b\xa5\x85\x69\xfe\x8c\x75\x85\x31\x31\xf7\x88\xba\xdc\x2b\x5b\x38\x84\xbd\xf6\xc9\x8a\x6b\xb8\x48\x29\x71\x22\xb1\x1f\xe2\x4b\xa3\x87\x30\x2e\xe7\x53\x7d\x32\x0b\xec\x12\x95\x3c\x63\x0e\xb4\xe5\xe8\x8a\x98\x53\x9a\x40\x51\x26\x19\x51\x37\x19\x4b\x65\x94\x9a\x32\x8e\x72\x19\x63\x4b\x8b\x63\xbc\x09\x4a\x01\x1a\xf2\x13\xff\x2f\xe7\xee\x8a\x23\xf8\x16\x75\x9f\xd3\x36\xac\x43\xba\x72\xf4\x03\x6c\x33\x17\xad\x2b\x66\xf9\xf5\xcf\x2e\x71\x63\xaa\xba\x3f\x6b\xbf\x90\x4f\xdb\x39\xc2\x73\xa4\x53\x53\x2f\x7a\x91\x91\x58\xdb\x70\xe4\x27\x71\xac\x32\x31\xba\x9b\x98\x57\x5c\x1b\xa2\xc6\xc5\xc6\x98\x15\x6e\xd8\x0f\x8d\xd8\x69\x03\x16\x27\xdb\x38\xc6\x1e\x7d\xc1\xed\x6c\xdd\x29\xab\x4e\x9f\x6b\x9a\x27\x4d\x4a\xff\x6e\x3c\x21\xb1\xcd\xb8\x22\x1f\x25\xba\x9d\x99\x4f\x46\x0b\x73\xb3\x94\x19\xcf\x05\x21\x94\xea\xb8\x27\xbc\x2f\xd4\x2f\x5b\x95\xdc\x3c\x7a\xc8\x8a\x53\x9c\xd5\x60\x9f\xc3\x4b\xd6\x19\x58\x3a\x62\x05\x93\x8b\x7c\x6e\x51\xc9\x36\x65\x2d\xaa\x4c\x95\x8e\xc9\xea\x33\xda\x88\x4f\x52\x12\x65\x71\x22\x3e\xe5\x1b\x63\x50\x18\x4c\xad\xc8\x88\x14\x8c\xa6\xf1\xe2\xf6\xf3\x5a\xe9\xc2\xad\x4e\xdc\x74\x30\x7f\x45\x12\xc7\x1e\x3a\xeb\x50\xc8\x6a\x43\x56\x8e\x98\xce\xc4\x50\xaf\xe6\xd3\xd2\xa7\xb4\xc8\x0a\x93\xa4\x82\x56\x95\x1b\x2f\xce\xa4\xcf\x94\x36\x8a\x96\xd2\x8f\x30\x66\x0b\xbe\xd0\x9f\xa4\x9f\xe0\xb7\x82\xbc\xd8\x87\xbc\x74\x28\x78\x4b\x07\x77\x19\x6c\xbf\xc2\x86\xfd\x06\xfe\xe3\x40\x61\xc9\xd1\x89\x23\x26\x30\xe3\xd0\xb2\x26\x3b\xc9\x23\xb4\xbd\xdc\x56\x3c\x80\x56\xe6\xdc\x13\x69\x50\xad\x64\xab\xf0\x08\xca\xc5\xef\x08\x36\xa2\xb2\x34\x23\x7f\x0a\xda\x13\x73\x97\x7b\x1b\x1b\x11\xf2\x85\x53\x81\x05\x79\x2b\xd8\xa9\x98\xde\xc1\x9f\x35\x13\x1f\x37\x22\x8c\xfc\x85\xdd\xaa\xc7\x25\xae\x2c\x5d\xa9\x99\xe8\x0f\xcb\x41\x77\x5f\x78\x9f\xa9\x17\xc9\x05\x6d\x4c\x6b\x2c\x9a\xaf\x24\x0b\x8e\x86\xf2\x0e\x91\xa1\xd1\x83\x5c\x1f\xd2\x32\x64\x32\x67\x32\xa3\xdf\xeb\x2b\xeb\x1e\x23\xc3\x61\x1c\x53\xc6\x98\x31\x82\x4b\xa6\x13\x53\x6a\x97\x8b\x53\x84\x5f\x8b\x8a\x44\x5b\x84\x96\x9a\xd7\x42\x4f\xc1\x54\xc1\x0d\xc1\x78\xbe\x15\x72\x8f\xf7\x86\x37\xf1\xc8\x70\xee\x59\xee\xb2\x7d\x26\x4e\x09\x27\x3c\x78\x15\x1b\x61\xa7\x78\x65\xb2\x36\xb0\x52\x1d\xc6\x90\xdf\x99\x21\x23\xad\x19\x57\x19\xa9\xa6\x37\xa2\x3a\xcd\xdb\xfc\xf3\x42\x59\xb6\x8f\xea\x97\x00\x54\x11\x3c\x0f\xfe\x56\x45\x29\x44\xf0\x16\xc8\x86\x0e\xbd\xe1\x9a\x4b\x7e\xef\x7d\xce\x7e\x21\xb6\x0b\x7c\xc8\xea\x10\xda\x2d\x67\x33\xb9\xbc\xd7\xb3\x0a\x48\x1f\x0e\x7b\xe4\x5e\x86\x3d\xd3\xaf\xfc\x96\x68\x7d\xf1\xe3\xdc\x21\xa1\x63\x61\xa0\x22\x82\xff\x27\x6f\x88\xdd\xc3\x3b\x9b\x3b\x8a\xbe\x99\x9b\xa7\xf7\x38\xf8\x9a\x43\x6a\x76\x46\x3a\xb3\x13\x54\x5b\x37\x1f\x66\x79\xc9\x27\x2e\x23\xc9\xbf\x62\xd5\x2c\x07\x46\x0b\xbf\x67\x24\x9d\xd0\xb0\x5e\x95\x3e\x17\x7e\x6b\x30\xcf\x79\x29\x18\xaa\xa9\x95\xad\xe1\x17\x98\x96\x31\xbb\x78\x07\xcb\x84\xd4\x64\xee\xf2\xa2\x8e\x03\x9e\x9c\xc9\x79\xa7\x23\x4a\x58\xef\x73\x34\x9b\x5c\x99\x43\x9a\xb1\x9e\x34\x52\xaf\x98\x3e\x53\xc0\xd8\x29\x1a\x18\x49\x10\x1e\x9c\x88\x92\xeb\xc2\x2b\x6d\x93\xf5\x7f\x05\xc5\x4d\x19\xd2\xbd\x7c\xb0\xce\x48\x3e\xe1\xad\xae\x12\x52\x72\xb9\x66\xe5\x1b\x93\x61\xf6\xad\xa2\x0b\x11\x23\x59\x0d\x79\xe3\x02\x8c\x4c\x91\xee\xb2\xe7\x38\x32\x46\xe5\x3c\x33\x8c\x31\x55\x62\x3d\x52\x89\xbf\xe2\xdc\x2d\xfe\x22\xac\xeb\x0e\xd5\x7b\x0a\x90\x76\x50\x52\xc1\x0f\x6e\x8e\x23\x57\xf3\x46\xd6\x7d\xa5\x00\x9c\x63\x55\x9b\x92\xde\xb2\x65\x65\x11\xe1\x22\x56\x5c\xa1\x45\x80\x07\x73\xb5\x61\xe1\xd2\x63\xa4\xa5\xfa\xde\xcc\xf5\x44\x97\x74\xd2\xc8\x53\x38\x9f\x6b\x57\x58\x9a\xf3\x27\x0d\xd2\xbc\xd7\xfd\x48\x3f\x20\x02\xb5\xa3\x33\x02\xf0\xdf\xd9\x63\x33\xe7\x67\x18\x55\x66\x59\x6e\xfb\x49\xf9\x13\x4a\x44\xd8\x4f\x69\x1d\xb5\xda\x3f\x4a\x1c\x43\x77\x59\x84\x09\x3e\x80\xc7\x66\xcc\xe2\x25\xc3\x85\x40\x2a\xc7\x0a\xf9\x5c\xe8\x94\x23\xc9\x3c\xa0\x49\xd1\x65\x67\x99\x0b\xbf\x6a\x6a\xb2\x4a\x71\x58\xdd\x4c\xd9\x9a\x31\x5f\xd9\x44\xb5\xdd\x3f\x45\x9e\x47\x1b\x1f\x96\x2d\xcd\xa4\x3b\xfb\x5b\x88\x17\x81\x31\x8b\x02\x04\x67\xa1\xea\x19\x23\x79\xdb\x10\x2f\x20\x93\xfd\x0f\x5d\x58\x20\xcf\x99\x4d\xa5\x64\xdf\xd1\x2d\xa7\x5e\x14\x26\x6b\x76\xd3\x5c\xb1\x0f\xea\x58\x5a\x6e\x7a\xa9\x32\x96\xbe\x34\x21\x57\xbe\x93\xfe\x2e\x6c\x91\x74\x21\x78\x76\x7d\x9f\xe8\x33\xd4\xb7\x68\xa2\x20\x17\xee\xb7\x79\xc7\x9b\x8f\xfc\x02\xf8\xec\x3b\x68\x76\xfe\x68\xfd\x1e\x24\x4c\x4d\xd5\x1e\x45\xf6\x09\x1c\xb3\xb3\x91\xbd\xe8\x69\x95\x09\x39\x9c\x66\x54\xb4\x20\xd9\xf1\xb5\xb2\x3a\xe4\xf9\xce\x58\x89\x12\xdd\xbe\xde\x55\x94\x84\xf6\x2c\x6c\x16\xd8\x63\x9e\x36\xb7\xb8\x35\xd8\x10\xf0\x98\x9d\x8c\x55\x1a\xb3\x74\x0d\xa4\x4a\xf9\x40\x73\x9a\x0c\xe6\xe5\xa9\xdf\x32\xbe\x23\x14\xd5\x08\x86\xfe\x28\x45\x31\x99\xb1\x23\xae\x5c\x36\x89\xe1\xb1\x83\x10\xff\x61\x4c\x5b\x07\x09\x2f\x12\xbf\x16\x06\xf0\xc5\xc4\x2d\x9b\xe3\xdc\x79\x44\xcf\xb0\xe5\xac\x07\xf8\x03\x83\x99\xce\x83\x9f\x22\x7f\xac\x59\xc5\x6b\xe1\xfc\x56\x87\x73\x3f\xc3\x80\xf2\x10\xd7\xe1\xc8\x22\x39\x9d\x13\x19\x2b\x92\xc2\xec\xa6\x50\xb9\xf8\x20\x7b\x92\xdf\xa0\x70\x15\x6b\xaf\xc7\x5d\xde\x37\xa6\xce\xa6\x8f\xc3\x27\x7b\x86\x15\xb3\xd6\x31\xa6\xea\x12\xb4\x7c\x95\xad\x34\x39\x5b\xa5\xb8\xc3\xd2\xa8\x2a\xe4\x34\xfa\x55\x45\x93\xf4\xc9\xe1\xb5\xb2\x76\xc9\xf6\xe8\x9b\x92\x0e\xd1\xf9\xed\x73\x44\x15\xc2\xb5\x6b\x6b\x05\x34\xbe\xc4\x63\x01\x6f\x19\xb7\xcd\x86\xc7\x1e\x62\xd7\x99\x8d\x66\xa2\xe4\xe9\xec\xc7\xda\x69\xf9\xcb\xc5\x16\xd9\xb3\x72\xff\x91\x49\xaa\xc5\x39\x8d\xd4\xd3\x0a\x4f\x5d\x50\x4a\x82\x6c\x61\xf6\xe5\x7d\xae\x92\x45\xaa\xc8\xad\x75\x22\x07\xf9\x31\x5f\x06\xff\x8d\xe4\x8b\xfb\x1e\x6e\x99\xf0\xb5\xcd\x02\xb6\x0f\x4f\x6d\xe6\x43\xbe\x66\x05\xa9\xbe\x69\x4e\x9b\x1e\x08\xe7\xaa\xaf\x56\x4c\x24\xb8\xca\xc7\xa5\x56\x94\xe1\xf2\xbb\x85\x17\x0f\x74\x48\xcf\xe7\x65\xec\x2d\x15\x0f\xe5\xfc\xd9\x12\x25\x6c\xd6\x6e\xf1\x89\xe5\x33\x54\x5b\xdc\xd2\xb9\x2b\xa5\xdf\xa7\x57\xb3\x2e\x0a\xfd\xcc\xc2\x48\xda\xff\x38\xba\x0b\xb7\x26\x1e\x87\x01\xe0\x27\x16\x60\x8b\xa2\xa2\xd8\x94\xd8\x82\x22\x48\x2a\x21\x08\x08\x4a\x88\x20\x22\xd2\xb9\xbe\xbe\xdd\xba\x37\xd6\xa3\x46\x77\x87\x80\xd8\x89\xdd\xdd\xfe\xec\xee\xfc\xaa\xef\xf3\xbc\x7f\xc9\x47\xa0\xd6\x85\x1b\xdb\xbb\xd8\xd2\x1c\x7d\x5f\x7b\x0c\x7b\x9f\xf6\x68\xf3\x17\x86\xaf\xba\xa7\x21\x36\x6b\x84\xca\x5c\x23\x4b\x04\x14\xba\x8a\x92\xf0\x73\x32\xb4\x34\xdd\xfb\x89\x24\xc4\x70\x7e\xf1\x24\xe1\x6f\xf5\x95\xe9\x1c\x7e\x91\x3c\xdf\x22\x9f\xbb\x4a\x38\x5e\x7b\xda\xa8\xec\x4b\x93\x5c\xd6\x6b\xba\xdf\xb3\xa7\x6a\x8b\x3b\xfc\xe8\x55\x6a\xb2\x25\x32\x93\xaa\xda\xd5\xe0\xb8\x1d\x57\x6c\xae\x1e\x0a\x4f\x91\x2d\x37\x4f\xf7\x16\x8b\xbf\x9b\x3e\xb9\x5e\x16\xd6\x69\x93\xa7\x53\xf9\x6b\x14\x5b\x2d\xea\x38\x97\x84\xd1\x8a\xea\x46\x98\xd2\xc0\x1b\xaa\x3b\x4c\xc5\x61\xa4\xc6\x8a\x96\x5c\xe0\x5a\xb9\x9c\xbe\x31\x75\x7a\xb9\x1f\x23\x31\x36\xb5\x64\x15\x53\x1d\x42\x35\xfc\x66\x7d\xf5\xa8\xd7\x8a\x20\xa9\xd3\x30\xd5\x03\x24\xc0\x26\x49\x3e\x0d\x73\x04\x00\x71\x2e\x1e\xa3\xf0\x6f\x1c\x4f\x5f\xce\x2b\xac\x8b\xa7\x5f\x87\x1d\xaa\x1b\x19\xa2\xfc\x1b\x15\xb7\x98\xfe\xbb\x4e\x96\x7d\x62\xcd\x8b\x9d\x5e\xfc\x1a\x5c\x10\xb2\xdc\x30\x08\x85\x7b\xe0\xda\xad\x70\x99\xe3\x33\x55\x3f\x6a\x6d\x93\x2c\xfb\x81\x95\x03\x80\x78\x2b\x8e\xc8\xaf\x36\xd4\x30\x6f\xf3\x26\xd4\xbe\x67\x45\x43\x27\xab\x83\x59\x37\xf2\x59\x15\x04\x98\xba\x2b\xbf\xac\x1c\x9a\x18\x33\x54\x5c\x0a\xdd\x0f\x7e\x6d\xa0\xc0\x97\x3c\x36\x69\xa7\x20\x0f\x1c\xcf\xa9\x38\xd8\x30\x9b\x54\xd9\x69\x3c\x08\x00\xc4\x2e\xf8\x25\x59\x7f\xfd\x33\x14\xe1\x8e\xaa\x5d\x83\x96\x82\xa7\xab\x4c\xe8\x9e\xbc\x72\xf3\x05\xf4\x7e\x4a\x4f\xe9\x3b\xcc\x31\x66\x8e\xe9\x03\xa6\x0e\xde\xae\x3f\x83\xdb\xad\x79\xa6\x41\xf1\x1a\xc7\x4a\xe5\x6f\xc2\xc3\x26\x57\x16\x4e\x3c\x01\x00\x51\x2b\x71\x5a\xda\x53\xef\xc7\x59\xc6\x01\x6a\xf4\x9c\x09\xac\xae\xca\x8f\xe4\xc3\xdc\x1a\xb3\x0b\x59\xb3\xf3\x56\x69\x28\xc9\xd9\x9a\x64\xda\x4c\x92\x41\x7d\xfa\x65\xa4\x66\x0d\x5d\x7d\x9f\x2c\x76\xcc\x51\x26\x93\xb5\x36\xa4\xb4\x9b\x6c\x05\x00\xd1\x64\xf6\x5b\xf1\xc5\xba\x83\x22\x21\x7b\x47\xcd\x28\xe1\x7b\x66\x4e\x65\x8a\x30\x3e\x87\x5d\xae\x15\x74\x24\xdf\x29\xe9\x12\xd8\x6d\x21\x8d\x7d\xfc\xea\xa0\x61\x3a\x3d\xdf\x7d\xf5\x27\xf5\x06\x5e\xa7\xe3\x0a\xc5\x41\xde\x42\x1b\x93\x74\x12\x17\x06\x00\x61\x3e\xc7\x5a\x34\xac\x6e\xa9\x3a\x1e\x6f\xaf\xce\x28\x5a\x48\x6f\xac\x68\x50\x3e\xc9\x7a\x5e\x76\x49\xa1\xd8\x41\x2d\x7e\x22\xf7\x8d\x0e\x34\x3c\x97\x59\x6c\xf8\xa7\x3d\x21\x39\xb8\xda\xb7\x28\x4f\x1c\xeb\x30\x24\xff\x20\xbc\x66\x63\x92\xf8\x0b\xa6\x03\x80\x40\xc3\x2d\xe3\x7f\xab\x35\x94\xde\x45\x4f\x54\x5d\x2e\x7e\x41\x1b\x56\x31\xc7\x34\x2c\x33\xa9\xcc\x47\xff\x2a\x69\x5c\xf1\x46\xed\x99\xa8\x91\x86\x50\x75\xe7\xfa\x0f\x5a\x67\x15\xee\x9e\xa2\xba\xa1\xb0\x75\xf0\x95\xc7\x48\xb9\x36\x54\x71\xad\x48\x0f\x00\xfc\xf7\xbc\xb7\xbc\x9d\xb5\x31\xf5\x72\x24\xb4\x4a\x5d\xf3\x86\x82\x98\x2f\x54\xad\x4a\x7f\x5d\xfa\xc8\xbc\x6d\x7b\xb7\xe9\x51\x69\x46\xe4\x39\xfd\x7d\x53\x7a\xc0\x13\xcd\x5e\xbd\x87\x9b\x50\x95\xa0\x3e\xbc\x50\x23\xbb\xa6\x1c\x65\xe3\x2a\x76\x91\xdc\x03\x00\x7e\xbe\x60\x04\xb7\xb3\x76\x45\x4b\x01\x5c\x59\x45\x69\x54\x14\x5e\x32\x37\xd5\x09\xd2\x43\x4a\x7b\xab\xb7\x6e\x9f\x65\x6a\xad\x00\x22\x83\xf5\x75\xa5\xaa\x00\xaa\x86\x6d\x7c\xe1\xe6\xa8\xb2\xd7\xbe\x5b\x18\x2a\x53\xa8\x2a\x6c\x6c\x44\xff\x93\xde\x07\x00\xfe\x02\x41\x3e\x77\x76\xad\x75\x47\x15\x3c\xb9\x2a\xb8\x55\x59\xb8\xc1\x8c\x35\x85\xa5\x1d\x2f\x25\xea\xce\x25\xd4\x99\xf2\xaa\x1d\x22\x1e\xe8\x77\x9a\xb7\x06\xcc\xd1\xac\x2a\xf1\x5d\x75\x47\x79\x4a\x7f\x62\xe1\x6c\xd9\x8a\xa2\x6f\x36\x53\x44\x7c\x59\x35\xb0\x96\x77\x48\xd0\x04\x47\xed\x09\xa7\xb2\x29\xda\xae\x2e\x5a\x42\xa6\x73\xfb\x4c\xfa\xd2\xa4\x57\xcd\x39\x8c\x89\x5b\x26\xd6\x17\x31\xe7\x05\x9b\xab\xc5\xac\x1d\x5e\xab\xcc\xeb\xc1\x33\x4b\xe2\x8b\xbb\x60\xaa\xfd\x2f\xdd\x55\x74\xd5\xb8\x45\xaa\x5e\xec\x7f\x00\x20\x35\xe0\xdf\xe0\xe5\xbd\x37\xe9\x2f\x28\xb4\xae\x8d\x0c\x49\xa6\x65\xdb\x41\xa6\x6b\xd2\x89\xe6\x29\xcc\xdb\xd1\x6f\xeb\xfd\x58\xfd\xc1\xec\x6a\x1f\xf0\x88\xd7\xcc\xf2\x7f\xd0\x8f\x25\xc1\xc5\x20\x92\x64\xff\x53\x57\x8b\xde\x18\xe7\xa7\x92\xe3\xeb\x00\x40\xca\x22\x46\xc2\x23\x7b\x77\xb3\xa8\x94\x90\xce\x47\xac\xfb\x19\xb7\xda\x92\xc0\xb0\x24\x43\xd3\x00\x78\x36\xfa\x48\xdd\x4b\x08\x0a\xde\x5e\xf5\x1a\xde\xe2\xf9\xa7\xbc\x1d\xd9\xba\xc4\xbd\x78\x05\xca\xb2\xff\xaa\xcb\xc0\x5a\xc7\xc5\xab\xe2\xf0\x33\x00\x20\xdd\x40\x84\x42\x87\x7b\x84\xa8\xae\xf0\x66\xe7\x14\xb4\x22\x23\xa2\xb5\x02\x6d\x49\x9a\xdf\xf8\x17\xbd\x1f\x9d\x52\xb7\x0a\x73\x0f\x1e\x5d\xb5\x1a\xeb\xf2\xdc\x5f\xf6\x1f\x1e\xb1\x64\xa2\x49\x82\xff\xb4\xff\xac\xbd\x48\x34\x8e\xe3\x29\x4f\xb2\x3d\x01\x40\xd2\xcb\x5e\x0c\xd6\x74\xdf\x24\x5b\x0b\x2d\x3a\x12\x49\x7d\x7a\x73\xcb\x5d\xb2\x30\x51\xdd\xb8\x8e\x0c\x8e\x7a\x56\xcb\x20\x7d\x82\xca\x2a\x51\x32\xca\x33\xb3\x2c\x90\x44\x16\xdf\x36\xde\x20\x1b\xed\x5f\x6b\xe7\x91\xb7\xc7\xf5\x2b\x67\x93\xb7\x00\x40\x32\x9a\x5c\xc7\x32\x75\xaf\x11\x8a\x0b\x26\xb5\x77\x0b\xfe\xa5\xdd\x6b\x59\x2a\xa0\x6e\xbf\xdb\x20\xe3\x3f\x8f\x0a\xaf\x39\xc6\xa7\x07\xcd\xaa\x38\xc1\xb7\xf5\x1c\x51\xaa\xe0\x1d\x5f\x5c\x62\x9c\xcf\x2b\xb0\x7f\xa8\x29\xe0\x4d\x1f\xf7\x56\x91\xc7\x05\x01\x40\xbc\x99\x13\xc8\xa4\x74\x6d\x55\x85\xe5\xdd\x69\xbb\xa7\x74\xdb\xad\x6e\x8e\x53\x4c\x4e\xe8\xa8\x6f\x96\xbd\xdc\xbc\xa1\xfa\xb6\xf4\x7c\xa0\x97\xf9\xb6\x64\xff\xda\x98\x92\x2a\x71\xcb\xe2\x55\x06\x37\x91\xd8\xfe\x8c\x9a\x14\x46\x8f\x5f\x2c\xe7\xf2\x4f\x00\x80\x28\x89\xdb\xc2\x98\xda\x79\xd1\xb4\x2f\x97\xdf\xe6\x67\x78\x93\x1a\xd5\xd4\xa4\x9f\xb6\x8d\x5f\xf7\x5d\xeb\x13\xe9\x56\x3d\x5b\x9d\xb9\x21\xdc\x3c\x5b\xa5\xf2\xd0\x15\x3f\x53\x34\xb8\x76\xea\x61\x99\xd9\x5e\x5b\x34\x24\x29\x18\xef\x2f\xbb\x20\xbc\x03\x00\xc2\x3a\xde\x11\xda\xab\xce\xf0\xaa\xfe\x9c\xac\xd6\x33\x15\xc8\x2e\xdf\x26\xcf\xf2\xe9\xf1\x58\x1d\x52\x22\x8b\xf0\xae\x32\x18\xbf\xac\x67\x96\xeb\xf5\xd1\x6b\x9e\x16\xef\xd4\x14\xb9\x2e\xd5\xbd\x56\x19\xec\x83\x8a\x96\xcb\x93\xc7\xfb\xc9\xbc\xc5\xfd\x00\x20\x9c\xca\xaf\xa6\x6d\xea\x9c\x59\xbf\x24\xfb\x41\xab\xa1\x46\x95\x72\xbc\x69\x64\xe5\xa5\x78\xeb\x3a\x9f\xf2\x2f\xe1\x97\xaa\xb6\x94\x0e\x5f\x3f\xa3\x7c\xb3\x69\xf8\x9a\xd2\xe2\x19\xba\x5b\x8b\xbe\xeb\x2a\xd4\xd9\xf6\x8b\x54\x0f\x15\xdd\xe3\x03\xa5\x1f\x24\x22\x00\x10\x9c\xe4\x7f\xa1\x1e\xec\x78\xd2\xf4\x37\x3b\xab\x75\x47\xc3\xc4\x94\x9d\x8d\x27\x6a\x47\xc4\xb5\xd6\x7e\xab\x7c\x1a\xce\xae\x1a\x56\xde\x10\x70\xa3\xec\x77\x49\xec\x9a\x3c\xd3\x51\xc3\xc5\x45\xf7\x74\x7e\x9a\x9f\xf6\x4e\x2a\x44\x79\x76\xfc\x2e\xa9\x4c\xea\x02\x00\x82\x14\x81\x3d\xa5\x7c\xf0\x0d\x2d\x31\xcb\xa2\x7f\x36\x7d\x4a\xf2\xb9\x9e\x0d\xf4\xf3\x31\x5f\x3a\x56\x33\x2a\xc3\x4a\x9b\xbf\x32\xeb\xfd\xfa\xeb\x51\xd6\x03\xb7\x7f\x55\xfd\x50\xa8\xb3\x55\x59\x39\xfc\x6a\xc6\x65\xe3\x0a\xb4\xd5\x3a\x5d\x9d\x8f\x7b\x00\x80\x4c\x47\x78\x53\x74\x83\x04\xa3\x26\xf3\x57\x5f\x3f\x73\x49\xf2\xf1\xee\xa7\xcc\xbe\x98\x67\xed\xf7\x58\xf1\x61\xf2\xe6\x0a\x70\x91\x5f\x5b\xfd\x12\x68\x85\xdb\xb7\xaa\x02\x38\xcd\xd9\xaa\x6c\x27\x72\x74\xc6\x0d\xc3\x1f\xcc\xdf\x9a\xab\xf6\xc7\xf9\x00\x20\x2b\x24\xd6\x53\x78\x83\x93\xc0\x71\x99\x2f\xfb\x36\x83\x59\xc9\x3d\xdd\x1c\xf0\x64\xcc\x95\x76\x1c\x72\x0f\x43\x9b\x83\xa0\x9b\x7e\xe6\xba\xeb\x70\xbb\xdb\xfb\xaa\x99\x48\x9b\xf3\xc8\xb2\xa9\xe8\x85\x19\xf7\x0c\x03\xb8\x95\x75\x85\x7a\x04\x61\x09\x00\x32\x0f\x82\x4d\x89\xde\xbb\x12\x7d\x92\x59\xb7\x07\x45\x5f\x24\xef\xe8\xea\x43\xdf\xc6\xa8\xda\xfa\x31\xbb\xb0\x90\x26\x21\x56\xe0\xc7\xa8\x9b\x8e\xbd\x72\xbb\x5e\x99\x8c\x0b\x9d\x87\x95\xa6\x12\x6e\x33\xde\x1b\x6c\x89\x77\xd6\xb7\x8a\xb2\xd8\xa9\x00\x20\xad\x60\xc7\x17\xe2\x03\x59\xe4\xf5\x4c\xcb\xde\x56\xb2\x67\xc7\xfb\xce\x47\xa4\x30\x66\x45\xeb\x33\x32\x31\xf4\x77\xe3\x5e\x72\x8b\x9f\x7b\xed\x26\x32\xc3\xad\xae\x42\x4f\x6a\x9c\x9e\x97\x54\x93\xa7\x66\xfc\xd6\x27\x72\x46\x8f\x99\xa1\xea\x25\x3f\x03\x80\xe4\x39\xb9\xab\xe0\x7a\xff\x80\x90\x9e\x91\xd5\xf3\x59\xf0\x64\x47\x52\xe7\x6c\xc1\xd6\xad\xdd\xad\xf3\xf9\x67\x42\xb5\x0d\xdf\xf8\x3b\x7c\x1f\xd5\xf0\xf9\xc3\xdc\xb2\xcd\xe7\x79\xbd\x4e\x67\x8b\xef\xf3\xf2\xed\x86\xeb\xcc\xbc\x85\x63\x62\x95\xbf\xb9\x6c\x00\x90\x38\x72\x52\xf3\xcf\xf5\x3d\x50\x0e\xa4\x6f\xef\x99\xa8\xa8\x4a\x8a\xea\x58\x26\xe7\x6f\x39\xd8\xe2\x2a\x4b\xdf\xb8\xaf\xfe\xbb\x34\xc1\x77\x49\x35\x4f\xb2\x75\xd5\xf3\xf2\x73\xe2\x68\x27\x81\xe9\x91\x28\xc8\xce\x46\x5b\x2e\x74\x1a\xd3\xa1\xb4\xe0\x37\x02\x80\xd8\x99\xdb\x97\x57\xda\x37\xd3\x28\x49\xf3\xeb\xde\xa4\x3f\x9b\x18\xd8\x9e\xa9\x1b\x19\x7d\xbc\x79\x87\xc6\x27\xe4\x56\xbd\x43\x11\xee\x93\x53\xd5\xad\xdc\xb7\x2a\xa2\xec\x8f\xfc\x9d\xd3\x32\xd3\x24\x99\xb5\xdd\x70\xcd\x55\xf1\xdf\x31\x8f\x15\x7e\x42\x25\x00\x88\x32\x78\x7d\xb9\x67\xf7\xb0\x2b\xc7\xee\xce\xe9\xda\x57\x3e\xb4\x9d\xd2\xf6\xa0\xb4\x30\xea\x47\xd3\x69\xd3\x7f\x21\x33\xea\x04\x06\xbe\xf7\xa9\xaa\x69\xba\xd1\x2b\x2f\x94\xa5\xab\x0b\x1d\x6f\x19\x19\xca\x86\x19\xcf\x35\x4b\x65\x75\x63\x2d\xe4\x35\x62\x0f\x00\x10\x5e\xe0\x23\xb9\x9b\xf6\x04\xd7\xda\xa7\xfe\xeb\x22\xaa\xc4\xdb\x27\xb7\x99\xcd\x77\xa2\xca\x9a\x88\xb2\x19\xc1\xc7\xeb\xd6\x14\x47\x78\x73\x2b\x4f\x1a\x90\x95\x65\x65\x33\xb4\x7c\xc7\x01\xe3\xfc\xa2\xa8\x19\x0f\xd5\x37\xe4\xd7\xc7\xda\xca\xa3\xc4\x1f\x01\x40\x48\xf0\x0f\xe4\xdc\xde\x63\xd5\xa0\x4c\xad\xe8\xf2\xac\x1d\x48\x38\xde\x16\x55\x35\x14\xb5\xad\x69\x89\x79\x28\x58\x58\x7b\xbb\xb4\xc7\x3b\xa6\x32\xcb\xa4\x5b\x49\x96\x0e\xe8\x37\x39\x76\x1b\x06\xd4\x7d\x33\xbe\xaa\x73\x15\x17\xc7\x6e\x90\xbd\x94\xb0\x01\x40\x38\x9d\xff\x30\x9b\x7e\x48\x47\xcf\x4c\xb9\xb8\xaf\x99\xfe\x39\xbe\xbe\xbf\x89\x21\x8c\x9c\xd8\x13\xc7\xf4\x0f\x9c\xd9\x7e\x8c\xe5\xe6\x59\xdf\xf4\x11\x4c\x5e\xc6\xaf\x3d\x0e\xed\x5f\x90\x5c\xe1\x89\xc4\xd9\xae\x2a\x0e\xc5\xc6\x59\x4e\xd0\x7c\xc7\xf3\x01\x40\x4e\x21\xb6\x67\x73\x0f\x2d\x61\xea\x53\x1e\xed\x0b\x62\xfe\x88\xef\xeb\x0f\x61\xa5\x46\xce\xea\xfe\xc5\x7a\x1d\xb8\xb0\x3d\x17\x6c\xf0\x6c\x6f\x2a\x83\x2a\x97\x29\x6b\x99\xf0\xa9\x05\xbb\xcd\xdf\xd0\x79\xb6\x3e\xc5\xe3\x31\x9d\xe5\x4a\xcd\x61\xbc\x03\x00\xe4\x41\x44\x42\xb6\xf4\xe0\x71\xf0\x49\xca\xcb\xc1\x07\xd0\xdc\xf8\x83\x7d\x8f\xa1\xf4\xc8\xb9\xdd\x3a\x68\x20\xd0\xa1\x7d\x1c\x1c\xe2\xd9\xdd\xe4\x8f\x4c\x5e\xa6\xaf\x9d\x85\x8e\x5a\x90\x6f\xae\xc1\x16\xd8\x86\x9a\x8e\xe3\x5b\x2d\x37\x6b\x70\xc2\x15\x00\xe4\x96\x84\x36\x3b\xed\xc0\x63\x0c\x4c\x39\x39\x08\x60\x99\xf1\xe5\x7d\x23\xb1\x1d\x91\x63\xbb\x8e\x61\x50\xe0\xcc\xb6\xf5\xd8\x61\xcf\x8e\x46\x10\x5f\xb5\xac\xbc\x66\x2b\x7e\x72\x01\xbb\xfc\x39\x41\xb1\x4d\x35\xd9\xb2\x17\x5a\xca\xd5\xd7\xff\x5f\xf1\x48\x67\x67\x66\x5d\xdd\xff\x97\x13\x99\x92\xb6\x77\x26\x67\x4a\x7c\xf2\x1e\x7b\xf2\x5a\xc4\xed\xce\x07\x64\xd9\x86\xef\xad\xa9\xa4\xd4\x53\xd7\x60\x22\xb5\xcb\x94\xd5\x20\x39\xb0\x00\x2f\xb7\x25\x3f\xda\x22\xc6\x28\x8e\x8b\xe5\x25\xf5\x0c\xf2\x0f\x00\x48\xab\x49\x4a\x96\x74\xff\x5a\xe1\x60\xca\x84\x81\x8d\x42\xdb\xf8\x91\xbd\xfe\x02\x30\x42\xd9\x39\x82\xff\x64\xc3\xa1\x16\x29\x9f\xe6\x99\x53\xbf\x9f\x3f\x6e\x19\x58\x55\xc2\x1b\x5c\x40\x94\xf9\xf3\x60\x5b\xad\x41\xc8\x5b\x6a\x35\xb1\x28\x96\x4b\x00\x80\xe4\x16\xa7\x20\xb3\x74\xdf\x2e\x65\xd1\x4e\xd7\xfe\x58\x45\x4e\xdc\x8a\x1e\x77\x79\x70\xf8\xb9\xf6\x4f\xb2\x85\x1b\x6c\x9a\xa9\xd2\x99\x6b\x1f\xd6\xd5\x48\xa6\x2c\x9b\x51\xc9\x15\xdb\x2e\x88\x2f\x5d\x26\x9a\x61\x7b\x54\x4f\x13\x0e\xb7\xc2\x54\x9b\xf8\x12\x00\x10\x5f\xe4\x0e\x64\x14\x0d\xc6\x1b\x2e\x25\xaf\xeb\x4b\xd1\x4f\x88\xdd\xd6\x1d\xa9\x0d\x0b\x1f\xde\x6e\xa9\x16\xaf\x4f\x6c\x12\xa8\xae\xaf\x0d\xaa\xdd\xab\x9c\xb5\xb4\xae\xa2\x4c\xbe\x63\xc1\xd2\x92\x20\xa9\xc6\xf6\x9a\x4e\x2f\x2e\xb1\x3a\xa9\x44\x84\xa1\x00\x20\x1e\xc9\xab\xcd\xb0\xdf\x6b\x36\x3f\xde\xd1\xb3\xa7\xa7\x4c\x12\x73\xb4\xab\xb1\xc4\x75\x13\xa5\x2d\xde\x78\x34\xe0\x62\xe3\x39\x7d\xb2\xc7\xf5\xda\x51\x9a\x1f\x4b\x63\xcd\x9f\x8b\xd8\x0b\x86\x17\x97\x28\x1e\xd9\x3e\xd3\x3e\x96\x59\x58\x8f\x50\x5c\x11\x9d\x04\x00\x51\x26\x3f\x2a\x7d\x70\x6f\x52\xb5\x76\x47\xda\x9e\xec\x8a\x1f\x31\x44\x57\x5c\xf9\xe6\x4d\xcb\xda\x80\x92\xd2\x00\x4d\x63\x81\xf1\x85\x47\x7d\x4d\xb3\x7e\xe5\x52\x0f\x73\x89\x26\x6d\xfe\x7f\xc5\xfe\xaa\x14\xdb\xef\x5a\xae\x7c\x8a\xb5\xb3\x02\x13\xe7\x02\x80\x68\x2a\x5f\x96\xbe\x6b\xef\x94\xba\xe6\x1d\xb3\xf7\xcc\xa8\xbe\x19\xb3\xb1\xf3\xbf\x8a\x6f\x61\xff\x5a\xcb\xca\x47\x07\x64\x37\x8e\x2c\x99\xe0\xa1\xa8\x09\x30\xda\x2e\x5d\x69\x76\xd3\xfe\x59\x60\x63\x3a\x53\x54\x35\x6d\xb6\xd6\x46\xfe\xd1\x7a\x97\x62\x92\xf8\x25\x00\x08\xdb\xf9\x4d\xf7\x3d\x59\x29\x94\xe5\x17\xd6\xb0\x1e\x51\xfe\x1c\xbc\x0c\xee\xa4\x9e\x6b\x2f\x01\x2f\xd1\x1a\xca\x85\x50\x38\xbd\x56\x46\x85\xae\x31\xae\x81\xf5\x30\x8d\xe5\xb0\xab\x02\x59\x01\x9a\x36\x0e\xa1\x63\xe0\x59\x8b\x3b\xb0\xe1\x48\x9f\xf5\x3e\xdc\x07\x9b\x7d\xcf\x85\x59\x47\x3f\x72\x3e\x8a\xb5\x94\x11\x71\xd0\x8a\xb5\x87\xf1\xa0\xed\x2e\xe8\xc1\x64\x95\x5d\x06\x4f\xb0\x96\x4a\xcf\x43\xc9\xe0\x14\x70\x32\x3c\x01\x9a\xb2\x6b\x0a\x7c\x0f\x5e\xb9\x31\x0c\x19\x42\x12\x17\x87\xa1\x57\x51\xa3\x35\x1f\x9f\x8b\x69\xef\x4e\x60\x7c\x04\x69\xe7\x76\x32\x09\xf0\xd0\x01\x0f\xd6\x38\x68\x4a\xdb\x38\x56\x35\x94\x5e\x36\x01\xf4\x85\x6e\x49\xe7\x82\xcf\x60\x06\x0b\x85\x6a\x10\x97\x14\x29\xcc\x41\xde\x87\x1c\x44\x70\x74\x9f\xeb\x0f\xd4\x80\x19\xad\xb7\x63\x5f\xf0\x85\xb7\x67\xd0\x45\xec\x75\x67\x92\x18\xeb\x88\x8f\xfb\x3c\x18\x9f\x88\xba\x96\x08\x66\x11\xc1\x28\x11\xb2\xd6\x11\xdb\xc5\x27\x58\x3f\x89\x4c\x66\x2c\x78\x86\xe0\xec\xc4\xa1\x63\x44\x71\xf0\x79\xf8\x2e\xd1\xe2\x9a\x8b\x5a\x12\xc7\xad\x97\x60\x7c\x22\xf7\x86\x1d\xcd\x5d\x34\x6f\x68\x1f\xed\xa7\x30\x7a\xe0\x26\x7d\xaf\x80\xdb\xb4\x86\x91\xcf\x3f\x6d\xea\x60\xae\xe0\x2f\x14\xb9\xb2\x86\xf3\x8c\xf4\x9f\xac\x77\xbc\xf1\xc9\xd1\xe0\x5f\x2e\x16\x3c\x09\x76\xe0\x3c\x5e\xf4\x0d\xc9\xe3\xcc\xb6\xf6\x45\xff\xb2\xaf\x5d\x09\xa3\x0e\x53\xb5\x1e\xcf\xa5\x1e\x54\x86\xf4\x8d\xa2\xc9\xe4\xcf\xeb\xf7\xd1\xb7\xc9\x4a\x0c\x22\xc6\x0a\x69\x82\x60\x0b\xd3\x4e\xe2\x4c\x63\xb0\x66\x8a\xde\xec\x18\x07\xfa\x0b\x2b\x82\x56\x41\x2c\x41\xc0\x22\x3e\x7c\x8d\xa7\xb3\x8e\x44\x99\x9c\xa0\xf3\x5f\x0a\x29\xe5\x05\x87\x19\x94\x84\xd2\x80\xee\x24\xaa\x67\xb1\x4d\x0d\x93\x66\x6b\x38\xaf\xad\xa6\x0f\xd3\xf1\xb9\x97\x19\x80\xc6\x83\x12\xc7\xb4\x53\x9d\x49\xa4\xb3\xa2\x15\x1e\x1b\x3e\x81\xd5\xd2\x42\x97\x07\xf0\x34\x51\xb4\x75\x26\x72\x81\x97\x76\x66\x46\x41\x74\x6b\xdb\x01\x8b\xc2\xad\x4d\x92\x8e\x08\xca\xa6\xfa\x84\xca\x6a\xea\xaa\x9a\xe1\xea\xc9\x34\xa7\x0a\x03\x29\xa4\xaf\x2e\x1b\x5f\x90\xc8\x48\x31\x85\x27\x3c\x60\x36\xe8\x42\xd7\x77\x80\xe3\x55\x9f\x5c\x16\x41\x3a\x99\x87\x75\x16\xb2\x4b\xc0\x1a\x3a\x99\xdf\xb7\xdf\x7a\x50\x53\x70\xa0\xff\x69\xeb\xd9\xc2\xae\x9e\x46\x73\x30\xa5\xac\x63\xa3\xf2\x0e\x55\xdf\x3c\x48\xe0\xb4\xd6\xba\xff\xf2\x24\xf4\x47\x95\x2f\xb7\x15\x30\x9d\x4a\x77\x07\x0c\xb0\x64\xfa\x1c\xe7\x0a\x68\x91\xf2\xb3\x75\x16\x32\x5e\xb4\xe1\xe4\x81\x7c\xf1\xb1\x25\x7b\xab\x0b\x04\x07\xab\x5a\xee\x16\x82\x7b\x3f\x96\x6f\xa7\x24\xed\x99\xaa\xf8\x8f\x1a\xd3\xf1\x17\x6f\xa3\x65\x37\x37\xe7\x5e\xa2\x9b\x6b\x3f\xc5\xdf\x63\xfc\xcf\xdc\x16\x90\xc4\x0a\x30\x3e\x76\x46\xc0\x17\x45\x62\x6b\x01\x7c\x45\xf4\xbf\x13\x7f\xf3\x53\x4e\x27\x0e\xbc\x2a\x88\x3e\x8e\xb7\xb8\x16\xae\x3d\x94\x53\xd6\x4e\x99\x36\xe8\xa4\xd8\x46\xb5\xec\xd5\xe3\xd3\x69\xd3\xdb\xf7\xe7\x46\xd2\x43\x1b\x73\xe2\x85\x0c\x4e\x15\x2d\xc0\x8b\x79\xa7\xf8\xb1\xb3\x10\x14\xa8\x3b\xac\x2f\xc2\x74\xf1\xdc\x9b\xb7\xa1\xcb\x85\xf5\xa7\xb3\xe0\x31\x14\xc5\x20\x09\x87\x52\xa9\xcd\xad\xb0\x86\x16\x5f\xfc\x1d\x7e\x42\x4f\x16\x87\x21\x1e\x8c\x72\xc6\x6b\xa4\x82\xf9\xdf\xce\xcd\xe8\x3c\x10\x09\xfe\x87\xee\x85\xa7\xba\xc2\x18\x03\xb9\x68\x9d\x8e\x67\x63\x9b\x6f\x3c\x85\x6c\xe9\x4b\x4e\x49\xa0\x9d\xf4\x0b\x7b\x7b\xa0\x0e\x06\xb5\xe9\x05\x3c\x8a\x39\xbd\xd8\x13\xce\x66\xde\x11\x99\xe1\xb3\xac\x4b\x8c\x48\x64\x3d\xf8\x28\x79\x00\xb9\x09\x8f\x0d\x4e\x40\x05\x48\xe8\xa2\x5f\x58\x24\x5a\x65\x3d\x0c\x8f\xc5\xf6\x5c\x7f\x06\x26\xb3\xae\x0e\x19\xc1\x01\x70\xc5\xc0\x5d\xc8\x16\xd4\x35\x4d\x87\x40\xf0\xbb\x09\x84\x9e\x41\xa0\xf0\x03\x1c\x0b\x2f\xa4\xf7\xc0\xf7\xe0\x97\xc9\xee\x08\x81\x1c\x0a\x7a\x8a\xae\x43\xeb\x17\x35\x63\x93\xb1\x72\xab\xbb\xb8\x2b\xbe\xe1\xea\x43\xe6\x5f\x22\xff\x44\x0d\x8b\x4a\xf8\xf4\x7d\x64\xbd\x23\xc6\x35\x64\x80\xbb\xf0\xe7\x86\xbf\xe0\x43\xfc\xae\xa0\x0c\xca\xc1\x7f\xd1\xf4\xf0\x68\x62\xd1\x8e\xa5\xf0\x71\x22\x31\x68\x32\x52\x4c\x68\x16\x2d\x45\x65\xc4\x51\xab\x21\xec\x00\x21\xbd\x74\x85\x71\x4c\xb8\xf2\xd8\x48\x66\x88\x80\xdd\x5b\xca\x3c\xcf\x3f\x5b\x97\xcc\x8a\xe2\x3b\xe8\x3d\x59\x8f\x78\x6a\xfe\x0c\x10\xe5\xcd\xa2\x46\x42\xcb\xb8\xcd\x49\x76\xb0\x05\xd7\x2d\x30\x04\x7e\xc5\xd9\xe3\x72\x1a\xf9\xc8\x99\x6a\xf5\x18\xf3\x64\xbf\x3d\xbf\x85\xae\x51\xaa\x0f\x3d\x66\xcc\x57\x6c\xe9\xba\xcf\x38\x20\x1f\x5f\xfd\x95\xb9\x59\x7a\x5b\x3b\x97\xf9\x5e\xd2\xce\xdd\xcc\x32\x8b\x8d\x85\x37\xc1\xdd\x22\x68\xfb\x6b\x68\xa3\x30\x68\x03\x17\xf6\x11\x58\xb8\xe4\x20\xdb\x78\x88\xf5\x04\xb4\x8d\xb3\xfd\xd4\x1f\xda\xc2\xb2\xd9\xfb\x7e\xd2\x2e\x94\x4c\x69\x0f\xa7\x53\x8c\x7f\x2a\x8e\x33\x26\xeb\xaf\x17\x6d\x66\x1c\xd5\x36\xb3\xef\x32\xc5\x6a\x34\xff\x38\x2b\x5d\xb5\x22\x21\x0e\x4c\x94\x1f\x5e\x1f\x0f\x65\x4a\xe7\x3a\x3f\x81\xf5\xa2\xc5\xd6\x7e\xa8\x05\xaf\xe0\x44\x1a\x75\x66\xcb\xec\x81\x06\xea\xa5\xc6\x29\x2d\x9b\x68\xdc\xda\xbf\xe5\xc3\xe8\x4b\xab\xce\x2a\xce\xd3\x5f\x9a\xf9\x78\x29\xe3\x60\xe9\x9c\xdc\xcb\xcc\x16\xa3\x20\xfe\x2c\xab\x4b\xdb\x1a\xb0\x18\xbc\xa4\x12\x38\x6f\x86\xc7\x48\xff\xb3\x8e\x47\x64\x82\xc2\xa3\x6f\x28\xd0\xe0\xcc\xbe\xe5\xd4\x35\x7d\xf3\x1a\xaf\x51\x9f\x77\x4f\x28\x69\xa3\x19\xdb\x6e\xcb\x6a\xe8\xf1\x4d\x2c\xd4\xcc\x70\xab\x7d\x90\x33\x96\xb9\xb8\xe2\x7b\xdc\x4e\xd6\x8a\x92\x0a\xff\xa5\x60\xb4\xee\xb6\xd3\x29\xa8\x42\x59\x6a\xbd\x1b\x71\x13\x2d\x3d\xf2\x92\xe2\x7f\x64\xf2\x1e\x6f\xca\xcf\xfd\x83\x0d\x8f\xa8\x0d\x03\x1e\xc5\xc7\x69\xb1\x3d\x32\xe9\x29\xfa\xd4\xf6\x6a\xe4\x1a\xfd\x7d\x13\x92\x1d\xc7\x78\x51\xf3\x36\xf6\x12\xf3\x75\xf9\x6d\xbf\x6b\xa0\x95\x31\xc0\xa9\x1a\xda\x51\xe4\x62\x2d\x86\xbf\x8a\x4e\x1f\x71\xa5\x4c\x1c\x9a\xd9\xcb\xa3\x1c\x3c\x0a\x36\x2c\xa5\x66\x1c\x28\x2e\x9e\x41\x9b\x30\x20\x96\x3a\xd3\x4e\xf6\xb8\x22\xfe\xf4\xb2\x36\x34\xeb\x26\xa3\xa8\x21\x3e\x16\x66\xca\x2b\x8b\xfc\xda\x58\x35\xc5\xab\x9d\x9a\xc0\xbf\xea\x8d\xd6\x37\x61\x9d\x78\xd4\x95\x60\x74\x77\xe1\x82\xe3\xa9\xe8\x36\xca\xfc\x3d\x5f\xd1\x44\xea\xf4\x7a\x29\x8a\xd0\xac\x0c\x2b\xd1\x3a\xfa\x2c\xfe\x13\xf4\x1c\x23\x85\xfa\x12\x1b\xc1\x1c\x4a\xea\xc3\x36\x81\xd1\x81\x27\xb1\x26\xe8\x87\xcb\x77\x7c\x01\x72\xc6\xaa\x05\xbf\x83\x25\x5f\xce\x47\xea\x68\xe5\xc7\xb8\xc8\x1e\x7a\xf4\x9e\x79\xc8\x25\xc6\x88\xba\xa3\xc8\x0f\x46\xbf\xbe\x10\x5d\xc1\x14\xf2\xdd\xd1\x34\x16\x97\xba\x11\x6d\x01\xcd\x49\xf3\xb1\x91\xd0\xcd\xc0\x35\x18\x13\x71\x74\x61\x62\xff\x50\x83\xd5\x06\xfc\x24\x76\xe8\x92\x0c\x7e\xcb\xf2\x38\xda\x84\x4c\x67\xd5\xf4\x06\x23\x1b\x41\x9b\xda\x4f\x48\x21\x28\xd4\x75\x22\x9d\x90\x0d\x4f\x86\x7c\x81\xce\x50\xba\xd1\x50\xb8\x2c\xb1\x0c\xed\x42\x78\x1b\x0e\x61\xee\x28\xee\xb2\x08\x3b\x83\xc9\xad\xe6\xe2\xb5\x78\xc8\x05\x16\xa4\xc3\x6b\x0e\xb7\x40\xd7\x70\x71\x37\x05\xb6\xc5\xf3\x6b\xc2\xe0\x1d\x78\xb4\xd6\x1f\xee\xc2\xe3\xb8\x7e\xc8\x58\x5c\x50\x68\x40\x58\xf8\x89\xed\xb5\xc8\x6f\x62\xfc\xfa\x2f\xa8\x89\xd8\xe1\xdc\x85\x85\x12\x8d\x56\x93\x71\x6f\x42\x74\x76\x1b\xc8\x12\xac\x3f\x38\x15\xdc\xcf\x6f\xef\x5c\x00\x4d\xe0\x4f\xaa\xda\x02\x25\xf2\x70\xb5\x18\x3a\xc0\xfd\x43\x1e\x83\x5d\xb8\xa6\x82\x44\xb8\x9e\xeb\x95\x50\x81\xf8\x70\xee\xaf\xf7\x45\x5e\x72\x60\xe7\xdd\x68\x1b\xf9\xd5\x2a\x18\xeb\x66\xbf\x3d\xe5\xc8\xda\xa8\x60\xed\x9b\xc3\x6a\x93\x27\xb5\x21\xe0\x4c\xd9\x4a\xf3\x7f\x60\x9e\x74\xba\x8a\x07\xde\x92\x8c\x60\x8f\x81\x62\xc4\xc3\xf2\x3e\x42\x4f\x85\x3f\xb7\xa1\xb0\x54\xf0\x38\x40\x80\xf8\xf2\xfb\x9d\x27\xa3\xb6\xbc\x58\x2b\x36\xe6\xc8\x89\x3f\x76\x85\xf1\xa7\xe4\x6c\x7f\x10\x33\xd7\xf4\xb8\x19\x60\x5e\x35\xfc\xaf\xf4\x3e\x6b\x8d\xee\xae\xfc\x10\xab\x47\x73\x16\xab\x06\x03\x8b\x06\x72\x5e\x82\xaf\x94\xb2\xb8\xf7\x50\xa5\xdc\xc7\x3f\x0f\xce\x92\x1c\x71\x32\x20\x51\xc2\xef\x56\x87\x50\x06\x6f\xf7\x61\x84\x61\xd5\x24\xe9\x9d\xca\x00\xeb\xf5\x0d\x63\x19\x2f\x6a\x4a\x8a\xe7\x33\xe3\x2b\x95\xd2\x20\xe6\xfd\xf2\x4c\x24\x87\x85\x97\x38\x65\xfd\x07\xae\x32\x74\xc7\x66\x82\x3f\xb4\x23\xfd\x36\x41\x97\x55\x63\x9c\xa6\xc2\xc7\xa5\x9d\x56\x6f\x91\x1f\x82\x6d\x07\xee\xd1\x77\x0d\x38\x75\xe9\xe9\xb7\x7b\xe3\x6a\x4b\x18\x21\x9d\x59\x86\xbb\x8c\x23\xad\xbb\xc5\xce\xcc\x88\x46\x67\x08\x64\x7e\xa9\xe9\xcf\x5c\xcf\xea\x30\xff\x8a\x19\x06\x42\xc5\x97\x7c\x23\xa1\x58\x9d\xb7\xa3\x04\x4e\x50\xae\xb1\xfa\x8d\x94\x89\x2c\xf7\x3f\xa0\x2f\x38\xf8\xbe\xb3\x92\x6e\x1c\x3c\x53\xd3\xc8\xb0\xea\x63\xe8\xbf\x31\x88\xae\x3f\xa2\xcd\xcc\xb1\x6d\x3e\x60\x17\xb3\xa3\xd1\x27\xa3\x88\x95\x5b\x7d\x7f\x2b\x1d\x5c\x59\xf6\xdb\xe7\x0b\x34\xde\x60\x74\xdc\x0d\x4f\x53\x0d\x5a\xcf\x41\x92\x44\x15\xfb\x1d\x68\x2f\x8f\x5f\xec\x78\x46\xdf\x76\x38\xb3\xfa\x33\xfd\xf8\xbe\x83\xfa\x10\xc6\x9a\xbe\xff\x09\xbb\x18\xfb\xbb\x7a\xc0\x79\xcc\xc4\xd6\x65\x19\x36\xac\x29\xf5\xeb\xb6\xce\x62\x5d\xa9\xa8\xf1\x19\x02\x5b\x4c\xa4\x63\x36\xd4\x57\x74\xdd\x3a\x17\xfe\x2d\xba\x3b\x34\x95\x6c\x2a\x08\x1c\x74\x26\xfd\x0b\xd3\x5a\x9b\xd8\x4f\x28\x50\xf9\x53\x76\x17\x15\x54\xae\x61\x8b\x68\x46\xbc\x9a\xbd\x8d\xfe\x34\x37\x87\xed\xc6\x8c\x8d\x1f\xc6\x1e\xcb\xfa\xe8\xf7\x8a\xf8\x01\x35\x38\x66\x11\x5f\x11\xf3\xe8\x22\xf6\x1a\x6c\xfd\xc9\x18\xd2\x82\x5a\xb7\x37\x8d\x5d\x4f\x03\x5b\x9e\xb2\x63\xe8\x81\xe5\x2e\xec\x95\x8c\x61\x0a\x01\xdb\x96\xf1\x08\x1f\x46\x7c\x63\xbe\xca\xb9\x4b\x3c\x00\x6d\xe3\x40\xe2\x2c\x94\xee\x07\x11\x43\xf0\x69\x87\xaf\xc4\x6d\x34\x75\x74\x18\xdb\x11\xab\x3d\x21\x66\x27\x33\x9d\x06\x54\xec\x09\xcc\xd6\x96\x89\xc4\x69\x96\x7b\x59\x22\xd1\xc5\x6a\x96\x9f\x23\xcc\x60\x08\x96\x40\x88\x21\x9b\x9c\x10\x82\x80\x7e\xc6\x0d\x23\x10\x04\xf0\xb3\x20\xe4\xe8\x64\x87\x06\xa2\x05\x0b\x1d\x3d\x8f\x6d\x8d\xcf\x39\xd6\x4a\xcc\xc1\x42\xfb\x8e\xe1\xaf\x31\xcf\xa6\xcd\xf8\x01\xcc\xb9\xe4\x1c\xde\x8d\xb9\xc9\xd2\xf0\x4e\x2c\x01\x9d\x81\xb7\x62\x15\xd9\x6e\xf8\x1e\xec\xbf\x58\x17\xfc\x1c\x9e\xe7\x1b\x8b\xff\xc6\x1f\x39\x84\x11\xcb\x88\xe4\xd1\xee\x44\x2d\xb1\xeb\xf0\x0d\xec\x15\xaf\xa8\x37\x04\xbb\xce\x9b\xd9\x30\x1b\x3b\xce\xad\x36\x3d\xc2\x86\xb8\x2b\x24\x7b\xb1\xab\x9c\x4b\x70\x2d\xf6\x3f\x8e\x2c\xf3\x17\xf6\x87\x13\x15\xe3\x8a\xcf\xe4\xcc\xf3\x69\xc6\x63\xc8\x17\x0e\x93\x70\x03\x59\x32\x9a\x46\xcc\x66\x1f\x38\x90\x8d\x8d\x97\x51\xba\x52\xd0\x8f\x52\x59\x6d\x0b\xfa\x50\x62\x32\x0c\xa2\xef\xc4\x65\xa2\xfb\xd8\x68\x51\x33\x34\x0e\x5b\x28\x3c\x9f\x51\x8f\x45\x08\xde\x6e\x5d\x80\x51\x04\xa3\x7c\xac\xb0\x36\xfe\xf8\x85\xb7\xb0\xbf\xdc\x0f\xa3\x0f\xe1\x72\x8e\xf3\xde\xd3\xc8\x65\x93\x57\xdb\x73\xe4\xa0\x41\x56\xb5\x15\xe9\xd7\x9d\xd5\xee\x45\x2e\x6a\xde\x0a\x56\x23\x9f\xd5\x63\x98\x83\xe8\x1c\xd5\x92\xb4\x2e\x34\x41\xb1\x26\xba\x01\x55\xca\x96\x7b\xdb\xa2\xd7\xc4\xdf\x16\xca\xb0\xe5\x42\x86\x65\x20\x76\x8c\xe7\xd8\x07\xc2\xaf\xea\xb9\xcd\x87\xe1\xa7\x35\xfb\xcc\x14\xf8\x7f\x95\x5f\xd4\x13\xe1\x7f\xe6\x59\xdc\x33\x88\x73\xe9\x52\xba\x0a\xd9\x69\x5a\x96\x7a\x09\xa9\xd7\x5b\x44\xcd\x44\xde\xa9\xeb\xbc\xbe\xa3\xeb\x95\xc3\x16\x7c\x47\x9b\x24\xff\x2c\x13\xb1\x50\xc1\xb0\xde\xc9\xf0\x86\x5e\xb0\x91\x0a\x47\x74\x7e\x29\x73\x86\xa3\xdb\x36\x2b\x9f\xc1\x85\x4d\x24\x79\x1c\x36\xd5\x09\xa9\xbd\xf0\xb5\xaa\xd4\x5d\x8b\x91\x79\x65\xdf\x23\x87\x90\x02\x93\x8b\xe7\x37\xe4\xbc\xe6\xcb\x82\x0c\xd4\x5f\x11\x6b\x99\x81\x3e\x17\x16\xf7\x8c\x86\x5d\x07\xbf\x34\x10\xf0\x9c\x7e\xc7\xd2\x00\xd8\xb6\xc7\x49\x69\x05\x2f\x6f\x7f\xce\xfe\x02\xc7\x35\x17\x50\xbe\xc2\xaa\xba\x83\x29\x1c\xf8\x4e\x65\x6f\xa4\x37\xe2\x5c\xba\xca\x53\x87\x88\xf5\xee\x0b\xbc\x50\x40\x39\x64\xc9\x45\xeb\x44\xae\xdd\x9e\xf0\xf4\xc3\xda\xfa\x13\xd0\xa7\xfd\x45\x25\x1a\xe8\xfa\x40\x88\x62\x17\xf4\xb2\xa7\x9e\xbd\x0d\xb6\x6a\x3f\x48\xc9\x80\xbd\x9a\x54\x29\xd6\x30\x59\xf3\x23\xe2\x0e\x7c\xae\xfc\x98\xe7\x4e\x64\x91\x71\xcc\x02\x0f\xa4\x4a\x75\xdb\xf2\x04\xba\x5e\x94\xb3\xcf\x59\x98\x9f\x6f\x6c\xff\x27\x18\x28\x68\xaa\x76\x16\x4c\x2c\x1c\xd0\xb9\xf3\x71\xca\x59\xc1\x36\xde\x47\x9a\x05\xd3\xc4\x4b\xa4\xef\x48\x0b\xe4\x0e\x31\x1e\x47\x69\xb9\xab\x59\x62\x2f\x09\xa7\x01\xda\x34\xdf\x97\xe3\x82\xa4\x8c\xb4\x24\x9f\x63\x93\x07\x69\x82\x4b\x94\x53\xed\x81\x82\xc5\xd4\xd2\x2a\x06\x5f\x45\x2b\xd0\x2a\xf8\x56\xf4\xf5\xfc\x03\x3c\x01\x63\x2d\x73\x2c\xf7\x2f\x33\x7a\xf7\x09\x2e\xc8\x2a\x8a\x72\xe1\xfc\x04\xdf\x7b\xcd\xe3\x10\xf0\xee\x79\xef\x38\x13\x50\xfb\x11\x77\xc9\x3b\x58\xce\xde\x1e\x81\x27\xc3\xae\x8d\xcd\xaf\x62\x74\x54\xf6\xf3\x27\x33\x43\x35\x77\x78\x6a\xe6\x4d\xfe\x0c\xde\x0c\x96\x82\x01\x72\x4b\xc0\xec\xdd\xeb\xb9\x73\xa1\xf4\xcd\x47\x39\xed\x30\xea\x79\x8a\x13\x88\xd4\xcc\xdb\x4f\x3e\x44\xff\x8d\xb8\x4d\x0e\x60\x2f\x07\xec\xf8\xb3\x90\x3b\x2d\xaf\x78\x5a\xe4\x4d\x85\x03\x6f\x06\x0a\xa8\x73\xb8\x4d\xa8\x33\xf7\x0c\xd7\x0f\xcd\xa1\x87\x72\x2e\xa3\xe7\x52\xbd\x39\x19\x58\x70\xe4\x3f\xce\x18\xec\xac\xe7\x72\x72\x3f\x9e\x34\x8f\x41\x66\x12\x23\x47\xfc\x47\xc6\x12\x73\xf7\xb4\x73\xdf\x73\x3e\x34\xf5\x71\x65\x1c\x43\xf9\x3a\xee\x42\x8e\xbf\x6a\x2f\xe7\x08\xf9\x81\xb3\x99\x93\x4a\xb6\x53\xff\xe3\x8c\x22\x95\xbb\xe6\x91\x4d\x24\x2b\x72\x06\x99\x42\xa6\xaf\xd5\x90\x73\xc8\xf0\x79\x81\xec\x6b\xe4\xaa\x91\x7e\xec\x0b\x6c\x56\x77\x19\x77\x8e\x44\xdf\xb0\x90\x33\x20\x3e\x59\xf2\x9e\xb3\x4d\xf4\x55\xd1\x4d\xfe\x11\xcd\x61\x2b\xc8\x26\xe1\x16\x0a\x48\xc6\x08\x2a\x77\xde\x23\x2d\xf9\x6f\x23\x66\xb1\x0f\xf3\x5d\x3d\x7e\xb1\x31\x5e\xc2\xbc\x71\x6c\x1f\x6e\xc1\x48\x09\xdb\x93\x3c\xdf\xb1\x8a\xfc\xaa\x3f\x53\x73\x91\x6c\xd4\xad\x37\x9e\x22\xa3\x34\x9d\xd2\xfb\xec\xdf\xea\x11\xf8\x78\x76\x8b\x6a\x4b\x41\x08\x3b\x4d\xd1\x94\x3c\x92\xed\x20\x7b\xb3\xa9\x87\x78\x2e\x9d\xe0\x31\x9e\x68\x15\x8f\x99\xdb\x47\x40\x82\x0b\x23\x3f\x12\x28\x77\x6f\xeb\x78\x72\x61\xcd\xba\xca\x1b\xec\x87\x95\x17\xf5\x23\xd9\x3a\xf3\x66\xf1\x16\xb6\x5f\x69\x37\x72\x88\xf8\x52\x3c\x3c\x6f\x35\xd1\x6b\x08\x4a\x5a\x4b\xe0\xda\xe4\xb0\x20\x22\xa4\x28\x60\x8d\x35\x31\x4d\xfe\x64\x6e\x08\xfe\x42\xb2\x6a\x94\x0f\xfe\x9a\x2f\x6e\x52\xb3\x7b\x3b\x4b\xcc\x02\x76\x5e\x5b\x8a\xe6\x3c\x7b\x7a\xf3\x58\xa1\x27\x71\xb4\x5e\x04\x9d\x23\x98\xd5\xb7\x72\xf2\x08\x8f\x0a\x8b\xed\xf5\x84\x45\xc9\x8b\x8d\x9f\xf1\xcb\x86\xdc\xd5\xa3\xf1\x7a\xb5\x6e\x4e\x3f\x4e\xc8\xb7\x8f\x0a\xc6\x79\xc2\x71\x8d\x0a\xb6\xb2\xef\x7c\xb9\x82\x1d\xd0\x13\xa2\x7e\x41\x3c\xed\x28\x16\xec\x24\x64\x2d\x4d\x10\x40\x78\x35\xf0\xb2\xbb\xf0\x9f\x35\x8e\xdb\x87\xe3\x87\xcd\xcc\x8d\xd9\xb8\xaa\x38\xd2\xbd\x1c\x4f\xd3\xf6\xcf\xe1\xe3\x3e\x8a\x81\x51\x09\xb8\xbf\xd0\xd4\x70\x84\x9d\xb7\x7f\x45\xd9\x45\xf6\xa4\x01\xa6\x7a\x0d\xd1\xda\x0b\xf3\xfb\x89\x4d\x9d\xcb\xc0\xdd\xf8\xe7\x96\x8a\x6c\x47\xbc\xa9\x7e\x28\x41\x8e\xe7\x55\x29\x36\x5a\xe2\x1e\xa5\x87\xdd\x93\x71\x6b\x3d\x36\x07\xc1\x1e\x29\x8f\x8c\x52\x61\xf7\x84\xf7\xda\xd9\x8a\x49\x79\xf7\xaa\xff\xc8\xde\x17\x0c\x37\x7c\x92\xde\x2a\x74\x90\x5c\x96\xdc\xa5\x84\xa1\xa7\xc5\x0f\xa8\xba\xbc\xd7\xa2\x4b\xb4\x7f\x49\x42\xe1\x21\x46\x51\x68\x8b\xa0\x93\xb5\xde\x7d\x3f\xbf\x04\x9a\x64\x7f\x9d\x27\x44\xbc\x2c\x92\xb8\x9d\xe8\x97\xb6\x06\x39\x52\xf8\xa9\x7a\xa3\xac\x80\x72\xdb\xb0\x45\x9a\x45\x3d\x22\xf1\x91\x50\x68\x8d\xa8\xbf\x18\xa1\xef\xc9\xcb\x17\xa1\x8c\xbb\x49\x53\x85\x4c\xd6\xa2\xd0\x2d\x02\x08\xd4\xba\x67\xf1\xa9\xb0\x9d\x7d\x05\x2f\x17\x79\x6e\x11\xc2\x2d\xc7\xd6\xb4\x9e\x90\xbd\xa4\x3b\x55\x89\xa5\x1f\xe9\x57\xf4\xcd\x92\x5f\x0c\x9e\xb8\x4c\x62\xc9\x74\x40\x5a\xc4\xd3\x98\xef\x72\x9f\x89\xe6\xb2\xee\x26\x9a\x85\x0e\xe0\x9b\x8d\x3f\x05\x6e\xf0\x44\xf7\x39\xfc\x75\x48\x98\x3d\x9b\xe7\x8b\x1e\xb2\x88\xe3\xa2\x58\x5b\x4b\xbc\xf4\x14\x9c\x5b\x39\x55\xf2\x0a\xee\xd6\x79\x49\xc6\xc3\x9f\x44\x11\xe2\xa5\x88\x3b\x8c\x8b\x22\x11\x75\xce\x55\x61\x1a\x3a\x69\x7b\x87\x80\x89\x36\x6e\xdc\xc8\x37\x61\x7e\x6e\x06\x5e\x1f\xf6\xda\x3e\x9c\x7b\x1c\xef\xb4\x90\x71\x6d\xf0\x5b\x4d\x05\x92\x17\x64\x8c\x39\x5e\x32\x9a\x5c\xaa\x29\x11\x2f\x62\xff\x16\xdc\x14\x6d\x65\x9f\x84\xdc\x84\x6c\x76\x7d\x76\xab\xa0\x86\x5d\x9f\xd0\xc5\x3f\xc6\xee\x09\x11\xf3\xbe\xb0\xf7\xbb\x2d\xe0\xd9\xb1\x4f\xda\x7b\x70\x57\xb2\x2f\x58\x7c\xe6\xf0\xd9\xce\xf5\x26\xc9\x5c\x51\x5d\xe9\x6b\xb1\xaf\xc8\xba\x48\x28\x4a\x15\xa6\xf0\x2d\x84\x6a\x41\x3b\xab\x4c\x70\x54\x60\x99\x15\xce\xff\xc0\xc7\xb7\xc9\xf8\x33\x79\x3f\x82\x07\x78\xe1\xbc\x9d\xab\xda\xb8\x2c\xee\x41\x7b\x0f\x8e\x8a\xf3\x77\x38\x4e\x3e\x24\xd9\x35\x39\x62\x7f\xed\x2a\xd3\x1d\xd1\x56\xf5\x3b\x85\x49\x08\x15\x95\x70\x76\x09\x1a\x54\xf6\x8c\x30\xfe\x1d\x45\x79\xc6\x06\xfe\x44\xb9\x4b\xdc\x35\xde\x06\x69\x5d\xd0\x6e\x2e\x26\xfe\x6f\xe5\x10\xa7\x4d\xb4\x72\xd6\x7d\xf2\xa2\x60\xd5\xf0\x33\xa4\x23\x37\xae\x92\x14\x6d\xad\x9c\x60\x98\x22\xd4\x96\xdf\x97\x0d\x13\x5c\x2c\xad\x61\x03\xfc\x7f\xc5\x1b\x68\x0e\xfc\xe5\x86\x2b\x69\x31\xbc\x1c\x5d\x7c\xac\x33\xb7\x5e\xdd\x17\x38\x8a\xf3\x44\x79\x6b\xc5\x79\x8e\x9d\xec\xd8\xac\x54\x72\x83\x78\xc7\xf0\x5f\xec\x32\xfe\x68\xf3\x1a\x91\x6d\xab\x46\xfb\x52\xe8\xd6\xd4\x27\x7e\x22\x48\xab\xef\xc5\x87\xf1\x55\x35\x08\x25\x9c\x77\xb0\x72\x66\x6a\x03\xf7\x47\x99\x7a\x6b\x27\x77\x95\xe9\xcc\xfa\xc3\x1c\xba\xae\x66\xf9\x10\xd9\x5e\xb4\x78\xe6\x25\xf6\x6d\x59\xd4\x08\x0b\xf6\x52\x01\xad\xdc\x45\xf8\xaa\x9b\xab\xf9\x21\x1c\xd7\x11\x2d\x1e\x21\xf0\x68\xf9\x84\x2d\xe1\x27\x37\x46\x17\x8a\x79\xe2\x5a\xce\xae\xaf\xdc\x03\x95\xe0\xd6\xa9\x9c\xaf\x65\x0b\xd7\xaf\xe3\xb8\x1b\xb7\x2f\x4f\x24\x0b\x35\x2b\x66\x96\xb1\x4d\xf2\x92\x11\x33\x89\xe7\x82\xbf\x65\xa1\xc2\x43\xfd\x6d\x9a\xd5\x82\x47\xbd\xde\xa2\x2d\x82\x51\x9d\x52\x54\xc4\x5f\xd8\xaa\x2f\xf8\xc8\x0b\x6a\x4c\xdd\x55\xc0\xa5\xd7\x3c\xdb\x52\xc3\xa9\xa9\x18\x1f\x70\x9b\x7c\x58\xdc\xba\x7c\x1a\x39\x4d\x7b\x7f\xa6\x9c\xbd\x4e\x61\x18\xb1\x89\x20\x85\xeb\x4b\xa2\x4c\x16\x79\x8c\xa2\x29\x06\xff\xfc\x12\x81\xa3\x4e\x56\xd0\x0f\xaf\xd1\xdc\x28\x7c\x91\x57\xa0\xb6\xa3\xfa\x27\x3f\x56\x6d\xa0\x0d\x6e\xfe\xac\x48\x64\xec\xf2\x3d\x2f\x4b\x64\x2d\x5d\xdc\x22\x09\x84\x66\x4d\xf3\x15\xcd\x46\xe2\x00\x40\xe0\x86\xfe\x57\x7c\xdc\x88\x16\x86\xaa\xe4\xfa\x21\x8a\x1b\xbf\x59\x37\x8b\x3a\x13\x3a\xaa\x29\xa4\x4d\xc9\x1b\x5e\xb4\x9f\xbe\x2a\x99\x50\x7e\x64\x50\x37\x97\x28\x6c\x98\x77\x7c\x65\xb2\xf9\xe0\xae\xc5\x98\xc4\x0e\x1e\x39\x6d\x99\xf0\x2f\xf2\x1a\x00\x04\xb3\x31\x8f\xe2\x25\x86\x5f\xb4\x00\xe5\x7f\xfa\xcd\xb4\x4f\xfc\x85\xda\x66\x7a\x0d\xb4\x5e\x63\xc5\x48\xcd\x95\x17\x25\x32\x83\x93\xa7\x28\x8d\xac\xa8\xcd\xbe\xf2\x43\x20\xe1\xbb\x51\x7a\x0f\x3a\xbc\x38\x52\xfc\x08\x99\x39\x6d\xb6\xf0\x22\xda\x0a\x00\xfc\x6f\x58\xa5\xb1\xde\x30\x09\xfc\xab\x68\xd5\xe5\x41\xb9\xdc\xcf\x9a\x1b\xd0\x10\xb8\x4c\xbd\x0e\x76\xc9\x31\xa8\x0c\x70\xfd\x8e\xd5\x8a\x7b\x48\x48\x24\x21\x9f\x88\x8e\xf4\x39\x29\xf5\x46\x0f\x2e\x1e\x29\xde\x82\xc9\xa7\xb9\x08\x43\x71\x0c\x00\xf8\x0c\xfc\xa0\x81\xa5\xb7\x27\x62\xe5\x85\x5a\x25\xb1\x83\xb3\x57\xfd\x87\x48\x62\x4d\x2e\xca\x26\xa2\xb3\xf5\xca\x0b\x44\x52\x52\xb8\x62\x2e\x21\x8a\xe8\x91\x25\x13\xc7\x7d\x96\x48\x4c\xc4\x6f\xd7\x26\xd1\x20\xdb\x7d\x9a\xbd\x60\x3f\x9b\x01\x00\xbc\x77\xc4\x0f\x9d\xab\x8e\x23\x18\x26\x45\x35\x0f\xf9\x4d\xec\x9f\xea\x4d\xfc\x75\x0c\x9e\x6a\x80\x77\x20\xcb\x47\x39\x9b\x17\x99\x38\x4f\x4e\xe7\xfe\x17\x3e\x28\xed\xe3\xb6\x7b\xc3\xe2\x6f\xdc\x58\xd7\x50\xd1\x4c\xce\x97\x69\xf6\x82\xd9\x1c\x3a\xb0\x92\x17\x46\xae\x50\x2b\xb5\x06\x55\xa7\xe8\x83\x66\x94\xb2\x0b\xd7\x14\xd1\x15\x25\xb4\x04\xe5\x3d\xf9\xee\x8c\x18\x85\xaf\x6c\x59\x02\x4b\x66\x94\x8e\xda\x14\x27\x79\x2c\xbe\xbc\x2e\x47\xbc\x50\x84\x2c\x2a\x17\x46\x08\xad\x6d\xdf\xf1\xb7\xf2\xd3\x80\x2a\x2e\xc9\x79\xa7\xb2\xd3\xce\x2a\xcd\x11\x94\xaa\x29\xc5\x6a\x34\x55\x75\xc3\x58\x4f\x89\x55\xae\xd3\x57\xa6\x71\xe5\x26\xad\x22\xfe\xaa\xf4\x9b\x9a\x1e\xfa\x5e\x12\xa8\xf2\xf2\xda\x24\x12\xcb\xcf\xba\xdc\x12\xf4\x4a\x17\xdb\xea\x79\x47\x44\xeb\x80\x27\x9c\x17\x3c\x48\x31\x5f\x53\xd9\x00\xf0\x6a\xd5\x63\x6b\xb3\x60\x44\x45\xa9\xea\x29\x90\x28\x2e\x99\xff\x97\x7a\x47\xee\x5a\xfa\x25\x6e\x8b\x54\x68\x7a\xbc\xb1\x42\x7c\x4d\x5f\xee\xe9\x2a\x9a\xaa\x19\xe6\xfc\x49\xe0\xa7\x9c\x63\x3b\x93\x17\x25\xb9\x31\x6c\x18\xa7\x90\x7f\x54\x1e\xa6\xa1\xb4\x46\x72\x2f\x16\xdd\x6e\x82\xa0\x26\x55\x50\x3d\x2d\xff\x84\xa2\xb2\x26\x28\xd5\x49\xf6\xb5\xe2\x5d\x6c\x87\x34\xa2\x2c\x63\xe3\x14\x71\xb1\xa9\x62\x6d\x97\xf0\xba\x8e\xe2\xac\xe6\xff\x51\x7d\x98\xfa\x96\x37\x4e\xfa\x67\x98\x2d\xc7\x49\xe0\x2b\x2b\xd5\x04\x74\xbe\xe0\x3a\x16\x35\xb4\x3d\x82\x2c\x54\x36\xcd\x25\xf9\x2e\x8a\xf4\x86\x79\xbb\x8c\xb2\xee\x9a\x82\xd8\x55\xd2\x91\x15\xec\x90\x66\x71\x58\xe9\xfa\xb5\xdb\x84\xa4\x41\xea\xbc\x85\x5f\xa9\xa6\x4f\xbd\xcd\x6d\x97\x3d\x1e\xb6\x91\x3c\x2a\x90\x0a\x7a\x6b\xfd\xf2\x74\x58\x5e\xd5\xe9\xfc\x3e\x9a\xac\x22\xaa\xe0\x6e\xe6\x89\xb2\x21\xca\x94\x24\xdf\x92\x45\x54\x66\xd4\x54\x63\x26\xed\xef\xfa\x41\x1d\xc1\xd8\xe3\x46\x51\x67\xb0\x8c\x0b\x76\x2b\xe7\x43\xe6\x89\x4d\xd2\xa3\xc8\x0d\x00\x10\x89\xb0\x2c\x41\x58\xcd\xe1\x42\x3b\xcc\xa6\x6a\x33\x65\x3c\xcd\xcb\x7c\x87\x3a\x22\x93\x55\xb6\x93\x66\x95\xf8\xad\xf8\x1c\x7d\xed\xe6\xab\xc6\xc9\x0c\xe9\x7a\x8e\x6e\x25\xcb\xda\x2d\x5c\xed\x0c\xd6\x2f\xd8\xac\xf8\x00\xa7\x4d\x1c\x94\x9a\xd0\x08\x00\x10\x65\x61\x2a\xfe\x8d\x9a\x40\xea\x51\xb4\xa5\xf2\x06\x4d\x42\xbd\x6f\x4e\xa3\x47\x67\xda\x97\x7e\x63\xb8\x24\xd6\x16\x67\x33\x1d\x36\x4b\x0d\xbd\xac\xc0\xf5\x1b\xb4\x77\x40\x99\x9b\x43\xd1\x3d\xe8\xd9\x02\x3f\x45\x17\xb2\x7d\xe2\x69\x69\x2a\xfa\x0d\x00\x44\x1e\xd8\x13\xde\xd3\xea\x18\x30\x04\x39\x54\xf1\x1f\xb8\x97\xf2\xad\xbc\x02\x5a\x98\x11\x5d\xea\x0a\x95\x6f\xff\x62\xaa\x80\x3d\x22\xdf\xea\x3f\xc2\xdf\x03\x0e\x69\xe7\x20\x57\x56\x9d\x2b\x5a\x85\x36\x2d\x98\xaf\x98\x8d\x15\x4d\x7c\x29\xb9\x85\xeb\x01\x40\xd8\x81\x3f\xe3\xbe\xaa\x22\xb1\x1f\xf0\x85\x0a\x47\x7c\x0e\x65\x64\xd9\x10\xbe\x26\x9d\x59\x92\x80\x47\x6e\x5f\x61\xbc\x86\x93\x91\x3e\xfa\x65\xf8\xb5\x00\x57\x4d\x1a\xe1\xbd\x2a\x5b\xc5\x25\x4a\xe7\xff\x93\x83\xec\x61\x93\x2c\x24\x5e\xec\x5d\x00\x20\x1c\xcf\x9e\xcc\xa1\x54\x0e\xf1\x5c\xa0\x34\x33\x8d\xfb\xb0\x60\x6f\xd9\x54\xae\x24\x6d\x73\x71\x2d\xd7\x2b\x61\x85\x71\x1e\xe7\x6f\x44\xa2\x0e\xe3\xdc\xf7\xcf\x57\xf7\x72\x4e\xad\x7c\xa5\xbc\xc5\xa9\x9f\x7f\x5a\x76\x89\xc3\x9e\x64\x27\x36\x72\x96\x00\x80\x20\x9d\x5c\xc7\xde\x59\xf1\x4c\x7e\x8e\x85\x96\xeb\x65\x1f\xf3\xde\x96\xae\x93\x0d\x4f\xed\x30\x1d\x97\x8e\x8d\x3f\x6e\xf0\x92\xcc\x0c\x5f\xa0\x35\x8a\x3d\xfc\x28\x45\x57\x45\x51\x2b\x57\x2b\x7e\x0a\x43\xe7\xe7\x4a\xbf\x0a\x96\x4e\x5a\x2c\xda\xc7\xbb\x04\x00\x7c\x21\xe7\x2a\x1e\x5b\x11\x62\xf4\x64\x94\x96\x7d\xd6\x57\xe6\xfa\x97\x18\x74\xc3\x77\x39\x98\xec\x34\x11\x71\xbb\xf5\xe2\x22\x6d\xd8\x4b\xcd\x0b\xe5\x0d\xdf\xcc\x22\x67\xc5\xf0\x15\xd9\x8a\xcd\xd2\xbf\xf3\xde\x4b\x23\xc4\x97\x26\x59\x88\xec\x85\xeb\x01\x80\xf7\x94\x37\x0f\xad\x36\xbf\xac\x22\x69\xbf\xca\x64\x15\x81\xd9\x75\x25\x0e\x65\x5f\x77\xd6\x19\xab\x4b\x84\xb1\xa3\xf4\xe3\x4c\xc3\x43\xdb\x34\xf9\xfa\x74\x9f\xed\xaa\x4e\x8d\x79\xb9\x40\x7e\x51\x25\x9b\xe7\x2d\x19\x92\x7b\x4d\x3c\x24\x2c\x16\xe3\x00\xc0\x4b\xe4\x7b\x20\x2f\xcc\x75\xf5\x11\x34\xbf\xb2\x2d\x35\x67\xb3\x3e\x17\x7f\xac\x5a\xb4\x13\x30\x66\x9b\x33\x62\xf2\x75\x17\x4b\xf9\xa1\xce\x9a\x65\x26\xdc\xfb\x95\x8a\xaa\x5f\xbf\xdc\x49\x2e\x53\xb7\xce\x7d\x27\xc1\x15\xa7\x26\x96\x08\xa3\x25\x2c\x00\xe0\x4d\xe4\xd7\x20\x61\xe6\x94\x66\x2a\xb5\xa9\x6c\x5a\xc3\x40\x56\x4a\xf1\x9e\xda\xab\xc9\xb0\xd1\xb9\xea\xf4\xd6\x1f\x3a\x81\xd9\xb0\xf1\xb0\xfa\x51\xe9\x2a\x6f\xa3\x6a\xae\x51\xb5\xec\x7f\xf2\x15\x5a\x72\xee\x31\xc9\x4c\xd5\xcc\x89\x6a\xc1\x07\xe9\x3a\x00\xe0\xd6\xf3\x5f\x52\xbf\x76\x3e\xcc\x27\xb3\x25\x6d\x64\x01\x37\x25\xbf\x79\x51\xa1\x22\xae\xbb\xfe\x02\xe5\x50\x78\x52\xcd\x26\xda\xfc\x00\xb4\x42\x43\xef\x59\xdd\x58\x5a\xc1\x04\x5d\x62\x8c\xb9\x20\xc5\xae\x5c\xf3\x0d\x96\x58\xd7\x29\x37\xa1\x6a\x00\x90\xd4\xe0\xb3\xa8\x07\x3a\xe3\x0b\x8f\x65\x6f\x6b\xb3\xa6\x54\xa6\x6c\x6a\x3a\x48\x15\xc4\x29\xea\x73\x68\xc2\x70\xef\xea\xf7\xf4\x3d\x01\x3b\x2b\xd6\x31\xa7\xae\xd6\x95\x6e\x66\x55\xb9\x84\x1b\x9d\xa0\x6d\x76\x35\x9a\xfd\xc8\x62\xeb\x21\xe5\x4c\xf4\x25\x00\x48\x50\xdc\x99\x8a\x74\x5c\xa1\x39\x67\xcf\x6a\xd5\xd0\x9e\xa7\x4c\x6b\x8a\xa2\x57\xc5\xed\xac\x1f\xc1\xa0\x87\x4f\xae\x96\x33\x99\x01\xde\xe6\xfb\xac\x9a\xd5\x48\xc9\x37\xf0\x8f\x8b\x9f\xe1\x26\x4c\xb3\x6b\xd2\xb0\xd0\x61\xd6\x8f\x14\xf7\x30\x06\x00\x48\xfc\xf0\x6c\xca\xdb\xf6\xdb\xa0\x4f\x56\x49\x4b\x0b\x58\xba\xd3\xd0\x88\x82\xbf\x62\xdf\xd4\xad\x84\x38\x9b\x3a\xaa\x0e\xc1\xcb\xfd\x5f\x9b\xa7\x21\xc3\x57\xaf\x2b\x71\x43\xbe\xbb\xcc\x33\xcc\x47\xbf\xd8\xf5\xaa\x2f\xe3\xc0\x18\x7b\xc5\x7a\xfc\x19\x00\x88\x9b\x88\x08\x4a\x70\xbb\x05\xc6\xce\xfc\xdd\x7c\x0e\x33\xee\x1c\xde\x60\xc0\x7a\x62\x33\x6a\xb7\x60\x8f\x37\xf9\x54\xbe\xc4\x57\xf8\x0b\xcb\xd7\xe3\x25\xee\xef\x8b\xd3\x09\x7b\xe7\x5f\xfa\x9d\x44\xbd\xdd\x3e\xb5\x1d\x7b\xcd\x98\xed\x72\x35\x5b\x0a\x00\xa2\x6f\xec\xac\xc2\x88\xb6\x00\xee\x92\xcc\xa9\xcd\x56\x9c\xe7\xc9\xab\xea\x2f\x70\xcc\x31\x1d\x35\x52\x4e\x41\x58\x65\xe5\x7c\x4e\xbc\x3f\x50\x86\x71\xb6\xb8\x73\x4d\x15\x9c\x44\xe7\xfd\xba\x2a\x4e\x8e\x5d\x6f\x51\x0a\x87\x31\xc6\x24\xbb\xcf\x59\x01\x00\x22\x1f\x92\xc8\x7f\xdf\xba\x44\xaa\x4d\x3f\xd4\x34\x5e\xf2\x3e\xe9\x75\xdd\x3d\xc9\x92\xad\xa2\x6a\x8d\x78\x77\x68\x45\xc5\x02\x51\xa3\xdf\xa2\x52\x42\xf8\xd5\xed\xa1\xb1\x5e\x18\xe0\xbc\x53\x5b\x2f\xe0\xd8\x35\xaa\xb2\xf8\x2d\x63\x6e\x4b\xdf\xf2\x60\x00\x10\x6e\xe4\x3c\xce\xdb\xde\x52\xa0\x1d\x4a\xdb\xda\xb8\x49\x03\x25\x76\xd5\x4d\x57\x4f\xdb\x92\x51\x75\x4a\x55\xb5\xb1\xdc\x1c\xab\x5c\xe1\x1b\x56\xd2\x2b\xef\x77\x5b\x62\x78\x24\x5b\xe9\xf4\x4a\xf3\x48\xa2\xb0\x43\x94\xf5\xa2\x03\x63\xbe\x48\xdd\x04\x12\x00\x10\x28\xb8\xdf\x73\x57\x37\x1f\x2b\xdb\xb3\xdb\xbd\xa1\xbb\xe4\xe1\x76\x55\x2d\xdf\xf4\x24\x3a\xae\x6a\xb9\xe1\x58\x48\x6d\x79\xbf\xce\xe8\x53\x58\x62\xaf\x49\x5a\x05\x19\xa2\x8b\x86\x3b\xed\xd2\x84\x2a\x0a\xed\x9c\x94\x63\xa5\xa6\x31\xef\x25\x15\xa2\x1d\x00\xc0\xff\xcb\xbb\x9d\x33\xd0\xcc\xad\xfc\x9b\xda\xd5\x90\x63\xbe\xb2\x7d\x62\xad\x4f\x19\x3f\xea\x51\xe5\x93\x92\x69\x21\x9e\xe5\x99\x46\xbd\xcf\x94\xe2\x8b\x7a\x60\xd5\x52\xc3\x28\x4d\x80\xd3\x12\xf5\x6f\x95\xb7\x9d\xa5\xa2\x5f\xf6\x6c\xcc\x17\x49\xa4\x78\x29\x00\xf0\x5b\xf8\x6e\x39\x91\xcd\xbe\xb5\x75\xa9\x41\x0d\xf3\xaa\xdd\x13\x1a\x6a\x3e\x54\xd4\x44\xf1\x2a\x95\x65\xdf\x83\x5f\x94\x8f\x2d\x59\xea\x7d\xa9\x98\x6a\xdc\xb8\xf2\x9f\xbe\x51\xe7\xe6\x34\x51\xad\x2b\x3a\x69\x37\x4c\x11\x21\xff\x33\x76\xa2\xf8\x99\xf8\x2a\x00\xf0\xfd\xf9\x59\xd9\x9b\xfa\xf2\x0a\x3c\x77\x8d\xe8\xbe\x51\x38\x7f\xdb\xec\x8e\x75\x14\xdb\xc8\xa3\x2d\x7c\xaa\x67\xe0\xdb\x86\x52\x9a\xce\xab\xb4\x86\xce\x58\xb8\x1c\xaf\x18\xc1\x7c\xb6\x70\x46\x49\x28\xf8\xc8\x56\xa3\xf7\x87\xff\x8e\x7e\xa3\xfa\x83\x3e\x01\x00\xa9\x19\x4f\xcd\x76\xdd\xf3\x86\x92\x91\xf2\xb2\x3b\x8d\xea\xba\x6d\x6c\xfb\x15\xea\xcf\xc8\xae\x96\x05\xb4\x77\x81\x0f\x1b\x7c\x18\x53\xbd\xb4\x35\x33\x99\xd4\xe5\xb0\xb9\x8b\xf5\x6f\xa1\x7d\x89\x05\xd4\x67\x5b\xae\x1f\x81\xa8\x2c\x27\xaa\x8e\x63\x8b\x01\x40\x5a\x80\xef\xca\x06\xf6\xe4\xd2\xfa\x52\x8e\x76\x7d\xa4\x27\xc6\x7f\x68\xcf\x62\x8c\x8a\x2c\x6e\xde\xcb\x38\x19\x78\xba\xfe\x16\xf3\x88\x17\xa7\x7a\x2f\xeb\xfd\x72\x8a\x39\x06\x0a\x59\x68\x5f\xdc\x06\x1f\xb6\xad\xd7\x0d\xa0\xf1\x96\xcb\x54\x1c\xac\x15\x00\xa4\xcb\xf1\x92\xac\xea\x5e\x1a\xc8\x4e\xa1\x74\x0d\x07\x2f\xc6\x57\xb6\xf1\xa1\x85\x91\x5b\x9a\x1e\x42\x8d\x81\xca\x7a\x4b\x38\xce\x2b\xa6\xea\x0d\xe2\xba\x3c\xa6\x5c\x8a\x2e\x58\x38\xc3\xf4\x01\x73\xb6\x3d\xa0\x1b\x83\x7b\x5b\xd2\x94\xf7\x89\x31\x00\x20\x51\x11\xac\xac\x15\x3d\x24\xa6\x4a\x19\xd9\x39\x09\xab\x8b\xf7\x69\xd5\x62\xfd\x11\xbf\x1b\xbf\x61\xcf\x03\x03\xeb\x1c\x71\x4f\xaf\xe9\x55\xe3\xf0\xba\xe5\x8b\xca\x3a\x88\x25\x0b\xc7\x9b\xe6\x11\x87\x6d\xef\x68\x37\xb2\x13\x2d\x0f\x2b\x17\xb0\xab\x00\x40\x7c\x95\xad\xc8\x24\xbb\x3b\xb8\xd6\x3b\x93\x3a\xfc\x39\x47\xe2\xea\x5b\xf6\x73\x58\x11\xac\xc6\xb9\x9c\xb0\x0d\x37\x6a\xa3\x39\xde\x9e\x83\x95\x6b\x39\x9e\xcb\x9e\x96\xde\xe5\x84\x2e\xf8\x6c\x8c\xe1\x64\xda\x7e\xd4\xf0\x38\x84\xd5\x58\x45\x3a\xc7\x03\x00\xc4\x93\xc8\xf2\x8c\x2d\x5d\x1d\xd2\xb1\xc9\x41\xed\xbe\x92\x84\xd8\xaa\xe6\x3d\x62\x63\xb8\xa2\xc1\x46\x74\x7b\xc3\xb8\x1a\x7f\xd1\x72\xcf\xe9\x15\x2e\x42\xd1\xb2\xc2\x92\xcb\x82\x27\x0b\xf6\x19\xc2\x04\xbe\xd3\x00\x35\xc6\x47\xad\x52\xe4\x19\xbc\xed\x00\x20\xb2\xe1\xbc\x49\x5f\xd1\x79\x48\x73\x78\xc7\xaa\xb6\x44\x75\x5a\x4c\x5d\xd3\x2d\xd5\xdf\x4d\xb5\xf5\x2b\x95\xa5\xeb\x7d\xab\x77\x28\xd6\xaf\xcd\x32\x87\xc9\x1e\x2f\x7d\x55\xfc\x5b\x0a\x2d\xa0\xe9\x69\xe2\x5f\xd3\x86\x17\x35\x88\x42\xad\x8a\x65\x66\x81\x17\x00\x08\x37\x73\x9f\xa6\x39\x76\x8e\x29\x9d\x9b\x14\xd4\xda\x5c\xec\xb5\xf5\x78\xd3\x12\xa3\x57\xd8\x95\x3a\x52\xef\x1e\x80\x56\x35\x68\x17\x79\x1c\x29\x37\xab\xa7\x2c\x4d\x2b\x4e\x50\x3e\x5b\x60\xa7\x3b\x27\x17\xdb\x5e\x2f\x1a\x26\x79\x6c\xd5\x2b\x1b\x26\x7c\x04\x00\x82\x3e\x5e\xd7\xee\xa6\x8e\x93\x15\x63\x13\xaf\xb6\x26\x95\xdd\xdb\xba\xab\xf1\x76\x89\x26\x8c\x51\xe7\x6c\xf2\x0f\x70\xa9\xda\xa4\x7f\xe6\x81\x96\x07\x69\xb1\xa5\xcb\x8b\x47\x15\x7d\x9e\xff\x4b\xc7\x54\x2e\xb6\xbd\xa4\xaa\x93\x8d\xb3\x3a\x27\x6d\x16\x95\x02\x80\x60\x17\xdf\x62\xb7\x77\x07\x51\x9d\x98\xc8\x6c\xb5\xaa\xf8\xb4\x75\x52\x23\x56\x9e\x1f\xb6\xac\xf6\x44\xc9\x23\xff\xb7\x95\xff\x33\xf9\x79\x6c\x2e\x7b\xa0\x57\x2e\xb5\x31\x55\x69\xfa\xe6\x7f\xd2\x59\xab\x94\xb6\x2f\x54\xee\x72\x4b\xab\xff\xa4\x3e\xe2\x95\x00\xc0\xff\xce\x5f\x91\x3a\x7d\xdf\xc4\xc2\x19\x09\x27\xfb\x13\x0a\xef\x46\x7d\xe8\xd1\x52\xda\x43\x6e\x76\x98\xa8\x07\x7d\x53\x5a\x76\xd2\xad\xdc\x79\xf5\xf7\x18\xf2\x45\xff\xaa\x47\xb0\x82\xe7\x50\xcb\x6e\x41\x3e\x93\xdf\x1a\xb7\x20\x51\x23\x05\x6a\x12\x1b\x07\x00\x32\x14\xa7\xa7\x8e\x1b\xd4\x50\x3d\x12\x8e\xf5\xbd\xa2\xde\x8c\xfa\xd8\xb3\x84\xc6\x0f\xb9\xdd\xe1\x4e\xdf\xed\x9b\xde\xfc\x8f\x01\xbb\x4b\xea\xd9\xcc\x73\xae\x56\x55\x6d\x60\xf4\x1c\xa2\x4c\x06\x5b\x4e\xfe\x6b\x1c\x8f\x5c\x1f\xd9\xa5\x0e\xc0\xc2\x01\x40\x16\x88\xe7\xed\xfa\x31\x68\x4b\x87\x12\xfa\xfa\x40\xfa\xcf\xa8\x57\xdd\x47\x19\xdc\x90\x6b\xed\xa7\x98\xcb\x7c\x53\x9b\x0d\xac\x19\xee\x92\xfa\x99\xa0\x8f\xeb\x84\xaa\x70\x48\x31\x47\x5a\xb6\x12\xb1\xb2\x99\x6c\xd8\x8f\x6a\x47\x5e\x2f\xfa\x8e\x0d\x01\x80\x0c\xc0\xeb\x76\x9d\xde\x3b\x03\x1a\x96\x50\xb4\x87\x0d\x79\x44\x9d\xe9\xba\x00\xb1\x42\xfa\xdb\x9e\x41\xef\x7c\xc3\x9a\x0e\xc0\x1a\x77\xbc\x2e\x10\xd9\xe9\x3a\xb1\x12\x41\xa3\xe6\x94\x96\x66\x63\xdb\x6d\xd6\x1a\x86\xe3\xd9\xa3\x16\x14\x05\x13\x33\x01\x40\x1a\x4b\x90\xbb\x64\x03\xd6\xd8\x8b\x84\xf8\x5e\x10\x7b\x13\xa5\xef\xbc\x88\xbd\x0f\x91\xb6\xbe\xc5\xa7\xf8\xba\x34\x9e\xc7\x53\xdc\xd3\x6a\xe3\xf1\x13\xae\x23\x2a\x54\x44\xf0\x9c\xfa\x12\x39\xf1\xc8\x26\x59\xbf\x9a\xcd\x1c\x45\x51\x71\xd9\xf5\x00\x20\x51\xb3\xf5\xbb\x66\xf6\x3b\x71\xbd\xb6\xbd\xee\xd1\x73\x1e\x46\xad\xea\x78\xce\x91\x84\xac\x6e\x1d\xcd\x89\xf3\x79\xda\xf0\x9a\x13\xec\xbe\xac\x86\xce\xf1\x59\xf4\x3f\x73\x0b\x27\x74\x4e\x75\x71\x37\x27\xdf\x06\xd4\x65\x72\x88\x51\x7d\xca\xfd\x9c\x65\x00\x20\x3e\x41\x96\xa6\xcc\xe8\x5b\x2d\x79\xbe\xcd\xaa\x5b\x2c\x99\xb9\x39\xaf\xfd\xb8\x38\x34\x58\xd0\xfc\x48\x24\xf3\xd9\x54\x7f\x54\xf8\xc2\x6d\xa0\x3a\x42\xe8\xbf\x48\x5f\xae\x10\xd4\xcc\xd1\x99\xb4\x82\x09\x36\x9d\xda\x30\x7e\xf4\x68\x67\x45\x2b\xcf\x13\x00\x44\x07\x38\x6f\x76\x66\xee\x99\xa8\x59\x14\x1f\xda\x85\x17\x75\x47\xb6\xb4\x9d\x55\xad\x0d\xba\xda\xf4\x4c\x71\xcf\xbb\xad\x6e\x48\xae\x76\x5b\x53\x95\x20\xf3\x59\xb4\xb6\xac\x4a\xf2\x74\x0e\xd5\xd8\x28\xe6\xda\x9c\xd7\x64\x08\x9f\x8c\x06\xe5\x37\xf8\x9f\x01\x40\xf8\x91\x7b\x3b\x99\xde\x1b\x52\x32\x2a\x4e\xda\xd9\x6d\xb2\x88\x1c\xd3\x66\xa1\xff\x18\xe4\xd5\x34\x5d\xfb\xdd\x7b\x5e\xed\x57\x0d\xb0\xea\x48\xa5\xbe\x68\xa4\xcb\xa3\xd2\xf7\x8a\xef\x73\x42\x0c\x9f\x64\xc7\x6d\x6e\xa8\x3b\x24\xbe\xa3\x3b\xe4\xcb\x85\x54\x00\x10\x6e\xe1\x89\x77\xfc\xec\xf9\x57\x5e\x12\xe7\xda\x99\x50\x1a\x1f\x71\xac\xb5\xbc\x78\x64\xe0\xaf\xc6\x0e\xc3\xd1\x75\xcf\x6b\x65\x3a\x62\x95\xb6\x72\x95\x66\x8d\xcb\xa1\x52\xb5\xea\xfa\x1c\x6f\x83\x56\xe1\x6f\xf3\x50\xbd\x59\xba\x69\xf4\x65\xd9\x0d\xd1\x0c\x00\x10\xfc\xe1\x9d\xdd\x21\xec\xe9\xac\x34\xc5\xde\xed\xf8\xcf\xec\x18\x21\x6f\x5d\x59\x5a\x1e\x78\xb6\xd1\xb7\x78\xc1\xba\xc3\xb5\x53\x0d\xe5\xab\xa0\x8a\x43\xba\xa9\x2e\x7b\x4a\x1d\xd5\xf9\x73\x36\x19\xe6\x2a\xb9\x53\xac\x8b\xee\xca\x96\x59\x8e\x91\x65\x8a\x2a\x01\x40\xa0\xe3\xfd\xbe\xf4\x93\x3e\x39\x67\xe8\xe8\x39\x7a\x63\xde\xc4\x5e\x01\x23\x32\x7f\x7b\xdd\x52\xc6\xfb\x82\x46\xdd\x3b\x66\x05\xc5\x86\xd7\xcd\xda\x45\x2d\xa7\x1c\x02\xfd\xe9\x41\x89\x7b\xa0\x75\xcc\xf9\x1b\xee\xc3\x49\xe0\x54\xe7\xf7\x48\x0b\xbc\xd8\x52\x8c\x85\xa1\xc3\x2f\x8d\xa3\x39\x15\x64\x1e\xf9\x4b\xbb\x5a\x98\xd2\x73\x84\x2e\xa5\x64\xd7\x32\x19\x01\x54\x9a\x2e\x82\xf1\x97\x56\xc2\x9b\xc6\xbc\x47\xbf\x49\x71\x63\x5d\x64\xae\x4a\x74\x07\xef\xb1\x06\x37\x64\xc3\x93\xa0\x18\x67\x03\x42\x47\xac\x2c\x93\x30\x27\x94\x79\xd1\x89\xba\x96\xe6\x7e\x64\x3a\x6d\x14\xed\x62\xf7\x57\xda\x10\xbd\xb4\xa6\x99\xae\x67\xec\xd0\x0a\x19\x05\x4c\x6f\x6e\x01\x33\x96\xe5\x5e\x58\xcb\xda\x06\x06\x6e\xef\x06\x59\x10\xb8\xfe\x07\xb4\x17\x1e\x70\x0e\x46\x96\xa1\x56\x96\xde\xe8\x17\x6c\xe4\xb9\x1b\x85\x7d\xf0\xdd\x43\xc3\x29\x2a\x64\x58\xe7\x5f\x2a\x1b\x99\x53\xf5\x8d\x96\x84\x6c\xd7\x58\xd2\xc3\x90\x6e\xce\x3c\xc6\x26\xd4\xbe\x40\xc1\xcc\x42\x4b\x12\xba\x59\xd5\xd8\xfc\xf5\x4e\x10\x80\x75\x38\xdd\x82\xd5\xb8\xb7\xe5\x72\x94\x81\x6f\x3b\xf3\xa9\x60\x39\xe7\xd4\x81\xd0\xc2\x85\x9c\xfc\x8e\x25\x94\x05\x9c\x31\x95\xa1\xd4\x59\xe4\xde\x22\x0e\xcd\x81\xc4\xd8\x27\xe8\xbe\x64\x54\x7e\x3a\x83\x41\x2e\xdd\x26\x67\x5e\x20\x47\x05\xec\x06\xfd\xd9\x8f\x9d\x18\xd0\x6b\x76\xb1\xa5\x3f\xf2\x82\x38\x31\x74\x2d\x4f\x23\xdd\x3a\x98\x95\xdf\x22\x49\x68\xbd\x59\x70\x41\x9c\x66\xf6\x2a\x7c\x26\x22\x95\x7b\xa9\xa3\x85\xad\xc4\x1a\x9a\xaf\xe0\x4e\x9e\x1d\x5d\x2e\x18\x13\xef\xcb\xb4\xe2\xcf\xf7\x37\xb2\xc4\x3c\x3f\xa7\xa9\x50\x28\x77\x82\xe5\x4e\x24\x89\xf4\x38\x16\x9a\x3b\xce\x38\xd8\xc7\xc9\x73\x32\x8c\x68\x9a\x9b\x1f\xa8\x0b\x2c\x79\x53\x40\xd3\x50\x64\xe7\x0b\xbb\x8b\x4c\x68\x2f\x75\x84\x72\x30\x07\xa0\x51\xe5\x47\x62\xef\x32\x86\x49\x6b\xfd\x76\x32\xeb\xc4\x3b\x1c\x09\x90\x2b\x38\x69\x29\x82\x3b\xb9\xdb\x0f\xa9\xb3\x6b\xeb\x6f\x74\xbf\xc9\x79\x55\xf3\xac\x7e\x78\x9e\x6b\xd5\x52\xd3\xd4\xfc\x2c\x73\x94\xc4\xb7\xa0\xbf\x34\x05\x2e\xa4\xcc\x31\x45\x65\x59\x51\x6b\xf5\x13\x63\x52\xe8\x81\x6a\xa5\xaf\x0b\x73\xb4\xe2\xa8\xc3\x6d\xd6\x7f\x92\x62\x4b\x1d\xec\xc7\xcf\x3d\x00\x64\x5d\xdd\x93\xdd\x59\x99\x63\xdb\x75\xbe\xa6\x3a\x37\xa6\x7d\x9a\xfe\x46\x5e\x69\xb3\x87\xc8\x31\xff\x5b\xfd\x52\x90\x2c\xcc\xad\xfa\x98\x11\x4e\x1d\x5e\x9e\xb6\x15\xa0\x75\x98\x68\x3e\x6b\x19\xa4\x76\xba\x43\x2c\x4b\xa9\xf0\xb1\x2c\x87\x5e\x0b\xd7\xec\x9f\x9a\x85\xed\x4f\xea\x38\x92\x7d\x78\x20\xae\xfa\x50\x2e\xd0\xeb\xa4\xfb\x9d\x17\xdc\x71\x59\x18\x97\x5f\xd1\x12\xc8\x3a\x58\x38\xad\x9e\x95\x6e\xa6\x74\x56\x85\x6d\x81\x69\x3b\x4b\xab\xbd\x9f\x32\xdc\xf4\x6c\x07\x37\x56\xa8\xf2\x9c\xe5\x7e\xa8\x5d\x78\x73\x1f\x3d\x6b\xe5\xd1\x1d\x1d\xf3\xb2\xa9\x07\x87\x55\xcf\xc9\x69\xdb\x9b\xaf\xdb\x99\xfb\xb6\xb7\x47\x70\x34\x3f\xa0\xa3\x87\xb5\xba\x60\x4f\xf3\xee\x74\x27\x4a\x44\x6d\xcd\x16\x67\xea\x6f\x73\x94\xf7\x61\xfa\x79\x23\xc5\x61\x1d\xf3\x95\xea\x9d\xd5\x68\x68\xb3\x68\xd6\xb9\xb1\xcc\xc4\x9c\xdd\x07\x77\x31\x0f\xe6\xee\xef\x64\xb0\x96\xe7\x4f\xac\x2a\x64\xb5\x15\x64\xa8\x09\x70\x4d\xe1\x6d\xb2\x19\x1c\xa2\xd2\x0b\x1c\xa1\x7c\xfa\xd2\x04\x36\xbc\x98\x39\x65\xbd\x3d\x32\x06\x9c\xe6\x74\x1a\xb5\x87\x37\x5a\xae\xc5\x40\x74\xf5\xd9\xb9\x0c\x69\xfe\xf7\x03\x5c\xc6\xaf\x82\x1f\x1d\x1d\x4c\x94\x32\xbe\x72\x90\x35\x8e\xea\x50\x74\x8d\xd5\x4a\x0b\x27\x27\x83\xa1\xf4\x9a\x7c\x23\xf8\x97\x69\xb5\xed\x0b\x74\x85\x55\x15\x50\x09\x9f\x80\xc2\x9d\x32\x91\x37\x88\x9d\xe5\x14\x2c\x0e\xad\x3a\xb3\x9a\xde\x48\x6d\xdb\x5f\xc5\xf0\xa0\xc5\xb5\xff\x8f\x71\x9a\xbe\xbc\xe2\x1b\x33\x93\x61\x51\x34\x8f\x65\xc3\x78\xca\x2e\x60\x1d\x61\x7e\xc8\x1f\x0f\x4a\xc0\xc9\xdb\xf2\xa0\x02\x68\x6b\xc0\x5c\x98\x09\x37\x38\xcd\x42\x9a\xd1\x49\xa3\x5f\x61\xce\x98\xf3\xa9\x29\xb4\x99\xb0\xe7\x60\x1b\xed\x20\x9c\xd3\x36\x9e\x0e\xc2\x66\x73\x2c\xc3\x05\xfe\x9f\x72\x0f\xe3\x39\x12\x40\x2c\x62\xf6\x22\x07\x73\x7f\xb0\xca\xd0\x88\x78\x06\x58\x85\xbe\xf5\x8f\x81\x4e\x60\x3a\xc7\x06\xc4\x16\x5f\x37\xfa\x22\xda\x83\x53\x4f\x8e\xa5\x0c\x70\x80\x81\x27\xd4\x1c\x72\xa0\xc5\x8d\xb6\x8c\x4c\x2b\xab\xa5\xfd\x22\x17\x2a\x56\xd0\xaf\xb1\xbf\x63\xd7\x18\x7d\xec\xff\xe5\xdc\x62\x76\xb3\xaf\xc5\x81\xac\x8b\xec\x53\x7e\xfb\xa0\x11\xec\x43\x8e\x79\x70\x3e\xdb\x60\x39\x06\x5d\x48\x3c\x3d\xfa\xa7\xd0\x55\x12\xd9\x37\x89\x32\x52\x0c\x37\x5e\xa7\x7c\x14\xe9\x4a\x8a\xa8\x37\x85\xa7\x64\xc9\xb4\x73\xc2\x51\x68\x28\xfd\xa8\x20\x2e\x5b\xcb\xb8\xc6\xaf\x89\xdd\xc8\x1a\xcb\xbb\xe5\x07\x80\x9b\x78\x13\x1d\x67\x42\x67\xb9\x16\x96\x9e\x88\x8e\xdc\x7a\x50\x9f\xdf\x60\x50\x75\xaf\x2e\x10\xe9\x5e\xd5\xb9\x15\xe6\x69\xbd\x8c\xc9\x94\x4c\xb5\x48\x5c\x4c\xa5\xa9\x2e\x40\x0f\x68\x22\xe5\x84\x4c\x09\x7d\xaf\x7c\xcd\xd6\x47\xcc\x51\x52\x2f\x9f\xdb\xac\x6c\xb1\xad\x43\x19\x34\x4c\xd0\x64\x89\xc3\x0f\xb9\x79\x83\xef\xf3\x42\xeb\x02\xda\x07\xf2\xa3\xaa\x91\x6a\xc7\x82\xad\x15\x8f\x75\xc5\x85\x09\xe5\x8b\x85\x4e\x94\xc2\x92\x54\x56\x33\xb5\xc2\xc8\x48\xaf\xa0\xbd\xd6\xc5\x6d\xc9\x60\x84\x16\xfd\xf3\xee\x61\x0e\x29\x76\x38\x8c\x03\xa9\x92\x5d\x96\x46\x38\x93\x9f\x33\x90\x9d\xcb\xeb\xa9\x6c\xcd\xc9\xe3\x74\xba\x56\x0c\xe5\x93\xad\x46\x4d\x72\x41\x51\xe3\x23\xfe\xa4\xc2\xce\x3a\x80\x71\x98\xf2\xae\xf2\xc5\xee\x57\xb4\x90\x32\x6e\xf4\x58\xfa\x1e\xe3\xfe\x75\xc7\x99\x1b\x34\xaa\x85\x4a\x70\x84\xfc\x8d\x65\x23\x3c\x59\xb8\xa0\x9f\x99\xeb\x32\x48\x6f\x11\xe4\x2d\xee\x33\x99\x1f\xe7\x2f\xe9\x56\xab\xb9\x05\x5e\xed\xe9\xbc\x80\xc2\xc4\xa6\xbf\x0c\x80\x52\x5c\xb7\x6d\xb7\x0f\xf5\x7b\x65\x6c\x94\x80\x9e\x5e\x72\x77\x1d\x83\xf1\x4d\xf7\x72\x61\x2e\xeb\x90\xb2\xc0\xf2\x34\x74\x55\x78\xa8\xef\x54\xce\xed\xc3\x3b\x9a\xef\xe5\xde\xd9\xbf\xcc\xbc\x2e\xef\x4e\xff\x50\xd1\xff\xf2\x1f\xf7\xac\xe6\xb6\x14\xfc\x69\xdf\x41\x07\x29\x1e\x4d\x6b\x52\x4f\x52\xd5\x35\x35\x51\x2b\xe9\x16\xe5\xf8\xba\x50\x86\xc6\x70\x71\x21\x93\xb5\x43\x25\xb7\x9a\x06\x15\x8a\x46\x9d\xfc\x02\x1e\xce\x99\xbc\xb7\x19\xfc\x95\x9b\xd5\xea\x0c\x79\xe6\x1d\x2d\xe7\x41\xda\x82\x25\x8a\x77\xd0\xcf\xc2\x36\x3c\x0f\x4e\xa2\x86\xe4\x06\xc2\x57\xe8\xd6\x71\x7f\x91\x58\xc6\x4f\xff\x89\xc8\x77\x70\xa4\x63\x2c\x7a\x1a\x0e\x19\xad\xc1\x5e\xa0\xa1\x27\x2d\x59\xbf\xf2\x15\x03\xd7\xc0\x80\x02\x75\x4b\x1a\x68\x28\xec\x2c\x3b\x0f\xfe\xa2\xdc\x54\xf8\x42\xf9\xb4\xb1\xd8\x65\xe8\x01\x3d\x3d\x67\x1f\x9c\xce\xb8\x13\x97\x8b\x00\x2c\xd8\x8f\x44\x06\xa0\x55\x0e\x5f\xd1\x72\x64\xca\xe8\x0c\xec\x0c\xda\x7a\x62\x12\xcb\x93\xea\xda\xff\x95\xa5\xa4\xde\x6f\xd6\xb3\xbe\xd3\x8e\x94\x8d\x05\x13\xe8\xd5\x72\x19\x78\x8b\x51\x84\xad\x80\xb6\x33\x6b\x73\x96\x41\x9f\x58\x57\x62\xbf\xc0\x15\x90\xa3\xdf\x2c\x24\x07\x96\x39\x0c\xa2\x3b\xd1\xf1\xa3\xb7\x60\x66\x6c\xed\xb1\x39\x8c\x4a\xa8\xa4\x6f\x2e\x73\x32\x74\xa5\xf1\x09\xb3\x18\x9e\x59\xc2\x60\xcd\x86\x77\xc9\xe6\xb3\x7a\xe1\x33\xc8\x3b\x70\x0b\x12\x93\x3d\x13\xb2\x44\xbe\xc6\x8e\x82\xae\xa2\xcd\xbe\x5b\xe0\x63\x58\xae\x43\x10\x72\x0d\x77\x1d\xbd\x18\x5b\x8d\x83\x87\x3f\xd1\x77\x93\xab\x7b\x83\xe9\xb7\xc9\x61\x0d\x00\x23\x9d\x3d\x68\x3a\xc3\x04\xd8\x32\x49\x33\xb3\x95\x5d\x08\x57\xb3\x76\xb2\x73\xb3\x2c\xc0\x45\xec\xc2\x98\x69\xd0\x18\x36\xee\x73\x12\x1e\xce\x96\x3b\xcc\x40\x16\xb3\xc9\xd1\x30\x5a\x45\xbc\x38\xf0\x95\xfa\x4a\xbc\xa9\x8b\xa0\x09\x44\xc6\x5a\x03\xdd\x47\x78\xc8\xd0\x47\xff\x20\x9c\x2a\x7a\xc6\xe8\x12\x14\x40\x73\x99\x20\xff\x52\xc6\x51\x56\x0c\x7f\xf9\xd6\x11\x60\x18\x8f\xf4\xb1\x85\x22\xb8\xe7\x16\x5e\x80\xa5\x9c\xff\x8d\xee\x46\x27\x93\xb1\x7b\xdb\x28\xd9\xfa\xd4\xb6\x6e\xaa\x8d\xf6\x4c\xd5\x38\xea\x11\xcd\x62\x6d\x09\x4d\x50\x54\x2e\x58\x49\x4f\x52\x8d\x60\x1e\x67\xf8\x29\x12\xd3\x86\x98\xeb\x64\xe6\x68\x15\x6b\xa3\xe4\xa8\xb7\x05\x98\x23\x3a\xb8\x30\x05\x3a\x20\x40\x2c\x47\x21\xf1\xdc\x8c\xbe\x19\x85\x53\x6b\x1a\x9a\xc3\x0b\x1f\x57\x59\x99\xc7\x52\x5a\xcc\x8a\xa2\x67\x54\xa4\xcc\x82\x7b\x9a\xb6\xa3\x78\x3b\xbd\x9c\x1e\x6f\x90\xa7\xbe\x62\xe4\x68\x35\x51\xb3\x99\xf2\xa2\x14\xaf\x57\xac\x21\xf9\x9b\x05\x4f\xa0\xc5\x92\x59\x96\x6b\xe1\x9b\xfc\xb8\x9e\xca\x82\xc4\xae\x8b\x0d\x7f\x0a\x67\xb6\x93\xa5\xed\x85\xf7\x5a\x26\x2a\xdb\x29\xdd\x0d\x5c\xb2\x9f\x5a\x59\x73\x92\xda\x4f\x6b\xa8\xb8\xb2\xcb\x93\x7e\xaa\xd4\x10\x79\x8c\xf1\xdb\xf0\xcb\xf3\x27\x2b\x58\xfd\x67\x41\x2a\x78\x40\x2e\xb3\x0c\x83\x51\xe1\xb0\xee\x9a\xfc\x3f\x03\xbc\x86\xc9\x05\xc7\x7a\x2f\x97\x9c\x28\x14\x77\x7e\x56\x9c\xa7\xec\x68\xfd\xc0\x7e\x4e\x0d\x6f\xec\xa2\xfc\xa0\x6d\xad\x5d\x99\xa2\xa4\x33\x2b\x12\x22\x7d\x18\xcd\x25\xd6\x9e\xf5\xcc\xdf\xba\x90\x05\xbe\x20\xac\x1c\x65\x99\x0b\x7b\x0b\x4d\x5d\x2f\xf3\x9b\x0e\x6e\xa9\x4f\x2e\xa0\x0c\x46\x97\xcc\x2a\xf4\xe8\x9b\xae\x58\x44\x19\xdd\xd5\xc6\x8e\xa4\xbc\x6b\xfd\x47\xc9\xa3\x7e\x6a\x1c\x96\x32\x9d\x6e\x53\x6d\x8c\x78\xc5\x08\x2e\xab\xf0\x84\x98\x46\x83\xc3\x82\x0d\xe0\x34\x95\xbd\xe5\x00\x74\x43\xf8\x60\x3f\x88\x8f\xcb\xae\xed\x78\x83\xbd\xc8\xf9\x5e\x13\x85\x1d\xc9\xcb\xd6\x07\x61\xc7\xf3\x87\x84\x5b\xb0\x6b\x85\x91\x2c\x1c\xfb\x1f\xe5\x65\xfa\x28\x7c\x38\xad\x27\x9a\xc0\xa7\x30\x5a\xd7\x65\xe1\x7e\xac\xe3\xf3\x3f\xe0\x65\xb0\xf3\xc8\x32\x22\x10\xf5\xde\x57\x81\xb9\xe7\xbd\xeb\x70\xc5\x9c\xf2\x7f\x56\x9b\xb0\x71\x85\xcb\x74\x7a\xcc\x89\x12\x2a\x68\xc0\xc2\xa8\x22\xe6\x23\x2c\x87\xf6\x2c\x8d\xc0\x4a\x18\x59\x51\x5f\xb1\x93\xac\x59\x5e\x77\xf1\xb1\xe0\xb3\xf9\x12\x1c\x81\x5f\x8f\xcc\x23\xdc\x50\xfd\xe0\x7e\x34\x85\xb2\xad\x3d\x19\xcd\xa1\xce\xa9\xba\x89\x26\xd0\xa6\x6b\xaf\xa2\x62\xda\x2b\xfe\x37\xf4\x00\xfd\x39\xd3\x0f\x7d\xc3\x1c\xb5\xfb\x2b\xb6\x88\x15\x14\xc5\xc5\xb2\xc0\x4e\x2f\x08\x1b\x82\x97\xcf\x0f\xc7\x83\x91\xeb\x23\xa3\x88\xc9\xd8\xb4\x01\x15\x62\x01\x4e\x6e\x4d\x45\x66\x82\x9c\x8a\xb7\xc8\x12\xf0\xba\x66\x39\x92\x0e\x6d\xe4\x49\x90\x16\xe8\x06\xfd\x2f\xf2\x11\x86\x52\x1f\xa2\xc1\xc8\xca\xcd\x55\x68\x1d\x6a\xeb\x79\x02\x5b\x84\xfe\x99\xf7\x04\x3b\x86\x3d\x1d\xe9\x8d\xb7\xe3\xe1\x7d\xd7\xa0\x6a\xc2\xd8\x7c\x15\xba\x4b\x48\xcd\x41\xf0\x34\x82\x52\xd4\x0e\xa7\x12\x3b\xb8\x2b\xe1\x41\x22\x85\x76\x06\xb1\x21\x18\xbb\xae\x23\x18\x61\x8c\xbc\x84\x3c\x21\x2e\x7a\x7a\xa2\x2c\xf6\x88\x79\x07\xb1\x79\x6c\x97\x91\x0a\x7c\x0e\xd1\xdf\xf3\x1e\x2c\x11\x56\x37\xda\x82\x17\x85\x16\x65\x13\xa0\xc9\x82\x0c\xe5\x01\xa8\x80\x7f\x9a\xe4\x43\x37\xf9\x9e\xd4\x38\x38\x80\x37\x90\x52\x09\xef\xe7\x79\x46\x3c\x40\x96\x72\xf7\xac\x6d\x40\x8e\x70\x9d\xe7\xa9\x51\x82\x43\x8c\x7c\x8c\x89\x48\x87\x8e\x07\xcc\xaf\x9a\xc7\xb5\x0d\xac\x4d\xea\x3a\xd3\x31\x56\x75\x51\xac\xec\x02\x38\x59\x79\x1f\xff\x04\x2a\x14\x19\x85\x33\xa1\x49\xb2\xb7\xc9\x47\xa0\x1a\x69\x4a\x38\x01\x2f\x13\x9f\xf2\xb8\x08\xdf\x14\x0d\x9b\x97\x89\x54\xf2\xff\x8c\x52\xa1\x6d\x5c\xe7\xd6\x3a\xc6\xc3\xca\x7d\x55\xe9\xcc\x35\xe6\x9d\xfa\x4f\xcc\xa2\x32\x17\x89\x17\x6b\x6c\xf1\x21\xb4\x92\xa5\x33\x06\xe5\x5b\x83\x8b\x74\x7b\x92\x7e\x83\x97\xd4\x7f\xc3\xfe\x40\x98\xca\x76\xcd\x3e\x78\xad\xec\xd3\xdc\xc7\xc8\x14\x31\x7d\x54\x0f\xba\x82\x3f\xbc\x79\x14\x63\x62\xbb\x77\x85\x33\x23\xaf\x25\x40\x5b\xca\x38\xdb\x38\x4f\x34\x8a\x19\x59\x7b\x16\xd6\x31\x1f\x56\x45\xe6\x2e\x61\x11\xe5\xd5\x89\xb1\xe0\x8a\xe2\xee\xd0\x7e\xf0\x8d\x3e\x6f\xf5\x71\x68\x7f\xd1\xb1\xb9\x89\x70\x9d\xac\x67\xd4\x49\xe4\xac\xc0\xd4\x64\x43\x3f\xdc\xdb\x66\xf6\x67\xd8\x77\x45\x6b\xda\x19\x70\xdb\x09\xa1\x03\xe3\x4f\xf3\x08\xe8\x08\x53\x5e\x3f\x21\x27\x97\xe5\x5a\x75\x7b\x7b\x0b\xeb\x41\xf9\x96\x50\x57\xd0\x6c\xda\xb1\x3a\x1b\x62\x68\xbe\xce\x5d\x0d\xef\x52\xcc\x1e\xf5\x0c\x11\x09\x97\x34\xee\xa0\x23\x83\x41\xe5\x32\xfa\xa5\xbe\x12\xf5\x1f\x86\x4b\xf7\x1e\x01\xca\xa8\x6b\x37\x42\x0e\xcc\xe5\xcd\x6b\xb3\xef\x33\xcf\xd4\x49\xb6\xaf\x62\xa1\x95\xd0\xc6\xe3\xa0\x4f\xc9\xad\xd5\x6b\x20\x1b\xdd\xe1\xb9\xee\x30\xa0\x74\x1d\xbd\x08\x59\x20\x64\x74\x7e\xe6\x56\x67\xbd\xab\x43\xb9\xcb\x73\x92\x8a\x73\x38\x47\x72\x4f\xcb\xe7\x73\xf2\xf3\xbd\xf0\x77\x9c\x79\x05\x17\x0b\x6e\x92\x17\x28\x68\xf2\x6a\x92\x4f\x8b\xde\xb4\x9a\xf4\x60\xc4\xad\x99\xcf\xfe\xc4\x42\x67\xbf\x62\x5f\x82\xbe\x0d\x9f\xc3\xfe\x83\x4e\xe8\xf4\xe3\xbc\xcb\x1b\x57\x7b\x85\xc3\xcb\xdf\x68\x3a\xc3\x99\x5b\xc0\x91\x89\xc8\xfb\x85\xed\x78\x12\x59\x45\x1d\x5e\xb0\x95\xdc\x49\xcb\xd9\x71\x98\x74\xa0\xff\x0a\xbb\xc5\x7e\xc3\xdc\xb3\x7a\x88\xbd\x1f\x54\xcd\xee\x64\xb7\xc2\xed\xc3\xc7\xb1\x5f\xa1\xbb\x3b\xd8\x1c\x9f\xc2\x4d\xb5\xb3\xc9\x3b\x94\x38\xd3\x1c\x92\xa0\x26\x4b\x1f\x90\x91\x34\x3f\xec\x30\x39\x9f\x1e\x9e\x3f\xc4\x7e\xc3\x80\x77\x04\xb1\x0f\x30\xcf\x84\x21\x6c\x03\xe8\xb7\x9a\xc6\x46\xa1\xf3\xb3\xb9\x6c\x18\x51\x0f\xb7\x66\x1f\x47\x1f\xb6\x5d\x66\xff\x60\xfe\xab\x66\xb0\x9b\x59\xa0\x81\x64\x67\xb3\xde\x49\x18\xec\x0d\x20\x1d\xe5\xb0\x9d\x20\xdb\xbc\x46\xf6\x70\xe8\x62\x52\x04\xf1\x0a\xae\x09\xed\x24\xee\x23\x22\xf7\x7d\xc4\x5b\x94\x33\xdb\x91\xf8\x8b\x15\x0d\xb7\x64\xa7\xe3\x93\x5a\xc7\x10\x06\xdc\xa1\xb2\x9b\xc8\xc0\x97\xe8\xbe\x12\x5e\xb8\x9b\x78\x2c\xb1\x0a\xf7\x47\xfc\x88\x99\xf8\xb6\x5c\x11\x31\x0d\x57\x27\x6e\x25\x46\xe2\x97\x37\xfe\x20\xe6\x12\x8e\xee\x3e\xc4\x06\x82\x36\xdb\x9a\xd8\x4d\x1c\x1b\x1e\x4b\xdc\x21\x72\x9b\x30\x3c\x97\xdf\x65\x4e\xc5\x73\xf8\xb1\x9a\x5e\x7c\x27\xef\xb9\x70\x22\xbe\x8d\x97\x0b\x89\xf0\x04\xee\xdf\x9c\x31\x78\x3c\xb7\x66\xbb\x2d\x9e\xc2\x8d\xd8\x68\x8d\x33\x38\xaf\xdc\x86\x70\x05\x87\x63\xff\x09\x3f\xc4\x19\x3e\xfc\x0c\xb1\x96\x7d\xa1\x6e\x08\x9b\x52\xd4\x5b\xf2\x0b\xb3\x53\x15\xa9\x0c\x98\xad\x32\x9d\xb7\x11\x9b\xa5\x98\xc5\xb2\xc3\x5c\x65\x97\x33\xdf\x61\xde\x52\xf1\xb6\x68\x2c\x41\xb2\x22\xb8\x1b\x23\x45\xfd\xab\x5e\x60\x6d\xc2\xf9\xf6\x0d\xd8\x07\xfe\xb6\x11\x41\x78\x21\xe7\x60\xf5\x0e\xd4\xbe\xfc\xba\xf1\x1b\x6a\x5f\x7a\x5a\xfe\x04\x9d\x57\xdc\x47\x5e\x46\x97\x19\x85\xf4\xa7\x68\xb0\x3e\x28\xfd\x2b\x9a\xa9\xf9\x14\x57\x81\xea\x8a\xe0\xa0\x6d\xe8\x19\xc5\xa9\x95\x5f\xb0\x31\xd2\xff\xd9\x6f\xc0\x62\x45\x2d\x23\x4c\xd8\x1d\x9e\xa4\x72\x24\x22\x6c\x6e\xd0\xb7\x23\x60\xc3\x07\x69\x03\x82\xd5\x4d\x21\xf6\x22\xea\xea\x91\xd4\xaf\x48\xbb\xf9\x62\x9a\x1b\x72\xbd\x34\x3b\xd6\x16\xb5\x36\x9e\x0c\x9c\x84\x86\x69\x4f\xac\xf8\x81\x6a\x54\x8c\x59\x87\xd1\x97\xd2\x43\x23\x3a\xb0\x02\xc1\x44\xf3\x1f\x64\x43\xe7\x1e\xdd\x01\xc4\xab\xad\x59\x72\x04\xf1\x6a\xa6\xe0\x8f\x90\x88\xfa\xdf\xd4\xc5\x48\x56\xcd\xd6\xdd\x28\xa2\xac\xc8\x8d\x61\x21\x47\x4a\x3d\x36\xc8\xd0\x11\x06\xcd\x0a\x0d\x1a\xa9\x96\xce\xd2\xa2\x35\xf2\x69\x23\xce\x62\x4e\x82\x6a\xf3\x12\xc4\x6a\xcf\x57\x1d\x00\xff\xe9\x6e\x93\x4c\x82\x7f\x76\x2c\xc4\x3d\x91\x11\x2d\x71\x14\x1d\x62\xd7\x10\x9e\xfa\x15\xf1\xac\x7e\x1f\x33\x12\xc9\x34\xaf\xd9\xb0\x1c\xa9\x37\x7d\x5b\x91\x88\xbc\xd7\x06\xcd\x52\xa1\xfe\x0a\xfb\x91\xa3\xd1\xc3\x82\xb7\xb5\xbd\x92\x11\x59\xde\xc5\x43\x62\xb7\xec\xfd\xca\x66\x51\x42\x6e\x30\x77\xa1\xb0\x26\x6f\x88\x71\x40\xf0\xae\x20\x2d\x83\x14\x2c\xa2\x38\xc6\x1d\xe7\xa7\xd1\xc6\x04\xee\xe6\x55\x33\xe6\xad\x48\xe7\x3e\x62\x85\xd8\x29\xb9\xcb\xa0\xcb\x40\x0e\xe7\x1c\xf2\xb4\x76\x94\x38\x3e\x77\x77\xf1\x0a\x91\x31\xcf\xa0\xb4\x13\x9e\xca\x7f\xc3\xa9\x16\xce\x2e\x5c\xc2\x08\x11\x30\x28\xfa\x8c\x89\xfc\xc3\xb4\x51\x71\x3b\xf9\xe3\xe8\xd5\x81\x4e\xbc\x44\x66\xc1\x8a\x85\xdc\x36\x30\xdc\x8e\xc2\x1d\x0b\x93\x00\xc8\xe9\x45\xdd\x6a\xd2\x45\xad\x05\x75\x26\xa5\xf0\x6f\xa1\x5e\x81\x09\xd7\x52\xfa\x39\x13\x04\x65\xd4\x66\xfa\x61\x01\x40\x1b\x4a\xd7\xf1\xe3\x18\x23\x62\xbf\xf0\x5a\x98\xe9\x1b\x9e\xf3\xc6\xb2\x9e\x2f\x7f\xcc\x2d\x84\x50\xbb\xad\x9c\xdb\x48\x02\xa0\xe0\x28\xd0\xb6\xaa\xff\x09\x09\xc6\x63\xe3\x1c\xc1\x1d\x26\x53\x3e\x5f\xb0\x86\x35\x89\x7d\x8d\x5f\xcf\x6a\xa6\x35\xf2\xed\xc0\x5d\x69\x46\x1e\x0e\xb9\xc7\xda\x71\x9f\xc0\x0e\x1b\xc2\xb9\xbb\x90\xc9\xcb\x77\x70\x9e\xa0\xb3\xec\x96\x72\x76\x60\x61\xc0\x39\xce\x42\xec\x51\x65\x84\x20\x16\x3d\xa0\x3f\xcb\xdf\x8f\x7e\x95\xd6\xf1\x17\x63\x33\x09\x98\xd7\x84\xf9\x50\x29\x3c\x57\x8c\xb9\x9b\xcd\xad\xc2\x4e\xc7\x38\x73\x67\xe0\xcb\xd7\xd7\x72\x1a\x71\xf5\x72\x80\xb3\x1a\xff\x65\xb7\x94\xdc\x4f\x64\x0d\x0b\x26\x25\xc4\xf2\xf2\x0f\xfc\x4d\xbc\x49\x5a\x1a\xef\x24\xf7\x98\xb8\x8d\xe7\xc5\xa5\x61\x7b\xb9\x47\xb9\xd3\x0b\x5f\x73\x23\x38\x67\x53\x17\x71\xae\x70\x8c\x5b\x47\x71\xb6\x71\x72\x02\xee\x92\xef\x39\xcb\x97\x95\x92\x7c\xf2\xbd\xdd\x32\x72\x12\xa9\x1e\x76\x86\x7d\x9f\x8d\x97\x2c\xe2\xcd\x53\xda\x17\xc5\x73\x75\x8a\x38\xc1\x29\xae\x8d\x1c\x42\x1c\x39\xd5\xb2\x84\xfc\x66\xce\x1a\xa9\x77\x8a\x3b\x79\x46\xe2\x14\xbd\x9b\xdc\x29\xb6\xf0\x37\x90\xa3\x84\xfd\x4b\x8f\xb0\x9b\x05\x5b\x67\x3c\x60\x07\xf1\xf6\x5b\x38\xb2\xed\x39\x89\xc6\x22\xae\x5d\xc9\x6b\x85\x94\x53\x6d\xfa\xc2\x5b\xc7\x59\x6d\xf4\x06\xaf\x90\x67\xf5\x81\xb9\x46\x32\x4d\xeb\x93\xbc\x9d\x1c\xa1\x76\xdc\x7c\x8e\x5d\xa7\xfc\xe0\x17\xc1\x8e\x97\xb3\x96\xdc\x60\x5b\x49\xce\xcf\xa0\x10\x3d\xc2\x5b\x16\xf1\x84\x92\x37\x56\xbf\x80\xb3\xb3\xfe\xb6\x8c\xe0\x8c\xa9\x45\x38\xf3\xc9\xae\xaa\xcf\xcc\xfb\x64\x58\x85\x4b\xf6\x05\xf6\xf3\x32\xef\xa4\x03\x6c\x51\xf1\xbc\xc8\x0c\xf6\x12\xfd\x79\xdf\x69\xc4\x63\xcd\x8c\xc5\x77\x09\x9d\x72\xd6\xf4\x37\x44\xa0\x64\x9f\x05\x93\xb0\xe3\xf3\x74\xeb\x38\xeb\x5a\xbb\xa4\x35\xe4\xdd\xa6\x4f\x64\x30\x89\x37\x00\xcc\xc9\xe4\x94\x9a\x9b\xd9\x53\xd9\xad\x95\x64\xd2\x54\xf6\xa6\xb2\x97\x11\xd7\x88\xf7\xc5\x63\x7c\x0c\x44\xa5\x6e\x70\x31\x8b\x88\x2e\x9a\x32\x7d\x90\x00\x64\x80\x45\x11\x7e\x51\x30\x45\x2b\xe2\xcc\xee\x3a\x29\xf9\x4c\x76\xb5\xf7\xb3\x4b\xc8\xe0\x96\x3c\x06\x8d\x7d\xbd\xe1\x4b\x96\x90\x9d\x55\x1b\x90\x68\x64\x03\x95\x9e\x11\x79\x44\x79\xe9\x03\x1f\x3f\x22\xd4\xf0\x6f\xf1\x6a\xfc\xab\x7a\xef\xf4\x0e\xdc\x2c\xfb\x63\x71\x1a\xcf\x10\xa4\xa9\xdd\xb4\x47\xb3\x6c\x44\x2d\x9a\xa0\x6c\x29\x9e\x5e\x74\x25\xe7\x0f\x6d\x94\x2a\x3f\x8f\x93\x7e\x5d\x09\x14\x2c\xdb\xf6\x40\x0e\x16\xfe\x17\x56\x24\x7d\x4c\xfd\xe6\xf9\x5b\xe2\xc9\x98\xe1\x5c\x2c\x22\x59\xc9\x53\x3c\x05\x47\xa0\x1f\x00\xc0\x0f\x47\x81\x22\x93\xd6\x21\xe7\xa6\xc8\x49\xdd\x99\x37\x0f\xfb\x5c\x14\x94\xbf\x8b\x5a\xae\x7c\x5f\xd0\x9a\xce\x50\xa8\x28\xf3\xb7\x09\xe4\x53\xa9\x1d\x61\xeb\xa5\x12\x7a\xae\xe7\x71\xf1\x07\xe6\x46\x67\xaa\x28\x1c\xdc\x30\x65\xb5\xa0\x18\x96\x00\x00\x7f\x29\xba\x4e\xf5\x49\x23\xc9\x3f\x28\x34\xa8\xed\x0b\xee\x60\x74\xd5\x40\xe1\x3b\xaa\x83\x92\x46\xf9\x95\x6e\xa5\x98\x4d\x5b\xb9\x6d\xa1\xac\x99\x2e\x0b\x7d\x2f\x75\x61\x4e\xf0\x94\x88\xab\x58\x75\xce\x61\xa2\xb1\x50\xfc\x94\x15\x82\x34\x24\x0c\x00\xf8\x16\x68\x9d\xf2\x94\x3a\x8e\x6e\x12\x50\x8a\xc6\x33\xa2\xd1\xad\xca\xb3\x8c\xbf\x94\xf9\x0a\x01\xb3\x27\x6d\xbe\xdc\x93\x25\x8e\x8f\x95\x5e\x05\xf1\x50\x1f\x49\x32\xa4\xf1\xb4\x15\xbd\x85\x2b\x9c\xc7\x0b\xf3\x91\xd3\x53\xfc\xf8\x57\xb0\xa9\x00\xc0\x03\xb1\xfd\x8a\xed\x45\x99\x70\x3b\x7f\x9e\xca\x06\x71\x42\xc6\x2b\xce\x22\xec\x82\x9f\x72\x0d\x72\x76\xf7\x74\x59\x34\xba\x22\x2e\x43\xf2\x03\xed\xdc\x48\x15\xab\xb1\xe0\xb5\x7c\xd1\x1a\xec\xa6\xd3\xa0\xe0\x0c\x4e\x9d\xb2\x9e\xef\x43\x4c\x00\x00\xee\x2b\xfc\x9f\xec\x8a\x2a\x8e\xe4\x71\x95\xca\xd9\x24\x05\x52\xc8\x9f\x91\x9b\xf2\xcb\x64\xdd\xa4\xd3\xae\x67\x52\x88\x9c\x1c\x1b\x2b\x71\x25\xa7\x85\x88\x45\xe7\x49\x07\x8f\x27\x42\x82\x5c\xe4\x54\x20\x98\x4d\x2e\x9d\x12\xc6\x33\x92\x13\x01\x80\x1b\xc0\x0e\x12\xdf\x55\x26\x4a\x0f\xb2\x5f\x28\xa6\x4a\xdd\x59\x0b\x64\xb7\x25\x82\x5c\xa6\xb4\x49\xdc\x9e\x32\x42\x42\x13\xdd\xd9\xda\x23\x5e\x2a\x1a\x17\xbc\x42\x78\x4f\xb8\x76\xcd\x23\x81\x41\xb0\xc1\xf1\x12\xdf\x97\xbf\x6e\x8a\x03\x77\x88\xfb\x0b\x00\x38\x10\x67\xac\x10\x56\x64\x19\xd6\xe1\xc5\x72\x4f\xdd\x6d\xfa\x4f\xd9\x04\x6d\x72\x36\x2a\x79\xa8\x3e\x90\xec\x2f\x6e\x2a\x9a\xb2\x65\xbe\x28\x4f\xb9\x3d\xf0\xb6\xd0\x41\x2e\x5e\x7d\x95\xff\x42\x4a\x38\xce\xe4\x19\xc5\xe1\x36\xb7\xb9\x4b\x04\xc7\x00\x80\xbc\xcb\x35\xf2\xc3\x15\xa3\xab\x0c\xa8\x4a\x76\xb4\x22\x9d\x36\x46\x2a\x2e\xb7\xcf\xec\x92\x6c\x2f\xd9\x97\x54\x25\x76\x32\x79\x47\xb5\x08\x3f\xe8\xf5\x1b\x0c\x82\x56\xcd\x21\xf7\x7d\xfc\x3c\x95\xda\x61\x1d\xcf\x4e\xee\x68\x93\xce\xe9\x15\x6f\x06\x00\x32\x91\xf7\x90\x97\x2f\x6f\xaf\x3f\x8e\xf4\xc9\x88\xda\x68\xaa\x97\x34\xaa\xaa\x27\xe3\xa3\x64\xae\xf9\x77\xe2\x67\xd1\xab\x32\xbb\xa8\x09\xc2\xce\x62\x8b\x0d\x13\x05\x05\xfa\x76\xf7\x60\xbe\x8b\xfa\xf3\xc2\xfb\xdc\xcb\x8a\x57\x36\x9e\x9c\x3c\x09\x05\x00\xc8\xf1\xfc\x54\x6e\xbf\x3c\xa1\xc5\x17\xb1\x94\x79\x36\x1a\x28\x5a\xe9\x94\xba\x81\x8c\x6d\xe2\x7b\xd5\x7b\x12\x73\x45\x15\x15\xe4\x66\xa3\x70\x77\xd9\x88\xf5\xed\x82\xd9\x26\x3f\xb7\x6f\xbc\x0b\x3a\x60\x61\x25\x97\xaa\xca\xb0\x59\xc1\xb1\x96\x6e\x03\x00\x76\x35\x7f\x00\xb7\xab\x38\x97\xb5\x86\x91\x5d\xae\xca\x6e\xce\xf5\x2a\x8d\xcf\x5d\x99\xf2\xaf\xd8\x29\x6f\x20\x6e\x8c\xe1\x61\x41\x7e\x18\x55\x97\x4f\x09\xf5\xd9\xa3\xbe\x4b\xdb\xb6\xec\x87\xca\x81\x21\x9b\xa3\x96\x87\xb2\x9e\x8f\x7b\x2a\x89\x81\x21\x00\x10\x6a\x50\x14\x3b\x51\xb1\x38\x67\x1f\x63\x7a\xd9\x7f\xb9\xff\x72\xde\x96\x9c\xc9\x8f\x49\xe9\x33\x35\x14\x34\xc7\x0e\x19\x28\x94\x45\x61\x1e\x3a\x2b\xea\x65\x1f\xbe\x9a\x4d\x6f\x58\x76\x5b\x79\x9b\x69\x98\x23\x92\x4f\x00\x1b\xc6\xfd\x96\x38\xc0\x2f\x00\x40\x98\x8b\x96\x61\xe9\x66\x65\x7e\x1a\x7d\xb0\x2c\xa3\x00\xca\x51\x97\x78\x15\x56\xa4\xa4\x9a\x16\x51\x8e\xc7\x62\xfa\x3f\x34\x9b\xd0\xaf\xda\x52\xba\xd8\x27\x42\x6d\xc7\x74\x5a\xb6\x47\xc9\x65\x5d\x9e\x83\xcb\x4e\x41\x25\xe3\xc7\x8b\x5f\x20\x72\x00\x10\xae\x42\x3f\xa3\x50\xb9\x91\xf6\x84\x76\xa7\x34\x8b\x5e\x9d\x7d\xa0\x38\x8e\x91\xb2\xb3\xda\xe8\xcb\x5c\x1a\x73\x4d\x3f\x99\x35\x27\x34\x45\x33\x08\xba\x79\x5f\x29\xda\x00\x65\x2f\xcb\x56\x9c\x84\xb5\x73\x32\x65\x0b\x91\x4b\xe3\x97\x8b\xb7\x60\x4b\x00\x40\x50\x8d\xfd\x40\xd2\xcb\x60\x28\x8b\xfa\xbc\x24\x07\x7a\x99\xb5\xcf\xb4\x1d\x8e\xf9\x3f\x0e\xed\xfa\x2f\xaa\xc4\x51\xe3\xf8\x01\x01\xc5\x02\x45\x54\x40\x05\x11\x15\x44\x09\x09\x41\x52\x1a\x94\x4e\xe9\x1a\xa6\x3b\xcf\x99\xee\xee\x61\x86\xee\x94\xb2\xbb\x50\xd7\x46\xb1\x6b\x8d\x35\xd7\x76\xed\xf6\xbe\xbe\xf7\x7f\x78\xde\xcf\x4f\x9f\x8a\xfd\x96\x34\xe8\xaf\xfc\x69\xf5\x2b\x98\xd9\xa9\x43\x86\x5b\xcc\x5f\x51\xe1\x3a\x2c\xeb\xa8\xff\x74\x8d\x15\x9b\xe5\x9e\xa1\x24\x72\xe2\x66\x17\xc9\x86\x38\xbf\x01\x40\xfc\x93\xbb\x1a\xf2\x6d\x69\xe2\x52\x89\xc3\x4d\x0c\xae\x06\xd1\xdf\x80\xe7\x2a\xcb\x0f\x9b\x6b\xb9\x96\x3c\x1f\x53\x22\x77\x4f\xca\x03\x83\x15\xf7\xbf\x48\x95\xb6\x85\x17\xe6\xd7\xac\x8e\xe5\xb1\xdd\xbd\x15\x87\x79\x47\x66\x8b\x64\x53\x78\x17\x01\x40\x9c\xc3\x2b\x61\x78\x35\x23\xe5\x00\xfe\x62\x23\x4a\xc6\xaa\x9b\xb4\xa0\xa5\x6f\xca\x5c\xeb\xcb\xa5\x45\x39\x47\x8c\x51\x92\xb3\xc9\xc3\xba\x3f\x92\x84\x08\x8b\xa6\x5b\x7c\x70\xcd\x7f\xaa\x74\xf1\xa2\x25\x37\xe5\x97\x45\xa8\xd9\x46\xa9\xa7\x10\xfd\x3f\x9b\xfc\x37\xb4\x29\x4d\xc7\x8c\x49\xd8\x6b\x0d\x4d\xfa\xf7\x30\x4f\x73\xbb\x6e\xa2\xc4\x64\xd2\x6a\xb9\xd9\x75\x06\x9c\x66\x4d\x12\x4b\x17\xaa\x9a\x5c\xdf\xa8\x7e\xa8\xac\x5a\x13\xa2\xd4\xcb\x4f\x2c\x41\xca\x17\x49\xff\xcc\xe6\x48\x18\xe2\x5b\x00\x20\x3c\x29\x4c\xa0\x04\x34\x4d\x69\x9d\x89\x59\xdd\x30\xb5\xb9\xb0\x06\x34\xdb\x36\xf2\x8b\x67\x1b\xbf\x5a\x04\x59\xf6\xfa\x9b\xf5\xd8\xc4\x04\xed\x16\x63\x78\xb8\x5e\x5d\xa9\x7b\xb0\x3a\x4f\x39\x4d\x13\xb6\x78\xb7\x4c\xa7\xcc\x9c\x1d\x24\x7e\x2f\xb3\x03\x00\x61\x94\xa8\x9a\x5c\xdd\x38\xde\x79\x1e\x8d\xb5\xfc\xd5\x7e\xb2\x7a\xbc\x7e\xbc\xd5\xb2\xb9\xce\xb8\xbd\x39\x39\x93\xa2\xd7\x35\xdc\x4e\x38\xaa\xad\x36\xc7\x86\x7b\xaa\x17\x19\x69\xbe\x9f\x15\x87\x74\x19\x8b\xd1\xb2\x0d\xaa\xab\xb3\x67\x8a\x7b\x65\xff\xb3\xf9\x4e\x74\x9a\xb4\xa3\x91\xd7\xfb\x0c\x75\xd6\xc2\xeb\x6e\xad\x5e\x55\x4f\xeb\x5c\x5e\xf4\xc0\x58\xdd\x66\xcc\x04\xf4\x11\xcd\xb7\x12\x2a\xb4\xb3\x1a\x9e\x85\x5d\x51\x9d\xac\xdf\xef\xbb\x5b\x51\x6e\x70\x5b\x1c\x29\xbd\xa3\x59\x3c\x7b\x81\x38\x4a\x7e\x16\x00\x04\x3c\xb1\x3b\xda\x6d\xf8\x35\xf2\x67\x8d\xdd\xe0\x7b\x74\x55\x31\xa2\xef\x3f\xcc\xf9\xec\xd5\xdd\xef\x71\x99\xc9\x15\x1d\xe7\x09\x76\x51\xce\xad\x08\xe2\xdb\xc0\x47\x8d\x93\x94\x99\xcb\x97\x9b\x01\x5a\xe9\x82\x25\xfa\xaf\x8c\xc9\x69\xb3\xd5\x67\x99\x81\x00\x20\xef\x64\xaf\x41\xed\x1b\x2e\xc3\xc4\x57\x1f\x1b\xc4\x62\xd9\xc5\xeb\xfb\x68\xb8\x83\xd9\x36\xdd\x1c\x82\x63\x72\x74\x47\x25\xd1\x14\xf9\xbd\xd5\x86\xbc\x31\xf0\x52\x23\x99\xba\x76\xf9\xd2\xfa\xad\xf4\x0d\x0b\x7c\xf5\xbb\x41\xdc\xb4\x50\xb5\x81\x29\x02\x00\x39\x81\x1d\x8c\x4a\x1b\xba\x88\xdb\x5a\x4d\x1e\xf8\x17\x7f\xb4\x18\xe8\xfd\x46\xb8\x96\x75\xb5\x7b\x1a\xf1\x6b\xf2\xbc\xf6\x77\xe4\xac\xc8\x9b\x2d\x8d\x94\x1b\x81\x7b\x1b\x67\xd3\xe4\xcb\x5d\xea\x0b\x18\x45\x0b\x42\xf5\x70\x28\x6e\x5a\x91\x7a\x23\xcb\x01\x00\xe4\x7e\x6c\x06\xca\x6e\xcb\x30\x79\x5f\xf5\xec\xfe\xbb\x14\xd4\x66\x49\xaf\x0d\x75\x49\x56\x45\x97\x2b\xf5\x77\xd2\x58\xfb\x74\xba\x6d\xa4\xa8\x79\x3f\x63\x6d\x20\xd4\xb0\x0e\xe4\x7b\xfd\x34\x69\xa1\xeb\x0b\xd2\x74\x3b\x58\xb1\xd3\x9a\x55\xfd\x6c\x3e\x00\xc8\x34\x9c\x6a\xa4\xf7\x60\x0f\xe3\x68\x55\x46\xdf\x3d\x30\xa5\xe8\x5e\x8f\x1d\x78\x3c\xf3\x4c\xa7\x27\x94\x91\xe4\xd7\xe6\x0a\x7d\x8b\x74\x6e\x9a\x64\x1e\x0e\xf4\xb2\xe4\xb1\xda\xbc\x6e\x19\x0f\xb1\x65\x0b\x8a\xb4\xef\x38\xf4\x69\x0f\x95\xaf\xb9\x3e\x00\x20\xbd\xc6\x15\x20\x62\x07\x4e\x72\x58\x95\x82\xde\x77\x1c\x5d\xd1\xaa\xee\xb9\x9c\xf6\xcc\x95\x1d\x21\x9c\x89\xc4\x8e\xd6\xb5\x5c\xe7\x88\xa6\xc6\x57\x5c\x4c\xc0\x31\x33\x8d\x7b\xd9\xab\xd7\xf0\x9a\x97\xb2\xa0\x54\xeb\xcf\xdb\x6d\xef\xad\x0c\xe6\x5d\x02\x00\xa9\x1b\xaf\x19\x6e\xd5\xdf\x21\xb5\xae\x88\xee\x99\x94\xa8\x0b\xde\x74\x7e\x95\xb8\x66\xcc\x6a\x5f\x28\xde\x91\x30\xd6\xe2\x2c\x2e\x5d\x7f\xb9\xe1\x86\x78\x6a\xc0\xea\x7a\xa4\x68\x97\x57\xbe\xfe\x1f\x51\xe9\x82\xcd\x1a\x6f\xe1\x33\x7b\x8a\x22\x42\xb8\x08\x00\x24\x2b\x04\x76\x30\xbf\xbe\xdd\xda\x0b\x65\x27\xbb\x9f\x6b\x1e\xe4\x8f\x77\xce\x55\x3f\xdd\xf4\xb3\x2d\x40\x75\x2b\xfe\x48\xf3\x1a\xe5\xc5\xf5\x76\x96\x2f\x8a\x03\xfe\x2a\x93\x51\xde\xb8\xec\xbd\x7e\x96\xac\x62\x41\xb8\x7a\xb3\xe4\xad\x7d\xb3\x1c\x14\xaf\x00\x00\x31\x42\xb8\xac\x36\xa2\xf7\x41\x43\x43\xe9\x48\xb7\x97\x65\x7e\x9e\xb1\x23\xbf\x9e\xb7\xf1\x59\x2b\xc5\x78\x21\xee\x74\x13\xd9\x30\x37\x7c\xb5\x65\xa3\x6e\x83\xdf\x4d\xe3\x17\x4d\xde\x32\xb4\x0e\xa3\x5a\x33\xff\xa1\x6a\xaf\x7c\x8f\xbd\x49\xf6\x50\xf2\x09\x00\x44\xd7\x44\x53\x6b\x14\xbd\xa2\x96\xad\xa5\x2e\x5d\x67\x9a\x5e\xe5\x39\xb4\xff\x6a\xb4\xdf\x48\x68\x75\xb1\xcc\x8c\xab\x68\x5a\x60\xfa\x13\x76\xd9\xfc\xd1\x70\xc3\x4f\x63\xec\xd3\x29\x96\x85\xe8\xe6\xab\x3f\xcc\x1f\x57\x55\x2a\x7e\xdb\x9b\x65\x6a\xe9\x09\x00\x10\xf1\x45\x75\xd5\xaf\x7b\xbd\x3b\x56\x97\x34\x76\x61\xda\xd6\xe6\xf6\xb6\xb7\xb6\x38\x6d\x9c\xd7\xb2\xbb\xf1\x4e\x9c\x53\xe3\x98\x45\x1e\x66\x34\x6b\xea\x9d\xfd\xca\x8d\xf1\x06\xea\x32\x57\xed\xa8\x96\x39\xff\x80\xf2\xbd\xca\xc9\x7e\xbb\xcc\x43\x46\x00\x00\xd1\x5c\x51\x5f\x35\x66\x7b\x19\xaa\xab\xd8\x30\xb6\x0a\xfd\x32\x67\xd9\xd0\xbf\xd8\xc8\xd4\xb4\x01\x2d\x6e\x77\xcc\x8f\x5e\x5b\x02\x3c\x34\xa9\x33\x88\x94\xe9\x7b\xbe\xd5\x83\x82\xf3\xb0\x69\x98\xa0\xfd\xe5\xb4\xcc\x14\x0a\x46\xda\x16\x69\x49\x4c\x0e\x00\x28\xcc\x6c\x62\x75\xe0\xb6\x5b\x98\xc9\xe2\xba\xd1\x51\xec\x7f\x39\xb6\x43\x14\xfc\xc2\xd4\xb5\x03\xee\x84\x9a\x98\xd7\x3d\x0d\xc4\x87\xa1\x11\x1d\x17\xc8\x8d\xbe\xa7\x5b\x8e\x52\x85\x1e\xf6\x0d\x20\xbd\xc1\x29\xc2\xf8\x1a\x3c\x6f\xab\xd6\xae\x65\xfe\x05\x00\x8a\x0a\x36\xb6\xea\xc5\xb6\x7c\xfc\xb2\x62\xbf\xd1\x40\xc2\xe2\xec\xbf\xb7\xfc\x22\x2e\x49\x75\xea\x1f\x26\xad\x8b\xb9\xdc\xe3\x4d\x56\x86\x7a\x77\x54\x51\xe7\xf9\x1e\x6c\x29\xa1\x9d\xf6\x98\xde\xb0\x88\xd1\xee\x94\x69\x6c\x82\x0c\xb6\xa3\x9a\x67\xac\x04\x00\x50\xb8\xb0\xfb\xab\xb6\x6f\x0d\x21\xff\xb3\xf9\xf5\x88\x07\x45\x9e\xad\x1b\xfc\x49\x0d\x4a\x39\xdd\xb7\x9b\x36\x37\x46\xdd\xbd\x81\xbe\x28\xe4\x7d\x3b\x8f\x91\xee\xdb\xd2\xcc\x03\xbb\x3c\xac\x2d\x59\x4c\x6b\x27\x82\xe1\x6f\x16\xcd\xf6\x97\x66\x1d\xbb\x07\x00\xe4\x58\x8e\xbc\x6a\xd6\xd8\x42\xc6\xc4\xe6\xf2\xe1\x79\xe0\xc6\xec\x85\x03\x5f\xc0\xfd\x29\xa5\xbd\xfb\xa0\xe4\x98\xa0\xae\x8d\xd0\xb7\x90\x81\x36\x0d\xf3\xb8\x2f\xbc\xc9\xc8\xea\x77\xff\x69\x26\xb1\xdb\x9d\xd4\x06\x47\x4e\xbd\x5d\xa6\x9a\xc2\x8d\x06\x00\xd9\x30\xb7\xb7\x12\x39\x1a\xc4\xc9\x28\x3a\x33\xb4\x94\x53\x96\x65\xec\xff\xc9\xc1\x25\x3f\xed\x39\xce\xe9\x8a\x9e\xe8\x2c\xe5\x7c\x0a\xc9\x6d\xed\xe2\xe6\xf8\xfa\x34\x0e\x71\x8f\xba\x3f\xaf\x37\xf3\x92\x9c\x7a\xf4\x89\xbc\xfd\x76\xed\xaa\xed\xbc\x6b\x00\x20\x7d\xce\xdb\x55\x91\x3b\xe2\x20\xc9\x2a\x3c\x31\xf8\x59\xfc\x6f\x66\x4f\xdf\x05\x31\x27\x79\x6e\xb7\x49\xec\x15\xed\xd2\xb1\x46\x74\x2f\xf8\x44\x0b\x4b\xd4\xb0\xea\xaf\x06\x9d\xa8\xc8\xfd\x94\x09\x12\xb9\x39\x9d\xd6\xad\x11\xee\x9a\x6a\xa7\x1c\x14\xfc\x00\x00\xc9\x33\x81\x63\xf9\xcc\x61\x40\x73\xbc\x60\x74\xe0\xa3\xfa\x5c\xc6\xbe\xde\xcb\xaa\x33\x49\xd1\x5d\x0d\xca\xc9\xa8\xaa\xf6\x20\xc5\x83\xe0\xd5\xcd\x4a\xf9\xe3\x55\x79\x96\x21\xd9\x43\x77\x9d\xd1\x22\xbd\xe8\x34\xa1\xcd\x92\x30\xa7\xa6\x2a\x6e\x8b\xae\x03\x80\xc4\x4b\x38\xbd\x2c\x60\xc8\xc9\x02\xe4\x9f\x1e\x98\x57\x4f\x4f\x9f\xec\xf9\x65\xbc\x95\x88\xe8\x3c\x6e\x88\x8b\xec\x6a\xab\xd4\xf5\x07\x89\x9b\xce\x6a\x7e\xfa\x4c\x98\x7f\xab\x23\xdd\x43\x0d\xcf\x94\xe9\x4e\x7d\x9a\x4e\xb9\xcd\xd4\x5a\xc5\x7a\x09\x07\x00\xc4\x0a\xe1\xa3\xd2\x91\x2d\x23\x4d\xa7\xf3\x0b\xfb\x47\x1a\xfe\xa4\x63\x7b\xea\x2d\xae\x89\x33\x3a\x4b\xea\x23\x23\x73\x5b\x3f\x1b\xb3\x83\x62\x9b\x10\xfa\x62\x1f\xb3\xb9\x57\xbb\xc1\x7d\x81\x41\xa1\x7a\xe1\xd4\xad\x49\x54\xf8\x4d\x65\xc8\x1f\x4a\xd7\x03\x80\x38\x44\x14\x5e\xba\x7e\x4b\x52\xeb\xb7\xbc\x4f\xfd\xf1\xcd\xbf\xd3\x17\xf6\x78\x37\x3e\x49\x38\xd5\xf1\xc2\x72\x21\xd2\xb5\x55\x50\xdf\x13\xe4\xdc\xf8\xd5\x58\xe7\xc3\x34\x47\xe8\xa7\xb8\xcf\x36\xb8\x69\x32\x9c\x86\xd4\x97\x95\xde\x53\x3b\xe4\x24\xe9\x35\x00\x10\x9d\x14\x51\x4a\x96\xed\x7e\x81\xae\xcd\xcd\xd8\xd1\x80\x91\xa6\x7d\xd9\xea\x8b\xdd\x1b\x57\x39\xac\xc5\x7b\x84\x13\x06\xf6\x10\x4e\x04\xac\xed\x51\x90\xfa\x56\xe4\x75\x38\x50\x0e\xbb\x21\x9b\xd3\xe8\xce\x0e\x26\x73\x18\x28\xb2\xfe\xa1\x7b\xc5\xec\x02\x00\x25\x9e\x2d\x2e\x99\xb5\x9b\x88\xe5\xe6\x46\xec\xf0\xc2\xb1\xd2\x9e\x8d\x1d\xc6\x8b\xe3\x8a\x86\x97\x12\x8e\x84\xe3\x06\xd2\x48\x81\x01\xc1\x3d\xcb\xc8\xff\xac\x28\x6e\x1f\xa3\x9e\x70\x63\x36\x7d\xa0\xdf\x75\x18\xab\x7f\x01\x4d\x9d\xe2\xaf\xeb\x63\x3e\x00\x00\xe5\x5a\x36\xab\xf8\xd5\xae\x2f\xf8\x23\xb9\x4b\xb6\x8f\x12\x1a\xd3\x26\xc6\x36\x11\xd9\x71\x29\x43\xc3\x24\x49\x78\x4d\xff\x0d\xf2\x44\x80\x7f\xf7\x4e\x6a\xe6\x8a\xb2\xf6\x44\xda\x6f\x37\x69\x93\x8e\x71\xc7\xe1\x54\xbd\x0e\x3a\x3e\x25\x43\x57\xc0\xda\x0c\x00\x8a\x27\xec\x9d\xc5\x87\x76\x5e\xa5\xc4\xe6\x7c\xd9\x66\xa2\x4c\xa6\x8d\x8c\xae\xa7\xa2\xe2\x3c\xb6\x6c\xa5\xc5\x84\x47\xf5\xbd\xa2\xc7\x07\xcc\xeb\x9a\x60\x10\x56\xe4\xb5\xc1\xc0\x71\x37\x4b\xe3\x7e\xa6\x9f\xc3\x47\xd3\x19\x56\xc3\x94\x2e\x6d\x33\x7b\x0c\x00\x14\x81\x1c\x6d\x71\xc6\x8e\x4e\x70\x71\x4e\xd3\x56\x3a\xc8\x4a\xab\x1c\x59\x03\xfe\xbd\xe1\xee\xe0\x16\xa8\x3a\xdc\xae\xf7\x35\x73\x8e\xff\x8b\xce\xcb\xcc\xeb\x2b\x22\x5b\x31\xac\xbd\x6e\x9d\x0d\x97\xd8\x7b\x1c\x97\x18\xdf\x71\xfa\xa7\x7c\xd7\x4c\x70\x63\x00\x40\x5e\xc7\x1d\xd8\xfc\x76\xfb\x36\x0e\x26\x27\x7a\x0c\xe2\x60\xd3\xa6\x0f\xaf\xe4\x90\x36\xe8\x06\xb6\x70\xba\xc3\x4e\xf6\x7c\xe0\x7c\xf1\xdf\xd7\x71\x87\x9b\xb9\x62\x51\x0b\xc8\x3d\xe8\xd6\x69\x79\xc9\x4b\x75\xdc\x60\x74\xe3\xed\xb1\xc9\xd4\x00\xbc\xf3\x00\x20\x6b\xe2\xed\x2f\xfa\xb8\x4d\x21\xfe\x9a\x8d\x1d\x8d\x13\xeb\x53\xab\xb6\x3c\x14\x7b\xc5\xfe\xe8\xaf\x15\x4d\x84\xa5\x76\x6f\x15\x69\xfd\x8b\xdb\xbb\x44\xe9\xcb\x9f\x36\xa7\x8b\xe6\xb9\xf5\x9a\x0f\x09\x9f\x3b\x0a\xf5\xef\x85\x52\x9b\xd3\xaa\xe7\x82\x5b\x00\x20\x55\x0b\x66\x17\x85\x6f\xcd\xd2\x2c\xcd\x3a\x30\xb2\x48\x3d\x3b\x65\xef\xe0\x79\xe5\xb7\xd8\x9a\xbe\x6c\xe5\xf4\x75\xa7\xba\x3a\x15\x3e\x7e\x1f\xdb\x5a\xe5\x91\xcb\x3b\x9b\x0a\x64\xe9\x6e\xf5\xf5\x67\xa4\x05\x8e\xc3\x7a\x1b\x89\x93\xed\x52\x95\x83\xc8\x08\x00\x92\x71\xe1\x94\x42\xf2\x58\x4a\xfd\xdd\x2c\x9b\x61\x0f\xd3\xba\x14\x87\x81\x9b\x06\x55\xcc\xd9\xde\x0a\xfd\x94\x75\x91\x9d\xdb\xb4\x6c\x3f\x4e\xeb\x09\xf5\x9b\xe5\xf1\x8d\x66\x55\x96\x5b\x5d\xfd\x74\x85\xc2\x71\xab\x2e\x55\x06\xb3\xcd\x57\xc2\x24\x4e\xff\xef\xe2\x50\xa1\xfb\xe8\xb5\xc6\x92\xcc\xdd\x43\x5b\x2c\xcc\xe4\x53\x03\xd5\xf5\x9a\x18\x45\xcf\x33\xe3\xf8\x3a\xdb\xce\xf5\xfa\x77\x7e\x59\xad\x85\xba\x85\xcb\x3d\x1b\x43\x34\xab\xdc\x8a\x4d\xfd\x2a\x2b\xc7\x83\xda\x67\x72\xb2\x2d\x4d\x69\x2f\x39\x08\x00\xe2\x49\xd1\x8c\x82\x6b\xa3\x55\x2d\x49\x99\xb4\xa1\xb5\x4d\xe1\xc9\xda\xfe\xc7\x0d\x6e\x31\x25\x3d\x75\xe6\xf9\xa1\x0f\x3b\xf6\x98\xec\xfd\xc2\x5b\x6e\xeb\x3f\x2e\x77\x6e\x38\xa6\x1d\x77\xab\x35\x05\xaa\xe3\x1d\xef\x6a\x09\x8a\x42\xdb\x2d\x8a\x06\xe9\x26\x00\x10\x57\x8b\x92\x8e\x2e\xc2\x85\xd7\xfc\xde\xb1\x1c\x1f\x00\x3b\xdf\x3b\x40\x58\x06\x97\x5b\x94\x44\x17\x24\x28\xe3\x93\x96\xa1\x15\x0c\x06\x39\x03\xdb\x51\x77\x9a\xd2\x82\xbf\x93\x3b\x8d\x36\x9f\x54\x1a\x39\x4a\x3f\x4e\xf9\xed\x79\x0c\x1c\xa6\x1f\xb6\x79\xc9\x9a\x02\x05\x1e\xfe\x8e\x0d\x82\x8b\xb7\x47\xe3\x02\x91\x8e\x3d\xff\xe0\x43\x50\x0a\xf3\x0d\x42\x3c\x26\x5c\x7a\x8f\x88\xc2\x4d\xa1\x3f\x25\x6d\xc1\x5f\xa9\x4b\xa4\xcc\x21\x1e\xcb\x31\x51\xbb\xc8\xef\x22\x93\xe9\xb5\xb4\x30\x4f\x21\x58\xc5\x30\xdb\x5c\x62\x9e\x81\xfa\x0e\x3d\xc5\xf8\xa0\x83\xb7\xa5\x61\x43\x30\xd4\x1e\x47\x5c\x0a\x76\xd4\x3c\x07\x4f\xc4\xbb\x48\x7d\x09\xdb\x09\x6d\xf4\x54\x92\x1d\xc9\x07\x76\x8c\xcc\x27\x5f\xcc\x71\xa3\xae\xa0\x0e\x44\x3c\xa2\xfd\xa4\x9b\x3d\x13\xc1\xd9\x60\x83\xcd\x31\xa6\x8c\x19\x71\xe0\x34\x6a\x29\xe9\xda\x58\x0e\xba\x9c\x2c\xee\x8a\xc2\xf4\x50\x7c\x4d\x74\xec\x1b\xea\x0c\xf1\x71\x7c\x26\xcd\x8a\xe6\x48\x38\x49\xb7\xad\x3d\x44\xaa\x65\x2c\xca\x0e\xa3\xac\x06\xd3\x22\x56\xd3\x96\x41\xb2\xa5\xff\x30\x0a\x99\xe7\x6d\x8e\x43\x9f\x58\xf5\xfb\xee\x21\xd6\x41\xe3\x23\x34\x64\x23\x74\xbf\x83\x8b\xfa\x06\xfd\x31\x3c\xc4\xc0\x99\x39\xa2\x22\xec\x2b\xe6\x5e\xca\x25\xbc\x94\xb5\xa2\x66\x8c\x98\xcc\x6a\xcf\x4a\x20\x07\xb2\xbd\xd7\xf3\xa8\x49\xec\xed\x4b\x0d\xf4\x46\x8e\x9f\xcd\x13\x28\x9f\x33\x73\x4f\x73\x5d\x8b\xd0\x6e\x88\x03\xff\x23\x18\x6c\x3b\x8c\x24\x0a\xe2\xf4\xa9\x68\x2b\xfe\x6f\xc1\x0b\x4c\x3f\xff\x34\x59\x85\xab\xe4\x9b\xab\xdb\x08\xd1\x7c\x44\x66\x3e\x29\x95\x1f\x16\x7e\x83\xc2\xe0\xdb\x2c\xcd\xa2\x3d\xe4\xb5\xdb\x2e\x06\x77\x72\x15\x3b\xfd\x6b\x03\x74\xa9\x03\x31\xb0\x5b\xda\x99\xcd\xbb\xe0\x6c\xf5\x39\x8d\x06\xb9\x56\xd5\xc6\x63\xa3\x7e\x2b\x89\x44\x22\xe6\x81\x22\xa2\xf2\x26\xee\x99\xec\x5d\xfa\x6f\xe2\x02\xa9\x26\xec\x16\x99\x20\x99\xe1\xf1\x84\x66\x2b\x4a\xb7\x2d\x66\xfc\xe6\x1f\xdc\x9a\x5c\x4d\x69\x13\xf6\x9c\xaf\x5d\xdd\x52\xda\xd0\x0b\x7b\xde\xe4\xab\x3c\x0d\x1f\x6f\xb0\xe2\x4c\x45\x8e\xd6\x9f\xc1\xa7\xa2\x77\x19\x49\x15\x76\xd8\x7f\x74\xef\x37\x19\x09\x6b\x35\x91\xeb\xce\x92\xb6\x2a\x53\x3d\x2a\xa8\x58\x99\x9d\xad\x88\x21\x12\x9e\x1b\x19\xaa\x8a\x1d\x3e\xd0\x55\x5a\x63\x35\xd8\x63\xce\xaf\xbd\xd0\xc7\x95\x77\xd4\xed\xed\xae\x60\xd9\x21\xf6\x77\xb8\x61\xe9\xa8\x9b\x2d\xdd\x65\x38\xac\x5b\xc3\xbf\x1b\x0b\xf0\x12\xd3\xcd\xd0\xef\xa4\x45\x3a\x9c\xfb\x67\xca\x77\xa5\xca\xb6\x9f\xe1\x2f\xb6\x0c\xef\xab\xdc\xb9\x23\xb8\x93\x5e\x2d\x1b\x9b\xa8\xe7\xd5\xd6\x0c\x27\xc8\x2e\xd5\x65\x0e\xec\x64\xc6\x23\x72\x7b\xde\x63\x4e\xa1\xa8\x1d\xff\x95\x5e\xc6\x1c\x69\x69\x4b\x7b\x88\x0f\xb0\x3c\x0e\xdd\x45\x3c\x6f\x38\xea\x7e\x8f\xb2\x47\x3d\xdb\x76\x92\xfe\x59\xb2\x61\x78\x4e\x65\xec\xde\x23\x1d\x37\xab\x97\xee\x5a\x68\x7a\x59\x3b\x65\x5b\x9c\x2c\x1e\xf6\x62\x24\x17\x3a\x02\x7f\x39\xb8\x02\x93\x89\x9a\xd9\xb3\xa5\x14\x8b\x29\x68\x3f\x97\xd6\x81\x3b\xd5\x44\x09\x6d\x23\xd6\x99\x3a\xdd\xdf\x51\x36\x6b\xd6\xd8\x2d\xa6\xb7\x48\x1a\x0f\xd4\x10\xd4\x35\x5b\x46\xbf\x13\x93\x61\x9a\xce\x27\xa4\xa9\xf0\x22\xd3\x42\xd2\x15\x64\x8e\xb8\x82\xbc\x0b\x8d\xa2\x6e\xa5\x0c\x61\xd5\xb5\x35\xd4\xbf\xf0\x57\xb3\xa7\xd0\x6d\x48\x55\x11\xf3\x18\x04\xea\xcc\xa5\x7f\x43\x0b\xe8\xcf\x6d\xee\xb0\x56\x40\x8c\xfd\xe5\x78\x21\xdc\x67\x74\x21\x21\x13\x31\xde\xe9\x49\x5c\x8a\x4a\x35\xd6\x91\xec\x31\x53\x44\x87\xc8\x36\xd8\xdb\xd4\xa5\x14\x47\xfc\xae\x9a\xc7\xd4\x18\xe2\xd6\x2c\x0d\xcd\x44\x7e\xbe\x7e\x1b\x63\x3e\x2d\x76\xa9\x09\xbc\xc6\xd8\x6f\xb3\x8f\xf9\x05\x7a\xb4\x2f\x1b\xc7\x42\x9d\x1d\xf1\xc6\x6f\xc6\xb8\x74\xe4\x13\xa2\xb0\x15\x86\x3e\x62\x14\xee\x86\x68\x36\x69\x13\xa1\x96\x22\x26\xe3\x88\xdf\x6b\x2a\x28\xdb\xc9\x63\x59\x0b\x69\x6e\x54\xcb\xfa\x5c\xfa\x76\x7a\xe3\xd2\xcd\xa0\x18\xdc\x69\xd3\xcd\x3c\xc8\x24\xec\xc9\xc7\x30\x49\xe1\x43\x49\x58\x39\xd9\xa6\xcd\x80\x6b\x27\x1f\xd3\xcf\xc7\xef\xa7\x6c\x11\x6c\x25\xfc\x4b\x1d\x21\xe7\x90\x02\x68\x87\xaa\x4b\xc8\x0d\xf4\xc7\x99\x61\xd4\x95\xa0\x77\x78\x3b\xed\x01\xc4\xf1\xf8\xc4\xb8\xc6\xfc\xdb\xc6\xc2\x0c\x60\x1d\xde\x95\x8d\xda\x09\xfe\x1c\xac\x44\xdf\x82\x62\x5a\x26\xb1\x76\x10\x53\xcb\xc7\xc5\x41\xb7\xf8\x29\x78\x13\x33\x9d\x34\x9f\xf0\x83\x79\xa1\x2a\x97\x24\x64\x95\x64\x14\x51\x02\x59\xdf\xc3\xed\x68\x76\xec\x76\x8f\xfd\x8c\x85\x9c\x10\x9b\xcb\x90\x96\x13\xb2\x63\x15\x72\x81\x20\xb4\x9f\x88\xda\xc8\xff\xaf\x79\x26\x5a\xc3\xef\x50\x3f\xc7\xfc\xcb\x47\x73\xff\xc6\x95\xf0\x93\x08\xb7\xf0\x7f\xf3\x57\x57\x26\x13\x79\x7c\xe7\x74\x0a\x79\x23\xef\x77\x18\x92\xba\x9e\xf7\xc0\x43\x4c\xaf\xe1\x75\xd8\x2e\x05\x5f\x72\x77\x8d\x1d\xa9\x3b\xa9\xf5\xea\x89\x46\x84\x68\x1c\x1a\x9c\x91\xdd\xaa\x77\xca\x18\xb4\xbb\xf2\x36\x5b\x84\xd9\xa9\x38\x81\x3b\x8b\xab\x90\xf7\x97\xab\x09\xab\x65\xe0\x26\x2f\xd2\x62\x69\xe8\x3a\x16\x65\xad\xf8\x8a\xc7\x4a\x9a\x58\x14\x6e\x8b\x06\xd7\xf2\xaf\x0d\x3b\xc0\x9c\x5a\x7d\x3b\x5e\xd5\xe9\x9b\x97\xd5\x2f\x44\x2c\x68\x9c\x23\xd3\x22\xb7\x5b\x6c\x99\x9e\xe8\x5a\xd3\x73\xcc\x76\x6c\xb0\x61\x6b\xe9\x69\xfc\x0a\x5d\x56\xda\x71\x62\xb8\xfa\x70\x28\x93\x4c\x52\xbc\x77\xdf\x47\x7d\x22\xbd\x6d\xbb\x85\xb1\x4d\x78\x65\x10\x53\xf3\x70\x68\x49\x1b\x15\x86\x1a\xf0\x33\x9c\x81\x5b\xf7\x06\x48\x90\x88\xb1\x2e\x7f\xd0\x07\x45\x69\x9f\x8e\x7a\x81\x29\x6e\xde\x59\x12\x8e\xab\x6d\x58\x9c\xaa\x26\xa8\x4d\x21\x21\x23\xa4\xfb\xda\x4f\xee\x05\x54\xbc\x32\xd1\xf6\x2a\x23\x4f\xac\x19\x10\xd5\xc0\xb7\x49\x5b\xf5\xb5\x3f\x47\x37\xe8\x5f\xd5\x35\x6e\xf9\x5b\xdc\x84\x48\xe9\xc7\x32\x50\x28\x87\xee\x09\x54\x14\xfa\x5b\xfb\xbb\xe2\x2e\xdc\xb4\xe6\x13\xa9\xae\x84\x70\xcb\xda\x10\x04\x49\x6b\x08\x77\x8f\xa7\xfa\xa8\x0e\xd9\x59\x33\xe6\x4b\x82\xfb\x9f\xd4\x4c\xd9\x63\xdf\xf2\xa1\xb6\x65\x07\x4f\x9f\x55\xb7\x7e\xec\xb4\xd8\x1e\xfe\x68\xe8\x3b\xfd\x31\xb2\xbf\xff\x2d\xf2\x24\x5a\xd7\xdd\x58\x1c\x8d\xed\x68\x7b\x94\x72\x0b\x3f\xd9\xb8\x3b\x24\x8b\xe4\x63\x72\x74\xdf\x4c\x39\xa5\xbe\x6e\x97\x47\xdf\x27\x91\xee\x56\x93\xbe\xd6\x54\x6c\x31\x90\x79\xb0\xf4\xd6\xa7\x14\x27\xf8\x72\x1d\x91\xb2\x03\xe9\x2b\x98\x4a\x25\xa2\xd3\x48\x5b\x68\x51\x58\x62\xd5\x6e\xba\x37\xfe\x68\xc6\x16\xc6\x1a\x52\x76\xb8\x2f\x58\x4a\xb5\xf7\xd0\x41\xa7\xe8\xdf\x6c\x8a\x59\x66\xa8\x65\x57\x3d\xf1\x63\xdd\xa5\xc1\xdd\x24\x1d\x82\xdc\xea\x4d\x0e\x45\xd9\x69\xff\x22\xbf\x45\x4f\xf0\x61\x94\xe3\xd8\x5e\x92\x2b\xb5\x07\x2f\xad\x5a\x47\xeb\x21\xaa\x33\xd6\xd3\x8f\x92\x27\xc3\x2e\x82\x76\xb4\x60\x8f\x0c\x48\xc6\x38\x6e\xb3\x9e\x85\x61\x02\x3b\x95\x84\xf7\xa8\xaa\x81\x8b\xc4\x4e\xf4\xc1\x96\x0a\x52\x09\x76\xa6\xd6\x8e\xec\x8d\xd3\xf0\xf6\x52\xe6\x10\x3c\x89\x7c\xaa\x1d\x71\xbc\x72\x27\xcd\x95\xcc\x4f\x3f\x43\xdf\x48\xa5\x85\xd1\x19\x7d\x74\xa9\x87\x2b\x14\x01\xee\xb3\x59\xc5\x0a\x62\xca\xb7\x8f\xe2\x3e\x12\x5b\xfb\xa7\xe0\x6f\x92\xf8\x4d\xfd\x84\x13\xe4\x5c\x35\x48\x1c\xa5\xc4\x70\x4b\x49\xbb\xa8\x1b\x09\x19\xe4\x0b\x34\x64\xc5\x76\xaa\x1d\xbd\x6d\xd3\x7b\x5a\x09\xe3\xeb\xba\x09\xfa\x6d\xa8\xd6\xfd\x34\xa8\x67\xde\xb1\xf1\x63\x0e\xb1\xae\x6e\xd5\x62\x73\xc1\xd0\x5e\x67\x5c\x2c\xd8\xda\xf0\x14\x1f\x05\xbe\x57\x3e\x27\x24\x40\x65\xec\x9f\x44\x14\xf4\x37\xde\x95\xd4\xc9\xc4\x94\x0f\x93\xbf\xb2\xa6\x6f\x72\xa3\x62\x58\x47\xd6\x45\xd3\x6d\xd9\x4c\x77\x13\xe3\x06\xc7\xd7\x06\xc7\x9c\xce\x49\x1c\x15\xa3\x77\xf2\x61\xdd\xab\x31\x87\xf9\x21\x96\x25\xd8\xeb\xbc\x2f\x8a\x7c\xdc\x57\xde\x4d\x56\x23\x21\x8c\x77\x1c\xfb\x0f\x51\xce\xdb\x57\xd6\x47\xfa\xc1\xdb\xb5\x31\x8e\xa2\xe0\xed\x0c\x1d\xa6\x45\xf0\xc6\xdc\xe1\x8c\x65\x3c\x95\xcd\x31\x08\xc9\x3d\x36\xe4\x8a\xe4\xa9\x7f\x74\xd8\xa2\xf6\xaa\x67\x99\xd6\xa1\x3f\xaa\x1c\xa5\x07\xb0\x21\xca\xb9\x50\x3a\xae\x41\x31\x17\x7d\x9f\x30\x57\x3e\xa3\xe4\x33\x71\x48\xfa\x25\xf5\x2b\xb9\x42\x72\x31\xe4\x1c\x35\x54\xac\x74\x77\xa2\x27\x8a\x9c\x6d\x17\x81\x43\xfc\xeb\xfd\xdd\xf0\x1b\xcd\x13\x2d\x57\x91\x1e\x8d\x8f\xf5\x19\x28\xb2\xe5\x9d\xd8\x0d\x7d\xd1\x6c\x45\xff\x86\xcd\x30\x01\xc8\x2b\xb8\x97\xfa\x47\xc5\x91\x84\x7e\x6d\x57\x4a\x07\x89\xad\x0e\x0a\xbe\x46\xa1\x28\xb4\x4b\xb6\xd1\xba\xa4\x6d\xb6\x30\xd0\x53\x78\xb2\xe7\x5b\xdd\xf0\x20\xd8\x94\x8f\xb0\xea\xdb\xa6\xf9\x89\xac\xe9\xbe\x2e\xf8\x82\xba\xdc\xf1\x89\x36\x15\x53\xdb\xfa\x0e\xe1\x84\x9b\xdf\x74\xa0\x68\x37\xfe\x5f\x4b\x5a\x32\x86\x78\xd5\x28\x0e\xb6\x23\x3f\xd2\x12\x97\x6c\xa2\xf9\x2a\xde\xd8\x1a\x19\xc7\xc4\x94\x1e\xb7\xba\xb8\xb1\x4b\x8d\x64\x78\xf3\xf0\x98\xc6\x05\xf1\x6b\x10\x2d\xf0\x46\x61\xfa\xdc\xa8\xc9\x18\xa0\xab\x05\x5e\x87\xdd\xd5\xf6\xb0\xc8\x03\xaf\x6e\xba\x9b\xf4\x9d\xc8\x35\x93\x82\x8e\x92\x4d\xfa\xfe\x25\x61\xd4\x27\xaa\x72\xdb\x71\x06\x4f\x32\xbf\x5b\x08\x7b\xbb\x2b\xa5\xe1\x1a\x3c\x61\xdb\x3d\x35\x0d\xd1\x31\x9a\xc0\x37\xa0\xec\xb7\xd4\x53\x8e\xa1\x9b\xfa\x46\xea\xde\x61\x33\xba\x38\x85\x87\xf0\xcb\x5b\xdf\x27\xed\x25\x2e\x6c\x78\x19\xd4\x4b\xf6\x33\x52\x97\xa4\x50\x85\x6a\x92\xdd\x5c\x86\x87\x04\x31\xbc\x8b\xe1\x54\xfd\xa4\x53\xc1\x58\x5f\xfb\xa5\x7e\x8c\x81\xa9\x7b\x2f\x1b\x67\x5c\x44\xbc\x80\x9e\x81\x09\x68\x2b\xcc\x4a\xf0\x08\x36\xa0\xe4\x1e\x94\x8f\x97\xa6\x2a\xa1\x97\x24\xcf\xe0\x33\xcc\x7e\xca\xfd\xc5\x65\xac\x56\xfa\x6b\xeb\x36\xf6\x37\xa8\x6b\xe8\x03\x7d\x76\xdd\xfa\x8e\x4b\xf4\x34\xf8\xcf\x7a\x2b\xba\x1e\x39\x22\x5b\xc0\x70\x40\xd7\x40\x89\x8c\x16\xec\x7a\xb4\x05\xf4\xc3\xaf\x28\xa9\x04\x6f\x10\xc3\x53\x17\x43\x52\xb2\x2a\x98\xcc\x2c\xa6\xfe\x5e\xec\xce\x42\x30\x86\xac\xd9\xec\x9b\xd0\x8f\xa1\x15\xb4\x59\xc8\x1d\x1d\x33\x69\x65\xe8\x15\xa6\x18\xda\x41\x8c\x4c\x5a\x4a\xcf\xc6\xfe\x02\x5b\xe8\xef\xf1\x66\xd4\x1f\x86\x85\x18\x5f\x7c\x1f\xcc\x21\xcf\x4b\xd9\x05\xcd\xa7\x2e\x0d\x5e\xce\x04\xe8\x09\x8b\xbe\xb2\x3c\x40\xb3\x35\xc4\xee\x66\x72\x06\x9e\x51\x62\x08\xed\x6d\x00\x65\x3f\x91\x67\x80\x53\x63\x49\x85\xe2\xd3\xd4\x57\xe4\x72\x46\x2c\x6d\x80\x22\x40\x4e\xd0\x31\xd4\x1d\x9b\xef\x30\x92\xe9\x56\xc9\xef\xc1\x35\x0c\x71\x90\x05\x8a\x81\x66\x2f\xda\xc5\xe4\x30\x87\xad\xbb\xd8\x4b\x58\x27\xfb\x53\x48\x63\xf4\x9f\x2d\x35\xe4\x60\x06\x59\x77\x96\x7c\x9e\x71\x43\x94\x43\xa9\x07\x37\xd3\x3e\x52\xf1\xe0\x47\x44\x1f\x2d\x13\x6a\x2e\xba\x4f\x4f\x61\xe6\x27\xfb\x32\x92\x58\x41\x41\x0b\x40\x12\x7b\xce\xa2\x66\xe8\x2c\xfb\xa5\xf5\x0b\x16\x8f\xe3\xd7\xbb\x99\xe8\xc9\xfd\xdd\xd4\x40\x3c\xcd\x7d\xa0\xf5\x25\xe1\xb9\xdb\x05\xd7\xc8\x9b\xb9\xa3\xd4\x2e\xca\x46\xee\x6e\x38\x44\x4d\xe4\x9e\x2a\xbc\x4f\x2b\xe4\x3e\x4c\xaa\xa2\x23\x78\xf6\x6b\x5b\x19\xa3\x3c\xbf\x45\x5c\xc8\x95\x17\x35\x25\x89\xf9\x90\xdb\xdd\x79\x05\xf7\x51\xf9\xdd\x42\xc7\x9f\x56\x06\xa9\x2a\x08\x3d\x8a\x12\x5e\x1e\xb1\x5f\xce\x21\x63\x48\xfb\x65\xbd\x30\x15\xf9\x86\xf4\x54\x41\x1c\x75\xa6\xe4\x41\xe2\x72\x5a\xb2\xf8\x7d\xe0\x4d\xfa\xa0\xe8\xc9\xa2\x4c\x30\x48\xd8\x37\xe5\x32\xd3\x91\xdf\xd7\x36\x86\x8d\x68\x5c\x6e\x62\xe3\x82\x2d\x34\x79\x03\x3e\xb0\x7e\x0f\xfb\x32\x21\xc3\xf8\x89\x18\x44\x64\x1b\xbc\x6a\x1a\x49\xfb\x74\xd1\x79\x6d\x94\xd9\x9a\xb0\xf8\x4b\x54\x8c\xca\x21\xe0\x19\xed\x85\x7c\xd4\xed\x31\xa3\x5e\x6a\x63\xe3\x00\x49\x85\xbc\x96\x10\x4c\x5d\x5f\x81\x61\x25\x36\xa6\xfb\x2f\x69\x25\x2e\xa8\xd3\x9d\x39\x8e\xaf\x6c\x03\xf1\xe9\x84\xf6\xe6\x1d\x55\x4f\x88\x6f\x1a\x8e\xe6\xae\x20\x17\xd6\xd7\xc7\x8d\x52\xce\x19\x16\x07\x38\xd3\xca\x35\xf9\x6e\x2c\xc6\x22\xc5\x4a\x9b\x18\xc8\x55\xec\xd1\x1c\x83\x7e\x39\x1c\xaf\x8f\xc1\xdc\x18\x24\x4a\x24\xd8\x8b\x7d\x20\xf4\x09\xf7\xbb\x1b\x8b\xd3\x13\x62\x3a\x82\xaa\x22\x89\x86\x96\xf1\x1c\x13\xe9\x77\xe3\xd4\xb8\x68\x0a\xd3\xf4\xda\xff\x0c\x6d\x8e\x8e\xec\x56\x4d\xbf\xae\x94\xd8\x20\xc0\xeb\xe2\x83\x4d\x72\xb4\x78\x5b\xb9\xae\x1e\xc3\x18\x2d\x11\x3f\xc3\x52\x86\xbc\xa0\x4a\x5c\x5b\xff\x38\x6e\x3a\xfe\x4e\x8f\x57\xe5\x5f\xc4\xd5\x1d\x31\x39\x81\xa4\xc6\x16\xdb\x0d\x5f\x28\xf3\x2d\xd9\xfe\x03\xd4\x61\x43\xa0\x1b\x86\x4e\x52\xe9\x6d\xb6\x81\x04\xc9\x9c\x2e\x11\x5b\x5b\x7d\xd2\xf2\x17\x9b\x52\x3b\xa6\x22\xb1\xab\xea\x0c\xbc\x55\x6c\x02\x42\x45\x06\xd8\x4a\xd4\x58\xed\x7f\xec\x21\xcc\xa3\x7c\x1c\xfb\x36\x3e\x2d\xbe\x97\xe3\x40\x7c\xec\x7f\x8a\x53\x4a\xd9\xe2\x62\xe2\x5c\xa3\x9f\x03\x72\xb8\x7b\x21\x71\xe7\x05\x56\x13\xec\x6f\xcb\x7c\x96\x09\xae\x51\x5e\x60\x35\x23\xc3\xb8\x1a\xd6\x51\xd4\x7b\x12\x96\xf5\x0e\x73\xb5\x16\xcb\x5e\x86\x3b\x93\xf7\x9d\x5d\x4b\x78\x19\x9f\xc1\x1e\x23\x47\xfb\x0b\x38\x73\xa9\xfb\x5c\x88\x9c\x2e\x06\x07\xc8\xe0\x9a\xa1\x1b\x9d\x33\x98\x83\xc8\x79\xe6\x72\xe6\x1e\x94\x5e\xb9\x84\x79\x1d\x63\xcd\x79\xc0\x72\xc4\x32\x88\x17\x59\xb9\x78\x97\x9a\x87\xac\x7a\xc2\xd5\x3c\x3e\xeb\x5f\xd2\x9e\xb8\x4f\xec\x64\xca\x49\xff\x78\xf6\x21\xda\x47\x97\xcd\x9c\x72\xb0\x02\xa8\xe2\xd6\x30\xf3\xdb\xe7\x80\xf7\xf0\xc3\x26\x0d\xe4\x45\xe8\x93\x63\x20\x3c\xd1\xc8\xc6\x40\xe3\xa4\x01\x82\x92\xe9\x4e\xbe\x5d\x7d\x8c\xc9\xa2\x7a\xe6\xaa\x98\x2f\x68\xb2\xb8\x78\x16\x9c\x31\xd3\xef\x0c\xdb\x06\x1c\x70\x59\xc3\x3e\xce\xac\x02\xcc\x9c\x07\x2c\x7d\x6b\x09\x23\x8b\x36\x6e\xf8\xc1\xe8\xa7\xa7\x4b\xdf\x81\x00\x7d\x82\x35\x0f\xc4\x30\x60\xf8\x62\xf0\x09\xe8\x5c\xb5\x03\x2a\x07\x6f\xe5\xf4\x43\xcf\xa0\xed\x1b\x0c\x4c\x09\xb3\xdd\xaf\x82\x15\xcd\x32\xbb\x2c\x61\x3b\xb1\x0d\xc0\x2b\x4e\x3c\xfb\x63\xb3\x92\x3e\x8d\x93\xa6\x4f\xa6\x97\x70\x2a\x24\x65\xf4\x03\x9c\x5a\x68\x0b\x23\x9a\x03\xe2\x1c\x19\x17\x38\xcd\x95\x26\xb0\x9c\x73\x25\x7b\x00\xfc\xc5\x75\x8c\xbd\x0a\x6d\xe7\xe6\xaf\xf9\xc1\xe4\x72\x9b\x5d\xa6\xb2\xe0\xdc\xf3\x56\x09\xec\x6e\x6e\x5e\xc3\x52\xaa\xb5\x7c\x97\x26\x8c\xca\x95\xfb\x0b\x4d\xb4\x69\x32\x0d\x63\x25\xad\x5f\x7a\x07\xfd\x90\x9e\x2b\xf5\x2d\xef\x65\x58\x4b\x58\x59\x8e\x8c\x71\xf1\x89\x98\x4e\xd0\x22\xfa\xb5\x66\x3d\xc4\x17\x79\x2e\xbc\xcc\x94\x09\xe7\x59\x9d\x60\xfd\xcd\xdf\x68\xfa\x42\x26\x9b\xab\x95\xe9\x14\x47\xd3\x47\xde\x47\xca\x0e\x23\x8e\x7a\x92\x8a\xd4\xdf\x47\x9e\xa0\xad\xd6\x25\x94\x9e\xa7\x7d\xd5\x98\x33\xc4\xf4\x6b\xaa\x89\xe8\x3a\xc6\x31\xc5\xcd\xd5\x15\xe0\xb8\x6c\xdf\x42\x0e\xf4\x50\x92\x66\xbd\x92\x15\x25\x5c\x6a\xd8\x4f\x6a\xed\xba\x21\x77\x23\x2f\xef\x68\xe1\x5c\x27\x4f\xb6\xa5\x91\x27\x29\xa6\xe6\x47\xf0\xdf\xd4\x9a\xc6\xf2\x92\x75\xb4\x58\xf3\x68\xfa\x2a\xba\x9f\xf1\x7c\x54\x2a\xc3\x57\xd7\xe8\x2b\x07\xc3\xd4\xcb\x16\xce\x81\x10\xf2\x78\xeb\x5c\xe6\x69\xd1\xa8\xfe\x16\x29\x78\xa0\x49\x16\x49\x3a\xd7\x37\x9b\x33\x85\xcc\xe8\xae\x25\xcf\xa4\x44\x74\xb4\xc0\x37\x51\x67\xb6\x6e\x29\x6e\xa0\xbe\x6a\xe2\x6d\xea\xa6\xdd\xb3\xcc\x8f\xbc\x43\xbf\x6b\x4c\xf1\x0d\x67\xbc\xd2\xfa\x2c\x78\x07\x79\x28\x0c\xd6\x24\x26\x47\x9c\xa4\x0f\x24\xde\x1d\x31\x49\xeb\x49\xd0\x96\x73\x6c\x18\x79\x65\xff\x2d\x12\x8b\xfc\xb8\xe7\x48\xdd\x79\xca\xb6\x4e\x7c\xb1\x0f\x55\xd3\x7a\x73\x53\x2a\x8d\xdb\xf8\x21\xb2\x9e\xce\xaa\x37\xf9\x3a\x32\xe4\xba\x1b\x0b\x3e\x81\x87\x94\x66\xeb\xbd\xcc\x79\xe2\x4e\x73\x8f\xf0\x62\x35\x52\x75\x53\x98\x5d\x5b\x2e\x28\x14\xfc\x53\x97\x4c\x1b\x17\x18\x10\xc9\xa8\x02\x41\x2a\x0a\x5f\xe6\xc0\xff\x81\xd9\x96\x51\xcb\xdf\x85\xf7\x8a\xca\xe5\x33\x88\xc7\x56\x15\xf3\x93\x29\x32\x67\x39\x3f\x84\xbe\x17\x00\xf8\x12\x08\x67\xb6\x17\xfc\x03\xc3\xa8\xe2\x05\x02\xf8\x4a\xfe\x49\x81\x1f\xe2\x06\x2d\x8a\xff\x06\x65\x41\xde\xe6\xef\xc6\x08\x4a\x5b\xf8\x4c\x9c\x20\xfd\x0f\x3f\x89\xb0\x3d\xca\x9e\xbf\x84\x6c\xbf\x6a\x15\xdf\x9a\x2a\x75\xa6\xf3\xad\x19\x25\x00\xc0\xaf\x82\xf6\xd4\x57\xf1\x3f\x23\x0c\xca\x0e\xfe\x4e\x94\x13\xdf\x87\xcf\x44\xab\xa9\x7d\xfc\x74\xec\x54\x64\x26\x7f\x19\x6e\x6b\xa9\x07\xef\x33\x01\x4c\x37\xf2\x26\x49\xd8\xc8\x63\xbc\xfd\x14\x9e\xcf\x6f\xde\x56\xda\x4e\x67\x2c\xef\x28\x18\x00\x00\x7c\x3f\xe6\x6a\xe3\x18\x8f\x88\xbb\xa7\x98\xc7\x4b\xc4\x3f\xe1\xee\xe5\xb9\x13\xee\x53\xaa\x78\x8e\x24\x6b\x44\x00\xcf\x9a\x1c\x5f\xe2\xce\x7d\x4d\xe9\xd8\xb4\x87\x7b\x8f\xe6\x1e\xe9\xc5\x7d\x48\xef\xf5\x19\xe4\xfe\x02\xb3\x9d\xab\x79\x2b\x98\x1e\x00\xc0\x1b\x66\x55\x1a\x36\x71\xee\x52\x5b\x65\x23\x9c\x2b\xb4\x68\x4e\x01\xe7\x34\xed\x12\xd9\x93\x73\x96\xce\x83\x3b\x70\xae\x32\xe2\x8b\x97\x71\x6e\x82\x2b\x36\xde\xe1\x3c\x80\x16\x45\xc8\xb8\x76\xcc\x85\x3e\x39\xdc\xf5\xac\x15\xce\xb5\x5c\x88\x1d\x09\x00\xbc\x59\xec\xfd\x3a\x0d\x7b\x88\x75\x4a\xba\x98\xad\x63\x7d\x65\x7d\x61\xf3\xd9\xae\xc4\x3b\xec\x46\x76\x1a\xec\x2d\x7b\x2f\x5b\xb5\xd9\x9d\x7d\x99\xfd\x78\xa3\x35\xfb\x23\x27\x6d\xfd\x77\xce\x1a\xce\x88\x8f\x2b\x87\xc0\x5d\xe0\xcc\xe2\x1c\xe2\xd6\x01\x00\x37\x83\xeb\xa2\xe6\x31\x3b\xa5\x62\x51\x14\xf3\xa4\x34\x0c\x8a\x62\xbe\x91\x9c\xc2\x53\x58\x8b\x25\xb1\x35\x17\x59\x39\xe2\x9d\x85\x1b\x59\x0a\x71\x58\x2a\x91\x75\x44\x34\x12\x7e\x99\xbd\x48\xe4\xe4\x5d\xc8\x66\x0b\xe1\xce\x1b\xd8\xff\x08\x44\x00\xc0\xa9\xe7\x5b\x2b\x0a\xa0\x32\xe3\x6e\x7e\x0d\x24\x34\x10\xe8\xdb\xa1\x9d\xfa\x05\x58\x4f\xe8\xb3\xf6\x50\xd5\x19\x66\x8c\x66\x73\x3e\x87\xa9\x56\x3d\x49\xfe\xce\x7c\xa4\x2c\x09\xeb\x60\x65\xc8\xdb\x56\x4a\x58\x87\xa5\x87\xe7\xfd\xcb\x8e\x14\xcb\x81\x25\xec\xcf\x82\xbd\xb2\x68\x30\xb7\x7d\x1d\xb7\x10\xec\x68\xad\xa6\xee\x01\x5f\x34\x97\xa2\xb3\xa1\xd0\xc6\xb0\x4a\x5f\x48\x6e\xfe\x92\x37\x1b\x7a\x6a\xd2\x24\x1d\x67\x6e\xd2\x7f\x5e\x57\xcf\x3c\xac\x9d\xb5\x62\x1b\x2b\x5c\xf9\xef\x3c\x16\xeb\x84\x2c\x0f\xc8\x66\xd3\x44\x41\xd2\x30\x70\x4e\xcf\x30\x87\x02\xe6\x74\xc9\x28\x6f\xc0\x96\x8e\x40\x54\x23\xf8\xac\x75\x6b\x85\x04\x5a\xdf\x6c\x9f\xcb\x81\x1a\x1a\x7c\x93\x36\x32\xad\xeb\xe7\xae\xf3\x63\x52\xf4\xe6\x15\x15\xcc\x37\xea\xc9\x79\x05\x2c\xb6\x5c\x0b\xd0\xd8\xcb\x45\xa7\x25\x30\xc6\xfd\xc1\x1a\xf6\x51\x70\x6e\xbf\x0d\xa5\x00\xcc\xe9\x41\xa1\xe6\x80\x96\xce\x96\x8a\x39\xe0\xe3\xb6\x96\x5c\x57\x28\xb6\xb9\x28\xf1\x17\x34\x68\x39\x17\xfa\x9a\x39\xdf\x78\x6a\x85\x3f\x53\xad\x45\xcf\xcb\x67\xb9\x2a\x54\x40\x1f\xeb\x90\x78\x85\xa8\x59\xb3\xbc\x1a\xce\xdc\xab\xb6\xae\x4d\x25\x39\x2a\x3f\xd5\xad\x81\xab\x94\xb6\x88\xd5\xa5\xb1\x8a\x39\xa8\x92\x2c\x7f\xf9\x74\xcc\x60\xdc\x13\xe9\x4f\x7c\x40\x10\x5c\xf2\x94\x78\xcf\xd3\x4f\x3c\x41\xd9\xe7\xd0\x29\x3a\x4c\x7f\x06\x00\xa2\x59\x90\x4a\x64\xa7\x4e\x80\xb9\x32\x83\x54\x51\x75\x13\xc4\x36\x65\x32\x82\x0f\xf7\x50\x20\x51\x29\x25\x77\xe4\x52\x4c\x64\xe6\x0d\x99\x16\x97\x13\x67\x91\x6a\x09\xcd\x41\x01\x12\x25\xd9\xd6\x73\x81\x58\x42\x6d\x70\x68\x13\x29\x18\x18\x00\x10\x3e\x86\xc6\x85\x35\x2a\x18\xfc\x1d\xd4\xa9\x64\x22\x99\x44\x0f\x45\x03\xea\x57\x5d\xbf\xfc\x22\x46\x56\x82\x91\x7d\xc7\xc5\x67\x52\x64\xb3\x09\xcb\xe3\xe2\xa5\x6e\xa4\xe0\xb5\xbf\x24\xab\x28\xa5\x4b\x7f\x89\x83\x69\x03\x0e\xbd\xa2\x24\x70\x15\x00\x08\xb7\x30\x7d\xf8\xf7\x94\xb3\xb0\xfb\xc1\x0c\x45\x00\xee\x2e\xfe\xad\xbc\x16\xff\x19\xd6\x24\xeb\x25\x06\x16\xf3\xa4\x0f\x49\xaa\x8c\x6e\xe9\x74\xca\xf4\x0d\x46\x89\x2f\x75\x68\xad\x40\x9c\x4d\x4f\x5f\x7a\x49\xc4\x02\x9d\x1d\xc6\x85\x9d\xd0\x7b\x00\x10\xce\x61\xa5\xf1\x3a\xe4\x63\xe4\x97\x8c\x39\xb2\x47\x94\xed\xb8\x11\x99\x1b\x15\x59\xcb\x90\xe2\x68\x11\x9b\x05\x92\x23\x74\x9f\xf4\x23\xe2\x6f\x8c\xa0\xd8\x4b\xe2\xd5\x60\xd1\xda\xa9\x22\x1a\xc4\x5f\xda\x28\x3c\xc8\x3c\xe4\x30\x29\xf8\xca\x7a\x0d\x00\x02\x12\xbb\x91\x5b\x29\x63\x43\xfd\xb4\x4b\xd2\x7e\xe8\x0d\x96\x25\x79\xc8\xf4\xad\xa9\x93\x24\x32\xd5\x45\x5c\xf1\x00\xf3\xf7\xa6\x47\xa2\xcf\x2c\x7d\xac\xbd\x68\x1d\xdb\x27\x50\x2f\x6c\x65\x5f\x5c\x8a\x16\x7c\xe3\xd0\x1c\x5e\x09\xe2\x38\x1f\x00\x80\x3f\xc1\x79\xc5\x1a\x97\x1c\x14\x35\x52\xd0\x12\x7b\x11\x1c\x9d\x2c\x86\x8b\x5c\xab\x10\xa2\xbf\x85\x93\x05\x17\x45\x99\x42\xed\xc6\x4a\xe1\x0e\x61\x6e\xf4\x55\xa1\x83\x70\x7e\x40\xbf\x40\x2e\x38\xef\xf1\x82\xff\x53\x40\x75\xb8\xc5\xaf\xe1\x4f\x02\x00\xef\x35\x6f\x2f\x14\x24\xc6\x69\x21\x92\xb3\xe8\xa2\xc6\x82\x5c\x2e\x4a\x50\xab\x2b\x44\xc2\xa3\x2a\x79\xfe\x22\x61\x82\x12\x4a\x7d\x25\x38\xa4\xa8\x8c\xea\x10\x84\xca\xd7\xfa\x1f\xe0\xef\x91\xde\xf5\xc8\xe0\x87\x48\xea\x1c\x7a\x78\x3b\x44\x72\x00\xe0\xc5\x09\x12\x18\x5e\x22\x55\x93\x2b\x61\x95\xf0\x57\x43\x03\x1c\x23\xa4\x9a\x5f\x96\x3d\x12\x02\xf5\xde\xb9\xa3\x02\x85\x31\x33\xa5\x4f\xe0\xac\xcf\x89\x34\xf2\x5b\xb4\x01\x7e\x97\xf8\xcb\x55\x27\xdc\x75\xbc\x01\x85\xab\x43\x12\x2f\x50\x6a\x05\x00\xdc\xc3\x42\x23\x3d\x41\x14\xd6\xee\x88\xaf\x10\xf6\xb5\x26\xd7\x6d\x13\x7a\x35\x67\x96\x85\x0a\xc6\x1a\xc3\x72\x5d\x05\xa1\x16\xab\x14\x4f\xfe\x49\x53\x4b\xe4\x4a\x7e\x8e\xc1\xd6\x8f\xcc\xbb\xa9\x9d\xe3\x9e\xc8\x2b\x56\x5e\x74\xf0\xe2\x3e\x95\xb9\x02\x00\x97\x28\x9a\x47\xd3\x08\xff\xeb\x2e\xc4\x1d\x14\x16\x77\x16\xd7\x2d\x15\x5c\x6d\x5f\x51\x7a\x40\x50\xd4\x72\x36\x67\x84\x7f\xb7\x29\x2e\xf9\x14\x1f\x6d\xe1\x45\xdc\xe7\x7d\x31\xf1\xfc\xc2\x79\x74\xfd\x1c\x77\x17\xee\x67\x75\x9c\xc3\x72\x2e\x47\x6e\x03\x00\xdc\xa9\x22\x34\xd1\xd0\x88\xaf\xee\x40\x8a\x2c\x07\x6a\xd5\x95\xe7\xcd\xd3\xea\x18\x85\xe5\xa6\x02\x04\x94\x1e\x6f\x30\xa1\x46\xe3\x94\xba\x11\xac\x43\xe8\x09\xcd\x18\xbe\xdf\xc7\x4e\xd5\x40\x82\xb9\x4c\x2a\xd0\xd4\x1c\xfb\x3d\xb2\x08\x06\x16\x00\x24\xb1\xcc\xc5\x44\xd7\x86\xe3\xb0\x85\x48\x2f\xcb\x8c\xba\xab\x95\xbc\xfa\x22\x84\xae\x70\xbe\xf1\x00\xaa\x62\xd3\x1f\xc3\x2c\x4c\x59\x5c\xa6\x2e\x08\xa7\x08\xad\xd7\xc4\x12\x5e\x7a\xbf\x52\xad\x27\xd7\xb9\x5c\x52\x2c\xa1\xcd\xb4\xbf\x21\xfd\xc5\xb8\x0e\x00\x92\x99\xcc\x75\x04\x4b\xc3\x42\xf8\x1e\xc4\x1e\x73\x29\x32\xa1\xd2\xdb\x34\x80\x9a\x2c\x18\x37\x7a\x61\xb0\x9b\xb6\xe9\x79\xb8\xf5\x71\xb3\xb4\x5b\x09\xa1\xa1\x15\xea\xd3\xa4\x2a\xef\x4b\xca\xab\x94\x16\x97\x49\xf9\x29\xda\x2f\xfb\xb7\xd2\x9d\x20\x1d\x00\xc4\xe7\x99\x32\x3c\xd2\x7c\x14\xf3\x1d\xbe\xb5\x7e\x19\x2e\xac\x22\xce\xa8\xc1\x63\xf2\xbf\x18\x6c\x08\x87\x36\xd9\xe9\x10\xa4\xe0\x0d\x74\xcd\x00\xf9\x4a\xc8\x53\xd5\x25\x6a\xbd\xb7\x48\xf1\x91\x9e\xed\x72\x56\x3e\x15\x5c\x3b\xdd\x5d\x3a\x9d\xe9\xf4\xff\x2d\x8a\x16\x77\xb0\x1e\x41\x32\xd4\x4d\x18\xef\x90\x45\xe5\xf1\x86\x54\x4a\x79\xbe\xa3\xee\x02\x35\x77\x63\xb8\x36\x9e\x86\x88\x3d\xa9\x36\xd1\x5b\x42\x72\x95\x13\x8c\x57\xde\x61\x0a\x07\x28\xd6\xe5\xa8\x2c\x82\xd9\x33\x7d\x93\x24\x9b\xf5\x04\x00\x44\x1c\xf6\x59\x2c\xd9\x14\xcf\x38\x08\xdb\x62\x18\x00\x7d\xca\xc2\xf5\xf3\x40\x6d\x9e\xab\x76\x04\xf2\x4c\xab\xd6\xf8\x42\xe7\x62\xed\x55\x32\xa6\x26\x78\xb7\x62\x92\x55\xbd\xf2\x9e\x7c\x0d\x3b\xd6\x65\x9b\x94\xcc\x59\x3a\x9d\x2d\x6e\xe0\x1c\x04\x00\xe1\x71\xee\x74\x34\xcb\xc0\xe3\x3f\xab\xf9\x4f\x3f\x93\x7f\xab\xe4\x80\xb6\x91\x7f\x34\xe7\x94\x66\x3d\x7f\x67\xea\x7a\xd5\x39\xfe\xae\x98\x69\xca\x58\xfe\xe1\xa0\x57\xf2\x76\xfe\xb9\x95\x85\xb2\x59\xfc\x0b\x2e\x34\x49\x1d\xff\xe0\xf4\x6e\x51\x17\x3f\x13\x00\x04\xb7\x79\xfd\x48\xa4\x3e\x59\xb9\xab\x7a\xbe\xf6\x6f\xe5\xd4\xcd\xef\x34\x42\x45\x6c\x76\x82\x7a\xa9\x5c\x9b\xfc\xaf\xf2\xa0\xec\x5a\xd4\x53\x45\xbc\x6c\x6e\x10\x20\xdb\x2b\xdd\xb0\x62\x87\xd4\x5f\x92\xe7\xe2\x2e\x36\x8b\xc3\xa6\x77\x0a\x1f\x09\x77\x00\x80\x60\x29\xff\x17\xfc\xb9\x0e\x5e\x1f\x54\xa9\xd6\x02\xc6\x9f\x45\x46\x75\x9b\xa1\x37\xf3\xa3\x2a\x5d\x1f\x9f\xf4\x97\xe2\x8d\x76\x32\xf2\x85\x5c\xa1\x89\x5f\xbb\x56\x36\x57\x65\x5e\x61\x2b\x51\x2b\xfa\x17\xea\x44\x3f\x65\xa8\xe9\x44\x61\x9e\xf8\x0a\x00\xf0\x2d\x42\x57\xf8\x1a\xed\xab\xc6\xbe\x8a\x27\x9a\xfa\x86\x35\x85\x1f\xd5\x71\x66\x6d\x26\x5c\xf9\xd6\xf4\x4f\xd2\x26\x85\xc1\xe8\x12\x29\x90\x07\xe9\xd7\x04\xde\x93\x1e\xd3\xba\x2c\x3f\x2c\x09\x57\x8d\x2d\x2c\x10\x0d\xc8\x9f\x4c\x2f\x12\x4e\xfd\xff\x16\x25\x5d\x28\xac\x33\x68\xc1\x56\x46\x45\xb1\x26\xa0\xf9\x42\x21\x5d\xf5\xa4\xf1\x6b\xc6\x4f\xa5\xa6\x61\x46\xe2\x47\xc5\x9a\xfa\x9f\x91\xeb\x65\x93\xc6\x23\x81\x5b\xa4\x35\xfa\x8c\xe5\xf5\xe2\xab\x1a\xca\xc2\x70\x51\xb4\x72\xd5\xf4\x2a\x41\xab\xb4\x1e\x00\x78\xff\x08\xef\x94\x6f\xeb\x8d\xae\x89\x2f\xc4\x74\x8d\xc3\x96\x64\xd6\x77\xc4\xc3\x81\x64\xaf\xd6\x73\x48\x9b\x68\x9f\xe6\x40\x74\x4c\xf0\x91\x86\x52\xec\xc8\x2a\x7e\x7d\x09\x21\x7f\xc9\x45\x43\x08\x39\x64\xce\x37\xcd\x33\x5a\xa4\x4d\x8c\x52\x03\x2e\x03\x00\x59\x18\x73\xb2\x9c\xd0\xd3\x0c\x63\x16\x86\x76\x2d\x82\xfb\x65\x62\xdb\x3b\x11\xff\x26\xfd\x68\x0d\x45\xed\x8f\xb6\x6b\x1a\xc2\x1c\x0b\xee\xb5\x3c\xc0\xfd\x59\x45\x30\x3d\x27\x12\x96\x5c\xd4\x5f\xa6\xcc\x99\x3b\x4b\x63\xa4\x5d\xb6\x81\x2b\x53\x40\x1c\x00\x48\x7f\x30\x27\xcb\x97\x75\x7f\x81\xdf\x2a\xf8\xd4\x49\x47\x22\x32\x03\xda\x7e\xa2\x3e\x25\x9d\x69\xe9\xc4\x34\x44\xdd\x6c\x72\xc7\x51\x82\x79\x96\x32\x82\x68\x55\xa1\x89\x40\x1a\x5f\x32\xa1\xaf\xa3\x2e\x9b\xeb\xa1\x09\xa1\x77\xd8\xa8\x15\x9f\xc1\x0f\x00\x20\xdd\xca\x72\x28\xdb\xd0\xa5\xc2\x1c\x2a\x88\xec\x08\xc0\xbe\xcb\x68\x69\xbd\x82\xf7\x4e\x4a\x6c\x66\x11\x34\x51\xe8\x46\x3b\xd2\x92\x60\x6f\x73\x36\xf9\xfa\x2a\x17\x23\x89\xba\x73\xc9\x0e\x1d\x8b\xde\x3c\x37\x52\x5d\x07\x36\xd9\xdc\x50\x44\x30\xab\x01\x40\x6a\xcd\xfa\x5c\x7a\xae\x33\x94\x78\x2a\x7f\xa8\xed\x25\xe9\x5c\xfa\xab\x96\x06\xf2\xe1\xc4\x81\xa6\x0c\xca\x64\xe4\x53\xcb\x13\x9a\x5d\xd0\x81\xfa\x48\x7a\xb1\xcf\x19\x03\x92\x71\x66\x49\x93\x56\x09\x65\xcc\xcd\x55\x29\x99\x97\x6d\x97\xc9\x89\xec\xd9\xff\xd3\xcd\x59\x54\xba\xb8\xc3\x96\x5e\x9d\xf7\xb2\xf5\x00\xfd\x5b\x7a\x70\x33\x8a\x21\x49\xb4\x6e\x5c\x0d\x46\x47\x16\x99\x2f\x40\x4e\x41\x89\x26\x7f\xe8\x87\x0f\x51\x0f\x67\x7e\x5a\x42\xd3\xb4\xb3\x67\xcd\xad\x55\xee\xe2\xcc\xb1\x25\xc9\xfa\x38\x87\x01\x40\x0c\x71\x13\x8b\x69\x6d\x28\xee\xf6\xdc\xb1\x16\x4f\xee\xe4\xa6\xe4\xc6\x47\xdc\xa7\x09\xfe\x96\x6d\xbc\xd9\x11\xdd\xf5\x95\xbc\x94\xb5\x63\x86\x5b\x3c\xa9\x8f\x9d\x6e\x15\x6f\x62\x49\x8a\x1a\xcd\x5f\x3c\x97\xae\xd0\xf1\x63\x6d\x27\xa4\x2d\xfc\x69\x00\x20\x02\x79\xfb\x36\xcf\x6b\x05\x64\xb0\x9c\xda\xa6\xbb\xd2\x6f\x1b\x3d\x1a\xb6\x49\xa1\x78\x5f\xb3\x58\x6a\xb3\xfe\xb8\x69\x83\xc4\x18\xf8\x53\x7f\x46\xe2\xe6\x0d\x6a\x83\xc4\x8d\x8b\x7f\xa9\x18\x62\x87\xb9\x68\xf9\x90\x28\xd2\x6e\x8a\xe4\x9c\x70\x0e\x00\x08\x77\xf3\x6f\x16\xbe\x6c\x7e\xaa\xfb\x9a\x1d\xdf\x78\x5b\xfb\x2e\xcd\xce\xb2\x5f\x73\x2b\x2e\xb0\xde\xa4\x3e\x15\xfe\xce\x98\xa7\x1a\x0d\x8c\xd3\x7d\x51\x0a\x56\xbe\xd4\xd0\x14\x31\x8b\x0d\xca\xe3\xb2\x33\x73\xd7\xc8\x7e\x48\x3e\xda\x39\x4a\x56\x89\xee\x00\x80\x70\xa9\xe0\x4c\xe1\xe6\x66\x86\xe9\x6e\xd6\xb1\x46\x98\xb1\x25\x55\x6f\x49\x33\x24\x6f\x38\x59\xef\xa5\x7b\x1b\xde\x68\x78\xac\x95\x07\x7c\xd7\x69\x35\xd3\x57\xee\xd0\xb8\xa8\xb0\x8b\x51\x4a\x98\x42\x32\x77\xa1\xac\x45\x16\x66\x37\x5b\x7c\x4d\xdc\x03\x00\x82\x2b\x42\xcf\x82\xbf\x9b\x1d\x1b\x56\x67\x15\x34\x7c\x32\x1f\x4b\x0d\x31\xdf\xa8\x8f\xdc\xc0\x35\x8d\x18\x87\xc3\xcb\x0d\x68\xc3\xd4\x80\x09\x9d\x9b\x2e\x7e\xa5\x59\x3d\xa2\x29\x5c\x5c\xa6\xf8\xa8\x9a\x39\xd7\x55\xb6\x4a\x9e\x65\x17\x28\x86\x49\x8a\x01\x40\x50\x2b\x04\x0b\xc2\xb6\xb4\xd5\x1c\xcb\x5c\xd5\x7f\x0f\x26\x4f\xd6\xf6\xce\x86\x97\xc4\xb0\xbb\x62\x91\x85\xeb\x80\xf6\x44\xb4\xce\x6f\x75\x8b\x35\xce\xca\xab\xa7\x41\x4e\x18\x72\x79\x67\x7a\x48\x6e\x98\x1d\xad\x9f\x45\xeb\xb0\xda\xaa\x5e\x06\x62\x00\x40\xbe\x94\xe5\x50\x30\x7f\xf0\x13\xec\x69\xe6\xcc\xfe\x30\xb8\x38\x99\xd2\x43\x44\xfa\xc5\xc0\x3a\x47\x50\x3f\x42\x5f\xb5\x1d\xc6\x5a\xfb\x79\x34\x8b\xf0\x71\x5e\x5d\x0d\xf3\x88\x7b\x5c\xbe\x98\x98\x94\x9a\xd9\x9b\x75\x3b\xe9\xcb\xad\x6e\xaa\x6e\x82\x83\x00\x20\x7b\xc0\xb2\xcb\x7f\x3a\xb8\x09\xb1\x36\xe3\x9f\x3e\x3d\x72\x38\x39\xbd\x7b\x12\xbd\x3a\x26\xbe\x73\x3e\xe6\x54\xe8\x85\xb6\x00\x5c\x8f\xdf\x8c\xa6\x3f\x84\x3d\x5e\x16\x8b\x85\xf4\xdd\xe5\xb7\x69\x3a\x15\x3e\x9b\xa8\xcb\xa2\x3f\xb5\xb6\x52\x71\x21\x2f\x00\x90\xe9\x58\x11\xf9\x05\xfd\x8f\x31\xb7\x33\x2a\x7b\x13\x71\x56\x49\xb7\xba\x9a\xf1\x7e\xd1\x0f\xdb\x5f\x11\x2c\xa1\xfc\xd6\xb9\xa4\xd5\x6b\x2e\x37\xbe\x21\xbf\xf2\xa2\x9a\x4d\xd4\x4b\x2e\x3f\x8c\xae\xf4\x53\xb3\x5b\xb4\x0c\xf0\x8c\x75\xae\x72\x1f\x93\x0f\x00\xd2\x1b\xec\x85\x79\xef\xfa\x20\xe2\xa5\xf4\xc7\xdd\x9f\x48\xfb\x92\xf2\x3a\xab\xc8\x6d\xd1\xd8\xb6\x43\x94\x3d\xa1\xee\xcd\x6f\xa9\x5f\xd6\x48\x1a\xae\xd2\x73\xbd\x92\xea\x25\x8c\xf3\x2e\x3f\x0d\xee\x50\xf5\xec\x63\x1a\x23\xf3\xb9\xf5\xb0\xe2\x31\x7b\x09\x00\x48\xed\x39\x61\x79\x3e\xbd\x29\xf4\xb9\xe9\xe1\x5d\xc7\xe9\x3d\x89\x7f\x75\x04\x31\xc2\xa3\xde\xb5\x36\x30\x7e\x87\xec\x6e\xba\x06\xfe\xb3\x26\xd8\x72\x1c\xba\xec\xe5\x60\x62\x33\x6f\xb9\x7c\xd6\xaf\x62\xdb\xcd\x7e\xa8\xde\xc1\x71\x98\x32\x55\x31\xf7\x7f\xab\x96\xac\xe7\x96\xe5\x06\x77\x0f\x71\x67\x6c\x22\x76\x2e\xe7\x2e\x4f\x5c\xd4\xd6\xce\x8d\x88\x2a\x68\x71\xe2\x52\x43\x22\x1a\x4b\xb9\xc7\x56\x5f\x35\x57\xf3\x9c\x97\x5d\x36\x86\xf2\x88\x2e\xef\xb4\x2f\x79\x77\x1d\x5c\x54\x3c\xfe\xec\x29\x54\xd9\x0f\xde\x63\x00\x10\x87\xf0\x76\xe7\xac\xec\x5a\x23\xcd\xdc\x48\x6b\xbf\x20\xb9\x93\x10\xd9\x5a\x21\x29\x8f\xb4\x34\xdd\x14\xff\x0a\xb6\x34\xf8\x89\x07\x57\xe7\xd5\x27\x8a\x33\x96\x31\x0c\x6b\x45\xaf\x5d\x2e\x6a\xde\x88\x24\x0e\x41\x4a\xb5\xf0\xd2\x94\xa3\x32\x4f\xc1\x38\x00\x88\x50\xfc\x83\xd9\x73\x3a\x1d\xb5\x59\x69\x50\xdb\x1e\x4d\x66\xfc\xe6\x96\x2c\x75\x42\xc4\xc5\xc6\x8b\xaa\xcc\xa0\x37\x16\x5f\xe5\x66\xdf\x13\xa6\x0a\x45\xfe\x32\x7b\x3d\x42\x1e\xe3\x22\xd3\xac\x92\x7e\x76\x58\xa4\xb8\x24\xc9\x9e\xf2\x54\xca\x10\xd5\x02\x80\xf0\x86\xa0\x3e\xcb\xd4\xd1\x62\xf8\x9c\x36\xa3\x2d\x4a\x7f\x28\xee\x67\xf3\x65\x1d\x35\x82\xd5\x98\xa3\x8d\x0e\x1a\x36\x8f\xa9\xff\xf8\x6a\x8d\xaf\x55\xa3\x9e\xff\xe8\xad\x95\x09\x2e\x44\xf5\x49\xb9\xce\xc1\x45\x81\x93\x42\x36\x36\xd2\xc5\xe2\x95\x00\x20\x14\x08\xbe\x66\xad\xe8\xf0\x33\xcf\x4a\xdd\xd1\x7a\xdc\xb4\x25\x6e\x67\x73\x8e\x71\x6d\x44\x42\xc3\x84\xfe\x64\x10\xcf\xbc\x4a\xb7\xc9\x97\x60\x24\x68\x0e\x78\x5e\xd2\x69\xd4\xf6\x2e\x24\x75\xa6\xe2\x8b\xc3\x1a\xf9\x67\x19\xdb\xc6\x5f\x32\x24\x9e\x04\x00\xe1\x7c\x61\x6a\xe6\xac\xb1\x15\xb5\x99\x29\xf6\xc3\xeb\x60\xdf\x63\x15\x83\x01\xf0\x5d\x61\x87\xfa\xdc\x91\x7d\x01\xad\x5d\x37\xd1\x37\xbc\x13\xdb\xc3\x71\x09\xee\x45\xcd\x9b\x09\x2f\x9d\xe5\x96\x78\xf2\xdd\xe9\x77\x0d\x3f\x68\x77\x01\x40\xa3\x01\x45\x00\x20\xff\xc0\x9a\x9f\x69\x37\x4a\xaf\x43\x24\xff\x19\xd2\xc3\x5f\xc4\x72\x06\xcc\x48\x66\xd8\x8e\x5e\x15\x3a\x2a\xc0\xd2\x95\x8e\x8d\xf0\x4e\x6a\xdb\x8b\x07\xdd\xab\x9b\xfe\x21\xbe\x74\x6e\x31\xdf\xa0\xb4\x4d\xff\x65\x68\xa6\x17\x02\x80\x26\x1a\x3c\x04\x00\xf2\x11\xd6\xb4\x8c\x8f\x23\xa7\x10\x83\xc9\x2f\xb6\xbc\x40\x4d\x89\x85\xf5\x7f\x45\x63\xc3\xda\x7b\x3e\x62\x7e\x06\xc8\x3a\x0f\xe2\x2e\x7b\x47\xb5\xf9\x11\x1e\xba\xd7\x34\x55\x92\x97\x39\x0f\x9b\xab\xa8\x8d\x33\x5c\x0c\x81\x8c\x59\x00\xa0\xbe\x07\x05\x00\x80\xbc\x80\x15\x91\xb1\x63\xb8\x02\xbb\x34\xb9\x7d\xd0\x84\x0b\x88\x9d\xdf\xb7\x13\xbf\x29\xac\xac\xfb\x28\x61\x6b\x40\x7e\x47\x03\x29\xc1\x7b\x71\xeb\x7c\x8a\xb5\x7b\x61\x63\x1e\xf5\xb9\xf3\xe1\x7a\x38\xfd\xc5\x8c\x8d\xfa\x0c\xf0\x3e\x30\x55\x3d\x93\x29\x04\x00\x99\x9e\xed\x9c\x51\xb2\xe5\x2e\x69\x4e\x72\xf8\x40\x18\xe9\x52\xcc\x9e\x5e\x06\xb9\x33\x6c\x66\x97\x86\xb2\x37\x60\x7e\x3b\x91\xfa\x7d\xe5\xbb\xe6\x2f\xf4\x42\xf7\x84\x86\x18\xc6\x25\xe7\x09\x53\x2d\x44\x9a\xc1\xd0\x55\x30\xdf\x01\x95\xaa\x35\xec\xf9\x00\x20\x3d\xc0\x09\x4e\x67\x0c\x0e\xd0\xad\x93\x3a\xfb\xa7\xd0\x95\x31\xd9\x3d\x49\x0c\xb7\x75\xbb\x3a\x61\x8c\x07\xfe\x17\xda\x72\xc0\xd3\x2b\x8f\x34\xdd\x87\x0e\xb9\xfb\x5a\xfc\x99\xa7\x9c\xaf\x1b\xeb\x58\xbf\x67\xf4\x68\xa9\x1c\x6b\x60\x97\x32\x9f\x33\x0a\x00\x92\xd7\xdc\x82\x74\xff\x81\xa9\x9c\x1d\x49\xf1\xbd\x65\x9c\xa3\xd1\x8f\xba\xba\x39\x67\xd7\x15\xb5\x5f\xe4\x4e\xf7\x97\xb4\x9c\xe5\xd6\xae\xd4\x34\x12\xb8\xe3\xee\x0b\xeb\xff\xe6\xf9\x38\xbf\x37\xb8\xf1\x7a\x66\x7c\xd3\x04\xf1\xee\x5a\x05\x2b\x02\x78\xff\x7b\xfb\xdb\xbc\xce\x4d\xe4\x3e\xac\xa4\x31\xd1\xdc\xfd\x52\xe2\x18\x9d\xd2\x99\x25\x96\x86\x5e\x69\x13\x8a\x83\xfd\xdd\x9a\xe5\xa2\xf7\x2b\x63\x1a\x92\x44\x83\x4b\x5e\x9a\xce\x89\x2a\x9c\x3f\xe9\xe7\x88\x66\xcd\x0c\x52\xaf\x15\x12\xac\xea\xe5\xe9\x02\x26\x00\x88\x67\xf0\xdb\x37\xe2\x7a\x53\x34\xf3\x12\x8e\x76\x1d\x51\xdb\x47\xb5\x74\x78\xa9\x80\xd0\x88\xd6\x0a\xe5\x62\xbf\xe6\x26\x9c\x22\x76\xc5\x35\x4b\x9a\xbc\x78\x49\xb3\xf1\xad\xac\xce\x79\x52\x17\x23\x8d\x9c\x19\xad\x42\x8a\x8f\x5a\x5d\x96\xb5\x0a\x7f\x03\x80\x88\x22\xc0\x6f\xb4\xe9\x99\xd0\xf3\x13\xea\xba\xd6\xeb\x62\xa2\xf2\xda\xcd\x9a\x6f\x21\x7f\x5a\x2e\xab\x6f\xfa\xa1\x1a\x1f\xab\x76\xad\x18\x33\x9f\x57\x4a\x97\xf0\x8c\x7c\x45\xa2\xf3\x19\xed\x55\xd9\x9e\x99\x19\x2a\x40\x72\xc9\xea\x93\x2c\x46\xb4\x1d\x00\x44\xcb\x05\xa7\xd3\xfa\x7b\xf2\x4d\xd5\x09\x1e\x9d\xbb\x0c\x5f\xa3\x3c\xda\xed\xf4\xc2\x90\x9b\x2d\xb1\x3a\x7f\xbf\xcc\xc6\x6c\xcd\xd5\x15\xed\xe6\x78\x35\x66\x09\xd3\x68\xab\x7c\xe6\x7c\x5d\x5b\xa8\xb0\x9e\x49\x50\x8a\xa4\xe3\xd6\x3e\xd2\xb3\xe2\x2c\x00\x10\xee\x13\xda\x8f\xe4\xc1\x3f\x94\x5c\xee\x54\x21\x7d\xca\xe3\xeb\xf3\x51\xc5\x95\x23\xb2\x42\xf4\x8e\x9a\x0d\x10\x1e\xbb\x0a\xf6\x09\x6d\xc4\x4d\x20\x9a\x4b\x7c\x08\xed\x68\x54\xca\x09\xd2\x18\xae\x31\x78\x26\x15\x20\xbe\x5a\x54\x48\x6f\xa3\x96\x5b\xe5\x40\xc7\x18\xb4\xe1\xdc\x3a\x55\x45\x56\xc7\x16\xf8\x3f\x55\x54\x93\x1c\x19\x56\xd3\x2c\xed\x44\x6d\x83\xbd\x01\x2f\x60\x52\x11\xe5\x68\x5b\xdc\x34\xd4\xb1\xe2\x31\xfc\x17\x6c\x4a\x4a\x11\x69\x19\xc1\x33\x68\x94\xa2\x21\x2f\x59\xb4\x94\x1e\x4f\x0b\xb4\x8a\x82\x78\x8c\x67\x43\x49\xb0\x55\xd5\xef\xda\x0f\xd6\xb5\xd4\x9e\x37\xee\x44\x2c\xac\x1b\x95\x3c\x40\x8e\x21\xc6\xc1\x15\xe8\x3a\xd4\x1b\x14\x09\x1b\x8b\x9d\x55\x1c\x84\x4f\xc5\x67\x24\xbf\x24\x6a\x89\x57\x82\xf2\x29\x4e\x14\xba\xdb\x7b\xda\x3d\xfa\x1a\xab\x10\x28\x10\x64\x0d\x86\x56\xb7\xa1\xa0\xd6\xdb\xb5\x31\xe8\xeb\x06\x5b\xd8\x1f\xec\x62\x71\x15\xfc\x0c\xae\x83\x7e\x1d\xb9\x95\x10\x8d\xcc\x40\xef\x27\xde\xdc\xbc\x01\xfb\x81\xac\x4e\x5e\x42\x80\x51\x31\x6b\x77\x91\x9d\xe9\xe5\x6e\x1d\xb4\x19\x60\xa5\x55\x1c\x28\x84\xee\xf6\xcf\xa8\x5c\x47\x0a\x6c\x99\x56\x6d\x4f\x9e\xa6\x2b\xae\x79\x47\x9e\x14\x3e\x86\xbd\xa0\x9c\xa4\xc9\x11\x36\xd4\x2b\x88\xd5\xa8\x08\xda\xfd\xa2\x0c\x4c\x27\xfd\x57\x52\x01\x3e\x0a\x0c\x5f\xeb\x49\x9a\x0f\x71\xdd\xca\xa9\xc1\xcc\xa3\x56\x6c\xc6\x69\x56\x75\xef\xca\xb2\x57\x50\x65\x53\x60\xc5\x5b\x68\x9f\x66\x7b\xf5\x34\xe8\x99\x00\x59\xeb\xcf\x4c\xa5\x46\xd5\xd1\x98\x87\xe1\x33\x11\xd7\x59\x01\x85\x15\xe8\x3a\xd6\x50\x62\x3d\xce\x87\x1d\x1a\x68\x21\xae\x64\x1f\x75\x0b\xa7\xc0\x38\x3e\x56\xfb\x18\x4b\xd8\xcf\xbb\x52\x4b\x36\x4b\x37\x58\x1a\xcb\x70\x92\xbd\xaa\xf5\x15\x66\xc9\x4a\x9e\x77\xd5\x5b\x71\x27\x79\x5d\x2d\x52\xbc\x0c\x96\x5c\xf7\x5b\x64\xc9\x7f\x8a\x3c\x2e\x9a\x92\x80\xc5\x1c\x12\xd6\x06\x5c\xc6\xbf\x15\x6c\x75\xfd\x4c\x46\xf1\xcf\x58\xfb\xd3\x73\x78\x2b\xda\x23\x8b\x76\x9b\x3e\x99\xce\x97\x78\x1b\xe9\xf2\x5d\x65\x3a\x83\x0d\xfb\x5e\xe5\x42\x9d\x8a\xb8\xa6\x7a\x5c\x3b\xab\x86\x0f\x93\xaa\x09\x79\x58\x04\x5b\xb9\x27\x3e\x11\x3d\x28\xbf\x1a\x30\x1d\x3f\x43\x7a\xc2\xb5\x97\x74\x44\x0c\xb3\x66\xd3\x2e\x09\x52\x5b\x9e\x16\xdc\xee\xca\x30\x68\x36\x93\x3b\xe6\x4a\x15\xa5\x4e\xad\x47\x98\x77\xca\x0f\x34\x97\xe1\x73\xab\xc4\x0d\xf7\xaa\xee\xd7\xe2\xcd\xfe\xb9\xd3\xe1\x0a\x63\x5a\xdc\x7a\xd4\x5d\x9d\x97\x3f\x0c\x07\x53\xed\x76\xad\x21\x25\xcb\x26\xac\xcf\xd0\x58\x22\xaf\xe6\x8f\x05\x9b\x06\x34\xfa\xbd\x45\x8f\x7a\xff\x93\x9c\x28\x91\x74\x07\x31\x97\x96\x87\x74\xd4\xe1\xfa\xab\xa6\xb6\x92\xab\x92\x6a\xbe\x37\xc5\xe5\xc8\xe1\xee\xe6\x89\x0d\xf7\x51\x1c\xe3\x74\xff\x75\x38\x27\xcd\x7f\xae\x65\x24\x1b\x45\xbc\xf5\x2f\x5a\xb2\xe8\x6a\x73\x7a\xfe\xb3\x91\x27\x7a\xaf\x22\xea\x96\xef\x92\xf8\x92\x39\xfd\x4f\xa0\x81\xb2\x23\x3d\x47\x71\xa1\x95\xfa\x4e\x78\xe5\xd3\x1a\x49\xeb\x89\x9c\xa8\xba\xb1\xc6\x89\x0d\x3b\x51\xf3\xea\x41\xff\x20\xec\x56\xdd\x61\x57\x2e\x71\x4c\x59\x3a\x25\x8f\xfa\x4b\x1c\x34\xb8\x14\x15\x5a\xb2\xb5\xf5\x2c\x7a\x5d\xb9\xaf\xfe\x36\x26\xae\xd2\x20\xf6\xc5\x62\x6a\xd6\xd0\xeb\x71\x3b\x60\xff\x22\xa7\x11\xbc\x11\x96\xa2\x2f\xc4\xd3\x68\x42\xd2\x13\x72\x2b\xae\x77\xad\x91\x3a\x42\xb2\x75\xab\x67\x4c\xa3\x1a\xac\xf2\xa0\x67\x8c\xa3\x03\xab\x11\x93\x15\x6e\x2d\x6f\x90\x9f\xab\xd2\xf4\x0b\xd0\x4b\x6b\x48\x22\x08\x83\x83\x9d\xa3\xbd\xc7\xde\x40\x6c\x40\xb0\xf1\x48\xd4\x58\x11\x8b\xe8\x85\x8d\x49\x62\x93\xe7\x11\x96\xaf\x4d\xa1\x46\x91\x03\xdd\x6a\xe9\xdb\x69\xe5\x56\xf1\xd0\x20\xe8\xdb\xef\x0b\xc7\x57\x0f\xb4\x4c\x43\xec\xad\xd5\xe8\xd2\x50\xd6\x75\x74\xe1\x61\x34\x11\x61\xa0\x65\x61\xbe\xa3\x4e\xc2\x5f\xe2\x7a\x31\x6f\x8b\x6c\x08\x2c\x7c\x64\xd2\x3c\x92\x88\x78\x21\xf0\x2b\xe5\x24\x45\xe4\x16\x45\xcf\xa2\xe7\x5b\x45\x40\x15\xe0\xc1\x5e\x57\x98\x0d\x6a\x76\x93\x67\x1d\x05\x0d\x6a\x2c\x08\x6b\xcc\x29\x41\x0c\xb2\x01\x97\x43\xb5\x42\xa7\xe3\xbf\xd7\x9d\xc1\xae\x20\x76\x16\xce\xc5\xfb\x92\xeb\x12\xd3\x89\x15\xd4\xc2\xc0\x72\xf2\x05\x7a\x95\xeb\x57\x9a\x10\xe4\x5a\x15\x80\xbb\x99\x0b\xbb\x67\x55\x77\x10\x3b\x1b\x0a\x6b\x93\x49\x7a\xd5\x7f\x75\x56\x64\x34\xef\x24\xfc\x04\x05\x49\xde\x87\xec\xa3\xf2\x60\x5b\xd0\xc3\xb4\xe6\x02\x4f\xec\x5d\xfa\xd9\x04\x1d\x21\x12\x74\x0d\x98\x20\x5d\x85\xa8\xae\xc7\xa9\x63\xcc\x6b\x56\x0d\x8c\x3f\x2c\x4b\xa7\x5b\x25\x05\x3c\x63\x96\x56\xc7\x42\x6b\x95\x19\xb5\xcb\x21\x22\x37\xab\x6e\x0e\x74\x87\x44\x42\x2c\x62\x16\xd5\xaa\x51\x69\xcc\xdb\xf9\xa1\x98\x5e\x16\x22\xfe\x06\xde\x97\x3d\x3d\xa0\x98\xf8\x8c\x3d\xe2\x6a\xa1\x3c\xe1\x04\x5b\x3d\x65\x64\x73\x5c\xda\x28\x65\xe7\x25\xe5\xa6\xa9\x15\x87\xc4\xff\xc9\x5e\x56\x1d\x15\xb3\xd8\x1e\x35\xb7\xc5\xd6\x04\xa8\x6e\x81\xc8\x58\x7d\x1d\x01\x8a\xdc\x72\xcf\xa0\xa7\x0a\xdb\xe3\xf6\x63\x8f\x0b\x17\xf9\xb7\x11\x76\x08\x44\xae\x54\xf2\x53\xfe\xb8\x35\x8e\x2e\xe0\x25\x35\x57\x97\x14\x1b\x6f\xea\x37\x96\x69\x0c\x38\x09\x58\x71\x52\xbf\x08\xfa\xb7\x7a\x96\x76\x37\x8e\x53\x4b\xd3\x6c\xac\x5a\x04\xb7\x53\x9d\xce\x29\x45\x9e\x50\xae\xda\xd0\x86\xd9\x2a\xaf\xf3\xbb\x8f\xbf\x28\x05\x5d\xbd\xc9\x61\xe2\x78\xeb\x13\xb4\x1f\x82\xfc\x86\x37\x9b\x35\x1d\x0f\x35\x1f\x4b\x5e\xb6\x4d\x88\x92\xcb\xb3\x5b\xda\x18\xcf\x2a\xf7\x34\x65\x63\xb6\xd5\x6c\xb0\xbc\xac\x90\xc0\x3e\xd5\x97\x64\xdb\x20\x6e\x18\x2c\xb1\x2d\xe8\x7f\xb5\x26\xbf\x58\xfc\x2a\xd5\x46\x97\xd7\xa4\xfd\x32\xfd\x14\x27\x5a\xa7\xc8\xc3\xf2\x7b\xb3\x75\xbf\xbd\x66\x61\x49\x79\x8f\x51\x08\x95\x9d\xee\xfc\xc6\xf0\xad\x0c\x69\x4f\xc4\xd8\x55\x9f\x68\x41\x96\xbf\x87\x09\x1a\x8b\xb3\x64\x08\xac\xd9\x3e\x36\x1e\xad\x30\xa0\xfc\xe6\xe1\xae\x69\x18\x2e\x2f\x48\x14\xf9\xcf\x29\x1b\x69\x08\xd1\x19\x4b\x41\x51\xcb\x70\x86\x9a\x57\xfc\x7e\x50\x2e\x78\x57\x96\xd7\x67\xa1\x8f\x55\x8c\x77\xab\xd1\xcd\xd5\x59\x1d\x19\xe5\x66\x98\x43\xcb\x85\xac\x0d\xf0\xdf\x0d\xbf\x62\x5d\xd1\xee\xa6\x0b\x7e\xb3\x71\x64\x5d\xa4\xeb\x0c\xd2\x22\xa5\xc3\x94\x2e\xda\x5c\xf1\xb2\x9e\x03\x18\x73\x89\xbe\x71\x12\x0b\x2f\x9f\xab\x59\x81\xcb\xab\xa4\xf0\x4f\xe1\xd3\x6b\xe6\x53\x40\x02\x1e\x76\xb5\x6e\x3d\x71\x1f\x42\x56\xc0\x21\xaf\x46\x23\x13\x0e\x52\x4e\xe3\xba\x02\xce\xd1\x5a\x48\xd3\x5d\xe9\x8c\xbd\xd4\x61\xe0\x13\xb3\x80\xf1\xa6\xfb\x32\x3a\xa8\xfc\x59\xc3\x4f\x8c\x5f\xd5\x12\x35\x06\x1b\x54\x93\xc8\x5f\x8c\xcb\x85\xf5\x91\xff\xc6\x37\x22\x3c\x60\x63\x84\xdf\x28\x63\xc1\x54\x92\x1a\xeb\x9f\x50\x44\x89\x27\xb8\x04\xc8\x69\x01\xe4\x00\xd7\x8d\x0c\x18\x8d\x08\x3c\x66\x2e\x06\x73\xba\xee\x23\xaf\x54\x57\x34\x2c\x46\x7d\xa9\x4d\x57\xf5\x61\x9c\xea\xd6\xf3\x60\xd8\x12\x44\x19\x79\x1d\xee\x28\xca\x04\x73\x27\xc4\x60\x4e\xe6\xab\x88\xcf\xf0\x4b\xe2\x3f\x90\x77\x13\xf7\x07\x44\x53\x0f\x52\x38\xae\xcb\x18\xd3\xe8\x35\xc0\x23\xe8\x3a\x78\xbf\xe3\x34\x5c\x89\xec\x30\xaf\x45\x9c\x47\x2f\x54\xbc\x41\xf9\x61\xb0\x9c\x87\x68\x03\xf6\x0f\xf1\x25\x76\x11\x7e\xb4\xe6\x37\xee\x34\xb1\x32\xaf\x89\xd0\x4a\x5e\x1b\x1f\x42\x6a\xa0\x06\xf9\x6f\xa5\x9c\xa1\x67\xbb\xbc\xa5\xc7\x80\x62\xab\xd9\x90\x1f\x33\xac\xed\x6f\x98\x0f\xd1\xc1\x84\xab\xdb\x42\x72\x96\xa7\x23\x22\xc9\xd6\x6c\x02\xf2\x24\xc5\x96\xd0\x8f\x66\x52\x97\x57\x3f\xc4\xe6\xd2\x36\xe5\x8e\xe2\x73\xe9\xf2\x38\x0e\x11\x64\xbc\xf2\x0f\x24\x5f\x81\xca\x5c\xfe\xa2\xe1\x98\x97\xad\x4a\x40\x26\x6b\x5b\xcb\xdf\x35\xee\xa0\x9f\xa1\xa7\x76\x37\x38\x20\x1d\xa9\xc3\x83\x9f\x98\x3f\x11\x8b\xa1\x1a\x7c\x0d\xf2\x0b\xf4\xbc\xea\x14\xfa\x33\x93\x99\x73\x0c\xb7\x98\xe5\xb2\xe1\x1c\x01\xcd\xba\xe8\x77\x8a\xf4\x9c\x2d\x77\x19\xa4\xf6\x72\x7c\xad\x46\x18\x17\x38\xfe\x4d\xa8\xca\x1a\x31\x4d\x17\x55\x1d\x22\xf6\x12\x57\xd4\xce\x17\x9d\x01\xef\xc2\xde\x8a\x8a\xb1\x20\xfc\xbb\xf0\x5b\xa5\x1b\x6a\xb5\xd0\x9c\x5d\x89\x91\x08\x03\x62\xf7\xe2\xa7\x0a\x4e\xf8\x39\x13\xf7\x0a\x52\x5d\x24\x94\x01\x7e\xaf\xf5\x06\xfa\x4f\x5e\xb6\x25\xb7\x7c\x99\x61\xb7\x5a\x57\xe9\xa6\xaf\x10\x02\xd5\xde\xba\x35\xf4\x6d\xb5\xab\x35\x37\xd0\xf2\xba\x0a\x35\xb7\x1c\x87\x38\xa2\x72\xce\xfc\x85\x4e\x55\x18\x63\xba\xb0\x5f\x65\x6f\xd6\x94\x10\xae\x4b\x3d\x5d\x12\xc9\x5f\xc5\x73\xac\x5b\xe9\x44\x41\x96\xe9\x68\x29\xaa\x1d\xaf\xf4\x28\xd7\xb4\x72\x79\x7f\x55\x1e\x69\xa6\x52\x77\x57\xdf\x6f\x8c\x44\x9e\x86\xad\x35\xbf\x2d\x7d\x04\xdf\x65\x62\x67\x6c\x45\x55\xe9\xef\x44\xf7\x63\xd7\x6a\xbe\xac\x3e\x44\x58\xab\xbc\xea\x62\x47\x06\x65\x89\xd6\xcf\xe8\x73\x44\xf6\xc6\xc9\x92\xfb\xbd\x1c\x45\x74\xb9\x6d\xf7\x6a\xee\x7f\x95\xeb\x3b\xf6\x50\x7e\x54\x57\xb6\x2d\x44\x2e\xab\xdd\xd7\xbc\xb9\x34\x07\x9e\xd0\x80\xca\x08\x43\x7e\xaf\x8f\x8e\xce\xc4\x5c\xd3\x1f\x5d\xad\xc7\xdf\x55\x7f\x74\xb1\x21\x07\xc9\xfb\xa7\xb8\xd3\xae\x8a\xb6\x1a\x57\x96\x40\x5b\xc6\xe4\xed\x65\x4d\x03\x0e\xdc\xf2\x8a\x33\xbd\x1b\x28\x50\xd5\xdb\xae\x74\xc4\xbe\xda\xc4\xf6\x35\x25\xdf\xea\x2e\x37\x4f\xa6\xbf\x47\xaa\x1a\x56\x44\x7b\x63\x30\x26\xd7\xd5\x0a\x3c\xa4\xdd\xe6\xb2\x92\x74\x55\xb1\x7b\x0a\x8d\x06\x89\xed\x9b\xff\x22\xd6\x94\x80\xfa\x0a\xe2\xb7\xb2\x37\x12\x25\x89\x5f\x59\x0b\x75\x90\x73\xab\xff\xc3\x5e\xa5\x44\xc1\x7a\x2a\x57\x52\x23\x10\x65\xd9\xb3\x69\xc5\xe8\x94\x98\x47\x74\x0d\x4e\xb0\x7a\x90\xf1\x8e\xf8\xdf\x02\x0e\xd4\x48\x1d\x06\x00\xd6\x61\x70\x5a\xd3\x67\xc2\x92\xf2\x1e\x5d\x0f\xe1\x52\xe5\x6d\xf1\x13\x22\x58\x33\x17\xfc\x4d\x42\xc0\x2a\xb1\xe1\x64\x22\xfc\x4a\x45\x1b\x45\x8e\xda\x94\xd5\x40\x3d\x86\xf9\x14\xa3\xa5\x3b\xe2\x5f\xac\xa6\x32\x54\x64\xfb\x05\xd5\xd0\x46\x1a\x1c\x00\x58\x2a\xb0\xa6\x69\x11\xee\x4e\xd5\x7b\xed\x5d\xfc\x50\xcd\x4b\x71\x08\x01\x0f\x7b\x02\x66\x10\xb9\xf0\x8f\x18\x33\xa9\x1b\xb5\xaa\x62\x36\xf9\x0a\x06\x96\xb5\x84\xea\x85\x9b\x88\x59\x4b\x53\x10\xa1\xd5\x01\x8c\xc5\x94\x8d\x0b\x52\xc1\x8f\xf4\x2c\x00\x60\x25\x82\x2f\x2d\xcf\x30\x1d\x88\x23\xea\x7f\xb1\x4d\xa8\x74\x61\x29\xce\x8c\xde\x4d\x3f\x81\x3f\x85\xcd\x42\x6f\x22\xce\xc1\xcf\x28\x7b\x4d\x42\x13\x2e\x66\xae\x22\x3f\x23\xed\x8e\x86\xa8\x74\xca\x35\xdf\x33\xf4\x60\xba\xc3\x82\x05\x60\x28\x58\x05\x00\xcc\x6e\x66\xa4\xb9\x14\x95\x49\x58\xa1\xaa\x45\xb3\x88\x5e\xfc\x0b\x98\x11\x92\x33\xad\x0c\x67\x4f\xf6\x43\xcd\xc1\xb3\x29\xd5\xa5\x37\x88\x00\xb5\x3d\x63\x03\xa9\x97\xf6\x39\xea\x32\xa5\x9c\x01\xfa\x22\x69\x89\xd0\xac\x05\x8e\x0c\x14\xb3\x0b\x58\x02\x7d\x61\x8d\x9a\xa2\x10\x39\xf4\x71\x85\x14\xd9\xc3\xa8\xe2\xc5\xa2\x9e\x32\xce\x53\x3e\x63\x10\x60\x29\xe2\x2a\xce\x06\xb2\x2a\x39\x86\x1f\x86\x46\xd2\x0b\x88\x14\x26\x32\x6a\x19\xb9\x90\xb5\xc1\x77\x2a\xb5\x92\xed\xb9\xc0\x86\xde\xc9\x7e\x01\xd0\xa1\x8d\x1c\x0f\xbd\x19\x76\x54\xd8\x21\x5b\x01\xf7\x11\x12\x39\x56\x88\x4e\x61\x30\xe9\x25\x2a\x5b\xf0\x01\x3e\x05\xb3\x50\x70\xa0\x78\x0d\xf6\x3f\x01\x67\x93\x3d\xfe\x85\x20\x26\xd2\x87\xf8\x43\x60\xbd\xaa\x9a\x12\xca\xdf\x37\xff\x25\x6d\x90\x9f\x68\xe5\x02\x52\x78\xeb\x34\xb7\x6a\x04\xba\x28\x71\x23\xcc\x53\x1b\xc0\xdc\x5e\xf7\x97\xc6\x93\x70\x0d\xd1\xa2\x9e\x02\xf3\x45\xa9\x94\xf7\x8a\x0c\x18\xad\xa2\x37\x6d\x17\x6e\x97\xbc\x30\x62\x01\xe1\x83\xf4\x85\xcf\x56\x72\xa1\xa4\x74\xfe\x20\xf5\xbb\x48\x6e\x85\x65\x3c\x12\x2c\x51\x1d\xa9\xfa\xd0\x32\x24\x54\xd6\x0c\x37\xdd\x05\x07\x61\xa4\x86\x4f\xb8\x6f\x70\x98\xf9\x4f\x0d\x0f\x49\x34\xbd\x2d\x74\x43\x9b\x0c\x7b\x53\x99\xd8\x3b\xba\x82\xf5\x01\x84\x50\xf5\x4e\x9f\xb9\xa4\x5d\x8a\xeb\xf3\x31\x54\x9a\x54\x67\x75\x84\x41\x17\x1e\x55\x1e\xab\xaa\xed\xaa\x10\xec\xa8\xf1\xea\x48\x62\xbc\xa8\xfd\xd0\x66\x83\x4b\xad\x7b\xd9\x3c\x5c\xfd\x0f\xe2\x57\xa3\x7f\x81\x1e\xed\x63\x16\xa4\xda\x63\x41\x63\x4b\xf8\xdf\xf8\x7b\xba\x1a\xef\x7b\xa4\x1a\xd5\xbd\xf9\xb5\x54\x7f\xd9\x23\xab\x0f\x8c\x50\x51\x95\xd2\xa6\xf2\x53\x7f\x82\x60\x6e\xf5\xee\x9e\xd7\x8c\xba\x5a\x49\x17\x1c\x7b\xb9\x8e\xd5\x7e\xb0\x1a\x42\x68\x5a\x1e\x15\x44\xa0\x0e\x34\x9e\x4f\x39\x85\x75\x30\xe3\xc3\xfb\xf1\x14\xc3\xa0\xf7\x15\xe2\x6f\x8d\x6a\x3e\x87\x32\x29\x7f\x65\x9d\x40\xbf\x21\x3a\xa2\xff\x8f\x76\xae\xc4\x5f\xb6\x8a\xee\x52\x76\x88\x7d\x8e\x4e\xae\x0c\x27\xb1\xe8\x1f\xab\x8f\xd4\x15\x30\xe4\x30\xc2\xe6\x5c\xd0\x17\xb1\x36\xed\x2b\xf8\x0c\xed\xbb\x1e\x09\xed\xc5\x55\xad\x7c\xcb\x1c\x26\x4e\x38\x3d\x61\xdd\xa5\x9a\x01\x80\x23\x62\xfc\xd1\x87\x52\xb5\xe5\x39\x52\x36\xcd\xba\xd2\xc8\xf6\xa5\xf1\xaa\xcf\x13\x1f\xd2\xdd\x60\xce\xb0\xe3\xf4\xb3\x70\x49\xd1\x25\x86\x08\x35\x33\x4d\x0a\x16\x61\xfe\x5a\xef\x06\xc5\xe2\x77\xaf\xdc\xcd\x4c\x27\x5d\x75\xfa\x9b\x65\xa2\xc5\x01\x00\x27\x0f\x4c\xd7\x91\x28\xf9\x55\x8d\x92\x13\x94\x57\x35\x3a\x16\x8f\xaa\x82\x49\x88\xe1\xb4\x58\xb8\x1e\xe6\x4d\xb7\x43\x9e\x2a\x4a\xa1\xdf\xc0\xcc\x49\x9b\xcb\x18\xc7\x29\xc3\xcf\x82\x47\x89\xeb\x56\xaa\xa0\x87\x94\x99\x4e\xb7\x58\xb1\x74\x4f\x00\xe0\x38\x81\x13\x9a\x63\xa4\xa5\x08\x3f\xf1\x6c\xd2\x2b\x64\x0f\x74\x9e\x7c\x04\xed\x8c\x3f\x45\x69\xc2\xec\xad\x79\x4d\x95\xe1\xd8\x85\x6b\x69\x5c\x42\x7e\xea\x4a\xba\x9e\x94\x1b\xbe\x92\xb1\x9b\x02\xae\x4c\x85\xac\x68\x47\x9c\xce\x33\x65\xa0\x17\x00\xb0\xe9\x4c\x47\xb5\x23\xfe\x3d\xde\x56\x28\x21\xbc\x22\xac\x00\xd1\xc4\x67\xc4\x10\x9c\x8c\xf4\x82\x54\x51\x7d\x99\x02\x90\x7b\x0b\x22\xa8\x8b\x29\xdf\x53\x8a\x68\x79\x34\x5c\x98\x91\xde\x4b\xff\xb3\xd2\x1a\x9c\x0f\x0e\x38\x9d\x82\x8e\x31\xf3\x00\x80\x75\x9e\xc5\x51\x46\xe1\xa6\xd3\x98\xfc\x77\xf8\xc5\xf4\x85\x0c\x7b\x82\x1f\x7d\x00\x9b\x42\xcc\x63\x64\x55\xed\x21\x69\xc1\xd9\xf9\xf1\xe4\x0b\xe0\xad\x64\x39\xd5\x1b\xda\xbd\xee\x0f\xad\x93\x39\xb0\x62\x1b\x63\x1d\xab\xcf\x69\x1c\xfc\xc3\x96\x01\x00\xcb\x9d\xfd\x42\x36\x8a\x3e\xc2\xdf\xcd\xd5\x62\xae\xf3\xb7\x52\x27\x70\x36\xfc\x26\xf4\x06\x7c\x1e\x9f\x55\xf1\x8a\xb0\x97\x8f\xcc\xdd\x4e\x5a\xc9\xcf\x4f\x8a\x22\x8f\xf2\x13\xd6\xd9\x51\x73\xf8\x7e\x2b\x16\xd2\x9d\xf8\x4e\x4e\xc3\xa0\x3d\xef\x38\x00\x30\xd3\xb8\x9f\x24\x33\x90\x64\xf5\x45\xf6\x1c\xd4\x4d\xd5\x3b\x32\x1b\x13\xa3\xb2\x41\xae\xc6\xee\x54\x3a\x97\xcf\xc7\x47\x2b\x96\xe6\x2c\x24\x5c\x93\x2f\x4a\x78\x4e\x92\xc8\xec\x42\x01\x4a\x96\xe4\xf2\x72\x3c\x6d\x9d\x58\xe0\x44\x63\xe4\x09\x1f\x02\x00\xd4\xcf\x9f\x10\xfe\x05\x7f\xdf\xb8\x1d\xfa\x83\x64\x35\xcc\x25\xea\xd0\xd6\xe6\x52\x38\x16\xa3\x35\xb5\x95\x2a\x71\x81\x86\x73\x59\xe3\xf8\x67\xba\x2b\xf1\x17\x88\x7b\x35\xbb\x42\xdc\xc9\x4d\xaa\x02\xaf\x09\x6a\xa3\x7c\xdc\x29\x8c\x7e\x51\x32\x0e\x00\x50\x90\xb0\x4c\xf0\x14\x4e\x68\xf7\x84\x82\x11\xdf\x5a\x63\x08\x37\x51\x8a\xe6\xe0\xba\x53\x18\xb7\x46\x97\x92\x6f\xd8\x71\xf3\xdd\xac\x78\x3c\xd7\x44\x89\x47\x10\x8b\xf5\x37\x82\x27\xc9\xf1\x9a\x7f\xbd\x0c\xd4\x54\xe5\x56\x27\x6f\xba\x4c\x66\x0b\xb8\x81\x6f\x85\x5f\x05\x71\x70\xfb\xee\x49\xb0\x0b\xa1\xe9\xdc\x4d\x28\x40\x79\xb6\xa3\xea\xf2\xd1\x63\xad\x40\x49\x03\x36\xaf\x09\x93\xf9\x09\xef\x6c\x69\x8b\x0f\x20\x7c\x30\xe9\x83\xfb\x48\x7f\xeb\xdd\xbc\x04\x94\x87\xea\x4c\xa7\x20\xba\xb7\x7c\x2a\x40\x05\x25\xa2\x72\xa9\x3b\xeb\x4a\x49\x10\xfb\x39\xeb\xdf\xb2\xbd\x94\x0c\xd6\x93\xca\x95\xc8\x7e\xf6\x8c\xea\xbe\xf2\x00\x76\x0c\x2c\x3f\xfb\x5f\x36\x84\xf0\x4c\x28\x61\x9f\x40\x7b\x07\x73\x39\x9e\xb8\x7c\xcf\x1b\x9c\x26\xe2\x21\x47\x7f\x6e\x1c\x55\x0f\x00\xbc\x5a\xc6\x3b\x09\x92\x79\xb2\xdc\x95\x9d\xc4\x7c\x5e\x59\x45\xde\xc5\x9a\x5a\xdd\x8c\x9c\xcf\x8a\xab\x7d\x50\x36\xc8\x52\xc0\xb3\xb3\x71\xac\xdb\xc8\x47\xf1\x1f\xd9\x11\x98\x2d\xc1\xeb\xd9\x63\x78\xb3\xe7\x7e\x4e\x34\x69\x97\xa3\x27\xe7\x0f\xcd\x17\x00\x78\x7e\x60\xa8\x78\x00\x3a\x50\xb5\x92\x65\x81\x5e\xd5\xac\x25\xcf\x65\x7a\xc3\xc2\x11\x20\x93\x02\xdf\x50\xb6\x80\x79\x09\xc9\xc8\x7a\xc3\x0a\x41\x5f\x8e\x17\xb3\x86\x70\xa5\x41\xef\xd9\xc1\x44\x5b\xcf\x56\xf6\x75\xf2\xdf\x8e\x7e\x9c\x21\xda\x0f\x00\xe0\xbe\x06\x87\x84\x4f\x18\x9d\xf0\x6c\xe8\x2b\xe3\x27\xe2\x0f\x51\x06\xd6\xa1\x04\xf0\xa5\xe0\x3d\x8c\x5f\xc9\x1b\x08\x86\xfd\x93\xf9\x0c\x7a\x8d\x7f\x15\xd7\xcb\x14\x93\x80\xa0\x6a\x56\x30\xc5\xdb\x13\xc9\xfa\x46\xa3\x39\x26\xb0\x3f\x30\x5e\x03\x00\x37\x1b\x7a\x25\xa8\xa1\x89\x71\x33\xc0\xdd\x74\x47\x7c\x14\x61\x33\xbd\x8d\x50\x51\x37\x9b\x11\x41\x6c\x28\xfe\xc1\x78\x42\xfa\x2f\xd3\x09\xd4\x53\xaa\x36\x7c\x86\x36\x52\xdf\xad\x7d\xc3\x5c\x4e\xd7\x7a\x86\xb3\x9c\xc0\x54\xc7\x2c\x76\x20\x73\x06\x00\x70\x7a\x59\x05\x7c\x2f\xca\x08\x75\x1e\x23\x8f\xba\x99\xfa\x0f\x7e\x15\xf5\x1d\x4d\x56\xfb\x83\x36\x4a\x4f\x29\x9e\x4a\x87\x18\x1e\x19\xd1\x8c\x44\x70\xfa\x86\x14\xd0\x03\x9a\xbe\x16\x84\x3c\x98\xf3\x3d\xed\x99\x21\x2c\x7f\x47\x0a\xab\x92\xed\x0f\x00\xec\x1b\xec\x53\x1c\x31\x29\x9b\x7b\x98\xb6\x80\x3c\x87\xfb\x18\xf3\x95\x7c\x9f\xfb\xbd\xfa\x0f\xe5\x38\xcf\xaa\x28\x95\xba\x97\xe7\xbc\x69\x2f\x6d\x94\xb7\x26\x76\x0a\x7d\x27\x2f\x35\x50\xc9\xb8\xc3\x2b\x5b\x2a\x80\x9c\x79\x58\xc7\xcd\x4c\x3c\x2f\x1e\x00\xd8\x73\xb9\xbb\x98\x8f\x09\xc9\xca\x64\xb2\x9c\x18\xa7\x10\xa3\x46\x48\x81\xf2\x9b\x95\x6f\xc9\xeb\xe4\xae\x05\x10\x25\x5d\xb6\x79\xe3\x32\x2a\x52\xaa\x8a\xde\x41\xb3\x48\xb6\x05\x68\xe8\xf7\xc5\x7b\x3c\x1e\x83\xeb\x45\x9d\x8e\x4b\xa1\x03\xc2\x00\x00\x60\x61\xf9\x58\xf0\x2e\x7e\x8a\x99\x46\xdc\x8d\xff\x53\xbf\x04\xf1\x90\x38\xcd\x38\x54\x91\x4f\x5a\x6a\xf0\xc9\x9f\x4f\xde\xa8\x33\xa5\x7e\xa0\x48\x35\xf7\xa3\x0e\x53\xaf\xaa\xed\xfd\xc7\xe9\xfe\x8a\xff\x3c\x62\x19\xed\xb2\x76\x87\x7f\xa0\x50\xf1\x33\x00\x60\xbe\x13\x3c\x07\x6d\x70\xc8\xe6\xed\x84\xaf\x78\x46\x93\x23\x22\x98\x50\xdf\x90\x54\x7e\x80\xb8\xcd\x8c\xce\x33\x92\xee\x9b\xc8\xa9\x62\x8a\xa7\x21\x37\x0a\x41\x85\x74\xb6\xfe\x20\xed\x96\xba\xc6\xc3\x8e\x91\xa9\xa0\x38\x9c\x01\xdf\x48\xdd\x00\x80\x39\x28\xe4\x31\x2a\xb0\x2f\x3b\x42\x09\x08\xbc\x5d\x5b\x01\x7c\x2f\x21\xa0\x25\xa5\x3c\x97\x98\xd2\xb4\x3c\x2f\x9a\x44\xb1\xdc\x4a\x8d\x23\x1f\xa8\x2f\x8e\x5a\x4f\x9d\x6f\xe8\xf4\xcf\xa7\x51\xb4\x3c\xf7\xd7\xf4\x97\x2a\x6b\x87\xbb\xa0\x54\xe6\x0a\x00\xcc\xf5\xc2\xff\x68\x99\x92\x6d\x25\xe9\x38\x57\xc9\x92\xb2\xcb\xb0\xb5\xe2\x96\xca\x4d\x25\x42\xb1\x5f\xf5\xa9\x6c\x57\xd1\x09\x18\x25\xf1\x9b\x28\x13\x91\x16\xbe\x5f\xf8\x37\xba\xdc\x77\xb3\x10\x8f\x6b\x72\xc3\x0b\x67\x91\x1c\xa6\x9f\x17\x9c\xa3\x5e\x01\x00\xc1\xbf\x60\x28\xb5\x47\xdc\x5b\x3e\x15\xab\x11\xfb\x55\x66\xd4\x1e\x15\x9d\xa8\x56\x95\x38\x8b\x30\xb5\x17\xb3\xb6\x8b\x5c\xe0\x09\x89\xad\xc2\x3d\xc8\xc7\xe1\x18\x61\x11\xe6\xa0\xaf\xb7\x10\xc0\xef\x71\xab\x11\xec\x20\x3d\x9d\xfe\x50\x20\xa0\xe5\x02\x80\x60\x0c\xac\xa3\xbc\x14\x35\x55\xbe\xc0\x7c\x12\x45\x56\x7f\xa8\x8d\x17\x3e\xaf\xfd\x52\xdc\x24\xdc\x02\xb7\xca\x8a\x15\x22\x91\x1b\x12\xc3\x85\x2e\xe8\x91\x70\x17\xc1\x39\x5c\xfa\xaa\xef\x02\x19\xd1\xde\xad\x50\xb0\x89\xfc\x61\xfa\x07\x81\x1f\x7d\x06\x00\x08\x90\xe0\x19\xf2\x16\xc1\x40\xdd\x20\x7a\x9b\x80\x83\x48\xac\xb1\x12\x94\x22\x6f\x6e\x16\x09\x82\xd0\xe6\xcc\x6c\xc1\x6c\x2c\x33\x01\xc1\xff\x1b\x2f\x0c\x43\xf1\x87\x89\xbb\x56\xa9\xf8\x12\xf2\x47\xb7\x58\x3e\x89\x56\x36\xc3\x99\x4f\x63\x5c\x01\x00\xfe\x09\xe8\x3d\xc9\x93\xf7\x0b\xd3\x88\xaa\xe5\x4d\x62\xbf\x56\xbd\xe3\x0d\xe3\xe3\x8a\x14\xbc\x2e\x42\x63\x06\x89\xd7\x42\x9a\x13\xdf\xcf\x93\x91\xfb\xd6\x9d\xe7\xd1\xa8\xa5\xab\x02\x79\x6c\xfa\x32\x37\x1f\x9e\x1a\xb4\x9d\xb1\x96\xb7\x13\xba\x08\x00\x7c\x67\x56\x2a\xe1\x14\x77\x03\x39\x0c\xb9\x9a\xbb\x9c\xe2\x52\x79\x85\x3b\x97\xf2\xaa\x50\xc2\x5d\x4e\xbd\x9e\xae\xe2\x46\xd2\x6e\xc7\xdd\xe3\xc6\xd1\x3f\xae\xf3\xe1\x6e\x04\x97\xfb\x5c\xe4\x42\x10\xd2\xcd\x91\xbb\x95\xb9\x7f\x46\x36\xf7\x2d\xeb\x2a\x00\xf0\xd0\xec\x6e\x7c\x02\xeb\x5f\xb6\x13\xbc\x82\xf5\x83\x0d\xaf\x98\xc2\x9e\xcb\xee\xcb\x1f\x67\x17\xb1\xff\xd9\xf8\x9a\xdd\xcc\xf1\xdb\x40\x61\x9f\xe5\x48\x43\xbe\xb1\x7f\x73\x9e\xf9\xd8\x72\xe2\xb9\x69\xae\xbb\x38\x5a\x6e\xe7\x0c\x18\xe7\x03\x77\x0b\x00\x70\xa9\x5c\x2a\x66\x37\xf4\x46\xba\x15\x16\xce\x5c\x23\x0d\x2f\x7d\xcd\xe4\x4b\x76\xe4\xad\x62\x1e\x91\x24\xa4\x75\xb3\xe6\x88\xaf\xc4\x16\xb3\xea\xc4\x85\x21\x33\x59\x13\xa2\x8b\xde\xe5\x6c\x5f\xd1\x3a\xd7\x14\x76\xaf\x90\x3c\x23\x8f\xe3\x27\xc8\x01\x00\xce\x5f\x7c\x1b\x54\x2b\xb8\x43\xbf\xaf\x06\x0d\xfe\xd0\x1d\x2f\x61\x41\x99\xda\x2d\x39\x27\xa0\x11\x8d\x38\x15\xcb\x74\x52\x67\xc7\x14\x30\xc5\xaa\x29\xc1\x99\xcc\x5f\x8a\x86\x95\xdb\x59\x0c\xd9\x07\x97\x03\x6c\x6b\xa9\xcd\x0c\x57\x76\xbb\xe8\x20\x00\x70\x62\x04\x65\xc8\xe7\xe0\x72\x33\xa5\xfa\x30\x08\xd5\x47\x14\x3f\x00\x6f\x1b\xef\xe4\x44\x40\x11\x86\xba\x94\x1f\x50\x8f\xee\x56\xf4\x67\xa6\xbb\xd6\x27\xd8\x96\xd9\xad\xce\x5e\x49\x61\x79\x28\x57\xbb\xc8\x59\xa3\xb2\x2d\x33\xec\xd9\xb9\xe2\x0b\x00\xc0\xfe\x28\x78\x86\xac\x64\x8c\x36\x49\xab\x63\xc1\xe9\x8d\x6e\xc5\x38\x90\x60\x11\x66\xdf\x05\x27\xea\xcf\xa7\x6c\x85\x82\x8d\x1f\xa3\x0f\x41\x3b\xf5\x6f\x82\xee\x33\xa3\xb4\x7b\x57\x16\x32\xf7\xaa\x17\xbb\x90\x59\x49\x8a\xf9\x33\x9c\x58\xaf\x24\x07\x00\x80\xad\x11\x66\xd5\xbc\xd0\x8f\x96\x3c\x28\xbd\xab\x23\x94\x67\xe7\x7d\xd5\x46\x55\xee\xdf\xb4\x59\xe3\x52\xb3\x2e\xde\x4d\xf5\x12\xf6\x22\x3c\x4d\xd9\x85\xb8\xe4\x27\x53\xa4\xa3\x3f\x2f\xbd\x23\x7b\x89\x8f\x77\x7a\x2e\x15\x91\xfe\xb2\x65\x49\x82\x68\x28\x00\x10\x2f\x00\xaf\xd5\x18\x75\xdb\xcb\x93\x4a\x45\x5a\x59\xa5\x24\x6f\x44\x53\x5b\x7d\x62\x93\xa3\xba\x18\x36\x2b\xee\xba\x2a\x09\xae\x0c\x77\x50\xce\x42\xc5\xf8\x6d\x96\x9f\xc2\xae\x59\x7a\x52\x06\x11\x22\x9c\xde\x4b\x57\x92\x19\xb6\xad\xe2\x7f\x69\xe7\x01\x40\x74\x07\x7c\x5a\xe3\xaf\xdd\x5d\x79\xb5\xd4\x5d\xd3\x51\xfd\x34\xaf\x50\x2d\xab\xfd\xb6\xf1\x80\xaa\x19\xee\x10\x27\x51\x36\x21\xcb\xc2\xce\x2b\x88\xe8\x07\x7e\xcb\xe4\xe1\xb8\x86\xa5\x23\x32\x80\x88\x72\xfa\x2a\x39\x42\xa9\xb5\x3d\x26\xd6\xd3\xd1\x00\x20\xd2\x42\x61\xd5\xd3\x35\xab\x61\x3f\x4a\x9c\xd5\x0b\xe0\x67\x73\xab\x55\xcb\x91\xb8\xb4\xe7\xca\xf5\xe8\xf8\x0d\x37\x14\x49\xd8\xf8\xb0\x75\xf2\x10\x3c\x7a\xcd\x88\x6c\x3e\xf1\xc8\x52\x8a\xe4\x37\x65\xd1\x3c\x40\x7c\x9f\x66\xb6\xfd\x24\x9a\x04\x6d\x01\x40\xf8\x88\x19\x5b\xf9\x48\xb5\x11\x2d\x2d\x06\x94\x70\xcc\xcf\x1c\x94\x42\x80\x2b\x4f\xb3\x97\x6f\xc7\xdf\xda\x30\x47\x76\x93\x48\x5f\xa7\x91\xde\x27\x87\xae\x59\x2e\xb9\x45\x9d\xbf\x34\x48\xfc\x92\x3e\x6d\xde\x54\xd1\x27\xd0\xce\x2e\x50\x64\x05\xdd\x03\x00\xa1\x27\x4b\x5c\x71\x4c\xd1\x4f\x44\x16\xfd\x92\x9f\x27\x99\xb3\x09\xb2\xf7\x64\x59\xea\x32\xd9\x7a\x4a\x67\x6c\x92\x94\x4e\xbd\x11\xfa\x40\x62\xa6\x2f\x5f\xdd\x2a\xee\x63\x28\x3d\x5e\x89\xee\x41\xd3\xe6\xcd\x14\x39\x31\x05\x76\x08\x61\x28\x6b\x0f\x00\x08\x50\xec\xb3\xe5\x65\xb2\x52\xc8\x52\x68\x92\xf6\x32\xe7\x66\x2d\x97\x7c\x62\x8a\x53\xac\x24\x05\xac\xa9\x31\xb9\xe2\x6d\xac\xc6\x50\x67\xd1\x67\x76\xe8\xea\x29\x22\x7f\xf6\x1d\x0f\xb3\x50\xc4\x91\x38\x7d\x13\xdc\xe6\xce\xb1\x3b\x2a\x58\xca\x4d\x05\x00\x7e\x0d\x97\x52\x2a\x93\xc8\x45\xd3\x0b\xa6\x8a\x9f\x0b\x1f\x65\x9c\x12\xe7\x08\x4f\x24\x9d\x17\x9d\x15\xb6\x47\xa7\x89\x22\x85\xdc\x90\x50\x61\xb7\xb0\xc8\x37\x5f\x68\x25\x5c\xe5\xb1\x42\x80\x17\xbc\x73\x3a\xc3\x7f\x22\xa0\xdb\x5d\xe0\xe7\xf0\xbb\x00\x80\xd7\xc7\x9b\x2c\x99\x23\x5e\xa1\x5e\x9d\xd7\x2c\xea\x53\x49\xd3\x05\x22\x6f\xe5\x99\xc4\x6d\xc2\x51\xa5\x75\x54\x85\x30\x50\xb1\x36\x98\x22\xd8\x27\x4f\x5f\x75\x4c\x10\x2e\xcb\x71\x1f\xe1\xef\x94\x2e\x72\xc2\xf0\xc3\xc4\x1a\xbb\x71\xde\x1e\xe1\x21\x00\xe0\x2d\xe2\x7f\x2e\xc6\x8b\x1a\xf4\x84\xbc\x19\xa2\x25\x3a\x75\xfa\x14\xe1\x90\x56\x9e\x98\x2c\x0c\xd2\x40\x51\xf6\x82\xfd\xea\xe2\x60\x7f\x41\xba\x6a\xc9\x2a\x1d\xff\x8e\x62\xdc\x5d\xc8\x2f\x92\xcf\x75\x4a\xe3\xdd\x97\x02\x76\x63\xbc\x3a\x51\x1f\x00\x70\xaf\x0a\x60\x9b\xdf\x8a\x16\xd7\xbb\xe4\xb6\x09\xfb\x4c\xb6\x9b\x06\x84\x21\x86\xb3\x09\xbf\x05\xfb\xf5\x82\xc8\x6b\x82\x58\x9d\x7b\xf0\x74\xfe\x6d\x4d\xe3\x2a\x36\x9f\xa8\x7a\xee\x4e\xe5\xbd\x52\x9c\x77\x8a\xe3\x11\x64\x71\x76\x67\xb8\x3f\xc5\x2c\xe0\xff\x28\x2c\xeb\xb7\xa8\xf3\x36\x0a\x7f\x30\x50\x01\x51\x90\x12\xa4\x3b\x14\x29\xe9\x06\x29\xe9\x18\x18\x98\xee\xee\xee\xef\x74\xd2\x6d\x77\x77\xd7\x9a\x6b\xf7\xda\x9d\x6b\xac\x5d\xeb\x5a\xef\xf5\xfe\x03\xe7\x7a\x7e\xb8\x9f\x73\x6e\xa0\x62\x42\xa7\xea\x2f\x2e\x70\xef\x50\x55\x69\x46\xa7\x20\x6f\x97\x0c\x0d\x7b\x63\x0a\x73\xde\x0f\x26\xe3\x8e\xa6\x5e\xee\x4f\x27\x6a\x13\x9a\x7b\xc7\x52\x24\xe1\xd3\xbb\x36\xd3\x37\xfa\xe9\x1c\x95\xec\x70\xb7\x77\xd6\xcb\xbc\xfd\x60\xad\x19\x2f\x4a\x06\xc0\xf0\x5b\xda\x59\xbf\x62\xfe\x64\xe4\xb6\xaa\xe6\x91\x18\xf4\xa3\x12\xd6\x50\x09\x6e\x46\xce\xc9\x01\x11\x81\x91\xba\xae\xaf\x8b\xf4\x5f\x42\x46\x0f\x95\x7a\x28\xdc\xb9\x2b\x9a\x71\xd8\xcf\x68\xbf\xc2\xfe\x32\xd9\xc5\xca\xe0\x97\x81\xb3\xe6\x69\x22\x01\x00\x86\x3d\x52\x4b\x3d\x73\xd4\x0d\xe3\x59\x15\x38\x9c\x8f\xf3\x2e\xc9\x18\x64\x11\x22\x72\xba\xfa\xf7\x92\x8a\x52\x25\xbd\x8f\x28\xcb\x12\x3c\xba\x4f\xd3\x73\xc3\x5e\x77\xf6\xb1\x5c\xfd\x8c\xf6\x7a\xee\xb8\xc9\xc1\x96\x5f\x02\x0f\xf0\xd9\xb4\x4d\xf4\x05\x00\x03\x51\x7a\xac\x6e\xe1\x30\x9e\xf0\x57\x25\x6c\x70\x1b\x49\x5b\xac\x1e\x00\x94\x8c\xec\x9f\x7d\x75\xb4\x88\xd4\xf1\x3d\x26\x46\x7e\xfc\xae\x2e\x23\xcb\x10\xb6\xd9\x41\xe2\x7c\xf1\x13\xd8\x0a\xf8\xa2\xc9\x25\x96\x29\x22\x67\xa7\x52\xe3\x03\x09\x16\x00\xfd\x0a\xd9\xa6\xda\xcf\x83\x2b\xa8\x97\x2b\x96\x0e\x78\xd0\x2b\x8b\xce\xf7\x09\x18\x07\xb2\xd1\x3d\x37\x59\xad\x29\x9a\xee\x28\xce\x8c\xf8\xda\xce\x0c\xee\xef\x30\xaa\x7d\xa6\x60\x9c\x1f\xd9\x1a\x23\x8a\x99\x4c\x34\xfb\x49\xf2\x9d\x86\x8d\x40\xe6\x09\x80\xee\xaa\xfc\x7e\xcd\xb7\x01\x6f\x76\x59\xf9\xc5\x3e\x2b\x07\x51\xe4\xd7\xf3\x8d\xcb\xcd\x3a\xd8\xcd\xe6\xed\x4c\xfe\xb7\xf3\xa2\x20\x20\xee\xb1\xfd\xb3\x70\x20\x2c\xc4\xfa\x53\x1c\xe3\xd7\x68\xf1\x96\x3c\x9d\x6c\x30\x45\xc9\xd4\x4e\x6f\x0d\xd1\xf2\xd3\x00\xe8\x26\x2b\x3d\xaa\xff\xee\xbd\x2d\xee\x28\xbb\xd9\xc3\x96\xb8\x15\x96\x74\xfd\x96\xec\xc8\x72\xed\xb4\x4b\x19\xc9\x14\xc7\x44\x59\x4e\x9c\xc0\xd6\x20\xf7\x0a\xbd\x6d\x81\xe4\xff\xfa\x55\x98\xb6\x28\xde\x4c\xde\x6b\xb8\xa5\xdc\x34\x06\xaf\xfb\xad\xf2\x05\x00\xfa\xa1\xea\x99\xb7\xa6\x67\x8a\xfa\xcb\xdc\xeb\x5d\xbb\x34\x6e\x05\x6d\x9d\x78\xcd\x8c\xcc\x72\xc7\x38\x4d\x76\xd2\x9f\xb6\x01\x0d\x2e\xf6\x83\x75\x9c\xc6\x1a\xaa\x30\xb7\x6b\x36\xfa\x85\x1a\x47\x34\x67\x26\x5f\xd4\x5f\xd5\x2c\x1e\xb3\x55\x37\x43\x13\x06\x00\x94\xac\x3e\x50\x75\xb0\x6b\x83\x39\xae\xf4\x76\x27\xca\x74\x30\x5f\xea\xf0\x30\x15\x65\x40\xb6\xc3\xc6\x0b\x49\xb1\x56\xac\x11\x1e\x2b\x30\x7f\x34\x5c\x0d\x8d\x34\xb1\x0c\x05\xbe\x8f\x0d\x87\xf5\xec\xc9\xdb\xf5\xee\xba\xda\x31\x37\xb4\x2c\xe8\x1f\x00\x34\xf3\x35\x5b\xaa\x12\x3a\x7f\xdb\x5e\x95\x92\x1c\x87\x6c\x95\xf9\x7e\x76\x95\xb5\x3f\x23\xd9\x96\x6c\x79\x38\xfb\x95\xe5\xba\x25\x22\x76\xae\x59\x64\x6e\x08\x1d\x67\x1a\x63\x22\xf9\x5e\x30\xb4\x19\x23\x27\x6f\xd4\xad\xd1\x77\x8e\xb9\xa1\xf5\xd7\x6e\x01\x40\xd3\x06\x8d\xab\xdc\xd2\x89\xee\x0a\x28\x9d\xe4\x88\xef\x6c\xc9\xbb\x6c\xfb\xe4\x10\xa4\xff\xb4\xae\xb0\xdb\x67\x9f\xb2\x54\xd8\x06\x62\x93\x4c\x1f\xad\xba\x90\x9f\x46\xab\xa5\xc6\xf7\x8a\xfe\xa1\x69\xed\xe4\x03\xba\x64\xc3\xfa\xb1\xe3\xa1\xb5\x3a\x16\x00\xea\xf7\x10\xbe\xe2\xaf\xa5\xc9\x1d\x5f\x8a\x97\x2c\xfa\x82\xca\xcc\x79\xb5\x60\x2b\xc6\x9e\xb6\x7e\x54\x8e\x77\x9f\xe5\x32\x1c\x46\xbc\x18\x15\x3d\x00\x51\xce\x04\x2e\xed\xdd\xc5\x18\xe7\xe5\xd5\x75\x95\x6d\x9e\xb4\xc8\x7e\x8f\x1f\x0e\x80\xe5\xa9\x48\x0b\x80\xf1\xae\xf4\xaf\x8a\xad\x4b\x72\x50\x53\x8a\x75\x8b\xa6\x61\xe2\x73\x2e\xcd\x7f\x8c\x6b\x4e\xeb\x1d\xf9\x83\xb0\x72\xe6\x87\x21\x09\x79\x4e\x94\x5f\xff\x53\xda\x98\xc0\x85\xbd\x71\xcc\x09\x5e\x01\x5d\xad\x9c\xea\x49\xc7\xec\x02\xfe\x52\x00\x2c\x0e\xd1\x2e\x00\x8c\x3d\xd2\x23\x15\xda\xc5\xc5\x98\x86\x62\xf8\xc2\x99\xb8\x8a\x9c\x75\xf3\xa7\x10\xe6\xa5\x51\x87\x7f\x93\xe8\x33\xcf\x0f\x9e\xa0\x5c\x8c\x02\xfd\x45\x74\x76\x60\x4f\x4f\x2f\xab\xd4\x2b\xb8\xf3\x0a\xb7\x6a\xd2\x3d\xdb\x6f\x41\x07\x00\x96\x18\x71\x3c\x00\xc6\x4c\xe9\xe7\xf2\x13\x0b\xfb\x09\x37\x8a\x36\xcd\x1f\x26\xe9\x72\x3c\x46\x06\x28\x99\xa9\x9f\x86\x3a\x69\x09\x33\x45\x03\x24\x46\x5d\xe4\xa1\xde\x2f\xac\xc5\x81\xac\x6e\x04\xd7\xdf\x6b\xba\x63\x2f\x7f\x95\x8b\x8b\x6d\x82\x28\x1d\x00\x73\x95\x44\x07\x80\x81\x29\xbb\x5c\xde\x30\xff\x12\xf5\x40\x51\xd4\xc8\x77\x7a\x44\x36\x34\xec\xc5\xe8\x49\x95\x0c\x06\xb2\x32\x66\x4e\xeb\x9f\xc8\x99\x18\x29\xee\x59\xc3\xfd\x16\x58\xd6\x15\x26\x70\xf1\x8a\xb1\x8f\x8a\xf2\x5c\x52\xac\xe3\x24\x2d\x00\x98\xd0\xb2\x68\x00\xf4\x03\xf2\xef\x65\x98\xd1\x06\xd6\xc5\x42\xda\xb0\x9c\xfd\x2e\xeb\xed\xe0\x02\xae\x77\xca\x7f\xfd\xbb\x79\xa4\x84\xf5\xbd\xdb\xf8\xf7\x22\x67\x75\x13\x84\xe4\xc0\x19\x8e\x77\x62\x57\xaf\x24\x9b\x56\x72\xd7\x05\x67\x71\x91\x41\x00\x18\x15\xf2\x0b\x00\xe8\x8e\x29\xe3\xe6\x2e\x1a\x0e\x16\x6d\x2d\x38\x38\x88\x13\x23\xb2\xe0\xfd\x8b\x25\xe3\x52\xd4\xbd\x97\x24\x97\x12\xea\xbb\x9f\x49\x77\x45\xbc\xeb\x3c\x20\x5b\x15\x38\xd6\xce\x91\x2f\xf3\xaa\xb2\xfa\x29\xb6\xba\xec\x34\x6d\x53\x9a\x40\xa5\xa1\x4e\xf9\x1d\x00\xed\x56\x55\x5f\xe9\xbe\xc1\x1c\xd5\xd9\x82\x71\xfd\xa3\xaa\x37\x99\x07\x7a\xff\x55\xbb\xa4\x80\x9e\x1c\x75\x71\xfc\xd7\x2e\xac\xda\x12\xb1\xc2\x41\x50\x5f\x98\x71\xd1\x36\x57\x33\xcd\xab\xca\xfc\x4d\x53\xe7\xf2\xd1\xb8\x44\x53\x01\x36\xeb\x71\xea\xbb\x00\x40\x7f\xab\x17\x95\x1c\xeb\x3f\x64\xe4\xe5\x47\xf4\xcd\x34\x46\x66\xfc\xea\xe9\x31\x9c\x48\xee\xe8\x7a\x6a\x10\xc4\xd3\x3b\xc3\x0c\x11\x11\x05\xf6\x12\xfd\xa9\x19\x9d\xd6\x4a\x7d\xbb\x57\x94\xd9\x4b\xb7\xdd\xe5\x83\xe1\x82\xf6\x38\xb8\xa6\xdb\x06\x29\x01\x80\x1a\x34\xc2\x92\xe6\x7e\x77\xeb\xf8\xbc\x63\xbd\x5a\x8b\x2a\x63\x4d\xf7\x07\xf3\xf3\x64\xdf\xae\x2a\x33\x2c\x3e\xcd\x61\x36\x1d\x8d\x08\xb0\x1d\x30\x05\xcd\x60\x5b\xae\x1a\x91\x5e\x81\xa6\x15\x86\x6a\x97\x1f\x06\x9c\xee\x1d\xf8\x57\xd7\xa4\x2d\x07\x00\x02\x9a\x9b\xc5\xdf\xfa\x28\x0e\xf7\x3c\x49\xcf\x13\x3b\x22\x83\xdb\x0d\xb7\x0d\x26\xbd\xeb\xdc\x6c\xbd\x1e\x1f\x66\xff\x60\x75\x8b\x98\x6a\x9b\x6d\x89\x9f\x21\xb0\xc0\xcc\x11\x5e\x71\xa6\x68\xe3\x2e\x57\x2f\xfd\x73\xfd\x7f\x4e\x79\xda\x3b\xda\xdf\x00\x68\x96\x40\x59\xc5\x5e\x2b\x2d\x08\x56\xce\xdd\xe5\xe1\xa8\xbe\x39\x69\x4b\xd6\x63\x2e\x24\xe6\x2f\x4a\xc5\x57\x45\xff\x9c\xdf\x45\x72\x0d\x19\x19\xee\xa7\x8e\xf7\xdb\x3a\x80\x63\xe4\x4d\x9d\xd2\xeb\xc3\x3e\xef\xbc\xa4\x73\x2b\x1f\x03\x80\x2d\x57\x34\x08\x80\x69\xa1\xf4\x5e\xd1\xbf\x2b\x46\x51\xfc\x9c\xd3\xcb\x4a\x30\x82\x39\xb1\x8b\xef\xe0\xac\x89\xc9\x0b\x05\x84\x1b\xd1\xef\x46\x1f\x92\xf1\x21\x83\x43\x1f\x69\x49\x7e\xbb\xfb\x2f\x31\xd3\xa7\x46\xf4\xf4\x73\x0c\xce\x47\x3a\x0b\xf9\x97\x00\xb0\xde\x17\xfd\x09\x80\xa9\x5e\x7a\xa2\xe8\xe2\xf2\xb5\x98\x65\x39\x6b\x97\x62\x71\xba\x39\x9e\x8b\x5d\x08\xe2\x44\xdf\x05\x5b\x49\xbd\xd1\x37\x47\x67\x52\x3e\x85\x58\x86\x2a\xe9\x03\x7e\xbb\xfb\xe7\xb0\xe8\x53\x93\x7a\x26\x71\x15\xce\x0f\x1c\x27\x04\x1a\x00\xac\x02\x71\x1a\x00\xc6\x8f\xd2\xcf\x45\xe1\x4b\xdf\x13\xbe\xe5\x78\x2d\x3e\x4a\x1a\x4e\xeb\x59\xa8\xa5\x94\xcf\xda\x3b\x3f\x9d\x96\x15\x3d\x3a\x7c\x84\x81\x09\xc1\x0e\x7c\x61\x6d\xf7\x5b\xd3\xfb\x95\x9b\x32\xb5\xa4\xeb\x39\xff\xdc\x84\x69\xf6\x63\xa2\x1a\x00\x2c\xf6\xff\x53\x6d\x0c\x91\x9d\x2f\x7c\xb0\x24\x9a\x7a\x29\x7b\xcb\xa2\x30\x7a\x60\x5a\xd8\x02\x67\x86\x7a\x16\x72\xe4\x14\x2b\x36\xba\x69\x08\xcf\xfe\x1d\x32\xa7\x7f\x15\xf7\x8b\xdf\x68\xcf\x1e\xc1\xe4\xa9\xcd\x9d\x47\x44\x95\x13\x4a\x6c\xbb\x25\x18\x00\xcc\x43\xb2\x40\x00\x0c\x45\xf2\xef\x05\x5f\x16\xed\x62\xd9\xb3\xdd\x17\x6c\x60\x6f\x4e\xdd\x32\xda\xc7\xb9\x3d\xcb\x69\x98\xc0\x4b\x8b\x9e\x3c\x38\x95\xbf\x23\x64\x52\x1f\x46\x58\xe1\x67\xeb\xd6\x8a\x3e\x4f\xc5\x3b\x56\x4a\x2e\x4c\x10\x5a\xb7\xcb\x24\x00\x98\xb6\xc8\x0f\x01\xa0\x67\x28\x63\x0b\xb4\x0b\x0c\xa2\xea\xac\xe5\xa3\xdd\xa2\x67\xa9\x2d\xc3\x9d\x62\xfd\xcc\x7d\x83\x42\x09\x32\xea\x61\x7f\x96\xb4\x31\xf8\x73\xcf\x56\x59\x83\xdf\x60\xe7\x6f\x39\x6a\xea\x88\x3d\x45\x21\x9b\xf0\xc4\x52\xab\x44\x03\x60\x14\x29\x6f\x02\xa0\xab\x55\x19\xf3\x5f\x8d\xda\x94\x9f\xb3\x92\x87\x77\xa9\x7c\x52\x27\x0c\x5e\x55\xcd\x99\xa9\xec\xbf\xa4\x52\x47\xed\xeb\x5d\xa7\xba\x13\xfc\xb8\xbb\x52\x9d\xe9\x37\xec\x38\xac\xee\x9d\x7a\xd4\xe6\xac\x7e\x36\x31\xd7\x9c\xa4\xfe\x0e\x80\x41\xab\x5e\x0c\x80\x56\xa9\xd6\xe7\xbd\x1a\x7e\x6d\x98\x91\x89\x19\x8a\xd7\xdf\x4f\x41\x0f\xb4\xeb\x07\x12\x3e\xf5\x91\xf4\xf0\xa8\x9a\x9e\x46\x7d\x64\x70\x67\x57\x80\xee\x85\x1f\xdc\x7e\x44\xd7\x3f\x75\x93\xd5\x4f\xe7\x31\xb1\xc5\xd4\xac\xad\x02\x40\x7f\x1a\x4a\x00\x00\x7a\xa5\xa9\xca\x5b\x34\x9c\x6a\x36\x66\x4e\x1f\x14\x99\xdd\x52\x02\xfb\x37\x99\x0c\x09\x87\x7a\x0f\x98\xa6\x44\xc5\x76\x6f\x31\x8e\x04\x0b\x3a\x2d\x46\x7f\xbf\x0a\xfb\x5c\x83\x68\xea\x26\xcb\x32\x7d\xe7\x44\x8a\xf1\x99\xee\xff\x8b\x49\x82\xde\x00\x00\x2d\xd1\x6c\xce\x43\x0f\x19\x6d\xf4\x8c\x47\x03\x67\xac\x47\x93\xdf\xf4\x8f\xb7\xba\x25\x2c\xe9\xf5\xb6\x90\xa3\xfc\xba\x5d\xcc\x87\x82\x99\x8e\xf7\x66\x67\xbf\x2a\xdb\x21\x53\xe8\xd4\x23\x96\x20\xc3\xe3\x89\x0e\x23\x5e\x8f\x04\x40\xf7\x49\xbb\x10\x00\xa8\x08\x72\x1b\x5d\x83\xa9\x6b\x6a\xe9\xfa\x81\xbd\x00\xab\xd6\x6f\xc6\xe3\xe0\x29\x92\x25\xc4\x48\xc4\x3c\xfa\x6e\xb2\x2f\xda\x84\x7c\x42\x4d\xc4\xfd\x55\xbb\x82\xae\x27\x55\xe7\xb5\xb1\x0a\x69\x91\xf1\xf3\xb8\x69\xac\x00\xef\xaf\x02\x1b\x2f\x01\x00\x89\x4a\x78\x6f\x64\x33\x6a\x19\xec\x46\x57\x00\xa6\x18\xae\xd3\xdd\xc7\xfe\x40\x44\x88\x5f\xe1\x9f\xa3\xbe\xd0\xfd\x88\xbf\xb1\xaf\x90\x2d\x94\x5c\xc2\xfb\xda\x78\xda\x1e\x4a\x48\x1e\x60\xf6\xd1\x57\xc6\xbd\xe7\x6c\x64\x17\x7a\x1f\x13\x84\xf1\xbe\x03\x20\x49\x17\x55\x0f\x6f\x47\x7c\x6e\x57\x75\x26\xa3\x76\x23\x1e\xea\x26\x61\x46\xd1\xd9\xe2\x58\xdc\x5a\xec\x09\x1a\x97\xf0\x94\x20\x44\x1c\x27\xcf\x25\xa7\xd5\x6c\xa6\x3e\xa3\x05\xe4\x0e\x33\x1e\x32\x2b\xe2\x16\x70\x02\x39\xdd\xde\xdd\xfc\xcd\xfc\x0f\x00\x88\xef\x8b\x9e\x0c\xde\x87\xef\xc3\x6e\xb5\xb3\x3a\xce\xe3\x97\x43\x58\xe4\x6f\xa2\x49\xb8\x15\x53\x45\xee\xa2\xc6\xe3\x8e\x50\xf7\x76\xac\x21\x12\xe9\xef\xab\x8f\x51\x4a\x59\x95\x39\xcf\xe9\x22\xce\x99\x38\x17\xd6\x67\x3e\xd5\xbb\x8a\x77\x50\x14\x00\x80\xd8\x4f\x52\xdf\xbf\x06\x76\x9d\xda\x6e\xed\x82\x4f\xa1\x9d\x57\x5f\xe8\x20\x33\xe6\x08\xea\x90\x6f\x99\xdb\xc8\xff\x62\x96\xb1\xab\xdb\xe7\xe3\x0d\x9c\x77\xf3\x1e\x92\x56\xf0\xd6\xe7\x24\xd2\xbc\x04\x96\x58\x2b\xf3\xac\x48\xee\x1d\xce\x3d\x25\x61\x03\x20\x2a\x97\x3e\xed\xdd\xd5\x3c\x9e\x6b\x35\x5f\x87\x31\x78\x54\x55\x79\xdb\x77\x7e\x2e\xef\x4b\xc7\x3e\x41\x0c\xe9\x1c\x6a\x95\x30\x1e\x3e\x84\x3d\x26\x4a\x9c\x37\x91\x18\x2c\x2e\xcd\x36\x50\xfe\x94\xf0\x62\x67\x30\x76\x48\xd7\x79\x7b\x71\x1e\xc8\xfe\x02\x40\x68\x94\xab\xba\x7d\xea\x5b\x55\x71\x46\x4c\xd3\x34\x55\xbc\xfc\x7b\xcb\x3f\xaa\x70\xce\xc3\xb6\x0f\xaa\x04\xc2\x67\x44\x94\xaa\xb8\x6d\x22\xda\xa6\xaa\xaf\x3c\x83\x4f\x54\x61\xb2\x96\x92\x83\x54\xdc\x98\xa5\xf4\x26\x95\xd2\x7b\x0c\xfb\x82\x0a\x0f\x80\x60\x9b\xf2\x82\x63\x6d\x4d\x9b\x8d\xab\x8f\xaa\xc7\x58\x95\xd2\x4f\x4d\x1a\x8b\x91\x3d\x01\x76\xc8\xbc\x02\x5f\xd3\x9e\x68\x3a\x0a\x5b\x8a\xbc\x62\x3c\x5d\xb1\x11\xbb\xc3\x70\x24\xf3\x0a\xf1\x91\x7e\x71\x4c\x12\xad\x45\x87\xf3\xfa\xc0\xf6\x85\x9e\x02\x20\x98\xa3\xfe\xcf\x76\x62\x5e\xda\xd0\x7b\x6d\x5b\x6d\xc7\x60\x9b\x24\xa7\x61\x65\xff\x2a\x26\xaf\x65\x5a\xef\x13\xec\xbd\xb6\xad\x3d\x53\x5b\x38\x08\xa8\x6b\x7a\xf9\x71\x4c\x8f\xfd\x7b\x66\x1e\xe1\x9b\x75\x5d\xcc\x58\xea\x88\x39\xd6\x7b\x02\x6b\xc4\x90\x06\xd2\xf8\xef\xa0\xfb\xd6\xd7\x55\xac\x85\xf7\xa1\xe1\x9a\xd1\xf9\x8f\xc4\x9d\xf5\x2f\x46\x4e\x31\xae\x36\x13\x87\x96\x60\xeb\xda\xbc\x07\x90\x2d\x4e\x1d\x9f\x7b\xdf\x97\x0b\x30\xde\xdd\x75\x99\x5e\x84\x1e\x07\x23\x66\x3c\xb5\xd8\x3a\xcf\x3b\x9a\xd5\x61\x5c\x0a\xc4\xfc\x33\xda\x3e\x2b\xaa\xf2\xc9\xb2\xa7\x50\x50\xcd\xa4\x25\x43\xe2\x98\xfa\xc6\x45\x71\x0c\x71\xd3\xd5\xf9\x9b\x31\xbf\x5b\xad\x23\x53\x9a\x4f\x76\x70\x07\xb3\xca\xdb\xd0\xf3\xfb\x22\x32\xa7\x10\x62\xbb\xf6\xc4\x24\x51\x1e\xda\x27\x79\xe3\x58\x53\x4c\x3b\xc1\x0d\xbe\x4d\xfb\x65\xf0\x1c\x6e\xa8\xa9\xdd\xce\xc2\x3f\x82\xd5\x42\x24\x62\x05\x3c\x49\xb8\x98\x74\x13\x31\x8f\x0a\x28\x43\x68\x5b\x87\x98\x06\xe1\xee\x54\x77\x33\xd6\x90\xda\x73\xb6\xb0\x63\x69\x59\xb1\x3f\xb8\x0f\x59\xd9\xde\x15\x82\xcf\x3c\x1c\x00\x92\x95\xa2\xe8\x81\xa7\x98\xe7\xb0\x33\xb6\x41\x5c\x3b\x9c\xab\x59\x8a\x7f\x81\x98\x2a\x78\x47\x5c\x8a\x7a\x4e\x21\x90\x8d\xd8\x27\xed\xef\xa9\x43\x84\x37\xd5\x33\xe8\x0f\x29\x51\x39\x35\x2c\x88\xbe\x29\x76\x2d\x17\xc9\x86\x7b\x07\x09\xba\xf9\x71\x00\x48\xd0\xa2\x9e\xfe\xb7\xe8\xdc\xf6\x76\xeb\x4e\xcc\x55\xc4\x5e\xf5\x15\x9c\x05\x3d\x4d\x30\x87\x40\xc5\xae\x23\x1f\x27\x71\x09\xe8\x76\x3c\x65\x05\x39\x6a\xde\x0a\xba\x27\xcd\x27\xfb\x35\xf3\x0a\xb3\x3a\x16\xc9\xb9\xc8\x59\xe1\xf5\x41\x10\x26\x98\x01\x80\xc4\x45\x1c\xd5\xfb\x05\x11\x8e\xc5\x98\x5f\xa0\x9c\xf0\x18\x55\x32\xfa\x17\x71\x1e\xef\x04\xce\x87\xdc\x4e\x32\x10\xe0\x54\x2b\xbc\x9e\x74\x8e\x7e\xb6\xea\x30\x55\xc2\x4a\xca\x2e\x64\xb0\x39\x47\x62\xee\xb0\x37\xf2\x05\x5e\x07\xf8\x69\xa2\x5c\x00\xc4\xe5\x12\x47\xf7\x17\x78\x32\xe5\xad\x29\xb8\x63\x2e\x8d\xab\x58\x8c\x94\xd2\x9f\x72\x09\xe8\x93\x4c\x2a\xb1\x05\x57\xca\x76\x6b\x9b\x4b\xf8\xc2\xd9\x5b\xf9\x90\x7c\x9f\xa7\xcf\xea\xa3\x7b\x0a\x04\x31\x24\x96\x45\xa4\xf0\x5a\xc8\x2b\x91\x58\x00\x10\x29\x64\xfe\x5d\x63\x60\x5c\xce\x4f\x03\xa1\x6d\x17\xf7\xbd\xdc\xaf\x23\x98\xf7\x17\xc7\x15\xb9\x98\x7f\x82\x90\x80\xa9\x13\x5c\x6d\x2d\xc6\x67\x09\xff\xae\x74\x21\x21\xc4\xee\x99\xef\xa8\x27\x25\x75\x31\xe3\x98\x62\xe9\x62\x2f\x2b\x17\x23\x7b\x08\x80\xf0\x0f\xf9\x3a\xbb\xa6\xf1\xac\xb2\x5a\xe7\xd6\x82\x53\x72\x25\xcf\xda\xbc\x94\x66\x96\x4b\xfb\x7d\xe5\x42\x1c\x16\x79\x43\x79\xac\xe5\x10\xd6\x55\xf9\xb4\xfc\x06\x41\xa8\x72\xc9\xf4\xa3\x44\xab\xd2\xa2\x07\x19\xd3\x55\x1d\x5e\x03\x9c\x2a\x15\x1a\x00\xc1\x13\xe5\x07\xab\x57\xdd\x2b\x6b\x9b\xe6\x7e\xe3\x7e\x8b\x55\xf4\x6f\xcb\x6a\xf3\x6e\x46\x51\xdb\x66\xd3\x33\xcc\x89\x8e\xe7\x26\xdf\x66\x3c\x1a\x66\x4c\x2b\x3b\x8e\x07\x86\xb9\x19\x4d\xa4\x7f\xf4\x85\xd1\xc9\x74\x7f\x5d\x84\x97\x83\xed\x80\xce\x00\x1f\x01\x4a\x33\xc9\x1c\x54\xb3\x77\x70\xa9\x7a\x6c\xfd\xae\x81\xd9\xc2\xf4\xa6\x2b\x7d\x4b\x68\x5b\x5a\x9d\x7b\x3e\xa0\xf1\xed\xd4\xee\xd4\xa6\x7c\x94\x73\x67\xeb\xdc\x27\xd8\x7b\xf6\xb6\xf4\x3f\x49\x63\xac\xf1\xd1\xe3\x69\x08\xd3\x29\xaf\xd5\x6c\x37\xfd\x2f\x60\x11\x78\x42\x37\x4d\x75\xd5\x6f\x17\xf0\x55\x25\x75\x9f\x46\x17\x0b\x74\x4d\xbe\xc3\x6b\x69\xd3\x60\xad\x83\x43\xa8\x3b\xf0\x33\xfd\xcc\xc6\x2b\x48\x51\x6f\xd0\xdc\x41\x2c\xba\x6b\x51\xfa\x7c\xe2\xb0\xfd\x5e\xf4\x04\x9a\xb3\xe5\x9e\xd7\x09\xd6\x19\x23\x06\x9c\xe7\x3f\xd7\x1a\x8d\x67\xaa\x91\x4b\xc9\xca\x93\x75\xa8\xc5\xc5\x82\x69\x8d\xea\x05\xff\x51\xb7\xb5\x1c\x1f\x1d\x44\xd9\xe0\xf9\xc3\xee\x8d\xf3\x11\x1f\x06\xe0\x73\xe5\x98\x27\xbd\xa4\xf4\x85\xc4\x84\xae\xf0\xe8\x54\xea\x52\x5b\x8f\xf7\x44\x96\xc4\xc4\x76\x8a\xe1\xaf\xd4\x3e\xef\x3d\x4e\xf8\xd6\x84\x37\x6f\x20\xf9\xc1\xea\x95\xcf\xc9\x30\xf8\x6c\x1e\x9e\xb2\x13\x51\x45\x72\xa1\x55\xa1\x2d\x6d\xe7\x18\xee\xb8\xdb\x55\x99\xac\x09\x24\x54\xd6\x06\x4e\x2d\x2d\x37\x06\xc9\xbb\xc8\x2a\xf7\xca\x11\xae\xe6\xa9\x00\x90\xfa\x8a\xda\x7a\x9e\xe0\xab\x61\xfb\x4d\xf7\x09\x83\x70\x94\x32\x9e\xf8\xbb\xe3\x5f\xee\x7e\xb2\x01\x75\x8d\xc8\xa7\x16\x62\x2f\xb7\x55\xd0\x63\x08\xf7\x2b\x4f\x30\x4b\x29\x81\x59\x75\xec\x0d\xf4\x75\x31\xde\xbc\x7a\x36\xd6\xcb\x47\x38\x97\x5f\x08\x80\xe4\x2f\xd1\x81\xee\x6f\xd8\x65\xed\xe9\x26\x67\xbc\x0f\xa2\x57\x41\x26\xac\x40\xbd\xe2\xba\x91\x9a\xb1\x16\xc2\x0d\x4a\x0a\xa1\xb8\xf5\x30\x2d\x9b\x3c\xb9\xb2\x99\x21\xa5\x8d\xcb\xfc\xc4\x1e\xc3\x2c\x88\xbe\xc0\x3d\xc9\x59\x39\xed\x93\xe0\x96\x60\xd6\xff\xf7\x42\x5c\xd3\x79\x07\xb5\x01\x3b\xd5\x30\x13\xd3\x86\xf7\x97\x9d\xc5\x45\x11\x3d\xd9\xcb\x09\x6e\xe4\x50\xfc\x32\x52\x24\xb5\x05\xb6\x83\xc2\xa0\x2f\xac\x10\xd2\x5e\xb0\xdc\x32\x6b\x99\xab\x39\xeb\xa2\x5b\x38\xeb\xf9\xcc\x69\x17\xf9\x9f\x44\xe5\x00\x88\x8f\x4a\x36\x3b\x3c\x3b\x36\x53\xd4\x3a\x29\x72\x39\xcd\x43\x9a\x85\xde\x4e\xef\x65\x95\x62\x4f\x33\xa7\xe3\x78\x04\x7f\xd6\xd1\x96\x75\xa4\x05\x1c\x79\xf9\x10\xb5\x85\xd7\x98\xb1\x96\x51\x27\x68\x8c\x7a\xcb\xb6\x8b\xe8\xd3\xf6\xf0\x27\x48\xec\x00\x88\xbe\xcb\x32\x6d\x7e\x70\x27\x0e\x13\x3a\xd0\x11\xc3\xe5\x89\x37\x22\x19\x3c\x12\xe3\x1f\xf4\x3a\x3e\x0a\x5b\x81\x4b\x10\x08\x9b\xd7\x10\xfe\x16\xf6\x97\x1d\x25\xdf\x10\x9d\xc9\x70\xa7\xbb\x4a\x42\xa2\x86\x58\x0a\xa9\x7e\xda\x7a\x5e\xb4\xec\x36\x00\xa2\x3c\xf9\x9f\xe6\xbd\x2d\x44\x05\x5d\xad\x6a\xbd\xad\xd8\x26\x1c\x68\x27\x2a\x5e\xd2\x7e\x20\x3e\x2b\x27\xa1\xad\xe8\x43\xca\xdc\xa6\x24\xdc\x11\x25\x6b\xee\x08\xf1\x3f\xe5\xda\xf4\x02\x2a\x4b\xf9\x2a\x2a\x8d\x19\xaa\x4a\x98\xf6\x07\xd7\x43\x55\x09\x80\x10\xa3\x02\xc6\x8a\xc6\x65\x96\x6c\x25\xba\xa5\xc8\xdc\xcb\xff\xa3\xf5\x97\xe9\x21\xb5\xb0\xfd\x9c\x29\x18\xf9\x03\x79\xcd\x88\x6d\xb8\x8f\xf5\x36\x0c\x96\x76\x12\xcc\xfa\xc3\x73\xf4\x94\x74\xdd\x8d\xc8\xeb\x8c\x30\xed\xcd\x69\x07\x39\x8d\xd0\x02\x00\x04\x37\x34\xce\xfa\xbc\x7a\xe2\x40\x95\x9c\xd7\x94\xd7\xf7\x8b\xfb\x09\x36\xab\xb7\x87\xbc\x15\x1e\xd9\xfd\x15\xb1\x0c\xd1\xda\x55\x5f\x7f\x04\x7d\xcc\xd1\x5d\xb2\x1d\x4f\xb6\x6d\x49\xfb\x8f\x3c\xcf\xb2\x28\x72\x2d\x9d\x64\x42\x4e\xbb\xcd\x3e\xa7\xdf\x03\x98\x02\x1d\x74\x4c\x27\xaf\x1b\x99\x3f\x4e\xb6\xbd\x51\x3a\xd2\xc2\xcd\x68\x11\x0c\xe9\xc8\x5e\x6d\xe2\x01\x23\x22\xa8\x63\x4f\x9f\xb0\xbe\x15\x9d\xda\x53\x5a\x42\xc6\xbd\xec\x7c\x96\x76\x89\xf4\xd8\x5e\x1a\xb9\x9e\x3e\xc5\x42\x9e\xf6\x95\x6d\x33\x7a\x81\x4d\x82\x66\x2d\x53\xe7\x54\x37\x6e\xf1\x63\x59\x7a\xc3\xa3\x85\x4f\x39\x07\x9b\xef\xcf\x3f\x4c\xda\xd2\xfa\x74\x84\xdf\x71\xa5\x23\x7e\x68\x42\x7d\x18\x6a\x63\x3f\xbf\xa4\x1a\xc7\xe8\x59\x9e\x76\x85\xc4\xef\x84\x22\xaf\xd2\xd6\xda\xa6\x79\xa5\xb1\xd3\x4d\xc1\x4e\xae\x82\x29\xda\x4b\xd6\xc5\xd4\xde\x26\x81\xe6\x09\x4d\x0c\xc3\x88\x1c\x74\x29\xbc\x90\x6e\x61\x6c\x44\x54\xa2\xb7\xb2\x5c\xd0\xca\xa6\xb1\x6c\x1d\xee\xfc\xdc\xc9\xdc\x59\xa4\x96\x39\xb9\x7c\x17\x5a\x4a\x44\x9f\x30\x86\x55\xec\x61\x11\x77\xf1\x3a\x01\x90\x19\x44\x90\x65\x2d\x25\x10\xb6\x54\x13\x40\x9d\x01\xaf\x11\x7e\xa0\xa5\x77\xbc\xa7\x7d\xa4\x77\xa2\x76\xa3\xa3\x99\x93\xb1\xeb\x1a\x4d\xac\xd5\x84\x3d\xa5\xcb\x39\x7c\xf2\xcf\xb4\x27\x3c\x2e\xdd\x1e\xd1\x21\xd8\xc2\xae\xf5\xe0\x8a\x53\xf9\x25\x00\xc8\xe6\x8a\x6e\x9b\xd7\x90\x56\xc3\x3f\xa9\xab\xc8\x87\x10\x68\x61\x31\xe5\x5f\xd4\x9f\xb4\x3a\x1a\x13\x5b\x8d\xea\x63\xb8\x10\x9c\x1a\x27\x32\x4f\x90\x2e\x94\x66\xb0\xb7\x52\x2f\xa6\x39\xb8\x97\x98\x3e\x11\xa1\x82\x59\x1c\x8b\x07\x46\x74\x5e\x10\x03\x80\xf4\xab\x18\x67\xbc\x80\xbf\x8c\xe9\x51\xf6\x12\x03\x70\x03\xfc\xcd\x24\x03\xc1\x4c\xf9\x42\xc9\x26\x2d\x43\x32\x69\xd3\x28\x8f\x1a\x5c\x18\x2e\xf4\xd4\x12\x22\x2b\x91\xb9\x35\xf5\x39\xc7\xc4\x21\x85\xff\xc1\x0f\xe2\x17\x78\x54\x08\xdf\x89\x66\x03\x20\x2d\x94\x1c\x30\x84\x60\x5e\x92\x2f\x29\xc6\xe3\x18\xd4\x0e\x5e\x1a\xc1\x9f\x76\x85\xbc\x88\x34\x91\xc1\x40\xe4\x53\xfc\x59\xb1\xf5\x4e\xb4\x4a\xf6\x87\x62\x13\x63\x35\xf7\x6e\x6a\x1d\x3b\x87\xff\x35\x9c\xc5\x9b\x24\x4a\xf4\x28\x15\x4e\x96\x50\x01\x90\x40\xb2\x12\x9d\x12\x35\x83\x6d\x92\xb1\xd1\xaf\x38\x0a\xce\x61\xec\x15\x2e\x8d\x54\x83\xff\xc2\x53\x75\xf8\x90\x72\xf9\x9b\x6a\x7f\x53\x96\x0a\x9e\x16\x6d\xa3\xa7\x89\xd2\x52\xf6\x31\x7f\x8b\xd7\x84\x47\x73\x81\x34\xc5\x63\xae\x20\x49\xb6\xee\xff\x9f\x25\x3f\xa3\xb9\xd2\xfe\x52\x76\x47\xe2\x89\xb8\x2d\xcf\x61\xad\x45\xfd\x27\xb7\x10\x18\x58\xa4\xfc\x22\x9c\x8d\xff\x5b\x11\x5d\x33\x4a\xea\x52\xc8\x0b\x47\xa9\x14\xc5\xad\xe4\xef\x0c\xa6\xb2\x28\xec\x0a\x7b\xad\x72\xbb\x07\x9a\x1f\xa4\xfc\x06\x80\xe8\xa9\xf2\x9d\x6a\xa4\xf5\xb6\x69\xa6\x68\x52\x7b\x9e\x71\x15\xe3\x02\x62\x87\xd1\x0b\x77\x08\x5d\x6d\xd0\xb4\x7e\xc2\xb9\xea\x3f\x54\xb7\x11\xde\xe9\x1b\x0b\xe6\x53\xc6\xea\xd6\x27\x57\xd3\x73\xb4\x1f\xc3\x54\xac\x75\xda\x59\x1e\x58\x1e\x02\x8a\x02\x40\xd4\xac\xbe\xa9\x18\x6c\x79\xd9\x7b\x4c\x50\xd8\x06\xef\x59\x42\x4f\x6e\x7f\xd5\x0d\xc7\xce\x43\xae\xed\xfc\x02\xdb\x80\xe9\x76\xe8\xe7\x95\xe3\x97\xd9\xbe\xe7\x9f\x24\x3d\xb3\xc2\x92\x4e\xd3\x6a\xcd\xf2\xb0\x2a\xe6\x47\xa3\xcc\x43\xce\xbd\xa2\xf7\x07\x40\xf8\x01\x82\xe4\x5b\x5a\x92\x87\x53\xf9\x92\xd6\xa5\x83\x7b\x69\x96\xf6\xa4\x81\x40\xcc\x2e\xc4\x8f\x3e\x38\x6c\x26\xfa\x7d\x0f\x54\xf5\x08\xef\xd9\x65\xcf\x57\x92\x48\x0e\x56\xd2\x72\xea\x53\x9b\x6b\x58\x39\x73\xc4\xcc\xf0\xe8\xe3\x3a\x0c\x04\x00\x84\x07\xb4\xd1\x72\xd7\xe6\x0d\x0b\xae\xf3\xde\xb5\x4e\x9d\xef\x4f\x0b\x84\x0f\x8e\xa4\x61\xda\x11\x84\xa1\xa8\x96\x27\x68\x54\xff\xe7\xaa\x0d\x38\x4b\xef\xd2\x7c\x2c\xf1\x79\xb7\x7f\xd2\x6a\x2a\xd7\x91\x19\x46\x66\xa6\x5a\x5d\x3d\xce\x70\xe7\x18\x69\x00\x08\x99\xda\x4e\xa8\x9a\xf5\xbe\x49\x2f\x89\x66\x77\xc3\x28\xac\x5a\x4e\x1b\xbc\x0c\x7f\x8f\x9b\x87\x28\x6d\x5b\xc2\x2b\x41\xf3\xaa\xfb\xf9\x44\xdc\xd1\x82\x56\xc1\x26\x52\x7d\x52\x90\x28\x99\x16\x11\x52\x22\x7e\xc1\xca\x70\x6f\x91\xde\xe5\x59\x01\x50\xc0\x44\x16\x8d\x85\xc9\x84\xf5\x8a\x79\xac\x3c\x78\x2a\x73\x27\x3b\xa1\xe3\x0a\x7e\x2e\x27\x19\xd5\xdf\xe6\xc9\x85\x61\x75\xd5\x7e\xbc\x61\x42\x7f\xfe\x6b\x81\x13\xf9\xd1\xec\x4b\xc2\x65\x74\x66\x88\xb7\x58\xcc\x4e\x75\x2f\x97\x9a\xf9\x49\x00\x28\x82\x44\xd7\xd4\x07\xe9\xff\xc0\x4f\x88\x76\x32\x5e\x22\x62\x98\xce\x2c\x27\x94\x01\xb7\x94\x1d\x8a\x75\x6b\x55\x70\xf0\xf8\x43\xf3\xfa\xb9\xc7\x48\x03\xf9\x0a\x7e\x25\x75\xc9\x6c\xad\x70\x12\xe3\x79\xf0\x4b\xd1\x77\x0e\xc6\x3d\x57\x1a\x2d\x98\x08\x80\xfc\x8a\xb8\x45\x79\x93\x5a\x8a\x99\x22\x1c\x4b\x23\xe3\xfc\xe8\x7c\xfa\x7a\x82\x1b\xb6\x88\xe9\x4a\x8a\x87\x55\xb3\xcc\x14\x4e\x95\x83\x13\x4c\xbb\x9c\xb7\x8c\x7b\x9b\x89\x49\x7c\xce\x3f\xcf\x09\x0c\x5e\x2c\xfc\xc4\x1f\xef\x9e\x2e\x69\x10\x39\x01\x20\x0f\x97\xac\x51\xa0\x49\x3c\xd2\x0b\x7e\x27\xf9\x1a\xc5\x4a\x0b\xa6\xb6\xd2\xbc\x30\x6e\xb4\xb7\xf4\xfd\x2d\x73\x18\x2b\x98\xc6\xca\x05\x2c\x0e\x1b\x9f\x7b\x87\x83\xe5\x92\x13\xb1\x3c\x3b\xbf\x37\x98\x28\x78\x26\x7c\xe4\x5e\x2c\xe6\x4a\x66\x02\x20\xc3\xca\x66\xca\xb6\xe3\xbf\xb2\x5a\x79\xbe\x44\x09\x1b\x47\xb9\x48\x0e\xe7\x90\x50\xb7\x28\x6f\xb8\x5d\xcd\x51\xb4\x1b\xbc\x6b\x15\x9b\x19\xd7\x05\x31\xb9\xfe\xac\x6f\xc2\xfe\x59\x8f\xb8\x6d\xe2\x98\xe0\x44\xfe\x63\xc9\x65\x77\x98\x68\x44\x86\x04\x40\xba\x52\xbe\x56\xc2\xc7\xac\x91\x16\xb0\x5f\xe3\x44\xd2\x6d\xa4\xcb\x84\x76\x99\x27\x72\x0a\x09\x27\x13\x37\xf6\x53\x6c\xb2\xf7\xe5\x28\xda\x79\x39\x3d\xc7\x83\x99\x26\xff\x38\x2b\x85\x7d\x4e\x61\x0f\xfa\x9b\xd7\xad\x8c\x73\xa7\x0b\xad\xca\x4e\x00\x24\x27\x94\x07\x45\xb1\xc8\xef\x06\x4f\xe6\x2b\xf4\x0f\xfd\x02\xa2\x0b\x6e\xba\x3e\xa4\x43\x40\x68\xd2\xed\x6a\x98\x45\xda\xaa\x6b\x28\x4b\xa0\x26\x6a\x9f\x66\xcf\xa0\x5f\xd2\xf2\x67\x76\xb3\xe6\x43\x3f\x83\x46\xb9\x7d\x10\xc7\x5d\x21\x38\xac\x19\x06\x40\x12\xa1\x1e\x14\x14\x74\xdc\xed\xf6\x61\x64\xa2\x7c\xba\xa6\xe3\x35\x18\xbc\xe3\x5d\xfb\x74\xdc\x61\xfb\xc1\xfa\x71\xc4\x22\x9b\x66\x6e\x2a\xf9\x95\x35\x35\xab\x83\x76\xc0\x7c\x61\xa6\x07\x73\x97\x69\x6e\x10\x82\x73\xdf\xa0\x73\xb7\x09\xd2\x75\x24\x00\xc4\xfb\xa0\x58\xbe\xb5\x23\x78\xa0\x8e\xee\x40\xc2\xfb\x7e\xe0\xee\xa3\xb7\xf5\x2a\xe1\x0e\x9c\x7f\xf7\x87\xba\x2e\xc2\x8a\xae\xc6\xd2\xeb\x64\xa4\x63\x61\xd6\x74\x5a\xa1\xed\xcf\x84\x57\xcc\x79\x96\x3d\x41\x8d\x1c\xa3\x09\xe3\xbe\x88\xff\x4e\xbf\x1c\x00\xb1\x1a\x3a\xcb\xf7\x6c\xef\x1c\x39\x49\x0f\x40\x1c\x1d\x9e\x8d\xe3\xa3\x83\x06\x99\xf0\x74\xac\xa1\x7f\xa8\xae\x86\xe0\xd5\xbb\xbc\x74\x0d\xe9\x7a\xf7\x40\x96\x13\xf5\x58\x67\x5b\xc2\x4b\xc6\x6d\xdb\x95\x20\x2a\x27\xcc\xfc\xde\xfd\x2c\xbf\xdf\xb0\x12\x00\x71\xac\x36\x53\xec\x10\x1c\x6e\x3a\xc6\x3a\x20\x4c\x80\xf5\x13\x31\xc2\x4d\x70\x62\x87\x55\x94\x8d\x68\xab\xff\x26\x7a\x88\x86\xe6\x2e\x17\x2f\xc4\xfd\x95\x95\x24\x91\x90\x48\xf1\x1b\xa4\x7d\xb4\xd4\x80\xf5\xb2\x1b\xac\x62\x97\x8f\x8a\x1a\xde\x00\x00\xaa\x02\xd1\xa8\x68\x19\x9f\x07\x1b\x60\xfe\xe4\x7f\x83\x27\x11\x4e\x08\x86\x3b\xce\xb4\x7f\x12\x16\xa0\x8c\xf5\x14\xd1\x18\xac\x60\x6e\xa4\xe8\x2e\xc1\x96\x79\x5c\x7c\x95\xfc\x20\x1e\x27\x75\xa3\x93\x03\x1c\x32\x1a\x3b\xd1\xe5\xad\xfc\x27\x3f\x1e\x00\x95\xb3\xe8\xae\x70\x3d\x2f\x12\xde\xc5\x4c\xe5\x1d\xeb\xf8\x42\x08\xe5\xab\x50\xf0\xf6\x46\x41\x01\xe6\x5e\xdd\x25\x61\x10\xbe\xbf\x74\xb1\xc8\x9b\xc4\xcb\x6c\x14\xc7\x52\x2d\xf1\x21\x12\x09\xe3\x62\x00\x57\xfa\x81\x53\xe3\xf2\x56\xbe\x88\xff\x19\x00\xe5\x3e\x71\xb3\x60\x2c\xdb\x86\xde\x44\xef\xe3\xc0\xb1\x6b\x70\x36\x6e\x19\x7e\x7e\xdb\x3b\x5e\x09\xf1\x70\xed\x7c\x7e\x07\xc5\xa3\xa4\x57\xa0\xa7\x41\x19\x3c\xe1\x59\x66\x78\x9c\x5d\x5c\xc9\x7e\x1a\x50\x24\x79\xcf\xbb\xe5\xf2\x5b\x76\x5e\x78\x07\x00\xe5\x24\xc9\x7c\x1e\x89\x71\x81\x14\x49\xcb\x64\xde\x25\x9f\xc2\x22\xd8\x2e\xd4\x8e\xd6\x7b\x9c\x5c\xba\x57\xcd\x62\xae\x85\xf1\xb6\xf8\x00\xef\x29\xeb\x49\xfa\x31\x41\x07\xe7\x57\x5c\xa8\x68\x2a\x3f\x3f\x20\x50\xfc\x42\xb8\xc4\x35\x44\xfa\x4e\xfc\x15\x00\x45\xa5\xcc\x9b\xeb\x43\xcb\x64\xc6\x51\xbe\xd2\x2d\xac\x4a\x4c\x2e\xe3\x25\x1b\x07\x3b\xcb\xaa\xe5\x2c\xaf\x5e\xc3\xbe\xc0\x1b\x57\xf4\x0f\xb7\x95\xcf\x4f\x9f\xce\xfb\x25\xf8\x1d\xbb\x57\xf0\x48\xb4\xc9\xff\x87\xe8\x85\x44\xe4\xda\x20\x9d\x22\x9b\x0e\x80\x5c\x21\x77\xb0\xee\x93\x5b\xc4\xdd\xa4\xbf\x29\x9b\x24\x3e\xa8\x26\x5a\x82\xa4\xb7\x25\x8c\x7e\x56\x1a\x34\x6f\x0e\xd3\x28\xdd\x53\xb8\x95\xdd\x2c\x43\xcd\x09\xe7\xe6\xc8\xa7\xc6\x06\xf2\xdb\xe5\xb7\xfc\x0f\x0b\x17\x28\x16\xbb\xb2\xc5\xbf\x95\xd1\x00\xc8\x96\x2b\xed\x8c\x1d\x04\x8b\x76\x35\x71\x0c\x69\xb6\x96\x84\xd8\x48\x7e\xad\x0d\x6c\x5a\x42\x3d\x04\x3d\xaa\xfc\x87\xbe\x09\x5a\x5f\xd0\xcf\xdc\x01\x09\xd2\x8a\xd9\xb7\xa0\xac\x18\x0b\x2f\x06\x72\xf6\x57\x09\x16\x69\xb6\xb8\xaa\xc4\xe9\x9a\x09\x00\x48\x7f\xa8\xab\xe9\x6e\xb8\x51\xc7\x5c\xbc\x88\x40\xb6\x13\x3b\x0a\x49\xf3\x6c\xac\x46\x3c\x25\xcb\xca\xaf\x78\x46\x2b\xb3\xb0\xf2\xf7\x32\xa4\x66\x7c\xea\x28\xeb\x9c\xa9\x38\xc6\x8b\x5b\x6e\x9c\xe8\x9f\xc5\xff\x47\x6f\x76\xd5\x8a\xd6\x6a\x37\x00\x20\x35\x6b\xce\xd0\x08\xd8\x6b\xbd\xf9\xb8\x9b\xf8\x8d\x3d\x1e\xed\xab\x89\x4b\xbb\x8e\x37\x3c\x21\x0f\x75\xf2\x2b\xd4\xd4\x0d\x0e\x8f\x7c\x0a\xfd\x9d\x6d\x59\x2a\x8e\xd5\x6c\xf5\x8e\x7e\xcb\xb9\x6f\x6e\xf7\x8f\xe3\x0f\x18\xab\x5d\xed\x22\x8c\xee\x1e\x00\xd2\x0a\x88\x46\xfd\x84\xcd\x1e\xd4\xe2\x18\x78\xbf\x01\xef\xf6\x02\xa2\x67\x9f\xa1\xa1\x8f\x3c\xa1\xe7\x4d\x45\x39\x35\xa8\x3b\x27\xbf\x84\x4e\xed\x94\xa4\xd6\x32\x6f\xd9\xad\xd1\xaf\x39\x2c\x2b\xda\x3f\x83\x3f\xdb\x74\xd1\x75\xab\xc8\x49\x7f\x1b\x00\xc9\x1b\xe8\x3e\xb9\x48\xc5\x6f\x0e\x42\x2f\x51\x15\xc2\x3e\xb5\xd6\xaa\x52\xe1\xc7\x6a\x31\xaa\x54\xc4\xc6\xd2\x93\xaa\x62\xf4\xa5\x6c\x8b\x0a\x83\x0f\x9b\x5d\xa7\xea\x24\xed\x0e\xaf\x53\xdd\xa3\xf5\x78\xbb\xa9\xcb\x59\x1b\x9d\x03\xd4\x8f\x79\xaf\x01\xd0\xdc\x10\xfd\x20\xed\x52\xfa\xc3\xf6\xa1\xfd\x94\x9e\xf0\x36\xd8\x35\x65\x74\xc7\xe7\x9a\xe7\xca\x62\xd4\xba\xd2\x36\x25\x0b\x3b\x98\x1d\xa7\x5c\x49\xd8\x36\xdb\x49\xf9\x86\x32\x25\x3c\x50\xd5\x46\x5f\xe9\xed\xa4\xba\xc3\x96\x3a\x47\xab\xbb\xf8\x44\x00\x34\x23\xe2\x48\x52\xa8\xfc\x10\x5c\x83\xd2\xc9\x1f\x75\x3c\x87\x95\x2b\x7c\x51\xb5\x35\x64\x45\x0d\xe6\x72\xc9\x7d\x45\x2f\xde\x91\x75\x58\xf1\x84\x24\x4c\x5c\xaf\x2c\xa5\x0e\x87\xbd\x53\x9e\x62\xbc\xf3\xfa\xac\x22\x70\x94\xce\x29\xea\x24\xc1\x74\x00\x34\x35\x62\x33\xe1\xa2\x34\x05\x9d\x87\xcc\x94\xf6\x62\x53\x5b\x5c\x64\xe3\xf1\x89\xd5\x95\x32\x1a\x11\x55\xfc\x54\xf6\x80\x7c\x30\xf3\xb5\x1c\x49\x2b\x49\x04\xf2\x57\x8c\xef\x61\x06\xc5\x28\xfb\xb2\xd7\x43\x25\x99\x77\xd7\xb9\x59\x85\x16\xde\x06\x40\x3d\x2a\xd9\x81\xa7\x88\xde\x10\xa7\x76\x7c\x10\x93\x48\x67\x9a\x81\xf8\x6f\x8a\x66\x5e\x8b\x44\x41\xab\x2d\x9e\x24\x0d\x67\x94\x64\xa6\x4a\xcf\xb2\x5a\x67\xb1\x65\x3a\x4e\x5f\x58\x96\x9c\xc0\xfb\xe6\x75\x45\x81\x16\x4a\x9d\x21\xa5\x4e\x7c\x1d\x00\xd5\x6d\x59\x00\xf6\x91\x60\x07\x9d\xd1\xbe\x47\x58\xcc\x38\xd6\xf8\x41\xf8\x84\xe5\x59\x85\x17\x2d\x63\x0b\x8a\x66\x89\x85\x9c\x6f\x19\x2a\x49\x39\xaf\x6f\xe6\x7d\x69\xac\xa0\x2a\xf4\x8d\x2c\x53\x94\xe2\x75\x5a\x8e\x95\x84\x3b\x1f\x51\x2c\x97\xde\x03\x40\xe5\x2f\x37\x60\xbc\xb9\xe7\x85\xd3\xe0\xae\x3c\x91\xf0\x5e\x43\x31\x1f\x26\x72\x54\x7c\x10\x14\x8a\xe7\x15\x3c\x15\x36\x4b\xc2\xd2\xe9\x22\x9c\xd4\x69\xa6\x9b\xd8\x28\xfd\x18\xca\x94\x1c\x90\x3b\x79\x8d\xc8\x3c\xe5\x3f\x9c\x3f\xcb\x1d\x8a\x8d\x00\x28\x83\x95\x38\x54\x01\x3b\x56\x4d\x6f\xa5\x70\xbc\xd5\xa4\xba\x8f\x5c\x7f\x75\x53\xf9\x61\x5e\x9a\x1a\x95\x7f\x83\xaf\x50\x73\xe7\x2c\x15\x6c\x54\x1b\x13\x90\x22\x3f\xf5\xc2\x50\x5f\xb1\x58\x7d\xd8\x4b\x26\x9d\xac\xde\x34\xc1\x57\xb6\x4b\x3d\x0f\x00\x05\x4b\xf5\x1f\xe2\x0d\x33\xc4\x92\x07\xf3\x60\x55\x9b\x7b\x6b\xb7\xb3\x95\xa6\xc7\x65\x8b\x39\xfb\x4d\x79\x79\xbf\x78\x53\x8d\x7d\x69\xd7\xf8\x5a\xc3\xb3\xf8\x5b\x42\x17\x43\x4c\xc8\x2a\xd1\x42\x7d\xb5\xd7\x5c\x49\x8b\x2e\x6a\x42\x8c\x2c\x02\xda\x0c\x80\xfc\xab\xa6\x0e\x11\xc2\xd0\x38\x56\xb6\x70\x98\x8b\xec\xa7\x6b\x63\x59\xd7\x6c\xf7\xca\x12\x39\x5e\xd6\xd7\x79\x1b\xb9\x74\xcb\xeb\xb4\x21\xde\x6b\xf3\xd3\xf8\x2d\x02\xbd\xe9\x68\x88\x43\x94\x68\x64\x79\x15\x88\xbf\xeb\x8f\x4d\x48\x90\x5e\xd7\x1e\x06\x40\xbe\x5d\xf3\xa4\x43\xce\x18\xdf\x43\x6e\xfe\xc2\x9c\xd6\xcd\xa8\x39\xc5\x2a\xe9\x6a\x9c\xfb\x0f\x5b\xd9\x19\x9e\x07\x71\x2e\xd9\xef\xa4\x29\x78\x1d\x36\x63\xfc\x6a\xfe\x2f\xab\x7b\x48\x8f\x70\x87\xb9\xc6\xab\x41\xdc\x65\x9c\x35\x01\x26\xe5\xe9\xfe\x7f\x43\x0b\xd4\x01\xab\x34\xff\xd9\xfc\xb2\x4e\x6a\x0e\x6d\x1d\xa9\xf0\x37\x19\xda\x5b\x0b\x53\x8d\xb7\x90\x85\x19\x47\x8c\xb3\x31\xd4\xc4\x73\x06\x0b\xfe\x44\xd4\x38\xfd\x63\x32\xd5\xff\x98\xbe\x80\xde\xe2\x2e\xd5\xad\x63\x4b\x9c\xba\x74\x85\xfc\x45\x00\xe8\xa6\x8a\xb7\xb6\x9c\x35\xad\x69\x8d\xae\xf3\x34\x4d\x86\xef\x2a\x3f\x61\x54\x22\x1a\x0a\x9e\x1a\x5e\xa3\x27\x67\xc8\x0c\x48\xdc\xb8\xc4\x5e\xfd\x45\x62\x62\xe4\x0d\x7d\x01\x65\xc4\x7f\xb3\x6e\x37\x63\xae\x3b\xa4\xcb\xe1\x84\x3a\x6d\xd2\xbe\xe4\x7f\x07\x40\x7b\x56\x7c\xb8\xa5\xd8\x68\x85\x77\xd6\x2e\x36\x7c\x41\x8c\x29\x27\x1b\xb8\x28\x59\x41\xb7\xfe\x27\x76\x42\x46\x9c\xde\x88\xbf\x94\x58\xa7\x77\x27\x9d\x8b\x5c\xa9\xeb\xa7\x8d\xf5\x5f\xa8\x8b\x64\xb2\xdd\xcd\xda\x23\xdc\x09\x4e\x17\xb5\x46\x41\x1f\x00\x5a\xb9\xc4\xbd\x19\xa1\x0f\x45\x1d\xac\xf9\x43\x77\x12\x73\xbb\xac\x5b\x27\xc5\xfd\x9b\x7f\x4e\x17\x4b\xcc\x4d\x57\x6a\x6f\x91\xb7\xcd\x3a\xa6\x35\xd1\x9a\x23\x73\xb5\x73\x98\xb1\xfe\x54\xe8\x3d\x67\x86\xfb\x10\x74\x88\x3f\x7b\x8c\x07\xb4\x5e\x34\x13\x00\xe8\x90\x74\x46\xd3\x14\xed\x24\x42\x7c\xf5\x7a\x68\x17\x69\xe2\xdc\x7d\x10\x8f\x7c\x27\xdf\x15\xaa\xa4\x9e\x9a\x73\x05\x8a\xa2\xdf\x9f\x95\xa9\xf9\xc6\x9a\x1e\x71\x53\x73\x8e\x23\xf7\x2f\xd3\xec\xe2\x4f\x72\x5f\xab\xd9\x2e\x5c\x38\xa6\x45\x73\x48\xe2\x02\x80\xe6\x1f\x19\xb7\xe1\x8d\xfa\x29\x6d\xc2\xbc\xbd\xea\xb5\x74\xa8\xf4\x6f\xb5\x86\xf1\x25\xaf\x42\xad\x64\x69\xe7\xc4\xa8\xd5\x9c\xe4\x99\x9b\xd5\x22\xee\xaf\x08\x81\x9a\xc5\xff\xdb\x3f\x54\xad\x15\x39\xbb\x1f\x52\x6f\x94\xf8\x8c\x19\x51\x3f\x91\x3e\x07\x40\x13\x23\x3f\x56\x7f\x55\xf1\x82\xf7\xbd\x8a\xab\x78\xc5\xbf\x53\xb2\x5b\xf1\x51\xb0\x3f\x77\x86\x32\x55\xb8\x25\x2d\x40\x29\x14\x1d\x4c\xb8\xae\x5c\x2e\x7e\x10\x7e\x49\x79\x47\xea\x3d\xfd\x82\x6a\x92\x8c\xe2\xbe\x57\xd5\x20\xef\x1f\xf3\x55\xb5\x57\x21\x01\x40\x1d\xa1\x94\xd4\x3e\x97\xd9\x14\xe9\x95\x7e\xb2\x65\x0a\x61\xf1\xa8\xec\xba\x62\x7b\x4e\x99\x3c\x56\x39\x29\x95\x29\x1f\x55\x72\x13\x8a\xe5\xff\x2a\x6f\x85\x63\x14\x14\x55\xf9\xf4\x3e\xc5\x09\xd5\x0e\xf7\xed\xca\x52\xd5\xab\xb1\xa9\xca\x1b\xaa\x0b\x00\xa8\xc8\xaa\xeb\x35\x47\x25\xf3\xf5\xdf\xca\xbf\x48\x1e\xea\x0f\x14\x8d\x48\xd3\xf4\x9c\x6c\xb9\xb4\x5f\x1f\x9d\xf2\x5c\x06\x74\x77\xe3\x9f\xcb\x1c\xba\x9e\xf0\x4c\x79\xa4\x2e\x6b\xba\x4a\xfe\xa7\xf6\x80\xfb\x29\x85\x12\xfa\x6f\x2c\x53\x99\xa2\x79\x03\x80\xf2\xa1\xc6\xb9\xa6\x54\x7c\xd5\x32\xbe\x1c\x92\x44\x98\xbb\x8b\xa2\x25\x56\xb3\x4b\x76\xa8\xe4\x8d\x49\x96\xb2\x42\x8a\x34\x3e\x8d\xdf\x23\xfd\x61\xac\x08\xf7\x97\xad\x30\xf4\x4d\x67\xc8\x61\xfa\xe5\xee\x27\x15\xc1\x3a\xca\x58\xbe\xe2\x29\x74\x0f\x00\xe5\x12\x8d\xa4\xfa\x95\x38\xc1\x2e\x2b\x4f\x10\xeb\x6c\x0f\x0a\x6f\x88\x3f\xd8\x62\xb3\x9e\x4b\x1a\xad\xf8\x14\x48\x72\xd4\xd2\x19\xbf\x52\x4a\x33\x6f\x0c\xf7\x95\x85\x9a\xd6\x4d\x17\xca\xee\x1a\x5b\xdc\x6f\xcb\xb7\xe8\x37\x8d\x1d\x51\x40\xda\x2d\x00\x28\x4b\x34\xef\x4b\xb7\xf5\x9d\x6c\x51\x17\x04\xf7\x56\xb5\xe5\x65\xbe\xe9\x7e\xd8\xe1\x92\x32\xb1\x0b\x42\xfe\x8c\xdf\xdd\xe9\x83\x4d\x89\xf0\xb2\x0f\x11\x96\x06\x9c\xb4\x4d\xa2\xb4\x78\xf6\x5a\x90\x0c\xfc\x44\xa2\xe9\x14\xc7\x08\x80\xb1\x41\x00\x01\xa0\x7f\x21\x31\x97\x76\xf6\x8e\xb6\x0e\xe5\xbf\xed\xc9\x68\x4f\xce\xdc\xdb\xf5\x0c\x71\x23\xf9\x4e\xe7\x02\xf4\x68\xfc\x80\xa3\x02\xb7\x24\xfc\x87\xed\x3e\xf1\x51\xc0\x41\x2b\x81\x8a\xf5\xec\x35\xff\xc5\x4c\x9c\xa8\x32\x35\x72\x5d\x00\x30\x7c\x12\x1c\x04\x40\xbf\x50\x22\x2d\x45\xf5\x50\xe1\x77\xf3\xb7\x76\x87\x21\x9a\x33\xe5\x9d\x4f\x51\xd7\x93\x57\x3b\xb6\x61\xe9\xf1\x14\x3b\x8f\x50\x1a\x7e\xcf\x16\x44\x86\x07\x6c\xb0\xec\xa6\xad\xf6\x1c\x34\xe7\xb2\xd2\x27\x0e\x18\x2f\x73\xcf\x03\x60\x30\x09\xb3\x01\xd0\x97\x4a\xb6\x95\x74\x77\x15\xa2\xba\xf2\x27\x75\x7a\x62\x0e\x64\xbc\xb6\x7f\xc1\xbd\x4b\x4e\xb0\x3d\x23\x56\xc5\x8f\xb3\x9e\x26\xdf\x09\xef\xb7\x0c\xd1\x16\x07\x68\xcd\x2d\xcc\x5e\x4f\x87\xc9\x99\xb3\x7c\xe2\x41\xc3\x51\xfe\x1f\x00\xe8\x17\x88\xd6\x01\xa0\x93\x4a\x57\x15\xbf\xb2\x7f\xc4\x6f\xcf\x6b\xb6\x8f\x23\x9a\x33\x8a\x6d\x93\xc8\x8c\xa4\x51\xab\x3f\x55\x1c\xe7\xb0\x84\xd2\x37\x87\xe7\x9b\xa7\xb0\xa6\x05\xd4\x1b\xdf\x71\xe6\x7b\x3a\x0c\x7f\xf2\x9b\x27\xbe\xd0\xaf\x11\x7e\x03\x40\xb7\x4a\x82\x05\x40\xbb\x54\xf6\xb4\x78\x8c\x2d\x90\xf2\x39\xb7\xdb\x1a\x48\xd3\xa7\x2f\xb0\x24\x30\xfc\x92\xdc\xcc\x1d\xcc\xb3\x71\x01\x26\x1d\x7b\x79\xd8\x2b\x63\x0f\x77\x49\x40\xa8\xa1\x87\xbf\xd7\xd3\xa6\x77\x88\xdc\x26\xf9\xea\x06\x25\x39\x00\x68\x0f\xc8\x42\x00\x80\x6e\x28\xa2\x0b\x0f\x9a\xa3\x38\xbf\x73\x46\x4c\x38\x9e\xdf\x9c\x07\xc6\x75\xfc\xe4\xd9\x78\xe3\x44\x01\x32\xd6\x6a\x40\x0b\x57\x86\x19\xf5\xcb\xc4\xce\xfe\x6f\x74\xb7\x24\x22\xcf\x3e\xed\x4f\x99\xf3\x24\xbc\x36\x56\x4e\x02\x00\x52\x2a\x04\x00\x68\xfe\x50\x6e\x2c\x38\x6a\x38\x2c\xad\xc8\xfe\xd3\x10\x2a\xbd\x3d\x27\x4b\x6f\x95\x91\x12\xdf\xe8\x7e\xc9\x41\x6c\x96\x4e\x22\x5f\x17\x56\xa6\x7d\xa1\x20\xfb\x9f\xd4\xd6\x2a\x23\x3c\x07\xa1\x0d\xca\xdb\x93\x16\x40\x9e\x2a\x14\x00\x9a\x7e\x95\x1e\x00\xf5\x67\xd5\xc3\x82\xc9\xba\x4f\xd0\x9c\x6c\x67\x5d\x1b\xd4\x94\x06\x69\xaf\x43\x1d\x89\xcd\x5a\x14\x44\x8b\xb9\x01\xbd\x83\xa4\x61\xce\x90\x0e\xea\xf1\x5f\x03\x85\x40\x3d\x9e\x03\x9a\xd5\x10\x6d\xd2\x5e\x4d\x1a\x34\x19\xf8\xaa\x6f\x6b\xf0\x00\xa8\x71\xea\xc7\xf9\x64\x5d\x90\xfe\x72\xd6\xb0\xb6\x5b\x7f\x30\x2d\x51\x1b\xa4\x1f\x48\x9c\x0c\xad\xd1\x93\x63\x56\x41\xb9\xfa\x9c\xd0\xb7\x9a\x87\x7a\x67\xff\x65\x1a\xbb\x6e\x8b\xe7\x72\x4d\xb4\x2e\x74\xd2\x6d\xf5\x49\x6d\x03\x48\x57\xeb\xa0\x34\x00\xd4\x91\x9a\xbc\xbc\x9b\x5a\xac\xe9\x49\x56\x16\x74\xcf\xb4\x39\xf5\x0b\xc4\x35\x61\x67\xbd\xd5\xfc\x30\x39\xc7\x74\x69\xcc\xc6\xa5\xa1\x6f\x35\x45\xc6\x78\xff\xed\x1a\x27\x83\xd9\xf3\x94\x7a\x89\x7e\x91\x8b\xaf\xba\x52\xc7\x06\x42\xb5\x0f\xf4\x05\x00\xd5\x69\xcd\x9a\xdc\xf7\xc3\x97\x5b\xee\x64\xac\x1a\x9a\xd8\xd6\x9b\x7c\x7d\xa0\xa0\x03\x99\x80\xed\xeb\x46\x35\x47\xf6\xf5\x9c\xc3\xf6\x04\x59\xbb\x5e\x11\x27\xfa\x7c\x70\xbc\xa6\x1c\x75\xdf\x63\x3b\xce\xb8\x3f\xbe\xdb\xb2\x9b\xf3\x1d\x00\xd3\x7e\xc1\x5d\x00\x0c\xfb\x25\x37\x73\xcf\x0d\x6d\x68\x7d\x91\xa1\x19\xf8\xd6\x2e\x49\xde\xde\x5f\x89\x9c\x91\x50\xd6\xbb\x09\xfd\x24\x52\xdb\xfd\x1b\xf7\x26\xc8\xd0\x35\x9b\x94\xee\xf3\xcd\x51\x46\xfd\xc3\xfd\xa0\x2d\x83\x39\x3c\x7e\x93\x25\x97\xcb\x00\xc0\x04\x17\xfe\x9f\x6d\x9a\xe4\x8f\xdc\x45\x83\xba\xf6\xf0\x8c\x86\xfe\xbf\x11\x8e\x64\x5d\x5f\x0d\xda\x2d\x21\xa2\xe7\x38\x76\x59\x24\xa9\x3b\x96\x00\x05\x09\x3b\x99\xe4\x25\x3e\x9f\xed\x43\xb4\x7f\xdd\x4f\x5b\x17\xb1\x7a\xc6\x9f\x32\xef\xe2\x85\x03\x60\xfc\x5b\xa8\x00\xc0\x30\x59\xf2\x2e\x37\xb8\x3f\x03\xb5\x33\xfd\x66\xef\x29\xcc\xa5\x64\xbf\x1e\x04\xee\x47\xfc\xa9\xae\xaf\x44\x74\x64\x64\xa7\x92\xfc\x23\xa8\xda\xfe\x84\x76\xd6\xe7\x85\x2d\x85\x79\xd6\xfd\x82\x85\xc4\x79\x3c\xfe\x3f\xd3\x22\xfe\x6f\x00\x0c\x5f\x44\xb7\x01\xd0\xe7\x4a\xaf\xe7\x28\x7b\xc7\xe0\x15\xe9\x45\xdd\x47\x88\xd8\x24\x7d\x97\x94\x5c\x17\x5f\xd7\x99\x4c\x25\x45\x9c\xb2\x5f\xa3\xaf\x0f\x9a\x62\xeb\x60\x05\xfb\x9c\xb3\x9c\xe6\xec\x72\xbf\x6f\x0e\xe5\xcb\x9c\x13\x8c\x72\x51\x04\x00\xfa\x7f\x25\x7a\x00\x74\x18\xf9\xd4\xec\x4b\xdd\x33\x28\xbd\x73\x16\x77\xde\xa5\xc5\xcf\xfe\xd7\xb1\x9c\x7e\x3e\xee\x96\x5d\xcc\xec\x8c\x60\xdb\xb2\xd9\xe2\xc0\x6b\x96\xbb\x5c\x93\xcf\x4e\x33\x95\xbf\xc3\xfd\x9d\xf1\x89\xc8\xc7\x99\x60\xc0\x4a\x1a\x00\xd0\x3b\xcb\xd2\x01\xd0\xf6\x29\x2a\xb3\x16\x3b\xf2\x38\x05\x69\xe7\xed\x89\x5c\xfa\x6c\xb6\x2d\x82\x37\x1a\x87\xb3\x06\xf1\xef\x45\x04\x58\x5c\x84\x79\x81\xab\x4c\x0f\x44\x7b\x7c\xb6\x1a\x97\x49\x0a\xa6\x04\x1b\xe6\x4a\x1f\x3b\x5f\xd4\xbd\x94\xb7\x03\xa0\x3d\xa8\x60\x00\x00\x71\x94\x47\xb2\x9c\xad\xf7\x24\xe1\x69\xa5\x96\x97\x92\xf3\x89\xbf\x2d\x4e\x52\x51\x5c\xa0\x79\x9a\x6c\x66\xf8\x6b\x53\x88\xec\x4b\x60\x97\x31\x42\x7e\xd5\x67\xa7\xc1\x5f\xb1\x66\x4a\x89\xee\x8d\x52\x3d\x21\x4c\x7b\x58\x15\x01\x00\x74\x54\x85\x00\x40\xb3\x42\x75\x21\x73\x85\xf9\x3f\xf5\x96\xd4\xc3\x66\x4f\xf5\x93\x44\xa1\x29\x5b\xe3\x19\xbb\xd6\x88\xd6\x94\x85\xaf\x33\x18\x35\xc6\x40\xa2\x7e\x8b\xe6\xa0\xcf\x2a\xdd\x6d\xcd\xfd\x29\x48\xed\x6d\xcd\xbd\x09\x38\xe8\xae\x66\x35\x00\xd0\x24\x4d\x20\x00\x1a\x6f\xf5\xae\x4c\x2f\x73\x88\x2e\x32\x15\x67\x2a\xd4\x45\x25\x26\x1b\x45\xba\xe0\x58\xb1\x61\xb9\xce\x3f\xdc\xa8\x3f\xaf\x9b\x1e\x08\xd3\xbb\xe8\x5c\x7c\x96\xeb\xca\xb5\x37\xa7\xb0\xb5\xed\x5a\xe1\x04\x2b\xc4\x84\x6e\x00\xa0\xd9\xa0\x79\x0b\x80\xfa\xb2\x26\x3c\xa3\xd7\xd4\x61\xf4\x4a\x9d\x6a\xd4\x1b\x3e\x26\x3a\x1b\x0e\x19\x8e\xc6\xa2\xf5\x2f\x0c\x7d\xe1\x1c\xfd\x34\x03\x26\xb0\x43\x87\x31\x78\xf9\xec\xd3\x6e\xd1\xcf\x9f\x32\x1f\x3a\xaf\x7b\x3c\xe1\xbc\xe6\x1f\xed\x2b\x00\x34\x79\xd0\x5a\x00\xd4\x2a\x8d\x24\xbd\x7d\xa1\x2f\x6c\x76\x72\xd1\x7c\x97\xb6\xbb\x09\x9b\x47\x40\xc7\xd2\x28\xdb\xd0\x34\xd4\x50\x48\xe4\xc0\x44\xec\xb5\xe9\x8b\x7a\x2f\x13\xeb\x3d\x17\x75\x8b\xa8\xee\xae\x69\x8e\xa7\xcc\x99\x63\x27\xda\x98\xdc\x12\x00\xcc\xbf\x84\x13\x01\x30\xb2\x24\xdf\xd3\xe7\xcc\xff\xda\x36\x27\x39\x6a\x14\xb4\xef\x4d\x18\x1e\x76\x43\x36\x47\xa9\x06\x93\x30\xfe\x21\x11\xfd\x99\xf8\xa8\xe9\x2b\x7b\x7d\x48\x7c\xcf\x2d\x5d\x17\xa8\xbf\x5d\x2b\x1d\xcd\xcc\xbb\x63\xa3\xad\xaf\xb9\x6b\x01\x30\x0f\x08\x67\x02\x60\x9c\x2e\xb9\x92\x3e\x7e\xf4\x6a\x3b\x3d\xe9\xfb\xf0\x27\xc4\x89\x04\xe1\xd0\x34\x74\x76\x14\x65\xa0\x1c\x7b\x21\xc4\xaf\x0f\x43\xd8\x34\x7d\x45\x4f\x1d\xf9\x8a\xe7\xbe\xae\x19\xf4\xd9\xae\x1d\xf6\x3d\xac\xb3\x63\x8b\xad\x18\x5e\x0b\x00\xe6\x20\xe1\x20\x00\x86\xdd\x92\x9f\x73\x2e\x0f\xe3\x51\x6f\x92\x76\x0d\x1e\xc3\x7c\x48\x88\x1f\x08\xc5\xbb\x47\x25\xf6\x89\x89\x82\xe0\x8f\x3d\x5b\x29\xde\xd3\x07\xbb\x8e\xd2\xde\x78\xfe\xe9\xd8\xc2\xfc\xe2\x2a\xb0\x49\xb9\x53\xc7\xf2\x2d\x05\x82\x30\x00\x4c\x11\xa2\x97\x00\xe8\x9f\x4a\x1f\xcc\x99\x3d\x58\x8c\xc7\x27\x25\xf6\x1f\x27\x36\xc4\xaf\xed\x2b\x25\x97\x44\x9e\xe9\xd9\x41\x45\x07\xaf\xef\x76\xa3\xaf\x9b\xce\xe8\xcc\x60\xc5\x79\x1e\xb0\x97\x72\xce\xba\x5a\xad\xb3\xf8\x3d\x63\xd7\x9a\xbd\x45\xd9\x00\x18\x43\x24\x8e\xff\x93\x29\x0f\x48\xfb\xa3\xbf\x8a\x02\x9f\xbd\xae\xf7\x21\xf5\x53\x7c\x62\x8f\x80\xbe\x20\x92\xda\xf5\x93\x49\x0a\xa6\x76\xb2\xd8\xf0\xe9\x15\xf6\xdd\x5c\xb1\xe7\x6e\xeb\x63\xfe\x26\xd7\xa5\xe6\xd7\x22\xdf\xb1\x4f\x8d\x1f\x25\xed\x00\x18\x62\x64\x99\x00\xe8\x66\x2a\x60\xa9\xf3\x7b\x34\xec\x7d\x89\x3f\xbb\xb3\x39\x9f\xe2\x6e\x75\x7e\xe0\xcd\x8a\x4c\x70\x8c\xf2\xd5\xc1\xe5\xf6\xd9\x82\xf7\xd3\xab\xac\xeb\x44\x2a\xcf\x9b\x96\xa9\x12\x4f\xd7\xb7\xa6\x62\xe9\xb1\x71\x24\x03\x53\x5e\x05\x80\xee\x9a\x82\x00\x80\x76\xb2\xf2\x48\x2a\xba\x2b\x42\x5c\x9e\xb8\xcb\xf1\x41\x32\x26\x6e\xbe\xfd\x4f\xc9\x81\xc8\x09\x36\x9b\xd4\x14\x9c\x61\x2d\x92\x51\xa6\xb7\x9a\xdf\xca\x61\xd3\x9c\x4c\x36\x45\x86\x5b\xae\xe1\x99\x32\x6e\xdc\x43\xfd\x1c\xe5\x2b\x00\xb4\x97\x55\xd9\x00\x40\x19\xaa\x63\xa9\xb5\x8e\x70\x15\x94\x48\xb7\x8f\x51\x9d\x88\xcb\xb2\xfe\xa3\x76\x89\xd8\x6d\x39\xa1\x86\x07\x3b\x99\xfb\xd5\x3b\xa7\x67\x99\x58\x1a\x67\xcf\x9f\xc6\x3c\x4d\xae\x1b\x41\x7f\x52\x83\x18\x9f\xae\xab\xd4\x54\x00\xa0\x9d\xa6\xbe\x0b\x80\x66\xa3\x7a\x30\xe5\xbc\xbd\x18\xba\x92\x18\x64\x8b\x81\x9e\xc4\x8d\xb7\x06\x40\xef\x22\xfa\xcc\xdf\xb5\xae\x41\x2f\x4d\x97\xb5\x33\xa7\x27\x19\x0f\x6a\xd3\xa7\x39\x19\x96\x6a\x43\xdc\x54\xfa\x02\xe8\xd1\x78\x9c\xf6\x3a\x44\x07\x00\xda\xa1\x59\x09\x80\x86\xaf\x7e\x9b\xd2\x6e\x13\xe9\x57\xce\xba\x69\x45\xeb\x3b\x63\x1f\x59\x60\x7a\x4e\x84\xda\x9c\xa1\x27\x04\x3d\x31\x79\xea\xdb\xa6\x67\x19\xdd\xf4\xb1\xd3\x7c\xf5\xbf\x75\x7f\xb9\xad\xd2\x6d\xd4\x95\x8c\x5f\xa0\x6d\xd1\x4a\x00\x80\xca\x20\x0a\x00\x9a\x19\x1a\x76\xef\x02\x64\x76\x7d\x82\xd9\x07\x75\xba\xa9\x44\x59\x88\xe1\xc3\x9a\xb9\x83\x38\x22\x7c\x05\x71\x06\xc1\x86\xf4\x6f\x3d\x48\xba\x85\xd9\x50\xe9\x4a\x65\x11\x38\x99\xb5\x0c\x15\x65\x28\x7a\x0a\xfb\x28\xe3\x8a\xe7\x3f\x7c\x11\x37\x0e\x00\xf1\x45\x61\x64\x8f\xae\xa3\xbd\x69\x89\x29\x1d\x39\x0d\x26\x52\xb0\x51\x2f\xe0\x95\x9c\x7b\xd8\xf1\x88\x3a\x82\x12\xdf\x8a\x16\xb7\x26\x12\x2f\xe2\x8e\x57\xf4\x52\xba\x49\xf9\x19\x5f\xe8\x47\x69\x9e\x51\x3b\xd8\x29\xcc\x6f\x9e\xfb\xf9\x93\xb8\x5f\x00\x10\x1b\x85\xbd\xdd\x78\xb8\xaa\x35\xdd\x58\xd3\xd1\x0e\xff\x4b\x3e\x88\x44\x22\x70\x9c\x19\xe8\x95\xe8\x10\xfc\x75\x5c\x30\x6e\x0c\x6c\x11\xe1\x30\xd1\xb9\xc2\x9b\xbc\x9a\x32\x27\x63\x80\xf6\x8b\xbe\x39\x0a\xc7\x1a\x62\x97\x78\x1a\x79\x5d\xbc\x97\x00\x88\x13\x44\xf1\x9d\xcc\x96\xef\x28\xa4\x5e\xdb\x96\x80\xd1\x48\xdf\xb7\x6b\x70\xf3\x59\xeb\x90\x13\x08\x77\x71\xfd\xe8\x43\xe4\xc2\x16\x13\x6e\x23\x75\x7f\xf9\x4c\xe2\x43\x06\x22\xfd\x33\x95\xcd\x8e\x8e\xfc\x8b\xd9\xce\xf3\xf2\xac\xe4\x76\x0b\xa7\x02\x20\x42\x8a\x17\xd9\x89\x8d\x4b\x89\xef\xb5\xfb\x5b\xdc\xc8\x8b\x25\x9c\xd6\x51\x6a\x39\x13\xd6\x4e\xa0\xfd\xc2\x72\x90\x38\xc6\x5f\xcd\x26\xcc\x08\x6b\x57\x59\x13\xc1\x87\xb3\x37\xbd\x88\xfc\x86\x77\x3f\x12\xcd\x08\x10\xce\xf0\x8c\xe5\xd8\xc4\x78\x00\x84\x5a\x69\xb1\x55\x5f\xc7\x61\x4d\x80\x7c\x1a\xfd\xd8\xb1\xa2\x1f\xcd\x4f\x38\x95\x0c\x8f\xd6\x57\x5c\x06\xa6\xad\x23\x96\xb7\xbe\xa9\x17\xb5\x82\xff\x6e\xae\x19\x47\x14\x56\xce\x59\x46\xd2\x8a\x0e\x46\x3a\xd1\xde\x4b\x4a\x3d\x83\xd8\x23\xd2\x63\x00\x08\x0e\xca\x1e\x9b\xdd\xe6\xb5\xcb\xf0\xaa\xfd\xb5\x2d\xb2\xed\x82\x33\x0d\x52\xb9\x13\xcd\xb7\xf9\xaa\x7c\x2e\x6a\x41\x1b\x51\xbe\xa0\x31\x02\x91\x2e\x7f\x5d\xca\xc6\xcc\x53\x94\xa5\x3d\x23\xec\x57\xac\x8e\xd8\x4c\x95\x29\x5d\x3c\x13\x59\x0a\x65\x35\x00\xfc\x17\xca\x6c\xc3\xe2\xf2\x2f\x26\x8c\x62\x60\x5e\x85\xf1\x04\xef\x51\xed\x11\x63\x0c\x05\xdd\x88\x31\xe8\x91\x7e\xb0\x4c\xfd\xdf\xf5\x8f\xdb\xeb\xf5\xe9\x25\x32\xd4\x26\x9d\x22\xad\x14\x4f\xd2\x6e\x8f\xa0\x53\x58\xd0\x55\xcf\x2c\xe6\x31\xcd\x1f\x00\xf0\xb9\x6a\x92\x7e\xda\xdc\xe1\xbe\x65\x72\xaf\x4a\x9f\xde\x36\x2e\xb7\xfa\x60\xf7\x2f\xf2\xe4\xfa\xce\x2e\x65\xc7\xb3\xe6\x11\xc7\xa7\xba\x4f\x6d\x8f\xed\x35\xc5\x57\x91\x02\xab\x25\xf5\x35\x8e\x65\x1e\x8d\x10\x93\x57\x1b\x21\x4f\x35\xb3\x58\xef\x0c\x00\x3f\x1d\xaa\xd7\x91\x4b\xb7\x8d\x34\xc9\x48\x15\xe9\x43\x3b\x38\x0f\xe6\xbd\x1e\xf8\x4c\xb2\xd6\x5d\xec\x9f\xd6\xc1\x6b\x7a\xdf\x1b\x58\xb7\xac\x6d\x5e\xf7\x84\xe2\x0d\x88\x77\x8e\x93\xa9\x4f\x71\x93\x6c\x95\x11\xcb\xc9\x75\xe6\x51\xcf\xdd\x4c\x17\x03\x0b\x00\x7e\x80\x76\x82\xf6\x5b\xa9\xf3\xa2\x30\xe9\xc7\x72\xf3\x82\x22\x8e\x69\x5e\xd1\xe8\x4c\x52\x5e\x5d\xe2\xd0\x8f\x8e\xb4\xa6\xf6\x81\x75\x75\xaa\xd6\xc3\x7d\xc9\xc5\xcb\x10\xbc\x6e\x6d\xea\x07\xec\x32\x07\x14\xf1\x80\xf4\xd1\x5a\x35\x6d\x22\xe3\x98\x51\x05\x00\xef\x85\x96\xd9\x79\x0a\xcd\xaf\x4f\xd5\xaf\xc2\x5c\x6f\xaa\x91\xb9\xe2\xe0\x30\x24\x6b\x29\xc1\x17\xbe\x11\xc7\x25\xb9\x20\xc3\x5b\xda\x29\xf1\x98\xdd\xe5\x4e\xb4\x2e\x82\x26\x7d\x2d\x13\x4f\x59\x17\xb9\x87\xc3\x66\xbc\xf3\x2c\xe0\x3f\xe4\x22\x00\x10\x7f\x15\xd2\x1d\x67\x90\x0b\x9a\xfa\x75\xe7\xd1\x31\x30\x86\xb4\x18\x73\x13\x9e\xcb\x7c\x8f\xfb\x03\x51\x81\xbd\x4e\xb8\x8b\x16\x36\xff\x45\x8e\xc2\xfd\x59\x66\xa3\xee\x20\xcd\x4d\x6f\x64\x6c\xa0\xcd\x88\xe4\xb1\x1f\xb3\xa6\x7a\xce\xe0\xf3\xff\x6f\x11\xe2\x4d\xc2\xeb\xf6\x03\x1d\x27\x5b\x7d\xb5\xaf\x90\x32\xf8\x56\x09\x0f\xdd\x82\x28\x60\x66\x62\x89\x68\x17\x6c\x06\x7e\x0d\xf6\x63\x73\x15\x69\x06\xe1\x67\x99\x0f\xe5\x32\x25\x6d\xce\x77\xfa\x2b\xfa\x8e\xc8\x24\x76\x15\xbb\xd5\xe3\x0b\xef\x17\xdf\x0b\x00\x71\xb3\x88\x69\x3d\xd2\xd6\x82\x8a\x82\xc2\xda\x61\x98\x1a\xd1\x1d\x84\x12\xc7\xa4\xff\x85\xba\x48\xd8\x86\x71\xc2\xb6\x92\xa7\x37\xe5\x13\xa6\x51\x17\xce\x9d\x43\xf6\x62\x94\xcd\x41\xd0\x88\xec\xb0\x88\x9d\xac\x69\xbc\x30\x8f\x33\xbc\xb1\xc2\x14\x00\x44\x66\xf1\x3d\xf3\xc9\x96\x49\xc4\x41\x35\xa6\xb5\x82\x5c\x27\x84\xc1\x37\x51\x9d\x68\x2a\x44\x3e\xed\x20\xea\x1e\x7a\x1c\x63\xa4\xb1\x10\x37\x89\x65\x2a\xc5\x11\x6b\x39\x83\x69\xbb\x29\xaf\x78\xe7\x23\x4a\x18\xb7\x84\x41\x1e\x1b\xb9\xe3\xc5\x4a\x00\x84\x3b\xa4\x62\xe3\x9b\x86\x57\x4c\xbb\x72\x5f\x33\x85\xb5\x8f\x7f\xbf\xd5\x95\xfd\x8c\x9a\x0e\xbf\xca\xf5\x44\x9e\x44\x5c\xe6\xb5\x37\xd4\x60\x02\xf8\xeb\x4a\x06\xf1\x2b\x85\xde\x69\x01\x64\x83\x68\x51\xf8\x0b\xfa\x76\x49\xa6\xc7\x52\x8e\x9f\xf4\x12\x00\x82\xcf\x72\x77\xbd\xae\xe6\x81\x74\xb1\x5c\x5a\xbf\x41\xe6\xc2\x3d\xdb\xb4\x44\xc6\x22\x37\xc2\x8e\xca\xfe\x40\xf8\xb5\xfb\xcb\x23\xea\x5e\x22\x77\xc9\x8d\xc5\x56\x6c\xbf\xfc\x73\x2a\x8b\x78\x4c\xc1\x0a\xdf\x46\x2b\x50\xfc\xe3\x71\x82\xf5\x55\x59\x05\x80\xc0\x57\x89\xd2\xe6\x56\x29\x8d\x14\x29\xbf\x66\xa1\xe1\x05\xc7\xa9\xfe\x89\x01\x47\xdc\xdc\x5c\xa7\xbf\xd0\xbe\xbc\xf5\x83\xbe\xa4\x76\x47\xc7\x75\xdd\x9a\xa2\x45\xe8\x1f\xba\x09\x29\x57\x08\x5c\x2d\x3c\x9c\x4e\x4d\x85\x06\x3c\xee\xb3\x32\xff\xdf\x93\xfc\x61\xb5\x44\xb3\xb0\x62\x6a\xaf\x40\xfc\x74\x1e\xb1\xa7\x94\x65\xac\x7d\xd4\x3d\x96\x80\x6c\x94\x76\x0e\xc0\xc5\xb0\x5a\x47\x68\xcd\xb9\x76\x82\x6d\xa0\x08\xa0\x0e\x59\xde\xa5\x68\xf1\x42\x73\x58\xb8\x89\x42\x35\x46\x79\x46\x33\xb7\xe9\x2e\x03\xc0\x6f\x85\xaa\xd4\xef\xcb\x63\x87\x3d\xc5\x39\x55\x86\x41\x33\xf3\x75\xad\x47\xff\x63\xfc\xdd\x86\xfd\x7d\x3e\xf0\xc9\x2d\xcb\x7b\xd2\x6b\xd4\xf0\x33\x5d\xb9\x85\xd7\x50\x59\x8e\xc0\x14\x09\x7e\xb2\xf5\x68\xf8\x06\x8a\x87\x79\xb6\x67\x07\x53\x6c\x98\x0d\x00\x3f\x03\xfa\x4f\xad\x28\x93\x2c\xb8\x24\x3a\x55\x79\x7d\xfe\x18\xa6\xad\x06\x3f\xe2\x82\x77\x34\xf8\x0d\xbe\x6d\xbb\xda\x32\xb9\x7f\x57\x0d\x1a\x9e\xdb\xdb\x51\x78\x15\xb9\xb7\xeb\x62\x8a\x0d\xb7\xd4\xfe\x29\xfc\x19\x79\x9b\xe5\xba\xe7\x06\x66\xa2\x31\x07\x78\xf3\x9d\xb4\x68\xeb\x71\xec\xd9\xfa\x7c\x68\x0c\xde\xb9\xa9\x5d\xb4\x90\x40\x85\x11\xe8\x6c\xe2\x07\xf8\x36\xb4\x96\xbc\x1b\x19\xd3\xb8\x87\xba\x15\xb3\xbf\x74\x13\xfd\x15\xc1\x9c\xb6\x9b\x65\xa4\x6c\x8a\x48\xe0\xa2\x98\xc0\x23\x45\xd0\xcb\x95\x00\x20\xa1\x08\x47\x2c\xb7\xd1\x3f\x9a\x2c\x9a\x44\x2c\x0e\x86\x13\x3e\xc0\xbd\x87\xcf\xa4\x9d\x22\xac\x40\xe4\xa1\x3e\x90\x7a\xd0\xac\xc6\x4c\xca\x76\xdc\xc1\xd2\x42\xba\x37\xa9\x28\x8d\xc8\xbc\x4a\xf3\x0d\x7f\xc5\xb9\xc6\xf2\xf5\x98\x21\x88\xe3\x65\x01\x20\x09\x13\x39\x99\x9f\xa3\x12\x61\xdf\xd4\x4d\xe8\x83\xf0\x4e\xa1\x3f\x56\x88\x08\xa0\x05\xe1\x1b\x51\xef\x51\xed\x44\x12\xf6\x5e\xc3\x0e\xf2\x16\xc2\xcb\x92\xcb\xb4\x4c\x4a\x74\x9a\x07\x33\x80\xbe\x36\x7c\x03\xa7\x88\xdd\x36\xf5\x3b\x7f\x37\x3f\x0a\x00\xf1\x59\x51\x9f\xf1\x69\xfb\x45\xe4\x6b\xa5\x03\xb1\x12\xe3\xcf\xef\x42\x2d\xc7\xe5\x52\x4e\x60\x8e\x11\x74\xc8\x24\x7c\x08\xe9\x6d\xfd\x0e\xe2\x16\xaa\xb0\xf8\x17\x45\xc3\x88\x4b\x15\xd3\x17\xb1\xdd\xc3\x0b\xd8\x1e\xbc\x19\x53\x1f\xf1\x8e\x0a\xf3\x00\x10\x3b\x8b\x7f\xeb\xff\x6b\xed\x26\xe6\xca\x2f\xc3\xd7\x93\x7e\xf2\x9c\x3b\x5e\x53\x76\x91\x79\xa8\x02\x9a\x00\x31\x19\x73\x93\xd1\x5a\xb7\x0b\xbf\x85\x55\x5b\x1c\x4b\x3a\xce\xa1\xa4\xdc\xa5\xc5\xf3\x36\x87\xdd\x66\xde\x17\x7a\x4e\x3d\xc7\x3d\x2b\xd6\x00\x20\xca\x90\x0e\xe8\x22\x9a\x8d\x4c\x0f\x59\x02\xec\x01\xab\x82\x63\x86\x23\xd9\x4a\x52\x6c\xc7\x63\xce\xa6\xf6\xcf\xa8\xcd\xbc\x31\xb5\xc7\xb1\x67\xf8\xc8\x22\x2c\x31\x54\x70\x2d\xa5\x92\x72\x4a\xc4\x0d\xb3\x33\xf6\x4b\xc2\xa6\x1e\xe7\x3c\x90\x9e\x03\x40\x28\x94\x47\x6b\x4e\xd6\x5b\x24\xd7\x25\xa0\x29\x41\xda\xc1\xea\x6d\xf9\x22\xbd\x41\x80\xb5\xdd\x96\x25\xc3\x1b\x11\x63\x65\x2b\x6b\x68\x68\xb6\x7c\x7a\x61\x07\xde\x5f\x3e\x92\xbc\x82\xec\xae\x88\x0b\x43\xd0\x2b\x15\x7f\x4c\xfd\x97\x7d\x48\x99\x0e\x80\x60\x48\x49\x53\xad\xac\x99\x65\x60\x88\xfc\xeb\x83\x0c\xce\x8c\x27\x4d\x69\xfa\x41\xdc\x11\x18\x4b\x3f\xad\xf5\x19\xfc\xa9\x6e\xb8\x3a\x1f\x39\xa4\xf3\x2a\x90\x60\x2d\x5a\x4b\xb2\x27\xf1\x0f\xe8\x5b\x58\x18\x2d\x0f\xaa\xf3\xf0\x61\xfd\xd4\xc8\x01\x10\x78\xab\xb9\x8a\x4f\x55\x9b\x7a\x0a\x05\xf2\x9a\x87\xdd\x09\x74\x44\x43\x6a\xd7\x58\x2c\xa7\x79\xc8\xb1\x1a\x76\xaa\x2d\xd7\x5e\x31\x0f\x85\x08\xb7\xde\xc8\xbf\x83\xa9\xb2\xd4\x26\x1d\x27\x1c\x36\x2d\x0a\xcb\xa2\x0a\x0c\x87\x3d\xb0\x2c\xa1\xae\x1b\x00\xfe\x19\x28\x4d\x51\x54\x79\x6a\xf0\x14\xff\x7a\xcd\x98\x81\x16\xda\xbe\x7a\x7c\xdf\x69\xcc\xeb\xa6\x6b\xbd\x53\x61\xa8\x56\x7b\x77\xd5\xbc\x69\x1d\xc6\x4e\x66\xfe\x56\xf4\x51\x3b\x23\x69\x0f\xa1\xd1\x9a\x1c\x06\xa7\xce\x30\x1d\xf4\xe8\x62\x65\xe8\x9f\x02\xc0\x5f\x05\x3d\x94\x9f\xa8\xf4\x99\x2f\xe1\xe3\xab\x1b\x46\xf6\xd3\xea\xeb\x76\x0f\x3d\xc0\xcc\x6f\x9a\x3d\x70\x0b\x16\x05\x7b\xd7\xb7\xaf\xea\x53\xfb\xe7\x1e\x4d\xfe\x06\x74\x5e\x97\x77\xd2\x25\xfc\x13\x3b\x22\xac\x9f\xb2\xd7\x82\xf4\xb8\xc3\x7c\x6d\x78\x0d\x00\x9f\xaa\x2d\xd7\x6e\x22\xb5\xd6\xb3\xa4\x70\x72\x6b\x13\xc4\x46\x53\x54\x30\x13\x61\x07\xf5\x11\xfc\x30\xbc\x82\xce\x41\xc6\xd7\xb8\x31\x23\x30\xfb\x0a\x16\xb0\xa7\x10\xcc\x49\x34\x6e\x16\x65\x65\x48\x37\x7f\x0f\x73\xbc\xfb\x7c\x91\x8a\x6b\x03\x40\x7a\x57\xf8\x27\x74\x81\xb0\xb3\x69\x44\x32\x9f\x78\x03\xc6\x64\x1d\x21\x87\xc1\x33\x08\xa1\x94\xd5\x88\xd9\x6d\x47\x68\x6d\xe8\xa6\xea\x41\x46\x32\x6e\x79\x41\x06\xab\x98\x94\x90\x34\x9d\xd3\x47\xfd\x15\xd2\xc8\xcf\x60\xb9\xb8\x3b\x44\x33\x78\x05\x00\x48\x87\x44\xa1\x9a\x67\x78\x2f\xd8\xdf\xe2\xab\x04\x18\x5c\xcd\x9a\x41\x3c\x82\x98\x8a\xb7\x92\x89\xa8\x93\x6d\x59\xd4\x2c\xec\x86\xea\x20\x7a\x06\x61\x6f\xfe\x35\x26\x93\xfc\x6b\xf6\x09\xf6\x33\xba\x3e\x24\x88\xb7\x9e\x5d\xe8\xae\x14\x6e\xe6\x87\x02\x20\x2d\x17\xad\x53\x07\xa1\x2f\x21\x75\xa2\x4c\x6c\x13\x7a\x3d\x63\x35\xee\x37\xf6\x3c\xae\x82\xf0\x86\xe0\xdf\x1a\x47\x76\x21\x75\xcd\x4b\xa5\x56\x53\x83\xf3\xbd\xe8\x7f\xd2\xef\xce\x9e\xc5\xd2\xb0\xfe\x0a\x3e\xca\x35\x73\x3f\xb9\x13\x05\x27\x85\x31\x00\x48\x6c\x12\x0f\xa5\x08\xb1\x84\xb0\x52\xb0\x0e\x85\x22\x21\xe8\x19\x98\x0a\xca\x64\xcc\x4f\x9c\x8c\x7a\x07\x36\x86\x70\x93\x7e\xa1\x2a\x8d\x8c\x62\xfe\x95\x57\x40\x0b\xe0\x80\xc4\x85\x4c\x7f\x1e\x32\x58\xc1\x41\x09\x1e\xb8\xd3\xf8\x37\xc4\x58\x00\xc4\xc7\xa5\x4b\xe5\x3b\xe1\x66\x46\x02\x3f\xa0\xc3\xc1\xc4\x52\xaf\x22\xf7\xb0\x06\xd0\xfb\x30\x31\xec\x07\xcd\xcf\x70\xc7\xb8\x95\x95\xf9\x44\x33\x6f\x5f\xae\x84\x02\x09\xe6\x25\x4e\xa7\x1f\x16\x39\x07\x97\xb0\x8b\xc5\xb7\xdd\x45\xbc\x77\xd2\x25\x00\x88\x9d\xe4\x49\xd2\xfc\x96\xf3\x62\x36\xe7\x7e\x9b\xaf\xc4\x99\x7c\xbd\xdd\x26\xe9\x42\x7e\x46\x96\x4b\xa7\x34\xb5\x63\x66\x4b\x97\x96\x7f\xc3\x97\xca\xe6\xe4\x68\x48\x5d\xb2\x9b\xb3\xa4\xb4\x69\x72\x6b\xb0\x2f\xf3\x86\xa2\xce\x7d\x15\xf7\x8a\xe2\x35\x00\xa2\x08\x25\x42\x1c\xda\xe8\xd0\x99\x59\x9f\x5b\x52\x74\xb9\xa4\xc0\xd6\x1f\xda\xe7\x08\x72\xfb\x57\x6d\x57\xa3\x13\x2a\x54\x5b\x50\x76\x07\x2b\x83\x9e\x64\xaf\x21\xba\x41\xa6\x99\xdf\x29\xa7\xa0\x88\xa0\x8f\x8c\xd3\x9a\x6d\xee\x17\xb8\x2e\x9a\xa9\x00\x08\xfb\xd5\x55\xc2\x35\xf5\xf1\x9d\x6f\x99\xe6\xc6\x5f\x8e\x7f\x09\x7f\xb4\x7c\xb1\xbf\xea\x48\x82\x07\xda\x8e\xd5\x7f\x46\xf0\xad\x03\x65\xe3\x31\x63\x2d\xf0\xec\x29\xf8\x33\xe6\x49\x33\x37\x90\x8f\x19\x2d\x41\xdf\x18\xce\xfa\x17\x53\x3c\x38\x6a\xed\x37\x00\x84\xf9\x9a\x8f\x82\xbb\x75\xf5\xfd\xa9\x8c\x07\x8d\x91\xbd\xaf\x08\xb3\x5b\x42\x7a\x0c\xed\x3b\xda\x5a\xbb\xc7\xd4\x77\x76\xec\xef\x64\xcd\xdd\x87\xc6\xda\xcf\x65\x3d\xc2\xe7\xda\x5c\x67\x2e\x25\x37\x58\x26\x06\x4f\xa1\x6f\x30\x5e\x9c\x92\xcd\xc9\xd7\x17\x00\x20\xf4\x80\x46\x04\x85\xb5\xab\x86\x37\x32\x70\x0d\xc2\xa1\x08\xfc\xd5\x66\xe6\x80\xb4\x9d\xd9\xba\xae\x6f\x7d\x7d\x5b\xc7\x8c\x9e\xa3\x73\x47\x51\x67\xba\x4e\x66\xdd\xc2\xed\x72\x2c\x9e\xb9\x97\x74\xd3\x16\x13\x3c\x8f\x5e\x61\x26\x4d\xd1\xb1\x5f\x1b\x4a\x00\x10\x9c\xd3\x4e\x94\x9e\xa5\x6f\xa9\x5f\xc8\x79\xcf\xa0\x34\xad\x26\xb7\x32\x5b\x61\x2b\x90\xb9\x2c\x2a\xfc\x52\x23\x89\xbd\x0c\x99\x52\x76\x9a\xf3\x1b\x73\x30\xdb\x83\x67\x25\xd8\x13\xe4\x02\x1c\x65\xf9\x0c\x89\x48\xc6\x74\x76\xb5\x48\xfe\xe2\xf6\x00\x20\xdf\x21\xbc\x2d\x9d\x46\x1b\xd7\xb4\x88\x53\x48\xfb\x00\xa3\x91\xf6\x33\xdc\xe1\xb3\x10\x2b\x98\xc5\x88\xe0\x86\xdb\xac\x05\xe8\xa2\xb2\x5a\x4e\x10\xae\x33\x6b\x15\xf7\x1c\x29\x20\x61\x16\xff\x04\xf5\xe5\x8c\x62\xd1\x18\xe6\x4f\x57\x95\x44\xc4\x4b\x03\x40\x2e\x12\xc5\x48\x6a\x28\x30\xd8\x9f\x6c\x33\x55\x02\x6f\x21\xf9\xd0\x8e\x76\x3c\x44\x4c\x60\x78\xa1\x06\x1a\xca\x98\x5d\x58\xc5\xdc\xf3\xec\x54\x82\x3d\x2b\x87\x3b\x9e\x7c\x33\xfe\x11\x3f\x84\x8e\x99\xe1\x29\x54\xb0\xa3\x5c\xb9\x12\x0f\xfe\x24\x00\xe4\x71\xa2\xb5\x22\x3e\x31\x13\xe9\xcf\xbc\x41\x9a\x8f\x2e\x26\xd8\x28\x91\x58\x4c\xfb\x56\xea\x1f\xf8\x2d\xf5\xa1\x74\x35\x69\x66\xe9\x45\x26\x9e\x72\x22\x93\xc6\x16\xd0\xfb\xe3\x2b\xb9\xe7\x58\x3d\x01\x67\x04\x04\xee\x51\x57\xba\x38\x59\xf0\x1b\x00\x99\x40\x32\x4e\xf0\x0d\x97\x84\xbf\xc8\xa0\xe3\x4f\x13\x97\xe2\xf3\x89\x56\x32\x02\x0e\x91\x49\xd4\x8c\xba\xc9\x54\x2a\x3d\xab\xe4\x09\xdd\xc6\xac\xcb\x58\xc3\xbc\xcd\xee\x89\xbb\xc0\xe1\xf0\xc6\x06\x2c\xe0\x97\x08\x16\xb8\xea\x44\x65\xe2\x99\x00\x48\x37\x4a\xbb\xf9\x95\xe8\x5a\x7a\x38\xed\x2b\x76\x06\x03\x8f\xfd\x85\xf7\x60\x2e\x6e\x6b\x27\xc6\xb2\x7e\xd7\x8e\x23\x53\x38\xaa\x92\x31\xd4\x13\xbc\x89\xe9\xef\x19\xf5\xfc\x1d\x71\x48\x76\xa4\xb0\x33\x40\xca\x9b\x25\x36\xb8\xae\x10\x62\xa5\x68\x00\x24\xff\xc8\xa7\x73\xfd\x3a\x36\x0b\xbf\x50\xbe\x20\xf7\x88\x46\x31\x91\xe8\x57\xe2\x58\xd8\x4e\x5c\xad\xf8\xcf\xea\x61\xc2\x4d\x89\xb4\xe8\x1a\xd9\x28\x4d\x4a\x9f\x4a\xc3\x4a\x7f\xc4\x5e\x67\x4a\x64\x8f\x03\x1a\x38\x27\xe5\x17\x5d\x2f\x0a\xca\x15\x36\x00\x24\x93\x95\x29\x6c\xa7\xb6\x4e\xc8\x44\x9e\xd1\x7e\x0f\xaa\x41\x99\x90\x70\x68\x42\x4b\x19\xfa\x3f\xcd\xb5\x79\x08\xdc\x31\xcd\x96\xc2\x4b\xc4\xdd\x1a\xdd\x9c\x0a\xca\x6d\x4d\x47\x2c\x91\x31\x53\x93\x13\x50\xc4\xde\xa5\x99\xe0\x36\x86\x2f\x55\x3b\x00\x10\xf3\xd5\xae\x4c\x2d\x2c\xd4\x8e\x27\xee\x6c\xdb\x63\xeb\x42\x66\x77\x10\xad\x43\xcd\x91\xa8\x04\xcb\x92\x2a\x1a\x36\xd8\xbc\xbc\x70\x0a\xa1\xcc\xb4\x34\xed\x20\x79\x89\xb1\x2b\xd6\x9f\x3e\xcb\x40\x0a\x98\xcd\xfa\xa6\x1f\xe7\x96\xc1\x7b\xad\xad\x07\x40\xec\xa1\x59\xc4\x78\xdb\x52\xd3\x23\x23\x26\xb4\x3e\xe9\xae\x43\xec\x68\x1f\xe9\x1a\xd3\xb4\x13\xc9\x74\x6c\xab\xf2\xc2\x30\xec\x8d\x05\xe7\xf1\x6b\xad\xef\xd2\xfa\xc8\xbe\x16\x76\xac\x1b\x6d\xbf\xe9\x54\x40\x31\x6b\x89\xe1\xba\x1b\x9a\xb7\x5a\x67\x07\x40\x74\x1b\x2a\x65\x68\x9b\x57\x0f\x5c\x21\x1c\x6f\x4d\xe9\xc7\x22\xe0\xf0\xd7\xbd\xe7\x9b\xd8\x88\x63\x3d\x69\x95\x8f\xd1\x67\xba\xf4\x05\xdb\xf0\x5e\x8e\xf3\x69\x9d\xa4\x2e\xdb\xdb\xd8\x10\x5a\xa9\xe5\x4a\x80\x88\x95\x6d\xc2\xb8\x2d\xe1\xd5\xe9\xff\x9f\xd0\x0d\xed\xe1\x60\xb8\x55\x0d\x63\xc8\xb7\xb8\x4f\x9a\xde\xa1\x56\xf1\x96\xc3\x6e\xb5\xc4\xf2\xdb\xe1\x3f\xaa\xbe\x0b\x52\x91\xb0\x42\x2f\xe1\x4c\xcc\xc3\xb4\x70\x51\x35\x61\x73\x74\x89\xf8\x18\xe5\xa8\x9f\xa7\x94\xc9\x0c\x9a\x58\x21\x9f\xc7\x5d\x05\x80\x72\xa5\xf0\x5f\xb6\x91\x7d\xb5\xe9\x0c\x39\x98\xd3\x09\xd3\xa2\x26\x73\x59\xf0\x8c\xe6\x4e\x5e\x19\x22\xbc\x8a\xc6\xcf\x45\xcf\x2d\xe8\x12\xc0\x71\x7d\xa9\xbb\x85\xc3\xa4\xc8\xa8\x6f\xe2\xd9\xd4\x8f\xbe\xdf\x24\xdf\x58\x93\x26\xce\x93\x7d\xf9\xbf\x81\x28\xe9\xa2\x0c\xd6\x62\x16\x1a\xb6\x8f\x04\x67\x67\xc0\x0b\x90\x64\x4e\x5a\xc7\x91\xa6\x97\xdc\x78\x94\xb8\xf2\x0c\xaf\x08\x8b\x2f\x70\xe1\x2b\x09\x92\xd4\x62\xc1\x7d\xf2\xb9\xa8\x2d\xa2\x6e\x7a\x8b\xef\x2d\x89\x98\x1d\x3e\xb1\x4c\xd6\xcb\x77\x02\x40\x19\x2c\xda\xcc\xb8\x42\xe7\x22\x2e\x12\x56\x32\x74\xa8\x97\x1d\x67\x99\xfb\xb0\x4e\x8d\x06\xd6\x17\x3c\xac\xa2\x97\x53\x4f\xbc\x9d\xf7\x83\x7b\x92\xa2\x4d\xc1\xf1\xf1\x74\x4c\x54\x80\xb0\x8a\x45\xf4\x5d\x2d\x26\x71\x57\x4e\x6c\x93\xee\x14\x3c\x05\x40\x41\x14\xff\xa6\xb3\x29\x3c\x7c\x11\x1e\x49\x3d\x4e\xf8\xdd\xbe\x8c\x9e\x43\xda\xd1\xc0\x67\xec\xa0\x2c\x2a\xef\x63\xd5\xd3\xb6\xe4\x45\x72\xc6\x30\xee\x25\xef\xe4\xde\x64\xa7\x46\xee\xe6\xff\xe0\xee\xf1\x85\x44\xd5\x02\xdc\x44\x95\xe4\xac\x18\x00\x20\x5f\x28\x85\xa8\x4f\x88\xab\x68\xd3\x71\xee\xe4\x44\x3a\x1e\x6e\xa3\xdc\x64\xac\xaf\x67\xd0\x3a\x59\x61\x65\x4b\x19\x24\xf6\xbe\xdc\x36\x56\x1d\x17\x9b\xec\xcd\x41\xf0\xe3\x23\xd1\xbc\x9d\xc2\x08\x5f\xa6\x30\x57\x9c\x36\x71\xb7\xf8\x6f\x69\x38\x00\xb2\x5b\x72\x27\x8a\x2b\x2e\x41\xc0\xc1\x94\xe3\xef\x08\x03\x5b\xef\x11\xf7\x08\x0f\xd6\xbe\x23\xef\x10\xc9\xe7\x22\xa9\xd7\xc4\x8d\x39\xd5\x8c\x29\x92\x94\xa4\x2a\x16\x43\x1a\x1d\xf1\x9e\xeb\x2a\x2b\xf4\x45\xf1\x6f\xca\x5b\x26\x7e\x15\x9d\x54\xcc\x06\x40\xfa\x41\x39\x91\xf8\x1d\xed\xa4\x6e\x43\x19\x30\xbf\xd5\x05\x30\x02\x3e\x4c\xed\x5f\xb3\x92\xd8\xa1\xf6\x2e\x2d\x23\xef\x53\x07\x64\x13\x69\xd9\xea\x88\xd9\xf3\x19\x0f\xd4\x49\x11\xbd\xec\x7d\x6a\x98\x6f\x1d\xef\xa4\x1a\x36\x29\x51\xf8\x9f\x7a\x12\x00\xd2\x26\xd5\x69\x42\x0f\xe2\xb5\xe5\x18\x32\x13\x3d\xce\xe2\xdc\x92\x88\x2d\x36\x27\x55\x2f\xc6\xcf\x37\x31\x4a\x84\xa4\x40\xe3\xca\xac\x03\x94\x4b\x86\xc7\xb3\xc3\xe8\x9b\x0c\xd3\x22\x6a\x58\x47\xf4\x59\xbe\xf9\x3c\x57\x5d\xd0\xa4\x66\x21\x19\x5a\x0b\x80\xe4\xb9\x66\x1e\x61\x0c\x62\x4c\x67\x0f\x62\x1b\x6a\xa6\xc3\xdc\xbc\x11\xa3\xb0\x63\xaa\x73\x70\x0f\x6c\xf3\x4a\xe2\x88\x54\x6b\x78\x96\x9e\x92\x6a\x99\x90\xf8\x83\x1e\x61\xba\x10\x51\xc0\x6a\x30\x2a\x7c\xab\xb9\x5b\xf5\xb7\x27\x71\x85\xa1\xda\x9b\x00\x48\x36\x69\xde\xe2\x07\x3a\x0a\x7a\xd7\x23\x6a\x91\xe2\x1e\x72\x73\x1b\xfa\x7a\xf7\xd8\x79\x3f\x70\xd9\x9d\x2b\x4b\x9c\x09\xa7\x1d\xa9\x59\x5c\xf2\x22\xdb\xf1\xc4\x9f\xb4\x25\xd6\xd4\x88\x5a\xe6\x1d\x33\xdf\x97\xce\xad\x36\xb6\x4c\x5a\x29\x38\xa1\xfb\x0b\x00\x09\x12\xa2\x62\xf6\xc8\x0e\x37\xf4\xc2\xb3\x65\xd7\x9a\x79\x0d\x6e\x72\xcf\xd6\xc6\x0a\x96\xbc\xa8\x9d\x54\x30\x47\x6e\x42\xee\x9b\x83\x92\xbf\xc4\x16\xc6\x2f\x56\xe0\x89\x53\x83\x2b\x95\x9e\xd4\x24\x8f\x6b\xca\x47\xcc\x81\xb1\x07\x54\x2f\x79\xae\x00\x68\xaa\x45\x24\x4c\xa0\xb4\xbd\x39\xb2\x6d\xbd\xb4\x0b\x76\xa1\xde\x2e\x7d\x0e\x97\x97\x7f\x94\x65\x20\x50\xf9\x87\x65\xa3\x68\x55\xda\x77\xf9\x0c\xdc\xc5\xf8\x3a\xf9\x0e\x12\x3e\xd8\x53\xa1\xa6\xe5\x7b\x9c\x52\x32\x59\x88\xb1\x47\x54\xbd\x3c\x0d\x00\x9a\x29\xa2\x2e\x34\x5f\xfc\x11\xf6\xb0\xcd\x43\x52\x06\x6f\xa9\x1f\x27\xd9\xd7\x71\xa9\x9c\x2b\x8d\x44\x19\xf3\xcb\xa5\xab\xb1\xfc\xb4\x01\xd9\x5c\x42\x77\xdc\x4f\xd9\x0f\xf2\xeb\xa0\xbf\xe5\x8f\xe9\x26\x8f\x83\x8a\x37\x6c\xe4\xd8\xb3\xaa\x44\x7e\x32\x00\xea\x23\xa2\x4f\xa8\x58\xe1\x64\x84\x06\x76\x56\xb8\x0a\x35\x58\x7b\x52\x84\xc4\x6c\x2d\x6b\x15\x4f\xc0\x7b\xe4\xd5\x8a\x8f\x13\x97\xa6\x1e\x95\x0c\x53\x10\x71\xcd\x52\x1d\xbd\x3a\x48\x23\x5b\xcc\x22\x7b\xac\x93\x3f\xe0\xee\x1e\xfb\x4e\xd9\x2c\xf8\x08\x80\xda\x4d\x12\x81\x78\xce\xe3\xe1\x5a\x5a\x96\xf0\x67\x11\x62\x6a\xce\x08\xc6\x10\x7f\xce\x65\x09\x1e\x93\xff\xcb\x95\x0a\xef\xd0\xc2\x53\xbd\x44\x8f\x19\xf4\xd8\x4b\x92\xb1\xac\x47\x41\x85\xd2\x06\xae\xdd\x63\xa9\xec\xa4\xa0\x61\x5c\x8c\x82\x2e\x7a\x0f\x80\xaa\x48\xda\xdb\xc1\x62\xdf\xa4\x2c\x6a\x16\x71\xf6\xd3\x3c\xab\xaf\x71\x0f\xd2\xb5\xa5\x76\xde\x55\xa6\x5f\xce\x7a\xc1\x38\xd6\xa5\x14\xba\x30\x87\xb3\x24\xb6\x41\x64\xe3\xf5\x05\x4d\x90\xb8\x0b\x8e\x79\x2c\x97\xee\x16\xfd\x3b\x8e\x2b\xd7\x49\xbe\x03\xa0\x54\xc8\x27\xc1\x37\x30\x4c\x3c\xef\xc6\x6b\xcc\x41\xfe\xf8\x79\x8d\xac\xcb\xfc\x27\x25\xb9\x9c\x30\xc1\x5f\xd9\x3d\xdc\x3e\xe1\xfd\x64\x23\xdf\x5b\xf4\x2d\x66\x8d\x60\x9b\x24\x2e\x70\x9b\x88\x2e\x35\x7a\x2c\x94\x34\xca\xce\x8c\x3b\x2c\x43\xcb\xcf\x01\xa0\xd0\x2a\xde\xb4\x7e\xa7\x6e\x50\x94\x36\xe0\x68\x2f\x14\x94\xaa\x18\x46\x99\x42\x5b\x9c\xc3\x3c\xaf\xf8\x23\x6b\x07\x5b\xae\x74\x4d\x7a\xc8\x9d\xa3\x44\xc6\xc4\xf0\x83\x95\x7b\x03\x95\x42\x4f\xd5\x6c\x8f\x35\xe2\x1c\x15\x6f\xdc\x6f\x29\xa4\x22\x01\x20\xbf\xa1\x82\x60\x17\xc9\x5c\xc3\xfd\xfa\x7c\xca\x63\x03\xa9\xd2\x9b\xc6\xd6\x3f\x2a\xaa\x66\x78\xeb\xf9\x59\x63\x99\xf7\xf4\x63\x93\x2a\xd8\x57\x75\x23\xd1\xa7\xb9\xcf\x75\xd1\x81\xf9\x82\x19\xda\x15\x1e\xcb\x45\x52\xe8\xc1\xf8\xd9\x92\x57\x9a\x93\x00\xc8\x89\xea\x47\xb0\x74\xd2\x80\x35\xad\xee\x30\xc5\xd3\x62\xac\x58\x4a\xdd\x68\x3e\x56\xf8\x95\x0e\x37\x4f\xca\x3c\xc9\x8c\x36\x95\x24\x85\xb2\x13\x8d\xfa\xe8\x2d\xdc\x56\xc3\xb6\xc0\x0c\xfe\x0a\xfd\x5e\x8f\x4d\xa2\x40\x9d\x78\xfc\x5c\xc9\x12\xe8\x06\x00\xf2\x78\x8d\xb0\x65\x2f\xf1\xa1\xe3\x79\x1d\x9c\x8c\x75\x4c\xab\xa8\xa6\x3a\xdb\x83\x0b\x0f\xd0\x36\xd9\x22\x33\x57\x31\x64\xd6\x19\x49\x53\x59\x5d\x16\xaf\xe8\x6d\x9c\x93\xa6\x77\x81\xe5\xfc\x18\x63\xa7\xc7\x65\xe1\x76\xfd\xbd\xf1\x1a\x49\x91\xf6\x0c\x00\xb2\xbf\x34\x5f\xeb\xab\x0c\x6e\x8d\x35\x95\xab\xf5\x23\x2d\xa1\xc5\x74\x7d\x61\x1b\xc8\xbe\xa1\x3b\xd9\xe1\x93\x72\x48\xd7\x86\x62\xc6\x27\x6a\x7f\x63\x7f\x86\xde\xd6\x6e\x24\x5e\xf3\xad\xd2\x52\x68\x93\x5c\x4f\x6b\xf3\x58\x5c\x00\xb4\xe5\xbc\x2b\x00\x68\x1d\xe2\x94\xba\x53\xba\x3f\x9b\x2d\x95\xd9\x3a\x42\x6b\x56\xb1\x97\x2e\x08\xfe\x31\xdb\xa0\x3d\x8e\xb8\x9b\x22\xd5\x72\x31\xe3\xe2\xbe\x68\x93\xf1\xb8\xd0\x2d\xd0\x2f\xf2\x58\xdf\x14\xe8\x2a\xed\xb3\xeb\x55\xe8\x14\xdb\x17\x00\xe8\x35\x3f\xee\xff\x39\xe2\xfc\xba\x1c\xad\x02\xf6\xb1\xe2\x98\x36\x01\xae\x2e\xda\x0a\x7d\x41\xf8\x66\x27\x43\x3b\x51\xd7\x52\x62\x20\x08\x7b\x39\x6e\x27\x84\x20\x82\x50\x0d\x54\x48\x61\xf8\x06\x41\xe9\x8c\x40\xd7\xdb\x50\x19\xfb\x1b\x00\x90\x8e\x7f\x18\x00\xe8\x8b\xd8\x56\x5b\xac\xbe\x80\x08\x2d\x7f\xaa\xde\x8a\x6a\x2f\x7c\xad\xde\x88\x19\xc9\x12\xaa\x97\xe1\x27\x27\xab\xd5\xcb\x88\xdb\xe3\x12\xd5\x1b\x29\x96\xd0\x60\xf5\x11\x7a\x9f\xcf\x6b\xf5\x3f\xac\xd3\xae\xaf\x35\xc9\xbc\x10\xe0\xa5\x99\x2f\xec\x00\x00\x4a\x93\x2c\xaa\x01\x4a\x2e\x96\x57\x76\x5f\x89\xc5\x4b\x0a\xa3\x94\x0c\xa2\x24\xf3\x88\xb2\x8f\xdc\x97\xf4\x50\x79\x82\x7a\x27\x76\xbb\xf2\x37\xa3\x32\xe4\x9c\xaa\x88\xf5\xd4\xe7\xae\x6a\x3e\x77\xb7\x9b\xb3\xda\x53\x60\x07\x04\xf5\x3a\x71\x36\x00\x1a\xbc\xf4\xdb\xbc\xcf\xb2\x4f\xe4\x9a\xb9\x5f\xe5\x93\x29\xff\x14\xe0\xe5\x05\x34\x6b\xa6\xa7\x7c\x90\x51\x9e\x54\x26\xff\xc6\x8a\x8b\xcd\x53\x20\x39\xf1\x21\x2a\xc5\x59\x5e\x8d\xcf\x05\x65\xa3\x60\xbb\x5b\x94\xf2\x87\xd8\x19\x1c\x50\x1d\x93\x06\x03\xa0\x5e\x24\xef\xa8\x32\x88\x37\xb0\x7f\x97\x6e\x12\xff\xcb\x0d\xc9\x0f\x95\x08\x79\x59\x19\x6e\x92\x6f\x7c\xf4\x6c\xb6\x74\x54\xb0\x3c\xa6\x5f\x56\x22\x02\x21\xae\xb2\x6f\x62\xb6\xcf\x12\xf9\x16\xa9\xbb\x5b\x91\xc2\x2e\xd3\x39\x05\x2b\x1d\xf2\xed\x00\xa8\x06\x95\x53\x2b\x63\x04\x0f\xa4\x89\x25\x3a\x21\x52\xba\x2a\xaf\x54\xf8\x43\xe6\x99\x5e\x27\xda\x22\x1b\x4c\xbc\x2f\xd6\xca\x67\xc7\x04\x4a\xe8\xf2\x9b\xc1\xc7\xa5\x70\x85\xce\xc7\x28\x6b\x55\x16\xbb\x31\xe5\x2c\xe5\x65\x27\xa9\x62\x95\x6a\x12\x00\xca\x7b\x2a\x41\x45\x18\x6f\x23\x74\xb1\x78\x94\x0f\x83\x4e\xe5\x4a\x04\x81\xd0\x86\x39\xf3\x05\x9f\xa0\xa1\x44\x84\xf0\x01\x64\x8d\x3e\x21\x7a\x07\x69\x82\x6d\x12\x7f\x88\xe1\x23\x94\xd6\x42\x05\x6e\x6a\xd9\x52\xcd\x6d\xa7\x43\x0a\x27\x4d\x34\x00\x4a\x84\x7a\x45\xf9\x3e\xee\x0d\xc3\xc5\xe2\x0c\x9e\xd9\x60\xcb\xf5\xe4\xb7\x19\x52\xe7\x34\x0a\x66\xeb\x6f\x27\xc6\x0a\x83\xf5\xea\xe8\x0d\xa2\x22\x7d\x6c\xb0\x4c\xac\xd5\xed\xf3\x91\x49\x2e\xeb\x42\xdd\xfa\x65\x45\xda\x4a\xa7\x87\xf2\xad\x50\x08\x00\xca\x30\x4d\x68\x39\x9d\x1b\x6d\xc9\x29\x7a\xc9\xbd\x69\x3e\x93\x73\x81\xb7\xce\x5c\x34\x27\x89\x2f\x35\x6d\x4b\x0c\x13\xe0\x4c\xd3\xa3\xb7\x08\x87\x8c\xea\xe0\x6e\xd1\x73\xc3\x51\x9f\x11\x49\xb5\xfe\xac\xdb\x11\xe9\x65\x5d\xcf\x98\x68\x79\x8b\x16\x00\xa0\x38\xaf\x59\x52\x90\xd9\xb5\xbd\xf1\x7d\xd6\xa3\x4e\x45\xcb\xf5\xd4\xb7\x0e\x64\xdb\xb9\x59\x58\x7b\x66\xc7\xdb\x68\xb6\x6d\x0a\x1a\x16\x32\xdb\xf2\x0c\xf7\x9f\x5f\xa3\x79\x27\xe9\xe9\x94\x63\x26\x0a\x3d\xdd\xb9\xd4\x38\x97\x3d\x00\x80\xa1\x82\x7f\x06\x00\x3d\x46\x12\x92\xff\xab\x93\xd1\x32\x3e\x6b\x85\xa3\xbe\xf5\xcf\xd4\x9d\xf6\xaa\xf6\x81\x59\x69\xb6\x7c\xa4\x25\xba\xde\x9a\x80\x39\x1a\x12\x68\x09\x24\xa4\xfb\xd5\x98\x9d\xc9\xaf\xa7\x1c\x35\x5e\xa5\xff\x72\x46\x1a\x4e\x72\xbc\x01\xd0\x3f\x17\x8c\x05\x40\xef\x25\x99\x92\xbf\xd3\x11\xda\x5a\x96\x85\xb4\x87\xc0\x9f\xa6\xf2\x6d\x29\x88\xee\x59\xce\xd6\x2c\x74\x5b\x74\xb4\xa5\x08\x87\x0f\x71\x32\x57\x12\x37\xf8\x15\x98\xe6\x51\x53\xa6\x9c\x30\xa6\x31\xc7\x39\x73\x0d\x05\x9c\x6b\x00\xe8\x45\x02\x35\x00\xba\xbd\x92\xb2\xfc\x31\xd6\xfd\x1d\x4f\x33\xff\xb4\x5c\x44\x95\xa4\xfc\x30\xff\xc0\x6c\x9a\xd9\x67\x4e\xc3\x67\x45\x9d\x35\x31\x88\xdf\x83\x8f\x1a\x97\x50\x3e\xf9\x85\x1a\xce\x33\x42\xa6\x1c\xd1\xbf\x61\xb3\x9c\xe7\xeb\x43\x78\x27\x01\xd0\xe9\x85\xef\x00\xd0\x7e\x90\xe6\xe5\x05\x99\x73\x30\xdf\x33\x7e\x99\x4c\xf8\xc9\x29\xed\xc6\xeb\xc4\x84\x99\x93\x8d\x99\x64\x42\x14\xda\x30\x42\x3d\x17\x2c\xd2\x7f\x65\x10\x7d\xbf\xeb\x6b\xd9\xb1\x53\x4e\xeb\x86\x78\xc1\xce\xe7\xb4\x5f\x84\xe3\x00\xd0\x9a\xc4\x1b\x00\xd0\xce\x90\x19\x72\xb3\x8c\x9e\xa4\xdc\x8c\x22\x03\x8a\x32\x2e\xf9\xb0\xfe\x28\xf5\x6a\x82\x55\x3f\x8f\xbe\x23\xf2\x3f\xdd\x55\xe6\xc1\xe0\x14\x5d\x2b\xfb\x83\xef\x1d\xed\x0d\x5e\xe9\x94\x6b\xda\x4a\xc1\xf5\x09\xe3\xa1\x2b\xe2\x4a\x00\xa0\x3e\x29\x17\x00\xa8\x41\x7e\x3e\x27\x5e\xbb\x9b\x15\x92\x8e\xd3\x56\xb3\x95\xc9\x5e\xd0\x47\xce\xdd\xf8\xcf\xd0\x66\x5e\x4e\xa4\x09\xa2\xf3\x77\x04\xbd\x85\x66\x09\xeb\x7c\x4f\x68\xde\x88\x7e\x4c\xf9\xaa\x19\x94\xfc\x8f\xbd\xf7\x7a\x8a\xc2\x89\xbe\x07\x1b\x41\x11\x10\x50\x41\x50\x82\x92\x41\x72\x54\x04\x09\x22\x08\x48\xce\x19\x86\x30\xcc\x0c\x4c\x60\x72\xce\x01\x18\x72\x36\x8b\x59\x14\x51\x14\x23\x98\x31\x62\x40\x45\x31\x60\x46\x45\x45\x72\x06\xed\xad\xcf\xb7\xea\xb7\x5b\x5b\xb5\xff\xc1\x7e\xef\x4b\x57\xbf\xf4\xc3\xb9\xa7\xfb\x9c\x87\xae\x73\x1f\x29\xe7\x0a\x63\xd8\x4c\x00\x84\xc1\x9c\x47\x00\x08\x37\xf2\x10\x9e\x61\x82\x39\x7a\xe6\x86\xb3\x82\x4b\x0c\x47\x27\xa9\xa0\x94\x31\x63\xd3\x20\x40\x33\x3b\xcd\x83\x04\x51\xac\x23\x6b\x6f\x0b\xfc\xd9\x87\x74\x4f\x0b\x3c\x38\xbb\x97\xab\x0b\xec\xb9\x7b\x94\x5b\x05\x2e\x3c\x22\x00\x82\x14\xde\x77\x00\x04\x38\x7e\xb5\xc7\x1e\xde\x18\xdf\x6b\x83\x1a\xef\x02\xbf\xca\x71\x82\xb7\x9f\xff\xc6\x66\x0d\xaf\x5e\xb0\xce\x7c\x29\xef\x88\x00\xbd\xb6\x9e\xd7\x21\xb8\xa9\x7b\x9c\x37\x20\x54\x5e\x6e\xc6\xd7\x12\x5a\x29\xf7\xf1\xc3\xff\xe3\x33\x7f\x9f\xe0\x05\x00\xfc\x2f\x82\xbd\x1e\x8a\xbc\x15\xa2\xa7\x6e\x87\xb8\x9f\x44\x63\x8e\x27\xb8\x8f\xc5\xca\xd6\x3f\xb9\x9d\xe2\x15\x66\xdf\xb9\x2f\xc5\x16\x6b\x6b\x79\x8b\xc4\x36\xba\xe7\x79\xdb\xc4\x7a\xcb\xfd\x79\x45\xa2\xb7\x4b\xb5\x78\x7d\x22\x0c\x00\xfc\x40\xe1\x31\x00\xf8\xc7\x84\x4b\x36\xf1\xb8\x11\xd2\xd7\x6e\xa1\x5c\x23\xe9\x3b\x47\x26\x57\x53\x7a\xdf\xba\x9b\xbb\x58\x7a\xcc\xac\x9b\xab\x26\x15\xae\xdd\xcb\x8d\x91\x06\xeb\xbe\xe0\x36\x4b\x06\x96\xf3\xb9\x73\x92\xb8\xa5\x64\x5e\xaa\xb8\xe8\xbf\x5b\x29\xca\x03\x80\x9f\x26\x4c\x73\x3f\x5b\x77\x24\x76\x8b\xcb\xc1\x5a\xe3\x04\x4b\x7b\x9f\xea\x1d\xc9\x4e\x56\x3a\x55\xb6\x69\xd1\xc6\x17\x2a\x8e\x23\xee\xeb\xab\x97\x9b\xe6\x10\xb5\xfa\x4b\x4b\xd0\xc8\x65\x7e\xf2\xeb\xd8\x1b\x8a\x97\x8a\xcd\x88\x5a\x00\x14\x36\x51\x5d\x01\x90\xd9\x31\x05\xee\x79\xb5\x79\xf1\xdb\x5c\x08\xd5\xf3\x49\xca\xf6\xda\x55\x65\x29\x3f\x2d\x61\xa5\x5b\xfa\x7b\xe3\xa3\xe5\xf7\xb3\xd6\xea\xab\x97\x25\x23\x77\x6b\x0d\x96\xbc\xc1\xa4\x2e\x0b\x96\xdb\xe0\xa8\x8a\x6f\x8a\x0e\x11\x25\x00\x14\x6e\xa5\xa6\x01\x20\x7d\xc7\xcc\x74\xd7\xa9\xb1\x4d\x64\xb9\x38\x54\x3d\x4f\xd1\xb7\xfb\x52\xc9\x4e\x7b\x6d\xf9\xa9\xc2\x15\xb1\xc7\xb8\xa2\xec\x63\xf6\x69\x3d\x58\x2a\x43\x29\x6a\x0d\x97\x18\xe6\xd5\x2c\x8b\x29\x2e\xc6\xe7\x2b\x4e\x15\xe9\x90\xdc\x01\x90\x3d\xa6\x3e\x05\x40\xca\x65\x96\x6d\x3c\x5c\x79\x22\x75\xce\xf9\x71\x05\x2d\x23\xde\xae\xb6\x3c\x24\xf3\xa1\x65\x4d\x99\x73\x4e\x8a\x71\x76\xa9\x1a\x6a\xbd\xde\x0f\x79\x5f\x9e\x83\xd6\x44\x71\x23\x2e\x7f\x59\x5a\xd1\xd6\x82\x0e\x25\x2b\xd9\x30\x45\x1b\x00\xe9\x4b\xba\x03\x00\x92\x56\x16\x7b\x43\x6f\xb9\x67\xe6\x63\xe7\x35\x65\x6e\xd9\xbf\x6d\xa7\x4b\x9d\x72\x0d\x2c\xf5\x4b\xbc\xd0\x08\xe3\x45\x72\xcf\xbc\x97\x7a\xcd\xc5\xce\x38\x81\x56\x5f\x91\x41\x41\xec\x32\xa2\x6c\x80\x1c\xa3\x94\x2a\xed\xa0\x79\x01\x20\x79\xc6\xf8\x04\x80\xf8\x2d\xfb\xfa\x06\xe3\xd2\x25\xb9\xaf\x9c\x78\x25\x1a\xe8\xd3\xb6\x05\x72\xd3\xbc\xdd\x16\x67\x8a\x63\xb1\x32\xa3\xcb\x45\x14\xfc\x7e\x3d\x61\x61\x75\xc1\x80\xd6\x33\xd9\x11\x72\xe4\xb2\x32\x69\x1d\x75\x58\xa9\x5e\x52\xcd\x28\x00\x40\xfc\x8a\xb5\x03\x00\xb1\x0a\x17\xb8\xb9\x17\x3d\xc1\x63\x1c\xbb\x8a\xd4\x08\x7d\x36\x83\x85\xc9\xc4\x78\x8b\x40\x59\x1b\xa9\xcb\x08\x27\x5b\x42\xc9\xd0\xcb\x95\xa6\xd1\x56\x69\x7d\x90\x9c\xa6\xbf\x5c\xd6\x2d\xee\x65\x76\x2c\xd6\x13\x2f\x65\x73\x01\x10\x09\x38\x6f\x01\x10\x0e\xf0\xb8\xae\xc7\x64\x2a\xb4\x60\xc7\x44\x29\x99\xee\x6c\xb3\x43\xf2\x87\x61\x6a\xb1\x5c\x92\xcf\x54\x31\x8a\x17\x7f\x63\x2d\xd3\x43\x8a\xc9\x6c\x2b\xad\x39\xb1\x02\x67\xa3\xfa\x52\x11\x92\x1b\xb7\x98\x21\xec\xe6\x05\x02\x20\x64\xf3\x7a\x01\x10\x1a\xf2\xab\x5d\xdd\xc4\xbd\xdc\x9b\x0e\xfd\xe2\x24\xde\x06\x1b\x33\xd1\x38\xef\x84\x79\xbb\x48\xc6\x5f\x65\xe4\x2a\x32\xe5\xef\xd0\x8b\x10\xf6\x0a\x96\x68\xcd\x09\xeb\x04\x18\xf5\xcd\x42\x4f\xc1\xf9\xc5\xcf\x05\xbf\x05\xaf\x00\x10\xdc\x11\xec\x03\x40\x50\x2f\x90\xb8\xf4\x89\x86\x84\xb6\x0e\x47\x45\x34\x21\xc1\x7a\x4a\xb4\x5a\x78\xce\x7c\x87\xb0\x55\xf8\xdd\x68\x8d\x30\x56\x64\xa5\x17\x2a\x34\x10\x85\x6b\xab\x0b\xc6\x44\x59\xea\xe9\x82\x33\xa2\xd0\x25\x9a\x02\xba\x68\x29\x00\x02\xac\x90\x04\x80\x20\x41\x30\xea\x22\x15\x99\x49\xb4\x1c\xb0\xc2\x66\x89\xab\xf5\x6b\x61\xb8\x24\xd6\xbc\x50\xf0\x4d\x92\x6a\xb4\x5c\x20\x91\x14\xe8\x65\x0a\x72\x24\x89\xda\x5e\x82\xed\x12\x4b\xf5\x46\xc1\x1a\x71\xfb\x12\x24\x7f\x4c\xbc\x16\x00\x81\x82\xc8\x09\x00\x81\xa6\x70\xbb\x73\xd4\xce\x67\xb1\x42\x3b\xc2\x0e\xad\x84\x6c\x2b\x74\xbd\x77\x32\xc5\xe4\x68\x6d\x55\xda\x5e\x83\x23\xd5\x8f\x32\x57\xea\x48\x2a\x27\x73\xee\x68\x8e\x56\x28\xa1\x3b\x54\x56\x94\x3e\xc1\xad\x51\x90\xc9\x1f\x13\xf3\x00\x28\xfa\x44\x25\x00\x20\x7b\xcf\x3c\xed\x34\xbb\xe3\x70\x3c\xcf\x2e\xa0\x7e\x34\xc9\xdb\x6a\x7b\x9d\x7b\xaa\xa9\xc9\xce\x9a\xbd\x19\x86\x06\x07\xab\x7e\x67\x65\xe8\x54\x56\xda\x20\xfb\x97\x2b\x96\x47\x60\x9a\x54\xd6\x97\xba\xe3\x3a\x15\x0e\xcb\xb7\x11\xbb\x00\x28\xa2\x52\xcb\x01\x90\x15\x31\xc5\x4e\xf5\x0d\xa4\xc4\x93\x76\x9a\x75\x8f\x52\x42\xac\x4c\x6a\xad\xd3\x97\x9a\x14\x55\xef\x47\x3c\x37\x38\x58\xa5\x90\xdd\xaf\x53\x57\x91\x80\xf2\x5b\xbe\xba\xac\x3a\xef\x8d\x8a\x57\x49\x1d\xbe\x55\xe1\x5a\x71\x1b\x89\x06\x40\xe1\x1c\x75\x1a\x00\x99\x25\xf3\x84\x53\x56\x6d\x77\x9a\x9e\xed\x87\x9a\xec\x8c\x02\xcb\xb1\xaa\xb9\xcc\xf7\x26\xe9\x95\x7b\x73\x68\x06\x25\x15\xb6\xa8\xed\x3a\x75\x65\x27\xf2\xd2\x96\x3b\x94\x6a\xe2\x1a\x55\x32\xe4\xa1\x05\x53\x0a\x43\x45\x22\x4a\x00\x00\xb2\x79\x7a\x38\x00\xd2\x78\x56\xa5\xe3\xc9\xea\x82\xcc\x8b\xb6\x3e\x55\xeb\xb3\xfb\x2c\xf3\x2b\x06\x72\x57\x19\x4f\x97\x9f\x44\x67\x1a\x6c\x2b\x4b\xcd\xfb\xa0\x43\x28\x81\xb8\x1d\xcb\xad\xe5\x25\x05\x14\x15\x5a\xd1\x2f\x32\x7d\x91\x45\x61\x20\x2d\x1b\x00\xe9\x08\x63\x16\x00\x09\x93\xdd\xe3\xb8\xb6\xd2\x36\xb7\xda\xe6\x52\x85\x12\x9a\x61\x31\x58\xf6\x25\xaf\xc0\xb8\xbe\xb4\x13\x8b\x32\x50\x29\xd9\x81\x2f\xd6\x89\x92\xa7\x15\x7c\x5d\xbe\xbe\x78\x25\x39\x4e\xa5\xa6\xb0\x86\x0a\x17\xe5\xca\x74\x18\x45\x00\x48\x06\x59\x2d\x00\x88\x1b\xb9\xab\x1d\xe2\xca\xb4\x70\x03\x36\x76\xa5\x9a\x84\x3c\x8b\x7d\x25\xba\x05\x33\xc6\xd9\xf2\x75\x24\xb6\xfe\x48\xb1\x21\xc5\x48\x07\x51\x64\x40\xfd\xbd\x3c\xa9\x50\x8b\x7e\x51\x65\x44\xfa\x80\xd9\xb2\x68\x5c\x22\x64\xf3\x00\x10\x57\x70\x7e\xfc\xe7\xc7\x78\xc5\x0e\x9a\xf2\x00\x2a\xcd\x7a\xbc\xb8\x80\x46\xb6\x20\x14\x1d\xa7\xd3\x8d\xb7\x17\xf6\x30\x18\xfa\x43\xb2\x59\x66\x95\x0e\x57\xe6\xcc\x6a\x5f\x5e\x27\x45\xb3\x7b\x55\x23\x25\x51\xdc\x95\x8a\x5c\xf1\x66\x9e\x09\x00\x22\x31\xef\x3e\x00\xc2\xd3\xfc\x6a\xfb\x57\x85\xdf\x39\x0d\xd6\x27\x0a\x37\x72\xad\x2c\xcc\x64\x3b\xb9\xed\xc6\xab\xa4\x7d\xbc\x6d\xfa\x4f\xa4\xeb\x78\x1f\x74\xd8\x92\x42\x3e\x66\xf9\x19\xf1\x08\xff\x83\xea\x0e\xb1\x9e\x60\xbb\xe2\x84\x28\x48\x50\x0c\x80\xf0\xbe\x00\x03\x80\xd0\x5d\x10\x6f\x7f\x59\x36\xc6\xff\x6c\x5d\x27\x0b\x12\x78\x5b\x28\x4a\xcf\x0b\xf6\x1b\x03\xc9\x82\x60\x5a\xff\x86\x24\x58\x98\xac\xc3\x16\xdf\x16\xee\x5e\xde\x29\xf6\x14\xde\x53\xbd\x29\x2a\x14\xf6\x28\xb9\x09\x5f\x09\xcf\x01\x20\xc4\x0b\x3d\x00\x10\xfc\x13\x74\xda\xd7\xc8\x0c\x45\x27\xad\x69\x52\x8a\xe8\x9b\xf9\x77\xc9\x47\xb1\x81\xd1\xb8\x64\xbd\x38\x52\xff\x86\x98\x23\x16\xe9\x94\x8a\x95\xc4\x15\xcb\x3f\x89\xaa\xc4\x1c\xd5\x71\xe1\x88\x78\xb3\x12\x51\x18\x2f\xba\x0b\x80\x50\x49\xa4\x0c\x80\xa0\x59\x18\x51\x32\x9e\x22\x08\x27\x0b\x9f\xa4\xe9\x45\xb5\xd2\xe9\xe9\x77\x62\xff\x60\x0d\x10\xbd\x89\xb9\x19\x30\xdb\x32\x55\x29\x66\x09\xb2\x31\xe3\x99\x7f\x0f\x3a\x2f\xbb\xc7\xf5\x70\xfe\x7d\xb4\x8f\xe9\x3a\x42\x34\xf6\xec\x72\x5b\x72\x1a\xd1\x0f\x00\x86\x0e\x95\x2f\x9f\x49\x22\x46\xfd\x11\x2c\xa4\x38\xc6\xfe\xa2\x1d\x4a\xd3\x4e\xe8\xcf\xcf\xce\x88\x4d\xd1\xcc\x48\xcf\xec\x49\xcf\x8a\x66\xe4\x70\x33\xbf\xfb\x27\xa0\xe8\xc8\x7d\xae\x5b\xf3\xe6\x31\x2d\x26\x77\xf0\x97\x71\xdd\xcb\x15\x48\x3f\x48\x6a\x00\xd0\xef\x51\x87\x8b\xbf\x24\x20\xe2\x24\x02\xdb\xa4\xf0\xc4\x6d\xd4\xfb\x29\x88\x14\x85\xbc\x83\x69\xcf\xd3\x3e\xa6\xb7\x23\xb8\x88\x9f\x51\x3f\xb3\xe3\x72\xcc\xb7\xbe\xcf\xe5\xa1\xaa\x5d\x7e\xe6\x99\xe7\x07\x99\x90\xf1\xab\x08\x6b\x34\x6f\x90\xf0\x24\x08\x00\x1d\x4b\x93\x17\x76\xc5\x54\xa6\x36\xf2\x82\xe3\x1e\xa5\x0f\x50\x2c\x13\x37\x65\xae\xc7\xb8\x24\xff\xc9\xae\x4b\xe3\xa6\x7d\xce\x35\x8b\x7c\x95\xb9\x1c\xfd\xd2\x6f\x26\xa7\x3c\xff\xac\x8b\x2f\x9a\x8d\xbf\x68\xfc\x1b\x7b\x87\x38\xa0\x29\x21\x22\xa9\xe6\x00\xd0\xf6\x33\xd4\xa4\x13\x11\x1d\x39\x86\x9c\x43\xd1\x81\xc8\x19\xd2\x85\x38\x25\xd4\x2b\xd4\x68\xa2\x22\xe6\x7c\x2a\x26\x65\x6b\xfe\xa5\x88\x2f\xe9\x77\x71\x4f\xfd\xac\xb2\x76\x16\xa8\x39\x37\xe6\xbe\x26\xe5\x1b\x8b\xf3\x29\x94\x61\x4d\x7c\x41\x3c\x9d\x01\x00\xf5\x2e\xf3\xa2\xc4\x2c\xd4\x0c\x6b\xc0\xd6\x0c\x9f\xc5\xd1\x88\x09\x51\x7f\xf1\xdd\xb9\xd7\xe2\xb6\x16\xac\x4d\x41\x25\xde\x27\x96\x46\x28\xa4\xee\x25\x2b\x6c\xc1\x22\xae\x53\x6a\x9c\x75\x91\x61\xb4\xad\xc6\x2e\x79\x6e\x8c\x65\x9a\x54\x42\x02\xb3\x17\x00\xca\x2c\x3b\x53\xf8\x32\x70\x3f\x63\x23\xa3\x6f\xfb\x13\xc6\x03\xc2\xd6\x70\x17\x66\x72\x4e\x7f\xd4\x1b\xe6\xa3\xa4\x07\x71\x37\x58\xf1\x61\x6d\x49\x13\xac\x3e\x5f\x66\x3a\x93\x4d\x76\x92\x64\xe7\x72\x56\x1b\xab\xa1\x4f\x72\x3a\x35\x0f\xe3\x1d\xb9\x69\x00\x50\xac\xb8\xf7\xf9\x79\x5b\x1f\x49\xbe\xd1\xee\x07\x22\x24\x75\x38\x5e\x88\x95\x64\x6b\x76\x54\xc4\x3a\xf1\xb3\xc4\xbc\x98\x24\x31\x36\x74\x6f\xc2\x27\xd1\x94\xcf\x99\xd4\x4b\x22\xbe\xd3\x8a\xcc\x59\x91\xa2\xd1\x38\xaa\x5a\x48\xd6\xec\xc3\x15\x08\xee\x01\x40\x6e\xe3\xcf\xf0\x16\x6d\x51\xad\x1c\xa3\xe2\xfc\xdf\x56\x0c\x60\x37\x04\x7d\x2c\x7f\x91\x65\x15\xb6\xa2\xac\x30\x21\x27\x4a\x5e\xea\x1e\xf2\x39\x3e\x54\xde\xeb\xb3\x2d\x25\xb3\x18\xe1\x38\x8d\x18\x2e\x7c\x60\xec\x91\x7b\x4b\xa6\xbc\xdc\x17\x3b\x23\xfe\x0b\x00\xb9\x54\xf8\x8a\xbb\xd3\x77\x75\x7d\x1e\xe5\xd3\xd6\xc1\xba\xd5\xf9\x5d\x41\x4a\x35\x8d\x99\x5d\xa1\xdb\xab\xa6\x12\xb4\x22\xdf\x54\xfa\x84\x9c\x8d\x3b\x5d\x4e\xf4\xf1\x48\x7e\x53\x2a\x71\x5a\x82\x28\x91\x67\x19\x33\x73\xf1\x45\x2b\x96\xcb\xb1\x77\xa4\x08\x00\xc8\x5c\x51\x39\x37\xc3\x27\x79\xd7\x1c\x85\xb7\xd5\x76\x27\x3d\xbf\x22\x30\xa2\xa1\x25\x73\x4f\xc8\xc1\xba\x8b\xf1\xa3\x91\xbe\x35\xc7\x43\x5a\xe2\x4c\xab\x04\x3e\x49\xc9\x29\x15\xd6\x4e\x8e\x08\xfb\x52\xa9\xf1\xbb\xdc\x55\xc5\x57\x96\xff\xc4\x96\xc8\x70\x00\x90\x53\x45\xff\x8a\x52\xd3\x4e\x87\x97\xf3\x44\x19\xfa\x51\xf7\x29\xdb\x11\x27\x62\xff\x62\xec\xb3\x64\x89\xa4\xb4\x98\x9c\xfd\xa9\x2b\x22\x8f\xe4\x0e\x66\x7c\xf0\xbb\x8f\x91\x65\x7f\x73\x01\xd8\x23\xe8\x08\xe3\x0f\x84\x79\xec\x73\x4d\x29\xf9\x16\x91\x08\x00\x63\x03\xf5\x5e\x61\x6a\x4a\x73\xd4\x00\xf7\x54\x9a\x5f\xec\x57\xb2\x20\x43\x29\xa1\x0f\xcd\xcb\x5c\x96\xa2\x96\x7a\x3d\x3b\x36\x3d\x2b\xd2\x08\xf9\x2c\xf3\xa7\x5f\x3c\x7a\x27\xf2\x88\xf3\xf1\xfc\x8f\x98\x2b\xc6\xd5\x04\x14\xee\xb7\x26\x82\x1c\x4d\xda\x08\x00\xfd\x0f\xcd\x45\x16\x9d\x74\x3c\x2e\x97\xd3\x9d\x82\x49\xb4\x22\x9d\x49\x4b\x4d\xfe\x84\xba\x97\x51\x95\xd6\x95\x6a\x9c\xa5\x84\xf8\x18\xb1\x33\xa7\x25\xc7\x70\xcb\x67\xd4\x61\x54\x95\x73\x64\xfe\x8a\xfc\x70\xe3\x20\xfc\x3d\x82\xbd\xa6\x13\xe9\x0d\xd9\x1c\x00\x7a\x2d\xed\xa1\x24\x3a\xee\x6d\x2a\x97\xad\x96\x30\x9c\xde\x49\x34\x4d\x76\xc9\x5c\x92\x9b\x9f\x7a\x3e\x9b\x98\x3c\x99\x41\xc9\x5d\x1c\xde\x90\x45\x46\x77\x6c\x51\x43\x5e\xcd\x3f\xe0\x74\x1a\x43\xc4\x9f\x33\x7a\x80\xe3\x11\xc7\x35\x17\x11\x5f\x51\xfd\x01\xa0\x3d\x64\xf8\x8b\xb2\xa2\xed\xb2\x7b\x98\x89\xb1\xc5\xc8\x36\x42\x73\x82\x2e\xaa\x0e\x69\x9e\xd4\x87\x61\x26\x7d\x4a\xfd\x92\x2f\x0a\x3b\x8c\x70\xc1\x1d\xf4\xf5\xc9\xee\x26\xfc\x76\x5a\x83\x7a\x45\x4a\x31\x42\x63\x9d\x29\xc3\x1a\x13\x05\x5d\xf4\x0a\x00\xa8\xe3\xcc\x9f\x82\x83\xe1\xcd\xf9\xe7\xe8\x77\xa3\xa2\x70\x2b\xf0\xdb\x62\xad\xf0\x84\xec\xe1\x04\x3b\xc2\x9d\xc4\xf7\xc9\x24\xa2\x77\xe8\xed\x74\x2d\xd2\x75\x1f\x69\xe6\x3f\x0a\xc2\xb1\x3e\x37\x92\x66\x6a\x64\x9d\x37\xc3\x50\xd2\x54\x25\x3c\x61\x0e\x00\x40\x5d\xcf\x2e\xe7\x45\x6d\x77\xa1\x17\x53\x0f\x87\x59\x33\xec\xb0\xb1\x91\x49\x8c\xc7\x59\xb6\x31\x77\x99\x21\x09\xe1\x09\x54\x66\x7f\x88\x24\x85\xc6\x62\x79\xef\xc9\xb8\xc5\x36\x73\x54\xcf\x21\xb0\x3f\x1a\x69\x62\x0a\x38\x47\x34\x5d\xf1\x27\xb9\x89\x00\x50\x62\xb8\xfd\x1c\x97\x6d\xa1\x12\x0d\xf2\x9d\xe0\xd3\xe2\xae\xbc\xd6\x30\x7f\xb1\x0c\x71\x26\x4a\x5d\x6c\x16\x37\x1f\xb7\x4a\xf4\x74\x3b\x3d\x09\x2d\xc2\x7b\xbd\x4f\x5f\x2a\xd2\x74\x38\x9e\xbd\x58\x78\xca\x68\x09\x3a\x4e\xe8\xa1\x49\xc3\xfd\x10\x34\x01\x40\xee\x13\x2c\x62\x5d\xdb\x4a\xaf\xf8\x4a\xca\x08\x34\x2e\x1f\xc0\xa4\x6d\x9f\x2f\xfb\x9c\x51\x14\x3e\x57\xda\x14\xa7\x10\xe3\x5d\x42\x08\xee\x4c\x78\x22\xb7\xf0\xa2\xa7\x36\x17\x3d\x72\x28\xcf\x9c\x2a\x8c\x31\x0a\x47\x49\xa5\x2d\x9a\x5f\x70\x68\xf1\x7d\x00\xc8\xa7\x84\x4f\x59\x7e\x7e\x92\xba\x50\xe2\xbb\x6d\xce\xb5\x0a\xe8\xdf\xdb\xd7\x56\xef\xc8\x58\x1f\xee\x50\xa5\x18\xdb\x16\x2d\xaf\xc8\x0a\x6e\x48\xb0\x29\x3b\xed\x85\x4f\x35\x2a\xf9\xec\x70\x30\x53\x5e\xfc\xc9\xa8\x0e\xb5\xbe\xb0\x65\xb9\x03\xce\x59\x6a\x06\x00\x79\xa7\x48\xc4\x1c\xdd\xd2\xb9\xb3\x87\xc8\x0e\x20\xef\x08\x43\x1f\x0b\x46\xd5\xd7\xa7\xcf\x84\x49\x6a\xdb\x62\x1b\xa2\x7e\x56\x77\x04\xd7\xc5\xef\xaa\x6c\xf5\x92\xa7\xec\x2d\x67\x3b\xf4\x64\x5a\x94\xfc\x35\x1a\xca\x7d\x51\x1c\xba\xbc\x14\x3b\x26\xb3\x05\x80\x5c\x20\xfa\x23\x91\x64\xcc\x86\x1f\x63\x2b\x65\xba\x45\xfd\x28\xf8\x99\x75\x39\x4e\x3d\x77\x71\x0e\x22\x91\x93\x8c\xcb\x0d\x49\x5d\x13\xbe\x14\x4d\xcc\xe8\xf7\x65\xe5\x7d\xcc\xfe\xe3\xa4\x8b\xeb\x44\xc7\x18\x45\x17\xfc\xc6\x7e\xd6\xc0\x53\x18\xc4\x0a\x00\x18\x4d\xd4\x71\x71\x45\xfa\xe2\xa8\xef\x2c\xdb\x0c\x46\xec\x97\x02\xab\x4c\xc3\x84\xe7\x48\x44\xd6\x58\xca\xe2\xa4\x8f\xc8\xa5\xe9\x88\x30\x39\x2a\x35\xb3\xdf\x57\x03\x33\x83\x3c\xec\x78\x0b\xa7\x8c\xb9\x60\xa4\x51\x90\x8a\x9b\xd0\x48\xa6\xa8\x92\xc2\x00\x60\x64\xd3\x92\x45\x35\xa9\x2b\xe2\x82\x99\x21\x69\x67\x12\x95\x09\x39\x19\xc2\xe4\x6b\x39\x17\x33\x05\x69\x17\x92\xc2\xb3\xaf\x21\x9e\x86\xa9\xe5\xfa\xe4\x68\xfa\x1c\xc2\x2c\x45\x15\x3a\x62\xb1\x3e\xf9\x01\xeb\x1e\x10\x6e\x10\x9c\x35\x36\x92\x6b\xc9\x1b\x00\x60\xa8\xd3\xfe\x08\x4e\x24\xfa\xa7\x26\xd3\xf7\x24\xbb\xa5\xef\xc7\xfd\x4a\x4d\x40\x7c\xca\xc6\xa5\x37\x65\x07\x27\x3a\x65\x6e\x46\x7e\x0a\xd5\xcd\xd1\x44\xef\xf6\x7e\x87\xb2\xce\x97\x39\xf4\xe6\x1d\xc7\x1f\x5c\x97\x84\xe7\x12\x87\x35\xd6\x90\x1a\xa8\x61\x00\xd0\xb7\x31\x90\xbc\x7d\xb1\x37\xb3\x4b\xa9\x6f\xe2\xc7\x90\x04\x2c\x36\x29\x0e\x15\x99\x65\x91\xf2\x11\xb3\x31\x41\x3f\xfd\x42\x7e\x60\x88\x45\xe6\x3b\x1c\xc1\x7b\x39\x32\x90\x70\xc3\x21\x10\xa3\x43\xf2\x5e\xa7\x84\xdb\x48\xf9\xaa\xb1\x82\x58\x4d\xaf\x01\x80\x46\x66\x2d\xe1\x0c\x47\x25\xe4\x07\x51\x82\x63\x9e\x63\x9b\xf2\xfe\xc5\xf3\xf1\x6a\x88\xa1\x24\x1f\x02\x3a\x7e\x55\x6a\x54\xc1\xcf\xed\xfe\x19\xb7\x49\x54\xaf\x84\x6c\x36\xc5\xcc\xfe\x21\xaa\x9e\x3a\xbb\xf6\x09\x56\x81\xfe\x47\xc3\xa0\x60\x0f\xf3\x13\x00\xd4\x93\xec\xa3\xac\xdd\xa1\x43\xb4\xd7\x24\xf7\x88\x56\x7a\x19\xc6\x36\xfa\x14\xc3\x2b\xc3\x27\xee\x23\xe3\x4e\x6c\x75\x52\x16\x33\x3f\x58\x23\xcd\x85\xa5\xb5\x99\x9e\xb9\x9d\xf5\xc4\x3e\x0c\xd9\xc1\xde\xbf\xf6\x46\x1e\x87\xc3\xd2\xc8\x24\x50\xb9\xfe\x00\x50\x5e\x70\x87\x19\x0f\x82\xc6\xc4\xce\x05\xa5\xa1\x56\xa2\xbf\xa8\xa6\x88\x4a\xd1\x9d\xb4\xe7\x31\x36\xa2\x82\x98\xd0\x04\x15\x91\x7d\x90\x5a\x8a\x9d\xf0\xb3\xe7\xf5\x8c\x1d\xc2\x1d\x76\x43\x39\xb1\xc2\xc8\xb5\xd7\x31\x08\xc1\x94\x46\x13\xbe\x59\x20\x04\x80\x92\xc2\x9f\xa2\x6f\xdb\xa6\x5e\xfe\x94\xb0\x3a\xb8\xba\xec\x6b\x6e\x50\x58\x60\xe9\xef\xd4\x93\x51\xab\x4a\xee\x44\xa7\xc4\xd9\xc8\x1b\x03\x53\x93\x4a\x8b\x89\x9e\xc9\xe9\x1b\x8a\x9c\xed\xde\x64\xfb\xca\x7a\xd7\x2d\x41\x57\x48\xc3\x34\x57\xe3\x6d\xc4\xc5\x00\x50\xd6\x09\xaf\xd0\xda\x02\xd6\xd4\x5a\xe3\xeb\x83\x8e\x56\xf7\x23\x9f\x84\xa2\xab\xca\x52\xb7\x47\x6e\xab\x54\x8d\x5e\x19\x8b\x2f\x17\x04\x3a\x27\xf6\x97\xfe\xf2\x0c\x4f\x3b\x56\xb2\xc9\xee\x4f\xd6\xd3\xe2\xa4\x75\xdb\xd1\xae\x85\x5b\x34\x33\x70\x93\x92\x77\x00\x50\x94\x45\x18\x5a\xa8\x7f\xd2\x8e\x13\x78\xaf\xc0\x9f\x0d\x6b\x91\xc2\x90\x33\x75\xac\x54\xdd\x88\x86\x9a\x53\x51\x53\x31\x0f\xab\x1e\x07\x3a\x26\x86\x57\x7c\xf4\xcc\x4b\x33\x2a\xeb\xb2\x37\xce\xca\x2a\x21\xad\x3b\x88\x7a\x5b\xf4\x5a\xf3\x2a\xee\xac\xf4\x23\x00\xe4\xd7\xa2\x1e\x0e\x21\x87\x1e\x3e\x4e\xce\x44\x4a\xa3\xf5\x31\x17\x72\xef\xc6\x79\x64\x24\xa2\xb7\x25\xee\x88\xf5\xc7\x2c\xa4\x5a\x05\x61\xf2\xdf\x67\xfc\xf1\xa4\xe2\x60\xf6\xb8\x6d\x57\x01\x07\x1d\x6c\xd0\x41\x0e\xc6\x0e\xa8\x3d\xa1\xe5\x13\x0f\x00\xc0\xb2\xa2\xe9\xb1\x8f\x64\x1d\x8b\xd6\x27\x9d\xc9\xfe\x18\xa7\x8c\xd1\x43\x06\x25\xfc\x49\xef\xca\x1d\x4c\x59\x1a\x73\x1f\x7d\x2f\x3d\x2e\x70\x21\xaf\x27\xf3\xa5\xa7\x2e\xce\x14\x59\x6f\xcb\x21\x3c\xc4\xec\x35\xe0\x93\x6e\xe2\x06\xd5\x3a\x69\x8a\xa4\x68\x00\x98\xfd\x34\x06\xeb\x05\xa2\x37\x0e\x45\x9c\xce\xda\x90\xa8\x87\x66\x64\xdf\x4b\xbe\x9f\xee\x89\x2c\x4b\x6b\x8c\x09\x42\x95\x22\x4e\x05\x96\x62\x3a\xb3\x07\x3d\xda\xb1\x9e\xa8\x5c\x5b\x67\x82\x7a\xbe\x89\x41\x30\xc9\x9e\xb0\x4e\xad\x8d\x5a\x43\x76\x01\x80\x59\x45\x57\x66\x1a\xa5\x99\xa6\x2a\x16\xd0\xd2\xbb\xd3\xfd\x51\x56\x88\x16\x84\x28\x4d\x3b\xeb\x49\xd6\x78\x74\x08\xd2\x0c\x59\xbd\xed\x3c\xaa\x09\x1d\xe5\xb1\x2c\x8f\x90\x1f\x60\xd3\x84\x2b\xc7\xe3\xf5\xc7\x0a\xe6\x88\x4f\xd4\x0e\x51\x0e\x52\x37\x02\xc0\x78\xc1\xa0\xd2\x25\x49\x47\xb3\xd5\xf0\xa3\x29\x95\x39\x1f\x91\xf7\xd2\x9a\x73\x2f\xa7\xf4\x20\x74\xd0\x2d\x51\xf6\x59\x97\xf2\x1e\x05\xdc\x40\x96\xe0\xc0\x26\x3f\xf4\x5e\x42\xa6\x8d\x11\x56\x95\x38\xae\x7f\x81\x70\x9d\xd2\xa6\x76\x86\x7c\x94\x4e\x01\x80\xb1\x84\xb5\x92\x7a\x38\x7e\x73\x5e\x26\x2e\x23\x11\x97\xdf\x95\x43\x4b\x7e\x82\x73\x4d\x3e\x94\x26\xc0\x1f\x8b\x34\x46\xa0\x0b\xbc\xfc\xdf\x64\x4b\x89\xef\xdd\x8b\x72\x3f\x91\x0f\x5a\xb7\xe6\xd5\x51\xeb\xf4\x4b\xf0\x55\xf4\xe3\x6a\x77\x48\x17\x98\xe7\x01\xa0\x6f\x61\x37\x91\x73\xa3\x46\xa9\x75\xf9\x91\xb1\x12\x5a\x4c\x56\x7d\x42\x20\x5d\x2d\x71\x3e\x39\x9a\xde\x16\xde\x96\x56\xc3\x60\x6c\x3d\x9f\xa9\xce\xf4\xda\xd8\x96\x73\x97\xb5\xc6\x7a\x03\xfa\x1e\x5b\x55\xbf\x04\xb7\x9c\xb3\x62\xd9\x2a\x62\x05\xe7\x1f\x00\xb4\x5c\xee\x27\x62\x76\x38\x4b\x48\xc7\x48\xa3\x92\x84\x09\x99\x20\x16\x2d\x74\x4e\xa8\x4d\xb8\x2a\x5c\x1c\x26\x4c\x09\x15\xfc\xf2\xbb\x91\xa1\x2b\xb8\xb3\x51\x39\xdb\x44\x70\x74\xfd\x38\x2a\x57\x50\xa6\xbf\x33\x7f\x4c\x90\xb1\x2c\xab\xe0\x96\x40\x0f\x00\xea\x47\xfe\xb3\x82\xe8\x90\xa2\xd2\x33\xe8\x94\xf0\x0b\x25\xaf\x33\xee\x46\x6b\xc9\x27\xe2\xa5\x71\x7b\x8b\xe7\x43\xf7\x26\x65\x15\x2b\xf9\xad\x49\xc3\x15\x29\x6f\xd8\x9f\x79\x45\x06\xd7\xf7\xe4\x06\x4a\x9f\xeb\xf7\xe6\x9b\x49\x84\xcb\x1e\x15\x78\x88\x66\x01\xa0\xee\x14\x32\x09\x4d\xdb\x6b\xaa\x1e\xa3\x5e\x87\x75\x56\x1e\xcd\x48\x8b\xb2\xae\xc8\x8f\xb7\x8b\xed\x2c\x5f\x13\x9a\x94\xb8\xb7\xf4\xda\x96\xa1\xd4\x6b\x25\x88\x0d\x15\x99\xa6\xc5\xbf\xd7\x7f\x45\x3e\x29\xf2\x35\x58\x96\xd7\x25\x4b\x57\x57\x21\x40\xc9\x66\x00\xa8\x74\x91\x31\xc1\x3a\xf8\x59\xbd\x01\x8a\x15\x06\x6a\x2f\x66\xac\x8d\xcc\xad\xd9\x14\xaf\x10\xab\x52\xb5\x37\xd4\x37\xe1\x4f\xc5\xc8\x96\x5f\xa9\x6b\xcb\xbd\x37\x1c\x46\xd4\x95\xe6\x5b\x9b\x23\x93\xe5\x09\x06\x99\x79\xd8\xc2\x41\xf5\x6c\xc2\x79\xa9\x37\x00\xd4\x2d\xa2\x5a\xf2\x28\xa6\x2b\xc2\x2b\xdf\x2f\xaf\x2c\x3a\x29\xf3\x7d\x7e\x7d\x1c\x36\x51\x15\x7b\x37\xf1\x4a\x98\x1c\x6f\x91\xba\xc5\x2f\x8c\x70\x2e\xe3\xef\x06\x15\x22\x3d\x07\x58\x2d\x26\x1f\x44\x47\xaf\x6e\xa7\xad\xc4\x8e\x2c\xbd\xcb\xb8\x4f\x3c\x01\x00\x67\x19\xcd\x99\xec\x8b\x1a\x8b\x76\xce\xdb\x85\x1e\x8e\xd3\xcd\xf4\xcd\xb3\x4b\x18\x4f\xa0\xe5\x0b\x52\x96\x84\x42\xdc\x92\xf4\xc8\x2d\xcf\xf1\x1d\x99\x8f\xdc\x0e\x15\x9c\x40\x96\x5a\xb6\x93\xe6\x31\xb5\xab\xa5\xd4\x2a\xdc\xd7\xa5\x9d\x0c\x24\x29\x04\x00\xf6\x03\x9a\x98\x24\xcd\x5d\x1d\x17\x8e\x19\x40\x45\x26\xfc\x43\xec\x45\x5f\x4f\x3e\x1c\xff\x2e\xcf\x35\x8d\x1d\x8a\xcf\xff\x88\x28\xd9\x12\x8f\xbb\x9a\xfd\xd0\x6d\x13\xe1\x39\x2a\xc8\x12\x4f\x0a\xce\x57\x59\x9d\x4a\x55\x22\xa8\x2e\xbd\x42\x5f\x20\x1b\x01\xc0\x66\xd3\x55\x0a\x2e\x66\xf1\x52\xce\xa0\xfd\x73\x56\xa6\xfd\xc9\x30\x43\xf6\x20\x4c\xe3\x2a\x51\xfb\xb3\x1a\x42\xa2\x31\xbb\x90\x9e\xbe\xd9\xf9\xb7\xd0\x8a\xae\x64\xbc\x51\xbe\x92\xc5\xd7\x82\x0f\xf8\x4d\xab\xd7\x91\xfb\x88\xc7\x96\x5e\xa3\x6b\x51\x57\x03\xc0\xba\xcd\xc0\x13\x3c\x33\xbc\xb2\xfc\x73\xfb\x11\x73\x39\x1e\x69\x5f\xb3\x46\x72\x75\x62\x31\x48\x65\xb4\xee\xf6\xad\xa8\xb0\xbc\xad\x3e\x5c\xcc\x35\xac\xcc\xe5\x12\x36\x07\x3f\x6b\x81\x27\xa0\x88\x87\x74\xa7\x49\xcd\x14\xf6\xd2\x77\xb4\xb5\xf4\x6d\x00\x30\xe7\x59\x4a\xb8\xe2\x94\x21\x0c\x07\x49\x4a\x9b\xce\x1b\x48\x6d\x45\xd8\x63\x43\x62\x22\xb2\x4a\x71\xcf\x82\x03\x90\x6b\x08\x5c\xef\x23\xa8\xa7\x44\x57\x17\x8d\xbc\x76\xb2\x96\xc5\x32\x3c\xa0\x5a\xe9\xf6\x10\xa5\xf4\xe4\xa5\x90\xea\xc4\x64\x02\xc0\xdc\xc0\xae\xcd\xc7\x24\xcc\x52\x3c\xb3\xeb\x92\x1d\xa9\x8a\xc9\x30\xf5\x18\xb5\x2d\xea\x79\x46\x32\x8d\x19\xb4\x28\xcb\x97\x9e\xea\x75\x08\x19\xcb\xd8\xea\x1c\x87\xde\xcf\xdc\x66\xde\x86\x75\x61\x15\xe8\x7e\x29\x58\xca\xde\xa3\x12\x47\x51\xe3\x1c\x03\x80\x91\xc8\x6d\xc7\x94\xc4\xa6\xf0\x2b\x33\x7f\xc5\x8f\xf0\xc5\x49\x75\x49\xd7\xf8\xd9\x91\x75\xa9\x1d\xfc\xb4\x6d\x53\x19\x83\x7c\xd4\xe6\xa7\xd9\x31\x7c\xa2\xd3\xf5\xdc\x51\xbe\xc4\x9c\x96\xd7\xc5\x6f\xd5\x9d\xc7\xff\xe4\x5f\x57\x69\x22\x6f\xe2\x1f\x02\x80\x7e\x97\x5f\x87\x4e\x8c\x92\xca\x03\x10\x6d\xb1\x94\xe2\xd2\x44\x6c\x02\xb7\xe8\x62\xc4\x9e\xe4\xe3\x85\xbf\xb7\x39\xa4\xab\x15\x1a\x6f\xf6\xc8\x3c\x23\x4b\x73\x42\x20\x2b\xa5\x55\xe6\xe9\x98\x36\x49\xc7\x6a\x1b\xfc\x5a\x71\xb3\xea\x22\x52\x8b\x28\x0d\x00\x3a\x59\xb8\x1e\xf5\x23\xf2\x60\x85\x17\x22\x2c\xa6\xb8\xdc\x2e\x71\x49\xfc\xee\xd2\x7f\x11\x21\x49\x2f\x4a\xfa\x02\x26\xd2\xb6\xc9\xcf\x6e\xd6\xce\x5c\x54\x5c\xed\x14\x93\x33\x5f\x94\x6e\x8e\xc6\x6c\x2e\x54\x5f\x1d\x85\xbb\x2f\xa5\xa8\x6e\x20\xe1\xc5\x35\x00\xd0\x83\x85\x4f\x51\xfb\x23\xc6\x6b\xc8\x08\x95\xe8\x87\xd5\x06\x09\x0f\xe2\xde\x57\x1e\x8b\x30\x4b\x32\xa8\xf0\x0a\xf8\x9a\x5a\x57\xd6\xb9\x59\x07\x91\x55\x1a\xe7\x84\xce\xc1\xca\xef\x99\xef\x42\xdf\x29\x56\x5d\xdd\x88\xcb\x91\xcd\xa8\x16\x93\xd6\x4a\xfe\x3b\x41\x5d\x14\x92\xf7\x8c\x60\x1f\x71\x37\x0b\x4b\xf8\x1d\x7d\x2d\x09\x59\xd0\x1b\x77\x31\xd2\x8e\xd8\x9c\x38\xb7\x2d\x96\x74\x32\x95\xe5\xf9\x90\xdc\x8b\x70\x74\x0c\xa3\xba\xe4\x38\x99\x2a\xd3\x20\x9a\xab\x5d\xcf\x5c\x8a\x5b\xb3\xb8\x85\x1d\x48\x7c\x00\x00\x4f\x91\x96\x9e\xa7\x8c\xab\x8a\x96\x65\xb6\xe3\x49\x71\xdb\x13\x1f\x12\x84\x89\xcb\x23\x6a\x0b\xd8\x29\x6b\x03\xda\x89\xfb\xd3\x51\x9e\xfe\xa4\xd1\xcc\x2f\x0e\x7d\x14\x32\xf2\x90\x49\x07\x2d\x0b\x73\x42\x9b\xca\x28\xc5\xcd\x2f\xbe\xc8\x1a\x20\xa5\x02\xc0\xed\xa4\x35\x62\xdc\xf2\x47\xe3\x70\x08\x88\x9d\x4c\x54\x48\xb4\xc4\x5b\x26\xd7\x85\x0f\x13\xfc\xd2\x08\x01\x06\x05\x25\x08\xb1\x47\x3b\x69\x51\x76\xa7\x03\x86\x7c\x02\x15\x64\x42\xa4\x5e\xce\x5f\xa6\x1d\xc7\x50\x22\x68\x2d\x3e\xce\x92\x92\x4d\x00\xe0\x52\xe9\xfa\x28\x3f\xf4\xa9\x14\x76\x86\x3b\x66\x3c\xed\x68\xbc\x2c\x1f\x95\xf1\x22\x4c\x82\x7d\x91\x15\xb6\xf5\x33\x1e\x9d\x33\xbb\xa9\xb9\xc0\x1c\xf5\xd8\xbe\x94\xb4\x3c\xef\xad\xf1\x4f\x4a\x1a\xde\x40\xdb\x8a\xf6\x8d\x58\xb3\xf8\x2a\xf3\x00\x55\x19\x00\xce\x0d\x06\x31\x57\x1f\x99\x9b\xf9\x3b\x5d\x25\x77\x38\xfb\x6c\x1c\x06\x7d\x00\xc9\x0f\xa5\xe7\x25\xa0\xca\xfc\xbe\x61\xdd\x31\x0f\xdc\xdf\xe2\x3d\xb0\x46\x76\xdf\x0a\x30\xf8\x63\xc6\x85\xa4\x49\x22\x46\x5b\x8d\xda\x4e\x89\x58\x3c\xc8\x38\x4d\x37\x07\x80\x3d\xc3\x5c\xc8\x89\xc9\x4a\x47\xd7\xa6\x9e\xcc\xd1\xc6\xfc\x8d\x4d\x41\xce\xe6\xa3\x42\x18\xa8\x49\x9c\xd2\x96\xe9\x3c\x43\xfc\x03\x77\x6d\x6c\x46\xc1\x6e\xbb\x50\xfc\x53\x52\xad\xb1\x0b\x71\x07\xe5\x91\xd6\x3f\xca\x6e\xfa\xea\x25\x0e\xf4\xdb\xcc\x20\x00\xd8\xae\x6c\x59\xd6\xe7\x74\x7f\xd2\xe7\x14\x3b\x84\x1f\xb9\x31\xfa\x43\x56\x01\x25\x65\xbb\x7d\xce\x2d\xea\x16\xdf\x6f\x28\x1f\x5a\xc0\x46\x0f\xcc\x47\x7a\xac\xed\x59\x6c\x0b\x83\x67\x34\x4d\xb8\xcf\xfc\xa0\x6d\x40\x36\x62\x3b\x2f\x29\xa7\xed\xe4\x24\x00\xc0\x8a\xe0\xee\x40\x0c\x26\xb7\x72\x77\x25\xed\x4a\x03\xdc\x86\xa8\x43\x19\x5c\x6e\x69\xb0\x51\x96\x2e\xf7\x8c\xef\xe2\x9c\x8f\xdc\xfe\x0d\x72\xd4\x0b\x9e\x89\xed\xc6\xbc\x69\x5e\xbe\x51\x17\x3e\x85\xf7\x4e\xdb\x8f\xf8\x97\x6f\xbe\xe4\x07\xf5\x26\xdf\x0e\x00\xe6\x79\x7e\x5a\xc6\x91\xc4\xdc\xc2\x9e\x44\x6c\xf2\x8d\x42\xf3\xc8\x8a\xb4\x28\x19\x3a\xc8\x17\xb1\x52\xfa\xd8\x27\x3d\x5b\x51\xba\x71\xc3\xb2\xdc\x0d\x92\xb3\x36\xdf\x31\x7b\x24\x96\x46\x67\x71\xc1\xe2\xfd\xda\x39\xc4\x0d\xa2\x3e\x65\x17\xaa\xb3\xf0\x2e\x00\xcc\x04\xc1\xe7\x0c\xfb\x84\xf8\x52\x56\xe2\xa2\xa4\x47\x25\xd2\x48\x87\x54\x9a\x9c\x1d\x38\x9b\xe1\x5b\x5c\xe6\xe3\x94\xe5\x5d\xb4\xdb\x6d\x18\x59\x54\x78\xd5\xe6\x2d\x66\xa9\xac\xdb\xa8\x03\xfb\x42\xfa\x42\xbb\xb0\xe0\xbd\xa4\x52\x39\x9b\x32\x2c\x1a\x03\x80\x69\x25\x2c\x4a\x7f\x17\xcf\xa8\xcc\x4b\xb8\x96\xa4\x50\xe1\x1d\x31\x99\x72\xb5\x6c\x36\xb0\x37\xbd\xb8\xf4\x81\x8f\x55\x66\x59\x89\xdc\x6d\x22\x67\x40\x9e\x65\x33\x8c\x66\x15\x1b\x1b\x7d\xc5\xa6\x14\xb6\x6b\xdf\x2a\xe0\xc8\x96\x28\x1f\xa0\xec\x15\xff\x01\x80\xf1\x55\xb4\x34\xe5\x1e\x03\x13\x59\x1a\x1b\xc9\xb8\x14\x93\x13\xba\x89\xe9\x10\x1f\xbc\xf5\x23\x53\x94\xc4\xf3\x98\x64\x8e\xa7\x4e\x3a\xd1\x59\x95\x88\xc3\x96\x16\xec\xf0\x9c\x83\xfa\xf9\x9c\x48\xf4\x82\xc6\x05\xae\x00\xb7\x5f\x21\x8d\x37\x4c\xf2\x04\x40\x70\x8d\xf6\x3a\x65\x35\x6d\x32\x46\x3b\xe6\x32\x3d\x29\xee\x72\xc8\x25\xfa\x40\x22\x76\x6b\x36\x23\x35\x85\xec\x21\x64\x0c\xa7\x5f\x74\x5a\xc5\x3c\x9d\xe5\x68\xf1\x8a\x55\x85\x1c\xd7\x77\x67\xb7\xe5\xa9\x69\x1c\xe3\x2a\xe3\x33\x15\xb2\x79\x0d\xa4\x73\x00\x08\xc4\xf4\xc5\xc9\xe9\x54\x6e\xdc\xbd\x98\xd5\xd4\xa9\xc4\xcd\x21\xf6\xb4\x5d\xc9\xd7\xfc\xfa\xe9\xb6\x69\x0d\x1e\x8b\xe9\x5f\x11\xcd\x8e\xa7\x18\x77\xb3\xc7\x2c\xc4\xcc\x07\x28\xb6\xbe\x06\x5b\x3d\x3f\x4a\x63\x17\x47\x40\x40\x28\x10\x78\x8e\xe4\x1c\x00\x04\x6e\x74\x6c\xd2\x1a\x92\x47\x4a\x78\xd4\x6b\xb2\x62\x1a\x39\x78\x8e\x3c\x92\x71\x68\xcb\x23\x4a\x77\x96\xd9\x26\x75\xea\xd3\x9c\x77\x0e\x1f\x69\x23\xa8\x6b\xe6\x9f\x19\x4e\x79\x7d\x7a\x67\x98\xe7\xf0\x2e\x1a\xc5\xec\x1c\xe2\x45\x85\x06\x6e\x18\xd5\x02\x00\x3e\x97\x71\x38\x51\x81\x10\x90\x69\x19\x79\xaf\x60\x53\xf6\xa2\xe0\x65\xc4\x98\x9c\x01\xdf\x61\x12\x15\xa5\xe2\xee\x47\xbe\x84\x49\x72\xd8\x4c\x5d\x95\xdf\x65\x8e\xa1\xd5\xe2\x09\x7a\x0c\x46\x04\x31\x4e\xa3\x88\xe5\x49\x89\x54\xe8\xe5\x24\xd3\xd7\x03\xc0\x6b\x65\x19\xc6\xef\xc6\xfa\xa3\xd2\x23\x4e\xe3\xe8\xe8\x8f\x41\x76\xf8\xc7\x79\x48\xdf\xb5\x05\x0e\xd8\x75\x1b\x25\xc4\x56\x3c\xb0\x3f\x42\xde\x4e\x98\x33\xfb\x47\x55\x22\x19\xe8\x85\xd0\x26\x28\xc5\x1a\xb5\x4c\x3d\xda\xd8\x22\x33\x36\x8e\xe9\x0a\x00\x77\x94\xbd\x3b\xf6\x3b\x5a\x5a\x70\x34\xdc\x0a\xf3\x9b\x78\x6a\xdb\xb7\x7c\x12\xe9\x94\x8f\x0a\xce\x90\x7c\x6b\xc3\x11\xfc\x2f\xca\x94\xdd\x6c\xc1\x1b\x9a\x97\x59\x09\xe9\x37\xfd\x80\xde\x7a\xaa\x35\xd3\x57\xe3\x36\xbd\x91\xd5\xb9\xa8\x90\xe5\xcd\x51\x05\x80\x33\xcf\x15\xc7\x24\x23\xb1\xac\xd6\xd0\x1f\xb9\x7f\x58\x43\x01\x6f\xd0\xfb\xd8\x16\xde\x96\x79\x85\xec\x62\xb7\x31\x6c\x03\x1b\xda\x11\xf1\x2f\x38\x32\x33\x37\xa2\x2b\x77\xb5\xde\x4a\x72\x07\xf7\x85\xc6\x24\x8d\xc5\xcb\x5e\xf4\x83\x99\xc6\x3b\x08\x00\x27\x9e\xbf\x2e\x7a\x63\xd6\x98\x64\x65\x48\x6f\xce\x7e\xf1\x25\xff\xaf\xb9\x7c\x71\xa2\x57\x16\x5a\x2e\x5e\xee\x96\x95\x77\x55\xf4\xd8\x6e\x29\xce\x55\xb4\xcf\x74\x92\xd0\x23\xc2\xe8\x29\x90\x8e\x89\x9c\x34\x0d\xa9\xa7\x84\x77\x15\x3d\x18\xb7\x85\x0a\x00\xb0\x07\x05\x85\x51\xaf\x33\xdf\x16\x25\x87\x08\xb2\x8f\x15\xde\xf1\x97\x23\x8f\x14\x1a\x7b\x19\xa3\x2e\xca\xca\xdc\x36\x61\x26\xa4\x33\xb6\xc3\x58\xb1\x94\x66\xfa\x8b\xe0\x29\xf9\xaa\xa7\x46\xb2\x95\x6c\xd6\xf4\xa2\x46\x8a\x93\x14\x91\x0c\x96\x48\x0b\x00\xf6\x05\xa1\x7e\xd4\x4e\xc4\x58\xc9\xbf\x90\x80\xac\xd7\x25\x9e\xfe\xd1\x39\xbf\xe5\x39\x5e\x20\xf7\x6f\x71\x8d\x9b\x03\xc6\xab\xe8\x8a\xed\x44\xfe\xdb\xc2\x09\xd3\x39\xfc\x91\xc2\x95\x7a\x76\xc4\x66\x99\xb2\x26\x81\xf2\x53\xd2\xa1\xd8\xc4\x30\x11\x2b\x03\xc0\x2e\x10\xd6\x84\xbc\x13\x9d\x89\x72\x0b\x08\x17\x21\x63\x0d\xbc\xed\x45\x9b\x13\x56\x6e\x78\x2f\xfc\x9d\x1c\xe8\xa0\x25\x3c\x99\x76\xc7\xa2\x57\x58\x97\xc9\x32\xfc\x29\xac\x44\x72\xb5\xe6\x84\x07\x30\x83\x2a\xae\xc2\xd7\xf8\x0a\x00\x44\xe1\x64\x5d\x00\x44\x90\x7e\x23\x24\x4e\xe8\x1b\x43\xf2\x7f\x2f\x54\x8f\x77\xf6\x7a\x2e\xf8\x97\x04\x36\x94\x08\x1e\xa5\x2e\xb3\xef\x12\x34\x67\xa4\x58\xec\x17\x9c\xcf\xfa\x60\x78\x53\xf0\x2c\xf7\xa4\xd6\x6f\xe1\xa2\xbc\xd7\x2a\x9b\x85\x29\x04\x07\x00\x84\x63\x64\x3c\x00\xa2\x6b\xf4\xae\xed\x9d\xfc\x87\x71\x7d\xfe\x08\x7e\x6b\x22\xdd\x2b\x9f\x7f\x39\x65\xdd\x06\x37\xfe\x81\x74\x45\x7b\x36\xff\x70\xa6\xa5\x05\x82\xdf\x95\xc3\x31\xac\x15\x2c\x46\x6b\x69\xbd\x15\x24\x62\x17\xa9\xf8\x0b\x9e\x17\xac\x00\x40\x58\x48\x51\x06\x40\x84\x63\xe8\x05\x37\x73\x9e\xa5\x2c\xdd\xca\xe4\xfc\x48\x8b\xd9\x7c\x8e\x6b\x98\x71\xdc\x8d\xcf\x0d\xcf\xf2\xb2\x7b\xce\xad\x41\xaa\x9a\xf7\x71\x27\xd0\xca\x86\xee\xbc\xdc\x7c\x1f\xad\xcb\xbc\x49\xfc\x79\x95\x64\xfe\x19\x92\x3b\x00\x82\x1d\xd4\xa3\x00\x08\xcf\x31\x5d\x83\x38\x2c\x6b\x84\x9f\x9f\x8c\x15\x95\x85\xdc\x0c\x58\xfb\x72\x64\xae\xef\xd9\xcb\x72\x6f\xdb\xf9\xb3\xcb\x31\x4e\xe6\x14\x8e\x59\xfe\x03\x83\x59\xce\x13\x7c\xa5\xd6\x49\x6e\x15\x71\x9f\x0a\x8b\x27\xa6\x1c\x07\x80\xdf\x48\x2f\x02\x40\xf0\x9d\xb5\x33\xb0\x96\x1e\x9e\x6b\xb2\xe5\x3a\xfd\x0c\xea\xb5\x67\x32\xc3\x15\x53\xe7\x1a\xc8\x78\x93\x4f\xb5\xbd\xc9\xac\xc3\xf1\xcc\x75\x58\x19\x84\xe3\x06\x77\xd8\xde\xc4\x59\xad\xa3\x1c\x37\x4a\x83\xca\x51\x6e\xd2\xff\xcc\xb5\x69\x65\x52\x01\x10\xac\xe3\x28\x04\xf4\x92\xdb\xf0\xf5\xbe\x39\x14\x7f\x42\xbf\x47\x32\x65\x81\x68\xe7\x42\xa7\x7e\x24\x31\x6d\x2d\x68\xef\xc8\xdf\xcc\x9a\xe8\x93\x54\x9c\x41\x31\xd3\x9c\xbe\x5c\xeb\x04\x2b\x8f\x31\xa0\x32\xc2\x7e\xcb\x3a\x04\x00\x97\xc4\xd1\x04\x80\xaf\xc7\xbd\x1e\xb0\xba\x00\x47\xbf\xe3\xb3\x9b\xe8\xc7\x48\xd8\x54\x46\xf2\x61\xf4\x3b\xbf\x24\x27\x30\x2b\x6c\xce\x50\x4a\x58\x11\x66\xc9\xd4\x3f\x6c\x4b\x83\x4c\x7a\x1e\x67\x89\xd6\x05\xc6\x24\x57\x55\xd5\x8b\x75\x82\x3b\x00\x00\x47\xca\x43\x01\xc0\xcb\xe1\x5b\xf9\x2b\xe1\x26\x04\x1e\xde\x2d\xf8\x59\x41\xac\xfb\x9d\x02\x0b\x41\x96\xb3\x27\x31\x59\x40\xb6\x09\x22\x9d\x12\x94\x99\xad\xa2\x04\x0a\xda\x0d\x36\xd3\x16\x09\xde\x68\x5d\xa5\xbf\x16\xcc\xab\x52\x98\x2f\x05\xc3\x60\x3d\xbb\x57\x50\x0f\x00\xf7\xb7\x00\xb9\xb5\x03\xb7\x52\xe2\xec\x8d\xc4\xaf\x91\x2c\x73\x67\x13\x42\xc4\xaf\x9d\x97\x16\x88\xc5\x47\x6d\xac\x89\x1f\xc4\x34\x33\x65\x72\xb9\x38\xc1\xc0\x83\x9a\x25\x36\xd4\x7a\x4c\x4f\x10\xbd\x52\x6d\x60\x52\x44\xa9\x20\x99\x5d\x26\xac\x00\x80\xdb\x26\x18\xdd\x2a\xc7\xa6\x14\xd6\x7a\xbb\xe1\x52\x0b\xbd\xdd\xb7\xe3\xe5\xb2\x57\x4e\x43\x84\x9b\xb2\x02\x1b\x0b\xe2\x5a\x99\x92\x99\x06\xe9\x83\xf4\x88\x41\x28\xa5\x53\x6a\xa4\x35\x44\x7b\x2e\xe1\xab\xde\x65\xaa\x88\x0f\x83\x6a\xb6\x9b\x08\x05\x00\x97\x20\xc4\x79\xc6\x95\xc2\xa8\x9f\x1b\xd6\x97\x82\xd8\x5f\x8e\xb8\x12\xc3\x04\x68\x6d\x2d\xb7\x48\xf1\x37\x95\x17\x3b\xa7\xbf\x30\x68\x2c\x4a\xc8\xda\xbf\xca\xb4\x90\x97\x7b\x5e\xdd\x58\x26\xcb\xf7\x56\x0a\x96\x3e\x22\x74\x03\x20\x0d\xa0\xb8\x02\x20\x79\xce\xe8\xf1\x54\x28\xd9\x13\x33\xe7\xf6\x55\x7e\x29\xfe\x95\xa3\x43\xf1\x58\xd2\x9d\xf5\x0b\xc5\xda\xa9\x7d\xa6\xd8\x22\x4f\x84\xa7\x41\x79\x21\x37\xfb\xcd\x2a\x63\xd9\x4d\x54\x87\xba\xb9\xf4\x17\x56\x51\x09\x21\x0d\x2e\x08\x05\x40\xf2\x85\x92\x07\x80\x44\xc6\xe8\xf0\x38\x28\x77\x8d\xf7\x74\x2b\x2b\xc6\x25\x4e\x38\x0c\x14\xdd\x48\xb9\xb6\xfe\x71\xe1\x54\xfa\x49\xd3\xc0\x42\x8f\xcc\xf7\x06\x74\xd9\x0e\x64\xe4\xaa\xd5\xd2\x19\xcc\x22\x75\x1b\xe9\x16\x9c\xb2\x12\x45\x72\x85\xb8\x0c\x00\x09\x81\xf2\x1d\x00\x89\x23\x63\xc2\x43\xad\xb0\x32\xf9\x8e\xdb\x0a\xd9\xeb\xb4\x08\x87\x12\x99\x4f\xc6\x97\xf5\x78\xe9\xe5\xac\x72\x93\x49\xe9\x26\x24\xcd\xc0\x5f\xd2\x85\xde\xb9\x6a\xb1\x04\x91\x3f\xa6\xee\x24\xfe\x4e\xa0\x28\x35\x8a\x4b\x49\x10\x00\x31\x93\x96\x0c\x80\x98\xc8\x1c\x76\x1f\x90\xf4\x66\xbc\x70\x75\x91\x44\x67\xad\xb2\x1f\x17\x7f\xcc\xc9\xb4\x1a\x11\xcb\x73\xdb\x4d\x6a\xc5\x5e\x98\x40\x83\xc5\x62\x80\x55\xd3\xfe\x23\xba\x87\x9f\x57\xf7\x15\x71\x48\xe6\x4a\xaf\x44\xb1\x54\x1f\x00\x44\x34\x86\x21\x00\xa2\x46\xb6\x9f\xbb\xaa\x28\x1e\xa9\xe3\x22\x14\x7e\x41\xa9\xd9\xa3\x84\x95\x98\xa5\x56\x3c\x21\x26\x5f\xc5\xc4\x5b\x18\x86\xdb\xa8\xff\x5c\xe8\x4d\xa8\xd7\xfe\x20\xdc\x48\x5a\xad\x1e\x2f\x34\xa0\xbc\x5f\xac\x2b\x34\xa2\xcb\x01\x10\xb2\x98\xbf\x00\x10\x3e\xe5\xd4\x6f\x74\xe4\x55\x63\x5f\x3a\x5f\xe3\x91\xf0\x58\xbb\xfb\x3c\x5c\x81\x82\xd5\x12\x1e\x87\x28\x32\x1e\xe6\xed\x20\x9b\xeb\xb7\xf2\x9e\x53\x86\xb5\x7f\xf2\x57\xd3\xee\xa9\xd7\xf1\x03\x18\xcf\x16\xd7\xf2\xcb\x59\x57\x01\x10\x58\x70\xa2\x01\x10\x74\xf0\x1c\x37\xe4\xb3\x49\xd4\x65\xce\xe6\x6c\x19\x4d\xd5\x2e\x86\x7d\x99\xae\x68\xd9\xca\x9e\xa6\x4f\x1b\x5f\xe5\x6c\x63\x2a\xe8\xef\xe5\x9c\x67\x6d\xd4\xfe\xca\xf5\x64\xe7\xaa\x9f\xe5\xde\xe4\x1c\x58\xfc\x8e\x97\xcd\xbd\x04\x00\xdf\x8d\x47\x05\x80\x3f\xcb\x47\xbb\x35\x31\x6d\x39\xaf\x9d\x0a\x99\x01\xdc\x64\xdb\x1e\x66\x05\xf7\x99\x65\x3c\xf3\x3b\xcf\xd7\xf8\x38\x2b\x8f\x77\x55\xbf\x90\xf5\x97\x1f\xa2\x3d\xce\xbe\xc8\x7f\xa2\xfe\x93\x53\x21\xb0\x5b\xb2\x96\xcb\x13\x70\x00\xe0\xd1\x04\x48\x00\xf8\x74\x01\xd3\xcd\x89\xe1\x23\xc8\x71\xda\xcc\x48\x13\xb4\xd9\x1e\x63\x1c\x11\x4c\x5a\x7a\x30\x17\x09\x6d\x8d\xab\x99\xc5\x42\xaa\x7e\x39\x6b\x93\xf0\xf8\xaa\x95\x6c\x6d\x61\x97\xc6\x3a\xf6\x3f\x61\xef\x12\x29\x77\x89\xf0\x3c\x00\x3c\x63\xa1\x17\x00\xfc\x6d\x82\x4f\xae\xb7\xe9\x0c\x31\xca\x71\x8a\x5e\x21\xae\xb3\x95\xd1\x7b\xc4\x2d\x96\x76\x0c\x67\xf1\x15\x63\x0e\xe3\x94\xb8\x53\xff\x08\x53\x28\x6e\x5f\xb5\x99\x45\x12\xd7\x68\xe0\xd8\x58\x71\xe8\x92\x09\x8e\x54\xf4\x12\x00\xee\x75\x91\x02\x00\x7c\x45\x61\x90\xab\x46\xd5\xcb\x68\x07\x07\x9b\xca\xd2\xb8\x0d\xd6\xba\x15\x9b\x13\xf3\xcd\x42\xcb\xe6\x53\x2e\xae\x75\x2b\x3d\x9f\x11\xa9\x3b\x50\xc2\xcb\xb6\x58\x61\x20\xdf\x82\x0a\x50\x99\x2d\x7a\x9c\xff\x6a\x91\x7e\xe1\xfe\x82\x74\x00\x64\xbb\x29\xad\x00\x48\xf7\x32\x03\x5c\x0e\x54\xca\x62\xed\xed\x07\x2b\x42\x13\xb4\xd7\xff\x28\xd7\x4b\x36\x36\x73\x2e\xfd\x93\xe6\xb3\xd6\xb2\xe4\x3a\xe2\xa8\xee\x2f\xf9\x91\x9c\x88\x15\x16\xc5\x22\xf4\x66\x55\xd5\x22\x27\xac\x7c\x91\x47\xe1\xea\x82\x47\x00\xc8\x5c\x29\xbd\x00\x48\x43\x99\x6b\x5d\xac\x2a\x9c\xe2\xd3\xed\x0f\x97\x2b\x27\x59\xad\x6f\x29\x1d\x4e\x5d\x66\xa6\x5b\xf2\x32\xfd\xdf\x5a\x7d\xf9\xad\xac\x0d\xba\xdf\x8a\x6f\x21\x2f\xac\x70\x29\x6a\xc7\x50\x55\xf5\x0a\x8b\x71\xfc\x45\x51\x32\x09\x91\x07\x80\xf4\x2a\x35\x08\x00\xc9\x18\x33\xd4\xf9\x76\x29\x35\xb9\xcb\x3e\xbe\x04\x9f\x96\xb6\x9e\x29\x67\x22\x96\x98\xbe\x2d\xde\x97\x75\xcd\x70\xb4\xa8\x13\x79\x46\xb7\xb7\x70\x0a\xfd\x6d\x85\x4f\xa1\x29\x36\x4c\xd5\x51\xe6\x4c\xe8\x59\x24\x90\x46\x90\x53\x01\x90\xdc\xa2\x9d\x04\x40\xe2\xc0\xf2\x72\x7a\x5a\x7c\x3f\xa3\xc5\xae\xa2\x68\x28\x73\xc1\x6a\xa0\xc8\x3c\x27\xcd\x34\xaf\x90\x9e\xdb\x69\x78\x50\xf6\x10\x93\xa1\x7b\x5c\x66\x83\xdd\xb8\xc2\x4d\x5a\x4c\x70\x57\x0d\x94\xdc\x22\x61\x16\x5d\x90\x68\x50\xe5\x00\x88\x2f\x33\x72\x00\x10\xa7\xb2\xe5\x4e\x1a\x85\xde\x39\x27\x6d\xc7\x65\xa2\xdc\x0e\xab\x1c\xe9\x07\xf4\x5b\xd3\xc5\xd2\x94\xbc\x5f\x86\xe9\x92\x77\x38\x0b\x5d\x99\x04\x43\xd8\xb7\xc2\x59\x3c\x43\x72\x51\xcd\x13\xa7\x50\x97\x2a\x02\xd1\x2b\xfa\x6d\x00\x44\xe7\x58\x16\x00\x88\x64\x9c\x5e\x47\xa2\xf8\x28\xd6\xda\x16\x2f\x36\xc7\xbd\xb3\x9c\x11\xdd\x24\x54\x9a\x5c\x16\x11\x88\xeb\x0d\x5d\x44\x66\xa4\xaf\xba\xc5\xc2\x19\xca\xc3\x15\xa9\xc2\x1e\xda\x79\xd5\x4e\x21\x97\xf1\x52\xb1\x5a\xe8\xc1\x7a\x05\x80\x30\x9e\x43\x07\x40\x48\xe0\xc5\x3b\x0c\x09\x68\x14\x65\x5b\x35\x81\x2b\xd5\xd4\xf2\x9c\x40\x93\xb6\xd5\xa4\x92\xff\x93\x9e\x60\x68\xc1\x7f\xc2\x10\xe9\x36\xf0\x3f\x30\x9f\xad\x90\xf3\xe7\xd9\x5a\x6a\x2b\xf9\x23\x1c\xbc\x92\x1a\x7f\x96\x7b\x08\x00\x41\x30\x8f\x09\x80\xe0\x24\x5f\xe4\x90\xca\x1d\x67\xe7\xdb\xd4\x72\x7b\x38\xba\x96\xc9\xdc\xd7\x9c\xdb\x26\x31\xdc\x47\xdc\x64\x43\x03\xee\x67\xde\x32\xdd\x9d\x3c\x2d\x5e\xf3\x8a\x66\x1e\x86\xef\xa7\x96\xc2\x3b\xcd\x7f\xae\x44\xe3\xab\x0a\x36\x01\xc0\xdf\x29\x08\x00\x40\xe0\x2c\x40\x3b\x78\x70\xe6\x79\x8f\x6d\xd8\x9c\x3e\x7e\x90\xa5\x27\xe7\x2b\xbf\xd3\x64\x13\xe7\xab\xc0\xcc\x70\x25\x67\x41\xd0\xa0\x7b\x94\x1b\x28\x18\x5d\xf1\x80\xdb\x2a\xf4\x52\xab\xe1\xad\x11\xe6\x29\xdd\xe4\xd5\x0b\x89\x00\xf0\x03\x84\xfa\x00\xf0\xa7\x05\x9f\x1d\x0c\x39\x96\xc2\x16\x9b\x74\xce\x62\x91\xb2\xa5\x09\x47\x4d\x94\x64\xb2\x89\xb3\x44\xb4\xc3\x50\x91\x63\x20\x7a\xa6\x7b\x9d\x23\x13\x8d\xac\x98\xe2\x2a\x8b\xc6\xd5\x3e\x72\x85\xa2\x97\x8b\xed\x78\xab\x44\xff\xf3\x0f\x44\xd8\x0f\x00\xff\xa2\x30\xdc\xee\x57\xdd\xaf\xe8\xf4\xf5\x9b\x6b\x31\x71\x79\x66\xcd\xd5\x37\x12\xdb\xd7\xf9\x55\x05\xa4\x2e\x5b\xb3\xab\xe2\x6a\xc6\x29\xad\x67\xe5\x9b\xb3\x4b\xd5\xf7\x94\x9e\x44\x9d\x55\xb6\x97\x3f\xc2\x06\x00\x9f\x62\xf7\x82\x4e\x00\x0a\xef\xff\x4f\xf2\x40\x28\x53\x68\x97\x5e\xdb\x12\x1b\xbb\x7e\x71\x8d\x43\x42\x80\x59\x61\xd5\xe1\x64\xd4\x3a\x97\x4a\xaf\xb4\xe2\x35\x8d\xe5\x0f\x11\x93\x5a\x5f\xcb\xb2\x73\x8e\xa9\x5f\x2c\x19\x44\xef\x51\x0e\x93\x3b\x60\x7f\x81\xe4\xa2\x93\x44\x53\x00\x0a\x11\x54\x3d\x00\xa4\x0b\xcc\x38\xdb\x7b\x35\xf9\xf1\x2c\xab\xce\xaa\xe1\xa4\x18\xb3\xe4\x4a\x41\x6a\xe8\x3a\x93\x8a\xf5\x19\xde\x6b\x0e\x96\x3d\xce\x62\x69\x0d\x95\x0a\x72\x17\xab\x3f\x2a\x31\xc3\x3c\x52\x46\x15\x17\xe2\x5e\x02\x62\x91\x16\xf1\x31\x00\xb2\x8f\x54\xc9\xff\x24\x8a\xb0\x6d\x6b\x2b\xeb\x92\x5f\x59\x1d\xa8\x08\x4b\x23\x99\x05\x95\x6b\x21\x2c\xd6\x69\x96\x4e\x65\x7d\x5b\xb3\xab\xe4\x19\xf2\x93\xd6\xbc\xbc\x0d\x63\xa2\x3e\x5e\x2c\xc7\xd6\x29\xd7\x14\x59\x16\x18\x83\xfd\xb2\x97\xe4\x7d\x00\x48\xfb\x68\x1f\x00\x90\x74\xb3\xb2\x6c\x1e\x96\x8d\x65\xec\xb5\x9c\x2a\x7d\x91\x39\x66\xda\x5e\x72\x3f\x27\x6b\xed\x51\xf9\x8b\xdc\x67\x6b\xe2\x8b\x5f\x63\x28\x5a\x6f\x8a\x7e\x60\xd3\xd4\x87\x0a\x87\x08\x18\xe5\x66\xd9\x05\x52\x23\x78\x23\x2d\xa7\xde\x04\x40\xf2\x98\x51\x01\x80\x78\x92\x7d\xc2\xc6\xa4\x24\x35\x27\xd3\x32\x53\x9e\x97\x2b\x33\xf5\x28\x2e\x46\x5f\x5f\xbb\xbd\xe8\x4a\xde\xeb\x35\xc6\x85\x03\xb8\x75\x5a\xb7\x0b\x4d\x09\x4d\xea\x63\xb2\x54\x52\x90\xf2\x53\x69\x38\x75\xbd\xc2\x5a\x49\x38\x7d\x08\x00\xf1\x2d\x56\x02\x00\x62\x53\xce\x5f\xeb\x4b\x85\x7f\xf2\x9b\x2d\x97\x15\x1a\xe3\x48\x26\xd3\x32\x02\xc1\x77\xad\xb1\xf4\x49\xc1\xcf\x35\x2b\xa5\xf6\xa4\x0b\x5a\x1f\x24\x2d\x94\x56\x0d\x57\x89\x13\xad\x79\xe9\x26\x31\x8a\xf1\x5e\xe1\x8a\xe8\x04\x6b\x10\x00\x51\x06\xa7\x16\x00\x91\x3a\x2f\xd7\x3a\x4f\xd2\x44\xf6\xb1\x78\x29\x31\xa7\x50\x4c\x7a\xc5\x97\xa9\xad\x6b\x75\xc5\x5b\x69\xef\xd7\x18\x8b\x9e\x33\x4c\xb4\xd5\x45\xb5\x4c\xa6\x86\x44\x94\xce\xba\xb7\xf4\xb4\xb0\x87\xb3\x65\x51\xac\x30\x89\x5b\x07\x80\x30\x86\xc7\x00\x40\x18\xc1\x27\x58\xab\x08\xfb\x59\x41\x16\x25\xc2\x46\xb6\x81\xc9\x41\x21\x85\x3d\x64\x38\x2b\xd4\xe5\x34\xad\x59\x2e\xe8\xe2\x62\xb5\x8d\x04\x57\x79\x16\x1a\xed\x82\x76\x5e\xb7\x8a\x8e\x40\xca\xe7\x2f\xfa\x25\x48\x17\x28\x02\x20\xd8\x25\x30\x01\x40\xf0\x56\x10\x65\xed\x2b\xf8\xcc\x95\x5b\x1c\x10\xec\xe1\xd9\x98\x54\x0a\xe8\xbc\xc7\x86\xa3\x02\x33\x7e\xc2\x9a\xe5\xfc\x7e\xfe\x57\x6d\x07\xfe\x80\x20\x51\xa3\x8f\xbf\x20\xb8\xac\x12\xcc\xff\x25\x54\x53\x74\xe0\xff\x16\x3a\x01\x20\xd8\x2a\x58\x00\x40\x70\x58\xd0\x65\x4d\x13\x00\x41\x98\x45\x1b\xff\xa2\xe0\xb1\x09\x9f\x5f\x2d\xdc\x6e\x38\xc8\xf7\x15\xb6\xac\x59\xc9\x57\x16\xad\xd0\x0e\xe4\xaf\x11\x45\x68\x2a\xf2\xbd\x44\x34\x15\x29\x3f\x54\xc4\x54\x64\xf1\x0b\x44\xe1\x00\xf0\x3f\x0b\x1f\x01\x20\x48\x17\xc6\x00\xa0\x00\x16\x01\x45\xa0\x04\x16\x83\x25\x40\x19\x2c\x05\x2a\x40\x15\xa8\x81\x65\x40\x1d\x68\x00\x4d\xb0\x1c\xac\x00\x2b\x81\x16\xd0\x06\xab\x80\x0e\xd0\x05\xab\xc1\x1a\xa0\x07\xf4\x81\x01\x30\x04\x6b\xc1\x3a\x60\x04\x8c\x81\x09\x30\x05\x66\xc0\x1c\x58\x00\x4b\x60\x05\xd6\x03\x6b\x60\x03\x6c\x81\x1d\xb0\x07\x0e\xc0\x11\x38\x01\x67\xe0\x02\x5c\x81\x1b\xd8\x00\x36\x02\x77\xb0\x09\x78\x00\x4f\xb0\x19\x78\x01\x6f\xe0\x03\x7c\xc1\x16\xe0\x07\xb6\x02\x7f\x10\x00\xb6\x81\x40\x10\x04\x82\xc1\x76\x10\x02\x42\x41\x18\x08\x07\x11\x20\x12\x44\x81\x68\x10\x03\x62\x41\x1c\x88\x07\x09\x20\x11\x24\x81\x64\x90\x02\x52\x41\x1a\x48\x07\x19\x00\x01\x32\x41\x16\xc8\x06\x39\x00\x09\x72\x01\x0a\xa0\x01\x06\xe4\x81\x7c\x80\x05\x38\x80\x07\x04\x50\x00\x88\x80\x04\xc8\x80\x02\xa8\x80\x06\xe8\x80\x01\x98\x80\x05\xd8\x80\x03\xb8\x80\x07\xf8\x40\x00\x84\x40\x04\xc4\x40\x02\xa4\x40\x06\x0a\x41\x11\x28\x06\x72\x50\x02\x4a\x41\x19\x28\x07\x15\xa0\x12\x54\x81\x6a\x50\x03\x6a\x41\x1d\xa8\x07\x0d\x60\x07\xd8\x09\x76\x81\xdd\x60\x0f\xd8\x0b\xf6\x81\xfd\xa0\x11\x1c\x00\x07\xc1\x21\x70\x18\x1c\x01\x47\xc1\x31\x70\x1c\x34\x81\x13\xe0\x24\x68\x06\xa7\x40\x0b\x38\x0d\xce\x80\x56\x70\x16\x9c\x03\x6d\xe0\x3c\xb8\x00\x2e\x82\x4b\xe0\x32\xb8\x02\xda\x41\x07\xb8\x0a\xae\x81\xeb\xe0\x06\xb8\x09\x6e\x81\xdb\xa0\x13\xdc\x01\x77\xc1\x3d\x70\x1f\x3c\x00\x0f\x41\x17\x78\x04\x1e\x83\x27\xe0\x29\xe8\x06\xcf\xc0\x73\xf0\x02\xf4\x80\x97\xe0\x15\xe8\x05\xaf\xc1\x1b\xf0\x16\xbc\x03\x7d\xe0\x3d\xf8\x00\x3e\x82\x4f\xe0\x33\xf8\x02\xbe\x82\x7e\xf0\x0d\x7c\x07\x3f\xc0\x00\xf8\x09\x7e\x81\xdf\x60\x10\xfc\x01\x43\x60\x18\x8c\x80\x51\x30\x06\xc6\xc1\x04\x98\x04\x53\x60\x1a\xcc\x80\x59\x30\x07\xe6\xc1\x02\xf8\x0b\xfe\x01\x08\x00\x50\x50\x58\xb4\x48\x51\x51\x49\x69\xf1\xe2\x25\x4b\x94\x95\x97\x2e\x55\x51\x51\x55\x55\x53\x5b\xb6\x4c\x5d\x5d\x43\x43\x53\x73\xf9\xf2\x15\x2b\x56\xae\xd4\xd2\xd2\xd6\x5e\xb5\x4a\x47\x47\x57\x77\xf5\xea\x35\x6b\xf4\xf4\xf4\xf5\x0d\x0c\x0c\x0d\xd7\xae\x5d\xb7\xce\xc8\xc8\xd8\xd8\xc4\xc4\xd4\xd4\xcc\xcc\xdc\xdc\xc2\xc2\xd2\xd2\xca\x6a\xfd\x7a\x6b\x6b\x1b\x1b\x5b\x5b\x3b\x3b\x7b\x7b\x07\x07\x47\x47\x27\x27\x67\x67\x17\x17\x57\x57\x37\xb7\x0d\x1b\x36\x6e\x74\x77\xdf\xb4\xc9\xc3\xc3\xd3\x73\xf3\x66\x2f\x2f\x6f\x6f\x1f\x1f\x5f\xdf\x2d\x5b\xfc\xfc\xb6\x6e\xf5\xf7\x0f\x08\xd8\xb6\x2d\x30\x30\x28\x28\x38\x78\xfb\xf6\x90\x90\xd0\xd0\xb0\xb0\xf0\xf0\x88\x88\xc8\xc8\xa8\xa8\xe8\xe8\x98\x98\xd8\xd8\xb8\xb8\xf8\xf8\x84\x84\xc4\xc4\xa4\xa4\xe4\xe4\x94\x94\xd4\xd4\xb4\xb4\xf4\xf4\x8c\x0c\x04\x22\x33\x33\x2b\x2b\x3b\x3b\x27\x07\x89\xcc\xcd\x45\xa1\xd0\x68\x0c\x26\x2f\x2f\x3f\x1f\x8b\xc5\xe1\xf0\x78\x02\xa1\xa0\x80\x48\x24\x91\xc8\x64\x0a\x85\x4a\xa5\xd1\xe8\x74\x06\x83\xc9\x64\xb1\xd8\x6c\x0e\x87\xcb\xe5\xf1\xf8\x7c\x81\x40\x28\x14\x89\xc4\x62\x89\x44\x2a\x95\xc9\x0a\x0b\x8b\x8a\x8a\x8b\xe5\xf2\x92\x92\xd2\xd2\xb2\xb2\xf2\xf2\x8a\x8a\xca\xca\xaa\xaa\xea\xea\x9a\x9a\xda\xda\xba\xba\xfa\xfa\x86\x86\x1d\x3b\x76\xee\xdc\xb5\x6b\xf7\xee\x3d\x7b\xf6\xee\xdd\xb7\x6f\xff\xfe\xc6\xc6\x03\x07\x0e\x1e\x3c\x74\xe8\xf0\xe1\x23\x47\x8e\x1e\x3d\x76\xec\xf8\xf1\xa6\xa6\x13\x27\x4e\x9e\x6c\x6e\x3e\x75\xaa\xa5\xe5\xf4\xe9\x33\x67\x5a\x5b\xcf\x9e\x3d\x77\xae\xad\xed\xfc\xf9\x0b\x17\x2e\x5e\xbc\x74\xe9\xf2\xe5\x2b\x57\xda\xdb\x3b\x3a\xae\x5e\xbd\x76\xed\xfa\xf5\x1b\x37\x6e\xde\xbc\x75\xeb\xf6\xed\xce\xce\x3b\x77\xee\xde\xbd\x77\xef\xfe\xfd\x07\x0f\x1e\x3e\xec\xea\x7a\xf4\xe8\xf1\xe3\x27\x4f\x9e\x3e\xed\xee\x7e\xf6\xec\xf9\xf3\x17\x2f\x7a\x7a\x5e\xbe\x7c\xf5\xaa\xb7\xf7\xf5\xeb\x37\x6f\xde\xbe\x7d\xf7\xae\xaf\xef\xfd\xfb\x0f\x1f\x3e\x7e\xfc\xf4\xe9\xf3\xe7\x2f\x5f\xbe\x7e\xed\xef\xff\xf6\xed\xfb\xf7\x1f\x3f\x06\x06\x7e\xfe\xfc\xf5\xeb\xf7\xef\xc1\xc1\x3f\x7f\x86\x86\x86\x87\x47\x46\x46\x47\xc7\xc6\xc6\xc7\x27\x26\x26\x27\xa7\xa6\xa6\xa7\x67\x66\x66\x67\xe7\xe6\xe6\xe7\x17\x16\xfe\xfe\xfd\xf7\x0f\xc2\xff\xed\xff\xff\xdf\xfb\x8f\xcb\xa5\x38\x03\x00\x80\xa2\x92\xf1\x7f\x62\xf0\xff\xae\xff\x8f\xbd\xc2\x22\x05\xf0\xbf\xaa\x21\x80\x42\x28\x82\x62\x28\x81\x52\x28\x83\x85\xb0\x08\x16\x43\x39\x2c\x81\xa5\xb0\x0c\x96\xc3\x0a\x58\x09\xab\x60\x35\xac\x81\xb5\xb0\x0e\xd6\xc3\x06\xb8\x03\xee\x84\xbb\xe0\x6e\xb8\x07\xee\x85\xfb\xe0\x7e\xd8\x08\x0f\xc0\x83\xf0\x10\x3c\x0c\x8f\xc0\xa3\xf0\x18\x3c\x0e\x9b\xe0\x09\x78\x12\x36\xc3\x53\xb0\x05\x9e\x86\x67\x60\x2b\x3c\x0b\xcf\xc1\x36\x78\x1e\x5e\x80\x17\xe1\x25\x78\x19\x5e\x81\xed\xb0\x03\x5e\x85\xd7\xe0\x75\x78\x03\xde\x84\xb7\xe0\x6d\xd8\x09\xef\xc0\xbb\xf0\x1e\xbc\x0f\x1f\xc0\x87\xb0\x0b\x3e\x82\x8f\xe1\x13\xf8\x14\x76\xc3\x67\xf0\x39\x7c\x01\x7b\xe0\x4b\xf8\x0a\xf6\xc2\xd7\xf0\x0d\x7c\x0b\xdf\xc1\x3e\xf8\x1e\x7e\x80\x1f\xe1\x27\xf8\x19\x7e\x81\x5f\x61\x3f\xfc\x06\xbf\xc3\x1f\x70\x00\xfe\x84\xbf\xe0\x6f\x38\x08\xff\xc0\x21\x38\x0c\x47\xe0\x28\x1c\x83\xe3\x70\x02\x4e\xc2\x29\x38\x0d\x67\xe0\x2c\x9c\x83\xf3\x70\x01\xfe\x85\xff\xe0\x7f\x05\x00\x80\x0a\xff\x16\xfd\x55\x5c\x50\x9a\x5f\x3c\xb7\x64\x56\x79\x66\xe9\xb4\xca\x94\xea\xa4\xda\xc4\xb2\x71\xf5\x31\x8d\x51\xcd\x91\xe5\xc3\x2b\x86\x56\xfe\xd1\x1a\xd4\xfe\xbd\xea\x97\xce\x4f\xdd\x81\xd5\x3f\xd6\x7c\xd7\xfb\xa6\xdf\x6f\xf0\xd5\xf0\xcb\xda\xcf\xeb\x3e\x19\x7d\x34\xfe\x60\xf2\xde\xb4\xcf\xec\x9d\xf9\x5b\x8b\x37\x96\xaf\xad\x7a\xd7\xbf\xb2\x7e\x69\xd3\x63\xfb\xc2\xee\xb9\xfd\x33\x87\x6e\xc7\xa7\x4e\x4f\x9c\x1f\xbb\x3c\x72\xed\x72\x7b\xb8\xe1\xc1\xc6\xfb\xee\xf7\x36\xdd\xf5\xb8\xe3\xd9\xb9\xf9\xb6\xd7\x2d\xef\x9b\x3e\x37\x7c\xaf\x6f\xb9\xe6\x77\x75\x6b\x87\x7f\x7b\xc0\x95\x6d\x97\x03\x2f\x05\x5d\x0c\xbe\xb0\xfd\x7c\x48\x5b\xe8\xb9\xb0\xb3\xe1\xad\x11\x67\x22\x4f\x47\xb5\x44\x9f\x8a\x69\x8e\x3d\x19\x77\x22\xbe\x29\xe1\x78\xe2\xb1\xa4\xa3\xc9\x47\x52\x0e\xa7\x1e\x4a\x3b\x98\x7e\x20\xa3\x11\xb1\x3f\x73\x5f\xd6\xde\xec\x3d\x39\xbb\x91\xbb\x72\x77\xa2\x76\xa0\x1b\x30\xf5\x79\x75\xf9\xb5\xd8\x1a\x5c\x35\xbe\x8a\x50\x59\x50\x41\x2c\x27\x95\x91\x4b\x29\x25\x54\x39\xad\x98\x5e\xc4\x28\x64\xca\x58\x52\xb6\x84\x23\xe6\x8a\x78\x42\xbe\x40\xc0\x17\xf2\x44\x5c\x31\x47\xc2\x96\xb2\x64\xcc\x42\x46\x11\xbd\x98\x26\xa7\x96\x50\x4a\xc9\x65\xa4\x72\x62\x45\x41\x25\xa1\x0a\x5f\x8d\xab\xc1\xd6\xe6\xd7\xe5\xd5\x63\x1a\xd0\x3b\x50\x3b\x73\x77\x21\x77\xe7\xec\xc9\xde\x9b\xb5\x2f\x73\x3f\xa2\x31\xe3\x40\xfa\xc1\xb4\x43\xa9\x87\x53\x8e\x24\x1f\x4d\x3a\x96\x78\x3c\xa1\x29\xfe\x44\xdc\xc9\xd8\xe6\x98\x53\xd1\x2d\x51\xa7\x23\xcf\x44\xb4\x86\x9f\x0d\x3b\x17\xda\x16\x72\x7e\xfb\x85\xe0\x8b\x41\x97\x02\x2f\x6f\xbb\x12\xd0\xee\xdf\xb1\xf5\xaa\xdf\xb5\x2d\xd7\x7d\x6f\xf8\xdc\xf4\xbe\xe5\x75\x7b\x73\xa7\xe7\x1d\x8f\xbb\x9b\xee\xb9\xdf\xdf\xf8\x60\xc3\x43\xb7\x2e\xd7\x47\x2e\x8f\x9d\x9f\x38\x3d\x75\xec\x76\x78\x66\xff\xdc\xee\x85\x6d\x8f\xcd\x4b\xeb\x57\xeb\x7b\xad\x5e\x5b\xbe\xb1\x78\x6b\xfe\xce\xac\xcf\xf4\xbd\xc9\x07\xe3\x8f\x46\x9f\xd6\x7d\x5e\xfb\xc5\xf0\xab\x41\xbf\xfe\x37\xbd\xef\x6b\x7e\xac\x1e\xd0\xfd\xa9\xf3\x6b\xd5\x6f\xed\x41\xad\x3f\x2b\x87\x56\x0c\x2f\x1f\xd1\x1c\xd5\x18\x53\x1f\x5f\x36\xa1\x36\xa9\x3a\xa5\x32\xbd\x74\x46\x79\x76\xc9\xdc\xe2\x79\xa5\x05\xc5\xbf\x8b\xfe\x29\x40\xf0\xbf\x1c\xf8\x5f\x0e\xfc\xf7\x12\xf8\x25\x6d\x35\xd3\x2d\x85\x30\xc8\x25\x30\xdb\x70\x35\x84\xd1\x35\x21\xfe\xe6\x00\xc2\x14\x8b\xed\x34\xab\x58\x08\x11\xef\x22\xd6\x38\xde\x84\x10\xb9\x37\xea\xd5\xc6\x60\x08\x51\xdf\x12\x74\x7d\x4f\xc0\x63\x68\x90\x3a\xb2\x1d\x0f\x17\xa1\xb4\x73\xf4\xe2\x2f\xfd\x63\xa0\x82\x31\xe7\x32\xf6\xfe\xed\xc9\x25\x91\x77\x63\x4c\xff\x9a\x66\x4b\x85\x56\xc4\x0f\x0b\xed\x88\xda\x92\xd3\xb4\xe8\x05\x85\xf4\xa8\x86\x4c\xee\xd6\x79\x66\xca\x9b\x03\xe3\xc2\x73\xf3\xa1\x49\xcc\xa6\x6f\xa2\xf1\xb9\xc7\x09\x2b\xdb\x2e\xc9\xf8\x73\x4e\xb1\x53\xd7\xdf\xc8\xcb\x66\xdf\x47\x2b\x3d\x3a\x5c\xea\x3d\xdb\x16\xa1\xfe\xa6\xb7\xf4\xe8\x6c\x74\xa8\xce\x6f\xb3\xf2\xd0\x59\xbf\xed\xe7\xc6\x2f\x96\xfb\xcc\x7e\x0c\x7e\x30\xd1\x20\x37\x9f\xab\x0c\x3a\x3f\x59\x2b\xb5\x9e\xfb\x16\x64\x3f\xa5\x2e\x6a\x1a\xc9\x08\x16\x4d\x6d\x13\x85\x0d\x44\x6f\x2f\x9c\xaa\x17\xba\x7f\x72\x08\xd9\x38\xbd\x99\xe7\xf8\xfa\x4b\xa8\xfb\x74\x03\xe7\xf8\xb3\xfa\xb0\xbd\xd3\x9d\x1c\xeb\x07\x17\x23\x88\xd3\xef\x39\x2e\x9d\xed\x11\xcd\x33\x54\xc6\xcb\x9b\x8b\x22\x1d\x66\x2e\xd2\x31\x10\xfa\x99\xfa\xbd\xd3\x8d\x84\x30\x98\xb7\xed\xa5\xa1\x0d\x84\x71\x09\x81\xfa\x26\x21\x10\xa6\xe2\x82\xbb\xac\xbc\x20\xcc\x46\x87\x3f\x70\x7a\x0d\x21\xaa\x3a\xb2\x6d\xc3\x14\x9c\xc5\x86\xc4\x9f\xdb\x9a\x0b\x5b\xf3\xda\x52\x82\x82\xbf\xc3\x65\xf9\xc8\xcc\x8e\xf8\xd2\x7f\xd9\xe8\xfd\x68\x7b\xc4\xa9\xbf\x87\x50\xb3\xa4\xba\x7c\xc6\xc2\x00\xb2\x96\xd7\x45\x09\x5e\xd8\x9c\x45\x29\x29\x62\x3b\xcd\xa7\x21\xa8\xf5\xdf\x45\x6f\xe6\x66\xd3\x35\xf7\x5f\x90\xbe\x9b\x23\xa7\xcc\x1e\xef\x2e\xae\x9b\xd3\x4e\x3c\xdc\xf6\xa9\xe4\xf5\x6c\x7b\xdc\xa5\x1b\x98\xb2\xdb\xb3\x3a\x31\x06\x8f\xcf\x54\xa5\xcc\xfc\x88\xf8\xf2\xee\x72\xd5\x9d\x19\x87\x30\xc4\xa0\x65\x9d\xc7\x4c\x53\x48\xf5\xd8\xfb\x6a\xe5\xd9\x77\xc1\x4f\x27\xaa\xe4\x3e\x73\xda\xc1\xf4\x89\xaf\x45\x2d\x53\x39\xc1\xe9\x93\x72\x69\xeb\xaf\xee\x10\x95\xc9\x27\x52\x8f\x2f\x3f\x43\xba\xa6\xb0\xa2\x8a\xde\x4b\xe1\xdd\x53\x4b\xa5\xe5\xcf\x1a\xc2\xfb\xa7\xfe\x0a\xee\x3e\xec\x8b\x2c\x9b\x56\x15\x82\xbb\x36\x91\x7f\xa6\x6b\x78\x9b\x6f\x64\x45\x9d\x98\x59\xce\x3e\xd9\x71\x37\x7a\xf1\x0c\x96\xd9\x04\xe1\xd6\x5c\xbf\xcd\xba\xf5\x10\x86\xb3\xb7\x32\x0d\x72\x20\x8c\x2f\x0f\xb4\x31\xf9\x04\x61\x26\x32\xa8\x74\x7d\x30\x84\xc8\xd1\x90\x32\x07\x3b\x08\xb1\xfd\x11\x2d\xee\x9f\x20\xc4\x5f\x8e\x39\xe9\xbb\x15\x3e\x23\x2c\x4f\xf8\x1c\xb8\x13\xae\xc0\x57\x23\x74\xe3\x39\xff\xc2\xf2\x3e\xa3\x0e\x64\xad\xfd\x8b\xc8\x5f\x8f\x7f\x89\x0f\x5f\x68\x43\x1d\xe2\x58\xd2\xb6\xcf\x77\xe5\x1c\x28\x1e\xe1\xbb\xcf\xbb\x64\x5e\xab\xed\x97\xb8\xce\xe5\x66\xf4\xed\x7b\x2e\xdf\x38\xe7\x97\xea\xda\x94\x27\x9f\x9a\xdd\x99\xf4\xb0\x8d\x5a\x61\x3b\x33\x14\x7f\xe3\xe6\x68\xf5\x8f\x99\xb7\xd1\xef\xbb\xd5\xab\xcf\x4e\xff\x88\x4c\xfb\xf8\xaa\x41\x38\x7d\x38\x6c\xf1\x68\xde\x8e\x45\x33\x46\xa1\x09\x63\x7a\x75\xbe\xb3\x49\xdb\xab\xc7\x7b\xcb\x9a\xff\xcf\x3a\xb2\x2f\x24\x7a\x62\x97\xfc\x71\xbf\x69\x58\xc2\x04\x2c\xee\x7b\x9f\x15\xb6\x63\x72\x4a\xca\x79\xee\x11\xd9\x31\x79\xb4\x70\xe1\xd1\x40\x24\x73\xea\xa6\x88\x79\xf7\x49\x74\xca\xd4\x41\xf1\x9e\x5b\xb7\xa2\xcf\x4c\x1b\x0b\xf5\x3b\xf4\x63\xe4\xd3\x37\xb9\x9f\x2f\x81\xd8\xc8\x19\x25\x4e\x15\x84\x01\x1f\xfc\x2a\x56\x1f\x86\x30\xfc\x91\x5f\xb6\xfe\x21\x08\x93\xd4\xfd\xef\x1a\x37\x41\x98\xb5\x38\x70\x93\x95\x3e\x84\x98\xb8\x50\x7d\xa7\x3b\x10\xe2\x8f\x84\x53\xdc\x1d\x20\x24\xab\xc7\xe8\xf9\xb1\xe0\x39\x32\x35\xa1\x62\x7b\x23\x5c\x43\xd1\x49\x8b\x8f\x4f\xf9\x67\x43\xf8\x89\x84\x39\x99\x7f\x7d\xb1\x10\x4b\x22\x54\x2c\x6c\xc8\x7b\xc0\xac\x67\x2f\x9b\x4f\x43\x99\x14\x66\x88\x3e\xcc\x9d\xcc\x3e\x5f\xd3\x5a\x94\x35\x3b\x8f\xb8\xb6\xdf\xac\x6c\xc3\x6c\x51\xda\xeb\xa6\xcc\x4a\xc5\x19\x71\xaa\xd1\xb9\x57\xf5\xea\xd3\x9f\x13\x6b\x6f\xf6\xef\x34\x99\xb6\x89\xdd\xfb\x62\xc5\x1e\xdb\xa9\x7b\x91\x15\xdf\x7c\xf7\x6e\x99\xea\x08\x0f\x1a\x31\xda\xd3\xff\x7f\xe3\x41\x0a\xf9\x32\x56\x51\x93\x30\xb1\x2b\xe4\xc1\x78\x7e\xc5\xf8\x8f\xd6\x70\xda\x78\x74\x55\xf2\x27\x87\x88\x75\x13\xde\x65\xf7\x7a\xae\x44\x45\x4c\xdc\x2a\x75\x7f\xac\x1e\xdd\x32\xe9\x2f\x0f\xbb\x9b\x10\xf3\x68\xb2\xbb\x48\xf9\x86\x28\x6e\xd3\x94\x72\x61\xec\x55\xc7\x38\xdb\xa9\x53\x92\xe5\x17\x57\xc6\xef\x9a\x5a\x10\xdd\x69\x3d\x96\x70\x7e\x3a\x5d\xf0\x07\xc2\x80\xaf\xde\x4f\x75\x56\x41\x18\xd5\xba\xa5\xcf\x60\x0b\x84\x69\x36\xfe\x22\x53\x03\x08\x91\x33\x81\x14\x6b\x2f\x08\xf3\x75\xb6\x2d\xb5\x86\x10\x92\x39\x61\xda\x9b\xd6\x41\xc8\xc8\x0f\x5f\xf0\x89\x82\xd7\x19\x2d\xb1\x43\xdb\x01\x5c\x46\x7b\x9d\x5a\x95\x40\xf8\xe7\x42\xed\xcb\x9a\xcd\x49\x5a\x18\x26\xec\xc3\x56\x92\x7d\xe7\x1f\xe1\x2e\xd0\xce\xf1\xae\xce\x8d\x61\x24\x92\xdf\x32\xaf\xb9\x0c\xe4\x60\x65\x9a\x7c\xff\xac\x59\xb6\xc2\x3e\xcf\xea\x9e\x99\x62\x04\xe6\xd8\xbf\xfa\xa8\xe9\x0f\x69\xae\x6d\xeb\x76\xde\x99\x6a\x4b\xb6\xbe\xd5\xb5\x3f\x69\x0a\xc4\x79\xbd\xda\x7b\xe0\xfd\xe4\x89\xa8\xad\x3f\x3e\x1f\x2c\x9f\xfc\x13\x81\x1c\x9a\x6f\x1c\x99\xfa\x1e\xae\x31\x92\xba\x47\xf5\xff\xe0\x31\x68\x1c\x5e\x3d\xb6\xad\x8e\xfc\xa9\x37\xf2\xec\xd8\xe5\x5a\xc2\xcb\xf7\xd1\x4f\xc7\x13\xaa\xf7\x3e\x75\x88\xd9\x3d\xb1\xbe\x02\x7b\x2f\x38\xf6\xd2\xa4\x62\xc9\xec\xf5\xa1\x78\xca\x64\x86\xbc\xbd\x23\x33\xc1\x79\xb2\xb1\xb8\xf5\x02\x21\xb1\x64\x6a\x51\x91\x61\xeb\xaa\xa4\x91\xa9\xc0\xc2\xa5\xcd\xd8\x64\xc6\xd4\x77\xf1\x10\x84\xc1\xaa\xbe\xfc\xd5\x5e\x10\xc6\x5e\xf5\x81\xfa\x8f\x21\xcc\xbc\xe7\x57\x60\x32\x04\x21\x86\xb4\xcd\xd3\x9a\x0a\x21\xfe\x43\x60\x99\xfd\x2d\x08\x69\x07\x82\x0f\xbb\x75\x43\xc8\xaa\x89\xb8\xe8\xa7\x0c\x3f\xf2\xb6\x45\x6d\x0d\x24\x43\x67\xee\xc1\x44\x46\x9c\xcb\xbf\x0d\xcc\x8e\xcc\x75\x39\xd9\x0b\xa3\xd4\x42\x4c\x31\x59\x30\x8f\x23\xbe\x25\x9a\x0a\xcf\xce\x21\xb1\x19\x22\x47\x39\x72\x16\x87\x59\x52\x7e\xa4\xca\x76\x66\x17\x52\x6d\xcf\x8a\xfa\x0d\x33\x2a\x99\xfb\x8e\x65\xec\xf4\x9c\x06\xe9\x9d\xe7\x86\xf6\xe1\x26\x7b\x93\x9b\xee\x78\x1e\xc2\x4d\x46\xc5\xfd\xe9\x8d\x3c\x02\x26\x18\x51\x39\x83\xbf\x8e\xed\x9c\x3c\x10\xf1\x64\xa8\xfc\x60\xfa\x14\x29\xfc\xf4\xf0\x85\x7d\x59\xa3\x7e\x11\x1b\x47\xb2\xf7\x24\xf7\x3f\x8d\x72\x1c\x8d\xdb\x79\xe1\x2d\x35\x66\xd3\xe8\xef\x1d\x76\xdd\xf7\xe2\x78\x63\x11\x0d\x21\x0f\xce\xc7\xeb\x8c\x8b\xaa\xaf\xdf\xd2\x4e\xf8\x35\x3e\x58\x85\xbf\x72\x39\xc9\x71\xe2\x7c\x79\xf0\x45\x44\x92\xcb\x24\xae\x44\xf9\x0c\x37\xc5\x70\xb2\xbd\xf8\xf7\x49\x79\x4a\xeb\x14\x56\xb6\xe3\xf0\x5c\x5a\xe5\xd4\x4d\xa9\x0d\x84\x21\xea\x9b\xf1\x3a\x8b\x21\x4c\xb4\xf4\x71\x30\x08\x83\x30\x2b\xdc\x57\xcf\xe8\x31\x84\x58\x6b\xbf\x39\xcb\xf7\x10\x52\x34\xfd\xa7\xec\xfe\x40\xc8\x1a\x0b\x4c\x71\xbd\x0f\xa1\x00\x17\x6a\xe2\x73\x16\x9e\x13\x67\x46\xe5\x87\xd4\x42\x67\xe1\xa3\xf8\x27\x71\x59\xff\xb6\xf2\xcc\xd2\x5f\x67\xf7\x2e\xcc\x32\x4f\xa3\x52\xc9\x31\x73\x43\xa4\xdf\xa4\xf5\xd2\x9e\xb9\xe5\x04\x6d\x1e\xa7\xf4\xca\xcc\xd5\xfc\xcc\xd2\x91\xba\xc2\xe9\x72\xf4\xba\x9d\xb7\xf7\xb8\x4e\x91\x72\xe8\xc7\x48\x07\xf6\x4e\x0e\x23\x72\xda\xbc\x0f\x35\x4d\x06\xa4\x3c\xee\xf4\x3e\xaa\x3d\x7e\x2c\xbe\xaa\xcf\xed\xe4\xc3\x09\xf5\xa8\xa9\xc1\x98\xa6\xf4\x89\xc9\xc8\x2b\x7f\x76\x1d\xa1\x4e\xb6\x44\x5c\x1d\x6a\x3c\x68\xfc\xe3\x56\x34\x6e\x38\xac\xf1\xf5\xbb\xef\x71\x01\xc3\x8d\x8d\xf2\x27\xe4\x44\xce\x48\xf2\xbe\xbe\xfb\x31\x49\xda\xa3\x82\xdd\x4b\x6e\x69\x26\x25\x8d\x7d\xad\xfb\xd6\x7e\x25\xf9\xf6\x78\x5e\xed\x8a\xb6\x97\x29\x0f\x26\x52\x2b\xb7\xb5\x74\xa4\xf1\x27\xce\x56\x68\x37\xb1\xd3\x1d\x27\x99\x25\x8d\x47\x1a\xd2\xf3\xa6\x1c\x8a\x5c\x1b\xc7\x32\x42\xa7\xce\x48\x6f\x41\x18\x16\xb9\x59\x4f\x87\x02\x61\xda\x2e\xaf\x69\x43\x43\x08\x73\xf6\x79\x1f\x31\xf2\x80\x10\xff\x78\xcb\x4a\x8b\x3b\x10\xd2\xf7\x6d\xed\xb2\xd7\x84\x50\xb0\x65\x9b\xbf\xdb\x18\x84\x92\xcd\xdb\x91\x3e\x6a\xf0\x5b\x11\x2f\x2c\x3f\x10\x0b\x9d\x0a\x3f\xc6\xf2\xe3\x0e\xfd\x5b\x2d\xb5\x49\xbd\x93\x1b\xb6\xf0\x4d\x28\xcb\x59\x44\x41\xce\xaf\x64\xca\xf0\x81\x92\x3f\xb3\xb9\x14\x77\xfa\xa3\x2a\x9d\xe9\xf2\x02\xd3\x22\xf7\x3d\x31\x53\xc7\xf3\xa9\xf5\xaa\x8d\x3f\x27\x9b\x73\x6f\x1e\x51\x3a\x12\x3d\x11\x96\xbd\xee\xdc\x9e\x13\x2f\xc7\xaf\xa4\x36\xdf\x9b\x69\x46\x8d\x2f\x49\x88\xeb\x5b\xd6\xe2\x31\x56\x13\xf3\xf7\x97\xe7\x69\xf7\xf1\xef\xd1\xb6\x83\x7a\x27\x14\xff\xb0\x62\x96\x0e\xfe\x3d\xf6\xf2\x63\x64\xdc\xe8\x9f\xd9\x23\x1d\x2f\xc8\x89\x6f\x86\x76\x1c\x16\xde\xdf\x91\xdc\x3d\x3c\xd7\x58\x72\xf3\x4a\x6a\xf4\xc8\xc9\x7d\x92\x2b\x31\x69\x0a\x63\x56\x3b\x63\xdb\x46\xd3\x97\x8f\x3d\x69\x50\x6e\x79\x9f\xf1\x74\xdc\xbe\xee\xd1\x71\x57\x04\x7b\x22\xaf\xf2\xea\x61\x29\x62\x76\x12\x94\x3b\xee\xbb\x95\x95\x3c\x59\x51\x72\x63\xb7\x72\x96\xf5\x14\xab\xd0\x0e\xc2\xe8\x83\x1e\xa7\x75\x16\x20\xcc\xf8\xe7\x19\xa6\x5f\x02\x21\x7a\xd3\xe6\xd4\x75\xbe\x10\x92\xe5\x5e\xa6\x66\xfa\x10\xb2\x2f\xfa\xa2\x6c\xd2\x21\x94\x66\xfb\x7b\xba\xa1\x21\x2c\xaa\x0f\x96\xfb\x3a\xc2\x57\xe5\x31\xa1\xeb\x83\x06\xa1\x6d\xd9\xbb\x68\x6a\xbc\xc1\x3f\xff\x12\x98\xa4\x99\xa3\xbf\xf0\xae\x28\x23\x73\x0d\xe5\xeb\xdc\x59\x7e\x0f\xd6\xb3\x68\xc9\xcc\x05\x7a\x00\xf5\x4a\x5d\xd6\x14\x24\xe7\x8b\x5f\xec\x77\x9f\xec\xc5\xcd\xd4\xdc\x3e\xfc\x7a\xe2\x0e\xfa\xc8\x21\xd8\x14\x36\x5e\x94\xfd\xbc\xed\xe2\xa9\xf7\x63\xa2\xf4\xd0\x7b\xcf\x5a\x17\x8d\x3c\x4d\x78\xf8\xe5\xc7\xf9\xe6\x31\x85\xd8\xbb\x3f\x71\xad\x11\x63\x7e\x31\xb8\xdf\xaa\xa7\x74\xfa\x37\xc5\x8b\x7e\xbf\x3b\x79\xae\x67\x77\x32\x79\xb0\xe5\x44\xd0\xc3\x8a\xd4\xe4\x21\xe5\xa3\xcf\x6f\xe0\x32\xfc\x87\x76\x1e\xa9\xbb\x3c\x92\xb1\x66\xe4\xd4\xbe\xc1\x73\xfa\x88\xf1\x51\xcf\xbd\x01\xcd\xcf\xb2\xec\xc6\xd6\xee\x72\x3f\xda\x9c\xed\x3a\xbe\xa6\xbe\xfa\xc0\xaa\x9c\x98\xf1\x77\x35\xf5\x7b\x9f\xe4\x98\x4e\x3c\xa8\x90\x36\xdc\x41\x9e\x9b\x44\x94\x8e\xd7\xee\xcd\x9d\x9b\x24\x97\x5e\x82\x30\xc6\xdf\x3d\x77\x95\x10\xc2\x8c\x5e\x8f\x04\xbd\x26\x08\xb1\x16\x9e\x1a\xeb\x02\x21\xa4\xb1\x3c\xff\x98\x76\x41\xc8\x9f\xf0\x66\x5b\xd7\x40\x58\x74\xde\xf7\xb3\x53\x27\x84\x15\xb6\x01\xfa\x9e\xb3\xf0\x59\x75\x4e\x88\x5a\x70\x06\xb4\xaa\xf3\x89\x58\x88\x47\xfe\x8b\xaf\x89\x88\xfb\x90\x6d\xbc\x70\xa1\x62\x26\x1d\x4f\xcb\x9b\x23\x16\x2d\xa0\x2b\xe4\xaa\x33\xee\x9c\x16\xf2\xdf\x1d\xa4\x29\x0d\x5a\x8b\x50\xe1\xd0\xab\x09\x22\xb1\xb8\xca\xff\xc4\xd8\xf8\x76\xec\xe2\x03\xc2\xd3\x81\xa3\x17\x50\x1b\xce\x16\xb6\x71\x87\xbb\x11\xab\x1e\xd9\x5f\xbe\x30\x94\x92\x34\xd0\x1f\xd0\x31\x3b\x82\x8f\x9f\xf9\xe1\x7c\xe1\xec\xc0\x54\xc2\xf1\x81\x99\xb3\xd3\x6f\x4d\x93\xab\x7f\x5d\x3b\x1d\xf1\xc8\x31\xdd\xeb\x77\xfb\x29\xec\xcd\x01\xc4\x81\xc1\xa1\x13\x35\x97\xde\x66\x25\x0c\xe5\x1e\xdd\xdd\x32\x8e\x44\x0e\x1b\x1c\x7e\x7e\x1c\x99\xfb\x68\xc4\xf0\xc0\xad\x43\x2e\xa8\xce\x51\xa5\x7d\x4f\xf6\x5d\x40\x9b\x8c\xad\xde\x35\xba\x4b\x8a\x5e\x3f\xee\x57\x9f\x5f\x87\xc7\x14\x8e\xbf\xa8\x75\xab\x5e\x87\x09\x9f\xe8\xae\xe8\x2b\xe3\xe7\x75\x4f\xda\x96\x87\x43\x18\x27\xd8\xa8\xbd\xca\x02\xc2\xec\xb3\x9b\x12\xf5\xa6\x21\x24\xdc\xd8\x64\xbd\xb6\x08\x42\xce\xd8\xc6\x23\xc6\x1a\x10\x4a\xf4\x3d\xbe\x5a\x62\x20\x2c\x3b\xed\x73\xd5\x79\x03\x84\x35\xf5\x5b\xf7\x7b\xee\x87\x23\x0d\x20\x28\x76\xdb\x39\x18\xb3\x2b\x20\x4c\x23\x26\xf9\x1f\x6e\xd7\x99\xe8\x6b\x99\xdd\x0b\xcf\x6b\x77\xa7\x9a\x52\x3d\xe7\xa6\x2a\xc7\xb3\x6b\x64\x1a\x33\xca\xe2\xe1\x82\xd6\x9d\x7b\x27\x7d\xd8\x32\xd6\xe1\x63\xf8\xf1\x28\x5a\x7e\x89\xc2\x69\xd4\xe8\x60\x81\xeb\x9e\x33\x6d\xde\xc3\xb9\x79\x9e\x67\x4f\xb7\x5f\xfa\xe3\x90\xe9\xf3\x8c\x72\xa3\xfb\x8f\x5d\xca\x9e\x2f\xbb\x6e\xb8\x0d\xe3\x13\x33\xbf\x3d\xb8\xfc\xa2\xaf\x29\x6d\xc7\xf7\xca\xcb\x46\x8f\x63\x10\xf7\x06\x9e\xb7\x75\xde\x0c\xce\x7e\xfa\x6b\x73\xeb\x97\x8b\xc3\xc8\xfa\xdf\xa3\xa7\x5e\x9c\x7e\x95\xfb\xf8\xcf\xd9\x26\xdb\x63\x16\x98\xae\xa1\x2d\xc7\x7a\x1b\x31\xf9\x5a\xc3\x45\x87\x55\x77\xc9\xb1\xaa\x23\x57\x1b\x8d\xea\x89\xd8\xa0\xd1\xde\x3d\x9b\xaa\xda\x70\x71\x63\x0d\x3b\x29\xe5\xd7\xb1\x9f\xc7\xcf\xd7\xfe\x91\xf7\xe1\x75\x26\xd6\xd4\xc4\xca\xbc\xf1\x8d\x93\xaa\x15\x6b\x21\x4c\x8a\x77\x33\xd3\xbe\x04\x61\xee\xb4\xbb\xad\x5e\x3f\x84\xe4\xef\x1b\xb6\x18\xbc\xfa\x7f\x70\x28\x9e\xd9\x54\x63\xd9\x01\x61\x95\xc6\xe6\x76\xfb\x5f\x10\xee\x1c\xf2\x41\x6f\xd4\x86\x70\x7f\x5d\xc0\xda\x80\xa5\xb0\xe2\x50\x7e\x10\x31\xfc\xf1\xbf\xd2\xc3\x4b\x22\x16\x65\xbc\x5b\xb8\xbd\xef\x6e\x22\x93\x7a\x6a\x6e\x67\x43\x7a\xe6\x93\xa2\x5b\xd3\x17\xca\xc7\xb0\x8b\x77\x67\x4d\x44\x0a\x79\x8c\xe1\x93\xc4\xd1\xf3\xec\x33\xd2\x03\xe7\x0d\x86\xef\x53\xca\x76\x4e\xb4\x6b\x0e\xde\xc5\x0a\xce\x7b\xdd\x6a\xfa\xd9\x9c\x63\xd7\xb3\xe4\xfe\xf7\xdf\xbe\xe9\x05\x1f\xbf\xdc\x59\xfc\xe5\x5a\xfa\xcc\x97\xe3\x37\xea\xba\xc7\xb3\x83\xfb\xdf\x5d\xb5\xbf\x39\x9f\xbb\xf8\xc7\xc7\x8b\xb4\xf3\x41\x79\x2e\x03\x4f\xce\xbf\x6e\xde\x90\x9f\xf9\xdb\xee\x4c\xe2\xc1\x8f\xb8\xc6\xc1\x6b\xcd\xc4\x7d\x91\xb8\x91\xa1\xb5\xc7\x6b\x77\x74\x12\x74\x86\xed\x8f\x10\xaa\xfb\x0b\x12\x47\xb6\x1d\x58\x28\xdd\x43\x8a\x1f\x55\xdc\x5f\x5e\x34\x4e\xca\x18\xb3\xda\x9d\x5d\x18\x4b\x5c\x3b\x9e\x55\xcf\x12\x3d\x25\x21\xc6\xe7\x6b\x15\x78\x61\x64\xab\x89\x17\x95\xfe\x10\xa6\xdc\x73\x33\x5c\x15\x01\x21\xba\xd6\x45\x51\xe7\x19\x84\x0c\xac\x5b\xb1\x21\x12\x42\x51\xbf\x2b\x7d\x9d\x1d\x84\xe5\x21\x1b\x5d\xcc\x27\x21\x6c\xc8\xf1\xf0\xb7\x63\x41\xb8\xff\x9d\xf7\x6b\xf7\x26\x08\x8f\xdc\xf0\xe3\xf8\xb5\xc3\xc6\x13\xc6\xdb\xf4\xc2\x32\xff\x95\x9f\xd4\x0b\x7d\x99\x51\xfa\x57\xa7\xe9\x4c\x4c\x09\x71\x64\xee\xdd\xc1\x27\xa9\x0d\xb2\xa2\x69\x93\x1d\xe5\xe8\xdb\xfb\xd2\xc7\x3f\x54\x2c\x25\x75\x9f\xda\x34\xa2\x2c\x98\x14\xd0\xaf\xa0\x07\x0f\x32\x63\x77\xcc\xdd\x66\xfd\x0c\x24\x76\x9c\x9d\x79\x58\xfc\xcd\x0b\x75\xa8\x37\xef\x99\xdd\x80\x53\xf6\xb2\x77\x35\x5d\xa7\xba\xaf\xa0\x17\x7f\xfc\x7c\x77\x65\xc7\x28\x2e\xf8\xcb\x83\x9b\x3d\xe7\x8e\xe3\x97\x7f\xfb\xda\xe1\x79\xfc\x44\xc1\xa6\x01\xc4\x45\xff\x46\x3c\x29\xe0\x67\xff\xb9\xe9\x5d\xc9\xa4\xbd\xbf\x27\x5b\xde\xd7\x68\x51\x26\x07\x7f\x34\x53\x2a\x52\x29\xfb\x87\x24\xc7\x1e\x96\xa4\x50\xb2\x47\xb4\x0f\xbe\x90\xd6\xd3\x9e\x8e\x50\x0f\x1c\x16\x91\xa9\xbf\xc6\x34\x77\x7f\x16\x58\x53\x2f\x8d\xf5\xef\x68\x64\x4b\xe9\x21\xe3\xf8\x7a\x0a\x73\x9c\xba\x30\x51\x5b\x45\x80\x30\x63\xcc\xc5\x42\xfb\x25\x84\xd8\x5a\x17\x9f\xd5\x8a\x10\xb2\x1a\x5c\x69\x06\x9f\x20\x2c\xd4\x76\xd9\xb2\xf6\x37\x84\xd5\xeb\xdc\x14\xcd\xec\x20\xdc\x77\xc6\xed\x9c\xd5\x13\x08\x8f\xee\xf0\x70\x74\xbe\x0f\x61\x8b\xb7\xcf\x32\x9f\x6c\xf8\xe4\xec\x63\xbf\xd2\xe0\xba\x7f\x4f\xda\x4a\x83\x26\x52\x4a\xfe\x26\xb6\x7d\x88\x70\xc4\x1f\x9a\x57\x6b\xe1\x24\xfc\x94\x9c\x9c\x3e\x77\x0c\x95\xc9\xdb\xb5\x30\x6e\xb1\xab\x1b\x9f\x7a\xfa\xcd\x90\x4e\xf1\x71\xde\xca\xeb\x9f\x06\x7a\x45\xa3\x15\x2d\x5d\x3d\xfd\x65\x8c\x83\x67\xd6\xbd\x58\xf7\x55\x33\x5f\xbf\x27\xa9\xe7\xd6\x4b\x0d\xec\xd8\xeb\xdd\xdd\x1b\x6e\x1a\x14\x20\xde\x7f\x78\x70\xaa\x35\x86\x42\xfa\xd4\x73\x47\x7a\xe8\x1b\xed\x57\x3f\xf6\x7a\xc5\xce\x9f\xcc\xb2\xef\xb8\xf6\x77\xb5\x07\x98\x09\x03\xbd\x17\xae\x96\x2b\x30\x1f\xfe\x76\x6a\xb5\x2e\xea\x62\xbd\x19\xa4\x9f\xfa\x24\xbd\xc0\xda\xf1\xa7\xf7\x84\x82\xf0\x3c\xab\x7d\xd8\xfb\xc8\x75\xde\x5f\xd6\xd2\x91\x93\x8d\x90\xfb\x8d\x59\x3b\x4a\xde\xe7\xc6\x3e\xcb\x78\x38\xf6\x6b\x47\x3d\xfb\x03\xbd\x64\xdc\xbe\x41\xc8\xd8\xc5\xa0\x4f\x34\x54\x65\x43\x98\xd5\xe9\x74\x55\x1b\x05\x21\xfe\x94\x93\xb3\xce\x79\x08\x05\xb5\x8e\x24\x3d\x17\x08\x4b\x5b\x1d\x47\x0c\x0f\x40\xd8\xf0\xc6\x39\xdf\x64\x0b\x84\x87\x82\x5d\xbe\x5b\x26\x40\x78\x4a\xdf\x4d\x6c\xbb\x13\xc2\x0b\x4a\x9e\x24\x8f\xbb\xb0\xaf\xfd\xb9\xaf\x5f\x50\x38\x54\xed\x18\x0b\x68\x4e\x90\xff\x15\xdd\x58\x15\xb2\x07\xbb\x7d\xee\x6f\x7b\x7e\xcc\x1b\x89\x68\x9a\x7e\xfe\x49\x2a\x7b\xf7\xcd\x31\x69\xf3\x35\x14\xa9\xf5\xd6\xe0\xf7\x3d\x6f\x68\x2b\x6e\xdd\xea\x3f\x52\x72\xb9\xd8\xf5\x45\x78\x5f\xa4\x68\xac\xa5\xe9\x43\xd0\x1b\x36\x5d\xab\x2b\xf4\xfd\xae\xab\x03\xac\xbd\x3d\xcf\x5e\xda\x9e\x38\xc1\xbd\xf7\xf6\xd3\x93\xac\xdd\x85\x82\x8b\x1f\x23\xee\xa3\x6a\x1e\x0b\xf7\x7f\x31\xbd\x3d\x57\x5e\xc6\x1f\xf8\xbe\xa4\xe3\x4b\xb1\xb7\xc0\x65\xc0\xf4\x92\x54\x6a\xca\xbb\xfb\x5b\xa1\xf5\x81\xa8\x9b\xbf\x63\x30\xb2\x25\x95\xff\x8b\x5f\x37\xe4\x7b\xbc\x9b\x8f\xe3\xe2\x86\x43\x8e\xd4\x73\xd6\xf3\xbe\x8c\xbc\x68\x24\x32\x2f\xf1\x89\x63\x2b\x77\xbf\x67\x8c\xf3\x1e\x8d\x9d\xd9\x49\xa7\xc6\x09\x42\x26\x5c\x6a\x0c\xa8\x57\xb9\xe2\x89\xb6\xca\x3e\x08\x91\x07\x9c\xea\xb4\x47\x20\xa4\x7c\x77\x88\xd4\x21\x42\x28\xbe\xe3\xf0\x57\x8f\x0a\x61\xe5\x29\xc7\x00\xc3\xbb\x10\xee\x99\x75\x7c\x65\x9c\x0e\xe1\xf1\x4b\x4e\xb5\xe6\x66\x10\x9e\x3d\xec\x66\x60\x87\x80\xb0\x7d\x7e\xe3\x7d\xb7\x25\x10\x76\x26\x7b\x2d\xdd\xda\x0c\xa3\x1f\x6e\xde\x22\x8f\x96\xfe\xbd\xd6\x95\x17\xb4\x09\xa3\x3e\x2f\x7e\x58\x19\x4e\xe7\x33\x66\x54\xee\x67\xc7\x51\x1a\xae\x8e\xaf\xbc\xb6\x3a\xe3\xd7\x69\x9b\xdf\x97\xce\x6d\xc2\x65\xdd\xb1\xff\x7c\xf5\xd0\xa8\xc0\xa3\x57\xf4\xfc\x46\xe5\xd1\xa6\xad\x3f\x8a\xda\x6f\x94\x7c\xef\x54\xf9\x5a\x7c\xcc\x43\xee\xd0\x4d\x78\x33\x53\x47\x90\x5f\x78\xa3\xfe\x6c\x49\x65\x6c\xb1\xf3\x87\xa5\x0f\xa9\xa5\xe4\xa2\x6d\x9f\x77\x77\x8e\xc8\xd6\x14\x7d\xfb\x9e\xde\xe1\x26\xae\x2c\x34\x19\x98\xbe\x70\x40\xc0\x2c\xac\xfb\xad\xd6\xba\x9f\x7b\xb2\xf0\xd0\xe0\x7c\x33\x99\xbd\xbc\x30\x66\xe8\xd9\x31\x05\x26\x59\xf6\x6d\x78\xfe\x90\x1f\xfd\x97\x94\x33\x9a\xb8\xaf\x90\x56\x2a\x5b\x35\x3a\xb3\xc7\x99\xe2\x27\xa3\x8d\x5b\x34\x14\x12\xbb\xa4\xfb\x27\x8e\x57\xfe\x25\xfa\x4a\xcb\x26\xc6\x2a\x9a\x20\xc4\x28\x39\xba\x6a\xd7\x43\x48\x5f\x6b\xcf\xd1\xb1\x86\x50\x76\xc0\x96\xa5\x8b\x84\xb0\x76\xca\x7e\x83\x81\x17\x84\x87\x42\x6c\xe4\xfa\xfb\x20\x3c\x5d\x6a\x3b\xb1\x6e\x27\x84\xed\xca\x0e\x83\x16\x76\x10\x76\x96\xb8\xa6\x3a\x9a\x41\xf8\xc4\x66\x93\x8b\x97\x39\x6c\x7e\xb5\xc2\xeb\x45\xe8\xda\x7f\xfe\x6f\x67\xb6\xb6\x64\x8e\xcf\xbf\x7d\xb7\x3f\x78\x88\x7d\x78\xc6\xf1\x9d\x6e\xe4\xba\xba\xde\xb1\xe7\xaf\x36\x25\xae\x3a\xbd\xea\x57\xef\x53\x69\xb6\xca\x5d\xd4\xfb\x85\x4e\x5d\x2a\xa1\x4f\xe1\xa6\x5a\xd3\xd8\x41\xa7\xb1\xc7\x07\x16\x1f\x87\x37\x5a\xbe\x3d\xa8\xfa\x72\xa4\xbb\x7b\xe9\x5b\x3f\xb9\xfb\xfe\x7f\x6f\x72\xbb\x33\xa4\x88\xbd\xdc\x0f\x07\x1e\x24\x08\xfb\xeb\x73\xfa\x53\xaf\x0f\x0b\x4c\x6b\x25\xdf\x99\xed\xaf\x38\x5a\x35\x59\x3f\xff\xb5\xa9\x33\x7b\xaa\x83\x07\x15\x5b\x46\x19\xda\x55\xd6\x7f\x76\x9f\x10\xd3\xf9\xe5\xf7\x87\x6e\x1d\xd3\xa2\x74\x54\x2c\x1e\xa1\x1d\xe0\x51\x94\xca\x6e\x8e\x06\xec\x3b\x4e\x8a\x2f\x6d\x1a\xab\xd8\xd9\x45\x78\x53\xea\x3b\xa1\x52\x73\x02\xdf\x58\x96\x3c\x81\xae\x9a\xc7\x5d\x2b\xb9\x35\xe9\x51\xee\x0a\x61\xfe\x65\xdb\x2f\x2b\x59\x10\x72\xb6\x59\x57\x68\x35\x40\x28\x6f\x5e\x9f\xa2\x3d\x04\xe1\xce\x10\xab\x63\x3a\x12\x08\x9b\xda\x2d\x36\xae\xea\x86\xf0\x02\xc5\xea\x8f\xde\x13\x08\x6f\x07\xdb\xf2\x8c\x0f\x43\xf8\x44\xd3\x49\x6a\xab\x0c\x61\x6f\xf3\xc6\x1f\x9e\x10\xfe\xfa\xd4\xe7\x89\x0b\xbc\xfb\xaf\xfa\xa7\xa3\xef\x6c\xda\x85\x05\xf1\xd0\xce\x80\x6a\xca\xb5\x99\xab\xe3\x19\xdb\x53\xaa\xac\xc6\x97\x0f\x92\xa2\x0e\x9d\x52\xfb\x9d\xfa\xc5\x3c\x15\x74\x56\x3d\x3f\xff\xea\x32\x61\xf3\x4b\x6e\x53\xcb\xdd\xdc\xea\x5f\xfd\x15\x25\x17\x1e\x5c\xb8\xbb\xe5\x73\x2b\xbf\xe5\x81\xd6\xf3\xf5\xbd\x4d\xdc\x23\x97\xfc\xdf\x76\x3c\xf1\x63\x97\x9e\xb6\xf9\xb4\xee\xee\x65\x56\xf9\xb1\x53\x5f\xbb\x6e\x1c\xa5\x7e\x3a\x32\x38\xe0\x7d\xf1\x1c\x55\xf3\x60\xc2\x2f\xbd\x73\x34\x4a\xc4\x9e\xfb\x83\xbc\x53\x68\x52\xfd\x9e\xed\x7f\x3e\x34\xb1\x49\x71\x0d\xe1\xc3\x65\x87\xd3\x0a\xc6\xea\x4f\x8e\x1c\x68\xbc\x8a\x3b\xdc\xf0\x75\x2c\x66\x17\x19\xfb\xaa\x6e\xd7\x78\x7a\xfd\x76\xac\x4a\xad\xeb\x84\x79\xf5\x5c\xfe\x64\x95\xde\xc4\x40\xc5\x8e\xbc\xcf\x95\x2f\x27\x45\xff\xf9\x28\x42\xa5\xad\xf3\xca\xe3\x10\xf2\xd5\x2d\x1f\xae\x28\x83\xb0\xf2\x96\xf9\xa2\x15\x79\x10\xee\x87\x00\x00\x00\xe1\xa9\x70\xd3\x5f\x5a\xc9\x10\x5e\xfd\x6c\xdc\xb3\xa2\x1b\xc2\xae\x59\xb3\x93\x3a\xf6\x10\xf6\x3e\xb2\x57\xb0\x50\x80\xb0\xdf\xdb\xa9\xda\xee\x23\x84\xc3\xab\x36\xad\xf3\xab\x82\x76\xf3\x2f\xbc\x15\xe3\xf6\x2c\xdc\x9e\x15\x6c\x1d\x27\x29\xcd\xdc\x99\x58\xb3\xdd\xb9\x72\xe8\xd7\xc2\xe0\x85\x18\x79\xf3\xbd\x9e\xf7\x3f\xee\xa5\xbf\xbf\xc2\xbc\xb6\xe3\x63\x2d\x61\xff\xc3\xec\x5d\x2b\x5e\x87\x16\x6b\xf6\x3c\x90\x80\x67\x7a\x77\xde\xbe\x13\x52\xcf\xbe\xae\x7e\x39\xfc\x22\x86\xb4\xaa\x9b\xdf\x47\xfd\xbf\xf8\x78\xcb\xa8\x2a\xbb\x76\xfd\x1b\xbb\x03\xec\x0e\xc0\x00\x51\xc0\x20\xa5\xa5\xbb\xbb\xbb\xbb\xbb\xbb\xbb\xbb\x25\x24\x25\x05\x11\xa4\x44\x11\x14\xc5\x40\x04\xa4\x59\xac\xee\xf3\x1d\xcf\x46\xf4\xbe\x9f\xbd\xff\xef\xa7\xdf\xb8\x3e\x9e\x73\xcd\x39\xaf\x6b\xac\xe3\x37\x8e\x61\x25\xc7\xa1\xae\xac\x59\xf6\xde\x79\x07\xff\x96\xc7\xf3\x73\x1d\x0f\xec\x79\x9f\x69\x2e\xa6\x36\x27\xda\x1f\xa8\xac\x5d\xe1\xae\x33\xb1\x13\x2d\xe5\x5b\x63\xa9\xe2\xb0\x5e\x2e\xf1\xd8\x38\x55\xe2\x66\xed\x9b\x3f\x80\xa8\xce\x97\xb0\xa2\xcb\x3b\x8d\xdc\x9d\x65\x6e\x31\x92\x53\x85\xba\x9e\xb6\xdb\x72\x47\x66\x34\xaa\x37\xd9\xc3\x1c\x97\xd9\x89\x96\x4c\xa4\x37\x37\x49\xe7\xc7\x30\xc6\x0a\x9b\xcd\xa5\x96\x62\x3a\xa3\x2c\x00\x1c\xaf\x30\xeb\xd0\x39\xfe\xe7\x7b\xe9\xe6\x01\xda\x02\x80\x64\x4e\x06\x71\xda\x73\x00\xa5\xce\x5b\xeb\xd0\xcc\xba\xc5\x81\xf6\x2d\x7e\x4c\xdc\xe2\x4c\xcb\x0d\xc6\xb3\xbc\x00\x1b\x06\x77\x2f\x33\xce\x01\x50\x09\x1c\x42\xbc\x67\x81\x8b\xbc\xfc\x78\x4a\x19\x4f\x7e\x84\xef\x11\xc1\xb8\xdd\x5a\x91\x42\x93\xa5\xbe\xc4\x0c\x4f\xd2\x22\x02\x55\x05\x0b\x28\xbd\x1f\x57\x0f\x1a\x08\xd4\xcd\x54\x07\xcf\x13\x1c\xee\x77\xbf\x4c\x90\xf9\xbe\x11\x92\x35\xf4\xda\x27\xe8\x9b\xf8\x33\xf2\x48\x81\xad\xdb\xd7\xa7\xd3\xca\x23\xfe\x96\xb3\x33\x22\xdf\x8e\xbf\x0e\xb4\x48\x7b\x87\x9f\x3b\xd5\xf5\xd1\x92\xda\xe7\xfd\x8b\xf1\xf9\x0d\x8b\xc9\x8e\x86\xe5\xd8\x7a\x4f\xcb\xb6\xa6\x4f\x2b\x0b\x35\x5c\x96\x8c\x75\x0e\x6b\x6b\xe5\x65\xe6\xb1\x35\x9c\x1b\xb5\x45\x2c\xe6\x34\x55\xbb\x11\x8b\x79\x27\xcd\x0e\x97\x09\x21\x5d\x33\x0c\xcd\x5e\x17\x3d\x46\x92\xd2\x1c\x4d\x17\x0a\x5a\x51\x9f\x92\x26\x4c\xe8\x0b\xa2\xd0\x5f\xe3\x04\x4d\x8e\xe4\x84\x62\x3a\xa3\x6e\x1b\xcb\x65\xef\xc3\x9a\x86\x8d\x03\xb8\x46\xde\xee\xa1\x9d\x01\x08\x95\xa4\x99\xfa\xcf\x7c\x69\x1f\xb6\xe6\xac\x08\xa5\xd1\xfc\x0f\x3b\x1c\xb6\x9e\xdf\xfc\xd8\xe2\x57\x4f\x1a\xed\xff\x10\xe9\xbf\xf5\x0c\x59\xb7\xc4\xce\x4a\x01\x50\x7f\x72\x14\x3d\x56\xa5\xb6\x90\xd9\xf9\x6d\xb5\xf7\xaf\xdb\x12\xcc\x9f\xf4\x3b\x35\x4f\x9f\xc2\x9e\x95\xbd\x14\x61\x3e\x30\x8c\x6c\x57\xfb\x9a\x69\xd4\xe4\xb9\x2e\x6e\x84\xaa\x3a\x54\x62\xbd\x82\xb0\xa9\x79\xa6\x18\xe5\xb5\x70\x25\xa0\xfe\xc5\x2d\xaf\xac\x9f\x7e\x15\x32\x7d\x61\x16\xb1\xb3\x47\xbf\x04\xbe\xca\x36\xf1\x99\xe3\x9d\x15\xec\xf1\x37\x1c\x9f\x1d\x9b\x37\x6d\x4f\x31\xac\xff\xc8\xbb\xb8\xde\xa8\x66\x7c\x62\x30\x61\x25\xa3\x86\xcb\xb8\xbd\x67\xd7\x9a\x6d\x85\x93\x71\x52\x7b\xd8\xc6\xee\xe2\x61\x93\x8b\x4d\xa7\x10\x32\xf9\x23\x46\xf8\xfa\xb7\x9b\xb3\x59\x77\x8d\x17\x9f\x16\x23\x9f\x64\x4c\x1b\x73\x55\x20\x51\x51\xc9\xa3\x86\x1f\xca\xdd\xd0\x15\x71\x73\x46\xf4\xc5\x1c\x18\xfd\xe8\x7a\x03\xdf\x22\x12\x56\x28\x9c\xdb\x40\xbe\xa0\x0b\xdb\x1b\x52\x0a\xe0\x6e\x72\x83\x72\xec\x23\x40\xb4\xf5\xd6\x5c\xb9\x7e\x5b\xac\xdb\xb3\x35\xef\xcb\xdf\xbf\xff\xe4\xbd\x2d\xce\xaf\x6c\x91\x32\x41\xe3\xfc\x3f\xeb\x00\x37\xae\x9f\x0c\x00\xa0\xe2\x39\x44\x79\x19\x91\xfc\x64\x17\xfe\x64\xcd\x33\x33\x25\x44\x7e\x51\x1f\xdb\xc8\x31\x7a\x9c\x8c\x9c\x5e\x50\x71\xc7\x47\xb4\x97\xc6\xad\x24\xdf\x6a\xa9\x4d\x0e\x23\x52\x41\x6b\xd6\x93\xf5\x23\x76\xfd\xd5\xcd\x61\x1f\x97\x86\xfc\x1e\xb5\x2a\x7a\xb8\x2f\xde\x2a\x38\xda\x9e\x6a\xe9\xbd\x10\x3d\x1c\xdf\xf9\x5a\x9f\xf8\xab\x60\xfe\x63\x9b\xab\x0e\x61\x69\x6d\xf1\x49\xd3\x6e\x5d\xcb\xd9\x43\x4b\xf8\x7a\x49\x7d\x96\xc9\xe7\x2b\x25\x4f\x43\xf5\xaf\x8d\xfc\x5a\x83\x32\x16\xfd\xf3\x7d\x8a\x88\x1b\xf9\x19\xfa\x0d\x9d\x63\x9b\xc2\xd9\x08\x7d\xc9\x36\x21\xa4\x56\xfa\xaa\xfe\xed\xa6\xcf\x28\xf3\xe4\xf7\xfa\x7c\xf5\xe3\xe8\x87\x09\xe1\xfa\xd7\x6a\x26\xd1\x3f\x62\x93\xf5\xfd\x2a\xdb\x30\xde\x51\x53\xfa\xf8\x32\x77\xcc\xd7\xc8\x8b\x7a\xca\x25\xdf\xb0\xb8\x60\x59\x00\xbf\xc5\x6b\xc8\xc3\x41\x00\x09\xd7\xb6\xe6\x2b\xfc\x7d\x2f\xb4\xfc\xdc\xe2\x30\xdb\x16\xa7\xb5\xb7\x88\x0c\xfb\xbd\x0f\x80\xc6\x66\x8b\x4c\x7a\x17\x3e\x63\xda\xa8\x3f\x39\x24\x79\xd1\xf3\xef\xc8\x43\xfc\x93\x6a\x1a\x13\xe9\xc4\x75\x31\x09\x0b\xd2\xcb\x74\xfc\xa0\xdc\x92\x97\xd8\xb3\x78\xcc\xaa\x66\x64\x0c\x7d\x91\x2e\xca\xd0\x38\x23\xa3\x32\x59\x02\x91\x6b\x97\x55\x5c\x1f\x88\x5e\x37\xf0\x1a\xaa\xe6\x70\xf3\x5c\x19\xce\xec\x6e\x38\x6d\x71\x6b\x99\xf2\xa2\xb2\xf1\xb0\xee\xc8\x52\xf2\x42\x58\x13\x52\x13\xb5\x2a\xbc\xdc\x59\xf3\x5a\xf3\xc6\xea\xec\x8a\xc9\x53\x1a\x4d\x8b\x79\xe5\x55\x42\xf9\xa6\x66\xf3\x94\xdb\xc6\xb3\x82\xc3\x5a\x1e\x63\x29\x9b\xc7\xb3\x9b\xb5\xe2\x86\xee\x23\x6f\xa5\x7f\xd2\x76\x7d\xf9\x0a\xf9\x3d\x55\x49\xfb\x6d\xd7\x59\xd4\x68\x62\xad\x76\xf2\xf3\xfd\xe8\xf5\x98\x11\xed\x8e\xa6\x64\x8c\x77\x94\xa4\xf6\xea\x33\x41\x0c\x39\x7c\x5d\x87\xb3\x46\x11\x1b\x16\x2a\xa1\x85\x7d\x2a\x8d\x93\x0f\xc0\x00\x04\x9d\xa1\x09\xfc\xcf\x3c\xa9\xac\xff\x3e\x0f\xdd\xe5\x5b\xcf\xef\xc6\xb6\xb8\x10\xbf\x45\xaa\xed\x3f\xd7\x81\x90\x02\xc0\x3c\x79\xf5\xdc\xe2\x30\xf5\x07\x87\x0b\x2f\x7e\x2a\x9b\xa2\xc3\x9f\xac\xd0\x39\x28\x4d\xaa\x14\x1b\x33\xb6\x6a\x6d\x21\xe0\xe4\xe3\x9c\x06\x2a\x08\xb8\x04\xcd\xb6\xe0\xe2\x2c\x6b\xec\x05\x23\xb3\x18\x93\x18\x37\x54\xb6\xad\x44\x86\x9b\x5f\x09\xa2\xcb\xf3\x47\x71\x91\x73\xdf\x46\x67\xf2\xa5\xb2\x17\x16\x3a\x1b\x37\xeb\x4d\xcb\xdf\xea\x72\xad\x6b\x4d\x7e\xab\x68\x51\x67\x58\x77\x5c\x3b\x5c\xfe\x48\xed\xf4\x86\xc8\xda\x72\x49\x98\x4a\x27\x42\x61\x63\x6f\xc1\xbc\xea\xc2\xfc\x47\xc4\xb9\xdc\xaf\x6a\x3a\xd3\x9e\x9b\x23\x19\xdc\x6a\xeb\x13\x3a\xc8\xee\x94\x69\x8d\x43\x43\x04\x54\x4f\x22\x83\xc6\x97\x7e\x13\xf4\x89\x78\xa2\xfa\xf2\x8b\x19\x4c\x69\xc4\x5b\xf5\xac\xce\x19\xac\x52\xa8\xaf\x46\x40\x9b\x37\xd6\x24\x54\x41\x3d\xb3\xa5\x05\x27\x13\xe0\xa8\x3e\xdb\xd0\x87\xeb\xf5\x25\x01\x44\xde\xfa\xf7\x79\x68\x58\xda\x62\x3f\xcb\x16\x3f\xaf\x6d\x11\xf5\xf1\xcf\xfc\x5a\x34\x34\x54\x13\x80\x0b\xa3\x7b\xbd\x56\x43\x00\xee\x9c\xbd\x4e\x3b\xad\x01\x7b\x38\xe4\xb9\xbf\x8c\x5e\xa3\x64\x0a\x58\xcb\x15\x76\x22\xc8\x16\xe2\x4c\xba\x87\x6b\xdd\x88\x1f\x15\x58\x6c\xa2\xf2\x35\x08\x17\xb4\x0e\x7b\x39\x24\x0d\xe3\xd4\x8d\xa5\x42\x29\x61\xcc\x98\x0a\x9b\xc6\x78\x21\x4f\x22\x0a\xe5\x3e\x99\x2e\xed\x70\x07\x75\x27\xae\x20\x4b\xd7\xec\x0d\xd2\xaa\x7c\x28\xa7\x52\xb7\x01\x31\x3e\x38\x59\x78\x53\xed\x01\x22\xf9\xd7\xae\x02\x7b\xa5\xe1\xcd\x77\x88\x9c\x6c\x71\xc5\x11\x64\xca\xa6\x75\xc6\x23\x85\x36\x94\x31\x52\x2c\x65\x40\x49\x74\xd1\x0d\xd9\x95\x9c\xae\xf4\x60\xe6\x04\xfa\x5e\xec\x57\xe5\x37\x1f\x33\xd1\x96\xb1\x1a\x2a\x97\xdf\xb2\x63\x2c\x22\xf7\x2b\xff\x1a\x8a\xc4\x5a\x85\xb0\x29\xcf\xf5\x47\xe2\x76\x05\x32\x2b\xbf\xec\xa9\xc1\xf5\xfa\x5e\x50\xb9\xd4\x15\x81\xdf\xed\xdd\xad\xd2\xda\xd6\x8c\xe7\xf7\x8a\xfd\x7b\x1e\x4a\x79\xb7\xd8\x99\xfd\xef\x7d\xb0\xc8\xfd\xcf\xf9\xa1\x04\x80\x46\x87\x86\x66\x99\xfb\x7f\x72\x40\x9a\x99\xb3\x00\x2c\xb7\x18\xe2\xde\x05\xc2\x25\x8e\x40\x2e\xf7\x5e\x3f\xea\x59\x81\x7d\x12\xab\x8d\xea\xe4\xcf\x12\x3b\x34\x69\x4b\x8d\x49\x31\x8a\x34\x66\x84\x74\x31\xa2\x92\xd6\x01\xa7\x5d\x31\x36\x84\x1b\x86\x2b\x5e\xa4\x80\x57\x38\x59\x6b\x4a\x58\x95\x6b\x03\x36\xc1\xd5\x3f\xea\xbd\xed\x2d\xec\x81\x48\xd6\x58\x1f\xd3\x87\x18\xc1\x7c\x8d\x84\x6e\x9d\x9f\x68\x99\x0e\xf6\x64\xb4\x2a\x1e\x95\x3a\x25\x95\x1a\xa6\x78\x11\x75\x7e\x93\x90\xb6\x57\xbe\x15\xcd\x88\x3a\x99\x68\x29\x27\x83\x61\x45\xdf\x8d\x71\x97\xbb\x86\x91\x43\xcb\x45\x7f\x95\x7d\xb7\x4e\x87\xf1\x0e\x2b\x91\x2b\xfb\x29\x88\xe5\x0b\x76\x94\x3f\x31\xfd\x15\xfb\x2b\x40\x53\x3e\x6f\xe2\x3d\xce\xd9\xb7\x44\x41\xee\x6d\x34\x2e\xcb\xf7\x90\x62\xd8\x90\x1e\xae\xcb\xa7\x44\xd1\xa8\x3f\x18\x2f\xed\xe9\xac\x60\xfd\x52\x8b\x70\xc9\xe5\x09\x40\xa6\xdd\xef\x7b\x51\xf7\xf7\xfb\xf1\xe0\x16\xbf\xfc\xbe\x37\x71\xb1\xff\x5c\x87\x0d\xcb\xad\xf9\xbf\x8c\x6c\xf1\x7d\x11\xc0\x9d\x4d\xfa\xee\x3e\x23\x50\xe1\x90\x7a\xb8\xdc\x62\x4e\x95\x12\xe4\x14\x7b\x5b\x19\x4b\x51\x96\xa8\x57\x91\xcd\x09\x25\x3b\x28\xbc\xd3\x5b\x4e\x78\x4c\x92\xd6\x9c\xb2\xd2\x0c\x25\x10\xed\x0d\xef\x3a\x0e\x7b\x33\x11\xb8\xad\x0e\x79\xbd\x73\x22\xe2\x36\x5c\xe4\x83\xaf\x5b\x47\xe3\xb4\xc2\x24\xc3\x5c\x4c\x46\x71\x0a\xa9\xf3\x61\x2a\xba\x2c\xd8\xb4\xda\x73\x91\xfa\xea\x2c\x98\x17\x03\x92\x31\xce\x8a\x3b\xb1\x3b\xbf\xd3\x44\xd6\xc8\x16\x63\x2a\xd0\x35\x51\x67\x65\x28\xd8\xab\x98\x3b\xe1\x35\xd2\x07\x70\xae\xd8\xd4\x00\x5e\xa9\x01\x5c\x01\xb6\xcf\x9f\x4b\x5a\x65\xe3\x19\xee\x92\xef\xa0\x8c\xd8\xaf\x0e\x9c\xa4\xaf\x8c\x8c\xee\xb7\x79\xfc\x0d\x8f\x26\x99\x77\x9f\xb8\xf1\xde\x6e\x04\x59\xdd\x09\x5b\xfc\x33\xd7\x65\x59\x8b\xb1\x59\x02\x83\x33\x8f\xac\xf4\xc8\x19\x42\xa2\x83\x0f\x40\xd1\xe3\xad\x39\x3b\x56\xfe\xbd\x0f\x96\xef\xfd\x99\x9f\x86\x86\x06\xc7\xb1\xc5\x1f\xaa\x5b\x9c\x2c\x03\xb8\x1c\x79\x24\x6a\xe0\x27\x00\x4b\x26\xfd\xd2\xf3\x21\x08\xe6\x38\xc2\x9e\x59\x13\x42\xad\x15\xa8\x15\x32\x2e\x4c\xa6\xa4\x49\x8e\x29\x16\xa4\x70\x53\x8e\x2b\xd2\x6a\x94\x47\xdd\x20\x21\x35\xc1\xa4\x26\x70\x07\xc9\xd0\xe0\xb1\xd5\x61\xd7\x0a\x62\x98\xc5\x8c\xa3\x84\xdd\x2f\x42\x81\xd3\x17\x8f\x73\x16\xce\x04\x8d\xc0\x57\x5e\xe7\x8c\x62\xf0\x1f\x92\x9c\x7d\xd9\x75\x6f\xe2\x83\x8a\x9c\xfd\x5a\xd5\x95\xf1\x3b\x5a\xe5\x03\x26\x95\x76\xe3\xec\xde\xee\x0d\x7a\x27\xeb\x8c\xbb\xb0\x24\x17\x7c\x5a\x2a\x1b\xd7\x89\x9d\xf5\x4b\x90\x5c\xc7\xb3\xe0\xd4\xbd\x7f\x4a\xd2\xe3\x9f\xe2\x66\x3c\x1a\x25\x98\x08\xc2\x78\x3f\x97\x01\x09\x76\x54\x1c\x7e\xca\xe9\x93\x04\x76\xc5\x1b\x8f\x73\x4a\x90\x64\x9b\xfb\x45\x50\x75\xb0\x95\x94\xfa\x16\x4c\x18\xb0\x6d\x91\xac\xf9\xbc\x9f\x80\xb4\x79\x29\xb9\x34\xb1\x4c\xe4\xb7\x7a\x0f\x50\xf3\xfb\xbb\xa0\xff\xdb\xef\xef\xa3\x6b\xff\xbc\x0f\xa9\xfe\x5b\x73\xff\xfa\x7d\x0e\x26\xd8\xb7\xd8\xfb\x75\x8b\xed\x0b\x00\x2c\x5e\xd7\x59\xeb\xcc\xc1\x9e\x2b\xf9\x41\x5e\xf1\x47\xd8\x25\x60\xf7\x58\x2f\x23\x80\x7a\x5f\xf2\x8c\x24\x21\xd6\x96\x92\xa0\x80\x56\xda\x0c\xe1\x26\x97\x69\x7a\xea\xf6\x78\xf9\x92\x50\x86\x27\x4d\x48\x8e\xaf\x48\xa9\x66\x68\x0b\x15\xeb\x1e\xd2\x11\x7b\x7d\xdb\x93\xa6\xce\xc4\x36\xbf\x7e\xfb\x19\x43\x1b\x22\x6b\xf4\x9a\xf3\x8c\xce\x41\xc2\x6c\xf6\x88\x6b\x99\x9a\x3b\xa1\xbe\xc6\xc9\x8d\x5b\x29\x8a\x20\xd2\xad\xe8\xc1\x2f\xb7\x8f\x70\xe1\x7d\x81\xc7\x19\x49\x0c\xe1\xf2\x32\xd9\x2d\x44\x22\x8d\xb0\x13\xcf\xed\xe6\x2f\x1e\x41\xc8\xc7\xcf\x3a\xf1\x8a\x0d\x13\x0f\x11\x94\xec\xef\x8b\x5a\x12\x07\x88\xe7\x2d\x53\x45\xd5\xf0\xc5\x44\x6e\x8b\xd7\x62\x87\x11\xd1\x44\x4e\x4b\x09\x51\xec\xd2\x5d\x62\x91\x99\xa3\x98\xf5\xcf\x46\x62\xbb\xd9\x5e\xb1\xbe\x6f\xb7\x89\x4b\x26\xbf\xfe\xde\x07\x1f\x76\x6c\x71\xb3\xeb\x9f\xfb\x60\xfd\xd2\x16\xa7\x76\x6e\x71\x60\x7d\x8b\x9d\xc3\x00\x97\x5b\x8f\xf4\x3e\x53\x02\xb8\x7b\xec\x5a\x62\x69\x03\x0c\x71\xec\x67\xd9\x93\x1d\x0e\x5c\x02\xb9\x5c\x3f\x13\x4f\x53\xdb\xc4\xa3\x85\xf9\xc2\x37\xa8\x87\x14\xce\xc8\xcc\xf9\x55\x51\x74\x35\x6e\xa9\x0e\xbb\x2a\x91\x5f\xe8\x4f\xe9\x2c\xda\x0e\x93\x2f\x98\x0d\x18\x5b\x5a\x48\x92\x70\x76\x45\x26\x8b\x26\xf1\x24\x2f\xaf\x34\x4b\x7f\x7d\x75\x52\x60\xd8\x51\x4b\x36\xed\x73\xc4\x0f\x69\x51\x76\x6e\x6a\xbb\x89\xeb\xc5\x68\xdb\x1b\x8a\x54\x62\x68\xd3\x67\xfb\x28\xb9\xd7\x44\xae\x57\x07\x1c\x10\xd2\x3b\x89\xb7\x3f\x46\x38\x88\x8a\x4f\x10\x05\x56\xae\xd9\x99\x88\x1d\x20\x3a\x13\x7a\x6d\xae\x88\xee\x25\x12\x88\xf2\x16\x3b\x9f\x5c\x21\x59\x10\x07\x4c\x74\x9e\xec\x25\xb9\x10\x27\x8c\x71\xc2\xc9\xe4\xf3\xa4\x60\x3d\x1e\x91\x83\xb8\xab\x24\x4b\x7d\x29\xe1\xea\xf5\x61\xd2\x1b\x1d\x5e\xe1\xdc\x95\x36\xd2\xaa\xb6\x2c\xc0\xf0\xef\xf7\xe5\xaf\xba\x7f\xce\x8f\xfa\xcd\xaf\x63\x5b\x1c\xf9\x7d\x1e\xda\xda\xb7\xd8\xd0\x0e\x70\x5d\x9d\xf6\x7b\x45\x1b\xc0\xdd\xd6\xab\xf8\x5c\x31\xc0\x3e\x5c\xbc\xd5\x9e\xdc\x06\xde\xfc\x43\x0f\x56\x22\x5f\xc3\x2e\x71\x1d\xbe\x8c\x80\x12\xaa\xba\x42\xbf\xc4\xa0\x07\x8e\xb2\xac\xfe\x50\x0e\xe9\xf0\x95\xe2\xae\xbb\xa6\x52\x6a\x85\x24\x7f\x37\xb1\xd0\xb6\x37\x0b\x25\xb7\x5a\xb5\xe8\x3e\x32\x4c\x25\xc7\xba\x35\xe8\x73\xe8\x1d\x26\xdf\x0a\x7a\x67\x7c\x4f\xd3\x9d\x7c\x22\x6e\xde\xb8\x5d\xe5\x3b\x69\x35\xf7\x9a\x49\xb5\x22\x96\xd4\x50\x11\x6d\xc6\x2e\xc7\x44\x32\x68\xab\xb6\xb8\x26\x6d\x43\xa2\x1d\x62\xb4\xfc\x21\x51\x49\xda\xff\x89\xd9\x92\x4f\x74\x8a\xc4\xb0\x7a\xc9\x5c\x48\x84\x4c\xf2\x27\xbc\x31\xce\x17\xe1\x21\x8d\x93\x1e\x19\x8c\x0a\x8b\x93\xb9\x49\xa5\xba\xb4\x42\x71\xe4\x50\x12\x56\x4b\x50\xd0\x8a\x8c\x25\xdb\xa8\x2e\x08\x74\x92\x9b\xc9\x75\xca\xda\x02\x48\x4c\x33\xf9\xa9\x72\xc5\xdf\xf7\x22\x25\xf7\x3f\x24\x1d\xdc\x9a\x73\x36\x7e\x8b\x6f\x6d\xb6\xd8\x5d\xbe\xc5\xda\x0b\x5b\x2c\xd8\xbd\xc5\xdc\x6f\x00\xb7\x8f\x9d\x79\x91\xea\x03\xf0\xc8\xed\x26\x57\x74\x34\x0c\x3f\x76\x61\x99\x0c\x3e\x07\xcc\x12\x07\x79\xe6\x3d\x33\xa8\x93\xf2\xd2\x42\x97\x9d\x1b\xa8\x8e\xaa\xe6\xe2\x5a\xd6\x09\xd4\x7d\x3a\x99\xb2\xd2\x66\x6d\x94\x10\xa3\x6a\xe5\x5e\xe3\x15\x8a\x90\x65\xad\x3a\xb3\xfe\x57\x8a\x92\x23\x97\x5a\x8a\x4e\x28\x79\xd3\x37\x5a\xfb\xac\x86\x3e\x79\x31\x1c\xa3\xad\xa6\x72\x99\x5c\x97\x76\x51\x57\x4e\xb1\x88\xac\x56\x38\x67\x60\x24\xdb\x4c\x56\xae\x63\xd6\xff\x28\xe5\x47\x96\xed\xdc\xa3\xaf\x21\xa1\x4e\xa6\x1d\xea\x34\xf8\x22\x46\x4f\xa6\x99\x4a\x33\xa8\x17\x09\x24\xb3\x2d\x65\xeb\xed\x11\x6e\x22\x5f\xc1\x05\xe8\xdd\xfd\x33\xbf\x3c\x19\xc8\xee\xaa\xc1\x02\xf9\x14\x3e\x72\x9b\x12\x9a\xdf\x91\x52\x48\xb9\x21\x57\xc6\x7f\x94\xd2\x43\x11\x93\x15\x06\x58\xdf\xba\x1f\x02\xb6\xe6\x5a\x1c\xff\xaf\x7b\xe0\xc3\xef\xdf\x5f\x6c\x8b\x25\xb4\x5b\xcc\x17\x02\xb8\xf2\xee\x88\x67\xda\x2c\x00\xb3\xfb\x39\xbb\x78\x5a\x40\x73\x39\xdd\xd6\x09\x2d\x80\xb9\xc7\xca\xcc\x0a\xbe\x13\xe0\x25\xba\xf4\x30\xcb\x95\x07\xae\xc8\xce\xf2\xfe\xb2\x1b\xa3\xb6\xaa\xee\x11\x46\x98\xcf\x52\xed\xb5\x90\xe2\x7c\xc6\x24\xea\x31\x03\x46\x99\x4c\xc3\x3d\x94\x55\xb3\x87\x72\x15\xba\x83\x94\x6a\x87\x39\x25\x35\xad\x34\x4a\x96\xe7\x01\x65\x29\xb5\x01\x8a\x53\x48\xa8\xea\x2d\x25\x4f\x8a\x5f\xfc\x75\x15\x4d\x79\x2c\x85\x23\xeb\xbd\xba\x98\xac\x1d\xe5\x61\x11\x51\x7d\xb7\xd4\x1b\xca\xd1\xda\x41\x0d\x26\x89\x38\xf2\x8f\xf6\x9f\x9a\xf6\xa2\xd1\x64\xf4\xe0\x2e\xf5\x79\x91\x3d\x64\xd2\x14\x97\xda\x88\xf0\x5d\xf2\x8b\x85\x00\x8d\x5c\xa1\x14\x72\xf5\xe6\xb0\xe6\x01\x81\x57\x14\x36\xf2\x53\x65\x4f\x7e\x16\x4a\x0b\xe5\xb1\x6c\x03\xdf\x4d\xea\x5e\x4a\xbc\xd4\xa5\xc7\xbb\xa8\xaa\x94\x5f\x62\xfc\x00\xdc\xd6\x42\xb2\x74\xb2\x00\xc2\x33\xc2\x83\x67\xdf\x02\x48\x19\x89\x8f\x5d\x89\x03\x50\x8e\x95\x9c\x66\x8c\x02\xd0\x7a\x2d\xed\xc4\xf4\x1e\xc0\xd0\x54\x9e\x8e\xfd\x17\x80\x71\x81\x0a\x27\x8f\x03\xa0\x4d\xb8\x34\x66\x85\x69\xc0\xce\x44\x46\xbf\x49\x36\x9b\xfa\xc9\x04\x65\x1a\xaf\x61\x47\xd5\x37\x31\xb6\xdd\x34\x70\xa1\x0c\x1a\xca\xfa\xec\xb2\x64\xa4\x1c\xd1\xef\x09\x97\x74\x44\x92\x6d\x74\x39\x92\x2f\x7b\xa8\x92\x16\xb4\x1e\xe4\x6b\xfb\x1e\x27\x75\xaa\x07\x54\x70\xfa\x71\x93\x2e\xa9\xb2\x35\x5d\x0d\xde\x4d\x1c\x50\x56\xef\x7c\x16\x2a\x41\x74\x57\x38\x3c\xbc\x19\x86\x24\x7c\x93\x2d\xfe\xec\x16\xe5\x4b\x40\x49\x79\x2e\xc5\x45\x32\x12\x06\x25\x96\xd1\xee\x91\xcf\xff\xdb\xff\x20\xde\x11\x33\xc0\xce\xfa\xde\xda\xc0\x49\x1c\xc3\x36\xfa\xa1\x17\x4a\x25\xbc\x71\xc9\x5e\xb9\xdf\xaf\x4b\x1a\xe3\x56\x3c\xaf\x7f\x08\x93\x3e\x89\x03\x4f\xcd\xb7\x3a\x32\x9c\x78\x66\x8f\xfe\xc1\x59\x59\x19\xbc\x8b\xbb\xf5\x1f\x0f\xe4\xae\xfc\x5e\xfc\x2b\xb7\x03\x00\xdc\x37\x04\x33\x69\x71\x7f\xd7\x41\xf6\x88\xa8\xf0\xe5\x60\x00\xd5\xdb\xe2\x95\x0c\x0c\x00\xba\x9b\x92\xc0\x34\x0e\x60\x4c\x27\x17\x76\xff\x01\x80\x79\x84\x92\x15\x4f\x30\x6c\x58\x31\xab\xbd\x16\x91\x07\x6f\x2b\x79\x1d\x07\x59\x39\xea\x88\x19\xaf\xc9\xb8\xa6\x08\xf5\xa2\xb9\xb6\xb5\x8a\x31\x82\x92\x60\x6c\xe1\xf9\xc1\xba\x93\xbc\x60\x78\x39\x34\xc6\x39\x84\xcc\xad\x17\x99\x18\xe5\x25\x4c\xea\xd2\x16\xcf\x6d\xf6\x73\x23\xb6\x6a\x1d\xaf\x88\x0a\x8b\x22\xaa\xa9\xcb\x34\x32\x47\x90\x08\x83\x2a\x3d\xdd\xcb\x31\xc6\x04\x2d\xc5\x92\xd1\x9a\xb8\x4c\x02\xad\x9c\xfd\x97\xc4\xf8\x5a\x3c\x56\xda\x74\xf5\x78\x7c\xc4\xff\xcb\x87\x41\x5f\x93\x90\xc2\x6c\x04\xbd\x5d\x3e\x29\x99\x87\x15\x0c\x9c\xff\x71\x43\xfa\x0e\xd6\x22\x70\xe0\x23\x4e\x46\x1c\x77\xd0\x8f\xf4\x6e\x56\x36\x1b\x77\xd9\x7f\xc7\xb0\xa3\x5c\x3a\x2e\xd8\xf7\x4e\x3f\xbf\xfc\x4d\x1c\xd9\xab\xb1\x47\x40\x7e\x0d\x2f\xef\xb9\xbb\xa3\x56\xe1\x1c\x7e\xc6\xb5\x02\x80\x87\x57\x20\x95\x4e\x15\x40\xcc\x4e\x84\xfb\xbc\xf1\x5f\x1f\x44\x93\x53\xcc\x94\xa1\x15\xc0\xc0\x41\x62\x8a\xa9\x1f\xc0\x8c\x43\x3a\x89\x8d\x15\xc0\x5a\x41\x51\x80\x57\x13\xf0\x36\xe3\xaa\xac\xc2\xed\x60\x63\x55\xab\x83\x92\x4b\xa5\x3e\xb7\xfc\x66\x9c\xaf\x35\x4a\xd9\xb0\x3c\x64\x75\xc1\x8c\x85\x22\x6a\xa6\xe3\x16\x63\x4f\x43\x4e\x34\xa6\x0f\x5e\x71\x9b\x25\xf9\x1a\x1e\x4c\xa4\x0f\x18\x23\xae\xea\x3a\xe6\x1d\x0c\x15\x20\x1a\x6b\x05\x54\xfa\x46\xa0\x09\x3f\xd5\xab\x9a\xf7\xc4\x5c\x27\x24\xab\x5e\x7f\xb1\x23\x76\x18\xbf\xa4\xf8\x79\xac\x35\x51\x0d\x1f\x21\x17\xfc\xbd\x21\x69\x1c\xb7\x2a\x3d\x8f\xd0\x4c\xf5\xff\x6f\x1f\x06\x9f\x27\xf1\x09\xdd\x16\x91\xb2\x8a\x95\x52\xc5\x3c\x08\xbf\xf1\xf3\x83\x74\x38\xa6\x31\x54\x7e\xfa\xa4\xac\x0a\xe6\x4d\xa8\xf7\xfb\x44\x39\x01\xac\x6d\x50\xfb\x48\x9d\xc2\x05\xac\x51\xb0\xff\x2b\x50\x38\x85\x0b\xf2\xcd\xeb\x89\x52\x64\xc6\xe5\xfa\x2a\x75\xdc\x53\x3a\x83\x23\x7a\x87\xb5\x38\x2b\x09\xe1\xb3\xdd\xc7\x01\x1e\xb7\xf1\x99\x9e\x60\x07\x10\xcb\x16\x2e\x39\xbf\x0f\x40\x29\x51\xe4\xd9\x15\x3d\x00\x6d\x1b\x51\x02\xa3\x28\x80\xb1\xab\xf8\x28\xf3\x09\x00\xab\x7b\xd2\x01\xf7\x35\x01\xec\x50\xf2\xb1\xbc\xec\xb0\xe4\xd4\xa7\xdc\xf8\xa4\x07\xdc\x1c\xc5\x35\xcb\xe5\xcc\xa8\xaf\xed\xae\x1a\xb2\x68\xc9\x52\x7a\xad\x32\x2c\xa3\x2d\x2c\xc8\x93\x96\xd9\xce\x6b\xce\x95\xe4\x5b\xa6\x88\xc0\x73\x5e\x6f\x49\x17\x8d\xd9\xe3\x5a\x82\x29\x44\x11\xfd\xbc\x9c\x8e\x28\x1e\xc2\xba\x36\xae\x42\x37\x46\x8c\xa0\xac\x79\xbb\x91\x1c\xbf\x81\x2f\x53\x53\xea\x79\x96\x5c\x88\xbf\xa5\xf4\xf9\x6d\x40\xea\x34\xee\xbd\xdc\xab\xd9\xb9\xb4\xbe\xff\x97\x0f\x83\x6c\x93\xfa\x8e\xaa\x89\x5d\x5e\x70\x92\x31\x45\x87\x45\x61\xbe\x71\xca\x4e\xa0\xbf\x44\x52\xdf\xff\x94\x0f\xc5\xf8\x85\x17\x8f\x68\x29\xf2\x62\x9a\xc2\xaf\xbe\x6a\x53\x32\xc0\xb2\x85\x9e\x78\xf1\x59\xc9\x1a\xb7\x3f\x60\xa4\x9d\x47\x79\x12\xf7\x28\x80\xb9\xd9\x4c\x25\x02\x57\xe1\xfb\xa5\xfe\x80\x0a\x05\x2f\xef\xc5\x0e\xc0\xbf\x83\xaf\xfa\x04\x0a\x40\xea\x90\xd0\xd0\xf9\x2c\x00\x65\x59\xc1\x82\x4b\x3b\x01\xf4\x2e\x8a\xd8\xd0\x7f\x02\x30\x63\x13\x37\x62\xde\x04\xb0\xce\x93\x7c\xc5\xf6\x1e\xc0\xa9\x5d\xb6\x80\xa7\x0a\xc0\x65\x4a\xf1\xb4\xd0\x2b\x70\x76\x15\xd2\xb8\x22\x87\xa3\xd6\xbb\x9c\xd1\x3f\xa9\x73\x89\x52\x68\xf7\xd6\xe2\x8c\x95\x24\x39\xc3\xfa\xa9\xe3\x4b\x57\x34\xa9\xdd\x62\xce\x17\xe9\x97\x41\x34\x31\x1d\x8c\x15\x89\x74\x27\x64\x1b\xed\xcb\xca\x8d\x9b\x24\x9c\xd0\x1b\x2b\x6d\x48\xda\x87\x3f\xaa\x73\xad\xc1\x20\xbd\x6b\xdb\x87\xc1\xfe\x50\x96\x9f\xac\xce\x89\xc1\x7a\xcb\x67\x2e\xe4\xe6\x56\xfc\xb7\xff\x81\x4f\x95\xaa\x41\xf6\x26\x7a\xaf\x34\xcb\x50\x90\xa8\xc4\xca\x6f\x9a\xf2\xbe\x28\xc7\x84\xd0\x0f\x4f\x14\x39\x51\x6d\xf1\x33\xa3\x4e\x4a\x39\xe8\xd0\x98\x6f\xfd\xdd\xca\xdf\x31\x7b\xa2\xf0\x3d\xe2\x2a\x4a\x98\x77\xe1\x7a\xed\x4c\xaa\x5d\x58\xfa\xb0\x4b\x0d\x3d\xea\xc5\x58\xaf\x90\x81\x9a\x14\x8d\x26\xec\xcf\xa0\xe9\xaa\xb3\x1a\x9c\xb8\x3e\x5f\x3c\x80\x50\x1a\xdf\xb7\x53\x57\x01\xa4\xf0\x7c\x82\x67\x92\x00\xd4\x6e\xf3\xa7\x5f\x94\x05\x30\xac\x16\x66\x65\xa0\x05\xb0\xfc\xfc\x04\xcb\x34\x02\xe0\x80\x13\xf3\x60\x7d\x0c\xe0\x4e\x27\x93\xc9\xfb\x0e\xc0\xcb\x59\x5e\x54\x38\x17\xca\xbc\x58\x54\xf6\x4b\xb3\x53\x2b\x3d\xec\x75\xd5\x74\x46\x29\x99\x2e\x16\xa6\x7e\xd6\x3b\xc8\x12\x76\x23\x76\xb7\x3c\xa6\x88\x3f\x6d\xf7\x79\xad\x85\x86\x12\xcf\x9b\x3b\x44\x3f\x89\x4e\x23\x70\x19\x3f\xcc\x9c\x4e\xd4\xc5\x7b\x1b\xec\x2c\x7d\x96\x5a\x82\xeb\xd2\xd1\x6e\x94\xc9\x74\xde\xf6\x61\x30\x11\x2a\xb6\x53\xe7\x8a\xf0\xdb\xde\x03\x56\x57\x76\x68\x23\x2b\xb7\x6f\x7b\x3d\x36\x88\xb2\x6b\x9b\x7b\x32\xcf\xce\x92\xe5\xe3\x91\xba\x29\xdd\x9f\x38\x15\x97\x90\x3e\x29\xd8\xb7\x3b\x95\x2f\xa3\xd2\x12\xd6\x5f\x1f\x52\x69\x45\xdf\x88\xa3\x74\xff\x54\xa7\x47\x0b\xc7\xef\x7d\x7e\x58\x43\x0e\x43\x13\xb3\xe3\xd9\x8c\xe6\x3a\x46\x25\xaa\xef\x29\x68\xe9\x62\x2f\x84\xd3\x57\xd6\x6a\x55\x63\xb3\x42\x2a\x4a\xa5\xb5\x25\x70\x0c\x81\xab\x00\x22\x77\x78\xbf\x9d\x54\x04\x90\x4f\xe4\x3b\x7d\x76\x01\x40\x23\x9c\x7f\xe1\x92\xd9\x5f\x0f\xc2\xfa\x8b\x50\xec\xcd\xa7\x00\x2e\xe8\x27\x29\xf7\x6a\x00\xbc\x7a\x24\xc5\xb9\xba\x01\xfc\xba\x65\x6f\x08\xbd\x81\x0a\xff\x65\xc5\xd7\xd2\x7a\xd4\xef\xfe\x97\x34\x77\x6a\x8e\x53\x86\xbd\x8e\x1a\x4e\x58\x7c\x27\xdf\x70\x3a\x63\x83\xf4\x92\x26\xfa\xdb\x61\x3d\x65\x23\xac\x08\x52\x56\x5d\x11\xe6\x89\x87\xf0\x5e\xa6\x88\xf4\xbb\xa9\x54\x5c\x81\xe1\xb3\xd2\xa4\xac\x50\x6c\xb6\x9e\x79\x03\x36\xdf\x0c\x93\xa7\x45\xdb\x87\x29\x76\xc5\x30\xa8\xac\x4e\x9d\x2f\xe9\x40\xcb\x2b\x64\xad\xd6\x97\x3f\xf9\xef\xf5\x58\x94\x55\xa0\x47\x84\x66\xfb\x7d\xd6\x57\x96\x47\x6c\x66\xad\xbd\xf9\xae\x76\x7c\xd3\x3d\xb3\xb5\x1f\xa5\x7e\x15\x99\x9d\xda\xf6\xe2\x8d\x46\x08\x8a\x36\x85\xa3\xed\xb9\xc6\x30\x5a\x3e\xfe\xfa\xb3\xaf\xda\x07\xd0\xe5\x71\xfb\xaa\x7d\xb5\x37\x30\xe1\x51\x37\x2b\x6e\xe8\x1c\xc1\xb2\x84\x1f\x2e\xfa\xa0\x6b\x82\x8d\x0d\x95\xcb\x8f\xd2\x13\xc3\x0e\x84\x88\x03\x88\xca\x73\x99\xd0\x75\x03\x28\xee\xe7\xbd\x70\xe6\xeb\x3f\x3c\x88\x90\xc7\xa7\xae\xd2\x01\x38\x9c\x16\xbc\x7c\x73\x00\xc0\xa3\x5c\x24\x98\x75\x2f\x80\xdf\x0e\x89\x8f\xdc\x68\x80\xa0\x55\xe9\x97\xc2\x67\x20\x39\x7c\xaf\x02\x8d\xac\x24\x75\x3c\x98\x5e\xfd\xb9\x56\x17\xa5\x21\x40\x5e\xdf\xdb\x4a\x80\xf4\xc9\x83\xd5\x6a\xdd\x57\x99\x30\xe3\xbc\xe1\x7c\x3a\xa6\x13\xef\x65\x5b\x18\xf6\x38\xed\x38\x4e\xc1\x92\x2f\x05\x9f\x13\x8e\xd9\x30\x79\x5f\xca\x59\x7c\x0a\x23\x6b\x10\xd7\xd0\x5b\x1a\x8b\xbe\xa7\x1d\xd6\x9f\x52\x99\xbf\xed\x81\xa0\xf4\x14\xe7\x56\xb4\xab\xe9\xd1\x04\xf9\xc6\xb5\xfc\x12\xc3\x55\x7f\x45\x96\x75\x91\x22\xc4\x97\x76\x15\xe2\x7a\x5d\x51\xee\xbb\x4b\xea\xb5\x1b\x36\x05\x4b\xaf\x63\x35\x8d\x10\x9a\x79\x3c\x2f\xf8\xb4\x06\x37\xfd\xb3\x82\x9f\x37\x6b\x77\x23\x03\xd3\xf0\x0d\x8c\x3a\xf9\xa8\xb8\x24\x64\xf5\x4e\x3d\x6d\xf4\xbd\x84\x94\xd2\x36\x7d\x2e\xf4\x6a\xac\x73\xe1\x0d\x83\x12\x0c\x73\x8c\x6f\x4e\xb1\x41\x05\xf6\x4e\x78\x65\xba\x9a\xd1\x6e\x6c\x7e\xa8\x1f\x80\x38\x2f\x0f\xf7\x49\x4b\x00\x25\x09\x6e\xb9\xd3\x0b\x00\xfa\x72\xdc\xe9\x17\xf6\x01\x58\xc5\x3c\xb6\xbe\xe6\x0f\xe0\xa2\xc2\x7f\xf1\xe6\x79\x00\x1f\x6f\xa1\xb8\x7b\x67\x01\x42\x98\x44\x3b\xb9\x34\x00\x22\x34\x24\x79\x04\x57\x21\x27\xea\x98\x5c\x92\x4c\x3e\xf5\x6b\x64\xad\xca\x37\xad\x07\x94\xf2\xf0\xdb\x3a\x5d\x56\x2b\xe4\xe3\x7e\x19\xe6\x47\xbc\xe3\x08\x7d\xae\x99\x4e\x5e\xb1\x11\xb8\x4e\xc7\x85\x80\x77\x59\x42\x58\x5f\x6b\x62\x92\x4a\x41\x3b\x86\xcb\x3c\xae\xd0\xa5\xcc\xe8\x8f\x0f\x73\x42\x27\xe0\xf5\xae\x9a\xa5\xcd\x58\xb5\x3d\xb3\x9f\x1b\x58\xb7\x7d\x18\xe4\x5e\xc5\xa1\x95\xc5\xca\xfa\x1f\x08\xd5\xec\x55\xb7\xca\x0b\xef\x53\x35\xf6\xae\x1b\x95\x30\xbd\x96\xd3\x6e\x5a\x37\x2d\x79\xdd\x5d\xab\xcb\xb0\xf1\xaa\xa0\xbf\x39\x52\x0f\x85\x80\x1c\x54\xfd\xac\xfe\x35\x24\x53\xc6\x40\x95\x8a\xc1\x33\xe4\xa7\x34\xfd\x92\x65\xc3\x12\x54\x69\xb2\x70\x7e\x96\xd1\x5b\xb4\x44\x42\x43\xd6\x6e\x63\x73\x8c\x6c\xcc\xad\x34\x2e\xe3\x4f\x18\x54\xe4\x85\x24\x3b\x93\x75\xac\x60\x78\x15\x80\x64\x3e\x17\xef\x89\x57\x00\xaa\x1e\x1c\xc8\xd3\x07\x01\x8c\x0a\x39\xf3\xcf\xcb\x03\xd8\x9d\xe7\xe1\xbe\xea\x04\xe0\x29\xc1\xeb\xca\xf8\x06\x20\x88\x89\x6f\xf1\x8e\x3b\x40\x24\xa3\xb0\xea\x23\x0d\x80\x98\x40\x09\x51\xa1\x66\xe8\x4f\x48\x96\xea\x97\x54\x87\x9d\x09\x3d\x8a\x02\xea\x3f\x28\xe5\x71\x17\x34\xe7\xac\x90\xe4\x43\x61\x71\xc6\xb6\xde\x5f\x08\xc1\x7e\x57\xec\x9a\xe3\x1d\x70\x42\x2e\x2f\x7d\x59\x72\xc6\x30\xa5\xf6\x7b\xe3\x8f\x97\x74\xa2\x6f\x59\x36\x15\xd8\x55\xcd\x23\xc7\x4c\x76\x36\x8a\xd6\xa5\x6e\xee\xd4\x63\x1d\x2a\x6c\xde\x8b\x38\xa0\x16\xb2\x50\xdc\x82\xdc\x94\x51\xe9\x59\xb4\x69\x18\x9a\x1f\x50\x7b\xb1\xb4\x59\xf7\x7c\xf2\x86\x96\xdd\x4a\xf0\xd3\x90\x21\x01\xdd\xbd\xab\xc9\x55\x37\xbb\x51\xfa\x17\xd6\xf7\x96\x99\x3f\x97\xd0\x5f\xd8\x70\x2c\xe2\xa8\x3d\x61\xac\xb5\xf1\xbd\x50\xb2\x9c\xcd\x64\x13\x31\x92\x67\x50\xa4\x63\xd2\x82\xd4\xce\x68\xce\x0d\x35\x79\x81\x2a\x4f\x4e\x4a\xef\x36\xbf\x81\xea\x4e\xb6\x4c\x29\x33\x3f\x80\xce\x8d\x2f\x4a\x48\xb1\xa0\xc3\x9c\x88\x2d\x8a\x5d\x36\xe7\xc0\xde\x88\xd0\x07\x90\x7d\xfe\xe8\x06\xdd\x28\x80\xd6\xbe\x87\xfc\xa7\x38\x01\x4c\x49\x9c\xec\xe7\x57\xfe\x73\x1e\x38\xf5\x2e\x33\xfe\xf5\x20\x42\x99\x79\x83\x98\xb4\xfe\xfa\x20\xa9\x53\x22\x96\x7c\xef\xe0\x5d\xea\x27\x89\x4a\x09\x73\x2a\x2e\x1d\x2d\x4f\xab\x91\x48\xe9\x4c\xe6\x54\x0f\xb1\xdc\x20\xe1\x62\x0f\x18\x4c\xfa\xa4\x12\x4c\x43\xf7\x58\xa7\x26\x88\x62\xc5\x3c\x2d\x3c\x98\x0b\xcb\xd0\x2a\xce\xc8\xc8\xa4\x2a\x4b\x64\xba\xed\xab\x9c\x92\xfa\x9f\x9b\x3b\xcd\x90\x0d\xb4\xcd\xc3\xeb\x0d\xfa\xf5\x6f\x18\x3b\xbe\xad\xbd\xd4\xec\xfb\x69\xd3\x55\xb4\xb1\xa9\x56\xbe\x10\xd0\x2a\xf0\xc9\x50\xc7\xe7\xd7\x8f\x66\xed\xe1\x6b\xfa\xd9\x4b\xaf\x9f\x45\x77\x97\x1b\x89\xae\xc8\xd6\xb2\x35\xbb\x1b\xaf\xae\xed\xa9\xfc\x5e\xb5\x60\x16\xb6\x6e\x57\x76\xb6\x6c\x97\x39\xcf\x86\x77\xd1\x5a\x81\x82\x85\x10\x22\x2a\x3f\x36\x83\x6c\x95\xb8\xc9\x9d\x6b\x94\xca\x60\x25\x87\x8c\xce\xf0\x4e\x70\xb6\x2e\x45\x9d\x4a\xf3\x8c\x0d\xb2\x9a\x44\xeb\x24\x1e\x8a\x14\xb0\xb9\x89\xee\x8b\x97\x0d\xed\xb6\xfe\x8a\x19\x8d\x32\xf9\xc7\x3a\x4c\xdd\x0f\x3b\xc9\x00\x60\x8e\x7f\xe0\x78\x96\x01\xc0\x75\xf4\xd1\xce\x4b\xd6\x00\x81\x5a\x9c\xd3\x0c\xdc\x00\x91\x9d\xdc\xaf\x6e\x97\x00\x24\x39\xf3\xe6\xde\xab\x05\xc8\xd4\x14\xbe\xc4\x77\x1b\xe6\x72\xd3\x44\xcb\xc5\x5e\x52\x09\xf9\x0d\x32\x61\x1a\x9a\x94\xd9\xdc\x83\xca\x62\xe6\x54\x52\x63\xda\xb4\x6e\xac\xdf\x3b\xc2\xee\xf8\x3b\xe6\xcd\x49\x2d\x98\x4f\x81\x8f\x5d\xa6\x8a\x07\x91\xbf\x3c\x38\x43\x7b\xea\xd6\x37\xf7\x3a\x3a\x64\x3e\x6d\xe1\x5b\xff\x65\x75\xe2\x19\x6b\x27\xc3\xca\x57\x43\xa6\xf7\x34\x7d\x7b\x57\xe3\xb4\x83\x7e\xb4\xf7\x8c\xcd\xd4\xe9\xb6\xfe\x7c\xd1\x55\x38\xc2\x62\x94\xb2\x60\xda\xc6\xd3\xd5\x6b\x3a\xbb\x28\xd2\xdc\xd0\x74\xd5\xbc\x68\x59\xe4\x99\x52\x75\xaa\x45\xdf\xaa\xf1\x53\xda\x6d\x0f\x24\xbb\xdc\xa6\x66\xfd\x47\xa9\x68\xaa\xac\xdd\x31\xc4\xbe\xc2\xe7\x49\x18\x5b\xa5\x4d\xd1\x5c\xf3\xd8\x0e\xbb\x74\xe4\xe9\xac\x90\xc8\x75\xbb\x10\x94\x70\xea\x72\x68\x9d\x7d\x14\x6a\x2e\x59\x29\xd8\xc6\x7e\x07\x7a\x34\x5e\xcc\x4f\xd0\xc1\x02\xe3\x18\x23\x01\x20\xff\xed\x41\x3a\x9d\xf4\x5f\x0f\xc2\xf6\xde\x7d\xc4\xb9\xc3\x00\x5e\x71\xf7\xe5\x2f\x6c\x00\x84\x5d\x7b\xe0\x71\x55\x0f\x20\x71\xf5\x51\xf3\x8d\x0e\x80\xcc\x97\xbc\xbe\xec\xba\x00\xf9\x79\x02\xfb\x79\x84\x00\x4a\x7b\x84\xcf\x88\xc4\x81\x71\xf9\x67\x71\x69\x05\x02\x85\x58\x96\x2a\x5f\x6b\x16\x49\xbe\x53\xcc\xac\xee\xe0\x25\x45\x60\xce\xa4\x37\xde\x95\x58\x84\xc6\xc4\xd4\x39\x54\x95\xbf\xd8\x3c\xec\x27\xe6\xdf\xd2\xc2\xbf\xbe\xe2\xd6\x9b\xd2\xd3\x99\xbc\xc2\x67\x7f\xa5\xfe\x66\xbf\xce\xaf\x4d\x63\x99\xa9\xfe\x11\xfe\xf9\x01\x03\xa9\x6f\x75\x03\xcc\xa3\x3c\x66\x35\x3f\x9a\x5e\xde\xe8\xe2\xb3\x32\x98\xbb\xda\xad\xf4\x8c\xdb\x26\x7c\x01\xdb\x76\xb8\x0c\x61\x37\xb8\x74\xb0\xa9\x37\x0f\x61\xff\x65\xe5\x71\x5d\x66\x3a\xc6\xf1\xde\xea\xbb\xea\xe8\xa4\x04\xa7\x3d\xeb\xb7\xca\x5f\xc7\x7e\x73\x3a\xb4\x31\x58\xd4\x16\xd1\xe6\x7c\x05\xf1\x26\x5f\x2b\x62\x97\xd3\xb5\xcd\xaa\x1c\x9e\xc0\x01\xe7\x0f\xc8\x8c\x8c\x7e\x7f\x5f\xe7\x50\x94\x7b\x2a\x9f\xcf\xa2\xd3\x0c\x3a\x3e\xc1\xcb\x43\xdd\x79\x16\x23\x13\x7b\x1c\x40\x09\x7f\x9f\x9b\xee\x22\x80\xc9\x6e\xb6\x81\x93\x68\x00\x07\xec\x7d\x9e\x73\xda\x00\x3e\x3a\x6c\x3e\xe7\x03\x00\xa2\x98\xd8\xdd\xaf\xd0\x02\xa4\x38\xde\x6f\xa7\x37\x04\xc8\x3f\xc0\x69\xc6\xe2\x0d\x50\xc6\xff\x58\x90\xb3\x17\xe0\xe9\xa6\x60\xb8\x48\x17\xc8\xd7\x0b\x88\xd6\x29\xb1\x51\x0f\xd7\x1b\xc8\x38\x98\x4a\x93\xa5\x6a\x3e\x29\xdb\x7a\xbc\xc2\xcf\x95\xdc\xd5\x3f\x93\x7c\x16\x3d\x99\x3e\x6b\x9d\x59\xc1\x8c\xd8\x15\xea\xea\xb3\xa7\xcd\x65\xf9\xbd\xdf\x5a\xbc\xf7\x40\xd3\x42\x9f\xcb\xcb\xba\xf2\x31\xed\x39\x37\xf3\xaf\x1f\x94\xc6\x7d\xdf\xdf\xb6\x72\x9d\x3e\x35\x7a\xbc\xbb\xc4\x8e\xfa\x6d\xe9\xf5\xcd\xa7\xd5\x4e\x03\x3f\x8f\xf7\x8c\x14\xf7\x3b\xcf\xcf\x7f\xee\xe8\xc9\xbe\xe0\x7a\x6a\xd1\xa1\xc5\x2d\x79\xd3\x8d\x7d\xd9\xf1\xd9\x62\x5c\xab\x9b\xc4\xaa\xcd\xd3\xcf\x51\x93\x6e\xaf\xd7\x22\x2b\x07\x83\x73\x3d\x36\xd7\x9b\xcb\x8c\x02\xeb\xdd\xa3\x11\x2a\x85\x57\x7d\xeb\x3c\x6a\x11\xd4\xbc\xaf\xde\x1b\x6e\x23\xc8\xc6\x0c\xdb\x6d\xff\xc3\x73\x8f\xeb\x41\x74\x78\x42\x99\xfb\x45\x57\x77\x8c\x4a\xcc\x22\x80\x2a\x9a\xfd\x36\xdd\x51\x00\x93\x72\xb6\x95\x53\x8f\xfe\x7a\x10\xc1\x45\xec\x13\x97\x86\xfe\xe1\x41\xf8\xb1\x1d\xbf\x16\x0f\x50\x2a\xf9\xf0\x14\xd3\x0e\x80\x1a\x36\x2e\xcb\xfb\x04\x80\x26\x66\xfe\x72\xe1\x09\x48\x6c\xb7\x13\xca\x92\x65\xa7\x6a\x74\xca\x4a\xec\x37\x98\x21\x3b\xb5\xaf\xca\xef\x72\xab\x23\x08\x35\xac\x68\x2c\x27\xf0\xa2\x75\x2a\x03\x4c\x9a\x2b\xbb\xd7\xcb\xd2\x36\x5d\x2f\x76\x09\x2e\xbc\x0f\x27\x44\x5c\x1b\xcb\x9b\x39\xe7\xfb\xb8\x56\xee\x53\xc1\x67\x11\x47\xb7\xb7\x47\x3f\x69\x75\x90\xdc\xaf\x7f\x1c\x7b\xf7\xa6\xf2\xba\xf7\xfe\x2f\x6f\x87\x5f\x65\xfb\xfa\xf6\xcd\x14\xf7\xcb\xa4\xd5\x79\x97\xcc\xb5\x75\x0b\xc6\xb2\xfb\xc6\xfd\x92\x69\x13\x08\xd7\xf3\xfd\xbc\x94\xda\xc4\x19\x2c\xe2\x7b\x69\x65\xba\x36\x25\x88\xd5\x3b\x7e\xcd\xb2\x4a\x3c\xe0\x9d\x57\xf2\x7a\x41\xd9\x53\x3f\x67\x2f\xd8\x78\x51\x7c\xc1\xc7\xda\x8b\x69\x93\x37\x17\x3c\x77\xf8\x28\x22\xc3\x33\xcf\xbb\x13\x3c\x27\x51\xfd\xc9\xb0\xed\x7f\x38\xb3\xf8\x3c\xc2\x84\x45\x63\x01\x34\x77\xb2\x25\xd0\x29\x00\x58\xa0\xef\x39\x9e\x64\x01\x70\x37\x62\x95\xfe\xcf\xfd\x10\xea\x72\xf7\xee\x39\xfa\xbf\x1e\x44\x81\x26\xdb\x9e\xeb\x85\x00\xd5\x5d\xac\x05\x0c\x09\x00\x4d\xa8\x07\x08\x96\x45\x80\xae\xd3\x3c\x46\x8f\x7d\xa1\xab\x4f\x88\xbf\x43\xb2\x8e\x9a\x32\x50\xf5\xa4\x5d\x97\x9d\x9c\xda\x9f\x26\x3d\xee\x32\x45\x90\x7d\xd9\xab\xdc\x1c\xcf\x8e\x6e\xec\x2c\xd1\x99\x29\xaf\x5e\xf3\xaa\x36\xb1\x65\xeb\xd9\x33\xc7\x92\x3d\xe1\xff\xe3\x3d\x62\xaa\x2e\x42\xb1\x92\x79\xf6\x6e\xd7\x97\xe0\x9c\x41\xd2\xf7\x1b\xc5\xa5\x61\x27\x27\x86\x27\xcb\xd3\x27\x43\x37\x3e\x7f\x7d\xd3\x10\xf7\x3e\xb4\xea\x7b\xcc\x6b\x8e\x68\xc5\xe0\x4b\x3f\x3d\x7a\x7a\x42\x1f\x84\xd1\xfd\xda\xd5\xb6\x10\x44\x08\xe6\x5b\xea\x6b\x1c\x0c\x28\x08\xbc\xb7\xca\x5a\xf3\xd4\x27\x2b\xb8\x70\xfd\x70\x85\xb1\xd7\x78\xd0\xcb\x0d\xef\xe2\x35\xf7\xf2\x90\x00\xc4\x7c\x3e\xbd\x6b\x47\xc8\x1d\xe4\xe5\xac\x02\xd7\xa2\xc0\x45\xe4\x58\x3a\xca\xb9\x34\x70\x37\xfa\x42\x52\x80\xd3\x81\xc0\xcf\xe8\x96\xf8\x57\x8e\xfb\xfd\xe7\x30\x95\xd1\x82\x00\xba\xb7\x59\x3f\xd1\x35\x01\x58\x1b\xde\xf1\xa1\x93\x04\xf0\xe1\x62\x56\x39\xe9\x01\x10\xc5\xcd\x5c\x71\xc6\x1a\x20\x9d\x93\x25\xf6\xe2\x05\x80\xd2\xe7\x2c\xeb\x57\x6c\x00\xea\x6d\xef\xd5\x31\x1c\x05\xe8\x14\xbb\xff\xe4\x4e\x18\x40\xbf\x05\x87\x3d\x07\x2d\xac\x8d\x05\xf0\x0e\x89\x22\xa8\xb8\x89\x74\xc1\x11\xf5\x7b\x64\xcc\xd4\x65\xf1\xc3\x0e\x9c\x84\xa1\x0f\x48\xd9\xa6\xa8\x65\x74\xe2\xfb\x62\xd5\xb7\xe5\x3c\x6b\x8a\x43\xbb\x0d\x0d\x5f\xe4\xfc\x38\xfc\xfc\x92\x2b\x4c\xb1\xb5\xbf\x2f\xd6\xce\x1a\x59\xc8\xcc\xaf\xc8\xb3\x7b\xe5\x3b\xdb\x96\x30\x99\xbb\xf9\xfe\xf2\x47\xbd\xe8\x6f\x69\x15\x9f\x2b\xde\xcc\x87\xc5\xa5\x64\xcf\xec\x1b\x50\x0e\x78\x99\x44\x9a\x37\xeb\xa4\xf8\xf1\x25\x7c\x5a\x64\x6e\x15\xf7\x0a\x4b\xb8\xb4\xc2\x56\x7f\xc1\x73\x28\x66\x69\xf5\x5d\xf5\x5b\x77\x64\xec\xad\x35\x6a\x85\x95\xeb\x40\x74\xd7\xc6\x97\xa2\x64\x97\xbc\x28\x0d\x04\x35\xef\x99\xd3\x74\xd4\x23\xe4\xa9\xac\x5a\xc7\xa5\xf0\x9d\x28\x8f\xd4\x5b\xf6\xea\x11\x3a\x68\xef\x84\x56\xbb\x77\x61\xd2\x18\xde\x58\x01\xdb\x8b\x61\x7d\x18\x64\x64\x0f\x80\xfe\x22\xcb\x1a\x2d\x13\x80\xbd\x3b\x93\x30\xad\x00\x80\x7f\x29\x73\xc2\x29\x15\x80\x84\xbb\x8c\x8b\x74\x46\x00\x79\x6c\x37\x22\x4f\xae\x03\x3c\x9d\x67\x2c\x38\x15\x06\xd0\x6a\xc4\xdc\x71\xe5\x32\x40\xbf\xe9\xdd\x61\xc6\x75\x80\xb1\xfa\xfb\x63\x6c\x3b\x01\x3e\x4f\x71\x09\x0a\xb0\x01\xd7\xec\x3b\x3e\x50\xbe\x48\xf1\x59\xf4\x14\xb9\x6b\xb9\x41\x20\x2c\x9f\x94\xb4\x8a\xc8\x40\x7f\x5c\xbb\x23\xd7\x56\xf2\x7c\x65\x65\x4e\x4a\xf3\xcc\x8b\xd4\xd1\xc1\x4f\xfe\xb6\x23\xe3\x2a\xa5\x2c\x23\xec\xb1\xa4\x19\xc9\x28\xc3\x81\xb5\x01\xe5\x19\x44\x90\xe0\x73\xb1\xc9\xdb\x13\x9f\xfd\x84\xeb\x2e\x7d\xf1\x1c\x39\xed\xb3\xb7\x34\x63\xf6\xca\xcb\x7c\xf7\xee\xe2\x81\x05\xf5\xf6\xd7\xae\x1f\xf3\xbe\x2d\x25\x37\xbe\x76\x15\xcb\xbe\xb7\x22\x50\xd7\xee\xc2\x93\xee\xb1\xc6\x59\xe5\xee\xf4\x3d\x75\xff\xfa\x72\xa9\xfd\xb6\xff\xe1\xc0\x90\x64\xbe\x69\x9d\x43\xb4\x8f\x49\xb0\x42\x2a\x64\x96\xda\x30\x25\x8c\xa3\x2f\x26\x3d\xb2\x5e\x8a\x4b\x45\xbf\x8a\x17\xb7\x9a\x8b\xa3\xc1\x58\xc6\xf0\x5a\x8e\xc5\xb6\x61\xa8\x91\x1a\x00\x26\x37\xee\x4e\xd3\x35\x02\x38\xe3\xef\x2c\x9d\x94\x03\x08\xf6\xb9\x29\x4b\xbb\x09\x90\x34\xc8\xe0\x4f\xfb\x04\xa0\x64\x72\x27\x3f\x0d\x0d\x40\xe3\xa3\x2b\xcd\x47\xab\x00\x7a\x03\xe9\x69\x4e\xc4\x01\x8c\x46\x31\x5f\xba\x2a\x00\xf0\xb9\x89\xf5\x08\x13\x17\xc0\x82\xf7\xc3\xfb\x8f\x86\x21\x0e\xf1\x95\xb7\x41\xee\x30\xa5\x9b\xf8\x59\x70\xc1\xec\x25\x71\x37\x66\x40\xdc\x31\xbc\x66\x2d\x64\x63\x5a\x9e\xab\xb0\x7c\xc2\x75\xa9\x43\xe7\x4e\xd3\x66\xbb\xcc\x6c\xae\xed\xe1\x57\x11\x99\x97\x3e\x1f\x08\xbb\x3f\xde\x1a\x38\x31\x51\xde\x9d\x32\x75\xd5\xf5\xd0\xe4\x9d\x0f\x5f\xc6\x35\x5c\x76\xf5\x56\x7e\x6b\x7e\x6d\xed\xbc\xda\x5c\xf8\xf3\x46\x8f\x83\x23\x5b\x9d\xe6\xaf\xb2\xd6\x16\x87\xa6\xca\x93\xcb\xd7\x1a\xee\x3a\xec\x2c\x41\xac\x50\x6b\x82\xec\x2c\x0a\x2d\xd7\x79\xca\x1f\xd9\x3c\x2f\x18\xdb\x48\x2c\x02\x9b\xae\xec\x46\x04\x31\x4f\xc5\xba\x25\xb3\x13\x49\x9f\x75\xda\x8a\x31\x63\x0c\x25\x95\xea\x61\x79\x2b\x6d\x09\x2d\x95\xf8\xc8\x42\x39\xd5\x05\x73\x34\xb6\xcb\x5c\x2a\xb5\x05\x13\x1a\xed\x6e\x2e\x9b\x48\xc5\x4a\x86\x37\x01\x98\x95\xb3\x4c\xd0\x59\x03\xb8\x62\x6e\xd9\x1c\x1f\x07\x08\x7f\xb0\x93\xee\x3f\x73\x67\xdc\xde\xb5\xef\x9f\xb9\x6f\xfb\xcb\xad\xff\x73\x47\x5b\x68\x82\xff\x27\xef\x3a\xb0\xe3\xee\xff\x78\x00\xe2\xcc\x9a\xd7\x76\x00\xa0\xe3\xd8\x15\xee\x5d\x05\x32\x75\x17\xf7\x47\xf1\x5e\x4a\x15\xb1\x5b\xe8\x84\x79\xce\x06\x09\x3b\x2e\x8e\x0c\x7a\xff\xb9\x1e\xc9\xa5\x38\x92\xc5\xf2\xf2\xee\xda\xb0\x1e\x67\xd5\xb7\x6a\xf3\x45\x35\xdb\xb2\xb6\x37\xf1\xce\x3f\xe2\x82\x79\x5f\x3f\xf6\x69\xfd\x96\x50\xdf\x39\xf2\x78\xdb\x03\xb1\x7e\xfd\xc1\xe2\x7b\x58\x7f\xa2\x55\xc9\x00\x79\xde\xae\x23\xd1\x4a\xe5\x45\xc1\xe2\xc9\x16\x1e\x2b\xaf\x16\xfc\x72\x45\xbd\xb1\xd5\x9e\x67\x46\xab\x4d\xd5\xd7\x2d\xde\x3d\x0d\x5c\xa7\x94\xb8\x5b\x74\x55\xf8\x21\xe8\x0b\x26\xcc\x05\x4a\xdf\x6d\xbe\xcb\x9a\x37\xf3\x2a\xd2\x45\x5d\x4d\xfd\x60\x4a\x2c\x38\x80\xc2\x26\xe9\x99\x32\xe5\xfd\x40\x57\xc6\xf3\x9a\x56\x66\x35\x60\xa4\x63\x2c\x4d\x5e\x65\x5a\x62\x77\x46\x2c\x1a\x1b\xa7\x7f\xc2\x62\x82\x7f\x01\x58\xed\xb8\x81\x38\x32\x0e\xe0\xf5\x93\xbe\xf0\x88\x2f\x40\xcc\xf7\xad\x79\xb7\xbd\xa0\x67\xa1\x34\x2d\xff\x97\x07\x31\x87\xde\x22\x26\xf9\x7a\xee\xf1\x4d\x00\x80\xbb\x13\x8c\xc7\x00\x49\x41\xf3\xec\x91\x70\xde\x0c\x22\x52\x85\x3a\xcd\xf4\x67\xf6\xe1\x7c\xa4\x2e\x04\xf0\x0c\x77\xa3\x5d\x95\xcd\x13\xb3\x9b\x66\x36\x3e\x19\xfc\x2c\xdd\x5b\xb8\x7f\x35\xc4\x36\xac\x6e\x3a\x8a\x6d\x41\x20\x60\xa5\x7b\xc1\x73\x71\x8e\xa5\x62\xf7\x4b\x79\xf3\x81\x59\xda\x6f\xd3\xaf\x82\x8c\x8c\xe7\xdf\xfc\x5c\xee\x32\x30\x7c\xfb\x55\xe1\xd7\xc1\x56\x5d\x23\xf4\xd8\xa3\xe5\x73\xf5\x5f\x8c\x27\x5f\xdd\x58\xbd\x5f\xdd\x6f\x62\xd9\xb9\xbe\xd6\x51\x5e\x6d\x8c\x6f\xc9\xde\x78\x51\x18\x6f\xcc\xde\x40\xbf\x69\x91\x3d\x6f\x5c\x56\x13\x87\x7c\x94\x79\xc8\x98\xa1\xca\x1f\xc5\x97\xba\xc3\xc8\xbf\x3c\x17\x2d\x98\xd0\x69\x14\x5f\xd2\x86\xfe\x10\xf7\xd0\x30\xa5\xf0\x15\x66\x33\x62\xd1\xd0\x3d\xff\x21\xd6\x27\xec\x8e\xa1\x4e\x2e\x1f\x76\x21\x64\x0f\x80\xdd\x1c\x03\xed\x61\x75\x00\x7f\xb5\x9d\x57\xff\x33\x57\xa2\xfb\xef\xdc\x97\x6b\x8b\x6d\x26\xbf\x3d\x88\x9a\x7f\xe7\x9e\x7f\x7c\x18\xb8\x80\xd9\xab\xfc\x1f\xb2\xbe\xbc\x5d\x80\x34\xa0\xf4\xf3\xbc\x93\x7a\x39\xab\x4d\xea\x14\x3e\x68\x30\xff\x8e\x85\x70\x50\x6a\xc9\x3d\xb8\x6b\x0d\xb3\xa1\x2a\x1e\x2d\x53\x7d\x0c\x19\x6b\xf8\x28\xbb\x24\xc3\x66\x23\xc2\xb6\xb2\xfc\x4e\xc8\xf1\xd5\x3e\xef\x2f\x75\x6f\xdd\xc6\x96\xdb\x72\xb8\x9a\xda\x2d\xae\x2e\x9e\x1b\xb2\x6d\x0b\xd1\xbf\xbf\xc8\xb5\xe0\xf6\xfc\x92\xb6\xdf\x0a\xed\x92\xc7\x33\x3a\x1d\xdd\x19\xf5\x15\xab\xa7\xe9\x7a\x4c\x13\xc9\xab\x1f\x2a\x79\xf5\xce\x0d\xd9\x6c\x38\x14\xd6\xe8\x1d\x7a\x29\xbf\x79\x3b\x67\xaf\xde\x62\x47\x27\xf2\x68\x06\x41\x2f\xaf\x55\x1f\xf5\x20\x25\x56\x8f\xb6\x51\x12\x6d\x12\x1f\xa5\xb7\x50\xdb\x86\x9e\x88\x7d\xa9\x97\x5f\x3d\x84\x89\x89\xb2\xd0\xd7\xaa\x60\xc2\x4c\x47\x1e\xd5\xd3\x2e\xcd\xc6\x8e\x87\x9c\xd4\xbb\x56\xbc\x81\xe3\x0c\x5c\x01\x70\x66\xba\xfa\xe2\xa0\x08\x40\xe8\xef\x1c\x63\x3b\xf7\xdd\xce\xfb\x7a\x59\xff\xbd\x0f\x16\xf9\xff\x95\x7f\x03\xc0\xe5\xb4\x03\xe3\xd8\xfb\x80\x65\x75\x67\x4a\x9b\x23\x52\x0f\xf0\x14\x88\xcf\x4d\xfc\x20\xdf\x10\xb9\xa8\x8b\x7f\x59\x48\x20\xcb\x98\x3a\x8e\xd4\x1b\xe2\x46\xd5\x92\x03\x07\xf3\x7a\x31\x5a\x86\xbf\xe2\x51\xf1\x5d\xc8\x04\x5b\xc3\x9c\x5c\x3f\x1c\x42\xd9\x2b\xae\xf4\x90\xcb\xc9\x75\x7c\x0a\xb9\xf2\xb6\x79\xc8\x5a\x7b\xeb\x44\xf5\x77\x9d\xf7\xab\xcc\x33\x17\x6b\x93\xd5\x11\x6b\x13\xab\xc6\x95\xb7\xd5\xd2\xd7\xbf\xaf\xf9\x95\x7e\x50\x7b\x36\x7f\x79\x23\x22\xff\xab\x86\xe8\x54\x17\x62\x3c\x87\x4e\x93\xeb\xed\xcc\x66\x47\xe6\x39\xcd\xa6\xc1\xdb\x48\x7c\x4a\x96\xe6\xd7\xde\x2e\xf4\xd5\x78\x9c\x16\x43\x97\x14\x7a\x38\x96\x5e\x73\xf4\xb9\x0e\xe6\x47\xc4\x29\xad\x83\xcd\x67\xb0\x0a\xa1\x54\xad\xa5\x67\x96\x58\x9f\x50\x51\xad\x95\x9a\x5e\xdc\xd9\xa0\xab\x9a\xb7\xab\x29\xf8\xbb\xde\x03\x00\x1e\x96\x5b\x73\x6d\x9f\x87\x42\xc4\x16\x5b\x93\xff\xbd\x0f\x66\x6e\xff\x5f\xf9\x37\x9e\x1f\xe0\x5a\xfd\x31\xb5\x5f\x4d\xb0\x7a\x6f\x9e\x89\xfe\x03\x89\x1a\xca\x9d\x2f\x54\xd7\xaf\x45\xfe\x2c\x52\xa1\xde\xd7\x62\x42\xba\x2e\xb3\x62\xe9\x5b\xf6\x86\x20\xa0\xf6\xd3\x73\x5f\xda\x49\xdc\x75\x23\xd1\xf0\x23\x11\x8f\x30\xd6\x36\x0c\x09\x7a\xde\xbb\x50\x4c\x1e\xf5\x59\xc9\x8e\x9c\xc8\x23\x09\x89\x79\xcf\xcd\xd9\x36\xbd\xab\x12\x0a\x4e\xeb\x5a\x22\x98\x47\xd3\x8a\x79\x54\x93\x37\x2a\xd7\x55\x8a\xef\x29\xdb\x6e\x2a\x23\xce\xe6\xb2\x28\xc1\x66\x05\xc2\x31\x7b\x4e\x59\x72\x91\x65\x73\x23\x6d\x4e\xc5\xe8\xab\x39\x92\x9c\x2c\xa3\xda\x3e\x11\x85\x4a\x4d\x94\x50\x3d\x3c\x66\x88\x46\x45\x6b\xa9\xd2\x0f\x46\x61\x3e\x85\x0b\xaa\xd6\xf7\x29\x60\xb5\x42\xd6\x54\x8f\xbf\x90\xc1\x49\xfb\xaf\xab\x0a\x75\x30\xe3\x86\x7d\x45\xd4\xdc\x5a\x5c\x71\xb3\x3e\x54\xd5\xe2\xe6\x0f\x78\x0d\x2f\x06\x80\x80\xdf\xe7\x60\xdb\x87\xa9\xde\xb7\xc5\x9e\x8f\xff\xf6\xe3\x7e\xe7\x3d\xdb\xf3\xf7\x6c\xe5\x39\x73\xbb\x00\x76\x1c\xa3\xa1\xf9\xf4\x01\x3e\xb3\x06\x30\xef\x1f\x66\xa3\x36\xf0\x9c\x16\x88\x6f\xcf\xa3\xb8\x8a\x24\x29\x86\x3d\x5d\x26\xcd\xcb\x5a\x18\xcb\xe6\x14\x10\xd3\xd4\x6f\xdb\x57\xc6\xa5\xe0\x3f\x1b\x36\xf8\xcc\x6e\xfb\x0f\x6e\xf6\xd8\xd3\x6e\xb7\x62\xe5\xed\x2c\x31\x12\x91\xef\x12\x99\x4c\x8d\xd1\x4d\x85\xf6\xc9\xdc\xba\x9a\xa8\x8e\xce\x98\x34\x7d\x55\x15\x94\xdd\x74\x7f\x2a\x61\xdb\x7f\x50\xd8\x83\x5a\x45\x7e\x48\x72\x90\x9b\x43\xf7\xa2\x9e\xc7\xc5\xc9\x4d\xaf\x6b\xa3\x8b\xa2\x86\x14\xce\xfd\xe4\xc1\xf0\x45\x64\x28\x28\x7f\xb9\x89\xa5\x0b\x99\x56\xf0\x9e\xbc\x8e\x5d\x09\x78\xae\xc8\x3a\x2a\x86\x8b\xf6\xcd\x53\xba\x35\x08\x38\x57\x3f\x0d\x45\x93\x57\x27\xf1\xee\x1e\x8e\x4a\x2f\x5f\xcc\xe0\x35\x3c\x03\x94\x4f\x76\x2c\xe2\x1b\xdd\x5d\xff\xfa\x30\xdb\xf7\xe2\xf6\x3e\x78\xf3\x7b\x5d\x7e\xfe\x5e\x07\xb8\xff\xaf\xfc\x7b\xe5\xb7\x07\x61\x0d\x40\xef\x7d\x52\x6b\xf4\x22\x7c\x66\xa3\x61\xea\xea\x3e\x4b\x7d\xce\x3b\x2b\xf0\xba\xae\x86\x7a\x5e\x18\x23\x89\x2d\xd2\x20\xa7\xc8\xf1\xe9\x5e\x4d\xe1\x20\xc5\xa9\xcb\x99\x7f\x09\x17\x27\xd2\x19\x36\xb8\x24\x7a\x33\x12\xae\x59\x29\x79\x7b\xfe\x2f\xff\x21\x1f\xfb\x26\xf3\x78\xe4\xa9\x6d\xff\x41\xad\x02\x53\x3c\xf8\x26\xe6\x93\xc2\x3b\x8c\xce\x5c\x50\x4c\xc6\xb6\xff\x20\x3d\x86\x45\x60\xf7\x07\xf3\x4a\x87\xe2\xae\x63\x1f\x07\xd1\x4b\x4b\xa3\xf2\xb0\x3d\xfe\x91\x32\xee\x8b\x5f\x70\x87\xfd\xf2\x65\x62\xbe\xa3\x71\x08\x4f\x9c\xac\xd3\xe7\x8f\x38\x82\xd7\x39\xb9\xeb\xef\x9b\xf1\x86\x1e\x3b\xe4\xe6\xdf\xc8\xe2\x33\xdc\xc8\x72\xb9\x43\x21\x04\x06\xe7\x3c\x39\x6a\x7f\x36\xc1\xd0\x89\xe5\xef\xbd\xb8\xbd\x0f\xb6\xdf\x0b\xdb\xb9\xe7\x3f\xce\x41\xc8\x3f\xf2\xef\xcf\x5b\x1c\x7c\xb2\xc5\x9e\xbb\xb0\xc6\x4a\xbd\xb5\xd2\xd0\x0f\x0c\x3c\x1f\xb8\xc5\xcb\xb8\xa9\xea\x22\x78\xf1\xf3\x99\xa6\x94\x73\xf2\xbb\xd5\xf1\xb1\xd7\xc9\xb7\xd4\xe7\x8d\x22\x03\x19\x49\xa1\xfa\x65\x16\x13\xee\x23\x44\x7f\xf3\xaf\x8e\x7e\xf6\xec\x84\x71\xc7\xcb\x6e\xcf\xb6\xfd\x07\xc3\xf7\x04\xc1\xc4\x60\x2f\x07\xed\x59\xbc\x77\xd9\x3d\xbf\x36\xb5\x3c\xdc\x87\xf6\x8f\x81\x15\x0a\x95\xb8\xce\xf7\xfe\x01\xc3\x32\x6f\x71\x5a\xcb\x98\xc0\xe8\x3f\xfe\x83\x2f\xde\x19\x57\xec\x75\x6d\xdb\x7f\x90\xa4\xc1\xdb\xe3\xc8\x1e\x07\x25\x7e\xac\x7d\xc6\x7f\x70\x7e\x22\x69\x31\xcf\x49\xb8\xef\x68\x28\x19\x35\x63\x43\x08\xb4\x0f\x97\xb2\xfb\xf4\x99\x90\x63\xcf\x21\x55\x37\xc1\x46\x20\xd8\x60\xa5\x0f\xbf\x15\x20\xde\xb4\x9e\xfd\xbb\x0f\x9e\x4b\xfc\xf6\x40\x2e\x6f\x71\xd5\xe4\x9f\xf9\xf7\x26\xe2\xdf\xf9\xf7\xa8\xd2\x16\x5f\x32\x00\xd0\x7b\x9d\x7c\xd8\xbc\x0f\x56\xd9\x75\x6e\xdf\xae\xa4\x07\x05\xde\x87\x1c\xc6\x39\x63\xd4\x0e\x91\x11\xa1\xf8\x84\x6e\xca\xb4\x2c\x55\xfe\x54\x58\x31\x99\xaa\x36\xa0\x49\xf4\xb6\x22\xdf\xd7\x8f\x35\x8a\x75\x92\x23\x55\x99\xa9\x99\x67\x6c\xfb\x0f\x66\xc6\xc4\x0f\xde\xcb\x76\x14\x83\xaf\x44\xab\xe8\x70\xa7\x2b\x5a\x3f\x88\x0f\x72\xcc\x9d\xb9\xd4\xe8\x08\x43\x35\x3f\x5d\xbd\x15\x1f\x10\x2a\x5e\xcc\xb8\xea\xcb\xa6\x11\xf6\x7e\x48\xf2\x70\x96\x62\xc7\xc3\xf2\xb8\xbb\xa6\x38\x86\x60\x88\xcf\x77\x46\x88\xcd\x13\x28\x04\x11\xfb\x6c\x31\x41\xa2\x2a\xa1\xc8\x76\xa7\xa8\x39\xf1\x35\xf1\x82\x65\xac\xa8\x18\xa6\x9e\x68\x60\xde\x2f\x46\xbb\x9a\x46\xb4\xb0\x38\x2c\x26\x3a\xd7\x4b\xec\x34\x5d\x14\x4b\xff\x71\x97\xf8\xc6\x34\x45\x6c\xea\x0b\x07\x11\x4c\x14\x00\xaa\x8f\x6e\xcd\xfb\x2a\xea\xf7\x7d\x68\xf2\xcf\x73\x40\xc0\xfc\xce\xbf\xf3\xfe\x2b\xff\x2e\xd8\x62\x0b\x1b\x00\x63\xc2\x69\xc1\xaa\x0f\x00\xac\x28\x86\xba\x7c\x0f\x28\xe6\xce\x60\x5d\x4a\xb1\xa3\x52\x9e\x9c\xe3\xcb\x8b\x04\xaa\xbd\x8c\x8d\xf8\x65\xbf\x14\x4a\x92\x1a\x4e\x59\xcc\x55\x8a\x72\x54\x8f\x47\x33\xc2\xf6\x1d\x59\xda\xf4\x8b\x61\xd0\x1f\xff\xe1\x00\xa9\xde\x73\xc6\x3c\x4b\x5f\x81\x64\x1f\xd6\x6e\xf9\x5a\x13\x41\x32\x4d\xf1\xb5\x1c\x50\xbd\x40\xba\x54\xb2\x6a\x1d\xb7\xed\x3f\xc8\x76\x13\xdd\xfb\xc7\xed\x50\x52\xaa\x44\xe6\xe9\x47\xf6\xc4\xff\xf6\x1f\x9e\xec\x23\x39\x13\xdf\x1b\x93\xb7\xbd\x07\x91\xfd\xa4\x45\x92\xac\xc1\x4e\xe1\x32\x32\x1d\xc9\x4b\x2f\x44\xf8\x05\x2a\x97\x54\xa8\x1b\x2d\x82\x5b\x59\x23\x19\x18\x5c\x15\x31\x5f\xe0\x24\x8d\xeb\x04\xfc\xf5\x81\xb6\x3d\x90\xdf\x5e\xdc\x6f\xff\xe9\xd7\xd5\xdf\x1e\x54\xcd\xbf\xf3\xef\x36\x09\x80\xab\x1c\xc7\xe2\x8a\x4f\x00\xd0\x3c\xa0\xa1\x29\x7c\x05\xc0\x7e\x99\x41\x3d\xcd\x1e\x6a\x78\x25\x59\x15\x62\xc5\x80\x53\x84\xc4\x9d\x1b\xa4\x44\x7d\x29\x13\x2c\x4c\xef\xb5\x87\x7a\x45\x95\x4f\xe6\x94\xc3\x5d\xca\xa0\xce\x2d\x85\x42\x4b\x0c\x45\xd8\xa8\x52\x0d\xcc\x58\xc9\x63\x56\xa6\x3a\x3c\x86\x89\xe4\x2a\xd7\x00\xbd\x3d\x3a\x65\xe4\x98\xc0\x71\x7d\x6e\x4d\x4f\xf2\x83\xd8\x40\xa3\x28\x15\x65\x32\x6b\x76\xad\x11\xbb\x42\x37\xe9\x7b\x55\x8c\x49\xb0\xdc\x19\x52\x52\x6b\x86\x59\xb0\xe4\x2c\x29\x73\x88\xd5\x94\x55\x7c\x8a\xe4\xf9\xf1\x82\x69\xa4\xa8\x20\xc9\x70\x35\xdc\xf4\xa1\xc8\x3c\x29\x98\x38\x67\xec\x24\x9c\x43\x3e\x43\xf2\xd7\xd3\xf9\x5f\xde\xc3\x57\xca\x6d\x72\xb1\xf2\x7b\x81\x05\xe2\x1e\x72\x89\xf2\xa4\xe0\x75\x94\x35\xb9\x58\x85\xf6\xaf\x07\xf2\x0f\x2f\x8e\x86\x86\x66\xcd\xf7\xdf\x1e\x4c\xbf\xdd\x16\x9b\xc6\x01\xfe\xf3\x9d\x5d\xe6\xb0\xf5\x5c\x74\x1a\x80\x81\x9f\xae\x3e\x83\x07\xe0\xde\xa9\xcb\x27\xe2\x62\x00\xc9\xd5\x7c\x3b\x36\x54\x03\xa2\x85\xd5\xee\xa3\xbd\x7b\xe1\x9e\x54\x22\x4f\xa3\xf3\x27\x6a\x81\x72\xfd\x13\x5f\x1b\x46\xea\x19\xed\x49\x19\x3b\xd3\xd7\x94\x29\x83\x69\xf9\x28\x23\x47\x4a\xab\x99\x81\xa2\x8a\xfe\x11\x8a\x8d\x63\x96\xaa\x81\xf6\x49\x0a\xbb\x6f\xb1\xc6\x03\xf5\x44\xca\xde\x88\x40\xad\xe3\xca\x43\xe4\xc9\xd4\x9b\xda\x6f\xe4\x57\xc9\x6b\xf9\xb2\x5a\xba\x32\x24\x72\x45\xcd\x7e\x9d\x08\x29\x26\xb2\x47\xfb\x98\x6e\x8b\xf8\x45\xb2\xfe\xf0\x57\xdd\x3e\x51\x15\x32\xdb\x67\x56\xbd\xd7\x22\xec\x64\x95\xc5\xef\x3a\xcd\x42\x6b\x64\x0b\x82\x80\xb6\x99\xe0\x2a\xf9\x15\x99\x5b\xfd\xad\x00\x23\xc5\x8c\xfc\x4b\x91\xf5\xbf\xbd\x87\xc7\x53\xd4\x8b\x94\x0a\xc9\xc3\x7f\xbf\x0f\xff\x6f\x0f\x66\x28\x75\x8b\xcf\x7b\xb7\x58\x71\x79\x8b\xd9\xbf\xcf\x47\xa6\x29\x00\x43\x2e\x1d\x7d\x82\x1f\x00\xeb\xfe\x4b\xa1\x11\x47\x81\xc8\x3d\x74\xab\xd7\xef\x39\xf4\x08\x31\xdc\x3b\xe7\x96\x09\x46\x92\x08\x8e\x1a\xbb\x11\xea\x8a\x12\x42\x20\xde\x62\x07\xf5\xa9\x46\x9a\x88\xaf\x91\x00\x95\x5d\xff\xbb\x54\x8c\xbe\x10\x55\xd0\x44\x4c\x12\xaf\x2b\x4c\x21\xd9\xde\x96\xbb\xa9\x69\x43\x59\x70\xbf\x28\xef\xa1\xe6\x41\x79\x1a\x38\xa1\x64\xa4\xd4\x45\xb1\x8d\xb7\x53\x65\x90\x4f\xa2\x24\xa6\x09\x29\x73\xc8\x4e\x50\xf6\x97\x78\x6a\xa0\xa4\x34\x29\x8c\xb5\xbf\xd4\xcf\x8b\x33\x52\x98\x3b\x5e\xa9\x31\x8b\x5a\x93\xb1\x83\xbe\xea\x2f\xb7\xfd\x07\x21\x0a\xf9\xc3\x7c\xad\x7a\xaf\xa0\x3e\x85\x61\xfd\xb1\x0a\x17\x3f\x9e\xe2\x4a\xc6\x29\xc4\xf0\xd5\x50\xbe\x51\x4c\xa5\xd1\x8f\xad\xa8\xdc\x94\x41\xf1\x1c\x5e\x1d\x6a\x00\xf5\xd4\x93\xf3\xdb\xe7\x60\xdb\x83\xf9\x79\x60\x8b\x6f\x7e\xfc\xf6\xa0\x7e\xef\x83\xa7\x6f\x7e\xfb\x2f\xe8\x2d\x66\x1d\x03\x38\xff\x69\x1f\x47\x08\xff\xd6\x73\xe4\x00\x00\x5b\xfb\xa5\xf5\x40\x1e\x00\xce\x31\xfa\x59\x77\x43\x58\x13\x3c\xce\x64\xef\xc0\x0b\x25\x12\x0a\x6c\x9f\x2c\xd9\x40\x51\x41\x9e\xf3\xad\x49\x35\x75\x55\xdd\x53\x80\x45\x9f\x4c\xcd\xd3\xdd\x2b\x42\xd0\xdb\x43\x8d\x32\x64\x17\x35\xd1\xea\xa4\x5a\x59\x0d\x8a\x7f\x54\x0b\xa2\x7a\x3a\x73\x8a\x3f\x54\xe1\xa3\x8a\xf9\xb4\x49\x3d\x56\x60\xa0\x4a\x87\x1f\x90\x9c\x91\x97\xa2\x20\x12\x02\xe4\xca\x65\x77\x51\xfa\xb2\x92\x15\xa2\x24\x09\x94\x97\x25\x43\x0a\x37\xc5\x6f\x53\xda\xeb\x0f\xc9\x93\x9e\x0c\x53\x3a\xda\x45\xe5\x2d\x44\xcc\x29\x5e\xaf\x5b\x14\x3f\x09\xd6\x50\x7a\xc6\x43\xe4\x68\x05\xfc\x28\x75\xdf\x93\xe4\xcc\xf9\x59\x29\x6f\x56\xe6\x64\x9a\xf9\xef\x51\x9a\x89\xb5\xb2\x3d\xbf\xd7\x21\x9b\xf7\x20\x35\x85\xca\x24\x72\x04\x80\xf5\x96\x08\xfd\x91\x43\x00\x3c\x0c\x82\xd3\x74\x39\x00\xa2\x82\x4f\x8c\xcf\x8f\xff\x6f\x1f\x44\x87\x43\xc6\xfd\x4e\x37\x80\x41\x9b\x22\xf7\x43\x45\x00\x13\x2e\x55\x2a\x5f\x10\x34\x9a\x5e\xd2\xb9\x22\x71\x1a\xc4\x8c\xb9\x0c\x17\x15\xa2\xa9\xcf\x4d\x68\x2d\x1d\xb4\xa6\xa8\x5c\x86\xa2\x6e\x0d\xc6\x8f\x28\x21\x06\x6c\x81\xee\x36\xa1\xe4\x09\x9d\xef\x09\x1a\x2e\x2a\x64\x56\xcd\x8f\xb9\xcb\x5e\xf6\x24\x82\x5a\x4f\x85\x8d\xcf\x25\x52\xb4\x4a\x55\x83\xa6\x7f\xc8\x1f\x0f\xe4\x8b\x7c\xcd\x90\x6c\xc8\x71\xa2\x83\xcc\xc8\xa7\xb1\x30\xeb\x3f\x1e\xc8\x7f\x79\x0f\xa4\x93\x62\x33\x58\x85\x00\x2e\x6c\xb4\x98\x37\xee\x81\x77\xca\x4a\xa8\x38\x02\xa7\xe3\xed\xf7\x33\x5a\x72\x37\x2e\xcb\xab\x71\x7a\x9f\x54\x30\xae\xd3\x2b\x71\x02\xa4\xef\xe1\xe9\x3d\x52\x46\x99\x64\x02\xf0\xf6\xee\x92\x03\xc5\x32\x73\x78\xac\x8b\x60\xaf\x87\x1c\x07\x9e\xe2\xe2\xd1\x35\x22\xa7\x4e\x30\x75\xfc\x09\xf0\x80\x2c\x7c\xfd\x98\xe5\x5f\x0f\x62\x7b\x1d\xe4\xeb\x9e\xa4\x5f\xd9\x01\xa0\xb9\x5f\x5c\x8e\x31\x06\x40\xef\xb2\xcc\xfa\x5d\x55\x00\xa3\x76\xf9\xce\x07\x19\x00\x66\x27\x54\xe8\x1f\x1f\x85\x69\x8b\x59\x0d\xf3\x27\x54\x60\xb6\xb8\x64\xf0\x4c\x99\x99\xea\x6e\x7e\xc3\x0c\xa3\x67\x4b\x59\x34\xe9\x72\x66\x37\x7f\x44\x51\x31\x64\x0c\x94\xb3\x6b\x27\x2b\xeb\xdf\x8d\xbf\xee\x29\x43\xc2\x69\xef\xc9\x29\xf5\x09\x23\x71\x68\x10\x2a\x68\x83\x0a\x89\x2d\x6a\x6d\x0d\x32\x61\x0f\x88\xfe\xca\xc1\xdd\x4c\xe1\x4a\x84\x5f\x0a\xed\xa3\x2e\x51\x08\x42\x93\x6c\xfa\xf4\x74\x74\x10\xc1\x5f\xaa\x77\x25\x35\xe6\x34\x61\x58\xe2\x17\xda\x2b\xb2\xfa\x8f\x0f\xf3\x9b\x88\x26\x09\x1f\x2c\x5f\xa0\xdd\x5c\xb8\x14\x1f\x36\x2d\xc0\xff\x2b\x5e\x5a\x08\x3b\xe1\x5f\xf7\xe1\x81\xcc\x65\x9c\xb9\x0f\x71\xcc\x46\xf6\x12\x6e\xd0\x9b\x7b\x30\x4f\xce\x15\xf7\xcd\xfb\x5e\xdf\x51\x79\x2e\xfc\x13\xcf\xb3\x5d\x0a\x0a\x07\xf1\x4f\xdd\xbe\x3f\x1f\x56\x60\x22\x3c\x76\x36\x03\x78\x70\x58\xd0\xe3\x68\x1c\x80\xc0\x03\x61\xfe\xd3\xb7\x00\x24\x5a\x44\x1e\x5e\x78\x08\xa0\x88\x7b\xa2\x76\xe5\x19\x80\x86\xa8\x84\xf3\x0d\x5d\x00\xe3\x30\xc9\x05\x96\x1c\x00\xb3\x12\xd9\x0b\xf7\x9d\x00\xac\x1d\x95\x35\xf8\x9b\x60\xc6\x3a\x4a\xfd\xd0\x93\x29\x78\x64\xf5\x56\xff\xb0\x52\x35\xd5\xdd\xe2\x89\x99\xa8\x5e\x30\x65\xd0\xcc\xd3\x81\x6c\x91\x49\xc6\x18\x4f\xf9\xad\x38\xbd\x22\x7d\x34\x54\x8b\xfd\xe2\x3b\x4a\x0a\xd1\x55\xcb\xa2\x0b\xf0\x24\xa6\x69\xcd\x96\xd3\x87\x27\x12\x95\xd5\x4b\x1a\x1e\x45\x5e\x24\x0c\xaa\x44\xbe\x28\x8f\xd1\x27\x68\x2b\xe6\x8c\xf6\xc7\x25\xe3\x5f\xcb\x79\x7e\x93\x4e\x34\xc1\xcb\x49\x2b\x23\xd6\x92\xb9\x09\x9a\x92\xf1\xa8\x4f\x31\xc5\xdb\xfb\x02\xad\x28\x69\x89\xfe\x1c\x21\xb5\x6c\x24\x15\x8c\x71\x0f\xdb\xf5\xfd\xb5\xcc\x13\xcc\x9b\xd0\x0b\x7f\xfa\x50\x18\xe4\x94\xb1\xaf\x03\x28\xaf\xab\xe4\xdf\xe0\xf8\xfd\x48\x7d\x5f\x14\xd8\x70\x05\xbe\x3b\xba\xec\x15\xe6\xf1\x8f\x3d\x5b\x9e\xc7\x29\x59\xe3\x39\xbc\x1e\x35\xad\x2b\x79\xe2\xdb\xdd\xaf\x00\x70\xaa\x0a\x90\x8f\x0f\x00\x08\xe4\xf3\xa3\x4f\x71\x02\x48\xed\x13\x1a\x3f\x9f\x0f\xa0\x8c\x12\x3d\x7e\xed\x36\x80\x5e\xe6\x93\x9f\x8c\x09\x00\x26\x20\xa1\x7d\x27\x08\xc0\x7a\x46\x66\xec\x11\x33\x80\xad\xbd\x02\xf1\xb1\x21\x4c\xdb\x27\xa9\x3e\x17\x1d\x06\x36\xfb\x52\xdd\x03\xca\x8e\x54\x15\x6b\x59\xd3\x16\x83\x91\x3f\xfd\x28\xbd\x66\x07\xbd\x51\x2e\xbd\xa4\x3c\xa3\xcf\xd1\x48\xff\x46\x22\x59\xff\x4c\xa6\x6d\xc8\x57\xe2\x5d\x1d\xc6\x32\xad\xa8\x2c\xc2\x94\x86\x66\xe3\xe3\x98\x40\xc2\x39\xd5\x86\x9e\x0b\x09\x3f\xf0\xcb\x8a\x8e\xef\x84\x13\x05\x70\xe3\x72\x91\x3f\x37\xd3\xda\xff\x78\x0f\x4b\x52\x8f\x50\x5c\xf1\x1e\x7f\xfa\x50\x82\xa5\xac\xd0\x61\x51\x4c\xdb\x7d\x28\xd3\xe7\x64\x57\x31\xda\xe1\xaf\xde\x51\xe5\x17\x30\x49\xe1\x7a\xc3\x86\x0a\x7b\xb0\x95\x41\x74\x2f\xab\x94\x58\xb0\xb5\x41\x91\x5d\xb2\x4a\x99\x38\x1d\xff\x13\x6d\xb4\xca\xa2\xb8\x46\x5f\xb5\xc6\x9b\x2a\x67\xf1\xfc\x5e\x96\xb5\xa5\xaa\x4a\x78\x7d\xcf\x79\x00\x6e\x11\xbe\x42\x5a\x71\x00\x21\x0d\xfe\x5b\xa7\x78\xff\xf6\xa3\xa8\x73\x0b\xea\x5f\xe6\x01\xd0\x1f\x17\x8d\xbb\x31\x01\x60\x11\x2e\xf1\xe0\x2e\x3d\x80\x6d\xa3\x54\xdb\x03\x59\x00\xe7\x5d\xb2\x13\xbc\xcc\x7f\xbc\x18\x2e\xd7\x93\x5a\x66\xca\x8a\x54\x4d\x47\x46\xa3\x7e\x03\xa0\xc8\x59\x8f\x59\x0b\xdb\xce\x93\xef\x5a\x96\x7b\x9e\xf5\xd2\x25\x52\xcd\xf2\xc3\x9b\x43\xe6\x88\xe7\x0d\x87\x33\x34\xa2\xbd\x08\x91\xba\xd5\x65\x67\xe2\x77\x10\xee\x68\xba\x36\xd1\x24\x6c\xfc\xe9\x45\xe1\x53\xce\x1c\xef\xcc\x7a\x83\xbb\x2f\x97\xfd\xeb\x41\x26\x0a\x27\x2f\xe3\x85\x40\x66\x4c\x6e\xfb\x30\x98\x0e\x29\x04\xea\x40\x42\xc8\x76\x1f\xca\xd7\x66\xf9\x23\x28\x74\x9c\xd4\xbb\x22\xc5\x7a\xb4\x6a\xac\xc3\x90\xb0\xd2\x0c\x9a\x1a\xf5\xb5\x6f\x43\xd9\x13\x53\x12\x0e\x5d\x2d\x2a\x26\x58\xe1\xd0\x87\xed\xfb\x55\x48\xd8\xac\xe0\xf4\xc6\x00\x35\x01\xdc\xb9\x40\xe9\xda\x4a\xb5\x28\xdc\xb0\x6f\x70\xd9\x17\xcd\x42\x5c\x85\xdf\x5b\x00\xee\x1a\x5e\x24\xed\xe9\xff\x1f\x0f\xa2\x5e\x10\x49\x9f\xf9\xb7\x1f\xc5\x61\x40\xe2\x14\xbb\x2a\x80\xfb\x1b\x99\xef\x8f\xdb\xe1\xb3\xe7\xa2\xe2\x4b\xb1\x16\xb8\xef\x59\xa5\x51\xae\x4c\xa6\x8a\xbb\xf8\x1b\x96\x18\x3d\x20\xe3\x1d\x4e\x58\x95\x3b\xe2\x48\xb3\xd6\xee\xee\xa9\xbe\x47\x89\x51\x16\x4e\x61\x7e\x11\xaa\x84\x01\x63\xc3\x34\xf3\xd8\x97\xf8\x69\x7d\xc6\xb2\x1d\xc9\x46\x7f\x7a\x51\x5e\x6b\x60\x5e\x9e\xc8\x45\xff\xe9\x45\xd1\x95\x67\x5a\x67\x2d\x4a\xfd\xe3\xc3\x98\xc9\x68\x6d\x9e\xc8\x50\x59\x95\x94\x5d\xda\x9c\x4b\xa5\xcc\x3c\x52\xd0\x40\x8a\xa4\xea\x4c\x94\x28\x29\xa1\x58\x93\x34\x87\x7f\xa8\xec\x42\xbd\x4f\xb8\xf7\x2a\x57\xf5\x10\xda\x29\xb6\xbf\x7b\xbf\x2a\x06\xc3\x13\xe5\xdd\x9c\xa3\xe1\x8b\x31\x8f\xba\xd3\x48\xab\xbe\x88\x7d\x12\x3a\x57\xd5\xaf\xe5\x8d\xf5\x09\xe5\x29\xaf\xd7\x32\xc0\xd1\x07\x8e\x96\xd8\x6a\xc9\xe0\xfa\xfd\x04\x01\x1e\xd3\x3f\xa6\xa3\xf3\xf9\x9b\xff\x6f\x7b\x10\x3a\x2e\xfc\x8b\x97\xdf\x03\x98\xbd\x11\x0c\x64\x30\x01\xb0\x1f\x15\xaa\xbb\x1d\x05\xe0\x5a\x21\xfe\xe4\xfe\x3b\x00\xcf\x56\x69\xca\xe3\x80\x3f\xfd\x28\x2c\x7e\x34\xea\xa7\x54\x72\xa9\x1a\x5e\xbb\xf4\x1a\x0c\xfd\xc9\xeb\x2e\x2a\x16\x4f\x9d\x32\x49\x52\x0e\x22\x4e\xe7\x02\x57\x88\x0c\x56\xd1\x21\xca\xd1\xc2\xf8\x5e\xb3\xe4\x14\xa5\x14\x6d\xfc\x11\x43\x9b\x12\x9e\x8c\x87\xb8\xa3\xba\x69\x8d\x77\x73\x6f\x60\x06\x35\x97\xfa\x5a\x8a\x5a\xfe\x78\x20\xdb\x3d\x20\x8b\x72\x36\xeb\xa8\x82\x83\xa8\x8b\x72\xca\x1b\x43\xb9\x9a\x3f\x69\x15\xcf\x22\xbe\x66\x65\x7d\xb0\x50\x91\xd9\x3c\x96\xd5\xfb\x66\xaf\x2a\x13\xd2\x26\x8d\xa6\xaf\x5d\xbd\x06\xd9\x9e\xaa\xd7\xdd\xa7\x5e\x8c\xda\x4c\xf0\x6e\xf1\xd3\x98\x47\xe3\x62\x9e\x3c\x7b\xa2\xe5\x80\xb9\x19\x5d\x5b\xdd\xa8\x7d\x14\x43\x0e\x9f\x2c\x37\xd5\x7e\x8d\xf5\x08\xf5\x2b\x7a\xa9\x33\x8f\x9d\x08\x9e\xc8\x57\xd0\x99\xc2\x05\x07\x9c\x02\xe0\xdd\xcd\xbb\x9b\x36\x05\x40\xf2\x1a\xef\xdd\x53\x29\x00\xca\x4b\x3c\x85\x67\xf5\x01\xf4\x05\x78\xba\x2f\xee\x01\xb0\xf6\xe5\x3f\x4a\x9f\x06\xe0\xb4\x2a\x74\x8d\x89\x0b\xc0\x4b\x5f\xb4\xe6\xc1\x0e\x80\x00\x61\x09\x5d\x1e\x7f\xd8\x0c\x5e\x90\xdd\x23\x7a\x0e\xb4\x82\xa4\x94\x27\x15\xbd\xa9\x26\x01\x1e\xda\xb9\x86\x17\xc8\x93\xde\x11\xa6\xa9\xce\x4b\xdb\xfd\x28\x84\x52\xdb\x82\x80\xf8\xb8\x7c\xdc\xa6\x65\x75\x22\x47\xe6\x2d\xec\x0f\x13\x96\xa2\xc1\xbc\x08\x8c\x8d\x01\x7d\xa3\x61\x09\x75\xbb\x17\x05\xed\xa5\x52\xf2\x65\x57\xb9\xd9\x76\x0f\xc8\xf6\x7a\xfc\x32\x54\xf2\x5d\xe7\x2b\xd6\xfa\x34\xa1\xb2\xb9\x11\x95\x8f\xde\xee\x43\xe9\x77\xd0\x98\xd9\xd4\xcc\x6a\xe8\x3a\xa8\xe5\x87\x94\x4d\x0f\x6b\x79\xa6\xad\x8e\x92\x49\x1e\xae\x75\xd0\xe5\x44\x9f\x48\xf8\x59\xd9\xa9\xbb\x86\xee\x89\xdb\x57\xb6\x5f\x4f\x0c\x63\x12\x4d\x9f\x97\xaf\x8f\xc6\x5e\x0c\x9f\xcb\xcd\xd4\x3f\x89\xed\x0f\x31\xfb\xeb\x81\xf0\x7a\xf2\x7a\xd0\x62\x00\xa4\x5c\x78\xca\x4f\x65\x01\x68\x86\x73\x09\x9f\xbd\xf7\xd7\x0b\xb2\x6b\xe7\xfd\x7a\xdd\x12\xc0\x2d\x8b\x1f\x7d\xfb\x38\x40\xc0\x55\x21\x1c\x9b\x21\x40\x48\xb6\x58\x1a\xcf\x1e\x80\xc8\x1e\x49\xac\x08\x1b\x58\x45\xef\x57\x38\xac\x10\x4c\x35\x0b\xe3\xd2\x64\x36\x3c\x43\x46\x04\x1d\x31\xba\xee\x84\xfb\xd3\x8f\x72\xd2\xf1\xa9\xb7\x74\x92\x08\xce\xc0\x3a\x2c\xbe\x20\x87\x1f\x63\x6a\xd6\x51\xd4\x55\x9a\x82\x2e\x30\x92\xae\x9f\xa9\x08\x43\x85\xe9\xac\xbe\x3a\xf0\x54\x66\x73\x51\xd5\xf3\xa7\x6b\xfd\x06\xea\x80\x92\xd6\xf2\xec\x53\x57\x84\xb2\xe2\x8f\x55\xf9\x8a\xc2\x6f\xd2\xaa\xe4\x35\xd6\xf2\xfb\x6f\x39\x34\xcf\xae\x1b\x96\xe8\xf5\x95\x68\xfb\x6e\xd4\x16\x0c\x74\xf6\xe9\x64\x22\x7a\x73\x2d\x5a\xfa\x74\x9d\x36\x5f\x67\x22\xeb\xf8\xf5\xd6\x91\x9d\x69\xb1\x15\xe6\x06\x63\x28\xf1\x94\xca\x62\x75\x83\x1f\xe8\xa0\x78\x9f\x3c\x6d\x23\x0b\xf4\xfb\x38\x91\xac\xab\x46\x7e\x98\x57\x91\x9f\xd2\xec\x8c\x77\x60\x95\xc3\x2f\x27\xef\x30\xce\xc7\xf6\x85\x2c\x02\x08\x64\x71\xef\xa3\xad\x04\x90\xd6\xe6\x70\x38\x71\x0c\x40\xc7\x9a\x6b\xd7\xd9\xf1\xbf\x1e\x84\xe3\x27\x5e\xb5\xeb\x18\x00\x9f\xef\x3c\x8a\x8c\xad\x00\x41\x02\x82\xb4\xf7\x52\x01\xa2\x8a\x85\x73\x38\x62\x01\x62\xeb\x25\x6f\x3c\x61\x04\xab\xb8\x33\xf2\x3b\x15\xf2\xa9\xca\xb1\x73\x6a\x29\x46\x42\xe4\xfa\x88\x16\x03\x46\xd7\x94\x3f\xfd\x28\x7c\x6e\x21\xae\xaf\xd3\xd9\xb0\xba\x0e\x3a\x91\xbe\x85\x86\xe8\x5a\x4b\xc6\xfc\xc1\x8a\x8e\xff\xd5\x8b\xc2\xa3\xc6\xbf\xb0\xd2\xa2\xb4\xdd\x8b\xf2\x53\x55\xcd\x7b\xe5\xc8\x53\xec\x84\xb5\x66\xc1\x6a\x5c\x65\xd1\x80\x92\xee\xd1\x35\xdf\xf2\xc2\x6e\x5a\x3d\xc5\x75\x7c\xb1\x5b\xd3\x55\xc3\xe0\x0d\x9b\x22\xcf\xda\x05\xc3\x02\xc4\x4a\x6e\x4a\x85\x9e\x51\x00\xf2\x76\x26\x47\x21\xc9\xb8\x1b\x75\x36\xb5\x37\x3b\xd6\x94\x17\xf5\x23\xa9\x36\xdd\xcc\x6c\x37\xda\x2f\xe1\xdc\x76\x0f\x4a\xd2\x0e\x33\x16\x4c\x5b\x94\x79\x5c\xb8\x99\x1a\xd6\x3e\x6c\x0a\x40\xd8\x93\xab\x8a\xee\x1e\x80\x7c\xca\x03\x34\x9d\x1b\x80\xae\xe5\xa3\x17\x67\x44\x00\x2c\xf7\x73\x3c\x3e\x8f\x00\x70\xf9\xc2\xad\x74\xad\x0f\x20\x30\x9d\xc7\xe0\x66\x00\x40\x94\xf1\x63\x61\x16\x77\x80\x04\x1d\x21\x24\x97\x38\x40\x0a\xbd\xa8\x82\x60\x14\x38\xa6\x6d\x4a\x8f\x29\x9c\xa2\x26\xa5\x46\x28\x69\xe9\x35\x91\x7f\xc4\x97\xeb\x04\x39\x57\x11\x0b\xc2\x9b\xcd\xef\x86\x17\xe1\x86\xbd\xa6\x5d\x54\x32\xdf\x63\x4e\xba\x18\x87\x9d\x2c\x97\x44\x09\xd8\xdc\xcb\x25\xd5\xba\x6e\xf7\xa2\x20\x1e\xe9\x79\x8f\x44\xb7\x7a\x6d\x70\xaa\xd7\xcc\x7b\xb7\xb9\xae\x3a\xa9\xe1\x7e\xe9\x37\x07\x4c\x95\x6b\xbb\x2c\x09\x34\x30\x0f\x6e\xea\x2d\x2d\xff\xa8\x1d\xeb\xb2\x33\x8c\x59\x35\xa8\x56\x68\x7c\x62\x4c\x58\x6b\x29\x5f\xab\xae\x34\xf5\x5e\x87\x12\x89\xe2\x59\xf3\xcc\x8d\xf9\xc2\xf2\xdc\x67\x16\xbe\x9b\xac\xb9\xda\x19\x1f\x2c\xa5\x91\x17\xb3\x4e\xa4\x66\x59\x44\xa1\xfc\x52\x92\x12\x9f\x58\xd6\xa3\x69\x92\x22\x63\x2f\x59\x9d\x40\xcf\xc4\xd5\x45\x8c\x5a\x55\x63\x4a\xa3\x4f\x87\x7d\xb0\x62\xc5\x6a\x84\xc7\x00\x3c\xc9\x7b\x54\x79\x1c\x09\xa0\x30\xfc\xe0\x1d\x5d\x05\x80\x81\xe8\x83\x82\xd3\x8a\x00\xb6\x02\x0f\x12\xce\x15\x03\x78\xd6\x3d\x90\xbc\xf8\x1c\x20\x28\x9d\xab\x82\xb1\x1c\x20\x76\x8e\x7b\x83\xd9\x04\x20\xc5\xf9\xb1\x2d\xdb\x30\x40\x56\x8a\x88\x91\xa0\x3c\xd4\xe6\x7c\x12\x5f\x93\x56\xa6\xb6\xe4\x2d\xca\xe9\xeb\x78\x92\xe7\x33\xc7\x35\xdc\x9d\x8d\x89\xf1\xf1\x17\x4c\x76\x47\x5c\xc6\x5d\x0d\xa9\x72\xa8\xce\x0d\x43\xdf\xf4\x70\x0c\x7c\x52\x7d\x75\xb3\xc0\xc1\x3d\xf3\x73\x93\xe0\x86\xad\xa5\xe1\xb3\x87\xed\x45\xab\xdf\x0d\x4e\x8f\x2f\xf5\xc4\x6d\xf7\xa2\xcc\xf0\xe8\xb8\xcd\xeb\xb4\xbb\x0d\xe5\x19\x26\x2c\xee\x69\x7e\xd1\x2d\x65\x72\x79\xa9\xbd\x81\xe3\x59\x9a\x79\xf1\x0a\x5b\xdd\xb1\xca\x68\x8b\xaf\x6b\xfb\xab\xd4\x8a\xef\x59\x76\xae\x87\x95\x5d\xca\x46\x5a\xcb\x6d\x0c\x14\x69\xa4\xdd\xb3\x79\x8d\xc8\xcd\xaf\x4c\xa1\xb7\xce\x41\xee\xc9\x4a\x8a\xbb\x6c\x53\x8c\xba\x95\xc6\x1d\x99\x6f\xdb\x85\x1a\x4e\x2e\x0f\x35\xb1\xf3\x44\xc7\x26\x18\x86\x1c\xb0\xcd\xc3\x68\xc6\x94\x06\x50\x6d\xa7\x31\x10\xe9\x07\x20\x7d\xe1\x11\x0d\xdd\x49\x00\xb5\x14\xf6\x11\xba\x02\x00\x13\x31\x76\x89\x53\x56\x00\x4e\x07\xee\x9b\x9e\x1b\x01\xf0\xe5\x7f\x38\x72\x45\x1b\x20\x52\xe8\xa1\xfa\x75\x25\x80\x64\xa9\x47\x73\x37\x2d\x00\xb2\x29\xbc\xc1\xf7\x25\x01\x0a\xa5\x04\x99\xf9\x24\xe0\x5d\x99\xe2\x93\x73\x12\x7a\xd4\xee\xb2\x35\xe9\x76\xed\x71\xca\xfe\x22\x0b\x95\x2f\x8e\xed\xc4\xdc\xcc\x49\x7d\xa5\xf0\x28\xdc\xc9\x78\x26\xeb\xba\xdc\x6e\x64\x91\xbf\xb1\xb7\x48\xfd\xc7\x0d\x3b\x37\xe5\x14\x86\x8e\x2b\xab\x51\x36\xd3\xcf\xea\x5e\x4a\x2c\xdd\x34\xe6\x98\x74\x1a\x5c\x9f\xdb\xa7\x8f\xfa\xfe\xf6\x95\xfd\x70\x83\xd9\xb9\x59\x54\xcf\xce\xce\x32\x0b\xf5\x05\xf5\xb6\x8d\x7a\x43\xeb\x6b\x8b\x09\xcd\x11\xe5\x37\x6d\x8f\x2d\xdb\x3d\x33\xca\xb3\xb2\xbf\xb9\xba\xa3\x26\x3d\x3d\xdf\x81\x65\xed\x59\xe5\xae\x64\x19\xfb\xa5\x0d\xf3\xe2\xc9\xb8\x02\x87\x35\x84\x44\xe1\x9e\x98\x65\xfb\x95\xcd\x80\x9c\x8e\xb0\x13\x8e\x91\xc8\xc2\x8c\xb8\xc0\x46\xa7\x02\x94\x42\xea\x27\x7f\x11\xa7\x5b\x68\xf1\xc4\xe7\xde\x96\xce\x27\xd0\xdf\xe3\x8f\x7b\xf2\x3b\xb5\x62\xf2\xa3\xdd\x01\x64\x7d\x1f\x6e\xd0\x65\x03\x68\x8c\xdc\x3f\x76\x42\xf1\xff\xf0\x20\x4e\xb3\xbb\x5e\xe2\x01\x88\x93\x61\xe7\xba\xf2\x1e\x20\xe3\xf3\x43\xb6\x1b\x65\x00\x85\x3a\x1c\xfc\x77\x34\x00\xaa\xb2\xf8\x42\x1e\x5f\x81\xa5\x3a\x7a\xa1\x6b\x62\x5c\xd4\xa9\xda\x51\x09\x9c\xd6\x09\x8a\x50\x8d\x8e\x82\xa3\xdd\x02\x31\xa6\x5c\x5a\x4b\x3c\xbc\x1a\xbb\x9e\x39\x62\x7e\x33\xcf\x68\xf3\x63\x24\x8f\xbb\x4e\x63\xc9\x1a\x93\xf7\x9d\x84\x67\xbd\x3c\x4b\x0f\x1c\x93\xeb\x79\x86\x5a\xe6\x07\x4c\x87\xa7\xee\xbc\xe5\x19\x77\xb0\x5c\x99\xa6\x0e\x7f\xe8\x02\x5b\xde\x19\x5c\xdf\xfc\xd3\x4d\x47\x81\x39\xbd\x6e\x83\x92\x3a\x47\xc3\x5f\x75\xad\xb3\x99\x0b\x2e\x21\x4b\xe6\x4d\x62\x29\xbb\x5c\xc2\x57\xda\x6a\xf3\xe2\xcc\x5d\xa8\x6b\x01\x95\x63\xd1\xd7\x5d\x8f\xad\x97\x97\x59\x86\x20\xdd\xc4\x11\xfb\x8a\x2e\xfe\xf1\x40\xe6\xdc\x7e\x21\x77\x67\x9f\xf1\xae\x70\x0b\x43\x6e\xa6\xbb\x79\x26\xb9\xfa\xa1\xe9\x93\x6c\x3c\x54\x5c\xcf\xa3\x3f\xc5\xb3\xbb\x07\x3b\x8f\x60\xe2\xa2\x47\x00\x64\xf1\xf7\xc7\x69\x75\x01\x74\x3e\xb2\x95\x9f\xe0\x06\xb0\x3e\xcd\x86\x3d\xdd\x07\xe0\xf1\x9d\xad\xed\xdc\x1c\x40\xc8\x26\x7b\xca\xa5\x4f\x00\x49\x87\xd9\x88\x57\x5d\x01\xf2\x07\xd9\x08\xf4\xd3\x00\x65\xef\x1f\x31\xde\x61\x01\xa8\xd3\xe5\x09\xe5\xfc\x06\xd4\x26\x3b\x01\xde\x27\x72\x54\x4a\xfb\xa8\xe8\x43\x75\x53\x4a\x5c\x9b\xa7\xf4\x8c\x15\x86\xf8\xb4\xe9\x98\x6a\x42\x98\x00\x36\xbc\x72\xc0\x90\x2d\x9f\xb4\xc9\x97\x41\xe3\xb8\xa3\x39\x68\x29\x23\x24\x24\x7c\x74\x48\x79\x4e\xd0\xa3\xae\x26\xed\x7d\xde\x74\xbd\xdd\xa1\xf7\x3c\x1f\x6e\x75\x2e\xbb\x3c\xfe\xac\xf6\xa6\xa4\x3a\xcc\x9d\xf9\xbb\xc5\xc0\x7c\x2e\x87\x97\xf0\xcf\x3d\xbd\x02\x69\x3c\x5e\xcc\x0b\xf7\x3b\xf4\xe3\xed\xbc\x77\x2f\x5a\xb7\xf4\x85\xbf\xf1\xc6\x2d\x7f\x7b\x76\x2a\xb4\xc8\x6b\x60\xb5\xe0\xa9\x73\x60\x90\xf7\xb1\xf5\xfd\x15\x9e\xfe\x5e\x5e\x3c\x1b\xba\x25\xda\xbe\xae\x5e\xed\x08\x87\x82\x41\xef\x1e\x8f\xa7\x48\xba\xac\xb9\xed\x3e\x14\x8f\x49\xb7\x38\x34\x57\xd2\x11\x77\x7a\xf7\x72\xf4\xab\xf8\x24\xd7\x6a\xf7\x54\x8c\x57\xcc\x7d\x00\x79\x34\xbb\xc6\xf1\xef\x00\xfa\x5e\xac\x1f\x4f\x3c\x04\xb0\x19\xbd\xa3\x45\xe7\x0c\xe0\xdb\x77\xc7\xe9\xd4\x38\x40\x54\xf7\x5d\xde\xf3\x8a\x7f\x3d\x88\xe2\x5b\xac\xf2\xd7\x85\x00\xea\xb4\xef\x0f\x32\xf9\x01\x3c\x1f\x7c\xd4\xcb\xae\x0d\xd0\x5d\xcf\x77\x58\xc4\x06\xdc\xfa\xbb\x05\x79\xe4\x48\x94\xd8\x57\x74\x92\x42\x56\x31\xc4\xc1\xde\x0a\x45\xa6\x90\x3e\x6c\x5c\xbb\x92\x16\x39\x9f\x13\x61\x5c\xf5\xd3\xb2\xb6\xf5\xf3\xc2\x58\xea\xe5\x80\x13\x63\x29\x93\x37\xc2\x9c\xca\x76\x7c\xfe\xd0\x69\x1a\x10\x3d\xba\x30\xbd\x5c\x6c\x11\x3c\xfa\xf1\xea\xfb\xd3\xe9\x34\x21\xa9\x5f\xc2\x46\x7c\x63\x71\x21\x81\x3f\x68\x5e\x6d\x46\xba\x06\x55\xcc\x5f\xee\x6a\x09\x13\x0a\x50\x59\xf4\x69\xe9\x0d\x62\x09\xf4\x5a\xa1\xa9\xef\xf7\x4f\x0e\xbc\xb0\xba\x51\x5d\xe0\x77\x28\xa0\x6b\xfd\x54\x85\x9c\x77\x8e\xff\x35\xc4\xad\xc2\x0e\xcf\xbd\x81\x82\x9b\x47\xf3\xd2\xdc\x47\xfd\xed\x90\xb2\x99\x38\xb7\x0b\xfe\x7d\x28\xc6\xb4\x1c\x97\x0b\x7e\xa2\xe8\xa4\x04\x07\xa7\x74\xdf\x6e\x8c\x5d\x8c\xa9\xe3\x69\xdf\x0f\xd8\x0b\x91\x07\x00\x14\xbd\x58\x73\x8f\x9f\x07\x30\x36\x63\x51\xa1\xb5\x00\x70\x7a\x70\x77\xef\xc9\x35\x80\x80\x86\x5b\x15\x74\xaf\x00\xe2\xe3\x6e\xf1\x9c\x6c\x06\xc8\xb5\xbc\x7d\xe3\xcc\x0c\x40\x55\x13\x4b\xf5\x15\x12\x40\xd3\x5b\x56\xd3\x1b\xfb\x00\x7a\x66\x1f\xe4\xb2\x9e\x05\x18\xe2\xe6\x3e\xc8\x77\x13\xec\xde\x7e\xe3\x9f\x93\xf7\xa0\x1e\x9a\x48\x7a\xe2\x6a\xb2\x83\x88\x99\xe0\x90\x11\x0b\x72\xc7\x86\x8c\xb6\xaa\x9e\xcc\x8b\xdf\x28\x7b\xd9\x69\x78\xb4\x4d\xef\xe3\xbd\x67\xc7\xdd\x3f\x8e\x76\x3d\x77\xcd\xdf\x91\x6a\x34\xbd\x33\xdf\x2b\xed\xdd\x20\xff\x0c\x5d\x92\x7f\x8a\xe9\xe4\xc2\x44\x5c\x54\x53\xb2\xfa\xd7\x13\xc3\x8d\x61\xc9\xf1\x53\x3f\x88\x7d\x3c\x81\x91\xf1\xae\x0b\x37\x3b\x62\xfc\x32\x63\xef\x2f\x09\x34\xfd\xf4\x51\x89\x22\xaf\x34\xd4\x7e\xf7\x4a\x8f\x94\x59\xf3\xaa\x24\x7b\xe8\x46\x6a\xaf\x6f\x96\xa6\xb8\x0b\x85\xbb\x20\x1e\x17\xea\xb8\x26\x86\x7d\xd8\x74\xca\xbd\xe8\x4c\x08\x53\x42\x06\x67\x1e\x71\x24\x87\x3a\xa0\x3e\x26\xe7\x39\xbc\x09\x49\x44\x57\xc6\xe3\xec\xdd\x42\xd0\x18\xde\x58\x09\x3b\x97\x20\x6e\xac\x42\xf8\x2f\x00\x95\xc4\x7b\x97\x8e\xbd\x04\x30\xa5\x65\x19\xfa\xcf\x7d\xe9\x6a\x7c\x47\xee\xe4\x31\x80\x10\xfe\x9b\x53\x74\x09\x00\xa9\x91\x37\x2d\x4e\xb6\x01\x14\x0f\x30\xe6\x9d\x8c\x00\xa8\x5b\xbb\x7d\xf6\xbc\x11\x40\xb7\x05\x73\xda\x95\x97\x00\x83\x21\xf7\xbc\x6f\xc6\x03\x4c\x7e\x7b\xd8\xf4\x48\x04\x10\xdf\x2a\x78\x8c\xc4\x6e\x53\x75\x7f\x32\x0b\x89\xe8\x3b\x92\xaa\xe6\x5f\x88\x3b\x79\x37\x63\x57\x16\x3c\xe5\xf6\x67\xb3\x2c\xe8\x4c\xb7\x6b\x4d\xb5\xdc\x1e\x10\x1a\xd5\x72\xc8\x79\x6d\x59\xaa\xfb\xa2\x25\x46\xf3\x83\x69\xac\x7d\x1b\xfe\xd5\xe9\x2f\x69\x41\x6f\xeb\x47\x3f\x36\x8c\x5f\xf5\x5f\x2d\xa3\xfd\x96\x31\xc8\xed\x73\xa5\x98\x73\x16\xd9\xcb\xef\xb9\x3f\x77\xfd\x97\xf5\xf3\x4a\x0f\xfd\xcc\x3d\x4b\xd5\x8d\x75\x6e\x07\xd3\xb4\x57\xa5\x6b\x8e\xbb\xa8\xa6\xdc\x5f\xbf\x57\xde\xec\x6c\x99\x74\x7d\xc3\xae\xf8\xa3\x53\x70\xfc\x4b\x44\x73\x7e\xba\x83\x43\x02\xcb\xe6\x74\xb6\x85\xbd\x5d\xdc\x4d\x24\x29\xfd\xd8\x76\x0f\x8a\x6d\x43\x64\x11\x66\x57\x9c\x80\x75\x70\x94\x3d\x66\x2e\x12\x69\x2d\x13\x4e\xc5\x06\x86\x8d\x02\x68\xfc\xba\x2b\x74\xfc\x20\x80\xd9\xcc\xed\xa5\x63\x41\x00\x9e\x6d\xb7\x2d\xe9\xa4\x01\xa2\x16\xae\x1f\x3b\xb2\x0e\x90\x79\xf3\xba\xfe\xb1\x17\x7f\x73\x9e\x76\xb1\x2b\xf9\x47\xbf\x02\x0c\x74\x30\x08\x9d\xf2\x04\x78\xff\xeb\x0e\xc3\x75\x43\x80\x99\x63\xac\xde\xcc\xda\x00\xcb\x58\x2e\x1b\x61\x56\x2a\x01\x23\xcc\xf7\x51\x5d\x80\x34\x8e\xe7\x7c\x52\xe4\x99\xb3\x71\x13\xe9\x28\x13\x9b\x3e\x3a\x01\xab\xf7\x35\x0b\x6b\x83\x5a\xc3\xe7\x15\xac\x03\x5e\xd4\x64\xec\x9b\xde\x0c\x49\x7b\xbb\x2b\x60\x69\xea\x4e\x6b\xdb\x84\xb1\x2b\x71\xe4\xcc\x27\x9d\xb1\x18\x17\x42\xa7\xf1\xf7\xbe\x7e\x84\x93\x75\x43\xee\x7c\x40\xe7\x69\xc7\x7d\x4f\x67\x17\x73\x9b\x8b\x1c\xc2\xcb\xcf\x2e\x2f\xd6\x4b\x39\x1c\x29\x52\x5a\x1d\xa8\xb6\xb5\x6b\xcd\x2b\x5a\xff\x58\x6a\x69\x77\x34\x27\x78\xe3\x57\xd1\x7e\x9b\xc0\xcc\x95\xcd\xec\x9c\xd3\x36\x69\x69\x48\xa4\x5a\xa6\x91\x15\x21\xf5\x3e\xaa\x31\x79\xca\x2a\x2b\x45\x13\x7d\x31\xe9\x92\xc5\xcb\xa4\x78\x8c\x7b\xf4\x47\x8b\x53\x89\x57\xb1\xe7\x22\x5a\xcc\x0f\xc7\x7d\xc1\xed\x09\x9e\x02\xd0\x39\xcb\xfc\xe4\x68\x11\x80\xcd\x87\xdb\xe1\xc7\xb9\x00\x7c\x7d\xe8\x07\x8f\x20\x01\xe2\x4f\x5f\x5d\x3e\xc2\xf7\x37\xf7\x6d\x72\xdd\xe1\xfa\x7f\x79\x10\x33\xfe\xf4\xfd\x27\x53\x01\x36\xc6\xee\xb0\x5d\x5b\x02\x20\xf7\x3c\x9a\xe3\x61\xa1\xf6\x93\xc5\xf8\x85\xb5\x04\x37\xc6\xf0\x4d\xa2\x69\xee\x3a\xd3\x8c\x68\x3f\xf9\x73\x09\xca\xbd\x67\x36\x1a\x75\x9c\x4b\x66\x2b\x46\x97\xcd\x6c\xfc\x9a\xcf\xc4\x7d\x9c\x33\x0d\x50\x7d\xa9\xe3\x8d\x9b\xc1\x3e\x3d\xf9\xba\xde\x5a\xe9\x3b\xe7\x17\xf4\xd0\x1d\x8b\xaf\x13\xa4\xd9\x0f\x3d\xfb\x2d\xd9\xfa\x13\x7e\xb1\xb6\x12\xad\x04\x3b\x48\x4b\x52\x8d\xf1\x96\x6e\xcd\xeb\x2b\xaf\x6b\xfc\x2d\x23\x6b\x5a\xd7\xaf\x95\x5f\xb0\x8c\xaa\x70\xdd\xc8\x28\x2a\xb6\x70\x2c\x4b\x46\x7c\xca\xb3\x31\x0f\x2b\x3e\x82\x54\xce\xdc\x6d\xce\x9c\x7f\x10\x15\x94\xa2\x61\x76\x25\xd7\x03\xed\x9c\x20\x64\xaa\x93\xfd\x0a\xc3\x15\xd3\x6a\x7a\x2c\xc3\x0c\x4b\x17\x91\x6f\x92\x97\x9e\x86\xb5\x0f\x6b\x37\xd6\x48\x33\xc1\xf1\x05\x69\x02\x18\x32\xdf\x9e\x3a\x1a\x02\xe0\xd8\x7f\x1d\x71\x68\xe2\xff\xe8\x41\x08\xde\xca\xf7\x3b\xec\x69\xfe\xd5\x0b\x32\x93\xb2\xe5\xc5\xa0\x14\x76\x5c\xdd\xfa\xbf\xfb\x36\xdb\xb9\x5a\x00\x38\xf0\x88\xc4\xc3\x8a\x30\x20\x9b\xf0\x7f\xd7\x7c\xf5\x2d\x9b\xf0\x5e\xac\xc4\x61\x7e\xa8\x11\x5b\xa5\x90\x10\x16\xd7\x90\x8d\xec\xd0\x25\x67\x45\xe7\x66\xae\x87\xda\x24\x57\xdd\x0b\xef\x5e\x1a\xf2\x6d\x6e\x95\xf5\xd0\x59\x7c\x50\xc0\xd8\xee\x69\xe1\x30\xaf\x33\x6e\xd8\xbd\x62\xe0\xfe\x4b\x70\xde\xb1\x5d\x52\x1f\xf1\xed\xee\x62\x56\xe3\x90\x61\xd0\xdb\xb3\x2b\x97\x6b\x1f\x18\x57\xf4\x0e\xaf\x42\x65\xa1\xd1\x72\x97\xff\x7a\x47\x49\x82\xd1\xc5\xd6\x3d\x08\x5c\xae\x9c\xa1\x5a\xa3\x3c\x52\x3b\xe3\xa1\xb1\xc1\xd3\x5b\xc8\xd6\xf4\x73\x86\x56\x55\x66\x68\xf1\x04\x3f\x43\xb9\xb2\x10\x0c\x63\x4c\xc9\x76\x0f\x88\x61\x5a\x01\x1b\x96\x2f\xdc\xd6\xd0\x38\x4f\x14\xfb\x2c\xf4\xa4\x01\x7d\x36\x12\x57\xed\x5f\x04\x60\x72\xe7\xba\xf2\x81\x49\x00\x2f\xd9\xab\x1f\x0f\x9d\x00\x88\x7e\xb4\xb5\x0e\xdb\x79\x5f\x7d\xd0\xbf\x73\xcf\xed\xfc\x7b\x8d\x89\xe6\xbf\xfa\x30\x98\xed\x2f\xfd\xda\x7c\x42\x5d\xe5\x38\xcf\x6b\xf4\x7d\x83\xb2\x97\x7f\x44\xe5\xce\x58\x2e\x71\x51\x5c\xcf\x32\xa6\x43\x1d\xbf\x43\x29\xde\xff\x6d\x19\x0f\xe6\xb8\xbe\x5c\x22\x4d\xd2\xea\xe6\xa2\xcd\xb7\x7c\xda\x40\xca\xc6\x11\xcf\xb1\xca\xdb\x2e\x12\xeb\x47\xd3\x03\xab\x67\xcc\xd1\xab\x0c\x9d\x82\xf5\xb7\x74\x92\x97\xb9\x17\x53\x1b\x05\x34\xaf\xaf\x2e\xac\x58\x54\x63\xb4\xbc\x7f\x3c\x5b\x9d\xaa\x08\xd3\x8a\x9b\x5a\x5a\xff\x51\xd4\xa5\xdd\x31\x8c\x42\xfc\xca\xf1\xd3\x61\x7f\xf5\x63\x73\x29\xf3\x88\xee\x81\x4e\x1c\xea\x60\x0a\x5a\x27\xe3\x79\x3d\x9a\x3d\xe1\x8e\x6e\x44\xe3\x1c\x3a\x35\xae\x40\x57\xb9\xae\x02\x13\x12\xa5\xa7\x2b\xf6\x54\x12\xcb\x1c\xce\xab\x83\xab\x3c\x87\xfd\x19\x1c\xa5\xa3\x5a\x5e\x81\xb3\x0e\x88\xd3\x3e\x52\x22\x82\x0f\xf2\x3a\x0b\x60\x5e\x78\x40\xe2\x3f\x73\xf8\xb8\x6c\xcd\xf5\xc7\x87\xf9\xaf\x1e\x84\xb7\x7c\x5b\x9c\x5f\xdd\x22\x99\xb2\xbd\x0e\x3b\xf1\x34\x34\xa8\x3e\x00\xe6\x85\x6b\x3b\x67\x1f\xc1\xf5\x47\xec\x9c\xcb\xef\xc4\x29\x6a\x02\x83\x8a\x01\x3d\xbc\xa4\xb7\x12\xe2\x46\x55\xb5\x0e\x84\x7c\x65\x25\xd7\xe5\xec\x4f\x38\x67\x7d\xc6\x10\x42\xd4\x1c\x66\xbf\x75\x6c\x12\x8b\xcf\x25\xa4\x8f\xc7\x66\xae\x80\x53\xfc\x66\x55\xfc\xa1\x82\x3b\x66\x18\x44\x77\xed\xa9\xa2\x74\x1d\x9b\x0d\xb6\x49\x86\xb2\x0b\x6a\x27\x36\xc4\xd6\xd6\x4a\x7c\x95\x47\x36\x0f\x6d\x8c\xe4\xf1\xaa\x04\x2f\x3d\x44\x94\x67\x97\xab\xb1\x7f\xb9\xbc\xf9\x26\xe3\xc6\x7f\xf7\x5f\xa8\xdb\xf7\xef\xc5\x1c\x8a\xf6\x55\x7f\xf1\x42\x16\xf3\x31\xfc\xbb\x3a\xa5\x9d\x0e\x9b\x14\xa2\xa0\x31\xdf\xca\x8b\x8d\x0b\x49\xd4\xc8\x6b\x64\xc0\x69\x06\x68\x6b\xf8\xd7\x9f\xc6\x7d\xf7\x75\x52\x77\xac\x39\x89\xef\xf5\xd8\x05\xe0\xac\x7b\x49\x6d\x9f\xd7\x5f\x1f\x26\xc7\x63\x8b\x0d\x15\x34\xff\xea\x09\xfa\xbf\x7b\x10\x50\x73\x00\x17\xc8\xfb\x66\xe6\x58\x00\x98\x5f\x5c\x7b\x3f\xc9\x4e\xa5\x72\xee\xe2\xf1\x7c\x59\x49\x41\x0a\xc4\x48\x8d\x35\xa2\xc9\xf9\x12\x1d\xda\x7e\xc5\x87\x89\x3f\x94\xd7\x6c\xd6\x53\x4e\x13\xe8\xf4\xba\xbc\x39\x43\x54\x71\xff\x1f\x63\x7f\x19\x55\xd5\xfa\xbe\xef\xc3\xe8\xb6\x15\x14\xb1\x13\x2c\x50\x50\xa4\xbb\x9b\xc5\xa2\xbb\xbb\x1b\xe9\xee\x6e\xa4\xbb\x44\x40\x42\x04\x14\x41\x29\x15\x93\x50\xb1\x0b\x90\x96\x5c\x1d\xf3\x7a\xc6\xde\xb2\x70\xeb\xfe\x7e\x7e\xcf\xff\xd5\x35\x1c\xbc\xba\xa7\xf3\xbe\xe7\x1a\xf3\x3c\xe6\x71\x72\x38\x05\xc5\x19\xac\xf3\x0f\xed\x18\x52\x62\x50\x66\xae\x2d\x3b\x26\xb0\x72\xf7\x55\x3e\x13\xf2\xca\x54\xef\xad\xfc\x6c\x9d\x6f\x2b\x6c\x13\x77\x0b\xea\xfe\xe4\x1f\x34\x84\x17\xf6\xaf\xa6\xa4\x75\x6b\x26\x8f\x15\x61\x64\x53\xd0\x9a\x31\x1f\x3a\xb0\xba\xf1\x95\x5a\x7c\x2f\x2d\x70\x27\x63\x2e\x69\x35\x3f\x3f\x80\xeb\x8a\x94\xd2\x6a\x7a\xf4\x1a\xef\x17\xea\xa2\xbd\xb3\xef\x2e\xfe\x4d\x70\x80\x56\xe8\x7d\x84\x70\xd5\x9f\x41\xfb\xf6\x5d\x63\x42\x91\x3f\xab\x8e\x67\x3b\x23\xe1\x8d\xef\x2c\x80\x9f\xef\xcf\x75\xfd\xe9\xc3\xa0\x79\x51\x68\xe7\xe1\xef\x1c\x08\x2d\xf7\xfa\x72\xe7\xe7\x1c\x35\x01\xb8\xb0\xc2\xac\xf3\xe8\x0b\xa8\x0b\x6c\xe5\xe7\xba\x9d\x8a\x98\x4b\x5e\x91\x8f\xba\x9e\x44\xdd\x8c\x72\xd4\x27\xe6\x77\x52\xf6\x6b\x4b\x59\xd5\x27\x71\x90\xa6\x4d\xb5\x5c\x3f\x06\xdf\x21\x90\x1c\x7f\x04\xfb\x5d\xa1\x27\xc8\x78\xc5\x44\xb0\x38\xd7\xe0\xef\x46\x9f\x88\xd6\xb0\x0e\xc4\x7d\x29\x4c\x8c\x2f\x35\xc9\xc1\x05\x36\x7b\x25\xbc\xd7\x3b\x86\x8d\x7d\x96\x92\x22\xa3\x6e\x87\x95\x9d\x1f\x4d\x4e\x52\x3d\x8b\xfb\x0b\xcb\x10\x2f\xb3\xce\x3f\x34\x60\x4e\xe3\x9c\x22\x0c\xd1\xf7\x67\x2f\xe2\xda\xc3\x6d\x54\x15\xc7\x2c\xf0\xa2\x21\x14\x35\x9d\xf7\x6f\xf0\x7e\x21\x67\xd5\x4c\x47\x80\xa0\xe7\xaf\xa9\x7e\xe0\x79\x26\x21\xdb\xef\x84\xba\xc3\xe3\xed\x84\x25\x9f\x43\xea\x7c\x0f\xc2\x89\x0e\x5e\x4c\x6a\x39\x7d\x87\x89\x33\x6e\xf9\x00\xd1\x7b\xd7\xee\x83\x35\x2e\xaa\xb5\xf9\x77\x1e\x68\x9d\x03\xf9\x67\xbd\x34\x0e\x66\x7c\xf6\xe7\x1c\x5e\xcb\xff\x1e\x9b\x03\x5c\xdc\x76\xfa\x40\x47\x2a\x24\xf3\x27\x72\xbd\xbc\x61\x84\xdc\x91\xac\x97\x7a\x59\x42\xa6\x36\xa0\x4e\x6b\x14\x67\x1e\xa4\x14\x68\x53\x4d\xef\x46\x1f\x21\x47\x98\x19\x38\x8c\xff\x87\x7f\x08\x25\xc6\x85\x47\xfb\xbf\x5e\xe7\x1f\xb0\x84\xb0\xea\x0f\xa1\x15\xba\x54\xfc\x64\x57\x66\xc4\x65\x0d\x7b\x7c\xce\xeb\xf7\x11\xd1\x68\x15\xbc\xc5\xc2\xa1\x08\x41\x94\x0b\xfe\x23\x7e\x63\xc8\x9b\xff\xf0\x0f\x11\x4b\xa9\x04\x09\xdf\x39\x65\xd4\x54\x1b\x91\xd1\xeb\x24\xea\xf0\x37\x7b\xe2\x39\x4f\x2a\xaa\xe1\xfd\x41\x62\x80\xc7\x45\xd4\xd3\xd7\x49\xc4\x21\xb7\xdd\x2a\xa2\x43\x0f\x49\x5b\x5d\x9e\xaa\xb4\x3c\x1d\x25\xc9\x38\x1b\xfc\xba\x0f\x6a\x6a\xff\x5f\x1c\x08\x92\xfd\x7b\xfe\x3d\x7a\xf9\xe7\xec\x37\xf9\x39\x3b\x57\x01\xd8\xc7\x4e\xbe\x6c\xbc\x07\xc5\x02\xb9\x97\xef\x54\xb8\xc1\x46\xc9\x8f\x62\x29\x57\x73\x10\x6f\xa5\x54\x05\xcb\x04\x2d\xaa\x8f\xf6\x05\x1d\xdb\x10\x5b\x4a\x94\x29\xa7\xb9\x9e\x17\x96\x9c\x67\xa7\xec\x20\xea\x64\x4f\xf6\x74\x9b\x73\xac\xb3\xdb\x4a\xa6\x0b\x72\x72\x2d\xb7\xe8\x25\xa5\x25\x56\x7b\xd2\xd1\xf8\x07\x5d\x63\xe2\x7c\xd3\x36\x6f\x4f\x8d\x12\x62\x65\x9f\x96\x8f\x31\x5a\x89\x18\xf2\xd6\xd6\xe7\xa8\xd2\x02\xd1\x69\xe1\x8b\xb7\xb0\xa2\x2a\xb1\x97\xb8\xc5\x53\xf1\x7f\x7a\x1f\x8e\x2c\x8e\x90\x84\x1d\xa5\x15\x2e\x4f\xab\x90\xae\xda\xad\x28\xd8\x8d\x1d\x20\xbd\xb6\x45\x2b\x48\x7e\xf2\x22\xb3\x59\x7d\x53\x94\x7f\x3d\x4b\x16\xb4\x7a\x0b\x50\x68\xfe\x3b\x0f\x44\xf3\x81\xfc\x6b\x1f\xd0\xd1\xd1\xfd\x70\xff\x7f\x7b\x20\x9a\x54\x00\x2e\x58\x1f\x25\x57\xd9\x00\x81\x57\x81\x4d\x3c\xb7\x19\x42\xc4\x13\x79\xe3\x93\x53\x90\x1e\xa5\x8f\xd2\xc4\xc8\x70\x2a\x5e\xeb\x89\xda\x09\xbf\x33\x54\x59\x93\x0b\xfa\x47\x5c\xcd\x29\xe5\x36\xae\x66\x8c\x0e\xcf\x29\x1c\xce\xf7\xac\xde\x59\x97\x53\x36\xfa\x0d\xdb\x54\x9a\xc5\x92\x6f\xc5\xb2\xdb\xbb\x18\x56\x90\xbd\xae\xbe\x70\xd4\xd4\xb9\x4b\xbe\x5c\xad\xe3\x34\xa3\x81\x23\x2d\xb5\x4a\xbb\x70\xa3\x11\xd2\xdd\x47\x47\x5c\x46\x94\x07\x49\x0e\x1f\xce\xbb\x9d\x56\x20\x91\x0a\xe6\x55\x9d\x0b\xd6\xbd\x0f\x12\x64\x43\x52\xbb\xcd\xe7\x75\xee\x21\x97\x72\x98\x1c\x61\xa6\xb8\xee\x7d\x18\x5d\x94\x22\x77\x98\xcc\xcb\xf4\x4f\x37\x90\xf1\xc6\xdb\x65\xb2\x26\xce\x53\xb8\x0c\x99\xff\xeb\x03\xf9\x7d\x1f\x2c\x1b\xff\xee\x83\x79\x9a\xbb\xc6\x3f\x88\xfe\x9c\xcd\x71\x00\x27\xe9\xe9\x6f\x5e\xeb\x06\xe0\x08\x38\x1e\x5a\x50\x09\x08\xdf\x28\xeb\xfb\xb4\x78\x28\x95\xd8\xc5\xf5\x3d\xe6\x19\x70\x28\x32\x88\x0c\x04\xc9\x20\xa1\x9a\x77\x15\xd2\x3d\x0d\x90\xed\x86\x4f\x54\x15\x1d\x26\xa8\x06\x56\xb5\xba\xb3\x36\x6f\xa8\x1c\x0e\xdf\x0d\x4e\x59\x1e\xa0\x4c\x5f\x79\x6c\x6c\x6d\xa2\x42\xe9\x0e\x37\x37\x65\x33\xf0\xa4\x58\xa6\x1e\xb7\x68\xd3\x06\x8a\x59\x81\x8b\x85\x83\x86\x1b\xe5\xc0\x75\xbc\x55\x2a\x9a\x48\xee\xe9\xa8\xb4\xe9\x56\x6e\x26\xb7\x3f\xf6\xb7\xe1\x57\xdc\x4e\xce\x7e\xaf\x6e\x63\x21\xb7\x4c\x8e\x9d\x97\xb6\xc6\xad\x7b\x1f\xd8\x28\x8a\xe4\x5b\x26\x59\xff\xe1\x1f\x24\xa8\x66\x94\xcf\x9a\xa9\x92\x8f\xf1\x1b\x28\xed\xda\x7c\x12\xef\x97\xe3\xa9\x07\xd5\x03\x7e\x3d\x17\xdf\xad\xf9\xa1\x7e\x7a\x20\x68\xe7\xc0\x37\x87\xdf\xf3\xef\x7b\xe8\xb5\xfc\xfb\x03\x00\x9d\x31\x1d\x5d\xc9\x9a\x2f\xa5\xf0\x29\xc0\x79\xec\xa1\xe0\x4c\x03\x00\x3e\xa6\x33\x96\x71\x0f\xe1\x91\xf8\x87\x4b\x7a\x61\x2f\x40\x4e\x69\x87\xf0\x06\xef\x6b\xb0\x47\xed\x9d\xf8\x1e\xe7\x45\x24\xc9\x60\xb3\x7c\x23\x8d\x7f\xb0\x9c\xa3\x8e\xda\x76\xab\x0f\x99\xd3\x51\x33\xdd\xeb\xb5\xe3\x8c\xf3\xa8\xd2\x41\xb9\xfa\x81\xfa\xb1\x54\xf6\xd8\x72\x03\x17\xed\x1e\xca\x52\xd6\x2b\xa3\x56\x0d\x06\xca\x6a\x49\xb4\xd1\x09\xb4\x00\x85\x52\xd7\x6d\x78\x06\xb5\x87\xe2\xd2\xb9\x68\x76\x44\x61\x88\x12\xf3\xa4\xcb\x44\x4f\x2e\x9e\x92\xfa\xa6\xce\x58\x5c\xc6\x8b\x72\x7d\x32\xcc\x30\x5a\x5a\x8d\x52\x43\x78\x66\xb8\x41\x8a\x91\x7a\x80\x92\xa6\x93\x23\xd1\x4d\x8d\xa7\xee\x54\xef\x16\x5f\xa5\x3e\xa6\xaa\xa3\xc7\xc5\xd9\xfe\xf1\x1e\x9c\x14\xdb\x84\xe8\x52\x27\x15\x64\x7e\x71\x71\x8b\xda\xff\xcc\xb8\xb5\x73\xe0\xcc\xef\xe7\x60\xf7\x8d\x9f\xb3\xa9\xfb\xe7\x2c\x6f\xfa\x39\x8b\x0e\x03\x1c\xaf\xd8\xf1\x22\x23\x18\x80\xf5\xf3\xbe\xa4\x84\x77\x00\xbc\xcc\xcc\x4f\x22\x5e\xc3\x92\x58\xc8\x05\x7a\x7f\x17\x28\x91\xaf\xe1\x76\x75\x2f\x04\x05\x35\x41\xa1\xb7\xf6\x2a\xc8\xac\x9e\x81\xa4\xb3\xd5\x1e\xa4\xc2\x78\x44\x76\xc4\xac\x0a\xd1\xb7\xfe\xae\x54\x69\x7c\x1d\x91\x71\x7e\x8a\x12\xd0\x9f\x45\x0e\xf8\xf9\xa2\x71\x3a\xfc\xc8\xe1\x70\x49\xf4\x80\xd6\x65\xea\x60\x62\x87\x46\x94\x5a\x07\xb5\x3b\xbb\x4a\x03\x87\xfa\x48\xbd\x53\x11\xa6\xf1\x50\xe9\x23\xd5\xa1\xe9\x9d\x36\x55\xa1\x8d\xaa\x7a\x97\xa0\x53\x26\xa7\x41\x95\x1d\x78\xa4\x63\x2a\x13\x46\x15\x7e\xad\xa9\xc3\x2f\xa5\x41\xb5\x1a\xd7\xd3\x1c\x92\x62\xa2\x72\x2e\xd7\x6a\xb7\xfe\xc7\xfb\xc0\x8d\x28\x53\xdf\x29\x7c\xfa\x95\xfb\xff\xbe\x0f\xe6\x54\xd7\x7c\x40\x8f\xd6\xce\xc1\xb5\xe7\x62\xcb\xda\xdf\xab\xaf\xfc\x9c\x39\xf3\x3f\x67\xdc\x1a\x17\x13\xbc\x76\xbd\xa2\xf6\x01\xf0\x71\x31\x9f\x0f\x3a\x0b\x20\x96\xc0\x1a\xef\x25\x0b\x23\x72\xc7\x2f\x6a\x3a\xa2\xa1\x44\xc5\x8d\x9b\xcf\xf6\x31\x1c\xd1\xe9\x17\xc5\x9a\xa3\x90\x2f\x46\xe5\x92\x0f\x8d\x6b\x91\x41\x0b\x49\xe9\xad\x86\x4c\xc8\x1d\xfb\x39\x99\x59\xfd\x5d\x48\xba\xc7\x16\xf9\xdb\xda\x97\x90\xe8\x40\x23\x85\x62\x8d\x7a\x04\x15\x53\xa9\xbc\xa0\x6a\x86\xe8\xa6\x50\x94\x4f\xab\x3c\x43\x76\xe7\x75\xa2\x1f\x28\x51\x90\x9d\x15\x16\xe8\x38\x85\x7e\xea\xa7\xc6\x36\x35\x03\x1a\xff\x20\xd3\x41\x6d\x7d\x58\xae\x7e\x49\xea\x2e\xb5\x7c\xf4\x82\xba\xa5\xd4\x4e\x6a\xd4\xb7\xed\x1a\x76\xe2\xce\x54\xd2\xc2\x45\x54\xa6\x58\x39\xc2\x46\xbe\xab\xe4\xf6\xdf\xeb\xf0\xd3\x0b\x44\x3b\x07\x3e\xa4\xfc\x9c\x03\xf4\x3f\x67\xdb\xb7\xdf\x39\x98\x82\x9f\x3d\x3a\x74\xc9\x5f\x7e\xce\xb0\xb5\x7f\x87\xa7\x00\x30\xcb\xed\xbc\x14\x74\x14\xe0\x92\xd1\x01\xf0\x9e\x00\x10\x3d\x73\x3a\xc3\x35\x17\x16\x64\x55\x2e\x9c\xb3\x63\x86\x4e\x54\x30\xa7\x94\x79\x39\x64\x68\x18\x72\x4f\x1a\x5b\x82\x9c\x3e\xa7\xd0\x06\xc3\xcb\x70\xd1\x38\x45\x64\x8b\x1e\x33\x9c\xb4\xd9\x25\xda\xa4\xa3\x81\xe0\x5c\xde\x49\xd2\x6b\x1a\x23\x4b\xde\xd7\x24\x6b\xd4\x05\x90\x17\x21\x77\x64\x36\xa3\x1b\x91\xe6\xb8\x3c\xd9\x21\xe5\x79\xa4\x38\xa3\x56\xae\x53\x71\x16\x09\x2e\x8c\x55\xb0\x97\xaf\x43\x7c\xab\xf8\x15\x5c\x64\x9f\x20\xb6\x0d\xc1\x0a\x24\x19\x05\x44\xa8\x23\x56\x89\x20\x95\x83\x70\x3c\x10\x56\xbe\x20\x61\x8c\x18\x3c\x8f\x51\x30\x14\xa7\x43\x4c\xdf\x56\xc8\xf7\x89\xe5\x20\xe2\x93\xe3\x8a\x7c\xa2\x16\x88\x27\x66\x8b\x5c\xca\xaf\xeb\x70\xce\x40\x86\xb4\x4d\x02\x80\x47\x5e\x0a\xcb\x20\x09\x20\x29\x22\xa3\x70\xe0\xf2\xbf\x38\x08\x09\xa5\x2d\x2c\x6f\x00\x0c\xa2\x51\x33\xe7\x19\x01\x4c\x5b\x54\x67\x39\x15\x01\x2c\x8a\xb5\xee\x0a\x28\xc2\xaa\xd5\x90\x61\xa0\xf4\x30\xa4\x5a\x77\x98\xc5\xa1\x00\x36\xd9\x08\xd9\xfc\xa5\x6b\x89\x38\x59\x9f\x72\x47\x2c\x36\x50\x97\xcc\x9f\x87\xe4\xda\xab\x50\x75\x4d\x88\x49\x3b\xdd\x5e\x51\x6e\x18\xb6\xe6\x8f\xf9\x3c\xa0\xb0\xe8\x4d\x5c\x6b\x0e\xec\x23\x87\xeb\xe4\xb6\x2c\x87\x7d\x22\x6b\x6a\x2e\xdc\x93\x09\x5f\x24\x1f\x52\xe7\x79\x22\x1c\xc9\x43\xaa\x41\x67\xbf\x45\xa2\x3f\x90\x38\x50\xc7\x67\xba\xe2\xd2\x48\x8a\x4a\xac\xd8\x8b\xb1\x62\x34\x0f\x08\x39\x53\x61\x27\x7e\x6b\xb0\xc0\xea\x71\x85\x02\x7c\x70\xe0\x85\xe9\x18\xa5\xd3\xf8\x9c\x40\xab\xaf\x2a\x4a\xf1\x04\x0d\xdf\xf8\xb7\x7d\x28\x43\xc2\x69\x7f\xc5\x41\x92\x4a\x3d\x21\xda\x37\xfe\x89\x31\xda\x8b\xf0\xda\x7b\xaa\x7f\x59\x75\x0f\x51\xc0\xab\xb9\x3b\x50\xb5\x83\xe8\xeb\x89\xea\xcc\x51\x63\x23\x76\xbb\x87\x01\xb0\x49\x4b\x1f\xde\xf6\x1d\x40\x50\x4a\xaa\x6a\xcf\x04\x80\xf4\x84\xf4\x8b\x83\x2f\x00\x94\xbe\xca\xf1\x1c\xdb\x06\xa0\x39\x2b\x3f\xcd\xc2\x04\x60\xf8\x4a\xe9\x1d\x6b\x34\x80\xf9\x0f\x95\xf9\x4b\xcc\x00\xd6\x1f\xd4\xb1\x7c\x39\x7f\xf6\xe5\x20\x73\xb6\xe1\x36\x6c\xfa\x1c\x88\xb2\x6d\x80\xcb\x1b\xcb\x0c\xea\x13\x4b\x99\x60\x06\xc7\x83\xeb\x3d\x39\xac\x26\x3a\xb9\x8d\x81\x93\xe4\x64\x83\xd1\xea\xd9\xb0\x1f\xe4\xbd\xba\xdd\x2d\x9d\x51\xee\xa4\xc7\xda\x7c\xf7\x8e\xc6\xf0\x93\x4c\x35\x7c\x9f\x1e\x8b\xeb\x24\x6d\x57\x35\x7d\xef\x9c\xa0\x49\x4c\x41\xc5\xcf\xdb\x27\xd5\xff\xc9\xc3\x10\x1c\x15\xb5\x70\x62\xe1\x9f\x17\x96\x95\x2a\x71\xc6\xe1\x4b\xe3\x5b\x50\xf5\xb8\xd0\x08\xd6\x77\xe3\x2a\x27\xf0\x91\xc1\xdb\x69\x1e\x90\x67\x1c\xaa\x6f\xf1\xa3\x41\x17\x1e\x9e\x55\x4b\x26\x68\xfa\xe7\xd3\xfa\x70\xba\xe2\xd4\x26\x89\xea\x5e\xb9\xed\xb1\xea\x5f\x88\xd7\x3c\x72\x01\xd8\x7d\x25\x9f\xec\xe0\x02\x10\x54\x97\x44\xf6\x3c\xf8\x75\x1d\x68\x5e\x10\x1d\x36\x79\x29\x16\x67\x00\x93\x21\xc5\x74\xd6\x6c\x00\x1b\x1f\x94\xc3\xa5\xfb\x00\x0e\x0d\x1a\x72\x42\x2c\x40\x74\xbe\xae\x9b\x27\x13\x05\xf1\xce\x51\xc6\x26\x68\x17\x64\xdc\xae\xc6\xfa\x8b\xfe\x1b\x44\xdc\x6e\xd8\xa9\xc7\x6a\x3f\xd5\xc7\x86\x3d\x40\xd5\x05\x4b\x69\xb5\x34\x8a\xed\xf7\x49\x22\x2f\x9a\x66\xe5\xc8\x07\x7f\x27\x0d\x1b\xe5\x5e\xb3\x8c\x79\x4f\xd2\xd3\x57\xbb\x75\x2a\x9e\x44\xbc\xaf\x53\xd2\x5d\x9a\x5c\xb5\xee\x45\x91\x54\xad\xfe\xfc\x35\xd5\x9a\xd6\x7f\xf2\x67\x2f\xce\x32\x87\xd2\x1c\xf6\x79\x54\xcf\x94\x38\x4a\x0b\x77\x32\xf2\xcd\x27\x45\xf4\x4d\xec\x54\xf4\x8b\xd7\xd7\x55\xdf\xe1\x8c\x22\x29\xcf\xe8\xd4\xaf\xe0\x66\xc3\xcb\x68\x1e\x90\x3f\xfb\x70\x5a\xcd\xb5\x52\x08\x8f\x7c\x3f\x35\x17\x6b\x6f\x22\x1e\xf3\xfe\x02\xc0\x5e\x2c\xd9\xba\x43\xf2\x17\x17\x24\xc3\x27\xbd\xe5\xa0\xe5\x7f\x7b\x62\x2c\x1a\x15\x94\xd9\x36\x03\xd8\x35\xa1\x78\x39\x9b\x00\x5c\x38\xd4\x98\x04\x2f\xae\xf7\xe5\xe4\xba\xc9\x18\xc6\xa9\x44\x20\x33\x2e\x82\x96\x5b\xf4\x81\x3a\xe5\xb4\xd3\x71\xa3\x5d\x0c\xf5\x88\xdd\x1b\x3f\x5e\x8f\x55\x0a\xb3\xf5\x9b\x98\xc5\xa0\xf3\x64\x05\xf3\x85\x6c\x9d\xc8\x14\x52\x99\xb1\x4a\xf5\x9d\x38\x15\x62\x85\xc1\x83\x5b\x72\x29\xd3\xc4\x2c\x5d\xe6\xee\x1d\x29\x83\x84\x4f\x9a\x9f\x06\x29\x19\xa5\x04\x43\xb5\xe8\xaf\x23\x59\x6f\xd6\x3d\x20\x69\xca\x92\x98\x73\x49\x92\x04\x73\x65\x76\x8c\x5b\xe2\x86\x59\x36\x95\x1a\x4c\x44\x62\xcf\x37\x35\x74\x03\x56\x30\x8e\xfc\x76\x58\x75\x1a\xfb\x28\x66\xe8\x45\xb5\x06\x0f\x96\x1c\x13\xff\xd8\x4e\xc3\x1e\xd7\x17\xd1\xd8\x27\xac\x29\x83\x47\x85\x9d\xec\x0a\xd6\x7a\x82\xb7\x0d\xfd\x41\xeb\xc3\x69\x46\xe9\x44\x11\x42\x02\xb6\xdc\x08\xd5\xdd\x4e\x18\xf5\xdb\x0c\xc0\x29\x2a\x61\xb8\xb3\x0b\x40\xc4\x50\xac\x84\xb1\x0c\x40\x3e\x59\xc2\xfa\xc0\x0d\x00\x0d\x55\xa9\xb0\xa3\x2f\x01\x8c\xcb\xa5\x71\x2c\x96\x00\x56\x4a\xb2\x69\x67\x1f\x01\x38\x4e\x29\x78\x71\x54\x01\xb8\xfb\xa0\xb2\xf9\x4e\x00\x5c\xe9\xd4\xd8\x22\xc9\x0d\x8d\x5e\x38\xbd\x78\x14\x1d\x02\x1e\x22\x66\x7e\x7a\xdf\xa9\x73\x2e\x27\xec\x3f\xd9\x05\x51\x46\x1d\x29\x57\x58\xaf\xe4\x91\x6f\xdb\xb5\x47\x96\x87\x3e\x22\xb5\x59\x6d\xbe\xca\x18\xb7\x87\x74\xd9\xf4\xaf\x4a\x7c\x62\x21\x51\xd8\xf0\x76\xcb\x5c\x7a\x11\x21\x57\x2f\xa4\x27\x30\x0b\x08\x47\xb4\x1a\x86\xaf\xe4\x30\xaf\x73\x20\x7f\xf4\xe2\xac\x58\xa9\xa0\x57\x55\xd3\xf2\xbf\xf3\xa8\xee\xc7\x5c\x48\xee\x7b\xf7\x52\x5d\x1d\x13\x9d\x44\x18\xcc\xd7\x54\xc6\xee\x4c\x14\x18\xf0\xd0\x6a\xc2\x06\xc6\x67\xf6\xa8\xeb\xa0\xb0\xaf\xe2\xd4\xba\x50\x3a\x3c\xb8\xca\x28\x09\x5a\x1f\x4e\x63\xa0\xbe\x03\xde\x26\x6c\xba\xfe\x9e\x5e\x22\x41\x21\xb0\xe5\xda\xa4\xfe\x18\xc1\x3b\xe0\x33\x00\xb7\x96\x98\xcf\xae\xf1\x5f\x1c\x84\x82\xba\x78\xe1\x01\x4b\x00\xad\x5e\xb1\x86\xc3\x05\x00\xa6\x49\x92\x31\x27\x9f\x03\xd8\xb9\xc9\xc6\xb3\x66\x00\xb8\xe6\xc9\x55\x73\x70\x01\x78\x51\x94\x09\xfc\x32\xeb\x7d\x39\xc5\x7e\xf7\x74\x4d\x54\x7a\x91\x1f\x3e\xaa\x26\x0f\x0c\x9c\xa9\xcb\x57\x98\x6d\x14\xed\xaa\x29\xf2\x6e\x02\xee\xba\x01\x74\x64\x4b\x47\xa5\xb0\xc0\x88\x62\xd2\x39\x1b\x72\x7a\x42\x92\x30\xf1\xb0\x79\x7a\x65\x7e\xc6\xd2\xba\x17\xe5\x8b\x7e\x41\xcf\xc7\xbc\xcb\xb8\x97\xda\x0f\x5e\x29\x16\xcd\xe2\x36\xaa\x91\xe7\x3e\x96\x76\xfc\xe9\x45\x99\x3e\xac\xe6\xb8\xa2\x79\x35\xed\x53\xb4\x46\xf0\x4a\x4f\x56\xca\xc8\xac\xe6\x87\xd5\xe5\xb4\x73\x8f\xbb\x75\xf8\x30\xe7\x52\xbf\xf4\x54\xea\x62\x30\x0d\xc9\x98\x3f\xfb\x70\x9a\x84\x0c\xd9\x71\x9a\x31\xef\xaf\x5f\x37\xba\x84\xdf\x1d\xc9\x53\xcd\x6d\x74\x00\xdf\x15\xea\x56\xd1\x65\x74\x89\xc0\x1c\xcc\x07\xc0\xf3\x59\x34\x93\xde\x0f\x40\xfc\x90\xe8\xde\xbd\x97\x00\x50\xa7\xc4\x4e\x1c\x88\x02\xd0\x6e\x11\x09\x3f\x24\x00\x60\x81\x93\x64\x63\xbe\x0b\xe0\xe4\x21\xfd\x8a\xd5\x02\xc0\x63\x48\x6e\x3b\xc7\x0a\x80\x1f\x87\xe2\x37\xbe\x04\x80\xe0\xa7\xe8\x31\xa9\x2d\x70\x3f\x78\x41\x73\x59\xd9\x04\x59\x08\xe1\x36\x34\x35\x18\xa0\x3e\xf4\x73\xb7\x66\x75\xdc\xb4\xee\x47\xa9\x70\x39\x17\x7a\x29\x2e\x9a\x78\xd7\x6e\x5f\xba\x6d\xea\x59\x82\x99\x65\x40\x45\x7c\x8e\x23\x5e\xda\xd4\xb3\xa5\xa8\xe8\xc8\xba\x17\x25\x41\xc7\xf5\x2d\x53\xc5\xea\xba\x07\x24\x54\xb5\x68\xf1\x71\xf1\xc9\xa5\x12\x35\x91\xa5\x98\x82\x89\x6f\x1f\x35\x06\x97\x3d\xf2\xc2\x5e\x6b\x69\xc7\xae\x6c\xca\x65\x7b\xc6\xa0\xd3\xb9\x2a\x9a\xd9\xd3\x4b\xd2\x23\xad\xd6\x67\x04\x74\x69\xe8\x5b\x62\x6a\x53\x34\x6f\x8b\xea\x93\xb0\x16\x89\xdc\x8d\x1f\x8c\xaa\xb0\xa9\x09\xaf\xeb\xf6\x1b\x4d\xe2\xec\x62\x6e\x57\x9d\x31\x61\xc4\x11\x23\x17\xcb\x99\x4c\x2a\xf0\x8a\x11\x06\x45\x31\xa6\xc3\xf8\xec\xb0\x41\x00\x9e\x19\x21\x8e\x5d\xc3\x00\x92\xef\x84\x4b\xf7\xee\x05\x40\x2b\x89\x1e\x38\xe0\x0e\xa0\x7f\x4f\xd8\xeb\x50\xfe\xbf\x7a\x62\xbc\xc4\xe3\x4e\xf7\x01\x78\xaf\x4a\x57\xb3\x0f\x00\x04\x39\xca\x1f\xe1\x69\x02\x88\xcc\x42\x6d\x93\xe8\x85\xb6\x68\x59\xf5\x12\x94\x13\x82\x8d\x8a\xd1\xcb\x36\x48\xa0\x7e\x09\x55\x34\x8f\x70\xd8\x49\xd9\xe5\x93\xe9\x9c\x18\xe4\x4c\x32\x75\xe7\x0b\x48\x4d\x70\x20\xcc\x38\x52\x93\x56\xb2\xfc\xf1\x15\xd6\xfe\xe5\x87\x0a\xb2\x71\xb2\x66\x2d\xb7\x9a\xcb\x77\x63\x83\x0d\x91\x07\x0f\xab\xb6\x61\x4a\x75\x6c\x3e\xaa\x5e\x1b\xc0\xa4\x68\xc8\xff\xd8\x7e\x4d\xf8\xcf\x5e\x9c\x37\x6d\xba\x6c\x8b\xf3\x25\x03\xcf\x64\xf4\x9d\x97\x37\x14\x56\xf6\xed\x35\x14\x5d\xc6\xe6\xe5\x76\x8a\x1a\xa5\xad\xdc\xce\xc6\xb5\xb9\x18\xdb\xac\x5e\xcd\xac\x6d\xfc\x6e\xc2\x86\xa9\x48\x55\xae\xad\x32\xa5\xc3\x6a\x26\xa9\xd2\xfa\x70\x8a\x7f\x98\x35\xe0\xa6\xa2\x6a\x8a\x94\xcd\x74\xf0\xd6\xe1\xf8\x9c\x69\x8b\x0b\xf8\xab\xe1\x47\x01\xf8\x5e\x08\x3e\xa2\x2f\x07\x90\xc2\x0b\xf2\xee\xc1\x01\xa8\x76\xf1\x9f\xdf\x3b\xf4\x8b\x83\xb0\x2b\x11\x1c\x3d\x7a\x13\xc0\x23\x4e\x24\x8a\x25\x1b\x20\x90\x53\x72\x86\x7d\x08\x20\x5c\x47\x76\x92\xd7\x06\x20\xae\x48\x31\x4e\xdc\x1a\xde\xc4\x2f\xa0\xd3\x14\x5b\xe1\x54\xdc\x84\x76\xb6\x6e\x2b\xf5\x5e\x14\xd1\xb4\xd1\x71\x84\x3c\x1a\x90\xe9\xa4\x10\x12\x40\xbc\x76\x65\xd0\xdb\x3d\x55\x9d\x70\xc4\x25\x2e\x51\x31\x4f\x1e\xe7\x6e\xf7\xa9\x44\xa0\xec\x2d\x96\xc9\xa2\xf0\x56\xe2\xb5\x38\x0c\x8f\x71\xe6\x43\xf3\xda\xf4\x95\x3e\xdd\x0d\xdf\xde\x35\x2c\xd2\x78\x98\xb9\x0f\x5a\xe6\x3f\x98\xae\x35\x7d\x4c\xd3\x45\x2d\x38\x55\x86\x0d\xd6\x19\xe8\x2e\x4a\x94\xe7\xf5\x47\x19\xef\x5c\x3a\x52\x6a\x74\xb7\xd7\xf4\xc0\xd2\x4a\xd1\xdb\xd6\x09\x53\xbb\x15\x8d\x5c\x4c\x93\xb9\xe9\xf7\x55\xfb\xac\xbe\x9a\x0e\x73\xe2\x2a\x25\xa3\x86\xd6\x87\x53\x94\x61\x39\x88\xcd\x4a\x6c\xa6\xf5\xe1\xe4\xf0\x58\x6f\xc7\x99\xc6\x2e\x66\x58\x58\x33\xe3\x75\x22\x06\x00\x84\x45\x84\x95\xf7\xfc\xfd\xbb\x29\x4f\x28\x6a\xef\x77\x00\x4d\x01\xfe\xc7\xfb\x0e\x03\x98\x3e\x12\x70\x3b\x38\x0b\xe0\x98\x24\xb0\xeb\xc8\xf4\x2f\x0e\x22\xe4\xb5\x58\x2e\x1b\x16\x20\xce\x5e\x4a\x90\xfb\x1c\x40\x52\xbb\x7c\xac\x18\x3b\xcc\xa4\x1e\x44\xed\x51\x10\x84\x7d\xe9\x5a\x1a\xd3\x7a\xed\xd4\x3b\x49\x99\x46\x39\x4e\xc7\xc8\x6f\xa2\xee\xda\x5a\x87\x5c\x23\x1e\xf3\xe3\xbc\xa2\x9c\x31\x8f\x67\xf6\x68\x8a\x19\x2a\xce\xc1\xca\x3b\x1d\x2b\xd4\xbc\xa6\x80\x39\x66\x75\xfd\xe6\x62\x5d\xd9\xca\x6b\x93\xac\x81\xdb\x8d\x03\x4b\xb3\xba\xa8\xa9\x6f\xad\x47\x56\x4a\xb5\xe6\x66\xd1\x8d\x5b\xc7\x3c\x74\x87\xe7\xf7\xd7\xb1\x0f\xa7\x1a\xed\xfc\xc1\x78\x5d\xfb\x61\x89\x49\xea\xc2\xf9\xea\xd2\xae\x61\x33\xfd\x45\x9d\x0a\xfd\x36\x71\x73\xca\x92\x72\x69\xf0\x8d\x7c\xcb\x07\xcb\x81\x85\x25\xd7\xb2\xac\x04\x57\xde\xe6\xa4\x57\x1c\xb3\x72\x5e\x1d\xcf\x34\xfc\x4f\x1f\x8e\xbc\xad\x21\xf6\x7d\x42\x7b\xba\x83\xad\x30\x2e\x35\xf6\x4c\x4a\x8f\x1d\x0f\xee\x46\x4c\x1e\x80\x50\x81\xd0\xd6\xdd\xce\x00\x4a\xd5\x02\x8a\x7b\x15\x01\xb4\xc9\xbc\x07\xf6\xce\x03\x58\x85\xf3\x2d\x1e\xc4\x03\xb8\x8a\xf3\xdb\x1e\x35\xfe\xe5\x05\x89\x3c\x2c\x1c\x7d\x2e\x0b\x20\x49\x40\x7c\xf6\xb2\x32\x40\x46\xb1\xf4\x77\xa1\x97\xf0\xf1\xea\xb2\x52\xa0\xa2\x1b\x1c\xca\x15\x53\x73\xd3\xf3\xa1\xbe\xcb\xf4\xd6\x47\x3b\xe4\x50\xf6\x24\x4e\x59\xba\x04\xd5\x11\xa6\x42\x4b\xdc\x17\xb2\xac\x71\x19\xde\xdc\xe1\xf8\x32\x03\x0c\x9d\xcb\xe7\xfc\x67\xf5\x65\x2b\x99\x36\x55\x2d\xa1\xcd\x7e\xff\x78\x51\xaa\xda\xb6\x2f\x2e\xe8\xd5\x4f\x06\xdf\x56\x9a\x69\xd1\x2b\x9f\xbe\xd7\xe2\xf7\x2a\xc1\x84\x65\x86\xdc\x9c\x31\xb0\x6c\xb6\x77\x7e\x4b\xfd\xc0\xbd\x83\x16\x73\x3f\xe8\x6b\x1d\x5a\xf6\x5a\x67\x2d\xb8\x56\x3f\xa9\x5b\xb5\x49\x5c\x5c\x2a\xe7\xae\x3a\x6a\x77\x6e\xe9\x4b\x89\x78\xc9\x03\xbb\x0f\xcb\x84\x02\xab\xfc\x66\xfb\xec\x95\xd5\x9c\x96\x6c\x01\x07\x99\xd5\xfe\x2c\xa7\x0c\x47\x87\x93\x98\x37\xa9\x1d\xc9\x62\x8e\xfd\x58\x99\xe4\xf1\x04\x11\x47\x79\x9c\x48\xfc\xe1\x98\xfd\x4e\x15\xb8\xc4\xd8\x34\x00\xd1\x7c\x7e\x3f\x86\xa7\x00\x68\x3f\xbe\x7d\x8c\xc3\x00\x7a\x0a\xbc\x4a\x4c\xf9\x00\x36\xf3\x3c\xd1\x07\xae\x02\x78\x62\x79\xf9\x8e\xa4\x00\x04\x3f\xe2\x6f\x61\x16\x01\x48\xf0\x13\xbc\x73\xae\xef\x5f\x3d\x31\x62\x52\x8a\xc2\xac\x80\x29\x5c\x94\xf7\x90\xd7\x84\xb3\xc5\x67\xd0\xec\xba\x51\xd4\x89\xfc\x62\x1d\x4f\xfb\x55\xf2\x97\xac\x06\x33\xed\x10\x33\xc2\x48\xac\xbd\x8b\x74\x16\x06\x2b\x1a\x60\x13\xf4\xe2\x5a\xd4\xca\x8a\x87\x7b\x76\x71\x53\xdb\xd2\x35\x7b\xaf\x96\x4d\xed\x8b\x0b\x99\xe6\x51\x83\x8c\x5d\x5c\x0b\xcc\x86\xe2\xe3\x4b\x5d\xe5\x1f\x4b\x4d\x3a\x26\x5d\xee\x38\x0d\xcc\x5a\x7e\x99\x36\x6c\x63\xec\x9a\xb2\xb6\x9e\x9d\x6a\xd2\x6a\xd9\x62\xa7\x3b\xcf\x76\xc3\xab\x56\xcb\xfe\xf3\x8f\xa9\x9a\x47\xe5\xfb\x1d\x5b\x17\x25\x2b\x27\x0a\xce\x38\x57\x2d\x31\x97\x8b\xe4\x5c\x72\xd9\xbb\x7c\xa8\x18\x97\xd9\xe9\x5c\xbe\xe2\x92\xbf\x33\x6d\xd1\xa9\x64\xf5\x55\x96\x76\x42\x85\xeb\x61\x0c\x6b\xe6\xa1\x58\x67\x97\xb7\xd8\xd3\x29\xa5\xd1\xce\x2e\x87\x71\x1b\x13\xcc\x22\xdb\x9c\x01\xe7\x13\x47\x0f\x20\x26\xc2\xf7\x99\xa1\x14\x40\x95\xc8\x17\xbc\xd7\x0d\xc0\xd8\x8a\x7b\x96\xe9\xef\x73\x01\xcd\xc5\xb4\x6f\x06\xc0\xa7\x82\x4b\xe8\x50\x31\x40\xf8\x2b\x5e\xa7\x13\xaf\x00\x52\x3a\xf8\xb8\x4f\xbb\xff\xea\x89\x29\x96\x14\x1b\xe0\xdf\x06\x50\xf9\x59\xda\x59\xfa\x1c\xa8\x56\xd7\x28\x45\x68\x25\x20\xbb\xaa\x7a\xd5\x57\x6d\x5b\xc8\xed\xc5\x07\x8d\x77\x87\xa6\x11\x46\x33\xa5\xec\x6e\x67\x0d\xad\xf7\xe4\x5c\xf2\x6e\xcf\x14\x6b\x1b\x5e\x70\x76\x46\x37\xdd\xbd\x17\x36\x17\x68\x49\xf7\xaa\xba\xff\xf3\xf8\x25\xb3\x6f\xdf\x1c\x7b\x1f\x3d\x73\xb4\x5e\x9e\x98\xee\x92\xeb\xd2\xb3\x7f\x37\xb9\x72\xa7\xe1\xe6\x1d\x47\xae\x99\x81\x96\xc2\x6b\xee\xce\xb8\xb9\xe2\x46\xe3\x92\x63\x6e\x07\xe7\x31\x75\xc4\x7c\x43\xd7\xc5\x85\xee\xea\xde\x4c\xbc\xfb\xd9\x25\xfa\xf2\xb6\xb4\x8d\xee\x89\xcb\xfb\x4a\x84\x13\x2b\xdd\x53\x57\xdc\xf2\x25\x68\x7d\x38\x51\xdb\x3c\x0c\x30\xdc\x99\x3b\x42\x8d\x3c\x53\x30\x6f\xd3\xce\xd3\x7c\x28\xc1\x0f\xdd\x5d\x71\x4a\xf1\x4c\x00\x52\xa1\x3c\x9d\x0c\x4e\x00\xea\xcd\x3c\x07\x19\x95\x01\x4c\xde\x73\x95\x30\xf1\x01\x38\x3f\xbf\xdc\xbb\x7f\xf2\x17\x07\x11\xcb\xc0\x5d\x75\x82\x0f\x20\x43\x99\xfb\x23\x8b\x2d\x40\xc1\x75\x3e\x0f\xd6\x04\x80\xca\x24\x91\x24\xde\x50\x80\x1b\x37\xc5\xbf\x88\xf7\x43\x6e\x23\x51\x76\x0e\xfd\x1d\xe1\x6b\xa4\xa0\x4f\x59\xcb\x52\xb6\xd7\x96\xe9\x66\x07\xe9\x12\xee\x14\x75\x5b\xb9\x5d\xd5\x5a\xc5\x27\xaa\x5f\x09\xae\xff\xb8\xc8\x14\xf0\x2a\x75\x5b\xd7\xc5\xb9\x5c\x77\xfe\xc6\x85\x07\x39\x53\xee\xd6\x3e\xef\x5e\x3c\xbf\x34\xc2\x67\xdf\xf0\x39\x7e\x80\xa5\x53\xd1\x85\x34\x66\xd1\x9b\xde\x78\xc3\xad\xfd\x3b\xb5\x93\xad\x6a\x8f\x47\xf0\x74\x7b\x5b\x7e\xb1\xb2\x27\xcf\xec\x40\xf3\x70\xce\x56\xaf\xf3\xf3\x03\xf5\x4d\xe9\x3b\xbc\x60\xc1\xa8\x46\x34\x99\xf3\xca\xbd\x45\xde\xaa\xfa\x58\x01\x1f\xf4\x92\x48\xb9\x6d\xd4\xc8\x15\xca\xf2\xa7\xc2\xac\x30\x01\xef\xd6\x95\xb1\xdc\xda\x90\x1d\xde\x51\xab\xd5\x57\xa3\x68\x7d\x38\xfe\xfa\xde\xee\xd8\xad\xa9\xa6\xbe\x69\x57\xb2\x71\x3b\x12\x6c\x01\xa4\xe2\x79\xee\x32\x38\x03\x68\x39\x73\x89\xed\x69\x02\xb0\x78\x74\x79\x81\x29\x15\xc0\xb5\xfc\x12\x7e\xdf\x23\x80\x90\x7b\x1c\x61\xfb\x3f\x01\x24\x9d\xe5\xcc\x39\xba\x08\x90\x77\x90\xeb\x11\xcb\x2d\x80\x8a\x2f\xdc\xb9\x67\xa3\x7f\xf5\xc4\xdc\x32\x12\xcd\x13\x2d\x81\xc6\xdb\x27\xa4\x1d\x50\x64\xc4\xe8\x4e\x93\xd2\x57\x8b\x09\x8a\x72\x9b\x8d\x26\x93\xbf\x3f\xc1\xaf\xce\xc8\x34\x21\xdb\x77\xd5\x3d\x9f\xcf\x95\xa7\xe1\xe1\x7c\x4e\xe4\x86\xe8\xc9\xbe\xda\x29\x71\x9f\x93\x0d\x59\x2f\xe2\xdf\xea\xbb\xaa\xbf\xce\x7d\xd9\x70\xdf\xc2\xb3\xf5\xa3\xcc\xb3\xad\x0d\xcc\xde\xc4\xaf\x4f\x1e\xd4\x97\x9a\xf8\xd5\x4c\xd8\xdd\x6f\xcc\x21\xf9\xf3\x4d\x25\xde\x49\x4e\xaf\xf5\xf7\x9e\x21\xde\x3a\x95\x20\x1a\x70\x7f\x8e\xd8\xc8\xb5\xde\x87\x63\x15\x88\x5e\x20\x55\xe7\x86\x1a\x05\x68\x2e\x19\x95\xef\x0b\xd1\xf3\x3f\xf5\xef\x3e\x9c\x80\x55\x9f\xe7\xab\x9f\xb2\x4a\xfc\x83\x7c\x26\x31\xe9\xe9\xa1\x34\x1f\x8a\xcf\x23\x9f\xbf\x70\xbb\x12\x8c\x00\xe4\xe6\x78\xfa\x76\x1b\x01\xe8\x8c\x72\x6d\x66\xa4\x07\xb0\xe1\xbe\xcc\xc0\x54\x01\xe0\x15\xcc\x19\x78\x40\x11\x20\xec\x25\xc7\x96\xfd\x83\x00\x69\x76\x1c\x01\x87\xd1\xbf\x7a\x62\x6a\x35\x2e\x8f\x9c\x31\x00\x68\xe1\xe3\xdb\x7d\xd1\x15\xa0\x53\x5f\xe8\xb6\x10\x3f\xbc\xef\x63\x95\x60\x50\x74\x44\x6a\x1f\xd8\xc9\x0d\x99\xec\xa7\x64\xf5\x46\xa1\x3f\xf9\x1c\x26\x8c\x74\x4c\xeb\x9b\x67\xb6\xad\xbc\xac\xfd\x6e\x37\xd0\xd4\x32\xbe\x29\x6b\x32\x24\xf9\x01\xe6\xb9\x4c\xdc\x9e\x92\xe5\xa1\xab\xf7\xb2\x42\xdc\x9e\x22\xa3\xe6\x35\xec\x61\xed\xef\x44\x86\x22\x73\xf7\x47\x12\x3e\x91\x9e\x78\xa4\xf3\x87\xe3\xc7\x77\xf6\x7a\xc6\x4b\x45\x54\x4f\xfa\x74\xee\x8d\xa5\x0b\xbb\x38\xc3\xd2\xa6\x1a\xc5\x1c\xda\x36\x67\xdc\xf4\x25\xec\x46\xa8\xe9\x8f\x57\xb5\xfb\x42\xc6\x42\x58\x16\x6d\xab\xc4\x83\xe7\x82\x46\x96\x9c\xca\x3e\x06\x9e\x0a\xd9\xb8\xdc\x54\xa4\x4e\xeb\xc3\xf1\x69\x0c\xb6\xc1\xc8\x66\xbc\xfb\xd3\x87\xe2\xb5\x2f\x30\x01\x67\x1f\x17\x0e\x80\xba\xc6\x5d\xbc\x7b\x06\x40\xef\xcb\xa5\xe5\x3d\x87\x01\xec\xab\x2e\x06\xec\xd5\x07\xf0\x0b\x3b\x9f\xbb\x97\x09\x20\xf6\x11\x9b\x0e\x93\x1b\x40\xf6\xc5\x0b\x3b\x0f\xe6\x01\x54\x1d\x65\x5d\x3d\x68\x01\xd0\x88\xbe\x58\xc3\x9c\x0d\xd0\x29\xc3\xc9\x7f\x96\x1b\xe0\x81\x3c\xff\x0e\x9e\x07\x00\xcf\xe6\x44\x26\x65\x9a\x91\xf7\x43\x5d\xd2\x33\x86\x9b\x28\x8f\x86\x55\x94\x3e\x79\xd9\x12\x5a\x9e\xca\x68\xa5\x64\xd6\x2c\xf4\xdc\x1f\x36\xaf\x69\x62\x1f\x1e\xbe\xd1\xee\x5b\xd7\x7b\xad\x35\xb9\xb0\x23\x53\x6d\xa8\xbf\xb4\x35\xeb\x62\xe7\x87\x37\x7a\x99\xea\x19\x6f\xdf\xf0\xbd\x3c\x99\xa4\x9f\x36\xf4\x79\xd7\x13\x93\x58\xc6\x14\xe9\x71\xcf\x9e\xb6\x08\x99\x94\x92\xa9\x7d\x1d\xf5\xa1\xcf\x92\xe8\x67\x26\x6f\x59\x87\x54\xc7\x75\xcc\xcd\x35\xea\x04\x39\xc7\x56\xfd\x18\xae\xdd\xee\xbf\x12\x7b\x69\x31\xab\xf2\xaa\x6f\x52\x2c\x7e\xe9\x65\xa9\x3e\xad\x0f\xc7\x9b\x29\xea\xcc\xaa\x76\xf6\x88\xd7\x8b\x88\x25\x8c\x6a\x46\x89\x27\x6f\xc4\x03\xec\x99\x94\x7e\xf7\x97\xe1\xde\xb8\x83\x09\x47\xdc\xbe\x86\xe5\xe0\x5a\x62\x66\x00\x54\xf4\x2e\x63\x76\xef\xfd\x95\xff\x3b\xa9\x71\xd4\xee\x15\x02\x08\x3e\xc6\x5a\xc3\xc8\x02\x90\xc2\x7c\xd6\x9b\x31\x06\xa0\x70\x81\x65\x13\x43\x12\x40\xdd\x5f\xa7\x82\x19\xdd\x01\x3a\xce\x9c\xbd\x73\xe0\x3e\xc0\x03\x73\x8e\x10\x96\xcf\x00\x83\x77\xb8\xa6\x2e\x6e\x06\x78\xe7\x22\xf8\x5c\xbc\x19\x24\xbf\x0e\x4a\xec\xd2\xaa\xa4\x8c\x8c\xeb\xcb\x07\x7a\x9e\x21\x4c\x7c\x7b\x85\xbe\x9a\x2e\xf8\x25\xe3\xb5\xb8\xb1\x68\x6d\x7b\x6f\xe0\x23\x92\x7b\x53\xd7\xfe\x2a\xb9\x0e\xa3\x04\xb5\xa7\x35\x69\xa2\xad\x9a\xad\x1b\x46\xac\x22\x39\x1b\x39\xde\xe9\x0d\xf1\x86\x5e\xad\x36\xfd\xba\xf5\x11\x7d\x50\x5a\x19\xfb\x44\xea\x7d\x13\x7f\xbe\x22\xcd\xe9\xca\xf6\x4d\xbe\x2c\xf9\x43\x73\xfb\x9b\xb9\x7d\xb2\xb2\x13\xe7\xbf\xd7\xbb\x79\x6f\xce\x4a\x5d\xc8\xbb\xe6\x73\xc5\x2d\x7d\xc7\x12\x7d\xf9\x5b\x8f\x1f\xa9\xc3\xcb\xcb\x85\x27\x3d\x9e\x26\x53\x56\xa2\xf2\x96\xdd\x6e\x25\x3d\x5a\x25\x67\x8e\xbb\xaa\x25\xef\xc1\x54\xa6\xfd\x70\x99\x89\xff\x86\xcd\x48\xca\x72\x1e\x88\x3b\x8f\xf3\x8d\xdb\xe5\xb4\x1c\x77\x1a\xf7\x26\x66\x33\x80\x6a\xc8\xc5\x68\xfa\x60\x00\xf3\xd5\xf3\xa2\xf4\xd3\x00\x1e\x21\xac\x16\xbb\x4f\x00\x44\x88\x9c\x96\xa5\x5f\x01\xc8\xca\x64\xd6\xa1\xdf\x07\x50\xd9\xf6\xf3\x3d\x26\xad\x1f\xe5\x61\x11\xdd\xe8\x3f\x79\xc7\x2d\x96\x50\xc6\x76\x80\xcf\x3c\xec\xb1\x2c\xc1\x00\xb3\xae\xbc\x96\xbc\x4f\xa1\x07\x7b\x42\xe4\x1e\x8a\x48\xb5\x21\x99\x49\xd7\x39\xa5\xcf\x7f\xc0\x5e\x57\x1e\x49\x50\x19\xae\x9d\x67\xd0\x77\xae\xd8\x70\xeb\xf9\xb7\x54\x27\xce\xb6\x8d\xd9\x2a\xaf\x23\x23\x9f\x3f\xb8\x1c\xf1\xfa\xe5\xab\x1b\xf4\x4f\xcf\x7b\xb9\xbd\xb0\xf9\x30\xfb\xec\xb4\x57\x6a\xd7\x85\xb1\xcd\x7d\x62\x1e\x5f\x5a\x32\x26\x5f\x75\x58\x7a\xe8\xd7\xcf\xcd\x04\xdd\xaa\x72\xf7\xbc\x36\x32\x37\xd2\x30\xe7\xfa\xa1\x4a\xf4\xc7\xc0\xf5\x80\x75\x0f\x48\x7e\x91\xc6\xd2\x64\x49\x8e\x8b\x75\x1e\x7a\xe5\x68\x81\xb4\x93\x7e\xee\xe0\xaa\xf3\x55\xbc\xe3\x8f\xab\xbd\x18\x8b\xf4\x49\x47\xb7\xac\xdd\xd8\xcd\x29\x64\x07\xba\x4c\x49\xec\x74\x42\xbd\x3d\xa4\xf5\xe3\x9c\xe2\x0e\xda\xf5\xa4\x8a\xe3\x65\x23\x03\x01\xb4\xfe\x62\x77\xa6\xdf\x01\x60\x73\x81\xad\x9a\x81\x1d\xc0\x47\x92\xe5\xce\x4e\x59\x80\xb8\xc3\x3f\xd7\x9b\x6f\x4f\xf7\x9b\x07\xe1\xcf\x3e\x88\xb1\xb5\xeb\xb2\x24\xc8\x32\xbd\x27\x19\x00\x66\x2f\x5f\x62\x93\x81\x55\x2a\x56\xe4\x2f\x25\xe7\xf9\xc7\xa4\x67\x32\x95\x0e\x72\x6f\x00\x1f\xa8\xf2\x3d\x7c\xaa\x7b\xeb\xea\x31\x03\x42\x1e\xba\xba\x66\x41\xd8\x51\xa5\x6e\x38\x91\x7e\xba\x24\x64\xa6\x63\x29\xc0\xee\xfb\x44\x95\x65\xf7\x79\x87\xd6\xb1\xc1\x77\x0d\xfd\xb6\xb6\x01\xef\xc4\x27\xee\x76\xa9\xd9\x09\x3e\x79\x3c\x1d\xd9\xfa\xc1\xee\xd5\x7d\xdc\x9c\x48\x63\x91\x9d\xdb\x1d\xec\x0f\xf9\x5a\x01\x7b\xdf\xa6\xe9\xc5\xcd\x55\xe2\x76\x84\x1b\x9b\x97\xec\x4b\xfb\xec\xce\xd4\x64\xac\xec\xcf\x1f\xb4\x0d\xac\x5a\x58\x3d\x91\xdd\x47\xeb\x81\xb1\x65\x29\x3e\x82\x65\x4c\x71\xb5\xb9\x56\xa8\x8a\x6d\x4c\x0c\xb0\x5e\xcc\xc3\xe3\x42\x63\xcd\xac\xea\x73\x0d\xf1\xa6\x11\x05\x96\x63\x79\x9b\xf1\xb9\xe1\xf2\x00\x06\x23\xac\x8a\x3b\x73\x01\x9c\x4a\xcf\x65\xd0\x57\x00\x04\x07\xd2\xb5\xfe\xbd\xae\x34\x97\x9f\xeb\xa3\xf9\xef\xd7\x3d\x08\x5c\xbf\xe7\xdf\xbf\x7a\x41\x4e\x3a\xee\x98\x80\x30\x80\xcb\x84\x0b\xfe\xf3\x97\x10\x76\xe1\x32\xf9\xa5\xf7\xb7\xc9\x2b\x32\xf5\xe6\xc1\x0f\x6f\x13\xa8\xaa\x35\xfe\x8d\xcd\x87\xb1\xf5\x46\xc1\x29\x81\x79\xab\xcb\xb7\x9d\xd0\xa5\x59\x91\xc6\x0b\x9b\x82\xf6\xdd\x40\xf9\x7c\x9e\xf7\xcd\xdf\xda\xac\x69\x5f\x32\x9b\xd8\xd7\xd0\xba\xcb\x34\x6a\x26\x62\xea\x65\x1b\x83\xf1\xd0\xc4\xd8\xec\xa3\x46\x26\xd3\xa0\xd1\x93\x3f\xb6\x5d\xcf\x36\xf3\x78\xb2\xbc\xb8\xb3\x82\x60\x9e\xdc\xcb\xb5\xa4\x55\xba\xdf\x5c\xeb\xae\xd3\xca\xde\x3c\x8a\xf9\xe3\xd6\x92\xd5\x3d\xd9\x4a\xe6\x2e\x37\xd1\xab\x90\xe1\x61\x7e\xa3\xbe\x1f\x43\x49\x61\x37\xfb\x5a\xcb\x80\x5d\x8a\xcf\x31\xd7\xad\xe6\xc1\x39\xc5\xca\x9b\x97\x57\xec\xc2\xbd\x8d\x3e\x66\x76\xbf\x2c\x1f\x1f\x16\x7e\xc5\xcc\xbf\x78\x8e\xb0\x3b\x44\x08\xc0\xcc\xfc\xd4\xf3\xed\x61\x00\x5e\x86\xc7\xcd\xb7\xba\xfd\xca\x7d\xff\xf4\x61\xfc\xc9\x81\xcc\xdb\xfe\x3b\xff\x46\xf2\x00\x98\x15\x77\x05\xcf\xbf\x05\x02\x67\xeb\xf9\xf4\x0f\xae\x88\xa0\x48\x8b\xfc\x87\x27\xe9\x94\x72\xd9\x34\xc3\x97\xb7\x47\x49\x57\x55\x29\xae\xd8\x2a\x4e\xfc\x27\xa3\xe5\x48\x96\xf4\x2c\x2c\x9d\xc3\xb7\x4c\xf6\xe0\xd1\x15\x21\xff\xc0\x12\x59\x2f\xf6\x65\x87\xf4\xe1\xf2\x7d\xf6\x45\x8b\xab\x4d\xb6\xd5\x92\x26\xd1\x0b\xd2\x6f\x3b\xae\x7f\xa6\xf9\x2f\x74\xc7\x67\xbe\x2e\xca\x96\x05\xe8\xc9\x7d\xc9\x5e\xa6\x2f\x78\x6e\xf0\x72\xc4\x62\xf9\x4e\xfe\x1e\x43\xb7\x27\x6e\x2b\x53\x57\x5f\x18\x62\xfa\x1a\x56\xc7\xd3\x29\x86\x42\xf7\x77\x62\xf9\x92\x4e\x18\x50\x3b\xae\xe1\x8e\xc4\xbe\x33\x52\xbf\x35\x8f\x33\x8b\xe9\x37\x1a\x6a\x7a\x8f\x7b\x1e\x55\x6d\x7c\xa1\x3e\x10\x6f\x10\xfe\xdc\x70\xa6\xee\x0c\x81\x39\x58\xc0\x50\xad\xc6\x80\x30\xe0\x7f\x11\xc0\xaa\x71\xbb\xef\xdf\xeb\xa1\xf9\x30\xd2\x34\x7f\xce\x72\xf2\xcf\x79\x87\xfc\x3b\x0f\x34\x11\xff\x73\xfe\x7c\xdf\x4f\x3d\x0f\x40\xd7\x41\x47\xf7\x63\x3b\x00\xf3\x21\x06\x83\x0f\xe3\x00\x97\xf4\xce\x0d\x3c\x9b\x45\x1a\x85\x97\x24\xdb\x3b\xc7\xa9\x66\xb2\x37\xb4\x22\xeb\x87\xc9\x91\xea\x1b\xed\xa6\xf3\x72\x88\x4d\xc6\x0a\xbe\x1d\xb1\x4f\xf0\xbd\xf6\xd8\xa8\x1f\x7e\x7b\xb1\xbd\xbe\xda\xa9\x38\x77\x69\xec\xf6\x84\x3d\x99\x7a\xb6\xd1\x98\x8d\x55\xca\x39\x52\x26\xcb\x2b\xdf\x7b\xbf\xe4\x17\xe9\x60\x97\xc7\xbe\xbf\x2d\xac\xd3\xf4\x5d\x79\xbd\xdc\x94\xcb\xae\xa1\xb3\xe2\xb6\xf2\x38\xb3\x5b\x73\x71\xe2\xc3\x6a\x71\xfa\x01\x2d\xe7\x0f\x2f\x31\x2d\x49\x5d\xda\xbd\x23\xcb\x58\xde\x84\xaf\x3a\x92\xcf\x8e\x63\x89\xb1\x1e\xda\x85\x8f\x22\xf0\x5b\x22\xb6\xea\x4c\x75\xff\xc0\x2b\x87\x2d\xea\xe2\x3b\x23\xf0\x36\x61\x05\x3a\xa2\x77\x56\x09\xe9\xfe\xa9\xba\x02\xb7\x5e\x11\x9e\xfb\x69\xeb\xa6\x37\xbf\x23\x6e\xf7\x99\x03\x70\xfc\x4a\x67\xf0\xf7\xba\x22\xe7\x7e\xbf\x0f\xd6\xfb\x30\xfe\x6f\x0e\x64\x2d\xef\x9c\xcb\x5f\xcb\x3f\xdf\x03\x9c\xb4\x62\xf0\x7b\x91\x00\x70\x31\xe5\x4c\xe0\x7d\x4d\xd8\x28\xfc\x40\x74\x2b\xcd\x03\x51\x36\x4d\xb1\x56\x0f\x33\xe7\x4e\x5f\x26\x61\x8c\x5a\x5c\xc5\x43\x17\x89\x1e\xf6\xb1\x01\xca\x7f\xf2\x0f\x36\xdb\x70\x5f\x0b\xce\xc7\xd7\x98\xc8\xe3\xb4\x5a\x14\x13\x73\x75\xf7\x61\x55\x87\xbf\xa7\x6e\x53\x37\xc4\x7c\x5f\xfc\x94\x7a\xfa\x4f\xfe\x01\x3d\xf8\xa3\x03\x27\x1f\x99\xa6\x2a\x36\x1e\x80\x3f\x13\xea\x43\xe3\x1e\xd4\x2f\x8d\x0c\xe0\x97\x03\x3f\xa8\x5f\x7a\xd1\x48\x70\xf4\x67\xd3\xa0\x7f\x1c\x4d\xb8\xea\xe7\xa4\xde\xdd\xbf\x44\x14\xbd\x62\xa0\x21\xdc\xfd\x84\x18\xe8\x39\xae\xc1\xd7\x59\x41\x5c\x70\xfb\x0e\xe0\x33\x42\xf7\x9b\x17\xe5\x4f\x0e\x84\xb6\x0f\x96\xdd\xe8\xfe\x8f\xef\xbf\xdf\x93\xd6\xf8\x87\x84\x35\x0f\x84\x17\x00\x67\xe1\xb9\xb8\x96\x48\x40\x09\x7b\x09\x98\x57\xb5\x23\x7a\x72\xb6\x8a\x7c\x39\x2f\xa9\x8a\xea\x9b\x75\xf1\xf1\x31\x64\xac\x51\xa5\x4d\x61\xe0\x11\x12\xd8\x90\x5c\xbd\xd7\xf9\x07\x4b\xe2\xfb\xd0\x06\xdf\x94\x75\xfe\xe1\x23\x21\xf0\x9a\x62\xe8\x7d\x9d\x55\x82\x51\xd7\xb7\x50\x3d\xf5\x11\x7c\xc1\x5b\xef\x08\x39\x15\x15\x7c\xe4\xea\x54\xf8\x01\xd4\x39\xc2\x76\x3c\x77\x70\x8f\x72\x36\xc1\x06\x9f\x19\x18\xa9\x1c\x84\xd1\xc4\xe3\xfd\x9d\x51\x69\xd3\x47\x08\xea\x7e\xf4\x28\x81\xb1\xcf\x04\xdc\x95\x73\xa8\x17\x1f\x8e\x13\xb5\x3d\x2f\xa0\x46\x5f\xff\x45\x7c\xe3\x3a\xad\xe2\x3d\x74\x9f\xb8\xe8\x1a\x8c\xd6\x7b\xca\x49\xda\xed\xb2\x8c\xde\x34\xc0\x4b\xf2\x72\x3a\xf9\xcb\x8b\x52\xb0\xf0\x3b\x07\xf2\xe2\xff\xfc\xfe\x9d\x96\x7b\xfd\xe9\x81\xe8\x35\x00\x60\x5e\xde\xf3\xa4\xf5\x33\x00\x67\xed\x99\x86\x1a\x71\xf0\x13\xc6\xf1\x9a\x14\xc4\x23\xf7\xe4\x6c\xa4\xa3\x68\x3d\x18\xe1\xee\x94\x71\x43\xaa\xb1\xaa\xb7\x1a\x85\xc9\x3a\xcb\xfa\x85\x73\x02\x19\xed\xfa\xd5\x69\xce\xce\x96\xbc\x21\x30\xcb\x35\xdb\xfc\x1b\xa9\x37\x89\xdf\xdd\xc3\xc8\x8d\xa4\x52\x34\xee\x15\xa9\xb3\x42\xda\xda\x14\x78\xa5\x46\xbd\x8a\x58\xf3\xe8\xa4\xcf\x5f\x68\x7e\xa2\xe2\x87\xbd\xbe\xb6\xca\x8c\x04\x0c\x26\xc8\xef\xc0\x9a\xf7\xa1\x58\xc1\x90\xa4\x44\xcc\x72\x75\x58\xf7\x3e\x84\xad\x46\x92\x8c\x1c\x18\xd7\xfb\x2e\xea\xc6\x86\x48\x0d\x76\x91\x8a\x9f\x3f\x94\x92\x8a\xed\xbd\x15\x1f\x8f\x0e\x90\x08\x36\x53\x8a\x53\x2f\x87\xc9\x27\xad\x5f\xfe\x3a\x0f\x6a\xc3\x7e\x3f\x0f\xbf\x28\xac\xe5\xdf\xaf\xe8\xfe\xdd\x87\x42\xfd\xdd\x03\x71\xaf\xfa\x97\x07\xe0\x14\x9a\x11\x7b\x7d\x16\x80\x53\x8c\xe5\x7e\x21\x05\x5e\x0a\x96\x73\x44\xa6\x7f\x82\xcb\xb2\x6c\x22\x3b\xe3\x36\x22\x22\xea\x27\x51\x0a\x81\x06\xd4\x52\x83\x18\xad\x76\x77\x4e\xca\x13\xab\x7a\x13\x07\x7b\x4e\x4a\x92\xb3\xa0\xf9\x76\x6b\x1f\x0a\x9b\x6f\x9f\x35\xbf\xa9\x3d\xe5\x7c\x34\xda\xfa\x9c\xa1\x1a\x39\xf3\xaa\xb7\x83\x90\xce\x24\x59\xa2\x8a\xcf\xc9\x53\x43\x89\x4c\xdf\xe6\xe7\xcc\xa9\x52\x44\x66\x1e\x08\x72\xf4\x51\xbe\x48\x8a\xf9\x64\xe9\x7a\x40\xe1\x1a\x29\x62\x59\xc1\xe5\xb8\xfc\x36\x12\x81\xa4\xe6\xb0\x53\x6e\x1b\xf9\x0a\x69\xc4\x66\xc3\x3a\xff\xb0\x89\xac\x45\x1e\x30\x9e\x93\xb9\xb0\xca\x47\x1e\x33\x56\x95\xa9\x9a\xed\x24\x2f\x1b\xb3\xca\xe0\x26\x72\x29\x3b\x8d\xa2\x64\xf3\x3e\xdf\xa4\xec\x36\x6a\xfa\xc5\x07\xde\xdd\xfb\xfb\x3e\xc0\x59\xfe\x73\x0e\x9a\xad\xf9\x70\xd6\xee\x83\x97\x6b\x3c\x48\xcf\x9b\xb5\xfc\xfb\xf9\x5a\x0f\xc4\x15\x80\x0d\x47\xe9\xe8\x4a\x07\x01\xb8\xe9\x4f\x3f\xcc\x8a\x84\x45\xc1\xfa\xf3\x3d\x09\x47\xc1\x5b\xc6\x9c\x6f\x34\xe4\x31\xb2\x8a\x76\x93\xdc\xe1\xbd\x11\x11\xd3\xdf\x80\xf2\x72\xa4\x50\x1b\xcd\x27\x35\x87\x6d\xcd\xa8\x27\x1d\x9c\x0c\x6a\x2d\xf4\xa9\xac\x5e\x6e\x06\x55\xc6\x75\xd4\x3d\xa1\x1b\x0d\xbb\xf4\x8b\x28\x4d\xc9\x55\xa6\x39\xda\x4e\x94\xb4\xfc\x56\xb3\x80\xff\xf0\x0f\xcc\xe4\x6f\x8f\x7b\xad\xea\xe4\x3f\x91\xf1\x1f\x8e\x58\x7c\x91\x33\x23\xdf\xfd\x71\xda\x8a\x59\x66\x89\xbc\x4a\x36\x30\xaf\xfa\x4f\xdf\x03\x8d\x7b\x10\x24\xcb\x53\xc6\x34\x1d\x25\xd9\x57\x6f\x51\x70\x1a\x7d\x12\x9f\x7f\x7c\xa2\x9e\x52\x3f\xf0\xeb\xb9\xf8\xcc\x6a\xed\x79\xf8\xb3\x1f\x6b\xad\xef\x62\x46\xfd\xf7\xfc\xfb\xc1\x5a\xef\xc3\xad\x90\xdf\xf3\x6f\x5a\x0f\x44\xf6\x49\x80\x4b\xc8\x71\x95\xe4\x8d\xb0\x2a\xac\x76\x3e\x3c\x9c\x0a\xf9\x32\x18\xee\x87\x7e\x1e\x20\xa7\xc2\x2a\xbc\xd9\x6d\x13\xd2\xaa\x1b\x2e\x7b\xda\x56\x0d\x31\x34\xc1\x2b\x39\x5a\xca\x52\x71\xb6\x47\xd5\x0e\x99\x31\x50\xeb\x3d\xa4\xb4\x94\xd7\x7b\x1f\xfa\xa9\x5e\xd1\xc9\xba\xe7\x34\xad\xa8\x6e\x59\x02\xba\x74\xea\x4a\xd4\xc3\x25\xf7\x0c\x02\x68\xfc\x83\xb2\x00\xe5\x59\x87\xbf\x91\x85\xc2\x7d\x4a\xcd\x40\xa6\xf1\x41\xd9\x3e\x4a\xc7\x3b\x1e\x43\x37\x19\x11\x4a\xf5\x4c\xa8\x61\xb2\xd4\x43\xca\x27\xc2\x79\xbd\x15\x49\x7b\xaa\x06\x65\x50\xeb\xec\x7f\x72\xff\x35\xee\x41\xd4\x97\x72\x06\xd9\x2e\x57\x0c\xd0\x5d\xf6\x73\xfd\x5f\x6d\xff\x7d\x0e\x2c\xac\xf1\x1f\xef\x0a\xd6\xf2\xef\xb5\x7d\xd0\x2e\xf7\x7b\xfe\x9d\xb7\xc6\x4d\x65\xeb\x02\xb0\x08\x30\x1c\x4f\xf1\x07\xe0\x48\x39\x34\x15\xbd\x08\x20\x5c\xc7\x1a\x14\xa8\x05\xef\xa4\x9e\x71\xd4\x79\xb4\x40\x28\xaa\x98\x4f\xd1\x81\x13\xb8\xb4\xa2\x44\x34\xad\x6a\x90\x41\xc3\x9b\xd2\x1b\xcc\x6c\x90\x68\x8b\x19\xf9\xfb\xc6\xda\x88\xa1\x53\x9f\xd2\xa0\xc1\x6e\x44\xf1\x8a\x3f\xea\x90\xee\x69\x84\x29\xd4\x46\xf5\x9c\xe6\x43\x64\x63\xbc\x8a\xea\x82\x9a\x0d\xf5\xed\xd5\x05\xf5\x81\x75\xfe\xc1\x92\x5a\x7d\x83\xa4\xc9\x2f\xff\x8e\x9a\xd6\x61\xa6\x59\x28\xfb\x9a\x6a\x3b\x60\xac\xf5\x51\x8a\x4a\x2d\x78\x7d\x49\xfd\xa9\x54\x21\x55\x6e\x62\x54\xfb\xa0\xc4\x32\x35\x66\x05\xa5\x3e\xb7\xc6\x7f\x4c\x88\xf9\x22\x02\xd4\x07\x8a\xfd\xb4\x9c\x5b\xa4\x14\x69\x44\xe4\xa5\xef\x00\xbc\xfe\xf8\x73\xfd\x44\xbb\xbf\x27\xe6\xfa\xef\xe7\xe0\x3a\x07\xb4\xd6\x07\x53\xfb\x63\x8d\xff\x58\xfb\x7b\xee\x28\xc0\xd1\x33\x5b\x23\x23\xce\x00\xd0\xdd\xa1\xa3\x8b\xfe\x0a\xc0\x21\x76\x60\x32\x78\x3f\x80\xc0\x1d\x66\xe2\x15\x6b\x00\x49\x3e\xd6\xbb\x2e\x5e\x30\xac\xa0\x7b\x51\xdb\xb6\x07\x6c\x35\x32\xf9\x29\xe6\x49\xb0\xc9\xa0\x4b\x9c\xdb\xc8\x0b\x99\xb2\x48\x91\xf4\x36\x18\x41\x3e\xd9\x1e\x97\x72\xd6\x93\x44\x6e\xba\x6f\x93\xad\xd7\x72\x46\x5a\xfc\x4f\xc8\x76\x6b\x3c\x41\xdc\x22\x0d\x14\xc7\xd1\x01\x48\x72\x52\x9b\x3c\x15\xa5\x85\xd8\x66\x8f\x29\xfd\xa5\xa4\x87\x70\x94\xf7\xa0\x1e\xcb\x9f\x40\xf8\x1a\xce\x28\xf7\xca\x9a\x23\xf4\x77\x56\x54\x74\xa4\x19\x10\xfa\x87\x4e\xa8\x47\x92\xd5\xc8\xce\xc1\x39\x94\xbb\x78\x27\x72\xe6\x23\x49\xe9\xae\x58\x3a\x22\x34\x13\xab\xe8\x27\xd6\x81\x9c\x24\x9a\x2a\x0d\xd3\xae\x83\xb0\x11\x42\x40\xb2\xc4\xfb\x69\x3c\xd8\x7a\x1f\x4c\xc9\xff\xcd\x01\x35\xac\xfd\xbf\x97\xd6\xfd\x9c\x99\x6b\xfd\x28\x31\xa7\x7f\x4e\xbf\x40\x80\xbf\x7f\x8f\x07\xda\x00\x9c\x13\xd8\x9d\x7e\x25\x11\x80\x27\xe8\x08\x8b\xdb\x1c\x80\x44\xe7\x59\x1b\xfb\x53\x30\x2b\x4f\xbd\x60\x60\xd9\x07\x95\x6a\x47\xb8\x74\x8c\xbf\x81\xac\x3e\x83\x10\x27\x8d\x7f\xd0\x5d\x84\xb3\xd6\xa3\xa2\xb2\x5a\x6e\xc0\xe3\x64\x2b\x92\xa3\x51\x02\x4c\x5e\xcd\xe2\xfc\x6a\x69\xc8\x62\x30\x9d\xe4\x4b\xb4\x3c\xd2\x1a\xaf\x2d\x1b\xad\xfc\x18\x69\x4c\xf7\x94\xed\x57\xe4\x45\x1a\xf3\x1e\xc8\x06\xcb\x95\x22\x2d\xe5\x01\x32\x53\xb2\x0a\x48\x50\xc3\x25\xf9\x56\x29\x7d\xa4\xac\x7d\x87\xec\x31\x49\x3c\x62\xda\xab\xa4\x90\x4c\xe3\x1f\xc4\x6e\x23\x4e\x6f\x5f\xca\x33\x88\x1a\x23\xe1\x93\x79\xb2\xd7\x45\x5c\x90\x9a\xc5\x8b\xd2\xc5\x22\x5a\xc8\x7d\x6a\x8b\xd4\x28\xed\x1c\xa0\xf1\x80\x23\x3d\xff\x83\x03\xf2\xfe\x39\xaf\xae\xf5\x45\xc5\x07\xfc\xce\xc1\x04\xdd\x03\x38\x61\xb5\x9d\xd1\x67\x03\xc0\xf9\x03\x8c\x6c\xae\x46\x00\x9c\x72\xfb\xc6\x1c\x4f\x03\x88\x7d\x60\xe1\xb3\xba\x0d\x20\xe7\x78\x2e\xdd\xec\x0c\xbc\x40\x33\x73\xac\xe8\x5b\x40\xb9\xd6\xb5\xcb\x37\x75\xde\x43\x9a\xde\x18\xb7\xbd\xf6\x10\xb8\x98\x5f\xe0\x47\x69\x0c\x80\xa7\x6d\x25\xbf\x8a\xda\x12\x68\xb8\x33\x0a\xb9\xa0\x03\x00\xed\x43\x12\x1a\x53\x71\x87\x43\x61\xaf\xc5\xa8\x4a\x39\x70\x22\x0e\x2d\x16\x28\x5f\x0b\xcc\xe9\x07\xc4\x0e\xc9\x51\x91\xb9\x7c\x13\xc9\x34\x59\x25\xe4\x49\x65\x9f\xb4\x86\x14\x17\x82\xad\x1b\x95\x10\x91\x94\x40\xde\xde\x4a\x91\xec\x15\xcf\x44\x9e\xdd\xaf\x93\x3a\x28\x16\x82\x3c\x7e\xa4\x29\x45\x27\xba\x1b\x19\x78\x75\x48\xf2\xa9\xf0\x27\xe4\xcd\x97\x20\x89\x1e\xe1\xa3\xc8\xdc\xb4\x85\x78\x19\xc0\x89\x15\xb9\xf6\x4d\x8b\xbf\x38\x08\x3e\x49\xe9\x1b\xbb\x7d\x00\xa4\xb7\x4b\x61\x0e\xac\x02\x28\xf7\x2a\x4a\x9d\x78\x0d\xa0\x99\x89\x92\x3d\x4b\x07\xa0\x7f\x45\xc5\xe5\xfc\x3e\x00\xb3\x27\x1a\x1a\xdc\x73\x00\x16\xad\xba\xf2\xc2\xdf\xe1\x93\xa5\x81\xb1\xa7\x6c\x17\x18\x5b\x5e\xb3\x52\x50\xfb\x82\x7c\xb0\xd2\x70\x9a\x37\xf8\x8c\x98\x9b\x57\xf9\x73\x5a\xb2\x50\x7b\x4d\xd8\xe3\xa5\x1c\x9f\x50\x37\x1b\x1d\xc9\x8e\xf1\x52\xa4\xe4\xe9\xb1\x56\x45\xfa\x6a\x93\x11\x6d\x85\x96\xd5\xa0\x74\x72\x9b\xc6\xfc\x3d\xcf\x90\x22\xb2\xb2\x9a\xf1\xd3\x89\xf0\x38\xf2\x06\x95\xa9\x77\xec\x91\x17\x49\xb7\x95\x23\xa6\xd1\x51\x65\xa4\x1b\x8a\x71\xd8\x7b\x51\x5a\xe4\x62\x79\x3c\xfe\x60\xd0\x7b\x72\x88\x3c\x0f\xbe\xdf\xef\xc3\x72\xbe\xfc\x14\xe1\x92\xef\xe6\xa9\xc3\x8a\x96\x04\x79\x5f\xd9\x4f\xb9\x4a\x19\x84\x42\xef\xb7\xa3\x4d\xca\x6f\x08\xcd\xde\x1f\x86\x38\x51\x8e\x44\x56\x2f\x91\xc7\xcd\x2a\x39\x44\x3d\x4f\xef\xfe\x6e\xf4\x04\x51\xd3\x93\x70\x3f\x5a\xf5\x28\xf1\x9d\x5b\xca\xdd\x67\xaa\x77\x48\x5b\x5c\x63\x00\x4e\x7d\x95\xd5\xdc\xd2\x08\xc0\xbe\x51\x0a\xb7\xe3\x1c\x80\xd0\x4d\xa9\xd3\x8c\xd9\x00\xd2\xd1\x52\x5f\x0f\x32\xfc\x8b\x83\xd0\x53\x38\x7a\x0a\x05\x60\xa4\x86\x42\x9f\xd7\x00\xb0\x32\x54\x63\xe1\x96\x06\xb0\x26\xea\xb0\x88\x24\xaf\xf7\xe5\x38\x5b\xa7\x5b\xf0\xaa\x3e\x43\x86\xad\x3d\x1c\x45\x0c\x0d\xd6\xfd\x28\x1a\x66\x10\xeb\xe8\xbe\x81\xd2\x69\xb2\x35\x4b\xdf\x47\x91\x72\x48\x9f\x50\x39\x13\xc4\x41\x2e\xd7\x89\x6a\x39\x19\xfa\x84\x7c\x54\xf3\x45\xb7\x57\x64\x26\x69\x50\x5d\xf3\xd9\xf1\x68\x23\x92\x2d\xfa\xec\x27\xe1\xd8\x54\xe2\x63\xe5\xa6\xc5\xf8\x04\xe2\xba\x07\x04\x51\xdc\x84\xe3\x0e\x1f\xc7\x05\x29\x64\xe2\x4f\x05\x51\xe7\x0e\x29\x7e\xc7\x7b\x05\x6d\xfd\x66\xad\x1c\x87\x8f\x0f\x52\x7d\x8f\x41\xa9\xe2\xc7\x02\x5a\x46\x98\x54\x7c\x08\x26\x7e\x16\x7f\xf6\xe1\x74\x3f\x55\xdb\x4b\x94\xf3\xaa\xec\x50\x55\x2f\x21\xda\x7b\x5d\xb8\xbd\x4d\xed\x35\x69\x93\xeb\x67\x00\x96\x06\x69\xfa\xcd\x3f\x00\x38\x16\x24\x0f\xee\x78\xf0\x6f\x0e\x42\x8a\x7c\xd0\xf0\xbf\x3d\x31\xa6\xad\x4a\x52\x6c\x7d\x00\xd6\xea\xaa\x77\xb9\xd5\x00\xec\xb5\x35\x8b\x84\x2f\xaf\xf7\xe5\x18\x39\xb0\x99\x0d\xab\xd7\x21\x25\x76\x81\x76\xbb\x4d\x76\x51\xc1\x46\xfa\xca\x39\xbb\x5d\xd4\x6d\x96\xf2\x51\x18\xaf\x7d\x14\x5f\x53\xba\x2c\x4d\x3f\x3c\xf9\x96\xa1\x69\xa5\x70\x68\xe3\x3a\x0f\x63\xa7\x2d\xd2\xfd\x21\x8e\x42\x32\x57\xaf\x7f\x71\x34\x2e\x82\x98\xac\x4a\xf7\xa5\x27\xd9\x82\xe8\xae\x3c\xb4\x5c\x9a\xcc\x4b\x44\x94\xf2\x30\xfd\xf1\x4a\xb4\xeb\xb1\xd8\xa7\x94\x81\x53\x8d\xe0\xa0\xf9\x50\xde\xdb\xa8\xe4\xe1\x59\x42\xe5\xd6\xfb\x70\x4e\xaa\xd9\xe1\x6f\x04\x8b\x3e\x34\x57\xbb\x4f\xe0\x0c\xf0\xa2\x71\x30\x9d\x69\xea\xa1\x44\xf6\x2b\xb5\xb7\x64\xb4\xb6\x13\x2f\x78\xab\x36\xed\xd4\x1c\x22\x0e\xbb\x2f\x03\x9c\xc9\x92\xfa\xb1\x95\x1f\x80\xeb\x95\x84\x1d\xfd\x5f\xbf\x38\x08\xd9\x18\x89\x4d\xfb\x9f\x03\xa8\x79\x4a\x6f\x3e\x9a\x05\x60\x70\x48\xee\xdd\xa9\x5b\x00\x96\x9b\x15\x84\xd8\x8e\x02\xd8\x2d\x28\x2f\x72\x06\x00\xb8\x30\x68\x32\x8a\x66\x02\xc1\x65\x58\xf7\xbc\x4c\x03\xa8\xb9\x84\x98\xea\x6a\x6e\x42\xfc\xec\x3b\xec\x52\xcd\x82\xd7\xfd\x28\xfd\x36\x4c\xe1\x2c\xde\xcf\xc8\x9f\xcd\xa3\x33\xff\x0a\x49\x26\x1f\x34\x4e\x2c\x9f\x88\x1a\x5d\xe7\x61\xde\x6a\x13\x7b\xd9\x93\x26\x89\xb1\x1a\xf7\x07\xc9\x29\xc6\xc4\xad\xaa\x9c\x63\x39\x69\x65\x84\x6c\x54\xe3\x4a\x4f\x46\x18\x8d\x87\xf9\x5f\x3e\x94\x75\x0e\xc6\x5f\xfd\x0b\x2e\x33\x32\x74\xbd\x0f\xe7\xbd\xe6\x41\x7c\x61\x88\xde\xdd\x27\x9a\x5f\x08\xe7\x02\x03\x69\x7d\x38\x34\x0e\xa6\xde\x4a\xe7\x1d\x71\x9f\x8f\x07\xc0\xe9\x41\x09\xb1\x2d\x79\x00\x3c\x83\xe2\xba\xf4\x4f\x01\xc4\x93\xc4\x87\x99\x9e\x03\x28\x92\xc5\xa7\x0e\x1e\x06\xd0\xfa\x22\x99\x74\x14\x03\x60\x3a\x2b\x3d\x79\x4a\x14\xc0\xa6\x58\x61\xe4\x42\x18\x80\xb3\x9f\xd2\xcd\xcb\xea\x00\x9e\x52\xaa\xcf\x84\x29\xeb\x5e\x10\x4b\xaf\x4d\x46\x97\x35\x0e\x20\x09\xae\x1d\xd6\xcc\xa6\xa4\x75\x3f\x8a\x87\x1d\x67\xa8\x86\xff\x16\xb2\xb9\x15\x4b\x9a\x45\xc4\x13\x52\x94\xa9\x7c\x39\x57\x3c\x6a\x9d\x87\xd9\xa9\xf3\xa6\x5f\x2d\xe3\x20\xa1\x41\x53\xee\xa5\x65\x66\x2e\x41\x56\xd5\x7b\x52\xfa\xea\x2e\xc2\x71\x15\xa3\x95\x03\x57\x35\x68\x3e\x94\xc5\x33\xa8\x09\x8c\x66\x92\xd4\x58\x01\xfa\x05\x66\x3c\x21\xee\xad\x9d\x5a\x30\xd6\x39\xae\xe6\xb9\x90\x66\x0c\x56\x3f\x7e\x7a\xe0\x93\xa6\x06\x4e\x39\x5a\xbd\xa7\x47\x2b\x07\xf7\x28\xf2\xc2\x7f\x38\x98\xb5\x3e\x1c\x1a\x07\x53\xfd\x5c\x7f\x13\x91\xce\xd7\x00\xe0\xcc\x09\xf1\xf3\x5b\x4a\x00\x04\x64\x44\xbf\xec\x96\x00\x10\x97\x10\x39\xc6\x58\x0f\xa0\x52\x24\x36\x75\x30\x06\x40\xa7\x5f\xe4\xcd\xa1\x67\x00\x16\xb2\x92\x0b\x2c\x42\x00\x8e\xe7\xe4\x9e\x5f\x90\x07\x70\xfd\xac\x90\x7c\xa9\x17\xc0\x3b\x03\xbd\x5b\xd8\x02\xc0\x9f\x4d\x6d\x51\xca\x05\x4c\x7c\xe9\x0d\x6a\x34\x6e\x23\xd6\x57\x58\x2d\x33\x2c\x52\xd7\xfd\x28\xdc\x0e\xc9\x41\xa2\x81\x0a\x64\x4e\xeb\x93\xa9\x66\x51\xa6\xa4\x63\x66\xfe\x65\x45\x49\x12\xc4\x13\x46\xc7\x5b\x9c\x32\x0c\x08\x9c\x7a\xd2\xfd\x31\x39\x0a\xf8\xfb\x9a\xcb\xa3\x62\xb9\xdf\xf1\x97\x54\xd3\xe7\x45\xf2\x07\xf0\x9d\x2a\x13\xcb\x49\x39\x41\xd8\x71\x15\xef\x15\xb7\xac\x5d\x34\x1f\xca\x87\x04\xf5\x1f\xab\xf5\x69\x9d\xc3\x35\x9a\x39\x18\x87\x94\x83\x4f\x08\x5a\x2c\x58\x93\x78\x12\xad\x0f\xa7\xd3\x48\xd7\x11\x77\x34\x96\xaf\xcd\x48\xcf\x1a\xd7\x10\x15\xd9\xe8\xad\x77\x07\xdf\x15\xf2\xbe\x8e\x59\xff\x1d\x7e\x29\xf8\x47\xcd\xbc\x7e\x28\xc1\x37\xa0\xa7\xe2\x80\x81\x0a\x71\xbb\xaf\x06\x00\x9b\x9d\xb8\xd4\x36\xdf\x5f\x1c\x04\xed\x3a\xa8\xd9\x8a\xf5\x1c\x52\x04\x30\xbc\x2e\x7a\xf0\x48\xcc\x7f\x7b\x62\xbc\x4a\xe5\x5c\x2f\xe9\x02\x04\x08\xa2\xa8\x22\x29\x00\x81\x65\xaa\x61\x92\xd5\x60\x12\x98\xa1\x37\xa4\xb9\x09\x49\xf4\xab\x32\x8b\x31\xcb\xa7\x32\x79\x56\x3b\x5a\x7a\x4c\x92\xaf\x3a\x77\x05\x1c\x09\xeb\x24\x15\xdb\xb6\x25\x1f\x8a\x1b\x22\x2a\x59\xee\x2b\xe9\x4a\xff\xb4\xce\xc3\xa0\xf5\xbd\x1e\x28\x14\x9e\xc1\x3d\xd1\xe2\x7f\xaf\x52\xf4\x88\xd6\x03\x83\x97\x40\x67\x2e\xbd\xcf\xbf\x3c\x37\xaa\x26\xb2\x7c\x3d\xe7\x07\xcd\x87\xf2\x3a\x5d\xf3\xfa\x6a\x4c\xfa\x6b\x9a\x0f\xa5\xef\xac\x6e\x1a\xa6\x24\x85\xa5\xeb\x92\x9e\x34\xd6\x39\xa1\x86\xc6\xc1\x34\xef\x31\xa4\xc7\x09\xc6\xea\xd7\x15\x18\xae\xe2\x5e\x44\x85\xd3\x38\x98\xf2\xa7\xc6\x3a\xf8\xfe\x50\xdf\x62\x16\x63\x3b\x42\x62\xc0\x67\x80\xf3\x38\x51\x89\x6d\xdf\x7e\x71\x10\xb2\x9c\x42\xa3\x7b\x7d\x01\x34\xba\x04\xa7\xf7\x7b\x01\x18\xdf\x15\x91\x3d\x12\x0c\x60\x17\x24\x1a\x7b\xf2\x3c\x80\xeb\x73\xa9\xbd\xe7\x1e\x00\xf8\x31\xc9\x3e\xe7\xac\x06\x08\xbe\xa8\x38\x2c\x28\x09\x10\xd1\x84\xde\x21\xfd\x08\xa2\x22\x4c\xb5\x6e\xa9\x59\x20\x49\xc1\xd3\x26\x17\xcd\xba\xa9\x5b\x7d\x05\xed\x35\x3c\xcb\xc8\xe2\xee\xae\xde\x7f\x45\x3a\x12\x97\x1c\xca\x12\xae\x26\xdf\x27\x18\x58\x73\x97\x58\xe6\x54\xe1\xbd\x4d\xcd\x6f\x7e\x2a\xdc\x8b\x4b\x35\x38\xfb\xb0\xb1\x64\x0a\x6b\xa8\xcd\xf5\x29\xb6\x32\x1a\x9b\xa0\xf6\x63\xc1\xb5\xfc\x31\x8d\x0b\x9a\xc8\xd5\x64\x59\xf2\x28\x62\xa0\xf9\x50\x9e\x7a\xeb\x8e\xad\x04\x64\x13\xfb\xfb\xf4\xad\x57\x96\xaf\x86\x75\xae\x1a\x18\x63\x0e\xa5\x91\xdb\x77\x1b\x34\x62\xb9\x92\xb8\x1b\x3b\x8d\x4c\xb0\xf7\xe3\xc7\xeb\x62\x8c\x6d\x70\x3b\xe3\x0a\xab\x46\x4c\x1a\x70\x31\x31\x66\xa5\x7e\xa6\xc7\xf1\xc6\xe1\x54\x1a\x07\x93\xe7\x6d\xda\x45\x30\x0a\x42\x03\x70\xb2\x0b\xf7\xef\x58\x02\x10\x3a\x23\xb4\x7f\xb7\x1e\x80\x7c\x8d\xd0\x86\xbd\xb9\x00\x9a\x39\xfc\x8f\xf6\x5d\x06\x30\x4f\x14\x42\x8e\x64\x02\x38\x24\x08\x4d\x1f\x57\x01\xb8\x32\x23\xaa\x77\xba\x05\x20\x68\x49\xca\xf2\xa2\x00\x40\x24\xbb\x1c\x4e\x60\x23\x40\x9c\xb0\xf2\xa0\xb4\x12\x24\xc7\xe9\x6a\xb0\xa9\x7e\x44\xd2\xa2\xb2\x0d\x15\xcc\x7a\xa8\xdb\x43\xce\x58\x93\x3d\x5f\xac\xfb\x51\x5c\x9c\xd9\x63\x47\xd3\x2f\xe3\x6f\xda\xfa\x16\x6d\x2c\xb0\xc0\x29\x99\x61\x5b\xa6\xca\xe9\xb0\xfe\x86\xc7\x07\xb2\x2a\xa9\x18\x7b\x6d\xe1\x6f\x55\x35\x1e\x18\x6b\x8d\xd0\xf9\xe7\xd7\x16\xe7\xf5\x35\x1e\x2f\x74\x97\x9b\x7c\x38\xaf\x13\xb1\x98\x5b\xda\x4c\xf3\xa1\x3c\xb8\x6c\x78\x7c\x39\xb4\x40\xac\x73\xc8\xa8\x6f\xc5\x25\xf7\x44\xbb\x9d\x31\x7a\xd5\x2e\xcb\xbc\x29\xda\x24\x1f\xc3\x9f\xce\x57\x6b\x68\x9a\x8c\x65\x4c\x4e\xaf\xf4\x35\x2b\xc4\x3e\x4a\x30\x2a\x7d\x6d\x7e\x08\x87\x8e\x7d\x59\x74\xd1\x7c\x37\x7e\x6f\xe4\x50\xae\xbb\xc5\x71\x7c\x78\x78\x52\x96\xbe\x85\x33\xe1\x74\xf0\x14\xc0\xe5\x4f\xc2\x5a\x3b\x4b\x01\x44\x14\x05\x55\x77\x7b\x00\xa0\x0e\x0a\x1c\xd9\x1b\x03\xa0\xa7\xc3\xf7\x7e\x5f\x27\x80\x65\xbe\x40\xe3\x61\x1e\x00\x97\x8f\x02\x81\xc7\x14\x01\x7c\x4f\x09\x8b\x9e\x3a\x04\x10\x46\x92\x38\xcb\x3e\x01\x10\x1f\x22\xd5\xcd\x13\x04\x90\x28\xaa\x7c\x40\xfa\x0d\x84\xa7\x6c\x56\xcb\x56\x1b\x43\x82\x12\x6d\xf5\xb7\x98\x23\x14\x62\xa4\xb3\xe5\x4b\xaf\x02\xd2\xb0\xbf\x93\xdb\x91\x18\x1c\x21\xca\x3d\x3f\x72\x7b\xf6\x08\xee\x9d\xfd\x6a\xfe\x42\xc9\x17\xac\xb1\x45\x50\x4b\x7b\x35\x1a\xb3\xd1\xf0\xe1\xb3\x9b\x75\xfb\x56\x16\x75\x1c\xc7\xb5\x1b\x84\x68\x3c\xcc\x57\xd0\x79\xfd\x23\xbb\x7a\x84\xe6\x43\x79\x88\x35\xaa\x5d\x6c\x2f\x4b\xfc\xd3\x87\xd2\xa8\x63\xce\xb3\xf2\x2c\xc7\xe4\xfa\x61\x8b\xdd\xab\xa3\x99\x8a\xe5\xa3\x96\xd7\x31\x4e\xe9\x74\xc5\x93\x56\xdb\xb1\xe7\x92\xef\xe7\x79\x5b\xd5\xe3\xe8\xe3\x03\x73\x5c\xad\x78\x70\x1d\xd1\x94\x8c\x2c\xab\x5a\x7c\x58\xf8\x50\x5a\x88\xd5\x1b\xfc\xab\xd0\x25\x00\xae\xa3\x82\x0a\x3b\xcd\x7f\xe5\xff\x68\x75\xde\x77\x8c\x15\x00\x06\x11\x3c\x8f\x99\x1e\x02\xd8\x0a\xf2\x75\x1f\x4a\xfc\x6f\x4f\x4c\xf4\x47\x11\x36\x36\xdb\x5f\x3d\x31\x99\xa7\xe5\x66\x25\x2a\xa0\x3a\xeb\xa2\x8a\x00\x7a\x1f\x92\x93\x29\xa3\xed\x62\xe6\x4d\xdd\x95\x6c\x68\x2a\xe0\xf9\x95\x64\x19\xda\xea\x72\x3e\xc1\x04\xff\xdc\x9b\x2f\x78\x7b\xfe\x07\xec\x84\x33\x57\x8e\x7f\x65\xca\x3a\x0f\x93\x6b\x9c\xff\x2c\xad\x29\x9c\xd6\x8b\x33\xcd\xa4\xdb\x38\xeb\xd8\x68\x3e\xfa\xd4\xb0\x66\xae\xbf\xfe\xfe\x23\x8c\xa9\xee\x8f\x6d\xd7\xf1\xeb\x3e\x94\x3a\x0b\x8d\x25\xde\xd2\xe1\x1b\xe5\x56\x71\x4b\x73\xc5\x8d\x35\xaf\xac\x2e\xac\x24\xe4\xde\x2b\x3f\x69\xed\xb1\x1a\x79\x75\x4b\xd1\x19\x1b\x11\x8c\x66\x7a\x53\x6e\xa4\xcd\x7b\xec\x89\x94\x4b\x99\x23\x76\x62\xd8\xb0\xa4\xb0\x34\x92\xdd\x6e\x9c\x64\xdc\x40\xea\x31\x5b\x47\x1c\x3e\x8a\x92\xe0\x69\xa7\x85\x8f\x0d\x5f\x04\xe0\xad\xe3\x9f\xd9\x75\x07\x40\x8a\x9b\xef\xcd\xee\x00\x00\x55\x03\xee\x67\x7b\x72\x01\x8c\xc7\xb8\x0d\x99\xa2\x01\xec\xb3\x78\xfe\x3a\x30\x0c\xe0\x9b\xca\x1b\x70\x6c\x37\x40\xc4\x09\x7e\x65\x16\x46\x80\x04\x41\x81\xdc\xb3\x97\xff\xd5\x13\xb3\x5b\x7a\x42\x2c\x0b\x1e\x14\xb0\x28\x4e\x2a\x47\x21\x5d\x05\x86\xea\x1d\x26\x9c\xd4\x43\x19\x88\x51\x97\xa7\x31\xe9\x6a\x9c\xbc\x7d\x44\x1c\x19\xb7\xe4\xef\xe4\xe7\x5f\x62\x88\x79\xe2\xfa\xed\x6a\xe7\x75\xbf\x15\x57\x5b\x8d\x9b\xca\x37\xff\x5a\xea\x37\x21\x0f\x32\xb4\x55\x2e\x29\xe8\x5d\x9a\xa4\xb4\x5f\xfa\xa8\x6c\x54\x36\xfd\xb9\x65\xfa\x49\x89\xb9\xe8\xac\x76\x33\x4f\xb7\x86\xc5\x9b\x79\xf3\x7a\x31\x9a\x0f\xa5\xae\xd6\x8e\x79\x61\xa4\x6a\xac\xf2\xba\xfd\xee\x25\xe3\xb2\xbd\xc5\xaf\x1c\x78\x97\xf5\x8b\x1e\xe6\xa9\x3b\xb0\xad\x90\x73\x4a\xaf\xde\x73\xd0\x5e\xfd\x90\xc5\x90\x61\xec\xb0\x82\xb1\x4d\xef\x4d\x0e\x75\x1c\xc2\x72\xa4\xa8\x26\x30\x3b\xe2\xb1\x73\x09\xad\x34\x0e\x26\x6a\xde\x29\x00\xf7\x35\xfa\x21\x00\x6f\x0f\xdf\xa6\x5d\xd6\x00\xd2\xe7\xf8\x86\x76\xd7\x03\xa8\xdf\xe0\x39\xcc\xa8\x0c\x60\xce\xcc\x75\x9d\xe9\x1e\x80\xcb\x5e\x6e\xd4\x41\xe5\x5f\x3d\x31\x31\xf7\x79\xe5\x98\xb7\x00\xa4\x57\x0b\xec\x3a\xf7\x02\x20\xef\xb8\x50\xef\x45\x14\x40\xe9\x43\xc9\x42\xd1\x2b\xf0\xb6\xd2\x53\x2e\x4f\xf1\x03\xf2\xa0\xac\x59\x35\xd8\x38\x9f\xba\xab\x80\xa2\xef\xe3\x79\x97\xa4\x91\x21\x67\xdd\x92\x30\x87\x53\x0e\x95\xf0\xc9\x2c\xaf\x5b\x95\xf3\x7a\x95\x16\xd0\x98\xb6\x54\x6f\x4f\x6e\x2e\x6b\x9f\x59\xe0\x32\x43\xbf\xfc\x7a\x8f\x69\x4a\xc4\xf8\xc8\x84\x4a\x97\xec\x60\x83\xc5\xc4\xe4\xd0\x1d\xee\xee\x66\x9b\x6d\x33\xe8\x5b\xbc\xad\x4f\xed\xf6\xcc\xd9\x37\x1a\xfd\xe9\x43\x29\xda\xe5\xb4\xba\x44\x57\x9e\x9b\xb3\xd7\x85\x7b\x79\x67\xc9\x19\x1a\x07\x93\xf4\xd6\x35\x6d\x55\x36\x7b\x94\xc6\xc1\xc4\xf4\xb8\x7a\x63\x90\x54\xad\x48\x21\xd7\x74\xec\xeb\x44\x74\x84\x9e\xcb\x47\x9c\x45\x5c\x68\xf0\x94\xeb\x13\x1c\x35\x5a\x09\x80\x4f\x85\x37\x76\x97\x11\x80\xdc\x1d\x5e\xab\xdd\x75\x00\xda\x4f\xb8\x5e\x32\x1a\x03\x58\x8a\x5e\xee\x65\x8a\x03\x70\xd7\xbb\xdc\x72\xa0\x06\x20\x2c\x99\x6b\xfc\x68\x1b\x40\xe2\x09\xae\xc1\x13\x72\x00\x39\x3e\xdc\xdc\x2c\x1f\x7f\xf5\xc4\x54\xab\x8b\x45\x09\x8e\x01\xd4\x8e\x4b\x9b\xc8\x1d\x82\x8d\x75\xe3\xca\x3b\xf5\xe3\xa8\x5c\x55\x6d\xda\x41\xee\xf3\x24\xde\x7c\x45\x8b\xab\x89\x65\x38\xce\xf8\xe7\x1e\x8e\x15\x22\xcb\x9f\xfc\xf4\x13\xef\xdd\xca\x5e\xe8\x73\xea\x6d\x22\x76\xa5\xcd\xe9\x99\xd7\xbe\x5d\x7e\x40\xff\x72\xbf\x8d\xea\xb7\xd1\xde\x5b\x3d\xfb\x1d\x8c\x26\x70\x5d\x05\x2d\x5b\x9c\x37\x4f\x6f\x69\xbf\x75\x5d\xd5\xa5\x6c\xd6\xf8\x66\x5c\xa9\x9f\x9b\xd0\xbc\xe1\x8d\x82\x3c\x0b\xf7\xd0\x1f\x4b\xd7\x15\xb3\x0c\x3d\x36\x2e\x6a\x56\x1d\x4f\x35\xf4\xa8\x5c\xca\x28\x63\x48\x64\xf2\x68\x59\x9e\x2e\x44\xc5\x8e\x79\xd8\xaf\x32\xe4\xbc\x8a\x9e\xf3\xb0\x58\xad\xba\x6a\x47\xe3\x60\x42\xd2\x3d\xe9\xb1\x6a\xc9\x78\x1a\x07\xe3\xf7\xce\x23\x1d\xb7\x12\x9d\x09\x20\x7a\x92\x0f\x18\xbc\x00\x14\x4f\xf1\x32\xee\xd9\x00\xa0\xa7\xc6\x59\xbf\xc7\xef\x17\x17\x44\xf3\xa3\x84\x3f\xbe\xe8\x7a\xd0\xea\x5f\x3d\x31\x6b\x1c\x44\xd5\x1b\xde\x7d\x6c\xca\x00\x0d\xf4\x22\x87\x04\x2e\x00\xb4\x10\x24\x86\x65\xae\xc3\xe1\x5b\x6d\x0a\x42\xba\x43\x54\xf5\x66\x61\x75\x53\xb7\xd3\x24\x95\xea\x39\x63\x9b\x84\x62\xec\xcb\x2c\x70\xbe\x5d\x39\xba\x38\x1d\x72\x30\x46\xaa\xe3\xe9\x58\xd3\x95\x8a\x5a\x89\x3e\xc3\xd7\x15\x2e\x74\x83\x06\x8f\x8f\xf6\x0a\xbb\x6e\xfd\x32\xf0\xb0\xfd\x26\xb7\x3b\x69\xbc\xb7\xdb\xb6\xda\xc1\xd3\x73\x4a\xef\x4e\x51\xbe\x9f\xcf\xe5\x99\xad\x6d\xec\x57\x63\xbc\x77\xcf\x4d\x34\x5e\x48\xdf\xe6\xad\xf0\xc3\xa5\x8e\x2e\x61\xaf\xef\xa6\x85\xae\x6b\x7c\xd1\x2a\xbe\xf7\x16\x57\x2b\x2c\xa3\x6e\x79\x97\x2d\x87\x17\x2d\xd0\x38\x98\xc0\x68\x5f\xd4\xaa\x6b\xf6\x95\xff\x70\x30\xc3\x57\x04\x71\x7f\x25\xc4\xf8\x1c\xf5\xb2\xc2\x2d\x44\xd7\x01\x08\xdd\xe0\xb6\xde\x25\x08\x80\x62\xbf\xac\xc2\xe0\x0b\x60\x54\x7a\x99\x89\xb1\x04\xc0\x69\xeb\xa5\x14\xa6\x46\x00\xff\x6c\x8e\xe3\xfb\xc2\x01\xe2\x74\x2f\xc8\xfc\xfd\x7b\x22\xfb\x13\x7b\xd3\xe1\x22\x80\x0a\x14\x7b\xc2\xd1\x62\x80\x1b\xd8\x4b\x77\x59\x96\x00\xda\xf9\xf9\x02\x38\x85\x00\x3a\x53\xc5\x8c\xa5\x62\x40\xfb\x1e\x46\x26\x49\xb3\x84\x6a\xdd\x59\xa7\x32\xe6\x32\x40\xe2\x6b\x0b\xd6\x3b\x99\x70\x0d\xab\x53\x6d\x60\xb3\x54\xdd\xf1\x39\x39\x7d\x57\x30\xef\x5d\xc6\xc7\x43\xd1\x3b\x0a\x5f\x3f\x68\xe8\xbc\x1f\xb4\xda\x3b\xf4\xd4\xee\x06\x77\x80\xc6\xa7\x1d\x4f\xad\x0a\xef\x05\xdf\xff\xe6\xd5\x4f\xca\x1e\x0e\x12\xfb\xee\xd3\xf5\x3e\x85\x3b\xe8\xf9\x74\x67\xfb\xe1\x58\xb1\xe0\x95\xd9\xbe\x9b\xa6\x51\xb7\x83\xa2\xe7\xdf\xd5\x7f\x8b\xe0\x0e\x0c\x5b\x48\xb8\xb6\x1a\xda\x1b\x50\xb1\xf4\x57\x85\x44\xc8\x81\x80\x9d\xcb\xdc\x25\x2c\x81\x11\x01\x1e\x2b\xf1\xf9\x87\x02\x6e\xf8\x2e\xae\x36\x5f\x35\xf4\xcb\xf7\xf3\xc5\xe4\xa4\x5b\xf9\xb4\xf8\xa5\x60\xfd\x93\x85\xbd\x31\xbe\xde\x38\xa6\x04\x91\x2b\x29\x3e\x63\xb8\xe7\x31\x96\x00\x62\x95\xdc\xfb\x77\x8d\x00\xa8\xd6\x5c\x66\xdd\xcd\x00\x60\x9e\x7e\x21\x83\xa1\x07\xc0\x2d\x8d\x83\x7b\x6f\x0d\x40\x28\x3d\xeb\x13\xc6\x64\x80\x14\xcf\xb3\x5f\x19\xc9\x00\x45\xc9\x67\xf3\x99\x6a\x00\xea\xd2\xcf\xb6\xed\xb7\xfe\xd5\x8f\xd2\x1d\xcb\xcd\xc5\xce\x01\xf0\x98\x51\xd0\x57\x98\x09\x52\x06\xb9\x24\xac\x55\x95\xa8\x2f\x9e\xf3\x2b\x54\xda\xf3\x93\x22\x1e\x33\xaa\xaf\xc4\xc6\x4e\xf3\x75\x98\x9a\xc7\x55\x1e\x7b\xae\x5f\x2b\xe6\xdd\xd7\x7e\xe1\xa6\x75\x5e\x77\xda\xd1\x87\xc2\xa5\x0c\xe9\x23\xb7\xcc\x9f\xcb\x65\x0a\x26\x7d\x78\x47\x1c\xfc\x9a\x74\x30\xf1\xdb\x57\x93\x87\x33\xd1\xdf\x12\x35\xbf\xa7\x77\x3d\x8c\xb8\x19\x6f\x33\x7d\xbf\xfd\x48\xf8\xc5\x98\x23\x73\xfb\x9b\xe3\x83\x27\x63\x72\x7f\x70\xd6\x8d\x05\x56\x44\x1f\x5d\xbc\x50\xb5\xe8\xff\x30\x1a\xbd\x24\x5f\xae\xf8\x3f\xfb\x70\x1c\xc3\xfc\xb1\xc7\x52\x56\x3d\xbd\x43\x51\xd8\xd1\x44\x47\x0f\xc9\x90\x57\xb8\xc0\xb8\x83\xee\x7f\x85\x1e\xc2\x61\xa2\x63\x01\x64\x4d\xb8\x58\xe9\xcb\x00\x34\x9d\x2f\xda\x33\x9c\x00\xb0\x42\xb1\x12\xe9\x1d\x00\xbc\x5c\xd8\x2e\xee\x61\x00\x88\x71\xdf\xb2\xf4\x8f\x07\xa1\x86\x99\x61\x17\x11\xa0\x7a\x79\x2d\xef\x29\x39\xf9\x82\xe1\x3d\x40\x5f\xd6\xa9\x2a\xa6\xe3\x00\xcf\x25\x38\x72\x4e\xf5\x00\xbc\xe9\xe1\x11\xbe\xfc\x0c\xf0\x9f\x16\x45\xe4\xe4\x2b\x91\xa3\x63\x32\x32\x82\x56\x23\x98\xa0\xcf\xfb\x54\xce\x45\x3e\x7b\xe7\x31\xb8\x60\x54\x5c\xf4\xb1\xab\xb3\xb7\xc0\xad\xbf\xb9\xab\x8c\xb9\x75\x3c\xce\xb7\x67\x63\xaa\x6a\x23\xb6\x5e\xf3\x51\x4f\xf8\xf1\xfa\xdc\xf7\xdd\x4f\xcb\x83\xee\x56\xf9\x8f\x3d\xeb\x0d\x0c\x38\x59\x6a\x37\x39\xdc\x31\xed\x77\xad\x40\x62\xe6\xe9\x2d\xf3\xff\x78\x40\xe6\xd2\x26\x16\x1f\x57\x74\x7a\x9d\x4c\xa3\x5f\x66\x2b\xd9\xec\xc1\x9d\x1a\xb2\xe2\x9d\x7f\xd6\x43\x23\x71\x6e\x55\x3b\xbb\xd9\x8d\x3d\x89\x1e\xe3\x91\xfe\xc9\x6d\x63\x5c\x13\x56\x2d\xf9\x8b\x4b\x40\xdc\x65\xdc\xd9\xf8\xdb\x4e\x8f\x63\xe6\xf0\xe7\xa2\xb4\x9d\x5e\xc7\x7c\xc6\x9f\x89\xb2\x02\x90\x0f\xbf\xe4\xb5\x2b\x1f\xc0\xe0\xc4\xf9\x13\xbb\x8a\x01\x1c\xde\x9d\xe1\xdc\x59\xff\xab\x17\x24\x69\x2d\xd7\xa4\xe5\x1c\x4d\x9b\xe9\x8c\xff\x9e\xbd\x6b\xef\xfb\x47\xe2\xe8\x6e\xff\x93\x7f\xce\x9e\x96\x65\x02\x80\x99\xb3\x17\xd3\xce\xb2\x02\x60\xbe\x0b\x6e\x91\x10\x43\xd2\x29\xac\x12\xb1\xc6\xde\x93\x7b\x96\xfc\x95\xea\x03\x29\x4f\x2b\xbe\x5f\xd1\x7b\x7b\x35\xac\x31\xe5\x7d\xbf\xe3\xad\xeb\x1f\x33\x6a\x86\xe2\xc2\x57\xee\x7c\x0e\xf7\x7f\xbe\xf1\xda\x8d\x6e\x4d\xcf\xce\x27\xf7\x5e\xaf\xf4\x9f\x70\xed\xeb\x39\x3e\x31\xdf\x35\xe4\xea\xd7\x66\x3a\x7d\xb7\xed\xb8\x4b\x78\xd3\xbd\x39\xa5\xa6\x1d\xae\x16\x35\x5c\x3f\xc4\x6a\x89\x2e\xe9\x95\x9a\x0b\xd8\xaa\x49\xe7\x90\xd2\x47\x4b\xf5\xa5\x4a\xce\x9f\x0b\xf7\x2d\xdf\x2c\xbc\xeb\xb4\x25\xbf\x63\xf5\x4c\xce\x01\xc7\xb2\x1c\x3d\x0c\x7b\xc6\x63\x87\xc0\xab\x66\x58\x81\x94\xbf\x1c\x7c\x33\xec\xb1\x1f\x13\x16\xd7\xf9\x8f\x0b\xa9\x97\xf0\xb1\xe1\x64\xdb\xae\x94\x04\xfc\x70\x98\x32\x80\x72\x35\xdb\xc7\x1d\x86\x00\xa6\xf6\x67\xb5\x76\x50\x01\x5c\x1f\x9f\xca\xda\x79\xf0\x97\x0f\xe3\xea\x25\xba\xdf\xbe\x7b\xa6\x79\xbf\x69\xf9\xf7\x97\x4d\x3f\x7d\x18\x2b\xda\x3b\xca\x7f\xbe\xf7\x67\x2b\x3d\x74\x83\xc2\x80\x60\x04\x4e\x8b\xb2\x4f\xaf\x50\x5a\x25\xee\xe9\x6f\x7b\xa5\x46\x1c\x56\xba\xe3\xf9\xa0\xab\x0f\x27\xac\xcb\x95\x30\x5a\xa1\xb7\xdc\x6d\xb7\xb5\xf4\x44\xcc\xc0\x6c\x62\x50\x64\xd3\x84\x8f\xe5\x2c\xba\xec\x76\x5b\xbd\xdd\xe4\xd4\xc0\x20\xc3\xdd\x5d\x96\xbc\x9f\x28\x53\xee\xed\x3e\x56\x31\x83\x30\x2b\xd5\xec\x46\xf3\x5f\x58\x67\xde\x8d\x5d\xdc\x54\xf9\xd4\x7a\xe5\x96\xce\x52\x41\x49\xbf\xf5\x4a\xc3\xd0\x32\xbe\x80\xce\xba\xba\x36\x76\x95\x2d\xdb\xc1\xba\xa9\xfa\xd6\x2a\x92\x41\xb5\x1e\x2f\xa7\x60\x9a\x53\x11\xab\x37\xa5\x99\xd8\xae\xc4\x1d\xd6\xbc\x45\xa7\x70\xa2\x71\x15\x56\x06\x05\x71\xb8\xa5\xa8\x69\xcb\x85\x3c\x2d\x7c\x74\x78\xa3\x45\x59\x8e\x1b\xc1\x3c\x28\x03\x40\xad\xfd\xec\xd2\xf6\x20\x00\x1b\xc2\x29\xa1\xed\xef\x7e\xe5\xbe\x49\xcd\xbf\xdf\x07\xb4\xdc\xf3\xd1\x6e\xba\xdf\xbe\xff\x5e\x3c\x42\xcb\x3d\xb6\xec\xa6\xa3\x23\xee\x03\x60\x23\x1f\x79\x36\x5d\x00\x3c\x7c\xb9\x02\xef\xdf\xc8\x53\x6d\x24\xaa\x35\xbc\xfb\xfc\xc9\xf4\xca\x9f\x1c\x55\x1a\x5a\x08\xfa\x7a\xae\xa1\x45\x39\xb2\xd8\x5d\x76\x17\x32\xba\x43\xc3\x97\xb5\xfc\x51\xe5\xd9\x5e\x87\x96\xce\x64\x3b\x57\x5b\xda\x7d\x5f\x48\x6e\x4f\xaa\xf5\x36\x7a\x3d\x5f\xff\x3d\xf1\xc6\xa4\xe1\x9e\xa9\xc8\xf9\xc7\xd7\x2d\x8c\xb6\xbd\x8b\x5f\xbc\x5c\xde\x62\x14\x35\xf8\x6d\x09\x57\xb4\xc7\x18\xf5\xf0\xcb\x8a\x6e\xae\x96\x89\xed\xbd\xd6\x55\x95\xac\x61\x93\xa1\xdb\xcf\x30\xe2\xe9\x1b\x4d\x26\x5b\x6a\xb1\x5c\x49\xaf\x4c\x1c\x9a\x6e\xe3\x36\xc4\xcd\x9b\x24\xd7\x75\xe1\x5e\x44\x7d\xa7\x79\x2f\x4c\xa5\xab\xf6\xe2\x73\xc2\x7a\x4c\x22\xca\xb7\x10\x6c\x82\xe8\x4c\x4e\x96\xb4\x11\xc6\xfd\xc6\x01\xf4\xfb\x4e\x09\x6c\x73\x06\xb0\x0f\xda\xf8\xcf\x39\xf0\xff\xb5\x0f\x63\xf6\xfc\xbf\x39\x10\x6c\x24\xc0\x56\x29\x3a\xba\xa9\x52\x00\x36\xb6\xa3\xfc\x6f\x16\x80\x9f\x5f\x54\xa0\xec\x11\x8a\x3a\x23\xb9\x53\x65\xe7\xad\x76\x0a\x0b\x2a\xc7\x22\xa5\xec\x0b\x49\x50\xaf\xc8\x4b\x2f\xd9\x0d\x3f\x60\x2b\x12\x55\xed\xff\x10\x2b\xe4\x23\x93\x11\xe7\xc6\x82\x39\x98\xe6\x9d\x13\x64\x1b\xb0\xd2\x57\xfb\xac\x50\xd8\xf8\xc9\xf2\xcb\xa7\xcd\xc5\xa6\xda\xb7\x96\x4f\x2c\x7e\x29\x26\x68\xed\x5f\xb6\x5e\x36\xc9\x8b\xd0\xe1\xf8\x56\xb5\x62\x99\x1d\xae\xab\xf5\x96\x7b\x55\x30\xb3\x42\x87\x32\x78\x1b\xb3\x98\x64\xa7\xbb\xfd\x71\x21\x76\x32\x16\xd1\x1b\xec\xf9\x8a\x3b\x1e\x6b\xa8\x17\xd4\xc5\x88\xdf\x15\x91\xae\x1f\x71\x5b\x0b\x2f\x15\xde\xa0\xef\x74\x6b\x0a\x3f\x18\x52\xa0\xd7\xd2\xec\x42\x28\xf6\xef\x34\x38\x71\xe3\x38\xa1\x30\x60\x87\xc1\xb1\xeb\xaa\x44\x16\x9f\x01\x00\x8b\xb9\x13\x31\x5b\xe6\x00\xae\x24\xaf\xe5\xff\x43\x6b\x1c\xc8\x9a\x1f\xa7\xc3\xf6\xf7\x7d\x30\x99\xbb\xb6\xfe\xc0\x7f\xe7\xbf\xe3\xaa\x00\x1b\xe2\xe9\xe8\xde\x46\x01\xb0\x9d\x3e\x5a\x31\x10\x07\xa1\x7c\x92\xdc\x09\xb7\x5d\x11\x05\xa9\x7d\x0a\x98\x9a\xdb\x94\x7b\x2a\x6f\x8c\xe9\xb3\xe7\xc9\x55\x7a\xda\x76\xd4\x68\x11\x62\xbf\xcd\x26\xdf\xcf\xeb\xfd\x17\xae\xf8\x2d\xf1\x42\xf1\x28\x9b\x3d\x38\xd9\x62\xe9\xa4\x67\xc6\x8a\xd8\x27\x77\x34\x53\xb6\xe8\xb0\x63\xae\xbd\x2b\x4e\xbf\xa1\xbe\x1f\x53\xb4\x9a\x99\x26\xa2\x9a\x80\xed\xc4\xf4\x26\xb4\xab\xbe\x9e\x1f\xc7\x96\xc4\xee\x54\xb3\xfe\x66\x8e\xbb\x16\x61\xa2\x11\x3b\x9a\x86\x6b\x89\x78\xad\xe1\x33\x6c\x83\x77\x0c\x3d\xa1\x19\xfb\xc4\x0c\x7f\x2f\xb8\x8a\xd6\xfb\xa1\xf9\xa5\x7b\x85\xd0\xed\x3b\xa9\xd9\xd2\x59\x44\xd4\xb9\x22\xa0\xf5\xe2\xb6\x24\xd1\xe2\x0a\xab\xd6\xc1\x56\x4e\x12\x9d\xdb\x4b\x00\xeb\x9e\x9f\xeb\xa2\xdd\x07\x79\xba\xbf\x73\x20\x03\x6a\x6b\xe7\xc0\x5a\xfe\x47\xae\xfa\x7b\x12\xbf\xff\x5c\xff\x77\x86\xb5\xfc\x77\x2d\x07\xe9\x67\x03\xd8\x49\xa0\xa3\xbb\xcb\x0b\xad\xbc\x79\x97\x50\xf5\xef\x91\x27\x92\x8a\x92\x3d\x45\xaf\xa9\x85\x2a\x82\x9a\x65\xc9\xea\x14\x36\x03\x11\xab\xb4\xe0\x51\x32\x8f\xd5\x8c\x73\x17\x8d\x7f\xb0\xd7\x22\x26\x46\x12\xfd\xef\x58\x1e\x21\xe0\xb3\x39\x83\xe5\x8c\x34\x08\x76\xf5\xd2\xa1\x54\xed\x65\xfc\x64\xff\x52\xf8\x3d\x75\x21\xfc\xd1\x2f\x81\x51\xad\x2a\xdb\xf1\x3e\xb8\xec\x70\x51\x94\x14\x9e\x80\x67\x0e\xe1\x50\xfe\x8a\x51\xc5\xdf\x0a\xdc\x8c\x9a\x9c\x2e\x24\x30\xfa\xa7\xab\x68\x7f\x35\x26\x64\xfb\xbc\x52\x89\x7a\xab\x4f\x14\xf1\xda\x81\xbe\x32\x12\x4e\xd4\xf1\xec\x42\x17\x3c\x9b\x22\x3e\x71\x7b\x85\xd6\x78\xfc\x88\xc4\xe5\xb2\x01\x1d\xf4\x80\x9f\x14\xeb\xd8\xac\xb6\xef\xfe\x53\x92\xb3\xd3\x04\x80\x57\xe2\xef\xf7\x01\x8d\x03\xe9\x5e\xe3\x60\x68\xdf\xbf\xff\xf4\xbf\xff\xd9\x87\x32\xba\x96\x7b\x3d\x88\x00\xf8\xfb\xb9\x71\x77\x1c\x80\xb5\xfa\x70\x50\xc3\x05\x98\xe2\x79\x7b\x7e\xb0\x4c\x0d\x0e\x4a\xd6\x88\x5e\xcc\xc8\x45\x6c\x51\x9b\x15\x1d\xa3\x33\xa8\x72\x7a\x1c\x7a\xaf\xfc\xf6\x50\x64\x2c\x8d\x2c\x97\x9d\xb7\x93\x1d\x5d\x17\x1d\x67\x6c\xcd\xc9\x9b\x83\xeb\x5d\x83\xcc\x33\x49\xed\xc9\x28\xf7\x7e\xc3\x61\x92\x62\xc9\x2d\xaf\x78\xed\x9b\xc4\x99\xd6\x6a\x6f\x61\xb5\x4d\xc4\xb7\xcf\xd0\x57\x0c\x50\xc1\x44\x9f\xf1\x03\xde\xe5\xff\xe9\xbd\x58\xe3\x1f\x14\x0e\xad\x9c\x21\x1d\x77\x24\xaf\xfb\x1e\xfe\xe0\x1e\x94\xf8\x47\xbd\x48\xaf\xec\x8e\x28\x25\x0d\x36\x93\xcf\x5b\xf7\x2a\xbd\x7c\xfa\x98\xac\x6d\x95\xf2\x5f\x0e\xa4\x7d\xed\x79\x40\xeb\x03\x59\xf3\x02\xd5\xfc\xfe\xfd\x37\xcd\x03\x41\xfb\xfe\xb9\x0b\x03\x70\xb4\x7a\x7b\x46\x23\x19\xe0\x1c\xcf\x01\xbb\x0a\x32\x10\x79\x43\xd9\x78\xb2\xdf\x40\xa0\x04\x2f\xef\x87\x04\x6b\xe4\xa9\x72\x91\xb4\x63\xf0\x49\x2a\x59\xd7\x44\x6d\x8b\x87\x2b\xf5\x90\x85\x99\xe1\x76\x1a\xff\x60\x55\x41\x61\xf1\x7f\x64\xed\x67\xba\x97\x72\x32\x26\xcc\x3a\xc2\x40\x8e\x5c\x9f\x23\x67\xaf\xa4\xbd\x9f\x6c\x7c\xbd\xd1\x51\x4c\x4d\x8f\x2c\x7d\xd7\xd9\xf1\x94\x0a\x23\x69\xf6\xf9\x63\xa7\x69\xc5\x6c\xd2\xfd\x89\x77\x4e\x93\xf2\x3a\xa4\x61\xd2\x59\x47\x99\xff\x78\x1f\x7a\xc8\x2a\x64\x2f\xb3\x11\x99\x57\x2b\x47\xc8\x95\xa6\x31\x32\xc5\x73\x1d\xe4\x79\x63\x55\xd9\xc0\xf1\x5a\xf2\x77\x63\x9c\x0c\xf2\x39\x99\x22\x6b\xd0\x2e\x17\xfe\xe6\x26\x85\xc9\x68\xf5\x97\x0f\x84\x96\xff\xd3\xf6\xc1\x04\xf7\xbf\xf3\xef\xc5\xb5\xef\xd9\x3f\xe0\xd7\x7a\x10\xae\xff\xee\x81\xa0\xe5\xdf\x95\xd5\x00\xac\xbc\x07\x74\xf3\xa4\x00\x78\x83\xce\x4a\x24\x17\xc2\x3d\x71\x06\xce\xb3\x11\xb5\xc0\xa1\x14\x2d\xf2\xd1\xb7\x01\x49\xd5\x3e\x2e\x5f\xe4\x5c\x40\x7d\x6b\xba\xac\xde\x6d\xa3\x42\x55\x76\x88\xd6\xbb\x67\xde\x41\xdd\xef\x5d\x65\x18\x64\x0c\x94\x6f\x61\x31\xc6\x7d\x7a\x18\xca\x9d\x94\x15\x53\x6e\x2d\x7b\xca\xf5\x42\x07\x53\x0b\xb5\x14\x8a\x59\x7d\x91\x79\xbe\x8a\x00\x19\xb9\x97\x6c\x25\xa7\xf8\x91\x4c\x78\xf1\xd9\x32\x46\x5e\x82\xfc\x62\xfc\xb8\xe5\x8a\x2c\x2b\x79\x05\xf7\xd9\xfc\x99\xf4\x7b\x8a\x3d\x79\xd4\xd8\x7a\xdd\xf7\x90\x4c\x95\xa5\xf4\x6a\xd5\xfd\xc9\x3d\x48\x3e\xf9\x61\x4e\xf9\xa8\xb5\x5d\x2a\x74\x92\x9f\xf2\x5c\x6b\x01\xa0\x6c\xcd\x8f\x75\xbf\x92\xee\x37\x1e\x8c\x8a\xa2\xfb\x57\x0f\xc4\xe7\xb5\x9c\xf7\xf9\xda\xfa\x3b\xd7\x38\x80\xba\x96\xdf\xf3\xef\xfc\x8d\x00\x67\xb3\x99\x4e\xa7\x49\x01\xf0\x1c\x61\x26\xc7\x1c\x82\x1f\xa2\xcf\x2e\x58\x04\xba\x80\x97\x62\x2e\xbf\x86\xbb\x38\x6c\xd7\x74\x10\xf7\xb5\x6b\x41\xb4\x4d\xc2\x95\xde\x59\x7e\xa4\xbe\xb6\x5d\x54\x1f\x33\x35\xa7\xf6\x79\xd8\x68\x9e\x33\x48\xa1\xbe\x0c\xb4\xd6\x08\xd5\xcd\xa7\x66\xc6\x14\x68\x17\x68\x72\x52\xed\xae\x2a\xe9\x6a\xab\x0e\x53\xd5\xcb\x36\xeb\x2e\xa2\x2e\x52\x59\x9b\xdc\xf4\x28\x8a\x1f\x28\x4b\x5d\xdf\x0d\xaa\xe5\x5a\xa9\x74\xcf\xca\xf4\xcf\xca\x3c\xa7\x3c\xfd\x72\xd8\xc0\x47\x0a\x47\x59\x5d\x48\xd3\x53\x92\x7c\x40\xe5\xa2\xdc\xd0\x0e\xf8\x0f\xf7\xc0\x89\xa0\xa8\xef\x15\x86\x45\x73\xa8\x09\xc8\x5f\x72\xf3\x62\xa9\xd8\x45\x6a\x87\x92\x1c\xc0\xad\xd7\x74\xbf\xf1\xb1\xab\xff\xac\xe7\xcf\x3e\x98\xc1\x35\x0f\xca\xfd\xb5\xfd\xd1\x98\xb1\x96\x7f\xaf\xe5\xc1\x05\x8f\x01\x8e\x3c\xd8\x7a\x26\xf5\x30\x00\x33\x89\x9e\x3d\x8e\x0b\x80\xeb\xfb\x71\xff\x10\x77\x00\xd1\x08\xd6\x13\x5e\x24\xb8\x27\x1f\xc8\xe9\xe5\xf4\x1a\x1c\xd5\xc4\xf8\x67\xac\x4b\x91\xcf\x06\x69\x52\xdb\xff\xd3\xfb\x70\x1c\x09\xbd\xd2\xa6\xf0\x5d\xe7\x1c\x72\x3e\x4c\x4c\x65\x4e\x83\x1b\x39\x93\xb8\x0f\xbd\x07\x4d\xa5\xae\xe6\x72\xa9\xa1\x68\xfc\x83\x62\x3c\xb5\xb9\xc9\x48\x23\x52\x2e\x80\xda\xd7\x79\x42\x7d\x8b\x4c\x04\x35\xf3\x69\xb1\x46\x9e\x14\x37\xb5\xe9\xed\x73\xb5\x6b\x92\x12\xd4\xd4\x19\x19\xf5\x9a\x7f\x7a\x1e\xf8\x54\xbb\xd7\xfb\x2e\xd6\xf2\xfe\xf5\xdc\xdf\x10\x21\x20\x57\xc5\xbb\x7f\xed\x83\x19\xfc\x3f\xf3\xc1\xda\x39\x28\xfc\x3b\x07\xd4\xbb\xe6\xc7\x68\x91\x5c\xcb\xbf\x91\xb5\xfc\x7b\xcd\x7f\x10\xd7\x00\xf0\xf7\xef\xcf\x20\x22\xc0\x56\x7f\x3a\xba\xd0\x11\x80\xcb\xaa\x87\xef\xfb\x3e\x02\x10\x3d\x7d\x46\xcc\x8d\x09\xde\xcb\xad\x72\x58\xd9\x31\x40\xbe\x2a\x3d\xb7\xbf\xf9\x3e\x10\xd5\xdb\x20\x04\x46\xb6\xb0\xc3\x04\x11\xeb\xd2\x4f\x47\xe6\xec\x12\x25\x33\x74\x14\x91\x97\x1e\x49\xd2\xe9\x9a\x4f\x91\xa7\x7e\xc6\x32\x1c\x6a\xc2\x48\x7b\xe4\x3d\xd9\x18\x95\x97\xc8\xd5\xe4\xaf\xf2\x01\x4a\xf3\x48\x78\xee\x7d\x05\x55\x05\x2b\xc4\xa5\x22\x53\x71\x9f\xdc\x7e\x44\xa1\xa9\x41\xa9\x56\xe6\x24\x22\xd5\xa1\xaf\x14\x23\xe5\x8c\x9c\x7a\x54\xa0\x5c\x2c\xb1\x80\xec\x7b\x25\xa1\x3c\x2c\xd6\x83\xc8\x7d\x5b\x54\x58\x14\x7d\x86\x98\xcd\xbb\xc9\xfb\x8b\x06\x23\xfe\xc8\x2e\xb9\x68\x11\x6e\x64\x00\xb1\x90\x32\x15\xce\x43\x66\x91\x18\x89\x48\x80\xcf\x56\x74\xff\x87\x07\xe3\x4d\xdb\xda\x73\xc0\x71\x8d\x03\xdb\xfb\x73\x5e\xd3\x5d\xf3\x60\x8c\xfd\x9c\x49\x9b\x7f\xce\xd0\xf0\xb5\xa9\x0d\xc0\x6c\xbe\x93\xde\x67\x16\xe0\xc2\xee\xbd\x2c\x1e\xa9\x00\x42\x32\x27\xff\x72\xf8\x0c\x20\x63\x74\x8e\x6c\x15\x0f\x77\xd0\xe7\x38\x0d\x8d\x57\x20\x51\xcb\x9a\x87\x4b\xff\x33\xa8\x1a\xc9\x08\x9a\xe9\x9a\x81\x80\x15\x5e\xf8\xab\x66\x1a\xc8\x38\x79\x08\x1b\xd1\xf8\x07\xd5\x5d\x70\x20\xa8\x54\xfc\x38\xaa\x0f\x99\x8f\x1d\x95\x5c\xa6\xf1\x0f\x0a\x06\xc8\xfd\xfc\x51\x19\x1b\xd9\x79\xa4\xb7\x42\x4e\x7a\x4c\x86\x1d\xa9\xbe\xf1\x41\xf6\x92\x94\x2d\x92\x76\xe7\x8c\xdc\x1e\x09\x66\xa4\xbc\x4f\x58\x26\x56\x3c\x05\xf1\x18\x7c\x21\x47\x14\xed\x41\x92\x3f\x34\xca\xee\x13\xc9\x47\x2a\x67\x76\x49\xf7\x8b\x5c\x40\xda\x56\x7b\xa5\x66\x85\x0f\xc3\x66\xa4\x42\x8c\x4a\xe3\x60\x96\x0d\xff\xf0\x60\xfc\x0f\x0e\x28\x3f\xf8\x77\x0f\x46\xc4\xc8\xcf\xe9\xbd\xe6\xc3\x70\x98\x01\xf8\x4b\x81\x8e\xce\xed\x26\x00\x5b\xc0\xee\x2a\xc7\xdb\x00\x42\x27\x8e\x75\xda\x68\x01\x48\x6f\x3b\x5d\x6f\xda\x0a\x4b\x4a\xaf\xcf\x6f\xd5\x6b\x82\x67\xea\xca\x1c\x57\x74\xea\x21\x4b\xaf\x95\x7b\xbf\x56\x01\x44\x9b\x1d\xe1\xdd\xaf\x7e\x19\x92\x6d\xf9\x78\x16\xd5\x6c\x40\xcf\xbd\x54\x90\xa8\xb2\x05\x5c\x7d\x76\x0a\xf0\x28\x33\x82\x41\x48\x97\xd0\x76\x25\x4e\x60\x89\xdf\x2f\x26\x48\xe3\x1f\x64\x77\xc3\xc9\x7c\x01\xd1\x79\xe9\x3b\xb0\xbd\xdc\x4b\x9c\x57\xb2\x0d\xc1\xdd\xe8\x93\xd8\x25\x6e\x07\x0c\xad\x62\x62\xe7\x45\xdf\xc3\x96\xfb\x75\x62\x68\x91\x1c\xd8\x32\x40\x10\x3b\x2c\xdc\x8f\x60\x46\x4f\x8a\x6f\x17\xe6\x40\x96\xbe\x65\x89\x0b\x09\xe9\xc0\xae\x99\x0d\xa2\xa5\x34\x1f\x0e\xed\x1c\xfc\xff\xc7\x01\xa5\x6d\xfa\x39\xa3\xe3\x7f\x4e\x7f\xd6\x9f\xd3\x79\xf5\xe7\x34\xb7\x03\xa0\x63\xa4\xa3\x73\xc8\x05\x60\x75\xa2\x9f\xb5\x31\x01\xe0\x7f\x71\x78\xbf\x79\x11\x80\xc4\xea\xc9\xe7\x06\x6a\x00\xf2\x23\xa7\xbd\xb5\xc8\x80\x45\xa3\x58\x0d\x35\xee\xc2\xb0\xb6\x18\x7b\x85\x5a\x2b\x3c\x31\x12\xbf\xc8\x8f\x96\x80\x37\xa6\xf9\x1c\xbc\x2a\x1c\xd0\xe4\xc8\x78\x79\x0a\x95\x0d\x29\x9e\x1b\x79\x4d\x95\xba\x21\x30\x40\x85\x9f\x53\xbe\x06\xd2\x42\x87\x78\xbd\x64\xef\x40\x54\xec\x07\x3e\x1b\x19\x25\x70\x48\xf7\x15\x48\x90\xda\x0b\x0e\x79\x5e\x02\x9a\x92\x74\xa0\x5b\xb6\x4f\x30\x47\xe2\x2d\x1c\xaf\x4b\x16\xf5\x12\xad\x03\xd4\xcd\x56\xc1\x57\x22\x93\x70\xb1\xeb\xb6\x70\x8b\xf0\x34\x5c\xee\x9b\x13\x56\x15\x02\x38\x3b\xb8\x43\xf8\x8b\x60\x3a\x48\x8e\xfe\x10\x24\x02\x6c\x9c\x93\xac\xfb\x7b\x5f\x9c\x36\x97\x7d\xbf\x85\x00\xc0\x7e\x4d\xaa\x63\x87\x13\x80\x08\xab\xd4\xe8\xde\x22\x00\x69\x29\x99\xae\x83\x0d\x00\x2a\xda\x8a\xdc\x27\xdd\xfe\xc5\x83\x7c\x42\x63\x2f\x60\x01\x4c\xef\x68\x69\xf0\x8e\x02\x98\x37\x1b\xcc\x48\xf8\xc2\x4d\xf3\x3e\xb3\x78\x45\x5b\x90\xb2\xf0\xb1\x97\xd0\x8c\x47\xee\x99\x8d\x78\xbb\x1b\x3b\x23\x22\xc6\x59\x51\x0d\xd6\x85\xd4\x68\xc3\xd3\x99\xd5\x2e\x4d\xd4\x53\x3a\x83\x15\x3f\x3c\x9e\x52\xca\x35\x43\x5a\xca\x7d\x42\x29\xba\x6a\xb6\x3d\xad\x7e\x0f\xc9\x73\xe8\xdc\xe7\x6a\x41\x87\xc8\x1f\x95\x5f\x7c\xd8\x16\x88\x27\xfb\x28\x3a\xfc\x78\x1a\x12\x4a\x1e\x91\x2f\xc4\x5b\x06\x9e\xa0\xb8\xcb\xf9\x13\x14\xbc\xf3\x09\xed\x72\xaf\x08\xea\xde\x65\x4b\xc7\xe5\xc6\x88\x5b\x3c\x72\x26\xee\x2b\x2c\x13\x5e\x78\xe1\x3f\xf1\x2b\xd6\x12\xd9\x3d\xf7\xbf\x2a\x53\xaa\x26\x26\xb9\xef\x7d\xe1\xa4\xdc\x43\xac\x77\xab\x7d\x58\xa7\x72\x9c\x38\xe9\x5a\xdc\xcf\x8a\x5a\x26\x89\x39\xf3\xdc\xdf\xa2\x82\x23\x99\x3a\xe5\xdc\x61\x45\x0b\x93\xbe\xd8\xe1\x01\x36\x7a\x8b\xff\xd3\xb7\x4a\xe3\x41\xb8\xbe\x4a\x1d\xa0\x37\xfa\x17\x07\xf1\x55\xe6\xf1\xa1\xa1\x7f\xf1\x20\xb6\x4a\x61\x67\x0a\x00\x8c\xc8\x2a\xbc\x17\xae\x01\x58\x76\xab\x8f\xf1\x5e\x02\xb0\xc4\xeb\x7b\x48\xd0\xc1\x7d\x4b\xbc\xc9\x77\x85\x72\x60\xb2\x9a\xb5\xad\xd7\xc9\x43\x8a\x2d\x6e\x7b\x09\x99\x72\x23\xdb\x4c\x9d\x22\xa6\xec\xb8\xa9\x92\x46\x1f\x33\x78\xdd\x5f\x50\x5e\xe9\x3e\xa8\xd4\xf1\xfe\x8b\x72\x4e\xfb\xd4\x4d\x24\xf0\x12\x79\x44\xfd\x6a\xaf\x76\xb0\x1f\x39\x0e\xbd\x3a\x98\x15\xaa\x4f\xe6\x44\x69\x7e\xd1\x08\x77\x22\xe1\x14\x67\x17\x31\x11\x8e\xe4\x38\x85\x13\x38\x7c\x70\x26\x65\x9b\xbc\x28\xbe\xd1\x5f\x05\x63\x2d\x7f\x8d\x70\xd0\xd7\x74\xe6\xab\xc2\x0b\x82\x91\x4f\xf4\xd7\x4b\x4a\x0e\x04\x7b\x1f\xdc\x9b\x50\x65\x0e\x02\xce\x0b\x3b\xcc\xa1\x3c\x45\x54\xf1\x3c\xfb\x98\xa0\x62\x44\x74\xf4\x18\x7b\x20\x85\x3e\x47\xcc\x73\x5f\xea\xee\x45\x87\x10\xf1\xae\x99\x77\x67\x55\x37\x91\x94\x9d\xbd\xdb\x86\xd0\x54\xd2\xff\x8f\xb0\xb3\x8c\x8a\xb2\xfb\xfe\x3e\x8a\x82\x01\x8a\x85\x09\x88\x22\x18\x74\x77\x77\xd7\x0c\xdd\x0d\x43\x77\x77\x77\x48\x37\x52\x52\x0a\x02\x02\x0a\x18\x18\xa8\xa0\xa2\x22\x2a\x18\x20\x06\x4a\x33\x3d\xb3\x9f\xa5\x32\xa2\xf7\x7d\xff\x9e\xff\xab\xbd\x5c\xcb\x17\x9e\xed\x35\xe7\x5c\x33\xfb\x73\x3e\xdf\x71\x67\x57\x80\xed\x0b\xd2\xdf\x7f\xf4\x81\xc2\x41\x08\x9c\x91\xab\xd8\x75\x7c\xa3\x0f\x4a\xbe\x0a\x5b\x0f\x3d\xfd\x0f\x1e\xa4\x56\x53\x91\xf3\xf8\x1f\x79\x39\x9e\x88\x2c\x29\x0c\x34\x3a\xf5\x9a\xaf\xa8\x0b\xc1\x6e\x07\x4d\xfb\x78\x44\x03\x19\x65\xaf\xea\x55\x66\xfd\x85\x74\xd3\x3a\x3f\x9a\xdf\xb5\x82\x74\xc4\x3c\x3d\x1b\xe7\x83\x22\xc6\x1b\x67\x55\x4b\x06\xf1\x11\xb7\x19\x7a\x74\x30\x85\xc9\x13\x34\xf4\x4a\x6e\x89\x46\x7f\xc7\xd7\xe8\xd0\x3f\x6d\x4f\x40\xe2\xaf\x69\x32\xbd\x75\x8b\x5b\xc4\x8b\xa8\x39\xac\x9e\x4c\x1c\x5a\xe7\x60\x66\x08\x77\x94\xdb\x31\xba\xa1\x49\xf3\x95\x2a\x38\x4c\x77\xc8\x99\x0f\x93\x6a\x57\x31\xd3\x21\xb4\xaf\xe4\x34\xb4\x30\xf8\x10\x6e\x0a\x07\xf3\xb0\x58\x4b\x08\xdb\x1c\xf0\xe8\xb7\x0f\x46\x50\x7b\x14\x17\xe0\x63\xd8\x37\xaf\x13\x82\x6b\xf7\xc2\x52\x38\x98\x76\x19\xdd\x52\xbc\x1d\xca\x05\x60\xc7\x80\x34\xeb\xcf\x3e\x08\xc8\xb8\xd2\xdc\x03\x10\x24\xcb\xa4\xef\xaa\xdf\xe0\x20\xd4\x44\xe5\x1d\x0e\x37\x03\x18\x3e\x57\x50\x64\x2e\x05\x30\xed\x51\xf2\x3e\x49\x05\x60\x4b\xaf\x16\x7f\xb6\x6b\x23\x2f\xc7\x45\xda\x90\x46\xf2\x2b\x3c\x70\x3b\x60\xf2\x58\xa5\x19\xb6\xba\x1c\xb5\xa3\x41\xf6\x92\x4d\x1d\xf0\x1e\x3b\x6c\xba\x48\x19\xb6\x6b\x11\xac\x28\x12\xb1\xda\xea\x54\x16\x75\xa0\x21\xe1\xa3\xe9\xd3\x2a\x54\x04\x3d\xc1\x1f\xb1\xd4\x21\x12\xad\x82\x27\xea\x35\x0e\x65\xc7\x69\xe1\x0d\x75\x84\x9f\x85\x25\xa5\xe3\x99\x34\xb9\x67\x9c\x92\xa5\xff\xe9\x85\x59\x4d\x57\xed\x46\xdb\x47\x23\x3f\xeb\xab\x27\xa2\xf3\xa3\x45\xdf\xe6\x6b\xd4\x60\x68\x23\xbd\x5e\x64\x68\x62\x30\xbe\xe1\xad\x23\xda\xda\x06\x98\xb1\xb0\x3d\x43\x5b\x75\xde\x63\x75\x82\x6f\xfe\xe6\x60\xda\xf4\x0e\x63\xdf\x05\x34\x52\x7c\x30\x14\x0e\xa6\xb5\x42\xbf\x0d\x4f\xe7\xa9\x0f\xb0\xe3\xa3\x64\xd6\x8f\x3e\xb0\x1f\x96\x66\xa4\xf5\xdb\xe0\x20\x64\xae\x4b\xdf\xdd\x2f\x01\xa0\x41\x2f\xe9\xc1\xb8\x15\x00\x61\x21\x97\xc2\xa4\x0f\x60\x75\x4c\xd1\xfd\xe4\x04\x80\xa3\x9a\xea\x95\x73\x6f\x01\x50\x55\x9a\xbd\x82\x91\xbf\xf3\x72\x9e\x78\x32\x18\xbd\x57\x29\x82\x6d\xa8\x60\x1b\x73\xe4\x27\xf2\x09\x97\x93\xae\xc1\xf6\xde\x24\x05\xfb\xd1\x70\x16\x2f\x2b\xa2\x80\xcd\x62\xfa\xe6\xd0\x78\x42\xac\xb9\x70\x65\x5b\xb4\x0b\x3e\xd1\xe8\xdd\x15\xee\xa4\x02\xbc\x9e\xfe\xca\x10\x36\xd9\x1c\x57\xab\x33\xff\x22\x34\x5d\x14\xa7\xaf\xc9\x38\xc7\x96\xa1\xf9\x3b\x27\x69\xdd\x0b\xf3\x4d\x58\x23\x7d\xed\x64\x52\xf2\x87\x33\x9a\x15\x6b\x5f\xe2\xad\x26\xa8\xb4\x86\xd1\xc9\x31\x3d\x8f\xa5\x74\x14\xd1\x98\x68\xea\x7b\xa7\x74\x6f\x62\xcc\x22\xad\x6f\x05\xeb\xc9\x61\x46\xc3\xa9\xff\x97\x0f\xa6\xe5\x90\x61\x1c\x2e\xd1\x57\xb6\xa1\x0f\xe1\x83\x1b\xf4\xfe\x0a\xc0\xd4\x28\xb7\x89\x1a\x07\x70\x66\x8b\xe4\xbb\x6d\x19\x00\x42\x46\xe2\xe5\xf4\x0f\x00\xe4\xb6\x4a\x4d\xec\xdf\x06\xa0\x39\x23\xd1\xc5\xb8\x1b\xc0\x84\x5f\x66\x95\x09\x01\x60\xa3\x29\xfb\x85\x55\x04\xc0\x35\x4a\x99\xf6\x6c\x37\x80\xa7\x89\xfa\x6d\x01\xc4\xef\xbc\x9c\xdb\xbe\xcf\x91\x25\x6a\xfc\xb0\xd9\xeb\xa3\x55\xaa\x51\x37\x69\xc1\xad\xc0\x25\xdd\x89\x8b\xb4\xd7\x29\x27\x78\x87\x8f\x36\x61\xc5\x76\x34\x6d\x29\xfc\x29\xe1\x84\xc5\xc7\x72\x88\xcb\xc6\xcd\x9b\xa8\x74\xcc\xa7\xcd\xe3\xaa\x0d\x6e\xdd\xbd\x97\xb1\x0b\x3b\xab\xdb\xfa\xd2\x31\x9b\x80\xb5\xd3\xda\xfd\x2d\x32\x6f\x2b\xc5\x0b\xb3\x2a\xa6\xde\xb5\x9a\x97\x52\xfd\x99\x53\xd3\x61\xed\x60\xf2\xe1\x89\x32\x1d\xfe\x35\x54\x52\xde\xe3\x5b\xba\x2d\x6b\x6b\x09\x51\xc3\xb2\x7a\xd3\x68\xbd\xf8\xbd\x37\x3e\x19\xec\xc4\xec\x89\x8e\xfd\x5f\x3e\x98\x56\x1b\x44\x24\x76\x31\x50\xa1\x2e\xc6\xe8\x31\xee\x78\x40\x44\x6d\x21\x92\x80\x2b\xf0\xd5\x04\x60\xde\x23\x73\x65\x0b\x23\x00\xd7\xaa\xa4\xeb\x8e\x86\x7f\x73\x10\x94\x9c\x18\x53\x90\xdc\x71\xa4\xe0\xdf\x3c\x88\x9f\xbb\x0a\x3f\x1f\xcb\xef\xbc\x9c\xf1\x20\x17\x83\x19\x95\x77\x94\xdc\x20\xd2\x57\xcf\x59\xa7\x18\xa7\x9b\xc4\x6e\xd7\x49\x7f\x57\xff\xcf\x84\xcb\x0e\xe7\x93\x92\xa3\x0e\xe3\x2f\x58\x75\x94\x5d\x49\x0a\xc0\xbd\x33\x61\xba\x32\x98\x2e\x87\x25\x19\xbe\xbf\xfb\x2d\x47\x0e\xcb\xa9\x3b\xff\xfa\x65\xfe\xd9\x7f\xe6\x24\x7d\x3f\xa3\x65\xbc\xa2\x9e\x7d\xe0\x9d\x94\x0e\xd3\xaa\x74\xfa\xbd\xe7\x3b\xf4\x6c\x56\x2f\xa4\xdd\x78\xb0\x5f\x7f\x70\xad\x38\x69\xe8\xf6\x01\x43\xd7\xb5\x89\x44\x18\xd8\x6c\xf8\x10\x9d\x15\x97\xd1\x5d\x86\x54\xc6\x30\xc4\xa8\x5e\x46\x18\x51\x61\xee\x46\x44\x53\x7c\x30\x0d\x75\xc6\x8e\xd8\xf4\x10\xd1\x5a\x69\x63\x2d\x1c\x73\xc0\x85\x4a\x55\x13\x0f\x9c\x93\xdf\x02\xc0\xf1\x4c\x99\x2d\x5b\x39\x01\x38\x4d\xc4\x55\xb6\x57\x00\x88\x3d\x13\x1b\xda\xfd\xea\x0f\x0e\xc2\x5e\x3c\x81\xf1\x21\x80\x75\x86\x78\xdd\x51\x76\x00\x17\x01\x89\x06\xe6\x69\x00\x6f\x46\x39\x66\x8e\xbb\x00\x41\xf2\x8a\x4b\x3c\x0b\x00\xe1\xbc\xea\xef\x25\x72\x7e\xe7\xe5\x88\x85\xae\x19\x2f\x19\xb6\x92\xc6\xfd\x2b\x1c\xd8\x5c\x18\x88\xd9\xa8\xaf\x3e\x69\x81\x8a\x84\x5d\xce\xa8\x84\xbc\x78\x5b\x3c\xab\x35\xb9\xac\x2a\x4d\x00\xb7\xcb\xf4\xcd\x95\x88\x9c\x36\xec\x2e\xe4\xbe\xfb\x02\x05\x8f\x30\xfe\x7a\x36\x53\x07\x8a\xf7\x50\xf8\x8f\xd5\x5d\x5a\x22\x4b\xc4\x7c\xda\x99\x36\x9d\x0f\xcb\x95\x79\x19\x13\xe1\x7a\x2f\x56\x4c\x72\x74\x1f\xd5\x19\xee\x59\x3d\x95\x59\x7a\x07\x85\x30\x58\xbd\x93\xce\x35\x40\x83\x74\x5e\x3b\x9f\xdc\xd3\xe5\x68\x9c\x89\xde\x9c\xc4\x72\xf9\xab\xc9\x55\xb4\x64\xa2\x60\x53\x83\xc9\x20\xc6\x39\x7a\x5f\xfd\x3d\xd3\x7a\xcc\xc5\xc8\x87\x35\xa7\xcc\xba\x31\xa4\x88\xc3\x15\xa9\x66\x4c\xd8\x89\xa0\xfb\x25\x3c\x66\x1f\x71\xa2\x01\x91\x00\xcc\x1a\xe2\x68\xea\x0f\x00\xbc\x78\xb1\xa2\x9d\x69\x00\x92\x2e\xa2\xf1\xbb\x9f\x00\xa8\x57\x8a\x49\xee\x1b\x02\x40\x44\x89\xec\x3f\xc0\x0e\x60\x2b\x2b\x1a\x7c\xf8\x0e\x00\xca\x4d\x92\xff\x78\x12\x80\x3f\x56\xfa\x0a\xfb\x14\x40\xf8\x59\xf9\x37\x3c\x96\xbf\xf3\x72\xd6\x62\x1b\xb4\x35\x94\x06\x81\x29\x4a\xd5\xf8\x20\xf2\x01\x69\x22\x64\xd4\xb6\xd9\x45\x8c\x48\xef\x65\xef\xd9\x17\x76\x18\x5f\xe9\x7a\x31\xce\x25\xe9\x12\x2e\xc3\x4e\xa5\x44\x27\x8b\x9f\xc2\x05\xa1\xd7\x90\x84\x07\xaf\xca\x6a\xd7\xbe\xe9\xd3\x4e\xdb\x56\xe5\xa0\xfd\xb4\x5b\x16\x7a\xca\x8d\xbe\xef\xd5\x19\x59\xbc\x59\xa2\x31\x19\xa1\x7f\x71\xa9\xbd\x70\x7c\x34\x0d\x51\xb5\x1c\x91\x5f\x79\x67\x0a\x79\x6b\xa5\x21\x47\x95\x92\x0b\xd4\x73\xc4\x84\x76\xed\x6c\x9a\x50\x7b\x91\x69\xe4\x5a\x5d\x8a\x40\x13\xb3\xd9\x14\xda\x35\xa1\xa9\x8e\xd5\x22\x07\x1d\x9f\x60\x47\xf1\xc1\x94\xbf\xb4\x38\x83\x3d\x14\xde\x52\x9c\x61\xc9\x8f\x75\x08\x85\x02\x75\xcb\x83\x58\x62\x90\x36\x00\x2b\xab\x78\xec\x56\x3a\x00\xbe\x3e\xe1\xe7\x3b\x1d\x00\x64\xe4\x45\x26\x18\x58\xfe\xe0\x20\x90\x42\x6c\xfb\xaf\x02\xd8\xf7\x89\x8c\x1d\x9e\xdf\xe0\x20\x42\xd4\x24\x03\x4e\x8d\x6c\xe4\xc4\x24\x92\x94\xee\x89\xa9\x02\xa4\xb0\x69\x30\x2a\x6e\x07\xa1\xa4\x04\xc3\x93\x08\x47\x12\x29\xb2\xd5\xea\xaa\x53\x0e\x61\xce\xbf\xd2\x3d\x2c\x3c\x13\x7f\xcc\xfd\x62\xf4\xd1\x34\x6f\x6c\xb7\x43\x6e\xb1\xc8\xf9\x54\x0c\xab\x65\x62\x07\xb9\xec\xe6\xda\x84\xd1\x85\x91\x85\xea\x95\xd5\x65\xbd\x95\xcf\xe6\xb5\xf7\x56\x3f\xe8\xcc\xcd\x97\x57\x0b\x7f\xb8\x61\xe0\xb5\x50\x50\x29\xf0\x2c\x0b\x99\xbc\xe8\x5e\x2e\x70\xaf\xd5\x44\x66\x49\xa9\x64\x6a\x90\xd3\xd4\x7b\x39\xb5\xc0\xbd\x67\xd0\x4c\x60\xa5\x20\xd7\xa3\xfd\x9d\x39\xd7\x6a\x76\xa6\x6f\x13\xd1\x42\x73\xcd\x33\xb5\xa5\xf6\x9a\x25\x76\xed\x75\xf2\xa7\xca\x65\x2b\x4d\xf4\xa5\xf8\x9b\x14\x1f\x4c\x31\x9d\xd5\x1b\xcc\xed\xc8\xef\xf9\x7c\xd6\x38\x0c\x29\xe2\x5a\xae\xb7\x35\x02\xdb\x1f\x72\x10\x80\x35\x41\xf4\xc1\xd6\x3d\x00\xc2\x06\xc2\x2e\xf4\x76\x00\xb2\xcb\x42\xed\xbb\x8d\x37\x38\x08\xb3\x24\x81\xf7\xfb\x0d\x01\x5c\x56\x44\xb7\x1f\xad\x07\xf0\x9d\x15\x96\x3b\xf6\x02\x20\x6a\xaf\xe8\xd7\x93\x69\x00\x89\x9d\x92\xd3\xe7\x82\x00\xd2\x45\x15\x10\x22\x6f\x01\x9b\x71\x5f\xdd\x4f\x69\x14\x38\xd3\x5f\xeb\xfb\x23\x8f\x91\xe6\x93\xb6\x9a\xfb\x3a\x47\xff\xf6\xc4\x34\x78\x09\x46\x18\x67\xc6\x62\x66\x9c\x6f\xe7\x5f\x2b\xb6\x43\x8b\x59\x87\xb5\x5f\xaf\x36\x5a\x2d\x31\x7e\xf8\x38\xa7\xc1\x7d\xa5\x4f\xbf\x74\x6e\xd3\xc5\xfe\x6f\x67\x0d\x36\x7f\x77\xaa\x6b\x9c\x90\x35\xda\x35\x5f\x71\x61\xd7\x43\xa4\x29\xfb\x42\x68\x35\xf5\x2d\x6a\x33\xae\x25\x89\x52\xeb\x5e\x03\x8b\x4d\xcb\xa7\x8b\x0c\xdb\xa5\x2d\x93\x56\xb8\xce\x57\x37\xbd\xb1\xea\x5a\xa5\xca\x71\xad\xfd\x60\x1d\xbc\x8a\xcb\x90\xaf\xac\xb4\xe9\x58\x0b\x4f\xdb\x5c\xba\x6c\x93\x8e\xb6\x49\x2c\xa7\xe4\x22\x9d\x97\xb3\x45\x61\x92\xa2\x93\xb2\x33\x6d\x2f\x60\x4f\x46\xd0\x66\x64\xd9\xdd\xc7\x8a\x86\x57\x03\x70\x7c\x16\x1d\xa5\x2d\xd8\x98\xff\x2b\x96\x08\x0a\xec\xd6\xdf\xe0\x20\xac\x96\x05\xd8\xf7\x3f\x07\x40\xe5\x09\xc8\x1c\xa2\x06\x08\x4e\x15\x56\x67\x8e\x07\x88\xdd\x23\xfc\xee\x04\x1d\x40\xda\xb8\xb8\xc1\x99\xbb\x00\x39\x5b\xe5\x77\x8b\xee\x06\x38\x4f\xad\x72\x42\x61\x3f\xc8\xe6\x8d\xea\xb8\x1b\x0e\x90\xe6\x32\x64\x4d\x88\xce\x9d\x84\x9b\x31\x1f\x9d\xe2\x23\xcd\x71\x9b\xfc\x4c\x82\x5d\x73\x9b\xd0\x6f\xdc\x6a\xf2\x1e\x56\x7c\x5e\x93\xb1\xe5\x6f\xd7\xae\x9b\x5c\x29\x31\x31\x7b\xfa\xb6\xd9\x85\xe2\x85\x79\xd7\x63\x94\x3d\x37\xda\xbc\x73\xd4\xcd\xcc\xee\xbb\x4b\x03\xea\x66\x82\x65\xeb\xbc\x6f\xed\x72\xdf\x56\x2b\xf3\xc5\xd3\x95\xed\x97\x73\x6c\xac\x96\xcc\x4a\xdf\x37\x23\x6d\x26\x97\x03\x0b\xa7\x6a\x5e\xd9\xdd\x59\x09\x39\x7f\xa4\x3c\xda\xbe\x6b\x55\x35\x7b\xa4\xd8\xc5\x41\x76\x95\x94\xd1\x5d\xc0\x6b\xff\x66\x6d\x25\xe5\xd0\x6f\x1f\x8c\x8e\xc3\x1c\xc6\x2c\x66\x24\xb5\xdb\x11\x85\x69\x8c\x66\x49\xae\x75\x50\xc3\xc6\x87\x4e\x03\x9c\xee\x17\xce\xa3\xad\x03\x10\x29\x13\x4c\xa3\x7b\x0a\xa0\xc2\x2a\xd8\xcb\x70\x0e\x00\x11\x28\x20\xb4\xd7\xf3\x0f\x0e\x82\x91\x8f\x8a\xf1\xc7\x7e\xc0\xc0\x1f\x79\x34\x18\x20\xb9\x46\x60\xec\xb8\x3a\x40\xce\x37\xe1\x2e\xf6\x6b\x00\x85\x4e\x52\xe7\xf8\x33\x00\x4a\x0f\x2a\x72\xc8\x31\x83\x4d\xc9\x63\xcd\x53\xfa\xc6\xe4\x1d\xf9\xd2\x48\x5d\xa7\xfd\x84\xd9\xd4\x74\x3b\x96\x88\x33\xd8\xcc\xa0\x5e\x7f\xcd\x7c\x24\xfa\x8c\xc7\xdd\xac\x9b\x35\xe6\x2b\xab\xf6\x66\x97\xfb\x9a\x35\x96\x2a\x4d\xdb\x5e\xf0\x75\xc4\x7c\xbe\x67\xcc\xf0\x39\xad\x83\xf8\x6c\xcc\xbc\xe6\xab\xc3\xa5\xe8\xa1\x97\x56\xf7\xbe\x39\x34\x7d\xee\xd5\xb5\x59\x9d\x97\xab\x23\xb6\xae\x38\x38\x2c\x1c\xbb\xf0\xb4\x01\xe3\x70\x63\xb1\xbd\xa2\xa3\xaa\xcc\xe9\xce\x52\x58\x19\x7b\x99\x80\x53\xfe\xf2\xfb\x82\x8f\x05\x6f\x9d\xbd\x57\x46\xf2\x78\x73\x3f\x3a\xd3\xaf\xd1\x67\xb4\x64\x14\xb8\x14\xae\x25\xa7\xc5\xa4\x89\xbb\x84\xa2\x39\x92\xfd\x12\x3b\x5d\x4f\xa0\xa7\xe2\x6f\x25\x30\xb9\x72\x62\xf8\x63\x31\x71\x22\x2e\xfd\x98\x3b\x51\xb5\x00\x5c\x76\x42\x16\xdb\x0d\x37\x38\x08\x75\x07\xde\x5b\xbb\xf2\x00\x90\x56\xbc\x0e\x0c\x37\xfe\xcd\x41\xc4\xda\xf2\x04\x1d\x1e\x03\x48\xb7\xe6\x3b\xca\x44\x06\x28\xa2\x15\x38\x7c\x32\x04\xa0\xbc\x5b\xbc\x97\xf7\x3d\x40\x55\xb2\xbc\x88\xec\x36\x70\xaa\x79\xab\x96\xa5\x37\x4c\x82\xf2\x55\x03\x2f\xa7\x44\x42\x65\x9e\x84\xb5\x42\x54\x3c\x76\x6f\xcc\x45\x6f\xa9\x22\x8b\xd5\x2b\xbe\x3b\xd3\xf9\x1b\x67\x96\xb9\x1d\x67\x2e\xf7\xb4\x7f\xfd\x4a\xb2\x78\x3e\x2e\xd8\x93\xf4\xd2\xcb\x72\x72\xf6\xda\xd5\xb5\xa1\x4c\xbb\xcf\x9f\xf3\x3a\x2f\xf7\x84\x38\x7c\x9d\x3b\xd6\x46\x6a\x0d\x73\x16\xfd\xbe\xa9\x49\xa1\xf6\x95\xab\xf9\xbc\x5c\xfd\xc7\x2a\x2a\x57\x8f\x85\x91\x9a\x23\x85\xd4\xa8\x89\x45\x62\x05\x22\xd7\xd1\xfd\xf8\xb2\x68\xf1\xdb\x2c\x57\x54\xd7\x0a\x32\xdf\x3b\xed\x3a\xea\xc9\xaa\x7a\x8e\x6b\x92\x97\x7b\xda\xda\xb6\x4c\x26\x8a\x0f\x26\x6e\x27\xca\x12\xdd\x9c\xf0\x25\x8a\xcb\x5d\x04\x73\x26\x4e\x39\x9c\xc5\x3d\x10\xd3\x1d\xcd\x0a\x70\xae\x84\x7f\x6a\x9b\x32\x80\xd4\x73\x41\x3e\xfa\xd9\x3f\x3c\x08\xab\x5c\xdd\x0c\x3e\x00\xae\xef\x38\x3b\xf7\x72\xfe\xc1\x41\xd8\x71\x6e\x3f\xa8\x02\x90\x87\xe6\x16\x3e\x26\xb5\x91\x13\xd3\x90\x23\x44\x73\x36\x05\xa0\xa9\x46\x3a\x4e\x8a\x15\xf2\x5a\xfc\x94\x1a\xb4\x15\xc9\x8c\x17\x9b\x74\xa4\x1d\x77\x12\x06\xaa\x74\x4c\x07\x22\x05\x31\x5d\x19\xcb\x28\xda\x12\xa7\xef\xd4\xa1\x9a\x71\xfc\x6d\x74\x53\x24\x1f\xba\xfa\xde\xee\xf3\x4f\x2b\xdc\x68\x87\x5b\xae\x9b\x0d\x81\xf3\x89\x19\x81\xfe\xd9\xee\x93\x6e\x34\x9f\x0c\x7b\x0e\x36\x1d\x71\xbf\xf3\x25\xfd\x8a\x6f\xa5\xa7\xd7\xde\xb9\x4b\x6d\x8e\xc5\x66\x5e\x1c\xdf\x27\x1a\xe3\xfe\x4f\x0e\x46\xdf\x9b\x7e\x05\x72\x67\xff\x97\x0f\x86\xc2\xc1\x04\xed\xf3\x1a\xc5\x78\xc5\x0c\x03\xf0\x26\xf1\x21\xb6\xaf\x02\xc8\xce\xf3\xe6\xd1\x5d\xde\xf0\x20\xd8\x54\x9e\xf5\xde\xf5\x12\xc0\x2b\xe8\xac\xc2\x1e\x59\x80\x48\xf7\xd3\x0c\x7b\x5e\x03\x64\x75\xb3\x17\xef\xdb\x0e\x50\x4e\xcb\xee\xb2\xbf\x0a\xa0\xa1\x8f\x6b\x2b\x73\x12\xc0\xa5\x97\x7c\x97\x38\x58\x00\xba\xd7\x44\x4f\x0b\x96\xc2\x78\x1f\xb5\x6c\x8e\x6a\x37\xd9\xf0\xea\x4d\x75\x31\x5b\x15\xc2\xf3\xcb\xcf\x0c\x87\xc2\xdf\x2f\x75\x55\x1d\x73\x38\x51\xc2\x39\x61\x96\x71\x28\x54\xb7\xcd\xf0\x4e\x77\xf4\xc7\xe2\x93\xbd\xe1\x3d\x47\x43\xe0\x3a\x76\x30\xb1\x55\xd1\x7f\xe7\xfb\xd2\xdb\xda\x55\x88\x40\x9d\x8f\x5c\xfd\x5c\x05\xd3\x41\x15\x9f\xf7\x5e\x75\xc8\xa6\x09\xca\xff\x3a\x77\x79\x24\xed\x71\x60\xfd\x77\xc5\xa6\xcc\xc4\x53\x41\x45\xf3\x57\xea\x2d\x7f\xe7\x01\x5d\x0a\x6e\x5b\x24\x57\x4c\x86\x2d\x04\x3e\x5c\xbe\x52\xe4\x11\x1a\x12\x50\xbc\xf2\x38\xef\x19\x85\x83\x09\xe2\xf4\xbf\xb5\x16\x92\xce\x1f\xa8\xe9\x4f\x8d\xde\x95\x62\x10\xb0\xd3\xcf\x18\xdd\x9f\x70\xd9\xcf\xd5\xf7\x35\x26\x3a\x06\x05\xc0\x4d\xe4\xd9\xbc\x8d\xbc\x31\xff\x47\x2c\x9c\xcd\xa3\xdf\x0c\xe0\x78\x93\xbd\x83\x7e\x3b\x40\xc0\xf5\x93\x38\xfa\x13\x00\xc9\xd5\xb4\x88\x1f\xdf\x43\x0a\xef\xb1\x12\x77\xf3\x03\xd4\x03\xcb\xe2\x2e\x61\x80\x8e\xfd\x27\x97\xf7\xbd\x05\xb8\xf6\xed\x9c\x19\xcb\x51\x80\xa1\xdd\x02\xed\xdc\x5f\x00\xee\xf3\x49\x1e\x55\xd8\x4a\xbe\x30\x7c\x45\x71\xda\x42\x06\xaf\x75\xfb\x8d\x8e\x72\x58\xef\xfb\x90\xce\x4a\xab\xd4\x82\xa3\xf7\xee\xd4\xbe\xf2\x43\x34\xdd\x6e\x5d\xcd\xa7\x4e\x2f\xe9\x73\x2c\x9b\xc8\xa8\x68\xbb\x7d\x33\x28\x7b\x34\xe9\xe6\xb3\xa6\xbb\x74\x29\x25\x89\x4e\xd3\xbe\x37\x86\xe2\x5b\x13\x9a\x3e\x65\xf5\x5c\x8b\x65\x89\xd3\xfc\x6a\xde\x61\x1a\x69\x1d\x57\xf8\xed\x5d\xf3\x9d\x70\x62\x0c\xe7\x7c\x65\x7d\x7d\xe8\x85\x98\xa3\x8b\xc7\xab\x9f\x04\xe7\x47\x11\x96\xda\xcb\x94\x02\x65\x23\x71\x2b\xaa\x05\x74\xfe\xc3\x91\xda\xab\x62\xb9\xb4\x14\x0f\x8a\xef\xed\xb0\x81\xb5\xb1\xd4\x30\x9f\xaa\xb0\xad\xe8\xc8\xa4\x6d\x5e\x0f\x43\x55\x31\xae\x31\x18\xcf\xdc\xd0\x4e\xcc\x68\x54\x1d\x80\x68\x09\x6f\xc4\x4e\x4e\x00\x4d\x73\x2e\x16\xba\x8f\x00\xe6\x06\xec\x3e\x3b\xdd\x00\xdc\x73\xd9\xd8\xe9\x98\x00\x22\x1f\x6e\x4d\xff\xb1\xfe\x1c\x59\xa6\xb3\xdb\xb3\x36\xe6\x9e\xed\x97\xd6\xe7\xbf\x91\x9b\x22\x7f\xd4\xe1\x71\x36\xa1\x03\xe1\x00\x63\x7e\xdc\x25\xec\x33\x00\x6f\xb6\x88\x88\x8a\x63\xe1\xf0\x7b\x09\x99\x76\x24\xc3\x5c\xf4\x0b\x07\x0d\xb7\x00\x93\xa7\x1f\x86\xf7\x99\xb6\x67\x25\x5d\x6d\xe9\xe7\xf6\x38\x57\x1b\x54\xbe\xe5\x72\x4a\x02\x4d\xe7\x74\x9a\xe2\xc5\xc5\xc6\x8b\xd7\x75\xa3\x6a\xea\xd7\x1e\xeb\x0d\xde\x0d\x26\xd4\x3c\xfd\x78\xe9\x3a\x6b\x90\x6a\xd9\xcd\x2f\x02\x9d\x57\x03\x0a\x8a\x6e\xcc\x3d\x6b\x53\xf2\xbf\x7d\x5e\xed\xfb\x64\x63\x93\x9f\x53\x8e\xe7\x42\xc3\x85\x93\xbf\xf9\x8f\xe7\x19\x2b\xcb\x92\x25\x5b\x29\xfc\x87\x97\x71\xb2\xc5\x6a\x58\xf6\x55\x8f\x8e\x24\xf3\xb5\xe4\xb4\xfb\xee\xc5\x89\x9b\xd0\x46\x49\xbd\xee\xb4\xf1\x39\xe8\x99\xf8\x87\x6e\xe8\xb8\x9d\x98\xea\xe8\x22\x57\xa9\xd8\x79\xac\x41\xb8\x3b\x80\x8c\x3b\x77\xef\xce\x04\x00\x6d\x2b\x8e\xed\xdb\x3f\x01\xd8\x95\x9e\x38\xb5\x3d\x19\xc0\xef\x1e\x0b\x76\xfb\x95\x8d\x1c\x04\xca\xfd\xf7\xe6\xf5\x79\x70\x7f\xe2\x2f\xfe\x83\x32\xff\x7d\xf3\x69\xc7\xe0\xcf\x39\xf0\x00\xc7\xe5\x23\x9e\x00\x2b\x4a\x02\x67\xf9\xec\xd6\x2a\x57\xcf\x48\x0e\xe9\x08\x4c\x7e\xf8\x9c\xa8\xaa\xe9\xfe\x7a\xc8\x72\xaa\x1a\x39\x9c\xf8\xea\xe2\xca\xf3\xed\x2e\xfa\x65\x16\x99\x1e\x0f\xec\x23\x27\x5b\x65\x22\xde\xdd\xf3\xac\x49\xec\xdc\xea\x43\x1c\x7a\x75\xbf\xef\x6a\xac\x5b\xf9\x60\xf4\xa7\x77\xdd\xed\x6e\x2c\xdd\x5d\x73\xb4\x97\xfc\xdd\x74\xda\xa6\xbf\x8b\x5d\x1c\x74\x7d\xd7\xc8\xb8\x10\x7c\x61\xaf\x6b\x49\x4d\xc2\xd2\xe9\xf2\x00\x57\xee\x4a\xae\x65\xd5\x62\x23\x17\x86\xb2\xc9\x95\x98\xf3\x5e\x2e\x6c\x45\x77\x57\x5d\xb2\xcb\x9d\x51\xf9\xfd\x6b\x7e\x69\x8f\x9d\xfa\xf2\x8c\xd1\x6a\x49\x2d\x2e\xd4\x59\x97\xd1\xee\x49\xbb\x1c\xfd\xb3\xaa\x31\x99\xd1\x37\x1d\xb7\x66\x38\x61\x59\x23\x1c\x1c\xcf\xa5\xb6\x60\x93\x42\x97\x01\x14\xee\x9c\x0d\xd8\x71\x0e\xc0\x58\x93\xed\xc2\xf6\x51\x00\x87\x86\xad\xf5\x54\x7f\xe4\x61\x64\xaf\xaf\xbf\x4e\xec\x57\xed\xa1\xf9\x55\xef\xaf\xe7\x60\xbc\x59\xbf\xff\xbd\xe1\x81\x3f\xae\x44\x77\x12\x3d\x01\xc0\xcb\x7e\x66\x68\xa6\x88\xbc\x57\x22\x5e\x35\xf0\x09\x82\xe0\xa6\x44\xb0\x33\xe8\xf1\x58\x61\x32\x78\x18\xbe\xaf\xe2\xc0\x9c\xb8\x83\x67\xce\x5c\xac\xdd\x4c\x64\xc8\xd0\x85\x62\x3f\xee\x69\xba\xf2\xa9\x8b\x5d\x4e\x93\xef\xd7\x86\x8a\xda\x0e\x59\x2e\x4f\x7d\xfd\xaa\x7d\xa9\xc8\x5a\x68\xf4\xfd\xf7\xb3\x8d\x09\xd6\xec\x43\x6b\x0b\x5d\xd5\x54\x36\xdc\xd7\x95\x97\xe8\xcb\xfa\x6d\x43\x3a\x0f\x2c\x1f\x2c\x16\xb5\x69\xba\x14\xbc\x52\x93\x77\xd8\x96\xba\xa9\x62\x35\x30\xab\xce\xf6\x50\xbd\xc3\x9a\x5a\x1a\xc1\x26\xa2\x86\x80\x96\x4f\x12\xb7\x69\xae\xdc\x83\x9e\x89\x23\x51\x72\x4f\x6c\x3e\x16\xdd\xc7\x7c\x88\x4c\xb0\x39\x50\x98\x82\x75\x0b\x53\xb0\x9a\x28\x38\x85\x3b\x12\xf8\x1c\x40\x3d\xe9\x14\xd7\xb6\x40\x00\x4b\x0c\x33\x07\x0d\x0a\xc0\x67\xfd\x9e\x77\xe2\xfa\xfc\xb7\xdc\xef\x57\xfd\x9d\x87\xa1\xfc\xab\xbe\xf2\x5d\x5f\x3f\xe7\xef\xdf\xfd\xdd\xa9\xa8\x56\x59\x01\x58\x86\xe9\xb9\x67\x36\xc1\x02\x4f\xf3\x99\xa6\xa7\xad\xe4\x6c\xf1\x69\x79\xa9\x41\x41\x62\xb7\x72\x92\x69\x7b\x93\x1b\xde\xc6\xe0\xae\x77\x7c\x9e\x27\xa6\xcc\xce\x2d\xde\x2e\x94\x6f\x75\x6f\x20\xa9\xe0\xb6\xc7\xa9\xe5\xee\x42\xee\x32\x6a\xbb\x8b\x4b\x79\xdd\x81\x95\x72\x26\x25\x0b\xab\x6f\xc9\x35\x80\x34\xfe\x12\xb9\xf0\xaa\x22\xd6\xe8\xf8\x24\xfd\x52\x4b\x51\xa1\x49\xd4\xe3\x7d\xcb\x5e\x05\x36\xa6\x74\x77\xfd\x56\x6e\xe4\x98\x99\x2a\x0f\x96\xad\xce\xa4\xa7\x9a\x9e\xe9\xab\x5d\x1b\x4f\xe6\x30\xdb\xd1\x75\x10\xad\x97\x40\xa6\x78\x2f\xcc\xee\x37\x1b\x61\xd2\xa2\x6a\xcd\x50\x8d\xe2\x58\xde\xb0\x6f\x94\xfc\x13\xb3\xb4\xea\x2a\x1c\x63\xa0\xbb\x19\x5f\x85\x0f\xae\xd6\xb7\x15\xc0\xe0\xf4\xf1\x23\x34\xf5\x00\x76\xeb\x7c\x07\xe5\x39\xc8\xfb\x4a\xf5\x37\x07\xb2\xce\x07\x3c\x67\xa4\xfa\x27\x07\x42\x45\x45\xb5\xf0\x65\xfd\x1e\x3c\x11\x80\x79\x8e\x3e\x79\x8c\x1d\x80\x9b\x97\x9d\xea\x66\x3f\x6c\x17\x03\x09\xbb\xcb\x45\x24\x23\x95\x5a\xc3\xe6\xf2\xdb\x84\x87\x06\xcf\x1c\x4f\xa7\x44\xe3\x1e\xda\x06\x07\xc6\xf8\xb3\x62\xc2\xfd\x95\x13\xae\xb9\xb6\xa0\x0d\xb2\xd2\xd2\x3e\xd8\xd2\xac\x0d\x34\xbc\xcc\xdc\x6a\xb2\xb2\xda\x70\x57\x26\xa7\x57\x5f\x79\xa5\xe4\xfb\xbb\xf3\x27\x74\x0d\x57\x9e\xad\x04\x65\x5d\xd7\xcb\x9b\x55\x5f\xf5\x49\x97\xfc\x9d\xfb\xc1\xff\x04\x83\x46\xc4\x9f\x32\x94\xbb\x5f\x89\xfe\x1a\x13\x65\xf8\xf4\xb6\x05\xc6\x3c\x4a\xc7\xe0\xc6\xe0\x07\xac\x69\x48\xb8\xa1\x51\x9f\x23\xf6\x6e\xd0\x3e\x44\x73\x27\x09\xfb\x21\xb0\x1b\x71\xa0\x3d\x1e\x97\xe6\x8b\x40\x2c\xb7\x3a\xe1\xae\xf8\xf8\x22\x43\x2f\x3a\xe1\xf0\x5e\xcd\x00\x16\xc1\x47\xfb\xb6\x24\x02\x78\xae\x3f\xe7\x29\xa7\xa9\xfe\xe2\x40\xae\x9d\xfe\x7b\xfe\xfd\xf1\xd3\x9f\xeb\x5f\xde\xf4\xf7\xef\xfe\x4f\x97\x00\x98\xcb\xe9\xbb\x6f\xcb\x01\x70\x3f\x3e\x95\xd1\xb9\x1d\xc4\xc5\x1f\x8a\x16\x5f\x98\x24\x9f\x50\x26\x6b\x28\xe7\xb1\x11\x1f\x19\x74\x9b\x57\xc4\xb8\x13\x0c\x6d\xa4\xdd\xe2\xbc\x1c\x70\x83\x3e\x9c\x41\x82\x4e\x2f\x71\x9b\x92\xdc\xc2\x91\x36\xd4\x58\xfb\xd2\xaa\xa8\x5b\x26\x4a\x98\x91\xae\xb2\xd8\x13\x06\x5b\x31\x87\x9e\x26\xc7\x17\x6b\x39\xa1\x1b\x56\x9d\xe2\x67\x28\xfc\x83\xe6\xc5\x05\x2f\xf4\xe7\x48\x8c\x96\xd4\xcc\x37\x4c\x49\x58\x85\xd6\x8b\x57\xa3\x58\xdd\x20\xbc\xf6\xa7\xb1\x00\x6c\x62\x10\xa3\x8e\xe1\xa3\x4d\x38\x6a\x7f\x03\x9d\x5d\xf7\x6c\x71\xa5\xde\x81\xba\x0c\xb7\x36\xe3\x7a\xbd\x56\x75\xb9\x06\x86\xf0\xd4\x9e\xfb\x74\x7d\x7a\x05\xf0\xfe\xa8\xcd\xba\x6d\x5d\xda\xf8\x7e\x17\xf4\xc6\x73\x10\x55\x42\xf5\x17\x07\xd2\xce\xb1\xbe\x0f\x04\xfc\xaa\xef\x63\xff\x6b\xfe\xfb\xb6\x73\x7d\xfe\xb9\xb0\x7e\xff\xd7\x08\x80\xea\x13\x15\x55\xd7\x27\x00\x9e\x7e\x36\x12\xc5\x03\x51\xf4\x9a\xdc\xa4\x1c\xaf\x30\x46\xc9\xc1\x08\xe5\x20\xaa\x59\xdf\xb0\x6d\x43\x8d\x12\x94\x3d\xb2\x51\x1c\xf6\xee\xf8\xd5\x98\x40\x4f\x6a\xcb\x0c\xbc\x57\x5e\xbc\xcf\x90\x71\x03\x8e\xd4\x60\xea\x6f\xa2\x7f\x13\x57\x38\x60\x1d\xb0\xa4\xb5\x88\x93\x1f\x0f\x09\xbc\xaf\xd6\x81\x63\x5c\x9b\x0f\x64\x51\xdb\x87\xd3\xc3\xa6\xfb\xbb\xa8\x34\xe3\x68\x70\xbe\x9e\x8e\xaa\xa7\xe6\x93\x70\x37\xdd\x9f\xa9\xc9\x4e\xc7\xe2\xbe\xb8\x3b\xab\xad\xbd\x29\xc1\xef\x43\x95\xab\x4f\x3f\x5b\xc0\xcb\xb9\xdd\x56\xb7\x7b\xfc\x19\x7f\xcb\x79\xb3\x46\xd0\x83\x33\xf8\x61\x67\x6e\x8d\xb9\x3b\xcc\x84\xad\x8e\x85\x1a\xe4\x9b\x22\x04\x0d\xfb\xe8\x8d\xfd\x80\xe2\x03\x69\x68\xa3\xfa\xcb\x03\xf1\xb7\x0f\x05\x33\xf0\xf7\xfc\xf7\x9f\x39\x00\x5d\x53\x00\xc7\xb5\x76\xc7\x5c\x2c\x00\xe0\x31\x3f\xb1\xbb\x34\x12\x6e\x8b\x75\x71\xd3\x67\xf2\xc3\x3e\x65\x69\x29\xfd\xe8\x6c\xb2\x86\xbe\x80\x7a\x92\xaf\x0f\x49\xc8\xaa\xcf\xf8\x26\x85\x7f\xb0\x49\x25\xca\x87\x1f\xb1\x93\x35\x4f\x25\xbc\x4a\x5b\x73\x5c\x30\xc2\x13\x02\x4a\xc9\x2e\x68\x7d\x6b\x82\xd4\xa5\x0b\xae\x0b\xda\x08\x3c\xf6\xe6\x67\x14\xbb\xfa\x76\x7c\xf7\xeb\x2c\xd4\x65\xe5\x05\x7c\xf7\x6a\xab\x9b\x2e\xc5\xfb\xa0\xb8\x46\x08\xc7\xbf\xb1\xef\xa0\xe4\x5c\x28\x36\x7c\x17\x25\x04\x58\x5b\x29\x15\x7e\x1c\x21\xd8\xda\x78\x2a\xb5\x4d\xf6\x12\x7a\x2d\x5f\x29\x3b\x8e\x87\x13\x86\x2d\x2f\x28\x3f\x1c\x0b\x23\xbc\xb5\x3c\xa9\x34\xf3\x98\x91\x68\x68\xb2\xb6\xc1\x81\x94\x47\xfe\xaa\x7d\xeb\xfc\xdb\xf3\x75\x1f\xc4\xb2\xc8\x8f\x4a\xa8\x5d\xe7\x80\xb2\xd6\xe7\xbf\x55\xeb\xf3\xdf\xf5\xf9\x5e\xfb\xfa\xe7\xa2\x7a\x1a\x80\x4a\x70\xc3\x03\x91\x3b\x08\xaf\xc5\x1d\x38\x69\x12\x1e\x83\xab\xd2\x5e\xe1\x8f\x21\x61\xe4\x47\xba\x75\xf2\x35\x1e\xba\x64\x06\xf3\x30\xad\x71\xfb\x49\x92\xbd\x0b\x23\x32\xde\xf2\x1c\xc9\x38\xf0\x83\x91\x9f\x69\x10\x89\x2a\x7e\x97\x99\x0d\xb2\x8c\xd8\x91\xf3\xd4\xd2\x48\x4f\x87\x98\x72\x21\xd4\x4a\x4d\x8b\x99\x68\xdc\xf9\xc9\xda\x52\x7d\x17\xf1\xec\x50\xbd\x8d\xb0\xf2\x0c\x01\xfd\x9a\xca\xe6\x9b\xe2\x7d\xc2\xc7\x05\x49\x9b\x64\x4a\xde\x85\x5c\x37\x71\x82\xa8\x63\x4c\x23\x9b\x45\x52\x20\x0e\x1a\x74\x53\x72\x2e\x64\xe3\xe6\xab\x88\xdf\xf4\xf5\xe4\x78\x3f\x8d\x10\x5f\x1b\xa8\xcb\x5d\x7b\xaf\x4a\x9c\x34\x08\x92\x47\xbe\x19\x23\x3e\x33\xa4\x07\xc8\xd5\xa6\xfa\x8b\x87\xa2\xf8\x50\xbe\xfc\xca\x85\x5a\xf7\xe1\x7c\x5e\x9f\x63\xbe\x50\x5f\x9f\xff\xa2\xfe\x9e\xff\x52\x3c\x10\x15\x38\x00\x96\x0b\xf4\xf2\xb9\xd7\x00\xce\x36\x1c\xbc\x93\x22\x09\x20\xba\xc0\x7e\x29\x52\x1f\x5a\x14\x3a\xf9\x58\xfd\xa8\x40\x4c\x3b\x49\x7c\xc9\x19\x47\x6e\x31\x29\x52\x0c\xb5\xe1\x27\x33\x3a\x4a\x6b\xd9\x9b\x17\x91\x96\x7c\x22\x74\x9e\x1b\xf7\x91\x86\x22\xf8\xf5\xb9\x11\x36\xa4\xb4\x14\x7e\xc3\xb7\xba\xb3\x24\xbb\x22\x15\xa4\x91\x56\x1b\x89\xb5\xfe\xb6\x71\x97\xda\x20\x89\xbd\xeb\x9c\x51\x9f\x72\x1d\x89\xf6\xce\x73\xe3\x33\x8a\x12\xc4\xcf\x2f\xf3\x8d\x73\xe5\xb9\x89\xf3\xdf\x0e\x1b\x65\xfc\x5f\xdc\x83\x94\x38\xce\x92\xf4\x44\x95\x47\xd2\x64\x89\x81\x4c\xaf\x64\x23\xd5\xff\xf5\x0c\xe9\x96\x1a\xcd\x06\x0f\x75\xdb\xfa\xef\x7d\xe0\xd7\xba\xbe\x35\xfd\x37\x07\xf4\xaf\xf9\xef\x7a\x1f\xce\x17\x01\xb0\x54\xd3\x39\x27\xcf\x03\x70\x8c\xed\x13\x8c\x76\x01\x10\x39\xcc\x9a\x1f\x98\x08\xef\xe4\x23\xce\xcd\xa2\x5e\x40\xae\xa6\x9c\x80\xa3\xfd\x2d\xf2\x8a\x71\xae\x4c\x9d\xa5\x3a\xf9\x92\x75\x91\x02\xce\x24\x8f\x1c\xe3\xf1\x48\xa5\x08\x71\x8f\xec\x15\xcc\xa3\xfa\x56\xdf\x9e\xac\x11\x77\x57\x1d\xb4\xe7\xc9\xbc\x59\xe7\x35\x55\x34\xdd\x49\x73\x65\xb7\x74\x42\x55\xbf\x93\x37\xd7\x93\xb4\x46\x95\x53\x49\x83\xdd\xa1\xba\xae\x8a\xd6\xa4\x92\xa1\x7a\xbd\x60\xf9\x4d\xa4\x82\xe7\x11\xba\xcb\x32\x38\x52\xdb\xac\xb8\x8e\xbc\x34\x8e\x74\x07\x3b\xa5\x05\x52\x38\xf2\x3e\x52\x85\x7a\xf8\x6f\xdf\x03\x0f\xf9\x3e\xd9\x56\x0e\x29\x76\x11\x8e\x91\xaf\x49\xb6\x8a\xb3\x13\x04\xc8\xf9\xd2\x99\x00\xd7\xd6\xfb\x30\xb1\xe7\x57\x25\xa2\x7f\xd4\xc5\xd7\xbf\xd6\xf5\xa6\xe9\xff\x3f\xff\x2d\xb5\xfc\x55\x33\xd6\xff\x4c\xc9\x81\x88\x61\x07\xe0\x08\xdc\xd3\x14\xf2\x0c\x40\x84\x96\x25\x96\xe2\x3f\x70\x41\x40\x8b\xc6\x23\xde\x09\xeb\x2b\x60\x82\xd8\x2a\x72\xf5\xb7\xf7\x60\x88\x4c\x74\x19\x97\x09\x37\x58\x23\x7f\xf6\xc9\x90\x63\xd3\x53\x21\xdf\x0b\x2b\x55\xf0\xd3\x2a\x24\xdf\x4b\x48\x55\xb0\xd3\x38\x4b\x2e\xcd\x61\x57\x9a\x55\xb5\x25\xc7\x95\xb5\x28\x63\x95\xfa\xc9\x81\x0d\xd7\x54\x64\x14\xc3\xc9\x27\xba\x95\x34\x6c\xe5\x58\xc8\xfa\xb7\xb6\xa8\x0a\xc8\x5c\x20\x8b\x3e\x7e\xa0\x46\x27\x6d\x44\x16\x9a\xfc\xa4\xfa\x44\x8a\x81\xac\x37\xb7\xa0\x22\x4e\xe1\x1e\xc4\xbf\x92\x5f\x92\x7d\x65\xc3\x29\x7d\x10\x65\x04\x17\xd8\x2d\xca\xb4\x71\x1e\xfe\xe2\x60\x30\xfc\xff\x7f\x0e\xa8\x79\xee\x1f\x1e\x88\x75\x2e\x24\x7e\xdd\x1f\x11\xb0\xbe\x7f\x04\x65\x01\x9c\x62\xde\x25\xef\x8b\x04\x10\xfc\x78\x94\xd3\x2d\x01\x40\x36\x9d\x2d\xdb\x8e\x17\xd0\x2a\x25\xa7\x7b\xcc\x15\xa0\x46\x6f\x9a\x77\x81\xc2\x3f\x18\xba\x01\xd2\xde\x4e\xd4\x4f\xf7\x03\x20\xdc\x0f\x88\x62\xb5\x96\x00\xe1\xd7\x2e\x26\xa3\x25\x01\x0c\x91\x85\xd2\x59\xea\xc5\x40\x95\x84\x93\x39\xaf\x72\x8d\xbc\x9a\xab\x26\x7b\x4a\x29\x86\x3c\x5e\x9e\x2a\x77\x55\x81\x83\x3c\xdc\xa8\x2e\xcf\x24\xb7\x9b\x7c\xb7\x63\xbb\xdc\xb4\x0c\x92\xdc\x77\x7d\x41\x5e\x48\xca\x8f\x7c\x6d\xd8\x50\xee\x26\xc5\x73\x20\xd1\x44\x6e\xfe\xe0\x2c\x2f\x23\x71\x96\xdc\xb9\xb8\x59\x6e\x9a\xc2\x3d\x88\xda\x82\x19\x50\x89\xae\x50\xbc\x48\x14\x1f\x0e\x25\x17\xeb\x37\x07\xb4\xfe\xf9\x68\x9b\x59\xdf\x07\xd7\xf3\x60\xf2\xae\xae\x73\x30\xdb\x7f\xd5\xd0\x75\x7f\x44\xc8\x0c\xc0\xb1\x06\x5a\x43\xaf\x07\x00\x27\x5d\x76\xce\xa1\xa4\x00\xf8\x07\x0e\x5a\x3a\x8a\x00\x48\x73\x1f\x3f\x6e\xf5\x1d\x40\x85\x9d\xbd\xc7\x18\x09\x6f\xb4\x7d\xce\x0e\x1b\x4a\x40\x1b\x62\x94\x47\x49\xf7\x35\xb4\x5a\x22\x78\xe5\x74\x0f\x42\x80\x2b\xa7\x30\x8b\xd6\x27\x08\xf0\x1c\x13\xb6\xd6\x88\x03\xa7\xa0\x04\x91\x67\xaa\xfd\xe0\x14\x15\x21\xf2\x5d\x65\x06\x4e\xa7\x71\x49\xb6\x2a\x9e\x05\x99\xf3\xac\xe2\x57\xe5\x8d\x41\xb2\x94\x49\xfc\xb2\x1c\x35\x9c\xac\x75\x92\x14\x93\x26\xc3\xfe\xcb\xdb\x24\x5f\x4a\x1d\x85\xfd\x7d\x1e\x92\xc9\x12\x7a\xc0\x3c\x84\x90\xc8\x94\x40\x92\x97\x1e\x27\x4b\xab\x8a\x99\xc2\xf1\x89\x73\x12\x27\xc4\x36\xc1\xd1\x8f\x1f\x24\x8a\x45\x39\x41\x61\xb9\x5c\x2c\xf7\xb7\x07\x03\xbd\x7e\x0e\x0c\xfe\x83\x03\x3a\xf1\xab\xd6\xae\xfb\x71\x0a\xa6\x7f\xd5\x54\xb7\xbf\x39\x98\x08\x13\x80\xa3\x2e\x34\xaa\x8e\xeb\xfc\x9c\x05\x02\x60\xbb\x0a\x15\x95\xfd\x10\x00\xd7\xe6\x3d\x9c\x36\xda\x00\x12\x17\x8e\x1d\x32\xbb\x0b\xa0\x68\x78\xe2\xb0\xe1\x3b\x40\x6b\x3e\xe3\x40\xe8\xe6\xc0\x7b\xfd\xc5\x33\x3d\x3a\xfb\xe0\x85\xc9\xf4\xb9\xfb\x5a\x5d\x70\xdb\xe6\x2e\xb7\xa3\x46\x2c\xf4\xb8\x90\x78\x69\xd4\xf7\x40\xb9\xaf\xab\x00\xad\xca\x66\x68\x0a\x8e\xe7\x7b\xaf\x54\x07\xc9\x71\x9c\x42\xbb\x15\xa9\x20\x28\xcd\x5e\xd8\x4a\xfe\x14\x78\xe7\x51\x0b\x0f\xcb\xb2\x80\x7f\xf1\x92\xb0\x9e\xb4\x13\xd8\xd7\x2a\x8b\x18\x4b\xed\x04\xd3\x96\x6e\x91\x29\xf1\x15\x70\xe8\x2a\x10\xbe\x22\xfe\x02\x24\x6f\xd8\x88\x45\x8a\x29\x81\xd6\xfd\x72\x51\x76\x91\x19\xb0\x1c\x63\x16\xfe\x20\xaa\x07\x52\x53\x3a\x62\xea\xdf\x03\xff\xff\x1c\x50\xdd\xfa\xba\x8a\x7c\xfe\x9b\x83\x09\x14\xfd\x55\xdd\xf8\x7e\x55\x2b\x03\x00\xaa\x2b\x54\x54\x76\xc5\x00\xcc\x03\xb4\x02\xe6\xa5\x00\x1c\x41\x74\x0c\x66\x42\x00\xc2\x4e\x8c\xb4\x08\x5f\x00\xb9\x8f\x4c\xfe\xfa\x86\x00\xea\x01\x27\x9f\x68\x0b\x01\x49\x57\x90\x9d\x4a\x6b\x1f\xac\x20\x5f\x9e\x66\xd1\xe8\x84\x0f\x56\x37\xce\xd1\xab\x4a\x01\xda\xae\xeb\xcc\x01\x95\x16\x98\x70\x0f\xe3\x24\x2a\x35\xc2\x6b\x9f\x29\x4e\x9c\x02\x35\xbc\x0b\xce\xe6\x4c\x95\x97\x84\xdb\xb1\x9b\x78\xd2\x64\xbf\x41\x7b\xaa\x33\x1f\x9f\x54\x24\x8c\x64\x5b\x71\x7b\x4a\xd9\x40\x63\xf1\x07\xbe\x41\x89\x09\x68\xab\x64\xe2\x3b\x2a\x21\x03\xb9\x8d\x53\x02\xfa\x22\x5f\xe0\xda\xa5\x55\x9e\x0c\x91\x3a\xa8\xed\x45\xf0\x79\x8b\x5c\x87\xc4\xdb\x47\x04\x9e\x08\x3f\x87\xa4\x47\xc6\x02\x57\x7e\xfc\xeb\x15\x15\x7e\xec\x0f\xd4\x22\xd2\x3f\x73\x17\x59\x63\xe5\x05\xb6\x4e\x02\x70\x49\x2b\x2c\xed\x4c\x06\x10\x67\x97\x2b\xde\x83\xd9\xe0\x20\x34\xec\x54\x47\x59\x32\xff\xe0\x41\x46\x74\x4a\x39\x87\x00\xcc\xdd\x11\x0b\xc2\x37\x00\x67\xd1\x61\x5e\x28\xc7\x0a\x2d\x16\xab\x0e\x36\x6a\xc5\x20\x6e\xbe\xea\xb3\x68\xc8\x48\x7e\x65\x7a\x2e\x6a\xcc\x4c\x8d\x1c\x82\xa4\xc9\x1e\xb5\xd1\x23\xb5\x1b\xee\xab\x76\x73\x73\x20\x85\xe8\xcc\xb6\x37\xb8\x87\x90\xa8\xb5\x38\x6e\x4e\x79\xe3\x89\x57\xd4\x9f\x3e\xc6\xfa\x45\x13\x4b\x55\x23\xa6\xf2\xfd\x26\x89\x55\xca\x47\xe7\xa7\xfd\x76\x13\x5f\x2b\x36\x60\x3f\x78\x97\x93\x64\x14\x26\x70\x3e\xee\x9d\xd8\x32\x05\x07\xfc\x16\x97\xe9\xef\xf5\x8a\x2f\x71\xaf\xdd\x9e\x4f\xc7\x2a\xbd\xc2\x1f\x74\x9d\x7a\x73\x48\x45\x15\x07\xa8\x53\xcf\xb8\x55\x2e\xe1\xa3\x9d\x9f\x3e\x36\x56\x19\xc5\xdf\x73\x7c\x7f\xf7\x96\x1a\x03\x81\xc6\x21\xee\xb6\xac\xda\x61\x82\x8e\x9d\xc1\x20\x8f\xda\x51\x42\x8d\xf5\xe5\xbe\xb3\x6a\x6f\x08\x8f\xac\x72\x7f\xf4\x41\xfe\xca\x8f\xf5\xef\xf0\x90\xf6\xfa\x51\x4f\x1b\xc9\x57\x6c\xa7\x02\xe0\xcb\x91\x35\xa3\x67\xd8\xe0\x20\x54\x3c\x15\xc5\x8f\xd8\x03\x68\xd3\x2b\x2b\x30\xc7\x01\x20\x8a\xd4\x5a\xd9\xde\x01\x98\x5d\xd7\x7a\xc8\xa9\x0f\x60\x15\x60\x40\x10\xe6\x03\xb0\xd6\x33\x1d\x91\x8d\x87\xf3\xd6\xc9\xb6\x52\x1a\x3c\xc0\x6f\xe9\xe7\x75\xdc\xd0\x96\xdc\x6b\x56\x1d\xe9\x62\xc1\x4b\x3e\x61\x9c\x9d\x75\xd8\x71\x3f\xe9\xbc\x61\x4b\xf5\x2e\xd4\x0d\x12\x8d\xee\xb7\x2b\xed\x3e\xbe\xc4\x76\xad\xfe\xdb\x72\xfe\xec\xc4\x3a\x75\xd7\xb1\x06\xbf\x45\xe2\x09\xd5\x95\x0f\xac\xc1\x3c\xc4\xd3\xca\xc9\xcb\x5f\x82\x74\x88\xf9\x4a\x7c\xd8\x70\x3f\x51\xd2\x11\x45\x0e\x9c\xa4\x27\xf7\xd2\x23\xa5\x83\x38\x47\x8f\xc9\x2f\x3e\x4a\x43\xb8\x7a\xf7\x86\xb7\x72\x2a\x5e\xb8\x2a\x8f\x8a\x71\x7a\xd5\x08\xdc\x5b\xf7\x88\x51\x5e\x35\x2c\x6e\xcd\x3d\x62\x98\x4e\x3d\x01\x2f\xe1\x36\x72\x7b\x9f\x86\x10\x3e\xd5\xe5\xd1\x20\xa8\x7f\xc3\x2f\x3b\x5e\xbb\xd6\xa7\xe1\x43\xe0\x70\xd0\xec\x8e\xd0\x98\x24\x84\xda\xfe\xb4\x63\xc9\x4c\xff\x58\xff\x4e\x1f\x29\x9f\x1f\xf5\x94\x81\x4c\x1f\xad\x36\x80\x50\xad\x8c\xf4\xae\xef\x00\x52\xda\x32\xfb\xf6\x9d\x04\x50\x29\x55\xa8\x3d\x42\xfb\x07\x0f\xb2\x4d\x55\xe7\x54\x3a\x80\x15\xb3\xd6\x3c\x37\x12\xc0\xf6\xb2\x3e\x42\xf8\x00\x2c\xdb\xce\x99\x2e\xca\x3f\x86\x04\x9b\x66\x1b\xa4\xa6\x0a\x6c\xb6\x2e\xf2\xdc\x6b\x54\x4a\x0e\xb2\x3c\x1d\x9e\x64\xb3\x89\x34\x6a\x76\x2e\xbd\xd4\x55\x8c\x64\x8f\x64\xaa\x3c\xe1\x49\xf5\x9b\x0b\xf2\xd6\xd6\xbf\xfd\x3c\xb0\x81\xc8\xa8\xe1\xf2\x3c\x20\x84\x87\x50\xa2\xe6\xf9\x31\x3a\xfc\x22\xc5\x07\x43\x3c\xac\x7c\x14\x73\x3f\xa8\x95\xc2\x03\x7d\x4f\x57\x76\xc0\xce\xf9\xc4\xcc\x20\x55\x02\x70\x27\xbc\x6f\x4c\x54\xa9\x85\xe3\x0e\xfb\x4c\x3c\x55\x55\x77\xc4\xb9\x7b\xb3\x3d\x14\x53\xff\x84\x1b\xf7\x28\x1e\xea\xd2\x68\xc6\xf3\xa2\x82\x6f\x30\x68\x1e\xc5\x47\xb8\xfa\x5e\x3f\xa9\xf9\x12\x5f\xea\x32\x4a\xe1\x81\xda\x8f\x69\x8b\x13\xc4\x1c\xc2\x7e\xf4\x41\x3a\xea\xc7\xfa\xe9\x74\x7e\x71\x10\x1c\x9b\x64\xbe\x6d\xdb\x0d\x20\x3a\x22\xb5\xc8\xa0\xf3\x07\x07\xb1\x53\x7e\xf8\x48\x09\x00\x62\x51\x51\x89\x65\x01\xc0\xcc\x42\xe5\xfd\xa9\x1e\x00\x5b\x2b\x4d\x65\x6e\x56\x00\xc7\x58\xbd\x60\x11\x73\x20\x38\x26\x18\xbf\x91\x77\x86\x48\xfb\x12\x6b\x03\x2d\x25\xf2\x1b\x3b\x2e\xd4\x69\x93\x31\xb2\x98\xf5\xb3\x90\x29\x7b\x24\x29\xdb\x9c\x2e\x43\xce\xfd\x34\x69\xa7\xd1\xa3\x0a\x3e\x9f\x8f\xc4\x10\x03\xd9\xf6\xde\xa0\x03\x84\x39\x1d\xb3\x3b\xcc\x61\x7e\x04\x77\x4d\x91\x97\x21\x91\xf7\x09\xd2\x6a\xb9\x9f\xab\xa2\x62\x09\x16\x2a\x8e\xe8\xbe\x88\xef\x04\xb4\xb2\x19\xa6\x20\x78\x86\xc2\x03\xfd\xd3\x8b\xf3\x9c\x4e\xe3\x08\xb6\xdf\xbf\x6e\xd4\x41\xa3\x10\x77\xda\x57\xfd\xde\x36\xad\x93\x38\x15\x5f\xda\x9b\x29\x5a\xf1\xb8\x41\x2f\xba\x6b\xbd\xda\xc9\x38\xb2\x47\x5b\x0f\x59\x5b\x0b\x6f\xef\xf6\xb4\x3d\x55\xa7\x0d\x7f\xc9\x05\xdf\xfa\x58\xa7\x9f\xb0\xdb\xe9\xd4\x8f\x3e\x48\x31\xff\x58\x3f\x65\xfe\x7f\xa6\x48\x4a\x63\xdb\x9b\x0d\x0e\x42\x9e\x55\x7a\xe9\xc0\x76\x00\x0d\xac\xb4\xdc\xc1\x5c\x00\x63\x71\x39\x6b\x66\x09\x00\xab\x62\xa5\xe9\x53\xd9\x00\x0e\xa0\x66\xce\x19\x0b\xe0\xe2\xa5\xc3\x2a\xf4\x1d\x00\x75\x04\xc9\x2f\xef\x0e\x99\xce\xf9\x16\xcf\x35\x93\xc8\x37\x1c\x7a\x9c\x93\xcd\x98\x48\xcb\x76\x12\xc1\x8c\x4e\x2b\x24\x6d\x8b\xcb\xe9\xb4\x5e\x67\x88\x71\x26\x76\x15\xab\x41\x8a\xbf\x7d\x41\x61\xba\x32\x77\x5a\xa3\x78\xf1\x6b\x9a\xef\x26\xae\xc4\x46\xe3\xaf\xab\x2d\xcd\xc5\xc5\x21\xf0\x3d\xaa\xfe\x6b\xa3\xb1\x38\x0a\x0f\x34\x97\xa0\xba\x88\xb1\x08\x8b\x9c\x16\x52\x6b\xc6\xbc\x0f\x61\x98\xa8\xd3\xa8\xc2\xbc\x0a\x21\x3f\x09\xd4\x7c\x80\x95\x0f\x3e\x36\xec\xa0\x65\x8b\x9d\xf4\xbf\x7c\xeb\x9a\x76\x09\x8e\xc9\x2f\xba\xff\xa1\x8e\x31\xce\xd1\x67\xba\x97\x5e\xa7\x04\x37\xe5\xf9\xac\x3d\x40\x77\x0d\x2f\xe9\x5e\xd8\x36\xa7\x27\x8f\x77\x43\x19\x35\xd6\xea\xd7\xe1\xeb\x5c\x7f\xbc\x25\x74\x4b\xfa\xfe\xe4\xc4\x46\x65\x3e\xd3\x48\xfc\x07\x07\xf1\x49\xf2\xc8\x7e\x3a\x00\xbd\x28\x89\xcf\x07\x33\x36\x78\x10\xdb\x66\x05\x5e\xb6\x3d\x00\x2e\x49\x6a\x82\xdc\x27\x01\xdc\xe7\xb4\x0c\x85\x99\x7e\xe7\x06\xa5\xa0\xd2\xcd\xf5\xb5\x6c\xc8\x8d\x4e\xf5\x8e\x6d\xe6\x41\xa4\x59\xfb\xe0\x00\xac\xb3\x2f\x69\xa7\xd5\x83\x94\x52\x5f\x5a\xa2\x92\x69\x74\xc5\x89\x90\x56\x42\x0a\xe2\x51\x3b\x3e\x2a\x17\xbf\xac\x77\xe4\x2e\x39\x2e\x1a\xef\xa8\xc5\x3e\x29\x9a\x98\x87\x5b\x55\xd7\x5a\x0c\x4b\xbe\xfd\x4f\x1e\x68\x16\xad\x3e\x86\xce\x88\x8e\x7b\xb3\x4f\xf3\x24\x86\x2f\x62\xe8\xb7\x17\xc7\x5b\x1b\x30\x6f\xc2\x18\x87\xec\x74\x5e\x61\x95\x82\xf1\x03\xcd\xba\x81\xd8\xdb\x81\xdc\x3d\x0f\xf4\xce\xe2\xa4\xfc\x9c\x3a\xf7\xe9\xa5\xe2\x2e\x79\x27\x51\x78\xa0\x66\x1b\x83\x73\x78\x36\x8f\x9b\x75\xaa\x86\x4c\xf8\x14\xd4\x36\x80\x2d\xc6\x12\xa2\x3f\xfa\x70\xbc\x40\x7a\x75\x2b\x37\x00\xef\x43\x71\xd8\xd9\x0d\x20\xce\x20\xbe\x89\x61\x1b\x80\xb2\xae\x98\xc3\xde\x01\x00\x03\x35\x71\x1d\xc6\x59\x00\x0b\x7f\x99\xcf\xcc\x63\x00\x8e\x4d\x72\x83\x6c\x7c\x00\xa8\x30\xe5\x5d\xe7\x2e\x03\x78\x77\x69\xec\x15\x3a\x02\xe0\x97\xaa\x5f\x2c\xdf\x0d\xc9\x5e\x61\xa6\x75\x5a\x0f\xc8\x25\x6e\xa3\x0e\x0c\x16\xd7\x49\x37\x1d\xf3\xfd\x8e\xba\xd2\x11\xa7\x6d\x98\x93\x30\x7e\x4d\x04\x8c\xf9\xd6\xb2\xba\xf0\x44\x3c\x09\xd9\x75\xc5\x27\x7e\x07\x3e\x5e\xcf\xef\x3e\x39\xb1\x01\xd7\xa9\xd5\xf2\xee\x44\x9a\x36\x4e\x5e\xbd\x63\xa5\x3b\x43\xe6\x9f\x3c\xd0\xff\xe5\xc5\xe9\x1f\xd1\xb7\xc2\x2c\x86\xe5\xf4\xc6\xe9\x7f\xc5\xea\x87\x84\x77\xba\x1b\x24\x63\xef\x06\xbe\x6e\x55\x40\xb0\xe0\x98\x02\xf6\x5e\xf4\x44\xd0\xe0\xda\x7c\xd4\xea\x5f\x20\x6c\x71\x1f\xbd\xbe\x5d\x40\x22\xaa\xf1\xb2\x1e\x1e\x00\x5b\x8c\xc4\x46\x7f\xf2\x93\x2a\x92\x6f\x69\xd8\x00\xf8\x76\x88\x2e\xee\x0c\x00\x90\x4a\x12\x3b\xc9\xe0\xf2\x07\x07\x71\x4e\xcc\x8b\x71\x18\xc0\x5a\x47\xbc\xf0\x28\x2d\x80\xab\x80\xb4\x0c\xeb\x14\x80\x8f\xbb\x7c\xe2\x59\x06\x80\x80\x46\x55\x25\x81\x27\xbf\x73\x83\x72\xfc\x8f\x1b\x9b\x68\x45\x92\x53\x3d\xf3\xec\x3a\xac\xa8\x48\xfe\x2e\xc9\xde\xea\xee\xe9\xc4\x0c\x3b\xef\x84\xc2\xa0\x1d\x84\x38\xcb\xcd\x25\x6b\xd1\x11\xbf\x7d\x41\x0f\xf5\x6b\x87\xaf\xa5\x3d\xc4\x1d\xd0\x56\x7e\x7f\x3b\x4b\x0f\xfb\x4c\x03\xb1\x72\x24\x9b\x6a\x2d\x40\xfd\xc2\xaa\x57\xaa\xe0\xec\xa2\xe6\xfb\xd5\x99\x14\xce\x37\x3c\xda\xe1\x6b\x91\x89\xf0\xb8\x48\xb7\x6b\x0d\x9d\x10\x71\xdf\x58\x2f\x10\x7d\x3d\xe6\xe9\x0d\x1e\x83\x1e\xf4\xa3\xd8\x03\x7d\x12\x86\xcf\x31\xc2\xd1\xe7\xba\xd4\x0c\xf1\x18\x74\xf8\x8e\xb6\x57\x48\x36\xac\x47\x48\xf2\xc5\x73\x48\x05\x9c\xb8\x7f\x66\xdd\x02\x72\x1e\xe7\xe6\xe7\x56\x55\x6b\x7c\x0e\x77\xc9\xe7\x69\x79\xb7\xb1\x3f\x8e\xf8\xe3\xed\x97\x26\x5f\xec\xe4\xcf\x73\x22\x56\x3c\x9c\xe6\x09\x80\xe0\xb8\xc8\x28\x1d\x01\x40\x26\x42\xf4\x00\x83\xf6\x06\x07\x61\xac\x2b\x7c\xf5\x40\x39\x80\xbd\xba\x48\xd6\xe1\x5c\x00\x0f\x36\x89\x85\xe3\xaf\x01\xfc\x7b\x65\xde\x9f\x16\x00\x08\xe9\x52\x4e\x11\xf0\x01\x08\xcf\xd7\x3a\x2e\x93\x07\x79\xa1\x49\x88\x2e\xad\x47\xe4\x18\x3f\x67\x9b\x36\xab\x77\x24\x55\x54\x17\xaa\xcf\x53\x9e\x28\xed\x70\x2b\x16\x1b\xba\x05\xbf\x64\x35\x58\x92\x9b\xc0\x85\x3f\x68\xb2\xa3\xa3\x28\x75\x04\x77\xd0\xc0\xf1\x61\x6e\xb6\xe5\x6f\x4f\x90\xad\x06\x6e\x39\x28\xb7\x67\x5e\x59\x8b\x66\xc5\x36\x2b\xff\x37\x0f\xb4\x59\xcf\x6e\xf5\x42\xda\x8d\xe1\x1d\x06\x8c\x6b\x39\x49\xa4\x1b\xa1\x08\xf6\xb5\xe9\x44\x62\xdf\x36\x04\x01\x5d\x12\x57\xd8\x25\x8d\x1c\xc4\xd0\xc7\x78\xb5\xe5\x19\xb9\x62\xde\x46\xec\xba\xf8\xd2\xd8\x1b\xcb\x19\x16\x52\x5b\x6a\xc2\x82\xbd\x1a\xac\x59\xa5\x6e\xb2\x84\xa3\x0f\xd4\xaf\x08\x36\xe1\xc3\x95\xfa\x46\x95\x32\x98\xd4\xe2\xbe\x7b\x3b\x00\x30\x1d\x92\x9a\xa0\x8e\x06\x38\x75\x49\x34\x8f\xa6\xed\x3f\x38\x88\x1e\x61\xf6\xbd\x8f\x00\xcc\xee\x0a\x31\x1d\xd0\x01\x70\x04\xd1\x73\x47\x3e\xfe\x9b\x07\x89\x7c\xac\xe0\xc3\x17\x00\x10\x33\xa0\x51\x20\x2b\x06\x8d\x51\x9f\xf4\xef\x68\x9a\x92\x6b\x42\xae\x5a\x60\x2c\x55\x49\x3b\x3c\xca\x50\x45\x3e\xb4\x84\x27\xce\x13\x51\xf1\x11\x93\xf8\x34\x9b\x9c\xa2\xe2\x64\x11\x9c\x8d\xa9\x47\xc7\xdb\xac\x2a\x6c\x82\x41\xfa\x68\x60\x5e\x1f\xc6\x41\xdb\x77\x2e\xb7\xa8\x09\x23\xa3\xd9\xba\xf4\x31\x9f\xed\x63\x97\x4e\xfb\x72\x5e\x5e\x0b\x85\x07\xa2\x78\x71\x28\x3c\xd0\x75\x19\x23\xe9\x35\xb7\x94\x56\x8a\x17\xa7\xcd\xcf\x94\x1f\xed\x9f\x70\xae\x71\xd6\x14\x8b\x61\x89\x79\x51\xf7\xd4\x34\x10\xf3\x2d\x42\xa3\xba\xce\x74\x0a\xeb\x13\x2a\x55\xa6\x60\xf6\x15\x3b\x1d\xd4\x58\xcc\x65\xf6\x09\x67\xe5\x1f\x51\xd0\x67\x36\x8e\xbb\xe1\x33\x09\xc0\x74\x52\x32\x92\xda\x07\x80\x43\x4f\x38\x97\xf6\xf0\x1f\x1c\xc4\x55\x11\xa1\x3d\x74\xff\xe6\x20\x5c\x27\x04\x50\x07\xfb\x00\x02\x1e\x09\x6f\x66\x42\x01\x44\x76\x4a\x1e\xe0\x30\xfe\x83\x8b\xa9\x57\xdd\x24\x39\x0b\xad\x09\xd1\xba\x71\x9a\xa7\xc8\xa9\x91\x33\xe6\xa6\x56\x1f\x88\x33\xfe\x1e\x2e\xc3\x7e\x54\x84\x10\x37\xc9\xf0\xb7\xd1\xfd\xb8\xe7\xf6\x47\x0b\xfa\x33\xac\xb0\x97\xcc\xf7\x74\xec\x3a\x4f\x83\xc9\x37\x0c\x7b\x82\x2c\xde\x8a\x96\xd0\x26\x2c\x38\x57\xf8\xcf\x2b\xeb\x04\x2d\x3e\x2f\xfe\x3e\x85\xd7\x83\xa5\xb5\x82\x0e\x0a\x0f\x74\xb7\x1e\xf9\x64\xc5\x33\x97\x7f\x00\x65\x34\xb8\x5a\x99\x61\xf9\xaf\x7c\x28\x0a\x0f\x84\x30\x57\xc6\xb0\xc5\x2c\x54\xcc\x5a\xb4\x60\x9a\xa3\x78\x4a\x07\x2c\x86\xb0\xfc\xe1\xec\x85\xed\x16\xb3\xd8\x67\xc1\x0a\xe7\x2f\x5b\xc6\xe0\xf6\x07\xf6\xe6\x4e\x59\x8a\xe0\x42\xfc\x19\x00\x98\x69\xc5\x48\xd4\x57\x00\xce\x36\x0a\x8e\x6c\xe3\xfc\xc3\x83\xc0\x2e\xc8\xc8\x40\x03\x80\xf4\xe7\xcb\xde\x93\x06\x60\x77\x93\x3f\xed\x80\x12\x80\x67\x0d\x3f\xfa\x50\x02\x40\x48\x82\x10\x2b\x53\x16\x40\xcc\x8c\x98\x10\xdb\x38\x40\x8a\xa8\x34\x35\xf7\x61\x80\x34\x7b\x65\x33\xc9\x56\xb8\x9b\x9e\xa7\xb5\x4d\x9d\x97\x5c\x93\xc8\x62\x3c\x64\xd9\x42\x9c\x0b\x93\x70\xb4\xf1\xdb\x8a\xbf\xef\xc9\x1c\x62\x94\x28\x8f\x8b\x76\x20\x9f\x67\xce\x2a\xc3\x3c\xb2\x40\x75\x8c\x17\x9f\x46\x23\x11\x66\xcf\x72\x2a\x11\x6b\x97\x74\x7a\xe7\x6b\xaa\x0f\xce\xb4\x1a\x1c\x5e\x70\xab\xac\xa3\xf0\x40\x77\xa7\x4d\x2a\x96\xb8\x4a\x55\x07\x4e\x9b\x56\x2c\x37\xe5\x93\xba\xbf\x98\x4d\xac\x14\xe4\x26\xb5\xe1\x2d\x78\x57\x8b\x32\x03\x28\xf9\x50\x35\x65\x56\x31\xe8\xad\xc9\xe7\x2a\x8c\xad\x7a\xd1\x0f\xe3\x25\x4b\x1d\xac\xac\x30\xa9\xd1\xcc\x85\x06\xd6\xfb\x31\xc4\x88\x8b\xb9\xf7\x6d\x24\xb1\x7a\x61\xa3\xd9\x75\xd6\xa5\xd8\xc5\xa0\x77\x59\x7c\xd6\xa7\x70\xc6\x01\x27\x00\xf6\x59\x0b\xbe\xff\xb1\x3f\x70\x79\x0b\x5e\xdb\x2e\x0f\x20\x49\x12\xaa\xde\xe5\x07\xa0\xc5\x25\x48\xbb\xe7\x10\x80\xb1\x3c\xef\xd5\x3d\xe6\xff\xe1\x83\x38\xcc\x3b\x7a\xe4\x0a\x40\x72\x8e\xe0\x17\xd6\x02\x80\x4c\x2f\xc9\xb2\x1f\x7d\xc8\x3d\x2d\x5f\x2d\x56\x05\x0f\x73\x3a\x35\x78\xd4\xde\x93\x5b\xd2\x1f\x23\xe6\x2d\xf9\x89\xcf\x63\xeb\xec\xd4\xfc\xf7\xe0\x85\x7d\x27\xfc\x6c\x53\x8d\xb1\x89\x2e\xb5\xd9\xb7\xf3\xef\xa0\xaf\x58\xb9\x77\x84\x55\xac\xad\x51\x21\x4d\xc7\x85\xea\x5c\xe7\xe2\x0d\x3a\xbf\x0d\x37\x64\xbe\xec\x30\x2a\x9a\x97\xad\x55\x19\x8e\x35\xbd\xb0\x90\x5b\xf5\x78\xc0\xd9\x7c\x79\xf1\x49\xf9\xd1\x7f\x7a\x71\xea\xe3\x6c\x6c\x56\xb7\xe7\x44\x54\xad\xd8\x60\xd7\xb6\x65\x9c\x2b\xab\xb7\xa3\x5d\xf3\x4e\xb3\x2a\x12\xb6\xdb\x8d\x76\x4b\xcc\xc9\x2b\xb4\x7b\x8f\x86\xb8\xb2\xcc\x44\xfb\x27\x98\xa2\x68\x8b\x4c\x46\x3b\x34\x96\x2e\xa2\x29\x6d\x93\x5d\x3d\xb6\x2f\xc4\x3b\x91\xc3\xfe\x2a\xee\x5c\x60\x13\x00\x8b\xb4\xc8\x8b\x2d\xfb\x01\x78\x3e\xf2\xdf\xdd\xbe\x08\x20\x35\xcd\xaf\x4f\x47\x04\xd0\x6e\xe4\x3b\xbc\xbb\x02\xc0\xfc\x2e\x37\x17\x43\xca\x46\x1e\x04\x85\x83\x48\xf0\xe7\xe6\x3e\x7c\x12\x20\x4b\x82\x8f\x99\xb9\x03\xa0\xe0\x9b\xd0\x22\xc7\x69\x80\x92\x62\x69\xb2\xc8\x5e\x98\x2c\xbd\xa2\x12\xa6\xea\x46\x6e\x2f\x18\xd2\x17\xb4\x78\x4f\x9c\x48\x37\xb7\x24\xfb\x11\x71\xcf\x43\xd1\x5e\xb1\x19\x62\x18\x1f\xf7\x99\x74\x87\xd2\x8f\x8b\x86\x76\xab\x6d\x9f\xeb\xa4\x3f\x39\x9b\xfb\x3c\xed\x6f\xce\x7c\xe5\x6d\xca\x39\xc7\xd0\xea\xf3\x80\xde\xe2\xdd\x37\xbf\xa6\xa0\xeb\x09\xd6\x98\x79\x86\x7a\x54\x7b\xbe\x5d\xd6\x82\x7d\xcd\xd5\x8b\xaf\x1d\x18\x16\xab\x2a\x5e\xd7\x30\x38\x72\x2d\x9f\x2c\x2e\x2a\xef\x74\xb8\xbb\x52\x90\x37\x51\x34\xec\xb4\x77\xf5\x68\xce\xf0\x79\x4e\xc7\xa5\x35\x44\xba\x42\x96\xbc\xb3\xcf\x5a\x4f\x6a\x5c\x1a\xce\x39\x10\x1d\x94\x78\x2b\xc5\xc4\x09\x8d\x51\x8a\x45\x25\x05\x3a\x65\x61\xc6\xa2\x24\x63\xf3\x9c\xa3\xb1\x0e\x61\x13\x31\xe2\x4e\x6f\xb1\xef\x83\xaf\x01\xb0\xd6\x09\xb4\x6c\x69\x07\xe0\xbb\xcd\x47\xbd\x43\xfc\x0f\x0f\x82\x22\x57\xf9\x2e\x11\x00\x7b\x7b\xae\xa1\x3d\x7d\x00\xde\xb3\xa7\xe7\x7e\x9c\xa3\x31\xd6\x1c\xc3\x7b\xf7\x00\xa4\xb7\x70\x74\xec\xbb\x0a\x50\x28\xca\x95\x71\xec\x28\x40\x15\x81\x8f\xed\xc4\x0a\x40\x5d\x9c\xc4\x5d\xa1\x26\x80\x86\x32\xf9\x05\x25\x3e\xf2\x6a\xcd\x65\xcd\x41\x93\x3a\xe2\x54\x31\x93\xc9\x98\xdf\x45\x5c\x70\xd2\x45\xb7\x53\x59\x23\x9f\x16\x02\x57\x63\x1b\xaa\xcb\x5e\x79\x7b\xce\x5f\x50\x6b\x12\x1a\x4d\x70\x5e\xbe\xd3\x7f\xf9\xfc\x9d\x07\x76\x81\x9f\xd3\x3b\x3b\xae\xd6\x39\x26\x7f\x9d\xb8\xd4\xde\x12\xed\xc2\xf3\x2d\xad\xb9\xe0\xc2\x90\x6b\xda\x7c\x48\xbd\x74\xd9\x01\xb7\x85\x05\xa8\x2e\xc9\x1f\x45\x91\x96\x14\xcb\x4d\x28\x3e\x98\x8c\x01\xd4\xfb\x95\xce\xbc\xef\xa9\x54\xa8\xa7\xab\x03\x59\x36\x89\xdf\x51\x8f\xd6\x52\xd2\x1a\x63\x75\xdd\x93\xd0\xda\x49\xef\xa2\xaa\x3c\xe8\xd1\x97\x13\xde\x44\x3c\x71\xb7\xc0\x38\xc4\x60\x22\x52\x51\x4a\x98\x4f\x91\xc4\x60\x05\x77\x24\x36\x35\x8c\x01\x80\x9d\x97\xdf\x83\x46\x0c\x40\xe8\x13\xaf\xe1\x8e\x0b\x00\x2a\xe3\x5c\x68\xba\x5c\x00\xd3\x3b\x67\x85\xe9\xb3\x36\x3c\x08\x21\x6f\x4f\xa0\xe9\x46\x00\x52\xc6\xb6\x55\xfc\xf8\x1c\x15\x5c\x62\x95\xde\xa5\x03\x50\x75\x8f\xfd\xfc\x8f\x73\xa4\x65\x99\x8b\x81\x25\x02\xe0\xf2\x65\xa1\x46\xee\xa3\x00\x9d\xd4\xd2\x1c\xb2\xba\xb0\xb7\xc3\x50\xa5\xd7\x48\x87\xf8\xae\x49\xc8\xe0\xae\xdf\xf1\xaf\x07\x4a\xc2\xec\x13\x33\xe2\xc7\xc6\x53\x22\x82\x13\x6a\xf6\xde\x8c\x89\x34\x28\x10\x69\xa3\xeb\x32\x0c\x92\xeb\xd5\xe9\x54\x69\x3e\xe7\x73\x7d\x92\xa6\xc7\xaf\xba\xdb\x27\xf7\x73\x6f\x57\x6d\x11\x83\x9f\xf8\x1c\xf7\xa5\xe5\x9c\x1e\x3f\xd3\xef\x61\x17\x1f\xa4\xbf\xf5\xbb\x32\x4f\xaa\x33\x4e\x8e\xf1\xd3\x5b\x1c\xac\xcc\x48\x60\xf3\xdb\xb6\x4c\x53\xb2\x12\x4d\xf4\xf3\x59\xd9\x53\x30\x13\x71\xcf\xef\xc0\xaa\x50\xee\x9e\x90\x36\xff\x13\xab\xa3\x59\x96\x21\x58\x9f\xe7\x6b\x6f\x52\xd5\x82\xce\xf8\x22\xd1\x86\x49\xd3\x01\x67\x7d\x9e\x61\x68\xe3\x99\xfc\xef\x7b\x5f\xc2\xe4\x47\x2f\xfb\x76\x7a\xf5\x61\xed\xc2\x77\x03\x70\x1e\xe0\x0d\xdb\xc6\x0a\x20\x65\xc4\xf5\x6c\xc7\x2d\x00\xad\xe0\x33\xe1\x3b\x0f\x02\x58\x15\x9c\xe2\xd9\x49\x07\xe0\xf5\x91\x35\x63\x47\x3a\x40\x74\xf4\xa6\xe8\x1f\xeb\x3f\x9f\x7c\x74\x6c\x9b\x04\x40\xe5\x18\x55\xf7\xcf\x7b\x9f\xc1\x2c\xf4\xf4\x99\x00\x3d\xcf\xd8\x54\xf6\x3f\x04\x18\x1c\xe7\xc6\x9c\x0a\x06\x18\x9a\x11\x4d\x14\xb3\x01\x8d\x3b\x7b\xe4\x9d\x0d\xf6\x2c\x19\x5d\x3f\xa3\x1d\xe8\xe5\xf1\xea\x62\x9b\x89\xe5\xb3\x94\xca\x5b\xbe\x55\x19\x3e\x45\x15\x4e\x4d\x6e\x39\xb9\x29\xdf\x2e\x1d\x29\xd1\x4d\xb5\x6d\xe6\xed\x8e\xcf\xbc\x13\x7f\x63\x74\xb5\xef\x43\x52\x7f\x0c\x7a\xb6\xa7\x2f\x29\x2e\x22\x26\xfb\x2b\xed\x15\xce\x68\xa9\xe8\xcd\xdf\xde\x35\x3f\x8c\xb4\x88\xfc\x36\x1f\xd1\xb0\x3f\x6c\x38\x52\x72\x11\x51\xcd\x46\xc9\xc1\x09\x2e\x09\xf3\x5c\xa1\x2a\x14\x0f\x74\x09\xb5\x5f\x45\xe5\x9c\x0e\x10\x0a\x35\x5b\xdb\x92\xe9\xe6\xaf\x18\x72\x74\xed\x66\xea\x13\xdf\xd6\x60\x55\x74\x6d\xa2\xb8\xb7\x46\xf0\x22\x26\x2c\x26\xcd\xfb\x5c\x60\x2e\x96\x2a\x32\xca\x13\x1b\x28\x89\x8d\x0e\xb3\x05\xe0\x79\xcf\x5d\xb1\x0d\x00\xe4\x3e\x9c\xf5\xd9\x3e\x03\x60\x90\xc6\x36\xb0\x5d\x13\xc0\xd1\x95\x09\x4d\xf3\x7e\x23\x07\x21\x0d\xf7\xab\x96\xf9\x50\xfd\x75\xef\xf5\x9a\xf7\xaf\x7a\xcf\x8d\x29\x8b\xce\x1c\xe0\xf1\x55\x0e\xed\x23\x12\x00\x13\xa6\xfc\xea\xdc\xd3\x38\xe2\x2b\x39\x29\x56\x8d\x90\x69\xb6\x91\x5e\xf5\x3d\x2e\x4d\x0f\x35\x6f\xdd\x32\x89\x8f\xcd\xe8\xf8\x7a\xb5\x17\xd5\x58\xa4\x5c\xec\xd4\xb2\x35\xf6\xf6\x45\xe3\x64\xa3\xba\xd7\xb5\x5f\xda\xad\x22\x1a\x6a\xa6\x87\x8f\x76\xb6\x05\x9e\xac\xc4\x7f\xc6\x74\xf1\xfa\x3f\x2a\x41\xcd\xbd\x6a\xe3\xf2\x43\x14\xc4\xce\x9f\x6a\x18\xf2\x6d\xc8\xa3\x5b\xa8\xbf\x70\xd4\x47\x39\xcb\x7f\x29\xb3\x2c\xdd\x3b\x22\xfd\xea\xf2\xcd\x42\x82\xd7\xf5\xd4\x0b\x2b\x5d\xe7\xf7\xff\xe6\x3f\x18\x13\x17\xd6\xe6\x52\xde\xbb\xb7\x24\x28\xa1\x03\x92\x0e\xbb\xcb\xc5\x6d\xc3\x1c\x8d\xab\x46\xd1\xc5\x22\x30\xd7\xa2\xb7\xba\x89\x45\x17\x63\x2d\xc3\x79\x5d\x96\x23\x6f\xe2\x4e\x04\x09\x02\x08\x7c\x3a\x17\xbb\xcd\x0e\x40\xb5\x9f\xed\x24\xed\x20\x80\xf9\x23\x16\x6a\x9a\xa7\x00\xee\xc1\xbf\xd6\x47\xc9\x41\xa0\x78\x10\x28\x3e\x8c\xde\xf5\xfe\x50\x72\x41\x26\x12\xa8\x7e\x7e\x5f\xfb\x28\xcd\xd2\xb5\xcb\x09\x60\x69\x3f\x57\x26\x5b\xe6\x5c\xda\x17\x94\x58\x8d\xc2\x85\x17\x07\xdf\x7e\x55\x8e\xb0\x39\x38\x20\x39\x5e\x84\x90\x0e\x89\xab\x43\x8e\xbc\x75\x3a\x9f\xe5\x97\x26\x36\x14\x1d\x3e\x51\x6d\x17\xa6\x7e\xd3\xae\x92\xad\x71\xb7\xb7\xc5\xe0\x99\xdb\x57\x5a\x98\x9d\x0d\xfb\x93\xe7\xa4\xda\xea\x9c\xb5\x3a\xbf\x7c\x1f\x6c\xc0\x38\x67\xb4\x8a\x2e\xb4\xd5\x70\x39\x47\x36\xf0\x2e\xe9\x94\xf5\x39\x67\x55\xf7\x2e\x57\x17\x4e\x3a\xd3\x55\x6c\x5d\x79\x92\xb7\xcf\x49\xa1\x94\x6f\xf5\x7d\xa6\xad\x93\x4a\x41\xe9\xda\x78\xca\x5b\xa7\x9e\x3c\x53\xb4\x7a\xd2\x45\x47\x89\x5c\x7b\x0c\x7b\xdc\x16\x87\xb5\xcc\x18\x0c\x26\xd2\xda\x01\x95\x3e\x82\x0d\x08\x33\xb4\x27\xa6\x62\xb1\xdf\x82\x1d\xed\xf3\x93\x89\x38\xcb\x00\x37\x00\xc9\x31\xf6\x3e\xda\x02\x00\x6d\x3b\xa6\xbb\x5b\x96\x00\x6c\x3f\x6f\x72\xa1\xfa\x8f\x3c\x0c\x4a\x2e\x4a\xf7\xf4\xaf\x4a\xc9\x83\xa0\x70\x10\x73\xf5\xbf\x2a\xf9\xc8\x11\x87\x2d\xf4\xcb\x99\x00\x67\x82\x8f\x65\xbe\xa5\xc1\x7b\x0a\x5f\x10\x97\xbd\x4f\x5a\xa6\x53\x70\x43\xfa\x77\xa4\x7f\xcd\xd2\x5b\xf5\xbc\x57\xfc\x75\x86\xc1\x2e\x30\xfe\x7e\x14\xd7\x9b\xf1\xe0\x43\x85\x2e\xde\x0b\xaf\x11\xa5\x62\xe5\xd7\x1c\x73\x5e\x1d\xbe\x71\xa8\x7a\xd6\xa2\x7f\x62\xeb\xec\x54\x6d\x8c\xc5\x96\x51\xda\x05\x62\x65\x81\x25\xdb\xed\xf1\xa5\xc0\x92\xc7\x96\x97\xae\xe5\x2e\x7f\xce\xcf\xb3\xca\xe9\x4c\x5a\x19\xcf\xc1\x5b\x65\x5f\x92\x5c\x9d\xcb\x30\xb0\x66\x6b\x24\xae\x3d\x4e\x91\xb4\x62\xa9\x6b\x44\x7f\x8f\x0b\xb3\x4e\xaf\xca\xc7\xb0\xc5\x26\x58\x19\x56\x28\x62\x19\x22\x78\x2c\xef\x95\x3e\xc1\x36\x85\x84\x5a\x0d\x17\x79\x63\xef\x05\x4f\x59\xf6\x14\x70\xe2\xa2\xfc\x77\x5b\x9e\xcb\x97\xc7\x3d\xf1\x79\x06\xa0\xc4\xc7\x7c\x7e\x4b\x2f\x80\x99\xd9\x31\xb7\x2d\x0b\x1b\xcf\x01\x85\x07\x2a\x0b\xfe\x7b\xfe\x3d\xb4\xfe\xb9\xa0\xf8\x30\xe6\x4c\xa9\xfe\xb8\x07\x3f\x9f\x0b\xb0\x77\x99\x8a\xea\x6d\x34\x00\x87\xfd\x11\xbd\x91\xb7\xe0\x22\x64\x27\xc8\x78\xad\x81\x84\x91\x9b\xd5\xdc\xd6\xe0\x4e\xdc\xaa\xd3\x63\x17\x92\xcd\x8b\x3d\x60\x1d\x10\x9c\x12\x58\xb6\xd2\xe6\x9f\x95\xb6\xc9\xe5\xf1\x4a\x40\xa1\x5b\x8e\xa6\xe5\xf8\x0a\x4b\x5f\x57\xfe\x6b\xe4\xb9\xe5\xe6\x77\xcd\x45\x6f\x0c\x66\x3f\x07\x2c\x8b\xe4\xdf\x30\x9c\x7c\x1d\xb9\xd2\x95\xad\x82\x78\xf0\xb8\x61\xf5\x53\x5a\xf4\x6f\xef\x05\xd3\x0d\x7b\x74\x6e\xdc\x17\xa3\xc7\x7d\xb5\x98\x43\x31\xb6\x46\x9d\x5d\x0a\x98\xa5\xf0\x2e\xe3\x8b\x97\x4a\xb1\xba\xa1\xd7\x4c\xee\x35\x3d\xc5\xc6\x86\x0c\x18\x4f\x34\x3c\xc6\x69\xf8\xb7\x18\x6b\xd7\x9d\xc6\x3d\xf3\x26\x1b\x8f\xd4\xec\xc6\xd3\x7a\x35\x9b\x70\x55\x3c\xc1\xab\x79\x4c\x02\xa8\x3c\xdb\x31\xf1\x63\x3d\xb6\x9f\x37\xfd\xfc\x7d\x32\x6c\xfd\xff\xf7\x9f\x1c\x08\xc5\x83\xf0\x9c\xe7\x57\xfd\xca\xfb\xe7\xfa\xbf\xad\xcf\xbb\xa7\xd4\x00\x8e\x9c\xa1\x31\x1a\x61\x06\x38\xa5\x7c\x90\x71\x60\x37\x54\x08\x31\xf3\x72\xb7\xfa\x91\x03\xe5\x65\x95\xc6\x4b\x3a\x89\x18\x5d\x5e\x53\xd7\x84\xef\x04\x01\xab\x06\x54\xa6\xcf\x19\x9c\xbc\xf7\x95\xd0\x4a\x47\x05\x2c\x67\x36\x75\x4c\x88\x85\x0b\xc6\xb6\xb9\x35\x81\x19\x19\x89\x1e\xb9\x73\x2f\x71\x41\xe7\xd1\xda\xd2\x1c\x4b\x8a\x9c\xd6\xdb\x15\xc1\xb5\x92\x84\x0e\x1d\xba\x8f\x65\x68\xf3\xd8\x7a\x1d\xd5\x37\xbb\x30\x66\x11\x57\x29\x79\x1f\x7a\x52\x0f\xa2\xb0\xf2\x21\x56\xfa\x6a\xb7\x9f\x60\x33\x82\xbe\xeb\x97\x0e\x18\xe1\x76\xf9\x2f\xea\x67\xf4\xe5\xe3\x62\x7c\xe9\xf4\xd5\xba\xea\xf1\xa7\x3c\x1a\xf4\x39\x3b\xce\xe2\x53\xdc\x1e\x1a\x2a\xb6\xee\xc2\x9b\xb8\x57\x1a\x6e\xbb\xf8\x0d\x3f\xe8\x5a\x04\xa0\xff\xee\xd7\xba\x3c\xd6\xbd\x30\xa9\x8a\x7f\x7f\x0e\xae\xfd\xc3\x83\xf0\xa9\xf6\xcf\xf9\x27\x25\x0f\xe4\x75\xf9\xaf\x3a\xbc\x3e\xef\x1c\x78\x07\x70\x8a\x99\x51\xf9\x92\x2d\x7c\x14\xa8\x3d\x4b\x53\x15\x08\x3b\xe5\xf6\x48\x6d\xcf\x6a\x25\x4d\xe8\x78\xe8\x8a\x47\xf0\x13\x43\x2c\x03\xac\xfb\x51\x63\x04\x45\x8f\x3c\x14\xaf\x5d\x36\x1e\x91\xcc\xe7\xfb\xda\x6c\x06\xf7\xb6\x72\x4b\x40\x19\x62\x18\x17\xdd\x89\x0a\xe2\xd4\xe5\xc5\xed\x1f\xc9\x08\x2e\xd2\xd8\x87\xad\x5f\xa4\x0d\xd1\x51\xeb\xc1\xce\x63\xd9\x82\x76\xa8\xef\x58\x48\xc1\x96\xf9\x57\xaa\x6f\x99\xdd\x89\x33\xf2\x46\x68\xf0\xbc\x39\x87\x4b\xf1\x2a\xd4\xc0\x3c\xfb\x88\x7b\xe0\xa9\xa0\xe9\x3c\xf2\x1a\xcf\xe2\x2e\xaa\x49\xbe\xcf\x89\xb7\x72\xab\xd7\x0a\xbf\x75\x15\xdf\xe0\x32\xa4\x4d\x3b\xb0\x13\x3f\xe9\x6c\xa9\x15\xd4\xd7\x4d\x30\xb0\x6f\xd2\x5a\xed\x76\x21\xc4\xd9\x49\xfd\x9b\x03\xa1\x70\x71\x94\xfb\xef\x0f\xd7\xf9\xc0\xe9\xf5\xbf\x47\xfe\xc9\xcd\x2c\xac\xcf\x71\x5e\xcf\xff\x63\xfe\xb9\x3e\xef\x68\xe7\x04\x60\x2f\x3e\xc8\x76\x21\x1f\x96\x04\x17\xcf\xec\x3c\x4f\x06\x6b\xd9\xfb\x22\x5c\x09\x53\xe4\x50\xed\x2a\x95\xfc\x40\x73\x92\x8b\x79\x23\xd2\x8c\xc2\x3f\x58\xd7\x12\x69\xa3\x7d\x1c\x82\x4c\xa6\x08\x4d\xe7\xaf\x3a\xdb\x1a\xbe\x25\x88\x36\xb4\xb9\x25\xe9\x22\xf1\x6f\xae\x1d\x74\xf7\xd3\x70\xc4\xe7\x3c\xbf\xec\x21\xa2\x72\x1e\x9f\xb0\x54\x89\x5a\x55\xa6\xc1\xe3\xf0\xba\x2e\x9b\x95\xb6\xe3\x9d\xf1\xaf\xec\x9f\x29\x85\x2c\x70\x13\xb6\xd9\x7d\x55\xb6\xf9\x68\x48\x60\xb4\x03\x95\x73\x53\xd4\x84\xd3\x76\x2f\x95\x89\xe3\x97\x09\x79\xd6\x99\x2a\x03\x4f\xa5\x09\x95\xd6\x21\xaa\xdb\x1e\x6e\x23\xcc\x5a\x9a\xaa\x2e\xdd\xdb\x4a\x98\xb4\xc4\xa9\x4e\xdf\xda\x45\xe4\x31\x17\x06\xf0\x5d\xcf\xfd\xa1\x78\x20\x9a\xd7\xd7\x3d\x94\xf4\xab\x52\xee\x7f\x13\xef\xfe\xa8\x4b\xd8\x5f\xeb\xfc\x9d\x87\x22\xb7\x3e\xff\xac\x59\x9f\x7f\x2a\xac\xcf\xbf\xfa\x01\xd8\x3c\xf6\xf1\x14\x7c\x02\xe0\x6b\x67\x65\x49\x53\x87\x1a\x59\x26\xbe\xab\x91\x12\x64\x8c\xd6\x21\x99\x01\xaf\x20\x32\x97\x69\x96\xa6\x22\x85\x7f\xb0\x10\x24\xc9\x85\xca\x18\xc7\x19\x67\x12\x6f\xa6\x7d\xb1\x98\xfc\xed\x7d\xd0\x23\x06\x35\x1f\xb6\xaa\xd5\x38\x4d\x3c\x70\xe3\x8d\xad\x94\x4a\x39\x61\xe1\x45\xb7\xad\x93\x12\x1d\xe1\xf5\x77\x33\x1b\xb2\x82\x03\x91\x9b\x50\x64\x19\xfb\x3b\xef\x82\x88\x2d\x26\xca\x1a\x77\xc9\x55\xcc\x57\x11\x33\x91\xdb\xe5\x15\x66\x9b\x88\x69\xc8\x28\xf9\xeb\xef\xc6\x88\x79\xc8\x00\x05\xd5\x89\x09\xe2\x45\xc4\x9a\x82\xc7\xf3\x28\xe2\x7d\xc3\x4f\x8a\x3a\x8f\x37\x11\xef\x20\x2c\x36\x72\xa2\x6a\xd6\xbd\x17\x14\x0f\x04\x65\xfe\x8d\x4e\xa1\xfa\x2f\x0e\x68\x7d\xbe\xd7\x4f\x99\x7f\x9e\xfb\x55\xcb\x57\xd7\xe7\x5f\x0b\x00\x27\x86\x18\x8e\x64\x0c\x02\xf0\x5d\x66\x9e\x8a\x3d\x0d\xb3\xd2\xf2\xe7\x84\x03\x0c\xc1\x53\xfd\x86\x70\xab\x2b\x37\xb9\xd7\x38\x41\xe1\x8a\x75\x15\x59\xdc\x9e\xa0\x81\x34\x3d\x4b\x22\x04\x9a\xea\xd8\x20\x26\x49\x4f\xe2\x8a\xf4\x72\xf4\xb7\x90\x4a\x73\x9c\x0c\xa6\xb5\xb3\x48\xe6\x55\xdb\x90\xe6\xea\x78\x12\xd7\xa5\x31\xa3\x1e\x95\x18\x22\xf9\x96\xb0\xf1\x2d\x45\x4f\xe2\xc2\x0b\x1b\x63\xeb\xff\x93\x7b\x88\xc4\x8d\x91\xfa\xd5\x76\x49\x9b\x2c\x89\x90\x92\x34\x32\xa5\x6d\xbe\x7c\x20\x15\xab\xcf\x4a\x6f\x9f\x3e\x4c\x1a\x56\x7d\x2d\x23\x39\x35\x49\xca\xd7\xf0\x07\x28\xcc\xa4\xfa\xcb\x87\x32\xb6\xce\x01\xce\x4f\xfd\xa8\xd8\xcf\xff\xe0\x80\x74\xff\xe6\x80\x2e\xaf\x73\x0f\x94\x1c\x00\x8a\x07\x22\xfe\x3d\x00\x75\x09\x15\x55\xbc\x33\x00\x9f\xd8\xb1\x1d\xa1\x71\x00\x52\xfe\x1c\x7c\x9e\xab\x70\x55\xd5\x81\x67\xc9\x91\x03\x4e\x22\x8a\x25\x15\xcd\x97\xc8\x37\x6c\x96\xe5\x49\xc6\x5b\xc9\x39\x5e\x64\xe5\x06\x83\x87\x64\xaf\x08\x7a\xd5\x57\xba\x0f\xc9\x6a\xc9\xb2\x1a\x74\x5a\x5e\xe4\x33\xe7\x8b\x35\x23\xd4\x77\x90\x96\x6a\xdd\xb4\x9f\x2b\x87\x90\xd6\xda\xbf\x68\x61\x15\x5d\x49\x6d\xb7\x62\x74\x1b\xe5\xe9\x49\x35\x63\x95\xba\x81\x3f\xb9\x07\x59\x1d\x85\xdf\xdc\xc3\x2f\xdf\x43\xe9\x3f\xf3\x1d\x28\xbc\x83\xd8\xbb\xd5\x73\xe4\x22\x69\x3e\x31\xe2\xf7\x6a\x72\xb6\x74\xdc\xc6\x7b\xe1\x83\xf5\xf7\xa4\x4f\x3f\xcf\x05\xd2\xfa\xf3\xff\x31\xec\x1f\xf3\xdf\x57\xeb\xf3\x5f\xed\xbf\xe7\xbf\xf9\xeb\xbe\x9c\xa4\xf5\xbe\x24\xee\x00\x60\xb5\xa6\xbb\x16\xee\x09\xc0\xaf\x7c\x94\xcf\xa7\x13\x40\x3c\xe8\xf8\x05\x97\x3b\xf0\x52\x75\x0f\x27\xca\x46\x1e\xbc\x0c\x2c\x84\x3e\x98\xb6\xc2\x61\x8b\x2f\x92\xcd\x88\x5c\xd8\xee\xc6\x2e\x5d\xa0\xef\x4e\x7e\x1c\xf4\x4a\x7e\x46\xbb\x85\x3c\x12\xf3\x5a\x1e\x34\xf7\x91\x3b\xd3\x26\x15\x83\xd5\x4c\xc8\x79\x85\xdd\xca\x1c\xca\x40\x76\xa8\x1d\x56\x75\x53\xc0\x92\x8d\x3b\x5a\x54\x53\xe5\xe4\xc8\x46\x37\xc2\x55\x56\x29\xdc\x83\x14\x9e\x2c\xfb\x8e\x56\x55\x54\xd2\x91\xec\xb3\x48\xab\x14\xf3\xbb\x0f\x5d\xe4\x19\x72\xa4\xcc\xa4\xd8\x49\x10\x21\x4f\x48\xb0\x8a\xee\x01\x57\x60\x10\xdd\x2d\x74\x0a\xde\x41\x36\xaf\x14\xc0\xad\x7d\xbf\xd6\xff\xfe\xc6\x9f\xe7\x20\x25\x0f\xe6\xf7\xfc\xf7\xfa\x3a\x07\xb6\x9e\x87\x51\xbf\xe3\x6f\x0e\x26\x6d\x9d\x17\x88\x58\x9f\xfb\x46\x28\x00\x1c\x97\xd8\xf1\xd4\xcf\x0a\x80\xf3\xf0\x3e\x17\xd4\x1b\x00\x71\x07\xe6\x3a\xfb\x66\x00\xa5\x16\x0e\x65\x0b\x36\x28\xd7\xfb\xc8\x17\x88\x50\x84\x2c\x13\x07\xfe\x1a\xfd\x1c\x70\x70\x6c\x12\xb1\xd1\x49\x03\x75\x1f\x6a\x71\x5a\xcd\xc7\xa0\x10\x72\x46\xbc\x53\xfd\x1e\x9c\x8d\xe5\x90\x2c\x56\x3d\x47\x86\xac\x0c\x99\x10\xa5\x7e\xf2\x74\xe9\x19\x59\x50\xd0\x27\x4f\xd5\xed\x95\x05\x59\x43\xf2\xdc\x65\x61\x99\x6a\x99\x83\xe4\xfe\xfe\x59\x39\x92\xd4\x11\xf2\xe3\x7b\xaf\x65\x13\x24\x0f\x90\xaf\xbe\x64\x90\x6b\x14\x0f\x27\xbf\x9e\xbd\x2c\x93\x2c\x8e\x26\xdf\x5c\x3d\x2c\xa7\x25\x16\x00\x1c\xe4\xbb\x92\x07\x44\x24\x21\x03\x44\x85\x06\x85\xe2\x60\x0c\x62\xf8\x78\xfe\xe0\x60\x7e\xee\x83\x94\xf9\xf7\x4b\xbb\xbf\x39\xa0\xab\xec\x7f\x73\x40\xa5\xeb\x5c\x48\xd6\xfa\xf3\x10\xbb\xee\x43\xf0\xcb\xfb\x55\x9d\x94\x00\x36\xd1\x52\x51\xa1\x4e\x03\x70\x54\xec\xf2\x71\x7c\x00\x20\xda\x7d\x94\xcb\x86\x11\x40\xf1\x12\xdb\x45\x63\x19\x78\xa5\x5d\x7e\x76\x5e\xff\x21\x5c\x47\xaa\x70\xcd\xeb\x5c\x83\x46\x5b\x0e\x3e\x3a\x6d\x1c\x04\xa1\x7a\x85\x19\x35\xf0\x10\xe0\xbf\x43\x38\x57\x35\x18\x22\xc2\xe3\x85\x88\x2a\x9a\x60\x92\x80\x11\xdb\xa4\x78\x1c\x6c\x33\xaf\x89\x1e\x57\xf0\x85\x53\x25\x89\x92\x28\xd9\xb7\xc0\x5f\x53\x28\x21\x28\xdd\x09\xc7\x2f\x99\x48\x6e\xa5\x70\x0f\x14\xbf\x81\xf8\x7e\x60\x19\x25\x48\xc8\x8a\xad\x02\xd5\xd4\x61\x29\x45\xd1\x3c\xe0\xfc\x7a\x4e\xbc\x43\x64\x0f\x04\xa2\xf7\x0b\x7b\x09\x0f\x40\x0d\x68\x0b\xa2\x28\x1c\x0c\x65\x1f\xa4\x9c\x03\xc3\xf9\x7f\x73\x40\x4d\xeb\x73\xfe\xf2\xf5\xdc\xa4\xec\x80\x5f\x35\x61\xe4\x57\x0d\x7e\xf2\xab\xa2\xd6\xcf\x0b\xab\x14\x80\x4d\x28\x2a\x2a\x87\xb7\x00\x1c\x17\xe8\x13\xac\xfa\x00\x04\x0a\x0f\xd0\x98\x35\x02\xc8\x6d\x63\x26\x18\x52\x01\xa8\x9f\x61\xd3\xd2\xb9\x07\x5f\xf5\xf5\x4e\x17\x69\x27\xc0\x13\xf3\x6a\xce\x72\x8d\x7b\x70\xc7\x31\x89\x3b\x5b\xcd\x03\x86\x51\xb4\xdc\xbe\x2a\x51\xd0\xe3\x8f\xe0\x8d\x57\xe6\x83\xfc\x28\x06\x81\x0f\xf2\x8a\x70\x2d\xee\x02\xaf\x86\x5c\x12\xa4\x66\x07\x09\x5e\x96\x36\x83\xea\xc2\x30\x7e\x77\x49\x6f\xa8\xa8\x52\xe4\x0f\x97\xf8\x04\xe1\x4d\x77\x84\x98\x7e\x73\x0f\x16\xa0\x37\xe0\x2f\xba\x45\x4c\x15\xb4\xee\x37\x88\x72\x89\xb8\x81\xd3\xf3\x31\x61\x51\x61\x23\x88\x78\xe7\x24\xf8\x44\x68\x01\xd2\xbe\xec\x17\x64\xa7\xf8\x70\x28\xe7\xc0\xa3\xc2\xbf\x39\xa0\xd6\xec\x75\x0e\x88\xff\x6f\x0e\x28\xa9\xfb\x57\x0d\x5b\xdf\x27\xbc\xd7\x9f\x13\xfb\x75\x5e\xc6\x68\x3d\x37\xc6\x3a\x03\x80\x3d\x97\x6e\xa7\x59\x2c\x00\xff\xb1\xbd\x2b\x86\xb4\x00\xe2\xab\x07\x03\x75\xb7\x01\x28\xb7\xb3\xf8\x6b\x21\x00\xb4\xf5\xd8\x54\xd5\x17\x01\x8c\xb7\xb0\xc7\xa9\xf1\x02\xde\xaa\xe2\xb4\x84\xb2\x1c\x80\x7d\x2d\x87\xbe\x0a\x07\x8c\x79\xc5\x73\xdd\x56\x88\x87\xd9\x80\xd4\x73\xb3\xf2\x27\xe1\x75\x78\x0d\xd7\x09\xd9\x7e\x78\x14\xff\x8e\xbb\x4e\xfa\x05\xdc\xcc\x54\xe7\xa9\x91\x78\x0b\x4f\x0a\xa8\xb9\xa9\x29\xdc\x83\x98\x1e\x0c\xd6\xdf\xe3\xb1\x16\x35\x85\xeb\x2d\xc0\x13\x2f\x72\x12\xba\xbb\x07\x78\x66\x44\x0e\x40\xe9\x0d\x2c\xff\x7e\xa1\x51\xa8\x79\x38\xc8\x17\x2b\x48\x86\xe6\xe7\xad\xbc\x44\x4a\x2e\xd6\xff\xe2\x80\x6a\x72\xfe\xde\x07\xff\xc9\xc1\xf8\x5e\xf9\x55\x5d\xd6\x73\x62\x2c\x3c\x7f\x55\x5b\x11\x80\x63\xee\x5b\x6d\xb5\x6a\x01\xe8\x38\xa9\xa8\x0c\x4c\x00\xce\xb2\xd2\x69\xe8\xaa\x02\x88\x14\xef\x67\xd0\x94\x07\x90\x77\x3b\x52\xa0\x2e\x07\xa0\x36\xcb\x52\xab\x1a\x0c\x60\xd0\x79\x42\x4a\xc5\x16\xc0\x14\xd8\x74\x55\xb6\x02\xd8\xfa\x70\xf0\x28\xd1\x02\x38\x63\x39\x5e\x2a\xc8\x02\xc9\xab\xfd\xcc\x7e\xb9\x4d\x00\x01\x8f\x4f\xcf\xc8\xa8\x00\x2e\xa2\xf2\xcc\x43\xa9\x49\xc0\xc5\xd6\x9d\x99\x92\xe8\x01\x4c\x1a\xcf\x59\x7a\x89\x1d\xf0\xe1\x7c\x39\xa7\xa6\xf8\x56\x78\x5d\x2a\xc2\xf9\x4d\x34\x17\xc6\x2f\xf8\x72\x71\x0b\x77\xc2\x54\xb3\x17\xa7\xa9\xe0\x65\xf8\x76\xc5\xf8\xec\x07\xc1\x7e\x98\xb8\xd6\xc7\x79\x59\xe0\x3a\xbc\xbf\xb9\xcc\xf9\x93\x06\x54\x91\xa0\xfa\x49\xb9\x29\xe4\xfc\x17\x07\xc1\x6f\x2a\x5f\x4f\xff\xf9\x0f\x1f\x84\xb9\x52\xe9\x91\x84\x3f\x78\x10\x39\xed\xcd\x1c\xe9\x00\x46\x8b\x06\x1f\xf8\xa4\x01\x4c\x0f\x9b\x3e\x91\x38\x0a\xdf\x4c\x15\x1c\x30\x0a\x44\x18\x34\xbe\xe7\x99\xa8\xa6\x08\xae\x48\xf3\x88\x5e\x3d\x7d\x32\xd9\x20\x3a\xb3\xd0\xc4\x90\x5c\xa7\xf3\xb6\xf2\xb3\x65\x13\xf9\xa4\x96\x56\xbb\xb1\x83\x15\xe9\x8d\xba\xc6\xcd\xa7\xce\x06\xa4\x7a\x95\xf3\x63\x49\xae\x9c\xa4\x20\xa5\xd1\xf7\x38\xb7\x47\xa4\x28\x85\xe1\x15\x1e\xb7\xfd\xa4\x65\x79\x69\x7c\xb0\x23\x03\xd9\x4a\x8e\x9d\x70\xd8\x66\x33\xe6\x9b\x1c\x03\xc1\xd4\x4a\xf4\x9b\xa5\xfc\x0e\x82\x95\xd5\xd0\xf4\x9c\xc2\x39\x82\xbe\xf5\xfd\x49\x21\x85\x58\x42\xae\xd5\xf6\xe7\x46\x8a\x67\x09\x23\x16\xe1\xa3\x06\x8a\x8f\x08\x68\xf3\x80\xfb\x99\x4a\x48\xe2\x69\xb3\x2d\xb7\x55\x94\x86\x89\x66\x26\x9e\x83\x89\x2a\x54\x44\x39\xd3\x1b\xd7\xf2\x95\x43\x89\x75\x48\xc2\x8f\xf5\x2b\xed\xfa\xd5\x07\x19\xbe\x1f\x75\xf7\x0b\xd9\x9f\xbf\x3b\xb1\x97\xc9\x8d\x6c\x3b\x06\x20\x24\x27\x6b\xb7\x0b\xb3\xd1\x07\x65\x39\x25\xfb\x23\x4f\x01\x74\xc7\x54\x03\x59\xf3\x01\x90\x28\x2d\xc9\xd3\x33\x00\xc6\x37\xf5\x7b\x79\x2d\x00\x4c\x9d\x4c\x39\x25\x76\xc1\xbc\x59\xb7\x0d\x28\xec\x87\x7a\xd3\x4c\x0f\x06\x0d\x41\x10\x32\x36\x8b\x70\x42\x9c\x25\xcf\x1a\x16\x67\xd8\x98\x4e\x90\xed\xf5\x32\x2b\x69\x6c\x6d\x7f\xf7\xa1\x5e\x7d\xe0\xf6\x49\xd7\x7b\xa4\x4c\x95\xfa\x67\xc3\x6e\x92\xa4\x60\x25\xd9\x59\x1a\xb7\x72\x92\xac\xe2\x66\x0c\xab\x7b\x23\x29\x49\x41\x18\x37\xe5\xda\x40\xe9\xc7\x52\xb3\x7c\x11\xfe\x85\xdd\xd7\x59\x23\x45\x16\x7c\xbf\x43\xe4\x7b\x21\x45\x65\xc2\x66\xbb\xe6\x71\x84\xd2\x0a\x9e\x64\x5f\xf4\x64\xaf\xf2\x56\x02\xca\x06\xf9\x00\xaf\xcc\x4b\xb8\x6a\x09\x77\xec\x54\x7a\x08\xa5\xd6\x7e\x37\x0e\xa9\x08\x13\x39\xcc\x3a\xae\x1f\x55\x79\x4d\x94\x36\x63\xe9\xb1\x51\x59\x21\x06\x9b\xec\xfb\xb3\x0f\x52\x3f\xe7\x9c\x4c\x8f\x64\x79\xa9\x49\x1b\x1c\x84\xc8\x05\x59\x1d\x06\x49\x00\x99\xef\x32\xbb\xf7\xfb\x03\xa8\xbf\x93\x2f\x3c\xe2\x08\xa0\x5f\xa4\x7c\xe0\xb8\x20\x80\x31\x8d\x46\x02\xc7\x17\x00\x0b\x71\x9d\x6c\x1e\x71\x00\xf3\x33\xc6\x04\xf1\x2b\xf0\xcc\xf2\xba\x65\xa9\xd2\x26\xc8\x30\x6f\x77\xbb\xaa\xb5\x19\x4e\x9b\xbc\x09\xbd\x8e\xf8\x4a\x6e\x44\x86\xa7\x67\x5b\x16\x90\x35\xf4\x85\x2a\x2e\xd8\xdd\x27\x7d\xd5\x56\x6f\x57\x72\x56\x24\xf1\x6a\x8c\xdf\xd9\xe9\xb9\x44\x62\x56\x75\x19\x6f\xf6\xc4\x92\xe8\x95\x9e\x7e\x79\xe4\xb5\x93\xf8\x52\xb1\x15\x3b\xe9\x3d\x40\xaa\x92\x27\xe1\x37\xbb\x14\x61\x55\x15\x94\xf1\x47\x5d\x84\xe7\x16\x14\x1f\xe2\x37\xbb\xbe\x98\x8e\x51\xa2\xc7\x87\x3b\x0d\xbc\x2a\x50\x6e\xc4\xa3\x9c\x71\xcf\xea\x94\xa3\xf1\x18\x87\xcd\x8f\x76\xab\x3c\x23\xd0\xd9\x7f\xbd\x3b\xa1\x7a\x86\x60\x6c\xdb\x7b\x03\x54\x2f\x11\xaa\xac\x2b\xfa\x45\xd4\xb4\x08\x7d\x56\x84\xab\x08\xb5\xa7\xc4\x6d\x16\x39\x9d\x63\xea\xc6\xc4\x7d\x16\x26\x1b\x7c\x14\x55\xb7\x14\xdb\x7f\x71\x10\xc2\x89\x52\xb0\x9b\x09\x40\xbe\x40\x7a\xea\xc0\x71\x00\x8d\x65\xf9\xa6\x23\x2f\x00\x0c\x57\x94\x19\x58\xcf\x00\x98\xf6\xa9\x2e\xb3\x27\x01\x58\x59\xe8\xf8\xf0\xea\x02\xd8\xd0\x23\xaf\x48\xec\x80\x11\xcb\x6f\x96\x18\xa5\x12\x70\xb2\x24\xb8\x9a\xe9\x2c\xc1\x61\xd3\x95\x10\x24\x72\x96\x1c\x6a\xac\x91\x7a\xdd\x46\x92\xf4\xdc\xf0\x52\xf9\x1b\x97\xc7\xa4\x14\x9d\x8c\x8e\x9d\xa8\x01\x4a\x1f\x88\xb7\xd4\xf8\x5e\x46\xf8\x16\x10\xfb\x94\x5d\xbe\xf6\xfa\x8a\x10\x5b\x95\x36\x63\x2b\x7d\x0d\x28\x5c\xd4\xf2\xbc\x62\x30\xae\x03\x55\x38\x5b\xaf\xf4\x12\xf7\x02\x15\xfb\x36\x51\xb9\x03\x47\x72\x5b\x7e\x11\xa2\x52\x8b\x37\x70\x3d\x30\x02\xaa\x03\xf8\x58\x17\x81\x7b\xd9\x6a\xaa\xf8\xb7\x8e\x03\xb7\x88\x6a\x33\x04\x7a\x87\xe2\x81\x4a\xf5\x74\x82\x80\x7d\x6d\xef\x4b\x0d\x26\x82\x87\x2d\xb1\xab\x44\x63\x17\x61\xc4\xea\xf5\xa5\x2b\x1a\x76\x44\x1e\xf3\xfa\x8d\x7d\x81\xc2\x41\x30\x1d\x92\x9a\xa4\x8e\xde\xe0\x20\xc4\xa7\xc4\x77\x32\xc8\x00\x28\x72\x4a\x4e\xed\xd7\x07\xd0\xcd\x91\x66\x3c\x34\xfb\x07\x0f\xb2\xa2\xf4\xf4\x54\x3d\x80\x6d\x9e\xb6\x3b\xef\x67\x00\xfb\x2a\x84\xa8\x84\xf7\xef\x1c\x29\x8a\x37\xe8\xbb\xf9\x78\xf0\x41\x93\x0e\xb2\xbb\xc9\xa1\x94\x10\x1b\x34\xe9\x3a\x82\xb3\xbc\xc2\x75\x81\xc4\xa1\xfb\xa9\x43\xdc\x9b\x91\xf8\x42\xd3\xfd\xde\x01\xdf\x7c\xa2\xa7\x9a\xca\x1b\x87\x80\x2a\xa2\x84\x72\xeb\x62\x56\x60\x2f\x85\x8b\xc2\x1f\x53\x7c\x8a\x5d\xf3\xd6\xfd\xfe\x4c\x99\x06\xc7\xea\x4d\x33\xad\xaf\x62\x84\xd3\xf2\x6a\x9c\x78\xaa\x7a\x09\x17\xe5\x49\x1a\x73\x50\xdb\x86\xc3\xba\xd3\x0d\xcf\xa9\x27\xe3\x4f\xa2\x7c\xef\x74\xab\xbf\xc2\xbb\xbb\xa6\xdc\xd0\xd5\x88\xc7\x5f\x76\x1e\xbd\xd6\xa1\xf1\x8a\xb0\xc5\x31\xac\x2b\x59\x33\x86\x60\x61\xf7\xad\x43\x55\xf3\x29\x21\xc3\x16\xd5\x76\x5e\x4b\x8b\x70\xdd\x86\x7a\x83\x8f\xa2\x26\x8b\x73\xff\xe4\xe5\xce\x4a\xb3\x6f\x35\xff\xdf\x1c\x04\xc5\x8b\x61\xb6\x4b\xa6\x93\xe9\x2e\x80\xcd\x47\xa5\x1e\x76\x17\x00\xc7\x36\x0d\x33\x1e\x24\x80\x13\x4e\xff\x8a\xf8\x7e\x98\x70\x68\x36\x53\x54\x2a\x01\x19\xdb\x61\x87\x78\x7d\x03\xf2\xa0\x55\x85\xff\x7d\x73\x53\xb2\xb0\x69\x7e\xf2\x73\x7b\x34\xa9\x02\xc9\x59\x26\x8a\xb2\x22\x51\xeb\x05\xb5\x2f\xf8\x94\x13\x53\x34\xd1\xf7\x0d\x03\x22\x09\x68\x75\xfa\xc9\xe9\x90\x2f\x04\xac\xf2\xe7\xe5\xfc\x60\x32\x71\xaf\xf2\x19\xcc\x40\xd0\xc2\x4a\xb0\xb2\x3d\xd6\xca\xbf\xe1\xf3\x67\x15\x5f\x6c\x9b\x9f\xc7\x64\x9b\xea\x27\x2c\xd1\x57\xe7\xf9\xb0\xba\x36\x8e\xd1\x57\xfe\x51\x94\x46\x13\x0e\xe9\x73\xe6\x9e\x90\xe6\x31\x5c\x9f\xe7\xf5\x1b\xb2\x9a\x24\x3c\x8b\xbb\x79\x5f\xb4\x96\x0f\x3e\xdd\xd5\xa9\x3b\x52\x7b\x13\xfe\x96\x33\xa9\x83\x53\x5b\x85\x70\xc4\xd1\xb7\xa5\x5a\xfb\x23\xc1\xdb\xee\x7d\x23\x9f\x8e\x35\xa1\xcb\xa6\x7b\x83\x8f\xa2\xc9\x17\x7b\xfe\x93\x83\x68\x97\xe4\xa4\x91\xd9\xe0\x20\x28\xb9\x18\xea\xc9\x62\x3d\xfb\x19\x00\x0c\x55\xc4\x77\x30\x12\x36\x78\x10\xfb\x1a\x85\xde\x53\x01\x1b\x5c\x8c\xeb\x88\x6e\xb7\x18\x3d\x7c\x72\x95\x35\x2e\x54\x9c\x07\x46\x87\x28\xfb\x53\x88\xd3\xe4\x2c\x1b\x8c\x6f\x9a\x15\x03\x69\xce\x82\x27\x51\xd3\xf9\x3e\x49\xdd\xe8\x7d\xa9\xae\x97\x24\x31\x53\x7f\xbe\x7d\x21\x50\x9e\xb0\xa8\xad\x3b\x7c\x34\x6c\x3f\x21\x48\xdd\xe5\xbd\x61\x04\x91\xa0\xa5\x72\x1e\x4d\x13\x19\x4a\xf1\x46\x2d\xac\xa8\x48\x62\x8f\x05\x16\xcd\x18\xab\x7e\xc4\xca\x06\x56\xbd\xda\xa6\x1e\x84\x8d\x0a\x78\xf1\x58\x58\x93\x06\xfb\xc2\xdf\xe9\xfe\x09\x2d\x4e\xdc\x71\x5f\x32\x85\x87\xea\x3f\xa1\x5d\x8d\x1b\xf6\x3a\x76\xd5\x5a\x47\x0b\xcf\xe3\x9e\xd2\x71\x45\x97\x15\xef\x88\x12\x6c\x8b\xd2\xe5\xc5\x8f\x3b\x2f\x37\xa9\xea\xbe\x24\x30\x38\x19\xd7\x1b\xe8\x9d\x21\x58\xda\xaf\x6d\xf0\x51\x34\xb5\xa2\x01\x3f\xcf\x89\x55\x91\x3a\xda\xfd\xff\xe6\x20\x34\xfd\x84\x5a\xf6\xac\x6e\x70\x10\xb6\xe3\xe2\x85\x47\x9f\x00\xb8\x54\xc9\x87\xb1\x8b\x02\xb8\xd7\x29\xb7\x70\xd1\x02\x78\x72\xe9\x44\x88\x33\xc0\x37\xf7\x61\xe4\x67\xc5\x2f\x40\xef\x22\x60\xdb\x87\x94\x25\x87\xda\xef\xf0\xd2\xb7\xde\x4b\xaa\xb3\xd2\x8c\xf7\x46\xed\x25\xe2\x4c\xec\x4a\xd2\x7d\xaf\x12\xe5\x0c\x9e\x76\x6c\x0a\xe1\x21\x94\x6a\xf7\x3f\x88\x89\x98\x26\x6c\x55\x2f\x9d\x19\x8b\x09\xc6\xaf\xa8\x32\xa2\x4f\xc4\x88\x52\xf2\xc2\xbe\xd4\xa8\xa9\x60\x4c\xc3\xae\x4d\x6e\xd1\x60\xc7\x74\x86\x16\x3f\x3b\xa0\x79\x13\xf3\x2d\x04\x86\x89\xda\x07\xb1\x6e\x41\x05\x94\x9c\x30\x0a\x0f\x75\x35\x50\x77\x10\x97\xef\xb3\xa5\xc3\x5f\x2f\x1f\xf7\xd6\x4b\xa5\xed\xb5\xde\x33\xbc\x88\xfb\x7c\x63\x9c\x81\x1a\xde\x1b\x95\x5f\xa7\xa6\xff\x09\xbf\xe8\x7c\xa3\xfa\xa4\x81\x34\x41\xc5\xf1\xe8\x8f\x3e\x48\x5c\xfb\xb9\x2f\x30\x4b\x71\x53\x07\x6f\x78\x10\x84\xf7\x08\x8b\xd0\x8b\xff\x07\x07\xd1\x29\xfc\x94\xb1\x10\xc0\xfe\xa6\xc8\xd3\xc3\x0b\x00\xee\x3b\xa4\x03\x4e\x72\x00\x78\x8b\x2a\x19\x73\xed\x06\xf0\x75\xd4\x5c\x10\x9d\x80\x55\xef\x38\xc3\x15\xc5\x40\x60\x46\x85\x5a\xe7\x22\x2c\xc9\xb2\x8e\x9c\x9e\xd4\x76\x92\xa4\x78\x1b\xbe\x98\x20\xf7\x04\x62\x8b\x69\x67\xf1\x87\x80\x21\xc2\x73\xc3\xd9\x0e\xbb\x88\x1d\x84\xa3\x3a\xbe\x8f\x8e\xc7\xac\xe1\x63\xd4\x07\x3f\x3f\x4f\x38\x43\xe1\xa2\x96\x18\xd5\x2a\xd0\xfb\x62\x75\x67\x12\x34\xa4\xd1\x85\xd1\x61\x13\x56\x9a\xd3\x18\xc6\xc8\xfc\x91\x73\xda\x13\x98\x94\xf0\x91\xbb\xfb\x74\x0f\x62\x3e\x86\xf1\xdf\x90\xd5\xfd\x8e\xd5\x0d\xd9\xd2\xeb\xa3\x67\x80\xdb\xef\xef\xdf\x79\x4e\x3f\x0e\xa7\xe8\x97\x42\xe1\xa1\x1a\xfd\x0c\x6d\xf0\xbb\x3d\xcf\xd7\x65\x1a\x7e\xc0\x4b\x79\xd8\xd7\xb0\x18\x4a\xe3\x27\x5d\x0a\xaa\x72\x0c\xfa\x09\xbc\x8e\x3f\xdf\x22\xc5\x57\x7e\xf6\xe1\xb4\xc4\x23\x6a\x57\x80\xd3\x20\x3c\x4e\x7b\xef\x8f\x3c\x08\x29\xc1\x2d\xbb\xcd\x00\xf4\x2a\x04\x34\xf7\x54\x02\x58\x6d\x17\xd2\x65\x54\x07\x70\xd1\x17\xb5\x39\x7a\x1f\xc0\x2b\x4b\x5c\x8b\x05\x0b\x10\x70\x52\xee\xed\xd9\x49\x80\x20\x1f\x75\x3e\x91\x16\x58\x09\xa0\x31\x30\x50\xa2\x87\xb3\xde\x28\x8b\x55\xc4\x76\xd2\xaa\xcb\x25\xb7\x34\xc7\x79\xd2\x51\x3b\xae\x18\x71\x1f\x69\x22\x9f\xf9\x97\x22\x9f\xd0\x04\x82\x1f\x62\xb9\x43\x22\x5a\x13\x9f\xa8\xcb\x33\xf2\x39\xd1\x1c\x77\x57\x43\x67\xee\x7b\xaa\x30\x56\x57\x0d\xb5\x26\x90\xa8\x40\xc9\x0b\x9b\x54\xd5\x6a\x5f\xfb\x14\x3f\xf2\xf4\xb5\x8e\x32\x3a\x39\x56\xe4\x5e\x93\xee\x08\x46\x26\x92\x70\xd3\x5d\x5f\x04\xe3\x1b\xa9\x70\x8d\xc7\xe0\x20\x06\x1f\x96\xd8\x39\x6f\x10\x82\xed\x0b\x62\xb9\xa4\x69\x18\x8a\x3b\x1c\x40\xd7\xf4\x04\x51\x8b\x93\xf1\x37\xac\xd7\x44\x32\xe2\x3a\x7c\x1c\xaa\x45\x90\xab\xf8\x5d\x5e\xbb\xcb\x92\x8d\x86\xf0\xd6\xee\xaf\x4b\xdc\x8d\x6c\xf1\xb7\x5c\x7f\xbe\x2d\x8b\xfe\xf4\x56\x53\x38\x88\x7f\x7a\x10\x54\xad\x04\x35\x18\x78\xff\xe0\x20\x76\xf3\xb9\xed\x17\x03\x70\x1b\x14\x4c\x3d\xb4\x06\xe0\xff\x46\xdc\x80\xf5\x36\x40\xa8\xbb\x4c\xd8\xd9\x9d\x00\x11\xfe\x2a\x34\xc2\xa7\x01\x1b\x96\xa2\x5b\xae\xb4\xf9\xb7\x37\xe8\x35\xaa\xc9\xc5\xdb\x59\x8a\xf8\xc9\x21\x20\x72\x8f\x9f\x1e\xe1\x81\xe5\x50\xc1\xa7\xc8\x53\xf8\x59\x23\xdd\x0e\xf9\xf8\x47\x38\x9c\x6e\xd9\x13\xe3\x54\x69\xdc\x29\x0d\xbe\xa5\xf3\x99\x87\x16\xd7\x34\x2a\x56\xe5\xd2\xdc\x3f\x60\xb4\x08\xab\xcd\xa9\x89\xcf\x79\x74\x07\xd7\x0e\xa4\x14\x52\x78\xa0\x9b\x18\x83\x31\x34\x2a\x7e\x3b\xc5\x8f\xd4\xe5\x84\x48\xc6\x34\x46\xbc\xa1\xe4\x84\x35\x71\x23\x3f\x61\x47\x83\xcc\xea\x32\x8d\x1e\xe1\x8e\x07\x44\x57\xb5\x19\x73\xe0\x2e\xf9\x3c\x2e\xa7\x35\xf1\xc4\xf5\xfa\x0c\x94\xe8\x1a\xcf\xe1\x95\x3d\x6e\x17\xf1\x18\xdb\xe2\xaf\xba\xfd\xb4\x2d\x0a\xf3\xfe\xe8\x03\x65\xfe\xcf\x2d\xc2\x9f\xbf\x5d\x1a\x40\x72\x8c\xdf\x9b\x6e\x1c\x40\xe3\x21\x7f\xcc\xee\x77\x00\xa6\x6c\x3c\x9d\x7b\x18\x36\x38\x08\x6f\xb4\x80\xc4\x61\x73\x80\x50\x27\x11\xef\xe3\x46\x00\x31\x85\x12\x36\x1c\xd1\x00\xb1\x8d\x8a\xcc\x82\x16\x00\xb1\x77\x34\xeb\xe4\xef\x83\x58\x44\xa9\xd1\x6b\xc3\xfb\xa4\x25\xbf\xe3\x0e\xaa\x4e\x75\x44\x4f\x17\x8d\x90\x6f\x41\x6b\x04\x15\xeb\xf9\x7c\x44\x6c\x06\x7e\xaf\xf1\xd4\x15\xf1\xd4\xcf\xb8\xfd\x7a\x71\x63\xcf\xb2\xf7\x60\x05\x35\xc5\x97\x85\xf3\x86\x3f\xca\xea\x20\x56\x68\x72\xc6\x5f\x2e\xeb\x7d\x59\x71\xca\x61\x7e\xe4\x6b\x50\xb6\x9a\x90\x3e\x75\xbb\x03\x21\xbe\x26\x90\x2a\x75\x4d\x0a\xb9\xbc\x36\x92\x34\xd4\xd9\x67\x94\x87\xbe\x1c\x17\xda\xa2\x6a\x12\x80\x91\x8f\x1e\xaf\x7f\x63\x5a\x8d\x69\x8c\x7c\x5c\x43\x36\x0d\xc6\x3a\x84\x86\x55\xf6\x9a\x96\x62\xa7\x82\x0a\x4a\xa5\xcd\x24\x70\xba\xfe\xf7\x0b\xe9\xcd\xc6\x71\x9d\xbe\x7c\xf9\x5c\xa6\x24\xbc\xa2\x27\x73\x76\x8f\x59\x3e\xbe\x1e\x25\x0d\x40\x15\x25\xf8\xf3\xbc\x60\x1e\x11\x52\xa2\xee\x03\xe0\xef\xe0\x8d\xd9\xc1\xbd\xe1\x41\xd0\xb9\xc7\x7d\x7f\x97\x3f\x80\xf5\x26\xee\xa4\x3d\x6e\x00\x28\x5b\xce\xf0\xbd\xea\x00\x81\xf6\xdc\x87\x0e\x4c\x02\x44\x8b\xf2\x1f\x3b\xc6\x0c\x90\x1c\x20\x7a\xe4\x54\x09\x40\xda\x69\xd9\xed\xfc\x54\x00\x29\x8f\xd4\xfb\x15\x1e\x81\x62\xe2\x71\x43\x2e\x43\x1d\xd2\x83\xd0\x5d\xb6\xcf\x5c\xde\x12\xde\xbb\x77\x07\x9c\x08\x07\x7c\xbe\x3d\x7f\xee\xee\x64\x6a\x9c\x98\xe9\x6c\x87\x7b\x76\x0b\xa6\x57\xbf\x60\xbc\xa3\xf0\xeb\x5c\xb7\xee\xd9\xc5\x2b\x25\x05\x13\x1a\x06\x33\x4b\xc5\x45\x91\x8f\x6e\x23\xd5\x97\xed\x0a\x78\x6e\xb2\x1a\xa7\xaf\xf8\xe5\x86\xf5\xf6\x98\x3c\x58\xd5\xcd\x3a\xd1\xde\x64\xa6\xb7\x76\x2a\xad\xf3\x5f\xf9\x58\x28\xcb\x2f\x68\x62\x1c\x6b\x99\xaf\xa5\x05\x66\x34\x32\x92\x92\x8f\x95\xf7\xc9\x4a\x0a\xfb\x3d\x68\x24\xa7\xc8\x12\x8d\x73\xf4\x6f\xc8\x90\xb2\x2a\xc0\x8d\xfb\x34\xa5\xef\xb4\xbc\x8b\x57\xf1\x74\x06\xd8\xa2\xc6\x4f\xfa\x79\x4e\xe4\xf1\x27\xd0\x58\x01\x08\xac\xf1\x0a\xef\x50\xfc\xb7\x07\xc1\x6e\x99\x7d\x90\xae\x79\x23\x0f\x22\xd2\xfb\x6c\xf0\xfe\x7d\x00\xc9\x21\x3c\x3b\x8f\xf4\x02\x64\xd3\x0b\x5a\x9f\xdc\x06\x70\x9e\x49\x3c\x97\x8b\x15\x20\xff\xa5\xa2\xab\xf4\x13\x30\xcc\xe2\xd2\xb5\x30\x50\x20\xf5\x27\x3c\xb0\xf8\xea\x3a\x49\xd0\xf7\xe3\xf0\x52\x8e\xe9\x44\x8b\xba\x78\xa5\x8f\x65\xe2\xbe\xfa\xdb\xca\x34\xeb\x17\x1d\xfc\x90\x63\x66\xf6\x88\xab\xe2\xc4\x6b\x7b\xa4\xfa\xfc\xad\x9a\x80\x61\x84\xa9\xd9\xc2\xbb\xca\x87\xfd\xef\xcd\xbf\x2e\x92\xca\xe2\xba\x4a\x2d\x99\x96\x91\x85\x2f\x9a\xc7\xad\xb9\x57\xfc\xf2\x06\xea\x4d\xac\xaf\xaf\x06\x65\xfd\x3f\xc2\xfe\x3a\x2a\xaa\xf7\x7b\xff\xc7\xc7\x42\xec\x2e\x44\x52\x90\x90\xee\x1c\x66\x86\x18\x60\xe8\xee\xee\xee\xee\x2e\x03\x41\x44\x41\x40\x54\x54\x2c\xc4\x00\x51\x11\x51\x11\x11\x05\x95\x50\x50\x10\x03\x45\x44\xa4\x67\xe6\x9c\xb3\x7f\x0b\x98\x31\x9e\xaf\xf7\xe7\xf7\xfd\x6b\x2f\x5c\xb8\x16\xfb\x3e\xe7\xbe\xcf\x99\xb9\x1e\xfb\xba\x72\x2a\xf2\x9d\xa8\xd3\x1c\x79\x2d\x27\x6e\x39\x9b\xcd\xa8\x66\x3a\x31\xfd\x70\x8e\xa4\xb9\x64\xcc\x3a\x26\x27\x30\xfd\x70\xf2\x8e\xbb\xd8\xcd\x1d\x8c\x49\xc8\xd9\xe1\x7c\x93\xaa\x12\xb1\x25\x8b\xc5\x39\x9a\x7a\x36\x54\x29\xad\xdc\x25\x90\xda\x17\xfc\x06\x60\xcd\x73\x09\xff\xf9\x75\x10\xd2\x15\x9f\x59\x99\x05\xa0\x58\x2d\x2a\xbc\x3a\x0e\x40\x4f\x50\x98\xb2\x96\x05\xc0\xb6\x9b\xaf\x6b\x0d\x1b\x80\xdf\x16\x9e\xeb\xab\x91\x3f\x79\x10\x99\x87\xf6\x7e\xdf\x48\x02\xc8\xbf\xb2\x6f\x6c\x6b\x1d\xc0\x89\x75\x62\x2a\x1c\x1d\x7f\xf2\x72\xca\xcb\xd4\x58\x95\x88\x10\x50\xaa\xac\xab\x6d\x64\x86\xd6\x1d\xf9\x66\x79\xdb\x47\x64\x72\x4f\x8a\x9b\xd7\xf7\xd4\x55\x1f\xa6\xc2\x56\x26\xfd\x2c\x6c\xed\x0a\xf3\x3b\x5c\x3e\x7b\xd2\xa8\xad\xdc\x63\x73\x53\xd9\xe9\xda\xe6\x72\xa7\x86\x8f\xed\xe7\xf5\xea\x8a\x9c\x6f\x8c\x89\x54\x19\x5c\x2a\x75\x93\xfd\x79\xb1\x72\xc5\x99\x72\xf7\xaf\xe3\x43\x65\xfb\xcb\x96\x7b\x5c\x9a\xd0\x3f\xce\x5e\x5c\xea\x29\x33\x19\x5d\x98\x59\x70\xc3\x13\x3f\x75\xf7\xd0\xee\xc3\x85\x5e\x9b\xa7\xb7\x1c\xa8\x3c\x30\xe2\x29\x37\xc3\x9f\xe5\xc8\xf4\x81\xc9\xc8\xf3\xf4\x99\x3d\x9b\x44\x49\x59\xe6\x55\x3f\xc7\x92\x20\x9c\x90\xe1\x75\x78\xae\x31\xfa\x7c\xc2\x37\x0f\x84\x8a\x8f\x30\x8a\x1d\xf1\x18\xa5\x3e\x0c\xb9\x0a\xb0\x49\x4c\x74\x81\xa7\x65\xea\xff\x78\x03\x61\xd2\xaa\xcf\x00\x46\xdf\xf8\x28\xab\x3c\x01\x5c\x47\x78\x54\x57\xdd\xfb\xe3\x83\x90\x06\x2c\x97\xe7\x7f\xff\xc8\x11\x8e\xe5\xab\x0b\x00\x4a\xc6\xb8\x97\xaf\xcf\x05\xa8\x3a\x2f\xb0\x6a\xc7\x4b\x80\x4b\xb2\x62\xb7\x79\x75\x00\xae\x8c\x28\xde\x95\xe3\x81\x1b\x57\x14\xd4\xc5\x74\x2f\xcc\x26\x9c\xd9\x6e\x2c\xe0\xd9\xf8\x31\xb2\xf0\xb3\x4b\x66\xf2\xd9\xe7\xd9\xe9\x05\x11\x4d\x45\xec\xf7\x1a\x63\xa5\x0a\x64\x4e\x5d\xaa\xdd\x1d\x76\xed\xc6\x93\xf3\xbc\x17\xb8\x02\x0f\xf4\x70\x5d\xea\x2f\xbf\x1b\x20\x3b\x4a\xba\xd4\xcb\xcc\x03\x3a\x22\x1e\xd8\xfb\xf3\x75\x65\xd4\x81\x9e\xc0\xd6\x5f\xba\x27\xa3\xb3\xaa\x82\x28\x13\x45\xc5\xd5\x19\x19\x81\x4a\x93\xaf\x0b\x0a\x93\xf9\x83\x38\xa7\xba\x0e\x89\x25\x72\x05\x1a\x4e\x37\xe7\xd4\xc5\x94\x06\x1d\x9d\xd1\xca\xe2\x8e\xb9\x14\xd0\x3a\xbb\x21\x75\x38\xfa\xa8\xff\xd4\xec\xd9\xa4\x9c\x28\x82\xdf\xd7\x39\xb3\x38\xf7\xb0\x43\xfe\xd6\x73\x43\x51\x83\xc1\xa6\xfe\xb6\xd4\x88\xb0\x21\x00\x5e\x4c\xcc\x7f\x85\xd0\x1f\xfd\x5f\x73\x1d\x7f\x22\x6b\x21\x80\x8d\x21\xcf\x72\xd6\x7c\x00\xaf\xe1\xe5\x11\xb8\xbf\xe6\xdf\x99\x73\xbf\x4c\xfd\xf7\xc2\xa5\x25\x0b\xf3\x0a\xd7\x1d\x39\x5f\xaf\x7f\x09\x70\xa7\x4c\x70\xfb\xee\xcb\x00\x4d\x17\xa4\xc4\x45\xd4\xb1\xad\x4d\x39\xaa\x63\x5a\x07\xbf\x7e\xbb\xb9\x96\x32\xe4\x1a\xf0\x7a\xf7\xf9\xab\x76\x92\x71\x97\xee\x79\x95\xf4\x06\xde\xc8\x87\x2a\x9b\x83\x3b\x32\xf1\xa7\xf1\xc7\x2e\x67\x4a\x9e\xa3\x5c\x5c\x7e\xc0\x38\xf9\xd9\xd3\x0d\x57\x0d\xd2\x4a\x13\xe2\x47\xdc\x6a\xf5\x92\x83\xe3\x43\x46\x69\x17\x33\x13\x7e\xc5\x99\x8f\xc1\xd9\xf4\x38\x8d\x38\xd5\xf1\x8b\xe5\xf4\xe8\xbb\xb1\xc9\x13\xb6\xc7\x5b\xa2\xae\x47\x27\x4e\xc6\x1d\x95\x8b\xf4\x8a\xd2\x9c\x8a\x3e\x3c\xc2\xcc\xbf\x09\x0f\x0a\x6b\x9e\x21\x64\xe9\x85\xd8\x85\x37\xcc\x1a\xa7\xc4\x85\x70\x84\x29\xcd\xd6\x27\xf1\x07\xaf\x0d\x95\x9c\x33\x89\x4b\x08\x22\x84\x64\xce\xdd\x8e\x1e\x0f\x68\x0d\x11\xa3\x6a\x45\xa8\x01\xf0\xbb\x0b\xcc\xae\x30\x03\x50\xdc\xc5\x8f\xac\x74\x02\x30\x14\xe4\xc4\xad\x68\x01\x70\x5c\xb3\x22\x63\xbe\xbf\x30\x86\xee\x99\xb9\x6b\xb1\x16\x17\xe2\xfe\xe1\x20\xea\x0e\x33\xf4\xaf\x82\xe5\x22\x0b\x73\xb0\xdb\xb9\x9a\x36\xde\x00\xe8\xaa\x17\x39\xc2\xb7\xfd\x67\x73\x47\xa4\xa2\x3b\x21\xa7\x6f\xe3\xe3\x73\x64\x37\xfb\x15\x8f\x1e\xdf\xf9\x61\x81\x85\x3f\xbc\xb2\xe9\xda\xa4\xf7\xd3\xdc\x03\x45\xcb\xab\x5e\x24\xc5\x9f\x8c\x4d\xef\x3d\xb5\xa4\xc2\xe5\xec\x85\xd8\x77\x65\x22\x0f\xd9\x2e\x28\x87\x19\x97\x14\x7c\x69\xba\x18\x17\x5c\x5b\x3c\x36\x96\x5a\x55\x18\xdc\x5c\xa0\x31\x2e\x74\xca\x35\x28\xe8\xb0\xc8\xaf\xbe\x12\xaf\xc0\xf4\x03\xb8\x49\xc5\xa2\x8d\x01\x27\x72\x0e\x4d\x99\xe5\xdb\x05\x04\x65\xfa\x4c\x0b\x1e\x28\xf2\x7b\x96\x6e\x3a\xe3\x96\x19\xe8\xc7\x9f\xda\x36\x03\x69\x4a\xbf\xb9\x8f\xe3\x49\x2f\xe7\xc4\xe2\x8d\x98\xdc\x87\xf7\xcf\xb8\x21\x2a\x5b\xa4\xbf\x57\x58\x5c\x3c\xb5\x2a\xb4\x02\x40\xb0\x80\xff\xe4\x8a\x08\x00\x82\x25\xb7\xe7\x8a\xfb\x00\xa6\x92\x6b\xc6\xe6\xfb\xf1\x1e\xc4\x59\xe1\xfe\xca\x41\x60\xea\xdf\xcc\xb9\xd7\xba\x02\xdc\x3f\x7e\x10\xdd\x6a\x8b\x75\x28\x6d\x17\xb6\xe2\xe2\xb4\xe7\x67\x07\x01\xd5\x3d\xda\x43\x72\x03\xe6\xb2\x56\x0a\x9f\x9e\x93\x7a\x46\xd4\x39\xcd\xd8\xeb\xd7\xbc\x28\x35\x39\xe8\x47\xad\xe8\x6a\xb9\xeb\xd6\x9f\xba\x34\xb3\xa7\xf1\x58\xcc\xcd\xa3\x5e\x51\x6f\xef\x98\x97\x4c\x94\xc6\x05\x38\xdf\x8e\xbf\xbf\xa6\x42\xd4\xa3\xb7\x4e\x6f\xa8\xa9\xb2\xde\xed\xd1\xb5\xe7\xe3\xbe\xe5\xd1\x6e\xf1\x17\x2b\x27\x78\x8f\xfb\xb9\x59\x9e\xed\x9c\x2c\x2a\x68\x74\xe7\x2f\x77\x9d\x3a\x74\xe8\x9a\xdb\x68\xe9\xb6\x69\x97\xdc\x11\x37\xf7\x63\xb7\x66\xd2\x32\x74\xdd\x8d\x0a\x47\x67\x4e\xa5\x3f\x71\x97\xca\xdf\x34\xeb\x99\x5c\xe8\xfa\xfd\xe0\xf3\x39\x93\xb8\xbd\xae\xab\xf2\x66\xe6\xa6\xa2\xb8\x5d\x2a\x72\xe8\x54\xf7\xf0\x7d\x2e\x45\x59\xc6\xd4\x67\x21\xce\xce\xcf\x33\x66\x69\x8a\x81\x92\x00\x12\x7e\x9c\xfe\xcb\x6e\x03\x90\x56\xaf\xe5\x9f\xef\xc3\xfe\xe8\x62\x3f\x4c\x0e\x84\xb9\x0f\x2a\x18\xf3\xdf\x37\x92\x99\xd7\x1f\xf7\x0f\x07\xb1\x38\xff\x38\x97\x36\x95\xb6\x89\x8c\xc3\x7d\x75\x9c\xda\xcb\xeb\xb0\xcd\xa6\x5b\xf2\x67\xb4\xa4\xa6\xb8\xda\x83\xab\x5f\x87\xd5\x4c\x74\xf2\x2f\xd9\x7c\xc8\x36\xf8\xee\x92\x72\x54\xa0\x2f\xd9\xa9\x22\x8a\x2b\x8e\xbb\x4b\x2b\x7c\x2c\x97\x3b\x20\xfd\xd5\xd7\x62\xa1\xfc\x24\x37\xd9\x97\x66\x77\x36\x1c\x2d\xb7\x8b\xef\x14\x7c\x7f\xb2\x58\xda\x3a\xe3\xd9\xbe\x89\xb8\x22\x4f\x9b\x9b\x0f\xdc\x27\xcf\x1e\xd9\x6d\x5b\x7e\x9b\x77\xaa\xe6\xc0\x3b\x5b\xad\xeb\xea\xd3\xd4\xcc\x21\x3b\xf9\xcb\xc6\x33\x19\xe9\xda\xcc\xbc\x13\x3b\x83\x33\x36\xb3\xb3\xf1\x89\xcc\xbc\x13\xdb\x2f\x27\x57\x50\x65\xc3\x1f\xdb\x85\x9e\x58\x4f\xf5\x09\x8b\xb2\x97\x39\xa6\x48\xcd\x0e\x6d\xb2\x5b\x57\x58\x4a\x53\x0f\x88\xb7\x93\xcd\xaf\xa4\x15\xf8\x09\x02\xa8\x3c\xe1\x28\x59\xae\x00\x60\xd0\x81\x9b\xf9\x5b\xff\x67\x72\x20\xcc\x1c\x04\xe6\xfc\x37\xd3\x07\xa0\x7b\x09\xee\x2f\x0e\x62\xae\x8b\x9a\x3e\x5f\xbf\xce\x02\x2c\x1f\xc4\xe1\xde\x0e\x01\x70\x68\xad\x85\xb6\x55\x00\xa2\x6a\x7c\xce\xb7\x7a\x69\x5e\xca\x53\xaa\xb5\x95\x42\x53\xde\x94\x7c\x0b\x95\xdc\x86\xb1\x69\xbb\x1f\xbe\x7d\xa1\x11\x23\xe9\x21\x9c\x09\x4e\x1e\x5e\x23\x89\x85\xe2\x69\xf7\xec\x24\xbe\x91\x6f\xd1\xb3\xed\xcc\xb4\xbf\xb9\xf7\x49\xe5\x09\x1a\xc5\x7d\xea\x9a\xba\x9d\x8b\x33\x56\x7f\x53\x35\xdd\x91\xe1\x64\x72\xe7\x45\xd4\x8c\x43\xda\x6e\x53\xd3\x16\x9b\x59\xc9\xa4\x75\xa6\x56\xf7\xbf\xcc\x6d\x8a\xd5\x32\xf3\x6d\x90\x99\x33\x8a\xd9\x6e\x6e\x75\x9d\x32\xd7\x11\xa9\x65\x3e\x70\x19\xa3\x6a\x86\x85\x59\x04\x56\xb3\x53\xb3\x43\x3a\xcc\x9f\x56\xb5\xd2\x84\x03\x6c\x2c\xe4\x2a\x07\x68\x11\x7e\x44\xf3\xd0\x8a\x0e\xda\x0f\xaf\x33\x16\x5b\x4f\x72\xd1\x39\x3c\x25\x00\xf0\x35\xcb\x29\x0b\x1c\x48\x36\xee\xff\xaf\x1f\xc8\x6f\x0e\x24\xf1\xef\xfe\x11\x22\x6c\x5c\xe8\x9f\x31\xf7\xde\x7d\x91\xa1\x7f\x88\x00\xec\x61\x59\x73\xfc\xf6\x5d\x00\x91\x1c\x1e\x8e\x0b\x05\x40\x51\xd6\x91\xab\x3b\x76\x0e\xe3\xd2\xe9\xa3\xac\x4f\x55\x45\xd2\x6c\xd2\x1c\x05\xfc\x43\x69\xd5\x01\x7d\x41\xa2\xce\xe2\xd4\xae\x43\x9b\x23\xfc\x2c\xef\xcd\xd1\xaf\xd0\x63\xd7\x19\xbd\x9c\x0b\x6c\xdf\x15\x37\x44\x49\x98\x7d\x3b\x56\x9f\xe0\xa8\x5b\x3e\xfe\x63\x36\x26\x36\x8f\x62\xfa\xe9\xec\x9c\x68\x14\x17\xe5\xeb\xdb\x91\xb9\xb6\xb0\x2e\xfd\xa5\x9d\x24\xaa\x44\xc8\x53\xfd\x84\xa7\x40\x2d\x0a\xf2\x35\xd8\xf1\x70\x90\x3a\x1e\x40\x36\x5c\x7e\x2f\x8e\x26\xe5\xd7\x60\x70\xe1\xb6\x10\xad\xc1\xeb\xa9\xc1\xd4\x0d\xbf\xf9\xcf\xd9\x86\x56\x35\x07\xe9\x5a\x6e\x75\x86\xbe\x97\xa6\xe9\x87\x5c\xdc\x8d\xc8\xe7\x7f\xd0\xcf\x3b\xdf\xff\xc3\x81\xfc\xf6\x81\x60\xe6\x81\x30\x7c\x61\xee\x32\xf8\x8f\xdf\x1c\xc8\xa2\xfe\x89\x2e\xf6\xcb\xf4\x01\xe8\xdd\xb8\x58\x1f\xdb\x31\xf4\x9f\x76\x80\x3d\x87\xd7\x0a\x5f\xcc\x06\xd8\xff\x98\xe3\x56\xe9\x46\x38\xaf\xb4\x5b\x3c\x35\xf7\x3b\x76\x55\xa7\x5a\x7d\x67\x8c\x38\x9a\x61\x2d\x65\xfa\xdd\x4b\x11\xd1\xf1\xbd\xed\x5c\xed\xb0\x9b\x5e\x9d\x99\xec\xd9\x60\xc1\x42\x57\xab\xe8\xf4\x29\x30\x2a\xa6\x95\xd6\xff\x0c\x38\x44\x79\x4a\xd3\xed\x7c\x13\x78\x8c\xac\x41\x93\x1f\x2f\x0b\x30\x63\xe6\x5d\x68\x89\xff\x94\xa2\xc9\x79\xbb\x68\x9d\xfe\x44\xa1\x1d\xf7\x64\xf9\x9d\xf3\x61\xf2\xda\x86\xf6\xc3\xdd\x5f\x3b\xf6\x79\x00\x5d\xdd\x65\x44\x67\xfb\x93\x38\x7a\xa4\x73\xae\xce\x8f\xe6\x28\x7a\xae\xb3\x98\x76\x75\xe3\x4d\x44\xd8\xf6\xa0\x8e\x7e\x43\x18\xa2\x6e\xf3\x45\x57\xe6\x66\x06\x62\x69\xe3\xf1\x87\x03\x49\x61\xf0\x5f\x27\xf1\xb8\x7f\xf4\x6f\xa6\x0f\xc2\xe7\x07\x0b\xf5\x18\x2c\xe4\xe3\x7c\x7b\xc2\xe8\x9f\x75\xb1\xb6\x30\x74\xaf\x5b\xef\x19\xf3\xaf\x33\x00\xcb\x95\x71\xb8\x93\x00\x20\x58\xb6\x33\x20\x3f\x1e\xde\x28\xbe\xda\x2f\x93\xdc\x0b\x24\xb2\x9b\x22\x67\x08\x3b\xe6\x6c\x71\x4e\x5b\x87\xc9\x3f\x30\x73\x2f\xcc\xc2\x91\xe2\x22\xb2\x83\x8a\x61\x00\xe2\x71\x7e\xbf\x63\x90\x2e\x20\x2c\x8d\x5b\x9d\xe7\xc8\x7b\xe8\x7d\x5d\x3b\x5c\x14\x35\x7c\xe8\xe5\x3f\x43\x5c\x26\x7f\x73\x0f\xde\x54\x4f\x64\x93\xb5\x27\x49\xe7\xc7\x46\x64\x89\x4d\x0c\xc9\xea\xf3\x32\x44\xc5\xaa\x54\x7d\xf7\x3b\x17\x44\xd3\xea\xaa\x7a\x64\x8f\x11\xe2\x6d\x79\x46\xfd\x5e\x27\x3f\x72\xc2\x62\x83\xfa\xec\x33\x0a\xd2\x6c\x56\xab\x31\xfe\xf8\x24\xd2\x62\xf6\x41\x23\xac\xd9\x15\x5d\x6b\xc2\x05\x10\x55\xf1\xef\x3e\x60\xea\xdf\xad\x4c\x1f\x04\xaf\xc5\x8a\xee\x99\xaf\xa3\x0c\xde\xa5\xf7\xd5\x62\x6d\x2d\x59\xac\xf5\x0f\xfe\xd5\x3f\x2b\x76\x02\xb0\x3f\x5a\xcd\x5a\xd0\x02\x20\x54\xb0\xe3\x7d\x26\x2b\x80\x82\x03\x7f\x7a\x74\x16\xe4\x6b\xed\x96\x3a\xe3\x33\x81\x7d\x30\xdf\x46\x10\x74\x24\x62\x04\x37\x2d\x9d\x39\x2b\x7d\x74\x26\xea\x92\xc1\x59\x93\xef\x68\x49\x1e\xbb\xe9\x2a\xfd\x59\xd4\xff\x64\x91\xd9\x69\x5d\x17\x54\xf1\xb2\xb9\x05\x5e\xab\x13\x5d\xde\xa4\x69\x59\xce\xe4\x1e\x7e\xe7\x5c\x34\xa3\x92\xc8\x65\xd3\x10\xd5\x19\xf4\x09\x6a\xa0\xf7\x53\x35\x67\x6e\x2d\x1a\x44\xc9\x50\xcd\x1e\x0b\x46\x93\x74\x7f\xe0\x89\xc3\xcf\x50\x4f\x3d\x02\x3e\x75\x50\x09\x8d\xa3\x1c\x56\xb3\x79\xf3\x12\x0d\xd4\xf3\xc2\xdf\x7a\xdd\x8a\xd6\xe9\xa8\xab\x55\xbc\xe0\x42\x2f\xeb\x00\x40\xb6\xdf\x62\x9f\x55\xaa\x8c\x73\x90\xa1\x7f\x33\xfd\x50\xa8\x0b\xfe\x49\x63\x0c\x3d\xab\xef\xdb\xbf\x1c\x50\x03\x63\xbe\xbd\x3a\xe9\x5f\xfd\xf7\x68\x0c\xc0\xee\x3e\x56\xfd\xec\x3d\x00\x82\x9b\xb6\x46\xc4\x8f\x02\x28\xe4\xf2\x5e\x0a\x36\x87\x2e\x0d\x0d\x91\xad\xee\x91\x60\x64\x3c\x2d\x7f\xcb\x96\x05\x7b\xe3\x74\x9e\xe0\x62\xee\x8e\x1d\x0c\xdb\xa0\xf9\xc3\x70\x1c\x4b\x4c\x95\xd3\x1a\xd1\x2b\xc3\x74\xf2\x35\x74\x9a\x74\xe2\xb1\x3d\xe5\x3c\x94\x26\xad\x65\xe8\x58\x8d\x9e\xbe\x97\xba\x20\xfa\xe6\x7e\xba\xfe\x2d\x42\x1d\x7a\xaa\x9b\x68\xe8\x88\x1f\x44\x6b\x86\x45\x0c\xb8\x55\xe5\xb0\x25\x68\xae\xae\xc9\xef\x5c\x07\xa9\x85\x5c\x07\x27\x25\xf2\xdc\x45\xcc\x80\xc8\xa5\x28\x38\x31\x89\x65\xe1\x59\x94\xc8\x5f\x13\x31\x53\x42\x9b\x92\xc7\xd0\x4f\xcc\x9a\x70\x40\xa9\xff\x5d\x11\x66\x4a\xc4\x01\x94\xc5\xfe\x7b\x0e\xf4\x30\xd6\x61\x51\xff\xfd\x2f\x07\xf4\x8c\xc6\xd0\x3f\xc7\x19\xfa\xe7\xe5\x7f\x39\x18\x66\x0e\x00\xd3\x07\x22\xb1\x0c\x60\x5f\xd8\x26\xff\x08\x37\x00\x39\x7d\x8e\x16\x9f\x78\x40\xd4\x57\x0b\x84\x3b\x35\xc3\x69\x83\x1c\x09\x3d\xcb\x8f\xa0\x60\xbf\x4c\x51\xcb\x04\x00\x17\xb8\x04\x1f\x65\x70\x19\x9b\x88\x35\x53\x3b\x46\x29\xc1\x1e\x64\x51\x49\x37\xb5\x65\xb0\x3b\x85\x2b\x49\x2f\x35\xca\xb1\xda\x53\xd1\xa4\x61\xd2\x32\xac\xe8\x6a\x86\x06\x2b\x61\x3f\xe6\x78\xbf\x57\x2b\x59\xf5\x1c\x16\xf8\x82\x5b\x73\xad\xca\x3e\xcc\xee\x93\x9d\x66\x89\xd2\x10\x76\x68\xfa\x92\xfa\x4a\x25\x0b\xec\x3e\x66\x49\x78\xa5\x60\x08\xa2\x58\x87\xd2\x69\xb9\x53\x10\x07\x7c\xb2\x3d\xb2\x6b\x10\x5f\x70\x90\xda\x29\xbb\x7b\x9a\x0c\x64\xe9\x2d\xb2\xdf\xbf\x3f\x05\x36\xd9\x34\x80\xeb\x27\xff\x3d\x07\x17\x7d\xc1\xa6\x97\xfc\xab\xff\x3e\x67\xdc\x0f\xf7\x18\xfd\x5e\x6d\x63\x70\x30\x57\xff\xd5\x7f\xd3\x79\x17\x6b\xf8\xcc\x62\xbe\x58\x58\x1e\x00\xf7\xe5\x35\x9c\xfe\xf6\x00\x52\xb9\x3b\x4f\xb8\x3b\x01\x10\x8b\xf7\xd6\xd8\xbe\x80\x6e\x3d\x92\x70\x3f\x93\x7f\x30\xfc\x02\x01\x5e\x06\xb2\x37\xf5\x64\xc0\x2a\x0c\x91\x1f\xd6\x89\x02\x95\xa4\x18\x25\x11\xa6\xcf\x81\x86\x07\xac\x3a\x96\xa9\x7a\x90\xd8\x81\xfd\x3c\xd3\x85\xff\xc0\xe4\x1e\x54\x8f\x60\xcf\x1a\xab\x09\x3b\x94\xa3\xb1\x97\xed\x97\xd5\x4c\x94\x64\xb1\x97\x7d\xd7\xd5\x76\x2a\xa0\xd8\xcf\x51\x67\xd5\x24\x05\x65\x10\x43\x47\x95\x72\x98\x3e\x0f\x4c\xde\x41\x7a\x23\x00\xd4\x8b\xe4\x49\xb2\x03\x00\x55\xf0\xaf\x73\x60\x78\x81\x7f\xa0\x32\xb8\x27\xa6\x0f\x44\x27\xc7\xbf\x1c\x10\x33\x0f\xe5\xbf\x1c\x4c\x36\xe3\xfa\xc7\x74\x2c\x56\xff\x0d\x8b\xd5\x2f\x0b\x80\xf3\x33\xeb\x0f\xf7\x77\x00\x92\xf2\xdb\x2a\x7f\xe7\x3f\x28\x00\xe8\x88\xf0\x37\x19\xdd\x80\x0e\xd3\x52\xe1\x4e\x7d\x1f\xa8\x77\xf6\x13\x2b\xd2\xe9\x87\xf3\x01\xdb\x25\xba\xc8\x89\x70\x34\x4a\x58\xaa\x5d\x33\x16\x12\x53\x36\xc8\x3c\x21\x7d\x03\xff\x03\xce\x72\xfb\x08\xef\xc0\xe6\xd8\x67\xf9\x40\x35\x6e\x20\x9c\xe6\x53\x5c\xaf\xd2\x00\x4a\x57\xf5\x14\xb7\x29\xa7\x03\xf7\x1d\x71\xa5\x5c\xc5\x33\xb0\xbf\x65\x8d\x62\xba\xfc\x69\x20\x76\x89\xc9\x7f\x94\xa3\x82\xe6\x87\x24\xf9\xbb\x72\xec\x10\x30\xb9\x46\xf6\x11\x93\x77\x90\x59\x09\x9f\xa0\x50\x6c\x42\xf2\x33\x00\x7c\x10\x7a\xf8\xfb\x1c\x64\xec\xf7\x61\xae\xff\x9b\x03\xba\xce\xe0\x24\xff\xc7\x07\xc1\xeb\xdf\x7d\x10\x2c\xbe\x58\xdd\x9a\x19\x75\x07\x00\xc7\xc5\x95\x9a\x8e\xd1\x00\x22\xa1\x1b\x2f\x5b\xdf\x07\x50\xaa\x62\x5b\x6d\xaa\x05\x40\x36\xe1\xb9\x66\x30\x09\xdf\x8c\xf7\x08\x5c\xd0\x7d\x0f\xc3\x76\xfd\x42\xba\xda\x8d\xd0\xee\x9d\x29\xba\x4b\x63\x12\xde\x04\x3b\x8a\xec\x51\x7f\x03\xf7\x62\x05\xc5\xf7\x12\x2f\xc0\xdd\x14\x71\x71\x25\xfc\x01\x68\xca\xa5\x8b\xb5\xab\x5a\xc3\xf1\xe3\xc1\x52\xc2\x4c\xee\x41\xe1\x22\x5c\xb8\xb8\x4e\x02\xaf\xb8\x06\x42\xea\xfa\x64\x8e\xcb\xe7\x40\xd4\x83\xb5\xd2\xb3\xb2\x75\x90\xf5\x7c\xb5\x54\x81\xcc\x67\x38\xd0\xa7\x2f\x15\x22\x13\x09\xc5\x5f\xd2\xa5\xd6\x48\xb7\xc2\xc3\xa9\x55\xe2\xa3\x32\xb2\xf0\x1e\x0e\x88\x7b\x32\x39\x98\xef\xc7\xff\x1f\x1c\x90\xf3\xbf\xcf\x81\xe3\xc8\xbf\x1c\x4c\xea\xf6\xc5\xfa\x5f\x1f\x08\xa6\xfe\xef\xd4\x0d\xc0\xad\xcb\xfa\xc0\x3a\x1b\x40\x78\xcd\xfa\x25\x66\x5b\x00\xe4\xbe\x6c\x4b\x33\xa4\x02\x68\x98\x72\x5c\xa4\x3c\x07\xd0\xf3\xe5\x75\x21\x7f\x02\xb0\x6c\xd8\xfb\x42\x2b\x1e\x50\x97\xd7\x02\x86\x1a\x8e\x40\xf7\x7e\x2d\xb8\x86\x34\x05\x23\xa1\xcb\x84\xad\x08\x74\x18\x8c\xa5\xef\x3f\xab\xa6\x02\x2f\xd3\x3d\x44\xf7\x29\xdd\x86\xd9\xdc\x7d\x42\x6b\x94\x8a\xe0\x55\x51\x95\xc8\x0b\xc5\xfb\xd0\x58\xfe\x42\xec\x80\xc2\x4e\x78\x70\x4e\x5b\x4c\x40\xce\x03\x1a\xae\x1b\x89\x65\xca\xbe\x85\xcb\x77\x95\xc4\xcb\x65\x37\xc3\xb9\x16\x7e\x89\x3d\xd2\x3b\xa1\xa5\x63\xb9\x68\x96\xb4\x03\xd4\xf5\xb7\x89\xe3\x25\xeb\xe1\xeb\x97\xaa\xfd\xbf\x7e\x32\xae\x77\x2f\x63\x3f\x3c\x61\xf8\x9c\xd4\x31\xee\x87\x0b\xaf\x17\x2b\x33\x0f\xe5\x37\x07\x53\xba\x58\xa3\x7f\x2d\xd6\x00\x59\x06\xf7\xc0\xb8\x9f\xcc\x22\x17\xab\xd5\x28\x00\x3b\xba\x42\xd9\xd4\x02\x60\x9f\xeb\xea\x77\xfa\x5a\x00\x92\xec\x1b\x77\xe8\xa4\x03\xa8\x86\xed\xd8\xab\x4d\x03\xd0\x7e\xcc\x69\xa7\x19\x04\x60\xca\xc6\x95\xaf\xae\x0e\x60\x7b\x8f\x67\x19\x71\x0c\xc0\x6d\x23\x2f\x9d\x18\x0a\xe0\xa7\xcf\xdf\xac\xf6\x00\x20\x2c\x48\x60\x9d\xaa\x32\x40\x1c\xef\xbe\x1f\x2a\xd7\x81\x9a\x2a\x2c\xf8\x46\x29\x16\xe6\x72\x7b\x04\x27\x15\x09\x30\x5a\x78\x47\x58\x4c\xbe\x0d\xbe\x95\xba\x0a\xfb\xca\xa0\x80\x9e\x8e\x13\x14\x92\x9e\x04\xea\x45\x73\xc1\x04\xe9\x50\xf8\x76\xeb\x94\xf0\x7e\xe9\x00\xe8\xbd\xcf\xb1\xff\x89\x64\x0a\x4c\xb4\x18\x09\x05\x4b\x6e\x81\x89\x0e\x6e\xa1\xf3\xcc\xe7\xc0\x7f\xfd\x80\x98\xb9\x58\xbf\xfd\x70\xb4\xfe\xc3\xc1\xb4\x33\x38\x18\xc6\xfb\x03\xd3\x0f\xc5\x9a\x51\x8d\x18\x1c\x21\x89\xc1\x91\xe8\x9f\x04\xe0\x7d\xc3\xaa\xa0\x5d\x0b\x20\xca\xb6\xf6\x87\x06\x0b\x80\x02\x65\xb3\x26\xb1\x11\x80\xf8\x72\x47\x08\xa1\x19\x80\xf2\x96\x6d\x0b\xf1\x12\x80\x65\x38\xc7\x77\xb5\x8f\x00\xf6\x63\x9c\xe7\x09\xdc\x00\x6e\xcb\x79\x78\x55\x6f\x01\xf8\x7b\xf0\xee\x50\xbd\x06\x10\x16\xc3\x77\x56\xf9\x2d\x40\x8c\x24\xdf\x01\x45\x14\x20\x29\x9a\x2f\x42\x3e\x0b\x20\x7b\x8c\xcf\x5f\xae\x06\xe0\xf0\x6a\x7e\x21\x39\x1c\x40\xb1\xe1\xbe\x12\x99\x0d\x00\x15\xaf\xf6\xb1\x49\x07\x00\x9c\x53\xdb\x77\x4f\xea\x00\xc0\x55\x69\x81\x7d\x52\xe6\x40\xbf\x75\x55\x50\x5f\x52\x00\xa0\xf1\xb9\xc0\x42\xd7\xda\x0e\x8b\xba\xff\xbf\x1c\xc4\x5a\x03\x15\xe2\xdf\x1c\x84\xf4\x5a\x42\xec\xfa\x43\xff\xcb\x41\xe8\xf4\xe8\x08\x72\x45\x02\x18\xda\x1a\x78\xee\xa3\x01\x98\x84\x5a\x1c\x11\x77\x07\x30\x3d\xe3\x7c\x48\x61\x05\x80\xe9\x57\xff\x1f\x44\x31\x78\x61\xbc\x22\x81\x5b\x9b\x07\xf2\xf5\xdf\x1f\xb4\xd0\x6f\x01\x5b\xdd\xe4\xb2\x7b\xc6\xdf\x60\x07\x39\xbd\xe6\xb8\x85\x0d\x56\xa3\x79\xab\x99\xcd\x8e\x1b\x6b\x22\xe1\xbb\xe4\x6c\x5a\xb0\x03\x84\xbe\x61\x1f\x7b\x0f\x2c\x5f\xad\x67\x7a\xb3\xbd\x11\xf6\x01\x7f\x89\xde\x67\xed\x0b\xc2\xaa\x77\x11\x5d\x73\x87\xe9\x71\xd5\x26\x24\xc8\xcc\xf0\xc7\x98\x6a\x32\x52\x6f\xfc\xee\xd3\x26\x35\x43\xc4\xdb\xfc\xc0\x3b\x16\xb5\x15\x48\xab\x89\x58\x57\x0c\xe1\x2e\x52\x64\xd6\xf0\x82\x93\x50\x8d\x7c\x33\x6e\x79\xe6\x4a\x70\x44\xd9\x0d\x6f\x3f\x3e\x42\xb8\x8b\x92\x0d\x84\x1e\x48\x10\x5d\x50\x33\xfd\x81\xc6\x30\xe2\x0e\x34\x8d\xb2\xe0\x16\xa6\xb5\x66\xb1\x7f\x86\xfe\xcf\xd0\xf9\xd8\x3b\xd5\x14\x96\x25\xfc\xc5\x41\x5c\x50\xd3\xdb\x88\x07\x50\x1d\xc7\xb7\x6f\x35\xfe\xb3\x0e\x4c\x2e\xc6\xb0\xda\x70\xad\xc0\x53\x00\xb3\x10\x73\xaa\xa4\x0f\x80\xb9\x87\xe3\x23\x45\x3c\x20\xe6\x29\xbe\x1f\x48\xda\x70\xd7\xe4\x6a\xec\x5b\x9d\xc3\x10\x65\x68\x97\x57\x60\x78\x19\x78\xf4\xec\xca\xb8\xcd\x27\xb1\x01\xed\x2f\x35\xda\xd6\x1f\xb1\x23\x9a\x1d\x8f\x74\xed\x1f\x60\x1e\xea\x59\xdd\xc2\x8e\xd7\x30\x7b\xa2\xff\x30\x38\x7e\x62\xf2\x2f\x58\x0f\xbe\x9d\xfe\xcc\x7a\x96\xf6\x0d\xcf\x8d\x88\x59\xe4\xff\x62\x53\x13\xa6\x63\x56\x6f\xbe\x45\xaa\xa9\x20\xca\x96\xb8\x81\x87\x84\x00\x44\xc6\xf2\xcb\xdb\x1d\x04\x01\xe4\x80\xd9\xa3\x97\x45\xa4\x95\x88\x85\x65\x5c\xbb\x0e\xd1\x13\x79\x66\xca\xd5\x6a\x40\xbc\x86\x7c\x37\x61\x7f\x98\x46\x22\xa1\xcb\x8d\x9d\xee\x65\x90\xf0\xa8\xa1\x81\xcd\x1d\x12\x89\x1d\x0d\xd5\x7b\xff\x17\x17\x94\x48\x5a\xf8\xfe\x01\x77\x4f\xe9\xd1\xff\xc5\x41\xc8\x8b\x2a\x9f\xda\x50\x0d\x80\x6f\x52\x6d\xdb\xaa\x0a\xa0\x7d\x83\xa8\xb9\xab\x09\xc0\x70\x40\x0b\xe3\x16\x03\x30\x1d\xd7\xef\x12\x7c\x0e\x60\x76\xc7\x2c\x57\xe2\x2d\x80\xe5\x33\x7b\x1e\xa5\x3b\x00\xe6\x9f\xbc\xc7\x88\x3e\xf0\xc8\x74\x77\x74\xa3\x76\x3d\x18\x1b\x2b\xe7\x6e\x32\x39\x8c\x51\xf5\x03\xcb\x38\xad\x4e\x60\x8d\x3a\xe9\x35\xc7\x6d\x7b\x30\x4f\xad\xb4\x47\xb1\x4e\x9c\x98\xb8\x7a\xd7\x1b\x7f\x97\x08\x6c\x09\x69\xd7\x68\xa2\x9b\x23\x46\x21\x58\xd1\x50\xa7\x51\xec\x39\xfe\x0b\xbd\xd1\xc6\x9d\x7a\x13\x3f\x48\x1f\xb0\x4e\xf9\xd1\xaa\x56\x45\xff\x66\xdd\xf5\xf9\x0a\x81\x4c\x07\xeb\xec\x77\x56\xc4\x3d\xc8\x36\x6b\x62\x17\x4a\x6c\x46\xf0\x56\x32\xcf\xef\x92\x1c\x90\x60\x8b\x9b\x4f\xa6\x48\xdd\x48\x85\xb9\xf2\x23\x75\x75\x7b\xa4\xc6\xec\x5d\xd3\x16\xf5\x69\xe4\xb1\x19\xe5\xce\x7d\xf5\xaf\xe8\x4a\xe3\x17\xb7\x26\x35\x36\xa0\x6a\x86\xc7\xff\xe6\xa3\x16\xf5\xff\xdf\x3e\x08\xcc\x3c\x88\xc7\xca\x1c\xab\xb7\x03\x28\x12\x15\x55\x37\x4a\xfc\xe1\x20\xf4\x9f\x11\x5d\x76\x57\x02\x18\x7b\x68\x9a\x71\x59\x02\x58\x38\x51\x0a\x05\xae\x01\x58\x1e\x33\x2b\x97\x7a\x06\x60\x15\x6a\xfb\x4e\xa9\x1e\x7e\x59\x06\x78\xdd\x55\x5f\x06\x47\xcd\xbd\xa2\xf7\xe9\x95\x83\xbc\x89\x7d\x0e\xc1\xcc\x1d\x9b\x30\x58\x5a\xda\x67\xbd\x1e\x0b\xa3\x70\xd7\x70\x39\xad\xc2\x38\xc9\x21\x8f\xcb\x5d\xdf\x63\x7b\xd5\x1f\xf6\xe1\x5c\x59\x31\x16\x62\xef\x58\xbd\x1b\x27\x3a\x41\x54\xa1\x45\xb9\xaf\xc7\x2a\xd4\x7c\xe9\xb1\x76\xb7\xa7\x8e\x13\x54\xe8\x2e\x0e\x7b\xbe\xb1\x11\xf5\xe8\xde\x0e\xc5\x03\x27\x48\xeb\xe8\xa5\xf6\xb1\xbd\x40\xa2\xd2\xab\xec\x4f\xbd\xcc\x53\xd7\xa4\x8f\xdb\x06\x3e\x0d\xd0\x68\xa1\xcf\xd8\xf6\x3e\x72\xd4\xf8\x8c\x10\xac\x6d\x9b\x52\x35\x5e\x23\xa9\x16\xc8\xdd\x49\x0d\x5f\xa4\xdb\xb4\xaf\xae\x50\x4b\x18\xa9\x37\x8f\xba\xd1\xab\x99\x8d\xae\x32\x91\xfd\xfb\x5c\xf8\x57\xff\xe7\x62\x53\x39\xbd\xfc\x1d\x80\xf8\x3b\x45\x93\x35\xe5\x7f\x38\x08\x0d\x9a\xb2\xe6\xd6\x30\x00\x43\x44\xcd\x92\xad\x15\xc0\xac\x83\x74\x9d\xd3\x09\xc0\x4a\x5b\x37\x53\x20\x17\xc0\xa6\xdb\x58\x53\xa2\x06\xc0\xc6\xd2\x26\x4b\xc5\x0b\xde\x58\x47\x7b\xee\xd5\xdc\x0d\xf9\x16\x85\x11\x67\xf4\xda\x80\xcb\x94\x3f\x87\xdf\x62\x1d\xf6\xd0\xd0\xb9\x54\xc8\x76\x16\x23\x51\x0e\xd5\x2e\x77\xa9\xc3\x96\x92\x4f\xb7\xbc\x76\xd7\x47\x5b\x35\x8e\xbd\xdb\xe1\xa9\x8b\x9e\x25\x65\x4e\xac\xf1\x0a\x60\xf2\x50\xb4\x2f\x84\x57\xb4\x6e\x17\x8b\x9f\xe2\xc4\x5c\x1a\xe6\xfc\xf2\xb3\x14\x29\x99\xbe\xcb\xb9\xb4\xbf\x4e\x9d\x8b\x6e\xeb\x48\x7b\x75\x49\xa3\x93\x6e\xe0\xbc\xe7\x79\x91\x46\x15\xbd\xde\xfe\x61\xab\xb4\xe6\x05\x7a\x93\xfd\xc7\xe6\xa7\x5a\x6b\x91\xe5\xb6\x3d\x8d\xe7\xb5\x08\x88\x8a\xf5\xdc\xed\x42\xad\xeb\x48\x98\xd5\xde\x1b\xd7\xc8\xdb\x90\xcb\x16\x02\xd7\x22\xc8\xd2\x48\xdf\xe2\xd3\xed\xdf\x73\x81\xe5\x8c\xfc\xc2\xf7\xcf\xcc\x3c\x08\xa9\x6f\x0a\xfb\xd7\x76\x02\xa8\x50\x14\xfc\x37\xa6\x00\xe8\x18\x29\xde\xdc\x5a\xf5\x87\x07\xb1\xfc\x49\x6a\xe7\xaa\x05\xb0\xd7\xd3\x76\x9c\xbf\x1f\x1c\xc7\x8d\x56\x4b\x69\x00\xd8\x1b\x59\xa1\x2a\xf7\xa1\xce\x6e\xa7\x3b\x27\xb9\x0d\xdc\xac\x3a\xc2\x0f\x1b\x89\x61\x5f\xcc\x6d\xb2\xce\x58\x37\x63\xb9\x46\x4f\x4b\x6e\x3b\x4a\xfd\xe6\xc4\xda\xb4\x05\x5a\xd7\x7b\x0e\xa2\x65\x1a\x9d\xef\x07\xbd\xf7\xa2\xce\xa4\x5b\xb3\xba\xbe\x1a\x68\x1b\xb1\x84\x86\xf7\x68\x9f\x5d\x4d\xec\xa4\x05\xbb\xdf\xf8\x9a\xab\x7e\x8a\x66\xee\x79\xf0\xc3\x7d\xf5\x1a\xda\x13\xb7\xc4\xdf\x5c\x18\x5d\xb3\x8e\xbe\xdd\x55\xbc\xb5\x51\x6b\x9a\xae\xee\xa2\xfe\x28\x84\x4c\xa4\x27\x3a\xa5\xde\xb7\x27\x5f\xa1\x3f\x70\x38\x78\x87\x97\xdc\x8c\xac\xb3\xdb\x52\xe7\x48\xae\x42\xac\xad\x1d\x6a\x0f\x6b\x5f\x43\xbc\xad\xb7\x5f\xe2\xd3\x31\x43\x6e\x58\xc4\xfd\xbd\x0e\xbf\xf5\x7f\xe1\x65\x51\x00\x82\x9b\x15\xf6\xb0\xee\x04\x90\xae\x96\xfd\xb6\xb6\xfe\x0f\x07\xa1\xf3\x51\x7e\x72\x4b\x15\x80\xb9\xa6\x12\x71\x67\x02\x80\xad\x00\xc1\x91\xb3\x16\xc0\xe9\x8a\x96\x8e\xc0\x0a\x00\x17\x6b\x03\x6e\x49\xe2\xef\x5c\xb1\x2a\x07\x3e\x17\x2b\xed\x97\xa0\x63\xe3\x13\x26\x61\xc2\x89\x7d\xb4\x08\xcc\x58\x6f\xfd\x15\x73\x34\x7e\x55\x12\xe1\x7c\x1e\xc5\xf4\x57\xd7\x4c\x79\x10\x51\x3f\x1d\xcd\xd6\x4a\xbf\xbd\xa8\xbe\x66\xec\xa0\xad\xdf\x39\x94\x4d\x5d\x76\x2e\x20\x40\x14\x65\x25\x09\x50\xc7\xbc\x55\x7e\x6d\x53\xb7\xa2\x0e\xfb\xe0\x3f\x47\x6a\x10\x68\xaa\x5e\xe9\xfd\x9f\x34\x1d\x68\xf6\x5e\xb2\x5d\x42\x5a\x2e\xb4\x3c\x4f\xbb\xf6\x04\xb2\x3d\xad\xdd\x7d\xfa\x49\x0a\xf9\x11\x7d\xb3\xdb\xe6\xa6\x02\x6d\x7b\x7a\xa0\xb3\xfb\x1d\xaa\xf6\x04\xbd\xc2\x69\xd5\xad\x39\x9d\x43\xf4\x1e\x07\x9f\xeb\x31\x3a\xe1\x08\x9f\xed\x83\x4b\xd7\x74\xa7\x10\x75\xdb\x75\xd5\x86\xba\x99\x48\x9e\x95\xce\x5f\x7c\xd4\x7f\xf5\xff\x46\xd9\x03\x2b\xcf\xfe\xd1\xff\x89\xfc\x32\x1d\x1b\x2e\xfe\xe1\x20\x2c\xab\x15\x13\x76\x96\x02\xd8\xa7\xa8\xfa\xec\xe9\x01\x70\x49\xd1\x2c\x11\xe0\x00\xf0\x90\xd2\x13\x93\x98\x03\x70\x53\x30\xc7\x54\x53\x20\xcf\x29\xd0\x89\x53\xf7\x2a\xec\xb5\x7b\x15\xdc\x60\x76\x12\xab\xb5\x32\x4d\xcb\xb0\xeb\xc0\xc4\x4d\x45\x4e\x38\xbb\xa9\xa3\xb7\x0d\x56\x5c\xb3\xf0\xce\x40\xb9\x75\x1a\xda\x9e\x07\x5a\x22\xbd\x9a\x53\x9f\x7e\x06\xeb\x32\x7d\xb3\xa8\x26\xea\x72\xd4\x40\xff\xd5\xa3\xf7\x35\xde\x50\xcd\x02\x6e\x0c\x1e\xd4\xfc\x42\x6d\xf3\xd3\x67\xfa\x44\x75\x14\x92\x31\x1a\xd1\x67\xf3\x93\x59\x9d\x06\x9a\x9a\x4f\xc3\x83\x2c\x9d\xf7\xb4\x97\x1e\x67\xef\x09\xeb\x4a\xd2\xd9\xdd\x0e\xd7\xe7\xea\x56\xd0\x1d\x5d\x0e\xd7\x2a\x50\x0c\xe8\xb7\x1c\xa7\xae\xdc\xd7\xe3\xa6\x3f\x76\xac\xae\x1e\xd3\x5b\x86\x70\xd9\x1d\xa8\xd2\xd5\x53\x44\x02\xad\xef\xfe\x79\x5f\xf8\xaf\xfe\x2f\x74\x5e\xfa\x35\xeb\x7e\x00\xb9\x40\x99\xba\x75\xa6\x00\x9a\x5d\x32\xb8\x8d\x44\x00\x23\x51\x19\x96\xcd\xe7\xfe\xe2\x41\x9c\x14\x6b\xd8\x5d\x01\x3c\xba\x48\xe1\xfc\x39\x00\x5e\x72\xba\x57\x24\xf8\x01\x3c\xf3\x4c\x23\x55\x76\x43\xbe\xcb\x45\x87\x77\xba\xc5\xb0\xc7\x41\x21\x70\xb3\xd9\x5b\x2c\xdd\xba\x33\xf5\xbc\xa3\x1f\xda\x65\xce\x7f\xbc\xcc\xab\x07\x0d\x32\x98\xba\x36\xe6\x37\x88\xbc\xd6\xb5\x7c\xf6\x2b\xc4\x1f\x39\xa3\xc5\xf1\xe5\x67\xa8\x24\x72\x5a\x63\xdb\x5c\x7e\xc8\xb5\x89\x61\x8d\x1b\x73\xc3\xc1\x52\xc3\x49\x9a\x63\x54\xbe\x20\xdf\xfe\xf5\xda\x3c\x54\xd6\x10\x6e\xa6\x4f\xd4\xd3\x20\xdd\x31\xea\xa1\xc0\xb6\x87\x8f\x74\x9b\x68\x04\xdf\x75\xcc\xbc\xb8\x3a\x54\xcf\x95\xf6\xda\xd3\xe4\xc6\x79\xbd\x06\xfa\x1a\xf7\x27\x57\x0f\xea\x2b\xd1\x1d\x5c\xf5\xab\x5f\xeb\x57\xd3\x2f\x39\x0d\x56\xbd\xd3\xcf\x42\x36\xd8\xc7\x9f\x8e\x34\xb0\x41\x78\xec\xff\xe2\x26\xff\xab\xff\xef\x5f\x2a\xdd\xc1\x5a\x0b\xa0\x70\x49\xd2\x75\xad\x3c\x80\xce\x76\x29\xbb\x8d\xcb\xff\x70\x10\x0e\xe6\xd2\xc5\xdb\x5e\x00\x78\x6a\xca\xf7\xed\xfe\x06\xe0\x73\x1d\x4f\xe6\xcd\x04\x08\xd0\x27\x93\xc4\x46\x00\xfc\xd6\x1b\x6f\x52\x3e\x02\x27\x3c\x64\xed\xde\xea\x1a\x63\xcf\x5d\x64\xfc\x56\x5b\x77\x60\x46\x76\x12\x49\xe0\x62\x8e\x5e\xb5\xc0\x17\xbb\xf8\x54\xa0\xeb\x8c\x64\x6b\x1d\x83\xa5\x90\x58\x8a\x60\xbb\x5f\xf8\x4b\x64\x95\xd6\x99\xef\x73\x51\x17\xa9\xcb\x35\x09\xb3\x53\x11\x43\xdf\x68\x64\xfc\xdc\x9a\xc8\xc4\xc1\xc7\xda\xa4\x39\xff\xf0\x47\x4c\x9f\xa8\x67\x74\x8a\x27\x95\x35\xd4\xf4\xb1\xbb\xde\x65\xaa\x5c\xc8\x91\xc6\x01\xfd\x0c\x6a\x79\x90\xd0\x6d\x2d\x03\x56\xda\x16\x7f\xe2\x8d\x4e\x83\x5a\x9a\xb1\xef\x85\xab\x4e\x06\xb7\x68\x5f\x3d\xcd\xaa\x23\x0c\x2f\xd0\xd9\xdc\x81\xc9\x43\x55\xca\x1b\x45\xd2\x2f\x3b\x7b\x9f\x24\x19\x8d\x21\xcb\x1d\xb2\xfe\x9c\x0b\xff\xd5\xff\xc5\x97\x8b\x77\xac\xaa\xfe\x2b\x07\x01\x91\xd8\xb1\xe1\x0a\x80\x55\x8a\x98\xc0\xc6\xc3\x00\x6e\x24\x89\xd9\x6d\x02\x00\xbe\xa2\xb2\x07\xd9\xbe\x03\x04\x22\x2a\x37\x78\xdb\x01\x42\xef\x69\x70\x8a\x46\x00\x04\xcf\xea\xf7\x28\x25\xc1\x61\xff\xdd\x36\x46\x94\x1f\x58\xbd\xdb\x1d\xaf\x8d\x36\x37\xb0\x6d\x0e\x31\x09\x2d\xee\x7e\xa8\xbd\x95\x5c\xd1\xcb\x80\x00\x24\xd6\x64\x6d\xad\x51\x04\x4a\x1f\xa3\xdc\xec\xdc\x12\xd3\x49\xdf\x46\x76\x9b\x30\x4d\x72\x1c\xa7\x93\x93\x67\x57\xc4\x6f\xfb\xa8\xa7\x73\x75\x76\x7f\xbc\x5e\x8f\x0f\x25\x72\xb6\x32\x36\xae\xfd\x89\xbe\xc4\x2c\x35\x46\xfc\x37\x0f\x75\xd2\x30\x60\xee\x47\xb8\x64\xfd\x25\xc3\x31\xaa\x4d\x48\xe1\x75\x2f\x23\x56\x2a\x35\x20\xf8\x0a\xab\xb1\x21\x8d\xc7\xbf\xf4\x7c\xa6\x89\x06\x2d\xd8\xf7\xe0\xe9\xb3\x26\x85\xb4\x61\x2f\xc1\x53\x7c\xa6\x2b\xe8\xab\x3d\xf9\xcb\xb6\x98\xee\xa4\x5b\xb9\x5d\x39\x7e\xcd\x94\x97\xde\xe2\xbc\x72\x7e\x1d\x14\x96\x2d\xbc\x37\x30\xf4\xff\xbd\xd6\x92\xb7\x57\x1c\x03\x90\xe0\x97\xd8\xb3\x5a\x08\x40\xdd\x58\xf4\xd5\x5a\x6f\x00\xe3\x1b\x22\x27\xd7\x53\x00\x1c\xf4\x45\x8b\x37\x99\x01\x78\x69\x89\xec\xd8\x2c\x0c\x10\x5c\x28\x6d\xc4\x76\x10\x20\x72\x44\xfe\x04\x57\x3f\x40\x8c\x88\xda\x0f\xe1\xd7\x00\xd1\xf2\xba\xa8\xd2\x01\xb8\x1e\xbe\xd3\x3c\x4c\xa7\xe9\xb7\x7f\x52\x99\xcb\x97\x18\x3b\xdf\x3d\xc8\x7b\x9b\xc6\xa3\xd6\xa1\x5f\x10\x16\xd3\xd0\xda\x5d\xb1\x86\x74\x36\xbd\x8e\xd7\x3c\xc9\xe7\x68\xde\xe4\x89\x69\xfb\x74\xf5\xcf\x25\x14\xf6\xe9\xfb\x69\x63\x6f\xc4\xf5\xa5\x67\xe4\x53\x43\x5f\x6c\x30\xe4\x98\x39\x99\xb2\xee\xb7\x3f\x12\x66\x2c\x33\x8b\xc5\xca\xdc\x2c\x30\xe5\x98\x33\x8f\xbe\x70\xd5\xde\x4c\x70\xae\x2d\x92\xf3\xe2\x09\x33\x6b\x2a\x21\x4c\xee\xff\x8b\x03\x2a\xf6\xb0\xd0\xa7\xb3\x78\xbe\x28\x7c\x62\x36\x4c\x7f\xe6\xbc\x63\xe1\x5c\x30\x9e\xef\x9f\xa9\xff\xef\x5f\x2f\x1e\xce\xca\x01\x20\xeb\x2e\x7a\x7d\xf5\x6a\x00\xed\x55\xc2\x97\xd6\x1c\x01\xb0\xe4\x16\xb0\x5b\xbb\x14\xc0\x6d\xa5\xe0\xc9\xf5\xaf\xff\xe4\x62\x44\x4b\x8a\xe5\xee\xe8\x06\x48\x5a\x2a\x6d\xc4\x11\x0b\x90\x5a\xac\x7c\x5d\x68\x29\x40\x8a\xb9\x66\x87\x7c\x24\x34\xc6\x8d\x19\xff\xd2\xb1\xc3\x8e\x84\xca\x39\xe9\xd9\x77\xa1\x92\x9e\x5e\xe1\xbc\x81\x1d\x88\x92\x83\x5b\x7e\x7f\x8c\x22\xf5\x94\xc5\xc6\x6b\x39\x29\xb7\x26\x58\x8c\x2c\x3b\x5f\x64\xaf\x1e\xe5\xd1\x5b\x35\x79\xeb\xc0\xa7\x5e\x2d\xc3\x4b\x53\x39\xb9\xf4\xf6\xa5\xc6\x35\xd3\x1a\xd9\xba\x0f\x7a\xcd\xac\xa6\xe3\xb3\x46\x98\xbe\x40\x37\x04\xcc\x3f\xce\xee\x4f\x7a\x79\x69\xce\xd2\x65\xf6\x62\x82\x5d\x55\x8f\x95\xe2\x9c\x61\x4c\x5b\xe5\x76\x2b\x0a\x75\x55\x84\x51\x59\xbb\x95\x2d\x35\x31\x54\xab\x84\xc5\xea\x0a\xf5\x7b\x50\x68\x31\xa7\xf5\x3e\x1a\x7f\x40\x5f\x21\xd9\x9a\x9b\x76\xce\x77\xe3\xe1\x49\x1b\x07\x5a\x8d\xcf\xe8\x81\x59\x1b\x1e\x3a\x97\xa7\xff\xfc\x3a\x48\xb6\xce\xf7\xcf\xd4\xff\x85\x33\x84\x9d\x56\x2a\x03\xe0\xf5\x84\xae\xad\xaa\x04\x30\xbc\xbe\x4f\x6e\xb5\x01\x80\xfd\x28\xcf\x3a\xd6\xb9\x3f\x79\x10\x51\x97\x78\xef\xae\x33\x00\x48\x8e\x14\xdc\xb9\x45\x1f\x20\xeb\x96\x98\xf5\x6e\x4e\x80\x3c\x1b\x79\xf2\x3e\x4e\x80\x03\x53\x04\x4b\x19\x17\xe8\xc9\x1a\xd3\x3b\x44\xbe\x81\x65\xc4\x5f\xb3\xa5\x3a\xee\x42\x52\xfc\xd9\x02\xbe\x87\x5f\x1f\xd7\x72\x0f\xcc\x91\x4d\xd6\xfd\xb2\xd4\xc1\xf7\xfc\xae\xec\xd9\x77\x35\x56\x0d\x2d\xd4\xc3\x61\x3d\x24\xb3\x0d\xdf\xa4\x8e\xee\x6c\x15\xb6\x58\x32\xf1\xb3\x50\xa9\x51\xc8\xf2\xd1\x24\x76\xd8\xe0\xd6\x1b\xeb\x8d\x53\x4f\x0e\x70\x5e\xf1\xb4\xf1\x9c\x7e\x9a\x75\xf5\x9c\xbd\x1d\x61\x46\x31\xa3\xa3\x92\xd7\x2e\x6c\x56\x38\x79\xb2\x34\xdd\xbe\x73\xf6\x68\xe2\x8b\xff\xf2\x2f\x47\xd6\xd9\x23\x54\xe3\x70\xf1\xdf\xfc\x8b\xb6\xbd\x1c\xcd\xd7\x5f\x23\xfb\xa9\x7d\x0b\xed\xa8\xdf\xd6\xcc\x35\xf6\xcd\xb4\x09\x6f\x25\x00\xdc\x06\xf1\x85\xcf\x59\x1c\x8e\x22\xd4\x65\x9c\x00\x62\xcf\x04\x6e\xb3\xf4\x00\x90\x36\xf2\x49\xae\x2c\x07\xb0\xdc\xc5\xbb\x65\xfe\xf3\x85\x5b\xdf\x9e\x18\x96\xa8\x3f\x1c\x44\xf2\x79\x8e\xe5\xab\x54\x00\x0e\xac\xe2\xd9\xb3\x5e\x0e\xa0\xd0\x41\xb0\x6a\x07\x0b\x40\xf1\x0e\xa9\x93\x7b\x65\x01\x4e\xe4\x2b\xf5\x4b\x9c\x84\x2f\x45\x2b\xc9\x0d\x5a\x79\x18\x7b\x9e\x87\xf9\x63\x87\xde\xef\x1f\xe2\xf7\x79\xba\x47\xdc\xe9\xb7\x0e\xba\x9c\xf0\x35\xf3\x42\x47\xa5\x0f\x4b\xa9\xdf\xe1\xb0\xc7\x53\x6e\x9a\x77\x32\x8b\x7e\x34\x8e\x38\xda\xf5\x37\x96\x78\xdc\x5a\xe3\x40\xf9\x65\x55\x52\x7e\x29\xc2\x29\x78\x22\xf8\xd8\xa7\xb3\xed\xce\x72\x93\x35\x05\x2b\xcb\x3c\x5d\x6e\x4f\x9d\x3a\x24\x7c\xfc\x96\xcb\xad\xe9\xc6\x6c\xf4\x68\xba\xeb\xe9\x19\xd9\xcc\x96\xfc\xed\x6e\x4b\x66\xb0\xd4\x3b\x07\x5e\xb8\xee\x9b\x5b\x11\xff\x36\x47\xd9\xb5\x66\x2e\x3c\x56\x3a\x53\xdc\xb5\x92\xca\x12\x59\x91\x56\xec\x1a\x4b\x4d\x0e\xb3\x4d\x2e\x75\xc5\xa8\x1d\x21\x2a\x49\x32\x2e\x5f\x69\x76\x01\x1c\x09\xf7\x5c\x92\x68\x57\x7d\x0b\x00\x58\xf4\xf7\xb7\xcf\xaf\x03\x1f\x5d\x80\x67\x05\x27\x80\xc2\x08\x5f\x05\x4b\x07\x00\x65\x27\x17\x0f\xcb\x06\x00\x07\x85\x3d\xb1\x2b\x68\x00\x7e\x61\x4b\x45\xfe\xd6\xfd\x72\x19\xdf\xeb\x17\x9b\xb2\x47\xcd\xaf\xc7\x29\x5d\xee\xe0\x0d\xf1\x00\xe7\x84\x84\xd8\xd9\xb2\x00\xaa\x57\xc9\x1c\xd9\xcf\x0b\x70\xce\x9b\x80\x90\x96\x8c\x8d\x94\x9e\x33\xac\xb6\x6b\xe9\x17\x3b\x94\xef\x54\x1a\x76\xb7\x75\x53\xb2\x7d\xd8\xe9\xec\x93\xb7\xf3\xa3\x38\x0e\xdb\x1e\x0d\xb9\x72\x38\xc4\xfd\x6a\x69\xc9\xe7\xb3\xe0\x7f\xb0\xe3\x78\x85\x73\xd9\x6b\x1f\x8b\x9f\x19\xa7\x37\x16\x75\xfb\x2d\x19\xff\x59\x96\x9a\x4f\xf5\x53\x9e\xd0\x3a\x5e\xc5\xf4\x3f\xc9\x3a\xe2\xf7\x70\xea\xe4\xe1\x15\xe9\x81\x7e\x82\xd3\xb7\x73\x9a\x99\xf9\x3f\x09\x53\x7e\x7b\x67\x55\x53\x5e\xc6\xbd\xf4\x7d\x36\xdb\x93\xe8\x14\xb3\xc7\x57\x72\xee\x44\x4c\x65\xd4\xa0\x2f\xfb\xdc\x40\xd4\x68\xd4\xa4\x77\x26\xd5\x23\xdc\x28\x82\xe2\x95\x43\xe3\x0f\xfc\x1a\x76\xc9\xab\x81\x66\x11\x10\x08\xb0\xfe\xb1\xc0\xd0\x7c\x3f\x4c\xfd\x5f\xed\x2c\xd7\xbe\x15\xdc\x00\xa6\x84\x35\x03\xf3\xff\xee\xc1\x98\x7b\x67\xea\xdf\xcc\x1c\x80\xa2\x6e\xdc\x3f\xfa\x5f\xcd\x06\xb6\xa4\x95\x59\x00\x75\x2d\x3c\x45\x9b\xb3\x00\xee\xae\x11\x8d\xdc\xbb\x75\xf2\x70\x5d\x81\xb2\x94\xaa\xc7\x60\xf8\xe5\x34\xdd\xdd\x56\xce\xed\x7c\x95\x79\x36\xd9\x41\x5e\xf5\xb8\xa2\x32\xff\xaf\xe9\x0d\x95\x6d\x39\x52\x69\x56\xc7\xf8\x8e\x0a\xa5\x7e\xaf\x1c\x2c\x9b\xce\xa1\x26\x2a\x3d\xdc\x7f\xfa\x60\xea\xd2\xd8\xd0\xcf\x35\x55\x9d\x89\x42\xd1\x53\x3f\xcf\x9d\xf6\x89\x33\x8e\x2e\xfb\x15\x7e\x52\x38\x66\x73\x14\x3a\xf1\xf5\x58\x69\xd4\xed\xc8\xf8\x29\x96\x23\xa3\x91\xec\xe1\x91\xd3\x66\x79\x5f\x23\x56\x86\xdd\x99\xc1\x65\x17\x85\x15\x84\x76\xcd\xbc\x4e\x57\x0c\xbd\x1b\x92\x30\x1b\x9a\x5c\x1f\xa2\x18\x7c\x79\x4e\x3c\xde\x22\xd8\x28\xf0\xf2\xdc\x87\xa8\x91\xc0\x9f\x81\x8f\xa8\x46\xe1\xd3\x01\x52\x81\x77\xa8\x7d\x21\x9c\xfe\xf9\x01\x81\x34\xe5\x40\x12\x00\x8f\xc8\xbe\x17\xcb\x26\xfe\x57\xff\xb7\x65\xf8\x7c\x30\x75\x4f\xe6\xdc\x2f\xd3\x0f\x83\xd9\x7f\x2d\x63\xfe\xf7\xfe\x81\xc5\xfa\xf4\x25\x5b\xdc\xca\x0b\x73\x5f\xdb\x0f\x0a\x14\xec\x71\xff\xb2\xb6\xc5\x52\xce\x4d\xfe\xc4\x2b\xce\x46\x3b\x4d\x9c\xf1\x85\xc6\xc4\x9b\x99\x66\xa8\xf7\xc9\xf3\x7d\x17\x31\xcf\x0f\x89\x5c\x47\x9c\x4e\xb5\xc6\xff\xca\xd7\x4e\x95\x28\x15\x2f\x15\x3f\xfe\x36\x3a\xe6\x78\x6b\x23\xf7\xc9\x84\x90\xac\x63\x3e\x83\x21\xe5\x1f\x03\xa3\x0a\x1d\x7f\x69\x9f\xf4\x0f\x68\x3c\xfc\x6d\xa2\xaa\xd8\x30\x60\x6b\x1e\x7d\x6a\xc5\x91\x5a\x7f\xaf\x9c\xa4\xa9\xa9\x83\x49\xfe\xeb\x33\xca\x66\x70\xd9\x91\xcc\xbc\x17\xdf\x7d\x29\xf1\xb3\xe7\x93\x42\x98\x7e\x1f\x3e\x1c\x09\x7e\x73\x4f\xa2\xf3\x7e\x73\x1f\x5a\xb1\x89\xd4\xbe\x10\x7e\xaf\xa5\x31\x79\xb4\xad\x41\x69\x5e\x6c\x91\x21\xb4\x58\x7f\x17\x00\x9e\x76\x4e\xd1\xa5\x77\x01\x94\x83\x77\x5b\x2d\x4d\xfa\xa3\xff\x7b\xfa\xe0\x2c\x71\x7f\xcd\xbf\x33\xe7\xbf\x99\x3e\x00\xd7\x19\xf9\xe7\x4c\x0e\x60\x51\xff\xa0\xb7\xf7\xdf\xd8\xf4\x11\x87\x1b\x99\x7b\x8b\xf2\xee\xdc\x7e\xe8\x8d\x56\xf7\x5e\xc9\x1c\xf1\xca\xc7\x9f\x5e\x8c\x13\x14\xb4\x3f\x5c\x7b\xff\x84\x60\xe4\xe9\xbc\xb1\xe4\x57\x93\x81\xcb\xd1\x08\xf7\xb4\xb4\x7a\xbe\x28\x4a\x36\x7b\x84\xea\x4d\xde\x62\xa7\xc3\xa6\x7e\xe5\xb5\xd0\x60\x5c\x48\x76\xcf\xbb\xb6\xbf\x3f\xbf\xe8\x94\x8b\xe0\x15\xfc\x04\x1c\x1d\x70\x79\x77\x2e\x6b\x6a\x53\xfe\x31\x17\xfe\xd3\x52\xd3\x0e\xb9\x37\x5d\xd0\xd2\xd9\x19\x91\xcc\x61\x17\xab\x13\x99\x33\xe3\xa9\x5f\x5d\x04\x8e\x86\xcf\x8e\x24\x84\xba\x88\x1f\x91\x98\x0b\x8a\xd5\x76\x2e\x39\xd4\x45\x65\x8d\xcc\x70\x49\xc9\xf5\xa3\x3a\x84\x1b\x3b\x9b\x66\x4f\x53\xa9\xc1\xab\x9d\x5d\x33\xc5\x69\x26\x01\x61\x4e\x03\xe9\xaa\xb4\x7a\x5f\x0b\xc7\x8f\xa9\x15\x74\x31\xcf\x3c\x00\x91\xa9\xdd\x63\x4b\x85\x01\x08\x45\x4b\x89\xff\x70\x20\x0c\xdd\x93\xa9\x7f\x57\x04\x32\xae\xbf\xd0\xbf\xfd\xbf\x5a\xf0\xc7\xa7\xfd\x18\x5c\x98\x8f\x1f\x95\x1b\x16\x66\x79\x81\xc3\xbd\xf7\xfb\xaa\xb3\xa7\x6e\xfd\x8d\xf6\x9c\x4f\x03\x22\x31\xfb\x56\x34\x58\x0e\x6e\x51\xfe\x84\xef\xaa\x0a\x7e\x33\xa7\xc7\x6e\x71\xe2\x70\xfd\xab\x0e\x07\x65\xbf\xad\x51\x83\xcf\x85\x43\x29\x09\xb5\x7e\x02\xcf\xf8\x0b\x23\xd2\xc5\x5d\x0e\x3e\x7d\x78\x8b\x2d\x3b\xd0\xd6\xb9\x35\xbd\x37\x3e\xf7\x9d\x45\xff\x13\xe3\x69\x5c\x6e\x9e\x65\xe6\x7d\x9d\xe9\xb9\x4c\x39\xab\xcf\x75\xca\x33\x07\xd3\xf2\xad\xf9\x6b\xee\xcc\x46\x26\x3e\xb3\x11\xad\xd6\x9d\x45\xe2\xb7\xda\xac\x3f\xfb\x78\xae\x36\xaa\xd5\x46\xe0\x94\x2f\x95\x14\xae\x68\x23\x77\xf2\x36\xf5\x76\xc8\x6e\x9b\xa9\x13\x46\xd4\xaf\x41\xe3\x36\x45\xc7\x48\x34\x0f\x7f\x3d\x1b\x9e\x42\x07\xda\xa0\x77\x99\xf5\xec\x11\x31\xba\xa0\xa7\x9e\xf5\x97\x83\x73\xf4\x54\x37\x33\x00\x49\xdc\x0a\x98\xef\xe7\xbf\x3e\x10\x4c\x0e\xa4\x84\xa1\x7f\x32\xf5\x5f\xa6\xfe\xd9\xb5\xc0\x81\x20\xbe\x9f\x77\xce\xd7\x1f\x5a\xa3\x0b\x1c\xc8\xfb\xb2\x89\xb2\x05\xfd\x83\x73\x96\xb8\x8b\x75\x79\xe0\x83\x3b\x53\x97\x05\x0c\xd8\xaf\x5c\xcd\x1d\x5f\x27\xdf\x23\x3d\x52\xaa\xf3\x5d\x4e\x9b\x4d\xb7\x3a\xe3\xd7\x17\x19\x1b\x55\x27\x9e\x20\x8e\xa1\x3d\x81\xd1\x21\xce\xae\xdf\x3e\x44\x1e\x3e\x13\x75\xca\x66\xdb\xe0\xe3\xda\x5f\xf1\x4b\x4d\xf9\x06\xee\x76\x05\x26\xde\x36\xf0\x1a\xf8\x31\xd3\x99\x94\x67\x40\xef\xfa\x3e\x7b\x39\x4e\xd1\x88\xb3\x0d\x99\x23\x46\x9b\x19\xb1\x3e\xca\xa6\xae\x09\x2b\x31\xde\x70\x4f\x92\xea\x13\x12\x6f\x7c\xb7\xce\x9f\xfa\x24\x48\xd5\x64\x6b\xed\x4a\x9a\xb2\xbf\x98\xa9\xe2\xa5\x2c\x9a\xb7\x1f\xb7\x69\xe0\xf9\xbb\xb4\xbb\xde\xf7\x4c\x4a\xce\xea\xd3\x4d\xdc\xe8\xa6\x32\xa7\x48\xf4\x0c\x57\x67\x33\xa9\x32\x0b\x7a\x86\xeb\x01\xd3\x2d\x25\x4d\xc8\x5a\x87\x1e\x00\x22\xe3\xba\xfe\xce\x85\x09\xff\xf7\x1c\x60\xfa\x20\xdc\xbf\xfb\xf7\xf5\xc7\x46\x87\x17\xce\x85\x31\xff\x9f\x0b\xba\xe0\x07\xb1\x39\xa3\xf9\xfa\xf2\x04\xb6\xc0\x0d\x3c\x8c\x05\x58\x37\x8d\xc3\xdd\x1c\x07\xe0\xed\xda\x42\x3b\x9b\x0b\xe3\xd2\x67\x04\x39\x0b\x42\xd1\x5c\x0d\x3d\xd5\xea\x84\x76\xea\x37\x0b\x17\x93\x74\xef\xb8\x99\x83\xbe\x55\x6e\x3b\xec\xfd\x67\x72\xf3\xfa\x7d\x9e\x9b\x36\xcf\x9c\xbf\xf2\x2a\x90\xac\x37\x34\x93\xde\xa9\x15\xb2\x49\x9b\x67\xf6\xfe\xf4\xc9\xd0\x75\xda\x02\xa3\xda\x54\x9b\xc0\x6e\xed\x97\x1f\xd6\x52\x3b\xfc\xc9\x3a\x87\x7a\xf6\xd2\x14\x7c\x06\x75\x7d\x5f\xec\xa1\x25\x78\x6b\x50\xf2\x9e\x68\xd2\x4e\x7a\x3d\xa6\x4c\x3c\x70\xa5\x4d\x7b\xd8\x52\x5a\xef\x96\xd0\x5d\x5d\x26\xf4\x0e\xdf\x92\xa5\x9f\x75\xde\xa4\x8f\xaf\x75\xa4\x37\x3a\xb9\xea\x9d\xbd\xf2\x05\x11\xb6\x2b\xd0\xbb\x50\x7d\x1f\x09\xb3\x1e\xd7\x7b\x79\x4e\x1b\xa9\xb2\xda\x0a\x60\xce\xb8\xfe\x61\x8c\xfb\xff\x20\x63\xfe\x9f\xa9\x7f\xff\xdf\x1c\xc8\x78\xd9\xc4\x8b\x05\xfd\x4f\x94\xbe\xf0\xfb\xaf\x45\x19\xfa\xd7\xbb\xc5\x7a\x2d\x15\x60\x29\x1d\x87\x3b\xc7\x0f\xc0\x33\xba\xe9\x7c\x71\x2c\x80\xd4\xc5\xbd\xa2\x59\x6b\x20\x88\x34\x2e\x2b\x17\xb1\x1a\x0b\x36\xb3\x25\x9b\xb8\xc9\xa2\x36\x9e\x1d\xe6\x9f\xad\x0b\x90\xe1\xf4\xf5\xb6\xe1\xc6\x85\x88\x61\xa5\x9f\xd3\x39\x8a\x0c\x1d\xbb\x57\xe4\xa2\x49\x76\xa2\xe7\xf4\x0e\xba\xf5\x69\xc8\xd1\x53\xa7\xed\x5d\xab\xd4\x75\x67\x97\xd0\xf5\x9c\xd4\xd4\x1f\x8c\x60\xf4\x44\x47\x6e\xf5\xfa\x0f\x63\xf4\x0f\x76\x52\x1a\x4f\xdf\xb4\xd2\x87\xec\xce\x69\x92\x5e\xe6\x21\x3b\x6c\xf7\x68\x19\xb5\xb5\x22\xdc\xb6\x02\x5a\x71\x8f\x1d\x10\x27\xeb\x95\x5a\x65\x4d\xd3\xc8\x51\x4b\x29\xb2\xeb\x9d\x7c\xe4\xaa\x45\x84\xd6\xb9\xfa\x3a\x74\xb9\xe9\x0e\xb2\xc3\xf5\x43\x28\x97\x09\x1f\x80\x67\xff\xbf\xfb\xa0\x82\xf1\x1c\xa8\xbb\xbf\x58\x5f\x30\xee\x93\xe1\xe3\xf3\x75\xb2\x79\x7a\xbe\xe0\x3e\xff\x80\x85\xe7\x43\x17\x63\x0e\xf6\x61\xfd\xbf\xfa\x5f\x65\x11\x00\x2e\x19\x87\x3b\x61\x04\xc0\xed\xbe\xbe\x25\xaf\x03\x40\xea\x20\xd7\x70\x7c\x2f\x34\x11\xc3\xc5\xf8\x02\x12\xb0\x6f\xa6\x7c\x6a\x17\x1d\x77\x61\xda\x6e\x4b\x74\xa2\x2c\x57\xa1\xdd\xf1\x2f\x8c\x8c\x0c\x8f\xa0\xf9\x45\x44\x53\x39\xdd\x75\xa8\xcd\x25\x33\xb3\x57\x9a\xbf\x50\xa1\x07\x89\xe6\x03\xea\x2b\x10\x7a\xaf\x82\xc5\x33\x02\x0d\x79\x33\x39\x6b\x29\xa5\xe6\x84\x9a\x20\x9d\x26\xeb\xf0\xf7\xa7\x9f\xa1\x5b\x0c\x53\xd5\xb4\xbe\xef\x44\x37\x18\xa2\x6a\xa1\x1f\x23\x51\x61\xc3\xcd\x6a\xb5\x7d\x1f\x50\x8a\xfe\x2f\x42\x52\x97\x25\xaa\x63\x60\x4e\x54\xe8\xd8\x88\xea\x1a\x1c\x21\x94\xb5\x25\xa3\x85\x14\x07\xc2\xc4\x63\x51\xf4\x9a\x2e\x91\xd8\xde\x94\x80\x5e\xd3\x3d\xf4\x67\x1f\x14\x1f\x62\x9c\x83\x0c\xff\x87\xa7\x8c\x3c\xa0\x8f\xd5\xf3\x75\xf6\xed\x9c\xd5\x82\xfe\x39\xcb\xe0\xa0\x18\x7a\xff\x63\x86\xee\x73\xb3\xfa\x5f\xfd\xb3\x34\x0d\x60\xd7\x87\x15\x0d\x07\x7d\x00\xb8\xf8\xd7\xba\x24\x3f\x03\x10\xaf\x64\x7b\x1a\x6e\x09\x93\x04\x25\xc1\x56\xcf\xa7\xe0\x61\x78\x46\x16\xb5\xa1\x62\x9f\x1d\xcf\xaa\xe5\x98\x6d\xc5\xca\xc3\xef\x6b\x7c\xd5\x77\xc5\x42\x72\x43\xc8\x79\xda\x43\x98\x72\x99\xab\x2e\x0b\x93\x7b\x20\x15\xa1\xfd\xcd\xda\xfa\x81\x04\x49\xf4\x6a\x6f\xbb\x41\x15\x7e\x1b\xfa\xf4\xe7\x6b\xbd\x6e\x15\x71\x4c\x07\x7d\xab\xd5\xfd\x3b\xdf\x22\x66\xe6\x3b\x46\x20\x3e\x55\x96\xfd\xd1\x84\xed\x54\xef\x54\xe6\xf8\xf4\x08\x13\x27\xdd\x54\xfa\x3e\x60\x80\xe9\x12\x7d\x55\x12\x7a\x71\x18\x9b\x86\xb4\xca\xdb\x97\x21\x18\xbf\x7a\x9b\xb2\xd1\x73\x2e\x2c\x11\x3f\x0b\x70\x98\xeb\xdf\x73\xe0\x11\x83\x87\x58\xd4\x7f\x69\xf7\x67\x1d\x70\x7f\xf9\x20\x30\x39\xa8\x16\x4b\x06\x07\xf4\xfd\x5f\xfd\xb3\xf8\xc8\x62\xcd\x7a\xbb\xa8\xfb\x27\x1e\x04\xd8\x94\x8d\xc3\x45\xeb\x02\x88\xbe\xdf\xb1\xcb\xaf\x12\x40\x95\xca\x7b\xc9\xc5\x0c\xce\xeb\xc7\x88\x0f\x59\x86\x81\x9a\xfd\x72\x85\x1b\x46\x03\xc0\x1d\xe4\xa6\xc2\x49\x71\xc0\x20\x65\x18\x7f\x99\x5c\x83\x3d\x38\xba\x8a\xe4\xae\x61\x83\x35\x9c\xca\x26\xb9\x11\x9d\xb1\xb2\x6b\x04\x75\x2f\xb5\x6c\xcc\xbd\xb9\x4a\x8b\x45\x65\x0c\x0b\xee\xda\xa9\x71\x4f\xe9\x3d\x56\x3c\xac\x43\xb2\xfe\xcd\x3b\x68\x82\x38\xf6\x52\x29\x53\x0e\xc0\x0f\xb6\xc8\xf5\xcb\xc9\xcc\x65\x00\xb7\x6c\x89\xdc\xeb\x9f\x1b\xb1\x19\xf9\x27\xf2\x4b\xbe\x0e\x62\x3f\x14\x24\xe5\x76\x7d\xdc\x00\x5b\x65\x6f\xcb\x3f\xec\xdf\x81\xbd\x57\xdc\x0a\x70\x26\xe8\xdf\x73\x70\x91\x83\x41\x5f\xcc\x38\xcf\xd7\xef\x78\x48\xc2\xfd\xe5\x83\xf0\x9b\x03\xca\x61\xe8\x9f\x3f\xfe\xd5\x3f\x99\x39\x00\xcc\xf9\xef\x58\x2d\x00\xce\x0d\xab\x4a\x03\x65\x01\xf6\x97\x6d\x59\xe7\x31\x0d\xa0\x32\xcc\x15\x65\xa7\x0a\x5f\x75\x0d\x05\xbf\x9b\xe6\xc1\x71\x2b\x92\x44\xad\x81\x31\xc4\xf8\x04\xcb\x74\xea\xf2\x82\x51\xec\x6b\x85\xca\xdf\xf9\x0e\x09\xc0\x75\x2c\x49\x79\x98\xa0\x0d\x42\x95\xca\x4a\xaf\x7f\xe7\x3a\xa8\x60\x5f\x9a\xb3\xf0\xfa\x4a\xa7\xb1\xa1\xce\x52\xbc\x8a\x42\x3f\x86\x0c\xf9\xa8\xa4\xca\x3f\x00\xd1\x69\x19\x25\x96\xdf\xbc\xc3\x24\x3c\x80\x40\x49\xfd\xdf\xbc\x43\x32\x8d\x07\x5e\x0b\x7d\x97\x54\x9f\x2c\x86\x16\x61\x19\x49\x8e\xef\x87\xa1\x41\x38\x01\xa0\x9e\xc1\x83\x31\x73\x81\x16\x39\x98\xb1\x0f\x70\x6e\xbe\xf6\x8d\x2e\xf6\xc3\xf4\x41\xb8\xc3\xd0\x3d\x2f\xdd\xff\x57\xff\x64\xea\xbf\xa9\xa9\x8b\x95\xe9\x03\xe1\xf6\x0b\x60\xb9\x2d\x0e\xe7\x79\x1c\x40\xf0\xfc\x06\x57\xa7\x17\x00\x0a\x63\x6c\xf7\x2d\xa3\x00\xc8\x2d\x7c\x38\x43\x07\xe8\x33\x5b\x26\x54\x42\x51\x84\xa7\xae\x26\x22\x73\x64\x43\xa8\x09\x2d\x97\x20\xa9\x0f\x41\x45\xf2\x66\xc9\x1f\x24\x23\x88\x3e\x60\x29\x2b\xa2\x76\x1e\x02\x8b\x9b\x64\xef\x31\x73\x1d\x94\xbc\x21\xec\xaa\xbe\xcc\x25\x85\x09\xb0\xbe\xaf\x26\x67\x2f\xdf\x0d\x26\x6d\xc3\x72\x57\xe4\xa6\x80\xd2\x7f\x44\x5e\x55\xb6\x1d\x02\xbf\x2f\x91\x55\x66\xf2\x0e\xd2\xef\x61\x04\x4e\x88\x65\x49\x1e\x07\x80\x11\xa1\xad\xe2\xbd\x00\x00\xfc\x02\xa2\x6f\xb0\xf9\x77\x49\x9f\x3f\xe7\xe0\x22\x07\x33\xc1\xe8\xfb\xb7\xfe\xcb\x98\xff\xbf\xcb\xc8\x47\xba\xc2\xd0\x6d\x4f\x31\x7c\x40\x0a\x6a\x18\xfa\xef\x1e\x86\xfe\xcd\x38\x1f\x7c\x18\xba\xb0\xed\x76\x00\x9c\x35\x0e\xe7\x6c\x06\x20\x60\xbf\x2e\xde\xba\x05\x40\x2e\x6e\xfb\x3d\x93\x51\x00\x0d\x7b\xce\x41\xbd\x14\x00\xc3\x70\xbe\x70\x1d\x5f\x18\x75\x2c\x12\x5a\xa9\x51\x0b\xe3\xbe\xa3\x42\x16\xcc\x7c\x07\x42\x04\x3c\x4f\x91\x16\x3d\x80\xcf\x86\xa6\x5c\x4c\xec\x89\xf2\x4d\xb8\x53\x2c\x27\xbe\x4d\xb1\x11\x6e\x55\xb2\x8b\xeb\xca\xcb\xc3\xbd\xcb\x81\x62\x3e\xb2\x37\xa0\xee\xf6\x19\xb1\x27\x72\x78\x48\x6f\x0d\x90\x1a\x94\xd9\x08\x17\xba\x54\x24\xb6\x49\x67\xc3\xf5\xa1\x23\xe2\xef\xa4\x65\xe0\xd5\x44\x87\xd8\x79\xa9\xcf\x00\xd0\x28\xb2\x57\x92\x08\x00\xd3\x82\xba\xcc\xf5\x60\x72\x30\x33\x8c\xeb\xfc\x81\xc1\x75\x30\x39\x20\xa6\x0f\xc2\x55\xc6\xf5\xff\x7f\xf9\x20\xc4\x33\xfe\x1f\xd3\x07\xc2\x65\xed\x62\x75\x7d\x0c\xb0\xbb\x63\xc5\x1a\x6b\x3e\x00\x5e\xef\x55\xea\x26\xf7\x00\x24\x92\x37\xf6\x1b\x0c\x01\x10\xfb\xd9\x15\x75\xaf\x01\xe8\x9f\xe7\x99\x22\x0b\x01\xd8\x44\xf2\x51\x34\x9a\x01\x3c\x0a\x04\x36\x10\x4f\x00\x35\xa4\x49\xf0\x28\x3e\x09\x20\x86\x28\xf0\x54\xa5\x08\xe8\xa9\xb2\x82\x37\x95\xb9\x61\xe4\x40\x8b\x70\xaa\x62\x05\x0c\x16\x0d\xed\x0f\x52\x88\x84\xe7\xa7\x2e\x89\x6e\x65\xfa\x1a\xc8\x04\x40\xcf\xad\xbe\xfd\x5f\xa5\x9b\xe0\x45\xd3\x29\x91\x4a\x26\xef\x20\xd5\x0a\x2d\x6f\xdb\x45\x3f\x31\x79\x07\x49\x15\x80\x89\x0e\x61\x29\xe6\x7a\x20\x8a\xf0\x0c\xf7\x37\x07\xf4\x1f\x3f\x20\x66\x2e\x16\x33\x17\xea\x98\x15\xe3\x1c\x60\xf0\x3f\x49\x8c\xf5\x09\x67\xec\x03\xa6\x0f\x04\x53\xff\xb7\xcb\x01\xd8\xfd\x69\x79\x95\x7a\x1e\xc0\x6a\x4d\x1c\x4e\x7f\x1a\x40\x74\x60\xbd\xbe\xb6\x1e\x80\xd2\xd7\x6d\xeb\xb4\x34\x00\xb4\xb7\xb2\x8f\x6a\x64\x00\x98\x3b\x70\x9d\x23\x99\x03\x38\x25\xf3\xa0\x6a\x4e\x00\xbe\x99\x7b\xc5\xf0\xee\x00\x61\x42\xfc\x96\x2a\x12\x00\x31\xd5\xfc\x5c\x4a\x11\x00\x29\xa1\xfc\xf5\x0a\x8d\x00\x79\x2f\xf6\x8d\xc8\xfb\x03\x1c\x9d\x12\x98\x90\x79\x02\x50\xc6\xb3\x2f\x5c\xfa\x26\xc0\x79\x79\x01\x17\x69\x36\xa0\xd7\xa4\x09\x1a\x4a\xe9\xc0\x54\xc3\x8c\xd0\x0a\xc9\x0c\x98\x7c\xcc\x22\x44\x91\xdc\x08\x13\x9d\xc6\x42\xf7\x24\xbe\xc1\x54\xdf\x7d\x61\x1e\x89\x3a\x80\xd1\x4c\xa1\x82\x61\xc6\xdf\xcb\x7c\x0f\x7a\xb4\xec\xdf\xf7\x80\xaa\xa0\xc5\x7a\x42\xf3\x3f\x1c\x0c\x63\x3d\x22\xa5\x16\xab\x1f\x37\x83\x7f\x61\xf8\x6a\x99\xe2\x17\xab\x36\x83\x33\x55\xdb\x0b\xc0\x3a\x84\xc3\x69\xff\x04\x10\xa2\xad\x31\xd4\x60\x05\x50\x20\x6d\x26\x12\x56\x00\xa8\x15\x6d\xab\xc0\x77\x01\x18\x9c\xdd\x95\x83\xbf\x0d\x60\x99\xcd\xee\xa1\xaa\x0c\xe0\xf2\x8d\x63\x4c\x45\x1b\xc0\xa7\x95\xeb\xaa\xf2\x66\x80\x90\x8f\x3c\x02\x8a\x86\x00\x31\x6f\x78\x5e\xc9\x7f\x03\x48\xb9\xcd\x7b\x49\xd6\x19\x20\xc7\x9c\xa7\x57\x56\x0a\xe0\x88\xcb\xde\x77\x32\x51\x00\x27\x8f\xf2\x0f\x4a\xbd\x06\x38\x3d\xc7\xbf\x49\xf2\x17\xc0\xc5\x10\x7e\x2f\x49\x17\x80\x9b\x2e\xfb\x52\xc5\x07\x01\xee\xbd\xe6\x0f\x10\x6b\x07\x78\xc2\xc3\xf7\x4c\xec\x25\xc0\x4b\x6e\xfe\xcb\xbf\x9f\x83\xa6\x8c\xe7\xe0\x81\x7f\x9f\x83\xcc\x5c\xa8\xc3\x0c\xde\x27\x83\x91\x17\x13\x53\xf6\xef\x3e\x70\x0f\xfd\xf7\x3e\x30\x58\xfa\x2f\x07\x22\x37\x02\xb0\xa4\x0e\x87\xd3\xf0\x00\xd8\xc7\xce\xfa\x70\xfe\x3a\x4b\xbc\x5c\x4b\x53\xde\x0b\xa0\xd4\xb6\x29\x40\xa1\x15\x40\xeb\xe1\x16\x6e\x45\x23\x00\x63\xdd\xed\x64\xa5\xa3\x00\xb6\x25\x6c\x78\xf9\x55\x00\x4e\x56\x3b\x2f\x2b\x76\x01\xf8\xcd\x70\xfc\x52\xd8\x05\x10\x48\xe7\xe0\x93\x5b\x02\x10\xe5\xce\x11\x21\xe3\x01\x90\xa4\xc4\xf1\x4d\xc6\x0c\x20\x0b\xe1\x96\x94\x0e\x04\x38\xec\xca\xb3\x5e\xd2\x16\xa0\x28\x8f\xeb\xa7\x24\x0e\xa0\x3c\x84\x27\x52\xc2\x15\xe0\x5c\x10\xaf\x9e\xf8\x32\x80\xab\xcf\x79\xfa\xc5\x9e\x02\xd4\x1b\xf2\x7e\x14\xe3\x02\x68\x3c\xcf\xbb\x40\x43\x51\x70\x8b\xfa\xc5\xbf\xbe\x20\xff\xe3\x83\xa0\xa6\x3a\xcd\x3a\xf6\x87\x83\x50\x93\x26\xe1\xb7\x0b\x00\xa8\x37\x6a\x49\xb0\x55\x01\x90\x33\xf5\xac\xb8\x76\x01\x50\x3e\x98\xe7\x09\x24\x01\xe8\xe9\x38\xfd\x14\x5b\x02\xa0\x77\xda\xef\x9b\xac\x1d\x00\xc5\x29\xf6\xbb\xca\x31\x00\xed\x8a\x5c\x94\x78\x1e\xc6\x35\x5f\x94\x56\x68\xce\x40\xbd\xfa\xfa\x1a\x0d\xdd\x1a\xa8\x20\x44\x3c\x58\xa6\xe7\x06\xb9\x78\xa3\xd7\x9d\xfa\x74\x38\xa4\x72\x71\x38\xc5\x80\x13\x12\x55\x52\xe7\x5e\x18\xb1\x43\x9b\xb2\x3d\xaa\x4a\xb9\x07\xa0\xf8\x06\x7d\xa0\x85\x9b\x6e\x53\xe2\x47\x2f\x91\xb7\xfd\x98\x50\x52\x42\x6f\x6b\x9d\xff\xcc\xa7\xf4\x06\xbd\x41\x56\x7c\x5f\xa9\xd4\x8a\xf6\x6b\x9e\xef\xdd\xaf\x5c\x80\x76\x6b\x69\xbf\x7c\xad\x1c\x8a\xe1\x34\xbc\xda\xe2\x55\x74\xb1\x35\x1a\x94\xc7\xa7\x54\xf7\x62\xac\x1a\x77\x1f\x2e\x57\x59\x8e\x19\x10\x59\xee\x77\xab\x5a\x63\xa2\xea\x0b\x77\xb9\x4e\xc5\x7f\x78\x98\x05\xfd\x7f\x49\x98\x12\xdb\xdf\x7a\xa7\x50\x88\x8a\xcf\x2a\x35\x00\x85\xd5\xaa\x7c\x1b\x63\xff\xac\x83\xc6\x53\x8d\x28\xb6\x9b\x00\x3a\xf9\x14\x0b\x6e\x7f\x00\x3d\x65\xe3\x3b\xfc\xbf\x00\x0c\x2e\x3a\x2d\x93\x08\x00\x30\xd0\xf3\xdf\x26\x3f\x08\xa0\x87\xc6\x4e\xa9\x59\x02\xe8\x3c\xcb\xdd\xa0\xae\x0f\xaf\xb4\xbe\x94\xa2\xda\xe9\x70\x4a\x7d\xfa\x6a\xa4\x5e\x24\x04\x11\x2b\x1e\xd4\x18\x8e\x82\x27\xbe\xb7\x47\xc9\x28\x0e\x5c\x54\xa3\xbf\x06\x1b\xf3\x80\xa7\xca\x17\x44\xc4\xf8\x2d\x5c\x57\xbe\x8f\xee\xd6\x57\x42\xdc\x94\x24\xd0\xd3\x64\xe7\x49\x7e\xa5\xb3\x68\x9e\x76\xc9\xb7\x60\xe5\x08\x34\x5c\x07\x1d\x1c\x52\x11\x44\x23\x75\x8d\xdf\x4a\xa9\xdc\x47\x93\x74\x89\xaf\xf2\x55\x97\xa2\x67\xb4\xbf\xb7\x23\xaa\x9b\xd0\x17\x64\xd1\xd6\xdd\xaa\x25\x68\xbf\x56\xdf\x43\x37\xb5\x9d\x68\x83\x76\xcf\x03\x82\xaa\x34\x26\xa8\x8e\xbf\x3b\xa7\xea\x86\x91\x48\xeb\xfe\x2f\x2e\xe8\x5f\xfd\x9f\x43\x43\xe9\xdc\xb2\xef\x00\x62\xc2\x8a\x0f\x57\x8f\x03\xc8\x9b\x2b\x99\x6c\x08\x01\x20\x18\xe3\x2d\xb7\xad\xfd\xc3\xc5\x50\x3e\xe9\xd2\x78\x50\x00\x03\x5f\xe3\xdd\x02\xdd\x00\x46\x21\x0e\x03\x52\x4b\x00\x8c\x0a\x7c\x43\x94\x64\x01\xf4\x27\xa3\x3e\xe2\x27\xe1\x0b\x25\x37\xe7\x9d\x56\x3e\xb4\x90\x13\x4a\x4b\x75\x4a\x20\x40\x33\xed\xaa\x95\x91\x09\x04\x13\xe3\x9b\x09\x86\x2f\x40\x56\xad\xae\x37\xd0\xb4\x11\xc4\xf1\x5c\xa3\xfa\x66\x2e\xe0\xac\x82\x20\x27\x4d\x14\xa1\x52\x65\x39\xba\xc4\x80\x32\x77\x51\xf9\x15\xca\xa1\x4f\xf8\xc9\xae\xc2\x89\x0a\xe8\x8b\x7e\x7e\xa7\x32\x80\xf2\xea\xbf\x7a\xff\x51\xa5\x1f\x35\xa7\xfc\xea\x99\x56\xd5\x40\x83\x29\x3b\x3b\xea\xf0\x99\xa8\x8b\x9e\x42\xdb\x49\xd5\x4c\xb4\x8d\x7c\xe4\xb1\x13\xfe\x15\x7a\x53\x7b\xea\x01\x01\x9f\x80\xfe\xd0\x0a\xbc\xd7\x88\x3f\x89\xad\xd4\xd4\xbe\xfd\x45\xcd\x18\x5b\xa3\x69\xb1\xb0\x1f\x54\xfe\x2f\x2e\xe8\xbf\xfa\xbf\x38\x4d\xa1\x78\x4d\xee\x1f\x0e\x82\x78\x4c\x75\x60\x1b\x37\x80\x76\x16\x09\x61\xa3\x02\x18\xdc\xd2\x0d\xe7\xed\x06\x30\x1c\x31\x7c\x20\x58\x05\x60\x9c\x6a\x67\x25\xd9\x0e\x60\xfc\xd1\x53\x54\x91\x02\x60\x78\x2a\x4a\x94\x68\x09\x03\x7a\x4b\x72\x52\xc9\xaa\x50\xa9\xb3\xa1\xa4\x59\x2f\x1b\x0c\xb5\xf8\x6a\x2c\x4c\xb2\x61\x2f\xe9\xc3\xa3\xe7\xe6\x5b\x31\x94\x90\xf2\xf6\xb0\xa5\x12\x08\xe0\xf9\xc7\x48\x66\xa3\xa0\xa0\x7a\x10\x71\x30\x2b\x81\x5c\x15\x3b\xe4\xbd\xe1\xa5\xe9\xa3\x2a\xae\xc8\xb4\xe1\xc6\x11\x0f\xd5\x4a\xe4\xb1\x71\xc6\xd0\x7e\xbc\x0d\xf2\xcc\xf8\x66\xdf\x21\xbc\x3e\xba\xd6\xd0\xeb\x55\x09\x7e\x0e\x15\x36\x28\x7a\xde\x83\x6f\x46\x3d\xf4\x04\x5a\x0d\xd4\x6c\xd0\x18\x4a\xe1\xc3\xfd\x6a\x2e\xe8\x65\x9d\xa4\xc6\x23\x84\x5f\x68\x2e\x25\xaa\x41\x95\xb0\x1d\xfd\x4c\x36\xab\xeb\x22\x94\xa0\x9f\xc9\x71\x7f\xf3\x51\x8b\xb9\x49\x4c\x9d\x8f\x9d\x4f\x45\x70\x29\x0d\x80\x3b\x5d\xbe\x6d\xc5\x26\x00\x89\x6a\xb9\xf8\x35\xb1\x00\x8a\xba\x0a\x37\x37\xfc\x04\xd0\x78\xa9\xdc\xbd\xf5\x31\x80\x2e\x91\x08\x6c\x3d\x00\x86\x75\xe4\x03\xdc\x65\x00\xc6\x2c\x86\xdf\x85\xfc\x01\x4c\xc7\xad\x57\x48\xdd\x03\x30\x19\xf4\x34\x57\xea\x03\x30\xf2\x88\x88\x26\x46\xc1\x1d\x03\xc1\xac\x72\x5d\x15\x88\xd7\x55\x2e\xdd\x6b\x18\x09\x12\x64\xf1\xab\xce\x66\x17\x81\x93\x34\xf0\xd8\xcd\xdc\x01\x96\x10\x0c\xfb\x2e\x5a\xd0\xb1\x8f\x6a\xb8\x5f\x76\x56\xd3\xb0\x4b\x95\x8e\x88\x59\x78\xd0\xbd\x54\x6e\x20\x0f\x8d\xfa\x27\x58\x55\x25\x90\xbb\xc6\x29\xc3\xbc\xf8\x0d\x48\x83\x09\xdf\x80\x0f\xfe\x25\xd2\x64\x62\xd3\x6b\xa7\x86\x47\x86\x8d\x65\x3b\xea\x08\x91\xc8\x27\xe3\x81\xff\xe1\xc2\x96\x13\x26\xd0\x40\xbd\x93\x77\x0f\x13\xa5\xd1\x42\x8a\x78\xfd\x71\x62\x04\x7a\x5d\xe7\xd7\x0d\x32\xb1\x1c\xed\xd7\x56\xf8\x5f\x2e\x88\xa9\xf3\x31\xf5\x7f\xbe\x1f\x32\x43\x2c\x71\x7f\xf2\x20\xf0\x61\xf2\x5f\x37\x36\x02\x90\x95\x95\x14\xb7\x7a\x03\x18\x7c\x51\x33\x62\x73\x03\x30\x56\xd0\xd2\xe3\xde\x0b\x60\x7a\xdd\xa0\x59\xa8\x1a\xc0\xfc\xaa\x45\xa9\xb4\x3d\x80\xb9\x97\x9b\xa6\x4a\x14\x8c\x9b\xe4\x85\x1f\xd0\xc8\x84\x06\x03\xc9\xac\x63\xba\xda\xe0\xad\x3b\x53\xf2\xcc\x68\xf4\x37\x2f\x37\xac\xfe\xae\x85\x60\xf5\x1a\x7b\x47\xa8\x7a\xcf\x6f\xcd\x8b\x35\xa8\x91\x67\x1a\x6c\x49\x20\xa1\x7a\x0e\x31\x35\x5f\x35\x47\xc2\x6f\x46\x48\xe6\xe3\x3f\xa2\xf0\x0d\x88\x8e\x05\x7e\x68\x4e\xed\x20\xe2\x60\xb1\xb6\x4f\x84\xe0\x8f\xf8\x5a\x6c\x7f\x15\x4f\xb4\x46\x92\xcc\x5b\xda\x49\xc4\xaf\xc8\x79\xb3\xe3\x2d\xf2\xa4\x32\xe4\x89\xe9\x9d\x66\x3d\x52\x3e\x8a\x33\x2e\x67\x72\x61\xb7\xab\x49\xcf\x51\x67\xfd\xee\x9b\x56\xea\x3b\xd1\x4c\x3d\xa3\x9a\x27\xa4\x6a\xf4\x95\xf6\xc8\xff\x9e\x0b\x4c\xfd\x7f\x63\x92\xcc\xba\xf9\x2a\xa0\x21\x33\xbd\xd2\xf5\x0f\x07\xc1\xf4\x83\x60\xe6\xa4\x30\xfd\x62\xcc\x6a\x35\x9d\xb9\x1f\x01\x58\x5a\xe9\xf5\x0b\xe5\x03\x58\xc8\x58\x2c\x95\x2e\x01\xb0\x48\x74\xd9\xad\x92\x02\x03\xa6\x10\xb6\x5c\xf3\x07\x94\x1b\xd2\x32\x6e\xe8\xa5\x82\x39\xe5\x46\x89\x9b\x89\xeb\xef\x75\x78\xa0\xe1\xf0\xc4\xcd\x76\x15\x76\x9a\x68\x35\x50\x67\x47\xc6\x8e\xab\xe5\x51\x3f\xda\xb3\x62\x80\x37\x40\x58\x2d\x3b\x26\x82\xd4\x2c\xe8\x83\xd6\xef\x86\x9b\x09\x3e\xf4\x37\x36\xad\x03\x64\xa2\x00\x7d\xce\x46\xba\xfb\x09\xf1\x20\xa2\x61\x39\xd2\x69\x4f\xf2\x44\x74\xac\x76\xb5\xd6\x90\x3e\x21\x47\xcc\x9b\xff\xcb\x85\x35\x6c\xd0\xe0\x43\x37\x1a\xa7\xdd\xdc\xa7\x29\x86\xee\x32\x8e\xbe\x96\xae\x29\x87\xea\x1a\x46\x5f\x0e\xd2\x48\x42\xcf\x50\x42\xfe\x5e\x87\xc5\x73\x01\x97\x28\x53\xfb\xb7\xfe\x2f\xe4\x20\x79\x63\x65\x2b\x80\xbc\xa9\x94\xc1\x5a\x57\x00\x8d\x9f\xd2\x97\x36\x0c\xfe\xe1\x41\x98\x5c\x8c\xb5\x22\x69\x80\x5b\x1b\xc0\xa6\x44\xf7\xa0\x60\x23\x80\xb5\xad\xd9\x03\x19\x5e\x00\xab\x2e\xa7\x32\xfc\x10\x3c\x33\x3f\x13\x42\x21\xa7\x40\x9a\xb1\x41\xfa\x5b\x83\x13\x20\xac\xaf\x7a\x22\xc9\xdc\x05\xab\xd5\x39\x75\x8d\xc7\x2e\x05\x8b\xd2\x4c\x6c\xdd\xef\xb8\x03\x73\x20\xce\x0c\x7d\x74\xfc\xfe\xdb\x2f\xeb\x89\x5a\x03\x3d\xcd\xee\xfe\xd8\x13\x82\x15\x3d\xdf\xae\xe7\xe3\x39\xe2\x20\x3d\xdc\xa1\xb0\xaf\x9c\x24\x4c\x6f\xb3\xe3\x78\xa5\xa6\x1e\x4f\x7f\x69\x97\xd8\xd6\xa5\x61\x8f\xe0\x6c\x6d\x7e\x73\x61\x9b\x34\xe5\x91\x40\xcb\x9e\xbb\x3e\x9a\x12\xc8\x45\xf3\xea\x9b\x45\x5a\xfb\x91\x5e\x33\xdd\xda\x36\xad\x5d\x28\xab\x49\xd0\x65\x1a\x59\x11\xdd\x64\x62\x57\xdd\xa9\xe5\x8c\xfa\x1a\xb8\xfe\xc3\x05\x2d\x9c\x13\x4b\x70\x52\x46\x0b\xcf\x09\x39\x19\xab\x65\x89\x00\xa2\x9d\xe2\xc1\xab\xf8\x01\x94\x44\x25\xaf\xaf\x3d\x0b\x40\xe6\x91\xde\xb4\x71\x09\x80\x61\xbd\xd4\xaf\x4d\x3d\x00\x96\xb5\xf2\xb0\x23\x04\xc0\x3e\x57\x2d\x9d\xb3\x1d\xc0\x71\x40\x3b\x5b\x88\x0f\xc0\xbe\xde\xc4\x48\xba\x1b\x68\xb6\x09\xf6\xa2\x04\x89\xdf\xbe\x62\x0e\xa6\xcd\x29\x88\xb1\x37\x86\x1a\x9c\x3e\xb1\xd6\xca\x0f\x2b\xd7\xf9\x75\xcd\xd7\xbe\x18\xd3\xd6\x9c\x7c\xda\xe3\x5c\x80\xad\x26\x95\x7c\x89\x73\x5b\x85\xf1\x10\x1e\xd3\x1a\x5d\x86\x7e\x95\x12\x4b\x68\x5d\x2e\x93\xc3\xb2\xa4\x53\xb4\xef\x2e\xc8\xfb\x02\xf5\x1f\xb4\x2f\xae\x4f\xbb\x29\x1a\x4e\x74\x1d\xe7\x4d\xcf\x06\x34\x8b\xe9\x29\x8e\xaf\x5a\x5c\xb4\x0e\xd1\x8b\x1c\xf3\x1f\x64\x6b\xf5\xd1\xfb\xec\xa3\x98\x3e\x59\xb7\x6e\x93\x51\xc4\xc0\xfa\xc3\x75\x2f\xf2\x73\xe4\xa8\x25\xf1\x72\xa7\xf6\x0e\x64\xc8\xcc\xbf\xba\x4a\xdb\x0e\x65\x31\xdd\x7e\xf6\xa4\xce\x1e\x54\xd4\xb8\xea\xef\x73\x61\x71\x3f\xac\x48\x95\x98\x9b\xaf\x3c\x23\x92\xbb\x56\xb0\x00\x48\xca\x8b\x7d\x5b\xf5\x0e\x00\x1f\x29\x7a\x6d\x4d\x2a\x00\xc5\x42\x7c\x6a\xc3\xe6\x3f\x3c\x88\xdd\x4e\x99\xb2\xed\xac\x00\xae\x7a\x2a\xfb\x39\xae\x02\xb8\x69\x68\x7d\x12\xf2\x02\x70\x21\x18\xda\x4b\x75\xc0\x88\x7d\x8a\x9d\x36\xf1\x2d\x9c\xb4\x39\xe1\x7b\x48\xf7\x29\x08\x5b\x6c\x4e\xce\x34\xdf\x8c\x3d\x31\x3a\x53\xbc\xc6\xf6\x3e\xa6\x45\xa9\xbb\xc6\xed\x92\x80\x0e\x68\x0d\xb7\x0f\x7b\x34\xa1\x19\xea\x27\x47\xa4\xbc\x27\xa8\x43\xa4\x7d\xb4\x5d\x5e\x12\x23\xd2\xea\x71\x34\x3d\xcf\xbb\x83\x3d\x1a\xfd\x34\x8a\x57\x64\xf7\x37\xad\x08\x9a\xbd\xd7\x8d\xe7\xef\xc8\x2b\x69\x9d\xee\x35\x2d\x26\xe4\x19\x3a\x9b\xeb\xd7\x26\x5f\xed\x1a\xba\x85\x8b\x26\x93\x87\xaa\xc3\xe9\xe4\xd2\x7b\x1d\x5c\x6b\x8a\x75\x65\x11\x41\xdb\x76\x26\x0f\x75\xde\x4e\xb7\x0f\x29\xb5\x6c\x3e\x53\x4b\xd1\x43\x1e\x5b\xe8\x55\x56\x53\x88\xc8\xa8\xd9\xd3\xbf\x79\x18\x99\x84\xf9\xba\xfe\x86\x84\xfa\xc2\xb9\xa0\x22\xb6\x9e\xa5\x00\x40\x6e\xb5\x68\xd1\xea\x1d\x00\x1a\x29\x22\x4b\xd7\xd4\x00\x18\xf2\x09\x57\xad\xbd\x0e\x60\x53\x2e\xbe\x65\x53\x19\x80\xdb\x72\x89\x96\xad\x53\x00\x5e\x16\x0a\x1b\xd8\xfd\x00\x7c\xc2\x49\xbb\xf7\xdd\x00\xf0\x7a\xaf\x77\x58\x7a\x7e\x7d\xa6\x2c\x31\x82\x33\x38\x3b\xd4\x79\x89\x19\x4a\x61\x3f\xac\x39\x13\x8e\x59\xb3\x62\xe1\xa6\xeb\x8a\x72\x9c\x52\xd0\x5f\xfa\x3c\xd7\xdc\x3d\x3e\xa3\xc1\xda\xcb\x5f\xf8\xf9\xd6\xa1\x5b\xd5\xe9\xe3\xc7\x02\x0a\xc6\x63\x34\x62\xa9\x6a\x01\xe8\x87\x68\x2d\x3c\x35\x23\x40\xaa\x67\x80\xfc\x95\x7a\x34\x20\xeb\x85\xac\xf6\x04\x75\xd6\xcf\xbf\xa5\x5b\x77\x27\x4d\xd6\x97\xf3\xfe\x11\xdd\x01\xda\x29\x2f\xfb\x06\x0e\xca\x49\xda\x67\x8f\x93\x37\x79\xf5\x08\x74\x01\xb7\x87\x57\xdf\xe9\x1d\xa7\x67\x39\x3f\xbd\x68\xa6\x2f\x40\x6f\x71\x1c\x3a\xa7\xa4\x5f\x89\xe0\x1c\x56\x55\xda\x19\xb0\x20\x06\xb6\x26\xe5\x51\x06\x3b\x90\x74\x6b\x4a\xe9\x1d\x83\x25\xc8\x7d\xcb\x35\x7f\xf6\x03\x0e\x27\xb9\x73\xe1\x7c\xf4\xdc\xcf\xb3\xa0\xff\x2b\x0a\x38\xb0\x48\x01\xa8\x6c\x10\x2c\x66\xed\x01\xd0\x56\x15\x4c\x59\x1d\x07\x60\x4e\x13\xf4\x5d\x1b\x0d\xe0\xdc\xb3\xff\xc1\xc6\x1a\x00\xaf\x1c\xb1\xb4\xad\xfc\x00\x81\xa8\xcc\xbd\xdd\x89\x00\x21\xcf\xf0\x2d\xfb\x74\x00\x82\x2e\x90\x47\x24\x57\x03\xf8\x50\xcd\xde\x10\x9a\x41\xd4\x75\xad\xab\xb6\x89\x37\x56\x69\xf7\x2b\x26\xc0\xde\x03\xdb\x6a\x7e\xb6\x70\xca\xbd\x91\x99\xb7\x88\xbc\xd1\xd9\xfa\xf2\x6e\x30\x8d\xda\xa4\x69\x34\x9d\x14\x61\xf3\xd9\x9a\x7c\x62\xce\x38\x62\x7b\x2f\x45\xe7\xce\xdc\xc1\xf0\x92\xe7\xbe\x14\x8d\xb9\xb1\xd0\x1f\x8f\x4f\xe9\x55\x52\x65\x42\x4a\xef\x09\x1b\x38\x50\x23\x82\xc3\xeb\x73\x0d\x92\xa9\x73\x01\x1c\x35\x1b\x8c\x62\x69\x52\x7e\xd3\x17\x67\x8d\xd6\xd3\x3a\xbd\xf4\xcf\x95\x18\x0d\xd2\x97\x7b\x8c\x9f\x76\x32\x7a\x46\x8f\x72\x95\x29\xdf\x64\x5c\x44\xbf\xe8\x7c\xb9\xf4\xae\x91\x39\x22\x6b\x77\xee\x84\xb5\x51\x2d\x62\x6a\x5b\x5e\x54\x6c\x84\x47\xee\x58\x16\xfd\xd9\x0f\xb8\x34\x51\xd6\x85\xf7\x86\x11\xe1\x6f\x4b\xa3\x00\x24\xc5\x04\xe8\x2b\xe5\x00\x88\xec\xfb\x14\x58\x03\x01\x8c\xf5\x78\x87\x59\xaf\x00\x38\xc4\xf2\x68\xaf\x12\xfd\x93\x8b\x11\xcc\x29\x6c\xb7\x39\x18\x20\xd2\x44\x22\x72\x17\x09\x20\x76\x42\xee\x0c\xf7\x7a\x80\x98\x22\xf5\x14\xf1\x19\x80\x70\x47\xc3\x70\x35\x37\x10\xf1\xf5\x76\xdc\x64\x6a\x80\x69\x38\xfb\x85\xd7\xbb\xc4\x23\xe6\xd6\x9a\xf9\x77\x7d\x61\x32\xd2\x34\xe9\xb2\x46\x58\xf8\xa8\xa9\x41\x76\x5b\x5d\x4c\xc8\xf0\x0e\xdd\xc7\xdf\xab\x12\x5e\xf4\x9a\xe8\x29\xcc\xb2\x24\xae\x69\x9b\x33\x20\xcf\x9e\x8c\x4b\x6d\xb6\x32\x9c\x9c\xc5\x62\xbe\x34\xf4\x1a\x5d\x9f\xbb\x11\xd1\x77\xc3\xd0\x44\x6f\xee\x4b\xc4\x9a\x2b\x97\x4c\x57\x51\x1d\x42\xc5\xce\x8d\x9b\xa9\x51\x9f\x05\x1d\x3a\x73\xcf\x14\x68\x7a\x7e\x33\x27\xbf\x99\x9b\xd0\xae\xf8\x18\x97\x96\x9b\x8b\xd2\x3e\x78\xb5\x1e\x3b\x6a\xae\x4c\xf7\x75\x73\x66\xf2\x2f\x47\xf6\x98\xe7\xd1\xbf\x38\xe9\x1c\x42\xcd\x4e\x20\xc6\x76\x8a\x7f\xb8\xa8\x15\x67\x85\x23\x17\xb8\xa0\x6b\x02\x19\xcb\x1f\xfd\xd1\xff\xb5\x65\xb9\x14\x56\xbc\x03\xb0\x6c\xdb\xe3\xb5\x22\x74\x7e\xff\xef\xd1\x61\x21\x03\x04\xb3\x71\xeb\xcf\xdf\x1f\x4c\x5f\x8c\x94\xd5\x82\x47\xb6\xf4\x01\x64\x1c\x92\x3a\xcd\x99\x04\x90\x71\x4d\x75\xa3\xc8\x5e\x80\x14\x82\x2e\x1b\xfe\x32\xf0\x47\x5c\xb1\xb1\x32\xbb\x39\x1d\xe0\x75\xc3\x3f\xc4\x6b\xf0\x9b\x95\x8b\x60\xe6\xc1\xb0\x75\x03\x98\x1d\xdb\xe9\xf0\x38\xdf\xde\x30\x8b\x8f\x4d\xdd\x29\xb9\x2f\xd7\x9b\xfc\x1a\x2c\xcd\x18\x7f\xf2\xde\xc4\x7d\xba\x28\x13\xbd\xeb\x67\xd6\x35\x83\x4f\x77\xbe\xf1\xcb\x62\xc5\xcc\x4c\x32\xf5\x52\x85\xd5\xea\x59\xcf\xc4\x09\x26\xff\x72\xaa\xda\x7a\xd9\xdc\x8b\xc8\xc1\x93\xf1\xd6\x6c\x54\xaf\x30\xdc\x89\x15\xd6\x96\xd4\x97\xc1\x0a\xff\xf5\x7f\x39\x18\x60\x33\x42\xeb\xf5\x6e\xcd\x5b\x62\x73\x8b\x2e\xe9\x31\x9a\xc3\x63\x6d\x41\x6f\x76\x1e\xce\x22\x59\x73\x20\x4b\x1d\x17\xd2\xc9\x45\x73\xe6\xfb\xdf\xf0\x62\xdf\xbb\xf9\xba\x4f\x88\xe7\xe9\xfc\xe7\x4b\x55\x59\xae\xcc\x15\xbb\x01\x0c\xa5\x37\x2e\x7c\x1e\x75\x34\x5e\x29\x37\x5f\xfd\xa2\x96\x2e\x70\x02\xd1\x96\x2b\x36\xcc\xd7\xcc\xe0\xb5\xf1\x0b\xfa\x4f\x26\xcf\xd2\xf5\x1a\x00\x47\x56\x8a\x94\xee\xe6\x06\x28\x5c\x22\x6f\x25\x78\x0f\xe0\x50\xa5\x46\x8c\x4a\xf0\x74\x54\xba\x8b\x69\xbf\x99\xfd\xa7\xfc\x28\x76\x77\x23\x9f\x47\xdd\x1e\xfe\xfc\x71\xf1\x31\xc5\x6d\x71\x9e\x66\xc5\x21\xa9\xbe\x0f\x5a\x9c\x27\x6e\xb1\x66\x57\x34\x60\xf6\x47\xba\xee\x1e\x64\xbb\xc9\x65\x33\x31\x39\x95\xbf\xa6\xda\xdb\x5e\x62\x7a\x55\x5e\xd5\x99\x43\xf6\x6d\xd3\x48\x96\x32\x33\x07\xe9\xc4\x5e\x87\xee\xd9\xc3\x49\xab\x0a\xd3\x9d\x34\x67\x91\xf8\xf6\x7c\x23\xa7\x83\x73\xc1\xb1\xeb\x99\xf9\x47\xd9\x27\x9c\x94\xa8\xaf\x83\x07\xb2\xd2\x1c\x3f\xd2\x76\x07\x0e\xa4\x67\x39\x71\xd0\x42\xfd\x49\xc9\x2e\x4e\xca\x34\xaa\xb7\x60\xf2\x7a\x87\x62\x7a\x88\xfb\xa6\x84\x87\x0e\x4d\xf4\x8b\xae\x3b\xe7\xd7\x41\x30\x79\xe1\xfd\xb1\x99\x2f\x70\x69\x08\x80\xd4\x4e\x8e\xce\x65\x27\xfe\xe8\xff\x16\x9e\x4b\x57\x2d\xe8\xdf\xae\x8b\xfa\x37\x93\x83\x60\xea\x3e\xcc\x1c\xf4\xd2\xa7\x6c\x33\x2b\x33\x00\x2a\xb7\xf2\xed\xd9\xd2\x08\x70\x46\x53\xfc\x15\xaf\xea\x9c\x64\x79\xa7\xea\x0f\x45\xe9\x2f\x71\x47\x83\xf4\xeb\x4c\xec\xba\x8c\xb2\xcf\x39\xbc\xf7\x16\x6e\x2e\x8e\x97\x0a\xe1\x88\xdf\x7b\x73\x6b\x18\x35\xef\x5e\x56\x49\x75\x6d\xe0\xfd\xea\x63\x87\xb8\x2a\x1b\x7d\xad\x9f\xe2\x0b\xfa\x4b\xf9\xbd\x38\x47\x6c\x8e\x6d\x39\xfa\xcc\x6b\xeb\x64\x5d\xc1\x89\xc3\x52\xde\xac\x53\x67\x0f\x9d\xce\x55\xf7\xae\x9f\x4e\xcf\x2d\xcf\x5a\xe5\xbd\x7d\xa6\x28\x43\x3e\x5d\xd6\x6b\x7c\x56\x2b\x25\x21\x59\xc6\xeb\xe8\x9c\x72\xdc\x10\xd3\xf7\x24\x3e\xc0\xf3\x0d\x55\x2a\xe2\x0c\xd3\xf7\x24\xa6\xd7\xfd\x31\x4d\x3b\xe0\x59\x24\x97\x07\x89\x76\xc5\xb7\x36\xc2\xc8\xc3\x9e\xf6\xc8\x97\x25\xf4\x8b\x7b\x26\x5d\xdf\x23\x0e\x60\xa5\x01\xef\x42\xde\x0d\x53\xff\x97\xf3\x5d\xe3\x32\xff\xb3\x0e\xc3\xd7\x9d\xa9\x7b\x32\x75\x3f\x26\x07\xc1\xec\xbf\x0c\x18\xfa\x07\x61\xc9\x83\x05\x1d\x08\xd8\x83\x56\xc7\x20\x0d\x37\xcf\x08\x3e\x60\xbf\x3c\xc2\x77\xe5\xbe\x82\x93\xac\x7c\xef\x9d\xaa\x02\x72\xba\x7e\xec\xe3\xe8\xd2\x28\xab\x40\xb7\xe2\xda\xd1\xfc\x4c\xdf\xc8\x68\x8d\x72\xd1\x8c\x0d\xc9\xf2\x39\xd7\x8f\xf0\x27\xa5\x96\xb5\x1f\xa9\xca\x7a\x15\x27\x70\xef\xe1\xb1\x94\x64\xd7\xa8\xdb\xef\x85\x4e\x04\xc5\x99\x44\xae\x99\x08\x38\x1e\x13\xa3\x1c\xe1\x3b\x99\x53\x48\x8f\x32\x09\x67\x9f\x7a\x7b\x48\x3c\x02\x0d\xad\x9f\xee\xcc\x49\x0f\x9b\x08\xdd\x3f\xf3\x32\x9d\x14\xc6\x19\x34\x31\x5b\x91\x74\x2d\xe4\x71\xd0\xa9\x39\x89\x78\xbd\xe0\xd6\x80\x9f\x73\x7d\xd1\xeb\x82\x32\xfc\x7b\xa8\xa1\x61\xd4\x80\x0b\x01\x27\xa8\x9f\x83\x3b\x03\xae\xf8\x49\xd0\x48\x81\xac\xfe\xb6\x3e\x93\xb4\x76\x9f\x3b\x7e\x15\x3e\x57\xe8\xcb\xbc\x30\x80\x0d\x5d\x1c\x0b\xb9\x1f\x82\x53\x1b\x9e\xcc\x57\xb5\x87\x4b\x16\xb8\x39\x9b\x72\x9c\xf5\x7c\x0d\x18\x5d\xec\x93\xe9\x87\x91\xcf\xd0\x7f\x99\xfa\x1f\x53\x07\x6f\xf8\xb4\x50\xbb\x1f\xbf\xdf\xca\x8a\xc3\xfd\xa8\x68\x1e\xd8\xbb\x72\x87\xd7\x3b\x85\x7b\x4f\xa4\x5e\x8b\x8d\xb5\xf9\xd5\xb1\x90\x64\xc9\xab\xea\x7e\x5e\x39\x65\x32\xee\x20\x73\x66\xc5\xd9\x2f\xee\x3e\x21\xa7\x0f\xa9\x95\x06\xc4\xd0\xd2\xa6\x93\xbc\x8f\xf9\x1f\x1b\x3a\x30\x14\x99\x56\x78\xa7\x9e\x98\x7f\x3c\xa8\xed\x48\xf4\xdb\x8d\x05\x43\x7e\x49\x87\x91\xc9\x8f\x05\x22\x7e\xe9\x79\x43\x53\x6f\x0f\x8e\xfb\x36\x66\xd7\x4e\xff\xca\xbe\xee\xbb\x26\xa3\x66\xe6\x63\x5a\x8b\x4f\x5a\x9a\xe6\x6c\x41\xd2\xb0\xcf\xe6\xe4\x4d\x73\x16\x71\x16\xde\xda\x89\xa7\xe7\x06\xa2\xa6\xbd\xee\xc5\x2b\x50\x83\xc3\x37\x79\x49\xc7\x5c\xa6\xe1\x82\x77\x79\x96\x46\xdb\xd0\xec\x02\xac\x3d\xc6\x22\xef\xd3\x1e\xfa\xee\xf5\x38\x1f\x51\x41\xa3\x7b\x3b\x78\xb4\x87\x7c\xa4\x7b\xb8\x37\x02\x70\x7c\x61\x3b\xb1\x64\x33\x80\x64\xfb\x72\xbb\xf9\x7e\x0c\x75\x17\xfb\xf2\x64\xf4\xc7\xd4\xfd\x98\xba\x57\x85\x12\xee\x1f\x3f\x88\xc6\x05\x4e\x02\xd3\x6b\x5b\xb8\x2f\x7e\x92\x3a\xb7\xaf\x8a\xc6\xe1\x06\xb1\x4e\x21\x0e\xcd\x8d\xf6\x1d\xc7\xda\xd9\x45\x3d\x05\xd8\x1b\x63\x5a\x7a\x55\x79\xf0\x8f\x2e\x1e\x6a\xb2\xd3\x7f\x60\x7e\xf4\xd8\xd2\xdb\x86\x4e\xda\x3e\xe1\xc9\xac\xb5\x3b\xc2\x6d\xe2\x72\x42\x8f\x5d\xdd\x58\x48\x4e\xe3\xf0\x39\x73\x79\xcb\x0d\xcb\xcc\x2f\x6e\x02\xd5\x73\x5d\xfe\x39\x96\x8e\x07\x2e\xbc\x9f\xf6\xcb\xe5\x71\xb2\x39\x3d\x3a\xc3\x9f\xd9\xe8\xe4\x5a\xbe\x72\x76\x65\xaa\xbc\x63\xd7\x89\xe7\xb3\x58\xfc\x23\xa7\x8a\xa2\x80\x39\xc7\xd8\x7c\xa7\xc4\x23\x4b\xa9\xbb\x23\x26\x1d\x6b\x0f\x95\x51\x6f\x87\x5c\x76\x72\xc8\x3d\x45\x5b\x17\xe4\xe3\x44\xc9\x3a\x4f\x0b\xf7\xb7\x72\xf4\xcf\xa8\xa7\x4d\x78\xc7\x38\xbc\x4d\xbb\x41\x37\xf5\x20\x38\x5a\xa6\xe4\xd2\x83\xdc\xf5\x1d\x68\x89\xd3\xf4\xe7\x2e\x1b\x00\xf8\x2b\x56\x17\xcc\xf7\x43\xca\x5b\xec\xeb\xbf\x1c\x48\x2e\x23\x07\x85\x39\xff\x5c\xc3\xf2\xb7\xfe\x85\xb6\x3d\x5f\x98\xff\x1f\x2b\xe8\x5a\xe0\xa8\x06\x5f\xf7\xb9\xce\xd7\xae\xf5\xef\x45\x77\x49\xac\xbc\xf0\x48\xb0\x2f\x56\xe0\x0c\xc7\xcf\xda\xee\x1e\x29\x05\x37\x59\xbf\x0a\xc5\xce\x5f\x3a\xbb\x28\x19\xb9\x1f\x9f\xf9\xdb\x26\x3a\x19\x84\xa7\x3d\xbe\x1f\x74\x24\xe4\xb1\xf7\xe1\x47\x72\x87\x65\xa2\x57\x38\xf9\x37\x0f\xd7\x5c\x8f\xc3\xac\x6b\x1f\x24\xbc\x6c\x48\x3c\x6c\x2e\xd1\xf4\x7d\x72\x53\x92\xa9\xb9\x54\xc3\xc4\xec\x9b\xb8\x1f\xe6\x1f\xaf\x8f\xce\x25\x44\xeb\x59\x5c\xbf\xbc\x83\xba\x21\x1c\x2c\xd7\x9d\xdf\x43\x3d\x18\xd2\x66\x79\xa7\xf2\x1a\x95\x16\xc4\x6a\x69\x59\x2e\x4c\x4b\xf5\x5b\x6f\x59\x5b\xc2\x46\xeb\xf3\x4e\xb1\xe2\x3c\x66\x40\xe7\xf1\x34\xb5\x9c\x2a\xcc\xa3\x87\xbb\x15\x59\x3a\xe6\x4f\xd0\xfb\x9d\xd7\x59\xfa\x1f\xec\x44\xb8\x1d\x0a\x2d\x0b\xf2\x02\x11\x7d\xbb\x71\x00\x59\xc6\x75\x35\x69\xc7\xfd\xc3\x81\x64\xde\xc2\xfd\x9f\x1c\x48\x53\xe3\xc2\xf5\x1f\xed\x5c\xd8\x17\x3f\xb7\xbe\x59\xd0\xff\x3e\x3c\x1f\xf8\xb5\xf0\xbd\xb7\xde\xe7\x7b\x0b\xfa\x5f\xf6\xf7\x63\x9b\xfc\x71\xb8\xdb\xee\x23\x9b\x78\x8a\xb6\x71\x9e\x4f\xfa\xd2\x2f\xbd\x53\x38\xbe\x88\x7f\x48\x55\x23\x91\xa0\x9b\xfc\xf9\xdd\x6b\x4b\x41\xb3\xd7\x7e\x01\x6f\xfa\xfd\xc2\x3d\xa2\x9c\x77\xbd\x59\x97\x77\xc2\xaf\xc4\x8a\xad\x97\xf7\xb2\x4e\xd0\x80\x71\x62\x0f\xf1\x79\x75\x28\x41\x9f\xbd\x7b\x76\x5c\x2e\x4c\x4a\xaf\xaa\x93\x9b\xea\x10\x7c\x50\xff\x74\xeb\x4a\x6a\x5d\xe0\x09\x83\xdd\x0f\x76\xd3\x24\xfd\x12\x0d\x62\x1b\x44\x68\xd7\xbd\xa6\x7f\xfb\x5c\xd4\x5c\xc5\xd1\x0d\xdc\x72\x8c\xcc\xab\x77\xd3\x73\x5d\x1a\x8c\xd5\xce\xee\xa7\xdf\x72\x8e\x30\xb2\xaa\xb4\x42\x44\xed\x25\x8d\x78\xcb\x7e\x21\x71\x36\xea\x46\xd4\x92\xbb\x48\x96\xf5\x77\xa3\xc9\xe3\x69\xc8\x75\x2b\x12\x00\x99\x71\xde\xb9\x3e\x61\x9c\x03\xcf\x17\xeb\x51\x46\xdf\xbf\x39\x10\x46\x5d\xe4\x40\x7e\xbd\x78\xb7\xc0\x43\x7c\x1c\xfd\x94\x3a\x5f\xbb\x7d\x46\xa2\x17\xfa\xe7\x18\x7f\x3b\x5f\x1b\xfa\x67\x6f\x2e\x0d\xc2\xe1\xae\x12\xa9\x73\xec\x1e\x6b\x56\x96\xc1\x0c\x26\x1a\xcd\xb5\xfa\xc0\xba\x49\x57\xb5\x56\x99\xd5\xd1\x1e\x3f\x9b\x4c\x9a\xb5\x37\xba\x9b\x8f\x7e\xf6\x8a\xb4\x7a\x66\xa3\x3c\x7a\x21\xcb\xdf\x71\x8d\xb1\xc5\xa8\xc9\x85\x60\xd7\x43\xba\x5d\xa3\xab\xdb\xc4\x3c\x56\x6a\xd5\x8c\x9a\x8f\x7e\xf4\x5c\xa6\xd9\xff\x25\x9c\xf6\xca\x7d\x97\x96\x60\xff\x4d\xba\xb2\x8b\xba\x56\xed\xeb\x1e\x7a\x9c\x53\x16\xb9\xb7\xad\x8e\x7e\xde\xb1\x98\x7c\xe2\x71\x18\xb2\xc1\x4e\xea\xb7\xcf\x05\x52\xdf\x87\x88\xd9\x3e\xd1\xb9\x74\xc3\x13\xc9\xb5\x72\xd6\xbd\x7e\x75\x02\x29\xb4\x32\xd5\xd5\xba\x14\x84\x7c\x36\xdf\x4f\x91\x3a\xa7\x87\x2e\x31\x53\xa1\xa4\x9f\x39\x8b\xee\x32\xb5\x06\xb0\x66\xf8\xbf\x44\xd6\x33\xce\x81\xc9\xc5\x7a\xce\x02\xf7\x2f\x07\xb2\x70\xfd\xa7\x2e\xbd\x5f\x38\x37\xbf\x28\x7f\x5d\xd0\x83\xdf\x6c\xfa\x49\x5c\xd4\xff\x66\x16\xf6\x4f\xa3\x3e\x5a\xb2\xa0\xff\x31\xe6\x59\x4f\x6f\x07\x60\xd3\x66\xb9\x5b\xb8\x0e\x40\xe8\xc3\x4e\x42\x9a\x21\xfc\x54\xee\x12\xe2\x0e\x7e\x0b\xfb\x0d\x2e\x2b\x51\x1d\x4f\x60\x8a\x6e\xab\x75\xad\xcc\xd5\xd1\xe6\xd4\x08\x63\x75\xbd\x5b\xa8\x6d\xe5\x2b\x73\x25\xad\x62\x84\xde\x8c\xb3\x1c\x26\xf5\x21\xf5\x83\xf5\xd6\xfb\x08\xed\x48\x27\xa2\x69\x69\x43\xb8\xfb\x0b\x43\x42\xcd\x11\xe2\xc6\x61\x0d\xe4\x98\x19\x46\xcc\x78\xcf\x81\x34\x98\xad\x20\xbe\xeb\xd6\x44\xbe\x99\xa4\x92\xe8\x2f\x4c\x90\x8f\xa6\xfb\xd5\xe3\x5a\xb9\x51\x16\x93\xf5\xea\xc2\x0f\x83\x51\x5d\x43\x45\xf5\xf2\xc6\x9d\xa8\x8f\xc1\x46\x8d\x63\xb7\xf5\x51\x3f\x03\x82\xe6\xd2\x9b\x62\x68\x86\xbe\xa6\x06\xf9\xda\x33\xf4\x85\xce\xaf\x3f\xfb\x80\xe9\x03\x51\x29\xbb\x58\xef\x30\xfc\x91\x16\x39\x98\xe9\xf7\x03\x0b\x7d\x0d\xbb\x2c\xf6\xdf\xc7\x35\xb1\xc0\x13\xbe\x38\x40\x5b\xb8\x6f\x9a\x7a\x16\xfb\x66\xe6\x61\x54\x30\xe6\x9d\xf3\x29\x00\xab\xab\x70\xb8\xcc\x66\x80\x7d\x7d\x5b\xd6\xc7\x88\x00\x28\xa5\xef\xbd\xe3\x6d\x01\x45\x94\x49\xc9\xaf\x36\x6d\xd8\x67\xc7\x71\xb5\x44\x13\x0d\xec\x68\x2c\xbf\x66\x81\xee\x14\xa6\x53\xe4\xae\x53\xa8\x01\x18\xd7\xd5\x67\xba\xcf\x88\xec\xd8\xd2\x16\x17\x0a\x19\xff\x0e\xfd\xf4\x6e\x2f\x65\x4e\xb5\x09\xed\xa6\xfa\xe8\x91\x94\x67\x90\xaf\xe8\x57\x2d\x11\xe5\xa6\x5f\x4f\xd0\x49\xcd\x0a\x95\xd5\x5f\x0f\xa3\x13\x9a\x8f\x54\xb6\x0e\xee\xc3\xd6\x6a\x5c\x52\xe5\xeb\x8d\x44\x67\xb4\x96\xa9\xce\xbc\x2c\x45\xc7\xb4\x2e\xa9\x26\xb6\x1f\xc2\xf6\x6a\xb0\xe1\xf1\x4f\xf8\x31\x3e\x0d\x6d\xbc\x75\x33\x1e\x23\x92\x7e\xa9\x99\x37\xe6\x61\x52\xea\xe3\x00\x89\x8c\x75\x28\x65\xcc\xfd\xdf\x62\xbc\x2f\x3c\x5f\x78\x4f\xa0\x4e\x0f\x2d\x3c\x27\xbf\xbd\xf8\xb6\xc0\x01\xbd\x4f\x9c\x8e\x5f\xd0\xff\x38\x90\x85\xfb\xe8\xbf\x79\x18\x95\xd4\xc5\x7a\x84\xf1\x73\xf2\x18\xc0\x92\x64\x1c\x2e\xbe\x18\x60\xdf\xe7\x4d\xc9\x81\xd5\x00\xf2\x33\x1c\xbe\xae\xeb\xa1\x5d\x97\x2c\xe2\x68\x21\x03\x76\xb6\x3f\xe5\x8c\x0d\xba\x41\x3c\xb4\x46\x79\xa7\x76\x1b\x46\xcd\x95\xc5\x23\xea\xdd\xd8\xeb\x0a\x6b\xc2\x13\x42\x08\x56\x79\x53\x84\x04\xaa\x57\xb1\xe2\x96\x66\xd2\x84\x72\x13\x96\xd7\x77\x45\x7d\xab\xd2\x79\xac\x64\x4a\x81\xe4\xa8\x70\x01\xd8\xb1\x3b\xca\x97\xe5\xbf\x23\x1e\x58\x9f\xe2\x3b\x79\x9f\x89\xa5\xd8\x80\x22\x49\xbe\x76\x64\x1d\xf6\x42\x11\x53\x58\x3e\x74\x1a\x7b\xa2\x64\xaf\xe0\xdb\xe7\x8d\x3d\x56\x3a\xa8\xf0\xa9\x3b\x0b\x6b\x52\x9a\x54\x3c\xdc\x41\xc0\xee\x28\xdb\x28\x66\xb7\xc9\x60\x9d\x4a\x52\x00\x85\x35\x8b\x7d\x5f\x63\x3c\x17\x5b\x17\x9e\x93\xe8\x8f\x0f\x4e\xf3\xf5\x47\xcf\x8f\x9e\xf9\x3a\x50\x35\xcd\x3f\x5f\x5f\x25\x2d\xf2\x10\x4c\x0e\xe8\x46\xe3\xbf\x1c\x4c\xd1\x20\x43\xff\x66\xcc\x89\x87\x33\xf4\xcf\x10\x04\x60\xef\x99\x75\x9a\x9e\x5b\x01\xa4\x9d\x76\x34\xd8\x9d\x06\xd0\xda\xc7\x77\xcd\x84\x0b\xae\x5b\x78\x8b\x4e\x52\x8c\xa0\xd4\xcf\x49\xb2\x9f\xcc\x02\xae\x29\x2c\xf2\xdc\x24\x19\xa0\x1c\x4d\x55\xb8\xae\xa6\x07\xa2\x67\x6f\x29\x79\xa9\x04\x01\xdf\xcd\xed\x4a\x71\x4a\x01\xc0\xfe\xf0\xb5\xd2\x55\x05\x6b\xe0\x7a\x23\xac\xc4\x23\xcf\x03\xaa\xdf\x79\x14\x8e\xfc\xe6\x1d\x04\x60\x10\x0e\x89\xab\x4b\xd9\x60\x69\xd0\xb6\x9f\x4f\x8a\x75\x5a\x08\xae\xef\x6f\x94\x16\xf9\x6e\x0d\xb1\xe2\xab\xa4\xd2\x3e\x6b\x42\x8e\xe8\x05\xe9\xe4\x01\x79\xf0\x13\x3f\x27\xf5\xf9\xad\x02\x24\x89\x6d\x00\xb8\xc0\x78\x4e\x3e\xb4\x5a\xac\x03\x0b\x7d\xfe\xda\x33\xb6\xb0\x2f\x86\x9c\xe7\x44\x16\x9e\x83\x84\x45\x1e\x82\xe9\x03\xf0\x5f\xfd\x8f\xa9\x7f\x32\x7d\x10\xe2\x18\xdc\x80\x1f\x1f\xc0\x12\x19\x1c\xce\x5b\x02\x80\x47\x71\xb5\xb6\x53\x05\x80\x74\xef\xf6\x08\x0b\x16\x00\xd2\x3b\xce\x47\xfa\xed\xf0\xdd\xf4\xaa\x40\x87\x4e\x2c\xbc\xf4\x30\x11\xf1\xd0\xa8\x82\xc6\xa8\x18\xf1\xa5\x6a\xa3\x70\x2d\xc7\x53\x42\x42\x35\x03\x0a\x8e\xff\x90\x3a\xad\xb2\x0a\xe2\xcf\xee\x95\x51\x50\x3c\x02\x21\x37\xf2\x64\x2e\xc9\xab\x40\xf4\x43\x65\xe9\x37\xb2\xbe\x90\xfe\x9a\x2e\xf5\x53\x66\x1c\xb2\x3f\x8f\x4a\x73\xc8\x6e\x81\x2a\x6a\x8e\x54\xaa\x54\x2f\x00\x34\x89\x2c\x97\xa8\x02\x00\xd8\x37\x26\xa6\x07\xb1\x00\xbc\x1c\x62\xdc\x33\x75\x00\x7b\x55\x45\x9d\x7f\x9e\x02\xe0\x2d\x15\x2d\xfd\x9a\x0e\xb0\xb7\x08\xa0\xd1\x7c\xb1\xff\xb7\x95\xf3\x75\xb2\x72\x74\xe1\xf9\xff\xd9\x9b\xb6\x7b\xbe\xf6\x30\xe6\xf8\x5b\x18\x7e\x28\xbf\x7d\x00\xfa\xff\xe5\x60\x98\xfa\x6f\x32\x83\x03\x08\x66\x70\x32\x2e\x0c\x6e\xc2\x75\x25\x00\xf7\xa3\x55\x7a\xcc\xfc\x07\x93\x0a\x00\xd2\xbe\x3d\x6f\x75\x13\x00\x0c\x03\x79\xf3\xb5\x74\x00\x9c\xec\xf9\x81\x74\x03\x7e\x05\xf7\x0b\xe5\xaa\x9d\x84\x8f\x89\x85\xfb\x8d\x55\xda\xa0\xe3\xe0\x51\x51\x19\x25\x65\x78\x59\x6c\x2a\xd2\x2d\x3f\x0d\x4f\xcf\x7a\x88\x3a\x30\x7d\x0d\x64\xce\xc1\xbd\xa6\x6d\x62\x92\xd2\x4a\xd0\xd2\x3e\x21\x9a\x27\xcd\x02\x4d\x03\xb3\x62\x55\x52\xbb\x61\x64\xcc\x4c\x24\x46\x8a\x05\x00\xde\x09\x6f\x14\x97\x9f\x5f\x8f\xbd\x1d\x22\x4f\xe6\x2b\xe7\x47\xe1\x0d\xff\x3f\xba\xce\x3a\xae\xa9\xb7\x7f\xe3\x53\x2c\x14\x49\x03\xe9\x6e\xd8\xd8\xd8\xd8\xd8\xc8\xd1\xdd\x8d\xa0\x20\x08\x8a\x22\xa0\xa2\x62\x2b\x28\x76\x60\x60\xb7\x22\xd8\x81\x8a\x81\x08\x62\x81\x89\xa2\x62\x81\x98\xa0\x28\x4a\x6c\x3b\xd7\xef\xc5\xd9\xa6\xf2\xfc\x9e\xe7\xaf\xeb\xf5\xe5\xeb\x1f\xbb\x3f\xbb\xe3\xec\x5c\xef\xfb\xfa\xf4\xaa\xda\x3b\xd3\x79\x3d\x33\x80\x31\xe3\xa4\x1c\xcc\x6f\x9a\x38\x17\xeb\x03\xba\x37\xf7\xea\xb3\x04\xf1\xe7\xaf\x91\xe4\xc0\x48\x39\xa0\x12\x09\x17\xf5\x9f\x39\x00\xd2\x7e\x20\x33\xab\x24\xfe\x7f\x5b\x5f\xdf\x37\x26\x08\xd0\x34\x1d\x98\x15\xe2\x05\x58\xd9\xca\x9f\xf3\x99\x0e\xd8\xed\x1e\x51\xeb\x71\x1b\xf0\x1d\xa9\xb5\xd8\x4d\x19\x88\x79\xab\x97\xe1\x7c\x01\x98\x9c\x64\xb8\xd9\xa1\x1b\x98\xe5\x60\x9c\xc0\x8b\x01\x96\xee\x33\xd9\x6e\x57\x0a\xc1\x9a\x40\xd3\x12\xb6\x39\xb0\xe5\xa2\xa9\x1a\xb3\x0d\x82\x03\x6b\x4d\x63\x98\x8a\x68\x3d\x49\x31\xbb\xfe\xc7\xdf\x5f\x86\x6f\xb7\x4e\x9b\xdd\xa1\xf7\x43\xfb\x33\x0f\x73\x43\xeb\x0f\xe8\x6e\xfa\x66\xee\x68\xdd\x0a\x74\x34\x9b\x79\xd1\x1e\x92\xdc\x87\xba\xe5\x3d\xb2\x1e\x5f\xcd\x9e\x90\xf5\x98\xd3\xd3\x2a\xde\xff\xbf\xa0\x87\xac\xc3\x8b\x65\xe8\xc3\x01\x5d\x92\xf0\x70\xc7\x26\xf5\x3d\x07\xa4\x1c\xcc\xf2\x45\x62\xcd\x95\xcc\x93\xa9\x12\x6e\x6c\x1c\x21\xd6\x90\x25\x00\x65\x01\x85\xe2\x9e\x0b\xf4\x6f\xa1\x50\xfc\x8c\x01\x63\x0c\xb5\xf5\xe8\x01\xd8\xa9\xca\x73\xf8\x6c\xc0\xb5\x46\x35\xcd\x25\x1b\x08\xdf\xab\x35\xdc\x71\x3e\x90\xf8\x44\x47\xcd\xbe\x3f\x90\x29\xab\x57\xc0\x3d\x09\xcc\x99\x6c\xe0\xc6\x71\x04\x96\xb0\x0d\x78\xb6\xc9\xc0\xea\x03\x86\x23\x98\x02\x60\xcb\x4c\xc3\x5f\x8c\x16\x60\x1f\xd5\xb0\x82\xe1\x0e\x1c\xdb\x67\x9c\x48\x17\x01\x65\x61\x26\xcf\xad\x77\x02\x37\xa6\x9b\xe4\xd2\x06\x01\xf7\xf7\x19\xb5\xd3\x36\x02\x2f\x73\x4d\x56\xd0\x82\x80\x4f\xef\x8d\xeb\x69\xbe\x40\x67\xb6\xd1\x1c\xaa\x41\x6f\x1d\xf4\x0a\xdb\xde\x76\x91\xcf\x47\xaf\x8c\xc5\x9f\xfb\xae\xa4\x0f\xd0\x15\x49\x9f\xb8\xff\xc5\xc1\x14\x48\xe6\x81\x34\x0f\x45\xda\x0f\x24\x45\xd4\x77\x1e\xf8\x4b\xce\x51\x47\x49\xae\x8c\x3b\x07\x30\x88\x1d\xbc\xce\x25\x16\x60\x3c\x94\xdf\xe4\xb8\x16\x70\x71\x1e\x69\xcb\xf5\x03\xfc\x9b\x46\x0d\xe1\x1d\x03\xe2\x1a\xd4\x57\x71\xab\x81\x49\x5a\x5a\x9d\x9c\x45\x40\x36\xa1\x7d\x8b\x5d\x08\xcc\xad\xd7\xcd\xb5\x75\x01\x96\xec\xd2\xed\x61\x66\x01\x6b\xd2\xf5\xea\xe8\x7e\xc0\xa6\x37\x3a\x67\xa4\xfe\x3e\x6d\x32\x70\xa4\x58\xcf\x8c\x7a\x1f\x38\x5d\xa0\x3f\x90\x5a\x07\x5c\xa5\x19\x5c\xb1\x6a\x07\xaa\xdf\x1b\x70\xad\x0a\x81\x07\xdb\x0d\x66\x58\xb9\x01\x8d\x5e\x06\x8e\x56\x35\x40\xeb\x54\x83\xb5\x6f\x53\xc5\xfb\x9f\xb4\x2f\xd8\x7f\x72\x40\xd2\x3c\x1c\x29\x07\xb3\x5a\xd2\x2f\x6c\xb1\x84\x1f\x9d\x29\xc9\x51\x91\xf2\x50\x09\x92\xfe\x31\x61\x19\x92\x71\x4b\x72\x54\x38\x6e\x00\x85\x41\xa1\xb8\x19\x03\x46\xdc\x21\x21\x0e\x79\x80\x35\x4d\x6e\x91\x5d\x39\xc0\x6d\x51\x3c\x63\xeb\x06\x78\x9c\x52\x2a\xb4\x3d\x0e\x84\x7d\x1b\x39\x56\xca\x3d\xb0\x7c\x80\x34\xc3\x31\xeb\x59\xaf\x81\xec\x47\x9a\xb2\x36\xe9\xc0\xac\x5f\xea\xbf\xe9\x09\xc0\xe2\xfd\x1a\x3c\x7a\x2a\xb0\xf2\x94\xd6\x34\x69\x3d\xac\x13\x80\x1d\xf2\x3a\x2d\x56\x2a\xc0\xfe\xe3\x5a\x8a\x96\x2e\x40\xe9\x22\xad\x34\x2b\x3a\x50\x36\x40\xd7\xdd\xaa\x3f\x70\xed\xa3\xde\x28\x0b\x53\xa0\x66\x98\xf6\x33\x8b\xa3\xc0\x23\xa6\xae\xab\x94\x03\xba\x2e\x59\x0f\x7f\x38\x20\xc9\xf7\x59\x44\xc1\x7f\xe5\x60\xa4\x3c\x98\x74\x1d\x4c\x98\x20\xd6\x28\x49\x3e\x4e\x80\x42\x5f\x0e\x84\xd5\xfb\xff\x4f\x53\x28\xbc\xa5\x80\x66\xaa\x4c\x21\x27\x13\x30\x0f\x95\x55\x60\x09\x00\x56\xf4\xf0\x39\x8c\xf5\x80\xf3\x2c\x79\x4b\xfa\x44\xc0\xb7\x4e\xe1\x91\x75\x0a\x10\xfe\x46\xc9\x95\xf6\x03\x88\x5f\xa9\x7c\x9d\xe1\x07\xa4\x0e\x1d\x55\x66\xfd\x16\xc8\x54\x1e\xbd\x9d\xfa\x0e\xc8\xd1\x18\xad\x4f\xdd\x08\x2c\xc8\x53\x3d\x60\x71\x19\xc8\xdf\x34\xda\x86\x7a\x03\x58\xcf\xd7\xd8\x66\x95\x00\x6c\x31\xd3\x30\xb2\x2c\x01\xf6\xe8\x6a\xb4\x59\x04\x01\x87\x93\x35\xc6\x99\x27\x03\xc7\x4b\x34\xe8\x66\xeb\x80\xf3\x81\xea\xdd\x66\xfe\xc0\xb5\x87\x1a\xf3\x7b\x3f\xa5\x9f\xc4\xcf\xfb\x1f\xbe\xf7\x26\xce\xb3\x5e\xd5\x29\xb1\xdf\x3c\x50\xfd\x6f\x1e\x04\xe3\xad\xb3\x85\xfc\x44\x80\xeb\xea\x2a\x54\xc9\x03\x9c\xa7\xfb\x29\xab\xf1\x01\xbe\x75\x38\x57\x7b\x10\xe0\xae\x9d\x30\xd6\x48\x01\x70\x4f\x9a\x5c\x6a\x21\x0f\xb8\x3e\xca\xdd\x60\x7d\x1c\xe0\x6f\x5e\x51\x64\x6b\x0d\x38\x9f\xd8\x91\xc4\x9b\x0b\x38\x8e\x3d\x36\xc7\x71\x3b\xc0\xd3\xbc\xf6\xd4\x31\x13\xb0\x7b\xfe\x88\xef\xfc\x04\xe0\x54\xbc\xdf\xe9\x12\x0d\x70\x56\x08\xdc\x5c\x36\x02\xb6\xcf\x89\xcd\xbc\xd3\x00\xab\x9a\xa8\xe7\x78\xff\x62\xb2\x0e\x11\x55\x9c\x6f\x6d\xfa\x4c\x11\xf1\x8e\x6d\xd2\x72\x98\xb5\x9d\xb8\xcb\x99\xfd\x3a\x91\x75\x82\xa8\x67\x77\x35\x6c\xb6\x2d\x24\x2a\xec\xc6\x3e\xfa\x60\x7b\x89\xa8\xe3\x9c\xba\x17\x68\x9b\x4c\x74\xd8\xae\xbb\xc5\x64\x6f\x22\x5e\x72\x3c\xab\x4e\xd8\xde\xc6\x20\xd6\xa1\x0a\x7d\xf6\x63\xa2\xc7\xf6\xe8\xbf\x3c\x8c\x7b\xf4\x7f\xf3\xbd\x07\x0c\x67\xcb\x91\xfe\xff\x71\xee\xa8\x81\xc1\x80\x39\x78\x0a\xb2\x97\x00\xdb\x43\x8e\x43\x15\x7e\x02\x5c\xaa\x4b\x93\xf2\x27\x80\x9f\xe8\x23\xaf\x3e\x18\x70\xdd\x12\xea\xa7\xbd\x18\x70\x57\x88\x9f\x62\xb8\x11\xf0\xc8\x9d\xb4\xc4\xa2\x01\x70\xfb\x34\x87\x45\xdf\x00\xb8\xba\xaf\x50\x67\x8f\xf8\x5b\x07\x27\xab\x63\xdd\xce\x9b\x00\x07\xd5\x8a\x93\xae\xf9\x00\x37\xe6\xc9\x40\xfe\x1e\x80\x33\xe5\xc3\x37\xe7\x62\x80\xd3\x24\xd2\xe3\xef\x05\xd8\xab\x88\x34\x07\xa1\x68\xb0\xad\x0b\x71\x82\xcb\xfd\x39\xc4\x76\x0b\xb1\x9e\x57\xf6\x79\xbe\xed\x2e\x62\x13\x6f\xe1\xbb\xf1\xec\xc1\xc4\x06\xde\xfd\x46\x3a\x9b\x45\x14\xf1\x56\x3d\xbe\xcf\x89\x24\x96\xdb\x3f\x7d\xb0\x86\x7d\x81\x38\xc9\xdd\x74\x67\x3c\xa7\x90\x28\xe5\xe9\x55\x8b\x38\xde\x44\xad\x9d\x67\xa5\x19\xfb\x14\xf1\xcb\xb6\xfd\x5a\x2d\x7b\x02\x64\x59\x7d\xea\xf0\xff\x7c\x6f\xd2\xd7\x18\x3a\x96\xf5\x98\xac\x03\x8f\x63\x33\x40\x08\x50\x3d\xb8\x4e\xc3\x94\x00\xdb\xdb\xdc\x85\x0a\xcc\x7f\xf8\xa0\x93\x3e\xcb\x34\x6c\x01\x8f\xfc\xe0\x49\xba\x71\x80\xd7\xf6\xb8\x89\x26\x93\x01\x2f\x5a\xda\x75\xab\x6d\x80\xc7\xd2\x59\x77\x6d\xe8\x80\xdb\x9a\x15\x7a\x76\x6e\x00\x7f\xd2\xf6\xd5\x8e\x53\x01\x27\x9d\xe3\x55\xce\x8f\x00\xfb\x17\xd7\x67\xb9\xf2\x00\xee\xfc\xfa\x1a\xd7\x1c\xc0\x8e\xfe\x79\xb2\xab\x0b\x60\xe7\x24\x6a\x77\x6d\x00\xd8\x6b\x88\x54\xc7\xfe\x5d\x0f\x6c\xaf\x11\xab\xec\xe5\xda\x07\xb2\x43\x88\x34\x87\x17\x1f\x3c\xd8\x2e\x44\xae\x83\xcc\x9b\xab\xec\x22\x22\xd7\x41\xbf\xc1\x98\x93\x46\x64\x39\xb4\x3f\xfa\x6a\x67\x4f\x24\x3b\x7e\xa8\xfd\xc5\x89\x20\x0e\xf0\x66\xdc\x5a\x68\x97\x40\x6c\xb1\x9f\x53\xa5\x6a\xa7\x4d\x5c\xe4\xee\xa9\xf0\xb5\x9b\x40\x54\x73\xd5\x2e\x2f\xb2\x93\x21\x3e\x72\x34\xf0\x5f\xb8\xa0\xff\xf0\xbd\xfb\xb3\x78\xbd\x2a\xf5\xff\xad\xd5\xd9\x1e\xc3\x12\xfe\x72\x31\x4e\xd7\x1d\x3f\x8c\xb4\x03\xdc\x2b\x3c\x56\x6a\xf8\x03\x5e\x4b\x02\x87\xeb\xe9\x03\x5e\xb2\xb1\x79\xc6\xe3\x01\xaf\x8d\x13\x0f\x5b\x0d\x00\xbc\xc6\xe6\xd4\xb1\x52\x00\xf7\x1d\x05\x25\xdc\x67\x00\xbf\x65\xfb\x73\xa7\xe5\x80\x53\xfd\xf1\x5f\xfc\x79\x80\x43\xc4\xf5\xd7\x6e\x5b\xd0\xcd\x73\x7e\xaa\xed\x7e\x1c\x3d\x5c\xe7\xd6\x3d\x1e\x42\xc0\x2e\x4d\xd4\xec\x36\x05\x60\xcb\x13\x05\xf6\xb1\xbf\x16\x72\x1c\x08\x6b\xe7\x9b\xad\x0a\x9c\x01\x84\xa7\xd3\xd9\xe6\x3d\x9c\xbb\x04\xdd\x45\xb6\x91\x6f\x37\x98\xe0\x3b\xa7\x3c\xb9\x66\x57\x4c\x78\x3a\x67\x3d\x30\xb5\xab\x23\x62\x9c\x0e\xdc\x09\xe0\x4e\x22\xc6\x3b\x2d\xae\xb6\xe3\xaa\x11\x6b\x1c\xd8\x15\x1c\x9e\x2a\xb1\xcc\xa1\xe5\x8a\xba\x5d\x0e\xf1\xc4\xce\xe3\x62\x24\xf7\x28\x71\x83\xbb\xad\x77\xbc\x5e\x91\x7d\xeb\x20\xf1\xbd\x25\xf7\xde\x95\x4b\x6d\xc8\x3e\x29\x86\xeb\x59\x56\x83\x12\x01\xc6\x23\xdb\x39\x72\x59\x7f\xb9\x18\xa7\xdd\x8e\x1d\x23\xd9\x80\x7b\x89\x5b\x9d\xba\x37\xe0\x3d\x28\x40\x53\xcf\x0a\xf0\x95\x8f\x7e\x68\x7a\x07\xf0\x19\x33\xb1\x3f\xb5\x10\xf0\xde\x35\x73\x9b\xed\x0e\xc0\x23\x61\xd9\x1d\x9e\x0e\xe0\x9a\xb8\xfd\xb0\x73\x2a\xe0\x7c\xf0\x84\x85\xdb\x34\x74\x3a\x64\xdc\x98\xe8\x9e\x81\xd7\xbc\xda\x86\x1c\xcf\xcf\xf8\xc6\x9d\xf7\xed\xbb\x57\x3f\xc0\x2e\x55\xf4\xde\x2d\x5d\xc0\xe4\xec\x25\x54\x5d\x84\x3f\xc7\x73\x2e\x13\x2a\x7c\xdf\x4f\x57\xed\x58\x84\x2c\xff\xf7\xbb\x54\x4e\x3b\x41\x77\x51\x7d\x7e\x9d\x6b\x40\x8c\xe4\xb7\x3d\xf2\xe6\x0d\x23\x94\x5d\xa7\xdd\x6b\xe7\x45\x10\xc6\xfc\x7d\x35\xba\xbc\x61\x44\xac\xb3\xa2\x94\x0b\xbb\xca\xe0\x95\x10\xf3\x1d\x97\x5e\x32\xb6\xe7\x12\xf9\x8e\x81\x65\xcb\x78\xd5\x44\xb1\xfd\x7f\xe5\x82\xfa\xde\x7b\xd7\xdc\xcb\x32\x95\xf1\x07\x4c\x0e\xd2\x67\x0d\xd6\xfe\xcb\x41\xf0\x1e\xb3\x3b\x15\x8d\xfe\xe6\xc5\x78\x54\xb9\xe5\xa8\x67\x01\x3e\x8d\xbe\x9b\xf5\x4e\x02\x7e\x9a\x91\x22\xb3\x7e\x80\x1f\x25\xd9\xca\xba\x1f\xe0\xfd\x60\xfa\x3d\xd6\x2b\xc0\xf3\xe8\x72\x2d\x87\x42\xc0\xed\xdb\xb6\xb5\xfc\x9f\xf8\xe1\x12\x77\xbc\xd0\xfd\x2e\xea\x1c\x0b\xaa\xce\x78\x3d\xc2\x39\xfb\xe2\x17\xdb\x7d\xd5\x50\xcd\x0b\xf8\xf1\xd9\x57\x0b\xb0\x6b\x14\x55\x78\x28\x75\x2d\xb5\x4b\x14\xbd\x73\x5b\xd7\x36\x98\xeb\x27\x3a\xeb\xf1\xe1\xfd\x13\x6e\xb4\xe8\xa1\x7b\xbd\x94\x8f\x7b\xaa\xc9\x3b\x2c\x7a\xe6\xc1\xbc\x7f\x84\xb7\x9a\x18\xea\x36\xf8\x36\xc7\xc1\x43\xd4\xec\x91\x2c\xe5\xe3\x2a\x64\x1c\x8c\x09\x26\xff\xe0\xe5\x65\xf6\x2f\x89\x38\xe7\x7d\x65\x84\x7d\x00\xb1\xd1\xa1\xe4\x2c\xc5\xe1\x0a\x31\xcf\xc9\x81\xac\xc3\x1b\xf1\xf8\x9d\x36\x52\xfe\xe1\x61\xfa\x6d\xa0\x93\xf3\x42\xb3\x8c\x91\x21\x43\x05\xcc\x53\xac\x05\x43\x7a\x7f\x2d\x1e\xb7\xd9\x27\xe7\x05\x38\x08\x99\x5f\x15\x64\xff\x72\x31\xbe\x3f\xf9\x6b\xd4\xdf\x03\x7e\xa3\x7d\xcd\xf5\x5d\x00\xff\x25\x61\x6a\xa6\xb3\x80\x00\xd7\xa4\x56\x06\x1b\xf0\x0b\xc9\xde\xcd\xe9\x02\xbc\x1f\xe6\xa7\x39\xa7\xe3\x8b\xc7\xb6\x6d\xcb\x3c\xd2\x50\xcd\x3f\x7d\xe2\xa1\xf7\x16\x9c\x76\x0a\xac\x6a\xf6\x11\x62\xb5\x43\xd0\xab\x4c\xff\xdf\x38\xc4\x7b\xdd\x69\xe5\xbf\x14\xe0\x06\x89\xb6\x79\x96\xff\xe8\xe0\x29\x89\xd2\x7d\x06\x7f\xac\xe4\xe5\x8a\x72\xbc\x5b\xdf\xd2\xec\x07\x88\xe6\x7b\xff\x6c\xd0\xb7\xbf\x2f\x5a\xea\xa3\xfd\xf0\x9d\x43\xba\x68\xbd\xf7\xab\xbb\x16\x0e\xdf\x44\x27\xbc\x5e\xd6\x6c\x73\x38\x2f\x7a\xe1\xd1\xfe\x87\x0b\x73\x70\x64\x12\x5a\x6e\xa3\x2f\xe8\x39\xe9\x10\x06\x6e\x9a\x67\xb9\x4e\xb6\x84\x2b\x7f\xc7\x89\x6b\x4e\x54\x62\xb2\x33\x79\xba\xbb\x07\xfe\xc7\xbe\x40\xde\x7b\x1f\xd4\x42\xf5\x23\x7d\x8d\x48\xda\xdd\x01\xe7\x00\xea\x6c\x6a\x89\xac\x27\x60\x77\x9b\x7e\x4c\x6e\x5d\xef\xbe\x6f\x53\xa0\x90\xf1\x0f\x17\xa3\xe5\xb4\x54\x6d\x37\x10\xbc\xc1\xc7\xd5\x90\x02\x04\x67\x85\xc4\x5b\x5c\x07\x82\x93\xc7\x9f\x65\x0d\x02\x02\x9e\x67\xbe\xe2\xdd\x02\x7c\x99\x79\xd7\xf8\xab\xf1\xc5\x43\x54\x64\xe5\x31\x11\x25\xae\x95\xc7\x3b\x7c\xcf\x21\xdf\x59\xb7\xc6\x2e\xc0\x0d\xb9\x0e\xcb\xde\x14\x07\xfa\x20\xd3\xfe\xaa\xf0\x7c\xb0\x83\x94\x8f\x6b\x5b\x64\x1f\x2b\x52\xf5\xff\xd0\x1c\xea\xa0\x22\xd2\x0e\x50\x95\x72\x61\x4f\x72\x1d\xb5\x45\x81\x7e\x55\x52\x2e\xac\x66\x9b\x93\x95\x68\x95\x4f\x9d\x94\x0b\xbb\xf2\xda\xe9\xa3\xe8\x96\x57\xde\x45\x59\xe7\x15\xa2\x17\x9e\xef\xcf\x8f\x72\x1e\x46\x28\xba\x47\x9e\x9c\xef\x92\x44\xc8\xbb\x3f\x3a\xe6\xe4\x3c\x8f\x08\xe6\xbb\xfe\xef\xf5\x20\xa7\x61\xe5\x43\xee\x0b\x0f\x2c\x77\x0f\xdc\x06\xd0\xf2\xac\x56\xcb\x2a\x03\x8e\x51\xd4\x4a\xb9\xfe\x80\x57\x35\x3d\xf8\xdf\x7e\x31\x21\x09\x3c\x63\xd5\x00\x20\x7c\xbc\xc7\x38\xfd\x7e\x40\x98\x4a\xd0\x4e\x8b\x8f\x40\x68\x53\x42\x3f\xdb\x5d\x40\x88\xd3\xd4\xed\x8e\x3d\x80\x5f\xca\x92\x41\xfc\x2e\x5c\xf2\xe6\x6e\xa5\xf9\x6c\xc2\x74\x77\xc3\x93\xe6\x81\xcf\x11\xe0\x12\x73\x4b\x27\xc4\x0e\x74\xc7\x6d\xcd\x47\xc2\x74\xe1\xe3\x10\x28\x9c\x1d\xba\xa9\xdd\xcf\xe1\xba\x70\x65\xe8\xbc\x96\xa7\x8e\x2b\x85\x1b\x42\x2b\x1b\x0b\x9d\x9a\x85\x73\xc3\x79\xff\x99\x17\x76\xab\xc1\x85\x2b\x92\x09\x1e\x72\xfd\x88\xcb\x47\x91\x75\xe0\xfc\x3f\x3c\x94\xc8\xa5\x5b\x54\xe0\xfb\xee\xdc\x29\x3e\x4f\x74\xdc\x67\xfc\x09\x2d\x7e\x9b\xe8\xb9\x57\x49\xa9\xb1\xab\xbf\xe8\x8b\xa7\xe0\x08\x9f\x5f\x4e\x58\xba\x1d\xc7\x3f\xf9\x30\x9c\x41\x62\x15\xfb\x9d\x4a\xee\xe6\x64\x9e\xb3\xf9\x2d\xf3\x53\x83\x13\x00\x56\xa7\x69\xe3\x10\x23\xc0\x25\xd7\xd2\x73\x58\x18\xe0\x9f\x4a\x6d\x95\x7f\x03\x84\x74\x31\xec\x94\x35\x80\xa8\x08\xbb\xb5\xaa\xaf\x81\x58\x6f\xfe\x65\x5d\x02\x88\xbe\xe2\x3f\xc3\x62\x39\x10\x39\x21\x76\x24\xe7\x04\x10\x16\x35\xd9\xd0\xa9\x01\x77\x83\x2c\x16\xbe\xf2\x5a\x81\xf5\x3e\x0f\xb7\xfc\xf0\xff\x06\xbe\xc7\xca\x93\x23\x42\xd3\x31\x94\x1f\x79\x57\x2e\x62\x2f\xd1\xe8\xb4\xe7\xe3\xf3\x68\xe3\x1e\x75\xc7\x04\xe1\xe8\xc8\xd9\x9f\x0d\x9c\x4e\x09\x87\x44\x35\xff\xe1\xa1\x94\xf9\x71\xc2\xa1\x31\x36\x75\x99\xfc\xcd\xc2\x88\xc8\xf2\x1a\xba\x6b\xb9\x70\x52\xe4\x9c\xca\xa3\xae\x67\x84\x27\xc3\x04\x57\xd4\xdc\x16\x08\x6b\xc3\xcc\x2e\x28\xba\x65\x8a\xd4\x83\x99\x67\x72\xdd\xde\x8b\x9c\x03\xef\x1c\xeb\x70\x9f\x2c\x9a\xe6\xdf\x56\x5c\xe0\xde\x2d\x5a\xef\x57\x7a\x88\xea\xfe\x43\x74\xd5\xe7\xd0\xfe\x67\x1e\x71\xa2\xdb\x3e\x9c\x7f\xd7\x83\x98\x03\xa1\x44\x5a\xf4\xeb\x55\xad\x71\xe6\x2e\xfd\x3b\xff\xde\xfb\x96\xf6\xbf\xf7\x7c\x6f\x9c\x20\x1b\x07\x04\xd1\x4d\x5b\x86\xbd\xfe\xcb\x83\xc4\x97\x33\x39\xa3\x92\x81\xf1\xfe\x4e\x6a\x3a\xf7\x80\x84\x52\x9f\x18\x0b\x7d\x20\xee\x75\x84\x17\x67\xd3\x9f\x3c\xad\xc3\xa1\x94\x79\xb3\x7c\xa7\x20\xd4\x7f\xd2\x66\xd3\x90\x95\x44\xb7\x97\xd9\xc9\x8f\x51\xde\xc4\x09\xd7\x5d\xb5\xa9\xb1\x6d\x44\x86\xf3\xba\x6f\x57\x12\xfa\x7f\xdf\xe6\x42\x11\xd0\xc6\x29\xbc\xd5\xe7\xcf\x14\xc4\x26\x1c\xae\x3f\xe4\xe6\x24\x08\x1a\x57\x57\xeb\xed\x06\xc1\xee\xf8\xd3\x37\x4f\xbb\x5f\x13\xd4\x8f\x75\xad\x78\xea\xd1\x29\x78\x3d\x36\x5e\xca\x01\x9d\xad\xf3\x8a\x12\x46\x45\xef\x3c\x99\xe0\x25\x27\xbc\x18\xde\x51\xb2\xd5\x2b\x52\xd8\x15\x7a\xe0\xd0\x54\xef\x7a\x61\x4f\x68\xeb\x81\x48\xaf\x56\x91\x4f\xd0\xb8\xbd\x5b\xbc\xfb\x89\xa6\x05\xdc\xde\x71\xcf\xab\x47\x74\xde\xf7\xe8\xff\xe7\x40\x64\x97\x9b\x90\xfe\xa6\x6e\xbd\x61\xb6\x4c\x09\xc0\x50\xd6\xdd\x34\x60\x2f\xc0\x77\x32\x98\x33\x38\x18\x08\xa0\x19\x70\x86\x2c\x02\xa2\xd7\x19\xae\x18\xba\x17\x18\x7f\xda\x2c\x4d\xa1\xdf\xdf\x7e\x31\x69\x7c\xee\x52\x6d\x4d\x20\xf5\xae\xbb\x99\xd9\x0a\x20\xb1\x35\xb4\xd0\x6e\x30\xae\xc7\xed\x4c\x3c\xe4\xb1\x1c\x53\x23\x0e\xcd\x16\x05\x56\x60\x70\x50\x68\xe1\x98\xc8\x0a\x62\xa7\x8f\xf9\xc9\x6b\x63\xaf\x77\x6d\xf7\xb0\xac\x55\x4a\x5a\xf2\xf3\xbe\x6b\xca\xd7\xa9\x13\x47\xbf\x1f\xef\x16\xd7\x43\x4f\xfd\x5c\x7f\xce\x23\xa9\x67\x52\x6a\xe8\x5d\x1d\x2f\x9f\x9e\x95\xa9\x06\x55\x84\x57\x7d\x4f\x73\xf2\x1d\x69\x9f\xb8\x0b\x3e\x3e\x45\x82\x89\x89\x81\xa7\xed\x7d\x7d\x04\x65\x09\xad\xa5\xb2\xbe\x07\x85\x7a\x71\xc9\x47\x66\xfb\xde\x13\x26\xc4\xf0\x0e\x34\xfb\x05\x08\xf3\xa2\xda\xf6\x96\xf9\xdd\x16\x1e\x8a\xbc\xb7\xf3\x9b\x5f\x89\xf0\x67\x58\xcd\x36\x1f\xbf\x02\x11\x27\xb8\x69\x4b\xbc\x9f\xb5\x28\x27\x50\xe9\xef\xbe\x48\xa1\x58\x92\x3c\xb5\xd2\x62\x03\xf2\x9e\xbf\xf1\x43\x3d\x2b\x99\x0e\xc0\x6e\xbb\x2e\x6b\xe0\x18\xc0\xfb\x80\x66\xd2\x80\x99\x40\x54\xa6\x56\xc2\x20\x3d\x20\x71\x8b\x36\x7d\xf0\x32\x60\xd2\x6e\xa3\xf5\xc3\xf7\x01\x19\x59\x96\x73\x55\x3e\x00\xd9\x69\x8c\x02\x35\x1f\x20\x5b\xcf\xe9\x84\xc9\x32\x60\x8a\x89\xff\x31\x36\x13\x07\x12\x2b\xc7\xb6\x78\x0f\x82\x6e\x6c\xe8\x8c\xec\x70\x9d\x5f\x2a\xe1\x47\xd6\x98\x24\x0c\xf8\x5a\x17\xb4\xe3\xc8\xac\x94\xfb\x2d\x5c\xbf\x88\xaa\xac\xf4\xfd\x6f\x44\xde\x8c\xa6\xfe\xd3\x4a\x9e\x1e\xf6\x56\xef\x12\x64\xdd\xbf\xbd\xc1\xd7\xb4\x3b\x63\x5a\x69\x85\x81\xdf\xe7\xee\x2b\x19\xb6\x97\xd2\xfd\xe7\xf6\x98\xa6\x2f\x39\x7d\x31\x50\xa7\x27\x79\x32\xf3\xd8\xdc\x40\xf7\x9e\xcf\x13\x13\x8e\x2c\x08\xa2\x08\x18\xc9\xfe\xfb\x57\x04\xed\x11\x2c\x4c\xfc\xbc\x77\x64\x90\xa9\xe0\x75\xc2\x19\x29\xff\x52\x54\x1e\x64\x26\x5c\x18\xfd\x7c\xd3\xdc\x60\x5d\xe1\x9e\xa8\x6b\x1b\x2a\x83\xb4\x44\x72\x61\xa1\xeb\x65\x82\xec\x45\x46\xa1\x2e\xf8\x93\x07\x42\xa1\x18\x3a\xf7\xaa\xfa\x71\x9d\xea\x7e\xab\x01\xab\x67\x6a\xe7\xfb\x15\x01\x76\xd3\xe4\x88\xde\xbf\x07\x7c\x1e\x4e\xf6\xdf\x1b\x9b\x3d\x24\xb9\x57\xd3\xce\x0d\xed\xdf\xab\xd2\x5c\x0c\x29\x0f\xb2\x80\x49\xbd\x33\x26\x03\x58\x10\x60\xb7\xc4\x70\x33\x30\x3b\xc9\xf3\x32\x6b\x9d\x30\x2e\xc3\x2a\x8a\xe5\xe3\xd0\xfa\x69\x82\xd3\xe4\x49\x71\xef\x9b\x6c\xe2\xa7\x2f\xdd\x3f\xd1\xff\xb9\x59\xb4\xc1\x6e\xfd\x8c\xd1\x0f\x8f\x85\x5d\xbb\x74\x79\x86\xe6\xdd\xf3\xc1\x1e\xcf\x36\xce\x76\xbe\x49\x04\x6a\x76\x5e\x9d\x3b\xfc\x52\x74\x70\x61\x57\xcc\x6c\xab\xd3\x67\x43\xaa\xbb\xbe\xce\x1c\x54\x3a\x30\xcc\xb3\xdb\x6e\xfa\xf8\xc3\x86\x61\x77\xba\x4f\x65\xc6\xec\x9d\x1a\x3e\xb1\x87\x3d\xe5\xe6\x0e\x84\xef\xea\x39\x35\xc9\x55\x9a\xfb\xb2\xd9\x35\x3c\x4d\xb0\x38\xe9\xc0\x46\xd3\xf0\xd7\x82\x73\xe3\x05\xeb\xbe\x84\x0f\x16\x1a\xc4\xf7\x5f\x55\x18\x41\x17\xba\xc5\x7d\x5c\xf1\x32\x7c\xbc\x70\x6b\xf4\xe6\xe5\xa6\xe1\x49\xc2\x87\x91\xe4\x5b\x17\x4b\x92\x13\x1b\x42\xd5\x11\xff\x9e\x82\xfa\xa0\x7e\x11\x00\xa3\x6c\x18\xd9\xf7\xc1\xed\xbe\x0c\x79\x8e\x48\xef\xfd\xa6\x48\xfa\x1a\x4f\x97\xf4\x01\x59\xa0\x37\x90\x3c\x77\x97\x8f\xd2\xf4\x97\x95\x03\x56\xcb\x1a\x0f\x51\x51\x05\x56\x67\x33\x42\x75\x04\xa2\xb6\xe5\x15\xce\xbf\x6c\xc2\xbe\x7e\x9f\x3f\x2d\x78\xb1\xcf\x94\xc6\x1d\x59\xd7\x13\xbf\x24\x78\xdd\x9f\x9f\xb6\x68\xf6\x8d\xa9\x06\xd5\xec\x09\x3e\x85\x11\x33\x27\x5d\x3e\x9d\xb0\xf9\xa4\xc3\xdc\x49\xe7\x57\xc7\x6e\xa9\x9d\xbe\xb0\xe1\xd4\xd1\xa8\x8b\xad\x5f\x97\xbc\x3a\xf2\x34\xfa\x79\x27\x6d\x51\xe6\xde\x0f\xb1\x9e\x9d\x55\xf3\xa7\x6e\xdf\x1a\x67\xdc\x95\x3b\x27\x64\xcb\x8f\xb8\xa4\x2e\x51\x0e\xb5\x30\x30\xf6\x79\xf7\xd5\x2c\xd9\x75\x77\x63\xdf\xf5\xf0\xa6\xae\x5c\xb5\x24\x8e\xe8\x99\x91\xfe\x6b\x79\x7d\xdc\xab\x9e\xee\xd4\xaf\xcb\x99\xb1\x6f\x04\x21\xc9\x1d\x4b\x97\xc7\x6d\x10\xac\x4d\xfa\xb9\x28\x3e\xce\x53\xd0\x3d\x8e\xbe\xf0\x76\x4c\xb9\x30\x21\xce\x75\x01\x2f\xba\x5d\x58\x1a\x6d\xf0\x77\x1e\x28\x19\xa8\x2a\xf6\xaa\x59\x80\xfc\xf1\x5e\xb5\x7b\x4b\x79\x40\xf9\xe7\xfe\xbb\x94\x83\xc8\x96\xf8\xc1\x52\x0e\x40\x9a\x07\xb0\xb9\x70\x90\x3b\xe9\x83\x0c\xd5\x72\x1a\xb6\x14\xd8\x95\x68\xfe\x40\xdd\xb7\xad\x78\xcb\x74\xee\x47\xfa\xc4\x57\x5e\x6b\x6a\x7c\x87\x79\xd1\x6a\x59\x4b\x27\xc7\xf9\x8d\xdd\x7d\xf9\xc7\xac\x0f\x19\xc9\xd3\x44\x27\xb3\x32\xd7\x16\x38\xe5\x76\x1c\x3a\x94\xfe\xeb\xe0\x92\xc5\x33\x77\xab\xa7\xde\xad\x44\x7e\x6b\x91\x6e\xf2\x83\x77\x6e\x05\xbf\x36\x5e\x9a\xf0\xfd\xd7\xef\x02\xe3\xd5\xbb\x52\xdc\x7f\x1f\xcd\xdb\xb3\x62\x4b\xf2\x82\xce\x43\x0b\x2d\x96\x8f\x9a\x70\xb7\x6b\x72\x6e\xfe\xe2\xcf\xc9\xbf\xba\x3e\xcf\xca\x59\xac\x3a\x61\x76\xf7\x86\xec\xf6\x05\xab\x92\x3e\xf4\x98\x64\x5c\x98\xcb\x9d\xe0\xd6\x93\x9f\xde\x3c\x67\xe4\x84\xa4\x9e\x3b\x93\x6e\xcf\xda\x9b\x34\x5c\x10\x9e\xc2\x9e\x59\x9d\xb8\x5d\x50\x9c\xe4\x9e\xfd\x2e\xf1\xac\xa0\x6b\x5c\xd6\x74\xee\xb8\xf9\xc2\x09\x71\xb6\x00\xa5\x4e\x9d\x9c\x07\x5a\x76\x8a\xef\x7b\xd5\xfa\x0d\x85\xcc\x3f\xf0\x96\xa5\xf4\xf1\xbf\xa5\x79\x18\xd2\xf1\xaf\x96\xdc\xfb\x2d\x9a\x4a\xe9\x93\x8b\x71\xc2\x7b\x94\x31\x85\xd2\x1e\x5a\x9a\x66\x98\x31\x9a\xf6\x56\xf3\xd0\x5c\x66\xbb\x95\xee\xfd\x9a\xdd\x56\x6e\x6d\xae\x87\xae\xf1\x36\x2f\x08\x7f\x18\x6d\x73\x2c\x66\xd5\x86\xd4\x4f\x53\x3c\xb7\x5b\x2c\xb6\x98\xf7\x71\x7e\xd2\x5a\xff\xb9\xd8\x36\x26\xdf\x3c\x7f\xfc\xac\xee\xb2\x7b\x2b\xb0\x20\x6a\x46\x73\x7d\xfb\x1a\x8d\x39\x26\xd9\x9f\x3a\xee\xac\xcd\xcc\x49\xc8\x0e\xff\xf5\x60\x45\xde\x8c\x83\x59\x71\xbf\xcf\xe5\x35\x4a\xb9\x8f\xec\xfd\x19\x13\xbb\x82\xe7\xe6\xfe\xe1\x3e\xd6\x4c\xf9\xde\x9d\x3e\xc3\x74\x2a\xd2\xe7\xf6\xe8\x4c\x53\x9a\xd2\x38\xf9\x60\xcf\xda\xf4\xd2\xf4\x3b\x93\xf2\x7b\x44\x69\xa6\x93\x2f\x4d\x1a\x2e\x08\x48\xc9\x98\x3c\x2a\xf5\xa7\x60\x4b\xd2\xeb\xb4\xfb\x13\x9f\x08\x44\xe3\xcc\x00\x85\x90\x51\x4e\xbd\x9f\xdf\xa4\x7a\x20\x79\x7e\x3a\x49\xfa\xfc\x47\x8a\xb9\x8e\x3f\xbe\xdf\x02\x3f\x4a\x9f\x7b\xf0\x7f\xfa\xe3\x48\xea\x73\x8e\xec\x1b\xf1\x03\xe5\x06\x72\x93\x29\x94\xa6\xca\x8b\x0f\xb5\xf7\x2b\x9d\x7a\xcc\x3d\x97\x45\x6d\x33\x6e\xb8\xe1\x74\x62\xb5\x93\x9c\x83\xe1\xa9\x0b\x47\x0c\x82\x1c\x42\xd5\x76\x6b\xed\x71\x4a\x3c\x94\x52\xbd\x72\xe6\x96\x59\x39\x75\xb3\x76\xcd\x9b\xbb\x61\xde\x46\xff\x45\x7b\x66\x68\xad\x53\x3d\xad\x94\x17\x31\xb5\x67\xf5\xf9\x07\xad\xcb\x36\x4c\xf2\x59\xf5\xad\x7d\xd7\xf2\xf4\xb4\xea\x82\xcc\xdf\x4d\x4b\xcb\xd2\x64\xf2\x2f\x74\x5e\x5c\x20\x4a\x0d\x5c\x22\xe8\x9a\x9b\x9b\x30\xb1\x75\xe1\xb5\x6e\xd3\x9c\x7e\x13\x4f\xcc\x0f\xea\xde\x95\x5d\x3f\x71\x66\xee\x94\x1e\xcd\x69\xbc\x94\x8c\xd9\xdf\x7a\x76\xa4\xc7\xa6\x38\xe4\x7c\xea\x69\x4b\x7b\x90\xdc\x31\x63\xa9\xc0\x37\xe5\xd4\x84\xcc\xe9\x8f\x05\x97\x12\x1f\x4e\x18\x99\x95\x23\x54\x48\x38\x9d\xf4\x3d\xb3\x40\x48\x8d\x9f\x03\xa8\x55\xc8\x91\xbc\x97\xd4\xff\x97\x72\x20\x29\x32\x62\xcd\x95\xe4\x5f\xac\x36\x15\xab\xb4\x1f\x42\x89\xe4\xfe\xef\x45\x92\x93\xfa\xfe\xb0\x82\xf4\xbf\x9a\x5a\xab\x6f\x51\xaa\x29\x94\xa7\x79\x35\xfd\xd5\xb4\x86\x72\x6b\xc6\xde\xf8\x69\x5a\xa3\x33\xa4\x6c\xf4\xb5\x81\x76\x37\x59\x05\x07\xfd\x2e\x4e\xf5\xb9\xeb\xf3\x68\x7d\xe7\xe9\xd3\x63\x17\xc4\x5f\x9f\x57\x52\x52\x95\x35\x65\x5a\x65\xe6\xb0\x23\x8d\x6b\xf3\x67\x0d\x4b\x2d\x3c\xd4\x71\x7c\x5a\xee\xd3\xc4\xbc\x03\x8f\x6a\x5d\xe7\x07\xc4\x53\xf7\x1f\x6f\xb5\x5a\x30\x74\xac\xd5\x9e\x61\x5d\xae\xb9\xcf\xc7\xf2\xb6\xcf\xef\x6a\xcd\xb9\x3d\x76\xda\xe6\xd6\xee\xf9\xd3\x15\xc6\xfa\x6e\x94\xef\x51\x9c\xa6\x3a\xb6\x65\x2d\xaf\x27\x66\x4a\xf7\xd8\x77\xab\x2e\xf7\x1c\x9d\xbc\x75\xec\xba\xe5\x1b\x05\xbc\x94\x9e\x78\xed\xbc\x04\xc1\xb4\x64\xa7\xb8\xea\x25\x26\x02\x62\x9c\xc3\xd8\xc8\x85\xcb\x84\x5a\x09\xa3\xe2\xae\xcf\x7f\x2c\x4c\x8e\x0b\x8c\x9b\x38\x8f\x29\xdc\x1e\x63\x08\x98\x4b\xf2\x4d\xf8\x02\xb1\xc6\x4b\x7c\x1d\x29\x07\xb2\xc2\x95\xd2\xc7\xff\x94\x70\x10\x07\xaf\x90\xfe\x76\xfb\xa4\x2a\xf2\xbd\x7f\xd3\xfa\x3b\x24\x0f\x50\x7f\xe4\xbe\x1a\xf9\xde\x7b\xc2\x93\x8d\x23\xda\x28\x94\xf2\x4f\x0f\xcf\xeb\xef\x1a\x3d\xab\xe4\x58\xed\x23\x66\x80\xe5\x94\x6d\xd4\xdb\x29\xee\x2b\x5c\x06\xe5\xbf\xab\x62\x46\xcd\x08\x1f\x93\xf9\xea\xda\xc0\x29\x21\x29\x2f\x53\xee\x5e\xf1\x58\xb9\x7b\x8a\x5c\xbc\x6f\x79\xd3\xd1\xc7\x99\xfd\x23\x3b\x2f\x65\xdf\x46\x36\x3b\x74\xd7\xc5\x96\xcf\xf1\xd9\x6d\x21\xdf\xcf\x8f\xec\x9e\x99\xb5\x3f\x34\xe7\xc4\x8d\xee\x9e\x0c\xf7\x30\xb5\xa3\xea\x3d\x09\xe9\x6b\xc3\xa8\x07\x8e\xf4\x7c\x49\x9d\x1b\xf6\x7b\xf7\x59\x01\x35\x65\x69\xd8\xce\xed\x3d\x82\xbd\x89\x67\xc2\xf5\xb6\xd2\x05\xcf\xc6\xb5\x85\xa7\x6e\x32\x16\xca\x25\x18\x84\x75\xae\xef\x16\xa6\xc5\x6e\x0b\xab\x5d\xab\x25\x2c\x8d\x96\x89\x30\x5c\xa9\x2a\x3c\x1f\x75\x39\xec\x77\x41\xa5\x68\x68\x38\x0d\xb0\x95\x7c\xdf\xd2\xf3\x20\x43\xc2\xc1\x2d\x93\x70\x2f\xdb\x26\xf5\x19\x3f\xae\x92\xbe\xd7\x0f\xde\x2d\xd2\x07\x6f\xbe\x20\xbe\x0f\xfc\xcc\xfb\x09\x79\x2f\xfe\x4e\xf0\x73\x92\x07\xb9\xb2\xf9\xf5\xab\xc1\xa6\x14\xca\xc9\x9e\x37\x06\x9a\xb1\xf2\x51\x7b\x1d\x1a\xd7\x51\xe9\xfa\x6a\x6b\x5f\x3d\xf7\x75\x5e\x6b\x7b\x72\x6e\x65\xfd\x98\xd0\xa5\xde\xef\x53\xaf\x3f\xf8\x95\xda\x1e\xeb\x11\x3f\xe2\x01\x7b\xd9\xcf\x71\x5f\xc2\x8f\xdc\x8f\x38\x7c\x3a\xd9\x24\x30\xb7\xce\xff\xe6\x85\x89\x51\xbe\x93\x6b\x2f\x7e\xa8\x4a\xf5\xf2\xe1\xdd\x59\xd9\xf3\x2c\xe5\x84\xcf\xb8\xaa\x30\x01\x3f\x69\x8d\xef\x95\xcb\x17\x04\xc9\x89\x2d\xbe\x77\xce\xbb\x08\x5e\x25\x0c\xf2\xf3\x3c\xf9\x5d\xa8\x15\xf7\xc3\xbf\xe2\xe8\x73\xa1\x55\xdc\x59\x69\xbe\x85\xff\xdd\x7d\xeb\x84\x15\x91\x9e\xfe\x17\x76\xb7\x09\xdb\xc3\x63\xfc\x3b\xb6\xbf\x15\x19\x87\xd2\x02\x26\x6c\x8d\x17\x79\x05\xd7\xf9\x63\x73\xb4\x68\x56\xe0\xf6\xbf\xfb\x61\xda\x01\xc9\x3e\x20\xa9\xc7\x16\x49\x5f\x20\x29\x07\x72\x95\xe4\x21\x7e\x0a\x6f\xbf\xa2\x90\xfc\xc3\x43\xd2\xff\x6c\x48\x6b\x20\xfb\x83\xdc\x93\x7d\xed\xd1\xab\xd7\x66\xbf\x97\x27\xdf\x7b\x5f\xf8\x42\xed\xd5\x23\xb7\xbf\xed\x52\xf3\xa6\x50\xb6\x2c\xfe\x3a\xc5\xa4\x46\xb5\x3c\x3f\xf5\x53\x03\x4f\xd6\x82\x97\xfd\xa0\xe5\x40\xc0\x31\xc7\x81\xe3\x87\x37\xd5\x4e\xb8\x1f\xa0\x11\x71\xb1\x69\xe2\x92\xa6\xd0\x4f\x01\xb3\xdf\xb5\xec\x2f\x8f\x52\xf3\xca\x7d\x17\x7b\x23\x21\x66\xbb\xdb\xb2\x77\x05\xcd\xfb\x62\x03\x5c\xfd\x5e\x3f\x13\x6a\xc4\xe8\xb9\xbe\x7d\x9a\x2a\xf4\x8a\xfa\xe2\x16\x5a\x67\x2f\xcc\x8f\xf8\xed\x16\x76\xcb\x5d\x58\x1b\x96\xea\xbe\xf8\xfa\x52\x61\x7d\xd8\x42\xf7\x83\xe5\x9b\x45\x63\x82\x45\x1e\x13\xcf\x6b\x88\x18\xc1\xda\x1e\xcd\xa7\x8a\x45\xc1\x81\x02\xaf\x90\x92\x66\x51\x58\x10\xdb\x6b\xd4\x91\x91\xa2\x75\xfe\xab\xbc\x46\x1f\x0c\x12\x9d\xf1\x1b\xe8\xf1\x78\xdf\x3a\x62\x88\x67\x2d\x30\x56\x24\x1e\xe7\x1c\x0f\xb1\x6e\x40\xdf\xfd\xef\x0a\xe9\x73\xfd\x52\xbc\x43\x7e\xef\x1f\x27\x3f\x21\xfd\xff\xe7\xef\x5e\x92\xfb\x49\x1d\xbd\x89\xec\xa3\x52\x49\xff\x4c\xfa\xe5\xe7\x96\x7d\xaf\xea\xd5\xc3\xe7\x7f\x93\x75\xdd\xae\x26\x3c\x20\xfb\x9d\x42\x59\x13\x27\x7c\xae\x1b\x27\xdf\x6f\x5e\x4f\xcf\x15\x66\xad\x0e\x27\x5d\xb5\x6b\x8c\x37\xcb\xfa\x77\x4c\xc1\x6f\x7e\x42\x9d\xb3\x45\xd0\xde\x4e\x85\x05\xa3\x3d\x0c\xbc\xf2\x3b\xcd\x76\xd3\x7c\x78\xfc\x5d\x9d\x29\xd7\x26\xf8\x6d\x73\xec\xec\x6c\x7c\x6b\xec\x1f\xee\xf0\xe2\xb7\xbf\x28\xda\x6f\xb1\xc3\x89\x2f\x25\xa2\x05\xbe\x4a\x0e\x37\xdf\x0a\x44\x7b\xbd\x6f\x3b\x52\x1b\xce\x88\xce\x7b\x6b\x3a\x7e\x7b\x78\x57\x74\xc1\xdb\xcb\xc9\xe0\xce\x3a\xd1\x3b\xcf\x2d\x8e\x1f\xab\xeb\x09\x45\xf7\xe9\xce\x9c\x6b\x67\x88\x01\x1e\x19\xce\xe7\x2e\x95\x11\xa3\xdd\x0f\x39\xaf\x2d\x53\x26\x78\xae\x8d\x2e\x31\xa7\xe3\x09\x57\xd7\x52\x97\x92\xe3\x29\x44\x34\xff\x20\x90\x2d\xf1\xfd\x57\x6b\x4a\xce\x3f\x09\xff\x21\xe6\x60\xba\x95\xee\x91\xdf\xf7\xc7\x7b\x4f\x48\xff\xbf\x71\xc6\x9b\xc8\x5e\x7d\x50\xf7\x81\xf4\xc5\xab\x9e\xb7\x92\x39\x31\x17\xad\xc5\x5c\x44\xe9\x49\xc1\xbb\x5e\xdd\x29\xf1\x39\x57\x8d\x11\xe7\x40\x2c\x0e\x03\x34\xd7\x0c\x79\x92\xdd\x06\xd0\xf5\x54\xdb\x27\x44\xe1\xb7\xfb\x75\x93\x9b\xe1\xe6\xc8\x8e\x79\xc9\xf4\xf5\xcb\x80\x73\xce\x05\xbb\x7a\xf7\x55\x44\xf7\xa6\xcd\x8e\x67\x9c\x5a\x88\xda\x53\x4f\x9c\x73\xec\x87\x10\x57\xee\xd9\x3a\x2f\xe3\x5a\x10\xe5\x2d\x91\xce\x91\x76\x79\x44\x1b\x51\xe0\xe8\xc5\x39\xd8\x39\x85\x38\x62\x9f\xcc\x09\xf8\xba\x83\x38\xcd\x3b\x6a\xa7\xd3\x04\xa2\xd0\xc1\xdf\x2e\xe9\xe5\x00\x62\xbb\xc3\x40\xbb\xee\x27\xa3\x88\x22\x07\x77\x6e\x5e\x5d\x16\xb1\xcd\x21\x85\xeb\x73\x6b\x35\x71\x85\x37\x8f\xcb\xac\x72\x20\x1e\x73\xd9\xbc\x69\xd7\x0e\x10\x15\xbc\x1d\xdc\x0f\xe5\x1a\xc4\x67\x3b\x43\x20\x5f\x92\x03\xb3\x47\xc2\x87\x5e\x20\xc7\x2d\x0c\xb8\x47\xee\xff\x5f\x5f\x3f\x23\xf7\xc7\x37\x91\xef\x48\xae\xf4\x11\x3e\x93\x5a\xa3\xda\x4e\xce\xfb\xcb\xd9\xdd\xef\x7b\xf5\xa4\x96\xd8\x17\xdb\x23\xf1\xc1\xd7\xd5\xf5\xf5\xfd\x66\x36\x00\xea\x1d\x83\xa6\xa4\xc5\x03\x56\x9f\x55\xae\x8e\x2d\x06\xf8\x0d\x7a\x75\xc1\x43\x71\x3d\x42\xc9\x72\x99\xf7\x4c\x1c\xc9\x30\xb4\x6e\x74\x1d\x88\xf9\x2b\x4c\x99\xf5\x8e\x11\x88\xd8\xb7\x86\x3d\x9e\x1b\x8f\x80\x0b\x61\xec\x08\xce\x48\x78\xdf\xdd\xc0\x8e\xfa\xd3\xc7\x21\x04\xb3\x7a\x3c\x59\x27\xa4\xbc\x83\x8d\x47\xd7\x04\x6c\xa4\xba\xda\xec\x6f\xad\x40\x86\xb5\x0c\x73\xfe\x7b\xc0\x8f\x31\x8a\x69\xfb\xaa\x0d\x11\x74\x2b\x96\xf6\xb3\x4c\x38\x33\xf6\xb3\x98\x0f\x7e\xc1\x9b\x21\x67\xf3\xb9\xd6\x0d\xd3\xa9\x2d\xac\x27\x35\x97\xe0\x4f\x7f\x09\x6c\x93\x3c\x17\x9c\x9d\x29\xd6\xbb\x24\x07\xf2\x6d\x53\x03\xf9\x5c\xf4\xee\x6d\x13\xb9\x1e\x9e\xc6\xb7\x92\xe7\xc6\x6d\xc1\x2f\xb2\x8f\xdc\x55\x49\x9f\x04\xa9\xff\xb5\x5f\xe2\xfb\x6e\x92\xdc\x77\xcf\x93\xe4\x82\x48\x73\x20\x26\x06\x02\xf2\x5a\x14\x4a\xe2\x62\xc0\x4a\x5f\xe9\x7a\xc4\x34\xc0\xb1\x41\x23\xc3\x2f\x17\xc2\xe0\xb5\x46\x99\x1e\x8d\x68\x4a\x73\x36\x3f\xe1\x52\x8a\xaa\x85\x49\xd4\x1c\xfb\x39\x28\xdf\xa4\x4a\x33\xe2\x5c\xc7\x99\xc3\x17\x68\x13\x6c\xf7\xa2\xb8\xac\xc6\x5a\x8e\x35\x09\x45\xb7\x3e\xd0\xbd\x6c\x80\x43\x2f\xbc\xac\x73\x6d\x66\xe1\x66\xbb\x2d\x2d\x95\xd1\x09\xe0\xb2\x65\xa0\x34\xc7\x80\xca\xe9\x0e\x05\x0c\x86\x51\x37\x7d\x5f\x0b\x18\x36\x49\x39\x07\xab\xa5\xef\xbe\x00\x06\xfb\xa9\xd3\x5e\xac\xc4\x57\xa3\x71\xd6\x6a\x4f\x8a\x50\x63\xca\x03\x8e\x8b\x39\xb1\x85\xb7\x02\xc9\x73\x60\x47\x03\xf9\xfb\xe1\xfd\xf5\xf7\xa4\x3e\x4b\x68\x25\xb5\xf6\xad\x98\x83\xba\x4e\x03\x79\x3e\xfe\xe9\x87\x71\xa7\xaf\xff\x29\xcd\x41\x90\xde\xff\xfe\xd3\x07\x22\x0c\x90\xf5\xa0\x50\xa2\xb5\x01\x53\x05\xb9\x93\x41\x77\x00\x5e\x87\xaa\xb7\x57\x06\xe0\xbf\x50\xa7\xd9\x6d\x30\x90\xa8\x66\x18\xeb\x48\x00\x33\x3f\x98\x8c\xe6\xa6\x42\xb4\xe2\x88\x69\x26\xdb\x1e\x1d\xdb\x03\xcd\x5c\x6d\x07\xa3\xb1\x78\xbf\x45\x2a\xa3\x06\xbf\xce\x5b\x98\xfe\x64\x14\xe0\xd5\x4d\x0f\x8b\x60\xfa\x61\x34\x3d\xeb\x6f\x91\x66\xfd\x0b\xf8\xb2\xc4\xfc\x4f\xae\x83\xd4\xc7\x36\x7f\xdc\xab\x1a\x8e\x66\x72\xdd\x2f\x00\xb5\x89\x66\x0a\x3f\x7a\x67\x66\x86\x59\xdd\xe7\x29\x80\xe6\x66\xb3\x2f\xcd\xb2\x80\x16\x5d\xca\xc1\xfc\x56\x12\x8f\xff\xc3\xce\x66\xf2\xb9\xe0\x85\xd7\xb7\x52\x72\x1f\x5c\xdf\x45\xee\x07\xd7\x3f\x12\xe4\x7e\x7a\x4e\xe2\x87\x1f\x96\xe4\x23\x6d\x93\xf8\xe2\xab\xea\xfb\xae\x03\x69\x1f\x04\xe9\xfd\xff\xb1\xf7\x01\xb5\x87\x32\x35\x21\x0d\x80\xf1\x80\xa1\x9b\x7c\x86\x02\x6c\x81\xca\x2e\x57\x67\xc0\xf3\x8b\xda\x06\x97\xc1\x40\xdc\x76\x1d\x7b\x87\x08\x20\x93\x6f\xa0\xc2\x59\x01\x2c\xfc\xac\xdf\x68\x1b\x0f\xac\xcd\x33\xdc\xcc\x34\x01\x76\xaa\x19\xf9\xda\x6c\x02\x0e\x9d\x34\xae\xa7\x3f\x01\xce\xe5\x9a\x38\x49\xfd\x7d\xeb\xa1\xc0\xa3\x68\x13\x11\x6d\x24\xd0\xf4\xcd\x78\x0b\x35\x1c\xf8\x91\x6c\x68\x2e\xad\x87\x94\x73\x30\x0e\xed\xd5\x11\x55\xba\xc7\x7b\x55\xee\x85\x41\xf1\xef\x3a\x40\x39\xb7\x27\xa1\x9e\xe4\x25\x3f\x9b\x35\x91\xfb\xe3\xeb\xa2\x9f\xfc\x5e\x7d\xb8\x43\x40\xe6\x44\x55\xa5\xa1\x0f\x07\x54\x1c\x82\x3e\x1c\x8c\x34\x07\x40\xea\xff\x4a\xfb\x81\x4c\x34\xec\xeb\xfb\x7a\x4a\xfa\x44\xf8\xc9\x02\x7a\xdb\x06\xa7\xba\x1d\x06\x6c\x54\x14\xd2\x9c\x12\x00\xd7\xc2\x51\x19\x0e\x3a\x40\xc4\x06\xb5\x4a\xee\x34\x20\x35\x4f\x4b\x97\x7d\x1f\x98\x45\xd7\x09\x63\xa6\x01\x79\x49\x3a\xc1\x7f\xee\xf1\xc7\x03\x45\x5e\xba\x1b\xff\xdc\xdf\xa7\x03\xa7\x46\xea\x47\x49\xef\xed\x5b\xfe\x02\xee\x4d\xd1\xd7\xb7\x9c\x0f\x34\xec\xd6\x7b\x66\x65\x0f\x7c\x9a\xad\x7f\xdf\xf2\x3a\xd0\xf5\x46\x97\xf9\xa7\x1e\xb3\xc8\x7a\x88\xa4\xf5\x68\x8b\x6d\x7a\xd1\xfb\xf9\xde\xee\xfd\x4e\xae\xf7\xfa\x85\x22\x92\x8f\xfc\x4f\x0e\xe8\xa8\x84\x87\xfc\xc3\xc1\xb8\x8a\x55\x9a\x87\x32\x47\xc2\x47\x49\x73\x20\x12\x52\xc4\x1a\xfc\xa6\xaf\xef\xed\x76\x0d\xd0\x5c\x31\x80\xed\x72\x01\xb0\x16\x0e\x3f\xc5\xab\x03\x1c\x97\x2a\xd7\xb0\xde\x03\x01\xfd\x55\xc6\x30\x6f\x01\x63\xd9\xa3\x94\x58\x6b\x81\x0c\x7b\xf5\x99\x36\xcb\x81\xb9\xcb\x34\x29\x74\x47\x20\x4f\x41\xa3\xc4\xfa\x01\xb0\xf6\xb5\x56\x19\xcd\x07\xd8\xe6\xa2\xad\x4d\x3d\x09\x1c\xe4\xeb\x2c\xb2\x8c\x04\x8e\x87\x68\xdd\xb3\xe4\x03\x97\xc6\xe8\xb8\x9b\xcf\x03\x6e\x66\x6a\x55\x4a\x7d\x7d\x73\x63\xe0\xf5\x4f\xad\x6b\xe6\x01\x40\xab\xaa\x16\xc3\xfc\x1e\x20\xb8\xa9\xa9\x66\xba\xbb\xb7\x0e\xaa\x53\x9b\x58\xdf\x48\x5e\xb2\xfe\xad\x40\x81\xf2\x0f\x07\x24\xed\x07\x52\x7a\x0b\x7d\x39\x18\x09\x17\x58\xa0\x21\x56\x69\x2e\x90\x94\x87\x92\xf6\x03\x91\xce\x03\x5f\x09\x47\xe4\x20\xa9\xa3\x53\x25\xa0\xe9\x21\x53\xc5\x7d\x08\x58\xd0\x64\x6f\xd8\xca\x01\xec\x08\xf9\x41\x36\x39\x80\x57\xa8\xa2\x9f\xd4\xef\xb7\xde\x0c\x24\x2b\x8e\x38\x64\xfd\x10\xc8\xbe\xa1\x6a\x69\xf5\x0e\x98\xb3\x66\x54\x9b\xd5\x0a\x60\xa9\x9d\x6a\xa1\xe5\x30\x60\x55\x9b\xea\x59\xf3\x17\xc0\xe6\x61\x63\x06\x58\x8c\x05\xf6\x4c\x52\x8f\x32\x7f\x0b\x1c\x55\xd6\xb0\x31\x8d\x02\xce\xe6\xa9\xe9\x99\xc9\x03\x57\x6f\x6a\xc8\x9b\x9d\x05\xee\xa8\x68\x56\xf7\xfe\xfd\x89\xb6\xfa\x2f\x53\x0f\xe0\xf5\x79\xf5\x52\x93\xe9\x40\xab\xe1\x98\xc9\x2f\xdc\x41\xe6\xe5\xdd\x91\x70\x1c\x7f\x38\x20\xc9\xfe\xbf\x57\x92\x73\xf2\x27\x0f\x46\xd2\x17\x6a\xe1\x07\xb1\xce\x48\xec\xcb\x81\x8c\x95\xec\x9b\x21\x01\x62\xf5\x90\xf4\x0d\x62\x8f\x13\xab\x7d\x35\xa0\xde\xd2\xff\xad\x4d\x39\x60\x34\x6e\x50\xbe\x75\x3d\xc0\x68\x1e\xfa\x8c\x6e\x07\xf0\x75\x87\xdf\xb3\x76\x04\x82\xe5\x15\xa9\x56\x2a\x40\x6c\xa8\xa2\xb6\x25\x07\x48\x39\xa6\xb4\xdb\x52\x11\xc8\xec\xaf\x92\x61\xe1\x0c\xcc\x3a\x31\xc2\xc2\xcc\x10\x58\xf0\x4d\x65\x99\x59\x10\xb0\xa2\x60\x64\xa6\x99\x0b\xb0\xc9\x7e\xb4\x5a\xaf\xee\x98\xa6\xca\x30\x5d\x01\x1c\xec\x52\x3d\x6e\xcc\x03\x4e\x8c\x1e\xf5\xd2\xb8\x19\xb8\x90\xa7\xba\xca\x88\x03\x54\x6c\x1c\x55\x6f\x22\x0f\xdc\xed\x18\xd3\x68\xbc\x0f\xa8\x4f\x19\x13\x7e\x2f\x5a\xfc\xf9\xae\x48\xf6\xbf\x13\x37\x25\xe7\x60\x56\xdf\x73\x60\xb5\x24\x3f\x6c\x89\xe4\x1c\x9c\x25\xe1\x3c\xa6\x2c\x15\x6b\xe2\x0b\xb1\x46\x4a\xfa\x69\xf9\xe7\xf6\x5d\x0f\x36\x92\xba\x9a\xa7\x02\x03\xda\x29\x14\x86\x1e\x60\x90\x32\xf0\x80\xd5\x0d\xc0\x6a\xd3\x90\x3b\x96\x5b\x01\xde\xfd\xa1\xb3\xcc\xbf\x01\x5e\x3e\xc3\xb6\x59\x3c\x01\x22\xa6\xc9\x4f\x33\x5e\x01\xc4\xe5\xcb\x8d\x30\x01\x90\x32\x4b\x7e\x91\x69\x05\x90\x11\xa8\x38\xd3\x78\x01\x30\xe3\x86\xc2\x11\x93\x65\xc0\xbc\x55\x4a\xa7\x4c\xbe\x02\xcb\xd7\xa8\x5c\x33\x59\x08\xac\xcf\x1d\x71\xc4\xf8\x2a\xb0\xa5\x76\x44\xb9\xd1\x2b\x60\xf7\xbd\x11\x55\x46\x8b\x81\xe2\xfb\x23\xb3\x0d\x4f\x01\xa7\x1e\x8d\xb4\x32\x20\x80\x0b\x8f\x47\xdc\x36\xd8\x0c\x54\xec\x18\x41\xae\x76\xff\xb7\xe2\xf7\x93\xde\x7b\xff\xbb\xdf\x2b\xf6\xbd\x87\xfa\xb1\x84\xe4\xfb\x9a\x7a\xee\xca\x01\xa6\x7f\xfb\xa4\x58\xbd\x71\xd5\x92\x4b\x04\x58\xd7\x7d\x35\x94\xf3\x01\x4e\x5a\xe8\xc3\x51\x7b\x00\xbb\x96\xf8\x5a\x75\x25\xc0\x9e\x35\x79\xa6\xee\x22\xc0\x7e\xff\x9c\x5d\xc6\x3b\x00\xee\xb9\x15\x0e\x66\x3f\x00\x76\xf9\x76\x15\x8b\xc9\x00\xdb\xae\x24\x92\x76\x0b\x60\x76\x5c\x39\x6a\x5d\x00\x30\xd9\x0f\x52\x19\x95\x00\xa3\xa4\x29\x97\x3e\x1c\xb0\x09\xec\xe2\x32\x94\x01\xba\x3a\x8e\x59\xb0\x00\xda\x6b\x3c\x35\x0d\xe9\xec\xa4\x59\xa3\xd6\x54\xa9\x2d\x97\x7a\x15\x55\x26\xbf\xde\x57\x5a\x6f\x41\x9e\xa5\xdb\xdb\x4d\xd4\xdd\x28\x37\xc1\xf3\x69\xb4\x0a\xec\x36\x1f\xfa\xd8\xc6\x7a\x0d\xd6\x59\x98\xd4\x16\xd1\x7a\x70\xc8\x6c\xc2\xed\xb7\xb4\x12\x9c\x36\x8d\xad\xae\xa2\x9d\xc3\x05\x93\xd7\x95\x8d\xd4\x36\xdc\x33\x26\xd3\x61\xfc\xc5\xf7\x16\xff\x97\xdf\x2b\xf1\xbd\x87\x3e\x66\x92\x79\xbe\x52\x1e\xc4\x74\x00\xef\xcd\x90\xd5\x80\x75\x7f\x97\xa8\xe1\xc6\x00\xf3\x91\xd7\x4a\xa5\x08\x80\xa7\x16\xea\xa5\xba\x00\xe0\xca\xc4\xcb\xa8\x7d\x01\xec\xa7\x4c\x52\xd2\xe5\x01\xf6\x7a\xb3\xe7\x19\xad\x01\x78\xea\x05\x41\xe6\xa6\x80\xdd\x89\xa2\x46\xaa\x16\xc0\x96\x29\xed\x4f\xdb\x06\xb0\x6c\xae\xfa\xd0\xa9\x64\x1d\x26\x31\xaa\x00\x9b\xcc\xf7\x2e\x0c\x11\xc0\xe4\x09\xd6\x32\x59\xd2\x3a\x10\xde\xb4\xc7\xa8\x33\xdd\xd5\x71\xd5\x5a\x09\xc5\xe6\xd9\x5f\x27\x5b\x9b\x62\x8b\x05\xab\xf9\x3a\xdd\x00\xd3\xad\x66\xbf\xd2\xa7\x1b\x60\xa6\x95\xcd\xd3\x48\xba\x1a\xe6\x5b\x6e\x7a\xe8\x45\xf7\xc6\x42\xcb\xa9\x77\xd3\xe8\x0f\x30\xcf\xf2\xcc\xad\x45\xf4\x01\xd8\x62\x7e\xba\x9a\x6d\xdd\x88\xbd\x66\x1f\x2a\xd8\xd6\x04\x8a\xcd\xc8\xd5\xe0\x97\x41\xe9\xc3\xc3\xfc\xe9\x7f\x30\xe1\x5f\x9f\x4f\xc1\xdf\xe6\x29\x59\x07\x37\xf6\x92\x01\xed\x80\x79\x02\x6f\x84\xec\xcc\xbf\xfd\x83\x38\x9d\x1e\x87\x55\xd2\x01\x2e\x82\xca\x46\x1f\x00\xec\x63\x63\x65\xd4\x85\x80\xc3\xa0\xb4\xfe\xba\x39\x80\x7d\x69\xce\x53\xa3\x2d\x80\xfd\xac\x02\x7d\x4b\x39\xc0\xee\x4b\x51\x18\xd5\x07\xb0\xe3\x94\xaa\xda\x9c\x05\x6c\x6f\x5c\x6d\x66\xe6\x03\xac\xc4\x47\xb7\x58\x0f\x00\x66\xf4\x07\x2b\x56\x24\xc0\xcc\x15\x3d\x67\x6e\x07\xe8\x55\x28\xb4\xfc\xd2\x9d\x42\x9f\x8a\x3c\x2b\xa7\xf6\xf3\xf4\xd7\x98\x40\x1b\xf8\x49\x95\x4e\xc1\x1c\x2b\xfa\xdb\x22\x7a\x21\x26\x52\xe3\x1a\x95\xe9\x35\x98\x40\x5d\xf6\x44\x8e\x51\x8c\x70\xda\xa1\xba\x8f\x8c\x0d\x48\xa4\x5e\x97\xd6\xa1\xfa\x15\xbd\x0b\xf9\x96\x6a\x95\x46\x8c\x3c\x2c\xb6\xcc\xbd\xfa\x84\x9e\x85\x7d\x66\xe4\xa9\xf6\xff\x78\x98\x3e\xfd\x0f\xfe\xdc\xf3\xdd\x4c\x27\xef\x7d\x4b\x79\x10\x8b\x28\x3b\x0f\xd9\x5d\x00\xf3\x80\xa3\x83\x7c\x2b\x60\x27\xe3\xb1\x41\x65\x6a\xef\x3a\x08\xa8\x1b\xdd\x09\x38\x22\xf6\x8a\xd6\x46\xc0\xe9\xd6\xc4\xa3\xfa\x8d\x80\x93\x49\xce\x19\xd3\x1d\x80\xc3\xdb\xe5\xe7\xac\xbe\x03\xbc\xdc\xa2\xd5\xd6\x1d\x80\xdd\xbd\xd2\x69\xcc\x36\x80\x5d\x7c\xad\xc0\xb6\x77\x5e\x34\x3f\x0e\x60\xab\x01\x4c\xfe\x27\x45\x96\x15\xc0\x2c\xc4\x28\xe6\x59\x80\x3e\x17\xdb\x2d\x23\x7e\x37\x30\x9c\x91\x40\xdb\xda\x56\xcf\x38\x02\x57\xfa\xe8\x96\xb7\x0c\x4f\x04\x58\x5b\xbc\x3e\xcf\x08\x46\x10\xad\xed\x99\x9e\x4d\x0a\x38\xf4\x23\x8f\x34\x6d\x86\xc2\xdf\x9a\x51\xbb\x9f\xe9\x06\x26\xc3\xa0\xe6\x02\xd3\x02\x5e\xd6\x8f\x6e\xa4\x30\x5a\x30\xd3\x2a\xab\xa2\xd0\xe6\x12\x26\x51\xe7\x94\x27\x31\x47\x23\x8b\x4a\xa6\x45\xfd\x27\x0f\xd3\x97\x03\xa1\x50\x68\xa4\xef\xa9\x45\x65\x86\xca\xe4\x02\x46\x4e\x36\x43\x06\xa5\xfd\xe5\x62\x6c\xf9\xbc\xd7\x0a\x8e\x00\xd7\xc5\xb5\x47\x65\x09\xe0\x70\xd3\xdf\x55\x75\x3f\xe0\xf4\x25\x6a\x8f\x96\x3b\xe0\xbc\x2a\xe5\xbe\x41\x24\xe0\xac\x3a\xa3\xd1\x4c\x16\x70\x4a\xcc\x6f\xa5\xa5\x03\xf6\xda\x45\x7b\x18\xf2\xff\xd4\xe1\xf1\x75\x79\xf6\x78\xc0\xf6\x72\xfd\x0b\xbb\xed\x00\x4b\xd0\x7a\xc5\xae\x15\x60\x05\x12\xdf\x6d\xdf\x0a\x4f\xd9\x8c\x81\x1f\xdd\xe4\xe7\x40\x9b\x79\x30\xb6\x19\xf9\xf9\x99\xcd\x1b\xa8\x30\x2d\x9b\xac\x6c\x1c\x40\x65\xf8\xbd\xa8\x66\x36\x10\x60\xcd\x78\xdc\xc5\xdc\x8c\x31\x36\x1f\xee\xc7\x32\xd9\xb0\x66\x04\xdf\x31\x63\xde\x05\x95\xb1\xa3\x3a\x87\x79\x14\x7c\xfa\xb8\xeb\x91\x2c\x0d\xb8\xd1\x63\xaf\xaa\xb1\xe4\x11\x6c\x3d\xff\x12\xd3\xe6\x35\x72\xad\xc2\xf0\x4f\x4e\xce\x7f\xf7\xbd\x65\x26\x8b\xf3\xde\x35\x17\x5b\x5f\x92\xe9\x07\x18\x2f\xa2\xef\x1a\x54\x06\xd8\x1c\x64\xbe\x94\x5b\xf4\x0f\x1f\x24\xe1\xa4\xf8\x07\x7d\x35\xd5\x77\x00\xfc\x53\x91\xad\x3a\xcb\x00\xd7\xa1\xc9\xe7\x8d\x36\x03\x2e\x2d\xd3\x53\xcc\x4f\x03\x4e\x7b\x96\x65\x59\x0f\x02\x1c\x73\xb7\xde\x65\xdd\x05\x78\x13\x8f\xe9\x72\x42\x00\xce\xb3\xeb\xd5\x76\x4f\x00\xf6\xa8\xa7\x22\x6e\x29\x60\xbb\xfc\xfb\x69\xde\x0a\x80\x95\x43\x7c\x60\xc7\x76\x8d\x61\x06\x60\x18\xf3\xb7\x94\x8f\xfb\x50\xcf\xbc\x49\xb4\xd9\x26\xbe\xfa\xc8\x3a\x45\x3c\x65\xb7\x3e\x5b\x69\x3b\x9a\x78\xc6\x16\x3d\x60\xdb\x56\x11\x4f\x39\x4e\x77\x0b\x6d\xe7\x13\x1d\xb6\xbb\x6f\xaa\xb0\xcd\x89\x0e\xdb\x07\x95\x3e\xb6\x33\xa1\xc6\x8c\xbf\x9a\x6a\x5b\x08\x13\x9b\x1d\x97\x4e\xd9\x7e\x04\xd5\x86\x7f\x7e\xbd\x2d\x05\x91\xd6\x64\xfe\xc3\x9f\x7c\x18\x95\xbe\xeb\xc1\x3a\x9c\xdc\x1f\x03\xcc\x5b\x7a\x55\xda\xf7\xdd\xca\x9b\x56\x38\xa4\xeb\x2f\x17\x63\xf7\x80\x73\x40\x71\x30\xe0\x7c\xcf\x69\xdd\xc8\x6e\xc0\x4d\xd5\xd3\x4a\xdd\x03\x70\xdf\x17\xfa\x41\xb7\x08\x70\x77\x4b\x52\x37\xfe\x00\xb8\x95\x65\xbb\x5a\xbd\x04\xf8\xfd\xf3\x2a\x18\xef\x01\xa7\x86\x22\x16\x27\x1d\xe0\xdd\x3b\x96\x6c\xc7\x01\xb8\xb4\x1b\x31\x0e\x93\x00\xf6\xa7\xe7\x8b\x1d\x5c\x00\xdb\x1f\x3f\x2f\xd9\x5f\xc3\x57\x56\x1e\xf1\x96\x7d\xe8\x47\xa5\xed\x40\xe2\x04\x77\xd8\x27\x19\xdb\x42\x62\x1b\xcf\xf3\xed\x1c\xdb\xdf\xc4\x56\x5e\x5e\x43\x35\x47\x9e\x58\xe0\xa0\xff\x28\x9b\xb3\x8f\x58\xec\xe0\x7a\x6f\x27\xa7\x87\x58\x6f\x7f\xb8\x66\x9c\x9d\x2b\xb1\x8f\xf7\xa1\xb2\xce\x8e\x4d\x5c\xe1\xce\xba\x42\xb0\xbf\xa1\xbf\xad\xd7\xa5\x32\xbb\x21\x44\x3b\xbb\xe8\x3c\x97\xa3\x02\x03\xa6\xc7\x19\x4f\xce\x47\x68\x30\x05\xf8\x87\x03\xe9\x9b\x7f\x20\xf5\x3b\x15\xce\x98\x5d\x26\xeb\x50\x6b\x7e\x68\xc0\x0d\x80\x76\xc2\xaa\x45\xd6\x0e\xb0\x8d\xa6\x3d\x18\x36\xe6\x6f\x4e\x8a\xdb\x42\x7b\xc6\x88\xcf\x80\xe7\x55\xcf\x34\x2d\x5d\xc0\x7b\x60\xf0\x32\xfd\x32\xc0\x53\x38\x3e\xd7\x8c\x01\x78\x3c\xc9\xdc\x48\x7b\x09\xb8\x69\x2c\xdd\xcb\x3a\x02\x38\xff\xdc\x3a\xc4\xae\x19\x70\xb8\x77\x5c\xd6\x61\x2f\xc0\xed\xaa\x76\x72\x6a\x01\x38\xdd\x8d\xbb\x9d\xcf\x4b\xb9\xc9\x1e\x0a\xdb\x81\x98\xe6\x90\xf7\x55\x81\x63\x4f\xd8\x3b\x7b\x35\xf9\x72\xbe\x12\x34\x17\xeb\x46\x2f\xce\x79\x22\xc4\x69\xf5\x13\x7f\xbb\x53\x84\x97\xf3\xa4\x7b\xf9\xdc\x75\x84\xbf\xf3\x8a\x5b\xef\xec\x16\x12\xeb\xec\x9b\x2b\x5f\x71\x2f\x13\x4b\x1c\x7e\x5d\xd5\xe2\x4e\x27\x4a\x79\x95\x52\x1e\xac\x6c\x89\x5d\x19\xd1\xca\xa1\x9c\x56\xe6\x7d\x26\xee\x70\x8b\x4a\x7f\xf1\x52\x08\x01\xfb\x30\xfe\x5f\x1e\x88\x74\x5f\x94\x39\x6f\x3e\xb8\x57\x35\x64\x4d\x37\xf5\x1f\x04\x18\xfb\x18\x3f\x1c\x38\x0f\x60\x2e\x31\xbb\x30\xc4\x17\xb0\x4f\xb4\x6a\x19\xc6\x07\xdc\x46\x32\x58\xf2\x6f\xfe\x72\x31\xfe\x73\xf8\xb3\x34\x92\x00\xdf\x33\x01\x75\x06\x42\xc0\x37\x20\xde\xc6\x22\x06\xf0\x89\x9f\xea\xca\xf8\x01\xb8\x57\x2d\xbe\xc9\x8e\x05\xf8\x17\xb6\x5c\x74\x50\x04\x9c\xfa\x1f\xfb\xea\x6c\x0d\xd8\x8f\xbf\x79\xcb\xb5\x13\xb0\x7b\xf9\x4e\xdb\x6d\x0c\x60\xa7\x23\xea\x71\x9d\xd8\x7e\xd8\x2e\x5b\xd4\xe2\xb6\xe0\x7d\x3d\x37\x4a\xf4\xd0\xfd\xd1\xcb\x77\xdc\x0a\xd1\x07\x77\x93\x27\x6b\x78\xd5\xa2\x97\x1e\xa3\x6b\x2b\x79\x1b\x89\x51\xae\x8b\x6e\xeb\xf3\x7e\x12\x86\xfc\xdf\x95\x0c\x07\x1a\xa1\xe7\xba\xfe\x6a\x91\xc3\x0c\x82\xc1\x7f\x76\x49\xc6\xbe\x8e\xc8\x74\x5a\x7b\x2e\xdf\x41\x87\x58\xee\xb8\xf8\x44\x87\x43\x10\x51\x62\x7f\xfc\x98\x8e\xc3\x38\xe2\x2a\xaf\xb8\x78\x94\xc3\x0e\xe2\x09\x77\x26\xfe\xe1\xa2\xfe\xf8\xde\x62\xbf\x53\xc3\x90\xcc\xc9\xd1\x59\xad\xff\x4d\x86\x01\x98\xff\x34\xb8\x37\xb0\xf7\xbc\xef\x31\x3e\x3e\x38\x1f\x70\xd9\x60\x5a\x29\x7b\x14\xf0\x31\xa7\xf9\xca\xcf\x04\x02\xe3\x99\x2b\x94\x6b\x81\xa0\x14\xa7\xbd\xea\xa6\x40\xe0\x59\xdf\xf5\x86\x71\x40\xe0\xc8\xa8\xc1\x96\x61\x80\x5f\xf3\xe4\xd5\xcc\x0f\x80\xf7\x90\x85\x47\x79\xab\x01\xb7\x4d\x5b\x34\x9c\xc3\x01\xe7\xbd\x27\x9c\xdc\x32\xd1\xe2\xe0\x71\xeb\x94\x07\x81\xa7\x3c\xe6\x87\x61\xde\xc6\x02\x1f\xee\x6d\x51\xb6\xf7\xca\x4f\x73\x78\x1f\x44\xe1\xbe\xe9\xaf\x58\xf6\xbb\x44\x93\x7c\x07\x3e\xc9\x75\xd8\x2c\xca\xf4\xb5\xab\x3d\xe5\xa8\x25\x5a\xe3\x13\x50\xf3\xdc\xb1\x41\xb4\xdd\x67\x70\x65\x91\x93\xbc\xe8\x86\xd7\xc4\xcb\xa1\x4e\x19\xa2\x6f\x1e\xc7\xca\x1e\x3b\xdd\x25\x86\xba\xaf\x3e\x33\xc2\xa9\x8c\xb0\x73\xb5\x3f\xa1\xee\xac\x47\xf8\xf3\x23\x4b\xcc\x9c\xf7\x10\x09\x2e\x85\x87\xbe\x38\x6f\x23\xf2\x9d\xf2\x0f\x52\x9d\xd5\x88\x83\x0e\xa7\xff\x3d\x1f\x18\x01\xa4\xc6\x99\xcc\x22\xd7\x83\xa2\xae\x59\xaf\xea\x35\xea\xb8\xc8\x0c\x07\xac\xb3\xb4\xa7\xc9\x5c\x02\x9c\x66\xe8\x8f\x1f\xb4\x02\xf0\x0d\x32\x92\x95\xd5\x04\x82\xdf\x99\x6d\x95\x5b\xfe\x37\x27\x25\x72\x26\xf7\xfd\x98\x52\x20\xe2\xb0\xe7\x5d\x83\x5f\x40\x68\x4d\x18\x9b\xb6\x18\x08\xfa\x95\x92\xc7\xce\x03\xfc\x12\xe6\x55\x39\xe5\xa0\xdb\x73\x7b\xe1\x7d\xf7\xe1\xa8\xe3\x2f\x38\xe1\xed\xf5\x04\x87\x1c\x8f\xdd\xdd\xe8\xdb\x41\x84\xda\x17\x7d\x79\x17\x50\xf9\xbd\xd1\xc1\x59\x78\x39\x78\xf9\xeb\x0f\x8e\x77\x84\x57\x42\xa6\x3c\x31\x72\x1e\x22\xbc\x1f\x92\x74\x2f\xc7\x45\x43\xf8\x2a\x24\xac\x7a\x17\xdf\x41\xf8\x39\x24\xf6\xea\x25\xfe\x17\x91\x5a\xd0\x35\x69\x9f\xbc\x73\x36\xae\xae\xa2\x85\x7e\x47\x4f\x8a\x5c\x6f\x89\xb6\xf9\x1e\x2f\x31\x76\xdb\x2e\xba\xec\x93\x7e\x58\xd6\x2d\x5d\xf4\xdb\xb3\x7c\xbf\xc8\xf5\x05\x41\x75\x6b\xd8\x33\xc7\x75\x27\x11\xcb\xcf\xdd\xb9\xce\xf5\x34\x31\xc3\x85\xfc\xd5\x2c\xe6\xe3\xa4\x3c\x10\xc5\x5f\x8f\x7c\x7e\x50\x8b\xd7\xda\x4f\xf9\x01\x98\x72\x35\xf7\xf5\xdf\x06\xd8\x7d\x53\x7f\xdd\xff\x12\xe0\x29\xd2\xda\x3c\xb0\x1f\x10\x7c\x5a\xe7\xc8\xa0\x36\x20\x7a\xb5\x41\xd1\x50\x79\x20\x7e\xb6\x65\x81\xe2\x0e\x60\xdc\x54\xdb\x19\xaa\xc7\x80\x04\x37\xfe\x03\xfd\x73\x40\x6c\x63\xe0\x33\xda\x5a\x20\xfc\x46\xe2\x65\x5e\x13\x10\x48\xcc\x9e\xcb\x6f\x42\xbe\x4f\xd4\xc6\x18\xef\x47\x5d\x0c\x0f\xeb\xd2\xe4\xa0\x49\xed\x3b\x5d\x75\x6e\xea\x86\x1f\xfb\x2a\x72\x7e\xde\xe4\x1e\x85\xf7\x17\x9d\x57\x0b\x9a\x62\x56\x3f\xfe\xc6\x7f\x27\x68\x8b\x8d\xb9\x7d\xca\xad\x54\xd0\x13\x7b\xfc\xc6\x41\xb7\x9b\xc2\xf0\xa8\x6d\x57\xe4\xdd\x6b\x85\x39\x91\xe5\x65\xe9\x1e\x91\xc2\x13\xe1\xcf\x4f\x3e\xf5\xf8\x22\xfc\x1d\x1a\x75\x8c\xe5\xa9\x27\xd2\x0b\x2e\x3e\x5c\xe6\xb9\x52\x34\x36\xd0\x7d\x7f\x89\x67\x8f\x68\x89\x7f\xe5\xde\xbd\x9e\x1b\x44\xa7\x7c\x37\xef\xbc\xec\xb9\x59\xf4\xde\xdb\xb9\xe8\xbd\xe7\x3d\x42\xce\x73\xec\xe6\x37\x9e\xc5\x04\xd3\xdd\x93\xdc\x17\xa7\x89\xeb\x60\x46\xe6\x0b\x0e\x29\xd4\x20\xe7\x83\xd4\xff\xb7\xe6\x2b\x28\xf5\xfe\xb7\xc3\x01\x39\xf2\x39\xc2\x77\xf1\x30\xb2\x5e\x31\x31\x1a\x93\x06\x7c\xfb\xcb\x83\x4c\x54\x32\x0a\x97\xeb\x04\x26\x8f\xb2\xfe\x3d\xea\x06\x30\xc9\xdf\xfe\xb4\xee\x69\x20\xd9\xce\x67\x69\xef\x73\x63\x6c\x64\x5c\xac\x93\x6f\x67\x53\x84\x7d\xd6\x4b\xef\x4b\x6d\xa6\xc1\x85\x2b\x4e\x85\x74\xb7\x64\xf8\xbb\xed\xdf\x17\x23\xf3\xba\xd3\x7b\xfd\x95\x47\x09\xfa\x2f\xb2\x3c\x2e\x3f\xbf\x98\x78\xf1\x69\xb0\x7b\x5a\xf7\x8d\x64\xe5\x9a\x4e\xcf\x7c\x81\x76\xd2\xa6\x2b\xa5\xde\x73\x04\x01\x89\x35\x17\x54\xbd\x1b\x05\x47\xc6\x0d\x3b\xd5\xe6\x53\x2b\x68\x8a\x8f\x2d\x1d\xeb\xeb\x27\x64\xc4\x5e\x38\x3c\xc0\xb7\x43\x98\x15\xbd\x6e\x9f\xba\x1f\x43\x58\x11\x71\x70\xf7\x5e\xbf\x71\xc2\xe6\xf0\x80\xed\x0e\x7e\x73\x45\xe6\x21\x99\x45\x4b\xfd\xf2\x45\xee\xc1\xfe\x85\x8a\x7e\x85\xa2\x22\xff\x1d\x1b\x72\xfd\x52\x44\x17\xfc\x0c\xd7\xdd\xf0\xad\x14\x7d\xf1\x2e\x26\xf7\x03\xd3\xde\x71\xf5\x9b\xa4\x49\xed\x55\x25\xc3\xd1\x64\x4e\x8e\xa1\x82\xbc\x17\xe9\x7b\xfe\x18\xd8\xde\xab\xee\xf7\xfb\xf7\x90\xbe\x57\x3d\x85\xe4\xd0\xc7\x7f\xec\x47\xe6\x04\xa4\x27\x8a\xeb\x22\xe5\x41\x72\x16\x98\x6e\x51\x56\x01\x66\x7e\x65\x5e\xd0\xcc\x02\x32\x0f\xbb\x79\x5b\x1e\xff\xb9\x22\xb5\x7f\xf8\x12\xe7\x1f\x2d\xfb\x13\x72\x52\x3b\x83\x33\x5f\x4e\x8b\xd9\xb3\x48\x26\xb6\xdf\x63\xa3\x70\x6c\x4b\x4b\xcc\xb8\xdb\x18\xc2\x39\x9b\x9d\xaa\x77\xb3\x34\xa0\xf3\x3e\x26\x0b\x2a\x0b\xfc\x3e\xb4\x6d\x9e\x9a\x79\xd1\x3e\x80\xd5\xd3\x7f\x4a\xd5\x89\xca\xc0\xc3\x3d\x05\x93\x02\x8e\x86\x06\xc5\xf4\xbc\x9f\x78\xf3\x80\x4f\xf0\x13\x81\x52\x4a\xd9\xee\xac\xe0\x32\xc1\xd6\xc4\xd0\xed\x15\xc1\xbf\x05\xcd\x09\x0d\x5b\xda\x42\xac\x85\x56\x63\x79\x85\xc7\x82\x6f\x09\x57\x45\xef\x5c\xef\x1a\xa2\x2c\xbc\x11\xb9\x64\xcd\x95\x10\x8e\xb0\x2d\xfc\xf1\x4a\xff\xe0\xb1\xa2\xf0\x60\x9f\x82\xfa\xe0\x5c\x51\x5a\xd0\xc4\x7c\xd9\x60\xba\xe8\x8c\x5f\xeb\xdf\x79\x40\xa1\x8c\xde\x40\x9e\x0f\x2f\x95\x8a\x7a\xd5\xea\xb3\xcc\x36\xd2\xff\x96\xf4\x79\x90\x72\x10\xe3\x0b\x28\x7d\x7c\x70\x69\x2e\xc6\xa2\xaf\x43\xc9\xdf\x23\x79\x77\x75\x2e\xca\x19\x02\xf9\x16\x56\xc5\x63\x6a\x3b\x86\x2d\x74\x75\xb8\x6c\xa9\xd7\xfc\x3a\x27\x27\xe0\xb8\x73\x4b\xfd\xf2\x29\x13\xc7\x59\x86\xa5\xdf\xd6\x4c\xae\x9b\x39\x29\x51\xe6\xda\x99\xf1\x8a\xeb\x54\xd2\xde\x96\x09\xe3\x6e\x1f\xbd\x99\x71\xfd\xd4\xab\x68\xfe\xcd\x98\xec\x96\x63\xfe\x11\xc7\x9b\xf9\x33\x57\x1c\x7e\x14\xe1\xd1\xdd\x6f\x26\x75\xf7\xd1\xc8\x17\xdd\xeb\xb2\x2a\xb6\xb9\x47\x65\xf5\xa8\x65\x68\x6c\x0e\x8b\x3a\xd3\xb3\x6c\xf2\xef\x0d\x5b\xa3\x2a\x7a\x7a\x52\x17\xae\x49\x8d\x4e\x14\x78\xa6\x28\xae\x3a\x1a\x55\x20\x38\x9d\x98\xb2\xec\x72\xf4\x58\x61\xbf\x84\x0b\xf9\x53\x22\xdb\x85\x99\xb1\x51\x4b\xb7\x44\x7a\x09\xaf\x44\xf9\x2c\x5a\x11\x59\x2d\x6c\x89\x28\x5e\xf0\x29\xd2\x5e\xa4\x13\x66\x34\x4f\x23\xd2\x48\x14\x15\xbc\xf9\xef\x3c\x90\x63\x29\xac\xee\x55\xe3\x17\x03\xc8\xef\xd9\xee\xb1\x78\x7c\xfe\x2b\x28\x7d\x38\x88\x29\x0d\x62\xcd\x95\xf4\x49\x91\xe6\x82\xac\xf5\xa3\x90\xfc\xcc\xe6\x17\x63\xbc\x65\x04\xbf\x92\x37\x59\x19\x47\x8f\x52\x78\x9f\xba\x36\x95\x9d\x65\xf6\xb3\xfe\xe6\xb2\x06\x2f\x43\xc7\x9a\x9b\xc7\xe6\xef\x8a\x5e\x13\x72\xa9\x2c\x79\x7a\x46\x7a\x76\x72\x50\x49\xfe\x54\x66\x9e\x59\x46\xc1\xbe\x8c\xb4\xef\x7b\x5c\x67\xbc\xdc\x4e\x4b\x61\x5d\xb6\x9d\xc3\xdd\xd4\x9d\xe4\xd4\xd0\x34\x4f\x76\xfd\xd6\xf1\xe5\x9d\x1f\xe6\xa7\xae\xe2\x27\x72\xbb\x4a\x67\x57\x2d\x5b\x9b\xb8\xba\x3b\x7a\x46\xfc\x92\xee\xc4\xb2\xee\xc6\xcc\xba\x45\x47\x12\x27\xf6\xf8\x4f\xcd\x5b\x60\x34\xfe\x5e\xcf\xe3\x49\x13\xe6\xbe\x1b\xaf\x2c\x08\x4a\x09\xcd\xd5\x19\x57\x29\x28\x4a\xaa\x9b\x9d\x9b\xe0\x24\xd4\x89\x7f\x35\xf3\xeb\x38\x96\x90\x1a\x1f\x3a\xf3\x67\xbc\xa1\xb0\x28\x66\xe4\xf4\x8e\xb1\xbb\x84\x6f\x22\x75\xb3\x4e\x8c\xe5\x89\xf4\xc2\xc8\x5b\x53\xa3\xc8\x79\xaf\x7e\x5d\x96\xcc\x59\xa4\x4b\xc6\xeb\xd6\x22\xd6\xb8\xba\xbe\xdf\xff\x5c\xc9\x7d\x6f\x69\x7f\x98\xc2\x12\xb1\xee\x3a\x44\xbe\xf7\x3e\x70\x70\xba\x02\x8b\x42\xf9\xe0\xb8\xdf\x4a\x37\x45\x79\xcc\x33\xa7\x5d\xe9\x74\x47\xa3\xe2\x5b\x3a\x5b\xb9\x2e\xf7\xb8\xc1\x17\x96\xae\xb3\x09\xf5\x09\xb8\x71\x44\x7d\xd9\xd6\xe4\x17\xe3\x97\x6f\xd1\x9e\xd7\x3c\x67\x71\x96\xf3\xca\xee\xd9\xbc\x4d\xab\x66\x2f\x5f\x32\x6b\x46\xd5\xa9\x6d\xf3\xb3\xe7\x19\x67\x95\xd7\x5d\x5f\x74\x72\x56\xf4\xb4\x13\xad\x4d\x4b\x34\xa7\xb7\x4e\x33\xe9\xbc\xb1\xe0\x4d\xd6\xbc\x8c\xf3\x5d\x39\xb9\x6b\x32\x57\x4f\x39\xd0\x1d\x36\xa3\x6e\xda\x86\x29\x1a\xdd\xa5\xd9\xe3\xa7\x7e\x9a\x7c\xa4\x27\x61\xaa\xee\x94\xf1\x93\x0a\x7a\x3e\xa6\xbd\x49\xff\x99\x06\x81\x5a\xaa\xcd\xe4\x77\xa9\xa7\x05\xab\x27\x38\x4d\x0a\x4f\x0d\x10\x3c\x1e\x7f\x36\xf5\x66\x4a\x93\xd0\x67\xac\x61\x6a\x43\x72\x88\xb0\x30\xc6\x72\xe2\xd7\x09\xda\xc2\x77\x11\x6d\x80\xac\x99\xac\xb8\x5f\x94\xc4\xff\x97\x72\x20\xe1\xaf\xc4\x9a\x26\xa9\x4b\xee\x4d\x4a\x1f\x0e\xa0\x68\x8a\x58\x0f\x92\xbe\x66\x87\xa6\xd8\x0f\xfe\xb0\xf4\x64\xf3\x80\xfb\x14\xca\xf3\xd0\x53\x86\xea\x29\xc3\xea\xef\xdc\x3a\x16\x64\x7e\x5e\x27\xaa\xfc\xf4\x11\x16\xef\x3c\xd3\xa8\x64\xf6\xde\x43\xfe\x8a\x5e\x51\x45\x2f\xb7\x45\x24\xb4\xc4\xae\x58\x76\x7c\x43\xc4\xf4\x82\xf4\xcb\x73\xdc\x56\xbf\x5c\xf3\x6e\xc6\xd9\xac\x8c\x95\x09\xa5\xbe\xb3\x3d\xd3\x8f\x16\x38\xdc\x2e\xc9\xdd\x98\xba\x65\x59\xdd\xc7\x85\x73\xa7\xa7\x9c\xcd\xfb\xd4\x75\x6d\xf6\xfe\x94\xd4\xc5\x75\xdd\xd1\x33\x8a\x93\xdf\x2c\x78\xd5\xfd\x3b\x33\x3c\x79\xef\x3c\xb7\x9e\x09\x53\x95\x93\x53\xe6\x44\xf5\x3c\x9b\xb4\x24\xb9\x7f\xce\x17\x81\xc3\x44\xe3\xa4\x9f\x33\xa7\x0b\x8a\x93\x26\x4d\x18\x9c\x5d\x25\xf8\x3e\xee\x5d\xd2\xfe\xcc\xf7\x42\x66\x3c\x2f\x51\x6d\xda\x07\x61\x51\x0c\x7b\x7c\xfd\x34\x45\xe1\xc5\xa8\x8f\xe3\x8b\xa6\x94\x09\x3b\x23\x9c\x01\x75\x65\xf1\x7c\xb6\x95\xf0\x0d\x52\x0e\x64\xc2\x5c\xc9\xfa\x97\xf8\x7d\x2b\xe5\xc5\xba\xcd\x5d\xac\x47\x48\x1e\xe6\xe7\xa1\x93\xe4\x7c\x79\xdf\x74\x9e\xe4\x85\x1a\x16\x97\x93\x1c\x41\xdd\xfe\x6b\x2f\x54\xb3\x29\x94\x6b\x8a\xe5\xc5\x86\x91\x63\x46\x9e\x68\x29\x5b\xc2\x7a\x6e\x79\x7a\x37\xf5\x74\xba\xa7\x8f\x73\xfa\x6a\x56\xa9\x4a\x4c\x5c\xe8\xd9\xd9\xcf\x0e\x36\x66\xc8\x4d\x78\x3b\x75\xf0\x3e\xe1\xca\xc1\xe9\xf4\x14\xf6\x5e\xe5\x23\xce\x19\x6f\xc7\x39\xec\x4e\xad\x7e\x9e\xa5\x11\xa7\xb1\x8b\xf6\x5e\x2b\x4b\x18\x93\xb3\x43\xb5\xbb\x21\xd3\x2f\x26\x7e\xab\x67\x4f\xf4\x94\x92\x58\xd9\x8d\xd9\x3d\xe7\x27\x09\x62\xa7\xaf\x1d\x2e\x18\x9d\x3a\x24\x86\x58\x35\x5e\xb0\x60\xc2\x9a\x58\xb5\xe5\xed\x82\x07\xe3\x2b\x63\x7e\xe4\xd5\x09\x8d\xe2\x0f\xc6\xee\x58\xd4\x28\x8c\x8b\xdb\x11\x43\x2c\x58\x23\x3c\x11\xed\x1f\x33\x69\xde\x02\xe1\xaf\x88\x71\xd1\xfa\xb9\x6d\x22\x9f\x90\x95\xd1\x1d\xb3\x2f\x89\x02\x43\x02\x00\x12\x73\xea\x3d\x0f\x1e\x48\xf6\x01\x89\xff\x3d\x43\xf2\xdf\x2b\xa9\x94\x3e\x1c\xc4\xd1\x63\xe4\xf7\x3f\xef\x1c\xd9\x2f\xa7\x65\x83\xd8\x0f\x6e\x70\xbd\x4e\xfa\xe2\xf7\xfc\xab\xcb\x49\xdf\x67\xf4\x1d\xeb\x61\x33\x29\x94\x33\x27\x6e\x8f\xd4\x6a\x56\x7c\x7d\x60\x71\xf5\x51\xda\x6b\x43\xed\x8d\x1d\x95\xe6\x2e\xaf\xd8\x1b\x16\xbd\xbf\x12\x1a\xd6\xe9\x93\x34\x55\xfd\x82\x7d\xda\xf7\xd8\x5d\x49\x07\xcf\xaf\x5e\x16\x30\x7e\x65\x6c\xf9\x39\xcd\x83\x1a\xc9\x1e\xe1\x67\xce\x54\xdf\x08\x9f\x38\x33\xf8\xe2\xe9\xf7\xef\xe4\x53\x19\x41\xc3\x4e\x05\xf6\x60\xa2\x46\xd0\x91\x92\xf5\x82\x90\x09\xbb\x83\xa3\x0e\x3e\x14\xec\x4d\xa4\x05\x1f\xdf\x3b\x40\xd0\x91\x30\x23\x38\x7b\xa7\x81\x30\x38\x4e\x21\x64\xdd\xd6\xd1\xc2\x19\x31\xef\x43\x66\x14\xea\x0b\x6f\x46\x9e\x0a\x35\x5e\x47\x08\x5f\x45\xbc\x0c\x55\x5f\x13\x20\x52\x0a\xab\x08\x69\x5c\x69\x25\x0a\x0a\x6e\x0b\x39\xb3\xec\xab\x68\x65\x20\x27\x98\xc8\xd7\x17\x55\xfa\xad\x04\xb8\x71\xe2\xf1\x45\xff\x10\xeb\x34\xc9\x7e\xb0\x4c\x32\x2f\xa4\xfe\x67\xe9\xe9\x5e\xfd\xf5\xf4\x02\xe9\x7b\xb5\xb4\x5e\x25\xdf\xbb\x3e\x2f\xac\x26\xf7\xc9\x7b\x27\xef\x90\xfe\x77\xc5\xfc\xfb\xe4\xbc\x3a\x63\xf1\x84\x41\xfa\x3e\x13\x9f\x96\xa8\xfe\x1e\x84\xa2\xd7\x8f\x45\x66\xc6\xea\x6b\x0b\xe6\x3d\x1c\x60\x6f\x6d\x55\x9c\x93\x5c\xbb\x26\x70\x9f\xd3\xf5\x09\x07\x6e\x6f\x48\xa6\x06\xc5\xc4\x5c\xbc\x75\x6e\x89\x7d\xf8\xe5\x90\x1f\x35\x97\xf7\x4e\x8e\x3e\xe8\x6f\x7e\xf3\xf4\xb5\xb9\x71\xfd\xbd\xad\x6e\x52\x5f\x6b\xc6\x9d\xf1\x4c\xad\x3e\x29\x54\x8b\xbd\xe1\x79\xf9\x9a\x9c\x30\x25\x9a\xed\x45\xbb\xa8\x2f\xdc\x1b\xc9\xf1\x8e\x3b\xbd\x51\x58\x1e\xb1\xdc\xfb\x51\xa9\x40\xf8\x3b\x6c\x82\x8f\xe6\x61\x05\x91\x7d\xf0\x7a\x9f\xdf\xfb\xc7\x8a\x3c\x83\xdd\x7d\x79\xbb\x47\x8a\x72\x02\x9d\x7d\xfb\x6d\x5f\x2e\x3a\xe5\xb7\xc9\x77\xca\xd6\x74\xd1\x2d\xdf\x75\x3e\x41\x9b\xae\x12\x23\x3d\x4f\xfb\x4c\xdc\xa8\x4e\x58\x7b\x04\xfe\x5d\x07\xd2\x7d\x60\x71\x93\x58\xb7\xa4\xfd\xfb\xfd\xff\xa6\x89\xc7\xff\xe9\xa1\xb8\x3f\xd0\xcb\x90\x5b\xe4\xbe\x59\x97\x56\x37\xa6\x57\x6f\x04\xd7\x93\xf3\xe3\xdc\xc7\xe7\x7a\xe4\xf8\x8d\x5e\x93\xf5\xdd\x15\xd7\x6c\xae\xf0\x96\x42\x59\x5b\xf3\xee\x95\xbe\x9a\xf2\xd0\x05\x87\xdf\xec\xb7\x95\x35\x60\x4f\x55\x7d\xa5\xee\xe3\xc9\xbc\x14\xb7\xe2\xc5\xaa\x71\x27\x5d\x3b\x42\x65\x9e\xf7\xcc\xff\xe0\x3d\xde\x97\xf5\xfc\xf8\xce\x43\xfe\xa3\xdc\x73\x9e\xf3\x2f\x6f\x08\x1c\xeb\x52\xdb\xf0\xea\xe5\x82\x20\x4d\x67\xbf\x86\x4b\xc2\x69\x81\xda\xce\xf7\x1e\x72\x45\xc1\x01\xc6\x2e\xc3\xee\x0c\x14\x2d\xf2\xf3\xe3\xcb\xde\x18\x23\x5a\xe5\x47\x73\xf9\x76\x65\x93\xa8\xda\xfb\x14\xdf\xf4\x42\xa4\xa8\xd5\x6b\x20\xbf\xf8\xf4\x03\x62\x98\x47\x05\xbf\xf2\xd8\x6a\x82\xed\xb6\xcd\xed\xc8\x91\x7c\x42\xcb\xc3\xc3\xed\xf7\xc1\xd5\x04\xcd\x7d\x9a\xdb\xc2\xbd\xdb\x89\x14\xfe\x1a\xf7\xf1\x3b\x2d\x89\x2c\xfe\x08\x20\xd1\x59\x72\x0e\x48\xe6\xc1\x26\xc9\xf3\xc1\x51\x32\xff\xa6\xf3\xa2\x98\x03\xfb\xfc\xb9\x8a\xe4\xc6\x1a\xb5\xc4\xb9\x40\x0f\xb4\x1e\x90\xb9\x21\x55\xd3\x9e\x91\x7d\x53\x2e\x34\xbf\x26\xfd\xdf\x63\xb4\xf7\x64\x5e\xcc\xee\x13\x9f\x49\x5f\x64\x9d\xf1\xb7\xca\x5e\xcd\x5f\xde\x3e\x4e\x3d\x7b\x88\xea\xcc\xf0\xef\x43\x68\x72\x63\x96\x24\x97\xb4\x0a\xdd\x02\xcc\x46\x86\x7b\x7d\x5d\x1a\x3b\x97\xad\xee\x67\xf3\x35\x71\xf6\x37\xfb\xc5\x6e\xfb\xbf\xde\x2a\x32\x75\xd6\x71\x32\xfe\x7a\xfa\x82\x1c\x9f\xc7\xdb\xf3\xf5\xc0\xb3\x93\xfc\x46\xee\xb8\x56\xfd\xee\x39\x2e\x75\x5c\xbb\xf7\x16\x44\x9c\x73\x04\x37\xbd\x91\x4e\xa4\x3a\x3d\xe4\xfe\x7e\x12\x43\x4c\x75\xba\x2c\xed\xe7\xc1\x5b\x70\xf3\x21\xb1\xd5\xa1\xd2\xde\xe6\xfa\x71\x62\x9b\xc3\x1b\xde\xa7\xcb\x0f\x88\x0a\x5e\xa5\xa3\x6c\x99\x17\xb1\xd5\x31\xc3\x41\xe6\x8c\x2c\x51\xcf\x7d\xec\x30\xe2\xf8\x4d\xa2\xcd\x6e\xa6\x43\xe3\xd1\xd7\xc4\x37\xbb\xd5\xc0\x2c\x09\x0f\xb4\x4e\x72\x1e\x1e\x8e\xed\x55\xa1\xfa\x25\x72\x3e\x7c\xa5\x57\x91\x3c\xc4\x6b\xff\x5a\xd2\xef\x7e\x58\xf2\xe4\x75\xaf\xde\x5c\xfe\x92\xec\x17\x51\x9e\xde\x14\xdd\xab\x27\x6f\x7e\x22\xf5\x40\xe5\x77\xd2\x1f\xdd\xc2\xef\x20\xcf\x8f\x65\xd9\x02\x92\xa3\xc8\x5d\x0e\x28\x8e\xa3\x50\xa6\x5c\x05\x8c\x57\xcb\xdf\x8e\x37\xc2\x7b\x07\x37\xcd\xdb\x01\xed\x90\x0b\xd7\x36\x6b\xf6\x48\xc4\x95\xec\x2d\x34\x19\x27\x47\x14\x6e\xb4\x66\x54\xd9\xb5\x63\xfa\xa9\x9f\xcc\x22\xf6\x00\xc4\x3d\x78\xc0\xfa\xc5\x3a\x8c\xdc\xef\x6d\xcc\x8b\xac\xf1\x02\x27\xf8\xd9\xe8\xb2\xfc\xbf\xad\x03\xcb\xa6\x8d\xf9\xb8\xe5\x2c\x9c\x19\xaf\x99\x9f\x5e\xd5\xc2\x99\x71\x9e\x15\xfe\x74\x15\x78\x36\x32\xb6\xda\x0f\x72\x40\xb5\xf9\x64\xeb\x7c\x27\x1b\x5c\x1b\x1b\xdb\xa5\x55\x75\xe0\x33\x4a\xd8\xbe\xd7\xce\xc0\xd1\x46\xdd\xb6\xf4\xf2\x1d\x44\xd1\xed\x39\x5a\x65\x49\xf0\x62\xec\x05\x56\x8e\x10\x8f\xff\x80\x9d\x58\xcb\xc9\xf9\xff\x8d\x53\x2d\xce\x41\x3a\x21\x1e\xff\x93\x3c\xf1\xf7\x7e\xab\xee\x35\xc9\x0d\x5e\xf5\x6f\x21\x7d\xe1\xb3\xe3\xda\xc8\x7f\x57\x3c\xb0\x83\xe4\xc7\x76\xcc\xe8\x21\xff\xbe\x76\x04\x0e\xf6\xea\x3c\x13\x89\xef\x99\x08\x0c\x5e\x4d\xa1\x24\x8d\x07\x0c\x66\x0c\x33\x8a\xa0\x03\x76\xb1\xa3\xdb\xbd\x77\x03\x81\x6f\xf5\xba\x5d\x3d\x80\xc9\x7c\x93\x64\xfb\x8d\xf8\x9e\xbf\xd8\xec\x23\xbb\x1d\x4f\xf7\x16\x5b\xda\x33\x9f\xe3\x46\xf9\x2c\xab\xdd\x8c\xdd\xa8\x7d\xbc\xd8\x4a\x85\x2e\x44\xf3\x27\x25\xcb\x4c\xfa\x6d\x00\xcd\x66\x8b\x69\x9b\x05\x3b\x01\xa3\xb9\x34\xaf\xef\x07\xf1\xdb\xd8\x9b\x46\xf9\xa8\x85\x2f\xc6\xfe\x34\x8d\x37\xf7\xf0\xd6\xf8\x38\xad\xa6\xe1\x2c\xea\x4c\xea\x69\xdf\x1f\x7d\xc7\x5d\x93\x47\xb4\x8e\xda\xd9\xa8\x33\x49\xa3\x4f\xbe\x9d\x86\xb3\x66\x87\xad\x57\x55\xe9\xa3\xd6\x24\x1d\xd8\xad\x28\x1e\x7f\x19\x99\x93\xf4\xbd\xfc\x06\x99\xf7\xd3\xf4\xe1\x01\x59\x8f\xa7\xeb\x25\x1c\x58\xbf\xa6\xc5\xe4\x39\xf0\xf6\x8b\xd8\xff\x66\x7f\x27\xf7\xcf\x92\x4b\x9d\x62\xff\x6f\xad\x98\x0b\xd8\x28\xf1\x33\x97\x24\xf4\xf5\x3d\xe3\x43\x80\xde\xdf\x25\x31\x2c\x40\x2f\x7c\xc8\xa5\x40\x05\x80\x79\x58\xb9\xcc\xa3\xf7\x97\xdb\x4e\xad\x11\x4e\x05\x40\xd2\x0b\xdd\x79\xdc\x27\xc0\xdc\x1e\x43\x7f\xd6\x15\xa0\xf0\x83\x91\x0f\xe3\x08\x70\xf4\x8e\xf1\x58\xeb\x72\xe0\x9a\x8c\x89\x9c\x75\x14\x50\x57\x6a\xea\x4a\x1b\x06\xbc\xa3\x1b\xaf\xa4\x29\x00\x3d\x7c\xc3\xb5\x7f\x72\x0c\x36\x0b\xe5\x00\xb5\x4e\x73\xcf\x9f\x4c\x40\x73\x81\xf9\xea\xcf\x72\x80\xd6\x67\x73\xaf\xa6\x50\x40\xeb\x85\x85\xc9\xcb\xdb\x80\x4e\x9e\x85\x7e\xfd\x67\x40\x27\xc7\x72\xfe\x43\x3b\x40\x6f\x27\x70\x26\x85\x3c\x07\xbf\x54\x11\xe4\x73\x90\xc1\x03\x72\xdc\x0d\x97\x5f\x90\x5c\x64\xed\xcb\x66\x73\x72\x1f\x18\xfe\x95\xe4\x9f\x2e\x85\xff\x26\xd7\xcd\x49\x25\x11\xf9\x3c\xb5\xff\x42\x5f\xff\x73\xb9\xa4\x2f\xca\x2c\x49\xdf\x84\x89\xfb\xc4\x2a\xee\x14\x4e\xa1\x84\xbc\x07\xb4\x8f\x0c\xca\xf2\xda\x07\xd0\x8f\x29\xcc\x70\x3e\x06\xb8\x97\x8f\x86\xf4\x9e\x3f\xfb\x0e\x90\x7d\x5e\xeb\x17\x6b\x05\x50\x50\xa6\xf7\xda\xba\x0a\xd8\x39\x4a\x77\x1f\x8d\x0b\x94\xae\xd5\xdb\x4e\xf5\x02\xca\x33\xf5\x57\x58\x29\x02\x77\x1c\xf4\x8d\x2d\x77\x03\x2f\xd3\xf4\x47\x5a\x56\x00\xdf\xb6\xeb\x25\x59\x2e\x20\xeb\x11\x69\x42\xe6\x5c\x8c\xfc\xa0\xb7\xaa\x57\xe5\xb5\x0c\x65\x3a\xe2\x01\x95\x20\x83\x8f\xad\xe7\x00\x95\x76\x83\x45\x2d\x0d\x80\x0a\x61\xf0\xe6\xcd\x25\x60\x44\x5b\xb7\x52\xe5\x71\x0a\xc9\xc1\xdd\x97\x23\xcf\x81\x71\x62\x0e\xee\xc1\xd4\x16\xf2\x39\xb1\xfa\xda\x37\xf2\xf9\xf9\x4a\xbf\xae\x98\x5e\x3d\xbd\x07\xde\x94\x7f\xee\xc1\x6f\x95\xf8\xda\xab\x94\xfb\xfa\xdf\x19\x12\x5f\x57\x7a\xff\xdf\x5f\xc2\x09\xb9\x2b\x03\x4a\xa0\x50\x9c\x2b\x01\xcb\xe1\xc3\x94\x79\x22\xc0\x65\xa8\xca\x7a\xb6\x0f\x10\xf6\x7c\xe4\x6d\xdb\x50\x20\x7d\x90\xba\x0f\x23\x1a\x98\x77\x45\x43\x99\x36\x1a\x58\x7b\x46\xe3\x90\xd5\x05\x60\x57\x8a\xe6\x0f\xcb\x2a\xa0\x64\x93\x56\x97\x85\x1d\x70\xbe\x43\x2b\x51\x7a\x6f\xdf\xdc\x1f\x78\x9a\xa5\x3d\xc6\x5c\x17\x68\x71\xd7\x4a\x37\x8f\x06\xba\xab\x34\xf6\x19\xef\x20\xeb\xc1\xd2\xfd\xde\xab\xc3\xa9\x5a\x53\x7b\x75\x48\xa5\xdc\x13\x82\x24\x55\xe4\xd6\x74\xda\xf6\xea\x97\x43\x75\x1c\x72\x1f\x0c\x16\xf7\x07\x7a\xb8\xe0\x3d\x79\x6e\xdc\x8a\x6f\x27\xc7\x7b\x35\x58\xbc\xde\xcf\x4a\xf2\x11\x0e\x4b\x7c\xe0\xed\x23\xd0\x37\x07\x40\xa2\xd3\x9b\xc5\x9a\xf2\x48\xac\x11\x12\xff\xf7\x4f\xfe\xc1\x41\x60\x08\x87\x42\xe1\x7e\x01\x4c\x02\x86\xe8\xd8\x3a\x02\xf6\x23\x15\x8c\xe8\x47\x80\x80\x2d\x8a\xab\x68\xd6\xc0\xb8\x56\xe5\xb3\x56\x02\x20\x5b\x66\x64\x8e\xe5\x04\x60\x49\xe0\x68\x47\xf3\x34\x60\x43\xe1\xe8\x76\x73\x0b\x60\xc7\xf0\x31\x4c\xd3\x66\xe0\x88\xdd\x98\x89\xa6\x59\xc0\xd9\x39\x6a\x7c\xd3\xc1\x40\xe5\x72\xb5\xe7\x26\x99\xc0\xfd\xb1\x6a\x4b\x4d\x38\xc0\x2b\x7f\x35\x45\xe3\x73\x40\xeb\x43\x55\x73\xa3\x48\x40\x14\xae\xf2\x49\xef\x11\x39\x3f\xa2\xb5\x67\xf4\xea\xd0\x61\xf2\x3b\x41\x26\x3d\xbc\x39\xf1\xa2\x54\xbc\x0f\x7c\x20\x3f\xe7\xdd\xf2\x9f\x23\xc9\xe7\xa1\x5a\x01\xb9\x6f\x9e\x93\xcc\x77\x69\x1e\xce\x1f\x0e\x46\xa2\x79\x92\x79\x21\xcd\x41\x90\x72\x20\xf1\x92\x7e\x1a\x41\x92\x5c\x25\x97\xe5\x62\x65\x5a\x00\x83\x07\x52\x28\xb6\x6d\x80\x11\x67\xd0\x83\xde\xf5\x6f\x6b\x20\x67\x4b\xdb\x0f\x78\x29\xca\x8f\xb4\x74\x05\x62\xd2\x14\x26\x59\xa8\x00\x93\x7e\x28\xe5\x9b\x47\x01\xb3\x95\x54\xa6\x99\x16\x01\x79\xe7\x54\x3a\x4d\x6f\x03\xeb\xbe\x8d\x6c\x35\xc9\x03\xb6\xfb\x8c\x52\x34\x8e\x04\x0e\x2d\x19\x35\xc6\x78\x1a\x70\xaa\x6c\x74\xbc\x51\x2a\x70\x79\xc5\xa8\x57\x86\x5b\x81\x9a\xab\xa3\xf8\x86\xfb\x80\x27\x07\x47\xa5\xea\x9f\x05\xde\x35\xab\x68\x1a\xf8\x02\xdf\x34\x94\xdf\x1b\xca\xf7\x8e\x5f\x69\x92\xf6\x19\xb2\x1e\x51\x0d\x2b\x3e\x90\x79\x6a\x75\x05\x3f\xc9\xe7\x81\x1b\x51\x22\x92\x03\xfd\xc3\x01\x49\xf6\xb9\x5d\x12\xae\x67\xc3\x75\xc9\x3e\x20\xcd\x43\x91\xcc\x8f\x4c\x75\x09\x07\x92\xdd\x77\x1e\x78\xb7\x88\x95\x97\x2e\x56\xcb\xb5\x40\xbf\x35\x14\x0a\x43\x0b\xd0\xcb\x1a\xd0\x4e\x5b\x0c\x30\xfc\x86\x32\x2c\xdc\x00\xe7\xbd\x43\xb7\x9a\x0d\x05\x42\xec\xe5\x54\x4d\x6c\x80\x71\x67\x86\xab\x99\x0c\x04\xa6\x85\x2a\xb8\x19\xf7\xfe\xd2\xcb\x57\x54\x36\x59\x09\xe4\x9b\xa8\x0c\x34\x5a\x04\xac\x7e\xa9\xac\x67\x58\x09\x14\x95\x2a\xd7\x1b\xca\x01\x7b\x8f\x29\xb7\x1a\xdc\x06\x4a\x9b\x54\x8e\xea\x5b\x02\xe7\xdf\x28\x4f\xd0\x53\x07\xae\xdb\x29\xcd\xd0\xe7\x00\x77\x05\x2a\xa3\xf5\x55\x81\x86\xdd\xca\x65\xba\xa5\x40\xf3\x22\x45\x73\xbd\x5d\xc0\x8f\x24\x45\x93\xfb\xc7\x7f\x92\xcf\x3f\xd5\xad\x62\x1e\xe8\xe2\x18\xf1\xe7\x2d\x95\xe4\x3f\xed\x96\xf0\x0c\x85\x92\x7d\xae\x40\x15\x7d\x78\xb0\x19\x12\x5e\x2a\x55\x92\x87\x12\x1f\xd8\x97\x03\x71\x2b\x13\xab\x6d\x87\x58\xcd\xb6\x02\x94\xbb\x14\x8a\xd5\x19\x40\xf3\x9b\x4c\x3f\xb3\x1b\x80\xf9\xb4\x41\x5d\xc6\x0b\x01\xee\x9b\xc1\x17\x8d\xbf\x00\xbe\xcb\x64\x09\xe3\x1b\x40\x2c\x55\x6e\x88\x41\x07\x90\xb2\x79\xd8\x29\x83\x36\x20\x33\x61\xb8\xac\xe1\x74\x20\xf7\xae\xfc\x5d\xc3\x55\xc0\x12\x05\x85\x87\x86\x73\x80\xd5\x85\x4a\xa3\xf5\xbf\x02\x9b\x7f\x2a\x6e\xd5\xd7\x01\x76\x31\x15\x67\xeb\xe5\x02\x87\x4f\x29\xae\xd7\x5d\x04\x9c\xcc\x53\x1c\xa0\xd3\x0c\x5c\x0a\x50\x38\xaf\xf3\x0e\xa8\xee\xa7\xf0\x4b\x67\x00\x50\xb7\x44\xbe\x56\x37\x15\x78\xa1\xaa\x18\x2d\xe5\x80\x2e\x4d\x16\xeb\x31\xc9\x7e\xb7\x77\x7a\xdf\x73\x40\xba\x0f\x2e\x92\x70\x1f\x39\x99\x7d\xd7\x81\xb4\x3f\x92\x74\x1e\xf8\x49\xfe\xbd\x93\x24\x47\xc8\x46\xb2\x5f\x1a\x49\x72\x84\xf4\x64\x80\xe1\x02\x0a\xc5\xf8\x01\x60\xd2\x3e\xb0\xdc\x30\x0b\x60\x8e\x1b\xc4\xd4\x8f\x01\xf8\x9b\x07\x5d\x37\xd8\x09\x84\x8e\x96\x35\xd2\x4d\x02\x62\x2b\x86\x58\xe8\x3a\x01\x29\xf3\x65\xf5\x74\xd4\x81\x8c\x39\xb2\xa6\x06\x33\x80\x59\xa2\xe1\x3b\xf4\x5a\x81\x45\x43\x87\xbb\xe8\x8f\x00\x56\xec\x90\xcf\xd4\xb9\x0d\x6c\x18\x25\xf7\x4b\x8f\x0f\x6c\x5f\xaa\x10\xa0\x17\x03\x1c\xe8\x51\xb4\xd5\x56\x03\x8a\x13\xe5\xee\x6a\x7f\x07\xce\xcc\x96\xf7\xd0\x3e\x0a\x5c\xf1\x93\x77\xd3\xae\x02\x6e\x66\xc9\xe7\xfd\xcb\x81\x48\xef\xfd\xf7\xcd\x03\xf9\xeb\xf3\x89\x7d\xae\xc1\x99\x2c\xd2\xf7\xd6\x54\xb5\x6f\x90\x59\x08\xe8\xbd\x71\x0d\x1e\x74\x1c\x30\x9b\xe6\x73\x68\x58\x00\x60\xb9\x3f\xc4\x57\x3e\x09\xa0\xad\x89\xb7\x51\x3e\x06\x58\x27\xa4\x75\x8d\xfc\x0e\xd0\x8d\x67\xab\xa8\xb9\x03\xf4\x61\xcb\x83\x35\x7f\x01\xd6\x03\xb7\xfa\xeb\xac\x07\xa8\x86\xc5\x1c\xdd\x22\xc0\x8a\x5f\xae\xa1\xef\x0b\x58\xdc\xbc\x57\xaa\x77\x1d\xb0\xd4\x7b\xd3\x65\x20\x0f\x58\x5c\xee\xd0\xd7\xeb\x0f\x98\xaf\x05\x34\x8f\x01\x26\xbf\x80\x31\x06\xbf\x0f\x98\x0e\x01\xd4\x5e\x7f\xe3\x9a\x52\x01\x8d\x41\x1f\x87\x99\x4d\x04\xb4\xaa\xde\x72\xcc\xae\x01\xda\xc5\x2f\x57\x99\x6e\x02\x34\xcf\x3d\x39\x6e\xf6\x09\xd0\x6e\xbe\xcf\x32\x8f\x03\x74\xa6\xdc\xa5\x98\xa5\x02\x5a\xbb\x6a\x82\xcd\x29\x80\xb6\x5f\xe5\x31\xb3\x8d\x80\x96\xe3\x7f\xe3\x40\x9c\xc7\xf5\xf1\x7b\xa5\xfe\x8e\xc4\xf7\x1d\xd2\x66\xf3\x95\xac\x83\x3e\x6f\xbe\x4c\x26\xa0\xef\xed\x5c\x3d\x68\x17\x60\x36\xd9\xcb\x78\xe8\x57\x80\x3a\x2e\x78\xab\x42\x08\x60\x1d\x15\xe7\xad\xfc\x14\xa0\xbb\xa7\xa9\x8f\x9a\x0f\x30\xb4\x66\xeb\xa8\xbb\x00\xf4\x2d\xcb\x97\x69\x1d\x02\xac\x79\x5b\xa7\xf6\xce\x52\xda\xc0\x62\x03\xbd\x46\xc0\x52\x50\x3e\x50\xaf\x1e\xb0\x78\x51\x1b\xa6\xd7\x0e\x58\xca\xbd\x5d\xa9\xff\x16\xb0\x64\xfe\xce\xd3\xdb\x2f\xad\x83\xe0\xa5\xd9\x4b\x40\x33\xb9\x63\xb4\xe9\x5d\x40\x63\xfd\x97\x53\x66\x31\x80\xd6\x94\xe6\x1f\xe6\x54\x40\x27\xec\x75\x92\x99\x23\xa0\x75\xbf\x61\xbd\xf9\x2b\x40\xf7\xc8\xe3\xb5\xe6\x19\x80\x4e\x65\xad\x8b\xc5\x5c\x40\x8f\x7d\xbb\xc7\x7c\x34\xa0\x7d\xb0\xfa\xb1\xb9\x3e\xa0\x3d\xe1\xfa\x4a\xf3\xc5\x80\xf6\x16\xb2\x0e\x7a\x92\x3a\x48\xee\xfd\xf7\xcd\x03\xf9\xfb\x5e\x5f\xec\xf7\xc9\x17\xd9\xe8\xf7\xaa\xd6\x60\x8e\x48\xe6\x0c\x60\x18\xe2\x78\x69\xb0\x3f\x60\xbe\xc3\xfd\xcd\x30\x2a\x60\x3d\x28\x68\xa2\xa2\x3a\xc0\x88\x8b\xbb\x36\x22\x1d\xb0\x19\x9a\xba\x70\xf4\x4b\x80\x51\x9f\xa3\xab\x9e\x03\x30\xe2\xf3\x6f\x69\x6b\x00\xf4\xd4\xad\xe1\x7a\xe9\x00\xed\x6c\xf1\x0a\xfd\x6e\x80\x5a\x7b\x79\xb0\xa1\x10\xb0\x5a\x59\xd7\x6d\x34\x1a\xb0\xda\xd6\x74\xd1\xe8\x2b\x60\x95\xda\xc3\x35\x28\x02\x2c\x5c\x01\x6d\xa5\xae\xe1\xe6\xc7\x01\xed\x75\xed\x1b\x2d\x86\x00\xba\xc3\x3e\x3d\x37\x3f\xdd\xab\x4d\x1e\x16\x4b\x01\xbd\xc6\x97\x17\xcd\x87\x00\x3a\xac\xfa\x1a\x8b\x1a\x74\xeb\xb3\x1e\x9a\x59\x3c\x45\x97\xfe\xa8\x7b\x26\x96\xf2\xe8\xd4\x57\xaf\x71\xb3\xe0\x01\xba\x7e\x37\x12\x2c\x36\x02\xba\x73\x2a\xa8\xe6\x3b\x00\x6d\x32\x07\xe3\x0f\x07\x22\xd1\xbe\x79\x20\xd2\xfb\x9d\xfd\xbb\xac\xc9\x7c\x67\x29\x0f\xa2\x93\x6e\xbb\x6f\x40\x01\x60\xa4\xca\xab\x1f\x1c\x08\x58\xce\x72\x97\x1d\x86\xde\xf1\x07\xe8\x2a\x8d\x02\x98\x83\xa3\xc7\x8e\x68\x00\x58\x65\x29\x0d\x63\xaa\x00\x56\x48\x0e\x4b\xab\xf7\x69\xda\x7b\x19\x45\x37\x1b\x60\xd8\x6f\x4d\xd2\x5f\x07\xd0\xcf\x1d\x1d\x68\x6c\x0a\xd0\x36\x5c\xfe\x6e\x9c\x09\x50\xe5\xef\xb7\x1a\x6b\x02\x56\x67\x5b\x34\x8d\x55\x00\xab\x1b\x82\x97\x86\xea\x80\xc5\x7c\x40\xfb\xf8\xef\x40\x0b\x0d\x40\x67\x5f\xeb\x0b\x8b\x75\x80\x5e\xfa\x47\x25\x73\x00\xba\x67\xde\x8c\xb6\xcc\x44\x9b\xc1\xa1\x86\x12\xab\x01\x78\x63\xb8\xed\xd1\x78\x2b\x2b\xbc\x32\xdc\x58\x1b\x6e\x19\x81\x76\xfd\x53\xb7\xad\x2d\x16\x02\xba\x5f\xaa\xce\x5a\x6e\x42\x87\xbe\x57\xc5\x46\xcb\x07\xe8\xd0\xb7\xb8\x42\xb1\xcc\x87\x48\xcf\x1e\xff\x85\x03\xe1\xa5\x53\xfa\xf8\xde\x62\x9f\x6b\x00\xd3\xca\x8e\xf2\x4f\x1e\x84\x7e\x0d\x6b\xdf\xc0\x6b\x80\xd9\x47\x6e\x3f\x59\x4d\xc0\x5a\xd6\x55\x67\xf8\x02\x80\x79\xc8\xcf\x43\x59\x1d\x60\xfd\x8e\x5a\x3b\x6a\x14\xc0\x56\x48\x56\x56\x9b\x0e\xd8\x5e\x9a\xa1\xac\xf5\x09\x60\xad\xcc\xf7\xd5\xbb\x05\xd8\x3c\xd8\x32\xcf\x70\x09\xc0\x70\x3d\x7a\xd0\x84\x06\x58\x6f\xbf\x52\x6c\x9a\x08\xd0\x8e\x3d\xda\x6d\x36\x1b\xa0\x3e\xfc\x18\x66\x1a\x09\xd0\x34\xf0\xd3\x38\x4e\xb8\xca\x52\x1b\xd0\xbd\xd8\x7e\xc5\x4a\x1e\xdd\x86\xaa\x9f\xe7\x5a\x79\xe2\xbd\xd1\xc8\xa6\x17\x96\xef\xf0\xc1\x30\xb7\x71\x93\x55\x31\x1e\x1a\x09\xeb\x43\xa9\x4c\xdc\x34\x3e\x73\x7f\x26\x95\x83\x3b\xc6\x6e\x77\xaa\xac\xd6\xe0\xa5\xe1\xf6\x9b\xea\xd4\x2f\xa8\x31\x9e\x5b\xd9\x49\x3d\x83\x07\x46\xa5\x57\xfc\xa8\x67\xf1\xdc\xf0\x69\xb9\x83\xe5\x2d\x08\xf5\x48\xea\x55\xca\x81\x48\x73\x82\xa4\x3e\x9f\x78\x1d\x48\x7d\x1e\x39\x2b\x8b\x06\xb2\x0e\x4e\xd6\xe3\xfa\xbf\x03\x8c\x36\xd2\xf3\x06\xc5\x03\xd4\xc3\xec\x84\xa1\x15\x00\x43\xdf\xf1\xe5\xf0\xeb\x80\xed\x6c\xaf\x7b\xca\x69\x00\x3b\x3e\x7c\xe7\xa8\x68\x80\xa3\x9d\x54\xa1\x3e\x10\xb0\x4b\xca\x0e\xd6\xb5\x01\xd8\x93\xf3\xce\x1b\xfc\x02\x58\x86\x5b\x8d\x8c\xb7\x00\xcc\xa5\x47\x8f\x99\x37\x03\xf4\xe6\x6b\x4a\xe6\x5d\x80\xf5\xfc\x27\x93\x2d\xbc\x01\xeb\xfe\x5f\x2b\xcd\x6f\x01\xb4\x25\x68\x31\x09\xea\x94\xa5\x96\xa3\xc1\xc4\xe8\x6b\x03\xf5\x2a\xae\x9b\x0e\x7f\xdf\x42\xbd\x8b\x0b\xa6\xf1\xaf\x06\x5a\x47\x62\xb5\xc5\xac\x67\x39\xb4\x4b\xd8\x6b\xf6\xf2\x91\x06\xad\x08\xc5\x66\x46\x77\x23\xac\xed\xb1\xdf\x6c\x67\xcd\x50\x5a\x21\x2e\x98\xdc\x97\x72\x71\x57\xab\x69\xda\xb8\x6f\x54\x75\xe9\x2c\xcd\x18\x4f\x8d\x4c\xcb\xce\xd0\x22\xf0\xdc\xf0\x27\xfe\xe1\xa2\xfa\xe6\x60\x48\xe7\x41\x3f\x05\x73\xf2\xef\xf2\x37\x4c\x48\x1e\x44\xf7\x9d\x55\xc5\x80\x24\xc0\x34\x8f\xca\x19\x2c\x07\xd0\xf3\x59\x3f\x86\xdd\xf8\xcb\x07\x71\xd6\x7b\x5a\xab\x04\xfd\xe5\xe6\xec\x87\x27\x9a\x69\xa9\x03\xdc\xb9\x99\x4d\xba\x5f\x00\xbb\xa7\x4b\x04\xc6\xb9\x00\xbb\x78\xcb\x18\x33\x00\xcc\x4d\x25\x7e\x16\xe6\x00\xe3\x49\x45\xbd\xd5\x68\x80\x5e\xff\xf4\x02\x35\x1c\xa0\xcf\x6b\x57\xa1\x0e\x05\xac\xf5\x50\x6b\xda\xf1\x43\x48\x7b\x87\x12\x73\xea\x87\xd9\xd6\x97\xb1\xc8\x72\xdb\xdb\xc3\xd6\xef\x31\xd7\xf2\xc9\x8b\xc5\xf4\x24\x64\x5a\xad\x79\xa4\x65\x33\x08\x01\xd6\xe6\x77\x3b\x19\x39\x98\x4c\x1d\x53\x73\x94\xa1\x89\xf9\x96\x27\x6f\x14\x30\xa6\x62\x91\x65\xa1\x94\x07\x2b\xd7\x67\x68\x60\x97\x79\x78\x99\x3f\xbd\x11\xc7\xcc\xd4\xcf\x9c\xa2\xf7\xc7\x4d\xe3\x3e\xfd\x71\xa4\xe7\x83\xf4\xbe\xb7\x25\xe9\x67\xf6\xe3\x1b\x90\xf3\x40\xfd\xa9\x51\x6e\xbf\x47\x80\xfe\x73\x13\xab\x01\x73\x00\x4b\x0f\x8b\xc4\xc1\xf7\x01\xc6\x0d\x06\x65\x58\xca\xdf\xdc\x1c\x7b\x9a\xab\xee\x88\xb9\x80\x93\x7a\x60\xb6\x5a\x3c\xe0\x58\x93\x30\x45\xbb\x0c\x70\xd4\xca\xa8\x31\xa4\x03\xbc\xc6\xc5\xd3\x7b\x9f\x92\xed\x36\x6c\xde\x69\xd9\x5b\xbf\x0b\x25\x09\xd4\xf7\xbd\xf5\xa8\x3c\x6f\xdd\x01\x30\xbe\xbd\x50\xa2\xab\x02\x8c\xb4\xdf\x2f\x69\xcf\xbb\x1d\x18\x29\x48\xa0\x95\x7f\x65\x33\xb8\x08\xb6\x1e\xf9\x2e\x80\x01\xb0\xe9\x47\x9f\xb7\xd9\xec\x81\x05\x63\xc1\xe3\x71\x4c\x0d\x98\x31\x2e\xd6\x8e\x60\xf1\xa0\xca\xd4\xbb\x25\xc7\x52\x81\x15\xa3\xba\xf2\x13\x2b\x1e\x6c\x86\xcb\x1f\x0e\x6a\x29\xeb\x10\x02\xad\xab\xca\x66\x33\x27\x62\x96\x55\xf1\x69\x45\xe6\x18\xac\xb7\xb8\x71\x6c\x25\xcb\x15\x2b\x2c\xb7\xfc\xbb\x1e\xfe\xf0\x0f\xe4\x3a\xa0\x74\x19\x92\x9c\xe0\x60\x6d\x3d\x32\x37\x49\xbd\x5b\xf7\x5c\xbf\x13\x80\xc9\x30\xc3\x3b\x03\x15\x01\xeb\x10\x13\x8f\x41\x2f\x01\xf6\x36\xda\xbc\x61\x16\x80\xa3\x8b\x6d\x83\xa2\x36\xe0\x5c\xe9\x64\x31\xf2\x0c\xe0\xca\xf7\xbd\xaa\x11\x0a\xf0\x77\xc4\x96\xea\x76\x00\xce\x87\xa6\x28\x18\xcb\x00\x4e\x43\x16\xa9\x5a\x26\x01\x3c\xb9\x4d\xbf\xa9\x2f\x00\xce\xde\xd2\x02\xc6\x55\x80\xd5\x59\xf5\x88\xe9\x0f\x30\x27\xbf\xb6\x65\xf6\xce\x93\x39\xa2\xdd\xcc\x3d\xed\xdf\x99\x61\xe8\xc7\x8a\x6e\xf6\x65\x85\x10\x2f\xd9\xab\x9e\x8f\xb0\x8d\x24\x6e\x71\x5e\x3e\x5e\x68\x9b\x4a\x34\x70\x86\xdf\x6b\x64\xab\x13\x0d\x1c\xbf\x1a\x39\xf6\x22\xa2\x99\xfd\x40\x9a\x8f\x75\x95\xcb\x3e\x8e\x21\xac\x27\x17\xbe\x71\x82\xa1\xc0\xda\x7c\xf6\x2b\xe7\x12\x54\x59\xe6\x27\xd5\x38\x6b\xc1\xb4\xf1\x2b\x3d\x67\x7b\x00\x99\xd4\x8a\xe2\x00\xb6\x39\xa6\x53\xf7\xe3\x1f\x1e\xc8\x86\xf2\xef\x3c\xe8\xaf\xab\xed\x4f\x9e\x0f\x5e\x9a\x11\xbd\xaa\x57\xac\x79\xa8\xbf\x27\x60\xc1\xd4\x75\x93\x01\xc0\xd9\x68\x34\x67\xb0\x16\xe0\xf4\xde\x5c\x76\xe8\x40\xc0\xed\x12\x9d\x90\x6f\x06\x3c\xc7\xf0\x88\x91\xcb\x00\x4f\x45\xcf\x45\x9a\x67\x01\x0f\xf7\xc8\x4b\xfa\x2f\x00\xb7\xa4\x34\xae\xe9\x19\xc0\xf9\xfb\xfc\xf5\x56\x5d\x80\xa3\x5e\x61\x8b\xcd\x02\x80\x3b\xb5\x74\x9e\xad\x39\xc0\x5e\x70\xf3\x0e\xc7\x0c\x60\x75\x37\xcb\xdb\x25\x8a\x94\x6c\x15\x88\x72\xbb\x9d\x9f\x8a\xd8\xde\xc4\x0c\x87\x80\x97\xa1\x9c\x26\xc2\xdf\xe9\xd9\xc3\x9f\x76\x2f\x09\x7f\x67\xe7\xbb\x9d\xdc\xa1\x44\xaa\x93\xd2\xcd\x1b\x5c\x7b\x62\x81\xa3\x4c\xc5\x7d\x2e\x9d\x38\x68\x3f\xfc\x72\x7f\x9e\x23\xb1\xd3\xfe\x76\x99\x12\x8f\x45\x5c\xe3\x76\x9d\x29\xe7\x6e\x24\x3e\x71\x66\x1d\xe3\xf3\x96\x12\xbf\x39\x94\xa3\x05\x3c\x5f\x0c\xb7\x5d\x75\x48\xc8\xf5\x06\xd7\x66\xdc\x7e\x53\x5e\x20\xd8\x36\x75\xff\xc7\xd7\x7b\x87\x35\xb5\x7c\xdf\xc3\x47\xe9\xbd\x23\x10\x42\x27\xf4\xde\x7b\xef\x1d\xa4\x0b\x8a\x0d\xbb\xa0\x62\x6f\x58\xb1\x61\x03\x15\x14\x44\x50\x10\x15\x0b\xa0\x80\x28\x08\x2a\xa8\xa8\x28\x88\xbd\x61\x57\xec\x0a\x8a\x90\xb3\xde\x27\x93\xe4\xde\xeb\xe7\xf9\xbe\xbf\xbf\xd6\x13\xae\xb9\xb0\xe7\xcc\xde\x33\x73\xd6\x9a\xb5\xff\xbb\x4f\xe0\xcd\x03\x4a\x6f\x3b\x19\x87\xb5\x6a\xc4\xef\x5e\x4d\x5c\x4d\x94\x3a\x02\xb0\x76\x33\xee\x8c\xb8\x03\xd8\x86\x30\x59\x02\x14\xe0\x59\xae\x65\x20\xa4\x0d\x04\x36\xe9\xe9\x8a\x5c\x00\x22\xa4\xcd\xcf\x4b\x87\x02\x11\xcb\xec\x0d\xe4\xd9\xff\xea\x83\xc2\x18\x31\x13\x0d\xf4\x80\xa0\x4b\x93\xe3\xcd\xa4\x00\x7f\xa9\xa5\xb3\x6c\x26\x01\x5e\xb1\x79\xf7\x1c\xae\x03\x6e\xf1\xc7\x37\xba\x8c\x1b\xfa\xe6\x32\xe2\x8a\xba\x47\xfe\x2f\x4d\xa7\xb3\x2f\x66\x7a\xa7\x7f\x5b\xe0\x44\xd3\x42\xbe\x42\xcf\x4e\xba\x2c\x63\xbf\xf5\x17\xe9\xf6\x72\x53\x66\x3f\x0e\xf0\xea\x08\x73\xdb\xc5\xa6\xfd\x86\x2e\x0f\xb9\x8b\xd2\xf2\x7e\x8e\xcd\xce\xee\x03\xb4\xb6\xef\xeb\xb3\x59\xee\x6d\x74\x94\xf7\x86\x5a\x78\x78\xd0\xd3\xbd\x12\x4f\xce\xf5\xd8\x42\xaf\xf3\x54\x38\x6a\xee\xe9\x40\x17\x7a\x98\x54\x64\x79\x16\xd2\xc7\xdc\x03\x0e\xa9\x78\x04\xd3\xaf\x9d\x8f\x1d\x18\xeb\x11\x4e\xc3\x89\x51\x7c\xc5\xa3\x0b\x82\x8e\x9f\xfe\xbb\x4f\xe2\xf6\x7f\xa0\x28\xe6\x29\x0e\xf2\xef\x7d\x6b\x6a\xc9\x93\x3e\x29\x16\x23\xa4\x48\xbd\x74\x3e\x21\x45\xea\x65\x50\xa9\xfa\x4a\x81\x5e\x20\xf2\xbd\xe6\x5b\xe1\x04\x20\x2e\x8a\xf5\x43\xfc\x3d\x90\x40\x5b\x3d\x92\x0f\x01\x12\xe4\xdc\x87\xd5\xd5\x80\x98\x0d\x61\x6c\xce\xba\x18\xe1\x97\xd6\x63\x35\x05\x08\x1a\x5e\x14\xe9\xb0\xff\xd7\x77\xff\xb0\x6d\xda\x1e\xd6\x5f\x9f\x7a\xff\xa9\xf8\xe3\x67\xd1\x17\xec\xe9\x7e\xe1\x79\x50\xd1\x9b\x66\xf7\xcc\x47\x89\xa1\x6d\x2f\x8d\xdc\xde\xfe\xbe\x14\x1e\x72\x67\x9e\x47\x0d\xdb\x36\x42\xed\xca\x03\xaf\xb3\x6c\x8b\x48\x83\x16\x35\x6f\x59\xf6\xbc\xb0\xec\x46\xca\xbb\x9a\xbd\x27\xd4\xfa\xf4\x67\x9f\x11\xec\x8b\xc1\x73\x4e\x59\xf9\xf8\xb3\xfb\x02\x6b\x8f\xad\xf5\x99\x4b\x2b\xfb\x37\x54\x64\xf9\xf6\xd0\x4a\x01\x9a\x65\x4b\x7d\x53\xe9\x28\x5f\xa1\x03\xfa\x3e\x97\xe9\x65\x5e\xbb\x8a\x46\xf9\xb4\xd2\xa5\x1e\xd9\x85\x93\x7d\xae\xd0\x67\xdd\xcd\x77\xff\xf0\x19\x4f\x3f\x70\x25\xef\x62\x2c\x79\xf3\x41\xbb\x9a\x8b\x5c\xde\x57\x61\xac\xf4\x63\x0e\x1a\x39\x89\x5c\xe0\xa0\xdd\x33\xee\x7b\x4c\xef\xcf\x5c\x3f\x88\xa8\x37\xa2\x84\x1f\x4f\x6e\x65\xac\x11\xf4\x04\xc6\x79\x69\x2d\x12\x55\x06\x26\x64\x98\x58\xcb\x9c\x00\xc6\x1b\x39\xbe\x55\xd3\x00\xc6\x0c\x07\x4e\x32\x10\xf8\xf3\x3b\xb6\x28\xe9\x9a\xdd\xf0\xd7\xf1\x51\x17\x32\xae\x7b\xfc\x78\xcb\x08\xfb\xbe\xfe\x7b\x60\xc8\xb3\xde\xe0\xe0\xfd\xb7\xc2\x8b\x1f\x9c\x0b\x70\xab\xdf\x1a\x33\xef\x0e\xdb\xf7\x43\x57\x71\xdc\xbd\xdb\x3e\x3e\x27\x3e\xdf\x4c\x68\x6f\x2f\xf3\x7d\x37\x9c\x9e\x70\xf2\x5c\xb8\xff\xf5\xe1\xfc\xf8\x13\xa7\xdf\x05\xa4\x0c\xdf\x8b\x9d\x70\x32\x37\x00\x6c\xe1\x98\x4b\xc7\x16\x06\xce\x61\x9b\x46\x27\x57\x0c\x04\x5e\x64\x8f\x8d\x8c\x28\xed\x0b\xbc\xc2\x3e\x14\xe6\x5c\xdc\x19\xb4\x92\x7d\x3e\xd4\x77\x2f\x33\xf0\x17\x2d\x10\x78\x6f\xb7\x64\x90\x0c\x6d\xe5\xbf\x23\xef\x6c\xe0\x79\x3a\xce\x77\xcb\x4e\xc1\xc0\x76\x7a\x8a\xcf\xbe\x6d\xb3\x03\x9d\xe8\x3c\x2f\xa2\x33\xe7\xeb\x1f\x54\xc9\xbe\x41\xac\x4c\xc6\x89\xec\x17\xcf\x8a\x5c\xe7\xa0\x65\x12\xf5\x17\xff\xcb\xd7\x01\xf0\xfb\x42\x4c\xb2\x10\x22\xba\xc2\x99\xb7\x15\x88\x5e\x20\x63\xa5\x6e\x83\xa4\x11\x30\x3b\xd9\xf2\xb2\xf2\xf2\x41\xd1\x69\xc6\x5e\x4f\x59\x5f\xfb\x98\xe3\xed\x63\x22\x9d\xa2\x9e\x85\x27\x6f\x98\xcc\x0e\xa8\xbf\x2b\x19\x3f\x6d\x79\x64\xe4\x82\x9b\x4a\x31\xeb\x76\x2d\x8a\x9f\xd4\xbe\x21\x92\x3a\xd1\x3c\xa6\xa4\x55\x33\xcc\xfb\xea\x9a\x71\xd6\x4d\xa3\x43\x92\x5e\x4b\x8c\x1f\x5f\xff\x2a\x64\xf5\xd0\xa2\xf1\x17\x8f\x6f\x0c\x33\x18\x7a\x36\xf6\xee\xe1\x3b\x61\x1d\xc3\xa6\x29\x11\xa5\xb9\xe1\xd5\xc3\xf3\x92\xde\x16\x9f\x0c\xcf\x1b\x6e\x8b\x6f\x2a\xdc\x1b\xfe\x73\x98\x1d\xbb\x77\x8f\x68\x78\x03\xdb\x3e\xc6\x3a\xdf\x22\xbc\x9a\x9d\x1e\xa5\xbc\xfd\x49\x78\x20\xfb\x58\xd8\x83\xad\x22\xe1\x55\xec\xb6\xd0\xaa\x4d\x1f\xc3\x3e\xd0\xd2\x41\xc2\x39\x67\xc2\x85\x69\xdb\x00\x99\xb5\xb5\x61\x33\xe9\xe9\x3e\xe4\x76\x8d\x26\xb9\x6f\x30\xd2\x5a\x9a\x9c\x2b\xe4\x5c\x04\x89\x3f\x0c\x9f\xff\x76\xe6\xf1\xbf\x61\x65\x5c\x4c\x32\xe6\x22\xbf\x2f\x04\xdf\x17\x62\x71\x9e\x10\xd1\x21\xaf\xc8\x66\x94\x0a\xef\x1f\x34\x5e\x9e\x6e\xf4\x52\x31\xe6\x43\xfc\xc2\x21\x97\xe9\xac\xd2\xc7\x2d\x99\x47\x42\xb7\x39\x99\x74\x06\x4f\xb9\x9b\x9a\x10\x32\xf9\x52\xc6\xf8\x43\x73\xaf\xc4\x07\x35\x9a\xa5\xee\xde\x5c\x94\xfa\xbc\x36\x22\x69\x5d\x79\xe2\xc4\x88\xe3\x71\xf1\xe9\x17\xa6\x4d\xb1\xad\x7c\x1e\x2b\xf7\x68\x78\xda\x85\xf2\xe5\xa3\x25\x06\x77\x4d\xef\x2b\x9e\x19\x3b\x65\x48\x64\xca\x8a\x3d\x3b\xe2\x8c\x86\xe6\x4c\xb2\xca\x1f\x1d\xa7\x30\x74\x63\xbc\xda\xb6\x9b\x71\xd4\xb0\x67\xca\x9f\xdc\xd8\xd8\xec\xe1\x9d\x49\x67\x37\x32\xe2\x92\x86\x5b\x12\x05\xd7\x7b\xc4\xb6\xb0\x55\x62\xe3\xd7\xea\xc6\xba\xb2\xe3\xa2\x37\xaf\xba\x3d\xfa\x02\x7b\x67\xc4\xd9\x95\xf2\xb1\x92\xec\xda\x70\xfd\x65\x6a\xa3\x9f\xb2\xdf\x87\x2c\x5b\x16\x10\x53\x4d\xcb\x04\x11\xdd\x20\x57\x07\x23\xb8\x71\xe4\x12\x0e\xea\xee\xe4\xc6\xe5\x30\x89\x8b\xfc\xfb\xdf\xc9\xa5\x5c\x9c\xba\x8f\x8b\xfc\xfe\x28\x2b\x79\xbc\x60\x0e\xf1\x85\xff\x93\xb9\x4d\x54\xae\x8f\xa2\xfa\xcc\xb6\x38\xea\x7a\xca\x25\x3c\xbe\x90\x13\x65\x7b\x47\x6f\xd4\xcd\xe6\xec\x41\xbf\x93\xf6\xe5\x2d\x2a\x8b\x19\xf1\xfe\x41\x61\xd5\x77\x32\xea\xa6\x25\x24\x1b\x54\xfc\x9e\x9e\xb2\x2a\x7c\x62\xfe\xfe\xc8\xf4\xc5\xfb\xbc\xa6\x6d\xdc\xe3\x3d\xd1\xfa\x4c\xe1\xac\xea\x9d\x31\x69\xab\x6e\x17\x65\x66\x6d\x4d\x18\xfb\xfd\x73\xf6\x9c\x7b\x9b\x0c\xc6\xde\xfc\xe3\x30\xfb\xe7\xba\xf3\x63\x5f\xfe\xb9\x36\x7d\xf3\xea\x0f\xe3\x44\x86\xd4\xa7\xfc\x5c\x79\x6c\x6c\xf1\x50\xe1\xc4\x33\xcb\x3e\x8c\x9d\x3c\xd4\x9f\x36\x7f\x49\x5f\xaa\xf3\xf0\xd4\x94\x11\x8b\x3d\x52\xee\x0e\x1f\x4a\xda\xb3\xf0\xc1\x98\xb6\xe1\x5f\xf1\x7a\x0b\xe6\x8c\xb9\xc2\x56\x8c\x7d\x3e\xef\x53\xf2\x15\xf6\xec\xa8\x53\x73\x75\x93\x96\xb2\x9b\xc3\x5a\xe6\x2e\x4a\x5c\xca\x7e\x1c\x4a\xce\x17\xa2\xe4\x3c\xc1\x5c\xc5\x8d\xe7\x1f\x1d\x08\x4f\x07\x94\x20\xc5\x7b\xfe\xbc\xbe\x10\x0b\x79\x3e\x10\x6b\x29\x2e\x6e\x23\xfc\xd5\x2f\x85\xdd\x44\x17\xf0\xe1\xc3\x3e\x63\xd1\x3d\x14\xf5\xa4\x75\xef\x31\xa6\xa7\xe4\xd3\xce\x9f\xbb\xab\xcc\x85\x34\x97\xb7\x7c\xd8\x61\xe7\x61\x65\x3d\xaf\xfa\xd3\x26\xbd\xc8\x6f\x7e\xa1\x65\x47\x57\xaf\x9d\xb0\x31\xde\x21\x4f\x7a\xf1\x86\x05\x6f\xd2\x57\x6e\xd8\x30\x7f\xc3\x0e\xab\x59\x17\xb3\x57\xcf\xb5\x3d\x76\x6e\xae\xf6\x92\xd8\x8c\x35\x57\xf4\xe6\x5b\xcf\x7f\x34\xab\xf0\xd5\xb2\x05\x35\x73\xeb\x67\xde\x1f\x9c\x38\x7f\x7a\x66\xc8\x8c\xe6\x3f\xba\x19\xec\x59\x9f\x67\x6c\xfe\xb3\x75\x66\xed\x2c\xf1\xe9\x5e\x43\x22\x53\x1f\xcf\x9c\x33\x35\x6b\x68\xe3\xa4\xb4\x19\x95\x53\x32\x86\x1e\x8f\x9f\xc2\xd7\x7b\x4c\x6f\x9e\x94\x37\xbc\x21\xf9\xf4\xd4\x9c\x49\xc1\xc3\x37\x12\x9e\x4d\xe9\x9a\x90\xcb\x66\x8d\xee\x4b\xdf\x39\xfe\x03\x3b\x31\x7a\x53\x7a\x6a\x5a\x37\x7b\x5d\xe4\x14\x40\x44\x90\x1b\x0f\x3f\x0f\x3c\x3c\xb9\x18\xcb\xeb\x07\x33\xc5\x86\x17\x3f\xaf\x1f\x02\x9f\x07\xcf\x23\xf7\xc2\x7f\xc6\xec\x23\xe3\xf3\x2e\xa3\x94\xf0\xa2\x8f\xd7\x56\x5c\x22\xef\xfd\xff\x1c\x59\xad\x32\x47\x70\xe2\xc5\x33\xe5\x73\x0c\x42\x55\x57\x9c\xf6\x3f\x50\xef\x64\x65\xfa\xb9\x5c\x74\x9f\x6f\x70\x99\x47\x4a\xfe\xa9\xfc\x92\x94\xed\x51\x5b\xd7\x94\xe6\x06\x65\x7e\x1b\x2f\xbc\x50\x66\xc3\xa3\x4d\xcc\x69\x9f\x33\x4e\xad\x2f\xab\x90\x9d\xb5\x60\xba\xe0\xda\x57\x17\xd3\x32\x5a\xd3\xed\xd7\xe8\x3d\xdb\x9c\xb9\x68\xe2\xe7\xd5\x31\x7f\xec\x33\x66\x4d\xbc\xb4\xe2\xfe\x9f\xba\x19\xd9\x13\x99\xcb\xf6\x0d\x19\x4f\xb9\x31\xc1\x7e\xc9\xab\xa1\xfc\x49\xfa\x13\x82\x17\x36\x0e\xbd\x1d\x6f\x3b\xfe\x60\xd6\x8b\xe1\x98\x54\xe6\xf8\xe2\xb9\xcb\x86\xb7\x24\x5f\x4d\x33\xce\xbc\x31\xdc\x1f\x3f\x3e\x6d\xe6\xec\x2c\xb6\x5a\x6c\xe3\xb8\x93\xb3\xcd\xd8\xee\xa3\xd5\xc6\x75\x4e\xf7\x65\xaf\x8a\xec\x19\x27\x3f\xed\x02\xfb\x50\x84\x12\xa0\xce\xd3\x3b\x39\xf0\x7c\x0e\xf8\xfc\xf7\x44\x9e\xcf\xfb\x42\x5e\x5d\xc8\x51\xe7\xe2\x6e\xc2\x77\xff\x54\x39\x90\xc0\x8d\xff\x30\xc9\x87\xc7\xce\xc7\x09\x2f\xde\x79\xae\x9a\xe4\xcb\xe5\x31\x75\x46\x32\xe9\x14\x55\xf7\xb0\xb6\x5a\xab\x48\x7e\x62\xe5\x8a\x93\x83\xd6\x59\xfa\x31\x05\xcf\x8e\x65\xfa\xd6\x3b\x4a\x6f\xb0\x2f\xef\x8c\xff\x10\xec\xb6\x80\x79\x80\x31\x23\x39\xa9\x70\xfa\xef\x62\xd7\xf5\x1a\x69\x3d\x13\xe7\xed\x1b\x5b\xb6\x7e\x52\x42\xea\x83\xc2\x8e\xe6\x2d\xe9\x6b\x93\xee\x16\x2c\x7d\x9c\x3d\x25\x30\x21\xa7\x20\xf2\xcf\xfa\xf4\xfa\x84\x3f\x79\x46\x43\x7b\x26\x2e\x48\xf0\xd9\xce\x1c\x96\x1e\x17\x90\x38\x7b\xf3\xcb\x61\xa3\xb1\x69\x89\x93\x72\xde\x0c\xaf\x4e\xfe\x96\xa8\xb7\xb6\x6d\xf8\x76\x42\x57\xc2\xd5\x55\xd7\xd9\x8c\xd8\x23\x09\x9f\x56\x6e\x67\xbb\x8d\xd6\x4f\x78\xb8\x6c\x34\x7b\x51\xd4\xe4\x84\x51\x4b\x74\xd9\x0d\xe1\x1e\xf1\xbd\x8b\xce\xb3\xef\x86\xb6\xc7\xc7\xce\x3f\x4a\x2b\x05\x2d\x05\x2c\xfb\xb9\xf1\x05\xb1\xb8\x38\x8e\x37\xdf\xe7\xdf\xfb\x3b\xfe\x42\x6e\xff\x0b\xe9\x83\x64\x7c\xde\xcd\xe0\xea\x80\x1e\x35\xd6\x90\xf7\x8d\x9d\x9f\x1b\xc8\xb8\x5c\x92\xe5\xea\x42\xea\x72\x5b\x2a\x46\xce\xa0\xa8\x63\xd7\x5b\x5d\xd4\x52\xc4\x75\x8b\xfd\x9b\x23\x4c\x47\x30\x27\xe7\xe6\x36\x5e\x71\xbf\x67\x51\xb3\xcc\xa3\x6e\x6d\xb4\x85\x97\xd2\xb4\x97\xd5\x5d\xe9\xb2\x51\xf3\xd2\x46\x9f\x92\x5a\xed\x13\x1f\x9c\xf8\xf4\xc4\xbe\x12\xbd\xa4\xcf\xa3\x4d\x8f\x27\x9c\x7b\x9b\x22\x18\x99\x52\xe5\xf6\xa0\x28\xe5\x56\x78\xc8\xb1\xfe\xdf\x6a\x29\x4e\xe1\x8b\x2b\x86\x86\xd7\x25\x65\x45\xc8\x96\xa9\x0f\x9f\x4d\x28\x88\xc8\x2b\x3a\x3f\x3c\x18\x67\x14\xb1\xae\x20\x83\xed\x1d\xa3\x1d\x71\x7f\x97\x24\x3b\x3d\x2a\x27\xd2\x7a\x7b\x0d\xbb\x20\x22\x26\x52\x29\xb7\x9b\xdd\x1e\x66\x10\x69\xbe\x29\x88\xfd\x23\x78\x28\xd2\x21\xe7\x24\xad\x10\x14\x1d\x79\x7e\xed\x26\xda\x28\xd0\x3e\xd2\x65\xd5\x57\x3a\xc1\x6f\x27\xe0\xc5\xd3\xbb\x24\x5f\xe0\xd5\xff\x1b\x7f\xcf\xff\x42\xe2\x77\x3f\x70\x9c\xeb\x07\xf4\xce\xe4\xc4\x58\xf2\xfc\x85\xb8\xfd\x21\x6e\x6b\x9c\x27\xbc\xcf\x65\xe9\x16\xa2\xaf\xab\x7f\xdf\xf6\x9b\x83\x47\xc1\xd5\x85\x94\x3e\xef\x34\x55\xfc\x42\x51\x3b\x67\x5f\xdf\xab\xaf\xa0\xd8\xb5\xfa\xc6\x35\x1d\xc7\x55\xac\x84\x39\x8f\xdb\xdd\x42\x97\x38\x8c\x4d\xd3\xb8\xb8\x73\xbc\x8e\xff\x9d\xf8\xe1\xd6\xf3\x2b\xd4\x43\x9e\x47\x36\xb7\x54\xed\xd3\x8c\xc8\x0d\x71\xb9\xb0\xbf\x21\x36\xea\x66\xc0\xa2\xe6\xd7\x77\x43\xa3\x73\xfc\xb6\x37\x1f\xeb\xb7\x89\x7a\xe4\x6f\xd4\xd0\xc3\x8e\x8d\x9c\xe6\xbf\xa1\xb6\x9f\xbd\x24\xfc\x63\xc0\x9c\xe3\x2f\xd9\xbb\xc3\x7e\x06\xec\xa8\x1c\x60\x77\x84\x94\x07\x4c\x3f\x78\x9f\x16\x0f\x2c\x09\xd8\x5e\xf2\x8b\x36\xf7\x7f\x19\x78\xb6\x48\x98\x36\x0b\x60\x04\xae\x29\x58\x4b\x27\xfa\xb6\x07\x7e\xca\xff\x44\x67\xf8\x14\x06\xae\xde\xb1\x8c\x2e\xf6\xfc\x15\xe8\xb5\xb5\x9b\x3e\xef\xa1\x00\xc4\xaa\x71\xe3\x9d\xc5\xd3\x01\xad\xe6\xf5\x47\xd9\x43\xd6\x8b\x81\xc7\x15\xa4\x5e\xbe\xef\xac\x26\xbc\xd6\x13\x8d\xb3\x04\x6f\x47\x72\x7d\x71\x2e\xbf\x6e\x23\x9f\xcf\x2a\x76\x90\x3e\x42\xc7\xf3\x6f\x11\xfe\xe3\xc0\xbd\x1e\x32\xbf\xf2\x0e\x3d\xd4\x16\x5a\x43\x51\x1b\x8c\x1e\xfc\x66\x16\x4b\x5c\x5f\x94\x73\x7f\xb2\xd5\x09\xf5\xb6\xa9\x0a\x77\xed\xfd\x37\x98\x29\x24\x94\x77\xb7\xa5\x48\xbb\xb0\x22\x2e\x76\x2b\x2c\x3e\xeb\xc9\x0a\xac\xec\x3a\xb4\xc7\xc9\xe7\xb8\x8f\xd7\xed\xc1\xd3\x1d\x7e\x75\x1e\xf5\xb7\x57\x75\x67\xfb\xaf\x72\x97\xba\xed\xf0\xad\xcf\xaf\xd2\x9d\xba\x7e\x8e\xf6\xf4\x29\x75\x57\x6f\x6b\xa7\xc7\x7a\x1b\xbb\x0f\x36\x37\xd0\xd3\xbc\x5e\x79\xd8\x36\xf4\xd0\x1b\x3c\x93\x3c\x4d\x6b\x9d\xe8\x5c\xcf\x44\xcf\xe9\x27\x36\xd2\x15\x1e\xa2\x5e\xf2\x47\x42\xe9\x7a\x77\x67\x2f\xeb\xf2\xb3\xf4\x4d\x57\xda\x6b\x67\x69\x07\xfd\xcc\x55\xca\xfb\xd2\xfe\x31\xf4\x3d\xd7\x4b\x5e\x7b\xf7\xda\x42\xde\xf1\x29\x90\x7e\x9a\x1b\x77\x76\xcb\x7f\xf3\x7f\x48\x9c\x9b\xf7\x1f\x1b\x6a\xb9\xbe\xef\x96\x8d\x84\xc7\xef\x8a\xba\x48\x7c\x2e\xda\x77\x5e\x23\xf9\x72\xee\x72\xe7\x04\x0e\x9e\x8a\xec\x21\x7e\x4a\x87\x36\x3d\x24\x3e\x5b\x7b\x14\x9f\x92\x3a\xb1\x61\xfe\xab\x29\x84\xef\xb8\xfc\x4e\x62\xd4\x61\x8a\x9a\x5d\xfb\xc6\xd6\xe8\xa1\x02\x6b\xdc\x88\x57\x17\x3c\xee\xeb\x2c\x8a\xbc\xf0\x32\x24\x7e\xbc\xc5\xe8\xc0\x49\x2f\x97\x66\xf9\xd8\x1a\x7b\x45\xbd\x1c\xbf\xb3\xcc\x21\xdc\xd5\xf6\xa5\xfe\xa9\x2a\xa7\x00\xc7\x6f\x2f\xba\x3b\x17\x3b\xb1\x1d\x56\xbf\xb8\xf9\xb9\xc8\xc9\xc4\xe1\xf6\xd3\xad\x34\xed\xa8\xec\x70\xe4\x5e\x0d\x64\xed\xff\x38\x8e\xbb\x35\x0b\xe2\x0e\x59\x8e\x65\x57\x9b\xa0\x6c\x7f\xc9\x49\xf6\x62\x2e\x34\xed\x43\x9d\xb4\x9b\x4a\x61\x69\xe7\xe9\x74\xb6\x21\x06\xf6\x76\x12\xce\xb6\xb5\xba\xf0\xb4\x5d\xee\x32\xfe\x44\x17\xec\xed\xc6\x39\x57\x1c\x6d\x41\x92\xf5\x35\x17\x97\x8a\x6f\x48\xb5\xde\x05\x2c\xe9\xfd\x6f\xfd\x67\x33\x2b\x6a\x39\xf8\x79\x4f\xcd\x7d\x0e\xf6\xae\x68\x22\x7c\x7e\xcf\xd4\x76\x22\x28\xbb\xfa\xf1\x06\xa9\xa7\xe7\x3f\x74\x91\xf5\xb5\xf6\xe4\x43\xa2\x7f\x38\x3c\xf3\x29\xd9\x4f\x15\x45\xbe\x7c\xcf\xc1\x6d\x3e\xef\x89\x8f\x44\xf6\xf8\x2f\x0a\x1c\xcc\xd4\xfb\xf9\x44\x68\x0a\x45\x4d\x0e\xe9\xdf\xab\x95\x2b\xb6\x37\xde\xb9\xdf\xcc\xe1\xcd\xa8\xfc\xa0\xd1\x3f\x3d\x23\xcb\x75\xd7\x79\x4d\xe8\xf7\x9d\x55\x65\x70\xc2\xf9\x62\x7f\xcb\x96\x1b\xc6\xe7\xec\x6e\x0d\xb0\x8e\x95\x98\xc6\x58\xf7\x0e\x08\x5c\xfb\x68\x36\xd2\xaa\x76\x60\xc6\x87\x02\x53\xa6\xd5\xaf\xef\x97\x71\xd3\xf8\x80\x95\xe8\xfb\x8b\xe8\x31\x0a\xb7\xba\xd0\x5b\x86\xb3\xc6\x5f\xad\x8e\x3e\xc8\xc1\x59\xe3\x4d\x56\x55\xdd\xca\x38\x6f\xac\x67\xbd\xe1\xfa\x22\x9c\x34\x61\x58\xbf\x6a\xbb\x8f\x53\x26\xa2\x36\xd3\x5b\x2e\xe1\x84\x89\xad\x4d\xe5\xb9\x21\xd4\x1a\xdf\xb0\x55\x6c\x48\x45\xad\x71\x8f\x6d\x58\x6d\x1b\x1a\x8d\x03\x80\x6d\x3f\xc9\x38\x94\x97\x13\xfd\xcf\x37\x26\xf7\xf9\xbf\xe8\xe5\xea\xc0\xee\xf6\x5e\x21\xf3\xa2\x63\x69\x27\xa9\x13\xad\x39\xf7\x88\x7e\xaa\x6e\x07\xb7\x5f\xd2\xd1\xe8\x5e\xe2\x9f\x71\x80\xf5\x96\xf8\x03\xe4\x9f\xfa\x4c\x74\x85\x1b\x34\x7e\x14\x73\x70\xb1\x27\x97\x27\x4e\xe7\xdd\x83\x4f\x39\x0a\xa8\x96\x8d\x1c\x15\x61\x07\x58\x9a\xca\x68\x78\x97\x02\x41\x27\x55\xcb\x5d\x95\x81\xc9\xcd\xcc\x87\xf6\x4b\x81\x35\x89\x5a\xb0\xba\x08\x1c\x08\xd1\x19\x6d\x21\x0a\x9c\xef\xd5\x8d\x25\xf7\xf7\x3f\xea\xdc\x37\x53\x03\x7e\x58\x69\x5d\x32\xb5\xc3\x7b\x80\xa9\x6a\x32\xee\xe7\x55\x80\x39\xcf\xc4\xbb\xaf\x06\xd0\xf0\xfe\x47\xe7\x70\xf1\xb1\x38\xa0\xbd\xc3\x54\xab\xa7\x0e\xd0\x9a\x69\x3a\xb6\x33\x0d\xd0\x2a\x32\xb3\xba\x16\x09\x68\x1f\x34\xbd\xdb\x16\x0a\x68\xb5\x98\xdb\x5d\xa8\x04\x74\x92\x80\x43\x5c\x1d\x68\xd5\x69\xd2\x17\xeb\xed\x5d\x6e\xde\xdf\x9f\xc8\xf5\x45\xba\x21\x7f\x3b\xf4\xbf\xf1\x37\x3c\x7e\x4e\x74\x10\x27\x8a\xb9\xbc\xf8\xa1\x6d\x1f\xc9\xb8\x15\x7e\xe2\xf6\x0d\xda\x5a\x3c\x48\xf4\xa5\xab\x63\x41\xf6\x57\x19\x3c\x5e\x33\x65\x01\x17\x23\x9e\x02\x32\x6a\x14\x15\x20\x0b\x98\xf4\x48\x84\xbb\x59\x03\x3e\xf3\x14\x95\x1d\x86\x80\x94\x77\xa3\xaa\xad\xcf\x03\x8b\x15\xd4\x22\x2c\xee\x03\x3b\x7f\x31\xa5\xcd\x02\x80\x63\xc7\x34\x22\x4d\xdc\x80\xd6\x39\x1a\x23\x8c\x83\x81\xbb\x5e\xcc\x39\x46\xad\xc0\xfb\xb9\x8c\x97\x7c\x1f\x03\x3e\x6f\xab\xfb\x7c\x60\x39\x20\x37\x45\x5f\xf9\xe3\x65\x40\x31\x4c\xbf\xe3\x55\x1b\xa0\x2c\xaa\x7f\xf8\xd9\x72\x40\x59\x97\x25\x70\x7f\x15\xa0\xfc\x96\xd5\xd7\x75\x17\x50\x09\x62\x95\xdf\x3c\x02\x8c\x7a\xf4\x6b\xa8\x9a\xcc\xfb\xb7\x17\x9a\xc9\xfa\xff\x68\xd7\x35\xa2\x83\xe9\xf4\xef\x22\x71\x5d\x6e\x7d\x44\x78\xef\x73\xba\x2f\xc9\xcf\xab\x8b\xde\x93\xf5\xf4\xf0\xd7\xaf\xe4\xf3\x7e\xfc\x26\xf1\xe6\x4d\x62\x13\xbd\x0c\xdf\x07\x61\x21\x8f\xff\x4d\xe7\xf1\x7a\xa3\x79\xbc\x9e\xb7\x3f\x20\x14\x4b\x51\x9e\x3e\x80\xc1\x45\xd1\x99\x0e\xb6\x80\xbb\xbd\x4c\x9a\xb5\x1e\x10\xb7\x5e\xee\xb8\xc5\x5e\x60\xd6\x07\xc5\xef\x7c\xdf\x7e\x63\x4f\x60\x5f\x89\x8a\x82\x61\x32\x70\xa2\x4c\xc5\x99\xf5\x15\x68\x89\x1f\x75\xdd\x40\x1f\xe8\x3c\xa6\xb2\xc7\x40\x03\x78\x51\xa7\xa2\xcf\x8a\x00\x06\x8e\x29\xbe\xd5\xcd\xe3\x8c\x87\x4c\x0a\x5f\xe7\xa0\xb1\xf1\xd7\x3e\x40\x5c\x5d\xe9\xd6\x0f\x72\x93\x5d\x53\xef\xed\x27\x40\x72\x91\xe6\x84\xde\x24\x40\xca\x5f\x4b\xf6\xd1\x31\x40\x7a\xe5\x87\x80\x66\x72\x9e\x7c\x6a\x75\x8d\xe4\x7b\xb7\x69\x0f\xd1\xfb\xb5\x7d\x7c\xcc\xbd\xff\xae\xfb\x9a\xf8\x63\xd5\xd6\xf6\xe5\x52\x84\xff\x1d\xd0\x25\xeb\xe1\xb6\x3f\x73\xa8\xff\xfa\xa1\x18\x73\x71\x19\xcf\x07\x84\x7f\xff\x3d\xd5\xef\x6f\xbe\xd3\x49\x0c\x18\x51\x4f\x51\x8e\xeb\x01\xed\xab\x42\xfa\xd6\xa3\x01\x47\x15\x89\x0e\x0b\x71\x20\x72\xa6\xf4\x06\x93\x91\xc0\x44\x1f\x99\x69\x46\x57\x80\xa5\xba\xf2\xd3\x0d\x57\x02\x5b\x07\x14\x83\x59\x0d\xc0\x81\x3d\x8a\xd5\x7a\x34\x70\x62\x92\xa2\xb8\xbe\x14\x70\x5e\x5b\x49\x46\x77\x23\x70\x6d\x8f\xc2\x4a\xdd\x47\xc0\x93\x35\x0a\x25\xba\x1a\x40\xdf\x4e\xb9\x3c\x5d\x7b\x00\x69\x32\x3a\x7c\x9d\x83\xcc\x20\x57\xe7\x20\x68\x04\xc2\x65\x8e\x54\x18\x20\x77\xf4\x84\xd8\x5f\x48\x4f\xfb\xe7\xcb\xaf\x11\x9d\xd3\x9d\x9c\x1e\x12\xdf\x35\x83\xa7\xc4\x17\xe5\x42\xdc\x6b\xe2\x03\x54\xa7\xf0\x85\xec\x1b\x4e\x38\x0d\x90\xfd\x56\xf9\x65\xae\xfe\xab\x60\x19\xfe\xf2\x01\xe0\xfb\x20\xcc\xe3\xf9\x26\xf0\x7d\x20\xe2\x79\x7a\x11\x3f\x1e\xff\x6f\x13\xcd\xd3\x41\x58\x00\x5a\xe7\x04\x17\x99\xcd\x03\x6c\xec\x45\x07\xf9\xf7\xfc\x0d\x33\x80\x94\x4b\x92\xc7\x0d\x1e\x01\x73\x16\xc8\x44\xb0\x16\x01\x6b\x32\x64\x6b\xf5\x16\x03\x3b\x77\xc9\x9e\xd4\x65\x01\x07\x54\x64\xab\x74\xca\x80\x63\xb9\x72\x22\xda\xa5\x40\x7d\x8b\x6c\x8e\xd6\x1b\xa0\x4d\x54\xe6\x8f\x16\x0d\x74\x3b\xca\x8a\x6b\x9b\x03\xaf\x0a\x64\x96\x68\xd9\x03\xdf\xa3\x25\xdf\xf1\x75\x0e\x8c\x23\x1c\x14\x92\x15\x56\xe3\x8e\x0b\x95\x82\x2a\x0e\xde\x73\xec\xe6\xea\x3f\xbe\x3d\x23\x7e\x48\x17\x1d\xdf\x11\x3f\xa8\x86\xd6\xef\xe4\x7c\x75\xb2\x6e\x50\x8f\x83\x15\x3c\x1d\xc0\x3f\x3a\x18\x9e\x3e\x80\xef\x87\xc2\xf7\x41\xf8\xc7\x07\x82\x37\x0f\x22\x79\xfa\x18\x8f\xdf\x3c\xfd\xc3\x66\x2e\x5a\x7c\x01\xd4\xe3\x47\xce\x32\xfc\x02\x98\x7e\x13\xce\x61\x5d\x05\xbc\x85\x45\x75\x59\xa7\x80\x78\x4d\xf1\x5a\xed\x27\x40\xba\xa2\xd8\x1a\x3e\xaf\xad\xab\x08\xe4\x14\x48\x33\x75\x46\x02\xf9\xfe\xd2\x69\xda\x5e\x40\xf1\x18\xe9\x89\xda\x4c\xe0\x88\xb2\x8c\x9a\xe6\x54\xe0\xb4\xb9\xd4\x11\x8d\x28\xe0\x82\xaf\xe4\x4e\x4d\x17\xe0\xe6\x52\xa9\x76\x4d\x01\xe0\x91\x8d\x94\xaa\xc6\x44\xe0\xbd\x95\x44\x02\x73\x37\x30\xa0\x24\x26\xc8\x2c\xe4\x8c\x83\x48\x9d\x58\x0b\x77\x3c\x3a\xdf\xf7\x12\x5d\xd4\x65\x39\x6e\xfc\xe7\xc4\x7e\x90\xbf\xb3\xa6\x62\x98\xeb\x0b\xc6\xcb\xf3\xff\xd5\xc1\xf0\xeb\x00\x5f\x07\xc2\xaf\x87\x13\x79\xe3\x92\xc0\xd3\x09\x05\xcf\xe6\xa2\x33\x0f\x4d\x05\x80\x11\x4a\x14\xa5\xd3\x07\x48\x49\x52\x14\xcb\x10\x30\x2c\x16\xb2\xd2\x89\x07\x9c\xd5\x84\xe6\xe9\xca\x02\xe1\xbf\x44\x5a\xb4\x07\x80\xb4\x11\xa2\xfd\x5a\xe6\xc0\xac\x34\x31\x61\xad\x23\xc0\xb2\x83\xe2\x8f\xb4\xda\x81\x0d\x01\x92\x32\x9a\x2f\x81\x1d\xf5\x92\xc2\x9a\x1e\xc0\x3e\x37\x49\x25\x0d\x7b\xe0\xd0\x1f\x89\xb5\x9a\x93\x81\xea\x03\x52\x9b\x98\xbe\x40\x63\xb6\x84\x36\x73\x31\xd0\xf6\x51\x62\x05\x73\x2a\xd0\x15\x2b\xe1\xc2\x7c\x00\x3c\xaf\x90\xb0\x57\xaf\x05\xfa\xa2\x45\xbb\xd4\xc7\x02\x83\x9d\xc2\x5f\xae\x64\xf4\x11\x1d\x54\xd3\xea\x9f\x44\xff\x54\xc7\xf3\xb9\x39\xca\xcb\x77\xbe\x0e\x86\xaf\x07\xdc\xc8\xf3\xcb\xe0\xeb\x40\xe6\xf1\xfc\x2d\xa6\xf2\x7c\x33\x52\x79\x7d\xd4\xa2\x6d\xb8\xf8\x4f\x3f\x94\x22\x2e\x1a\x8e\xe5\x22\xd3\x03\x10\xbd\x4b\x51\x3a\x67\x01\x3d\x96\x40\x27\x27\x8f\x6d\x8f\x09\xbc\xd7\x7c\x04\x04\xca\x09\xad\xd0\x32\x06\x12\x75\x44\x94\x99\xdb\x80\xc9\x72\xc2\x63\x99\xa3\x81\x39\x02\x22\x32\x1a\x1a\xc0\xb2\xe5\xa2\xc5\x1a\x53\x81\x75\x2f\xc5\x0e\x68\x74\x02\xdb\xc7\x89\x77\x33\xb3\x80\x42\x09\xb1\x41\x8d\xf9\xc0\xa1\x5e\x89\x9b\xea\xc9\x40\x55\x92\xd8\x16\x75\x3b\xe0\x8c\xba\xd8\x6e\x75\x16\x70\xe1\x97\xd8\x21\xf9\x2e\xa0\xcd\x9b\xa2\x18\x55\xc0\x9d\x25\xa2\x45\x8c\x50\xe0\xb9\x8a\xc8\xec\xe6\x70\xee\xf3\xaf\xcf\xc3\x12\x0e\x1e\x4b\xc1\x5f\x3a\x98\x7f\xfc\x50\x8c\xff\xae\x03\x0b\x78\xfa\xc8\x19\xdf\xb9\x38\x41\xec\xef\x79\xc0\xf7\x85\xf1\xe0\xf9\xe9\x58\x45\x71\x51\xbf\x8b\x8b\x8a\x3c\x9d\x8c\xa6\x2a\xa0\xa5\x3b\x72\xb3\xa4\x3d\xa0\xf9\x80\xa2\x98\x56\x80\xe7\x44\x81\x83\xa2\x63\x01\xcf\x3a\x8a\x62\xa6\x02\xa9\x4d\x42\xb5\x52\x77\x80\x71\xdf\x28\x4a\x26\x0e\x98\xf6\x88\xa2\xd4\xbd\x80\x25\x2f\x84\x9b\x24\xea\x80\xc5\xd9\x14\x25\x36\x03\x58\x25\x4f\x51\xea\xde\xc0\xee\x0a\xd1\x4c\xc6\x12\xa0\x44\x59\xe4\xa1\x84\x08\x50\xdc\x47\x51\x92\x82\x40\x65\x25\x45\x31\x26\x03\x8d\xb5\xa2\xcb\x19\xc1\xc0\xc5\x2a\xd1\x58\x11\x45\xa0\xd5\x80\xfb\x5e\x92\xaf\x03\xf9\xbf\xfb\xc2\xfc\xcb\x77\xf2\x79\x1e\xae\x0f\x80\x00\xd3\xd1\x9e\xf0\x7d\x33\x3d\x4c\xc8\x7b\x9c\xe0\x60\x07\xc1\x14\x40\x43\x30\x2a\x43\x28\x08\xd0\x75\x49\xfd\x2e\x56\x0d\xb0\x32\xa7\x1d\x95\x4a\x05\x58\xd2\x0b\x37\xc9\x08\x03\xac\xd0\x9c\x5d\x72\xd9\x80\xbe\xc9\xee\xab\xf2\xa9\x80\xfe\xb9\xc3\x52\x8a\x6f\x00\xdd\x3f\xf5\x3f\x15\xcd\x01\x5d\x95\x6b\x56\x0a\x0d\x80\xce\xcf\x27\x47\x15\x02\x00\xdd\xec\x2f\x57\xe5\x6b\x00\x9d\x34\x40\xba\x0a\xd0\xe8\x00\xc4\x75\x07\xf6\x6a\x96\x00\x92\x4b\xbf\x06\x6a\x8e\x03\x24\xef\xbd\x2b\xe4\x64\x84\xd4\x8e\x17\x7a\x5a\xcb\x01\x99\x6d\x8f\xfd\xb5\x4e\x01\xb2\xfa\x77\x95\xb5\x01\xc8\x9b\x76\x25\x68\x87\x00\x72\x9e\x37\x28\xad\x13\x80\x6c\xe6\x95\x4b\x3a\x6e\x80\xfc\xea\xb6\x50\xcd\x74\x40\x9a\x54\xfb\x7f\x74\x20\x3c\xfd\x03\xdf\x07\xe3\x7f\x74\x20\xfc\xf7\xfb\x7c\x1f\x80\x44\xfb\x0a\x32\x0e\x8d\xae\xbf\xc8\x38\x84\x06\x1a\x0a\xba\x02\x5a\x13\xa2\x46\x0b\x97\x02\xfa\xc9\x29\xed\xe2\x6f\x00\xfd\x9a\xa9\x71\x92\xe5\x00\x4b\x7f\xc1\x55\x69\x36\xc0\x7a\x92\xc3\x92\x1b\x06\x58\xd9\xbb\xe3\x15\x9a\x00\x96\xc7\xe1\x64\xa5\x5c\x40\xef\x78\x43\xba\x92\x36\xa0\xb7\xaf\x23\x57\xe9\x19\xa0\x6b\xf3\x94\xa5\x50\x04\xe8\xe5\xfc\xd0\x53\x78\xc0\x1f\x07\x36\xa5\x75\x1a\x90\x62\xfe\xb8\xae\x95\x0f\x48\xeb\x7c\xfc\xa9\x9d\x02\xc8\xf4\xbf\x9e\xad\x53\x00\xc8\xa7\x3c\x9b\xa9\x73\x1a\x90\x7f\xf6\xe0\xa4\x76\x17\x20\xd7\xd3\xfd\x44\xd7\x0e\x50\xe8\xeb\x7c\xad\x6b\x0a\x28\xf4\x5e\x6b\xd5\x5d\x05\x28\x06\xb7\xbf\xd0\x49\x05\xe4\x8f\xb4\xfe\xd1\x9d\x0d\x28\x10\xf5\x16\xdf\x0f\xe4\x7f\xf5\x0f\xfc\x79\xf0\xb7\x0e\x84\x8f\x7c\x5d\x8c\xfa\x3d\x8f\x99\x02\x0b\x00\x2d\xbb\x80\x01\xa1\x73\x80\x76\x5d\xc4\x7a\x11\x2b\x80\xa5\x99\x3c\x49\x42\x0e\x30\xf2\x4f\x7f\x2c\x43\x01\x06\xe3\xe6\x87\xc8\x5c\x05\x0c\x1f\xaf\x1f\x52\x78\x03\x18\xb5\xec\x6e\x1b\x35\x05\x30\xd8\x76\x78\xdd\x28\x4b\x80\xb5\xe5\xec\xb2\x51\xa7\x01\x96\xca\x8d\xe7\x2a\x8a\x80\xfe\xc1\xe7\x8d\xa3\x8c\x01\xfd\xf5\x3f\x8f\x29\x59\xf2\xc7\xe1\xd7\x26\x1d\x09\x40\xa6\xe1\xab\x94\x2e\x05\xc8\x0b\xbc\xdf\xad\x1b\x03\x28\x30\x5f\xbc\xd0\x39\x08\xc8\xe7\x3f\x1e\xaf\xfb\x0c\x50\xac\xb9\xa7\xa5\xe7\x06\x28\x8d\xbd\x7d\x48\x2f\x06\x50\x5a\x7f\x3d\x47\xf7\x25\xa0\xf8\xf0\xca\x0f\x3d\x03\x40\x49\xff\x52\x8b\x9e\x3e\xa0\xc8\xbe\x70\x4e\x4f\x03\x50\x24\xee\x88\xc1\x55\xff\x77\x3e\xf0\xe7\x01\x3f\x7e\xde\x7d\x5f\x1e\xf2\x75\x31\x7c\x7d\x10\x5f\x27\xc5\x3a\x1b\xee\x27\x56\x0b\x18\x48\x27\x4e\x94\x48\x05\x8c\x7f\xa6\x7b\xc9\x6a\x03\x46\x4f\xe7\x5b\xcb\x3d\x04\x4c\x44\xd7\x3b\x29\x7d\x05\x8c\xd7\xee\x16\x53\x31\x02\x8c\x75\x2a\x4d\xd4\x36\x01\x86\x93\x1a\x93\xd5\x12\x00\x03\xe7\xce\x08\xd5\xdb\x00\xcb\xe6\x45\xc8\xa8\x7e\xc0\x20\x6c\xf0\xfa\xa8\x10\x40\xf7\x31\x20\x7b\xef\x67\xaf\xde\x3a\x40\xa1\xe1\x63\x91\x9e\x31\xa0\xa8\xf6\x46\x4d\x7f\x16\xa0\xbc\xe3\xd9\x5e\xfd\x3c\x60\x94\xe1\x83\x6e\x7d\x16\xa0\x5c\xd5\x7d\x4a\x3f\x11\x18\x25\xda\xa9\xa1\xb7\x17\x50\x7a\x7f\xb5\x9d\xd5\x0c\xa8\xf4\xb6\x45\xe9\xd7\x02\xa3\x9c\x5a\x2b\x58\xd5\x80\xca\xec\xa6\xb9\x7a\x55\x80\xd2\x64\xfc\x47\xff\xc0\xcf\x07\xc7\xd4\xbf\xf9\x4e\x3e\xcf\xc3\xf5\x41\x10\x78\x66\x3a\x8e\xf0\x5d\xa7\x2c\xa7\x90\x71\xd8\xe2\x78\x55\x60\x06\xa0\x93\xe5\xf9\x49\xd8\x14\x30\x50\x08\x3e\x2b\x36\x0b\x30\xb9\x1a\x5f\x23\x2d\x08\x98\x8a\x4e\xca\x96\x2d\x02\xcc\x9e\x67\x85\x29\x19\x01\x26\x6f\xd6\x19\x2b\x17\x01\x26\x0a\xbb\x0a\x54\xea\xff\x33\x0e\x1f\xce\x65\x32\x2c\x01\x43\xed\x5b\x49\x0c\x37\xc0\x20\xf3\x55\x3b\x67\x3c\x0c\x8b\xe8\x1c\x95\x93\xc3\xaa\xac\x69\x80\xd2\x81\x6f\x16\xac\x7e\x40\x45\xe4\x5d\x89\x81\x16\xa0\xaa\xd6\x7b\xc7\xd0\x0a\x60\x78\x3c\x9a\x6c\xa8\x09\x30\x42\xee\xbe\x30\x88\x06\xd4\x24\x6e\x25\x18\x96\x00\x8c\xe1\x8e\x20\x23\x55\x40\x3d\xbb\xed\xb1\x61\x2c\xc0\x50\x68\xdd\x66\xa8\xc5\x39\x8f\x34\xfd\x34\xec\x07\x18\x93\xcf\x89\x18\xce\x03\xd4\x48\x97\xc8\xff\x3f\xfd\x83\xd5\x0c\x2e\x9a\x54\x52\xff\xd1\x41\x88\xe6\x1b\xf9\x91\xf8\x73\xac\xe4\x47\xfe\x01\x34\x6e\xdb\x85\x08\x9c\x07\x0c\x34\xdd\xd8\x22\x2f\x00\x13\xab\xc0\x06\x09\x2f\xc0\x74\x20\x36\x4b\x7a\x0c\x60\xd1\x33\xfe\x95\xfc\x27\xc0\xc2\x69\x6e\x83\xb2\x08\x60\x6e\xb4\x26\x53\x65\x17\x60\x76\x63\xb7\x80\x3a\x67\x9c\x94\x8f\x6c\x62\x26\x03\x26\xc9\xe7\x7f\x6b\xfc\x06\x8c\xb2\x6e\xff\x66\x4e\x06\x8c\xfa\xde\x7f\x64\xd6\x02\x46\x0f\x39\x7f\xf7\x2f\x17\xc3\x93\x80\x9a\x45\xdf\x27\x23\x49\x40\x5d\xf9\xe5\x4e\xa3\x23\x00\xb3\xea\x69\x1a\x89\xf3\xc9\xfd\x5d\x46\x6b\x01\x66\xe1\xed\x66\xe3\x32\x40\x33\x84\xaf\x8b\x6b\xdf\x62\x7c\x14\xd0\xa8\x6b\xbd\xc9\x39\x91\x69\xe4\x36\x2d\x36\x9d\x0c\x68\xad\x39\xe7\x65\xac\x09\xa8\xf7\xd4\x35\x19\xab\x01\xea\x64\x37\xf0\xbf\xfa\x87\x7f\x78\x6f\x1e\xef\x6b\x48\xfc\x0f\x46\xfc\xd0\x53\x25\xf9\x50\xcc\x22\xf5\x94\x79\xc5\xb4\x7d\xe4\xdd\x7f\x75\x31\xc6\xdf\x9d\x21\xa6\x05\x98\xa7\xfa\xb6\x4b\xba\xfd\xab\x17\xb3\x46\x9a\xa7\xe2\x1f\xc0\x7a\x5c\x66\x8a\x4a\x3c\x60\x39\x79\xf5\x78\xb5\x1a\xc0\x62\xfe\x2e\x07\xe6\x0b\xc0\x5c\xf2\x88\xb4\x16\x05\x98\x5a\x36\x3d\xd7\x1a\x03\x18\x9f\xb9\xf3\x48\x73\x3b\x60\x22\xf0\x69\xa4\x66\x26\x60\xdc\x08\xa8\xab\x7c\xdb\x60\x1c\x01\x30\x6f\xbc\xa9\x30\xb1\x07\xb4\x22\x9e\x9e\x35\xf1\x07\xb4\x4a\xef\xc3\x74\x3e\xa0\x53\xd7\x75\xdc\x34\x0b\xd0\xc9\xbc\xd1\x61\xea\x0d\x68\x77\x5c\x89\x35\x95\x00\xb4\xe8\x8b\x06\x66\x0d\xf8\xa9\x6b\xdf\x7c\xdf\xe4\x32\xa0\x79\xba\x71\x99\xd9\x15\xb0\x75\x82\xeb\x6c\x4d\x73\x01\xcd\x1b\xa7\x83\x4d\x8a\x01\x0d\x23\x4e\x9c\xde\xcd\xd4\x5f\xba\x30\x0b\x9e\x8e\x92\xcf\xf7\x71\x79\x4f\x91\x5f\x9a\xc4\xd7\x5f\x21\x46\x97\xf4\xc7\xd0\x39\x6d\x24\x24\x68\x0b\x98\x2a\x59\x2e\x15\xd5\x06\x2c\xca\xed\xc5\xc4\x53\x00\xeb\xd5\x5e\x71\x52\x8d\x80\xdd\xa8\x70\x6b\xb9\x5f\x80\xdd\x60\x6a\x9d\x72\x15\x60\x37\x71\x56\x89\xda\x2c\xc0\x66\x43\x76\x0f\xb3\x1e\xb0\x5a\x9a\x7f\x47\x2b\x11\xb0\x88\x38\xb2\x45\xfb\x2d\x60\xf6\xa6\xc5\x5b\x77\x0a\x60\x7a\xfc\xbe\xb9\xae\x16\x60\x5a\xf0\xfd\x97\xf6\xb3\x3f\xe1\xa6\x1f\x01\xed\x53\x1f\xb4\xcc\x55\xf1\x5e\xff\xec\xb3\x57\xe6\xba\x78\xa6\x4f\x3f\xa0\xcc\x57\xe2\x2e\x6b\x45\x57\x83\xf9\x5d\xdc\x66\x35\x5f\xaf\xb7\x88\xc5\x75\x03\xb5\xf6\x23\x16\xe9\xb8\xcd\x3a\xd4\x3a\xc5\xa2\x04\x3d\xac\xe8\xe6\x09\x16\xe2\x78\xa5\xf7\xba\x91\x61\x5e\x8a\x6f\xba\xbb\xce\x38\x5b\x68\xe0\x9b\xee\xb6\x1a\x17\xf3\x3c\xd0\x3a\x8e\xc7\x9b\xcd\x7f\x00\xda\xe4\xcc\xf5\xbf\xfa\x07\x6e\x1e\x50\x94\xf6\x19\x2e\xaa\x07\x72\x50\xb2\x50\xed\x1a\x99\x07\x15\xcc\xd3\x23\xc5\x01\xd6\x1d\x5d\x0b\x41\x33\xc0\x8c\x61\xdc\x23\xe2\x01\x58\xbf\xb2\x9a\x26\x9e\xff\x6f\x7f\x31\xa7\xd2\x10\x45\x45\x0d\xc0\xd9\x3d\xc9\x44\xa5\x13\x70\xdc\x38\xbd\x5b\x7d\x1f\x60\x1f\xb3\x32\x5e\x6b\x0e\x60\x2b\x96\x3f\x5d\xb7\x00\xb0\x9a\x74\xe4\xa5\xbe\x12\x60\x81\x8b\x52\x06\xae\x80\x79\xd6\xa3\x66\xd6\x0e\xc0\xc2\x71\x30\x88\xb5\xfa\x7b\xb2\x45\x03\x6e\x18\x16\xbf\x1c\xb2\xf4\xc3\x31\xe3\xb1\x0f\xb6\x59\x7e\xc6\x3e\x93\x84\x2e\x39\xab\x6c\xe4\x9b\x74\x5f\x7f\x67\xd5\x84\x3d\x26\x95\xed\x12\xd6\x7b\xb0\xd5\x74\x5a\x4b\xa8\xf5\x26\x14\x9b\x44\x9d\x77\xb7\xae\xc7\x41\xe3\xc7\x0d\x4f\xad\xaf\xe3\x98\x71\x54\xed\x5c\xeb\xf3\x68\x34\x92\x3f\x15\x6c\xad\x8d\x1b\x06\x13\xaa\x46\x59\x3b\xe0\x2e\xab\xa0\x32\xcd\x66\x1a\x6e\x1a\x14\xfc\x77\x7d\xe4\xd7\x43\xfd\x01\xea\x3f\xfc\x3f\x45\x29\x93\x7d\x96\x7c\x9b\x32\xf9\x39\xdf\x0f\xc1\x6c\xb9\xc6\x4c\x01\x0d\xc0\x76\x8b\x7e\xbf\x70\x2a\xe0\x3c\xd3\x6c\x8b\xb8\x19\xe0\xba\xcb\xb1\x89\x73\xca\x75\xf7\xf4\xeb\x50\x3a\x0c\xb8\xe7\xc4\x19\x33\x44\x00\xd7\x8c\x29\x15\x9a\x13\x00\xa7\xe9\xcb\xc5\x74\x63\x01\xfb\xa3\x79\x0b\x59\xdf\x00\x9b\xa1\xa3\xf5\x46\xc9\x80\xb5\xc0\xe5\x75\x26\x41\x80\xe5\xa5\xe7\x0f\x4d\xa6\xb3\xaf\x5b\x1d\xa4\x4b\x4c\x9e\xbc\x5f\x64\xb3\x14\x81\x56\xb5\x8f\x3c\x6c\x5e\xc0\xd7\xea\xee\x6d\x6b\x3b\x33\x58\xda\xa4\x76\x18\xda\xa5\xc2\xd5\xfa\x4c\x9b\x9b\xdd\x09\xf8\x58\xa7\x5e\x38\x63\xef\x86\x00\x6b\x37\xbe\xfe\xe7\xcc\x09\x07\x3b\xc4\x59\xe5\x54\x3b\xd8\x17\x62\xbe\x85\x55\x55\xaf\xbd\x18\x76\x98\x09\x55\x3e\xb6\x6f\xc7\x4e\x33\xbd\x0a\x61\xfb\x31\x38\x64\x52\x56\x36\xdd\x5e\x1c\x75\x9c\x1a\xf1\xef\xfe\xc0\x8c\xd7\x1f\x47\x53\x90\x8b\x8a\xdd\x1c\x94\x5a\x23\xc7\xa4\xfe\xe3\x03\x60\xf4\x9d\xeb\x07\x61\x6d\x21\x4f\x7c\x22\xdc\x55\x35\x5b\x04\x5b\x00\xef\x91\x46\x1d\x62\x85\x80\xdf\x76\x5b\x31\x99\xd9\x80\xef\x53\x4f\x7f\xe5\xf3\x80\x4f\x57\x94\x1a\x73\x1f\xe0\x99\x31\xf1\xa4\x76\x3f\xe0\xb6\x78\xc9\x04\x4e\x4d\x77\xfa\xb9\x53\xca\xc4\xfe\xcf\x7a\x87\xa3\x95\x6f\x2c\xbe\xfd\x6c\xb1\x97\x6b\xc9\xb6\xb9\xff\x75\x85\x9d\xe0\xc3\x31\xf6\xf2\x1f\x07\xec\x5c\x07\x0e\x38\x68\x3d\x93\xb7\x7f\x4c\x77\x3a\xa5\x74\x69\x3b\x4e\xa5\x1b\x9d\x07\xae\x84\x38\x31\xe9\x9b\xce\x6e\xad\x2b\x9d\x15\xe9\x6b\xce\x97\xcf\xbb\x3a\x15\xd2\x03\x8e\x26\xf5\x0d\xce\x13\xe9\x01\xc7\x49\x7c\xff\x9f\x13\x2d\xce\x4d\xd0\xb0\x1f\x75\xa4\xc7\x39\x18\xbe\x36\xdb\x2b\xf4\x9d\x53\x10\x6b\x3d\xab\xec\xa9\xd3\x76\x64\x59\x7c\x2f\x99\xed\xd4\x8b\x15\x16\xe1\x45\xe5\x4e\xae\xd8\x6d\x16\xf3\xdf\x79\xc0\xcf\x03\x2e\xef\x2b\x30\x42\x9a\xec\x9b\x65\x6b\x45\xf2\x39\xa8\xcf\x14\x22\xfe\x72\x7c\x3f\x04\x17\x29\xf1\x46\x0e\x06\xdc\x54\x3b\x31\x72\x23\x10\x7a\x48\xfb\x93\x88\x04\x10\xc1\x30\x6b\x95\x3a\x07\x84\x25\x38\x8b\x28\x89\x00\x41\x8b\x43\x0a\x39\xa7\x26\xff\xe0\x71\xf2\x2c\xc6\xa0\xa0\xcf\xb8\xac\xc7\x66\x95\x5f\x73\x3d\xdb\x36\x3d\xb1\xdd\xfc\xfe\xa1\xbb\x65\xe9\x71\xa7\xe7\xaf\xf6\xb9\x7c\x3e\x3b\xd3\xad\xe5\x39\xe5\xbc\xac\xeb\x87\x67\xf6\x93\x11\x4e\x7f\x3e\x53\x5e\x6f\xef\x68\xb8\xc4\xd2\x56\xde\xd7\xda\x2d\x5c\xef\xd2\x9e\xde\x27\x9a\x2e\xba\x5d\xa5\xe3\xbc\xbe\xd4\x5f\x76\xab\xa0\x37\x78\x24\xd6\x2c\x74\x3f\x4b\x6f\xf2\xc8\x3b\x21\xec\xbe\x93\xae\x76\x9b\x75\x64\xac\xfb\x39\xba\xd3\xe5\x4e\xb9\xaa\x87\x31\xfd\xc2\xf9\x49\x99\x99\xfb\x4b\x9a\x76\x52\x2d\xae\x77\xbf\x0f\xa6\x83\xfe\xbe\x2d\x1e\xa2\x60\xd9\xe7\x16\x14\x78\x8c\x80\x93\x9d\x4f\xfe\x05\xf7\x35\x48\xb6\xbe\x4f\xd6\x83\x8b\xdc\xf8\x19\x47\xb8\x28\x4b\xf6\x09\xe2\xab\x04\x48\x7d\xd4\x51\x1a\x41\x74\x32\x16\xe4\x7e\x2a\xe0\xf8\x96\x8b\xbe\xd4\x88\x2c\x0e\x46\xbd\x17\x23\x7d\x22\xe2\xc1\xf0\x11\xe8\x02\x92\xac\xf4\x19\xe2\xd1\x40\x42\xa2\xad\xb7\xc2\x3d\x78\xc6\x74\xfb\xfe\xd6\xfc\xf5\xbd\x20\xfc\x47\xfc\x03\xb3\x8c\x77\x5f\x43\x47\xcc\x9c\x68\x2f\xf3\xdc\x2b\x90\xbd\xfa\xb0\xdb\x84\x07\x63\xfd\xbe\x14\xde\xf2\xd1\xee\x3e\xea\x33\xa9\x3a\x29\x60\x7b\xa7\xb5\x57\x42\xc7\xc8\xe0\x2d\x1d\x3b\x3d\x9d\x5e\xa7\x85\xfa\xb4\x75\x78\xbe\x65\xcf\x0f\x65\x37\xca\x78\xc7\xb1\x8f\x84\x44\xd7\xf4\x7a\x0f\xb2\x1f\x05\x25\x1d\x5b\xe8\xeb\xc5\xee\x0f\xcc\x3e\xfc\xd9\xd7\x90\xd6\xf2\x9f\x79\x68\x9a\xaf\x0d\xed\xe3\x7b\xa2\x64\xb9\x6f\x22\x3d\xdb\x7b\xda\xbe\x78\xdf\x4b\xf4\x46\x2f\x85\x82\x0a\xdf\x08\xfa\x94\x7b\x47\x7e\xbd\xaf\x26\x7d\xdf\x35\x63\x67\x80\xcf\x1c\x9a\xed\x2c\xb4\xdd\xd1\x27\x10\xb2\x8e\x0d\xb9\x73\x7d\x94\x61\xe4\x40\xde\x9e\x68\xf3\xea\xa4\x42\x36\xc1\x72\x01\x77\x0e\xaa\x8d\xe4\xc6\xcb\xbf\xff\xcd\xf7\x83\xe0\xfb\x21\x44\xe7\x70\x31\xe9\x1b\x17\x27\x66\x4b\x92\xf3\x56\x7a\x8b\xfa\x5b\x61\x63\x5a\x65\xb2\x8b\xe9\x4e\xb9\x8d\x5f\x1e\xa7\x75\xb9\x3b\x68\x0b\xbd\x0c\x49\x5e\x1c\x71\xdc\xca\xed\xfe\xa2\x38\xcf\x09\xc5\x6e\x79\x9d\xd5\xd1\x6d\x8b\x27\xf8\xcd\x6f\x7f\x1e\xb1\x61\xfb\xb5\x90\x8f\x2d\xf5\xa1\xcb\x2b\xeb\x22\x4f\x9c\xbb\x1c\x34\xdc\x9a\x39\x5a\xb0\x41\x29\xd0\xf9\x71\x54\xec\xf7\x33\x53\x02\x8e\x0f\xc6\xc6\x6d\xa9\xda\x12\xd8\x3f\x8c\xd1\x21\x87\x2c\x83\xd5\xd8\x7e\x51\xa7\x4a\x52\x83\x4d\xd9\x1b\xc3\xcf\xef\xd3\x0e\xbe\xc7\xae\x0c\x5b\xb8\xc7\x28\xf8\x0d\xfb\x49\x88\x68\xfe\x9a\xe0\x1f\x6c\x3a\x28\x63\xbb\x67\x70\x05\xed\xee\x6f\xb0\x35\x3e\x38\x80\x1e\xe7\xeb\xb5\xa9\x30\x68\x80\xde\xe1\x95\x9e\x53\x1d\xf4\x8a\x3e\xe5\xb1\x29\x67\x4c\xe0\x30\x7d\xc3\xad\x7d\x6d\x70\xa0\x1d\x3d\xe4\x7c\xee\xdf\x3c\xa0\x28\x01\x82\x32\xbc\x3e\x07\x2c\x1e\xbf\xc9\xe7\x7f\xf9\xf1\x8f\xb6\xa5\xfe\xe2\x41\xa7\x85\x73\x31\x33\x9c\xca\xa6\x28\x7a\xe9\xc2\x65\x8a\x59\x14\xf5\xc5\x32\x6b\x92\x7e\x87\xac\x41\xef\x9e\x8c\x67\x0e\x4b\xb4\xcc\xef\x0c\x4c\xfb\x12\xf8\xdd\xf2\xed\x95\xd2\x09\x93\x92\x4a\xbc\x66\x37\xcd\x4a\x65\x65\x4c\x0d\x4d\x3c\x7d\x2b\xa9\x2c\x47\x3f\x26\xe0\x84\x40\x3c\xab\xe4\x64\x42\x46\xa5\xdc\xe8\x05\x0d\x9b\xc6\xb8\x1e\x7c\x1c\x1d\xda\xed\x99\xba\xe9\x40\x47\x94\xea\x17\x91\xb1\x59\x7b\x6b\xa2\x86\x87\x5d\x52\xf6\xe4\x97\x44\x47\x0c\x57\x26\x2e\xd9\xd6\x13\xdd\x31\xfc\x25\xae\x25\x37\x2e\xba\x91\xad\x3d\xfa\xe0\xc6\x8e\xe8\x6c\xf6\xb4\xa8\x29\x1b\x94\xa2\xe6\xb0\xab\xc3\x7e\xad\xdb\x1b\xd5\xce\xee\x08\xbd\xba\x2a\x2c\xaa\x8a\x96\x0a\xca\x58\xf1\x3a\x6a\x2c\xed\x10\x60\xb0\x7c\x72\xa4\x14\x3d\xc7\xe7\xf2\x92\x49\x91\x93\xe8\x4d\xde\x31\x8b\x62\x23\x14\xe9\x8b\xee\xe4\x6d\x92\x14\xf1\x07\x1a\xf1\x9a\x1b\x8f\x0e\x8f\xd7\xb1\xe5\xe9\x80\xfc\x2f\xf3\xe2\xe7\xe9\x40\xf8\xf7\xa0\x67\xf3\x7c\x40\xb8\x7a\x80\xc1\xfe\x95\x0e\x1c\xfc\xdc\xb8\x36\x4f\x82\x4d\x51\xbd\x39\x6b\x4e\x68\x3a\x49\xde\xb9\x33\x79\xe5\x32\xcb\x12\xe6\xfc\xf6\x2d\x4b\x98\xde\x46\xe6\x85\x67\x97\xce\x53\x8a\xf9\xe5\x71\xa4\x4a\x60\x86\xf6\xe4\x63\x91\x76\xa5\x1d\xe9\xeb\x96\xd1\x89\x54\xe1\xcd\x09\x3f\x77\x53\xa9\xb5\x79\x76\xe3\xde\x9e\xb4\x1b\x7f\x72\xab\x5f\xea\x8c\x6b\x41\x93\xe2\x37\x3d\x18\x73\xf7\xb5\xd8\xe4\x13\x39\xfe\x63\xf6\x0f\xad\x98\x94\xb1\xfa\xed\x98\xfd\x43\xbf\xd3\x1c\x56\x9a\x8e\x49\x18\x9e\x9c\x22\xb3\x7c\x64\x72\xd3\x70\x5d\x62\xdb\xd2\xb5\xc9\xfe\xc3\x9f\xe3\xe7\x2f\x3a\x94\xf4\x8a\xed\x3c\x5a\x67\xfe\xe6\xa4\x3b\xec\x05\x51\x11\x0b\xcc\x12\x97\xb0\xf7\x47\x44\xce\xcb\x4c\x38\xc5\x7e\x1f\xb2\x77\x4e\x44\xdc\x35\xda\xd7\xbf\x28\x73\x47\x5c\x31\x1d\xe3\xd7\x3a\x5b\x2b\x6e\x12\xbd\xd0\x87\xdc\xc2\x1a\x51\xc3\x89\x47\x89\x17\x3f\x9f\xff\xf6\xe6\x7d\x8e\x0f\xe6\xcd\x7b\x9e\x3e\x86\xcf\x03\x2f\x27\xf7\xb9\x7e\xd5\xe4\x90\x7b\x8e\x7d\xd1\x5b\xc8\xbc\x79\x2e\xb7\xc3\x7c\xa4\x3d\x45\xdd\x79\x95\xc7\x50\x8d\x17\xee\x6e\x3f\xbc\x4d\xd2\xe8\x80\x0a\xfb\x6c\xec\x26\x37\x97\x3c\xe3\x3d\xc7\x8a\xd7\x3a\x86\xe5\xb8\x0a\x16\xcf\x58\xae\x39\x4e\x24\x74\xcb\xd6\x8a\xf9\x3e\x73\x7b\x93\x5f\xae\x1d\x98\x33\x69\x8b\xe6\xf8\x4d\xcb\xe7\xcd\x1e\x53\x7e\x3e\x5d\x6c\x61\xf2\x8c\xe1\x0b\x43\xd3\x98\xf3\x8c\xa6\xcb\x3d\x2a\x9a\x3e\x3f\x33\x71\x5a\xe2\xef\x6f\xd3\x8f\xcd\x4e\x9d\xea\x36\x94\x98\xae\x3a\xe3\xc7\x94\xbc\xa1\xeb\x13\x04\x66\x18\xa5\x8b\x0c\xdb\x8f\x1d\x31\xdd\x60\xb2\xe2\xf0\xca\x31\xb2\xd3\xe4\x27\x2e\x1c\x7e\x15\xff\x98\xaf\xf7\x98\x12\x98\x76\x9e\xbd\x30\x4a\x7d\xca\x88\x71\x1b\xd9\x87\xc3\x9b\x26\x9e\x1f\x17\xc7\x7e\x1b\x32\x6f\xe2\xcb\xb1\x8a\xb4\x44\xd0\xca\x09\x87\x52\x13\x69\x9b\x00\x4f\x40\x2c\x96\xfa\x3f\x75\x20\xa3\x8f\xfe\x1d\x7f\x56\x0d\x17\x57\x91\xf1\x19\xb0\xd9\x4c\xee\xf9\xbd\xef\xe4\xf2\x81\x4f\xc3\x0a\x9a\x38\xd8\x35\xa1\x88\xdc\x87\xbd\x3a\xb2\xd4\x52\x61\x34\x45\x35\x6e\x2c\x3e\xa4\xf3\x5d\x61\x7c\xd5\xe7\xc2\x9b\xb6\x77\xf4\xee\xed\xdf\x95\xff\x3a\x40\xc0\xde\x75\xdb\xcc\xad\x17\x93\xa4\x02\x5c\x56\xee\xd8\x60\x35\x4b\x3f\xee\xfd\xbc\x3d\x6b\x25\xd6\x79\x8e\xdd\x39\xf3\xf0\xaa\x81\x12\xf6\x04\xd9\x29\x41\xd9\x4a\xe7\xc4\x27\xb9\x4d\x5c\xb2\xa2\xf8\x9e\xff\x64\xb5\xf1\x1a\x2b\x34\x7e\x3c\x9f\x74\x30\x4d\x67\x69\xff\xd0\x8f\xb4\xd6\x71\x55\x8b\x86\x86\xe3\x52\x30\x4e\x6b\xc1\x9e\xe1\xc3\x49\x55\xe3\xa6\x65\x85\x0e\xdf\x48\xd4\x1f\xbb\x61\x8e\x34\xdb\x6e\xf4\xa6\x54\x64\x54\xb2\x27\x45\x47\xa5\x16\xce\x52\x66\x1f\x88\x48\x4b\xbd\x31\x43\x94\x7d\x2e\x6c\x30\xe5\xea\xd4\x3b\x34\x15\x9c\x3e\x26\x73\x2a\x8b\xb6\x0e\x38\x38\xc6\x7e\x72\x15\x9d\xe8\x17\xfd\x6f\x1e\x38\x0e\x70\x31\xd2\xe3\xef\xf9\x9f\xc5\xab\x8f\xeb\x54\x38\xd8\x6f\xb1\x8d\xab\x7f\x99\xb7\xe7\x2e\x45\xf8\xef\xfd\xe4\xfd\xda\xed\xd6\x83\xa4\x60\xb4\x59\x55\x2e\xe6\x60\x63\x78\x55\x82\x48\x18\x45\x9d\xb8\x72\xec\x9a\x7a\xbc\xe4\xc4\x52\x8b\xca\x75\x66\x60\xfe\xda\x59\x7c\x28\xc7\xb3\xd6\xc2\x6b\x75\x53\xc9\xf1\x98\x1f\x1e\xfd\x73\xa9\xbd\x4b\xa6\xf8\x47\xe4\x4e\x99\xba\xe7\xe0\xaa\x31\x71\x67\xd3\x12\x77\x7d\x2e\x5a\x95\xa4\x92\xdc\x97\x9f\x56\x5f\x3b\xc6\x2c\x61\x54\x9e\xc0\x9d\x95\x29\x62\xb1\x37\x76\x16\x7e\xf5\x1b\xb3\x28\x56\x69\xdb\xa7\xe1\x8b\x89\xf2\xb1\x4b\x36\x81\x2d\x11\xa7\x13\xbb\x70\xc3\x6c\xb6\xd3\x68\x56\xec\x87\x75\x12\xec\xb1\xd1\x0b\xe2\x04\x57\x25\xb3\x77\x47\x3c\x8d\x63\xac\x90\x62\xb7\x85\x6d\x89\x73\x59\x92\xc1\xfe\x15\xa2\x14\x2b\xbd\xb8\x9e\x36\x08\x9c\x1f\xbb\x75\x81\x16\xed\xef\xdf\x32\xfa\xc6\xbc\x46\x7a\xa1\x4f\xc7\xe8\xbe\xb9\x69\xf4\x5a\x1f\x49\xc0\x92\xe7\xf7\x10\xfc\xf4\xef\xfa\xc7\xef\x07\xc1\xed\x87\x30\xb0\x7f\xa7\x27\xf7\xf9\x17\x69\x70\xe3\x2f\x23\xdf\xbb\x2d\x59\x49\x7c\xf1\xdb\x18\x27\xc8\x7d\xd8\xb3\x8b\x6a\xb6\x71\xf0\x78\x4c\x3d\xe1\x35\xcb\xd3\x1b\xb7\xab\x8c\xa7\xa8\x5d\xb7\xeb\x2e\x18\xe8\x28\xe7\xe6\x28\xd5\xae\x70\x5e\x6f\xb0\x73\x41\xc7\xc9\xb7\xe1\xa6\x0e\x97\x27\x3f\x39\xb6\x76\xfc\xf7\x00\x87\x94\x23\x47\x6a\x96\xa7\x84\x96\xc7\x1d\xac\x1c\x5d\x40\x47\x0c\x47\x59\x1f\x76\x3d\xbd\x32\x6a\x28\x6c\x7b\x85\xd0\xad\xf3\xd1\x8f\x42\x66\x97\xaf\xf8\xb4\x2b\x7a\x56\x48\x48\xd9\x44\xf6\xfc\x48\xcb\x50\x99\xe2\x24\xf6\x9e\xf0\x9b\xa1\x01\x85\xc6\xec\xb6\xd0\xd3\xa1\xab\xf2\xaf\xb0\xfb\x83\x97\x87\x7c\xdf\x11\x4c\xdb\x04\xf8\x87\xfc\xc8\x6d\xa5\x93\xfc\xcc\x42\xcf\x6f\x3c\x48\xcf\xf2\x35\x08\x2d\xcc\xb1\xa6\x37\x79\xcf\x09\x7b\xb1\x46\x8c\xde\xee\x6d\x14\xa6\x92\x9d\x4c\xb7\x78\xd8\x85\x2e\x59\x5e\x4b\xbf\x73\xad\x04\x7c\xbf\x72\xe3\xe5\xfb\x02\xf1\xf3\x9f\x1b\xff\xef\xe7\xf9\x84\xef\x7b\x3f\x67\x7f\x35\x37\xfe\x8a\x2f\x24\xfe\xce\x63\xe4\x3e\x7c\xdb\xa7\x5a\xc2\x03\x37\x8a\xd7\x6f\xe0\xe0\xc9\xa6\x26\xa2\x07\x28\xdb\xc1\xf5\x49\xd9\xb3\xb9\xcd\x50\xfc\x3d\x45\x6d\x7a\x78\x59\x48\xf3\xb0\x74\xf0\xd2\xb7\xad\x97\x6d\xf2\x34\x7a\x66\x7c\xbd\x20\x19\xf0\xc3\x7c\xfd\x98\xea\x73\xf9\x29\x9f\xdc\xa6\xc5\x7c\x6a\x7c\xb2\xa8\xc7\xab\x38\xcc\xf0\x6c\xcb\x2e\x3b\x3f\xe3\x80\xd7\x0d\xd7\xaa\x1d\x03\x4c\x7d\xfd\xeb\xbf\xde\x1c\x11\xf0\xd2\x7b\x5c\xbd\xcf\x87\xc9\x01\x13\xbc\x06\xce\x28\xd3\xae\xbe\x5f\xf9\xfd\x3b\x7c\xc4\x8f\xcc\xa3\xe7\x7b\xbb\xfb\x2a\x1e\x3a\x45\x2f\xf1\x36\xf3\x4d\x3d\x60\x4e\x17\x78\x96\xfa\xdc\x29\xd2\xa1\xaf\xb9\x35\xf8\x8e\x2a\x28\xa0\x9f\xba\x6e\xf6\x7d\x96\x7f\x90\x7e\xeb\x2a\xeb\xe7\xbc\x43\x89\x1e\x74\x1e\xf0\x13\xcc\xed\x82\xb2\x93\x98\xdf\x93\x4d\x6a\x60\x3a\x1e\x00\xe2\x1d\x79\xf5\x9f\x37\x2f\xd6\x90\xfc\x18\x6c\xdd\x45\x9e\xeb\xc7\x43\x07\x88\xef\xcd\x93\xce\x4a\x32\x4e\xdd\x92\xd5\x44\xe7\x70\x45\xb1\x81\xe8\x49\xcf\xed\x3f\x4f\xe6\x43\xf5\xca\xd6\x27\x1c\xac\x90\xbb\x12\xc3\xc1\x42\xad\x0e\xc2\xff\x6f\x2a\xbc\x45\xea\x46\xf6\x93\x2e\x4a\x55\x50\xf0\xea\x9c\xd0\x5b\x3e\xa6\x4a\xca\xf2\xe3\xcb\x6e\xc6\x78\xad\xd0\x1f\x15\x33\xf3\x7a\x4c\x42\xb8\xb5\x4a\xc8\xac\x8e\xbc\x2c\x61\xfb\x0b\xbe\x67\x3a\x02\xb7\x5f\x72\xfa\xe8\x91\x7b\x6d\x62\x55\x9f\xcb\x0e\x57\xe5\xab\x6f\xae\xb5\xbb\xa6\x38\xa7\x5c\x5d\xf5\xf6\xb1\xcb\x7d\xe7\x90\xf6\x0d\xf4\x7b\xa7\x5b\xce\xbd\x17\x1e\xd2\x3f\x9c\x52\x9d\xaf\x34\x26\x43\xd6\xa1\xd2\x75\xd5\x69\x25\x9a\xed\x64\xe5\xb2\xe3\xe4\x21\x98\xd9\x0d\xb9\xae\x3d\x7a\x00\x16\xf6\x2a\xae\xfd\x15\x96\x70\xb1\x1b\xe3\x5e\x56\xea\x0f\x73\xfb\x75\xee\x81\xc5\xe9\x08\xb1\x9d\xe7\x36\x75\xaf\x15\x66\x59\xdd\x71\x73\xda\xe3\x89\x15\x96\x59\xff\xfa\xa1\x64\x13\xdd\x30\xad\xc5\xd5\x81\x7c\x36\x2d\x25\xe3\xf0\xec\xc9\x51\x92\x2f\xdd\x7d\x35\x64\xdd\xbc\x76\xfb\x1c\xb7\x0f\xd0\x8d\x16\xd2\x57\xa9\x06\xed\x84\xdf\xaf\xec\xbc\x4e\x78\xef\xe2\x30\x6e\xdc\xdb\xbe\xf6\x90\x7d\xc6\x2a\xcb\x87\xc4\x2f\x20\xcb\xec\xc9\x80\xd4\x58\x8a\x4a\x6f\x7e\x12\xaa\xfb\x56\x2a\x3f\xe1\xc7\xe3\x68\xe7\x68\xc6\xa9\xe0\x37\x8f\x74\xa2\xe3\x0c\x12\x7c\x74\x1e\x31\x67\xe7\x9a\x4c\x77\xad\x7f\xc4\xda\xa2\x62\x1e\xe5\x28\xfc\x70\x7a\xe5\x23\x4b\x55\xdb\xb6\x87\xf6\x6d\x9f\x2c\x2b\x6d\xec\x1e\x7c\x7d\x25\x66\xf1\xc7\x66\xea\xfd\x2f\xd8\x6a\x36\x68\xe3\x7a\xfb\x3a\x0a\xcd\x84\x6c\x76\x76\x64\xa2\xd0\xf4\xb3\x6d\xc7\x65\x2d\x6c\x34\xf7\xb3\xf5\x69\xf6\x41\x99\xa9\x9f\x9d\x5e\xc3\x3b\x14\x9b\x5e\xb1\xab\xa9\xbd\x8e\x03\xa6\xa5\xf6\x91\x27\xea\x71\xd0\x74\xa1\xfd\xf2\xa3\x21\x38\x6e\x52\x6e\x5f\x51\x71\x04\x75\xc6\xbf\x1c\xdc\x0f\x4e\x44\x9d\xc9\x48\xfe\xfa\x07\x70\x9f\xff\x97\xdc\x32\xb2\x6f\x7e\xa1\x5d\x65\x4e\x11\xfd\xc3\x19\x52\x47\x3b\xc2\x9b\x08\xff\x7f\xc1\xfa\x12\x19\xaf\xd3\x2b\xae\x12\x9e\xfc\x68\xf8\x4d\x32\x0f\x0e\x64\xf4\x90\x79\xb3\xcb\x92\xeb\x17\xb1\x61\x1f\xd7\x27\x65\x31\xe3\x15\xe1\xc3\xd3\xd9\xef\xc9\x7c\x4b\xf9\xdc\x67\xa6\xb6\x59\x70\x45\xc4\xd8\x0f\xbd\x56\x7b\xe4\xed\xbd\xd3\x3e\x4c\x0b\x91\x51\x3f\xec\x22\xfd\xe1\xc2\x94\x71\x9a\xfd\x76\xc6\x7d\x41\xeb\x95\x74\x8e\x5b\x56\xf7\xb9\x1d\xfc\xad\xc7\x34\xbb\xda\xb7\xa3\x75\x87\xde\x7c\xd3\x39\x7d\x61\xcf\x2d\x74\xab\x4c\x3f\xf7\xed\x05\xb4\x3d\x4c\x4f\xbf\x18\x0b\x68\xa7\xf2\x75\x0e\x66\x3b\xef\x54\x03\x3a\xf7\xcd\x16\xdd\xe8\x06\x74\xe2\xcc\xe6\x5f\x59\x02\x68\x7f\x31\x2f\x6b\x8d\x03\x74\x1d\x2d\xa6\x36\xa9\xe1\x8f\xee\x57\x8b\xab\x0d\xb2\x18\xd2\xbd\x65\x19\x59\x2b\x86\x21\xdd\x6e\xcb\xaa\x93\x02\x60\xeb\x1e\xe1\xeb\x60\x7e\xa0\x8c\xcc\x83\x57\xfe\x55\xd1\x1c\xbc\xd7\x5d\xd7\xcd\xc1\xeb\x9b\x9b\x49\xdc\x2d\xdf\xdb\x48\x1c\xf5\x3f\xb9\xfd\x72\x8e\xe7\x77\x93\x38\xcb\xfa\xee\x93\x38\x0b\x36\x3d\x21\x79\x93\x7b\xfc\x25\xd1\x91\x65\x9f\x7a\x4b\x74\x56\x73\x8a\x3e\x91\xfc\x49\x13\xfb\x49\xf4\x74\x51\xcc\xc1\x2b\x12\xe6\x14\xe5\xf7\xed\xcf\x02\x03\x11\xb1\x78\xa7\xc3\x43\xde\x5e\x1f\xe4\x83\x6d\xbc\x87\x9b\xc7\x8d\x56\x32\x34\x17\x60\xdf\x59\xb1\x6f\x54\x98\xd1\x7b\x3a\xaf\xd8\x59\xc5\xc6\x20\x0a\x56\xe7\x36\xa9\x38\xb1\x82\x41\x3f\x8a\x1a\x15\xcf\xba\x0d\x0c\xfd\x51\x7c\xc8\x4a\x19\x48\x03\x94\x24\xf5\x0f\x7f\x2a\x04\x94\x64\xf4\xfb\x5f\x6b\x02\xca\x9e\xfa\x5f\x9f\xf4\x02\xca\xfb\x59\xb7\xee\xb6\x01\x2a\xea\x06\xb3\x6f\x1d\x02\x54\x85\x0c\x6e\x5d\xbb\x04\xa8\x66\x1a\x96\xb7\x8d\x01\xd4\xe6\x19\x55\xb6\x1c\x00\x18\x45\x46\xe3\xcf\x7d\x01\xd4\x1e\xf4\xf7\x94\x12\x1f\xbd\xb7\xa6\xc7\x35\x39\xf8\x70\x73\x3d\xd1\x53\xde\x34\x6d\x21\x3a\x97\x4b\x93\xaf\x12\xfd\xd7\xd9\xc6\x4e\x12\xd7\xc9\x85\x3d\x84\xf7\xaa\x28\x7e\x4c\xf6\x1b\x45\xfb\x7a\xc9\x3c\xda\xf1\xe9\x0d\xc9\xaf\x9c\x99\x1f\x49\x9d\x5d\x52\xfe\x7d\x3d\x07\xa7\x0f\xff\x22\xfb\x90\xe4\xfd\xdc\x3e\x2a\x7c\x9e\xcf\x4d\x13\xd0\x9c\x28\xb8\xc6\xfa\x38\xe0\xf4\x4c\x32\xc0\xcc\x00\x88\xbf\x21\x7d\xda\xe8\x12\x30\xcf\x47\x4e\x83\xd5\x0a\x6c\x1b\x94\x3f\xa2\xcb\x06\x8e\xdc\x94\x5f\xa8\xb3\x0e\xb8\xe4\x29\x2f\xa5\x23\x0c\x3c\xaa\x95\x33\xd2\x49\x03\xbe\x1f\x90\xe9\xd0\xde\x48\xfa\x57\x1c\xd3\xd8\xff\xbb\x00\x10\x57\xd3\x18\xfa\x9c\x01\x48\x9c\xd0\xcc\x7b\xb3\x1b\x90\x32\xd1\x0c\x7b\x56\x02\x48\xf9\x68\x3d\xbf\xdf\x0e\xc8\xd4\x6b\x0d\x74\x3b\x03\x32\xd0\xaa\xbb\x79\x16\x90\x69\xd2\x3e\x7a\x35\x11\x90\x1b\xf9\xe1\xd9\xf1\x65\xd4\x7f\x75\x70\x72\xad\x24\x0f\xda\xfd\xb9\xbe\x40\x8d\xe6\xb7\xc9\xf3\xad\x69\xba\xbf\x86\x83\x47\x26\x3c\x23\x71\x96\x2c\x7f\x45\xe6\xc9\xee\xa7\x1f\x6a\xb8\xf3\xe0\x5b\x26\x77\x1e\xf4\x93\xf9\x35\xdf\x92\x2e\xa2\xfe\x73\xff\x3f\x86\xc7\xef\xf1\xef\xfd\xdb\x2b\x03\xea\xd6\x23\x0f\x9b\x1d\x01\x6c\x4b\xc4\x7c\x0c\x17\x01\x11\x2c\xf1\x32\xd6\x51\x60\xda\x22\xa9\x40\x9d\x9d\xc0\xea\x1b\x52\x7a\xda\x87\x81\x7d\x42\xd2\x25\x5a\xbb\x80\xea\x3d\xd2\x83\x9a\x09\x40\x9b\x9e\xd4\x6f\xcd\x60\xe0\xfe\x1a\xa9\xdd\x9a\x7a\xc0\xbb\xd5\x92\xd3\xb5\xf4\x01\xd0\x12\x52\x8c\x39\x9c\x71\x11\xac\x93\x1e\xc1\x1e\x45\xce\x0c\x51\x3f\x48\xc7\x06\xf1\x91\x7d\x84\xa9\x65\x6c\xee\xbd\x00\x88\xb4\x4a\x1f\x78\x4a\x9c\x1c\x18\xa9\x77\x9b\x01\x51\xd1\x67\xef\x1b\x1e\x73\xfe\xae\x9e\x11\x97\x49\xbf\xbc\xf6\xaa\x8e\x36\x0e\x9e\xef\xe4\xea\x01\x4e\xa7\x3d\x22\xeb\xe7\x71\xe6\x4b\xb2\x0e\x96\xbd\x7d\x47\xea\xe3\x5e\xad\x2f\x24\xee\xed\x1a\xfd\x44\x0f\x97\xd3\xce\x26\x7d\xa7\xf8\xfc\xf7\x4c\xde\xfd\x7f\xbe\x1e\x88\xef\x7f\x60\xaf\xc6\x45\xa3\x40\x40\xd6\x84\xa2\x0c\xca\x01\xf3\x52\xe1\x20\xdd\xaf\x80\xff\x5d\x91\x64\x3e\xcf\xad\xed\x0f\x2c\x3a\x2f\x3e\xa4\xd9\x0d\x6c\x1d\x25\x51\xa9\x19\x02\x1c\x54\x90\x2c\x57\x7f\x05\xd4\xfc\x14\xcf\x62\xaa\x02\xad\xcf\xc5\x87\xd4\xf7\x02\xb7\x14\xc5\x59\xea\x6e\xc0\x73\x13\xd1\xcf\xea\xbb\x80\xef\x43\x22\x3f\xf8\x3a\x07\x91\x3a\x9e\xce\x81\xa2\x79\x1d\x8d\xfa\x9f\x72\xf1\x33\x97\xb9\x3d\xf7\xf6\x12\x07\xef\x29\x5c\xf6\xe0\xd6\xc1\x1b\xa4\x2e\xb6\x5a\xde\x25\xf3\x81\xaf\x03\xe3\xeb\xa0\x2a\x8a\xb9\x3a\xa8\x62\xf6\x0f\x72\xae\xda\x7d\xe0\x0f\xd1\xa5\xf3\x7d\x00\x56\xf6\x70\x71\xae\xd2\xdf\xfc\x7f\xec\x8a\xbf\x79\x6f\x8b\xd3\x5c\xd4\xf9\x05\x88\x0d\x52\x94\x4e\x3c\x60\x98\x2e\x28\xa8\x71\x1c\xf0\x14\x13\x8c\xd7\xec\x01\x12\xde\x0b\x3f\x61\x2e\x05\x66\xca\x0b\x77\x33\x33\x81\x55\x47\x44\xd3\xd4\x67\x01\x79\xbd\xa2\xcb\x18\xce\xc0\xc1\x91\x22\xe5\x6a\xbd\xc0\xa9\x40\x91\x6c\xb5\xe7\xc0\xf9\x39\x22\xe5\x0c\x65\xa0\xe3\xb2\xc8\x4b\x86\x31\xf0\x50\x40\x64\x03\xe3\x2c\xf0\xc1\x51\x24\x83\xe1\x01\x0c\x67\x09\xbe\xe6\xeb\x1c\xa8\x2d\xff\x8c\xcb\x47\x2e\x0e\x3c\xe3\xe0\x8d\x15\x37\xc9\x73\x6e\x5d\x76\x97\xbc\x68\x68\xd8\xfa\x8c\xd4\xc9\x93\x5f\xdf\x92\xfc\xaf\xd4\xf8\x42\x74\x43\x07\xbe\x0f\x10\x9d\x75\xc1\x36\x36\x79\x1f\xb3\x8d\xd7\x1f\xe5\x9f\xbe\x38\x3c\xfe\x7b\xba\xf7\xdf\xf3\x20\x82\x17\x3f\xbf\x1f\x8a\xc9\x09\x2e\xaa\xd9\x00\x23\x07\x29\x4a\x23\x00\xd0\xb5\x18\xb9\x88\xb9\x1d\x70\x29\x11\xd8\xcc\xfc\x0c\x44\x25\x0b\xe9\xaa\xcf\x00\x26\x8f\x11\x5a\x26\x57\x0c\xcc\xb1\xa4\x28\xe9\x4a\x20\xdb\x9d\xa2\x64\x07\x81\x1d\x71\x14\x25\xb7\x1c\x28\xbe\x4c\x51\x6a\xaf\x80\x13\x4c\x91\xc5\x9c\xf1\x68\xb8\x2e\x52\x22\x97\x0d\xb4\xde\xa7\x28\x69\x7d\xe0\xc6\x01\x8a\x92\x7c\x0d\x3c\x5a\x44\x51\x52\x07\x81\xbe\xcf\x14\x25\xb1\x1f\xf8\x13\x43\x51\x23\x47\xf0\xc7\x83\x8b\x97\x7d\xef\x91\x75\xe2\xec\x89\xa7\x24\x9f\x6b\xa2\xdf\x13\x7f\xc1\xa3\xc3\xdf\x88\x7e\xee\x60\xdf\x9f\x40\x0e\xee\xab\xe6\x7e\x6b\x3b\xcf\x0f\x88\xef\x87\xb2\x84\xf7\x7c\x67\xf7\xf1\xf8\x7f\x9e\xff\x03\x5f\x0f\x14\xc8\xcb\x13\xc7\xfb\x5c\x34\xe4\xf5\x59\x52\xe4\xf9\xc5\x48\x79\x01\xb2\xb7\x28\x4a\x52\x13\x30\x7c\x46\x51\xe2\x62\x80\x9b\x29\x45\xa9\x75\x03\x29\x47\x05\x36\xcb\xac\x02\xd2\xad\x29\x8a\x31\x03\x58\x21\x2d\x2c\x3e\xf2\x0f\xb0\x22\x8d\xa2\x24\x28\x60\x6b\x20\x45\x89\x9f\x02\x0a\xb4\x28\x4a\x6c\x3d\x50\x36\x96\xa2\x84\x4f\x03\x55\xa3\x28\x4a\x34\x17\x68\x48\xa2\x28\xb1\x2e\xe0\xd2\x77\x8a\x12\x9d\x03\xdc\xce\xa2\x28\x89\x61\xe0\xd9\x68\x8a\x12\x49\x05\xfa\xf4\x29\x4a\xf0\x10\xf0\x27\x83\xa2\x9a\xf7\xf7\x12\xdd\xeb\xe9\x53\x7d\x44\xef\x79\x62\xc7\x4f\xa2\xab\xae\xd4\xe2\xea\xa0\xf8\x3a\x98\x1d\x3c\x7f\x14\xbe\x1f\xca\xb2\x1d\x7f\xe7\x41\x3a\xaf\x9f\x50\x0a\xcf\x27\x28\x2a\xeb\xef\x7c\xb0\xe5\x8d\xbe\x3e\x2f\x4b\xf9\xfa\x07\x61\x4f\x40\xf4\x1a\x45\x09\x6c\x00\xd4\xc3\x29\x4a\xd0\x0b\xb0\xd9\x4c\x51\x02\xd3\x00\xff\x40\x8a\x12\xda\x0b\x24\x3e\xa1\x28\xe1\x29\xc0\x54\x77\x8a\x12\x28\x05\xb2\xa6\x53\x14\x7f\x3c\xa8\x1c\x20\xa7\x8a\xa2\x54\x7b\x81\xe2\x87\x42\x0c\x11\x47\xa0\xc4\x81\xa2\x46\x2c\x02\x2a\xaa\x29\x4a\x2d\x02\x38\x9f\x26\xbc\x87\xf3\xdc\xcf\xee\xe3\xfe\x9e\xf6\xa7\x14\x35\x62\x2d\xd0\x15\x40\x51\xc2\xea\xc0\x73\x1f\x8a\xaa\x9f\xf1\x89\xf8\xe3\x9d\xec\xeb\x27\x7a\x98\x23\x61\xb8\x4e\xfd\x57\x07\xc3\x8b\xeb\x7f\xfd\x50\xfe\xc9\x03\x9e\x1e\x2a\x8d\xfe\x7b\x1e\xf0\xeb\xa2\x87\x27\xfe\xd2\x81\xe8\xf2\xf4\x52\xf2\x26\x5c\x1c\xf1\x1a\x18\x79\x82\xa2\x46\xbc\x04\x46\xb5\x53\x14\x25\x07\x98\x14\x50\x14\x95\x04\xb8\x69\x52\x94\xc0\x15\x20\xf2\x2e\x45\x09\x64\x02\xa9\x2f\x29\x6a\xe4\x00\x30\x9d\xd7\x31\x75\x0e\xe7\x09\x3a\x02\x4b\x7d\x39\x0b\x1b\xb0\xde\x91\xa2\x54\x5f\x03\xfb\x9a\x84\xe4\x39\xff\xbd\xf0\x13\x45\x51\x76\x40\x29\xef\xc4\x70\x84\x77\xb2\x3e\xc3\x73\xd0\x6b\x1a\xa0\xa8\x11\x59\xc0\x35\x5f\xee\xfb\xb8\x30\x1e\xaf\xc9\xe7\x39\xf9\x7c\x2f\xff\xde\xff\xff\xea\x40\xf8\xc8\xff\x39\x97\x07\x1a\xd1\xe0\x7b\x93\x83\x62\xa9\x11\xe4\xbd\xb7\x8c\x6d\xf2\x2b\xc2\x7b\x44\x4e\x59\xcc\x41\xc6\xd2\x85\x1b\x84\x06\x00\x35\x7a\xdd\x7c\x61\x17\x80\x91\xbc\x2b\x5d\x64\x2f\xa0\x3e\xbb\xdc\x5a\xec\x26\xc0\xb8\x7b\xa6\x52\xac\x10\x50\xeb\x6c\x3f\x2a\xaa\x05\xa8\xed\x7b\x28\x2c\xe2\x0d\xa8\x09\x7c\xcc\x10\x3c\x09\x28\x0d\x70\x7e\x17\x20\x4e\x94\x7a\x03\x01\x92\xa5\x1c\xfc\x52\x24\x49\x7a\xd2\x7f\x58\x22\x41\x9c\x5d\x5e\x79\x49\xbc\xe3\xe0\xd3\x55\xc2\x93\x38\xf8\xd0\x9a\xb3\x62\x50\xd4\x9d\xfd\x12\x24\xb3\x6f\xfc\x50\x2b\x00\x44\x2a\xae\x34\x32\xa4\x00\xd1\x75\x97\x1b\xd4\x36\x01\x22\xc7\xf0\x1f\xff\x07\x3e\xcf\xc9\xef\x03\xe2\x3c\x93\xfa\xbf\x74\x20\xff\x20\xef\xe7\x75\x2e\xad\x1c\x14\x5a\xe6\x43\xfa\xe7\x48\x59\x84\x11\xfe\x53\xf5\x5a\xf2\xc9\x91\x41\x00\x23\x3e\x3d\x4b\xb0\x05\x60\x6e\x5d\xb0\x5b\xe4\x05\xc0\x34\x5d\x97\x23\x5a\x09\x30\xae\xe6\xf5\x88\xca\xfc\x3b\x0e\xea\xf3\xeb\x96\x70\x62\x54\x6b\xba\xf2\x49\x84\x06\x18\x66\x8f\x5c\x45\xad\x00\xb5\xc6\xcf\xd7\x85\x95\x00\xb5\xc9\x80\xc0\x02\x7a\x94\x0c\xe1\x22\x7f\xb6\x4b\x1e\xe0\xe0\xc7\x24\xe9\x10\x12\x7f\x98\xda\x20\x20\x92\xfc\x6c\xac\xda\x63\x40\x64\xde\xa3\xef\x52\xc4\xb9\xe9\xee\x15\x09\xa2\x58\xea\x5a\x25\x45\x3a\xbb\x75\x58\xa9\xeb\x00\xe2\xa6\xed\x5b\x19\xd7\x01\xb1\xda\x8b\x3b\xd4\x19\x80\x38\xf9\x7f\x06\x1f\xa2\xfe\x9f\xfa\x87\xff\x5b\x07\xc2\xd7\xc5\x8c\x78\xe8\xd8\x44\x9e\xd3\x41\xef\x28\x0e\xca\xc5\x86\x12\x9e\x94\xc1\x4a\xec\x15\xb8\x01\x30\xe7\x4d\xee\x12\x5e\x01\x30\x7f\x66\x6d\x17\x95\x05\x98\x79\x6b\x2b\xc4\x28\x80\xa9\x96\xdf\x28\x56\x09\x30\xab\xcb\x17\x4b\x8c\x03\x98\xca\xf5\x25\x12\x63\x00\xc6\xc3\x6b\x8b\xc4\x5a\x01\x46\xe8\x13\x4b\xd1\x10\x80\x31\xe5\xbb\x90\x70\x3f\x7f\x1c\x7e\x5b\x71\x2a\xa8\xd0\xd4\xaf\x4c\xb9\x2f\x9c\xbf\xe5\x6d\x35\xc3\x0e\x10\x59\xd7\xbb\x99\x21\x0a\x88\x94\x3e\xde\xc1\x18\x0f\x88\x2e\xef\xb9\xaa\x3e\x1d\x10\x4f\xe9\xbe\x24\x4f\x1c\x8c\xae\x17\xa9\x1b\x01\xe2\xd6\x57\xea\xd4\x5b\x01\x09\x95\xcb\x3e\x8c\x69\x80\x98\x56\xcb\x1b\xc6\x1a\x40\x8c\xa8\xbf\xf9\xba\xa8\x7f\xf4\x40\x3c\x5e\x87\xdf\x0f\x85\x1f\xbf\xe5\xdf\xf7\x9f\x13\x2d\x48\x3f\x84\x91\x65\x76\xe4\xde\xab\xe4\x39\x0f\xc2\x67\xa8\xf6\x86\x9e\x18\x71\x0f\x60\x74\xc5\x17\x0a\x3a\x01\x4c\xc5\x89\xb7\x85\x65\x00\x4d\xcd\x79\x83\xa2\x34\xa0\x79\x71\xcd\x15\x71\x00\x1a\x07\xf3\x4f\x4b\x8c\x06\x98\x07\xcb\xb7\x49\x44\x01\xcc\xcf\x0d\x62\x92\x4b\x00\x0d\x87\xeb\xe3\xa4\x54\x01\xf5\x33\xcf\x46\x8a\x73\xc6\xc7\x63\xa0\x41\xcc\x18\x50\xeb\x02\x04\xc7\xff\x98\xaf\xbe\x94\x13\x67\x5f\x96\xfa\x67\x40\xec\xe9\xab\x1b\xcc\x70\x40\xfc\xdd\xd3\x48\xe6\x61\x40\xe2\xfa\xfd\x83\xcc\x10\x40\x62\x43\xd7\x22\xcd\x91\x80\xb4\x5a\x67\x3c\x33\x0e\x90\xb8\x7f\x6d\xbb\xc6\x6c\x40\x2a\xbd\x4d\x8b\xd9\x0d\x48\x6e\x6f\xf5\x66\x9e\x01\x24\xd3\x9a\xbc\x99\x93\x00\x89\x97\x24\x1f\x5a\xa9\xff\x53\xff\xf0\xb7\x0f\xc6\xbf\xfc\x2f\x9f\xff\xe3\xea\x42\xc4\x67\xda\x92\xba\xa0\xb0\xc9\x9d\xf4\x41\x67\x14\x05\xbd\x12\x88\x04\xd4\x0f\xc4\xde\x10\xac\x06\xb4\xad\x26\x7c\x14\x7d\x03\x68\x0f\xce\xf5\x97\x50\x01\xb4\x3b\x57\xf7\x4b\xb6\x03\x5a\xdf\xf3\x37\x49\xd5\x01\xda\x3a\x15\xc5\x32\x0b\x00\x4d\xfb\xb3\x5a\xd2\x46\x80\xa6\xd6\x8d\x3a\xe9\x18\x40\x63\xce\x8b\x16\xc9\x62\x40\x53\xed\x8f\xad\x84\x3b\x3b\x9d\x29\x03\x88\xda\x7c\xde\xce\xd9\x71\x48\x2c\x7b\x73\x45\xc3\x02\x90\x1c\xf9\xcc\x5f\xd3\x06\x90\x7a\xff\xe0\xb3\x56\x05\x20\x6b\xde\x3d\x57\xcb\x0e\x90\x39\x77\x33\x5f\xeb\x35\x20\x7b\xf6\x5a\x8c\x96\x24\x20\x93\xd7\xa6\xa9\x15\x0e\xc8\x3c\x6b\xf9\xa9\xad\x0d\xc8\x3e\x6d\x0a\xd3\xdc\x04\x48\xd7\x34\x8e\xd2\x9c\x0f\x48\x2f\xc7\xff\xd1\x27\xea\x1f\xbe\xd3\xe8\xef\xb8\xb9\x3a\x08\x4a\x82\x55\xc2\x41\x41\x1b\xe3\x72\x0e\x4a\x97\x58\xb3\x38\xa8\x6e\xe4\xba\x78\xe4\x4f\x80\xb9\xcb\x3f\x54\xd0\x1f\xd0\x59\x16\xdd\x20\xf2\x05\xd0\x0e\x49\xbb\x28\xda\x0c\xe8\xa8\x65\x2a\x89\xff\x00\x74\xaa\x57\xbd\x97\xca\x02\x74\x95\xf3\x85\x65\x9e\x02\xda\x0d\x15\xcd\xb2\x86\x80\xb6\xfd\xd9\x6e\xd9\x73\x80\x96\x4b\x67\x99\xcc\x6d\x40\x6b\xfe\x9b\x75\x32\xa6\x80\xb6\x32\x20\x39\xfc\x6b\xaf\x96\x38\x20\xf9\xe9\xc3\x59\x2d\x67\x40\x3a\xb7\x77\x8d\x76\x3f\x20\x77\xfc\x51\x85\x36\x1b\x90\xa7\x7a\x56\xe8\x34\x02\x0a\x8e\x9d\x2f\x74\x8d\x01\x85\xa7\x7c\x3d\x58\xdb\x53\x9d\x25\x80\x7c\x47\x2b\x4b\xe7\x16\xa0\x30\xaa\xc9\x50\xe7\x0a\x20\xdf\x7b\x76\x91\x2e\x13\x50\xd0\x38\x73\x4c\x47\x09\x90\x23\xab\x39\xdf\x1f\xe8\x7f\x75\x30\xfc\xf8\xf9\xfc\x37\xff\xfe\xb7\x36\xd1\x41\xf0\xfb\x63\xc8\x3f\x32\x23\xdf\xd7\x74\x77\xb8\x2b\xa8\xf8\xaf\x4e\x4a\xaf\x2f\x52\x45\xf4\x17\xa0\x3f\x34\x76\x96\xc4\x6a\x80\x75\x28\x43\x58\x3a\x10\xd0\xbf\x90\xdd\x24\x2b\x01\xe8\xb5\xe5\xd5\xcb\xe5\x01\xba\xad\x15\xc3\xf2\x9b\x01\xdd\x79\xe7\xde\x2b\x34\x02\x3a\x49\x5d\x7b\xe4\xeb\x01\x1d\xef\x0f\x7b\xe5\x26\x71\xb5\x09\xd2\x9a\xdf\x8e\xe8\xa8\x01\xb2\xeb\x5f\x39\xeb\xad\x01\x94\x82\xf9\x7a\xb0\xbb\x4c\x7d\x3f\x40\xf9\xfd\xad\x45\xfa\x05\xc0\xa8\xb4\x6b\xd7\x58\xc5\x80\x4a\x63\xbb\x9d\xde\x53\x40\x59\xb9\xe5\xa2\xfe\x26\x40\xf9\xf2\xf9\x32\xfd\x4c\x40\x79\xdc\xd9\x1e\xfd\x62\x40\x79\xda\x99\x79\x7a\x9d\x80\x92\x48\x75\xa9\xde\x11\x40\x71\xc3\x7f\xeb\x22\x7f\x1e\x98\x4e\xfe\x3b\x7e\x4d\x5e\x9f\x35\xae\x0e\x42\xe8\x23\x83\xac\x5f\xb2\x41\xda\x61\x24\x0f\x5a\x8d\x8f\x8e\xf8\x09\xe8\xd8\xdb\x6c\x16\x7c\x0d\xe8\xf7\xb9\xbf\x13\x59\x08\x18\x7d\x0b\xed\x96\x70\x04\x4c\xb6\x8d\xf9\x2e\x7d\x19\x30\xb6\x9d\xa9\x2a\xbb\x03\x30\xec\x5a\xe9\x2b\xbf\x8f\x73\xaa\xd8\xc9\x56\x8a\x02\x58\x9a\x87\x8b\x94\x66\x01\x7a\x77\x9a\x26\x2a\x1d\x02\xf4\x1c\x7a\x54\x94\x92\x01\x3d\xc7\x2f\x2c\x85\x7b\x7f\x0e\xeb\x15\x02\x0a\x22\x1f\x16\xb0\xc4\x81\x51\xb6\x4f\xb3\x0d\x73\x00\xc6\x87\x9e\x2f\x86\x17\x01\xf5\xd8\xff\xd5\x41\x5d\xfe\xca\x39\xc1\xa9\xcf\xb9\x70\xda\x98\x53\x8b\x55\x9b\x18\x46\x8e\x00\xa3\xb6\xc1\xd4\x50\x13\x50\xad\xaa\x3d\x66\xb4\x06\x60\x68\x9c\xb4\x37\x7a\x08\x30\x84\xab\x96\x18\xc9\x02\xaa\x25\x64\x1f\xc0\x5b\x2f\x2c\x79\x75\x92\xaf\x83\xe1\xc7\xaf\xca\xdb\x27\x70\x75\x00\x12\xfb\x95\xb9\xfe\x20\xb5\x8c\xd6\x11\x13\x00\x1d\x23\x9d\x12\x81\xad\x80\xc1\x68\xb3\x02\x61\x06\x60\x92\xea\xd4\x29\xa6\x0b\x98\xcf\x0a\x9c\x22\xf9\x16\x30\x7b\x96\xe0\x26\x93\x09\x98\x7e\x98\xda\x26\xaf\x00\x98\xee\x5e\x41\x29\xf5\x01\x26\x79\x3b\x7b\x54\x6e\x02\x86\xef\x0e\xb3\x55\xbe\x02\x06\x99\x17\x2a\x55\x67\x00\xac\x9b\x0f\x52\x54\x1d\x00\x03\xad\x81\xc9\xa3\xd6\x7c\xdf\x6e\x38\x1e\x50\xf3\x7d\x71\xd1\xe8\x26\x67\xcd\xb9\x77\xdb\x54\x08\xd0\x7e\xd9\xb9\xd2\x54\x0f\xd0\x3e\x7d\x75\xa5\x49\x3f\xa0\xf5\xb3\x4d\xc8\x34\x1f\xd0\xae\xfc\x47\xff\x23\x6d\x0a\x40\x7b\x44\x9d\xa1\xc9\x7a\x40\x23\xb0\xe6\xb8\x69\x15\xa0\xb9\xf0\x44\xa9\xa9\x12\xa0\x31\xe2\xe8\x1e\xb3\x99\x80\xa6\xeb\xe1\x06\x33\x09\x40\xc3\xfe\xbf\xf3\xc0\xa4\x81\x37\xef\x79\xbc\x2f\x8f\xf7\x0c\x57\x08\x21\x79\x30\x55\x86\xe8\x46\x95\x34\xe4\x49\x5d\xd0\x5a\xa3\x7a\x82\x9a\x09\xb0\x5e\x68\x3e\x16\xb0\x04\x4c\x0f\x18\x55\x08\x5f\x05\x2c\xcf\xd9\xd6\x89\x17\x02\x36\xe9\x3e\x22\xd2\x1b\x00\xeb\xf3\xa3\x65\xe4\x2e\x03\xd6\xe1\x93\xf7\x29\x9d\x02\x2c\x19\x4b\x27\xab\x5c\x03\xcc\xce\xef\x78\xc4\xe0\x8c\xdb\x84\xca\x5f\xea\x51\xec\x55\xc6\x51\x2d\x01\x1a\xa1\xbf\x77\x18\xfb\xdf\x5f\xa7\xe5\xdd\x1f\x69\xfc\xfb\x7b\x8f\x56\xe5\xfb\xc3\xa6\xc5\x80\x4e\xe7\xc3\x52\xb3\x77\x78\xa1\x3f\xbb\x53\xcb\x22\x1b\x6d\x06\x47\xda\xdf\x59\x3c\xc7\x15\x83\x35\x17\xfb\x88\x0f\xd2\xb1\xf3\x55\x96\xa1\xb8\xcd\x6a\x6c\xf0\xb0\x1c\xc6\x4d\x03\xf5\xd3\x3a\x16\x79\xf8\xa4\xa7\x72\x32\xcb\xd2\x1a\x9f\xf4\xcc\x8f\xed\xb1\xf4\xc2\x4f\xdd\x95\x95\xfe\x16\x83\xa0\x75\xa6\x1f\x5a\x62\xb9\x00\xd0\x89\x2d\x35\xb2\xc8\x03\xb4\xd2\xff\xbb\x1e\xea\x7f\xe2\xa2\x5a\x1c\x17\x15\xe6\x73\x91\x7b\xff\x5b\xe6\x8c\xe8\x5c\x0e\x6a\x54\x88\x93\x71\x30\x10\x95\x2a\xe2\xa0\xe5\x35\x45\x45\x0e\x3a\x84\xeb\xac\x11\x8a\x03\x9c\x98\xe6\x9f\xc4\x77\x00\x4e\x19\xae\xb3\x65\x83\x39\x9f\xc3\x0b\x15\xeb\x00\x07\xe7\x09\x12\x2a\xcf\x00\xdb\x2d\x8b\x62\xd4\xd7\x0e\x9a\x59\x3f\xca\x3d\xaf\x9d\xf1\xfd\x9e\xd5\xca\x83\xeb\xf4\x4f\x7e\x9a\x6a\x39\xff\x6c\xb1\xe1\x9f\xf7\x1b\x2c\x0e\x74\x69\x18\x5f\x7a\x63\x66\xd1\xda\x17\x69\x52\xf8\x2c\xc6\x4a\x0b\x79\xa6\xf2\xb7\xc7\x58\xf7\x61\x8e\x79\x61\xdb\x68\x5b\x65\xcc\xb4\x30\x6b\x76\xb5\x1d\x87\x25\xe6\x61\x0d\x7b\xec\x28\xac\x30\xb7\x3a\xb3\xc8\x2e\x15\xd9\xe6\x2a\x27\xf7\xd8\xde\xc7\x7e\x93\x33\xc7\x4e\xd9\x05\xe0\xa0\xc9\xcc\xc3\x46\x76\xe5\xa8\x32\xee\x3c\xa4\x60\x57\x8d\x3a\x63\x91\x03\xe1\x76\x45\xb8\x64\xf8\x60\xff\x18\x5b\x36\xee\x18\x8c\xdd\x5b\x67\xb3\x1a\xdf\xf4\x82\x49\x1e\x78\x52\x7f\xe9\x80\x78\xfc\x3f\x25\x4a\x7c\xe6\xc4\x78\x3c\x1f\xdf\x07\xdf\x60\x3f\xf7\xb3\xd5\x75\xae\x1e\xc4\x71\x8e\x04\xd1\x5b\x7a\x15\xa8\xd7\x73\x4e\x31\x3e\x1f\x0c\xbd\xc4\xf4\x00\xef\x1b\xf6\x22\x32\x5f\x01\x8f\xca\xc0\xb5\xa3\xe6\xfe\xf1\x70\x1f\x35\xe6\x0f\xf3\xfb\x37\x53\xd7\xdd\x99\xcf\xf5\x6e\xbf\x8f\x71\x6e\x5f\x1f\x6f\xdc\xf0\xe2\x97\x63\x7f\x51\x92\xc5\xd6\xa7\xc2\x0e\x16\x35\xfd\xd6\x7f\x1e\x3c\xb2\xfb\xdc\xe1\x69\xe7\x7f\xb7\xd2\x6e\xc6\xcb\x3b\xf6\x89\xdd\xeb\xec\x27\x61\x84\xfd\x8a\x36\x23\x87\x7e\x1a\x0e\x3a\xe7\x06\x9c\xc4\x20\x66\xff\x8e\xef\x7b\x73\x32\xdc\xa9\x02\x0e\xb6\xf6\x47\x3d\x5d\x84\x61\x69\x27\x5d\xb1\xc2\xb9\x0a\xa1\x36\x8c\x83\xfe\x4e\xad\x98\x6d\x39\xa5\x64\xae\x53\x1e\xd6\x98\xdf\xde\x17\xe1\x34\x0d\x05\x66\x46\x05\xcd\x4e\x3b\x71\xc0\x74\xd3\xae\x43\x8e\x6c\xd4\x19\xef\xcf\x33\x77\xb2\xc4\x79\x63\x72\x9b\x44\x87\xf7\xfc\xb9\x3e\x20\xfc\xe7\x2f\xc4\xe3\xb7\x55\xc7\x72\x91\x1f\x3f\xdf\x0f\xc0\x79\x36\x17\x7d\x97\x8c\x24\x3e\x4b\x61\x59\xb2\x5b\x39\x18\xa9\xa8\x39\x20\x1c\x0e\x84\xcf\xb5\x98\x2d\xbd\xbb\x7f\x67\xf0\x57\xcf\x21\xb5\x3b\x1f\xa6\x07\x7c\x1b\x1d\xa8\x9f\xd8\x9b\xe1\x2f\x39\xd5\xc5\xf4\xe5\x83\x6a\x9f\xa3\x2b\xec\x6d\xd2\xba\x86\xbc\x5c\xf2\x77\x38\x6e\xbe\x31\xc6\xc3\xe8\x98\xb4\xeb\x96\x2b\xfd\x6e\xd3\x2f\xee\xf0\x08\xb9\x7c\xd1\x35\xf0\xb1\xba\x67\xc5\x45\x17\xd7\x94\x5f\xd7\x3d\xef\x36\xd4\xb8\xbb\xd1\x33\xbc\x04\x4f\x09\xb9\xb7\xd2\x45\xee\x07\x2b\xcf\x78\x14\xd2\x67\xdd\xfc\x0e\xb6\x7a\x46\xd1\xd7\x5c\x57\x1e\x58\xeb\x51\x48\x0f\x38\xd5\x17\x5d\xf1\x94\x83\xa0\xe3\x97\xc2\x9b\x9e\xb2\x50\x75\x28\xda\xed\xe3\x31\x07\xee\x76\x42\x3b\x8b\x3d\x9a\x11\x6e\xf3\x7d\x5b\x87\x5b\x27\x56\x59\x34\xe4\x1e\x76\xab\x43\xae\xf9\xd9\xcd\x63\xdc\xf2\xb1\xcf\xac\xe4\xbf\x75\x50\x94\x77\x9e\xa0\x88\x3f\x90\x1c\x8f\xdf\x62\xf1\xfa\xa1\xd8\x14\x70\xd1\x9d\x37\x3f\xf8\xbe\x10\x7c\x3d\x48\xc2\x4f\x01\x52\x57\xc7\x76\x8d\xfa\x48\x51\x3f\x76\xa6\xb0\x0c\xe3\xa5\xc5\xdf\x52\x89\x07\x9d\xbd\x18\xeb\x1e\xf9\x8d\x8e\x0a\xb5\x32\x1e\x75\x7b\x4d\x64\xc9\xd8\x6f\xb6\xaa\x57\x2d\xc2\xbe\xcc\x57\x72\xf1\x6b\x79\x1c\x62\xbd\x79\xb3\x97\xd0\x39\xdd\xc0\xe9\x65\xd7\xfd\xc2\xea\xdc\xfc\x7d\x1a\x33\x02\x33\x6b\x6e\xf8\xee\xee\xbe\x1b\x6c\x70\x4a\xc2\x57\xf0\x73\x5e\x70\xfb\x91\x63\x7e\xd6\xec\xde\xa0\xa3\x65\x5a\xfe\xbe\xb4\x54\x40\xcf\xbe\xab\xfe\xd9\x74\x88\xef\xa5\x82\x16\xff\xcd\xf4\x54\x1f\xa3\x5d\xb3\xfd\x55\xe8\x02\xcf\xb9\x3b\x42\xfd\x03\xe9\xb3\xee\x5b\xb6\xa6\xf9\xdd\xa1\x9f\xbb\x9a\x6f\x7e\xe8\x77\x8a\x1e\x74\x2e\xda\xf0\xc9\xef\x05\x24\x9c\xd2\xd7\x6b\xf8\xbe\x87\x9d\xfd\xa4\xb5\x0c\x9f\xf3\x48\xb4\x29\xcc\x2e\xf6\xb9\x87\x99\xd6\xe4\x5d\xa6\xac\x36\x2f\xfe\x60\x72\x4e\xe2\xf9\x7b\xf0\xf9\x5f\x1b\x25\xea\x2f\x1d\x40\x98\x39\x17\x13\x79\xfd\x1f\xc6\x13\x1f\x70\x7a\xe5\x14\xc2\xef\x7d\x3f\x3e\xf3\x93\xcc\x24\x8a\x7a\xfd\x7c\xc6\x66\xed\x27\x92\x11\x0f\x22\xa6\xbc\xb4\x49\x53\x4b\xb9\x31\x77\xc2\x80\xdf\x48\x23\xdb\x96\xda\x94\xe3\xf1\x72\x8e\x7b\xea\xcb\x12\x33\x66\xd4\x7b\x6b\x9e\x4c\x8b\x0b\x5e\x5d\x1c\xe8\x54\xb9\x3f\x66\x7e\xe1\x9b\x30\xbd\x83\xba\x91\x4f\xab\xef\x44\x6e\x29\xb1\x0c\xbf\xdf\x91\x1c\x7d\x65\x1f\x1d\xd6\xf4\x5a\x3b\xa6\xba\x50\x2a\x7c\x04\xdb\x21\x46\x62\x67\x42\xf8\x2a\xf6\xe6\x88\xd4\xdc\xf0\xf0\x59\xec\x47\x21\x47\x36\xbe\x08\x4f\xa6\x25\x83\x4c\x73\x44\xc2\x97\xd3\x66\x01\xcb\xf8\x3e\x27\xab\xfd\x42\x0f\xd3\x45\x5e\xd2\xd9\x66\x61\x5a\x74\xb9\xe7\x86\x65\xfb\x43\xb7\xd3\xf7\xdc\x26\x2f\x99\x10\xea\x49\xff\x70\xd9\xb0\x44\x37\xb8\x14\x2a\x8e\x4f\x16\x2c\x09\x51\x87\x89\xc3\x4a\x4e\xfc\x23\xfb\xa9\xff\xe8\x40\xb4\xba\xb9\x68\xf9\xe0\xef\xf8\xf9\x3c\x38\x9f\x07\x9d\x42\x78\x8c\xc1\x97\x99\xe4\x3d\xe6\x17\xff\xf9\xe4\xdf\xbd\x72\x5c\x32\x55\xe8\x21\x45\xdd\x2f\x5e\x1a\xcd\xf0\x15\x65\x5c\x77\x59\xf8\xc5\x74\xe6\xa8\x63\xcd\x9f\xe6\xb1\xdc\xad\x59\x3f\x6b\x9e\xce\xb2\x8b\x4c\xb1\xbf\x51\x61\x91\xee\x3c\xfe\x96\xdf\xcb\xa2\xce\x09\xc1\x8b\x6a\xc3\xd8\xbb\xfc\xc6\x49\x6d\x3f\x10\xe3\xb2\xf5\x67\x4a\x60\xe5\xb7\x78\xd5\x4d\x3e\xc9\xd2\xad\x87\x13\xaf\xac\x6f\x4e\x5c\xfb\x68\x30\x89\x5e\x3b\x3a\x51\xe2\xb7\x7c\x52\xc7\xca\xdc\xc4\xa0\xe1\x5f\x71\xc3\x4b\x6f\x25\xbc\x66\x47\x47\x0f\x2c\xd9\x91\xa0\xc7\x5e\x1f\x39\x6f\x51\x60\xbc\x0a\xbb\x27\x74\xef\x82\xc0\xd8\xf7\x34\x23\xf0\x6d\xd6\xa2\x38\x0d\xda\x2c\xa0\x77\x6e\xe5\xe8\xe7\xf4\x34\xdf\x29\x99\xd1\x31\xfd\x74\xb1\x97\x63\xc6\x50\x8c\x35\x7d\xda\xe3\xf2\xec\xec\xe8\xa9\xf4\x5d\xb7\xcd\x33\xbd\xa3\xac\x20\xe4\xcc\x39\x8b\xc6\xf3\xea\x80\x25\xf5\x97\x0e\x84\xaf\x83\x88\xe6\xcd\x0f\x3e\x0f\x3e\x93\xe8\x00\x7e\xcb\x2e\x24\xf7\x37\xfb\x5a\x97\x13\x1f\xf0\xe7\xd6\x6b\x08\x9f\x73\x57\x3e\xa7\x84\x83\xd7\x8f\x6f\xfe\xad\xdc\x41\x51\xcd\xdb\x72\xe2\xf5\x83\x14\x1c\x6b\xc4\xd6\xc8\x38\xa4\xe9\x0a\x97\xab\xac\x50\x0a\x2a\xb1\x11\xda\xd3\xb9\xf0\xe3\x18\x23\xef\x59\x9b\x18\x99\x27\x67\x7f\x8c\x92\xca\x66\xcf\xca\xc8\x51\x8b\x8f\x5c\xbc\x6c\xfa\xad\x92\x67\xc9\xf5\xf3\x2e\x4d\x5d\xd6\x70\x2b\x75\x5b\xa6\x5a\x7a\x64\xf7\xc9\xb1\x8f\x67\x65\x4d\x9e\xfd\xf9\xf1\x38\xd1\x19\xf3\x26\xd5\x0f\x67\x8e\xa9\xff\x5f\xbd\x47\xfa\x9f\xf1\xea\xec\x8c\xa8\x65\x93\xe7\xa7\x09\xb1\x6b\xc2\x8d\x26\x36\x8c\x4b\x60\xbf\x0d\x99\x3b\xc9\x31\xd5\x84\xd6\x09\x0c\x9d\x18\x92\xa2\x4c\x87\xf9\x5d\x1d\x3f\x90\x9c\x4f\xaf\xf3\x9e\x30\x3e\x3a\xa9\x8f\x2e\xf6\x7c\x39\x5e\x20\xb1\x99\x3e\xe7\xfe\x11\x90\xb6\xe2\xc6\x67\xca\xf3\xfb\x77\xd7\xe2\xc5\xbf\x94\x8b\x69\x3c\xbd\x58\x06\xe1\x2d\x06\x56\x2f\x25\xef\xf1\xde\x7f\x5b\x4b\xf8\xcb\xa7\xba\x1b\x89\x2e\xa2\x1b\xdb\x48\x7e\x5c\xb9\xcc\xe5\xc7\x9a\x23\xf7\xec\x97\xd8\x45\x51\x35\xc9\xbb\xa5\x34\xf2\xa4\x8e\x96\xe7\xef\xdc\x6e\x99\xc7\xec\x2a\x30\xdb\x9a\xe9\xa3\x6d\x76\x67\xe3\xcf\x8d\x23\xe2\x8c\xdd\x66\x2f\x35\x5a\xe3\x39\xb5\x2e\xa4\x33\x63\x78\xa5\x4c\xb6\xc9\xe8\xe2\x69\x7e\xcb\x5d\xf7\xaa\xc4\x63\x22\x96\x4e\x3f\x3d\x2a\xf1\x7b\x5a\xca\x92\x91\x37\x9b\x93\x5e\x8c\x55\x5c\x6c\xf0\x7e\x7f\xd2\xee\x94\x81\x45\x13\x86\xdf\x25\x50\x29\xba\xf3\xcd\xd8\xc1\x31\x07\xc6\x74\xce\x7d\xc8\x5e\x19\x25\x39\x66\x69\xe6\x51\xf6\xa9\xf0\xd2\x14\xeb\x59\xa3\xd9\x37\xc3\x98\xc9\xef\x66\xc8\xd2\xaa\x41\x8a\xc9\xc1\xd3\x5e\xd0\xae\x01\x3a\x49\x9f\xa7\xec\xa4\x27\xfa\xb6\x25\xbe\x9e\x7c\x87\xde\xe9\xf5\x28\x69\xd6\x04\x47\xfa\xb8\x07\x3b\xd1\x78\xfc\x03\xfa\xa6\xdb\x8b\x7f\xeb\x80\xd3\x04\x2e\x86\x2b\xfe\x1d\x3f\x57\x07\xd0\xbf\x71\x05\xf1\x75\x78\xbf\x6f\x03\xf1\xc9\x79\xd2\xb9\x9d\xbc\xcf\xeb\x9a\x96\x7f\x8a\x1b\xff\x3e\x52\x1f\xce\xb5\x73\x75\x21\xa7\xbc\x0f\xba\x70\xf0\xf0\xaa\x43\x85\x2a\xbb\x04\xdf\x17\xb6\x94\xc6\x18\x85\x8e\xf2\xdb\x22\x50\x7c\xce\x35\xc7\xc0\x6f\xb9\x4b\x61\x4d\xc4\x67\xfb\xd6\x59\xc5\xf9\xbd\x13\x65\xfd\x5c\x26\x56\xed\x64\x2c\x8b\x0b\x35\x4d\xa9\xd9\x5e\xb9\x7b\x79\x84\x74\x42\xc3\x56\xfa\xd4\xd6\xa8\xa0\xd1\x6f\x73\xbf\x74\x34\x46\x33\xa2\x9b\x73\xf5\xdf\xfc\x8c\x16\x8a\x1e\xb5\x45\x9e\xbd\x35\xe2\x57\xb4\x64\x4e\x00\xfb\x5e\xe8\xfa\xe8\xdc\x35\xcb\xd9\x83\xc1\x0f\xa3\x7d\xb2\x0b\x68\xc3\xc0\xa8\xe8\x90\xe5\x17\xe8\x10\xff\x99\x51\x89\x4b\x2e\xd3\x39\xde\xdd\xd1\xbb\x17\x4e\xa6\x37\x79\x1f\x8e\x96\xcf\xda\x40\xd7\x79\x7c\x8e\x7c\x39\xf7\x0a\xfd\xd2\x75\x20\xb2\x3f\xa3\x81\x66\xbb\x18\x45\x6d\x99\xc5\x82\x88\xf3\x6c\xc0\x9a\xe6\xd5\xff\x37\x7f\xcf\xff\xb9\xe4\x1e\xe3\x40\xd7\x4a\xf2\xde\xfa\x7d\xe7\xe6\x53\xdc\xf8\xb9\xcf\xbb\xab\x88\x1b\x77\x7b\x31\x37\xee\xf3\x9d\xe5\x84\x0f\x3b\xf5\xf3\x08\xa9\x33\xe5\xaa\xc7\x49\xdf\x8b\x7d\xb3\xaa\xe3\x64\x9e\x53\xd4\x56\xd7\x93\x22\x3a\x7a\xb2\x21\xd9\xfe\x55\xf3\xec\xf6\x68\xde\x9c\xa3\x74\xc4\x2e\xe8\x92\xf9\xaf\xf1\x8e\xe5\x5a\xa9\x85\x6e\x49\x89\x5b\x0e\x1e\x5e\xa4\xe8\x1d\x15\x3d\x5c\x96\xb2\xf3\xad\x5f\x7e\xd8\xe5\x52\xd6\x71\xfb\x80\xb8\x60\xf7\x03\xe2\x57\x6e\x05\x4e\x0c\x54\x2f\xb1\x7e\x39\x33\x50\x38\x60\xc1\xfe\x93\xb4\x87\xff\xc8\x80\x2f\x85\x09\xf4\x44\x5f\x95\xc0\xc4\xfc\x14\x3a\xc7\xdb\x3e\x30\x7f\x87\x2a\xbd\xdf\xf3\x45\xa0\x7a\xee\x07\xfa\xaa\x7b\x7c\xd0\xfc\x0d\xdd\xf4\x6d\xb7\x2f\x81\xfb\xd6\x1d\x05\xe5\xdc\x1d\x94\xb1\x26\x99\x86\xf3\xe7\xa0\x9e\x15\xbf\xa1\xea\x64\x1d\x24\xbe\xdc\x1b\x76\x0e\x4a\x81\xf3\x97\x9c\x41\x94\x6d\xdf\xbf\x7a\xb8\x7f\x74\x20\xdc\xfa\xd7\xba\x8a\xf0\xd8\x1f\x96\xe7\x12\xfe\xf2\xe9\xb5\xdd\x93\xb8\xf3\xbf\x98\xec\x1f\xda\x1b\x0f\x3e\xe4\xc6\x7f\x94\xf0\x96\xa7\x3e\x9e\x20\x7d\x71\x0e\x0b\x9f\x26\xff\x6e\xef\xb9\x7a\xf2\xdf\x73\xf5\xce\xe7\x8e\x78\x43\x51\x6b\xd2\xce\x17\xa8\xf5\x8a\x7a\x65\x5d\x6e\x4c\x34\x5f\xa6\xa2\x39\xb9\xbb\xfe\xa9\x8f\x0d\x6b\x75\x7c\xe9\xe9\x4f\x89\x8a\xb6\x12\x11\xbb\x4f\x4b\xcd\xab\x76\xb4\x0a\x92\xac\x65\x6d\x93\x73\xd1\xf6\xb5\xae\x51\x3e\xf2\xcb\x8d\xe1\x59\x53\x6d\xd3\x46\xb9\x7d\x74\x3f\x72\x6a\xdd\xf3\x41\xb7\x2c\xf7\xe4\x53\x31\x6c\xb6\xcb\x49\xf7\xea\x23\xc3\xf4\xa0\xd3\x3b\x8f\x85\x87\x5e\x40\xd0\x69\xaa\x47\xc9\x81\x3d\x50\x73\x14\xf0\x8c\xdc\x57\x04\x43\x07\x07\xcf\x83\x7b\x76\xc1\xc9\x5e\xd3\xf3\x57\xbe\x0b\xfc\xed\xbc\xbd\x96\x6e\x3b\x84\x58\x5b\x23\x2f\xa7\x2d\x85\x98\x6e\xbd\xc0\xeb\xd3\xc6\x60\x64\x5a\x6b\x7a\xcb\xad\x97\xc4\x0a\xcb\x6f\x40\x22\xaf\x4e\x66\x9c\xe1\xe0\x50\x4a\x36\x79\x9e\x1f\x97\x6f\x23\x75\xf0\x59\x5c\x21\xc9\x83\x1e\xb1\x52\x92\x3f\x57\xe7\x57\x12\x5f\x87\x66\xf7\x13\x64\xfc\x6a\xe3\x4e\x93\x7e\x52\x95\x3f\x1a\xc8\xf7\x8a\x77\x35\x91\x71\xda\x61\xd0\xfa\x8e\x83\xab\x4f\xb6\x7b\x73\x70\x51\xd3\x55\x5a\xc1\x86\xa2\xa6\x15\x5e\xc9\x60\x4d\x97\x55\x1d\x23\xd2\xf6\xd2\x55\x89\xd9\x13\xae\x78\xe9\x4b\x4c\xb0\xd1\x5b\xff\x05\x97\x16\xcf\x66\x9a\xd5\x7a\xba\x5f\xfc\xb0\x69\xaf\x65\x9d\xcb\xe4\x8b\x11\xe5\xcf\xac\x3d\x1d\x0d\x5a\xf7\xb6\x26\xda\xc8\xd8\x7b\xb7\xe0\x49\xa9\xf5\x7a\x7b\x91\x96\xa7\x43\xee\x96\x65\xf6\xdb\x1a\xa7\x62\x89\x45\x99\xc3\xe8\xd3\xcb\xb0\xcc\xa2\xc4\x61\xfa\xc9\x52\x6c\x36\xdf\xea\x30\xe1\xe8\x16\x14\x99\x99\x3a\x1a\x55\x68\xa0\xd8\xcc\xd1\x31\xbe\x4c\x08\x47\x4c\x47\x3b\xa9\x17\x1f\xc4\x31\x53\x07\xa7\x65\x85\x1f\x50\x6b\x72\xd0\xe9\xc4\xee\xd5\x38\x6f\xfc\xd8\xe9\xda\xce\x32\x5c\x35\x6a\x07\x66\xf0\xfa\x83\x71\x9f\xff\x97\xe2\xed\x64\x5e\x3c\xaf\xda\x4b\xf4\x1d\x3d\xa7\x0e\x12\x5f\xad\x6b\xf2\xc7\x88\xcf\xc9\x85\x93\x5c\x5f\x9c\xd3\x2f\x1b\xc8\x78\x1c\x33\xe0\xc6\x7d\xe0\x2c\xb7\x6f\xce\x2e\xcb\x2b\xc4\x1f\x60\x43\x27\x97\x27\x5e\xfc\xe9\x36\x59\x57\xa7\x0e\xdf\xf9\x29\x70\x8f\xa2\xc6\x16\xf4\xc8\x30\x7b\x45\x7d\xa2\xf6\xdd\x19\x65\x9b\xa6\xb4\xcc\x77\x43\xb7\x7d\xe8\x51\xcd\x56\xb7\x94\xee\xe0\xa9\x91\xba\x9a\x0e\xf3\xba\x0d\xd6\x4d\xd4\x3f\x60\x63\xd3\xb5\xaa\x34\xd6\xc0\xdb\x92\xea\xb2\x68\xda\x6e\x50\x6c\x9e\x79\xbb\xec\xc1\x80\x81\xb9\x79\xd4\xed\x9d\xbf\xc2\xf4\x13\xcd\x73\xae\x33\xc0\xd6\x65\x5b\x8c\x68\x33\xc1\xa0\x9e\xab\x45\xfe\x85\xc9\xe8\xd7\x5b\x6d\x29\x73\xf6\x0e\xfa\xf5\xb2\x2d\xad\x4f\x47\x63\x48\xf7\xa1\xd5\xa5\x93\xb6\xf8\xa4\x1f\x6f\xf5\xfa\xe8\x6c\xf4\xeb\xed\xb1\xba\x57\x11\x02\xb6\xee\x51\xeb\x8f\x65\xbb\xf0\x4b\x2f\xdd\xda\xbe\x64\x35\xa0\xd3\x88\xf2\x95\x95\x24\xfe\x73\xdb\x48\x1c\x2f\x4f\xec\x23\xf7\xb9\xef\xed\xe0\xfa\xe2\x5c\xbb\x5e\x45\xf4\x51\x2d\xcd\xa7\x89\x0e\xa0\x6e\x47\x23\xd1\x8d\x1c\xb7\xe4\xf2\xe2\x07\x8b\xdb\x89\xff\x45\xc1\xc5\x0e\xe2\x07\xb0\x75\x07\xb7\x7f\x48\xf6\x1d\xee\xbd\xf9\x39\xb7\x1e\x90\x3e\x0a\xe3\x4e\x3d\x23\xeb\x52\x6c\x4c\x2f\xad\x38\x9e\xa2\x02\xd4\x7b\x5d\x4c\xe2\xa5\xe6\x3a\x0f\xf4\x2e\xf0\x1b\xa5\xec\x6a\xbb\xae\xf7\xcf\xf8\x4c\x55\x19\x0b\xad\xde\xa1\x95\x2e\x0c\x69\x13\xd1\x17\x01\x45\x31\xea\xb2\x86\x89\xbd\x0f\x1a\xf6\xa9\x47\xb2\xde\xbc\x90\xb8\x9b\xc4\xc8\x63\xf5\xf5\x7e\xf9\xc1\x56\xbd\x66\xa0\xfa\x38\x18\x50\x99\x6a\xb0\xae\x27\x18\x50\x35\x33\x68\xe8\x9c\x05\xa8\xce\x32\xf8\x7d\xb5\x09\x50\x3d\x60\xd8\x78\xf1\x3b\xa0\x96\x61\xc8\x6e\xca\xe7\xa0\x51\x63\xc3\x49\x80\x21\x61\x5c\x56\x7b\x00\x60\xb4\x9a\x18\x9e\x2c\x00\x18\x83\x26\xcd\x47\x57\x02\xea\x72\x3f\x3c\xb6\x11\x56\xe4\xf5\xa6\x7d\xa4\x2e\xdc\x3f\xcf\xf5\x05\xb9\x69\x79\x8a\xc4\x73\x29\xba\x81\xf0\xdf\x0d\xad\xcd\x64\xfd\x38\x11\x7f\xf9\x15\xa9\x83\xd3\xae\xee\x25\x75\xf0\x6a\x27\x39\x7f\xec\x58\x79\x87\xf0\xc0\xeb\x6b\x1f\x92\x7a\xb9\xe8\x0d\x97\x27\x9e\x36\xf0\x82\xec\xbb\x93\x54\xde\x91\xf1\xf0\xbd\xf0\x39\x7b\xc4\x0c\x8a\x72\xb5\xf8\x72\x50\x73\x40\xe8\xb0\xd5\xa8\xaf\xe2\x2e\xc7\xa5\xd6\x9b\x84\x7e\x0b\x4c\xb2\x93\x59\xce\x6a\xfd\x2e\xb7\xb0\x40\xf6\x9e\x6e\xe8\xf7\xd2\x5d\xa7\xe4\xc6\x6b\x4b\xfc\x50\xa9\x79\x24\x67\xa7\xf9\xfc\x87\xfd\x6d\x19\xd9\x68\xcd\xeb\x3f\x1a\xbe\x78\x4a\xcf\xd2\x7c\xf9\xf9\x33\x20\x79\xff\x1f\x9d\xc3\x89\x67\x16\x80\x54\xa7\xb6\xc8\xbd\xa7\x80\x4c\xbf\x56\xc1\xed\x9b\x80\xcc\x66\xad\xb7\xd7\xfd\x01\xd9\x91\xda\x4b\xdb\x62\x01\xd9\xf3\x3a\x8e\xad\x66\x80\x5c\xa1\x8e\xca\xb9\xbb\x80\x9c\x9f\xde\x8a\x7a\x27\x40\x51\x9a\xaf\x03\x7c\x78\xfc\x30\xd1\xb9\x75\xfa\x9f\x22\xf3\xfd\xd2\x43\x6e\x9f\xa4\xc6\x46\xee\x73\xaf\x76\xe5\xe9\xa0\x9e\xdc\x24\x7a\xb9\xfd\xe8\xe6\xdd\x7b\xbe\x4f\xfc\x22\x36\xe1\x31\xa9\x13\xd9\x35\x2f\xc8\x7e\x6c\x6e\xe5\x1b\xe2\x47\x36\x89\xe7\x17\x32\x9a\xfa\x4e\xfa\x27\x79\xc8\x0d\x12\xdd\xad\x85\x2f\x0c\x65\xd3\x28\x8a\x35\x19\xb0\x90\x16\x7a\xa7\x23\x0f\x44\x14\x88\x84\x68\x8e\x01\x66\x75\x89\x66\x32\x47\x02\x9b\xfb\x45\x0f\x31\x56\x00\x95\x93\x45\x5d\x19\x6e\xc0\xe5\x3b\xa2\xae\x6a\xc3\xc0\xf3\x21\xe1\x6e\x86\x02\xc0\x0e\x14\x5c\xaa\xbc\x6b\x98\x74\x5a\x50\x8e\xf9\x9e\xc7\x41\x25\xfd\x0f\x3a\x1c\x64\xec\x7e\x2e\x0c\x88\x7c\x61\x04\x3c\x38\x07\x88\x34\x33\x2e\x74\x1f\x00\x44\x2f\x29\x3a\xdc\x26\x67\x6c\xf5\xf2\x6b\x82\x80\x78\x0c\x73\xe2\x65\x5f\x40\x62\xfc\x93\xce\xc3\x64\x1e\x74\x59\xd5\x70\xf5\x1f\xe3\xce\x93\x7a\x71\xae\x89\x1b\x7f\x6d\xc2\x55\xa2\x37\x3f\x6a\x76\xeb\x17\x07\x4b\x7b\xb9\xba\x80\xc2\x4f\x8f\xc9\xf7\xb6\x95\x3d\x27\x79\xb5\xee\xd3\x1b\x32\x6e\x4b\xf6\xf7\x91\x79\x33\xdb\xf1\x1b\xe9\xbf\x96\x26\xf6\x8b\xe8\x2a\x23\xbe\x0c\x93\xfe\x4a\xce\x3c\xfd\x83\xae\x36\x20\x74\x83\xa2\x34\x5f\x01\x06\xfe\x02\xd6\x4c\x01\xc0\x3f\x57\xe0\x1d\xe3\x09\x30\xb1\x5c\xf0\x1d\x63\x24\xb0\xf2\x9e\xd0\x21\xb5\x72\x60\xaf\xa4\xf0\x74\xd5\xf5\x40\x8d\x91\xe0\x14\xd5\x6d\xc0\x35\x25\x81\xcf\x4a\xc7\x81\x27\xb9\x14\xa5\xb8\x15\xf8\x62\x4d\x51\x32\x1f\xb9\xbc\xf5\x88\xb5\x34\x61\x10\x05\x46\xfe\xd4\x27\xbf\xa9\xeb\x23\x79\x17\x3d\x62\xf0\x35\xe1\x6a\x04\x98\x4f\xc9\xdd\xdd\x91\xca\x0f\x48\x67\x0e\xc1\xdc\x3b\x56\x1c\xec\x09\xad\x25\xfc\xfe\xd5\x0f\xdc\x7a\xd7\x54\x74\x89\x3c\xdf\xd3\xa7\x3a\x48\xdd\x3c\xbe\xb6\x7b\x37\x07\x0f\xc9\x3d\x20\x79\x52\x94\xf5\x8c\xf0\xa0\x79\xa7\x5e\x11\x1e\x74\x53\xf4\x07\xf2\xbd\xec\xd0\x2f\xa4\xbf\x4c\xd6\xf1\x9f\xe4\x1c\x36\xb5\x73\x90\xb0\x8a\xc9\xfb\xb9\x7c\x69\x10\xcf\x27\xc7\x86\xd7\x0f\x82\xb1\x9f\x8b\xea\xba\x80\xae\xc4\x88\x76\xc5\x32\xc0\xe5\x01\x45\xc9\x0d\x03\xf1\xe5\x14\x25\x37\x08\x64\xae\xa4\x28\x59\x25\x20\xe7\x31\x45\xc9\x9c\x01\x4a\x02\x28\x4a\xaa\x0e\xa8\xe9\xa3\x28\xc9\x03\xc0\xe5\xff\x8f\xb2\xf7\x8e\xcb\xf1\x7d\xff\xc7\xcf\xf6\x9e\xd2\xde\x4b\x7b\x2f\x0d\x8a\x32\xa2\xb2\x42\x84\x64\x8f\x48\xc8\x8c\xac\x28\xa2\x21\x23\x54\x56\x89\xa6\x11\x1a\xa2\x88\xca\x48\xa8\xcc\x54\x66\xc3\xc8\xca\xa8\xe3\xf7\xe8\x38\xcf\x2b\xf2\x7a\xbd\x3e\xef\xef\xcf\x3f\x4f\xd7\x5d\xdd\xf7\x7d\x1c\xd7\xb9\xae\xf3\xf9\x3c\x9f\xc7\x0e\x42\x44\x4b\x01\xaa\x3f\x10\x22\x76\x12\xe0\x85\x35\x21\xa2\x15\x00\xdf\xc4\x09\x21\x7b\x39\x5e\xff\x17\xab\xe4\xf0\x99\x9d\xdc\x6f\xa5\xe8\xff\x8a\x39\x37\xd4\xe3\xef\xdd\x94\xa6\xf1\x97\x0e\xbb\xbe\x83\x8e\x83\x37\x71\xfe\xcf\xee\x7a\x30\x8b\xae\x07\x1e\x27\xe2\x7c\x20\xd2\x84\xe3\xe8\x5e\xb9\xd7\xe8\x13\xb6\xcb\xa1\x4d\x93\xb6\x83\x4f\xe8\x43\xb6\x36\xb0\x03\xe7\x99\x25\xe3\xba\x70\xfe\x9d\xc1\x78\xee\x71\x4c\x0f\xc0\xf1\xde\xa6\x4c\x07\xa0\x10\x4c\x51\xaa\x0c\xa0\x6f\x27\x21\x12\x91\x00\xd6\x6e\x84\x88\x96\x00\x8c\x98\x4d\x88\x88\x34\xc0\x0c\x71\x42\x84\x72\x01\x56\x2f\x22\x44\xe8\x33\xc0\xae\x31\x84\x08\xf4\x07\x48\x09\x27\x44\x50\x17\x20\x27\x89\x10\x61\x2d\x80\xe2\x4f\x84\x08\x59\x01\x54\x9a\x11\x22\x50\x0f\xf0\xa8\x92\x10\xfe\x7d\x00\xcd\x77\x98\xce\x61\x1e\xe9\xd1\x39\xfc\x33\x2f\x6d\xc5\xdd\x78\x4d\xa6\x1c\x75\xe6\xf9\xa2\x77\x30\xae\x9c\x6b\x35\x68\xa8\x78\xb2\x8a\xfa\x60\x1d\x69\x78\x89\xed\x20\xf1\x54\x33\xf6\xff\xf8\xf4\x4f\xd8\x1e\xa2\xda\x68\xbd\xa8\x8d\x03\x3b\xb1\xdd\x70\xfc\xf7\xfc\x70\x8a\xfe\x53\x29\xfa\x30\x9f\x10\x4e\x17\x65\x7c\x04\x7a\xf1\xfe\x02\xd7\x01\xc4\x22\xe9\xf7\xd4\xb6\xf8\xcd\x73\xf3\xde\x07\x18\xdf\x46\x08\x7f\x20\xc0\xa2\xed\x94\xdf\x0f\xf7\xa1\xfc\x75\x1c\x53\xc4\xa7\xe4\x50\x3c\xc9\x76\x86\x38\x1e\xfb\xaa\x30\xc5\xbb\xcb\x28\x36\xb2\x27\x07\x74\x78\x98\xd2\x5b\xff\xc1\xe5\xa5\x30\xa8\x0a\xd7\xc7\x67\x80\xea\x41\x4e\x79\x53\xdd\xe3\x71\x99\xd7\x38\x3f\x1e\x52\x7f\x87\xe3\xff\x9e\x19\x54\xff\x15\xdd\xf9\x13\xe7\x87\x88\x6b\xc0\xd6\x07\x14\x39\x5f\x9c\x19\xfe\x14\x7d\x99\x0e\x60\xa8\x2f\x45\xbb\xdd\x14\xb9\x3a\x20\x1c\xef\x4f\x26\x00\xf0\x31\x45\xaf\x46\xf7\x48\x62\xfd\xbb\x02\xa6\x17\xab\x6c\x36\x9d\x87\x62\x68\xf7\x93\xbf\x3f\xc0\x16\xe6\x00\x1a\x3f\x86\xe2\x21\xb6\x12\x4e\x2b\xa4\x78\x9a\xfd\xfc\x12\x53\xce\x57\xb2\xb8\xa9\xb2\x13\xe0\x0d\xab\x24\xfa\xb5\xe1\x77\x3e\xf2\x1a\x1e\xe1\x7c\x91\xd5\xd6\x88\xf1\xa6\xb9\x34\xe3\x75\x52\xe7\x07\x95\x6e\xdc\xef\xfe\x1d\xfb\x45\xec\x11\xc0\xfa\x7a\xdb\xb4\xe9\xf7\xe7\x7c\x81\x38\x1d\xc8\x5c\xa6\x6f\xf0\x67\xf7\x9d\xf3\x85\xe9\xd1\x81\x30\xdf\x10\x4e\xff\x20\x7d\x83\xe5\xe1\x01\x00\x6f\x3e\xfd\x3e\xca\x6c\xe7\xcb\x92\x55\xb8\xe3\x4e\x00\xf9\x75\x3f\xa9\x6c\x04\x58\xd0\xbd\xf2\xf5\x03\x58\x3d\x80\xbe\x1e\xe1\x4c\x91\xab\x88\x87\x7a\x87\xcd\x00\xc7\x77\xd3\xeb\x6c\x96\x97\xfc\x04\xd6\x4e\x1e\x51\xac\xba\x4e\xf3\xf9\x6c\x30\xbd\xee\x1e\xe1\x4e\xf7\x7b\x81\xeb\xe3\xf4\x3b\xb4\x4e\xda\x61\x91\x8f\x38\x6f\x1e\x0c\xea\x44\x8c\xaf\xa7\xdf\xf7\x6f\x3f\x94\x50\xe6\x13\xc2\xe9\xa1\xa6\xcf\xeb\xdd\x0e\x38\x5f\x18\xae\x3f\xf4\xe8\xc3\xd8\xdf\x49\xb1\x7a\x5a\xb8\x13\x56\x48\xdb\x85\x22\x73\x38\x34\x4e\xa7\xe8\x36\x8f\xf6\x93\x31\x86\xbd\xdb\x45\x30\x7b\x22\x5e\xdd\xc1\xf2\xc1\x1c\x23\x77\xb2\x1d\x94\x7d\xac\x3d\xa5\x54\xff\x7b\xbf\xe1\xda\x49\xf9\x6e\xaa\x1f\xb9\x7f\x81\xee\xc7\xfd\x5d\xf7\x81\xd3\x3f\xf4\xf8\x60\xb0\xf3\xce\x7f\xeb\x40\x38\x7d\x04\xf7\xfb\x9c\x8e\x84\xf3\x17\x99\x88\xfb\xdb\x44\x60\x56\x0c\xee\x77\x6d\x0b\xa9\xeb\x46\xde\x9c\x8d\x6e\xdd\xc8\xef\x1b\x8b\x3c\x81\x80\xdd\x11\x53\x7c\xfd\x78\x2e\xfa\x24\x93\x0d\x25\xb8\xdf\xcb\xdb\x76\xbf\x96\xbe\xcf\x2b\x76\x7e\xec\xd7\x18\x42\xba\xf6\xd0\xff\x7f\x02\x8a\xdd\xab\x13\xfc\x9d\xc5\x14\x9f\xdf\xa2\xf8\x44\x89\xa0\xc3\x4b\x6d\x1f\x7a\x5d\xcd\x38\x89\xdb\x36\x04\x7b\x6e\x85\x26\xbd\x2e\x63\x5c\x1e\xfc\xe1\x7b\xd0\xa3\x7f\x60\x3c\x0e\xa7\x77\xb1\x63\x71\xf5\xe8\x40\xd6\xf7\xce\x07\xa7\x9b\x61\x7f\x1f\x3e\x92\xf2\xe6\x93\x26\xd0\xbc\x98\xce\xc0\xf7\xe7\xdb\xba\xe4\x68\x37\x0a\x29\x6d\x42\x7e\x54\x68\x7b\x1c\xd6\xb9\x16\xe6\x3d\x82\x3e\x0a\x02\x5b\x4e\xe3\x77\x13\x0c\xb8\xfa\x1a\xf3\xb4\xa3\x16\xf9\x73\xbe\x98\xb7\x78\x9e\x9a\x17\xf5\x1e\x3f\xd9\x19\xcb\x8f\x6a\x14\xdf\x56\x53\x7c\x71\x8a\x07\x57\x26\xcf\x85\xe8\xf5\x23\x4f\x72\x05\xd7\x05\xb2\xf4\xba\x4a\x9f\x60\x05\xbc\x9b\xb2\x3c\xab\xba\xb1\x5c\x9b\xa0\xbf\x58\x69\xdc\xef\x3c\x70\x7e\x28\xae\xbb\x7b\xb7\x03\x2e\x7e\xee\xdc\xf7\x5f\x3a\x90\x9e\xbc\xb0\x7c\x4d\x74\x63\xb9\xf7\xc4\x38\xc9\x98\x71\xc8\x87\x08\x2c\x9a\x81\x7c\xb1\xd0\xe4\x10\xe4\x0b\x45\xdf\x6d\x5c\xd6\x8d\xe2\x8b\xe2\xb0\xbd\x88\x3e\x3e\x8a\xe7\x65\x45\x17\x9f\x45\x3f\x6c\xd1\x8e\x32\xe4\x89\x84\x06\xd7\x61\xfd\x01\xc1\xd8\x56\xd4\xd9\xf0\x60\x0f\xfb\xae\x44\x70\x44\x7e\xf7\x91\x07\x1d\x79\x5e\xfb\x92\xf9\xdd\xd8\xd0\x48\xe3\x7c\x72\x93\x14\xfe\x6b\x3b\x10\xa2\x3f\xe7\xe2\xbf\xe6\xca\x87\x33\xd6\xe5\x56\x5e\x75\x2e\x0f\x5c\x7f\xe8\xf1\x43\x11\xea\x1d\xbf\xe5\x50\xd2\x5b\x07\x60\xd8\x3b\x1f\x9c\x5e\x84\xf2\xc5\x3c\x8e\x43\xae\xe0\xf7\x77\x1e\xfb\x0e\xe3\x69\x0f\x44\x5f\x78\xd1\x75\xc1\x9f\x30\xfe\x94\x0d\xc8\x23\x4b\x9e\x8c\x7b\xd3\x8d\x52\x7b\x8f\xe1\xe7\x4b\x0c\x3a\x67\x80\xaf\x07\xdd\xc0\x7e\x2a\x7e\xf0\x09\xea\x09\xc4\x8d\x3f\x9c\xc2\x7c\xa2\x52\xf3\x8b\x94\x00\x3a\x92\xb5\x84\xf2\xe3\xd9\xf4\xa6\x1a\xbe\x8f\xdd\xf8\x2c\x5a\x08\xe3\x79\xe8\xc2\xa7\xdf\x8d\xf7\x52\x04\x05\x30\xfe\xf3\xa2\x66\xd8\x0f\x96\x08\xe2\x88\x5d\x96\xc2\x87\xca\xd6\x2b\x67\xf8\x91\xd3\xbc\xf4\x44\x68\x07\x97\x87\x41\xf2\x7f\xb5\x03\x8b\xbf\xe2\xbf\x4e\x7a\xeb\x3f\x04\xff\x2d\x1f\x3c\x6a\xfd\xb1\x8f\x0a\xac\xf0\x40\x5d\x8c\xe8\xe4\x31\xa8\x1b\x11\xff\x10\x80\xfd\x43\xea\x72\x30\xfa\x9d\xcb\x18\x6d\xc0\x3a\x02\x32\xdf\xe2\xd0\x5f\xa6\x8f\xec\x31\xf4\xcb\x97\x1b\x72\x1e\xfb\xbe\xcc\xfb\x0a\xac\xb7\x21\x63\x5b\x8f\x7c\xb2\xf4\xb7\x2f\x9d\x84\x74\x3d\x12\xc6\x1a\x15\x1f\x64\x44\x51\xf7\xf5\x6a\x92\x28\x2a\x39\xeb\x83\x44\x71\x64\xae\x1d\xad\x7c\x1a\x40\x28\xfa\xc1\x30\x31\xf4\x68\xef\xd1\x83\xe5\x2b\xaf\x07\x10\xda\x75\xf5\x91\x72\x14\x80\x50\xc6\xe5\x42\xe5\x6d\x00\x42\xe9\x85\x4f\x94\xdf\x00\x08\x0f\xbd\xe8\xa0\xfc\x00\x40\x58\xf5\xcf\x71\xee\x1f\x3a\x18\xd6\xb6\x38\xfe\x9b\xd3\x01\x70\xc8\xbd\x6e\x8a\xe3\x09\xdf\x3c\xdb\x7c\xf2\x87\x4e\x4a\xb2\xce\x07\xdb\x95\x6c\xda\x54\xe4\x45\xe5\x1f\x05\x23\xff\xa7\xb4\x6d\x43\x0c\xdf\x66\x00\xa5\x4b\xf1\x53\xf8\xdf\x00\x28\x8d\x4a\xb5\xe0\x0f\x02\x90\x6f\xbe\x90\x85\xbf\x27\x72\xcb\x06\xd1\xb4\x11\xdf\x57\xde\xf8\xd7\x38\x42\x3a\xec\x65\x71\xc6\x6e\x11\x93\x43\x07\xc3\x7a\x6b\x15\x6f\x00\x61\xc7\xba\xe3\xca\xef\x01\x84\x5a\xaa\xdb\x55\x0a\x00\x44\xe6\x73\xf1\x97\xeb\xaa\x4c\x01\x10\x11\xe0\x74\x50\x97\xbb\x54\x56\x03\x88\xd8\x15\x11\x95\x4d\x00\x22\x8e\x17\x4f\xa9\x84\x01\x88\xe8\xe6\x19\x2a\x5f\xe9\x7e\x1e\xfb\x73\x9c\xfb\x5b\x07\xd3\xe3\x83\xc1\xce\xbf\x73\x3c\x38\xd5\x81\x70\xba\x10\x81\x3b\x86\xf8\xfb\xa2\x9e\x56\xf6\x78\xdf\x0b\x07\xe0\xcf\xe5\xb0\x60\x1d\x80\xf2\xe8\x29\xb6\x7c\x9a\x00\x2a\x8a\x8b\x86\xf3\x37\x03\x28\xd7\x86\x13\x81\x74\x00\xe5\xb8\xf8\x3e\x82\x13\x01\x94\x87\xa5\x1e\x13\xbc\x08\xa0\xd4\x90\xbf\x45\xd0\x1f\x40\xe9\x6b\x95\x8a\xa0\x17\x80\x52\xe3\xeb\x20\xfe\x12\x80\xee\xb8\xc8\xae\x0f\x83\xba\xe3\x10\xf2\x68\xea\x54\xc9\x06\x10\x8e\x7e\xb4\x5c\x5d\x00\x40\x3c\xec\x9e\x9d\xda\x6d\x00\xf1\xa0\xdb\x92\x6a\xaf\x00\xc4\x8f\x97\xef\x51\x8f\x04\x90\x88\xba\x96\xae\x9e\x06\x20\x91\x79\xf9\x84\xba\x23\x80\x84\x68\x61\xbb\xba\x02\x80\xf8\x8d\x0b\x44\x5d\x13\x40\x3c\xfb\x9c\xbd\xfa\x38\x00\xf1\xda\x9c\x0d\xea\xc2\x00\xe2\x1e\x7f\x8e\x07\x5c\x3f\xe0\xce\xbd\xeb\xb0\x3c\x70\xfc\x2f\xc7\x83\x73\x3c\xa0\xea\xa8\x6e\x14\xe9\xd2\xc1\x7a\x08\xd2\x19\xe6\xe8\x9b\xa3\xdc\xe6\xec\xcc\xeb\x00\xa0\x66\xe3\xf9\x89\x7f\x0a\x80\x9a\xa0\xdf\x25\x01\x67\x00\xb5\xfc\xf9\x2f\x85\x04\x01\xd4\xde\xac\x4b\x11\x2e\x01\x50\x3d\x1c\xb7\x45\xb8\x19\x40\xd5\x26\x35\x43\x24\x12\x40\xe5\x7c\xe1\x70\x91\xad\x00\x2a\xa2\xf7\x5c\x84\x87\x02\xa8\xf8\xb4\x74\x08\x8d\xfb\xa9\xac\x6a\x0a\x20\x34\xe0\x6d\xa9\xfa\x0f\x00\xf1\x17\x4f\xbf\x6a\x9c\x01\x90\xcc\xbc\xaf\xa4\x99\x01\x20\x3d\xe5\x56\xa6\x66\x1b\x80\x74\xd9\x8d\x9d\xda\x03\x00\x64\x37\x5d\x9d\xa2\x35\x17\x40\xc6\xab\xd8\x5d\x3b\x1e\x40\x36\xbd\xc0\x1d\xfd\xb4\xa4\xf3\x12\xb5\x47\x00\xc8\xd4\x9d\xe9\xa7\xcd\x07\x20\x33\x2c\x5b\x5d\x6b\x1a\x80\xb4\xcb\xa9\x75\x9a\xf9\x00\x52\x8e\xf0\x2f\x7e\x30\xdc\xfd\xe7\xce\xff\x73\xe7\xbf\x19\x0f\xce\xe9\x21\x92\xfb\x9e\xc7\xf8\x23\xd4\xb0\x7f\xab\xac\x33\x16\xe1\x79\x04\xa0\xee\x6c\xd7\x97\x2f\x1a\x40\xa3\xaf\x47\x38\xff\x2f\x00\xcd\xc7\xe3\xfb\x0b\xf9\x01\x68\x2d\x9a\x03\x22\x6b\x00\x34\x5f\x85\x49\x8b\xb9\x01\x68\xa4\xc6\xde\x17\x97\x02\x50\x9f\x9f\x36\x51\x7c\x18\x80\xda\xaf\x4b\xd6\xe2\xd9\xf0\x4d\x2d\xeb\x41\x87\xf8\xb8\x4e\x3e\xf5\xcd\xef\xea\xc5\xfd\xda\x23\x35\x83\x00\x24\xa5\x1a\x75\xd0\x1f\x2b\xff\x41\x82\x6e\x01\x80\xbc\xea\xcd\x71\xfa\x73\x01\x14\x57\xfd\x97\xfe\xe7\xa2\xaf\x9e\x2f\x40\xdf\xb6\xb3\x2f\xf5\xce\x00\xc8\x4b\xe4\x4a\xea\xd6\x03\xc8\xa5\x67\xbc\xd0\xb3\x07\x90\x3b\x9b\xee\xa9\x2f\x0d\xd0\xd7\x3f\xf5\x8e\xee\x69\x80\x3e\x2b\xff\x8c\x9f\xeb\xf7\x5c\xfc\xb2\xa8\x7f\x21\x13\x24\x58\x7f\xa0\x3c\xb0\xa0\xbb\xe8\x56\x8c\x7f\x91\x54\x32\xf9\xa3\x5e\x8a\xa6\xa0\xd6\x2b\xde\x56\x00\x9d\x2e\xf3\x45\x02\x46\x00\x7a\xf1\x03\xbb\x84\x96\x00\xf4\x73\x19\x7d\x57\x34\x04\x40\x7f\xe2\xcc\x44\xf1\x65\x00\xba\x17\x57\xf3\x48\xaa\x01\xe8\x28\xc7\x5c\x91\x9a\xf7\xe3\x80\x8e\xc5\x71\x37\xd9\xd0\xcf\xc9\x3a\xde\xf9\xee\x7d\x05\x3f\x1a\xea\xf8\x56\x6d\x90\x77\x69\x7b\xa4\xf3\xe8\xcd\x08\xf9\xe8\xb7\x3e\x7a\x3b\x00\xe4\xb7\x3c\x4c\xec\xb7\x03\x40\x79\xe6\x6d\x73\x83\x9f\x00\xaa\xa1\xd7\xd2\x0c\x37\x01\xa8\x96\x5d\x8a\x31\xf2\x00\x50\x1b\x5e\xc0\x6b\x68\x04\xa0\x32\xe6\x5c\xa7\xd1\x25\x00\x35\x72\x7a\xa4\xe1\x4e\x00\xe5\xa6\x8c\x4e\x63\x05\x00\xd5\x81\x27\x93\x0c\xc3\x00\x94\x6e\xa5\x7a\x1b\xd6\x01\x28\x1d\x3b\x66\x6f\xd8\x9d\xc7\x9b\x49\xdb\x8d\x8c\x00\x14\x71\x2f\x82\xd3\x3f\x70\x3e\x20\x2c\x7e\x22\xc6\xe6\x0d\xea\x03\xc0\xc3\x78\x1d\xc9\x26\x5e\xab\x6e\x54\xbc\x26\x88\xba\x64\x9d\x6c\x29\x5c\xe7\x18\x7c\x55\x9b\xc6\x1b\x0e\x60\x7c\xdf\xe0\xb1\x60\x10\x80\xe9\xac\xfe\xa2\x22\x4d\x00\xa6\x45\x23\x37\x48\x0c\x00\x30\xee\x08\x38\x20\x95\xd3\x91\x6a\xdc\xb0\xdc\x55\x6e\xf1\x87\x4f\xc6\xdb\xa3\x74\x14\x9b\x5b\x5c\x8c\xca\x92\xde\xa9\xba\xbe\x9a\x69\x24\x7b\xd6\x4a\xfd\x56\xe3\x1c\xc3\x73\x15\xfe\x9a\xf1\xf5\x0b\x0c\x2f\x34\xdc\xd3\x52\x7c\x1a\x61\x54\xd5\x39\x41\x73\xcc\x9d\x4a\x93\x68\xe8\xd2\x5e\x74\xf5\x9e\xe9\x59\xf8\xa4\x13\x58\x68\x6f\x96\x02\xef\x75\x2e\x9d\x77\x34\xdb\x0d\xdf\xb4\x9b\x7a\x7c\x6f\x74\xcd\x47\x43\xa7\xf6\xbc\x93\x53\xcd\xc2\x00\x34\x37\xa6\x2e\x30\x5b\x0d\xa0\x51\x7c\x64\x8d\x59\x3d\x80\xc6\xa6\xe4\xe9\xe6\xd2\x00\x1a\x3a\x07\x2b\x4c\xf7\x02\xa8\x16\xee\x1f\x64\xba\x0f\x40\x55\xe2\xcf\x71\x80\x6b\xff\x5c\xfc\x64\x0e\xc6\x2f\x46\xe3\xe7\xfc\x10\xd4\x36\x53\xe4\xea\x43\x70\xfe\x20\xd6\x39\x32\x3f\xbb\xd1\xae\x58\xeb\x87\x80\x1c\x80\x9d\x90\x95\xad\xd8\xca\x5f\x86\xb6\x61\x1e\xe6\xd2\x45\x1f\x7f\xd9\xf1\xfb\x39\x28\xa8\xbd\xed\x6f\x1b\x1e\xb4\x4e\xf5\x7e\xa3\x9b\x8d\xfb\xc6\xab\x5a\x79\x8f\xbf\x59\x9b\xec\xbd\xa2\xf7\xae\x56\xcf\xf2\x61\xe6\x44\x83\xc6\x7b\x83\x2c\x6a\x4b\x8f\x1b\x35\xdd\xf9\x60\xb1\xfc\xd1\x49\xe3\xf6\x5b\x57\x2c\x1a\x3f\x67\x1b\xa7\x5d\xe3\xb3\x5a\x05\x7b\x8d\x1f\x5e\x7c\x67\x9d\x0e\x89\xc6\x8f\xce\x58\x5a\x87\x42\xae\x11\xc9\x58\x69\x2b\x0e\xe9\x46\xbf\x4e\x5c\xb5\x7e\x0e\x37\x0c\x8c\x8e\x95\xd8\xfc\x84\x52\x83\x07\x87\xc3\xad\xeb\xe0\xa9\xfe\xa0\x43\x53\x6d\x96\x41\x83\xbe\xc4\x81\x19\xd6\x6f\xa0\x4d\xf7\xca\xde\x8b\x36\x23\xa0\x5d\xd7\x7b\xf7\x40\xeb\x16\x00\xed\x67\xb1\x1d\x56\x19\x00\x9a\x59\x7f\x8e\x7f\x12\x6c\xfe\xa4\xe7\xff\x39\xfe\x57\x92\x3d\xb5\x72\x3c\x38\x77\x1e\x9e\xd3\x83\x38\xbc\xa1\x38\xd0\x58\x08\xdb\x91\xfb\x09\xe5\x40\x5e\xfd\x0e\xc3\xc1\xcf\x8c\xcd\xc5\xa6\xb7\x4e\x75\xbb\xe4\xd2\x4f\xde\xb5\x71\x8e\x6b\xc6\xa8\x47\xea\x46\x8f\x84\x06\x9e\x9d\xa5\xa4\x1b\x57\x5d\xe5\xf2\x76\xf5\x46\x23\xf9\x9b\xe3\x9d\xad\x62\x78\xcc\x2a\xaf\x8b\x3a\xae\x3f\x5e\x69\x15\x50\x52\xdf\x5f\xa4\x70\x80\x4d\x43\xf1\x61\xfb\xae\x7b\x8b\xed\x94\x8b\x6c\xed\xeb\x5a\xbd\xed\x86\x5e\x90\x73\xe8\x02\x6d\xdb\x80\xac\x93\xfd\x7f\x81\xbd\x8d\x67\x6a\xa7\xe3\x28\x98\x60\xe5\x79\x38\xcc\xc9\x02\xa6\x59\x3e\x39\xb4\xdf\xa9\x0e\x66\x5b\x6e\x3b\xa0\xe8\x58\x04\x5b\xcd\xee\xef\x13\x76\x9c\x06\x07\x4c\x4d\x76\x1f\xef\xff\x0d\x72\x8c\x67\xc4\x2a\xf7\xff\x06\x97\x8c\x8c\x76\x4a\xf5\xdf\x05\xb7\x0d\x76\x6d\x7f\xed\x70\x0c\x1a\xf4\x0f\x46\xae\x77\xc8\x85\x37\x7a\x2f\xe1\x0f\x1d\x14\xcf\xe9\x5e\xf1\x33\xfe\x57\xbd\x8e\xa2\xc9\x3a\x16\xf7\x67\xf6\x34\xc8\x7c\xf1\x87\x32\x3f\x74\x2f\x3c\xbf\xf2\xf5\xf9\xb8\x8d\xb2\x93\x09\x69\x56\x1e\xa7\xa8\xab\x24\x9a\xf9\x6c\xfa\xe8\xa9\x76\x13\xe5\x4f\xdd\x9b\xea\x35\x62\x18\x9f\x8e\x4b\xc5\x32\xcf\xbb\xfe\x7a\xc6\x3b\x4a\xce\x0f\x3b\xb3\x24\xd5\xb2\xb2\x50\x70\xc8\xbc\xad\x09\x76\xbf\xf2\xa6\xb9\xf3\x27\xc9\x3b\xd6\xe6\x1e\x1e\xa4\x76\x76\x97\x4b\x72\x66\xa7\xeb\xe9\xca\xf2\x81\xa3\x4f\x0d\x1c\xf8\xeb\x85\xd4\xc0\x92\xf4\x69\xae\xab\xba\x52\x06\x34\xa4\x0c\x71\x9b\xdc\x75\xc7\x79\xd9\xfe\xd6\x41\xbe\x5d\xaf\x9c\xdc\x13\x4a\xdd\x5e\x83\xb4\x43\x64\x9c\x8d\x5b\x1d\x18\xd9\x5d\xdb\x95\x35\xc8\x1c\x6c\xec\x0c\x76\x68\xb9\x69\x42\x80\xd5\xc3\x6d\xdf\xdc\x54\x20\xc4\x72\x7e\xc4\x0b\x57\x63\x88\x36\xd7\xde\x6c\x37\x70\x31\x1c\x37\xe9\x08\x7f\x30\xe0\x1e\x14\x1a\x5d\x5f\xf7\x79\xc0\x69\x28\x33\x7c\xf2\xbb\xff\x73\x3a\x18\xa1\xf7\x2c\xfe\xfe\x14\xcd\xd9\x2e\x89\xd3\x70\xb6\x2b\xc0\xe9\x21\x30\xee\xae\x31\x13\x71\x77\xa3\x7d\xeb\x54\xcc\xcb\x1b\x87\x19\xb1\x22\x7b\x08\x79\x72\x65\xa6\xaa\x9a\xbf\xb0\xca\xdd\x3e\xd3\x05\xcd\x35\xfa\xea\x5f\xeb\x9c\x42\x5c\x1f\x6b\x0f\x2d\x50\x9a\xb0\x74\xac\xbe\x85\xd1\xe9\x3e\xe3\x92\xe6\x6a\x38\xb8\x9d\x7c\x3e\x3a\x6f\xdd\x05\x97\xa7\xc7\xac\x7c\x22\x13\x16\x0d\xba\x93\xac\x3a\xb2\x23\xc3\xc9\x23\x2d\xb1\x61\xc4\xa0\xd2\xb4\xa1\xb5\xfb\x34\x86\xbf\x7d\xdc\x3a\x6c\xd3\x1e\xa3\xe1\x55\x5f\x2f\x0d\x33\x8c\x35\xf7\x54\xe9\x1a\xed\x21\xb9\xdd\xc2\x33\xba\x6b\xcb\x20\x87\xad\x8f\x3d\x67\x74\x65\x0c\x7c\xbb\xc5\x6a\x78\x63\xd7\x3d\x97\xd5\xe1\x30\xfc\x6a\xd7\x4f\xc7\x27\xeb\xbe\x0d\x37\x01\x25\x87\xb2\xb5\xb3\x87\x35\x82\x95\x5d\xf3\x9a\xd5\x43\xf7\xc1\x68\x9b\x8d\xab\x06\x0f\x9d\x08\x33\xad\xc9\xf2\x81\x43\x16\x40\x94\xf9\xf9\x65\xe9\x43\x92\x20\xca\xfc\xf4\xef\xf8\x79\x59\xbf\x57\x55\xe9\x1d\xbf\x0b\xdb\xe5\xf0\xac\xa1\x38\x1e\xf3\xf0\xa3\x2d\x00\xf7\xa7\xde\x85\xcd\xc3\x73\x3c\x2f\x92\x83\x1e\x77\xe3\x23\x9f\x25\xfb\xba\xb1\xea\x71\xa8\x98\xd2\x49\x42\xae\x8a\x06\x7f\xef\xd7\x2e\xeb\x7c\x21\x65\x61\xa3\xa3\xa1\xa6\x66\xa6\xf6\x9c\xae\x91\x21\x66\x41\x87\x27\x06\x0a\x4c\xbd\xee\x3c\x68\x5f\xfc\xd4\xeb\xcb\x95\x06\x2f\x8e\x0d\x9d\xdc\xb6\x63\xfc\xb0\xc5\xdb\x57\xfb\x2d\x3e\x9a\x33\x52\x37\x62\xdf\x84\x0d\x05\x9e\xde\x67\x37\x0d\xf2\xbd\x77\x6f\xaa\x4f\x6e\xf8\x3b\x5f\xc7\xb6\x0d\x3e\x45\x61\x6e\xbe\x99\x9d\xe5\x5e\xea\xab\x62\x7d\x5d\xba\xa4\x87\x2f\x0f\x9d\x31\x2e\xaf\x6b\xe4\x10\x9d\x50\xd9\xb1\x0b\xba\x96\x0f\x3e\x1f\xf2\x7e\xec\xcc\xae\x44\xb7\x90\x10\xa1\xd1\x09\x5d\x55\x2e\x9f\x83\xef\x8d\x8a\xe8\xfa\xec\x14\xbd\xc8\x79\x94\x0a\xf4\xe9\xef\xb9\x70\x89\xcf\x5a\x30\xb5\xf7\x5a\x90\xe5\xb5\x0e\xc6\xdb\xa8\xce\x4d\x1e\xf9\x08\x96\x59\x46\xfd\xee\x07\xf2\x11\xbd\xdb\x3f\x17\xbf\x97\x38\xc5\xc9\xe8\x57\xdd\x71\x6d\x36\xb6\x8b\xd6\x4d\x8b\x71\xff\xa6\xa1\x68\x39\xfa\x77\xd7\x1e\xa2\xbb\x22\x37\x37\xac\xc7\xfa\x30\xa5\x36\x9b\x14\xa4\x26\x10\x72\x7e\x63\xf8\x09\xcd\x52\x89\xaa\x53\x47\xc3\x14\xad\x25\x55\xc7\x25\xe7\xae\x2c\xf3\x08\x30\xca\x8d\x77\x5d\x3a\x7c\xa2\x6e\x7f\x12\x61\x17\xe4\xb8\xe0\xd0\x90\x53\x61\xd9\xf3\x55\x37\xc9\x8c\x9c\x1c\x7a\x73\x4e\x42\xe2\xf7\x51\xd1\x4b\xa4\x67\x6d\x39\xc3\x3f\x76\x52\x90\xf7\x8c\xec\xca\x63\xe3\x5a\xe6\xdf\x0a\xdc\xfe\xa2\x60\xdc\x8f\x79\x8a\x81\x91\x9d\x9e\x63\x47\xcf\xd6\x9f\xae\xdf\x79\xd6\x5b\x79\xd6\xe3\x69\x89\x9d\xad\x23\xec\x66\xc4\x4e\x5d\xd0\x65\x35\xd4\x7b\xa6\x81\xff\x9c\xae\x40\xf7\x44\x4e\xef\x31\x5d\x63\xd2\x9c\xae\xf3\x03\x6d\xa7\xdf\x9a\xb8\xa1\xeb\xa1\xf3\xf7\x80\x07\x13\x8e\x75\x7d\x76\x92\x9d\x52\x30\x3e\x1f\xb4\xec\x4f\x4f\x29\xf5\x9d\x01\xf6\xb6\x1d\x00\x12\xac\xee\x8f\x01\xeb\x07\xce\x32\x14\xbd\xa5\xc8\x1f\x3c\xf8\x37\xbb\xf9\x1e\xdd\xd8\xa2\xb3\xac\xb9\x1b\x9f\xed\x5f\x8b\x3c\xd8\x83\xfb\xf4\x7c\x7c\xa5\xea\x56\x3c\xef\x5b\x7c\x62\x3b\xe5\x3f\xe7\xec\x4a\xe6\xf7\x22\xe4\x54\x72\x8c\xb0\xb2\xb4\xd0\x82\x64\xd3\x1d\x65\xc6\xa5\x0a\x0e\x71\x69\xdb\x2a\x07\x14\xeb\xd5\x6e\x19\xb4\x39\x70\xf4\x7b\x9b\xa1\x2b\xf6\xad\x57\x9b\x35\xcb\xad\x70\xe1\xeb\x35\xc3\xd6\x4e\xf5\x74\x9a\xbd\x76\x55\x74\x82\x87\x97\xdf\xf4\x79\x2b\x05\xb3\x84\x7d\x46\x4c\x29\x0d\x5d\x52\xf6\x79\x94\xea\xe4\x65\xcb\x77\x3d\xb7\xf7\xf9\x36\x69\xe9\xf2\x13\x3f\x3b\xbc\xe7\xfb\x7d\x0b\x71\xef\xec\xf2\xcc\xf1\x1b\xb0\x38\xb3\xcb\x61\xe8\x72\xbf\x6d\x0b\xbb\xba\xc6\x7a\xbc\x9c\xe8\x31\xff\x59\xd7\xce\x41\x63\x26\x8a\xcd\x1d\xd9\x95\xe3\xaa\x31\xd1\x70\xd6\x8d\xae\xeb\x03\x36\x4d\x70\x9b\x39\xa2\xeb\xad\xb3\xc9\xf8\x73\x81\xb3\x41\xc0\x51\xd3\x37\x3f\xe0\x13\xe8\xd8\x3f\xf4\x35\x9d\xb6\x0e\x1c\xec\x2c\xff\x45\x07\xc2\xe2\xa7\x3a\x90\x6f\x71\x41\xc8\x47\xb4\xc0\x4a\xac\x0b\x51\xff\x74\x23\xce\xa3\xf7\x67\xd3\xfa\x48\xe5\xd7\x77\x22\x6f\x57\xec\xbd\x1b\xf7\x2f\xcf\xe6\xec\xc3\x3c\xa6\x4b\x26\xe2\x39\xf8\x94\xbd\x49\x63\xfb\x7c\x26\x24\x7e\xce\x01\x63\xdd\xf5\x32\xc3\x22\x06\xed\x53\xb1\x2f\xd7\x28\x5a\x39\x68\x77\xcc\x88\x8d\xa6\xdf\xe6\x5d\x8a\x91\x9e\xd6\xe4\x74\x3c\x60\x5a\xf4\xe9\x95\x32\x6e\x77\xfd\x3e\xef\xd0\x8c\x2d\x76\x6f\x18\xd7\x15\x95\x77\xf2\xe9\x90\xdb\xa3\x67\x45\x2e\xb8\xaa\x31\xb4\xc8\x47\x64\xdb\xfe\xa7\x7c\x43\xe7\x7a\x0f\xdc\xe6\xd1\xb1\x65\x88\xa8\xf7\xd6\x4d\x9f\xbb\xc2\x07\x3b\x7a\xf3\x87\xbf\xe8\xca\x74\x5d\xe1\x15\x12\xd6\xd5\x55\xeb\x52\xe1\x3d\x6d\xf5\xd6\xae\xe7\x2e\x56\xde\x13\x43\x3b\x80\x38\x09\x7b\x1d\x5b\xbe\x1a\x94\xfb\xab\x78\x8f\x0c\x59\x08\x7a\x0e\x23\x46\x76\x06\x8b\x83\xb7\xad\x8a\x57\xca\xc2\xf9\x30\xd9\xfa\xb3\x57\xbf\xf9\x19\xb0\xc8\x6a\x2a\x80\x0d\xdb\x25\xf4\x64\xe7\xfe\xa7\xe2\xf7\xff\x59\x10\x8c\xfb\xd7\xad\x3a\x6b\xf0\x3e\xd7\x7b\x6f\x41\x5d\xc7\x3d\xd8\x89\xbb\xe1\xe5\xea\x71\xd4\xff\x60\xff\xbe\x29\x34\xfe\x24\xf4\x45\x3f\xc9\x43\xf5\x01\x87\x22\x8e\xa3\x8e\x2a\x2e\x36\x3d\x4d\xf0\x2b\x21\x5b\x8b\x4f\x74\xa8\x36\x89\x1a\xac\x56\x4b\x8d\xb6\xd8\xab\xd8\xb1\xd0\xec\xe8\x29\xf7\x2f\xfa\x77\xa7\x8c\x4e\xb1\xf4\xfb\x68\xd3\xdf\x77\x50\x52\xd6\xd2\xbb\x0e\xcf\xbc\x5f\x1c\xda\x10\xdd\xe2\x94\xef\xa9\x75\xd0\x3d\xcd\xd0\xe5\xd0\x90\x7d\x07\xe4\x2e\xdf\x1c\x10\xee\x3e\x3b\xd1\xee\x51\xdf\x01\x23\x07\xaf\xd8\xff\xfd\x8b\x88\x73\x9e\x7b\xdf\x84\xf4\xae\x9f\x8e\xb9\x83\x8f\xc7\x86\x83\x8e\x83\x90\xbb\x58\xf4\x13\xb0\xb2\x27\xee\x9f\x22\x13\xc1\xc9\x6e\xa9\x47\x6c\xc4\x34\x18\x6c\x5b\xef\x31\x7b\xa3\x1b\x04\x58\xa7\x7b\xc8\xad\xbf\x00\xcb\xac\x78\xdd\x3f\xad\x2d\x80\x08\x8b\x10\x0f\xb3\x55\xc6\x90\x60\xae\x35\x78\xd8\x8a\x89\x70\xc1\xf8\xd1\xef\x79\x8f\xb6\xff\x5f\x02\xc1\xc8\x4b\xb5\x2e\x0e\xc3\xf5\xc2\x33\xb7\xad\xa3\xf1\xfe\x8f\x8f\xc1\xdd\xee\x1b\x02\x7b\x5a\xe9\xfd\xa7\xbc\xe8\x39\xf3\x23\xc8\x87\x9f\x1a\x7c\x02\xfb\x49\xca\xa8\x53\xd8\x2f\xe2\x21\x07\xdb\xcb\x96\x37\x67\xf1\xbc\x7b\xd8\x8f\xbc\x27\x0a\x2d\x84\x2c\x72\x3f\x2b\x6b\xf0\x4d\xe6\x4d\x80\x63\x6e\xed\x00\x7d\x0d\x83\x31\x5a\xd9\x13\xc6\x99\x18\x4f\xf3\xfc\x96\x35\x6f\xb1\xa4\xf9\x58\xf7\xbb\x99\x51\x91\xfb\x2d\xbf\xba\x2a\x64\x6c\x3d\x5a\x65\x9d\xe9\xbc\xef\xd4\xc5\xa2\x07\x36\xbe\x8e\xd1\xa7\x44\x6a\xd3\x6c\x34\xfa\x37\x9d\x8c\x6a\x37\xb3\x3a\xeb\xb8\x28\xf5\x23\x2c\xb3\x78\xe3\xb8\xe1\x70\x33\x6c\x35\x0f\x76\x4a\x3a\xd8\x0a\xdb\xcc\x63\x9d\xe4\xf7\xbb\x42\x8a\xe9\x46\x67\xed\xdd\xcb\xe0\xa8\x69\xb0\x73\x54\x8c\x02\x64\x99\xac\x73\x5e\xb2\xe3\x0a\x14\x1a\x9b\x38\xcf\x8c\xd2\x83\xeb\x46\x66\xce\xdf\xb6\xac\x84\x2a\xc3\x61\xce\xf9\x9b\x94\xe1\xb1\x81\x16\x37\xfe\x81\x77\x30\xf2\x37\xef\xe3\xc2\x30\xbe\xe7\xeb\x22\x71\xf7\xb8\x26\x2b\x1e\xf5\x51\x15\x6b\x12\xf1\xfe\x17\x9f\x4c\xf9\xd9\x8d\x79\x33\xa9\x3f\x4a\x46\x4e\x06\xfa\x06\x1d\xbe\x9d\x8b\x3a\xcb\x3d\x5a\x79\xb8\x6b\xbc\x7d\x54\x3e\xd6\x45\x59\xeb\x78\x09\x7d\x04\x16\x45\x5e\x39\x2f\x72\x9a\x90\xc0\xec\x2b\x82\x9a\x79\xa2\x17\xc6\xd5\x17\x27\xda\x1d\x57\x58\x3a\xb4\xb9\xa8\xc5\xeb\x8d\xd6\x77\xd7\x17\x45\x21\xf3\x12\xf4\x26\x38\x29\x17\x7e\xde\xdc\xda\xaf\xc4\xae\xac\xd0\x32\x79\x9f\x61\xa0\xf5\xdc\x82\xc4\x7c\x4b\xc3\x0a\xcb\x84\xfc\xc6\xfb\x63\x0c\x23\x2d\x95\xf2\x27\xbc\x6b\x32\x70\xb3\xcc\x38\xdf\x17\x1a\xf5\x97\x59\xc9\xe6\xdc\x86\x37\x7a\x2d\x56\xd2\x19\x47\xe0\x83\x9e\xbc\x55\x6b\x9a\x0f\xbc\xd7\x73\xb6\x7a\x70\x64\x0d\xfc\xd4\x15\xb6\x31\x49\x9a\x0d\x9f\x74\x3f\xda\x5c\x4c\x1c\x09\x5f\x75\x33\x6c\xf9\xf7\x8c\x81\x5f\xba\x22\x36\x5f\xe3\x57\x02\xe8\x38\xd8\x06\xec\x92\x05\xd0\x8e\x87\x13\x8b\x70\x37\xfb\xfd\xd9\x75\xb8\x3e\x6c\x58\x41\xc7\xb9\x9a\xc0\xdd\x38\x6f\x54\xfc\x38\x88\x3c\xf8\xa5\xaf\xb4\xbd\xe7\x25\x9d\x44\xde\x3b\x53\x23\x07\x77\xd1\x8f\x34\xd0\xb8\xf7\x3b\xe6\xe3\x78\xbb\x73\xe7\x25\x3c\xff\xba\x21\x98\xfa\xa4\x84\xb4\x5d\x47\xbe\x7f\xfa\xb2\x4a\xe4\x0d\x27\x66\xdd\xba\xa8\x64\xc2\x93\x3a\xfc\xd5\xcd\x19\x66\xba\x52\xed\x2e\xf7\x2b\x53\x87\xca\x28\x09\xdb\xbb\x57\x1e\x9c\x31\x40\xe5\x92\xe5\xa7\xca\x55\xeb\xd7\xa8\xdd\x34\x7d\x5b\xa9\x7e\x80\x4f\x43\xc2\xe8\x79\xc5\x9e\x73\x47\x34\x2c\x0d\xc7\x55\x0c\xad\x5a\xad\xde\x61\x50\x58\xde\xd2\xb2\x4e\x6d\xa6\x61\xe8\xf5\x00\x00\x95\x5c\xa3\xd8\xcb\x43\x01\x54\xef\x1a\x09\x14\xc4\x00\xa8\x24\x19\x55\xe7\xe9\x01\xa8\x9a\x19\x1f\xce\x91\x03\x50\x8d\x32\x19\x78\xaa\xfb\xe7\xa7\x4d\xae\xa4\x1d\x06\x50\xbd\x63\x1a\x7e\xd4\x18\x40\x4d\xc4\x74\x4b\xf2\x7e\x00\xd5\x25\x66\x5a\x07\xa3\x01\x54\x53\x3f\xbd\x5d\x8f\xf7\xb1\x69\xd3\x76\xe4\xb1\xea\x42\x13\x90\x05\xb9\xc5\x74\x6f\x25\x16\x69\xa8\xeb\xb9\xf0\x21\x0b\xc7\x8b\x6c\x99\x33\xc8\x2e\x1c\x6f\xb9\x88\xfc\xf5\x41\xe6\x13\x12\xf7\xac\x14\xc7\x97\x88\x11\x65\xbf\xba\x71\xb5\xf3\x4d\x1c\x37\x17\x92\x2a\x64\x13\x26\xb9\x3d\xc0\xfa\x22\xc3\xd3\xeb\x5e\x89\xae\x20\x64\xc0\x98\xba\xfb\xba\xa7\x45\x78\xad\x75\xeb\x60\x40\x9b\xf4\x4a\x53\xaf\x87\xd3\xfc\xd7\xc8\xee\x34\x28\x78\xb8\x62\x55\xa8\x9c\x88\x9e\xf1\xc3\xa5\x09\x99\x72\x67\xb5\xb3\x1f\x6e\xc8\xdd\x24\x97\xa3\x65\xf7\xd0\xf6\xa6\x67\x9f\x56\xcd\x9a\xba\xf6\xd7\x9f\x65\x37\x68\x0d\xae\x55\x00\x90\xf6\xd2\x72\xad\x12\x01\x90\x0e\xd6\x5a\x56\xa1\x07\x20\x5d\xa0\xb5\xf7\xda\x64\x00\xe9\x27\xda\x0b\x8a\xe7\x01\xc8\x94\xe9\x18\x5f\x4c\x04\x90\x5d\xa5\xbd\xe3\x1c\x1f\x80\x4c\xa8\x9e\x43\x76\x10\x80\x9c\x8f\x5e\xc2\xa9\x57\x00\x72\x8b\x75\x03\x4f\x5c\x02\x90\x2d\x7a\x3d\x77\x07\x9e\x5b\x7f\xd4\x87\xfa\xa2\xdc\xce\x4a\xc6\x75\x73\x69\x5c\x3a\xea\x02\x2f\x6e\xa7\xfd\x3c\xe7\x1a\xad\x13\x95\xae\x45\xeb\x44\x25\x7d\xa5\xf7\x3b\x61\x52\x19\xf2\xfd\xdb\xd3\x29\x7b\x16\x9e\x4b\x79\xc2\x65\x84\xea\x23\x66\xc6\xd7\x21\x0f\x3c\xd6\xe7\x19\xae\xcf\x9c\xab\x9b\x50\x97\x6a\x55\xfa\xca\x5c\x69\x2f\xcf\x70\x83\xf1\xaf\x6c\x6c\x1e\x89\x48\xe9\xb8\xbc\x9e\x36\xf6\xa6\xa8\xa2\xc6\xf6\xd7\x8f\x96\xdc\x11\x3d\xac\xfa\xf1\x4d\xe6\x2e\x7f\xd1\x24\x15\xa7\x37\x31\xa7\xb6\x88\x0a\x2a\xdb\xbe\x15\xb8\xde\x2c\x9c\xa1\xf4\xf3\xcd\xee\xa6\x2c\xa1\x3e\xca\x0b\xdf\x8c\x01\x10\x50\x57\xfe\x51\x1f\x0c\x20\xf8\x46\xc5\xa4\x2e\x0d\x40\x28\x49\xc5\xa1\xfa\x29\x80\xd0\x3b\x55\xb9\x9b\x51\x00\x22\xcb\x55\x23\xae\xab\x00\x88\x9a\xa8\x8e\xbb\x52\x01\x20\xf2\x5a\x6d\x77\xd1\x01\x00\xb1\x78\xf5\x8e\x0b\x36\x00\x12\xfd\xd5\xa7\x9c\x09\x03\x10\xf7\x79\x3c\x83\xfa\xe2\xdc\xad\xa4\x75\xe1\xca\x9c\xe9\x38\x57\x28\x77\x06\xdb\xc7\x19\xef\x7c\xd4\xd5\x9e\xbc\x5b\x8c\xf7\xf9\xf0\xfa\x6b\xb8\x4e\xda\x7b\xb6\x1c\xf5\x1c\xbb\xe2\xee\xe0\xdf\x6f\x9e\x75\x0f\x7d\x82\x56\xf1\x51\x9f\x94\xa0\x59\x4f\x31\x8f\x53\xef\x37\xe0\x3c\xe2\xb5\xfb\x35\x8e\x27\xf6\xfe\x6d\xf8\xf7\xda\x16\x9f\xaa\x05\xf7\x13\xa2\x3a\xec\x8b\x4f\xbf\x6d\xbc\x8b\x94\x92\xbe\xb6\x0d\x3f\xc4\xc3\xab\xa8\xd5\xb1\x7c\xde\x12\x42\xfa\x1e\xfe\xbe\x65\xeb\x0b\x42\xfa\xf0\xfd\xb0\x39\x66\x49\x88\x74\xf3\x8f\xbc\xcb\x0f\x09\x91\x52\xfe\x29\xf6\x54\x8d\x10\x89\x29\x3f\xbe\xfc\x94\x24\x44\x6c\x54\x3b\x56\x0e\x10\x21\xcd\xc8\x5f\x08\x7f\x69\x42\x65\x81\x50\xec\x13\xf4\x75\x10\x96\xac\x41\x7d\x83\xf0\xaf\x2a\xdc\xd7\x14\x98\x55\xb9\x15\xaf\x65\xcb\xf0\xe4\xb5\xc0\x83\x12\xdc\xf7\xaf\xbe\x7a\xc4\xeb\xcf\xf8\x8b\x46\x9d\x35\xc5\x79\x20\xb8\x10\xfd\x0e\x32\x03\xa9\xfe\xeb\x98\xe7\x0d\xd4\x53\x1e\xf8\x74\x1b\xc7\xd3\xb8\xaa\x6a\x56\x17\xaa\x16\xd7\x55\xeb\xd3\x9e\xe0\x7c\xba\xfc\x72\x23\xfa\xa6\xcc\x4d\x79\x85\xe7\x12\x26\x49\x35\xe3\x38\x33\x7c\xf5\x07\x5c\x97\xd8\xe4\x7e\x43\x5d\x84\x8a\x25\xa0\x7e\x40\xe2\x06\x80\xfc\x7e\x42\xc4\x5e\x02\x38\xba\x13\x22\x6a\x06\xe0\xf7\x98\x10\xe1\x6c\x80\x95\xd1\x84\x08\x2e\x02\xd8\xbd\x99\x10\x01\x2f\x80\xac\x5d\x84\xf0\x7c\x01\x28\xdb\x48\x08\x5f\x05\xc0\x73\xc6\x57\x76\x48\x93\xdf\x7c\xbe\xff\xa7\xf1\x88\xa4\xb9\x82\x62\xd3\x7d\x8a\x4f\x99\x33\x49\x0d\x75\x1c\x88\xb8\xcb\x7e\xef\x56\x2d\xee\xeb\x1f\xca\xc2\x71\xae\x18\xf2\x98\xff\xc5\x25\x6c\xb7\x59\x21\x65\x02\xdd\x98\x1a\x7f\x13\xd7\x07\x49\xf7\xef\xe2\xbc\x92\x50\x5e\x83\x3e\x2a\xd1\x1a\x8f\x51\x87\xbc\x29\x8e\xf2\xe3\x6b\x16\xbe\x44\x3f\x9c\xc5\x71\xcd\xa8\x17\x9b\x39\xe5\x3d\xe6\xd3\xb7\xeb\x33\xe6\xc1\xdd\xef\x3b\x3e\x8f\x59\xaa\xd3\x4f\x57\xf8\x4c\x51\xe0\x2a\x80\x44\x3e\x12\xee\x60\x32\x89\x9e\x73\x1f\xe1\x44\x08\x8f\x08\xc0\xbc\xf1\x8c\xdf\x2e\x22\xbd\x78\xed\x33\x8c\xff\x2c\x67\xd7\x4f\x43\x09\x21\x5b\x01\xda\xce\x93\x3f\xf8\xfc\x1f\xcc\x99\xa1\x9d\x31\xb3\xcd\xe1\xbd\xf3\xf2\x8c\x5d\xd7\xa2\x57\xf1\xe5\x59\x79\xe8\x07\x77\x51\x86\xd6\x89\xca\x59\x78\x1d\xd7\x91\x27\x82\x68\x9d\x2c\x4e\x07\xb5\xaf\xed\xa1\x42\x37\xc6\xc8\x3d\x45\x7d\x58\xa4\xfa\x0b\xfc\x76\xeb\x0e\xbd\x9e\xdf\x8d\xa1\xeb\xda\x66\x77\xe3\x82\xb5\x9f\x44\xbb\x31\x80\x74\xe0\xf8\x38\x66\x4f\x17\xce\x43\x6e\x6f\xe8\xa7\x72\x3e\x18\x9c\xfe\x81\xf8\x01\x08\x75\xbf\xe3\x44\x00\x03\xe6\x6c\xe9\x51\x4a\x71\x3a\xdb\x01\x5a\xc5\xae\x39\x5e\xfb\x38\x5b\xf9\xe3\x9d\xdb\x02\x70\x9d\x55\x42\xbc\x5f\x40\xf1\x25\x7b\x22\xfa\xe1\xfc\x67\x5e\xbe\x7f\xa1\xf8\x91\x39\x58\x34\x33\x85\xc2\x0b\x64\xb2\xf3\x7f\x5d\x46\xdd\xf0\x99\xf4\x72\x54\x8d\x9c\xec\xba\x83\x75\x23\x39\x1d\xd4\x81\x85\x8f\x70\x1c\x8c\x7b\xff\x1c\xef\xff\xf6\xab\xaf\x71\xfd\xbd\xa5\xf4\x1d\xfe\x9c\xf3\x05\x5a\x52\xf9\x15\xc7\xcd\x39\x47\x7e\xa1\x8f\xd4\x64\xa6\xff\x19\xc9\xfc\x52\xb8\x7a\x28\x86\x92\x14\x65\x99\x3f\x08\xee\xfc\xcb\x92\xdf\x3a\x10\x02\x30\x80\xe9\x14\xc6\x33\x7e\x7a\x71\x1c\xc5\x4d\x19\x14\xf7\xb1\x9d\x31\x4e\xef\x80\x3c\xf6\x16\x80\x12\xa6\x13\xa8\x62\xfa\x86\x7a\xa6\x13\x69\xb7\xf8\x33\x1f\x3d\x79\xe1\x63\xed\xe5\x6e\x37\x9e\x2d\x28\xc7\x3c\x64\x4c\xac\xc2\xf9\xff\x78\x7b\x1d\xea\x62\x0f\xa9\x53\xdd\xdf\x9e\x84\xa6\xab\x74\x3c\x7c\x8b\xad\x30\x52\xeb\x23\xb6\xff\xf5\xbf\x3e\x57\x74\xe3\xca\xc1\x9d\x58\x9f\x33\x88\xc5\x35\x9d\xf9\xc1\x70\x7a\x20\xae\x3e\x90\x2d\xd3\x03\xe9\xb2\xdf\x93\x4e\xf8\x9d\x07\x7e\xe6\x70\xa7\xc1\x76\xba\x1c\x98\xd3\xa3\x0f\x73\x84\x9c\x39\xbd\x77\xbb\xd8\xc1\x1c\x00\x13\xdb\x7a\xe7\xe3\x34\xbb\xee\xe1\xf5\xd9\x4e\x59\x1d\xab\xa0\xc9\xe9\x3f\xbe\xf5\xff\x67\x5e\xb2\x9c\xef\x62\x7c\xa9\x6d\x0f\xb7\xd3\x7e\x50\x8f\xfb\x07\xfb\x4b\xa9\x1e\x26\x6e\x57\x1b\x9e\x3f\xd8\xee\xfd\x09\x5b\xdd\xa6\xc3\xdf\x71\x5d\xc0\xf9\x02\x85\x8c\xa5\x38\x9b\xd5\x49\xe2\xda\x01\xe7\x0b\xe3\xc6\xf2\x61\xb5\x0a\x7a\xe9\x1f\x24\x63\x7e\xe7\x81\xb7\x91\xf4\xd2\x81\x58\x33\x9d\xcb\x30\xa6\x73\x98\xcc\xe2\x0c\x66\xfd\x61\x03\x6b\x3f\x31\x03\x7b\xe7\xe3\x18\x7b\x42\xcc\x66\xed\xa7\x47\xff\x51\xdf\xbb\x9d\x3c\x8d\xa5\xd8\x72\x93\x62\xe7\xa8\xee\x71\x80\xea\x3e\x8f\x6c\x6b\x40\x7d\xe0\x81\x29\x6f\xb0\x7d\x24\xac\xff\x88\x3e\x48\xbb\xe4\x3a\x70\x3d\xbd\x2d\xa8\x13\xf3\xd5\xa3\x03\x61\x3a\x18\x4e\x07\x12\xf0\x92\x22\xe7\x0f\xc4\xe9\xe3\x7a\x74\x20\x4c\x3f\xa4\xf1\x90\xa2\xc4\x13\xe8\xad\x03\x21\x00\x0a\x6c\xc7\xcf\x8c\xb5\x63\xb7\xcd\xbd\xfb\xc7\x6c\x16\x57\x28\xfb\xf9\x26\x16\x6f\x8f\xfe\xe3\x10\xc5\x14\x36\x4e\xfc\xad\xff\x28\xf6\xee\xdd\x4e\x1e\x30\x07\xde\x46\xae\x1e\x0c\x3b\xbf\x39\x88\x69\x22\x38\xfd\xc3\xdf\x3e\x18\x7f\x23\xe7\x8f\xc0\x9d\x0f\xe7\x74\x20\xa3\x98\x8e\x62\xd2\x32\x8a\xb3\x9d\x29\x2e\x65\xe7\x83\x37\x64\x50\x8c\x65\x9f\x77\x78\x1e\xc5\x1c\xf6\x79\x57\x8c\x28\xde\x1b\x40\xf1\x25\xe3\x1b\x7f\xc4\x13\xf2\x73\x3e\xe9\xad\x7f\x60\xef\xd1\xc8\xf6\xd8\x9f\x32\x3d\x44\x1d\xd3\x87\xdc\x67\x7b\xd0\x77\x18\x57\x7b\x73\x38\xc5\x32\xf6\x99\x7f\xea\x1f\x3c\xe8\x39\xfe\x7f\xe8\x1f\x7a\xd7\xc3\xf9\x6f\x1d\x08\x77\x3e\x9c\xd3\x0f\x78\xb1\x9f\x33\x3d\x0c\x99\xc9\xce\xc7\x87\xf8\xb0\x3c\xc8\xfe\x7b\x1e\x72\x59\xde\x4a\x4c\x28\x3e\x60\xaf\xbf\x3e\x4b\xb1\xbb\x45\x76\xb0\x33\xc7\xef\xb2\x28\xbe\x62\xdc\xcb\x73\x56\x9b\xe0\xb1\x28\xc5\x9a\x28\x8a\x77\xd9\x3d\xbd\x79\x9b\x62\x39\xfb\xcc\xab\x8c\xab\xba\xec\xf2\x3b\x0f\xff\xd0\xc1\xb0\xf3\xde\xd6\xac\x5e\x8c\x55\x39\xe9\xc5\x83\xff\xad\x03\x71\x9c\x40\x91\xf3\xd1\xf0\x64\xda\x1d\x5f\x16\x7f\x20\x8b\x63\xc9\x5a\x8a\xe1\x33\x28\xc6\x04\xfd\x95\x87\x51\xec\x1e\xb1\x7b\x57\x93\x42\xb1\x99\xe9\x32\xe0\x04\x21\x5f\xd9\x3d\x69\xee\xfc\xab\x1d\xa8\xf7\x6e\x07\xd5\x2f\x29\xde\x66\x6d\xfe\x6f\x1d\xd0\x95\x7a\x8a\x45\x6f\x7e\xe7\x61\xd0\xd9\xde\xed\x80\xd3\xc1\xfc\xed\x83\xf1\x9f\x3a\x90\x86\xde\x79\xe4\xfc\x45\xc6\x1e\xa4\x38\xad\x83\xe2\x22\xf6\x7b\xeb\x0f\xfe\x95\x07\x1b\x8a\x67\xd8\xfd\xb8\x56\xd2\x3b\xa6\x77\xc9\x84\x00\x3b\x63\xdc\xbe\x95\xe2\x1b\x39\xd6\x0e\x38\x1d\x10\xbb\x7e\xa0\x44\xb1\xca\xfd\xaf\x7e\xf0\x9e\x6c\xc6\xb6\xf6\x92\xea\x61\x8a\x58\x9e\x0a\x96\xfc\xce\xc3\x3f\xea\xa0\xb8\xf6\x8e\x97\x3b\xff\xce\xf1\x7f\x46\xdf\xd8\xcf\xaf\xf7\xce\x07\xa7\xa7\xe2\xfa\x07\x37\x4e\x4c\x65\xef\xbf\x90\xea\xd2\x36\xae\x5b\x87\x38\x39\x86\xfe\xdd\xa6\xc3\xc7\x58\x1e\xbc\x29\x5e\x4f\x62\xb1\x31\x4d\x4f\xfb\x33\x42\x7e\xb5\xf4\xee\x0f\x4d\xad\x54\x07\xc6\xe9\xc1\xb8\x7e\x50\xcd\x6a\x61\xdd\xcc\x27\xe8\x68\xf5\xb7\x0e\xea\xd2\x63\x82\x23\x76\xa1\x22\xd5\x8b\x5d\x18\xfc\x3b\x0f\xff\xe5\x03\x62\xf4\x85\x22\xc7\xff\xea\x46\xb0\x6b\xf6\xfd\x0c\x38\x5d\x0c\x7f\xaf\x71\x83\xd3\x49\x85\x7b\x51\x7e\x4c\x60\xf2\x4d\xc4\x3b\xf3\xb1\x9e\x0c\x6f\x5c\x18\xd5\xc7\x3d\xdd\xc5\xda\xff\x61\x36\x96\x9d\x13\x41\xdc\x7c\x83\x7e\xee\xc5\x67\xdb\x10\x6d\xbf\xc9\x13\xf2\xed\x16\xd5\x45\xbd\x7d\xcd\xf3\x1c\xdb\x81\x18\x11\xc7\x36\xe3\xce\x87\xfa\x98\x6a\x1d\x41\xfe\x6e\xbc\x95\x21\x90\xda\x8d\x37\x2e\x09\x62\x7e\x4a\xaf\xf3\xdb\x77\x63\xb1\x29\x7f\x34\xde\xff\x5a\x5e\x9c\xc9\xce\x1b\x0b\xa2\xc2\xf5\xac\xbb\x40\x12\x97\x07\xae\x1d\x70\xe7\xfe\x8d\x4f\x51\xd4\x61\xf7\x9b\xd3\x7f\x70\x3c\x30\x87\x9c\x3f\x08\xf3\x4b\x21\x96\xac\xbe\x90\x23\x3d\x17\xfb\x6e\x18\xea\xfe\xf8\x6e\x4c\xc4\xfb\x2e\x50\x30\x0f\xdb\x95\xf0\xfb\xb5\x38\x7e\x08\x6b\xee\xc2\xbc\x0b\x95\x1f\xd9\xdc\x8d\x82\x8b\xf2\xf0\xef\x05\x79\x6f\xe2\xbc\xc3\xff\xa4\x49\x01\xff\xfe\x73\x97\x29\x21\x1f\xb7\x0a\x96\x77\xbf\xf7\x0b\x31\x11\xbc\xcf\x8f\x82\xc4\x51\x1f\xc3\xf9\x21\xdd\x4c\x17\xc7\x99\xfb\x86\x97\x18\x3e\x3f\x5d\x95\x92\xc0\x27\x98\xe2\x42\x09\x74\xf6\x2a\xf0\x14\xc3\xeb\xf3\xf2\xe2\x78\xa6\xfd\xf4\x14\xf1\x90\x6e\xcc\x91\x17\x0b\xe2\xf2\xd0\xa3\x7f\xe8\xd3\x3b\x7e\x2e\x5e\x8e\xff\xe4\x78\x60\x0e\x55\xb8\x7c\xa0\xfe\x85\xab\x23\xc4\xe9\x83\x84\x33\x3c\xcc\xba\x51\x7c\x95\x2f\xfa\x69\x89\x7f\x99\xf3\xac\x1b\x25\xbb\xd6\x60\xbb\x97\xbc\xb2\x8b\xd6\xd7\x10\x3c\x8a\x9a\x47\xf1\xb3\x17\x31\x0f\xe2\xa3\xef\x60\x1f\x10\x9b\xf6\xc6\x8d\x90\x5f\x93\xc5\xf1\x39\xa8\xd9\x52\xd6\xa6\x1b\x9f\x46\xcb\x61\x05\xc0\xbb\xc7\x95\xef\x00\x08\x7d\x2c\xaf\x53\x8e\x01\x10\x3a\xc5\xf9\x61\x5d\xae\x54\x89\x06\x10\x19\xdb\xa3\x7f\xda\xa2\x9c\x04\x20\x54\x7a\x36\x4f\xb9\x04\x40\xa8\x39\x57\x5c\x79\x37\x80\xd0\xb6\x0c\x1b\xd5\x61\x00\x22\x8f\xd3\xef\x29\x7f\x02\x10\x7a\xfd\x67\x3f\xd0\x67\xf3\x9d\x86\x78\xef\x78\x39\x1f\x04\x19\xa6\xb3\xe4\xce\x83\x73\xaf\xd3\xdf\x13\xf2\xd1\x41\x3d\x84\xf8\x0c\x2b\x9c\xf7\xa5\x47\x0c\xc2\xb1\xbc\xcf\xf1\xb1\x38\x9e\xc8\x19\xcc\x42\x3d\xa0\x5c\xc4\x6a\xac\x9b\xd1\x97\x2f\x46\x00\xaf\x4f\x1d\x9f\x48\xc8\x2f\x77\x05\xc1\xee\xc7\xce\x6f\xbf\x14\x8f\xdc\x71\x20\xe4\xf3\x3b\xa5\xbc\x97\x6b\x09\x69\x8f\x55\x46\xdd\x64\xc3\x3a\x15\x49\x00\xa1\xac\xfb\xfa\x6a\x2e\x00\x62\x89\x95\xf6\xea\xd9\x00\x12\x45\xa5\xe9\xea\x43\x00\x24\xf4\x2f\xb5\xab\xed\x01\x10\x37\x2c\x10\x55\x17\x01\x10\x4f\xcf\x3b\xa8\x96\x09\x20\x2e\x79\x7a\x8e\xda\x71\x00\xb1\xa7\x59\x5f\xd5\x6a\x00\xc4\xbe\x9c\x7c\xa0\xde\x9d\xe3\xcf\xa9\x3f\xd5\xf5\x00\xc4\x9a\x8f\xc6\x69\xf8\x02\x48\xc8\xfe\x39\x0e\x68\xfe\xea\x1d\xbf\x34\xd3\xdb\x72\x3e\x00\x7c\xf1\xbd\x91\xbe\x2e\xbc\x4c\x1a\xf9\x7e\x4e\x17\xd3\xd7\xdc\x18\x7d\xd4\x94\x6d\x9d\x77\xf3\x64\x00\x28\xaf\xf2\x7e\xc8\x7b\x14\x40\x79\xd2\x0c\x41\xbe\x65\x70\x45\xe9\xfd\xca\xa9\xfc\x3c\xdf\x72\x55\x04\xb7\x57\x09\xf9\xb5\xef\x54\x39\x9c\xdc\x2e\x52\xd1\x96\xa8\x2a\x78\xe6\x81\x58\xce\xdb\x7b\xaa\xd3\xca\xf9\xc4\xdf\xbe\x3a\xaf\x7a\xbf\xde\x44\x62\xf8\x8b\x56\xb5\xc2\x8e\x3c\xf1\xd8\xba\x7a\x8d\x7c\x00\xc9\xb6\x9b\x7e\x5a\xf7\x00\x64\xa0\x74\x8b\xd6\x13\x00\x99\xe7\x85\x01\x3a\x83\x01\xfa\xcc\x3f\xff\x46\x5b\x13\x40\x26\xef\xf4\x03\xed\x0e\x00\xd9\xe0\xec\x7d\xda\xab\x00\x64\xf6\x9f\x8c\xd6\xba\x03\x20\xbd\x28\xed\xb6\xb6\x08\x80\xf4\xaa\x63\x92\xda\x17\x00\xa4\xdf\x1d\xde\xac\x75\x08\x40\x6a\x65\xd2\x18\x2d\x37\x00\xc9\x4a\xf8\x47\x1d\x14\x42\xa4\xcb\x7b\xc7\x4b\x26\xfc\x89\xfc\x6c\x35\x2f\x72\x88\x60\xfb\x91\xdd\x26\x84\x7a\x2a\xa5\xaa\xbe\xb8\x3e\x50\xd7\xd7\x39\xcf\xbb\x06\x40\x63\xbf\x9d\x32\xbf\x32\x80\xa6\xe0\xf0\x19\x02\xa5\x1d\x8b\xb4\x05\xa7\xf4\x11\x09\xfe\x30\x48\xc7\x69\x89\x88\x84\xcf\xdb\x23\x3a\xc9\x5b\x46\x4b\xe7\x37\x7d\xd4\xc9\xdc\xbf\xb1\x4f\x6a\xfd\x02\x9d\x75\x99\x69\x7d\x2b\x1e\x5f\xd5\x71\x2d\xf9\xa1\xa0\x58\x77\x5e\x67\x52\xdd\x17\x85\xa3\x35\xa7\x74\xf9\x3e\x3a\x28\xe8\xdd\x4e\xd7\xb7\x01\x50\x74\x29\x9d\xdd\x4f\x16\x40\x89\x3f\xff\xa5\x41\x28\x80\xf2\xa8\x33\xed\x06\xd6\x00\x4a\xae\xd9\xfd\x0c\xa2\x01\x94\x0c\x4f\x6d\x30\x70\x06\x50\xf4\x49\x6d\x30\xd2\x06\x50\x56\x38\xaa\x6d\xe0\x00\xa0\x60\x9d\xf4\xda\xa0\x06\x40\xc1\xf7\x60\xa2\xc1\x74\x00\xf9\x55\x89\xc3\xf4\x6f\x03\xc8\x05\xee\xf5\xd1\x9f\x05\xd0\x67\xfb\x9f\xfd\x9f\xbb\xff\x7f\xc5\xcf\xf8\x4f\x7e\x56\x0f\x45\x9a\xf9\x62\x70\xfe\x18\x1a\x1b\x28\xea\xeb\x8b\x61\xdd\x1c\x43\x51\x55\x17\x5e\xf9\xce\x6c\xc3\xd9\xa6\x67\x84\x64\xda\x6f\x9b\x0c\x72\xcb\x10\x17\x7c\x3b\xd5\xf4\x94\xaf\x87\x74\x47\x43\x91\xe9\xb7\x79\x0a\x7d\x23\x1f\xab\x9b\x2e\x0f\x7b\xa3\x94\xf8\x20\xd8\x24\x29\x6e\xa1\xea\xc3\xaa\xe5\xc6\x9f\x53\x3f\x6a\xc4\xdd\xcc\x35\xb6\x2e\xb4\xd2\xf2\x28\x3f\x6c\x74\xb7\x5a\x54\x5b\xf9\xfa\x3c\xa3\x5f\x6f\xdf\x6a\x3d\x2d\xbd\x60\x62\x03\xa0\x79\xfb\x42\x98\x69\x08\x80\x96\x6f\xf6\x4e\xb3\x0e\x00\x6d\x83\xf4\x57\x66\x67\x00\x34\x2f\x1c\x5f\x6e\xf6\x01\x40\xd3\x32\x25\xc3\x82\x07\x40\xf3\x64\xd2\x14\x33\x23\x00\xb5\x6b\x89\x4d\xa6\xcd\x00\xaa\xd7\xf6\x4a\x9b\xd9\x00\xa8\x4e\x8a\x3f\x6f\x2e\x0f\xa0\x9a\x17\x9b\x6c\xea\x04\xa0\xac\xb9\x33\xd0\xf8\x3b\x80\xa2\xda\x9f\xfd\xfc\xdf\xe3\x17\x64\x4f\x81\x72\xcb\x29\x6a\xad\x64\x71\xb3\xd7\x39\x5e\xdc\x12\xf7\x9d\x7e\x2a\x3b\xc4\xca\x95\x11\xf2\xae\xac\x7f\x85\x7e\xb9\xf0\x81\xa6\x14\x87\x2a\x87\x5f\x32\x9d\x8f\x0a\xfa\x8f\x1f\x59\xa1\x90\x51\xdd\xe4\xd0\x10\xf0\x44\xf5\x5d\xe5\x3b\xfb\xba\xe5\x1b\xb5\xd2\xaf\xdd\xb4\xdb\x1c\x75\x4e\x2f\xeb\xf2\x57\x5b\xfd\xe4\x9b\x06\x57\x0b\x33\x6c\xc4\xcf\x29\x1a\x0b\x5c\x3c\x6d\x2d\x56\xb9\xc4\x44\xe9\x7c\xb0\xd5\x85\xc6\x95\x26\xd6\x79\xd2\xd6\xf3\x3b\xdd\x8d\xbe\x66\xec\xb7\xd9\x01\xa7\x8d\x6c\x8e\x36\xd9\xc6\x43\x91\xe1\xa6\x43\xa7\x6d\x4b\xe1\xb6\x81\x78\xe2\x54\x5b\x7f\x78\xaa\xbf\x79\xef\x15\x9b\x07\xd0\xa2\x27\x11\xff\xc9\xd6\x09\x3e\xea\x46\xc4\xbe\xb7\xd1\x01\xd0\xde\x16\x2d\x66\xeb\x00\xa0\x1d\xbd\x5d\xc0\xfa\x3d\x80\xe6\xfc\xad\xc6\xd6\xfc\x00\xea\xe3\x36\x0f\xb6\x0e\x01\x50\x97\xf8\xdf\xf1\x2b\x9c\xa5\xc8\xf1\xa0\x5c\xdc\xf6\xed\xe4\x0f\x5e\xfc\x6b\x03\xf5\x89\x68\x1d\x3d\x3c\x56\xbc\x8d\x90\x06\xfe\x11\x8e\x1a\x2f\x85\x22\x6b\x74\x86\x75\x59\x7e\x90\x15\xbf\xc9\xe3\x71\x65\x70\xa4\x6a\x63\xe9\x31\xf7\xd0\x09\x75\x3a\x41\x85\x8b\x07\x35\x2d\xfc\x68\x50\x9b\xd7\xd7\xf5\xe7\xc6\xcb\xa6\xa1\x39\x99\x03\x4d\xf6\x8d\xb1\xec\x9b\x21\xe2\xb2\x2f\xf3\x85\xf5\xc9\x13\x73\x9c\x43\x4b\xc1\x36\xf8\xf8\x55\xa7\xa3\x8f\x5a\x6d\x1f\x1c\x53\x72\xba\xf4\x79\x90\xad\x5a\xd2\x2a\xe7\x7c\xf0\xb1\x9e\xb4\x57\xcd\x25\x0c\xe6\x58\x16\xc6\x7e\x75\x11\x86\x28\x33\xd8\x75\xd7\xf9\x38\x24\x9a\xee\xd9\x5e\xed\xec\x0c\xa7\x8d\xc3\xb6\xb6\x38\x77\xc0\x05\x63\xd1\x2d\x2b\x9c\x72\xa0\xda\x60\xee\xa6\xd5\x4e\x0a\xf0\x5c\xbf\x2d\xbc\xb2\xff\x47\xf8\xa2\xbb\x3b\x6c\xa0\x23\x3f\x74\xe9\xac\x5e\xa3\xe3\x10\x0f\xa0\xa5\xff\xcf\xf8\x79\xd3\x7b\xc7\xcf\xdd\x77\x8e\x07\x1d\x80\xfb\x12\x5d\x5e\x43\xf0\x29\xbe\xdd\xcc\x07\xf7\x5d\xdf\x38\x8e\x43\xff\xf7\x67\x43\xfd\x6c\xf9\xde\x11\x72\x7f\xb4\xff\x2c\xa5\x44\xbe\x13\xe5\x12\x7e\x23\x8d\xd6\x4b\x8f\xbf\xb4\xcd\xf7\xb3\x73\x9c\xaa\xe2\x59\x8b\xd1\x53\xbd\x1b\x0d\x56\x9c\x7a\xef\x13\x38\x23\xcf\x7c\xc4\xf1\xbe\x23\x7f\xad\x3a\x6e\xe3\x9f\x74\xdb\xf3\xf9\xae\xa3\x0e\xdb\xf7\xbf\x1c\x56\x7e\xbc\xcc\x29\x32\xe1\xd3\x50\xde\xc2\xa9\x2e\xb3\xe2\x3e\x79\x3c\xbd\x67\x3e\xa0\x7f\xac\x9c\xc7\xec\x96\xfd\x2e\x4f\xa2\xbf\x0c\xb1\xe9\x6a\x72\xee\xb3\x4d\x78\x88\x01\xc8\x39\x3c\xdd\xc4\x3f\x44\x07\xfa\xdb\x39\x85\x97\x78\x98\xc1\x24\xeb\xe3\x61\x5b\x3c\xac\x60\x91\x95\xdc\x9a\xeb\xee\xd9\x10\x6e\xb1\x79\x55\xfe\xe0\x1d\x70\xd0\x8c\x77\x45\xe4\xa0\x6c\x38\x63\xfc\x6a\xb9\x93\x5b\x08\x54\x1a\x4e\x5e\x26\xe7\x76\x10\x6e\x1b\xf6\x59\xb2\x61\xa0\x10\xb4\xeb\x09\xff\x8e\x9f\x30\x97\x4f\x45\xf6\x94\xcf\xe9\x00\xec\xd9\xee\xc6\x60\xe4\x6d\x7f\x26\xf9\x60\x5d\x8c\xf7\x45\x13\x71\x57\xe4\x45\xfc\x54\xdc\xb7\x7e\x24\x32\x13\xf7\x77\xab\xa4\xe7\xe2\xfe\xde\xf5\xad\x0b\x47\xc8\xe6\x12\x52\x68\x30\xcf\x40\x27\x54\x62\x61\xae\xed\xac\x57\xb6\xa7\x94\x1e\xa7\xce\x9e\xfe\x61\xe8\x4f\xfd\x43\x07\x22\xfd\xcf\x4e\x5a\x6a\x3d\x31\x3e\xcc\xef\x73\xf0\xa6\xfe\xa7\x77\x6c\x9d\xb0\x25\xe2\xed\x00\x8f\x88\x8b\xbe\x6e\x87\xf6\xba\x15\x6f\x54\x19\xbb\xe0\xec\x08\x77\xd3\x75\x3b\xc6\xf0\x57\x0e\xf3\x98\xbe\x76\xfa\x68\x95\x26\x37\x0f\xdf\x35\x64\xf4\xba\x2e\x99\xc1\xdf\x43\x23\x46\xdd\xef\x3a\x37\xf0\x6a\x48\xe3\xa8\xd9\x5d\x4d\xce\xb9\x8b\xe3\x7c\x3e\x82\x58\xff\x17\x8b\x9f\x7a\xa7\x80\xb6\x83\xc1\x22\x5e\xaf\x18\x70\xb7\x8d\x5e\x10\x3b\x72\x01\xcc\xb5\x3a\x34\x9f\x77\x84\x1a\x6c\xb1\x90\x9b\xfb\x6e\xf8\x53\x38\x68\xfa\x65\xf6\xee\x61\x2f\xe0\x8c\xf1\xa1\xd9\x1e\x43\xcd\xe1\x86\xe1\xfa\xdf\x79\x90\x0d\xea\x7d\xff\x1d\x6c\x29\x52\x1e\xf8\x67\xff\xb1\xd8\x3e\x5a\x98\x2f\x42\x83\x3e\xf5\x83\xa9\x93\x0e\xa2\xfc\x57\xc9\x12\xe4\x85\x4b\xa7\x2d\xc7\xfa\x10\x17\xcf\xad\x4a\x15\x76\x26\x24\x3b\x77\xd5\x60\xd5\x29\xc2\x45\xc7\x7c\x42\x8d\xcc\x26\xc8\x5b\xec\x57\x0b\xf1\x73\x13\xd4\x71\x8a\x8e\x08\xca\x18\xc7\x6f\xb1\x22\xfc\xfb\xdc\xa8\x39\x6a\xce\xf7\x57\xd9\xcd\xca\x0b\x7b\x35\xc8\x3a\x64\xc3\x8c\x75\x09\x4e\x43\x46\x06\xd9\x4f\xf7\xca\x18\x3c\xec\xda\xbc\xd9\xd3\x12\x4a\x73\x3d\x87\xcf\xbe\x3a\x75\xe2\xe3\xa5\x9e\x53\x67\x79\x4e\xb5\xfd\x72\x63\xf8\xe8\x19\xfe\x53\xa6\x75\x8d\xf1\x58\x31\xdd\x61\xf2\xf3\xae\xdd\x6e\xcb\x03\xb2\x27\xa9\x76\x95\x0c\x58\x3e\xf5\x89\xdf\xf9\xae\xa7\xce\xdb\xa7\xad\x98\x70\x00\x78\x1d\xa5\xfd\xdf\x8c\x7f\x06\x7a\xf6\x63\xfd\xd3\xc6\x7d\x80\xa1\x36\x59\x93\x0c\xc6\x09\xc1\x6c\xcb\x2e\xbf\x67\x63\x96\x43\x98\xf9\xd7\x49\x3e\xa3\xed\x61\xbb\xd9\x75\x00\x71\xb6\xdb\xa7\xcb\xf4\x70\x8e\xac\x1d\x0c\x47\x7f\x98\x9f\x26\x13\x91\xef\x6d\x49\x9b\x89\xe7\x11\x9f\x8b\x2e\x44\x1e\xa6\xc6\x82\xd6\x09\xb9\x99\xb3\x1a\x7d\x50\x4a\x2c\xb0\x39\x90\xbc\x06\x5a\x37\x26\x63\x7c\x04\xee\x73\x1e\x4b\x8b\x3c\xa8\x40\x08\xd9\x5b\xb3\x25\xa3\x9f\x8c\xcc\xe6\x1d\xa2\x1b\xed\x1c\xad\xd4\x2f\xae\x0f\x5e\x37\xd5\x2b\xdc\xf8\x4e\x48\xee\xaa\xca\x80\xb7\x0e\xc3\xe6\xae\x09\x5d\xb3\xc2\xc2\xd5\x2e\xd0\x77\xd9\x85\x5d\xfe\x83\xfb\x4e\x99\xbf\xd4\x3e\x2d\xc0\xfd\x93\x5f\xe5\x92\x97\xc5\x3e\x1e\xf5\x13\x96\x04\xdf\xaa\x5d\xe2\x71\x63\xbc\x47\xf0\xaa\x0f\xa7\xdd\x37\xfb\xbe\x5d\x6c\xd2\x95\xe8\x76\xda\xd7\x60\x21\x4f\xd7\xcd\x01\x53\xc6\x8d\x98\x37\xb7\xeb\x9b\xd3\xb4\x71\xc3\xe7\xb8\x82\x68\xff\x2f\x63\xaf\xcc\x9c\x07\xc6\xf6\x0b\xc6\x6a\x06\xf6\x81\xa1\xb6\xfd\xc6\x8c\x0d\x18\x09\xd3\xac\x65\xc6\x3a\x4c\x1d\x0e\xd3\xac\x7e\x8e\x96\xf5\xe7\x87\x28\x73\xc5\xd1\x3b\x26\xf1\xc3\x2e\xb3\x88\xdf\xe3\x3f\xd7\xfe\x47\xa0\x3f\x4c\x47\xf5\x64\x6c\x07\xad\x3f\xe7\xe0\x6e\xd7\x73\xab\x10\xdc\xcf\x7f\x10\xbc\x9a\x9e\x7f\xdf\x1a\x8e\xbb\xa9\x97\x9f\x45\xe0\x75\x5e\x4c\x14\xf2\x9c\x19\xa6\xbb\x70\xb7\xec\xb0\x79\x1c\xee\xbb\xed\x69\x4f\xc8\x10\x8b\x27\x64\x7b\xd9\x6e\x43\x8d\x38\xb1\xc2\xf5\x82\xb1\xdb\xac\x0d\x94\x9c\x42\x06\xef\x1c\x33\x54\x58\xdf\x70\x66\x41\x54\xf2\x64\x07\xab\x13\xfe\x3c\xdb\x86\x85\x74\x39\x6c\xf1\x2d\xd8\xca\xb3\x3d\xd9\x49\x77\xb4\xdc\x96\x15\x47\xbf\xbb\xf4\xf1\x5a\xb8\x39\xb8\x70\xbe\x4b\xe7\x08\xb3\x4d\xd6\xf7\x43\x5d\x5e\x79\xaa\x6e\xcc\x69\x8b\x70\x2e\xf7\xf4\x08\x7f\x03\xc2\x8e\x33\x87\x1f\x0a\x9b\x05\x16\xf6\x61\xc3\x97\xac\x1a\x09\x3e\xb6\xf2\xc3\x4f\x85\x96\xc3\x64\x1b\xe5\xe1\xf3\x96\x9e\x82\xa5\x56\xfa\xc3\x3b\x82\x1d\x61\x9d\xa5\xce\xf0\xf1\x8b\x42\x21\xc6\x7c\xf1\xf0\x09\xf3\x27\xc1\x71\xd3\xf9\xc3\xb2\xe6\x8e\x82\x3c\xe3\xd4\x61\x0a\xb3\x7f\x40\xa9\xd1\x04\x00\x5b\xde\x5e\xed\xbf\xd0\x1f\xf7\x2b\xdf\x8d\x9f\x8f\x71\x3d\x2f\x5e\x86\xbb\xc4\x0f\xcc\xd6\x61\xbd\x8f\xca\x0d\x11\xb8\xfb\x77\x79\x1d\xdd\x35\x3e\x5b\x1d\x83\xfe\xee\xa7\x5e\x25\xa0\x2e\xe6\xf0\xfa\xfd\x38\xbf\xee\x19\x76\x08\x77\x17\xb7\xdd\x3d\x8c\xef\x13\x9e\x71\x64\x92\xe2\x1b\xbe\x4d\x21\x65\xc9\x87\x8c\x27\xca\x3e\x99\x55\x71\x88\xdf\x55\x44\x63\xd5\x44\xc1\x44\x21\x5f\x21\xe3\x33\xa3\xa6\xee\x2b\x5d\xb4\xcc\xfc\x8e\xe7\x92\xbd\x45\x5b\x8f\x59\x2d\xf3\xb8\xbb\x67\x53\x4a\xa8\x8d\xf5\xa0\xfe\x09\xe7\x2f\xf6\xb5\x69\x77\x15\xdf\xbd\xf3\xae\xa1\x4d\xed\x40\xf9\xf8\x17\xcd\x7e\xd6\xf7\x07\xea\xc7\x6d\x87\x95\x96\x9e\x03\xdb\x77\x7c\x82\x2d\x16\x43\x06\x0a\x44\x6e\x84\x63\xa6\xbb\x07\x16\x6d\x71\x86\x0c\x93\xb7\x03\xf7\x6c\xb4\x80\x02\xe3\x8d\x03\xb7\xad\xfb\x04\x37\x8c\x4c\x5c\x3b\x56\x03\x94\x19\x85\x0c\x0c\x59\xb9\x16\x9e\xf7\xdb\xeb\x7a\x7a\xf9\x69\x78\x62\xc0\xe3\x3a\x65\x69\x00\xbc\xd6\x3f\xcf\xc5\xdf\xf9\xd4\x1f\xc7\xc9\x77\x0d\x0b\x71\x00\xa8\xff\xb8\x02\x77\xbb\x6b\xa2\x36\x60\x7b\xa9\xa8\x8b\xc4\x5d\xce\x62\xa0\xf7\x3b\x4f\x2b\x81\xd6\xfb\xce\xa1\xbb\xc5\x47\xfb\xa7\x60\x5d\x87\x7d\x83\x8f\x22\x9f\xb5\x63\xe2\x09\xdc\x6d\x0e\x63\x7e\x21\x4b\x35\xb2\x16\x4a\xd6\x12\x32\x3b\x38\x53\x5a\x67\x8d\xf8\x7a\x3f\xeb\x53\xfc\xfd\xc5\x15\xcf\x8c\x9c\x7c\xe2\x8e\x8f\xb6\x4e\xa4\x47\xd2\x09\xd9\x79\x9a\xfa\xb7\x06\xbe\x4c\x73\xd8\x34\xd3\x70\xb0\xd3\xce\x54\xbf\x83\xf1\x46\x2f\x1c\x84\x8e\xaf\x3c\x57\x68\xec\x6b\x0b\xc7\x0e\xdf\xfa\x62\xec\x6c\xdb\xf7\x18\xef\xeb\x63\x46\x16\xb6\xe3\x8f\xfa\x43\x6d\xbf\x3a\x3b\xde\x43\xa2\x50\xdf\xcf\xd4\x6e\xe1\xbe\x40\x78\xad\xbf\xce\xee\xc1\x6e\x0f\x68\xd3\x7b\x65\x1f\x1f\x93\x00\xef\xf4\xee\xd9\x3d\x8e\x96\x05\xd0\x79\x6e\xff\x60\x5b\x2e\x80\x4e\xb5\x5d\x61\x84\x1c\x80\x56\xa1\xc3\x92\x8d\x3f\x01\xb4\x6b\xec\x9d\xd7\x97\x00\x68\xae\x07\x98\x8c\xbb\xb9\x1f\x4b\x82\x02\xbb\xb1\x71\xca\x4a\xd4\x07\xd6\x4e\xdb\x8c\x6c\xca\xad\xe2\x68\xdc\x25\x2f\x91\xa7\xa7\x46\xcf\xcf\x4a\xc4\xba\x30\x59\x4f\x92\x71\x1d\x79\xec\x1c\x65\x97\x12\x9d\x4f\xe0\xb8\xb9\xb3\x21\x03\xd9\x93\x8d\x4f\x73\x91\xdf\x5a\x36\xfe\x1c\xce\x1f\x33\x06\x5f\x4c\x24\xab\x08\x99\x2c\x7c\xb1\x59\x25\x52\xe0\xa1\x57\xe8\x85\x20\x8b\xe7\x32\x25\x6e\x71\x79\x1d\xc3\xe2\x55\x24\x1c\x3f\xe7\x6d\x9f\x11\xa9\x96\x6e\x7b\xec\x5c\xfb\xba\x0d\x1a\x45\x96\xd1\xe7\xe6\xef\xdb\xa2\x25\x62\x36\xf7\xec\xcd\xd3\x63\xb5\x16\x99\xec\x3e\xf3\xb3\xe2\xbb\x96\xad\x71\xea\x99\xbd\x2f\x78\x34\x89\x89\xdc\x99\xf9\x00\x6a\x7b\x4d\xc5\x32\x86\x02\xa8\xbd\x35\x1d\x98\xda\x08\xa0\x36\xce\x54\xe7\xe8\x38\x00\xd5\x44\xb3\x23\x49\x31\x00\x6a\xc7\xcd\x4a\x12\xad\x00\x54\xbf\x9b\x35\xec\x59\x0e\xa0\x3a\xc3\x7c\x7a\xdc\x1e\x00\x55\x2b\xf3\x8f\x3b\xf7\x03\xa8\xf2\x58\x98\x6f\x7f\x09\xa0\x72\xa6\x7d\xcf\x42\xf4\x7f\x7a\x91\xbb\xea\x12\x1d\xff\x37\xa3\xde\xe1\xb6\x24\xf5\x85\xb9\x12\x4c\xf9\xf0\x0b\xf1\x87\x90\xe7\xc9\xbe\x46\xeb\x85\xa4\x3a\xd3\x7a\x39\x07\x7e\x65\x22\xfb\x16\xab\x9e\x83\xba\x99\xad\x7b\xf3\x50\xef\xb1\x3a\xfe\x22\xae\x27\x16\x92\x4b\xc8\x32\x4c\x72\x2e\xc1\x75\x89\x77\xc8\x35\x90\xd1\x24\xc4\xcd\xfb\x9a\x7a\xbf\x26\x31\x0d\xbb\x6d\x57\xbd\xdd\xac\x65\x5f\x5a\xac\xb9\x1a\x30\xc5\x5c\xee\x8d\x71\xc1\x55\xdd\x95\x17\xe5\xe7\x19\x08\x5d\xe5\x8d\xcf\x51\x70\xd5\x9b\x59\x9a\x9c\x79\x50\x61\xa1\x4e\x76\x69\xff\xeb\x4b\xe4\xdb\x74\xe4\x4b\xee\x37\x90\xbe\x2d\x3a\xa6\x25\x9b\x7f\x1d\xe9\x33\x5f\x57\xa1\x20\x11\xa0\x4f\xa1\x4e\xfc\xb9\x7a\x00\xd9\xab\x7a\x03\x72\xba\x00\xe4\x42\xf5\x12\x4f\xbd\x04\x90\x5b\xa6\xfb\x3c\x2d\x0f\xa0\x8f\x9d\xfe\xac\x23\x8d\xdd\x6b\x62\xfd\x67\xc9\x0e\x00\x72\xb1\xfa\x39\x07\xe2\x00\xfa\xbc\xeb\x97\xb9\xf7\x06\x80\xdc\xc6\xd7\xef\xd7\xa0\x7f\x5e\x9d\xdf\x16\x3c\x45\x7c\x47\x3a\x06\xe7\xc1\xd2\xb8\x7d\xc8\x26\xe4\x2b\x51\x3d\x48\x4e\xfd\x71\x1c\x3f\xd3\x92\x28\x2f\x9e\xe4\x95\x8b\xeb\xc8\x84\xc0\x3c\xac\x0f\xb0\xdd\xb5\x00\x79\xd2\x70\x42\x59\x82\x65\x43\x4a\x31\x1f\x33\x8b\xae\xa3\x5f\xdf\xd8\x21\x95\x69\xdd\xe8\xb2\xa8\x2a\x9a\x47\x8f\x10\x5b\xc1\xbb\x96\x6a\x77\xf8\x6b\x8c\xbe\xde\xd5\x71\xd8\x2c\xe6\xaf\xaf\x74\x77\xfc\x78\x49\xf1\x3b\xda\x2a\x77\xa3\x42\x92\x24\xa2\x34\x24\xef\x96\xef\x5c\x2a\x71\x54\x4d\xe2\x6e\x4a\xba\x86\xc4\x58\x95\x2b\x77\x47\x95\x2e\x16\x5f\xa0\x62\x5b\xf5\xfc\xa9\xbf\x58\x1f\x15\xaf\xaa\x0d\x1d\xfd\x44\x74\x55\x45\x2b\x8e\x02\x88\x04\xa9\x34\x5c\x13\x03\x10\x19\xa0\x6a\x50\xdc\x02\x20\x72\x5c\xad\xe2\xe2\x32\x00\xb1\xab\x6a\x37\xcf\x69\x01\x88\x9d\x50\x1f\x95\x5d\x06\x20\xae\xa2\x71\xf2\xe4\x45\x00\x89\x50\x0d\xbf\x34\x2d\x00\xf1\x17\x1a\xfe\x47\x53\xba\xe7\xcc\xc7\x49\x5b\x51\xe7\x53\x15\x44\x7d\x61\xae\xc9\x24\xe2\xf8\x9f\x9f\x79\x04\xf5\xf4\x39\xcf\x4e\x20\x9f\x95\x7e\x27\x1b\xfb\x7d\xca\x83\x73\xd8\x4f\xf6\x3a\xe6\xa3\xae\x23\x3a\xf8\x12\xbe\xbe\x85\xaf\x14\x59\xc7\x55\xc5\xd7\x51\xe7\xb0\xb0\xb2\xf2\x42\x37\x4e\x0d\xaf\xba\xdd\x8d\x23\x2f\x3e\x40\x5f\x3e\xdb\x92\x87\xa8\x43\xeb\xb7\xf4\xa9\xac\xcc\x48\x42\xd4\xbf\x3d\x2d\x35\x7d\xc9\x9f\xa1\xb2\xea\x59\x94\xd7\x75\xfe\x63\x4a\xb3\xea\x2d\x17\xf2\xf3\x6d\x50\xd6\xa8\x6f\x88\xea\x4b\x88\xc2\xc7\xfa\x1f\xc7\x6a\x08\x91\x5f\x5d\x5f\x5e\x7c\x89\x10\x39\xf5\xfa\x85\x0f\x2f\x13\x22\x6b\x59\xaf\xf5\x79\x10\x21\x52\x3f\x1f\xe1\x7e\x94\x94\xee\xfd\x3e\xdd\x28\xf6\xf3\x36\x9e\xa0\x16\xb7\xbc\x81\x75\x1d\xc4\x1c\xae\xe2\x7e\x9d\xb8\xf4\x25\x3c\x6b\xa2\xbc\xf5\x7c\x04\x80\x60\xa7\x48\xc2\x39\x3c\xf7\x28\x9c\x9b\x8b\xfb\x51\xd5\x8b\xe2\x05\x71\xfd\x27\x7a\x10\xc7\x89\x22\xf5\x63\xc8\x16\x9f\x81\x53\xd8\xfe\x4f\x8e\xcc\xc5\x76\x72\xc4\xf8\x3c\xe6\x67\xff\xa5\x22\x6c\x07\xb1\x5f\xa8\x2e\x62\xdb\x25\x1a\xf7\xba\x81\x15\x38\x5e\x2e\x3d\x56\x85\xe3\xc5\x9c\x85\x94\x27\x9f\xd0\x52\x87\xfc\xf8\x90\xc5\x4f\xb0\xdd\x59\xaa\x53\xde\x4c\x21\xf8\x2d\xce\x4b\x32\xd6\xcd\xd5\x1a\x9f\x09\x91\x48\x6b\x15\x75\x2d\x24\x44\xf4\x41\xeb\xe5\x69\x27\x08\x11\xde\xd5\x16\x1e\x96\x4f\x88\x60\xff\xb6\x47\x89\x4e\x84\xf0\x3d\x68\xfb\x79\xce\x9e\x10\x5e\xb9\xb6\x8e\x3b\x6f\x08\x21\x8b\xdb\xb6\xb5\xa0\x02\xb8\x99\x07\x9f\x0d\xa6\x36\xe2\xf9\x43\x42\x9e\xe0\x19\x23\x12\x51\xc3\x78\xdc\x2a\xca\xa8\x4d\xae\xf8\x80\x38\xe5\x5a\x59\x37\xf2\xd4\x5e\xd1\xc5\xeb\xfc\x42\xd4\x45\x94\xab\x1f\x42\xdf\xaf\x4b\x55\xa9\x38\x1f\x9e\x53\xcc\x9c\xdc\x8d\x99\x36\x67\x51\xef\x70\x7c\x60\x01\xfa\xdd\x1c\xca\xbd\x82\xeb\xc4\x78\xd7\x6b\x38\x7e\xee\x18\x4f\xd9\xb1\x8d\x0d\xb7\x71\xdd\xb4\x72\x6e\x35\xea\x44\x82\xe6\x53\x5d\xc8\xf4\x79\x8f\x91\xb5\x1d\xd3\x46\x7d\x33\xdc\xd6\x53\xff\x04\x93\xcb\x2d\xd8\x6f\xfa\x9a\xb4\x2f\x22\xf8\xaf\x63\x81\xd8\xc9\x6e\xfc\x3e\xc8\x0a\x99\xd3\x1f\x8b\xc6\xe1\xeb\x3f\xaa\x96\xe2\x0a\xff\xe7\x91\x58\x5c\xe1\xfd\x34\xcd\x5c\x85\xd8\x58\x2e\x8f\xe8\xd2\x84\x7f\xf7\x43\x13\xf0\x13\x3e\x30\x26\xf5\x2d\x3b\x81\xdf\xc0\x4e\xd6\x3f\x76\xa1\xf8\x40\x9f\xe5\x85\x39\x15\xdc\x64\x79\x2a\x6b\xef\xc6\x2b\xc1\x69\xd8\x2f\xce\x3b\x64\xd2\x3a\x48\xa3\xf3\x50\x0f\x99\x56\x74\xe9\x6e\x37\x26\x5b\x52\x7f\x94\x3d\x31\x37\x14\xe9\x7c\x70\x1b\xcf\x23\x44\x7c\xac\xc6\xe7\xce\x30\x75\xaa\x0f\x58\xea\x4d\xf5\x01\xf3\xd4\xeb\x71\x7c\xf5\xbf\xfe\xa2\x12\xc7\xc5\x06\xea\x8f\xe3\xf2\xe8\x1d\xd6\x6d\x34\x6a\xfb\x82\xfd\x4a\x8e\x50\x9f\x14\xdc\xd1\x63\xfc\xa3\x09\x5b\xe1\x7b\x31\x1e\x77\x3e\xe3\x71\xb7\x2e\xa4\x78\x98\x55\x02\xe5\xf8\xdb\x6a\x76\xee\xbd\xb9\x1f\xf9\x93\xcf\x9f\x4f\xf1\x03\xf3\xbb\x78\xc3\xb0\x81\x55\xaa\x79\xcc\x7e\x5e\xc3\xc3\xf2\x82\x8c\x75\x8f\x0e\x2c\xe8\xbc\x22\x1d\x07\x2e\xe3\xbc\x97\x32\xf1\x9a\x52\x37\xee\xab\xaa\x40\xbe\x37\x66\xd9\x1d\xe4\xf7\xa3\x5e\xd7\x60\x7d\xad\x0d\x2b\x1f\x62\x9e\x56\xd6\xd7\xe3\x38\xb1\x38\xa0\x11\xf3\x37\xf3\xe2\x1b\x5c\x87\xfb\xc5\xb4\xe1\xfd\x1f\x31\xf6\x03\xce\x1b\x4e\xb2\x5f\xf1\x39\xcd\x70\x1c\x60\x3b\x91\x61\x7e\x18\x98\x07\x55\x8a\xfd\x18\xdf\xeb\x71\x81\x22\x77\xbe\x7f\x0d\x73\x42\x4d\x60\xbe\x1e\x1c\x7f\x5b\xcc\x2a\xe0\x55\xb3\x6b\xaa\x50\x00\xf8\x4a\x9d\x41\x4f\xd0\x4f\xf8\xca\x18\xf6\xf7\x3a\xff\x9e\x97\xa7\xa8\xd0\xf9\xad\x03\xa3\xed\xfe\x68\xd3\x0d\x9c\x17\x0e\x5c\xbe\x85\xeb\x84\x84\x79\xf4\x53\x76\x0a\xd6\x61\x7c\x9b\x8b\xa8\x2e\x62\x6d\x50\x03\xaa\x12\x96\x76\xbc\x42\x1d\xc8\x42\xd2\x86\xf5\x82\x02\x02\xa8\x6f\xc4\xf8\x28\xea\x32\xe1\x79\x97\xd6\x0f\x72\x98\x44\x3f\x55\xaf\x94\xa2\xe4\x3d\xf8\xa7\x0e\x64\x3b\xc5\x01\xcc\xc7\xc2\x8f\xbd\xbe\x84\xe9\x60\x22\x47\x51\xe4\xf4\x41\x9c\xbf\xc3\x65\x56\x31\xb5\x8a\xb5\x1f\xd4\x09\x11\x80\xb6\xe2\x3f\xdb\x49\x4f\x3d\x9c\xc0\x7f\xcb\x4b\xe6\xd7\xab\xb8\x6e\x3c\xfe\xa2\xc2\xbd\x1b\x0f\xbd\xad\xc2\x76\xb1\xe7\x45\x0d\xf6\xdf\x58\xa6\x07\x89\xbc\xf3\x1c\xdb\xc9\x86\xa8\x57\xb8\x8e\x5c\x25\xdb\x82\x9f\x1e\x7c\xfd\x1d\xce\x2b\x73\xaf\x7d\xc6\x73\x08\x53\x3b\x7f\x60\xff\x18\xdb\x01\x12\xdd\xe8\xc1\x7a\x61\x8f\x0f\x06\xf3\x4f\x91\x94\x81\xff\xd4\x81\x70\xce\xb7\xa3\x59\xbc\x73\xd8\x0e\x50\x18\xbb\xe6\xf4\x41\x5c\x3f\x39\xbd\x86\xb5\x0f\x53\x8a\x9c\x6e\xaa\x86\xe9\x01\x5e\xb2\x3c\xfd\xe9\xff\x41\x48\xe7\x9d\x3f\xf3\x92\xba\xaf\x1c\xf7\x55\x52\x4c\xab\xb0\x95\xed\x3b\x57\x8b\xbd\x2f\x2e\xe9\x19\x8e\x1b\xdb\x6f\x35\x62\x7f\xdf\x32\xe3\x0d\x8e\x83\xeb\xbd\xdf\xa1\x7e\x30\xd4\xa2\x1d\x9f\xbf\x16\x6d\xe8\xc0\xfc\xcc\x92\xec\x42\x7f\x19\xbf\x4b\xf4\xdd\xbd\x99\x4f\xca\xc0\xb7\xd0\xcb\x07\x43\x73\x11\x45\x09\x51\xf8\x87\x0e\x44\xf5\x06\x45\xdb\x72\x8a\x9e\xcc\x01\x74\x3a\x6b\x17\x21\xac\x9d\x44\x28\xb1\x7e\xc2\xf4\x0b\x47\x99\x6e\x22\x8b\x8d\x33\x17\x98\x0f\x06\xe7\x13\xd3\xa3\xff\x60\xba\x87\xb6\xd3\x14\xbb\xfe\x18\x57\x8e\x58\xdc\xc3\xd6\x74\x60\xc6\x23\xec\x8d\xbb\x0b\xea\xf1\xfb\x45\xdf\x7e\x89\xe3\x26\x57\x1f\x2d\x3c\xf7\x3d\xce\x27\x6b\x32\x3b\x94\xb1\x3f\xdc\xea\xfa\xd1\x8d\xf3\x07\xd2\x78\x02\x92\xa0\x97\x1e\x88\xab\x0f\xe4\xc8\xfc\x72\x4c\x4b\x28\xaa\x4e\xa3\x28\xea\xf0\x3b\x0f\xa4\x92\xa2\x32\xf3\xb5\xb1\xe4\xa3\x38\xd8\x9f\xe2\x78\x76\x1f\xe7\xb1\xfb\xbc\x86\xf9\xa2\x44\x6e\xa2\xb8\x8f\xf5\x87\x94\xdb\xe4\xdf\xf5\x1f\x69\x14\x2b\xd8\xeb\x75\x2c\x4f\x4d\xf6\x14\xdb\x07\x92\x5e\xbc\x2c\xa7\xe7\xe8\xa9\x07\xc3\xb8\x64\x8e\xcf\xe6\xb0\x47\x07\xc2\x78\x51\x37\xc6\xdb\x73\x3c\xf7\x68\xc6\x9f\x4f\x66\x5c\xfb\x6c\xe6\x07\xbd\x8c\xed\x8b\x6f\xda\x45\x91\xd3\x3f\xa4\xcc\xa1\x98\xcd\xde\xef\x8a\x39\x45\x4e\xbb\xf0\x82\x71\xb1\x3f\x0e\xfe\xd6\x3f\xb4\x51\xae\x98\xbc\x0c\xa1\xf8\xac\x8b\xe2\xc3\x99\x14\x7b\xfc\x2f\x18\xd7\xc8\xf1\xde\x37\x58\xcc\x1c\xef\x5b\xcc\xf6\xa8\xe1\xff\x87\x0f\x08\xc7\xff\x71\x3a\x10\x2e\x4f\xdc\xdf\x71\xf9\xf4\x66\x9a\x04\x3f\x76\x4e\x7c\xe6\x2b\x8a\x21\x8c\x1f\xde\x40\x79\xdf\x1e\xde\x9f\xcb\x03\xa7\x87\x29\x61\x9c\x35\xa7\x65\x79\x75\x94\x62\xe7\x9d\xff\xd6\x3f\x3c\x66\xf7\xa0\x87\xf7\x66\x1c\xfb\x2d\xf6\x5d\x6f\xb0\xcf\xe6\xf4\x0f\x97\xcb\x28\x16\x15\xff\xce\xc3\xff\xf2\x01\xe1\xf8\x5f\xcb\xb1\x0c\xe7\xf4\xce\x87\x23\xd3\x03\x70\x3a\x10\xae\xde\xce\x04\x76\x3d\x93\xf9\x4b\x2c\x59\xce\xf2\xc0\xf4\x0e\x31\x01\xbd\xf3\xd0\xa3\x87\x61\x9f\xff\x80\xbd\x7f\x33\xd3\x3c\x74\xaf\x97\xda\x5b\xe9\xff\x5f\x4f\x61\xed\x60\x11\xc5\xff\xd2\x01\x55\x3c\x66\xf1\x33\x7d\x44\x8f\xfe\xe3\x5f\xf4\x0f\xdc\xfd\xe4\xda\x7b\x4f\xfc\x2c\x0e\xae\x0e\x44\x8f\x1f\x46\x49\xef\xfc\x70\x79\xe3\x74\x14\x43\xdf\x53\x1c\x9b\x40\x71\x3a\xeb\x37\x7f\xeb\x40\x76\xb1\xf7\x3f\xcc\x78\xd3\xdc\xd5\x14\xaf\xb2\x98\x6a\xd9\xcf\xdb\x5c\x08\xe9\x64\x67\x4c\xdf\xdb\xb3\xbe\x72\xa5\x77\x3b\xe8\xd1\x7f\xfc\x8f\x7e\x70\xe9\x06\x8b\x7f\x0d\xc5\xf3\x2d\xbf\xf3\xc0\xe9\xbd\x38\x1d\x50\x4f\xfd\x07\xd6\x9e\x0d\xe7\x32\x5c\xdc\xfb\x9a\xe3\xc7\xff\x4b\x07\xc2\x8d\x13\x9c\x0e\x64\x11\x6b\xc3\x61\x8c\x47\xdd\xc9\xf2\x92\xb2\x97\x62\x8f\x1e\xe6\x19\x45\x4e\x07\xf2\x71\xd9\xef\x71\x81\xeb\x0f\xcf\xb9\x5c\x5d\xa5\xd8\xa3\x83\x62\x63\x11\xa7\x83\xfa\x7b\x1c\x28\x28\xe8\x1d\xff\x99\x71\xbf\xf3\xc0\xdd\x4f\xee\xfe\x9a\xb0\x7e\xca\xf1\xdf\x7a\x43\x28\x72\x3c\xa8\x6e\x2c\xc5\x7e\x1f\x7a\xb7\x13\xae\x9f\x70\xe3\xe6\x48\xc6\x13\x4e\x66\xfd\x6d\x01\xd3\xcb\xad\xcd\x67\x79\x60\x7a\xb0\xc3\x8c\x6f\x3f\x03\x54\xff\x73\xfd\x1d\x21\xb0\x86\x69\x9e\x6e\xd2\x31\xe1\x73\x33\xfd\x1d\xce\x1f\xe9\xf1\xbb\xde\xfd\x80\x1b\x07\xfe\xd6\x81\xfd\xaf\xf8\x73\x02\x7e\xe7\xa1\x47\xff\xc0\xe2\xe1\xf4\x2f\x9a\x8c\x07\xd7\x60\xf9\xe1\xfc\x10\x38\xd4\x48\xef\x9d\x2f\x73\xd7\xde\xed\x8b\xeb\x1f\xdc\x38\x31\x8f\x7d\xce\x6a\xa6\xab\xd9\xc9\xc6\xc3\xc3\xb3\x08\x81\x05\x84\x9c\x3d\x4b\xdb\xff\x8d\x6b\x84\xfc\xfc\x41\x35\x80\x3f\x9c\x09\xf9\x6a\x4d\xc8\x7b\x96\x5b\x6e\x5c\xe4\xfc\x80\x38\x1d\xd8\xdf\xfa\x9f\xe2\x4c\x7a\x5d\xb8\x8c\x07\x2b\xfe\x9d\x3f\xc0\x83\x1e\xf6\x67\x2e\xf2\x60\x05\xc4\xac\x1a\xfa\x7b\x27\x7f\x50\x7d\x10\xfc\xa1\x7f\x30\x60\x3a\x39\x4d\xd6\x1e\x38\xfe\x57\x5e\x9b\xa2\x1c\xcb\xa5\x3c\xcb\x0f\xe7\x0b\xc2\xd5\x4d\xe1\xfa\x0b\x37\xbf\x70\xf3\x10\xa7\x17\x9b\xc5\x78\xf3\x95\xec\xe7\x3b\x76\x13\xd2\xbd\x96\x49\x99\xd8\xfd\x94\x49\xf5\x51\xdf\x56\x11\x72\xdd\x8f\x90\x2f\xc1\x84\x3c\x19\x4a\xc8\xa7\x17\x84\x7c\x4e\x20\xe4\x6d\x0d\xd5\x05\x3d\x39\xcc\x57\x84\xfd\x60\x11\xd5\x01\x95\xaf\x12\xc2\xca\x8f\x25\xd9\xa2\xd4\xff\xe7\xb3\xc8\x9a\x6e\xcc\xb7\x15\xc4\xf3\x04\xe7\xd6\x0a\x62\x85\xbc\xd3\x2e\x22\x78\xa6\x3f\xab\x8f\x08\x2a\x9b\x4f\x96\x0b\xe2\x75\xda\x66\xc1\xb5\x5c\x1e\x38\xfd\x83\xd6\xf5\xde\xf1\x71\xfc\xaf\x14\x6b\x8b\xa2\x1b\x7a\xa3\x2c\x1b\x83\x39\xbd\x80\xe6\xac\xde\x79\xe5\x74\x95\xcc\x5f\x4c\x60\x3a\x9d\xe3\x2f\x87\x4e\x26\xe4\x57\x39\xaf\x6e\x54\x1c\x21\xdf\x86\x0a\x38\x1e\x6a\x23\xa4\x3d\x5a\x68\x67\xae\x26\x21\xef\x65\x44\xf4\xae\xe5\x12\xd2\xba\x5a\x54\xe0\xd1\x73\x42\x9a\xd5\x45\x0f\xb7\x9b\x10\xd2\x60\x2b\x81\x4a\xe4\xfb\xe5\x92\x78\xbe\xa4\x62\xa0\x2c\xea\x9f\x4a\xda\xfb\x44\x60\xdc\x2d\xca\x36\x00\x42\x82\x17\xfc\x65\xd0\xe1\xf0\x74\xbd\x52\x07\x80\xe0\xd2\x1c\x57\x29\x7c\xbe\xe4\x74\x2f\x69\xf1\xca\x3f\x00\x84\x9e\x1c\x3b\x2a\x29\xd6\xfd\xfa\x11\x4f\x09\x33\x2e\x0f\x5c\xff\xe7\xee\xbf\x24\x6b\xbf\x7f\xeb\x3f\x78\xbf\xf4\x46\x41\x36\x8f\x4a\xb8\xfe\x99\x0f\xde\xed\x7a\x98\x4f\x01\x4d\x3b\xec\x17\x42\x33\x3d\xcf\x13\xd2\x99\x27\xba\x69\x6a\x23\x21\x5f\xb7\x4a\x99\x2e\xd5\x21\xe4\xc3\xf0\x3e\xe2\x5b\x03\x09\x69\x19\xdf\xf7\xee\x81\x01\x84\xbc\x7a\xa7\x70\x35\x6b\x3a\x21\x4d\xf9\x8a\x2d\x25\xdf\x08\x79\xbe\x45\xa9\xae\x76\x21\x21\xcf\x52\x94\x07\xbf\xd3\x24\xa4\x6e\x8e\xd2\x52\x00\xde\xd5\x95\xb2\xca\x5e\x00\x42\xfd\xae\xf0\xa9\x7c\x05\x10\x79\x9f\xef\xa5\x72\x12\x40\x64\xde\x59\x65\x95\xc7\x00\x22\x3b\xb2\x07\xa9\x0a\x01\x88\x1c\xe1\x74\x3f\x5c\xdc\xc7\x89\xca\x05\x00\xe1\x5b\x87\xc7\x2b\x5f\x06\x10\x72\x4f\x5a\xa5\x22\x00\x20\x14\x79\xa0\x42\xb9\x06\x40\x08\xf7\x64\x54\x8e\xfe\x7b\xfc\xbd\xf5\x1f\x7f\xf3\xc1\x3d\xbc\x70\x36\xc1\xb1\x5b\xc4\x54\x12\x7d\xb2\x24\x4a\xd4\x51\x0f\x25\xdd\x62\xf9\x8a\x90\x8e\x4a\xf9\x80\x21\x43\x09\xf9\xa0\xad\x74\xde\xef\x22\xef\xf3\x37\x9f\x54\x06\x05\x49\x08\x4e\x6b\x5c\xa6\x6a\x1a\xbe\x4b\xc4\xe8\xa9\x9a\xea\xd1\xdd\xe6\x62\xab\xeb\xaa\x54\xef\xa7\x1d\x90\x70\x7c\xd0\x47\xf5\x46\x41\xbd\xa4\x53\x75\x1f\x35\x81\xaa\xfd\x92\x4f\xee\xd4\xab\x05\xbc\x3a\x24\x19\x7b\x5b\x42\x7d\x1b\x80\xc4\xa6\x12\x71\xac\x07\x56\x79\x21\x50\x6b\x1c\x80\x74\x51\xae\xbb\xe6\x47\x00\xa9\x27\xa7\xaa\xb4\x06\x03\x48\x35\x9e\x50\xd0\x72\x07\x90\x3a\x78\x34\x58\x3b\x14\x40\x3a\x21\xf9\x89\x56\x0b\x80\x54\xda\x21\x21\xcd\x62\x00\x49\xad\x7d\x4b\xb5\xbc\x00\x24\x7d\xf6\xea\x69\x14\x02\x88\xef\x8a\x4f\xd0\x18\x09\x20\x56\xf5\x67\xfb\xff\x8f\xf8\xff\x8a\x9b\x9f\xad\xf2\x39\x3e\x90\xab\x17\x22\xd7\xc4\xbf\x8f\x10\x18\xad\xf4\x55\x61\x0c\x21\x9f\xa5\x34\x64\x0d\x5f\xf2\x15\x35\xeb\x6b\xe7\xbb\xe4\x08\xcd\x68\x38\xa3\xdb\x3c\x3a\x50\xcc\xfa\xd1\x1a\xbd\xa7\x33\x4f\x4a\xe6\xdd\xf7\xd0\xd7\x5b\xf9\x50\x56\xf4\xf6\x6e\x7d\xf1\x1d\x6f\xe4\xde\x56\xf4\xd7\xdb\x93\xf2\x44\x1e\xca\x66\xea\xf5\x3d\xe7\xa2\x18\x58\x3a\x5b\xf7\x56\x85\x8e\x92\xca\x15\x7d\xdd\x27\xf5\x0d\x4a\x3c\xc5\xd7\xf4\x0e\x74\xfc\x54\xb8\x97\x77\xba\x9f\x34\x80\x22\xc9\x0c\xeb\x57\x0c\xa0\xd0\x96\xea\x6b\x10\x06\xa0\xf0\xe5\x70\x87\x81\x2f\x80\x82\xc9\xc1\x5b\x86\x46\x00\x0a\x73\x12\x3f\x19\x08\x03\xf4\xad\xdd\x7b\xa7\xdf\x70\x00\xb9\xf8\xdd\x69\xfd\x78\x00\xfa\x3c\x88\x39\xa6\x57\x0f\x20\xab\xba\xb3\x50\x5f\x02\x40\x56\x64\x87\xbd\xde\x68\x00\xe9\x1f\xff\x0f\xf1\xb3\xa7\x61\xd1\xbd\x14\xfb\x1e\x63\x4f\x87\x6c\xf7\x44\x0b\x9f\x7e\x7f\x7e\xd3\xc5\xba\xbd\x1f\x62\x4d\xcd\xa4\x12\x08\x79\x59\x69\x7e\x41\x5b\x5e\xe0\xdb\xe3\xcb\x16\x2a\x36\xa7\x25\xc4\xee\x79\x5b\x4e\x1e\xb6\x5f\x26\xa5\xf2\x86\xe5\x53\xff\x61\xf2\xaa\xd7\xa6\x59\xea\x07\x47\x2a\x3d\x2e\x5e\x6c\xb1\x61\x8b\x9c\xda\xbc\xfc\x6a\xf3\x99\xfb\x1f\x6a\x92\xbc\x33\x66\xeb\xb3\x9c\xb5\x9e\x9f\xa9\x31\x8d\x2b\x3d\xa4\x7d\x23\x77\xa4\xe9\xb8\x87\x13\x75\xfa\x64\x77\x98\x2e\xfd\x68\xa6\xd5\x79\x52\xdb\xac\x13\x40\xcb\xe4\x70\xb2\x79\x02\x80\xe6\x88\x03\x33\xcc\x4f\x03\x68\x68\xec\x79\x6b\xfe\x0b\x40\x7d\x43\x7c\xa6\xb9\x0a\x80\x6a\x7e\xcc\x5c\xb3\x6a\x00\x95\xdc\xe8\x14\xb3\x58\x00\xe5\xaa\xa8\x3d\x66\x8a\x00\x4a\xe9\x5b\xab\x4c\x4f\x02\x28\x1e\xde\x2c\x6f\x12\x0f\x20\x5f\xb6\x51\xdb\x74\x26\x80\x82\xd5\xff\x11\x3f\xd3\x01\x48\xf6\x61\x71\xb3\xa7\x5f\x7d\xfa\x34\x98\x6a\x8c\xbc\xcf\xd7\x25\x36\xa8\x07\x69\x81\xfe\xc8\xff\x35\x46\x0e\xb8\x20\x64\x45\x48\xdd\xce\x41\x76\x2a\x13\xf9\xc5\x6f\x6b\xbb\x2e\x36\x35\x96\xb8\x7d\x35\x61\xc0\x92\x81\x43\x14\x46\x14\xd6\xb8\x3c\x19\xbb\x5b\xd5\xe5\xdc\x4b\xe7\x86\xb9\x72\x9a\xb5\xd9\xcf\x9c\x82\xc3\xb4\x75\x6f\x9e\x1c\xee\x68\x13\x37\xc8\xc0\x3e\xd5\xdc\xe1\x62\x9a\xa6\xd1\xf2\x23\x31\xf6\x27\x0a\x27\x1a\xff\x4a\x51\xb4\x6b\xab\xe6\x37\xd9\x97\x64\x61\x77\xfd\x6d\x90\x89\xf4\x41\x2b\xfb\x78\xb8\x60\x34\x72\xf7\x5c\xfb\xcb\x50\x65\xa0\xbe\xd3\xc5\xc1\x1f\x9e\xea\x77\x45\xa5\xd9\x6f\x86\x76\xdd\xe2\x08\x6b\xfb\xd3\xf0\x4b\x67\xcf\xe6\x4e\xbb\x2b\x00\xda\x72\x1b\x8d\xec\xfc\x00\x34\x4b\xd7\x4f\xb6\xcd\x01\xd0\xb0\x5d\xeb\x65\x1b\x07\xa0\x6e\xbb\xba\xca\x46\x00\x40\xd5\x74\x65\xa8\x75\x3a\x80\x8a\xd5\xff\x11\xff\x77\x8a\xea\xac\x1e\x86\x11\xee\x5b\x75\xb9\xd8\xe2\xf5\xc7\x11\x03\x71\x3f\xff\x55\xdb\x10\x7c\x5a\x7e\xba\x6c\x24\xfe\xdd\xfd\x2b\x3e\x46\xdd\x58\xf9\x71\xdc\x9c\xbe\x1b\x09\xb9\x62\x31\x3a\x42\xef\x81\xb8\xfc\x79\x21\xef\x12\x07\x25\xf9\x9d\x99\x1e\x23\xc4\x3c\x57\x69\x45\x1c\x7f\x34\x3c\x72\x9a\x96\xfe\xfd\x64\xc3\xa1\x35\xcb\xe2\x8d\xa3\xf6\x07\x7b\xd4\x46\x49\x98\x1b\xee\x8e\x72\xef\x97\x3c\xc3\x8a\xc4\xec\x1c\x74\xea\x6c\x97\x75\x7d\xf4\x0b\x37\xff\x4a\x55\x9b\xc3\xdb\x6f\xb9\x56\x35\x14\xda\x2c\x8e\x8a\x71\x1b\xf6\x73\xa9\x55\xe7\xe6\x8f\x6e\xf6\x10\x61\x7e\x6b\x7d\x97\x6b\x16\xa4\x99\xb4\xac\xd9\xe1\xba\x1d\x8a\x8c\x9e\xac\x7a\x3e\xf0\x01\xdc\x34\x1c\xb2\xc2\x61\x60\x2e\xd4\x19\x88\x2c\xcb\x18\x10\x01\xad\x7a\xe9\x4b\xd5\x5d\xac\xa0\x53\x27\x21\x78\x9f\xcb\x22\x00\xed\x77\x8b\x4e\x3a\x4f\x00\xd0\x92\x5f\x74\xda\x71\x32\x80\x86\xcc\x3f\xdb\x3f\x17\x3f\xc7\x83\x5b\xa2\xab\xe7\xaf\x85\xce\xa8\xff\xf8\xb0\x68\x28\xf2\xb6\x2f\x0e\xf8\x60\x3b\x78\xd4\x46\x77\x07\xaa\x82\x26\xa3\x5f\xf5\xf5\xf7\xd3\xf0\x7d\x2e\x4d\x0a\x3c\x26\x96\x4f\xc8\xd9\x21\xd3\xaf\xa9\x17\x0a\x37\xa5\x7f\x9c\xfa\xcc\xd2\x55\x6e\x55\xf2\xc9\xc9\x07\x07\x2f\xd1\x38\x91\x30\x63\x82\xbc\xef\x07\x63\xf9\xe8\xb7\xbe\xbc\x0b\x36\x59\xec\xdf\xba\x74\x4c\xed\x86\x48\x9b\xe7\x1b\x2e\x8f\x7a\xbe\x77\xb3\x83\x6e\x98\x8a\x8f\x51\xa6\xb7\xe3\xd8\x55\x67\xbc\xf2\x4b\xf7\x38\x45\xac\xf0\x1b\xf9\xec\xd1\x08\xa7\xb3\xcb\xcb\x46\xb6\xb6\x1f\x73\x3c\xb3\xd4\x7e\xe4\x5e\x30\xb7\xb7\x5b\xbc\x67\x44\x0d\x4c\xb0\x91\x0b\x92\xf3\x14\x82\x4d\x16\x3e\xf3\xaf\x78\xce\x83\x28\xf3\xdd\x73\x7d\x86\xd5\x41\x86\xc9\xbc\x39\x1b\x87\xde\x83\x02\xa3\xea\x59\xf7\x86\x5a\x40\xb9\xe1\x88\x59\xdb\xdd\x33\xa1\x49\x7f\x56\xe0\x7a\x77\x07\xf8\xa8\x9b\x34\xbd\x68\xb0\x09\xfc\xd2\x19\xf0\x3b\x0f\x12\xaf\x7a\xc7\x4f\x79\xf0\x9f\x47\xdc\x70\x7f\xf6\x9d\x9e\x37\xf2\x9e\x8d\x47\x27\xe0\x2e\x50\x1d\x2f\xd5\x83\xdc\xca\x9d\x89\x7e\x28\xa5\x3f\xe7\x21\xcf\x9d\xdf\xb6\x08\x77\xc3\x72\x96\x04\x8f\xe1\x71\x26\xe4\x44\x66\xc8\x11\xc5\x4f\xbc\xbe\x87\x78\x16\xf3\x1b\xc6\x4a\x57\xc6\x39\x2d\x14\x71\x1e\xa8\x1a\xb8\x75\xc9\x9c\x4a\x9f\x05\x06\x3e\x6b\xea\x67\x04\x07\xae\xb5\xbe\xb1\x6c\xec\x74\xa3\x95\x17\x1d\x2e\x04\xbd\x9a\x26\xba\xcb\xd6\x79\xda\xdc\x0e\xff\x3b\xc7\x8f\x0e\x38\x37\xb3\x75\x72\x40\xa1\x93\xab\x5f\x60\x88\x1f\xdc\x53\x71\x4d\x08\x28\xf5\xcb\x68\xbe\x32\xf0\x51\x80\x97\xdf\xb2\xae\xfb\x2e\xce\x53\xde\x4c\x58\x0f\x32\x0e\x0f\x26\x77\x8c\x0f\x05\x6b\x3b\xd3\x49\x4b\x7d\xc3\xc0\xdb\xfa\xab\x9f\xe7\xb8\x39\x30\xdb\xf2\xed\xc4\xa6\x31\x02\xb0\xcd\xac\x61\xe2\xbc\x51\x83\x20\xc5\xe4\xf0\x44\x15\xef\x2f\x90\x63\x2c\x3a\x41\xd8\x6b\x0f\x94\x1a\x0a\x8d\xf7\x1f\x31\x06\x1e\xeb\xcf\xfc\x3d\xfe\x71\xf1\xdb\xe0\x2e\xd9\xaf\x35\xf4\xf4\xe0\x3b\x0b\x5a\x1f\xa7\x21\x78\x0a\x8e\x13\x75\x27\x67\x63\x3f\xb8\x19\x18\x84\xbe\x38\x25\x0d\x4b\x70\xbe\xb8\x50\x44\xeb\x04\x65\x27\xd1\xdd\xe5\x63\x83\xc3\xf0\x54\xd4\x81\x8d\xe1\x99\x52\x47\x09\x89\x99\xb6\xae\x5c\xeb\x8d\xb8\xee\x16\xfe\x35\xb5\xb6\x03\x14\x1d\x57\x8d\x5b\x39\x6d\x58\x8d\xae\x4a\x90\xc7\xb2\x18\x7f\x53\xf3\x15\x33\xbe\x2f\x71\x0f\x21\x76\x2d\x53\x5a\x16\xbf\x8d\x8c\xed\x9f\xe8\xe7\xb0\x68\x52\x4a\x81\xd3\x54\xdf\x88\x20\xb5\xf3\x35\xce\x96\x63\xfb\x2f\xf8\x71\xbb\xc2\x79\xc2\xe8\x5b\x0b\x36\xbe\x96\x75\x1a\x33\xfa\xe4\x82\x4d\xa0\xec\xf0\x75\xd4\xf5\xb9\x04\xdc\x6d\x93\x47\x79\xce\x52\x81\x00\xeb\x91\x3e\x21\x33\x74\x60\xa5\xa5\xe6\xa8\x29\xd3\x56\xc3\x06\x0b\x2b\xef\x21\x53\x6a\xe0\x98\x49\xbd\xf7\xf3\x49\x00\x27\x4d\x24\xbd\xad\xfc\x12\xe0\x82\x51\x82\xd7\x8a\x09\x53\xe0\x86\xc1\xe9\x11\xcf\x7d\xaf\xc2\x13\xfd\xd1\x7f\xc7\xdf\x79\x67\x38\xee\x82\xb6\x15\x8d\xc7\x71\xb1\xf1\xc5\x74\xd4\x81\xd5\x36\x2d\x40\x9e\xb7\x12\x96\xe0\x39\xd6\x2b\x4a\x2b\x71\x77\xfd\xfc\xb4\x75\xd4\xff\x9f\x9f\xea\x60\x8e\x95\x50\x5d\xc8\x7e\x99\x28\x3c\x27\x1c\x1d\x10\xad\xc5\xb7\x93\x90\xcd\x4e\xd1\xa9\xca\x20\xb8\x79\xc5\xbd\xa8\xfb\xa6\xaf\xfa\x18\x2c\xb8\xb3\x4d\xc4\xad\x43\xfd\xea\x34\xaf\xcd\xbb\xc6\x8f\x35\x32\x1d\xff\x6b\xe3\xfd\xa0\x9d\xe6\xc1\xa3\x27\x6d\x48\xd9\x92\x69\xe5\x32\xb2\x2a\xbc\xef\xa1\x50\x1b\x9e\xe1\x5a\xeb\xf9\xce\x6e\xb5\x49\x1b\x72\x33\xec\x43\x65\xa8\xcd\x45\x8f\x25\x61\x63\x9b\xd6\x59\xdf\xf3\x08\x0f\xf3\xee\x3c\x61\x59\xe6\xa1\xba\x2a\x0e\x76\x9b\xdb\xbb\x1b\x2d\x3f\x07\x67\x4c\x06\xbb\x5f\x0e\xe1\x87\x42\xe3\x69\xee\xd7\x16\x47\x41\x99\x91\x8f\xbb\xc3\x42\x15\x78\x68\x60\xe9\x1e\x3f\xb7\x0b\x9e\xf7\x1b\x32\x78\xc3\xec\xcf\xf0\x41\x6f\xe8\xe0\x51\x33\x00\x7e\xe8\xbc\x18\xcc\x33\xfd\x17\x80\x76\xc5\x6f\x1d\xc8\x30\xbc\xff\x9c\xfe\xab\xa1\x78\x26\xee\x63\xd7\xf6\x5f\x8c\x7c\xf6\xcd\x75\x2b\x90\xc7\xbb\x32\x2f\x0c\x77\x53\xcf\x37\x6d\xc6\xf9\x32\x6b\x4b\x94\x01\xc6\xef\x17\x8d\xf9\xdc\xff\x3a\x76\x69\x37\xee\xd4\xda\x8d\xfd\x65\x83\xd8\x3e\xe4\xf5\x56\xf2\x1e\x50\x90\x7d\x48\xc8\x02\xf1\x7d\x2f\xf5\x5e\x4a\x04\x4d\x2d\xdb\x73\xc5\xb1\x53\xf1\xeb\x18\x8f\xf8\x36\x9f\xef\x3a\x3f\x46\xf4\x8b\xab\x9e\x7b\xb7\xdf\x52\x8f\xa8\xd8\xd7\x1b\xb2\x0d\x9b\xdc\x64\x62\x8a\xf6\x3f\x31\x9e\xeb\x92\xb2\xab\x23\x37\xd2\x44\xd7\x69\xd2\xce\xba\x1b\xa7\x4c\xa4\x1c\x0d\x77\x8a\x3e\x8f\x34\x76\x76\xe4\xdf\xa9\xf6\x23\xd1\x50\xd3\x31\x35\xd2\x13\xea\xfb\xc5\x3b\x26\x6f\xe1\x83\x36\x7d\x4d\xc7\x80\x0d\x1a\xf0\x43\x37\xda\xf1\xc8\x3a\x0d\x00\x9d\x46\xa7\xac\xd5\xfb\x00\x74\x5a\xfb\xb7\x87\x7e\x07\xd0\xac\x76\x3a\xb4\xf4\x05\x80\x56\x92\xe3\x9b\x25\xe3\x00\x34\x45\x1d\x57\x2f\xf6\x05\x50\xff\xce\xe9\x40\x3e\xae\xf3\x43\xb6\xac\xe1\xe3\xec\xa1\xdd\x58\x13\x13\x82\xf3\xc2\xcd\xea\x35\xd8\x1f\x4a\x8a\x37\xa1\x6e\xec\x82\x34\x65\x11\xb2\x6c\xa2\x71\x37\xfc\xd8\xe5\x78\xe4\x6f\x12\x83\xf7\xe2\x29\xeb\x58\xad\x03\xc8\x6f\x6f\xae\x4b\xc2\x7d\xfc\xd0\x28\xea\x1b\x31\xd7\x27\x35\x4c\xa0\x9a\x90\xa9\x09\xa9\x96\x6a\x2f\x85\x36\x8f\x91\x39\x36\xde\xda\x5e\xb6\x70\x88\xf3\x91\xf9\xc3\xd3\x54\xe7\x0c\xbc\x7e\xf8\xf6\x8c\xa1\x1a\x12\x8e\x81\x87\x55\xc3\xfa\x6a\x69\xda\x0d\x49\xd1\x4b\x48\xd7\x5e\x69\xd5\x92\x1c\x9b\xc5\xa3\xdd\x6a\x71\x3f\x29\xe5\x5a\x96\x76\xb5\x79\xee\xa1\x6f\x4f\x03\xb5\xbe\x98\x17\x1c\xba\xf2\xf5\x87\xa6\xad\xc5\xe2\xfd\x33\x00\xd4\x9f\x5b\xac\xde\xbd\x0e\x40\xad\xc9\x42\x30\xa6\x04\x40\x75\x97\x95\xd8\x0e\x51\x00\xb5\x7b\x96\xd7\xb7\x25\x00\xa8\x5e\xb0\xb2\xdc\x1c\x0c\xa0\x6a\x65\xa5\x1b\x7e\x0b\x40\x65\xa8\xd5\x8b\xb0\x64\x00\x95\xe1\x56\x66\xab\x97\x03\x28\x55\x7f\x1e\x38\x11\xcf\xb3\xbf\x74\x9a\x83\xfc\x54\xed\xab\x65\x74\xfc\x5b\x11\x86\x3a\xaf\x92\x28\xea\x0b\x73\x61\x73\x34\xf2\xbd\x59\x1f\x63\x91\x35\x3a\x3e\x7f\x2f\xf5\x7f\x48\x3e\x88\xe7\x78\xe3\x02\x52\x1e\x74\xe3\xd6\x4c\x5a\x37\x67\xcd\x1e\xaa\x0b\x09\x92\xcd\x18\xdf\x8d\xfe\x5a\x39\x94\xd7\xd0\x3a\xe3\x24\x3f\x95\x10\x8f\x79\xb9\x63\x8c\x9e\x8b\x17\x38\x2e\xce\x31\x18\xd4\x2c\xb7\xdf\x26\x32\xfb\xd6\x94\xd7\xf2\x35\xe6\x07\xb3\x47\xaf\x78\xaf\xe8\x63\xfc\x2e\xab\x26\x76\xa1\xd2\x4c\x83\x8e\x2c\xb7\x93\x2e\x4a\xfb\xfb\x29\x64\xc6\x95\x44\x29\x8d\xd7\x57\xca\x78\xf3\x28\x5b\x71\xbe\x5e\x47\x46\xe2\xa7\x1b\xf2\x07\xf4\xdd\x4f\xcc\x07\x90\x7b\xc5\xe9\x1b\xfa\x75\x26\x05\x02\xf4\xbd\xd8\xaf\x3a\x71\x0c\x40\x5f\x1e\x83\xb0\x84\x4c\x80\xbe\xf2\x06\x9e\x71\x13\x00\xe4\xe6\x18\x2e\xde\xe9\x0c\x20\xf7\xcd\xe0\x6d\xd4\x69\x80\x3e\xaf\x0c\xf3\x23\x4a\x00\xe4\xfa\xbc\x3a\x3d\x1f\xdb\xfb\x43\x8b\xe5\xc8\x47\xdd\x6e\xa0\xba\xb7\x92\x0f\x91\x38\x4e\x5c\x54\xdc\x85\x3c\x4d\xf6\xb5\x3d\xe8\x6b\x90\xba\xf8\x00\x9e\xeb\x4e\x36\xa5\xee\xf2\x09\x81\xa9\xc8\xba\x44\x1d\x4a\x67\xe7\x3b\x33\xd1\x67\x67\x69\x62\x2e\xb6\x9b\x59\x99\xe7\xd0\x67\x68\x1c\xc9\x47\x7e\x7b\xd0\xc4\x4b\xc6\x42\x49\x84\x38\xac\xba\xc4\xaf\x75\x4c\xb0\xd3\xec\x6c\xd1\x14\x27\x55\x89\x20\x43\xa3\xa2\xa0\x09\x0a\x92\x79\x7a\xbe\x45\xf2\x21\x0e\x52\x4f\xb5\x3e\x17\x69\xef\xb8\x26\xdd\x4f\xe3\x62\x61\xe4\xf1\x6a\x69\x25\xf5\x3e\x85\xfd\x2e\x05\x4b\x4d\x57\x1b\x53\x10\x5e\xab\x2a\x39\x4b\x4d\xbd\x40\xe7\x43\xb6\xf8\x11\xb5\x4d\xe7\x4f\x00\x88\x4d\x55\x6b\xc9\x0d\x04\x10\xcb\xd6\x18\x72\x2a\x01\x40\x42\x52\xfd\xe1\x09\x7e\x00\xf1\xa9\x1a\x2f\x8e\xae\x01\x90\x18\xa2\x71\x22\x79\x18\x80\x78\x81\xe6\xb3\xc4\x95\x00\x12\x27\xb4\xfc\xf7\x4e\xec\x9e\x23\x35\x97\xc6\x7d\x02\x10\xdf\xff\x70\x3b\x3d\x15\x5a\x35\x7d\x03\xf6\xf7\x6b\x25\x91\xc8\x2e\xe7\x1f\x8d\xa7\x75\xa0\xd4\xf7\xa1\x0e\x20\x5d\x3d\x19\x79\xea\x14\x2b\xaa\x03\x4a\x78\x75\x02\x1b\x4e\xf4\xb5\x2c\x64\x0d\x36\xc5\xe5\x22\xdf\xb1\x32\x95\xf2\xc4\x0b\xd2\x69\xdc\x53\x6e\xd0\x7a\x1a\x23\x37\x95\xa2\xde\xd0\x6e\xea\x75\x7c\x7f\x93\xc0\x8a\xbe\x0a\xaf\x08\xd1\x9e\x58\x5e\x60\x79\x41\xf0\xa2\xba\x67\x85\xa1\x4f\xba\x90\xb6\x8a\x6e\x85\xdf\x82\x76\xc1\x24\xa5\xb5\x15\xbb\xb7\x9e\x17\xf8\xaa\x98\x5f\x31\xfb\x70\x1a\x7f\xbe\xb2\x51\x45\x4e\xc1\x67\x12\xa1\x58\x5b\x21\x73\x7f\x3e\x21\x0a\x76\xe5\x31\x6d\xcb\x09\x91\x3b\x57\xd6\x8c\xcf\x48\xab\x2f\xa3\x43\x7a\x9f\x82\x02\x3c\x6f\xa4\x54\x7c\x76\x26\x80\x80\x9d\xb4\x5e\xee\x64\x7c\x96\x54\x3c\x99\x05\x20\x94\xa5\x62\x93\x7a\x04\x40\xe8\xbc\xf8\xd9\x63\x78\x6e\x47\x45\x36\xa9\xfb\x79\xd3\xfe\x1e\xd0\x7a\x70\x65\xce\xd1\xb8\x4e\x2e\x0c\xda\x8d\x75\x60\x4e\xf7\x3b\x30\x84\xc5\x8f\x7c\xcb\x91\xcf\x27\x50\x17\xb7\xbf\x3a\x0b\xd9\xd6\x58\xc9\x5c\xec\x2f\x5b\xf5\xa8\x1e\x66\xed\x94\x7c\x1c\x27\x97\xd4\x50\x5d\xc8\x2c\xf7\x12\xcc\xef\xf8\x98\x32\x5c\x6f\x0c\x29\xa8\xc4\x75\xa6\x85\x54\x15\x9e\x9b\x56\x0e\x7a\x30\x4c\xb0\x90\x90\xbe\x6d\x35\xa2\xfd\xfc\x09\x91\x1d\x53\x73\x64\xc8\x30\x42\xa4\x56\xd4\x92\x19\xf3\x08\x91\x48\xad\x55\x0f\x1f\x42\x88\x68\x57\xad\x70\x62\x2e\x21\x22\x23\x6b\xf2\xcf\x0e\x22\x44\xc8\xa6\x26\xe0\x96\x24\x21\x02\x33\x1e\xb4\xbd\x72\x20\x84\xaf\xec\x7e\x07\xae\x89\xc9\x6d\x8b\x6e\xe4\x11\xbd\x81\xfb\x4d\x7c\xb3\x4a\x71\x9f\x89\x4f\xb0\x88\xf2\x9a\xe1\x17\xe5\xe9\xef\x9d\x3d\xd5\x8d\xfc\x4a\xd9\x94\x61\xba\x9a\x21\x88\xfb\x39\xa1\xd1\xc8\xa2\x15\x9b\xee\x45\xb6\xe7\x6c\x6d\x12\xfa\x98\x64\x4c\xa3\xf7\xfd\x68\x1c\xd5\x01\x1d\xf0\xa1\x3a\xa0\x38\xeb\x73\xa8\x83\x8b\xbc\x43\xf9\xe1\x8d\xfc\x97\xf0\xf7\x56\xc4\x51\x7d\x40\x10\x2f\xd5\x85\x04\x10\xaa\x0b\x19\xa3\x79\x1b\xd1\x95\xf9\xa4\x18\x25\xd5\x21\xdb\x26\x73\xe8\x19\xf2\x82\xfc\xfd\x1a\x26\xca\xa3\x73\x42\xa3\x88\x3d\x32\xc2\x8d\x33\x26\xe0\x08\xdd\x78\x64\x39\x32\x69\x8d\x33\xe3\xd0\x79\xa7\xd1\x22\x03\x57\x6a\x0d\xb9\x65\xe8\x6c\xf6\x3c\xe7\x19\x76\xe1\xe7\x3b\x7f\x22\xe3\xfc\x90\x31\x66\xf7\x33\x59\x5e\x18\x9f\x5b\xce\x1c\x27\x4a\xa9\xee\x61\x72\xf1\x50\x7a\x5d\xc0\xf2\x92\x87\xf9\xbb\xf4\x6c\x0f\xf5\x01\x6a\xa0\xfd\x3d\x93\x87\xd6\x09\x3a\x76\x32\x03\xef\xf7\xa1\x50\x5a\x27\x2a\xe1\x7e\x3e\x3e\x5f\x46\x57\x15\xa1\x1f\xc8\xe6\xa3\x25\xa8\x13\x59\xdd\x56\x86\xec\x6a\x70\x6d\x39\xb2\xb5\xb3\x63\x6f\x63\x3b\x98\x9c\x70\x0f\x7d\x51\xbc\x4a\xa9\x3e\xc2\x49\xf3\x31\xaa\x18\xfa\x7d\x68\x40\x1f\x25\xc9\xc6\xd7\xa8\x2f\x21\xa4\x25\x4d\x0a\x57\x5e\xad\x26\xd6\xc8\x18\xb6\xbe\x1a\x83\x0e\x12\xad\x99\xc1\xd8\x52\x5b\x9b\x77\xe0\x08\xdc\x36\x9d\x2a\x35\x5a\x73\x2e\xe3\x09\x87\x16\xa8\xc3\x6f\xdc\xe2\xfd\x11\x47\xf0\xd7\x8c\xcf\xaf\x67\x3c\xee\x23\xe6\x83\x71\xdf\x8a\xe5\x85\xf1\xff\xe5\x8c\xdf\xbd\xc6\x98\xe6\x2b\x58\xa1\x80\x8b\x3f\x7b\x16\xf5\x83\x4a\x6d\xcb\x46\x3d\x4c\xb2\x1c\xad\x13\xb5\x37\xae\x00\xf5\x73\x31\x87\xaf\x14\xd3\xf9\xe0\xea\x0d\x3a\x1e\x56\xe0\xdd\x08\x6d\xb8\x8d\x3c\xff\xc2\xe2\x6a\xd4\xd7\x06\x36\xd4\xe0\xfc\x31\xde\x82\x56\x9b\x18\x7e\x87\xf2\xa5\x0e\x43\x1b\xf1\x75\xdd\x11\x6f\x71\x5c\x91\x58\xf2\xc1\x9f\xe6\xe1\xab\xa3\x18\x66\xf8\x9b\xb5\x29\xbe\x73\xc7\x60\x2f\xec\xa1\x1d\x59\xf3\xf1\x1d\x3b\xee\x45\xe0\x9d\xf9\x5e\x72\x18\x15\x56\x1d\x42\x17\xb1\xfd\x7c\x5f\x54\x8d\x4f\x42\xdf\xe2\x9a\x71\xc5\xf7\x85\xe9\x19\xda\xd6\x51\x7c\x15\xff\x7f\xe7\xe5\xce\x70\x8a\x15\x58\xc3\x3c\x77\x2d\x1d\xe7\xd3\x17\xe7\x22\xcf\x7f\xf8\xf5\x05\xd4\xad\x24\xba\x5e\x42\x16\x95\xf3\x43\x8a\x3a\x72\x1d\xfb\xcb\xa6\xa6\x5b\xd9\xb4\x1d\xdc\xc5\xf1\x6f\xa9\x40\x2d\xea\x0d\xe7\x2d\x7f\x88\xf3\xec\xd4\xb1\x4f\xf1\xfd\xc6\xfa\xd0\x2a\x24\xee\x02\xaf\x91\x4d\xb5\x21\x2d\x38\x2f\x69\x6f\x69\xc7\x76\x20\x4e\x7e\x28\xd1\x3c\x00\x08\x32\xde\xdf\x40\x8b\xe2\x10\xa6\x77\x99\xc1\x78\xec\x30\xe6\x80\xb8\x8f\xd5\xab\xc8\x66\x4e\x78\x65\xec\x84\xd4\x53\xb6\x13\xf4\x09\x57\x00\x1c\x9f\xff\x45\x84\x62\xab\x37\xcb\x8b\xe4\xbf\xe7\xe5\x01\x56\xee\xc8\xb0\x3a\x8b\xf3\xfc\xd1\x80\x7c\x5c\x3f\x1f\x4c\xb8\x82\x75\xc4\xe2\x5d\xa9\x2f\x50\xb4\x46\x05\xfa\xcb\x6d\x5d\x72\x17\xaf\xd7\x1d\xb9\x8f\xf1\xaf\x70\x7c\x88\xd7\x41\x75\x54\x75\x31\x4b\xb6\x01\xe7\x1b\x7f\x99\xd7\xc8\x83\x8f\x92\x79\x8b\xf9\x19\x64\xf1\x1e\x75\xeb\x56\x03\xbe\xa0\xdf\x8c\xf6\xd4\x9f\x38\xfe\x4a\x58\xc0\x3f\x74\x20\x7a\x8c\xe7\x76\x63\xd7\x93\x53\x29\x2e\x65\xba\x97\x1d\xcc\xcf\x80\xd3\x3d\x70\x7c\x36\xe7\x63\xc0\xe9\x3f\x5a\xc7\x53\xa4\xba\xa9\x5f\xac\x1e\xd0\x27\x16\x7f\xeb\xba\x7f\xcb\xcb\x71\xc7\x22\x7c\x70\xe4\x74\x50\xfb\xaa\x2a\xd0\x57\x2b\x56\x96\xf6\xf3\xc8\x11\x77\x71\xbd\xb4\xd1\x82\xfa\x21\xad\xe9\xf7\x04\xf5\x10\x21\xe1\xf5\xc8\xa6\x2f\xb0\x7d\x85\x55\x38\x02\x2d\x9a\x71\xbc\x9c\xb8\xfb\x1d\xae\xb3\xbc\xac\x3f\xe2\x5d\x76\x45\x26\x8a\x10\x8b\xb2\x2e\xd4\x99\x68\x1e\xa7\x9f\x2e\x62\x0a\xff\xd4\x81\x30\x7e\xde\x71\x12\xc5\x71\xcc\xaf\x61\xde\x5b\x8a\x9c\xff\x45\x02\xcb\x43\xda\x3b\x8a\x9c\x5e\x8a\xd3\x7f\xd4\x31\x1d\x49\x53\x33\xc5\x2f\x4c\x27\x41\x3f\xf1\x47\x3e\xc5\xf6\x3d\x7f\xe6\x25\x39\xaf\x14\x9f\x2f\xf6\x6f\xaf\xc4\x4f\x8d\x55\xbf\x8d\xf3\x7e\xf4\x94\x5a\xac\x42\x12\xe1\xfc\x18\x47\xa7\x75\x9a\xf5\x38\xef\xaf\x88\x7b\x81\xf9\x08\x16\x7f\x83\x7e\x8c\x73\x0a\xdf\xa1\xbe\x78\x9a\x0f\xda\xb8\x13\xdf\x01\x5f\x71\xd4\x1b\x71\xaa\x13\x75\xa5\x03\x74\x00\x9f\x53\xcc\xcd\xe9\xa7\xaa\xb1\xbb\x21\xca\x0b\xff\xad\x03\x61\x8e\xb8\x9c\x5e\x6c\x3a\x8b\x9b\xf3\xbf\x88\x64\x7e\x49\x07\x02\x29\x9e\x62\xfd\x25\x9f\x55\x98\xbe\xca\xf4\x0d\x55\xcc\x4f\x84\xf3\xff\x68\x65\xed\xa9\xab\xf5\x9f\x79\x39\x78\xfe\x16\xf6\x83\x84\xe0\x6a\x9c\xf7\x77\xfe\xaa\xc3\xac\x46\x79\x3d\xc3\x75\xf6\x86\x88\x06\xd4\xbf\xac\x0d\xa2\xba\xb7\x65\x5d\xad\xb8\x4e\x0a\x12\xf9\x88\xba\xd1\x99\x36\x54\x6d\xe3\x7f\xeb\x27\x8e\x5e\x3d\x3a\x10\xaa\x62\x24\x8e\x73\x29\x72\x75\x92\x54\x98\x6e\x44\x64\xc5\xef\x3c\x10\x76\xf2\xe3\xbf\xea\xe3\x4c\x12\xa5\x18\x34\xbe\x77\xbb\x88\x61\x27\x67\x92\x98\x0e\xe4\x64\x5b\xef\xfe\xc2\xf9\x7f\x54\xb0\xd7\x39\xfd\xc7\x4b\xe6\xaf\x82\xf5\x93\x58\x3e\xe0\x8f\xba\x0f\x3d\xbc\x37\xe3\x8c\xff\xd6\x7f\xfc\x97\x0e\x64\x10\xe3\xd8\xb8\xba\x2a\xa3\x18\xef\xe5\xcf\x78\xab\x39\xc9\x14\x39\x1d\xc8\xc6\x0a\x8a\x9c\x0e\x24\x99\x69\x10\xb2\x1a\x28\xb7\x5f\xdc\xfd\xbd\x52\x09\xa9\xda\x44\x5f\x7f\xc1\x7c\x41\xbe\xf3\x11\xf2\x2d\x8d\xfe\x9f\xe3\x7b\x1b\x18\xa7\xf8\x98\x79\x91\xfc\x43\xff\xc1\x38\xd6\x1b\x02\x14\x4b\xaf\x51\xbc\x6c\x45\xb1\x88\x9d\x4d\x86\x3f\x74\x30\x4e\x7f\xf1\xf8\x7f\xeb\x3f\x7a\x74\x20\x5c\x1d\x14\xa6\x03\xe1\xf8\x7e\xce\x57\xc4\x87\xd5\xdb\xe1\x7c\x51\x66\x1d\xa0\x18\xc2\xea\x08\x6c\x60\x75\x6f\x38\x1d\x48\x32\xfb\xfd\x9c\xdd\x84\x40\x3c\x21\x97\xbb\xbf\xbb\x1b\x21\xd5\x66\x84\x80\x0a\x21\x2f\x1e\xd1\x9f\xff\x52\x21\xe4\xd3\x68\xfa\xff\xd7\x2c\xa7\x9c\xfe\xa1\xa7\xfe\x09\xfb\x2e\xb7\x19\x0f\x5a\xa1\x4a\x91\xd3\x3f\x5c\xfe\xce\xe2\x67\xfa\x87\x7c\xb9\xdf\x79\xe0\xf8\x37\x2e\x2e\x2e\x4e\x2b\xf6\x1e\xe6\x13\x7b\xa3\xc5\x5f\x3a\x01\x4e\x07\x32\x88\x79\xb3\xfc\x97\x0e\x24\x84\xf1\x7d\xe1\x2c\xfe\x98\xc1\x84\x40\x09\x21\xdd\x2b\xf7\xce\xbb\x84\x64\xbb\x51\xcd\xcb\xe5\x1c\x42\x7e\x7d\x20\xa4\x3a\x98\x90\x9f\x15\x84\xbc\x74\x24\xe4\xd7\x42\x42\x3a\xd5\x7e\xfb\xc2\xbc\x10\x66\xed\x80\xd3\x3f\x88\xb0\xf8\x39\xff\x0f\xa6\xff\xb8\xc6\xda\xe6\xdf\xfa\x8f\x42\x96\xbf\x3f\xf5\x0f\x5c\x3f\xe8\xd1\x3f\x70\xfc\x3f\xd3\x7f\x70\x3a\x08\x4e\x0f\xc0\xf1\xe2\x7f\xeb\x40\xb8\x7a\x22\x5c\xff\xf0\x65\x6d\x71\x3a\xd3\x2c\x2d\x66\x79\x09\x67\xf7\x74\x57\x1c\x21\x5d\x0a\x84\x24\x4f\x20\xe4\x87\x05\x21\x59\x16\x84\xfc\x88\xa6\xfd\xa2\x23\x83\x90\xbb\xad\x84\x74\x44\x13\xd2\xdd\x9f\xbf\x97\x10\xd2\x55\xd7\xbd\x8a\xec\xdd\x1f\x38\xfd\xc3\xdf\xfa\x8f\x32\xc6\x2d\xff\x2f\xfd\xc7\xbf\xe9\x1f\x2c\x03\x7a\xc7\x69\xc0\xfa\x71\x8f\x0e\x82\xe9\x01\x38\x3d\x08\x97\x1f\x4e\x27\xe4\xc4\x78\xef\x1e\x3f\x10\xf6\x59\xd3\x58\x7e\x38\x1d\xc8\x3a\x6b\x8a\x3b\x1b\x08\xf9\x79\x9c\x90\xa4\x6b\x84\x7c\xef\x24\x24\xdb\x8a\x90\xaf\xb7\x09\x29\x76\x25\xe4\xdb\x34\x42\xaa\xdf\x11\xf2\xf5\x05\x21\x6f\xf8\x08\xf9\x92\x4b\x08\xc8\x11\xf2\xd6\x83\xfe\xed\x13\x36\xe6\x70\xfa\x07\xce\x07\xe7\x1f\x3a\x30\xef\xff\x3b\xfe\x9c\x8b\xbf\xf3\xc0\xf5\x7b\xee\xfe\x1b\x30\xbe\x5b\x9b\xf1\xd7\x1c\x0f\xce\xe9\x01\xb4\x2e\x53\xd4\x65\xfc\xaf\x31\x8b\xff\x1f\x3a\x90\xbf\xc6\xcb\x05\xe9\x54\xe7\xb1\xe6\x2d\x21\x3f\xe3\x08\xd9\x91\x4b\x48\xc7\x64\x42\x0e\x36\x10\xf2\xe5\x00\x21\x99\x6b\x09\x69\xf7\x22\xa4\xe8\x0e\x21\x1f\x3d\x08\xb9\xab\x4e\xaf\x5f\x5b\x12\xf2\xe1\x1c\x21\x5d\x5f\x08\x69\x62\xf1\x71\x7a\x28\x4e\x07\xf5\x0f\xfd\x8b\xf7\xbf\xb7\xff\xb3\x6c\x2e\xe0\xf4\x0f\xa7\xbc\x7f\xe7\xa1\x47\xff\xc0\xd7\x3b\x4e\x4e\xef\xc1\xf1\xe0\x1c\x72\xbc\x30\xa7\x7b\xe0\xf2\xd1\xa3\x03\x61\xf7\x6a\xf8\xb8\x3f\xc6\x89\x9b\x84\xcc\x0d\x22\xa4\xd3\x93\x90\xd5\x2b\x08\xf9\x96\x4a\x48\x94\x01\x21\x9f\x2a\x09\x49\x8c\x21\xe4\xe3\x0e\x42\xba\x9f\x6c\xdb\xb6\x13\x52\x98\x4c\xc8\x3b\x11\xaa\xf5\x69\xd9\x49\xc8\xcb\xed\x84\xb4\xfc\x20\xa4\x6b\xf1\xef\x71\x91\x6b\x07\x15\x0a\xbd\xe3\xff\x5b\xff\x95\x37\x99\xdd\x7f\xe6\x49\x95\xc5\xb8\xdc\x93\xac\x5d\xa5\x5d\xff\x9d\x07\xe3\xf4\xbf\xe2\x67\x71\x72\xfa\x0f\x8e\x07\x96\xcd\xed\x7d\xcd\xfd\x9c\xf3\x0d\xe1\xfa\x0b\x37\xce\x0e\x66\x3a\xb7\xb1\xe9\x84\xfc\x3a\x47\xc8\x4c\x1f\x42\x3a\xc2\x09\x59\x7e\x9a\x90\x4f\x43\x08\xe9\x7e\x7e\xfa\xa0\x47\xc8\x7e\x19\x42\x5a\x27\x12\x72\xb2\x1f\x21\x6f\x73\x08\x29\x0c\x27\xe4\x8d\x2f\x21\x77\x4d\x69\x0e\x5e\x18\x12\xf2\x4a\x85\x90\xce\xcc\xdf\xfa\x48\x6e\x3e\xb8\x56\xd0\x3b\xfe\x7c\x15\x8a\xe7\x58\x7c\xb9\x4c\x27\x93\xb9\x8c\xe2\x09\x56\x6f\x2d\x95\xf9\x71\x1d\xc9\xa2\xaf\xff\xd9\xfe\xb9\xf8\xb9\x3a\x20\x9c\xfe\x83\xe3\x81\xff\x46\x29\xe6\x8b\xc5\xe9\x64\xb8\x7c\x98\xb2\x7c\x76\xcf\x43\x9d\xad\x54\x4f\xf9\x4d\x80\x90\x69\x06\xb4\x1e\xdc\x92\x3b\xd4\xf7\x67\x53\x1c\x21\xcd\x57\x09\xd9\xb3\x96\x90\xd7\x52\x84\x9c\x58\x43\xc8\x8b\x72\x42\x0a\xde\x11\xd2\xa8\x45\xc8\x9d\xb1\x84\x3c\xf7\x21\xe4\xc5\x63\x42\x9e\x5d\x26\xe4\xd7\xcd\xdf\x75\xc1\x6e\x78\xf2\xce\xc6\xf6\xdf\xc2\x8b\xfa\x97\x0b\xc6\xbc\xb8\x62\x3b\xbd\x4d\x60\x10\x6d\xf7\x82\x23\xb1\xdd\x7f\xe5\x43\xbf\xc5\xb4\xc7\xbc\xe8\xaf\x72\xd4\x82\x17\xcf\xa1\xa4\xd4\xf0\xa1\xe2\xfb\xe0\x17\x7e\x7e\x2e\x0f\x5c\xfb\xe7\xee\xb3\x38\xf3\xaf\xfa\x77\x1f\x8c\xdf\xc8\xfd\x5c\x74\x1b\x6b\x1f\x16\xbd\xfb\x49\xf7\x78\xd1\x21\x41\xc8\x90\x7b\x54\xf7\xe8\x17\x44\x48\xdb\x74\x9e\x80\x85\x5b\x08\x79\x5d\xcd\xdf\x10\x3e\x81\x90\x26\x7e\xa1\xab\xf1\xd3\x09\x79\xf6\x48\x54\x2c\xd5\x89\x90\xc7\x4b\x44\x1f\x5c\xdc\x4c\x48\x5d\x9e\xd8\x8e\x5b\x3b\x09\xa9\xf1\x15\x97\x6d\x5c\x4a\xc8\xfd\x54\xf1\x88\x1f\x81\x84\x54\x28\x4b\xa1\x53\xe1\x65\x3d\x99\xa5\xd8\xef\x27\xcb\xe0\xf3\x64\x4e\x85\x14\x9e\xbb\xc9\x38\x2c\x89\xf5\x45\xd3\xe5\xa5\x70\x3f\x86\xd3\xbd\x1c\x1e\x2c\x89\x4a\xe6\x43\x1b\xc5\xbf\x76\xe3\x81\x74\x31\xac\xeb\xbb\xf7\x87\x58\x33\x97\x07\xee\x7e\x72\xf7\x99\x27\xf7\x3f\xe2\x27\xff\x81\xec\xe7\x9c\x5e\x48\x29\x92\x90\x8e\x85\xbc\x3c\x26\x21\x84\xbc\x1f\x24\xb2\xc3\xb5\x98\x90\xd7\x47\x25\x1b\xc7\x5d\x22\xa4\x41\xbb\x8f\xe7\x5c\x3f\x42\x1e\xb7\xca\x07\xad\x0d\x27\xa4\x96\x28\x05\xc6\x88\x10\x52\xdd\xa4\xa4\x70\x24\x99\xe7\xfe\x9d\x3e\x8a\x91\xe7\x8c\xf9\x12\x6f\x8e\x52\x5c\x5f\xee\xca\x2f\x54\xfe\x58\x71\xff\xd3\x62\xfe\x91\x37\xa6\x2a\x7e\xf9\xdc\xc5\x57\x70\xf9\x99\x52\x0e\x80\xc0\xdb\xbc\xb1\x2a\xfa\x00\xc2\x31\x99\x1d\x2a\x21\x00\xc2\x65\x9c\xee\xe5\x48\x8a\xf2\x77\x00\xa1\x13\x29\x87\xd1\x17\xc7\xf5\xe0\x29\x15\x2d\x00\xa1\xc4\xfd\x17\x94\xeb\x01\x84\x14\x13\x96\x2b\xb7\x03\x08\xfe\x8a\xfb\xa4\xdc\x09\x20\xf8\x36\x66\x84\x8a\x38\x80\x60\xdd\x9f\xf7\xff\x3f\xe2\x9e\xf0\x1f\x38\x87\x3d\x25\xb1\x53\x13\xfc\xf8\x7c\xf6\x45\x41\xe2\xa4\xcc\x4f\x42\x9a\x3f\xf5\x3d\xa7\x9f\x40\x48\x23\xbf\xb2\x8a\xe3\x34\xde\xa9\x8f\xc4\x55\x4f\x7a\xcd\x17\xb8\x74\xcf\x45\x5d\x34\xc0\x56\x78\xf9\xad\x05\xea\xb7\x96\x5e\x10\x13\xbe\x21\xaf\x61\xbd\x75\xb5\xc4\xac\xd2\x4c\x0d\xdd\xc4\x67\x52\xca\x97\x47\xa9\x57\x64\x2d\x96\x96\x2f\x8a\x54\x5f\x5f\x12\x27\xbd\xb5\x40\x59\x7d\x7d\xad\x8a\xf4\xda\x8b\xb3\xd5\x9b\xdb\xd6\x48\x55\x9d\xdb\xab\x71\x0d\x40\x32\xed\xd4\x60\xcd\x12\x00\x29\xd7\x63\xb3\xb4\xbc\x01\xa4\xa6\x24\x25\x69\x2d\x01\x90\x12\x4c\x14\xd4\x1a\x08\x20\x39\x67\xcf\x7b\x6d\x55\x00\x29\x9e\xf8\xa7\x5a\x76\x00\x12\xe5\xb1\x43\x35\xfd\x00\xc4\x33\xa3\x07\x68\x06\x00\x88\x8f\x8b\xbc\xab\x51\x09\x20\xb6\x6c\xeb\x77\x8d\xf7\x00\x62\xf3\xff\xdf\xe3\xe7\xfd\xff\x28\x7b\xef\xb8\x9e\xdf\xef\x7f\xfc\x18\x4d\xed\xa5\x3d\x25\xed\x81\x54\x22\x24\xa3\x48\x85\x64\x54\xb2\x52\x4a\x49\x65\x25\x4d\x4a\x69\x2a\xed\x45\x11\x9a\x0a\x95\x8c\x92\x8c\x52\x88\x32\x8a\xc8\x56\xb2\xb7\xeb\x77\x7b\x9e\xeb\xf1\xe0\xc5\xfb\xfd\x7a\x7f\x3f\xbf\xd7\x3f\xe7\xf5\x6c\x79\x9c\x73\x9d\x6b\x3c\xce\xfd\x7e\xdd\xcf\x56\xf8\x83\x0f\x22\x82\x3a\xad\x5f\xf7\x4b\x62\x7d\x76\xb0\x44\x16\xeb\xf4\x4f\xb9\x55\xc6\xf2\x7b\x00\x74\x2b\xa8\xef\x57\x58\x3e\x2c\xf4\xc6\x6d\x0d\x6d\x83\x12\xde\xe2\x2b\xdf\x34\x47\x4d\x9f\x2c\x30\xf1\xfc\x33\x2d\x95\x45\x8f\x84\x9b\x4e\x67\x6b\x59\xae\xf3\x15\x1b\xac\x09\xd4\xac\xda\x71\x5f\x72\x7f\xd5\x3d\x4d\x89\xbd\xc3\x47\x76\x97\x7f\x1d\xe3\x76\xf0\x81\xcc\x9a\x92\x7b\x1a\x6d\xa7\xe4\x64\x17\x1d\x49\xd2\x58\xd6\xde\x24\xbb\xa1\x38\x5d\x63\xe7\x93\x63\x32\xfd\x87\x12\xc7\x04\x90\x7b\xd2\xb3\x72\x8f\x6a\x2e\x22\x44\x7a\x44\xda\x16\xcd\x00\x42\x46\x8a\x27\x45\x68\x76\x13\x22\x15\x1f\x2f\xa1\x59\x46\x88\x64\x6b\xac\x85\xe6\x76\x42\x24\x55\xa2\x77\x6b\xb4\x10\x22\x3e\x2c\x32\x49\xa3\x9a\x10\xb1\xf9\x11\x4b\x47\xaf\x21\x44\x64\x60\x87\x97\x86\x2c\x21\x22\xb7\x83\x1f\x8c\xda\x45\x88\xd0\xce\xff\xb7\xff\xc3\x99\xb7\x41\x31\xbc\xb7\x4c\x0e\xc9\x60\xdd\xf2\x43\xa7\x1a\xde\x4f\x7a\x55\xae\x89\xef\xa7\x0f\x4b\x0d\xf0\x7d\xf5\xb6\xd9\x38\xee\x21\x27\x00\xda\xa3\x4c\x9f\x8d\x3c\x09\x70\xc1\x72\x42\xe3\x98\x8d\xfc\xba\xf5\x81\xc6\xa7\xcc\xfa\x44\x93\x8e\x0f\x9d\x00\xb6\x5f\x24\x5b\xca\x92\x8c\xd7\xad\xd4\x93\xc9\x2c\x6e\x1f\x1f\xb8\xa9\x5a\xfe\xe7\x81\xb0\x71\x69\xb1\x63\x94\x3e\xe5\xad\x1b\xbb\x34\xaf\x48\xe5\x73\x56\xb9\x51\x4a\x55\xaf\x5a\x40\xc6\x12\xc3\xc2\x4b\xf7\xd5\x6e\xa7\xe5\x1a\x4e\xbd\x5f\xa4\xb6\x61\x9f\x87\x61\xe1\xa7\x57\x2a\xcf\x13\xcd\x8d\xea\x08\x51\x4e\xda\x1d\x38\x56\x90\x10\x25\x93\x9d\x6a\x46\xfa\x84\x28\x28\x87\x85\x1a\x4d\x27\x44\x7e\x5e\x88\x94\x41\x26\x21\x32\x3f\x82\xea\x0c\x7a\x08\x91\xd9\xbc\x6d\x92\xfe\x0f\x42\xa4\xad\x36\xfb\xea\xb9\x12\x22\xa5\x16\xb8\x57\x6f\x1b\x21\x92\xb7\xfd\xa7\xe9\x2e\x22\x44\xc2\xe5\xbf\xf8\x6f\xf6\xe7\xb8\x8f\xa4\xb7\xa3\xac\x55\xb0\x1e\xf9\x36\x44\x1f\xeb\x6b\x4f\xbd\x26\x20\x6e\xd7\xfd\x63\x32\xea\x04\xdc\x20\x96\xf8\xf5\x2b\x67\xac\x10\x0f\x6e\x04\x6b\x53\xa1\x2e\x80\x1a\x07\xeb\xa1\x2a\x92\xbc\xb3\xcb\x5e\xcc\x9c\x38\x76\xa3\x68\x41\x51\xd6\xf4\x40\xab\x7a\xd9\xb3\xb9\xa5\x96\x5e\x4b\xdc\x94\x26\xa6\x6f\x9c\x26\xee\x63\xa6\x36\x2d\xf9\xf6\x94\x98\x88\x80\xd1\x45\xf1\x5a\x16\x12\xe9\x93\x34\x27\xc4\x8c\x9b\x74\xb1\xe4\xbd\xd6\x40\x94\xa7\x79\x46\xa3\x91\x76\xc3\x4e\x05\x73\xbe\xae\x9d\xda\x67\x22\xda\xcc\xa5\x5e\x57\x6a\x9d\x0c\xed\x31\xf7\x23\xb7\xc6\x88\x07\x39\x98\x2f\x23\x2f\xd4\xdf\x6c\x5e\x34\xd1\x92\x10\xb5\x29\x01\x73\xcd\x1e\x13\xa2\xd2\xe6\xf7\xcd\x4c\x92\x10\x65\x1d\xdf\x2e\xd3\x9d\x84\x28\x3e\x5f\x3f\x6d\xc2\x13\x42\xe4\xc3\xbd\xde\x4d\x88\x26\x44\xee\xd2\xba\x97\xc6\xd5\x84\xc8\xd6\x78\x64\x8c\x3b\x49\x88\xb4\xc3\x7f\xce\xf7\x11\xe9\xd4\x2a\x60\x15\xe0\xe7\xd6\x31\x58\x87\x7b\x3d\x30\x1e\xab\xe3\x8f\x1b\xb0\x5c\x0f\x77\xcc\x67\x22\xef\xe3\x5a\x9b\x2d\x56\x47\x9a\x3d\xe7\xe3\x3d\x96\xd3\x21\x8e\x58\xbf\xac\x9e\xb5\x78\x38\x17\x3f\xc0\xd1\x86\x25\x57\x65\x5d\x87\x7b\x16\x1c\x59\xf4\x43\x67\x88\xb0\x53\xda\xb7\x85\x2e\x93\x8f\xcb\xec\x8c\xeb\xb3\x8f\xb6\x77\x55\x3b\x17\x35\x63\x5e\xee\x9a\x4d\x63\xf4\x43\xef\xcc\xfd\xb1\xed\x87\x8e\x5e\x90\xf5\x9c\xa9\x89\x6e\xfa\x3a\x9b\x45\xac\x0f\x15\x85\x18\x3a\xf8\x47\xcd\x1e\x7b\x8a\xc7\x68\xb9\xdf\xe8\x59\x96\xd7\x0a\x8c\x8a\x7c\xc3\x66\x09\x3d\x1b\x65\xf8\xc5\xa7\x71\x96\x3f\x89\xd1\x3f\xe4\x35\x62\x46\x19\xa9\xd6\xce\x5d\x3b\xd1\xaa\x8f\x5c\x1d\xd3\xbf\x26\xd5\x6a\x06\xb9\xa3\x11\xba\x4a\x70\x7a\x20\x79\xa1\xbe\x6b\x45\xb4\xa5\x13\xf9\xac\x56\xef\xf6\x64\x8a\x07\x21\xca\xfb\x5c\xaf\x4f\x89\x22\x44\xe9\xb5\xab\xa4\x85\x29\x21\x8a\x01\xce\xe9\x93\xf6\x13\x22\x1f\xfd\x3b\x0e\x7f\xfa\xff\xa3\x0d\xe1\x19\x18\x30\x37\x47\xbe\xcf\xc3\xde\x99\xf4\xfe\xb3\x83\x3d\xea\x27\xb5\xf1\x2c\xc2\x7b\x8b\x17\x36\x3a\xe3\xe7\xba\xba\xe5\xd8\xf7\xa0\x22\x7f\x15\xf2\x1e\x0e\x3e\x73\xc7\xf5\x24\x6f\x9e\x67\xa4\x38\x3f\x40\x4a\xc6\x5a\xe5\x51\xfe\x23\x5e\xc4\xcc\x5f\x3d\x7d\x42\x95\x54\x74\xa8\xe0\x0a\x75\xeb\xab\x2a\x3a\x81\x73\x5c\x64\x9d\x2b\xb4\x5d\x7c\xe6\x2f\x33\xd9\x18\xad\x7f\xcf\x43\x63\x89\x46\xf4\x9a\xb1\xd2\xab\xa6\x3b\x6d\xce\x9d\x39\xbe\x76\xb9\xe2\x22\xa1\xaa\xe7\x13\xf4\x9d\x53\x17\x1e\xbf\x7c\x78\x42\xc6\xd2\xa7\x0b\x87\xf4\x4e\x36\xfe\xbe\x34\x64\xa1\xc1\x57\xdd\xf1\xf2\x8b\x57\xcd\x5f\x48\xfc\x0d\xaa\x1c\x7f\x3a\x8c\x25\x09\xba\x3f\x1c\xf9\xed\x34\x48\x89\xf6\x84\x05\xd1\xf3\x82\x48\xad\xe6\xf1\x85\xa3\xe7\xa6\x92\xcb\x63\xc4\xe7\xf7\xda\xcc\x26\x8f\xd4\xf5\x1c\x9c\xad\xf3\x49\xbf\xda\x3d\x7b\xcd\x59\x5b\x09\x51\x71\xb5\x33\x9a\xe9\x49\x88\x32\xff\xef\xfc\xa7\xfe\x7f\x1f\x30\x64\xc6\xdf\x02\xeb\x6d\x8f\x5e\xcc\x41\x7e\x60\xe7\x97\x85\x58\x35\x6f\xc9\x76\xc6\x5b\x72\x8d\xae\xab\x11\x9f\xaa\x35\xf7\xc0\xdf\x2b\xdf\x40\x79\x30\x45\x6f\x36\xf4\x71\x6c\xe6\x60\x00\xc6\x29\x49\x7f\xb3\x2c\xcf\x63\x80\xa8\x17\x9b\xbe\xca\x5f\xe7\x31\xda\x7e\x25\x60\x99\x81\xa6\xd8\x2e\xbf\x3e\xbf\x10\xcb\x6b\x0a\xf2\xee\x05\xeb\x9f\x2f\x72\xd1\xf0\x72\x69\xf6\xd2\xf3\xaa\xd0\x13\x58\x3c\xd2\xf3\x44\xf8\x4f\x83\x03\x0b\x12\x3d\x96\x64\xcc\x32\xb2\xb3\x1f\xb2\xd6\xa6\x3c\x64\xac\x95\xed\x2e\xf7\xf1\x17\xae\x8c\xf5\x9d\xab\xba\x66\x46\xf7\x6e\xa3\xfa\x39\x27\xd7\xcc\xfa\x50\x62\xf0\x66\x4e\xee\xca\x23\x24\x4b\xf7\xa7\xcd\xa9\xe5\x97\x49\x95\x76\x98\x0d\x9f\xf3\x7b\xd2\xac\xb9\xd8\x7a\xe2\xd2\xeb\xa4\x53\x23\x68\x76\xca\x12\x79\xf2\x70\x34\xff\xec\x67\x8b\xd4\xc8\x33\x75\xee\xd9\x32\x0b\xf9\xc9\x07\xb5\xf9\x33\x23\xe6\xaf\x27\x44\x65\xec\xac\xd3\xf6\x55\x84\xa8\x24\xb3\xfe\x93\x43\x06\x78\x9b\x6b\x70\xc3\x34\xac\xc3\xf6\x4d\x76\xc0\xea\x5e\xa7\xeb\x52\x8a\xff\x3b\xad\xc4\x75\xa3\x31\x09\xcb\x73\x70\xd2\x61\x03\xe6\x41\xd9\xb2\x40\x1c\xf7\x22\xf3\xad\x58\x2d\xcd\xca\x0d\x46\xfe\x58\xa2\x62\x28\x56\x0f\x23\x5e\x44\x60\x7e\x6c\x9f\xb3\xcb\x4c\xea\x38\x80\xef\x9c\x88\x89\x63\x7c\x04\xaf\xad\x1e\x19\xda\x66\xfe\x52\xda\x75\xf1\x96\xe0\x01\x7b\x33\xd5\x54\xfb\xd6\xed\x26\x6b\xc5\x35\xa6\xcc\x99\x1b\x24\xb0\xa3\x4c\xb3\x70\x66\xff\xd6\x27\xa9\xa5\xda\x76\xd3\xad\xb7\xb4\x1c\x7d\xaa\xfd\x64\xea\xbb\xcd\xe7\x1b\x77\xe9\x68\x4f\xf1\xdc\xcc\x7f\x47\x42\x3b\xc0\xa2\x7f\x53\xd7\x5b\x51\xcd\xcb\x53\x16\x07\xec\x20\xbd\x1a\x11\x53\xec\x37\x2c\x23\x03\xea\x8f\x2c\xac\xbc\x13\x09\x51\x73\xb0\xe8\xf7\x7c\x46\x88\x1a\xbf\xc5\x64\xf7\xc3\x84\xa8\x68\x5b\x28\xad\xe6\xac\x17\xaa\x93\x97\xae\x34\x27\x44\xb1\xc9\x42\xc6\x75\x3e\x21\x8a\x8a\x93\xc4\x5c\x36\x13\x22\x2f\xc0\xfa\xff\x46\xc1\x0a\xf1\xa9\x87\x7d\x0e\x88\x6b\xb3\xfc\xa7\x96\xf2\xb5\x1b\xe8\xf8\x6f\xc0\x7a\x73\x8d\x78\x00\x56\x45\xcb\xe7\x07\x61\x75\xb0\xf0\x65\xe8\x03\xf4\x7f\x30\x12\xeb\xb1\x49\x29\x51\xa8\xae\xbe\x4b\x31\x16\xd7\xd5\x2d\x31\xb4\x8a\xe8\x1d\x9f\x2c\xc5\x9f\x0c\xb0\x72\x42\x92\xa9\xf2\x3a\xde\xe2\x45\xd1\x09\xca\xe3\x4b\xc5\xb5\x6c\xfa\xf6\x5c\xb1\xae\x95\xff\x68\xe5\xb2\x47\x68\xe5\x50\xa5\xda\x29\xea\x31\x64\x9b\x93\xca\xed\x89\x47\x62\xb4\x93\x55\xd4\xa4\x4c\x82\x77\x0f\x2f\x7e\xab\xd6\x6c\x2c\x1e\x6d\x72\xb6\x41\xed\xcc\xb8\xb3\x51\xce\x9d\x73\xd4\x14\xc6\xcd\x8a\x92\x1e\xb8\xa8\x92\x3e\xee\x69\xe4\x37\x42\x94\x52\xc6\xdf\x09\xd9\x44\x88\xd2\x98\xf1\x3b\x82\x96\x11\xa2\x50\x3c\x7e\xf5\x96\x0c\x42\xe4\xaf\x8d\xf7\x0f\x74\x24\x44\x7e\xc8\xb8\x0b\x1b\x8d\x08\x91\xdd\x39\x5e\xc1\x77\x3a\x21\xb2\x92\xe3\x7c\xbd\x1e\x11\x22\x9d\x35\xee\x8b\xa7\x0b\x21\xd2\x7e\xef\xcb\x67\x60\xf5\xfb\x49\xf3\x42\xc4\x37\x3b\x7b\xdd\x50\x28\xaa\x2d\xcf\x0b\xf1\xab\xc6\x47\xfe\x88\x47\x9c\x8c\x0f\x42\x9c\xa7\x5c\x24\x14\xf5\xca\x0f\x8a\xee\x42\x94\x25\xbb\x2d\x16\xd7\xd7\xe4\xb4\x38\xac\x0a\x47\xbd\x4c\x46\xde\xd4\xf6\xef\x14\x2f\xf4\xc9\xcd\xc0\xf3\x95\xcb\xd5\x1c\xdc\x4f\x16\x25\xe5\xde\x97\x31\x1d\x52\x69\xbd\x28\x3b\x4d\x37\x58\xb0\xc4\x62\x63\x96\xfc\xf4\x51\x92\x03\xa6\x31\x99\x07\x9c\x73\xa4\x0d\xc7\x79\x64\x0e\x0b\x8c\x95\xa9\x34\xd8\x96\x61\x11\x2f\x26\x7b\x45\xd7\x3d\x3d\xae\xc8\x58\x4e\x55\xdb\x2e\xed\x54\xfd\x7a\x39\x11\xcd\xc1\xb4\xf1\x1d\x96\xb2\xd3\x35\xd3\xf7\x95\xbe\xcc\x96\x1e\xd0\x9a\x9c\xca\x4f\xc8\x48\x5e\xad\x65\x09\x61\x84\x48\xcd\xd2\x1a\x13\x63\x42\x88\xe4\x04\xed\x49\xbb\x9c\x08\x91\x2c\xd4\x36\x8c\xb0\x21\x44\x52\x54\x7b\x5f\x88\x19\x21\x12\x75\x3a\x96\x41\x33\x09\x91\xd8\xaf\x1d\xc9\x89\x93\x78\xb0\xce\xa2\x40\x4f\x42\xc4\xf3\x9e\xd9\x2c\xc0\xf9\x7f\xc7\x67\x15\x56\x7d\xdb\x1d\xa8\x8a\x7a\x43\x2f\xe5\x7d\xd5\x14\xed\xc0\x2a\x71\xd9\x97\x48\xc4\xe1\x8a\xfa\x63\x50\x17\x24\x27\x2c\x01\xf9\x2f\x29\x62\xf4\xb6\x71\x0c\x49\xc7\x73\x45\x08\x64\xe1\xfc\xf1\x87\x5c\xfc\xbd\xd5\x8d\x07\xb0\x3a\xbc\x70\x07\xe5\x85\xcc\xfc\x79\x64\xaf\xa0\x2d\xc0\x24\xbe\xc3\xfe\xa3\x5a\x79\x37\x1a\x3d\x28\x0e\x9f\x64\x2a\xf4\x55\x37\xb3\xd8\x7a\xd1\x25\x91\x1c\x4d\xa3\x43\x2f\x36\x8c\x15\xcd\x55\x3f\x79\x28\x69\x77\x85\xd8\x64\x35\xad\x83\x0f\x0b\xf6\x88\xd9\xa9\xf8\x1e\xb4\xaf\xc9\x17\x03\xe5\x05\x45\x99\xed\xaf\x45\x35\x95\x6e\x14\xc9\x3d\xbb\x27\x7c\x58\xd9\xa3\x50\x95\x10\xc1\x4f\x2a\xe2\x39\xb1\x84\x08\x8d\x57\x09\x4d\x37\x22\x44\xc8\x58\xa5\x34\xa5\x84\x10\x21\x09\xd5\xd0\xc4\x06\xce\x39\x49\x65\x70\xcf\x51\x42\x04\x13\xd4\x46\x44\x4f\x23\x44\x48\x5d\x4d\x66\x67\x1c\x21\x82\x4f\x54\xb3\xc2\x75\x08\x11\x94\xee\xce\x5a\x83\xa8\x47\xbb\x0b\xe5\xbd\x9d\x77\xa0\x7a\x40\x35\xa2\x94\x0f\x51\xf1\x32\x0a\x6f\x8f\x16\xb7\x51\x5d\x98\x5c\xdb\x64\x3c\x71\xa4\xae\x4c\xc7\x75\x64\xcf\x0a\xda\x2f\x28\x3c\x29\x1f\xd1\x92\x2d\xc3\x0a\x99\x3e\x28\x87\x10\xff\x71\x19\x53\x82\xeb\xc4\x5c\xfd\x0a\x8c\xb3\x71\x1f\xad\xaa\xeb\xbb\x1f\x7f\x29\xe7\x39\x4c\x66\xf4\xd4\xe3\xbe\xe3\x2e\xf1\x46\xa9\x54\x1c\x5f\x6e\xbf\x99\xcf\x5c\x71\xd1\xf1\x25\xeb\x1e\xf2\x79\xc8\x0d\x1c\x37\xd8\x29\xcf\x37\x59\x56\xbf\xba\x25\xe7\x16\xaf\xaf\x8c\x7a\xf5\xbe\xe3\xe9\x3c\xc6\xd2\xd7\xaa\x5a\x5b\x3f\x73\x4b\x48\xf7\x57\x79\x3d\x31\x1a\x76\x45\x56\xb6\x6a\x11\x21\xf0\x45\x26\xec\xe8\x1d\x42\x86\x3a\xc8\xca\x1f\xb4\x24\x84\xab\x47\xf6\x71\xc1\x73\x42\x78\x14\xe4\xc4\x73\x82\x08\xe1\x19\x2f\xa7\x9a\xc1\xb1\x8a\xb2\x3d\xa9\xbb\x09\xe1\x8e\x93\x0b\x4d\xaa\x26\x84\x67\x92\xdc\xad\xb8\x3e\x42\x78\xfc\x3a\x8c\x28\x6a\xd6\x5c\xbf\x1d\xe3\x51\xef\x13\x89\xcf\x5f\x31\x18\x83\xf8\xef\xe1\x49\x49\x58\xfd\xcf\x77\xa4\xfd\xa1\xd2\x04\xb2\x70\x1f\x8d\x5f\x9d\x8f\xaa\xfb\xbb\x0a\x0a\xf1\x7e\x77\xd0\xcb\xc3\x78\x7e\xd8\xd0\x58\x82\xf1\x5b\x55\x53\x81\x78\x86\x63\x68\x35\xc6\xd5\xea\x74\x2d\x7e\xd6\x2f\xa1\xb7\xd3\x95\xa5\x1a\xb2\x84\x12\x00\x64\x85\x1a\xae\x6b\x97\x0d\x79\x25\x2d\xd0\x98\x6f\xad\x07\x20\x71\xb1\x31\x6f\xf5\x5d\x00\xb1\xe9\x8d\x09\x21\x0b\x01\x44\x46\x37\x4e\x4b\x8f\x06\x10\x9a\xda\xd0\x50\xe1\x0f\x20\xe0\xd9\x20\x71\x89\x0b\x80\xff\xe6\x39\xff\x5e\x2e\x00\x3e\xb7\xb3\x85\x5f\x2a\x01\x78\xcb\x6b\x6f\x71\xce\x84\xdc\x3a\xd5\x96\x68\x97\x94\x23\x92\xc2\x25\x72\x14\xfb\x3e\x70\x0f\x3f\x78\x9d\x63\x87\x5e\xdd\x8f\xfd\x40\x86\xce\xca\x75\xc3\xef\xe7\x66\x5e\xc4\xf7\x78\x6f\x7a\x6b\xfa\x94\x37\x45\x95\xab\xdd\xe2\x11\x15\x3a\x62\x9b\x82\xe3\x5c\xa0\x9e\x81\x28\x6b\x46\x3f\xc5\xc5\x13\x07\x0b\x51\x7d\x22\xba\x8d\xe1\x01\x8d\x2e\xd3\xe6\xd8\x80\x8e\x4a\xc4\xc5\xd7\x2d\xaf\xc6\x38\xb8\x1e\xac\xc1\xfd\xd3\xce\xe5\x34\xf2\x1c\x2c\xe6\x51\xdc\x50\x2b\xbe\x19\xf1\x31\x11\xb1\x56\x3c\x87\xf2\xed\x6d\x7d\xad\x70\x0f\x80\xeb\xf4\x55\x57\xf3\x38\x80\xa1\xdd\x57\x23\x17\x63\x64\xaf\xd6\x04\x20\x73\xf7\xaa\x4d\x02\xe2\x4f\xad\xc7\x8a\x11\xc7\x6c\x75\x69\x40\x45\xa6\x16\xe3\x3b\xc3\x39\xf6\x8a\xc6\x5b\x64\xb2\x35\xc7\xd3\xb3\xf1\x39\x06\xcf\x3e\xc5\xe8\x3c\x9c\x60\x6c\x25\xa3\x2c\x5f\xc2\xdc\x34\x2f\x66\xf0\xe0\xc2\x33\x1c\x7b\xba\x60\x17\xe2\xd8\xac\x0e\x54\x89\x28\x45\x95\x0b\xdd\x29\x0f\x28\x2b\xf7\x00\xf2\x15\x92\xd2\xa8\x0e\x52\xcc\x94\xa3\x88\xdf\x87\xb5\x97\x23\xcf\x6e\xab\x5c\x35\xce\x07\x9f\x12\xca\x0b\x59\xd5\x52\x8f\xf8\xa6\xd3\xbb\x06\xcc\x1f\x9b\x29\x4d\x18\x0f\xb3\x49\x14\x37\x54\x6f\x6c\x43\xdc\x77\x44\xf1\x4d\x44\xa5\x00\x3a\xc3\x24\x50\x6f\xbf\xf3\x85\x71\x34\xda\x24\xba\x62\x75\x26\xf9\xe2\x8a\xd2\x79\x26\x16\x9f\xac\x53\xfc\x00\x32\x75\x3a\xcd\xeb\x31\x13\x6f\x19\xdc\xc4\x88\x77\x94\xbf\x44\x25\xcc\x1b\xea\xd4\xaf\x16\xa6\xe3\x40\x33\x83\xac\x35\x30\x37\xcb\x4f\x6b\x50\x7b\xb2\x86\xda\x2a\x86\x2f\x52\x8e\xef\x16\xc7\x7b\x93\x70\x7f\x2b\x9b\x9d\x81\x7e\x14\x7d\xca\x3f\x86\xeb\xc0\xc1\x43\xb8\xff\xed\x8b\x2f\x41\x16\xc2\x1e\xdf\x72\xe4\x13\x46\x36\x56\x61\x5e\x04\x6f\xaa\x95\xa1\xeb\xe1\x29\x7c\x5a\x2f\x9e\x06\xc4\x43\x97\x57\x5c\xc0\x75\x73\xc1\x85\x8b\xf8\xfe\x31\xe3\xe0\x55\xc4\x01\xc7\x4d\xbd\x8e\xf9\xa5\xb2\x99\xea\x85\xf0\x29\x52\xb4\x1e\xe0\xc1\x67\x31\x44\xce\x1f\x94\x18\x61\x46\xf6\xf2\xcd\xc3\x99\xd9\xbb\x83\x9e\x54\x7a\xf9\x76\xe1\x7d\xee\x5e\x8f\x7c\x8c\xdc\x83\xe0\x93\xb8\x42\xdf\x3f\x74\x15\x57\x9a\x9e\x76\xda\x89\xa5\x47\xe4\x07\x8e\x68\x97\x08\xf5\xef\x3a\x83\xe3\xb6\x32\x9d\x07\x2e\x32\x1d\x07\x1a\xc5\x99\xb8\x30\xdf\xaf\x45\xe4\xb9\xdc\x3e\x13\xd1\xf5\x43\xa5\x05\x98\x7d\x79\x27\x8b\x11\x3d\x4f\xb3\x2e\x43\xd5\x91\x44\xee\x63\xf8\x5e\x19\xd5\x50\x83\x3c\xeb\x90\x8a\x7a\x64\x29\x6c\x5e\x7d\x0e\xdf\x2f\x7d\xaa\xce\x63\x9c\xdc\xad\x2f\x21\x9b\xc5\x59\xb5\x05\xfb\x62\xd8\x5d\xbf\x86\xef\xe1\x53\xc5\x6e\x62\x5c\x0c\xb8\x6f\xe3\xba\xa0\x98\xda\x83\xfb\x33\xf7\x00\x55\x23\x00\x78\xa1\x21\x84\x27\xb0\x17\x9b\xf5\x30\x1f\x5e\xa4\xe2\x74\x80\x97\xb9\x6b\x70\x47\x7f\xf1\x23\x14\xf3\xe3\xa5\x6d\x26\x9e\x64\x5f\x18\x57\x20\xc3\xfd\xc5\xdc\x4b\x59\xd4\xf6\xe2\x4e\xfe\x5c\xf1\x33\x32\x5e\xfb\xf6\x52\xff\x7a\x18\xbd\x8f\xae\x9a\x3f\xe3\x72\x95\x61\x1c\x5c\x52\xa1\xf6\x3c\x7e\xbf\x58\x71\x3f\xa2\xa8\xf9\xca\xc5\x78\xeb\x3e\xc3\xbc\x02\xc7\x29\x59\xe0\x04\xfa\xb1\x67\x45\x3d\xb3\x1f\xd0\xbe\x31\xdb\x15\xcf\x23\x6f\x30\x40\xf1\x12\x9e\xbf\xd7\x15\xb7\xa2\x9f\x2b\xee\xb4\xe3\x7e\xea\xe4\x70\x13\xd7\x45\x9b\x79\x9d\xb8\xbf\x4c\xb6\xbf\x87\xfa\x49\x7a\xbd\x54\x37\x43\x41\xf1\x09\xee\x33\xdc\xf2\xfd\xc1\x34\x0e\xef\x35\x46\x20\xd3\xe0\x83\x9b\x16\x22\xef\x1f\x4b\xe9\x89\xe6\xc3\x72\x37\x8c\xfc\xc7\x28\x7a\x62\xfb\xd8\x9b\x8a\x27\xf7\x8f\xdc\x25\xf8\xf3\x1f\xa5\xce\x63\xc6\x7d\xe8\xb8\x8b\x23\xf1\x2e\x74\x00\xf3\xe9\x0d\xc3\xf7\x79\xc1\xf4\xc5\x61\xe3\xd2\xcd\x20\xed\x9d\x6f\xa9\xbd\x31\xf3\x9f\x71\x39\x20\x4a\xf5\xbf\xb2\xa6\x56\x22\xbe\x9d\xd2\x51\x2b\x0d\xff\xd0\x43\xda\xf5\xae\x11\x51\xe7\xe0\x1f\xcd\xc8\x97\xde\xbc\xb7\x05\xf5\xa5\x7c\xe5\xdb\x70\x5e\xac\xcd\xbb\x89\xf1\x72\x7e\xd7\x89\xfe\x2e\x70\xba\x83\xea\x0a\x2c\x1f\xc8\xdc\xa6\x0f\x79\xd8\xba\x2b\x5e\xe0\xfc\x93\xab\x7e\x8d\xfa\x8d\xdc\xb7\x3e\x8e\xa5\x71\xf8\x99\xcd\x85\x6f\xae\x3f\x33\xe8\x8d\x1e\x42\xa6\x30\x4a\xa7\x4b\x29\xbf\xa1\x28\x30\x9a\x7e\xde\xf3\x83\xda\x03\x0c\xee\x7f\x8a\xc1\xbb\xaf\x33\x78\xf6\x73\xe6\x0d\x81\xfa\xc7\xea\xc4\xbc\x61\x78\x20\xb4\xaf\x14\xc0\xa3\xfb\x7f\xc6\xe5\xf6\x2a\x8e\xcd\x49\xfd\x0f\x1e\x14\x9e\xb3\xa3\x3b\x2e\xe0\x7a\x11\x6e\x74\x05\xdf\x33\x83\x4a\xdb\xb0\xcf\x28\xdb\x1f\x6c\xdd\x97\x4e\x7c\xca\x55\x6e\x77\xf1\xf7\x96\x7c\xb8\x8f\xeb\x87\x7d\xe3\x23\xcc\x83\x19\x3e\x4f\xf1\xfb\xa6\x9e\xfd\xb8\x5f\xea\x00\x3a\x07\x72\x3d\x5f\xc6\xd3\x79\xf1\xf3\x01\x8d\x03\x21\x5c\x0c\x0f\x46\x99\x79\xf3\x35\x67\x74\x2b\x16\x30\x7a\x10\x5e\x0c\x6f\x21\x9c\x51\x84\x4d\xf7\xa4\x96\xd5\xbd\x38\xc7\xe8\xc6\xdc\x60\x70\xfc\x3e\xa6\xff\x09\xe5\x09\xfd\xad\x13\xc3\xea\xe7\xb0\xba\x42\x34\x5f\xd2\x2d\xea\x71\x96\x25\xf5\x34\x20\x1f\x2a\xb6\xe2\xe2\x3d\xcc\x83\x69\x94\x0f\x13\x02\x37\x50\x1f\x68\x8b\x50\x17\xfa\xb9\xa1\xed\x2e\x7e\xdd\x63\x13\xed\x17\xe5\xb6\xad\x0f\xbb\xd8\x38\x75\x3e\xc5\xa7\x9f\x97\xf4\x12\xcf\x4b\x96\x26\x03\xf8\x94\x26\xd3\x29\xcb\x40\x07\x91\x5a\xe4\x3f\x60\xfe\x70\xc5\x92\x7f\xe5\x81\x98\x30\x7c\x86\xb9\x5c\xd4\xae\x6c\xa2\x96\xed\x8f\xc3\xe6\x05\xab\x7b\x51\xc9\xe8\x5b\x9c\x67\x78\x13\xed\x4c\x9e\xfc\xe2\x7f\x30\xbc\x09\xaa\x54\xf3\x4b\x27\xe6\x8f\xb8\xa4\x48\x34\xe1\xae\x13\xdf\x73\x99\xf6\x05\x8b\xbc\x86\xeb\x57\xe8\xfd\x9b\xc8\x77\xd9\x36\x78\x1b\xdf\x33\xfc\x2f\x77\xe3\x7c\xf0\xee\x7a\x84\xfb\x9e\xfb\xa9\xa7\xb4\x3f\x94\xe3\x4b\x64\x21\x2d\x8a\x7f\x8d\xbb\xbb\x6d\xec\x07\x7c\xff\x9c\xd6\xfb\x05\xcf\xd3\x26\x4c\x3f\xa0\x31\x1b\xa8\x95\xb6\xa1\xf6\xbf\xc5\xe1\x6f\x1e\xc8\xdf\xfd\x71\x7c\x18\x1b\x39\x13\xfe\xe0\x07\xb1\xf3\xe4\x18\x93\x0f\x67\x99\x3e\x49\x57\x18\x9e\x0c\xcb\xff\xf8\x95\x27\x4c\xbf\x25\xfa\x04\x94\x57\x46\xfe\x81\x53\xff\xcd\x7f\x60\xfb\xa0\xb0\x38\x38\xfb\x99\xfd\xbe\x99\x0d\xb5\xd3\x98\xfb\xf9\xb3\x19\x5e\x80\x7d\x04\xb5\xce\x0c\xe6\xb8\x96\xe9\xef\x11\x30\x94\xda\xb0\x46\x80\x1f\xae\x00\xf1\x0f\xe9\x7d\x66\xce\xc9\xfc\x73\x2c\xc0\xe1\x07\x00\x1f\x6a\x29\x16\xf9\xbe\x05\xa0\xf9\x32\xc0\xfb\xcb\x00\x5d\xce\x00\x5f\xa7\x02\xbc\x15\x04\xf8\xc0\xdc\x9d\x66\xf1\xde\x9e\xaf\xd4\xb2\xfc\x87\xff\xe0\x7f\x30\xfc\x90\xf3\x0c\x7f\xe4\xac\x29\xb5\x2c\xff\xa3\x96\xc1\x05\xc9\x7f\xe1\x3f\xb0\x7e\xb3\x7d\x30\x58\x1c\xdc\x90\xf1\xf3\xdf\x78\x20\x33\x19\xac\x99\xe5\x81\x2c\x3e\x4d\xed\xaf\xfe\x38\xc5\x94\xd7\x11\x66\x00\xf0\xe5\x2e\xc0\x9e\x6d\x00\x9f\xa5\x00\xb2\xf8\x00\x3e\x0e\xe1\x9c\xf0\x00\xde\xfe\x04\x38\x91\x04\xf0\x76\x3d\x40\x73\x1d\xc0\xdb\x73\x00\xb7\xcd\x00\xde\x07\x03\xf4\x37\x00\xbc\x61\x62\xfe\xf8\x04\xb5\x77\x19\x5c\xef\x06\x83\xf3\xb3\x78\xdf\xc5\xe7\x8c\xff\x6c\xff\x97\x7f\xe1\x7f\x1c\x0f\xfa\x1d\x07\xd3\x11\x7f\x8e\x37\xeb\xb7\x3e\x73\x5f\x5f\x9f\xe1\xb1\xb0\xfa\x17\xfa\x8e\x7f\xc6\x83\xc5\xfb\x59\x1e\xc8\x5c\x26\x8e\xbf\x78\x20\x0f\x39\xbb\x02\xc5\xf3\x7e\x18\x70\xd6\x1c\x80\x4f\x89\x00\x9c\x37\xf6\xf7\x47\x38\x7b\x35\xc0\xbb\x42\xce\x1e\x0e\x30\xb0\x07\xa0\x7a\x1b\xc0\xeb\xa7\x34\x0e\x03\xb5\x00\x5d\xe7\x01\xde\xac\x03\xe8\x4f\xfa\xad\x0b\xf3\x88\xe1\x58\xb0\x78\x27\x9b\x07\xbf\xf8\x1f\x4c\xbc\x58\xfe\xc7\x69\x66\xdc\x7f\xe1\xdf\x8c\xaf\xff\x8b\xff\xc0\xfa\xad\xc5\xe0\xb8\x5a\x63\x18\xcb\xdc\xeb\xfe\xc5\x7b\x98\xf9\xe7\xef\xff\xe2\x81\x30\x79\xb3\xc0\x9d\xe2\xfc\x6e\xab\xe8\x3c\xf0\x89\x07\xf8\xf2\x08\x60\x7b\x20\xc0\x7b\x6f\x80\xdd\xa9\x00\x6f\x22\x00\xd2\xae\x00\x0c\x5e\x07\x38\xe4\x0b\xd0\x3f\xc8\x39\xe3\x02\xbc\x74\x00\xb8\x90\x0c\xf0\x6a\x39\xc0\x9d\x8d\x00\x2f\x9e\x02\xbc\x9c\x09\xf0\x9c\xc1\xed\x59\x5d\x1c\x96\x0f\xd5\xc2\x60\xad\x6c\x1f\xa4\x7f\xf5\xff\xc1\x9f\xfe\x97\x9b\xff\x8e\x03\xcb\x7f\x60\xfd\x67\xf9\x1f\x2c\x4e\xf9\xb7\x55\x67\xfe\x6d\x96\xf7\xc0\xc6\xcf\x54\x98\xda\xe9\xe7\x28\xcf\xcb\xde\x87\xf2\xbe\x5c\xfa\x01\xbe\xf6\x03\x78\x55\x00\x7c\x74\x05\xd8\x36\x19\xe0\xed\x73\x80\xa8\x66\x80\x81\xb7\x00\xfb\x56\x03\xbc\x54\x05\x28\x3c\x09\xf0\xcc\x19\xa0\xca\x11\xe0\x69\x1d\x40\x53\x0c\xed\x0b\x75\x3b\x06\xe0\x59\x2e\x40\xff\x26\x80\xc7\x4c\x4e\xde\xee\xf9\x33\x0f\xd8\x75\x80\xd5\x96\xf9\xb7\xf1\x67\xf9\x0f\x65\x4c\x6f\x8b\x23\x33\x7f\xc7\x81\xcd\xff\xbf\xfd\x67\x79\x1f\x6c\x3f\x8c\x5f\x76\xf8\x9f\xf1\x60\xf3\xe3\x0f\x1e\x48\x28\xc0\x5c\x0f\xca\x69\x5a\x9a\x0b\xf0\x69\x1e\xc0\xda\x0d\x00\xef\xba\x39\x67\x31\x80\xfe\xcf\x00\x3b\xcd\x01\x5e\x1c\x06\x48\xf1\x00\x78\xfa\x0e\xe0\x80\x33\x40\xdf\x59\xaa\x0b\xf2\xa8\x95\xc6\xa1\xcf\x1e\xa0\xcb\x01\xe0\xd1\x21\x1a\x07\x96\x0f\x74\x93\xe1\xbf\x5c\x89\xf8\x73\x1d\x64\xfd\xff\x35\xff\xb7\x53\x5b\xa9\x4e\x6d\x29\xc3\xf5\xfb\x5f\xfc\x07\xe5\xf7\x7f\xfa\xfb\xb7\x0e\x06\x6b\x59\x7d\x08\x16\x27\x67\xe3\xa1\xff\x94\x5a\x33\x2b\x80\x9f\xf7\x01\x66\xfb\x00\x7c\x3e\x4b\xfb\x47\x7d\xe0\x02\x58\x2d\x06\xc0\x39\xfb\x72\x8e\x47\x2f\x6e\x02\x84\xbf\x04\x78\xfc\x0c\x20\x29\x95\xf2\x5c\x0a\x7a\x01\x1e\xf6\x02\x70\xde\xe4\x7a\x77\x02\x5c\xe8\x07\xb8\x7f\x16\xa0\xab\x1e\xa0\xa7\x0b\xe0\x55\xfd\xef\x75\xb1\x8d\xd1\x45\xb9\xc0\x70\x13\x58\xfd\x93\x5a\x46\x93\xa9\x8a\x19\xd3\x4a\x46\xc3\xaa\x84\xe1\x34\x14\x33\xf9\xf0\x8b\xff\xb0\xfb\x77\x1c\xd8\xf1\xff\x9b\xff\xc1\xf2\x3e\x84\x99\xdc\x11\x66\xb8\x07\x62\x0c\x8f\x8e\xc5\xc9\xd9\xdf\x43\x3d\x11\x5b\x80\x71\x15\x00\xdf\x9c\x01\xa6\xc5\x00\x7c\x0c\x05\xb0\x57\xa4\xfe\x2f\xaf\x00\x78\x51\x0c\xc0\x79\x9f\x7e\xd2\x0f\x10\x3a\x0a\xe0\xe1\x59\x80\x84\x41\x80\x07\x46\x00\x05\x06\x54\x0b\xe5\xd8\x78\x80\x3b\xdf\x01\xce\x5f\x01\xb8\xfd\x08\xa0\xf3\x18\xc0\xed\x06\xba\x5f\xdc\x62\xf6\xde\xcb\x4c\x8f\x2e\x76\x1f\x60\xc7\xff\x58\xdf\x9f\xf3\x9e\xe5\xfd\x1c\x62\xc6\xbd\x90\xf9\xfd\xfc\x2b\xd4\x66\xdf\xfa\x1d\x07\x76\x5c\x59\xbd\x13\xd6\xef\x7f\xeb\x83\xc2\xea\x5f\xfc\xd2\x05\x69\x67\xf2\xa8\x00\xe0\xc7\x51\x00\x9d\x3b\x9c\xd3\x1a\xc0\x44\x39\x80\xd7\xc7\x01\xac\x0b\x39\x6f\x95\x00\x4b\x67\x00\x3c\x31\x07\x58\xf7\x1d\xa0\x37\x1b\x20\xe8\x21\x40\xf7\x67\x80\xb8\x38\x80\x3b\x29\x9c\x77\x7d\x80\xce\x3d\x00\x15\x8a\x00\xb7\x82\x00\xce\xeb\x01\x74\x04\x53\xfd\xa4\x1b\x09\x00\xfd\x4f\x7e\xf3\xa1\xce\x33\xeb\x20\xcb\xff\x61\xd7\xbd\x5f\xbc\x9f\xb9\x7f\x8d\xbb\x01\xe0\xfd\xa4\xdc\x75\xf4\x73\x26\xa3\xe9\x94\x56\xf0\x3b\x0e\xec\xf8\xb3\xfc\x96\xff\x17\xff\xe3\x6f\x8b\xf1\xd2\x02\x90\x14\x07\xf8\xf4\x1d\x40\x35\x1a\x60\xf0\x38\x80\xd1\x47\x80\x17\x1f\x00\x2c\xcd\x00\x1e\xaf\x02\x58\xb8\x19\xe0\x41\x26\xc0\x9a\x3a\x80\x6e\x25\x80\x2d\x15\x00\xb7\xf5\x00\x62\x9e\x01\xdc\x1c\x09\x90\x7d\x8c\x72\x47\xcb\x7e\x02\xb4\x1b\x01\x34\x56\x03\x5c\x15\x02\xe8\x6c\x04\x68\x99\x0c\xf0\x6a\x1d\xc0\x45\xa6\x47\x53\xfd\xf1\xa1\x58\x57\xa9\x5a\x30\x14\xef\x5d\x1c\x5d\x3d\x1c\x3b\x9c\x1e\xcc\x1c\x76\x0e\xfd\xce\x1a\x82\x9d\x4f\xf3\xd2\x86\x26\xe2\xb8\x5b\x0c\xfd\x82\x7e\x3b\xc3\x62\x8e\x4d\x65\xd6\xcd\xc4\x5e\xa8\x65\xe3\xf0\xff\xf4\xff\xdf\xf8\x1f\x40\xf7\x03\xce\x7f\xdf\x0a\x01\xf8\x46\xd3\x73\x8f\xf4\x3c\x80\x97\x2d\x00\x9a\xf6\x00\x9c\xb3\xec\xc4\xf9\x00\xf7\x15\x87\x34\xdb\x26\x00\xdc\x16\xe4\xd6\x77\x4b\x03\xb8\xf1\x84\xcf\xc9\xff\x33\x40\xdb\x70\x01\xe9\x28\x51\x80\x2b\x36\x82\xc1\x99\x23\x01\x9a\x5f\x08\xad\x2f\xd9\x0a\xd0\x24\x27\x2c\x7d\xb6\x0c\xa0\xe1\x91\xb0\x71\x87\x0d\xc0\xd9\xaf\xc2\x32\xcf\x65\x00\xce\x4c\x14\xc2\xe7\xae\xaa\x16\xae\x42\xff\x43\x45\x90\x0f\x53\xb8\x59\x0c\xeb\x2f\x79\xa9\x42\x58\x7f\xca\xdc\x27\x84\xfd\x95\xd2\x93\x04\x51\x27\x28\xc5\x44\x10\x19\xdd\x89\x6f\x04\xf0\xde\x56\xdc\x53\x7e\xd4\xa5\x8d\x95\xe4\xd5\x64\xe3\xf0\x1f\xfe\xff\x2f\xbf\xff\xb2\x54\x6d\x12\xe0\x9d\x33\xb5\x2f\x7d\x86\x78\x0a\x74\x01\xf4\xbe\xe6\x8b\x50\xde\x0f\x70\xbb\x4f\xf8\xc0\x78\x5b\x80\xeb\x77\x24\x2a\x67\x5b\x00\xb4\xdc\x91\x0e\x5c\x56\x05\xd0\xac\x2b\xfd\xc1\xc7\x6b\xe8\xa5\x06\x57\x19\xc5\xb0\x2d\x5c\xca\xf5\xa5\x32\xf3\x53\x1c\xb8\xaf\xd7\x46\xcb\x68\x1d\xd2\xe7\xf1\x3a\x11\x23\xa3\x52\xe7\xcd\xf3\xbc\xda\x44\x46\xb2\x6d\x24\xcf\x85\x63\x7b\x64\xf4\x1e\x5d\xe6\xd1\xab\xb4\x93\xc9\xfc\xb6\x9d\x7b\x5c\x71\xb3\xec\x07\x42\x78\x9e\xb3\x7a\x2f\xac\xce\x4b\xea\x76\xd9\x7e\x42\x78\x86\x25\x05\xcb\x29\x12\xc2\x23\x12\x9f\x25\x77\x98\x10\x9e\xd4\x98\x9f\xb2\xdf\x08\xe1\x8e\xdc\xbd\x40\x4e\x87\x10\xee\x23\x91\x67\xe5\xa2\x09\xe1\xee\x08\xfb\x26\xe7\x44\x08\xb7\xef\xff\xc1\xff\xff\xca\x83\xf9\x2a\x43\xfb\xa5\xbc\xce\x11\xc0\xb7\x98\xc7\x8f\x44\xb0\xde\xd4\x7d\x4d\xd2\x73\xf8\x63\x80\x8e\x37\xf2\x0d\x32\x47\x01\x5a\x26\x2a\xfa\xea\x68\x0e\x4f\x3e\x7f\x41\xf9\xb1\xc5\x2e\x1e\x87\xd3\x12\xaa\xf3\xe6\x8f\xe5\x17\x3a\xa9\xa1\xda\xb9\xc6\x47\x60\xdb\x31\x4b\xd5\xb2\xad\x31\x42\x09\xa5\x69\xaa\xa5\x71\x7c\x22\x31\x47\xf8\x54\xc7\xe7\x2f\x13\x6d\x3e\xf8\x40\xa5\xa1\xea\x98\xd8\x8e\xc2\x7c\x95\xe5\x17\xf7\x8b\x15\xee\x4f\x50\x59\x7c\xaf\x53\x6c\x76\x81\xab\xca\xb1\x77\x85\xa2\x0a\xd9\x41\xaa\xf1\x84\x88\xa8\xa4\x78\xaa\xbe\x22\x44\xb8\x2c\xbe\x50\xf5\x2c\x21\x42\x0f\x63\x4c\x55\x6d\x09\x11\xfc\xb2\x6b\xaa\xca\x25\x42\x04\x45\x22\x87\xa9\x3c\x26\x44\xa0\x3f\xb4\x45\xf9\x15\x21\x23\x4e\xec\x90\x51\x11\x22\x64\x44\x7c\x90\xa2\x52\x0c\x21\x7c\x9f\xb7\x2c\x51\x9a\x49\x08\x5f\xd0\xff\xd5\x6f\x52\xc4\x83\xef\x8f\x1f\xf4\xc5\x11\xef\x7c\x69\x21\x87\xbf\xd1\xab\xaf\x82\x75\x97\xdb\x5e\xa3\xf1\xbe\x6b\x7b\xae\x26\xde\x43\x6a\xee\xd3\x57\x14\xf5\x01\x38\x1d\xab\x3f\x4e\x2d\x82\xfb\xdb\x71\x75\xbd\x3e\xe3\x7d\x02\x45\x65\x13\xf5\xeb\xad\xcd\x44\xf8\x8a\x47\xea\x1f\x72\xd1\x13\xd7\xde\x9f\xad\x2f\xee\x37\x51\x72\x30\x27\x51\x2f\x71\xa7\xa3\x74\x68\x46\x8a\x6e\x6a\x86\xbd\xec\xc4\x7d\xd3\x74\xae\x97\x3c\x96\xf3\xdb\x7b\x4d\x07\x1a\x86\xc8\xf5\x24\xdd\xd7\xde\x78\xcb\x5b\x2e\x22\x31\x57\x3b\xf6\xd5\x5c\xd9\xd8\x78\x4b\x9d\x55\x84\x48\xd7\x45\x4b\x6a\xd7\x13\x22\xd5\x1b\xa6\xa2\x73\x8e\x10\xa9\xa4\xe0\x01\xed\x4a\x42\x24\xde\x6e\x2b\xd6\x7c\x4a\x88\x58\xed\x96\x45\x5a\x3e\x84\x88\x5d\xd9\x24\xac\x69\x4c\x88\xe8\xb2\x8d\x95\x1a\x19\x84\x08\x87\x6f\x10\xd2\x10\x24\x44\xa8\xcc\xbb\x64\x74\x03\x27\x6e\xff\xee\xff\x10\x46\x07\x40\x18\xfd\x1a\xbc\x29\x87\x75\xcc\xa7\xee\xea\x58\x50\xe9\xd6\xd1\xc3\x3a\xfc\x4d\xff\x71\x58\x2d\x68\x71\x32\xc5\xea\x48\xc3\xba\x49\x47\x38\xb6\xd6\xc2\xe2\x3d\xef\x14\x80\x8a\x8a\xa9\x27\xe5\xb5\x87\xef\x3a\xb4\xd8\xa2\x41\x6f\xa5\xe0\x84\xdc\xee\x49\x17\xa6\x8a\x48\x34\xa6\x7b\x4f\x52\x5f\x18\x2f\x9d\x98\xec\x6b\x6e\xe2\xf1\x40\x8e\xc4\x69\x9a\x3d\x0c\x4e\x56\xbc\x1b\x9d\x6b\x7a\x2a\xd9\x58\x65\x76\x64\x8c\xc9\xfe\x83\x12\xaa\xed\x61\x05\x13\x76\xd6\xb9\xa9\x25\x85\xec\x32\xbe\xd2\xd6\xa3\x56\x18\xfc\xd2\xb8\xe4\xb1\x8b\xea\xe7\x60\xc9\x09\x8e\x3f\x7a\x55\xb8\x37\x3b\x4c\x30\x24\x44\xf1\xd2\xc6\x4f\xc6\x0a\x84\xc8\x7b\xf9\x26\x8c\xf7\x21\x44\xf6\xfa\x7a\xa3\x71\x99\x84\xc8\xac\xf3\x9a\x37\xf6\x24\x21\xd2\xa3\x3c\xd7\x1b\x71\xe2\xd4\xe5\xfe\xde\x70\x0b\x21\x92\xe3\x56\xbf\xd6\xf7\x27\x44\x5c\x67\xe5\x01\xfd\xe1\x84\x88\xb9\xfe\x2b\x0f\xa8\x48\x62\x36\xfa\xbf\x5a\x05\xab\x3d\x8f\x1b\xa8\xdf\x77\x52\xa8\x0e\xcc\x75\x65\x0b\xbc\x9f\x72\xb1\xdd\x0a\xef\xb1\x9d\x91\xb0\x46\x5c\xb3\xfa\xd2\x5c\xda\x07\x61\x8f\x1d\xd6\x2f\x0a\xd7\xcd\xff\x28\xf9\x13\x20\x73\x96\xfd\xb4\xd1\xb7\x46\x0c\x4d\xbc\x69\x7b\xd4\x74\x9f\x78\x4f\x54\x9d\xcd\xda\x39\xfb\xe4\x4b\xc3\x74\xac\xad\xdc\x96\x2b\x9f\x0f\x9a\x37\x2b\x29\xd0\x6b\x94\x6c\xe0\xf7\x99\xbc\x31\x7e\xa3\x6f\xfa\x55\x59\x65\xe5\x7e\x1a\xd3\xe2\x33\x63\xfa\xea\xaa\x4c\xad\x61\x5e\xd7\x2c\x67\x5e\x5a\xae\x65\xb6\x8e\x7f\x5a\x6b\x4f\xb1\x66\x85\xe7\x9c\x69\xef\x3e\xae\xd5\x78\xe7\x1e\x32\x2d\x87\x0c\xaa\x0f\x5d\xf9\x61\xca\x7b\x42\x54\x1e\xaf\xd8\x64\xa1\x45\x88\x52\xa6\x6b\xec\xe4\x2d\x84\x28\x0c\xba\xa4\x4d\xda\x42\x88\x7c\xcd\xb2\x04\x73\x20\x44\xb6\x65\xd9\x38\xd3\xcb\x84\x48\xdf\x77\xf2\x37\xd5\x23\x64\xa4\x83\xd3\x17\x13\x21\x42\xa4\xb2\x7f\xfb\xcf\xc3\xdc\x96\x93\xc6\xfb\xd8\x83\x93\x47\x63\x5d\xee\xb1\xa4\x31\xd6\x99\xee\x98\x4f\xc1\xaa\xf1\xd5\xef\x33\x91\xef\x71\xe1\x8d\x1d\xe6\x41\x5d\x33\xe5\x45\x54\xa9\x3a\x61\xf5\xa8\xf8\xfa\x32\xac\x06\xe5\x1d\x71\x45\x7d\xe3\x7d\x73\xdc\xde\x8c\x48\x05\x88\x33\x77\xdb\xaa\x64\xc7\x93\x16\xa1\xed\xf2\xc9\xc8\x59\x54\x69\xab\xe9\x32\x03\xab\x78\xd9\xd5\xbe\x36\x4e\xc7\x9d\x2e\xa8\x55\x7a\x54\x2d\x12\x58\x2f\xae\x91\xb0\xf2\xc3\xc2\x99\xe1\x67\xb5\x2e\xba\x9a\xce\x0f\x4e\x7b\xa8\xf3\x63\xe9\x44\x07\x9b\x92\x1e\xbd\x2c\xa7\x4c\xbb\xe6\x86\xe7\x7a\x1f\x1c\x73\xed\x66\x75\xcd\xd2\xeb\x58\x78\x77\xde\x8f\xd7\x42\xba\xb3\x16\xd4\xce\xeb\x26\xc7\xb5\xc6\x3b\x84\xdb\x2a\x90\x36\x8d\x59\xf6\x8d\x36\x27\xc8\x93\x51\x19\x76\x2d\xd6\xbe\xe4\xad\xea\x57\xdb\xdc\x59\xeb\x08\x51\xb6\xb0\x1d\x3b\x23\x82\x10\xc5\x2d\x73\x07\xad\x78\x08\x51\x18\x63\xd3\x31\xbd\x84\x10\x79\x29\x1b\xa9\x69\xea\x84\xc8\x3c\xfd\xe5\x3f\xc3\xff\x7a\x63\xa3\x8d\x75\xb7\xc7\xa2\x66\xb8\x0e\x76\x2d\x9e\x81\x7d\x8a\x5b\x2f\xd9\x22\x5f\xe4\xfc\x90\x45\xc8\x0b\xa8\x13\x76\xc6\x7a\x5d\xb9\xdf\x0a\x63\x8e\x3d\xe4\xb1\x06\x71\xed\x9c\x6c\x4f\xac\xc7\xee\x75\xf4\x46\xb4\x21\xaa\xcc\x27\x03\x62\x00\xc2\x34\xfd\x64\x64\x96\x40\x67\xe0\x92\xf5\x75\x5a\xa7\x04\xfd\xd7\xfd\xf4\xb2\x9c\x9c\x26\x75\xcd\x6d\x9f\x87\x9e\xc3\x0a\xe5\x51\x8b\xcd\xd7\x3c\x73\x5f\xa8\xfe\x74\xfe\xeb\xd5\xa9\xdb\xdf\x8c\x71\x9c\xe7\xb9\x2a\x38\xf9\x83\xe6\x2b\x9b\x27\x2b\x57\x14\xaf\xd6\xba\x34\xdb\x65\x85\xcb\x69\xa2\x2d\x32\xf3\xbe\xdb\xba\x0e\x3b\xad\x82\x99\xc2\x6e\xdc\x2f\xee\x6b\x8e\x9a\xa9\xb3\xfc\x0b\x79\x38\x3a\xcf\xea\x83\xb3\x3b\xf9\xa4\xd6\x6d\x75\x7f\x71\x06\x21\xaa\x26\x56\xb0\x68\x2b\x21\xca\x89\xd3\xbf\x2c\x18\x20\x44\x69\x8f\xa5\xbf\x83\x29\x21\x0a\x16\xd3\x27\xdb\x2d\x21\x44\x61\xfc\xb4\xa1\xb6\x17\x08\x91\x7d\x30\x75\xeb\x9c\x59\x84\xc8\xec\x27\x44\x1a\xeb\xf0\x2c\xff\x8b\xe5\x3f\xdd\x6e\xb0\x41\x3f\xdb\x4a\x1c\x91\xef\xd1\xf8\xce\x99\xde\xff\x6f\x58\x89\x3f\x57\xbe\xdc\x13\xf5\xad\x0f\xad\xf0\xc6\x3a\x7f\x6e\xd8\x46\xfc\xf9\x14\xb7\x40\xac\x63\x47\xb7\x6d\x41\x74\x66\xbb\x64\x10\xd6\xbb\x37\x8e\x0a\xfe\x22\xb4\x07\x60\x6d\xd3\xf6\x18\xd5\x47\x7c\xe3\x9c\x3f\x6f\x0b\x98\xb0\x4b\xac\x70\xbe\xf9\x16\x21\x9b\x57\x72\xb5\x73\xf8\x36\x65\xac\xf0\x52\x3a\x38\xa3\x23\x30\x7f\xcb\x7e\x95\x8e\x69\x61\x01\x5b\x12\x46\xaa\x8d\x9b\xfc\xd2\x3f\xaa\xf0\xad\x5a\x8b\xf9\xb2\x8d\x91\x75\xf9\x6a\x0f\xcc\xfa\xfd\xe2\xaf\x39\xaa\xed\x34\x33\xf4\x93\x79\x5a\xa5\x3a\xcb\x2c\xc8\xcf\x9a\x10\xa5\x17\xa6\x37\xbc\x3b\x08\x51\xe8\x31\x93\x5f\x7b\x93\x10\xf9\x5c\x93\xbd\x6b\xbe\x13\x22\x5b\x61\xea\xb5\xb2\x87\x10\xd9\x28\x93\x1b\x6e\x6e\x84\xc8\xd8\x99\xd6\xb9\x0c\x27\x44\x46\x6e\x42\xf5\xd2\x44\x42\xa4\x6e\x4e\x10\x5c\x7c\x88\x10\xc9\xce\xdf\xfc\xb7\xa9\xe8\x57\xe7\x17\xdb\xc7\xd4\xff\xc5\xa8\x7f\x72\x9e\x7f\x39\xe2\x14\xbf\xf8\x3f\x2e\x3e\xa8\x07\x74\xe8\x40\x00\x56\x0f\x73\x42\xa8\xbf\x7b\x83\xb7\xdb\x73\xec\xee\x9e\x50\xac\xd3\xef\x08\xa5\x3c\x98\x0d\xe5\x51\x58\xcf\x5c\x69\x18\x93\x38\x74\x1d\xc0\x52\xbf\x98\x2e\xd9\x57\xc3\xc1\x6e\x48\xf4\x79\xfd\x8f\x42\x62\x56\x96\xbb\x4a\xad\x66\x48\x1d\xb3\x58\xbf\x8b\xdb\x79\x8f\x0c\xbf\x99\xcc\x4e\xbb\x00\x03\xd9\x30\x63\x99\xc8\x85\xb1\x5b\xe5\x8e\x19\xdd\x8b\x88\x29\xc8\x96\xd7\x35\xf0\x0b\x2f\x3f\xe9\x23\x2f\xaf\xf7\x33\xec\xee\x55\x05\xb9\x03\x7a\x6b\xc2\x36\xf5\x5d\x92\xcd\xd7\xab\x0b\x1b\xf1\x83\x4b\x3a\x59\x5f\x6e\xfb\x04\x42\x46\x6e\xd2\xb7\xde\x44\x08\x91\x8a\xd1\x73\xf7\x27\x84\x48\x8e\xd2\x4f\xdb\xb0\x82\x10\xc9\xf5\x7a\x89\x3e\xe6\x84\x48\x28\xeb\x6e\x5c\xb7\x91\x10\xb1\x60\xdd\x32\xf7\xe7\x84\x88\x81\xfe\x8e\xd5\xfc\x84\x88\x5d\x7d\x3a\x60\x89\xfb\xff\xdd\x12\xaa\x9a\xdd\x56\xe8\x82\x28\x6b\xd3\xb0\xd5\xc3\xe8\xf8\x33\xfa\x3f\xcd\x01\x94\xff\x71\x85\xf6\x47\xca\x49\x0d\xc6\x2a\x71\xaa\x71\x18\xd6\xa5\x63\x5a\x77\x22\x2e\x13\xfa\x7a\x37\xd6\x7b\x03\xf4\xf6\x20\x3a\xe7\x5e\x9d\x84\xf3\x65\x91\x6b\x2a\xe2\x21\x73\x4f\xa6\x9d\x15\x4d\x07\x98\x66\xb4\x4f\x5b\xc3\x9a\xcf\xcc\x44\x32\xe5\xc2\xe4\x70\x11\x7d\xa3\xc2\x14\xff\x45\x95\xa2\xcf\x75\x1f\xee\xfd\xe8\x3b\x55\x1c\xb4\x26\xee\x0d\x89\x0a\x13\xbf\xaa\xb1\x26\xb9\x28\x97\x4b\xfc\xa3\xba\x47\x52\x43\xb5\x8d\x78\xcb\x28\x89\xa4\x21\x57\x26\x88\xeb\xaa\x6d\x4a\x5c\xdd\x5b\x2b\x26\xab\xb6\x37\x51\xfb\xab\xad\xc8\xb4\x51\x11\xb1\x0b\x09\x11\x7e\x30\x4a\x7f\x57\x04\x21\x42\x64\x94\x44\xb8\x3c\x21\x42\x2b\x46\x25\xed\x38\x4d\x88\x90\xbb\xba\xe8\xb6\xef\x84\x08\x2d\x55\xcf\xde\xfc\x00\x3f\x4f\xf2\x7f\x4b\x88\x60\xda\x28\x93\x0d\x1d\x84\x08\x78\xde\xad\x72\x88\xa2\xe3\xef\x8a\xbc\x9f\xa6\x06\x3a\xee\xb5\x69\xbe\x88\x6b\x54\x28\x6e\x46\xbe\xcf\xa1\xa7\x3b\xb0\x4e\x9f\x5b\x4a\x75\x12\x52\x57\x46\xd1\x3e\x30\x85\xb4\x6f\x4c\xc4\xe3\x44\xbc\x85\xbf\xa5\x31\x05\xf9\x0e\xde\x8d\x69\x18\x5f\xd7\x79\x14\x8d\x9b\xb7\x3c\x0f\xeb\xe0\xe6\xab\x0e\x18\x0f\x3f\x06\x30\x4e\x69\xff\x13\x45\xd3\xe1\x11\x5a\x83\xfb\xb9\x8d\x6b\xf9\x47\x8c\x1e\x5d\xf0\xd9\x3e\x73\x84\x80\xea\xcc\x82\x0c\xcf\x9b\x23\xb6\x2a\xd9\x16\xcc\x0e\xbf\x33\x22\x49\xc1\x34\xff\x64\xa6\xce\x88\x79\x72\x7b\xf3\xad\x2a\xee\xf0\x6f\x97\x6d\xcc\x2b\xbd\x08\x7c\x27\x65\xe7\xe6\x0d\xef\x39\xc0\x1b\x2c\x6b\x97\xeb\xf1\xf1\x39\xf7\x80\x1c\x4f\xe6\x24\x42\x78\x40\xce\x3f\xc5\x83\x10\x1e\x3b\xb9\x88\x44\x09\x42\x78\xb4\xe5\x25\xf6\x8c\x20\x84\x27\x47\x3e\x33\x7a\x3c\x21\x3c\x9f\xe4\xab\x22\xc7\x12\xc2\xd3\xa6\xc0\x1f\x1a\x48\x08\xcf\x63\xf9\xee\x60\x0d\x42\x78\x82\xaf\x8b\x2c\xc7\x71\x6c\x8a\x59\x87\x7e\x9e\xca\xf2\xc7\xfb\xee\x55\xe5\x41\xc8\x73\x38\x3c\x27\x0c\x71\xb8\x7c\x2e\xaa\x0f\x92\xf6\x28\x0e\xe3\x13\xf7\x86\xf2\x9e\x22\x1b\x69\xf5\x3c\xa8\x35\x1d\xc7\xdf\xf7\x65\x16\xe2\x3e\xab\x1b\xf3\x70\x5f\x71\xb2\xa4\xfa\x09\x33\x06\x8a\x11\x27\x31\xa8\x2c\x45\x5d\x1d\xf5\xf4\x72\x55\x09\x4f\x00\x85\xbc\xb2\xeb\x7a\x5b\x87\xcb\xc9\x6e\x2d\x97\xb0\x91\x1b\x96\x2a\xd3\x5c\x3e\xda\x5d\x15\x9c\x47\xae\x2a\x5f\x1b\xb2\x02\x40\x72\x61\x59\x79\x9a\x34\x80\xf8\x94\x32\x87\xd2\xcb\x00\xa2\xd5\xa5\x6b\xce\x7f\x02\x10\x26\x25\x2b\xee\xba\x00\x08\x4d\x3e\x5a\xfc\x76\x0e\x80\xc0\xd7\x62\xec\x15\x38\x62\xef\x7e\xbc\x77\xc0\xfb\x24\x07\x79\x0d\xbc\x3f\x33\xc2\x39\x96\xe7\xdd\x3e\xd4\x3f\xe0\xbe\x9c\x84\xfd\x7c\xb9\x37\xc7\xa1\xa2\x38\xd7\x96\x18\xc4\xbb\x2e\x7c\xf7\xc6\x7c\xaf\x8f\xa4\x3c\xa0\x2a\x0d\x9a\xef\x47\x6e\x51\x3e\xc4\xfe\x24\xda\x1f\x2a\x3d\x26\x01\xe3\x92\x98\x45\x51\xc6\x68\x45\x8a\x8f\xef\x90\xcc\xc1\x79\x14\xd0\x9e\x8f\xf3\xc1\x73\x47\x11\x76\xa9\x70\xf1\x2f\xc6\x7d\xd3\xee\x7e\x09\xe2\x77\x16\xf3\x28\x6e\xaa\x35\xea\x38\xf2\x06\xc4\x1e\xd6\x49\x0f\xbf\x02\x20\xf4\xbd\x6e\x9f\x5a\x21\xc0\x88\xb2\xba\xca\x29\xe5\x00\xbc\x56\x75\x47\x97\x8d\x01\xe0\x8a\xad\x6b\x0c\x2c\x05\x18\x16\x58\xb7\x37\xfe\x10\xc0\x10\xcd\xda\x87\x07\x51\xb9\xa5\x56\x89\xde\xc0\x3f\xf9\xfd\x26\xae\x60\x27\x5a\x5f\x22\xfe\x71\x9c\x39\x13\x97\x79\x50\x7b\x98\xe1\x3b\x14\x31\xb8\x4d\x01\x83\xef\xe6\x50\xdc\x73\x59\x3a\xea\x94\x42\x78\x2a\xe2\xc1\xa7\x0b\x36\x23\x4a\x7a\x5c\x87\xf6\x87\x3a\xba\x94\xe6\xfb\xfe\xa4\x38\x8c\x4b\x66\xce\x5e\x8c\x43\x52\x51\x1a\xe6\x7b\x8c\x40\x36\x9e\x2b\xc3\x56\x16\x20\x2a\xbb\xf9\x4e\x21\x9e\xa7\xd7\xe7\x1e\xc2\xdb\xc8\xab\x86\x95\x22\x01\x75\xf1\x30\xea\xb7\xf5\xde\x6a\x5c\x2f\x4d\xd6\xd6\x22\x2a\xa5\xd6\x74\x1a\xe3\xc5\xdf\x71\x9e\x6e\x4c\x70\xc1\x79\x24\xea\xcc\x37\x65\x4d\x40\xc5\x85\xa6\xb8\x05\x88\x94\x36\x3d\xf2\x5d\x85\xd6\x7c\x37\xe2\x9f\x4d\x52\x05\xee\x74\xe7\xaa\x41\x9c\xbf\xd1\xb5\x1d\x67\x68\xc3\x8a\xa7\x88\x90\x9d\xeb\xfc\x89\x38\x57\xdd\x08\xea\xef\x71\xc6\xef\x0a\x46\x07\xe3\x28\xc3\x8b\x38\xc4\xe0\xff\x07\x18\xfc\x37\x8f\x87\x63\x4f\xb8\x86\xa1\x8a\x40\xe9\x8a\x18\x86\x1d\x92\x88\xf8\x55\xee\x14\xda\x27\x28\x65\x45\x16\xc6\x65\xcf\xfd\x02\xcc\x83\xc8\x0f\x45\xa8\x33\xc7\xf2\x80\xfc\x83\x4b\x91\x6f\xe8\xd1\x56\x89\xeb\xe1\x72\xf1\xe3\xf8\x74\x0e\x2f\x6b\xf1\x3c\x69\x25\x54\x8f\x7c\x80\x71\x40\xf9\x30\x8a\x5d\x17\xf0\xe7\xb9\xe7\x5d\x79\x4c\xe3\x70\xd5\x40\x0a\xf9\x2c\x57\xeb\xc6\xd1\x93\x9a\xb9\x3d\x2a\x6d\xb4\x56\xac\x43\x26\x6b\xeb\x8e\x48\x5c\x81\x5a\x3b\x73\x70\x05\x6a\x1d\x5e\x85\x3c\x87\x96\x33\x57\x50\xa1\xe1\xca\x41\xda\x69\xe6\xb2\xd5\x47\x3c\xd9\x5d\x30\xa5\xfe\x9d\x7d\x41\x6d\x3d\xa3\x7f\x70\x42\x99\xfc\xc1\x8b\x29\x2d\x65\xf2\x26\x04\xeb\x37\xbd\x34\xef\x8b\xfa\x93\x91\xaf\x93\x57\x9e\x85\xfb\xe2\xbe\x26\xaa\x0b\x13\xbf\x9c\xce\xef\x9d\xe6\xc5\xb8\x3e\x04\xa7\x96\x60\x5c\x02\x7b\xe9\x78\x7b\x8b\x55\x21\xca\xb8\x5a\xac\x4e\x9d\x63\x97\x5a\x50\x9e\x80\x6d\x19\x1e\x4b\x61\x4a\x05\xed\x23\x63\xe0\x40\x6f\xe3\xcb\xd9\x5f\x45\x2f\x87\xad\xbe\xd1\x4a\xe3\x70\x4b\x45\x1c\xef\xf9\xdf\xba\x60\x84\x8c\xfe\x5b\xda\x73\x91\x1f\x73\xab\xd7\xfd\x14\xb5\x61\x18\xa7\x5b\x06\x14\xdf\xbd\x35\xa6\x0c\x19\x19\x37\x2b\x2e\xe0\x4e\xdd\xd1\x7a\x0f\x77\xac\x1b\x64\x10\x7f\xaf\xdd\x99\xfa\x77\x85\xd1\x7d\x68\x66\x3a\x0a\x9c\x63\x74\x53\xea\xed\xa8\x3d\xc9\xfc\x1c\xd5\x8b\x29\x6e\x4b\x0d\xa1\xfe\x67\xe2\xba\x96\x3e\x58\x80\xeb\x62\xc2\xa9\x22\x7c\x8f\xdc\x1d\x42\xf9\x6e\x61\xef\x2b\xf0\x3e\xfc\xd6\xa6\x6a\xe4\xcb\xf8\x19\xd7\x1a\xd2\x3c\xa0\xbc\x10\xd7\x62\x8a\x3a\x2f\xf4\x6d\xc2\xb8\xcd\x6e\xbb\x88\xf1\x9a\xa8\xd8\x82\x79\xa4\xb3\xe8\x1a\xc6\x43\x7a\x09\xed\x4a\x31\x64\xc3\x1d\xa6\x72\xd1\xf3\x45\x14\x23\x77\x9f\xd0\x37\x98\xfb\xb6\xb4\xdf\xc3\x03\x23\x8a\xef\xde\xb7\xdd\x4e\xbf\x7f\x3a\x05\x57\xf0\xfb\xad\x47\x83\xe9\xd7\x69\x86\xf5\x18\xdd\xc2\x93\x6e\x77\x5b\x3f\x76\xfa\xb9\x27\x41\xfd\xbb\xc5\xcc\x8b\x6b\xfb\xa9\x6d\x61\x78\x53\xcd\xa1\xd4\x36\x1c\xa6\xf6\xf4\x4f\x8e\xdd\x9f\x94\x83\x3c\xe0\x0c\xf3\xfd\x38\x3b\x93\x53\x0e\xe3\x7e\x10\x5b\x51\x8a\xeb\x59\xc4\xb9\x63\xc8\xeb\xd9\xee\x58\xb3\x84\xe6\x01\x1d\xef\xf5\x06\xe7\xc2\x38\x76\x8d\x3f\x1d\x6f\x67\x45\x3a\xde\x0e\x03\x2d\x88\xb2\xce\x7c\x77\x0d\xe3\x31\x21\x89\xa2\xf1\x9a\x8a\x9d\xb8\xba\x49\xf5\xd2\xbe\x22\xb0\x98\x66\x33\xc0\xd3\x12\x21\x9c\xef\xcf\x24\xb4\x31\x2f\x9e\xd9\xce\x40\xe6\xde\x73\x1b\x57\x7c\xb2\x67\xd2\x9b\x90\x0f\xf5\xec\x41\x02\x32\x55\x9e\x5b\x1f\xc4\x13\xee\xb3\xf8\x53\x19\xf8\xfb\x39\xed\x78\x22\x7e\xfc\xe8\x11\x8e\xd0\x13\xe5\x6f\xc8\xdc\xea\x65\xd6\xcb\xbf\xe3\xd2\xce\x74\xa4\x68\x29\xa7\xf6\x22\xde\x41\xc9\xda\x56\x88\xcf\xb3\x77\xe7\x51\x64\x99\xc4\x5d\xa6\x28\x7a\xd4\x8a\xe3\x88\x6f\x87\x54\xd4\x61\x1f\xb4\x2d\xc3\xce\xe1\xbe\xba\xe1\xe7\x79\xd4\x8b\xf3\xb4\xb8\x88\x2c\x9c\x15\xba\x57\xbe\x53\xb7\xda\x31\x1e\xb6\xdf\x3b\x30\x9e\x53\x7f\x76\x22\x8e\x3e\x7e\x07\x1d\xf7\xd1\xef\xef\x7f\xe2\x58\xf1\xb2\x3e\x61\xea\x3f\xe5\x85\x70\x4e\xf4\xfc\x38\x23\xdf\xea\x6b\xe0\xfc\x7e\x67\x4b\x3b\xdc\xbe\x8b\x58\x8a\x4c\x81\xb7\xa9\x7e\xf8\x17\xde\xe7\xd2\x15\xec\x5d\x42\x3e\x4e\xb9\xb7\xc6\xc7\xb7\xd2\xdf\x6f\xc1\x15\xe9\x4d\x7f\x2f\x9e\xfc\x06\x9b\x3f\xa0\x32\x47\x7f\x30\xc1\x27\x7e\x3a\x83\xfa\xdb\xcb\xac\x9f\xf7\x18\xfe\xc3\x2d\x66\x7d\xb8\x86\x7c\x42\x96\x07\x95\x50\x56\x85\xfc\x61\x56\x0f\x29\x3c\xe9\x34\x8e\xc6\x76\xfb\x46\xf4\x27\x20\xbc\x19\x9f\x7f\x7d\xd8\x15\x3c\x4f\xba\x6b\xb4\x23\xbb\xc0\x25\x95\x8e\xb7\x63\x02\xf5\x7b\x0e\xdc\xc1\xf5\x72\x0a\xf4\xe0\x3a\x6b\xd4\xde\x8b\x7c\x90\xd1\xe9\x54\x3f\x42\x52\xb0\x7f\x0d\x9d\x17\x6f\xe9\x02\x02\xdf\xbd\xb8\x91\xef\xf1\x63\x8c\x0a\x76\x12\xfa\xb1\xdd\xfc\x1b\xc7\x12\xdb\x85\xb4\x6f\x89\xed\x7a\x46\xff\x62\x27\x32\x0d\x7e\x66\x67\xe1\x89\xfe\x67\x1b\x1d\xb1\x1f\x6d\x17\x90\x5f\xf5\x33\xae\x9b\xe1\x0b\xbc\xc3\x3c\xf9\xc6\x30\x0d\xde\x17\x53\xdb\x2f\x46\xed\x53\xd1\xff\x16\x97\x24\xe1\xe3\x78\x2e\x60\x79\x50\x3b\x9f\x9c\x45\x9e\x57\x08\xde\x94\x07\xd8\x72\xfa\x0a\xae\x67\x7e\xf9\x57\xf1\x3c\xe0\xf9\xe3\x3a\x9e\x87\x56\x59\x52\xfe\xd3\x32\x6f\xaa\x17\x32\x7f\xde\x7d\xdc\x2f\x67\xeb\x52\x1e\xd4\xa4\x37\x8f\xf1\x7d\xc5\xa0\xe5\x39\xce\x97\x51\x0d\x83\xc8\x72\x93\x58\x44\x79\x21\x70\xf6\x5b\x1d\x8d\xc3\x6f\xfe\x83\x02\xa3\x6b\x62\x32\x9d\xda\x79\x0b\xa9\x5d\xc3\xe8\x9e\x6c\xed\xa1\x36\xe9\x1c\xfc\xc1\x7b\xa8\x0d\xa3\xf6\x4a\x06\xb5\xbf\xfa\x04\xad\x85\x7f\xf0\x3f\xd8\xb8\xbc\x63\xd6\x87\x57\x4c\x87\x1a\xaa\x2b\x14\x3f\xf6\x34\x8e\x5b\xf4\x8d\xc6\x39\x34\x0f\xe8\x3c\xdf\xe6\xd8\x82\xb3\x31\xd0\xe0\x06\x66\x97\xcf\x29\xaa\x03\xb5\x56\xb0\x0b\xed\x72\xb8\x87\xe3\xbb\x58\x8c\xfa\x6d\xdf\x48\x55\x36\x66\x5a\x3f\xc7\x6c\x35\x0f\xe8\x47\x7e\xa9\x81\xeb\x5b\xe4\x5b\xab\x85\x7f\xc6\x7d\x56\x52\xe5\x07\xae\x13\xc3\x5e\x92\x7f\xe5\x81\x8c\x75\xa0\xd6\x3a\x88\x5a\x17\x43\x6a\xd9\xfe\x38\x94\xf1\x4b\x48\x06\xc3\x8b\x3a\xc2\x74\x56\x66\xf9\x52\x6c\x3c\xba\x18\xbe\xd5\x7f\xe7\x09\xfd\xa9\x13\x43\xfe\x5b\x1f\x18\xa6\xb6\xff\x1f\x7d\x50\x98\xcf\xff\x2f\x1e\x88\x03\x83\xb5\x2c\x63\xf0\xff\xb5\x76\x00\x5f\x8f\x02\x6c\x0c\x05\xf8\x94\x44\x71\xff\xb7\x04\x20\xc6\x81\x93\xad\x00\x29\xc7\xe8\xbd\xe6\xfd\xa6\x14\xef\x2a\x3b\x05\xf0\x22\x95\xea\x1f\x3c\xf7\x07\xb8\xba\x1b\x80\x33\xab\x38\x79\xff\x22\x0e\xe0\xed\x77\x8a\x07\x91\x7f\xf4\x3d\xb8\xc1\xdc\x57\xfe\xd5\xff\x84\xc1\xda\x7e\xe9\x7f\xfc\xc5\xff\xa8\x61\x6a\xd3\x55\x57\x7f\xe3\x38\x7f\xfb\xcf\xf2\x3f\x58\x9e\x83\xde\xde\x3f\x3f\xb3\x71\xf9\x8f\xfe\x1f\x2c\x0f\x84\xb9\xd7\xbd\xc4\x1c\xe0\xfb\x7d\x80\x35\x72\x00\x1f\xbb\x01\x36\x2c\x07\x78\xa7\x05\xc0\xd9\x07\x07\x72\x00\x38\x27\xd7\x17\xa5\x00\x9c\x13\x2b\xc7\xcf\xbc\xab\x00\x4f\x2d\x00\x4a\xbf\xd3\x3b\xdd\x9c\xf1\x7d\x32\x15\xa0\xf5\x07\xc0\x13\x5d\x80\x9e\x6e\xfa\x73\xef\xea\xfe\x0b\xff\xe1\x1e\xb5\x57\x98\x67\xbf\x10\xc6\xf8\xcf\xf4\x8b\xa8\x67\xc6\xaa\x86\xb1\xd5\x0c\x26\x7b\xec\xf5\xef\x38\xfc\x07\xff\x81\xc1\x6b\x59\x5c\x9f\xc5\xb3\xd9\xcf\x6c\x5c\xd8\xfc\x30\x63\xc6\x84\xe5\x81\xd8\x32\xf8\xd8\xa2\x24\x80\xcf\x43\x01\x56\xf4\x02\x7c\x50\xa0\xfa\x0f\x6f\xda\x00\xb6\xf6\x03\xbc\x6a\x05\xd8\x55\x00\xf0\x24\x15\x20\xf1\x19\xc0\x63\x7e\x80\xdc\xcf\x00\x7d\x8b\x01\x4a\x35\x01\x1e\x99\x02\xd4\x07\x02\x3c\xb4\x07\x68\xb9\x0e\xd0\xf7\x9e\x73\xc2\x00\x78\x74\x04\xe0\x9d\xd9\xef\x3e\x20\x2c\xee\xcd\xe6\xc1\x2f\xfd\x0f\x06\xab\x64\xf1\x6f\xd6\xff\xe3\x8c\x0e\x44\x05\x83\x8b\x96\xc6\xfd\x8e\xc3\xaf\xfe\x17\x0c\xb7\x40\x93\x99\x27\xac\x0e\x02\xdb\x0f\x82\xfd\xcc\x7e\x9f\x8d\xc7\x1f\x3c\x10\x6b\x80\xd9\xa3\xa9\xbe\xc9\x82\x0a\x9a\x07\xae\x36\x00\x83\x77\x00\x3c\xb3\xe9\x3c\xd8\x22\x0e\xf0\x32\x12\x60\xa7\x3f\x40\x9f\x04\x40\x22\xc7\xdf\x5b\x9c\xb3\x3c\xc0\x43\x39\x80\x52\x2f\xea\x33\x67\xe5\x7e\x90\x0c\x70\x75\x1b\xc0\xfd\xad\x00\x3d\xd2\x00\xbd\xfa\xf4\xae\x3c\x8b\x7b\xb3\x7d\x50\x2e\x75\x30\xfe\xdf\xff\xdf\xfe\xb3\xe3\x5f\x1a\x49\xed\x3f\xf9\x0f\xac\xff\x2c\xfe\xcf\xe2\xf8\xac\x0e\xc2\xdf\xf6\x17\x0f\x84\xf9\x79\x43\x26\x5f\xcc\xa6\x52\xbc\x7b\x86\x3f\xed\xdf\x61\xe7\x0d\xf0\x36\x06\x60\xe9\x49\x80\xc1\xc5\x00\x1e\xaa\x00\xcf\xca\x01\x02\xf8\x00\x1e\x5f\x03\x08\x7b\x05\xf0\xd0\x1c\x20\xfe\x14\x40\xcf\x07\x80\xec\x40\x80\x9e\x5e\x80\x12\x4f\xba\x16\x70\xe6\xc5\x3d\x17\x80\xd6\x20\xfa\x99\x13\x9b\xee\xc9\x34\x0e\x9d\xa6\x94\x6b\xc2\xe6\xc1\x05\xa6\x3f\x0e\xab\x7f\xf2\x2b\xff\xe7\x50\x5b\xc9\xf4\x1c\x29\x65\x34\x88\x0e\x33\xbd\x39\x0e\xb6\xfc\x8e\x83\x36\x83\xef\xb3\xf8\x3f\xcb\xf3\x60\xf1\x7c\x69\x56\x07\x83\xc9\x7f\x39\xe6\x7e\xbf\x9a\x1a\xb5\x3a\xab\x7f\xe3\xfd\x5f\x32\x39\x67\x07\xfa\xac\x9c\xf3\xf1\xdb\x5b\x00\x8b\x9a\x00\x5e\x86\x02\xac\x16\x02\x78\x1a\x0a\xb0\x71\x3a\x40\xef\x51\x80\x1d\xa1\x00\xf7\x97\x00\xc4\xf5\x03\xdc\xe5\x07\xc8\x3c\x05\x70\xa7\x94\xea\x61\xdc\x8e\xa1\x71\xe8\x5a\x0e\xd0\x2a\x0a\x70\xeb\x30\x40\x4f\x3e\xe5\x4a\xbd\x6f\xfb\xad\x0b\x74\x31\xe8\xcf\x75\x90\xf5\xbf\x2a\xf9\x2f\xff\x99\x67\x66\xf9\x0f\x07\x73\xa8\x2d\x68\xf8\x1d\x87\x5f\xfe\x33\xfc\x0f\x96\xe7\xf1\xab\x0f\x0a\xc3\x7b\x12\xd3\xf8\xf3\xeb\x6c\x5c\x38\xf1\xf8\x79\x1f\x40\xb7\x16\xe0\xb3\x35\x80\x69\x23\x5d\x07\xac\x62\x00\x5e\xf6\x03\x38\x28\x51\xed\x23\xd7\x79\x74\x4c\xbd\x77\x00\xf4\x64\xd3\xf5\xf2\x4e\x2f\x00\xe7\x9c\x78\xab\x98\xf2\xc5\x3a\x62\x00\x8a\xcd\xa9\xce\x43\x8d\x26\xc0\x8d\x37\x00\x2d\x0e\x00\xd7\x32\x01\xba\xbb\x01\xd9\xbc\x1f\x7b\x7f\xe7\x41\x23\xa3\x3d\xc5\xf6\xbf\x61\xfd\x2f\xeb\x66\xf2\x9e\xd9\x47\x7e\xf1\x1f\x98\x31\xce\x67\xd6\x95\x9c\x21\xbf\xe3\xc0\xfa\xff\x1f\xfc\x0f\x06\x07\x67\xf5\x00\x58\x2b\xc8\xec\x8f\x2c\xef\x81\x13\x8f\xef\xa2\x00\xa3\xfd\x01\xde\x3b\x02\x18\xc5\x03\x0c\x6c\x03\xb0\x28\xe6\xbc\x3d\x00\xcc\x5d\x43\xf9\x2e\xcb\xbc\xa9\x2f\x9e\x11\x80\xa7\xce\xad\xe6\x00\x37\xdb\x00\xa2\x15\x01\x3a\xea\x00\xd2\x1b\x01\xda\xa3\x29\x6f\xee\xea\x4c\x80\x1a\x33\x80\x36\x57\x80\x56\x7d\x80\xd6\x04\x80\xfb\x9c\xff\x77\xa3\x6b\x6e\x33\xa3\xfb\xc1\xf6\x01\x63\xf3\xbf\x8c\xd1\xe8\x61\xf9\x0f\x7f\x8f\x7b\x1e\xa3\x71\x95\xc9\xf4\x72\x4a\x7b\xf4\x3b\x0e\xbf\xf8\x0f\xff\xc2\xff\x60\xf5\x20\x58\xcb\x7e\x9d\x67\x04\xc5\xfd\x39\xef\x8b\x1f\x13\x00\xe4\xe5\x01\x06\x25\x01\xb4\x08\xc0\xb3\x26\x80\x09\xe5\x00\x8f\xc6\x00\x70\xde\x9b\x38\xf3\x7f\x91\x19\xc0\x6d\x27\xca\xa7\xbc\xe9\xc6\x79\x67\xa3\xe3\xbe\x2b\x07\xa0\x4d\x01\x60\xdf\x6e\xea\x27\x27\x0e\x97\xbb\x00\x6a\x95\x00\x2e\xd9\x71\xde\x88\x00\x2e\x7c\x07\xe8\x89\xa3\xbd\x94\x3e\xc6\x31\x5a\x5b\xff\xe0\xbf\xb1\xeb\x1e\xab\x7b\x72\x80\xf1\x37\x8f\x19\xcb\xec\x8d\xd4\x66\x30\xe7\x8e\x54\x66\x6d\xdf\x1b\xfc\x3b\x0e\xac\xff\xff\x27\xfe\xc3\xa1\x3f\xed\x77\x17\x00\x2e\x31\x80\xf7\x67\x00\xc4\xe7\x01\xbc\x2a\x07\x50\x59\x01\xf0\x78\x05\x80\xc1\x74\x80\x9e\x22\x00\x0b\x2d\x80\xae\x38\x00\xbb\x3c\x9a\xd7\x6e\x62\x00\xed\x12\x00\x7e\x56\x00\x9c\xb7\xb4\xf0\x78\x80\x4b\x63\x01\x52\xc6\x02\x34\x9b\x00\x1c\x74\x06\x38\x2f\x05\x70\xd2\x13\xa0\xe1\x16\x3d\x13\x9c\xe3\xcc\xa5\x1f\xf4\x6c\xf5\xbe\x1c\xa0\xe6\x10\x7d\x26\xb6\x17\x1d\x9b\xf7\x2c\xdf\x89\xe5\xfb\x64\x24\xff\x77\xbf\xe3\x99\xde\x57\xb1\xab\x7f\xc7\xe1\xff\x17\xff\x81\xf1\xff\x07\x73\x9b\xe6\xc3\x26\x6a\x07\x54\x00\xb8\x97\x50\x5e\x9f\x94\x01\xc0\xfd\x56\x00\x0d\x65\x80\xae\x64\x00\x13\x51\x80\x1b\x53\x01\x66\x87\x03\x5c\xbd\x0d\xb0\xd4\x1f\xe0\x72\x15\x80\x77\x25\x40\x33\x0f\x40\x48\x17\x40\xa3\x37\xa4\x26\xeb\x03\x9c\x15\x1e\x72\xa6\x70\x32\x40\xfd\x84\xa1\x96\x27\xb2\x01\x6a\x5f\x0e\xad\xbe\x7c\x00\xa0\x66\xd8\xd0\x1d\x3d\xe3\x00\x4e\xc4\x0e\x1d\xf7\xee\x16\x40\x45\xfc\x30\x27\xf4\xdf\x7d\xd8\x71\x1c\xf7\x84\xe1\x58\x77\xcb\x34\x19\x1a\x88\x7e\x4f\x18\xa2\x83\x7e\x2b\x0d\x43\x9d\xcd\x04\x66\x7f\x88\x65\xb4\xae\xa2\x55\x28\x2f\x66\x67\xca\xef\x38\xfc\xff\xe1\x7f\xb0\xfe\xd3\xde\xaf\x00\x03\xae\xd4\x3e\x31\xa7\x96\xb3\xfe\xf1\x87\x02\x74\xcd\x06\x90\x1b\x03\x70\xad\x6a\x58\x98\x5e\x1f\xc0\xe5\x87\xbc\x2e\xd3\xdc\x00\xce\x7f\x10\xe0\x72\xe4\x06\x38\x73\x4d\xe8\x95\x07\x2f\x40\x5d\x8a\xc8\xcb\xa0\x83\x00\x27\x2e\x8a\x2d\x8e\xaf\x00\xa8\x8a\x11\x7b\x56\x30\x12\xa0\xe2\x88\xf8\x82\xaa\x59\x00\x65\x7e\xe2\x93\x9a\x17\x02\x94\x84\x8b\x0f\xbf\x93\x0e\x70\xa4\x41\x2c\xeb\xb5\x07\xc0\x21\x45\xb1\x0e\xce\x33\xe5\x76\x89\xa1\x5e\xce\xbe\x67\x62\xd8\xf1\x34\xc9\x49\x08\xeb\x2b\x71\x0d\x22\x58\x77\x88\x29\x12\xc4\xfa\xe4\xae\x56\xa1\xdd\x1c\x1b\xa9\x2b\x90\xcf\xb1\xa1\x6f\x46\x20\xbf\x3c\xf8\xd4\x08\x91\x5f\x71\xf8\x3f\xf8\xff\xb3\x9c\xf1\x7f\x0b\xb5\xfd\x8c\xca\xee\x93\xef\xf4\x2d\xe9\x9e\x2f\x2f\xbe\x67\x75\xbc\xe6\xc7\xfb\x15\x2d\x1e\xa2\x5c\xe2\x39\x00\xe7\xbf\x49\xed\x1b\x33\x0e\xe0\xf4\x10\x99\x8d\x13\xf7\x0f\xc9\x3b\x31\x56\x8e\xdb\xb6\x60\x78\x58\xc5\x0d\xb9\x63\x6e\xa5\xdc\xb6\x25\xc3\xe5\x47\x06\x88\xf1\x0e\x3d\x74\x50\xde\x3e\x6a\x19\x5f\x5c\x21\xc8\x5b\x67\xaa\xf0\x1f\x2d\x50\x90\x1b\x28\xc9\x1f\x21\x9b\x9b\x2e\x57\x76\xf6\xf2\x08\xf3\xec\x4b\x72\x5b\x3b\x24\xf8\xef\x64\x39\xca\x85\x3e\x4b\xe2\xe7\xcb\xf4\x92\x7b\x44\x08\xef\xee\x64\x49\x79\x03\x42\x78\xbd\x62\x7a\xe5\xad\x08\xe1\x15\xda\x79\x59\xae\x93\x10\x9e\xc9\xe1\x3b\xe4\x2a\x09\xe1\xbe\x1f\xb2\x4e\x6e\x2d\x21\xdc\x4b\xb6\xcf\x94\x7b\x40\x08\xf7\xe1\x2d\x49\x72\xfb\x08\xe1\x56\xda\xb4\x5f\xce\x8f\x10\xae\xae\x8d\xa5\xb2\x03\x84\x70\xf1\xfd\x0f\xff\x29\x0e\xae\xc5\xf8\x6f\x30\x14\xf1\xde\xe7\x8a\x28\xeb\x0d\x0f\xaf\x8b\x61\x35\xac\x33\x49\x06\xab\xa8\xd7\x14\xe5\xf1\x6d\xaf\xb9\x4e\x19\xab\x8c\x67\xe6\xa8\xfd\x1c\xa1\x0c\x70\xfc\xf6\x68\x6d\xc5\x51\xc3\x3e\x97\x7e\x1e\xfd\xda\xf0\x18\xaf\xfd\xa1\x75\x63\x94\xad\xdc\xf8\x5f\x15\x84\x8e\x49\x5c\x2c\x29\xe8\x93\xed\x3c\xc6\xdb\xab\x54\xb8\x24\xad\x53\xe3\x45\x48\xae\x68\xda\xde\x73\x1a\x8e\xc9\x3f\xc4\x25\x13\x0f\x8c\xce\x3d\xa8\x2a\xc1\x1d\x6f\xaa\xfe\xaa\x76\x9b\x84\xf7\x9e\x91\xea\x01\xad\x6f\x25\x66\xc6\xc4\xa8\xcf\x7b\x38\x55\x3c\x6e\xf7\x41\xf5\x9b\x5f\x52\xc4\xe4\x23\x52\x46\xdf\x23\x44\x74\xe5\xf6\x81\xd1\x63\x08\x11\xbe\xba\xe5\xb9\xba\x23\x21\x42\x71\x81\x9a\xa3\xb4\x08\x11\x54\xf0\xd7\x52\x73\x20\x44\x60\xdc\x86\x39\xaa\x2b\x09\x19\x31\x7a\x7d\x93\x4a\x1c\x21\xfc\x53\xd6\xad\x54\x11\x26\x84\x2f\x6a\xdd\x04\xe5\xa9\x84\xf0\xbe\xfe\x0f\xbf\x59\x2b\x08\x88\x63\xbf\x6f\xe4\xe9\xa3\xfe\x4b\x20\x2f\xa2\xfb\xba\x22\xd6\xf7\x3b\xbe\xaa\xe3\xd7\x5b\xe5\xb4\xf1\xbe\x73\x43\xaf\x21\xce\x98\x5a\x73\xbc\x1e\x0e\x15\xd5\xe3\x8f\x0e\xe9\x00\x38\x1c\x67\x16\x2e\x1d\x02\x90\xf7\x71\xc2\x43\x4d\x09\xbe\xc5\xe9\xd2\xc6\x55\xe6\xe2\xc2\x7e\xc9\x43\x8c\x83\xec\x12\xc4\xb2\xf7\x2c\x1b\xdf\xbf\xca\x4d\x32\x60\xd7\xd7\xf1\xba\x9b\x0f\x48\xf3\x87\x7b\x8d\x53\x8f\xad\x92\x1d\xbe\xe3\xec\x58\xbe\xbc\x25\x72\x4b\x82\x4a\x8c\xf4\x8f\xbd\x90\x37\xdc\x1a\x61\xb8\xaa\xb9\x59\xde\x61\x73\xa3\xa1\xe4\xdd\x8f\x72\x5d\x9b\x52\x0d\x5d\xdf\x0e\x97\x8d\xf5\x6f\x35\x6c\x23\x44\x7a\x87\xcf\x50\x83\x93\x84\x48\xe9\xac\x9b\x6d\xc0\x4f\x88\x44\xf3\xda\x26\xdd\x1a\x42\xc4\x3c\xd7\xbc\xd4\x6d\x27\x44\x4c\x69\x95\xb1\xce\x71\x42\x44\x2e\xaf\xac\xd2\x76\x22\x44\xb8\xc6\xad\x49\x8b\x8b\x10\xa1\xad\x2e\x9b\x35\x33\x08\x11\x3c\xf2\x5f\x78\x30\x78\x5b\xf2\x9d\xad\x10\xbd\xff\xbe\x57\x01\x57\xc2\x7b\x5e\x1a\x78\xbf\xf5\x46\x93\x21\xd6\xa7\x2f\xb5\x99\x62\x1e\x9c\x21\x93\xd0\xff\x13\x8f\xa6\x61\xd5\xb0\xd4\x60\x3a\x56\x0f\x0a\x45\x67\x62\x7d\x22\xeb\x94\x75\x82\x50\x13\xc0\x5e\xae\xd9\x45\x2a\x55\x3c\x13\x76\xdf\x9e\x99\x37\x2e\x4d\x58\x2e\xcc\xcd\x4a\x71\x66\x84\x94\xe7\xb6\x2f\xd3\x4d\x97\x71\xc9\xdc\x0a\x54\xb7\x14\xf1\xdd\x2f\x7f\x77\x83\xd4\xd4\x93\x91\x4e\x4a\x0b\xbc\x1e\x4e\x59\x95\xbe\x52\x45\xd2\x23\xdf\x42\xb2\x64\x81\xaa\xb2\xbb\xe6\xe4\xa1\xe7\x82\x55\x43\x56\x9b\x4c\xf2\xb9\x79\x4f\x55\x7f\xd5\xb2\x49\xb3\x5f\x1a\xaa\xf0\xad\x3c\x37\xe9\x21\x21\x8a\x5d\xae\x16\xe6\x22\x84\xc8\x55\x39\x1b\x9a\x1d\x25\x44\xe6\xd1\xe2\x1a\xd3\x40\x42\x46\x3e\x71\xaa\x9f\x10\xc7\x89\x8f\xe3\x11\xe3\x5b\x84\x48\xca\x2d\xf8\x34\x7e\x14\x21\xe2\xc1\x0b\x7e\x8e\xb3\x20\x44\xac\x6f\xfe\x5e\xc3\x6c\x42\x44\xba\x7e\xfb\xcf\x85\xbc\x96\xb7\x5b\xc4\x76\xd0\xf1\x47\x1a\x14\xdc\x8e\xd1\x63\xfa\xdf\x98\x25\xd2\xbc\x9f\x86\x55\xb2\xfa\xb6\x59\x38\x0f\xaa\xaa\x6c\x51\x37\xe8\x68\xb9\x03\x56\xd7\x0a\x74\xe6\x63\xbd\x32\xed\xbe\x23\xe2\x22\x71\x6e\x8b\x3d\x87\x2f\x03\xd8\xf9\x6a\x49\xb9\xec\xb2\x61\x96\x41\x27\x9d\x9c\x74\x0d\x04\x12\x37\xfa\x2d\xfc\x3e\xc5\x47\xe2\xa0\xa7\xd0\x7c\xc5\xf9\xd5\xf2\x27\x57\x9e\xb4\x6f\x5e\x1b\xa5\x3c\xda\x45\xd3\xce\x72\xfb\x25\x35\x99\xc5\x61\xb6\x45\x49\xbb\xd4\x0d\x17\x5e\x98\xbb\xb4\xa8\x6c\xf4\x21\x87\x81\x39\x42\x75\xa3\x34\x26\xdb\x7d\xb0\x99\xd2\x56\xa5\xa1\x65\x27\x6e\x9d\xf4\x18\xd4\x3f\xcc\x7b\x69\x63\xfe\xbd\x55\xed\x9e\xad\xe4\x6c\x6e\x42\x94\x77\xdb\xec\x98\x39\x9c\x10\x85\x76\x6b\x93\xe9\xee\x84\xc8\x59\xcf\xde\x6e\xb9\x99\x10\xd9\x05\xb3\xbe\x4d\x0d\x25\x44\xba\x76\x66\xaf\xc5\x01\x42\x46\x8a\xcf\x48\x9b\xbc\x94\x10\xc9\x1b\x56\xda\x93\x94\x08\x91\xc8\x66\x79\x50\xef\xcb\x47\x22\x2e\xf5\xf4\xdd\x68\xc4\x5f\xee\x7c\x37\x7e\x4c\xe7\x3d\xe5\xc1\x5c\x30\x9f\x4d\xef\x3f\xcb\xdb\x62\x5d\xff\x18\xa1\xdd\xe7\x8b\x03\x96\x60\xf5\x27\x6f\xb5\x0b\xd6\x5d\x53\x13\x56\x20\xfa\x12\xeb\xba\x1a\xf3\x25\x74\xa8\x3b\xaa\xb1\x6f\xee\xf1\x78\x26\x7a\x17\x60\xfd\xdd\xb5\x92\xea\x0b\xf9\x0c\x57\x0d\xae\x19\x66\x9a\x22\xba\x77\xa9\xc1\xca\x90\xb9\xaa\x32\x79\xf3\x77\xbb\x79\xba\x3d\x52\x2c\xb4\x5d\xb1\xdc\x7d\xb3\xa4\xf2\xad\xd9\x1f\x5d\x5d\xf6\x54\xa9\x4e\x9f\x51\xe0\x22\x5b\xb0\x53\x4d\xd1\xb2\xd3\xd9\xe5\x84\x8a\xda\xdc\x69\x63\x96\x05\x5f\xa9\x56\xe3\x9f\x3a\x71\x69\xe7\x83\x0f\xaa\xdc\x53\x95\x96\x5e\xfb\x3c\x4d\xe9\xc5\x94\xc8\xc5\x23\x09\x51\x30\xb5\xa8\x5c\x98\x4d\x88\xdc\x52\x0b\x9e\xf9\x43\x08\x91\xf9\x3a\x59\xc3\x6e\x13\x21\xd2\x11\x93\xac\xe7\xee\x25\x64\x24\xd7\xa4\x75\xd6\x65\x84\x48\x59\x9a\x1f\x9e\xd5\x4e\x88\xa4\xa9\xd9\xe6\x99\xce\x84\x88\xaf\xff\x68\x20\x83\x55\xde\x67\xe6\xb4\x1f\xd6\x1d\x73\x33\x9c\x0f\xd7\x7c\xad\x10\xaf\x68\xda\x62\x8b\x68\x5a\x5d\x89\x23\xae\x0f\x95\x16\xcb\xa8\xee\xb7\x22\x55\x11\xce\x5f\x41\x6f\x9b\xa6\x76\xaf\xc3\xfa\xe5\x1e\xb1\xf5\x58\xe7\x0c\x53\xd9\x80\x7d\x51\xfc\xeb\xfc\xf1\x96\x98\x87\xc0\x26\x3b\xee\x16\x80\xe5\x2f\x36\x89\x28\xc8\x0e\x7f\xe7\x18\x11\xa0\x68\xf8\x53\xb0\x7e\xce\x29\xbf\xee\x19\xdb\x24\x4b\xac\xee\x6f\x18\x58\x76\x5b\xfa\xe9\x94\x9e\x0d\x62\x1b\x43\x64\x2b\xcd\xe3\x7d\x27\x45\x1f\x93\xbb\x67\x3a\x76\xfd\xb7\xdc\x91\xf2\x9e\xc6\xb9\xeb\xf9\x8f\x3d\x91\xdf\x36\x5e\xca\x5b\xeb\xe2\x3d\xf9\xd9\xe3\x44\xbd\x72\xba\x3b\xe4\xec\xc7\xf6\x79\x79\xbd\x8f\x93\x89\x1b\x7b\xd9\x73\x16\x21\x23\xd7\x8e\x3d\xb9\x7a\x25\x21\x52\xda\x46\xc5\x2b\x16\x10\x22\x91\x6f\xd4\xe7\x1a\x46\x88\x84\xa6\xd1\xe4\x65\xe5\x84\x88\x8b\x18\x06\x2d\xfe\x4a\x88\xe8\x7b\xc3\xda\x45\x07\x09\x11\xcd\x33\x68\x58\x50\x4b\x88\xc8\xea\xa7\x75\x7a\x06\xf0\x0f\xfe\x53\xbb\x37\xed\x8f\x73\x7e\x31\x1d\xef\xba\x92\xa5\x88\x5f\xb3\xfc\x9f\xe2\x89\x94\x17\x90\x4b\xbc\x11\xb7\x49\xdd\xed\x8b\xfc\xa9\x38\x99\x00\xc4\x73\xc2\xde\x6c\x39\xce\xb1\x9b\x24\x82\xb0\x6e\xeb\x39\x74\x07\xe6\xc7\x52\xa5\x70\xac\xf7\xcf\xcf\x8e\xf4\x91\x5c\x0f\x30\x6b\x52\xb8\x83\x66\x37\x5f\xf1\xe4\xf1\xa1\x31\x16\xa9\x22\x9f\x4d\x56\x85\x8e\x5d\xb4\x57\xec\xc8\xd8\x8c\x90\xe8\xf5\xf5\xe2\xcf\xf4\xcf\xee\x78\x19\x79\x46\xe2\xa6\xce\xc5\x1d\x32\x99\xd9\x92\x56\x5a\xae\xc1\x2a\xe5\x0f\x24\x65\xc7\xdc\xda\x3e\xb6\xe9\x9a\xc4\x61\x8d\x77\x41\x15\x77\x79\xc5\xaf\x6a\x9c\x09\x9a\xf5\xe6\x96\xd8\xb4\x31\xcb\xb7\xf4\x13\x22\xd2\xa9\x91\xe9\x5f\x40\x88\xb0\xd7\x18\x07\x9f\xcb\x84\x08\x5b\x8e\xd9\xe7\x55\x42\x88\xd0\xcf\xd1\xdd\x9e\x5b\x08\x11\xf4\x18\x23\xbe\x66\x37\x21\x82\xd5\x1a\x37\x57\x2e\x21\x44\x50\x62\xf4\x83\xe5\x95\x84\x08\x48\x74\x07\x4e\x71\xa2\xf9\x6f\x83\x78\xde\x85\xbb\x8e\x88\x16\xd5\x79\xba\xe2\x38\x56\x84\xaf\xc1\x2a\x68\xf1\x95\xf5\xe8\x57\xde\xd5\x8d\xb8\x0e\xa6\x59\x52\x7c\x3c\xee\xec\x36\x5c\x0f\x23\x96\xef\xc0\xaf\x6f\xf5\x0f\xc7\xfd\x63\x7d\x5e\x24\xa2\x6f\x6e\x7c\xbb\x71\xbe\xd8\xd5\xc4\x61\xbc\xa7\x45\x24\x2e\xe4\x93\x05\x30\xdd\x9f\x70\x46\x85\x8b\x6b\x93\x81\x49\x7c\xb2\xc9\xd6\x11\x86\xda\x7a\xf1\x2e\xf6\xaf\x05\x56\x8f\xfe\x1c\xf7\xda\xe3\xa6\x20\xbf\x5a\x65\xdc\xa2\xd0\x2c\x41\x4f\x15\xa3\x3d\x75\xfb\x5e\x0a\xae\x50\x1a\xb7\x47\xae\xa4\x48\xa0\x4f\x51\x33\x96\xab\xe1\x89\x80\x97\xc2\xdc\x98\x9d\x5d\xba\x23\x9c\xe5\x49\x8c\xca\x40\x2b\xdf\x17\x85\x94\xa8\x0b\x84\xf0\xbe\x53\x98\x14\xbe\x94\x10\x5e\x53\x85\xc5\x3b\x84\x09\xe1\xe5\x52\x2c\xdd\x36\x8a\x10\xde\x7e\xc5\xc3\x9b\xa6\x13\xc2\x9b\xa6\x18\xe4\xcf\x4d\x08\xaf\xae\x42\xac\xef\x7d\x42\x78\x34\x14\xae\xaf\xdf\x4d\x08\xcf\xb8\x9b\x43\xe6\x21\x7a\x72\x49\x71\x09\x9e\x08\x4f\x6d\x5a\x89\xd5\xe1\x4a\x7f\x4f\x44\x53\x8f\x0c\xf5\xc3\xfa\x7a\x41\x2f\xe5\x83\xa4\xe9\x06\xe1\xfc\x89\x6f\x0a\xc3\xf1\xdf\xa5\x43\xfb\xc6\x04\xf9\x52\x7e\x84\x9f\x44\x2c\xde\xfb\x5d\xe3\x9f\x80\xe8\x8a\x53\x57\x32\xe6\xc3\x2c\xb3\x34\xbc\xad\x6e\xd4\x9f\x85\x55\x63\xed\xa7\xd9\x35\xd2\x35\x00\xaa\xd9\x59\x97\x0c\x62\xb8\x3a\x15\xc3\xb2\x5a\x6c\xcc\xb8\x7e\xc8\x85\x66\x15\xac\x4a\xe6\x4a\x96\x49\xca\x5a\xb2\xdd\x6e\x78\xa2\xf4\x93\x2c\xfd\x14\xf1\xa1\x67\xa4\x13\xb2\x84\x8f\xa8\x03\x8c\x14\xce\x1c\x7b\x36\x04\x40\x72\x6f\xc6\x82\x9b\xd7\x01\x24\x66\xa5\x9f\x7b\xf9\x16\x40\xec\xca\x3e\xd4\x75\x10\x59\x90\x88\x67\x01\x81\xb6\xd8\x3b\x68\x83\xa3\xf0\x1e\xb3\x40\x53\x24\xea\x32\x0a\xde\x0b\x45\x1d\x84\x11\xf9\xc1\x78\xbf\x57\x60\xf9\x56\x3c\x4f\xb2\xfe\x9f\xde\xb5\x1a\xeb\xeb\x55\x8e\xde\xc8\xeb\x3a\xba\x8b\xea\x00\x15\x8c\x0b\x42\x7e\x44\xfa\x99\x10\x5c\x17\x12\x06\x22\x11\xaf\x8e\xba\x1e\x8d\xf9\x10\x02\x74\x9c\xfd\x2b\x68\xd7\x7d\xcf\x62\xca\x0b\x71\xb9\x99\xb6\x9f\x63\xed\x37\x51\xbd\x90\xa9\x67\xf3\x71\x1e\x69\x8b\x14\x22\xaa\x20\x33\xf3\xd0\x3d\xfe\x0f\x00\x92\xc6\xc5\x36\x1a\x9f\x00\x44\xe7\x15\xbb\x58\xee\x01\x10\x7c\x57\x3c\xce\xb9\x0f\x60\x84\xf6\xa1\xc7\x81\x71\x00\xbc\xad\x87\xf2\xe2\xd6\x03\x70\x67\x1d\xbc\x79\xa0\x0c\x60\xf8\x60\xd1\xd3\x5a\x67\x80\x61\x0b\x8b\x46\xb7\xbb\x01\x0c\x79\x52\x28\x82\x67\xfa\xa6\x03\xa1\x3f\x90\xa1\x96\xc3\xe0\xd9\xe9\x09\xd4\xa6\x50\xfc\x66\x49\x22\xa3\x1c\x1e\xcb\xe0\xff\x51\x0c\xbe\x17\xd9\xc8\xb1\x67\xcb\xd7\xe2\xfe\x57\xcd\xe7\x87\x78\xc3\x51\x23\xca\xfb\x3a\x60\xb9\x03\xf9\x81\xd9\x2a\x3b\x11\xdf\x4a\x51\xa4\xa8\x5a\x4c\x2b\xe5\x45\x84\x4d\x48\x2a\xc4\x7d\xe0\xdc\x3e\x44\xe3\xd7\x27\xa7\x23\xca\xb2\x4a\x34\x1b\xe3\xe5\xe4\x40\x79\x02\xd6\x53\x0a\xf1\xeb\xa6\xd7\x0f\xa3\x7a\x85\x5a\x79\x29\x7e\x9d\x2f\xe2\x18\xe2\x22\x43\xd5\xaa\xcc\x65\x91\xb7\x50\x35\xc1\xc4\x9d\xee\x44\x0b\x31\x62\xc7\x7c\x7c\x90\x61\x52\xd9\x1f\x85\x33\xb4\x72\x08\x45\xe0\xcb\x07\xaa\x91\x89\x56\xf6\xea\x0a\x76\x78\x2b\x4d\x79\x80\x08\x63\x69\xe9\x27\xc4\xbb\x8b\xcf\x50\xff\x0e\x64\x50\x9b\xc7\xe0\xbb\x59\x0c\x62\x92\xc6\xf4\x39\xd8\x3b\x8c\xda\x04\xd4\x0f\x39\x91\xe4\x8f\xeb\x63\x69\x37\xd5\x05\x39\xa8\x1e\x8e\x38\x55\x4e\x44\x34\xa2\x44\x7b\x2b\xe2\xf0\x5c\x10\xbb\x3e\x09\xcf\x05\x11\xe7\xf6\xe1\x53\x6f\x3b\x9b\x81\x79\xe3\xf7\x35\x07\x71\xe0\xb5\xf2\xf9\x78\x02\x77\x6d\xa5\x7d\x44\xec\xb7\x53\xbd\x10\x2b\xcf\x52\x9c\x77\x46\xb6\xb4\x6f\x90\x42\xdb\x71\x8c\x03\x57\x46\x1d\xde\x17\x07\xa8\x0f\x94\x46\xfc\xea\xd4\xfe\xf1\x88\xcf\x9e\xca\xa5\x8c\xb5\x53\x4d\xeb\x10\xf7\x3d\xe5\x18\xfe\x01\x57\xac\xfd\x99\xc8\xbc\xa8\xed\xa7\x9d\x59\x6a\xb9\x9a\xb1\x73\x42\x4d\x4c\x37\x9e\xf0\x4f\xec\x19\xc4\x27\xaa\x36\xa6\xfe\x95\xad\x23\x7f\xf2\x62\x18\x5b\x70\x8b\xda\x1c\x86\x5b\x9e\x81\x71\x29\xcb\x61\xfc\xaf\xdf\x89\xe7\x86\x9c\x93\xb1\x38\xce\xa9\xbd\x89\x18\xed\x3d\x7e\x29\x88\x22\x45\xc6\x50\xfd\xa3\xed\x59\x39\xa8\x0f\x12\xb8\xb5\x00\xe7\x8d\x17\x14\x21\xda\xb8\xc2\x80\xf2\x23\x9c\x1c\x4a\x70\x1f\x9e\x83\x1d\xa1\x01\x26\x4f\xae\xc6\xd1\xd5\x6d\xac\xc5\x78\xca\xd6\xd5\x23\xca\x04\x7d\x8d\xe2\x34\x0e\x4d\xf1\x52\x88\x78\x36\x35\x8c\xc5\x95\xfa\xfc\x83\xb9\x88\xb4\x36\x19\xb9\xe3\x49\xac\x49\x94\x02\xc2\xe7\x93\xf7\x61\x66\x35\x36\x1d\xc5\x0e\x15\x8d\x49\x0d\xf8\xce\xdb\x60\x70\x8b\xb1\xaf\x10\x81\x3c\x2b\x40\x6b\x03\xb5\xcc\xb8\x57\x8f\x25\x7f\xf0\x62\x4a\x98\x8e\x03\xbf\x78\x31\xcb\x09\xd6\x2d\xe9\xfa\x96\xe7\xb4\x07\x51\xe2\xb4\x89\xc9\x38\xee\x09\x24\x1d\xd9\x47\xd1\x33\x72\x90\x37\x1c\xd6\xbb\x1f\xf3\x64\xf3\x1d\x3a\xde\x3e\x49\xc5\x88\x2e\x7a\x28\xd2\x3c\x77\x6e\xa3\xbc\x90\x05\xfc\x55\x78\x0e\x9f\x39\xe3\x24\xee\x23\x26\x77\x28\x6e\xaa\xa9\x7b\x16\x79\x36\x92\xfb\x9b\xbe\x50\xff\xe9\x7d\x72\x80\xd6\x1d\x12\xf4\x4d\x65\x87\x21\x9e\xbc\x5a\x1c\xad\x11\xbf\x6d\x79\xb4\x12\x23\x7c\x85\x6c\xc5\x7f\xb1\x35\x84\x2a\xf6\xb4\x94\x1f\x42\x5e\x44\xcb\xb0\x7a\x71\x6a\xaf\x23\x32\x79\xf9\xe3\x33\xfc\xf9\x4b\x81\xdf\x70\xa6\x9e\x67\xee\xb1\x9f\x39\x46\xed\x29\x46\xff\xe0\x04\xd3\x71\xa2\x92\xd1\xc9\x28\xdd\xce\xb1\xf9\x3f\x12\xf0\xd6\x77\x7a\x23\xe5\x7f\x25\x49\x67\xe0\xf9\x39\xd6\x31\x9f\x9e\x07\x7a\x0f\xe0\x0d\x93\x20\xef\xc3\x88\x36\xfa\x1d\x3c\x7a\x96\xe6\x41\x25\x8e\xef\x8a\x5e\x3a\xde\x8b\xab\x4e\x20\x6e\x39\xef\xd3\x29\x3c\x4f\x4d\x4f\x39\x87\x78\xe6\x78\x8b\x46\x9c\xb5\xa3\x27\x51\x5e\x88\xf8\xbc\xab\x1b\xa9\xff\xb4\xbf\x02\xc0\xcd\x73\x62\x88\xe3\xde\xac\xa4\x27\xf8\x8e\x47\x33\x51\x89\xe2\x56\x10\x55\x34\xeb\x78\xb4\x19\x77\x9e\x8e\xf2\x38\x5c\x79\x6f\x96\x1c\xa0\x9f\x0b\x6b\x50\xb9\xe5\xc6\xc1\x56\xe4\xc9\xdc\x20\x0f\x31\x4e\xed\xcd\x6f\xf0\xc9\xae\xf6\x52\xdc\xff\x32\xe3\x6f\x13\x83\xf3\x9e\x7b\x4a\x6d\xbd\x21\x13\x17\xdc\x3f\xb2\xdb\xd2\x91\x85\xb1\xf7\x64\x36\x3e\x5f\x6c\x38\xed\x03\xf7\x0f\x1e\x10\xfa\xb9\x69\x39\x1d\xef\xf5\x3d\xc7\x68\x3f\x20\xdd\x13\xe8\xaf\x4b\xfc\x29\xdc\x47\x1d\x0d\xce\xae\xa4\xf3\xa1\x11\xf3\x66\x4a\xc5\x45\xcc\x72\x23\x86\x17\xa2\x96\xdc\x8e\xbf\x27\xaa\xda\x51\x42\xfd\xbf\x3d\x48\xed\xbd\x66\x51\xec\x68\xd7\xed\x4f\x15\x0e\xbb\xdb\xa6\xd7\x50\x4b\x19\xeb\x3d\x73\x37\xda\x52\x1b\x43\x6f\xba\x64\xe5\x21\xaf\xac\x5b\x91\x2a\xd5\xdc\x93\x68\xae\xa3\x9f\x29\xee\x7f\xb7\xe9\x2d\x32\xd9\x6e\x33\x3c\x87\x8e\x72\x82\x9f\xdb\x99\x4e\x14\x57\x18\x1d\x90\x0b\xcc\xbc\x69\x40\x1e\x44\xea\x57\xaa\x87\x14\xd7\x4b\x79\x50\xd1\xea\x47\x70\x75\x0e\x1d\x4a\x75\x71\xb6\x0a\x1e\xc3\xf5\xc0\xff\x4c\x2d\xf2\xea\xbc\xea\x4e\xa1\x5a\xd1\x2a\x87\x33\xb4\x4f\x98\xe2\x79\x2c\x48\xcc\x2f\x6a\xfe\xc9\xb1\xb3\x36\x5c\xc6\x71\x36\x6f\x6d\xc3\xf3\x82\x81\x77\x07\xfe\x7d\x95\x4a\xda\x4f\x45\x38\xf7\x2e\x83\xf7\xd3\x3e\x32\x00\x4f\x6a\x05\x31\xf2\x4f\xf8\x34\x90\xf7\xf3\xf8\xc1\x54\x3c\xa1\x3e\x69\x76\xc2\x4c\x7c\xba\xdf\x17\x9f\xec\x89\xf9\x4e\xfc\x17\x9f\x16\x52\x45\x9b\xc7\x91\xe5\x58\x0b\x7b\xd2\xdf\x84\x23\xf9\x98\xa7\x13\xbf\xff\xe8\xdd\x33\xe4\x4f\x3c\xec\xa5\x1d\x78\x7a\x18\xde\xe0\xed\x35\xd4\xde\x64\xd6\x87\x3f\xe3\xf2\x37\x0f\x2a\x72\xe4\x31\xe4\x33\x6c\x57\x3c\x81\xf3\x25\x50\xa5\x0e\xf9\x8f\x3e\xd3\xce\xe0\x7d\x8c\xb5\x2e\x0d\xc8\x17\x72\x3b\xdb\x8c\xe3\xbd\xc4\xae\x05\xf7\xd9\x79\xf9\x57\x71\x5d\x9d\x31\x70\x1d\x9f\xc6\xb4\x91\xaa\x1a\xe9\x9e\xbe\x8d\x71\x52\xae\xa0\xfa\x40\x02\x37\x1e\x1a\x50\xff\x9f\xdd\xa3\x76\xa0\x7f\x04\xfe\xa5\xd7\xaf\x47\xe1\x09\xfe\xcd\x81\x49\xc8\x03\x7a\xa3\xb0\x10\x9f\xe8\x4d\xa0\x17\x9e\x70\x07\xe7\x53\x66\xdf\x1b\xbb\x34\x7c\x23\x1c\x94\x3c\x82\x27\xb4\xd7\xcf\xcf\xa0\xed\xaf\x6f\x47\x3e\xc0\xe0\xd8\xe7\xf8\x77\xfa\x25\x3e\xe3\x93\xbd\x98\x4b\x70\x66\xf6\x31\xfd\x93\x7a\x2e\x33\x71\xf1\xfa\x67\x5c\x62\x2b\xca\x91\x9f\xc1\xea\x21\x85\x4c\xab\xc5\xe7\xdf\xe2\x7d\x1a\xf9\x0f\x7e\xef\x1a\x71\x5c\xbd\x7d\x2f\x22\x5f\x64\x8d\x39\xed\x17\xe5\xd2\xde\x86\xff\xca\xa2\xfc\x1b\x78\x9e\x66\xfb\x64\x4d\x6b\xec\xc2\x7c\x98\x50\x77\x0f\xfb\x93\x69\x77\x3d\xc0\xfc\x52\x78\xf8\x04\xeb\x59\x82\x11\x54\xc5\x05\x80\xb2\xdb\x00\xbe\xac\xe3\xc2\xfd\xee\xeb\x68\x25\x8c\xc7\x17\x33\x13\xf4\xf3\xbb\xad\x1d\xe5\xb5\x98\xac\xc1\x15\xe9\x6b\x4d\x10\xf6\x97\xfa\x56\x97\x8c\xf3\xe4\xab\x5e\x21\xae\x8f\x5f\xaf\xd6\x62\x84\xbf\x39\xb7\xf1\xe0\xe7\xfe\x5e\xec\x78\xf9\x2d\xe7\x13\xae\xb7\x1f\x77\x53\x7f\x07\x97\x51\xcb\xea\xc4\xfc\xd2\x15\xc2\xb8\xec\xba\x72\x1c\x4f\x25\xe1\xfa\xa7\x91\x35\x12\xe4\x72\x16\xf3\x36\xb0\xf7\x02\xae\x17\x3e\x3d\x97\xf1\x9c\xec\xa1\xd8\x52\x42\xe7\xc3\x0d\x3c\x0f\x38\x07\xdc\x42\xb6\xde\xc2\x15\xb4\x4f\x96\x75\x14\xc3\x07\x3a\x76\x1f\xf3\xc8\xb8\xa7\x0f\xdf\x33\x74\x8c\x9f\xe3\x7a\xab\x68\xdf\x8f\x6a\x37\xc2\x5e\x83\x09\xd4\xff\x4f\xc6\xd4\xfe\xe2\x81\x14\xc9\x32\x7d\x7f\x7e\xf1\x40\x18\xbd\x13\x57\x86\xe7\xc1\xf6\xc7\xd9\xcd\xe8\xa6\xe4\x68\x50\x5b\xb9\x8b\xda\xf3\xbc\xd4\xde\xc4\x9d\x89\x84\x3e\x76\xa6\x9f\x3f\xa2\xb2\xd7\xcf\x10\xea\x37\x1b\x97\xd7\xcc\xb9\x92\xea\xc4\x90\x7f\xf2\x1f\x98\x1a\x3f\x8b\x7f\x1b\xf6\xfc\x69\xff\xe6\x3d\xfc\xcd\x03\xb1\x2e\x04\xf8\x96\x4a\xef\x31\x7f\x3a\x0d\xb0\x64\x80\xea\xd8\xaf\xf6\xa4\xf8\xe6\x7a\x03\x80\x17\x63\x01\xb6\xf4\x51\xbd\xfa\x88\x1a\x80\x87\xb5\x00\x09\x0a\x00\x0f\xf8\x01\x32\x4b\x28\xee\x77\xc8\x1b\xa0\xfb\x21\x40\xb5\x2f\xd5\xfb\x38\xcf\xdc\xef\xbe\x71\x10\xe0\x3e\x17\x40\xdf\x4a\x80\xfb\xb6\x00\x1f\x7c\x01\xee\x32\xf8\x35\x8b\x7b\xb3\xfc\x87\xf3\x4c\x9d\x9e\xbd\xf7\x7d\x8a\xc1\x39\x58\xfe\x47\x35\x83\xeb\xb1\xf8\xe7\x3f\xfd\x62\xf9\x1f\x2c\x9e\xcf\xe2\xe0\x3a\x7f\xe1\xfc\x7f\xc4\x23\x94\xe1\x81\x1c\x02\x98\x31\x09\xe0\xfb\x77\xaa\x67\xff\xb1\x17\x60\x71\x23\xc0\x40\x14\xe7\x9d\x13\xe0\xf9\x63\x80\x75\xb6\x14\xe7\xdd\xec\x00\xf0\xe8\x06\x40\x78\x3e\xc0\x83\x3b\x00\x71\x29\x00\xf7\x57\x01\x64\x5e\xa3\x78\x5f\x61\x0c\xc5\xb9\x39\x71\xb8\xf7\x05\xe0\x7c\x35\xc0\xdd\x2a\x80\xeb\xa9\xd4\xf6\xdd\x00\x78\x10\x4c\x31\x84\x5b\x63\xe9\xbf\xdd\xc2\xe0\x7b\x2c\xff\xe1\x17\xff\xe3\x2f\xfe\xcb\x7f\xe0\xdf\x91\xbf\xe3\xc0\xfa\x65\xc0\x68\x8b\xfc\xe2\x7d\x54\xfc\x69\x75\x6c\xff\x8c\x0b\xfb\x7b\xa6\x39\x54\xdf\x60\x6a\x25\xc0\xe7\xc3\x00\x36\x95\x00\xef\xc6\x71\xf6\x52\x80\x81\x5e\x00\xce\x39\xe0\xa9\x27\x80\x47\x18\xc0\xa3\xef\x00\x01\x62\x00\x0f\xae\x03\x84\x6e\x03\xb8\x77\x06\x20\xd6\x16\xe0\xee\x58\x80\xf4\x61\x00\xb7\xeb\x01\x8a\xcc\x01\x6e\x8b\xd2\x7b\xff\x5d\xe7\x00\x1a\x85\x00\xba\x6a\x00\x6e\x38\x02\xdc\x11\x06\x78\x9c\x00\x70\xd7\x14\xe0\x6b\xed\x6f\xdc\x9b\xcd\x83\x46\xa6\x5f\xcc\x2f\xfe\xcb\xbf\xf9\xcf\xde\x03\x3f\xf7\x3b\x0e\xac\xff\xbf\xf8\x1f\x0c\xef\x83\xe5\x39\xfc\x6d\x59\x9d\x08\x96\x37\x63\x6c\x40\xef\xf5\x4e\x6a\x03\xf8\x94\x02\x30\xb3\x84\xf6\xb1\xb0\xf3\xa6\x38\x9f\xb3\x2a\xc5\x79\xd6\x0c\x00\xf4\x36\x00\x6c\x8c\x04\xe8\xd6\x01\xd8\xfe\x18\xe0\xce\x33\x80\x58\x1e\x80\x5b\x06\xf4\xce\x75\xc7\x21\x80\xfd\x03\x00\x1d\xca\x00\x15\x05\x14\x07\xe5\x9c\x48\x3a\x62\x00\x3a\x84\x00\x3a\x8e\x02\x3c\xca\xe0\x9c\x0a\x68\xce\xb5\x31\xfc\x20\xb6\x0f\x10\xdb\xff\xe3\x17\xff\xe9\xf2\x5f\xfe\xc7\x32\xfe\x33\xbc\x87\xa2\xde\xdf\x71\x60\xfd\xff\x9b\xff\xc1\xf2\x20\x14\x8e\x32\x9f\x19\xde\x07\xcb\x7b\xf8\x15\x8f\x05\x00\x5f\xb6\x00\x98\xd4\x00\xbc\xad\x05\xb0\x8c\x01\xe8\xd7\x05\x98\x73\x95\xea\x5b\x38\xb9\x51\x5d\x87\x15\xbd\x00\xdd\x4b\x01\x7c\x7e\x70\x76\x2d\xda\x17\xa5\x73\x31\x40\xb4\x0e\xc5\x3d\x39\x71\xb8\x31\x0d\x80\x73\x92\x69\x6f\xa2\xcf\xde\x7e\x1f\xa0\x21\x14\xa0\xdd\x1b\xe0\x7a\x36\xb5\x7d\x5e\x00\xed\x0e\xb4\x8f\x14\x9b\x07\xe7\x18\xec\xbd\x8e\xc9\xdd\xea\x59\x7f\xfa\x5f\xc2\xe4\xc3\xdf\xfc\x87\xfd\x53\x7f\xc7\x81\xf5\x9f\xf5\x9b\xe5\x35\xb0\x3c\x88\xbf\x2d\xfb\x7d\xa5\x0a\x80\xef\x36\x00\x1a\xe7\x28\xde\x3f\x76\x3a\xc0\x9b\xb9\x00\x93\x7c\x00\x9e\x99\x01\xcc\x88\x05\xe8\x1b\x07\x30\x3f\x91\x73\x9a\xa1\xf3\xe3\x4e\x2c\x80\xd7\x7d\x80\x9b\x47\x01\x36\x27\x03\x5c\x7b\x4c\x75\x41\xda\xb9\x00\xf6\x3a\x51\x6e\x5c\xc1\x6e\x80\xab\x7c\x00\x9c\x13\xec\xd5\x20\x80\x46\x57\x8a\x79\x5f\xef\xa7\xb6\xef\x2c\xc5\xc5\xbf\xfa\xff\xe6\xc1\xd4\x6b\xfe\x99\xff\xe5\x0c\x3f\xe4\xc8\x05\xc6\x6f\x66\x6c\x0b\x99\xbe\x4a\xbf\xf8\x0f\x21\xbf\xe3\xa0\xfc\xfd\x4f\x3f\x59\x7d\x0b\xd1\x00\xc6\x32\xdc\x22\x56\xff\x82\xe5\x83\x48\xbf\x07\xf8\xa1\x03\xa0\x5c\x40\x79\x1f\xda\xa1\x00\xaf\x8c\xe8\xfa\xf9\xb8\x0b\x60\x5a\x34\xe5\x73\xcd\x4b\xe2\x9c\x9e\x01\x96\x35\x03\xdc\xfa\x06\xe0\x11\x40\xe7\x75\x20\x27\xaf\x93\x00\x22\xc5\x28\xe7\x85\x73\x2e\xb8\x72\x08\xa0\x60\x2c\xc0\xa5\xc5\x00\x15\x5b\x00\x2e\x19\x02\x34\x58\xd0\x3e\x60\xd7\xf7\xd3\x3e\x38\x4f\xfa\xa9\xc5\x1e\x53\x0c\x7e\xcd\xe2\xff\xec\xf8\x1f\xbe\xf4\xdf\xc7\x9d\xe5\x01\x64\x31\xbd\xbd\xd2\xfd\x7e\xc7\x81\xf5\x9f\xf5\x9b\xd5\xb7\xe0\x66\x34\x68\x58\xdd\x0b\xee\x25\xd4\x0a\xe4\x01\xfc\x7c\x00\x20\xd2\x01\xf0\x69\x02\x80\x74\x04\xc0\x80\x01\x80\xaa\x01\xc0\x93\x3c\x00\xfd\x3d\x00\x9c\x53\xe3\xc4\x53\x80\x6c\x53\xeb\x10\x80\x2e\x11\x80\x45\x12\x00\xd7\xe5\xe8\x3e\x7a\xd5\x1c\x80\xf3\xde\x70\x39\x9b\xea\x49\x5d\x74\xa4\xfd\xd5\x9a\xc3\x01\xf2\xc5\x00\x9a\x86\x01\x94\x3b\x00\x34\x25\x00\x34\x1a\x01\x34\x5c\xa7\xfd\x93\x38\xb9\xf1\x54\x07\xa0\x51\x01\xe0\xfb\x35\x80\x5a\x9b\xbf\xfc\x67\xd6\xbd\x42\x86\xbb\x98\xcf\xe4\x47\x36\x33\xd6\x19\x0c\x6f\x66\x1f\xc3\xff\xd8\x5b\xf2\x3b\x0e\x62\xcc\xfe\xf8\x37\xff\x03\x71\xf0\xbf\xf8\x0e\xff\xe4\x3d\x0c\x77\x06\x78\x6b\x0c\x20\xb4\x17\xe0\xa5\x2d\x80\xec\x24\x80\xbe\x06\x00\x0d\x2f\x80\x6e\x1f\x80\x71\xd5\x00\x9d\xbd\x00\xd3\x1e\xd1\xf9\x6e\x77\x01\xa0\xd5\x03\x60\x79\x1d\xc0\x65\x65\x00\x5f\x4b\x80\x0b\xc2\x00\x3b\x72\x01\xce\x5b\x00\x24\x58\x00\x34\x44\x01\xe4\x39\xd1\xde\x51\x65\x25\x00\x67\x16\x03\x34\xbc\x06\x38\x1d\x42\xd7\xc6\x7a\x43\x80\xa7\x57\x01\x4e\xbd\xa4\xf9\x70\x2c\xe3\xcf\xf1\x3f\xc0\xf0\x00\x7f\xe9\x7e\xbc\xfb\xef\x7e\x27\x31\xfa\x28\x2c\x1f\xe0\x9f\xe3\xfe\x07\xff\xe3\x5f\xfc\xa7\x5c\xe5\xdf\xbc\x87\xfe\x01\x80\x61\x46\x74\x3f\x10\x71\x00\xb8\x7f\x10\x40\x71\x0c\xc0\x6d\x67\xda\x27\xe7\x86\x3a\xc0\xc4\xe5\x00\x57\xa3\x00\x6c\x0e\x02\x5c\x3c\x0e\xb0\xb4\x02\xa0\x49\x94\xf3\xee\x0e\x70\xae\x0e\x60\xbb\x21\xc0\xe9\x8f\x00\x7b\x76\x00\xd4\x15\x03\x64\x77\x03\xd4\x6c\x06\x28\xbd\x03\x70\x72\x26\x00\xe7\x0d\xfe\x78\x2f\xc0\x0d\x5b\x80\xea\x76\x80\x27\x93\x00\xaa\x19\x2d\xa2\xa3\x4c\x2e\x1f\xd0\x63\xc6\x9d\x99\x27\x69\x0c\x7f\x92\xe5\x7d\x24\x30\x5c\xcf\x78\x66\x0d\xdc\xcd\x70\x5e\x77\x6d\xfa\x1d\x87\xff\xc9\x7f\xf8\x2b\x0e\x5f\x86\x51\xfb\x46\x85\x5a\xda\x65\x96\xae\x03\x5c\x3c\x00\xb7\x4f\x02\x48\x04\xd3\xfd\x4e\x2d\x19\xa0\x35\x86\x9e\x33\x9a\x3b\xa8\xae\x54\x43\x2f\xc0\xc2\x1d\x00\x67\x24\x01\xdc\x8d\x00\xea\x74\x01\xb6\x98\x02\x9c\xe8\x02\xd8\xdd\x0f\x50\x6d\x01\x90\x15\x0e\x50\x79\x0d\xa0\xe4\x01\xed\xf3\x75\x76\x26\x40\x99\x1c\xc0\xf5\x3a\x80\x52\x29\x80\x27\x4d\x00\x47\xf3\x00\x7e\x00\xc0\x01\x86\x2f\x99\xc5\xe8\xac\xa5\x30\x3a\x39\x89\xcc\x7c\x61\xf9\x2e\xbb\xaf\x51\xcb\xf2\x3e\xc2\x19\x1e\xea\x8e\xcf\xff\x88\xc3\xff\xc1\xff\xaf\x0c\xff\xe3\x8d\x3a\xb5\xec\xed\x09\xda\x75\x17\xe0\x6e\x01\xb5\x37\x98\xf9\xc5\x59\xd7\xa5\xa7\x03\x34\x17\x00\x68\xb6\x01\x34\x98\x03\x98\x5b\x01\xd4\x73\x83\xd8\x3c\x0b\x80\x13\x17\x87\xc9\xae\xb0\x06\x38\xb6\x9b\x4b\x3e\x60\x3d\x40\xd9\x4d\x6e\xdf\x28\x01\x80\xa3\xa9\x3c\x06\xe9\x3f\x00\x8a\x8b\x78\x2a\x8f\x94\x00\x1c\x1c\xc5\xf3\xac\xbe\x0f\xa0\x70\x0a\x4f\x5a\xbb\x01\xc0\xfe\xe3\x3c\xe6\x8f\x5e\x01\x14\xac\xe2\x3e\xfc\xe5\x2d\x40\xe6\x36\x5e\xec\xbb\x9c\x9c\xc8\x8d\x7d\x90\xe2\x5c\xb9\xf0\x1e\x52\xb4\xe8\x70\xec\x97\x14\x39\x74\x38\xd6\x9f\x42\xfa\x87\x4c\xe4\xd8\xe0\xb2\xa1\xd8\xf9\x72\x3b\xcf\x10\xac\x5f\x6e\x5e\x03\x35\xff\x97\x38\x7c\xdd\xcb\xf8\x1f\xc8\x8c\x7f\x26\xb5\xbd\x1f\xa9\xbd\xc3\xf0\x60\x6e\x58\x53\xdb\x12\x0c\x58\xf7\x3d\xaf\xce\xe5\x29\xb8\x0e\xe0\x54\xc7\x08\x59\x15\x3f\x80\xe3\xee\xc2\x9a\xe3\x2f\x02\x94\x6f\x10\xfb\x3a\x3b\x09\xe0\x48\x84\xe4\x52\xe7\x31\x00\x07\x17\x8e\x54\xf1\x75\x06\xd8\x7f\x44\x7a\x53\x78\x09\x40\xde\x22\x99\xf9\xa9\x73\x00\xb2\x2f\xcb\xb8\x1e\xe2\x9c\xb5\xc7\x4b\xb7\xd6\x9a\x02\xa4\x4f\x93\x1e\xdd\x52\x0f\xb0\xaf\x78\xe4\xcb\xfb\x1d\x00\xa9\x32\x23\x9d\x3e\x8c\x01\x48\xdc\x28\x85\x3a\xbc\xbb\xf5\x25\xb0\xce\x10\xf1\x51\x02\xfd\xdc\xa1\x2c\x7e\x96\x63\x83\x46\x89\x60\x3d\x76\xf3\x29\x11\xd4\xd1\xf1\xf7\x15\xc6\x78\xf8\x15\x0b\x22\x1f\xc6\x37\x8a\xaf\xf4\x7f\xc5\xe1\x07\xe3\xf7\x1b\x26\x0f\x9e\x67\x33\xfe\x6f\xa2\x6f\x87\x5d\x15\xbc\x58\x1d\x6a\xab\x12\xc6\xae\xd2\xcd\x03\xe2\xf8\xd6\x7c\xd6\x99\xf6\xcb\x39\xde\x2f\xfd\x84\x6b\x24\x40\x99\xbb\x42\xb6\x4c\x32\x3c\x38\xf8\x42\xb1\x47\x27\x67\xf8\xba\xfc\x43\xca\x81\x53\x56\x71\xaf\xc9\xfc\xac\x32\x6f\x01\x17\xaf\xc3\x3e\x21\x95\x50\x77\x1d\x7e\x48\x3a\xaf\xb2\x64\xeb\xb5\x11\x61\x71\xed\xca\xdf\xf7\x74\x09\xec\x8f\x79\xa1\xbc\x3c\x2f\x5c\x70\x4e\xb4\x86\xd2\xbb\x63\xdc\x82\x15\xbb\xe6\x2a\xad\x69\xfa\x2c\xb8\x33\x72\x97\x92\xe8\x6d\x19\x81\x57\x11\x8e\x4a\x96\xfd\xad\x02\x62\xa1\x35\x4a\xb5\x84\xf0\x17\x6d\xf3\x54\x4a\x26\x84\x6f\x20\x50\x4d\xf1\x13\x21\xbc\x83\x1b\x3e\x29\x46\x11\xc2\x6b\xb2\x3e\x5d\x41\x87\x10\xee\x4e\xaf\xf9\xf2\x49\x84\x70\x6b\x7a\x9e\x97\x1f\x4a\x08\x57\xa2\xfb\x16\x79\x13\x42\xb8\xa2\x56\xab\xc8\xc9\x11\x32\x7c\xf9\xdf\xfe\xff\x8c\xfd\xd3\xff\x17\x85\x43\xf1\xf6\x64\x8f\x81\x10\xe2\xbc\x37\xf5\x46\xa2\x0e\x6b\xab\x87\x12\xbe\x77\x37\x2d\x55\x41\xbf\xeb\xa2\x35\xb0\xfa\x51\xb9\x4b\x0b\xdf\x96\x8b\xdb\x74\x51\x17\xa3\x40\xd2\xc0\x47\x34\x14\x20\xbd\x56\xbf\x4b\x2d\x90\x7b\x58\x92\x92\xfe\x2e\xe3\xf7\xfc\xaf\x63\x97\xe9\xa7\xdb\xcc\x15\x5c\xbf\xf3\xa2\x7e\x90\xcb\x5b\xe1\x2b\xa1\xb5\x7a\xdd\x7e\x85\xa2\x6d\xdb\x95\xf5\x6c\x76\x06\x8a\xe7\x6d\x39\xac\x3b\x39\xbd\x45\xa2\x3e\x30\x53\x67\xc9\xd1\x62\xc9\xe5\xfe\xae\xda\x69\x67\x2e\x49\x26\xfa\xed\xd5\x16\xbd\xa1\x29\x69\xb0\xc1\x4d\xeb\xf3\xd3\x0c\x89\xc9\xbe\x77\xb5\x23\x7e\x9e\x15\x5b\xbb\xee\xb4\x56\x29\x21\x22\x79\xee\x2a\x63\x2e\x11\x22\xb4\x65\x95\xdc\x18\x1b\x42\x04\x8b\xdd\x1c\x47\xfb\x11\x22\xc0\xb3\x7c\xcc\xe8\x39\x84\x8c\x68\x72\xf1\x18\x35\x9e\x10\xfe\x09\xcb\x8c\x54\x93\x09\xe1\x7d\xef\xf4\x5a\xe5\x22\x21\xbc\xaa\x7f\xf3\x7f\x7e\x8d\xbf\x22\x1f\xd6\x4d\xba\xdb\x24\xb0\x5c\x7a\x6b\x02\xad\x92\x5c\xce\xd6\xc4\x3a\x4a\x83\x80\x11\xde\xcb\xac\x69\x30\xc6\xfa\x4b\xd9\x6a\x53\x8c\x60\x91\x39\xe5\x85\x64\x6f\x98\x8c\xb8\xcd\x5e\xd1\x29\x5f\x79\x0a\x00\x62\x23\xa7\x79\xca\xdb\x0d\x2b\x0d\x0f\x9e\xe2\xab\xaf\xc9\xff\x78\x9b\xd5\xe4\xbb\xd3\xc6\x8b\xfc\x0c\x30\x9d\x3c\xc1\xf1\x90\x78\x9f\xef\x50\xf3\xaf\x9e\x2f\xa4\x16\xae\x33\x9b\xf8\x78\xc7\x14\xe9\xdd\xee\xa2\x66\x8f\x93\x87\xc9\x4e\x59\x59\x6f\x5a\x51\x64\x23\x37\xde\x6d\x8c\xc9\x91\x9a\x36\xb9\x42\x57\x25\x13\xbe\xd6\x99\x72\xbb\x9c\x5f\x4c\xb8\xd9\xbb\x50\xf6\xba\xb3\x9f\xc9\x88\x4f\x09\x32\xfc\x4b\xa3\x27\x4c\x21\x44\xaa\xdc\x49\x6e\x5c\x3c\x21\xe2\x9d\x7f\xf3\x3c\x1c\x64\xf5\x3f\x11\x22\x1c\x61\xd7\xae\x97\x4d\x88\x50\x80\xed\x19\xbd\x0c\x42\x84\xc4\xe6\x1c\xd0\xae\x24\x44\x40\x8a\xf5\xff\x03\x2f\xe0\x73\x3f\x6f\x14\xc4\xea\xdf\xdd\x2a\xda\x1f\xe4\x06\xd1\xc0\xba\x49\x73\xc9\x58\xc4\xb5\xce\x96\x53\x7d\x8c\xaa\xf2\xa9\x58\xbf\x3d\x5a\x6e\x85\x3b\x48\xa1\xd7\x2c\xac\x2a\x66\x16\x51\xf5\xe9\x44\x1b\xca\x93\x88\x6c\xb2\xc7\x3e\xe7\xc1\x6f\xe7\xd7\x49\x2a\x01\x04\x18\xd8\x27\x68\x78\xf2\x86\x78\x4d\x98\x17\x3e\x91\x57\x38\x71\xa5\xcf\xdc\x95\xb6\xd6\x52\xe1\xce\xfb\xe6\xf0\xae\xe8\x93\xf1\x71\x0a\xb3\xee\xdc\xd4\x26\x6f\x32\xbf\x69\xb6\x6d\xec\x48\xc5\x11\x76\x0a\x33\x1f\xe5\x0e\x2a\x2d\x98\xab\x37\xe3\xc6\xb1\xa3\xca\x32\x36\xa6\x56\x83\xcd\x73\x95\xc7\xce\xfe\x66\x65\x76\x37\x45\xc9\x63\x76\xbe\xd5\xf8\x37\xa3\x15\xae\xcf\x16\xb6\xe2\x25\x44\x6e\xd1\x0c\x89\x69\xbb\x08\x91\xde\x66\xd9\x32\x45\x8b\x10\xa9\x31\x96\x2a\x93\x4a\x08\x91\x70\x9b\xf6\xde\x5c\x8a\x10\xf1\x65\x53\x89\x99\x0c\x21\xa2\x83\x53\xe7\x9b\xf4\x13\x22\x2a\x67\x71\x7c\xc2\x02\x42\x84\x6f\x7f\xce\x1f\x82\x3b\xe0\xf3\x2b\x52\x58\xed\xec\x0e\x57\x46\xfd\xfa\xeb\xe1\xfa\x58\x25\x6c\xae\x9f\x88\xd5\x9f\x7a\x45\xca\xfb\xa9\x76\x9b\x8d\xf6\x08\xb1\x45\x54\xa5\x20\xd2\x01\xef\x33\xa7\xfb\x39\x62\x5e\x24\xaa\x2c\xc1\x78\x45\xfa\x39\xe3\xed\xc3\x2d\x6e\xae\xb8\x6e\xfa\xe8\xbb\xf5\xf0\x07\x02\xac\xf9\xea\xe6\xa7\x14\xcf\xe5\xe6\x1c\xea\x5a\x31\xb6\x41\xe0\xc2\x02\x47\xe7\x86\x99\xfb\xc4\x6f\xcd\x9d\xb3\xf4\xe3\xb2\x8d\xd2\xca\xb3\xec\x96\x4a\xfb\x89\xc8\x7c\x9e\x2e\xbb\x44\x6f\x97\xa6\xdc\xec\x29\x39\x8b\x6d\x33\xeb\xe4\x05\x27\x3d\x74\x1a\x57\xd6\x24\x6f\x6c\xae\xb1\x68\x41\x63\x97\xbc\xf2\x44\x2e\xc7\xf2\xce\x1f\x72\xee\x66\x21\x8e\xae\xfd\x86\x32\x77\xcd\x0e\x2f\x3c\x47\xc8\xc8\x6d\x26\x3f\x1c\x3c\x09\x91\x5c\x62\x72\x77\x9e\x00\xc7\xff\x09\xeb\x6c\x2e\x12\x22\x96\x6f\xfc\x7d\xb6\x12\x21\xa2\x75\xe3\xc9\x8c\x5b\x9c\xf9\x33\xfe\xbd\xe5\x57\x42\x84\x3f\x8d\xbb\x36\xf5\x1b\x21\x42\x2f\x9f\xe5\x4a\x61\xf5\xb3\xbb\x5b\x1d\x71\x9b\x6b\x8a\x34\xcf\x9b\x9d\x69\xd5\x98\xe5\xff\x54\x0c\xce\xa3\xf8\x37\x71\xc4\x7a\x7b\x81\x21\xc5\x87\xd3\x56\xbb\x22\x3e\x1e\xef\xb3\x02\xeb\xb4\x91\x8d\xee\xb8\x7e\x6c\x65\x74\x33\xbc\x19\x75\x76\x57\x29\x1f\x54\xa7\x5f\x7c\x69\x83\x83\xb4\x11\x80\x6d\xc3\xfa\x73\x3a\x63\xf9\xe2\xad\xd4\xbd\xee\x4d\x39\x27\x32\xdb\x42\xd5\x4b\x6a\x91\xa4\xd8\x4d\xb3\x51\xeb\xb6\x79\x2f\x96\xd0\x33\x1e\xe5\x59\x1b\x3e\x4a\xd2\xc8\xe8\xb9\xc7\xc5\x34\x23\xc9\x93\x06\x9e\x6b\xb3\x8e\xc6\x49\x36\xe9\x95\xbb\xd7\x9d\x6d\x93\x8c\xd2\x4d\x73\x9f\xd5\xd1\x2b\xf1\x58\x57\x66\xcd\xd9\x17\xc3\xc5\xf7\xe9\xda\xad\xf1\x22\x44\xd4\x4f\x27\xc5\x6d\x07\x21\x22\x3c\x3a\x51\xce\x17\x08\x11\x76\xd4\xbe\xb3\xc4\x8a\x10\xa1\x39\x5a\x77\x17\x7d\x21\x44\x70\x8e\xd6\x13\x47\x61\x42\x04\xb9\x35\x67\x3b\x34\x10\x32\x22\x55\xcb\x71\xde\x42\x42\x46\x1c\xbe\x6f\xab\x8d\xf3\xfe\x86\x8e\x09\xfa\xd7\xfc\x75\x3a\xea\x1e\xd5\x67\xd1\x7e\x50\xbf\xf8\x3f\xd7\xa9\x6a\x70\xbe\xbd\x1b\xe2\x35\xfb\xaa\x56\xe1\x3a\x99\xb0\xd7\x73\x14\xf5\xdf\x1b\xab\xcb\x5b\x5f\xf9\x62\x75\x75\x83\x2e\xc5\x4d\x57\x3e\xdd\x84\x55\xe4\x05\x99\xdb\x50\xbf\x7b\xb6\xc8\xf6\x07\x82\x13\x01\x2c\xee\x05\xdd\x54\x0b\xe1\x7a\x6e\xec\xbd\x6d\xbe\x69\xe9\x88\xd7\x86\xe3\xb7\x29\xdb\xfb\x0a\x5a\xe9\xb4\x6f\x6d\x5c\xeb\x28\x34\x4e\xd3\x78\xcb\xe7\xe0\x1e\xa1\xc6\xd1\x06\x5b\x36\xef\x4d\x11\x7a\x30\x4a\x6c\x73\x64\xf1\x68\xa1\x1a\xd5\xc0\x4d\x29\xf5\x85\x42\x26\x2a\xdb\x02\xdf\x5f\x17\x14\x0c\x55\xfe\x19\xe8\xf2\x54\x59\x60\xb9\xca\xd4\x40\xad\x9f\xfe\xfc\xad\x2a\x81\xbe\xd7\x08\xe1\x37\x51\x7e\xbb\xee\x15\x21\x7c\x8b\x95\x06\xd7\x1e\x27\x84\xd7\x41\x65\xc1\x6a\x57\x42\x78\xbf\x28\xd7\xad\x90\x24\x84\x77\xaa\xf2\x5e\x97\x70\x42\x78\x6e\x28\xaf\x5f\x96\x44\x08\xcf\x9e\x0e\x27\x73\xac\x2b\x5f\x52\xa4\x7d\xa1\xea\xa3\xed\xf7\xe0\xba\xff\x74\x31\xa2\x44\x87\x6f\x2f\x47\x1d\xa0\x82\xb1\xee\x88\xa6\xa6\x3d\xa2\xfc\x9f\x84\x41\x5f\xe4\xcd\x45\x33\xfe\x06\x9b\x6c\xc6\xea\xea\x46\xee\x6d\xb8\xbe\xb8\xaf\x0b\x46\x3c\x78\x89\x6c\x18\x9e\xbc\x6c\x24\x29\xfa\x60\xfc\x6a\xb7\xc9\x10\x49\x00\x83\x8e\xdd\xb3\x65\x0f\x0e\x79\xa6\xd1\x18\xbd\xde\x68\x09\xf7\xa0\xda\xc2\x68\x27\x9b\x28\x9e\x48\xa5\xd2\xa8\x2f\x2b\xbd\x78\xd2\x15\x78\xa3\x76\x6d\xbd\xc1\xb3\x4e\xf6\x67\x94\x70\x22\x37\xf7\x29\x99\x9c\x5d\x09\x45\x73\xb8\x72\xa5\xdf\xed\xfc\x5c\xa7\x33\x7c\x82\xf4\xc0\x4e\xab\xb6\x67\xc3\x24\x65\x7e\xee\xf4\x78\x2c\x03\x20\x5d\x19\xe9\xf1\xad\x03\x60\x64\x4a\x48\x26\x67\xef\x93\xdc\xba\x15\xf1\x7c\xb1\xc5\x81\x2d\x68\x2b\x37\xd6\x73\xac\x88\x8e\x2f\xea\x44\x88\xf2\x78\xe1\xfd\x6e\xa1\x9c\xb5\x88\xff\x5e\xd6\xb7\x46\xde\xca\xe9\x54\x3a\xee\xc7\x88\x33\xee\x8f\x47\x1c\x57\x61\x42\xef\x7f\xe9\x89\xdf\xcf\x48\xda\x80\x79\x9e\x14\x12\x80\x75\xfd\x68\xc5\xad\xe8\x57\x08\x50\x9c\x38\x70\x68\x28\x56\x8b\x3d\x0b\x22\xd1\x6f\xd7\x29\xd1\x08\x4f\x39\x4c\xa2\x7c\x81\x69\x5b\x13\x30\xce\xba\x66\x7b\x11\x4f\x56\x16\x4f\xcd\x15\x11\x02\x90\xf9\x90\x7a\x45\x6b\xee\x10\x97\x91\x3b\xf7\x29\x58\xed\x03\x90\x80\xd4\x46\x17\x5d\x00\x51\xc5\xd4\xd0\x80\x97\x00\xc2\x8a\x29\x97\x63\xef\x00\x08\xac\x48\x51\xcf\xef\x00\xe0\xdf\xbe\xd7\xe2\xf8\x5a\x00\x3e\x85\x64\xe1\x2b\x73\x01\x78\x62\x92\x2c\x1f\xe8\x02\x70\x9b\x24\xa6\x7f\x1c\x0b\x30\x7c\xf7\x9e\x30\x7c\x57\x0c\xde\x85\xbc\xe3\x21\x89\x61\x14\xef\xbf\x13\xc2\x85\xf6\x44\x10\xc5\xf7\x96\x6e\xa6\xb8\xbf\xa5\x3f\xea\xf1\xb1\xfe\x57\x7b\xb8\xd1\xf5\xbf\xca\x03\xfb\x37\x14\xf4\xfa\xe2\xb8\x67\xbe\x0e\xc0\x7c\x4f\x26\x5b\x71\x1f\x8d\x2e\xa0\x7e\x87\x0e\x0d\xc3\xfd\x74\x73\xfb\x4e\xac\x8a\xaf\x37\xa0\xdd\xe6\x57\x26\xc5\x21\xfa\xea\x64\x9b\x88\x7f\x67\x0e\xd0\xfe\x39\x66\x12\xe9\x88\x77\x8c\xd6\xcd\x46\x7e\xa6\xc0\x8f\xfc\x4f\x43\xd5\x00\x78\x1f\x15\xa8\x2b\xde\x03\x18\xfe\xbd\x40\xd3\x6c\x3e\xc0\x90\xf2\x02\xde\x05\xd8\x91\x28\xbf\xd3\x1b\xf1\x99\x7c\xe5\x48\x1c\x99\xbc\xed\x59\xb8\x12\xe5\xda\x52\xdc\x3f\x67\xd8\x05\x44\xa0\xb3\x15\xe9\xcd\xe9\xac\xa6\x37\xf8\x0e\x98\xc1\x9c\x85\x92\x99\x7b\xbc\xf1\xcc\x7d\xff\x18\x06\xcf\x8b\x62\xf0\xde\xf0\x18\x6a\x43\x1c\x39\xf6\xf8\xf3\x95\x78\x2e\x2c\x5d\x41\x79\x5f\x45\xfe\x14\x4d\xcc\x66\xc6\x3b\x99\x50\xbf\x63\x0e\x86\xa1\x5e\x41\xb8\xed\x4e\xdc\x4f\xb6\x26\xc7\x20\xaa\xb0\x21\x2b\x0e\x9f\xc2\x43\x31\x19\xe7\x83\x73\x5b\x2a\xe6\x81\xfd\x26\xca\x13\xb0\x8c\xa7\x7c\x18\xa3\x76\x84\x35\x40\x31\xa7\x10\x79\x37\x5c\xf3\x0f\x33\xb8\xf7\x11\x22\x83\x3b\xec\x51\x71\x63\x6e\xfc\xec\x60\x8f\xb8\xf7\xe1\x7e\x4f\x3c\x91\x1d\x9e\x4b\x3b\x53\x15\xdb\xa5\x21\x32\x76\xe8\x4a\x09\x66\xd6\x21\xde\x06\xe4\x43\x14\xc5\xdc\x4a\xa5\x4f\xfe\x12\x57\xb8\xc2\x49\xd4\x3f\x96\x17\x93\xc1\xe0\x98\xa9\xda\xd4\x26\x31\xb8\xde\x1e\x86\x0f\xb3\x7b\x28\x41\xfd\x07\x7a\x7b\xfa\xa0\xe5\x26\xc4\x67\xb3\x03\x82\x10\xbf\xdc\x67\x42\x75\x80\xe2\x8d\x76\x61\x9e\x47\xba\xc7\x08\x72\x6c\xd0\xf1\x78\xc4\xbd\x03\x3c\x92\x31\x0e\xde\x8d\xfb\xb0\x9f\xde\x8a\xde\x4c\xfc\xb9\x45\x49\x94\x0f\x33\xc7\x28\x1f\xd7\x87\x49\x17\x0b\x51\x8f\x4e\xdf\xec\x30\xbe\x99\xc9\x58\x96\xae\xa0\xfe\x1f\x5b\x48\x6d\x95\x1d\x65\x68\x1f\x23\x54\x07\xe3\x98\xbe\x2d\xde\x94\xaf\xfc\x41\x19\x89\xc7\xe4\xb7\xe3\x3d\xfe\x63\xf3\xf6\x22\x93\xa4\x32\xa4\x18\xff\x42\x85\x5a\x3d\x9e\x74\xcb\xbd\xaf\xe3\x99\xbf\x2c\xf9\x09\xee\x6c\x65\x13\x7e\xe0\x48\x14\xc7\x51\x3f\x0f\x30\xfd\x2f\xf2\x99\xfb\xdd\xd9\x0c\x0f\x22\x9d\x9f\xfc\x83\x37\x54\x5c\xb3\x15\xf7\x7f\x56\x07\x69\x5f\x12\xe5\x7d\xc5\x27\x51\x9e\x5b\xb4\x62\xc2\x72\xba\x0e\x24\xe1\xf7\x37\x55\xa5\xe2\x7a\xe8\x53\x94\x89\xf7\xb7\xdd\x47\x53\x3e\xcc\xb2\xee\x02\x3c\x97\x3a\x7c\xa7\x7d\x83\x58\x5d\x1c\x93\x73\x25\x78\x0e\x19\xe3\x5d\x89\xe7\x0a\x89\xa7\xd5\x94\x07\x02\xb5\x0c\xde\x5b\xaf\x28\x85\x3b\xf5\x29\x5f\x43\x44\xfa\x4e\x79\xd3\x93\x58\x5d\x1d\xe5\x3f\xd4\x35\xd2\x4e\x6d\x75\x3f\xe8\x0a\x53\x37\xbb\x10\x77\xe0\x5a\xf3\x1a\x44\x48\x6b\x02\x5a\x50\xf7\xa0\x46\xf4\x21\xf2\x41\x4e\xea\x7c\x40\x05\x83\x2a\x46\xd7\xa0\x8c\x99\x17\x47\x0e\x52\x7b\xb0\x80\xda\xfd\x49\xff\xcc\x9b\xbc\xf2\x50\x9c\x0f\xe9\xa2\xbb\x30\xba\x89\x1f\xf6\x20\x2f\x2c\xfa\x6c\x92\x2e\x20\x1f\x94\xf6\x03\xdb\xba\x27\x03\xfd\xf2\x0b\xca\xc5\x7d\xd5\xd3\x90\xf2\x03\x96\x5f\x2d\xc4\xb8\x39\x39\x50\x1e\xd0\xdc\x4b\xa5\x98\x17\x53\xed\xcb\x70\x34\xc7\x7b\x50\x7e\x84\x9a\xe1\x49\x44\x2d\x45\xbc\xeb\x19\x7c\x93\xaa\x58\x00\x9c\x4f\xa6\xba\x28\xe7\x85\xf5\x31\xcf\xcf\x5b\x52\x05\xbb\xc6\x24\x57\xdc\xd1\x1b\x9f\x52\x3c\xaf\xa1\x97\xae\xb8\x8d\xff\x1f\x63\x5f\x1e\x57\xe3\xda\xbd\x7f\x35\x4f\x94\x92\x21\x43\x64\x16\x51\x99\x89\xcc\x73\x83\x90\x0c\xa5\x41\x88\x52\xc8\x9c\x06\x19\x4b\xa8\x14\xa2\x28\x43\x42\xa9\x84\x26\xcd\xa1\xa8\xcc\x43\xc7\x94\x99\x64\x38\xe6\x73\x38\xcf\xef\xf3\xac\xf5\x6c\xa9\xf7\xbc\xef\xef\xfb\xc7\xf9\xac\xb3\xb7\xdd\xde\xcf\xba\x87\x75\xdf\xf7\xba\xae\xfb\x5a\x59\xb1\x84\x7f\x17\x46\xb2\x22\x47\x41\x15\xdf\x48\x2f\x30\xbe\x4f\x15\x5d\xf2\x9d\xde\xd3\x3d\xf8\x1c\x69\x5e\x64\xec\x65\x2b\xe3\x0b\xfd\xd2\x8b\xf9\xc1\xf6\x28\xdd\xd3\xd8\x1b\xc3\xfd\x1e\xb6\x78\x07\xf1\xf9\xb6\x9a\x46\x92\xda\xc8\x86\x8e\x51\x87\x40\xb8\x37\xd7\x0b\x92\xf1\x80\x16\x19\xb3\xdf\x73\x2e\x33\x3f\x62\xd6\xbd\x44\xc2\x89\xa7\xa4\x48\xba\x38\x3e\xa7\x89\x1f\x30\x78\x49\x3a\xe9\x45\x19\x5f\x63\xbf\xdb\x1e\xcb\xa5\xf1\xa0\x35\x90\xf5\x42\x80\x52\x49\x0f\xe4\xb2\x6d\x63\x8a\x14\x97\x4d\x7b\x10\xa2\x7a\x39\x79\x54\x21\xdb\x59\x84\x2c\x5f\x12\x96\x50\xa4\xb9\x64\xc9\xcc\x9d\x4b\x02\x47\x9c\x4b\x86\x29\xc4\xab\x2a\xfd\xc9\xca\x04\x25\xfa\xb7\x98\x01\x59\x51\x4d\xbc\xaa\x0b\x7f\xfd\xa0\xf1\x53\x38\x8c\xfd\x95\xb5\x8b\x8c\x2f\x24\xd3\xd1\x61\x5e\x4c\x84\x6d\x38\x11\xca\x43\x96\xec\xa2\xde\xd8\x34\x3a\x9a\x4e\xdc\x7e\x36\x5c\x5d\x62\xb5\xd1\x11\x3a\x77\x2c\xee\x96\x40\x71\x72\x81\x3f\xf3\x80\x9c\x83\x52\x48\x6f\xcd\xee\x63\x1a\x8d\x9b\x49\xcb\x32\x68\x1d\x18\x3d\x38\x9b\x78\x76\x03\xdf\xe6\x52\xfb\x19\xad\x64\x5e\x48\xeb\x1a\x66\x6b\x68\xb4\xba\xdc\x99\xfd\xbf\xba\x8f\xed\xb5\x67\x8d\x69\x66\x5d\xe3\x00\x8b\x1b\xbe\x5c\xd1\xf4\x86\xcb\x74\x62\x28\xde\xf8\xe1\x49\x2b\xf8\xf5\x43\xeb\x5f\x91\x35\xdc\x43\xfe\xdf\x50\x48\xa4\xf9\x71\x3d\x20\x8f\xf8\x52\xd7\x4c\xaf\xd3\x8a\x76\xad\xed\x73\xba\xdf\x5f\xf1\xf1\x0b\xfd\x62\x19\x61\x8f\x40\x49\x57\xf6\xbb\x48\xaa\x9f\x94\x57\xc4\x36\xeb\x08\xe5\xeb\x06\xec\xc9\x21\xff\xa3\x63\x08\xe7\x0f\xf0\x62\x1e\xd0\x1a\x2d\xee\x6f\xef\x9b\x27\xa8\xdf\xdc\xcb\x53\xa8\x1f\x5d\x0b\x79\x9c\xdb\xeb\xa7\x53\xe6\x65\xea\xb9\x2c\x62\x75\x4d\xd4\xe4\x3a\x59\x23\xc2\x78\xbc\xf7\x0b\xbb\x40\xfb\xeb\x6e\x56\x5c\x2f\xaa\x95\x75\x39\x7d\x8f\x7a\x97\x6b\x52\x06\xe7\x8e\x3c\xdb\x3f\xb2\x1a\x91\x72\x42\x65\x06\x9f\x64\xef\xb9\x33\xc3\xf9\x5e\x35\x9f\x58\xee\xeb\xbb\xf3\xeb\x1f\xeb\x34\xf9\xf3\x3c\x53\xff\x88\x49\x20\x05\x8f\x3f\xe2\xb2\x89\x2f\x55\x99\x59\x4e\x27\x9a\xca\x61\x55\xa4\x1c\x7a\x67\xcb\x9f\xf4\xfe\x4d\xbf\xbf\xe9\x49\x64\x75\xa5\x64\xf5\x93\x4a\xa4\x4a\x1c\xc5\xc4\xb3\x0c\x16\xe2\xa8\x1b\xd6\xdb\xc4\x53\xab\xad\xdd\x79\x82\x58\x8c\xcb\xab\x92\x69\x76\x7a\x9d\x4d\x23\xde\xb1\x5b\x45\x06\xad\x6a\xce\xc6\x99\xd4\x8f\x33\xa7\xf2\x38\xb7\xd9\x5e\x40\xe7\xb4\xf1\x9b\xcf\x4b\x3a\x20\x25\xf4\x7d\xbd\x51\x46\x7c\x80\x2e\x4d\xae\x52\x6f\xb5\xec\xc8\xfa\x38\xea\xdb\xef\x06\xb3\xff\x0f\xa5\x9b\x4d\x4f\x9e\x68\xd2\xbf\x3c\x09\xeb\x40\x3b\x90\x27\x1b\x07\xd3\x09\xee\x69\xf8\x64\x7a\xa2\xa7\x5d\x99\xe1\xf9\xb4\x92\x57\xf0\x27\x6e\xac\x58\xf7\xe4\x24\x33\x78\x1e\x57\x9d\xa1\x76\x79\x32\xbb\x94\x7a\xe2\x71\xd2\x3d\x1a\x99\x0f\x8f\x72\xee\xf4\x61\x3c\x6b\x09\xcb\x74\x62\x6e\x4b\x71\xf3\xda\x3f\x6c\xb9\x4e\x90\x8c\x07\xe5\x5f\x78\x92\xe2\xfc\x6a\xb3\x54\x8a\x17\x4b\x13\xb8\x0e\xde\xc2\x84\x4c\xfa\xd5\xb9\x6f\x73\x68\x15\x77\xf8\x59\x40\xab\xfd\x0c\xa7\x8b\xc4\x27\xb3\x1e\xc1\x51\x6a\xac\x43\x19\xeb\x80\xe8\x5f\xa5\xef\x33\xa9\x61\x3e\x50\x67\xf3\x3b\xa4\x86\xd5\x7c\xdd\x3d\x8a\xfe\x2a\xd9\x8f\xa4\x9b\x5e\x2f\xa4\xf5\xe2\xcd\x6d\x75\x7a\xa7\x66\x7e\x3b\x5a\x99\xdf\x24\xb3\xc2\x6b\x4d\x23\x2b\x9a\x1f\x35\xbd\xe7\x90\xbf\x6f\x97\xae\xa6\x13\x7c\xf5\xdf\x1c\xc9\x6b\xe6\x73\x3d\xad\x37\x72\xa9\x14\x17\x6b\x52\x2f\xd0\x8c\xae\xbe\x7c\x9b\xda\xef\x8d\x6f\x35\xf3\x1b\x2a\xbe\xd2\xdf\x3d\xff\x20\x10\xcf\xac\x4a\xaa\x13\x24\xd3\x89\xe1\x76\x59\xf7\x3e\x85\xce\x95\x3e\xc5\xcc\xef\x5c\xfe\x3e\x83\xe2\x82\x97\x07\x8f\x73\xb7\x0f\xf9\x74\xae\x72\xf9\x54\x57\x17\xc8\xb6\x5d\x19\xe5\x1d\x2c\xab\x58\x17\x68\x64\x31\xfb\x3d\x60\xc9\x2d\xba\x98\x64\xec\x71\x97\xf6\x19\x9d\xbe\x3c\xa2\x7c\x4d\xf3\xf7\x4f\x89\x57\xa3\xda\xea\xe5\x39\xf6\xff\xad\xb4\x5e\x7c\xe9\xae\x4c\x15\x71\xbf\x86\xf1\xcd\x9f\x2f\xb7\xfa\x50\x7f\x7e\xd3\x9d\x40\xb9\xd0\xef\x87\x66\x53\xdc\xfb\x3e\x8c\x95\x1e\xbf\x04\xb3\xe2\xd9\xb7\x16\x5c\xe9\xef\xdb\x10\x5e\x99\xbe\x9c\xe3\x0a\x6e\xdf\x3e\xdd\xa2\x1d\xee\x57\xd5\x67\xf4\xf7\x9f\x92\x3f\x53\x66\xec\xa3\x54\x89\xe6\x97\x1e\x4a\x09\xdb\xaa\x63\x42\x3d\xfe\xc3\x2f\xfe\x87\x84\xfb\xff\xd2\xbf\xb0\x97\xde\x1f\x5a\xf7\xf3\x03\x47\xfd\x86\xf7\x5f\x02\xc6\xe4\x01\x1f\x5b\x03\x96\x95\x40\xf5\x29\x60\x9a\x0a\xf0\xc2\x00\x70\x3c\x02\x3c\x7e\x0f\x2c\x1c\x01\x3c\x78\x08\x78\x1f\x64\x1d\x0f\xbf\x32\xa0\xd2\x00\x08\x0a\x03\x6e\xaa\x02\xe1\xfb\x19\xef\x8c\x7e\x06\x5c\xcf\x02\x4e\x24\x03\xe2\xe8\x4a\xb7\x67\xcc\xff\xa2\x01\x70\xd3\x0b\xb8\xab\x00\xaa\x5e\xf4\xdc\x10\xb8\xa5\x00\xfc\xf0\xac\xc5\xbd\x2f\x4a\x77\xaf\x65\xfc\x07\x19\xff\xe3\xac\xe4\x53\xfd\xfb\xef\x89\x7b\x6a\xf3\xf6\x32\xff\x65\x7e\xcb\xf4\x2e\x64\xba\x06\x32\xdb\xd3\x8e\xf3\xd8\x26\x46\xb5\xed\x41\x78\xbf\x3e\xf0\x29\x11\x18\xd1\x1f\x78\xd7\x18\xb0\xf0\x07\x5e\x5e\x06\xa6\x3a\x02\xcf\x4c\x01\x87\x2f\xcc\x73\x99\xfb\x99\x71\xbe\xc5\x6f\x80\xbb\x7f\x03\x6b\x67\x03\xb7\xae\x02\x9b\xaf\x00\x57\x6e\x01\xa1\x81\x8c\x7b\x8a\x2b\xf5\x15\x47\xe0\x58\x34\x70\x25\x1d\xc8\x78\xc6\xb8\xf7\xc5\x1a\xe0\x6a\x29\x70\x27\x1d\xb8\xb2\x12\x78\x31\x03\xb8\xe6\x0b\xfc\xf4\x01\x2e\x49\x77\x92\x65\x3c\x18\x19\xff\x21\x7d\xd9\xff\xf6\x5f\x86\x7f\x0b\xbf\xf1\x1f\x64\xfe\xcb\xf0\xfc\x5f\xfa\x17\x92\xed\xfa\x13\x10\x2e\x03\xdd\x03\x81\x9f\xdb\x01\x93\xdd\xb5\x78\xff\x87\x97\x80\xb9\x0d\xf0\xa6\x1b\x30\x56\x9b\xef\xf5\x4e\x2a\x04\x1e\x3b\x01\x33\xdb\x02\x0f\x55\xb8\xee\xc3\xdd\x1d\x80\x97\x39\x70\x47\x03\xf0\xf1\x00\xc4\x59\x25\xee\x60\x2b\x46\x03\x3b\x8a\xb9\xff\xf7\x0b\x40\xc5\x00\xe0\x84\x1d\x50\xbe\x94\x6b\x19\x54\x84\x89\x3b\x03\xe0\x72\x25\x70\xcb\x0e\xa8\x70\x07\xaa\xf5\x80\x2b\xed\xe9\x6e\x61\xed\x38\x90\xf0\x2b\x19\xee\xf9\x1f\xfe\x0f\xab\xeb\xff\x51\xab\xda\x76\x90\xf1\x1f\x3a\x49\x7a\x0f\x32\x1e\x40\x7b\x83\x7a\x56\xfc\xcd\x83\x40\x97\x55\x3c\x0e\xc4\x85\xe1\x73\x0f\xa0\x57\x26\xf0\x6e\x0c\x30\xa0\x86\x71\xce\x91\x4e\xc0\xd3\xf1\x5c\x07\xe4\xc1\x15\x71\xaf\x09\xfc\xf1\x91\xf9\x0f\xb7\x05\xe6\x49\x5d\xdf\x08\xac\x12\xfd\x97\x07\x02\xd3\x00\x71\xcd\x0b\xdd\x27\xee\x96\x80\x7d\x1e\x40\xa9\x39\x90\x50\x0d\x94\x76\x04\x32\x14\x80\xcb\x69\x40\x69\x7f\xe0\xf2\x20\xa0\x72\x25\x70\xd9\x08\x78\xf3\x00\x28\x0d\x03\xfe\xf1\xa9\xd5\x3f\x90\xcd\x83\xfa\xfc\x97\xe3\xf9\x75\xfd\xff\x9f\xfc\x07\x89\x43\x21\xd3\xbf\x90\xf1\x1c\xea\xd8\xa3\x80\x81\x1b\xd7\x35\xe8\xf4\x16\xf8\x68\x09\xf4\x30\x06\xde\x64\x00\x7d\xce\x00\x2f\xa2\x00\xf3\x07\x40\xd5\x15\x60\x9c\x3e\xcf\x83\x29\x29\xcc\xf3\x11\x0f\x2a\xd7\x06\x03\x6e\x71\x8c\xf3\x7b\xa7\x30\x8f\x63\xdd\x16\xee\xeb\x6d\x55\xc0\x45\x0f\x6e\x07\x71\x15\x16\x57\xb2\xe2\x67\xc0\xd9\x85\xc0\x45\x2f\xa0\xe4\x1a\x20\x06\xf5\xca\x56\xc0\xc5\xa6\x40\xb5\x12\xe3\x65\xc2\x06\x20\x57\x9a\x17\x67\xab\xeb\xf9\x2f\xd5\xb9\x88\x97\x74\x83\x0e\x49\xf7\xe0\x63\x25\x5d\x84\x98\x7f\x6a\xdb\x41\xc6\xff\x68\xfe\x5f\xea\x9f\xc8\xf8\x10\xe2\xeb\x7f\x7e\x02\x7a\x13\x81\x6f\x83\x80\xd6\x17\x81\xf7\xee\x40\x17\x6b\xe0\xd5\x32\xc0\x64\x1c\xf3\x5e\x06\x68\x02\x0f\x9c\x80\x91\x63\x58\xd7\xc3\x4a\x03\xb8\x96\x0f\xcc\x98\x00\x94\x7d\x06\xe6\x7e\x00\x2e\x8d\x05\x96\xee\x06\x4a\xf4\x00\xff\x04\xe0\x42\x2f\x60\x9b\x01\x50\xd4\x15\x88\xb2\x05\x8a\x87\x03\xc7\x95\x81\xc2\x20\x20\xe3\x10\x50\x34\x06\x28\xdd\x06\x14\x8d\x07\xee\x45\xf0\xe9\xa4\xfa\xa8\x78\xaa\x60\x2d\x92\x0c\x9d\x7f\xf7\x5f\x36\xee\x7f\xf1\x1f\x24\x5d\x84\x7d\x52\xad\x0f\x19\x0f\x40\xf8\xad\xfe\xcb\x2f\xfe\x87\xc4\xfb\x90\xf1\x20\x34\x55\x00\x61\x0d\xa0\x71\x10\xf8\xa9\x05\x68\x5f\x63\x6e\x92\x2e\xad\xe2\x80\x7e\x24\xf0\xfc\x01\xd0\xf5\x15\xf0\x48\x13\xe8\x65\xc5\x78\x9f\x18\x3f\x6f\x76\x07\xc6\x55\x00\x15\x73\x01\xdb\x93\xc0\xc5\x0b\xe2\x9e\x1c\x38\x1f\x0d\x78\x66\x03\x45\xcf\x00\xdf\x58\xe6\x35\x6c\x4d\x01\xc4\x5d\xd9\xde\x5e\x40\xae\x3d\x70\xd4\x90\x75\x0e\x32\xb4\x99\xf7\x54\xe2\x0b\x9c\xbb\xcf\xdf\x2d\xbe\xff\x2e\xad\x96\x0f\x97\x66\x54\x77\xfc\xcb\xc6\xfd\xaf\x7e\x97\x78\x2f\x7b\xa5\xfe\xdf\xed\x2e\xe1\xe1\xd7\x6a\xdb\x41\xa6\xeb\xa1\x29\xf1\x28\x65\xbc\x0f\xe2\x41\xc8\xf0\x5e\xe9\xf5\xd7\x27\x80\xea\x3d\xe0\xc3\x3e\x40\x33\x0d\x10\xf7\x2a\x4d\xdc\x80\x27\xcf\x81\xb6\x76\xc0\xfd\x7d\x80\x51\x2a\xf3\xbe\xfa\x3b\x01\x57\x9b\x00\x23\x73\x01\x71\xb7\x31\x79\x24\xd7\xbc\x99\x6d\x03\x14\x0c\x01\x16\xde\x01\xf2\x0d\x81\x35\x65\x40\xf6\x13\x60\xf3\x43\xe0\xdc\x1c\x60\xcf\x35\xd6\x4c\x3a\xd6\x53\x3c\x55\x73\x5d\xb1\x4c\x6f\xa0\xc4\x8b\xed\xfd\xa9\x40\xa6\x1e\xf0\x2e\x14\x38\x2b\xf1\x1a\x92\x2c\xeb\xfa\xff\xab\xdf\x7b\x49\x7e\x4b\xbc\xa1\x08\x49\x57\x28\x4c\x1a\x2f\xbf\xf3\x1f\x64\x7a\x27\xa4\xf7\xf1\x7f\xe4\x3d\x88\xbb\x20\xb9\x54\xe0\xc5\x61\xa0\xe1\x4a\xc6\xfd\xf5\x0a\x99\xe7\xd7\x41\x1b\xb8\xd1\x19\x30\x99\x04\x5c\x8e\x02\x86\x2c\x00\xce\x7f\x03\x26\x8a\xa7\x9c\x06\xac\x8f\x22\x9e\x42\xc5\xfd\xf2\xb9\xa9\x1c\x2f\x33\xaa\x58\x57\xeb\xcc\x53\x60\x97\x29\x70\xe6\x05\x70\x54\x19\x10\x77\xf5\x67\x07\x30\x87\xb0\xe4\x21\x70\x6a\x1f\xf0\x47\x22\x90\xb2\x13\x78\x3b\x01\x48\x2a\xf8\x77\xff\x65\xe3\xfd\x97\xdf\x35\x75\xfd\xde\x2a\xc5\xc2\x2d\x8e\xb5\xed\xf0\xbf\xfc\xff\x0f\xde\x83\xa4\x9a\xf8\x4a\xaa\x22\x5a\xa5\x0a\xc8\x6f\xe0\xb1\x2a\xb6\xc7\x8d\xb9\x40\xcb\xd3\x40\x79\x15\x20\x9e\x9b\x2e\x16\x8b\x67\x2e\xa0\xc0\x19\x18\xd3\x88\xfd\x9f\xea\xc7\x63\xdd\xb5\x10\x38\x73\x17\x58\xe6\x05\x9c\x1a\xce\x3c\xa9\x94\xfb\x40\xa4\x01\x70\x72\x3e\xf3\x28\x13\x0b\x98\x03\x22\xee\xa9\xc4\x18\x7a\x7c\x02\x70\xb7\x1a\x38\xf6\x11\xa8\x09\xe4\xda\x63\xe2\x33\x1e\x18\xce\xbe\xec\x39\xc7\x36\x5c\x1a\x1f\x3b\xc6\xb3\x0d\x96\xf6\x51\x9b\x24\xbe\xd8\x06\x29\x9e\x04\x84\xd5\xb6\xc3\xff\xf2\x5f\xa6\x7b\xf1\xd1\x92\x6d\x75\x57\xb6\x4f\x5d\xd9\xde\x97\x70\xf1\x5b\x4f\x00\x05\x6d\xa0\xe2\x09\xa0\x3d\x8f\xfd\x6f\x13\x0f\x14\x5a\xb1\x3e\xca\xb9\x0a\xd6\x53\x4a\xff\x07\x98\x34\x18\x38\x95\xc0\xfc\xa0\x93\x31\xc0\x62\x7d\x20\xd1\x4b\xdc\xe3\x03\xc7\x63\x81\x9d\xb9\xc0\xd1\x44\xae\xa7\x75\xe4\x19\x70\x7a\x1d\x70\xf8\x12\x70\xb1\x3f\x70\x28\x13\xa8\xfc\x0e\x1c\x0c\xe3\x31\x19\xf3\x53\x1a\xf7\x12\x97\x51\xc6\xff\x08\x3e\xc4\x56\xc6\xfb\x58\x27\xed\xa7\xfc\x25\xfe\x8b\x8f\x14\x17\x56\x05\xff\xef\x76\xf8\xe5\xbf\x2d\xdb\x1a\xe9\xb6\xc4\x0b\x4e\x12\xe0\xa1\xf4\x77\x77\x24\xde\xc3\x55\x29\xcb\x54\x62\x0e\x28\xbe\xe7\x38\xae\x9b\x02\x64\x25\x02\x1d\xd7\x72\x9f\x8a\xe3\x22\xe5\x05\x30\xae\x08\x48\xdc\x04\xcc\x2c\xe2\x3d\x82\xc7\xdf\xc0\x91\xe3\x80\xdf\x47\xe0\xe0\x2a\x20\x34\x1c\x38\xf0\x0d\x38\xa8\x0d\xc4\x8c\x07\xd2\x3c\x80\xe8\x21\xc0\x05\x1d\x60\xef\x22\xe0\xce\x1e\x20\x6a\x20\x50\x13\x02\xec\x8a\x07\x84\xf7\xc0\x76\x49\x37\x67\x8b\x54\x33\x31\x50\xaa\x75\xe8\x23\xe9\xc4\xac\x96\xce\x04\x2b\xdf\xb3\x5d\x2e\x69\xe9\x2d\x79\xf0\xbf\xdb\xe1\x6b\xfb\xba\xfe\xbf\x54\xaa\xe7\x7f\xb8\xe4\xbf\x34\x1e\x4a\x64\xd9\xb6\x24\xb6\x99\x65\x80\x5a\x02\x90\x56\x00\xb4\x5c\x00\x24\x39\x2b\xb6\xef\x21\xae\x63\x47\x54\x32\x87\x7b\x02\x07\x4f\xa8\x8f\x9b\x7a\x1f\xd8\xef\xd4\xa0\xeb\xfc\xe7\xc0\xde\xe4\x86\xe3\xd6\x14\x03\xbb\xc7\x68\x76\x15\xd7\xcf\x88\x67\x9a\x6b\x0f\x0c\x05\xc2\x17\x35\x3c\x9b\x12\x09\x84\x8e\x68\x18\x58\xb8\x1b\xd8\x7e\xb2\x41\xd2\xcd\x74\x60\x9b\x4a\x03\xc7\x57\x26\xc0\xd6\xbc\x06\x10\xa2\x80\x0d\x2d\x35\x28\xcf\xe6\x7b\x5b\x9d\x78\x31\x2b\x8f\xaa\x4d\x13\xad\x77\x90\x32\xe1\x37\x8b\x07\x2a\x3d\x13\xed\xa2\x44\x25\xaa\xb3\xe4\xa1\x2d\x4f\xf7\x15\x17\xc8\xc9\xd9\xfd\x5b\x3b\x7c\x73\x94\xe2\x60\xfc\x7f\xf1\x5f\xba\x55\x75\x45\x5b\x8e\xfe\xef\x42\x8c\x12\xe9\x02\xe4\x0a\xea\x94\x4d\x4b\x1f\xd1\x90\xf2\x2b\x49\x49\x9a\x74\x8e\x8f\xf7\x6b\xbc\xbc\xf1\x46\x20\xb6\x7b\xb3\x2d\x5d\xf4\x80\xbd\xa6\x7a\xab\x07\x45\xcb\x0d\x8b\x48\x6a\x31\xcc\x4a\x53\xa1\xc1\x8e\x7b\x2d\xae\x3a\xbd\x57\x5c\xb4\xb5\xb0\xc5\xcb\x65\x5d\x95\x96\x6e\xce\x6a\xf1\x7a\x53\x91\xf2\x94\x0d\x97\x5b\x1c\x8d\x6a\xa1\x5c\x1e\xe8\xd0\xc2\xfc\x44\x3b\xe5\x1b\x01\xdd\xf5\xfe\xca\x99\xa4\x9c\xea\x97\xa4\x97\x76\xe5\xa2\x72\x27\x5f\x67\xbd\x8d\x4f\x9b\x2b\xf5\x5a\x3b\x49\xef\xec\x5f\x9a\x8a\xe6\x2b\x1c\xf5\xbe\x09\x82\xc2\x3b\xaf\x5b\x7a\xe9\x82\xa0\xd0\x66\xe1\x6e\xbd\x4f\x82\xa0\x60\xb9\xc0\xa1\x49\x7b\xd1\xc7\x79\xae\x3a\x3d\x44\x3b\xb7\xb7\xf6\x4a\xd1\x3a\x6d\xd4\x1c\x2a\xda\xd9\xab\x1b\x90\xce\xf3\xaf\x79\x20\xe3\xbf\x48\xeb\xc2\x8b\xe5\x75\xfd\xbf\x1d\xa6\x42\xd9\xae\xb2\x14\xae\x07\x54\xac\xd0\x94\x70\xef\x73\xfa\x7a\x94\x3d\x4b\xb3\xd6\xa7\xfc\xdd\x71\x81\x75\x23\xe2\x34\xda\xd3\x2d\x88\x3d\x45\x9d\x94\xd5\x0f\x00\x61\x93\x3b\xef\x6f\xfd\xb7\xc2\x80\x60\xdd\xce\x77\x4d\x16\x2b\x0b\x1b\xe6\x74\x71\x1a\x95\xa3\xfa\xca\x5f\xb7\xcb\xe1\xe9\xf3\xd5\xcb\xd7\x68\x76\x99\xeb\x7e\xb0\x81\xdb\xf2\x4f\x9d\x33\xfc\xfb\x36\xcc\x5c\xea\xd6\xe9\x7d\xf8\x00\xcd\xa3\x5e\xab\x3b\xf5\x3f\x7c\x44\x6b\xc8\xa2\x46\x1d\x03\xd3\xf5\xb5\xdc\xdc\xdd\x3a\xdc\x2b\x7d\xa0\xd5\x6e\xa1\x56\x87\xfd\xf7\x6b\x34\x37\x2c\x30\xea\x70\xea\xcf\x9f\x0d\xc7\xcc\xeb\xd7\x61\x8f\x20\x68\x84\x38\x2b\xb4\x1f\x2e\x08\xea\xaa\x0e\xaf\x0c\xce\x0a\x82\xea\xa9\x19\xb9\x6d\xe3\x05\x41\x25\x76\xba\xb9\xfe\x0f\x41\x50\x5e\x61\xbb\x5d\x7f\x8b\x20\x28\x7d\x9b\xaa\xdd\xba\xa3\x20\x28\xfe\x3d\x39\xb0\x55\xa6\x20\x28\x46\xc9\xe2\xc0\x2f\xfe\xcb\x1a\xb6\x0f\x3c\x15\x29\x7f\x76\x53\x4e\x93\xee\x2d\x5d\x1a\xda\x9c\xb2\xea\xf9\x0f\x0d\xa8\xbf\x33\x0a\x38\x8b\x96\xa2\xcf\x01\x23\x3e\xdb\x94\x74\xeb\x63\x6a\x7a\x53\x3e\x2b\x32\xa9\x2f\xe5\x33\x82\x47\xf5\x3b\x25\x27\x9e\xa5\x5a\x0d\x52\x68\xb6\x16\xf0\x91\x1f\x60\xd6\x75\x8a\x8a\x95\xf7\x90\x7e\x3f\xcd\x9e\x35\x18\xbd\x28\xb2\x5f\xe2\xa4\xee\x9a\xc7\xdc\xa6\xf5\xfd\x7b\xce\xfb\x46\xc5\x73\x0a\xfb\xaa\xaf\x7c\xaa\x13\xe3\x78\xa9\x4f\xfb\xad\x21\xba\xed\xed\x0f\xf6\x56\xd9\xbf\xb6\x49\x83\x19\x0f\x7b\x29\xa5\x76\x68\xe2\x65\xf7\xc5\x74\x5e\x71\x93\x26\x21\xd3\xce\x9b\x3c\xbb\x33\xbe\x89\xaa\x6d\xbe\x49\xda\x9b\xcc\xc6\xc9\x53\x3f\x99\x76\x17\x04\xed\xb3\x36\x41\x3d\x4f\x0a\x82\x96\x87\x65\xb2\xd1\x23\x41\x68\x78\x58\xc6\xf3\x18\x9f\x68\x78\x51\x10\x34\x26\x8c\x1b\xdf\xe5\x93\x20\xa8\x77\x19\x33\xa9\xf3\x56\x41\x50\xeb\x35\x46\xb1\xe3\x07\x41\x50\x75\x91\xf9\xff\x66\x1d\xdb\xfb\xde\x1a\x84\x57\x5f\x0f\xd0\xa3\x5b\x90\xa5\xdb\x0c\x28\x2b\x92\x53\xd3\x9d\xf2\xf5\xe9\xe3\x4d\x09\x25\x48\xda\x30\x80\x6e\x13\xc7\xf7\x32\xa3\x7c\x65\xb4\x3e\xab\x0c\x87\x0b\x6c\xb7\x54\x8c\x26\xbe\x88\xef\x97\xb1\x94\x4d\x5d\xb6\x73\xfc\x97\x86\x53\x01\x0f\xbf\xf1\xc7\xda\xe9\x2a\x4d\x9c\x53\x33\xf6\x7d\x9f\x8d\x1a\x56\xb3\xf2\xc6\x18\x8d\x3d\xad\xad\x3a\xad\xd9\xe8\x31\xf6\x16\x8d\x13\x6d\x3a\x8e\xfc\xba\xd8\xb7\xc9\x3d\x8b\x63\x23\xee\x6d\xc8\x6c\x56\x34\x5e\x79\xf8\xf6\x3d\xa6\xcd\x85\x31\x5d\x87\x2d\x3a\xd1\x47\x2f\x63\xe4\xd3\xa1\xbe\xb9\xde\x7a\xcf\x46\xcc\x32\x3f\x7e\xed\xa2\x9e\xdd\xf0\x7c\x73\xe7\xe7\x67\x9a\x0f\x1f\x21\x6f\x7e\xe9\xe7\xd4\xa6\x06\x43\xb3\x06\xc7\x0b\x42\xe3\x94\x21\x7b\x07\xae\x17\x04\x6d\x1b\xb3\xbc\xfe\x7d\x04\x41\xeb\xa0\x99\x51\xdf\x13\x82\xa0\x99\x3e\xf0\x40\x9f\x66\x82\xd0\x70\xdf\x80\x4b\xa6\x3d\x05\xa1\x41\x93\x7e\xf9\x26\x3d\x05\x41\x63\x74\xb5\xb1\x1c\x65\xb1\xee\xeb\x6b\x3e\xe6\xfe\x6f\x45\xe3\xbe\xb4\x6d\x17\xbe\x1d\x9b\xcc\xfd\x9a\x16\x3b\x88\x6e\x3f\x25\x9e\xe3\x6c\xf2\x2f\xfe\x4b\xdc\x44\x7a\x3f\xec\x91\x15\xdd\x0f\xdf\xdc\xca\x86\x6e\x5f\xfa\x46\x4e\x21\xbc\x6b\x49\xc2\x34\xca\x22\xb9\x4e\x9b\xfe\x8f\xfc\x7d\x60\xb6\xf6\x4c\xfd\x16\x0a\x72\x87\xa7\xbe\x9d\xbe\xc8\xe8\x99\xea\x1d\x8b\x59\xd3\x12\x86\x2b\x69\xbe\x1c\x9d\x67\xbb\xc8\xf6\xa4\xce\xbc\xe1\x8a\x53\x93\xdc\x9b\xeb\x2a\x0d\xce\x9e\x72\xca\xbf\xbc\x89\xdc\xc0\x31\x53\xd4\x76\x7e\x6e\x92\xd8\xef\x90\xcd\x8f\xa3\x2b\x9b\xbc\xea\x73\xd8\x46\x37\xeb\x55\x93\xa2\xde\x4b\x27\x0d\xaf\x18\xda\x64\x5c\xaf\x62\xeb\xbc\x27\xa6\xba\x83\x7b\x05\x5b\xa7\x7e\x5f\xa6\xd3\xdb\x34\xd8\x52\x5d\x10\x1a\x75\x34\xd9\x3e\xbe\x9f\x20\x68\x96\x99\x28\x8d\x5e\x22\x08\x0d\x4b\x7a\xc6\x8e\x4c\x10\x84\x06\xd9\x3d\x07\x0f\x2b\x14\x84\x06\x6a\x3d\xbc\xcd\xbb\x0a\x82\xc6\xc0\x1e\x3e\x66\xf2\x82\xa0\x9e\xfd\xf0\x68\x63\xca\x8a\xdd\x48\x6e\x4f\xbc\xb7\x12\xcf\x9e\xc3\x51\x87\xff\xc3\x7a\x30\x89\x8d\x98\x0f\x72\xb0\xaf\x25\xdd\xb3\x8a\xfa\x60\x43\xe3\x26\xdc\x68\x1a\xf1\x1a\x36\x8f\x9b\x49\xe8\xa2\xef\xbc\xd9\xc4\x34\xf2\x86\x33\xfd\xdd\xbc\x3b\x73\x28\xdf\x6f\x77\x7b\x3e\xdd\xfb\xb3\x5a\xe3\xb6\xb8\xd1\x79\x60\xb4\xdf\xfc\x21\x1d\xef\x2b\x7d\x19\xbc\x70\x6e\xea\xc0\x42\x8d\xec\x7e\x79\x73\x67\x4e\x72\x68\xb8\xc3\xf4\xab\xeb\x87\x79\x5d\x35\x83\x7a\xba\xb9\x1a\xf8\x44\x6a\xb9\x76\xb7\x9a\x33\x38\xd4\x56\xab\xb0\xeb\x73\x97\x05\x87\x4d\xb5\xca\x3b\x3f\x73\xde\x94\xfe\x87\xd6\xbc\x4e\xc5\x4e\x8f\x2e\x0f\xd5\x7c\xd3\xa9\x93\xd3\xc0\x47\xd3\x34\xd5\x3b\x3e\x73\x2c\xfd\xd2\xa6\x81\x77\xc7\x03\x0e\x62\x7c\xf8\xd2\xe1\xf4\xf4\x48\x41\x50\xbb\xd9\xa1\x6a\xea\x51\x41\x50\x5b\xd5\x61\x82\x4d\x94\x20\xa8\x5e\x6e\x7f\xda\xba\x8f\x20\xa8\xf6\x6f\x7f\xd5\x62\xb7\x20\xa8\xa2\xfd\xaa\xf1\x25\x82\xa0\xb2\xf9\x46\x72\x47\x8a\xf3\xa5\x93\x7a\xd1\x7d\xe6\x9c\x9f\x83\x89\x31\x79\xda\x89\xfd\x4e\xf4\xb0\xa2\xfb\xde\x71\x9b\xa7\x66\x92\xff\x0d\xed\x28\x5e\x86\x4e\x71\xa0\xb8\x18\x64\xe1\x4c\xf3\xc0\xf7\x04\xeb\x26\x78\xfb\xba\x11\x0e\xe4\x56\xc1\xd9\x76\xfb\xd1\x9e\x74\x7b\xdd\x72\xdb\x52\x5a\x51\x87\x68\x2d\xdf\xa4\x64\x0e\xf4\xfd\xb9\x7c\x52\x6b\x4d\xf9\xec\x1e\x5d\x96\x75\xea\x15\xa2\x92\xdd\x35\x79\x99\xdc\x84\x95\xaa\xe7\x3a\x36\x5e\xd6\xd4\xe9\x9d\xea\x77\x83\xaf\xde\x16\x2b\xe5\xd5\xba\xb6\x99\xbf\xf4\x6b\xc8\x9f\x6a\x0d\x5b\x3b\x2c\xd5\x8f\x7d\xa3\xba\xa2\x95\xe6\x92\xe5\xa7\xef\xa9\x3c\x6c\xd9\x7b\x71\x6a\x89\xb3\x4a\xeb\x16\xa9\x8b\x1b\xdc\x2f\x53\xee\xd4\xc2\xc9\x6b\xe7\xc7\xd6\x8a\x97\x5a\xac\xf4\x58\x24\x08\x0a\xaf\x5b\x38\xcd\x77\x12\x04\x85\xad\x2d\xd2\x5d\x96\x08\x82\x42\x86\xde\x3b\xc7\x0d\x82\x20\xef\xd7\xe2\xba\x7d\x1a\xbd\xbf\x6e\x86\x83\x20\x28\x34\x68\xe1\x3e\xed\x1f\x41\x90\xbf\x53\x1a\x3b\x88\xf2\xaa\xb9\x29\x23\x29\xff\x7c\xda\x8d\x6f\xc9\x1d\x97\x78\x30\x87\xde\xcf\xd4\xe1\xfe\x77\xa4\x9d\x75\xa8\xef\x1c\xba\x8f\x1a\xb4\xde\x8d\xd0\x78\xff\x31\xee\x74\xdf\x73\xb9\xf1\x62\x49\xf7\x9f\x89\xc6\x4e\xfe\x2b\x68\xc7\x39\x05\x8c\x9b\x8f\x48\xe6\xac\xbb\xf1\xcc\x75\xb4\x12\x77\xda\x19\x58\xd4\xb8\x00\x68\xa3\x17\xd8\xac\x5b\x9c\xc2\xe4\x96\x4b\x03\x47\x8c\xea\x24\xff\x4d\xcf\x25\x70\x83\xfd\x31\x39\xb3\x66\x06\x81\x2e\xde\x71\x80\xee\x8b\x40\x9d\xa0\x22\x40\xe7\xe8\x3a\xc4\x3c\x02\x1a\x6d\x09\x18\x90\xba\x0c\xd0\x1a\xee\x3f\xf1\xbc\x3b\xd0\xf0\x8d\x5f\x93\xca\xa5\x40\x83\x43\xbe\x66\xef\xdc\x01\x8d\xe9\x3e\x8a\xe2\x3a\xa8\xf2\x6d\x39\x71\x22\x55\x0d\x17\x53\x7e\x5e\xad\xef\x22\xe2\xdd\xaa\x0e\x59\x30\x85\x6c\xd7\x79\xcd\x45\xab\x28\xb8\x90\xce\x7f\xee\xe4\x31\x84\x3f\x9c\xf6\xb2\x8a\xe3\xf9\x3f\x8d\xe2\xda\x61\x4d\x46\x17\xf7\x4d\x98\x43\x68\x7b\xb8\xad\x1b\x55\x5b\x0f\xf2\x5f\x44\xf9\x6b\xff\x6b\x8b\x09\xbf\x58\x39\x62\x39\xb5\x93\xe7\xd4\xd5\x5c\x0f\xa8\xca\x87\xd0\xa6\xe9\x23\xfd\x49\xf7\x7c\x22\xd6\x53\x9e\x7b\x90\xcb\x26\xe2\x15\x75\x56\xdf\x4a\xe3\xad\x71\xfc\xf6\x03\x2a\x9d\x00\xad\x8e\x3b\x1a\xb4\xeb\x09\x68\x0c\xde\xa1\x65\xb6\x1f\x50\x79\xb9\xfd\xf8\x54\x37\x40\xb1\xd1\xf6\x30\xf7\x19\x80\x7c\xcf\xed\x2a\x81\xb4\x97\xd9\xd6\x61\x37\xdd\x87\x0f\xe9\x72\x82\x2a\xa6\x6f\x35\xcc\x27\x64\x21\xe8\xcf\x9b\x34\xd2\xb6\x7c\x78\x4d\x4f\xb4\xb9\x82\xef\x75\xaf\x93\xee\xb9\xaf\xad\x60\xbb\xaa\x90\xed\x0a\x49\x0f\x62\xa9\xc4\x87\xf0\xa4\xf6\x3a\x53\x35\xd9\x8a\xe3\xff\x4c\xba\xa7\x79\x64\x91\x0b\xa1\x84\xd1\x15\xcc\xf3\x0a\x17\x16\x51\x7f\x06\xfd\x5c\x4c\x28\xe2\xba\xa0\x15\x54\x65\xdf\x27\xcc\x87\x56\xd8\x25\x6d\x99\x68\x3d\x5f\x77\x1d\xcd\x0f\xfb\xe8\x0d\x84\xd3\xd8\x0c\x0e\xa2\xbc\xff\xa8\x98\x10\x8a\x93\xbd\xca\x42\x09\xb5\x6f\x93\xb0\x93\xe2\x89\x72\x49\xd4\x10\x5e\xa1\xa2\xce\xea\x51\xa4\x8d\x9a\xd6\x9b\x74\x1e\xa2\x26\x59\x11\xf2\xb3\xe7\xd4\x7c\xc2\xaf\x76\x07\xf8\x11\x32\xb2\x3b\x83\x95\x46\x76\x85\x31\xee\x1f\x11\x96\x4d\x38\xc6\xce\x14\xde\xd3\xef\xf4\x7d\x46\x5c\xef\x70\x4b\xc6\x6d\xb6\xcb\xb3\x9f\x5b\x24\x5c\x77\x83\x84\x57\x04\xdc\xae\xdb\x3e\xab\x09\xef\x4c\xaa\x72\xa0\xe7\x8d\x8f\x72\x0d\xe6\xf5\x8f\xe7\x75\x44\xca\x12\x66\x4b\x14\xb2\x1e\xce\xc6\x1a\x1f\x8a\x17\x3e\x65\xfe\xc4\x5b\xf0\x4e\xe1\x7a\x41\x0b\xb6\x73\xfd\x18\xe7\x76\xc1\xd4\x1b\xb6\xe5\x21\xb4\x7f\x9a\x68\xc7\xba\x19\x83\x57\x70\xdd\x20\xa3\x1e\x7b\x68\xbf\xa5\xf7\x2e\x86\x1b\x6e\x5a\x9c\x84\x5f\x1c\xac\x66\xfe\xc3\xc1\xcc\x5e\xc4\xb8\x8b\xab\x9a\x48\xed\x10\x97\xc4\x0a\x54\x71\x49\x6b\xb2\xd9\x86\x52\x24\x8b\x75\x3d\x4c\xed\xb3\x3f\x80\x11\xf4\xfd\x33\xca\xa8\x7d\xa2\xad\x1f\xd1\x19\x78\xdf\xfb\x4f\x34\x03\xa3\xf4\xd8\xcf\x9d\x4f\xd8\x6e\x97\x70\xfe\x10\x89\x07\xf2\x4b\x17\xc5\x9d\xcf\xed\x8c\x9a\xed\xb7\x5c\xcc\xad\x2f\xe9\x00\xed\x98\xb0\x86\xe6\xc9\xa6\x34\x7f\x7a\xdf\x37\x72\x3d\xe9\xe4\xac\x88\x65\xd4\xd9\xd3\x34\x84\xf6\x53\xae\xeb\xb6\x13\xde\x3d\xeb\x5c\x38\xad\xb3\xd6\xe7\x19\xae\x1d\xbd\x7a\x0f\xad\x1f\xfd\xc7\x44\xd3\xbc\xeb\x3c\x27\x96\x9e\x56\x17\x87\xa5\x3a\x28\xc7\xa5\x13\xec\xf1\xb2\xe6\x0f\xf9\xb5\x29\xf3\x5f\x6a\x26\xd0\x8a\x75\xec\x8b\x33\xad\x4c\xc7\x62\x57\x10\xd3\xe4\x98\x5c\x08\xb5\x68\xc2\xc2\x58\xc2\xfb\x8f\xee\x3f\x4d\x4f\x12\x9f\x7d\x91\x46\xdc\x11\x33\xe6\x07\x1d\xf1\x7e\x47\xb8\xf0\x21\xe9\x3e\xf7\x7e\xa9\x1e\xc8\x5e\x69\x3c\xec\x92\xee\xb7\x87\x2b\x49\xed\x43\xaf\x0f\x28\x2c\xa1\xb8\xbf\xab\x78\x15\xb5\xfe\x8e\x56\x6b\x69\x5e\x6f\x89\x63\x7d\x94\x80\x95\x8c\x1e\xad\x9a\x15\x4c\xb7\xa9\x97\x8e\x08\xa5\xd6\x76\xd3\xdf\x49\xef\x3b\xda\xed\xa2\xfb\xc9\xb6\x55\x7b\xa8\xb7\x26\x1a\xc4\xd0\xf8\x1a\x6a\x1a\x4b\x74\x8e\xde\x38\x42\x81\xb3\xbd\x56\x02\x8d\x0f\x6d\x9d\x24\xe9\x9e\x7b\xea\x0b\xb6\xa7\xca\x9a\x13\x22\x76\x6a\xba\x31\x8d\x87\x53\x96\x63\xe9\x09\x4e\xed\x9b\x4d\x0c\xbd\x53\x33\x96\x11\x92\x98\xba\x70\x0b\x31\x4a\x52\x2a\xa2\x49\xfb\x31\x45\x3f\x99\x99\x9d\x15\xe7\x09\x41\x4f\xaa\xba\x49\xed\x72\x32\xb1\x9a\x18\x29\x27\xfb\xf3\x99\x21\x21\x96\xfd\x3d\x2c\xd5\x39\x88\x95\xce\x54\xbf\x78\x31\xd4\x3e\x51\x66\x5c\x6d\x24\x3c\x60\x1d\x45\x9b\x60\xcb\x8d\xf4\xbc\x81\x8e\xc1\xd4\x5f\x3e\x0e\xec\xb7\xf7\xb3\x9d\x14\x37\xdc\xcf\xed\x22\x3e\x8b\xeb\x78\x46\xd5\x66\x79\xc4\x10\x2f\x66\x0a\x78\x9c\x8f\xf5\x38\x42\xe8\xbb\x59\x13\xe6\x85\xf4\x74\x65\x3e\x8c\xbe\x3f\x3f\xb5\x46\xc0\xe9\x9f\xec\x7f\xa6\x74\x63\x21\xbb\xb8\x29\xb5\x4c\xb6\x15\x57\x76\xcb\x8a\x19\x45\xf1\x30\xbb\x11\xf3\x1f\xb2\xbe\x2e\x5e\xc1\xef\xf3\x0c\xcc\xac\x61\xe6\x55\x66\x4d\x12\x31\x1c\x33\x82\xf3\x69\xc7\x92\x51\x70\x83\x96\xb8\x0c\xbd\x97\xd4\xa3\x67\x07\x7c\xe3\x76\x34\x14\xfe\x0f\xbc\x98\x9d\x29\x5c\x85\x27\xc4\x7b\x0b\xa1\x82\x1b\x94\x59\x0f\xc8\x37\x32\x9c\xa3\x6b\xf0\x6e\x9a\x0f\x5e\x7d\xf6\xd2\xf9\x72\xde\xa3\xfd\xc4\x52\x73\x88\x8c\x25\x9e\xbd\xdd\x04\xee\x6f\xcb\xa2\x63\xd4\x1e\x23\xce\x26\x12\x2f\xb0\xdf\xe1\x14\x62\xb9\x18\x6e\x3e\x45\xdf\xd3\x72\x78\x3a\xb5\xa3\x9a\x7e\x8e\xc4\x7f\x28\x90\x32\x19\x45\x23\x9a\xd0\x8c\x29\x6c\x6c\x44\x0a\x22\x05\xf7\x47\xd0\x4e\xa4\xe0\xfd\x74\x7a\xb2\xc2\xfe\x8b\x68\x5d\x28\xa8\x62\xc5\xaa\xc2\x30\xc6\xfd\x0b\x4d\x8f\xd1\x91\xae\x20\x29\x9b\xf8\x1e\xf9\x91\xe5\xf4\x4b\xf9\x6e\x8f\x89\x99\x91\xf3\x85\xcf\x8c\xe7\xf4\x79\xfd\x48\x97\xf8\x52\x69\xe9\x42\x1d\x5e\xcc\x71\x41\xb4\xdb\xc3\xb6\xd1\xb7\x6f\x8c\x08\xa5\x5e\xf0\x4b\xe0\x5f\x59\x15\xbc\x97\xf6\x05\x8b\x7f\x32\x0f\x68\xe1\xd6\x38\x62\x29\xcd\x79\x1e\x4f\x27\xd1\x59\xdd\x8f\xb5\xe1\x71\x90\xc8\xf7\xfd\xaf\xa6\x90\x0e\xc6\x50\xb0\x7e\x42\xef\xb0\x33\x64\xbb\x78\x70\x35\x86\xe6\x13\x72\x08\x8d\x55\x0e\x2a\x1a\xc1\xfe\x97\x48\x3c\xb1\xd2\x9e\xba\xb4\xf3\x2a\x79\xd6\x6d\x2c\xbd\xb6\x1e\x4e\x95\x59\x4a\x87\xd9\xd2\x4e\xb4\xd4\x67\x01\x8d\x83\x4b\xf1\x1c\x60\x2f\x99\x70\x45\xa3\xd2\xce\x47\x68\x5c\x94\xfa\x67\x9c\x62\xcb\xca\x23\x25\xfa\xac\x34\x71\x7e\xe9\x2b\xfa\x85\xf3\x6b\x39\xb7\x5a\x20\xd5\x3f\xc9\x95\xf4\x50\x32\x9e\x09\xbf\xf1\x62\x82\x6a\x22\x69\x1d\x5c\x77\x60\x0f\xcd\xce\xff\xc6\x03\x9a\x77\x84\xf9\x01\x8e\xe0\xf9\x6d\xd7\x92\xc7\xf9\x24\x49\x9d\x64\xcc\xb3\xb3\x34\xaa\xcd\x3c\x78\xbc\x9b\x3c\xca\xa5\xf3\x45\xc7\x2f\x5c\x4f\xa5\xe9\xa7\xf3\xc4\xde\x52\x5a\x58\x2a\xdd\x68\xb9\xe2\xc1\xf6\x9a\xbf\x0e\xe9\x3a\x5c\xd5\xea\x42\xef\x5c\xb9\x6b\x4e\xfd\x7f\x2d\x72\x32\x7d\xc3\x35\x4f\xae\x9b\x74\x6d\x13\x33\x75\xaf\x59\x6f\xa7\x93\xcd\xb5\xce\x07\xab\xd9\x9e\xa6\x11\x7a\xd5\xf3\x3c\xb5\x4f\x79\xd5\x4d\x1a\xa1\x57\x66\x54\x53\x84\x2a\x37\xfe\xca\xba\x1f\xb2\xfa\x49\x57\xd9\x16\xdc\x17\x7e\xe3\x0b\x6d\x74\xda\x37\xec\x77\xff\x57\x9a\xb3\x0a\x8d\xd7\x75\x9e\xdf\x6e\x1f\xd8\x6f\x97\x4f\xc9\x94\x81\x9b\xe5\xc1\xe3\x7c\x9a\x76\x3a\xed\x87\x26\x7c\x60\xbf\x47\x8e\x3c\x47\xfb\xab\x01\x23\xf3\x09\x65\x37\xde\xc7\x3c\x81\xf6\xd5\xa5\x34\x0f\x9a\xe6\x95\x13\x3b\x45\x49\x47\x96\xc1\xbb\x25\xad\x9b\x77\x2a\xb5\xc9\xbf\xca\xdc\xce\x14\xe7\x2b\xcd\xcc\x68\x3c\x54\x66\x5a\x53\xbb\x54\x3a\xbb\xd0\x8e\xa3\xf2\xf2\x4a\x62\xec\xde\x9d\xbb\x35\x9e\x3f\xc7\xba\x5a\x95\x12\x63\xe3\xae\x42\xbe\x17\x7f\x2f\xff\xc2\xed\xe2\xe7\x33\xf8\xf5\x27\xca\x2d\xfe\xd2\x43\xd1\x62\x7b\x49\xd2\x11\xba\x48\xfa\x49\x01\xef\x0e\x11\xcf\x65\xcd\x90\xa3\xc4\x0f\xf2\x9e\x77\x7c\x2c\x8f\x03\xd6\x7f\x9a\xef\x91\x46\x4f\xe3\xd4\x3e\x9d\x74\x04\xa7\x0f\x64\xbe\xdf\x14\xe4\xd0\x2a\x37\x21\xb4\x90\x32\x78\xc3\x8d\xd9\xef\x7e\x73\x2e\xd2\xf7\xf4\x68\x77\x89\x7e\xa5\x9d\xf4\x54\x8d\x4d\xb9\x8e\x8e\xfc\x63\xae\x27\x03\x3c\x28\x67\x5b\x75\x4e\x93\xf8\x2f\x55\x7e\x1d\x88\x91\xf8\x38\x69\x00\xc5\xc5\xc7\xc6\x13\x73\xd9\x72\x8a\xec\xf1\xdd\x65\xf2\xfc\x39\x5e\xb9\x1f\x1b\x73\x85\xb3\xc7\xbd\x92\x68\xfc\x54\x39\xe5\x12\xdf\xf6\x51\xda\x15\x8a\xaf\x0f\x8f\x3e\x22\x06\xca\x83\x3d\x6f\xa9\x3d\xee\x5b\xff\x45\x3d\x56\xb9\x94\xfd\xbf\xd9\xe9\xf7\x76\x59\xeb\x79\x8c\xfa\x6f\xf9\xfe\x44\xca\x33\x78\x1d\x3a\x45\x4f\xb5\xa0\xea\x0c\xcd\x13\x57\x9d\x2c\xd2\x29\xb5\xaf\x38\xc7\xbc\xb0\x8b\x85\xe4\xbf\x55\x18\xcf\xf3\x71\x0f\x38\x33\x39\xe4\x0b\xfb\xdd\xb7\x71\x39\xe9\x8b\x18\x15\xb2\xdf\x06\xea\xec\x77\x63\xab\xca\x1f\xdc\x0e\xf7\xa5\x8c\xc7\x33\x49\x17\xe4\x95\x3e\xeb\xc3\xbc\xee\xda\x96\x56\x92\xea\xfb\x7d\x28\x6e\x56\x0b\x5c\x47\xab\x7a\x8c\x3d\xc5\x89\xea\x30\x5e\x37\x5e\x77\x5e\x4f\x3b\x93\x37\x23\x76\x13\x43\xa9\x5a\xf7\x18\x29\xa2\xbe\xd2\xc8\xa4\x5c\xfa\xab\x0a\x7e\x92\x97\x2e\xf7\xd2\xf9\xfb\x6b\x48\xb9\xec\xf9\xcd\xaf\xf4\x3d\x4f\xc2\x7e\xd2\xdf\x3f\xb4\xe1\x76\xa8\xf4\x14\xea\xf1\x1f\x4c\x24\x2c\xf0\x97\xee\x45\x20\xeb\x5c\xf4\x34\x65\x6b\x32\x0f\xf8\xe7\x4f\xa0\xcf\x28\xe0\xaf\xeb\xc0\x40\x5d\xc6\xfb\x87\x44\xd6\xe2\xdc\xcf\xcd\x80\x89\x29\x7c\xaf\x79\x4a\x0a\xf0\xe0\x01\xe0\x60\x02\x54\xb6\xe4\xba\x28\x37\x26\x03\x8b\x76\x00\x57\xa7\x02\xab\x76\x88\xb3\x57\x3c\x09\x00\x97\xed\x80\x90\x12\xa0\x34\x09\xd8\xa3\x0d\x94\xde\x00\xc4\xc8\x74\xe9\x00\x70\x2a\x14\x28\x9d\x02\xe4\xaa\x01\xa5\xdf\x81\x72\x73\xe0\x52\x10\xf0\x40\x93\xf9\x00\x7f\x2e\xad\xd5\xc1\x28\x92\xea\x1a\x9c\x93\xb8\x1c\xe9\x9f\x24\xdc\x4f\xc2\x6a\x53\x9e\xb1\x3d\x61\x55\x17\xff\x16\x7e\xe7\x7f\x24\xd4\xe5\x01\x74\xcb\x60\x6b\xf8\xb4\x96\xf7\xf0\x63\x0d\xd0\xa3\x0a\xf8\xfc\x16\xe8\x33\x17\x78\x2b\x00\xfd\x9b\x31\xbe\x37\xcc\x0d\x78\xf6\x0c\x18\xdf\x9f\xf1\xad\x49\xd7\x81\x3f\x7c\x01\xf1\xc4\x7a\xf3\x36\xe0\x52\x0d\x54\xbc\x06\xdc\xed\x18\xef\x5e\x6e\x0c\x94\xdd\x06\x02\x07\x72\xbe\x3b\x58\x60\xdc\x53\x5c\xb1\x2e\x36\x03\x0e\xf5\x02\x2e\x94\x01\x29\xfb\x18\xc3\xc9\x4b\x06\x4a\xbc\x81\x0a\x45\xa0\xe4\x3e\xf0\xd0\x9c\xf1\xf2\x8f\x89\xc0\x45\x09\xa3\x97\xf1\x60\x32\x25\xfc\x46\xc6\x7f\x48\x5e\xf6\xbf\xf1\x7f\xe1\x77\xfe\xc7\xff\xd0\xbf\xf8\x27\x1a\xe8\xfc\x89\xeb\x7b\x74\xad\x00\xfe\x34\x07\x8c\x2b\x80\x1a\x6d\x1e\x4f\xcf\xe2\x01\xb3\x86\xc0\x13\x79\x60\xa4\x1f\x70\x3f\x06\xb0\xb0\xe7\xfc\xfe\x34\x47\xc6\x37\x66\xdb\x00\xe5\x01\x80\x5b\x05\x50\x9a\x0e\x78\xa7\x31\xde\xef\x9f\xc2\x7e\x8a\xed\x50\xac\xcd\x3a\x10\xc5\x57\x81\x43\x36\x7c\xdf\x3d\x65\x0a\x50\x7c\x12\xc8\x8b\x66\x3e\xc0\x95\x06\xc0\xf9\x31\x9c\x43\xbe\xb8\x15\xf8\x73\x1f\x70\x7e\xa3\x34\x0e\x24\x1c\xf3\x4c\xd0\x7f\xc1\xff\xf3\xea\xfa\xff\x6f\xfc\x07\x19\xdf\x43\xa6\x77\xf1\xbb\xfe\xc5\x3f\xe6\x40\x9b\x64\xe0\xdb\x57\xa0\xf3\x33\xe0\x5d\x16\xb7\xc7\x1b\x4d\xc0\x44\x81\xf1\xfe\xfe\x33\xf8\x7e\xf7\xf0\x06\x40\xe5\x37\x60\x42\x1f\xe0\x86\xb9\x18\x53\xf9\x7e\xff\x2c\x0f\xa0\xf4\x01\x30\xcf\x0a\x28\x69\xc6\xf7\xfd\xcf\x1b\x01\x7e\x43\x81\x82\x4a\x60\xcb\x25\xa0\xc0\x5e\x3c\xe3\x01\x05\xf3\x80\x83\xcf\x81\xbc\x1c\xe0\xe4\x09\xc6\x85\xf2\xac\x81\xfc\x4e\x7c\x57\xbc\x30\x96\xe7\x5e\x91\x23\xf0\xb1\x57\x6d\xfd\x83\xf4\xdd\x5c\x27\xe5\xbf\xf2\x1f\x86\xd7\xc3\xc1\x7f\xe3\x3f\xc8\xfc\xff\xc5\xf7\x90\x78\x00\xbf\xeb\x5f\xfc\xec\x08\x34\xff\x56\x5b\xdf\x41\xa6\x73\xf0\x52\x9c\x2f\x93\x78\x1e\x18\x2f\x61\x9c\x73\xe0\x60\xe0\xf6\x73\x60\xf4\x45\xe0\xda\x4d\xc0\xea\x13\x70\x29\x04\x98\x1e\x0c\x5c\xf8\x08\xcc\x71\x02\x8a\xce\x00\x5e\xba\x40\x51\x0b\x60\xad\x11\x90\x77\x12\xd8\x5c\x06\xe4\x8e\x07\x76\xfe\x60\x9d\x1f\x71\xa7\x7e\xae\x02\x48\x6e\xc5\xb8\x7f\xbe\x1b\x90\x67\x04\x5c\x15\xff\xfd\x03\xf0\xd8\x00\xc8\x1d\x01\xfc\xf9\xe6\xb7\x3a\x20\xed\xea\xce\x7f\x99\xff\xf5\xf9\x0f\xd1\x7f\xd6\xc5\x83\xc9\x6f\x29\x96\x34\x1d\x5a\x97\x07\xa0\xbd\x84\xdb\x56\x5b\x8f\xf1\x6e\xf1\x58\x27\xe3\x3d\x88\xed\xd0\xca\x03\x78\xee\x08\x74\x2c\xac\xc5\xfb\xef\x74\x02\x7a\x57\x03\x37\x86\x01\x43\x7b\x01\x15\x07\x18\xe7\xbe\x58\xce\xf8\xae\xd8\x7f\xce\xc6\xcc\x5f\x10\xb7\x0b\x39\x3e\xc0\xaa\x5c\xe0\xdc\xdf\xc0\xa6\x4b\x8c\x03\xee\xcc\x05\xc4\x55\x2a\xce\x58\x3c\x45\x70\x6d\x87\x8c\xa7\xac\x09\x90\x15\xc3\x73\x2c\xeb\x35\xf0\x44\x8f\x71\xe3\x6f\x1a\xc0\x19\xc9\x1f\x99\xfe\xcf\x2f\xff\x35\xeb\xf6\xbb\x8c\xff\xb0\x27\xad\x2e\x1e\x2e\xfc\x0b\xff\x43\xc6\x03\x90\xe9\x5e\x88\xf6\xf3\x03\x40\xc3\x17\xf8\x10\x0a\x68\xe6\x02\xaf\x34\x01\xdd\x44\xa0\x6a\x05\xe3\xdb\x7f\xbc\x63\x9e\xd0\xad\xa7\x80\xf1\x58\xe0\xca\x01\x60\xe0\x1e\xa0\xc4\x92\xf5\x94\xce\xbb\x03\x93\x97\x33\xee\xe7\xb0\x1d\xc8\x4a\x07\xdc\xae\x03\xe9\x8a\xc0\xb2\xdb\x8c\x7f\x8b\x27\x9d\x33\x49\x80\x78\xb2\x3b\x63\x00\xc4\xba\x01\xe2\xae\x2d\xa9\x86\xf1\xff\x9c\x1b\xc0\xd9\x93\x7c\x97\x5e\x8c\x7f\x55\x6e\x8c\x9b\x7e\x2f\x00\x52\xbb\xd7\x9d\xff\x07\x15\xeb\xf6\xfb\x6e\xe9\xde\x7f\xc4\xc3\x7a\x78\xb8\x69\x6d\x3b\xc8\xfc\xae\xc3\xfb\xa8\xc7\x7b\xf8\x28\xfe\x7b\x6c\xad\xde\xc3\x8b\xc3\x40\x03\x2d\x9e\x0f\xba\x29\xc0\x9d\xe9\x40\x9b\x3e\xac\x55\x21\xc6\x8d\xcb\xf6\x40\xaf\xef\xc0\xf9\x33\xc0\x50\x03\x40\xdc\xeb\x59\xac\x01\x72\xfe\x02\x66\xb6\x02\x32\x22\x81\x79\x79\xc0\xe9\x1d\x80\xb8\x0d\x3e\x65\x04\xac\xd3\x64\x4d\x98\x1d\x1e\xe2\x29\x88\xf9\x83\x29\xdd\x59\x0f\x43\x6c\x8b\x1c\x43\x20\xe5\x13\x73\x29\x4f\x8e\x03\x1e\xb7\x10\x4f\xdb\xc0\xa7\xbf\x81\x63\xfe\x75\xfb\x7f\xdf\x48\xb6\xbb\x5c\xff\xdd\x6f\x19\xff\x21\xd8\xba\xb6\x1d\xe4\x3f\xfc\x0f\xde\x83\xc4\x06\xaf\xcf\x7b\x78\x56\x20\xee\x89\x98\x07\xd6\x40\xd2\x3b\x10\xcf\xcf\xe2\x3c\x68\x37\x87\x39\x5d\x3d\x9e\xb1\xa6\xc9\x80\x42\xe0\xdc\x06\x60\xec\x59\x20\xbd\x0d\x30\xd5\x8b\x79\x1d\x2e\xa6\x40\xb2\x2e\x20\xee\x8f\x12\xdf\x71\xbc\x4c\x74\x16\xcf\x7e\xc0\xb1\xce\xc0\xbe\x62\x20\xc1\x12\x38\x51\xc5\xeb\x5c\x8e\x3f\x70\xcc\x07\xb8\xd6\x15\x48\xa8\xe1\x79\x21\x9e\x7a\xbe\xfe\x36\xff\x65\xfc\x17\xd9\x78\xdf\x91\x57\xd7\xef\x2d\x15\xff\xce\x07\xf8\xff\xf1\x5f\xbe\xe4\xb2\x7d\x7b\x8d\xad\xac\xde\xc7\xfd\xdd\x6c\x65\xa7\x84\x0a\x79\x40\x3d\x0e\x28\x35\x06\x9a\x27\xb3\xff\x62\xdc\x38\x17\x00\x98\x56\xf3\xb8\x1f\x5e\x05\xa4\x5e\x61\x5d\xa9\xc4\x60\xc0\x21\x9a\xfd\x73\x4f\x01\x8e\x36\x07\x7c\xbc\x58\xd7\x22\x38\x0a\x38\x14\x00\xec\xd3\x05\x0e\xc7\x02\x49\xb9\xc0\xc1\x76\x1c\x33\x0f\x46\x02\x57\x15\x80\xb8\xcd\xc0\x93\xd7\x40\xac\x1d\xf0\x75\x05\xb0\x57\x1a\xff\x11\xd2\xda\x17\x22\xd5\x89\x91\xf1\x5d\xea\xf3\x3e\xfc\xfa\xb3\x5d\xdb\xf6\xdf\xdb\x41\x86\x77\xca\xf8\x2f\xef\xd7\xb3\x7d\x29\xbd\xfe\x85\x7b\x3f\x60\x7b\x5d\x7a\x5d\x2a\xee\xbe\x17\x02\x85\xed\x80\x86\x6f\x80\x73\xcf\x80\x96\x73\x80\x74\x2d\xc0\xd0\x02\x48\x3d\x09\x0c\xb2\x02\x12\xf3\x80\xf1\x26\xac\x21\x37\xc3\x0c\x38\xd2\x03\x58\x10\x0c\xc4\xe9\x71\xfd\xa4\x03\xb6\x40\x50\x24\x10\x63\x01\x44\xd5\x70\x6d\xb1\x13\x76\xc0\xde\x18\x8e\x89\x51\x83\x78\x0f\x22\xfe\xdb\x93\x19\xbc\xf7\xfc\x1a\x56\x3b\xee\xb7\x9a\xd6\xf3\xdb\x4d\xf2\x77\x39\x5b\x19\xef\x43\xc6\x7f\xf0\x3e\xf0\xef\xed\xf0\x6d\x0e\xdb\x77\x8f\xd8\xca\x74\x3f\x64\xfe\xff\x01\xc9\x7f\x29\xbb\x58\x2e\x65\xd9\x8a\x4f\xb0\xcd\xd9\x06\xc8\x6b\x31\xb7\x4b\xdb\x13\x48\x59\x0e\x18\x74\xe6\xda\x60\xa6\x83\x81\xf8\x39\xc0\x48\x03\x20\x2e\x89\xf7\xdd\x31\x2b\x00\xd7\x07\xc0\xde\xbf\x80\x15\xc1\xc0\x1e\x45\x60\x73\x21\xb0\x6b\x17\x10\xb5\x0b\x88\xf0\x63\x2e\x50\xb8\x09\x90\x7d\x0d\x08\x3b\x04\x94\xbb\x71\x2c\x7d\xac\x06\x6c\xaf\x02\xbe\x4c\x04\x82\x4a\xeb\x8e\x73\x19\xdf\x45\xc6\xfb\xf0\x96\xd6\x13\x2f\x69\x1d\x59\x24\xed\xb3\xdc\x51\xb7\x1d\xea\xf3\x7f\xde\x6a\xb2\x7d\x2c\xcd\x87\x7b\x4e\x6c\x6f\xbe\x91\xfc\x97\xe6\xc3\x05\x86\x7b\x90\x6f\xc1\x36\x5d\xca\xb2\x24\xb7\x03\x94\x02\x81\x63\xf2\x40\x53\x03\xe0\xd0\x77\xa0\x6b\x20\x6b\x01\x0d\x7a\x0c\xec\xfd\x0e\x58\x3e\x03\x76\x2d\x95\x9b\xe3\x14\x0b\x84\x57\xca\x47\x78\xb7\x15\xe7\xb3\x82\xc3\xc6\x35\x40\xc8\x1f\x0a\x09\xbb\x75\x81\xe0\x2e\x0a\x6e\x09\xa6\xc0\x96\xb1\x0a\xc8\x3c\x0c\x6c\x0a\x93\x1f\x7f\xd9\x18\xd8\x70\x41\xee\xca\x83\x35\xc0\xfa\xa1\x72\xc1\x7f\xe6\x01\xfe\x1b\xf1\x81\xfc\x96\xf8\x60\x4b\xbe\x23\xe0\x77\x7f\x17\x48\xba\x41\x6e\x5a\x6c\x5d\xa5\xf1\xe2\x14\x58\xb7\x1d\xfe\x1b\xff\xe7\x41\x24\xdb\xdb\x7d\xeb\xfa\x7f\xb1\x25\xdb\xbc\x67\x20\x9c\x3f\x5d\x4b\x81\xb2\xe8\xc9\xe5\x4a\x94\x4d\x8b\xf7\x52\xa2\xd3\xde\xfe\x00\xd5\x7b\x0d\x5e\x02\x7b\x06\x36\x78\xd9\xb6\x0a\x08\x8f\x69\xd4\xbc\x8f\x01\xb0\x2d\x44\x67\xea\xd8\x1a\x20\x68\x7c\xe3\x4b\xb3\xe6\x03\x1b\xed\x74\x63\x3d\xad\x80\x75\x6f\x9b\x38\x04\xbc\x00\xfc\x7e\x36\x99\x1c\xfe\x37\xb0\x76\x55\x13\xe7\xc3\x5b\x80\x35\x53\x74\x6f\x9c\x6d\x01\xac\x0a\xd7\x1d\x78\xf1\x22\xb0\xe2\x6d\x63\xf7\xca\x27\xc0\xf2\x70\x9d\xf2\xb7\x61\x80\xb7\xb3\x36\xe1\x36\x1e\x97\xb5\xa8\xae\xfd\x3c\xf3\x86\xef\x45\xeb\x62\xd8\x80\xee\x73\x3a\xd6\xa8\x59\x89\x76\xd6\x2b\xd5\xb1\xa2\x9d\xd9\x4c\x85\x70\x1c\xbb\xf9\x4a\xf4\x39\x19\xff\xa5\xbe\xff\xf7\x7d\xfe\xdd\xff\xf3\x7a\xaa\x84\x6b\x9d\xd3\x6f\x40\x38\xc7\xe9\xde\x8d\x29\xef\x98\xe8\xd5\x94\xf2\x7b\x07\x73\xf5\x48\x37\x20\xea\x73\x0b\xca\x0a\x85\x3a\xb7\x6a\xa7\xf0\x09\x08\x1e\xdc\xe6\x91\x9e\x23\x10\x78\xbf\xad\x4d\xb7\x87\x0a\xe7\x7d\x5b\x18\x0c\x1a\xaa\xa8\xd4\x7e\x65\x8d\xc1\x81\xc9\x11\xca\xde\xde\xce\x06\xfb\xe6\x66\xab\x1c\xf6\x9a\x6b\x30\x62\x55\x99\x6a\xac\xfb\x83\xb6\xe7\xb7\x9e\x50\x73\x5a\xa0\xdd\x56\x37\xe6\xb8\x5a\xf6\xbc\xcc\x36\x5e\xc9\xb1\x6a\xb7\x5c\x3f\xe8\xdf\x2d\xb8\xac\x76\x60\xce\x61\xfd\x69\x37\x07\xa9\x69\xbb\x14\xe8\x2b\xbd\x8c\x53\xed\xe4\x22\xa7\x6f\xf3\xcf\x74\xe5\xbf\x1d\x7c\x5b\x4f\x12\x04\xa5\xc2\xe9\x69\xad\xe6\x0b\x82\xe2\x85\x29\x87\x5a\x45\x0a\x82\x62\xc4\x64\x5b\xbd\x8b\x82\x20\xf7\xda\x26\xb6\xc9\x1a\xd1\x6f\xab\x38\x5d\xc2\xf3\x2c\x15\x1b\x91\x4e\xe9\xfb\x0b\xec\xdf\x4b\xfb\xba\xfe\xdf\xf4\x62\xbd\x9b\xcb\xc9\x6a\x7c\x2b\xb0\x4a\x9b\x6c\xd6\x90\x16\x94\x77\x3a\xb5\xa5\x0d\xe1\xe4\x09\xb7\x3a\x12\x0f\x22\x36\xaf\x0b\xe5\xb1\x77\xcf\xe9\x46\x79\x86\x6d\x35\xac\xc2\xbc\x5e\xaf\x27\xe1\x1b\x3e\x93\x4c\x9e\x36\xd2\x01\xbc\x87\x98\xe4\xb7\xb7\x50\x9c\xee\xfe\xc8\xc4\xb0\xdf\x28\x55\xd7\x79\x76\x26\xe6\x13\xac\xd5\xad\x9c\xe7\x18\x47\x3b\x3c\xd0\xf8\x68\xff\xb6\x67\xf5\x12\xbf\x86\x6b\x66\x68\xf5\xec\xb3\xe1\x81\x66\x89\xad\xd0\xc3\x72\xf7\x66\xad\x63\x53\x36\x18\x59\x1f\x3b\xd5\x48\xd7\xc6\xa1\xbb\xd7\x39\xc5\x46\x4d\xac\x85\x6e\x57\x2b\x02\xb4\x72\xad\x1e\x75\xf3\x7a\x7c\x41\xf3\x9e\xd5\xc9\x6e\xb3\xbe\xc9\x35\x1c\x63\xa1\x6c\xe8\x2b\x08\x1a\x7e\xe3\xcc\x3b\xd7\x08\x82\xda\xc1\x31\x3b\x3b\x99\x0a\x82\x6a\xf8\xc8\x3e\xed\xdf\x09\x82\x4a\xfb\xe1\x79\xed\x2d\x05\x41\x39\xcd\xfc\x98\x81\xbc\x20\x28\xcd\x37\xff\xdc\xe6\x9b\x20\x28\x7e\x93\xf1\x5f\x64\x71\xf0\xe6\x24\x55\xda\x21\x5c\xf2\x6a\x44\xf8\x53\xfe\x0a\x7d\xe2\x7d\x9c\x0d\x6c\x4f\x79\xdc\x64\x0d\x43\xc2\xad\x64\xfc\x97\xfd\x42\x3f\xba\xb0\x1c\xf1\xa5\x3f\x65\x7d\x42\xe4\x07\x51\xf6\x78\x9d\xcb\x10\x8a\xb0\x2b\x02\x86\x12\x3a\xe1\x6e\x3a\x7c\xa8\xd2\x1b\xc0\x75\xdd\x08\xc7\x96\xfb\xe5\xf5\xec\x87\x0c\x6f\xdd\x73\x89\xca\x81\xa9\xd1\x43\xff\x1a\x7e\xbf\xc1\x02\xab\xd7\x43\xa7\x4e\xeb\xa4\x19\x31\xc1\xca\xbc\xd7\x42\xb3\x46\x81\x63\xfa\x0f\xe9\xe3\xd7\x43\x67\xc8\x88\x5e\x83\x95\xc3\x6c\x1b\x5b\x0c\x35\x37\x6b\x78\x58\x57\xb7\xc9\x90\xe6\x03\xcf\x9d\xdd\xac\xdb\xdd\x6c\xee\xc0\x1e\xa5\x1d\x74\x35\x07\x79\x0d\x58\x77\x7f\x55\xe3\x6e\x83\x26\x0c\x08\xfe\x50\xa1\x9d\x3b\x48\xa5\xff\x5e\x41\xd0\x5a\xd2\x5f\xab\x4f\x94\x20\x34\x9c\xda\xf7\xb8\x69\x8e\x20\x68\x14\xf6\x8a\x34\x31\x11\x04\xf5\xed\x26\x3f\x7a\x9a\x09\x82\xda\x7a\x93\x30\xa3\x33\x82\xa0\x7a\xdf\x24\xce\xf0\xb5\x20\xa8\xdc\x78\x28\xc8\xd1\x4e\xe9\x56\x95\x3a\xe1\x57\x97\x2c\x9b\xd3\x6d\xa7\x7c\x6b\x03\x42\x53\xd3\x2b\xba\x92\xfe\x45\x52\x15\xd7\x41\x3a\x52\x33\x88\xc6\x49\x8c\xbf\x39\x65\x91\x22\xdc\x46\xd2\x7d\xf8\xad\x29\xa3\x09\xb7\x08\x5c\x3a\x9e\xfe\x7d\xa5\xb3\x05\x65\x91\xdd\x35\xad\x59\xdf\xb9\xc4\x86\x74\xa0\x6d\x4d\x27\xd7\x34\x1e\x0b\x58\x5c\xb1\x29\xea\x1c\xac\xe4\x3f\x2a\x7b\xd2\xe2\x41\x7f\xaa\x47\x9a\x6f\xb0\x8e\xb5\x2e\x69\x38\x75\x60\xb6\x75\x27\xd7\xed\x9a\xeb\xfb\xfe\xb0\x9a\xbd\x7a\xa4\xd6\xd6\x5e\x9b\x2d\xc3\xb6\x0d\x68\xa4\x6e\x7c\xc3\xc2\x23\xd6\xb2\x51\x97\x1e\x85\x13\xb3\xd2\xfa\x35\x6a\x64\xb4\x72\xc2\x9f\x17\x1a\x68\xe5\x75\x5f\x33\x61\x5c\x65\x0b\xcd\x37\xdd\xde\x8f\xff\xfb\xad\x46\xc3\x9d\xdd\xcd\xc7\x3d\x16\x04\x8d\x4a\xc3\x57\xa3\xcd\x04\x41\x7d\x7f\x97\x6f\xc3\x67\x08\x82\x9a\x61\x97\x3b\x43\x32\x05\x41\xf5\x60\x67\x9f\x41\x15\x82\xa0\x92\xd6\x79\xf5\x80\x28\x41\x50\x59\xd2\xf1\xaf\x7e\x0e\x82\xa0\xbc\xef\x76\x7f\x6d\xca\x8e\x96\x6e\xd3\x27\xfc\x21\xf7\x43\x67\x1a\xe7\x67\x5d\x59\x17\x24\xa9\x6a\x30\xa3\x67\xab\x86\x52\x5e\x7e\xdf\xd9\x31\x74\x7f\x2f\x3c\x69\x22\xad\x10\xc1\x82\x15\xcd\x93\x80\x50\x5e\x38\x96\x57\xd9\xd2\xe7\xdc\x53\xa6\x13\x5e\x3a\x3b\xc1\x9e\xfe\x7e\x52\xc5\x6c\xc2\xfd\x46\xb5\x76\xfa\xa0\x5a\x06\x0c\xce\x73\x2a\x6f\x63\xa7\xa0\xda\x67\xa8\xe3\xda\xde\x11\x2a\x7f\x1b\x1b\x3a\x4e\x1c\xff\x49\xad\x65\xb7\x08\xc7\xd6\x8e\x49\x6a\x45\x5d\x14\x66\x9f\x59\x76\x55\x7d\x40\xc7\xc6\xb3\x35\x83\x3c\xd5\x1d\xda\x5d\x71\x18\x15\xd3\x58\x7d\x98\x41\x17\xfb\x96\x29\xdd\xd4\xde\xb4\xf9\x3a\x6b\x42\xd1\x08\x35\x0f\xfd\xcf\x33\xcb\x6f\x4f\x51\xdd\xae\x1f\x38\x73\x5d\xf5\x70\x95\xed\xfa\xd3\x67\x7c\x12\x04\xe5\x66\xad\x47\xda\x0e\x15\x04\xa5\x06\xad\x9d\x26\x79\x08\x82\x62\x59\xeb\x59\x16\xc5\x82\xa0\x18\xd2\xea\xc1\x78\x3f\x41\x50\xd4\x6c\x75\x6a\xac\x9a\x20\x28\x5c\x69\xe5\x37\x72\x9f\x20\x28\xf8\x5f\x12\xda\x91\xbf\x79\xc9\x26\xb4\x13\x38\x1b\x36\x90\xd0\xc6\xa4\x5c\xd6\x83\x39\x1c\x3c\x8e\x76\x4c\xfb\x16\x5b\xd1\x3a\x10\x6e\x6e\x43\xb7\xaa\x83\xe3\x59\x27\x63\x5d\x95\x3d\xc5\x8d\x95\xcb\x66\x53\x15\x72\x8f\x87\x2e\xc4\xab\x72\xd1\x9d\x4b\x79\x70\x5b\x63\xc6\x4f\xc7\x1e\x75\x27\x3c\xa8\x77\x7b\x4f\x5a\x69\x8c\x52\x3c\xbf\x37\x8d\x05\x3a\xaa\x7a\x36\xe8\xfe\x5d\xb1\x6f\xdb\x37\x9e\x63\x46\x7e\x54\x0c\x6b\xed\xed\x39\x61\x66\x91\xa2\x47\x8b\x52\xcf\xe6\x8b\x8b\x14\x52\xf5\x5c\x16\xf9\x6f\x6a\x2c\xef\xaf\xd7\x7b\xd1\x93\x7d\x2d\x81\xa6\xe7\x3d\x1e\x26\xdd\x00\x9a\x6c\x73\x7f\x9d\x7f\x03\x68\xfc\x79\xe1\x1f\x37\xae\x01\x3a\x8f\x17\xe4\xbc\x8c\x04\xb4\xd7\xba\x95\xff\xfc\x01\x68\xe9\xcd\xa1\x7b\x99\x9a\x49\xb3\xf7\xd0\x19\x2a\x6e\x66\x8c\x68\x1b\xe6\xd8\x91\x55\x2f\x9b\xba\x9f\xde\x1f\x6a\x43\xba\xc5\x05\xd7\x4c\xa8\xbf\xce\x56\x0c\xa6\xe7\x3f\xd9\x7f\x34\xad\x7f\x47\x9e\xb3\x2e\x4a\x74\x05\xf7\x73\x64\xd0\x74\x52\x99\xde\x6a\x61\x4f\x3c\xaa\x40\x47\xbe\x85\xbe\xea\xe9\x5c\xca\x0e\x2f\xda\xe2\x46\xed\xe6\x5a\xc8\x78\xf9\xcc\x44\x2f\xf2\xdf\x72\xf0\x12\x8a\x1f\x43\xb6\x2f\x27\xb4\xd6\x50\x67\x15\xe1\x1d\x2d\x2e\xf8\x24\x69\xcc\x03\x9a\xaa\xad\xd5\xe8\xa8\x06\xe8\x68\xaf\x35\x18\xa2\x01\x68\x7e\xf6\xc9\x99\x7a\x04\xd0\xb0\xf1\xf1\x5c\x78\x16\x50\x3d\xe6\x83\x80\xc9\x80\xb2\xd3\x1a\xcb\x48\x5d\x40\x71\xcd\xea\xe0\x84\x29\x80\xfc\xf3\x55\xe3\xb2\xb7\x00\x72\x19\x2b\x87\x5c\x51\x03\xe0\xbf\xc2\xe8\x09\x21\x93\xcb\x07\x7e\x23\x86\xd3\x62\xa9\xee\x87\x3b\xd8\xce\xcb\x66\x3b\x47\xba\xc7\xeb\x2c\xdd\xe7\x74\xe8\x22\xda\x33\xd7\x98\xdf\x76\x32\x6c\x22\xe5\xa7\xe3\x13\x6d\x58\xff\xe0\x99\x1d\xc5\xff\x08\xaf\xd9\x94\x4d\xdf\x6a\xea\xe2\xc8\xfd\xcf\x6a\x04\x6b\x5a\x2d\xa4\xb8\xb8\xf8\xc1\x22\x8a\x0b\xf3\x1d\x96\x50\xfb\x38\x34\x5a\x46\xf7\x7b\x6d\x5e\xac\x24\x94\x61\xf4\xe0\x35\x74\x6b\xbd\xaf\x31\x6f\x4c\xdb\x19\x33\x5f\x40\xb5\xcb\x66\x52\x71\x97\x5f\xb7\xa5\x8d\x1e\x33\xec\xc6\xf6\x26\xc5\xeb\xcd\xb3\x2c\x99\x71\x65\xe9\x4a\xf7\x0e\x37\xb9\xfb\x10\xae\xbb\x51\x2d\x94\x90\xc4\x0d\xbb\x0e\x53\xdd\x8b\xf5\x49\x19\x84\xe7\x06\xea\x5e\xa6\x9b\xe4\x01\x3f\x1e\xd2\x7d\x5e\xff\x94\x3f\x29\xd2\xfb\xb6\x61\x3f\x57\x4e\x67\xbb\xb4\x8c\xad\xd7\x27\xa9\x7d\x52\xd8\xba\x5d\x17\xed\xc9\x27\x16\xf4\xed\x47\x22\x6c\x09\x65\x8f\x69\xce\xf3\x39\xe2\x91\x0b\xf5\x63\xc8\x64\x37\xc2\xb5\x36\x14\xb2\x4e\xc6\xea\x1f\xdc\xcf\xde\xbe\xde\xaf\x45\xbb\x30\x60\x25\x6d\xb5\x9d\xdb\xad\xa1\x75\xc2\xae\xa9\x1f\x8d\x8f\x89\x4d\x03\x08\xe7\x1c\x3a\x8d\x75\x61\x7a\x86\x6d\x21\x1e\x51\x8b\xc1\x5b\x59\xe7\xff\x43\xa8\xa4\x5c\x17\x76\xb5\x39\xad\xb4\xe1\x23\x7b\x11\x93\x26\x4c\x8f\x75\x0f\x76\x54\x38\xd3\x59\x2e\xb4\xdb\x2a\xaa\x8f\xb1\xc3\x91\x2b\xd0\xec\x18\xc1\x95\x56\xb6\x5d\x3d\x4d\x7b\xde\x90\x66\x17\xe8\x97\x82\x13\x2a\x09\xc7\x08\x2e\x7b\xcb\xfc\x18\x5f\xf6\x33\x50\xe2\x3d\xf8\x8d\x64\xeb\x23\xd5\xbd\x58\x29\xb5\x87\x77\x22\xe5\x2d\x76\x71\xbf\xef\xdf\x3d\x9b\xb2\xfc\x91\x1b\xe6\x12\x7a\xbc\xcd\x85\xc7\xf7\xa6\x41\x5e\x34\xaf\x7d\x4d\x96\xad\xe4\x38\xb8\x8a\x70\xbe\x45\x27\x7d\xc8\x6f\x17\x17\x3f\xfa\xd5\x99\xd7\x02\x69\xe7\x39\x49\x6f\x23\xad\x0b\xa3\x4d\x83\x68\x07\xd6\x6f\x53\x08\xc5\x8f\x4e\x35\x3b\x08\x9d\xd3\x4d\x89\xf0\x62\xff\xf7\x8e\x66\x1b\xd5\xa3\x39\xed\xd9\xf7\x8e\x33\x21\xa4\x39\x6a\x09\x57\x2c\x8b\xca\x72\xa4\x06\xd9\x53\xc8\x8a\x34\x7b\x82\x83\x08\x49\xd9\xb3\x80\x99\x05\xbb\xc2\x4e\x12\x03\x6f\x57\xff\x22\x42\xda\x22\x37\x33\x52\x12\x61\xf6\x8a\x22\xd9\xce\x94\x1f\x74\x26\x90\xf1\x3f\x82\x24\x3d\xf3\x8d\xd2\x7d\xff\xc0\xfe\xbf\xb7\xcf\x81\x6b\xcc\x3a\xd9\x15\xe8\x46\xf8\xf4\x8e\xc9\x5e\xd4\x9f\x32\x1d\x20\xff\x14\xf6\x7b\x95\x82\x1f\xe3\x7d\xfb\x59\xa5\x64\x9e\xd6\x7a\x8a\xa7\xb3\x15\x36\x53\x3b\xd9\x4a\xea\x0c\x13\xb1\x8d\xf0\x99\xa1\x08\xa3\x89\x60\xda\x21\xc2\x81\xe7\x43\x14\xed\x2f\x35\x1f\x47\x9b\xb3\xff\x07\xfb\x4b\x36\xac\x19\x21\x7e\x71\x9b\x8d\x09\x97\x89\xbb\x3f\x86\x15\xaa\x9c\x79\x64\xc6\x25\x2d\x89\x66\xbb\x89\x10\xe6\xd8\x14\x56\x1e\x89\x6b\x9e\x44\x11\xea\xc0\x86\x5c\xda\xe1\xc4\xd4\x5c\xa5\xbd\x70\x8c\xc5\x53\xba\x31\x1c\x1d\xfb\x85\x56\xfe\x5f\xbc\x98\xd7\x6c\x43\x97\xb3\x65\x3d\x1d\x99\x2e\xca\x1e\x77\x0f\x3a\x07\x84\xad\x5a\x42\xbc\xf0\x20\xcf\x15\xc4\x52\x5a\xb7\x83\x55\xf5\x57\x05\x07\x78\xf1\x3c\xd8\x48\xb3\x6f\xc1\x8b\xcd\x5c\x07\xa6\xdd\x56\x6a\xa7\xe9\x6b\x59\x1f\x66\x52\x49\x18\xa1\x51\xa3\xdf\x32\x5e\x3e\x68\x20\xf3\x61\x7a\x18\x33\x0f\xa8\x75\x0d\x8f\x66\x75\x9b\x23\x52\x06\xe3\x84\x35\xdb\x63\x57\x9a\x11\x12\x7c\xdc\xd2\x78\x24\xbf\x1e\x4d\xbf\x70\x6c\xca\x4c\xc2\x6f\x8f\x99\x2e\xa2\x96\x3d\xe6\xcf\xcc\x94\x84\x6b\x91\xf4\x8d\x09\x15\x8c\x3c\x1f\xf5\xc8\x22\x1d\x95\xf8\x45\x65\xb4\xa3\x89\x8f\x79\x44\xf1\xe4\xc8\xee\x3f\x69\x3c\xfd\x07\x2f\x46\xd2\x8f\xd9\x2d\xd5\x07\x09\x27\x1c\x3c\xfc\x16\xf3\x80\x42\xb4\xb9\x2e\xd6\x86\xc2\x75\xf4\xbc\x6b\xf7\x6d\xa0\x1d\xf6\x72\x63\x46\x13\x17\x19\xf0\xec\x9c\xe7\x1a\xca\xf5\x0e\x3c\xc2\xe9\xe4\x39\xf5\xe1\x6e\xca\x54\x4d\xcc\xdd\x4b\xe3\x7e\xd8\xc3\x18\x62\x25\xf4\x37\x8b\xa5\xf1\xd2\xb5\x86\xfd\xd6\xdb\xca\x4f\xad\xac\x9f\x38\x89\xfd\x4f\x95\x74\x30\x4e\x59\x72\x65\xbf\x53\x96\xbc\x13\x4f\xbd\xc3\x8c\xdd\x94\x0a\x3b\x8a\xd0\xa9\xa7\xdc\xc3\xf9\xfd\x00\xda\xf1\xa5\x58\x73\xbd\x83\x14\xfd\xc3\xcc\x7f\xc9\x3e\x43\xb8\x78\xf2\xf4\x52\x42\x56\x93\x8e\xdf\xa3\x9d\x6e\x52\x15\xdf\x20\x4f\xec\xf9\x0f\x31\x14\x12\x66\x0b\x75\x78\x31\x71\x12\x0f\x20\xa6\xa5\x68\xb7\x19\xf8\x86\x49\xfe\xd3\x5f\xf9\x0d\xdd\x44\x71\x6c\xc5\x8e\xad\xc4\xca\x58\x7c\x3d\x8c\x32\x31\x32\x1e\x90\x73\xd5\x6e\x5a\x37\x66\x64\x31\x3f\x62\xd2\x8a\x68\x52\x2b\x18\x57\xc1\xf5\x73\xcc\xad\x98\x0f\x63\xfa\x36\x81\x46\x69\xc7\x03\x27\x68\x9f\xd5\xcc\x91\x6f\xa3\x2b\x6a\xa7\x49\x99\x3d\x19\x1f\x26\x2b\x86\xf9\x30\x59\x31\x46\xd4\x13\x99\x9e\xc3\x68\xeb\x9a\x51\x30\x95\x66\x6c\x66\x8d\x1b\xc5\x8b\x8c\x93\x6b\x69\xe7\x9a\x99\xc5\xcc\xbb\x4c\x6f\x66\xe0\x64\x14\x30\xf3\x20\x63\xc1\x05\x62\xf8\x9e\x0d\xbb\x4d\x3c\xb3\xb3\xe3\x5f\x51\x4f\x9c\x09\xfc\x8b\x72\x48\xa9\xaf\xf9\x6c\x2d\xe3\xc5\xfc\xaa\xa3\x74\x98\xf2\x74\xe1\x1b\x68\x5f\x10\xe0\x15\xfc\x81\xe7\xc1\x36\x8a\xde\x4b\xbf\x45\xd0\x7e\xda\x63\xe4\x6e\xfa\x56\xd7\x60\x46\x97\xed\xaf\xed\xa7\xa7\xb4\xad\x8a\x23\xff\xad\x62\xe3\xa9\xf5\x47\x05\x33\x4f\x60\x40\xce\x09\xd6\x43\xb9\xc0\x2a\x4f\xed\x1d\x4f\x13\x8e\xac\x13\xc3\x7a\x02\xf2\x8f\xb3\xa5\x38\x29\xe3\xc3\x14\x18\xeb\x12\xf2\x5d\x18\x66\x48\x23\x2d\x7f\xcd\x90\xed\xfc\x3e\x33\x1a\xf3\xbd\x5c\x69\x1d\xcd\xef\xc1\x91\xaa\xc0\x98\x75\x0f\x0a\x8c\x19\xf7\xcf\xcf\x4f\xa6\x3a\x39\xf9\x6a\x05\x77\x41\x8a\x60\x1c\x27\x72\x0f\x3d\x53\x07\x9d\x8c\x99\x4b\x9f\x2d\xad\x13\xe9\xaa\x6c\x7f\xe9\xe8\x90\xce\x56\x60\xff\x10\xaa\x9e\x22\xe3\x01\x2d\xaf\x62\x1d\x24\x4f\xdb\xbd\x34\x2e\xe6\x3b\xc4\xd0\xfe\xd8\xf1\x5a\x2c\xf5\xeb\xcc\x4e\x47\x28\x4e\x4c\x6e\x91\x40\x51\x7a\xbc\xe7\x09\x5a\x37\x86\x3e\x39\x49\xb3\xbc\x5f\x70\x2a\xc5\x09\x23\x9d\xb3\xd4\x1e\x6d\xe2\x33\xa9\x5e\xef\x2f\x7d\x1c\xdf\x02\x49\x37\xa9\x44\x9a\x1f\x25\x15\x3a\x74\xc3\xa1\xb4\x33\xf3\x40\x2e\x96\x0d\x69\xcb\xef\x5b\x3b\xb1\x65\x06\x6f\x89\x37\xcf\xe0\x8b\x0e\x5b\xc8\xaf\x8b\x67\xa2\xa8\xc7\x4a\x3a\x26\x91\xfe\x47\xc9\xea\x7c\xd2\x8f\xb8\x90\x5c\x4e\x7c\x8a\xf3\x35\x1c\x27\x8a\x0b\xde\x52\x86\xa4\x58\xef\x1f\x52\xbc\xc9\x97\xf4\x40\xce\x49\xf3\x22\x9d\xf6\x17\x32\x1e\xd0\x8a\xeb\x7b\x88\x77\x2f\xe3\x01\xb9\xfb\xb2\x0e\xd2\x5c\xef\x78\x5a\x9d\x1c\xbc\x13\x68\x54\x4e\x73\x3c\x41\xb3\xd5\xba\x3a\x99\xfc\x1f\x73\x24\x95\xd6\xcb\x21\x31\x67\x28\xff\xd0\x3b\x37\x83\xf8\xb8\x5d\xf5\xd9\x6f\xfd\xed\xf9\xb4\xea\x35\x9a\x51\xcc\xc2\x83\x29\xa5\x52\xa6\xaf\x42\xca\x6c\x5c\x35\xd0\xa6\x7d\xc0\x15\x8f\x4e\xe4\xd7\xd5\x6b\x83\x28\xe2\x54\x9c\xe4\x1d\xed\x55\x17\x47\xaa\x77\x73\xd5\x9b\x19\xcb\x57\x46\x6c\xa4\x9d\xf9\x95\xd4\x3d\xb4\x92\x5f\x29\x3e\x4e\x33\xb2\x7c\x42\x26\x3d\x61\xc5\xe0\x32\x62\x00\x57\x8c\x7e\x40\x23\xb7\xdc\x98\xf5\x30\x2e\xdb\x32\x2f\xa6\xa4\x82\x73\x6f\xc5\x52\x4d\xde\x7c\xd2\x9f\x5b\xd3\x62\x1f\xf1\x9e\x96\x5d\x89\xa5\x68\x22\xe3\x01\xcd\xf7\x38\x46\xf1\xc1\xc5\x31\x91\xd6\x85\x19\x11\x27\x29\x0e\xda\xea\x9e\xa6\xf7\x2d\x74\x58\x8d\x64\xe4\xe7\x74\xe2\x13\x0e\xae\x60\x16\x46\x6f\x49\x0f\xc9\xb0\x75\x31\xf1\x65\x5b\x37\xba\x40\x71\x44\xb3\xf7\x65\x29\xd3\x7b\x45\xca\xfc\xc8\x32\xdd\xb7\xbf\xb3\x3e\xcc\xad\x2a\xe6\x81\xdc\xaa\xe2\x8a\xb7\xb7\x1b\x8e\xa7\x13\xdb\x1d\xd8\x13\xe3\xf2\x4e\x25\x2b\xdc\xdd\x0e\x0b\x24\x1e\xd9\x9d\x11\x91\xb4\xd2\xdf\x39\x7a\x84\xf6\xd1\xb7\x9f\x30\x43\xe7\xd6\x9b\x12\x6a\xa7\x5b\x1d\xef\xd0\xb8\xb8\x59\xf3\x8a\x56\xea\x1b\x69\x9f\xe9\x7b\xaf\xd9\xfc\xa0\x48\x20\xab\x2b\xc5\x75\x82\x96\x07\xc6\xd1\x2a\xeb\x75\xfd\x28\xf1\xc2\x3d\x56\x26\x12\xdb\xc2\x75\xc7\x49\x5a\xbd\x1c\xc1\xfd\x3d\x5d\x87\xe7\xb7\x4d\x54\x06\x8d\xb6\x09\xc7\x73\x88\x2f\x3e\xfc\x7a\x1e\x45\xa9\x81\x81\x05\xb4\x9f\xee\xf9\x93\xeb\xe8\x74\x56\x2c\xa5\x55\xab\xd5\x6c\xd6\xc7\x69\xa8\x73\xf5\x4d\x5d\xff\xef\xad\x64\xfb\xd0\xb2\x21\x29\x79\x3d\x6c\x6f\x40\xcc\xfc\x47\x27\xfa\xd0\x7e\xe2\xa1\xc0\x8c\xff\xaa\xfc\x19\x14\x61\x1f\x3d\x59\x44\x4a\x99\x55\xc3\x02\x42\xd9\xf2\x4c\x7e\x18\x70\x90\x66\xe4\xc3\xa3\xa7\xe9\xc9\x1f\x0d\x3d\x4f\xbf\x78\xbf\xe2\x06\x45\xe4\x87\x36\xac\xc0\x72\xef\xc2\x47\x9a\x89\xf7\x0d\x04\x9a\xd1\x77\xb6\x0b\xf4\xc4\xd7\x47\x08\xff\x85\xff\xd0\xfd\x47\xad\xfd\xd9\x1d\x30\x8c\x04\xfe\x2a\x02\xba\xcf\x93\xf0\xfe\xbc\xdf\xf0\x7e\x01\x18\xe0\x03\x3c\x76\x01\x86\xa6\xb0\x9e\xff\xd8\x16\x40\xe5\x2b\xf1\xac\x0d\xdc\xb0\x16\xdb\x10\x28\xd3\x01\x1c\x1d\xc4\x28\x00\xb8\xad\x00\x2e\x08\x8c\x63\x15\x37\x01\x7c\x8a\x81\xfc\xa3\xc0\x86\x1c\x20\xef\x07\x10\x6a\xce\xf9\xff\xfd\x9d\xf9\x3e\xfb\x71\x4b\xc6\x03\xc5\x11\x58\x54\x02\x5c\x18\x21\xce\x7a\x6e\xd1\x82\x5b\x40\x95\x17\x70\x3e\x8b\x71\x4e\xd9\xbd\xf7\xfa\xf5\x1f\x92\x4d\xfe\x37\xfe\x2f\xfc\x56\xe7\x84\xf4\x2f\x02\x80\xce\x52\xae\xbb\xd3\x41\x6e\x87\x8e\x9b\x81\xef\xf3\x18\xd7\x7e\xbb\x01\x30\xba\x07\xbc\x8e\x06\x4c\xdb\x03\x4f\x9f\x01\xfd\xa6\x71\x3e\x6b\xb0\x3e\xf0\x87\x3d\x30\xea\x21\x70\x73\x14\x60\xd9\x00\xb8\xe2\x00\x4c\x0d\x04\x2e\xbd\x07\x66\x8f\x00\xce\xdf\x05\xe6\x45\x01\x85\x63\x00\x2f\xe7\xdf\xf0\xee\x55\x5c\xff\xa1\xc0\x00\x08\x1f\x0a\xe4\xdb\x03\xfb\xc5\xf7\x13\x81\xe3\x23\x80\x9c\x68\x6e\x87\x5c\x81\xdb\x40\xf4\x57\xdc\x47\x8b\xed\xf3\xac\x80\xdb\xeb\x6b\x18\x88\xb5\x25\x3e\xfb\xd9\xbe\xff\x9b\xff\x70\x78\xeb\x7f\xf2\x1f\xea\xf3\x3f\x7e\xd5\x01\x49\x01\xfe\xfa\x07\x68\x9b\x02\x7c\x9e\x0f\xb4\xab\x02\xde\x0d\x00\xba\x94\x00\x2f\xdd\x01\x71\xbd\x7f\xba\x1e\xe8\xed\x0b\x3c\x68\x0b\xf4\xb7\x07\x6e\x9f\x02\x86\xf9\x01\xd7\x26\x00\xe2\xb8\x2e\x9f\x00\x4c\x9e\x00\x94\x1a\x00\xf6\x1d\x81\xe2\xcf\x7c\x9f\x39\xff\x19\xe0\x69\xca\xfe\xaf\xae\x01\x72\xda\xb3\x2e\xc8\xb9\xb1\xc0\x8e\x5d\x8c\x55\x44\xeb\x33\x76\x73\xcc\x9f\xed\xd9\x99\x8c\xef\x17\x07\x03\x39\x7b\x80\x5b\x3b\x18\x2f\x79\x6e\x06\xe4\xf7\x04\x7e\xd8\x32\x3e\x2e\x8e\x07\x99\xfe\x7f\x7d\xfc\xff\x90\xa4\x61\x70\xa0\xfc\xbf\xf3\x1f\x64\xbc\x8f\xdf\x75\x2f\xfe\xea\x0f\xb4\xf8\x00\x7c\x34\x05\x5a\x77\xf8\xad\xbe\x43\x39\xd0\xe5\x0c\x73\x10\xc4\x7d\xe0\x1f\x4d\xb9\x3d\x6e\x24\x03\x66\xeb\x99\xff\x33\x4a\x1d\xb8\x3c\x13\xb0\x1a\x08\x5c\x90\x03\xa6\x0f\x03\xf2\x6f\x03\xce\xaf\xd8\x9f\x05\xd1\x40\x76\x0e\xb0\xd2\x15\xc8\xea\x28\x9e\x0c\x81\xb3\xb6\xa0\xca\xa6\x19\xcf\xb8\x1d\x32\x0e\x30\x86\x99\xee\xc8\xe3\x21\xbb\x35\x70\x71\x3b\x90\xfd\x83\xb5\x55\xc4\xef\x79\x91\xc8\xed\xf4\x77\x1e\x70\x66\x54\x3d\xfc\x5f\xea\xd3\x43\x81\xff\x07\xfe\x43\xbd\xfa\x27\x4d\xdb\xfd\x27\xdf\xe1\xfd\x66\xa0\xe9\xd9\xda\xfa\x0e\x32\x9d\x83\x07\x76\x40\x57\x3b\xe0\xce\x19\xc0\xd4\x87\xeb\x3b\xf4\x1b\xc8\x38\x97\x18\x2f\x2e\xee\x07\x26\xfa\x02\x45\xd3\x81\xa9\x6e\x3c\xae\x1d\xb3\x80\xcc\x10\x60\x41\x5b\x20\x3d\x11\x58\xe6\x0f\x9c\x59\x03\x04\xe4\x01\x69\xc5\x40\xc8\x6d\x20\xed\x36\x10\xf5\x12\x48\xcb\x03\x8e\x5e\x00\x4e\xab\xf1\xbd\x7f\x31\x16\x9e\x8f\x04\xce\x74\x00\x6e\xef\xe4\xb6\x79\x21\x00\x62\x14\xff\x1d\xff\x97\xf1\x9f\x64\xfe\xef\x5f\x57\x97\xff\xf0\x8b\x07\xf0\x1b\xff\x41\xa6\xfb\xa1\x53\xc4\x7c\xb0\x06\xc9\xc0\x3f\xfe\x80\xa6\x00\x7c\x0e\x04\x34\xb5\x80\x77\x5a\x40\x23\x73\xe0\x45\x0c\xeb\x3d\xc8\x74\x0e\x2a\x53\x81\x76\x46\xc0\x2d\x67\xc0\xf0\x0a\x70\xd5\x08\xe8\x9d\xc7\x38\xcf\x20\x73\xa0\xe8\x3a\x30\xe6\x34\x90\x1b\x0b\x4c\xea\x08\x64\xeb\x02\xf6\x2b\x80\xf4\x06\xc0\xbc\x6c\x66\xdd\x2f\x7e\xc0\xf5\x0d\xc4\x13\x7c\xe2\x23\x60\x8b\x35\x90\xe4\x05\xec\x1a\x0b\xa4\x04\x33\x16\x7a\x32\x01\x38\x7d\x1b\x48\x36\x06\x8a\x0b\x81\x53\xba\xc0\x9d\xdb\x40\xea\x30\xe0\x55\x33\xf1\x74\xc2\x7d\x27\xc3\xff\x65\xe3\x5f\x36\xee\x7f\xe9\x20\x48\xfc\x87\x9d\x92\x0d\xfb\x2d\x3e\x10\xff\xe3\x08\xa0\xfe\xbc\x96\x07\x41\x78\x77\x4a\x2d\xef\xe1\x4d\x32\xa0\xf8\x07\xf0\x7c\x1d\xa0\xf6\xba\x96\xf7\x20\xc6\xaa\x16\x65\xc0\x55\x2d\xa0\xdd\x2d\xa0\x6c\x11\xd0\x73\x1b\xf3\xb6\xfa\xdc\x07\xf2\x33\xb9\x3e\x4c\x66\x2a\x60\x21\xf6\xe9\x77\x60\x7a\x6b\x20\x4d\x1e\x70\x6d\x0d\x24\x16\x03\x8b\xaa\x80\x24\x33\x90\xd2\xed\xb1\x2f\xc0\xe6\x62\xe0\x68\x39\x63\x9b\x62\x1b\x1c\x9c\x09\x1c\x5b\x03\xa4\x9d\x03\x8e\x1b\x01\xc5\x6e\xc0\xf1\x04\xe0\x56\x24\x70\x42\x13\x78\x79\x13\x38\x3e\x14\xf8\x3b\x91\xb9\x86\xbf\xfb\xff\xab\xdf\x43\xeb\xfa\x2d\xc3\xc3\x65\x75\x30\x84\x7a\xfc\x0f\x19\xde\xff\xbf\x78\x0f\x8a\x36\x40\x65\x43\x40\xf5\x27\x70\x33\x10\x68\xac\x0f\x5c\x2d\x00\x5a\x66\x03\x25\xaa\x40\xc7\x00\xf1\x94\x00\x18\xdb\x03\x39\x8f\x00\x33\x6b\x8e\x71\x63\x5b\x01\xa9\x2e\xc0\xe4\x97\x40\xa2\x1d\x30\x3b\x54\xc2\xfd\xc5\xd3\x4e\x28\xb0\xd2\x09\x38\xf2\x03\xd8\x14\x07\x1c\x5a\x0f\xec\x4c\x01\x8e\x44\x00\x87\x9f\x72\x0d\xa5\x53\x62\x9c\xaf\x06\x8a\x07\x02\x47\x6a\x38\x3e\xc4\xbb\x03\xaf\xf4\x81\xc3\x23\x81\x9f\xef\x6b\xc7\xff\x9e\x4e\x75\xf9\x1f\xbf\xfc\x96\xe2\xe5\x66\xe5\xba\xb8\xf8\xff\x97\xf7\x70\x93\xed\x2f\xde\xc3\xfb\xba\xbb\xa1\xab\xfa\x80\xf2\x60\xa0\x64\x09\xa0\xb3\x80\xf5\x5e\x5a\x5f\x07\xce\x99\x03\x5d\x1b\xb1\xe6\x51\xbf\x58\xe0\x54\x3c\x30\xbc\x92\xeb\x97\x58\x3e\x60\xff\xed\xf5\x79\xfc\xce\x2f\x66\x2e\xd4\x72\x63\x20\xf6\x3b\xaf\x1b\xb1\x1e\x40\x84\x2b\xb0\xff\x20\x70\x68\x27\x70\x20\x97\x63\xc1\x81\x29\xc0\xf9\x96\x40\xec\x4a\x71\x27\xc9\x5a\x53\xe2\xbe\x79\xbf\x25\x63\xd5\xb2\x3a\x28\x61\xd2\xfc\x08\x3e\x59\x97\xf7\xb1\xde\xfc\xdf\xf9\x00\xff\x31\x0e\xea\xd7\x3b\x91\xc6\xc1\x53\x53\xa9\x1d\x14\xd9\xca\x78\x0f\x97\xfb\xb1\x15\xd7\x32\xe5\x1f\x40\x9e\x2a\xa0\xdb\x85\xfd\x6f\xab\x09\xa4\x58\x03\x46\x5b\x81\xe3\x57\x00\xb3\x26\x1c\xf3\x26\x24\x00\x87\x32\x80\xe9\x7a\xec\x87\xab\x37\xd7\xf1\xf1\x9e\x0d\xec\x9b\x08\xac\x57\x05\xf6\xda\x01\xe1\xa9\x40\x94\x37\xf3\x28\xf7\xe6\x71\x2c\xdc\x13\xcc\xbf\xb5\x47\x1b\xb8\x7d\x80\x6b\xb0\x55\x7f\x07\x76\x8f\x60\x8e\xa7\x8c\xf7\x23\xe3\x7f\xc8\xfc\x96\xf1\x3e\xea\xf3\x1f\x64\xf6\x57\xbd\x0f\x23\xb6\xf5\x75\x3f\x9e\x4b\xe3\xe1\x5e\x28\xdb\xff\xd0\xbd\x98\xc5\x36\x5f\x3a\x4d\x67\x6a\x01\x6a\x3f\x99\xe7\xd4\xd4\x98\x39\x1c\x1d\x0b\x81\xa3\xba\x40\x9f\xce\xc0\xc1\x01\xc0\xc8\x0c\x20\xfa\x25\x30\xd9\x06\x88\xca\x07\x9c\x7d\x81\xdd\xc3\x81\x25\x7e\xcc\xa5\x5d\x57\x05\xec\x5c\x00\x84\x45\x01\xe1\xf1\xcc\x7d\x09\xdb\xce\xf3\x22\xcc\x9b\xc7\x43\xa8\xbe\x78\xc2\x00\xc2\xda\x02\x35\x9a\xc0\xb6\x7b\xac\xf1\x25\x1b\xef\xb2\xfe\xae\xef\xf7\xe2\x9a\xba\xfc\x07\x99\x95\xf1\x1e\x7e\xe9\xdf\x48\x7c\x87\x17\xd2\xad\xc2\x5f\xfc\x17\xa9\xfe\xcb\x55\xa9\x1e\xce\x65\x89\x1f\x51\x28\xd5\xcb\xc8\x92\xbe\x27\x55\xaa\x3e\x7c\x42\x19\x68\x90\xc4\x1a\x2f\x62\xdc\x88\xed\x01\x74\x5f\xce\x1a\x59\x83\x2b\x00\xf1\xac\x68\xf9\x09\x88\xf0\x02\x66\x6f\x01\x42\xdb\x02\x8b\x9e\x01\xdb\x0d\x01\xff\x0b\x40\x88\x37\x10\x3a\x17\x08\xb6\x04\x62\x6f\x03\x41\x16\xc0\xa9\x21\x1c\x43\x8b\x2a\x81\x4d\x5f\xb8\xc6\xe0\xc6\xb3\xc0\xab\x9a\xda\x79\x2e\x1b\xe7\x32\xbf\xbd\x3c\xea\xfa\xbb\x60\x3b\xdb\xb9\x92\x7e\x94\x8b\xc4\x13\xfa\x55\xf7\xc6\x93\xed\xeb\x4d\xf5\xfc\xbf\x2e\xcd\x03\x69\x9c\x94\x49\xf3\xa3\x68\x03\xdb\x73\x3f\xd8\x9e\x91\xda\x4f\x76\x0b\xed\x50\x7b\x5e\x6f\xc4\x71\xaf\xad\xcf\xe3\xbb\xc3\x48\x20\xc2\x06\xe8\x93\x05\x84\xae\x06\xc6\x36\x06\xb6\xee\x05\xa6\xff\x04\xb6\x54\x03\x0b\xab\x80\x4d\xad\x01\x5f\x33\x60\xbd\x1b\xb0\xfd\x05\xb0\xae\x2d\x70\xe0\x29\xe0\x77\x01\x48\x6d\x03\xac\x5d\x0b\x14\x1c\x06\x7c\xd2\x80\x1b\xdb\x81\x35\x2d\x81\x17\xda\xc0\xaa\x4c\xe0\x47\x33\x60\xa9\xc4\x9f\xf6\x90\xc6\xc3\x7c\xdd\xba\xfe\xce\x96\xf6\x97\x0e\x52\xbd\xb5\x19\xd2\xde\x49\x56\xf7\xe7\xcd\xa2\xba\xfe\xdf\x95\x6e\x17\xde\x90\xec\x2f\xfe\x43\x73\xb6\x7c\xca\x06\xce\x48\x71\x33\x59\xfa\xfb\xa3\xd2\x3c\xd9\x9f\xc0\x76\x57\x5b\x40\x79\x13\x10\x3a\x47\x7e\x51\x8b\x19\x40\xf0\x71\xa5\xa2\x1e\x06\xc0\xc6\x3d\xaa\x3d\x87\x05\x01\x01\x59\xea\x2d\xa7\xe4\x00\x6b\xf3\x35\xd4\xe7\x85\x00\xab\x3d\x35\xb6\xae\x6e\x01\xac\x98\xa4\x71\x66\xab\x02\xe0\xfd\x5e\xc3\x33\xda\x1f\x58\xb2\x4d\xbd\x32\x69\x1e\xe0\x55\xaa\x3e\x35\xf7\x22\xe0\x69\xa5\xe6\x73\x75\x0a\xe0\x71\x5a\xf5\xf1\x93\x13\x80\xbb\x8f\x6a\xc8\xd7\x23\xc0\xfc\xae\x2a\xa4\xdb\xee\xf4\x55\x49\x53\xb4\xf6\x36\x0a\x87\x44\x6b\x27\xb5\xcf\x54\x69\x5c\xd8\x48\xe7\x10\x6b\x69\x2f\x2d\xe3\x7f\xc8\xf8\x3f\x32\xff\xeb\xf3\x7f\xce\x4b\xb7\x47\x72\xae\xca\x11\xaa\x72\xa6\x4a\x99\x4e\xc3\x49\x21\x5c\x27\xe7\x48\x8d\x16\xe5\x67\xf6\x39\x68\x53\xa4\xdd\xe9\xab\x4d\x33\x66\x4b\x7a\x63\xaa\x87\xb0\x6e\x5f\xd3\x66\x3a\xc6\x80\x4f\x96\xde\xa0\x4e\x0f\x81\xe5\x9f\x5a\x0c\x1f\x38\x45\x6e\xdd\x12\xad\x16\x85\x16\x5f\xe4\x1d\x3d\x1c\x5a\x1a\x39\x56\x2a\x0c\x77\x7b\xd1\xe2\xc5\xd2\x1c\x85\xb3\x73\xc3\x5a\xec\xdd\xd8\x57\xb1\xa1\xcb\x5f\x2d\x46\xed\x36\x50\xec\xeb\x94\xa5\x57\x96\x10\xad\xf0\x75\xf6\x13\xbd\xf5\x59\x7d\x15\x4e\x38\xdc\xd2\x1b\x54\xa6\x22\xff\xd2\xc1\x54\x6f\xdc\xc3\xb9\x72\x33\xec\x63\xf5\xfe\xf9\x68\x0e\xdd\x19\x13\x9a\x93\x0e\xef\x94\xd7\xba\xa4\x87\x62\xad\xaa\xd3\x4a\xb4\x13\x3f\x68\x2e\x13\xed\xb8\x73\x0d\x48\xe7\x7f\xec\x3b\x75\xe2\xc7\x8c\xee\xa3\xb2\x41\xb4\xf5\xf9\x3f\xf5\xfd\x2f\x9a\x2a\x47\xd9\x81\x2c\x2d\xe6\x05\xa4\x5e\x69\x4c\x79\xa5\xe3\x13\x9a\x51\xbe\x3f\xae\x8a\xeb\xa6\x44\x45\xb4\xa1\x91\x12\xaa\xdf\x81\xb2\xef\x9b\xd2\x58\x47\xc0\xc7\xa3\x33\xfd\xdd\x52\xa5\x2e\x85\xaa\xa9\x62\xbf\x19\xb6\x6a\xdd\x57\xee\x8b\x6b\x54\xd7\x62\x13\x13\xa5\x2e\x8e\xaa\x86\x36\xa3\x3a\x2a\x1f\x98\x19\x63\xd8\x6e\xba\x8e\xaa\x9a\x6d\x75\xd7\x2d\xee\xf2\x6a\xfa\x93\x17\x77\x39\xe7\xd7\x46\xbd\xa9\xb5\x61\x97\x96\xa1\xc9\xea\xf7\x2d\x0e\x76\x6e\x72\x30\x48\xa3\xcb\x84\x2d\x9d\x56\x9c\xee\xa8\x31\x75\xdc\xcb\x8e\xbb\x2e\x98\xa9\x0b\x63\xbf\x74\xec\x7d\xd7\x41\x7d\xfd\x58\x93\x0e\x97\xde\x54\xa9\xb9\x8f\xc9\xed\x90\x2b\x08\x2a\xcf\x47\x1a\xb5\x73\x16\x04\x65\x77\x19\xcf\x63\x70\x9f\xd6\xae\x82\xa0\x10\x35\x70\x4d\xab\x58\x41\x50\xd0\x1d\x10\xd4\x32\x5a\x10\xe4\x03\x07\xa8\xb7\xf0\x16\x04\xb9\xfc\x5f\x71\x20\xa0\x9e\xff\x36\xcc\xfb\xc9\xac\xe1\x3a\x48\x29\xfb\xf4\x29\xdf\x7a\xb4\xbc\x23\xe5\x1b\xf7\x07\x18\x7e\xa5\x71\xdf\xdf\x98\xb2\x48\xdb\x1d\x8d\x69\x85\xdd\x68\xc6\x3c\x09\x9f\xa5\x7d\x08\x5d\xf1\x2a\xee\x4f\xf9\x1a\x97\xf9\x03\x28\x12\xd9\x9b\x98\x69\x35\xb1\x03\xa6\xfa\x0f\xea\xdd\xb5\x9d\x62\xaa\xe5\xe2\x81\x33\xcd\xf2\x54\x83\xc6\xf5\x1b\xa8\x34\xc9\x4d\xdd\x6b\x64\xdf\x01\x0d\xe7\x7c\xd6\x78\x63\x7e\xaf\xff\xb4\x95\x3e\x0d\x1d\x07\x7d\xee\xb7\x2f\x78\x8f\xe6\xc6\x01\x4d\xfb\xba\x46\xff\xa9\xd5\xa1\xaf\x4f\x1f\xdb\x93\x7f\x6a\xcd\xec\x2d\xf4\x6e\x52\xd0\x55\xab\x5d\xaf\x3f\x7a\xf9\xde\xd8\xa0\x79\xb8\xd7\xda\x5e\x83\x5e\xac\x6d\x98\xda\xeb\x48\xaf\xd9\x3f\x9e\x6a\x3c\x31\xc9\x37\xde\x21\x08\xea\xe8\x79\xc8\x68\xb2\x20\xa8\x2e\xee\xee\xd9\xad\xa5\x20\xa8\x0c\x32\xbc\xd9\xe5\xbe\x20\x28\x4f\x30\xec\xde\x79\xb5\x20\x28\x5d\xe8\xfc\xae\x43\x8d\x20\x28\x9e\xbf\xed\xcb\x3c\x90\xb2\x40\x15\x42\x55\xf3\x1f\xea\xd0\x0c\x49\x3f\xd3\x8a\xfa\x33\xa5\xa2\x23\xf3\xbe\x8e\x74\xa7\x6c\xe7\x7e\x81\xf1\x71\x19\xff\x65\xbb\xfe\x00\x1a\x41\x1b\x56\x0e\x21\x9c\x6b\x6d\xe3\xe1\x84\x53\x2d\x76\x19\x4d\xb8\xbf\x6b\x21\x67\x95\xa6\x2d\x1d\x47\x3a\xf7\x13\xfb\x4f\x54\xd4\x08\x06\x46\x2d\x9f\xa8\xd0\xf6\xbe\xfc\xad\xc1\x1f\x27\xf4\xef\xe3\xa1\xa2\xd6\xef\xe5\xf8\x33\xe3\x93\xd5\x5a\xf6\x72\x1a\x6f\x33\x7b\x8c\xba\x4a\xcf\xb0\x71\x21\x4b\x77\xab\xa7\x76\xd7\x1b\xd7\x62\x93\x93\x86\x62\xd7\x1b\x63\xbe\x47\xf9\x6a\x0c\xe9\x7c\x6f\x8c\xf1\x89\x57\x1a\x9d\x3b\x75\x1a\x3d\x3c\xb7\x8b\x7a\x72\xc7\x2e\xa3\x66\x5e\x5d\xac\xde\xba\x83\xf5\xc8\xbb\x4f\xb7\xab\xb5\xee\xd0\x71\x64\xd6\xb7\x57\x2a\x37\xdb\x1f\x1c\xd6\x4d\x10\x94\x0f\x1b\xac\x1a\xec\x27\x08\x4a\x4e\x06\x5e\x03\xfa\x0a\x82\x92\x62\x9b\x0f\x7d\x2d\x04\x41\xb1\x8f\xfe\xf6\xde\x13\x04\x41\x61\xb3\x7e\x8a\x49\x81\x20\x28\x2c\xba\x9c\xcc\xb7\xc4\x0a\x8c\x9b\x13\x8e\xf5\x8b\xff\xa3\x6d\x48\xd9\xc1\x23\x66\xfd\x18\xff\xae\x18\x48\x7c\xa0\x5d\x03\x87\x11\xcf\x61\xdb\xc1\x51\x94\x6d\xdf\xd0\x62\x1c\xb5\xcb\x1a\x2b\x0b\x8a\x34\x4b\x2c\xad\xa5\xfa\xd6\x93\xa8\xff\xa7\xaf\xb2\xa5\x9d\xc9\xc4\x71\x76\x84\xb6\x0d\x9c\x30\xe3\x01\x2e\x03\x7d\x5a\xce\x4c\xd5\x33\x00\xba\xc7\xcd\xd8\xd0\xa3\xb5\xe2\xa5\xce\xe9\x33\x96\x8c\x8c\x57\x72\x69\x7f\x6c\x86\xf3\x8c\x0e\x4a\xa7\xda\x6e\x9e\xfe\xc4\x53\x5f\xa9\xa4\xf5\x8d\xe9\x23\x02\xb7\x2a\xad\x6e\x59\x6a\x77\x77\x57\x53\xc5\x67\x2d\x5c\xec\x2c\x8e\x29\x28\x36\xd3\x3b\x34\xed\x56\x76\xa1\xc2\x48\xbd\x89\xd3\xda\x56\x0c\x93\x2b\xd0\x73\xb2\xfd\xfc\xb8\x2f\xd0\x7c\xec\xd4\x0b\x5f\xac\x80\x26\x7f\xda\xd0\x3d\xde\xc6\x27\x2d\xe8\x5e\x9a\xb6\xe7\x38\x07\xd1\x36\xaa\x1e\xdd\x5d\xb4\x5a\x41\xc3\x73\xe9\xf5\xa6\xa1\x1b\x45\x2b\xe3\x3f\xc9\xf4\x7f\x4e\xa6\xf5\xa1\xbc\xe1\xd1\x09\x52\xfd\x27\x49\xff\x26\xe2\x06\xa3\x8e\xdb\x35\x2d\x48\x3f\x68\x43\xe1\x24\x9e\xff\x7a\xb6\x74\x02\xf1\xa6\xaa\xc4\x80\xdb\xe8\x59\x74\x3b\x7b\xd6\x05\x07\x42\x21\xac\x2f\x38\x12\xfa\x30\xbc\xe3\x1c\x42\x19\x7a\x04\xcd\xa3\xfb\x80\x06\x51\x6e\xe3\x35\xd7\x03\x2d\x9f\xcd\x2f\xeb\xd4\x57\x6e\x96\x5e\x2b\xb7\x65\x43\x6a\x80\x26\xf3\xdc\xb6\x4e\x75\x00\x74\x5a\xbb\x8d\x5d\x70\x02\xd0\x5a\x3c\x7f\xb9\x9f\x0b\xd0\xe0\xe1\xbc\x94\xf0\x19\x80\x86\xe6\xdc\xd2\xc3\x95\x80\xda\x4c\xd7\xa7\xe9\x2b\x00\xd5\x39\x73\xce\x5f\xea\x00\xa8\x8c\x76\xc9\xbf\xff\x0d\x50\x56\x77\x2e\x17\x07\x9e\x52\x53\x47\xd2\x85\x52\xb0\x98\xf1\x53\xb4\x72\x9b\x6d\xfb\x91\xcd\x9a\x4c\xf1\x53\x4e\xc5\x2a\x52\xa0\x98\x60\xe1\x26\xda\xcc\xe2\x1e\xe4\x47\x72\xf1\x00\xca\x5a\x26\x2c\x1b\x3a\x8d\xd7\xbd\x31\x94\x35\xdd\x35\x9b\xfd\x0e\x99\x3c\x39\x9b\xfd\x9f\x46\x9f\xf3\x69\x35\x93\xc6\xcb\xb2\x71\x8e\xa4\xde\xe0\xa6\xef\x42\xe3\xc6\x31\xc5\x95\xda\x63\x6a\xcf\xf9\x74\xcb\x74\xac\xdb\x42\x1a\x47\xfd\x42\x17\x51\x7b\x74\x68\x42\xd7\x02\xa1\xa5\xb6\x5c\x5f\x41\x0d\x50\xef\xbf\x5c\xaf\x55\x38\xa0\xdc\x73\x79\x9f\x3e\xd3\x00\xf9\x65\xcb\xfe\xb0\xa0\x9b\x94\xcb\xca\x5d\x28\xff\xbc\xac\xf1\x2a\xc2\xff\xbd\x87\x6f\x23\x4a\xca\xd2\x35\xb1\xf4\xfe\x92\x7d\x69\xb4\x32\x2d\x1e\x72\x9e\x98\x8c\x9e\xaf\x2a\x19\x81\x9c\xf2\x86\x66\xb2\xbb\x74\x7f\x79\xae\x03\x5b\xe7\x2d\x6c\xed\x25\xdd\x87\x59\x8d\xd9\xda\x39\x89\x36\xa5\x62\x70\x3b\xee\x7f\xd6\x39\xda\xff\xcf\x44\x9a\x17\x91\x55\x93\x69\x87\xb0\xad\x66\x06\xe5\xf3\x37\x5e\x99\x45\xfa\x30\x6b\xf5\x59\xff\x66\x69\xbc\x2b\x3d\xc5\xc2\x86\xf3\x69\x1e\x38\x1d\x5e\x48\x78\xe8\xb4\x4f\x1e\xd4\x0e\x16\x79\x4b\x08\xd7\x1f\x0a\xc6\xcd\x8d\x3d\x56\xd2\xdf\xb5\x7a\xb3\x86\x7e\x47\x51\x3b\xa0\x27\x47\xe4\x00\xa3\x66\xf3\x41\xc8\xba\x09\x8d\x40\xbf\x80\xf1\x14\xb1\xfc\x12\x9c\xc8\x1f\xbf\x32\x66\xd2\xf8\x9e\x09\xa2\x7b\xeb\xbe\x96\x31\xc4\xcc\x5a\xbb\x2f\xb9\x9a\x57\xa4\x22\xc2\x2b\x56\x47\xdc\xa4\x0a\x25\xab\x82\x5f\x50\xbb\xac\xd2\xf9\x41\x91\x69\xe9\x79\xf6\xd7\xe3\x18\xdb\x05\x12\xde\xeb\xca\xf5\x62\xe0\x42\x36\x61\xf9\x04\xe2\xad\xc4\xaa\x4d\xa6\x1d\xe2\xae\xcb\xd3\x08\x8f\xd8\x31\xde\x9e\xe6\xf5\xa6\x9e\xce\x34\xce\xd7\x6a\xcd\x23\x7c\x6b\x79\xd5\x42\xda\x59\x2e\x32\x58\x44\xe8\x81\xab\xc2\x62\x7a\xda\x99\x89\x4b\xa9\xdf\x27\x7d\x63\x5d\x98\xd1\x03\xb8\x8e\xcc\x40\x5d\x5f\xd2\x53\xea\x6a\xb4\x8e\x4e\x2c\x4d\xfc\x36\x48\x3b\xf2\x2d\xd2\x4e\x36\xe8\x0b\xe3\xbc\x41\xf2\xc6\x64\xb7\x2c\x1f\xab\xcb\xff\xce\x15\xa9\xb6\xac\x59\x4a\x88\xd1\x16\x7d\x56\x56\xd9\x14\xc7\xf7\xfd\x37\x3e\x38\x41\x67\xa3\x8d\x66\xb9\xe4\xcf\xfa\x70\xd6\xba\x0b\xac\x7e\x4a\xf8\xd7\xba\xa4\x2f\x84\x9c\xc9\xf8\x1f\x32\x5d\x94\x65\x1b\xd9\x2e\xe9\xc2\xd6\x53\x4d\xb4\x71\xdd\x27\xff\xe0\xfe\xe7\x7a\x58\xdb\xaa\x18\x66\xd9\xec\xcc\xfa\x20\xfe\xb6\x0b\x13\xd8\x7f\x4f\x62\x61\x2c\x32\x5b\x4c\x3b\xed\x79\xee\xcb\xa9\x1d\x66\xdb\xac\xa2\xfd\x84\xed\x7b\xd6\x4f\x98\x48\xb7\xef\xc4\x71\xc0\xb8\xb1\xc9\xab\x8d\xd4\x1e\xed\x6e\x05\x13\xbf\x44\x4b\x37\x44\xc2\x71\xc2\xa5\x15\x3b\x7c\x7f\x73\xe6\xc1\xfc\xec\x49\xca\xe7\x61\xfe\x3c\x32\xc3\x8a\x67\x52\xbb\x84\x45\x7b\x11\x03\x21\x4c\x71\x3d\x31\x1a\x43\x97\xb2\xe2\xc4\x0e\xad\x04\x3a\x13\x6f\x4f\xc8\xa2\x91\x17\x92\x52\x46\xbf\x1c\xb2\xe3\x11\xf1\x63\xb6\xfa\x72\x1d\x8c\x20\x79\xae\x77\x20\xd3\x45\xf1\x97\xea\xd9\xaf\xf5\xfc\xbd\x7d\xa2\xcc\x98\xef\x26\xd3\x01\xda\xb2\x73\x01\xe1\x2f\x81\x61\x9e\x84\xef\xfa\x28\x7b\xd3\xac\xf4\x06\xd7\x8d\x59\x90\xbf\x86\x98\xa7\xce\xed\xfc\xa8\xb7\x66\xb8\x07\x10\xee\x69\xed\xba\x9e\xc7\x81\xfa\x26\xd2\xd1\x1a\x74\x84\x79\x21\x3d\xc3\x58\x47\x41\xbf\x2d\xeb\x48\xa8\xe5\xcb\xf8\x30\xfb\xa4\x93\xfe\xde\xc1\x3c\x1e\xf6\x66\x1b\xd1\x8a\xb3\x77\xed\x48\x42\xd8\xa2\xbc\xed\xa8\x7f\xa3\x22\xdc\x09\x51\xde\xb3\x84\x99\x37\x7b\x82\xc3\x09\xa7\xdc\x53\x78\x84\x56\xe2\xdd\xdb\xce\x52\xe4\xd9\x35\xb0\x44\x8d\x7b\xb4\x72\x1d\xdb\x1a\x9a\xe1\x11\x6a\x42\x1d\x5d\x94\x60\x69\x7c\x6c\xce\x61\xbb\x7e\x27\xe7\x6b\x98\xd7\x17\xbc\xdb\x83\x66\xe5\xba\x2a\xae\x13\xe4\x73\x81\x51\x55\xef\x94\xd5\xc4\x17\xf2\x70\xf6\xeb\x24\xda\x39\x9f\xb8\x1e\x96\x4c\x0f\x67\x0a\x36\x53\x7c\x98\x60\x13\x4c\xfb\x89\x61\x83\xb7\xd3\xce\xb4\xaf\x31\xf7\x77\x57\xfd\x5d\xd4\x7e\x7a\x3a\xac\x17\xa2\xb4\x39\x5a\xca\x68\xc8\xf8\x30\x71\x9b\x9b\xd1\x3c\x3f\x18\x66\x44\xfd\x18\x77\x9f\x57\xa8\xb8\xcd\xb6\x92\x75\x5b\xc1\x96\x95\x97\xe2\xaa\x42\x69\x26\xc6\xf6\x60\xa5\x95\x58\xfb\x53\x84\x57\x1d\xd8\x52\x4c\x3b\xfc\xfd\x41\xb7\x69\xfc\xc4\x2c\x7c\x41\x8c\xaf\xe8\x8a\xef\xb4\x62\x47\x49\xfd\x1f\x29\xd5\x7f\x08\x13\xd8\x86\x04\x52\xbe\x6a\xe4\x62\x3a\x61\x6e\x48\x5b\x46\x3c\x30\x7f\x42\x13\x80\x15\x61\x7e\xd4\x1e\x9e\x61\x3c\xbe\xe7\x25\x4a\x7a\x38\xef\xb7\x12\x1f\xc0\xee\xf1\x56\xda\x47\x4c\x8a\xe6\x7e\x1e\xe3\xce\xec\x8c\x41\x6b\x76\xd1\xec\x36\xa9\xd8\x43\xed\xd4\xc1\x29\x9a\xe6\x91\xee\x81\x58\xfa\xbc\x42\x38\xe3\xa7\xb5\x7c\x98\xe3\x8a\xcd\x98\xff\x12\xdd\x9d\xc6\xf5\xb1\x3b\xc3\x98\x07\x13\x3d\x95\x66\x5a\x82\xef\x5c\xe2\x0b\x1d\x6b\xbb\x3a\x84\x6d\x08\x31\x75\x8f\xf5\x8d\x21\x65\x95\xa3\xfb\x4f\x12\xf3\x20\x41\xbf\x90\xce\xc2\xf1\x9d\xaf\x51\x64\x8b\xcf\x78\x4e\x2b\xc0\x11\xbd\x4f\x84\x13\x1f\x92\xf8\x1f\x32\x5e\xcc\x3e\x49\x27\x66\x37\xf1\x00\x36\xa5\xad\x64\x3d\x2c\xa9\x1e\x98\x4f\x27\xd6\x7b\x5a\xfc\x75\x13\xeb\x5f\x7c\x08\xa6\xf9\x32\xe7\xe9\x36\x42\x17\x67\xe4\xec\xa0\xd6\x9e\x3a\x2e\x82\xf6\x51\x16\x93\x77\x53\x2f\x0c\xeb\xc1\xfc\xa7\xfe\x9f\x98\x07\xd4\xa3\x8a\x59\x1a\x06\xce\x07\xc9\x6f\x9d\x96\xf1\x79\xec\x77\x92\xb4\x73\x4f\xbd\x0e\x1a\xbf\xa9\x5f\x9a\x52\x9d\x93\x54\x8b\x6e\x34\x8f\x53\xbb\x0d\xa1\x95\x39\xc5\x9a\xf9\x0f\xa9\x7a\xbc\x12\xa7\xca\xad\xa4\x91\x99\x5c\xc9\x0c\x9d\xd4\xce\xfb\x08\x07\x4d\xf6\x38\x41\xfe\x26\xd5\x9c\xa3\x08\x94\x64\x5f\x46\x38\x66\x92\xd9\xc3\x19\xfc\x7b\x1f\x88\xe1\x7d\x42\xe2\x81\x1c\xad\xe6\x78\x51\x97\x17\x13\xe0\xe6\x4f\xe7\xa5\x35\xfb\x99\xdf\xb7\x4c\x9f\xe3\xb8\x8c\x07\x24\xab\x8b\x35\x3b\x96\x79\x21\x76\xd3\xf7\x10\xbb\xc2\xda\x81\xf9\x30\xe3\x26\xc5\x50\xe6\x65\x68\x65\x1c\xcd\xd2\x3e\x89\x87\x28\x9e\x1a\xfa\x33\x2f\x44\xdf\xf2\x04\xc5\x19\xad\xe2\xe4\x46\xec\x7f\x9a\x74\x32\xcf\xfc\x00\xda\xa1\x64\x46\x34\xe1\x93\x5c\xc7\xae\x12\xef\x65\x30\xcd\x83\x8c\x61\xd6\xd4\xb2\x19\x87\x98\xb1\x9a\xf1\x65\x19\x55\x9c\xc9\x2c\xde\x44\x4c\xcf\xf4\x73\x5c\x4f\x2b\xe3\xfb\x71\x8a\xd8\x19\xda\xac\x4c\x70\x36\xec\x12\xfd\xe2\x99\xaa\x3f\xe8\xf5\x69\xbf\xd7\xd4\xf2\x67\x02\xfe\xa6\x13\x51\x4a\x81\x40\x0a\x92\x89\x52\x1d\x8c\x63\x54\x07\x62\xed\x86\x4d\x74\xf3\x60\x85\xe3\x56\xda\xff\xfd\x37\x1e\x90\xbd\xe7\x3e\xe2\x35\xd8\x6e\x3c\x40\x6a\x23\x96\xc6\xdc\xdf\xa3\x76\x1c\x26\x16\x97\x4c\x17\xc7\x34\xf9\x04\x65\x22\x3a\x0f\x3f\x49\xe3\xa7\xc5\x5b\x56\xa9\x68\x30\xec\x8c\x34\x0e\x64\x7c\xa0\xdc\x97\x7c\x83\x25\xdf\xad\x09\xcd\xc8\x82\xc6\x9d\x69\x5d\xcc\x4b\x34\xa3\xad\x56\xde\x6c\x0b\x8a\x17\xf9\xb7\x67\xd3\x8a\x93\x9f\xb3\x84\xe2\x48\x7e\xe6\x7a\xaa\x07\x93\xef\x15\x49\x8a\x35\x79\x73\x8f\x50\x5c\xcd\xfd\x74\x96\x3e\x9f\x97\xcc\x4a\x0c\x39\xd1\xb7\x69\xfe\xe4\x8c\x7a\x49\xbc\xca\xec\xfd\x5f\x69\xfe\x64\x4a\xeb\xc5\xd9\x30\xc6\xfd\x53\xa9\x3e\xce\xea\xad\xcc\x6b\x5c\xf2\x17\xcf\xef\x5f\x3c\xa0\xd8\xbd\x54\x47\xca\xb1\xfd\x7e\x3a\x77\xcd\xc8\x3b\x48\xbd\x62\xb3\x2d\x9e\x32\x76\xe3\xbf\x30\xef\x6b\x44\x58\x12\x45\xad\x81\x3d\x4e\xd2\xf8\xe8\xa9\xc1\x7e\x77\x2a\x63\xbf\x9b\x7f\xce\xa0\x79\xa6\x11\x74\xae\x29\xfb\x2f\xab\x17\x75\x61\x22\x8f\x87\x92\xe5\x3a\xf4\x97\x17\x5b\x76\xa6\x9d\xfb\x45\x0f\xae\xec\x7a\xd1\x63\x02\xcd\x8b\x0b\x59\xb3\x68\x47\x5e\xe2\xe8\xb5\x93\xdf\x0f\xa0\xf8\x78\xb1\x78\xa7\x2e\xdb\xc3\xc4\xe8\xb9\xb8\x28\x8d\x76\x3a\xe7\x3d\x8b\xe8\x09\x8b\xcf\x5f\x27\x1d\xaa\xa2\x39\x55\x34\x5f\x8a\x0b\x3e\xd2\x88\x2e\x7c\x2d\x90\xae\x48\x9e\x92\x40\x71\x83\xf9\x42\xcb\x36\xd6\xe5\x01\xb9\x6d\xd8\x4f\x51\x46\xc6\x03\x9a\xe5\x70\x84\xe2\xa3\x6d\x15\xf7\xb7\x55\xd6\x09\xea\x85\xb1\x01\xc9\x94\x8f\x19\x0a\xd6\x49\xe9\x7b\xf2\x34\xad\xb7\x46\x85\x99\x34\x9a\x3b\x84\x67\x93\x57\xcd\x77\xe7\x53\xd4\x53\xfd\x5a\xb4\x84\xfd\x2f\x49\x63\x5b\x21\x65\xf8\x2a\x82\xb4\x29\x42\x95\x57\x71\xc6\xa2\xac\xba\xdf\x53\xfe\xf7\x71\x94\x2b\xac\xf8\x8b\xf9\x0f\x57\xe0\x4e\x23\xb7\xec\xe6\x5a\xda\x7f\x56\xa8\x87\x52\x4f\x94\x27\xed\xa7\xf9\x5e\xde\x3d\x85\x76\x68\xe5\xa1\xf9\x94\x5b\x2e\x37\xbe\x4a\x4c\xf8\xf2\xa5\x55\xd4\x13\x97\x84\x1a\xbe\x59\x62\xf9\x83\xc6\xdb\xc5\x2b\x3c\x2e\xb8\x7e\x92\x57\xf5\x3e\xda\xad\xb9\xfb\x72\xfd\xbb\xb9\x6f\x0f\xd3\xfe\xd8\xe1\xe7\x51\x8a\x7f\xd3\x0b\x4f\xb0\x6e\xa0\x54\x1f\x6b\xe2\xfe\x53\x34\x0f\x46\x15\x72\x7f\x0f\xca\xce\xa0\x75\xa1\xf7\x96\x2c\x9a\xd5\xdd\xf3\xf2\xe8\x57\x0c\x9e\x16\xd2\xac\x6d\xa2\x7c\x81\x76\x3b\x6a\x0f\x2e\x49\x19\x4e\x19\x1f\x48\x96\xf9\xbf\x95\xd4\x88\xc6\xf3\x2d\xe3\x76\x14\x91\x6e\xde\xee\x43\xcf\x7d\x33\x73\xcc\x68\x7e\x7f\x5a\x32\x5b\xe6\xcd\xdd\x32\x5e\x43\xfd\x7c\xab\x2a\x84\xda\xed\xd6\xd6\x18\x9a\x2f\x37\x1f\x25\x52\xfb\xdd\xbc\x99\x4b\x19\x91\xeb\x1f\xb8\x72\xcd\x0d\xfb\x7b\x74\x42\xba\x1e\x5f\x4d\x2b\xf8\xd5\x0a\xae\x13\x53\x5e\xc5\x3c\xa1\xb2\x0b\x32\x3c\x4b\xc6\xff\x30\x7c\x5a\xcb\x83\xf8\xbb\x0a\xe8\x92\x06\x7c\x8c\xe7\xd7\x35\x1b\x01\xc3\xf1\x40\x75\x77\x71\x6f\xf4\x1b\xde\x7f\x00\xe8\xbf\xbb\x56\xd7\xff\x8a\x07\xdf\x57\x95\xd5\xb1\x2f\x79\x03\x4c\xb9\x56\xab\xe7\x9e\xff\x4e\xdc\x83\x00\xd9\x6f\x01\x77\x4f\xc6\xa9\x57\xcc\x04\xb2\x86\x03\xeb\x8c\x81\xac\x30\x20\xc4\x99\xef\xbd\x46\x56\x01\x99\x97\x80\x83\x4f\x6a\xef\xbb\x67\xc5\x00\x39\x6d\x81\xac\x3c\xe0\xd2\x0c\x20\x4b\x8b\xef\x92\x9e\x2b\x02\x5e\xbe\xad\xad\x03\x92\xee\x58\x8f\xff\x90\x5f\x0f\xff\x97\xf4\x0f\x64\xf7\xc0\x7f\xe7\x7d\x90\xde\xc5\x4f\xa0\x43\x23\xe6\x7f\xb4\x8d\xab\xe5\x3d\xbc\x1d\x2e\x9e\x11\x80\x97\x56\x40\x77\x05\xe0\x91\xd8\x1e\x3d\x81\xca\x1f\x80\xa9\x3f\x70\x4b\x13\x18\x70\xa1\xb6\x1d\x2e\x69\x03\x63\x0f\x70\x7d\x0a\x1b\x25\xe6\x73\x4c\x6f\x02\x88\x7d\xe5\x1c\xc4\x78\xbd\x78\x52\x39\x73\x17\x58\xfa\x09\x38\xed\x04\xf8\xfa\x01\x69\xff\x00\x5b\x46\x30\x66\x13\xe1\x07\x9c\xf9\x06\xc4\x7d\x02\xce\xae\xe4\x76\x38\x3b\x93\xef\xf5\x66\x64\x02\x97\xdf\x03\x99\xeb\x80\x7b\xd1\x1c\x7d\xab\x53\x6a\xeb\x80\x9c\x92\xf0\xcc\xa4\xa0\x7a\xf8\xbf\x84\xff\xc6\x8d\xad\xc7\x7f\x38\x0a\xb4\x4b\xaf\xe5\x7d\x88\x31\xb4\xd5\x00\xe0\xfb\x62\xd6\x79\x78\xa7\x0e\xb4\xdd\x09\xbc\x5e\x09\x18\x6c\x02\x9e\x99\x03\x9d\x97\xb3\x26\x49\xd7\x3c\xe0\xee\x26\xa0\xa7\x27\x70\xd3\x8d\xeb\xe5\x94\xd7\x30\x3e\x51\xba\x86\xef\xf9\x17\x35\x02\x2c\xe4\x80\x3c\x1d\xc0\xf6\x13\x90\x73\x05\x70\xf2\x03\xce\x5a\x03\x6e\x6d\x19\xc3\x5e\x1a\x2f\xee\x22\x98\x1f\x94\x6a\xc6\x9a\xe4\x29\xad\x80\x9d\x72\xc0\x29\x1b\x20\xae\x17\xe3\xd9\x49\x35\x8c\xe5\x88\x63\xe8\x4c\x10\x50\xe6\xce\xaf\xef\x16\x00\x67\x1b\x01\xd5\xb3\xb9\xfd\xfe\xce\xab\xe5\x01\xd5\xf7\xff\xff\xc2\x7f\x10\xed\xcf\xd6\x8c\x43\xc9\x78\x0f\x1f\xf6\x01\xcd\x55\x78\x1c\xb4\x28\x06\xaa\xec\x81\x36\x6d\x98\x07\xd5\xbe\x3f\xe3\x9c\xdd\xac\x80\x1b\xd7\x01\x93\xc3\xc0\xe5\xd1\xc0\x80\x49\xc0\x85\x1e\xc0\xb0\x7f\x80\x7c\x39\x60\xfc\x55\x20\xf7\x28\x30\x55\x07\xc8\x08\x01\xc4\x13\x4d\x9a\x2e\x30\xd7\x8c\xef\xfb\x7a\x15\xf3\x7d\xef\xd5\x43\x81\x44\x0b\xf1\x24\x09\x24\x35\x03\xc2\x8d\x80\x93\x11\xc0\x81\x34\x20\xa9\x37\x70\xe2\x1a\x70\x32\x9b\xfb\x3c\xf9\x06\x70\xf9\x3a\x20\xae\x4e\xf7\xac\x80\xd4\x3d\xc0\x9b\x4b\x40\x6a\x30\x20\x74\xff\x0d\xff\x97\xc6\xff\x7e\x09\xd7\xda\x2b\xdd\x67\xfd\x37\xfd\x07\xd2\xfb\x90\x78\x1f\x32\xfb\x49\x1d\xd0\x8a\x01\xde\xef\x00\xb4\x5f\x01\xcf\x77\x02\x8d\x67\x03\x8f\x7c\x81\xe6\x5f\x80\xbb\xf7\x81\x36\xc1\xc0\xad\xf7\x40\xa7\x30\xa0\xfc\x29\xd0\x7d\x0f\x70\xb1\x0c\xe8\xa3\xcf\xab\xe3\xa0\x6c\x20\x67\x1e\x30\xa6\x03\xf3\x5b\xac\x2f\x00\x69\x6d\x81\xe9\x4f\x81\x93\x69\x80\xb3\x38\x6f\x1f\x00\xee\x69\xc0\x09\x67\x60\x55\x04\xd7\x2f\x09\x8c\x00\x12\x5c\x81\x50\x4f\x20\xde\x05\x88\x6e\x0a\x1c\xb3\xe0\xbb\xd1\xc7\x3f\xb1\x56\x86\xf8\xff\x97\x04\x20\x31\x00\xf8\x43\xe0\xd7\xd5\x02\x70\xc2\x14\xf8\xb9\x0f\x88\x1f\x5d\xcf\xff\x7f\xea\xf1\x1f\x1a\xd5\xc5\x83\xc5\xff\x74\x52\x38\x2e\x34\xdc\x03\x7c\x9d\x0d\xa8\xfd\xc3\xba\xe6\x2a\x47\x80\xea\x3c\x40\x2d\x09\x78\x3e\x1b\x50\xbf\x01\xdc\xef\x0e\xe8\xec\x02\x6e\x19\x00\xcd\xc2\x80\xab\xf7\x01\xfd\x81\xb5\x75\x1e\x2e\x6c\x00\x7a\x5a\x00\xb9\xa1\x8c\x73\x67\xa5\x02\x23\xda\xb3\x56\xbf\xb8\x1f\x10\xfb\x73\xaa\x1f\xe3\x5e\xe2\xfc\x90\xe1\xfe\xf1\x02\xe8\x44\x7b\xc4\x9b\xf1\xcd\x23\x72\xc0\x0e\x7b\xe0\xa0\x1b\x63\x81\x87\x67\x01\xc7\xdb\x30\x4e\x98\x35\x04\x38\xea\x00\x94\xeb\xb0\xbd\xe7\x00\xc4\x9f\x00\x5e\xbf\x07\xe2\x25\xfe\x43\xac\x42\xdd\xfe\xff\x55\x07\xc3\xbf\x2e\x0f\x40\x86\x87\x0b\x92\xde\xc7\x3f\x31\x80\x9c\x31\xeb\xbf\xc0\x13\x78\x9b\x09\xc8\x2f\xad\xc5\xbb\x1f\x9f\x04\x14\xcf\xd7\xf2\x1e\x6e\x3f\x01\xb4\x03\x99\xff\xd2\xf4\x03\x70\x21\x1a\xd0\xbf\x02\x14\xbc\x02\xba\x1c\xa8\xd5\x3b\x38\xdb\x0e\x30\xbb\x0f\xa4\x0e\x00\xc6\x2d\xe5\x7a\x16\x53\xc0\xfc\x0e\x71\x7e\x1c\xee\xc5\xb8\xff\xa1\x1d\xc0\xf2\xd9\xac\x09\x23\xb6\xc3\x81\x79\xc0\xb6\x4a\xe6\x73\x89\xed\x10\x97\x04\x24\xca\x01\x07\x63\x81\xec\x53\xfc\x39\x71\x3c\x88\xf6\xbe\x3e\xaf\x29\xef\x4e\xd5\xc6\x7f\x99\xff\xb2\xba\x2f\x3b\x96\xd4\xe3\x01\x58\xfd\x3b\xff\x41\x86\xfb\xbf\xd7\x61\xfb\xf6\x1e\xdb\xfa\xbc\x87\xbb\xab\x6a\x57\x7f\x85\x42\xe0\x72\x32\xa0\xf9\x98\xf9\x4f\x4d\xab\x80\x73\xef\x81\x76\x5a\x40\xe6\x65\xc0\xe8\x0e\x90\x1a\xcd\xf5\x1e\x8e\xb7\x04\x86\x69\x00\xf1\x1d\xc5\x3d\x39\xd7\xaf\x98\xae\x03\xc4\x35\x05\xe6\x2d\xe7\x3a\x16\x4b\x7e\x02\x31\xdd\x01\x7f\x05\x20\xda\x13\xd8\x16\xc2\x96\xfe\x93\xf4\x0f\x44\x9b\x55\x08\x44\xbf\x01\xca\x82\x81\x98\x48\xe0\xc1\x21\xd6\x4b\x10\xd7\xb6\xbd\x7f\xd5\xe5\xbf\xc8\xfa\x7d\xf3\xfd\xba\x7e\xfb\xd5\xe3\x03\xfc\x07\xef\xa1\x1e\xff\xa5\x3e\xef\xe1\x56\x10\xdb\xcb\x12\x9e\x7b\xbe\x31\xa0\x38\x92\xf9\x5f\x62\x7b\x64\x66\x01\x7a\x39\x1c\xff\x3b\x64\x00\x27\x26\x00\x3d\x1f\x03\xf1\xd9\x80\x99\x07\xeb\x5c\x88\xf3\xe3\x80\x1d\x30\x6d\x20\x73\xe2\xe6\x8c\x66\x3d\x87\xc5\xfa\xc0\xee\xc7\x80\xef\x38\x60\x77\x14\x10\x72\x1c\x88\xec\x09\x44\x3d\x07\x22\xef\x03\xc7\xaa\x80\x5d\xc5\x40\xf6\x64\x60\xb7\x36\x50\x16\x00\xec\x7a\x0c\x54\x39\x01\xbb\x6d\x80\xcf\x83\x6b\xe7\xbd\x4c\x07\x62\xe3\x84\xba\x7e\xff\x37\x1d\x88\xff\x9f\xee\xc7\x7f\xab\xf7\x71\x59\xda\x15\x16\xac\x66\x9b\xbd\x08\x90\x3f\x09\x9c\x0a\x00\x1a\x79\xf0\x1a\xd7\xca\x03\x38\x3a\x03\xe8\x5a\xc4\x7c\x17\x71\x5d\x15\xfb\x76\xa4\x39\xb0\xa7\x17\x30\x69\x05\x10\xb1\x12\x70\x88\x02\x76\x36\x07\x3c\x0c\x99\xc7\xe3\xe3\x01\x84\x16\x02\x5b\x27\x01\x3b\xca\x80\xa8\x01\xfc\xfa\x84\x35\xf3\x1e\xb2\x5b\x01\x61\x53\x80\xf2\x11\x40\xd8\x64\xe0\xb1\x16\xb0\x63\x3a\xf0\xa5\x55\xed\xb8\x5f\x3f\xbe\xae\xdf\xab\xbd\xeb\xf1\x20\x1e\xd5\xe5\x03\xd4\xe7\xbf\xd4\xc7\xfd\xef\x3e\xaa\xbb\x0b\x96\xe9\x5e\x9c\x97\xda\x29\x47\x8d\xed\x59\xde\x96\x23\xf1\x2d\xa0\xa4\xc3\xfe\x37\xde\xcf\xe3\xbf\x6d\x39\xd7\x6d\x32\xf6\x00\xf6\x14\x02\xe6\x56\xc0\x4e\x07\xc0\xc2\x0f\xd8\x56\xc3\xd8\x7b\x48\x03\x60\x81\x0f\xb0\x55\x8e\x75\x41\x82\xc3\x81\xa0\x4d\x40\xd0\x7a\x20\x6a\x28\xb0\xe5\x27\xf3\x8b\x37\x7e\xe6\xbd\xe5\xa6\x23\xc0\xe5\xb9\xc0\xa6\xd1\xc0\xc3\x17\xc0\x86\xbb\xc0\x47\x3b\x20\xe0\x36\x73\xde\xd6\x1c\xa9\xeb\xf7\x2f\xdd\x8b\x84\x7f\xe7\x41\xd4\xd7\xbd\x78\xb6\x96\xed\x1f\x12\xef\xe3\xa6\xa4\xf3\x51\x21\xa9\xea\xca\x74\x1f\x0a\x02\xd9\x66\x36\x60\x2b\xe3\x7f\x1c\x95\xd4\x35\xc5\x53\x9a\x4a\x23\x1e\xf7\xcd\x92\x79\x8f\xdc\xc5\x83\x75\x3c\xc4\x78\x11\x72\x12\x18\x53\xc1\xfe\x4d\x33\x05\x36\x1c\x03\xe6\x7a\x02\xeb\xcd\x80\x15\xdb\x39\x56\x6e\x2e\x06\xc4\xb3\xa5\xd8\x76\xfe\x76\xac\x9d\xe3\xfb\x05\xc8\x9a\x09\xac\xdd\x07\x94\x5e\xe1\xb1\xf3\xc0\x1f\x58\x33\x05\xf8\xb3\x2f\xb0\xf2\x53\x5d\xfe\x87\x4c\xef\x43\xe6\xaf\x4c\xf7\xc2\x41\xd2\xc8\x9a\x25\x7d\xee\x6d\xeb\x7f\x9f\x07\xb7\x25\x3f\xaf\xc8\x4e\x89\xd2\x7c\x28\x94\xea\xa1\x64\x3a\xb0\x3d\x25\x7d\x5e\xc6\xff\x38\x2c\x55\x21\xe6\xd3\x1b\x10\x51\x0c\x34\x74\x01\xb6\x2f\x04\xda\x58\x01\xc1\x7f\x01\xc6\x0f\x81\x0d\x4f\x80\x61\x1e\xdc\x7f\x36\x5f\x00\x3f\x2b\x60\x8e\x2b\xb0\xc6\x19\x58\xa6\x06\xac\x3a\x0b\x6c\x2c\x01\x56\x0c\x04\x76\x6d\x03\x96\x77\x61\x5e\xad\xb7\x2d\x20\x9e\xe4\x97\xa4\x02\xa5\x2f\x58\x6b\xe8\x8f\x44\xc0\x2b\x13\x78\xf7\x06\x58\xb4\xa5\xae\xdf\x8e\x95\x75\xfd\x9d\x26\x71\x86\xa7\x6e\xaa\xcb\x83\xa8\x3f\x0f\x2a\x97\xb2\xbd\xe6\x5f\xcf\x7f\xe9\x73\xe7\xe2\xd8\xca\xf8\x1f\xb2\x2c\xdb\x51\x5d\xb6\x32\xfe\x47\xa4\x0b\xdb\xad\x59\x80\x5c\x63\x60\xd3\x37\x40\xf7\x06\xb0\xce\x1e\xe8\xbc\x0b\x58\x9b\x03\x0c\x8c\x00\x56\x9d\xc0\x64\x8b\xc3\xc0\xb2\x21\x72\x0e\x8e\xf2\xc0\xe2\x22\x79\x83\x25\x76\xc0\xa2\x3b\xf2\x3d\xd7\xf7\x01\xdc\x67\xcb\x95\x45\x1c\x04\x16\x4c\x97\xeb\x79\x64\x1c\x30\x5f\x13\x7f\x9c\xb9\x06\xcc\x5d\x04\xc3\x8b\x5d\x00\xd7\x36\xc0\xdd\x43\x80\xcb\x57\xe0\x8d\x06\xe0\x3c\xa0\xae\xdf\xb6\x76\x92\xbf\x2d\xd9\x4e\x94\x78\xd5\x13\x76\xb3\x1d\x23\xed\xbb\xeb\xf3\x5f\xae\x8f\x64\x5b\x9a\x54\xd7\xff\x6c\xe9\x76\xdd\xe9\xac\xba\xfe\xc7\xbf\x54\x18\x47\xfe\x9f\x53\xa5\xac\x40\x64\x95\x1a\xe1\xc6\x5b\x5d\x35\xc8\x06\x36\xd4\xa0\xfc\xec\xaa\x6f\x0d\x36\x6b\x98\x00\xde\x23\xb5\x82\xda\xd8\x01\x9e\x9d\xb4\x8f\xf6\x4a\x05\x16\xf8\x35\x6e\x3a\x66\x0b\x30\xd7\xb2\xf1\xd7\x19\x29\x80\x73\x8c\xae\x83\xc7\x24\x60\x76\xaa\xee\x60\xbf\x58\xc0\xbe\x6b\xe3\x6f\xa1\x01\xc0\x8c\x8a\xc6\xc9\x71\x2b\x01\xbb\xbc\xc6\xba\xa7\x1c\x81\x69\xd6\x3a\x86\x45\x39\xc0\xd4\x93\xda\x6b\x6e\x3e\x00\xa6\x58\x36\x1a\xf2\x52\x09\x98\xdc\x4b\xab\xf4\xc7\x16\xc0\xb2\xbc\x21\xe5\x61\xc7\x59\x69\x90\x5e\xf7\xc8\x87\x2a\xca\xa2\x1d\xde\x4f\x89\xf4\xfd\xcd\xdb\xc9\x7d\x14\xa4\x3b\x02\xa2\xad\xec\x2d\xc5\x81\x17\x75\xfd\x2f\x92\xf4\x92\x32\x6b\x58\x17\xe4\x94\xa0\x42\x68\x42\x62\x5e\x03\xc2\x3f\x0f\x6b\xea\x10\x0e\x11\x7d\x9d\xab\xb1\x87\xc7\xeb\xd1\x8a\x13\xec\xd3\x92\xf2\x99\xfe\x29\xfa\x34\xa2\x96\x57\xb1\x5d\xa0\xd1\xe6\x9c\x5c\x3e\x30\x67\x62\xbb\x09\xcd\x9a\x00\xf6\x45\xed\x66\x19\x46\xca\x1f\xb2\xdb\xd4\xbe\xd5\x90\x74\x85\xa3\x93\xe3\xdb\x0f\xb5\xb1\x51\x8c\xb6\xda\xd9\x5e\xce\x35\x58\x69\xed\xc4\x26\xed\x56\xad\x9c\xaf\xdc\x67\xec\x47\x83\x6b\x41\x97\x94\x33\x46\xfb\x1a\xe8\xee\x9b\xad\x22\x37\xb2\x55\xdb\xb5\x89\x31\x2a\x2d\x86\xa7\xb5\x09\xc9\x35\x57\xbe\x3a\x6c\x41\x1b\xc5\x2b\xd9\xca\x1e\x43\xbd\xf5\x57\x3d\xd1\x52\x4a\x31\x7f\xaa\xaf\xf9\xb5\xb7\xe2\x9e\xc1\x96\xad\x15\x04\x41\xc1\xbd\x7f\x66\x4b\x7d\x41\x90\x37\xe9\xb7\xb1\x69\x07\xd1\xdf\xde\xdf\x1b\xd3\xfd\x55\x53\x85\x46\xbb\x44\x6b\x1c\xab\x39\x59\xb4\xb7\xa4\x7d\x94\x8c\xff\x51\xec\xcc\x7e\x67\x05\x2b\x13\xce\x75\xea\x01\x57\x53\x4e\x94\x6f\x4a\x3b\x8b\x5f\xfc\x97\x0f\xed\xa8\x05\x43\x97\x75\xa1\x2c\x51\xd0\xa4\x6e\x84\xeb\xf8\x3f\x63\x82\xcd\xf2\xc9\x3d\x09\x47\x5f\x50\x63\x4c\xb7\x65\x66\x8d\x33\xa1\x9d\xd9\xe4\xcd\xbd\x8e\x37\x4c\x07\x2c\x34\x7a\x6b\xb5\x1b\x2f\x3f\x6b\xf4\xca\x5e\x2b\xfa\x1a\x29\xcd\x18\xd6\xa3\x57\xc0\x04\x15\xe5\x87\x66\xc3\x7b\xa9\x39\x44\xa8\x1a\xf6\x6f\x60\xda\x69\x71\x81\xda\xb0\xde\x86\x26\xb9\xeb\x13\xd4\xad\x4d\xe6\x1b\xaf\x8d\xcc\x51\xff\xa3\x27\x7a\x06\x1f\x5d\xab\xa1\x64\x64\xd5\xc3\x29\x73\xa2\xfa\xe5\xee\x9d\x8d\xce\x5f\xfa\xa6\xee\xd6\xcd\xcf\x48\xfb\x41\x1f\xb5\x94\x6e\xe3\xba\xdf\xf9\xe0\xa7\x1a\x6a\xe8\xda\x2d\x41\x10\x94\x1f\x74\x19\xdd\xa5\x9b\x20\x28\x5d\xea\x68\xd2\xb1\xa5\x20\x28\x46\xb4\xfb\x7f\x94\x7d\x77\x54\x55\xd7\xf3\xfd\x06\x6c\xd8\x45\xb0\xa1\xd8\x11\x0b\x82\x5d\x10\x14\x05\xb1\xa0\x74\x11\x44\x10\x50\x54\x90\xde\x41\xa5\x09\x48\x2f\x8f\x22\xa2\x54\x95\xa2\x82\x80\x88\x1d\x0b\x96\x58\x31\x1a\x6b\x6c\x58\x62\x12\xa3\xd1\x24\xfa\x31\xb1\xf0\x5b\x77\xe6\x3e\x10\x4c\xd6\x77\xfd\xfe\xc8\x3a\x01\x9e\xef\xbd\x39\x77\xce\x9c\x39\xb3\xf7\xd9\xf3\x61\x98\x6b\x53\x93\x5c\xf1\xb0\xc1\x43\x0a\x9a\x9a\xe4\xfa\x0f\xc9\x18\x3c\xb5\xa9\x49\x36\xb7\x99\xff\xf2\x5c\x96\xbe\xf7\xd1\x1e\xdd\xa8\xde\xb6\x7f\x58\x3f\xaa\x7e\x4a\xfb\x1f\xe5\x37\x8d\xa2\x5b\x4e\xd9\xdf\xf1\x6d\xd3\x14\x4f\x0d\xba\xdf\x1e\x6b\x31\x99\xea\x9b\xe1\x97\xb8\x7f\x8c\xff\x23\xe6\x85\xb8\xa6\xcc\x24\x8f\xb2\xdf\x3f\x8b\x75\xef\x1f\xcc\xa6\x6e\xc9\xb3\x7f\x35\xd0\x96\xcb\x02\x74\xe6\xce\x1d\x33\x60\x34\x32\x27\xff\x64\x10\x35\x3e\xbd\xdd\x50\x8d\x70\x03\x37\x83\x81\xed\x93\xc7\x6a\x19\x8c\xb2\x7e\xd4\x61\xf2\xa8\x40\xfd\x6a\xb7\x9f\x3a\xa4\x8c\x70\xd1\xef\x12\x1e\xde\xa1\x66\xe8\x2f\x73\xec\xd3\x5d\x3b\xe4\x0d\xe9\x37\x7b\xd9\xae\x90\x0e\x4e\x2a\x19\x7a\x67\x0f\x2e\x6e\xff\x6e\x50\xde\xac\x57\x17\x4c\xda\x07\x0f\xbc\x37\xab\xc7\x8f\x66\xed\xce\x0e\xd4\x99\x99\xf8\x7a\x81\xdc\x0f\xca\x5b\x75\x4d\x9a\x9a\x64\xf3\x07\xac\xd5\xea\xd4\xd4\x24\x53\xd2\xff\xd8\xe4\x1f\x9b\x9a\x50\xaa\xf4\x7e\xc2\x66\xe1\xf9\x2b\x79\x6a\x90\xee\x41\xef\xb1\x63\x49\xc7\x59\xaa\xff\xd3\xcc\xff\x89\x56\x21\x3c\xaa\xec\xc1\x48\x39\xb6\x9f\xd5\xd6\xb3\x2e\x4c\xa6\xaa\x66\xca\x21\x2d\xaa\xf3\x6f\xf6\xd1\x21\x9d\x9c\x30\x47\x7d\xaa\x9a\x06\xd8\x71\x37\xfa\x75\x7a\xf3\xe9\x7d\xec\xdf\x1b\x11\x5a\x6f\x51\xc6\x7a\x02\x06\xef\x4c\x29\xf2\x4c\xba\x6e\x41\x28\xe6\x98\xbe\x96\xe1\xbd\x14\x80\xe1\xe6\x96\x33\x46\x0d\x92\xd5\x51\xb9\x67\xb9\x53\xf7\x17\xd9\xe5\xca\x8b\x2d\x73\x2c\xaa\x64\xde\xf6\x3f\xb8\x64\x9c\x8b\x3d\xd0\xe7\x2f\xcb\xfc\x8d\xba\x40\xef\xab\x16\x25\xa9\x63\x01\x85\x28\xf3\xc7\x45\xfb\x80\x9e\x67\xcd\xee\xd5\x44\x02\x3d\x9c\x4d\xcf\x9c\x8b\x05\xba\xcf\x32\x59\x7e\x27\x06\xe8\xfa\x87\x71\xc1\xcb\x09\x40\x57\x1d\x63\xea\xdf\xde\xb9\x7a\x3e\xe1\x76\x9d\x24\xfa\xfb\x84\xb1\x7d\xac\x1e\xe1\x16\x1d\xa2\x75\xa9\x0f\x46\xfb\xbe\x5a\xa4\x87\x70\xe8\x18\x77\x5d\xd8\x1f\x3a\x94\xbb\x08\xb8\x8f\xdd\x87\xaf\xf4\x6f\xb6\x4c\xd7\x21\xbf\x4f\x6e\xe4\x2e\xeb\x31\x3a\x6c\xef\xc6\x5f\x8c\x68\x67\xf0\x7f\x66\x4c\xb7\xab\x5d\x3f\x9b\xd3\x7a\x71\xdc\x64\x41\x71\x63\xe9\x44\x2b\xaa\x63\x2e\xea\xbd\x8c\x22\xad\x4e\x90\x1d\xe1\x81\x6a\x73\xed\xa9\xfa\xdc\x67\xaa\xd3\x9c\x0e\xb1\x40\xaf\x74\x27\x1f\x95\x72\xa0\xdb\x26\xa7\xcc\xa9\xe9\x80\x7c\xaa\x93\xc3\xe2\x6e\x40\x87\xf5\x8e\x0f\x9d\x26\x02\x72\xe9\x8e\xb1\x01\x37\x00\x99\x3e\x8e\xf2\xf1\x74\x33\xd4\x41\x25\x97\x90\x81\x15\xed\xf7\x11\x8e\x61\x77\xf9\x14\xc5\xf0\xe5\x7f\xfe\x40\xc8\xa4\xed\xb3\x17\xe4\x81\xcb\x4a\x3f\xd2\xfd\x78\x2b\x91\xf7\x60\x26\xea\xb8\x33\xef\x03\x58\x20\xf2\x20\x0c\x09\xef\xab\xde\xac\x46\xb7\x60\x77\x87\xb3\x5a\x72\x61\x7b\x2d\xaa\x76\x66\x67\xb0\xca\x7c\x9a\x82\x21\xd5\x9f\xe3\x4c\x17\x13\xef\x23\x1c\x66\xf4\xe9\x81\x12\x2b\x9a\x3f\x0f\x5f\x6b\xca\xac\x56\xfe\x65\x4b\x55\xf8\x65\x9f\xb8\x8f\x8a\xc9\x51\x07\xca\x34\xf4\x25\xab\x48\x91\x69\x42\xc3\x6a\xca\x50\x06\x0f\x74\x25\x14\xa5\x63\xb2\xc7\x1f\xbc\x22\x3d\x35\x95\xe8\xcc\xe2\x91\xa6\x41\x75\x67\x8f\xfe\xf3\xa9\xc2\xeb\x21\xc7\x9d\x39\xdc\x27\xf9\x92\xe7\xb9\xe5\xc5\x52\xdd\x76\xdd\xdf\x39\xb4\x32\x5d\x1b\xf6\x12\xb3\xc6\xe5\x1e\x2b\xc6\xbb\xa8\x5c\xa7\x4f\x58\x53\xf4\x94\x22\xb9\xf3\xf9\xf7\xc4\x68\x70\xd2\x64\x7b\xed\xc4\x79\xb0\x51\xe0\xd1\x4a\xbc\xe7\x6e\xa1\x24\x8c\xbb\x37\x33\x0f\xa8\xa0\x64\x36\x65\x4c\xd9\x0b\x59\xff\x27\x75\x32\xf3\x22\xe2\x54\x2c\xf6\x70\xfc\xb7\xa6\x8c\x21\xa8\xca\x96\x70\x0d\xcf\x89\x2b\x08\x6d\x74\x56\x60\x1e\x8c\x9d\xba\x33\x65\xa2\xe6\x2f\xd6\x90\x8e\x8e\x61\xee\x5a\x7a\x2a\xda\x61\x6e\x84\x07\x8c\x7e\xee\x4d\xbc\x99\x3e\x0f\xfd\xb8\x6e\x6f\x13\x2c\x9e\x6c\x83\xd2\x95\x68\x86\x83\xfe\xd2\xa0\x1d\x29\xe8\xb0\x21\x7d\xa3\x20\xf3\xe5\x54\xf9\x0e\x7c\xed\x45\x08\x7a\x40\x23\x2b\x89\x04\x68\x32\x72\xec\x7f\xb2\x8c\xde\xc1\xdf\xf9\x18\xe1\x5c\xbe\x65\x57\x48\x07\xdd\xe7\xfb\x47\x84\xc0\x78\x7b\xbe\x25\x8f\xf6\xc8\x67\x7b\x5d\xc4\x79\x58\xa5\xcf\xa3\xa3\x38\x1f\xcc\x8f\xd9\xd1\x6e\x2e\xbd\x5b\xf6\x0d\xee\x0f\x24\x09\xb7\x20\xbe\x46\x5c\xc3\x52\xc2\xb1\x22\xbc\xec\x68\x3d\x07\xd9\x38\xd2\xb7\xf3\x68\x64\xbb\xd7\xba\xb3\xea\xbc\x7d\x8a\x0b\xe5\x09\x56\xf1\xcc\x83\x59\xb4\xc8\x8b\x50\xba\x39\x3d\x7c\xa9\xca\x3e\xc9\x24\x80\x36\x90\x61\x6f\xf8\x76\x76\x8f\x8a\x8d\xfe\x6c\x7f\x84\x78\x7f\x33\xe2\x36\xef\xbc\x91\x9a\xea\x74\x2f\x3d\xfc\x98\x3e\x7d\xff\x08\x3f\x1b\x8a\x50\x91\xeb\xdc\x69\x85\x45\x84\x47\x44\xb3\x47\xa6\x3b\xf3\xc8\x4a\x02\xa1\x29\xb5\xa4\xb0\xb2\xd1\x8c\x73\xbe\x0d\xee\xac\x18\x1e\xf2\xea\x37\x52\x3e\x0a\xf1\x6b\x22\x44\xc6\x5f\xd4\x71\xf7\xfc\xa3\xa9\x95\x6e\x0c\xcf\x4f\xce\xff\x8c\x79\xff\xcf\xb1\x22\xfb\xe2\xc3\x97\x13\x0e\x2d\xd5\xc1\x09\xd9\xbb\x92\x56\xa5\x8f\xd6\x1a\x42\xd3\x5c\xb3\xf8\x7a\xb2\xd3\x25\x2f\xfa\x16\xd6\xbe\xac\x52\x61\xf6\x90\x79\x02\x73\xdf\x05\x53\xc6\xad\xad\xb5\x81\xe2\x84\xfa\x9d\x30\x3a\xb1\xab\xcc\x8c\xa4\x13\x4b\xe7\xb0\x18\x11\xef\x8d\x17\x99\xab\xf1\xb9\x7d\x52\x79\x64\xdc\x3f\x5e\x4d\x9f\xce\xfa\x71\x97\x96\x12\x1f\x24\xbe\xce\x95\x76\xaa\x38\xf5\x8d\x64\x4f\xfc\xfd\xb4\x8b\xf4\x73\x27\x46\x16\x63\x47\xd5\xd0\x19\x20\xe6\xd5\x19\xfa\x7b\x8c\xde\x4d\x52\x6c\x89\x9e\xfb\x82\x98\x1b\x9b\x24\xef\x45\x25\x03\xb6\x7b\xfd\x10\x1e\x03\x6e\xf1\xe8\x47\xfa\x29\x92\xa5\xac\x03\x94\x24\xcb\x34\x95\xc8\x46\xd6\x85\x09\xd1\x61\x5e\x84\x1f\xdc\xe9\x04\xe6\x96\xe1\x4d\xeb\x60\xb5\x78\xcb\xda\xee\x62\x10\x6d\xa8\xd2\xbe\x50\x0b\x53\x18\x2f\xd7\xab\x62\xd4\x6d\x4a\x18\xab\x56\x8c\x6e\x60\x36\x4f\xdf\x3f\xe3\x88\x37\xd4\x3e\x20\x49\x3c\x89\x65\x88\x15\x8e\xf4\xc2\x3e\x84\xc3\xa4\xaf\xe3\xcc\x23\xdd\x66\x36\xbd\x83\x24\xc7\x92\x32\xb3\x74\x37\xf6\x3c\xc9\x65\x66\x24\x48\xca\x93\xe8\xf5\x69\x0d\x8c\xac\x4b\x16\xb3\xb2\x40\xea\xa4\x93\x84\x8b\x25\x37\x7e\x4f\x7e\x94\xac\xf3\x84\x76\xea\x64\xb9\x77\x74\x86\x8a\x17\x75\x0e\x62\x86\xf2\x28\xed\x17\x14\x7a\x97\xea\x35\x1a\x4e\x74\x12\x88\xd1\x61\xbe\x57\xe8\x3c\x7e\xde\xd2\x7e\x58\x9e\xc7\x02\xe8\x69\xac\x3d\x14\x44\xf1\xcd\xa1\x8a\xfb\x05\xd9\x44\x32\x3f\xc2\x78\x37\xf3\x23\xe6\xcd\x8a\xa1\x8c\x7b\x86\x57\x2c\x9d\xe0\x35\x16\x24\x90\x82\xe1\xb0\xc6\x14\xd6\xb7\x5f\xc2\x28\x1c\x9a\x32\x1f\xb1\xfd\xdb\x16\x33\x83\x75\x5b\x97\xbe\x14\x99\xb7\xb9\x8d\xa5\x0c\x24\xc7\x68\x26\xc5\x8b\x9c\x93\xe6\xb4\x83\xe5\xbc\x5a\x45\x4a\x44\xdb\x36\x06\x51\x7c\xc8\xd1\x89\x63\x9e\x8c\x27\x2b\x31\x6c\xdd\xb8\x87\xf5\x63\x0e\xd4\xd1\x98\xdd\xff\x2a\x3d\x99\xec\x59\x8f\xc8\x03\xb3\x62\xdf\x50\xc4\xcb\xbc\xd4\x44\xfa\x10\xa9\x22\xce\x9d\xb0\x87\xc7\x38\x7f\xae\xd7\xb8\xd1\xf3\x0e\x0b\xf1\x24\x36\x41\xd0\x2c\x7e\xde\xde\x17\x82\xe9\x69\xb8\xac\xd8\x40\xfb\xc6\x4a\x09\xf3\x9e\x6c\x2d\x36\x91\xe3\x58\x44\xb0\xdd\x46\x25\x71\xb4\x7f\xcc\x96\x49\x22\xb6\x81\x96\x1c\xdb\x3b\xee\x5d\x3a\xe5\x97\x83\xcb\x32\x09\xcd\xee\xe9\x9e\x23\x9e\x50\x72\x45\x1e\xc8\x8e\x97\x32\xc4\xe3\x2a\x7c\xc4\xbc\xa0\xa2\x9a\x31\x97\xe8\xf7\x8a\x33\x29\xee\x15\xc5\x9a\x31\xef\x25\xcc\x69\x18\xff\xcc\xcc\xbb\x16\x9d\x18\x56\x22\x29\xb8\xca\x67\xfd\x42\xa7\xc3\x74\xd6\xcd\xbf\x72\x91\x3c\x35\xef\xda\x3d\xc2\x47\xf3\x23\x5e\xd1\xbf\xcb\x6d\xe0\x7e\x07\x52\x5e\xcc\x16\x51\x0f\x43\x42\x3c\xca\x88\x20\xb6\x3b\xe4\x6c\x00\xed\x07\xbe\xdd\x58\xff\xc8\x3d\x2d\x82\xbe\xff\xaa\x0f\xec\xdf\x2b\xba\xc4\xd2\xae\x2d\xd5\xc3\x31\x91\x24\x53\x5e\x31\xcf\x3f\x8d\x56\xf7\x4c\x65\xe6\x01\x4d\x78\x98\x45\xfe\xa0\xe6\xce\xac\x36\xe5\x99\xb9\xc4\x66\xe9\x7a\xa8\xd0\x85\xed\xdf\x79\x80\xc7\xb2\x37\x32\xc4\xeb\x28\x33\xe5\x38\x59\xd6\x30\x86\x74\x20\x76\xdf\x61\x25\xb7\x32\x53\x13\xd6\x83\x69\x70\xf4\xe2\xd1\x87\x66\xb2\xec\x41\x14\xe1\x97\xbb\x87\x64\x92\x9d\x65\x2a\x1c\x2f\x4b\xcf\xd6\x52\xa7\x8d\x92\x21\x67\xa9\x26\x52\xdc\xff\x16\xe9\x41\x14\xbf\x7a\x41\x3b\xf4\xae\xf3\xef\xa8\x2f\xc2\x0e\x91\x27\xd5\x9a\x17\xb3\xc1\x99\xfb\x9f\x05\x0c\xe5\x83\xb6\xa7\x62\x14\xcd\xea\x9a\x1e\x31\xb4\x4e\xa4\x7a\x38\xcb\x5e\x27\xd3\xa7\x59\x94\x30\x0f\x68\x91\x51\x06\xe5\x95\x06\xb2\x5b\x28\xee\x69\xeb\xf2\xf3\xd6\xf8\x3d\x97\xe2\xac\xaa\x1f\xb3\x97\xfa\x25\xee\xa4\x89\x96\xff\x5c\xda\xe6\xa4\x5e\xa5\x22\x43\xaf\xa8\xcc\xef\x4b\xcf\xb5\x3a\x9c\xf5\x40\xaa\x3c\x66\x50\x7c\xac\x1a\xba\x98\x3c\xac\xaa\xdc\xfe\x2e\xbf\xde\x4b\x91\x47\xee\x93\x53\xb5\x3d\x9d\xf2\x8d\x4a\xf7\x22\xfa\x66\x15\xaf\xaa\xc9\x0f\x2a\x74\x4e\x11\xf2\x5c\x1e\x76\x9d\xf8\x36\xe5\x8b\x9e\x10\xf3\xb3\xa2\xcb\x1f\x94\x11\xef\x2d\xff\x42\xa3\x94\x17\xc3\x3a\x3a\x81\x12\xe6\x7d\x79\x55\x45\xd3\x2e\xed\xfa\x38\x81\xf2\xe1\x55\xce\xcc\x73\xb3\x6b\x90\xa4\xb0\x1f\x64\xd0\x7c\x98\xa9\xe7\xd0\x6a\x9b\xf7\x78\x1b\xbd\x5e\xcf\x39\x8f\xe2\xbe\x54\x17\x47\x63\x7a\x31\xed\x56\xc3\x52\xb9\xaf\x88\x52\xd8\x1e\x9a\x75\x79\x95\x7d\xe2\x0d\x8e\xfd\xd5\x3c\x1e\x36\x00\xc5\x85\x23\xfd\x15\x29\xef\x39\xa4\xcf\xcc\xe6\x43\xe9\x5a\xe4\x17\x87\x4f\xb3\x9e\xd6\xc1\xbd\xcb\xc9\xef\x0f\x3d\xf7\xa0\x95\x7b\xb8\x73\x28\xfd\xfd\x90\x4d\x0a\xd5\x42\x0e\xbd\x29\xa0\x6f\x78\x70\x0c\xeb\x49\x1d\xca\xe0\xbb\x62\xb5\x9a\x0d\xcc\x87\x39\xf1\x78\x06\x7d\x6e\xd3\x6f\x0b\x79\xfc\x44\x3b\x41\x55\x2a\xcf\x43\x39\xf1\x8e\x7d\x7b\x70\x1c\x77\xab\x6a\xcd\x03\x72\x54\x60\x1e\x90\xad\xe2\x56\xf2\x17\xcb\x2a\xee\x13\xb5\xf8\x4e\x01\xe5\x49\xf3\x46\xb2\xea\x82\x6e\xee\x2e\xf2\xbe\x89\x79\xcc\x0b\x19\x5b\xc9\xfa\x30\x43\xc4\xe7\xae\x30\xb8\x8a\xf2\xb1\xf6\x7d\x6b\x44\x25\xdb\x66\x3e\xcc\x2a\x19\x5a\x29\xa7\xfa\x29\xd2\x27\x9d\xb4\x52\x25\x3f\xa8\xdb\xc5\x4c\xfe\xba\xcf\xac\xa7\x75\xa2\x89\xf9\x0f\xa7\xda\xad\xcb\xe1\x9f\x39\x52\x9f\xb8\xc3\x9d\xfa\x4e\x56\xf2\xbe\x71\xbc\x81\x99\x67\x75\xef\x8f\xb3\x1e\x8c\xf7\x05\xf2\xc0\x63\xf6\x9c\x4f\x1c\xef\xf3\x2b\xe5\x1f\xc7\xdc\x39\x4e\x1c\xde\xc6\xeb\xa2\xb6\x42\x98\x0f\xcf\xbc\xd6\x7d\xc1\x56\x99\x6f\xa5\xe7\x6c\xe7\xbf\x8d\xfe\xb5\x4d\x7d\x01\xf1\xa1\xcc\xdc\x78\xb7\x5e\x70\x6a\x17\xed\x4a\x06\xea\x65\x14\x2f\xa5\xba\x38\x1a\xc7\xf6\xd1\xeb\xd4\x0a\xaa\x69\xd5\x0e\x6a\x38\x40\x2a\x1f\xbd\xf2\x0f\x51\x7d\x46\xce\xfa\x88\x98\x47\x9f\x12\x2b\x1c\xe7\xc4\x4a\xe8\xf9\x3c\x56\x3a\x3d\xa7\x33\x9c\xfc\xf5\xec\x69\x56\x7c\x3c\xd7\x63\x1e\xad\x97\x73\xbe\x4b\xc9\x93\xce\xa6\xac\x25\x7b\xcf\x1b\x06\x27\xf0\xeb\x79\xdf\x38\x77\x3b\x87\x6a\xa3\xe7\xd2\x77\x53\x46\x77\xf6\xdd\xe1\x77\xfc\x3e\x17\xa9\x02\x54\x9f\x7f\x9b\xf2\xef\xd3\x8d\xcf\xe8\x66\x45\xbd\xe6\x5b\xaa\xb9\xd6\x27\xf2\x3c\x70\x9f\x20\xb7\x53\xd9\xe4\xef\xab\xdf\x6e\xa7\x28\xed\x30\x31\x8f\x76\x2d\xdb\x8b\x45\x94\xad\x58\x64\x17\x53\x74\x31\x3e\x53\x46\xbb\xd0\x02\x95\x72\x5a\xd5\xcd\xba\x38\x95\xfb\x29\x6a\x4d\xd4\xa8\xa5\xf8\xaa\xfa\x23\x57\xae\x07\x35\x70\x05\x53\xaa\x8f\xd3\xae\xfa\x54\x95\x68\xbf\xb8\x2e\x2e\x9b\xf0\x78\x55\xb3\x27\xe5\xc3\x57\xa3\x87\xd3\x0e\x7d\xd9\x7c\x12\x75\xe2\xb9\x5c\x69\x40\x33\x78\xf9\xa4\x15\xf9\xef\x15\x6b\x67\xda\xd2\xaf\xfa\x06\xd2\x0e\x76\xa5\x7a\x33\x3d\x91\x2b\x6e\x5b\x68\xfe\xae\x04\x96\x12\x3f\xfd\xf2\xea\x5a\xaa\x29\x5d\x29\x3f\x47\x35\xc6\x4b\x9f\x6e\x12\xf3\xf3\x42\xc3\x63\xf2\xe4\x8b\xdf\xff\x4e\x27\x85\x0b\xc1\x1f\xe9\x64\x74\x7e\xa6\x14\xd7\x53\xbb\x08\x7c\xee\x0e\x0c\xaf\x6e\xe9\x6f\xf1\xb6\x03\x30\xbc\x3b\xf0\xd2\x1c\x50\x7d\x0b\xbc\x58\x00\x8c\xc9\x03\x1a\xd5\x59\xf7\xe1\x47\x4b\x40\xb3\x1f\x70\xf3\x07\xee\x8b\x22\xd5\xf5\xbf\x5c\xc9\xfc\x87\x73\x3a\xc2\x9c\x01\xa7\x74\x01\x93\x1f\x80\x13\x31\xa0\x9b\x09\x47\xe7\x70\xbf\x83\x03\x62\x7f\x7f\x29\xde\xbd\x6f\x0e\x20\x9c\x38\x84\x59\x16\x32\x92\xbd\x23\x80\xa4\x18\xa0\xbc\x17\xb0\x75\x25\xf3\x01\x84\xfd\x71\x7f\x1d\x70\xc0\x0b\xa8\xb5\x07\xce\x87\x01\x35\xe5\x7c\xb7\xbc\x26\x14\x78\xd0\x00\x1c\x38\x0e\xbc\x89\x04\x0e\x28\x00\x5f\x36\x03\x15\x71\xad\xf1\xff\x1d\xc6\x6d\xf0\xff\x4f\x2d\xf8\x26\xf1\x3f\xee\xb0\x8e\xc1\xfb\x01\xc0\x90\x3e\xc0\x1f\xcb\x58\xff\x42\xca\x7b\x78\x92\x06\x8c\x74\x03\x1e\x74\x07\xd4\xde\xb6\xe0\xfd\xc2\x38\x31\x0b\xb8\x3a\x0f\x98\x7a\x0b\xb8\xe0\xc9\x35\xbf\xfa\x4a\x40\x38\xa9\x0a\xde\x20\xc4\xbb\xc3\xdf\xb3\xae\xfd\x01\x19\xc0\x6e\x5d\xcb\x3c\x54\x0c\x00\x3c\x46\x03\xbb\xdf\x00\x81\x85\xc0\xee\xb9\x40\x84\x2a\xd7\xa6\x13\xb6\x03\x7b\xb4\x80\xad\xae\x40\x85\x2c\x50\xbc\x12\xd8\x73\x94\xef\xc8\x0a\xd1\xe7\x54\x20\xb0\xff\x2c\xf0\x43\x28\xff\xee\x71\x17\xa0\xfa\x31\xf0\xe6\x32\x50\x2d\xea\xb5\xb7\xc5\xff\xdb\xf2\x1f\xa4\xf7\xe0\xa5\xbc\x8f\x4f\xca\x40\xff\x67\xcc\x7b\x18\x60\xc6\xbd\xf3\x95\x67\x00\x3f\xbd\x02\x94\xf3\xb9\xcf\x89\x8a\x1a\xf0\x63\x0d\xf3\x63\x04\xfb\x47\x0d\x04\xae\xfb\x32\x4f\xe8\x52\x23\x30\xe9\x4f\xee\xeb\xa2\xa5\x00\x9c\x52\x00\xe6\x24\x00\xc7\x03\x80\x85\xef\x79\x1e\x84\x3c\xb9\xda\x05\x58\x76\x03\xa8\x28\x06\x56\xf5\x04\x76\xfb\x31\xc6\x50\xba\x18\xf0\xb7\x66\xbc\x3e\x6c\x07\xeb\xbd\x27\x18\x03\x25\xde\x40\x56\x05\x50\x16\xc0\xf7\xdd\xcb\x1a\x80\xea\x3d\xc0\x9e\x6c\xee\x0b\xb2\xf7\x22\x70\xcd\x1c\xd8\x6b\x03\x3c\xfc\x1d\xd8\x5b\x09\xfc\x2e\x01\xf6\x16\x33\x0f\x42\x8a\xff\x17\x88\xf5\x58\x69\x1f\x84\x7f\xe3\x3f\xf4\xd1\xe4\xbe\x37\x42\x3e\x23\xe5\x7f\xbc\x6c\x02\x7a\x9b\x00\xcf\x8f\x03\x4a\x26\xc0\xc3\x64\xa0\x5f\x10\xf0\x63\x1e\x30\x48\x05\xb8\x51\x08\x0c\x53\x69\xc1\xfb\x2f\x8e\x01\x34\x67\x01\x67\x32\x84\xb3\x05\xf7\x2f\xd1\x6d\x00\x0e\xde\x05\xe6\xd6\x01\xd5\x9b\x00\xe3\x09\xc0\xbe\x3f\x19\xdf\xdd\x6b\x0d\x38\xde\x69\xc1\xfd\x77\xfc\x0f\xf0\x1d\x03\xec\x74\x00\x42\x73\x81\xa2\x2f\x40\xdc\x6f\x8c\x67\x67\x3a\x01\xbb\xbc\x19\x1b\x29\x7e\x05\xec\xcf\x03\x4a\xca\x81\x93\x3f\x03\xbb\x73\x80\x1b\x3d\x80\x52\x7f\xe0\xa1\xe0\x4f\x3d\x81\xbf\xc6\xb6\xac\x03\xa9\xfe\x89\xd4\xfe\x6c\xb7\x7f\xe7\x3f\x48\x79\x1f\xff\x53\x07\xba\xaf\x64\xfe\x4b\x97\x3a\xe0\x65\x29\xd0\x3d\x01\x78\x72\x02\xe8\x69\xd0\xc2\x7b\xb8\x63\x03\xf4\x19\x00\x7c\x1f\x06\xf4\xaf\x04\x2e\x66\x71\xff\x9c\x73\x62\xff\xa0\x93\xa1\x80\xe6\x4a\xe0\x88\x1f\xeb\xc5\x08\xeb\x76\x76\x35\x20\x64\x0f\x46\x26\xac\xdf\x60\x49\xba\xb7\x80\x9d\x67\x0b\xee\xbf\xc3\x0e\xf0\xd9\xc9\x38\x60\x38\xf8\x1e\x70\xac\x3b\x90\x5f\x02\x64\xaa\x02\x85\x5e\x7c\xdf\xbd\xc8\x05\xa8\x5a\x0f\xec\x58\x09\x9c\x5e\x08\x94\xa8\x01\x37\x9e\x01\xbb\x36\x00\x4f\xb6\xf1\x7c\xfd\xb5\xf3\xab\x3e\x10\x22\xf7\x2b\xdb\x89\xc7\xb6\x3a\x08\x49\x22\xee\xf7\x71\x17\x20\x7f\x06\x78\x1f\x0b\xb4\xf3\x64\xfd\x97\x4e\x72\xac\x83\x23\xfb\x10\x78\xb6\x10\x68\x9f\xd8\xc2\x7b\xb8\x15\x0b\x74\xeb\x0c\x5c\xd1\xe6\xf9\x3b\xf7\x09\x50\xae\x60\xfe\xcf\x50\x59\xe0\xa8\x1c\x30\x26\x96\x79\x4a\x93\x85\x6c\x6f\x38\xa0\xbb\x16\x28\xfb\x8d\xf9\x52\x25\x23\x01\xb3\x7a\xa0\xf0\x47\xee\x97\x53\xf0\x14\x70\xf6\x01\x72\x35\x00\x8f\x2f\x40\xae\x03\xb0\x7e\x01\xb0\xad\x9c\xe7\x61\xdb\x72\x20\xbd\x82\x39\x10\x3b\x6c\x81\xfc\xcb\x40\xcd\x55\xc6\xf9\x4f\xc7\x03\x85\x9f\x81\x9b\xaf\x81\x82\x50\xe0\xe9\x8a\x96\x3e\x10\xd2\xf8\x27\xb5\x5f\xfa\xdc\xa5\x38\x78\x5b\x1e\x80\x14\xef\x7e\x2b\x9c\xaa\x43\x81\x5f\xc5\x2a\x51\x2b\x9c\xaf\x0a\xb8\xd3\xc0\x7f\xff\xfe\x03\xd0\xfe\xf3\x57\xbc\x87\x37\x40\xef\x24\xe0\xf8\x43\x40\xd8\x86\x0e\xbe\x64\xbc\xbf\x5a\x19\x50\x1f\x05\xec\xbe\x0b\x4c\x9f\x05\x94\x6c\x64\x5d\x10\xc1\xef\x8d\xd5\x85\x53\x0f\xf3\x62\x72\xea\x98\x17\xb3\xd5\x0b\x70\x3b\x01\x64\x1f\x05\x82\x7f\x02\xb2\xef\x01\x9b\xbb\x00\x5b\x36\x01\xe9\xaf\x58\xe7\x60\x67\x06\xb0\xf5\x29\xf7\x4e\xc9\x55\x61\xfd\x03\x61\xbc\xe9\x02\x6c\x8b\x02\x9e\x65\x00\x79\x83\x59\xd3\xa5\xd9\x7e\xd1\x2f\xa4\xba\x1f\x52\xbb\x23\x45\x3f\x08\x2d\x6b\x8d\x77\xbf\x11\xef\xab\x4b\x79\x0f\x4f\x4f\xf3\x78\x6f\x07\x8f\x52\xde\x03\xd5\xf9\xaf\x72\xff\x2a\xb9\x7c\xe0\xf4\x75\x40\x5e\x9d\x31\x68\xc5\x8d\x40\xf5\x5f\x80\xca\x18\xa0\x5c\x1e\x50\x2d\x00\x4a\xfb\x03\x13\x57\xf1\x3a\x17\xf6\x91\xdc\x07\xbc\x9f\x6e\x9b\x03\x58\x4c\x07\xb6\x48\xf8\xee\x79\x96\x2d\xb0\xee\x36\x90\xa9\x01\x04\xeb\x03\x92\xed\x40\x74\x02\x6b\x49\xa5\x7f\x00\x24\xcf\x80\x42\x3f\xbe\xc5\xb3\x5f\x88\x6f\x53\x81\xd3\x55\x8c\x1f\xff\x50\x09\x6c\x79\x0a\xfc\x2c\x8c\x2f\x81\xa6\x87\x2d\x7d\x50\x62\x9f\x88\x3c\x80\xff\x43\x07\xe2\xbf\x74\x3f\x9a\xfb\x5d\xcc\xe0\x51\x8a\xfb\x5f\x12\xe7\xa5\xbe\x98\xc7\xba\xcd\x80\xec\x0d\xd6\xf1\xe9\xa2\xde\xa2\xfb\x50\x5a\x01\x0c\xbe\xc2\x7a\x0f\x63\x4b\xd8\x4f\xa7\xcd\xe6\xe7\xaa\xff\x94\xbf\xbf\x59\x03\x90\x96\x01\xd8\x1e\x03\xd2\xba\xb3\x7e\x50\x72\x7f\x20\x60\x32\x6b\x27\x45\x39\x00\x49\xdd\x59\x07\x22\x39\x11\xd8\xa1\x0b\x24\x85\x01\xfb\xe7\x00\x49\xc2\x9e\x14\x0c\x24\x77\x01\x7e\x98\xc2\x3f\xff\xd4\x1f\x48\x9d\x07\x7c\xbe\xdf\xc2\xfb\x91\xf6\x3f\x59\xbf\xb4\xb5\xdd\x7e\xd6\xad\x71\xf1\x37\x11\xad\xfd\x40\xca\x7f\x69\xeb\x07\x52\xbd\x83\xf3\xa2\x2e\xc4\xa9\xbe\x3c\x1e\x11\xf1\xcf\xea\x43\x80\xcc\x14\xde\xf7\x3b\x7f\xe1\x78\xd7\x37\x9d\x71\xdf\x11\x87\x80\xad\x2b\x80\x09\x27\x81\x8c\xab\xcc\x7f\x48\xf9\xc8\xba\x20\x89\xe6\x80\xb5\x39\x10\x57\xcc\x3d\x29\x62\x0f\x01\x7e\xdd\x81\xb8\xae\x40\xd4\x77\x40\x4c\x3a\x20\x49\x07\x62\x4e\x02\x45\x4b\x80\xa8\x7b\x40\x65\x04\x6b\xa7\x9c\x59\x08\xc4\xa8\x00\x3f\xd8\x02\xd1\x1e\xbc\xc7\x0b\x73\xf7\xf1\x4f\x20\x54\xec\x33\x17\x7c\x8b\x47\xdf\x86\x36\x3c\x08\xb4\xe6\x41\x34\xf3\x5f\xa6\xb7\xf6\x83\xb6\xfc\x97\x8b\xa7\x44\x3f\x10\x75\x2f\x8e\x89\xb8\x7e\xed\x3a\x1e\x2b\xc4\xf7\x11\xd6\xbf\x10\x4f\xf2\x3c\x81\x1e\x9b\x81\xad\xcf\x80\x81\x4a\x80\xe4\x13\x30\xfa\x15\x90\x3c\x94\xfb\x06\xc5\xa9\x70\xdc\x8c\x6e\xe0\xfd\x23\x32\x9a\x75\x41\x22\x5c\x98\x1f\x14\xee\x01\x44\x44\x00\x61\xc6\xcc\x99\x10\x46\x61\x6d\x85\xce\x62\x45\xd7\x8d\x89\xc0\xe9\x9f\x59\x63\xe8\xa6\x23\xb0\x41\x91\x7d\x79\x83\x3c\xf0\x45\xeb\x5f\xf8\x1f\xa2\xdd\xab\x8e\xb7\xe6\x41\xd8\x1d\xfb\x77\xdc\xff\xee\xef\xe2\x3a\x68\xd3\xf7\x45\xca\x7f\x39\x2e\xaa\x0d\x73\xef\x6c\xa0\x4a\xd4\xcf\x68\xe6\x7f\xdc\xe6\x71\xcb\x78\x40\x6e\x12\xaf\x67\x61\x5f\x49\x5c\x01\x0c\x7d\x04\xc4\xcd\x06\x26\xcd\x02\x36\xa5\x00\xb3\xf7\x01\x61\x73\x00\xd3\x4e\xdc\x23\x68\x85\x39\x10\x74\x0f\xf0\x78\x05\x04\x17\x02\xe1\xb6\x40\xa0\x22\x90\x9a\x0f\x04\x34\x02\x85\x61\xac\xcd\x27\x7c\xa6\x6f\x04\x6b\xcb\x09\x3f\x0b\x71\xd2\xe7\x2e\xf0\x62\x02\xe0\xab\xc7\x71\xb2\xd9\xee\xda\xd6\xbc\x0f\xa9\xee\xc5\xd2\x42\x91\x07\x31\x9e\x47\x29\xff\x45\xa4\xbf\x34\xf3\x5f\xa4\xf6\x4b\xf9\x2f\xa7\x52\x78\x3c\x28\xde\x1a\xd8\x2f\xce\xd3\x5e\x3d\xd1\x0f\x44\x5e\x50\xae\xe8\x3f\x12\x2e\x1e\x20\x21\x1f\xe8\xd8\x85\xfd\xb5\x9f\x23\xe7\x06\x63\x27\x02\x21\x8f\x00\xed\x47\x40\xa0\x12\x60\xe4\xc6\xf6\xd8\xd6\x03\x5e\x76\xc0\xba\x93\x80\xe7\x67\x20\xf4\x21\x6b\x4b\xa5\x29\x00\xee\xed\xb8\xaf\x98\xab\x0a\x50\x79\x8d\x35\x0b\x4f\xdd\x06\x56\xbf\x06\xbe\xd7\x06\x9c\x83\x80\xa7\xd3\x00\xe7\x5f\x59\x57\xcc\x61\x71\x6b\xbb\xa5\xf6\x9a\x1c\x10\x79\x10\x55\xad\x79\x10\xff\x17\xff\xe5\xb4\xa8\x7f\x72\x34\x4f\xb4\x5f\xca\x7f\x91\xf2\x1f\xc4\xdb\x46\x79\x62\xdc\x94\xf2\x3f\x92\xc5\xd3\x75\xa4\xf8\xba\xf5\xc7\x81\xee\xe6\x40\xa0\x16\x30\xf4\x08\xe0\xf3\x1c\x98\x74\x01\xf0\x78\x0b\x18\x06\x00\xae\xc3\x81\xa5\x5f\x80\x35\x4b\x01\x97\x89\xc0\x2a\x27\x60\xfd\x6f\x80\xe3\x1b\x20\xf1\x13\xb0\xe2\x37\x20\x6f\x00\x60\x57\x04\x94\x5f\x07\x96\xe7\x02\x75\x77\xd9\xce\x6b\xee\x80\xcd\x6e\xa0\xb1\x0e\xb0\x9e\x06\xfc\x15\x09\x58\x8a\xe7\x06\x63\x91\x37\xb6\x40\x8c\x0f\x86\x03\x78\x14\xce\x82\xc2\x38\x4b\x8c\xa7\xff\x17\xff\xe5\x58\xc1\xbf\xdb\x5f\x2c\xf6\x8d\xca\x6f\x62\x9e\xc0\x16\x4f\x1e\x53\xaf\xc9\x52\x55\x35\xe6\x9e\x0c\x9d\xab\x37\xb8\xcb\x12\x4a\xe7\x3d\x5d\x6e\x42\xbb\x09\xc0\x3a\xdb\x0e\x4b\xfb\x8d\x03\x56\x2f\xe8\xe4\x32\x6e\x34\xe0\x58\xdc\x59\x73\xd6\x2f\x80\xdd\x80\x2e\x16\xe6\x0d\x80\xcd\x89\x2e\x29\xce\x81\x80\x55\x44\x97\xdc\xc0\x5d\x80\xc5\x4f\x5d\x56\xc7\xa5\x03\x66\x11\x9d\x6f\xe4\x24\x00\x26\xb6\x9d\x4d\xf6\x0c\x06\x16\xe7\xcb\x67\x1c\x7d\x03\x2c\x4a\xe8\x74\xfe\x72\x1c\x60\xa4\xd2\xf1\xf1\x83\x27\xc0\x82\x3f\x3b\xbc\x7b\xd3\x05\x98\x3f\xb5\x7d\x01\xd9\xab\x23\x4b\xf7\x96\xa5\x7c\x0f\x2d\x31\xaf\x9e\xa6\xcd\xe3\x64\xf1\x9e\xc2\xff\xc5\x7f\xa9\xb1\x02\x55\xcd\x2a\x9c\xb8\xca\x5e\xfc\x8a\xfb\x00\xe5\xbe\xed\x46\xd5\xa4\xac\xd8\x1e\x54\x0d\x48\xbc\xae\x40\x11\x34\xca\x9c\xc7\x90\x57\xac\xc6\xec\x51\xcc\x55\xd8\x95\x06\x7d\x09\x5d\xb0\x9d\xd6\x3f\xb2\x67\x47\x60\xc9\xae\x01\x4d\x23\x86\xe1\x80\xe9\x0c\xe5\xbf\xa7\x2b\xcb\x2c\x30\xba\x34\xd0\xd0\xe8\xbe\xcc\x8d\x79\xbf\x0c\xb4\x58\x01\xd9\xa5\x06\x3e\xca\xff\x78\x4b\x64\xf7\xcd\x1e\xaa\x5c\xbc\xa9\x41\xf6\xdd\xcc\xb3\xca\x3d\x32\x43\x65\xff\xd1\x79\x36\x20\xa9\xd8\x5f\xf6\xc1\x0c\xeb\xfe\xff\x3b\x98\x20\xeb\xa5\x3d\xb2\x7f\xf4\x77\x47\x64\x4e\x6a\x35\xf4\x8f\xbf\xa7\x85\xd0\xe9\xcf\xfa\xbd\xff\xcd\x0e\x98\xb6\xb1\x6f\xac\x60\xdf\xc4\x13\xbd\x49\xcf\x7d\xfc\xbe\x1e\x29\xc2\x38\x6e\x4c\x37\xd2\x43\x50\xbb\x2c\x4f\xf8\xbf\x9a\x43\x87\x19\xc2\xd8\xcc\xff\x30\xfd\x77\xfb\xf7\x56\xca\x93\x87\xec\xaa\xef\x4e\x55\x33\x29\xff\x45\x92\xc5\x7c\x90\x04\xcd\x21\xb4\xe3\x46\x2d\x64\x9e\x44\xf0\xc3\x51\xc4\x0f\xf1\x48\x1f\x49\x55\x93\x55\x8e\x6a\xf4\x07\xab\x76\xa3\xf9\x7e\xdf\x8d\xb1\x9b\x3a\x68\x03\x06\x0b\xc6\x95\x2a\xc7\xa2\x62\x66\x97\x71\x97\x34\x5e\xca\xc9\x4f\x7f\xaa\xde\xc1\xc0\xa0\xdd\xe0\xc9\xce\xe3\xfc\xac\xdb\xb5\xef\xaf\xd9\x71\xec\x2d\xd7\x9f\xdb\xff\x39\x4e\x6f\xec\x92\x8d\x7b\x3b\x9c\x1e\xed\x3f\xc6\x2b\xe5\x66\xc7\x3e\xa3\x2c\x47\x97\x15\x5a\x77\x54\x19\x19\xaa\x56\x50\x1d\xdd\xe1\xd9\x88\x45\xa3\x7e\xaa\x7f\xdf\x61\xfb\x70\x63\xd5\x4b\x37\x57\x76\x90\x1f\x76\x58\x75\xdd\x8b\xc4\xf6\x8b\x87\xc5\xa9\x2a\x7f\x74\x6c\x37\x6d\xc8\xb4\x61\x8d\x4d\x4d\x72\xed\x54\x86\xab\xfc\xd3\xd4\x24\x3b\x7d\xa0\xdd\xc0\xdd\x4d\x4d\x32\xdb\xfb\x9f\xee\xff\x57\x53\x13\xd6\xf4\x9d\xda\xe7\x93\x30\x0f\x67\xc4\xbc\x51\xca\xff\xa9\x39\xd4\x89\xf0\xc7\xdd\x17\x7b\x12\x4e\xfb\x95\xfe\x0b\x55\x8b\xa5\xfc\x97\x84\xca\x31\xdc\xf7\x7b\x9c\x26\xe9\xfa\x07\x5d\x9b\x40\xf8\x9d\xa7\xc3\x64\xca\x34\x9c\x15\xb8\xba\x66\x1d\x3e\x8d\xfc\x60\x61\x90\x16\xdd\xd6\xd7\xba\xa7\x43\xb7\x6c\x27\xfc\xae\x5b\xa7\x70\x05\x18\x1b\xaf\x7b\x62\x54\x81\x6c\x77\xd5\x6d\x33\x7b\xeb\xce\x97\xbd\x37\x2c\x4a\xf7\xad\xb9\xb5\xdc\x88\xc1\x43\x74\x03\x56\x6b\xca\x0d\x19\x18\xa6\xdb\x21\xf8\x82\xec\x83\x01\xb6\x3a\x4f\x12\x0f\xc8\xaa\xf4\x0f\xd0\xb1\xcd\xbb\x8f\x47\xfd\x16\xce\xf8\xa9\xd2\x11\xe8\xf3\x4e\xfb\xdd\xa9\x68\x40\x29\x5e\xeb\xf7\xeb\x3f\x00\x8a\xee\xd3\x2f\x3d\x2b\x00\x7a\x8f\x9a\xf6\xe7\x07\x05\xa0\x97\xcd\x64\xea\xfb\xd1\x63\xa0\xe6\x5a\x61\xec\x36\x6d\xac\xad\x30\x76\xb1\x1f\x3d\x55\x18\x3b\x45\x8c\xa4\xbe\x0f\xc7\x1b\xe4\x88\xb7\xb2\x3f\xb2\x1b\xd5\xdb\xf6\xac\xea\xd7\xb3\x95\xfd\xca\xaa\xc4\x8b\x49\xd9\x35\x9e\x6e\x9b\xc6\x35\x4c\xa4\xe7\x1a\x39\x79\x2a\xa1\xf1\xc1\xaf\xb4\xe9\x3e\xab\x97\x9c\xee\x13\xb6\x9f\x37\x90\x65\x47\xf5\xa9\x3a\x68\xb2\x69\x2e\x65\xee\x7a\x66\xf3\x89\x57\xa1\x7e\x7c\x21\xd5\xfb\x55\xde\x2d\x0e\x91\xef\x05\xf4\xcf\x34\x1e\x39\xa4\x0b\xa0\x64\x66\xbc\x7d\xea\x5b\xa0\x57\x92\xb1\xfa\x22\x89\x10\x53\x17\xbf\x76\xec\x04\x74\x29\x5e\x3c\xc5\xbf\x23\xd0\xa9\x69\x91\x6b\xec\x38\x61\xef\x31\xca\xcf\x59\x0f\xb4\x5f\xbe\xf0\xc0\xde\x51\x80\xdc\xd3\x05\x8b\x8f\x2f\x07\xe4\x54\xe7\xfb\x37\x0c\x07\x64\xfc\xe6\xa5\x3d\xfe\x5b\x08\xe0\x86\x81\x7f\x52\x7d\x57\xff\x38\xd7\x21\x67\x8a\xf8\x8d\xb6\xa8\x6f\x3f\x55\xd4\xfb\x9f\x44\xf7\xbd\x6b\x0e\x28\x51\x5d\x56\xca\xff\x29\xfc\x61\x14\xa1\x69\xd9\x85\xe3\xa9\x1a\x9a\xea\x37\x85\x22\x46\x9c\xa9\x36\xd5\x61\x23\xcf\xcc\xa4\x7a\x6b\xd0\x5b\x7d\xe2\x05\x79\x39\xcd\x23\x74\xde\x39\x81\xf5\x51\x96\x7b\x2d\xa6\xb8\x61\x1e\x6b\x42\x78\x8d\xfe\x52\x73\x8a\xc0\x53\xbe\x58\x50\xe6\x3a\x5c\x77\x29\x65\x60\x5d\x57\xda\x52\x15\xb6\x83\xbc\x6d\x76\x9f\x4a\x40\xe6\xb2\xed\xbe\xf1\xc4\x0c\xb0\x5d\x3e\x97\xea\xf1\xcb\x6e\x2c\x27\xed\x3a\x9b\x6b\x7c\x5f\xd1\x66\x7f\x14\x31\x48\xac\x97\x6c\x21\x04\x6e\xe9\xc3\x52\xc2\x39\xad\x4e\x1e\xa1\x08\x65\x79\xe1\x12\xfd\xdd\xf2\xf3\x43\xaa\xb0\x5a\x98\xbc\xa5\x64\xc0\x6c\x31\xdb\xbb\xc8\x8c\x47\xc3\xf1\x3c\xea\x8b\x78\x96\x1e\xc5\x49\xa9\xfd\x3b\x9c\xd5\xc9\xfe\xad\x06\x93\x69\x7d\xa4\x35\xe8\x50\x66\x14\x7f\x69\x26\xf1\x17\x22\xbb\x72\x3f\xa4\x90\x4c\x23\xaa\xa2\x7a\x37\x18\x13\xae\xb7\xe6\xa4\x39\xcd\xba\xfd\xac\x25\x54\x7d\xb7\x5c\x63\x43\x71\x74\x7e\x1d\xeb\x28\xe8\xaa\x33\x3f\x64\xdc\x55\xc6\x91\x07\xe8\x3a\x11\x9c\x2b\xd7\x6f\xb5\x18\x91\x56\xbf\x56\xe4\x4a\xb1\x27\xeb\xdb\x3b\xd7\x1b\x50\xec\x5e\x1d\x6c\x43\x8c\x25\xe7\x35\xee\xe4\x59\xab\xec\x18\x41\x5e\xa5\x9e\x41\xf5\xfb\x95\x3d\x76\xd1\x13\x70\x6a\xe4\x8e\xfa\x0e\x5f\x78\xaf\x73\xa8\xfa\x91\x72\xc1\x15\xeb\x7e\xa3\xbd\x50\xaa\xff\x61\x2d\xe2\x9a\x96\x22\xde\x6f\xe2\xc0\xe3\x62\xc2\xb3\x8a\x1a\x27\x12\x3f\x6c\x5b\x91\x16\x8d\x69\xa2\x1e\x4c\x42\xe3\x5c\xba\xfd\xb8\xa9\x87\x11\x31\x2b\xd7\x6b\x99\x12\xde\xed\x33\xc1\x82\xd6\x87\xcb\x36\x6b\xda\x61\x1c\x5d\x96\x13\xaf\x6c\xa9\x84\xfb\x21\x2d\x02\xdb\xab\x2f\x59\x49\xfe\x3f\xe9\xd3\x6a\xba\xcf\x38\x22\x7d\x2d\xed\xc0\x0a\x5a\x8c\x23\x03\x5e\xe2\xcd\x06\xaf\x3a\x9e\x07\x4f\x09\xdf\x73\xf7\x7a\xc4\xdf\xc0\xeb\x2d\xd7\xeb\xbd\x1c\x59\x79\xc3\x73\xdf\xc6\xdf\xf8\x75\x69\x94\xe3\xb8\x87\x31\x72\xe4\x31\xae\x86\x3c\xd0\x5d\xe3\x2c\xe1\x3b\xeb\xca\x6e\x51\xfd\xda\x25\xf0\x27\xf2\xa3\xb5\xef\xff\xa1\x5c\x51\xca\xff\x58\x71\x9a\xc7\x65\xaf\xbf\x9e\x9f\xed\x6f\x67\xd1\x73\x4b\xcf\x9e\x4b\x5e\x99\xa4\xd1\xac\x83\x43\xa8\x42\xc8\xab\x25\xdc\xff\x02\xb6\x84\x53\xad\xeb\x60\x4f\xeb\x64\xa5\x03\xeb\xa3\x2c\xdb\xe4\x4c\xf1\xcf\xec\xd9\x5a\xc2\xb9\xa4\x3c\x98\x19\xc7\x98\x07\xa3\x1e\xe6\x41\xaf\x53\xc9\x63\xfd\x8c\xae\x87\xfc\x45\x9c\x33\x48\xc4\xbd\x43\x14\xfb\xd0\x8a\x09\xae\x1f\x4b\x19\x47\xc8\xec\xd9\x74\xbf\x32\xb8\x6e\x09\x8f\x87\xd7\xe4\xf2\xdf\xd7\x13\xa2\x1c\x9c\x99\x4c\xfc\xa0\xe0\xd4\x7c\xfa\xa4\x20\xab\x7d\xa4\x44\x1e\xd0\xc8\x8a\xe2\x7e\xe5\xdf\x13\x73\xc5\xef\x44\x23\xad\x6c\xdf\xe9\x7f\xd1\x7a\x91\xf2\x3f\x5c\xcb\x79\x74\xbe\xc9\xa3\x13\xf5\xe5\x93\x64\x31\x0f\x26\xa1\xc9\x94\x50\xf5\xa8\x6b\xd6\x14\xff\x37\xbe\x5d\x4e\xdf\xc2\x5f\xc1\x9e\xd6\xb7\x1b\x9c\x28\x1e\xae\xd6\x59\x4d\xaa\x14\x76\x45\x2e\xb4\x1e\x96\x48\xdc\x08\xaf\x31\xd2\xf3\xcc\xe5\xd5\xc6\xea\xeb\x53\x35\x03\x08\x2f\x1c\xad\x12\x28\xea\x3f\x04\x13\x4f\xa6\xc3\xce\x50\x31\x43\x8f\x14\x53\xf9\x4d\x12\x25\x8a\xd4\x11\x57\xc7\xd0\x9e\x1d\xd9\xc8\x1d\xca\x22\x53\xcd\x17\xf1\xcf\x7c\xdf\x3f\xe2\x42\x20\xe1\x31\x91\x13\xe2\x88\x99\x12\xf1\x6c\x1b\xe1\x7c\xe1\x55\x7b\xc8\x5f\xc2\x8c\x8f\xd1\xbc\x84\x5e\xbb\x4a\xc8\xf3\xc6\x3d\x0f\x28\x32\xaf\x7f\xfd\x5a\x9e\x9f\xe8\x17\x56\xf6\xa9\x66\xfb\xbd\x0f\xf3\xe8\x4e\xf7\x7a\x93\x77\x58\x52\x1c\x88\x3e\x6c\x4d\xdf\x2b\x34\x8b\xfd\x3a\xa0\x71\x15\x9d\xa8\x3c\x34\x57\x7f\x62\xfb\xf9\x36\xad\xc3\x09\x0f\x7a\x2a\x56\x03\x3c\x68\x7f\x30\xfe\xcd\x8f\x4e\xe0\x73\xeb\xd9\x5e\x9d\xc4\x60\xea\xb7\xa3\xe9\xce\xe8\xdb\xb0\x46\xe6\x49\x28\x4a\x33\xec\xaa\x98\xb5\x6c\x7f\x7c\x16\xa8\x1f\x4e\x7c\x0a\x67\x24\xf1\x59\xcc\x03\x89\x4f\x9a\x49\x08\x6b\xc2\x15\x33\xf2\xff\x04\x63\x66\x22\x25\x18\xfb\xd3\x37\x88\x53\x8f\x21\xcf\x4b\x30\xdf\x4a\x88\x74\x5c\xef\x62\xfa\x86\x71\x0d\x8c\x18\xc6\x1c\xb9\x40\xaf\x8b\xae\xbb\x93\xcc\x9e\xfd\x6b\x07\x7c\xc5\x8b\x89\xd8\xc7\xf6\x4b\xfb\x05\x05\x2f\x13\xc6\x38\x15\x3b\xe2\x43\x49\x75\x80\x82\x47\xac\xa5\x3c\xc1\xcb\x86\xd7\xf1\xda\x97\xec\xd7\x2b\x27\xfa\xb2\x2e\x94\x7d\x00\x55\x6e\xcc\xc3\x83\x48\x4f\x67\x91\xcc\x7a\x3a\x99\xe9\x8b\xfc\x88\xa9\x9a\xe1\xb4\x1e\xc6\x16\x45\x51\xdf\x9c\x21\x74\x63\x02\xe8\xf6\x28\x21\x92\xed\x4f\x11\xfd\x21\xfd\x83\x2c\x9d\xe1\x32\xac\xfa\x90\xff\x66\x18\x8d\x61\x86\xd6\x22\xc6\xfd\xd3\xeb\x4d\xe8\xf9\xa5\x5f\x71\xa4\xb3\x8f\x24\x97\x3d\x2d\x7d\x4a\x14\xad\x7b\xc9\xfb\x4c\xe6\xcd\xe4\x72\x5f\x14\xc9\xcb\x5a\xba\x49\x9f\xb6\xfd\x1c\xf9\x4b\x72\xe3\x4d\xfa\x7d\xf2\xdb\x9f\x86\xd3\x98\xf6\x37\x21\xb1\x09\x45\x6c\x7f\x4c\x3a\xdf\xc9\xda\x44\x71\x32\x1c\xab\xe9\x53\x82\xef\xbb\xd2\xc6\xe1\x6b\xee\x79\x8c\xd7\x81\x0f\xcd\xee\x2a\xf3\x00\xb2\xdf\xee\x61\x30\x45\x1b\xa9\x1e\x8e\x89\x47\x38\xe5\x91\x86\x7e\xfc\x9c\x75\x03\x59\x27\x65\x42\x22\xab\x54\x8c\xca\x4f\xa4\xbc\x61\xa0\x3e\xf3\x61\x3a\xff\x93\x26\x2a\x59\x66\x89\x19\xec\x76\x77\x19\xaa\x81\x6d\xeb\xc2\xfe\xb0\x2d\x8f\xf5\x1f\x72\xf6\x6a\xd3\xf3\xcd\xb9\xcc\xba\x07\x39\x1f\xec\xb9\x93\xe5\x07\x4f\xc2\x27\x73\xd2\x23\x88\xdf\x90\x73\x52\x22\xcb\xaf\x2b\xa2\xb3\xe0\xd6\xe0\x6a\xf2\xc0\xec\xc3\xf5\x5a\x20\x9e\xc7\x35\xd2\x91\xc9\x2a\x78\x4c\xca\x4f\x59\xde\x6f\x09\x89\x94\xf2\x62\xd2\x44\x5e\x65\x22\xe9\x33\xae\xcf\x71\x27\x96\x9d\x6f\x81\x37\xb1\x51\x3c\xc7\x31\xdf\x6b\xb5\x4b\x08\xed\xde\x0e\x55\xcc\x7b\x92\xea\xe1\x98\x4f\x88\xa2\x0a\x8d\xd1\x3f\xb1\x14\xef\xe6\x68\x26\x90\xdf\x4f\xaf\x4c\x22\xfe\x9b\xa6\x01\xab\xb7\x0c\x4f\x67\xfc\x58\xe9\x4e\x16\xf9\x5b\xc7\x63\xac\x93\x02\xe4\x89\x37\x34\x0a\x9d\x64\xc9\xd3\x0a\x1f\x31\x4f\xac\xa8\x91\x71\xff\xc2\xbd\x5a\xc4\x18\x28\x1c\x6f\x44\x29\x59\x61\x15\xe3\xfe\x45\xb1\xee\x14\x61\x8a\xb2\x43\x99\x2f\xa3\xc9\x08\x7d\x51\x6c\x3e\x7d\x83\x42\x79\x3e\x03\xe6\x37\x31\xde\x5d\x20\x77\x95\x32\xdf\xbc\x57\xac\xa5\x98\xe7\xf7\x9a\xe2\xce\xf6\x07\x1f\x28\x0e\x35\xf3\x62\x52\xb8\x5e\xc7\x7c\x18\x4f\x2b\xe6\x3f\xad\x7d\x29\xf6\xc5\x52\xe4\xfe\x50\x6d\xf5\x70\x4c\x24\x6c\xf7\xbc\x3f\x53\xa8\xe2\xa0\x7b\x31\xf5\x3c\xbe\xd2\xc5\x19\x93\xc7\xcf\x7b\x08\x58\x27\xa5\xb7\xc9\x76\xd2\x51\x69\xef\x50\xb8\x9f\xed\x97\xf2\x61\x4a\xaf\x70\x07\xd7\xdd\xca\xbc\x2e\xca\x1a\xd8\x1f\xca\x4c\xb5\x28\x2f\x2a\xcd\x5f\x40\x91\xb8\x6c\xbb\x2d\x65\xf0\x65\x1b\xd6\x51\x5c\x28\x1b\xb7\x81\x14\x8b\xca\x54\x98\xa1\x52\xd6\xc0\x3c\xa9\x92\xf9\x65\xa4\x54\x50\xf2\xfb\x11\xda\xe1\x8b\xf3\x2f\x52\x8d\xac\x58\x87\x71\xff\x5d\xa9\x3f\x93\x7f\xec\x7a\xf7\x37\x29\x20\xb6\xe6\xc5\xf8\x0c\xe1\x78\xe6\x36\x31\x82\xa2\xb3\xb3\x52\x14\x79\xdb\x8a\x1c\x7e\xde\x36\xf3\x98\x07\x64\xea\xce\x7c\x98\xf9\xee\x69\xf4\xad\x0d\x0c\x98\x17\xa2\x9d\xc6\x7a\x21\x13\xa2\x98\x07\xa4\xa6\xb7\x9d\x76\x2d\x95\xc1\x85\xf4\xf7\x5e\xf5\x3b\x69\x1f\x6a\xb7\xaf\x54\xec\x07\x23\x3d\xb9\x57\xf6\x93\xa5\x48\x5b\x39\xb0\x0f\xe9\x80\x55\x2e\x53\xa3\x4c\xac\x32\x68\x1a\xc5\xc9\xca\xa2\x05\xc4\x58\xde\xf7\x27\x67\x66\xfb\xb4\xb8\x83\xdf\xbe\x05\x41\xa4\xff\xb3\x6f\x3a\xaf\xc0\xca\xea\x9c\xf1\xfc\xf7\x12\xd2\x95\xa9\xd0\xac\xa5\x9d\xab\x3c\xe1\x2c\xed\xa7\x7b\x2b\x6f\x51\xc6\x5c\x3e\xf6\x39\xf9\xc1\xde\x41\x7f\x92\x45\x7b\x22\x98\x07\xc2\xbc\x18\x4f\x09\xb3\x54\xd7\x76\x68\xdd\x17\x4b\xca\x03\xb2\x6a\xe4\xe7\x6c\x7c\x90\x79\x4f\x0b\x4e\x6e\xa5\x79\x9b\xf5\x23\x3f\xe7\x69\x2b\xb8\xbb\x99\x46\x56\x11\x85\xfb\x51\x73\x58\x0f\x48\xf9\x4a\x09\x3d\x95\x1e\x9f\xcb\xc4\x7d\xa2\x5c\xcc\x17\xa4\x7c\x98\x43\x81\xb2\xa4\xb0\x72\x70\x99\x12\xcd\x7c\x6d\xaa\x2a\x3d\xff\xda\x46\x3e\xa1\xd5\xa6\xce\xa3\x1b\x2e\x07\x67\xb2\x7e\x52\xad\xe6\x1a\xe2\x3b\xd4\x1e\x0f\xa0\x1d\xa7\xd6\x29\x9a\x15\x12\x25\xcc\xaf\x3d\x70\xb9\x98\x2c\x38\xf0\xe8\x00\xcd\x4b\x4d\xe5\x69\xb2\xa0\xfa\xf3\x35\x8a\xc7\x07\xe4\x9f\xd0\x49\x60\x7f\xd9\x9b\x05\xf8\xba\x4f\xd0\x43\xaa\x5f\xe6\x25\x50\x45\x65\xd5\x0f\x29\x94\xe7\xda\x6f\x92\x90\x0e\x9a\x8d\x67\x26\xad\x5a\xf3\x94\xad\x14\xef\x16\x3b\x6e\xa7\xd5\x35\xb7\x9e\xbb\x14\xe9\x3e\x2c\xb8\xc8\xeb\x81\x6f\x64\x8d\xb7\x2f\xa5\xa7\x3b\xbc\x6a\x37\x45\xf1\xfe\xfa\x15\xf4\xfc\xbb\x6b\x56\x71\x3c\x08\xdd\xff\x33\xdb\x2f\xe5\xc3\x1c\x6f\xe0\xf8\x50\x37\x5a\x91\x22\x73\x5d\xf8\x08\xaa\x05\xd7\x65\x4d\x21\x4f\x3c\xf6\xa7\x01\xff\x7c\x6a\x09\xe5\xc9\x27\x4d\xb9\xf3\x5b\x9d\x87\x1f\x9d\x3f\x8e\x6f\x67\x26\x57\x5d\x58\x26\xed\x0f\xc7\x1f\xec\xa0\x95\x5a\xb7\x78\x3f\xe5\x11\xc7\xdc\x39\xaf\x3a\x1e\x70\x9d\xf8\x63\xc7\x0e\x3e\xa2\xf7\x3b\x36\xf6\x77\x9a\xa7\xc3\x8f\x3e\xb0\x2e\x8f\xdc\x97\xcf\xff\xc2\x03\x5a\xbb\x95\x58\x46\x4b\x25\xb9\xac\x83\x52\x93\x4f\xd1\x4a\xda\x1f\x4b\x7f\x21\xdb\xad\x7d\xb4\x84\x9e\xde\x14\x15\xe6\x3f\x8d\x5b\x53\x41\x59\xef\xf0\xe9\xcc\xea\xec\xa3\xb0\x9f\xbc\xb1\xcb\xbb\x83\x3b\x5b\xdb\x7f\x42\xbc\xd9\x77\x56\x44\x90\xce\xf9\xf6\x22\x7f\x3d\x77\x76\x38\x7d\xf2\x99\x3e\x93\x28\xff\x39\xb3\x62\x0e\xd5\xf8\xce\xae\xe1\x7c\xea\xac\xeb\x4a\x3a\x57\x9d\x51\xf7\xa1\x27\x72\xb6\x17\x77\x7a\x3b\xf3\x20\x9d\x78\x24\x67\xdf\x70\x9e\x7d\xd6\xa0\x8a\xce\x27\xf5\x59\x75\xb4\x03\x9e\x99\x77\x85\x5e\x57\xbf\xe2\x3e\xe9\xf3\x9d\x92\x7f\x2e\x9c\x47\x71\xba\xf1\x7f\x64\xd1\xc9\x3b\x9f\xb7\x31\xae\x37\xa2\x84\xef\x04\x0f\x0d\x6a\xe9\x6f\xf1\x8b\x0a\xeb\x2c\x4b\x79\x0f\xf7\xdd\x00\x55\xbf\x96\xbe\x06\xd7\x3f\x31\x1f\xe4\xea\x75\x60\x52\x11\x70\x3e\x96\x75\xfd\xeb\x1f\x30\xce\x7d\x22\x02\x98\x9b\x00\x1c\xd1\xe4\x9a\xe8\xfe\x26\xae\xcf\x57\x6b\x00\xb6\x79\x7c\x17\x53\xc8\x58\x9a\xf5\xed\xb3\x00\x9f\x2c\x60\xe7\x3d\x60\xfd\x31\x60\x67\x27\x20\x26\x9e\x7f\x2f\x11\x7e\x7f\x89\x6b\xc0\x25\x27\x81\x3d\x8e\xc0\xee\x5c\xe0\x70\x02\xb0\xbb\x08\x38\x67\x0f\x94\x3b\x01\xb7\x67\xf1\xfd\xf1\xa7\xda\x40\xb9\x33\xf0\x56\x0e\xd8\xfd\x0a\xf8\xf2\xdb\xb7\xf8\x7f\x5b\xfe\xc3\x87\x2e\x80\x4a\x38\xf0\x87\x26\x30\x70\x38\xcf\xc3\x40\xf7\x6f\x79\x0f\xcd\xfd\x1d\x44\x9d\x83\xef\x43\xb9\x6f\xce\x65\x3b\x40\xc3\x98\xfb\x9c\x4c\x0e\xe5\xfb\xcd\x5a\x0a\xc0\xf1\x55\xc0\x9c\x61\xc0\x81\x06\x21\xa6\xb0\x96\x87\x99\x0a\x50\x5e\x02\xd8\x94\x00\x7b\xde\x02\x4e\x3a\xc0\xae\xe7\xc0\xda\xf3\xc0\x8e\x32\xc0\xcb\x05\x10\xa2\xcc\xfa\x99\x7c\xaf\x9d\x74\xee\xb7\x01\x29\x27\x81\x22\xb1\x3f\x4a\x71\x5f\x60\xaf\x06\x50\x62\x02\x1c\x0e\x65\xbc\xff\x9c\x2c\xeb\xc5\xdf\x4a\x66\x1c\xe9\xd9\x00\x60\xef\x13\xe0\x9f\x53\x40\xb1\x78\x87\x5d\x7a\xff\xbd\xad\xfd\x52\xfe\xc3\xff\xa6\x01\xfd\xa2\x5a\xfa\x7c\xfc\xac\x08\x08\xfb\xd8\xf3\xbb\x80\xa2\xee\xb7\xbc\x87\xeb\x3b\x81\xc1\x3f\x72\x3d\x6f\x44\x4f\x40\xc8\x61\xc7\x6a\x02\xf5\xc3\xb9\x2f\x4a\xdd\x62\x60\x4a\xf5\x57\xf7\xfc\xfd\x80\xb9\x0a\xc0\x1e\x2b\xe6\xc5\x94\x18\xb3\x5f\xec\x7c\xc8\xb8\xff\x8e\x3c\x60\xcd\x00\xa0\x30\x09\xf0\x1e\xc2\x78\x3f\xf5\xf9\x97\x63\x6d\xfe\x7c\x77\x20\xe5\x32\x50\x30\x09\xc8\xfd\xc2\xda\x20\xbb\x3f\xb6\xe8\xfe\x0b\xef\x73\xbe\xc7\x57\xfd\x0f\xaa\x80\x9f\xec\x79\x5e\x3e\xee\x02\x76\xc8\xb5\xe6\xff\x48\xf9\x1f\x52\x1d\x00\x29\x0e\xde\xac\xfb\x71\x05\xe8\x15\x0a\xfc\xac\x0c\xf4\x78\xf6\xdf\xbc\x87\x86\xfe\xc2\x99\x09\xb8\x3c\x05\x50\x79\x07\x9c\xb9\x0a\x8c\x8c\x07\x4e\xd5\x02\xe3\xa6\x01\x47\x5f\x02\x93\xd4\x79\x1d\x68\x6f\x62\x7d\x0a\x21\xc0\xec\x2e\x03\x16\xf5\x60\x3f\x17\xe6\xa1\x20\x98\x71\xff\x42\x6f\xc0\xf9\x3a\xb0\xbd\x2b\xe0\x16\x02\x6c\xdf\xc9\xfd\x1f\xb6\xab\x02\x9b\x6a\x80\x6d\xfd\x81\x94\x01\x2d\xf7\xfe\x85\x5c\xa1\xd4\x9d\xef\xc9\x1f\x76\x65\xff\xb9\xa0\xc2\x38\xe2\xdd\xd3\xc0\xae\xeb\xcc\x61\x11\x7e\xfe\xf8\xe7\xb7\x7d\x30\xa4\xfc\x8f\xb6\xfc\x87\xbf\x66\x03\x5d\xab\x80\xd7\x6f\x01\xf9\xe1\xc0\xcf\xf9\x40\xe7\x6b\x40\xa3\x0b\xd0\x79\x0b\x70\x57\x1b\xe8\x16\x04\x5c\x5f\x04\xf4\x50\x69\xe1\x3d\x5c\x68\x04\xfa\x0b\x51\xe6\x3a\xfb\xc9\xd1\xd7\xc0\xc8\x54\xa0\x76\x06\x30\x7e\x2a\x50\xa5\x0e\x4c\x9d\xc5\x7e\x3a\x43\x58\xef\xa3\x01\x83\x7b\xcc\x69\x31\xab\x07\xf2\xb4\x01\xeb\x76\x40\xce\x2f\x80\xa3\x2a\x90\xf3\x00\x70\x77\x66\x4e\x58\xe0\x53\x40\xc8\x4a\x36\x4d\x04\xb6\xfa\x00\xa9\x46\x40\x4e\x26\xb0\xfd\x2c\xb0\x6d\x12\xdf\xfb\xcf\x1d\x07\x1c\x99\x07\xe4\x46\x03\x17\x87\x30\x8e\x7e\x5b\x07\xc8\xd7\x07\x7e\x4d\x06\x0a\xd4\x99\x17\x24\xb5\x5f\x62\xd2\xda\xfe\xd8\x5b\xad\x79\x00\xd4\xef\xa4\x8c\xe7\x50\xd8\xc7\x5e\x08\x51\xfe\x86\x88\xef\x1c\x03\xee\xec\x10\x42\x2e\xe3\x9c\xed\x6e\x30\xef\xa1\xf3\x19\xe0\xac\x25\xd0\x4b\x88\x03\xa6\x7c\x7f\xfb\x70\x67\x40\x25\x91\xd5\xe3\x46\x3e\x06\xca\xbd\x00\xcd\x49\xc0\xce\xbf\x80\x69\xcf\x80\xc2\x1f\x80\xd9\x3f\x02\xb9\x21\xc0\xc2\xd9\xc0\x36\x25\xc0\xaa\x0b\x90\xf9\x0e\xb0\xcb\x00\x32\x6f\x00\x42\x9e\x94\x99\x05\x04\xac\x63\x3c\x38\x22\x0c\xc8\x70\x17\x4e\x4c\x40\x7a\x00\xb0\x4d\x0e\xc8\x8a\x06\x76\xc7\x02\x39\xfd\x81\x63\x1f\x81\xad\xb6\xc0\x85\x47\x80\x90\xc5\xdd\xd3\xe1\xf1\xe5\x32\xf6\xff\xcf\x0f\x5a\xec\x4f\xde\x23\xda\x2f\xdb\x9a\x07\x20\xe5\x3f\xbc\x55\x67\x5c\xf6\xff\xe4\x3d\x08\xd9\xc0\x6c\xe0\xbc\x70\xe6\xbf\xf7\x15\xef\x41\x9d\x79\x54\x35\xd6\x40\xbf\x4e\x40\xf9\x0b\x60\xc8\xcb\x16\xbd\x83\x9d\xe6\xc0\x14\x6f\xee\xd3\x21\x9c\x23\xb7\x2a\x01\x86\x3f\xb1\x26\x92\x59\x03\x90\xa1\x06\xd8\xcd\x03\x24\x99\xcc\x0f\x4a\x53\x01\x7c\x8d\x81\xd4\xc9\x40\xd8\x1b\x20\x55\x9f\xf5\xa4\x52\xf7\x00\xdb\x72\x00\xc9\x2b\xd6\x05\x91\xe8\x02\x87\xdd\x81\xf4\x27\xc0\xc5\x46\x40\xc8\xf2\x1e\x34\x08\xa7\x2b\xe0\xad\x1f\x90\xae\xdf\xda\xef\xdb\xea\x5f\x6c\x10\xf9\x52\x52\x3d\x84\xb6\xba\x1f\x6d\x79\x0f\x3f\x8c\xe2\xb1\xb9\xdf\xc7\x7a\x40\x46\xf6\x2b\xbc\xbb\x11\x90\x57\x01\x2a\xec\x81\x5e\xd7\x79\xed\xf6\xeb\xc9\xfe\x3f\xb2\x9e\xe3\xdd\x78\x75\xbe\xb3\x2f\xec\x23\x99\xee\xc2\x19\x9d\xf5\x1c\x8c\x1b\x81\x44\x3b\xc0\xda\x0e\x88\x9f\x04\xac\x9c\x0b\xc4\xc5\x30\x27\x21\x4e\x1f\xd8\x98\x03\xc4\x5d\x11\x4e\xca\x40\xfc\x54\x20\xc7\x08\x48\x98\x0d\x94\xe9\x02\x42\xb6\x7f\x58\x1b\x48\x1a\x0e\x5c\x9c\x0d\x24\x3d\x03\xee\xbf\x04\xe2\x5f\xb1\x6f\x4b\xed\x97\xea\x40\x48\xf9\x1f\xff\xa5\x03\x21\xf5\x83\x9f\xa6\xfd\xbb\x1f\x34\xeb\x5e\x88\xf3\x74\x4a\xec\x93\x71\x4c\xec\xb6\x5c\x29\xde\x7f\x2e\x2b\x04\x3a\x74\x66\xdc\x5f\x58\x2f\xf9\xbb\x81\x81\xbd\x80\xad\x1e\x80\xaa\x2e\x90\x71\x02\x98\x34\x0f\x48\x75\x05\x66\xaa\x01\x09\x8d\xc0\x82\x1b\x2d\xb8\xbf\xf0\xbc\x1c\xaa\x80\x4d\x15\x80\x7b\x24\x10\x75\x06\x10\x4e\xf8\xd1\x67\x58\x13\x42\xc8\xfe\x85\xb9\x8c\x32\x00\x4a\x4f\x73\xaf\xad\xc3\xbd\x78\xbc\xf0\x00\xd8\xb4\x01\xb8\xf7\x23\x10\xf5\x17\xe7\x0d\x52\xbf\x5f\x6f\xc2\xfb\xe6\x7f\xf5\xc3\x90\xe2\xe2\xdf\xe8\x7e\x88\xb8\x65\x73\xdf\x97\x5f\x79\x3c\xb3\x5b\xcc\x06\xe3\x78\x3c\x24\x9e\x12\x2a\xc4\x7f\x2f\xed\xba\x5b\x38\x17\xe8\xb8\x1f\xc8\xb9\x0c\x28\xbe\x63\xdc\x7f\xb0\x09\xaf\x71\xe1\x00\x92\x20\x61\xfe\x43\xb4\x1b\x30\xd7\x0d\x88\xb0\x07\xcc\x94\x80\x8d\x9f\x19\xc3\x5d\xff\x14\x70\x95\x07\x36\x46\x73\x9f\xb5\xd0\x2c\xbe\xc9\xb5\xd1\x87\xb9\x14\x1b\x3e\x01\x65\xc1\xc0\x86\x52\xe0\xb0\x07\x73\xa9\x84\xfd\x42\xf8\xf9\x7e\x09\xff\xfd\xcd\xa7\x16\xde\x8f\x90\x83\x37\xfd\x4b\x1f\x10\x69\x3f\x0c\x29\x0f\xa2\x2d\xff\xe5\xe6\x32\x31\x1e\x88\xf7\xdf\x29\x1e\x08\x7e\x20\x56\x93\x9a\x75\x1f\x44\xdc\xbf\x42\xe4\x81\xec\x14\x79\x11\x5b\x45\x5c\x3c\x43\x0e\xe8\xe4\x0a\x24\x1e\x06\x94\xee\x00\xf1\x6a\xc0\xc8\x74\x20\x72\x37\x30\x31\x19\xa4\x6a\x3c\x3b\x0c\x58\x3f\x0a\x58\x5c\x0b\x04\x75\x05\x6c\x67\x01\xfe\x0d\xcc\xb3\x15\x9e\x5f\xb0\x02\xe0\xaf\x0e\xc4\xa9\x03\xfe\x1a\x40\x76\x3a\xe0\x67\x0f\x94\x39\x00\x3e\xb9\xc0\xc1\xa3\xcc\x17\xb8\xa4\xc5\x31\xe5\x81\x0a\xe0\xf3\x0a\xf8\xe3\x37\xc0\x3b\xef\xdf\xed\x96\xf2\x3e\xda\xf2\x20\xda\xe2\xfe\xcd\xeb\x40\xd4\x07\x39\x23\xf2\x1a\x8e\x7f\x10\xe3\x41\x9b\xbe\x27\xcd\xfc\x0f\xb1\x0a\xbd\x45\xbc\x65\x41\x87\xcd\x50\x20\x76\x35\xd0\x6d\x13\x10\x19\x0f\x0c\xfc\x8e\xf9\x2b\x63\x4d\x80\xa0\x01\xdc\x67\xcc\xe7\x20\x6b\x30\x78\x2f\x11\xce\xb6\x80\xc7\x4d\xc0\xb9\x0c\xf0\x50\x04\x02\x35\x00\xf7\x30\x20\x6e\x03\xe0\xae\xc0\xeb\x42\xf0\xe3\xdd\xa3\x00\x97\xcb\xc0\xa1\x21\xcc\x83\xb8\xf8\x02\x58\xfb\x12\xb8\x9f\x0f\xac\xad\x05\xde\x1c\x03\x56\xe5\xb5\xb6\xdb\x46\xa1\x35\x0f\xc2\xec\x71\x6b\x1e\xc4\x7f\xf2\x5f\x44\xfe\xe0\x09\xa9\x1f\x88\xf3\x52\x25\x3e\xf7\x3d\x22\xcf\xa3\x48\x5a\x65\xd3\xe6\x31\x5d\x7c\x9f\x84\x2b\x3c\x86\x53\x4f\x5e\x20\xc4\x19\xe8\x1d\x08\xf8\xd5\x01\x23\xf6\x03\x9e\x27\x99\x5f\xe9\x1e\xc4\xf9\xe6\x5a\x42\xa0\x00\xe7\xdf\x80\x95\x87\x98\x73\xec\x1f\x06\x38\x2d\x05\x36\xcf\x04\x9c\x46\x02\xd9\x95\xc0\x8a\x81\x40\xf1\x51\xee\x39\x55\x9b\x0a\xd8\x96\x03\xdf\xd9\x03\xb6\xf9\xbc\x6f\xda\xfe\x0f\x78\x9d\x01\xd8\xf4\x65\xfb\x2c\xac\x5a\xdb\x2b\xd5\xbd\x68\xcb\x83\xf8\x4f\xfe\xcb\x1c\x1e\xa5\xfc\x17\xee\xba\x0b\xec\xfd\x28\xc6\x03\xb1\xda\xf8\x0d\xff\x43\x9c\x97\x18\xb1\x9f\x50\x88\x18\x37\xbc\x13\x00\x79\xe1\x4c\xd5\x07\x50\x5e\x0c\xac\x36\x00\xc6\x75\x02\x56\x4e\x05\x66\xde\x05\x56\x1c\x00\x4c\xb5\x81\xe5\x47\xf8\xfc\xb5\x2c\x16\xf0\xcd\x01\xac\x67\x02\xd1\x07\x99\xa3\x9e\xe9\x0f\x58\x8c\x03\x8a\xed\x01\xd3\xf7\x40\xad\x1b\x60\x1a\x04\x9c\x9f\x07\x98\xbc\x06\xee\x8c\x04\x8c\x47\x00\xbf\xa6\x01\x8b\x77\x00\x5f\x4e\x01\x86\xaf\x5b\xdb\xab\x53\xd0\x9a\x07\x21\xe5\x3f\x5c\x13\x6f\xd5\xb6\xe5\xbf\x1c\xc9\xe4\xf1\x1b\xfe\xc7\x3d\x1e\x0b\xf6\xf0\x98\x2d\x56\x99\x52\xc5\xbc\x23\x56\x8c\x1f\x61\x56\x3c\xfa\x9e\xe1\x71\x6d\x1d\x8f\x4e\x56\x80\x42\x27\xc0\x2e\x14\x18\x39\x1d\xb0\x3e\x2a\x33\x61\xfa\x52\xc0\xd2\x5c\xd6\xdb\x68\x39\x60\xfa\x50\x36\xc7\xee\x39\xb0\xd8\x42\xf6\xbd\xe7\x4d\x60\xe1\x45\xd9\xef\x22\x0e\x01\xf3\x2d\x65\x3d\x24\xbb\x00\xc3\xd1\x32\xe7\x76\xa8\x02\x06\x7d\x65\xe6\xee\x5f\x08\xcc\x39\x0b\xe3\xfa\xb3\xc0\x6c\x07\xe0\x87\xc9\x80\x9e\x29\xf0\xfc\x57\x60\x96\x39\xf0\x77\x3f\x60\xc6\x95\xd6\xf6\x6a\x8a\xe7\x8a\xf1\xab\x78\x1c\x23\x9e\x37\xda\xf2\x5f\x8e\x3e\xfe\x77\xfb\x77\x8b\x7c\x99\x66\xfe\x8b\x76\x27\xea\x03\x93\xe2\xde\x81\x4e\xfd\x71\x2a\xcc\x93\x08\xef\xd8\x95\xf0\x3c\xff\x17\xdd\xa8\xca\xe4\xa2\xde\x9d\xfe\xbe\xfc\x5c\x4f\xaa\x0a\x98\x5d\xea\x59\xdc\xc9\x1e\x58\xb4\x5f\xe1\xf0\x20\x45\x60\xde\x0e\x45\xb3\x09\xca\x80\xbe\x81\xd2\x08\x03\xe1\xfb\xc7\x2a\xf9\x59\x2f\x02\x74\xb4\x94\xcc\x5d\x85\x9c\xc3\x52\x49\x71\x63\x7b\x60\xaa\x44\xf1\x6e\x72\x02\x30\x39\x58\xd1\x32\x7f\x12\x30\xf1\x70\x6f\xdf\x7d\x05\xc0\x04\x1b\x05\x87\x93\x36\x80\xc6\xc7\x5e\x13\xae\xbd\x07\xc6\xd7\xf6\x54\x7b\xa2\x04\xa8\x4b\x7a\x68\xfd\x55\x03\x8c\xd5\xea\xa6\x21\xd8\xa9\xfa\xa7\x3c\xd5\xa7\x87\xbb\xb7\x7f\x23\x8c\x43\x46\xcb\xfe\x24\x8c\x83\x86\xc8\xb4\x13\xc6\xb6\xfc\x97\xb6\xfa\x37\xcd\xfa\x2f\x25\x9d\x58\x07\xa2\x91\xfb\x01\x25\x2d\x63\xb5\xe5\x98\x57\x7d\xe8\x36\xf1\x06\x8b\x7e\x54\x9f\xf3\xfd\x32\x90\x18\x74\x2e\xc3\x54\x48\x17\xc1\x2e\x90\x71\x64\x53\x83\xa1\x54\x85\xd4\x7b\x3b\x9c\x56\x8a\xb6\xfe\x88\x26\xc5\x5e\xc0\x64\xcb\x91\x7a\x6a\x8b\x64\xf4\x34\x4a\x47\x9e\xd0\xf9\x5b\xe6\xef\xb1\xf6\x23\x7f\x34\xd3\x95\xad\x1b\xa5\x3a\xb2\xdb\xca\x47\x72\xf3\x46\xc8\x8c\x08\x0f\xa8\x90\x3b\x37\x54\x77\xc4\xd8\xd8\xdb\x72\x67\x06\x0f\x1e\x3e\x20\x67\x88\x5c\xe6\xa0\xa8\x61\x16\xbb\x6f\xcb\x2d\x1e\xa8\x31\xf4\xf8\xb1\x0e\xb2\x4f\x94\x75\x86\xe2\xf2\x1f\xb2\x0e\x03\x62\x87\x18\x3e\x5c\x20\x73\xb6\xff\x97\xc1\xdf\xbd\x49\x94\xe9\xd2\x7f\xa7\xca\x0e\xc1\xce\x3e\x37\x07\x24\x09\xa3\xc2\x41\xa5\xb7\xc2\xd8\xf3\x76\x6f\xea\xef\xde\xfd\x53\x8f\xb9\xc4\x7f\x10\xe3\xa4\x94\xff\xb2\xcf\xbf\x03\xed\x9c\x3b\x23\xbb\x91\x87\xb7\xd5\x7f\x49\xfe\x75\x30\xf1\x1e\xa2\x4e\x0d\xa7\xf9\x59\xbf\x40\x95\x76\x12\xdf\xc4\x31\xb4\x32\x5c\x54\xf8\xf6\xa1\xfd\x0f\xe3\xb9\xaf\x71\xca\x04\xaa\x3b\xcd\x6d\x37\x89\xea\x5a\x93\x8f\xf1\x86\x3c\x6a\xe8\xd4\xf1\x9d\x1f\x02\x43\x77\x4e\x6d\x1a\xb2\x04\xfb\x07\xb5\x9f\x56\x3a\xb5\x33\xee\xf7\x3f\x32\xad\xda\xe8\x10\xcc\xfb\x64\x4f\x5b\xbe\x22\x1f\xe8\x7d\x6e\xea\x33\x1f\xe1\x2c\x2c\x37\xd5\x3c\x5a\x0f\xe8\xfe\x6e\x4a\xc8\x16\x05\xa0\xeb\x97\xc9\x11\x25\xcf\x80\x2e\x7e\x93\x7c\x0e\x3d\x01\x3a\xf7\x9d\x68\x7c\xe1\x67\x40\xbe\xef\x84\xfc\x1f\x27\x02\x9d\x46\x6a\x36\xfe\x76\x0e\xe8\x18\xaf\x91\x2c\xd8\xd9\x7e\xd6\x18\xd2\xb3\x97\xfd\x45\x75\x0e\xd5\x25\xad\x87\x25\x70\x7d\x52\x85\xee\x7d\x4b\xf5\x7f\xca\x37\xcb\x93\x3f\xef\xfc\x4e\xc1\x95\xed\x1f\x40\xdf\x3b\xd3\x6b\x18\x55\x89\x13\xd7\xa8\x51\xdd\x32\x66\x26\xdb\xb7\x5e\x61\x02\x65\x52\xbe\x11\x93\xa8\x2a\xe6\x1a\x3e\x95\xea\x72\xf6\xef\xb5\x68\x67\xb1\x0c\x9d\x41\x33\x3c\xdf\x9e\xbb\xb3\x6b\x3d\x99\x4d\x38\xb1\x9a\xab\x3e\xa1\x6d\xbd\x25\x86\x03\x65\x26\x00\xdd\x4f\x19\xe6\xf6\x7d\x0f\xc8\xdf\x9f\x37\x7d\xfc\x5a\xa0\x83\xb6\x61\x95\x41\x57\x40\xf6\x57\xc3\xd5\x36\xc2\xc1\xb6\xa7\x61\x6f\x37\x42\xd8\xe7\xee\x09\xa7\x3a\xb6\xc1\x70\x09\xed\xdd\xfa\x2e\x3b\x09\xf7\x9b\xe3\x74\x80\xf6\xf6\xd9\xd3\xcf\x53\x05\x54\xaf\xd7\x6d\xfa\xe4\x99\xaf\x7e\xa5\xbd\x4d\xd7\xef\x13\xc5\x28\x2d\x57\xb6\x7b\x92\x88\xeb\x69\x88\x75\xfb\x71\x4b\x85\xb1\xdc\x49\x91\xf0\x2a\x29\xff\x65\xdb\xf1\x21\x84\x1e\x49\x66\x8e\xa1\xef\x9b\x78\x9d\xfb\x21\x45\x65\x4c\xa2\xaa\xe0\xc6\xef\xa6\xd1\x0e\xe9\xf7\x59\x97\x50\x67\xd7\x94\x39\x34\x2f\x0e\x55\xfa\xb4\x6e\x96\x2a\x1a\xd0\x89\x65\x91\x2d\xab\x2e\xcf\x72\x5b\x48\x71\x44\xf3\xf4\x22\xc2\x8b\x54\xee\x9b\x12\x1a\xd1\xc9\xdd\x3c\x97\x9f\x80\xa5\x46\x2f\xe6\x25\x98\x31\x7e\x61\x61\x39\x9b\x2a\xa0\x16\x26\x5c\xa7\x36\xaf\x64\xdc\xdf\xdc\x91\xef\x6d\x9a\x35\xa4\xd1\x3b\x9b\x3c\x29\xa2\x4f\x36\x29\xda\x4f\xb8\xc6\xe2\xea\x7a\xaa\x14\x2f\xaa\xba\x49\x15\x67\xa3\x2b\x9c\x2b\x1b\x99\xfc\x43\x67\x00\x43\x51\xbf\x7b\x76\x3f\x1e\x75\xae\xf0\xa8\x45\x7d\x1f\x8a\x2d\x07\x51\xca\xb3\xad\xbf\x1a\x01\x9a\x92\x87\x13\xe9\x5e\x76\x62\x15\xdb\x1d\x9d\x3a\x83\x9e\xe3\xc6\x4b\xb3\x68\x3e\xfc\x2e\x1a\x50\x15\x78\x9d\xd2\xbc\xb9\xc2\xb8\x52\xde\x88\x50\x00\x9b\x77\xc6\x54\x5d\x35\x8d\x32\x27\xbc\xcb\x90\xdb\x45\x60\xda\xab\x25\x94\x89\xa8\x29\x2c\xa5\x1d\xb8\xcf\xbd\x65\x54\x6d\xc7\x2a\x7b\xb1\x8e\xbf\x62\x78\x6f\xaa\xc3\xdb\xab\x8d\x21\xbd\x71\xbb\x06\x3d\xd2\xa7\xb7\x0f\xb7\xac\xe2\x9f\xd7\x12\x42\x60\xe7\xb9\x9e\x62\xd7\xf2\x02\xee\xa0\xb1\xdc\x9d\x2b\xe7\xcb\x8e\x72\x6e\xbf\x2c\xfb\x14\x31\x38\x96\xf9\xf1\x99\x60\xa9\xe4\x09\x7d\xb2\x55\xe3\x7b\x1a\xa5\xfc\x0f\xe3\x46\x1e\x17\x88\xba\x07\x73\x9f\x35\x51\xff\x0b\x46\x99\x33\xac\xa6\xd0\xab\x93\x14\xa7\x13\x33\x38\xca\x5c\x8f\xe2\xc1\x46\x95\xb9\xe4\x7d\xfe\x2e\xac\x2e\xee\xee\xc5\xb7\xae\x57\x3d\x33\xa7\xea\xf7\xb2\x6a\x2b\xba\xbf\x6d\x31\xcf\x86\xec\x6c\xe6\xc1\x98\xd9\x91\x35\x1a\xf9\xac\x6e\x32\xe4\x96\x13\xf9\x41\xb7\xea\x55\x8e\x6c\xbf\x8b\xb8\x53\xad\x1d\xc8\x3c\x90\xb5\xee\xec\x0f\x6b\xdd\x67\xe6\xf1\x68\x31\x8b\x5f\xc7\x8a\x2a\x6b\x4c\x82\xe8\x13\xd6\xcc\x8f\xe7\x4e\xeb\x09\x7c\x93\x7a\xf5\x80\x3d\x65\xfc\xf3\x71\x32\x65\x55\xfa\x15\xaa\xa4\x3b\xdd\x7a\x48\x1e\xed\xe8\xf4\x9a\xfc\x6a\x85\x09\xeb\xb8\x4b\xf9\x1f\x4b\x62\x79\x34\x3f\x43\x75\xaa\x2a\x2d\xc2\x5d\x12\x27\x32\xbf\x2b\x66\x22\xeb\xe0\x84\xde\x58\x44\xfe\x1c\xa0\x69\xc6\xdd\x77\xfc\xac\x28\x4e\xac\xb2\xb1\x26\x2f\x5c\x11\xcf\x6a\xeb\x4b\xce\x33\x4f\xa0\x2d\x0f\x66\xaa\xd5\x6a\xea\x9f\x35\x26\x7c\x0d\xf9\x53\xff\x07\xae\x74\xe3\xa5\x63\x85\x87\xc8\x4c\xf5\x39\x0b\x3a\xeb\xfa\x84\x2b\xd1\x3a\xf0\x8e\x1d\x4d\x3c\x20\x1f\x63\x1d\x7a\x85\x8f\x1a\xeb\xfc\xfb\x84\x3b\x51\xce\xe6\xdd\xc0\xf7\xfd\xbd\x15\xa2\xe9\x1b\x7a\x1b\x6d\xa1\x33\xa1\x57\x45\x29\x45\x74\x2f\xf7\x23\x34\x2f\x1e\xfb\x18\xf7\xf7\xe8\xf3\x23\xe1\x3e\xeb\xae\xfc\x42\xeb\xc4\x75\xfa\x47\xca\x8d\x57\xf7\x64\xfb\x1d\xc4\x38\xc1\xbc\xa1\x94\x83\x73\xe9\xb9\xc7\xae\x58\x4c\x7d\xfb\xc3\x61\x46\xef\x1e\x98\xb7\x94\xe2\x84\xe7\xf9\x65\x34\x41\x6b\xc5\x3e\x50\x0e\x35\x8e\x84\x4b\xd8\x28\x38\x93\xbd\xa6\x9d\x99\xf7\x63\x98\xbe\x96\x70\x4e\x9d\x54\x57\xc2\x8b\x27\x2c\x77\x27\xff\x1a\xd6\xce\x93\x9e\x8a\xe2\x55\x4e\x30\x65\x35\x83\xc4\x9d\x39\x64\x3b\xeb\x1e\x84\x78\x2a\xd2\x4a\x5b\xdf\x55\x8d\x19\x58\xcb\x74\xea\xf8\x67\x13\xc2\xb5\xd7\x0f\x71\x20\xfb\x43\x3e\xf9\x90\x27\x86\xfc\xb1\x89\xce\x7e\x21\x7e\x99\xdc\x1f\x68\xf6\x4e\x8a\x8f\xc1\x0a\x35\xc4\x54\x09\xd2\x3f\x4b\x3b\x57\xe0\xf4\xdb\x3b\xd9\x93\x5f\x50\x1c\xf5\x23\x6c\x02\xf0\x7e\xc8\xf6\xbb\x55\xf1\xb8\x96\x78\x10\x9b\x4f\x9a\x92\xf7\x45\x74\xb2\xa2\xef\x17\xa2\xc3\xe8\xb2\xf7\x76\xd6\xfd\x91\xf6\x83\x5a\x19\xb4\x86\xbc\xca\x56\xec\x07\x65\xe1\xb6\x8e\xe2\x88\x91\xba\x9b\xd8\x0f\x87\xfb\x05\x4d\x6d\xf4\xa6\x79\x1c\xf3\x25\x80\xf9\x40\x83\x83\x28\xdf\xe8\xa1\xb8\x21\x87\xed\x0f\x17\x95\x3b\xa3\xf4\x19\xcf\x8a\xa8\x55\xa2\x95\x12\x79\x6b\x34\x21\xe3\x91\xf1\x33\xe8\x1b\x45\x3e\x58\x4c\xf7\xf4\xa3\xb2\x57\x10\x6e\xbf\x49\xe2\x29\xe1\x31\x82\x10\xe3\xc8\xc6\x34\xe6\xc9\x84\x15\xd2\x7c\x46\xdc\xaa\x22\x9e\x43\x84\xf2\xe9\xa1\xfc\x44\xbf\xa7\x75\x12\x3a\xab\x91\x7e\x0e\x35\xfe\x83\x56\xaa\x94\xff\x11\x64\xce\xa3\xdf\x2e\x61\x8c\xf0\xb2\xd5\xf8\xda\x7e\xdf\x92\x95\xb4\x1f\xb8\x61\x35\xed\xa8\xab\x3e\xb8\xd2\x89\x63\xf9\x13\x37\x42\xc5\x2c\xe1\x41\xab\xd5\x38\xd3\x87\xd0\xe5\xb9\xf5\xfe\x74\x52\xd5\x19\x18\x48\x27\x95\x09\x2a\x7c\xfb\x7a\x54\x3e\xf3\x05\x94\xc7\x85\x51\x7e\x21\xff\x30\x6a\x09\xdb\x1f\x2b\x66\xe0\x09\x15\x8c\xf3\x36\xf3\x61\x52\x18\xf7\x4f\x88\xd0\xe6\x71\x1e\x1f\xe5\x12\xab\xb8\x83\x4f\x42\x93\x3b\x31\xd3\x12\xe5\x42\x29\xe2\x24\x18\x33\xb3\x22\x3e\x2b\x8f\x2c\x88\xbf\xcb\x67\xe0\xb8\xc7\xc7\xe9\x89\xc6\xa9\x5f\x21\x4f\xdc\x3c\xe4\x01\xf3\x63\x44\x5e\x4c\xd4\x5f\x7f\x7b\xf0\xfc\xf1\x3c\x70\xbf\xa0\x6f\xfa\x61\xbd\x65\xfe\xcf\x6a\x23\x37\x5a\xcf\x0e\x1e\xde\x14\x0f\x6c\x52\xfd\x88\x37\x69\x36\x34\x80\x9e\xe7\x82\xdc\x10\xda\xbd\xf4\xae\x32\x2f\x64\x9a\x73\x18\xed\x1b\xe3\xdf\x30\x2f\x64\xe8\xf7\xcc\x87\x51\x74\x88\x65\xdc\xff\xb7\x84\x0d\x6c\x7f\x33\x1f\xa6\x86\x71\x7f\x29\x1f\x26\x5d\x4f\x8d\x78\x1a\x92\x99\xd3\x69\xc6\xd3\xaf\x2c\x24\xcf\x92\xec\x5a\x46\x99\x5d\xc6\x20\x57\x3a\xeb\xa5\x0f\x5d\x4f\x67\xd9\xf4\xd1\x89\x64\xaf\xe4\xee\x76\xe2\x4d\xa5\x3d\xdc\xcd\x8c\x67\xd9\xa3\xb4\x13\xa5\xf9\x5f\xa4\x8e\x97\xc9\x8d\xb7\xc9\xde\xe4\xee\x54\x83\x46\x52\xd5\x07\xfa\xa6\xf1\x9f\x9b\x28\x1f\x61\x5e\x4c\x80\x26\xeb\xe1\x78\x99\x8b\x3c\xa0\x60\xd6\x79\x5a\x39\xc1\x97\xa2\xf0\x72\x13\xe6\x3d\x59\x44\x84\x90\x7f\x2c\x12\xfb\xc7\xcc\xad\x8f\xa4\xf9\xd3\x71\x67\x55\x8a\xc9\xe5\x9b\xe9\x5b\x8d\x8d\x8f\xa3\xa7\x36\x78\x7e\x22\x45\xc1\x5e\x0d\x8c\x9b\xcb\xf5\x48\x13\x4f\xb6\x52\x3e\xcc\xb6\x15\x72\x74\x96\xc9\xf9\xd0\x87\x5e\xb1\xad\x66\x14\xad\x83\x1c\x9d\x69\xb4\x2f\x6c\x2d\x9f\x47\xf8\x6f\xce\x01\xd6\x4f\xda\x9a\xc0\x3b\x4c\xce\x77\x21\xcc\x87\x79\x1b\x4b\xaf\xdf\x5a\x9f\x4d\x9f\xbc\x75\x4d\x09\x65\x34\xd9\x57\x6a\x89\xa1\x96\xfd\xdd\xf9\xdd\xfc\x79\x3f\x50\xfc\xd9\x32\xfd\xa7\x55\xf4\xf3\xf6\xbf\x68\xde\x5a\xf3\x62\xbc\x93\xbc\xf6\xe2\x2b\x1e\xd0\xca\x9a\x20\x52\x67\x5a\xee\xce\xea\x3c\xd6\x33\x42\x49\x91\xd7\x7c\x13\x3f\xe7\x05\x1d\xb9\x8b\xd5\x9c\x46\x3e\x59\x4e\x3f\x10\x47\x27\xd0\x09\xef\xf9\xc6\xc5\x28\xb0\xb7\x2a\xff\x91\x4e\x5e\xd8\x23\x3f\x83\xd4\x28\xb0\x7b\x6b\x7f\xb6\x3f\x5f\x3c\xc1\x15\x8e\x67\xe6\x7e\xe1\x5e\x8e\x93\x3b\x14\x47\x51\x0d\xb0\xf0\x02\xe3\xfe\x05\x27\x0c\x89\xbf\x51\x24\xcb\x4a\x56\x85\x4e\xab\x29\xd4\x16\xc9\x07\x10\x0f\xaa\x30\x3b\x86\x22\x74\xa1\x4b\x26\x21\xc7\x45\x43\x77\x51\x46\x53\x28\x5f\x43\xfa\x1a\xf9\x7a\xac\x87\x91\x37\xe6\x1a\x79\x74\x5e\x6e\x23\x21\xf1\xb9\x0d\xaf\xf9\xc4\x10\xf0\x89\xd6\x47\x4e\x36\xd5\x29\x6b\x03\xe9\x5f\xaf\x7e\xcb\x76\x3b\x6e\x0a\xa3\x57\xd9\xd4\xb3\xdd\x96\xe0\xbe\x39\x8b\x2f\x70\xdf\x1c\x03\x6f\xe6\x85\xe8\x78\x27\x53\x25\x77\xea\xfd\x54\xca\x72\x35\x46\x32\x4f\x62\x84\x41\x16\xf1\x85\xa5\x7d\xa2\xba\x4e\xca\x35\x6d\x6d\xff\xce\xe3\x3c\x96\x0e\x6c\x4f\x35\x8b\x32\x15\x25\xaa\x79\x96\x5e\x61\x1d\x8c\xb2\xed\x53\xe9\x1b\x94\xba\xcf\xa5\x88\x5c\xfa\x72\xc9\x5e\x1e\x9d\x3b\xf1\xef\xfd\x98\xff\x92\x17\xf1\x23\xff\xfb\x0c\xfa\x84\x12\x37\x66\xdc\x94\xa4\x54\x12\x13\xa5\xf8\x15\xe3\xfe\xc5\x3a\x0d\xb4\xae\x76\x39\xdd\xa7\x5a\xc2\xae\x13\xbf\x91\xa7\x17\x2b\x7f\xa4\x27\xc4\xbc\x98\xb5\xee\x1b\x69\xb7\x5a\x15\xbd\x89\xa2\xa9\x94\x07\x64\xd5\x18\x47\xe7\x05\x33\x05\xb6\x7b\xe1\xfb\x14\xca\x17\xe7\xa4\xa6\x53\x3e\xa4\x3d\x3e\x9d\x9e\xd6\x24\x93\x6c\xd2\x8f\x1b\x93\xc7\x59\xcd\x30\x4d\x56\xe7\xe8\xeb\x90\x4f\xac\x8c\xce\xda\xd2\x8a\x55\x89\xa8\xe8\xba\x57\xac\x78\x56\xe8\x74\xa0\xe7\x5b\xd1\xa8\x44\x7c\xb1\x7d\xce\x23\x29\x6f\xde\x67\xc8\x7d\x40\xf6\xb9\x1a\x10\x36\x50\x71\x92\x33\xd3\x7d\x5d\x56\x76\xe7\x7f\xc7\x8a\x4e\xfb\x96\x47\xd0\x4e\x55\x31\x34\x95\x32\xdd\x0a\x91\x27\xb5\xb7\xbe\x7c\x28\xbf\xee\x18\x69\x8e\x97\x7b\x5d\xa2\x9e\xdb\xe5\x23\xef\xf1\xdf\x57\xfc\x4c\x7f\xdf\x13\xf1\x8e\xe6\x6f\x37\xe5\xdb\x6b\x66\xb0\x2e\x8c\x83\x52\x1c\xc7\xc3\xfa\x64\x7a\x95\x65\x68\x1a\xb1\x72\x16\xdd\x63\x7d\x18\x43\xdd\x0c\xe2\x03\xea\x61\x2b\xb1\x96\xb5\x12\x99\x95\x34\xc1\x73\x3b\x45\xad\x31\xe1\x9c\xed\x0f\x2e\x28\xa2\x6c\x50\xb1\xe3\x2e\xf2\xce\x4e\xee\x65\x62\x1f\xbd\x66\x7d\x9c\x8e\x3c\xd6\xca\xca\xb1\xde\xcb\x6c\x45\x9a\xa1\xda\xfd\x23\xe8\xc6\x43\x6d\x23\xf3\x1f\x6a\xfe\xd1\x27\x7e\x57\xed\x38\x73\xe2\x45\xd4\xde\x62\xdd\xa0\x83\x53\x3d\x89\xa9\x51\x1b\xcb\xb5\x9e\x03\x8f\x92\x29\xc3\xa9\x1d\x99\x4b\x9e\x58\xbb\x66\x2f\x31\x7c\xf7\xbb\x1c\xa2\xf9\x3d\xa0\x70\x81\x6a\xa7\xfb\xf7\xdc\xa2\xe7\x5f\xb3\xee\x27\xda\x47\xf6\xdf\xf9\x8b\x4e\x3c\xd5\x97\x3f\xbf\xfb\x6f\x1e\x90\xe9\xc0\x4c\xca\x42\x16\x61\x1b\x21\x1b\x86\xca\xb9\x94\x17\xea\x26\xe5\x52\x9e\x34\xb5\xb1\x90\xec\x94\xf6\xc9\x52\x5b\x51\x4c\x7e\xa5\x72\x7a\x0f\x3d\x4d\x85\xd7\x7b\x28\x7a\xc9\xab\x54\x8a\x48\x47\x73\xbf\xa8\xf6\x3c\x4a\xf9\x30\xc7\x1f\xb0\xc4\xef\x71\x95\x61\xf4\x4e\xc7\xba\x4c\xb8\xc7\x7f\x9f\xed\xcd\xa3\x29\x75\x6a\xaa\xfb\x9e\x33\x9a\xe3\x0d\x1e\xf4\xba\xe3\x01\x1b\x29\x5f\x3c\x66\x1f\x4f\x4f\xea\x98\xa8\x50\x75\xbc\x61\x37\x3d\xd9\x63\x47\x0e\xd1\x13\x3b\xf2\xea\x2c\xf9\xd1\x11\x9d\xeb\xc4\xff\x38\x3a\xb2\x91\x98\xf2\x47\x92\x5e\x91\x92\xda\xe1\x9a\x8f\xa3\x80\x3f\xc2\x19\x5f\x78\xb5\x16\x50\xc9\x02\x9e\xd7\x00\xca\x07\x80\x46\x05\x40\xe5\x15\x70\x77\x17\x30\x64\x1d\xdf\x91\x1c\x9e\xfe\x15\xde\x7f\x17\x18\x9d\x02\x9c\x1d\x02\x68\x5a\x30\xef\x61\xb2\xf0\xae\x3f\x00\x5a\x8f\x81\x9a\x89\x80\xde\x21\xa0\x42\x0e\x98\x57\xce\x7a\xc6\x8b\xac\x5b\xf0\xee\x1d\xb7\x81\xe5\xcf\x81\x1d\xdd\x01\xe7\x2b\x40\x41\x17\xc0\xe3\x17\xbe\xf7\x2d\x64\x60\x05\x95\x8c\xd1\xe4\x3e\x07\x12\x6a\x81\xdc\x54\x20\x2b\xbc\xe5\xde\xff\x0e\x5f\xa0\xf2\x77\x60\xc7\x52\xa0\x4e\xe4\x89\x5c\x3a\x2c\xf6\x3f\x70\x07\x4a\x1e\x03\xbf\x85\x02\xa5\x33\x81\xcf\x3e\xc0\x4e\x91\x07\xd2\x16\xff\x96\xf2\x1f\x7e\xdf\x05\x0c\xd0\x65\x2c\x6c\x80\x1f\xf0\x2c\x9e\xf5\x0c\x1e\xb8\x03\x7d\xff\x02\x6e\x27\x01\xca\x6e\xc0\xf5\x64\x60\x90\x0c\x70\x45\x0d\x18\xaa\x09\x9c\xf3\x05\x46\xbc\xe5\x3e\x17\x63\x4d\x80\xba\x1a\x60\x62\x30\xe3\x7c\x42\xbc\xaf\x2e\x04\x74\xbf\x03\xf6\x1c\x02\xe6\x94\x01\xa5\xf3\x81\x45\xa3\xbe\xc2\xfd\x87\x00\xcb\xa6\x00\x79\x65\xdc\x07\x63\xdb\x31\xc0\x35\x57\xd8\x45\x01\xbf\x13\x3c\x1f\x11\x61\xc0\xf6\x0d\x40\xe2\x55\x20\x67\xb8\x70\x16\x02\xb6\x1f\x01\x8a\x36\x72\xd4\xad\x52\x01\x8a\xba\x03\x27\xd4\x81\x42\x55\xe0\x52\x09\xb0\x73\x21\xf0\x70\x20\xf7\x3f\x10\x6c\xda\x75\x08\x68\xf2\x01\xf2\x23\xff\xdd\x7e\x29\xff\xe1\xf7\x69\xcc\xfb\x90\xea\x5e\x3c\x39\x01\x28\xd9\x03\x8f\x2b\x01\xe1\x1c\xd8\xac\xf7\x20\xf6\x77\xb8\x10\x09\x0c\x38\x0a\x08\x39\xfc\x30\x75\xe0\xd4\x23\x60\x54\x11\x70\x34\x00\x50\x1f\x0f\xd4\x9c\x00\x26\xa6\x00\xe5\xef\x80\xe9\xe3\x19\xf7\x17\x96\xef\xce\xd1\xc0\x7c\x77\xa0\xe0\x16\x60\xea\x08\xe4\xc7\x08\x27\x64\x60\x9b\x25\xe3\xfe\x5b\x77\x02\xae\xdd\x80\xec\x47\x8c\xcd\x64\x2f\x64\x2c\x2b\xeb\x05\x10\xa7\x00\x64\x4f\x07\x32\x0a\xb9\x2f\xfc\x8e\x89\xcc\x83\xa8\xf2\x64\x7c\xfb\x88\x0e\x90\x6f\x0e\x08\xf9\x63\xbe\x33\x70\xef\x11\xf7\x50\x79\xdd\x1d\x28\x74\x66\xfc\xff\x9b\x3e\x18\xb3\x5b\xe3\xc0\x82\xfd\x3d\x8d\x98\xff\xd2\xf5\x3c\xf0\xe8\x03\xd0\x39\xe5\x5b\xde\x83\x54\xe7\xe0\xbc\x2b\xa0\xe4\xc4\xf6\x0f\x70\x01\x8e\xae\x05\x06\x47\x00\x07\xaa\x00\xd5\x99\xcc\xfb\x10\xd2\xfa\x3d\x12\x61\x2f\x01\x8a\x4f\x30\x5f\xaa\x68\x3f\x60\xb8\x12\xc8\x4b\x01\x16\x27\xb0\x3d\x4b\xc2\x80\xac\x72\xc0\x6e\x1b\x90\xb5\x99\x4f\xe2\x59\x9a\x8c\x4d\x09\xd9\x96\xb0\xf1\x64\x3c\x05\xe2\x9e\x03\x99\xb7\xf9\xbf\x2d\xc3\xb9\x07\xc6\x16\x27\x60\x5f\x31\x63\x3b\xc2\x9a\x14\xe6\xe5\x7b\x15\xe6\x0e\x3d\xcc\x02\x72\x4f\x02\x7f\x24\x7f\xd5\x07\x42\xb4\x3f\x59\xc4\xb5\xe2\xc5\xbe\x49\x51\xba\xe2\x3c\x8c\x03\x3a\xda\x03\x4f\x1a\x01\x39\x7f\xe6\x01\x09\xf9\xcd\xdd\xd3\x80\xb0\xaf\x09\xef\xdd\x41\xb7\x85\xf7\x50\x5f\x07\x74\xcf\x07\x4e\x84\x02\x0a\x45\xc0\xa1\x01\xc0\x80\xf1\xc0\xfe\xeb\xc0\xb0\x89\xc0\x1e\x23\x40\xcd\x1b\x28\xf9\x13\x98\xa0\x00\x14\x8d\x04\xa6\x9b\x03\x05\x27\x81\x39\x6f\x80\xec\xe3\xc0\xfc\x81\x8c\xd3\x9b\xe7\x32\xee\xb3\xbc\x0e\x90\xf8\x01\x42\x9e\x94\x14\x0b\x78\xfc\x04\xa4\x96\x00\xeb\x7f\x07\x52\xe3\x58\x0f\x43\x12\x05\x64\xee\x07\x24\x6e\x40\x51\x2c\xcf\x13\xe9\x1f\x14\xf1\x3c\x6c\x79\x02\x7c\xff\x9e\x71\xe5\xa7\xb6\xc0\xd6\x1e\xc0\xfb\xc3\x2d\xf6\xb7\xe5\x7f\x6c\x5a\xda\x9a\x07\x20\xc5\x79\x9f\x89\xd5\x91\xfb\x42\x56\xf8\x92\x75\x70\xf0\x15\xef\xe1\xdc\x5b\xe6\x85\x9c\x3a\x0e\x74\xcc\x07\xea\x02\x81\x6e\x8f\x80\xfd\x47\x80\xde\x75\x40\xc5\x27\xa0\xdf\x71\xc6\xf9\x86\x86\x31\xee\x3d\xf6\x13\xe3\x7d\x53\x5c\x58\xd7\x42\xc7\x1b\xc8\xba\xce\x3a\x42\xcd\xb8\xff\x1b\xc6\xf3\x92\x9c\x18\x83\x4c\x30\x66\x2c\x2f\x51\x1f\x58\x3f\x12\x48\x52\x05\x62\xbd\x80\xf8\x46\x40\x92\x0b\x24\x98\x03\x85\x0a\x40\x62\x19\x50\x71\x97\x71\x23\x61\x1e\xd2\x54\x80\xab\x3a\xac\x17\xf1\xb4\x9c\xf1\xe5\xf7\x8d\x40\xb2\x21\xf7\xc6\x8a\xed\xd0\x9a\xff\xd1\xb6\x0f\x86\x74\x1e\x1e\x87\x32\x1e\x79\x47\xc4\x33\x6f\x94\x02\x58\xfa\x2d\xef\xe1\x64\x2e\x20\xdb\x03\x38\xb4\x17\x68\xdf\x0f\xd8\xf7\x12\xe8\x52\x22\x64\x25\x80\xa2\x3b\xe3\xde\xca\xc7\x5a\xf4\x0e\x72\x03\x00\xcd\x73\xdc\xe7\x42\xab\x1e\x48\x5b\x0c\xe8\x0b\xb1\x4f\x8e\xf5\x62\xe2\x82\x80\x25\x41\x40\x54\x57\xc6\xea\xa2\x37\x02\x6e\x72\xc0\xa6\xe7\x40\x40\x3c\xb0\xb9\x08\x88\x89\x01\xa2\x53\x80\xb4\xe7\xa0\xec\xb6\xd0\x0e\x88\x93\x00\xd5\x95\x40\xfc\x2d\xe0\x74\x77\x20\xbe\x04\xb8\xe6\x02\xc4\xcf\x03\x84\xfc\x39\xf1\x57\xe0\x7f\x8a\x40\xec\xcf\x6c\x67\x44\x57\x91\x07\xf0\x1f\x3a\x10\x52\xde\xc3\xfd\x54\x1e\xff\x8b\xf7\xd0\xdc\xef\x43\xe4\x7f\xd4\x0c\xe0\xb1\x5c\x06\x68\xd7\x93\xf5\x6e\xba\x5a\x33\xef\xa5\xf7\xbe\x16\xbd\x83\xcc\x06\x60\xcc\x06\x8e\xcb\x42\xbc\x48\x9a\x00\xcc\xcc\x63\xdd\x83\x05\x2a\x40\xe4\x5b\xc0\x6c\x18\xef\x0d\x76\xaf\x80\xb0\x12\x60\xad\x22\x10\xe6\x05\xf8\xdf\x07\x22\xc7\x01\xd1\xdd\x01\xe1\x34\x9b\xe6\xc9\xba\x08\x82\x8f\x45\x5c\x03\xaa\x7a\x01\xe1\xa1\x40\xdd\x17\x20\xd2\x12\xb8\x36\x18\xd8\xf4\x3f\xe0\x69\x0f\x20\xf2\x3a\x73\x42\xa5\xbc\x9f\x66\x1e\xc0\x89\x36\xfc\x87\xb2\xd6\x78\xf7\x37\xbc\x87\x36\x7a\x07\xcd\xba\x17\x6a\x62\x56\x28\xde\x2a\x6a\xc6\xbb\xc7\x03\xb2\xed\x38\x4e\x75\x3f\x09\x64\x8d\x03\xfa\x66\x01\xa9\x85\xc0\xd0\xde\x40\xbc\x19\xc7\xcf\xe8\x7a\x60\xfa\x0e\xb6\x47\xff\x29\xb0\x51\x8e\xfb\xe5\x6c\xd8\xcf\xfb\x47\x60\x0d\x63\xbc\x81\xb9\x80\xef\x24\xe6\xaf\x6c\xd2\x06\x36\x08\x3e\xaf\x02\x08\x67\xcd\xfc\x37\x40\x88\x16\x50\x35\x14\x08\xd6\x00\xea\x4c\x99\x2b\x71\xcd\xbe\x45\x07\x62\xa3\x1e\xf0\x51\xc8\x45\xe2\x5a\xf3\x3f\xa4\x76\xaf\xb6\x6f\xcd\x07\x90\xfa\x41\x5b\xdd\x8b\xef\x44\xbc\xfa\x1b\xdd\x0b\x29\xee\x2f\xde\x07\x2f\x16\xf1\x0f\xa9\xde\x41\x46\x28\xe3\xdb\xc9\x4d\x40\x57\x51\x8d\x57\xb9\x18\x88\x0c\x00\x46\x9e\x00\xc2\x8c\x80\x89\xd3\x19\xff\x17\xf6\xd3\xc0\x32\x60\x61\x16\xa8\xcb\xb7\x95\x26\xe0\x6d\x05\x38\x5d\x67\x1e\x83\x4f\x16\xe0\xf3\x9e\x35\x03\xfc\x32\x00\x49\x3f\xc0\xbf\x3d\xf7\x98\xf1\x35\x02\xaa\x87\x03\xbe\x2b\x80\x53\x3f\x02\xbe\x5f\x80\x1b\x25\xbc\xd7\x3c\x73\x03\x7c\x7b\x02\x7f\x7f\x6e\x79\xee\x6b\x45\xfd\x24\x47\x11\xef\xb7\x2d\x17\x47\xb1\xbf\x5c\x5b\x3f\xf8\xa6\xef\x0b\x9f\x9a\x71\x58\xec\x9e\xd9\xb6\xef\x89\xf4\xf4\xd8\xac\xfb\xb0\x98\xc7\xf8\x1c\x40\x36\x14\x88\x6e\x0f\x28\x38\x00\x61\xea\xc0\x60\x75\x20\x24\x1e\x18\x9f\xc0\x76\x0b\xf1\xc2\xab\x13\x60\x98\x0e\xaa\x72\x59\x94\x00\xee\x2e\x3c\x0f\xae\xef\x01\xcf\x4a\xc0\x43\x93\x6f\xb4\xb9\x09\xef\x9d\x04\xb8\x09\x39\x41\x10\xb0\x2e\x02\xa8\xaa\x03\x5c\xc3\x81\xd3\x9a\xcc\xc9\xbd\xae\x03\xac\xbd\x09\x3c\x1f\xc1\xaf\xff\x3c\x08\x70\x9a\xd2\xda\xee\x65\x62\xdf\x41\xb3\xe7\xad\x79\x10\x37\x87\xb7\xf1\x03\x69\xdf\x17\x31\x4e\x7c\xc3\x7f\xd1\x6c\xed\x07\x52\xfe\x47\x96\xb8\x4e\x52\xed\x78\xdc\x2c\xf2\x89\x36\xde\x03\xe4\x03\x01\xe1\x74\xdf\xe7\x17\xc0\xdb\x0e\x18\x61\xc4\xbc\x0e\x21\x0f\x77\x35\x63\xde\xd8\xea\xd9\x80\xc9\x65\xc0\xb9\x9e\xf5\x83\x9c\xe2\x78\x0e\x1c\xab\x39\x36\x38\x89\x7a\x18\x0e\x12\xa0\xc0\x04\xb0\x3f\x0a\x54\x8e\x05\xec\x83\x81\x93\xa6\x80\xfd\x66\xce\x79\x85\x58\xfb\xec\x06\x60\xa7\x0a\x7c\xfc\x1f\x60\xd3\xa7\xb5\xdd\x52\x1e\xc4\xc2\xef\x5a\xf3\x20\xbe\x17\x79\x0a\xff\xc9\x7f\x39\xc2\x63\xa5\xa8\xab\xb4\x47\xd4\xff\x28\x12\xf1\xfe\xb6\xfc\x8f\xc4\x35\x3c\x46\x32\x2c\x82\x20\x23\x1e\xbd\xf4\x81\x1e\x73\x00\x17\x7f\x60\x90\x3f\xb0\xca\x1c\x18\x77\x12\x70\x38\x06\xe8\x74\x04\xec\xfa\xf3\xfe\xb1\xdc\x9d\x6d\xb1\x3e\x0f\xea\x3b\x6a\xdd\x05\x08\xfd\x13\x58\xf2\x18\x48\x3e\x0a\x58\xd6\x71\xaf\x2d\x8b\xe7\x40\xa5\x11\x60\xf6\x8a\xb9\xac\x66\x96\xc0\x8d\x08\xc0\xec\x3a\xe7\x42\x26\xa9\xc0\xff\x24\x2d\x76\xb7\xe5\x41\xe8\x8a\xf9\xa5\xce\x2e\x1e\x9b\xd7\x81\xc8\x8f\x3a\x25\xda\xd9\xcc\x7f\xf9\x8b\xc7\xbd\x22\x2f\x6e\xd7\x8f\x3c\xe6\x8b\xbc\xa8\x2c\x91\x77\x28\xe5\x7f\xc4\x8a\x55\xa7\x8d\xa2\x7f\xf9\x8a\x71\x66\x75\x24\x20\x57\x08\x38\x2a\x00\x4a\xdd\x00\x5b\x33\x40\x75\x06\xb0\x34\x0b\x98\x1a\x01\x58\xba\x73\xde\x6d\xb6\x17\xb0\x91\x07\x4c\x56\x00\xae\x9f\x81\xc5\x1a\xc0\x86\xa1\x3c\x47\xc9\x11\xc0\x02\x33\x20\x6f\x0c\x30\x3f\x1b\xa8\xb8\x09\x18\x7e\x04\x4e\xd4\x02\x73\xdf\x01\xd7\xa2\x00\x03\x59\xe0\xf1\x05\x40\xff\x67\xe0\xaf\x62\x40\xef\x26\xdb\xa9\x2d\x3e\xf7\xc9\x22\x3f\x4e\x53\xec\xab\xa5\x2e\xea\x6d\x35\xaf\x03\x51\x3f\xe9\x3f\xf9\x2f\x6d\xfa\xdf\x34\xf3\x3f\xbc\x79\x8c\x9f\xd4\xda\x0f\x02\xc4\x79\x71\x17\xd5\xcb\x1d\x65\x79\xb4\xea\x07\x74\x51\x02\xcc\xba\x03\x83\x4e\x00\x8b\x9e\x02\x9a\x42\xac\x94\x01\xf4\x4b\x81\xb9\xbf\x02\x4b\x4e\x01\x73\xf6\x03\x6b\x6e\x03\x7a\x16\x40\x88\x22\x6b\xb3\xc5\xbf\x05\x66\xd8\x03\xdb\xe5\x01\xed\xde\xc0\x9e\x99\xc0\x34\x5f\xe0\xa8\x16\x30\x55\x0b\xb8\xdc\x13\x98\xfc\x09\x78\xa0\x0e\x4c\xba\x0a\xfc\xee\x06\x4c\xd0\x61\x3b\xc7\x8a\x7a\x39\xa3\x44\x7e\xed\x70\xb1\x4f\xe9\x10\xb1\x9f\x4e\x33\xff\xe3\x3f\xf4\x5f\xa4\xfa\x27\x52\xfe\x4b\xce\xef\xad\xed\x97\xf2\x5f\x22\x4e\xca\x52\x1d\x2b\x64\xb6\x1c\x55\x39\x3c\xd2\xdb\x53\xe1\xd7\x59\xa9\x03\xd5\x1f\x96\xd6\x75\xa4\xea\xe0\x7c\xfb\x4e\xf6\xf8\x09\x98\xf3\xb4\xb3\xa7\x92\x0d\xa0\xfb\xa6\xcb\x8f\xa3\x97\x02\x5a\x11\x5d\xcf\xe9\xca\x03\x53\x24\xdd\x92\x4c\x77\x01\x13\xbb\x74\x9b\xb4\xb2\x3b\xa0\x21\xd3\xf5\x99\xff\x30\x60\x5c\xef\x6e\xca\x31\x67\x81\x31\x63\xbb\xb6\xdf\x32\x1f\x50\x9b\xd1\xc5\xb8\x44\x02\xa8\xfa\x76\x8e\x39\x58\x05\x8c\x1c\x24\xbf\xfc\xbb\x9e\xc0\x88\xee\x9d\x94\xef\xe4\x01\xc3\x1e\x76\xb4\xfc\xe5\x31\x30\xf4\x63\x07\xdf\x4f\x9f\x80\x41\x17\xe5\xa8\x0e\xa9\x2c\x8b\x49\xc2\xa8\x24\xee\x97\xbd\x72\x79\xfc\x2f\xfe\x47\x5b\xfe\xcb\xd6\xac\x8e\x54\x3d\x4e\x3d\xdb\x99\xaa\x1e\xf1\x29\x5d\xe9\xf7\xe1\xa1\x0a\xa7\xf9\xf9\xb3\xc3\x78\x28\x30\x2f\x64\xa5\x84\x51\x89\xa5\x69\x7d\xa8\x5e\xb3\x08\xdc\x67\x43\xfb\x82\x32\xf1\x2c\x34\x7e\x1e\xf8\xa9\xab\x31\x30\x26\x49\xa5\xd3\x90\x1b\x58\x30\xf2\xa1\x4a\xf8\x94\x43\xc8\x1f\x5a\xad\x52\xb3\xe0\xa3\x4c\x7b\x95\x4e\x2a\xe6\x76\xe3\x64\xcc\x95\x97\x0c\xfa\xe2\x59\x29\x33\xa4\xbf\xb5\x8a\x7b\x64\x7b\xa0\x6f\xa7\x41\x61\xe9\x4e\x80\x92\xd9\xc0\x0d\xc2\xd9\xba\xb7\xb7\x72\x59\xcd\x78\x40\x61\xc2\x80\xa4\x33\xd5\x40\xaf\xce\xfd\x93\x6f\x1a\x01\x3d\x3b\xf4\xf3\xff\x29\x1f\xe8\xd1\xbf\xef\xb3\xbf\x57\x00\x5d\x4f\x2a\x52\xdf\x8b\x4e\x6b\x7a\xfa\xd1\xe8\xdb\xa5\x86\x47\xf9\x27\xc2\xf8\x5f\xf6\x17\x58\x77\xa4\x48\xb9\x75\x68\x77\xc2\x35\x53\x5e\x2a\x52\x55\x35\xae\x81\x75\x5f\x36\x3a\x0c\xa4\x08\xe0\xef\x35\x98\x7e\xef\x06\xae\x26\xad\xac\x1a\x41\x3a\x1a\xd6\xa7\xd4\xe8\xd6\xe9\xe2\x28\x35\xaa\xf3\xe9\x61\x0c\x45\x9e\xf1\xf1\xe3\xa8\xfa\x3c\x50\x7b\xfc\x05\xd9\xcf\x40\x5f\x57\x8d\xa2\x7e\x8f\x00\x85\xed\x9a\xc1\xe3\x6d\x80\xee\xcf\x35\x97\xeb\xc7\x03\x5d\x82\x34\x2a\x96\xc6\x03\x9d\xd2\x34\xc6\xba\xee\x07\xda\xbf\x1d\x7f\x7e\xa3\x1a\x20\x57\x36\x7e\x52\xca\x20\x40\x66\x8f\xba\x4d\x3e\xed\x49\xe3\x50\x49\xf7\x18\xc7\x2a\x9e\xa2\x58\x3d\x7a\xdf\x75\x5a\x83\x6a\x2f\x9e\x10\xce\xa7\x36\xe0\x1d\xd5\x6b\x47\xfc\xcd\xb8\xcd\x90\x50\x1e\x07\x88\x7a\x18\xfd\x32\x85\x71\x9f\xc8\x77\x2b\x8e\x6e\x4f\x91\xb0\xd0\xa5\x17\xd9\xb3\xe5\xa9\x12\xe1\x2e\xc9\xe3\x06\x11\xca\x1a\xa3\xc3\x76\x6e\x78\xac\x4a\x76\x06\x68\xaa\x51\x06\xe1\x11\x3a\x96\xea\x71\x4e\x77\x27\x50\x24\x59\x96\xae\x49\x38\xa7\xe9\x79\xe6\xbd\xe8\xcf\x67\x7e\xc8\xe4\x2a\x6d\x42\x73\x47\x18\x68\x53\x55\xba\xbb\x8d\x2e\x45\x20\x39\xc3\x59\xcb\x7b\xd2\xde\x3d\xab\x4c\x95\xea\x71\x33\x1b\x74\xc9\xd3\x66\xbe\xb2\xa0\x51\xd7\x62\x0d\xdd\xbc\xd7\x6d\x58\x4f\x6f\xa9\x33\x3c\x91\xb8\x6d\x33\x3e\xe6\xd1\x37\xd6\x3e\xba\x8f\x56\xa0\x56\xfd\x09\xb2\x6b\xfa\xe1\x6b\xf4\xcd\xa6\xeb\x34\xf2\xcd\xd2\xb8\xbf\x68\x1e\x26\xbe\x67\xbb\xc7\x6f\xe0\x71\xb4\xd8\x0f\x63\xe4\x21\x61\x2c\x53\xe9\x4e\xe8\x5a\x7e\x23\xfb\x71\xc6\xcd\x41\x54\x2d\x4d\x7a\xc4\x76\xc7\xbc\x62\x34\x3e\xfc\xa4\x26\x55\x49\xfd\x9d\x26\x91\x9f\x78\x34\xb2\x5e\xc6\xaa\x5a\x46\x9f\x96\xe9\x68\x53\xbd\xdb\xf4\x1c\xf3\x5f\xe6\xad\xd3\xa3\x8c\x4a\xab\x9b\x3e\x2d\x98\x31\xd7\x58\x1f\xa5\x5f\xd3\x3c\xaa\xf7\xb6\x73\x5c\x28\x32\x30\x8d\x4c\x98\x41\x66\x14\x37\x8a\xce\x30\x46\x56\xba\x54\x77\x34\xea\x68\x4e\x8a\x33\x0b\xd7\xaf\xa6\xb3\xcc\x02\xb3\x20\x9a\xc9\x05\x0d\x5c\x49\x5f\x60\xc6\x3d\xdb\xe6\x15\x95\x13\xe2\x62\xf8\xf7\x71\xc2\x47\x0d\x7f\x64\xed\x1f\x83\xfb\x8f\x68\xc5\x1a\x64\xfe\x41\xca\x4d\x7a\x27\x44\xfe\xc7\x79\x1e\xa7\x69\x8b\xfc\x18\xd2\xb1\x2e\x0c\x53\xa6\xfa\xeb\x16\xc9\x30\x5a\xd7\x29\xce\xac\xca\x11\xfd\x52\x93\xec\x0b\xd3\x9c\x42\xf6\x04\xc9\x68\x71\x1f\x98\x37\xba\x14\x39\x57\x1f\xd5\x23\x74\xc1\xce\xd9\x80\xd0\x39\xcb\xeb\xf3\xe9\x29\x18\xfd\x62\x44\x19\x83\xae\x38\x4e\xf0\x30\xa6\x75\x33\xc2\x91\x75\x15\x14\xb6\x58\xcc\x63\xfb\x97\x8a\xf7\x9c\xad\xe2\x14\xe8\xcc\x62\xd5\x34\x8a\x72\xf6\xa5\xe9\x33\xa8\x12\x6c\x55\x60\x4a\xdf\xc4\x4a\x9d\x91\xe6\x25\x8f\x18\x39\x5e\x12\xc3\xb1\xd9\xd2\x7a\x2b\x31\x98\x2c\xc5\x8a\xb8\x45\xd9\x11\xfa\x26\xe6\x9d\x2f\x52\x9d\xd6\xd4\xfd\x2e\x7d\x82\xa9\xd5\x6f\x34\x1f\xc6\x8d\xac\xb5\xb9\xe0\x06\xdb\x3f\x47\xe4\x47\xcd\x24\xfd\xea\xcc\xa0\x71\x54\xed\x4e\x6e\xe4\x7e\x50\x31\x3a\xec\xcf\xe1\xef\xb5\xe8\xdd\x82\xeb\xf4\x68\x7e\x3c\x0b\x0d\x69\xd6\x57\xdb\xb3\xca\xb8\x7d\x0a\xdb\x69\xb5\x92\xf5\x51\x8c\x87\x99\x13\xfe\x69\xa0\x6f\x41\x19\x87\x94\x07\x33\x26\xcf\x9a\xd0\x6b\xe5\xbd\x36\x84\x3a\x76\x36\x66\x7e\x08\xe0\x20\xee\xb0\x0e\x47\x15\x28\x47\x5b\xf1\x7a\x14\xe5\x1e\x8e\x1a\xbc\x72\x1c\xac\x16\x53\x64\x71\x10\xf7\x5c\x07\xf8\x12\xb7\xd5\xfe\x45\x14\x31\x4f\x56\xec\xc9\x22\x7c\xd2\x7e\x11\x73\xdc\xed\xcc\x0e\x90\x72\x89\x9d\x0a\x9f\x09\xec\x54\x6e\x13\x7e\x63\x5b\xf5\x82\x70\x0a\x9b\xfa\x7f\x48\x3f\xc0\xea\x12\xdb\x6f\x36\x8b\x47\x23\xe2\x89\xa5\xba\x4f\xa4\x4c\x58\xaa\x83\x13\x0e\x4e\xa4\x42\x44\x3e\x88\xe7\x31\xd6\xc9\x58\x9b\x63\x42\x68\xc8\x8a\x03\xe6\x3f\xf1\xbb\x5a\x50\x5c\x30\xeb\x6b\x43\xa8\xe2\xbc\xe3\xac\xbe\x2e\xe5\xc1\x68\xae\x60\x94\x7a\xe4\x5c\x27\xf2\x93\x3e\x9a\xab\x28\x03\x97\xcb\x5d\x23\x66\x60\xeb\xc4\xfa\xbd\x6b\x96\x02\xe1\x0d\x2e\x0d\xa3\xc8\xcf\x5d\x65\xb9\x03\xd7\xba\x4a\x66\x54\xb9\x7e\x5c\x41\xf6\xaf\x33\x66\x66\x81\x6b\x38\x2b\x2c\xb8\xca\x4a\x68\xaf\x73\x51\x29\x5a\xc5\x63\x35\xf3\x63\x5e\xd7\x93\xfd\xab\x75\xae\xd3\xcf\x2b\x25\x8d\x32\x3c\xbe\x25\xbf\x70\xbc\xc3\xf6\xdb\x6a\xf0\x68\x4d\x7a\x29\x71\x1f\x66\x71\x1f\x20\x30\x1f\x24\x24\x73\x11\xe1\xf3\xbe\x39\xa6\xc4\x4a\x71\x31\x61\x96\x92\x53\x23\xab\xb5\xd8\x8d\xb4\xa5\x55\x6b\x09\x7b\x9a\x9f\x85\x29\x6d\x78\x30\x4d\x7c\xeb\x76\xec\xbb\x35\x94\x91\xa8\x5c\x5f\x4b\x7e\xd5\xe3\xa4\x9b\x3a\xdb\xed\x25\x2a\x38\xfa\x5e\xe3\x29\xf7\x99\xd5\x9b\x72\x33\x3f\x8c\xa2\x9d\xd9\xd7\x98\x19\x3a\xbe\x43\x98\x89\xe4\x57\xb6\x9c\x70\x59\x3f\x6b\xee\xc0\xe3\x3b\x6f\x23\xad\x4c\x9f\x94\x64\x1e\x83\xf3\xe8\x13\x7c\x6e\x56\xd0\x93\xf1\x89\x3a\x41\xef\xeb\xdd\xf9\x2a\x29\x76\x78\x34\x3e\xa6\x79\x74\x1f\xff\x3b\xcd\xab\x5b\xf9\x17\xaa\xb9\xac\xe9\xd2\xf4\x95\x2e\x4a\xc4\xa6\x05\xf4\xaf\x36\x38\x99\x90\xbd\x3e\x79\x56\xf4\xbc\xdc\x60\x4d\x95\xba\x55\xe6\xfc\x2d\xec\x3c\x1d\x08\xdf\xb2\xd2\x74\xa2\xf5\x63\x32\x6b\x0d\xad\xb6\xb9\x8f\xd6\xd2\x73\xd6\x71\x77\x65\x7c\xcb\x87\x6f\xe5\xab\x96\x78\x52\x7c\x1c\xd0\xc3\x9b\xf6\x85\xce\xaf\xc4\x83\x0c\x82\x45\x05\xd4\xf5\xeb\x18\xc7\x09\xd9\xae\x48\xfb\xdb\x06\x13\x55\x3a\xdb\x85\xfc\x30\x9d\xe2\xe6\xfa\x7c\x5e\x81\x1b\x4c\x99\x71\xb5\x51\x6b\x1d\x31\x95\x36\x0e\x63\xbe\xd8\xfa\xe8\x04\x1f\xfe\xf7\x39\xb4\x4e\xd6\x8f\xda\xc3\x1d\x7d\x5e\x71\x4e\x18\xe2\x77\x89\xec\x0e\x88\xbf\x43\xeb\x2a\xf0\xe3\x2f\xb4\xee\xfc\x4f\xbe\xa7\x38\xe4\x23\xf2\xe6\xdc\x5f\x08\xe3\x86\xd3\x16\x84\x8e\x07\xac\x5b\x36\x86\x66\xef\x89\xfd\x63\x7c\xc5\x83\x71\xa8\x62\x75\x96\xa5\x4e\xab\x89\x3f\x66\xb6\xc6\x95\x78\x0d\xcd\x3c\x98\x89\x9e\xb4\x8f\x4e\x53\xf4\xa1\x4f\x1b\x6f\x1e\x40\x27\x93\xa1\x77\x38\xaa\x29\x56\x85\xd0\x04\x74\x3c\xbc\x51\xcc\x4c\xc3\x44\x7f\xd8\xa4\x2d\x47\x19\x56\x94\x67\x1f\xe6\xbf\xa4\x32\xce\x1b\xd9\x38\x8d\x79\x2f\x72\xf3\x28\x27\x8f\x56\xb0\xa1\x6f\x10\x25\xc3\x0a\x2d\x51\x19\xac\x44\xb2\x69\x62\x2c\xed\x9f\x9b\x16\x65\x13\x93\x33\xe2\x42\x31\x59\x10\x71\xbb\x96\xfb\x02\x19\x9f\xa1\x4c\x36\xdc\xee\x07\x5a\xf9\xff\xc2\x8b\xa1\x9c\x21\xb0\x94\xea\x74\x76\xcb\xc9\x1f\x3c\xc3\x98\xcf\xe6\xa2\xb2\x8a\xf2\x05\x27\x91\x17\x61\xbb\x7c\x1d\xcd\xf6\x92\xae\x9e\xb4\x9b\x19\x37\x7a\xd3\xb7\x32\xf4\xf3\x23\x6f\xd6\x19\xe8\x4f\xf9\xf2\x24\x93\x60\xda\x17\xd5\x7e\x5d\x4f\xfb\xe2\xa0\xcb\x1b\xe9\x7d\xa4\xba\x30\x72\x59\x31\xa2\x60\x52\x9c\x78\x93\x21\x31\xb4\x1d\x79\x9c\x94\x0f\x93\x18\xa2\x4a\xb8\x5b\xe2\x09\x9e\x87\x84\x0f\xf3\x89\x39\x10\xdf\xc8\x3c\xca\x04\xe3\xd5\x14\x81\xe2\x1f\xf0\x0c\x27\x34\x31\x5f\x2c\xa1\x22\x93\x98\x16\xf1\xb9\x3b\xc9\xee\x38\x95\x6a\xf2\x9f\xb8\x86\xfa\x5d\xc2\x18\xf3\xb0\x81\x3c\x74\xf3\xf1\x47\xe4\x07\xd1\xf5\xaf\x89\x1f\x12\x7d\xe8\x23\xf1\xaa\x98\x17\xe3\x23\xbf\x8a\x78\xd2\xeb\x5e\xb9\xd0\xfa\x5d\x65\xc4\x5f\xd7\x4e\xc5\x93\xf2\x00\xeb\x59\xbe\x94\xa5\x99\xfc\xee\x4f\x7c\xda\x79\xc7\x02\x09\x85\x9d\x75\x3d\x84\xde\x65\x7a\xfb\x0d\xb4\x7f\x6a\xac\x0a\x27\x6f\x54\xf5\x8b\xa6\xf8\xa0\x6c\x18\x4d\x27\xf8\x6e\xd5\x71\x22\xee\x9f\x20\x9e\x5c\x9a\xf9\x30\x7a\xed\x08\xa7\x96\xe4\x72\x86\x9a\x6e\xcc\xfe\x90\xde\xc4\x1d\x0b\x33\x9c\x0d\xc9\xee\xe6\xbe\x49\x03\x79\x45\xa6\xdf\xf0\xa3\x15\x99\x7e\x85\x95\x49\xd2\x23\x98\x69\x91\xbe\x9a\x95\x17\x24\x77\x2b\x69\x3e\xd3\x3e\x9d\xa0\x9a\x59\x9a\x0a\xf7\x0d\x4a\xd3\x7c\x48\x2b\x38\xb9\xdd\x0b\xc2\xd5\x93\xb7\xfc\x4d\x0c\x2f\xe6\xc5\xac\x2b\x73\xa5\x78\xe7\x5c\xef\x4e\xbb\xb5\xa3\xa3\x1f\xcd\xe2\xb2\xd9\x01\x64\x8f\x45\x49\x30\xe9\x1b\x2c\xa2\xce\xbf\x80\xa1\x2e\x27\xde\x7a\xe2\x73\x9e\x7c\x35\x8a\x02\xe5\xb8\x2a\xe6\x0b\x0c\x3b\xc0\xa8\x6b\x9f\x82\x04\x62\xbd\xc9\x37\x30\x2a\x0f\x48\xc4\xcc\x35\x5b\xcc\xe4\x73\xde\xb6\x23\x7f\xdd\x1a\xab\x44\xf1\x3d\xc7\x67\x24\x2b\x7a\x2d\x98\x42\xff\x32\xe7\x00\x77\x38\xcb\xd1\xb1\xa0\x78\xb9\xf5\x9c\x13\x3d\xef\x9c\x79\xde\x94\x57\x6d\x93\xe1\xfb\xfe\x39\x27\x53\xc9\xf3\x72\x32\xf3\x88\xc9\xb1\x75\x65\x39\xf3\x67\x7c\x8e\x53\x44\xdf\xa2\x7d\x81\x74\x93\xb6\x24\xdc\xa6\x3c\x3c\xab\xf1\x45\x13\x8f\xac\x1f\x94\x51\xd5\x14\x01\xac\xb5\xf7\x21\x3e\xa8\xa3\x97\x1f\x45\x1d\x29\x0f\xa6\x59\x0f\x47\x2e\x34\x8b\xfd\x80\x55\xcd\x66\xcb\x32\x1f\x66\xc6\xee\x38\xfa\xf4\x09\x89\xac\x93\xa2\x66\x96\x44\xab\x6e\x08\xd2\x28\xab\x93\xf6\x89\xea\x78\x8c\xf9\x02\x8c\x3c\xe1\xdf\xf8\x30\x2e\x4a\xf4\x9c\x0a\x9f\xa8\x52\x5e\x54\xa8\x30\x99\x6a\x39\x45\x43\xf5\x4d\xf9\xf5\xac\xe8\x55\x70\xc8\x81\x76\xa4\x42\x53\xcf\xcf\xfc\x7b\xfe\x86\x52\x9d\x98\x42\xf9\x6d\x79\xfc\x7b\xce\xab\xf2\x23\x58\x43\x37\xdf\xe6\x2c\x79\x7c\xae\xff\x0d\x7a\x22\xb9\x43\x1b\x89\x57\x94\xbb\xfd\x0d\xe5\xdd\xb9\x9e\x9f\x03\x5a\x78\x40\x2b\x9c\x19\x45\x5f\x3a\x25\x8c\x76\x19\xf3\x58\x7e\xde\x46\x11\x31\x94\x57\xcc\x9b\x1a\x47\xf9\xf6\x2c\x93\x44\xfa\x79\x9a\x76\x32\xc5\x3f\x8d\x95\x12\x72\x10\xd5\xce\x19\xe4\x85\x03\x3d\x32\xe9\xd4\xa3\x90\x9c\x4d\x51\xb0\x7d\x62\x4e\x41\x6b\xfb\x77\x3a\xf3\x58\xda\xab\x03\xbd\x63\xe9\x54\x25\xaa\x79\x95\x5e\x19\x49\x71\xac\x74\x20\xf3\x1f\x4a\x1f\xcf\xa1\xb3\x7d\xe9\x22\xee\x1f\x55\xfc\x96\x15\xbd\x8a\x5f\xb1\xe7\x96\xbe\xdc\x48\xeb\xbe\xc4\x2d\x9e\x74\x73\x4a\xae\xe4\x90\x7f\x94\x1a\x95\x52\x3c\x2d\x4e\xaa\xa5\x7f\xbf\x2b\xe1\x34\xcd\x5f\xf1\x18\xee\x1b\x54\xdc\xff\x31\xd5\x0e\x76\x4c\xfb\x95\xe2\xc4\x0e\xc9\x07\x33\xc0\xc1\x39\xcc\x88\xd7\xc1\x26\xd2\xc9\x59\xe2\x15\x43\xe7\x07\x13\x49\xc2\x64\xf6\x03\x5e\xd7\x73\xf6\xa5\x92\xdf\xcc\xb0\x97\x90\x7f\x4c\xae\xca\x22\xef\x1c\xfb\x90\x79\x5f\xc3\x2b\x59\xd5\x4a\x79\xf7\x76\x7a\xba\xbd\xd4\x0b\x68\xdf\x90\xf3\x93\x56\xf0\x9a\xf9\x30\x62\xbc\xa8\x18\xda\x9e\x3c\xa4\x62\x34\xc7\x87\x8a\xe8\xe1\x54\x03\xaa\xd0\x99\x48\xeb\xb7\x1c\xdc\xe9\xb2\x22\xd6\x84\xf6\xbf\x0a\x23\x3b\xda\x71\xca\xd7\xaf\xa3\xc8\x5e\x9e\xc0\x0c\xc5\xf2\xab\x9b\x29\xcf\x2e\x77\xe5\x6f\xb2\xb7\x66\x07\xbd\xbe\xfc\xc2\x7e\x7a\x12\x7b\x8c\x4f\x32\xef\xe5\x1a\x97\xc6\x76\x7f\xbe\x4f\x19\xf4\x9e\xed\xbf\x50\x4d\x75\x4f\xc4\x87\x41\xad\x78\x40\x94\x95\x5a\x98\x33\x1f\x64\xb1\x4b\x2a\xed\x8f\x86\xbf\xa6\xd3\xbe\xa0\x37\x27\x93\xd6\xc3\x74\xbb\x2d\xa4\x3e\x35\x71\x1d\xf7\x4b\x1a\x6b\xc2\xbc\x98\x11\x06\x45\x74\x9a\xe9\xaf\xc0\xbc\x98\xee\x2b\x77\xd1\xbd\x13\xb9\xca\x52\xb1\x52\x23\x3d\xd9\x57\x8b\x1d\x91\x0f\x5c\xe3\x75\x71\xe0\x04\xe7\x51\x07\x1e\x0d\xa7\xef\x5d\xf3\x74\x02\xcd\xd8\x01\xf9\x59\x64\x77\x4d\xcf\xc5\x34\x5f\x35\xea\xb6\x64\x48\x4d\xbe\x2b\xed\x33\x07\x9c\x83\x6a\xf9\x75\x31\x54\x53\xab\x39\x91\x71\x84\xdf\x6f\xa7\xd8\x17\xa9\xaa\x81\x47\xbe\x6b\x57\xa5\x72\x81\x56\x76\x75\xee\x5d\xe6\xc1\xf4\xfc\x59\x8f\x7f\xff\x76\x10\xf0\x4b\x03\xeb\x60\x3c\xd1\x04\x06\xbc\x06\x1e\xfe\x06\xf4\xbf\x0d\xdc\x99\x09\x28\xef\xe0\x7a\xfe\x40\x53\xe0\x92\x1e\xa0\xb2\xf1\x5b\xbc\xff\xd8\x7d\x60\xf4\x0a\xe0\x50\x57\xee\xd7\x5e\xb9\x01\x98\xfa\x06\xd8\x7d\x16\xd0\x8e\x6c\xd1\xf7\x2f\x0c\x03\xe6\xef\x03\x84\x58\x66\xe2\x09\x6c\x1b\xc9\x78\x45\x8e\x23\xe0\x30\x08\xd8\x72\x06\x58\xb3\x92\xf1\x6f\x2f\x2f\x20\x7b\x1d\xb0\x61\x03\xeb\xd6\xc7\x28\x02\x99\x77\x81\xe4\x1c\x20\xfb\x12\xeb\x1f\x6c\xdd\x02\x94\x9c\x07\x72\x23\x80\x83\x12\x21\x7a\x70\xe7\x9d\xa2\xd1\xc0\xad\x9f\x79\x15\x36\x06\xf2\xf8\xc7\xa8\xaf\xf0\xff\x2f\xff\xce\x7f\x78\xe1\x09\xf4\x79\xd8\xc2\x77\xb8\xbf\x11\xe8\xa7\xf1\x2f\xbc\x87\x42\xa0\x7f\x12\xf7\x37\x18\xe8\x0e\x1c\x7f\x03\x0c\xeb\x01\x1c\x7a\x0c\x8c\x74\x05\xaa\x1b\x81\x71\xf7\x04\xef\x05\x26\x96\x03\xa5\xfb\x81\x69\x45\x2d\xfa\xfe\xf9\xc6\xac\x5f\x9e\xf3\x86\xfb\xd9\x37\xe3\xfe\x9a\x80\x70\x12\xc9\x18\x0c\xac\xd6\x03\x32\x82\x58\x17\x24\xfd\x57\x20\x64\x14\x90\x61\xc1\x18\x58\xfa\x3d\x20\x25\x8b\xef\xc7\xe6\xd8\x33\x5e\x28\x9c\xaf\xb2\xb3\x81\xda\x76\x40\x8e\x25\x50\xff\x33\x90\xb7\x99\x75\xbd\x73\x55\x80\xc6\x5f\x81\xfc\x09\xc0\xfb\xee\x2d\x7d\x40\xda\xda\x2f\xe5\x3f\x48\xf5\x2e\x1e\x95\x02\xdd\x6e\x31\xde\xdf\x7d\x18\x70\x73\x28\xd0\x53\xf9\x5f\x78\x0f\xd5\xdc\x37\xe5\xd8\x58\x40\xf9\x19\x50\x3b\x14\x18\x36\x80\xfb\x7c\xa8\xa6\xb5\xf0\x1f\x76\xd5\x73\x6d\x58\x3a\x0f\xdb\x77\x02\x06\xb3\x80\x2d\x19\xc0\x42\x6d\x20\x3d\x0c\x30\xdb\x06\x64\xfe\x0e\x2c\xcf\x01\xd2\x35\x01\xe7\x13\x40\x62\x95\x70\xa2\x02\xd2\xf2\x81\x90\x3a\x20\x75\x21\xdf\x55\x4f\xed\x09\x24\xe7\xb3\xc6\x7b\x8e\x0e\x90\x31\x10\x28\x0d\x6c\xe9\x7f\xb0\x35\x15\x38\x3f\x89\xfd\xec\x8e\x39\xb0\x7d\x30\xf0\xd3\x27\xe6\xd9\x7c\x38\x06\x64\xab\xfe\xbb\xfd\x31\x62\xdd\xfa\xd9\x43\xa0\xd3\x6c\xe0\xde\x5c\xa0\x63\x31\x70\xe7\x0d\xf7\xe5\xff\x9a\xf7\x20\xcc\x43\xfd\x0d\xa0\x9b\x1d\x70\xf4\x32\xd0\xe3\x00\xf7\x96\x17\xe6\x43\xda\xe7\x61\xaf\x1d\x30\x7c\x02\xb0\xc3\x1c\x50\xbd\x06\xe4\x9f\x02\x34\xfe\x01\xb6\x15\x01\x53\x36\x00\x39\xc3\x00\xbd\x72\x20\xa3\x14\x98\x67\xc8\x18\xbe\x99\x0a\x90\x5c\x00\xd8\xe8\x00\xc9\x71\x80\xd3\x1b\x9e\x07\x21\x93\x8b\x73\x01\xfc\x5d\x80\x24\x59\xc6\xf5\x92\x2c\x80\x14\x35\x20\xb1\x07\x90\xa3\x08\x24\xf5\x07\x8a\x1f\x70\x0f\x80\x83\x85\x40\xfa\x25\xe0\x7c\x39\xdf\xa7\xbf\x35\x14\xc8\x3a\x0f\x3c\x7f\x00\x6c\x39\x09\x7c\x92\xfd\xd6\x7e\xa9\x0e\x82\xb4\x1f\xc2\x63\x2b\xa0\xdd\x32\xe0\xbe\x10\x7b\x4e\x02\x37\x1f\x31\xfe\x4f\x35\x9d\x93\x22\xbe\x77\xed\x5f\x78\x0f\x11\x40\x4f\x21\x1e\x78\x03\x7d\x7b\xb4\xe0\xfd\x52\xbd\x83\xbc\x59\xc0\xd8\x32\x7e\x76\x13\xf3\x98\xf7\x20\xf8\x85\x64\x13\x60\xb8\x09\x48\x72\x11\x62\x71\x0b\xee\x1f\x9d\x03\xd8\xe7\x02\xd1\xbd\x80\xb5\x46\x40\xd4\x2d\xe6\x07\xc5\xd6\x01\x91\x11\xcc\x05\x49\x0a\x03\x62\xf7\x03\x39\x69\x40\x6c\x29\x50\x32\x0d\x88\x7b\x03\xd4\x4c\x00\x12\xca\x38\x76\x49\xfa\x03\x77\xac\x80\xa4\x6d\xc0\xf3\x58\x20\xb5\x16\xf8\xa7\xfb\xb7\xf6\xb7\xc5\xc1\xa5\xfd\x4e\xee\x06\x73\x14\x97\xf2\x1e\x2e\x1d\xe6\xf1\xfc\x55\xfe\xbd\x94\xf7\x70\xf8\x2f\xa0\xbd\x3d\xaf\x83\x4e\xee\x8c\x6f\x75\x7f\x03\x94\x28\x02\x7d\x43\x81\xbc\x5c\x8e\x1f\x5b\x63\x99\x57\x97\x39\x00\xd0\x98\x08\x48\x94\x18\xcf\x4c\x8a\x05\x66\xc7\x02\xb1\x03\x5b\xe3\xfe\xe1\xa2\x5e\x4c\xc4\xdf\xc0\x1a\x43\x20\xbc\x0e\xf0\x09\x04\x22\xbb\x03\x61\xa1\x40\x94\x0d\x90\xf4\x08\x10\x72\x48\x61\x7f\x8c\x8c\x03\x8a\xdd\x18\x0b\xaf\x7e\x0f\x44\xbb\x02\xf5\xbf\x02\x51\x93\x80\xeb\x73\x5a\x74\x20\x12\x4a\x80\xcf\x0d\x2d\xfc\x17\x21\xf7\x12\xce\x57\x6d\x75\x20\xfe\x7f\x79\x0f\x07\x84\xbd\xea\x40\x4b\x9f\x87\xe2\x1d\x40\x27\x35\xd6\xad\xe9\x36\x8a\xf9\x58\xc2\x7a\x91\xea\x1d\x48\xde\x02\xa3\x7f\x01\x12\x17\x02\x93\x3b\x02\xb1\x2b\xf8\x6e\x71\xa4\x3c\x30\x57\x07\x08\x2d\x04\x8c\x9f\x03\x1b\x34\x01\xeb\x5c\xd6\xe9\x58\x95\x21\x9c\x06\x01\xef\x06\xfe\xde\xc2\xff\x87\x0e\xe7\x13\x4a\x98\x23\xb0\x35\x01\x08\xf5\x04\x4a\x84\x7f\x3f\x15\xd8\xff\x16\x08\x0b\x00\xce\xe4\x00\x11\x5a\xdc\xc3\x47\x98\xa7\x5f\xc6\x00\xe1\x17\x81\x7f\xfe\xf7\xad\x0e\x84\x54\xff\x42\x8a\x87\x3f\x68\x27\xfa\xc1\xff\xc1\x7b\x38\xaa\x21\xce\x83\x88\xeb\x36\xf3\x1e\xbe\xe7\x51\x88\xcf\x82\x7f\x6c\xd9\x0b\xf4\xba\x01\x48\x66\x02\xfd\x06\x00\xf1\x8b\x80\x21\x97\x80\xa8\x26\x40\x7d\x03\xaf\x75\xad\xee\xdc\xc7\x62\x4e\x02\x10\x74\x1d\x58\x58\x04\x04\x5a\x03\x4b\x7e\x67\x1c\xcc\x49\x13\xc4\x7a\x17\xe2\x65\x80\x03\xb0\x3e\x10\x08\x54\x00\xe2\xf7\xb2\x16\xc2\xd6\xeb\x40\xd0\x61\xa0\xe4\x0f\x60\xfd\x2d\x8e\x55\x41\x2f\x81\xf3\x36\x40\x70\x3d\x73\x9a\x84\xd3\xc1\xeb\x57\x2d\xf6\x7f\xc3\xff\x68\xd3\x0f\xa3\x2d\xef\xe1\xf2\x54\x1e\xcf\x04\xb7\xf6\x83\xb6\xba\x17\xdf\xf4\xbb\x10\xf5\x0e\x52\x2a\x81\xf6\x47\x99\xdf\xd4\x2b\x16\xd8\x54\x0d\x0c\x48\x67\xde\xca\xa8\xae\xc0\xfa\x55\xc0\x24\x7b\xb6\x57\x88\x17\x7e\x67\x81\xf9\xe7\x00\xaf\x3a\xc0\xfc\x05\xef\x99\x2b\xaa\x01\x77\x2f\xc0\xe5\x21\xe0\xf1\x1e\x08\xba\xc1\xf7\xe4\x05\x7f\xf0\xb5\x63\x7f\xf0\xe9\x0c\x94\xe6\x73\x1f\x8c\x83\x97\x01\x9f\x1e\xc0\xf9\xd7\x80\x4f\x0a\x70\x57\x0e\xf0\xab\x01\x5e\xab\x00\xbe\x95\xcc\x8f\x92\xf2\x3f\xa4\x76\xaf\xf0\x17\x79\x00\x31\x3c\x4a\xfd\xe0\x9b\xbe\x2f\x83\x79\xfc\x06\xf7\x97\xae\x87\x36\xfc\x8f\x4c\x91\x17\x92\xec\x0b\xc0\x86\x7b\xfc\xc8\xab\x70\xd5\x45\x29\x95\xe3\xd1\x10\x00\x7e\x1d\x78\x5f\xf5\x11\xe2\xc5\x51\x7e\x3e\x73\xdd\x00\xf7\x3b\x80\xd9\x1a\xe6\x33\x2c\x77\x07\xd6\x8c\x06\xd6\x96\x02\xae\x1e\x40\xc8\x0d\xfe\x7d\xdc\x36\x91\x6b\x9a\x04\xb8\x2e\x02\xca\x3c\x79\x3c\xd4\x08\xb8\xdc\x03\x2e\x85\x02\xeb\x1a\x81\x07\x39\xcc\x9f\xf8\xed\x61\x0b\xff\xc3\x49\xd4\x87\x59\x96\xc8\xa3\x54\xff\x42\xca\x07\x68\xdb\xf7\x45\x8a\xfb\xd7\xc9\x8b\x7e\xa0\xcf\x63\xd5\x9e\xd6\x7e\x50\x24\xda\x9d\x63\xc1\xa3\xb4\xef\x87\x14\xf7\x17\xe2\x99\x8c\x37\x10\x28\x01\xe4\x45\x6e\x8b\x10\x37\x3c\x1a\x01\xd5\xb3\xc0\x3a\x09\x30\x45\x16\x58\x53\x0e\xe8\x9d\x00\x9c\x56\x0a\x67\x3a\xe6\x39\x2c\x53\xe1\x71\xad\x3b\xe0\x34\x81\x75\xb5\x1c\xac\x79\xcf\xb0\xeb\xc1\x39\xa6\x9d\x3a\xef\x51\xf6\x1a\xc0\xc1\xa7\xcc\x15\xf8\xce\x9e\xff\x7e\x4f\x07\xb0\x33\x03\x5e\xbd\x01\x6c\x35\xd8\x1f\xac\xbb\xb0\xbd\xa6\xbd\x5b\xf3\x20\xa4\x7c\x80\xb6\xfc\x97\x53\xa2\xfe\xc5\x91\x61\x6d\xfc\xe0\xff\xe0\x7f\x88\xdd\x98\x11\x27\xe2\xc0\xeb\x45\xdc\xd8\x37\x09\x90\xfd\xc0\xcf\xbb\xd7\x33\xc0\x79\x23\x30\x58\x0f\x70\x58\xc4\x7e\x61\x37\x1c\xd0\x32\x00\xec\x74\x81\xf9\x05\xcc\x91\x5a\x3a\x11\x58\x76\x0f\x58\x13\x0b\x2c\x7d\x02\x04\xa6\x01\x4b\x1a\x98\x5b\x66\x35\x00\xc8\xb6\x01\x96\x80\xb9\xba\x96\x55\xac\x97\x63\x19\x0c\x5c\xec\x26\x9c\x93\x79\x1e\x84\xf1\xb5\x0e\x60\x16\xd5\xc6\x6e\xa9\xfe\x45\x68\x6b\x1e\x44\xb3\xee\x43\x5b\xfe\x4b\x53\x6b\xfb\xdb\xfa\x41\x33\xff\x43\xe4\x79\x24\xa9\xf2\x28\xed\x7f\x22\xd5\xbf\xf0\x10\x7f\x5e\xb5\x0a\xe8\x74\x01\x58\xa1\x01\xf4\x7d\x05\x2c\x3b\x0d\xa8\xba\x02\x96\x56\x9c\x77\x5a\xe8\x02\xfa\x15\x80\xc9\x31\xe6\x97\x9a\x6e\x67\x6e\x8c\xb1\x1f\xfb\xd4\xe2\x23\x40\xec\x41\x60\x61\x05\x90\x3d\x84\x75\x3d\x4a\x8d\x58\x4b\x44\x38\x5f\x18\xa6\xf3\xb3\x9c\x3b\x8d\xe7\x61\x6e\x3d\xf0\xb2\x1d\x30\x37\x0f\x68\x5a\xd2\x62\xaf\x96\xa8\xf7\x30\x31\x4b\xd4\x81\x10\x79\x21\x67\xc5\xbe\x2e\x75\xff\x88\xeb\x40\xb4\x4b\xca\x7f\x91\xe2\xbe\xbb\xc4\xbe\x6b\xdb\x45\x7d\x88\xb6\xfc\x8f\xcd\x62\x57\x51\xf1\xe5\x08\x10\xd7\x91\x8b\xf8\x77\x5b\xf1\x0f\x96\x4f\x81\x6e\x05\xac\xa1\x35\xb8\x04\x58\x78\x1b\x50\xbf\x0b\x2c\x94\x03\x66\x09\x39\x56\x1a\xeb\xae\xe9\xbf\xe4\xb5\x31\xfb\x0e\x73\xa9\x66\x79\x71\xcc\xd1\x55\x07\xb2\xde\x00\x33\x82\xb9\x47\x9f\x96\x02\x50\x3b\x1a\x98\x5e\xce\xf3\xa0\xe5\xc6\x1c\xd0\xa9\x8d\xc0\x2f\x60\xfd\x0b\x21\x7f\x90\xda\x3b\x5a\xdc\x37\x46\x8a\xba\x83\xc3\x56\xf2\x78\xaa\x0d\xff\xa3\x4a\xac\x9a\xed\x11\xe3\xc2\x2e\xe9\xbe\x28\xaa\x69\xfe\x27\xff\x43\xea\x07\xb3\x45\x3f\x10\xe7\xd1\x59\x54\xdb\xb4\x16\xf9\xba\x46\x5e\x80\xdc\x1b\xc0\xd0\x1f\xe8\xdb\x15\x98\x6d\x08\xa8\x3d\x07\x66\xf6\x00\xb4\x5f\x00\x33\x5e\x30\xcf\x76\x5a\x2d\xe0\xe0\xc8\xbe\x22\xe4\x11\x13\x43\x80\x4d\x76\x80\xa6\x29\xf3\xee\xd5\x97\x02\x3b\x07\x00\xe3\x66\x02\x35\xff\x8f\xbd\xf7\x0e\xab\xf2\x5a\xde\x40\x5f\x45\xb1\x83\x20\xd8\x80\x2d\xa8\x58\xe9\x8a\x85\x22\x45\x05\xe9\x55\x90\xde\x41\x90\x2e\x28\xd2\x9b\x22\xa0\xa2\xa0\x28\x28\xa0\xc6\x6e\x2c\x58\x63\xec\x41\xa3\x31\x2a\xb6\x58\x12\xa3\xc1\x12\x93\xd8\x63\xaf\xdf\x7d\xf6\xcc\xb7\x41\xf1\x78\xcf\xef\xfe\x7d\x4f\x9e\xe7\x3c\xeb\x80\x9b\x6f\x7f\x6b\xad\x99\x59\xb3\x66\xde\x79\xa7\x33\x30\x4c\x1d\x68\xc8\x01\x86\x04\x01\x17\x2d\x80\xc1\x2f\x80\xbb\xbd\x00\xed\x4c\xe0\xcd\x0e\xee\xd5\x24\x9d\xaf\xba\x88\x1f\x94\xda\xee\x4f\x71\x10\xad\xf1\x2f\xb2\x28\xc1\x1a\x71\xbf\xbf\x86\xff\x98\xa7\xf8\xf9\xfc\x65\x38\xa0\x14\x31\xfa\x14\x6d\xc8\x63\xb0\x28\x1f\xee\xc3\x79\x1c\xaf\x05\x5a\xb9\xb1\x43\xdb\x0e\xef\xf6\x2b\x30\x32\x46\x2e\x5d\xab\x11\xd0\x2f\x6d\x37\xc3\x78\x22\x30\x7c\x50\x7b\xfd\x49\xf3\x80\xc1\xc9\xed\x3d\xfc\x7c\x80\x81\x21\xed\xfb\xc7\xd9\x03\x5a\x17\xdb\x9d\xc9\x3e\x07\xf4\x2b\x6a\x37\xae\x6c\x33\xa0\x51\x2c\xb7\xac\x6e\x3f\xa0\xb6\xba\xed\xb5\x6d\x89\x40\xdf\xa0\x36\xbb\x0f\xe7\x00\x7d\xc2\xe0\xd7\x28\xf5\xf5\x4f\xf0\xdd\xb1\xe7\x3b\xe0\xe9\x71\x40\xe5\x5b\x9e\x6f\x77\x75\x71\x14\xfb\x94\x76\x17\xf1\x73\x5f\xe3\x3f\x59\x2d\x66\xdf\x64\x5d\xd8\x17\x16\xb5\xa1\x6c\xc1\xbc\x2e\xf2\x84\xa0\x29\x28\x92\xa7\xbc\x4e\xfa\xbf\x1d\x69\x85\x92\x6c\xba\x12\xc2\x6a\x6a\xbb\x6e\x94\x45\x0a\x0a\x57\xa0\xc0\xb7\x67\xb6\x12\x59\x12\x9b\xfd\xca\x84\x38\x1c\x5d\xde\x83\x34\x48\x3b\x4a\x75\x4a\xbb\x09\x80\xe6\xd0\x9e\x1b\xfa\x0c\x05\xd4\x4a\x7b\xf5\xd7\x7d\x0c\xf4\x5a\xd3\x6b\x82\xb5\x37\xa0\x32\xa6\x97\xce\xe4\x6b\x80\xd2\x88\x9e\xc7\xa7\x4e\x00\x14\xbe\xeb\x99\x99\x3e\x01\xe8\xaa\xaa\xfa\x77\xe9\x1c\xa0\xb3\xb2\xaa\xfe\xf2\x3f\x80\x8e\xb1\x2a\x4a\x9b\xdf\x03\x1d\x0c\x94\x9f\x1c\xe8\x0d\xb4\xbf\xab\x6c\x78\x7a\x02\xd0\xee\x99\x52\xbb\xeb\x57\x81\x76\x9d\xbb\x07\x3f\x9a\x0d\xc8\x85\x29\xd6\x49\xe7\xdb\x46\xa5\x5b\x95\x74\xec\xf0\x4b\x47\xea\xcb\xdb\xe1\x95\x3c\xf1\x83\x7c\x75\xfe\x12\x39\xaa\x92\x5b\x78\xbc\x0b\x45\x6d\x8a\x2f\x2a\x50\x9c\x2d\xf7\xb9\x0a\xc5\x31\x65\xf8\x97\xc4\xf2\x5e\x9c\xf7\x89\x57\xa3\x38\x5e\xe0\x10\x35\xca\x36\x7a\xd6\x6b\x52\x7c\x7a\x52\x1c\xf3\x68\x98\x6a\x0f\xa4\xfc\xe8\xd0\xc9\xda\x84\x4c\x55\x2d\x19\x44\x12\xd7\xd5\x71\x88\x76\xf7\x46\xa0\xc3\xc6\x21\x35\x83\x74\x00\xb9\x8b\x43\x76\x9a\x4a\x25\x26\x73\x48\x2f\x17\xca\x9c\x0c\xce\x0d\x23\x44\xc9\xe0\x95\x33\x28\xe3\x34\xb8\xdd\x5c\x8a\x27\x0d\x7c\x51\x4d\x92\x35\xe0\x3e\xbf\x7b\xff\xd4\x7d\x94\x41\xd0\xca\xf9\x99\x3a\x65\x6b\x6a\xfe\x46\x32\xdb\x6f\xcd\x03\x8a\x98\x4a\x16\x71\xbd\x7f\x9f\x64\xce\x63\xa9\x88\xf5\xdd\x4a\x35\x82\xf0\xe5\xfc\xab\x8a\xbb\x50\x55\xed\x22\x89\x22\xed\x73\xc9\x10\xe6\x81\xc9\x13\xd4\xe8\x24\x99\xd5\xc0\x7c\x19\x49\x9a\xfd\xa9\xda\x30\x4a\x51\x9b\xa2\xcc\x81\x75\x43\x28\x3b\xeb\xa9\x35\x8c\x4e\x4c\x07\x77\x1d\xc2\xff\x58\x82\xf3\xe8\x86\x12\x03\x3a\x71\xfa\x6d\x19\x41\xb3\xea\x9c\x67\x9c\xc3\xdf\x38\xba\xb0\x2b\x21\xaa\xc6\x28\x0d\xa0\xfc\xd5\xa8\x26\xce\x6f\x8e\x32\x70\xa6\xfa\x65\xe3\x1c\xce\x5b\x18\xb7\xe1\xfc\xcd\x48\xcc\x21\x19\x35\x3a\xb7\x8c\xe2\x72\x46\xe6\xdc\x39\xdc\xe0\xd6\x5e\xaa\x7b\xd3\x8f\x38\x49\xf5\xa9\x7a\xe5\x57\xc9\xd7\xd5\x2b\xbd\x4f\xf3\x1d\xbe\x91\xf3\xfe\x43\xc4\xfa\xee\x01\x62\xdd\xbf\x84\xfa\x29\xad\x4a\xec\xc0\x59\x03\x6d\x25\xda\xa7\x05\xba\xbd\x29\x4a\x58\xa2\xa9\x9e\xcd\xfa\xaf\x4d\x6f\x95\xde\x87\xab\xaf\x93\xb2\xb9\x4b\x45\x74\xb0\x1e\x7d\x4b\x90\xbb\x11\xc5\x6d\x27\x27\x8e\xa4\x6c\x8b\x93\xd6\x18\xb2\x8c\x56\x23\x4d\xc8\x23\x1b\xf5\xc4\x94\xb2\xb7\x83\xcb\xcc\x89\xdd\x44\x55\x8f\xa3\xaf\x10\xf9\x43\x00\xeb\xbf\xbb\x11\x22\x60\x82\xca\x00\xe2\x3d\x18\x5f\x3d\x96\xe2\xe9\xd6\x26\x4e\x54\x8f\x37\xde\x3d\x84\xe2\xec\x56\x39\xc9\x1f\x78\xe4\x4c\x91\x55\xa7\x4a\xe2\x78\xb2\x78\xba\x96\x90\x3b\x16\x79\x7b\x29\x12\x3e\x2e\x97\x7d\x21\xb3\x1f\x2f\x8b\x15\xc7\xf7\x48\x2e\x4c\x9e\xbe\xa6\x19\x8d\x36\xe2\xf9\x1b\xd6\x08\x9f\xf0\xa2\x54\x35\xf4\xa2\x28\xff\x42\x79\xcd\x57\x24\xff\xd9\xda\xf4\x2d\x79\x8f\x86\x93\x3e\x64\x94\x1b\xd0\xbc\xa6\xab\x1a\x52\xbe\x2b\xe6\xde\x28\xca\xa6\x04\x4f\x37\xa1\xf5\x9b\x92\x37\x8e\x3c\x4f\x97\xf2\x71\xc4\x93\x30\x31\xd2\x9a\x3e\x67\x12\x33\x91\x78\x3f\xf4\xd2\x6d\x89\xc7\xbd\x9f\xcb\x24\x8a\xb2\x76\xbb\xe9\x28\xe2\x1f\x9c\x44\x84\xb2\xb3\x9f\x22\xdd\x5d\x9c\x9b\xf8\x9b\x9d\x5e\x8c\x26\xe3\xea\xbc\xcd\x81\x7c\x78\x97\xf8\x20\x75\xfe\xf7\x44\x3a\x73\x9c\x94\xf3\xc8\x87\x73\xca\xa8\x20\xbc\x80\xe3\x94\x35\xa4\x3f\x0e\x79\x3b\x49\x7e\xec\x6b\x1b\x48\x6f\xec\x24\x17\xcc\x78\xbc\x4b\x91\x68\x1b\xf3\x67\xa4\x17\x32\xfc\x87\x85\xc8\x7f\x60\x42\xf8\xa8\x45\x92\x81\x94\x5d\x2e\x4e\xd7\xa1\x2e\xdf\xf9\x37\xf4\x49\xba\x32\xbb\x18\x53\x36\x21\xf9\x9e\x19\xf1\xe0\x4c\x5b\xc4\x38\x98\x50\x2d\xee\xda\xe2\x2b\xc7\x3c\x30\xae\x71\x94\x44\xc2\x24\x4b\x7b\x42\xb1\x8c\xab\x75\x22\x79\x1f\xf9\xbb\x33\x65\xe5\x06\xc5\xba\x90\xc7\xde\xab\x82\xab\x51\xe5\xaf\x4d\xfe\xc8\xf3\xf7\x16\x19\xed\xa6\x1c\x55\xa2\x7d\xf2\x69\x60\x1e\xef\x29\x47\xb9\xae\xd9\x47\xd9\x9e\xce\xec\x29\x57\xfc\x29\x4f\xed\xa3\x1e\x47\xf3\xf1\x89\xcd\xf1\xe4\xcf\x2d\x24\x9f\x7e\x8a\xfb\x4a\xb2\x13\x9e\xf5\x5b\xc9\x64\x79\x19\x1c\x16\xfb\xe0\x70\x3e\xcf\x53\xac\x29\x70\xaf\x79\x48\x7f\xef\xb6\xf0\x23\xc5\xb1\x19\xff\x01\xd8\xec\x94\x8e\xa5\x96\xfa\xb4\x8a\x32\x1e\x9c\x8c\x48\x53\xda\xc7\x54\x65\x4b\x92\xe7\x04\x25\x5b\x5a\x8f\x88\x09\xf6\xb4\x9a\xfe\x3f\x32\x2a\x61\x72\x9a\x0b\xd9\x41\x47\x78\x50\x55\xb9\x0c\x07\x33\x66\x8f\x17\xed\xaa\xae\xb1\x37\xcd\xaa\xdf\x36\x3f\x7a\x4e\xf7\x45\x01\xa4\x57\x6d\xa2\x43\xba\xf0\xfc\x43\x7e\x02\x65\x06\xc2\x16\x28\xd3\xca\x84\x55\x6a\xd3\xdd\x24\xb4\x98\x99\x78\x42\x9b\xb8\x03\x53\x68\x89\x2f\xd5\x61\x87\x4d\x9a\xb6\x99\x7f\x9f\xe9\xc0\x9f\x9b\x47\x15\xb1\x21\xd1\xcb\x99\x89\x5c\x9f\x31\xcf\x21\x9d\xf6\x13\x32\x27\xf0\xfc\xcf\x64\xa1\x03\x35\x7f\xa3\xbb\x63\x80\xdb\x7d\xf2\x95\xfc\x5d\xde\x10\x76\x7e\x8a\xd8\x2f\x87\x79\x63\x0a\xca\xd9\x2a\xc9\x78\x70\x66\x04\x30\x0e\x26\x3e\x6a\x12\xd9\x89\xa8\x91\xae\x94\x9f\x09\x92\x77\x27\x3d\xf0\xbe\x3d\x99\xf2\xfb\xae\x6b\x98\x7d\xdf\x66\x89\x1f\xe1\x61\x64\x38\x18\x23\xcb\x00\xca\xf7\x0d\xae\x0b\x21\x8f\x4b\x4d\x9b\xad\x5c\x57\x44\x8a\x00\x08\x19\x2f\x4c\x6c\x63\x1b\xca\x0c\x4d\xdb\xc8\xf9\x8b\x69\x1b\xb9\x03\x5b\x6c\x36\xcb\xc3\xb4\x33\x36\x94\x29\x8a\xad\xf7\x66\xfc\x46\x3d\xff\xe5\xb4\xf7\xb3\xe8\xe4\x8a\x35\xe2\x8a\xf3\x69\xeb\xab\x14\xf8\xef\x37\x90\x5d\x89\x4e\xdd\x45\x76\x25\x26\xf7\x04\x59\xfa\x28\xcd\x4b\x84\xc7\x8b\xcc\xb9\x4b\x9f\x8b\x68\x78\xbe\x06\xcd\xf8\x0f\x19\x2f\x4a\x76\x0d\x67\x53\x53\x13\xed\xc8\x5a\xc7\x97\xbb\xd1\x4d\x6a\xaa\x1c\xf7\x83\x92\xe1\x60\x7c\x45\x9e\x0c\xb7\x46\xee\x9f\x62\x5f\xc9\x78\x18\x6b\xe3\x50\xfa\xf7\x31\x21\xe1\x94\x6d\xd6\xa9\xe7\xec\xbc\xd6\x96\xa9\xb4\xab\x2a\xe2\xbc\xe5\xdf\xc4\xfd\xc4\xf3\x9f\x2e\x22\xb8\xa7\xaf\x6f\x4b\x48\x83\xe9\x06\xcc\x93\x93\x02\xb6\xc8\x29\x60\x84\x56\x0a\x78\x47\x52\x3b\x79\x91\xc5\x49\xcd\x89\x94\xf0\xef\x53\x69\x27\x52\xac\x0a\xbf\x61\xc9\x5d\x42\xf6\x75\xba\xf3\x37\x46\xfc\xef\xec\x13\x25\xdd\x38\x42\x96\x3b\x69\xc5\x39\x8a\xa1\x24\xc6\xfd\x41\x92\x19\x5f\xf2\x88\xf4\x28\x2e\xfa\x03\x75\xb0\x89\xa2\xbe\x41\x69\x16\xce\x64\xc7\x13\x26\x7b\x10\xfe\x71\x6a\x8a\x0f\x49\x55\xd8\x2a\x96\x63\x19\x0e\xc6\x13\xa1\xf4\xb6\xce\xa5\x8c\x0b\x99\x68\xc2\xf3\x35\xcb\x8f\x26\x29\x1d\x19\xc7\x2c\x4f\x43\xd4\x39\xfb\x28\x51\x8f\xa7\xd3\x4d\xa9\x91\xad\xbc\x5c\xe5\x4c\xb1\xe3\xab\xac\x4f\x52\x56\x82\x1c\xbd\x4f\xa6\x86\x0a\x8d\x19\x9a\x6c\x27\xb3\x12\x8c\xe9\x09\x99\x71\x13\x72\x78\xe4\x7c\x77\x56\x63\x18\x7d\x63\xc6\xa3\xa4\x43\xfc\x7b\x66\xa0\xc8\x98\xb6\x88\x62\x49\x99\xf7\x57\x31\xbe\xc3\x75\x1b\xc9\x41\xba\x19\xf3\xdb\xcf\x6a\x38\x4d\x76\x77\x46\xd3\x35\xc2\x47\xa5\x55\x3d\xa8\xe2\x75\x7d\x45\xf9\x6f\xe6\x45\x49\x01\xa3\x4d\x62\x2a\xb9\xdf\x57\x84\x6a\x10\x49\x69\x50\x28\xe3\x61\xa6\x28\x45\x51\x1e\xce\x4d\x8e\x79\x42\xec\x24\xd3\xe8\xe6\x60\x59\x1b\x4f\xdb\x36\x66\x28\xf7\x91\xd1\x73\x48\x22\x79\xd2\x5e\x37\x83\xd8\xbb\xfa\x34\x30\x2e\x44\xc1\x60\x96\x98\xe7\xce\x12\x99\x70\x73\xc5\x1b\x4d\xe1\x18\x39\xf2\x34\x0a\x14\x54\x88\x59\xa4\xc0\x68\x10\xd9\xb9\x82\x72\x46\x66\xce\x96\x9b\x40\xf8\xae\x02\x39\x5e\x87\x42\xdb\x60\xb2\x23\xb3\x95\x19\x89\x52\xa8\x94\x43\x99\xc4\x42\xb1\xf3\x4c\x81\x5e\x2d\x79\xbc\xf9\x4d\xdc\x79\x20\xdf\x60\x1f\x69\x74\xde\xd0\x13\xd4\xe1\x2b\x17\x97\xe9\x9b\x73\x15\xee\x91\x87\x98\x63\xf9\x5c\x64\x86\x92\xfa\x57\x71\x46\xc1\xb4\xef\x11\xca\x22\x0e\x48\xe4\x85\xf1\x89\xe7\x79\xbb\x1e\x8d\x25\x6b\xe3\xe8\x98\x48\xfe\xd4\x44\x8b\xe9\x74\x8a\x99\x9d\x99\xc1\x3c\x20\x03\x66\x32\x2f\x4e\xed\x2c\xd2\x83\xfe\x06\xcc\x17\xa2\x1a\x9d\x45\xe7\x6b\xe7\xb2\x7c\x91\xe1\x75\x4e\x38\x8f\x25\x95\x3c\x96\x3a\xcb\x93\xde\x36\xe3\x61\xea\x07\x91\x05\x99\x67\x36\x82\xfb\x21\x19\x8c\xa7\x7d\x6c\xee\x9b\x94\x17\x44\xdf\x54\x2a\x30\x5f\x4e\x69\x5e\x36\x49\xe0\xbc\x33\xf3\xc9\xbf\x98\x97\xbd\xfc\x0f\xfe\xfd\x26\x42\xe2\x95\xe4\xee\xa5\xf5\x28\xd6\x3a\x46\xff\x3e\x37\xf0\x12\xe5\xd1\xe7\xac\x68\x22\x1e\x89\xc2\x7f\x1f\xf0\xfa\x6e\x7a\x3b\x1f\x88\x99\x15\xc5\xd6\x36\x3a\x86\xee\x0d\xfe\xf2\x8c\x87\x69\xe6\xc3\x79\x90\x4c\x11\xeb\x49\x17\x66\x92\x96\x5a\x37\xf1\xfe\x8e\x4d\xca\xa4\x53\xdb\x20\x2e\x87\xba\xbe\xe9\x88\x37\x2e\x49\x35\xf7\xc5\x52\x4d\x2a\x22\x69\xef\xf0\xf8\xbf\xe1\x61\x2a\x9c\x7b\x2a\xf2\xc8\xf2\xb0\xf8\xe0\x88\x0a\xfe\xd9\x8a\x78\x0b\x2a\xea\xdc\x48\x5e\x2a\x8e\x07\xd1\x1b\x2c\xce\x66\xdc\x5c\x45\x1d\x9f\x1b\x8b\xd7\x94\xd2\xef\x2b\x22\xab\xe8\xce\x58\xf1\xf7\x06\x1a\xcb\xaf\xed\x26\x7f\x63\x91\xa4\x81\xce\x8b\x05\x0e\x67\x49\x92\xcb\x62\xaf\x93\xa7\xb4\xf0\xf9\x63\x5a\xcf\x05\x06\xef\xe6\x4b\xed\x20\xe3\xbd\x82\x46\x24\x91\x67\x2d\xc3\x01\xc9\xf8\x70\x64\x38\x98\xf1\x7e\x7c\xa3\x34\x97\x30\x7a\xd1\x38\xad\x80\x9e\xa2\x77\x77\x36\x49\xd7\xc0\xae\xcc\x1b\xa2\x76\x80\xbb\xb5\x28\x85\x31\x9f\x42\xbb\x9e\x65\x22\xef\xc5\x62\x19\x73\xa7\x0c\x0f\xb3\xbf\x3d\xe5\xf7\xab\xcd\xf8\xa6\x52\xe5\x37\x90\x3e\x51\xbd\xc4\x88\x5c\x92\xea\xd3\xec\x79\x56\x99\xb0\x27\x52\x6d\xe6\x4f\xe7\x41\xf5\x6a\x46\xe4\x55\xfd\x9c\x76\x8d\x3f\x5f\x44\xf3\xaa\xb6\xe2\xbc\x7f\xd5\xfe\x35\xc4\xbd\x5d\xe5\xb1\x83\x3c\x9f\x65\xe1\x87\x99\x31\x72\xeb\x19\xd2\xa3\xca\xa6\x5f\x29\xff\x5d\x19\x76\x8f\xf4\xa4\xd2\xe0\x65\x13\x10\xfc\x36\x85\x70\x1f\xbe\xdb\xd3\x7a\xb2\x1c\x70\x24\xc9\xc5\x2e\x9b\x6e\xca\x36\xfb\x99\x07\x48\x86\x03\x1a\x3b\x6f\x0e\xe9\x8d\xac\x3f\x94\xce\x81\xf9\xe4\xdd\xf5\x6f\x62\x2d\xed\xb5\x7b\x21\xbd\x65\xd7\x3f\x2b\xc8\xae\xb4\x49\x5a\x2c\x46\x2c\x97\x8b\x37\xf7\x5a\x31\xa2\xb7\x32\xbb\x3d\xf7\x45\x92\xe1\x61\xf2\x07\x10\x1e\x7c\x55\x27\x43\x11\xcf\x62\x41\xdf\xbc\x2a\xd4\x89\x2c\x6b\x6d\x99\x1f\xd9\xfd\x3a\x81\x4f\xa0\x55\x9d\x98\xc1\xa7\xee\x69\x21\xe1\x8b\x56\x6e\xe0\x8e\x26\x75\xdb\x57\x4d\xe1\xcf\x6d\x2d\xc1\x27\xfd\x93\x6a\x3c\x4f\xd2\xf7\xac\xb8\xfc\xcb\x39\x1e\xef\x90\x1c\xd6\x6a\xfe\xab\xd9\x82\x03\xf2\x2e\xcf\x26\x9e\x0a\x37\x09\x7b\xad\x0e\x2e\x8c\x7b\x1a\xbf\x63\x0e\xa1\x11\xc6\xbd\x62\x7c\xc4\xa8\x2d\xf3\xe8\x74\xd2\x2f\xe7\x48\xd4\x10\xf5\x45\x74\x2a\x6b\x76\xaf\x20\x94\xaf\x6a\x0e\x77\xf7\xea\xea\xba\x8c\xa4\xbb\x8d\xaf\xec\xe6\x2e\xc3\xc3\xac\x15\x23\x1e\xeb\xd6\xcb\x13\x57\xfa\x86\x38\x55\xf2\x93\xd6\xd9\xf6\x27\xfd\x5f\x5f\x6b\x40\xb8\xfb\x75\x0f\xc6\x91\x27\xbe\xf6\x2e\x87\x80\xd7\xcd\xf5\xa1\x9b\xde\xba\x65\x7c\x52\xad\xb3\x4a\xa1\x37\x59\xd7\x27\x9f\xe6\xbb\xe6\x40\x19\x7d\x70\x6d\x51\x2d\xe9\xc1\xba\x87\xdf\x52\xee\x61\xed\x75\xee\x9f\xb4\x76\xe1\x49\xf2\x1b\xbe\xa9\xba\x40\x37\xdf\x35\xe3\x99\x37\x67\xf5\x3e\xe9\x3d\xcc\xd7\x2a\x9f\x70\xe0\x1e\x4f\x19\x7d\xe6\x9c\x3c\x97\x9e\x32\xc9\xa4\x84\x22\xf7\x56\x6d\xe6\x13\x8a\xcb\xc4\x97\xf7\x59\xd6\x1f\x4a\xd7\x7f\x31\xdd\xa3\x06\x8f\xae\xa2\xc8\xa4\x86\x64\x19\x55\x30\xaa\x58\xad\x20\xfb\xd0\xe9\x4a\x2d\xdb\x43\xef\x55\x97\x78\xde\xad\xf1\x30\x5b\xfe\x60\x79\xd8\xb2\x56\x85\x90\x69\x5b\x83\x06\x12\x8e\x72\x4b\xa2\x3e\x79\xa6\x5b\x32\xcd\xe9\x2f\xbe\xfd\xc7\x81\xee\x51\x5b\xf6\x73\x4c\x6b\x6b\x97\x48\xd2\xb4\x6f\x83\x59\x83\xb7\x74\xcd\xa3\xfb\xd5\x66\x61\x3e\xcd\x6b\x4b\x27\xce\x25\x7c\x5b\xb0\x89\x10\xf2\x9b\xf3\xf6\xd2\xe7\x36\x3b\x1f\x0f\xe5\xf1\x3c\xf9\xd7\x9b\x3e\xfc\x71\x9c\xff\xee\x51\x53\x4b\x9f\x8f\x5f\xf5\x00\xd5\x74\xe0\x72\x12\xd0\x5b\xa9\x05\xf7\x70\xca\x00\xe8\xbd\x1d\x68\x58\x0c\xa8\x3d\xe1\x9a\x72\xe9\xb1\xfc\xbd\x1a\xa0\x75\xb5\xa5\xbf\x81\x2c\xdf\xbf\x7e\x14\x60\xd0\x86\x6b\x4d\xa5\x7e\xa1\x8c\xdf\xbf\x3a\x83\xeb\x77\x97\x8e\x07\xec\x5f\x02\x8b\x03\x00\x77\x0b\xa0\x62\x10\xe0\x37\x1a\x98\x9f\x08\x84\x9c\x00\x16\x1d\x02\xe2\x42\x80\xb2\xe5\x40\xea\x20\xa0\x62\x35\xc7\xbc\x16\x94\x00\x73\x4f\x00\x0b\x8f\x00\x15\xdb\x39\xff\x2f\x95\xb0\x25\xa1\x9c\x5b\x5a\x7a\x04\x38\x38\xb9\xa5\xff\xc1\xf2\x71\x1c\xaf\xad\xb9\xc5\xfd\x0f\x6a\x73\x81\x0f\x4f\x5a\xfa\x80\x54\x38\xf3\x58\x1a\x20\xe6\xbb\x45\xfc\xc7\x95\x68\x40\x49\x17\xb8\x38\x1b\x50\xaa\xfa\x1c\xf7\xa0\xb2\xa5\x05\xf7\x70\x50\x97\xf9\x43\xf6\x44\x00\x1a\x91\xc0\xd6\x50\x40\xeb\x23\xb0\x51\x17\x18\x7c\x8c\xfb\xb6\x48\x6f\x6c\xb2\x3a\x7f\xd9\x3a\x2c\x0b\x06\xac\x0d\x00\xa9\x0e\x4b\xef\x0d\xe5\x72\x80\xdb\x37\xc0\xfc\x1a\xc0\x6b\x14\x50\xfa\x14\x08\xf2\x02\x4a\x7d\x80\xe8\xa1\x40\x71\x28\xc7\x25\x4b\x0b\x01\xa9\xa5\x2a\xf9\x16\x98\xf3\x1e\x28\x2d\x00\xca\x5f\x32\x5f\xc0\xea\x26\x60\xfe\x15\x60\x93\x74\x5d\xbb\x02\x07\x87\x01\x4b\xb4\xb8\xff\xc1\xb2\x07\xc0\xf5\x95\x40\x55\x67\xe0\xfe\x06\x60\xd9\x62\xe0\xfd\x92\x96\x3e\x20\x0b\xc4\xb8\xad\xac\x0f\xc4\xf5\x11\x5c\x7f\x7c\xb9\x09\xe8\xbc\x9a\xf3\x5b\x9d\x97\x7e\x89\x7b\x90\xca\xc1\xa7\xb8\x87\x7a\x45\xe9\x1d\x12\xf8\x36\x10\xd0\x48\x00\xd6\x0d\x03\xfa\x6b\x31\x7f\xcb\x50\x5d\x5e\x7f\x83\x38\x46\x0b\x8e\xb1\x00\x96\x1a\x01\x96\x6e\x2d\xeb\xd0\x3a\xef\x5f\x34\x1a\x08\x98\xc9\x31\x69\xa9\xfe\x17\x26\x00\x89\xc7\x81\xc2\x3d\x9c\x03\x90\x5a\x65\xe9\xff\x66\xcf\x00\x16\x1e\x07\x4a\x12\x80\x95\x2b\x81\xf9\xae\xc0\xd6\x00\x60\xde\x7e\x60\xbf\x0b\x50\x66\xc5\x35\xd9\xe5\xf7\x80\xeb\xca\xc0\x12\x17\xe0\x89\x0e\xe7\x9d\x3f\x56\xb6\xcc\x5f\x86\xff\x90\xf1\x20\x5c\x7d\x0b\xc8\x67\x01\x97\xb6\x03\xd2\xf3\xfc\x6c\x13\xf7\x03\x91\xfa\x60\x1d\x1d\x5b\x70\x0f\xdf\xef\x07\x3a\x05\x73\x3c\xb3\x5b\x03\x73\xb3\x28\xd7\x32\xa7\x76\xcf\x09\xc0\xaa\x9b\x80\xfa\xa1\x16\xbe\x83\xaa\x3b\xc0\xb0\x97\x40\x65\x09\x60\xf4\x0e\x28\x77\x05\xcc\xe2\x38\xef\x3f\xa1\xec\xeb\x79\xff\xdc\x6c\x20\x4c\x05\xc8\xda\x06\x4c\x6b\xe0\xbc\x75\xfa\x74\xa0\xe0\x07\x60\xce\xdf\xcc\x9d\xb3\x48\x02\x14\x3e\x00\x6a\x1a\x18\xcf\xb0\xa9\x06\x90\xde\x35\xf6\x2e\x04\x8a\xcd\x81\x53\xeb\x80\x79\x17\x80\xdf\xbb\x30\x5e\xe4\x9f\x31\x5f\x9f\xbf\x2c\x0f\x7c\x4d\x8c\xcb\x37\xe3\x1e\x0e\x33\xcf\x83\x0c\xf7\xb0\xff\x34\x8f\xfb\x3c\x81\xb6\xbb\x19\xff\xd2\xfe\x0a\xe7\x92\x3a\x7f\xfc\xa4\xcf\x83\x33\xc7\xc2\xab\x4a\xb9\x4f\xcc\xe2\x0b\xc0\xe0\x0b\x40\xf9\x02\x40\xbf\x08\x98\x6f\x0c\x8c\x35\x06\x8a\xc5\xfa\x76\xa9\xb7\x31\x29\x4e\xea\xfd\x32\x5f\x4c\xf6\x1a\x60\x8a\x01\x90\x79\x1c\x08\xc9\x01\x32\x94\xb9\x8e\x35\x7b\x25\xf7\x34\xc8\xce\x64\x8c\x48\xb6\x21\xaf\x83\xf4\x34\xaf\xbd\x09\xe4\x06\x30\x07\x49\xbe\x02\xf0\xfd\x71\xb1\x0f\x44\x23\x50\xe8\x09\xfc\xfa\x13\x30\x07\xc0\xc3\x63\x2d\xf3\xcf\xbe\xc7\xf8\x07\x19\xfe\x43\x86\x03\x90\xf1\x7e\xfc\x7f\xc6\x3d\x3c\x04\xda\xed\x6b\xc9\xf7\xaf\xc8\x03\xba\xeb\x02\x95\x01\x40\xcf\x85\xc0\xa2\x87\x40\x7f\x0b\x60\xde\x40\x60\x98\x13\xcf\xdf\x58\x02\x14\xe4\x03\x66\x4a\xcc\x81\x23\xb5\x9b\x19\x7f\x02\x4e\x01\x9c\xaf\x9f\x9c\xc3\x79\xfd\xe0\x7a\xee\x7b\x10\x9d\x00\xcc\xb8\xc0\xf8\xa0\x59\x13\x80\xd9\x16\xc0\xac\x5f\x80\x45\x8a\x40\x46\x07\xe6\xc6\xc9\x38\x00\x6c\x29\x07\x32\x6c\x80\x7d\x77\x98\xe7\xe3\xd4\x04\x20\xc7\x1d\xb8\x61\x01\xe4\x5e\x07\x9e\xd9\x33\x4e\xe2\xe3\x83\xaf\xf3\x40\x34\xf7\x3b\x11\xf3\x77\xcd\xf9\xee\x44\x71\x1d\x44\x16\xac\x3d\x62\x1c\x57\xb6\x0e\x52\x39\x40\x3d\xf3\x7d\xb4\xd9\x03\x54\x66\x01\x1d\x0f\xb1\x1e\xaa\x88\x5e\xb4\xd4\x9e\xce\x89\x00\x06\x14\x00\xb9\x11\x8c\x13\xca\xba\x08\x18\xdf\x06\x66\x5d\x00\x2c\x15\x99\xbf\xc1\x7e\x27\x90\xdc\x08\xb8\x3f\x64\x1e\xf8\x80\x07\x40\xe2\x0f\x40\xe4\x5b\x20\xe5\x5b\xc6\x08\xa4\xfe\x01\x14\xee\x06\x52\x43\xf9\xac\x98\xb1\x0d\x58\x59\x00\xcc\x18\x09\x6c\x19\xc1\xfb\x7a\xc0\x85\x7b\xeb\x48\xed\xe4\x4c\x47\xe0\x77\x05\xc6\x90\xbc\x51\x6a\xe1\x81\x68\x8d\xff\x88\x9c\xf2\x79\xde\xff\xd4\x14\x71\x1d\xc4\x3a\xe4\x43\x62\x1e\x53\xc6\x7b\xd1\x9a\xef\xa0\x39\xdf\x2d\xea\x8f\x8c\xf7\x61\x5e\x3e\xd0\xc5\x05\x28\x3a\x00\xa8\x9a\xb5\xf4\x7b\xc8\xe9\x06\x0c\xbd\x01\xa4\x05\x03\x52\x7f\x31\x35\x8d\xcf\x91\xe9\xfa\x80\xad\x13\xd7\xf6\xbb\x94\x03\x71\x23\xb8\x0f\xc6\xb4\xf5\xdc\x0b\x60\x9a\x09\x73\x3a\xc4\x37\x01\x05\x56\x80\xf4\x76\x5b\x5e\x03\x24\xde\x04\x56\x99\x02\x49\x91\xc0\xb6\x6d\x40\xb2\x33\x70\xe8\x1c\x90\x78\x10\x38\x1b\xc7\x75\xe5\x4d\xf5\x40\x8a\x17\xf0\xe6\x07\x20\x61\x0f\xe7\xbd\x9b\xfb\x61\xdc\xe7\x51\xd6\x17\xe2\xbf\xe9\xc3\x57\x79\x2f\xc4\xfc\x97\x0c\xff\xd1\x9c\xef\x6e\x04\xda\x84\xf2\x99\x2f\x3d\x87\x32\x0a\x80\x5e\x63\x80\x54\x0f\x40\x4b\x0f\x90\xde\x99\x87\xbb\x00\x71\xf3\x81\x51\xa9\x40\x6c\x36\x60\xbd\x0b\x88\xb8\xc3\xb5\xec\x11\x0d\x8c\x2f\x8d\x48\x06\xc2\x23\x80\xf0\x0d\x40\xe2\x36\x20\x62\x00\x90\x7b\x13\x08\xb3\x02\xca\x8c\x38\xaa\xb5\xea\x1c\x10\xfd\x11\xa8\x5f\x03\x84\xdf\x04\x0e\x4a\x80\xf0\xf1\xc0\xcf\x82\xf4\xfe\x08\x34\xdd\x04\x62\xbd\x98\x07\x22\xdc\x82\xd7\x21\xc0\x55\xc4\x41\xcc\xe5\xd1\xeb\x1d\x8f\x67\x44\xdc\xc3\x4f\x22\x6b\xea\x21\x31\xef\x2b\xc3\x3d\xc8\xe4\x40\xd6\xf7\x64\xad\xd8\x4d\x55\x86\xff\xa8\x14\x47\x59\xbe\x7b\xb6\xb8\x6e\x52\xbd\x95\x1b\xc8\xbc\x07\x4a\x12\x3e\x03\xd5\xd5\x81\xe8\xa3\x80\xf6\x21\x20\xa2\x11\x30\xd2\x04\x82\x4e\x02\x26\xe6\x8c\x7f\xb0\xab\x01\x42\xba\x01\x5e\xfd\x19\x3b\x17\xda\x04\x04\xfe\x0c\x24\x25\x03\x7e\x52\x9b\x59\xc4\x38\x07\xe9\x9a\xfb\x6d\x01\xea\x74\x01\xff\x40\xf6\xa3\xfc\xa6\x02\x07\x2d\x00\xff\xbe\x40\xe3\x2e\xc6\xa6\xde\x6a\x02\xfc\xcf\x02\xcf\xf6\x00\xfe\xa2\x9d\x6c\xee\x03\xd2\xf4\x39\x1e\x40\xa6\x07\xad\xf3\xfe\x5f\xeb\x7b\xd2\x1a\xff\x51\x21\x66\x63\x9a\x79\x1f\x44\xbb\x9b\x21\xa2\xa8\x13\xe3\x80\x8e\x27\x81\x98\x89\x80\x6a\x23\xf3\xb1\xf4\x73\x61\xde\x8a\xe1\x55\x80\xef\x4a\x60\xf4\x61\xc0\x57\x05\xb0\x51\x61\xfc\x83\xa7\x1b\xe0\xdb\x0b\x08\xd5\xe1\x3e\x26\x52\xbd\xf0\x7c\x03\xe4\xea\x02\x1e\x7f\x01\x0b\xad\x5a\x78\x20\xdc\x05\x60\x6b\x1c\xe0\x31\x0c\x38\x1a\x0d\xb8\x57\x02\x17\x2a\x79\x94\xae\x83\xe7\x52\xe6\x4f\x6a\x3d\xef\xd6\x38\x08\x19\xfe\x45\xd6\xff\x47\xc6\xfb\xd0\x1a\xff\xb1\x46\xfc\x5c\x8d\xc8\xa2\xf8\x05\xfe\x63\x06\x8f\xb2\xbc\xbf\x8c\xff\x62\x9a\xad\x54\xb8\x80\xb0\x4a\xa0\xab\x13\xe0\xbf\x86\xfb\xd2\x79\x29\x03\x83\x6c\x01\x8f\x8f\x80\xd1\x33\xc0\xad\x06\xb0\xb8\xc0\xd8\x39\xe7\x3c\xce\x79\x07\x53\x57\x7e\x20\xee\x26\xe0\x74\x84\x9f\x6d\xff\x91\x7d\x6b\xc7\x2d\xc0\xea\x0c\x60\xd2\x1a\x60\xbb\x3d\x60\x97\xca\x5c\x77\xb6\x91\xc0\x45\x45\xfe\xf9\xee\x0f\x3c\x4a\xd7\x61\xa2\xed\xe7\xb8\x0f\x19\x0f\x84\x0c\x07\xc1\x5c\xe8\x5f\xe7\x3f\x69\x2d\x07\xcb\xc5\xa8\x7b\x79\x6e\x2b\x7d\x10\x79\x32\xbe\xe0\xbf\x10\xfb\x89\x50\xb4\xb7\x9e\x71\x1f\x52\x3d\x71\x4a\x64\xb9\x70\xd4\x07\xf4\xa4\x3a\xf1\x01\x30\x77\x03\x26\x79\xf0\x39\x3a\xde\x8f\x71\x52\xd6\x3d\xf8\xbe\x61\xd5\x16\xc8\xed\x00\xaa\x45\x28\xaf\x05\xcc\xc3\x81\x55\x21\x80\xa9\x3d\xb0\xf5\x29\x60\xfa\x1d\xf7\x32\x32\x7d\x05\x9c\x37\x05\xcc\x87\x00\xb7\x7e\x01\x4c\xd2\x81\x57\x07\x5b\xe6\xab\x2b\xf2\xa9\x0d\xf8\xf5\x73\x1c\x44\xb3\x1e\x88\xfc\x27\xdb\x44\x3c\x88\x8c\xff\x64\xad\x2a\x8f\xb5\xe2\x6d\xf1\x6b\xf8\x8f\x3c\x31\x4b\x25\xe3\xbf\x88\x17\x79\x44\x42\x45\x7d\xf3\x0c\xe2\xd1\xae\x91\xf1\xca\xb6\x03\x80\x3e\xdf\x03\xd6\x11\xc0\x90\x6a\xe6\xa0\x1b\x6d\x02\x98\xd6\x01\x93\xce\x00\xa3\x77\x00\xbe\x66\xc0\xa8\x1f\x80\x58\x2b\x60\x64\x3d\x90\x95\x0e\x8c\x88\x03\xca\xb2\x01\xa3\xa9\xc0\xca\xb5\x80\xde\x40\x60\x9b\x01\x30\xac\x0c\x38\x94\x0b\x0c\x7f\x01\x9c\xd5\x01\x86\x16\x02\x37\x57\x01\x83\x15\xb9\x77\x9e\x6c\xbe\x9a\x43\x79\x54\x7b\xfc\x39\x0e\x62\xef\x76\x7e\xbf\x2f\xf8\x4f\x44\xfb\xf0\x7f\xc5\x7f\x7c\x0d\xff\x10\x20\xf6\x91\x71\xb5\xe3\xd1\x4a\x7c\xde\xd8\xde\x80\xa2\x1d\x30\xf2\x35\xa0\xf9\x1a\x30\xfc\x8d\xf7\x4c\x7f\x3a\x60\xb3\x10\x18\x9e\x0f\x78\xdf\x03\x86\x36\x32\x56\x6e\xb0\x0f\x90\x31\x19\x18\xe8\xce\x18\x6c\x4d\x37\xc6\x92\x4b\x65\x4a\x7a\xd7\x95\xe4\x03\x07\x7e\x01\x34\x86\x02\xa7\x77\x71\x0d\xc5\xef\x8d\x40\x9f\x97\xc0\x93\x2b\x40\x4f\xad\xcf\x79\x2f\xba\x2f\xe7\x51\x7a\x67\x92\x8e\x5f\xf0\x9f\xc8\xf8\x5f\x64\xfc\x27\xb1\x9f\xcf\x7f\x7e\xdd\x7f\x9e\x7f\xb2\xa8\x37\x32\x1e\x94\xd0\x0b\xcc\x9f\xe1\x23\x46\xab\x1d\x45\xfe\x31\x33\x11\x57\xa5\xf3\x0e\x90\xcf\x00\x86\xaa\x01\x7d\x8d\x81\x81\x8b\x18\x1f\xa4\x69\xc1\xfc\x9d\xea\xc9\x80\xa7\x3c\xd0\xe7\x20\x10\x19\x04\xf4\xfc\x13\x98\x39\x13\x50\x51\x00\xe6\x8e\x02\x94\xd6\x01\xcb\x12\x80\xee\x93\x80\xf5\x57\x00\x85\x1e\xc0\x5e\x25\xa0\xeb\x6d\xe0\xc4\xdf\x40\x97\x2a\xe0\x6a\x30\xd0\xf9\x07\xae\x31\xe9\x7c\x03\x78\x9f\x0f\x74\x4e\xe4\x79\x77\x2e\xfb\x7c\xfc\x82\xff\x44\xb4\xfb\xb2\x28\x52\x85\x88\xb7\x9d\x7f\x8b\x47\x59\x1f\xa4\xac\x19\x20\x34\x42\xaa\x7e\x5b\x9a\x69\x6c\x76\x7b\xca\x8a\x44\x68\x74\xa4\xa8\x90\xaf\x59\x67\xca\xba\x39\x3b\x74\xa0\x68\x99\x55\x48\x67\x3a\x59\x0c\x1b\x29\x78\x0c\x8d\xc6\x6e\x14\x85\x57\x3d\xa8\xd8\x5b\x29\x0e\xe8\x2e\x28\xae\x1c\xd4\x07\xe8\x7a\x59\xf1\x8a\x49\x0e\xd0\x69\xae\xe2\x52\xe7\x81\x80\xbc\x99\xa2\x6b\x70\x0c\x20\x97\xae\xf0\x77\xb2\x74\x4f\x5e\x29\x24\x15\x50\x9c\xb2\xdb\xf5\xc5\x14\x8f\xef\xfa\x03\xd7\x6d\x76\x31\xd9\x45\x79\x9d\xce\x17\x8e\x53\x7e\xbf\xe3\xc9\x4b\x14\x9f\xef\xf0\xe2\x2e\xf9\xc6\x1d\x7e\x7e\x4d\xf1\x97\x76\x22\xff\x41\x5b\xca\xf7\xb6\xe9\x81\x03\xd2\x7b\xd6\xd7\xf0\x2f\x8b\xbd\x79\x2c\x35\x63\xd6\xf1\xd9\x9e\x1d\xa9\xba\x32\x4b\xb1\x1b\xc5\xed\x52\xbb\x2b\x92\x05\x8d\xa9\x54\x22\x89\x08\x49\xe3\x68\xab\xaf\x19\xe7\xcf\x9d\x9b\x7a\x53\xfe\xd8\xba\xa9\x2f\xfd\xdd\x28\x83\xbe\x14\x4d\xd3\xae\xd4\xa0\xa8\xb1\xd2\xc5\x7e\x74\xa2\xb4\x59\xa0\xb9\xa9\x23\x65\x92\xb4\xdc\xfb\x91\x4f\xa6\xd5\x6f\x14\xf1\xca\xf6\x73\x71\x20\x86\x04\xc9\xc3\x20\x7a\x92\x24\x32\x89\x74\x51\x32\x84\x23\xc4\x1a\xd3\x97\xd0\x57\xaa\x99\xac\xa1\xbd\xeb\xf3\x74\x27\xc5\xb7\xfa\x34\x1c\xa3\xc8\x5a\xef\xd0\x4b\x94\x61\xeb\x55\x7a\x87\x90\x19\xaa\x39\x2f\xc8\xa6\xf7\x78\xcf\xeb\xd0\x7d\xc2\xa7\xa3\x6c\xfe\x2b\x44\xb9\xa8\x10\xe4\xe9\x7d\xe7\x29\x32\x0f\x4c\x81\x91\x12\x65\xcd\xd2\x1f\x72\x35\x59\x6a\x62\x1f\x8a\x8e\x4d\x5b\xdf\x87\xde\x2a\xe4\xaa\x3a\xad\x87\x6f\x45\x7f\x66\x5b\x48\xe2\xec\x9c\x8d\x39\x57\xa5\x9a\xa8\x0c\xa1\x7c\xc7\xf0\xbc\x61\x54\x9d\xdd\x37\x4b\x87\xf2\x65\xf2\xab\xf5\x8c\xf9\x1b\xf5\x4c\x3a\x53\x86\x44\xef\x86\x56\x24\x8f\xa3\x48\x07\x75\xe3\xec\x48\x46\xf5\xc2\x02\x49\x06\x75\x3b\x71\xbd\xbf\x6e\xa7\x3c\x8a\xdb\xea\xa0\x82\xf2\x40\xc3\xce\x71\x27\xe9\xc1\xaf\x76\x90\xc4\x0d\xae\xfb\x81\x32\x8f\xda\x13\xcf\x91\x8f\xa8\xed\xd4\x44\x67\xc0\xc0\x8e\xcf\x49\x3e\x34\x45\xfe\x07\xb5\xa3\x3c\xf6\xa6\x75\x58\xf1\xbe\x1d\xe1\x17\x16\xd7\xb3\xbc\xca\xf0\x2f\xf9\x4d\x7d\x29\xca\x9d\xb1\x9b\xf1\x2f\x29\x6e\xfd\x28\x4f\x2f\xe3\x81\x09\x97\x63\xfa\x06\xbf\x2d\xc3\x68\xbd\xdc\x73\xb9\x1f\xd0\xa4\x13\x7a\x34\xff\x71\xb9\x9c\x3f\xd7\xff\xd9\xb8\x9a\xbf\x7d\x34\x69\x98\x92\x9b\x89\xa8\x59\xa6\xa2\xe5\x31\xad\xeb\x46\x36\xd8\xe4\x91\x26\xd9\x2a\xd3\xc6\x91\x54\x8f\x6b\xaa\x66\x47\x4f\x34\x99\xe3\x47\x4f\x32\x9d\x14\x4f\xf5\xfc\xa6\x16\x9c\x39\x30\x51\x5b\x48\x99\xf9\x31\x01\x75\x24\x61\xc6\x7a\x8c\xfd\x36\xbe\x7a\x84\xee\x4a\x23\xeb\x1b\xe9\xce\x38\x72\x26\x71\x4a\xc2\xe8\xf1\x13\xda\x49\xfd\x2d\x8c\x0f\xd2\x01\xaf\xc3\x60\x1b\xe9\x58\xfe\x50\x95\xf6\x71\x5e\x7d\x5f\xb1\xca\x5c\x42\xd1\xcd\x2c\x89\x36\x65\x91\x64\x3c\x30\xd3\x9e\x32\x0f\x4c\x44\x83\x21\xe7\x3d\x6d\x46\x51\x7c\xd7\xfd\x12\xa3\x36\x1c\xf2\xc6\x52\x36\xc2\xb2\xc0\x9c\xec\x83\x71\x0e\xe3\x25\x86\x4a\xac\x68\x96\x7d\x1f\x31\x0b\x73\xa7\x87\x13\x45\xc4\xae\xad\x36\x8f\x13\xbb\x29\x50\xe6\xc0\xc6\x4a\x93\x32\xec\x13\xef\x8f\xa4\x27\xda\xac\xb3\xa5\x95\x9a\x68\x32\x85\xf6\xdf\xa6\x5b\xcc\x4b\xfe\xf7\x0c\x42\x5a\x4c\x6c\x98\x4f\xeb\x63\x93\x52\x4b\x79\xcc\xf1\x37\xbe\xa5\xb3\x6f\xc2\xe6\x83\xe4\xe3\x59\x95\x9e\x22\x5b\x6f\x75\xef\x3a\xd9\x76\xcb\xfa\x07\x5a\xbc\x43\x1f\x69\x06\xb2\xbe\x41\xcc\x1b\x33\xaf\x9e\xfb\x5b\x15\xdc\x1e\x44\xd1\xdb\x2c\xb7\xa1\xf4\x2d\x33\xff\x34\xa0\x13\x4e\xc6\x03\x13\x79\x87\xf1\x01\xfe\x2a\x26\xa4\x37\x1e\x57\xcd\x09\x37\xe1\x28\x56\x59\x4e\xa8\xb0\xa6\xac\x99\xc9\x12\xee\xc2\xae\x77\x63\x12\xd9\x11\xad\xeb\x76\x74\x22\xf7\xd8\xc8\x7c\x1a\x72\x95\xce\x22\x0f\x84\x9b\xd8\xc9\xd3\x35\x4e\x91\xde\xd3\x4d\xb9\x3f\xed\x97\x1b\x61\x3f\x01\xb7\xc3\x36\xf4\x46\xee\xb3\xa6\x90\xcd\x72\xbb\x13\x4d\xf2\xee\xbe\x86\xeb\x36\xdd\x1a\x4a\x28\x86\xe4\xd6\x58\x4d\x3b\xe4\x3a\x9e\x71\x52\x2e\x43\xbf\x27\x4d\x74\xfa\x78\x72\x38\xbf\xe1\x15\xd2\x1b\x07\xcb\x7b\x54\x6b\x62\x97\xfd\x8a\xe2\xfd\xb6\xd5\xbc\x0e\xcc\x1b\x33\xc7\x4c\x8f\xb4\x33\x4b\x97\x71\x4e\x33\x13\x8d\xe9\xaf\x13\x76\x33\x3b\xc9\xd4\x53\x16\xb4\xea\xc1\x46\x13\xe8\x86\x25\xeb\x87\xe4\x72\x9b\x71\x3e\xb6\x16\x76\x94\xb7\x90\xe1\x60\x0c\x6f\x38\xd3\xee\x0d\xfe\xc3\x95\xb2\x76\x6a\xd3\xdc\x29\xcb\xac\x78\xdb\x4b\x9c\xbf\x8f\x78\x22\xfb\x8a\x37\x5c\x9f\xfb\xca\xb4\x15\xbe\xc7\x59\xe3\x7c\x17\x8c\x20\x49\xf2\xad\x1c\x4f\x12\xe7\xfb\x68\x32\xc9\x89\xef\x3f\x11\x94\x31\xf7\xcd\x4f\x25\x15\xf6\xb9\x39\x9b\xea\x36\x7d\x9f\x56\xd2\xfc\x7c\x1a\xd6\x92\xbc\xf8\x58\xec\xa6\x5a\x11\xef\x47\x0d\x54\x43\x31\xf9\x26\xdf\xa9\xbd\x24\x4d\xc4\x07\xee\xb1\xed\x11\xad\xab\xac\x6f\x90\x53\x9a\x74\xcc\xfd\x99\xab\xeb\xd3\x92\x4c\x69\xf5\x13\xbf\xb3\x26\xcf\x27\xc6\xd9\x86\x76\x25\xc4\x6b\x12\xe9\xb7\xcf\x8f\x4c\x04\xe0\x21\xef\x42\x4f\xb7\x93\x30\x3e\xa2\x19\x07\x73\x54\xc4\xc1\xdc\xf5\x25\xfd\xd7\x0a\x61\xcf\x41\x35\xda\x9f\xac\x5f\xc7\x77\x81\xa2\x87\x11\x36\x90\xc7\xd0\xa6\x36\xc4\xcb\x1f\x56\xae\x4c\x3e\x5b\xf8\x8a\x01\xe4\x5b\x84\xf7\x63\xcb\x12\x66\x32\x9e\x7f\xde\xe7\x4e\x3e\x6e\xf8\x88\x30\xca\xa4\x87\x07\xb0\x81\x09\x1f\xcf\x3e\x4c\x58\x79\x39\xc9\x45\xe8\xb1\xba\x27\xfc\xdc\x6d\xdc\xc1\xc5\x84\xed\x44\xf0\xea\x33\x64\xd9\x83\xa9\x07\xb7\xf4\x26\xca\xf8\x39\xff\x33\xef\x28\xe6\xe8\x43\xbc\x49\xb3\x1a\x2c\xc8\xca\x24\x49\x26\x10\x8b\x44\x2c\x38\x7b\x14\xee\xe0\x44\x72\x1d\x60\xc3\x38\x18\xcf\x13\x8c\x6f\x72\x36\xf0\xe6\xfe\x68\x26\x9f\xf3\xc1\x8c\x0c\x64\x1c\xcc\x50\xb5\x20\x7a\x9e\xfa\x99\x50\xca\xca\x29\x35\x32\x4f\x4a\xdb\x5b\x53\xb5\x78\xfe\x31\xac\x88\x88\xd3\x6f\x4b\x79\x25\x19\x1e\x26\xb6\x7e\x00\x9d\xb8\xb1\x5e\x23\xe8\x9c\x8c\xed\x68\x45\xbe\x6d\xfc\x7e\x77\xd2\xd4\xb8\xab\x21\x94\xcf\x89\x0b\x4c\xa4\xf9\xc6\x47\x72\xc6\x31\xb6\x9e\x7d\xfc\x69\xef\x6b\x18\x3f\x83\xcd\x24\xa1\x71\xa1\x9c\xcf\x8b\xa5\x78\x04\x10\x33\xf8\x57\x42\xf8\x45\xed\xbe\x47\x19\xb5\xc8\x47\x2f\x37\xa2\x19\x17\x33\x7d\x19\xf7\xfb\x92\xf5\x83\x8a\x4c\xf1\x60\xb4\xcc\xec\x29\xa4\xe7\xde\xe6\x53\xc8\x5f\x72\x3b\x15\x40\xfb\x3b\xe9\x47\xee\x03\x65\x95\xc4\xac\xfb\x63\x42\x42\xf9\x74\x3b\x10\x4e\x75\xe1\x03\x56\x45\x51\x7d\x7f\x6f\xef\x18\xb2\xca\x5d\x2f\x32\x5e\x02\x85\x09\x62\xbe\x77\xba\x78\x93\x4b\xe9\x29\xc7\x1d\xc9\xa6\xa8\xd0\xbe\xcd\xd0\xe2\x75\x48\x89\x37\x22\x4b\x9d\xf2\xb3\x35\x9d\xf7\xa9\x70\x25\x0d\x9c\x61\xc0\x18\xe5\xd4\x9c\x78\x4b\x1e\x19\x61\x90\xb2\xba\x64\x07\x7f\x6e\x39\xd9\xdb\xd4\x13\x1b\x69\xe5\x53\xb0\x87\x3b\xbd\x38\x1f\x23\x4b\x9f\x5c\xc4\xbd\x66\x93\x1a\x6f\x91\x5e\x24\x8c\x79\x44\x77\x9f\xb8\x0f\x1f\x94\x80\xb8\xf5\x9e\x74\x1e\x46\x94\x7a\x27\xb1\xf4\xf8\x72\xdf\x83\x3b\x81\xb4\xfa\x1e\xc9\x21\xc4\x77\xe1\xb0\x31\x9c\xbb\x6e\x29\x47\x91\x35\x36\x4b\x8b\x22\x0f\x7a\x64\x3d\xe3\x24\x86\x36\x32\x0e\xa6\xff\x98\x78\xda\x2d\x95\x11\xcc\x93\xd2\xe9\xdb\xe9\xe2\x4d\x6d\xa6\x88\x40\xcf\x78\xc4\x63\xa6\x7a\x3b\x5a\xe9\x2c\x1b\x15\xd2\xfb\x8c\x3a\xae\xef\xce\x3c\x63\x44\xbe\x5d\x96\x84\xaf\x7a\x59\xf7\x5c\x0f\xf3\xe7\xfd\x69\x3d\xb2\xc4\x95\xcd\x76\xce\x88\xe5\xb1\xf8\x5b\xfe\xfc\x32\xb2\x1b\x59\x2b\xd6\x25\xf0\xcf\xbb\xb8\x0f\x53\xc6\x51\xca\xdc\xa6\x9b\x9d\x27\xc9\xfd\x12\x17\xf3\xa2\x1e\x88\xb6\xf1\xa7\x9b\x51\x98\x51\x30\x59\x97\x00\x49\x38\x45\xa2\x26\x17\x30\xae\xcb\xf9\xc9\x54\xfa\x56\x3b\x09\xf7\x47\xb2\x9c\x31\x8d\xbe\x7d\x74\x56\x3c\xdd\x54\xf5\xa7\x25\x93\xf6\x0e\xd6\x9c\x4e\x52\xaa\xf1\x31\x85\x50\x5d\xca\x4e\xb3\x68\x57\xe4\xcd\x33\xc4\x1b\x49\xb6\x78\x93\xcb\x17\x23\x17\x05\x45\xf2\xc4\xc0\xd3\x8c\x87\x29\xe7\x75\xc8\x6f\x32\x24\xcb\x54\x58\x61\x49\x76\xbd\x60\xaf\x13\x69\xd2\xec\x64\x7f\xfa\xc6\xd9\x0d\xd1\xe4\x1f\x16\x5e\x4d\xcb\xe3\xcf\x33\x3f\xca\x6c\xe5\x4a\xda\xff\x82\xfb\xab\x4f\xf0\xf3\xea\xc9\xb2\x17\xe8\x1e\xa2\x3b\x53\xde\xdc\xd3\xc4\xb3\x90\xf7\xdd\x6f\x14\x7b\xcc\xc3\xdf\xdd\x68\xbd\x1a\x5f\x04\xb4\xe0\x60\x02\xb4\x23\x08\x07\x3a\xc5\x82\x79\x61\xdc\x94\x19\xef\x24\xe3\xc3\xb1\x2e\x66\x14\xa7\x79\x23\xcb\xf5\x28\x03\xee\x93\xa4\xdb\x6d\x16\x45\x68\xfa\x0b\x8c\x0f\x51\x1b\x97\x45\xf8\x10\xc5\x0a\xf6\x76\xda\x5e\x2c\x10\xf1\x2f\x73\xc5\x48\x4e\x33\x1e\x26\x4f\x9e\x62\x9d\x32\x3c\x4c\xe9\xf6\x01\x84\x8f\x2e\x15\x0c\xb9\xb3\x99\x97\x25\x59\xd4\xf9\x8e\x4e\x84\x07\x99\x57\xcf\x27\x4c\xe9\x56\xee\x33\x37\xdf\x6f\x46\x31\x7f\x9e\x99\x39\x4a\x05\xf6\x2f\x4b\x85\x3a\xee\xab\xe4\xb6\x85\x4e\xae\xd2\xc3\x8c\x93\x2a\x96\x70\xcd\x4d\xd1\xc1\x8b\x94\x91\x2e\xaa\xbd\x43\xb1\x94\xa2\xa5\x4f\x47\x02\xc1\x47\x19\x4d\xe0\xa7\xcd\xf3\x6e\xc6\xc1\x88\x7c\x38\xb6\x07\x53\x49\xde\x2d\x6f\x30\xbb\xdb\x58\xe5\x0c\xd2\x42\xc3\x84\x4c\x5a\xaf\x21\xda\x39\x74\x13\xd1\x1a\x95\x47\xe8\x24\x95\x7a\xb6\xe2\x5d\x77\xcf\xa1\x53\xbd\xad\xa2\x6c\xde\x0b\xc4\x7e\x49\xe5\xeb\xc5\xf1\x50\x07\xee\x7f\xd4\x8c\x87\x19\x48\x1a\x55\x21\xb0\xa7\xb6\x38\xce\x82\xbe\xa9\xc2\xdc\x91\x90\x6a\xe5\x6b\x19\xa9\xb8\x58\x23\x8a\x24\x6c\x71\x36\x33\xf4\x54\xe4\x71\xc6\xbe\xe2\x29\xf7\x1f\x2c\x3f\x57\x4b\xb5\x96\xb2\xfe\x49\x8b\x8e\xee\x25\x3b\xbb\xc8\xf5\x04\xc9\xcf\x82\xa6\xf3\x34\x93\xb2\x69\x4d\xe4\xb7\x2e\x28\x79\x90\x01\xf8\xc7\xb1\xb7\xda\x9a\x0f\xc7\x5e\x9d\xe5\xda\xa6\x6f\x26\xf9\x53\x66\x3f\x66\x53\x24\x66\x54\x13\x5f\xcc\x64\xfd\xa1\x06\xcd\x9a\x4d\xb7\x1b\xc9\x60\xee\x0f\xa5\xb2\x85\xf1\x21\x1d\x8b\x5a\xe3\x80\x5a\xe3\x61\x96\xeb\x74\xa0\x3c\x7f\x95\x92\x0a\x79\x30\xcb\xb5\xd9\x7f\x58\xde\xd5\x80\x0c\x43\x55\xa9\x39\x59\x9e\x6a\x2b\x07\xd2\xc8\xea\xee\xde\xdc\x5f\x29\x85\x11\x7b\x55\x3f\x26\xd3\x11\x56\xfd\x1b\xf3\xc4\x2c\x57\x2f\x63\xbc\x4c\x14\x33\x71\x54\x3d\xd8\x48\x12\x29\xeb\x9f\x54\x59\xf2\x03\x33\x29\x8e\x39\x47\x33\x5a\x66\x71\x93\x34\xb4\xb2\xed\xdf\xf5\x80\xf7\x76\x5e\x55\xf7\x5c\x66\x65\x6a\xe6\xc3\x79\x94\x43\x56\xc9\xb2\x9e\xf7\x79\x6c\x54\x21\xdd\xfe\x46\xac\x2c\x22\xeb\xae\x53\xcf\xf3\xd5\xee\x5c\x4a\xda\xaa\x56\x37\x9f\xe4\xa6\xfb\xf2\x32\xda\x95\x0e\xa6\xe5\x62\xc6\x70\xb1\x98\x09\x68\x8d\x87\xa9\x13\x78\x1d\x9a\xf1\x30\x23\xfb\x93\x47\xba\x2a\xdf\x80\xce\xcd\x55\x7f\x98\xd1\x0e\xd5\x39\xd8\x91\x45\x5a\xd9\xdf\x8b\xf6\xbd\x76\x75\x18\xcd\xbf\x6e\x73\x22\xdd\x9f\x6a\xcb\xb2\x44\x7c\xcc\x3c\x11\x4f\x53\x4d\x96\xad\x4e\x7d\x2d\xf9\x9d\xb5\xf1\x3b\x48\x22\x6b\xfd\x8e\x50\xec\xb5\xe6\xe2\x19\x42\x82\xd5\x68\xfd\x4a\xeb\x5d\x33\xe3\x2f\x15\xc0\xb3\x20\x9d\xea\x06\x9c\xb5\xb2\x48\x3a\xed\x9e\xe4\x91\x9d\x9b\x28\x76\xf3\x1b\x97\x54\x44\xb7\xda\x31\x28\x26\xbb\x2f\xeb\x0f\x35\xec\x46\x19\x9d\x9f\x03\x2a\x16\xd1\xae\xf5\x3d\xb6\x98\xac\x5b\x77\xcf\xc5\x84\xea\x68\xf7\x42\x96\xd9\x58\xfe\x87\x6c\xde\x3c\x7e\xb3\x96\xc7\x75\xb7\xe4\xc9\xc2\xac\x37\x56\xa1\xf3\x6c\xfd\xb4\xfe\x74\x6e\xac\xb7\xe3\x4a\x85\x75\x4d\xa6\x74\x22\xad\x7b\xc8\xf8\xe2\xb5\x31\xcc\xf0\xb6\x76\x42\x08\xb9\x38\xeb\xfa\x70\x0d\xdc\xda\x29\x19\xe4\xf9\xae\x7b\x5a\x42\x7f\xbf\xee\x34\x7f\xf3\x9a\xe7\xcc\x50\xb2\x36\x66\x3b\x3d\xe7\x9b\x77\x07\x88\x19\x6f\x4d\xc7\x53\x84\xab\xfa\xe6\xcd\x35\xc2\x61\xad\x36\xb8\xd5\x04\x5c\x9b\x00\xa8\x64\x03\xe7\x1b\x19\x07\xf1\xb3\x25\xa0\xd4\xf0\x25\xee\x61\xff\x7e\xee\x67\xb0\x53\x00\x7a\xf9\x01\x5b\xe2\x80\xbe\xfd\x3e\xe9\x6f\x10\x0e\x0c\x0e\x07\x56\x59\x03\xba\x37\x81\x6a\x77\x60\x64\x4f\x60\x99\x3b\xd7\xb7\x57\x4e\x04\xac\x47\x01\xe5\x66\xad\xf2\xfe\xfd\x80\xc9\xfd\x38\xde\xed\xff\x23\x50\xa4\xc3\xb9\x9c\xfc\x0c\x60\x5a\x35\x73\x60\xcc\x30\xe0\x51\xaa\x89\xcd\x75\xff\x73\x80\xa5\x7f\x02\x25\x85\x9c\x53\x91\xfe\x6e\xa7\xf5\x97\xfd\x0f\x96\x1a\x01\xb7\xcb\xa5\xda\x00\x3c\x4d\x01\x96\x9c\x05\x84\xf1\x2d\x7d\x20\x4a\x1a\x79\x94\xf1\x5e\x34\xb6\x65\xfc\x43\x6b\xdc\xc3\xc1\x27\x40\xf7\x27\x8c\x7b\xe8\x7e\x8b\xf3\xfd\x3d\x7b\x00\x52\x1b\xd4\x67\x1b\xb0\xfe\x31\x20\x59\xcb\xf8\x17\x6d\x65\x60\xc5\x59\x60\x68\x35\x50\xbd\x0a\xd0\x3f\xc6\xf9\xce\x51\x4d\x9c\x93\x34\xbf\xc8\x79\xff\x89\xb1\x40\xf1\x4e\xc0\x3e\x09\x28\x94\x07\x5c\x95\x38\x26\xef\xd5\x04\xe4\xaf\x01\x42\x04\xce\x6b\x4b\x2d\x78\xfe\x58\x60\xc6\x42\x20\x3f\x13\xc8\x53\x6e\xa9\xfb\x9f\xe3\xce\x96\xa6\x48\x1b\x58\x7b\x08\x98\x7b\x1c\xd8\x31\x1f\x28\xb1\x00\x0e\x5b\x71\xff\x88\xb3\x06\x5c\x5f\x7b\xfb\x08\xb0\x44\x02\xbc\x12\x80\x85\x3e\x8c\x83\x90\xcd\x5f\x96\xff\xbf\xdc\x04\x74\xba\x08\x9c\xff\x81\xeb\x90\xbf\x86\x7b\xd8\xbd\x05\x50\xd8\x06\x6c\xe9\x0d\x28\x4e\x64\xcc\x81\x6a\x23\xf0\x4d\x39\xe3\x41\x9a\xf9\x0e\x1a\x78\x3d\x96\x06\x00\x3a\xbf\x03\x15\xaa\x1c\x7f\x2d\x2d\x67\xb9\x28\x9e\x0e\x58\xfd\xd2\x2a\xef\x5f\xc6\xeb\x30\xe5\x09\x90\x9d\x0b\x84\x84\x72\x7e\x56\xea\xa1\x49\xbd\x8f\xe4\x97\x40\xf6\x25\x20\xc7\x19\xc8\xeb\x02\xcc\xef\xd2\xc2\x7f\x90\x97\x01\xac\x5e\xd7\xd2\xff\xa0\x60\x27\x70\xd8\x1d\x98\xd3\x87\xf3\x7b\x73\xed\x80\x9b\xdd\x58\xfe\x5e\x56\x02\xc5\x57\x81\x8f\x1f\x3e\xe9\x83\x21\xf2\x20\x5c\xda\xce\xf9\xd9\x9f\xeb\xb9\x2e\xfb\xc7\x7c\xa0\x6d\x7f\xe0\xd0\x02\xe9\xd9\xdf\x82\x7b\xa8\xd7\x05\xda\x2e\x07\x36\x3f\x05\x3a\xcf\x95\x6a\x1f\xa0\x20\xb0\xd6\x2b\x49\x80\x6a\x35\xa0\xcf\xb4\x16\xbe\x83\xb2\x21\x80\xf6\x3c\xce\x7b\xeb\x19\x00\xc5\x5d\x81\x51\x8a\x40\x41\x3b\xce\xef\xe6\xb4\xe1\x1c\x45\xa6\x0a\xe0\xd4\x09\x98\x25\xc7\xfd\x83\x66\x0d\x04\x82\xd4\x80\xb4\x23\xc0\xd4\x4c\x60\x56\x19\x30\x7d\x23\x90\xee\xc0\x58\x81\xcc\xdd\xc0\xbc\x37\x40\xc6\x33\x5e\x87\xcc\x24\x60\x4d\x14\x90\xb3\x11\xd8\xb9\x11\xc8\xfb\x1e\x38\x7a\x05\x90\x7a\x2f\xa7\xcf\x02\x85\xcf\x81\x5b\xca\xcc\xad\xf2\xef\xea\x4f\xe6\xdf\x5b\xe4\x41\x28\x6e\x55\xdf\x2d\xe6\x17\xfe\x1b\xee\x61\xad\x35\xd0\x26\x0d\xf8\xa6\x08\x90\xfa\x83\xb2\x3e\x0f\x4b\x8e\x00\xd2\xfb\x52\xc5\x7b\x40\xed\x08\x30\x2f\x88\x6b\x26\xe7\x64\x03\x83\xfd\x81\xc2\x3b\xc0\x88\x1f\x81\x3c\x79\xae\x3d\x95\xe5\xfd\xd3\xb4\x00\x3b\x4b\xc6\x38\xb8\x5d\x66\x5c\x42\x80\x04\x98\xfe\x8c\xfb\xc4\xa4\x80\x73\xdc\x29\x3d\x80\x8c\x46\x60\x96\x54\x1e\xa6\x00\x69\x29\xc0\xd2\x06\x60\x96\x1a\xb0\x4e\x17\x98\x75\x07\xd8\x31\x18\x48\xfb\x15\x38\xe4\xc8\x38\x87\xd3\xbf\x02\x99\x27\x38\xbf\x97\x33\x12\x78\xbe\xab\x05\xff\x92\x7a\x85\xe5\x40\xd6\x0f\xe2\x0b\xbe\x07\x31\x3a\xf2\x35\xdc\xc3\xfa\x05\xe2\xe9\x57\xc6\x75\xec\xb2\x7c\x7f\x79\x01\xd0\xf5\x08\xe7\x16\x54\x45\x2c\x93\xda\x01\x20\x77\x31\x28\x92\x97\x5d\xc3\x35\xb5\xe9\x29\x9c\x53\x6b\xe6\x3d\x48\x03\x6c\x57\x03\xc9\x86\xcc\x17\x13\xd7\x00\x4c\xe9\x0e\x24\xdc\x97\xfa\xba\x80\xf4\xb6\x22\xfd\x5f\xe2\x5a\x20\xcb\xac\x85\xff\x20\xf1\x04\xcb\x43\x6a\x5f\x60\xc3\x7b\x60\xa6\x29\xb0\xab\x84\x6b\xe2\x8f\x2b\xb1\x6d\x95\xee\x71\x5a\x77\xe0\xee\x1a\x20\xe3\x04\xf0\xee\x44\xcb\xfc\x5b\xf3\x40\x9c\x16\xeb\xfa\x65\xf9\x5e\x19\xef\xc5\xbe\x9d\xa2\x3c\x88\xa7\xfd\x56\x59\x9f\x87\x7d\x3c\xca\xf2\xdd\x15\xb2\xae\x9a\x23\x00\xb9\x3b\x40\xd1\x1f\x40\xe7\xc7\x7c\x8b\xe8\x79\x83\xf5\x4f\x43\x02\xcc\xd8\x04\x0c\x32\x07\x52\xb2\x01\x43\x37\x20\xa9\x0d\x60\xaa\x08\xc4\x8f\x04\x26\x84\x00\xf1\xdb\x00\x17\x15\x20\xd6\x1d\xf0\x71\x61\x1b\x19\xda\x04\x44\xd9\x01\x71\x01\x8c\x0f\xc8\xac\x03\xe2\xc7\x03\x25\x2f\xb9\x5f\xc2\xd2\x5d\x40\x7c\x2f\x60\x6d\x0a\x90\x50\x07\xec\xce\x01\x12\x7d\x80\x13\x1a\x40\xfc\x43\xe0\xe2\x18\x20\x39\x17\xb8\xe7\xcc\x55\x1f\x1f\x73\xbf\xc4\x7f\xc8\xf8\x10\x64\xb8\x87\x86\x75\x9f\xeb\x43\x73\xbe\xbb\x15\xef\x85\x2c\xcf\x59\x25\xd6\xf3\xcb\xf2\xbc\xa5\x43\x79\x2c\xbc\x0e\xc8\x1f\x60\x9b\xa6\xac\xc2\x72\x2d\x3d\x77\x93\xcb\x00\xad\x05\x8c\xf7\x18\xee\x02\xc4\x5c\x60\x5c\x61\x4c\x7f\xc0\x5a\x1e\x08\xf3\x63\xbb\x19\x5e\x01\x78\xe4\x01\xa1\xdb\x80\xa0\x3c\x20\xcc\x0e\x88\x55\x04\xc2\x35\x80\xf4\x67\x40\xc8\xaf\xc0\xdc\x3b\x40\xe8\x6d\x60\xc9\x1d\x20\x22\x08\x58\xf3\x1d\xff\xfd\x8e\x0f\x40\x58\x18\x73\x7c\x45\x3a\x00\x97\x2a\x81\xb8\x7b\xc0\xfd\xcc\x2f\xfb\x61\xf8\x8b\x3c\xf7\xb2\x7e\x18\xad\xf9\x4f\x0e\x98\x7d\xae\x0f\x5b\x44\xbe\x8f\xff\x86\xff\x28\x15\xeb\x96\x9b\xf3\xdd\x5d\x81\x4e\x09\x40\x92\x84\xed\xe8\xb4\x6d\x9c\x53\x8c\x1c\x00\x0c\x7c\x0f\x84\xe8\xb1\x9f\x11\x18\xc4\xe7\x88\x74\xef\xa5\x7e\x45\x40\x14\xe0\xa6\x01\xf8\x4d\x63\x3b\xe1\xeb\xcb\xe7\x46\xe0\x6d\x20\xdd\x19\xf0\xb7\x60\xcc\xa0\xf4\xae\xb1\x64\x27\xe0\x77\x96\xf9\x72\x7c\xf5\xd8\xb7\xf1\x5d\x00\x1c\xeb\x03\xf8\xb7\x03\x7e\x39\x0c\xf8\x1d\x00\xfe\x7c\xc8\x5c\x2b\xd2\xf9\x7a\x3f\x07\x84\xaa\x4f\xfa\x80\x88\x78\x00\x59\xdf\x97\xd6\xbc\x17\xff\xad\xef\x89\x0c\xff\xd1\xdc\xf7\xe3\x8f\xcf\xd7\x21\x55\xc4\x57\xc5\x7b\x01\x5d\xf6\x00\x11\x95\x80\x6a\x08\x10\x1c\x05\xf4\x7b\x0f\xf8\xab\xb3\x5c\xf8\xcc\x04\x46\xeb\x72\x1d\xbc\x75\x13\xe0\x51\x07\x8a\x88\x79\x8f\x06\x02\x9c\x80\xc9\x12\xd6\x11\x4f\xa9\x8d\x2c\x06\x3c\xb6\x30\xe6\xd0\x5d\x7a\x5e\xec\x00\x3c\x16\x32\x76\xcf\xcd\x10\xd8\xa3\x00\x78\x1c\x00\x4e\xc6\x31\xff\xc3\x2f\xd1\x80\x47\x15\x70\x4f\x60\x8c\xa6\x54\x1e\x5c\xb6\xf3\xbc\x27\x89\x7c\x28\x13\xed\xc4\xbc\xbf\x8c\xf7\xe2\xff\x98\xf7\xaf\x12\xbb\x2e\x57\xb4\xe1\xb1\x35\x0e\x46\xc6\xfb\x90\x20\x66\x29\xa4\xf2\xdd\xc6\x18\x08\x34\x64\x7e\x25\xe9\x3e\xf6\x91\xbe\xef\x33\xe6\x55\x72\x9b\x0f\x18\xde\x00\x9c\xbb\x31\x8f\x90\x83\x0b\xeb\x87\x73\x0a\xe7\x46\x1d\x36\xf2\x3a\x38\x35\x00\xe9\xc7\xf9\xe7\x12\x4d\xc0\x41\x17\xa8\x5a\x05\xd8\xac\x63\x5e\x10\x5b\xad\xcf\x79\x20\xec\x1a\x81\xcb\xb1\x80\xdd\x2a\xe0\x9f\x35\x80\xad\x21\xfb\x91\xe3\xf7\xfe\x67\x1c\x84\xac\xef\x49\x6b\xfe\x93\x8d\xe2\x7e\x7f\x81\xff\x50\xfa\x5c\x1f\x64\xf8\x0f\x59\xdf\x8b\x59\x62\x76\x46\xc6\x7f\x21\xcb\xfb\x7b\x1d\x04\xda\x6b\x01\xae\x6f\x00\xe5\x8f\x80\xe3\x47\x40\xf2\x11\xb0\xfb\x07\xd0\x91\x00\x36\x97\x81\xb1\x6b\x98\xa7\xc4\x2e\x01\xb0\xd6\x05\x26\x67\x30\xd6\x32\xa2\x14\xb0\x0a\x00\x66\xd5\xf0\xcf\xd2\xb3\xc8\xc2\x01\xa8\x0a\x02\xc6\x0d\x01\xd6\xfb\x03\x66\xbf\x03\x7b\x2d\xf8\x0c\xfa\x49\xc4\x68\xfe\xf6\x1e\x18\x97\x0b\xdc\x77\x06\x4c\x03\x00\xe1\x74\x0b\x0e\x62\xe8\xde\xcf\x71\x10\x5f\xe3\x3f\x59\xfb\x0b\x8f\x32\xfe\x13\xd9\x6d\xb1\x35\xfe\xa3\xc8\x9a\x47\x59\xde\x3b\x55\xc4\xcf\xc5\xa4\xf1\x18\x20\xe6\x8f\xdd\x73\x19\x07\x62\x57\x03\x74\xda\x02\x8c\x5f\x03\xf4\x5a\x03\x8c\xeb\x03\x0c\xdc\xc1\xef\x2d\xf5\xbf\xcd\xd6\x32\xc7\xc7\xe8\x72\xe6\x3c\x19\xed\x09\x44\x75\x04\x0c\x2f\x32\x07\x90\xc1\xaf\xbc\x0e\x86\x07\x81\x65\x6a\x80\xde\x5b\x60\x83\x0b\xa0\xdb\xc0\xbd\x1e\x75\x44\x1f\x60\x78\x36\x70\xf9\x0e\x30\xcc\x97\xd7\x61\xf0\x52\xe0\x83\x02\x30\xe0\x0e\xcf\x5b\x52\xcb\x63\x9f\x86\xcf\x79\x0f\xb6\x87\x7e\x2e\x07\x32\xf6\xcc\x1a\x11\xcf\x50\x79\x99\xc7\xe6\xfe\x2f\x9b\x3e\x97\x83\x2f\xf8\x2f\x44\x1c\xa2\xef\x36\x1e\x9d\xc5\xf5\x35\x17\x9f\x3f\xb6\x0d\xd0\xfd\x3e\x9f\x19\x9a\x00\xf4\x2e\x02\xba\xd1\x80\x7e\x19\x60\xa5\x09\x0c\x33\x60\xce\x10\x1d\xf0\xbd\x6b\xa8\x84\x7d\x0e\xed\x3e\xc0\x9c\x0a\x60\xe0\x76\xf6\xe1\x07\xf4\x01\x36\x9c\x00\xfa\xd5\xb3\x3c\x48\x7d\x59\xe9\x3a\x68\xa4\x32\x37\x98\x7a\x0f\xe0\xfe\x76\xa0\x4f\x2f\x40\x68\x0f\xf4\x14\xf9\xf6\xa4\xb6\xfb\x53\x1c\x44\xbd\x05\xbf\x57\x6b\xfe\x13\x19\xfe\xa3\x32\x8c\x47\x19\xfe\xa1\x54\xc4\xd7\x7d\x81\xff\x10\xfb\x4b\x35\xe3\x1f\xe6\xf3\x38\x45\xd4\x23\x3b\xd1\x3f\x33\x11\x79\x41\x74\xb7\x01\x1d\x9e\x00\xda\x7b\x80\x9e\xb9\xc0\xc0\x62\x60\x58\x0c\xa0\xa5\xcf\x38\x6c\x89\xf4\xde\xb1\x85\xb9\x31\xc3\xca\x01\xb5\xdb\x40\xea\x49\xa0\x77\x28\x30\x7b\x1a\xa0\xfa\x33\xb0\x64\x34\xd0\xc3\x01\x58\x13\xc0\xfc\x16\x52\x99\x56\x54\x01\x8e\x97\x01\x8a\xa7\x80\xcb\x66\x80\x42\x31\x70\xaf\x16\xe8\x9a\x09\xbc\xb9\x03\x28\x28\xf2\xbc\x5b\x8f\xcd\x7a\x20\xeb\x2a\xdd\x0a\xff\xd1\xac\x07\xa2\x5f\x51\x68\xff\xf9\xfc\x9b\x71\x40\xa2\xbd\x9d\x2a\xda\x4f\x7f\xf1\xbc\x70\x3d\xc1\xa3\x8d\x88\x03\x19\x29\xea\x8d\x96\xa8\x87\x6a\x3b\x01\xa5\x7a\xa0\xd7\x1d\xbe\x9f\xf5\x58\x05\x8c\x0d\x07\xba\x6f\x03\x1c\x1b\x19\x83\x19\x98\x0b\x74\x3a\x09\x24\x9a\x01\xed\xe7\xf1\x99\xd4\xbe\x3d\xb0\x28\x04\x68\x37\x1e\x58\xf5\x00\x68\x23\xdd\xd3\x7d\xdc\x23\xf1\x88\x18\xe1\x38\x27\xee\xdd\x2d\xb1\x83\xfc\x33\x51\xf6\x3f\x34\x02\x72\x45\x80\xe0\x0c\xc8\x1f\x67\x3f\xfb\x6b\xf8\x8f\x25\x22\xde\x69\x9e\x78\x0e\xc8\xf0\x1f\xb9\x16\x9f\xcf\x3f\x41\xe4\xdf\x8a\x96\xb4\xa5\x3c\x8e\x8c\x07\xc5\xcb\x80\xbb\xd6\xdb\x9f\x6b\x4b\x9a\x61\x2e\x69\x47\x51\x26\xbd\xef\xda\x51\xd4\xa4\x4f\x32\xe3\x0b\xba\x74\xe9\x10\xdb\xa9\x2b\x20\x3f\xa1\x63\x37\x8d\x0b\x40\xdb\xd0\x8e\x8a\x46\x14\xe9\xed\xd8\xd9\x86\xe2\x8a\x1d\x7c\x7c\x29\xb2\xd7\x61\x78\x1c\xc5\x5f\xda\x7b\x65\x53\x84\xb3\xbd\x32\x57\x84\xc9\x7d\xc3\x9d\xa1\xe5\x1c\xb6\x52\x85\x75\x9b\x05\x87\x28\x42\xd8\x26\xfa\x8c\x68\xdb\x7e\xe7\x3d\xcb\x7e\x2c\x9e\xed\x82\xe8\x33\x0a\x1b\x5a\xc6\xd6\xf8\x8f\x25\x7d\x5b\xcd\xdf\x8c\xf1\x3d\x39\xce\x3c\x8f\x19\x4d\x72\x14\x77\x4b\x78\x26\x4f\x27\x6d\xd4\x8b\xae\x94\x85\x0b\xfc\x93\xf1\x21\x5e\xc5\xdd\x29\xaf\xe9\xe0\xa5\x44\x9a\x61\x59\xdf\x83\xa2\x5f\x86\x8d\x3d\x48\xa2\xb4\x6e\xaa\x92\xc7\xae\x60\xd0\x4b\x44\x66\xf5\x6e\x2f\x4f\xc8\x88\xde\x9d\xd5\x69\xad\x7b\xab\x8f\xa0\x38\x75\xaf\x36\xb6\xff\xf2\xe8\x4b\xf1\xfc\x9e\x06\x1c\x39\x57\xfd\x29\x87\x64\x49\xe5\x75\x19\xed\xa1\xf2\x24\xae\x80\x52\x5e\xb8\x95\xfe\x5d\xf1\xe8\x41\x9a\xb7\x62\xf0\x69\x8a\xac\x29\x04\x5e\xa7\x88\xa8\x42\xde\x23\x8a\xd3\x76\x8b\xe6\xf9\x77\x6e\xcb\xf9\x4d\xf9\xc5\xd2\xb1\x46\x94\xa1\xc5\xe9\x5c\x7d\x5f\xf6\x67\x1b\xca\xbf\x14\x4b\x3a\xd1\xd3\xf2\x8e\x74\x21\x4d\x99\xe1\xaa\x48\xf8\x85\xb8\x02\x25\x3a\x41\xa3\x9e\xab\xd0\xfe\x07\xbe\xec\x45\x78\x10\xef\xe7\x6a\x54\x0f\xec\xdc\xc4\x78\x09\xeb\x26\x4d\x7a\xab\x51\x17\x39\x4b\x35\xb8\x76\x00\x89\x8a\xea\x72\x6d\x92\x07\xb9\x89\x83\x45\x89\x1b\xa4\xd9\x91\x2a\xb6\x06\x25\x68\xd0\x93\x07\x2d\xe1\x7a\x3d\xed\x39\x36\x14\x3f\x1b\x68\xe9\x43\xbc\xcb\xda\xca\xac\xaa\x03\xf7\x65\x52\xe4\x74\x60\x08\xf3\x56\x6b\x25\xad\xa0\x1d\xd1\x3a\xc2\x75\xbc\x9a\xf5\xbc\x0e\x92\xdc\x53\x14\x39\x54\x9b\x76\x95\xe2\xfb\x6a\x6a\x7f\x53\x9c\x5e\x3d\xe9\x03\x61\xc1\x7a\x89\x7c\x20\xcc\x8b\xb2\xe4\xa8\x1c\x45\x33\xe7\x2b\x31\xfe\xa5\xf0\xa2\x12\xc5\x25\x73\x32\x79\x1f\x9b\x79\x60\x7a\xf6\xe5\x3e\x20\x8f\xd4\x8e\xb2\xfc\x73\x74\xd9\xdb\x44\x9b\x2c\x9f\x8b\xca\x10\x3a\x59\x26\x36\x0c\xa7\x28\xe0\x58\x65\xe6\x0d\x19\xee\xa2\x47\x6f\xab\xe1\xa8\x4f\x63\xb7\x43\x46\x62\x1f\x14\xb1\xcc\x17\x46\xfa\x9d\x19\xa7\x51\x29\xa1\x33\x78\x84\x0b\xc7\xed\x47\x6c\xe4\x3a\xf7\x11\xae\xde\xf4\x0a\x23\x56\xc7\x14\xb2\x64\x71\x85\xa1\x61\x43\xc9\x3d\xe9\x68\xb0\xbc\x9a\x24\x54\xef\xbb\x4d\x94\xa7\xd0\x31\xda\x4b\x31\x04\x1d\xab\x13\x34\xff\x61\xe7\xb8\xb6\x62\x58\xa7\xbf\x68\xc7\x86\x04\xbd\x26\xb9\xd0\x16\x71\x52\xcc\x8b\xb2\x60\x49\x57\x3a\xe1\x8a\x36\xab\x50\x56\x2c\x77\x4a\x6f\xaa\x0a\x9e\x69\x27\xa1\x13\x40\xc6\x03\x13\xb9\x86\xf1\x20\xc1\x13\x75\x68\xbe\xde\xb6\xba\xe4\x21\xb8\x9e\x30\x24\x2d\x9d\x58\x6a\x28\xd6\xb9\x8e\xa2\x13\xd6\x68\xf8\x18\x42\x90\x0e\xdc\x68\x42\xd5\xcb\xaa\xeb\x4d\x29\x9b\x29\x6f\x6e\x2e\x7a\x64\xe6\xa9\x3c\x8e\xcb\x65\x3c\xcc\xb8\x5c\x09\x21\xc7\x2c\x8d\x0c\x49\x52\x2c\xa9\x3e\x03\x18\xe7\xe4\x49\x79\xbb\x71\x43\x18\x93\x6a\x89\x99\x8f\xf8\xf3\x73\xe9\x4d\xcc\xe2\xb8\x7e\xd5\x6c\xff\x3a\x5a\x1f\xd3\xc9\xbb\xc9\x46\x9b\xec\x3f\x4e\xcf\x19\xdb\x70\x99\x32\xcc\x63\xe5\xef\x12\x8e\x6c\xd4\x65\xae\xeb\x1e\xb1\x91\xf5\x43\x7f\x0c\xe1\x1f\xf6\xf7\x24\x4f\x20\xd7\x44\x93\x10\xe6\x69\x47\x99\x95\x23\x49\xc2\xfd\x81\xa6\x06\xeb\x91\x9e\x07\x4f\x37\xe2\x2c\x79\x03\xe3\x04\x5c\xe3\xb8\x5f\x8e\x9d\x84\x71\x21\x96\xe0\xf9\x19\x5f\xb5\xa4\x3c\xc7\xd0\x46\xe6\x7f\xe9\xe7\x32\x81\xec\x8a\x62\xf0\x44\xca\x97\x61\xb7\xad\x98\xbf\x98\x24\x7a\xec\x36\x8f\x14\x18\x9f\x21\xe1\x44\xb8\x5d\x23\x77\xe6\xb1\x77\xb6\x0e\xe4\x9f\x3d\x08\x7b\x69\x37\x35\x2c\x93\x7f\x4e\x21\x0d\xb3\xaf\x2c\x24\x4d\xb6\x2f\x64\xe6\x78\x3b\x09\xe3\xa4\x6c\xde\xef\xa4\x37\xb4\x39\x7e\x94\xf2\xbf\x13\xba\x37\x92\x64\x8e\xdf\x75\x93\xd6\xc7\xda\xe0\x11\xc5\xef\x3f\xef\x1b\xf4\x05\x0f\x4e\x83\x01\xe5\x79\xa7\xad\x60\x1c\x4c\x68\xd8\x58\x42\x94\xcb\xfa\x21\x79\xdc\x60\x9c\x80\x0c\x07\x63\xbd\x66\x22\xd7\x77\xde\xe2\x6e\x15\x32\x1c\xcc\xc0\x0a\x7b\xba\xa9\xf5\xba\xcf\x38\x82\x2e\xc6\xce\xe2\xc9\xe4\x26\xca\x83\x9b\x18\xb9\x70\x7b\xa0\x40\x2b\xe9\xb9\x45\x93\x98\x03\x3c\xd6\x1b\x90\xa4\x78\xd8\x58\x92\x6f\xe6\x39\x99\x39\xb8\x3c\xaa\x83\x29\x63\xe4\x59\x9f\x44\x6f\xea\x99\x9d\x4b\xfa\xe4\xb1\x8d\x7d\x7c\x8f\x09\x2b\xbd\x78\x87\x36\x6d\xe4\x71\x3f\xf9\xc0\x2e\xe5\x3f\x53\x1e\xc8\x55\xeb\x57\xca\x87\x38\x6f\xbb\x4f\xf8\x11\xc7\xbe\xaf\xa9\xf2\x9e\xfb\x06\xa5\x57\x18\xd1\xa7\x52\xdc\x58\x5f\x63\x3e\x98\x12\x0e\x22\x42\x99\xb3\xcd\x01\xc6\xd6\xb4\x4e\x93\x77\x4e\xa4\x7d\x74\x6e\xe2\x2e\x25\x13\x0f\xf1\x3c\x65\x38\x18\xe3\x1c\x57\xda\xdf\x61\x1f\x3d\x68\x17\x35\x3e\x78\xd0\x03\x7a\x6c\x64\xdc\x44\x3b\xb3\x29\x62\xdf\x03\x19\x0e\xc6\x3f\x8e\x4f\x22\xbf\x3a\x25\xd2\x6f\xbf\x23\x9a\x64\x79\xfd\x5d\x99\x61\xc9\xff\x84\xa5\x37\x7f\xce\x85\xbe\x39\xe0\x66\x20\x59\xb0\x00\x49\x1c\xe5\x2d\x03\x16\x70\xde\x3f\xa0\x66\x3e\x9d\x40\xfe\x7b\xab\x49\x6f\xfc\x5c\x36\x46\xf2\xf7\xec\xa5\x7c\xa0\xaf\xe3\x09\x92\x17\x1f\x65\xd6\x0f\xef\xf2\x5b\x24\xc9\xde\xf7\x9f\x7d\xc2\x8b\x92\x1a\x6d\x4a\x9e\x71\x6c\x88\x25\x59\xa3\xc8\xf2\x09\x94\x6d\x0d\xca\x9b\x44\x1e\x8f\xf7\x0d\xe6\x83\x71\x9f\xeb\xb2\x1b\x9f\xe0\x60\xac\x94\x79\x7e\x32\x1c\x8c\x7e\x17\xee\xd6\x31\x48\xce\x77\x2a\xa8\x5b\x99\x2f\x69\x6f\xb7\x1c\x91\x17\xa6\x5b\x88\xe8\x51\x85\x8b\x11\xbf\x70\x39\x39\xca\xbb\x84\xbd\xe1\xbe\x51\x11\x0d\x8c\x8f\x8a\x68\x30\xa4\x27\x46\x9a\xf1\x4e\x84\xad\x62\x89\x8a\x5c\x12\x48\x75\xca\x11\x9b\xf8\xdc\x88\x34\xe3\xbb\x6d\xa4\x59\x09\xc9\x4b\x44\xc0\x32\x3a\x99\xc3\xd6\xae\xa1\x75\x0b\xdb\xbd\x8b\xe4\x3f\xcc\x82\x6b\x2a\x42\x9f\x70\xed\x51\xa8\x36\xf3\xe6\x04\x07\x3f\xa4\xf5\x0c\xac\x7c\x7f\x02\x48\x28\x67\x3d\x8e\xca\xb5\x23\xb6\x96\xe0\xd9\x8e\x54\xcf\xec\x53\xca\xf2\xeb\x39\xd8\x93\xea\x92\x1d\x0f\x33\x0e\x66\xbc\x1f\xef\x67\x6b\x1c\x8c\x8e\x55\x08\xdd\xcc\xb5\xf4\x38\x7f\xde\xd3\x20\x9c\xce\x97\x4e\x8d\x91\xe2\x8d\x43\xc6\x0b\x13\x23\xde\xec\xe2\x87\x32\x62\x31\x6e\x5e\x0f\x7a\x52\x9c\x9e\x16\xbd\x57\x5c\x8e\x01\xf9\x6a\xb1\xe2\x5d\x24\xae\xc0\x91\x7c\x99\xc4\xfb\xfe\xf4\x97\xf1\xc7\x18\x71\x11\xff\x30\x8d\x2c\x7b\xc2\x9a\x22\xc6\xcd\x44\x2f\x5e\xc7\x7f\xbf\x9a\x76\x24\xee\x6a\x3d\x65\xea\xe2\x82\x0e\x0f\xe5\xe7\x9d\x69\xc3\x23\xfb\x55\xd1\x8a\xf7\xc9\x0f\x89\x52\x7c\x95\x29\x7d\x3b\x47\xca\x6b\x86\x95\x8b\x38\x18\x6d\x4f\x9a\xa7\x97\x81\xaf\x15\xeb\x01\xa3\x0e\xbe\x86\x83\xd1\x5f\x1b\x49\x3f\x6b\x3f\x88\x24\x34\x8e\xfa\xf2\xa9\x14\xa1\x68\xe6\x85\x29\x8a\x17\x6f\x62\x32\x5e\x98\x54\xf1\x06\x92\x32\x8b\xfb\x80\xc8\xf0\x30\xa9\x9d\x58\x1e\x52\xf5\x0d\xc8\x0e\xa4\x1c\x1e\x47\x86\x73\xc6\x5d\x47\xba\xe3\xa4\xe6\x70\xbe\x7b\xc6\xb1\x28\x7a\xe3\x19\x4d\x33\x08\xd9\x98\x7a\xb3\x70\x3c\x8f\xcc\x89\x3a\xb3\x7c\xe5\x76\x7e\xee\xe6\xb1\xf4\xfb\xad\x07\xc8\x52\xa7\x6c\x39\x45\xeb\x33\xdd\xfd\x32\x65\x64\x93\x33\xef\x32\x23\x92\xc9\x23\x03\x20\xdc\x67\x0a\xd9\xc5\xa0\x17\xcc\x6f\xe4\x6b\x15\x44\xe8\x21\xf7\x4e\xad\x70\x30\x0d\x9c\x65\x36\xbb\x19\x45\xf8\x5a\x19\x0e\x66\x78\x5e\x0c\xd9\x89\xfe\xcb\xe2\x68\xff\xfb\xf8\xc4\x53\x04\x4f\x31\x3c\x91\xd6\xa3\x4d\x4e\xeb\x3e\x49\x99\xe2\x39\x91\x25\xe1\xbe\x0f\x59\x8d\x3d\xd6\xf0\xcf\xbc\x0e\x99\x67\xf4\xc9\xc7\xcd\xd8\xc2\xf2\x90\x51\xc7\xb8\xda\xac\xbb\xbc\x0e\x99\x71\x11\x24\xef\xd9\xb9\x29\x64\x5f\xb2\xdc\xf2\x98\x4f\xc6\x77\xc1\x32\xfe\x7d\x2d\x49\x6e\x96\xc3\xc6\x20\x7e\xde\x77\x14\x4b\xcb\x0c\x3c\x21\xf2\xc6\x5c\xa0\x1d\x9d\xd5\x70\x93\xf8\xc8\x18\x17\x13\x72\x24\x90\xce\x7b\x3f\x9d\x10\xf2\x07\x3c\x3f\x44\x50\x76\xd4\xf9\x09\xb3\x0b\xd8\xd4\x4c\x25\xef\xcd\x5a\x2b\x96\xbc\xba\xb1\xca\x8c\xfb\x31\x88\x4b\x24\x3b\x32\x54\x92\x44\x7e\x91\xa6\x06\xcf\xb7\xe7\x93\x19\xf4\xbc\x2e\x2e\x19\x94\x6d\x6f\x5b\x90\x25\x56\x2e\xe5\x88\xfa\x21\xc3\xc3\x14\xbe\x96\x27\x7e\xb8\xd9\xaa\x2a\x64\xc7\x66\x2b\xb3\x5e\xe4\x37\xe9\xd3\x9d\xa5\xb0\xab\x19\xad\x58\xc1\x5e\x3b\x35\xfe\x9c\x37\xd9\xc9\x39\x56\xe1\x37\xf1\x29\x4f\x8c\x5e\x36\x69\x64\xe1\x96\x79\xa4\x5f\x85\x3f\x54\x11\xce\xb6\xf0\xea\x7a\x5a\x9f\x82\x89\x3b\xb9\xcf\xd2\xf8\x06\xd2\xd8\xbc\x2b\xe7\xc8\x42\xe5\x85\xfe\x4e\x3b\x99\x97\xf3\xd7\x3b\xc0\xff\x72\x24\xeb\xc1\xd9\xff\x8c\x83\x19\x5f\xce\xfd\x82\xcc\x25\x49\xf4\x57\xa3\x0c\x66\xd0\xfc\x74\xd7\xa5\x91\xfd\x1f\x34\x2c\x8d\x4e\x7b\x0d\x09\x5b\x2d\xe5\x7e\x99\x64\xad\x3a\xc6\xc9\x22\x95\xb2\x79\x7f\x0d\x0f\x53\x2a\xa8\x9c\xe1\x91\x3d\xf0\x52\x41\x9f\xde\x77\x7e\x27\xf3\x74\xfe\x9c\x1d\xed\x5f\x49\xd3\x64\x9a\xff\x3c\xf3\x50\x65\x7c\xc2\x13\x33\x6f\x0a\x9f\x1b\x25\x35\xcc\x27\x35\xcf\x68\x99\x11\x3e\xe9\x9f\x54\x5a\xb7\x93\xfc\xb0\x52\xe7\xa3\x74\x8f\x29\x29\x3b\x4b\xe7\xc6\x9c\x84\x2b\x74\x9f\x63\x5c\x8c\xf7\xaa\x68\x9a\x97\xdb\x9a\x18\x92\x46\xe7\xa6\x24\x92\xba\x49\x0e\x8c\x0b\xb1\xcc\x4e\xa5\x08\xf5\x18\xe3\x34\x8a\xe0\x19\xfc\x98\x41\xf2\x3e\xec\x71\x26\xdd\xea\xb4\xf4\xb2\xd9\x8b\xd7\xc9\xa1\x7f\x57\xfc\x96\xd9\x39\xe4\xcd\xe7\x3c\xfc\x7c\xde\x0b\x44\x05\x59\x24\x46\x26\x2a\x86\x76\xa4\x23\x47\x86\x87\x59\xac\xc0\x7a\x51\x21\x18\xd0\x93\x17\x4b\x4c\xe9\x8d\x2a\xf4\xd9\xe3\x5a\xf4\xdc\x83\xc6\xf2\x73\xa1\x64\xb1\x2a\xce\x30\x33\x93\x8c\x27\xa6\xe2\x1d\x77\xec\xa9\xb8\xb0\x94\x4e\xbe\x0a\xf7\x6f\xe8\x9b\x9b\xfb\x27\x3d\x39\x44\xeb\xbc\x48\x72\x82\x34\x7d\x41\xd3\x2f\xa4\x77\x0b\x3a\xde\xda\xf7\x29\x1f\x4e\x0a\x45\xee\x5b\xf3\xe1\x98\x9a\x67\x90\xbf\xd9\x8c\x83\x11\x38\x02\x33\x54\x92\x4f\x76\xb4\x9f\xc3\x6c\x5a\xb7\x5e\x41\x73\xe8\xef\xba\x8d\xe0\x5d\x91\xab\x60\x7e\x98\x4f\xf0\x30\x22\x6f\x92\x0c\x0f\x53\xd5\xd0\x91\xf6\xa5\x5a\x8d\x6f\xa0\xd5\x6a\x5a\xa4\x41\xd5\x25\x7c\x23\xa9\x36\x33\x25\x79\xa8\xee\x6c\x4b\x12\x56\xb5\xd1\x9d\x24\x6a\xd9\x37\x81\xb4\x33\xd5\xae\xb1\x74\x5f\x58\x7a\x65\x26\x9d\x13\xd5\x2a\x73\x07\xf3\x73\x99\xa9\xa3\xaa\x61\x15\x3d\x6f\xe9\x98\xcd\xe4\x9f\x2f\x0b\xde\x47\x71\x88\x65\x9b\x7e\x22\x46\xaf\xca\xb0\xf3\x64\xb1\x2b\x7f\x6d\x4a\xfc\x92\x0f\xc7\xc6\x9c\xfb\x80\x59\x22\x97\xfc\x87\xb1\x4f\x18\x7d\x64\x1c\xc9\xf3\xd5\x2f\xe7\x55\xd7\x7e\x57\x42\x0b\xd3\x6f\x04\xf7\x49\x52\x3d\x34\x9f\xd6\xad\xd3\xda\x32\xae\xc0\x39\x5b\x2e\xe2\x45\x2b\xc5\x48\x45\x33\x1e\x46\x8c\x60\xc8\xf0\x30\x75\x96\x8c\x97\x5b\x59\xd6\x9f\x2c\x53\x5d\xa2\x2e\x9d\x83\xb5\x45\x8c\x6c\xae\xcb\xb2\xa1\xb1\xb6\xd0\x8d\xec\x65\x4d\x23\x77\x30\xac\x7b\xca\x08\xbe\xba\x65\x33\x69\x7d\x6a\x73\xf9\xdc\xa8\xd3\x64\xff\xb2\xf6\x74\x0d\xbd\x69\xcd\x33\xe6\x5b\xab\x6d\xb3\x97\x4e\xb6\x9a\xdf\x8f\x51\x5c\xa3\x26\x81\x73\xbb\x2b\xe6\x4a\xcf\xd1\xf3\xe7\x01\x25\xad\x4f\x70\x0f\x87\x00\x85\xba\x16\xdc\xc3\xde\xb1\x40\xf7\x1f\x5b\x78\x0e\x36\x35\x49\x7d\x03\x60\xed\x30\xa0\xd7\x0e\xe6\xa2\xe8\xf7\x14\xa8\xb9\xc4\x79\xcc\xca\x4d\x80\xf4\x46\x56\xf1\x4c\xba\x66\x40\x59\x2d\x30\xe2\x29\x50\x9c\x01\x8c\x29\x06\xe6\x26\x71\x9e\x62\xf6\x3e\x8e\x4b\xe7\x2b\x73\x3e\x8f\xf0\x0f\xba\x40\x6e\x2c\x10\xac\x00\x64\xec\x06\xa2\xd6\x01\xe9\x22\xf7\x77\xae\x78\xd2\xe4\x47\x03\x25\x8a\x40\xce\x7a\x60\xa1\x0a\x90\x1f\x05\xd4\xde\x06\xf2\xca\x80\x0d\xea\x40\x41\x09\xb0\x3b\x02\x28\x5a\x07\x1c\x3b\xc6\x31\xdd\x0b\x66\x9c\x13\xbd\xfb\x43\x4b\xfe\xbf\x64\x37\x20\x28\xb7\xf4\x81\x68\xdc\x05\x74\xd1\x05\x4e\x1c\x04\x3a\x3b\x03\x3f\x5c\x00\x3a\xe9\xb6\xe0\x1e\x76\xd4\x00\x9d\xf3\x80\xad\x96\x40\x17\x03\x60\xb3\x33\xa0\x9c\x02\x48\x7d\x36\xa9\x5e\xd7\xad\x07\x7a\xef\x01\xaa\x94\x18\xff\x20\xdd\x7d\xe9\x8d\xa5\xfc\x30\x30\x7c\x35\x20\x95\x1e\xbd\x26\xa0\x78\x32\xf3\xfb\xe7\x6b\x4b\x6f\x36\x40\xc1\x29\xc0\x76\x1a\x90\xb9\x95\x6b\x4b\xa5\xd2\xe8\x29\xe6\x3f\xa4\xfb\x9d\x71\x01\x88\xd2\x02\xd2\x12\x80\xf8\xb0\x96\xbe\x07\x99\x7d\x81\xd9\x7f\xf2\xb8\xf0\x04\x90\x33\x1b\xa8\xbd\xd4\xc2\x7f\x90\xe3\x0c\xec\xda\x2e\x3d\x0d\xb8\x9e\xb3\xc0\x10\xb8\xa8\x0e\x94\xaa\x02\xf7\xf3\x80\x79\x83\x81\x0f\x13\xbe\xec\x83\x71\x56\x01\x68\xf7\x84\x73\xc4\xed\x26\x00\x87\x8a\x18\xf7\xf0\xdd\x76\xa0\xc3\x70\xa0\x3e\x1b\xe8\xb0\x18\xf8\xb6\x03\x20\x6f\x0c\xac\x1d\x01\x48\x6f\xea\xad\xfb\x3c\x2c\x19\x0e\xf4\x99\xd8\x82\x7f\x28\x7e\x0a\x68\xdf\x03\x0a\x2f\x72\xcc\x59\x6a\x55\x46\xba\x01\xb9\x8d\x80\xe9\xdf\x40\x56\x03\x20\x75\x6f\xd2\xc3\x00\x07\x75\x40\x2a\xdb\xee\x7e\xc0\x4c\x25\xc0\x4f\xc2\x38\x80\x70\x9f\x4f\xfa\x1e\x24\x03\xb3\xf2\x98\x1f\x61\x76\x03\x90\xb6\x88\x79\x41\xd2\xab\x00\xa9\xfc\x67\xd8\x00\x1b\x8e\xf3\x7a\xee\x9e\xc9\xeb\x26\x95\x87\xdc\xfd\xc0\x2f\xca\x40\xa1\x1a\x70\xef\x0e\x90\xdf\x03\x78\xe3\x07\xe4\x8c\xf9\x9c\x07\xe2\x54\x08\xf7\x3f\x39\x7a\x96\x79\x30\x9a\xfb\x1b\x48\x98\x0f\x63\xab\x19\x8f\x9b\x2d\x99\x27\xa4\x4e\xe0\xfe\x29\x32\xde\x87\xca\x85\xcc\x0f\x22\xe3\x3b\x28\xe9\x01\xf4\x9e\x00\xcc\x39\x08\x68\xbe\x03\x0a\xae\x00\x43\xc3\x18\x97\x61\x98\xcc\x79\xff\x51\x4d\x2d\xf8\x87\x99\xeb\x39\x96\x3d\xbd\x3d\xe0\xf2\x1d\x10\x77\x18\xf0\xba\xcb\xf5\xf0\x61\x46\x40\x7c\x5f\x20\xfa\x32\xe3\x14\x66\x96\x03\xc9\x27\x81\x42\xa3\x16\xfe\x83\xd4\x2b\xc0\x8a\xe3\xfc\x9c\xcd\xeb\x81\xf4\x7c\xe0\xfb\x14\xe6\x53\x38\xd9\x9b\xd7\xf9\xf2\x0f\x40\xd6\x53\xe0\x9f\x06\x20\xf3\x30\xf0\x06\xbc\x9e\xd2\x75\x48\x11\xf3\xde\xc7\xef\xf2\xfc\x9b\x71\x0f\xb2\x7c\x77\x2b\xdc\xc3\x3a\xf1\x96\x28\xcb\xf3\x56\xfe\xc2\xfd\x51\x16\x75\x05\xda\xf7\x00\x4a\xcf\x30\xdf\x81\x54\x0f\x55\x25\x2d\x7c\x07\x52\xab\x2b\x3d\x07\xa4\xdf\x2b\x95\x8b\xb4\xa5\x80\xb1\x2f\x90\x72\x82\x6b\x57\x93\xdd\x01\x9b\x44\x20\x41\x45\x7a\x23\x06\xa4\x97\x34\x0f\x17\x20\xae\x13\x10\xf2\x3d\x10\x3d\x1b\x98\x1a\x08\xc4\x34\x71\xee\x3c\x7e\x1d\x50\x18\xcc\xf9\xe3\x85\x71\x40\xc2\x16\xa0\x46\x07\x48\x0e\x04\x36\x3d\x03\x12\xae\x00\x7b\xb3\x80\x14\x3b\xe0\xa7\x15\xc0\xf4\x0b\xc0\x95\xed\xbc\x86\xff\x58\x02\x33\xd5\x01\x41\xba\xee\xdd\xb9\xfe\x5f\x86\x03\x68\xc6\x3d\x88\x71\xf6\x7d\x87\x78\x6c\xc6\x3d\xc8\x78\x2f\xbe\x82\x7b\x90\xe5\x79\x8b\x8b\x01\xf9\x73\x40\xde\x4d\xb6\xb7\x59\x17\x01\x95\xdd\xac\xef\x92\x5a\x20\xf5\x02\x30\x78\x01\xef\xb3\xf4\x3e\x19\xfb\x2f\x30\xa6\x00\x88\xf3\x00\xac\x12\x81\xd8\x1d\x80\xe3\x81\x96\x75\x88\x28\x05\x02\x33\x81\xf0\xd3\x40\xd4\x64\x20\xa2\x10\x48\x51\x6c\xe1\x3f\x88\x78\x0c\x2c\x68\x07\xc4\xdf\x04\x56\xcf\x05\xe2\x6d\x80\x6f\xff\x05\x62\xa7\x00\xfb\xd6\xb2\x6d\xfd\x49\x02\x24\x3c\x00\x7e\x2b\x04\x92\x74\x81\xa7\xd2\xf5\x52\x07\x3e\x9e\xfe\xa4\x0f\xc8\x0a\x31\xdf\xdd\x0a\xf7\xb0\x4f\x3c\xed\x76\x88\xdd\x01\x65\x79\xde\x6f\x8e\xfc\xe7\x75\x68\x9d\xe7\xcd\x4b\x63\xbe\xa1\x59\xb3\x01\xe5\x19\x9f\xf4\x7b\xd0\x02\x34\x8f\x00\xd3\x2c\x81\x61\x99\x40\x44\x13\x60\x54\x06\x44\xce\x07\xa4\xf7\xa9\x90\x61\xc0\xc4\x52\x20\xf4\x17\xa9\x4f\x0b\x84\x16\x73\xde\x5f\xd6\xff\x21\xd8\x8b\xe5\x21\x38\x0b\xc8\xdb\x0a\x04\x7c\x07\x94\x9e\x05\x42\xdb\x03\x35\x61\x40\xf0\x3a\xae\xeb\x0d\x35\x66\x6c\x9f\xf4\xd6\x2b\x5d\x87\x90\x69\xc0\x2f\x8f\x80\x69\xab\x81\xe7\xd1\x2d\xf8\x0f\x59\x1f\x10\x19\x1f\x82\xac\xdf\xc7\x81\x95\xad\xf4\xa1\x15\xef\xc5\x17\xf8\x0f\xb1\x5e\x59\xc6\x77\xd0\x9c\xef\x7e\xca\x78\xaa\x14\x0b\xa0\x73\x3f\x20\x6e\x29\xd0\xe3\x29\x10\xf5\x2f\xa0\x56\x0b\x84\xef\x00\xb4\x6d\x80\x80\xbf\x01\x9d\x46\xc0\xef\x35\x30\x7a\x17\xe0\x7b\x89\xf9\xa5\xfc\x06\x00\xce\xc9\x80\xef\x53\xc0\xf7\x38\xa8\x0a\x42\x2a\x13\xbe\xb1\xc0\x74\x5d\xc0\x27\x06\xc8\x6b\xcb\xb9\xf0\x85\x6b\x00\xef\x1d\xc0\x0a\x75\xc0\x47\x1b\xd8\xb4\x03\xf0\x7d\x0d\xec\x3f\x01\xf8\x65\x02\xa7\x72\x00\xdf\xbe\x8c\x8d\x0c\x70\x03\x9e\xd4\x01\x7e\x9a\xac\x0f\x3e\x3d\x45\xfc\x83\x88\x83\x90\xf1\x1d\x7c\xc1\x7b\xf1\x95\xbe\x27\xad\xf9\x0e\x9a\x79\x1f\xc4\xdb\x75\x33\xef\x83\x0f\x20\xbd\x4f\x4e\x3d\x01\x28\x3c\x05\xc2\x43\x18\x5f\xe8\xf7\x16\xe8\x97\x0d\x78\xc7\x00\x43\xbb\x00\x5e\x47\x80\x11\xba\xcc\x91\x23\xbd\x98\x4f\x9e\xc9\xb9\x7f\x8f\x6d\x8c\xa7\xf4\xcc\x02\x22\x26\x00\x1e\x8f\x59\x1e\xdc\xaf\xb3\x2f\xe1\x36\x13\x58\x20\xf6\xb7\xa8\x1d\x06\xb8\xd9\x02\x5b\xf6\x02\xee\x8e\x8c\x13\x73\x3d\x0d\x48\xef\x11\x6e\x12\xe6\x15\x73\x8b\xe4\x3e\x31\x6e\xb7\x3e\xe7\x81\x90\xe1\x20\xfe\xaf\x38\xa0\xaf\xe1\x3f\x4a\x44\xfe\x98\xd6\xbc\x0f\x71\xa2\x7d\x09\xac\x64\x7c\x9d\x74\x5f\x15\xde\x03\x93\x7f\x64\xfe\x07\x0f\x6b\x60\xe0\x6d\xc0\x63\x24\x60\x78\x01\x70\x1a\xc8\xbc\x20\xf6\x73\xb9\xff\x9c\xfd\x45\xf6\x27\x1c\xbd\x80\xf0\x27\x80\x7d\x07\x20\x39\x05\x98\xe4\xc7\xd8\x49\xbb\x8b\xcc\x03\x31\x69\x3f\x63\xd6\xa4\x77\x90\xad\x06\xcc\x15\x70\xf0\x1d\x60\x9f\x08\x9c\x8f\x05\xec\x0d\x81\x3f\x6c\x99\x4f\xe2\xd5\x27\xfd\x4f\x2c\x9e\x7e\x8e\x83\x90\xc9\xc1\xd7\xfa\x9e\xd4\x89\xeb\x21\xc3\x7f\x7c\xc1\xfb\x20\xae\x1f\x57\x5d\xb4\xe0\x60\xa2\x3b\xf2\xe8\x23\xf2\x28\xb8\x9d\x01\xda\x39\x73\x9f\x8f\x1e\x2e\x8c\x79\x91\xfa\x19\xb6\x4a\xc0\x50\x13\xee\xdb\x21\x3d\x4f\x27\x5c\x05\xc6\x5f\xe6\xde\x6b\xd2\xcf\x8e\x9b\x04\x04\xc9\x01\x96\x91\x6c\xeb\x2c\x4d\x58\x2f\xa4\x3e\x69\xf9\x33\x3e\x7b\x57\x9e\x05\xcc\x3b\x72\xce\xde\x2c\x14\x38\xbc\x97\x7b\x31\x49\xfd\x66\x8b\x05\xc0\x1d\x2f\xe6\x8d\x78\x55\x0e\x8c\xf3\xf9\x9c\xff\x62\xe8\x00\x31\xef\xff\x5f\xf0\x2f\xcd\x72\xd0\x0a\xff\x31\x6f\xaa\xa8\x0f\x32\x1e\x14\x91\xef\x22\x49\x8c\x3a\x85\x89\xf8\x42\x1f\xb1\x3f\x97\xd3\x00\x1e\x6d\x6e\x72\xee\x56\xfa\x5e\xbd\x97\x31\xde\x41\xea\x8f\x9b\xcd\x01\x0c\x1f\x00\xa6\x07\x00\xab\x1c\x60\xf4\x53\xc0\xd5\x1d\x18\x3d\x0a\x08\x72\x60\x3c\x44\xb2\x26\x30\xc2\x05\xc8\x1b\xc0\xbd\xb8\x16\xbe\x04\x46\xe8\x30\x46\xc3\x20\x13\xd8\xa6\x0c\xe8\xf5\x00\x0e\x36\x02\x3a\xab\x81\xb3\x0d\x80\xde\x13\xc6\x57\x0f\xd1\x02\x9e\x67\x03\x83\x55\x45\xfc\x47\x2b\x1c\xc4\x17\xf8\x0f\x71\xbe\x32\xfc\x47\xf5\xc0\xff\x2c\x07\x73\x63\x78\x6c\xcd\x7f\x11\x27\x46\x63\x9b\x71\x30\xe2\x79\xe4\x20\xae\x9f\xd9\x8f\x80\xdc\x08\x60\x74\x1b\x40\xb9\x3f\x30\xc2\x10\xd0\x68\x04\xf4\xce\x03\xc3\xbd\x00\xbd\x9b\x80\x99\x3a\xdf\x4d\x5c\xca\x01\xbd\x5e\x40\x88\x32\x73\x2e\x25\x7e\x03\x68\x4f\x04\x72\xdd\x18\x53\x54\x56\x0e\xf4\x7f\x08\xd4\xad\xe0\xb5\xdc\x3e\x1e\xd0\x3c\x0b\x1c\xaa\x01\x34\xeb\x81\xc6\x2d\x40\xbf\x1b\xcc\x0b\xa2\x2e\xf2\x48\xc9\x70\x1f\x2a\x0b\x3f\xc7\x41\x7c\xb5\xff\xcd\x7d\x51\x0e\x5a\xe1\x3f\x8a\x83\x3f\x97\x83\x66\x1c\x8c\xc8\x83\x32\x4d\xe4\xbf\xe0\x9e\xfc\x8c\x69\xc1\x27\x59\x9b\x51\xe2\xdf\xe9\x5c\x07\x3a\xd9\x03\x83\x72\x81\x9e\xd3\x81\x81\x5d\x19\x5f\xd9\x7f\x1b\x30\x26\x82\xb9\xc8\xa4\xba\x33\x60\x0c\x10\xb4\x11\x50\x4b\x07\xe2\xa3\x99\x9b\x2b\x37\x18\x50\xad\x06\x16\x46\x02\x3d\x8d\x98\xd3\xad\x67\x1e\xb0\x2d\x06\x50\x6a\x04\x0e\xde\x05\x14\x7e\x06\xce\xd6\x00\xdd\x0d\x80\xdb\xfe\x40\xf7\x95\xc0\xab\x20\x40\x31\x5f\xe4\xbf\xa8\xf8\x7c\x6c\x8d\xff\xa8\x13\xcf\xcd\xff\x2b\xfe\x43\xd6\x07\x47\x86\x7f\x90\xf5\x81\xf1\x15\xed\xa5\x8c\x07\x44\xd6\xdd\x60\xa4\x78\xbe\xf4\x13\xab\xf8\x24\xd2\x7b\x9b\x26\xd0\xdb\x81\xf9\x2c\x55\xb2\xb9\x9f\x94\xf2\xf7\x80\xed\x5f\x40\xf7\x4b\x80\xdf\x2b\xa0\x8b\x1a\x30\x6d\x0f\xd0\xa9\x91\xef\x5b\x1d\x52\x81\x05\x55\x40\xbb\x9b\x40\x8d\x05\x20\x1f\x00\x6c\xed\x23\x75\x08\x81\x83\xb5\x40\xdb\x81\xc0\x69\x91\xeb\xe5\xc6\x03\xc6\x24\xfd\x2b\x9d\x6b\x16\xf0\x5a\x17\xe8\xe0\x0d\x08\xab\x80\x0e\x06\x80\x60\xff\x09\xfe\x43\x64\x55\xfe\x02\xff\xd1\x9a\xff\xa2\x35\xfe\x43\x8c\x3a\x46\x8a\x38\x21\x19\xfe\x61\xb2\xc8\xe2\x6f\x2f\x62\x0e\xc6\x89\xd9\x2c\x7d\x71\x3d\xd4\x44\xfe\xbe\x6e\x79\x40\xc7\x78\xa0\xb3\x0a\xa0\xe6\x01\x74\xea\x0c\x18\x0d\x01\xe4\x3e\x00\x13\xf6\xf1\xdd\xc7\x4b\xe4\x60\x89\x11\x39\xdf\xd2\xc5\x2f\x99\x27\x7e\xc7\x0a\x1f\x1e\x37\x8b\xb2\xb7\xbf\x86\xc7\xd3\x0f\x78\xbc\x2e\xee\xe1\xe3\x65\x3c\xbe\x16\x7d\xc0\x0f\xa2\x0f\x20\x6c\xf8\x0f\xf8\x0f\x31\xeb\x24\xc3\x3f\xcc\xfe\x93\xc7\x6c\x71\x5d\x64\x38\xa8\x44\x31\xaa\x34\x55\xfe\xf3\xf9\x4f\x11\xd7\x4d\x86\x83\x19\x7f\x9f\xb3\x56\xdc\xb3\x1f\x18\xd2\x99\x47\x55\x31\x7a\xfb\xc9\x7f\xd9\xbd\x5e\xf1\xff\xd1\x13\xcf\x1e\x6b\x71\xf4\x12\x9f\x15\x6d\x2b\xbe\xc3\x72\x1e\x4b\x44\xcc\xc2\x72\x91\xab\x67\xa3\x38\xbf\xef\xc5\x67\x9f\x14\x7d\xe0\x6b\xe2\xde\xfe\x23\x46\x08\xdf\x89\x7b\xf7\x29\x1e\xe4\x6b\xf8\x97\xa2\xb7\x8c\x87\xc8\x11\xe7\x9b\x26\xda\x8b\x24\x09\x4f\x39\xa6\x88\xf1\x2e\xe1\x4f\xda\x51\xbc\xde\x57\xd2\x91\xe2\xfd\x1e\xcb\x3a\xee\x05\xe5\xbd\x3a\xd1\x5b\x98\x39\x74\xa6\xbc\xaf\xce\x4d\x05\x8a\x42\x6a\xd2\xed\x03\xe8\xbc\xb2\xfb\x22\x7e\xa2\x62\x60\x3b\x8a\x47\x2b\x14\xf5\x21\xdc\x87\xc2\x56\x7d\xfa\xe6\x6e\x4b\xc7\x13\x06\xa9\x5b\xbd\x17\xad\x87\xc2\x2d\xce\x88\x28\x18\x70\x05\x5d\xb7\x68\x8e\x7c\x76\x45\x35\xd9\xb0\xce\x79\x8c\x71\xeb\xb8\x71\x2f\xc9\x9c\x7c\xc2\x8f\x34\xb7\xf6\x72\xbf\xd0\xba\xc8\xbd\xbd\x4b\x79\x42\xb9\xd3\x9c\xdf\x6d\xd3\x97\x47\x8c\x20\xfc\x83\x01\xbc\x3f\x9d\x7f\xb1\xb8\x9f\x79\x47\xda\x52\x3c\x3e\xdd\xac\xdd\x12\x9e\x7f\x7b\x7a\x9b\xe8\x54\x05\xfa\x7d\xb8\x83\x22\x57\xe1\x9b\xa9\x10\x8b\x89\x9b\x84\x71\x12\x93\xd4\xfb\x50\xf5\xac\xc5\xc6\xde\x94\xff\x35\xb8\xd3\x87\xa2\x6a\x03\x2a\xfa\x91\xa5\x54\x9e\xab\x2e\xee\x9a\x44\x8c\x5b\xaa\xf7\x91\xa7\xbc\xac\xc6\xe8\x3e\x14\xb9\x93\x0c\x61\xdd\xd1\xe8\x60\x4d\xf3\xd3\x68\xf4\x22\x5b\xae\xa6\xc8\x91\x75\x35\x8f\x99\xb4\x67\x7d\x1f\x15\x91\x9e\xf4\xe9\xb9\x94\x6c\x52\xef\xe7\xeb\xe9\x6c\xeb\xd9\xb4\x7b\x26\x8f\xc7\x29\x1e\xa9\x42\xfc\x62\x80\x4a\xfd\x1d\xae\x34\xce\x7e\xc9\x15\x75\x22\x2f\x4a\xb7\xeb\xd2\x71\xe1\x06\xde\xf7\xb9\x2e\xcc\x2e\x9e\xe3\xdc\x81\x3c\xcc\x0c\xd3\xce\xd4\x6d\x24\xb9\x92\x71\x21\xb1\x8a\x3d\x29\x9a\x18\x56\xde\x8b\xe6\xef\x53\xa8\x4e\xeb\xe7\x36\xbb\x1f\x55\x07\x3b\x6c\x64\x5c\x88\xd5\xc2\x01\xc4\x07\x60\x9c\x36\x98\xa4\x6e\x88\x2b\xe3\x07\xfa\x1e\x19\x4e\x37\xd9\x2e\x1b\x87\x8b\x48\x34\xd1\x11\xc7\x50\x11\x79\x33\x6c\x88\x1a\xd9\xd4\x61\x7f\xe9\x92\x6d\x1e\xf6\xa7\x25\xc5\xa5\x87\x19\xba\xd3\x19\x34\x24\x28\xdc\x9d\x3f\x9f\x4a\x99\xc6\x61\xb9\xcc\x1c\x3e\xb4\xfb\x12\x3a\xe3\x07\x59\x33\xd6\x71\x80\xc9\x0e\xd2\xe1\x01\xc7\x8f\x50\x64\x58\x2b\xf4\x1c\xfd\x5d\xff\xae\xcc\x0b\xd2\xef\xcc\x13\xba\x4b\x32\xfe\x03\x50\x27\x9e\xff\x66\xfc\xcf\xaa\xee\x94\x2d\x4c\xb7\x54\xa1\x28\x66\xf2\xc4\x9e\x14\x7f\x9e\xe6\xdc\x87\x10\xd8\xa1\xe3\xb4\xe8\x26\xe6\xb7\x8e\xe7\xeb\x36\x75\x08\x59\x7c\x47\x71\x3e\xd6\x5b\x75\xc8\xea\x8c\x2e\xe7\xdd\xd4\x01\xa3\x7b\xb4\x8e\x18\x91\x74\xf6\xe8\x60\x4c\x59\x68\xb9\x8a\x51\xe2\x49\x6d\x2c\x7a\x28\xc6\xa7\xba\x30\x83\xc8\x0d\xb6\x9d\x63\xca\x74\x69\xe5\xc7\x54\x30\x8f\xf7\x18\x25\x37\xda\xff\xd1\x45\x21\x94\xbf\x18\x3d\x2a\x99\x34\xcd\x78\x7d\x1e\x69\x96\x71\x28\xfb\x76\x23\x1e\xd7\x52\x6c\xc4\x50\xc2\x77\x03\x23\xe7\x43\x54\x2f\xaf\xdb\x78\x8a\xea\x14\x75\x43\x7f\xa5\xcf\xeb\x75\x7d\x40\xeb\x21\xeb\x1b\x34\x54\x42\x75\x5a\x53\x55\x29\x8f\x35\xab\x94\xe7\x3b\xfd\xa3\x3a\x45\x8f\x65\x3c\x30\x11\x0d\x3c\x4f\xff\x1f\x39\x9a\xee\x65\x60\x48\xd9\x56\xe7\x30\x23\xf2\xc0\x26\x3e\x36\x26\x85\x30\x97\x8c\xa2\x13\xc1\x60\xa5\x09\xfd\xfd\xa0\x47\x9c\x95\x53\x8b\x35\x23\xf9\x52\x34\xb4\xf8\x9b\xe7\x6d\x21\x7a\x1a\x16\xa2\x75\xb3\xb4\xef\x46\xbe\x86\xb5\x81\x06\xbd\x9f\xd5\x37\x3a\x14\x7f\xb6\x9c\x61\x4e\x79\x18\xab\x1d\x4e\x54\x09\x3a\xde\x24\x98\x38\x11\xc7\xdb\x26\x50\x1c\xde\xe2\x60\x36\x69\x96\x65\xd6\x02\x42\xda\x58\xca\x71\x7c\xda\x12\x8c\x93\xb2\xf4\xde\x4f\x16\x6b\xdc\xb9\x53\xb4\x1e\xe6\xfd\xaf\x50\x3e\xc7\xcc\xf5\x6f\x7a\x33\xd3\x91\x2f\xe9\x1c\xe1\xbe\x41\xe9\x3b\xb4\x08\x21\x97\x52\xdf\x9f\x4e\xbe\xf8\x0b\xba\xb4\x4f\x11\xcf\xb8\x8a\x32\x70\xcf\x48\xc2\x07\x79\xf7\x67\x1e\x18\xd7\x1f\xc7\xd0\x5f\xb7\xc6\xc1\x8c\x16\xf3\xe6\xc3\xcf\x4c\xa4\x2c\x82\x66\x3d\xa3\x9b\x54\xa6\xd8\x90\x5c\xc9\xaf\xb6\x13\xed\x82\xfd\x35\x1e\x1d\x96\xb3\x65\xb2\xaf\x55\xa0\x15\x76\x70\x91\x90\x65\x71\x78\xad\x4b\x79\x0d\x27\xfd\x71\xb4\xd2\x8e\xf5\x4e\x24\xef\x8e\x87\x19\x41\xe0\x14\xcd\x77\x38\x47\x64\x8c\xe3\xbf\xe3\x8c\x89\x23\xb8\x7e\xd5\xfe\xdc\x06\xb2\xe9\x0e\x86\xdf\xd1\x3a\x4e\x0a\x6c\x20\x39\x99\x14\x77\x81\x24\x73\x62\x56\x13\xe1\x0d\x6c\xef\x3e\x7b\xc6\xeb\x2b\x38\x03\x29\x5a\xc3\xe8\xfd\xe2\x9b\x78\xde\xd1\xba\xa3\x49\xea\x02\x7e\x32\x26\x29\x9c\xf2\xc8\x8c\x4e\x6f\xb7\x1a\x4b\xda\x2d\x3b\x5d\x6b\x5a\x75\xeb\xa4\x09\xa4\x65\x26\xaf\xed\x68\x9e\x86\x6d\x1d\xe8\x26\x31\xc8\x9c\xf1\x12\x7d\xa3\x9d\x68\x5d\x14\x9f\x39\xe7\xb3\x3e\xb8\x89\x9e\x87\x87\x28\x07\x5e\x12\x50\x9e\x7b\xb2\x9e\x22\xd9\xaf\xc9\x45\x12\x62\xdc\x98\x1c\xca\x7a\xe1\x35\xdb\x8c\x10\x7a\x93\x1b\x1d\xe8\x09\x93\x7b\xfb\x12\x42\xc5\xab\x38\x86\xee\xb8\x5e\xba\x69\x84\x50\xf3\x04\x57\xdc\x7a\x19\x2c\x25\xcb\xe4\xb1\xf1\x9b\x31\xfc\x3d\xdc\xd7\xde\xd3\xeb\x28\xad\xab\xbb\xdd\x59\xc2\xc3\xb8\xfd\xf6\x1b\xe9\x9f\xcb\xc1\xfb\xb4\xf3\x4e\xc3\x5e\xef\x02\x92\x4e\x1a\x13\x0a\x21\x6a\x8b\x29\xc9\x6f\x88\xf6\x38\xb2\x0f\xbe\x47\xac\x49\x1a\x3d\x3d\x6d\x08\x7d\xe1\x3c\xdd\x81\xb4\x6b\xe2\x0b\x07\xca\xaa\x9b\x9b\xbb\x90\x7e\xb4\xc6\xc1\xf4\x6f\x62\x7c\x88\x6a\xb4\x27\xe5\x85\xbb\x36\x33\xab\xf9\x24\xf3\xe8\x27\xe6\x71\xfc\xe3\xda\x50\x9e\x2d\x60\x10\xe3\x40\x02\x1a\x39\x14\x16\xd0\xa8\x4b\x16\x35\x60\xaa\xc9\x1c\xfe\x99\xeb\x79\x03\xe6\x4f\xa1\xbc\x70\x90\x65\x94\x05\xff\x3e\x95\x4e\xa2\x40\xfd\x02\xd2\xff\xc0\x5c\xb6\x13\x01\x37\x56\xd2\xdd\xc7\xff\x04\xdb\x89\x00\x2b\xc6\x11\xfa\xdf\xff\x99\xbf\xbf\xee\x0a\x9d\x64\x7e\xda\x7f\xd2\x49\x37\xc5\xfd\x65\x09\x10\xa3\x36\x8e\x22\x2f\xa1\x2b\x27\x92\xa7\x13\x20\x61\xdc\x8f\x57\x93\x33\x7d\x9b\xab\x92\xb3\x15\xfe\xdf\x70\x30\xf5\xde\xb4\x2e\x83\x35\x99\x27\x45\x23\x98\xf9\x24\x54\xc0\x52\x2c\x6f\x1e\x2c\x7a\x2b\x32\x1c\x4c\x64\x7b\x71\xf4\xe5\x13\x39\x22\x4b\x89\x3c\x8d\xc8\x47\x9a\xa4\x79\x11\xa7\xf4\x48\x53\x23\x57\x98\x51\x9e\x33\xaa\xce\x9e\x16\x28\x22\x99\x11\x37\x91\x15\x61\x3b\x78\x9c\x4e\x7f\x1f\xd5\x85\x5d\xbc\x48\xab\xb2\xd1\xf4\xb9\xfb\x2b\xe8\x9c\x0c\xcf\xd8\x44\xeb\x14\x11\xbb\x2f\x96\xc7\x93\x64\x27\x9a\x71\x31\x17\x6f\xd1\xf3\x42\x42\x1f\x35\x49\xed\x20\xcf\x3b\xf0\x92\x13\x45\x56\x7c\x8c\xdd\x48\x8a\xdc\x16\x7b\x12\xea\xd2\xd1\x8d\xbb\x15\x59\x37\xf1\xbe\xb6\xc6\xc1\x0c\x5b\x1d\x94\xc8\x72\xc0\x7d\x91\xfa\x28\x33\x3e\x44\xe1\x48\x38\x69\x77\x5b\xdd\x66\x1c\x8c\x8c\x17\x46\xec\x0b\x13\x5f\xd2\x9e\xde\x2f\x2e\xab\x07\xad\x5c\x5c\x9d\x26\x9d\xf7\x89\xb6\x7a\xb4\x62\xf1\x0f\x4d\x69\x27\x12\x0c\x6d\x19\xaf\x11\xc5\xf9\xee\xc4\xf1\x8c\xb8\x49\x72\xe3\x0c\x7c\xc2\x96\x2c\xfa\xc6\xf8\xaa\x52\x3a\x91\x13\xea\xd8\x37\x8c\xdf\xbb\x8e\x90\x1a\xf1\x4d\xbb\xe9\x0d\xe2\x0d\x1a\x68\xa7\xe2\x02\xce\x91\x1e\xca\x70\x31\xb1\x78\x70\x06\x08\x99\xc1\x68\x34\xdf\x09\x8c\x83\x99\x3c\x60\x0a\xa1\x67\xbe\x8e\x83\x09\x21\xaf\xde\xe0\x18\xbf\xcd\x60\xcd\x08\xf2\xab\xfa\xcd\x61\x76\x0a\x19\x0e\xa6\x73\x5e\x34\x69\x23\xb2\x13\x44\xef\x76\xba\xe8\x59\xcb\xf0\x30\x33\x0c\xe4\xe9\xa4\x49\xd5\xef\x41\x08\xec\x94\xd5\x8c\xc0\x9d\x29\xd1\x25\xbd\x9f\x59\xce\xcc\x63\x69\xe3\x27\xd1\xf9\x91\xb6\x78\x32\xe5\x83\x67\x29\x87\x32\xc3\xd1\xb9\x44\x3a\xe9\x67\x1e\xc9\xa4\xbb\x5e\x6a\xce\x5c\xd2\xd0\x19\xdb\xb8\x76\x2c\x6d\xfc\x5a\xee\xbf\x14\xbf\x8d\x62\xce\x29\xf5\xcc\x9b\x93\x9a\x72\x9a\x76\x28\xf9\xfc\xd5\xc5\xbc\x9e\xb7\xde\x4b\xf5\xc0\x8f\xf6\xdd\x6b\x8e\x3f\x79\xb5\xae\xea\x9c\x4d\x76\x70\xe7\xfd\x1d\x5f\x1d\x41\x37\x02\xd3\x40\xf6\xe6\x9a\x71\x30\x1e\xd3\x08\x75\x33\xc0\x3f\x8e\xec\x68\x5f\x07\xc6\x87\x28\xd7\x32\xaa\xaf\xc3\x91\x64\xd1\x5f\x9c\xf1\x2d\x8f\xb3\x44\x1e\x04\x19\x1e\x26\xe3\x48\x07\x9a\x6f\xd6\x82\x1e\xf4\x97\x59\x0e\x9a\x84\x5b\xc8\x4a\xe0\x13\x3a\x53\x7d\x2c\xdd\x93\xb2\x9d\x6d\xc9\x4f\xcc\xae\xf4\xa4\xf3\x24\x3b\x37\xb8\x9e\x7f\x3f\x8d\xde\x30\xcb\x6d\x16\x9d\x0f\x59\x2b\x98\x89\x22\xcb\x6d\x31\xe3\x64\x1a\x57\xd1\x79\x9c\x25\xd9\x72\x9d\xbf\xf7\x00\xed\x54\x86\xe2\x49\x8a\x11\xa5\x9b\x5d\x26\xbd\x9a\x95\xd5\xf4\x0f\xe0\x3d\x86\x6f\x48\x6e\xf1\xa1\x24\x9d\xce\x5d\xa3\x68\x75\x27\xde\x9c\x4a\xa7\xd3\xb8\xca\x18\xd2\xb6\x31\xdd\x19\x17\x62\x98\xce\xbc\x30\xc3\x72\x99\x27\x45\xf3\xac\x88\x83\x69\xe2\xbe\x41\x0a\x09\x33\x49\x5f\xe4\xfb\x65\x88\x9e\x7a\xce\x0b\x71\x6c\x8d\x87\x19\xdf\x91\x56\x44\x86\x87\x29\x1c\xa3\xc5\xf8\x97\x7b\x3a\x84\xab\xcd\xdf\x31\x96\x2c\x6b\x61\xf4\x44\xba\x0b\x17\x34\x71\xbf\xa0\xd9\x59\x8c\x1f\x2c\xf4\xe1\x37\x2b\x6c\x3b\x63\x1b\x3f\x6f\x36\xc9\xcd\x6c\xe5\x72\x7a\xa5\xd9\x0d\xcc\xb4\x30\x5b\x99\xf9\xd6\x0a\xc5\xbc\x7f\x7e\xf1\x31\xc2\x57\xe5\x37\xb1\x9d\xc8\xad\xbf\x91\x0b\x78\x3e\x8c\xa4\xfb\x8f\x4b\xd2\x54\xf2\x66\x65\x7d\xa1\xac\x0d\x78\x7f\xcd\xe2\x12\xe9\xed\x46\x6d\xe3\x3e\x49\x7a\xde\x33\xb8\x5f\xda\x73\xee\x02\x29\xd1\xe4\x3e\x49\xbd\x46\x30\x1e\xa6\x9b\x1e\xdf\x4c\xdb\x36\xe6\x8a\x78\xa8\x42\xd1\x7f\x6a\x8d\x87\x99\xdf\x96\xf3\xfe\xa5\x86\xaa\xc4\x57\x53\x6a\xcb\x06\xa4\xe4\x89\x0e\x9d\xeb\xf3\xea\x79\x1d\x4a\x05\x1b\xc2\xb1\x94\xe6\xb9\xd1\xbe\xcf\x3b\xcc\x79\xff\x79\xf5\x31\x74\xff\x94\xf1\xc4\xcc\xab\x2f\x64\xfc\x8b\xb0\xf0\x08\x8f\x5c\x53\x56\x2c\x59\x4f\xf7\x96\xe2\x07\x7b\x98\x27\xe6\xc6\x31\x67\xfe\xfd\x19\xd2\xdc\xa2\xc4\xab\x81\x80\xcb\xed\x69\x14\x51\x74\xb0\x4c\x20\x3b\x60\x33\x20\x99\x22\x8f\x96\x48\x11\xef\xcb\x1c\x69\x19\x29\x56\xe2\x0d\xfb\x2e\x83\x6e\xc1\x03\x4f\x64\x91\xfe\xa8\x67\xf2\xbc\x55\xc4\x08\x4d\xe7\x5a\x59\xa4\xa2\x48\xed\xf3\x79\xb7\xc6\xc3\x2c\x6a\xec\x48\x9e\x65\x85\x33\xaf\x43\x85\xbb\x16\x7d\x62\x71\x20\x23\xb7\x2b\x1a\xc6\x8a\x78\x19\xf6\xc8\xca\x57\xb9\xd0\x49\x5c\x7e\x9f\x4f\xa2\xc5\x1a\xac\xa1\x8b\x1d\xf8\xbe\xd1\xcc\x13\x93\x5f\x46\x3b\x58\x7e\x6d\x39\xd5\x63\x94\x3b\xad\xa3\x37\x5d\x24\xa9\xa7\xbf\x2b\xcf\xfd\xe1\x21\xff\xcc\x7d\x08\x17\x34\x5d\x11\x00\x27\x97\x64\xf2\x2a\x6c\xbb\xf0\xfe\x8e\x2f\x67\xfe\x9f\x71\xb9\x99\x62\x1f\x98\x2c\xd2\x52\x83\x80\x1c\xfa\x59\xd6\x1f\x4a\xeb\x26\xa3\x9b\xd5\xb4\xb9\x1b\x66\xf7\xdf\x8a\x48\xba\xbf\xde\x27\xea\x3f\xe0\x61\xc8\x42\x57\xed\x57\x21\xfc\x47\xd5\x42\xcd\xb3\xfc\x7b\x1d\xee\x93\x54\x36\x86\x4e\xd8\xaa\x2b\x13\xc8\xcf\x58\x76\xd7\x95\x3c\x9d\x6a\x0d\x7f\xc2\x87\x57\x59\x46\x91\x04\x57\xed\x9a\x4e\xfb\x5a\xb5\x24\x8f\xec\x41\x75\xf9\x7c\xd2\xfb\xaa\x0e\xdc\xa7\xb4\xea\x23\xe3\xa4\x96\xaa\x6d\xa3\x3e\x4a\x95\x25\xec\x4f\x54\x1a\x9c\xdc\xce\xe3\x25\x9a\x71\x9b\x36\x6d\xdb\xca\xc9\xb5\x6b\xd7\xbe\xbd\xbc\x7c\x87\x0e\x1d\x3b\x76\xea\xd4\xb9\x73\x97\x2e\x5d\xbb\x76\xeb\xa6\xa0\xa0\xa8\xd8\xbd\xbb\x92\x92\xb2\x72\x8f\x1e\x2a\x2a\xaa\xaa\x3d\x7b\xf6\xea\xd5\xbb\x77\x9f\x3e\x7d\xfb\xaa\xa9\xa9\xab\x6b\x68\x48\x24\xfd\xfa\x69\x6a\x6a\x69\xf5\xef\x3f\x60\xc0\xc0\x81\xda\xda\x83\x06\x0d\x1e\x3c\x64\xc8\xd0\xa1\xc3\x86\x0d\x1f\xae\xa3\xa3\xab\xab\xa7\xa7\xaf\x6f\x60\x60\x68\x68\x64\x34\x62\xc4\xc8\x91\xc6\xc6\xa3\x46\x8d\x1e\x3d\x66\xcc\xd8\xb1\x26\x26\xa6\xa6\x66\x66\xe6\xe6\xe3\xc6\x59\x58\x58\x5a\x5a\x59\x59\x5b\x8f\x1f\x3f\x61\xc2\xc4\x89\x36\x36\xb6\xb6\x93\x26\xd9\xd9\xd9\xdb\x3b\x38\x38\x3a\x3a\x39\x39\x3b\xbb\xb8\xb8\xba\xba\xb9\xb9\xbb\x7b\x78\x78\x7a\x4e\x9e\xec\xe5\xe5\xed\x3d\x65\x8a\x8f\x8f\xaf\xaf\x9f\x9f\xbf\x7f\x40\x40\x60\x60\x50\x50\x70\x70\x48\x48\x68\x68\x58\x58\x78\x78\x44\x44\x64\x64\x54\xd4\xd4\xa9\xd1\xd1\x31\x31\xd3\xa6\xc5\xc6\xc6\xc5\xc5\xc7\x27\x24\x24\x26\x26\x25\x25\x27\x4f\x9f\x9e\x92\x92\x9a\x3a\x63\xc6\xcc\x99\x69\x69\xb3\x66\xa5\xa7\x67\x64\x64\x66\x66\x65\x65\x67\xe7\xe4\xe4\xe6\xe6\xe5\xe5\xe7\x17\x14\x14\x16\xce\x9e\x3d\x67\x4e\x51\xd1\xdc\xb9\xc5\xc5\x25\x25\xa5\xa5\xf3\xe6\xcd\x9f\xbf\x60\x41\x59\xd9\xc2\x85\x8b\x16\x95\x97\x57\x54\x2c\x5e\xbc\x64\x49\x65\xe5\xd2\xa5\xcb\x96\x55\x55\x55\x57\x2f\x5f\xbe\x62\x45\x4d\x4d\x6d\x6d\x5d\xdd\xca\x95\xab\x56\xad\x5e\xfd\xcd\x37\x6b\xd6\xac\x5d\xbb\x6e\xdd\xfa\xf5\x1b\x36\x6c\xdc\xb8\x69\xd3\xe6\xcd\xdf\x7e\xbb\x65\xcb\xd6\xad\xdb\xb6\x6d\xdf\x5e\x5f\xbf\x63\xc7\xce\x9d\xbb\x76\xed\xde\xbd\x67\xcf\xde\xbd\xdf\x7d\xb7\x6f\xdf\xf7\xdf\xef\xdf\x7f\xe0\xc0\xc1\x83\x87\x0e\x1d\x3e\x7c\xe4\xc8\xd1\xa3\x3f\xfc\xd0\xd0\x70\xec\xd8\xf1\xe3\x3f\xfe\x78\xe2\xc4\xc9\x93\x3f\xfd\x74\xea\xd4\xcf\x3f\x9f\x3e\x7d\xe6\xcc\xd9\xb3\x8d\x8d\xe7\xce\x9d\x3f\x7f\xe1\xc2\xc5\x8b\x97\x2e\xfd\xf2\xcb\xe5\xcb\x57\xae\x5c\xbd\x7a\xed\xda\xaf\xbf\xfe\xf6\xdb\xf5\xeb\xbf\xff\x7e\xe3\xc6\xcd\x9b\x7f\xfc\xd1\xd4\x74\xeb\xd6\xed\xdb\x77\xee\xdc\xbd\xfb\xe7\x9f\xf7\xee\xfd\xf5\xd7\xdf\x7f\xff\xf3\xcf\xfd\xfb\x0f\x1e\x3c\x7c\xf8\xe8\xd1\xe3\xc7\x4f\x9e\x3c\x7d\xfa\xef\xbf\xcf\x9e\x3d\x7f\xfe\xe2\xc5\xcb\x97\xaf\x5e\xbd\x7e\xfd\xe6\xcd\xdb\xb7\xef\xde\xbd\x7f\xff\xe1\xc3\xc7\x8f\xc4\x4c\xfb\xbf\xfd\xff\xdf\xfe\xff\x6f\xff\xff\xb7\xff\xff\xdb\xff\xff\x5f\xee\x3f\x10\x17\xc9\x1d\xf7\xe4\xda\x69\x01\x62\x5d\x71\xf3\x7f\xff\xe1\xe7\x36\x6d\xdb\xd0\xff\x69\x0b\x39\xb4\x43\x7b\xc8\xa3\x03\x3a\xa2\x13\x3a\xa3\x0b\xba\xa2\x1b\x14\xa0\x88\xee\x50\x82\x32\x7a\x40\x05\xaa\xe8\x89\x5e\xe8\x8d\x3e\xe8\x0b\x35\xa8\x43\x03\x12\xf4\x83\x26\xb4\xd0\x1f\x03\x30\x10\xda\x18\x84\xc1\x18\x82\xa1\x18\x86\xe1\xd0\x81\x2e\xf4\xa0\x0f\x03\x18\xc2\x08\x23\x30\x12\xc6\x18\x85\xd1\x18\x83\xb1\x30\x81\x29\xcc\x60\x8e\x71\xb0\x80\x25\xac\x60\x8d\xf1\x98\x80\x89\xb0\x81\x2d\x26\xc1\x0e\xf6\x70\x80\x23\x9c\xe0\x0c\x17\xb8\xc2\x0d\xee\xf0\x80\x27\x26\xc3\x0b\xde\x98\x02\x1f\xf8\xc2\x0f\xfe\x08\x40\x20\x82\x10\x8c\x10\x84\x22\x0c\xe1\x88\x40\x24\xa2\x30\x15\xd1\x88\xc1\x34\xc4\x22\x0e\xf1\x48\x40\x22\x92\x90\x8c\xe9\x48\x41\x2a\x66\x60\x26\xd2\x30\x0b\xe9\xc8\x40\x26\xb2\x90\x8d\x1c\xe4\x22\x57\xc8\x13\xf2\x85\x02\xa1\x50\x98\x2d\xcc\x11\x8a\x84\xb9\x42\xb1\x50\x22\x94\x0a\xf3\x84\xf9\xc2\x02\xa1\x4c\x58\x28\x2c\x12\xca\x85\x0a\x61\xb1\xb0\x44\xa8\x14\x96\x0a\xcb\x84\x2a\xa1\x5a\x58\x2e\xac\x10\x6a\x84\x5a\xa1\x4e\x58\x29\xac\x12\x56\x0b\xdf\x08\x6b\x84\xb5\xc2\x3a\x61\xbd\xb0\x41\xd8\x28\x6c\x12\x36\x0b\xdf\x0a\x5b\x84\xad\xc2\x36\x61\xbb\x50\x2f\xec\x10\x76\x0a\xbb\x84\xdd\xc2\x1e\x61\xaf\xf0\x9d\xb0\x4f\xf8\x5e\xd8\x2f\x1c\x10\x0e\x0a\x87\x84\xc3\xc2\x11\xe1\xa8\xf0\x83\xd0\x20\x1c\x13\x8e\x0b\x3f\x0a\x27\x84\x93\xc2\x4f\xc2\x29\xe1\x67\xe1\xb4\x70\x46\x38\x2b\x34\x0a\xe7\x84\xf3\xc2\x05\xe1\xa2\x70\x49\xf8\x45\xb8\x2c\x5c\x11\xae\x0a\xd7\x84\x5f\x85\xdf\x84\xeb\xc2\xef\xc2\x0d\xe1\xa6\xf0\x87\xd0\x24\xdc\x12\x6e\x0b\x77\x84\xbb\xc2\x9f\xc2\x3d\xe1\x2f\xe1\x6f\xe1\x1f\xe1\xbe\xf0\x40\x78\x28\x3c\x12\x1e\x0b\x4f\x84\xa7\xc2\xbf\xc2\x33\xe1\xb9\xf0\x42\x78\x29\xbc\x12\x5e\x0b\x6f\x84\xb7\xc2\x3b\xe1\xbd\xf0\x41\xf8\x28\x48\xff\x03\x20\xb4\xf9\xd8\xf6\x83\xdc\xfb\x76\xef\xda\xbf\x95\x7f\xd3\xe1\x75\xc7\x57\x9d\x5e\x76\x7e\xd1\xe5\x79\xd7\x67\xdd\xfe\x55\x78\xaa\xf8\xa4\xfb\x63\xa5\x47\xca\x0f\x7b\x3c\x50\xb9\xaf\xfa\x4f\xcf\xbf\x7b\xfd\xd5\xfb\x5e\x9f\x3f\xfb\xde\x55\xbb\xa3\x7e\x5b\xe3\x96\xa4\xa9\xdf\x1f\x9a\x37\xb5\x6e\xf4\xff\x7d\xc0\xf5\x81\xbf\x69\xff\x3a\xe8\xda\xe0\xab\x43\xae\x0c\xbd\x3c\xec\x97\xe1\x97\x74\x2e\xea\x5e\xd0\x3b\xaf\x7f\xce\xa0\xd1\xf0\xac\xd1\x99\x11\xa7\x47\xfe\x6c\x7c\x6a\xd4\x4f\xa3\x4f\x8e\x39\x31\xf6\x47\x93\xe3\xa6\xc7\xcc\x1a\xcc\x7f\x18\x77\xd4\xe2\x88\xe5\x61\xab\x43\xd6\x07\xc7\x1f\x98\xb0\x7f\xe2\xf7\x36\xfb\x6c\xbf\x9b\xb4\xd7\x6e\x8f\xfd\x6e\x87\x5d\x8e\x3b\x9d\x76\x38\xd7\xbb\x6c\x77\xdd\xe6\xb6\xd5\x7d\x8b\xc7\xb7\x9e\x9b\x27\x6f\xf2\xda\xe8\xbd\x61\xca\x7a\x9f\x75\xbe\x6b\xfd\xd6\xf8\x7f\x13\xb0\x3a\x70\x55\xd0\xca\xe0\xba\x90\xda\xd0\x9a\xb0\x15\xe1\xcb\x23\xaa\x23\xab\xa2\x96\x4d\x5d\x1a\x5d\x19\xb3\x64\xda\xe2\xd8\x8a\xb8\xf2\xf8\x45\x09\x0b\x13\xcb\x92\x16\x24\xcf\x9f\x3e\x2f\xa5\x34\xb5\x64\x46\xf1\xcc\xb9\x69\x45\xb3\xe6\xa4\xcf\xce\x28\xcc\x2c\xc8\xca\xcf\xce\xcb\xc9\xcd\xcd\xc9\xcb\xce\xcf\x2a\xc8\x2c\xcc\x98\x9d\x3e\x67\x56\x51\xda\xdc\x99\xc5\x33\x4a\x52\x4b\x53\xe6\x4d\x9f\x9f\xbc\x20\xa9\x2c\x71\x61\xc2\xa2\xf8\xf2\xb8\x8a\xd8\xc5\xd3\x96\xc4\x54\x46\x2f\x9d\xba\x2c\xaa\x2a\xb2\x3a\x62\x79\xf8\x8a\xb0\x9a\xd0\xda\x90\xba\xe0\x95\x41\xab\x02\x57\x07\x7c\xe3\xbf\xc6\x6f\xad\xef\x3a\x9f\xf5\x53\x36\x78\x6f\xf4\xda\x34\x79\xb3\xe7\xb7\x1e\x5b\xdc\xb7\xba\x6d\x73\xdd\xee\x52\xef\xbc\xc3\x69\xa7\xe3\x2e\x87\xdd\xf6\x7b\xec\xf6\x4e\xfa\xce\x76\x9f\xcd\xf7\x13\xf7\x4f\x38\x30\xfe\xa0\xf5\x21\xab\xc3\x96\x47\x2c\x8e\x8e\xfb\xc1\xbc\xc1\xec\x98\xe9\x71\x93\x1f\xc7\x9e\x18\x73\x72\xf4\x4f\xa3\x4e\x19\xff\x3c\xf2\xf4\x88\x33\x46\x67\x0d\x1b\x0d\xce\xe9\x9f\xd7\xbb\xa0\x7b\x51\xe7\xd2\xf0\x5f\x86\x5d\x1e\x7a\x65\xc8\xd5\xc1\xd7\x06\xfd\xaa\xfd\xdb\xc0\xeb\x03\x7e\xef\x7f\x43\xeb\xa6\xe6\x1f\xfd\x9a\x24\xb7\x34\x6e\xab\xdf\x51\xbb\xdb\xf7\xcf\x3e\xf7\x7a\xff\xd5\xeb\xef\x9e\xff\xa8\xde\x57\x79\xd0\xe3\xa1\xf2\x23\xa5\xc7\xdd\x9f\x28\x3e\x55\xf8\xb7\xdb\xb3\xae\xcf\xbb\xbc\xe8\xfc\xb2\xd3\xab\x8e\xaf\x3b\xbc\x91\x7f\xdb\xfe\x5d\xbb\xf7\x72\x1f\xda\x7e\x6c\x23\xe0\x7f\x32\xf0\x3f\x19\x90\x5a\x02\xb3\x1c\x8b\x02\xe5\x93\x82\x60\xdb\xd1\x72\x43\xaf\x1d\x82\xe0\x36\x68\x82\x8e\xc6\x1b\x41\xf0\xad\xb3\xdd\xaf\x6d\x26\x08\xc1\x5d\x1d\xd5\x75\xb6\x0b\x42\xa4\x86\xcb\xdd\x91\x4f\x04\x61\xea\x70\xcf\x47\xe6\x45\xc2\x91\xe8\x32\x3f\xb9\x49\xd3\x05\xb3\x98\x1e\xc1\x55\x1e\x1d\x3e\xce\x9c\x3a\x29\xea\x74\x50\xc6\x87\x0b\x51\x6d\x92\xcb\xa2\x47\x7c\xe8\x18\xbe\x30\xe7\x66\xb2\xf0\x7e\x70\x98\x5c\x49\x53\xc6\xbf\xef\x36\x07\x2b\x2d\xa9\xcd\xb5\x7a\xfb\x4f\x60\x8f\x95\xdd\xe6\xd8\xbf\x5d\xed\xfb\x6a\x53\xf4\xdc\xe1\x6f\xcd\xbd\x1f\xee\xfe\x50\xf2\xcd\x9b\x3b\x9e\x2f\x8e\xde\x9f\xb7\xf4\x8d\x9d\xfb\xca\xb3\xa3\x16\x76\x7c\x3d\xc4\x75\xcc\x8d\xc7\x95\xaa\xaf\x9a\x9c\xac\x1e\xed\xaa\xbc\xf8\x7a\x9d\xc3\xd2\x7f\xaf\x95\xf7\x79\x33\xcd\x3e\xed\xd9\xd3\xf9\xa3\xdf\x0e\xb4\x0b\x7a\xfe\x66\xae\xe5\xdb\xba\x49\xb5\x2f\x36\x16\x1e\x78\xde\x79\xd2\xeb\x97\x66\xf9\x63\xfe\x51\xb1\xaf\x7b\x69\x95\x7f\xf7\xc6\x39\xc7\xc1\x2f\x4f\xe4\xfe\x7d\xe5\xb9\xe3\xe0\x57\x3f\x64\xec\xba\x18\xee\x34\xfc\xd5\x89\x8c\x17\x3f\x0f\x76\xfa\xf7\xf5\xac\x34\x93\x63\xbf\xb9\xbc\x7c\x6d\x3f\xeb\xde\x11\x07\x97\x17\xaf\x1f\xcc\x50\x16\x04\xcb\x9e\xe3\xb2\x55\x86\x08\x82\x5d\x57\xcb\x5f\x7a\x67\x08\x82\xe7\x40\xeb\x58\x8d\x3a\x41\x08\x34\xb5\xf9\x30\x48\x4d\x10\x22\xa2\xec\xb6\xeb\x54\x0b\x42\x8c\x9d\x73\x2f\xe3\x36\x82\x10\xeb\xe0\xe1\x6a\xfe\x56\xf8\x2e\x1e\x3e\xa5\x76\x6b\x04\xbd\xb8\xbd\x41\x49\x9e\x81\x1f\xfd\xa3\x0b\xa2\x1e\x85\xe8\x7e\x98\x1b\xb3\x39\xde\x22\x36\xfe\xfd\xd1\x28\xff\x4c\xe7\xd4\x13\xef\x8e\x46\xac\x2d\x7a\x94\x33\xf7\x9d\x52\x68\xc4\x62\x93\xd9\x93\xde\xfa\x04\x2d\xae\xbb\x59\xb2\xf8\x6d\x7b\xff\xc0\x4d\x33\xe6\xad\x7c\xe3\xec\xdb\x6b\xf7\xe4\x45\x4a\xaf\x7f\xf0\x2a\x6f\x98\x5f\x71\xf7\xd5\xf7\x9e\xd6\xe7\xa3\xab\x2c\x5e\x75\x71\x93\x6f\xba\xba\x42\xe9\xe5\x01\xe7\x49\x4f\x34\x57\xdc\x79\xdd\xce\x31\xfb\xe9\xb3\x25\x7f\xbc\x69\xe3\xa0\xf2\xcc\xb7\xec\xae\x6c\x3d\x5e\x2e\xb2\x1f\xfe\xfc\x40\xf1\xee\x07\x3f\x39\xb4\x79\x31\x67\x4e\xe9\xad\x74\xc7\x2b\x2f\xb6\xcf\x29\xb8\x66\xee\x9c\xf0\xb2\xeb\xec\xc0\xf3\x73\x5d\x26\xbd\x3c\x9c\xaf\x7d\x46\xc9\xe5\xc8\xab\xe1\xb9\x2a\x27\xcc\x5c\xe7\xbe\x5a\x95\x75\xe1\xf0\x25\xb7\xfd\xaf\x35\x32\xa2\x0e\xca\xbb\xb5\x79\xfd\xc7\x8c\xf5\x82\x30\x6e\xe7\x38\xd5\x1e\x05\x82\xe0\x60\x3a\x2e\xa2\x57\xb2\x20\x78\x19\x5a\xc5\x6b\xcc\x15\x84\x90\xe8\x09\xcb\xb5\xe5\x04\x21\xf2\xac\xdd\x7c\xdd\xa1\x82\x10\xfb\x87\xd3\x02\xe3\xb3\x82\x90\x90\xed\x76\xcf\xfc\xa3\x70\x75\xfa\xc4\xc9\x17\x6d\x7d\x04\xa3\xa4\xeb\x01\x33\x3d\xd3\x3f\xda\xc4\xff\x1a\x71\x3d\xf4\xf7\x0f\xfa\x71\xfa\xb1\xdf\x25\xfa\xbc\x1f\x1f\xf3\x32\xed\xb7\xf4\xf9\xef\x5c\xa3\x6a\xe7\x6c\x28\x70\x78\x1b\x1a\xd1\xae\x3c\xbc\xa4\xf8\xcd\xd6\x90\x9d\xb5\x19\x65\x76\x6f\x0c\x03\x63\x37\x1e\x2c\x37\x7e\x7d\xcc\xcf\x76\xd7\x9f\x8b\x67\xbd\x7a\xef\xfd\xb1\xc1\x78\x59\xfa\xab\x81\x9e\x4e\x97\x02\x57\x58\xbf\xd4\x73\x5b\x72\xfb\xf5\x4a\xe7\x97\xe5\xce\x05\x8f\xef\xd4\x1c\x7e\xa5\xed\xb4\xf7\xc9\x9e\xea\xfd\xaf\x23\x1c\x5e\xfc\x9b\x59\xb1\x41\xb6\x1e\xcf\x5c\x1c\xaa\x9f\x5d\x5b\xa0\x71\x5b\xd7\x79\xde\xf3\xc1\xf3\xdf\x5c\x9f\xea\x5c\xf9\x22\x74\xee\xfc\xcb\xf1\x2e\x0f\x5e\xcc\x98\xbb\xe2\xec\x08\xb7\xa1\x2f\x7b\xce\xc1\x71\x0b\x77\xe3\x97\x1f\xf2\xf6\x1f\xfe\xc7\x63\xd7\xab\x4e\x79\xbf\x7d\x7f\xcf\xe3\xfc\xab\xb3\x59\x1b\xf7\x1a\x79\x76\x78\x6d\x97\xfe\xaf\x20\x58\x55\x9a\xc5\xf4\xf0\x10\x04\xa7\xeb\xa6\x1f\x7b\x16\x0b\x82\xf7\x6d\xcb\xed\x1a\xb9\x82\x10\x3a\xd8\x52\xd0\x5a\x25\x08\xd1\xd7\xed\xec\xf4\xa2\x05\x21\x31\xc4\x71\xd9\xa8\x39\x82\x30\xdd\xc3\x79\x8a\xc9\x6b\xe1\x72\x5a\x90\xc7\x23\xdb\x7f\x84\x11\x29\xbf\xfb\x4b\x3c\x57\x7e\x1c\x3f\xdd\x3d\xec\x44\x98\xfb\xfb\xdf\x13\xda\xc5\x19\x4c\x7f\xfd\xee\x52\x5c\xd4\xcc\x5e\xd9\x69\x6f\x37\xc7\xf8\x17\x9e\x9f\x1b\xf1\xe6\x4a\xe4\x9e\x45\x2b\x17\x44\xbc\xb1\x0c\x9d\x5d\x7b\xb5\x5c\xeb\xb5\x76\x88\xe2\x06\x9b\x65\x4b\x5e\xc5\x07\x14\xef\xf6\x58\xa1\xfe\xb2\xd0\x47\x38\x66\xb4\x72\xec\xcb\x7e\x9e\x37\xae\x84\xad\x1a\xf7\xa2\xbb\xbb\xed\x9f\xa9\x6b\xfd\x5f\xaa\xba\xe8\x3f\x1e\xb1\x52\xbf\x79\x3d\x7a\x38\x9d\x7b\xb2\x62\xb9\xc6\xcb\xe1\x8e\xa7\xfe\xc5\x92\xd3\x7f\xad\x77\xee\xfa\xac\x70\x61\xfc\x0d\x7b\xd7\xb7\xcf\x3a\x55\x38\x5e\x8e\x75\x93\x3c\x5f\x34\xbf\xcd\xe9\x89\xee\xd7\x5e\x38\x95\xe8\x1d\x7f\xe7\x99\xfd\x22\xae\xa4\xdd\x61\xef\xc9\xe9\x2f\x7b\x17\x75\xfb\x3e\x65\xf2\xc1\x97\xd7\x0a\x1c\xf6\x5c\x99\x7c\xfd\xd5\xb4\xdc\x09\xdb\x7b\x7a\x07\xbd\x3a\x9b\x1d\x23\x08\x36\x0f\x4d\x7b\xf4\x78\x21\x08\xee\x36\xe6\x4e\xbd\xaf\x08\x42\x60\xa2\x85\xa3\xa4\x56\x10\x22\xfa\x59\x0c\xd4\xfc\x4b\x10\x12\x4d\x6d\xba\xe8\x66\x08\x42\x6a\xaa\xdd\xcc\x91\x7f\x0a\x42\xda\x59\xa7\x9b\xe6\xfb\x85\xfd\x59\xaa\x1e\x53\xed\x97\x09\xbd\x32\xed\x7d\x1e\x7a\x77\xfe\x68\x34\xab\x53\x48\x71\x78\xc5\xfb\xc7\xa9\x3a\xd1\x07\xa6\x97\xbe\x0b\x4f\x54\x49\xf9\x31\xdf\xe0\x6d\x4c\x5c\x5e\xce\xc1\x92\x91\xaf\x4f\xc7\x04\x2d\xb8\xb6\x64\xc8\xab\xdd\x91\x1a\x35\x3f\x2d\x77\x7c\x15\x16\xfa\x62\x7d\xd7\x15\xe7\x5f\xfa\x05\xbe\xdd\xe3\xb4\x6a\xc9\x8b\xc9\xbe\xaf\x7f\x9c\xbd\x76\xc7\xf3\x68\x2f\xf3\x5f\x75\x36\x9c\x7a\xf6\x97\xfb\xd0\x07\x1a\x1b\xdf\x3e\x4f\x77\x0b\x7d\xf0\xe0\xff\xa1\xeb\x2c\xc3\xaa\xce\x9b\x87\x8f\xba\xeb\x9a\x18\xd8\xdd\x22\x08\x02\x06\x4a\x77\x77\x77\x77\x77\x77\x77\x77\x4b\x48\x28\x0d\x22\x20\x29\x20\x20\x21\x20\xa2\x48\x8a\x74\x9e\xee\x33\xcf\xb5\x37\xba\xbb\xf7\xfd\xdf\xe7\xd5\xe7\xfa\xf1\x6e\x86\xf9\xce\xf7\x5c\x67\x3e\x67\x7e\xc5\x09\xbf\xf2\xf0\x8b\x9b\x69\xb2\xac\x08\xc9\x74\x8e\xf9\x0c\xf9\x1e\x44\x44\xfa\xed\x89\x47\x0a\xae\x28\xc5\x84\x94\x61\x69\x25\x09\x54\x4e\xfc\x6c\x9f\xa7\x32\x3f\x9a\x29\xb6\xa7\xe3\xbc\x0a\x1d\x46\x2f\x22\xb7\x69\x5b\xb5\x16\x93\x19\xbe\x50\xcb\xa6\x3e\x8a\x59\x0f\xeb\xad\xec\x50\xcf\xc4\xbe\x09\x6a\x28\xb3\xd3\x18\xc2\x5d\x08\x58\x06\x10\xfb\x8d\xc3\x84\x6e\x0c\x40\x31\x98\x63\xff\x99\x0e\x00\x3d\x1d\xae\x86\x4b\x9b\x00\xa6\xfd\xbc\xeb\x37\xea\x00\x6c\x55\x85\x52\x19\x39\x00\x3c\x38\x45\x56\x1e\xb6\x00\xf8\x6a\x4a\xc5\xf2\xb6\xc3\x98\x7f\xab\x5c\xb2\x58\x23\xdc\xf1\xed\x56\xdb\xa7\x72\x97\x7a\xd1\xc7\x57\x37\xc5\x98\x48\xae\x71\x5f\x31\x33\x75\xe1\x20\x4e\x38\x9e\x77\x50\x0e\x89\x20\x58\xd8\xd5\xfb\xc4\xc5\xdf\xc5\x73\x5b\x3d\x88\x8e\x4d\xf3\xc3\x39\x9a\xdd\xcb\xb8\x99\xd5\x81\x0d\x36\xea\x7b\xa1\xf8\x5c\x14\xdd\x6c\xf0\x7b\xdd\x44\xe9\x3e\x14\x56\xeb\x7d\x4f\xd3\xcb\x60\x64\x93\xaa\xdc\xb4\x78\xa5\x30\xd2\x51\x89\x61\xed\x68\x65\x15\x6a\x4d\xe1\xce\xc6\xf5\x52\x04\xe6\xac\x5c\xc4\xe6\x40\xe1\x57\xd4\xa8\x6c\xd1\x36\x67\x1e\xd7\xe2\x0b\x05\xc7\xed\x89\xdc\x1b\x93\xbe\x4a\xdc\x3b\xc4\xcc\xde\xe1\x0f\x2a\xb7\x90\x7b\xd3\xe2\xde\x3f\x50\x53\x45\x1a\xa4\xe6\x75\x54\xaa\x49\xa1\x5a\x13\xf8\x9b\xee\xab\xff\x40\xeb\xc6\x2e\xd4\x0f\x69\xb0\x62\xee\x44\x79\x55\x3c\xd5\xe2\xc1\xc4\x46\x6c\x96\xd2\x6b\x7d\xc0\xca\x85\xca\xe7\xab\xeb\x8c\x60\x8b\x82\xd7\x00\x24\xb9\xd9\xad\x4f\x76\x01\x28\xdf\x61\xcf\x38\x6d\x0b\x60\x9c\xc7\x73\xff\xda\x35\x00\xcb\x65\x6e\xe6\xeb\xba\x00\x8e\x9f\xf9\x9b\xee\x55\x02\x78\x3f\x16\x09\x78\x54\x0f\x10\x30\x29\x99\xcd\xa7\x04\x2b\xa1\xfc\xd2\xb5\xa2\x97\xe1\x49\xc8\x43\x25\xa2\xb2\x20\x95\x23\xd8\x5a\x73\xdb\x28\x94\xfc\xd6\x77\xc5\xd8\xc4\x65\x3f\x31\xd3\x65\xd6\xfe\x60\x98\x0f\xbe\xc4\x69\xda\x1d\x92\x47\x71\xfa\x76\x0a\x61\x89\xd9\x02\x58\x66\xcb\x33\x69\x23\x05\x2c\x18\x3e\xd3\x63\x45\xd8\x62\x56\x54\xac\xc1\x64\x03\x7d\x79\x39\xf2\x8e\xf6\x5c\xbf\x51\x0d\x13\x42\x53\xcd\x68\x66\xb0\xee\x28\x22\x44\xd9\x7e\xa5\xad\x76\x1f\xea\xae\x22\xeb\xfa\xd1\x72\x1a\x34\xab\x7c\xf7\x46\x48\xc9\xfb\xb5\xab\x8a\xcc\x9b\x43\x45\x31\xd3\x3c\xca\xf1\x5b\xe8\xfc\xfa\x51\x21\x55\xde\x1d\xf3\x1c\xcb\x5e\x43\xf5\x78\xc4\x99\xac\xe4\x8e\x59\x8d\x6e\xc4\xb7\x8c\xa3\x6f\x8e\x69\xa5\xa1\x0e\x26\x2f\xd4\xbe\xd0\x7e\x80\x6a\x4a\x7c\x50\x6e\xac\x73\x17\x9d\x11\x9b\x52\xbc\xa3\xd3\x8e\xf1\x89\xcc\x78\xde\xad\x77\x04\x7b\x2d\xac\x36\x67\x45\xf7\x23\x76\x22\x98\x06\x40\xf2\xed\x63\xab\x13\xcf\x01\x54\xbf\x3e\x36\x3e\x15\x06\x60\xac\xf5\x4c\xfa\xa2\x0d\x80\x5d\x35\x87\xf2\xb5\x23\x00\x6e\x51\x7c\x41\x0c\x8c\x00\x7e\xdf\x84\xaf\x3c\xf2\x02\x08\x5d\x13\x97\xe1\xd5\x84\xe9\x88\xb3\xd2\x7c\x62\x8f\x40\x22\x72\x47\x81\x55\x11\x41\xbd\x1d\x59\xa8\xfe\xd5\xf8\x0d\xb9\x30\xa4\xd2\xa0\xdc\xf5\x1c\xd1\xd6\x4b\xca\xe6\x6d\x38\x02\xf7\xd6\x4d\xd3\x55\x29\xf3\x1c\x56\xc4\x49\x24\x68\x27\x7f\x0c\xbd\x61\x2b\x95\xa4\x5c\xb2\x86\x2a\xb2\xa8\x2f\x10\x2b\x9f\x43\xe0\x8d\x45\x5f\xc7\xd7\xfa\x6d\xaf\xe9\x4e\x0c\x84\x37\x1a\x6e\xb9\xaa\x6f\x2d\x7c\x7e\x5b\xbd\x83\x50\xe1\x5f\x5e\xaf\xdf\x8b\x68\x57\xbe\xbe\x7a\xbc\x86\x63\xfb\xaa\x52\xe2\x5a\x5e\x85\xd1\x9c\xa4\xea\x9d\x0d\xe3\x32\xb3\x31\x1e\x75\xf4\x66\x7a\x71\x61\xdf\x94\x66\xe3\xd6\x70\xa1\x61\x3b\x9b\x76\xe5\x36\x35\x8f\xd8\x24\xa8\xe3\x8a\xa0\xcb\x76\xa9\xe1\xd5\xe3\x43\x90\x32\x3c\x5e\x3a\xea\x1f\x40\x09\x24\x97\x15\x3b\xeb\x2b\xa1\x4f\x25\x48\xe5\x9f\x33\xb8\x8f\x9e\x8f\x99\xcf\x9a\x32\x3c\x87\x49\x89\xac\x4a\x8b\x37\x9c\xc2\xde\x0d\xa3\x02\xc8\xbe\x7f\xf4\xec\xc4\x10\x80\x8e\xee\xc3\xc8\x53\x9d\x00\xe6\x39\x8f\x89\xe7\x5f\x02\x38\x24\x3f\x65\xbc\x62\x02\xe0\x6d\xc6\xfd\xf0\xee\x12\x40\x50\x20\xff\x02\xab\x1e\x40\x54\xba\x48\x0c\x37\x3d\xec\xc4\x7c\x91\x18\x14\x89\x00\xa5\xf8\x9b\x72\x07\x15\xc5\xa8\x87\xe3\xdc\xd4\x7c\x4c\x2f\x92\x9f\x47\x1f\xd3\x45\xba\x72\x10\x8d\x83\x5f\x5b\x3c\x8d\xd0\xc6\x55\x78\xa6\x38\x37\x66\xba\xa0\x5f\xba\xa5\x06\xb0\x96\xed\x41\x79\x3b\xce\xc6\x16\x57\xb4\x20\x7f\xb3\x0e\xcd\x37\xa8\xfd\xb4\x8d\x32\x1b\xad\x33\x6c\x3a\xba\x59\xa5\x1f\x3c\x7c\xb2\x2d\x75\xf3\xb6\x66\xf1\xf7\xd8\x76\xf1\x2d\x26\x0d\xc6\x1f\xfb\x5a\xbc\x76\xb2\x55\x5e\x2f\x3b\xbf\x3e\xbb\x8c\x52\xfb\x7d\xe5\x47\xed\x93\x71\x23\x2d\xe1\xb5\xa4\xaa\x3d\x7d\xf7\x75\x2f\xaf\xaf\x94\x9f\xeb\x68\xd4\x4d\xd9\x5c\x2b\x2e\x6d\x5c\xd3\x8b\xd9\x0e\xcd\x5f\xaa\x1c\x34\x3c\xbe\x93\x9b\x5b\xf8\x52\xd2\x50\x1e\xd1\x9e\xd9\x50\xc8\x60\x84\x47\xe6\xa5\x65\xe7\x65\x18\xd3\xa1\x82\x93\x8f\x67\xbc\x31\xe1\x47\xab\xc5\xd7\xa6\xf0\x9a\xa4\x60\x04\xa3\x63\x13\xc2\x4c\x99\x31\xe3\x11\x73\x00\x8a\x3c\x8f\x8c\x4f\x36\x02\xe8\x74\x3f\xb2\x3c\x1d\x02\x60\x19\xf5\x88\x7c\x5e\x0a\xc0\x95\xe1\x09\xf1\x4a\x14\x40\x10\x23\x87\xce\x9d\x4e\x80\xc8\x68\xde\x06\x56\x2e\x80\xd8\x37\xc2\x86\x5c\x3d\x80\x4b\xfe\x21\xa6\x20\x42\x03\x56\x69\xf7\xa4\x76\xe4\xc3\xa9\x5a\xa9\x28\xa5\xa3\x06\x1d\xe4\xea\xa4\x76\xad\x18\x97\x18\xa2\x55\xf4\xaa\x89\x66\xc4\x7d\xdc\x6f\x81\x41\x0e\xb8\x5c\x3a\xd4\x84\xb7\xb4\x27\xb6\x5c\x12\x41\x72\x7b\x12\x59\x5c\xc7\xb6\xa3\xef\xc0\x99\x7d\xa7\x91\x63\xf3\xaa\xd5\x9e\x7a\xa3\x8e\xfe\x55\x6f\x23\x89\x4f\x7c\x7d\x22\xeb\x74\x3a\xb5\xb3\xf9\xdd\x76\x9b\x03\x1a\xaf\x17\x3c\x5b\xc3\x37\x5e\xab\x63\x7e\x7c\x6a\xde\x99\x94\xd6\xd9\xb3\x44\x7e\xa3\xf0\xe1\x93\xde\xe4\xaa\x64\xed\xeb\x76\x35\x03\xf5\xf5\x95\xf2\xf0\xd7\x56\xc6\xf1\x1b\x5e\xaf\x8c\x2a\x6a\x4c\x6c\xb7\x74\x8b\xef\x15\x4f\x9b\x7a\x6e\xf7\xe4\x6f\xe7\xcb\x9a\xd1\x22\x4e\xe7\xa4\xe7\x24\x98\x59\x22\x90\x99\xc1\xa9\x13\xe6\x61\x28\x86\x94\xcd\x78\x13\xcb\x47\x28\x44\xe2\x68\x0c\xc1\x62\x10\x3d\x14\x47\x13\xfd\xc8\xc2\x1d\x63\x15\x7d\x11\x40\xb5\xfe\xe1\x7b\x3a\x35\x00\x23\x3b\xb6\xee\xd3\x59\x00\xb6\x0d\x8f\x4e\x9c\x8f\x03\xf0\x62\x7c\xcc\x71\xe5\x06\x40\xc8\xf0\x53\xab\xdb\x77\x01\x62\xcd\x39\xab\xee\xd7\x00\xa4\x70\xf1\x5b\x3d\xc5\xc3\x72\x3a\x4e\x74\x4c\xd4\x1d\x4c\xf3\x6a\x25\xbc\xe5\xbf\x51\x19\xf3\x9c\x15\x2e\x19\x73\x93\x73\x73\x8f\xa8\x7d\x75\xa5\x23\x3a\xa6\x7a\x18\xdc\x0e\x5f\xc0\x1d\x8f\x42\xda\x70\xe7\x4c\x22\xf3\xfc\x4c\xbc\xc4\xaa\x7f\x6c\x27\xfb\xc4\x86\x08\x35\xb7\x6e\x3e\x76\xbb\x9e\x3e\xdb\x79\x74\x8d\xc6\x6e\xbb\xe6\x43\xdf\xa1\x25\x15\xd3\x89\xb1\xae\x61\xed\xe5\xf7\x86\x55\x93\x94\x01\xbf\x35\x37\xdd\xf4\x99\xbe\x9e\xb1\x59\x53\xbd\xec\xef\xa7\x3a\xba\x07\xc5\x0d\x2b\x16\xe7\x9a\xc5\xda\xb7\x4d\xd8\x57\x4e\x37\x1c\xa8\x0b\x37\xab\x5f\xb3\xaa\xc6\xbe\x22\x5b\x58\xad\xd7\x56\x6c\x15\x59\x59\xaa\x6c\x16\x95\xb6\xe5\x3c\xb1\x3e\xb0\xf5\xe9\x85\x41\xba\x83\xf5\xeb\xed\xad\x7c\x54\x72\xa9\xb5\x37\x42\x32\x47\x22\xde\xd5\x9a\x80\x14\xca\x68\x89\x72\xb4\x51\x45\x05\x24\x7f\x0e\xbd\x6a\x9b\x84\x96\x4e\xf0\x0f\xba\x6b\x9b\x88\x39\x1f\xb3\x08\xa0\x96\xc9\x5a\x71\xf2\x2c\x80\x29\x86\x6d\xfe\x4c\x34\x80\x83\x34\x6b\xed\xb9\xfd\x00\x3e\x23\x8f\x0e\x5d\x4e\x02\x88\xba\xfb\xf8\x8f\x1b\x9e\x00\x49\x41\xcf\x8a\x18\xfd\x01\xb2\xb9\xb9\x6b\x1f\xbb\x00\x14\xcc\x0a\x64\x0b\x1c\x02\xfd\x22\xb4\x38\xbd\x02\x2b\x35\xb1\x64\x40\xda\x5c\x57\x9d\x3c\x58\xf2\x40\xf9\x77\x27\x3c\xf1\x74\x5e\xb5\xae\x58\x94\x2a\xf6\x73\xea\x90\x79\x61\xee\x22\x52\x3f\xda\xc2\x19\x51\xd3\xb3\x81\x09\x4c\x0a\x9c\xec\xec\x5a\x13\xf3\x9e\x4c\x39\xde\x3b\xf1\xe3\x77\xd7\x90\x5a\xe2\xd8\xca\x7c\x80\x75\xf6\x28\xe3\xc4\x85\xc5\x6d\x93\xe8\x2f\x46\xc3\x98\x95\x0c\x03\xeb\xa9\x3b\xfd\x5f\x47\x7e\x37\xb3\x9c\x55\xea\xd9\x69\xa3\x58\x5e\x5e\x78\xd9\x7e\xa5\x2e\xc0\x8a\xb4\x14\xdd\xf4\xb9\x8c\x6c\x13\xb6\xb2\x5d\xbf\x9c\x57\x6a\x37\xb7\x86\xaa\x56\xc8\x3a\x6a\x37\xbb\x51\xf9\x6a\x2c\x85\xdf\x5e\x71\xcb\xa6\x78\x26\x7e\xd9\x5e\x71\x7b\xbb\xe0\x5e\xa4\xa9\x23\xc7\xce\xa7\x3c\xee\x70\x26\x07\x76\x24\x73\xa6\x44\xc0\x61\xa7\x52\xe4\x66\x9a\x9b\xcf\x9c\x53\x13\x6a\x3c\xa9\xde\x0b\xe7\x44\x87\x7e\x13\xd7\x0d\xa0\xa5\xc5\x26\x49\xa7\x05\x60\x7e\x89\x05\x73\xfa\x19\x80\xcb\x02\xab\xd9\xb9\x49\x80\xc0\x4f\x6c\xc9\x97\x65\x00\x62\x06\x1e\xa6\x5e\x37\x05\x48\xdf\x78\x52\x41\x3f\x09\x50\xb4\x87\x63\xfa\xa1\x35\x40\x99\xa6\xc0\x0d\x21\x19\xf0\xad\x92\x15\xce\x90\x1d\xa1\x26\x54\xe9\x49\x8a\xea\x32\x93\x7b\xea\x0e\xca\xab\x39\x7d\x22\xf2\x95\x2e\x6a\x1a\x47\x7c\xc5\x46\xbc\xb8\x67\x74\xf0\xf9\x29\x44\x54\x96\xbb\x2d\xb2\xde\x69\xcd\x3d\x8a\xcb\x3f\xba\xd7\x7d\xf1\x6b\x18\x57\xd4\x8f\x11\xd9\x99\x48\xdf\xb9\xca\xf2\x6f\x39\x53\x39\xce\xaf\x3f\x48\x4f\x87\x7f\x0f\xb7\x44\x8f\x65\x8d\x27\x8c\x65\x59\x5f\xf8\x7a\x7a\xb8\xa4\xa5\xdf\xc1\x6d\xfa\x69\x7f\x43\x45\xb7\xf3\xc7\xb9\xe2\xee\xb9\xa2\x12\xe7\xc7\x8b\x0f\x5b\xf7\xe7\xd4\x38\x57\x2e\xbf\x6e\xfc\x3d\x25\xd6\xa5\x75\x8d\xbe\x36\x31\xfe\x90\x0b\x6e\xe3\x5e\x45\x74\x64\xb5\xab\xf0\x26\xb6\x34\x22\x8c\xc7\xb5\x75\x6b\xf1\x45\x6b\x50\xab\xab\xe4\x8e\xed\xf3\x16\xdf\xb3\x6e\xca\x88\xea\x6c\x19\x2f\x59\xd7\x50\xd4\xd1\xb4\x3f\xbc\x8e\xb8\x1e\x47\x19\xa5\x64\x7b\xc8\xb9\xa8\xa0\x65\x13\x8a\x01\xf4\xe4\x58\x8a\xe8\xfe\x00\xb0\x0e\x62\x31\x3d\xdd\x01\xe0\xb9\xc4\xb4\xef\x74\x2f\x40\xf8\x6d\x56\xcd\xcb\x7c\x00\x49\x19\x2c\x25\x57\xef\x03\x3c\x47\x3d\x16\xbe\x77\x06\xa0\xcc\xf8\x69\x3b\xab\x37\x40\xe5\x07\xde\x07\x7c\x3a\x30\xf9\x3a\x92\x5f\x55\x2c\x80\x5a\xd5\x74\x50\xec\xb1\xf6\x65\x8a\xe0\xdb\x20\x69\x2d\x5b\x6e\x22\xcf\xeb\x3f\x54\x1f\x46\x98\x63\xa5\xab\x66\xf5\x1e\x3d\x5f\x42\x9c\x7d\x41\xb0\x9c\x79\xdd\xb1\xea\x95\x35\xe6\x61\xd6\x6f\x39\x67\x12\x2b\x1d\xe5\xfc\xd5\x7f\xe2\x53\xa8\x79\xd5\xcd\xef\xf8\x71\x9c\xff\x8d\x0e\xe2\x8f\xe0\x09\x8c\xab\xef\x87\xf8\x69\xf3\x36\x9c\x87\xd9\xa7\x43\xe3\x98\x8a\x6b\x5e\x5e\x93\x5e\x43\x23\x05\x65\x5e\xd9\xb3\xe2\xbd\xe2\xc9\xef\x7c\x8b\xbe\xe3\x3b\xfd\x13\x12\xbc\xf2\x97\xa8\x4d\x9f\xc2\x95\x7d\xa8\xab\xc7\x5f\x5b\x85\x2e\x7b\x37\xaf\x15\xd7\xe4\x07\xb2\x78\xc5\x6d\x5a\xbc\x14\xf3\xe7\xf7\x1c\xdc\xaa\x2a\xf6\xf7\xbb\xe4\xc1\xb9\x73\x27\xff\xbd\xf7\x39\x77\x0c\xe2\x43\xd6\x8e\x97\x94\xdb\x77\x64\x6c\x3a\xb8\x75\x7b\xb1\xa1\x02\x52\xae\xba\x5d\x70\x97\x45\xe7\xc4\x0b\x01\x18\xd0\xb1\xde\xa5\xfb\x00\x60\x73\xfc\x7e\xdc\xc9\x57\x00\xbe\xd2\xcc\x89\xe7\xf6\x00\xc4\xb0\x30\xa2\xcf\x49\x01\xa4\x45\x30\x6b\x5c\xa6\x07\x28\xbe\xcb\x36\x7f\xe7\x1d\x40\x55\xe2\xa3\x8f\xf7\xe5\x00\x1a\x52\x38\x77\xb8\xcc\x80\xd0\x6a\xcb\x33\x20\xfc\x9e\xba\xd6\x7d\x54\xa8\x42\x5d\x9d\x62\xfb\x1e\x2d\x41\x63\x35\x4a\x9c\xea\x3d\x24\x17\x1c\xb4\x86\x75\xeb\x28\x52\xc7\xe7\x99\x6c\x4f\x37\x5f\x32\xbe\xd4\xb4\x7f\x85\xa3\xea\xb5\x43\xf6\x40\xf6\xd4\x62\xf1\xa1\x20\xc9\xe9\xea\xbe\xb9\x8c\xdf\xcb\x7e\x6c\x7e\x1d\x52\x8c\x79\xdb\x20\xb1\xd6\xd7\x3a\x13\x1e\xdb\xf5\xf9\x3b\xb2\x84\x31\x62\x62\x58\xea\x1b\x4d\x66\x75\x98\xda\x97\x8b\xa3\xa7\xe2\x49\x21\xd8\x19\xae\xfe\x7b\xd1\x91\x41\xc7\xbf\xef\x74\x56\x86\x6f\xf8\xe3\x97\x0c\xdf\xb2\x87\x70\x07\xf0\xad\xcc\xbd\x9e\x0d\x7c\xe2\xf7\x65\x3d\xb9\x4a\xc2\x37\x30\x60\x68\xd3\xec\xa5\xb8\xb7\xb7\x5f\xc3\xb6\x55\xd1\x1d\x0f\xb5\x80\xac\x9d\xce\xbc\x22\xb7\x8a\x00\x55\xc4\x68\xd6\x80\x0b\x7d\x00\x1f\x8a\x2f\xf5\xae\x33\xb7\xdf\x02\xfa\x7c\x62\x9c\x63\xaf\xaf\x2d\x86\x39\x26\x0b\xc0\x84\x96\x99\xee\xa4\x24\x80\xb3\x3e\x53\xcf\x69\x7a\x80\x40\xd9\xfb\xcf\xce\x78\x03\xc4\xaf\x31\xf2\x9f\x63\x07\xc8\x99\x64\x0a\xba\xac\x0d\xf0\xea\xc9\x83\xf3\x37\xee\x02\xbc\xf6\x66\x0b\xbe\xf7\x16\xa0\xdd\xfa\x59\x05\x87\x29\x6c\xf6\xf9\x72\x87\x8b\xcc\x01\xfd\x47\x55\x7e\x1f\x65\x4e\x4a\xe3\x04\x5e\x78\xc3\xac\x87\xc4\x3f\xde\x25\xa5\xe1\xff\x3b\xee\xc2\xa7\x9b\x8a\x36\x59\xdc\x3b\x2f\x46\x4a\x35\xc9\xaf\xbb\x97\x07\x47\xd6\x8d\x95\x06\x0a\xbf\xb8\xf5\x52\xdc\xef\x7e\x3f\xd8\x51\x57\x36\x9a\x47\x42\xba\xb6\x1d\x29\xa1\x2d\x62\x41\x96\x16\xcf\xe6\xeb\xb5\x78\x2e\xb7\xa5\x63\x32\xe9\x07\x63\xa6\xe2\xe3\x9f\xa4\x04\x4e\x98\x8e\x4e\x47\x08\x24\xa6\xcf\x64\xf7\xf9\x07\x47\x26\x30\x2d\x9c\xe9\x94\xf6\x17\x8a\x95\x5a\x4e\x69\x4c\xf5\x41\x46\xe1\xd7\x1e\xd4\x56\x7a\x9f\x8c\x9c\x58\xdf\xae\xe4\xf7\xbc\x1b\xf1\x63\x33\xb9\xac\xdc\x2d\x3a\xe2\xe6\x76\x78\x61\xa5\xb3\x42\x64\x05\xe2\x54\xae\x81\xe3\x5c\x84\x2f\x52\x28\x83\xe8\x60\x1e\x1e\x88\xd2\x48\x29\xb0\xeb\x0b\x33\x44\xfb\xc6\x57\xda\xa1\x82\x2f\x63\xd8\x62\xdc\x01\xcc\x59\xee\xf7\x9e\x58\x05\x70\xa3\x61\xe8\xa2\xdb\x0b\x10\x7a\xff\xae\xfe\x49\x0b\x80\x94\xe0\xdb\xfd\x27\x09\x00\x45\xf7\x6e\xe7\x9f\x4a\x03\xa8\x71\x63\xa8\xbc\xd4\x07\xd0\x5a\xc2\xfc\xee\xd6\x10\xc0\xfb\x59\xb6\x3e\xa6\x1c\x80\xb1\x2b\x1c\x1a\xfc\xfa\x90\x3f\xa3\xca\x2d\x29\x7d\x80\x2a\xb8\xf0\x50\x20\x5b\xff\x33\x69\x75\xdd\x5d\xf4\xb2\x87\x36\xce\x7e\x4b\x54\xaa\x2b\x0d\x83\xa8\x5a\xcb\x54\xb4\xaa\xb9\xbd\x72\x79\xfa\xa3\xde\x8b\x0f\xe5\x93\x59\x1f\x3e\x39\xe7\xcf\x76\x75\xbc\x2b\x5b\xcc\x9b\x43\xda\x56\x1f\xad\x39\x5f\xae\xb6\xed\x9a\x78\xf0\x5d\x6d\x47\xcf\x8f\xa1\xf0\xf8\xc6\x13\xc3\xda\x93\x19\x41\x32\x65\x4a\x93\xf2\xc3\xc7\xfd\xda\x0a\xfb\x66\x8b\xdf\xbf\xf2\x46\xe7\x70\xfc\x08\x6b\x73\xf7\xa8\xcb\xf6\x5c\xb6\x68\xac\x77\x67\x48\xc7\xac\x7e\xab\xe3\x73\x69\x4c\x15\xdd\x88\x2e\xd7\x73\xbe\x95\xbc\xba\x75\xae\x04\xe7\x98\x1d\x8f\xde\x91\x7e\x4e\xb2\x77\x8d\xdf\x40\x14\x64\x3f\xb3\xbb\x18\x9b\x88\xa2\x4d\x7d\x6b\xa3\x14\xb3\x88\x66\x4b\x58\xb6\x76\x8e\x16\xc0\xfc\x11\x7b\xd5\x32\x21\xa6\x14\x53\x14\x75\x11\xc0\xbc\x8b\xe1\xfa\x31\x2a\x80\x47\xc2\x2d\x47\xda\x7d\x00\x91\x7e\x37\x4f\xd3\xce\x02\x64\xe2\x6e\x5d\x3e\x31\x0a\xf0\xea\xd1\x1e\xa0\xa1\x01\x68\xcc\xbc\xdd\x70\xa6\x06\xa0\x8b\x81\x91\xeb\x6a\x0d\xc0\x28\x0f\xb3\xc2\x1d\x41\x80\x19\xc1\x27\xd6\xcf\xb8\x00\xb5\x2e\xc5\x31\x22\x5a\x45\xad\x44\xef\xe3\x1d\xd7\x7a\x46\x66\xc0\x57\x0b\x1f\x72\x4d\xc0\x3d\x46\xd2\x48\x89\x65\xec\x41\x7c\x5b\xfb\xa4\xf8\xb8\x3a\x76\x55\x6f\xd6\x57\x67\xb4\x8f\x76\xea\xd6\xe0\x8c\xe3\xcd\x99\xfd\x5d\xd8\xca\xeb\x99\xc7\x76\x1a\xb3\xe3\x5a\x9f\x35\xdd\x58\x55\x0d\xbb\x3e\x70\xb2\xb7\x65\x76\xc4\xa7\xed\xe3\x8d\x8f\x7c\x5f\x75\xdd\xed\x3b\x2a\x26\xf1\x83\x6f\xdd\x12\xeb\x84\xe7\x86\xbb\xfd\x9c\xd3\x2b\xde\x2f\xea\xb6\x78\x39\xa9\x95\xc8\xae\x14\xbe\x6e\x71\x50\x2f\xb4\x5e\x77\xaf\x44\xd8\xc5\xe4\x7f\xdc\x94\x2a\xc3\xdb\xba\xe5\xb8\x6c\x6b\x14\x7e\xb4\x89\xcd\x20\xed\x6c\xe7\x46\x5a\x33\xa6\x3f\x46\x0a\x66\x14\x59\xa2\xd2\xef\x23\x29\xa9\x9d\x16\x23\x29\x2d\xe8\xc7\x09\xcf\x2d\x9e\x24\x5d\xc6\x5c\x8d\xf1\x33\xeb\x4a\x8c\xc5\xa0\x23\x2c\x00\xac\xf7\xdf\x76\x39\xba\x0f\xc0\x27\xfe\x96\x2f\x6d\x02\x40\x6c\xde\x75\x0c\x2d\x27\x40\xde\xc9\xbd\x02\x7f\xc6\x5f\x63\x79\xf5\x3d\x6d\x29\x40\x27\x3d\xcd\x9b\x3f\x9f\x3f\x9d\xdd\xe3\xf7\x27\xa7\xee\x30\xe0\xae\x79\x00\x2c\xf7\xb3\xbe\x62\xbe\x0e\x40\x4a\x7b\x6a\xc8\x77\x87\xba\x48\x76\xe4\x59\x54\xcf\xf8\x2b\x0f\x93\xc8\x19\x49\x9b\x14\x8b\x5f\x79\x58\x72\x98\xe9\xd7\xb3\xed\x17\x1a\xbd\xfe\x49\xd2\xbe\xf6\xcb\xad\x92\xad\xfe\xd5\x98\x0f\xf3\xc2\x51\x0c\x7d\x16\xdd\x3b\xf3\x1b\xde\x62\x63\x6a\x1f\x2d\xbe\xde\x75\x2e\xfe\x92\x3e\x8e\x1b\x93\xb0\xf3\x1b\x25\x4c\x5f\xe8\x57\xb1\xb3\x7b\x67\xf9\x3d\xbf\x83\x6c\x23\xd1\xc2\xb4\x54\xdc\xe4\x68\x6d\x52\xaf\xb1\xba\x59\x2b\x6b\x95\x5f\xe9\xbd\xa1\x56\xce\x67\x25\x53\x1a\xb5\xa5\x5a\x5c\x6c\x69\xfb\xa2\x72\xbb\xa3\xe0\x99\xf9\x7c\x41\x10\x22\x37\xab\xcd\xc2\x24\x27\x16\x19\x9b\x2e\x6f\x6a\x99\xab\x87\x3e\x93\x30\x6b\x2a\x9e\x6d\x81\x4e\x8f\xcb\x37\xde\xc8\x3c\x88\x19\x8a\x58\x35\xde\x4c\x23\x62\xd9\xc3\xe6\x01\x1c\x62\x6e\x2a\x1e\xb9\x00\x10\x90\xbb\x97\xf3\xcf\xf8\xe2\xff\x63\x8c\x00\xbc\x48\xde\x65\xe3\xf3\x5d\xf6\xdd\xde\xcd\xc3\xa4\x14\x4d\xd0\x9f\x5c\xa3\xec\xfe\x1d\xd7\xc3\x40\x7b\x69\x14\x80\x5a\xff\x54\x87\x77\x88\xba\x45\xf6\xe3\xe9\x53\xbf\x4c\x9a\xc1\x8b\x0b\xc7\x78\x3c\xc4\xbe\x40\xf2\x4b\x31\xa7\xff\xb1\xd0\xb4\x0e\x2a\x8f\x2b\x79\x86\x93\x17\x55\x0c\xcf\xb4\x0d\xbc\x56\x9d\xc5\x39\xa0\xfa\xf7\xa5\x51\xbf\xb8\x84\xbb\x7f\xca\x0e\xd1\xfe\x74\xfc\x0d\xe2\xcb\x84\xf3\x85\x2f\xe4\xcf\xba\xa3\x1f\x6d\x5c\xa7\xcb\xbf\x29\x0d\xf8\x99\xd9\x7f\x3f\x32\x8b\xec\xf6\x37\x4d\xfd\xca\xb0\x50\xde\xa6\x6c\xd6\xd8\x9f\xb7\xfc\xf4\x4d\xbb\x59\x44\xbb\xd1\x5a\x60\xb5\xbd\x59\x79\xa3\xc2\x86\xf7\x2b\x0f\x13\x44\x2d\xed\x76\x58\x81\xb7\x49\x59\x95\xdc\x8e\x43\x9e\x9f\x49\xf0\xcb\x41\x44\x45\xd6\x63\xe3\xde\x62\x2d\xd4\xe3\x14\x35\xa3\xad\xa2\x6a\xf4\xa9\x84\x52\xa3\x9b\xf9\x15\x18\xfa\xe8\x41\x23\xda\x3c\x05\x4c\x45\xa4\x9a\xa1\x71\xd6\x53\x6c\x7f\x70\x35\x80\x33\xc7\x8d\xa3\x87\x2d\x00\x42\x08\xbb\x79\x48\x37\xa0\xd1\xfc\x93\xaf\xea\x76\xe3\x7c\x6b\xbd\xcb\x8f\x25\xbb\x9c\x8b\xa6\x69\xf9\x93\x98\x1f\xbb\xcf\x00\x77\xe2\x4e\xb3\xfc\x95\x87\x06\x32\x1b\xaf\x8d\xd6\x01\xec\x18\x5e\x49\xe4\xaa\x87\xf4\x0f\x53\x74\xb8\xf4\xa7\x38\xe7\x91\x6b\xdb\x55\x6a\x5a\x45\xa7\xda\xe4\xd6\xb4\x8d\x4c\xeb\x75\x5f\x06\x2c\x26\x3a\x5c\x68\x4f\x8c\x1b\x98\xfb\x12\xf4\xb5\x4f\xcf\xcf\x6b\x46\xf4\x15\xfb\xc0\x3b\x9b\xa9\x69\xe3\x6f\x7f\x0c\xac\x99\x9d\xf8\xae\x38\xc7\xd5\xfd\xbb\xd1\xd1\x45\xd9\x05\xc3\x36\x63\xfd\xe0\x05\xe2\x92\x56\x63\x98\xa1\xd0\xf8\xde\xd5\xc3\x75\x8c\x86\xcc\x7d\xe3\x1b\xa2\xaf\x34\x0d\x6f\x77\xbe\xd9\x7a\xfa\x82\x6c\xe0\xd1\xf2\x65\x9b\xf8\xdc\xdf\x60\xbd\xe1\x06\x42\x36\xfb\x8c\xfe\x62\xed\x0a\xb2\x25\xb5\xd6\x40\xbe\x42\x00\xd5\x94\x38\xa2\xcf\x5c\x6e\x89\x4e\x88\x3b\xa3\xef\x5b\x6a\x81\x79\x14\x2d\xa6\x67\xf4\xe2\x0f\xac\x55\x28\x9f\x9e\x69\xc1\x32\x76\x30\x58\x16\xc0\xb5\x65\x2f\xf7\x9f\xf1\x44\x6c\xee\xc6\x95\x2b\x4b\xf3\xc7\x9f\xac\xfe\x59\x07\x5d\x2c\xbb\xfc\xdc\xbb\xcb\x95\xd0\x5f\xf1\xff\x5b\x1e\xf0\xaa\xa4\x61\xbe\x78\xdd\x95\x65\x1a\x82\x99\xc8\xb2\x93\xc0\x78\x24\xc6\x54\xce\x22\xda\xe0\x5d\x3f\x52\x41\xbd\x2e\x4b\xb8\xf6\xf0\xa6\x89\x31\xb5\xbc\x27\x8f\x7f\xfd\x8a\xfd\xa9\xba\xb4\xc8\x37\x4b\xf1\xfe\x07\xdb\x84\xbc\x23\x7e\x38\xe7\xab\x77\x6e\x5b\xde\xff\xae\xfb\xb9\xae\x5b\xc0\x68\xef\xa2\xea\x82\x75\x9b\xa2\x1e\xff\x0a\xd3\x92\x55\x23\xbb\xf6\x9d\xb5\xd8\x95\x9d\x5a\x53\xad\xc8\x25\xa5\xb5\xb2\x4a\x49\xdd\xa7\x9f\x8b\x37\xf8\x5e\x0e\xea\xec\x0c\xee\xd9\xda\x2e\x7c\xac\x6b\xd3\xe5\xb2\x93\x9d\x83\xd4\x59\x6c\xff\x88\xf8\x9c\x91\xa5\x17\xd2\x28\x8f\x34\x4f\x6b\xd7\xb1\x7f\xfd\x11\x2d\x10\xff\x87\xce\xf1\x5a\x4d\x0c\x7d\xf4\x6f\x3a\x05\x15\x33\x98\xea\x88\x2c\xed\xeb\x2f\xcd\x71\x27\x02\x9d\xb5\x49\x25\x4d\xb8\xcb\x81\x6a\x00\xbb\xef\x80\x02\x88\x7b\xbf\xcb\x22\xa1\xff\x3e\x0f\x1f\x2c\x76\x39\xb3\xb3\x4b\xcc\x1c\x8d\xf6\xff\xe4\x21\xf0\xf4\x25\xd2\x0e\x35\xe6\xe9\x17\xfe\xee\x95\x19\xb2\x29\x5f\xbc\xe6\x95\x49\x67\xc2\xa2\x98\x8c\x7d\x7d\xaf\x11\xce\x5a\x7e\x4f\xa0\xd5\xeb\x2d\x74\x82\xe6\xc5\x44\xc7\xe2\xcb\x08\x79\x93\xdf\x9e\x27\xa4\x1e\xd9\xfe\xc3\xce\xb7\xf4\x6b\x70\xdc\xba\xa6\xaf\x42\x5d\xa0\xeb\xe2\x1a\x5d\x0e\xa9\x41\xc4\xa2\x71\xc5\xb2\xeb\x6b\xd3\x5e\x5d\xe1\x95\xad\x65\xf6\x06\x27\xad\xd5\xb5\xd6\xd5\x1b\x35\x1b\x1a\x86\x1b\xb5\xeb\x0f\xcb\xc3\xd4\x0a\xb7\x8e\x6d\x14\x94\xda\x6b\x3c\x59\x38\xbe\x59\xfb\x62\x49\x23\x66\xc2\x69\x87\x36\x77\x4e\xf3\xce\x50\x23\xc2\x37\xf3\x8e\x66\x61\xdf\x25\xa4\x62\x1a\x97\x66\x5f\x97\x10\xea\x59\xd2\x88\xe6\xbd\x56\x61\x74\x5f\x0c\x93\xe6\xcd\xc6\x02\x4c\x51\x84\xa0\x46\xda\xeb\x6b\xd8\xc8\xe0\x2e\x8d\xb4\x9a\x3c\xdc\xe5\x80\x21\x4d\x93\xca\xab\x38\xf1\x80\x7d\x00\x81\xc3\xbb\xf1\xec\xfe\x62\x07\xe0\x95\xeb\x2e\x3b\xb4\x77\xf9\x29\xfe\xff\x57\x07\x7f\x92\x7a\x1f\x80\x89\xfe\xc6\xa1\xcd\x76\x6a\x0f\xfb\x1c\x4f\xd4\x34\x81\x6c\xce\xbf\xaa\xd9\xfe\xc1\x8e\xc4\x2f\x66\x6b\xba\xf1\xb6\x96\x70\x5a\x5e\xc1\xbd\xff\x15\x13\x36\x4e\xb3\x3f\xe2\x6e\x0e\x03\x0a\x69\x8c\x4e\xf5\x88\x59\x43\xb8\xdb\x91\x9f\x0f\xfa\x87\x6f\xe7\x7a\xf4\x94\x68\x3b\xa7\x6e\x29\xa4\x90\x5e\x5d\x31\x4f\xd9\xdc\xf7\xc6\xa7\x02\xa1\xa3\xb7\xa1\x30\x1d\x54\x29\xaa\x46\xdc\x1c\xd8\xd0\x2a\xe3\x57\x15\xdc\xbe\xb1\xd9\x53\x44\x54\x39\xb2\x43\xb7\xd5\x9d\xdf\xae\x5c\xb8\xfd\x76\x9b\xfb\x39\xbb\xea\xe1\xef\x26\x3b\xe5\xd9\x7b\x55\x1e\x4f\xd6\x22\xbf\x24\x1f\x55\x59\x1e\x3d\x8d\x5a\x89\xdf\xa7\x2a\x3f\x90\x82\xce\x88\x61\x52\x25\x77\x4f\x60\x34\x22\x69\xd4\x24\xda\x63\xb0\xc7\x42\x1b\xd5\xee\xb7\xa8\x62\x8b\x82\x06\x54\x87\xdf\x7c\xc6\x05\xfb\x9d\x57\x21\xbc\x9e\xc2\xb3\x79\x5d\x02\xd8\x5d\x66\x00\x90\x2b\xb3\xcb\x1a\xd4\x2e\xfb\x9f\xec\x72\xfa\x67\x9e\x70\x74\xff\x15\x7f\xca\x2e\x77\x1e\x03\x30\xf1\xdd\x3a\x3f\x1b\x4b\x1d\x7c\xaa\xc9\x23\xf5\x51\x92\x22\xc0\xcf\xaf\x18\xd0\xde\x47\xea\x16\x0f\x31\x3a\x5f\x1d\x4b\x3c\xa0\x90\xef\xd8\x5d\x78\x1e\xcf\xa2\x59\xee\xff\x30\xa9\x19\x2b\x62\x72\x38\xea\x7d\x68\x04\xba\xd9\x56\x24\xe9\xa5\x97\x0a\xd2\xdb\xd3\x32\x47\xc0\xe1\x0c\x62\x39\xc1\x34\x8f\xdf\xcc\x09\x71\xe8\x55\x5e\x7e\x91\xee\xcd\xed\x91\x81\x9a\x22\x37\x15\xf4\x76\xd3\x86\x74\xe1\x69\x25\x1b\x84\xd2\xce\xb9\x1c\x26\x45\x73\xe4\xe5\x9d\xcd\xcc\xcb\x0a\x9f\x91\xd1\x08\xc3\x74\x65\x05\x0e\x84\x12\x92\x3e\xc5\x44\x61\x64\xd9\x13\x25\x96\xa0\xab\xd8\x33\x7d\x1d\xcd\x1d\x33\xa0\x24\xf2\xc9\x12\x23\x1e\xa1\xa7\xb4\x35\x34\x85\x69\x09\x73\x55\xac\xff\x10\x83\x45\x06\x3c\x54\xba\xde\x9d\x8c\x8b\xf2\xbd\xa2\xc4\xd1\x3e\x82\xbf\xe9\x39\xa9\xd8\xd6\x9a\x8e\x2f\x72\xeb\xf8\xfb\x3c\xfc\xba\x1f\x7e\xf5\xc5\xb1\xee\x5d\xae\xd2\xfe\x5b\x1d\xa0\xaf\x02\x5c\xcc\xfa\x43\x6c\x41\x11\x80\xc9\xff\xf6\xb3\x4f\x55\xd4\xa9\xa7\x1b\xdc\x25\x5d\x38\x4a\x27\xff\x13\x99\x07\xf5\x53\x64\x1b\x89\x47\x3a\x0e\xc5\x63\xa4\xe3\x8a\x47\xad\xee\x66\xf4\x12\x92\xb5\x4e\xb8\x99\xc7\x1e\xc2\x5b\x1a\xed\xf5\xab\x09\x14\xc1\x96\x5a\x17\x44\xb2\xb9\x3e\xc6\xa4\xb9\x17\xc5\xf5\xd8\xf4\xa3\xc7\x62\xe8\x93\x04\x4d\xd4\xd0\xbc\x85\xaf\x52\x38\x75\x36\x90\xeb\x6d\xa5\x19\xe5\x2a\xf5\xc8\xd2\x19\xeb\x8c\x43\xf2\xd3\x28\x09\x24\x63\x0a\x97\xbc\x28\xaa\x09\x99\x9f\x24\x2d\xcb\x8a\x11\x42\x0b\x46\x9f\x96\xfd\x8c\x1e\x40\xbd\x8b\xd5\x95\xfd\x03\x7d\x1f\x1d\x19\x39\x2e\x3b\xbb\x76\x06\xf3\x28\x5c\x59\x2e\x62\x4e\x04\x7b\x30\xb8\x43\x2e\xe7\xeb\x1e\xec\x96\xbf\xbe\x9c\xdb\x98\x35\xae\xde\xfb\xa9\x1c\x66\x10\x87\xbf\xe8\xc9\x20\x67\xd0\x77\x0c\x8f\x74\x39\x20\xa7\xda\xc3\x4f\x10\x76\xa4\x02\xa4\x9b\xec\xc6\x57\xbd\xbd\xcb\xde\xc0\x5d\xee\xbe\x59\x0f\x80\xb8\xf9\xcf\xf8\xb1\x2c\xbb\x9c\x3f\xb2\xcb\x89\x44\x20\x3c\xb8\x45\x7f\xfd\xfd\x02\xb0\x3d\xdd\xfb\x54\xb7\xe9\x04\x05\x2f\xe0\x20\x75\xab\x62\x0f\x39\x56\x12\xa7\xfd\x22\x87\x42\xfa\xac\x98\x65\xdc\x9b\x50\x45\xc4\x69\x6a\xda\x5c\x09\x95\x20\x44\x1b\x95\xba\xeb\xf8\x3c\xc5\xbf\xb1\xd4\xf4\xbd\xe3\x38\x8e\x7b\xe7\x62\x1f\xcc\x60\xb5\x82\xe3\x0a\xbd\x19\x46\x6f\x34\x83\x75\xce\xee\x8c\x1c\xd2\x61\xc4\xde\xae\x7e\x1e\x95\xa9\x9a\x85\x99\xed\xcd\x8e\xea\x56\x38\x80\x91\x5e\x98\x8c\xde\x91\x95\xc6\x3c\x40\x33\x45\x7b\x48\xcb\x63\xd3\x30\x2f\x43\xe8\xa5\x36\xb0\x53\x18\x54\x50\x99\xe4\x18\x2e\x1d\xdb\xec\x67\x21\x75\x04\xcb\x83\xad\xf6\x6b\x96\x6a\x5b\x9f\xc4\xb1\xfb\xb8\x4a\x2d\x2f\xe4\xe2\x10\x1e\xe5\xd2\xec\x53\xb1\x78\x37\xd7\x09\x69\xa9\x89\x51\xfc\x0f\x67\x7d\xe9\xb4\x51\x75\x82\x98\xe3\x45\xa9\xae\xa1\x3d\xc4\xc3\xd6\x93\x7f\xf7\xc5\xff\xad\x83\x2d\x96\x7f\xc6\x4f\xb1\xd9\xe5\x0f\xe3\x5d\x7e\xc9\x05\xb8\x98\x72\xf0\x4e\x67\x34\x00\x8d\x16\x0d\xcd\x5b\x27\x08\x78\xd2\xc4\x56\x5d\x45\x4f\x55\x12\xa8\x13\x6d\x2e\xd8\xa6\x18\x48\xda\x2b\x9f\x4a\xae\x27\x47\x2b\x71\xe8\x3e\x88\xe2\x27\x7d\xd5\x58\x36\x89\xf4\x6f\x21\x59\xe9\x73\x58\xb4\xb8\x90\x89\x57\x2d\x8f\x3a\xdb\xd8\x0c\x11\xde\x3a\x6b\xb8\x69\x9b\xff\xc0\xe3\x83\xae\x7b\xe7\x1a\xe4\xe1\xbf\x24\x97\xfa\xd0\x69\x9b\xe3\x55\x5e\x94\xfb\x55\xab\x58\xe3\x8a\x3a\x14\x02\xdd\x15\xee\xe2\x1e\x8c\x17\x07\x2d\x48\x6f\xe0\xf4\xd6\x4e\x06\x78\x49\x8e\xe3\xd2\xb0\x4d\x7e\x76\x92\x8e\xb8\x2f\x58\xaa\xcf\x8e\x84\x1a\x3e\x0a\xf7\xd6\x23\x52\x9c\x97\xf0\x04\xef\xe0\x72\x45\x4c\x85\xd0\x42\xd8\xe3\x60\x29\x71\x64\xa7\x00\x1f\xea\x72\x49\x3c\x65\xa5\x90\xa0\x6f\xb7\x2c\xf1\xdb\xf7\x25\x42\x92\xed\x37\xf1\xd3\x53\xe5\x44\x67\xf3\x72\xf1\x94\x09\x41\x62\xae\x59\x13\x40\xe5\xa9\x9f\x75\xf0\x33\xfe\xef\x65\xff\x76\x0e\xd6\xd0\x3f\xe3\x9f\xdd\x65\x4f\xc9\x2e\xdb\x8e\x02\x30\x07\xdd\x52\xa8\xc1\x41\x34\xfb\x27\xb6\x6b\xc5\x55\xd4\x08\x41\x0f\xe1\x53\x99\xcf\xa8\xc7\x25\xac\xa4\x46\xa2\xbf\x53\x7c\x15\xe2\x94\xc6\x82\x96\xc9\x89\x1a\x64\xdd\x34\x4f\x7f\xd2\xa6\x01\x93\xc9\x63\x07\x35\x52\x8d\x69\xa3\x99\x8a\x65\x16\xe9\x9a\xc3\x41\x6b\x37\x53\x61\x62\xb0\x6f\x84\x43\x80\xfe\x38\x61\x3d\x4e\xc1\x65\x40\xeb\x2a\x21\xf9\x79\x82\x5b\x8e\x0a\x96\xa0\x5d\xd3\xe0\x2e\x2f\xef\x45\xd0\xef\x11\x73\x3b\x2c\xa3\x81\xcf\xfb\xf6\xca\xb3\x55\xf2\x26\x7e\x66\x63\xd2\xfd\xac\xd8\x77\x82\x35\xfe\xa5\xd3\x8b\x5f\x71\x8b\x56\x11\x2f\x10\x0c\x6d\xbb\x45\x35\x88\xe2\x84\x24\x1b\x73\x91\x63\x44\x36\xa2\x82\x19\x51\xe4\x0a\x6e\x2f\xd1\xdc\xcc\x4d\xc4\x7d\xfb\x10\x31\xd1\x34\x53\x44\x76\x29\x80\x74\xcc\x88\x51\xc4\xf9\xfb\x1f\xa4\x67\x86\x87\xfe\xae\x83\xcf\x51\x3f\xef\x45\xed\x7f\xc6\x8f\x70\xda\xe5\xf4\xf5\x5d\xf6\xff\xec\x8f\x8d\x9d\xbb\xac\x23\x00\x30\x9f\xbb\x71\xa2\xc4\x02\xbe\x3c\xfe\xca\x18\x9f\xad\x07\x4f\xf9\x2c\x9f\xad\xc6\x4f\x53\xdb\xc4\xec\x05\x56\xc2\x2e\x53\x8f\xc9\x4b\x48\x97\xfb\x3e\xa5\xfc\xae\x29\xa5\xb1\xe0\xca\x44\x0e\xd5\x8f\xd4\x13\xb4\x8e\x22\x0b\x9b\xbe\x32\xe8\x33\xcb\x21\xad\xdb\x9b\x9a\x18\x1a\x47\x90\x72\x3d\xac\xcc\x79\x74\xb7\x48\x6c\x11\x1f\xac\xc6\x34\x70\x44\x74\x7a\x84\x8d\xbd\x32\x9a\xb8\x56\xa2\x62\x73\x59\x7e\x95\x98\xdc\x78\xde\x76\x5a\x26\x88\x78\x7c\x80\xdf\xe1\x8d\x44\x3b\x51\xef\x1b\xca\x56\x55\xf4\x1b\x31\x66\x4b\xc6\x6a\x4e\x94\x96\x68\x4f\x68\xb7\x66\x15\xf6\x23\x71\x12\x53\x4c\x16\x84\x66\x49\xa1\xc4\x65\x23\x2d\x21\x35\x52\x37\x89\xde\x80\x5f\xd0\x97\x7c\x8b\x14\xad\xb3\x24\x80\x21\xcc\x93\xc6\xb5\x42\x04\x91\x68\x77\x52\xa8\xae\x9d\xa0\xf9\xba\x23\x79\xaf\x66\x10\xc0\xc0\xcf\x7b\x71\xe9\xbf\xfa\x00\xe1\xe7\x2f\x79\xe7\x3f\xee\x72\x78\x6d\x97\x2d\xc3\xbb\xac\xe7\x06\xb8\xd6\x7f\xfc\x60\xce\x2a\x00\x8d\x2e\x0d\x4d\x1e\x17\x20\x1e\x7f\xb8\x77\x3d\xd9\x0d\x1c\xf9\x7e\x7b\x9c\x17\x59\x0a\x97\x44\x0f\x72\x75\xf9\x0d\x52\xe3\xe5\x84\x44\x0c\xdc\xa4\x28\x2d\x1a\xf7\x14\xc4\xec\x18\x29\x2e\xba\x43\xca\x8d\x66\xc3\x64\x8c\x49\xaa\xa6\xa5\xc9\x04\x39\xc1\xa6\x54\x77\xd6\x60\x90\xec\xe6\x76\x55\xff\xa4\xce\x2d\xb2\x7e\x60\xb2\x3e\x41\x83\x91\xf4\x29\x91\xdf\x04\xa7\xbc\x4a\x7a\x9d\xa7\x6a\x1a\x23\xef\x47\x6a\xa8\xe0\x32\xf9\x24\x9d\x43\x12\xeb\xbc\x6e\x1e\x21\xf1\x99\x14\xfa\xc1\xd7\xa4\x57\xec\x3e\x49\x6e\x86\xde\x34\x4a\xd8\x99\x54\xb2\xf5\xd8\xb0\x45\x68\x80\x94\x48\x34\x31\xc4\x09\x66\x93\xcf\x92\xfc\x74\xb5\x05\x62\xc9\x21\x24\xac\x26\xbf\xc0\x09\x72\x03\x99\x51\x5d\x87\x7f\x9d\xdc\x43\xe6\x50\x1b\xe0\xdb\xa4\xdc\x24\xe7\x28\x1f\xe7\xd3\x24\x5a\x90\x27\x14\xbe\x03\x4c\x05\xfc\xdb\x39\x58\xb6\xdf\xe5\xc8\xe6\x2e\x3b\x7c\x77\x59\x73\x6d\x97\xf9\x3f\xfb\x65\x6e\x10\x00\x83\xf1\x79\xa7\x94\x70\x80\x87\x2d\x37\x3d\xa2\xf5\xa1\x8a\xf7\x00\x4b\x58\x90\x2a\x68\x88\xbc\x7e\xfa\xcc\x7d\x19\xce\x49\xb7\x73\xdb\x3b\xb4\x52\xf5\x54\xbf\x8b\x1b\x5b\x99\x50\xe9\xb5\xca\xa4\x3c\x4d\xb4\x28\x21\x46\x3a\x4a\xaf\x8c\xb4\x28\x22\x96\x49\xaa\x24\x3d\x76\x0a\xbd\xf3\x90\x7a\x8e\x66\x37\xe5\x91\xaf\x88\xfa\x35\xb5\x6c\x72\x55\x74\x91\x4e\xaa\xd2\x3d\xf2\x9b\x74\x07\xed\x25\xb9\x42\x72\xf4\x8b\x00\xdd\xd3\xd2\x29\x64\xeb\x9a\x1d\xdd\x7a\x89\x7d\x64\xcf\xf6\x2a\x1d\x35\xb1\x64\xf2\xc5\xa1\x63\xfa\xa2\x22\xa7\xc8\x77\xa6\x7e\xe8\xed\x17\x44\x91\x25\x36\x4f\x69\xa3\x7e\xc5\xcf\x1f\x44\xde\x20\x1b\xaa\x8a\xf2\x49\x51\x34\xc8\x5f\x15\xda\x78\x27\x28\xfe\x94\x7d\xf2\xa7\x78\xda\x28\x5f\x29\xfa\xd2\x4c\xdc\x31\x54\x56\x4a\x9b\xf8\x71\x80\xed\x81\x7f\xc6\xbf\xf1\xec\xe7\x3d\x90\xb0\xcb\xee\x9f\x1b\xcd\xeb\x43\x76\xf9\x82\x6b\x97\xa9\x3f\xfb\x45\x5a\x3a\x00\x93\xe5\xc5\x85\x58\x71\x80\x27\x62\xb7\x3e\x84\x98\xc2\x22\xb7\x06\xa3\x80\xf7\x43\x28\x12\xc2\xb1\xae\x38\x77\xc1\x7d\x19\x77\x4e\xbc\x35\x3f\x75\x56\x39\x96\x5f\xca\xec\x04\x35\x45\x63\x53\x78\xd1\xa0\x81\xaa\xa4\x4b\x15\xcf\xd1\x7b\x4e\x3d\x63\x6a\x2e\x6d\xaf\xf5\x8e\x7a\xd2\x76\x53\x9a\xac\x31\x42\x29\xf0\x54\x54\x9c\x53\x9e\xa1\xcc\x06\x16\xc9\x4d\x2a\x7c\xa7\xd8\x25\xbc\x51\x26\xca\xfd\x41\x51\xcd\xaa\x54\x79\x27\xfd\x96\xf2\xe8\x85\xbe\xea\x8e\x78\x1c\xe5\x59\x7d\xb4\xca\x8a\x08\x81\xf2\xb4\x83\x43\x45\x45\xd8\x92\x8c\x1f\xbe\xaa\x66\x28\xc8\x46\x39\xf3\xad\x51\xc5\x93\x5f\x95\xc2\xbd\xda\xac\x24\xca\xf7\x86\xc2\x89\x9b\x54\x3a\xc5\xdb\x42\x89\x20\x27\xca\xd5\xf3\x84\x50\xd6\x28\x8e\x52\xa6\xdc\x75\xd4\x3b\x94\x5a\xf1\x24\xae\x61\xaa\x11\x05\x23\x92\x08\xc0\x7e\x80\x77\xfc\xd8\x87\x7f\x78\x10\x17\x05\xee\x9d\x77\x01\x50\xb4\x15\xfe\x7c\x4d\x09\x40\xfb\xb8\xf8\xdd\xbb\x53\x00\xfa\x9d\x32\xf9\x2c\xd5\x00\x26\xfb\xe4\x87\xd9\xfd\x01\x6f\xde\xac\xda\x2b\xf8\x00\x8a\xcc\xc6\xb4\xaa\x24\x1a\xa9\xd3\x26\x3c\xc6\x5d\xea\x67\xa8\x97\x4c\xd3\xad\x97\x8c\xcf\x52\xac\x8d\x39\x3d\xa2\x6c\x0c\xc9\xfd\x06\x59\x21\xce\xce\x55\x24\xd0\xcd\x4e\x7a\xec\xad\x4d\x92\xd4\xbe\x9a\xbb\x14\x28\x4c\xda\xaf\x3e\x59\x36\x1e\x7c\x9d\x18\xa9\x1a\x59\x7f\x36\xcc\x91\x80\x54\x3e\xd1\xf1\x20\x8a\x87\xe0\xa2\xa0\x37\xf4\x7b\xcc\x32\x1e\x25\xab\x35\xfd\x26\x5e\x1f\x7f\x4a\xea\xe5\x4e\x72\x72\x2a\xe1\x9a\xc4\x22\x2a\x34\xf6\x12\xa1\x4b\x1c\x89\xb6\x8b\x98\xfe\xe5\x7f\x90\x4e\x89\xce\x63\xe5\xfd\xb9\x76\x8c\xc5\x3d\xb0\x52\x01\x4c\x4b\xbd\x12\x81\xd8\x11\x3f\xda\x6f\x23\x92\x68\x9c\xba\xf7\xd4\xe7\x6b\x52\xfb\xf0\x67\xdd\x07\x86\xae\xca\xb8\xe1\xba\xbc\xec\x7b\xff\x90\xc9\xc4\x47\xbb\xe2\xba\x8e\xc8\x44\x12\x2e\x38\xc5\xb4\xc6\xc8\x59\xe3\x77\x5c\xae\x00\xb0\x7b\x70\xb2\xd1\x92\x00\xf8\x7b\xb9\xdf\x9e\x7a\x00\x20\x3e\xc8\x1b\x77\x76\x14\x40\x45\x4f\xe8\xfc\x55\x34\x80\xce\x71\x71\x46\x7a\x4d\x00\xe3\x04\xe9\x58\xd6\x60\x00\xb3\x26\xb9\x3c\xf6\x14\x00\xcb\xf7\x2a\x57\x04\x68\x21\xce\xfa\x8c\xe6\x07\xa9\x45\x6a\x9b\xa5\x8d\x11\x8b\x66\x10\xf5\xb8\x79\x85\x85\x98\xb1\x09\x85\xd5\xd4\xd0\x4d\xda\x0e\x4d\xf6\x32\xba\x1e\x5c\xe0\xd6\x48\xb2\x35\x78\x1e\x7f\x27\x40\x9a\xf8\x49\x67\x25\xc7\x23\x84\x4c\x7c\xa0\x65\x50\x6a\x14\xe9\x4d\x68\x57\xd7\xad\xeb\x8c\xb9\x42\x60\x53\xb9\xd1\x69\x10\xcf\x82\x17\x52\x74\x1a\x51\x4e\xa1\xff\xcb\x87\x49\x96\xbe\x88\x50\x4a\x53\xfb\xcb\x87\xb9\xfe\x9f\x7c\x9c\x27\x4c\x88\x8f\xa3\xa3\x22\x34\x50\x49\xe2\x8b\x18\xd7\x10\x99\x55\x2e\xc9\x04\x4c\x56\x88\xe1\xf4\x84\xf4\x4d\xec\xb3\xa0\x63\x13\x1e\x32\x47\xb1\x19\x01\x3e\xbf\x3c\x98\x5e\x4f\x39\x47\x9c\xa7\x4f\xe6\xbb\x72\xf9\xc3\xb8\x1f\x5e\xde\xad\x4f\x15\xb4\xf0\x07\xbd\xf6\x34\x26\xc8\xa7\x10\x4e\x39\x87\xfe\x9d\x07\xc1\x48\x6e\xc1\x53\x46\x00\x32\x9c\x7c\x84\x0b\x4a\x00\xea\x1d\x02\xdc\x57\x93\x01\x0c\xe8\x44\x7c\xef\x2a\x03\x58\xdc\x96\x7c\xce\x9a\x06\x60\x25\x2d\x17\xf2\xac\x15\xc0\x36\x44\xf9\xb8\xe0\x1d\xf0\xb4\x5b\xd7\xa4\x95\x41\x52\xfb\x6c\xb9\x0c\x4e\x69\xb2\x53\xca\x2d\x23\x2c\xf7\x5b\x58\x91\x67\x2d\x78\x9d\x15\x9d\x44\xc9\x34\xa6\x95\xfe\xaf\xbc\xf9\x48\x37\x0d\x71\x71\xc7\x83\xde\x11\x19\xf4\x4f\x66\x3f\x89\x44\x13\x8a\xb5\xfd\x4b\x13\x63\x1f\xe0\xbb\x34\x05\xeb\x70\x49\x5e\x78\x63\xd5\xf4\x4e\x9e\x94\x9b\xbf\x7c\x18\xec\xbc\xdc\xd2\x02\x7f\xd6\x97\x5f\x3e\x0c\xee\xa3\x54\x1f\xa2\x38\xf5\x18\x3e\x44\xb2\x07\x59\x96\xf0\xfd\x97\x0f\xb3\x99\x2c\xb9\x84\x4e\x89\xbc\xb8\x50\x28\x55\x8d\xc9\x0e\x19\xfe\x4a\x92\x79\x87\xa9\x08\x7d\x36\xf2\x42\xee\x04\xf6\x49\xf0\xc9\xfe\x0f\x72\x44\xec\x87\x00\xf3\x1e\x46\xb9\x4d\x5c\xa2\x0f\x57\xeb\x19\xa5\xdf\x71\x8c\xfe\xec\x6f\xca\x14\xf5\xf1\xba\x1e\x62\xf5\xf7\x15\xed\xf1\x53\xae\xca\x00\x9c\xe9\x1c\x83\xc7\xc7\x01\x84\x1b\xb8\x16\x4e\xf5\x00\xc8\x75\xf1\x60\xcf\xe7\x03\xe8\x9c\xe5\xef\xb8\x36\x00\x60\x92\x2d\x72\xeb\xde\x7e\x00\x8b\x06\x71\x35\xe6\x4d\x00\x5b\x75\xa9\x0f\x4f\xd8\x00\x1c\xc7\x14\x3a\x04\x1c\x21\xc0\x25\x54\xcd\x56\x66\x9a\x3a\xe8\x30\xa3\x27\xae\xc9\x47\xe9\xb6\x4d\x34\x73\x35\x8f\x25\x1b\xdb\x64\xdb\x25\xbb\x7d\x21\xe9\x5b\xa8\xf9\x19\x04\x14\x11\xef\x9a\x7e\x8f\x7e\x16\xf5\x8c\xf0\xd4\xb0\x27\x73\x27\xc1\x00\xef\xa4\xe7\x55\xc2\x99\x32\x88\x5b\xd4\x7a\x5f\xcf\x96\x9e\x84\xfb\x43\x5d\xf6\xdd\x52\x76\x01\xd6\x40\x99\xf7\x53\x4b\xde\x05\xcc\x6b\xb9\x8f\xab\xe9\xf9\xbc\x7f\xf9\x1f\x27\xa4\xc7\x76\xd2\x33\xef\xe0\xda\xa4\xe6\x10\x71\xa9\xd6\x68\x36\x29\x39\xe4\x4e\xc2\xf1\xc5\x76\x99\x9b\xe8\xbd\x31\x36\x53\x7e\x72\x81\xa8\x91\xb8\xbd\xa3\x77\x14\x52\xd0\x72\x31\x41\x1f\x86\x15\xd9\x30\x77\x23\xd0\xdd\x1d\x0a\x5b\x58\xd7\xa0\xf4\xd6\x08\x65\x71\xac\x56\x70\xd5\x9b\x14\xe5\x15\xdc\xd9\x80\xa3\x75\x5e\x2a\x34\xb8\x36\x1f\xaf\xca\x4b\xaa\xfb\xf0\xb7\xbc\x2c\x00\x9e\x2d\x3d\x5b\x3e\xb6\x01\x20\x59\xcc\xd1\x71\xfa\x28\x80\xaa\x38\x97\xd0\xf9\x0c\x00\xfd\x26\xbe\x82\xeb\x97\x00\x4c\xae\xf1\x8f\xde\x3a\x0a\x60\x2b\x22\xe6\xc9\xc2\x0a\xe0\x72\x48\x62\x8b\xdd\x04\xc0\xfd\xb0\x1c\x1d\x7f\x0a\x14\x79\x34\x29\x4b\x48\x29\x50\x3f\xb8\x61\xb5\x73\x34\x5b\x29\x59\x8e\x2c\xa6\xa1\x96\x9d\xe4\xdb\x76\x68\xdb\x53\x9e\x5c\xc4\x01\xeb\x73\x3e\x6a\xa1\x22\x84\x5a\x73\xa5\xa8\xe0\x58\x4d\x7c\xa9\xb1\x45\xc6\x4c\xf2\x37\x9c\xbf\x81\x4c\x09\x7d\xd6\x5d\x6c\xa1\xce\x42\x3d\x7f\xde\x23\x0c\x46\xa3\xa8\xab\x2b\x7f\x15\x73\x48\x79\xfd\x4b\xf2\x0b\x26\xb4\xae\xfc\x9b\xf5\xed\x92\x63\xff\x3f\x1f\x66\x83\x5b\x76\x2f\x62\x20\x55\x63\x5a\x57\x81\x0f\x79\x21\x95\x73\xbc\x4a\x61\x12\xa5\x9a\x90\x33\xc8\xa5\xd8\x8f\xb6\x8f\x11\xe9\x21\x28\x2b\xa1\x4b\xa2\x6b\x5b\xbb\x95\xd7\x31\xdb\xa1\x9b\x0d\x64\xd5\x24\xac\x60\x48\x59\x9d\xa8\xda\x3c\x96\x27\x74\x5f\x25\x9d\xba\x30\x6e\x7f\x20\x6d\x89\x94\xfa\x12\x6e\xcb\x87\x1e\x80\x53\xea\xa9\xef\xb1\xc8\xbf\x3d\x08\xd5\x3c\x8e\xb4\x73\x06\xff\xf0\x20\xbe\xf2\xc1\x6d\x0f\x00\x87\x45\x11\xcf\x07\xba\x00\x6e\xaf\xc4\xef\x3d\xe1\x01\xf0\x93\x92\xe1\x17\xd4\x85\x08\x7f\x13\xc5\x51\x99\x71\x6a\xb3\x8f\xb4\x66\xaf\xf6\x3e\x4a\x88\xfb\x65\xe3\x0b\xd6\x67\xc8\x0c\x8e\xef\xad\x23\x3d\x1f\x13\x55\x6d\xfb\x3c\x63\x23\x8a\xf1\x3d\x56\x43\xe1\xaf\x93\x15\x70\x38\xd3\xc1\xb4\xfc\x74\x2c\xf6\xb3\x61\x75\xf1\xab\xdc\x17\x98\xd7\x7a\x6d\x75\xdc\x85\x75\xe8\x78\xcd\xc9\xf7\xb4\xa5\x7b\x50\xed\x2a\x19\xdf\x4a\x5e\x5a\xfc\xe5\x3d\x38\xca\x5b\x6c\x2c\x14\x97\xff\xca\x07\x82\x57\x36\x69\x9b\x90\x3d\xb1\xb0\x5f\xe1\xe6\xce\x78\x66\xf3\x17\x71\x45\x40\x74\xa6\xe1\x86\x86\x54\x2e\x23\x45\x53\xa3\xbb\x0e\xaa\x25\x22\x49\xc9\x7a\x6d\x35\x6a\x73\xa8\x81\x84\xdb\x6f\x24\xd5\x05\x31\xac\x51\x57\xab\x3b\x34\x34\x30\xab\x61\x9b\xaf\x70\x9a\xb2\x58\xb5\x90\xcd\xd2\xbd\x9a\x36\x38\xda\x40\xc1\xe7\x3f\xb4\xb9\x71\x01\xfe\x47\x01\xf8\xd1\xec\xee\xc7\xa3\x00\x64\xb4\x1f\x4f\x9d\x0c\x05\xd0\xb8\xc8\x2e\x71\x26\xf4\xff\xfa\x20\x6e\x67\x85\xce\x33\xd7\x00\xf8\x64\x8b\xb6\xb2\x6b\x03\xf8\xd3\x4a\x9f\xe2\xef\x86\x94\xe0\x41\xf9\xb7\x32\xa7\xa8\xe5\x81\xfb\x35\x18\xb4\x71\x94\x5c\x1f\x49\x03\x0e\xab\xab\xa4\x7e\xd7\x18\x2b\x8c\xcf\x30\x21\xcf\x69\xca\xd9\x3d\xd6\x17\xef\x69\x93\x1f\xca\x9d\x7a\x1c\xfb\xda\xa2\x2e\xd5\x3f\x2f\x17\x13\x60\x7a\xba\x70\xfe\x05\x1d\xda\xdb\x20\xa3\x4e\xb0\xec\x28\x92\xaa\x3d\xfc\xde\xa6\x92\x0b\x91\xa7\x9a\x34\x97\x59\x7b\xe4\x2f\x1f\xe6\x7f\xf2\xb1\x7a\x5b\x91\x67\xeb\xb7\x42\xf4\xb7\x61\xa5\x98\x1d\xd5\x9c\x03\xc3\x85\xaa\x73\x3b\x71\x39\x07\x7a\x97\xd5\xcf\x20\xd4\x32\x93\xda\x59\x35\xac\x91\xd1\xa9\xc6\x8d\x96\x9a\x62\xa8\xec\x44\xf5\x9a\x28\x4d\x0a\xba\x33\x26\xae\xfc\x93\xb6\x04\xe6\x8f\xe8\x98\x22\x56\xdd\x2b\x98\x85\xf0\xce\x82\x47\x3a\x6f\xb0\xc1\x21\x91\xd9\x46\x7a\x97\x71\x34\x41\xac\x00\xc2\x89\x8f\xdf\x1c\x37\x02\x50\xd8\xc3\x2e\x70\x4a\x07\x40\x57\x99\x3d\xfd\xdc\x23\x00\xf3\x0a\x4e\xdb\x2b\xe3\x00\x4e\x56\x5c\xef\x6f\xfd\x0e\xe0\x2d\xc0\xff\x9a\x69\x18\x20\xb0\x41\xf8\xf2\x63\x24\x40\xc8\x9c\xe4\x82\xa0\x15\xc4\x85\xd7\xc8\x45\xc9\xe4\x53\x9f\x87\x47\xa8\xce\xe8\x7c\xa1\xc4\x86\xbc\xd0\x99\xb0\xa6\x25\x05\xfb\x35\x9b\x2b\xfa\x9b\x11\xae\xb8\x70\x38\xcb\x27\x8c\xe0\x1e\x3b\x76\x05\x88\xe7\x5c\xc6\x20\x6d\x72\xe2\x11\x85\x5a\xe8\x13\xe6\x0d\x85\x67\x5f\x3d\x42\x2e\x1b\xef\xaf\x5d\xae\x12\xd8\x01\xdd\x53\xfd\xf0\xfa\xe8\xd6\x57\xf5\x80\x05\x54\x73\x26\x82\x41\x19\xb1\xc2\x5d\xc7\x87\xba\xa7\xf8\x60\xfd\xd8\x2b\xe2\xce\x39\x45\xa6\x8d\xfd\x65\x5e\x33\xbd\x2a\x5f\x36\x59\x4a\x98\x47\x63\xd5\xb6\xb7\x7a\x0a\x08\xef\x53\x35\x39\xb6\x57\xf3\xbe\xb4\x36\x68\xdf\xd8\x99\xce\x26\xbd\x7e\xa5\x6b\x8a\xd0\xcd\x8a\xae\xa2\xd5\x0b\x41\x1a\xa4\xef\x7d\x75\x5e\x8f\x17\x95\x91\x44\x5f\xc4\xa5\xcf\x8e\xae\x8a\xcd\xcb\x5d\x35\xa0\xc1\x78\x45\xd1\x66\xa9\x19\x34\x60\x56\x22\x2e\xa4\xa4\x1b\x46\x61\xdf\x06\x13\x01\xc4\x8e\x3d\xf9\xe3\xc4\x2d\x00\x45\xd6\xc7\x5f\xe9\x6a\x00\xf4\x86\x1e\xdd\x3f\x3d\x01\x60\x19\xf1\x84\xed\x82\x29\x80\xab\xda\xb3\xce\xeb\xf9\x00\x7e\x2f\xf9\xa7\x1f\xc4\x03\x84\x7c\x13\x0a\x7a\x92\x09\x10\xb5\x2c\x86\xe7\x7f\x07\xd5\x71\x04\xa9\x31\xa9\x9b\xd4\x8f\xf1\x27\x14\x3f\x69\x1d\xa5\xc4\x46\x89\x6a\x79\x5a\x5f\x20\xf9\x84\xde\x37\x31\xf0\x6f\xc0\x17\x78\x9f\x75\x18\x4f\xc6\x63\xf0\x6e\xcb\xde\x87\x0b\x59\xd0\xcc\xf6\x49\x09\x17\x5e\xfd\x86\x2c\xb0\x7e\xf2\x7c\x7f\x75\xc5\x4e\x8f\xd9\xcd\x5a\xa3\x86\xc8\x6d\x25\x3d\xe5\xc1\x73\xcd\x97\xb6\x4e\x6a\x28\x2c\x4c\xb7\xf4\x6e\xed\xa8\xd3\x2d\x9e\x6d\x96\xf8\xe5\x07\x2d\xb8\xab\x1d\x5a\x33\xa8\x7c\x33\xae\xa1\xf1\x63\x83\xe6\x15\xd3\xfb\x29\x9d\x84\x8d\xaf\x65\x7e\x1d\xc3\x3a\x4e\x5b\xd3\x85\x25\x0d\x8e\x7a\x9f\x77\x8e\x3c\x17\x2a\x9f\x34\x50\x44\x34\x65\x96\x97\x3c\x37\x34\x43\xda\xa6\x33\x17\xda\x18\x8a\xa3\xf2\x93\x4c\xb2\xbf\x1a\xf3\xa0\x6f\x26\x78\x67\xd0\x19\xb3\x63\xce\xc6\xf0\xa6\xe8\x1a\x27\x61\xba\x22\x4f\xc4\x2b\x98\xbc\xc3\x2a\x84\x99\x01\x88\xaf\x3f\x5a\x3f\xbe\x0c\xa0\xf2\xe9\xa1\xe7\xc9\x6d\x00\x23\xfe\x87\xc8\x33\x41\x00\x56\xd4\xc7\x35\x17\xd4\x00\x3c\x03\xd8\x27\xae\x8d\x02\x04\x8b\x73\x5c\xbb\x33\x01\x10\x19\xc1\xdb\xcc\xca\x0f\x10\x1f\x27\xea\xc1\xdf\x00\x1d\x29\x59\x12\x46\x12\x83\xd4\xf5\x14\x76\x79\x39\x0d\x4d\x4a\x48\x62\x8b\x7a\x89\xb5\x17\x29\x23\xd6\xde\x40\xc7\xaf\x0f\x9f\x1f\xd8\x6a\xeb\x9e\x72\x0a\x73\xc2\x33\xde\xf3\x7e\x09\x07\x32\xde\xc5\x35\x5a\xa9\xe6\xd6\x8e\x9e\x03\x5f\xf6\xa5\x46\xae\xad\x73\x96\x1c\x75\xca\x6d\xd2\x1b\xd7\x0d\x0d\x87\xda\xde\x85\x6e\x88\x68\x6d\xcd\x2b\x76\x86\x6d\x3d\xd0\xa0\xff\xb1\xbf\xc5\x65\x25\x4c\xe3\xec\x12\x7b\xa3\xf0\x84\xb9\xb6\xdb\x4a\x76\x5d\xe7\x87\xfd\xba\xf1\x6b\x13\x95\xd3\xbf\x3c\x90\x86\xcf\x86\xef\x36\x23\x4a\x45\xcb\xf5\x8c\x29\xdb\x77\x0b\xdb\x8b\x4f\x98\xc8\xef\xcc\xe4\xde\xcf\xed\x32\xad\x40\x9e\xcd\xd8\xcc\x88\x37\xfb\x88\xfc\x92\x76\x33\x65\xc1\x9c\x06\xd5\x9a\xe4\x1f\x9f\x66\x61\x8a\x56\x4b\x38\x10\x5d\x66\x51\x8a\x79\x12\x73\x25\x62\xc5\x42\x0a\x7b\x2c\x1c\x0b\x20\x45\x79\x14\x75\x42\x0f\x40\xb3\xe5\xe1\x49\xba\xde\x7f\x78\x10\x15\x0f\xdb\x2e\x1c\x02\xf0\x95\x7e\x5c\x76\x35\x18\x20\x9c\xfd\x69\xc0\x1d\x5a\x80\xd8\x61\xde\x91\x87\x22\x00\xa9\xe2\x42\x17\x79\x9c\xe1\x5d\x26\x5e\xec\xad\x44\x15\x75\x3d\xf7\x81\x8c\xba\x06\x3f\x25\x3e\x83\x43\xf5\x0f\xab\x25\x92\x6d\xda\x33\x5d\xd6\x80\xcb\xf8\x4b\x51\x01\x56\x9a\xe9\x0c\x68\x3d\xbf\x34\x77\xe9\x97\xcc\x88\x3d\x9e\xae\x61\x8c\x0d\x56\x5b\xa2\xce\x0e\x59\xde\x6d\x7c\x6b\x09\x76\x2f\xab\x07\xdf\x4f\xac\xb4\x9b\x3c\x19\x61\xe8\x9f\x5d\x9d\xd0\x8b\x9a\x5e\xec\xe5\xd8\xf0\xd2\xca\x99\xcf\xeb\x80\xa9\x3d\x7a\x35\x0b\x2a\x6d\xb9\x1f\x3c\x0c\x96\x97\xb5\xde\xb0\x34\x9f\x30\xf5\x5c\xbd\x50\xb7\x5a\xd7\x6d\x7a\x72\xbd\xab\xc2\xae\x4c\xcb\x42\x6e\xa3\xf9\xd5\xa3\x02\xb0\x58\xd9\x72\x29\x56\xc8\x4d\xb0\x20\x6d\xcf\xe6\xef\xa4\x2c\x58\x0f\xed\xd4\xe4\x99\x24\x95\x58\x25\x20\x59\x33\xb6\x63\xbf\x59\x3f\x41\x3d\x4c\x3d\x10\x7d\xd5\xfa\x34\xfa\x50\x62\x68\xe8\x4b\x1b\x37\x74\x5b\x9c\x4b\xe0\x65\x1b\x3c\xa6\x2c\xea\x2e\x80\xac\xd4\xc3\xbe\x13\x96\x7f\xfb\x51\x66\x52\x6c\x13\x67\x32\x00\x5c\xbd\x1e\x5e\xb8\x50\x02\x10\x78\xf0\xe1\xec\x95\x48\x80\x68\x5e\xf6\xb5\x3b\xa9\x00\x29\x2a\xdc\x0b\x6c\x6b\x00\xd9\x7c\xfc\xef\xb9\x0f\xc2\x48\xa1\x80\xf0\xa2\xb8\x15\x9c\x7c\x31\x28\x79\x52\x35\x93\xd2\x54\x54\xa5\x60\x60\xd1\x4c\x72\xc8\x41\x6b\xf9\xf8\x4f\xe2\x79\x32\x24\x8d\x67\xd3\xf8\xd0\x39\x91\xfa\x8e\xfa\x65\x4f\x36\x3f\x07\x90\x02\x8a\xdb\xc3\xd7\x7a\xbd\x4c\x52\x6b\xde\x77\x2c\x6d\x39\x5f\xab\x2e\x1e\x3e\xb2\x90\x69\xc1\x35\x7e\x79\x6c\x69\xf9\x8c\x51\xfb\xe4\x6f\x83\x9f\xbe\x9f\x33\x4c\x9d\x0e\xe9\x3b\x33\x3c\x6c\x62\x3d\x4f\xe8\x4c\x69\xe9\xb7\xa4\xfd\x91\xd7\xaa\x5f\x3d\x6f\x55\xbb\xfc\xed\xcd\x95\x12\x73\x9b\xb9\xd5\xc2\x3a\xc5\xe7\xb5\x36\x55\x1b\x4a\xe5\x05\x39\xce\x36\xaa\x9b\x5d\xa5\xf9\xc9\xf4\x76\x7d\xdb\x8f\x8a\xdc\xe3\x99\xed\xee\xec\x60\x73\xf3\xc2\x25\x1d\x6f\x22\x12\xb3\x93\xc2\x55\xec\xe3\x90\xa1\xe9\x5b\x41\x6b\x0e\xfb\x51\x89\xc9\xcd\x7e\x0a\x0e\x2c\xe8\x9e\x38\x4f\xaf\x2e\x07\x2d\x4c\x5e\x94\x2d\x80\xec\x0a\xeb\x95\x63\x0b\x00\x7a\xcb\x2c\x23\x74\x62\x7f\x7b\x10\x1e\x9d\xac\xc7\xcf\x3b\x00\x84\xbf\x60\x4b\xbb\x32\x0a\x90\xc0\xf7\x58\xe3\xd6\x4b\x80\xcc\xe5\x67\x6d\xcc\xfc\x00\x85\x2a\x3c\xba\xcf\xea\x01\x53\xb6\x22\x30\x2e\x72\x0f\x2e\x56\xde\x11\x4b\x52\xf9\x46\xc1\x55\xfe\x90\x79\x6a\x6a\x4e\xba\xff\xf2\xb8\x5a\x77\x60\x2b\xde\x28\x7f\xd4\x60\x7f\x2a\x1b\xea\x68\x5a\xbc\x6d\x64\x15\xef\x86\x57\x78\x86\x9f\xe8\xbb\x95\xe5\xd6\x60\xfb\xe8\xd4\xc1\x9d\x85\x3f\xdc\x9d\x6b\x04\xc7\x9d\x67\x25\xec\xf9\x87\x8f\x4c\x3e\xf8\xfe\xcd\xd2\xee\xd3\xb1\xf1\x53\xc3\xe3\xd6\xbe\x93\x6a\x43\xb7\x5b\xb7\x6c\x79\x67\x89\x3d\xfe\xd5\x8c\xf6\xd5\x0b\xc1\xed\x33\x2f\x72\x1c\x6f\x2e\x15\x35\x9f\xce\x9a\x77\xea\x5b\x7d\x52\x5f\x91\xca\xec\xb4\xb9\xae\x59\x15\x1e\x6b\xed\x72\x79\xd3\xfc\xe5\xe9\x08\x6f\x97\xef\x5b\x15\xc5\x06\xe1\x09\xce\x0b\xdb\x55\x85\xf7\x83\xac\x5c\x64\x10\x4c\xb9\x37\x7c\x2b\x5d\x2f\x23\x39\x32\x85\xbc\xc2\xdd\x4e\x23\xcb\xd2\x53\x3c\xd6\x5d\x1c\xd1\xc7\x12\xdf\xb9\xd7\x38\x25\x62\x34\xa3\x7b\x01\x54\xa4\x58\x9f\x9c\x10\x05\x30\xba\xc8\xe2\x4d\xf7\x16\xc0\x46\xe1\x81\xf1\x69\xba\xbf\x3d\x88\xc8\xd3\x6c\xfa\x57\xb6\x01\xd2\x26\xd8\xde\xde\xd8\x01\x28\x98\x7c\x4c\x62\xe8\x00\x78\xf5\x92\x53\x84\xfd\x37\x80\x5a\x24\xef\x17\xc1\x06\xe0\x7c\xed\x20\x4c\x52\xf2\xa2\xe4\xbd\x21\x4b\x1f\xb4\xe4\x21\xbd\x6b\xd8\xaf\xa8\xe8\x23\x8e\xa3\xd4\x3c\xd7\x6a\x4e\xa7\x41\x36\x14\x07\x9b\xeb\x54\x3f\x58\xdf\x4a\x51\xf2\xf0\xeb\xbe\xbb\x70\x2b\x9a\x26\x42\x7b\x3c\xff\x8b\x61\xa8\x46\xc5\xe6\x77\xbb\x2f\x78\xcf\xcd\x9e\x07\xf3\x49\xe3\x53\x2e\x74\x43\x77\xbe\x3d\x6d\xb9\xec\xe6\x3a\x61\x36\x2a\x5a\x96\xe0\x19\x31\x7d\xfa\x83\x41\x9e\x95\xa7\xee\xfc\x46\xd7\xc5\xcc\x38\xf7\xad\x45\xfd\x96\xb5\xd8\x08\xaf\xb9\x95\x0b\x6f\x7c\xa3\xdf\x79\x5a\xad\xfd\x5e\x77\x3e\x6c\xce\x53\x7c\xe3\x52\xc5\xd7\x20\xf0\x54\xde\x4c\x2b\x6b\xf5\xed\xf4\x28\xd8\xd9\x57\xc0\xeb\x33\xec\xce\x81\xe0\xca\x21\x7b\x6d\xb8\x0d\x20\xb9\x33\x79\x3c\x4c\xdd\x2f\xa3\xfc\x53\x6e\xbb\x37\xb9\xf9\xa0\xf7\x27\x6e\xb8\x96\xb9\xf9\x61\x0e\xc6\x2a\x01\xa8\x79\x33\xaf\x1e\x7f\x08\x60\xb2\xf7\x01\x82\xae\xf1\x6f\x0f\x22\x28\x98\x91\xee\x74\x22\x40\xdc\x97\x07\xbf\x5f\x52\x04\xc8\xe2\x65\x61\xbe\x26\x07\xf0\xf2\x00\xdb\xd7\xbb\x25\x00\xd5\x78\xf6\x02\xd6\x8f\x00\x6f\x72\x78\x8a\x05\x48\x90\xd4\x71\x87\xdf\x5d\x1a\xa8\x17\x3a\x71\x62\xad\x46\x9b\x24\xea\x3b\x8c\xec\x21\xcf\x34\x3c\x67\xc7\x79\x55\xc3\x14\x0c\x52\xa9\x51\xc2\xa0\xaa\xe6\xc8\xda\xa1\x8a\x59\x7b\xa9\x5e\xea\xec\x81\x6c\xe6\x90\x81\x6f\xac\xc3\x6c\x49\xe3\xa5\x67\xd6\x84\x3f\x1e\x8e\x2c\x68\xac\x5e\x0d\xe8\xd0\x0f\x5c\xe9\xb3\x9b\x0d\x2f\x26\x85\x4c\x8c\xa9\x4e\x5c\x4d\x1b\x09\xd9\x99\x9c\x19\xaa\x4d\x8a\x0f\xba\x35\x1b\xd2\xcb\x16\xd9\x1b\xf8\xe6\xc7\xf1\xf6\xea\xb0\xce\x00\xe1\x25\x6a\x13\x31\x28\x3e\x20\x74\x95\x52\x27\x12\xe8\xe1\x93\xb2\xc1\x51\x91\xe6\x7f\xc4\xfb\xc0\x96\x71\x89\xb1\x4f\x88\xb7\xc6\xf6\x7c\x41\xb9\x67\x8f\xb7\x37\xc2\x23\xe7\x9c\xfb\x27\x1f\x7a\xa4\x61\x46\x99\x2b\x9f\x4f\x31\xaa\x30\x39\xc6\x39\xda\xe7\x20\xba\x2c\xfe\x80\x93\x84\x17\x0b\xa6\x21\x6a\x3f\x80\x6a\x09\xc3\xfa\x51\x3f\x00\xcb\xfd\x4c\xb7\x4f\x46\x03\xb8\x5d\x61\xb4\xa6\xcb\x02\x88\x48\x65\xd8\x39\x13\x09\x90\xec\xc1\x74\xf4\x02\x1a\xa0\x40\x93\xd9\xf5\x6a\x20\x40\xa5\x34\x53\xce\xb5\x30\x80\x37\x3b\x0f\x47\xee\x27\x03\x74\x06\x72\x68\x70\x25\xc1\xc7\x0f\xa2\x3c\xf7\xc5\x85\xa9\xde\x1f\xe5\x84\x22\x74\xc5\xc8\x5c\x9f\x78\x24\x52\xdc\xc2\xf1\x3c\x23\x7e\x0a\xa1\x29\xb4\x48\xfa\x61\x09\xcd\x63\xd5\xc3\xab\x6f\xde\x8b\x9b\x9a\xf6\x9d\xfd\x66\xdc\x16\xed\x21\x3a\x7b\xee\x97\x07\xd2\xf1\x20\xaf\xe9\x65\xf4\x0e\xe7\x0b\xeb\x94\xc5\x2e\xf9\x85\xf4\x34\xc6\x04\xf2\xe8\xf2\x44\x7d\x4c\x66\xe2\xe6\x64\xff\x50\x4f\x64\x79\xf4\xd8\xec\xfc\xfb\xe2\x40\x4a\xec\x87\x45\xd1\x56\xf1\x40\xde\x88\x9c\xe5\x99\xc6\x83\x7e\x1e\x61\x49\x6b\xe5\x35\x61\x9e\x9d\xe1\x73\x9b\x81\x65\x8b\x9e\x32\xa1\x37\xb7\x1a\x8b\x65\xdd\xcf\x86\xfa\xef\xfc\x56\x70\xdd\xf5\x7a\x88\x1f\x22\x20\x7b\xd5\x69\x28\x84\x09\xb9\x99\x66\xe7\x58\x10\xac\x80\xea\x4d\x9a\x73\xb8\x16\xe4\x89\xee\x8e\xf3\xb5\xeb\x08\x14\xc3\xbc\x8e\xa4\x00\x68\x5a\x30\x5c\x3e\x9a\x09\x60\x73\xe4\x7e\xf4\xc9\x52\x00\xef\x7d\x77\x5d\x8e\x23\x00\xa2\x5f\xdd\x2e\x38\x51\x08\x90\xe5\x73\x7b\x8e\x6e\x1c\xa0\xb4\x9e\xbe\xe1\x1c\x1a\xa0\x7e\x9b\xf1\xde\xe5\x6d\x80\x0e\x60\xdd\x7b\x4f\x00\xe0\x03\x85\x9d\x9f\x9d\x04\x1b\x9f\xa6\xb9\x44\x44\xef\x53\x7b\xa6\x68\xf9\xf3\x34\x76\xc8\x63\x0b\x1c\x22\xbe\x0e\xd7\x09\x8c\x4b\x2d\x52\xf7\x63\x99\x50\xe7\x56\xfd\x14\x34\xcb\xcf\xac\x16\xcc\x7e\xd5\xb1\xef\xf5\x9a\xba\x39\x38\xe5\x78\x7b\xe6\xc0\x2f\x0f\xa4\xec\xe9\x6b\x99\xea\xde\xcd\xa0\x24\xec\xdb\xdf\xdf\x29\x2e\xfc\x88\xf4\x7e\xe5\x3d\xba\x33\xa1\x17\x6a\x9a\xa7\xfb\xad\x76\xd0\x32\x20\x37\xcb\x6f\x5e\xa3\xfb\x82\xd7\x4c\x16\x79\x71\xee\xed\xa2\x67\x62\x9a\xfa\x4a\x6a\x03\x87\x7b\x70\xe2\xf6\xfa\xcb\xca\x11\xd7\xf1\x84\xb1\x4d\xce\x97\x31\xce\x2a\x09\xbe\xdb\xfb\x5f\x30\x3a\xe9\xc6\x1e\xda\xa9\xc8\x6b\xb2\xf7\x8b\xe5\x46\xaa\x67\x24\xd8\x5d\x8d\x39\x86\xb2\x4d\x61\xb3\xb5\x89\xec\x44\xeb\x25\x30\x58\x3f\x8b\x1a\xc3\xf0\xc4\x5c\xb4\x8a\x88\x78\x88\xbd\x1d\xfe\x0a\x40\xdf\xf3\xde\x32\xad\x23\x80\xbd\xc5\xad\xaf\x47\x6f\x00\xf8\xcb\xde\x52\xa2\x7d\x0f\x10\x5b\x7a\x1d\x41\xcb\xfe\x0f\x0f\x22\xee\xd6\xad\x53\x74\x00\x2d\x8f\x6e\x77\x9c\xfd\x0d\xa0\x6f\xe9\xbe\xce\x8d\xb3\x00\x5f\xc6\xd9\xee\x32\x47\x00\xcc\x84\x73\x9c\x10\x7c\x06\xd2\x9b\x3c\xdc\x18\xc5\xf3\x94\x18\x82\xb9\x80\xb9\xf9\x22\x61\x15\x53\x20\x96\x1e\x6e\x86\x2a\xde\xe4\x92\x9b\x2b\xab\x5e\x8b\x9b\x3f\xa5\x7d\xad\xc7\x66\xea\xf6\xe0\xac\xe3\xf5\x99\xdf\x5b\xbc\x6b\x15\x32\x69\xb6\x88\x69\xf7\x3a\x4a\x5a\x3a\x96\xc5\x42\x08\x03\x9f\xfb\xa2\x66\x99\xbd\x07\x7a\x9f\x7d\x92\x19\xf7\xf0\xe8\x79\x53\x3a\xcd\xd2\xbf\xe2\x81\x7e\xc9\xf7\xfd\xca\xbb\x50\x57\xe7\x17\x17\x96\xd6\x9a\x12\x5d\xf4\x9f\xf7\xae\x8a\xd6\xdb\x3b\x7e\xc8\xf9\xb1\xc1\x52\xc1\x62\x2f\x94\x7b\x6c\x13\x51\xca\x62\x57\x9b\xd6\xb1\xc3\x92\xff\xd0\x96\x3b\xfd\xe1\x0e\xe4\xea\xd8\x1c\x4c\x61\x45\x86\xa5\x57\x58\x35\x26\x5d\x42\x0d\x24\x05\x58\xed\x4b\xa0\x43\x97\xc4\x35\x59\x9e\x89\x4b\xc7\x38\x47\x11\xcd\x53\x63\x66\xb0\xa1\xa1\xd1\x00\x86\x17\xef\xbe\x3c\xca\x04\xe0\xf4\xf0\x46\xe8\xe1\x57\x00\xbb\xbb\x4a\x00\x52\x4e\x5c\x2f\xa6\x4d\xfe\x7b\xce\xd5\x10\xba\x67\xf6\x9f\x1e\xc4\x28\xeb\x6d\xd5\xb3\xfc\x00\xf3\x7a\xf7\x17\x6f\x1d\x01\x58\x53\x7b\x2a\xc6\x5b\x00\x40\x3d\xc0\xd1\x2b\x16\x4e\xd1\x23\xaa\x0a\x34\x58\x0e\x10\xfa\x30\x6e\x62\x3d\x11\xc2\xa8\x07\x1b\x99\xf2\x5e\xaf\x12\x96\x6f\x7f\x6f\xd7\x5a\x7b\xf7\xaa\x7f\xe3\x73\x90\xc3\xc7\xf1\xd5\x12\xeb\xc1\x13\x51\x8b\xb3\x31\x11\xf6\xfd\x51\xef\x6f\xcc\x1f\xf6\xfa\x3e\x96\xfd\xb1\xee\xcb\xac\x23\xdb\xa4\xe0\xc4\xe0\xc8\x05\x07\x9e\x01\x91\xe9\xb1\x3e\x4f\xfb\xab\x2d\xf5\x3f\x68\xda\x2a\x6d\xbf\xd6\x2b\x2d\x6f\x36\x60\x6d\x06\x2a\xa5\xd7\x9a\xaa\x43\x6d\x68\x4b\x99\x36\x99\x5f\x5e\xb4\xd1\x28\xf8\xb6\x15\x55\xfc\xc8\xea\x64\xbe\xff\x8e\x47\xde\xaa\x65\x49\x6e\x29\xc2\x3f\x5b\xc1\xbc\x31\x7b\x05\x75\x25\x95\xce\xbc\x39\x23\x0f\xb5\x98\x38\x6f\x7e\x23\x8d\x19\xdd\x13\xb7\xc7\xcc\x30\xf9\x3b\xa6\x38\xf2\x9b\xe9\xde\xa4\x51\x6c\x68\xa8\x21\x80\x49\xcb\xad\x63\x87\xd9\x00\x5c\xdf\xde\x18\x39\x22\x0f\x10\xfe\x73\xfe\x9d\xae\xb3\xeb\x41\xbc\x54\xa2\x91\xfb\xe7\x9c\x67\xf8\xe9\xcf\x79\x97\x3e\xcd\x7f\xde\x5f\x8c\x28\x3b\x74\xf8\x3f\xdf\x6f\xde\x60\xcd\x67\xc4\xc1\x32\xe5\x07\xe7\x13\x09\x16\x0a\x03\xf1\xa8\x20\xbd\xcd\x1e\x02\x0d\xda\x5c\x7c\x3e\xd6\x63\xa9\x78\x2b\x40\x91\xa1\x38\x7d\xc8\x6b\xb9\x4e\x9f\xbf\x69\xbd\x5e\x72\xce\xc0\x71\x6f\x9f\x61\xda\xb5\xc9\xbd\x61\xd2\xa3\xef\x03\x1b\xc6\x4d\x9a\xf3\x27\x2c\x1c\xc7\xbe\xce\x4f\xc8\x8f\x54\xff\xf2\x40\xcc\x33\xbe\x8d\xcd\x7d\xee\x12\xb4\x90\x1a\x38\xb1\xa8\xfc\x36\xd7\x3c\xa8\xf3\xf7\xd5\x87\x75\xe9\xe6\xb3\xcd\x86\x6b\x1b\x55\xa9\x66\x5d\xf5\x79\x9b\x1e\xa5\x7d\xa6\x50\x31\xb9\xbd\x92\x6f\x66\x5a\x54\x16\x82\x10\xca\xfe\x60\x32\x5c\xe2\x8c\x94\x4f\x5f\x34\x99\xcc\x8f\x46\x55\x25\xf9\x19\x17\xe7\x61\xd0\xf5\xb1\x54\xe3\xac\x9c\x48\x0c\x4f\x74\x8c\x11\x7b\x56\x3e\x56\x31\x8c\xc9\xf0\x71\x66\x15\x96\x10\x54\x07\x60\x96\x7f\x68\xcf\x9f\x71\xb8\xf5\xef\xe5\xf8\x93\xbb\x6f\xf4\x05\xc8\xe5\xdb\x65\x2d\xe7\x4f\x0f\xa2\xe6\xff\xe3\x41\x4c\xef\xe1\xdd\xfd\x9e\xf7\x41\xf8\x9d\x6a\x68\xa1\x14\x73\x6e\x48\x91\xc8\x47\x09\xc5\x82\xc3\x76\x84\x95\x5a\xec\x45\xc9\x2b\x61\xe2\x9f\x44\x11\xe3\xca\xb4\xd9\xb7\x5a\x3c\x36\x46\x0c\x5c\x2b\xf0\xa5\x8f\x96\x2b\xec\xa6\xdf\xaa\xc5\x7a\x7c\xd7\x0b\xfc\xda\xb3\xe2\x3b\x32\x9b\x5b\xc6\xd2\x3f\x6a\xdd\x33\xc3\xf4\x6d\xf2\x43\x97\xc9\xbb\x05\x89\x79\xfe\x77\xa2\x06\xf9\x4b\x7a\x3f\x82\x5a\x58\x0d\x8c\xa7\x99\x96\xbd\x1b\x0c\x0d\x26\x3e\x3a\xad\x35\x57\x3d\x34\xe2\xeb\xb9\xb7\x61\xf2\x8a\xc9\xe8\x5e\x1b\xef\x96\xc6\x8b\x16\xc3\xb6\x46\xd1\x9d\x47\x79\x08\xa3\xc7\x35\x2e\x88\xf8\x2c\x35\x23\xe5\x0a\x49\xa4\x67\x1a\x18\x28\xbd\xc2\xa0\xf7\x24\xbc\x32\xd0\x2d\xf9\x8a\x9e\x88\x3d\xa8\xaf\x53\xf4\x03\x83\x0d\xaf\xd0\xd3\x28\x78\x83\x9d\x0a\xa6\xd1\xfd\x9e\x77\x13\x57\xe9\x67\x03\x60\x75\x7c\xef\x7f\xf6\xb7\xfb\x13\x68\x02\xfe\xcd\x0b\x6a\xde\xda\xe5\xe0\xcf\x79\xf0\xbc\xf9\xbf\xcd\xbf\xff\x24\xcb\xf2\x3d\x22\xa1\x80\x62\xcb\x95\x27\x1b\xba\x22\x42\x1c\x11\x7a\x64\xee\x34\x31\x8f\x53\x90\x66\x08\x98\xee\xe4\x47\xe1\xd5\x8e\x25\xbb\x56\xaa\xed\x38\x19\xb6\x14\x8a\x64\x6e\x6e\xe8\xda\x67\x56\xdb\x85\xa1\x56\xaa\x7c\x09\x4d\x1f\x3d\x8d\x97\x78\xf2\x99\xdb\xc2\x2c\x25\x17\x53\x06\x14\xdb\xaa\xf5\x3d\x96\x79\x17\xed\x9a\x65\x75\xad\x56\x3e\x2e\x9f\x6b\x68\xfa\xe5\x81\x68\xe7\xcc\xf6\xac\x2b\x97\x4f\x69\x5b\x8d\x51\xb6\x3c\x8a\x64\x75\x22\xfa\xb9\xb7\x37\x9e\x9f\xfc\xcb\x03\x11\x6c\x33\x42\x26\xa7\xb6\xea\xf8\x35\xde\x46\xb5\x25\x3e\xd0\x59\xab\xcd\x41\xe7\xc6\x46\x69\xb7\x56\x21\x30\x7d\x11\xbf\xeb\x68\xbe\xec\xc4\x9a\x86\x9e\xd2\x89\x2f\xa1\x62\xfb\x82\x6f\x6b\x5f\x2c\xb9\x89\xcb\xf6\x73\x05\x70\x3c\x71\xa9\x61\xff\x27\x80\xf0\x3d\xbb\xf1\x64\x2a\xd0\xfc\x67\xaf\xfb\xaf\x79\x5f\xd7\x9b\x9f\x75\x90\xb7\xcb\x4d\xb3\x7f\x9b\x77\x90\x35\x60\x9d\xd5\xf6\xfe\xad\xb5\x49\x8a\x3b\x37\xbf\x6c\xcc\xd7\x3d\xa4\x66\xa1\x60\x83\xbc\x5e\x1e\xc2\x6f\x32\x0f\xdd\x8d\xeb\x5e\x62\x96\xd4\xc7\xa2\x6f\xe6\x4f\xa2\x92\x8d\xfc\xd3\x26\xe2\xcf\xec\x70\xdb\x37\xbf\x38\x19\xe8\xb8\xb9\xe5\x75\xbb\x3c\xdc\x45\x73\x83\x92\x1e\x52\xb9\x68\x31\xb0\x56\xd9\xc2\x5c\xb7\xad\xa3\xb0\x96\xff\x43\xb0\xd6\x46\x53\x63\x1d\xb5\x66\x5e\x59\xaa\xda\xb1\xd5\xbe\xa9\x53\xcc\xad\xf6\x64\x83\xb4\x29\x57\xec\xaf\xfe\xc7\xf7\x17\x5b\x73\x05\x8f\xd4\xfb\xc7\x5b\x11\x87\xb3\xac\x34\x6e\x7d\x64\x43\xec\xa4\x6b\xa8\x2f\xf7\xb9\xa1\x5c\x12\x03\xd5\x4b\x3a\x73\xd0\xcb\xd1\xba\xea\x7d\xad\x76\x98\xf8\x08\x6d\x8d\xa3\x8d\xa7\xb0\x2a\x21\xaf\x35\x74\xeb\x62\xb1\x6b\x81\xa3\xea\xc2\x35\x6f\x70\x6f\x7d\x99\x35\x84\xcb\x07\xf0\xfb\xbc\xdf\x03\xb8\x56\xef\x71\xf8\xe7\x79\xf8\x35\xf7\x7d\xb3\xb1\xcb\x01\x95\x9f\x75\xf0\x85\x46\xeb\x4f\x52\xfe\xdb\x03\xb8\x08\x70\x6d\xfc\x28\xc3\xc6\x71\x78\xcd\x8a\x61\x7e\x37\xf5\x99\x42\xe5\x8a\x17\x1f\x18\x30\x23\x0b\x08\x1b\xeb\xf8\x37\x2d\x11\x9f\xca\x4a\xda\xbf\x2c\x6b\xc4\x9b\xa8\xb5\xf8\x06\xa6\x7d\xc1\xac\x19\x2d\xc4\xb8\x87\x57\xa1\xa2\xec\xc4\xd2\x47\xbc\x77\x10\x4b\x1e\xda\x79\x3e\x0e\x5f\x10\x47\x13\x07\x0b\x14\x4c\x9b\xb7\xd7\x6a\xe6\x5f\x88\x6a\xaf\x6c\x31\x4c\xb4\x95\x3d\x54\x79\xb7\x1d\xbc\xf5\xa0\xf0\x95\xf2\x93\x9d\xa6\x6d\xe7\x3c\xcb\xff\xf5\x20\x94\xe8\x97\x84\x91\x86\x29\x6c\xca\x42\xdf\xfc\x50\x16\x09\x29\xca\xfd\x63\xbc\x68\xb7\x18\x03\x15\x9a\xc1\x1a\x8c\x40\x04\x5a\xc5\xf6\xfd\x65\xec\xb1\x50\x59\x65\x42\x87\x14\xee\xa1\xbf\x8d\xca\x64\xab\x31\xee\xbe\x7f\xb7\x72\x55\x73\x12\xfe\x96\xd7\x6d\x15\x9e\xfa\x69\x7c\x89\x3b\x07\x40\x80\xd3\x7f\xfb\x30\xe5\x3f\xe7\xfe\x1d\x27\x77\xf9\xc5\x64\xd7\x8f\xdb\xd1\xfb\x37\x0f\x64\xb9\xfd\xe7\xfc\x93\x15\x2a\xd9\xae\x31\x37\x0f\x67\x50\x19\xb8\x6d\xc4\x6e\xb6\xa2\x28\x34\xc2\xed\xaa\x55\x55\x29\x24\x63\xd9\x07\x66\x15\xb9\x15\x84\x5e\xf5\x1c\x97\x96\xb8\x83\x38\x7b\xe3\xf7\x21\x11\x01\xd6\x58\x57\x1b\xcf\x28\x3e\x77\x7e\xf4\x84\x5b\x7b\x92\xaa\x6d\x08\x5a\x3b\xc6\x23\x45\xd9\x74\x1c\x65\x50\xf8\x32\x7d\x5b\x77\x2f\xb2\xb9\x5d\x28\xd3\x4c\xf9\x03\xd2\x66\x21\x3f\xa3\x58\xf1\x00\xd2\x14\xc1\x99\x8e\xfc\xe5\x3f\xc8\xe5\xa2\x9f\xa2\xee\x26\x9c\x96\x6d\x46\xcf\xa2\xbe\xc4\xd2\xc8\xff\xbe\x7e\x18\xcd\x14\x73\x57\x6e\x62\xfe\x37\x4c\x73\xa8\x98\x5c\xcd\xb7\x70\x6c\x6c\xa0\x88\xbc\xcf\x98\x3d\xee\x86\x5f\xb6\x7c\xff\x80\x20\x6e\xc1\xab\x50\xbe\xb3\xb7\x04\xaf\xe6\xf1\x87\xfc\x8b\x2e\x2f\xfc\x82\x4b\x87\x7c\x77\xfb\x6b\x82\xa0\x93\x1d\x40\xf8\xc1\xdd\xf8\xf2\x03\xff\xbb\x0e\x7e\xdd\x0b\xcb\x3c\xff\x76\x0e\xd6\x35\x76\x39\x7b\x01\xe0\x3a\xe1\xe4\xc1\x61\x0c\xb4\xb0\x5d\x65\x52\xeb\x74\xa3\x5a\xf0\x70\x0a\x2b\xd7\xea\x50\xe6\x84\x22\xa5\x27\x0b\xe7\xc8\x22\xb2\x48\x7d\xe6\x94\x33\xa4\xab\xea\x4e\x56\x85\xe1\x85\x84\xe7\x86\x6a\x6e\xad\xde\xd7\xf1\x09\x56\xb2\x7e\xd7\x1d\xbf\xe3\x5c\x5c\x87\x42\x36\xad\x36\xb1\x5f\xc3\xf7\x45\xf0\x1b\x3b\x62\x39\xb3\x5d\xa3\xf7\x68\x7f\xc6\xa4\xd5\x67\xc7\x3e\x50\x95\xc4\xd0\x0f\x1d\x8f\x25\xc9\x1f\x46\xa7\x6c\x9d\x89\xab\xfb\xcb\x7f\xc8\xc0\x1a\x63\x9c\x43\x39\xa5\xaf\x62\x9b\x30\xc3\xc1\x96\xbf\x3c\x08\xa9\xe6\x6d\x43\xec\x8c\xdf\x23\xe9\xe4\x45\x19\x9c\xa6\xcf\x59\x69\xe1\x99\x2d\xfc\x23\x77\x03\xe9\xbc\x89\x6e\xfc\x5b\x17\x07\x19\xb7\xd1\x0d\xfc\x90\x8b\xbc\x0c\xcb\x60\x1d\xc1\xc5\xe1\x9e\x0c\x43\x9f\x05\xe1\xbb\xad\xc1\xdf\x7d\xf1\xe5\xf7\x5d\xbe\x13\xdd\xe5\xd4\xcf\x3e\x48\xb0\xfe\xb7\xf9\xf7\xb7\x9f\x75\x30\xfa\x1a\xe0\x96\xe9\xe9\x99\x2e\x6e\x98\x63\xd5\x67\xb8\x51\x37\x0a\x6c\x9c\x57\x9f\xb1\x94\x5d\xa5\x1e\x12\x39\x29\x25\x94\x69\x48\x06\xb9\xbb\x1a\x74\xd1\x82\x24\x8a\xfa\xb6\x31\x6b\x90\x1e\x49\x5b\xef\x99\x25\x9b\x5b\x29\x81\x6c\x91\xee\x62\x65\xc7\x40\xe8\x70\x48\x76\x63\xb2\x38\x89\x9f\x09\xd2\xf5\x91\x35\x14\xc2\x7b\xa6\xe8\xf9\x99\x6a\x7d\xc6\x73\x97\xa0\xfc\xd9\x54\x4c\x71\x31\x9d\xfb\x03\x31\x0a\xbc\xb8\xdf\x3f\x3b\x05\xbf\x93\x4e\xc7\x9d\xdd\x5a\x0c\x1c\x97\x1c\xc1\x65\x60\xdf\xfa\x19\x49\xde\xc3\x1f\xc0\xb1\x78\x0f\xfc\xaf\xff\x20\xfe\x18\x7d\x13\x3f\xe0\x74\x4d\xbc\x6b\x9d\x96\x70\xd1\xa1\x40\x9c\xf0\xe3\x01\xc1\xdf\x4e\x46\xc2\x69\xfa\x22\x61\xd8\x26\x4e\x3c\x71\x42\x9a\x98\x6b\x56\x2f\x31\x36\x7a\x94\xe8\x6f\xb1\x07\x20\x27\xef\xbf\xeb\x60\x24\xeb\xdf\xfa\x21\x3e\xe9\xbf\xe7\xdf\x43\xe4\x5d\xb6\xfe\x3c\x1f\x6f\x08\x30\xc3\xd6\xcf\x10\xf2\x6a\x0c\x2e\x73\x27\x71\xde\xca\x39\x4d\x2d\x12\xb6\x11\xa2\x49\x7c\x4e\x89\x97\xfb\x4d\xb1\x31\xd4\x92\xdc\xa9\x7e\x50\x3b\xd1\x73\x98\x7c\x5f\x0f\x67\xf8\xc9\xa1\x9b\x94\x62\x8a\x36\x57\xb6\x62\x21\x1d\xb5\x77\xb3\x39\x6b\x5a\x45\x4c\xf4\xe1\x74\x38\xf9\xcb\x7f\xd0\x9c\x20\x5e\xce\xe1\x72\x9a\x55\xd9\x43\xc8\xa9\xed\x71\x75\x95\xdf\x4f\xd0\xef\x65\x74\xdd\x94\x9a\x25\x3c\x9d\x4e\x73\x2d\x91\x48\xc2\x4f\x23\x84\xdc\xbe\x89\xed\x10\x8c\xf1\x05\x4e\x33\x62\xb7\x08\x93\x84\xab\xf6\x39\xff\xc7\x7f\xb8\x86\xef\x24\xaa\x9a\xad\x8b\x74\x20\x4e\x13\x55\xcd\x95\x84\x71\xab\x82\x24\x3a\xc3\x1f\xa2\x56\xf3\x36\xc4\x69\x93\x8b\xa2\xcf\xbf\x35\x90\x2e\x19\x19\x01\x54\xec\xfd\xe9\x81\xd0\xd0\x68\xfc\xc7\x03\xd1\xfe\xb7\x3e\xb0\x94\xb7\xcb\x4f\xcd\x3f\xe7\xdf\x43\x3f\x3d\x08\x61\x80\x3b\xe1\x67\xdf\x94\xef\x00\x96\x0d\x41\x2f\xfa\x9c\x19\x72\x39\x2a\x58\xe5\x92\xb3\xa8\x68\x61\x5d\x5e\xce\xc8\x0c\xaa\xb4\x0c\x9f\xc4\x5d\xff\xe7\x94\x0e\x65\xbc\x3c\xce\x75\x3f\xb9\x5d\x2f\x40\x7b\xf5\x97\xff\x60\x5e\x4d\x42\xda\xee\x37\x39\x65\x1c\x4b\xca\xf3\xd0\x36\x7f\xa6\xd3\x44\x4a\x8f\x38\x65\xae\xa2\x3e\x4f\xd2\x48\x7b\x6f\x49\xa7\x1c\x4d\x3a\x5a\xc2\x61\x85\x93\x27\x12\xc3\x1a\xf5\xec\xf8\xa4\xcb\x88\x96\x03\x8f\x6c\xa9\xe2\x2d\xc4\x98\xd9\x2e\xeb\x06\xd1\x36\x62\xec\xb6\x8a\xd5\xb0\xf0\x17\xd2\x71\xa2\x99\x99\xa8\xb0\x2c\x49\x81\x58\x69\x72\xf5\x97\xff\x20\xb8\x45\x42\x93\x34\xf5\x32\x7f\xf9\x0f\x82\x91\xd8\x19\x52\x81\x8e\xa6\x40\xee\xf6\x24\x99\x49\xbd\x49\x70\x79\x25\x95\xb4\xae\xe5\xf6\xf7\xe7\x83\xbf\x3c\x90\xc0\xff\x9a\x7f\xb3\xfd\xf7\xfc\xbb\x6b\xe6\xa7\xff\x51\xb5\xcb\xc2\x2f\xbb\x2c\x78\x05\xc0\xd2\x78\x23\x36\x95\x0a\xed\x9c\x47\x98\x63\xa3\x62\x40\x50\xf8\xe8\xb3\x89\xe0\x22\xea\x80\x94\x8a\x40\xa4\x87\x16\xf5\x9e\x0a\x87\x54\xb0\xc3\x31\xca\x1b\x6d\x36\x85\x00\x73\x09\x0a\x8b\x11\x51\x6d\xc0\x24\x84\x3c\x64\xd5\xaf\xad\x62\x78\x9a\xac\xed\x96\x67\x40\xff\xcb\x7f\x50\x8f\x25\x33\xc6\x0b\x1a\x0e\x2b\xcd\x90\x0f\xe4\x4e\x19\x25\xca\x7d\x25\xfd\xa8\x50\x37\x66\x96\xfe\x42\xca\x79\xbb\x6c\x32\x29\x71\x81\x54\x35\x30\x66\x2c\x24\x6a\x4f\x0a\x9c\x6d\x32\x6e\x14\xbe\x44\x6a\xdc\xf1\x36\x3c\x26\x54\x4a\xca\x23\xed\x31\x0c\xfe\xcb\x7b\xb8\x49\xae\x22\xdf\x54\xcf\xe7\xcf\x23\x7f\x27\xab\xa9\x56\xff\xf2\x1e\x78\x11\x14\x77\x32\x51\xde\x91\x97\x15\x57\x4b\xe1\x91\xa9\x07\xf8\xf0\xf3\xfc\xff\xb7\x17\xf7\x57\x1f\xf0\xd8\x65\xdf\xe4\xcf\xff\x3f\xf3\x2e\x4b\x5d\x76\x99\xf9\x93\xe9\xc6\x00\x4c\x3f\x2e\xe5\xc6\xe9\x02\xe2\x59\xfa\xbd\x8a\x10\x0c\xc4\x09\xac\x3d\x4c\xf3\xf1\x80\x73\x92\x14\x6e\x1b\x27\x7d\x6a\x8a\xb2\x84\x08\xa3\xd5\x19\xaa\xba\x26\xab\x78\xa9\xf1\x75\x4a\x8f\x21\xb7\xbc\x85\x41\x08\xe5\xb3\x69\xac\xdc\xb4\xee\x69\x4a\xb8\xe3\x13\xe5\x93\x1a\xe3\x14\x2f\xef\x38\xe5\x5e\xd5\x5c\xca\x99\xc8\xe3\x1a\x52\x4a\xe6\xe4\xa5\x14\x79\x2d\x3a\xd9\x58\x32\xa9\x60\x56\x23\x4b\xfa\x38\x39\xa9\xa6\x54\xe7\x9e\x44\x10\x59\xa1\xe3\xa8\x2e\x5a\x14\x43\xbe\x3e\x72\x57\x6f\x4e\x78\x98\x7c\x71\x76\x4d\x4f\xec\xff\xf8\x0f\x74\x94\xd3\xe4\x58\xe5\xdc\x5f\xfe\x03\xcf\x12\x65\x90\xa2\x24\x5d\xcf\x63\x40\xc1\x50\x7c\x24\x97\xb9\x46\xa9\x86\x14\xb4\x48\xe6\xdf\x7e\xe4\xff\x78\x30\x07\x77\x39\xf8\xd3\xff\x78\x5b\xb3\xcb\xf2\xb8\x5d\x66\x67\xed\x32\xce\xf1\x27\x15\x01\x1e\xdc\xbe\xc4\x1e\x36\x09\xc0\x6e\x73\x4b\xca\x27\x09\xe6\xf9\xce\x32\x0e\xb8\x7c\x03\x3b\x09\xa7\x27\xe1\xb6\xbc\x40\xa3\xc8\xc7\x7b\xc6\x34\x93\xda\xa5\x2e\x26\xb0\xfc\xcb\x7f\xd0\x9d\xa2\xca\x19\x1f\x90\xb8\xa8\xf9\x96\xca\x65\xab\x24\x59\xa5\xae\x4a\x41\xbb\x77\xcb\xf6\xff\xf2\x1f\xe4\x3f\x53\xde\xc6\xb5\x2b\xa8\xc8\x3e\xa1\x84\x67\x92\x94\x1c\xa4\x82\x29\x81\x45\x1c\x4a\x1a\xff\xc7\x7f\x50\xa4\xd0\x0e\xbe\x50\xf5\xfe\x3f\xfe\x03\x0b\xc5\x0c\xb7\xa0\xc0\xc2\x2b\x4b\x29\xa7\xb0\xca\x32\xf1\xb0\x51\xf7\x51\xa2\x25\x05\x7f\x79\x0f\x9c\x4f\xa9\xef\xa9\x7a\xfc\x76\xff\x7b\x0e\x16\xfd\x7f\xde\x03\x3f\xeb\xbd\xf5\xa7\x0f\x53\x19\xb3\xcb\x3c\xd9\x5d\x66\xd1\x03\x5c\xe4\xf8\x63\x28\xc4\x76\xf7\x39\x54\x1a\x80\x7e\x86\x6e\xd8\x5f\x0c\x80\x5d\xfc\x7a\x97\x7b\x25\x00\xcf\x27\x7a\x26\x5b\x2c\x7c\x10\x59\x62\xde\x67\x4e\x07\xf2\xf2\xa3\x4f\x87\x8d\x44\xe1\xa4\xaa\x0c\xb7\x99\x8e\x35\xf5\x93\xf6\x29\x7e\x03\xed\x38\x6a\x86\xd1\x69\xe1\x02\x0d\x14\xd5\xcf\xf2\x93\x68\xbc\xf2\x12\x35\xdd\xd9\x4c\x44\x59\xf1\x2b\xd5\xdc\x27\x4a\x5c\x52\x9e\x85\xca\x11\x6e\x28\xf9\x43\x3a\x90\xfa\x20\x69\x52\xea\xbe\x24\x9a\xb2\x9c\xfb\x4a\xf6\xb9\x18\x1f\x95\xf5\x85\x98\xa4\x9e\x08\x3b\x85\x50\xfb\x4a\xba\x49\x88\x85\xf2\xb9\xbd\x41\x66\x5a\xa0\x91\xd2\x38\x20\x24\xfb\x86\xff\x14\xa5\x7c\x52\x46\xb6\x85\xf7\x22\x65\x61\xf9\xb2\x54\x3b\x8f\x34\x85\x80\x3e\x23\x99\xc5\x5d\x4b\xbd\x4b\xa9\x13\x8f\xf9\x2b\x0f\x8f\xa9\xbd\x54\x7d\x7e\x53\x00\x26\x51\x6e\xf2\xa1\x74\x00\x76\x67\x4e\x16\x5a\x3c\x00\xff\x32\xdf\xe1\xd3\x2f\x01\xa4\xc3\x05\xaf\x5e\xec\x04\x50\x39\x24\x42\xb8\xe1\x0a\xa0\x4b\x2b\x51\xcd\x10\x0e\x60\x10\x23\x3b\xcb\xd6\x0a\x60\x52\xa1\x7c\x9c\xab\x0c\xda\xcd\x1e\x69\xa6\x8b\x49\xc3\x33\x93\x0d\x83\x7b\x0a\xdf\xa8\x89\xa6\x07\xcc\x6a\xb4\x31\x14\x82\xb1\xb2\x93\xa0\xa9\x2a\x99\x6c\x98\x13\xa0\xed\x18\x42\xce\xd5\xd5\x8c\xcd\x72\x75\x22\x6d\x69\x39\x65\x75\x79\x8f\x93\x18\x35\x1e\x94\x0c\x05\xfd\x46\xa4\xaa\x20\x6a\x6b\x82\x0f\x10\x69\x94\xbd\xdb\x8c\x23\x77\x08\xf3\xf2\x1f\x06\x0d\xa2\xce\x11\x5e\xcb\x54\x7f\x33\x8d\x0a\xc5\x37\x4a\xa9\x6e\xd1\xc5\xaf\x11\x42\x25\xa4\xd1\x17\xa2\x5c\x09\x68\xf1\x12\x74\x7d\x78\xdc\x2f\x0f\x04\x5f\x22\x8a\xc6\x46\xfa\x31\x6e\x92\xc4\x99\xb0\xb3\xbe\xcc\x3f\xd8\x25\xd2\x70\x97\x7c\x92\xbe\xdd\x92\x3a\x8e\xd3\xf5\x7e\xff\xcb\x7f\x18\xe4\x91\x36\xc6\x7b\xbb\x62\x7a\x2e\xc8\x18\xe0\xd7\x9d\x5f\x76\xa2\x64\xba\x08\x37\x9d\x8c\x5b\x3f\xcb\x32\x10\xdc\x1d\xd4\x00\xee\x93\x38\x53\x0f\x9d\x03\xe0\xf4\xe3\xe5\x3b\x79\x13\x40\x08\xc5\xf3\xfc\x74\x05\x80\x1c\x0b\xdf\xbd\x0b\xba\x00\xea\x7d\xa2\x74\xb7\x1e\x02\xe8\x25\x49\xbc\x65\xd4\x06\x30\x39\x29\xd5\xc9\xf2\x1e\xc0\xac\x4f\xe9\x04\x57\x09\x4c\x5b\xfd\xae\x66\x2d\x72\x0a\x9e\x59\x8a\xe8\x31\x28\xea\x51\x13\x4c\x13\x4c\x0b\xb5\xe7\x29\x19\x66\xbc\x0e\x46\x96\x33\xe4\x66\xe3\x66\xbf\xdf\x5d\x6e\x93\x99\x0c\x78\xa2\x3c\x3d\xdf\x92\x0e\xe8\x1e\xcc\xea\x09\xb6\x23\x56\x69\x7e\x2c\x2e\x0d\x1d\x23\xe0\xd5\x36\xea\x9a\xa2\xb2\x09\x3a\x2a\xa2\xed\x33\x71\x0c\xf8\x0d\x05\xea\xf0\xcd\x04\x59\xfc\x1d\xd9\x98\xf9\xd5\x64\x02\x0e\x25\x95\x8a\x98\x4c\x11\x22\xd0\x48\x9e\x46\xa9\xc5\x6e\x10\x3c\x25\x74\xd1\x07\xa2\xfa\x7f\xed\x45\x41\x59\x8b\xf7\x61\x52\x82\xab\x7e\xed\x43\xf9\xe5\x81\x8c\x4d\xc8\x54\x61\x3b\xfd\x97\x06\x09\x32\xd9\xb8\x7a\xaf\xd1\xf7\x9f\xe4\x9e\xe2\x5e\x7b\x0b\x77\x5a\xc8\xdd\xc7\x87\xba\xfd\xe5\xc1\x34\x2c\xc9\x8f\x11\x1e\x3a\x0d\x03\x3c\xc8\xe0\x34\x3a\xcc\xf5\xb7\x07\x21\x76\x91\xe7\xfa\x19\x69\x00\x85\x2b\x7c\x67\x2e\xe0\x01\x34\x97\x84\x24\x6f\xe8\x02\x18\x7d\x16\x7f\xc4\xd8\x02\x60\xf6\x52\x72\x8b\xf5\x1e\x80\x0d\x8b\x42\x06\xcf\x03\x58\xb4\x0d\x54\x49\x13\x6e\x06\x31\x1b\x67\x9d\x7b\x0a\x69\x54\x7e\x2b\x26\x53\x69\x83\x0d\x8a\xbd\x05\xc1\x26\xde\x3a\x8c\x6c\x6b\x76\xdc\x3b\xd0\x9d\x96\xe4\x62\x24\x1b\x7d\x30\xe0\x14\xd1\x46\xdf\x22\xe3\x4d\xc4\x49\xe2\x55\x2d\xc9\xb2\x43\x91\x1b\xf8\xef\x9a\x0a\x75\x57\x12\x7b\xf0\xf5\xaa\xea\x1d\xe2\x49\x52\x7f\xed\x45\xf1\x95\x0b\x9c\x0f\x4e\x2f\xc5\x0e\xcb\x30\xef\x70\x66\x05\xe0\x6d\x25\x97\x90\x91\x89\x66\xbf\xf6\x80\xe0\x22\x24\xc2\xd1\xac\x51\x0f\xd7\xbf\x4a\x99\xa0\xed\x22\x71\xdf\x13\xa5\x5a\x30\xed\x21\x8c\x9f\xd3\x65\x8f\x62\x69\x83\x83\x87\x85\xe4\x69\x31\xb8\x90\xd8\xde\x2e\x79\x7a\xdc\x7e\x7f\xc1\x77\x3b\xf2\xec\xb8\x4e\x6f\x91\x96\x24\x45\x09\xdc\x0b\x1f\xcb\x86\x29\xc5\x1a\xbc\xaa\x47\x78\x15\x28\xa5\xe0\xd1\x2e\x00\xf0\xe8\xd0\xb3\xd6\x23\x14\x00\xee\x6f\xcf\xbe\x1d\x9f\x07\x90\x34\xe3\x1a\x3d\x63\x0c\xa0\x94\xc5\xb3\x7c\x61\x0a\x40\x4f\x49\x70\xea\x66\x2f\x80\x09\x9f\xa8\x28\x03\x23\x80\xd5\x63\xf1\x1e\x16\x11\x00\xfb\x1f\x72\x52\xdc\xa7\xa1\xcf\x09\xaf\xbc\x24\x36\xf6\xd7\x5e\x10\x79\xbb\x77\x46\xc5\x06\xfa\x94\x3b\xd6\x35\x56\x89\x76\xdd\x64\x5a\x8b\x2d\x0f\x0f\xaf\x58\x62\xa7\xd9\xc9\xf0\x67\xa1\xad\xc4\xc3\x86\xde\x69\xbf\x45\xad\xe2\xd7\x75\xb3\x4a\xe8\x12\x89\xf8\xbb\x5a\xdf\x6b\xe3\xd3\x18\x70\x46\xea\xc7\x3b\xbf\x67\xbe\xc7\xae\x2b\xc1\x28\x3e\xdb\x0b\x7b\x5d\xce\x61\xf5\x56\x9e\xc4\x5f\xde\xc3\x8e\x54\x06\xe2\x73\x8a\x22\xfe\x94\x94\x19\xf2\x40\x72\xe8\xce\x43\x29\x46\xd4\x54\x8c\xec\x82\x81\xac\x14\xca\x21\xfe\xe6\xa4\x84\x6c\x38\xe6\x50\x84\xe5\xe8\x5d\xf9\xa7\x18\x85\xf0\x92\xde\x5c\xc5\x10\x4c\x74\x38\x6b\xc7\x8e\x52\x0b\xf6\x68\xe8\xd9\xb7\x9b\x4a\x76\xb8\x9b\xfe\x9e\x8d\x06\x4a\x68\x9c\x8b\xef\xe7\x1a\x8a\x72\x2f\xfe\xbc\x97\x79\x39\x9d\xaa\x31\x5e\xc2\x33\x0d\xe0\x91\xd4\xd3\xca\x23\xcb\x00\xfc\x1a\xcf\x18\x4f\x68\x01\x48\x79\x70\xb1\x9e\x11\x06\x50\x59\xe4\x2a\x3e\xff\xe1\x1f\xfb\x51\x4a\x84\x38\xe8\x1f\x03\xd8\x9e\x11\x53\x7d\xb0\x02\xe0\x74\x5c\x86\x89\xf3\x3e\x4c\xba\x3a\x2b\x9d\x17\x0d\x06\x5e\x57\x23\x8d\x02\x45\x0a\xf5\xa9\x33\xad\x21\x87\xd1\x6f\xe4\x25\x9b\x75\xeb\x93\x8e\xb1\x24\x7f\xeb\x3c\xb7\xaf\xfe\xba\xc4\x00\x0b\x86\x10\xc6\xf0\x34\x82\x80\x71\x4c\xaa\x73\x02\x0b\xfe\x82\x7e\xff\x8b\xcc\xb4\x39\x1c\xbd\x8e\x6c\x9d\x5b\x76\x3a\xd6\x5f\xfd\x53\xd7\xfb\x3c\x3e\x8c\x81\xf2\xe6\x67\x28\xac\x43\xeb\xca\x87\x6c\xbc\x2f\xf9\x0d\xf3\x4e\x36\x6f\xab\xf5\xf9\xdb\xbf\xf2\x61\x2a\xad\x89\xa0\x4b\x57\x5e\xb9\x2b\x6b\x86\x94\x4f\x4e\x98\x6e\x93\x03\xd4\xcd\x84\x95\xb1\x30\xc5\x04\x14\x57\x22\x47\xbf\x9c\xd2\x36\x9a\x23\xd6\xf3\x5d\xa7\x72\x22\xe6\x5e\xa4\x5f\x5b\xa3\xf2\x28\x66\x38\x2c\xe0\xf5\x59\xd5\x54\x6c\x6e\xd0\xd4\x2f\xff\xa3\xac\x40\x3d\x01\x57\xee\x1b\xfe\x02\xaf\x91\x8f\x1b\xf1\x59\x07\x78\x6a\xfb\x54\x9f\x76\x0c\x40\x20\xf8\xe9\xf6\x89\x20\x00\x59\x1e\xce\x0f\x67\x06\x01\x34\xb6\x9f\xa9\x9f\xd3\xfd\xdb\x83\xb0\x3a\x25\x10\x7f\x57\x03\xc0\x39\x53\xb4\x99\xcd\x0b\xc0\x43\x53\x66\x2f\x0f\x0e\x90\xbe\x7a\xb2\x5b\xc2\x7d\x20\xeb\x73\x5d\x55\x58\xf1\x16\x95\xc7\x43\x46\xaf\xd4\x10\x45\x9e\x70\x44\x58\x74\x3a\xb9\x93\x1e\xd9\x2f\x3b\xd8\x04\x66\x13\x7c\xad\x0d\x82\x56\xe2\x2a\xf0\x42\xe6\xb7\x92\xee\xa4\x49\xe2\x14\x0c\x95\x5f\x98\x66\xb3\x60\xde\xe9\x4e\xbd\xb6\x2b\x34\x40\x6f\x6a\x9d\xe8\x5a\x2e\x8e\x45\x1b\x2a\xcf\x7f\x4b\x2c\x19\xf9\xb5\x17\xe5\xd7\x1e\x90\x5f\x79\x58\xbf\x2c\xbf\x7f\x7b\x33\xc7\x7e\x66\x40\xa1\x19\x21\x97\xc1\x31\xaa\xa3\xbc\x8d\x08\xcf\x78\xd6\xff\x5d\x25\x00\xb9\x9a\xfc\xb4\x2b\x59\x25\x0c\xad\x1c\x6b\xd4\x92\xa2\x96\x84\xf6\x88\x7d\xd0\xc0\xae\x6e\x8a\x51\x8e\xf4\xad\x94\xd6\x94\xc2\xcc\x86\x0b\xbe\xe4\xd1\xc8\xc5\x1d\x0e\x7c\x50\x80\xd2\x36\xc1\x1d\x0a\xcc\xcf\x1d\xd1\x36\xc1\x7d\xf4\x55\xfa\xf3\x96\x63\xdf\x7f\x74\x0d\x40\x30\x8e\x7d\xf0\xc4\xe5\x7f\x78\x10\x9b\xcf\x4e\x9d\xcf\xfa\x3b\x0f\xf6\x6f\xf8\x96\xef\xf6\x02\x78\x88\x8b\x3c\x60\x7b\x0d\xe0\x43\x16\x47\x71\x5e\x01\x82\x9f\xa3\x2c\xbd\xf0\x15\x50\x09\xe8\x52\xe6\x54\x98\xa7\x32\xf8\x49\xeb\xb8\x1b\x0b\x92\x7d\x3d\x08\x66\x15\x6e\xe2\xc4\x1e\x27\x3a\x87\x7d\xa1\x67\xf0\x58\x5b\x6a\x00\x6b\xd2\x39\xdc\x2b\x8b\xc0\xc4\x81\xcc\x42\x8c\xab\x69\x4a\xc1\xa7\x17\xe2\x18\x06\x7d\x54\xad\x48\x31\x33\xca\x4b\x9b\xef\x3d\x73\xb9\x1e\x52\x45\x75\x66\x6a\xb1\xaa\xf1\x97\x07\x82\x76\x93\x37\xda\x58\x2d\xce\x40\x3b\xc8\x7d\xdf\x8c\x2e\x2a\x59\x7c\xa2\xf8\x79\xcb\xbb\xa0\xe1\xcb\x61\xe5\xad\x9d\x23\xb9\x8a\x43\x37\xd4\x78\x76\x8a\xb3\x87\xbb\xb6\xd4\xf2\x90\x8d\x29\x86\xad\x36\xea\x1f\x51\xb6\x89\x23\x0d\x5e\x9a\xe7\xd0\x6c\x71\x33\x55\x4f\x35\x6b\x30\x8e\x91\xea\xa5\x1a\xda\xd9\x98\xb1\xf0\xa9\x22\x59\x1d\x75\xac\x68\x68\x63\x9e\xbb\x2e\x0d\x76\x2b\xc8\x36\x8b\x5e\xd7\x1e\x17\xe3\x7f\x0c\xe0\x99\xe4\x13\x73\xda\xa3\x00\x62\x6d\xec\x2c\x27\xf7\xfc\xed\x41\xe8\xb3\x3d\x76\x3d\x43\x00\xb0\xd6\xe4\xd0\xb9\x42\x06\x70\xe1\xe0\x5a\xb9\xf5\x19\xc0\x77\x58\xc0\x85\xe5\x00\x40\xf0\x17\xe1\xa1\xa7\xcc\x00\xe1\x8e\x92\x1e\x42\x4a\x20\x16\xe1\xac\x30\xa4\x74\x8a\xca\x1f\xdc\xaf\x99\x6f\xc4\x44\x0e\x0a\xd0\x34\xbe\xe0\x26\x40\x94\x72\x13\xb5\x67\x8c\x18\xc5\x73\x39\xac\xf9\x96\xa5\xd9\x62\xe9\x6d\x7d\x63\x39\x0a\xf4\xd1\xe5\xe6\x26\xf9\x71\xa5\x4d\xa8\x30\xc3\xd1\xba\x86\xf2\x69\xc4\xba\xae\xd8\xfb\xcb\xb5\x97\xb6\x03\xd4\x19\xbe\x7f\x6c\x6c\xfc\xdf\xbd\x28\xeb\xd1\x8a\xe3\x1b\xf9\xa5\xbf\x4d\x7e\x50\xfd\x7d\xeb\x71\x91\xf8\xd0\xa6\xba\xc0\x76\xd8\xf3\xaa\x9e\x46\x4d\xbf\xed\xcd\xbc\x89\x66\x56\xed\x14\x84\x77\xe6\x74\xc3\x4b\x6d\x63\x64\x42\xea\x58\x45\xbd\xde\x5e\xd4\xd9\x14\xd6\x52\x65\x7d\x3a\x54\x77\x62\x7c\xc1\x59\xfd\x6d\x74\x6f\xac\x4c\x4e\x87\xc1\x61\x4c\x53\xc4\x6a\xe6\x67\xfd\x72\x6c\x74\x48\x5b\x72\xb7\x21\x2f\xee\x68\x90\x00\x00\xe7\xc7\xc7\x6f\x69\xf9\xff\xde\x8f\xf2\xcb\x83\x30\x66\x61\xf7\x39\xdf\x0d\x60\x25\xc1\x2e\x75\xb1\x08\xc0\xfd\x05\xc7\xf1\x1b\x6d\x00\x01\x78\x3e\x0d\x66\x5b\x80\x70\x2b\x21\x37\xf6\xaf\x00\xd1\x77\x24\xec\x85\xde\x82\x7d\xec\x31\xd9\x5e\xf9\x8b\xd4\x73\x51\x5a\xea\x13\x26\x56\xe4\xb6\x70\x1a\x7d\x7e\x97\x43\xc4\x07\x3e\xfa\x36\x5a\x91\x1f\x70\x72\xae\x73\xee\x6b\xd9\x76\x98\xa3\x0e\x3e\xd1\x67\x4a\x4c\x90\xef\xac\x52\xf3\xf7\x56\x3f\x42\xf8\x9a\xf8\xd4\x9f\xad\xbf\xb5\xed\xab\x7f\xaa\xdf\xb0\xe9\xf5\xd6\x94\x3a\xeb\x0f\x62\x73\xe8\xce\x2d\xd5\xff\x47\xd9\x5f\x46\x55\xb5\xb6\xff\x1f\xa8\xee\xad\x58\x28\xa2\x62\x17\x06\x28\x28\x21\xdd\xdd\xdd\xdd\xdd\xdd\xdd\xdd\x20\xdd\x29\x28\xdd\x08\x8a\x82\xa2\x28\xa2\xa0\x82\x80\xa0\x48\xf7\x4a\x16\x8b\xb5\xae\x33\x9e\x9f\x2c\xdc\xba\x9f\xe7\xfc\xcf\x79\x75\x0d\xc6\xf0\xcd\x7d\x8f\x39\xef\xb9\x9c\xdf\xcf\xfc\x7c\x0d\x66\xfb\x5b\x72\x37\xd6\x55\x27\x17\x54\xeb\x12\xbe\xa9\x69\x3c\x59\xb2\x7e\x74\x76\x30\x46\x67\x7d\x39\xbc\x12\xdb\x3b\xad\xcf\xb3\xf2\xba\xfc\x5d\x57\x9b\xbe\xf5\xda\x70\x61\x41\x13\xca\x88\x75\x9d\xad\xe0\xcd\xa3\x1b\xc6\x5f\x36\xe2\x72\xf4\xcb\xba\x4c\xcc\x11\xa8\x74\xfa\x42\x7d\x93\x49\x14\x45\x72\x75\xce\xb4\x29\x11\x15\x9e\xf8\x32\xa3\xcb\x4c\x1a\xad\x1f\x8b\x49\xc3\x9b\xbe\xc7\xf0\x47\x16\x26\x8e\x99\x05\x63\xf7\x85\x96\x03\x08\x92\xb1\x87\x52\xa4\xfe\x9b\x83\xb0\xbc\xc8\x02\x67\xa2\x00\x5c\x82\xd9\x95\x2f\xf6\x03\xf8\xa1\xb8\x9f\xdf\xa4\x04\x88\x4a\xe6\xdf\x60\x64\x07\x88\x0f\x10\x36\x64\xff\x01\x90\xac\x26\xd9\x2d\x5a\x0d\x1e\xe9\x95\xb2\x5d\x8a\xed\x44\xb9\xb4\x5b\x6a\x46\x26\xd9\xdb\x41\x71\xa1\x86\xac\x9e\x1e\x5b\x67\x23\x3c\xad\xef\xc6\xc6\x63\xea\xbc\x15\x3c\x6d\x0a\xf2\x90\x55\x1e\x26\x11\x0b\xd5\xc7\x37\xf6\x38\xd6\xe4\x65\xb4\x88\xac\x8e\x58\x7d\x6f\x12\xef\xe4\x5a\x9e\x32\x65\x78\xcd\xd7\xfd\x69\xd9\x53\xb7\xe4\x5b\xf6\xb3\x83\x24\x2f\xca\xfc\x29\xad\x92\xd9\xe5\x96\xee\xf7\x15\x06\xcc\xf3\x93\x8d\x0e\x2f\x6e\x1a\xd6\x2d\x39\x57\x07\x75\x36\x19\xb5\xae\x68\x3f\x88\xaf\xff\x68\x1a\xb7\x1a\x51\xe6\xf7\xa8\xc2\xd4\x76\x5d\xa8\xf0\x50\xe9\xb4\xf9\xed\x0d\xb5\xdc\xa8\x02\x71\xf3\x65\x84\x63\x66\x64\x56\xaa\xe5\x05\xa4\xc4\x7d\x8d\xfb\xad\x96\x7d\xc8\xc5\x94\xe7\x49\xc7\xad\x78\xd1\x97\xe3\xdd\xe2\xf5\xad\x9c\xd0\x95\x31\xe3\xd1\xbd\x56\x9e\x18\xff\x88\x66\x00\xa1\x49\xb6\xa3\x14\xf7\x00\xe4\x03\x58\x46\x28\x25\xfe\xcd\x41\xb8\x87\xb0\x79\x5c\xec\x03\x08\xb1\xe7\x3c\x77\xbd\x0c\x20\x66\x9b\x67\x83\xbe\x17\x20\xc5\x5f\x88\x87\x43\x0d\x20\xf3\x88\xf8\x3e\x11\x26\x08\xcc\x39\x26\x73\x56\xf1\x04\x51\x27\x07\xab\xac\x66\xdc\xb5\x6d\x98\xde\xa6\xeb\xe5\x55\x8c\xab\x4f\x74\xb6\x38\x90\x20\x85\x39\x10\xaa\xe3\x6a\x5b\xbc\x81\xf8\xdb\x8f\x3f\xa8\xb5\x91\x62\x15\xe7\x26\x95\xd5\xdf\xa9\xb7\xd4\x6b\x3f\x5c\x5f\xde\x7b\x85\xc4\x81\x90\x3c\x20\x24\x4f\xcc\xa7\x3a\x43\xcb\x99\xd6\x0e\x86\x57\x16\xc6\xf3\xf3\xd7\x9b\x63\xda\x17\xcc\x57\x17\xaa\x1a\x12\xeb\x53\x2d\xac\x96\x05\x1f\xb1\x3f\x54\xb1\xa4\x5c\x99\xa8\x18\x2a\xfd\x6e\xa5\xb7\xb6\xb7\x34\x26\x57\xcd\x5a\x79\xe3\x48\xde\x7a\x3a\xb3\x6d\xfa\x86\x55\xee\x60\xf2\xb6\xad\x17\xe2\x49\x46\x7f\x7c\xbb\xed\x24\xb2\x25\xf5\x7b\x4c\xa9\xad\x1f\xea\x59\xa2\x52\xc4\x7b\xdb\x1f\xe8\xf0\xd8\xa7\xe1\x54\x36\xc5\x98\x98\x88\x44\x00\xf1\x07\xf7\xd6\x28\x8e\x02\xa8\x6a\xdc\xbb\x49\xe9\x05\x60\x2c\xcf\x6c\x76\xea\x20\x80\x3d\x17\x8b\xfc\x59\x1f\x00\xdf\x78\x96\xf2\x8b\xf1\x00\x51\xe7\xd8\x3c\xae\xdd\x00\x48\x5c\xe2\xce\xa5\xaf\x02\xc8\xd4\xe5\xfb\xc0\x4a\x01\x50\x30\x22\xec\x2d\xc8\x01\x4f\x4a\xd5\xc5\xc5\xa4\x17\x89\x89\x65\xac\xf2\x02\x06\x49\xdb\x2e\x45\x06\x9a\xec\x9e\xd5\xb8\xf4\x6c\x56\xe3\xc2\x84\x11\x74\x69\x62\x89\x03\x65\x69\xfd\xfa\xb9\xc0\xcd\x40\xc1\x76\x96\xe5\x43\x3e\x73\x69\x2a\x3d\x6b\xf3\x19\xae\x14\x35\xb1\xfd\xe8\x1f\x01\x96\xef\x3f\xe9\x7f\x70\x22\x79\x51\xbe\x29\x19\x6f\x7e\x4d\x7e\x19\xd6\xaf\x61\x3e\x3e\xad\xf9\x54\xa6\xe3\x8e\x75\xf9\xec\xc9\x8e\xf4\xda\x61\x9b\x8a\x05\x96\xa6\x93\xe5\x5a\x76\xd2\x4b\x46\x35\x84\x7c\x6f\x7b\xf4\xf2\xf2\xc3\xa3\x59\x31\x0e\x36\xab\xaa\x15\x14\x69\xa7\xed\xfb\xd7\xb3\x0b\x7a\x12\xe3\x1d\x7b\xd6\xbb\x0b\xf4\x63\x36\x1d\x9b\x11\x7c\x59\x84\x88\x7c\xa7\x2b\x48\xd9\xfb\x9f\x83\x27\x9d\x9e\xa2\xe4\x93\xd3\x82\x1c\x1d\xeb\xd0\x7c\xf1\xa2\x81\xb4\x0e\x73\x68\x64\x74\x2f\x80\x24\x91\xe9\xd3\x31\xad\x7f\x70\x10\x4e\x4c\xae\xff\xb9\x2f\x9c\xd5\x18\x7f\x9c\x36\xfd\x87\x1f\xe5\x0c\xeb\x01\x6a\x36\x80\xb4\x40\xf6\x65\xda\x4f\x00\x05\x09\xdc\xe7\x98\x7c\x01\xca\x9e\x09\xf6\x09\x14\xc1\x93\x87\x67\x45\x53\xa5\x27\x88\xd5\x35\xcf\xa5\x27\xf5\x52\x09\xa7\xaa\xc2\x94\xb7\x9c\xd0\xb8\xaf\x65\xf5\x7a\x2e\x71\x0f\xd1\x7e\x39\xa1\x56\x33\x65\x7c\xab\x3f\x62\x84\x7d\xaf\x74\xd6\xcd\xf5\x84\xd9\xc6\x25\xbd\x9d\x99\x5e\xf6\x91\xac\xc2\x0d\xdf\x99\x4a\x72\xa0\x1d\x1c\x19\x71\xfe\xe1\x61\x39\xf1\x49\xe5\x83\xff\x5b\x72\x3b\xfb\xb1\x8a\x37\x9e\x9d\x43\xf6\x94\xdf\x8a\x9f\xbf\xad\x9d\x72\x8c\xfa\xf1\xb8\x2b\xab\x44\xd4\xb9\x6d\x0e\xd7\x2a\x9b\xa3\xef\x12\xbf\x68\x5f\xdf\x9d\xbe\xd7\x65\x63\xf9\x5e\xb5\x52\xa2\xac\xeb\xd6\xca\xd2\x83\x94\x68\x2e\xb7\x92\xb5\xc2\x12\x9d\x28\x55\x57\x8b\xf5\xee\x82\xe8\x50\x3d\x37\xd5\x8d\xb7\x39\x43\x81\xd2\xee\x3c\x88\xf8\x4c\x9c\xdf\x51\x37\x31\xd4\x89\x94\x06\x6f\x13\xb7\x1b\xa8\xe9\xc4\xbd\x9e\x78\x57\x25\x74\x55\xac\x10\x80\xf4\x36\x53\xd1\xb1\x3c\x00\x4d\xd7\xbb\xce\x14\xbc\x00\x96\x57\x19\x8a\x4e\xde\xfc\xc5\x41\x84\xdb\x32\xf2\x9f\x17\x01\x48\xfa\xce\x1c\x71\x25\x07\x20\xcb\x95\x25\xfd\x46\x34\x40\xd9\x22\xa7\x09\x63\x33\xc0\x23\x13\x01\x2e\x01\x63\xf8\x50\x6f\x29\xec\x2b\xc5\x4d\xec\x6c\x3e\x25\x39\xaf\xeb\x49\x20\x6f\xd6\x50\x78\xe5\x34\x81\x9b\x6c\xfc\xa8\x69\x18\x77\x1e\x7d\xbe\x92\xd5\xb4\xb9\xbc\x70\x55\x21\xcb\xda\xcd\xe8\xc9\xed\x1f\x16\x31\x2b\x51\xa6\x43\xb5\xe3\xb9\xc1\x6d\xd5\x66\x13\xeb\x5f\x82\xbd\xa4\xfb\xd4\x27\x11\x43\xf4\xee\xe7\xde\x59\x7f\xb9\xd2\xf9\xd0\x43\x6f\x44\xfc\x3d\x4f\x55\xbe\xd7\x85\xaf\xab\x7d\xe5\x05\x0f\xbc\x36\xa6\x2f\x3f\x3b\x90\x15\xee\x89\x9d\x7d\xd0\xa1\x93\x3c\xee\xf5\x7c\x81\xa7\x69\x32\xe1\xb0\xd7\xc1\x25\xbd\xda\xc6\x28\x61\xaf\xbf\x57\x0a\x2a\xd3\x82\xe6\xbd\xcb\xd7\xb8\x4a\x07\x76\x3d\x20\x39\x9e\xeb\x1b\x83\x39\x5f\x7d\xed\x3d\x00\xf1\x24\x53\xd8\xdb\xcb\x63\x0f\xea\x68\xca\x80\x57\x8f\xfb\x7b\x94\x6b\xf2\x3e\x8f\x41\xd7\x79\xf4\x68\x8c\x0e\x80\x9c\x2c\xd3\xfe\x63\x2d\x00\x7a\x62\x77\xfb\x8e\xeb\xfd\xe2\x20\xbc\x85\xef\x50\x9f\x2a\x05\x88\x0a\xb9\x9b\x73\x8e\x1e\x20\xd5\x81\x51\xe9\x92\x27\x40\x31\x37\xb3\xe8\x75\x6b\x80\x47\xeb\xac\x64\x74\x32\x00\xcd\x2b\x5c\x41\x1c\x64\x30\xf1\xd8\x58\x90\x5a\x92\x17\x0e\x77\xe7\x88\x36\x6a\x38\x12\x44\x7b\xe6\x65\x78\xed\xdf\xe3\x26\xba\x35\x54\x2d\x63\x53\x50\x4d\xad\x2c\x06\x63\x15\x13\x2b\x2e\x95\x1e\x0e\xa7\xbb\x69\xbe\x05\x65\x70\x87\xdb\x7c\xde\x18\x42\x25\x54\x54\xb8\xcf\x46\x0d\x27\x87\xa4\x3d\x25\x9b\x79\xd5\x65\x14\x88\x18\x38\x38\xd6\xf7\x80\x2f\xe4\xfe\xc7\xf9\x61\xa3\xac\x8f\x21\x25\xe3\x88\xfe\xc9\x94\xaa\x60\xae\x6f\x95\x3d\x2f\x63\x1c\x83\x9e\xcc\x4c\x77\xb2\x46\xac\x04\x4e\xce\xdf\x69\x75\x0d\x9d\x09\x70\x58\x5c\xa9\xdb\x0a\x56\xf7\xb3\x59\xb1\xa9\x92\x0c\x0c\xf7\xa5\x5c\xa3\x28\x53\xf7\x8f\xf5\x91\x5c\x8f\x2c\xf4\xf4\xd5\xf2\x8d\xda\x70\xcc\x13\xf2\xa6\xf7\x61\x40\x1e\xcd\xd8\xef\xd1\xe6\x63\x80\x12\x4b\xfe\xec\x86\xf6\x91\x45\xd3\xc6\xf7\xb9\x1a\xfa\x18\xa3\x27\x62\xa4\x00\xe4\xe9\x19\x6d\x8f\x45\x00\xe8\xbf\xbd\xa3\x48\x51\x0c\x60\x8f\xbb\xed\x78\x5c\x1d\xc0\x3f\xf9\x96\xef\x89\xf3\x00\x71\xac\x74\x72\xa7\x35\x01\xb2\xfa\x69\x97\xa8\xe6\x01\xca\x4a\x19\x98\xae\xbc\x00\x68\x6c\x60\xae\xa7\x45\x01\x74\x04\x70\x08\xb1\xbc\x03\xe8\xa1\xe2\x15\x15\xaa\x82\x3b\x6f\xac\x84\xff\x56\x05\x82\xf5\x3b\x6d\x49\x0f\xdb\x47\x5b\xee\xef\x8a\x14\x54\x23\xa2\xd1\x1a\x6f\x9f\x69\x94\x96\xd2\xad\x88\x3c\x27\x33\xbb\xf8\x14\xbe\x92\x37\xbe\xf6\x55\x1f\xbf\xfd\xac\xb3\x6c\xb3\x70\x76\x03\xdd\xc3\x9d\x76\xa8\xf9\xd0\x52\x44\x09\x21\xad\xfb\xc5\xed\xef\x1a\x19\xf3\x71\xcc\xc3\x2b\x1f\x1f\x25\xcd\xc4\xd8\x8d\x75\xbc\xcd\x8f\x11\x8d\x6e\xfd\x16\xd1\x7b\x24\x5c\x20\x26\x78\x86\xad\xcb\x3b\x98\x2f\xca\x61\xe1\x64\xb3\x4e\x40\x70\x84\xfa\xd2\x60\x4d\xa1\x7f\x49\x68\xe4\x8a\x69\x95\xbc\x8f\x79\x28\x76\x4d\xaf\x54\x96\xe4\x43\xf1\xe0\x0b\x8d\x44\xfc\x9d\x73\x98\xe4\x43\x71\x51\x09\x2e\x43\xe5\x27\xb1\x38\xd3\x06\x3d\x40\xdb\xc7\x99\x39\x1f\x0e\x08\x45\x6f\x45\x37\x00\x28\x9f\x64\x78\x75\x6c\x1a\xc0\x38\x8a\xfe\xdb\xf1\xbf\x00\x9c\x39\x69\x2e\x1d\xe3\x01\x08\xe1\xbc\x65\x7d\xe2\x15\x40\xf2\x1d\xea\x77\xff\x39\x3f\x0a\xbf\xdf\xa4\x3e\x59\x08\x50\x43\x43\x4f\x7f\x69\x0f\x40\x47\xe4\x5d\xb7\x6b\x9c\x00\x2f\x0c\x58\x1e\x30\x9e\x03\x18\xbc\xce\x2d\x22\xa8\x0b\xbe\x23\x37\xf8\x9b\x15\x52\x09\xd8\xc9\x1c\xd1\xbd\x66\xb9\x5b\x23\xdf\x04\xa4\x5b\x42\x4a\xd1\x61\xdf\x5b\x95\x22\x8b\xf9\x96\x9f\xfe\xd8\xa3\x4d\xd1\x7d\x61\xbc\x60\x20\xd8\x59\x67\xc2\xb5\x7b\xbd\x8a\xba\x20\x0e\xa1\x59\xa9\xd2\xcc\x57\xd7\xbc\x12\x7b\xff\x54\xfd\xa7\x17\xba\xdf\x96\x62\xac\xca\x0f\x7e\xd4\x1c\x46\x46\x4c\x66\x59\x4d\xbc\x78\x5d\x14\xf4\x3c\xeb\xc7\xf7\x86\x67\xa3\x01\x6e\xe9\xf6\x33\x73\x8f\x37\x7c\x5f\x27\xdf\x59\x98\x69\x94\xf7\xae\x4d\xe8\x5e\x16\xa9\x56\xf4\xec\x88\x9b\x5f\xe5\xac\xe8\x72\x37\x8e\x3f\xbd\xd6\x50\x72\xca\x35\x32\x4e\x61\xe3\x74\xbe\x9a\xf3\x42\x4c\x32\x22\x22\x13\xe1\x14\x10\x1d\x89\xbc\x9f\x56\xe4\xf8\x3c\x92\x03\x15\x9b\xe4\x62\x97\x15\xf9\x0a\x8d\x8e\x7e\x60\xb7\x14\x6e\x88\x51\x8b\x7c\x09\xa0\x91\x45\xb7\x7c\xd4\xff\x57\xfe\xef\xae\x72\x6d\x88\xfc\xd6\x2f\x0e\x22\xdd\xea\xa6\xf6\x89\x5c\x80\xb2\x9d\xef\xd8\x1a\x71\x37\x68\x4e\x49\x00\x74\x5f\xbd\xd3\x40\xdd\x01\xf0\xee\x1d\x63\xf8\x2d\x35\x80\x31\x0e\x56\x04\xdb\x5d\x58\x99\x63\xe2\x39\x29\x31\x4b\xf4\x5d\x17\x15\x7c\xa8\xff\x01\x6f\x80\xcd\x11\x37\xf2\x37\x46\x27\xaf\xbd\x95\xb7\x2a\x92\x5a\xfe\xf0\xe3\x9c\x16\xe6\xe9\xd2\xc4\xdf\x83\x44\x07\xc2\xd8\x9d\x56\xca\xc7\xec\x69\x02\x8b\xc5\x99\xf2\x4f\x57\x1e\x6f\xcf\x75\x84\x8f\xbd\x59\x7c\x55\x38\x79\x39\xc0\xf2\x29\xf5\x47\xc2\xd0\x3b\xdf\xc2\xda\xac\xaf\x05\x7d\x44\x5f\xca\x32\xb6\xe9\x93\xdd\x38\x4f\xc3\xc2\xe5\xb9\xca\xb6\x93\x1e\x5c\xb9\x47\x16\x85\x1a\x38\xdc\x8e\x64\xdd\x5b\x7e\xf3\x30\xcf\x25\x20\x23\x63\xd5\xb8\xe2\x80\xd3\xbb\xfb\x14\xeb\x42\x45\x47\x1d\x93\x92\x17\x37\xe6\x72\x58\xec\xb1\x49\xbc\x48\xb1\xfb\xef\xed\xfa\x13\xa3\x51\x54\x29\x7a\xb6\xf6\x09\xe7\xd0\x57\xe2\x0b\x6d\x0f\xc6\x9e\x46\xe3\xa3\x7d\x6c\x74\x63\x74\x31\x4e\x91\xe7\x01\x34\xe2\x6f\x5b\x90\xc7\xfd\xda\x07\x9f\x74\xea\xe6\x23\x9f\x01\xa2\xaf\xef\x29\xf8\xcf\xba\x73\x77\x78\x88\x47\x0c\x3f\xf3\xcd\xae\xa9\xdf\xf3\xae\x51\xa9\xdb\xcf\x2e\xeb\x00\xcc\x8d\x31\xd7\x32\xd0\x03\x20\xcf\x72\xd3\x8b\x0b\x13\xcb\xb6\x2f\x08\xe4\xe9\x7e\xc3\x8b\x61\xbd\xc4\xa3\x03\xd8\xd1\x5d\xeb\x07\xe5\x99\x0a\x3d\x67\x50\xb3\x06\xda\xf2\x8f\x6b\x7b\x1e\x8d\xbd\x72\xcc\x7e\x57\x5c\x2e\xfe\x5e\x2c\x4a\x78\x6c\x26\xaa\xa9\x1f\xd5\xab\x3f\x89\xf1\x41\x0d\x0b\xbe\x37\x18\x61\x77\x2d\x19\x92\x1c\x41\xbc\x9b\x76\xb6\xe9\x15\x9e\xba\xf3\xe2\x94\x93\x54\x3b\xcd\xcc\xa9\xce\x0e\xa7\xb9\x1a\x97\xf9\x7b\x2d\xb1\x8e\xbe\x0f\xee\x2e\xe9\xd6\x9e\xb5\x1f\x28\xd3\x5f\xf1\xa9\x54\xb3\xbf\x59\x38\xbc\x26\x51\x82\xb4\x3b\x9c\x5b\xba\x41\x9f\x97\x6b\x83\xce\x91\x47\x30\x67\x0d\x59\xcf\x65\xd1\x20\xb5\xef\x73\x93\x7c\x28\x96\xb7\x52\x9f\x60\xf6\x44\xdf\x30\x47\xa5\x06\x60\xf2\xc2\x97\xcd\x86\x53\xc2\xb0\x72\x21\x37\x01\x74\x2c\x6f\x1c\x3a\x34\x08\x60\x8b\xa0\x7e\x72\x58\xec\x97\x07\x81\x94\xfb\x16\xef\xe4\xbc\x4d\x96\x7b\x5a\xfe\x2f\xe7\x50\xf8\xf9\xf7\xe7\x57\x3b\xef\xb9\xf7\xef\x70\x00\x21\xf4\xd9\x57\xde\xef\xfa\x30\x5c\xf0\xc3\x82\x74\x06\x0e\x5b\xdf\x31\x48\x09\x9a\x60\xd1\x59\xf9\x8d\x56\x45\xa9\x1c\x8d\x81\xe7\x4b\x4c\x7a\xcf\xeb\x13\xea\xe6\x7f\xe8\x3a\xba\x3c\xab\x4f\xbb\x3b\x5e\x1d\x71\xf8\x9d\x49\xb0\xc9\x68\x71\xc3\xf4\x87\x2e\xe7\xc1\x2f\xe9\x23\x94\x83\x2f\x6c\x9e\x4f\x16\x4c\x98\xbc\x8a\xb4\xec\x19\x7d\xfc\x5d\xab\xfb\xb1\xa5\x75\x7f\xe4\x1c\x47\x6b\xbb\xe5\xc3\xee\xc8\xc5\xe3\xf5\x11\x96\x6b\xad\x06\xcb\x89\x0f\x15\xac\xf8\xea\xe8\x56\x4d\xca\x39\xad\x6e\x3e\xbc\xbe\xf6\xa9\xa8\x9b\xc4\x81\x58\xd4\x96\x9a\x22\x42\x33\xb9\xcd\x06\x8b\x3b\x51\x7f\xa7\x1c\x36\x2b\xca\xaf\x41\x11\xe3\xdb\xcc\xe8\x72\xde\xa0\x87\xa3\x3b\x48\xfc\x87\x89\x76\xc6\x04\xd6\x26\x58\x16\xc0\xe8\x34\xb5\xc9\xc1\x1e\x00\x17\xa6\xcb\xd5\x07\x43\xfe\x71\x3f\x78\xfe\x9c\x95\x3b\x3c\xc0\xae\x17\x64\xe9\xe7\x9c\xda\xf1\x43\xe0\x3a\x49\xef\x79\x6f\xb5\x9c\xfd\x04\x40\x2c\xe3\xcc\x12\xcc\xdd\x1c\xc1\x4f\x09\x9a\x19\x08\xcd\xdd\xdd\x94\x93\x4c\xf4\x79\xf8\x9e\x88\x0a\x53\x0e\x4b\x9a\xed\xf8\xb1\x46\x67\x68\x5a\x8e\x2f\xc4\x2c\x2a\x3a\xf1\x34\x47\xc7\x31\xcc\x58\x04\xe5\x76\x87\x93\x3c\x18\xd6\xe5\x53\xc4\xf1\xd0\x97\x26\x66\x1c\x3f\x1c\xbf\x7b\x76\x5f\x20\x71\x10\x86\x5d\x93\x07\xe7\xe3\x1a\xa7\x8c\xd3\x07\xae\x2f\xa5\x57\x1f\x34\xd6\xef\xed\x5e\x3d\x54\x6e\x61\x2c\xdb\x15\xb7\xb6\x5a\x58\x60\x4c\xd3\xf6\x6a\x83\x35\x57\xfb\x5f\x1e\x90\xfa\xaa\x7c\x54\x69\xc2\x7b\xa3\xfb\xe5\x05\xe8\x90\x98\x09\xc3\xe8\x52\x0f\x8c\x6b\xc4\x55\x83\x4f\xc5\xfb\xb0\x9c\x21\x7b\x0d\x9a\xf2\xd3\xb1\x5f\x02\x3c\x00\x4c\x68\x8e\x3e\xfd\xcf\x3a\x5c\x9b\xf6\x0c\xed\xf9\x87\x17\x24\xf7\xcd\x4f\x2e\x88\xe4\x41\x20\x5d\x07\x5f\xca\x7f\x4e\x04\xdd\x9f\xf9\xef\xad\xa7\x67\x67\x70\x67\x88\x16\x5c\x56\x22\xbd\xb3\xb1\xdb\x3a\x82\x08\x9d\xd6\xe1\xb3\xb8\x1e\xa9\xaf\x2e\x34\xdd\x87\x30\x4b\xaa\x07\xc2\x27\x1f\x3e\x41\xb8\x19\x9f\xc8\x81\xf4\xd3\x6b\x03\x0e\x96\xe5\x3a\x61\xe9\xcb\x7b\xfc\xd2\xeb\x27\xbc\x82\x16\x4d\xb3\x7c\x9a\xb3\xac\x3b\xe7\x19\x7a\x33\xda\x43\x0d\xc4\xe7\x57\xe6\xd8\x5b\xdc\x75\xe9\x96\x94\x17\xba\xea\x4c\x48\x1e\x0c\x6d\xe4\xd4\xb7\x95\xa8\xf2\x30\xdd\x73\xc3\x4f\xd7\xcc\x8b\x44\x75\xa7\xfa\x4f\xaf\x13\x73\xb9\xf4\x82\x7a\x02\x37\x88\x99\xef\xf4\x64\x9f\xec\x43\xca\xa5\xbe\xd6\xcb\x6c\x55\x45\x79\x24\xee\xd7\xd3\x6e\x74\x40\xeb\xc4\x10\xf5\xce\xd4\xd5\xa0\x21\x72\x46\xb7\xa2\x9a\x0a\x33\x1a\x1a\xab\xeb\x5c\x49\x85\xcd\x0a\x74\xd2\x99\x28\x9b\xd8\xd4\xf6\xdd\x0f\x60\x79\xe5\xe7\x3a\x02\xaf\xfe\x9c\xa4\xdc\xb7\x7c\xea\xf7\xeb\x80\x94\x7b\xfe\xfe\xdd\xef\x6e\xfe\x19\x01\x70\xe7\xed\x35\xf6\x39\x2a\x62\x17\x27\xbf\xc0\xc1\x8f\xc1\x84\x53\x42\x94\x6a\x9c\xbd\xe2\xf8\x63\xd2\x16\xd6\x57\x1a\x6e\x6d\x86\xaa\x45\xfb\x73\x17\x64\xa0\x97\x8d\xa2\xe3\xcf\xc6\xfe\x8d\x3c\xea\xb0\x9e\xfd\x36\x50\x7f\x3d\xd9\xfb\x68\x29\xa7\x6b\xc0\x5a\x65\x2a\xb2\x7c\xcb\x62\x72\xf5\x79\xf3\xc7\x07\x9f\xf4\x4a\x56\xaa\xbf\xd4\x54\x85\x6b\xf4\xad\xb6\xaf\x68\x96\x2b\xa8\x93\xaf\x9f\x5a\xed\x2d\x7a\xa2\x66\xb0\x9e\xb5\xa6\x52\x30\xa9\x76\x69\xce\x71\x43\x27\xeb\x2e\xc9\x7f\xa1\xe1\xfe\x3e\x0a\x99\x97\xac\xa6\x29\xf7\xfa\x1e\xca\x24\x41\x4d\xa3\xe0\x85\x14\xda\x3f\x5a\x54\x23\xe0\x69\x10\x26\x38\x4c\x53\x63\xa2\x53\x1b\x33\x10\x32\xaf\xe1\xd3\xaa\x81\x7d\xea\xff\x4c\xa3\xa8\x31\x62\x93\xcb\xf7\xb4\xe6\xc1\x5a\xd6\xcd\x52\xaf\x22\x00\x7b\xea\x9f\xeb\x21\xf1\x30\x39\x01\x7b\xfe\xab\x0f\x63\x72\x61\xcf\xff\x17\x0f\xc2\xfc\x61\x00\xfa\x37\xd4\xcf\x47\x06\x88\x38\x8e\x77\x3c\xd5\x2f\x97\x08\x0d\x82\x4b\xf2\x8f\x9b\xc7\xf0\xdd\xb2\x1c\xa6\xf8\x72\xcf\x2d\x71\x35\x7b\xe7\xfb\xf7\xe9\x37\x15\x8c\x2e\x04\x5d\x0a\x55\x43\x7f\xb7\x6f\x4c\xe0\xf0\xda\x87\x2a\xf7\x5a\x49\x63\x73\x6c\x43\x8e\xc4\x61\x32\xd2\x2d\xc4\x11\x2b\x15\x07\xb3\x1f\xe9\xbd\x47\x18\xf4\x76\xe5\x24\xaa\x5f\x59\xc7\x2c\x2c\xe7\x4f\xef\xf2\x0f\xb6\xc8\x7c\x44\x58\x6a\x9f\x52\x14\x32\x0a\x61\x9f\x46\xab\xa4\xb8\xc2\x86\xcc\x49\x8c\x57\xa6\xff\xd6\x85\xaa\x8d\x35\x57\xf6\x18\xc5\xa1\x8b\x22\x45\x55\x86\xdf\xef\xc3\x9c\x0e\x0f\x53\x25\x7b\x5d\x89\x99\x0d\x8e\x56\x39\xf0\x62\x06\xbb\xe6\xdb\xa8\x5a\xff\x54\x0e\xbb\xe5\x3b\xae\xa2\xdb\xf9\x68\x73\xc5\x7d\x4d\x85\xae\x2d\x08\x17\xe0\x22\x04\xe0\x15\xf3\x73\x5d\x24\x1f\x46\x45\xf5\xcf\xd9\xb5\xf2\x7b\xee\xb9\x21\xf7\xcf\xf5\x6f\xa5\xec\xe4\x3e\x3b\xdf\xf7\x8e\xea\x03\xdc\x29\xbf\xee\xfb\xba\x05\xf8\x38\x24\x39\xec\x3b\x4a\x08\x68\x61\x3a\x59\x4e\x92\x07\x22\xe7\x0b\xde\x54\x6d\xcd\x0a\x15\x47\x86\x6b\x31\x4a\xf2\x3c\x10\x40\xb9\x59\x69\x73\x22\x20\xd0\xcd\x1b\x4b\xef\x7e\x39\x32\xc1\x4e\x11\x33\x11\x79\x3a\xfa\x8e\x29\x0a\x43\x9f\xbf\x3f\x4e\x54\x4f\x01\xad\xd4\xda\x94\x68\xac\xfe\x06\xf5\xfc\x83\x5c\x52\x8e\xd2\x3e\x94\xd4\xba\x76\x12\x46\x3e\x02\xdd\x85\xea\x89\x7e\x28\xcf\x8b\x46\xa2\xb6\xa3\x32\xe5\x8a\x30\x06\x68\x87\x08\x6d\x39\x5e\x04\x06\x73\x35\x74\xbf\xfc\xbd\x39\x2b\x4c\x5b\x50\x9c\x7c\xc7\x44\x05\x36\xc0\xef\x95\x82\xe4\xe7\x1a\xec\xb8\xef\x5e\x12\xf7\xa0\xa0\xf7\x86\x0a\x77\xc6\x75\x44\xc1\xaf\x8f\x1e\xe7\xe4\x5c\xa5\x70\xf6\x39\x6c\xed\xb7\x6f\xf9\x75\x2e\x92\x9e\x8f\x4d\x3b\xcf\x89\x81\x6f\xff\x8d\x03\xf9\x93\x83\xf9\x54\xfd\x73\x3e\xef\xdd\xf9\x0e\x9e\x06\x54\x39\xcd\xd9\x45\x6a\xaf\x12\xc5\x45\x8e\x4b\xc6\x16\x62\x08\xee\x32\x95\xaa\x3c\xc9\xab\xdb\x8a\xea\x8a\x46\x3d\xe1\xf6\x78\x55\x03\x2b\x1b\x47\x8f\xa6\x2d\x25\xeb\xc3\x2e\xeb\x8e\x82\xb8\x50\x97\x29\xaf\x59\x6b\x1d\xdc\x91\xe0\x26\x3f\xba\x7f\xf1\x0f\xdc\x58\xde\x9e\x1f\x61\xe5\x4a\x87\xb0\x47\xc6\x90\x61\xd2\xb2\x4b\x18\x22\xaa\x32\x94\x8c\xc4\x3f\x48\xbf\xdd\x14\xc1\x3a\xf8\xea\x91\xf8\x07\xc9\x35\xec\x8d\xcd\x97\xae\x27\xa4\xbe\xad\x3c\xdc\x1c\x75\x65\x93\x96\x99\x99\xc0\xb1\x3b\x0b\x4a\xbf\xfb\x2a\x8b\x8b\x75\x34\x91\x7e\x31\xf2\x68\xeb\x6f\x3b\x3d\x12\xf7\x20\xfd\xfd\x9d\xed\x56\x8d\xe5\xb3\x5f\xcf\xc7\x8a\xb7\x3b\x1c\x48\xc7\xcf\x49\xca\x3d\x7f\xe7\xa1\x48\xf9\xf7\xe8\x8e\xf7\xe0\xa5\xed\x8e\x07\x22\x0b\x80\xfe\xfa\xe5\x6d\x92\x07\xa2\xa4\x17\xf6\x0b\x5a\xf0\x49\x66\xb4\x11\xef\x49\x1b\xc8\x9c\x88\x9e\x23\x5c\x55\x7b\xa2\xa5\xe9\xcf\xbd\x7d\xcf\xa0\xc9\x24\xe6\x5f\xfc\x03\xf7\x56\xa5\x7f\xbc\x93\xae\xf1\x99\xad\x13\xf1\x99\x6e\x6d\x3a\x5d\x38\x44\xfe\x07\xf7\xa3\xea\x56\xb8\xf2\xfa\x9b\x1e\xb2\x4a\x37\x70\xca\x7d\x02\x9e\xea\x72\x37\x71\x87\xbe\x52\x78\x7e\x97\xde\xbb\x39\x8f\x6e\xf3\x54\xd9\xf5\x3e\xcc\xe2\xb6\x71\xa2\x8e\x85\x24\xfe\x41\x7c\x69\x2b\x14\x37\x64\x5b\x22\xce\x8b\xf1\xd9\xd2\xb7\x1c\x14\x47\x2f\x31\x6d\x45\x59\xd2\x8a\xf7\xfe\x18\xdb\x42\x9a\x31\x8a\x3f\xfe\xea\x88\x97\x37\x4e\x96\xe0\x19\xed\xc2\x1b\x1a\xf3\x02\xe4\xcb\xfc\x77\x0e\xe4\xf7\xef\xdf\xff\x5f\x1e\x88\xfa\xc7\x00\xf4\xa3\x97\x8d\xca\x5a\x61\x8e\x8d\x8b\x8e\x2a\x8b\x03\x24\x04\xeb\x38\x51\xf1\x74\xc4\x1e\xa9\x38\xe1\xde\x90\x2a\xc2\x1b\xd5\x4f\x4a\x9a\x9e\xf3\x84\xcb\x7a\xe5\x5a\xc3\xf6\x6e\xdb\xe6\xe6\x49\x46\x41\x56\xe6\xdb\x64\xf6\xd3\x66\x2a\x66\x48\xfc\x43\xaf\xab\x96\xfd\x86\x4c\xf8\xd2\xf0\xdb\x96\x38\xed\x68\xbc\x66\xfa\x29\x1b\x36\x12\xff\xa0\xe8\x8f\x27\x6b\xab\xb6\xe5\x92\x53\xdf\x0a\x79\x53\xe8\xc0\x25\xe5\xb1\x55\x36\xc5\x6c\x8b\x92\xb8\xbb\x95\x81\xaa\xb0\x15\x17\x3f\xbd\xb5\xb1\x25\x61\x25\x24\xfa\x10\x9f\x87\xdf\x63\x92\xfc\x3f\xbd\x0f\xf1\x28\x0a\x7c\xa3\xde\x8c\xe8\xa1\x65\x0d\x7c\xa7\xde\xaa\xf0\xf3\x99\x67\xdb\x56\x1a\x73\xff\xe0\x40\x76\x7c\x20\x33\x98\xff\x76\x0e\x92\xf2\xef\x81\x9d\xef\xfc\x3b\x77\xf2\xfe\x06\x5d\x80\xcb\xb2\xe4\x23\xa4\xfc\x3b\x7b\x12\x80\xed\x01\x6d\x55\xd2\x75\x48\x17\xd0\xbb\x57\x1e\x21\x05\x7f\x4b\xe5\xf0\xb7\xfb\x6e\x11\xc3\x95\xef\x49\x5c\x75\x9a\x27\x6c\xe9\xd8\x29\x9c\x20\xf1\x0f\x66\x4a\x84\x2b\x36\x71\x5a\x3d\x46\xbd\xdb\xe0\x6a\xae\x63\xaa\x57\xb6\x9d\x1d\xcc\x67\x50\xab\x25\xb0\x2d\x97\x98\x69\x1c\xb6\xcb\x3f\xc4\xe0\x37\xab\x1d\x4d\x1d\x65\x11\xf8\xfa\x27\x39\x66\x40\xe2\x1f\xc4\xad\xf0\xdf\xa7\xa8\x8c\xf5\xc5\xf8\xf0\xd5\xeb\xd7\x4d\x5c\x45\xfa\xb7\xff\xc6\xdb\x18\x52\xfe\xcb\xfb\x20\x49\xf8\x6b\xdb\x47\xdd\x54\xd0\x90\xa0\xba\xfd\x41\x85\x4c\x80\x71\xab\x86\xc0\x2b\xff\x54\xe0\x33\xd2\x8c\x70\x42\x31\xff\xd7\x73\x71\x8c\xf2\xb7\x73\x80\x76\xc7\x07\x93\xfe\x7b\xfe\xdd\xcd\xb8\x93\x7f\x37\xfe\x9c\x85\x8e\x3b\x1e\x88\x6b\x00\x74\x8f\xce\x3d\x4e\x61\x00\x60\x7b\x76\x53\x28\x6a\x02\x86\xf9\x32\xef\x6c\x06\xc4\x43\xa0\xb8\x2e\x1b\xad\xdb\x37\x38\xa2\x80\xe6\x37\xb2\xe3\x20\x6a\x68\x3f\x96\xfa\x60\x8a\x25\xe0\x8d\x9e\xca\x17\x1b\x1f\x20\xee\x37\xab\x92\x97\xd5\x4f\x23\xd4\x38\x5f\x55\xb9\xa3\xf3\x17\x21\xd4\xb7\x55\xcd\x46\x7d\x81\xc0\x19\x43\xa9\xd9\xab\x22\x4f\x38\x90\x5e\xaf\x9d\x45\xe2\x1f\x64\x43\xb7\x3b\xea\xb5\x74\xe3\xa5\x86\xb6\x53\x9e\x60\xf4\xac\x25\xe8\xb7\xfd\x07\xc6\xf4\x6c\xc4\x5c\xb6\x75\xc6\x41\x9f\x4c\x84\x79\x3b\x62\x35\x52\x27\x55\x28\x70\x7b\x0d\x6f\xa2\x71\xeb\x5f\xde\x87\x3f\xb8\x87\x5f\xfc\xc3\xfb\xcb\x3b\xbf\x8b\x88\xff\xdc\x87\x85\x1d\xef\xc7\xc7\xc9\xdf\xcf\xc1\xfa\x9d\x59\x92\xff\x73\xe6\x39\x00\x5c\xbc\x74\xe8\x64\x6a\x3c\xc0\xed\x95\x33\x17\xa2\x97\x00\xee\x2d\x5d\xd1\x0b\x2e\x06\xe0\x09\xa3\xb5\xf4\x74\x86\x1e\x51\x67\x86\x1f\x8e\xfa\xc0\xa3\x80\xe6\xee\xb7\x98\x00\x32\x75\x2e\x7e\x0b\xe3\x4c\xa2\xa3\x01\x99\xc4\x1a\x89\x7f\xd0\xa5\x25\xca\xdb\x5d\x90\xce\xd2\xe2\x27\x1e\xf1\x74\x97\x4f\x54\x8b\x25\xe0\x83\x23\x15\x8c\x95\xaf\x10\x46\xe2\x29\x94\xfe\x96\xd7\x24\x7c\xcc\x54\x53\xec\x97\xd1\x21\x54\x95\x49\x2a\x2b\x4a\x7d\x20\x28\xd6\x7f\x50\xff\x4b\x3c\x97\x60\xd7\xe5\xa5\x7a\x44\xa4\x96\x10\xd7\x7f\x5d\xe9\x87\xf0\x25\x82\xf3\xa8\xa1\xb2\xbf\xd0\x5f\x04\xdd\xf9\x30\x65\x0c\x89\x7f\xf8\x5f\xde\x87\x5f\xb9\xff\xef\xf7\xc1\x1a\xff\xef\xe7\xe0\x8b\xcd\x9f\xb3\x59\x6f\xc7\x83\x91\xf2\xbb\x07\x23\xfa\xc1\xcf\xe9\x1f\xf8\x73\x86\xf2\x00\x30\xeb\x5f\x58\xf4\x09\x06\xe0\x49\xbd\xb1\xe4\x6c\x0b\x53\xa2\xbc\xf4\x83\xd6\x9a\xd0\x2e\xad\xc7\x98\x60\xb2\x02\xfc\x6a\x37\xb9\x4f\xea\x77\x13\xb7\x75\xf6\xf2\x3f\xd0\x19\x21\x4e\x18\x15\x08\x9d\xd3\x8c\x23\x8e\x58\xd9\x0a\x2d\x6a\x38\x11\x93\x9d\x0d\xc4\x5b\x94\xe7\x89\x65\x3e\x79\x62\x69\x8a\x3d\x44\xbb\x70\x29\xc9\x6d\x39\x4f\xa2\x6c\x72\x8c\x74\x81\x8c\x24\xf1\x62\x6e\x80\xec\x24\x89\x7f\x10\x9b\x22\x9e\xa8\x2f\x91\xb5\x17\xf9\x42\xc0\x3c\x39\x27\xa7\x2c\xd4\x4b\xd8\xe8\xaf\x97\xdd\x14\x54\x24\xac\x7f\x6a\x93\x4d\xe0\x77\x26\x9e\x9d\x8e\x97\xbe\xc7\x67\x4c\xe4\x5c\xcf\x97\x8c\xe2\xbb\x41\x94\x23\x4c\x48\x54\x93\xf8\x0f\x6e\x67\x22\x92\x98\x20\x40\xfe\xe7\x39\x30\xe1\xfa\xc7\x39\x78\xec\x0f\x0e\x68\x67\x9f\xe2\x39\x7e\xce\xa0\xba\x9d\x59\x0a\x70\x25\xe3\x70\x9a\xd7\x4d\x00\x3a\xc4\x49\x19\xe7\x6c\x00\x4e\xc1\xcb\xf2\x76\x17\x01\x2f\x12\x76\x2b\xd9\xe2\x1a\xf4\x48\x7f\x66\x70\x37\x3a\x0e\x91\x4a\x03\x2c\x9d\xba\x2c\x20\xae\xc9\xcb\xb9\xa1\x6d\x0d\x54\xfa\xb3\x7c\xfb\x34\x4e\xc3\x55\x33\x32\xde\x3c\x95\x50\xa0\x74\xe0\xe2\xe7\x50\x74\x02\x0a\x0f\x1a\xfe\x44\x85\xc3\xc4\x8f\x41\x2c\xc2\xf7\x65\xa5\x89\x6f\xa2\xde\x88\x1c\x94\x22\x27\xf6\xa7\x4c\x0a\x7f\x97\xbc\x4a\x8c\xc8\x63\x11\xef\x10\xfb\x9b\x98\x57\xae\x20\xf6\x97\xb0\x1b\xb1\xac\x8e\x5c\xf4\x98\x10\x0b\x31\xb4\xa3\x59\x2c\x5f\x60\x93\x68\xf1\x92\x59\x7c\x8c\xbf\x84\xa8\x31\xb4\x20\x21\xc3\x6b\x4d\x4c\x9f\x08\x15\x09\xe6\xc9\x23\x16\x2d\xfc\x10\x9e\xe2\x46\x12\x7b\xd0\x71\x42\x3c\x5c\x9f\xe1\x24\xb1\x9e\x8f\x03\xe0\x3a\x35\x7f\x04\x19\x2f\xc0\x3d\x63\xde\xbd\xe4\x25\x00\xbc\xbc\x7c\xd6\x27\x4e\x00\x88\x67\x08\xf2\x9c\x11\x01\x50\xa4\x10\x79\x74\xe9\x26\x80\x96\xb8\xe4\xc1\x1b\x2b\x00\x06\xbe\x72\x9d\x0c\x8a\x00\x66\x37\x95\x62\xd9\xd3\x00\xcc\x5b\xd5\xb7\x05\x72\xa1\xd8\xfc\x8d\xde\x23\xe9\x12\xe2\x92\xd9\x94\x99\x9f\x26\x0d\x51\xdf\x6c\xc8\xfe\xba\x91\x3f\x21\xc8\xf4\x8a\xef\x15\xbb\xf0\xed\x0e\xc3\x91\x18\x4a\x77\xd5\xed\x9b\x7a\x77\x33\x69\x7c\x30\x78\x67\xed\x73\x65\xc4\xa0\xf7\xbb\x1c\x88\x83\x6a\xf5\x93\x33\x91\x43\xb8\x61\xe5\xbf\xdf\xcc\xc6\x7a\xef\x72\x20\x20\x93\xbc\xee\x98\x48\x85\x0b\x91\x56\x41\x9d\x8a\x4d\xdd\x32\x97\xdc\x44\x6b\x86\x9b\x90\x3c\x20\x28\x1e\x49\x27\x4c\x55\xc0\x87\xc5\x3e\xa9\xf7\x98\xfe\x80\xf1\xef\xb7\xa5\x1a\xb1\xdb\x5e\x5e\x23\x6d\x32\xc6\x9b\x57\xbd\xf4\xde\xdd\x91\xf3\xdc\x64\xf2\xea\xec\xa7\x91\x43\x6d\x7a\x7a\xf2\xf7\x8e\xca\xbd\xc6\xf1\xb8\x04\x3f\x79\xa1\x20\x89\x93\x77\xf1\xed\xe8\x51\xe0\xc7\x0d\x3a\x5e\x04\xa0\xb1\xe1\xfd\x72\xc0\x05\x80\xa9\x9f\xe7\xf0\x91\x56\x00\x9e\x24\xee\xde\xe3\xef\x00\x24\xaa\x05\x66\xcf\x18\x01\xa8\x9c\x16\x36\xbd\xc4\x0a\xa0\x47\x29\x6e\x7b\x03\x00\x8c\xa7\x64\x2f\x32\xb0\x01\x98\x86\x2b\x34\xb3\xb4\x01\x58\x7d\x53\x57\x15\x44\x43\x98\x0d\xbd\xde\x45\xb9\x64\x22\xca\xf2\x82\xe9\x59\x8d\x3e\xe2\x75\x4b\x13\x9b\x75\xd3\x08\x82\xbe\xd9\x53\xef\xbd\x0e\x7f\x6f\x47\x19\x07\x46\x2e\x7a\x8a\xe2\x2b\x0c\xe4\xd2\x73\x02\x35\xb7\x1a\x74\xc6\xca\x7d\x22\x7a\x70\x8b\x9a\x3d\x4d\xd1\xb1\x28\xdc\x9c\x9a\xe2\xd3\xfc\xd8\x78\x9c\xa5\x72\xce\x5b\xcf\x04\x89\x4d\x6b\x05\xd9\x6f\x8e\xa9\x2e\xbb\x5e\x14\x52\x1f\xcc\x8e\x07\x84\xc4\xc3\xac\x9e\x97\x96\x45\xaf\x86\x2a\xfd\x28\x90\x69\xc5\x70\x84\xc4\xfd\xc9\xc1\xf4\x1b\x29\xa4\x63\x23\xfc\xcf\x3e\x1f\x55\x9c\xc6\x22\x7d\x2f\x3d\xbd\xa2\x64\xb3\xc9\xe3\x5d\xdc\x8e\x57\xca\xd8\xfc\xee\xfe\xac\x49\x4a\x99\x09\x67\xea\x52\x0a\x40\x7b\x81\x87\xeb\x40\x2c\x00\x9b\x27\xaf\xd0\xb1\x7b\xff\xe8\x89\x79\xcc\xe7\x70\x7a\xf9\x57\x4f\x8c\x41\xb8\xd8\xfa\xcd\xfb\x00\x66\x4f\xa4\xf2\xee\xd4\x01\x58\xd3\xca\x25\xb0\x32\x03\xd8\x4d\xa9\x46\x09\x1d\x85\x47\x76\xaf\xb5\x99\xa5\xf3\x88\xb3\x36\xce\xc6\x5b\x5a\x27\x08\x58\x6b\x4a\xeb\x4a\xf3\x26\x02\xa5\xe5\x35\x8f\x19\x67\xe9\x6d\x1a\xb3\xab\xe1\xd7\x7d\x50\xf8\x0b\x46\x21\xf7\x2f\x84\x62\xb6\x2e\xe8\x6d\x96\xa6\xc7\xde\xc1\xc9\x6b\xe7\x34\xbc\x4e\xba\xb2\x39\xa3\xfe\xbe\x7b\x3d\xe5\xca\x2e\x07\xd2\xa2\x78\xf5\x1b\x2e\xc3\x09\x1b\x20\xc7\xbd\xc1\x96\x31\xb4\x59\x26\x93\x81\x18\x49\xbe\x4c\xda\x0f\xb4\x99\xf4\x63\x94\x4e\x4c\xfa\x3c\xbb\xac\x2a\xfa\x46\xe4\xe7\x09\x4e\xb9\x67\xe8\xaf\x61\x84\x4f\x85\x72\x5b\x98\x57\x41\x91\x6f\xc6\x15\x43\x31\x1d\xc1\xf7\x49\x7d\x38\xdd\x0f\x95\x16\xb1\x8f\xfd\xb2\xdb\x63\x55\xa4\x37\xa9\x7d\x6a\x1a\xed\x55\xda\x37\x3f\x79\x44\xff\xe2\x40\x6e\xd3\x71\xbc\x3c\x80\xfd\x95\xff\x0b\x99\xf0\xd0\x9e\x08\xfb\x07\x07\xe1\x24\xf0\xf1\xa2\x30\x80\xd1\x39\xd1\x5b\x37\xac\x00\x2c\x35\x24\xc3\xef\xd4\x00\x38\xa8\xc8\x7e\x64\xe7\x05\x70\x3a\xa1\xcc\x2b\x90\x0f\x8d\x8e\x73\x9a\xf1\xd2\x8a\xc4\x71\xa7\xb3\x86\xc5\xda\xb7\x08\x1f\xec\xa4\xad\x54\x2c\x1f\x6f\x77\xda\x38\xbb\x1e\x75\xcb\xc4\xe7\x5b\xb4\x85\xaa\x04\x56\x6e\x79\x99\xde\x48\xf9\x11\x35\x8e\xbb\x63\x78\xaa\xd4\x23\xd9\x79\x53\x5d\x57\xb7\xf1\x62\xfa\x19\x6c\x96\xe6\xfb\x67\xa9\x59\x45\xbb\xfd\x38\x24\x0e\xe4\x4f\x2f\x8a\xab\xcc\x24\x22\x29\x45\x6e\x69\x4d\xce\x0a\xe9\x99\x68\xf2\x4d\x4a\x3e\x0b\xe5\x19\x5b\xfc\x49\x46\x89\x0f\x15\x10\xa7\x31\x70\x40\x99\x19\x6d\x13\xe5\xf9\xd2\x40\x45\x10\xbd\x19\x41\xfd\x94\x55\xe5\x2d\x66\x25\xd8\xa9\xe3\x82\xda\x5d\x2c\x79\x30\x75\x73\x95\xda\x19\xec\x88\x5f\x67\xcd\x8a\xba\xf4\xa6\x96\xcf\xb1\xaa\x7e\x75\xd3\xcd\x75\x0f\x37\x00\xba\xb7\x9c\x8a\x07\xeb\x7f\xed\x83\x58\x04\x67\xe9\x89\xb3\x00\x8a\x1a\xbc\x3a\x67\xa2\x00\x74\x7a\x04\x30\x97\x85\x7f\xf5\xc4\xd8\x74\x89\x9d\xa4\xa3\x01\x70\x39\x2e\x73\x94\x6d\x0c\xc0\x6d\x59\x91\x5e\x20\x13\xea\x3d\xdf\xa9\x79\xc9\x5c\x26\x7e\x77\x13\xd0\xcf\xd2\xbe\x42\x78\xe7\x54\x66\xc1\x67\xc5\xbb\x7d\xd7\x81\xde\x89\xd6\x1b\x8f\xdf\x63\x93\x1a\xc8\x1d\xd6\x86\x5b\x37\xdf\x93\xdc\x1a\xd7\xba\x69\x6b\xf4\xba\xf4\xef\x74\x4a\xec\x2d\x7d\xe5\x46\xd7\xdc\x1c\x4c\xb4\x36\xdb\x73\xc7\x82\x9b\x24\x0e\x04\x7d\x4f\xb1\x67\x59\xa2\xc4\xed\x4f\x2f\xca\x7a\xb0\xbc\xcf\x86\x71\x46\xe5\xf4\x8a\xe2\x41\x44\x45\xaa\xdf\x78\xb8\xd2\x59\xa4\x52\x32\xc7\xfb\x41\x65\x67\x94\x6f\x5c\xfb\xcb\x00\x55\x24\x6a\x30\x76\xb5\x5b\x46\xfd\x3c\x5a\x29\x7a\xae\x3d\x58\xfd\x03\x86\x33\xbc\xad\xe9\x88\x86\x2b\x66\x3a\xc4\xa9\x56\x50\x23\x0c\xdb\x18\xb0\xaf\x92\x4a\x13\xbf\x79\xd4\x4f\xaa\x6c\x4b\x33\x6e\xf3\x89\xd7\x01\x80\x3b\x49\xec\x95\x87\x98\xfe\xbd\x0f\x4a\xf4\xec\xdf\x4e\xce\x00\x18\xaa\xf1\xac\x5c\x64\xfb\xc5\x41\x38\x26\x8b\x96\xd2\x7f\x05\xf0\xa0\x90\x52\x66\x4b\x05\xf0\xf5\x96\x0b\x11\x08\x25\xf5\xe5\x10\xc7\x7d\x7e\xe8\x7c\xd7\xfe\x4a\x48\xf5\x9c\x32\x45\xd8\xda\xe1\xc7\x1c\xcb\x1d\xd3\xfc\xe6\xb7\x4c\xed\xb6\xfc\x17\xa3\x0d\x36\xc7\xac\x5e\x25\x4c\xa4\xbe\xc3\xea\x9b\x5a\x14\x87\xe7\xee\xc3\x04\x1a\x90\x35\x05\x16\x4c\xa3\x6d\x75\x94\x7a\x29\x4a\xf5\x50\x99\xea\x42\xa3\x4a\x15\xe4\x24\x0e\xe4\x4f\x2f\x0a\x89\x03\x99\xa0\x50\x51\xdb\xb8\x9b\x35\xf1\x21\x42\xf5\x31\x22\xe4\xbe\xfa\x6b\x4d\x75\x77\xe4\xc9\xd4\xc4\xee\x00\x4d\x77\x64\x55\x72\x7a\xfb\x17\xcd\x28\xf4\xf9\x58\xd3\x06\x82\xd6\x2c\xba\x39\xea\x4d\x2d\xad\x56\x2c\xe6\x51\x28\xe2\x81\x8f\xf6\x17\xac\x70\xf0\xa9\xb2\x97\xda\x76\x58\x84\xff\xf5\xa2\xbd\x3a\x05\x9b\x5c\xbe\x75\x00\x4c\xa7\xd9\x4b\x0f\x97\x03\xf0\x1e\xe2\x64\xa1\x48\x00\x90\x39\xcf\x79\xfa\x24\xed\xaf\x9e\x18\x13\x6f\xbe\xd3\x97\x55\xfe\xdd\x13\xe3\xfb\x40\xec\x03\x8b\xf9\xae\x17\xa4\x2b\x98\x4a\xc9\x49\xba\x84\x38\x19\x3c\xaf\xf9\x55\x7b\x81\xd0\xe8\xbf\xdf\x68\xdd\xe6\x3c\x3e\xd3\x6d\xda\xde\x3d\xd0\x06\xf7\xc8\xa9\xcf\x87\x3a\x41\x79\x53\xd1\xe6\x7d\xfc\x9e\x0c\x0a\x8c\x88\xc5\xd7\xfc\x95\xa2\x87\x28\x30\x9a\x6f\xa4\x2a\x9f\x41\xd1\xe8\x1d\xec\x65\xaf\xfc\x40\xea\xc7\xf9\xd3\x03\xb2\x11\xad\x64\xb0\xf2\xaa\xf4\xca\xb7\x58\xd5\x3d\x6b\x1a\x85\xd4\x1f\x63\xd5\x46\xd7\x5f\xe7\x7c\xe8\xbf\xac\x79\x74\x23\x37\xcb\xe6\xf9\x90\x26\x1e\xd1\x7e\xdf\xf9\xb1\x92\xb6\x18\x32\x2f\x85\xa6\x25\x46\x3b\x1b\x15\x94\xe0\x4a\xf2\x80\x90\x38\x10\x52\x1f\x4e\x41\xb9\x5e\x06\x36\x39\xf0\x69\xb6\xa8\x81\x30\x76\x20\x20\x07\x80\x25\x87\xa5\xe0\x48\x01\x00\x9f\x2f\xdb\xc9\x63\xe2\xbf\x38\x08\xad\x51\xb6\x7e\x2a\xd5\x5f\x3d\x31\x76\xd3\xbc\x7f\x5d\x1d\xfd\x47\x4f\x4c\x86\xc8\xd4\x3d\x6f\x80\xd0\x31\xe9\x1b\xfc\x78\x68\x8b\x8c\x54\xd0\x96\x91\x21\xae\x47\xde\x57\xa7\xd5\xc2\x11\x3c\xc3\x82\x0d\xba\xed\x2f\xe2\x1b\x7d\x34\x6d\xb4\x02\x6a\x71\xf4\x6e\xe5\xee\x77\x92\x23\xb1\xca\x0e\x9a\xd1\x23\xb9\x09\x68\x0e\xab\xfc\x7c\x62\xb9\x37\x4a\xc9\xe4\x54\x43\x65\x65\x2f\x82\x4a\x5f\xed\x95\x54\xbd\xfb\xba\x86\xa6\xdc\xf7\xe1\x96\x3b\x1b\xab\xaa\x53\x0b\xca\x75\x29\xa4\xfd\x98\x7f\xab\x52\xb8\x52\x5d\x76\x60\x84\x4e\x23\x73\xd5\xb2\x64\xf0\xed\xba\xd6\xfa\x1a\x6b\xd1\x97\xe7\x06\x3a\x1d\xeb\x35\x79\x3a\x1d\x66\xba\x5f\x37\x70\x99\x84\xe6\x2b\x7a\x7b\x91\x7c\x69\x34\xd5\x7c\x06\x2a\xc8\x07\x29\xaf\x1f\xd8\x19\x48\xa2\x46\xe3\x1f\x14\x11\x0d\x4d\xd0\x8f\xa2\x11\x79\x14\x86\x73\x18\xcf\x08\xca\xac\xe3\x46\x9e\xd8\x7d\xa1\x22\xe9\xe3\x86\xc3\xd8\xae\xc0\xdb\xbf\xf6\x41\x48\x92\xbd\x96\x02\xfd\xff\xee\x89\xf1\x5d\xe2\x6b\xbe\xa5\xf7\xab\x27\x26\x3a\x4e\x52\x41\xe0\x1a\xf4\xc4\xcd\xcb\x51\x48\x7b\x13\xf1\xf1\x11\x2a\xf9\x5a\x3a\x84\xf4\x18\x05\xdd\xc7\xb6\x6d\x78\xfe\xd0\x2e\x4b\xd1\x90\x67\x9b\x32\x5e\x1e\x6e\x21\xe9\xeb\x68\xa2\x8b\x69\x44\x6f\xc9\x6d\xe4\x4b\xdb\xb1\xdc\x89\x47\x6e\x88\xbd\xe6\x54\x8d\x46\x0d\x4e\xeb\xa7\x0c\x95\x5f\xdf\x6f\x45\x93\xbc\x28\xeb\x41\xea\x13\x73\xf2\xcd\x4e\x6b\xfb\xd4\x34\x17\x5a\x6a\x9f\x8f\x9f\xd5\x12\x5a\xf2\x7b\x74\xef\x9d\xb5\xce\xe2\xf2\xfc\x83\xa5\x9e\x23\x7a\x2e\x6b\xe4\xc5\xeb\xed\x45\x06\x33\x6b\x23\x85\xfd\x8d\x38\x83\xa6\x8d\xfc\xec\xe6\xaa\x42\x23\x34\x22\x23\xc3\xb4\x9c\xc2\xb8\x06\xa9\x9a\x96\x56\x40\x66\x32\x8a\xb2\x4a\xa2\xcb\xfe\x62\xaa\x80\xbe\x1d\x37\x94\x69\x62\xf2\x1c\x43\x16\x55\x9c\x56\x6c\x52\x80\x99\x0d\xbb\x94\x7c\xc8\xa4\x13\x9b\x12\x64\x0e\xc0\x22\x75\xaf\xf5\xc8\x3d\x00\xb1\x0c\xd6\x72\x8a\xd7\x00\xca\x92\x2c\xb7\x29\x6b\x7e\xf5\xc4\x58\x96\xb0\xbc\x38\xe3\x0d\xe0\x71\x92\xe3\xec\xe5\xd2\x5f\x3d\x31\xd1\x2f\x04\x26\x98\xaf\xee\xf6\xc4\x0c\xa4\x98\x49\x8f\x4b\x3d\x20\xbe\x48\xf9\xa1\x72\x42\xb7\x9a\x10\x9d\x42\xa9\x35\x6a\x27\x8f\x2f\x8a\x79\x60\xb2\x1c\x18\xb6\x29\x16\x68\xe8\x84\xcd\x60\x46\x3d\xf2\x2c\x0c\x3e\xf3\x00\x87\x90\x71\x34\xc9\x3e\x51\x0f\x6b\x96\xd6\x64\x0d\x74\x1d\xb5\x2b\xcf\x8c\xa9\xdf\x5e\x7d\xe2\x45\xe2\x1e\xd6\xc2\x34\x05\x67\x16\xdb\x62\x67\xde\x6a\x19\xce\x93\x37\xa9\x0e\x93\xeb\xf6\x2d\x86\xd4\x0a\xf4\x8e\x19\x2c\x2f\x0b\x3f\x94\xea\x18\x35\x26\x5b\x69\xa8\xc8\x69\x2a\x30\xee\x5d\x3b\x51\x52\xf8\x30\xcf\x94\x69\xbd\x2b\xdf\xa0\x84\xc9\xec\x13\x82\x3c\x6b\x3e\xbf\xdd\x5c\x0f\x81\x4c\xf7\xcd\xb4\xb0\x18\x42\x3e\x4f\x55\xcc\x94\x32\x73\x42\xd3\xc6\x6d\x26\xfd\x65\xa9\x83\x4e\x8f\xa5\x89\x73\xb4\xcc\xc7\x48\x47\xd6\xc7\x70\x59\x52\x60\x8f\x84\xd6\x01\x70\x45\xb3\xfa\x1f\xbd\x0b\x20\xf1\xe2\x5e\x27\x05\x3d\x80\x4a\xfb\xbd\x19\xca\x8f\x00\x26\x0d\xcc\x5e\xa7\x2c\x01\x1c\x96\xee\xf9\x9d\xbd\xfd\xef\x9e\x98\x38\x17\xbe\x29\x46\x4e\x80\x34\x4f\xe1\x36\x6e\x04\x4c\x65\xe1\x24\x46\x24\xaf\x02\x63\x8e\x8b\x9c\xad\xda\x38\x21\x2d\x33\x46\x83\xdd\xb6\x03\xef\x94\xfa\xd6\x30\x25\xf8\x0c\xf6\x7d\x54\x8d\xbd\x62\xd6\x30\xd2\xd5\xef\xbc\x5f\x62\xf5\x87\x75\x2a\xb7\xd2\xfb\x1d\xed\xac\xcb\x7d\x76\x5a\x0d\x0c\xcf\x6a\x17\x8f\x9a\xde\xfb\xf0\xa9\x8f\xfa\xcf\x7e\x9c\xcf\x9a\x06\xed\xb3\xec\xed\x57\xfb\xbe\x19\x73\x2d\xec\x6d\x8c\xe9\xf0\x36\x53\x5e\x5c\xa9\x35\x68\xd4\x33\xeb\x59\x21\xab\x44\x55\x51\x59\xcc\xad\x5a\x96\xb3\x15\x4f\x58\x49\xaf\xb5\x14\xcb\xe4\xd6\x5b\xd5\x6c\xe8\xe5\x76\x67\xac\x5a\xf3\x21\xac\x32\x97\x53\x72\x6d\x96\x10\x73\x19\x37\xe3\x30\xb6\x64\x28\x8b\xa4\xef\xa4\x3e\x9c\xc8\x15\x9b\x4e\xf4\x50\x0c\xc7\x2f\x0e\x84\xe3\x13\xb3\xcc\x11\x53\x00\x69\x91\x7b\xfb\x29\xc4\x00\x34\xe2\x98\xa9\x28\xdd\xfe\xe1\x47\xf9\x93\x83\xd8\xe9\x89\x49\x33\xe6\x4e\xbd\xcb\x07\x90\x1d\x25\x38\xc5\xed\x0f\xf8\xa2\x8b\xa2\xdd\x62\x0f\x41\xa8\xcc\x43\x6a\x43\xd5\x8f\xf0\xaa\xa8\x5a\xe5\x92\xf5\x71\xbc\x5f\xee\x9c\xee\xab\xa0\x48\x6c\x79\x52\x87\xf5\x97\xec\x3a\x44\x73\xc8\x1e\xef\xe7\x75\x19\xab\x07\x7c\xb8\x92\x38\x9e\xee\x5f\xf4\x77\xbc\xdb\x40\xff\x12\x3f\xf3\xd0\xf2\xd4\xc7\x7d\x83\x81\xf3\xfd\xc6\xd7\xc6\x6d\x5e\xbb\x4d\x9a\x1b\xcb\x4f\x5d\xeb\x3d\xd7\xff\xc9\x6c\xf1\xc7\xd5\xae\x77\xed\x4c\xd6\xc1\xb3\xd9\xed\xe1\xb5\x44\xeb\xe8\xc5\xab\xf5\x1f\x1f\xdc\xb2\xb1\x58\x16\x7f\x14\x91\x3f\x64\x5f\xbf\xb2\xa7\xea\x5d\x66\x82\xbd\xd1\x9a\x6d\x49\xd1\xfd\xa3\x76\x6f\xd7\xb1\xf9\x9e\x29\x1c\x76\xef\x37\x3e\xe5\x68\x44\x8f\x3b\xf4\x20\xaf\xa7\xdb\x45\x09\x3a\x90\xa3\xf6\xa6\xf4\x84\xe6\x39\x0c\xa3\x46\x12\xa9\x02\x9f\x3b\xa6\xa2\x3d\xe3\x6e\x05\x91\xdb\x67\x60\xb4\x22\xeb\x01\xb8\x99\x98\xde\x1f\xc9\x00\x90\x15\x66\xfe\x42\x91\x06\xa0\xe3\xc4\x58\x46\x29\x05\x60\x25\xc1\x80\x3f\x59\x01\xe0\xbe\xc5\x98\x75\x86\x0e\x20\x54\x8c\x69\xf8\x82\x2f\x40\x22\xff\xbd\xf1\xab\xe3\xbf\x7a\x62\x4a\x84\x79\x2c\x58\xaf\x02\x54\x52\x08\x7b\x89\x2e\x82\x7e\xb5\xa0\xc4\x51\x65\x51\x02\xd4\x1c\x95\x57\xb7\xa0\xc0\x9b\x57\xc4\x68\x9d\x08\x42\x63\xad\xf2\x66\xcd\x82\x72\xfa\x36\xf2\xe3\x66\xdd\x3f\x37\xe9\x2d\x05\x06\x4e\xc4\x4e\xbe\x60\x9f\xb9\xeb\x45\xf3\x48\xe7\xc3\x8d\x6f\x4f\xed\xb8\x3e\x04\x7d\x7a\x32\x2b\x6c\x7e\x64\x64\xf4\x9d\xc1\xc0\x57\xeb\x81\x89\x47\xaf\xa2\x3a\xc1\xee\xf6\x77\x8f\x67\xba\xd5\xd3\x8e\x39\x33\xfe\x9d\x0c\x25\x1f\x9d\x24\xe6\x09\x4d\x5b\xf9\x49\x4e\x07\x96\xf8\x6b\xb3\xee\x6f\x3b\x3f\x5a\xa1\xaf\xca\x4a\xf2\x76\x79\xb2\x6a\x54\x41\x13\x3f\xe8\x8c\x5c\x9b\x2c\x76\x8d\x6a\x74\xa1\xde\x70\xce\x23\x0f\x91\x70\x1d\x42\xb8\x64\x69\x87\xfc\xed\x72\x15\x19\x7c\xff\x90\x3f\x8d\x2b\x1d\x4a\x33\xd9\xd3\xcf\xd8\x39\x00\x6d\x1e\x17\xe3\x95\xe9\xfc\x15\xc3\x14\x95\x07\xc0\x87\x64\xfa\xeb\xc8\x37\x00\x85\x3a\xa6\x41\x8a\x0a\x00\x83\x52\x7a\x36\x8a\x83\xbf\x38\x08\x1f\xde\xbb\x67\xa8\xda\x01\xa2\xda\x19\xad\x2e\x30\x01\xa4\x1d\x67\x1e\xbe\xfa\xf2\x1f\x3d\x31\x16\x9c\x0e\x4c\xcb\x00\xf5\xb7\x04\xf7\x89\xc8\x82\x63\x63\xb6\xd8\x01\xc5\x51\xc2\x66\x4b\xb6\xec\x71\x0b\x4a\x3c\x7f\xdd\x39\xf5\xa8\x60\x24\x56\xa2\xd2\xc0\xe8\x54\x2e\xfd\xfa\x87\x9c\xfb\x8e\x4b\x2d\x03\x73\xef\x23\x3b\x22\xe8\xdf\x0e\x4e\x85\xfa\x95\xd5\x44\x8c\x52\x92\xfa\x71\x3e\x4c\xb8\x64\x7e\x90\xf9\xac\xd1\xfe\xc9\x9d\xf2\xcb\xd2\x5b\xcc\xc3\x6c\x0f\xae\x29\x89\x17\x91\x45\x12\x1e\x43\x3f\xe4\x9f\x0c\x66\xa6\x79\x92\xcd\x8d\xb7\x7e\x48\x89\xf3\x14\x5f\xbc\xd9\x50\x1d\x77\xc5\x73\x74\x59\xa4\x5a\x37\xd2\xd1\xd3\x63\x55\xb9\x22\x2c\x78\xcc\xeb\xe0\x1a\xba\xd8\x28\xf0\x80\x67\xd7\xc6\xd5\x7c\x43\x7f\x6f\x0f\x0c\xe2\x52\x76\x8b\x0f\xd1\x5d\x04\x39\x92\x5a\xe3\x1d\xef\x71\x16\x89\x4f\x3d\xe7\x75\xd2\x2d\x13\x7d\x2e\x61\xbf\xa7\x80\x6b\x10\xba\x37\xa6\x1b\x40\x38\x8c\xd1\x82\xdc\x04\x40\xf9\x3d\xa3\x0b\x85\x23\x80\x71\x11\xc3\x55\xca\xb2\x5f\x1c\x44\xa0\x12\xad\x37\xa5\x3b\x40\x5c\x0b\x7d\xf7\x19\x02\x40\xf6\x47\xa6\xb6\xab\x48\x80\xf2\x8b\xcc\xa1\x37\x1e\x01\xd4\xcd\xb1\xdd\xbc\x2b\x00\xd0\x32\xc7\x97\x2c\x78\x07\xdc\x3a\x85\x44\x0e\x29\xca\x10\xcf\x74\xef\x93\xe2\x35\xa3\xc5\xfb\x75\x11\x94\x8a\x02\xf9\xb1\x21\x6d\x2b\xda\x98\x6c\xf5\xf5\xc2\x87\x95\xd6\x87\x5b\xcf\xfe\xa8\x48\x97\x0e\xb9\x38\xc4\xf9\xb9\x26\x26\xb1\x62\xef\x34\xe3\xa7\xb4\xc0\xe3\xcf\x3e\x4d\x23\xba\x5e\x06\xc8\xbf\x8b\xfa\x62\x5b\xa1\x12\xa4\x32\x92\xf8\x5e\x25\xff\x74\xe0\xb1\xaf\x3c\xaf\x50\x69\xf5\x01\x0f\xbf\x6f\x3d\xf3\x8b\x27\x0f\x88\x9a\x4d\xe8\x18\x88\x4c\x0e\x38\xb1\xa0\xda\xf4\x21\x4c\xd5\x8f\x76\xf9\x46\xf5\xbb\xe0\x0e\x9f\xd9\x55\x8a\x07\xe6\x01\xcd\xbe\xfb\xd7\xd2\x4a\x2a\xfc\xa4\x7d\x3e\x6f\x9c\xcf\xf7\xf4\x35\xf1\x32\x40\xe8\x65\x3d\xf3\x61\xf0\x30\x44\xde\x4f\x7b\xeb\x75\xd1\x93\x07\x65\x91\xcc\xe7\x2e\xe4\xd5\x88\xb6\x88\x4b\x71\x8d\xf2\x7c\x8a\x31\x8f\x8c\x03\x10\x33\x63\xf4\x21\xdf\x00\x50\x17\xa1\x8f\x38\x5a\x02\x60\xbe\x40\x7f\xea\x38\x1b\x80\xcb\xc0\x6d\xca\xe3\x9f\x01\xc2\xbe\xd1\x2e\x9d\x78\x0c\x90\x3c\x44\xd7\x7f\x66\x02\xa0\x60\x8d\x8e\xfe\x5c\xe0\x3f\x7a\x62\xec\x59\x39\xef\xb4\x03\x3c\x33\xe4\x52\xe0\xa6\x81\x8e\xbe\xbb\x02\x5c\xd2\x48\xa2\xce\x5b\x1f\xb1\x54\x23\x06\xfc\xd0\x5b\x4e\xb9\x4b\xbe\x45\xd8\xf0\x3e\x53\x75\xbe\xac\xf4\x75\xfa\xa7\x17\x8d\x07\x5a\x11\xdf\x1a\xeb\x6f\x7b\xb9\x7c\x36\x7c\x73\x28\x07\x5d\xe0\xb7\x1c\xd6\xdd\x9c\x7c\xb5\xdd\x66\x41\xaa\x94\x2a\x31\xb7\x9f\xed\x6b\x64\x7a\x4f\xac\xe1\x27\xe9\x61\xb6\x24\xb7\x48\xab\x09\xc7\x7e\x85\x58\xba\xc8\xc3\xdf\xd6\x7a\x4c\x22\x85\x43\x17\x66\xe5\x1f\xeb\x07\xa3\xc3\x7c\x16\x0f\x35\x52\x07\x76\x87\x7c\x5b\x66\xa8\xae\xf6\xd3\x08\x21\xae\x3a\x54\x70\xfb\xbe\x08\x64\x5a\x3f\x5c\x7c\xcd\xab\x24\x38\x66\xe3\x5e\x3e\xd5\x6e\x1f\x4e\x75\x20\x19\xea\x6c\x4a\xba\x6b\x4c\x80\x00\x6a\x3c\xf1\x9a\x8b\xb3\xff\x1e\x74\x75\xec\x3d\x27\x1e\xbf\xd7\x98\xe6\xf0\x71\x00\xa9\xb7\x77\x4e\x1d\x99\xff\x77\xfe\xef\xe9\x7a\x33\xe6\x58\x09\x40\x44\xc3\x5f\xe8\x7f\x72\x10\x15\x0f\x6f\x50\x9f\x64\x00\x68\x3a\x79\x2b\xf4\xfc\x29\x80\xae\xb2\x9f\x3d\x31\xaf\x43\xd9\xdc\x59\x2a\x60\x6e\xa8\x86\x37\x5a\x22\x85\xf8\x78\x64\x43\x98\x45\x27\x75\xdb\xfd\xdb\x1e\x89\x0a\xb7\x67\xd8\xde\xc9\x4a\x85\x94\xf4\xad\xf5\xbf\xc6\x63\xb5\x6e\xb7\x2a\x4f\x7d\x1e\x92\xb3\xc1\x7f\xc6\xf5\xd4\x55\xbf\xc8\x8e\x5d\x9f\x2c\xe3\x69\x7e\xd9\xa4\xb6\x34\x96\xd2\x50\x95\xd3\xff\x66\x62\x3c\xf6\x43\xa1\xef\x27\xcf\xa1\xd7\x11\x94\x59\xa9\x5f\x4d\x5f\x75\x86\x04\xa4\x46\x4c\xbf\x79\x4a\x0c\xf8\x96\xd2\x33\x8b\x69\x1f\xf5\x65\x48\xee\x58\xa4\x69\xa8\xf6\xf1\x8e\x7d\xbe\xdc\xf1\xe8\x94\xd7\xd9\x98\x89\xd5\xe2\xf2\x20\x0f\xda\xa8\xe6\xf5\x98\x42\x79\x17\x7c\xb4\x27\x82\x23\x9b\xc1\xa5\x2c\x62\x1a\x79\x3e\xbd\xce\x89\x3a\xd2\x10\xa5\x9c\xec\xed\xc4\x16\xe6\x87\xc2\x27\xf8\x3b\xe8\x87\x78\x63\xe4\x22\xb7\xec\x08\xc1\x79\x58\xaa\xd0\x57\x00\x32\x5f\xe9\xca\x8f\x78\x01\xe8\x1c\xbf\x79\xf8\xb0\x09\x80\xf5\x8d\x1b\x78\x72\x09\x00\xff\x43\xd4\x18\x72\x65\x80\x04\xca\x2b\x4d\x47\x10\xbf\x72\x9e\x1a\xa5\x2b\xd3\xc7\xf2\x00\x3a\xdf\x53\x0f\x53\xbe\x03\x78\xa5\x78\xfb\xd1\xa5\x02\x80\x4f\x7d\xcc\xfb\xe9\x51\x00\x93\x21\x5c\x8a\x42\xfc\x70\x79\xa1\x96\x7f\x49\x6d\x74\x7b\x1e\x51\x28\xaa\xea\xf8\x74\xd3\x1e\x59\x22\xfd\x20\x85\x6c\x9d\x71\x3e\x43\xcd\xb2\x85\xe3\x2b\xdf\x27\x84\xb5\xc0\xf0\x4a\x4d\x78\xcf\x48\x92\xe2\x4c\x6c\xca\x62\x8f\xf1\xd3\xc2\x99\xd0\x10\xce\xfe\x95\xb7\xa9\x63\x93\xfe\xb3\xed\x8f\x47\x72\x06\xa7\xfc\xce\x3f\x92\x9c\xf4\x7b\xd9\xed\x4d\x53\x71\x66\x7a\xeb\xa9\xac\x87\x7d\x01\x72\xfe\x49\x73\xad\xdb\x78\xee\xe0\xd2\xbe\x3a\x19\xd7\xd2\x8c\x86\x95\xf8\x4a\x7f\xe7\xd4\x74\xb2\x35\xcf\x92\x62\x27\xc7\x94\x82\x0d\x86\xbc\x31\x47\x89\x24\x63\x84\x6f\x26\xc1\xfe\x71\x62\x17\x32\x2c\xed\xa5\x9d\x64\x5c\x3f\x8a\x98\x20\x4e\xea\xc3\xb1\x55\x8a\x61\xc3\x1c\x8a\xe6\xb2\x1e\x8a\x4a\xc6\x1e\x0e\x9d\x03\x90\xf3\xbc\xcd\x7a\x78\x0d\xc0\xf0\x2f\x1a\x85\x23\x1f\x01\x9c\x6a\xae\xe6\x1d\x5a\xf8\x77\x3f\x4a\xe9\xf3\x9d\x9c\x63\xff\xef\x5e\x90\x51\xd9\x3d\x6d\xff\x99\x3f\xbe\xd3\xf5\x5c\xd9\x00\x40\x5c\x65\xbb\xc3\xfe\x11\x5a\x09\xb4\x3c\x44\x39\xb1\xed\x56\x9c\xb3\xe8\x01\x67\x1b\x2c\x06\xb9\x4f\x46\x2a\xed\xe5\x14\x7a\x89\x5b\xa3\xb5\xce\xef\xc9\x97\x69\x41\x1b\xe7\x1e\xa9\x6c\xa5\xcf\xf7\xa3\xae\x7d\xbc\x1f\xbe\x31\xf4\xad\xf5\xcc\xe8\x61\xcf\x8a\x4f\xa1\x43\x3d\x1f\x1f\x3b\xaa\x7f\x76\x1b\xab\x7c\xc3\xe5\xe4\xfb\x7c\xed\x5b\xe0\xf3\x15\x07\xc5\xc7\x37\x67\x2f\x76\x64\xdb\xc7\xd7\x07\x2f\xcc\x36\x78\xd9\x85\x55\x39\x2c\xcf\x54\x8d\xd8\x17\x96\x44\xaf\xd2\x54\x98\xd9\xbe\x2f\x1a\x5e\xfb\x51\x34\x6b\xeb\x9c\xa7\xbd\xa1\x93\xbb\x68\x1d\x99\x23\x86\x24\x4f\xb7\xb1\x7a\x97\xa5\x86\x5c\x4e\xe9\xb3\x3e\x95\x7e\x06\x15\x9e\xc4\x6a\xa9\x9f\x82\xc2\x1c\x8f\xfa\x6c\x11\x9f\x7c\x05\x33\x10\x86\x33\xaf\x4a\x0c\xc5\xfa\x07\xd3\x02\x28\x75\xdd\x2c\x38\x94\xf4\x8f\xfb\xe1\xd8\xd5\x33\x87\xaf\x00\xc4\x30\xff\x9e\xf7\x55\xef\xf8\xee\x9f\xef\xdb\xc9\x3d\x77\x38\x90\xd9\x8d\x9f\x7d\x18\x5b\x2f\x0e\xfc\x1f\x27\x00\x44\x66\x07\x7a\x79\xf0\x26\x48\xf0\x6e\x28\xdd\x40\x0d\xe0\x5a\x45\x7d\x1c\x61\xaa\x07\x2d\x2d\xf7\x3a\xee\x74\x9f\xd5\x9a\xa3\x4e\x78\x99\x75\xe5\xf3\x85\x50\xfb\x53\xad\x0c\xf1\x2f\xa7\x6f\x84\xe8\xf4\xe6\x04\x2c\x4d\x29\x55\x5c\x7b\xf5\xc6\x6e\xfb\x2b\xd9\x58\x5d\x3f\x91\xe4\xc1\x30\xdd\xfc\x7a\xf2\x47\x63\xe7\x1d\xf3\xb7\x6f\xfc\xe6\xf5\x9b\xaf\x98\x2d\x3c\xbf\xba\x34\xfd\xa8\xd5\x3c\xa0\xbd\x60\x65\xa0\x22\x6b\xb7\x0f\x46\xb0\x7a\x72\xe3\x4c\x9e\x90\xb9\x6a\xc5\x77\x44\x48\xe6\x79\xf3\xb3\xa5\x38\xa4\x46\xda\x08\xc9\x03\x62\x9a\x94\xdf\x8e\x8e\x8e\xa5\x34\xb1\xcf\x51\xc6\x74\x87\x7d\x27\x71\x20\xc6\x86\x19\xde\xd8\xd9\x00\x0f\x00\x4d\xc5\x6b\x25\x07\x0b\x01\x2c\x4e\xff\x75\xf9\x3f\xeb\xf8\x9f\xbd\x20\x3b\x5c\xc0\xae\x07\xe1\x5f\x3e\x8c\x7d\x4c\x7b\x76\x7d\x18\x08\x63\x82\x1d\xef\x8a\xc2\xdb\x6f\x37\xb6\xde\x89\x49\x5b\x1f\xea\x7f\x88\x4d\x51\xf8\x12\x2c\xdd\xf4\x1c\x59\xa3\xfb\x31\xdd\x3d\x37\x65\xf5\x85\x5d\x47\xa5\x4b\x78\xf3\x62\x9b\xff\xd7\xe6\x33\x5e\xd7\x16\x4e\xe7\x5f\x68\x4b\xb0\xb9\x3e\x77\xac\xef\xfc\xe3\x51\x12\xff\xb1\xdb\x83\xe2\x3e\x5b\xb4\x58\x59\x23\x6e\xe0\x3a\xd4\xb1\x3c\x50\x69\x60\xe0\xf1\x8a\x7f\xcd\xb1\xe8\xa9\xe1\xb9\xee\x07\xeb\xaf\xf2\x7c\x0c\xaa\x1e\xeb\x21\xe4\x32\x0f\x18\x9e\x6d\x9e\x40\xf2\xa4\x85\x1b\x1d\xae\xe5\x46\x51\x26\xf3\x18\xb4\x3d\xaa\x43\xab\xc6\x7a\x1b\xf8\x57\xee\xc1\xdc\x8c\x8c\xd0\xef\x2a\x93\xc3\xd2\x85\xdc\xd6\x1f\x2e\x6e\xc3\x26\x04\xed\xd7\xb3\x2e\x7c\xb6\xe9\xe5\x13\x0a\xa0\xf7\xfa\x72\x05\x59\x15\x80\xfd\x9d\x9f\xeb\x21\xe5\xbe\xd9\x3b\xfd\x37\xbb\x3e\x8c\x86\x9f\x73\x64\x27\xe7\x58\xe5\xfd\x93\x83\xb8\x2a\x74\x04\x36\x14\x60\x9d\x49\x94\x2e\x7e\xea\x07\x61\x82\xb7\x46\x46\x68\xf0\x11\xde\x55\xfc\x8d\xd9\xf3\xce\xbd\x38\x29\xc5\xb7\x9e\x06\x15\x0f\x31\x92\x7a\xc5\x31\x23\xc9\x0f\x11\x3d\x76\xd4\x39\x2f\x02\x47\xd7\xd9\xbd\xc5\xcb\x1c\xdd\xc6\xd7\xa8\x52\x16\x1f\x8c\x58\xed\x59\xb9\xde\x56\x52\x1d\xa7\x17\xb7\x1c\x32\xd9\x59\x5d\xaa\x25\xbe\x92\xb4\x7c\xb9\x12\xad\xc9\xbe\x6a\xba\x4c\xa8\x30\xd5\xd8\x98\xdf\x5a\xf5\x2c\xb9\xa9\x49\x35\xbe\xb6\xbe\x94\xe3\xaa\xd5\xfd\x5e\x02\xb1\x37\xf3\x90\xf6\xf2\xab\xdb\x88\x0f\xf7\xb9\xff\xa7\xff\xe2\x76\xa3\x21\x96\x3c\x84\x4a\x73\xb4\x6e\x7e\x93\xdc\x4f\x95\xe4\xbf\xd0\xa6\x7e\x70\x66\xf3\xa9\x97\x06\x80\xc1\x9e\x9f\xf7\xb9\xe7\xe6\x9e\xdf\xb8\xa8\xb2\x73\xff\xff\x70\x20\x1b\x44\x00\x6a\xec\xf1\xe0\x6f\x78\x98\x64\x12\xa5\x5b\xf8\xb0\x9f\x68\xc6\xb3\x2c\x3a\xf8\x04\xb5\x1d\x29\x21\xa8\x5b\x51\xcd\xba\xb5\xa5\xc4\x60\xeb\x96\x5d\xb4\x19\xa5\x2f\x15\xe0\x12\x15\x81\xe1\xb0\x71\x88\xb3\xf4\xbe\x84\xe2\xf0\x0a\x48\xa7\x71\x7c\x89\x3c\x9d\xf8\x21\xbb\xce\x42\x17\xf1\xa6\x42\x3b\x87\x51\x6f\x68\xc3\xfc\x35\x5d\xc1\x11\xb5\xea\x75\xbf\x55\xab\x42\x65\x15\x5a\x84\xc2\xc6\xb5\x2c\xd5\xdd\xfe\x0f\x9a\x35\x56\x44\x6a\xea\x07\x95\xbd\xd3\xc9\xc8\xde\xc4\x00\xd5\x82\x91\x18\x94\x71\xbc\xbd\xda\xa1\x77\x5d\xe8\xa8\x28\x47\x35\xba\xd7\x97\x30\xaa\x61\xb5\x6a\x0e\x3d\x65\x18\x62\xb0\xa9\xda\xdd\xa7\xdc\xd8\x6e\x7f\x7e\x92\xff\x42\x8d\xa9\x95\x6b\x73\xc0\x93\x4a\xed\x66\x23\x1b\x4e\xd9\x75\x18\xc0\xea\xda\xcf\xf5\x84\x31\xfe\x9c\xa4\x3e\x8c\xfa\xd6\xdf\x39\x90\xa9\x5b\xff\x2d\xff\x5e\xe5\xfd\x3d\xff\x1d\xfa\x0b\x3e\x31\x7d\xa5\xbf\xf3\xec\x00\x31\x8b\x8f\x56\x38\xb4\x61\x74\x7b\x53\xb2\x4a\x73\xa8\x78\x0c\xdf\xa7\x7c\xd6\x9c\x2c\x39\x69\x2b\x5c\xf7\xad\x53\x5b\x08\xdd\x66\xa8\x95\x59\xa0\x91\xdb\x5e\xec\x35\x0f\xc6\xc8\xe7\x24\xfe\xc1\xec\x34\x86\x2c\xdf\x3a\x6e\x5b\xcf\x16\x4d\xdd\xa6\x9b\x24\xa4\xfe\x1d\xc5\xfa\x91\x3e\x85\xa8\x98\x86\x12\x40\x32\x26\x21\x15\x46\x50\xaf\x91\xcf\x12\xcc\xe5\x6f\x62\xfe\x46\x1f\x8b\x12\x91\x9b\x47\x76\xa0\x43\x23\x2e\xcb\x9b\xcf\x3d\xc3\xc4\x06\xfb\x2b\x50\x4f\x51\x60\xb6\x02\x8b\x15\x24\x3e\x97\x62\xbf\xfa\x60\x15\x8a\xde\xcb\x6c\x9a\x79\x9d\x53\x3c\xff\x56\x77\x33\xcb\x73\xbf\xe2\xc5\x97\x51\x38\x5e\x57\x5a\x45\xad\xe7\xd7\x71\x99\x4e\xd3\x8a\x7f\x77\x79\x6d\xb1\xd8\x35\x03\xb8\x59\xfd\x7e\x1d\x94\xdb\xfe\xce\x81\x8c\xb4\xfd\x9c\xe8\x8c\xff\x96\x7f\x4f\x66\xfd\x9c\xef\xf1\x00\xd4\x97\x29\x99\x7b\x38\x61\x8a\xd9\x9c\x8e\x9e\xe4\x81\xa8\x58\x24\xfc\x90\x10\x92\x57\xc9\x48\xdb\xfe\xac\x34\xa5\x83\x8c\x26\xc7\x3f\xd3\xbd\x67\xe1\xe6\xa3\xb9\xe5\x61\x51\xef\xfc\xd2\x71\x11\x27\xe0\x4a\xe7\xf3\x64\x97\x7f\x18\xde\x64\xbb\x5f\x12\x7c\x46\x57\x70\x53\xb0\x32\x21\xe8\x88\x3a\x03\x56\xbe\x27\x25\x4c\x4c\x51\x1a\x7b\x68\xb2\x35\xec\x8c\x2c\x1e\x33\x84\x5e\x08\xfd\xfe\xbf\xf8\x07\x69\xd1\x35\x83\x4d\x3f\x77\x67\xe9\xb1\xd9\xb6\xcd\x4f\xae\x9d\x32\xe1\x93\x49\x38\x2a\x97\x58\x59\xf2\x91\x3e\x9c\x8d\x53\x83\xcc\xda\xfb\xc5\x2d\x0a\x3b\x1f\x19\x97\x81\x99\xad\x20\x6b\x6e\xd9\x03\x7d\x86\x5b\x6f\x2d\x85\x7f\xf5\x04\xfd\xc9\x81\x0c\x1e\xdf\xf3\x5f\xbe\x7f\xff\xd3\x03\x31\xd8\xfb\x87\x07\xe2\x20\xcc\xdd\x33\xbc\x9d\x55\x65\x09\x9a\x3c\xb9\xec\x5d\x39\xca\xc4\x58\xf1\x66\xb1\xc2\x04\x56\x42\xa5\xd2\x59\xe5\x9a\x90\x85\x6d\x3d\x5d\x43\xa3\x1e\x57\x34\xbe\xd7\xfc\xa4\x45\x0d\x89\x7f\x30\x5f\xdc\x1a\xf6\xdf\xe3\x78\x6c\x97\x7f\xb8\x86\x23\x14\xb2\xbb\xd5\xab\xd3\xe3\xc2\x1a\x0f\x7a\x5e\x57\x52\xdc\x44\xbc\x9e\xf6\x6e\x91\x3b\xb6\x49\x9c\xdc\xef\x75\x49\xca\x1b\x77\x72\x53\xd6\x83\x7c\x97\x7f\xd0\xda\x92\xc6\xa5\xd9\x1b\xef\x7a\x1f\xfc\xb0\xfa\x5b\xf7\xac\x29\x49\x7d\x17\x12\x4c\x73\xdd\x5b\xb9\x16\x5d\xe2\xa8\x29\x5e\xfc\x15\x53\x32\x09\xff\x51\x77\xbc\x8c\x31\x46\xe2\xed\xc7\x2a\xbc\xa5\x31\xef\xaf\xeb\xa0\x52\xe5\xe7\x7c\x71\xe1\xe7\xfc\xae\xf2\xcf\xf5\x93\xfa\x50\x66\x76\x7c\xff\x7f\xf6\x20\xb4\x3e\x00\xb8\x36\x73\x62\xfa\xa1\x06\x00\x63\xea\xb5\xf6\xfc\x5b\x90\xcd\x63\xc6\xfc\x32\x05\x88\x6b\xe2\x54\x02\x8f\x22\xfd\x89\xb7\x14\xdd\x65\xe5\xbd\x9b\x09\x4e\xda\x6b\x6a\x38\x87\xa0\xed\x60\x33\x6f\x43\x13\x2b\xcf\xed\xd3\xf6\xcc\xa6\xed\x66\xb4\xf8\x17\x5e\x73\x16\x13\x86\x17\xf0\x15\xe1\x3c\x96\xa3\xbb\xfc\x43\x34\xfe\x58\x05\x9f\x2d\x42\x31\x0f\xbf\xa7\xcd\xc7\xd6\x5e\xb6\x68\xab\xeb\x2d\x87\x9d\x96\x14\xf7\x56\xe7\x94\xb9\x2d\xab\xc4\xb1\xad\x90\xcd\x93\xb6\xcf\xc4\xcc\xf1\x12\x5b\xc5\xe6\xbe\xa2\x55\xf8\x7c\xfc\x1e\x93\x98\xff\xe5\x7d\x10\xd9\xb7\xca\xba\x7d\x52\xbb\x57\x84\x69\x3e\x66\x9b\x41\xfb\xa0\x88\xf3\xd4\xc0\xb6\x8e\x66\xc3\xaf\x9e\xa4\x3f\x3d\x10\xb8\x96\xff\x96\x7f\x7f\xda\xf1\x20\xf4\x7c\xfe\xc3\x03\x21\x06\xb0\x87\x75\xcf\x9e\xa2\x43\x00\xf7\x1a\x6e\xfe\x95\x76\x15\x16\x39\x91\x74\x7a\xd1\x39\x60\x27\x52\xc8\xee\x17\xe0\x4c\xfc\x2a\xbf\x57\xc8\xd9\x75\x8b\x78\x45\x73\x51\xee\x94\xcd\x51\xc2\x7d\xa3\x50\x55\xb2\x5d\xfe\xe1\x02\xe1\xba\xeb\x35\xad\x61\x5d\xc2\xf6\x60\x90\xaa\x9e\xbb\xe6\xe7\xed\xf0\x04\x72\x43\x71\x95\xb9\x6d\xaf\x5c\x73\x43\xa5\x5d\xfe\xc1\x00\xff\xf2\x29\xd2\x8c\x5e\xea\x32\xfe\xd5\x60\xa0\x29\x8d\xb8\x14\x7e\x6e\xea\x81\x31\x9d\x68\x28\x7e\x19\x71\xd4\x88\x75\xb7\xf7\x62\xc7\xfb\x20\x68\x4e\x50\xde\x1e\x54\xb9\xf8\xbf\xbc\x0f\x02\xb2\x1b\x17\x08\x22\xf2\xd9\x00\x35\x17\x7f\xae\x77\x60\xa7\x0f\xe7\x77\x1f\xca\x2a\xd3\x1f\x1c\xd0\x8e\x0f\xa4\x85\xf3\xe7\x2c\x17\xdf\xe1\x20\xea\x01\xae\xfa\x1f\xd3\x48\xaf\x07\x60\xd0\xb9\x38\x1a\xfb\x04\x80\x4b\xf9\xd6\xd1\xe0\x33\x50\x2a\xc2\xc3\xfc\xcc\x8b\x01\x94\x64\x24\xb9\x2e\x3b\xd8\x11\xeb\xd5\x6d\x45\x15\xcd\xd3\x89\x07\x0c\xe3\xe4\x8f\x1b\xfb\x12\x16\xcc\x9d\x14\xfa\xf4\x94\x08\x2b\x4e\x37\x15\x40\xfb\x34\xe1\x89\x8f\xa1\x72\xa0\xba\x37\x21\x21\xe2\x8e\x6a\xbf\xb2\x0c\xc1\x39\x55\x4e\x6d\x5c\x3e\x9a\xa0\x51\x68\xad\x9e\x28\xb3\x4e\x38\x55\x3d\xa9\xb9\x2e\x39\xb6\x4d\x78\xbc\xa1\x75\x43\x6c\x71\x7b\xeb\xcd\x1e\x4d\x0f\x11\xd8\x7e\x31\xb1\xa5\xd5\x2c\xec\xbb\xdd\xb5\xb6\xa1\xa5\x2b\x14\xb1\xbd\xb4\x6d\xac\xa1\xb4\xeb\x7d\x88\x22\x2c\x10\x9c\x65\x1d\xf8\x06\x89\x57\x08\x55\x52\x88\x7f\xf3\x0f\xcf\x76\xf8\xd0\xdf\x7d\x28\x48\xf9\xff\x9e\x7f\xb7\xa7\xed\xe4\xdf\x77\x7f\xcf\xbf\xef\x37\x00\x50\x37\x1c\x2b\x8f\x0b\x07\xb8\xdd\x42\x55\x1f\xce\x07\xc0\x61\x7c\xdd\xd6\x27\x13\x96\x04\x19\xe9\xaa\x9c\x0d\xc0\x52\xb6\x91\x83\xdb\xaa\x1e\xae\xa9\x1e\xe5\x75\x35\x36\x27\xbe\xd1\x71\x13\xbe\xb3\xcb\x3f\xb0\x11\x6d\xad\x2b\x24\x5b\x35\x90\x44\x7e\x8f\x69\x99\x67\x2a\xdd\x44\xde\x60\x23\x99\x31\xc5\x3a\x22\x63\x4c\xb2\xac\xb5\xdc\x17\xc2\x72\xe6\x25\x85\x2c\x99\x71\x42\x5f\x91\x96\xd2\x71\x49\x37\x42\x6b\xed\x05\x25\x66\x31\x0d\x42\x7b\x67\xa9\xa2\x99\x88\x2f\x21\xa5\xbf\x4b\x29\x4d\x48\x86\x50\x3e\xca\xa0\x78\x44\x30\x9c\x10\x34\xcf\xac\xa4\xc9\xaf\x4c\xc0\x60\xea\x65\x7a\x76\xb8\x87\xe4\x3f\xbd\x0f\xbf\xf8\x07\xd2\x7d\xf0\xf3\x79\x88\xcf\xfa\xfd\x1c\x24\x79\x30\x3a\x15\x7f\xce\xea\xfd\x3b\xfc\x47\xc3\x8e\x07\xe4\x28\xc0\xf9\x44\xb2\x86\x90\x53\x3f\xff\x0e\xc9\x04\xa0\xa9\xa4\xa4\xf1\x15\x07\x60\x4b\xbc\xac\xe9\x6a\x06\x20\x50\x43\x7b\xd1\x66\x1c\x7a\x25\xd1\x0c\xc9\xa6\x66\x10\xad\x28\xc4\xd2\x63\x98\x08\x27\x35\xb7\xf9\x2e\xeb\x18\xc1\x3e\xfd\x47\xfc\x1c\x5a\x47\x88\xa3\x96\x6c\x42\x7d\x6a\x43\xc4\x67\x4e\x1f\x45\xca\x94\xfc\x88\xcf\x7c\x0b\x44\x86\x14\x62\x88\x15\xa1\x42\x62\x36\xb2\xf7\x88\x31\x89\x85\xe2\x18\xa9\x55\xa2\x5b\xe6\xa2\xc4\xf6\x2e\xff\x30\x40\xa4\xab\x4d\x91\x11\x14\x2e\x26\x4a\x76\x2c\x4b\x91\x0b\xda\x12\x65\xfb\x98\x25\x15\x05\x2c\x88\xb4\x1f\x7b\xa5\x06\xf9\xa5\x89\x57\x7e\xdc\x91\xfa\xc4\xe7\x44\x64\x5b\x6b\x91\x7c\xc0\xeb\x47\xf4\x22\x92\x8b\x85\x91\xf6\xe1\x57\xee\xff\x3b\x0f\x46\xf2\x60\xbc\xbf\xf6\x73\x3e\xdd\xe1\xe3\x6a\x8f\xec\x5c\xff\x34\x3f\x67\xca\xce\xbf\x8b\x58\xff\x39\xbd\x4e\xfc\x9c\xde\x73\x00\x37\x5c\x8f\xfd\xed\xe2\x00\xc0\x60\x40\xc5\x64\x6f\x0b\x20\xb0\x78\xf3\x2f\x0b\x4a\xc0\x89\xcd\xdc\xca\x34\xda\x03\x75\xf2\x9f\x18\x41\x47\x10\x02\x55\xd7\x58\x8f\x68\xde\x05\x65\x5d\x19\xce\xdb\x6a\x1b\x20\x68\xd2\xcd\x7d\x5d\xa5\x11\xee\x59\xbf\xe1\x49\x57\x44\xc0\x59\xd7\x77\x7c\x53\xb2\x2f\xe0\x8a\x3f\x96\xcf\x59\xe6\x31\x71\x35\xa2\x47\xf0\x8b\xd4\x04\xb1\x2d\xe5\x8e\x28\x99\xb8\x21\x71\x24\x5b\x42\xa8\x5b\xb4\x9d\xd8\x55\x12\x24\x42\x25\xa2\x4b\x0c\xac\x6b\x16\x57\x10\xe2\x27\xc6\xb6\x9b\x8a\xb1\x09\xec\x25\x66\xf4\x3e\x17\x3d\xc1\x67\x4b\xcc\x1b\x4c\x10\x51\xe3\x55\x23\x66\x4d\x0c\x8b\x68\x73\x7f\x26\xbe\x9a\x0f\x10\xcc\xe3\x46\x13\xbb\x91\xf6\x42\x72\x5c\x41\x70\x93\xd8\xcb\xcb\xba\xeb\xc5\x7a\xfe\xfb\x39\xf8\xfc\xe4\x0e\x07\xb4\xf2\x3b\x07\x74\xdf\x64\x87\x83\x91\xdb\xe1\x60\x22\x7e\x4e\x5f\x5e\x80\x0b\x93\x64\x25\x66\x9c\x00\x7f\x37\xec\xd9\x63\x35\x04\x40\x37\x7f\x3c\xc2\x42\x12\x80\xfb\xe8\xc5\x18\x13\x27\x00\x31\x71\x1a\x19\x9d\x1c\x58\x93\x39\x73\x6b\x42\xfd\x20\xb4\x28\x4f\x30\x18\xab\x64\xc0\x03\xcd\x3a\x26\x1e\x25\x3e\x78\xa8\x37\xc6\xe4\xa4\x28\x09\x21\x16\xb5\xac\x8b\x72\x69\xe0\xef\x60\xcb\xd6\x28\xcb\x0e\xba\x9e\xbc\x9c\x8d\x52\x47\xc1\x34\x00\xc5\x79\x45\x7c\x08\xf4\x23\x6a\x38\x73\xc5\x2f\xc2\xa5\x14\x7d\x3e\x71\xd1\x42\xd8\x9b\xa3\xc5\xbf\x2d\x94\x09\x27\x4a\xcb\xf8\x1c\x05\xa2\x81\xaa\x5a\x8e\x77\x9e\x5f\x8a\x48\x6c\x6d\xe1\xbf\xc2\xe7\x41\x9c\x7e\x96\x2e\x10\xc9\xc3\x42\x24\x0c\x74\xf1\x25\x73\x0d\xc2\xf9\x61\x22\x4f\x22\x97\x11\x9c\x98\xb2\xe2\x3d\xc3\x69\x05\x2c\x4b\xe9\xdc\xb2\x00\x87\x1f\xf3\xfd\x5f\xef\xe4\xad\x0a\x7e\xf2\x83\x71\xff\xee\x89\x91\x60\x15\x9a\x3f\x5b\x04\xa0\x54\x25\xd6\x79\x25\x0c\x40\x3b\x52\x9a\x8e\xb6\x19\xc0\xd0\x4f\xfe\x09\xd3\x79\x00\x53\x0b\x55\x63\xee\x53\x30\x6d\x26\xa8\xfd\x45\x34\x0d\xa4\x4c\xbc\x4c\xd8\x94\x24\x89\xad\x66\xe9\x56\x0e\x3a\x43\x84\x35\x53\x7d\xf7\x97\x16\x44\x82\xba\xc1\x5a\x84\x8a\x43\xd7\x76\xb6\x1e\x79\x9a\x9b\x47\x3c\xbe\x51\x9b\xa9\xa4\x25\xe0\xc1\x2e\x07\x12\xad\xf2\xb4\x3b\x30\x62\x69\x4b\x4d\xf1\xcd\x5b\x54\xe4\x67\xdc\x0f\xb9\xa6\xaf\x19\x31\xd4\x38\x41\x19\x87\x35\x8d\xf8\xb0\x2d\x32\xa9\x38\xd4\x40\xd4\xa9\xad\x57\x92\xda\xe8\xd9\x10\x1f\x7c\x82\x04\x25\xf6\x2f\x3f\x75\xc4\x2b\x89\x01\xac\xbe\xcf\xfc\xdc\xb2\x14\x17\x36\xcb\x47\xef\x6b\xb9\xd4\xd6\x26\x9f\x27\xfd\x47\x4f\x99\xa9\x4d\x21\xcf\x81\x41\x6d\x99\xc6\xcd\x6d\x57\xc3\x57\x2f\x65\x53\x71\x6a\xce\xfe\x3d\x22\x72\x69\xb8\x30\xa7\xd4\x2e\x17\xb9\xe1\xad\xd3\x76\x23\xad\x5f\x14\x44\xb6\x6e\xda\xbd\x03\xf8\xbb\x84\xbd\xf7\x3f\xfb\x40\xe2\x20\xd8\x17\x78\x29\x8e\x7d\xff\xb5\x0f\xd2\xe6\x42\x8c\xe7\x98\xfe\xd1\x97\x73\x47\xca\xe9\x16\x17\x80\x49\x87\xec\x2c\x63\x29\x80\x05\x5a\x79\x88\x5b\x00\xc6\xac\xc8\xb5\x9e\x8b\xcd\x81\x92\x95\x8b\xe1\x31\x25\x73\x62\x8b\x85\xac\xb9\x8b\x4e\x16\x01\x67\x56\xe7\x12\x6a\xa1\xb0\x3d\x6b\xfc\x38\x8c\xde\x35\x74\xfb\xa4\x01\x4d\xea\x53\xdf\x2a\x3c\xb7\x8e\x59\xe9\xdf\x21\x0f\xb6\x4a\x35\x62\x1a\x0d\x22\x1a\x76\xfb\x71\x3c\x94\x88\xef\x1c\xe2\x5f\xe1\xf6\xcb\xc7\x4f\xcd\x24\x3e\xdf\x7c\x2d\x63\x8a\x3c\x92\x24\x88\x4b\x97\x66\x43\x31\xc5\x1e\xdd\xa2\x92\x72\x47\xfd\x88\x2c\x27\xf9\x50\x48\x1e\x90\x69\x7a\xe9\x6c\xac\x80\xdf\xe4\xe7\x16\xd9\x71\xac\x96\x3f\xf3\x20\xad\xbc\x22\x36\xd1\x2f\xa2\x9f\x56\x0e\xb1\xe9\xe5\xc9\xdd\xe3\xa6\x40\xdc\x54\xf5\xaa\x22\x79\x40\xda\x28\x14\x1f\xe1\x62\x9c\xa5\x9a\x02\x15\x46\xb6\xe4\x6d\x87\x01\x2e\x12\xb8\x6d\xff\x16\x02\xa0\x67\xe4\xd1\x3d\x24\xf9\x0f\x0e\xe2\x3d\x6f\xf1\xc9\x30\x00\xd9\x45\x81\x8e\xb3\x48\x00\x8d\x68\x91\x94\x2b\x1b\x00\x06\x04\xf1\x75\x9a\x31\x00\x8b\x20\x59\x6f\x66\x2e\x00\xeb\xf3\x8a\x4d\x9c\xf7\x01\x61\x3b\xa4\xbe\x26\xca\x02\x46\xb6\x22\xfa\xb4\x8a\x41\x44\x5d\xab\x10\x8b\x55\xa3\xbb\x84\x14\xcb\x05\x27\x15\x5b\xea\xed\x3a\xb3\xfb\x81\x15\xee\xb1\x78\x7b\x63\x91\xe4\x43\xc1\xca\x5b\x39\x7a\x99\xc5\x06\x91\x09\xbb\xfd\x38\x57\xd4\x86\x9f\x7f\x49\xca\xdc\xac\x54\xee\x7b\x1f\x9e\xd2\xb7\xc9\xaa\xc0\x3c\xcd\x91\x96\xfa\x27\xff\x81\xeb\x96\xc2\xa2\x6c\xa2\x51\xeb\xcb\xd2\x25\x68\xa6\x88\xf9\x69\x3d\x39\x32\xb4\x69\x04\xe6\x8b\x95\xbc\x04\x1a\x13\xd6\x36\xf4\x59\x5e\x11\xbb\x37\x30\xe4\x2d\x85\xc2\x33\x2c\x7d\xe0\xd9\xde\x97\x8a\xfa\xd8\x0d\xdf\x03\xa4\x3e\x9c\x3f\x39\x98\xda\x2c\x15\x67\x9c\xbf\x8b\x18\xc0\xe5\x4f\x3c\xb1\xfb\x6e\x03\xdc\xbd\xc8\x7d\xe8\xd0\x22\x00\x7b\x21\x7b\xea\xd1\x44\x00\xb1\x60\x9e\xc2\x93\x4b\xff\xf0\x41\x6c\x08\xfa\x5d\x76\x04\x30\xd9\x10\x1b\xa1\xf5\x00\xb0\x4a\x97\x62\x66\xa0\x05\xb0\xdf\x56\x48\xe6\xa6\xd8\xed\xcb\x51\x77\xfc\xa2\x9b\xa6\xf4\x86\xe8\x62\x1b\x6b\xf6\xc6\xf0\x02\x41\xc6\xa6\xd8\xbe\xce\x81\x6f\xfb\x84\x45\x72\x90\xbe\x6f\xca\x16\xc6\x94\x25\xb1\x3a\xfc\xf6\xd6\x7e\x03\xa3\x22\xb3\xd8\xb1\xcd\x0f\x3a\xe7\x9b\xae\xa4\x5e\xdb\x74\xd7\xb0\x7e\xe6\x9d\xd6\x85\x2d\x52\x29\x18\x16\xc8\xcc\xc1\x2c\x29\xa8\x2f\x92\xe5\x48\xec\xf0\x30\xc3\x9b\x4d\x32\xc1\x88\xd5\xa4\x27\x9b\xfb\xa4\x33\x50\xe4\xb1\xc3\x8b\x9c\xb2\x28\x14\x77\xdc\xc9\xa9\x13\xf2\x07\xd1\xb7\xa2\x4c\x86\xef\x29\xd6\xa3\x15\xa3\xa2\x07\x58\x94\x6e\x63\x4e\x87\xef\x79\xa1\xa3\x4c\x8b\x19\x0e\x8e\xea\xa6\x55\x8e\xc1\x7a\x05\xb0\xb4\xb3\xaa\x2a\x63\x1f\xf8\x67\x91\x3c\x20\x24\x0e\xa6\x52\x58\x9d\x0f\xc7\xe5\x96\x0a\x70\x25\x8a\xa3\x64\x1f\x23\x00\xa3\x17\x87\xfb\xe1\xf0\x5f\xfb\x20\xd9\xca\x73\xf9\x94\x37\x80\xaa\x04\x6f\xc7\xb9\x83\x00\x06\xfb\xf8\x79\x2f\x8d\x02\x58\xdc\x16\xe7\xbb\x6d\x06\x60\xff\x58\xbc\xf2\x6e\x2c\x80\xcb\xac\x6c\x0a\x67\x0e\x2c\xb9\xbb\xaa\x24\x89\x0d\x80\xb2\xdb\x4b\xed\x42\xe5\x40\xa2\xbc\xcb\x59\x93\x1c\xe3\x5a\xc2\x49\xbb\x44\x5b\x70\xca\xc4\xbf\xb5\xe6\xf5\x6b\xf5\x5f\xdf\xd2\x37\x8f\x89\xdf\x8a\xae\xda\x5c\x33\xe6\x28\x94\x4a\x3d\xba\x79\x58\xef\x66\x83\x75\xc6\x07\x2c\x9d\x66\x4d\x2f\x67\xce\x37\x4c\xa5\xaa\xfe\xa7\x98\xbc\x4c\xcc\x29\x05\xe6\x35\xe6\x02\xb6\x3f\x79\x98\x75\x61\x39\x05\x44\x6d\x8a\xcd\x77\xa4\x82\x1e\xd2\x2b\xe9\xe8\x08\xa7\x62\x07\x2a\x38\xee\xfa\xc0\x37\x65\x19\x34\x63\x74\x6a\x2f\x5e\xd5\x1f\x6d\x17\xbd\xaf\x9b\x5a\x35\x1a\xa3\x12\x56\xd7\x71\x4c\xb5\x12\xab\x16\xe8\xdd\x38\xa0\xee\x87\x75\x0a\x14\x25\xf5\xe1\x3c\xc0\x68\x1e\xdb\xf4\xf7\x0e\x29\x0d\xd4\xe4\xc1\x5d\x70\x6f\x00\xb8\x7e\x81\xfb\xe8\xfe\x01\x00\x56\x71\xce\xd3\xe4\x2f\x00\x78\x82\x39\xe8\x8f\x2d\xfc\xbb\x27\xc6\x38\x91\xaf\xf3\x72\xc1\x3f\x7a\x62\xd8\x25\xbe\x33\x2d\x01\x78\xfe\x90\x09\xe7\xfe\x0b\xc0\x0b\xa9\x58\x27\x22\x03\x26\x3e\x3c\x1a\xad\x4a\x91\x44\x29\xcf\x68\x23\x36\x13\x89\xed\x37\x8e\xa3\xb6\xa1\xae\x4f\xf1\xb7\xed\xf9\xbd\x3e\x84\x8a\xed\xf6\xe4\x58\x99\x28\x17\x72\xa6\xf3\x62\x0f\xe8\xf7\x34\xbc\xcb\x93\xc5\x1c\xd4\x6a\x78\x69\x58\xe4\x84\x3e\xaf\xa6\xf2\xc5\xb9\xb4\x1f\xe5\xad\x64\xbc\xbc\x5c\x9e\xfc\x67\x2f\xce\xc2\x3b\xc5\xf3\x1b\xbc\x99\x1d\x63\x52\xca\xac\x88\xc2\x34\xee\xc1\x16\xd5\x7e\xc4\x4c\xea\x77\x92\x0f\xa5\xfb\x9c\xfa\x49\xb4\x61\x74\xfe\x63\x53\x0d\x16\x74\x5e\x54\x2b\x89\x83\xd9\xf5\xa1\xdc\xd0\x12\xc3\xce\xfb\x33\x94\x31\x6a\x0b\x6f\x5e\xf5\x3b\x99\xdf\xae\xc3\xb7\xd9\xe3\xa5\xf4\x8b\x8f\x62\xad\x67\xdf\x4f\x9e\x00\x20\x64\xce\x7e\x88\xa2\xe0\x17\x07\xf1\xbf\x7a\x62\xdc\x3a\xc5\x4a\x18\x2b\x00\x7c\xe8\x25\x8f\xb1\x21\x01\x02\x6b\xe5\x36\x44\x4e\x80\x59\x30\x83\xea\x82\x52\x33\xd1\xda\x37\x58\xbf\xc4\xa8\x7c\xfb\x9d\x3b\xbb\xd5\x13\xd7\xd9\xad\x0d\xc7\x60\xf7\x9a\xb0\x79\x1c\x85\xad\x77\xd4\xbe\x94\x28\xac\xa3\x39\x6f\x5e\x57\xce\x13\xf4\xa8\x21\x63\x13\x73\xc9\x61\x54\x91\xce\xdd\xbe\x89\x8a\x0a\x64\x93\xfa\x81\x89\xa5\x2a\x3f\x64\xab\xb2\xcd\xd2\x97\xca\x2e\x74\x86\xc2\x97\xd5\xe0\xa2\xf0\x35\x11\xc5\xeb\x6b\x23\x79\x4e\xdf\xae\x28\xff\x58\x4f\xce\x19\x1e\x4e\x55\xf3\xd9\x30\xc8\x6a\x79\xbd\xa5\x61\x8d\xa0\xcf\xe0\xef\xae\xd1\x94\x45\x76\x25\x0b\xb5\xdf\xd1\xfa\x81\x32\x48\x98\x6e\xf6\xd4\x12\x40\xa7\x45\x4b\x93\x7c\x28\x95\x53\x3a\x92\x98\x17\xa1\x6d\xc5\x19\x7a\x47\xb1\x12\xc1\x32\x45\xc7\x74\xc2\x37\x85\x7d\x3d\xf2\x32\x75\xb6\x36\x4b\xbd\x19\x01\x68\xe8\xd9\xf4\xc9\xc2\x01\x58\x59\x59\xcf\x1f\x41\x03\x88\x86\xb3\xbe\xa4\xc8\x07\x50\xa4\x65\x91\xa5\x94\xfb\xd5\x13\x63\xc9\xc3\x81\xbf\x70\x06\xc0\xc5\x9f\x27\xf3\x9a\x2e\x80\xf7\x7b\xe1\x7e\x06\x46\x80\xc0\x50\x09\x36\x8e\x44\x80\xb0\xfb\xb2\x49\x22\x1f\xc1\x26\x12\xab\xcc\xa8\x14\x4e\xe4\x09\xf1\xd6\xed\x34\x75\xdb\x8e\xf0\xd3\xb3\xb0\xf4\x3c\xb6\x75\xcd\xd5\xdd\xa5\x38\xe6\xfb\x6e\x4f\x8e\x95\x95\x51\x76\x4f\x11\xd9\xae\x17\x85\x5a\xb7\xe6\xb5\x68\x75\x0e\xc2\x45\xfd\xd6\xf7\xb0\x5a\xf2\x3f\x79\x18\x92\x0f\x65\xd4\x54\x5d\x61\x4d\xb1\xb0\xf7\xad\xb0\xa6\xf7\x7a\x6d\xee\xe3\x9e\x2a\xad\x87\x1b\xf8\x4c\xf3\x8e\x4b\x3a\x0b\x88\xa7\xf7\x7f\x34\x08\xeb\x26\xa1\xb8\x12\x89\xb5\x7b\x75\xf9\xd0\x77\x62\xdb\x2a\x6e\xeb\xd3\xa3\x7b\xa3\x59\x8a\xd7\xf4\x15\x31\x69\xe1\x77\xf2\x0a\x0c\xac\xb0\x67\x43\x32\xb3\xb4\x0c\x96\xb0\xd5\x81\x16\xf7\xf5\x0d\x2b\x37\xcf\xf8\x5f\x00\xa0\xd5\x67\x79\x4a\xf6\x06\x80\x83\x8b\x95\x8b\x3c\x03\x40\x2c\x9d\xf5\x22\x85\x0f\x80\xb2\x34\x0b\x1d\x65\xed\xaf\x9e\x18\x5b\x61\x0e\xb9\x0b\x25\x00\xee\x16\x5c\x4d\xd4\x22\x00\x41\x17\x04\x02\xee\xd8\x03\x84\x6b\x88\xbe\x62\xef\x03\x88\xbd\x2c\xd5\x28\x5c\x05\x81\xb1\xcd\x8a\x67\x15\x70\x44\xcb\x98\x93\x9a\xd9\xc6\xe7\xb6\xcb\x43\x37\x4c\xac\xdd\x31\x5b\x7f\x7b\x4e\x38\x95\xc4\x4e\x63\x25\x9d\x2d\x43\x1b\x73\x9f\xa0\x8d\x6d\xae\x65\x7f\x29\x7b\xb7\xeb\x45\xc9\xd6\x9b\x7f\x23\xd5\xb0\xbd\x7e\x57\x43\x65\xf6\x73\x4b\x20\xe2\xa8\x6a\xcb\x82\x5f\x1d\xcd\x6e\x2f\xce\x31\x0d\x9e\x95\xbd\x15\xbd\xef\x58\xb5\xc3\x57\xa5\x4b\x3b\x7a\xc9\x74\x0f\xaf\xa1\x0b\x86\x3a\xbb\x74\xd1\x1b\x62\x39\x51\x4d\xfa\xfa\x83\x88\xdb\x99\xe9\xd5\x7b\x0c\xe6\x91\x1a\x69\x8c\xe5\xdf\x0c\x7d\x51\xfe\x89\xe6\x45\xb6\x46\xd1\x68\xba\xb8\xa0\x5c\x3f\x63\x5d\xf4\xe7\x68\x53\x12\x07\x93\xd6\x66\xfc\x10\xab\x12\xdc\x98\x28\x6e\xf2\x05\xfb\x35\xa0\x15\xe0\x96\xf5\x3d\x9d\x03\xfb\x01\xb8\xf0\x2c\xa8\xa3\x7f\x03\x48\xd9\xb3\x38\x51\x2c\x03\x68\xb4\xb0\xf4\x9d\xd4\x06\x30\x75\xbc\xd7\x4b\x95\x03\xe0\xd0\xc2\x4a\x79\x2e\xf1\x57\x4f\x4c\xe8\x23\x3e\x1e\xba\x1e\x80\x98\x38\x81\x16\x66\x5e\x80\xc4\x7a\xc9\x23\xc2\xb2\x10\x97\xc2\x23\x67\xa5\xb0\x9f\x28\x9e\xe8\xa5\x21\x66\x02\xdb\x7a\xd1\xa5\x46\x48\xaf\x71\xdc\x8b\x80\x1c\xfb\x0f\xf1\x4d\x98\x41\xf7\x76\xff\x63\x05\xe7\x90\x2f\x1c\xea\xd2\x93\x1f\x25\x6e\x44\x5b\x08\x35\xec\x6b\x3a\xb6\x76\xc6\xc0\x78\xf0\x41\xc7\x43\x52\x2f\xce\xfa\x86\xba\xd0\xdc\x52\xd3\x5f\xdf\xef\x68\xe6\x2c\x32\xd4\x2a\x7d\xe0\xd0\x15\x5b\x2a\x7b\xa4\xfc\xf2\x81\xfe\xa9\x15\xbd\x07\x7b\x3a\x9f\x19\xb8\xaf\x09\x15\x67\x91\x7c\x28\xd5\x12\x46\x63\x1b\x6b\x59\x5f\xca\x5a\x4d\x7c\x11\x73\xe9\x06\x05\x22\xa6\x33\xc8\xb6\x54\xf6\xec\x4f\xa6\x79\x28\x62\x7c\x21\xc9\x87\x92\xda\x6c\x9a\x8c\x29\x09\x4f\x4c\xfc\x6e\x76\x08\xcb\x1d\xe2\x1e\xaf\x6c\x9a\x87\x5d\x0a\xf0\x05\xb8\xbb\x97\xb9\xf7\x60\x39\x00\xdf\x77\x16\xcf\xa3\x71\x00\xb2\x3c\xf7\x3e\x1d\xa7\x03\xd0\x7a\xc8\x2c\x7f\xe2\x38\x80\x45\x21\x8b\xd0\xe9\x3e\x00\x97\xcb\x6c\xd9\x17\xb0\xff\xee\x89\x49\x5c\x16\xb4\x66\x7d\x0a\x90\xf6\x4a\x3c\x4b\xd8\x1b\x12\x32\x97\x64\xf8\xe5\x97\x89\xba\xe9\x48\xd5\xa3\xc6\xdd\xdb\x45\x29\x97\xf5\xec\x3d\x98\x70\x6e\xd1\xe7\xad\x83\x12\xe7\xd1\xd9\x3e\xf5\x5e\x9d\xa5\xef\x11\x21\xce\xf8\xd4\xa7\xf5\x32\x6b\xd7\xad\xef\x36\x14\x3f\x76\x5a\x8e\x36\x62\x1f\xca\x79\xa6\x4f\xe2\x61\x56\x72\x34\x5b\x67\x0f\xb4\x59\x7d\x62\xd2\x77\x9b\xdf\xd3\xcc\xdf\x97\x6b\xd8\xb3\x18\x56\x3b\xf8\x38\xc0\x44\x76\xd9\xf0\xa1\x4d\x93\x9c\xa9\xcc\xca\x5a\x05\x47\x55\x8d\xf9\xad\xb5\x84\x62\xdf\x52\x6b\x73\x86\x0d\xd7\xdc\xb3\xf9\x7f\x59\xa8\x23\x22\x33\xb9\xb2\x28\x2d\xe8\x91\x5b\x29\x3a\xf7\xa7\x2c\xc6\x51\x16\x49\x49\xc9\x03\x16\x38\xb4\x4e\x1c\x6f\x62\x85\x45\x01\xe6\x48\xd4\x54\x14\xd1\xea\x1e\xa6\x3f\xfc\x62\xb8\xb0\x95\x21\x36\x38\xf8\x16\x00\xb3\x2d\xb3\xf2\x61\x19\x00\x5e\x75\xe6\x1f\xe4\x3e\x00\xf2\xa9\xcc\xcc\x14\x95\x00\xba\x23\xf7\xf8\x4e\xda\x03\x58\x5d\x64\x42\x53\x71\x01\xb8\x4f\x33\x5b\x9e\xfd\x02\x10\x6a\xc2\x62\x7a\x59\xf7\xbf\xf4\xc4\x50\x0b\xfb\xf1\xeb\x42\x55\xb1\xad\x44\x88\x6c\x01\xd1\xa7\x90\x4b\x51\xd4\x70\x61\xdb\x2f\x2b\x53\x7b\xcb\x33\x10\x47\x9d\x64\x6f\xf1\x23\x19\x48\x3d\x39\xeb\x9d\x9e\x83\xf1\xbc\xad\x82\xcb\x43\x76\xaf\xea\xf7\x3d\xcb\x59\x38\x6f\xaa\xfc\x51\xe9\xf5\x91\xa5\x40\x7d\xca\x29\xbe\x1e\xdb\xa9\x32\xfd\xa1\xe9\xd2\xae\x8f\xfd\x19\xa6\xa7\x67\x2f\xb6\x7f\xdd\xed\xc5\x91\xb6\xd0\x59\xaa\xab\xae\xdc\xed\xc5\xa1\xb7\x56\x5b\xbb\x53\x7a\x71\xd7\x87\xe2\x6b\xf3\x65\x63\x20\x47\x35\x39\xc1\x96\x0e\x79\x2c\x3d\x3e\x7e\xc8\x76\x08\xd9\x9a\x3a\xb5\xeb\x43\x09\xb4\x7d\x89\x7e\x10\x4b\x45\xe2\x60\x02\xa2\xec\x72\xb0\xd7\x42\x1d\x01\x18\x85\x99\xfe\x3a\x24\x08\x20\x30\xc1\x98\x40\xbe\x07\x40\x51\x92\x21\xf4\x98\xe9\xbf\x7b\x62\x7c\x3c\x98\x08\xe7\xa2\x01\x22\x95\xee\x19\x5c\xe6\x04\x48\xcd\x64\x6e\xb9\x1a\x06\x90\x9b\xce\x05\x8c\x22\x00\xa5\xf2\x02\x19\xbc\x51\xf0\xa6\xb2\x4a\xd4\x45\xea\x39\x31\xa5\xe2\x8d\x9c\x95\x81\xd6\x76\x70\xb1\xbc\x46\x8d\xe7\x29\xdc\x85\x9c\x0d\x63\x6c\x32\x0a\xe5\x12\x3b\xec\xbc\x51\x39\xb3\xfa\xd6\xff\x50\x94\x57\x27\x7a\x21\xd7\x89\x50\xe7\xf4\x6a\x72\x06\x69\x1e\x36\x62\xfd\x6e\x79\x3e\xcb\xd8\x6e\x9c\xe6\xf5\xe8\x40\xae\xc5\xf3\x6f\x47\x7a\x78\xba\x6a\xac\xbe\xcf\x58\x3d\x7e\xd7\xb0\x6a\xf3\x66\x6e\xaa\x75\x6f\x25\x9d\x9d\xe2\xa2\x5c\x7d\x69\x7e\x98\xc3\x97\x65\xd6\xea\x23\x99\xae\x0e\xba\xab\x4f\xcb\x5e\x93\x7c\x28\x09\xe7\x1d\x33\x36\xd4\xf2\x54\x62\x83\x1d\x32\x10\xdd\x19\x08\x12\x07\x13\xb6\xdf\x91\x1c\x95\x9f\x74\x21\x78\xcc\xf1\x18\x9a\x29\xde\xdb\x2f\xc9\xb1\x00\x23\x10\x25\xe9\x57\x63\x9f\x88\xbd\x1e\xea\x0e\xc0\x84\x67\x8a\xfb\xcf\xef\x48\xd1\x68\x86\x67\xe4\x36\x00\xca\x8b\x77\x3a\x8f\x0e\xfc\xe2\x20\x9c\x8f\x31\x10\xa9\xa2\x7e\xf5\xc4\xc4\xdd\x67\xa6\xba\xbc\x0f\x20\x53\xf7\x9e\xdf\xb5\xc7\x00\x45\x33\xec\x9e\xf4\x42\x00\x95\x66\x7c\x17\xb8\x9e\x00\xba\xf6\xa3\x50\x98\xf8\x75\x62\x7f\xfd\x69\xa9\x22\x9d\x67\xdb\x25\x35\x3e\x2a\x74\xee\x9a\xb8\x9b\xe5\xd9\xfa\xc5\xc9\x0e\xc8\xd1\xf4\x54\xfb\x97\x8f\xb8\x97\xf2\xc3\x6e\x85\x6a\xf7\x6e\xcc\x84\x7b\xf2\x55\x3b\xbf\x8f\xf9\x7e\xdc\xb6\xf5\xc3\xc6\x27\xa9\x91\xef\x36\x01\x23\x01\x83\x3c\x4f\x65\x1d\x30\x5f\xcb\xfb\x22\xea\x96\x9d\x2f\x7d\x7f\xfb\xec\x66\x69\x86\xcb\xa5\xb9\xd3\xed\x0c\x79\x97\x5c\x6a\x16\x8a\x1a\xcb\x32\x92\x5c\x2a\x96\x3e\xd4\x48\x24\x4d\xba\x9e\x5a\x81\x07\xb2\xb1\x6b\xae\xdb\x6b\x57\x4b\x57\x23\xe6\x5d\x9b\x36\x0e\xe6\xdf\x0f\x33\x76\xbd\x8a\x60\xcb\x16\x0e\xe6\x77\x3d\x86\x64\x4f\x97\x21\x71\x30\xde\xf7\x5d\x2d\xd0\xac\xf1\x61\xde\xae\xce\x8d\x98\xa3\xd1\x2a\x1e\x54\x2e\xa2\x98\x82\x08\x55\x00\xd6\xa1\xbb\xe6\x87\x44\x00\xc4\x07\xef\xbe\x26\x57\xf8\x87\x07\x61\x87\x83\x70\x9d\xba\xfd\x83\xb2\xe9\x17\x07\x91\xb4\x48\x2f\x74\x96\x03\x20\x37\x9c\x99\x86\x7a\x09\xa0\x12\xc7\x22\x77\x4b\x0f\xa0\x3e\x8d\xa3\xfb\x1e\x27\xa0\x5a\xfc\x05\xb9\xc5\xf9\x89\xdf\x1e\xe7\x89\xe7\x6b\x5f\xde\xae\x68\x63\x54\x64\x76\xeb\xc3\x49\xd7\x4b\x6b\xdb\x25\x5d\x42\x2a\x97\xb2\x58\xf9\xd5\xfc\xb5\x90\x1b\xeb\x1a\x1c\xf7\x5a\x72\x6a\x4f\x20\x75\x55\xc4\xe8\xc0\x44\xaf\x4b\xdf\x9b\xc5\xf1\x6b\xdd\x0f\x3d\xd9\x3f\x06\x0f\x6b\xd4\x9a\x7b\x5b\x8d\x39\xbf\x0d\x2a\x1a\xf0\x96\xfc\xf6\xb9\x87\x39\xeb\xa1\xf7\xf0\x8f\xed\xae\xfa\x94\x3e\xef\x73\xf3\x29\x2d\x7a\x31\x43\xde\xf3\x4b\xec\x75\xb4\x24\x1f\x4a\xd8\x09\x4f\xc2\x1a\x73\xe9\x58\x40\x92\xf7\x99\x75\x87\xc2\xf7\x7e\xd5\x9e\xb0\xd1\x9d\x4b\xe5\x73\xc3\x53\x05\xa9\x71\xff\xa3\xb7\x81\xbb\x04\x4a\x21\xb9\xdc\x4b\xde\x6d\x08\xb5\x96\xf0\x96\xe4\x43\x71\xe7\x73\xbd\x86\x69\x0e\xff\x0a\xc0\x4d\xc3\xc8\x74\xf8\x0b\x80\xcc\x5e\x7a\xfa\x23\xb9\xbf\xfa\x51\x2c\xfd\xe8\xe6\x8f\xeb\x00\x78\xf7\xd2\x7e\x3c\xbe\x0c\x10\x55\x4d\x13\x4b\x89\x07\x48\xc7\xde\x6c\x3a\x79\x02\xa0\x5c\x91\x6e\xe1\x82\x1b\x40\x7d\x1c\xe3\xd8\x8d\x48\x80\xc7\x8c\xec\xd7\x99\x7b\x00\xba\x19\xf8\x32\x45\xe6\x80\xfe\xa5\xb8\xf0\xa2\x1a\x33\xe1\xde\x8b\x10\x99\x13\x0e\x81\x38\xd5\x5e\x65\x55\xb6\x84\x4d\x04\xae\xed\x90\xd1\x5a\x4d\xcb\x5c\x7a\x69\x9e\xa7\xff\x5b\xf8\x74\x23\x5e\xae\xec\xd2\x8f\xe2\xa7\x9f\xa3\x94\x7b\x8e\x4f\xbb\x54\x9d\x8a\x34\x19\xe4\xfd\x72\x3e\x4b\x20\xf2\xe0\x28\xf5\xe0\x44\x92\x4b\x58\xe2\xe4\xd3\x97\xd3\xd1\xdb\x21\xd7\x7f\xac\x3c\xa1\x8a\xb4\x09\x9c\x9f\x5b\x69\x25\xec\xfa\x50\xba\xfc\xaf\x2f\x4f\x3f\x7c\x19\x48\xe5\x6b\xb3\xc6\x59\xfa\x91\xc4\xc1\xf8\x8c\xfb\x68\x23\x4e\x64\x4f\x7b\xf1\xf9\xd9\x23\x96\x32\xe2\x3d\xaa\x7d\xf6\xa0\x4c\x92\x15\x77\x7d\x28\xa1\x9e\x03\x18\xb3\xc8\x14\xa7\x60\x9f\x6b\xd8\x5b\xa1\x76\x00\x5c\x01\x77\x53\x0f\x93\x03\xc8\x93\xd1\xf5\x1f\xf9\x0e\x60\xa4\x73\xeb\xdc\x51\x36\x00\x3b\xb2\x9b\xee\xff\x79\x8e\x06\x31\x5f\x8f\x3d\x76\xe2\x57\x3f\x4a\xfe\xcb\xeb\x3f\x28\x89\x00\xb5\xea\xd7\xec\x29\x5f\x02\xb4\xcb\xde\xbe\x77\x21\x0b\xa0\x97\x86\xe5\xf6\xdd\x6f\x00\x03\x77\xb9\xca\xf9\x25\xc0\xe5\xd3\x84\xc0\x51\xc5\x7b\x84\x90\xcf\x1f\xc4\xd3\x6c\x78\x71\x75\x23\x4e\xf2\x21\xb1\x81\x08\xd3\x61\x1b\xad\x6b\xb5\x5d\xb3\x9c\x6f\xae\x5b\xf1\xbf\x6b\x7a\xa1\x52\xbb\x96\x91\xb9\x86\x2c\xb0\x7b\xd8\xf7\xc4\x63\xd6\x2f\xd5\xa9\xe8\xc6\x3b\xad\x2f\xcb\xd1\xca\x39\xe3\x5f\x4a\x06\xc6\xc2\xed\xef\x3b\x4d\x15\xbc\x30\x08\x42\x26\xa7\xcf\xbc\xee\xe4\x0f\xb8\x95\x18\x3e\xdf\xde\x72\xcc\xef\x66\xdc\xc9\x25\x97\xda\x60\x1f\xa5\x28\x8b\x95\xcd\x07\x49\x5e\x6c\x91\xb7\xd7\x1e\x97\x1c\xf5\x3c\x15\xde\xbb\x3e\x5e\xc0\xeb\xa6\x1e\xc6\x8a\x98\xcd\x48\x72\xbd\x10\x3a\x80\xac\x4a\x33\x70\x5e\x0a\xf6\x43\x8d\x27\x9e\x71\xe2\x0f\xa9\x42\x9b\xc6\xc5\x39\x7e\x09\xa4\xc5\xe8\x45\xd6\x38\xd0\x04\x24\x63\x39\x42\x4f\x00\x08\x59\xdf\x6e\x3c\xf4\x9f\xdf\x4d\x11\x34\xf2\x87\x8f\x00\x98\x25\x5f\x2f\x3e\xdc\x03\xe0\xa6\x73\x75\xfb\x70\xea\xaf\xdc\x97\xe4\xbf\xaf\x28\xfd\xe9\x81\xe8\xa0\xfa\xe9\xc5\xe8\x1b\xbf\xba\x8f\xa2\x16\xe0\x03\x35\x9d\xd8\x95\xe3\x00\x5f\xef\xb2\x1c\x64\xda\x80\xd1\x39\x7d\x9e\x30\x29\x13\xe2\x2d\x04\x85\x90\x9f\x31\x71\x8b\x05\x43\x26\xc9\x10\x61\x84\x54\x5f\x1e\x54\x92\xaa\xc2\x7c\x91\xf8\xaa\x63\xa6\xdc\xaf\x57\xbe\xf8\x56\x23\x76\x66\x52\x3d\xda\xe5\x75\xf4\xcb\xab\xdf\xc8\x03\x6e\xbf\xa2\xfa\x50\xfe\x99\xde\x57\xa3\xa9\x63\x7c\xae\xdf\xc8\x9b\x58\x75\xf5\xfb\xb5\xe7\x41\x9e\x47\x4a\xfd\x66\x1f\x74\x5c\x71\x0f\xcb\xe7\x5e\x3c\xdc\x50\xbb\xeb\x01\x61\xcf\x70\x5a\xcd\x2f\x97\x71\x1a\x4f\x4b\x59\xd7\x2d\xac\x77\x5c\x4c\xe2\x46\xdc\xca\x96\x70\xa4\x4c\xc8\x43\x52\xa6\xd7\xdb\x27\xc5\x45\xa1\xcc\x92\x0f\xda\x33\xc4\xd8\xa0\xcf\xc4\x7f\xdd\xe5\x3f\xb8\xa3\xeb\xb0\x27\x43\xab\xad\x35\x22\x3e\x61\x53\x82\xbe\x03\x88\x8c\xd1\x8c\x1c\xfc\xcf\xff\x2b\x1f\x5e\x3b\x7a\x60\xee\xff\x87\x5e\x90\xd0\x9d\xfc\x9b\xd4\x0b\x22\xb2\xc7\xe5\xff\xde\x77\x1b\x51\x13\x28\x47\x00\x36\xca\xee\x6c\x5e\x97\x04\x20\x26\x72\xae\x09\xf5\x10\x2f\xe0\xb5\x85\xc8\x4d\xf2\xd1\x8c\x98\xd3\x92\x33\x11\x8e\x63\x57\xd7\xc9\x54\xd1\xc5\xf2\x8f\x5f\xcd\x6b\x5b\xc4\xb4\xb3\xdf\x8f\xfc\x5a\x1f\x7a\xf9\x4d\x7c\x80\xc6\x97\xd1\x96\xde\xf7\xf4\x4e\xa7\xc6\x06\x47\x75\xdf\x5d\xb7\x3f\x31\xe4\x3d\x29\xf5\x92\xdc\xee\x48\xcf\xed\x19\x87\xc7\x8d\x76\x92\x6d\xa7\xe7\x3f\x35\xbd\xb4\x5d\xac\xdf\xbf\xa4\x5d\x33\x64\xfb\xb8\xea\xf0\x4a\xfa\x83\x51\x1b\x87\xb2\x9a\xb5\xee\x62\x2e\x1b\xc3\x02\xd4\x86\x46\xee\x94\xf5\xcb\xdc\x13\x88\xc6\x8c\x57\xd6\x17\xb3\xd8\x91\x7d\xa9\x26\xbb\xfc\x47\x7c\x9a\x1a\xba\x36\xa6\xd9\x82\x3b\x85\x1e\xf3\x34\x9c\xd7\x9c\x3e\x65\x16\x4b\x15\x6a\x68\xba\x94\x30\xb0\xa9\xe2\x77\x03\x40\xca\xe4\xe6\xf3\x83\xf9\x00\x7a\xb2\x97\xab\xc9\x4a\x01\x6c\x3b\xff\xe2\xfd\xcf\xba\x48\x79\x1f\xe9\x3a\x78\xf8\x64\x27\xf7\xdc\xf1\x21\x90\x7c\x18\xdf\xb3\x7f\xf6\x21\x6c\x16\xef\x65\xf8\xf9\xbe\x97\x56\xe5\xb4\x0b\x00\x31\x89\x73\x49\xa8\x75\xfd\x30\xbe\x5f\x48\xd2\xd0\x6f\xdc\x6b\x93\x53\xba\xd7\xef\x40\x2f\x0b\xf2\xa1\x86\xff\xfd\xfb\x15\x6b\x2b\x71\xd6\xd4\x8f\x5a\xa3\x86\xe6\x06\x03\x93\x1f\x37\x7b\x1d\x9e\xa5\x2e\x7f\xf7\xa4\xd8\xda\x7e\xfa\xc0\xa7\xd1\x9e\x8b\xa4\x1e\x14\xa3\xbb\x93\x2d\x73\x6b\xcd\x62\xc6\x1f\x07\x2d\x17\x9f\xd4\xd2\x9a\x7c\xe9\x15\x5e\xc6\x55\xde\x37\x35\x79\x6c\xb4\xba\x56\xba\xdf\x64\xb9\xc9\x6f\x83\x2c\x8f\xdd\xf4\x6c\xcd\x02\x42\x30\xf3\xa3\xc9\x70\x15\x3f\xd2\x2f\x15\x6f\x42\x5d\xfe\x04\x55\x96\x80\x37\x69\x2c\x7a\x89\xd6\xff\xff\x10\x76\x96\x71\x55\x2e\xdf\xdf\xc6\x04\x03\xc5\x6e\x11\x03\x91\xee\xee\xee\xee\xee\xee\xee\x94\xee\x90\x2e\x29\x11\x09\x05\x09\x95\x12\x11\x94\xb0\x15\x50\x41\x45\x14\xa5\x6b\x77\xac\xe7\xa3\xec\x0d\x47\xcf\xf9\x3d\xff\x57\xeb\x83\xf2\x62\xcf\x30\xf7\x0c\xdc\xeb\x9a\xef\x95\x34\x68\x79\xe6\xfa\x2d\xa4\x55\x6c\x95\x45\x58\x09\x3f\x8a\x36\xea\xbe\x45\x79\xbe\x2d\xea\x6b\x98\x9f\x85\x55\x4e\x13\xda\x35\x58\x00\x40\x7e\x84\x26\xff\xd7\xe7\x37\xa3\xde\xe2\xfe\xab\xfa\x9e\xfc\xb3\xef\x4b\xf6\x20\xb4\xa4\x91\xfa\xdf\xa4\x5c\x18\xf2\xfd\xef\x3f\x3d\xf8\xbf\x2a\xd3\xea\xd9\xd9\x79\x66\x62\x13\xbf\x84\x58\xf9\x87\x42\x7c\x98\x04\x18\x51\x3c\x49\xc7\x6e\x55\x3e\xe8\x29\xd6\x88\x41\xf1\xea\x5f\x88\xb9\x90\x97\xb7\x52\xea\x78\xbc\xe8\x5c\xa4\xc4\x82\x57\xf0\xb7\xda\xad\xde\x9a\xf3\x56\x85\xcf\xeb\xef\xda\xef\x98\x9d\xe9\xae\xbc\x53\x6e\x92\x35\x23\xf8\x23\xfb\xae\xb8\xa1\xc5\x5c\xf3\x2c\x4f\x5d\x94\x81\xc6\xf4\xf0\xbc\xeb\x0d\x0f\x43\xdc\x48\xd2\x62\xfd\x75\x06\x63\xb7\xa1\x5b\x4b\x98\x22\x5e\xe3\xbc\xc7\x31\x2b\x0e\xb9\xa7\x4c\xb6\x76\x55\xae\x1a\x67\x45\x99\xa0\x5a\xfd\xd6\x1c\xd3\x14\x8d\x9f\xdf\x3d\x8e\x68\x4d\xe0\x36\xa1\xad\xbb\x89\xbc\x1d\xed\x61\xba\xa7\x86\x1e\x39\x72\x75\x90\xec\x3f\x31\x8a\xbb\xb1\x03\xed\x1f\x24\x67\x9c\x7d\x7d\x06\xfd\x24\x20\x0c\x40\x1b\x75\xe6\xf0\x76\x14\x80\x3d\x29\x07\xe5\x6f\x1f\x06\xf9\xde\x33\xd9\x8b\x32\x6a\xbd\xbe\x2f\xfc\xc9\x81\xe0\x8a\xd7\xeb\xbc\x37\x00\xd3\x27\xba\xf4\x0f\xad\xc4\x45\xbe\x11\x61\xf9\xa1\x23\xf8\x1f\x52\xea\x7a\xbd\x6d\x53\x38\x65\x95\x9d\xf6\x98\xf2\x78\xf4\x82\xa1\x70\xb0\x5f\x4a\x2a\x32\xd1\xde\x30\x31\x25\xe8\xc5\xaa\x65\x80\x52\x7e\xad\x7b\xff\x8a\x6c\xe6\x6c\xf1\x5b\x5b\xcc\xb2\x61\x83\xf2\x75\x57\xe3\xfa\xa5\xad\x6f\xc4\x2b\xdc\x75\xd2\x96\xbc\x16\x99\xae\x3b\x92\xfd\x1f\xda\x1c\x0b\x4d\x4b\x2f\x0b\xee\xeb\xec\xf8\xd2\xbc\x12\x96\xbd\x57\xd7\xe4\x6d\xee\xea\xcd\xf4\x29\x3d\x9b\x61\xfe\x35\x8f\x94\x29\x5d\xe8\xf7\x47\xd4\xc6\x2b\xea\xbd\xed\xae\x41\x2a\xc7\xf8\xea\xf9\x3d\x38\x82\x32\x0a\x9f\xd3\xe7\x69\x61\x46\xb5\x85\xd1\xe8\xd9\x35\x0a\xa1\xcb\x03\x52\xf5\x0e\x34\x14\x61\xce\xfa\x86\xea\x6a\xd7\x2d\x60\x8a\xbd\x4e\x03\x18\x55\x6d\xa1\xfc\x35\x1e\xcf\xf0\x3f\xd7\x01\x99\x07\x22\xf7\x3d\xc9\x1c\xc8\x8c\x2b\xc5\x7f\xdc\x7f\x26\xe7\x20\x7c\xb0\x06\x60\xa2\x3f\x37\x38\x44\x00\x01\x3e\x7a\xbe\x1b\xed\x67\x09\x1f\x25\x53\x55\x02\x6a\xe6\xf0\x5c\xaa\x32\x16\x89\x79\x4e\xd8\x70\xc3\x03\x1e\xb9\x31\x67\xd1\xb5\x76\x69\x61\x7a\xbe\x47\x91\x03\xbe\x0d\x09\x15\xce\x5d\x48\xd7\x44\xfb\x24\x57\x9b\xdd\x08\xb6\xf2\x9a\x74\x8c\xb1\xc7\x5a\x4a\x97\x77\x66\xa9\x76\xe6\x6a\xf7\x97\xeb\xd7\x24\xd5\x4b\xd7\xf8\x56\xe9\x33\x4e\xaa\xbd\x5b\x1b\x5a\x7d\x94\x6a\xa6\x46\xb9\xc6\xbc\x96\x98\xf8\x56\x8d\x30\xdd\x86\x70\x8d\x33\xd2\x38\xfe\xf1\x1a\x92\x31\x5a\x4b\xbd\x6b\x44\x10\x75\x38\xfc\x86\x06\xf7\xf3\x3b\xa8\xde\x90\x73\x64\xef\x87\xe6\x50\xcf\x20\x3a\x2d\x60\x9b\xe6\x60\xd7\x15\x34\xf8\x1a\x69\x7c\x7f\xe0\x87\x79\xe2\x41\xa3\xd1\xdc\x3a\x82\x15\x76\xf9\x06\xf0\xbb\x9d\x49\x01\x10\xd1\x4d\xf1\x27\x07\xb2\xfa\xe7\x73\x30\x59\x43\xf1\x1f\x39\x10\xe4\xfe\xef\x08\xa9\xdf\xd1\xef\x0d\x40\xa9\x4a\x41\xd1\x49\x03\xbe\xbc\x2b\x5c\x49\x0d\x0e\x44\x63\xc9\x16\x39\xd3\xe2\x4c\x02\x9f\xea\x76\x3d\xdb\x94\x5e\xdc\x92\x41\x84\x4d\x51\xa8\x33\x56\xc7\x36\xd7\xab\xcf\xe3\x09\xe6\x8c\x97\x4c\x70\x95\x03\x07\x7a\x20\xa6\x2b\x74\xd0\xca\x06\x4d\x9d\x5b\x19\x49\x34\x8a\x44\x3d\x6c\x40\x45\xf5\xe9\x88\xa2\xb6\x0d\x9c\x89\xc9\x51\x2b\x40\x46\x4e\x37\xc6\x06\x2b\xbf\x46\x2e\x20\x77\x5e\x95\xdf\xe0\x1f\x86\x7e\xf3\x0f\xc6\x4a\x11\x8b\x77\x51\x75\x41\xa1\x4a\x6a\xdf\xf7\xa2\x2b\x7c\x8f\x28\x5b\x8e\xbf\x45\x0f\xf8\x54\x2a\x2b\xbd\x4b\xc2\x84\x79\xc8\xa9\xdc\x7b\x51\x8f\xb1\xf4\x8c\x50\xd9\x32\xb4\x03\x4b\xeb\xe2\xa0\xd2\xd9\xc7\x85\xd5\x77\x3e\xa2\x92\xd4\x63\x86\xed\x76\x38\x0e\xe0\xee\xf2\xe7\x3a\xb8\x51\xb6\x5e\x1f\xc9\xaf\xd7\x8f\x91\xff\xd5\xff\x9e\x13\xf8\xef\xfe\x6f\x27\x11\x80\xb1\xef\xac\x71\xe3\x4d\x48\xe7\xbb\xcb\x31\x5c\x61\x41\xbc\x2b\x45\x2f\x59\x93\x75\x95\x80\x54\xd1\x57\x4d\x89\x35\xc5\x23\xf4\x0f\x19\x59\xf8\x75\xe1\x56\xad\x7e\xda\x52\x6c\xe4\x3f\xc8\x60\xa3\xc3\x12\x3c\x23\x37\xfc\x17\x87\x30\xdd\xe5\xc2\x7e\x06\xda\x73\x18\xd5\xfb\xd4\x01\xaa\x6a\x0a\x18\xc6\x97\x6f\xfd\x07\x94\xea\xd0\xed\x33\xb9\x81\xa7\x15\x42\x30\x07\xd1\x4a\x7e\xc7\xc8\xfc\x83\xbc\x08\x66\x08\x43\xe3\xb9\x5d\xce\x12\x5d\x8a\xa9\x70\x3d\x2c\xa7\x37\xd7\x8e\x95\x71\x3c\x2b\x1f\x34\x75\x11\x2b\xe4\xb8\x20\x1f\x3e\x71\x07\x9b\x69\x5f\x22\xdf\x35\x32\x80\x9d\xb5\x15\x97\x97\x7a\xc5\x88\xf3\xb6\xa4\x94\xf7\x7f\xb6\x13\x57\x6e\x5e\xb1\xb9\x0e\xc8\x1c\xc8\xff\x3f\x07\x62\x71\xe1\xff\x9f\x03\xd1\x44\x09\xc0\x4c\x71\xb6\xa2\xea\x32\x3c\xe3\xfd\xc2\x9c\x9f\xcb\x00\x46\xe2\xa6\x7c\xee\x49\xa2\xc4\x34\xa5\x35\xd9\x93\xa1\x63\x84\x1a\xbd\x7b\x5a\x97\xdd\xd1\xf8\x17\x56\x97\x4d\x98\xc8\xfc\x83\xd5\x57\x5c\x73\x88\xa8\x7d\xb0\xa9\x3a\xee\x49\xbc\xaa\x5d\x8d\x41\x04\x4e\x3f\x6f\xd2\xe9\xb4\xf6\x75\x1c\xcd\x2d\x2a\xe7\x4e\x35\x73\xec\xb7\x2e\x6f\x67\x84\x52\x36\xb6\xe9\x15\xda\x45\x4b\x9e\x0a\x9b\x35\x27\xf5\x0f\xef\xc5\x37\xdc\x2e\xac\x85\x7d\xc8\x86\xf7\xe2\x27\x0e\x89\x33\x31\x4f\x90\x7a\x80\xec\xc3\xa5\x9a\x51\x93\xb9\x07\xe9\xf3\xdf\xad\x71\x33\xc6\xa5\x52\x7b\x3e\xbf\xc2\x07\xeb\x39\x4b\xd1\x7c\xb0\xc1\xdf\xd2\x79\x0e\x90\xbe\xed\xcf\xfd\x70\xe0\xc3\x7a\xfd\xfe\xc7\x3e\xb8\xb6\xed\x4f\x0e\x68\xa3\xff\xcb\xb1\x5e\x6f\x69\x92\xfa\xdf\x2c\x00\x14\x79\x14\x14\x05\xd7\x01\xb8\x9e\x5f\x5c\x4e\xa1\x82\x72\xb1\x52\x8e\xfb\x57\x9f\x13\x09\x8a\xed\x62\xec\xbe\x05\x44\x7f\x1d\x23\x39\xbc\xcb\x05\x42\x81\xb9\xae\xd6\x1b\xeb\x29\x82\xa0\xd3\x19\xfd\x38\xf3\xb7\x78\x82\x6f\xb4\x51\xa4\xc9\x08\x3e\x2f\xe2\xa3\xd9\x43\xbd\x56\x7c\x76\xba\xac\x59\x96\x16\x33\xde\xbf\xa4\xc8\x5c\x58\xed\x27\x0e\x7d\xfb\xba\xb5\xaa\x92\x30\xfe\xd8\x43\x13\x4b\x46\xb9\x16\xfc\xae\x37\x32\x16\x99\x32\xd6\xb8\xd9\x1f\xdb\x2d\x2a\xa4\xd2\xf1\x74\x58\x55\x33\xaa\xbf\x73\x1f\xfe\x2f\xee\x41\x6c\xcf\xcf\x48\x82\x9b\xf2\xf8\xe6\xb9\xd8\x75\xfd\xcf\xf3\x70\x7d\x5c\x1b\x1e\x08\x52\xfe\xc1\x4b\xd2\x3a\x20\x7b\x10\xea\xbf\xac\xd7\x52\xa5\xf5\x9a\x1f\x02\x70\xd1\xec\xc0\x97\xf4\x5c\x00\x2e\x41\xba\xd0\x18\x26\xf8\x2a\x92\xcc\xe4\x11\xe4\x01\x2e\xf2\x0b\xbc\xaf\x3d\x44\x89\x1f\xb4\xd0\x12\x95\xf6\xcc\x44\x77\x63\x79\x79\x1e\xcb\x83\x84\x15\xdb\x27\x6a\x66\x26\x77\x08\x23\x1e\x2d\x1a\x8c\x06\xd2\x84\xfb\x21\x37\x34\xfb\x74\x90\x84\x94\xb8\x44\xed\x21\x8d\xf7\x04\xed\x1c\x1b\xbd\x33\x6a\x3b\x09\xa7\xca\xcb\x0c\x98\x95\xf8\xf0\xc8\xa6\xeb\x06\x44\xf9\x45\x7c\xf1\x23\x53\xe3\x27\xd2\x5f\xf0\xf0\x72\x42\x6f\x55\x4a\x15\x3f\xf0\xf5\x93\x81\xaa\xc4\x67\xfc\xe4\xda\x0e\xbd\xb7\x1b\xb9\x0f\x12\x84\x3b\x04\x5e\x55\xec\x86\xef\xe1\x2f\xee\x41\x98\x19\x3d\x49\x3c\x2e\xfd\x1e\xa0\x91\xb0\x3e\xee\xb7\x24\x6f\xd2\xba\x07\x82\xbc\x0f\x7e\x9b\x25\x71\x70\xa4\xfe\xf6\x43\x02\xa9\xff\x7b\x6e\xbd\x96\x91\x38\x91\xa2\x6d\x00\xa7\x9a\xa8\x02\xae\xda\xac\x7f\x1d\x5f\x08\xc0\x29\x7f\x56\x36\x34\x13\xf0\x22\xad\x0c\x77\xbc\xc7\xa1\x57\xa6\x91\x75\xcc\xb1\x0a\x5c\xd5\xbc\x78\x03\xad\xe5\x89\xdf\x0c\x3c\xc4\xb3\x4d\xef\x12\xbd\xac\x07\xe4\x77\x18\x9a\x13\x3d\x5d\xa5\xe4\xa3\xf5\x3a\x89\x0a\x7e\x91\x4a\x27\xb4\xa8\x88\xe2\x51\x2b\x4a\x85\x6a\x81\x44\xe9\x64\x6d\x25\x7e\x95\x73\x84\xc5\x02\x16\x35\x33\x45\x17\xc2\x54\xe5\x45\xb5\x38\x39\x24\xa1\xa6\x49\x57\xe3\x81\xb4\x1a\xe1\xf6\xa3\x69\xf5\x64\xc9\x97\x84\x94\x17\x2d\x1a\x79\x12\x0e\x84\xe0\x09\x6b\x8d\x51\x31\x3a\xc2\xd0\xfc\x3b\x95\x7e\x72\xee\x83\xf0\xeb\xdf\xe3\x2e\xf9\x9b\x7b\x10\x40\x03\x35\xf1\x96\x48\x0e\x40\x3f\x69\x7f\xf8\x93\x83\xf9\x39\x4c\x3a\x07\xc8\x3e\x18\x92\xff\xe2\x2e\x89\x03\xa8\x20\xad\x87\x6c\xd2\x7a\x88\x23\x7d\x7f\x90\xe2\x7a\x0d\xb3\x05\x60\x0b\x3e\xfe\xca\xaf\x06\x40\x78\xf5\xd2\x45\x67\x2f\xc0\x48\x61\x18\x9e\xdb\x78\xc2\x2d\x15\x0f\xf6\x7e\xb3\x0f\xc0\xaf\x67\x28\xa8\x61\x64\x07\xdb\x4d\x4b\x45\x79\x75\x5b\x61\xb7\xbd\x95\xa8\xb5\x36\x0f\x11\xed\x2e\x23\x46\x50\xff\x4c\xfc\x1a\x38\x22\x51\xaa\xaa\x42\x7c\x7a\x35\x50\xca\x68\x83\x7f\x28\x21\x7a\x16\x08\xca\x9f\x91\xcd\x24\xba\x56\xc5\xcb\xfd\x94\x71\x22\x72\xde\xf1\x54\x1c\x92\x48\x20\x9a\x76\xae\xc9\xdd\x14\x2b\x22\xea\x0c\x99\xc9\x55\x8a\x6d\x25\x32\x8d\x36\x2b\x84\x89\x3c\x23\xb2\x4f\xd7\xc9\xaf\x0a\x5b\x10\x3d\x57\xe3\x65\x92\xff\xe6\x1e\xf8\x11\x20\x4e\xfc\x2a\x98\x0f\xf0\x69\xfa\x8f\x7d\x70\xe8\xff\xe0\x80\x56\x49\xfc\xc7\xb7\xf5\x9a\x64\x47\x1a\x37\x35\x89\x03\x08\x07\x38\x43\x41\x39\xef\x13\x0f\x70\xa5\xe1\x40\x96\x5b\x12\x80\xe0\x56\x5a\x3a\xfb\x10\x00\x29\x77\xfa\x20\x8b\x54\x18\x56\x16\x61\xe1\x32\x3c\x02\x09\xda\xf7\xb9\xf6\xe8\xb6\x41\x88\x01\x3d\xb7\xb8\x56\x0c\x38\x58\x3d\xe7\xfd\xaa\x71\x09\x2c\x1c\x5b\xf9\xa6\xd5\x0a\x40\xc8\xeb\x8d\x10\xaf\xf2\x30\x30\x86\xa4\x08\xdf\x54\xf4\x81\xbd\xb1\x8b\xa2\x9d\xf2\xfc\x44\x44\x7a\xb6\xf8\x59\x59\x59\x62\x5f\xd1\xa0\xe4\x88\x34\x0f\xb1\xab\x2a\x46\x92\x20\x79\x8c\xd8\x78\xe7\xa4\x94\xa2\xf8\x5e\xe2\xed\x07\xdd\x52\x3b\x45\xba\x88\x6d\x4f\x5e\x4b\xee\x14\x5a\x20\x0e\xbf\x61\x16\x0f\x15\xbc\x49\x9c\xf8\xcc\x21\xa6\x21\xb8\x9b\x38\xb7\xf0\x40\xf4\xb6\xa0\x11\x71\x06\x33\x2a\x26\xc1\x5f\x0f\x2a\xc4\x65\x81\x61\x00\xfc\xef\xdf\x13\xff\x67\x0e\x06\x69\x3e\x6a\x5e\x93\xd6\xff\xd9\xf5\x9a\xb6\x85\xc4\xbf\x90\xd6\x87\x0f\x89\x1b\xb3\x77\x59\xaf\xce\x89\x00\x17\x3b\xf6\x5a\xd8\x7a\x00\x70\x54\x1c\x39\x64\x39\x09\x20\x5a\x47\xeb\x68\x7a\x00\x40\x2e\x92\x5e\x42\x77\x16\xa6\x54\x69\xaf\xdc\xd5\xd6\x82\x9b\xba\x43\x6c\x08\x32\xff\xa0\xb6\x0f\xaa\xac\x83\x39\x22\xc8\xfc\x83\xe2\x27\xf0\xf6\xb7\xe4\x1d\x96\x2f\x03\x97\xb0\xcf\x7c\xee\xb2\xe1\xa0\x17\x7f\x43\xe0\xa0\x8c\x3d\x30\x66\x7e\x12\x56\x90\x58\x03\x95\xfc\x71\x01\x6f\x89\x33\x40\x5b\x59\x22\x1c\x21\xa6\x07\x7b\x6f\xf7\x8b\x78\x8a\x28\xc1\xb1\x7b\x99\xc2\xda\x42\x66\xc0\xf4\xf0\xad\x60\x97\x20\x3f\x9c\x1f\x6e\x10\x3a\xc6\x9f\x0d\x12\xef\x22\xf8\xd7\xf8\xf9\x40\x78\x72\x54\xc0\x85\x8f\x0f\x2c\xe7\xf6\xf0\x49\x10\xbc\xff\x07\x07\xb4\x7f\xbd\xd6\x92\xf2\x50\x8a\x91\xeb\x35\x9d\xc4\xc5\xc4\x3c\xf8\x93\x83\x71\xf9\xb9\x5e\x2d\x1c\xd6\xab\xcd\x01\x80\xf3\x31\xbb\xe6\x2c\x92\x01\xd8\x2e\x1c\x3c\x61\xca\x04\x20\x94\x7a\x6a\xa7\x9e\x34\x80\x4c\x25\x5d\xb0\xe6\x25\x20\x2a\x0f\x5f\x42\xa8\xd5\xc0\x92\x7a\xe3\xe5\x6a\xd5\x04\x78\x6f\x48\xcb\xa4\xa9\xbc\x0c\xef\xcc\x7c\x98\x95\x95\x16\xa1\xcd\x61\x0f\xfb\x7e\x05\x2d\x68\xf4\x08\xe3\xd8\x2b\x17\x03\x37\xfc\x9f\x71\x8a\xcb\x72\x43\x42\x24\x1d\xf7\x0f\xa9\x4e\x48\x8d\xa7\xe2\x76\x15\xd7\x84\xfc\x8c\xdb\x5c\xb2\x62\x6f\x21\x24\xdf\x85\xa7\x58\xc4\x1f\x22\xcb\x35\xb9\x31\xc2\xf5\xe0\x5e\xd3\xcf\xcb\x2e\x18\x06\x7e\x77\xdf\xf2\x68\x0a\x1e\x01\xe3\xce\x14\x3e\x5e\xbe\x3e\x08\x7a\xc2\xc6\xdd\xca\xf7\x18\x4c\xdf\xb4\xf0\x8e\xf1\x5a\x41\xf8\xfb\x1b\xdc\x41\x00\x14\x7c\x82\x47\x7f\x3d\x17\x67\xf0\x62\x7b\xb6\x6f\x01\x60\xa8\x11\x31\xa2\xf2\x03\xe0\x19\x14\xd9\xb7\x2f\xee\x1f\x1c\x44\x95\xd4\x8d\x53\xe7\x00\xb4\x12\xe5\xc5\xce\x67\x02\x18\xfd\x54\x5a\x63\xd4\x03\x30\x8f\xd6\xdc\xc9\xad\x08\x60\xb5\x4f\xef\x9a\xc8\x13\xc8\xb7\x4a\x30\x4b\x56\x5c\x82\x0b\xd6\xbb\x6c\x18\xb5\x15\x89\x49\x96\x99\x9e\xc1\x66\xe2\x04\xa2\xd9\xf6\xc8\xed\x76\x8d\x04\x4e\xe3\xdd\x19\x6a\x1e\xf6\xf8\x58\x7d\x8b\xb2\x2a\xff\xc3\xb8\x2e\xed\xcf\x77\xb9\x43\x7b\x70\x0c\x1a\x0d\xbd\x27\xa2\xb6\x63\xf1\xaa\x1d\x2f\xcf\x45\xb5\x63\x87\x95\x05\x26\x94\xae\x86\x62\x96\x15\x55\x97\x32\xe3\x47\xb1\x0f\xe5\xed\x11\xef\xa3\xda\x71\x05\xb2\x78\xd4\xe1\xe0\x05\xdc\xa2\xac\x3d\x2a\x29\x90\x6e\xde\x53\xee\x1b\x6a\x3a\xe0\xc8\x37\x59\xf9\x20\xb4\x83\x6f\xf4\x78\xa3\x02\x13\xfa\xad\xb7\xfe\x5b\x49\x45\x33\xcc\x69\x2f\xda\x67\xd7\x94\xb6\x62\xe2\xdd\xab\x9e\x44\x29\xef\xc3\xdc\x73\x7b\xd2\xa3\xa1\x1c\x87\xe5\x70\x6e\xed\x78\xa6\x6c\x8d\x6d\xb1\x9f\xbb\x5f\xa8\xa2\x83\xbd\xed\x60\x01\xb0\xc5\x47\x30\xea\xd7\x3c\xd0\x7a\x8a\x7a\x6f\x2f\xdb\xe4\x20\xf8\x02\x85\x38\xf7\xe1\x00\xa4\x1e\x8b\x04\x1d\xce\x05\x50\x05\x09\xc4\x29\x53\x00\x83\x67\x72\x54\x17\x99\x00\x4c\xa5\x14\xdf\x33\xaa\xff\xc3\x97\x43\xd4\xf5\x16\xa3\x80\x1b\x76\x1c\x26\xf2\x8a\xea\x1b\xf9\x28\xca\xd6\x43\x1e\x22\x96\xf7\x09\x89\x16\x71\x11\x5e\x2e\x42\xf8\x2a\xd3\xe1\xb4\x16\x3f\x26\x1c\xd2\xf0\x48\xd9\xcf\x10\x57\xdc\x3e\xdd\xd1\xa6\xa4\xab\xa9\xd8\x4a\xcd\x9e\x5e\xc1\x58\x0a\xcc\x23\xf5\x84\xd7\x17\x93\xf2\xb0\x5b\x94\x27\xbe\x0c\x27\x30\x63\x7a\x14\xaf\xac\x1e\x49\x20\x60\xb3\xe4\x6f\x23\xf2\xa2\x0f\xe0\xe8\xe4\x06\x91\xd6\xe1\xaf\x11\xb3\x72\x0b\xc8\xef\xa1\x96\x64\x0e\x66\xf2\xb2\x42\x0b\x0a\x17\x10\x31\x12\xa9\xb4\x1f\xed\xef\x27\xf9\xbf\x38\x98\x6e\x05\xe5\x04\xac\x9d\x93\xd0\xbd\x5c\xd5\x63\xd8\x28\xc7\xf1\xe6\x05\xb5\xfd\xd8\x24\xc7\x09\x80\xad\x33\x02\xbf\xd7\x03\x99\x83\xf8\xdb\x13\x23\xd3\x2a\xfc\xf5\x70\x1f\x80\x7a\xaf\xf8\xa3\x53\xbb\x01\xf4\x03\x65\x54\xe8\xe6\x00\x2c\x22\x15\xb7\x32\x51\x00\xd8\x3e\x54\x5e\xe1\xb0\x07\xb0\xd7\xd7\x8e\x11\xd9\x0d\x2d\xf6\xc9\x46\x28\x05\xc1\x8d\x7c\x94\xad\x76\xb2\x6e\x43\xb6\x99\x04\x73\xab\x81\x50\x16\xb7\x23\x78\x5b\x73\xe1\x54\xc7\x80\x32\x5c\xb2\x51\xf7\xf5\xa2\x88\xdd\x1b\x5c\x10\xb3\x56\x6b\xaf\x7c\x42\x08\x46\x57\xbd\xe6\x6d\x56\xaa\x36\xfa\xa3\x4a\xd0\xf4\x85\x74\x17\xf4\x5d\xa5\xa8\x95\xb9\xf4\x3e\xb2\x1f\x08\xbd\x24\x9f\x8a\x58\x8d\x32\x5f\x44\x29\xec\x47\xde\x0d\x5b\x9b\xe4\x51\x12\x43\xce\x87\x0d\xbf\x9f\x55\x1a\x40\x5d\x0b\x4e\xde\xc8\x43\x21\x71\x30\x8f\x85\x54\x29\x30\xbc\x5e\x2d\x64\x0e\xe6\x3e\xbb\xfa\x2d\x8c\x9d\x17\x2f\x99\x83\xb9\x73\x5f\x7d\x0c\x6b\xec\x7c\x0b\x60\x1b\x27\xff\xc8\xaf\x79\x38\xd7\x2b\x50\xbf\xfd\x2d\x00\x87\xb3\x20\xd7\x9e\x8f\x00\x02\xdf\x05\xa6\xf7\xcf\x01\xc8\xd5\x0b\x57\x1f\xe1\x00\xd0\x78\x2a\x62\x7d\xbc\x07\xc0\x84\x55\x0c\x77\x76\x10\xc0\x26\x5a\xae\x9d\xd1\x00\xc0\x5e\x5d\x59\x99\xc3\x13\xc0\x85\x55\x33\x48\x44\x19\xda\x5c\x29\x0c\x12\x15\x2a\x88\x04\x17\x25\x0b\x7d\xbd\xe6\x8d\x7c\x14\x6a\x5b\xa1\x60\x1a\xcf\x1b\xf8\x9d\x96\x7e\xc9\x4c\x21\xf4\xd8\x4f\x26\x4f\xae\xd3\xc6\xe4\x63\x66\x0c\xce\xdd\xf5\x4f\xde\x8a\xa1\xd3\x9e\xee\xc3\xa7\x3b\xa0\x7b\x35\xce\x8e\x38\x67\x8c\xa2\x30\xaa\x9a\x3f\x3a\xb3\x8b\xd1\x2d\x4a\x11\x2b\x8b\xe9\x0f\xc8\x7e\xa0\x55\xac\xa2\xf6\x1a\x31\xae\xe2\xfb\x59\xe5\x10\x84\x71\xec\x77\xb2\x17\xe8\x4d\xa8\x1a\x15\xd2\x25\xea\xf6\xf0\x15\x35\x6b\x94\x59\xe8\x14\x39\x0f\xa5\xab\x5a\x1d\x8b\x8e\xf6\x7f\xf1\x2f\x0e\x26\x4e\xb3\x03\xf3\xd4\xe3\x62\xed\x67\xad\xa3\xd8\xd3\xae\x48\x80\x9d\x5a\xbc\xbf\xdf\xab\x6d\xf4\xff\xc9\x1c\x84\x32\x7f\xd8\xfe\x44\x00\x05\x6b\x81\xcf\x87\x3e\x6c\x7a\x62\x2c\xee\x8b\x97\xd3\x9d\x06\xb0\x33\x95\xb5\xbf\xd2\xb0\xe9\xcb\xf1\x44\xa9\xef\x12\xb1\x26\xfb\x72\x88\xa3\xee\x2f\xcc\x27\x0d\x2d\x09\x75\x4e\x09\x4e\x3b\x1d\x9d\xf1\xfd\xf6\xd1\x01\x4d\x3e\xfe\x1b\xbe\x20\x15\xb3\x67\x25\xb9\x09\x4b\x18\x47\x43\x85\xbb\xa7\xd3\xec\xd1\x16\xba\xdb\xfa\x73\xae\xe1\x50\xb5\x1a\xf3\xef\xcb\xf3\x0e\x90\xf9\x0f\xf4\x31\x65\xeb\x15\xea\x6b\x5e\x64\x2e\x68\x21\x48\x59\x63\x8d\x2a\xf9\xc6\x24\x9d\xca\xc0\x1a\x3e\xe1\xf0\xc8\x6d\x55\x24\x62\x31\xe6\x28\x99\x83\xe9\x7f\xa8\xb9\x15\x59\x1f\x25\xd7\x2d\xa9\x99\x87\xca\x09\xbd\xf6\xa0\x57\x73\x1e\x7d\x2e\xa8\xac\xe5\xac\x76\x00\x5a\x38\x48\x8f\xcc\xc1\xdc\xda\xab\xb3\x15\x53\xe8\x39\x54\xbd\x5d\xc7\x11\xf3\xc1\x83\x05\x60\xeb\x2d\xae\x92\x3f\xe6\xe1\x3c\x4f\xf2\x5e\x7e\x00\x89\x36\x3e\x31\x1a\x13\x00\x95\xa3\xbc\xef\x0f\x7e\x00\xd0\xb3\x14\x38\x71\x8c\xe1\x1f\x1c\xc4\x84\x38\xe2\x92\x07\x80\xc7\x88\xfc\x24\xe7\x71\x00\xff\x83\xaa\x3b\x45\x22\x61\xc0\xef\xa9\x76\x8f\x3c\x96\x38\xeb\xb3\xc5\xd4\xd5\x20\x8a\x50\xe7\x7e\xca\xbe\xd5\xb1\x0f\xaf\xee\xac\xe6\xd3\x15\x30\x8f\x1d\xb3\x5b\x8a\x5b\x8e\xa5\xc2\x94\x59\x74\x16\x57\xa4\xe6\xa2\xed\x8c\xc3\x9b\x8c\xb2\xef\xa3\x02\x75\x3f\x3c\xbd\x5e\x40\x81\x9c\xd0\x6c\xfd\xf0\xae\x48\x79\x83\xff\x20\x71\x41\x08\x29\xe5\x8e\x15\x89\xac\xd1\xe9\x65\x55\xe5\x55\x97\xb4\xc9\x8f\xe1\xea\x51\xab\x2f\xd3\xb6\xbe\x7c\xa6\xe9\xbd\x16\x94\xdc\xf9\x2f\x2f\x10\xaf\xb6\x15\x4a\x21\xbc\xa6\x35\x50\x87\x1e\x55\x1f\x5a\xd3\xb8\x43\x57\x09\xbd\x35\x84\x8a\x9c\x07\x73\xe3\x94\xde\x6e\x8c\xa1\xf7\x64\xe9\x73\xfd\x16\x4c\xbe\x57\x28\xc0\xb6\xed\x5c\x72\xbf\xe6\x81\x69\x27\x6f\x19\x55\x2a\x00\xcf\x3d\x1e\x99\x5f\xeb\x41\xe6\x34\x2f\x2d\xcd\x55\x00\x75\x56\xbe\x1d\x87\x3a\x00\x4c\xf9\x04\xcc\x4e\x18\xfc\x23\x1f\x85\x20\xd1\xc0\xe0\x00\xe0\xfb\x49\x4e\x9d\x33\x0d\x20\x38\x5b\x29\x48\x98\x1d\x9e\x87\xa4\x69\xaa\xc8\x8f\x13\x7f\x04\x7d\x35\x8a\x34\xdc\x47\x28\xf6\x55\xb1\x41\x3b\xbd\xc2\x75\xb8\x97\x7a\xb8\x84\x02\xd9\x17\x84\x5e\xb2\xe6\x2a\xb4\xce\xba\x8c\x8a\x36\xc1\x35\x55\x15\x34\x21\x35\xf4\x5d\x06\x18\x4a\x97\x11\x2d\x9a\x84\xcf\xb1\x65\x6d\x7f\xe7\xa1\x2c\x64\xab\xde\x5e\xce\xcf\x41\x8e\x9b\x69\x8a\xaf\x9c\xcc\x11\x7a\x43\xad\xa5\xbd\xaa\x91\x31\x32\x60\xa5\x3d\xb7\xc6\x9f\x1a\xf9\xa8\x51\x27\x0b\xc1\x94\xe8\xd3\x31\xae\x2b\x83\xf8\x1e\xc7\xd6\x72\x42\x2f\x07\x59\x7c\x75\xa2\x61\xbf\x81\x02\x6a\x47\xd4\xd1\x1a\x1e\x03\x69\xd4\xb7\x50\x11\x32\x07\x53\x56\x67\x10\x8c\xd9\xe9\xe7\x5a\x34\x60\xd8\x8a\x91\xf3\x59\x05\xa0\x74\xe3\xfc\xfd\x7e\x95\xc1\x9e\xd3\x84\x72\x07\x00\xef\x1d\xee\xa7\x7b\xbb\x00\xa4\x30\xdc\xe2\xfb\xf9\x36\x3d\x31\x1b\xb9\x18\x37\xf9\xd2\x4f\x9d\x07\xf0\x7a\x2c\x9a\x76\x69\x04\x20\xf0\x89\x0c\x25\x87\x0a\x40\x84\x95\xe2\x7e\xe1\x07\xd0\x1f\xd5\xad\xee\xa0\xf0\x89\x38\x17\x41\x63\x20\x66\xb8\x93\xe0\x19\x88\xb7\xce\x73\x3d\x8c\x0b\xf2\x68\xf7\xd8\x19\x21\x8a\x69\x73\x39\x76\xd5\x3c\x95\x03\x75\xdf\xf6\x49\xe1\xc9\x02\x3e\xa4\xa9\x99\xfb\xdd\xb5\xeb\x69\x08\x31\xfd\x85\x61\x93\xca\xfe\x35\x49\xad\xe4\xa9\xb9\xea\xef\x6b\x55\x1a\x97\xe6\x99\xab\x9e\x23\x30\x6a\x3a\x8b\x7b\x4a\xdb\xa6\xc2\x34\xad\x96\xb8\x8b\xe6\xc6\x54\xb5\x29\x97\x03\xf2\x88\xcf\x9e\xe9\x9e\x59\x91\xcb\x49\x7e\xcc\xa8\xe7\xbe\x9a\x9c\xf1\xbe\xa3\x4f\xdf\x71\x2d\x29\xe5\xfd\xdf\x5e\xa0\x1a\x7a\xa3\xe7\xc8\xf2\xe8\xc8\x0d\x0e\xa6\xd0\xc8\x1d\xcd\x1d\xfc\x94\xcc\xc1\xe4\x2a\x99\x0c\xa2\x97\xfc\x33\x01\xf6\x99\x73\xfc\xf6\x6f\x33\x29\x72\x05\x51\x09\x03\x08\x30\x73\x5d\xd9\x1b\x04\xa0\x18\xcc\xad\x4f\x73\x7b\xd3\x13\x63\x61\xce\xad\x7d\xf4\x14\x80\x6b\x2d\xff\xc1\x33\xa7\x00\xfc\x9e\x0b\x99\x5d\x28\x05\x08\xbf\x25\x31\xce\x96\x0e\x10\x3d\x2d\x27\x20\x98\x06\xcf\xe3\x84\x55\x83\x14\x74\x89\x53\xb1\x66\xba\xab\x86\x8d\x04\xe7\xf0\x35\x0b\x9c\x6b\x3a\xce\xce\xd7\xdc\xf5\x43\xe4\x69\x8c\x8a\x9b\x79\xc4\x70\xfa\x12\xca\xd6\x9e\x39\x5f\xbf\x88\x0a\xc1\x68\xf1\xb3\xc9\xe2\x06\xeb\x2a\x18\x74\xbd\xd8\x52\x83\x59\x99\xd4\x16\xf8\x71\xa8\x9e\x95\xec\x07\x9a\xdf\xae\xb9\x75\x41\xbd\xbc\x6b\xbc\x4e\x67\xff\xa2\xde\x75\xab\x97\x61\x7a\x86\x4b\xd1\xc5\x34\xfd\x82\xfa\x73\xcb\x3f\xf3\x22\xda\xcb\x8d\x4e\xac\xac\x5d\x43\xb5\x29\x19\xf6\xae\x09\xa4\xdd\xfe\xdb\x0b\x54\x61\x6a\x6a\x8b\xf4\x8c\xf9\x52\x7a\xc6\x54\x0e\x65\x10\x79\x80\xec\x05\xca\xcd\x32\x4b\x44\x33\x87\x44\x66\x7d\x30\xfb\x89\xbe\x15\x18\x01\x70\xda\x9a\x87\x7d\xeb\x5d\x00\x36\x41\x4e\xd5\x5d\xb9\x9b\x1c\x84\x8a\x28\xd7\x63\x9a\xb5\x4d\x4f\x8c\x2d\x2b\x57\xfb\xd1\xd7\x00\x1e\x1a\xbc\x39\xa7\x5d\x00\x82\x3b\x04\xd4\xcf\xcf\x00\x44\x67\x88\x64\x32\xe5\x00\x24\xee\x92\x31\x10\x64\x83\xcf\x29\x63\x4a\x31\x72\x78\x22\x32\x45\x4c\xeb\xbd\x41\x35\xc1\x2b\x76\xb7\x19\xab\xab\x11\x6e\x7f\xc8\x19\xe7\xa8\x68\x3a\xb4\x8d\x57\x4a\x48\x53\x8e\x1f\x92\xd5\xe9\x68\xee\xcb\x72\xf6\x8d\x7c\x18\x23\xa3\xa7\xcf\xf1\x77\x04\xfe\xf6\x03\x7d\xcb\xd4\x79\x32\x27\x5a\x13\xfd\x26\xdb\x80\x75\x7e\xb1\x2a\xe6\x89\x9a\x91\xee\x62\xc1\xf5\x77\x9d\xad\x26\xe7\x97\xc6\x8b\x70\xad\x63\xa6\xcc\xcb\xc8\x7c\x51\xb2\x17\xa8\x9a\xd3\x3c\x78\xcd\x31\xad\xbd\x4a\xd8\xec\x16\xc2\x30\xc9\xba\xb8\xc9\xa2\x14\x81\x88\xbf\x97\xff\xd9\xc2\x1c\xf9\xed\xea\xb7\xec\x7a\x8b\x8f\xa8\x88\x88\x82\x0c\x1f\xcb\x53\x68\xce\x90\xd2\x94\x0b\x56\x99\x68\xcb\xe0\x12\x80\x73\x81\x9c\x55\xdb\xd9\x37\x39\x08\x31\x06\x8e\xe0\xbd\x2f\x00\xd4\xd9\x38\x1b\x68\x66\x37\x39\x08\xb2\x27\xc6\x8f\x96\x53\xef\xc4\x0b\x80\x88\x55\xbe\xdb\xe7\xeb\x00\x12\xf8\x85\xaf\x31\x6f\x07\x48\xbf\x24\x29\xc4\xb7\x08\xab\x99\x5d\x0a\x17\x64\xb5\x89\x2b\x19\x69\x9a\x4e\x06\x28\x42\x55\x8a\x9e\x91\x90\xf3\x6e\x1c\x6d\x34\xad\xbd\xf7\xd5\x6e\x54\x87\x9f\x60\x80\x6b\xc1\xb9\xb5\x19\x37\x95\x2c\xfd\xea\xa5\x95\x8b\xb6\x6a\x4d\x3a\x4d\x5b\x96\x0e\x1b\x37\xbd\xb5\x6c\x4b\x59\xac\xd5\xdf\xf5\x9d\xee\xde\x91\xc5\xa3\x3a\x2f\x7f\x9e\x6a\x94\xf9\x10\x6c\x30\x36\xbb\xbf\xde\x66\x90\xd6\xe4\xf6\x5c\xe1\xad\xed\x3d\x0e\xa6\xd6\x0b\xed\x95\x7b\x5b\x03\xcc\x77\x2f\xdd\x2c\x39\x73\x87\xc3\x1c\xb5\xdc\x53\x60\x75\xf3\xb4\x65\xee\xca\x68\x4e\x58\x05\x9d\xe5\xd8\x2a\x2e\x63\xba\xe8\x83\xf5\xc5\xb5\xbe\xd4\x4c\x32\x07\x93\x6d\x64\x95\x88\x7c\x1a\xdd\x98\xde\x66\xdd\x8a\xe2\x8a\x4a\x4f\x76\xb4\x1e\x43\x11\xc3\xf6\x27\xa0\xad\x97\xd1\x8e\xc1\x71\x00\x17\x59\x38\xe7\x77\x24\x01\xb0\x13\xd9\x93\x77\xcd\x02\x88\x1f\x66\x49\xde\x73\x08\x40\xcb\x82\x43\x9e\xa6\x79\xd3\x13\x43\xe6\x20\x02\x0d\x38\x6d\x4f\x36\x00\xc4\x52\xf3\x9e\x3c\xaf\x09\x90\x5a\x2a\x30\xc5\x78\x09\x20\xdb\x4d\xb4\x82\x9b\x1f\x26\xf3\x10\xf2\x34\x72\x18\x38\x9f\xbf\xa4\x2a\xad\xdb\x45\x08\xbe\x66\x65\xc0\xee\x32\x87\x7d\x99\xf8\xc6\x56\x38\x96\x03\x75\x38\x50\xd6\xaf\xa6\xb8\x6a\x35\xc8\xeb\x73\x6a\x4d\x7d\xcf\x52\x98\x03\x75\x23\x65\x9b\xc7\x7c\xab\x29\xee\x9d\x65\x97\x14\xd9\x0f\x34\x79\xcb\xb0\x78\xfa\x41\x8b\xe0\xf3\x09\x33\xaa\x9f\xb5\x8d\x59\x8f\xb6\x9a\x4f\xce\xe9\xd6\xf2\xdd\x3b\x6b\x45\x31\xff\xa8\x3a\xa5\x41\xcc\x7a\x7a\xd1\xa6\x7c\xfc\x66\x9a\x75\xc8\xb2\x73\x11\xe5\x75\x1a\xdb\x84\x15\xbf\x3c\x9b\xa2\x46\xdb\xd4\x55\x8b\x6b\x4f\xf2\xa6\x6d\xa9\xd6\x6a\xd3\xf8\xb2\x70\x76\xc7\x11\xca\xc9\x1e\x69\x6f\x6d\xbb\x91\x6e\xb1\x6f\x12\x9a\xec\x5f\x23\x9f\xc5\x6c\x89\x3f\x68\x77\x07\x75\x23\x42\xfc\xaa\x86\x7d\x17\x9a\x21\x54\x13\xe0\xa2\x36\x67\xdb\x8e\x6b\x00\x9c\x37\xd9\x24\x76\xd5\x02\xc8\xa1\xd9\xbe\x50\x97\x02\xe8\xe9\xb0\x4d\xd1\x14\x03\xd8\x74\xb2\x4e\x1e\x1c\xfb\x47\x3e\xca\x55\x76\x8b\x13\x95\x00\x89\x47\x38\x2d\xce\x2e\x02\x64\x4d\xf1\x55\x33\x34\x01\x14\x4e\x89\x44\x71\xe3\x01\x4a\x9f\x49\x6f\x97\x32\x07\x81\x32\x55\x25\x53\x1d\x3a\x82\x79\xd1\x49\xdd\x7e\xb7\x43\xd8\x82\x2c\x41\xab\xb3\x71\xbd\xc8\xd5\xab\x08\x4f\xb3\x12\xd7\x15\x39\xdf\xba\xe4\xb7\x4d\x4c\x0b\x55\x8e\x9f\x9b\xfc\x3b\x5e\x91\xfd\x40\x33\x12\x26\x36\x5f\x52\x7b\x78\x5f\x57\x58\x84\x7c\xbb\xff\x40\xb5\xaf\xcc\x4a\xfc\xc7\xab\xe6\x43\x6d\x6c\xb6\xfd\x33\xc3\xb7\x47\xee\x28\xda\x89\xcc\x8d\xde\xca\xaf\xfc\xe4\x60\xba\xb8\xa5\x32\xa1\x58\xd9\xf1\xcb\x92\xe1\x75\xbd\x42\x67\x87\xce\xe5\xe6\xc2\xe8\x6b\x62\x4e\x74\x2b\xb3\xb9\x94\xa9\x48\x27\xe7\x35\xee\x8c\x96\xe4\x1a\xc7\x9b\x08\xde\x94\xb3\x89\xfb\x1c\xf1\x88\x86\xc4\x71\x32\x07\x13\x61\xec\xcc\x87\xd2\x89\x92\x0f\x3f\xec\x24\x80\xde\x1a\xa6\x0e\xc0\x30\xc1\xf1\x90\xf2\x0c\x00\xbf\x01\xfb\x85\xdd\x18\x00\x79\x29\x56\x02\x35\x27\x80\x41\x33\x53\xf3\x3e\x3d\x00\x3b\x1d\x66\x87\x03\x72\x00\xbe\xcf\x99\x3b\x0e\xc7\x00\x44\x59\xb0\x7d\x39\x29\x01\x90\x71\x98\xfd\xc7\xd9\xc9\x4d\x4f\x4c\xf9\x3b\x81\x40\xf6\x0c\x80\x1b\x9d\x12\x45\x12\x13\xa0\x56\xbb\x47\x7e\x97\x96\x05\xa1\xe7\xa6\x91\xc6\x21\x47\x61\xec\x64\xb1\xb5\xa9\x60\x8c\x1b\xf2\x60\x8a\xac\x9b\x57\x79\xf7\x92\x46\xc8\xae\xd8\xd3\xf7\x52\x67\x7d\xdd\x1b\x1a\x04\x1e\xff\x20\xfb\x81\x3e\xf2\x5a\xcd\x7e\x2a\xec\x3b\xdc\xcf\x65\x87\xf8\x3a\xd5\xe5\x76\xcf\xc0\x31\xe9\xfb\xf7\x7b\x0b\xb5\x48\xe7\xd6\x9f\x0f\x9b\xbe\x55\x1e\x74\xe9\x9a\x1d\xad\x7f\x57\xfc\xce\x25\x7f\x81\xa3\x5a\x2f\x3b\xd8\xf5\xcb\xd2\xb1\xb2\xc8\xcc\x7a\xd7\xcc\x65\xae\xe2\xdb\x29\x06\x6e\x9c\x2b\x9e\xf9\xe7\x12\x18\x5d\x5f\xac\x4e\x66\xc9\x93\x39\x98\x28\x03\x37\x36\x44\x78\x12\x32\x74\xda\x6d\x11\x29\x12\xaf\x18\xc2\xe4\x26\x89\x5c\x8d\x0e\x0b\xbc\xe5\xaa\x86\xfa\x1a\x7e\x06\x80\xe9\x3a\x6b\x2a\x65\xf3\x3f\x38\x88\x8b\xcc\xe7\xf7\x5e\xde\xe4\x20\x1c\x72\x19\x76\xed\x73\x04\x08\x2a\xbf\x9c\x4a\xf3\x12\x20\x31\xf4\x0a\xdf\xe1\x39\x80\x9c\x20\xe6\x07\x27\x91\x00\x65\xa3\x1c\xdb\xce\xa3\x00\x6a\x2d\x78\xcf\xb0\xb8\x01\x34\xee\x10\x55\x12\x33\x05\xff\xbb\xcc\xd2\x3f\xd4\xe5\x08\xcd\x77\x43\x55\x10\x8e\x1e\xd8\x91\x3a\x27\xfd\xde\x18\x65\xc4\xa7\x12\x57\x3b\x5c\x85\xdb\x02\xcf\x55\xa5\xf0\xce\xae\x94\xef\x5c\x7e\x98\x3a\xa9\x17\x0e\x9f\x91\x4e\xac\x6f\xf9\x5e\x7f\x7c\xbc\xe0\x36\xfd\x91\x77\xf0\x67\x63\x89\x77\xdc\x67\xe6\xbe\xa4\x1b\x05\x5e\x4b\xdf\xa2\x3a\x8c\x8a\x29\xbd\xdb\x7f\x0c\xb6\x94\xe4\xf0\x7a\x7f\x9f\x35\xbd\x1d\x91\xce\xe4\x23\x38\xef\x78\x6b\x57\xea\x1e\x6f\xba\x05\x4c\x95\xf1\x86\x17\xe8\xbd\x77\xe1\xca\x91\x82\xee\x7f\x71\x30\x92\xde\xf4\x08\xc7\xe4\x08\x7f\x41\x2f\x13\xa4\x4a\xfc\x6e\xbf\xcb\x9e\xaf\x90\xc3\x31\x26\xbe\x44\x0f\x01\x54\x64\xa4\x0d\x00\xf3\x3b\x56\x29\xaa\x13\x00\x22\x44\x26\xc6\x5d\xd5\x00\x1a\x1f\x18\xf5\xf7\x0a\x02\x58\x28\x30\x1c\xa3\xe6\x00\xf0\x70\xbe\x60\xbd\x77\x3b\x40\x14\xc7\x85\x85\x7d\xd5\x9b\x7e\x94\x52\xfd\x2b\x5b\x8e\x11\x00\x6a\xe3\x99\xac\x4f\xcf\x6c\x7a\x62\xda\x99\x85\x8e\x0a\x5f\x81\x96\x87\x45\xe2\x0e\x4a\x3a\x84\x6f\x3d\x0c\x0a\x6d\x76\x29\xd8\xc9\x8e\x2c\x2d\xb7\x68\x51\x04\x7d\xa3\x8e\x85\xeb\x0d\xe6\x59\x54\x21\xda\x8f\xb7\x17\x26\x1e\x45\x1d\xac\x76\xfd\xe0\xd2\x13\x11\xec\xf3\xa2\x76\x4c\xa1\xf6\x7e\x58\xed\x28\xd5\xcb\x2f\x45\x27\xc3\x11\x13\x7a\x4f\xdf\x66\x38\x85\xbf\xfa\x1a\xf4\xb0\x2a\x49\x33\x2c\x79\x5a\xed\xbe\x54\x5c\x4f\x48\xd3\x8c\x66\x93\xe7\x55\xea\x90\xe8\x39\xcb\x7a\xa6\x88\xec\x60\x9f\x05\xb1\xea\xd1\x0d\x2f\x50\x43\x00\xc5\x72\x77\xd1\xf1\xe0\x63\x7e\xdd\xab\x14\xb9\x82\x01\xf7\xfd\x43\xd7\x76\x66\xce\xf9\x3f\xf4\xdb\xb5\xf6\x35\x8d\xd2\xef\x84\x8f\x28\xf2\x68\x02\xbd\xaf\x8e\x37\x1f\xf2\x46\x2c\xab\x97\xa3\x4f\x14\x2a\x39\xf2\x32\x00\xfb\x4f\xa6\x18\x4a\x02\x80\x54\x3d\xc3\xe0\x2e\x13\x00\x1d\xa6\x8b\x65\xbb\x5c\x36\x73\x10\x02\x2e\x9f\x5b\xd8\x3d\x0f\x10\xb3\xb4\xee\x05\xc9\x33\x5d\xf7\x20\xdc\x72\xd9\xb2\xe7\xf7\xbd\xd7\xdc\x8b\x87\x0f\x8b\x6c\xfa\x51\x06\x9e\x71\x85\xb2\x25\xc2\xc2\x2b\x5b\x61\x7f\x59\x1c\x51\xf5\x6d\x9d\xb4\x81\xc5\x35\x9c\xc4\xdb\x1e\x65\xa3\x88\x1d\x08\xd9\xa1\x4f\xfa\x5b\x2a\xc3\x66\xae\x3c\x74\x73\x10\x7f\xa2\xd6\x91\x59\x19\x7b\x4d\xee\xb3\x54\xa1\x51\xe1\xc8\x40\xd1\x04\x2a\xbd\x21\x67\xe4\x9d\xed\x6b\x7c\x82\x6c\x56\xef\xc4\xe9\x01\xc1\x98\xc1\x94\x3d\x5f\x1f\x3e\xbc\x12\x31\x9e\x72\x6d\xda\xf6\x3e\x45\xa8\x77\x52\xca\x4c\x63\xa3\x5b\x48\x4d\xac\xe8\xfc\xd9\x5a\x9a\x40\x9f\x18\xbb\xc5\xf0\x8a\x51\x7f\xe5\xab\x1f\x97\x55\x8a\x1b\xfc\x18\xa2\x12\x56\xf4\xf3\x9f\xfa\x74\x45\xd6\xae\x1a\x67\xdf\xf5\x1a\x0e\x27\xac\x0d\xa6\x39\x7b\xe5\x84\xf1\x20\xb4\x93\x7f\x92\x73\x50\xdc\x58\x42\xa9\x50\x51\x91\xd6\xae\x34\xc1\xa5\x68\x9e\x50\x7e\x00\x0e\xc3\xcb\x0a\x3b\x23\x00\x14\x13\xe8\xe5\x77\xed\x04\x30\xf2\xbc\x40\xb3\x4b\x00\xc0\x41\x6d\x97\x0a\xc5\x3f\x3c\x08\x7f\xe7\x20\x90\xbd\x20\x8f\xfb\x28\xac\x7f\x73\x00\xcf\xe8\x74\x0f\x44\x00\x8c\xd5\xb1\x29\x31\x94\x00\x4c\x39\xf2\xd9\x08\xc7\xc3\x96\xc5\x78\x31\x0a\xbd\x3a\x5c\xc7\xca\x8c\xac\x4d\x50\x2c\xa2\x7e\x71\x4d\x55\xea\xfa\xc3\x57\x88\xa9\x65\x4b\xb6\x6e\xf7\xeb\x42\xef\x4c\x63\x45\xde\x7d\x08\x47\xbe\x78\x3f\x3c\xf0\x21\x2f\xf8\x76\x37\xe3\x68\xcc\x8b\xf1\x80\xcc\xa6\xad\x9f\xed\xfa\xd8\x7d\xdf\xd5\xbc\xf9\xd6\xd9\xfe\xde\x67\xa5\xdc\xe2\xe7\x81\xe6\x6f\xde\x49\x85\xdf\xe6\xe4\xeb\x70\x5e\x5c\xb9\xb0\xe0\x7b\xa3\xdf\x03\x97\xad\xbd\x44\x53\xd6\xe0\xde\x99\x19\xb2\x5c\x51\xc4\x48\xe6\x3f\xdc\x06\x92\x98\xd7\x8e\x66\x7a\xb8\x08\x24\xbd\x46\x88\xa6\x9c\x72\x1e\x4e\x88\x45\xac\x25\xdc\x70\x12\x8e\x97\x46\xce\x46\xa7\x39\x9e\x8a\x75\x47\x75\x86\x7f\xb7\x7f\x17\xd3\x87\x36\x0a\x61\x06\xe0\x77\xa2\x7f\x43\x79\x0e\x40\x65\xf6\xfc\x25\x4a\x39\x00\xcb\x38\x5a\x41\x4a\x9f\xcd\xbe\x2f\xd9\x83\xb0\x91\x8b\x62\xbc\x5e\x1f\x6a\x93\xfa\x5e\x6e\xeb\xf5\x8b\x0d\xa9\xff\xa5\x7a\xe1\xe6\x21\x11\x00\x62\x3e\xa7\x2d\x2b\x25\x9c\xc6\x3f\x14\x15\xd0\x2d\x59\x78\x82\x1e\x95\x4d\xf6\x8b\x1b\xa1\x5b\xbd\xa4\xd9\x9d\x53\xd6\x7a\x78\x2e\xc5\x46\xad\x01\x97\xfa\xf3\x6b\x62\xa4\x7c\xef\xb7\x00\xe1\x4f\x63\x6d\x13\x03\x6c\x4e\x27\x3f\x9f\x1a\x9f\x7a\xd2\xeb\x78\xf4\xf5\x91\xaf\x62\xdd\xc6\x8e\x85\xbd\x82\xd3\x69\x6d\x62\x8e\xf5\xf7\xb0\x33\x8d\x77\x84\x1c\x4f\x34\xd6\xce\x6b\xd6\x98\x38\xd2\xd4\xcc\x2d\xc6\x95\xbf\x74\xdc\x5f\x19\xb8\x04\xc5\x68\x07\x8d\x52\xec\x4a\x41\x1e\x95\xfd\x8b\xa2\x47\xab\x75\x59\xf7\xed\xf9\xf3\x5f\xaf\xd5\xa6\x59\xdb\x5b\x5d\x9b\x44\xdc\x48\xfc\x60\xeb\x96\x65\x86\xfc\x1c\x1d\x61\x2b\x93\xa1\x8b\xd2\x8e\xa2\xb2\xd6\x4c\x7f\x89\x16\x08\x69\xb6\x56\x4c\x9a\xc1\xec\xf4\x6f\x00\x10\xaf\xa1\xb5\xda\xfe\x64\xb3\xff\x6f\xf3\x6a\xeb\x12\xc5\x3f\xf2\x30\x32\x48\xf7\x5b\xc9\xf7\xdf\xc9\x39\x08\x64\x3f\x0e\x39\x0f\x03\xf1\x71\x3d\x17\x04\xe0\xac\xf5\xae\x34\x62\x12\x74\x72\x2e\xb0\xdd\x98\xf3\x24\x08\x89\x4c\x6b\x0a\x8d\xee\xc4\xb2\xc9\xf3\xba\xdd\xe9\x76\x43\x9a\xea\x9c\x8e\x9f\x29\xef\x5b\x7e\x62\x3b\x54\x82\x8b\x4e\x9d\x4b\x0c\x9e\xbc\xe3\xe8\x55\xfd\x33\xa9\x46\xb7\x4d\xd4\xe6\xfe\x74\xfa\x3b\xd3\x07\xc2\x66\x9e\x3f\x86\xa6\x0f\xb5\xf6\x9a\x1a\x7e\x3a\x33\xf3\xa2\x41\xc6\x7c\xdf\xf3\xe0\x79\xeb\xea\x09\x8b\xe4\x5e\x8f\xc5\xed\x15\x56\x16\xbb\xdb\x3d\x97\xf5\x0b\x9b\x2c\x15\x9b\xfb\x57\xa8\xf3\x75\x37\xfc\x27\xb7\x6e\xf9\xac\x35\xa6\xe6\x5b\x58\x57\x4d\x21\x1e\x26\xd4\x99\x1b\x96\xb7\x21\x3f\x46\x53\x98\x0b\x97\x8a\xa1\xa2\x22\x3c\xcc\xfa\x8b\x77\xa1\x0f\x85\xb2\x9a\xb3\xe4\x09\xa0\x6b\x02\x2b\xcc\xa8\x73\xb7\x60\xa4\x7d\xab\x01\xe4\x86\x69\x8f\xef\x60\x01\xd0\xfb\xb8\x9d\xf3\xd7\x38\xc8\x7d\x5f\x72\x2e\x0a\xf9\xde\x73\x33\x37\xc5\x1f\x39\x08\xe4\xbe\xd7\xea\xf8\x3f\xdf\xfb\x63\x8d\x01\xce\x5d\xa7\x4e\xff\x81\x85\x46\xce\xed\xac\x0b\x23\x75\x84\x9f\x22\xb1\x4a\xe7\x1e\x1f\xc4\xf5\xc8\x47\x59\x7d\xae\xc7\x63\xa8\x74\xc6\x82\x8e\x66\x03\x22\xd8\x36\x3c\xad\x36\x64\x69\xf9\x7b\xa0\x49\x69\xa8\xdb\xf5\xa5\xe0\xa2\xc3\x95\x07\x6c\x2e\x2c\x7c\xe9\xa4\xba\xc9\x62\xc8\x3f\xdf\x3c\x9d\x51\xd3\xa7\x5b\xb0\x58\xb1\xa0\x5e\x21\xa1\x5b\x37\xfd\x71\xf1\x4b\x49\x84\x3e\xc7\xfb\x1b\xcb\xca\x05\xac\x06\x9e\xcf\xcc\x56\x5e\x5e\x5b\x32\xc8\xe8\xe7\x5e\x3b\x93\xd6\x6b\xf0\xb8\xeb\x0d\x42\x27\xd1\x87\x9c\x7b\x61\xe4\x75\x57\x0f\x69\x1b\x73\xc3\x30\xf3\xb6\x0b\x2a\x20\x7c\xdc\x88\xe6\x16\x27\x9a\x3a\xa4\xce\xb0\xfb\xe6\x7e\x74\x58\x20\xd6\x30\xba\xb2\x02\x73\xd0\xcf\xd2\x70\xa4\x8c\x1b\xe3\xe0\xc3\x03\xa0\x24\x4f\xc9\xf3\x6b\x1c\x96\x3a\x14\x77\xff\xb9\x0e\xfe\xe6\x40\xc8\x1e\x84\xff\xe6\x40\xc8\xef\xfd\x27\x3b\x01\xa8\x52\x29\x28\x46\xb3\xe0\x01\xc7\x53\x96\xe2\x3e\x65\xa2\x9b\x88\xa7\xf4\xdb\x66\x37\xfc\x3d\x05\x41\x23\xc7\x32\x2a\xec\x43\x5d\x4a\xb7\xa3\xc9\x87\xd1\x61\xd6\x2d\xe1\x92\x7e\xa3\x08\xac\xef\x58\xca\xb8\xd3\x0e\x04\xd3\xb5\x0b\x19\x61\x56\xea\xab\x9f\xeb\x6d\x72\x7c\x0d\xee\xaf\x9e\x78\x21\x97\x47\xbd\xe1\xff\x20\x79\x3f\xd4\x1f\x2e\xf5\xaf\x26\xa5\xe5\x6b\xb6\x7d\xb9\xb4\x66\x96\x3c\xb3\xe1\xfd\xb0\x78\x7e\x02\x59\x16\xd5\xaa\xf5\xf4\xe9\x2e\x94\x44\x78\x81\xce\x96\x1e\x43\x54\x52\x98\x9e\xb6\x5a\xe7\x4e\xb4\x4f\x00\x51\x27\xb8\x4d\x0a\x5d\xeb\x8f\x26\xe7\x5e\x68\x8b\xde\xb1\xc3\x10\xdc\xe9\xb5\x8b\xeb\xcf\x61\xf9\x5c\xcb\x00\x7e\x3f\xe6\xbf\xd6\x81\xc5\x7a\x4d\x22\xe5\xfd\x57\x5c\xa6\xf8\x4f\x0e\xe4\xbf\x73\x10\x26\x49\x7d\xad\x77\x53\x00\xb4\x05\xfb\xa0\xef\x39\x2c\xb1\x6b\x30\x64\xb7\x66\x12\x07\x44\x3e\x89\xd3\xde\xb8\x48\x48\x55\x48\xd3\x6c\xbd\xd6\x88\x9b\xd7\x7d\x64\xe3\x18\x35\x89\x35\xb7\x7a\xe5\x65\xe8\x31\x81\x1e\xf3\x4e\x0b\xb5\xb3\xdf\x82\x16\x48\xaa\x8f\x14\xb7\x50\x44\x49\x96\x55\xc7\x4a\x19\x52\x22\x3b\xee\xe3\xe2\xd0\x5a\x12\xc8\x7d\xa3\x3f\x13\xde\xaa\x26\x20\xda\xd7\x7a\x12\x5a\x55\xc2\x91\x7e\x88\xb8\x98\xf7\xca\x7b\x90\x4a\xc8\xdb\xe1\xed\x2a\xd4\x73\xde\xc8\x95\xb0\x35\x95\xba\xcf\xa7\x50\x63\x41\xa1\xaa\xd7\x46\x0d\xd0\x4c\x81\xbb\x55\x27\x5f\x9a\xa2\x1f\xf9\x36\xaa\x16\x0c\x4c\x60\x52\x3c\x1a\x54\xbf\xf4\xbd\xc7\xbc\x75\x5b\x56\xad\xe8\xfe\x8c\x0d\x76\xd2\x56\x9b\x6e\xbf\x85\x75\x74\x66\x52\x5d\xbc\x2f\x89\x45\xdb\x3d\x03\xb0\x24\x79\x7f\xc8\xe7\xc2\xdf\x1c\xc8\x10\x89\x0f\xfb\x33\xff\x1d\x47\xba\xe7\x3d\x45\xea\x67\xbe\x7e\xb5\x5e\x7b\xb6\x01\x50\x44\x51\x50\xb4\x09\x01\xb0\xb9\x5f\xec\xa8\x59\x00\x2e\x11\x1e\x81\xf2\x82\x5c\xa2\xb9\x3c\xaf\xbc\x46\x22\x0b\xe1\xa2\x4e\xaa\x01\x63\x50\x04\x6e\xde\x92\xc5\x96\xc7\xa5\x06\xfb\xd4\x3d\xd5\x5d\xda\xa6\x01\x2b\x7b\x75\xc8\xdb\xc8\x34\x0d\xbb\x2d\xe7\x99\xcf\x57\x83\xb3\x18\xd9\xda\x92\x40\x51\xad\x1d\xe8\x4f\xbd\xd7\x83\xf2\x54\xf0\x68\xe7\x4f\x75\xc1\xcf\x15\x73\xd0\xd6\xa8\xcc\xa0\x38\x85\x1c\xcc\x56\xb4\xa0\x5f\xc4\x06\xff\x90\x84\x60\xc4\x5c\xf0\x78\x2a\xff\xea\x67\x37\xe6\xae\x6b\xac\x22\xed\xe7\x01\xcc\x6d\x37\x01\x85\x82\xb1\x50\xac\xb7\xc3\x77\xc5\x77\xaf\x76\x63\xc3\x1d\x77\x2b\x26\x0d\x4f\x61\xe7\x6c\xbf\x28\x74\x0f\xec\xc6\x05\x58\xda\x2a\x5a\xf5\xf2\xe3\x6a\x2c\x0e\xfe\x9b\x03\x21\xfb\x40\xc8\x39\x10\xe4\x7d\x00\xef\xfe\xab\x92\xfb\x3e\xd3\x1e\xeb\xf5\xed\x31\xd2\xfd\x5f\x52\x1e\xc6\xbd\x32\x00\x5a\xc2\x7e\xd1\xda\x35\x00\xf6\x67\x17\xef\x96\x1c\x84\x5c\xa1\x58\x0e\x4c\xfa\x37\xe2\x33\xb9\x39\x89\x45\xb2\x07\xc3\xfb\x0b\x7e\xca\xfc\x99\xb1\xb1\x83\x2e\x9e\xcd\x25\xc1\xaa\xc7\x2a\x07\x17\x13\x76\xd5\x91\xd6\xe4\x15\xce\x2c\xc5\xcc\x89\x5f\x6f\x1c\x77\xa5\x54\xda\xd9\x55\xb3\x0f\x7b\xbd\x39\xcb\xad\x55\x75\x27\xd6\x76\x60\xc0\x5d\x44\xe1\x03\xd6\xf7\xb3\xbe\xab\xad\xdc\x2e\x6c\x38\xba\xcc\xf9\xa5\xac\x3c\x76\x14\xcb\xe2\xb8\x97\xcc\x3d\x48\x23\x70\x21\xd8\x8f\xd6\x2d\x32\x97\x57\x92\x70\xd4\x56\xd7\xa4\x93\x7e\x32\xe3\xaa\x4d\xdf\x4b\xcf\x4d\x4a\xe3\x06\x4d\x30\x32\xba\x1f\x2b\x70\xdf\x4d\x34\x64\x8f\xbd\x4d\xc5\x11\x8d\x3f\xc9\x4a\x3c\x0f\xc1\x8b\x1b\x3e\xda\xe4\x03\x4b\x86\x29\xfe\x33\x07\x02\xc9\x4e\xf1\x1f\x39\x10\xe4\xfe\x6f\x5f\xf5\x7a\x6d\x26\xe5\x63\x54\x6c\x25\xdd\x03\xcf\x03\x60\x0f\xa5\x7b\x7c\xcd\x07\x3a\x84\xa6\x58\x17\xe2\x0a\x40\x47\x26\x8e\x3f\x33\xf0\x1d\x31\x42\x4b\x42\xce\xcb\x35\x91\xf0\xdd\x24\x4f\xfd\x00\x39\xff\xc1\x6c\x18\xff\x24\x48\xd6\xe4\xad\x61\x07\x7e\x38\xe6\x87\x49\xa2\x2e\x2b\xde\x39\xc7\xd7\x82\x46\xa3\x01\xcf\x75\xa3\xc5\x32\x55\x65\x0c\xbf\xab\xd5\xc2\x4a\x71\xc3\x7b\x11\x81\xeb\x9c\x94\xb7\x8a\x95\x9e\xc7\x15\x23\xa3\xac\x1e\x6e\xe4\x3e\x90\x7d\x17\xb3\xf8\x3e\xbc\xa0\xfe\x90\xf8\x32\xee\x28\xbe\x44\x67\xb7\x78\xf4\xca\x15\xfc\x84\xe6\x90\x78\xc8\xac\x3e\x9e\xa8\xd1\x2c\xae\x31\x95\x4a\x60\x53\xfb\x22\x36\x3b\xe1\x4e\x70\x51\xd1\xd9\xcc\x0b\x23\x3f\x07\xcf\x33\xfe\xab\xff\x3d\xd7\xfa\xdf\xfd\xdf\x36\x52\x7f\xbb\xfa\x0c\x69\xfc\xa4\x1c\x88\x6c\x5e\x00\x46\xe4\xf1\xa4\xc4\x02\x00\xfe\x95\xcb\x57\xc2\x4f\x42\xb4\xcc\x0c\x77\xaf\xb7\x1b\x71\x4e\xe3\x87\x78\x92\xc3\x3d\xa2\xb9\xf1\x51\x05\x8e\x0d\xfe\x81\x8f\xf0\xc8\x0b\xa9\xc9\xa7\xff\x95\x90\x1c\x21\xa3\x8d\xd6\x3e\x43\xb8\x9a\x72\x52\x87\x43\xdd\x88\x20\x51\x74\x52\x6f\x50\xb9\x8c\xb0\xbf\xb6\xd4\x40\x92\x9c\xfb\x20\x5b\x89\x7f\x36\x78\xd5\x50\x47\xea\x05\x7e\x78\x62\xc4\xc0\x41\x62\x10\xbf\xb2\x7c\x4f\x8f\x57\xe2\x10\xe1\x08\x3e\x55\xa7\xe4\x7f\xf9\x2e\x84\xfa\xf1\xae\x44\x3e\x29\x27\x61\xbd\xb5\x1f\xc4\x3d\x32\xee\x42\x2d\xf3\x68\x22\x8f\x94\xc5\xe6\xef\x05\x8f\xcd\x48\xfb\x00\xf6\x9f\xe3\x5f\x9a\xfd\x6f\x0e\x88\x9c\x03\x41\xee\xff\x16\x74\x90\x38\x80\x61\x80\x73\xb1\xd4\x9e\xe1\x0a\x00\x54\x40\x41\x11\x35\x0a\x20\x98\x46\x5f\xe4\x17\x0b\x9f\x25\x43\x99\xbe\x3b\x8f\x43\x86\xb2\x2c\x97\x87\xf5\x56\xd8\xa5\xf7\x5e\x74\x9b\xe9\x49\x62\x8e\xd5\x15\x99\x4e\x43\x1e\xa2\xad\x5b\xaa\x82\xb8\x8e\x37\xd1\x34\xc8\x47\x61\x4d\x93\x9e\xa8\x1a\x4d\xa7\xf8\x54\xb5\x9f\xc8\x94\xee\xa2\x1c\xad\x6c\x4e\xe8\x2b\xed\xd0\x10\x90\xbf\x41\xf8\x76\x2b\x51\x8d\x5e\xf6\x2c\xa1\xeb\x5e\x84\xba\xb1\xd4\x1d\x42\xf2\xe0\x09\x8d\xaf\xe4\xdc\x07\xb1\x32\x42\xdd\x5c\xb5\x9a\xf0\x6f\xee\x41\x69\xd3\x77\xf1\xbf\xb8\x07\xbe\xd7\xc4\xb7\x70\x82\x2f\x60\xf3\x39\xf8\xb8\xfd\xbf\xce\xc1\x7f\x71\x40\x7f\xe5\x40\x94\x90\xfa\xde\xa9\xed\xeb\x95\xec\x81\x88\xbc\x02\x70\x79\xfb\x01\xc9\xc0\xf7\x00\x3c\xcc\x67\x62\x3c\x9e\x01\x52\xd2\xe6\x8a\xac\x5d\x09\x74\x2a\x5d\x61\x3b\x63\x86\x02\x6d\x9d\x1b\xfc\x47\xc8\xfc\x83\x9e\x31\x71\xda\xb1\x4e\x1c\xa7\x15\x4f\x7c\xe1\x7b\x54\xf2\xa3\x9a\x0b\x71\x26\x64\x56\x82\x45\xf9\x0d\xb1\x2b\xfe\xa6\xd4\x8c\xe2\x09\xe2\xcd\x2c\x41\x19\x1a\x79\x29\xa2\xed\xf5\x63\xf2\x59\xb2\xfb\x88\x02\xf5\x14\x8a\x89\x52\x93\xc4\xb3\xf7\x23\x95\x6c\xc5\x6d\x89\x3a\x7d\xab\x72\x6f\xc8\xb9\x0f\x22\xf3\x44\xae\x29\x0d\xf9\xe7\xc2\x56\x44\xcf\x65\x94\x4c\xfc\xff\xe2\x1e\x78\x33\xa0\x06\x74\xb9\x56\x37\x7d\x28\xeb\xfb\x00\x6e\x37\xe9\x1c\x24\xf5\xb9\x5f\x5e\xfa\x93\x03\x6a\xe0\x25\x71\x40\xa4\xf3\x81\x9c\x03\x11\xe3\xb6\x5e\xfd\x49\x9e\x10\xbf\x2f\x00\x17\x0e\xef\x8d\x74\x6f\x05\x60\x5b\x3b\x82\x73\x10\x02\x10\x7b\x7f\x7e\xd1\xf2\x21\x60\xe4\x3c\x18\x74\x8d\xe4\xa1\x56\x23\x8f\x7d\x2b\x99\x7f\xd0\xec\x03\x7b\x9b\x0e\xbe\xc3\x6a\x5f\xc1\xc2\xe5\x3d\xff\x0e\x95\x8b\xa0\xe6\x97\x29\xd0\xa6\x34\x0a\xf4\xe1\xd7\x85\xbf\x2b\x34\xc2\xee\x84\x60\xd1\x71\xb9\xfd\xc4\xd9\xec\x62\xf1\x4a\x19\x51\xe2\xdb\x92\x57\x12\xef\x24\x4f\x13\xdf\xd6\xea\x49\xa8\x89\x8f\x11\x6f\xb7\x3a\x48\x31\x88\x64\x13\xdf\x3f\xf2\x11\x3f\x20\xbc\x95\x38\x3d\xd4\x2e\x8a\x17\xf4\x20\x22\xde\xcb\x8a\x2c\x0b\x5e\x21\xfe\xf8\x19\x20\xfa\x8e\xbf\x12\x38\xd7\x5a\x05\x3b\xc8\xdc\x03\x6f\x17\x94\x83\x2a\xb7\xf3\xdf\xfb\xc0\xf4\xe0\x7f\x73\x40\x77\xde\x93\xf6\x41\xd2\x7a\x20\xe7\x40\x90\x39\x98\x10\x12\x17\xe1\x46\xca\x89\x30\xef\x03\xd8\x62\x46\x41\x61\x17\x02\xc0\x12\x78\x70\x8f\x4d\x2a\x80\x88\x01\xed\x31\xd3\x73\x00\xb2\x52\x97\x28\xf4\x42\x60\x50\xdd\x9f\x39\x51\xf3\x1d\x3c\xd4\xd1\x66\x71\x57\x17\x82\x7a\xb3\x19\x76\x1b\x55\x45\xa8\xb5\x71\xe2\x38\xa0\xe4\x04\x15\xae\xb9\x9c\xea\x8a\x34\x10\xe1\x6f\xc3\x53\x26\x17\x0b\x3e\x11\x2f\x78\xbb\x65\x94\xc1\x22\x71\x9e\x5f\x44\x12\x09\xba\xd7\xaa\xf8\xbf\x4a\x50\x81\x58\x69\xbf\xa0\x96\xe8\x7b\x90\xad\x7e\x27\x10\x29\x72\x07\xe8\xef\xe6\x08\x05\x0b\x25\x03\x6f\xe7\x36\xc1\xfd\x02\x00\x22\xfd\x5f\x05\xb4\x04\xb2\xe0\xf2\x6b\x1a\xc1\x7a\xfe\x41\x60\xf8\x7c\x47\xb0\x96\x6f\x2f\xd8\xce\x68\xf0\x8e\xf0\xae\x40\x28\xf2\x1d\x2f\xf5\xdf\x5e\xac\xbf\x39\xa0\x26\xd2\xff\x57\x91\x72\xc3\xc8\x3e\x98\xa4\xb6\xf5\x1a\xee\xb5\x5e\x3d\xbf\xaf\x57\x5b\x12\x57\x68\x50\x07\xb0\xf5\x38\x05\x85\xe5\x31\x00\x86\x33\xd4\xf2\xc6\x05\x00\x3c\xcd\x47\x3e\x1a\x24\x03\x48\x9d\x38\x47\xa3\x39\x03\xa0\xb4\xf5\x62\x81\xea\x37\x98\xd7\xfa\xcc\x10\xa6\x22\x0a\xdf\x0d\x3d\x18\x0f\x2b\x25\xc1\x84\x85\x33\x53\x93\x42\x2d\x3c\x77\x64\x62\x79\x23\xdf\x0e\x37\x7c\xbc\x39\xc5\x64\x12\xe1\x61\x80\x16\xdb\x53\xa9\xd3\xd0\x12\x65\xcf\x8e\x92\xd8\x06\xf5\x49\x27\x38\x8a\xc5\xa5\x20\x2d\x0b\xc1\x7d\x46\x84\x13\x6e\x14\x8a\x72\xac\x08\x1d\x81\xf2\xaa\x06\xce\xad\x42\xfd\xe0\xd9\x70\x80\x67\x8d\x3f\x13\xae\xb5\x11\x39\x47\xf8\x7c\x20\xa9\xb7\x8a\xcb\x94\xcf\x12\x82\x86\x34\xb9\xeb\x78\x66\x20\xe3\x5d\x02\x17\x25\xcf\x31\x28\xff\x32\xcf\x79\x80\x9c\x0b\x36\xd6\xf1\xe7\x39\xd0\x72\x8f\x74\x0e\x90\xf2\x72\xf2\x49\xf3\x40\xf6\xc1\x44\x91\x38\x21\x9f\x0f\xeb\xd5\x81\xc4\x09\x99\x93\xd6\x85\x15\x23\xc0\x19\xc3\x9d\x57\x8c\x88\x00\x97\xb6\xee\xf6\xd2\xa3\x02\x60\x1f\x3c\x70\x58\x73\x05\x40\x6c\xef\x49\x29\xb5\x7b\x00\xf2\x3b\xcf\x05\x28\x75\x00\x28\x57\x9f\x3f\xae\x90\x0c\xa0\xf3\xf0\x22\x9d\xfc\x3e\x00\xe3\x8b\x97\x82\xe4\xf6\x03\x58\x06\x5c\x16\x91\x11\x05\x9c\x23\x9a\x61\x55\x7a\x0f\x7c\xf3\x11\x63\x22\x4a\x3a\xc2\x44\xf0\x3e\xe6\x37\x62\x2f\x60\x2a\x8a\x89\x59\x56\xf8\x29\x2c\x25\x04\x33\xfe\x14\x52\x82\xef\x99\x22\x4c\xe3\x42\xdb\xe1\x49\x91\x3e\xeb\x88\x80\x19\x3c\x2b\x57\x65\x3d\xcb\xc7\x01\x23\xb5\x27\x58\x68\xf8\x28\xa1\xe7\x6e\x3a\xeb\x22\x0f\x1e\x3a\x3a\xc3\xd9\x14\x79\x82\xa1\xb5\x8f\x97\xed\x39\xb7\x38\x3c\x7e\x56\xc8\x5a\xfb\xeb\x53\x8b\xb1\xfd\x7a\x2e\xfe\xe6\x20\x58\x4a\x85\x1f\xef\x4e\x07\xe0\x43\x08\xd5\xef\xd7\x05\x90\xb2\x95\xe8\x3b\x26\x0b\xa0\x2c\x26\x7d\xf2\xf4\x7e\x00\xad\x49\xa5\x5d\x97\x6c\x00\x0c\x0f\xab\x1d\x66\xfe\x0c\x60\x7a\x52\x27\x92\x4f\x1b\x08\xe6\xdc\x46\x9a\x12\xfc\x10\x64\x71\xdf\xd2\x50\x45\x9f\xb8\x6a\x7e\xc9\x83\x43\xff\x39\xd1\xc5\xf8\x55\x84\xb2\x45\x0f\xe1\x85\xe1\xa5\x34\x7a\xc7\x2b\x04\x0a\x5d\x54\xd9\x56\x2f\x39\x7c\x89\x66\x52\x53\x9a\x6f\x31\xfe\xb8\xda\xd1\xc7\x76\x81\x13\xb8\x76\xe5\x8c\xd7\x8d\x21\x96\xb8\x8f\x0a\x01\x93\xfa\x41\xc5\x38\x5e\xb9\x5e\x44\x51\x38\x0f\xae\x5a\xf6\x1b\x8a\x3e\x38\x02\x9f\x28\x23\x8b\x76\xf1\x2e\xc5\x28\x4b\xbf\xc1\x6c\x73\x87\x79\x9c\xcc\x4b\x8c\x98\x3b\xcf\x54\xa7\xec\x23\x4c\xa8\x1b\xf3\xf8\x61\x39\x71\xcc\xbc\x73\xe1\xeb\x1d\xf2\x0d\x58\x26\xa7\x8c\xa1\x76\x05\x61\x6c\x94\x83\xe1\xd3\xeb\x0a\x5b\xb0\x5f\x6d\x93\x7a\xcc\x14\x3d\xb1\x44\x5b\xc1\x8e\x44\xc5\x39\x9c\xa4\xb5\x7a\x9b\x93\x22\x01\x57\x67\xfe\x7b\xf7\x13\xa3\xfb\x35\xfe\xff\x93\x83\xe0\x10\x9d\x38\xf2\x13\x40\x7d\xa7\x34\xc7\x99\x54\x00\x7d\x2d\xb9\xc4\x8b\xdb\x01\x4c\x5f\x2a\xef\x67\xc2\x02\x98\x7f\xd4\x58\xe6\xb6\x01\xb0\x3a\x6c\xf0\x5a\x82\x1b\x42\x2c\x95\x2c\x42\x55\x2e\x10\x91\x16\xf7\x5c\x7c\xf5\xc5\x88\x0a\x66\x05\xc1\x2f\xac\xb2\x08\x81\x46\x33\xa9\x59\xae\x9c\xf8\x45\xbd\xb2\xd2\x61\xef\x1d\xf8\xe3\xda\x3c\x4d\x12\x41\x75\x38\x29\xf5\xa1\xbe\xf0\x48\x4a\x9c\x93\x72\xc7\xbb\x63\x61\x78\xdc\x49\x45\xf5\x6f\xf5\x11\x8f\x71\x27\xe4\x46\x91\x06\x11\x34\xe4\x79\x20\x73\x30\xcb\xa3\xb2\x31\x68\x57\x1f\x9b\x69\x25\xb9\x04\xf4\xa0\xd7\xc8\x67\x56\x79\x4d\xcc\x3e\xcf\xf2\x91\x8b\x0a\x8e\x18\x3b\xf7\xd9\x17\xdb\x14\xa9\x31\x6f\x5d\xf5\x07\xab\x14\x9e\x62\xad\x1c\x7d\x1f\x45\x29\x29\x62\xd3\x1d\x6e\x91\x39\x98\x07\x9e\x4a\xb3\xb8\x53\x36\x4f\x5a\x6a\x94\x4e\xe0\x06\xcc\x7f\x9f\x7e\x42\xbf\xdf\x37\x6c\xeb\xe2\x97\xf9\x55\x2f\xa8\x08\xef\xda\x79\x70\x93\x83\x20\xcf\x83\xbc\xb5\x88\xd2\x91\x57\x9b\x3c\x88\xe1\x67\x19\xc7\x0b\xbb\x00\xac\x98\x94\x5f\xb2\x09\x01\xd8\xdc\x56\x5f\xe5\x3d\x05\x60\xbb\xa2\x4f\x2b\x91\x06\x26\x36\x5c\x16\x29\xea\x7b\x88\xe3\x56\xe9\x4e\x52\x06\x75\xc4\x7d\x16\x67\x82\xed\x6d\x6f\x12\x38\x4c\xd8\x53\xfd\x3d\x3c\xf1\x19\xfa\x93\xa5\xe3\x7e\xf7\x71\x83\x3a\xfb\x9a\x84\x42\xad\x71\x67\x35\xf6\xf6\x0d\x45\x71\x61\xa7\x55\xac\x46\x5e\x5c\xdd\x8d\xe5\x54\xa2\x9c\xd9\x13\x67\x83\x2d\x93\xbf\x8d\xd8\x73\xf5\x36\x39\x0f\x06\x35\x2b\x27\x81\x12\x0d\x96\x98\xbf\x2c\x77\x17\x7d\xd0\x7f\xdf\x24\x51\xfe\x29\x3a\xc0\x57\xf5\xfd\x4d\x45\x3d\x74\xb8\xef\xe0\x6b\x5a\xc5\x10\x8c\xa2\xe7\xde\xa1\x04\xa5\x49\x8c\xbe\x27\x7b\x6f\xae\x72\x2e\x66\xd6\xb5\x84\xcc\xc1\x3c\xd0\x57\xa5\xc0\x1a\x3b\xa1\x5a\x69\x54\xf7\x61\x07\xec\x87\xef\xa4\xab\x16\xe1\x2e\xdb\xfe\x3e\x15\x05\x92\x7e\x8d\xff\x6f\x0e\x82\xab\x9c\x7f\x7e\x6f\x05\x80\x68\x0d\x7f\x28\x8d\x0e\x80\x92\xbd\xf0\xab\xa3\x36\x00\xba\x92\xe2\xfb\x4f\x5b\x02\x98\xa6\x4b\x5d\x3a\xaf\x07\x60\x63\xa7\x70\x9b\x39\x1f\xc0\xc1\x5e\x15\xc3\x73\x07\xc0\x31\x52\xf7\xb1\xe4\xc5\x8d\x9c\x98\x6a\x5b\x3b\xfb\x26\xe3\x5a\xc2\x7b\xab\xc4\x80\x44\x07\x76\xfc\x88\xf9\xc5\xc4\x07\x3e\x3c\xf8\x63\x86\x23\x25\x9d\xc1\xea\x1b\x5c\x90\xa7\x26\xd5\x13\xab\x38\x45\xac\x81\x0a\x62\xec\x4d\xdc\x29\x72\x3e\x0e\x99\x83\xd9\xf0\x23\x21\xe4\x2f\x23\x5f\x87\x7e\xf9\x3e\xa4\x18\x8a\x7c\x13\x46\xf8\xb8\x43\xa9\x1e\x15\x1e\xbc\xfc\x66\x55\xf9\x06\x6a\x22\x48\xfe\x59\x9c\x72\x0e\xba\xcb\xf7\x42\x7f\x82\x8a\x39\x46\xc0\xcb\xab\xbb\x52\x75\x1e\x63\xe4\x45\xdd\xe1\xa9\xaa\x8f\x21\xb8\xde\xdc\xe0\x60\x7e\xa8\xd7\x61\xed\x9c\x35\x1b\xa8\xd5\x3c\x71\x74\xb6\xbf\x4e\xc7\x56\x41\xcb\xdf\xeb\x61\x80\x4b\xf0\x0f\x0e\x62\x89\xe7\xfa\xde\x5c\x00\x09\x46\xfe\xb1\x03\xe7\x37\x7d\x39\x7a\x61\x42\xcc\xc7\x87\x01\x2c\x2f\x8b\x03\xdd\x75\x00\x5b\x71\x39\x39\x46\x26\x00\xa7\xf7\x2a\x58\x9e\x81\x8d\x7c\x14\x33\xa7\x72\xd3\x18\xf5\x62\x62\xb4\xbd\x82\x9d\x8b\x69\x0b\xc1\xcc\xf6\xaa\xbf\xb9\xeb\x12\xbe\xc6\x22\x2d\x1e\xe5\x8b\xc7\x55\x1a\xa7\x16\x77\x84\xab\x93\xb9\x20\xcc\xb2\xe6\xfd\xa7\xde\x89\x9f\x30\xd2\xaa\x4f\x26\x2e\xa5\x6a\xa1\x9f\x28\xd9\xae\xee\x4a\x57\xc0\x60\x14\xae\xaf\xb5\xc7\x3b\x93\xfd\x48\x1b\x3c\x10\x28\x75\x23\x3d\x22\x3d\xc7\x78\x94\x6b\x51\x12\xa1\x65\xe4\x5c\x9c\x27\xf9\xaa\x35\x68\x0f\xff\xb2\x87\xb9\xea\x3b\xd1\xad\x7e\x66\x1d\x54\xea\x7c\x18\x61\x6f\xd6\x16\x1b\x8d\x45\x8c\xa1\xd7\xbb\xc6\x0c\x0d\x6e\x2c\x9d\xab\x7d\x9d\x94\xe6\x3d\x2c\xa7\xab\x44\xf5\xbc\xa6\x23\xf6\xb9\xc3\xef\x7d\x92\xc7\xff\xd7\xf8\xf7\x8e\x70\xfb\xff\x93\x83\xe0\x1d\xe3\x7d\x4e\xdd\x0a\x20\x95\xc6\x37\x7c\xe0\x0c\x80\x7a\x00\x3f\xe6\x08\x03\x80\xe1\xa2\x80\xc1\x71\xb3\x7f\xf0\x20\x24\x5f\x8e\x9b\x81\xf2\x20\x2f\x27\xa0\xbd\x24\xb5\x8f\x48\xab\x80\xb9\xfb\x94\x31\xab\xc6\x7e\xa2\x84\x33\x8b\x9d\x8a\xe5\x1c\x41\xc6\xfe\x93\x77\x88\xdb\x37\xbc\xa2\x55\x57\x1c\x6d\x60\x15\x8e\xd6\x54\xb4\x98\xf5\x6a\x03\x96\xd2\x60\x7f\xd3\x52\x92\x00\x46\x58\x2b\x76\x90\x37\x2d\x06\x9d\xac\x66\xf6\x59\x24\xf3\xce\x46\x3e\x0e\x9d\xe2\xb7\xd5\xd8\xd4\x13\x64\x3f\xd2\x4f\x21\xa5\x4c\x44\x41\x8c\xed\xb8\x88\x4a\x07\xe2\x4b\xf4\xd2\x6b\x0f\xd5\x64\xe4\xcf\x88\x03\x43\x9c\x6a\x0d\x28\x83\xb0\x53\x8f\xea\x34\xf6\xa0\xa6\x82\x43\xba\xdc\x34\xd4\xd1\x96\x01\x77\xdb\x6a\x34\xcf\xa2\x51\xbe\xe6\x8d\x14\x5a\x35\x18\x1e\x1f\xe6\x5a\x3e\xed\x1c\x4c\xb1\x67\x4d\xf5\x4e\x6d\x0b\xac\xb0\xab\x6a\x65\x85\xd6\x3b\x6c\xb3\x63\xf3\xef\x79\x08\xfb\x3d\x0f\xac\x1c\x7c\xbf\xe7\xc1\x83\x77\x3f\x55\x15\x80\x40\x19\x5f\xcd\xbe\x4e\x00\x59\x0c\xdf\xa9\x03\xb1\x9b\x1c\x04\x39\x17\x83\x3c\x0f\x9e\xfc\x52\xd1\x4c\x3c\x00\xbe\x12\x8a\x6e\xbc\xfd\x00\x7e\x9e\xea\xef\x24\xfa\xc0\xd3\xa7\xcc\xc0\x53\x7d\x0f\x51\xc3\xbd\xd3\xba\xda\xd2\x0c\xbf\xe6\xf4\xc6\xc3\xc3\x8b\x03\xf7\xd6\x26\x31\xb6\x20\xf4\x23\x36\xdd\xdc\xa0\x30\x3e\x7e\x37\x46\xd2\xb0\xa2\x09\x93\xee\x8c\x3e\xa6\xdd\x3d\x5c\x92\x63\x8e\x0a\x50\xbb\xff\x8d\x2e\xaf\x00\xd5\xae\x3c\xb5\x9c\x94\x13\x8c\x8e\x51\xea\x5b\xa9\xc9\x98\x9c\xff\xa4\x1c\xbd\xba\x96\x42\xf3\x45\x5a\x35\x6f\x2d\x20\xa9\xe0\x0d\x8f\x06\xfd\x1a\x36\x91\x93\xcc\x03\x3d\x16\xd3\xe4\x41\x12\x22\x1e\x74\xdd\xd4\x8a\x42\xb1\x45\x6c\xb9\x57\xa5\x95\x81\xa6\x0b\x7a\x48\xce\xc5\xa9\x1b\xd2\xe9\x45\xff\xf4\x8b\xbc\xe9\xa9\x93\x85\xc9\xf7\x5c\xad\xb4\xd4\x21\x60\x08\xee\xc6\x65\xde\xba\x12\x58\x19\x57\xeb\xcd\x79\xa0\x21\xb2\xcf\xff\xaa\xcc\xc9\x5c\x8b\x54\x03\x00\xc2\x86\xdc\x15\xd4\xaf\x00\x94\xc2\x78\xb8\x0e\xb8\x03\xe8\xdc\xe4\x7e\x75\x28\x1b\xc0\xaa\x9b\x6f\xf6\xc4\xfd\x7f\xfb\x72\x02\xa2\x65\xdd\x38\xeb\x00\x82\xac\xd5\xcf\x49\xa9\x6f\xe4\xc4\xa8\x79\x5f\xb3\x9c\xb4\xbc\x87\x6f\x70\x6d\x71\x3d\xe5\x33\x80\x3b\xef\x50\x1e\x15\x70\xb5\x15\xd3\x68\x69\x5a\xd8\x9d\x2a\x8c\xf6\x35\x56\x6b\xca\xce\x36\x46\xf9\xeb\x54\x0c\x8f\xe6\x8f\x20\xe3\xd4\xd5\xa6\xeb\x8b\x2d\xc8\x7e\x24\x64\xa4\xf2\xab\xe5\x6f\xd9\x5c\xd3\x29\xaa\x53\x2b\x2b\x19\x40\xe6\x81\x5e\xf0\x6a\x12\xd6\x1c\x52\x38\xff\xce\xc5\xb9\xef\xad\xd3\x81\x1c\x8b\x52\xba\x1b\xac\x4b\x81\xea\x0a\x0d\xde\xc8\xc5\xd1\xd5\xd3\x40\xff\xf4\x1b\xac\xba\xa0\xf7\x19\xc3\xe0\xab\x5a\x2a\xa0\x1f\x8a\xe9\xf5\xd4\x2e\x62\xd5\x9f\xc5\x52\xba\x27\xfd\x9a\x07\xce\xd5\xdf\xbc\x5c\x3c\xf7\xeb\xed\x66\x00\x9c\xbd\xdc\xf4\x7b\x8c\x37\x7d\x39\xca\x04\xee\xa4\x03\xe6\x00\x06\x11\x5c\x3f\x0e\x8d\x03\x58\x8b\x71\xcd\x1c\x0d\x01\x70\x6f\x11\xe0\x3b\x3b\xb5\xe9\xcb\x09\x0d\x90\x3d\xc4\xdd\xb6\xe1\x0d\x0a\x89\x10\xd7\xb6\x51\x9b\x24\x8a\x06\xaa\x9a\xdf\xb4\x5a\xc5\x07\xbb\x49\xbb\x56\xfa\x8d\x63\xa7\x9d\xe8\x23\x3a\x62\x12\x30\x97\x6c\xb4\x73\xf3\x33\x66\x50\xcd\x26\x01\x77\xaf\xe4\x57\x23\xd3\x74\x90\x2f\xd5\x4b\xcc\x11\x3a\xea\xbc\x0b\x17\xca\xbb\xc8\x3c\xd0\x62\x81\xea\xca\xf2\xd1\xbc\x4f\x5f\x8e\x6a\xdc\x5a\x7e\x94\xab\xf1\x46\x43\xab\x77\xe5\x7b\x56\xc1\x80\xa6\x8e\xc6\xea\x72\x5a\x6f\xcf\x6d\xdd\x23\x88\x3d\x49\x97\xee\x5b\xea\x55\x22\xba\xe3\x59\xef\xf2\xe8\xfb\x22\x43\xa3\xeb\xc9\xb9\x38\x37\xd8\x0d\xc3\x51\x23\xa1\x8f\x2a\x82\x0d\x5d\xd1\x3a\x41\x1f\x4b\x76\x1b\xe9\xa1\xdf\xf9\x7f\x2f\x2c\x31\x74\xc2\xa4\x79\x53\xe4\xeb\x19\x5e\xc2\xe0\x3d\x28\x37\xe7\xe1\x3c\x91\xeb\xd3\x0e\x6e\x00\x36\x6b\xb6\x77\xbb\x64\x01\xc4\x96\x38\x18\xf7\x0e\x03\x68\x58\x70\xbe\x39\x20\xb3\xc9\x05\x91\x39\x08\xaf\x48\x5e\xcd\xd3\x83\x9b\xbe\x9c\x28\x16\x19\x4b\xde\xe3\x00\x31\x39\x4a\xc7\x25\xfa\x20\x30\x86\x4f\xb3\x5a\x5d\x9d\xc8\x1b\x4e\x65\xaa\x65\x5d\x8a\x37\xf1\x1b\x71\xbc\x17\xe0\xb3\xe1\x8f\x32\xb2\x0b\xcf\x09\xce\xe9\x44\xe6\x9b\xb9\x37\xfd\x28\xf5\x44\x6c\xd5\x2b\x78\xf5\xa6\x2a\x87\x9c\x07\x83\x78\xad\x16\xbf\xf0\xee\xba\xdb\x34\x9f\xc6\xed\x25\x81\xa2\x1b\xa3\x0c\xda\xf5\xcb\x2c\x05\xbc\x64\x1e\xe8\xd1\xa2\xde\xc2\x6a\x50\xa6\x44\xbb\xb1\x3e\x7a\x2d\x34\x95\xab\xf9\x99\x21\x07\x82\x3e\x29\x78\x83\x07\x32\x30\x4c\x47\x89\x44\x5e\x28\xe7\x32\x76\x40\x55\x87\x9f\x28\x91\x35\xae\x43\x0b\x05\x0f\x14\x9c\x36\x61\x41\xdf\x0b\x18\xc9\xc1\x9b\x6c\xc1\x28\xfa\x32\x67\xd5\x99\x18\x60\x6a\xbc\x6e\x01\xec\x98\x63\x77\xfe\x35\x0f\x17\xf3\x39\x0d\x76\x54\xfe\x23\x07\x41\x9b\xa3\x8b\x7a\x11\x40\x5b\x8f\xf3\xd2\x81\x80\xcd\x3c\x08\x27\x6d\xae\xe5\xe3\x6a\x00\x01\x57\xb8\x65\x4e\x2b\x00\x44\x9e\x13\x10\xbb\x58\x0e\x10\x8f\x94\x38\xc0\x79\x1d\x20\x29\x5d\x7e\x48\x42\x18\x7c\x12\x8f\x6b\x50\xab\x3f\x21\xf2\xc7\xe6\x18\x1d\xb3\x6e\xc4\x6b\x07\xef\xb6\x1f\x0e\x40\x63\xca\x3d\xa3\x03\xbe\xa6\x26\xa3\x6e\x39\x3a\x67\x6d\x29\xb8\x81\x98\x30\x0f\xb9\x2b\x57\x8e\x5d\x1d\xd3\x8f\x7a\xd3\x70\xcb\x84\xec\xcd\x5a\x0e\xd5\xb0\x99\x7f\x5c\xc9\x3c\xae\xa2\x93\xbc\xb0\x5a\xd6\xfa\x4a\x5b\xef\xda\xd2\xb1\x92\xa4\x7e\x23\x83\x88\x65\xc7\x02\xa7\xf6\x4f\x46\xcf\x57\xcc\x73\xd5\x5b\x4a\x8c\xfc\xd7\xe8\xd3\xcf\xfd\x2b\x17\x47\xcc\xf4\x3e\x32\x22\xa6\x88\xec\x87\x22\xe7\xe2\xe4\x74\x98\x86\xa0\xbb\x03\xde\x64\xed\x32\xdb\x82\x61\xf0\x93\x4d\x7f\x64\xca\x8b\x19\xf4\x9c\x00\xd8\xfa\x98\xcd\xee\x37\x27\x26\xca\x71\x71\xe7\x4b\x00\x3e\x02\x7b\xe4\x9e\x83\x9b\x1c\x84\xce\x05\xf6\x02\x9a\xf2\x4d\x0e\xc2\xcd\x98\x9d\xfb\x28\x05\x40\xc8\x21\x2e\x9b\xd3\x4e\x9b\xbe\x9c\x24\x59\xd1\x24\xb6\xee\x0d\x6f\xd0\xb5\xf4\x03\x2a\x63\xaa\x36\x44\x95\x64\x5d\x7d\x1d\xab\x12\xfc\xa5\x28\x71\xdb\xbd\x41\x9f\x30\x97\x7d\x33\x7c\xa8\x33\x8a\x91\x65\x2e\xe7\x32\x3c\xae\x53\xaf\xe9\x59\xe9\x37\x7e\xae\x69\x5c\x39\x61\xa0\x39\xfa\xe5\x4e\xcf\x8a\xa7\x36\xe3\xcc\xde\x86\x46\x32\x0f\xf4\xf6\x92\x81\xf1\x7c\xce\x8d\xe4\x7e\x46\xe3\x53\x8b\xb2\xe5\xdb\x3b\x0d\x4c\x7c\x96\x9a\x8b\x53\x5b\x96\x4c\x2d\x57\xa8\xf3\x96\x6e\x6b\x98\x2e\xaf\x5a\x67\x8d\x90\x73\x71\xae\x0f\x59\x38\x20\x2c\x92\x02\x8b\x27\xcc\xdf\x20\xf5\x62\x1f\x90\x73\x71\xb2\xdc\x2c\xb3\x51\xc5\x11\xfb\xd2\xbe\x5a\x8e\xa3\x99\x42\x3e\xa4\x1c\xb5\x1c\x43\xd7\x05\xb6\x25\xda\x5b\xfa\x63\x64\x7d\x5f\x02\xec\x16\x66\xfb\xfd\xf7\x05\xa3\x07\x5b\x38\xa5\xfd\x66\xff\x5f\x41\x86\xf9\xc2\x9e\xf7\x00\x7a\xd5\x8c\xb3\xd4\xe1\x00\x0e\x8d\x2c\x70\x10\x09\xe0\x63\xc1\xd2\xf7\xeb\xfc\x8c\xda\xc7\xc1\x74\x2a\x05\x20\x49\x9c\x3b\x95\x6e\x06\x20\x0b\x84\x6e\xb3\xbe\x04\xc8\x51\x90\x3e\x25\xea\x03\xf9\x79\x9f\x15\x3f\xaa\x52\x11\x55\xae\x31\xe8\x58\x58\x15\xe0\x8f\x25\x3e\xb2\xb4\x0d\x76\x45\xdf\x08\xa6\xf6\xd2\xb9\x36\x86\x28\x74\x8f\x4f\xa5\xad\x9c\x5d\xf9\x69\xc3\xdf\x64\x76\x5b\x6c\x89\xce\x30\xe3\xc3\x5a\x1b\xed\x02\xad\x6e\xce\x8f\xa0\xa6\xd1\xf7\xbe\x86\x88\x19\xc1\xdb\x65\x83\xdb\x4d\x96\xe6\xec\x6e\x15\x74\x9d\x32\x43\x2e\x38\x55\x09\x36\x0b\x5a\x04\x2c\xf1\x95\x0e\xd7\xf9\x5a\xae\x2c\xdb\x14\xae\x92\x73\x71\x8a\x89\x36\xdf\x57\x3d\xae\x05\x14\xca\x58\x47\xae\xad\xa6\x3c\xcf\x36\xb3\xc9\x42\xf4\x26\x1e\xc8\x3a\x62\x7d\x07\xd9\x16\xc3\x9c\x32\x6c\x53\x8b\x32\x8d\xbc\x9f\x78\xd1\xf6\x28\x6a\x26\xac\x20\x4e\xcd\x66\x14\x9d\x18\xd4\x1b\x2d\x6f\x2b\x81\x5e\x0c\xd0\x00\xa0\x66\x65\x34\xfc\x7d\x5e\x92\x38\x08\xd1\x30\x56\xb1\x3d\x17\x01\x94\xeb\xae\x14\xef\xd9\x03\x60\x46\xb8\x32\xb0\x8f\x6e\xd3\x8f\x12\xb2\xed\xb2\x2f\xcd\x32\x40\x7c\x14\x4b\xe1\x09\x26\x80\x2c\x19\x0e\xcf\x73\xc7\x00\x0a\x6e\xf2\xd1\x33\x1e\x07\x28\x6b\x17\xc9\xe6\x4b\x80\xae\x0a\x29\xd9\x74\xc5\x35\xa2\x7d\x89\xb7\x86\x90\x05\x01\x2f\x9a\xa3\x6e\x72\x24\x70\x01\xcd\x11\x4b\xe7\xda\x9b\x7b\x67\xf5\x93\xef\xd5\x38\x6c\x9d\xdc\xd2\x76\x87\x9c\x46\xe9\x7b\x3f\xe6\xfc\x8d\x2b\xbe\x14\xf4\x50\x7d\x60\x35\xbd\xfb\x6d\xf2\x7e\xd9\x80\x82\x25\xe5\x8f\xfa\x66\xd1\xf6\x5b\x36\xc2\x33\x59\x77\xf8\x6f\x53\xdb\xf9\xcd\x1f\xa9\x41\xdf\xc4\xdb\xdd\x5a\x58\xab\x4c\x28\x4d\x70\x3c\xbd\xc4\x76\xfd\x5d\xa1\xa6\x83\xf6\xca\xd6\x02\xf3\xec\x9d\x8e\xb9\xab\x3b\x73\x32\xd2\x73\x1d\xed\xd6\xf4\x33\xa8\xc8\x1c\x4c\x7c\x9d\xa3\x31\x52\x23\xae\x3a\xe6\x9e\x23\x3b\x6a\xdf\xd5\xf6\x28\x3b\x47\x71\xd4\x83\xf0\xb9\x48\x3e\x87\x6e\x34\x53\xa8\x62\xd8\xa2\x83\x00\x7a\x38\x50\x1d\x80\xe6\x0e\x83\xf4\xaf\x79\x60\xdf\xca\xf2\x8c\xaa\x19\x40\x82\x8a\xc9\x60\x37\xfb\x66\x0e\x82\xd5\xa9\xcb\xb7\xa8\x59\x00\x3c\xdf\xd3\xe7\xec\x6b\x04\x88\xfa\x70\x61\x0b\xf5\x0f\x80\x34\xc3\xcb\xa7\x0f\x45\x01\x14\xd3\x32\x27\x9c\xc2\x01\x54\xd2\x71\x3d\xbd\x5c\x09\x50\x7b\x58\x88\x8a\x57\x0b\x5e\xd7\x5f\x93\x52\x54\xb8\x4c\xcc\xab\xdf\xa9\x34\x60\xfa\x09\x4f\x5b\xb9\x5b\x5f\x3e\xe8\x1e\x6a\x3e\xdb\xc5\x9e\x23\x9f\x76\xd9\x26\x6c\x5f\x38\x6d\xcb\xd9\x39\x01\xb7\x7b\x0d\x62\xbd\xe7\x27\x27\xac\xae\x8e\xcb\x3f\x75\x7c\x7c\xc5\xf1\xf8\x64\xf2\x43\x54\x73\xa0\xcb\xfd\x6f\xbe\x1d\x94\x35\x78\xd7\xb8\x1f\x8b\xcd\xd3\xd7\xc3\xdd\x8f\xcf\xca\xdc\xf6\x2f\xf8\xe1\xa6\x31\x3f\x7f\x53\x24\x73\xd0\x9d\xb8\x18\x53\xe1\xbf\x91\x07\xb3\xcd\x7d\xef\x4a\x59\x9e\xd7\xff\xe5\x45\x0a\xa5\x74\x19\x41\x99\x46\x5d\x22\x73\x30\x7e\xc9\xae\x77\xd1\x66\x21\x8c\x00\xe7\x4b\x99\xc6\xb7\xdb\x01\x70\x49\x33\xac\x50\xea\x00\xc8\x1c\xa0\xa7\xa0\x12\x04\x30\xd0\xa4\xbf\xb4\xfb\x2d\x80\xe3\x20\xed\x6b\xaa\x72\x80\xe0\x95\x73\xaa\xbb\x9f\x00\x24\x38\x6f\x23\xfe\x9a\xb7\xfc\xc7\xe7\xee\xed\xdb\xb3\xe9\x47\x69\x58\x62\xb1\x3e\xa7\x06\xd0\xd2\xc8\xcb\xce\xee\x02\xf0\x80\x20\x2a\x22\x65\x4b\xbc\xf5\x00\xe4\xc6\x4c\x8c\xf0\x3b\x5a\x9a\x34\xdb\x83\x30\xa8\xb4\x5b\x0a\xe6\x82\x05\xa5\x8b\x96\x19\x67\xfc\x90\xed\x92\x1f\x03\x43\x7c\xaa\xdc\x87\xe7\x7a\x4e\xf9\xb8\x8f\x72\xbc\x14\xbc\xf5\xd8\xbf\xeb\x13\xf7\x13\xa1\x12\xba\x40\x93\xaf\x4e\x0f\xa3\x73\xa6\x03\xc2\xa7\xb5\xef\x6f\x4d\x8b\x0d\x98\x9c\x39\xd1\xf4\x3e\x31\xc1\xff\xd5\xdc\x54\x6d\x45\xec\x5e\xff\x77\x0b\x99\x37\x1e\x87\x8f\x05\xec\x58\xba\x55\x8a\x0b\xd3\xf7\xeb\x5d\x5e\x29\xd4\x0b\x8e\xf7\x3f\xb2\x52\x93\x97\x1d\x38\xeb\xeb\xb5\xb6\x3f\xf3\x51\x40\xa3\x77\x26\xc2\x28\xf9\x89\x5f\x83\x37\x2f\xf2\x60\x82\x80\xef\x21\xcf\x87\xa8\xc3\x57\xdf\x7a\x5f\xf2\x8a\x42\xd5\x47\xd8\x7b\xdd\x77\xef\x42\x5b\x84\xd0\x02\x5c\x20\x5c\xee\xdb\x1e\x02\xc0\xcf\x73\xb9\x8c\xd2\x09\x40\xf1\x07\x5d\xff\xce\x61\x00\xb3\x41\xda\x74\x4a\x4f\x00\x57\xba\xf5\xf7\x76\xe4\x3c\x8c\x4c\xa0\xf8\x83\x83\x68\x7a\x7e\xfa\xc4\xee\x2d\x00\x9d\x67\x2f\x1c\x3a\xe4\x0b\xd0\xa7\xce\xa6\x41\xff\x1e\x60\x88\xc8\x1f\x2e\x44\x0f\x34\x2f\x5d\x24\x9e\xe9\xde\xc7\xc7\xbc\x68\x53\x2c\xf3\x59\x44\x49\xf6\xbb\xe8\x2e\x16\x1e\x9c\x90\xbf\xfb\xd1\xf9\xfb\x7d\xa9\xe6\xee\x22\xfb\x8c\xc3\xcf\x03\x73\x07\x33\x22\x5e\x65\x8e\xee\x4e\x16\x4e\x67\x1d\xbf\x38\x58\x19\x27\x95\x5c\x32\xd9\xd5\xb3\x7a\x95\x37\xb1\xf4\x7b\xe7\x03\xc7\x70\xbd\xf8\xaa\x19\xcb\x26\x31\x32\xff\x11\xe2\x18\x95\xbe\x10\x77\x63\x29\x50\x3f\xb2\x70\xa9\xa7\xb4\xd2\xbf\x24\x7c\x6e\x45\xaa\x80\xd6\x8f\x3d\xf4\xd1\x6a\xe5\xb5\x78\x9f\xe4\xd0\x5d\x6b\x35\xe9\x54\xde\x8a\xc1\xec\x88\xd6\xa4\x9d\x9e\x4d\x41\x91\xc8\xcc\xd8\x3c\xf7\xd6\xa0\x21\x94\x5e\x94\x85\x5b\x6d\xa0\x03\x7a\x47\x98\xb9\xeb\xb3\x80\xed\xe8\xdc\xa0\x61\x80\x2b\x0d\x97\xbb\x76\xbc\x05\x90\xba\x42\x67\xb8\xe3\xeb\x66\xff\xdf\xea\xc4\x8e\xdf\x7f\x87\x07\xe6\xfd\xd9\xef\x2a\x51\xa3\xf8\x7d\x2f\xfe\x36\x29\xff\xa1\x5b\x65\xbd\xef\xfb\x6c\x69\xcb\xef\xbf\x4f\x46\xbd\x2f\xef\x38\x31\x02\xf0\x25\x95\x5b\x9a\x9b\x16\x4a\x7e\x96\x0b\x57\xab\x54\x10\x76\x2e\xbe\x92\xb6\x72\x2b\x9b\x0d\xfc\x11\xa5\x56\x94\xbd\xbd\xff\xf5\x68\xad\xf5\xa7\x3b\x31\x45\x02\x4f\x76\xc6\x64\xf4\xdf\x0d\x7f\xd9\x53\xfe\x74\xe5\x45\xa0\x7f\x53\xab\xc4\xa7\x9c\x7e\x33\xdf\xf2\xba\xf4\xa9\x85\x4e\x73\x9f\x73\x55\xc2\x3f\x1e\xb4\xe4\x7a\x7b\x16\x57\xce\x0e\x34\x48\x79\x1d\xc8\xff\x3c\x8f\xb9\xc9\xe3\x11\x92\x3d\xb1\x24\x58\x46\xeb\x1e\x94\xf9\x64\xb9\xad\x70\xe2\x6f\xfe\xc3\x99\x90\x64\x83\xf0\x4e\x3e\xee\x92\x1c\xdb\x8f\xe4\x8a\xf7\x74\x2c\x8a\xe3\x40\xd9\x44\xce\x38\xde\x8d\xb6\x43\x7d\x09\xa7\xb5\xaf\xbc\x5a\x88\x1e\x0c\xb4\x77\x90\x88\xda\x82\x1e\x0d\x3c\x0d\xc0\xd6\x7b\xe9\xfe\x8e\x41\x00\xd9\xe7\xb4\x17\x76\xd0\x6e\xe6\x61\xfc\xed\xc3\xc8\x79\x4b\x11\xf9\xab\xd6\x76\x50\xfc\xc1\x41\x0c\xf7\xff\xd9\xff\x9b\x17\x3a\xd5\x45\x75\x14\x00\xff\x94\xf9\x16\xdd\x09\xc0\x12\x29\x04\xbf\xc8\xff\x98\xe9\xc3\x3e\x90\xa6\x74\x40\xbd\xba\x8e\x14\x56\xdf\x13\xaf\xde\x74\x7b\x49\xca\x52\xb8\xe2\x41\x92\xe4\x0f\xc5\xd0\x9a\x07\x55\x9e\x5b\xa7\xf8\x3a\xed\x7b\xee\xd9\xd9\x7f\xc0\x4e\x22\xba\x93\xed\xd4\x87\x78\xa6\xa1\x05\x6b\x7f\xb0\x3b\x76\xe6\xe3\xed\x24\x7b\xc7\x66\xc6\xf9\xcf\xd5\x25\x76\x79\x0d\xca\x4b\x34\xd7\x3f\xd8\x55\xd6\xc4\x2c\x4b\x17\x0d\xda\xef\x2d\x5b\x5b\x99\xca\x79\x6d\xbb\x54\x12\xb6\xa6\x9d\x3e\x68\xbb\x98\x3f\x8b\xd0\x4c\x56\xb7\x65\xcd\xe3\x47\xee\x8d\xef\xb2\x99\xbc\xc6\x8a\x44\x5f\x45\x59\xf7\x64\x51\xa0\x6a\xc3\xf1\x64\xfe\xc3\x2a\x27\x79\x3f\x46\xdc\xef\xa2\xf5\xc5\x84\x87\x18\x7b\xdf\x0b\x00\x7c\xce\x67\x32\xb6\x19\x03\x28\xe9\xef\xf9\xfd\xf3\x34\xbb\xb3\x3e\x9e\x80\x44\x8a\x3f\x78\x20\xb2\x0f\xa3\x8d\xd4\xf7\x19\x4a\xff\x73\xfc\x2b\x97\xc9\xef\xbd\xf7\x5e\xa0\xa0\xc0\x72\x03\xb0\x4c\x5d\x94\x9a\x76\x20\x86\x0a\x04\x4a\xde\x7e\xe3\x8c\xdf\x21\x9d\x6a\x2e\xde\x71\x16\xbd\xa4\x11\x16\xd8\x5d\xfa\x7a\xcd\xd2\xfa\xd8\x35\xd7\x88\xd4\xc5\xfc\xc0\x81\x6a\x57\xb7\xd4\x79\xaa\x9b\x74\x0d\x56\xe6\x07\x66\xcf\x7d\xe4\x68\x4c\x34\xfc\x34\xa7\x35\x33\x5c\x5f\x64\x1c\x32\xa6\x3e\x8f\xaf\x4a\x33\xd1\x1d\xce\x5a\x3a\x58\x6a\x6e\x26\xd9\xe3\xbd\xcc\x5d\xf8\xc3\x34\xbb\xfd\xe6\xca\x5a\xb6\xa9\xd9\xee\xe6\xdb\x6b\x74\xe9\xf5\x66\xf6\xf5\x0b\x08\xa9\xa4\x76\x33\x89\x9a\x6a\xe4\xa5\xb8\x50\xb2\xf7\xc4\x6c\x5b\x59\x0c\xaa\x36\xdc\xda\x74\xbc\x78\x16\xad\x1e\x5c\x6d\x6a\x58\x28\x86\x9e\xf1\x1f\x37\xf5\xcc\xc9\xc7\x24\x78\xf7\x1a\x77\xe4\x20\xb1\x07\xdd\x27\x00\x78\x51\x54\x47\x7e\x7d\x7e\x72\xff\x9f\xbc\x0e\xc8\x3c\x50\x89\x12\xa9\xef\x47\xba\xf7\xfb\x84\x74\x0f\x9a\x9c\x03\xb0\xcc\xf1\x47\xff\xa7\x08\xe0\x94\xdf\xce\x67\xdf\x24\x00\x98\x24\xcf\x4d\xbc\x46\x10\xa7\xf9\x9b\x85\x97\x1f\x32\x11\x38\xa5\x7d\x75\x94\xeb\xb6\x62\x8b\x34\x0b\xdc\x92\xb3\x2e\xa0\x2f\x59\x9a\x46\xf2\x05\xcc\xae\x7d\xf7\x93\xca\xda\xef\x74\x65\x65\xa9\x58\xb5\x60\xcd\x6c\x7c\x59\xff\xd1\x8b\xd2\x24\xbd\x7d\x4b\x75\xd3\x2c\xd7\x0f\x6a\x2b\x2c\xbb\x2f\xf1\x16\x75\x69\x57\x7f\x2f\x5f\xfe\x9e\x4b\xab\xdb\x31\x62\xb9\xba\x3f\xcb\x58\x17\xf5\xec\xce\x9a\x5f\x4a\xbd\x5e\x68\xdf\x3c\xc2\x2f\xc1\x54\x2f\xa7\x0b\x8b\x4c\x88\xe6\xd6\x1b\xbe\xbf\x03\xa5\x1f\xb1\xdb\x60\x57\x63\x22\x6a\x22\xd4\x5c\xff\x59\x83\x13\xda\x39\xe8\xac\xde\xeb\x5a\x09\x8c\x98\xcf\x33\xbd\x89\xea\x04\x4c\xa3\xe7\x1b\x7d\xba\x8a\x54\xec\x11\x77\x0e\x7d\xe6\xeb\xc2\x58\x2f\x97\x28\x00\x89\x90\x6d\x83\xbf\xc6\x61\x4e\xf2\x80\x04\x71\x51\x18\xfc\x27\x07\x42\xba\xf7\x3c\x1a\xb0\x5e\xff\xe4\x40\xc8\xef\xbd\x27\xc6\x01\x7e\xed\x17\xaf\xb9\x00\x18\x1b\x69\x9f\xf6\x4c\x00\x33\xff\x57\xfe\xb5\xc6\xd3\x84\x57\x32\x97\x54\xcb\x8b\xcf\xe0\x15\x34\x85\x2d\x02\xe2\x88\x58\x03\x8b\x38\x2f\x37\xaf\xf7\xe8\x73\xde\xd9\x91\x18\xbb\x71\x14\x45\x66\x6d\x3c\x8f\x29\x13\xf2\xd2\x9d\xeb\x49\x05\x7a\x4a\x08\x86\x67\x34\xa9\x38\xf5\x73\x6b\x23\xcb\x55\xa9\xca\xaa\x8f\x10\x99\x6b\xd9\x89\xf1\xaa\xe3\x8b\xc6\x08\xc5\xb8\x44\xb5\x8a\x49\x04\x52\xf1\x2a\xbf\xfa\xe5\xb1\x44\xd4\xc5\xf0\x0b\x7f\xe7\x5e\x68\x9d\x7c\xc8\x8a\x2e\xf6\xef\xd6\x4c\x6b\x7f\x8e\x31\xf5\x42\x6a\x8a\xb7\x79\x63\xd0\x6e\x9f\x35\xf7\x37\x2b\x63\x4d\x5c\xf6\x68\xf2\xdd\xb1\xc5\x36\x39\x16\x69\x4a\xd7\x89\xe1\x0e\xdb\x35\xfd\x7b\x1d\x90\x39\x90\xbf\xbd\x30\xe4\xfb\xdf\x7f\xf6\x7d\xfe\xf6\x81\x90\xfb\x7f\x3d\xf7\x01\x18\x9f\x9c\xed\x69\xba\x03\x55\xbc\xa1\x6c\xe3\xe5\x99\xc4\x4c\x69\x63\xe9\xa7\x19\x4f\x09\xd2\x1a\x48\x3d\xd7\x70\x45\xdc\x63\xf3\x64\xbb\x62\xb7\x1d\x58\x55\x0f\x19\xef\xc3\xd6\x7e\x98\x86\xc4\x36\xff\x7c\x63\x15\x34\x54\x6a\x04\x07\xea\x7a\xa3\x7d\x1e\x58\x86\x8e\xa9\x2b\xa1\x0f\xbf\x23\x84\x45\x2a\xbd\x46\xe5\x21\x1f\x84\x3b\x2a\x36\xa1\xb5\x50\xe1\x41\x28\x45\x51\x74\x21\xea\x59\x20\x9d\x22\xdf\x8c\x18\x7a\xc6\x0b\xaf\xc4\x38\x69\x8c\xa1\xf2\x6a\xde\xf0\x7d\x7c\x78\x45\x85\x3d\xe2\xa2\xa8\x8c\x19\xd8\x83\x55\x75\x3e\xa3\x9c\xdf\xa7\x85\xed\xb1\xef\x52\x39\xff\xd0\x08\x8b\xb3\x93\x54\x6e\x6a\x1f\xc7\x05\x5a\x89\xaa\x24\xb6\xbe\xc0\x15\x5a\x5a\x02\x58\xec\x59\x1f\x57\x04\x69\x3d\x14\x54\xad\xd7\x16\xd2\xf9\xf0\x8c\x74\x6e\xfe\x77\x0e\xc2\x97\x5d\xeb\xf5\x39\xa9\xff\xd3\x41\xf2\xdf\xdf\xfd\x01\xc0\x60\x7e\x62\xf0\x86\x05\x3c\xe1\xa3\x64\xe1\xcb\xc1\xc2\x71\x29\x45\xe1\xdc\xb8\x7b\x44\x3a\xf5\x4c\xe5\x26\xbf\x63\x84\xc3\xa6\xf7\x0c\x65\x1d\x8c\xf1\x94\xae\x4b\x36\x2a\x16\x91\xb8\x98\xab\x3c\x8e\x47\x0c\xe5\x70\x0c\x79\x09\xce\xf7\x75\x18\xb0\x1d\xb5\x51\x6e\x9a\xea\x92\x58\xf6\x47\xc1\x9e\x3a\x4a\xc9\xd8\x23\x1f\x28\x3d\x4a\xe5\x4f\x60\x16\x51\x04\x8f\xa3\x72\xfb\xb0\x1e\x98\x6e\x17\x0e\x99\x0e\xdc\x19\xac\xaf\xdd\x47\x59\xce\x55\x5b\xec\x55\xbb\x11\xd9\x82\x9f\x4f\xb1\xbd\xb6\x66\xb2\xb1\x5f\x5e\xe3\x78\xac\x38\xe5\x64\xc7\xf6\xe0\x6c\x2d\x0f\xc8\xae\xbc\x19\xc3\x75\x99\x71\xc9\xf9\x0c\x8f\xe0\x30\x26\x89\x72\x11\x4f\x95\xf0\x7c\x46\xa1\x72\x49\x8f\xa3\xf0\x0e\x06\x3d\x9b\x1c\x48\xfa\xd9\x3f\x9f\x83\xfe\x67\xeb\xf5\x33\xdd\x7f\xf5\x7f\xc9\xf7\x7f\xff\xd5\xff\x74\x26\xf5\x7f\x45\x01\xb6\x4f\x52\x50\xe4\xb7\x03\xf0\xc4\x5f\xbe\x9c\xfc\x0c\x4a\xc5\x46\x39\xd0\x61\x25\xc4\x66\xb5\x60\x69\x06\x8f\x1f\x04\xac\x91\x8b\xda\xc1\x0d\xfe\x81\x09\x9f\x1a\x26\x66\xce\xa9\x3f\x82\x37\x4d\x9b\xb6\x18\xd5\x9e\xc0\x53\x95\x7c\xb4\xce\xdc\xc8\x7d\xc8\xc5\x15\xf6\xb5\xd8\x6a\xcb\x4d\xe0\xac\x27\xa6\x6c\xdf\x48\x4f\xe2\xaa\x90\x87\xac\x42\xa4\x4a\xf1\x47\x70\xa1\x66\xf6\x92\x68\xbc\x11\xee\xa9\xf1\x28\x99\x7b\x90\x18\x5f\x5b\xc2\x1b\xea\x8d\x4a\x6e\x9b\x35\xc0\x47\xe8\x3e\x90\x80\x29\x09\x7c\x93\x0e\xb5\xc4\xcb\x71\x27\x3c\x42\xf3\xa6\x44\xe8\x68\x01\x81\x43\x5d\x4d\xe2\xfd\xab\x1e\x82\xa2\x9a\xff\xe6\xb9\x48\xe6\xa1\xba\xdf\x53\xfc\xd1\xff\xc6\xdc\xa6\xf8\x87\x07\xe1\x6b\x15\xa9\xff\xb9\xe5\xaf\xfe\x67\x21\x89\x7f\xd0\x20\x71\x00\x1f\x01\xce\xd7\xd2\x70\xa5\xdb\x02\x70\xbb\x9d\x27\x5e\x75\x81\x47\xe2\x71\xac\x3f\xfc\xbf\xc3\x25\x95\x34\xe1\x48\x27\x35\xa2\xaf\x61\x86\x1c\x8a\xcc\x3f\x18\xed\x25\x0c\xf9\x6b\x6b\xbc\xfa\x97\xf7\xa2\x91\x70\xac\x72\x9b\x81\xa6\xe2\x33\xfc\xa7\x96\x6e\xc3\xa7\x72\xd2\xf8\xa7\x4f\xb2\x0c\xef\xc9\x78\xe1\x8d\x3e\x82\xe9\x4e\xc9\x35\x7c\xc6\x92\x81\xd1\x89\x7f\x71\x0f\x5d\x84\x31\x82\x85\x0a\x8b\x08\x0d\xc1\x9a\xf0\x45\x2e\x48\x94\x62\xad\x9a\x50\xa8\x58\x29\x1a\x32\xdb\x4e\x48\x56\xf2\x17\x95\x98\x72\x22\xb4\x2a\x34\x8b\x20\x3f\x7d\x20\x7c\x94\x3f\x00\x90\x4b\xf2\x5f\x90\xf3\x50\xc8\xfb\xc0\x0a\x8e\xe2\x1f\x39\x10\xdf\x49\xf7\xb6\xdf\x76\xfd\xc9\x01\x91\xfb\x9f\x64\x0e\xa6\x78\x0f\xc0\xc9\x2a\xca\x03\xe9\x07\x01\xce\x77\xee\x3f\x17\x43\x0d\xc0\xa6\x74\xf2\x74\x50\x14\xe0\x45\x1b\x19\x3a\x3c\x62\x21\x41\x11\xc7\xad\x60\xe3\x0e\x47\x74\xcb\x44\xa4\x4c\xca\x89\x8d\x16\xa3\x52\x28\xfd\x4e\xa2\x96\xb7\xb3\x62\xb8\x96\x03\xd1\x21\xac\x49\x41\x5d\xfd\x1e\x91\x3f\x61\x48\x69\x8d\x9c\xfb\xa0\x44\x41\x68\xbc\x41\xa1\xb1\x28\x7b\x89\xf0\xb5\x65\xaf\x6a\x87\x54\x3b\xa1\xa5\x2f\x46\xfd\xf2\x06\xf7\xf0\x91\x50\x35\x43\xaf\x76\x8d\x9c\xf7\xf0\x7f\x71\x0f\xfc\x08\x44\x08\xf1\xa9\x50\x06\xff\xd0\xe2\x39\xe2\xa0\x90\xe6\xe6\x73\x30\xa4\xff\x5f\xfb\xe0\xbf\x38\x20\xd2\xbf\xb7\x90\xb8\x80\xaa\xf9\x3f\xfb\xbf\x64\x0f\x42\x20\x0a\x80\xa2\x99\x82\x22\x74\x0c\x80\xfd\xf6\x89\x9f\xde\x0f\x00\x44\x98\x2f\x6a\x39\x26\x42\x87\xe2\x6e\x36\x09\x73\x3d\x88\xd1\x94\xe3\xfa\x6e\x58\x05\x54\x66\x23\xa2\x54\xba\x22\xc4\x8f\xae\x9a\x12\xaf\x35\x23\x88\x3d\x81\xbb\xa5\x5e\xaa\xb2\x12\x1f\x47\x0b\x48\x15\x6c\xe4\x3e\x08\x10\x3d\x0b\x4b\xe5\x8f\xc9\x9e\x23\x3a\x57\x3b\xcb\xfd\x94\xa6\x26\x8a\xb5\x1c\x51\x78\x25\x6e\x44\x34\x7f\xdc\x2c\xa7\xb2\xc1\x3d\xcc\x11\xb9\xa6\x5c\xe5\x5f\x08\x5b\x10\xbd\xd6\x5c\x64\x52\x85\xa4\x89\xbd\x44\x13\x89\x9c\x0d\xee\xe1\x24\xd8\xc3\x3e\xfe\xcb\x3c\xb1\xf0\x0a\x22\x38\xf8\xb8\x73\x60\x15\xaa\x58\xc7\x00\x1e\xcd\xac\x8f\x7b\x92\xf5\x9f\xe3\xff\x9f\x3e\x18\xdc\x7a\xbd\x49\xda\x0f\xf3\x3d\x49\xfd\x5f\xd2\xf7\x93\x73\x20\x82\x33\x01\x4e\xdf\xa2\xf4\xf5\x6e\x04\x60\xed\x3f\xf2\xdc\xe5\x21\x80\x60\x0f\xad\xaa\xd5\x57\x00\x59\xc5\xcb\xb9\xc6\x97\xe0\xa6\x86\x2f\xbb\xa1\xae\x2b\x84\x1b\x28\x70\xe1\xb4\xce\x81\xbe\x9d\x18\x7f\xb8\xea\x43\x30\x77\x5f\xe0\x17\x54\xd6\x03\xa9\x20\x17\xc1\x66\xc5\x93\x70\x3e\x46\x4a\x84\x57\xee\x2a\x6c\xcd\x90\x17\xe3\x97\x89\x21\x7e\x2d\xc4\x8a\xe3\x25\xf7\x11\x17\xab\xe7\xc4\xda\xc5\xf7\x11\xc7\xef\xf6\x88\xbb\x6e\x70\x0f\xc2\xc4\x97\x2f\xe8\xc4\xb5\xc9\x79\x0f\x02\x0d\x44\xc2\x4c\xb5\x48\x31\xd9\x73\xc1\x97\x0e\xe1\xc0\xc0\x7b\x93\x97\x07\xda\xc0\x86\x13\xcf\x1d\x00\x28\xa8\x61\x4d\x05\x78\x4f\x3e\x07\x18\xff\x79\x0e\xfe\xcb\x07\x43\xfa\xb9\xdf\xba\xb9\x5e\x8b\x7c\xfe\xe4\x60\xae\x1e\x20\xf5\xbf\x47\xfe\xec\xff\x3b\xe6\x01\xd0\xab\x51\x4b\x5a\x2b\x00\xf0\x10\x8f\x9f\x30\xc7\x00\xc8\xd0\x5e\xa2\xd1\xcf\x83\x2f\x2a\xcf\x19\xc5\x34\x9f\xc1\x43\x1d\x6f\x96\x40\xf5\xa3\x50\x6b\xde\xc9\xde\xa0\xf2\x0e\x62\x5d\x94\xb9\x3f\x28\x6a\x40\x8e\xd7\x37\xae\x12\xf9\x4e\xf0\x0e\xb5\xe4\x7d\x23\xbd\x0a\x51\xb1\x6a\x3c\xc1\x52\x75\xa0\x9e\xc5\x2c\xe0\x2a\x11\x03\x2a\x85\xf9\x02\x1e\x62\x99\x20\x5e\x75\x5f\x70\xaf\xd0\x0a\x58\xdd\x89\xe0\xdb\x47\xe6\x1e\x04\xf7\x00\xdf\xd3\x63\x02\x8d\xff\xca\x7b\xa0\x06\xbb\xd9\x01\xde\x31\x9e\x07\x70\x0f\x4b\xe0\xf4\xe1\xc9\x81\x17\x10\xc6\x61\x06\x80\x08\xfd\xf5\x79\x31\xa4\xbc\x97\xcf\x3b\xff\x07\x07\x44\xe2\x44\x4b\x48\xf3\x90\x41\x9a\x97\xbf\x7d\x28\x2e\x06\xeb\xd5\xb4\x0c\x80\xe2\x2e\x05\x85\x65\x3a\xc0\x85\x2f\xbb\x13\x4c\xf6\x02\xb0\x49\x1f\x90\xd5\xc7\x01\x88\xb5\x9d\x1e\xd7\x5c\x05\x50\x2c\xbe\x28\xae\xba\x06\xcb\x9a\xca\x97\x1f\x29\xab\xc3\x4f\xe3\x83\x57\xbe\x29\x68\xc0\xb4\xcd\x09\xc6\x55\x79\x05\x18\x70\xe3\x64\x4d\x93\x41\xc2\x0b\xef\x4c\xd6\x0b\x52\x05\xf0\x34\xc4\x85\x6d\x87\x44\x1b\x3c\x88\x69\x63\xb7\x11\x5b\x85\xca\xf4\xa7\x9c\x5a\x22\x22\x50\x97\x5f\xcc\xe1\x22\xc4\x00\x35\x15\x95\x1c\x01\x82\x77\x21\xbd\x4e\x82\xcb\xe5\x6f\xee\x81\xb7\x1b\x92\x86\xc4\xb9\x8c\x78\xee\x41\xce\xc8\x69\xce\x3a\xee\x29\xa8\xf9\xba\x9f\xa3\x9a\x47\x1a\x6e\x2d\x6d\xe3\x34\x21\xef\x83\x5f\x1f\xfc\x8f\x73\x30\x99\x74\x0e\x90\xe6\x25\xfb\xf0\x9f\x1c\x0c\xd9\x87\xe2\xf1\x6b\x1e\x0d\x28\x28\x6c\xf6\xad\x7f\xad\x4b\x9a\x37\xa3\x5b\x00\x67\x7a\x76\x7c\xd5\x3d\x04\xc0\x7c\x89\x7a\x49\xcb\x1a\x40\x70\xef\xd1\x62\x55\x09\x00\x99\xfd\x67\x6c\x94\x75\x01\x54\x53\x2f\x04\xcb\xbf\x06\x30\xa0\xbf\x38\x2f\x37\x09\x60\xca\x4c\xcf\x25\xeb\x07\x60\xf3\x99\xe1\x98\xf4\x7b\x98\xf1\x10\x60\x12\x92\xcc\x83\x05\xbf\x53\x8c\x58\x71\x65\xf8\x19\x7e\x86\xa9\x59\x4c\x12\xde\xc5\x3d\x62\x69\x11\xa6\x82\x6f\x69\x8d\xcc\xfb\x84\x2e\xc1\xab\xbc\x17\x2c\xe3\x02\xd2\x30\x56\xca\xcf\xb2\x85\xff\x1c\xbc\xaa\x8e\x62\x29\xe6\xbd\x09\x83\x4d\x7d\xac\x27\x78\x0d\xa0\xfd\xc1\x12\x9b\x23\x8f\x21\xb4\xf6\x2f\xb0\x8d\x71\x4d\xc2\xc0\xab\x0b\xac\x86\x9c\x05\x30\xf5\x3e\x97\xd9\xef\x07\xc9\x77\xf4\xd6\xe1\xaf\x73\xf0\x1d\xe9\x1c\x28\xff\x73\x1f\x4c\x7c\xfc\x27\x07\xe3\xad\xbb\x5e\xc9\x79\x28\xc6\x7d\xeb\x55\x83\xc4\x83\xc8\x06\x02\x6c\x71\xa5\xa0\x50\xfd\x0e\x40\x6f\xb2\xeb\x9a\x92\x2c\x00\x67\xe3\xfe\x17\x0a\xaf\x00\xc4\x6c\x8e\x65\xca\xa9\x03\xc8\xf6\x9c\x3e\x28\x63\x00\xa0\xce\x71\xf6\xa4\x94\x31\x80\xee\xcb\xb3\x3f\x64\x82\x01\x2c\x3e\x5f\xd2\x94\x4a\x04\x70\x70\xa2\xb7\x16\xa7\x00\x70\xb3\xb9\x38\x26\xea\x00\xe0\xf7\x94\x9e\x51\x24\x0b\x20\x34\xe3\x72\x85\xb0\x0c\x40\x0c\x91\x01\x2b\x18\x02\x90\x72\xea\xca\x36\x01\x76\xc0\x5e\xeb\xba\x72\x83\x2f\x0e\x88\x85\xe7\xae\xb0\x70\xf7\x00\x54\xe8\x5d\x96\xe7\x16\x05\xa8\xf5\x66\x70\xe4\xda\x0f\xd0\x6c\xc5\xe0\xc0\xd9\x07\xe8\xae\x3d\x57\x6e\x71\x9e\x05\xec\x63\xb8\x92\xfe\xeb\xd3\x8a\x3f\xfb\xb5\x3f\xfc\xcd\x41\x9c\x5f\x16\x51\xdf\xb9\x1b\x80\xed\xa3\xb0\xe7\x9e\x78\x00\x41\x10\x7d\x78\xa0\x0d\x40\x5a\x53\xf2\xf6\x71\x6e\x00\x15\x37\x59\xdd\xb3\xda\x00\xda\x2a\x4a\x26\x97\xe6\x00\x0c\x29\x34\x2a\xd9\x5e\x01\x18\x45\x19\xea\x09\x9f\x85\x77\x26\xd9\x16\x67\x64\xd4\x21\xc1\x28\xd8\x6d\xb7\x4a\x07\x91\x60\xe8\x10\xf2\x40\x7f\x96\x18\xaa\xc7\x9a\xe2\x66\xb1\x9f\xb0\xaa\x35\x52\xd2\x6b\xaf\x41\x88\x56\x33\xb8\xbb\xd7\x79\x95\x70\x42\xd9\xec\xf1\x36\x77\x2c\xfe\x9e\x82\xf5\x08\xd6\x7b\x27\x7e\x4e\xb6\xf6\xdb\x0d\x8f\x50\xbc\x95\x4c\x27\x32\xc4\x97\x8e\xa0\x2a\xd5\x8a\x89\x77\xa1\x21\x3c\x92\xac\xc7\x72\xdb\x5f\x40\xae\x48\xaa\x60\x3b\xac\x4d\x66\xb9\xa5\xfa\xb1\xf9\xb6\x4a\x5f\x3b\xa5\xcf\x63\x7f\x58\xeb\x8e\x3b\x4a\xbb\xe0\x38\x2c\xad\x5e\x07\xc9\xf4\xe0\xf4\x2d\x5e\x0c\x7b\xc8\xf2\xe1\x0a\xcd\xe6\x9e\x60\x65\x3d\x70\xa3\xa6\xfb\x1f\xef\x93\x8d\xc3\x1f\x35\xa6\xe9\x74\x90\xeb\xc5\xb3\x18\xd5\x3e\x48\x95\x3b\x80\x4f\xd3\xc3\xfe\x73\x1e\x04\x45\xfe\xd9\xff\xbf\x50\x28\x54\xbb\x93\x11\x80\x7d\x50\x68\xf7\x9e\x36\x00\x91\x3a\x91\xc2\x83\xab\x00\xb2\xb9\xe2\x42\xc7\xa4\x00\xd4\x1e\x4a\x7f\x3f\xbb\x07\x40\xff\x92\xe2\x59\xfa\xab\x00\x26\xcc\x6a\x08\xb6\x1a\x00\x13\x3b\x83\x2c\x61\x3f\xe8\x32\xf3\x35\x6b\x92\x3b\x0d\xae\x26\x1d\xce\x21\x6a\x85\xc4\x79\xa3\x6b\xc1\x27\x0c\xbe\x13\xb9\xf5\xeb\x53\xfa\x6d\x8e\x11\x6a\xb5\xa7\x4a\x35\x9d\xda\x09\x92\xea\xad\x8d\x39\x6e\x2b\xf8\x2e\x95\xfd\x7d\xe1\xde\x69\xf8\x1c\x85\xee\x91\xd7\x3e\x7a\xb8\x4f\x72\x6b\xb3\xf3\x41\x27\xf0\x3e\x32\x1e\x68\x15\x1f\x77\xc2\x61\x69\x6e\x0c\xb7\x9b\x13\x5e\x4f\xca\x0f\xd3\xe3\x14\xbd\x32\x20\xd5\x81\xa5\x77\x90\xfd\x31\x2e\xfd\x0a\xcb\xef\xe0\xfb\xe5\x9a\x74\x3b\xb6\xcf\xe6\xda\xd8\x16\x59\x16\x6c\xaf\xad\xf6\x73\x36\xf9\xed\xd8\x21\xdb\x8f\x83\xcf\xe5\xd4\x71\x7a\x96\x01\x8f\x27\xe4\x55\x70\xde\x16\x33\x0f\x67\xe5\xbe\xe0\xa6\x4c\x99\x1e\x1c\x53\xb8\x82\xdf\x6e\x12\x7b\x8f\x49\xce\x1e\x5f\xaa\xe7\xff\xcf\x79\x58\xe7\x20\xfe\x95\x83\xf0\x88\xff\x3a\xf5\x69\x00\xd1\x7e\xc1\xe9\x03\x8d\x00\x0a\x7b\x44\xa9\x8f\xc6\x01\x68\x1d\x95\xb4\x3e\xc3\x0d\x60\xc8\x27\xbf\x44\x2f\xbf\xe9\x0d\x32\xcf\xd2\xcd\x16\x8c\x87\x36\xb3\x19\xb3\x62\xb9\x3e\x50\x30\x37\x73\x58\xd1\xbc\x48\x6c\x36\xa9\x0c\x44\x9b\x28\x10\x69\x0c\xfd\x93\x4e\xda\x2e\x12\x0a\x75\x02\x4a\x1c\x9c\x23\xf1\x53\x1a\xf3\x8d\xdd\x5e\xdf\xf1\xe6\x2a\x3d\xfd\xef\xfc\xe9\xf1\xb4\x8a\x57\x3e\xb8\x04\xe4\xe2\xbe\xc8\x65\x2c\xe4\x05\xce\x90\xf9\x17\x7c\xb2\x8c\x24\xda\xc3\x3b\x11\x4d\x94\x0e\xc6\xc8\xba\x71\x93\x79\xa0\xaf\xa9\xb2\xd2\x98\x09\xe7\xd8\x8f\xbe\xb2\xe3\x58\x26\xc7\xe7\xaf\x6f\xca\xbd\xc2\x86\xda\xa3\x87\x4f\xca\x37\x62\x9b\xec\x86\x1f\x77\x2a\xf8\xe2\xa8\x6d\x3c\x7b\xdc\x15\x66\x71\x2c\xd6\x95\x0f\xcc\x14\x9f\xe3\x82\x2d\x7d\xff\x1f\x5f\xe7\x1d\x4f\xf5\xfb\xff\x7f\x1a\x1a\x2a\x95\xb4\x24\x44\x36\xd9\x7b\x6f\x8e\xbd\xf7\xde\x7b\xcf\x8c\xec\x99\x42\x28\xab\x24\x25\xd1\x40\x56\xa5\x42\x24\x4d\x49\x68\x28\x4a\x12\x59\xc7\x19\xaf\x73\xce\xf3\x77\xc3\x39\x54\xef\xcf\xf7\xf7\xd7\xf3\xf6\xbe\xf5\xfe\xe3\x5c\xcf\xf3\xba\x9e\xd7\xcb\x79\xdc\xaf\xc7\xa3\x79\x4c\x2b\x9f\x40\x67\xab\x52\x6f\x89\x62\x23\xd0\xda\xf6\xaf\xf3\x51\x14\xfd\x7f\x43\xb5\xc8\xa5\x3f\xfb\xb0\x96\x97\xf3\x56\xaa\x62\x4f\xfb\x3a\x07\x61\x26\xa4\xe4\xc7\x94\x06\x60\x9f\xa7\x36\x79\x3c\x1f\xc0\xd9\x49\x07\x7f\x22\x0b\xc0\xe5\x85\x99\x8d\x9c\x12\xdc\x74\xbe\x64\x17\xa0\xc5\x0a\xec\x4e\x32\x1e\xdf\x4c\x2a\x48\x29\xf6\x17\x22\x5d\x1d\x36\x10\x11\xeb\xed\x99\x1d\x1e\x34\xc4\xbd\xe6\x3d\x65\xf3\x41\x85\x14\x3e\x0a\xc1\xeb\xdd\xee\xe1\x8f\xee\x47\x2a\xb5\x9b\x3e\x0e\xc5\x34\x20\x27\x34\xc5\xe6\xe3\xe3\x33\xd6\xb8\x28\x2f\xb5\x64\xac\x7c\xe8\xeb\xf9\x9d\xea\x32\xd8\xb2\x10\x9e\x09\x46\x0d\x7a\xdc\xc1\xc0\x67\x1f\xf9\x35\x7d\x70\x7a\x81\x2c\x03\xd5\x9a\xb3\xb8\x67\x7e\x22\x2f\x9a\xb5\x52\xf1\x22\xde\xd5\x3d\x5f\xb5\x05\xf0\x31\x9e\xa3\x9d\x06\x5a\x44\x3c\xc1\xed\xd8\x03\x12\x4a\x18\xd9\xea\xc6\xd5\xb2\x4d\x67\x13\xa2\xe3\x62\xd4\x30\xab\xdd\x48\xd8\x6e\xfb\xe0\xb6\x30\xaa\x9e\x40\x67\x3b\xb8\x3e\x17\x28\xba\x37\x2d\x56\x78\x25\xa7\x97\xef\xac\xf8\xf5\x6d\x82\xff\xe5\x20\xd6\xf2\x72\x5c\xe5\x15\x8f\xa8\x01\x38\xbe\x53\x65\x65\xbf\x0d\xe0\x86\xd6\x71\x11\x7c\x01\xe0\xfe\xcd\xf8\xa9\x4c\x19\xdc\x71\xb7\xb7\xa9\xd4\xb2\x85\x8d\x2e\x83\xae\x3f\xcd\x0a\x49\xfe\x8e\x9d\xa1\x23\x8e\x07\x88\xf5\xb6\xce\xe9\xfe\xde\x19\x04\x8c\x45\x6e\xe9\x40\x70\xcb\x1a\x1f\x55\xad\x37\xd3\xab\x18\x1b\x8b\xc8\xa1\x68\x46\x6d\xe3\x7f\xe3\x1f\x6b\xe6\x2e\xe6\x25\x3e\xa1\xf0\x40\x94\xe7\x62\x86\xa4\x61\x8e\x3d\x16\x9e\x4c\xe1\x81\xde\x6f\xd4\xbe\x88\xbd\x1a\x46\xf5\x8a\x0a\x65\x82\x93\x0c\x7a\xd1\x5b\x8d\xaa\xc5\x5d\x0b\x38\xd4\xb5\x03\x35\x8d\xe7\xf4\x79\x4e\xe1\x81\x5a\x1f\xe9\x6c\x44\xd8\x5d\x73\x1a\x2e\xeb\xa2\x91\x3d\x6e\xd7\x6e\x6e\xd7\xa3\x47\x72\x9c\x9a\xaf\xdf\xd3\x0f\x45\xb2\x9c\xd9\xd6\xe7\x02\xa5\x0f\x74\x07\x84\x96\x56\xfa\x70\x4a\xf4\xea\xd6\xcf\x7f\x70\x10\xa9\xe2\x95\x7b\x8e\x03\x18\x95\x49\x35\xee\x57\x05\xb0\xbb\x2e\xf7\x8e\xc9\x16\xc0\xd5\x4c\x95\x9b\x43\x16\xc0\x53\x40\xdb\xec\x84\x13\x80\x67\xab\x51\xbf\x4c\x30\x3c\xf4\xcc\xb1\xde\xa8\x19\xbc\xe6\x1b\xc4\xeb\x9c\x1e\x5a\xe1\xf2\x9c\x98\x6c\xf7\x24\x8d\xdd\xb7\x96\x70\xde\xca\xb7\xc4\x36\x3c\x15\x79\x60\xaa\x54\x4f\x1d\xdb\x8f\xff\x65\xe0\xde\x3b\x9a\x94\x81\xcf\x44\x3d\xfe\x8a\x4d\x11\xc3\x9b\x68\x31\xa0\xe5\x53\xbe\x53\x78\xa0\x7f\xfd\x81\x28\x39\x59\xfd\x6e\x3a\xb2\x58\xa3\x88\x9c\x97\x8c\xa8\x2f\x38\xda\x90\xbd\x5d\x7b\x75\x6f\xe1\x1c\x82\xb2\x1f\x99\xeb\x19\xe1\x32\x02\x6b\xd7\x78\x28\x69\xbd\x16\x7c\x9a\xd7\xc4\xcd\x3e\xfd\x54\x64\x8b\xbb\x59\xcd\x15\xfd\x45\x44\xdf\x55\xa4\xba\x5f\x7f\x1e\x89\x71\x6e\x5b\x9f\x0b\xd4\x03\xa2\x2b\xf7\x0f\x8f\x1d\x11\x6b\xd9\xbc\x0d\x80\x7f\xbf\xc8\xbb\xad\xc8\x3a\x07\xa1\x7d\x57\x2c\x6f\xcf\x49\x00\xd3\x8d\x62\xa5\xf4\x08\x80\x83\xa9\xcc\xf4\x11\x31\x00\xf7\x5e\x85\xa9\x63\x0d\x00\xbe\x42\xea\x18\x7e\xde\xb5\xfc\xa4\x27\x7e\x6f\x2c\xd2\x35\xb3\x48\x63\x5e\x02\xce\xd5\x96\x47\x48\xd4\x6e\x07\x83\x34\xdd\x5e\x10\x05\x1d\x79\x92\x71\x81\xce\x04\x29\xeb\x9b\x25\x76\xd1\xbc\x6b\x7c\x54\xa0\xc1\xc3\xe7\x26\x69\x0c\xb8\x05\x1d\xea\xef\xb5\x19\x5a\xb8\x49\xad\x96\xc5\x2b\xe9\x9f\x28\x3c\xd0\x6c\x91\x96\xe5\x92\xe3\xa9\x86\x2f\x4f\x50\xc6\x4b\x33\x71\x2f\x28\x39\x59\x2f\x2b\x74\x6f\x61\xa9\xa2\xbe\xf4\x6c\xd1\x2b\xc6\x66\x87\x63\x3a\x77\xe8\x65\xe2\x0e\x87\x9c\xbe\x27\x67\x10\x83\x93\x08\x71\x68\x7e\xa9\x5f\x84\xdf\xec\xd7\x43\xf1\x05\xaa\xf5\x32\x3c\x82\x7f\xe8\x39\x50\x2d\x67\xf0\x15\x51\x71\x7d\x72\x25\xdd\xf0\x33\x62\xe6\x6a\xbb\x3e\x17\x28\xfa\x3f\x5b\x98\x98\xcb\xe6\x24\x00\x21\xbc\xd0\xeb\xed\x85\x00\x8a\x34\xe2\x49\x74\xf9\xeb\x1c\x84\x45\x80\x48\x17\x7d\x22\x80\xf3\x36\x89\x5f\x87\x52\xd7\x79\x90\x40\x0e\xf5\xbd\xfc\x58\x80\x60\x63\x3d\x0b\x69\x2c\xbc\x0f\x56\x33\xed\xd7\xb0\x24\x4d\xf9\x76\x3a\x36\x59\xcc\x11\xbb\x3d\xaa\xfc\x6b\x3d\x33\x09\xef\x9c\x65\x92\xca\x43\xf9\x90\x6e\xdb\xb0\x62\xbb\x38\xb9\x35\x3e\x2a\xc2\x88\xed\xc5\xc7\xd3\x2f\xb1\x24\x9d\xca\x9f\x99\x67\x7c\x28\xfe\x40\xd8\x68\x2d\x05\xb4\x65\xca\xa9\x9f\x6c\x28\x2f\x74\x51\x8a\xd3\x9a\x3f\xd0\x7e\x3d\x9b\xa5\xdf\xf1\x5f\x9f\xe5\xeb\x87\x60\xf2\x62\xfa\x28\x3c\xd0\xbd\x39\x43\x3c\xd6\x3b\xf2\x46\xd3\x77\xc3\x7e\x9c\x48\xc8\xcb\x3b\xfc\x46\x5d\xb8\x9c\xa0\x5a\x8a\x2f\x50\xb5\xa1\xd1\x63\x7c\x95\xd7\xe2\x15\x69\xe3\x36\x7c\xaf\xd7\xee\x72\x2a\x13\x40\xf6\xbb\xcf\xaf\xef\x87\x4d\xcc\xc2\x2b\xf7\xf5\xd8\xe9\x44\x7e\x6f\xbe\x00\x20\x18\x2e\x18\xb9\xad\x17\x40\x79\x58\xe4\xd7\xae\x3e\x00\x03\x39\x51\xde\x3d\xa3\x7f\xf8\xa3\x94\x89\xe1\x0f\xd5\x00\xf8\x8e\xc9\x6e\x60\x19\x02\x08\xdf\xa9\x3a\x73\xc2\x04\x20\xb2\x18\x65\x27\x2d\x04\xc3\xe1\xa1\x26\x87\x34\x92\x49\x98\xa0\x63\xf6\x06\x16\x27\x89\x85\xde\x31\x3e\x5b\xbd\x73\x08\x01\x6e\xdb\x4f\xf5\x45\x1e\x42\x58\x1d\x0e\x9d\xf7\x48\x6a\xc4\xb3\x5a\x5c\x6d\x88\xcb\x8c\xc6\xc9\x18\x49\xbd\x3a\x78\x46\x17\xab\xad\xf3\x7b\xba\x3b\x3f\x89\xe2\x0f\x34\xff\x18\xc5\xb0\x18\x9e\xa9\xf5\x95\x55\xf7\xd9\x22\x21\xe3\x00\xc5\x1f\xe8\x25\x9f\x81\xca\x52\x42\x62\x75\x37\x8b\x61\xe3\x12\xe6\x54\xe3\xc3\x00\xe3\xed\x18\xc3\x78\xfe\xe6\x1e\xe3\x62\xac\x42\x34\xc3\x9d\x5e\x13\x5f\x6c\x47\x04\x47\x1d\xb5\xc9\x19\x9c\x73\x88\xc8\xb5\xcf\xa6\xbe\xb8\xfb\x81\x70\xe5\xb1\xc9\x18\xde\xcc\xb7\xf6\x22\x62\xd2\x87\x9f\xf1\xe4\x2b\x95\x30\x2b\xc1\x3f\xf3\x4a\x59\xef\xc3\x96\xa3\x27\x56\xfc\x51\x38\x1e\x89\x30\xd3\xc4\x03\x08\x5d\x10\xaa\xdb\x1e\xf8\x3f\x38\x08\x2a\xa1\xaf\xf4\x5f\x01\x3c\x2a\x45\x9e\x1c\x88\x02\x08\x3a\x27\xc9\x7b\xd4\x0d\x20\x6a\xaf\xf2\xb4\x00\x0d\xc0\xc9\x23\x5a\x1e\x92\xb9\xf0\xe1\x64\xbc\xd1\x1e\x8d\x4b\xa4\x6f\xe1\x83\xb6\xb6\x56\xfb\x88\x51\xbe\x6d\x5e\x8b\xbe\x9b\x08\x6c\x1e\x0a\x71\x81\xd1\xb3\xf8\xb7\x8e\xb7\x0a\x53\x52\x59\x71\x69\x56\x1b\x1b\x84\x73\x4a\xb0\x11\xc6\x47\x5e\xfb\xe5\x2f\x62\x62\x75\x65\xe6\x44\x8a\x86\xb0\x55\xa8\xc2\xf9\xa1\xdc\xc3\x93\x61\x7a\x74\x0b\x16\x67\x59\x3f\xfe\xd6\x1f\x59\xa4\x3f\xdd\xf6\xc6\xdd\x50\x01\xad\x98\x8e\xef\xb6\x37\x56\x44\x63\x53\x59\x1f\x2e\x18\x63\x96\x1a\x12\xaf\xb6\xb2\x9b\xaa\x62\x78\x4e\x25\x51\x78\xa8\xba\x23\x66\x61\xd8\xd3\x91\xef\x29\x39\x61\x55\xba\x66\xd5\xb8\xd2\xe0\x3d\x15\xc7\xcc\x6e\xe1\xb9\xfd\x55\x4b\xf2\xcc\xcf\xe1\x73\x7c\x42\x2f\x98\x98\x37\xe1\x7b\xbd\x9a\xff\xe2\xc4\x56\xb8\x41\x8a\x0f\x82\xd8\x36\xc1\xde\xed\xb7\x00\x34\x25\x04\x8f\xec\xec\x03\x30\x4b\x3b\x31\xbc\xdb\x0f\xc0\xf9\xa5\xe0\x10\xfd\x02\x80\xdf\x4e\x61\xe5\x03\x71\x00\x11\xf2\x92\x2d\x2c\xdd\x00\x71\xe5\xf2\x47\xb9\xd1\x00\xa7\x5e\x69\x18\x48\x06\xc2\xef\x84\x50\x3d\x92\xba\x14\x69\x2a\x86\xda\x0a\x6d\xf9\x9b\xa8\x14\xd8\xe1\x49\xf4\x7f\x8b\x5c\xf3\x66\x3b\xf9\x21\x5e\x10\xcf\xe4\x42\x53\xa0\x97\xe5\x83\x1d\xb4\xbe\x54\x7f\x32\x9f\x01\xa3\x61\x82\xea\xbf\x51\x9c\x43\xe1\x81\x66\xc3\xf4\x2c\xe6\x32\x8b\x68\xc7\xa8\x0c\x42\xe7\xc3\xce\x59\x0f\x58\x18\x7d\x59\x70\xcd\x75\x7f\x2a\x67\xf2\x6a\x31\xf3\xf4\xfe\xc7\x6e\xa6\x17\xd1\xee\x19\xce\xad\x09\x66\x6f\x96\x24\x53\x5a\xee\x7c\xb3\x60\x5b\xfa\x99\xe8\x57\x77\xd8\xa2\x02\x93\x1a\x2f\x71\x7d\x8b\xc5\x65\xac\xe4\x49\xf9\x8a\x54\xab\x28\x6c\x45\xd4\xd6\x4b\x0c\x96\x5b\x71\x81\x21\xe5\x25\x5a\x96\x25\xb8\x1f\x81\x49\x45\xe1\x96\xc3\x78\x33\x3f\xff\x73\x5f\xad\x94\xf1\x19\x3e\xb8\xe5\x3e\x9c\xb8\xb7\xbc\xfe\xed\x1b\xf9\xf6\xfd\xa9\xff\x4b\xbd\xe2\x6f\xda\xce\x09\xa0\xcb\x26\x10\xb5\xf3\xd9\x1f\x3e\x08\x1a\x02\x08\xfd\x35\x80\x60\x1d\x41\xea\xfd\x77\x01\x62\xea\xc4\x4c\x8f\xd6\x02\xa4\xa6\x49\x5f\xe7\xb2\x04\x48\x8b\x51\x2d\x94\x38\x0b\x90\x61\x81\xf2\x50\xed\x26\x7d\x4f\xd2\xb4\x60\xb5\x4a\x23\xaa\x44\x9e\x72\xe3\x0d\xe0\x46\x18\xfd\x83\xc2\x7b\x93\xaa\x71\x16\x6e\x17\xf2\xf3\xcf\xde\xc6\xc4\xdb\xd6\x37\x64\x14\xf7\xa0\x1b\x4d\x3e\x0e\x39\x5c\x3e\x42\xf1\x4b\xfa\x97\x07\xea\x1b\x31\xab\x9f\xd7\x28\xac\x5b\xcb\xc9\xea\xb2\x78\xb3\xf8\x3b\x5b\xa4\x7e\xd6\x72\x12\xdd\x94\xfe\xf4\xfa\x45\x1b\xea\xa5\x80\x94\x9c\x2b\x9d\xb6\x3c\x4b\xcf\x93\x3e\x56\x88\xda\x88\x62\x66\x62\x63\x4b\x17\x6d\xaa\xb1\xe1\xd1\x4e\x14\x5f\xa0\x02\x23\x5b\x01\x5c\x74\xc8\x54\x9e\x89\x0d\x1e\x47\x0c\x34\x3b\xa3\x6e\x53\x87\x3f\xe5\x9b\xb0\xdc\x07\x81\x2f\xcb\xeb\xdf\x73\x97\x47\x7d\xb9\xf2\x13\xf9\x71\x5b\x23\x01\x94\x48\xfc\xac\xb4\x02\x00\x86\x0f\x78\xf3\x76\x4c\x01\x38\x46\x73\x4f\xec\x0a\x06\xf0\xdb\xc1\x97\xbd\xb7\x1a\x20\x0a\xc3\xb7\x67\x5f\x0b\x40\x32\x49\x38\x9e\xa9\x13\x20\xeb\x91\x24\x0f\x47\x27\x40\x8e\x89\xe2\x4d\xd1\x48\x98\xcd\x21\x6a\xfb\xa9\x67\x90\x48\x59\x93\x26\x2c\x96\xc7\x88\x6c\x89\xf7\x1d\x21\x70\x00\x2f\x1b\xa2\x11\x1c\x96\xc9\x8d\x95\xf1\xae\x38\xdd\x53\x94\x8e\xfe\xec\xf0\xb0\x3e\xe3\x32\x76\xa1\xd7\xf4\xe3\x27\xee\x1a\xb6\x69\x1b\x63\xb1\x5f\x6f\xae\x59\x0e\xa9\x9b\x6f\x9b\xb9\x5c\x49\xfd\x4c\xd9\x72\x62\x96\xfa\xa2\xd6\x63\x75\x2b\xdc\x5c\x61\x31\x5d\xcb\xb8\x4d\xca\x7c\x79\x61\xfc\xad\x1e\xdb\xc1\x05\xc8\xe5\xb9\xce\x63\xbf\x7f\xf1\xd9\xe9\x2f\x57\x84\xec\x8f\xa2\xc7\xd2\x1f\x5f\xec\xb3\x0f\x59\xba\x9c\xb2\xb5\x58\xc4\x21\x18\xa3\x9e\xd0\x4e\xc9\xc7\xca\x53\x72\x08\xc5\xb6\x44\x49\xe4\x50\x3b\x52\xe3\xa4\xc2\xb7\x65\x93\xec\xdf\xe2\xfa\x82\xa9\xd2\x9b\x1d\x4c\xf1\x4a\xfe\xcb\xe7\xa6\x85\x40\xe6\xf2\xfa\x59\x47\xf9\x46\x37\xc9\xad\xe7\xa3\x50\x72\x10\xcc\x4f\x73\xbb\xef\xc8\x5e\xf7\x41\x08\xee\x62\x23\xed\x78\x02\x90\xa0\xc8\x35\x42\x4f\x0b\x90\xe5\x29\x70\xf7\x30\x00\x9c\xf3\x14\xfe\x79\x4c\x0b\xa0\xa8\x43\xd6\x4e\xc8\x0e\xa0\xf8\x90\x5a\x8a\x8a\x25\x6c\x2b\xe4\x37\x10\xb4\xf0\x25\xb2\x9c\x6e\xb7\x35\x0d\xda\x89\xdf\x15\x67\xe4\x27\x93\xd5\xba\x54\x1e\x78\x28\x63\xc7\x25\x8e\x85\x69\x17\xc1\x3b\x1a\x37\x5c\xe7\xa8\xcd\x0f\x8e\x5f\x69\x58\xa4\x70\x30\x4f\x37\xd9\x89\xfc\x7a\x7d\x3d\xfd\x3f\x1c\xcc\x41\xa7\xf1\xb9\xf4\x12\xbf\x2b\x91\xce\x9f\xe7\x09\x85\xfb\x4b\x3f\xbb\xca\x2e\xb2\xe5\xc6\x15\x0f\xba\xa0\xd0\x7c\xd9\x1d\xe7\x10\x97\xd7\x4b\xf2\x69\x97\x72\x77\xb8\x9c\xc7\x08\x26\x5e\xce\x3e\xe8\xfa\x18\x73\xe3\xd4\x06\x8a\x1f\x4e\xda\x9c\xcb\x2c\xb6\x3b\x4a\x3a\x71\xbb\xeb\x6f\x9c\x5f\x28\x3e\xe1\xab\xeb\x7e\xdc\xfd\xe0\x2e\x80\x6d\xe2\x7c\xf4\x2b\xe7\x25\x59\xff\x17\x8f\xe7\xec\xdb\xa2\x09\x80\x2a\x64\x1f\xdb\x1a\x08\x60\xf7\x9c\xdd\x68\xbb\x1b\x80\x2f\xed\xce\xe6\xe5\xff\x2f\x56\xe6\x28\x66\x5b\x1b\x40\xe6\xa9\xcd\x2b\xba\x6f\x41\xf2\xf1\xde\xbd\x38\x80\x72\x2b\x01\xd3\xa3\x69\x00\x57\xf7\x88\xd5\xf2\x9e\x00\xb8\xfa\x4a\x31\x53\xe1\x12\x28\x55\x85\x6b\xcd\x99\xc4\x10\x8d\xca\x79\xcd\x94\xfd\xaf\xe1\x72\x4f\xf3\x7a\x58\x9d\x39\xbe\xd8\x1f\x61\x97\xb0\xbf\xda\x7c\xf6\xbd\xc7\xe4\x6d\xf9\x26\xc7\xaf\x68\x3b\xc9\xb1\xa0\x76\xc6\xae\x19\x97\xdc\x89\xde\xa6\x68\x8a\x1f\x4c\x2d\xc1\x43\x7a\x9a\xf7\xfa\x8b\xcb\x1c\x5e\xdf\x66\x1e\x57\xf9\x95\x59\x79\x1d\x9b\x1d\x2e\xcf\x2f\xe4\xf4\x7e\x39\xf7\xbb\x78\x28\xd7\xd7\x27\x62\xfe\x47\x11\xd7\x69\x9c\xd7\xf3\xc5\x17\x67\xa8\x32\x6e\x79\x87\xa2\xd3\xb3\x8a\x29\x3e\x30\x49\xe7\xbd\xbe\x60\xc4\x13\x27\xe2\x33\xbc\x9b\x31\x4d\xa7\xf6\xc6\x1e\xf7\x0a\xc3\xd6\x46\x73\x9f\x44\x79\xe9\xe2\xf6\x46\xe4\x45\x7a\x79\x7e\xc1\x35\x84\xf0\x02\xec\x22\x70\x65\xac\xfc\x3d\x41\xd6\xff\xa5\x4f\xb3\x71\x6f\xfe\x0a\x60\x64\x75\xac\x75\x2b\x2d\x80\x33\xc7\xce\x87\xcb\xff\x1e\x7a\x87\xf1\x01\xcd\x81\x3f\x72\x41\x2a\x98\xf2\xb7\x2b\x01\x5c\x6a\x60\xb6\xde\x79\x10\xa0\x26\x9e\xdd\x95\xbe\x13\xe0\xce\x26\xc1\xaf\x1c\xbb\x01\x1a\xa5\x65\x39\x64\x88\x60\x72\x57\x42\xcd\xcd\xe8\x09\x51\xe8\xf6\x25\x83\xda\x80\x48\xdc\xbe\xcb\xbc\x0e\xa7\x72\x49\x3f\x5e\x66\x5e\x0b\x47\xdf\x64\x7d\xdd\x7c\x52\xfd\x62\xf0\xfd\x88\xf6\x82\xc0\xc7\xef\xb2\xbb\x1e\x55\x67\x05\x97\x8e\x13\x1e\x98\x96\xfa\x85\x6a\xff\x38\xdb\xc4\x59\x30\x18\x2a\x3b\xa5\x70\xeb\x5d\x4e\x51\xe8\x9b\xe9\x33\xd7\x2b\x33\x6f\x86\xee\xff\x1d\x5b\xd9\x45\xc9\x03\x3a\xd5\x1e\x7a\x69\x3e\xf8\x82\x5d\xec\xc5\x50\xc6\x85\xfa\x73\x5a\x31\x2c\xc1\x3e\xe8\x0d\x39\x3e\x91\xb9\xc1\x3b\x96\x98\x32\x36\x44\x6c\x0a\xb2\x5b\x7a\x96\xe2\x41\xf1\x3f\x09\x99\x0e\xa8\xc1\xf2\xc4\x86\x07\x0f\xfb\x3f\xc0\x36\x45\xa1\x83\x8f\xf9\xd1\xe1\x7c\xc2\x84\x00\x98\x92\xb8\x0e\x6e\x88\xff\x43\xff\xcf\x63\xfe\xb2\x39\x12\xc0\x32\x80\xc9\x6e\x73\x04\x80\x67\xff\x06\x3a\xaa\x3f\xee\x3d\xff\xcb\x41\xd4\x0a\xac\xf2\x0f\xcd\xc9\xcc\x51\xbb\xce\x00\x74\x94\x73\x25\x33\x06\x02\x3c\x7d\x2c\xf2\x4e\x90\x1e\xea\xfb\x5c\xe4\x07\x50\x59\xc4\x98\xa7\x43\x5a\xee\x3e\x4c\xb3\x12\x0f\x7e\x9b\xfb\xe4\x34\xbf\x4e\xac\x39\xe7\x97\x79\xdd\xfb\x56\x5e\x61\xf3\x69\xb9\xf6\xc4\xc2\x89\xec\x2d\x1d\xa8\x9e\x9b\x19\x1d\xe9\x57\xbf\x3a\x75\x94\x25\x1b\xa4\x31\x4f\xa8\xb7\x9a\x27\x90\x92\x03\x7f\xd2\x34\x70\xc7\x7e\x48\xce\xfc\x35\x7e\xa3\x29\x26\x26\xbe\xe9\xb7\xcf\x15\x8e\x68\xa7\xf8\xcb\xb3\x0f\x2e\x36\x47\x3c\x8f\x53\x9f\xaf\x38\x5f\x17\xde\x16\xb3\x67\xe1\x75\xfe\xeb\xb5\xfc\x9b\xeb\x91\xe8\xa5\x3d\x19\xaa\xc1\x67\x22\x92\x97\x3e\xa4\xec\x09\xec\x8a\x38\x8f\x39\x9b\xb0\x37\x40\x2d\x6c\x1a\x1b\x72\xb2\xc1\x7f\x2a\xf4\x20\x76\x22\xb2\xc7\x3f\x25\x64\x23\x4e\x2a\xbc\x02\xe0\xd8\x2d\x36\x9b\x8d\x8f\x01\xc4\x99\x8e\x7e\xdf\x38\x00\xa0\x69\x4a\x1b\xb6\xa2\xfb\x16\xac\xae\x37\x94\xac\xf7\x66\x4c\xaf\xd6\x12\xb2\xcf\xf3\x8d\x98\xbf\xf5\xcf\x5e\x69\xb2\xfe\x71\x80\xc9\x9e\x76\x02\xe0\x63\x33\xff\xa3\xe3\x8d\x00\xdf\xe4\xa5\x32\x94\xdf\x60\xdf\x7c\x4f\x57\x39\xe3\x76\xf4\x43\xf2\x60\xa3\x91\x67\xaa\xf2\x03\x96\xde\x45\xb7\xd7\x15\x47\x2e\xc8\xb6\x75\x26\x3d\x6c\x1a\x4d\xb0\x6c\x9c\x68\x53\x7b\x58\x19\xfa\xee\xe6\xed\xf1\xf7\x0f\x4e\x86\x28\x55\x5d\x98\xd4\x6e\xd4\x0e\x9a\xb9\xd8\xfd\x4b\xbc\x8e\x3e\xb0\xa8\xd8\x77\xe6\x55\x55\x79\x40\x77\xc1\xc8\x6c\xdd\xc5\x6c\x7f\x4c\x9e\xc4\xbc\x40\x31\xab\x3f\x6b\xce\x8e\x85\xb6\xfc\x19\xdf\x2f\x59\x4f\x17\x7f\xe5\x94\xfb\x5a\x64\xa4\xa0\xeb\x33\x7f\xfb\x9a\xa4\xa0\x96\x4a\x53\x51\x3e\x5c\x49\x85\x98\xe0\x84\x6b\x5e\xe2\x49\x37\xb0\xa2\xb1\xdc\x5e\x61\xf1\x71\xd8\x81\x28\x51\xcf\x84\xb8\xd7\x38\xf5\x70\x15\xf7\xc5\xd8\x41\xdc\xaf\xa0\xab\x00\x6c\xe3\x47\x05\x36\x9c\x02\x90\x74\xd8\xbe\xe2\xb7\x67\x60\x41\x5d\xb0\x5c\x3d\x4e\xae\xae\xeb\xdf\x5c\x14\xca\xfd\xef\xb6\xcb\xab\xf5\x29\x61\xb5\x0e\xef\xa0\x5a\xf1\x4f\xf8\x15\xb1\x6d\x64\x45\x07\xbb\xc4\xf1\x60\x7f\x3b\xb2\x00\x1c\xe2\x82\x52\x4a\x13\x87\x09\x6e\x8a\x9d\xd6\x8a\x7d\x5e\xb3\x4f\xf5\x8a\xa2\x53\x6b\x5d\xbe\x2b\x3a\x1d\x2d\x40\xa7\x6f\x19\xe9\x8c\x41\xd7\xf6\x06\xc5\x0f\x67\x37\xee\x6a\x7c\xeb\x52\xde\x1f\xfe\x43\xf1\xee\x41\x97\xc6\x6e\xaa\xa9\xa7\xb5\x03\x6e\x9e\xad\x59\xd3\xdf\xae\x99\xbb\x9d\xbc\x85\x9f\x75\xbd\x58\xe9\xea\x53\xbb\x73\x9e\xe1\x42\x99\x6b\x74\xd5\xbe\x85\xda\x7c\x77\xd7\xab\x17\xd1\x8b\x8d\x39\x24\x57\x9e\x92\x3e\xf4\xdb\x8c\x36\x97\x5d\x17\x36\x2c\x7d\x4b\x16\x71\x6e\x2e\x10\xc1\xb4\xc6\x17\xba\xec\xc9\xad\xc3\x0a\xc4\xcc\x3b\x7b\x9d\x19\xc7\xb6\x44\xe5\x38\xeb\x64\x9b\xe1\x0c\xc2\x5a\x9c\x18\x33\xf9\xf0\x9b\x02\xdb\x1c\x6b\xd3\xa6\xf1\x81\x7e\xcb\x7f\x47\xb4\x30\xc5\x6e\xa4\x5e\xd1\xff\xbb\x97\x3f\xbf\x2d\xf9\x7e\x73\x04\xf6\xef\x7d\x40\xd1\xfd\xd6\x72\x51\xc8\x7e\x18\xc3\xfb\x56\xeb\xcc\xda\x3d\x70\xea\x4c\x2a\x2a\xb4\x29\x00\x7b\x22\xfd\xe4\xd8\x01\x70\x10\x4d\x10\x6d\x79\x95\x44\x8c\x51\x34\x30\x78\xd4\xba\x0d\x7f\x5f\x4f\xc6\xb7\xb8\x9c\x09\xb3\xdd\x81\x36\x4d\x3a\xa6\x74\x5e\x3d\xb2\xad\x9c\xc1\x8b\x6a\xd6\xa2\xc6\xe0\x0a\x93\x55\xc8\x0c\xf3\xf8\xdb\xea\xeb\x96\x8c\xe3\xb4\x33\x31\x95\x0e\x56\x6a\xef\x0a\x66\xa3\xca\xfc\xad\x51\xbd\x1b\xe7\x9d\x0a\x17\x6c\xf4\x1e\x1d\x59\x48\xce\xbb\x6f\x53\xde\xac\x8e\xde\x91\xad\x66\x73\xb9\x5e\x0c\x8d\x4d\xc3\xd9\xf4\xd5\x26\x2f\x8d\x26\xf9\xda\xf4\x5f\x1d\xc7\x74\xc7\xc5\xdb\x7a\x5c\xbe\x82\x15\x8c\x11\xb3\xc9\x29\xc7\xe1\xf6\x84\xd7\xd8\x14\x95\x32\xe2\x82\x43\x79\xad\xef\x16\xdb\xe3\x08\x81\x0e\xd6\x35\x85\x03\x78\x3f\xbf\x23\x56\x53\xe7\xc6\xf0\x5f\xbd\x72\x00\x44\xcb\x37\x09\x2d\x7f\x7e\x3d\x53\xaa\xbf\xf4\xff\x34\x83\xd5\x5a\x4a\xd6\x3b\x29\xf7\xbf\x7b\xc8\x3a\xe0\xc8\x9e\xd5\xfa\x77\x1e\x02\x45\xff\x19\x6d\x07\x60\xdb\x43\x9f\xf5\x4a\x03\xae\x88\x1c\x3a\xe1\xfe\x80\x8a\x24\xad\x28\xa4\x69\x5e\x6d\x4c\x50\xd0\x2b\x72\xe4\x3a\xeb\x83\x7b\x6f\xaf\x16\x36\x1b\xbe\x7f\x29\x2d\x74\x32\x13\xdc\x3a\xd0\x7a\x65\xad\x67\xcf\x5a\x0d\x2c\x7c\xeb\x51\x2c\x60\x34\xf2\x9a\xff\x3c\xd7\x5a\xb4\xc1\x60\x62\xce\x78\xc1\xec\x6c\x34\xc5\xf7\xc2\x58\x77\xe0\x09\xfa\x6e\x1a\x97\x71\xe3\x8b\x6d\x4b\x45\x89\x24\x53\xff\xce\xaa\x25\x52\x82\x8b\xe9\xc7\xfb\x07\x31\xc3\x31\xef\x4d\x7f\x35\x4b\x60\x4f\x46\x09\x9a\x2a\xd5\xdf\xc6\x99\x87\xb4\x99\xce\xd5\x5d\xc6\xd5\x06\x95\x9b\x6d\xbd\x1e\x86\x67\xf1\x4f\x31\x6b\xba\xd2\x8f\xf7\xf2\xcd\x35\xd5\xbc\xfc\x11\xd9\xeb\x61\x68\x1a\x7e\x91\x19\x71\x74\xed\x07\x50\x60\x58\x5d\x07\x85\x03\xf9\x3f\xfd\x40\xc8\xba\xd7\xfb\x4b\xff\x7e\xff\xcb\x75\xfa\xd1\x6a\x1d\x21\xfb\x21\xf4\x31\x00\xec\xc1\x50\x51\xb5\x33\x03\x46\xf0\x12\xe7\xef\xda\x4e\xd2\xb0\x42\xa1\xc2\xed\xe2\xbb\x44\x3b\x3d\x19\xd3\xce\x14\x09\xe4\xb4\x5d\xad\x67\x48\x40\x03\xae\x39\xb0\x23\xc2\xcb\xc5\x10\x5b\x9c\xb7\x2d\xee\x8e\xe5\x05\xcc\xef\x86\x9b\x09\xa1\x46\x36\x4b\xdf\xdf\x7d\x4e\xf1\xd6\x21\x2e\xbd\x46\x4f\x24\x4d\x51\xf8\x07\x9d\xa2\x9f\x99\x98\xa0\x18\x11\x5d\xd5\x4f\x78\xac\x48\xa4\xb3\xee\xec\xbb\x2e\xec\x8d\xb0\x49\xbd\xd6\x97\x57\x70\x9b\x42\x0f\xeb\xc7\xf4\xf0\xe2\x02\x83\x6a\xf4\x4a\x3a\x22\xf1\xca\x3e\xbf\xf4\x4b\xee\x6d\xc6\x9f\xf3\x1a\x33\x90\x6d\xba\x8b\xef\xf0\xbc\xad\x5f\x54\xaf\x8e\xd8\xb8\x8c\xeb\xf7\xdf\xbc\x8d\x14\x3a\xef\xd4\x67\xa8\x15\x46\x48\xf6\xfe\x7f\xf8\x81\x90\xe7\xdd\xe9\x2f\xab\x95\x72\xff\xfd\x01\x0f\xd5\xff\x87\x03\xa1\x7c\xff\x23\xfb\xc9\xfa\x17\x39\x27\xa6\x5d\x0d\x80\x95\x66\x77\xdf\xcd\x7a\x00\xa1\x6d\xc7\x2b\x2f\xca\x83\xb1\x7c\x8a\x44\x43\x4e\x03\x49\x43\xe7\x87\xb6\xee\xc9\x11\x42\xa7\x6d\xad\x6d\xa3\xf7\x51\xa4\xd2\xef\x93\xc7\x77\x47\x3a\x7c\x67\xe6\xdd\x00\x47\x8b\xb3\x78\x91\xaa\x8f\xc1\x43\x46\x02\xb8\x67\xed\x0f\x42\xa3\x74\xee\xe1\xca\x87\x7e\x84\x1e\xd0\x62\xc0\xe9\x63\xb3\x42\x83\x34\xd9\x71\xc3\x38\xe6\xc0\x32\x0d\x0d\x0c\x35\xae\xdb\xf7\x84\x46\xfd\xcf\x4d\x78\x05\xaf\x70\xcd\xd9\xcf\x85\x78\x63\xaf\x14\xad\xfd\x83\xb1\xf8\x17\xee\x12\x5a\x27\x5e\xc7\x21\xbc\x2e\x39\x5a\x93\xbd\x4f\x10\x7b\x67\x15\x6d\x91\xae\xaf\x48\x89\x63\xb0\x36\xcd\x23\x16\x04\x6f\x67\xa4\xd5\x79\x9f\x9e\xa0\x6f\x6d\xab\x35\xd9\x5c\x4b\xc8\xb0\xd4\x04\x70\xde\x4b\xf5\x17\x17\x57\xfe\x98\xea\x2f\xfd\x9b\x72\xff\xfb\x47\xd7\x9f\xeb\xff\x4d\xd6\x3d\xfe\x2f\x1f\x80\x6b\x09\x00\xd4\xd7\xa8\xa8\x2a\xda\x01\x04\xba\x99\xaf\xe7\x1f\x82\x2a\xb9\x9b\x42\x92\xc9\xb1\xa4\x69\xd4\x31\x45\xfd\x50\x17\xe2\x63\x6b\x1b\x23\x1a\xb7\x49\x42\xaf\x0f\xaf\x6d\x84\x1d\x3b\xc1\x31\xf1\x9c\x23\xce\xcc\x80\xb0\xab\xd8\xc6\x25\xd9\xe0\x09\xf2\xa1\x0e\xef\xea\xaf\x73\x03\x49\xe9\xa0\x77\xb7\xd0\xfc\x8a\x70\x7f\xd8\xe0\x81\xa8\xe1\x11\x46\x0c\xb5\xc7\x6e\x55\x3f\xa4\x0d\x39\xea\x54\xa4\x12\x47\x60\x47\xb2\xed\xbe\x2b\x93\x16\x1d\x90\x69\xeb\x4f\x2a\x13\x3f\x0a\x91\x29\x9b\x08\x95\xdd\xa3\xbf\x08\x91\xe6\xc9\x2a\xe7\x86\x77\x10\xce\x9a\xcd\xaa\x9e\x7d\x53\x4c\x28\x34\x67\x55\xdb\xf0\xa2\x80\x50\x65\xf6\x44\x65\xe1\xe9\x11\x22\xa7\xe1\x05\xb5\xc8\xae\xa3\x04\x8c\xf1\x22\x40\xb8\xcc\xdf\xfb\xe0\x96\xdd\x6a\xed\xbb\xb0\x5a\xc7\xbd\xa9\xfe\x97\x0f\x02\x59\xff\xec\xf3\x58\xad\xf7\xee\x90\xf5\x4f\x72\x1e\x08\x25\x07\xa0\x80\x0b\x40\x20\xe6\xc8\xad\x0c\x19\x18\x95\xad\xe2\xed\x38\x99\x0e\xda\xda\x76\x52\xd7\xfd\xb6\x93\x32\x2d\x32\xd5\xbb\x9c\x1a\x89\x63\x6e\x8e\x06\x4c\x56\x25\xc4\xf3\x27\x83\x4d\x3c\x8c\x97\x88\xfa\x67\x1b\xcc\xcf\xea\x5b\x13\xe9\x2e\x1b\x5a\xb6\xa3\xbe\x13\xe6\x6e\xa3\xac\x8c\x35\xda\x09\x95\x3d\xcf\x6d\x44\xd7\xb8\x87\x07\x84\xec\xc5\x9f\xd6\xac\x14\xee\x61\x2d\xef\x62\x2b\xc1\x8e\xa8\xa5\x27\xa6\x40\x3b\x2f\x40\x34\xd6\xfd\x2a\x7f\x64\x6a\x88\x58\xa5\x6d\xa0\xb0\xef\x6b\x23\x31\x13\xf5\x5c\x21\x7a\x24\x8c\x78\x01\xe5\xa0\x10\xf8\xae\x83\xd8\xaa\xbd\x47\x21\xa9\xff\x10\xf1\x85\x96\xea\xfa\x7b\x01\xe5\x3c\xec\xb2\x5e\xad\x9f\xc9\x73\x80\x84\x5e\xae\x0b\x7a\xff\x9b\x83\x7a\xc0\xf9\xb7\xfe\x59\x56\xbf\x5a\xb3\x29\x79\x08\x7e\x00\xfc\xc8\x61\xba\x53\x9b\x00\xa4\x4f\x1d\xcf\x0e\xe1\x80\x72\xcd\x12\x61\x1f\xf7\x8f\x40\x63\x26\x25\xef\x6e\xc7\x47\x2a\x72\x9a\x54\xab\xb2\x78\x4b\x92\x08\x53\xd2\xa1\x37\xbc\x4b\x12\x48\xfb\xa0\x93\xa1\xb7\x8f\x44\x53\xe0\xa1\x67\xac\x0d\xc4\xbe\x2b\xd4\x06\x6d\x1a\xaf\x88\x15\x0d\xe5\x46\x3b\x55\x0f\x13\x2f\x74\x6b\x1b\x06\x29\x5d\x26\x26\x8d\x70\x1a\x96\x2a\x10\x88\x29\x73\xaa\x06\x0b\xff\xe6\x5c\xc8\x72\x90\x4e\x93\xd8\x54\x3d\xa4\x73\x08\x8d\xa4\x04\x85\x0a\xe9\x5b\x0b\x04\x92\xaf\x62\xb2\x74\xcc\xaf\x4c\x52\x84\xc2\x27\x69\xeb\x6f\x22\xa4\x34\x85\x4d\x52\x37\x3e\xf7\x90\x6e\xcb\x36\xad\xef\x83\x07\xe4\xf7\xc5\x61\x97\xd5\x8a\x75\xa0\xfa\x5f\x1c\x10\x79\x1f\xb4\x93\xfd\x00\x6e\x05\x90\xf5\x4f\x0e\xb2\xfe\x4b\x5e\x7f\x42\xc3\x6a\x3d\x15\x05\xc0\xf9\x7a\xcf\x58\x44\x01\x80\x54\x27\x6b\xbf\xaf\x1c\x7c\x53\xab\xe1\x15\x70\x16\x80\x08\x43\x44\x4c\xd3\x7a\x0f\x09\xeb\x50\xa5\x20\x6d\x22\x4c\xc2\x05\x28\x29\xa0\xf5\x55\x48\xaf\x4f\xd1\x28\x7f\xd0\x71\x22\x35\x66\xa2\x55\xe3\xb4\xfa\x48\x69\x45\x69\xea\x33\xea\x26\xa4\xc0\xab\x47\x34\x6a\x55\xe9\x49\xa2\x4d\x62\xda\x8e\x14\xee\x41\x9e\x97\x64\x35\x58\xa7\x4e\x90\x2b\x24\x49\x4c\xbe\xd5\xcc\x97\x8d\x26\x45\x10\x8b\xd4\x52\xd7\xb8\x8f\x5a\x38\x42\x6a\x93\x6d\x16\x27\xc1\x79\x50\x11\xdb\x2f\x56\x07\x42\x10\x29\xd4\x24\x92\x83\xcd\x80\x5a\xfe\x6c\xb1\x8c\xd9\x22\x30\x11\xd9\x00\x50\x0f\x7f\xcf\x81\xf9\x1b\xcb\x15\x4f\xd6\x33\xc7\xc9\x3e\x06\xaf\x27\xff\xd6\x3f\xef\x90\x75\xe0\x4a\xf2\xbf\xe7\xf7\xfe\xad\x7f\xaf\xf9\x40\x78\x03\xb0\xeb\xee\x0c\x0c\xa0\x06\x90\x0c\x67\x6a\x76\xa5\x03\x50\x6e\x62\x57\xb7\x65\x85\xa7\x7a\xfa\xfc\x92\xa6\x49\x10\x6f\x1d\x29\x2a\x6b\x30\x0a\x9e\x5e\xa6\x12\xda\x14\xdf\x07\xed\x4b\xc0\x95\xf8\x4b\xf6\xa9\xfa\x26\x50\x3d\x7d\x42\x3a\x4d\x75\x14\x36\x14\x5b\xcb\x63\x94\x1b\x49\xc3\xd5\x6c\x4a\x6c\xff\x72\x0f\xff\xe6\x5c\x48\x7d\x26\x61\x17\x9c\xe4\x85\xff\xf5\x79\x10\x93\x86\x8f\x90\x2d\x18\x24\xc2\x0c\x00\x43\xbc\x3a\xc2\x4a\x00\x80\xe6\xd6\x04\xe8\x9d\xfe\x73\x0e\x52\xf4\xef\x09\x32\xef\xb5\xc6\x01\x91\xcf\x45\x4a\x1e\xca\xbf\x3e\x08\x19\xe4\xbe\xac\xf9\x40\x90\xf7\x8f\xa3\x03\xc0\x96\xef\x54\x54\x6e\xca\x00\x27\x0a\xe8\xbd\x1c\x59\x00\x14\x46\x98\x27\x2c\x25\x00\x8b\xda\xcc\x59\x66\x98\x0a\xbd\x66\x65\x7c\x4d\x7a\x3b\xe1\x96\xeb\x51\xc1\x62\xed\x12\xa8\x0a\x30\x13\xe6\xd2\xa2\x82\x84\x68\x03\xb1\x32\xd5\x57\x90\x9d\x8c\x88\x56\xa9\xd8\x80\xd7\x59\x2a\x89\x60\xa5\x74\xd0\x2d\x39\x23\x15\x44\xe1\x1e\x64\xbf\x80\x42\xc3\x16\xa9\x5a\xe9\x01\x50\x7c\xe8\x2f\x25\x27\x89\x06\x8d\x17\xef\x24\x13\x25\x6f\x82\xe8\x88\xa8\xd4\x6b\xc9\xcd\xa0\x3c\x69\x22\xa5\x24\x8e\x86\x38\x8c\x96\x38\xad\xd8\x37\xe8\x84\x20\x61\x6e\x0a\xff\x21\x6c\x06\x00\x0b\xdc\x11\x00\x5f\xeb\xfe\x9c\x83\x3f\xc9\xdf\xeb\x1a\x07\x44\x20\x73\x30\xf6\xe4\x73\xe0\x5f\x1f\x04\xf2\xbe\x39\x45\x9e\x17\xc1\xef\x57\xab\x6b\x07\xb9\x56\x03\x30\x89\xd0\x48\xdb\x77\x01\xf0\xab\xec\xf6\x34\x07\x00\xe9\xc7\x07\x4f\x1a\x9d\x01\xd0\x38\xcd\xaa\xa2\x53\x0c\x60\x58\x77\x5c\x00\x55\x06\x93\x76\xd4\x3c\x07\xb4\x0f\xc2\x63\xef\xf9\x13\xb2\xea\xb1\xf0\x24\x54\xf5\x04\xa7\x6a\x2b\xdc\x8d\x55\x17\x9c\x57\x8a\x81\x8e\xe4\x7b\x27\xaa\xe4\x9f\xc1\xc3\x9c\x0f\x27\xfa\xd6\xb8\x07\xb2\xdf\x83\x74\x16\x64\xdc\xfc\x25\xb2\x24\x19\x09\xb9\xad\x96\xc2\x24\x71\x12\xe4\x3f\x51\x10\xee\x14\x7b\x08\x25\x6f\x8c\x85\xf9\xc4\x62\xa0\xe8\xcb\x21\xe1\x5f\xa2\x9f\xe0\xce\x2f\x47\xa1\x02\xd1\x7a\x78\x8b\x2d\x14\x94\x14\x95\x00\x80\x06\xfe\x29\xca\x1c\xa4\x9c\x83\xef\xc9\xbe\x37\x14\x0e\xa8\x65\xcb\x6a\xad\x26\x73\x52\x94\x3c\x94\x35\x0e\x86\xfc\x3c\x44\x90\x7d\xc5\x28\x3e\x10\x76\xc7\x01\xa8\xac\xa8\xa8\x1c\x36\x00\x30\xd5\xd0\x70\x5a\x6e\x04\xe0\x79\xb5\xb3\xc4\x98\x0f\x40\xd4\x6d\x6f\x39\x85\x7f\x40\x35\x01\xe8\xb4\x1d\x3b\xa2\x99\x08\x60\x59\xca\xde\xaf\xce\x01\xe0\xd4\xc0\x61\xa7\x12\x0e\xe0\xf3\x88\xb3\x4e\x85\x13\x16\x42\x18\x78\x9c\x15\xef\xc1\x74\x8c\x29\x2f\x8f\x3c\x0d\x2c\x24\x6f\xe2\x29\x90\xb9\x04\x3f\xcf\x7c\xe5\xcd\x90\x2a\x86\x5f\x45\xc9\xbc\xac\x52\x83\xd0\x5d\x31\x25\xf0\x50\x22\x07\xfa\x6b\x84\xf9\x7d\xc5\x8b\xe1\xc9\xdd\x5d\x02\xd9\xa2\x37\xe0\xed\xc3\x5d\xfc\xc2\xa2\xdb\xe1\xd5\xd3\x69\xfe\x0a\x11\x19\x78\xf7\x8e\x9e\xdf\x5b\x98\x03\xe6\xbe\xb2\xf0\x3e\x16\xee\x87\xd9\xe9\x2a\xbe\x09\xca\x39\xf0\x7f\x71\x40\x37\xc8\x7c\x03\x25\x0f\x25\x8f\x9c\x97\x95\x8a\x59\xad\x51\x64\x1e\xca\x9f\xfc\xfc\x38\x65\xfc\xcd\x81\x68\xe9\xac\x56\xa5\xcf\x00\xdb\xe7\xa9\xa8\x50\xa3\x00\x27\x7a\x77\x29\x69\x69\x03\xc8\x79\xef\xdf\xa5\x11\x00\xa0\xa1\x74\xc4\x4a\x2d\x0e\xc0\x58\x9e\xd9\x5d\xf9\x17\x80\xcd\x47\x96\x5e\xe5\x53\x00\xae\x29\x6c\xad\xca\x8c\x00\x7e\x7a\x1c\xdd\x0a\xd2\x00\x61\xb6\x1c\x45\x72\x36\x00\x31\x2d\x9c\xbb\x65\xee\x02\x24\x93\x38\x27\x24\xeb\x01\xb2\xb8\x39\x36\x4b\x34\x01\x14\x65\x70\xb9\x8b\x65\x03\x94\xf6\x73\xf4\x88\xe6\x02\x5c\x8d\xe1\xec\x14\x09\x00\xb8\xf5\x8a\xeb\x90\xf0\x77\x80\x16\x4d\xae\x2f\xc2\x23\x30\xdb\xf1\x90\xe7\xb4\xf0\x0e\xc0\xf4\xc6\xf0\x50\x0b\xc5\x01\x61\x20\x84\x9b\x34\xba\x0b\xfe\xbf\x1c\xd0\x25\xf2\x79\x70\x8e\xcc\xfd\xa4\x93\xb9\x28\x0a\x07\x13\x44\xee\x97\x7b\xc5\xdf\x1c\x88\x7e\xe3\x6a\x55\x21\x9f\x2b\x12\xcb\x7d\x0c\xa5\xa2\x52\xff\x09\xc0\x53\xbb\xbd\x41\x29\x1b\x40\xbc\x99\x0e\x2b\xcf\x00\x20\x1f\x48\x2f\x23\x97\x0d\xa0\x7d\x64\xbf\xb8\x5c\x15\x80\xf1\xdc\x21\x39\xe9\x5b\x00\xd6\xe7\x0e\x89\xc9\x15\x03\xb8\xee\x3d\xda\x26\xfb\x15\xc0\x97\x9a\xe5\xb6\xf4\x55\x80\xd0\x36\x56\x59\xa9\xc3\x00\x27\x37\xb1\x26\x49\x38\x02\x24\x8a\xb3\x36\x4a\x6c\x01\x48\x0f\x60\x3b\x28\x56\x06\x90\x0f\xec\x69\x62\xca\x00\x17\x6a\x8f\x67\x8b\xb4\x03\x54\xd0\x1c\x57\x16\xde\x00\x70\xdd\x85\xbd\x50\x38\x12\xa0\x31\x85\x33\x46\xb0\x0b\xa0\xd5\xea\x78\xe1\x09\x15\x80\x4e\x03\xf6\xe8\xe5\x4f\xa9\xb6\x77\x55\xcf\xfa\xdf\x1c\xc4\xf1\x37\xb2\xf2\x5b\x8e\xad\x73\x10\xb2\x71\x0a\x89\x7b\x7b\x00\xd4\xd9\x55\x63\x0e\x1f\x05\xd0\x1b\xd4\xe4\x60\x09\x01\x30\x0a\xd5\x9b\xe7\x2a\x01\x30\xfb\x68\x76\x5d\x64\x11\xc0\xe2\x84\xc3\x7e\x59\x14\x7c\x37\x77\xf4\x25\xa8\x15\x41\xa5\x29\x6f\xf4\x67\x9d\x32\x30\x31\xac\xce\xce\x32\x8e\x22\xb5\xe9\xd7\x97\xcf\xd8\x06\x92\x62\x51\xa5\x77\x7c\x1d\x92\x88\xb3\x5a\x51\x5d\xcc\xee\xca\xc4\x45\xf5\x8d\xef\x96\xdc\x42\x89\xbf\x55\x42\x7f\x8e\xb8\x29\x13\x1f\x2b\xdf\xc1\x0b\x7b\x88\x92\x5c\x95\xf6\x21\x6c\x0e\x37\x49\x03\x0a\xaf\x91\x5e\xeb\xad\x98\x73\x0a\xc5\x84\x1d\x96\x1b\xa6\xf0\x8a\x0e\x84\x03\x96\xf2\x63\x97\x14\x5f\x11\x94\x2c\xb8\x3e\x16\x2a\xf1\x12\xdc\xcc\xb9\x06\x0a\x94\xbe\x11\x32\xcc\xd4\x5e\xd1\x29\x29\x12\xf0\x86\x0b\x4f\x07\x94\x07\x08\x23\xc6\xed\x4f\x98\x94\x8d\x88\x3c\x06\xd9\x8f\x52\x94\x5b\x89\xda\xfa\xa1\xf7\xf8\x95\xc7\x88\xf1\xba\x2a\x7f\xf5\x61\xe5\xf7\x37\xea\x64\x69\xd3\xe5\x7a\x78\x46\x66\x64\x83\xe8\xba\xfe\x2f\x16\x21\xab\xb4\x4b\x18\x40\x8e\x4e\xce\x64\x6f\x12\x80\x46\x84\x12\xc3\x41\x36\x00\x03\x6e\x8d\x00\x16\x67\x00\xd3\x1e\xfd\x61\x5e\x9b\xf5\x3e\x58\xce\xda\xbd\x93\xfb\x01\x4b\xe6\xd7\xbd\x7e\xa8\x5c\x87\x62\xd3\x85\xa8\x0f\xba\x06\x70\xd0\xf8\x41\xd6\x07\xf3\x7c\x52\x8d\x41\x6d\xd9\x36\x3b\x6f\xd2\x41\xdd\x96\xdb\xe9\xae\x44\xe2\xb8\x96\x60\xb7\xaa\x7b\x27\x31\x56\xbd\x6f\xf8\xb7\xf7\x3d\xa2\x93\x6a\xfe\x74\xaf\x4f\x00\x85\x7f\x21\x71\x2a\x35\xe3\xbb\x9d\x2f\x13\x26\x15\xad\x90\x33\xb6\x2c\x73\x9f\x15\xa7\x91\xcb\xb6\xf4\x13\x67\x94\x6e\x23\xed\x36\xad\x5f\x94\x94\x7c\x08\xec\x96\xbe\xc3\xee\xca\x27\x08\x62\x96\x8a\xaf\xa3\x54\x4e\x12\x54\x2c\x5d\x9e\x0d\xa9\x14\x13\xd2\xcd\xa9\xbb\x63\x54\xbe\x12\xee\x98\x5e\x7a\x7c\x58\x85\x86\x28\x64\x90\xf6\xf0\x88\x0a\x8a\x28\x6d\xa0\xd6\xaa\xaf\xaa\x4c\xd4\xd5\x7f\xfd\x67\x1f\xfe\xd6\xff\x29\x3e\x08\x3c\x0a\x52\xbb\xb7\xe6\xfe\xc1\x41\x9c\x95\x75\xa5\xd7\x07\x40\xb1\x29\x04\x1e\xe4\x06\x30\x62\x55\xdf\xc7\xb2\x01\xc0\x3c\x57\xa7\x83\x8b\x00\x60\xd9\x6e\x62\x25\xbc\x04\x60\x7d\xdd\xe6\xb6\x7c\x17\x74\x58\x61\x3c\xfb\x35\x8d\x20\xd0\xe2\x40\x64\xb3\x41\x06\x6c\x31\x19\xc8\xd4\xb6\x68\x21\x65\x18\xea\x94\x79\x39\x98\x93\xb6\xea\xe2\x6f\x17\xb9\xf5\x12\x53\xb4\x2b\x9f\xa4\xf9\xf0\x10\xcd\x34\xc4\x46\x04\x7c\x63\x88\xc6\xaa\x96\x73\x1e\x3e\x38\xe2\x29\x15\x4d\xdc\x1b\x2f\x22\x89\x4e\x09\x8d\xaf\x74\x69\xc3\x8e\x2a\xe5\x20\xbb\x1d\x4b\xa7\x0f\x28\x73\x20\x5a\x0e\xa1\xe3\x1b\x54\x76\x20\x76\x0e\x8e\x23\x9e\x2a\x0f\x90\x42\x3b\xe8\xbf\xa3\xb6\x13\x29\xb2\xcf\x7b\x69\xa2\xfa\x05\x99\xb5\xb9\xfb\xf4\x8e\xda\x26\x82\x82\xd5\xd1\x0e\x82\x5a\x3f\xc1\xd6\xd2\xb6\x7d\x42\xf5\x26\xe1\x87\xf1\x64\x9b\x8e\xda\x77\xc2\x67\x93\xea\xc6\x47\xea\x57\x88\x9b\x8d\xfd\xfe\xdc\x0f\xab\xfe\x28\x6b\x7d\xb8\x29\xc2\xf4\x27\x07\x41\xe9\x83\x6a\xa3\x14\xec\xad\x5f\xe7\x41\x8c\xfd\xd5\xde\xb1\x98\x00\x58\xef\xd6\xd6\xe5\x3a\x0a\x60\x23\x62\xbc\x20\xba\x05\xc0\x86\xc1\xfa\x9d\x7c\x23\x34\xdb\x44\xb8\xc7\x69\x4e\x81\x95\xe5\xa1\x48\x47\x23\x05\x52\xab\x39\x75\xe6\x26\xdb\x38\x92\x98\xb1\x42\x69\x9f\xcb\x22\xf1\xa6\xfe\xde\x3b\xcf\xbc\x69\x89\x11\xda\x0e\x3d\x39\x3e\x2d\x84\x9f\x1a\x35\x9f\x39\x02\x5f\x10\x16\x54\x5f\xa0\x99\x03\x7a\x28\x7d\x20\xfe\x56\x56\xc5\x87\xba\x09\xa2\xa3\x95\xa3\xf0\x77\x5d\x6e\x4d\x0c\xab\xd4\xe1\x47\x5c\x02\x47\x97\x54\x15\x91\x6d\xce\x11\xef\x93\xd5\xe8\x10\x55\x27\xd6\xd7\x29\x6a\xf1\x48\xbe\xfd\xd7\x67\x5c\x6a\x4d\xc8\x6f\x5b\xba\x8e\xcf\x1a\x1c\x08\xde\x56\xf8\x61\x80\xfa\x0b\x82\x81\xd5\xf1\x7b\x37\x35\x68\x08\xf1\x16\xa9\xcd\x12\x1a\x7c\x84\x76\x33\xd5\x06\x4e\x8d\x1c\xc2\x84\xc9\x3b\xf8\x0f\x17\x44\x9d\x27\x96\xf7\x3f\x39\x08\x94\xb8\xe7\xae\x9d\x00\x6a\xa9\x92\x57\xf6\x1e\x04\x30\x52\x95\x53\x39\xf8\x12\xc0\xf2\x91\xb2\x1c\xf3\x39\x00\xbb\xbb\x9a\xbb\x38\xc3\xd6\x73\xa4\xec\xc5\xac\xf9\x14\x85\xa1\xd4\xae\xd7\xd5\x06\xb5\x09\xd8\xac\x3b\xc3\xb3\xcd\xa8\x48\x69\x96\x3b\xd2\x48\x0e\x81\x24\x6a\x93\xf0\x52\x0e\xf7\xcb\x6b\x9c\x18\x03\x2a\xe4\xa9\x60\x00\x96\xd0\xae\x31\x30\x5a\x1d\x1c\x48\x08\x52\xcb\xc4\x04\x87\x9e\xa5\x70\x51\xc8\x27\x15\x29\xdc\xbc\x97\xe0\x4c\x85\x2a\x2f\x9e\xcf\xd3\x65\x9c\x56\x4d\x17\x6f\xec\x41\xfc\xe0\xa8\x36\x8c\xaf\x72\xa7\x79\xbb\x4b\xbd\x06\x3f\xef\x2a\xf5\x6c\x5a\x63\x1a\x39\xec\x92\xd6\x4d\xa7\x31\x85\xc4\x3a\x46\x3d\xbe\xab\x71\x1b\xf9\x66\x77\xf8\xc1\x3e\x4d\x43\xc2\x76\x5b\x5a\x0a\x0f\x55\x3f\xac\xf9\x9a\x50\x6e\xfe\xbb\xce\x4a\x4b\x82\x30\x66\x1a\xb2\x3e\x17\xa8\xe2\xa5\x0b\xff\xd4\xff\x29\x1c\x84\x20\x9d\x68\xf9\x76\x3d\x00\xd9\x62\xd1\xb1\x9d\x00\xa0\x7d\x51\xe2\xf2\xde\x76\x00\xe3\x64\x69\x9a\xfd\x8f\x96\xbf\x77\xc5\x4d\x47\x7d\x01\x1c\x16\x35\xdc\x38\xfb\x00\x9c\x6d\x0d\xde\x8b\x26\x00\x38\x21\x96\x55\x8a\xc3\x10\xee\x18\xe0\x6c\xa7\xfb\x0c\x36\xd9\x5e\x0f\x3d\x65\x8e\xa6\xf4\x81\x88\x33\x69\x2c\xf9\xe9\xb1\x6f\x8d\x13\xbb\xa5\xc3\xf6\x8c\x25\x64\x86\x20\xaa\x59\x3e\xa6\x10\x11\x47\x60\x57\xdf\x8a\x79\x1f\x61\x44\x58\x54\x0d\xc1\xd1\x04\x5c\x41\x37\xa8\x96\xe0\xbc\xfd\x7c\xa6\xb0\x6a\x49\xb8\x22\xdf\xaf\x5f\x76\xaa\x0b\xe2\x8f\x7a\x0d\xbe\xdf\xa8\x11\x89\x57\xf3\x72\x79\x7d\x48\x03\x83\xbf\xea\x3e\xfa\x94\x5d\x6b\x23\x7e\xda\x4d\xf9\x31\x56\xeb\x34\xa2\xec\x3c\x76\xff\xb2\xd6\x35\xe4\xba\x43\x65\x4b\x87\x56\x3e\x42\xb2\x1d\xac\xef\xd3\x3e\x4f\xe0\xb6\xb9\x56\x37\x85\xa2\x23\xb8\x5b\xe5\xd4\x86\x6a\x47\x13\xaa\x2c\x56\xd2\x64\x65\xdb\xa8\xfe\xe0\xa3\x28\xfa\x3f\xc5\x07\x41\xe8\x96\xb0\xdc\xf6\x5c\x00\x65\x94\xd8\x56\x3a\x8d\x75\x0e\xc2\x0c\x27\x61\xcd\x70\x1f\xc0\xbe\x4c\xe1\x34\xb3\x26\x80\xcb\x1d\x0d\x16\x6e\x25\x00\x37\x69\xdd\xcf\xc2\x7a\x00\x6e\x54\xe6\xcd\x8a\xa2\x6b\x3e\x52\x58\x7b\xb7\x20\x3f\x8b\x64\x92\xba\xb5\x60\xaa\xbf\x0b\x2d\xf1\x94\x39\x7f\xf1\x4b\xdf\xa7\x6b\x9c\x58\xa0\x4e\x4e\x1f\x77\xb8\x0e\x61\xbb\x66\xe6\xb7\xc1\xc8\xaf\x6b\x5c\x14\x99\x0f\x9b\x7b\xab\xf6\x1b\x3b\x18\x54\xff\xfd\x99\xfa\x2b\x9c\x66\x40\xfa\x08\xa2\x19\x8e\x73\x0b\xc8\xec\xb7\xd0\xd2\xc3\x0d\xf9\x22\x14\x7f\xa4\xae\x97\xda\x29\xf8\x2b\x1e\xc3\xed\x7c\x28\x36\x64\x9b\xdb\xe1\x56\x2e\x54\x1f\xa2\xea\x12\xd7\x44\x8d\xda\x86\x74\x3b\x30\xdc\xb2\xd2\x39\x4e\xa0\xb6\x0b\xa8\xcd\xd0\x39\x4a\x90\xb5\xb1\xbb\x76\x5a\x27\x91\x90\x64\xf9\xfe\xbf\xf3\xf1\x5f\x1f\x04\x11\x35\xe1\x5e\x5a\x49\x00\x95\xa3\x22\xc7\x77\x05\x00\xe8\x77\x8b\x4a\xed\x79\x01\x60\xe5\x23\x96\xc0\xa0\x02\xe0\x5c\x27\x4f\xcb\xac\x07\xe0\xce\xad\x2e\xc7\xed\x0a\xe0\xd5\xaf\x2b\x24\xca\x00\xe0\x21\x62\x56\xa0\x78\x18\xdc\x5d\xea\x1d\x4d\xf4\x39\x48\xb5\x8e\x98\xc0\x67\xb6\x92\xa4\xbd\xb6\x8c\xc9\x09\x6e\x6d\x44\x7b\xf3\xfb\xc5\x1d\xfe\x7a\x6b\x9c\xd8\x07\xdd\x4b\xcf\xdb\x4e\x9e\x43\x02\xb4\x78\x27\x77\xc6\xfe\xa0\xf4\x01\x5b\xa8\xbe\x0d\xcb\x13\x56\xf0\xcb\x46\x43\x09\x1b\x1e\x5a\xf6\x85\x59\xf3\x0b\xb6\x3c\x34\xfc\xdd\xb4\x36\x2b\x6e\x67\xb0\xdb\x8b\xe7\xa8\x03\xb8\xc8\xc0\x03\x3d\x73\xa8\x0a\xdc\x47\xbf\xdb\x8f\x75\x74\x74\xf1\xda\xde\xf8\xfb\x2f\x75\x38\xf0\xcf\x3d\x44\xee\xbe\xd2\xf5\x43\xb6\xba\x3d\xbd\xdd\xa0\xb7\x0d\x31\x76\xb9\x7c\x23\x5e\x4f\x0d\x69\x73\x34\xbc\x7a\x43\xef\x32\x61\x87\x5d\xc9\x95\x09\x3d\x31\x82\x9e\x8d\x20\xfc\x87\x8f\x5a\xd3\xff\xff\xf1\x41\x50\x3f\x29\x94\xb2\x4b\x16\xc0\x38\x54\xf8\xfe\x9e\x1b\xeb\x3c\x88\xab\x8d\x94\x2e\xa3\x1f\x80\xf7\x90\x22\x1c\x8f\x02\xf0\x99\x40\x6d\x16\x36\x00\xf0\x15\x33\x55\x54\x6a\x5a\xf3\x4f\x3a\xe5\x82\xf8\x2e\xd8\x47\x13\xe7\xec\xb9\x12\xf4\x3d\xac\x88\x07\x2d\x3f\x17\xe1\x83\x7c\xd7\x38\x31\x67\x3d\xbb\x97\xc7\xe2\xf3\xf1\x43\x5a\x29\xd3\x3b\x13\xdd\x29\x7c\xd8\x7c\xa7\xc6\x0b\x8c\x7d\xf4\xd8\x44\x9a\x16\x3d\xe6\x51\x54\xf8\x30\xa2\x5d\x86\xd5\x89\xd8\xff\xa6\x46\x87\x1d\x1b\x1e\x5e\xf3\x4c\x58\xe7\x19\x8e\x2e\x44\x87\x92\x97\x76\x5f\x47\xaf\x02\xf7\xd5\x3f\xb8\x69\x4a\x6f\x08\xef\xe9\xdd\xdf\x60\xab\x57\x89\xff\xe0\xe1\x71\x63\x9f\x01\x1d\x22\xe3\x3a\x70\x3d\x59\x5f\x06\xa9\x70\xb2\xbd\xf2\xcb\x40\x0e\xe9\x72\xf4\xb8\xc4\xa8\xdf\x43\xd0\xb7\x89\x5a\x39\x27\x18\x56\xfb\xb0\xaa\xff\xef\x0c\x17\x58\xf9\xfd\xfa\x5f\x1f\x04\x6d\xd1\x13\x93\xbb\x76\xaf\x73\x10\x94\x7c\x10\x2f\x4b\x89\x24\x46\x2d\x00\x3f\x2f\x79\x7a\x36\x45\x80\xe0\x4b\x9a\xb2\xc2\x1c\x00\x81\x35\x86\xae\xf2\x37\xc1\xc6\xf7\xae\x6d\xa3\x21\x0d\xc9\xca\x3d\xd1\x6b\xca\x31\x9c\x98\xe5\xf8\x29\xbe\xd6\x57\x98\x70\xd6\x86\xae\xc8\x22\x7c\x02\xa9\x37\x3d\x54\xff\x39\x8e\x07\x3f\xa6\xbf\xf9\x55\x6f\x52\x1a\x6e\x41\x5b\x6f\x36\x3a\xfd\x29\xee\x9a\xa6\xe6\xd2\xd1\x04\xcf\xa9\x3b\xda\x9b\x96\x12\x4f\x39\x7c\x7a\xa5\xc3\xb9\xd4\x1d\x3f\x39\x60\xa8\xcb\x89\x49\x8c\xf1\x7a\x76\x42\x6f\x0a\x33\x17\x5d\xdc\x11\xa4\x7f\x0b\x7b\x31\xfc\xd5\x9a\x3f\x92\x95\xa1\x1c\xae\x2a\xb0\xf1\xce\xbc\xc1\x10\x5e\xd2\xb7\x8e\xc2\x43\x5d\x7b\x64\x14\x8b\x7f\xee\x79\x9f\xc2\x43\x5d\x7a\x64\x14\x8a\x64\x3a\x3f\x2c\xfd\x6c\x54\x8b\x7c\x70\xdc\x0b\x7f\xf0\x51\xab\xfa\xff\xbe\xcd\x02\x2b\x3a\x1d\x25\x07\x81\xe2\x83\xa0\xe7\x28\xc0\xb6\xb3\x7f\x9d\x83\xa0\xf8\xa3\xf8\xd9\x88\x6e\x3d\xc4\x0f\x10\x5a\x24\x43\x77\x2c\x16\x20\xc2\x50\x9d\x47\xe8\x06\x40\x84\x85\xde\x0f\x05\x76\x08\x0a\x6e\xb3\x52\xd4\xff\x49\x3a\xe8\x39\xe5\x19\xe4\xf2\x8b\xc8\xe7\x7a\x28\xc6\x2c\xd0\x8a\x70\xc2\x76\xac\x70\x63\xf4\xc5\x35\x3e\xea\xab\x01\xf5\xdb\x93\x99\x8d\x38\x63\xed\xe2\x85\x97\xd9\xfd\x73\xa6\xda\xa9\x68\xe9\xd4\xba\xaf\x79\x3a\xf7\xd1\x0f\x53\x78\x07\x59\xf5\xcd\xd0\x1d\xa9\x5b\xfa\x3e\x18\x24\x2d\xb5\x25\x14\x3c\xe1\x35\x98\xc6\xe4\xc5\xca\x3e\x90\x34\xb2\xc1\x6e\x3b\x49\xdd\x5c\x6f\x44\xc2\x9e\x8e\x64\x5c\xf3\x47\xda\x63\x32\x86\x4b\x0e\x76\xba\xb6\xc7\x18\x8d\x77\xf4\xe5\xa3\xf0\x50\x65\x7a\xa6\x03\xf8\x49\xcf\xd8\x92\x3b\x26\x13\x88\xad\x6b\x4d\x91\x95\xe9\x1d\xa4\xc8\xf9\xdd\xfa\x7e\x58\xd3\xff\x7d\xf8\xda\x37\x31\x00\x88\xd8\xf0\x2b\x6d\x25\x02\x28\xc7\xf1\xb4\x6e\x3f\x02\x60\x9a\xca\xfd\x76\x47\xdc\x3a\x07\xe1\x4d\xc3\x7f\x7c\x6f\x36\x40\x48\x9d\x50\xd5\xc1\x2c\x80\x18\x75\x89\x0b\xac\x8c\xeb\xf9\x49\x71\x38\x5d\x7a\xa5\x1d\x90\x1d\x3d\x68\xfa\x49\xcf\x86\xc4\x1b\xa4\xe1\x32\xe2\x92\x4d\xe8\xf2\x08\x8f\x1c\x0a\x4d\x41\x7c\x1c\x63\xf3\xe6\x12\x9c\x70\x58\x4b\xe5\xfa\xb6\xac\xeb\xd8\x4e\x43\xc6\xc1\xc8\xdc\x35\x1e\x68\x1c\xd1\x9b\x5d\x08\x38\xbb\xe3\xbd\xa4\x41\xdb\x62\x42\x36\x5b\x9f\x9a\xd1\x10\x5a\x37\x43\xa0\x03\x6b\x92\x8a\xee\x4b\x53\xbf\xf7\xcc\x94\x7f\xa9\x3d\xb1\x81\x92\x13\x46\xf1\x05\xba\x9e\x6b\xd6\x80\x25\x84\x8b\x51\x7c\x81\x2e\x25\x9a\x6b\xe0\xb7\x06\xa8\x97\x6e\xb1\x50\xc2\x6b\xf8\x55\x51\x38\xa0\xc2\x61\x73\x05\x44\xc2\x5d\x21\xb7\xc9\x7c\x18\x29\x76\xd9\xbe\xbe\x1f\xd6\xf4\xff\xc3\x5c\xbf\x37\x19\x02\x88\x35\x70\x6b\x6e\xe9\x00\xd0\x2a\xe0\x1c\xdc\x76\x6b\xdd\x07\x61\x8d\x83\xe8\xe4\xde\xbf\x7b\x18\x20\x46\x91\x57\x6e\x9f\x0b\x40\xf2\xbc\x70\x1e\xd3\x20\x40\x26\x9b\x0c\x81\x37\x01\x20\x6d\x54\x33\x5f\xfe\x22\xa4\xa6\x38\x1a\x31\xe9\x1b\x92\xe8\x4f\x6e\x75\x18\x75\x33\x21\xec\xf2\x63\x0b\xd9\x75\x52\x1b\xef\xe9\xfa\xf1\x8c\x6a\x86\x39\xb6\xc5\xfa\x77\xbd\x4a\xfe\x2b\x0c\x8d\x91\xc3\x07\x9b\x92\x90\x5f\xef\xf5\x61\xb6\xb8\xf8\xc3\x10\xbd\xf1\xf3\xb9\x7b\x45\xf0\xec\x81\x19\xf3\x02\x75\xfe\xe3\x35\x0e\xe6\x89\xc5\x69\x34\x63\x96\xe3\xed\x47\x56\x56\xe8\xc9\xb4\xe9\x1a\x46\x2b\x27\x8c\x50\x82\x4d\x65\x9d\x35\x1a\x73\x21\xde\xfc\xd2\x37\xeb\x9d\xd8\xd8\x28\x62\x69\xaa\xb5\x01\x6e\x7f\xb8\x5e\x71\x90\x55\x04\xae\x29\x08\x7b\xee\x83\xb5\x1b\x9e\xcf\x7f\x38\x17\x6d\x6d\x8c\xcf\xf7\x79\x91\x43\x67\x3d\x8c\x9f\xf4\x52\xcd\x3e\x60\xb5\x88\xb8\xb8\x09\xaf\xef\x07\x8a\xfe\xcf\x95\xcb\x65\xb8\x79\x7c\x5d\xff\xd7\x4f\x62\x7d\xbf\x45\x03\xc0\x21\xee\x58\xe5\xb6\x64\x00\x9f\x25\xe6\xc9\xad\x3f\x00\xa2\x72\xd9\x83\x77\x6d\x04\x48\xd6\xe3\x7c\xba\x37\x19\xe0\xf4\x2e\xc1\x41\xa6\xf7\x00\x79\xbb\x25\x3d\xb8\x05\x01\xf2\xf4\x55\x0e\x48\x27\x41\xc1\x99\x2a\xdd\x39\x3d\x14\x69\x5b\x5a\xab\x75\x89\xfb\x71\x24\x38\x3c\xce\x8f\xe5\xd4\x23\x9c\xa0\xd7\x78\x66\x6f\xee\xfd\x25\xb4\xfd\xce\x7a\xab\xb2\x1b\x8b\x57\x8c\x7d\xc6\xee\x5d\x35\x1e\x8e\x33\x9b\x98\xf1\xac\xac\xee\xb9\x67\x25\x3c\x1b\x5e\xd6\x7f\xbf\xc0\x26\x62\xee\xd6\x85\xa5\x86\x7a\xdb\x94\x05\xb9\x73\xd2\x75\x47\xec\x1e\x2d\xd2\xe5\x6e\xbb\x7a\xc6\x9e\x1a\xed\x97\xf9\xfb\x92\x83\xfd\xf8\x12\x2a\x75\xb8\x24\xc1\x41\x01\xc3\x94\x58\x52\xf8\xc1\xe1\x2d\xe6\x41\x3c\x77\xee\x77\x47\x75\x6c\x68\xf4\xfc\xd9\x76\x07\x13\xdc\x96\x08\x95\xec\x6a\x07\x63\x5c\x6d\xf0\xd7\x4c\x26\x07\x5a\xfc\xf1\x80\xb8\xd4\x3c\xfb\x97\xf8\x06\x1f\xa9\x94\x04\x7b\x19\x64\x83\x67\x07\x00\xf5\x16\xfe\xcf\xcb\xeb\xa7\xe8\xff\x7c\xdd\x6c\xcf\x37\x7d\x02\x50\x09\x60\x1e\xdd\x2c\x05\x60\x9e\xc4\x5c\x42\xf3\x60\x3d\x07\x21\xec\x1a\x53\xf8\x96\x2e\x80\xc4\xaa\x0d\x8b\x2b\xfa\xe7\x73\x56\xe5\x9d\xa7\x01\xce\xb3\x72\x33\x1e\xd8\x00\x50\x6e\x26\xa4\x7c\x2c\x0e\xe0\x52\xb6\xdc\x61\x71\x4e\xb8\x5f\x6e\xa2\x41\x44\x71\x92\x98\x8b\x68\x4c\x55\xdd\xa8\x91\xa3\x29\x15\xee\x8f\x93\xfa\x96\x8a\x83\x02\x92\x2c\x4a\xf0\x13\x28\x0f\xeb\x1a\x8e\xab\x15\x23\xfb\xed\x69\xdf\x4f\xdc\xac\xec\xec\x70\x68\x99\x1a\xaf\xb5\x6b\x60\x77\x61\x9b\x09\xac\x6a\xac\xc9\x72\xbd\xf3\x7b\xa1\xe2\x44\x65\xa2\xeb\xf7\xb9\xc9\x62\xaf\x12\x63\xf7\xd1\xf9\xd9\xc2\xba\xf3\xa1\xee\xf6\x8b\x9b\xf3\x44\x28\x79\x48\x39\x0f\xdd\x73\x96\x34\xd3\xaa\xb3\x3a\xdd\xae\x62\x2c\x13\x26\xd3\xc2\xdd\xcf\x60\xfa\xe3\x65\x93\x87\xdc\x88\xd8\xd3\xd1\xdd\xa7\xcc\xdd\xdd\x70\xa2\xe1\x67\xe2\x87\x5d\xbf\xe0\xfa\x82\xed\x63\x43\x5c\x5b\xf0\x12\x01\xfa\x51\xea\x6e\xa5\xf8\x33\xbe\x2b\xb7\x8c\xd8\x88\x2b\xef\x4d\x14\xfd\x3f\xf5\xd8\x8a\xff\x81\xca\x56\xda\x95\xbf\xbb\x6d\xda\x36\x7f\xfc\x53\xf7\x8c\x7b\x4a\xf5\x97\xfe\x4b\xc9\xc5\xa8\x3a\xc1\x62\xb0\x2b\x09\xa0\x0e\xe1\x41\x8e\xdc\x05\xb8\xbd\x24\x3e\x27\x98\x08\x5f\xef\x7c\x57\x7a\xaa\xd1\x47\xda\x7b\x7d\x5e\x5f\xd2\x4d\x7c\x69\x43\x09\x9b\x7d\x79\x8a\xfa\x07\x4c\xaa\x6b\xf8\xd1\xf2\xa7\x4f\x59\xa3\x32\x2f\x7c\xab\xcd\x6a\x29\x0a\xda\xd2\x23\xdf\x18\x75\xcd\xc7\x3f\x69\x92\xa1\xb1\xb2\x64\x26\x60\xe0\x97\x4b\x6d\x49\x01\x67\xa0\xd3\x8c\xef\xd5\xb1\x33\x3d\x81\xa7\x66\x05\x2b\x4c\x33\x43\x03\xf9\xe6\x99\x8a\x63\x53\x3a\x03\x4d\x16\xfc\x0a\xf4\x12\xf7\x06\xcc\x2d\xd6\x9e\x19\xa3\xf8\x9f\xc4\x18\xf9\x37\x2d\x35\xa5\x3c\x3d\x29\xee\x57\x81\xf1\x4b\x78\x11\x71\xd1\xef\x23\xf6\x60\xec\x58\x44\x89\xcf\x10\xf6\x7d\x14\x53\x68\xb3\xcf\x0d\x9c\x6f\x98\x40\x70\xb4\x0f\x07\x0e\x13\xa4\x11\x68\xe5\xe3\x8a\x97\x09\x50\x07\xa0\x75\x64\xd9\xb3\x32\x17\xc8\xfa\xbf\xd4\x7e\xda\xfc\x15\xdd\x17\xbb\x79\x68\xb9\xba\x92\x39\x08\x8a\x0f\x02\xe5\xfe\x77\xb1\xd1\xea\x7d\xf8\x6b\x57\x56\x73\x51\xee\x5e\xdb\xa0\xb4\x5c\xef\x7b\xb0\xcd\xec\xcb\x01\xe8\xe4\x38\x31\xca\x99\x0d\xd0\x43\x27\x93\xa0\xc4\x82\x28\x77\xe8\x6a\xfc\x72\xe2\xf9\x7a\xa3\xfe\x95\x45\xf3\xa9\x87\xdd\xdf\x2b\x13\x7c\x91\x0b\x0f\x6b\x34\x72\xf3\x32\x5e\xde\xec\x28\x78\x95\x7e\xba\xe9\x65\xf3\x8f\x34\x9a\x24\xa3\xef\x2d\x6d\xc9\x09\x96\x89\xd4\x53\x2e\xb7\x9e\xc4\xbd\x39\x85\x9a\x6e\xb9\x6e\x1f\x63\x10\xbf\xf9\xf7\xe3\x4a\xba\xe8\x27\x31\x31\x73\x51\x65\x07\x23\xd5\x62\xcc\xe7\xa7\x8b\x52\xc2\xeb\xa2\xa9\x16\x9d\x73\x0d\xc2\x94\x22\x1b\xd0\xee\xd9\x79\xa1\x91\x61\x42\x4b\xb9\xa9\x97\x82\x1b\x42\x9f\x61\x9c\x12\x8f\x07\x55\x87\x44\x60\x77\xc4\x89\x06\x2a\x04\xe5\x62\xbf\x47\xf6\xf8\x17\x07\x5f\xc1\x29\x87\xbb\xf8\x4b\x07\x0c\xe2\x06\x82\x75\xfc\x8e\x04\x44\xe1\xc5\x03\x42\x00\x98\x38\x99\x09\x1b\xa8\xfe\x87\xfe\x4f\xfe\x1d\x9f\x92\x8b\x42\xd1\xbf\x8b\xc8\xb9\x07\xd7\xfc\x56\x6b\x13\xd9\x17\xe4\x49\x24\xd5\x8a\xaf\x6b\xff\x01\xda\x15\x1e\x75\x98\x85\x03\x7d\xa8\x15\xe0\x8b\xb6\xd8\x27\xc9\x63\x93\x03\xef\xbe\xab\x1c\xb4\x72\x78\x8d\x7a\xb6\xd5\xe8\x47\xc4\x4c\xe3\xed\xf6\x5c\x77\xd5\x3c\xba\x82\x37\x77\x12\x13\x02\xaf\x55\x27\x30\xdc\x30\xbc\xf5\xe3\x76\x41\xb0\x57\x35\xc3\xe4\xd1\xc6\x8b\x81\xfb\x2b\xf8\xa6\x99\x6a\x92\x02\xb8\x4b\x95\x7e\xcb\x5f\x11\xf7\x57\x2f\x7a\x3a\xb7\xbf\x7c\x97\x5f\x77\x9e\xef\xfc\xab\xa2\x8b\x7e\x27\x72\xb6\x2e\xca\xe6\xde\xf5\x13\xc8\xf4\x46\x1f\x38\xfd\xc9\x27\x28\xdd\x79\xc9\x26\x2d\xef\x5f\xdf\x0f\x4f\xfb\xc4\x41\x6c\x75\x34\xca\x73\x28\x7e\x07\x8e\x39\x42\xd7\x43\x2c\x4e\x04\xd7\x1b\x5c\xea\x21\x75\x72\x2f\x5e\x36\xc0\xc8\x63\x77\x94\x38\x3e\xdd\x97\x00\x70\x54\x86\xc9\x99\x9a\xb4\xae\xff\x1b\x1c\xa7\x3e\xb0\x5c\x3d\x8f\x51\xfd\x75\xff\x9d\xe2\x0b\x43\xf1\x01\xa0\x70\x10\x3d\xe4\xfb\xcf\xef\xc8\xcf\xcb\x37\x22\xf5\x0a\x3f\xb6\x98\xc4\xfa\x73\x37\xdd\xdc\xb1\x45\x75\xa1\x94\x13\x3b\x87\xa3\x7f\x26\x2b\x70\xeb\xff\x7a\xec\x31\xfa\x4c\xaf\xd0\x17\x5b\x15\xff\x5e\xc7\xe9\x58\x9a\x71\x4a\xf1\x4b\xc6\x93\xcc\x65\x3d\xc1\x12\x7d\xcf\x6b\x5a\xaa\x6e\xb9\xa4\xf6\xca\x8d\x53\xd5\xf0\x38\x73\x3d\x48\xfa\xad\x7b\xf9\x9e\x13\xe6\x6e\xdc\x9c\x5f\xc9\x0d\x17\xd3\x3a\xd4\x7c\x74\x11\x38\xef\xa9\x8e\x5c\x34\x3a\xeb\xe1\xdc\x50\xd1\x8d\xb6\xcb\x7a\xe6\xbc\xa7\x4c\x77\x29\x27\xe5\xb3\xd3\xe2\x05\x66\x8c\x5d\x42\x9a\x73\xcd\x39\x61\xcc\x54\x5c\x94\x13\xe4\xde\xc4\x9e\x8f\x36\x70\xaa\x3c\xc3\x8c\x63\x09\xff\xe1\x98\x91\xdd\x81\x7b\x1f\xf4\xcb\xb1\x28\xc3\x01\xaf\xe1\xdf\x6e\x7f\x35\xdd\x07\xbf\xe4\x65\x68\xbf\x94\xa2\x89\xc8\x79\xec\x04\xe0\x95\xd8\x59\xbc\xfc\xb9\x29\xfa\xbf\xed\xb7\xd5\x1a\xf6\xe6\xef\x39\x70\x91\xac\xf3\xdd\xed\xa0\xfa\x8b\x83\xa0\xf8\x41\xfc\x84\x3f\x7f\xff\x9f\xe5\x07\x38\x32\xb1\x2d\xf7\xb3\x14\x00\x7f\xcd\xf1\x8c\xbe\x7e\x52\x82\x0c\xa8\x38\x35\x6a\x2c\xfd\x40\x39\x3b\x6e\xbc\xe0\x34\xbb\xcf\x6e\x4f\xb4\x7c\xd4\xc4\xe4\x91\x70\xa9\xb3\xe0\xd1\xfc\xa3\xff\xea\xae\xf3\x4f\x2d\x73\x7f\xf8\x8c\x5a\x96\x8d\x9b\x7f\x18\x8e\x9e\x3b\x7f\x61\x87\x05\xe3\x2b\xc9\x05\x8f\x3c\x63\xcb\x83\x5d\x1d\x8b\x75\xa7\x65\x2c\x53\x1f\xa8\xa1\xdb\xd3\xa3\xad\x94\x1b\xae\x2e\xa1\x13\xf3\xad\xb7\xde\xa4\xc6\x44\xc5\xff\xb0\xd6\xac\x9e\xc3\x1e\x8f\xe1\xb3\xbe\x59\x49\x83\x7d\x17\xb9\x85\x92\x73\x62\x19\x57\xfe\x1e\x2f\xe0\x5f\x6f\x55\x7a\x21\x0c\x1f\xec\x3b\x60\x75\xa1\x90\x1a\x3f\xe4\xd5\x63\xa5\x90\xcf\x88\xa8\xb8\xbb\x5b\x32\xe5\xcb\x21\xd9\x2e\x43\x00\x42\x64\xee\xe7\x5f\x1f\x88\xff\x8b\x03\x79\x12\x4c\x5e\x7f\x0b\xd5\x1f\x1c\x00\x45\xff\xf9\x49\xbe\xd7\xfc\xc1\x04\xe0\xf0\xb7\x2d\xef\xfb\x36\x00\xf0\xa9\x1f\xdb\xda\x2a\x09\xb4\x32\xee\x32\xb7\xaa\xa2\x89\x71\xda\xf4\xc6\x89\xa7\x7d\x11\x0e\x9b\x54\x9f\x96\x60\x09\x6c\x50\x08\x47\x3c\xde\x39\x02\xb3\xad\x4c\x36\xed\xa6\x99\xdd\xd2\x86\x3e\xf7\xcc\x41\xfd\xdd\x68\x9b\x45\x9b\xac\x32\xfd\xdb\x93\x2c\xe8\xb0\x34\x46\x03\x9b\x0f\xcf\x97\x8a\x13\x66\x0c\x5d\xdf\x5c\xc7\x68\xc7\x75\xae\xf9\x5d\x1c\x79\x74\x0c\x5b\x16\xf1\xc0\xc8\xad\x0d\x70\x29\x41\x63\xc6\x82\x77\x51\xb8\xf7\x01\xbf\x8c\x93\x6f\x97\xe2\xa5\xfd\x8c\x8d\x7f\xd4\x14\xe1\x9b\xbd\x9e\x1a\xe3\xae\x09\x21\xdb\x3d\x2c\x8d\x32\xab\x98\x90\x4a\x67\x0e\xe3\x73\x17\x63\x91\x61\xc7\x53\xc6\x3f\x4b\xee\x13\xf6\xdb\x07\xaf\x3f\x07\x94\x3c\x10\xca\x3e\x28\x8c\x58\xad\x75\x5b\xa8\xfe\xe6\x40\xc8\xfb\x65\x7a\x70\x65\xfd\x64\x1d\xe3\x3f\xf7\xc0\x63\x00\x36\x65\x53\x51\xb5\x12\x01\x78\xec\x99\x0c\xae\xbf\x01\x77\x19\x0e\xb1\x2b\x45\xa7\x48\x16\x5a\xee\x9a\xe3\x89\x59\x84\x47\x56\x4d\xb6\xf5\xbe\xda\xc8\x0e\x7f\x6b\xbf\x7d\x0e\x7a\x78\xd1\xb3\x8b\x21\x15\xa6\x9e\x38\xcd\xe6\xac\xc8\x6c\x3d\x2b\xec\xc5\x91\x1b\xd1\x0f\xb4\x65\xb1\xa5\x98\x97\x51\x8c\x5a\x5e\x0b\xce\xd8\xe6\x90\x9b\xda\xfe\xdf\x9f\xe1\x76\x07\x4b\x68\x8f\x7c\xb8\x81\xbb\xe6\xdf\x8a\x2a\xea\x7f\x86\xdf\xe1\xeb\x8f\xfa\xf0\xec\x28\xfe\x8a\xa7\x85\x4e\x61\xd7\x49\xfc\x80\x87\xa8\x6e\x5b\xbb\x39\x7e\xce\xbd\x41\x57\xaf\x25\x04\xc9\x76\x7a\xaa\xf3\xea\xae\x15\x32\x6d\x9f\xa8\x5b\x7c\x6b\x8e\xc0\x68\xc7\xae\x9b\x5b\x77\x9e\xa0\x69\x93\xae\x7b\xb7\xba\x8e\x50\x60\x79\x77\xfd\x39\x08\x46\x56\xeb\xd9\x8d\xe4\x39\x48\xd6\xb9\xda\xc9\xe7\xc5\xdb\xde\xff\xf5\xfd\xff\xbb\xfe\x6e\xb2\x1e\xd8\x96\x08\x70\xf8\xda\x16\x42\xcd\x6b\x00\xae\x80\x83\xbd\x25\x42\xf0\x55\xa2\x8b\x67\x2a\x73\x02\x0e\x68\x70\xcb\x31\x47\xce\x10\x67\x2d\x76\xeb\x57\x7a\x78\x13\x3c\x7c\x85\x1d\x53\x6d\xe9\x09\x34\xe9\x3f\x5c\x9d\x4c\xf6\x22\x27\xaf\xb9\x79\x8a\xeb\xfa\x21\x82\x9d\x07\xbc\x24\xb4\xce\xe3\xef\x7f\x44\xfb\xd8\xaa\x6b\xe3\x07\xf1\x7c\x5e\xfb\x28\x79\x1f\x6a\x6c\xb3\x25\x08\x8b\xf3\x76\x75\xe1\x6f\xdf\x10\x36\xe7\x6c\x75\xae\x8f\x43\x48\xb6\x43\x80\x7a\xed\x40\x2b\xd2\x6b\xd7\xbe\xe6\x77\x61\xd2\x73\x96\xa0\x67\x75\x45\x43\xb1\x03\x45\x28\x31\xff\xa0\x5e\xfc\x00\x21\x10\x4d\xb6\x6b\x84\xb6\x8e\x10\xa9\x4c\x78\x35\xcc\x1a\x87\x89\x1a\x86\x3a\xeb\xf3\x30\xcd\xee\xef\x39\xd0\x4a\x3e\x17\x28\xfa\xef\xd4\x2a\x07\xa5\x41\x7e\xfe\xc9\xfa\xcc\x90\xea\xdf\xfa\x57\x93\xe4\xdf\xfa\x67\xe9\x2c\x00\xfb\xdc\xde\x89\x33\x33\x40\x90\x4c\xe3\xb2\x4b\x90\x04\x0f\xf5\xc7\x12\xbc\x01\x2f\x48\x5d\xa6\xfb\x55\x38\x9c\xd3\x89\x45\x9e\x9b\x4d\x68\x2c\x9d\x89\x01\xa7\xee\x99\x59\x1a\x3e\x23\xee\x2b\xf6\xb0\xfc\xaa\xbb\x9b\x90\x7f\xa7\xda\x8e\x5b\xf3\x01\xc1\xaa\x87\x60\x2f\xa0\xf6\x8a\xc0\xf8\x79\xdc\x41\x4b\x85\x8b\xa0\x89\x34\xd8\xe6\x2b\x5d\x24\x7c\x25\x58\x98\xdf\x56\x4c\x43\x6c\x09\x5d\xc6\xa7\x15\xc6\x66\x55\x89\x07\x0d\x42\x15\x8b\x27\x68\x88\x3b\x0c\x35\x14\xdf\x7c\xf2\x26\x8a\xe8\x63\xd6\xfc\x2e\xcc\xdf\x28\x12\x7d\x75\x27\x94\x0a\xfa\x1e\x13\xb3\x75\xee\x2a\x8e\x74\x17\x12\x3f\x6a\xd1\x2a\x1f\xee\x08\x22\x76\x68\x17\x03\xc4\x92\xf9\x8f\x0b\x64\x1e\x86\xa2\x7f\xff\x6f\x3f\x14\x8a\x0f\x3e\xc5\x07\xe0\x29\xd9\xff\xbf\x85\xac\x07\x51\x7c\x00\x28\xfa\x6f\xee\x31\x00\xf6\x43\xbb\x8b\x93\xf5\x00\xc4\x44\x58\x92\x23\x6a\xa1\x57\xe5\x9b\x80\xb2\x17\x33\x70\x1b\x9f\x92\x99\xb5\x6b\x20\x05\xbb\xf4\x6a\x6e\x36\xd3\x20\x19\x46\x79\x69\xd7\xe8\xdf\x25\xed\x3a\x83\xd6\x3b\x88\xca\x24\x3e\xa8\x14\x30\x8c\xd0\x78\x4f\xcc\x6d\x1c\x36\xea\x5e\xe3\x1e\xbc\x89\xd1\x9f\x3c\x0d\x47\x15\x82\x88\x57\xd0\x6d\xfa\xa7\xe4\x85\x49\x1b\x89\xd9\x28\x15\x4a\xce\x87\xac\x20\x5e\x82\x74\x50\x75\x48\xf6\xea\x4c\x04\x91\xa8\xce\x2b\xab\xf9\x63\x8a\xc4\xa4\x5a\x21\x13\xf9\x85\x8a\x64\xa3\x14\x23\x73\x75\x64\x23\xc9\x5d\x69\xab\xcc\x8b\x81\x71\x52\xb0\x62\x88\xac\xe0\xeb\x74\x52\x98\x62\xd8\x1f\x7e\x28\xe4\x39\xd0\x4d\xe6\x44\xff\xd6\x7f\xd7\x38\xa8\x3d\xff\x5b\xff\xa3\x70\x30\xc5\x64\xee\x21\x4b\x8a\xac\x7b\x21\x00\xb4\xe7\xa8\xa8\xa2\xaf\x01\x08\x86\x1c\x9c\x09\x38\x03\xa0\x38\xc1\x41\x74\xe1\x87\x24\x83\x17\xa2\x56\x56\x2f\x49\x88\xc3\x3b\x79\x12\x25\xf7\x42\x77\x80\xd4\x93\xfc\x41\xc5\xf9\x5f\xee\x41\x25\x84\x64\xdb\x18\xa4\xc9\xa7\xc8\x43\xb2\xec\x5e\xd0\x28\x94\xd7\x24\xa9\x0f\xf7\x6b\x52\xcb\x89\x93\x14\x17\xd2\x35\x59\x28\x7e\x17\xd2\x41\xa4\x05\x52\x8e\xc2\x0e\xc9\xef\xa0\x42\xfa\x2e\xed\x27\xb1\x15\x9f\x01\x27\xc4\xa6\x24\x0e\xcd\xb9\xc2\x41\xf1\x41\xf1\xa2\x9f\x2f\x81\x43\xec\x9e\xd8\xdc\x37\x3b\x90\x13\x65\x94\x60\xfc\xc8\x0c\x87\xc5\x75\xd7\xdf\x07\x28\x73\xf0\xe3\x0f\xaa\x3f\x38\x98\x59\x9f\xbf\xf5\xcf\x67\xe4\xfb\xdd\xf7\xe9\xfe\xd6\xff\x28\xfa\xe7\x5a\x1e\x08\x99\x8b\x39\x39\x07\xc0\x3c\xb6\xdd\x35\x68\x2f\x80\xc0\xf1\x7d\x8d\xee\x7d\x00\xf2\xd7\x59\xf9\xed\xe8\xe0\xb5\xae\x24\x5f\x24\x85\x7f\xd0\x43\x83\x9f\x9f\x93\xc4\x16\xd4\x43\x10\x89\xd3\x94\x41\x34\x2a\x81\x3d\x3b\x56\xf6\xb7\x9a\x0c\xd0\x9c\x0f\x95\xaf\x57\xb6\x20\x7d\xab\xde\xae\x68\xa3\xb8\x9b\xd4\xd3\x04\x4a\x37\x64\x09\xa4\x6f\x5d\x29\x0a\x06\x32\xfb\x48\xdf\xdf\xa5\xcb\x7f\x92\x5e\x22\x3d\x9e\x5c\x52\xda\x41\xf1\x79\xf8\xbf\x78\x07\x21\x0c\x69\x1b\x2c\x72\xef\x12\x6a\x40\x07\xc2\x47\xee\x2e\xc1\x82\x69\x76\xf8\xce\x25\x0c\xd0\x56\xf5\xf7\x39\xb0\xca\xc1\x50\xf4\xdf\x4f\x77\xfe\xd6\x3f\x1f\xf8\xad\xd6\x9b\xe4\x5c\x88\x35\x0e\x86\xfc\x5c\x24\x91\x75\x4e\x8a\x0f\x84\xab\x34\x59\x07\x3f\x03\xc0\xcb\xbb\xbb\xce\xd1\x07\x40\x8e\x81\xc9\xd7\xf2\x05\x80\xd6\x0c\x47\xb7\x21\x13\xf4\x99\xd3\xf0\xc5\xe8\x76\xc2\x65\x8f\x00\x61\x3a\xcd\xdf\x70\x29\x74\x42\xb8\x5d\xfd\x20\xc4\x25\x9d\x14\x1b\xa3\x70\x0f\x8a\xb3\xe0\x58\xec\x2c\x31\x21\x5f\x05\x7a\xd7\x9c\x25\x31\x32\x5f\xc1\xa8\xb1\x48\x52\x52\x6a\x0a\x50\x9d\x69\x92\x76\x52\x67\x80\xb3\xdf\x45\xfa\x8e\x44\x06\x98\x8c\x25\x4b\x0c\x88\x33\x40\xd1\x22\x93\xe8\x01\xf1\x9b\x70\x05\x0c\x45\x15\xfe\xe5\x1d\x4e\x2c\x2d\x3f\xe9\xec\xea\x7c\x77\x97\x2b\xd3\xc8\xbf\x1c\xcc\xbf\x1c\xd0\x2b\xf2\xba\x29\x1c\xd0\x6d\x72\x0e\x0a\x25\x0f\xe4\x5c\xc4\xdf\xfa\x2f\x45\xff\xf6\x21\xeb\xe4\x36\x73\x00\x54\x9b\xa9\xa8\x1c\x7e\x02\x70\x84\xef\xd8\x6c\xe9\x08\x20\x8e\x61\xc0\x19\x1f\x07\x50\xbb\xc7\x3c\xa6\x5b\x0d\x58\xe3\x60\xce\x1d\xda\x67\x60\xca\xc1\x88\x87\x4e\x5d\x00\x46\x03\xe8\xf9\x2c\x54\x0a\xa1\xef\xe4\x5d\x81\x5a\xc5\x70\x78\x9f\xc4\xc5\x7f\x46\x61\x18\xaa\xce\x62\x85\xe5\xff\xe5\x1e\xa4\x9a\x20\xab\x41\x51\xe4\x8e\x44\x21\x14\xb6\xdf\x14\x3e\xbb\xe6\xf3\x60\x01\xe5\x43\x27\x85\xf7\x8b\x89\xc3\xd5\xa9\x6e\x61\x8f\x35\xde\x61\x0b\x00\xb4\xf2\x87\x53\xfa\x21\x48\xbf\xd2\x8f\x04\x80\x1f\x2b\x9c\x24\x25\x0f\x66\x9c\x11\xfe\xbf\x1c\x50\x55\xd2\xdf\x73\x90\x92\x07\x42\xf1\x43\x09\x1a\xfa\x5b\xff\x37\x21\x00\x50\xc5\x53\x51\x59\xd3\x03\xb0\xe5\x6e\x0b\x37\xe6\x03\x10\x1c\xde\x6d\xac\xb7\x19\x40\xe9\xd3\xe1\x1e\xed\x6a\x00\x3d\x06\xd6\x27\xea\x08\x80\xf5\x2c\xbb\x91\xea\x6b\x00\xaf\x3d\x5c\xfb\x94\xaa\x00\x82\xd4\x38\x07\x15\x92\x01\xa2\xdc\xb8\xa2\xe5\x92\x01\x9d\xb2\x8b\x07\x25\x7b\x04\x26\x72\xde\xf1\x7e\x94\x7a\x01\x5f\x8a\x8d\xf8\xf4\x25\x17\xe1\x4d\x25\x37\x7f\xbd\xf8\x5b\x78\x7b\x53\x9e\x5f\x55\x2c\x1a\x9e\xb7\x7d\xe6\x7f\x27\x32\x02\xc3\x5d\xa3\x7c\xb7\x85\x3b\x60\xec\x4d\x1a\x9f\xb0\x70\x22\xfc\xf8\x62\xcb\x17\x2f\xec\x0a\xd8\xa9\x5a\xbe\x3d\xc2\xfc\x00\x98\x01\x9e\x08\xc1\x6f\xcb\x7d\xe0\x50\xa5\xcc\xc1\x1f\xfa\xab\xf5\xff\xe4\x80\xc8\x7d\xf8\x97\x83\xa1\xe4\x81\x84\x91\xf3\x71\xfe\xf5\x81\xb0\xbd\x0a\xc0\x78\x7b\x53\x9c\xd2\x28\xc0\x06\x6b\x2a\x2a\x54\x1d\x00\x8f\x3f\x2d\x4a\x73\x00\x40\x56\x9a\x81\x55\x39\x0e\x40\x2d\xe5\x20\x8f\xd2\x14\x80\x71\xfe\x91\x44\xa5\xb3\x00\x8e\x6f\x59\x1d\xe4\xe7\x00\x7c\xb6\x1d\x8b\x92\x9b\x02\x08\x8d\x62\xef\x90\x3b\x0c\x10\x27\xc8\xa9\x2e\xa5\x0c\x90\xa4\xce\xae\x22\xf9\x08\x20\x67\x96\x53\x51\xa2\x0e\xe0\x82\x25\xd7\x17\xb1\x3d\x00\x97\xae\x71\xd2\x8b\xee\x04\xa8\x99\xe0\x24\x51\xf4\x7d\xe1\x26\xc0\x3c\x74\xe4\xee\xa5\xf0\x0e\x82\x25\x00\xfd\x21\x5c\xa2\x82\x53\x00\x5f\x98\xb8\x55\x05\xdf\x02\xfc\x1a\xe4\xba\xf3\x6f\x1e\x0c\x85\x03\xa2\xe4\xa1\x50\xce\xc1\x7f\x39\x98\x14\x81\xd5\x4a\xf1\x43\xf1\x29\xf9\xfb\x39\x30\x25\xef\x17\x4d\x32\x1f\x24\x93\x0f\x40\xfd\x83\x8a\x4a\xbd\x00\x80\xf3\xf4\x36\x56\x65\x36\x00\x51\x3c\x1d\x97\x82\x22\x80\x22\xfb\x3e\x77\x59\x66\x00\x9d\x32\x06\xb4\xcc\x08\x80\xa5\xc8\x21\x7f\xd9\x70\x00\xe7\x0a\x26\x51\x19\x15\x00\x9f\x86\xa3\x58\xe9\x22\x80\x30\x1f\x56\x17\x49\x47\x80\x98\x6c\x56\x5e\xc9\x40\x80\xd4\x04\x76\x15\xd1\x69\x80\xac\x76\xd6\x20\xd1\xfd\x00\x45\x54\x6c\x9a\xc2\x45\x00\xe5\xfe\x6c\xbb\x84\x4d\x00\xaa\x92\xd8\xe5\x05\xcd\x01\x6e\xd9\xb2\xa9\x9e\xc0\x01\x34\x6b\xb2\x6f\xa2\xf0\x0e\x27\x88\x00\xcf\x37\x70\x9c\x13\x28\x04\x18\x90\x63\xaf\x1a\x9e\x23\xbf\x07\x7c\x24\xbf\x07\x90\x39\x20\x4a\x2e\x56\x29\xf9\x7d\xf1\x2c\x2d\xfc\xc5\xc1\x50\x78\xb0\x35\x3f\x14\xf2\x7a\xad\x4a\x57\xab\xde\xcd\xd5\xaa\x4c\x3e\x37\xc4\x45\x00\xa8\xea\xa9\xa8\xe4\xb5\x00\x98\x5f\x6f\x7a\x2a\xd3\x09\xc0\xf7\x76\xfb\x76\xc9\x9f\x00\x92\xa5\xbb\x48\x62\x93\x00\x2a\x9f\xe9\x7e\x8b\x6d\x02\xd0\xd3\xda\xd3\x2a\x56\x00\x60\x91\xb8\x2f\x41\xf4\x27\x80\x43\x06\x03\x46\xf8\x27\x80\x87\xcf\x7e\x25\xe1\x39\x00\xff\x85\x83\x74\x22\x16\x00\x51\x3e\x87\x89\x42\x78\x80\x04\x79\xc6\xe8\x13\x43\x00\xa9\xc3\x87\x63\x84\x3d\x00\xf2\xcf\xb1\xe8\x9e\xb8\x02\x50\xfc\xe5\xa8\x9f\xc0\x26\x80\x4b\xf5\x4c\xe1\xfc\x16\x00\xd7\x70\x4c\x6f\xf8\xf1\x00\x77\x44\x58\x98\x79\x9d\x01\x9a\x87\x99\xb4\x78\x17\x01\x3a\x74\x98\x57\xa6\xbd\xc6\x3d\xaa\xbf\x38\x90\x35\x7d\x6b\xe5\xf7\xfc\x23\x44\x69\x9f\x8d\x4a\xff\xe5\x20\x28\x3c\x88\xaa\x94\xea\xf8\xa1\x20\x00\xd4\x09\x9d\x1d\xac\x83\x00\xfa\x0f\x4c\xac\x79\xec\x01\x0c\xc6\xed\xab\x84\xb9\x00\x0c\x26\x7d\xcc\xa4\xd9\x00\xf4\x9f\x9f\x4c\x57\x91\x80\x7e\x5d\x9d\x2c\x03\x2d\x7b\x88\xd5\x2e\x2f\xe7\x31\xf0\x01\x45\x8d\xce\x5b\x31\x26\x97\x60\x9f\x6a\x74\xa7\x8f\x39\x1b\x09\xad\xbc\x7b\x50\xcf\xa2\x8d\x34\xab\xc8\xfc\x8b\xdb\xf2\x38\xb0\xca\x7f\x21\xc8\x98\x61\xe1\xa4\x5c\x09\xa1\xcb\xb0\x0e\x1e\xca\x66\x13\x05\x74\x83\x97\xc4\x65\xa3\x89\x2a\x3a\xbd\xbf\xee\xca\xcc\x11\xb3\xb5\xde\x8c\xcb\xcb\xea\x12\x4b\xb4\x02\x3f\x9e\x90\xed\x24\x56\x6b\xf1\x0f\xb2\xca\x86\x12\xc7\xd4\xaf\xbe\x3a\x25\x4f\x47\x6c\xd3\xda\xfa\x6c\x5e\x76\x80\x74\x54\x55\xf9\xc9\xa8\x9c\x10\x49\x58\x25\xe4\x51\x84\x5c\x2d\x49\x5d\xb9\xee\xbe\x8e\xfc\x7d\x92\xb4\x4a\xd1\xf2\x7a\xd5\x78\xff\xee\xc3\xdf\xfa\xff\xae\x64\x91\x15\x9f\x6f\x9e\xe7\x92\x06\x5b\xef\xac\xeb\xff\x8a\xfb\xe5\x63\xf7\x71\x01\x68\x1c\x57\xd5\x3c\x6c\x02\x80\x6a\xd0\x1e\x67\x8d\x06\x30\x68\x32\xca\xe2\xf1\x01\x30\x32\xb1\x6b\x11\xf1\x06\x30\x4e\xf0\x12\x94\x2d\x04\x30\x38\x7d\x52\x56\xd5\x1c\x7a\xf4\x18\x32\x0d\xb5\x55\xc1\x07\xe5\x53\xe6\x63\xf8\x14\xb8\x34\x0f\xdc\xbe\x62\x26\x09\x74\xaa\x8e\x5d\xf1\xe6\xde\xa4\x4a\x95\x83\x43\xf5\xb6\xa6\xa4\x6b\x8a\xb3\x33\x2f\x6c\x99\x80\x55\xfe\x13\x41\xd6\xec\x17\x18\xc8\x2b\x10\x12\x4c\x74\x09\x82\xb2\x0d\x44\x36\x5d\xc2\xbc\xa8\x6c\x1f\x51\x4c\x37\x6e\x72\x41\xce\x86\x28\xa4\xb7\xfd\xab\xa4\xdc\x43\xa2\xba\x6e\xfc\x88\x82\xdc\x10\x31\x18\xf5\xa1\xdf\x56\xde\x90\x78\x4e\xbb\xe5\xb9\x83\x82\x3c\x31\x1f\xc5\xd1\xf3\x54\xfe\x19\x71\x40\x53\xe2\x09\xab\xbc\x2a\x89\x46\xed\xc3\xc3\xe3\xf2\x3d\x24\x56\xd5\xb7\x6d\x78\x79\x43\x92\xb9\xf2\x41\xf8\x1f\x5c\xd0\xdf\xfa\x3f\x2b\xaf\xa4\xef\xa6\x6f\xff\xe5\x20\x94\x0a\x64\xbd\xe8\x8d\x01\xb4\xb2\x95\xb3\x0e\x4d\x00\xe8\x29\x6b\x0f\x1d\x3b\x0f\x60\x9c\x6a\x6c\xcd\x3f\x0f\x60\xf2\xc4\x96\x4f\xac\x10\xc0\x04\xe3\x89\x95\xaf\x06\x30\xcc\x8d\x8c\x50\xe5\x83\x6c\x03\xc3\xcc\x4b\xfa\x87\x41\x53\x67\xa1\x04\x67\xe2\x40\x42\xb4\x74\x6e\x8b\x5b\x0a\xae\xf5\xa1\x5c\x85\x6e\xb8\xc2\xf6\x32\xc9\x45\xa9\x72\xb6\xd9\xa1\x84\xf4\x48\x91\x0e\xa9\xb1\x39\x0c\x8e\x72\x40\x28\x31\x56\xc3\x7b\xc8\x59\x10\x7e\x1a\xd8\xce\x70\xc9\xe3\x09\x59\x26\x15\xe3\x33\xf2\xfd\x84\x51\xc3\xf6\xcf\x4d\xf2\xb7\x88\x0c\xfa\x3d\x83\x5c\x0a\xc1\x44\x5e\x7d\xb3\x97\x67\x15\x7e\x13\x4d\x75\x7f\xf7\x76\x2a\xdc\x26\xe6\xa1\x6c\xbb\xe2\x15\x63\x89\xc5\x28\xcb\x47\x31\x8a\xc9\xc4\xc7\x5a\xb7\xef\x77\x28\x74\x91\xb6\xa9\x2b\xb6\x30\x2a\x84\x91\x14\x55\x72\xe0\x3f\x5c\xd0\xbf\xf7\xff\x29\xfa\x3f\x5f\x82\xe8\x95\xad\x9f\xd7\xfb\xa0\x66\x2f\xfd\x84\xde\x12\x40\xbb\x5a\xf9\xf8\x21\x22\x80\x41\xb6\x06\x3d\x8b\xec\x7a\x1f\xcc\x1e\x59\x75\x89\xe7\x02\x98\xc5\x7a\x64\x28\x90\xe0\xb9\xc9\x87\xf0\x17\x9a\xef\xc0\xcd\x70\x24\x53\xc3\x88\x09\x8e\xea\x99\x94\x98\x99\x4b\x90\x46\xb5\x9a\x6f\xff\xb0\x7a\x45\x0a\xd2\x38\xf0\xe4\x91\x43\x1a\x49\x4d\x65\xe1\xe3\x35\x27\x7d\x92\xb4\xd2\xc7\xc5\x00\xa7\x1b\xa4\x87\x8a\x7b\x91\xeb\x36\xc7\x41\x4a\x3e\x9b\xe0\x60\x5a\x88\x89\x92\x57\x22\x94\x18\x17\x4c\xbe\x53\xdc\x47\xd0\x34\x4f\xf9\x2a\xa7\xb8\x99\x70\xce\x04\x3d\x72\x4e\x61\x8a\xf0\xd9\xc8\xaa\xdf\x53\xf1\x03\x61\xd6\x88\xef\x05\xa3\xd2\x5e\xe2\x11\x83\xf3\xdd\x93\x4a\x1e\x44\x5d\xbd\xf7\x1d\x7d\x4a\xee\xc4\x68\x5d\xaa\x76\x56\xa5\x4f\xc4\x73\x3a\x7b\x5a\x55\x94\xf9\x89\x6d\xda\x99\x77\x05\x95\x6f\x10\x5f\x69\x75\xc1\xff\xc9\x05\x51\xf4\x7f\xb6\x34\x91\x8e\xcd\x2e\x00\x22\x25\x22\x17\x69\x2f\x02\xc8\x94\x8a\x9f\xdd\x75\x09\x40\xbd\x4e\x7a\x84\xfe\x11\x80\x7e\xb8\x42\xde\xa1\x1b\x00\xc6\x99\x9a\x0a\xc7\xf2\xd6\x39\x29\x8b\x46\x8b\x7b\x12\x2d\x00\x16\x75\xae\x3d\x4a\x46\xf0\xd2\x94\x35\x6c\x40\xf3\x2c\x78\x18\x45\xa5\x1b\x19\x7e\x87\xbd\x7a\x03\xc5\xef\x2d\x76\x93\xb2\x50\x4e\x77\x14\xed\xdb\x48\x7e\xea\xa3\x3d\xc2\x0e\x2d\xa4\xbd\xaa\x6e\x9f\xd5\x5c\x9e\x12\x09\xca\xca\x58\x57\xd7\x02\x4a\x1f\x08\x5f\x14\xb4\x09\xf4\x16\xf1\xb3\xd7\x15\xa9\x08\xfb\x2c\xf7\x7d\x77\x51\x62\x26\xd0\x58\x89\x7f\x4c\x50\xd2\x24\xd8\x9a\x27\xbe\x3b\xa3\x54\x4c\xc8\x37\xed\x7a\x75\x59\x99\x8b\xd0\x60\xf2\xbd\xf7\xa3\xb2\x1a\x61\xd1\xa8\x94\xc2\x85\xb5\x97\x29\x13\x88\x46\xfa\x62\x6d\x18\xe5\x7a\x62\xb6\x4e\x6d\xb3\xa1\xea\x36\x62\xb0\x9e\x68\x7d\xa3\x8a\x10\xb1\x5f\xeb\xc9\xff\x3d\x17\xb6\xbe\x12\x4a\x5f\xae\x9c\x76\x22\x0f\x69\xfa\xd6\x7d\x10\x28\xb9\x18\x5a\x7c\x12\xcd\x7b\xfd\x01\x0c\x0d\xe5\x6d\x0e\x59\x01\x98\xe5\xaa\x2d\xb2\xde\x5b\xcf\xd3\xb2\xbc\x65\x51\x2c\xe9\x06\x60\x29\xee\x3c\xa2\x58\x0d\xa5\x16\x5b\x42\x3d\x74\x3a\xc1\xc8\xf8\x51\xea\x47\xe3\x30\xd2\x98\xfe\xc3\x92\xc7\xd6\xdb\x29\xbc\x1c\x89\x4b\xe3\xf6\xd3\xeb\x2e\xc6\x24\x66\xd5\x3d\xa3\x09\x2e\x4c\x6b\x9c\xdc\x79\xc5\x44\x24\xc0\x8e\x05\xcb\xa7\x98\x8b\x14\xd8\xf2\x4c\x59\x28\x1f\x41\x9c\xed\xeb\xc6\x98\x95\x96\x90\x61\x9b\xed\xc3\xcf\x95\x95\x08\x3c\x96\xd5\x6f\x48\xca\x08\xc1\xcc\x22\xad\xcf\x5e\xa5\x89\x10\x65\x5e\xf8\x04\xaf\x12\x4c\x18\x34\x61\x7e\x5c\xa8\x72\x9c\xc8\x6e\x78\xb8\xed\xb6\x6a\x0b\x91\xc5\xf0\x51\x4b\xa4\xea\x75\xa2\xb2\x81\x57\xe3\x05\xd5\x77\x44\x6f\xbd\x8e\x5b\x32\xaa\x54\xc4\x01\xad\xef\xff\x9d\x0b\x54\xf1\xa2\x2b\xfa\xcc\xbf\xfa\xbf\x98\xa3\x50\x19\xed\x21\x00\xa5\xcf\x62\x3b\xe9\x84\x01\x50\xf7\xc4\x7c\xf6\x5c\x02\x30\x91\x91\x26\x1e\xa8\x03\xb0\x7c\xa3\xb6\xf9\x98\x38\x80\x2d\x5a\xd7\x86\x9f\x06\xc0\x66\x9b\xb9\x8d\xa4\x2b\xcc\x5a\x8d\x3b\xb7\xaa\x9c\x80\x9b\xe6\x63\xc1\x37\x50\xbb\x41\xc3\x24\x3b\xe5\x8e\x89\x24\xa9\xd8\xb0\xab\xf8\x89\xbd\x25\x89\x55\x37\xf2\xf6\x57\xd7\x54\xe2\x7b\xcd\x3b\xbd\x6e\x1e\xe2\xc4\x4c\x35\xcd\x71\x5b\xaf\xf1\x35\x4e\x4e\x46\x29\x05\x3f\xee\xd4\xb2\x50\xaa\xcc\x8d\xc7\x3a\x35\xfe\x50\x56\x4e\x41\x6c\x1d\x98\x3f\xf9\xa8\x58\x22\x67\xed\x37\x0d\x0a\xa9\x3c\x42\x06\x6d\xb7\xbc\x54\x55\xfd\x86\xfc\xb6\x69\xee\x51\x53\xcb\x26\xf0\x59\xa1\x29\x5c\xd8\x03\x26\xb5\x1e\xc2\x3d\xd3\x99\x16\x17\x75\x45\xc2\x77\x93\x84\x86\x42\xf5\xd7\xc4\x1d\xc6\x82\xb7\xcf\xab\xf3\x12\xad\xf4\x07\x6a\x3b\xd4\x7e\x10\x8b\x75\x37\xff\xd9\x07\xca\x5c\xf8\xdf\xfa\xbf\xf8\x88\x10\x17\x2d\xf7\x3a\x07\x41\xe1\x41\x2c\xb6\x48\x5d\x3f\xd0\x0d\x60\x3b\xa6\xe8\xc2\xec\x07\x60\x3f\xa2\xa3\xcb\xf7\x12\xc0\xc1\xc4\x74\x41\x2a\x0c\x5e\xdb\x99\xd8\x93\xd4\x32\x21\xd6\xfa\x44\xc0\xa8\xde\x33\xd8\x6a\x86\x4f\xce\xb0\x48\x26\xc5\x19\xd9\x16\x7f\x76\x40\xaf\xf1\x72\xb1\x5a\x49\x7d\x42\x3e\x5a\x44\x4d\xb5\xf4\x89\xcb\xbe\xd7\x28\x7c\x18\xee\x83\xb2\x26\xbe\xdc\x95\x7d\xfa\x83\x4a\x0c\xbe\xc0\x4d\x62\xac\x4c\x15\x85\x1f\x74\xf9\x3a\xe4\xa9\x66\x81\xec\x77\x3e\xff\x7a\x4a\xad\x1b\x09\x76\xdc\xf4\xec\x96\xda\x2b\xe4\x93\x6d\x75\x17\x8b\xc6\x7e\x64\xd2\xf6\x71\xfb\xa0\x46\x38\x81\xc7\xba\xae\x2d\x5f\xa3\x84\xe0\x65\x19\xd3\x38\xac\x31\x49\xb8\x6b\xd6\x77\xe7\xb5\xc6\x4b\xc2\xb4\xc9\x8d\x5a\x46\x4d\x31\xe2\x09\x23\xde\xea\x61\x8d\x61\x62\x80\xbe\x09\xfc\xc9\x05\xad\xea\xde\x14\xfd\x5f\x9e\x67\x90\xea\x0f\xfd\x5f\x6e\xd7\x89\x69\xda\x9b\xeb\x1c\x04\xc5\x17\xc3\x7a\xa3\xf8\x9d\xfd\x06\xeb\x39\x52\x2e\x1f\xb5\x8a\xf8\x24\x00\x9c\xe7\x8d\x9b\x24\x5f\x43\x9f\x3d\xb3\xdd\x3b\xb5\x97\x60\x65\x7b\xcf\xcf\xdc\xd0\x80\xf4\xd6\x92\x27\xf1\xae\xf5\x03\x92\x90\x49\xd7\xf9\xcb\xae\x0a\xc4\x61\x3d\x95\x7a\x15\x0f\x84\x28\xa4\x2d\xfe\xdc\xc4\x3f\x9f\x30\xa9\xce\x3c\xf9\x2d\x30\x88\xc8\xa0\x2a\x84\x13\xf3\xb7\x9f\xb7\x50\x55\xc5\x7d\xf2\xf6\xfe\xa1\xae\x3a\x86\x97\xf6\x0c\xfa\xd8\xad\x1e\x81\x57\xf0\x3a\xb0\xe6\x13\x55\xad\x79\x18\x3f\xee\x26\xd8\xc5\xae\x75\x10\x91\x73\x1e\x6f\x2f\xd5\x6a\x40\x62\x9c\x0e\x51\x7c\xb2\x1a\x67\xb4\xf7\x12\x8e\xdb\x5c\xbb\x59\xaf\x5d\x41\x08\xb1\xc4\xdd\x88\xd3\x1a\x24\x7c\x34\x7d\x7d\x75\x4a\x5b\x87\x48\x67\x3c\x57\x29\xa5\x1d\x4f\x54\x34\x84\xff\xce\x05\x8a\xde\xc9\xea\xcd\xf7\x70\x13\x03\x80\xe0\x37\xde\xd4\x2d\xc4\x75\x1f\x04\xdd\x1b\x02\xd8\x5d\x7c\x00\x56\x8c\x82\xc6\x7b\xa2\x00\x1c\x5e\x88\xf2\x31\x0c\xae\xe7\x27\x79\x46\xa8\x0b\x2f\xbf\x3f\x78\x3e\x36\xdc\x2c\xf9\x1a\x3e\xb8\xfc\xb4\x0e\x52\x53\x05\x49\x87\xab\x5e\xbd\xc6\x31\xa4\x54\xeb\xb9\x53\x1f\x1d\x50\xc4\x4f\x66\x79\x45\xe0\x19\x40\xf4\xd0\xc7\xd7\xeb\xfb\xa9\x13\x9a\x51\x9b\x5f\x0e\x85\x78\x12\x0e\xa9\x0f\xcf\xf1\x46\x4c\xe2\xcd\xd5\x78\xb0\xb7\x82\x0f\xfd\x78\xa2\xc1\x8b\x1d\x0d\xe6\x1a\xdd\xa6\x31\x83\xd3\x0e\xdc\xb0\xe6\x13\xc5\xa9\x15\x82\xd7\xf6\xa6\xe9\x16\x42\x29\xe0\x25\x7c\x38\x1f\x79\xa0\x7c\xf1\xcd\x1e\xf9\x14\x1e\xaa\x31\x0a\xe5\x83\xf4\x3a\x1c\xbc\xe9\xa8\x73\x15\x99\xb3\x67\xba\xde\xaf\xeb\x48\x38\x6a\xdb\x58\xd5\xaf\xf3\x81\x70\xc6\x32\xea\xb2\xab\x4e\x0b\x61\xd0\xac\xb1\x7c\x40\x97\x91\x48\x6d\x7a\x18\xfe\xc3\xc3\xfc\x7b\xff\x5f\xec\x03\xa7\xe6\x96\x0d\xeb\x3e\x08\x86\x23\x3c\x16\x3b\xa4\x01\x6c\x4b\xf9\xdb\x77\xbb\x03\xb8\xa3\x85\xbf\xec\xcf\x06\xf0\xd1\x97\x22\x1e\x55\x06\x08\xac\x54\x76\xe7\x3e\x03\xe0\x77\x49\xf7\xa5\x84\x2c\xbc\xf0\xf2\xb2\x9c\xd3\x30\x23\x4d\xb9\xd4\xb9\x4f\x5b\x38\xad\xe5\xec\x85\x59\x9a\x16\x04\xf8\x59\x11\x2e\x1a\x9d\xad\x8f\x0a\x2b\x42\x70\x3a\xcc\xfd\xfa\xd1\xfa\x88\x94\x46\xc5\x52\x6a\xfc\x9e\x79\x6f\x0d\x0d\xcc\x9b\x48\xf1\x2f\x95\x5a\xec\x58\xf7\xb0\x0f\xef\x3a\x50\xdb\xb1\xb9\x61\x57\x9f\x57\xe8\xe4\x61\x3f\x85\x7a\x3c\x49\xd7\xe5\xc0\x05\x07\x4e\xb5\x0f\xe9\x46\xe3\xf7\xfa\x0e\xb5\x58\xe9\x75\xe3\x35\x7c\x1e\x35\x18\xea\x99\xe2\x71\xee\xd1\xb5\x4f\xf4\x2b\x11\x61\xb7\x6d\xff\x17\x07\x54\x26\xa5\x7f\x95\x90\x6b\x89\xbe\xc0\x62\xc0\x42\xe8\x31\x9f\xfb\xef\x7e\xa0\xe8\xff\x9c\xbf\x39\xab\x36\x97\x01\x48\x1b\x1c\xef\xa1\xf9\xb9\xee\x83\x40\xe1\x20\x5c\x46\x78\x55\xe8\xf0\x00\x7e\x9a\x27\xdc\x18\xf6\x02\x04\x21\xa2\x17\x0e\xcf\x01\x44\xc8\xc9\xef\xe5\x20\x02\x44\xe8\x69\x25\x8a\x9f\x81\x6f\x21\xc5\x26\x25\xea\xb2\xa4\x7e\x8f\x39\x97\x27\x56\x34\xc4\x21\x67\x89\x28\x75\x4f\x45\xe2\x56\x9b\xc3\x79\x2f\x82\x79\x90\x29\x93\xcc\xfa\x47\x31\x0a\x78\xd0\xcd\x7f\xc7\x92\xe8\x8e\xaf\xd5\x4c\x43\x3f\x48\x32\x1e\x37\x44\x45\x2e\x05\x27\xe8\xbc\x9b\xd0\xbd\xb3\x34\x13\x7f\xeb\x39\x4e\xaf\x14\xd3\x78\xf2\x4d\x97\x8e\x3e\x1a\x2b\x1d\xa5\x7a\x8f\x64\xb8\x15\xfb\x31\xac\xa9\x09\x6b\x28\x81\x0b\x09\xde\x78\xbb\xd5\xf0\x3c\x7e\x9f\xdf\x60\xcd\x66\x63\x07\xbc\x8c\x1f\xe7\x55\x55\x63\x79\x7c\xb3\x57\xe2\x65\x66\xa3\x34\xc4\xd9\x95\xa1\x7c\xd8\x28\x13\x69\x74\x72\xbc\x90\x63\xa2\x81\x3c\x72\x52\x3a\x7f\xc5\xe8\x18\xc1\xde\x06\x75\xee\x8e\xd1\x09\xc2\x4d\x4b\x85\x3f\xfb\xc0\xb3\x72\xaf\xfb\xe8\x0d\x8e\x88\x0d\xcf\x96\xdf\x9b\xd8\xd2\x37\x3d\x06\x50\xbc\xce\xec\xbc\xa9\x07\xc0\x80\x8a\x59\x68\xf3\xe7\x75\x0e\xc2\x6b\x98\x3d\x7e\x07\x0d\x40\xc8\x28\xf7\xf8\x9e\x46\x80\x93\xcc\x42\xd4\x87\xee\x02\xc4\x57\x4a\x7e\x60\xab\x01\x88\x1f\x51\x3b\x2a\x7a\x12\xe6\xe3\x1c\xf4\x67\xd4\x9e\x92\x06\x43\x76\xd9\x87\x58\xdd\x5d\xcb\x55\xe3\xb5\x1f\xcf\xe5\x88\x7e\x81\x9f\x34\xf7\xb8\x33\x96\xdc\x8a\x7b\xab\x57\x35\x7c\x2f\xb3\x73\x7a\x8f\x4e\xdc\x22\x73\xb6\xd9\xe0\x33\xfd\x51\xb4\x42\x7a\xe1\xd3\x7e\x23\x2c\xfa\x76\x9a\xeb\x63\x5a\xe3\xd6\xa5\xaa\xc4\xcf\xad\x1c\x26\xb3\x18\xf3\xf8\xb8\xb5\x7c\xb0\x33\x66\x72\xd8\x7b\x11\xb5\x57\x19\xcd\xb7\xe3\xac\x42\xbe\x56\xa0\xcc\x23\x71\x23\x81\x99\x65\x61\xe6\x99\x78\x33\x3f\x96\x0b\x7e\xe6\x91\xf8\x61\x2f\xc1\xa2\xad\xe6\xbb\x10\x45\xb7\xe9\xfc\x0c\xb3\x3a\xa4\xc5\xe9\x63\x0e\xda\x82\x0e\x79\xe7\x44\x73\xba\xc9\x8c\x48\x10\xb7\xf3\x5d\x7f\x0e\x36\x88\x1d\x5f\xf1\x5b\x64\xe3\x39\x36\xb0\xb1\x17\x40\x2c\xe9\xa8\xd3\xc6\x82\x75\xfd\xdf\x3a\x93\x11\xd9\x54\x02\xe0\x7e\x61\x93\xc3\x8a\xde\x51\xce\x7c\x7a\x9b\x0a\x40\xdc\x5d\xd6\xf8\x1d\x87\x01\x52\xe2\xf9\x77\x1f\xc0\x01\x64\x5d\x10\xa1\x67\xe1\x03\xc8\xca\x51\x10\x11\xfc\xb2\xe6\x13\xf3\x34\x9e\xdd\xaa\xd4\x46\x98\xd0\xe6\xef\xe6\x9b\x15\x6a\x85\x08\xb8\x32\x64\x8b\x24\x79\x63\x3e\x59\xb5\xdf\x71\xca\x51\x9f\xe1\x34\x36\x1d\xde\x5f\xb8\x71\x64\x9b\x31\xfb\xdc\x70\x91\x5b\xf7\x31\xf3\x83\x0b\x96\x79\x25\x6d\xa3\x96\x7c\x8b\xe1\x39\x56\xf5\xb1\x56\xed\x68\xfd\xcc\xc1\x9a\x40\xeb\xee\x25\xd7\x94\xfb\x57\x89\xd6\xb5\x18\xe6\x84\x99\x4b\x36\x36\xb6\xd8\x0d\xb1\xfb\x4a\xcf\xda\xa8\x61\x6f\x47\x4e\xaf\xe5\x41\xe9\xda\x94\xe0\xf0\x81\x2e\x67\x19\x6c\xca\xf0\xde\x7e\xdc\xa7\xf9\x6c\x9a\xf0\x9d\xde\x31\x99\xfe\x36\xec\x88\x8a\xbb\x67\x5a\x98\x8d\x21\x72\xda\xe5\x57\xca\x39\xeb\xbd\x84\x5d\x0e\xa8\x95\xe7\xa0\x6e\x79\x5d\xb4\x0e\x47\x57\x7c\x06\x39\x75\x8e\xd2\x6f\xa8\x5a\xd7\xff\xf5\xed\xb6\x9d\xa7\xfa\xc3\x07\x81\xa2\xfb\x51\xee\x3f\x67\xb8\x6c\xf0\x5b\xae\xb9\x25\xac\x45\xcb\xf3\xf3\x3c\x0b\x3f\x1b\x63\x37\x40\xf1\x13\x49\x12\x3f\x35\x40\x61\xa8\xfa\x4e\x65\x4b\xd2\xbb\x33\xf3\xc6\x6d\xd6\x4d\x04\xe7\xb8\x03\xee\x4c\x91\x61\x3f\x33\xfd\x7f\x9d\xaa\xcb\xa6\xfd\x68\xe0\x6e\x56\x39\x5f\x98\xf2\x7a\xdc\x81\xa5\x4f\xa3\x3c\xb9\xab\xce\xc6\xe5\x77\x44\x45\x70\x83\xa4\x7d\xf7\x5c\x77\x31\xe7\xf5\xdd\x8e\x1d\x0b\x6c\x05\x32\x15\xef\x9d\x2e\x2d\xfa\x9d\xf9\x5d\x3a\xee\x1c\x82\xe6\xcc\xee\x2e\xa4\x71\x6e\x5f\xca\x4a\xc1\xe5\x7e\x74\x39\x82\x91\x4f\xd4\x3a\x93\xe9\x1c\x82\x21\xc4\x92\x32\xad\x5d\x54\xb0\x25\xd1\x8a\xe9\x74\x4e\xe3\xb8\x53\xa1\xda\xa9\x67\x1d\xaf\xe3\xd9\x02\x6a\x13\x6f\x38\xfe\xc0\x97\xfa\x32\xc4\xa7\x3b\xd5\xe2\x5f\x79\xa7\xc4\xef\x70\xf8\x86\x58\xbb\xcd\xc5\x78\x3a\x1a\x23\x39\xae\xfc\xcb\x7d\xe0\x58\xf1\x53\x63\xcc\x66\xba\x49\xed\x06\x20\x48\x4b\xf7\x7a\xf9\xbf\x15\x77\x6f\x5e\x79\xcf\xb6\x10\x59\x5d\x2f\x45\xef\x89\xca\x5b\xad\x99\xe4\x9c\x03\xca\xfd\xd7\x0a\xd2\xc6\xe4\xe5\x5a\x9d\xc2\xbe\x99\x9e\x15\xe0\x46\xa1\xd0\x6f\x8e\x3c\x80\x9a\x6e\x79\x07\xd9\x71\xd2\x50\x65\xae\x2e\xb3\xb5\xe6\xe4\xa3\xfc\xcb\x76\xf3\x11\x54\xfd\x05\x89\x0c\xa1\xa2\x67\x72\x1f\x1f\x8a\x10\x3c\x77\xaf\xec\x40\x83\x7f\xc0\x9b\xfb\x70\x65\xb8\x9a\xd6\xab\x7f\xca\xaa\x46\xb2\xd8\xcc\x67\xfe\xf7\xf0\x65\xce\xfc\xab\xbe\xb4\x73\xe3\x25\x0c\xd9\x8a\x7e\xd3\xf3\xbf\x8b\x84\x33\x34\x7d\x5b\x17\x83\xcf\x3e\x4e\x7e\xe1\x8b\x42\xbf\xc9\x34\x4a\xfc\xe1\xd3\xb3\x94\x94\xfa\xe8\x94\x9a\xf7\x37\x4c\x4c\x82\x4b\xcc\x6b\x1f\x19\xec\xee\xb8\x8d\xd1\xa7\xbc\x59\xb0\xbf\x22\xf3\x22\xdd\xbc\x5e\xe0\xdc\xc3\x74\x22\x25\x3d\x22\xf0\x7c\x01\xb7\xc3\xb2\x3c\xf9\xf1\x76\xfe\xa2\xa1\x1a\xee\x5b\x91\x63\x1e\x10\x24\xe6\xe1\x8a\x08\x7a\x24\x2e\xf7\xe1\xb0\xe1\xf2\xe7\x67\xb6\xdd\x7b\x67\xb9\x8a\x73\x6d\x38\xb4\x5c\x75\x2c\x57\xd7\xe7\x74\x73\xb5\x86\x91\xef\xf7\x53\xf4\x5f\xca\xfa\x2f\x5f\x5b\xad\xb7\xf2\x57\xf9\x87\x96\xec\x23\xc5\xdb\x47\x00\x1e\xb2\x71\xa1\x19\x5f\x01\x3c\xea\x92\x98\x10\x1f\x9d\xd6\x6e\xfa\xaa\x3e\x6c\x56\x3c\xe8\x75\xbd\xd5\x82\x37\x38\xe2\x61\x60\x29\x87\xcf\xcb\xac\xcd\x55\x8d\xd9\x9d\xa9\x0a\x17\xb3\xf2\x67\x92\x97\x6e\x6e\xab\x3e\x9d\xaa\x15\xef\xf5\x61\xe7\x4d\x8e\x78\xf7\x58\xae\x19\x9f\x6b\xba\x27\xe7\x62\x76\xcc\xce\x5c\xa4\x8f\x3e\x1d\xcd\x35\xaf\x5b\xbc\x21\xe2\x6c\xf4\xc1\x85\x9f\xf9\x2e\x11\xbb\x22\x8e\x2d\xce\xe5\x3c\x09\x1b\x0b\x3d\xbf\x74\x28\x83\x91\xc2\x7d\x04\x33\x07\x03\x06\x1b\x57\x17\x38\x14\xcc\x8e\x2d\x8c\x7e\x16\x90\x1d\x98\x87\xd3\x0d\xa7\x0b\xb8\xe8\xf7\x1e\xd7\x1a\xb2\xc9\xbf\xd1\xb7\x0b\xcf\x13\xd0\xe5\xa7\xe8\x73\x01\xdf\xe6\x63\xe2\xed\xed\xfb\x18\xd1\x74\x6f\x02\xd8\xf6\x73\xff\xca\xfb\x34\xb7\xe5\x96\x0f\x54\x7f\xe8\xff\xd6\x8d\xe4\x7d\x40\xbe\xf7\xfe\x6f\x3e\x0e\x45\xf7\xa0\xe8\xe0\x0f\xf9\x57\xeb\xf3\xc2\xcd\x3b\x97\xeb\xc0\xcf\x63\xb9\xf4\x02\xf3\xf7\xfa\xef\x08\x5b\x0a\x32\x7f\xac\xeb\x8d\x54\x8a\xd1\x9b\xe8\x7e\xf8\x30\xc5\x10\xef\xbd\xa3\xee\xca\x5d\x56\x37\xf1\x24\x91\xbc\x98\xeb\x07\xe2\x5a\xcf\x67\xc7\x8f\x56\xbe\xb8\x7a\xbf\xe2\x6e\xc8\xb9\x4b\xc1\x83\x3a\x55\x2f\xfd\x0f\x97\x30\xcc\x6a\x5c\x7a\xee\xfb\xba\x88\x61\x9e\xb7\x98\xd6\x57\x3f\xf7\xd7\x42\x67\x7e\x9d\x0f\xcf\x99\xc3\xe8\xad\x39\xb4\xde\x49\x59\x99\x4b\xcc\xe9\xf7\x7c\x36\xa5\xfa\x2e\x2d\x24\xfb\xfd\x27\xef\x65\xec\x14\x2d\x76\x2e\x32\xe2\x5f\xee\xc3\x8d\x39\xba\x12\xff\xd5\x5b\xd8\xd5\x34\x12\x85\xd8\xb9\xef\x77\x25\x85\xef\x45\xc2\xdd\xa4\x00\x0e\xf1\xd0\xbb\x2d\x7f\x6e\x51\xb2\x8e\x45\xf1\x81\xa0\xec\x83\xf8\xd8\xd5\x4a\xd1\xbd\x28\x7e\x18\x94\x5c\x10\x8a\xfe\xf3\x9a\xac\x87\x7e\x19\xa1\xb2\xa1\xa2\x5a\x52\xfd\x41\x7f\x44\x68\x7b\xe2\x58\xcd\x58\x09\xff\x71\x4e\x93\x97\x53\x1f\x77\xcb\x5e\x50\xed\x68\xa9\x1f\xd8\xa4\xcb\xe1\xf0\xec\x62\x5c\x5f\xb6\xc3\x70\xe4\x7c\x12\x6d\x27\x43\x64\x51\xce\x78\xd0\xdc\xa3\xa8\xcb\x1b\x0a\x6b\xdd\x2c\xdb\x55\xfa\xf7\x97\xc8\x3a\xa4\xb6\x8a\xcd\x8b\x9f\x3f\xe5\xa8\x74\xab\x66\xe1\x7d\x9e\xa0\x43\x4d\x8d\x15\x5a\x2d\x6b\xd4\x21\xe3\x4a\xf8\x52\x48\x2a\x8b\xe3\xb9\x32\x34\x86\x35\xb1\xd1\x81\x54\x7c\x08\x4b\x1b\x1b\xe7\x50\x5e\x18\x85\xed\x88\xda\xef\xa8\x96\xbb\x80\x13\x09\x37\x76\xa8\xcb\xf1\xc4\x7d\x0f\x0a\xb3\x1f\xce\x4e\xc4\x7b\xf8\x5d\xb7\x67\xcd\xf0\xc2\x13\xbd\x76\x38\x50\xa7\x8c\x22\xdc\x1e\x0d\xf6\xaa\x49\x35\x48\xa1\x0b\xde\xee\x7b\xc2\x75\xe4\x8b\x93\x11\x00\x57\xf5\x86\x15\x3f\x13\xc5\xb6\xd5\x75\xd8\xd7\x53\xfd\xc5\x81\x50\x7c\x10\x2e\xee\xfe\x7b\xfd\x5d\xee\x54\x7f\xe9\xe0\x3f\xd8\x96\x2b\xda\x7d\x5e\x62\xe5\xf7\x6f\x73\xac\xeb\x41\x05\x2a\xaa\x77\x4b\x68\x69\xce\x8a\x23\x89\x1d\x27\x7e\xeb\x48\x3a\x49\x59\xd5\xee\x9c\x20\x69\xa9\x99\xbc\xca\xd7\xf9\x52\x6a\x73\xde\xf7\x79\xf8\xec\x48\x47\xc8\xfb\xc4\x7e\x0f\xd1\xe1\x85\xf2\xc2\xcc\x3d\xd6\x2d\x43\x35\x2f\xd9\x72\x6e\x98\xba\xbf\xed\x5b\x8c\x38\xad\x66\xfa\xe3\xe9\x43\xf4\x62\x6a\x83\x59\xef\x43\x64\xe9\x55\xe2\x45\x73\xfe\x96\x1e\xcc\xad\x38\x5a\x73\xc1\x3b\xa1\xd8\xfa\xc8\xe3\x16\xb2\x35\x93\xb8\x63\x61\x65\x16\xef\xaa\x6c\x70\x25\xc1\x39\x16\xfd\x15\x4e\xf8\xc3\x01\xdc\x96\x7c\x65\x6f\xf1\xee\x7e\x1b\x2c\x36\x5e\x40\x23\x7c\xee\x9f\xff\x1f\x61\xef\x19\xd5\xd4\xf6\x7d\x7f\x47\xb1\xa0\x34\x05\x54\x14\xe9\xbd\x07\x08\x25\x40\x12\x7a\xef\xbd\x37\x41\x44\x05\xa4\x08\x36\x54\x44\xc5\x8e\x22\x2a\xa0\x62\xb9\xf6\x06\x36\x2c\xa8\x08\x88\x05\x04\x1b\x28\x0a\x36\x2c\x08\x56\x44\x69\x49\xce\x7c\x06\x21\x07\x2f\x7e\xef\xef\xf9\xbf\x9a\x83\x3b\xee\x70\x64\xad\xec\xbd\x4f\x92\xf9\xd9\x73\x05\x4e\x2d\x98\xcc\x4e\x8e\x3d\x1c\xd0\xb7\xc3\x83\x7d\x7d\x96\x44\xa0\xca\x36\x0a\x67\x5a\xc4\x97\x00\xff\xdc\xbd\x9c\x98\x50\xce\x9f\x75\x30\xcc\x81\xf0\xeb\x26\xfd\xef\xbd\x4f\xf8\xfb\x3f\x7c\x64\xfd\xcd\xfc\x5c\x9c\x4e\x1e\x47\xd2\x73\xbe\x7f\xc7\xa0\xb6\xf3\x39\x90\xa7\xe9\x80\x60\x07\x85\x72\x77\x15\xa0\xd8\x2b\x71\xa6\xec\x12\x6e\xd2\xce\xe9\xc4\x1e\xcc\xe7\xbc\xb3\x5b\x6d\xff\x62\xc3\x92\x5e\xf1\xc0\xa6\x88\x96\xa4\x5b\xdd\xf1\xc9\xac\xb4\xd7\x91\x8b\x7f\xf6\xef\x16\x5b\x96\xeb\x73\xa5\xbb\xa0\xee\x7b\x56\xb9\x9b\xcc\xf7\xc8\x9e\x82\xac\x32\xb7\xae\xd7\xb1\xbd\x35\xcb\x04\xdd\x6d\x9a\x06\xfa\x76\x65\xac\xf2\xf0\xbc\x3f\xbb\x7f\x4a\xda\x3b\x8f\x17\xb7\x7a\xfa\x8b\x93\xff\xf1\x14\xb8\xb1\x78\xc0\x30\xa1\xcc\x73\xff\x65\x99\x81\x5d\xf3\x26\x79\x9e\x3b\xb7\x91\x3d\x25\xce\xdf\xf3\xf7\xa9\x77\xec\x95\x31\x13\x3c\xbb\x8e\xfb\xb3\x1b\xa2\x32\x3c\xcb\x0e\xe7\x72\x34\xc3\xcd\xbc\x54\x0e\x04\x71\xa2\x42\x9d\xbd\xa6\x16\xc7\x72\xf6\x04\x8b\x7a\x4d\xd8\xed\xcd\x79\x16\x70\x0b\xb0\xad\x1c\xaa\x67\xf6\xac\x21\xcd\xe2\xf7\xa5\x70\xf6\x90\x96\x48\x8e\x5c\xff\x64\xfd\x43\x1c\xc4\x00\x3f\xc7\xfa\x63\xf0\x90\x36\xf2\xef\x75\x57\x6d\x19\xba\xc7\x5a\xf6\x02\x50\x14\x9c\x7c\xe6\xc8\x33\xc0\x80\xa6\x92\x92\xbf\x04\xca\x36\xcd\xe6\x8d\x2b\x5e\x71\x1f\xf8\x07\x7b\xd9\xc4\x47\x73\xa8\x09\x73\x66\x5d\x0c\x4d\x60\x27\x6d\x73\x9b\x5b\xe0\x55\x38\xb0\xf7\xca\xf7\xa4\xad\xce\xc1\x03\xc2\x6d\xed\xc9\xf1\x0e\xc1\x03\x4e\xfd\xf9\x89\xf1\x0e\x77\xbf\x4c\x1a\x98\x3a\x6f\x9d\xa3\x41\xdb\xac\x81\xc5\xf1\x54\xc7\x07\xcd\x71\x03\x2d\xb3\x6f\x3a\x46\x3e\xac\x64\x67\x45\x9d\x75\x5a\x74\x77\x21\xfb\x64\xe4\x35\xa7\x65\x55\xce\x1c\xb1\xb0\x74\x67\xca\xf5\xf1\x1c\x56\x48\x9f\xb3\xf3\xa5\xd1\x9c\x4d\x41\x9e\x4e\xb5\xe7\xcf\x71\x5a\xfd\xb5\x9c\x9f\x95\xc8\x72\xde\xfb\xcf\x74\xbe\x79\x22\x84\xab\xe7\x33\xd5\xd9\xf2\xe8\x7e\x6e\xa2\x67\x00\x10\xc2\x7f\x9f\x17\xf1\xd7\xc1\xb6\xae\x21\x3d\xc1\xff\xbc\x40\xce\xc3\x78\xba\xe1\xbf\xea\xff\xd0\x39\xd2\xff\xb9\x65\xcc\xf7\xbf\xf8\x79\x08\x87\x36\x00\x93\x22\x29\x94\xc2\x01\x40\x5f\x42\xbe\x61\x5d\x18\xf2\xac\xa3\x0c\x13\x17\x9e\x27\x4e\xfa\x74\xdb\xb6\xc4\x18\x73\x13\xe2\xbf\xf9\xcb\x05\x36\x71\xa5\x72\x5a\x83\x6d\x3d\x9e\x71\x36\x1d\x37\x08\xef\x73\xec\xe7\x98\xd6\x8a\x45\xc6\xd9\x49\xb0\xfb\x3b\x6a\xa2\xc4\x6c\x0c\x38\xb6\xec\xd2\xb0\xab\xd6\xf3\xfa\xe6\x70\x24\x83\xbd\xac\x2f\x7e\xf6\xe2\xd8\x06\x4d\xb6\x49\x79\xd3\xc0\x09\x09\x3c\x6f\xb3\xfe\xf9\x0c\x4e\xb1\xff\x62\x1b\xd7\x47\x07\x39\xfd\x3e\xb2\x36\x07\xef\x8b\x73\xa5\xbd\xbe\xd9\x7c\xbf\xed\xce\xb5\xf3\x8c\xb3\x79\x7b\xf3\x08\x37\xdb\xed\x8d\xcd\xcf\xf2\x8b\xdc\xb3\x2e\xed\xb6\x9b\x2f\xdd\xe1\x5e\x73\xc9\xb7\xe9\x39\x5f\xc9\x85\xe3\xec\x3f\x9f\x8b\xc8\x1c\x08\xf2\x39\x40\xe6\x20\x34\x96\xfe\xbb\x7e\x72\x1e\xc8\xf0\x3c\x0c\xca\x90\xd6\x6c\x1d\xe9\x7f\x1d\xe2\xe7\xa4\x14\x51\x80\x99\x8f\x26\x1c\xdf\xd4\x06\xe8\xad\x97\x6e\xcf\x1c\x05\x30\x9e\xab\x5b\x26\xe6\x43\xc1\x8b\xb0\x38\x4b\xf2\x0f\x7e\xeb\x08\xd1\x2c\x33\xf7\x08\xb7\xfb\xdc\x1b\x7b\xca\xbd\x1e\x3b\x0a\x70\xb3\xca\x36\xf9\x6c\xb1\x9d\xcd\x75\xa9\xdf\xe4\xfb\xd8\xca\x89\xeb\xf7\x51\xde\x27\xc8\x72\x32\x37\x91\xf3\xcd\xeb\x03\x33\x9a\xfb\x9b\xbb\xdc\xa5\x9d\x71\xf2\x77\x3b\xf7\x9c\x53\x31\x73\x71\xe7\x55\xee\x36\x17\x67\xe6\xf3\x36\x2f\xee\x1e\x97\x49\x0c\x99\x96\x9d\x84\x8c\xed\x77\x06\xb7\xc9\x94\x98\x64\xf7\x94\x91\xfe\x50\x84\xb0\xb3\x31\x62\x54\xdd\x23\x88\x10\x6b\x47\x66\x6a\xcd\x35\x22\xc0\xfa\x10\xf3\xc0\xcd\x06\x62\x81\xd5\x22\x20\xab\x61\xe4\x39\x70\x99\x9f\x97\x34\x9c\x87\xc2\xf3\x3f\x39\x7c\xdf\x9a\xcc\x01\xf8\xbf\xee\xc1\x1f\xe1\xef\x8b\x9d\xb3\x86\x74\xcd\x4c\x60\x94\x2e\x85\x92\x35\x19\xd0\x3a\x31\x65\x5e\xea\x47\x80\x45\x55\xf5\x8d\xed\xc6\x09\x37\x5f\xea\x67\x92\x7f\xf0\x5e\x42\x3c\x58\x54\x6f\xdd\xe5\x12\x4c\x14\x6f\x0b\xb5\xab\x23\xb9\x07\xeb\x17\x84\x6d\xb9\xbd\x93\x13\xeb\x3d\xc1\x6c\x18\xef\xf8\x92\x91\x46\x78\xbd\xa3\x3b\xb8\x58\x34\x10\xd1\xdc\x89\xf6\x07\x86\x73\x1e\x76\x40\x81\xa8\xb4\x48\x32\x8d\xfc\x6d\x4f\x7c\xa0\x73\x4d\x5f\x7d\x66\x13\x77\xcc\x33\xe9\xd3\xdf\x1b\x10\xd5\xe6\xe7\xe9\xcf\x5a\xef\x11\x67\x2d\x6e\x99\xfe\x78\xf6\x83\x78\x4b\xff\x4a\x37\x7b\xac\x49\xb4\xd3\x8f\x99\x06\xd7\x97\x43\xdc\xf8\xfb\x1f\x1e\x8c\x7c\x0e\x90\xf3\x40\x86\x38\x18\x92\x83\xfa\x74\x7f\x64\xfd\x77\xf9\xf3\x81\x2e\x95\x8c\xf4\xff\x8a\xf8\x9c\x04\x39\x0f\x84\xcc\x81\x58\xb8\x12\x50\x5b\x2f\x76\x7f\x9e\x38\x60\x36\x55\xa6\x26\x32\x15\x2d\x2e\x1e\x5a\x1b\xfd\xc6\x60\x5d\x48\x94\xe1\x16\xf7\x7c\x04\xa6\x6c\x31\xfd\xea\xf8\x10\xcc\xb5\x2c\x73\x49\x3b\x61\x8c\x2a\x7a\xca\x9a\x60\x59\x86\x71\x27\x83\x98\xe2\xcc\x75\xc4\xa7\x72\x61\x56\x8a\x85\x11\xd1\x51\x7b\x89\xf9\x73\x38\xe7\x61\x2d\x26\x74\x7f\x67\x18\x0c\xcf\xb5\xc8\xc3\x09\xf8\x1b\xfe\x1c\xce\x77\xa8\xeb\xb5\x41\x95\x56\x8f\xc1\xbb\xef\xd3\x70\x42\xfb\xb7\x61\xd2\xa7\x73\xd8\xa6\x9b\x62\xd0\xf8\x26\x09\x7b\x75\x14\x0c\xda\x5e\x34\x60\x8f\xce\xb8\x3f\xe7\xc0\x9d\xef\xfc\xe7\x3f\x7f\x9e\x1a\x78\x3c\x54\x27\xdf\xd7\x23\x39\xa8\x61\xff\x8f\xcf\x01\x91\x1c\x0c\xe9\x7f\x0e\xcf\x03\xb1\x01\x28\x21\x14\x4a\xe2\x60\xdf\x4e\x53\x28\xf3\x37\x02\xca\xd7\x85\xa3\x62\x2f\x03\x74\x75\x69\xcb\xe0\x7c\xc0\xe1\x8d\x8a\x28\xc9\x3f\xb8\x34\xe2\xfc\xdc\x64\xea\x71\xfb\x7a\x14\x2f\xbb\x6e\xa8\x66\x13\x88\xd4\xdc\x1c\xe3\x4a\xd6\x25\x2c\xd8\x9b\x6e\xfc\x8f\xc5\x39\x2c\x3c\x5e\x61\xf4\xca\xec\x2e\x42\xae\x8a\x9b\x44\x99\x1e\x46\xe4\xbd\x14\xe3\xbb\xa6\x22\x70\x78\xe9\x68\xba\xd9\x44\x18\x71\x9f\x43\x8d\x9b\xff\x5f\xbc\x83\x8e\x69\xbf\x12\x20\xaf\xa3\x3b\xf9\x67\x30\xa0\x58\xa6\xc7\xe8\x18\x00\x54\x2e\x01\x95\xfc\xbc\x20\x72\x3e\x1c\x87\xf7\x3c\xf8\xc6\xcf\x41\x20\xfd\xcf\xff\xc9\x01\xe0\xcf\x85\x21\x39\x98\xad\x7c\x9f\x9b\x9c\x07\x42\xce\x41\x20\x7d\xdf\x59\xb7\x00\x85\xd9\x13\xc6\x87\x9c\x05\x0c\x8a\x24\x02\x7d\x6b\x00\x9b\x74\xd9\x8d\xae\x7d\x80\x8f\x90\xaa\xb6\xa3\x09\xd8\xd1\xc6\xea\xe1\x76\xe3\xf1\x30\x63\xb3\xae\x93\x25\x13\xad\xd9\x8f\x75\x64\x19\x0b\x71\x67\xbb\x91\x9e\x88\x05\x0b\x17\xf7\xb4\x50\x0f\x9a\x76\xa3\xe6\xd8\x18\xdd\x26\x93\x7b\x38\x76\x59\x53\x5f\xdb\x38\x1b\xfb\x6b\x2e\xeb\x97\x19\x55\xa2\xa0\x29\xda\x60\x0b\x6d\x32\x2a\xdf\x6d\xd6\x6b\xa6\xfd\x40\x6d\xef\x2f\xea\x5b\xc3\x30\x00\x8f\xb4\x5e\x0e\xf7\x61\xc1\xa0\xca\x99\xab\xbf\x19\xd4\x69\x34\xf5\x0b\x9c\x5e\x60\xda\x71\xa0\xd9\x99\xf2\x2f\x0e\xe6\x3b\xff\x9c\x1b\xe6\x80\xf8\x7c\xdc\xdf\x1c\xd0\x41\xfe\xf3\x21\x7f\xf9\x48\xff\x97\xf4\xbf\xc9\x1c\x88\x10\x7e\x6e\x4a\x88\x06\x30\x33\x71\xcc\x67\xaf\x13\x80\x96\xbb\xf0\x45\xcf\x14\xc0\x2a\x53\xda\xdf\x31\x1b\x70\xcb\x97\xbb\xe4\xa0\x0b\x44\x68\xa9\x74\x5a\x37\x01\x89\xc1\x6a\xc5\x96\x42\xe8\x5d\xd6\xae\x29\x6d\x31\x0a\x58\xfb\x4d\xbd\xc8\xec\x08\xba\xb7\xd5\x68\xa6\x9a\x6a\xe1\xf7\x1e\x5b\x4d\x35\xe3\x60\x7c\x3d\xf6\x48\xf3\x39\x6d\x0d\xbe\x5d\x58\xa0\x59\x6c\x68\x81\xaf\x95\xe3\x35\xef\xeb\x9f\x00\xa7\xfe\x97\x46\x89\xc1\x74\xfc\x78\xb5\x59\xab\xc0\x40\x18\xf8\x12\xae\xe5\x64\x10\x0c\x70\x72\x35\x15\xff\xee\x87\xda\xa9\x41\x9d\xe2\x46\x72\x30\xc3\x79\x40\xfc\xfd\xff\x37\x07\x54\xca\x7f\x5f\x0f\xf2\x79\x80\x1d\x0d\x23\xcf\x81\xbf\xe7\x81\x90\xeb\xc0\x87\xcf\x55\xd8\x2d\x05\x28\xdf\x28\x14\x0f\x11\x40\xf3\x9c\x50\xb7\xa3\x20\x60\xf2\x5e\x5c\xc7\x56\x18\x70\x70\x9b\xde\x62\x59\x0f\x04\x4e\x90\x51\x62\x14\x00\xb1\x8a\xb2\x37\x18\x1f\x81\x34\x6d\x65\x3b\x73\x65\x20\x33\x56\xd9\x99\xf4\xf9\x8d\x5b\x80\xad\xa7\x95\x7b\x8c\x6c\x80\x3d\x89\xaa\x02\x86\x3f\x80\xa3\x33\x54\xaf\x1a\x7c\x04\xce\xd6\xa9\xa5\xe8\x07\x03\xe5\xc1\xaa\xa5\xfa\xa2\xc0\x3d\x7d\xf5\x29\xd4\x38\xe0\x99\x94\xfa\x58\xea\x14\xe0\xdd\x05\xb5\x02\xbd\x58\xe0\x6b\x95\xca\x75\x3d\x23\x80\xdb\xa0\x64\xa8\x9d\xcc\xe3\x82\x42\xfb\x59\x43\xaf\x93\xe4\x80\x1e\x38\x0d\xe9\x30\x07\xc4\xe7\x02\x0f\xf3\x79\x80\xbf\x39\x98\x95\x1e\x23\xf7\x01\xc9\x81\x0c\xfb\xff\xfc\xf3\x82\x55\xca\xef\x07\x1b\x50\x7e\x33\xfe\x2e\x6b\x0b\xa0\x6f\x2b\x7c\xcd\xbc\x19\x60\x16\x4f\x26\xcc\x8c\x00\x8f\xa8\x29\xf1\xf4\x1d\x40\xe8\x3d\xa9\x13\x83\x7f\xcf\xfb\x2c\x73\xce\x24\x08\x58\x98\x27\x73\xd5\xd8\x14\x58\xd6\x22\x5b\x44\x7b\x05\xac\xb9\x21\xb7\x86\x56\x04\xe4\x3e\x56\x78\x61\xf8\x05\xd8\x2d\xa0\xf4\x40\x5f\x0f\xf8\xe7\xad\xe2\x14\xdd\x7a\xe0\xd4\x3d\xf9\x44\xdd\x4f\x40\x99\xb1\xa2\x24\xc9\x3b\xe8\x1c\x03\xee\x47\x2b\x6e\xd5\x8d\x05\x9e\x4f\x52\x9e\xaf\x93\x0b\xbc\x9b\xa9\xd8\xaa\x33\x0d\xe8\xf2\x93\xef\xf9\xc0\x9f\x0f\xf7\x64\x2c\xff\x73\x20\x7f\x0e\xd6\x79\x7e\x1f\x8e\xf0\xf3\xc1\xc8\x5c\x2c\xf2\x1c\x5c\x7d\x7c\xe4\xf3\x80\xe4\xa1\xa2\xf8\x9f\x2b\x7c\x2c\x87\xd4\x3e\x7c\x48\xe9\x7c\x5e\x88\x95\x00\xc8\xa5\x8c\xb9\x38\xcc\x3f\x38\x02\xf4\x14\xd1\x57\x46\xb3\x00\xfb\x85\x93\x8c\x0c\x68\x80\xcf\xf4\x49\x30\x9c\x06\x44\xa8\x48\xb2\x0c\x55\x81\xb9\xf1\x53\x3f\x1b\x5a\x02\xa9\x1e\xd3\xd5\xf4\xcd\x80\xa5\x82\xd3\x45\xf5\x4f\x03\x6b\x98\xd2\x2f\x75\x75\x81\x8d\x89\xd3\x53\xf4\xc4\x81\x1d\x6f\x67\xae\xd3\x11\x00\x8a\x97\x48\x1f\xd1\xaa\x05\x8e\x46\x49\x6f\x1e\xe6\x1d\x14\x80\xcb\xbf\x67\xfe\xd0\x7c\x0c\xd4\xc4\xc8\x14\x69\x49\x01\xf5\x87\x65\x57\x68\xb2\x80\x67\x5a\x32\xd1\x4f\x97\x0d\xbd\xbe\xbf\x39\xa0\xe3\xfc\xcf\x83\x45\x37\x31\x92\x83\xe1\xeb\x52\xfb\x21\x25\xf3\x50\x48\x0e\x24\x48\x7c\xe4\x3a\xb0\x5e\x3f\xa4\xc6\xb4\x21\x0e\x84\x1a\x0c\x08\xb7\x51\x28\x86\xc6\x80\xca\xce\x71\x92\x86\x5e\x00\xcd\x45\x68\xbd\xe1\x24\xc0\x7a\x9e\xe8\x74\xdd\x49\x80\x8b\x92\x88\x90\xae\x0f\x10\x20\x2d\xe6\xad\x2d\x0a\x84\x9f\x10\xd3\xd3\x09\x07\xe2\x66\x4f\x2e\xd1\xc9\x01\x16\x98\x4b\x2c\xd3\x5a\x01\x64\xac\x94\x90\xd1\x6c\x07\xb2\xa4\x25\x6d\xb4\xd5\x80\x8d\xe6\xd3\xec\xb5\x02\x80\x3c\xa9\x69\x7b\x34\x7b\x80\xa2\x59\x52\x1b\x35\x6f\x00\xff\x7c\x9e\x7e\x4d\x23\x04\x38\xf6\x58\xaa\x54\x7d\x11\x70\x3e\x4a\xaa\x4a\xcd\x1a\xb8\x7a\x68\x5a\x9d\x66\x3a\x70\xdb\x59\x86\x37\x25\x89\xe4\x40\xfe\xf6\xbd\x87\x7e\xcf\x1f\x7d\xc6\x88\xe7\xf7\xca\xad\x37\x39\x34\x46\x0f\xd0\x88\x33\x6d\x10\xd4\x07\x8c\xcd\x59\x12\x62\x06\x80\x85\x91\xf5\x56\x89\x64\xc0\xba\xc5\x69\xff\x0c\x59\xc0\x61\xb6\x8f\x87\xc2\x7e\xc0\x31\x2d\xf2\x90\xfa\x45\xc0\xe9\xe3\xbc\x71\x7a\x47\x01\xc7\x7d\x4b\xd9\x26\xe3\x01\xfb\x63\x1b\x67\x5a\xa8\x03\x76\x13\xf6\xd4\x5b\xd7\xa3\xc5\xc6\xa4\xa4\xd8\xf1\x21\x5a\x59\x47\xab\x4c\x1d\x4b\xd1\xca\xb0\x6a\xd2\x72\xe4\xe2\x85\x85\x60\xe7\x1c\x67\x25\xc0\x3c\x91\x9b\xe7\xa4\x01\xd0\xef\x13\x12\x36\x2c\xc0\xc4\x8e\xb8\x6a\xd6\xdc\xe3\x61\xb2\x85\xd8\x61\xb1\xe5\xab\x94\x49\x2b\x91\xc3\xf0\xfb\x38\xdd\xe4\x37\xb1\x85\x21\xf2\xda\xce\xa4\x82\x38\x6e\x7e\xbc\x99\x65\xba\x9a\x28\xb6\x48\x7f\x54\x6e\x9a\x40\x5c\x33\xeb\xa8\x5f\x6f\x3a\x8e\x78\x49\x9f\x78\xe7\x05\x5d\x86\x78\x68\x26\x5f\x23\x6f\x32\x11\xf2\xb4\x6f\x37\x5b\x4d\x4b\x40\x31\x71\xfe\xaf\x3e\x98\x4b\x50\xfe\x63\x2e\x88\x82\x87\xc9\x8a\x31\x6f\xfe\x35\x17\x63\x85\xf9\x57\xd1\xc3\x00\x73\xa5\x65\x8d\xa4\x3f\x60\xfb\xd9\xe9\xa4\xf4\x39\xc0\x59\xc8\xeb\xb7\xd2\x32\xc0\xe9\x75\x58\x87\x7a\x37\xe0\x22\x32\xd7\x91\x5a\x09\x38\x75\x2e\xd6\x36\x49\x02\x1c\x05\x37\x0a\x31\x73\x01\x3b\x91\xbd\x61\x36\xca\xc3\x7d\xa8\xb7\x9c\x58\x55\xe7\xf4\x13\x77\x18\x9b\x9a\x25\x9d\x2f\xa3\xc2\x22\xf7\xcb\x68\x57\x55\x74\x98\xbf\xe0\x26\x38\xdf\x24\xfb\xc0\xf9\x65\xfa\x98\xf0\xb2\x34\xe8\xae\x36\xdd\x49\x04\xb3\x2e\x7e\xb6\x30\xad\x26\x82\x58\x0f\xdf\x4d\x34\x3d\x44\xa4\x31\xb7\xb5\x04\x9b\x4d\x26\x9c\xac\xe4\x1b\x3f\xd1\x77\x12\xcb\x99\x4b\x1e\x86\xd1\x6f\x13\x9b\x18\x2f\x6b\xdf\xd3\xa5\x88\x2a\xb3\x57\xb7\x29\x74\x57\xe2\x89\xd9\x84\xca\xd9\xf4\x06\xe2\x39\xfd\xd9\xf5\x35\xf4\x9d\xc4\x6f\x53\x3a\xfe\x83\x0b\x1a\xe9\x6f\x91\xf7\xde\x15\xd7\x1a\x29\x8f\x55\x01\xf4\x3a\x8c\xdf\x4e\xdc\xfb\x87\x83\x60\xed\xb0\xa4\x49\x3e\x05\xec\x2f\xd9\xef\x95\xee\x04\x9c\xb7\x78\xcc\x55\xbc\x0f\xb8\xb4\x86\x38\x6b\x3c\x06\x5c\x1c\xe3\x3d\xa8\x6b\x00\xe7\xfd\x8b\x1d\x4c\x77\x02\x4e\x96\xeb\x4b\x58\x3d\x80\xfd\x8c\x3d\x45\xb6\x6d\xa8\xb5\xf9\x54\x62\xe9\x6c\x8d\x52\xcb\xfc\x5b\xf7\x5c\x19\x38\xce\xa4\x3e\x1f\xe7\xda\x85\x5d\x0c\xa3\xae\x30\x0f\x1a\x06\xcc\x37\x73\x73\x9c\xf6\x90\x7d\xe8\xbb\x40\xaf\x22\x44\x6d\x16\x7e\xbf\x41\x8f\x23\x74\xac\x45\xdb\xd9\xf4\x9b\x84\xa6\x75\xd8\x9b\x18\x33\x4f\x42\xd5\xba\xbe\x39\xdd\xac\x98\xb0\xb0\x1a\x78\xd4\x6e\x6e\x40\xd8\x5a\x3d\xbb\x5f\x69\x96\x40\xac\x66\x66\xdf\x89\x31\x7f\x44\xcc\xb5\x74\xac\x9a\x67\xbe\x82\xd8\xc5\xf8\x5a\xe1\x4a\x6f\x20\x3e\xd0\x4d\xaf\xae\x31\x5b\x49\x74\xd0\x79\xa7\xc1\xdf\x5c\x10\xdf\xf7\xe6\xf7\x61\x42\x8e\x1e\xef\x1e\x9b\x62\x83\xc1\xce\xb1\xe3\xfe\xe4\x41\xfc\xcd\x07\x91\x7d\x70\x11\x76\xcf\x55\x6c\x01\xdc\x0a\x82\xa4\x35\x77\x01\x6e\x5e\xf1\x71\x86\xd6\x80\xab\xd9\x22\x17\xb3\x2c\xc0\xf9\xf0\xfa\x1c\xeb\xf9\xf8\xe0\xb0\x69\x4f\x91\xc3\x37\x9c\xb6\xdd\x5b\x9a\xe4\xba\x07\x9b\xac\xf2\x6e\x3d\x71\x67\x63\x0d\xf3\xdd\x8b\x74\x8f\xad\x58\xc7\x48\xe8\xae\xf2\x74\x47\x87\x79\x0b\x37\xc1\xb9\x06\xd9\x66\xdb\xb9\xcf\xec\x85\x7f\x6f\xa6\x77\x10\x63\x6d\xbe\x7f\x11\x36\x9f\xcd\xbd\xe8\xd0\xf7\xce\xd3\x8c\xe0\x76\xdb\xb9\xb7\x6e\x31\xb7\x27\xc6\xd8\x5e\x7a\x66\x68\x5e\x4d\x08\xda\x56\x3d\x6c\x36\xf7\x26\xec\xac\x5e\xd7\xed\x30\xe3\x10\xa9\xac\xf5\x35\xf7\xcd\xcb\x88\xc5\xac\x35\x95\xb3\xcd\xcd\x89\xa3\x16\xb8\x56\x6d\x76\x8f\x78\x62\x96\x73\x79\x87\xf9\x6d\xa2\xce\x9c\x8e\xff\xe0\x82\xf8\xe7\x82\xa4\x7e\x23\xcf\xdf\x8a\xa0\x6e\xa1\xfc\x6b\x0e\x02\xc9\x83\x58\x4c\x30\x35\x14\xcb\x05\x6c\x3c\x18\x82\x92\xba\x80\xd3\x15\x07\x2f\x99\x23\x80\xeb\x67\xb7\x60\xe5\xd1\x80\x7b\x47\xe0\x5e\xad\x3b\x80\x3b\x66\xc7\x18\x5e\x07\xdc\x56\xa6\x2f\x33\x8f\x05\x5c\x92\xd6\xcf\xb0\xd9\x8f\x47\x8e\x87\x76\x9f\x73\x2a\xc7\x41\xdb\x9e\xd2\x64\xb7\x0c\xcc\xb3\x9e\x7e\x3b\xcf\xcb\x0e\x71\x2c\x9f\xd6\x10\xaf\x1d\x88\x67\x7c\xff\xa5\xe9\x6d\x8f\xc7\x16\x4c\xae\xb3\xab\x15\xa7\xde\xec\x1f\xee\x43\xfb\xd8\x9f\xd1\xe6\x9e\xdc\x63\x8e\x71\x1d\xeb\xcd\x33\xb9\x57\x1c\xda\xde\xd6\x9a\xbf\xe7\xde\x72\x38\xf1\x5c\xc3\x62\x16\xf7\x85\xc3\x98\xc7\x95\x0c\x43\xee\x73\x87\x39\xf7\xfb\x18\x75\xdc\x8f\x0e\x33\xee\xcc\x67\x48\x12\x86\x36\x21\xd5\x8d\x0c\x27\xc2\xce\x7a\xf7\x8d\x79\x16\x39\xc4\x06\xe6\x97\x2b\x9b\x2c\x9e\x13\xfb\x19\x6f\xca\x26\x32\xd6\x10\x07\x99\xa3\xff\xdd\x87\xe1\x79\x41\x23\x7c\x3e\x72\xfe\x3f\x39\x07\x81\xcc\x83\x60\x3a\x18\x35\x88\x3e\x02\xec\xd8\x16\x53\x24\x03\x00\x97\x42\x9b\xa5\xd2\xfe\x80\xbb\xa8\xeb\x2d\x65\x1b\xc0\x73\x47\xe0\x68\x1d\x1f\xc0\x4b\x21\x66\x8b\xd1\x52\xc0\xe3\x79\xba\x01\x93\x03\xb8\x2a\xe5\xb4\xdb\x6a\xa1\xcc\x69\xd9\x9e\x78\x57\x41\x2c\xb5\xd7\x2f\xb5\xf3\x4c\x05\xcb\x86\x72\x27\xc1\xd7\x03\x72\x96\x49\xaf\x45\xfd\x4d\x31\x95\x25\xd2\x4f\x0f\x88\x43\xa5\x45\x0e\x97\xea\x16\xda\xfb\xd8\xc2\x87\xeb\xea\x1a\xf2\x5d\xcb\xe2\x38\xd7\xcd\x75\xd7\xfb\x72\x46\x24\xd7\xd3\xf5\xc7\x4b\x41\xc6\x18\xee\x6e\xa7\xb6\xa6\x13\x8c\x6d\xdc\x12\x27\xff\x87\x8b\x78\x7c\xdc\x98\xba\x89\x4c\x01\x6e\xa7\xc3\xa8\x1a\x71\x96\x2e\xf7\x9d\xc3\xad\x9b\xaa\xcc\xa9\x04\xcb\x46\x83\xe4\xc2\x2e\x9d\x63\x4e\x26\x56\xb1\x9a\xcf\x3b\x32\x2e\x13\x25\x8c\xb0\x11\xe7\xe3\x8f\xff\xea\x83\xcc\x3c\xdd\xd5\xa3\xef\xff\x99\x83\x40\xe6\x41\x90\xf9\x20\x4e\xb9\x66\x9a\x92\x53\x01\xf7\x5c\xab\xcd\x33\x3e\x00\xde\x0d\x2e\xcb\x54\xbc\x01\x5f\x43\x5f\x5d\x3d\x43\xc0\x27\x60\x56\xba\x49\x3d\xe0\xd5\x95\xf6\xde\x6a\x2b\x3e\xbb\x9b\xac\xd5\xb1\xff\x89\xf5\x2e\xcb\x8a\xfa\x3d\x72\x87\xb9\x41\x59\x9b\xf5\x77\x33\xfd\x93\x30\xce\x72\xdf\xdb\x75\x01\xe5\x10\x61\xc9\x73\x64\x03\xc7\x41\xcb\x02\x5c\x01\x0f\xda\x4f\x67\xc6\x2d\x4e\x9b\x27\xbb\x93\xce\x94\xe5\x74\x7b\x9e\x79\x7b\x98\x79\x80\x3b\xd1\x53\xa3\xd9\x8e\x25\xc3\x35\x75\xbf\xf4\xf8\x0d\xf3\x27\x37\xd5\xd5\xbf\x4e\x96\x75\x97\xbb\xc1\xa5\xe2\x4e\x11\xab\x95\x7b\xcc\x79\x4b\xa5\xa6\xe5\x1c\x6e\xad\x93\x5d\x39\xc1\xfa\x4c\x48\xd8\xb5\x5c\x9d\xca\x7a\x43\xa8\xda\x7e\x3f\x6f\x6f\x35\x85\x30\xb4\x3d\x5b\x6a\xc4\x6a\x23\x96\x59\x9e\xf9\xaf\x73\x41\x9f\x97\x7b\x30\xf6\x81\xe6\xf1\x41\x95\xdd\xa4\xb9\x71\x34\x1b\xd0\x9b\xa9\x6d\x2a\x48\xf9\x93\x07\x61\xff\xc5\x40\x43\xf4\xd4\x1f\x2e\xc6\xa7\x85\xe5\x39\xa3\x0b\xf0\x4b\x70\x62\x2a\x87\x03\x7e\x4f\xfd\xe4\xf4\xe3\x01\xbf\xf2\xc8\x5e\xfa\x02\xc0\x57\x7e\x81\x91\x55\x13\x6e\x79\x7a\xad\xf1\x74\x8e\x47\xa6\xab\x63\xe1\x25\xcf\x95\x24\x37\x48\x34\xda\xde\xb8\xd7\x1e\xdc\x4e\x5c\xb6\x4a\xff\xb0\x34\x54\x9f\xe4\xe4\xfa\x25\x99\xb9\x9c\x85\x7e\x02\x5f\xa5\x58\xba\x9c\x2c\x3f\xf9\x77\xc9\x96\x2c\x4e\xba\xbf\xdc\x8b\x26\x4b\x2e\x67\xbb\x5f\xf6\x93\x30\xcb\x17\x9c\x2e\x6f\xb9\x86\x09\x96\x75\x5c\x3d\x8f\x9a\xdb\x74\x6b\x3d\xae\xbe\xa7\x49\xd5\x1a\xab\x5e\x6e\xbc\x5b\xfb\xb5\x48\x6b\x4b\xee\x7e\x97\xeb\x57\x9e\x5a\x5d\xe0\x3e\x75\xd2\x3f\x9f\x61\x33\x9a\xfb\xca\xc9\xac\x94\x65\xf5\x92\xa0\xda\x09\x9e\xbc\x69\xbd\x8f\x60\xd9\xae\xc1\x7f\x70\x72\x43\xeb\x60\xec\x58\x35\x57\xca\xbf\xfc\x7f\x72\x0e\x02\xf3\xa2\xf6\xbb\x89\x9b\x00\x97\x20\xbd\x02\xd1\xe9\x80\x0f\x93\x16\x2b\x7e\x05\x08\x14\x31\xbf\x3b\x3d\x0d\x08\x59\x6b\xb7\x5a\x69\x2e\x10\xbc\xc4\x4b\x45\x6f\x15\x10\x2c\x1f\x2e\xc4\xd8\x8e\x77\x01\x53\x93\x26\xd9\x75\x61\x9f\xf7\xd6\xec\x60\xb7\x58\x18\xb8\xaf\x2d\xec\xf3\x6b\x1f\xe6\xe5\xb6\xda\xfd\x53\x77\x39\xfc\x16\x41\xb5\x7e\xd6\xb1\x6f\x96\x2e\x71\xd9\x52\x83\x5d\x1c\xba\xb9\xab\xcd\x32\x9d\xdd\x1c\x62\xf4\x61\x96\xd5\x67\x76\x75\x68\x45\xeb\x3b\xeb\x79\x1c\x4a\xc8\xf4\x26\x69\x9b\x09\x1c\x5a\x50\x49\x43\x85\x8d\x25\x67\x69\x40\xf0\x70\x4e\x16\x9f\x87\xba\x6e\x67\x5b\xc9\x9d\xe0\x7d\xf6\xd2\x16\xdb\xf5\xdc\x68\x0f\xb1\x0b\x17\x6c\x07\xb8\x49\xee\xfb\x4a\xb6\xdb\x5e\xe2\x5e\x73\x31\x39\xbe\xd4\xae\x8e\xdb\xe4\x1c\x72\x24\xc7\xf6\x39\x21\x67\x7f\x14\xff\xc3\xc9\x91\x7d\x98\xa0\xab\xc0\x3b\x1f\x55\xac\x54\xd8\x63\x2e\xfe\x99\x83\x40\x72\x10\xee\x5a\x7a\xf3\x45\x73\x80\xc0\xdd\xfa\x67\xc4\xa7\x01\xe1\x26\xf4\x88\xe9\x41\x40\xe4\x36\x1b\x28\x8f\x05\x22\xba\xdd\x8f\xeb\x95\x02\x21\xdd\xc1\xcd\x0c\x2d\xdc\x0b\xd6\x9c\x37\xda\xe1\x3b\xa2\xfc\x72\xb3\xce\x7b\xeb\x80\xe2\x19\x51\xb0\x36\xc8\x88\xd8\xe4\x12\x79\xce\x39\xe2\x3a\x21\xe7\x40\xa9\xef\x89\x39\xc2\x6d\xb1\x71\xfe\xf6\x34\x4e\x86\x33\xc7\x2a\x6f\xe0\x6b\xf4\xfa\x0e\x33\x9b\xb1\xec\xa9\xd1\xc9\xaf\x53\x6c\x5e\xb1\x5d\xa2\x02\x9a\x2e\xd9\x0e\xb0\x97\x45\x46\xd7\xef\xb0\xbb\xc2\xae\x09\x4f\xbc\x27\x66\xaf\xca\xfe\x1e\x66\x72\x93\xb0\x9f\xcf\x99\x15\x14\x51\xae\xe7\x20\xc1\xd9\x11\x70\xf7\x52\x82\x7d\x1e\xe7\x87\xaf\xc9\xd9\x33\x0e\x6b\xb8\x62\x3e\x96\x67\xe2\x1d\xfc\xb8\xce\x9e\x8f\x4e\x50\x1c\xce\x70\x33\x3c\x04\x0e\xa5\x3a\x9e\xe3\xe6\xbb\x0d\xfc\x13\x6a\x1f\x42\x8c\x77\xd4\xf8\xf7\x7e\x18\xe2\x40\x28\xfb\x34\x14\x07\x75\xca\x61\xa5\x51\x3c\x9f\x2b\x58\x41\x48\xe0\xf2\x9f\x1c\x04\x92\x83\xf0\x8f\xd2\x08\x14\xf6\x07\xc2\xec\x74\xee\x4e\x0a\x03\x62\xac\x0c\x7f\x4e\x5d\xfd\x87\x8b\x99\xfd\xc0\xf9\x95\x6e\x2d\x30\x6b\x62\xc0\x4e\xc6\x1d\x9c\x0d\x9b\x14\x27\xe8\xb4\x0e\x8a\x41\x51\x99\x0b\xfd\x17\x11\xa7\x7c\xc2\x76\xfc\x0e\x8f\x23\x14\xdc\x68\xe7\x9a\x62\x17\x72\x0f\x39\x8a\x3d\x52\x9c\x1b\xc3\x75\xb7\x9d\xf2\xeb\x7d\x82\x5a\xd7\x74\xdb\xd0\xfe\x8f\xf3\x9c\x5e\x77\xd9\x87\x0c\xc8\xcf\x7d\xd5\xa4\xe3\xb0\x68\x20\x7b\xce\xa9\xfa\xf9\x8e\xb1\x03\x75\x71\xa3\x6e\xab\x38\x4d\x64\x6b\xc7\xcc\xaa\xf0\x72\x1e\xc3\x8e\x8f\x7e\x72\xe5\xb4\xb3\x08\xbb\x35\x42\xee\xbc\xaa\x73\x3b\x47\x3e\x4c\xa4\x64\xb5\x33\x83\xb3\x2d\xb0\xf1\xc4\x38\x17\x75\x4e\x79\x40\xc6\x51\x77\x17\x11\xce\x0f\xbf\xd0\x83\x66\xce\x8d\x5c\x77\xaf\xe4\xfd\x2c\x17\x09\x6e\x94\xe7\xb9\xdd\x97\x5d\xbc\xb8\x45\xee\xcc\xff\x5d\x07\x63\xa5\x15\x4d\x07\x55\x5e\x42\x7e\xc6\xe8\x27\x80\xbe\xa5\x9c\xa2\xc0\x6e\xc0\x4e\x5d\xee\xcc\xd8\xc1\xe7\xc0\x33\x39\xa3\xb1\xdd\x7f\xe6\x62\xcc\xee\xd0\x92\x9c\x64\x04\xc4\xff\xa0\x3e\x99\xe2\x0e\x24\xb4\xd1\x7d\x65\xa5\x81\xc4\xd5\xf6\x1f\x74\xca\x81\xf8\x59\xbe\x79\x8c\x16\x44\x47\xef\x8f\xae\xf1\xf0\x25\x5a\xc2\x5c\x16\x3b\x04\xb7\x10\x86\xfe\xcb\xf2\x6f\xc4\x52\xb9\xab\x3c\xae\x9d\x6b\x4e\x90\xe7\xd4\x3a\x3d\x6a\x7c\x9c\x9a\xce\x29\xb4\xd3\xec\x5b\x95\x36\xe3\xbd\x98\xa3\x4e\xdf\xb5\xb4\xcc\xc6\x76\x67\x91\x7e\xaf\xe4\x0b\xf7\xcf\xba\xf8\xf4\x17\x2c\x98\x45\xce\x49\xbb\xfe\xc0\x75\xd6\x40\xd9\x9c\xcf\x97\x1e\xb9\x55\x0e\x3c\x9e\xb3\xf2\xec\x3a\x77\x23\xb6\x53\x0c\xe7\xe4\x23\xf7\x93\xec\xd3\x51\x2d\xc7\x98\x6e\x2f\x38\x46\x61\x63\xff\xb9\xe7\xde\xc9\x71\x0b\x0d\xdf\x37\xdf\x43\x9a\x53\x14\xb4\x71\x8f\xa2\xfb\x39\xce\x77\x7f\xa5\x5d\xc5\x1e\xba\x5c\x35\x9f\xcf\x3b\x6f\xb8\x7e\xe2\x16\xbb\xf3\x38\x31\xc3\xbb\x43\x7d\xd0\xa8\xe0\x3d\x27\x33\x65\x7e\x53\xfe\xe5\xff\x1b\xfb\x89\x94\x0c\xfe\x4d\x72\x10\xe4\x3c\x88\xd8\x4a\x59\xfd\x71\x00\x12\x2e\x29\xed\x15\xba\x06\x2c\xbc\xa7\xfd\x54\x72\x0e\xb0\x28\xc4\x68\xb7\x4c\x1a\xb0\xa8\xcb\x2a\x43\x6b\x1b\xb0\x70\xb9\xfb\x31\x8b\x16\x44\xcf\x7d\x1d\x5e\xed\x19\x40\xcc\x8d\xae\x4c\x1b\x1b\xe5\xc2\xdd\x1e\x7c\x6e\xdb\xf6\x04\x11\x4e\x85\xb7\xcf\xb9\xfe\x85\x61\xec\x67\x2e\xb2\xcf\x8f\x2e\x33\xfa\x5a\xed\xe4\xd5\x73\x6f\xc5\x89\xa7\x0f\x5d\xeb\x7a\xd7\x64\x5a\xdc\x3d\xe3\xa1\xdf\xa7\xb6\x64\xd9\x4d\x7b\x4f\xdb\xbe\x3b\x19\xa2\x57\x97\x7a\x99\xf6\xcb\x2d\xd4\x3c\x5b\xef\x3d\xb6\xff\xd3\x02\xa5\xd3\xe2\xde\xed\x03\x6a\x89\xbb\x8f\xd2\x7c\xac\x07\x2e\xcf\x5d\x49\xf2\x2f\xc5\x6d\xde\x37\xd8\x15\xd1\x53\x8a\x6e\xf8\xf4\xb3\x1f\x45\x1d\x2f\x28\xf7\x0e\xe6\xc4\x86\x4a\xe4\xf7\x7b\x3f\xe4\xec\x0e\x9e\xb9\xf5\xa0\x8f\x00\xe7\x53\x80\x44\xae\xa8\xd7\x27\xae\xb9\x4f\xd2\x9f\x75\x40\x31\x54\x70\x1b\x54\xe9\x3b\xd2\xb7\x46\xc5\x03\x3a\xb2\xa2\x79\x83\x7f\x9b\x1d\x1a\x6b\x4d\xf9\x57\x0e\x42\x84\xc8\xa8\x05\x83\x3a\x7f\xd2\xe8\x2e\x9e\xef\xb1\x45\x56\x58\x30\x09\x58\xe9\xa9\x14\x22\x52\x07\xac\x4e\xd0\xab\x99\x11\x05\xac\x5d\x6b\x6e\xa0\x7e\x0e\x58\xe5\xef\x78\xdf\x5c\x1b\xc1\x8b\x8c\x82\xbc\xbc\x25\xb8\xad\xf1\x71\x09\xa6\x73\x5c\xfb\x26\x47\xe6\x6c\x2c\x59\x18\xfc\xf5\x60\x90\xc3\xc9\x13\x2b\x0c\xdf\x1f\xf7\xd1\x7f\x10\xb9\xf6\x60\x8b\x91\xc7\xd2\x5f\x1d\x1b\xb8\xe4\x5c\xa8\xab\xc7\xfc\x02\x7b\x05\x57\x31\xce\x8d\x0d\xd0\xe8\xdd\xb1\xe2\xd0\x29\xe7\x00\xc1\xbe\x1d\x8b\xef\x1c\x5a\x1d\x58\xd3\x3f\x21\x83\xb5\xff\x41\xa0\x62\xff\xa3\xe4\x2f\x7b\xda\x02\x77\x0c\xe8\x25\x45\x17\xdc\x0a\xac\x1d\x38\x34\x8f\xc8\xd7\x08\x7c\xce\xd6\x8e\x6b\xc8\xcd\x0b\x4a\x60\xaf\x8d\xf9\xb4\xa5\x2c\x50\x85\xfd\x23\x6a\xc6\x86\xfc\xc0\x51\x9c\xb0\x30\x89\x9c\xc7\x81\xd7\x38\x0b\x43\x19\x6b\x36\x07\x1c\xe4\xbc\x0e\x78\x33\xd8\x87\xa1\xe7\xa3\x80\x91\xb4\x3b\xef\x7b\xe5\xdc\xc9\xbc\x7d\xa1\x77\x68\x34\xef\x7b\xa6\x7d\xfa\xe0\xf7\x65\x20\x88\xef\xe3\x90\xfe\x6f\x86\xd6\x28\x81\x41\xcd\x56\x1e\x9d\x32\xa8\x9b\x8d\x44\xae\x0e\x6a\xde\x1b\xd5\x18\x09\x59\x20\xbf\x98\x66\xa9\xd4\x0a\x6c\xab\xb0\x11\xa4\x1f\x40\xdc\x7a\x49\x6f\x47\xaf\x27\x3f\x3e\x2f\x76\x8a\x15\x9e\x77\xf2\xed\xe8\xf9\x57\x96\xd7\x2f\x97\x69\x3c\x19\xbb\xbe\xf8\x57\x0e\xb7\xf6\x6c\x84\x75\xd5\x92\xdc\xcc\xaa\xac\xe0\xe0\xce\x31\xf9\xe5\xe7\x0e\x84\xe6\xfd\x8a\xd8\x1a\x72\x4c\x26\x5c\xff\x77\xcd\x06\xe3\x03\x8b\xc3\xbf\xf4\xdc\x5a\xe3\xb8\x47\x3d\x22\xb9\x77\x4b\x96\xd8\xae\x9f\x11\xc5\x7d\x96\x99\x13\xf2\x7e\x46\x5c\xec\x9f\x9c\xd1\xb5\xad\x3a\xdc\xb8\xbf\x2e\xe5\xd5\x26\x8f\x88\xa5\x03\xea\x0b\x22\xd6\xfd\x8e\x30\x1e\x38\x3f\xdf\x82\xcc\x3d\xc9\x5e\x1a\x9e\xc8\xce\x8f\x69\x5d\x29\x15\xbe\x87\xfd\x29\xea\xe3\x0a\x81\xb0\x68\x8e\x73\xb8\xee\xb2\x33\xa1\x5b\x38\xa7\x83\x19\x00\x65\x85\xc2\xe8\xc1\xd7\x3f\x69\xd4\x14\x26\xef\x5c\x7c\x3e\xe6\x3d\x6f\x1d\x3c\xa3\x8c\xf0\x3d\xe7\xf0\xf3\xfe\xc9\xb9\x20\x24\x07\x40\xe6\x01\x14\xf1\xef\xbb\xfe\x23\x21\xab\x2e\xf4\x08\x38\x12\xab\xe5\x27\xfd\x12\x38\x6c\x61\x6e\x4c\x53\xfe\x39\x71\xb7\xaf\x8b\x85\xa7\xf4\xab\x27\x9b\x0f\x85\xa5\xce\xcd\xad\xed\x59\x5e\x90\x72\x38\x6b\x51\xf9\xe2\x85\xae\xdb\xe4\xb7\xfc\x3e\x83\x24\xdb\x0b\xe7\x77\x2e\x39\x1c\x1a\xff\xb1\x75\xeb\xee\xa3\x45\xf2\xf1\x5b\x7e\xae\x2c\xcc\xd9\x56\x30\x37\xee\x57\x60\x9e\xe0\xe6\xba\xf8\xbb\xbf\x0f\x6c\x12\x59\x9f\x18\x5f\xd1\x73\x7c\xed\xd3\x35\x3e\xf1\x1d\xbd\x8b\x57\x45\xaf\x2a\x88\xd7\xed\xf3\xca\x0c\x5e\xf1\x6c\xce\xb5\x3e\x62\xf1\xb8\xa5\x8b\xe6\xdc\xee\xbf\x92\x36\x6a\x49\x5f\xdc\xa4\x01\xbf\xa4\x45\x4b\x7e\xc4\x2e\x18\xb8\x3f\xef\x7a\xc6\xe3\x58\x01\xb6\x57\x5c\xc4\x42\x8b\xd8\x14\xf6\xba\xd8\xec\x94\xc3\x31\x1f\xd8\xbf\xa2\xb6\xa7\x08\xc5\xc4\x71\xe4\x23\x3e\x03\x94\xd5\xd3\xa2\x06\x5f\xff\xcc\x4b\x93\x78\x7c\x14\x79\xff\xdf\xf1\xe5\x90\x92\x73\x10\x52\xde\x0c\xe9\xea\xeb\x94\x11\x1c\xc0\x3e\xdb\x21\x25\xf3\xd0\x2f\x3e\x17\x7e\x3c\xa8\x57\x9d\x94\x6d\x25\x1f\xfe\x62\x5f\xda\x4e\x73\xd4\xfd\xe7\x6d\xf7\xe9\x6a\xdb\xb3\x2e\x53\x1a\xdc\x0f\xfe\xe3\x1f\x19\x7b\xed\x72\xf5\x4e\xb7\x79\xe2\x99\x2b\x0e\x7c\x5d\xf7\x2b\xbb\x7a\xdb\xde\xbc\x0d\xab\x5c\x8f\x06\x17\xc5\xae\x8d\xcd\x4c\x7d\x30\x6f\xdf\xd7\xcc\x59\x4b\x1d\xbb\x4c\xf7\x89\x2c\xb9\xbd\xe8\x6b\x77\xd8\xce\xf2\x45\xa5\x19\xea\xbf\xde\x6d\x1d\x97\xfe\x20\x7d\xcb\xef\x4f\x1b\xa7\xa4\x05\xa7\x7b\xf4\x0a\xac\xa1\x0f\x73\x1f\x1f\x53\x36\xf7\x95\x2c\x35\x4e\xfe\x9c\xb4\xbd\x9f\x96\x71\x71\x41\x5a\xc2\x87\xfe\x6f\x29\x6b\x13\x95\x13\x29\x03\x5b\x13\xce\x25\x26\xcc\x9f\x3e\x50\x39\x5f\x7e\x5e\xdf\x7c\x15\x76\x70\x9c\xe4\xbc\x39\xf1\x91\xec\x86\xe8\xaf\xf3\x7c\xe2\x5d\xd9\x4d\xd1\xa7\x00\xa1\xb8\xc9\xc2\xbc\xef\x0f\x1d\x43\x39\x27\x4c\xa9\xa1\x7a\x82\xf8\x7e\x27\xe9\xfb\x91\xfe\x2f\x59\x3f\xc9\x01\x90\xf7\x80\xcb\xf9\xfe\xc7\x9d\x01\x4a\x28\x85\xd2\x27\x78\x7f\x8e\x8c\xa6\x70\xc7\x07\xe2\x4e\x96\xee\x3c\x75\xc9\x27\x56\x37\xa5\x98\xef\x6d\x1e\xde\xb8\x53\xf6\xd4\x33\x35\xdc\xee\x58\xe6\x69\xcf\x98\xe8\x74\x81\xdc\x8e\x83\xd7\x97\xed\xdd\x70\x6f\x79\xcf\xde\xa3\xfb\x53\xf2\xd5\xd3\x24\x8a\x88\x7b\xad\x05\x52\xf3\xbd\x0b\xe9\x3f\xab\x0a\x4a\xe7\x3e\xda\xde\xf6\xeb\x65\xee\xe5\xb9\xf3\x72\x7f\xfd\xfe\xbc\xe1\x5c\xfc\xd3\x8d\xfb\x7b\xc5\x56\x97\xcf\x35\x5d\x4b\xf4\xde\x59\x79\x36\xfe\x5c\xf6\xb3\xbe\x8d\xcb\x84\xe3\x0e\x64\xcf\xee\x0f\x48\xbf\x19\x97\xb0\xe2\x6c\x7f\x4f\x4a\x48\x9c\xdb\xb2\xeb\x03\xf1\x89\xbf\x63\x75\x97\x65\xb0\xc7\xc7\x73\x62\xed\x17\xcf\x66\x87\xc7\x89\xc7\x7a\xa7\x5b\xb0\x2f\xcd\xea\x99\x35\x2a\xdd\x81\x63\x1c\x61\x1e\xdd\x91\x16\xca\x99\x1b\x66\x08\x48\x4d\x1c\x73\x62\xf0\xf5\x1b\xf9\x0c\xd5\xe1\xfe\x64\xe4\x39\xb0\x9c\xef\x6f\xe4\xbe\x1b\x59\x3f\xc9\x01\x54\xf0\xe7\x01\xd4\xf3\xf6\x51\xcf\xdb\xa7\xbc\xfe\x75\xd4\xb4\xc4\x4e\x17\x1a\x7d\xb9\x79\xee\x33\x51\xf5\x39\x72\xb3\x6f\x8f\x7e\x64\x43\x5f\x63\x96\x78\xd6\xa3\x56\xc8\x45\xd5\x77\x7d\xd1\xfa\xaa\xe2\xf0\xd7\xf3\x43\x57\x06\x5d\x25\xd2\x3b\xb2\xb6\x24\x47\x5f\xb6\xd9\x33\x75\x3d\x6b\x76\x60\x19\xed\xb6\xee\xe6\x15\xe1\x8b\x2e\x9c\xff\x75\x22\xd7\x31\xfc\xf8\xc9\x65\x3d\xae\x39\x47\xc3\xba\x8f\xc4\xf7\x66\x67\x69\x44\xd8\xee\x97\xec\xed\x59\x7e\x37\xac\x7b\xcf\xf4\xfe\x69\x19\xe7\x22\x16\xee\x38\xdb\x9f\xba\x70\x59\xb8\xf9\xf6\x90\x01\xed\x05\x4e\xe1\xb9\xb9\x6b\x07\x36\x25\xac\x08\xd7\xdb\xb4\x8a\x2d\x10\xff\x28\xbc\x76\xdd\x15\xb6\x5d\xdc\xd9\xb0\x55\x39\x7b\xd9\x65\xb3\xee\x87\x75\x64\x9f\xe0\x8c\x8e\x92\x0a\x3b\xb2\x32\x97\x13\x12\x76\x23\x74\xe7\x72\x0e\xe7\x42\xb0\x1a\xa0\xc9\xcf\x7f\x21\xfd\xff\x28\xfe\xfe\x5f\x94\x4d\x19\xc1\x81\xec\xab\x1f\x59\x7f\xd5\x1a\xca\xbf\x7c\xd0\x9e\x1d\xad\xfb\x06\xf5\xd3\xe8\x36\x5e\xff\x5a\x2c\xdb\x57\x89\xaa\x50\x28\x75\x9d\x1f\x3d\x15\x2d\xa7\x9c\xbc\xb2\xe2\xed\x3f\xb4\x25\x7a\xed\x87\x5d\x5b\x5d\xec\xbd\x9c\x24\xb7\xcc\x7b\xba\x2f\x58\x29\xf2\x7e\x5a\xd6\xc3\xa2\xe4\xa5\x0b\x37\xcd\xae\x7a\x90\x50\x90\xbc\xec\x60\x48\x59\xc3\xee\xaa\xcd\x59\x52\xbe\xa3\xea\xd7\xfd\x9c\xb2\xea\x97\x0f\xbb\x7a\x4b\xef\x87\x4c\x4d\x5f\x93\xf2\xf4\xbe\x27\x19\xd5\x7e\x2a\x17\x8c\xfa\xbd\xd3\x1a\xfd\x46\x9f\x3e\x31\xa0\x90\xe4\xeb\xfb\xe1\xd8\x8a\x81\xcb\x73\xfb\xfd\xb4\x0f\x05\xb2\x45\xe7\xcc\xf7\x7b\x5b\xfc\x85\x1d\x15\xfb\xce\xaf\x62\xb7\x07\xbb\x32\xfa\xac\x5f\xdb\xae\x4a\xce\x84\x48\x03\x7f\xa5\xed\x7d\x1c\xd7\xb0\xbb\x7e\x95\xdb\x0c\x39\x45\xc1\x15\x7e\xa9\x5b\x36\x73\x5e\x06\x4e\xf0\x7d\xb6\xc9\x8e\xab\xec\x37\x1a\x30\x2d\x1b\xaa\x87\xe4\xe2\xc8\x79\x20\xeb\xf8\x73\x0f\xf6\xfc\x55\x7f\x35\xff\x5c\x6c\xe4\xf1\x33\x7d\x2d\x6d\x2a\x14\x5e\x0e\xc8\x90\x1f\xdc\x92\xf1\x8d\x39\xa8\xf7\x4f\xff\xe2\xe5\x6a\xdc\x4c\xef\x39\x29\xfd\x53\x48\xe7\x4c\x52\xf7\x78\xbd\xb1\xca\x52\x45\xe7\xbe\x2d\xb4\xba\x66\xb1\x76\x75\x68\x47\x95\x5f\x95\x4f\xcd\x7c\xe1\x0f\xed\x09\x6f\xe2\xce\x85\x27\x7c\x58\x9f\x5f\x9b\xf8\xcb\xa7\xe0\x83\x40\x85\x64\xea\x26\x97\x6f\x1f\x3c\x7e\xcc\x59\x18\xe6\x72\xf9\x79\x5e\x7f\x56\xf2\x38\x97\xce\x87\xb1\x03\x06\xf3\x37\xb9\xee\xbf\xbb\x67\x60\xeb\x5c\x7d\x37\xc5\xca\x90\x01\x76\x9c\x35\x99\x73\xe1\x26\x7b\xe1\x06\xbb\x27\xc2\xc5\xed\x76\x89\x19\x47\x2f\x2c\xcd\xbd\xe6\xf8\x0f\x8e\x57\xe8\x22\xf7\xe7\x87\xb8\x9c\xc3\x41\x21\xee\x61\x07\x8e\x72\xfa\xfc\x05\xdc\xaa\xf6\x51\xb9\x0c\x1f\x21\xf7\x2d\x45\xee\xdc\x28\xaf\xbd\xee\x72\xbb\x12\xb8\xc5\xee\x8d\x80\x33\xdf\xef\x9f\xc3\xcf\x43\x22\xfd\x6f\x32\x07\x61\x98\x03\xe1\xd7\x3f\xc4\x41\xf4\x9b\x7d\xe0\xf9\x7f\x9f\xf9\xf3\x61\x5e\x6d\xe9\xe1\xe5\x24\x3c\x8c\xe0\xa6\xf3\xea\xe7\xfb\x5e\xe7\x7a\x81\xe9\x39\x63\x77\x1c\x3c\x08\x68\xbc\x9d\xee\xb9\xb5\x1c\xd7\x18\x4c\x3d\x9d\x65\x42\x04\xcd\x2b\xc5\x4e\x27\x76\x39\xdb\x27\xfe\x4b\xe0\x81\x40\x3a\x67\xd2\x56\x66\xc4\x3b\xb7\x43\xec\x67\x57\x9f\xc4\xfc\xb0\x5f\xca\x9e\xd7\xb1\x7c\xb6\xa0\x9d\xe9\x0f\x37\xf6\x8c\x59\xd6\x76\x49\xef\xcd\xd9\xab\x23\x43\xec\xac\x5b\x76\xb1\xfb\x43\xcf\xd8\xbd\x7e\xdc\xc6\x31\x08\x91\xb2\xbb\x73\x5f\x86\xb3\x25\xa0\xdd\xfe\x44\xcd\x38\xce\xa9\x80\x99\xc3\x39\x17\x42\x97\xf7\x72\x69\x5e\x84\xc3\xbe\x0b\x8f\xb8\x76\x5e\xe9\x0e\x0b\x4a\x25\xb9\xeb\xdd\xb7\x38\xd4\x9e\x58\xc7\x2d\x77\x4d\x74\x78\x73\x6c\x2a\xf7\x89\x8b\xb7\xbd\xd4\xe1\x8b\x04\xcd\xde\x15\x08\x6f\x1d\xaa\x6f\xa9\x3d\x65\x04\x0f\x47\xfa\xbf\xa4\xff\x39\x54\x3f\xfb\x5b\xfb\xb7\x41\xfd\x16\xdd\x6d\x3d\xa8\xaf\x57\x0f\xdc\x18\xd4\xc7\xfc\xdf\xf3\x2b\xf9\xf7\x3c\xc9\x79\x10\xc5\x13\x81\x51\x0d\x14\x4a\xbe\x27\xa0\x2e\x3e\x65\x62\x36\x07\x30\x5f\xa5\xf6\x36\x65\x34\x9c\xdc\xd7\xd2\x4b\x23\x02\x88\xa0\xd8\x05\x4e\x85\xbe\x01\xdc\x0f\x39\xda\x9e\x99\x2e\x0e\xdc\xdc\x63\x17\x7d\x0a\x6c\x6f\x73\x99\xf7\xd7\xf9\x65\x58\x59\x71\x67\x74\x87\xfa\x6d\x62\x25\x73\x65\xb8\xaa\x1e\x47\x59\xae\x5d\xd2\x5c\x1b\xf7\xdd\x2c\xa3\x8f\x99\xdc\x64\xd7\x36\xcb\x45\xad\x7d\x5c\x5f\xf7\x6d\xac\x92\x26\x7f\x6e\x99\x73\x80\xe5\xba\x86\xa7\xdc\x32\xe7\xa3\x2c\xce\x5d\x53\x62\xb4\x83\x8c\xe5\xd9\x2a\x01\x62\xb2\xfd\x31\xab\x51\xd7\xc5\x08\x2d\xbb\x8d\x56\xf6\x57\x94\x09\x96\xed\x21\xab\xe0\x0b\xa5\x44\x84\xcd\x44\x6b\xf3\x52\x33\x62\x96\x8d\x04\x90\x6a\x3a\xf2\x1c\x3c\xc6\xe7\x9f\x6e\xb0\x28\xff\xe2\xc0\x88\x2d\x9f\x79\x5c\xc4\x77\xe6\x2f\x5e\x3e\x50\xdb\x73\xb8\x0f\xea\xa3\x6c\x7e\xfd\x67\xf9\xef\xff\xca\x21\x25\x73\x00\x72\xf9\x7e\x71\xce\x55\x40\xf9\x81\x18\x16\x3f\x05\xcc\xc6\x2a\xe6\xcc\x79\x80\x1b\xce\xa5\x7a\xea\xc1\xdb\x31\x3a\xb2\x90\xb9\xc4\x73\x09\xd1\xb0\x5c\xc0\x66\xb4\x53\x08\xb1\x70\x77\x83\xc3\x47\x1b\x06\x61\x7f\x85\xe6\xe4\xc1\x8a\x27\x0c\x9e\x5c\x77\x72\x62\x44\x13\xa6\x3f\xf6\x39\xae\xb7\xf0\x23\xb2\x89\x69\x76\xa3\xcd\xf6\x72\x44\x89\x4c\xd6\x4b\xfa\xe9\xae\x05\xc4\x01\xc6\x59\x33\xf5\x0f\x5d\xc4\x56\x66\x2e\xbd\xf2\xd5\x3b\xa2\xd4\xe2\x91\x59\xdb\xd3\x46\x62\x17\x33\xca\x8c\xfa\x78\x22\x71\xcb\xfc\xa9\xd9\x86\xba\x3a\xe2\x81\xb9\x9f\x59\xce\xed\x44\xe2\xa3\x99\xb0\xf9\xe4\xca\x32\xa2\x83\xce\x35\xcf\xb8\x9e\x4f\x74\xd1\x4f\x01\xeb\xa2\xf9\x9f\x7f\xf8\x7d\x20\x73\x10\x1e\x37\x0e\x69\xe7\xe1\x41\xfd\xe9\xda\xc7\x3b\x2f\xdf\x99\xf0\xfd\x2f\xbe\xef\x55\x2d\x31\xd2\xff\x3a\x14\x39\xa4\xdb\xf9\x7f\x67\xf1\xfb\xb3\x4c\x02\x90\x8f\x9d\x58\x91\xc8\x00\x68\x41\xd3\x5d\xa3\xce\xa1\xcf\xa1\x43\x3d\xc4\xcf\x04\xd9\x21\x15\x34\x41\x57\x36\x82\xd3\x17\x9a\x3e\xb5\x7f\x04\xcd\x5c\x27\x8b\x14\xcb\x3b\x98\x76\x2c\xd0\x82\xc3\x90\x20\x06\x6e\x5e\x64\x4e\x37\x57\x21\x3a\x9a\x24\x98\x37\xe9\x4d\x44\x4f\x47\x23\x83\x33\x3c\xd7\x22\x15\x25\x08\x31\x3c\x40\xdb\x39\x50\x86\x6d\x7a\x17\x68\x63\xbb\x14\xb0\x51\x2f\x92\x76\xbf\xbd\x0b\xb1\xfa\xab\x68\xab\xde\x30\x90\x40\x3d\x4f\x7b\xff\xfc\x01\x62\xf5\xe5\x69\xa5\x8d\x63\x91\x42\x55\x35\x32\x7e\x50\x83\xb9\xd4\xf3\xb4\xbb\xb5\x85\x58\xa1\x27\x0b\xec\xe1\x9f\x03\x97\xf8\xf3\xd1\x1e\xf0\xcf\x81\xa1\x73\xef\xb7\x21\x9b\x77\xde\x7d\x48\x19\x59\xff\xad\x96\x21\x2d\xe3\xfb\x7e\xe4\x3d\x78\xd2\xff\xcc\xe1\xe7\x05\x90\x39\x10\xc9\x4c\x40\xee\xc1\x04\x93\xd8\x25\x00\x75\xbd\x04\x3b\x54\x0d\xb0\x9f\xa2\xd4\xe3\x19\x87\x66\x3f\xb6\x96\xba\xd3\x37\x5c\x4e\xdc\x49\x0d\xb3\x59\x8f\x53\xab\xc5\xf4\x5f\xb1\x9a\x90\x59\x94\x60\x54\x6c\x7e\x07\x29\x25\x93\x8d\x7e\xd1\x27\x21\xb5\xa2\xc8\x28\xc1\x24\x08\xa9\x0f\x2f\x18\xf9\x1a\xa7\x62\xf1\x07\x77\x23\x37\xa3\xfb\x28\x1b\x78\x6c\x70\x88\xe4\x1d\xf4\x4b\x01\x40\x5d\x40\xef\x31\x3b\x13\x50\xfe\xa4\x37\xb6\x2b\x18\x50\x3e\xa3\xf7\xa6\xe3\x01\xba\x54\xfb\xf5\x82\xde\xbd\xc2\x6f\x55\x1d\xdd\xd7\x2f\x8b\xd1\xaf\x12\xa8\x27\xd3\x7c\x13\x5d\x2a\x17\xfe\x35\x17\xc8\x9a\xf2\x2f\x0e\xa6\x2f\x92\xcb\xe3\x49\x3f\xf0\x7d\xbf\x61\x0e\x8a\xef\x5b\x5e\x2a\xc3\x48\x0e\xc6\x62\xa4\xff\x4b\xde\xff\x26\x7d\xcf\x88\xbd\x80\xc8\x04\x0a\x25\xec\x31\xa0\x6b\x39\xe9\xaa\xef\x7c\xc0\x6a\xe3\xcc\x5a\xe7\xfd\x80\xe7\x5b\xc5\x7e\xfb\x0c\x20\xf6\x8d\xfa\x34\xab\xeb\xe8\x5c\xaa\xa0\xb5\xd5\xa2\x1d\xaf\x73\xd5\xb4\x2b\xe9\x04\x1e\xec\x9f\xa8\x2b\x65\x92\x83\xbb\x25\xc2\xba\xb3\x8d\x38\xb8\x7e\x63\xa5\x9e\x33\xad\x0d\x57\xee\x1f\xd1\x3b\x66\x98\x8a\x87\x6f\xa8\xba\x0b\x0c\xbd\xd1\xd9\x15\xac\x73\xdd\xe0\x32\x80\x76\xcd\xe0\x61\x7f\x3f\x88\xe7\xef\x8b\x91\x9c\x83\x1a\xa7\xbb\x10\x98\xd6\xa5\x16\xf0\x35\x08\x98\x76\x44\x5d\xf2\x63\x05\x30\x7d\xd6\xbf\x38\x18\xde\xfa\xe7\xcc\x27\xf6\x52\x86\x38\x48\xde\xfe\x18\xe6\xa0\xfa\x86\xf4\x32\xdf\xf7\x1f\xbe\x07\xcf\xaf\x77\xeb\x28\xfe\x3e\xe0\xf3\x02\xe4\x1c\x04\xd2\xff\x8f\xfc\x00\xcc\xb4\x1a\xab\xee\x7d\x0a\x50\x39\x3f\xe1\x9c\x2b\x13\x30\x2d\x91\xb8\xee\x90\x06\xb8\xae\x93\x9d\x6b\xe3\x02\x44\xba\x28\x2e\x66\xcd\x03\xd2\x4a\x55\xf5\xcc\xf5\x80\xd5\xae\xaa\x47\x4d\xdf\x00\x3b\x28\xea\x6c\xe3\x69\xc0\xfe\x72\x75\x5f\x9a\x24\x70\xb2\x4d\x5d\xd0\xc0\x04\xb8\x92\xa7\xd6\x60\xa0\x89\x5f\xb5\x2f\x35\x6d\xf5\xcf\xa2\xef\x59\xa1\xe6\x4a\x92\x77\xd0\x2f\x06\x20\xa9\x3e\x41\xd7\x69\xb0\x0f\xf2\xaf\x34\xd6\x0e\xaa\x94\x9d\xaa\xee\xa0\x4a\x08\x29\xfc\x18\x54\x11\x3d\x85\xb1\x03\xe5\x80\x70\xd7\x1f\x0e\x06\xbc\x9c\xb8\xce\x4b\x43\xaf\xbb\x99\x3f\x0f\xea\x2e\x3f\x0f\xe6\x0a\x3f\x1f\xe8\xd4\xe9\x21\xdd\xc7\xe7\x25\xf2\x56\x8e\xf4\x7f\x49\xff\x9b\xf4\xff\x83\x9a\x86\x94\x9c\x83\xe1\xf6\x0a\x50\x96\x15\x74\xb4\x1b\x05\x18\x06\x89\xbe\xb1\x3c\x0d\xd8\x7e\x9e\x7a\x9d\x99\x02\x04\x28\xcd\x78\x6b\xf1\x03\x98\xef\x25\xbf\x9a\x5e\x01\x2c\x7b\xac\x98\x69\xf4\x1d\x58\xf7\x52\x61\x8f\x51\x3c\x90\x2f\xae\x3c\xca\x50\x13\xd8\xbf\x44\x59\x92\x7a\x03\x38\xde\xa2\x78\x54\x3f\x0d\xb8\xb4\x5e\xd5\x74\x38\xcf\xa0\x10\x68\xdc\xa3\x3a\x5f\x77\x35\xf0\xf6\xa0\xf2\x51\x3d\x63\xe0\xa7\xb3\xf2\x37\x9d\x23\xbc\x75\x71\x40\xe3\x0b\xaf\x1f\xdf\x55\x85\x06\x55\xbc\x99\xec\x07\xc9\xc1\x7c\xa3\xe1\xff\x97\x03\xfa\xbf\xe6\x61\xac\xbb\x39\x72\x1f\xfc\x3d\x0f\xc4\x87\xaf\x36\x56\x7c\x0e\xc0\x05\x90\xf9\x3e\x26\xdd\x72\x12\xa0\xb7\x41\x88\x63\x71\x0a\x60\x7d\x12\x6f\x30\xe9\x01\x3c\xdb\x25\x1d\x8c\x03\x80\x88\x98\xa9\x75\x46\x4a\x40\xb2\xe7\x8c\x78\x5a\x19\xb0\x22\x51\xa6\x44\xbf\x1f\xd8\x60\x28\x13\x44\xe6\x1a\x50\x25\x81\xe2\x04\xb9\x15\xba\xd7\x80\x63\xd2\x72\x1b\x74\xc7\x03\x17\xbd\xe4\x8f\x68\xbf\x01\x6e\x58\xc8\x8b\x6a\x5e\x04\xea\x24\x64\x6e\x6b\xcd\x00\x9e\x7d\x97\xad\xd1\x9a\x0f\x7c\x18\x27\x0b\xcd\x73\x40\x77\xcc\xcc\xc4\xe1\x7e\x8c\xe7\xf5\xe3\xf1\xdf\x73\xc1\x86\x39\x20\x7e\xfe\x0b\x99\x87\xf3\x0f\x9f\x0b\xdc\xc5\x57\x72\x2e\x10\x99\x87\x92\xc6\x3f\x3f\xe2\x9c\x47\xfa\xff\xae\xfc\xe7\x05\xc3\x67\x28\x1f\xc5\x92\x09\xcc\xbc\x2f\xb0\xdc\xfc\x01\xa0\xfd\x7a\xe2\x24\xe3\x5b\x00\x7d\x95\xa8\x12\x2d\x15\x70\xbe\x30\x69\x17\xb5\x0b\x08\x98\x39\x79\xb4\x41\x12\x30\xe7\xc0\x94\x4f\x83\xe7\xde\xc2\x6c\x29\x33\xaa\x16\xb0\xfc\xb6\xd4\x0b\x9d\xb7\x40\x4e\xb5\x54\x9c\x5e\x2d\x90\x67\x35\xf3\xa0\x76\x3d\xb0\x67\xb5\xb4\x28\xe9\xef\x6b\xb9\x01\x25\x33\xa5\x09\x2d\x4b\xe0\xea\x75\x19\x57\xd2\xd7\x57\xa7\x03\x0d\x7d\x33\x34\xd4\x5f\x02\x2d\xc7\xa5\x55\xd4\xda\x80\xf6\xd4\xe9\x63\xd4\xd2\x81\xee\x1f\xd3\x84\xc9\xb9\x60\x0d\x7c\x5e\x81\xe4\x80\x86\xf3\x70\x7e\x8d\x7c\x0e\x90\x1c\xc8\x2a\xfe\xfa\xc8\x90\xe4\x9f\x87\xfc\x3e\x44\x66\xf2\xd7\x41\x00\xff\xfd\xe7\x73\x31\x26\xa7\x86\x54\x77\x1b\x30\xe6\x09\x85\x62\xc8\x04\x54\xf6\x8f\x9b\x4e\x1d\x0f\xe8\x6f\x9a\x70\x55\xf7\x0b\x60\xd5\x2b\xf4\x55\x0b\x80\x7b\xb9\xf0\x4a\xcd\x78\x20\xd4\x42\xe4\xa2\x86\x28\x10\xb7\x42\x74\xb3\x66\x1c\x90\x72\x6c\x72\x84\x06\x0d\x58\xf2\x64\xf2\x79\x4d\x17\x60\xcd\x55\xc9\x0c\xf5\x53\xc0\x26\xa6\x44\x87\xc6\x6b\x60\xd7\x94\xa9\x0d\xea\x5e\xc0\x81\xfe\xa9\xdb\xd5\x8a\x81\x53\xb2\x53\xbf\xa9\x59\x03\xe7\x92\xa6\xcd\x54\x69\x07\xae\x89\x4e\x95\x56\x3e\x02\xdc\xae\x93\xfc\xa2\x9c\x00\x34\x1c\x95\xbc\xa6\x62\x0f\xbc\xb8\x3a\xa5\xfa\x21\xff\xfd\xbc\xc9\xe7\x9c\xc8\x3c\x9c\xc3\x7c\x1e\xee\x7f\x38\x18\xfe\x7c\x2c\x92\x07\x23\xf7\x41\x0c\x9f\xa7\x0d\x3c\x80\x11\x1c\x08\x8b\x7f\xbe\x1a\xf2\xf9\x21\x35\xfe\xf9\x42\x3d\x0b\xc8\x47\x8d\x11\xd0\xea\x05\xb4\x1e\x8c\x9f\xa7\x76\x01\x30\x39\x32\xde\x53\xed\x08\xe0\x70\x7b\x02\x53\x63\x23\xe0\x57\x28\xac\xae\x5a\x0d\x84\xeb\x0a\x9d\x56\x0d\x03\xe2\xf2\x84\x4f\x29\x7f\x05\x12\x4b\x85\xb7\xa9\xfc\x02\x32\x9a\x45\x37\xab\x4d\x01\xb2\xb2\x27\x3d\x27\xfb\xa1\xec\x05\xe4\xa5\x4d\x9a\xad\x72\x1e\xd8\xdd\x21\xde\xa1\x7c\x0b\xf8\x27\x41\xbc\x44\x69\x33\x70\xea\x8a\xf8\x4c\xe5\x1d\xc0\xc5\x15\x12\x50\x7c\x09\xdc\x38\x2e\xee\xa5\x98\x0c\xd4\xe8\x4d\xe6\x51\x7f\xae\xfb\x29\x23\x39\x90\x11\x7e\xef\xdf\xf7\xff\x65\x27\x19\xd7\x09\xac\x05\x34\x66\x99\x97\x08\xe6\x02\x06\x2c\x2b\x61\x91\x0d\x80\xc9\x45\xa7\x79\xe2\x19\x80\x79\x9d\xd7\x8a\x69\x89\x00\xcb\x2e\x6c\xb6\xac\x2a\x60\x69\x30\xd7\x54\xe9\x19\xc0\x72\x5d\xe2\xae\xa1\x07\xb0\x66\xac\x7f\xad\xe7\x0f\x30\xa5\x8a\xee\xd0\xee\x02\xe6\x0f\x4e\x1b\x9b\xd4\x03\x66\x59\x37\xf3\xcc\x8f\x03\xa6\x2e\x8f\xad\xcd\xa7\x02\xc6\xb9\xed\xb9\xf4\x75\x80\x71\x1f\xa1\x49\xe7\x00\xb4\x72\x58\x1a\x5a\x01\xfa\xdb\x50\xa5\xd9\xda\x73\x53\xff\x01\x76\xe8\x8c\xfd\xbe\x58\x5f\x15\x7b\xb5\x27\xb4\xef\xa3\xde\xc5\x3e\xad\x45\x6f\x53\xa8\xf5\xd8\xab\x95\xf6\xbc\x80\xda\x82\x62\x2d\x83\xc6\x5c\xea\x19\x1c\xd1\x4c\x6e\xf0\x32\x88\xc7\x1a\x1d\xcd\xda\xf1\x06\x1b\xb1\x41\xfb\xfe\xed\x6c\x7d\x06\xce\x68\xd4\x55\xa6\xeb\x35\xe2\x89\xea\xba\xc1\x3a\x9d\x92\x46\xf6\x61\xd8\xef\xe5\xf9\x5b\xa3\xca\x0d\x78\xbf\xe3\x92\xf3\xff\xc9\x3c\x08\x0d\x7b\x53\xb6\xa0\x06\x60\x28\x6f\x39\x5b\xa4\x15\xa0\x57\x38\x78\x4a\x18\xfe\xe9\x03\x73\x4b\x58\xaa\xcc\x1a\xc0\x6a\x52\x7c\xa5\x72\x01\x60\x39\x90\xf1\x5d\x33\x00\xb0\xac\xd9\x70\xcf\xc0\x1e\x60\x2e\xd8\x6d\x62\xb4\x15\x60\x88\x9d\x31\x31\x3b\x0d\xd0\xcb\x2a\x67\x9a\x89\x02\x74\xa1\xa6\x53\x8c\x33\x80\x49\x55\xe7\x76\xc6\x18\xc0\x44\x95\xa8\x34\x4b\x03\x68\x15\x60\x19\xba\x70\x8f\x19\x2a\x62\xb1\xde\xc2\xee\x47\x06\x16\x58\xa9\xeb\xf5\xf9\x93\xc1\x4b\x44\x50\x0d\xde\x4f\xd7\xbf\x86\x2c\x9d\xdc\x97\x1f\x0c\x6e\x23\x46\x6f\xc7\x33\x69\x83\xd3\x48\xd2\xbd\xfd\xa8\xc6\x70\x00\x3e\xd4\xb7\x75\x5c\xc3\x32\xcc\xd1\x4b\xba\x6b\xa2\xff\x10\xfb\xb4\xe4\xaa\x2d\x0d\xde\x22\x4f\xdb\xe5\xe6\x34\x7d\x79\x5c\x57\xe7\xad\xe6\xbf\x79\x98\xff\xf6\xb7\xc8\xfb\xff\x4a\xe9\x46\x31\x63\x57\xff\x8b\x8b\xe1\xf3\x41\x66\x51\x76\x85\x12\xca\x83\xf5\xb9\xbf\x92\xda\x01\x58\xb6\x86\x7e\x96\x4b\x02\xac\xd6\xc7\x2f\x55\x06\x60\x33\x76\x11\x5b\x67\x11\x60\x79\x72\xbd\xa1\xfe\x5c\xc0\x52\x69\xb7\xb2\xe9\x56\xc0\xe2\xeb\x99\x42\xb3\xcd\x80\x59\x66\x55\xb0\x85\x36\x40\x57\x7b\x3a\x9e\x39\x1e\x30\xdd\xff\x75\x02\x6b\xb0\x1f\x1e\xc4\x25\xb3\x5e\xb2\x0f\x03\xc5\x86\xed\xf0\xd0\x7f\xff\xa3\xdd\xb0\x18\x8e\xfa\x9d\x1d\xc7\x0c\x7a\x10\x42\x4d\x7e\x1b\x40\x73\x85\xae\xa1\xe7\x8b\x3a\x43\x0d\x84\x52\x75\x1b\xcd\x0c\x4f\x21\x80\xba\xb5\xe1\x04\x6d\x3f\x1c\xf5\x6f\xd5\x25\xd2\x84\x11\x49\x1d\x57\x73\x98\x56\x8c\x28\xaa\x54\x95\xae\x61\x1a\xd6\xe9\x68\x5d\xcf\x36\xc8\xc2\x31\xcd\x1c\xfc\x07\x0f\x33\x72\xfe\xc1\xf0\x3d\x5f\x3e\x07\xa1\x64\x66\x30\x7a\xac\xfc\x1f\x2e\xc6\xa8\x91\x21\x26\xba\x19\x30\x2f\xb1\x9b\x2b\xf1\x11\xb0\x8c\xf1\x98\x36\x43\x11\xb0\x99\x10\x62\x24\xff\x08\xb0\x95\x8a\x8b\x57\xfd\x05\xd8\x1a\x2e\x32\xd0\x3d\x0f\x58\x7f\x58\x77\x96\x76\x18\x60\xe5\x16\xd1\x4d\x64\x00\xe6\xf2\x33\xfb\x18\xf5\x80\xc5\xd2\xaa\x4d\x96\xed\x00\xbd\xf6\xb9\xac\x65\x00\x60\xda\xf8\xad\xd6\x32\x12\x30\x59\x4e\x9c\x32\xdf\x04\xd0\xac\xe0\xaf\xdf\xd1\x13\x6c\xb4\x8d\xe0\x18\xd7\x7f\x3f\x63\x78\x12\x76\x06\x53\x3f\xb8\x19\xf9\x41\xc0\x78\xc6\x9b\x44\x23\x05\x4c\x36\x32\x7f\xa6\x65\xb4\x0e\x53\x8c\xa4\x1e\xde\x32\x66\x41\xcc\xe8\x44\x7d\x2f\xed\x15\x6c\x0c\xd4\xef\xee\x30\x5a\x0c\x2b\x83\x79\xd5\x32\xc6\x2a\xb0\x32\xd8\x53\x51\x46\xa3\x62\xb9\xae\xe8\xb5\xf1\xb4\xbb\x58\xaa\x1b\xf2\x5f\x7d\x20\xcf\x05\xdd\x6f\x3c\x2d\xd1\xe5\xdd\x5b\x12\xef\xd7\xe5\xdd\xe7\x53\x9f\xac\x1f\x3e\xee\xee\xbf\xb8\x98\x13\xa6\x7b\x44\x09\x80\x99\x6e\x79\x43\xd2\x1d\xb0\xd6\x74\x95\x9d\xb1\x08\xb0\xcd\x09\xcc\x52\x50\x04\x1c\xc2\x67\x2b\x68\x4e\x07\xec\x8d\x17\x5e\xa0\x32\x00\x9b\xdf\xeb\xf2\x8d\x5d\x00\xeb\x25\x45\x6c\x8b\x46\x80\x79\xef\x4c\x3f\x73\x3b\x60\x21\x78\x2b\xd1\x32\x15\x30\xfb\xde\x42\xb5\xf9\x01\xd0\xaf\xfe\x94\xb7\x71\x27\xfb\xc0\xbd\x63\xbc\x93\x68\xa6\x4b\xff\x4c\x37\x36\x25\x9a\x4d\xef\x7c\xba\x6c\x5c\x41\x54\xd3\xb9\x6d\xb7\x8d\xbd\x89\x57\xa6\x71\x2d\x2e\xc6\x62\x44\x9f\xf1\xa7\x27\x3d\x26\x3b\x89\x46\x7a\xf8\x83\xb5\xc6\xcd\x04\x8c\xef\xdc\x6b\x34\x0e\x85\x12\x6d\x43\x8d\xa5\xf1\x13\xa8\xd2\xb2\x2a\xf3\x8c\x6f\xc3\xc8\x70\xcd\xf5\xb9\xc6\x0e\xf0\xd1\x5f\x73\xf9\xb4\xf1\x3f\x08\xd5\xff\x4f\x4e\xee\x2f\x9f\x8f\xef\xff\xcb\x78\xe9\xd4\x8c\xbe\xfc\x27\x0f\x42\x3f\x49\xdf\x61\xa2\xc3\x9f\x3e\x58\xee\x61\x7d\x9f\x62\x08\xd8\x16\x3a\x12\xd2\x86\x80\xa3\x89\xaf\x8a\x62\x05\xe0\x68\x15\x5b\xa4\xf9\x06\x70\x20\xd2\xea\x0d\x18\x80\x5d\xfe\xba\x71\xa6\xc7\x01\x1b\xa3\xdd\xf1\xcc\x05\x00\xeb\x7d\xc9\x26\x2b\x23\x80\x11\x59\x63\x6a\x3b\x01\x30\x0f\x6f\xad\xb2\x5b\x0b\x98\x15\xf4\x68\xd9\x3b\x02\xa6\x9b\x88\xb9\xcc\xfe\xde\x97\x26\xda\xc4\x29\xf3\xe0\xaf\xf7\x4c\x4a\x88\x5c\x8b\xd6\xbf\xf9\xb8\x67\xc1\x26\xb5\xc4\x4d\xb3\xcc\x47\x97\x4c\x17\x10\xd7\xcc\xba\x6a\x9b\x4c\x3d\x89\x57\xf4\xc9\xc3\x5c\x58\xbc\xe9\x52\x8c\x31\x11\xb8\x56\x61\x5a\x05\x71\x63\xc7\xcb\x74\xfa\x28\x28\x18\x2d\xb8\x68\x61\xea\x06\x6b\x43\xea\xff\xfb\x5c\x20\xfd\x7f\xc5\xfd\x5a\x2f\xc7\xc4\xfd\xe1\x41\x8c\x9d\xf4\xeb\x85\xfc\x01\x46\xb7\x71\x9e\x98\x0a\x60\x6b\xcd\xf8\x3d\x65\x22\xe0\x28\xe8\xf0\x55\x66\xf0\x53\x91\xae\x77\xbb\xb2\x10\xe0\x52\x10\x1d\xa1\x43\x05\x9c\x18\x29\xa7\x0d\x5a\x00\x87\x89\x6b\x2d\xcc\x94\x00\xdb\x88\x22\x25\x4b\x11\xc0\x4a\xb2\xa4\xca\xe6\x17\xba\x98\x89\x35\xd5\xf6\xdf\xf1\xc1\xc2\xee\xd5\x4f\xc7\x12\x0c\x98\x27\x0f\x9c\x74\x72\xc4\x51\xd3\x79\xc4\x02\xe6\x91\xae\x0f\xa6\x85\x44\x30\xeb\x7c\xa7\xa7\x69\x19\x11\xce\xca\x7f\xbb\x87\xbe\x9b\x70\xb0\x1a\xf7\x7c\x9c\x99\x14\xe1\x63\x79\xe1\xf1\x0e\xb3\x49\x44\x1a\x4b\xe1\xfe\x2c\x7a\x2f\x51\xc8\x70\x23\xb9\xb0\xca\xfd\x66\x6f\x88\xf3\x16\x76\x37\x5e\xd2\xbb\x89\x36\x7a\xcc\x95\x7d\x66\xda\x44\x9f\xa9\xf9\x85\x01\xb3\x30\x08\x9b\xcc\x3c\x7b\xd4\xec\x09\x26\x1b\x7f\xfc\xaf\xfd\xc0\xf7\xbd\xf9\xf7\xde\x49\xff\x9f\xe4\x20\xa8\xef\xb4\x19\x82\x96\x7f\x78\x10\x92\x8b\x71\xcc\x34\xaf\x96\x7c\x0a\xb8\x24\x3a\x4e\x91\xed\x05\xdc\x56\x7a\x96\xaa\x52\x01\x37\xbb\x88\x34\x9d\xe2\xc1\xff\x9e\x5c\x6d\x94\x0a\x38\x9d\x59\x1d\xc4\xd8\x08\x38\x04\x16\xbc\xb6\x73\x1d\xe6\x06\xef\xb0\xc2\xef\xc6\x3a\x27\xa1\x9c\x31\xa9\x4d\xd6\xe5\x03\xfa\xcd\xb7\x72\xd7\x3a\x1d\x1f\x60\xd0\x5f\x13\xe3\x6d\x1e\x7d\xf6\x30\xdf\xc1\x3d\xe5\x98\xda\x76\xcc\x5c\x87\xfb\xd9\xee\x72\x4b\x8c\xf9\x65\xee\x4f\xbb\x0b\x8d\x3b\x2d\xf2\xb8\xdf\xec\x59\x0d\xae\xe6\xb5\x04\xcb\xda\xf7\xae\x97\x85\x19\xe1\x63\xb5\xad\xda\xc9\xe2\x21\x11\x66\xe5\x7c\xe3\xa4\x85\x12\xb1\x8b\x29\x77\xf9\x26\xe3\x18\xb1\x9e\x15\x78\x31\xdc\x62\x3f\x51\x63\xde\x7a\x76\xb9\xc5\x1d\xe2\xb9\xd9\x95\x53\x85\x8c\xb1\xc4\x4f\x7a\xd0\xff\xbd\x1f\x28\x14\x25\xde\x3a\x11\x2f\x53\x70\x1c\x54\x55\x01\xe5\xb4\x31\x4b\x00\x9a\xa1\x5a\xfb\x78\xd1\x3f\x3c\x88\x13\x43\x7f\xb2\xe8\x5a\xc0\x6d\xaa\xf1\x0b\xf1\x16\xc0\x23\xc5\xce\x5b\xd6\x01\xf0\xf8\xe0\xde\xa0\xa6\x04\x78\xa9\x86\xed\xd4\x67\x02\x1e\x2e\x89\x67\xe9\x2c\xc0\x55\x20\x7b\x89\x95\x14\xba\x1d\xa7\x14\x6c\xb3\xff\x07\xd7\x6d\x45\x4a\x37\xb9\xb8\x61\x8b\xe5\xd9\x7b\x84\x7b\x1d\x92\x98\xbe\xed\x93\xbd\x1c\x51\x69\xb1\x9e\xab\xe7\x16\x43\xe6\x65\x91\x3c\x54\x6b\x3d\x73\x3a\xd7\xdf\x4d\xa2\xb1\x9f\x59\xc4\x4d\x77\x95\xac\xff\xc6\x12\xe3\x16\x3a\xb7\xdc\xd5\x64\x66\x71\x3b\x1c\x2c\xaa\xc6\xb0\x1e\x71\x5f\x3b\xaa\x5c\x97\x60\xd1\x09\x75\xdb\x23\x97\xf7\xb0\x1c\x09\x57\xeb\xae\xf3\x07\x98\xb7\x88\x75\xac\xf2\xd2\x68\xd6\x61\x22\xdb\xd2\xf2\x24\xc7\x52\x96\xd8\xc5\xf2\x3e\x6e\xcc\xbc\x40\x34\x9b\xf3\xa8\xf2\xbf\xb9\xa8\xa1\x75\x30\x86\x2a\xcf\xcb\xad\x97\xd1\x92\x73\x1f\xd5\x0f\xe8\x46\x2a\x6a\x8e\x49\x07\xe8\x9b\x94\x46\x8f\xbd\xfa\x87\x07\x21\xf3\x41\xbc\x9d\x0d\x35\x27\x97\x02\x01\x69\xac\x29\xd2\x03\x80\x3f\xd7\xd5\x54\x5d\x16\xf0\xcb\x0b\xb4\x31\x9c\x0d\x78\xaf\x98\x17\x66\xfe\x0a\x70\x9f\x94\xa5\x65\x63\x8b\x6a\xe7\xb9\xbb\x96\x39\xbf\xc6\x0a\x7b\xf5\x92\xaf\x9e\xea\x30\xb1\x8e\xbb\x3f\xce\xf7\x1a\xc4\x59\xfb\x3e\x0f\x04\xe8\xb1\xf5\x99\xc1\x9c\x55\xbe\xf3\x3a\xe7\x32\xf7\x71\xee\x78\x2f\x7a\xd9\xcc\x6a\xe6\x34\x78\x7f\x6c\xfa\x61\xb9\x8c\xf3\xdd\x5b\xf0\xef\x7c\xa8\x4a\x41\xab\x36\xee\x0a\x57\x5c\x4b\xb7\xb2\xe7\x3e\x70\x0a\xba\x1c\x68\x2d\xcc\x7d\xea\xe4\x75\xf6\x93\xf5\x78\x62\xba\xbd\xfe\x19\x01\xeb\x5a\x42\xc1\x7e\xd4\xf1\x2a\x6b\x05\x22\xc6\x7a\xc5\xd1\x51\x56\xa7\x89\xcd\x96\xcc\x83\xa2\xd6\x02\xc4\x69\xe6\x16\xfc\x0f\x0f\x44\xa1\x28\x52\x07\x75\x62\xfe\x8c\xc3\x83\xaa\xd0\x2e\xeb\x34\x3a\x11\x30\xc8\x90\xcd\x12\x48\xf9\x93\x07\xe1\xfc\x49\xe1\xce\xb8\xfa\x3f\x73\x52\x82\xf6\xeb\xbf\x13\x5f\x08\x84\xbe\xa2\x1f\x9a\xae\x03\x84\x4b\xd8\x3f\x51\x79\x09\x04\x07\xf9\xf9\xd3\x76\x01\xfe\x57\x66\xdb\x30\x4f\xe0\x91\x37\x73\xb9\xa7\x63\x17\x56\xba\x85\xed\xf8\xec\x69\x3d\xcc\x47\xd5\xda\xb0\x1f\x64\x87\xc4\x11\xfb\x2c\xcb\x7e\x5d\x09\x2b\xf9\xa1\x6d\xd9\xc2\x2e\x0f\xf5\x78\xbd\xd3\x7a\x0a\x9b\x13\x22\xd6\x28\x6e\x33\x8e\x63\x13\xa4\x35\x9c\x8b\xa4\x68\x1b\xcc\x39\xec\x6f\x4f\xce\x89\xbb\xf2\xdb\x2e\x9f\x3b\xce\x47\xe4\xc2\x4c\xfb\x33\x5c\x69\xef\xad\xa5\x17\xec\xda\xb9\x69\xee\xa7\x4e\x0c\xd8\x4f\xe1\x96\xb9\xb4\x1e\x1d\x6b\x6f\xc5\x7d\xed\x3c\xfa\xe0\x80\x7d\x38\x21\xe4\xd0\xbf\x4f\xcd\xee\x14\xe1\x61\x3b\x6b\x8f\x84\x7d\x2a\xe1\x6b\x6b\xfd\xbf\xeb\x60\x74\x81\x0c\xef\xf3\xe5\x24\x62\x4a\x35\x6f\x3f\xdc\x14\xa7\x0f\xaa\x7e\xcb\x44\x36\xe5\x5f\x1c\x84\x6f\xaf\x8c\xe4\x98\xde\x3f\x3c\x48\xf4\x41\x5d\xf9\xc9\x47\x80\xd8\x25\x34\xb9\xa9\x7d\xc0\xec\x6d\xd6\xc9\xca\xef\x81\xa8\xef\x9e\xf5\x86\x79\x78\x15\x9a\x1d\xbd\xd4\xf6\x06\x0a\xfc\x1f\x2d\xea\x74\x8b\x82\x8e\xe7\xbe\x7c\x8a\xbf\x19\x71\xcd\xb9\xfc\xac\x50\xd8\x78\xc2\xce\x6e\xf9\x13\xef\xe8\x0d\xdc\xd5\xd6\x82\x03\x7b\x63\x7a\xdf\xdd\xb7\xdd\x37\x70\x7a\x36\xa3\x69\x86\xbd\x29\x5b\x28\xc6\xf9\xae\x88\x23\x95\xed\x1d\xfd\xbd\x5a\xcb\xe1\x19\xfb\x61\xf8\xe3\x6b\x5e\x4e\x34\xf6\xa7\xf0\xb4\xb2\x05\x4e\x6b\x39\x56\x21\x2b\x4b\x17\x39\xdd\xe7\xec\x0e\xf4\x3a\x59\xed\x2c\xc6\x79\xe9\xd7\x76\xb4\xc4\xd9\x8e\x3b\xc5\xe7\xca\x81\x5f\xce\xd7\xb8\x01\x5e\xc2\xfb\xd2\x9d\xf3\xb8\x6b\x3c\x84\xf6\x2c\x71\xd2\xe1\x76\x3a\xcb\x15\xe8\x38\x6d\x24\xc4\x1d\x99\x3b\xda\x9c\x76\x12\xda\xf6\x9f\xff\x77\x1d\x8c\x65\x4e\x35\xe6\xed\x87\xb4\xc9\x3c\x1f\x9f\x1a\x21\x14\x3f\xa8\x66\xd5\xa3\x79\x9f\x1f\xc8\x3c\x88\x90\xb7\x42\xf2\x83\x1a\xdb\x20\x93\x37\x6e\x03\x30\xbf\x5f\x65\x81\x30\x17\x48\x0a\xa5\xd2\xa6\x52\x80\x05\xe3\x2c\xba\x15\xf7\x02\xf3\xef\xb9\x24\x19\x3c\xc0\xd3\x59\xb3\x43\x13\xec\x76\xc1\x31\xa4\x3a\x2d\xcf\x87\x41\x54\xf8\x36\x6c\xdd\x13\x66\x37\x30\xd3\x9d\x5a\xd2\x1b\x7b\xf1\x67\xb4\x53\xf6\x43\x9d\xf9\x26\x9f\x9f\xdb\x6f\xfb\x3d\x37\x79\xca\x53\x57\x27\x97\xfe\x2d\x49\xed\x77\x14\x5c\x8e\x0f\x08\x27\x64\x5c\x7f\xe3\xda\x3e\x90\x3d\x77\xf3\x30\xff\x42\x71\x57\x62\x87\xc4\x44\x9f\x38\xe7\x21\xca\x3e\x19\x2d\x78\x98\xee\x11\xcb\x11\x0b\x2f\x39\x58\xe3\x7e\x9b\x33\x2f\xc4\xaa\x98\xe2\xe1\xcf\x39\x16\x34\xbe\xf0\x84\x47\x20\x67\xc0\xaf\x9e\xe4\x5f\xb6\xd3\xdc\x39\xdc\x25\x9e\x8e\x5b\xcb\xdc\x85\xb9\x77\x5c\xb7\x6e\x71\x77\xdb\xce\x65\x3b\xf1\x6e\x13\xe9\xf0\x9f\x13\xd3\x79\x9c\x94\x44\xb4\x24\xef\x7c\x54\x91\x19\xe7\xf8\x6f\xdf\xd3\x81\x3f\xe7\x9e\xf4\xbd\x62\x6a\x28\xbc\xfe\x2d\x98\x3b\xc6\x9c\xe7\x03\x2e\x91\xa3\x4c\xb0\x04\x96\x37\xaa\xeb\x4c\x6e\x05\x32\x3f\x18\x3d\x93\x73\x07\x96\x68\xd9\x49\xe8\x8b\xe1\xe9\x02\xdb\x80\x19\x0e\xb4\x81\x15\xb3\xb2\xe7\x9f\x0b\x31\xff\x66\x18\xda\x95\xf3\x21\x6e\xe2\xbb\x33\x01\xd2\x87\x1d\x17\xc8\xb7\xdc\xf5\x9e\x58\x13\x9b\xfe\xa5\xc9\xd8\xdd\xa7\xc3\x7a\xe9\x89\x9a\x0a\x0f\xf4\xa9\x2c\xa9\xba\xf4\xcd\x7b\x65\xdf\xfb\xf4\xce\x12\x31\x9f\xc8\xfe\x2b\xc9\xe7\x8f\x67\xf8\x0a\x0f\xe8\x24\x9e\x20\xe7\x1f\xed\x5b\xe2\x7b\x99\x2d\x1b\x77\xa8\xf0\xab\x9f\x24\xbb\x68\x56\xe9\xce\x56\x3f\x25\xf6\xfb\x28\xdd\xbc\x8d\xbe\xa7\x38\xb1\xa1\xb1\x5b\x9f\xf8\x80\x53\x1a\x94\xb8\x65\xbe\xef\x4e\x4e\x55\x60\xf5\xc6\x69\x3e\x57\xb9\xba\xbe\x06\x39\x87\x7c\x7c\xb8\xcb\x3c\x8f\xae\x6d\xf6\xea\xe1\xde\x74\xf3\xfe\xd7\x3a\x98\x26\x59\x36\xa8\x33\xbe\x4e\x3c\xc9\x5b\x07\x7c\x3f\x97\xcc\x41\x20\x39\x08\x72\x0e\x3e\xe9\xff\x91\xb9\x20\x6b\x57\x52\xee\x0f\xea\xc6\x3b\x0a\x01\x22\x66\xc0\xe6\x6b\x7a\xa1\x33\x05\x81\x8d\xeb\x99\xca\xba\x4d\x7d\xa2\x2b\x4b\x3c\x4a\xec\xb9\xed\x62\xa9\x91\xd1\xfb\x22\xd4\x9a\x4f\xcc\x79\xb8\xf4\x41\xd2\x3f\xf5\x8e\xd1\x8d\x85\x1b\x17\x4f\xae\xfe\x18\x56\x78\xe5\xc0\xca\x49\xd7\x96\x05\x45\xb6\xbe\x59\xfd\xfd\x6c\x55\x90\x60\xcf\xe1\xd5\x38\xdc\x19\x5c\xdb\xfb\x75\xb9\xc7\x3e\xf1\x90\x8d\x7d\x15\x8b\x97\x91\xb9\x27\x3b\x7c\x42\xa7\x0d\x8c\x4e\x9e\xbe\xd5\x2a\xf4\xfc\xc0\xca\x84\xf5\x9b\x0d\x42\x7a\xd9\x33\xe6\x5c\xdc\xa0\x15\xf2\x94\x9d\x19\x9b\x91\x13\x16\x72\x9f\x5d\x1f\x7d\x7a\xb5\x7f\x48\x32\x47\x3f\x42\x20\xdb\x24\x58\x97\xb3\x2d\xc4\x7c\x65\x5c\xb0\x3e\xe7\x41\x60\xf9\x72\xbd\xc0\xf7\x5c\x53\x5f\xf9\xa5\xec\xc0\x46\x6e\x8c\xb7\xfc\x9f\x75\x20\xf2\x52\xa8\x79\x50\xd5\x7a\x86\xe6\x57\x98\xf2\x7f\xbf\x76\xb7\x1c\xd2\x28\xa1\x91\xf5\xaf\xe4\xdf\xf7\x25\xef\x01\x93\x3e\xd8\x9e\xec\x19\x95\xe3\x35\x81\xfd\x2a\x2a\x9f\x25\xfd\xfb\xfa\xf6\xcc\x35\xb1\xd4\x2a\x6e\xd7\xca\x3b\xe4\x98\x6b\xc7\x6a\x4a\x59\xfb\x26\x44\x31\xec\x74\xf5\xba\xc5\xaf\x92\x9e\xa4\x6e\xbd\x98\x99\x7c\x7f\x53\xd8\x8a\xda\x13\xde\xf3\x93\x4e\xb3\x72\x14\x0e\x78\xcf\x91\x7d\xb8\x67\x53\x74\xa1\x7a\x6c\xc5\xef\x31\x5b\x0e\x6e\x5d\x32\xdb\xb9\xa7\x7c\xad\xc5\x86\x83\xb3\x1b\x7b\x2f\xac\xfc\xb8\xf6\xc1\xec\x63\x7d\x59\xcb\x26\x67\xaf\x99\x5d\xd8\x2f\xb3\x48\x29\xab\x28\x36\xbf\xff\x4e\x6a\x56\xe6\x9d\x58\xea\xc0\xe2\x44\xf7\xa5\x47\x62\x9e\x0c\xbc\x9e\xa7\xb0\x78\x47\x4c\x02\x9b\x15\x47\x2c\x6a\x8b\xf6\x62\x3f\x8d\x3e\x96\xfe\x3d\xaa\x89\xa3\x16\xf1\x4f\x5a\x54\x94\x20\x27\x2f\x24\x31\x4d\x3e\x42\x82\xf3\x2b\xc0\x25\xc5\x25\x22\x92\x2b\xea\xcf\xbb\x75\x23\xca\x5b\x0f\x53\xf8\xf5\x91\x1c\x88\xfd\xb7\x21\x0d\x5b\x38\xa4\x64\x0e\x00\x99\x07\x41\xfa\xe0\xe4\x7d\xf8\x43\xfc\xfc\x90\x33\x6e\x63\xf3\x29\x14\x36\xe5\xdc\x0a\xd9\x62\x91\xdf\x1d\x5a\xa7\x32\xa9\x7b\xd4\x04\x9f\xbd\x3d\x14\x67\x3d\xca\x72\x7b\xcd\x99\xdd\x82\xbe\x13\x83\x84\xcf\xcd\xc8\x6d\x9a\xb3\x26\x69\xd5\x5e\xb5\xd5\x73\x56\x74\xae\xfa\x9e\x9b\xb2\x7c\xcf\xfe\xdc\x8d\x7b\x57\x1f\x5d\xc2\xba\x65\xb7\xf5\xea\xd2\x8f\x19\x8e\x5f\x16\xe4\x1b\x65\xec\x4d\x9f\xff\x7b\xfb\xa6\xeb\x0b\x45\xd3\x2e\xf7\x4e\x5e\xdd\x91\xba\x3a\x4d\xa3\xb7\x76\xe5\xad\x61\xee\xe3\x47\xd2\xda\x7e\xa3\x8c\xd2\x61\xee\x63\xff\xfc\xda\x81\xdd\x09\x01\x09\x06\x73\x09\x36\x6d\x8e\xcf\xfc\x84\xb9\xae\xec\xc5\xb1\x03\x24\xef\x11\x7f\x2f\xee\x03\xc7\x25\x5c\x67\x4e\x57\x5c\x13\x67\x61\xe8\x8a\xb8\x09\xb1\x61\xdc\xd1\xfe\x8b\x80\xb1\xf6\x02\x3c\x1e\x46\xa3\x6d\xa8\x8e\xff\x8b\x03\x59\x5e\x37\xb2\x7e\xd2\x07\x3f\x9e\x3e\xa4\x65\x4b\x06\xb5\x3f\xa5\x82\xf7\xff\x7f\x8e\xaa\x74\x9b\xae\x3f\x5e\xfc\xc5\xf7\x6b\x79\x9a\x3a\xf2\x49\xf7\xee\x94\x45\x98\x9f\xa2\x27\x95\xb1\xcf\xf8\xbb\xb5\x7b\x0b\x1e\x0c\x3a\x9c\x15\xd5\x3e\x67\xc1\x26\xbd\x3d\x13\x16\x4f\x58\xe6\xb2\x2c\x70\xd7\xce\xc2\xe3\x6b\x5a\x52\xd6\xe6\xf7\x55\x58\xae\x3f\x39\x6f\xf6\x76\xf9\xf6\x6d\x1b\x4b\xe7\x9c\xda\x82\x9e\xce\x35\x19\x71\x16\x1b\x17\xf5\xa9\x2f\x77\x9b\x7d\x37\xe7\x57\x5f\xe7\xe2\x0d\xb3\x8f\xae\x7e\xd5\x9f\x9c\x2e\x30\xbb\x6d\xa5\xfd\x80\x50\x72\x79\xac\xd9\x8a\x92\x81\x3d\x09\x11\xb1\x6e\x4b\x6f\xb2\xa7\xc4\xaf\x8e\xcd\x59\xb4\x88\x3d\x77\xf6\x89\x98\x49\xe9\x6c\x76\x67\xb4\x54\x74\x44\xba\x32\x27\x38\xec\x71\xf4\xf4\xd4\x9f\x9c\xdd\x21\xfa\x51\xe3\x92\x2b\x38\x9c\x00\xf1\xc8\x5b\x0b\xdc\xb9\xca\x7e\xf6\xc0\x74\xfa\x50\x1d\xa6\x7c\xbe\xc7\x8b\xcf\xbb\xcc\xe1\xfb\xdc\xa4\xff\x4b\xd6\xbf\x37\x7f\x48\x4f\xf3\xcf\x89\x21\x1f\xb0\x2f\xbf\x86\x97\x1f\xd3\x51\x50\x3b\x93\xf7\xbb\xef\xc1\x86\x1a\xf1\x89\x14\x4a\xfd\xef\xba\xbb\x4a\x79\x52\x42\xd7\xea\x6e\xbf\x33\x7a\x4e\xbd\x73\xbc\xf9\x66\x97\xe3\x78\xc7\x03\xf9\xd9\x57\x3e\x85\x9a\x45\xf8\x67\x52\xce\x5d\x49\xf5\x4b\x0d\x4b\xfc\x5d\xf2\x63\x27\x63\xa9\x4e\xac\xc9\x99\xa9\xe5\x09\x2b\xc6\x87\x0b\x9c\xba\xf1\x7e\x5d\xd6\x98\x50\xa9\xa3\xd4\x3e\xa3\x65\x5f\x42\x8d\xf7\x97\xf5\x4f\xcf\x58\x10\x52\xb4\x77\x42\xff\x83\x94\x5d\x21\x07\x76\x5d\x1b\x48\x4b\xf8\x1e\xaa\x9d\x67\x33\xf0\x75\xae\x7f\xa8\x51\xae\x0a\xdb\x3a\xee\x60\xe8\x8a\x0d\xe7\xd9\x87\x63\x3c\x83\xab\xd7\xbb\x73\xf4\x22\x58\x21\xa3\xd7\xe8\x72\x96\x87\x5a\x84\xe8\x64\x7d\xe3\x94\x07\x3d\x08\x2e\x5a\x91\xc5\x1d\xef\x5f\x10\xbc\x34\xf3\x04\x57\xcf\xf7\x49\xd0\xc7\xa5\x8b\xb9\x89\x5e\xed\x00\x75\xf2\xc8\x7d\x40\x72\x20\x19\x7c\x1e\x66\xf3\xeb\x91\xf5\x97\x58\x0d\x69\x05\x2f\x1f\xa7\x7f\x72\x2d\xcf\x17\xef\x78\x30\xe4\x07\xb6\x4a\x36\xa9\xf2\x7e\xf7\x3d\xfe\x42\x40\xa0\x93\x42\xa9\x6c\x7a\xe1\x24\x23\x21\x7a\xb7\x34\xff\x69\xb2\xde\x67\xd5\xfb\x7b\xeb\x1e\x8f\xb1\x2e\x63\x8e\x5d\x97\x75\x3f\x21\xc0\xda\xf7\x9f\xe4\xb1\x77\x18\x89\xe2\x73\x32\x62\x16\xd7\xbc\xc9\x93\x4f\x9a\x14\xbc\xef\xd6\xd3\x4b\x9c\x54\x39\x9f\x9d\xd5\x0f\xdf\x4a\xa7\x75\x7b\x2d\xb8\x31\xba\xff\x5c\xf2\x7a\xaf\xb5\x65\x42\x03\x4b\xe6\x4b\x79\x5d\x28\x59\xce\x16\x8e\x6b\xf1\xea\x3e\xd1\xc1\x9e\x15\xab\xe9\x5d\x75\x28\x81\x5d\x1e\x9d\xe4\x43\xdd\x2f\xc5\xe6\x44\x5a\xf9\x68\x15\xbd\xe5\xc4\x87\x7a\xfa\xe8\xef\xda\xc9\x39\x16\xd4\xe9\xcd\xde\x1e\xcb\x81\x7f\xb8\xcf\x81\xad\xee\xdc\xa9\x7e\x4b\xbd\x13\xb6\x24\x72\xe7\x7b\xed\xf1\xa6\x6c\x9c\xc4\x3d\xeb\x1e\xe1\x7d\x36\xa7\x9c\x7b\xdb\x2d\x1a\x30\x0f\x1c\xb9\x0f\x48\xff\x7b\x03\x9f\x93\xd9\x9b\x35\xa4\xa5\xfc\xfd\x3f\xc4\x01\xf4\x8b\xd6\xf3\xe6\x02\x75\x66\x36\xf1\xf2\x84\x5e\x7a\xb6\x14\x0f\xea\x43\xc9\x37\xbc\x7f\xaf\x32\xff\xc3\xa8\x41\xbd\xd4\xda\x71\x6b\x46\x24\x45\xe2\xf0\xbe\x8f\x66\x1a\x73\xa4\xbb\xf2\xbe\xb7\xe5\x31\xd6\x18\x5c\x5d\xae\xf5\x6a\x87\xf7\x14\x47\x9d\x39\x42\x2f\x1a\xe6\x9a\x84\xc4\x85\x9c\x79\xb1\x7a\x8b\x7b\xd4\x61\x6f\xb9\xe7\xa9\x17\x72\x62\xbf\xb8\x84\x3e\x17\x7e\x25\x12\xf7\xde\x69\x6a\xa3\x38\x7b\x42\xec\x3a\x27\xd3\xda\x19\xec\x43\x91\xaf\x9c\x05\xaa\xde\xb3\x5f\x45\xd8\x3a\xdd\xbb\x3e\x8a\xe3\x1e\x12\xed\x12\x77\xe1\x0a\x27\x3e\xb8\xc9\xb9\xb1\xd4\x99\xf3\xc4\xff\x96\x8b\xe7\x89\xdd\x5c\x51\xdf\xcd\x2e\x0a\x47\xf2\xb8\x5e\x5e\x97\x5d\x7a\x0e\x9a\x72\xe3\x3c\x7f\xbb\xcc\x2e\xee\xe5\x9e\x72\xab\x71\x39\x53\xb4\x8d\xfb\xdc\xa5\xcc\x65\xdb\xae\x72\x82\xe2\x74\xcf\x25\x20\x7f\x14\x41\x73\x50\xf8\xb3\x0f\xc8\x73\x60\xad\xf4\x90\xee\x2e\x1e\xf9\xfe\x0f\x71\x20\x03\xc1\x0f\xb5\x06\xf5\x2b\xeb\x05\x6f\x4e\xce\x6b\xdf\x37\xbc\xe7\xeb\xe3\xaf\x1f\x78\x73\x12\x6a\x26\x7f\x1e\xf2\x3f\x25\xba\x78\xcf\x9b\xe3\x47\x7b\x99\x13\x25\x28\x94\xdd\x9b\x7a\x6a\x14\xfd\x26\xfd\x5e\x1f\xd2\xfd\xc6\xa4\x50\x35\x60\xa1\xe3\x0f\xb6\x9b\xb8\xb9\x42\x64\xce\x37\xe3\xd8\x33\xae\xaf\x7c\x2f\x7e\x9b\xb3\xbe\xce\x27\xc3\xc5\xfe\xdb\x8e\xd2\xed\x01\x6f\x6c\x4f\x7e\x7b\xdd\xb2\x2b\xa8\xde\xda\xb6\x73\x3f\x67\x41\xc0\x7c\x6b\xf1\x97\x5f\x38\xaf\x7d\xb6\x59\xd7\x36\x5d\xe2\xfc\xf2\x91\xb5\x7e\x5f\x9f\xc5\x35\xf7\xcc\xb0\x61\xdd\xb6\xe4\xce\x77\x2f\xb4\xf9\x74\x73\x0e\x77\xb5\x5b\xb3\x6d\xd0\x55\x21\x6e\x89\xab\x9c\xcd\x8d\x0b\x95\x5c\x38\x06\xdb\x4e\x2a\xbd\x41\x48\x39\x58\xd9\xf4\x9d\x8c\x26\xdc\x6c\x0b\xec\xe2\x8e\xc9\x10\xc6\xf6\xc2\x36\xbf\x0e\x79\x12\x1b\xad\x9c\x6d\xf7\xee\xb7\x23\x0a\x2d\x4f\x01\x31\xfc\xf3\x6e\x05\xff\xf9\x58\xc0\x3f\x2f\x4a\xa6\x0e\x69\x15\x2f\xf7\x86\x2b\xf3\x84\xe7\x7b\x7f\x67\xbe\x4c\x1a\xd4\xb7\x51\x1f\x2e\x0c\x6a\xd3\x82\xcf\xfb\x07\xf5\x6e\x42\x97\xc1\xa0\x5e\x93\xec\xe7\xad\x93\xd3\x67\xc1\x5b\x47\xbb\x33\x86\x7e\xa7\xcf\xbd\x0c\xcc\x3c\x28\x78\x77\x39\x01\x18\x44\x49\x9f\x9d\xdf\x84\x06\x87\x16\x9d\xd3\xc1\xc1\x18\x17\x79\x94\x69\xe8\xb1\x9d\x38\x9d\x5d\x6e\xa7\x68\x3f\x97\x88\x3a\xb6\xca\x31\xcf\x32\x8c\x50\x6c\xb8\xeb\xec\xcd\x38\x4b\x28\xb1\x69\x4e\xc7\x2d\x14\xba\x63\x88\xe9\xb6\x77\x2c\xda\x3f\x15\x73\x07\xec\x23\x2d\xe6\xbc\x99\x42\x50\x6d\x9a\x2d\xce\x36\x33\x09\x2b\x1b\x2d\xc6\x82\x87\x93\x09\x7b\x1b\x75\x8b\x0f\xb5\xf9\xc4\x52\xcb\x78\x46\x50\xf5\x3b\x62\x0b\x2b\x97\x31\xe7\x46\x20\x71\x9a\xc1\x61\xdc\xbe\xd2\x43\x5c\x65\x84\x30\x3c\x2e\x5e\x20\xda\xcc\xb8\x16\xa7\x4a\x57\x61\xb2\xe9\x18\xa6\xc8\xa9\x17\xa0\xd0\x23\x80\x8c\xdb\x43\xf5\xfe\x9d\x87\x32\xb4\xff\x89\x9d\x4d\x19\x83\xda\x95\xf6\xc6\x7f\x50\xdf\xe5\xb4\xf3\xde\xf7\x67\xf1\xdf\x19\x83\x5a\x67\xd3\xcb\xab\xb3\xe2\xe8\xd0\xbc\x0c\x92\x83\xd9\x77\x74\x48\x37\xf3\xef\xf7\xae\x9c\x0a\x88\x77\x53\x28\x29\xfd\x80\x4e\x8b\xe4\xa1\x59\x5d\x80\xed\x01\x95\x46\xdf\x8b\xd8\x10\x72\xcc\x30\xc8\x65\x23\xc2\x16\xb3\x4d\x4f\xd9\xf4\x41\xa5\xf0\xa6\xc5\x46\xa6\x32\x31\x70\x55\x83\xe9\x61\x96\x44\xfc\x7e\xe1\xc0\xf8\x32\x3c\xd7\xe2\x1e\x0c\xe1\x4c\x2b\x30\x91\xff\xa5\x02\x69\xe3\x2a\x63\x5a\xc7\x61\xd0\x68\xb5\x26\x12\x6f\xed\x30\xd5\x78\x8b\x71\xf2\x73\x39\x18\xd3\xe6\x1a\xd7\x3e\x51\x87\x31\x2d\xd9\xf8\xd3\xfd\x14\x58\x1b\x1e\x33\x11\xbf\xab\x04\x27\x43\x53\x93\xa8\xaa\x9f\xf0\x34\x68\x30\x89\xbb\xde\x8d\x08\xfd\x6a\x13\xb7\x2b\x8b\x90\x4c\xdd\xf0\xe7\x39\x70\x84\xcf\xc3\x0e\xe7\xa1\x94\xff\xbb\xfe\x8f\x16\x43\xeb\xfd\xc5\xd7\xdf\x9a\x83\xfa\xc0\x80\xcb\xcb\x07\xaa\xe4\xfb\x40\x24\x07\x43\xfa\x7f\xa4\xff\xbb\x92\x9f\x07\x90\xe4\x0d\x4c\x58\x4e\xa1\xcc\x61\x01\x9a\xbb\x27\x8d\x0f\x49\x01\xac\xa4\x65\xfb\x3d\x66\xe3\x8d\xbf\xb5\x26\xc3\x51\x1e\x37\x53\xc6\xe8\x95\x5b\x5d\x42\xd1\xe6\xab\x86\x51\x16\x22\xc8\x39\x56\x42\x0b\x36\x5d\x81\x8c\xaa\x4e\x23\x49\xe3\x24\x64\xb6\xba\xd2\xae\x19\x79\xe0\x74\x57\xa5\x41\xc8\x30\xef\x90\x8f\x09\x80\xfa\x18\xea\xc5\xee\x78\xfc\x54\x7b\x4b\xf5\xee\x54\x42\xbb\x5a\x33\x35\xee\xdd\x58\xb4\xaa\x33\xa9\x4f\x5a\xdd\xd0\xa0\x21\x40\x4d\x6c\x2a\xc7\x33\x35\x82\xba\xf5\x41\x33\x9e\xaa\x35\xea\x35\xd6\x9d\x40\xbb\xaa\x26\xd5\xfb\xf6\x12\xbc\x53\x5d\x02\xec\xaf\x18\xaa\xfb\x2a\xbf\x0f\x43\x1c\xe0\xef\xc8\x36\x1e\x27\xd3\xe1\xf7\x8d\xd7\x8f\x57\x6e\x03\x99\xbc\x73\x70\xe2\x10\x0f\x40\x72\x40\xc3\x1c\x0c\x99\x03\xc0\xf7\xfd\xd7\xf2\xe7\x06\x91\xf7\xdf\xa3\xd2\x81\xd1\x52\x14\x4a\x78\x15\xa0\x9a\x2d\x54\xe9\xab\x03\x58\xa4\x4b\x1d\x71\x4e\x02\xbc\x4c\x15\x7f\xda\x00\x88\x4f\x51\xfd\xc8\x68\x01\xb2\xee\x68\x68\x92\x73\x1d\x8c\xe5\xd0\x5a\x7a\x5a\x7b\x81\xe1\x61\xbc\xae\x71\xd4\x36\x36\x34\xc6\xd3\x67\xaf\x75\xd6\x1a\xc4\xa2\xef\x8b\xa0\xb6\x88\x41\x0e\x80\xaf\x1a\x1d\xe4\x1c\x0b\x8d\x3e\x6c\x04\xa6\xdb\x6a\x29\xfc\xca\x07\x64\x44\xb5\x12\xbf\xec\x03\x64\x17\x6b\x2e\xfa\xe0\x0d\xc8\x44\x6a\xed\x7b\xc9\x01\xe4\x0a\x35\xa3\x9e\xaf\x02\x64\x76\x69\x46\x3c\x29\x07\x64\x36\x02\x65\xf3\x28\xff\xe2\x60\x7a\x5f\xbd\xe5\x71\x90\x9f\xdd\xbf\xf1\xd6\xc9\xeb\xac\x81\x4d\x83\xfa\xc8\x65\xa8\x9e\x2a\xfe\xfb\x7d\x81\xef\x03\x1e\x26\x86\x74\x38\x0f\x85\xef\x0b\x2e\xe5\xfb\xff\x64\x0e\x84\x3f\xdf\x0f\xf5\xbd\x01\x28\x84\x8e\x5f\xe9\xa6\x09\x98\x1a\x48\x1c\xb7\xdd\x0d\x38\xe7\x4b\x27\x5a\xc6\x02\x91\x5f\xe4\xbe\x98\x0f\x00\x8b\x95\x94\x1a\x4d\x46\x03\x9b\x8d\x94\x35\x68\x2b\x81\x83\x99\xaa\x69\xe4\x1c\x07\xea\x09\xa0\xda\x45\xf5\x3c\x55\x03\x78\xb2\x54\x2d\x52\xaf\x0e\x78\x5f\xa4\x36\x46\x2f\x1a\xe8\xeb\x56\x8e\x19\xce\xb9\x58\x3a\xa8\x53\xf3\x14\x8f\x0e\xaa\xa8\x9c\x62\x75\xaf\x0f\x20\x76\x43\xe1\xfb\xf7\xd3\x80\xd8\x7a\xe5\xac\x4f\x5a\x80\xc4\x5b\x65\x6a\xdb\x6a\x40\xe2\x29\x50\xdb\xcc\x3b\x07\x0b\xdf\xf3\xbe\x48\x7d\xa3\x76\x55\xf1\xce\x41\x15\x36\x2f\x17\x62\x98\x03\x5a\x33\xa4\x65\xfc\xfa\x8f\xf3\xe7\x9f\x90\xf7\xe0\x49\xff\x33\x6b\xe6\x90\xa6\xf0\xf7\x05\x79\xff\xdf\x9d\x31\xa4\x56\xaf\x81\x89\x3f\x29\x14\xdb\x32\x80\xea\x2e\x62\xc8\x9c\x07\xd8\x2c\x92\x7c\x6e\x96\x06\x04\xd5\x49\xad\x34\x21\x80\x05\xce\x33\x5f\xd0\xea\x81\x55\xb7\x64\x8f\xe9\x1f\x06\x76\x9c\x96\xdb\xa3\x97\x0b\x1c\xf2\x93\xeb\xd5\x3d\x00\x9c\xfd\xae\x30\x4e\x57\x06\xb8\xb1\x40\xa1\x4f\x67\x36\xd0\x30\x51\x91\xa9\x23\x0f\xbc\x7e\xac\xa8\xa9\x55\x00\x7c\x75\x96\x2d\xd5\xda\x38\x58\xbf\x74\xb9\xda\x9c\x41\x95\x7c\x4f\xf6\x63\xe6\xb3\x41\x1d\x57\x3e\x66\xf5\xd0\xe4\x8f\x51\xac\x7e\x85\x41\x85\x73\x1b\x8f\x7b\xec\x92\xf9\xc1\xfb\x5e\xfd\x9e\xef\xe3\x92\x79\x50\x35\xfc\xb9\x47\xc3\x1c\x10\x3f\x2f\x86\x9c\x07\x31\x9c\x87\xf2\x6b\xa4\xff\x3d\xcc\x81\xf0\xfd\x60\x47\xfe\x5c\x10\x63\x23\x60\xf4\x36\x0a\x85\x31\x00\x68\x8f\x9e\x38\xca\x34\x13\x60\xac\x17\xfb\x68\xd8\x07\x78\xa9\x4e\xbe\x68\x68\x0c\xc4\x36\x4f\x79\x4f\x95\x02\x16\x45\x4f\x8b\xa1\x96\x02\xeb\x7d\xa5\x2f\xeb\x34\x03\xbb\x72\xa5\xe3\x74\x0a\x81\x83\xd6\x32\x82\xda\x2b\x81\x33\x56\x32\x99\xa4\xbf\xaf\x51\x0a\xdc\xa5\xcf\x9c\xaa\x51\x0e\x3c\xf3\x99\xb9\x55\xe3\x3e\xf0\xa1\x61\xa6\x89\xda\x12\xe0\x97\xd7\xb4\x71\x24\xe7\xf0\x77\x3f\xc6\xdd\x1d\xea\xc7\xaf\xc4\x2e\xa3\xc1\xd7\xd7\xee\xf4\x17\x07\xc4\xcf\x43\x22\x39\xa0\x93\x18\xf9\x1c\x20\xe7\x02\xe5\x08\x8c\xdc\x07\x89\x16\x23\xd7\x81\x97\xef\x90\x92\xf9\x07\x7a\xf9\x43\x6a\x2a\x06\xa8\x1e\x1a\x47\xe8\xb7\x01\xc6\xd3\x84\x98\xfa\xda\x80\x33\x21\x5a\xa1\xeb\x09\x84\x45\x4f\x5a\xaa\x2b\x08\x2c\xa8\x96\x1c\xa5\xf9\x12\xc8\xdc\x21\x51\xac\xf9\x1e\xd8\x78\x6f\xaa\x84\xe6\x34\x20\x3f\x67\xea\x11\x4d\x07\x60\xdf\x3f\x52\x9b\x48\x7f\x5f\x7d\x2a\x50\x96\x2f\x95\xab\xe6\x07\x54\x6f\x92\x5a\xa8\x5c\x03\xd4\xd7\x4f\x31\x52\x8d\x04\x5a\x5b\xa6\xb9\xab\x14\x00\x9d\x92\x53\x5c\x94\x8b\x80\x3e\x39\x71\x7d\xb2\x1f\xb2\xf3\x07\x55\xb0\xa2\x33\x74\x88\x83\x1c\xce\x43\xe2\x73\x40\x24\x07\x73\xba\x1d\xff\xc9\xc1\x0c\xe7\xa1\xf0\xd7\x7f\x32\x9f\xa3\x89\x65\xe3\x3f\x39\x10\x73\x7e\x9f\x74\x3e\x03\xa3\x3a\x29\x14\x9a\x1f\xa0\xac\x31\xf6\xa4\xce\x15\x80\xba\x52\xb0\x44\x67\x12\x60\xfb\x8f\x50\x8a\xe6\x06\xc0\x6f\xaf\xf0\x4d\x75\x0b\x20\x46\x5c\x24\x43\x75\x15\x90\x12\x26\x6a\x39\x58\x47\x66\xab\x98\x88\xc6\x1c\x60\xc3\x38\x49\x57\xb5\x42\x20\x7f\xba\x44\x97\x8a\x09\xb0\x77\x9d\xf8\x36\x65\x3b\xe0\xc8\x6e\xf1\x04\xe5\x37\xc0\xd9\xeb\x92\x53\x95\x8f\x03\x37\x46\x4b\x16\x28\xe9\x00\x77\xde\x8b\x0f\x28\xb9\x03\x8d\x76\x12\xea\x0a\x5f\x81\x57\x96\x93\xda\x15\x9d\x81\x8e\x93\x93\x0a\x95\x04\x81\xbe\x46\xb1\x77\x7f\x73\x40\xe5\xe6\x43\x3a\xcc\x01\xf1\x73\x60\x48\x0e\x66\x53\x2c\xff\x1c\x50\x18\xd2\x74\xbe\xc6\xf3\x39\xc1\x08\x3e\xe7\xe0\xc3\xe7\x6a\xec\x0b\x86\xd4\x84\xcf\xdd\x68\xf0\xf7\x93\xd2\x18\x40\xec\x14\x85\xa2\x61\x07\x68\x79\x8f\x4b\x57\x9b\x06\x58\x48\x8c\xcf\x57\xbd\x0f\xb8\x3e\x9d\x90\xaa\x32\x1f\x08\x9e\x35\x31\x4c\xd1\x14\x98\x5d\x3b\xa1\x5c\x79\x13\x90\x5a\x27\xfc\x59\xb9\x02\x58\xa1\x22\xba\x5c\xc9\x07\x58\x2b\x22\x2a\xaa\x94\x09\x6c\x3d\x29\x16\xad\x3c\x16\x28\x0a\x9a\xf4\x4b\xf1\x36\x70\x48\x60\xd2\x6a\x85\x4c\xe0\x14\x47\xec\xb2\xfc\x06\xe0\x62\xb1\x98\x98\x7c\x25\x50\xd1\x24\x76\x46\xae\x18\xa8\xdd\x2a\xea\x23\x9f\x04\x3c\x39\x29\xe6\x28\xfb\x1c\x78\x19\x25\x7c\xeb\x6f\x0e\xa8\x94\x3f\xd7\x86\x9c\x0b\x55\xe0\x3c\xf2\x1c\x24\xf3\x50\x48\x0e\x24\x91\xdf\x17\x92\x87\x0a\x74\x19\xb9\x0e\x86\x39\x90\xc2\x21\x55\xe1\xe7\x86\xc8\xe8\x02\x82\x8d\x14\x8a\x5a\x0c\xa0\x7e\x7a\x6c\xbe\x62\x0c\x40\xa3\x8c\xf9\x25\x77\x00\xb0\xee\x1f\x03\xc1\x5c\x80\x79\x89\x42\x91\x8b\x05\x42\x43\xc6\xb5\xc9\x17\x03\xf1\x79\x82\xef\x15\x66\x02\x29\xb1\x13\x65\x15\x2c\x80\x25\x5b\x84\x04\xe5\x6b\x81\xec\x5b\x42\x9b\xe4\x38\xc0\x66\x9a\xd0\x31\xa1\xf7\xc0\xba\x9b\x14\x8a\xbc\x3b\xb0\xef\xb8\xc8\x22\xd9\x14\xe0\xa8\xbb\xd0\x4b\xc9\x00\xe0\xb8\x2b\x85\x22\xd3\x0a\x5c\x9a\x2c\x54\x27\x3b\x0f\xa8\xec\x10\x2e\x17\xdd\x0c\x54\x45\x0f\xfd\x2e\xe9\x4c\x0c\xa9\x9d\x28\xdf\xdf\xd3\xa5\xfc\x07\x07\x42\xfa\x5c\x24\x0f\x32\xb3\xcd\xec\xb0\x80\x29\xa0\xc0\x61\x7d\x18\xfb\x1a\xd0\x30\xb7\xeb\x9c\xf0\x12\xd0\x4b\xf5\xde\x21\x16\x06\x18\x32\xc3\xd4\x25\x0d\x00\xda\xd1\xf8\xd5\x52\xb1\x00\xcd\x7e\xd1\x95\x99\xe2\x00\xad\x6e\x9d\xa4\xfc\x1b\xc0\x50\xa1\x30\x4d\x29\x11\x30\xd8\x7e\x22\x54\xb5\x16\x30\x78\x76\x43\x5c\x6b\x05\xa0\x2f\xff\xf0\x91\xd6\x34\x80\x3a\xf3\xfd\x33\xcd\x09\x00\xb5\x73\x60\x9f\xa6\x2e\xa0\x33\x13\x90\xbf\x0d\x68\x6e\x03\x66\x8e\xeb\x19\xaf\x35\x01\x90\xdd\xf3\xed\x96\x56\x0f\xa0\xa0\xd3\x9e\xa7\x79\x00\x90\xa3\xbd\x55\xd5\x12\x05\xe4\x8d\x5e\x94\x6b\x16\x00\x72\x0b\x1a\xeb\x34\x2f\x02\x72\x6b\x1e\xfc\xd4\x12\x00\xe4\x9e\xd4\x75\x0e\xfe\x9b\xb2\xa3\x6f\xc7\x69\x96\x02\xb2\x47\xab\xeb\x34\xa9\x80\x0c\xef\xdd\xfd\x9b\x03\x19\xce\xbb\xe7\xfb\x1a\xe4\xbd\x46\xdd\x11\x3c\x88\xac\x3e\x3d\x56\xe0\x06\xa0\x32\x93\xe5\x33\x5e\x13\xd0\x55\x73\xb0\x10\xde\x3c\xf8\x34\xf4\x78\x2d\x16\x0a\xd0\x4c\x42\x67\x48\x9e\x04\x4c\x04\xe3\xc5\x67\xc4\x02\x26\x2b\x17\xbd\x90\x5b\x05\x18\xf9\xae\x57\x50\x68\x04\x68\x2d\x85\xa5\x2a\x1f\x01\x5a\xd6\xc9\x2c\x4d\x75\xc0\xa0\xf9\xc6\x28\xad\x4c\x40\xbf\xfa\xd1\x5c\xed\xf9\x80\x7e\xf2\x47\x19\xed\x2e\x40\x7f\x0a\x27\x5a\xd3\x15\xd0\x79\x04\x28\x5a\x72\x37\x69\x4d\x07\x64\xb6\x76\x5f\xd4\xbe\x08\x28\x2a\x7f\x59\xad\x9d\x0a\x28\xba\x7d\xd8\xa9\xf5\x14\x50\xc8\x7e\xf5\x90\x57\xf7\x81\xe6\x8b\xda\x33\x00\x45\xb1\x27\xd9\x5a\x3a\x80\xbc\x5d\xc3\x75\x2d\x25\x40\xae\xbf\xd6\x40\xb3\x08\x90\x6d\xa8\x89\x1f\xfc\xef\x72\x7e\x95\xaf\x35\x3f\x03\xb2\xbc\xd5\xfa\x3f\xb9\x28\x3f\xfe\x6b\x1d\xfc\xcd\x83\xc8\x77\x98\x4e\x1e\x73\x0b\x50\x3f\xc1\x08\x11\xcc\x00\x74\x0f\xd8\x35\x0c\xf6\x41\x3f\xcb\xfd\xae\xd8\x2b\xc0\x44\x3f\x64\xc5\xd4\x3b\x80\x49\xd6\x9c\xe7\x33\xaa\x01\x13\xcf\x8c\x67\x72\x14\xc0\xe4\x67\xce\x80\x72\x15\x60\x9c\x56\x18\xa1\x2e\x03\x18\x95\x9d\x24\xb4\x5d\x01\xc3\x43\x15\x5d\x3a\x41\x80\xe1\xf8\x27\x75\x7a\x3e\x80\x7e\x4a\x7b\xdd\x60\x1f\x0c\x6e\x62\xa7\xce\x2b\x40\x77\x29\xa0\x54\xd2\x57\xa1\xfd\x10\x50\xb8\xd8\x75\x4f\xe7\x21\xa0\xbc\xb3\x63\xb5\x0e\x13\x1c\xe5\x89\x6d\x93\xb5\xdd\x00\xc5\xc5\xad\x8e\x3a\x15\xf8\xa8\xa2\xd3\xd4\xa4\x63\x83\x1f\xca\x42\x0f\xad\x75\x2e\xa3\x43\x79\x75\x9d\xb3\xce\x03\x7c\x56\x66\xdd\x7e\xa9\x73\x13\x3f\x94\x4a\xab\x09\xad\x47\x80\xbc\xc9\x8d\xb7\xda\x61\x80\x7c\x36\xfe\x83\x7f\x18\x99\x07\x42\xd6\x4f\xe6\xff\x0b\x57\xe8\x6a\xf2\xfa\xb0\x9e\xf6\x64\x4c\xc4\x9f\x39\x4a\xfa\x0a\xd6\x95\x22\x2e\x80\xf1\x52\x77\x2d\xf1\x17\x80\xf1\xac\xc0\xce\x29\x99\x00\x7d\x60\xf6\xfd\x99\xf3\x01\xd3\xf6\xf4\x12\xf9\x10\xc0\x34\x66\xdd\x3c\x95\xc5\x80\xc9\xf6\x82\x1a\x8d\x1d\x80\xb1\xdf\xa9\xb5\x3a\x83\xeb\x24\xf8\xa6\x3e\xf5\x3c\x60\x98\xd7\x78\x9b\xba\x07\xd0\x7f\xde\x29\xa5\xf3\xf8\x4f\x1f\xf4\xec\x01\x95\x94\xdf\x5a\xba\x45\xe8\x56\x79\xf7\xb5\x4c\xc7\x07\x50\xea\xfa\xb8\x43\x27\x10\x3d\xca\x61\xaf\xfa\x75\xb3\xf1\x54\xb5\xec\xb9\x83\x9e\x1a\xee\xa8\xdd\x7e\x52\xa4\x63\x89\x1f\x4a\xed\xf5\x0d\xba\xe7\xd0\xac\x2a\x7a\xb7\x5b\xd7\x0f\xef\x94\x3f\xdf\x92\xd3\x0b\xc6\x33\xd5\x69\x37\x4f\xe9\xaa\xe2\x87\x52\xe1\xf5\x78\xed\x26\x40\x61\xf2\x7f\xf5\x61\xe4\x1c\x0c\xb2\x0f\xe3\x36\x69\xcc\xe4\xf9\x1b\x27\x75\x79\xf7\x1c\x95\x8b\x0c\x82\xc6\x1e\xfe\xc3\x07\x91\x9c\x94\xc9\x3c\x17\xa6\x78\x39\x60\x2e\xe7\x9f\x32\x78\x2e\x98\xb3\x62\xa2\x66\x36\x01\x16\xe1\xe9\x49\xca\xea\x80\xd9\x8b\xb5\xe3\xd5\x5e\x03\x74\xe3\x82\x77\xda\x52\x80\xa9\xd0\xc9\x1e\x6a\x20\x60\x54\x7b\xd3\x5b\xbf\x08\xa0\xbd\x7a\xea\x63\x78\x16\x30\x3c\xf6\x2d\xc9\x40\x18\x30\x38\x8e\x42\x9d\x83\xdc\xa3\x7a\x3b\xf1\x4b\xf5\x79\xb7\xb0\x9e\x37\x5e\xa8\x9d\xec\x3c\xa1\xa7\x81\x07\x6a\xed\x6d\x21\x54\x2b\x9c\xd2\xf4\x7a\x39\x4e\xef\x24\xae\xaa\xf7\x34\x6e\xa5\x9e\xc2\x51\xcd\xf9\x0f\x72\xf4\x76\xe1\x96\xda\xab\xba\x32\xdd\xf3\x78\xa1\xd2\x52\xb3\x55\xaf\x10\x8f\x54\x2f\x93\x5c\xd8\xf5\xc3\x7a\x46\x78\xaf\xfc\xa9\x7c\xae\x4e\x37\x06\x14\x37\xe2\xff\xc9\x3f\x50\x28\xea\xbc\x7b\xbb\x22\x55\x1a\x3c\x5f\x5c\x36\x53\x5b\x56\x40\xf4\x4f\x3e\x08\x39\x3f\x88\xe4\xa4\xe8\xbf\x1c\x04\x25\xac\x00\xc6\x34\x7f\xf5\xe9\xad\x00\x8b\x19\x1d\x25\xd7\x09\x58\xac\x4b\xdd\xaf\xe4\x07\x58\x28\xe4\x8c\xd1\xf8\x05\x98\xd5\x15\xbc\xd0\xcd\x05\xe8\xdb\x4f\xdd\x35\x9c\x05\x98\x2c\xa8\xea\x32\x2a\x06\x68\x0d\xcd\x13\x0c\xab\x01\x23\x97\xee\x5b\xc6\x33\x00\x83\xd5\xd8\xa7\x63\xdd\xc7\xa6\x0e\xe0\xb2\xe6\xad\x2f\xdf\xf4\x2b\xb1\x56\x67\xf3\xfb\xcb\x06\x36\x48\xd6\xad\x7c\xf9\xde\xe0\x1e\x62\xf4\x76\x0f\x73\x61\xa2\xfa\xa5\xc8\xd3\x96\xa8\xfb\x69\xc0\xc1\x52\x9d\xde\xdb\xd9\xfa\x16\x38\xa3\x71\xaf\x4a\x89\xda\x8d\xeb\xea\xbb\x6e\x5c\xa0\xe6\xa0\x4e\xcd\xe5\xaa\x32\xf5\x22\x1e\xa9\x3e\x2c\x8b\xd7\x6f\x45\x8d\xfa\xd8\x7f\xf7\x81\xdc\x0f\x7c\x1e\x88\x9f\xf7\x4e\xe6\x9d\x93\x1c\x84\xc2\x4c\xf5\x6c\x81\xd3\x7f\x78\x10\x1a\x8d\x36\x43\xe8\xf7\x1f\x2e\xc6\x22\xd5\x2e\x55\x32\x16\x60\xb6\x78\x87\xce\x10\x04\xac\xda\xa3\x76\x29\x9a\x03\x56\x3a\xc9\x25\x6a\x3d\x83\x7d\x59\x1d\xa0\x63\x06\x58\x5c\x2d\x10\xd1\x8f\x02\xcc\x4c\x4e\x4f\xa7\x9d\x03\x4c\x8f\x56\xe7\x9a\xce\x01\x8c\x1e\xbe\xe8\x33\x5e\x01\x18\xef\xea\xcd\xa7\xe7\x00\x06\xdf\xb1\x45\x37\xa8\x6b\x9d\x61\x31\x9c\xf4\xdf\xb5\xff\x34\xe8\x41\x30\x35\xe9\xcd\x63\x9a\x06\x68\x06\xdd\xcd\x6c\x5a\x08\xe8\x06\x47\x1e\x17\xd2\x6e\x83\x6e\x70\xe9\x7e\x20\x6d\x1f\xdc\xf5\x43\xef\x50\x8d\xc4\xe0\xa5\xef\x52\xbd\x81\x76\xf6\xff\x63\xec\xaf\xe3\xa2\xda\xfe\xef\x71\xfc\x00\xd2\x1d\x22\x3d\x43\x77\x77\x77\x37\xd2\x02\x82\x08\x8a\x89\x81\xad\x28\x8a\x01\x36\x2a\x16\x16\x2a\x20\x25\x26\x2a\x16\x52\x2a\x62\x81\xa2\x22\x8a\x8a\xa8\xd8\x2d\xcc\x9c\xf5\x7b\xcc\x99\x39\x5e\xbd\xaf\xfb\xfe\x7c\x7f\x7f\xad\x07\x77\xf4\xca\x73\xcf\xde\xcf\xbd\xcf\x59\x6b\xaf\x85\x4c\xf3\x3b\x17\xc4\xac\x9e\x63\xaf\x71\xe4\x39\x3b\xeb\x89\xd8\x6d\x5c\x7d\x72\xb6\x15\x89\x13\x86\xa7\x8e\x8d\xb1\xde\x83\x3a\x23\xd9\xff\x5a\x0f\xf4\x3c\xe0\xde\x7b\xe7\x5f\xa0\x95\x4c\xcd\x87\x4c\x0d\x6a\x5d\x68\x7f\xd7\xfe\x3c\xc2\x10\x30\x2f\x37\x3c\x2d\x6c\x02\xd8\x5b\x59\x5c\x15\x97\x06\x9c\xcd\xed\xe7\x4a\xb1\x01\x0f\x86\xd7\xa4\x91\x0f\x00\xef\x81\xd0\xf7\x6a\x0b\x01\x9f\x79\xc9\x3d\xda\xfe\x80\x77\xef\x74\x17\x23\x5d\xc0\x93\xbd\x7c\xb3\x05\x67\x9e\x98\x6e\xd7\xb3\x2d\x00\x5c\xc4\x6a\x0e\x3b\x5c\x05\x1c\x5f\x35\x2f\x76\x6e\x04\xec\x57\x3d\x49\x77\x4e\x02\xec\x8f\x91\xfb\x5c\x2c\x87\x47\xda\xbc\x85\x8e\xcd\xae\x41\x0d\xdb\xf1\x24\xdb\x2e\xaf\xaf\xde\x36\x07\x02\x76\x3a\x8f\x66\xd8\x25\x90\xef\xec\xf7\x74\xce\xb0\x9b\x4d\xb2\xec\xae\xdf\xb0\xb4\x4b\xc1\x28\x5b\xcf\xb6\x65\x76\x59\xd0\xb3\x49\x6e\xbc\x66\xa7\x09\x6f\xab\xe5\xb4\x0e\xea\xac\xa2\xdd\x53\x44\x5a\xde\x3e\xf9\xd0\xb6\x09\x0b\xcd\x2a\xea\x86\x6c\x8f\xa2\xc0\x74\x45\x55\x97\x6d\x0b\x76\x99\x04\xff\xd7\x7a\xe0\xf1\x9d\xbc\xfb\xce\x42\x7a\xca\x39\x1c\x54\x6f\x57\xbf\xc6\xaf\x08\x18\xce\x60\x8e\x16\xc8\x05\xac\x2b\xf5\x84\x84\x42\x01\x27\x63\x13\x0b\xd1\x75\x80\x57\xa7\xf5\x27\xa9\x0e\xc0\xa7\xd6\x7d\xa6\xa2\x16\x10\x30\x3f\xb8\x85\x91\x0e\xf8\xcb\x8f\x89\xd1\xe9\x00\xfc\x1e\x4d\xd9\x67\xb2\x1b\xf0\x9d\xb2\xac\xc8\x56\x1e\xf0\x18\xd8\xd6\xcf\x79\xba\x74\xe3\xaf\xb9\xe1\xf2\x18\x70\xce\x6b\x1d\xef\xc1\x04\x1c\xbe\x3f\xeb\x76\x3f\x0e\x38\x08\x93\x85\xae\xbe\x9f\x42\xec\x17\x91\xdb\x5d\xd2\x69\x9f\xac\x87\x6e\x8e\x62\x64\xae\x9b\x45\x67\x89\xe3\x62\x72\x85\x9b\xc1\x8d\x25\x4e\xae\xe4\x6a\x37\xcf\xb6\x31\x0e\x3f\xc8\xbb\x8e\x6f\x69\x1d\xd0\xb9\xc3\x4e\x2b\xc8\x67\x8e\x3b\xea\x27\x3b\x7a\x43\xd9\x8e\xff\x84\xa3\xb3\x05\xf9\xd3\x61\x69\x6d\x8c\xc3\x00\xc2\xac\x96\x57\x36\x39\xee\x41\xb8\xd5\x91\xf2\x15\x8e\xc5\x18\x6b\x59\xf0\xe7\x79\x89\x9e\x07\xba\xbc\xf5\xc1\xe5\xfb\xc4\xde\x8d\xa4\x72\x41\x68\x1d\x84\x79\x37\x53\x49\xa0\x07\x70\x51\xd7\x52\x12\x2c\x06\x7c\x1e\x1b\x28\x71\xfa\x64\x90\x80\xe5\x35\x69\x45\x20\x64\x81\x8b\xa5\xa2\x2f\x10\xb2\x33\x40\x9d\xb1\x10\x08\x55\x8a\x6d\x35\xb8\x0f\x04\xb9\x67\x75\x98\xe7\x00\x01\xa1\x4b\x9e\x3a\x68\x01\x3e\x4a\xdb\x92\x5c\xd7\x00\xee\xdf\x6b\xc3\x3d\xbd\x00\x57\xf5\x6b\x9b\x7c\x1d\x00\xa7\x4b\xaf\x9f\xfa\xbe\x63\xad\x70\xbc\x48\xca\x7a\x47\xbc\x2e\x75\xca\x62\x93\x3e\x6b\x69\x7f\xa8\x3b\xb7\x5d\x66\x90\x7c\xbe\x69\xd7\x9b\x5c\x97\xb3\x49\xdf\xaf\xad\x23\x5c\x58\xa4\x93\x17\x79\xf1\xa5\xeb\x3c\x72\x8c\xe7\x9e\x73\x67\x5c\x67\x91\x0b\x3d\x04\x69\x3f\xa4\x3a\x4f\xd7\x71\x64\x9b\xf3\x93\x9a\x15\x2e\xab\xc9\xaf\x8e\x1a\xe5\x1f\x5c\xad\x20\xe8\xe0\x7d\xe8\xa6\x8b\x3e\xac\x6c\x75\x0e\x0c\xb9\x7c\x80\x85\xed\x9c\xff\x98\x07\x04\x93\xe2\x37\xf9\x5e\x8e\xa2\x78\x5b\x05\x05\x05\xca\x67\x4d\xb7\x45\x86\xca\x4f\xb2\x78\x27\x43\x9d\x1f\x7c\x27\x68\x7c\x1e\xf1\x16\x08\x7a\xa1\xcd\x27\x3c\x09\x88\x14\x31\x79\x2b\xb9\x0d\x18\x6d\x69\xfb\x40\xfe\x18\x10\x63\xea\x7d\x8d\x61\x03\x44\x2e\x8c\xd2\xe5\x9c\xe5\xc2\xaa\x33\xf9\xad\x15\x81\xe0\x86\x85\x6f\x9d\xdf\x02\x7e\xd7\xb7\xbc\xf2\x1c\xc0\x77\x2f\xe6\x51\x7e\xbf\x1c\xb4\xbb\xad\xbb\xb1\x2a\x48\x13\x8d\x2e\x93\x3f\x6e\x0d\xf1\xfb\x94\xe1\x92\xcb\x8e\x0c\x89\xed\x8d\x77\x13\x60\x47\x84\x7a\xdf\x21\xdc\x47\xb1\x67\x86\x64\x5f\x3b\xee\x5e\xca\xde\x16\x6c\xd5\x14\xe0\xe1\xc6\x3e\x11\x64\x76\x51\xd3\xc3\x94\xfd\xda\xff\xce\x99\x87\x1e\xe5\xa4\x90\x5f\x0d\xed\x03\x54\x93\xe6\x79\x87\xf4\xf1\x11\x3f\x32\xdd\xd3\x99\x5c\xe2\xf1\xee\xd0\x5b\x8f\x5a\xf2\x94\xeb\xc5\x03\x17\x3c\x66\x93\xf7\x9c\x7b\xf7\x06\x78\x68\x93\x3f\x1d\xcf\xee\xea\x73\xdf\x00\x0d\x7b\xab\x3f\xe7\x01\xb7\x1f\x12\xb9\xa3\x28\xbf\x7b\xfa\xde\x37\x83\x14\xab\x23\xfe\xd4\x41\x6c\x15\xa6\xee\xb1\xfb\xd9\x8a\x53\xeb\x85\xd6\x83\xd0\x79\x31\xc9\x07\xad\xf4\xe4\x0b\x81\x64\x27\x77\x39\xf5\x21\x20\x61\x7c\xe8\x09\xa3\x6f\x40\xf4\xb2\x34\x15\xfb\x2e\x20\x7c\xe7\xbc\x0a\x0f\x67\xbc\x0a\xd2\x2c\xca\xf0\x3f\x84\x72\x9f\xa7\x47\xe5\x42\x25\xd8\x8f\x3c\xce\xdf\xb2\x88\x2c\xf8\xb9\xc9\xed\xcd\xe7\xc4\x18\x9f\x7e\x33\x0f\x5f\x56\x7a\x6c\xf3\xdd\x2d\x5e\xae\xac\xd5\xb1\xf3\x5b\x17\x7a\x6f\x64\x5d\x8d\x3e\xfe\x5b\xff\x72\xc2\xe7\x23\xdb\x3c\xd2\xfd\xe4\x3c\x1f\xb0\xc7\x87\x2b\xd6\xaa\xfb\x6e\x67\x6f\x0f\x15\x3d\x52\xeb\xf3\x92\xfd\x3e\x90\x38\xbc\xce\xd7\x9b\x94\xf2\xdf\xb8\xbf\xc5\xb7\x8f\x34\xf6\xf3\xde\xd3\xe8\x43\x92\x93\xbd\x6e\xec\x5c\xee\x73\x83\xdc\xe9\x61\x52\xfc\xd2\xa7\x84\x3c\xed\x96\xb3\x35\xcb\x27\x8f\xbc\xe5\x32\xf4\xc7\xbe\x90\xab\xba\x88\x3b\x1e\x5c\xde\x57\x5e\x55\x84\xca\x19\xd4\x5f\x4f\x50\xbe\x10\xb4\x0e\xc2\xeb\x13\x1f\x95\xfb\x11\x11\xcf\x47\xe9\x67\x92\xb6\x89\x50\x3c\x39\xed\x0f\x32\x71\x92\xf1\x2b\x59\x65\x60\xa2\xa6\xc3\x73\xd5\x7e\x60\xbc\x6e\xc0\x5b\x63\x19\x60\x4c\x42\xa2\x9d\xf3\x1d\xf4\xc7\x8c\x9e\x95\xe6\xe7\xf6\x6b\x4e\xf8\x84\xf5\xae\xe1\x73\x3e\x9e\x0c\xaa\xab\x78\x15\x97\xfa\x3a\xc5\x5f\xb0\x55\x23\x79\xf4\xf3\x1e\x9f\x95\x03\x9d\x69\x13\xee\xb9\xf9\xae\x1c\x76\x1d\xb7\xb2\xa5\xd4\xff\xe8\xf0\xce\xd4\xa5\x74\x0e\xd4\x89\xc5\x01\x1f\x59\x6b\xe3\x8f\xd4\x44\x06\xcd\x67\x6d\x8f\x3f\x50\xb1\x3b\x58\x94\x75\x35\xb6\xaf\xf4\x48\xb0\x38\xdb\x34\x6a\x80\xd6\xbf\xd0\xbe\x2f\xdb\x43\x83\xe5\xd9\x9d\xc1\x4b\xb6\x1e\x0e\xfc\x4c\x6a\xf9\x2f\xd9\x5c\x1f\xb8\x9d\x8c\xf0\xe5\xdb\x98\x14\xa8\x4e\x2e\xf0\xaa\x5e\x57\x16\x60\x40\xd6\xb9\x53\x7a\x39\xae\xfe\x81\x48\x18\xa9\xcf\x9d\x07\x22\x54\x9e\x1c\x73\x29\x1f\xd5\x27\x69\xfe\x9b\xd6\x41\x84\xf3\xee\xfd\x27\xd3\x3c\x28\x83\x8b\xd9\x65\xa2\x47\x39\x98\x63\xa8\xf5\x43\x42\x0b\xc8\xc9\xb2\x38\x37\xea\x31\x30\xe3\xbd\x97\x8c\xa1\x1f\x69\x3e\xe1\x4c\xf4\x58\x97\x9a\x8f\x42\x29\x0e\x59\x8d\x61\x9d\xfd\x92\xf1\xfd\xcb\x6b\x13\x56\x3f\xea\x19\xfd\x62\xef\xb6\xb4\x81\xbb\x43\xe1\x0d\x0d\xdf\x26\x8a\xdf\x18\x08\x29\xeb\x29\x9f\x12\xd9\x3c\x21\x24\xea\xd7\xe7\x69\x09\xa7\xdb\xc2\xcc\x86\x2a\xb3\x1a\xaa\x14\x22\xa4\x87\x9d\x33\xba\x7e\xe7\x1e\x65\x47\xe4\xb0\xd4\x52\x26\xed\xfe\x18\x99\xc8\xf2\x4f\x96\xdc\xd1\x16\xfe\x95\x75\x3f\x2e\x78\xdb\xd8\xf0\xab\x6c\x46\x74\xfc\x46\x46\xa4\x0b\xdb\x3f\xaa\x63\xfd\xdb\x88\x35\xec\x85\x11\xd3\xd6\x0e\x86\x3b\xb3\x6f\x86\x84\xaf\x8a\x8e\x48\x65\x7f\x0b\xda\x96\xbf\x2a\x7c\x39\x69\xec\x5f\xbb\xbc\x31\xcc\x9e\x9c\xe4\xa3\xfe\x4f\x3f\x24\x72\x25\x58\x1c\x94\xf9\xc6\xad\xcb\xec\x34\xf1\x17\xff\x1d\xca\xbb\x07\x9f\xcc\xcb\xbb\xa0\xfd\x00\x68\x5f\x8c\xc5\x67\xb9\x98\x1f\xa1\xba\x50\xe8\x0e\x90\xdf\x6b\x70\x45\x7e\x2d\xfb\x5c\x5e\x92\x93\xb3\xde\x8c\xb7\x7d\xf3\x76\x87\x9c\x72\x9d\xfa\x78\xd9\x54\xd9\xb1\x03\xa3\x53\x6e\xcd\x1c\x7f\x67\x9e\x58\xda\xb7\xe6\xee\xb1\xbd\x45\x4f\x27\xbd\x3c\x1f\x3c\xc6\xb8\xee\xc6\x0c\xbf\x53\xb9\x71\xf3\x6e\x7f\xcf\xb9\x7d\xf4\x6a\xcc\x94\xef\xa9\xf3\x1a\x0f\x7a\xc6\x4d\xf8\x55\x32\xcb\x66\xf7\xed\xb8\xc6\xa1\xf9\x53\xf5\xb6\xbe\x8d\x1f\x18\xfa\x9a\x55\xbc\x39\x26\xc1\x6e\xd8\x3f\x93\x45\xe7\xfd\x14\x66\xc6\x7f\x63\xc9\x8d\xfd\xfe\x6f\xbf\x93\x15\xad\xb1\x5e\x6c\xf3\xe8\xc4\x65\x26\xb1\x81\xec\xec\xc8\x99\x8b\xd7\xc6\x6a\xb1\x4f\x84\x39\x2c\x2c\x8f\x31\x62\x7f\x0d\x7a\xbf\xe0\x65\x74\x22\xa9\x12\xf0\x84\x33\x0e\xd2\x8f\xa8\x73\x42\x21\x11\xc7\x41\x2d\x1e\xaf\x43\xf3\xdf\xf4\xfd\x6f\x5a\x07\x91\xc5\xe3\x7b\xe7\xf1\x7c\xcf\x57\x1c\x23\xfe\xe2\xc3\xb7\x15\x89\xfa\x12\x04\xb9\x64\xfb\x19\x66\x8c\xe4\xb9\xb7\x2d\x9b\x8f\x58\x47\xe9\xcc\x7c\x6c\x53\x90\xed\x3b\xd3\x39\xb1\x7d\x68\xa9\x72\x7c\x42\xe4\x89\x86\xe6\xd9\xcf\xa7\xa4\x67\xbc\xaf\x9d\x3d\xcd\x7c\x55\xf9\x8c\x75\x87\x6c\xb2\xe6\x1e\xf6\x9a\xb7\xa1\x44\x3a\x63\x79\x4b\xd1\xe2\x88\x6d\xa5\xe3\x9e\xbf\xbe\xb8\xd4\x67\xc3\xa8\x71\xec\x9f\x33\x17\x59\xae\xba\x97\x6e\xf9\x6b\xfb\xec\x9a\x15\xcf\xc6\xe5\x0f\x79\x4d\xbf\xb7\x74\x51\xba\xe0\xd0\x99\x29\x5e\x8b\x1f\x8c\xbb\x3f\xac\x91\x25\xbc\xe8\x63\xda\xea\xe1\x8d\x19\xba\xf3\x59\xa9\x2b\x58\x8c\xb1\x1f\xe6\xce\x4e\x9d\xc6\xca\x48\x76\x99\xf3\x2d\xe5\x3c\xab\x39\x21\x7c\xd6\xb2\x14\x07\xb6\x5e\x8c\xe4\xac\xdc\x64\x05\x76\x6c\xd4\xd3\x19\xf3\xc6\x0c\xb2\xcb\xc2\x3e\x4c\x73\x1d\xf3\x88\xfd\x24\x84\x62\x61\x04\xaa\x38\xbf\xff\x28\x5e\xee\xcd\xbf\x75\x20\x74\x0e\x00\x5d\xff\x02\xde\xb8\xd0\xf7\x80\x69\x1d\xcc\x1e\x8a\x17\x66\xa5\x1f\xa6\x78\xbd\xf7\x0e\x65\xc3\x2a\x91\x22\x7b\x7b\xb3\x0e\x5c\x36\x99\xc3\x68\xea\x98\xb2\x5b\xca\x6d\x9b\x5d\xe5\xf9\x92\xa2\x23\x91\x66\xa1\x8e\x95\xbb\xd7\xbc\xce\x98\x32\x2e\x70\xfb\x9e\xdc\x95\x0b\x59\xb3\xfb\xd6\x3a\x2c\x98\xb2\x73\xc1\x62\xe1\x3c\xbd\x39\xed\xe7\x9c\xf2\x82\x17\x4c\x9b\xf5\xb9\x37\x3f\xdf\x37\xc7\x68\xe6\x83\x1f\x53\xf2\x5e\xcc\x9c\x95\xfd\xe0\xe7\x8d\x05\x59\x33\xec\xa7\x3d\xfb\x55\x98\x13\xf7\x3b\xdf\x85\xe7\xf3\x31\x35\x68\xb2\xfc\xb0\xc9\xc4\xdd\x53\x2c\xb3\x52\x86\x4f\xa5\x5f\x9d\xb4\x34\xcb\x8f\xc5\x97\x26\x94\xf5\x62\x42\x08\x2b\x33\x59\x6d\xa2\x48\xa6\x35\xab\x35\x41\x32\x73\xf9\xf8\xa7\x6c\xad\x18\xc9\x8c\xfb\xe3\x3d\xd8\x81\xa3\xbd\xc6\xcb\x8c\x2b\x66\x97\x87\x95\x01\x42\x2c\x6e\x1d\xb4\x0f\x84\x1b\x8f\xd7\xa3\xf5\x60\x13\x67\xfc\x5d\x7f\x01\xef\xf3\xed\xf6\x5c\x3c\x44\xe9\x06\x86\x3c\x6b\x28\x1f\xf4\xb7\x8c\x63\xbd\x1c\x7c\x9a\x77\x3a\x61\x64\x06\x41\xdc\xfa\x72\xac\x5a\x37\x4d\xe9\xc3\xa5\xa6\x6a\xa6\x83\x80\xf9\xfb\xda\x59\x87\xc7\x06\x6d\xf1\xf3\xda\x1d\xbd\x27\x24\x65\x70\x4c\xc5\xaa\xee\xad\x37\x72\xb6\x4c\x6b\x9f\x1f\xbc\xa9\xa8\xa8\x70\xee\xfb\xec\x94\x0d\xb6\x27\x07\x17\xd6\x66\xf5\xad\xf3\x7a\xf0\x6b\xf1\xee\x4c\xfb\xc2\x29\x3f\xd7\x2f\xbc\x31\x7e\xd6\x6a\x89\x5f\xc7\x67\x33\xd3\x37\x2e\x7f\x37\xb4\x7a\xea\x9b\xf4\x81\xa5\xdb\x87\x7a\x26\xc7\xa4\x4f\x58\x62\x33\xec\x3f\xa1\x3b\x5d\x62\xc1\xa4\xe1\xb6\xf4\x84\x71\x6b\xe7\xb9\xb1\xd4\x53\xad\x68\xdd\x47\xda\xc1\x99\xd7\x58\xd7\x13\xec\x52\xef\xce\xc8\x63\x8b\xc5\xce\x1f\xfb\x23\x3b\x86\xed\x3b\xfa\x66\x4a\xd7\xd4\x1f\xec\x5d\xe1\xb5\x63\x3d\x26\x77\xb2\x8f\x86\x6d\x05\xd4\x6e\x12\xff\xa9\x03\x99\xa0\xff\xdf\xf5\xd3\x3c\x38\x57\x07\xf3\x4b\xf6\x24\xc5\xef\x0f\x2e\x3b\x4b\xfd\xb9\x5e\xfd\x8b\x54\x8e\xd2\xed\xba\xc6\x0b\x22\x8b\x09\xa2\xc9\xe2\x72\x87\xc6\x62\x99\x5b\xc7\xfb\xcf\xcf\xb4\x2c\xd6\xaf\x3f\x30\xe5\xf4\x37\x9f\x42\xd7\xba\xf5\x97\xea\xae\xc7\x0f\x44\xbd\x98\x6f\x55\x29\x30\xbd\x36\x53\x71\x4a\x46\x79\xd4\x86\xaa\xa9\xfb\xd3\x33\x0e\x37\xd4\x7d\x9e\x11\x9b\x74\xe9\x90\xfd\xbd\xfd\xb3\x0c\x12\x82\x4a\xbd\x7f\x75\xcd\x54\x4d\x98\xb9\x3b\x63\x68\xfb\x94\x92\xf8\x03\xc5\xf5\xc3\x31\x99\x65\xf1\xbd\x45\xef\x86\x0f\x8d\x17\x4c\x90\xd9\x20\xc0\x92\x4a\x8d\x4e\x98\x56\xf0\x8e\x15\x93\x5c\x1f\x7f\x73\x55\x2d\xeb\x5c\xc2\xb1\xf8\xe2\x7c\x51\xd6\xaf\x38\x85\xf8\x0d\xcb\x92\xd9\xee\xd1\xd2\xb1\x75\x4b\x4b\xd8\xdb\xc3\xef\xc5\xa9\x2d\xaa\x64\xb7\x84\x96\xc4\xdd\x9c\x7f\x9d\xdd\x1d\x72\x2c\x86\x3d\xef\x2c\xa9\x13\x50\x0e\x58\xf1\xee\x77\xfb\x0f\x72\x31\x9d\xe7\xfb\x3f\xef\xeb\xdf\xf5\xd3\x3a\x88\x6a\x09\xaa\xfe\xc6\x33\xd4\xba\x78\xab\x78\x89\xab\x7f\xf9\xd8\x44\xcd\x83\xdb\x7a\xd7\x28\xbf\x80\x26\x46\x07\xd5\x5f\xeb\xb3\x6e\x3e\x56\x6a\x16\x56\x2a\x57\x68\x5f\x61\x34\xa0\x91\xba\x2d\xb7\xed\x90\xdb\x55\x1b\xd5\xbc\xd2\x2b\x18\x9d\x1a\x50\x35\xe5\xd6\x85\x9d\x93\x26\x8f\xb9\x97\x36\xe7\x7c\xe6\x5a\xa1\xb4\x87\xf1\x9b\x1b\xf4\x6b\x5a\x33\xf6\x47\xa9\x9e\x93\xbc\xbb\x64\xc2\xd4\xb0\xca\x33\x4f\x86\x47\x65\xde\x08\xdb\x5d\x17\x34\xdc\x91\xfa\x23\x5c\xf9\x48\x23\xcb\x24\xf9\x5e\x38\xe3\xd0\x76\x56\x41\x62\x56\x78\xfe\x3e\x59\x56\x57\xdc\xae\x08\x9b\x5d\x05\x2c\x32\x56\x2a\x3c\xba\x38\x93\x3d\x29\x32\x3e\x82\xbf\x68\x90\xbd\x34\x62\x7a\x84\xd2\x86\x45\xec\xf3\xa1\xfb\xc2\x19\xeb\x5d\xd9\x5f\x82\xfa\xc2\xcd\x0b\xaa\x49\x8d\x80\xda\x70\x83\x95\x9d\x64\xa8\x9f\x51\xd8\xaa\xe5\x5f\xc9\xa5\xde\x4e\x80\xfb\xf6\xbf\xfb\xe0\xff\xa5\x03\xa9\xb5\xa3\xe6\xff\xbb\xf3\xd4\x7c\x19\x2c\xe3\xea\x21\x9e\x44\x5d\xa3\xfe\xdc\xdd\xfd\xb7\x28\x5f\x91\xe6\xb5\x77\xa9\x75\x76\x7a\x73\xb7\x37\x07\xab\x2c\x1e\x6b\x4a\xaf\x21\x88\xdd\xef\x1e\xc9\x6b\x5f\x53\x28\x2c\x9c\xd6\xed\xe0\x70\xd0\x30\x6b\xee\xf7\x2e\xc1\xd0\x3e\xd7\xc4\xf4\x59\xb7\x65\x33\x5e\x86\xeb\xc6\xe7\xdc\x2a\x5d\xf5\x20\x46\x33\xfc\xd4\xcd\x2b\x95\xa6\xf1\x43\x81\x8b\x3a\x7e\xdc\x5a\x91\xf8\xd2\x4f\xfc\xa6\xee\x70\x73\x02\xdb\x2f\xb8\x69\x80\xd5\x12\x2b\xee\xe7\x7a\x7e\x19\x5b\x37\x2a\xdd\xef\xcb\xe9\x02\xb6\x7f\xa4\x83\xdf\xa3\xba\x1e\xf6\xc6\x30\x0d\xff\x95\x55\x72\xec\x13\x21\x65\xfe\xf7\x0e\xdf\x67\x3f\x0f\xda\xec\x5f\x73\x60\x0f\xa9\xe4\x4f\xfa\xbf\xde\x73\x8e\x74\xf0\xcb\x08\xe8\xdc\x39\x9a\xf4\xf3\xed\xf4\x3f\x59\xfc\x9e\x5c\xee\x95\xe6\xbf\x67\xf3\x3d\xf2\x84\xfb\x1a\xff\x3d\x1b\x7e\x92\x37\xdc\x44\xff\x37\x17\x67\x55\x20\x17\x69\x1f\x80\xa3\x54\x3d\xc3\x87\x2e\x52\xfd\xf0\xbd\x7a\x2b\x35\x3f\x9e\xc6\x77\x6c\xe4\x60\x67\x75\x17\xc5\x13\xb7\x56\x3f\x58\xc4\xc1\x06\xe3\x27\x94\x2f\x46\xf5\xe9\x17\xd4\xdf\x2b\xb9\xfe\x8a\xda\x4f\x37\x6f\x7a\x7d\x4f\x6d\x8c\xd8\xfc\x65\xbe\x03\x6f\x2d\xaf\x69\xf8\x4f\x8b\xec\x3f\x1c\xa0\x64\x19\x36\xc6\xe3\xb9\x4c\xda\x08\xcf\x9a\x88\x86\x67\x58\x1e\xeb\xdf\xec\xcf\x7a\x2e\x5d\x36\x21\xd8\xdf\x4b\xe3\x59\xd5\x8d\x75\xa1\x89\xee\x26\xcf\xc7\xff\x7a\x1d\x92\xea\xb6\xb2\x5b\x81\xfd\xc2\xff\xbd\xdb\xdd\x9b\x06\xa4\xb8\x5f\x92\xbb\x7b\x9b\x1e\xa9\xeb\x1b\xe8\x3e\xd0\xa8\x4c\x5a\xfb\x74\xba\xe7\x9d\xbb\x4b\x66\x7b\x9e\xf5\x50\x3f\x39\x48\xae\xf0\x78\xec\xe1\x77\xf4\x1e\x59\xea\xee\xee\x3e\xa1\x9a\x41\xde\x77\x91\xf7\xa8\x2f\x5f\x46\xde\x74\xb9\xe9\xa9\x50\x5a\x42\x0e\x38\xcf\xf3\xf4\xdc\xa7\x47\x0e\x39\xc5\x79\x84\xed\x7e\x0a\x3d\xfb\x70\x20\x8b\xb7\xde\x97\xf1\xd6\x03\xed\x87\x52\xc3\x3b\x1f\x35\x52\xbe\x27\x1f\x9e\x5f\xa3\xfa\x61\x5f\xee\x1d\xea\xfb\xbf\xa7\xf9\x40\x80\x83\x57\x17\xf5\x52\xe3\x72\xfe\xf1\x0b\x4a\x1f\x53\xf7\xf3\x8d\x28\xf5\xde\xdf\xfb\x03\x35\x5f\xb6\x54\x7f\xa3\x72\x54\x56\x2f\xfd\xf5\x5a\xfe\x0c\x41\xcc\x6d\xfc\x79\xc7\xf0\xad\xbc\x4a\x46\xff\xf7\x2f\x9e\x6b\x75\xae\x46\xbb\x7f\x6b\x1e\x13\x6d\x23\x17\x34\xea\xfb\xbd\x25\xf2\x8e\x9d\x9e\xfd\x3f\x4c\x0e\x14\xb9\x16\xbb\x48\xfc\x64\x5c\x6d\x74\x97\x72\x3c\xf0\x6b\xcc\x8f\xcf\xae\xfd\x8e\xf2\x83\x63\xc8\x0b\x2e\x02\x0e\x57\xfb\x72\xc8\x4e\xa7\xa3\x0e\xe6\x0f\xa5\xc8\x9f\x0e\x73\x7e\xe7\x79\xbc\x6d\x37\x86\xa0\xfd\x63\x87\xf7\xcd\x93\xa0\x66\x37\xcb\x51\xe6\xe2\x1c\x98\xdb\x46\x3b\x1a\x9f\xcd\x83\xbb\x4d\x80\xa3\xdc\x49\x07\xc4\x59\x9d\x70\x0a\xac\x0b\x46\x90\xf5\x2d\x27\xad\xaa\xb3\x48\xb3\x32\x71\x54\x2b\xef\xc0\x4a\x73\x6f\x60\x91\x1a\xb7\xde\xad\x3c\xbf\xb0\x6a\x3e\x5e\xfd\x94\xdf\xcd\xa7\xb5\xd7\xa9\x3c\x84\xfe\xc6\x7b\xd4\x78\x74\x2b\xf5\x50\xfe\x31\xed\x56\xcf\xc7\x72\xf0\xf2\xa3\x37\xeb\x39\x78\x52\xef\x23\xa5\xaf\xab\xf0\xfd\x46\xe5\x68\xed\x5e\xc3\x6a\xe5\x60\x21\x2f\x37\x63\x8e\x00\xc0\x97\x44\x10\x53\x1e\x03\xda\xcd\xe2\xa7\x92\xe5\x01\x17\x5f\xd5\xc0\x30\x69\x7c\x88\x59\x6a\x30\xc7\x57\x0c\xf7\x73\x5a\x4c\x73\xdd\x04\x51\x55\xbc\xc9\xb2\xd0\xc1\x12\x3b\xcf\x4a\x58\xa5\xdb\xce\xc2\xce\xc7\xc1\x56\x25\xbf\xf3\x2c\x72\xbf\xab\xa1\xcd\x38\xdb\x6a\xce\xdb\xed\x38\x6e\x62\x66\x65\xf1\xec\x01\x6a\x8d\xef\x5b\x25\x3d\xaa\x43\x85\x89\x80\x55\x52\xe7\x19\x54\x19\x6f\xb5\x3a\xdb\x51\x8c\x0a\xe3\x93\x56\x42\x6d\x07\x70\xc9\xf0\x94\xd5\xcd\x2b\x43\x38\x6d\x34\xdf\x7a\xcc\x85\x6d\x38\x65\xb4\xc1\xca\xeb\xcc\x2e\x74\xea\x77\x5b\x9b\x9c\x4c\xc1\x0d\x83\x75\xff\xf8\x62\x95\xd3\x7e\x50\x54\x3f\xf8\x82\x1b\xd4\xf7\xff\x32\xe5\x3e\x35\x3e\x0f\x5d\x9e\x50\xfc\xdf\xcd\xe8\x97\x03\x54\x1f\x3c\xf3\x81\xca\x4f\xaa\x6f\xfa\x42\x8d\x5b\xad\x23\x7b\x12\xf1\x07\xff\x47\xf3\xbf\x34\xef\x97\xa5\xc5\xe3\x3d\xdf\x03\x8c\x12\xe1\xc3\xa3\x3f\x03\x76\x0f\x15\x16\x05\x4c\x07\xc2\xb7\x30\xe7\x7b\x3a\x00\x93\xbf\xeb\x3c\x75\x2a\x02\x0a\x66\xe8\x0f\xda\xce\x04\x59\xc6\x67\x30\x64\x35\x13\x5f\x9b\xef\x1b\x31\x2d\xa7\x03\xcf\xc2\x8d\x42\x2d\x2b\x00\xec\x31\x10\xa1\xf9\x7d\x93\x9c\x1f\xca\x00\x43\xde\x78\xf4\xbb\x69\x80\x86\xbd\x49\xe8\x8b\xe7\x00\xb3\xd0\xf8\xd8\xe3\x18\x80\xd1\x60\xa2\x7f\x6f\x31\xc0\x5c\x6c\x12\x7d\x7b\x11\xc0\x3c\x60\x32\xe5\xfa\x38\x80\x39\xdf\xc4\xa7\x65\x15\xc0\x78\x66\x2a\xd8\xe8\x0f\x30\xab\x80\x52\xde\xbe\xc0\xd5\xc1\x7c\x5b\xce\xad\x7f\xa0\xbe\x9b\xda\xff\x1e\xbf\x7b\x46\xe5\x8a\x75\x7a\xbe\xa3\x7c\xd5\x5a\xde\x7d\xa2\xce\x49\xe7\x35\x7e\xf5\x13\x7f\xdc\x03\x2f\x3d\xf5\x37\xff\x99\x3f\x9a\x8b\x33\x79\xfc\x68\x0a\x8f\x2f\x8d\x5f\x0d\xa8\xb5\x8d\x20\x83\x3b\x00\x4b\x1d\xe9\x11\x5e\x4b\x81\x40\x57\xe5\x09\x2e\xe7\x80\xf1\x9b\xd5\x2f\x39\x10\xc0\xd2\x0d\x9a\x87\xac\xa7\x03\x3b\x3a\xb4\x1e\x9b\xd7\x00\x75\xdf\xb4\x36\x98\x35\x00\xd7\xa7\xeb\x04\x9b\x9e\x00\x9e\xee\xd3\xb6\x30\x35\x02\xbe\xd4\x32\xef\x1a\x87\x53\xfc\x7e\x94\x9e\x14\xc5\x67\xf7\xe8\x24\xfc\x74\x06\x64\x3b\x75\x5f\xbf\xdb\x04\x8c\x9c\xa9\xab\xf5\x72\x16\xa0\xf0\x41\xfb\xfd\xd3\x53\x80\xfc\x66\xdd\x86\xee\x6e\x40\x71\xb1\x8e\x43\x97\x12\xa0\x30\x51\xcf\xf4\xa6\x06\x30\xca\x12\x38\x43\xad\xf3\x9f\xa9\xed\x51\xd4\x3e\x18\xf9\x88\xda\x3f\x1f\xb7\x3c\xa7\x78\xf0\xce\xd8\x77\x94\x1e\xe2\xba\xe1\x4f\xca\x3f\x86\xd6\x41\xd1\xf7\xc0\x0f\xe7\xf1\xf8\x4f\x1e\xef\xbf\x26\xe7\x6f\xde\x8f\xe6\xff\x63\x78\x7c\xa1\x4f\x0b\x20\xf2\x89\x20\xbc\x1e\x03\x46\x2f\xc4\xec\x5c\x52\x01\x1f\x47\xf9\xeb\xb6\x57\x81\x44\x97\x91\xf2\x56\xdf\x80\xd9\x87\x94\x6d\xcc\xdb\x81\xc2\xdd\xaa\x2e\xa6\xb3\x81\xfd\x3f\xd4\xda\x8d\x8f\x03\xa7\x16\xaa\xe7\x18\x9d\x03\xae\x26\xa9\xd7\x1b\x85\x00\xdd\xdf\xd5\x73\x0c\xbb\x81\x37\x29\xaa\x5f\x0d\xa7\x53\x3e\x06\x0c\x9d\x4b\x1c\x94\x61\x69\x50\xba\x07\x91\xb3\x92\x5e\xa0\xbc\x88\x25\x0a\xbf\x51\x09\x17\x8c\x8a\x57\xaf\x01\x49\x25\xf5\xa4\x67\x47\x00\xb1\x89\x0c\x89\x9e\x66\x40\x52\x9e\xd5\xcc\xcd\x05\xfa\x38\xa5\x87\xf2\x8f\xea\x1b\xec\xa7\xf4\x1f\xdd\x23\x3f\xeb\x70\xb0\xa3\x86\x45\x9d\xb7\x2f\x67\x21\x92\xf8\x33\x0f\x82\x37\x0e\xbf\xfd\x50\x78\x7a\x89\x5c\x5e\x5e\x4e\x36\x4f\x1f\x33\x96\xa7\x13\xa0\xef\xbd\x3b\x2d\x00\xf8\xfb\x09\xc2\xb9\x1c\xd0\x5d\x2d\xf4\xc9\x56\x05\x70\x79\x2e\x25\x64\x59\x0d\x8c\x0e\x92\x39\x61\xf6\x18\x98\x74\x4d\x3e\xd7\x78\x0f\x90\x7b\x43\xe1\x18\xcd\xf3\x1b\xae\x04\xca\x34\x95\xaa\xff\xcd\xef\xeb\xfe\x04\xee\x9a\x29\xbe\xd2\x9b\x03\x3c\xb7\x1c\xc5\xd0\x5d\x07\x7c\x37\x97\xef\xa6\x79\x7d\xf5\x0d\x1c\x14\xae\x10\xdb\xc8\xd5\x39\x10\x76\xe0\x31\xcd\x3f\x78\x8e\x14\x1f\x29\xc5\xc6\xe7\x38\xae\x0e\xb2\xff\x34\x57\x07\x47\xeb\xc0\x6e\x6d\x21\x29\x7f\x98\x46\x13\x72\x07\xf1\x47\x1e\x44\x79\x2b\x17\x77\xf1\xf8\xda\x0d\x3c\xdd\x07\xed\x83\x90\xc3\xe3\xbb\x27\xf0\x72\x21\x68\x3d\x10\xed\x7f\x60\xcd\xe3\x95\x6d\x97\x00\x5a\x46\x82\xa2\x16\x22\x80\x5d\x80\xd8\x62\x63\x55\x20\xc8\x4e\x3c\xd2\xe8\x28\x90\xa6\x2b\x55\xa3\x3f\x19\x98\xed\x25\xed\xfc\x9b\xe7\xcf\x04\x76\x54\x28\xcc\xd7\x89\x04\x0e\x89\xca\xc5\xea\x6c\x02\x8e\x0d\xca\xb7\x6b\x37\x00\x17\x7a\xe5\x67\x68\x3d\x01\xae\x7f\x95\xdb\xab\x35\x02\x78\xc8\x27\xeb\x40\xf3\xfa\x9a\xb2\xc0\xb0\x87\xc4\xa0\xc6\x04\x6a\x7e\x9c\x91\x90\xe5\x8d\x47\xf2\xdf\x38\x90\xf1\x92\xda\xd7\x1e\x6b\x7c\xa5\xf2\xc2\xee\xcc\xe2\xfa\xc3\xd0\x7e\x48\xa7\x03\xf0\x97\x0e\x66\x0f\x4f\xf7\x40\xeb\xe1\x56\xf1\xfc\x23\x16\xf0\x7c\x83\xa6\x26\xe0\x2f\xfe\x3f\x22\xf9\x6f\xde\xdb\x8c\xa7\x0f\x32\xcb\x02\x54\x5f\xf0\x1b\x1b\x79\x00\x66\x3f\x85\x1d\xf5\x57\x03\x5e\xc9\x22\xcb\x75\x6f\x01\xf1\x79\x62\xc9\x5a\xde\xc0\xc4\x93\xa2\xdf\xb5\x02\x81\x45\x2e\x12\xf2\xda\x73\x80\x75\xa5\xd2\xc2\xda\x35\xc0\x2e\x4b\x99\x1a\xad\xfd\x40\xe9\x24\x99\x70\xe6\x2c\xa0\x6a\x87\xd4\x62\xa6\x22\x70\x56\x40\xaa\x92\xe1\x05\xb4\x14\x48\x3e\x64\xac\x00\xba\x32\xa5\x08\x46\x31\xd0\xb7\x42\x72\x0d\x53\x0a\xf8\xf4\x45\xe2\xbc\xba\x07\x35\x3f\xfc\x64\x48\x6e\xfd\x02\x33\xb9\xf8\x04\xdf\xa8\x7b\x15\x9d\x65\xa0\xf6\xc7\x66\x9e\xce\xe1\x34\x2f\x07\xa9\x92\xc7\xf3\xef\xe5\x21\xad\x83\x59\xcd\x9b\x17\x4b\xcc\x79\xfd\x90\x37\x2e\x74\x1e\x08\xcd\xff\x07\xf1\xc6\xc3\x89\xa7\x83\x30\xe4\xe5\x8d\x30\x6b\x00\x89\xcd\x04\xa1\xbb\x17\x30\xfa\x21\xe8\xa1\x15\x0b\x38\xbb\x0b\xae\xd3\xd2\x05\x22\x65\x85\xe7\x33\x1d\x81\x34\x79\xe1\x2e\xe6\x7a\x60\xc6\x66\xd1\xdd\x9a\x3f\x80\x3c\x71\x89\x49\x34\xbf\xcf\x88\x02\xb6\xf1\x89\x1f\x67\x3c\x02\x0e\xec\x90\x34\xd7\xc8\x05\x8e\x9c\x91\x50\xd6\x28\x00\x4e\x4c\x94\xd8\xc4\x59\x0f\x8d\x6e\xe2\xdb\x35\x44\x80\x1b\xd1\x12\x16\xea\xf3\x80\x07\xd5\xe2\x92\xea\x8b\x80\x17\xf9\x62\xb3\x54\x7b\x81\x8f\xd5\xc2\xca\x6a\x05\x94\x3e\x28\xfa\xdf\x3a\xa0\x33\x22\x5c\xa4\xfd\x70\x7e\xeb\x60\x78\x7a\xc0\x82\xb7\x7f\xf7\x81\x39\x19\x7f\xf7\xc3\x14\x9e\xcf\x12\xad\x07\xf2\xe3\xfd\xff\xed\xf6\x71\x51\xff\x20\x17\x47\x09\x00\xfc\x91\x04\xc1\x94\x01\xb4\xb7\x0b\x8c\x90\x79\x0f\x18\x1d\x26\x08\x89\x26\xc0\xe9\x15\x41\xa8\x1b\x03\xf1\x3f\x04\x8d\xd5\x82\x81\xcc\x4a\xc1\x4c\xa9\xd5\xc0\xe4\x75\x04\xa1\x36\x07\xc8\x9d\x2c\x6c\x2e\x21\x00\x2c\x59\x4d\x10\x12\x53\x80\xd5\x17\x09\x42\xad\x07\x28\xd9\x2c\xba\x48\xed\x13\x50\x66\x2d\x26\x25\x79\x0a\xa8\x70\x20\x08\xd5\x85\xc0\xb9\x4a\x91\x3d\xaa\xbb\x80\xa6\x59\x22\x77\xc5\xd5\x81\x96\x10\x82\x50\x35\x07\x7a\x1c\x85\x73\x24\x75\x81\xa7\x9b\xfe\x57\x07\x54\xc3\xeb\x67\xfb\x79\x75\x6f\xe3\xe9\x65\x68\x1d\x0c\xdd\x07\x68\x5f\xa0\xa9\xbc\xbc\x41\x5a\x07\x12\xcb\xc3\xdf\x3a\x10\xde\xdf\xb7\xe4\xf9\xe8\xd0\x3a\x10\x05\x3e\x80\x38\x46\x10\x62\x7b\x01\x49\x65\x82\x10\xfa\x02\xa8\xcf\x27\x08\xfe\x91\x80\xc9\x37\x82\xe0\xbf\x0e\xb8\x6a\x11\x84\x5a\x35\x90\xba\x4f\x30\x4a\x4c\x02\x18\xbb\x88\x20\xc4\xe4\x81\xac\x48\x82\x50\x2d\x05\x96\x08\x09\x39\x09\x26\x03\xf3\x8f\x10\x84\x40\x11\xb0\xbc\x8a\x20\xd4\x36\x03\x3b\xa7\x8a\xfc\x54\x25\x81\x83\xe6\x22\xa7\x47\x94\x03\xfb\xed\x08\x42\x48\x0b\x38\x72\x8b\x20\x54\x4d\x81\x0b\x22\x22\x7a\x02\x2b\x81\x06\x1b\x82\x10\x91\x02\x5a\x4b\xb8\xef\x65\xff\xc7\x0f\xe4\xaf\x5c\x98\x7f\xde\xeb\xdb\xce\x20\xfe\xf0\xbf\xe7\x2b\xb2\xa5\xde\xe3\x4a\x9e\x72\xf5\xe3\xa0\x86\x9f\xff\xc3\x11\x17\x00\xcd\xf4\x88\x23\xc2\x4c\x40\xb7\x79\xcc\x66\xb1\x27\x80\x91\xfb\xc4\x44\xe9\x76\xc0\x30\x78\xee\x4b\xd9\xc3\x80\xa1\xcf\x6a\x6d\x85\xd1\x80\xe1\xe9\xe2\x93\xa3\x12\x01\xfd\xef\x65\xf7\x46\xed\x00\xf4\x6f\x9d\x69\x51\x1e\x07\xe8\xf5\xb7\x57\x28\xbb\x02\x7a\xcb\x9f\x7a\x2b\xad\x03\xf4\xb6\x7f\xbd\xab\xf8\x04\xd0\xd9\x09\xc8\xf6\x00\x4c\x61\x40\xfc\xe2\x0f\x4d\x4d\x21\x40\x2a\xee\xbd\x97\xa6\x32\x20\x3d\x7b\x20\x55\xab\x05\x90\x5b\xd0\xe7\xcf\x64\x01\x32\x61\x8f\xe6\x69\x0a\x00\x32\xfb\xba\x5a\x35\x27\x03\xb2\x29\xb7\x7d\x38\x1d\x47\x6e\x67\xfb\x5d\xa6\x08\x20\xbd\xbe\xad\x89\xf9\x01\x90\xb9\xd4\x3c\x9a\xb9\x1d\x90\xa1\x5c\xf0\xfe\xc7\x0f\x84\xe6\xb7\xe6\x11\xff\x0f\x1d\x04\x9d\x17\x23\xf3\xc8\xc5\x87\x83\x6a\x1f\x7d\x52\x04\x6e\x00\x5a\x39\xe1\x7b\x85\x39\x75\x69\x8f\xa9\x14\x6f\x00\x8c\xcc\x27\x9c\x97\x3e\x04\x18\x26\xcc\xb5\x96\xdd\x0a\x18\x7e\x59\xf9\x50\xe1\x2a\x60\x6c\x57\xdc\xa4\x3c\x12\x30\x4a\xa9\xd8\xaa\xf2\x1a\x30\xb4\x3c\x5b\xa5\x3a\x09\x30\xc8\xe8\x58\xac\xba\x1d\x30\x88\x7c\xb6\x4c\x35\x1d\x30\x74\xf8\xf5\x4b\xa5\x80\x1e\x07\x96\xa3\xb6\x39\x20\x53\xf7\xa5\x4e\xf3\x31\x20\xfd\x65\x30\x40\x6b\x18\x90\x9b\xdd\xef\xa0\x2d\x04\xc8\x13\x4f\x42\xb4\xd5\x00\xf9\xb9\x0f\x34\xb4\xea\x00\x79\xc5\x4e\x0b\xed\xa9\x80\x82\x53\x47\x83\xb6\x17\x20\x8f\x6b\x17\x35\xaf\x01\xb2\xef\x9b\x7b\x34\x0f\x02\xb2\x87\x1b\x05\xb4\x56\x03\x72\x94\x6b\xd6\xff\x97\x0f\xc6\xdf\xf5\xff\xf6\x01\xe0\xe5\xc5\xa8\xbc\x77\x7e\xc4\x6f\x03\x68\x06\x7a\xc7\x09\xf6\x00\x3a\x5b\x43\x17\x8a\x2c\x02\x0c\x66\x26\xc6\x49\x8c\x01\x8c\x17\x67\xa6\xc9\x8c\x05\x4c\x2f\xcd\x39\x3a\x32\x06\x30\x9d\xbd\xea\x80\xd2\x72\xc0\xe4\x54\x71\x93\xca\x43\xc0\x24\xb4\xe2\xa6\xfa\x2a\xc0\x28\xb6\x41\x54\xdd\x11\x30\x1c\x7b\xb3\x40\xdd\x14\x30\xb4\x79\x76\x53\xad\x0f\x30\xf2\x1b\x7e\xa7\xa6\x06\xe8\xfa\x03\x72\x7d\x3f\x97\xea\x54\x00\xf2\xd9\x1f\xfa\xb4\x9b\x01\x79\x93\xd7\x29\x3a\xad\xc0\xc8\xd1\xcf\x66\xe9\x1a\x00\x8a\x63\x7b\x3a\x74\xdd\x00\xc5\x0b\xf7\x56\x69\xe7\x00\x0a\x6e\xb7\xa3\x74\x7d\x00\xc5\xfe\x76\x79\x1d\x4d\x60\xa4\x45\xab\xac\x4e\x00\x30\xd2\xfb\x8a\x8e\x56\x07\x20\xcf\xb8\x54\xa4\x3d\x12\x90\x4f\xff\xaf\x71\xf8\x6f\x3d\xd0\xff\xe8\x41\x78\xba\x18\xf5\x31\x8e\x56\x02\x49\x80\xae\x89\x97\x83\x70\x1e\x60\x20\x1c\x72\x59\xcc\x12\x30\x91\x8a\x6b\x90\xe2\xe0\xdd\xf1\x4e\x32\xdf\x00\xb3\xe2\xd9\xa5\x23\x2b\x00\x33\x46\xfe\x06\xa5\x36\xc0\xec\x51\xf1\x1c\xf5\x4c\xc0\xf4\x7c\xc5\x5c\x46\x0e\x60\xe2\xd4\x30\xc0\xb4\x00\x8c\x76\xde\xaa\x66\xb8\x02\x46\xab\x5e\xbe\xd0\x00\x60\x9c\x0c\xa8\x87\x02\x7a\x01\x80\x42\xf6\xd7\x6c\xbd\xb9\x80\x62\xe7\x60\xbf\xde\x29\x40\xc9\xb0\xbf\xd4\x40\x1c\x50\xb9\xdd\xfb\x45\xaf\x06\x50\x7a\xd9\x5d\xa4\x77\x00\x50\xfa\x71\x67\x9a\xbe\x2c\xa0\x5c\xd2\xe1\xaa\xbf\x13\x50\x89\x6e\xbb\xa2\xcf\x04\x94\xd3\x9b\x16\xe9\xc9\x03\xa3\x2a\x2e\xef\xd1\x13\x03\x46\xcd\xbc\x60\xa0\xf3\x16\x18\x79\xf2\x3f\xd7\xc3\xbf\xf4\x0f\x34\xff\xcf\xe3\xbf\x1d\xf4\xa8\xfb\xef\x74\x4e\x0a\xd3\xc5\xd6\x63\x44\xd0\x3f\x3a\x29\x23\xd1\xc0\xdb\x62\x77\x00\x0b\x89\xd8\xf9\x32\xcb\x01\x0b\xb1\xf4\x57\xf2\x21\x80\x95\xe0\xec\x26\xa5\xfb\x80\x85\x7b\x7e\xa5\xaa\x0c\x60\xfe\x63\xdb\x6e\x8d\x1d\x80\x39\x71\x24\x48\x33\x0b\x30\xa9\xbe\xb0\x50\x93\xd3\x25\x0f\xdf\x8d\xd3\x7a\x06\x98\xc8\xbe\xfe\xa9\x79\x04\x30\x66\x01\x1a\x79\x2c\x55\xfd\x0a\x60\x54\xd5\xc7\xf9\x9c\x13\xa5\x32\xf9\xca\xd4\xe0\x0c\xa0\xda\xd1\xb7\xdb\xd0\x00\x50\x7b\xfa\xc8\xc7\xe0\x12\xa0\x16\xdd\x25\x67\x28\x07\xa8\xdd\xb9\xe9\x6a\x90\x00\xa8\xe6\x5d\x2d\xe1\x9c\x44\xd5\x65\x5b\x1a\x0c\xf2\x00\xd5\x98\x46\x2d\x03\x7f\x40\xa5\xf2\xfc\x02\x83\x01\x40\xd5\xfc\x8c\xbc\x41\x2a\xa0\x32\x02\xff\xa1\x7f\xf8\xf7\x38\x70\xeb\xff\xad\x83\xa8\xd5\xd5\xe0\xa0\x6a\xb5\xc9\x4b\x7e\x7e\x40\x3b\xcb\x3a\x48\x30\x0c\x30\x58\xea\xd4\x2e\x22\x0f\x98\x4f\xf5\x3b\x20\xa9\x01\x58\x75\x44\xbd\x93\xdd\x08\x58\xf3\xa7\xd5\x8d\x1c\x05\x58\x3d\x9e\xd1\xa7\x34\x08\x58\x19\xaf\x58\xab\x36\x00\x58\xf6\x6e\xab\xd5\x94\x04\x2c\xd6\x1e\xf1\xd5\xae\x02\xcc\xed\x2e\x3e\xd5\x9d\x04\x98\xde\xb9\xa7\xa6\xab\x0b\x98\x2e\x7c\x77\x5c\xc7\x08\x30\xb9\x04\x30\xc5\xbe\xa7\x1b\xe7\x02\x8c\xec\x37\xb9\x26\xd3\x00\xad\x8c\xe7\x7b\x8c\x8d\x00\x66\x7c\xcf\x41\xe3\x58\x80\x79\xe9\x5e\xb9\xf1\x0f\x40\xb3\xf1\xb6\x82\xb1\x12\xa7\x97\x5e\x8b\x32\x09\x07\x34\x77\xfe\xd6\xc5\x05\x1a\xcd\x00\x34\xf8\x2e\xec\x30\x1c\x01\xa8\xce\x3a\xf3\xcc\x88\x09\xa8\x15\x9d\x36\x36\xd4\x05\x54\x5e\xfc\xd7\x7a\xf8\x3d\x0f\xb6\x11\x7f\xdc\xfb\x26\xee\x33\xa8\x9c\x73\xf1\x54\x8d\xbd\xd4\x7a\x58\x61\xa0\xc4\xbf\x14\xd0\x7b\x63\x6e\xc0\xd9\x95\x68\x7d\x90\xe5\x08\x2f\x43\x49\x06\x60\xa3\x1e\x21\x23\xdb\x0c\xd8\x7b\xa5\x9a\x29\xa9\x02\x76\x92\xd3\xa7\xab\x06\x00\xb6\xb1\xcb\x27\x33\xad\x01\xeb\xe4\x6d\xce\x5a\xaf\x01\x2b\xfe\x4a\x2b\x3d\x15\xc0\xe2\xf9\xa5\x4f\x06\x8b\x01\xf3\xa1\xee\xab\x86\xb3\x00\xf3\xa5\x5f\xea\xf4\x1f\x01\x66\x86\x80\x16\xf9\x71\xd8\xf4\x2a\x48\x9d\xdd\x2f\xd5\x4d\xe7\xe3\x8b\xce\xbe\xc7\xbd\xa6\xe7\x30\xa0\x6b\xd6\x6d\x60\x7a\x15\xfd\xba\x1a\xb7\xab\x4c\x35\xf0\x45\xbb\xb0\xdd\xce\x34\x1b\x1f\xb5\xeb\x5a\x1b\xcc\x74\xf0\x4a\x67\x76\x63\xac\xe9\x7d\x7c\xd1\x0e\x3f\xff\xd9\xa4\x09\xd0\x14\xaa\xbf\x68\xf2\x10\x60\xce\x3b\x71\xc7\x64\x18\x60\x2a\xd6\x2d\x34\x89\x06\x34\x0e\xfc\xbf\xd6\x03\x8f\xf7\x25\x54\x28\x7e\x47\x68\x82\x0a\x75\xff\x5f\xd6\x56\x25\x8a\xe2\x7b\x8e\x6a\x27\x09\x34\x02\xc6\x84\xf1\x5e\x61\xb5\x7f\x72\x94\x68\x7d\x90\xc3\xfb\x10\x65\xf9\x77\x80\x93\x53\xd2\x52\xe5\x25\x80\x93\xe9\xd4\x3e\x8d\xc7\x80\x43\xc5\xb2\xbd\xda\x3b\x00\xbb\xb8\xad\xa7\xf5\x1e\x01\x36\xd6\x95\x93\x0d\x0f\x02\x56\xbb\x1b\x37\x19\xbf\x02\x2c\x83\x1f\x05\x73\xbe\x4b\xcb\xb9\xbf\xea\x8c\x0f\x0c\x79\x98\xc7\xe2\xbd\x5e\xd7\xe0\x6e\xb3\xcb\x78\xa4\x4f\x3c\xf9\x66\xee\x84\x66\x03\x83\xee\x60\xf3\x72\x34\x18\x9c\xb8\x3b\xdb\x42\x16\xa7\x0c\x75\xda\x8d\xcd\xcf\xa2\x59\xbf\xa9\x55\xdf\xe2\x1e\x4e\x19\xea\xff\xd6\x41\x15\x98\xcf\xc4\x53\xdd\x80\xb3\xd2\xe6\xbe\x78\xad\x33\xf3\xc4\x06\x8b\x66\xf4\xe8\x3e\x3d\x6a\x65\xfe\x03\x1f\xb5\x5b\xab\x99\xe6\x7a\x80\xe6\x2f\xfc\x87\xfe\x81\x5e\x07\x6a\x1b\x29\xe4\xf9\xbe\xd3\x3a\x08\xf5\x12\xd5\x39\x7c\x29\x80\x9e\x26\x73\xb6\x40\x24\x60\x51\xab\x1f\x2d\x34\x0b\xb0\xc9\xb6\xf0\x14\x4b\x06\x9c\x77\x38\xdd\x90\xe9\x02\x5c\xac\x03\x47\x8d\xf4\x01\xdc\x9a\x12\xbe\xa9\x2d\x03\x5c\xde\x4f\x3e\xcc\x7c\x07\x38\x87\x2c\x9d\xae\x37\x1b\x70\xe8\xd8\x1a\x69\x14\x08\xd8\x2d\xaa\x12\x31\xdd\x0f\xd8\xc4\x35\x2f\x36\xbf\x0e\x58\x8f\x78\xba\xc9\x22\x0d\xb0\x76\x42\x9e\x39\xf3\xf3\x0d\xcb\x16\xac\x37\x0d\x7c\xbe\xdb\xea\x2c\xc6\x99\xb7\x76\x67\x5a\xb7\x23\xc4\x32\xee\xb6\x89\xf5\x0a\x8c\x33\xbf\x73\xfd\x8c\xf5\x6c\x4c\x37\x7b\xdc\x2a\x6c\x3d\x1b\x0b\xcd\x64\x2f\x4f\xb3\xd6\xc6\x26\x93\xe9\xe7\x75\xac\x5a\x50\x6a\xf4\xb1\x5e\xca\x3a\x01\x87\x8d\xfa\x69\xfd\x4f\xcd\x2f\xab\xa9\xe8\xd0\x1f\x53\x99\x6f\xa5\x8b\x47\x7a\x3a\x65\xa3\xad\x19\xe8\xd6\x3b\xfc\xe7\x3c\xa0\xfb\xa1\x26\xf7\x67\x1e\xff\x2f\xf8\x52\x9e\x4d\xfc\xe1\x03\x40\xe7\x21\x58\x78\xa8\xad\xe4\x5f\x0d\x38\x89\xeb\x44\x0a\x85\x00\x2e\x26\x26\x77\xc4\x98\x80\x67\xbd\xbd\xbb\x4c\x32\xe0\xf5\xd0\xeb\xf9\xa8\x0e\xc0\xfb\x51\xf4\x10\x83\xf3\xdf\xbb\x26\x5c\xd2\xd9\x0b\xb8\x0b\x2c\x4e\x33\x92\x06\x9c\xbf\x6e\xd1\x34\x2b\xe5\xcc\x9b\xaa\x6c\x2b\x45\xc0\xae\xba\xb5\xde\x56\x1d\xb0\x79\xd7\xdf\x65\x6b\x4b\x86\xda\x5c\x84\xad\xf5\xe9\x57\xdd\xb6\x63\x48\xd8\xc5\xd3\x3a\xa0\x5b\x33\xec\xca\xc0\x6f\xb7\xf2\xaa\xa0\xfd\x5d\xf2\x87\x7d\x01\x9d\x93\x77\x61\x92\x43\x23\xc4\xec\x2e\x9f\xbd\x6d\x6f\x01\x3f\xab\x3d\xa7\x2c\xec\x6b\x10\x6a\x15\x50\x7b\xd9\xc1\x16\xc9\x96\xa9\x55\xa1\xf6\x2f\x30\xd3\xbc\xb9\x7c\xaf\x9d\x36\x4a\x8d\x1b\x4a\x27\x3a\x14\xa1\xc0\x4c\x7f\xff\x04\xbb\xb3\x38\x6e\xb4\x15\xff\xa7\x0e\x86\xe6\xff\xe9\xfb\xef\xb4\x0f\x80\xd1\x59\xe1\xfb\x1c\xb4\x52\x11\xcf\xe7\xa0\xc7\x78\x86\xd6\x88\x43\x80\xaf\xaa\x6e\xae\x30\x80\x20\x6f\x2b\x41\x69\x5f\x20\x30\xde\xa3\x40\x29\x05\x08\xac\x0b\xf7\xd4\xfc\x04\xf8\xb9\xa6\xb7\xeb\x9f\x03\xbc\x17\x2e\x5c\x66\xce\x99\x27\xb7\x8b\xb6\x59\xb1\x01\xe7\xb5\xd5\x4d\xf6\x8b\x01\x87\xaa\x6b\x73\x9d\x1c\x01\x7b\x91\xb7\xd2\xce\x42\x9f\xe5\xed\xbb\xc8\x7c\xd7\x89\xbd\x9b\x1c\x2d\xc8\x89\xee\x49\xb7\xcf\x38\xf6\x90\xcb\xdc\xb2\x7e\xfb\x00\xf1\x72\xd1\xce\x4b\x3b\xaf\x24\xeb\x5d\x1c\x4f\x85\x3b\x9f\x20\x7b\x9c\xfc\x8f\x25\x3a\x9f\x24\xbf\x3a\x3c\xaf\xf2\x76\xc9\x07\xbf\x83\x47\x79\xaa\x73\x2e\x6c\x6c\x5e\x1e\xfc\xea\xac\x86\x70\xab\x5f\xfb\xaf\x3a\x89\x23\xc7\x42\xac\xe4\xa4\xb3\x15\x66\x5a\xe4\xed\x5e\xec\xf8\x1d\x1b\xcc\x14\xff\x63\x1e\xf0\xf8\x7f\x82\x10\x99\x4a\xcd\x83\x68\x41\x4a\x0f\xa3\x57\xc8\x6f\xc3\x41\x4b\x06\x57\x0f\x41\xfb\x62\x04\xc8\x49\x52\xeb\x27\xbc\x9b\xd1\x25\x64\x0f\x44\x2f\x33\xf1\x92\xbc\x06\x8c\xee\x74\x52\x51\x7c\x09\x84\x8b\x04\x75\x6a\x7d\x00\x82\xbf\xa7\xa4\x18\xaf\x00\xfc\xeb\xe7\x7c\xb0\xfa\x05\x78\xdd\xdc\xb4\xcb\xe1\xee\xb0\xb2\xbb\x5d\x55\x86\xdb\xd7\xaf\xf7\x5c\x76\xb6\xde\xf3\xae\xfd\xb0\xc4\xd9\xab\xdf\xcc\xaf\xf7\xc5\x06\x17\x59\xf6\x91\x80\xab\x77\x8a\x5d\x4f\xb1\x2f\x04\x34\xb7\x94\xb8\x47\xb1\x3b\x02\xce\x5f\xf0\x74\xaf\x23\x45\xfc\x7c\x4e\xf7\x7a\x2c\x27\x19\xbe\x39\xc7\x34\x3d\x7c\xc8\x64\xaf\xc4\xea\x3d\x1e\x87\xc8\xb9\x9e\xfa\x65\x0f\x3d\xb2\xc9\x1a\x37\xe6\xc1\x11\x1e\xcf\xc9\x8b\xae\xfe\xfb\x4a\x3c\xc6\x91\xaf\x9c\x5a\x76\xbd\xf0\x58\x07\x41\x87\x1f\x3b\x9c\xdc\x77\xc0\xcc\x8e\xb1\xcd\xc1\xdd\x18\x41\x36\xea\x45\xab\xdc\xee\x22\xcd\x6a\xf2\x1f\xfb\x01\xa1\xd8\xf7\x67\xfd\x22\x6c\x82\x1a\x17\xcd\x8f\x04\x95\x8b\x41\xfb\x41\x38\x4d\xe7\x22\xed\x8b\x11\xf9\x7c\xc4\x0f\x8a\x07\x3a\xa9\xa2\xc2\x3f\x08\x8c\x1d\xa3\xab\x2a\xf6\x13\x48\x19\x6b\x5d\xa8\xd0\x08\x24\x5e\xf1\x39\xab\x15\x05\x44\x7d\x89\x5f\x62\x91\x34\xa4\x16\x36\x23\xbb\xc4\x49\xfa\xc3\x97\xa0\xcc\x35\x0b\xbc\x19\x03\xcd\x7e\x87\x4a\x4b\x82\x8c\xfb\x94\xbc\x0f\x5d\x38\x11\x3e\xa9\x47\xdc\x33\xaf\xc7\x23\xea\xd9\xbd\x14\xcf\x70\x56\x4d\xf4\xe5\x66\x7f\xef\x44\xd6\xd7\xd1\x7c\x67\xde\xfb\xd4\xb1\x9d\x22\xce\xd6\x5d\xf1\x9d\xcd\x5e\x1c\x66\x52\x35\xc2\xf7\x32\xbb\x3e\xb8\xf6\xf0\x6d\x3f\x01\xf6\xdb\xc0\xa4\xfd\xe7\xfc\xec\x48\x86\xdf\x87\x3d\x5e\x7e\x52\x64\xb0\x4f\xcd\x8e\x32\xdf\xb7\x64\xae\xe7\xb3\x62\x19\x5f\x6f\xb2\xca\xdd\x69\x8b\x9e\x4f\x2f\x79\xdb\x65\x68\x93\x94\xcf\x56\xf2\xb3\x53\xdf\xfa\x38\x9f\x7a\x8c\x70\x6c\x58\xfb\xd0\xfb\x3e\xb4\xed\x57\xfe\xef\x3a\x20\x74\xb9\xf9\x0f\xf4\xfd\xf7\x7f\xd7\x1f\xc0\xcb\x43\xa0\xf9\x9f\xb1\xbc\x7b\xb0\x13\x42\x46\x50\x3a\xfd\xa9\x3a\x6a\xcf\x28\x9f\x94\x87\x26\x0e\x72\x46\xc0\x44\x6f\xd7\x09\xcc\xd0\x2f\x2b\xc6\xbe\x8a\xd8\x6a\xfd\xe0\xe5\xad\xf8\xd3\x99\x62\xde\xf6\x3d\x67\xa3\x7d\x73\x03\x42\xae\xdd\xad\x8a\x98\xbe\x23\x2e\xba\xac\x7d\x79\xc8\xad\x13\xcf\x13\xad\x5b\xba\x82\x74\xef\x38\xa6\x58\x35\x9a\x05\xdc\xfd\xc2\x48\x8d\x3b\xe9\x19\xd4\x36\x8c\x14\xc3\x4a\xfd\xe0\xe3\xac\xfc\x84\x92\x03\x08\xd9\xce\xea\x8f\x55\xdf\x93\x10\x2a\xce\xd6\x18\x3d\xb0\xe3\x52\x48\x2b\x7b\x4e\x84\xfa\xb6\xc6\x90\x17\xec\x3d\x61\x61\x45\xbb\x82\x33\x49\xa1\x40\xe6\x86\x85\x21\x3f\x48\xfe\xc0\x75\xeb\x52\x82\x4f\x92\x01\xbe\x67\xd6\x3c\x0e\xda\x40\x16\x79\x4e\x5d\x79\x31\x44\x91\x5c\xed\xe5\xb2\x3c\x29\xc8\x82\xec\x71\x79\x93\x37\x14\x98\x44\x7e\x71\x8e\xe1\xd4\x3f\x92\xd7\x27\xf9\xef\x52\xfd\x80\xa7\x03\xa1\xf9\x6f\x3a\x07\x20\x30\x8a\xf8\xeb\x1e\x38\xed\x0b\x42\xdf\x87\xa6\xf5\x20\x8b\x0a\x25\xa8\xe7\xb6\x25\xe6\x5a\xa7\x25\x58\x9f\x7e\xce\x5b\x6d\xa7\xc7\x24\x9e\x7d\xc8\x2e\x0b\xb4\xb0\x09\xef\x6c\x98\x20\x98\x94\x1b\xe0\xde\xf6\x35\x75\xc2\xac\xe1\x18\xc5\x8b\xfe\x49\x23\xd6\xd7\x27\x07\x9c\xd6\x8c\xd7\x3d\xb2\x3d\x7d\xea\xd1\xfa\xe8\xfe\x36\xe9\x09\xeb\x2a\x27\x45\x7d\x1b\xf8\x9c\xc5\x2e\x5d\x36\x3a\x69\x58\x79\xc2\xb6\x1d\x35\x31\x92\xc3\x07\xd2\xb3\x8a\xd8\x31\xb1\x2c\xf5\xb1\xa6\x1b\xa5\xa2\xb3\x58\x47\x12\x4e\x17\x5e\x8b\xf1\x64\xdd\x8b\x17\x5f\xf3\x74\x74\x17\xdb\x7d\x74\xce\xca\xe2\xd1\xb3\xd9\x6b\x22\x94\xf2\x1e\x8f\x0e\x63\x5f\x0b\xf9\xb4\x54\x22\x6a\x0e\x29\x17\xe8\xb9\xa4\x38\xaa\x84\x64\x06\xcc\x5d\x14\x1f\x19\x4d\x66\xf8\x14\x2d\x68\x88\x78\x4f\xae\xf0\x6a\x9b\x2b\x1d\x31\x9e\x3c\xeb\x3e\xe9\x9f\x75\xc0\x6f\xca\xad\x43\x93\xe7\x03\x42\xf3\xdf\xb4\x0e\x82\xae\x9f\xe6\xc1\x69\x1e\x74\xf1\x6e\xe2\xcf\x7b\xe1\x57\xd6\xc5\xf0\x3b\x10\xc4\xa7\xa5\xeb\x77\xa9\x7e\x14\x75\x78\x96\xb8\x26\xce\xec\x9b\xfa\xf2\xbb\xec\x3c\x7b\xcf\x3a\xcb\x47\xcd\xa3\xe6\x77\x46\xef\xf3\xd3\x39\x79\x6b\xfa\x40\x16\x91\x70\xa8\xe2\xf5\x24\xf1\xe5\x6e\xe3\x47\xee\xf3\xc8\x78\xbd\xf7\xd1\xa4\x35\xdb\x97\x8c\x5b\x7d\x7e\xe7\x74\xd9\xcd\x67\x52\x65\x1f\x4f\x9a\xd1\xbb\x4e\x7f\xec\x8a\x21\xa1\x19\x71\xf9\xe3\x53\xd5\x86\x06\x26\x55\x2f\x0b\x1a\x3b\x6d\x78\xcb\xf8\xd7\x4b\xc4\xc6\xaa\xb0\x04\x52\x3f\x2d\x8c\x4f\x49\x61\x65\x27\x5d\x5c\xb0\x31\xe9\x33\xeb\x6a\x82\xec\x5c\x97\xe4\x10\x36\x5f\x6c\xdd\x6c\x8d\xa4\x42\xf6\xd8\xa8\xc9\xb3\x6e\x27\x56\xb2\xab\xc3\x8e\xcc\xe4\x4b\x54\x67\xf7\x86\xe8\x64\x9f\x4f\x88\x23\xc5\x03\x2f\x4e\x2b\x8b\xab\x22\x13\x7d\x03\xa7\x6e\x89\x13\x20\x17\x78\x67\x02\x04\xcf\xdf\x43\x91\x57\x27\xad\x03\xa1\xf3\x30\xe8\xfa\x27\xc6\x71\x71\x4e\x2b\xf1\x17\x0f\xc8\xf5\x45\x60\x19\x6f\xa3\xf8\xae\xf7\xef\x76\x51\x7d\xe3\xf9\xf9\xbd\x3b\x94\x1a\x08\xa2\x33\x76\x47\x9b\x7e\x8b\xd2\xe5\xe6\x4d\x45\x6d\x4e\x35\xa6\x39\x27\x1f\xac\xcd\x0f\x3d\xed\x25\x7d\x28\x61\xf9\x93\x71\x44\xcc\xc3\x2d\x7c\x0b\xca\xe7\x3e\x99\x90\xbf\x7a\xee\x9c\xf0\x2d\xab\xa6\x1b\xe4\x5a\xcd\x12\x3c\xf6\x7a\xb6\xf1\x3c\xa3\xec\xe8\xbb\x2a\x73\xa5\x66\x9e\x9f\xee\xfb\x63\xe9\x3c\x2f\x5a\xf7\x31\xb5\x62\xf2\xc4\x61\xb1\xac\x0b\xff\xe3\xf3\x51\x3f\x61\x01\x2b\x2d\x39\x60\xa2\x41\x66\x26\xeb\x5c\xc2\xfa\xcc\x57\xe3\xdb\xd8\xea\x31\x7e\xff\xd6\x7b\x8c\x77\x4c\xab\x66\x37\x85\xba\x8e\x37\x1d\x2b\x47\x2a\x06\x3c\x49\x8b\x1f\x9b\x4d\xda\xfa\x8b\x00\x92\x3c\x3d\x8b\x71\x18\xf1\x97\x0e\xe4\x77\x3e\x10\x5d\x7f\x2f\x17\x57\xb9\x11\x7f\xe8\x60\x7e\x15\x96\x50\xe3\xf6\xb6\xba\x94\x9a\x1f\x4f\x1f\x97\x7d\xa4\xde\x77\x3e\xae\xec\x91\x88\x26\x88\x56\x83\x8a\xd1\xcc\x75\x72\x4a\xf5\x96\x07\xb3\xac\x3b\xf5\xb5\xcb\xbe\xec\x09\xf1\xf7\x74\xee\xdb\xa6\x52\xbc\x6f\xcc\xe4\xf0\x15\xcb\xa7\x6c\x14\x99\x31\x23\x6d\x79\xce\xfd\xc2\x97\xeb\xaa\x26\x6d\x98\x5a\xb6\x66\x7b\xf5\xf6\x69\x16\x13\xb6\xae\xfa\xd0\xb1\x34\xdb\x26\x7d\xda\x2a\x9f\xcf\x6f\xb2\xf5\xd2\x1a\x96\x5f\x1b\x96\xce\x3a\x90\xb6\x3d\x57\x72\x78\xdf\xf8\x86\xb1\x1f\x16\x5f\x63\x69\xa6\xf2\xa7\x6a\x2d\x10\x65\x65\x27\x7d\x1a\x3b\x7b\xee\x6a\xd6\xd5\x84\xa0\x94\xe9\x39\x04\xdb\x28\x46\x26\x25\x66\x66\x05\x3b\x31\xaa\x2b\x79\x30\x7b\x09\x7b\x53\x84\x5d\xf2\xf2\xa9\x77\xd8\xd7\x43\xdd\xc6\x90\x53\x6d\x48\xa1\x20\xed\x31\xe6\x59\x4c\x32\xd6\x77\x47\x62\xe7\x84\x99\xe4\x6c\xef\xcb\x00\x73\x07\xb7\x2e\x47\x6f\xe2\x2f\x1d\x48\xc6\xd3\xbf\xeb\x5f\x33\x8b\x8b\x3b\xa8\xdc\x8b\x9f\x67\x0e\x3c\xa0\xea\xd7\x28\xa7\xea\x7e\x92\x50\x4b\xf1\xba\x77\x27\x1f\xa7\xee\xc5\x36\x7f\x39\x4d\xad\x97\xb3\x5d\xf5\x53\x95\xdf\x88\x96\x57\x6e\x38\x11\x67\xd2\xca\x08\xda\x89\xda\xed\x1e\xad\xd6\xbd\xab\x4f\x1c\x11\x8a\x89\xf4\x1f\x3b\x7b\xe0\xa0\xd6\xe4\xba\x84\x39\x59\x1a\xfb\x53\xd6\xbc\x4b\x6d\x49\x1d\xd8\xfb\xb4\x62\xc1\x78\xd7\xc4\x0d\x7b\x56\x5f\xf7\xca\x18\x8e\xbd\x5e\x72\xe7\x83\x4b\xa6\x79\xcc\xaf\xed\x43\xc3\x03\x69\xa9\x31\xaf\x36\x2f\x66\xcd\x4d\x52\x89\x75\x5c\x1f\xcc\x3a\x97\xb0\x24\xa6\xa0\xa0\x9a\xcd\x88\xf1\x88\xd9\xb0\xda\x95\x1d\x38\x7a\x5a\xcc\xf7\xe5\x7b\xd8\xf9\x11\xf5\xd1\x37\xf2\x24\xd9\xd7\x42\xa3\x63\x5c\x16\xfb\xb1\x11\xb4\x3f\xba\x77\xe1\x12\x52\x3b\xe0\x68\x0c\xff\xdc\x0d\x64\xa4\x9f\xe6\x68\x93\x39\xe2\xe4\x56\x2f\x91\xd1\xf3\x67\xdd\x26\x0f\x79\x0a\x01\x36\x3c\x1d\x60\x70\x38\xf1\x97\x0e\x64\xce\x46\xe2\x2f\x1d\xc4\x2e\x8a\xc7\x19\xca\x3c\x4c\xf1\x3a\x83\xa8\xe1\xde\x7b\x0e\x3a\x49\xf5\xcb\xbb\x61\x5c\x3d\x4c\xeb\x94\x8b\xd4\xbc\x3a\x73\xa4\xb1\x9a\x83\xb5\x63\x5a\xa6\xcb\xb7\x10\xc4\xde\xe2\x2b\x31\xba\x8b\x14\x37\x6e\x50\xbd\xd8\xe1\x24\x63\xb4\x74\xd1\xd2\x73\x87\xc3\xa3\x5d\xaf\x4f\x1c\x73\xaa\x2e\x73\x7c\xf8\xe7\xe4\x37\x27\xe7\xad\xd4\x89\x19\x1d\x73\xf9\x44\xf0\xe1\x9d\xf1\x0f\xc3\x1f\x1c\x97\x6a\x4b\x4d\xbc\x19\xe2\x71\x6c\xde\x3b\xcb\xc4\x9e\xe0\x86\xaa\x35\xac\x07\xb1\xe7\x82\x5b\x0e\x95\xb0\xdd\xa3\x76\x05\x9f\xd9\xc7\x66\x2f\x0f\x3f\x1a\x22\x5a\xe2\xc8\x2e\x0f\x93\x0b\x59\x53\x5c\xc2\xee\x09\xae\x0e\x09\xdf\x62\x4f\x4a\x07\x6a\x87\x7c\xda\x20\x42\xda\xf9\x5b\x87\x48\xad\x1d\x24\x27\xf9\xf8\x86\xa4\xaf\x4e\x24\x37\x7a\x19\x04\x2b\xe5\xdf\x22\xaf\xbb\xcd\x09\x7a\xbf\x62\x3f\xf9\xd0\x35\x3f\xe8\xc3\xd2\x62\x92\xe5\xec\xfd\x4f\x1f\x48\xb9\xc5\xeb\x7f\x96\xbc\xef\x9f\xd7\x37\x76\x51\xba\x17\xd6\xce\xca\x1a\x6a\xfd\xcf\x3a\x4e\xd5\xf9\x84\x75\x86\xd2\x4d\x75\x1e\xbd\x44\xf1\x1e\x6d\x19\x4d\xd4\x7e\x7a\x6e\xcf\x55\x6a\x3e\xd5\xf4\xdd\xc8\xe5\xe0\xbe\xfe\xdb\x9b\x46\x3c\x25\x88\x2d\x59\xb7\x5d\x35\x0c\x24\xd7\x2f\x6f\xec\x78\x6f\xed\xcc\xbc\x3c\x23\xfb\xfa\xcb\x40\x0f\x6b\x9f\x94\x2d\x6d\x3b\xd3\xdc\xbc\xbb\xa3\x17\xb4\x76\x2f\xdb\x10\xa8\x18\xb2\xbe\x55\xfa\x40\x55\x48\x93\xdf\xfe\x96\xa9\xcd\x44\xd8\x0c\x6f\x8f\x16\x99\x37\x2b\xc3\x12\xbc\x5e\x5c\x8a\x67\xd7\x07\x87\x7b\x95\xd7\x2f\x22\xc5\xfd\x73\xbd\xa7\xd7\x8d\x27\x8d\xfd\x8c\xbc\x6f\x55\xb9\x92\xc1\x3e\xe5\x3e\xe2\x65\x7c\xe4\x0c\xaf\xd3\x3e\x19\x07\x62\xc9\xf5\x9e\x2e\x3e\xb5\x25\xef\xc9\x23\xee\x75\x3e\x0b\x77\x8e\x27\x6f\xb8\xee\xf7\x89\xda\xfa\x80\xfc\xea\x6c\xed\x7d\xa9\x88\x0d\x69\xc7\x04\x9f\x80\x8d\xf5\x50\x76\xa8\xf7\x39\xb9\x76\x2b\x4c\xec\xe7\xff\xd3\x07\x67\xf0\xd6\xc3\xea\xe0\x3f\xeb\x27\x43\xab\x29\x7c\x37\xe9\x24\xa5\x6b\xe8\xcb\xbd\xc0\xd5\x3f\xe4\x37\x53\xfa\x9f\x6b\xa1\xd7\x42\x39\x78\xbe\xff\x26\xe5\xa7\x55\xb7\xfe\x0e\x35\xae\x07\x3d\xee\x53\x7a\x80\x2d\x1d\x3d\x94\xae\xb0\xf0\xd2\x93\x5d\x2a\xe6\x04\x31\xef\xd9\xe3\x02\xe3\xf3\x8a\xcf\x26\xd8\x3d\x5a\xe2\xd5\x6f\x30\x27\xa6\xfc\xc1\x96\x31\x1f\xec\xbd\x43\xa4\x1f\x48\x2d\xaa\x77\x99\xe1\x13\xfa\x40\x7d\x4f\xa7\x07\xbf\xdb\xf1\xee\xeb\x8d\xa6\x9e\xf5\xce\x65\xdd\xfb\x06\xba\x3c\x53\x9c\xfd\xee\x2a\x92\x5b\xdd\x76\x3a\x6f\xbe\x7a\x8e\x3c\xee\x6a\xe8\x6c\x78\x45\x8e\x7c\xea\xb4\x96\xce\xf1\x70\x59\x7d\x7a\x0c\xf9\xd1\xf1\xbb\x8b\x47\xdd\x0f\x8c\xb4\xaf\x75\xf9\x58\x25\x07\x2d\xfb\x11\x2e\x61\xe5\x0b\xe1\x63\x73\xd8\xa5\xe3\xa0\x07\x42\x6d\x64\x9c\x1f\xed\x1b\x83\xd9\x96\x0c\xd7\x43\xbb\x97\x21\xdd\xaa\xd6\xe5\xca\x0e\x7e\xac\xb0\xe0\x03\x26\x1f\xfd\xbb\xff\x73\xe7\x3f\xad\x03\xf9\x18\x5c\x7f\x86\x83\xcf\x56\x5f\xa6\xf8\xfd\x6e\x99\x36\x2a\x17\xe8\xfa\xde\x1b\xd4\xbe\x70\xe9\xdc\x5d\xaa\x5f\x1e\xaf\xe9\xa6\xc6\xa1\x42\xbe\x97\xd2\x5f\xee\xea\x7a\x46\xf1\xc3\x85\x65\x03\xd4\xba\x59\xc4\xff\xf6\xb8\xc8\x66\x82\x98\x56\xf0\x36\x4d\xeb\xa5\xc4\x50\xf2\x85\x41\x86\x73\x81\x7a\x56\xe8\xfd\x37\x1e\x31\x2d\xc6\xba\x3e\xeb\xdf\xd4\xce\x9d\x62\xfe\xcb\x55\xff\xcd\xa7\x1d\xbd\xd6\x1a\xf6\x4f\x06\x75\xce\x5f\xb0\xd9\x6d\xab\x39\xe8\xfe\xfc\x90\x0d\xc3\xe6\xf6\x4b\x49\xa4\x5b\x16\xd8\x8c\x78\x94\x81\xc5\xe6\xe3\x6d\xa6\xdc\x9d\x81\xf9\xe6\x85\x36\x45\xed\x5d\x58\x6a\x2e\x62\xb3\xa4\xe5\x00\xd6\x9b\x7e\xb5\x39\x75\xc9\x06\xc5\xa6\xee\xb6\x16\xe7\xbe\x62\xbb\xa9\xbf\x4d\xff\xc9\x1c\xd4\x18\x67\xd9\x6a\xd7\x99\xe2\xa4\x51\xaf\xad\x54\xb5\x3b\x2e\x1b\x76\xda\x86\x54\x14\xa1\xd5\x30\xda\xfa\xfe\x21\x11\xbc\xd2\x93\x02\x72\x79\xfe\x2f\xc5\x3c\x9f\x24\xae\x0e\xec\xf3\x1e\xae\x1f\xc4\x8b\xaf\x57\x28\xbf\x94\xee\x84\xab\x94\x2f\x48\xc7\x47\x6e\x4e\xca\x95\x82\xfb\x14\xff\x5d\xbf\xbb\x97\x9a\x1f\xd5\xa2\xcf\xa9\xf3\xe7\x3e\xab\x01\x6a\x1f\x2d\xba\xf1\x81\xe2\xc9\x56\xc8\x7e\xa5\xe6\x57\xf6\xd4\x5f\x89\x1c\xcc\xb0\x63\x87\x29\xcf\xe6\x1f\x19\xfd\x8e\xd5\x68\x75\x59\x6e\xb2\x9f\x0a\xab\x3f\xcc\x42\x63\x85\xeb\x31\x32\x76\xfa\x77\xad\x1e\xbb\x83\x88\x2e\x2a\xd3\x2d\xb3\x3c\x0e\xd4\x9b\xeb\x9d\x35\xcf\x06\x7a\xd7\xeb\x4d\x34\xfb\xc2\xb6\x01\xb4\xee\x9b\x96\xbc\x67\x00\x5a\x41\xa6\xac\x17\x24\xa0\xbd\xd5\x74\xce\xe3\x5d\x80\xd6\x35\x53\xe5\x7b\xd1\x80\xd6\x48\x53\xbd\x9b\x47\x00\xcd\x57\xa6\x57\xaf\xe6\x01\x5a\x85\x66\xdf\xae\x3c\x05\x4b\xfb\xb5\x99\xfd\xc5\x13\x80\x96\xa7\x79\xe8\x59\x71\x40\xdb\xce\xbc\xf4\xe4\x7a\x40\x5b\xc2\xac\xea\x28\x1b\x60\xbe\xfa\x47\x07\xc3\xf5\x43\xf9\x36\xe5\x1c\xa5\x83\x1c\x58\xd3\x2c\xc9\xc1\x07\x5d\xed\x94\x7f\xd6\xed\x9b\xf7\xa9\xfd\xa0\x45\xaf\x27\x8d\xda\x07\xde\xf5\x51\xbe\x5b\x47\xa7\x0e\x50\xbe\x31\x87\x67\x73\x75\x40\x3b\x24\xbf\x50\xfa\xaa\x42\xfc\xa2\xe6\xd3\xa2\xa9\xdc\xfb\xf3\xbf\x79\xdf\x79\x80\xe4\x25\x82\x08\xf6\x02\x4c\x56\x49\xc4\xbb\x8f\x07\xfc\x05\x14\x57\x39\x38\x03\x99\x52\x2a\xfa\x56\xfb\x81\x95\xdb\xd5\x1d\xcd\x0e\x02\x87\x6b\x19\x46\xc6\xa7\x81\x16\x7b\x86\x90\x51\x3d\xd0\x7f\x48\xfd\xca\xef\x1c\x8b\x3b\xbf\xae\x02\x23\x5d\x75\x1b\x3f\xf8\x00\x23\x45\xf5\x5e\xbe\x1c\x02\x46\x15\xe8\xbe\xee\xed\x07\x14\x0b\xf4\x0c\xbb\x45\x81\x51\x9a\xfa\x3b\x6f\xdf\x02\x94\x03\x74\xf3\xdb\x7f\x00\x8a\xae\x7a\x15\xad\x5e\xc0\xa8\x5a\xdd\x47\x8d\xc5\x80\xe2\x38\x7d\xf5\x0b\x04\x30\xea\x2e\xad\x83\xf9\x95\x75\x8e\xf2\xfd\x78\xfd\xb8\x85\xea\xfb\x3d\x33\x6e\xa6\xfe\x59\x7f\x9b\xc2\x13\xaa\xde\xf3\x37\xb9\x79\x29\xc7\x77\x73\x75\x11\x47\x74\xbe\x0c\x71\x70\x4f\x09\xd7\x1f\x67\x73\x2f\xa8\x7d\x94\xe6\xbd\xb2\x67\x70\x31\x89\xe7\x7b\xe0\x2f\x00\xf0\xcd\x21\x08\x2f\x7b\x40\x2f\x54\x44\xc0\xc1\x04\xf0\x70\x92\x49\xb4\xdc\x06\x24\xa5\xca\xad\xe5\x3c\x01\xcf\xef\x1c\xf9\xc0\x38\x0f\x28\xee\x57\x6a\x32\x50\x04\x8e\xad\x52\x32\xd5\x17\x05\xda\x37\x28\xa5\xe9\x89\x03\xfd\x39\x8a\x71\x7a\x33\x00\xf2\x9e\x7c\x3b\x9d\x5f\xa1\x71\x7a\xf8\x11\x20\x7a\x47\xe3\xd5\xc7\x69\x80\xf8\x38\xc6\xac\x57\x36\x80\x44\x2f\x23\xf0\xe9\x39\x40\xd2\x8c\xf1\xe6\xd1\x68\x40\x2a\x92\xb1\xb7\x4b\x05\x90\x32\xd0\x8c\xec\x78\x05\xc8\x14\x32\x67\x5d\xd3\x00\xa4\x27\x91\xcc\x86\x48\xee\x3e\xd8\x42\xd5\xf7\x04\xb7\xa9\x73\x51\x17\xf3\xc1\x4b\xaa\x0f\xae\x7a\x4e\x9d\x13\x2f\xc5\xbc\xa6\xfa\xe8\xa9\xbe\x4f\xd4\xe7\xb5\x0e\x43\x54\x7f\x2d\xdd\xcc\xe5\xc7\xb7\x7d\xfc\x9b\xff\xa5\x75\x20\xf4\x3c\x18\xcd\xcb\x93\xa1\xf3\x1f\x1c\x4f\x00\x4c\xdd\x11\x5b\xad\xb4\x00\xa7\x00\x09\x15\xd3\x52\x20\x26\x48\x6a\xa3\xe1\x45\x60\x5a\x99\x8c\x95\xfe\x28\xa0\x80\x4f\x4e\x42\x77\x3f\xb0\x7f\xaf\xfc\x3c\xed\x36\xa0\xde\x5a\xde\x58\x3b\x0a\xb8\xb1\x48\xde\x99\x53\x7f\x6f\x87\xcc\x0b\xad\x8f\xc0\xa7\xe3\x32\xd5\x8c\x13\x9c\xf1\x10\x4b\x90\x97\xe6\xf2\xd7\x82\xf2\xa0\xbc\x56\x05\xf4\xbe\x53\x77\x12\x45\x1e\xbc\xa3\x98\x45\x95\x27\xcf\xbe\x03\x42\x8b\x05\xa4\x9e\x6a\x73\x7e\x1e\x71\xe9\x21\x75\x93\xff\xc3\xfa\x96\x6c\x6a\x1f\xb0\xbb\x75\x95\x83\xf7\xcb\x1f\x53\xfd\xae\xfd\x41\x3f\x95\x0f\x75\x65\x33\x37\x27\xec\xcc\xb5\xaf\x54\x5e\x4a\x9d\x3c\xfb\x2d\xc1\xf5\x83\xa1\xf6\xcf\x1d\xf7\x78\xfc\xa7\x32\x8f\xff\x15\xe2\x22\x9d\x83\x90\x9c\xff\x37\xdf\x69\x6f\x0b\x10\xc7\x09\xc2\x6a\x19\xa0\x5e\x2b\xa0\x61\x32\x0b\xb0\x61\x88\x9c\x32\x28\x05\x42\xf7\x88\x2d\xd7\x1d\x02\x32\x8a\x25\x74\xb4\xbe\x00\x8b\x26\x4a\x1c\xd6\x8e\x01\xb6\x1a\x48\x9f\xd0\xd4\x02\x2a\xfc\xa4\xe5\x98\x2b\x80\xb3\x85\xd2\x8e\xf4\xbd\x7d\x46\x2b\xd0\x3d\x4e\xca\x93\xc1\x02\x06\x47\x4a\xc6\x6a\x2c\x01\xd8\x71\xa2\x31\x32\xaa\x7f\xf3\xfa\x7f\xe8\x3f\x02\xb9\xf8\x8e\xf7\x1b\xbd\x9a\xc2\xc1\x97\xb3\x3a\xa9\xe7\xa6\xee\x0d\x3d\x94\x2f\xd8\xad\xec\x57\x94\x7f\x60\xb3\xd5\x07\xaa\x6f\x9c\x8f\x18\xa2\xf4\x8f\xc7\xbd\xb9\x7a\x98\x7f\xeb\x60\xd6\xaf\xfe\x9b\xff\xa5\xf3\x40\x32\x16\xff\xcd\xfb\xd2\xbc\x37\xcd\xf7\x6a\x8f\x05\xc4\x3b\x08\x42\xef\x3e\x60\xba\x40\xf0\x85\x26\x1b\xf0\x5a\x2e\x24\xc6\x2c\x00\xc6\xfc\x14\xde\xac\xf1\x1c\xc8\x1e\x23\x62\xc3\xb8\x08\xac\xdc\x22\xf6\x88\xa1\x05\xec\x0e\x14\xff\x4e\xf3\xfb\x6a\x96\xc0\xe9\x41\xd1\x9d\xea\xb6\x40\xd3\x79\x71\x2d\xb5\x5a\xe0\xee\x63\x31\x03\xd5\x5d\xc0\xd3\x7d\xc2\x83\x6a\x86\xc0\xa7\xdb\xc2\x33\x64\x0f\x02\xc8\xfe\x63\x3c\x68\xfd\x07\x01\xae\x82\x27\xf9\x07\xc5\x58\xf7\x34\xf7\x52\xcf\xd9\xb7\x17\x0c\x50\xdf\x6f\x8b\xcb\x07\xaa\xaf\x5f\x04\x8b\xd2\x09\xd1\x3a\xa0\x7f\xeb\x60\x68\x3d\x1c\x9d\x8b\x43\xaf\x03\x3a\x0f\x84\xe6\xff\x69\x3d\x90\xdb\x7c\x2e\x9a\x1c\xe0\xa2\xca\x25\x80\xff\x29\x41\x68\x09\x00\x06\xda\x02\x2f\x35\xa6\x02\xae\xa9\x23\x24\x34\x36\x03\xd1\x85\x82\x97\xd4\x6a\x80\x09\x83\x82\x1d\xaa\x67\x81\x85\x59\x42\x46\xd2\xfa\x40\x7e\x29\x41\xa8\xd5\x01\x25\xa1\xa2\x3e\xd2\xb3\x80\xfd\xcf\x08\x42\xea\x38\x50\x6d\x41\x10\x2a\xcf\x80\xcb\x86\xc2\x47\x54\xfa\x80\x8e\x50\xe1\x79\xaa\xb2\xc0\xa3\x4a\x61\x7f\xe9\xeb\xc0\xf3\xb7\x04\x21\x92\x0f\x7c\x32\x25\x08\x61\xd1\xff\xd6\xc3\xdc\x35\x7a\x45\xcd\x87\xf6\x88\x6f\xd4\xba\xbf\xcc\xc7\xa2\xce\x05\x27\x3d\x41\x9d\x2f\xff\x47\x07\xb3\xed\xef\x3e\xb0\x78\x37\xaf\x1f\xf2\x74\x12\xb4\x0e\x84\x9e\x07\x01\x37\xb8\xe8\xc8\xd3\xd5\xd1\x3e\x18\x34\xef\x2f\x31\x11\x90\xd3\x27\x08\xb1\x5d\x80\xe1\x67\x82\xa0\x7c\x1f\x76\xfe\xc3\xf7\x4b\x44\x01\x59\x49\x04\x21\xe2\x06\xcc\x95\x21\x08\xe1\xb9\x40\xbe\x27\x41\xa8\x6a\x00\x25\x07\x85\x5d\x84\xdf\x03\xbb\x0c\x09\x42\x48\x1c\x38\x34\x4c\x10\x2a\x4f\x81\x73\x1f\x84\x0f\xd2\xbc\xfe\x08\x00\xd7\xd3\x09\x42\xb8\x16\xb8\x77\x8b\x20\x84\x34\x80\xfe\x58\x82\x10\xea\x03\x3e\x7f\x24\x08\x3e\x35\xee\x38\x74\xf4\x71\xfd\xc0\x1a\xfb\xb8\xfd\x8e\xf6\xc3\xa9\xe4\xe9\x3c\xf6\xf2\x66\x11\xad\x07\xa4\xf5\x70\xb4\x0e\x84\x5e\x07\xb4\x0e\x24\x89\x87\xe1\x27\xb9\xe8\x93\xc6\x45\x3b\x5e\xce\x1a\xad\x7f\x90\x7b\xc2\x45\xce\x8e\x2d\xc0\xd9\xb1\x6b\x01\x95\x52\x82\x10\x88\x00\xac\x79\x37\x7b\x7c\x1e\x12\x04\xbf\x3f\x90\xf0\x81\xab\x53\x98\xba\x96\x20\xf8\x7f\x02\x73\x3e\x73\x3f\x5f\x96\xcb\xc5\x82\x3e\x82\xe0\x53\x00\xb6\xbd\x26\x08\xbe\x47\xc0\x01\x13\x4e\x43\x03\x2a\xb7\x13\x04\xdf\x3b\xe0\x74\x19\x41\xf0\x3d\x01\x2e\x77\x13\x84\x80\x18\x70\xa3\x80\x20\xf8\x23\x81\x47\xbc\x44\xc9\x57\x0a\x04\xd1\x2c\x45\xde\xa6\xea\xaf\xc5\xff\x53\x07\x43\xeb\x40\x96\xf2\xbe\xd7\xb9\xbc\xf5\x3e\xe5\x33\xfe\x9f\x3a\x10\xd7\x9b\xff\xea\x0b\x4e\x5c\x94\xe1\xed\xa7\x44\x1d\xc0\xaf\x4a\x10\x44\x02\x30\xea\x2d\xf7\xf7\x32\xfa\x40\x10\x7c\xd3\x01\x4f\xde\x49\x3f\x42\x8d\x20\xf8\x44\x80\x54\xde\x4d\xb9\x29\x45\xff\x1a\x0f\xde\x9b\xb0\x82\x1a\x2e\x16\x55\x70\x71\xaf\x29\x41\xf0\x49\x02\x65\x4d\xdc\x9f\x8f\xb6\x72\x0e\x3e\xc0\x19\x5e\x62\x5c\x93\x08\xe7\x81\x08\xb8\x31\xc8\x7d\x1f\xf7\x7f\xe6\x80\xfc\x4b\xff\xf0\x7f\x21\x97\x17\xe5\x9f\xe5\x45\xa1\x84\x79\x28\x75\xbf\x47\x65\xc6\x98\x47\x02\xb6\x80\xda\x95\x89\x56\x42\x12\x80\x5a\xd1\x9c\x57\x42\x1f\x01\xc6\xd8\x55\x5a\x62\x0f\x00\x86\xd9\x36\x37\xf1\x4f\x80\x86\x52\x59\xb4\xf8\x00\xa0\x1e\x7a\x5a\x43\x7c\x17\xa0\xd1\x7a\xf5\xa5\x64\x2f\xa0\xce\xd7\x93\x2b\xf6\x1e\x50\x63\x7d\xf8\x25\xba\x04\x50\xb9\x01\x8c\x88\x07\x44\xf7\x72\xfe\xcd\xef\xbd\xe2\x54\x16\xfd\x47\x05\x11\xca\x99\xe8\x4d\x80\xf0\x75\x0e\xbe\x10\x14\xa6\x3a\x50\x2f\xbf\x40\x37\x07\xbb\x9d\x85\x28\xc5\x57\x67\xb8\x20\x95\x70\xd7\xbe\x47\x65\x3c\x20\x1c\x7c\xd5\x5f\x65\x13\x20\x5c\x7b\xa5\x50\x55\x0b\x10\xa9\xc1\xff\x1f\xfa\x87\x7f\xeb\x20\x68\xa4\x75\x01\xdc\xf1\x12\xb9\xec\xa1\xc2\x41\x69\x89\x10\xea\xbd\xbf\xaa\x51\x82\xa5\x40\x2b\xa0\xc6\x9f\x99\x23\x18\x0a\x30\xea\xe6\x38\x8b\x16\x01\xcc\x09\x2b\x2b\xc5\x9b\x01\x86\xe4\x96\x7e\xf1\xe3\x00\x43\xf8\xf0\x80\xc4\x10\xa0\x7e\xa6\xde\x55\xc2\x02\xd0\x50\xbd\xd6\x29\xf1\x15\x50\x9f\xf4\xf8\x99\xf8\x2c\x40\xdd\xf4\x8b\x9a\xe8\x2c\x7a\x1c\xc8\x20\x69\x13\xce\xbf\xf9\x75\xb9\x24\xa5\xdc\x7e\xb3\x5f\xa5\x17\x10\x3a\xfd\x6c\x40\xf5\x31\x20\xf2\xf2\xc9\x48\xd5\x68\x40\xc4\xef\xd1\x21\x49\x29\xce\xe7\x5d\x2f\x44\x8f\x71\xf0\x56\xa5\xd8\x79\x0e\x5e\xdb\xa7\x32\x1d\x10\x9e\xdc\xa2\xac\x52\x00\x08\x1f\x69\xac\x55\x39\x0f\x88\x08\x73\x3e\xf3\xe3\xd5\xef\x79\x81\xf8\x4f\x3d\xd0\xdf\xfa\x87\xff\x45\xee\x9f\x13\xe9\x73\xa5\x78\x0c\x19\xa1\x80\x26\x0e\xaa\x7d\x49\xc8\x15\x34\x02\xd4\x77\x67\x04\x08\xe5\x02\x4c\xbd\xd9\xa5\xa2\xd7\x01\x4d\xd5\xfc\x14\x89\x40\x80\xf9\x70\xab\xbd\x64\x31\xa0\x55\x5e\x36\x56\xd6\x06\x60\x94\xd7\xbf\x91\xaa\x01\x18\xcc\xf6\x10\xa9\x18\x40\xc3\xf7\x69\x8a\x44\x3e\xa0\xf1\xeb\xbb\x9b\xf8\x46\x40\xcd\x16\x10\x5a\xf5\x23\x5b\xf5\x38\x20\xf4\xee\xe3\x65\x39\xea\x3b\x1c\x18\xa5\xca\x06\x44\x6e\xf6\xed\x54\xb3\x07\x44\x57\x3c\x12\x50\xfb\x09\x88\xfd\xbc\x17\xaa\xda\x05\x88\xce\xbd\xab\x22\x45\x8d\x43\xbb\x9e\xda\x1e\x40\xac\xb7\x4d\x41\x6d\x1e\x20\x76\x94\x9e\x07\x97\xd4\x39\x7f\x4f\x2c\xf8\x3f\xd7\xc3\xff\xa1\x83\xa1\xf9\x1e\x1a\xb9\xff\x7d\x84\xa9\x95\x0e\xf1\x87\x4e\x4a\x55\x32\x68\x06\xff\x7b\x40\xfd\x61\x4c\x9b\xe0\x52\x40\x73\xd2\xf8\x7c\x51\x35\x80\x39\x71\xe6\x25\xd1\x5b\x80\xf6\xd3\x15\x56\x52\x95\x80\x96\xd9\xd6\x27\xd2\x82\x80\x56\x7a\xd9\x17\x99\xcf\x80\xe6\xee\xb3\x2b\x65\x9d\x01\xe6\xce\x1b\x41\x32\xb1\x00\xb3\xed\xb9\xa9\xf4\x63\xce\x33\xd0\xd0\x2d\xce\x78\xa9\xed\x07\x84\x55\xbf\x26\xaa\x6b\x00\xa2\xa1\x6f\x4c\x35\x36\x01\x12\xfe\xcf\x55\xd4\x3e\x01\x62\xb9\x8f\xed\x19\x87\x01\xa9\x83\xdd\xb3\x35\xcc\x01\x89\xf6\x3b\x97\xd5\x2f\x01\x12\x49\x37\xae\x68\xbc\x05\xa4\x24\xdb\xc2\x34\x6c\x00\xc9\x51\x4d\x6d\x6a\xef\x00\xf1\xe8\xcb\xa7\xd5\xf8\x01\x31\xbe\x06\xa6\xba\x1b\x20\x7e\x10\xff\x9f\x7e\x28\xff\xf0\xff\x34\xff\xcb\x43\x18\x6d\xe2\xa0\x70\xaa\xf9\x0d\x0e\x2a\x9f\x76\xe1\xe3\xfb\x43\x2f\xa6\x75\x34\x7a\x85\x88\x33\xa0\xed\x95\x56\x2f\x26\x02\xe8\x69\xce\x92\x90\x0a\x07\xf4\xd2\x57\x04\xca\x0c\x03\x3a\xec\xad\x0a\xb2\xdd\x80\x56\x75\x59\xb4\xac\x23\xa0\x3d\xff\x9c\x8f\xfc\x11\x40\x5b\xe1\xe6\x3e\xf9\x4b\x80\xe6\xf7\xfe\x41\xd9\x44\x40\x6b\x03\xc6\x49\x9b\xb2\xe4\x35\x38\xe7\xe6\xcf\x1f\x2e\x32\x66\x02\x12\xe4\xcb\x4e\xe6\x75\x40\xba\xf2\xa9\x0f\xe3\x0e\x20\x75\xf6\xc1\x5b\x66\x09\x20\xc3\xec\x4c\x65\x5e\x00\x64\x66\x77\x9c\x60\x16\x02\x32\xee\xd7\x5c\x99\x6f\x29\x3d\xd8\x36\xc6\x41\x40\x8a\x7d\xe9\xaa\xc6\x37\x40\x8a\x38\xaf\xc8\x78\x0f\x48\x1b\x9c\xb1\xd2\x78\x0a\x48\x52\x73\xeb\x77\xfe\xc5\xbf\xf4\x0f\xf4\xbd\x77\x9a\xf7\xa4\x79\x2f\x2e\x0a\xc5\x1b\x4c\xe6\xa0\xd4\x43\x53\x8a\xe7\x54\x0b\x72\xb4\xe0\x7f\xf8\x87\x4e\xea\x75\x14\xbf\xa8\x05\xa0\x7b\x28\xd5\x5a\x3c\x03\xd0\x3b\x94\x2d\x24\x15\x00\xe8\xff\xca\x6b\x90\x73\x00\xf4\x6d\xb7\x86\x2b\x38\x02\xba\x25\xe5\x2a\x0a\x4d\x80\xde\x88\xf3\x8e\xa3\x2c\x00\x1d\xdd\x3b\x39\x23\x7d\x01\x9d\xf4\xd7\xd3\x15\xca\x00\xed\xe5\x80\x8c\xdf\x8f\x37\x9a\xc7\x00\x69\xb3\x37\x0c\xad\x7c\x40\xb6\xaf\xcf\x54\xbb\x1b\x50\x98\xf5\xf0\xb5\x76\x1d\xa0\xb0\xa8\xb3\x57\xbb\x19\x50\x38\xfd\x5b\x0f\x36\xa0\xb5\x09\x90\x23\x9b\x4f\x68\xcf\x06\x14\x46\x5e\x5e\xaa\xb9\x1a\x90\x4d\x6b\x58\xa2\xd9\x01\xc8\xae\x39\x93\xa0\xa5\x08\xc8\x5e\x38\x39\x47\x4b\x0c\x90\xa5\xee\xfb\xff\xdb\x1f\xe8\xdf\xbc\x2f\x8f\xf7\x24\x54\x46\x13\x7f\xe4\x21\x88\x2e\xd1\xa4\x7c\xed\x69\x5d\x8c\xa6\xac\xcd\xeb\x11\x5b\x00\x3d\x31\x8f\x21\xe1\x46\x40\x7f\x64\x98\x81\x68\x1f\x60\xf0\x35\xd9\x49\x52\x0d\x30\x7e\x33\x6d\xa7\x9c\x25\x60\x74\x76\x59\x9c\x42\x11\x60\x14\xbf\xd5\x72\xd4\x61\x40\xff\x6d\x79\xd1\xa8\x43\x80\xde\xa5\x0b\xe2\x4a\x5e\x80\xde\x85\x2e\x7f\x65\x3d\x40\x2f\xfe\xc3\xb2\x51\x1a\xb4\x4e\xee\x63\xab\xee\x31\x40\x51\xec\xc5\x5c\x5d\x0f\x40\x31\xf3\xd1\x1e\x7d\x37\x40\xb9\xaf\x2b\x52\x6f\x1c\xa0\x54\x7c\xf3\x9b\x7e\x2a\xa0\x22\x7a\xb5\x4e\x7f\x04\xa0\xec\xdb\xa2\xa2\x7b\x12\x18\xe5\x70\xf1\xa4\xbe\x15\xa0\xf4\xb1\x21\x49\xf7\x2e\xa0\xd8\x51\xbf\x51\x77\x0a\x30\x92\x75\x22\x43\x4f\x1e\x50\x5c\x72\xb4\x4d\x77\x17\x30\x72\xc3\x7f\xcd\x03\x6e\x2e\xd0\x3f\xf5\xd3\xf7\x9e\xb9\x3a\x00\xe1\x10\x65\x6a\x5f\x90\xd1\x54\xa5\x74\x22\x1a\x55\x7a\xf3\xf8\xaf\x03\x7a\x4b\x2c\x9d\x84\x6c\x00\xa3\x64\x97\x69\xa2\xf2\x80\xc9\xd3\xe0\x50\x89\x0d\x80\xf9\xd5\x31\x77\x65\xa7\x00\x16\x22\x53\x7a\x46\x3a\x03\x26\xcd\xb9\xbd\x8a\xde\x80\xf1\xd4\xa2\xc3\x4a\x3b\x01\x23\xfb\x0a\x73\x95\xc3\x80\xe1\xbd\x4b\x07\xd4\x3e\x00\x86\xa6\xdd\x93\xd4\xc5\x00\x83\xc1\xaf\xf6\x2a\x3d\x43\x76\xfa\x0f\x01\xa5\xb0\x37\x63\x0d\x39\x73\x4e\xf3\xb1\x8f\xd1\x38\x80\x21\xdf\x95\x62\xf8\x04\xd0\xd0\xb9\xb9\x93\xf3\x84\xaa\x7e\xe1\x9a\xa3\xe1\x5b\x40\xfd\x6c\xb3\xad\xd1\x02\x40\xc3\xf1\x92\x96\x91\x3e\xa0\xee\xdb\x30\xd2\x68\x03\xa0\x3e\x9b\xd6\xff\x1c\xcf\x33\x0c\x07\x54\x8e\xd5\x10\x86\x5b\x01\x95\xb1\x55\xd2\x06\xdf\x01\xe5\xf0\xff\x9a\x07\xf4\xfc\xe7\xd5\xff\x9b\xff\x96\xa2\xf6\x53\x31\x01\x05\x51\xea\x7c\x90\xa2\x4c\xe9\x00\xb4\x73\x99\x79\x02\x86\x80\x91\xb8\x71\xbe\x50\x2b\x60\x3e\xdf\x7e\x8e\xd8\x4a\xc0\x2a\xce\xb7\x5e\x2a\x0f\xb0\xea\x8a\xe3\x93\x5b\x0c\x58\x1d\x9e\x18\xad\x98\x0e\x58\xf6\x2f\x59\xae\xaa\x06\x58\xac\x2c\xca\xe4\xf4\x3a\x53\xab\x23\x62\x1a\x37\x00\x63\x56\xe3\x15\xe6\x5c\xc0\x38\xff\xb1\xb2\xa6\x22\x60\xe2\xcc\xba\xc2\x38\xfa\x79\xb4\xb1\x3b\xc0\x98\xf3\xcc\xd2\xe4\x12\x48\xed\xc8\xfb\x96\xa6\x6e\xf8\xa8\x23\xdb\x51\x69\x3a\x1f\xef\xb5\xbf\x5d\x15\x33\xd5\xc3\x4f\xad\xfe\x26\x63\x53\x26\x58\x5a\x89\x17\xc7\x9b\xde\xc7\x0f\xad\xb7\x67\x76\x9b\xce\x05\x34\x57\xfd\xd6\xff\x4c\x34\x33\x07\x34\xa3\xaa\xbb\x4c\xda\x00\x8d\x93\x15\x7e\x26\x87\x01\xf5\xa6\xb2\x10\xe3\x5a\x40\xcd\xe0\xbf\xd6\x81\x0a\x8b\x8b\x34\xef\xc9\xe5\x7f\x45\x16\x8a\x09\x71\x50\xee\x91\xf8\x24\xe2\x0f\x3d\x88\xd1\x18\xb5\x27\xfc\x9c\xfa\x12\xf5\x03\x85\x96\x01\xb6\x0a\xd6\x23\xc5\xab\x01\x07\x86\x67\x82\xcc\x45\xc0\x21\x32\x62\x50\xa1\x0d\xb0\x0f\xcf\x94\x50\xbe\x0a\xd8\x46\x2d\x1c\xd2\x90\x03\xac\x6e\x6c\xce\xd7\xb4\x07\x2c\x66\x1e\xd9\xa2\x5d\x0c\x98\x79\x37\x8f\xd4\x59\x02\x98\xbe\x7e\xa6\xa5\xbb\x0e\xc6\x66\x11\x80\x76\xf3\x2b\xb6\xf9\x44\xb4\x1a\x2c\x7c\xf0\xdc\x42\x06\x75\x86\xbb\x6e\x96\x59\x0c\xa2\xcc\x68\x42\x4b\xb3\xe5\x2a\x94\x1b\xa5\x5c\x5a\x61\x79\x1f\x35\x86\x03\xe7\x95\x2d\xcd\xd0\x68\xa0\x7d\xba\xc8\x52\x00\xb7\xf5\xee\x1f\x4b\xb2\x32\xc2\x35\xfd\xea\x1a\x6d\xcb\x6d\x78\xac\xfb\xf0\x48\x90\xa5\x28\xde\xeb\x58\x94\x35\x5a\x2c\xc3\x90\xd6\x93\xd2\x0c\x8b\x33\x80\x96\xdb\x3e\x79\xf3\x7e\x80\x99\xfe\x67\x3f\xa4\xd7\xc1\xdf\xf5\xd3\xfc\xaf\x38\xc9\x4f\xf9\xca\x31\xea\x04\xdf\x71\xd0\xa4\x4b\xd4\x93\xf8\xc3\x1f\xc4\x69\xb9\xe6\x44\x41\x13\xc0\x2d\xd7\xcc\x5d\x5c\x07\x70\x6b\x75\x1a\x90\x3d\x06\xb8\x5d\x0c\x95\x50\x72\x06\x5c\x1a\xd3\x66\xa9\x7b\x01\x8e\x5b\xe6\x2b\x68\xf6\x01\x76\x0b\x36\xb9\xe8\x1e\x07\xac\xf7\x56\xae\x31\x38\x07\xc2\x72\x5f\xab\x89\x31\xe3\x97\x85\x65\xd8\xb3\x34\xd3\x2b\x9f\x2b\xad\x32\x31\xcf\xac\xbd\x37\xd6\xfa\x0a\x7c\x2c\xef\xdf\x92\xb1\x5d\x03\x03\xeb\x9f\xcd\xc9\xb6\x2f\xe0\x61\xb5\xe3\xdf\x39\x60\xc7\xbb\x6d\x7f\x60\x89\x59\x6e\xcd\x63\x7b\x3d\xcc\x33\x77\x3c\xd2\x6b\x17\x88\xed\x26\xbb\x0e\x37\xdb\x4e\xc1\x29\x23\xd9\x52\x35\x9b\x61\xb4\x19\x8c\xdb\xab\x6d\x9b\x81\x0e\xfd\x57\xbb\x92\x6c\x97\xa1\x5b\x9f\x6f\x47\xa6\xcd\x61\xbc\xd6\x75\xff\x73\x1d\x28\x6d\xff\xaf\xfa\x45\x78\x39\x08\x0c\x23\x2e\xd2\x79\x00\x34\x0f\xea\x74\x50\xd0\x8b\x83\xbe\x03\xaa\xbb\x04\x34\x80\x20\x01\xbd\x5b\xa2\x8e\x80\x7f\x9f\x0d\x43\x7a\x18\xf0\x55\xf7\xeb\x57\xb9\x0d\x78\x6d\x4e\x3a\xc2\xfc\x0c\xb8\xdd\xce\x11\xd7\x5b\xf6\x6b\xae\xcb\x88\x75\x53\x4c\xbd\x3e\xc7\x3b\x36\x1f\xba\x69\x2d\x36\xf8\xcb\xfe\xe1\xc5\x3c\x7b\x9f\x97\x03\x76\xed\x0f\xf7\x3a\x8d\x78\x9e\x65\xaf\x39\xf4\xdd\x59\xf0\x4e\xb8\xc3\x7d\xb2\xc2\x45\xb4\x59\xdc\xc9\x86\x3c\xed\x7c\xe3\xec\x01\x17\x39\xf2\x84\xcb\x66\xda\xf7\xa6\xa6\xc0\x39\x11\x23\xed\xee\x55\x2a\x38\xeb\xc2\xcc\xd6\xe1\x50\xb8\xb3\x2f\x82\xac\xc7\xed\x1f\x70\x5e\x85\x58\xab\xe2\x3d\xf6\x4e\x5d\x98\x6b\xa1\xb4\xcb\xc2\x29\x1d\xeb\xcc\xc2\x8b\x8f\x38\xde\xc5\x61\x13\x87\x2d\xb1\x8e\xea\xb8\x60\x24\xbe\x71\xb5\xe3\x56\x34\x1b\x4e\xfb\x73\x1d\xd0\xf5\x8f\xa0\xfa\x26\xcd\x7f\x2b\xff\x20\xfe\xd2\x01\xd8\xf2\x9e\x6a\x68\x5f\x08\x9a\x0f\xa7\xf3\x62\x68\x9f\x94\xe8\xb1\xe6\x84\x74\x0e\x10\xe1\xeb\xd1\xad\xf2\x61\x68\x38\xa8\x3e\x66\x8d\xde\xe5\x8f\xfe\xfe\xe4\x94\x14\xf3\xa1\x01\x63\x9f\xbe\x15\x6b\xed\x1b\x9f\x54\x7b\xde\x2b\xd9\xe0\xda\xf9\x60\x8d\xfb\xb8\xd3\x23\xbc\xd2\x3b\x35\x5d\x5b\x6e\xbf\xf1\xdd\x73\x2b\xda\x35\xf8\x63\x95\x7f\x4c\xd3\x5a\x77\x25\xf6\x5b\xff\xf8\x33\xba\xee\x0f\x49\x73\x9f\x85\x35\xd3\x3c\x3d\xc8\x04\xaf\xce\xb2\x41\xcf\x5d\xe4\x2a\x8f\x55\xa5\xc7\x3d\xa3\xc8\x13\xae\xc3\x7b\x97\x79\x2e\x21\x6f\xbb\x24\xee\x12\xf6\x5a\x48\x3e\x70\x91\x2d\xd6\xf2\xd2\x00\x9f\xe3\xba\xad\x13\xdd\x9f\xc0\xc3\xe6\xfd\xa6\x66\x0f\x37\x84\x5b\x7f\x59\xf7\xc1\x43\x0d\x13\xad\xe4\x0a\xbf\xbb\x15\x62\xbd\xd9\x93\xd5\x09\x6e\x55\x28\x31\x2d\xfe\x73\x1d\x70\xfd\x0f\xe8\xfa\xe5\x79\xfc\xaf\xa1\x2e\xaf\x7e\xda\x17\x85\xf7\x54\x1c\x34\x40\xfc\xc5\x07\xd3\xfe\x20\xe9\xbb\xe4\x5a\x29\x74\xd6\x23\x24\x64\x7f\xa8\xa4\x74\x3b\x9a\xa9\x9c\x7d\xed\x19\x2f\x1a\x72\xc6\x18\xbd\x23\xa2\x5e\x8c\xf3\x70\xa8\xef\xbc\x14\x1e\xbe\xa0\xd6\xd3\xa0\x3d\x27\x98\x5d\x74\xd4\xff\x4b\x73\x4f\xc0\x60\x75\x4b\xa8\xc0\x25\x1b\xbf\x9a\xab\x7c\x11\xbb\x1a\x54\x7d\x17\xbd\x2c\x88\x6a\x3e\x71\xcd\x6f\x02\x5b\x33\xca\xbd\x42\xc3\xff\x1e\x7b\x51\xd8\xc3\xfd\x71\xfe\x5f\xd8\xbd\x41\xd9\xbb\x14\x03\xf6\x90\xb2\x01\xaa\xc5\xcf\x03\x06\x48\x53\xbf\x2b\x5b\x3c\xfd\x5f\x93\x73\xbd\xaa\x36\x4d\xf5\x1b\x24\x8f\xba\x3b\x17\x4e\xf4\xbf\x46\xde\x72\xcd\x2e\xc8\xf6\x37\x24\x5f\x3b\xdf\x59\x1d\xef\x67\x06\x59\x47\x99\xe5\x1a\x7e\x56\xb0\xb7\x4b\x5d\xda\xe0\x3b\x0f\x31\x36\xd2\x4b\x0b\x7c\x6a\x90\x61\x45\xbd\xa3\x14\xa5\xf4\x70\x34\xff\x2f\xf6\x92\x8b\x3a\xf2\x5c\xb4\x9a\xc4\xab\x9f\xe7\x77\x41\xf3\xc0\xb4\x2f\x44\x26\x2f\x17\x66\xea\x55\x2e\xce\x6c\x14\x1a\x4b\x10\xdf\x66\xce\xfa\xa6\x31\x4a\x94\x6f\x20\x78\x3a\xc3\xf2\xb6\xca\x88\x07\xfd\x13\x2b\x7c\x1d\x8c\x6f\xb5\x77\xa7\x9e\x8e\x8f\x74\x9d\x76\xb9\x75\x4c\xc5\xf4\x9a\x40\xed\xfa\x9b\x71\x7d\x6b\x02\x22\x36\xd4\x89\x47\x2f\x2f\x6d\x8f\x75\x3c\x72\x25\xf2\xf2\xc5\xe8\x44\xc3\x43\xdf\xc3\xdf\xf7\xa4\x26\xcd\x3f\x20\x1f\xbe\x97\xe5\x93\xd4\xb9\x7d\x67\xc4\x42\xd6\x9d\xb8\x5d\x9b\x66\x46\xe4\xb2\xa3\xa2\x1c\xd7\x5e\x8f\xe4\x67\xaf\x09\xbf\xb7\x5a\x39\x62\x90\xdd\x15\x62\xbd\xe2\x6d\xa4\x19\x7b\x28\x68\x42\xde\x60\x04\x83\x74\xf4\x27\x72\x25\xc2\x07\xc8\xe9\xde\x9f\x17\xb7\x87\xc9\x90\x47\xdd\x7f\x2d\x78\x14\xda\x42\x76\xba\x96\x2e\x90\x09\xb1\x23\xe1\x54\x33\xb7\x3f\x78\x09\x98\x0e\xe1\x39\xeb\x82\x8f\xc0\xdc\xde\x8e\x7a\x0b\x40\xe9\x44\xf9\x79\xeb\x9e\xc1\xcb\xf3\xa6\xf9\x5f\xba\xfe\x28\x9e\x1e\x20\x95\xf7\xfd\x4f\xe6\xe5\xbf\xe7\x70\x79\xb0\xb0\xc5\x54\xbf\xf8\x7c\x6c\x19\xf5\x9e\xef\xe5\xad\xfc\x26\xa5\x17\xfc\xef\xba\x77\x2d\xb5\x32\x9a\x36\xca\xe1\xba\xc5\x82\xe9\xae\x9b\x0c\xe3\xcf\xfb\xce\x72\x88\xf8\xe5\xfc\xa6\x56\x63\x52\xe1\xf8\xaf\xa1\xcb\x0e\x0a\x66\xd4\x2c\x59\x19\xa7\xb7\x4b\x73\x9c\xf5\x8e\xa8\xe4\xc8\xa2\xeb\x63\xed\x4e\xda\xa4\x55\xae\x37\x4a\xfa\x76\xe7\xfa\xf8\xa4\x02\x9f\x31\x1f\xbf\x94\x67\x8c\xc9\x7b\x97\xb4\x9b\x25\x97\xea\xbe\x38\x2f\x69\x11\xab\x24\xb1\x67\xfe\x94\x24\x05\xb6\x58\xac\xff\xbc\x85\x89\xb1\xec\x09\x51\x62\x73\xf2\x13\x8e\xb3\x4b\xc3\x8d\x72\x46\xc6\x17\xb2\x5f\x04\x3f\x9e\x29\x15\x77\x9b\x34\x08\x30\x9a\x3e\x1c\xfb\x81\x4c\xf1\x1d\x39\xad\x2e\x66\x25\xb9\xc5\xf3\xde\x54\x99\xe8\x77\xe4\x49\xf7\x73\x53\xe6\x8e\xfe\x46\xde\x76\xed\xca\x4a\x8b\x5a\x08\x49\xc7\x5d\x00\x1f\x2f\xcf\x81\xd6\x81\xd0\x3e\x08\x9e\xab\xb8\x38\x9a\x77\xdf\x7f\x1c\x8f\xff\xa6\x79\xd0\xc5\x14\x0e\x9f\x5b\x49\xbd\xef\x7f\xff\xba\x90\xe2\xad\x9e\x3b\x6e\xa0\xde\x8e\x74\xa7\x6d\xf1\x92\xf1\x24\x88\x6b\x4d\x1b\xdf\x68\xbd\x92\xf3\x3b\x2f\x5c\x78\xda\x2e\x46\x57\xa8\x66\x5a\x7e\x7e\xe0\x7b\xfb\xef\x7b\x3d\x16\xbf\x4d\xfe\x16\xf8\x61\x83\x7d\xce\xb1\x59\xf3\x12\xab\x56\x4c\x9b\xc1\x5a\xdf\x92\xf6\x66\xe1\xe6\xe9\x06\x95\xfe\x99\x57\x72\xec\xa7\x6c\x6b\x1b\xce\xda\x9b\x3d\x71\xb2\xf5\x6b\xc6\xa4\xa3\x53\xd6\x4f\x9a\x34\x3c\x35\x73\xec\xa4\xf6\x89\x1a\x2c\xed\xb1\xa7\x26\x3e\xc8\x3c\xc8\xda\x97\x78\x7e\x82\x69\xa6\x11\x6b\x30\x6e\x45\xa6\xcc\xf8\x1c\xb6\xcb\xe8\x07\xe3\xcb\xd2\x0f\xb0\x97\x46\x94\xa4\x4f\x1b\x47\xb0\x5b\x43\x65\xfe\xad\xf7\x18\x9b\x9f\xe2\x41\x4e\xf3\xae\x4c\xf5\x1d\x23\x4f\xd6\xb9\x17\xa4\x54\x8e\x91\x20\xaf\xb8\x05\x00\xd2\x79\xdc\xba\x8c\xfd\x89\xbf\x74\x20\xf4\xfc\x4f\xe7\xf9\x42\xcc\xe2\xf9\x83\x70\x79\xd0\x5f\x93\xd6\x52\xf7\x3e\xdf\x49\x6d\xa1\x72\x0f\xfa\xd2\xb6\x53\xf3\xa7\xeb\x58\x09\xa5\x27\xbb\x3a\x7d\xdf\xe5\x11\xca\x04\x71\xfe\xf5\xbe\x70\xd5\x36\xf1\x19\xb5\xe7\x77\xeb\x9b\x4b\x68\xbc\xdb\x57\x5d\xac\xe5\xf5\xd9\xf2\xc1\x46\x87\x8d\x77\xe2\x56\xf9\x38\x2c\xe9\x2b\x08\x9b\x2a\x1a\xfd\x73\x66\xc8\x4a\xe5\xd5\x6a\x29\x2a\x93\x96\xac\x18\x77\xa8\x21\x6d\xea\xf8\xf2\xbc\xcb\x4d\x69\xe9\xbe\xa9\x17\x96\x75\xbd\x78\x94\xbe\x7e\xac\x51\xee\x3d\x96\x72\x6a\x60\x8a\xf6\xc2\x89\xac\x93\x89\x7a\xc9\xa3\xe6\x0b\xb0\x15\x63\x7e\x25\xad\xcf\x19\xc3\xce\x8e\xec\x1e\xe3\x3e\x7b\x02\xbb\x2e\xac\x22\x49\x33\xdb\x8e\xdd\x15\x72\x33\x11\xd3\xec\xc9\x51\x81\x5e\x89\x93\x27\xff\x24\xfd\xfd\x36\x24\x2a\x64\xe5\x91\xd3\x7d\x74\xe2\x27\x4f\xdc\x4d\x96\x7a\xbc\x8e\x2f\xcc\x1c\x43\xd6\xbb\x2f\x8c\x77\x19\x2f\x41\xde\x77\xcd\x04\x74\x78\xf5\x39\x3a\x71\x31\xec\xe1\xdf\xf5\xe7\xf0\xde\x76\xad\xa4\xee\xfd\x0e\xa9\x6e\xa6\xfc\x93\xde\x26\xed\xa4\xf8\xce\x27\xe5\x7b\x28\xde\xee\x2e\xeb\x20\x35\x0e\x6d\x83\x15\xd4\xbc\x38\x77\xae\x8a\x7a\xdf\x77\xec\xec\xd1\x94\x51\xef\x09\xa2\xd4\xba\xb2\x43\xbf\x6c\x54\x55\xd1\x85\xb2\x3a\x17\x69\xa3\xd0\xbc\xe6\x03\x57\x23\x05\x5c\xb2\xb3\x37\x96\x64\x4d\x90\x0e\xb5\xcf\xf0\xde\x25\xba\x42\x34\x3a\x26\xf9\xc0\x8e\xf1\x07\x82\xe2\x9a\xe2\x0e\x6e\x77\xbd\xbc\x27\x61\xe6\xe8\x87\xc5\x93\xfb\x2e\x26\x14\x44\xf9\x6e\xfd\xc9\xfa\x16\x7b\x2c\xca\x78\x83\x16\x7b\x4a\xe4\xd6\xa8\x51\x05\x65\xec\xe3\x61\xbe\x91\xa3\x57\x15\xb1\x87\x83\x2a\xa3\xcc\x97\x57\x90\x32\x81\xc5\x11\x6f\x96\xa6\x92\x69\xbe\x2a\x51\xc2\x8b\x6a\xc9\xc9\x3e\x5b\x22\x4f\xcc\x3f\x49\x6e\xf5\x92\x8e\x74\x99\x9b\x47\xd6\xbb\x3f\x89\x10\xc9\x61\x92\x83\x2e\x8b\x23\xd6\xcd\xc8\x00\xe1\xf4\x2b\xac\x39\x7b\x24\xcc\xec\x77\x03\xb6\x69\xdc\x3a\x43\x79\xe7\x81\xdf\x3a\x90\x95\xc4\x1f\x3a\x80\xa1\x47\x5b\xa9\xfd\x71\x10\x25\x54\x3f\x7d\x12\x56\x4a\xfd\xdc\x25\x7a\x84\x5a\x4f\x57\x35\x8e\x52\x8d\xa3\x61\xef\x09\xea\xf3\xa3\xc2\xf5\x94\x1e\xe6\xe0\xe8\x06\x15\xd1\x6e\x82\x28\x36\x38\xbb\x91\x69\x24\x7d\x70\x55\xd2\xe9\xd9\xb6\x72\x9a\x2f\xe7\xd8\x1e\x6f\x0b\xba\x69\x5d\x97\xde\x5a\x6b\x96\xb6\xcd\x27\x39\xe1\x6b\x8d\x5c\xee\x40\xe0\xc4\xa8\xac\xaa\x5b\x7b\x7a\x42\x6e\x85\x5c\xac\xbc\x7e\x21\x32\xac\x28\xd0\xbc\x72\xc4\x13\xa1\xb0\x4b\xfe\x8f\x2a\x3a\xd9\x97\x42\x6c\x03\x18\xfb\x53\x49\x85\x00\xf7\x00\xbe\xdd\xa3\xc8\x08\x5f\x23\xff\x86\xe2\x57\x64\x9e\xd7\xe4\x80\xc5\x45\x17\xc9\x22\xcf\x5d\x01\x56\x1b\xc4\xc9\x66\xb7\x0d\x01\xb3\x0b\x93\xc8\x5e\x57\x49\xff\xb8\x55\x37\xa1\xe0\x98\x1c\x50\xb0\xa2\x18\x72\x8e\x7b\xfc\x1b\xf2\x6e\xc3\xc2\x7e\x66\x40\xc8\x92\xd5\xf0\xb2\x53\xf7\x4f\x58\xb8\x02\x99\xd6\x0e\xff\xec\xff\x74\xff\xfb\xad\x03\xa1\xf6\x03\xd6\xc1\x1d\xd4\xbd\xf7\x77\x0b\xf7\x53\xfe\x08\x7d\x73\x2b\x28\xdf\xa0\x2e\x9b\xa3\xd4\x78\x5d\xbd\x79\xf2\x0e\x07\x2f\x3a\x9c\xa5\xee\xcb\x1f\x5b\x7a\x81\xd2\x13\x1d\x92\x6d\x7c\xcc\xc1\x6d\x3f\x5a\x29\x1d\xdd\x5a\xff\xb6\x14\xe5\x28\xa1\xf4\x85\x8f\x5b\x6c\x4c\xf3\x95\xf9\x27\x5d\xbb\x12\xe4\x23\x65\xf8\x32\xc1\xf1\xd2\x96\x24\x57\x47\x83\xf0\xaf\x17\xaf\x2f\x9c\xe0\xfa\x22\xa0\xe9\x02\x76\x1e\xf2\x0c\xf5\x36\xbb\x90\x78\x4e\xdc\xeb\x8b\x7b\xe7\xf9\xba\x9e\x18\x6f\x31\x77\x81\x86\xb5\xe4\x12\x8f\xe7\xee\x06\xc7\xcb\xc8\x13\x6e\x23\x68\x7f\x0b\xf7\xf1\x65\x87\xc9\x61\xc7\x2f\xee\xfb\x4a\x4d\x21\xe3\x70\xc0\x7d\xed\x9e\xfd\x30\xb3\x3b\xe1\xfe\x75\xc7\x5d\x78\xd8\x2e\xf0\x10\xdd\x16\x89\xd1\x36\x56\xee\x6b\x37\x93\x98\x66\x35\xd2\x63\xd3\x86\x49\x98\x66\x65\xe7\x3e\xa7\x70\x33\xb6\x98\x8f\x70\xbf\xb2\x6a\x19\x0e\x98\xde\x07\x12\x78\xfb\xe4\x4c\x5e\xee\xc5\x0a\x4a\xd7\xc2\x9e\xbd\x93\xd2\xff\xbc\x63\x1f\xa4\x74\x53\x7d\xa9\x5c\x5f\x88\x7b\xab\x4f\x50\x7a\x89\x6b\x25\xe7\x28\xbd\xd8\x25\x7b\xae\x4f\xc2\x89\x73\x4d\xd4\x3d\xd8\xf2\xd2\x36\x8a\xff\x29\x91\xed\x08\xe0\xe0\x3a\xdb\x3b\x94\x9f\x4a\xee\xd1\x2e\x3d\xa9\x1f\x04\x91\x1d\xdb\x29\xad\x3b\x41\x46\x7f\xec\xab\x3b\x9e\xae\xb2\x4c\xeb\xf0\x27\xb7\xf6\xc6\xc6\x98\x5e\xf0\x97\xbe\x35\x75\x8e\x94\x95\x9b\x7b\xef\x2d\x83\x6d\xb9\xb6\x4e\x4e\xdb\x6f\xde\x38\x3d\xda\xae\xdc\xbe\xe2\xa6\x60\xf7\x21\xbb\x0e\x7b\xc9\x8e\x3e\x38\xd8\x24\xd9\xb5\x34\xf5\x20\xd1\x8a\xcf\xde\xed\xbc\x37\x32\x2d\xc3\xed\x5a\x4f\xaf\x47\x9e\xb9\xae\xfd\xf9\x63\x21\xc8\x35\x5f\x6b\x3f\xae\xaa\x0d\x3b\x4c\x97\xd8\xeb\x94\x6f\x40\x95\xf1\x90\x7d\x5a\xe9\x16\xd4\x1b\xc1\xde\x64\x5f\x38\x9a\x0d\x5b\x1c\xe4\x76\x4d\x40\xab\xe1\x31\x7b\xbb\xe2\x6e\xf4\xea\x4f\xb7\x9b\xbc\xb5\x08\xef\x39\xcf\xe8\xbf\xfd\x50\x54\x28\x7c\xc6\xf5\x03\xfa\x28\x72\x88\x3a\x37\x3c\xdf\x57\x43\xe5\x00\x3c\xd8\x78\x86\xd2\x53\xde\x48\xbe\xc8\xcd\xbf\xc8\x6d\xa2\xd6\xd3\xe9\x2b\xd7\xa8\x7e\x51\xb9\xac\x83\xd2\xcd\xec\xad\xb8\xe3\xce\xc1\x22\x4b\x2e\x4f\xbe\xfc\x55\x0f\xa5\xbb\xca\x3e\xd2\x47\xe9\x41\x32\x62\xfb\xea\xd5\xa6\x08\x3b\xc6\x4c\x79\xfa\xd2\x96\x50\xcc\xf3\x3b\xfc\xd4\x22\xfc\x8e\x56\xb6\xdb\xdc\xa7\x71\xd9\x72\x7a\x39\xf6\xd7\x9e\x6e\xdc\x94\x62\x68\x67\xd5\xfb\x34\xff\x58\xb5\x51\x94\x85\xda\xd3\x15\x5d\x0b\x8c\xac\xcd\xcf\x3f\xbd\xc5\xde\xa3\x3f\xce\x7c\xd9\xbd\x0a\xbc\xd6\x8b\x35\x0f\xbd\xb1\x08\x1f\x74\x27\x9a\x7b\xb5\x9a\xe1\xab\xce\x15\xf3\xb0\xcb\xf7\xf1\x53\xc7\xcd\xdc\xb3\xa1\x1b\xa4\xf6\x4a\xf3\x8f\xa7\xe4\xc1\xd6\xde\x6a\xde\x57\xb7\x02\xd0\xba\x68\xe1\x54\x75\x04\xd0\x9a\x68\x69\x5f\xf6\x19\xd0\x7a\x63\x91\x72\xc8\x02\xd0\xb4\xb4\x70\xdd\xbf\x0c\x60\x06\xfe\xa3\x83\xd9\x31\x93\x83\x5f\xd2\xcb\x33\x38\xd8\xbf\xa8\x8e\xd2\x0b\x3f\x10\x3a\x4b\x9d\x2b\x6e\xfa\x34\x52\xe3\xd5\x64\xc8\xd5\x3f\xd5\xdf\x6f\xa7\xe6\x4d\xad\xd8\x1d\x8a\xff\x29\xdd\x7c\x8f\xfa\x7c\x3b\xa3\x87\x3a\x7f\x16\x86\xf5\x51\x2c\xcb\x42\xbf\x97\xd4\xf9\x74\xe2\x54\x6e\x9e\x4a\x42\xc5\x47\x1f\x19\x0f\x82\x08\x1e\xfb\x51\xcf\xd8\x57\xd2\xd9\x75\xdf\xc7\x0c\xff\xf6\x51\x87\xed\xbc\x3e\xed\x9f\xb8\x52\x85\x34\x67\x7f\xce\x2d\x34\x50\x37\x34\xde\xfc\x45\xb1\x7a\xba\xfa\x67\x43\xe5\x2f\xf7\x6e\x87\xab\x8f\x37\xd4\xfc\x3a\x61\xe8\xac\xca\x49\xfd\xe1\x57\xe1\x80\xb2\xba\xfe\xd9\x5e\x7b\x40\x39\xd4\x40\xe7\xde\x17\x40\x45\x49\xff\xe2\xad\x5a\x40\x79\x91\xfe\x89\x6b\x9b\x01\x65\x3f\xfd\xf6\xa6\x4a\x40\xd9\xd0\x30\xe6\xe2\x49\x40\x95\xcf\xf0\xce\xd9\x4c\x40\xd5\x45\xff\xd7\xc9\xcb\x80\x52\x94\xe1\xa1\xa3\xcb\x00\xe5\xef\x86\xaa\xd5\xfa\x80\xd2\x73\x60\x3b\x35\xef\xbf\xbf\xa8\xa0\xbe\xf7\x57\xd9\x27\x28\xfe\xbb\x67\x4a\x03\x35\x0e\x77\xe4\x9b\x29\x9d\x43\x4b\xd1\x75\xee\xbd\xdf\x4d\xb7\xa8\xf3\xc5\x31\xc3\xfb\x54\x2e\x4c\x99\x6b\xcf\x4e\x0e\xee\xce\xe9\x5b\xce\xc1\x8d\x1f\x5f\x52\xf3\x69\x79\xf3\x20\x8f\xef\xe2\xe6\x49\xa4\x1d\xfb\x41\x8d\x5b\x70\x06\x49\x9d\x3f\x3d\xda\x01\x8d\x6f\x23\xb6\xda\x98\x03\xae\x45\x92\x27\xcd\xa2\x81\xb1\xf9\x32\xfd\x86\xce\xc0\xb2\x9b\x72\x5d\xba\x1d\x40\xe9\x78\xf9\x47\xda\x65\x40\x53\xbb\x7c\xa1\x76\x06\x30\x70\x4f\x2e\x5c\xf3\x18\x29\x0b\x48\x26\x30\xf3\x3e\x0e\x03\x92\x73\x68\x3f\x07\x5a\xe7\xc0\x2c\x7d\x90\x04\x48\xa7\x69\x8a\xdd\x8d\x06\x64\x54\x98\xe3\xdb\x5b\x01\xe9\x18\xcd\xf1\xad\x13\x01\x99\xfd\xcc\x83\x8d\x79\x80\x74\x31\xf3\xd9\xf9\xfb\x80\x74\x9b\x56\xdd\x19\x47\x40\xb6\xe7\xe7\xf5\xc3\x94\xee\xe3\xcd\xea\x13\x15\x7f\xd5\xdf\xdb\xba\x87\xbb\x0f\xde\x94\xe2\xe0\x79\x95\xbb\xd4\xf3\xc5\xc9\x34\x6e\x4e\xd6\x11\xff\xa7\x94\x3f\xc4\x7e\xed\x81\x62\xaa\x1f\xd6\x0c\x52\x75\x16\xde\xf8\x4c\x3d\x7f\x2c\xbe\xf9\xed\x3e\x07\xa7\xad\x61\xb5\x71\x30\x91\xe7\x07\x40\xe7\x3f\xd8\x32\x01\xc5\x06\x82\x30\xcd\x06\xec\x7a\x45\x97\x1a\x38\x01\xb1\x5a\xe2\x73\x74\x52\x81\xd9\xd1\x12\x0f\xb5\x44\x80\x2d\xa1\x52\x11\x8c\x83\xc0\x51\x3d\xc9\x33\x1a\xcf\x81\x8e\x67\x92\x11\x1a\x6f\x80\xc1\x6c\xf1\x1e\x5e\x7e\xc5\x59\x19\x07\x50\xca\x03\x69\xb9\xaf\xd4\x0d\x7a\x19\x9f\x41\x8a\x99\x54\x8d\xee\x5b\x05\x08\x4f\x94\x72\xe9\x89\xe4\xfc\x2c\x3e\xff\xfe\x59\xea\x59\xd2\xeb\xf6\x44\xea\xf3\xd1\xd7\x6c\x00\x91\x48\xb5\xf2\x66\x4b\x40\x2c\xe5\xdd\xe4\xe3\xd4\xef\xd5\x77\x91\xeb\x8b\xd4\x95\xdc\xb6\x9f\xea\x83\x8b\x6e\x57\x52\x7d\x20\x91\xeb\x03\x55\xef\xc4\xf5\x05\xa2\x75\x50\x07\xa5\xdf\x84\x70\x70\xe7\xb3\x4f\xd4\xba\xdf\xd8\xfa\x83\xe2\xc9\xf3\x47\xb2\x86\x09\x6e\x1e\x08\xd5\x3f\x69\xde\x37\x8a\xe7\x07\x40\xdf\xfb\x37\x7a\x0c\x48\xe7\x12\x04\xe7\x7b\x37\xfb\x25\x78\x4c\xeb\x0c\x10\xda\x2c\x3c\x9b\xd1\x03\x64\xdd\x17\x19\xab\x9e\x06\xe4\xbf\x11\x59\xab\x9e\x0f\xec\x2b\x11\x9b\xa2\x2a\x04\xd4\x9b\x0b\xf7\xa8\x46\x00\xb7\x2d\x45\xb4\x54\xcb\x81\x81\x6e\xe1\x3c\x35\x49\x00\x56\x82\xbd\xbf\x7d\x1d\xdc\xd0\xc6\xfd\x17\xbe\xb1\xb9\xf8\x8e\xcb\xef\x37\xf4\xab\x70\x7f\x7e\x52\x4e\xe1\xf1\x07\xdc\xdf\x2c\xe5\x6e\x25\xc5\x83\xa5\x5e\xa6\xfa\xdd\x6f\x1d\x98\xf8\x5d\xea\xfb\x6e\x34\xe1\xfa\x63\x9c\xf5\xec\xa3\xf4\x52\xb5\xef\x5f\x51\xe7\x82\xf2\xa9\x5c\x5d\xc0\xbe\xa4\x9f\x94\x8e\x78\x6b\x1d\x8b\xca\xd3\x29\xe0\xf9\xc0\x2c\x61\x72\x71\x2a\x8f\x17\xa5\x79\xdf\x60\x4b\x2e\x5a\xf3\xf8\x71\xf5\x74\x80\xef\x0e\x41\x68\x9c\x00\xf4\xef\xf2\x3f\x52\x6f\x06\x7c\x9a\x47\xd8\xd0\x3c\xb7\x6a\x12\xb0\x60\x40\xf0\xac\x8c\x00\xb0\x76\x0a\x41\x8c\xdc\x07\x94\x19\x10\x84\xf2\x6d\xe0\x42\x9b\xe0\x04\xe9\x3a\xa0\xbd\x84\x33\x0f\x80\x87\xab\x09\x42\x62\x1e\xf0\xee\x10\x41\x88\xbc\xf8\x17\xaf\xbf\x8a\xcd\x53\xaa\x7c\xe1\x31\xd6\x6f\xdf\x70\xf1\x25\x37\xa9\x24\xe5\x29\xe5\x4c\x40\xd7\x4f\xeb\xa0\x9a\xee\xf5\x50\xe7\x86\x06\x81\xe7\x54\xbd\x27\x8e\xbe\xa3\x9e\x2b\xaa\x2e\x7e\xa1\xf4\x62\xa5\x83\xac\x83\xc4\x1f\xb9\x40\xbf\x73\x71\x78\x39\x18\xbf\x75\x20\xbc\x79\x10\xcd\xf3\x4b\xf1\xe6\xf1\xbf\xe6\x3c\x7e\x78\xd4\x48\x80\xc8\x25\x08\xe9\x0f\xc0\xa8\x3d\x04\x21\x96\x0c\x58\x3c\x21\x08\xe9\xd9\x40\xe4\xff\x8f\xb3\x2f\x8f\xab\xe9\xfb\xde\xdf\xcd\xf3\x2c\xd5\x6d\x9e\xe7\x79\x9e\x35\xa1\x51\x19\x0b\x21\x73\x09\x91\x21\x53\x89\x10\x51\x49\xc6\x90\x48\x03\x49\x45\x94\x94\x8a\x4a\x9a\x64\xca\x10\x89\x84\x50\x19\x0a\xe1\xae\xdf\xeb\xee\xb3\x4f\x2a\x7c\x3e\x9f\xef\xef\x8f\xf7\xeb\x79\x9f\x7b\xaf\xdb\x5d\xeb\xac\xbd\xcf\x39\xfb\x79\xf6\xb3\xa6\x22\x24\x9c\x05\x10\xbc\x18\x21\xc1\x05\x00\x51\x47\x10\x92\x39\x0a\x70\x74\x3a\xa7\x0b\x9f\x19\x40\x86\x1c\x42\xdc\x6c\x00\x85\xc7\x11\xe2\xae\x05\xa8\xec\x41\x88\x77\x25\x40\x73\x03\x42\x7c\xf2\x00\xaf\x9a\x11\xe2\x7e\x01\xd0\x1f\xf3\xa7\xce\x01\xa1\x9f\xa3\x86\xe7\x85\xaa\x97\xbb\x40\xc5\x5f\xab\xf0\x0c\xeb\x3e\xcb\x14\x3b\xf1\xf8\xbe\x6c\xdd\x83\xfd\x36\x73\xef\x7c\xc3\x7e\x61\xa7\x6f\x31\xb1\x8e\x2c\x25\x94\xfa\xd7\x89\x6c\x14\xc6\x88\xc1\x5f\x75\x20\x74\x1d\xd0\x3a\x10\x9a\xf7\xd6\x21\xfa\x89\x51\xa6\x14\x72\x2b\x00\x08\xe4\x20\xc4\xfe\x06\x40\x7d\x05\x42\xa8\x07\xc0\x51\x1a\x21\x76\x59\x00\xff\x06\x84\x38\xd5\x00\x56\xb0\xee\x70\x2e\x03\x6c\xe9\x44\x88\x9d\x09\x70\xe0\x04\x42\xec\x7b\x00\x32\x16\x50\x57\xba\x5c\xe2\x98\x58\xfa\x03\x21\xf6\x2e\x80\x5b\xc4\x19\xf3\x09\xd9\x41\xf1\x2e\x90\xc2\x9f\xf5\xc3\xf4\x30\x74\x5e\xa4\x31\xef\xe7\xde\x8e\xaf\x0f\x15\xc1\x6f\xb1\x1e\xa8\x38\xf5\x13\x9e\xf7\xf2\x2b\x7f\xe0\x3c\xd0\x3a\x98\x63\x0a\x94\xfe\x6f\xd0\x0f\x85\xf8\x66\x6c\x24\xd9\xa5\x7d\x71\x46\xf2\xff\xe3\x7a\x28\xa4\xfb\xa1\x68\x66\xc0\x9f\xfa\x87\x34\x0a\xf1\x8d\xdc\x45\x00\xab\x79\x68\x90\xef\x67\xe1\x82\xeb\x14\x46\x90\x27\x80\x5d\x39\x14\x1e\xd8\x45\xe1\x49\xd6\x15\x3b\x06\x20\x87\xac\x18\x14\xcd\xa1\xf0\x06\xc1\xbb\x64\x27\x41\x3b\x6b\xe6\xde\x01\xd0\x93\xf0\x67\x9d\x5c\x4f\xea\xc2\xcf\xd7\xc5\x71\xbd\xf8\xbe\xf2\x82\xcf\x2f\x79\x16\x66\x13\xbd\xc2\x71\x72\xfe\x46\xfa\xa1\x44\x7d\x87\xff\xa8\x03\xf1\x5d\x33\xfc\xfa\x60\x4a\xfc\x51\x68\x1d\x88\xa8\xe0\x90\x3c\x94\x50\x28\x9b\x41\xa1\x39\xd9\xe9\x33\xee\x2a\x85\x33\xc9\x0a\x69\xe8\x2d\x0a\x23\x69\x27\x40\xd6\xcc\x3d\x1d\x60\x7f\x33\x75\x9c\x4a\xe2\x3d\x43\x3a\x65\x5e\x9c\x4f\xe1\x35\xb2\x93\xa0\x9e\xf5\x77\xb6\x03\x3c\x6c\x44\x83\xfa\x0f\x16\xf6\xe5\x23\x74\xb5\xb7\x0f\x3f\x0f\x14\x46\x31\xf1\xb8\xa0\x75\x40\x23\x75\x30\x71\xdb\x86\xcf\x03\x83\x3a\x10\x92\x87\xa0\x9c\xe1\x75\xe0\xf1\x61\xf8\x78\x30\x26\xdf\xa3\x4c\xfc\x77\x84\x5f\xfc\xce\x03\x1b\x59\xf1\x94\x16\xa2\xd0\x80\xdc\xe1\x3a\x1b\xa1\x61\x2b\x7f\x74\x5d\xac\x62\x3d\xd9\x6e\x05\x88\x62\x1f\x5e\x1f\x49\x8e\x14\x1e\x25\xf1\x65\x12\xe7\xbc\x3c\xb2\x73\xa6\xd8\x04\xfd\xd6\x7f\xb0\xea\x84\x3c\x49\x3c\x99\x87\x86\xe9\x40\x68\xbe\x77\x90\xe7\xfb\x1f\x75\x20\xe4\xf3\x9b\x5d\x53\xa9\x63\x4f\x4e\x0a\xa7\xe2\x75\x5f\x36\xf6\xb9\x58\x6f\xc2\x76\x62\x05\xf6\xc1\xe5\xd9\xb5\x45\x0f\xe3\x8e\x24\x1e\x8c\x5b\xd2\x30\x7f\xce\xd5\x5e\x80\x79\x52\x4e\xf5\x1b\xb8\xbf\x06\xf7\xae\x96\x74\x16\xf2\x2a\x76\x3d\xc5\xc7\x66\xac\xef\x64\x7e\x42\x33\x58\xf8\x85\x9b\xfa\x1b\xef\x49\x0c\xaf\x8f\x53\xd8\x4e\xb8\xe8\x56\xc2\xe1\x3f\x20\xdc\xcc\x9d\x66\x0a\xeb\xad\x59\x23\x88\x35\x1f\x52\xc7\xac\xbb\x44\x16\xc2\xff\xe0\x87\x62\x34\x1b\xfd\x55\x07\x32\x98\x07\xc9\xe1\x79\x24\xfe\x22\x2a\x53\xf0\x7a\x1f\xc7\x8a\x20\x51\x1c\x87\xef\x0a\xcc\xfb\x08\xee\xd8\xb2\x1e\xa3\x4f\x12\xe6\xcb\xf9\xd5\x4e\x61\x9f\x74\x3e\x89\x0b\xd8\xa7\x85\x7f\x5c\x15\xee\xb7\xc0\xf7\xf3\x11\x07\xc6\xf2\x0f\x78\x3d\x9d\x0b\x77\x2c\xfa\xf9\x18\x61\x27\xa6\x8f\xf2\xd4\xdf\x7a\x1b\x49\x61\xc7\x2c\x2a\x3f\x4f\xef\x50\xc7\x8f\x46\x53\x9f\xbb\x9b\x49\x1d\x37\x3e\xa5\xb0\x96\xbc\x5f\xc3\x85\xb0\xd2\xaf\x92\x83\xca\x0b\xfc\x0f\x7a\xa0\x7f\xe9\x3f\x46\xe4\x63\xb3\x7d\x0f\xa9\xaf\x93\xf8\xbc\x6e\x9e\x2c\x86\x7f\xbf\xee\x1c\x29\x8c\x67\xc2\x4c\x59\x28\xbc\x27\xfa\x01\x0b\x45\x56\x26\x61\xff\x08\xe1\xf8\x53\x93\x59\x28\xba\xa1\x70\x00\xbf\xae\x50\xcb\x86\x5f\xb7\x69\xc5\xfb\xca\x05\x3b\x3e\xe2\xfc\x71\xab\xb1\xbe\xfb\xdb\x7e\x36\x7e\x16\x76\x1b\x23\xc5\xa1\x75\xf0\x62\x3b\x15\xf7\x93\x6b\xa8\x62\x68\x1d\xdc\xbe\x8b\x36\xb0\xb0\xae\x80\x8a\xbb\xa6\x0c\xe1\x4e\x78\x95\xd4\xde\x75\x54\xae\xce\x21\x4c\xe7\xe1\xbf\xe9\x1f\x46\xea\x20\x86\xeb\x40\x10\x32\x5b\x35\xf4\xdf\xb3\xc5\xba\xe2\x3e\x4c\x3c\x1f\x7c\xcb\xa8\xf3\x3a\x1b\xc7\x2d\x3c\x7a\x39\xe6\xc1\x24\xbc\xb7\x62\x7f\x70\x86\x53\x32\x27\x57\x07\x80\x84\x64\x3a\x1e\x07\xa3\x4c\x2e\xbd\x64\xa1\xcc\xfe\xba\xf9\x5c\xab\x00\xc4\x73\xda\x70\x7e\xc4\x94\xfa\xf1\x38\xe3\x7e\xc9\xfa\x1b\x7d\x5d\x9c\x78\x86\x79\x17\xc5\x8e\xbd\xd8\x5f\xda\xb2\xe3\xce\x8e\xcf\x0e\xa1\x33\xb8\x0e\xd6\xb3\x61\x85\xda\x3d\x01\xd4\x8a\xeb\x60\x32\x07\xbe\xc2\xd7\xce\xe3\x9a\xc9\xc2\x1b\xcb\xd8\xed\x86\xc6\x7f\xf5\x1d\x3b\x93\xce\x83\xa3\xe1\xf0\x3a\xf8\x43\x07\x43\xf8\x6f\x9a\xff\xa4\x91\xce\x0b\xf9\xdc\x74\x4b\x9c\x63\xce\x66\x67\x8c\x7c\x13\x7c\xf0\x78\x12\x71\x9b\x85\x79\x31\x86\xe4\x8a\x45\x1c\x77\x00\x64\xc7\x6c\x39\xc5\x3d\x11\x80\x71\x67\xdf\x2d\xee\x32\x00\xc6\x8d\xd3\x4b\x78\x22\x00\x18\xe7\x8a\x1e\xf1\x3c\x01\x60\xec\x6b\xd8\xc1\x73\x1c\x60\xf4\xab\x17\x98\x07\x61\x18\xfd\xec\x41\x88\xd9\xc1\x8f\xf5\xd0\x3d\xa5\xc2\xd8\x91\xec\xc5\x27\x46\x36\x00\xf7\x8b\x36\x13\xfe\x37\x38\xfe\x36\x7e\xec\x6c\x76\x0f\xf8\xb0\x93\x53\xbd\x00\x23\x19\x80\x27\xbb\x3a\x85\x51\x09\xc0\x2b\x50\x59\x26\xab\x00\xc0\x9b\x75\x4d\x9b\xd1\x0c\xc0\xab\x59\xba\x97\x6f\x3d\xeb\x73\x57\x94\x79\x3e\xd1\x79\x18\xa9\x0b\xa3\xe3\xd7\xd4\x41\xc3\xf8\x6f\x9a\xff\xa4\x91\xf6\x87\xa0\xf2\x41\xf7\xd5\x12\x4c\x76\x98\x8a\xcf\xe3\x38\x6f\xec\xf3\x2e\xbb\x68\x76\x1a\xe7\x74\x00\x39\xfb\xe5\x92\xdc\xa3\x00\x64\x43\xa2\xea\xb8\xa7\x01\xc8\x1e\xdd\x57\xc8\x73\x13\x40\x36\x34\x63\x22\x6f\x04\x80\x9c\xfe\x95\x68\x7e\x6d\x00\x59\xa5\xa6\x49\xbc\x3b\x00\x18\x95\x9d\x6b\xb9\xeb\x68\x7d\x58\x7f\x1e\x23\x00\x80\x73\xff\x5b\x6e\xc6\x0f\x00\x1e\xbe\xb6\x0c\x59\x09\x00\x9e\xe6\x87\xc1\xb2\x32\x00\xbc\x66\xf7\x1f\x8a\x60\x07\xbb\x06\x73\xd9\x66\x00\xbe\x9c\x9b\x2b\xe4\x7c\x00\xf8\x57\x8e\xd4\x41\x95\xbc\x95\x5d\x0a\xc0\x27\x79\x49\x4b\x56\x14\x80\x77\xe9\x85\x10\xd9\x29\x00\xbc\x55\xf0\xdf\x7d\x40\x7e\xeb\x40\x08\xff\x47\xef\x83\x56\xc0\xf3\x1b\xbb\xb9\xfa\x68\x16\x0a\x4d\x30\xc2\x57\x21\xb1\xf1\xf6\xb8\x9e\xe5\x4e\x78\x5d\xe1\x54\x02\x90\x97\x99\xb1\x8a\x6b\x11\x80\x42\xcb\x52\x76\x5e\x51\x00\x85\xb6\xa8\x63\x7c\xc5\x00\x8a\x63\x92\x9a\x05\xae\x0e\xd1\x0d\xc6\x96\x14\x0a\xf2\x02\xc8\x8f\xba\xb3\x5a\x60\x11\x80\x7c\xcb\xbb\x5f\x02\xa2\x00\x72\x86\x00\xdc\x51\xbd\x86\xac\xb8\x78\x77\xbf\x5c\xa4\xa0\x08\x20\xa8\xf5\xe8\xb6\x42\x31\x80\x50\xd4\x5d\x36\x85\x68\x00\xa1\x85\x0d\x5b\x14\x6e\x01\x08\xb5\xd1\x3a\xa8\xeb\x35\xf2\xed\x00\x82\xa9\x65\xce\xf2\x0b\x00\x04\x5e\x16\x1f\x52\xb4\x02\x10\x56\xb9\x7c\x41\x3e\x1e\x40\xa0\xb7\x40\x5d\x21\x08\x40\xb0\xfa\xbc\xa4\xfc\x5e\x00\x81\x13\x7f\xab\x03\x3a\x7e\x4a\xff\xf2\x9b\xff\xa5\xf9\x3f\x29\x7d\x44\xf5\xc7\xa8\x42\x43\x7c\x52\xc4\x4f\xe8\xe2\x79\x51\xb6\xd0\x2a\x88\x7d\x2b\x80\xe2\xcb\xf1\x9b\xb8\x52\x01\x94\xad\xfc\x9f\xf1\x34\x03\xa8\x2a\x86\x6c\xe5\xef\x03\x50\xee\x8c\xe4\x17\xb4\x04\x50\x82\xa4\x14\xa1\x28\x00\xc5\xec\x4c\x55\xa1\x2b\x2c\x2c\xe3\x16\x6e\x05\x50\x0c\x7c\x20\x2a\xcc\x7a\xfd\xee\x47\x7d\x21\xef\x1f\x09\x8a\x6a\x00\x02\xe6\x5d\x9c\x8a\x9f\xf1\xdc\x39\x53\x45\x11\x40\x5c\xfb\xce\x13\x15\x23\x00\xf1\x4d\xf5\x63\x55\xc4\x00\xc4\x27\x55\x37\xa9\x06\x01\x8c\xe2\xa4\xfd\xa0\xca\x4c\x94\xb5\x00\x44\xab\x8b\x8e\xb1\x3e\x27\x76\xef\x92\x82\x8a\x03\x80\x58\x45\x3e\x43\x39\x10\x40\x34\x30\xb7\x51\x71\x06\x80\x50\x43\x76\x9c\xf2\x2a\x00\x91\x8f\xf0\x1f\x74\x40\x52\x64\xde\xa0\xfc\xef\x07\x79\xe0\x02\xa1\xcd\xb8\xfe\xf9\x46\xad\x43\x43\x7c\x52\x68\xbf\x18\xa5\xf5\x26\x19\x9c\x46\x00\x6a\xd1\x2e\x86\x3c\xbe\x00\x1a\xc6\x93\x6e\xf0\x2b\x00\x68\x1a\x2f\xe6\x12\xda\x01\xa0\x1e\xb3\xe1\x80\x30\x13\x40\x35\x6b\x6f\x90\x28\x1f\x80\xaa\x49\xe6\x55\xb1\xa7\x00\x2a\x21\xd7\xa2\xc5\x37\x01\xa8\xac\x7e\x34\x4f\xfc\x0a\x80\x4a\xc5\xd7\x66\xd1\x43\x9f\xe6\xab\x46\x02\x88\xaf\x6b\x9f\xa1\x5e\x04\x20\xe5\x75\x5f\x52\xfd\x1e\x80\x54\x79\xfd\x12\xf5\xed\x00\x52\x86\x55\x0f\x35\xa2\x01\xa4\xfd\xcb\xc7\x6b\x16\x01\xc8\x5c\x19\xd4\xff\xf0\xab\xb7\x01\x8c\xde\x55\x90\xaf\x5e\x0f\x20\x39\x90\x7b\x59\xbd\x1b\x40\xf2\xc6\xd9\x02\xf5\xd7\x00\x92\xa1\x59\xf3\x54\x6f\x01\x88\x27\x9e\xba\xaf\x96\x09\x20\x81\xbb\xa7\x6a\xb5\x0f\x8f\x7f\x24\xff\x4f\xed\xff\xa6\x79\x60\xce\xb9\x9c\x6e\x38\xfe\x26\x21\x7c\x1f\x20\xf3\x43\x0c\xe7\x4f\xb9\x5c\x69\x2a\x07\x02\xd0\x8a\x37\x54\xe5\x2e\x00\xd0\xfe\x6c\x8f\x78\xbf\x03\xe8\xd9\x4e\x68\x15\xec\x07\xd0\xe5\x9b\xb7\x5a\x24\x16\x40\x47\x7e\xdd\x4e\xf1\x74\x00\xad\xa3\x89\x91\x92\x08\x40\x23\x32\xeb\x8c\x64\x07\x80\xfa\x9e\xca\xe5\xa3\x9f\x02\xa8\xfd\x7c\x36\x75\xb4\x2b\xc8\x69\xa4\x31\xdf\x4a\xd6\xbe\x69\xd4\xf2\x03\x90\x95\x78\x58\xaf\xb3\x1d\x40\xd1\xbb\x7e\xaf\xce\x2c\x00\x85\xfd\xd7\xbf\xeb\x16\x02\x28\xf1\x97\xbe\xd5\xed\x01\x50\xbc\x5a\xf4\x44\xa7\x19\x40\x7e\xcd\xc5\x36\x5d\x55\x00\xf9\x90\xf3\x86\x7a\x2e\x00\x0a\x46\x39\x72\xda\x35\x00\x8c\x39\x99\x1b\x74\xa2\x00\x18\x19\xe9\x49\x3a\xf6\x00\x32\xcf\xd3\x5a\x75\xfc\x00\x64\x12\x8e\xa5\x6b\x1f\x00\x90\xe6\x19\x3a\x0e\x64\x25\xff\x1a\x3f\xe1\x7f\x69\x1e\x5c\x24\x8c\x3c\x0d\x0c\xb0\x3d\x66\xa1\x7a\xb6\x80\x3f\xc2\xba\x10\x46\x0a\x5b\xc4\x6f\xbf\x18\xe3\x99\x16\x0f\x05\xec\x00\x4c\xc6\xb9\xfb\x8b\x98\x03\x18\x6b\xce\xf6\x92\x50\x05\x30\x3c\xbd\xe6\xae\x94\x34\x80\xde\xe1\x84\xf9\x32\x8a\x3f\x42\x74\xb7\x67\x0a\xcb\xbd\xe8\xdb\xa2\x73\xeb\x9a\x99\xe2\xeb\xde\xfd\x3a\x37\x1e\x9e\x51\xe1\xfa\x20\xa5\x9b\xd5\x3f\x5a\x65\xc6\xb3\x08\xfd\x0c\x78\xab\xce\xd3\x68\x65\x78\x14\xaa\x34\xab\xae\xcf\x34\x32\x82\x5a\xcd\xb0\xab\x82\x86\xaf\xe1\x89\x7a\x43\xa1\xb0\xe1\x35\xe8\x52\xf3\xcf\xbb\x6b\x14\x09\x6f\xd4\x2e\xe5\xb4\x1b\x66\xc3\x0f\x95\xdc\xcc\x26\xac\x7b\x69\x3f\xc5\x34\x2c\x07\x50\xe6\x3c\x31\xc3\xe8\x3a\x80\x72\xea\x31\x3b\x83\x5b\x00\x0a\xd3\x8e\x58\xe9\xd7\x02\xc8\xad\x3f\xf0\x52\x5f\x1c\x80\xf1\x15\x06\xfd\x80\x7e\x8f\x7f\xee\x7b\x7f\x8b\x5f\x94\x3c\xad\x2a\x72\xa2\x61\x7a\x10\xda\x1f\xc2\xa2\x4b\xa8\x96\x85\x76\x8f\x94\x8e\x71\xf1\x02\xd8\xbe\x34\xd2\x15\x38\x04\x60\xfd\xcd\xe5\xa4\x78\x10\x80\x95\xc5\xf4\x45\x52\x6e\xdf\x05\x2c\xe2\x57\xf8\xcb\x2f\xef\x75\x31\x57\x8a\x35\x51\x5d\xf4\xf6\xa0\xe9\xc6\xd4\x0a\x2d\xe1\x97\x05\x26\xae\x97\x8f\xeb\x16\xb7\x85\x19\x2f\x6c\xb6\xd1\xef\x7b\x92\x60\x9c\xf5\x9e\x69\xc8\xdf\x3c\xd9\x34\x04\xe6\x1b\x9e\xbc\xbe\xda\xac\x06\xe6\x1b\x7e\xbd\xc2\x66\xee\x04\x6b\x0d\x2a\xf2\xbf\x9b\x17\xc0\x2e\xfd\xd8\x41\xdd\x4b\x97\xf9\x6b\x38\xa7\xd3\x76\xea\x9c\x79\x32\x94\x6a\xaf\x3e\x6e\x63\xb1\x08\xae\x6b\x6b\xa6\xcc\x37\x2b\x86\x97\xea\xaf\x69\xdd\xcb\xfe\x45\xa6\xbf\xe0\x87\xaa\xdb\xde\x13\xa6\x73\x00\x94\xd7\xc7\x37\x98\x86\x02\x28\xd5\x0f\x8d\x9f\xae\x7f\xc2\x7f\x93\xf8\xc5\x78\x28\x54\x26\xbe\xc6\xfa\x64\xbf\xb7\xf9\x74\x0a\xed\x48\xbe\x9c\x17\xb3\xc5\xb0\xd0\xc3\x6d\x34\xee\x2f\x33\x7e\xb7\xf6\x66\xfe\xb9\xbf\xc6\xb8\x82\x9d\xd9\xa8\xd3\x1f\xed\x9c\x33\xfc\x36\x28\x74\xbd\x0e\x1b\xf3\x65\x51\xb7\x46\x7c\x9b\xa6\x43\x61\xd4\x61\x7d\xf3\x96\x76\xbb\xc3\x07\x17\x99\xe4\x37\x17\xdb\xd4\x9f\x5f\x67\xf1\xbc\x61\x94\xb5\x77\xad\x88\x75\x52\xad\xa2\x55\x6b\x47\xa0\xad\xd4\x0d\x6f\xeb\x76\x66\x8d\xcd\xe3\x4b\x4f\x6d\xbd\x99\xaf\xac\x4f\xd3\xbe\x2f\xa7\xd3\xed\x16\x83\xbe\xf9\xce\x34\x7d\x3b\x23\xf0\x32\x5d\x7d\xcc\xc6\x6e\x32\xcc\x32\x31\x3f\xa4\x61\x67\x00\x1b\x8c\xf8\xf7\xf7\xdb\x31\x60\x87\xa1\x54\xe2\x80\xad\x03\x9c\xd5\xed\x4f\xa8\xb2\x5e\x09\xb7\xb4\x7e\xc4\x31\x6c\x4e\x41\x9d\x36\xe7\x8e\x97\x56\x8f\xe0\x9d\xfa\xde\xed\x82\x56\x2f\xa0\x57\x9d\x63\xe8\x38\xa0\xe2\x47\x64\x7f\xbf\x28\xe9\xeb\xa0\x4c\xe2\x36\x22\xfa\x17\x9a\x07\x75\xb9\x48\xa1\xe7\x88\x3e\x09\xd3\x42\x04\x14\x11\x1a\x98\xe0\x7f\x47\x29\x8f\x97\xeb\xfd\xa5\x29\x1e\x66\x85\x92\x99\xcf\x65\x7d\x8d\xc6\x3b\xa9\x6d\xb9\xdf\xef\xb5\x6d\x96\xa9\x41\x47\x83\x9a\xfb\xdb\xd5\xa5\x16\x01\x55\x0e\xe3\x9c\xf7\xbc\xb0\x5b\x75\x4d\xd4\x35\x2b\x23\x65\x4c\x4f\x71\x83\x73\x6a\x79\xa8\x2b\xa3\xb0\xdc\x69\xe9\x93\x24\xb7\x47\x05\x8f\x9d\x0e\xfe\xe0\x74\xeb\xc9\xd4\x77\x89\x67\xba\xbb\xda\x1e\x0f\x75\x69\x65\xee\x1b\x13\x74\x38\xd4\xe5\x12\xf3\x86\x7d\x42\xd2\x59\x57\x2f\xe6\x7b\x5b\xd3\x84\x2a\x97\x99\x20\x63\xa5\xb9\x27\xc5\xf9\x2c\x58\x9a\x7f\xdf\xa5\xe8\x14\x02\x0b\x4d\x16\x6c\xbf\xe4\x1c\x0e\x8b\x4c\x42\xb6\xbe\x1c\x13\x0f\x07\x0c\x16\x6d\xc9\x1d\x13\x08\xa9\xfa\xa9\x51\x9f\x1d\x7e\x40\x99\x4e\xda\x26\x2d\xfb\x1a\x78\xa8\xc9\xfc\x33\x7e\x3e\xc2\xeb\xd1\x3a\x08\x5a\x07\x60\x37\x85\x42\x8f\x99\x68\x98\x1e\x60\x26\xe9\x0f\x30\x8f\xea\xff\x2d\xbb\x68\x33\xda\x89\x50\x57\x71\xc8\x6e\x86\x24\xe7\xe5\xa7\xb3\x17\xf2\xea\xfb\x8d\x3a\xdc\x2c\x3e\xe7\xf5\x98\x4b\x6a\xe8\xc6\x9b\xe9\x07\x26\xeb\x9b\xa9\x5e\x79\x3e\x35\x68\x89\x8e\xfd\x93\x82\x35\x93\x74\x62\x04\x5c\x8f\x9c\x55\xf3\x9d\x74\xcc\xc5\xfd\x6e\x7a\x97\x0f\xdf\x65\x25\xef\xdd\x27\x82\xbc\xfc\xef\x38\x4e\xb8\x75\x4c\xc8\x33\xbf\x77\xa3\xaf\xdb\xfe\x79\x5e\x8f\x7e\x5d\xf4\x1e\x1f\x6f\xee\xd5\xce\x94\x1c\x1f\x1b\x7b\xde\x4b\x9a\xb9\xd2\x65\x5d\xcc\x21\xaf\x2b\xcc\xdd\xce\x1c\xd1\x51\x5e\x92\xcc\x32\x87\x6f\x51\x7b\x3c\x1a\x98\xbd\xb6\x79\x1b\x92\x3d\x47\x83\x80\xf5\xdd\xf5\x5b\xdc\xcf\x80\xb1\xa5\x50\x44\xdf\xf8\x6e\xf0\x30\x57\x5c\xa3\x31\x5e\x15\x42\x4c\xb6\xac\x7a\x3b\xf6\x33\xc4\x18\x39\xaf\xcc\x1d\xeb\x04\x47\x0c\x9c\x86\xcc\x03\x64\xbc\xcb\x3d\x1b\x1e\x3f\xad\x03\xf0\x1c\x43\x61\xc0\xf5\xa1\x71\xff\x12\x5e\x8a\xf9\xf0\x8f\x4d\xe1\x78\x15\xa4\x33\x79\x2d\x7e\xbd\x35\x7c\x43\xa3\x44\x21\x42\x4d\x9e\x6b\x67\xa8\xef\x14\x9b\x5e\xb9\x67\xe5\x1e\x6b\x71\xe5\x3d\x85\xd5\xa1\xb3\xbc\x1e\x98\xf8\x66\xed\x5a\xc0\x33\xe7\x86\xf3\xfa\xe3\x13\x83\xa4\xd6\xad\xf4\x94\xd8\xdf\x1f\xf8\x63\xdf\x74\xdf\xf6\x04\xd3\x19\xf6\xe7\x4a\x26\x7f\xdc\x59\x1c\xe0\x54\xab\x38\x2d\x76\xdb\x55\x7f\xab\x4e\x27\xff\xc8\xe8\x32\x7f\xfb\x5f\xa2\x53\x5a\xd7\x7f\xf6\x57\xfb\x95\x34\xa1\x67\x6d\xe9\xb4\xc8\x5f\x6d\x5e\x8c\x55\x6c\x53\xb7\x32\xcd\xc7\x85\xad\x9c\x3c\x65\x21\x33\xd4\xd5\x73\x85\xe2\xe4\x67\xcc\x58\xe7\xb8\x30\x8d\x89\xeb\x98\x8d\x0e\x12\xcb\x02\xfd\xce\x32\x3f\xda\xe6\x2c\xd1\xf5\x0b\x84\x51\xd6\x3a\xc1\xd9\xbe\x63\xc1\xcc\xa2\x20\xf8\x8a\x4f\x02\x4c\x34\x5b\xbc\x50\xcd\x67\x33\x84\x98\x38\xfd\xa9\x03\x31\xb4\x1a\x1e\x3f\xad\x03\x08\x24\x3a\x09\x4a\x07\xf3\x3d\x6e\x15\xe6\x7d\x7a\x94\x28\x7f\xfc\x17\xed\x5b\x28\xff\x7b\x97\xed\x98\xa7\x69\xd8\xb9\x73\x13\xef\x6c\x84\x2a\x6e\xc7\xba\xc9\x7f\x14\x54\xbf\x18\xbb\xf5\x8a\x71\x85\xfc\xe6\x4c\x93\xc8\x4d\x6e\x9b\x0d\x16\x1e\x1e\x15\x21\x18\x50\xef\x68\xba\x4b\x2c\x2c\x63\x39\x9b\xcf\x85\xa8\x9f\x4b\xd7\xed\x94\x9c\x32\x69\xed\x97\x90\x3b\xe9\xe2\x01\xdf\x57\x1c\x5d\x7c\xb4\x9c\x67\xe6\xa3\xa5\xbc\x8b\x8c\x9f\x2e\x0e\x64\x86\x04\x2e\xfc\xf6\x33\x78\xe6\xc0\x22\xbe\x05\x81\xbf\xd8\xa7\x46\x2c\xe8\x9f\x5b\xf4\x6b\xb3\x6f\x36\xad\xf7\x98\xcb\x3b\xc7\x87\x29\xee\xce\x3e\xe7\xd7\xac\xa3\x4c\x3f\xb7\xe5\x7f\xe8\x3d\xf4\xa7\x4f\x64\x3e\xb4\x7b\x39\x93\x37\x40\x03\x38\xac\xaf\x4e\x3f\x37\xed\x27\xa8\x59\xba\x4c\x2f\x9a\xea\x0d\x8e\xe6\xea\x00\xa2\x24\x6e\x9d\x58\x0a\xed\xfd\x86\xc7\x4f\xf3\xe0\xcb\xf1\x7e\xee\x01\x3b\xaa\x3f\xca\xfb\xbc\xad\xf8\xb8\x3d\x68\x27\x9e\x17\x1e\xcc\x4d\xc0\xab\x3b\xb7\x0a\xf6\x61\xfe\xea\x9a\xed\x01\xcc\x73\x15\xd6\x1f\x6a\x95\x4e\xe1\x10\xcb\x9c\x94\xec\xaf\xa3\x24\x55\x7e\x58\x23\xe1\x8e\xc3\x36\xad\xce\x5d\x02\xbb\x56\x4e\x52\xb0\x3e\xb1\x5e\x2b\x26\x70\xf1\x6a\x77\xf3\x65\x9a\x9b\xcf\x6c\xf1\xf2\x7b\xbf\xb0\x35\x8a\xe3\xf8\xd5\x29\xe3\x83\xdc\x37\x6d\x2e\x59\x3a\x4d\x28\xd0\x79\x63\xd6\xa3\x84\x69\x63\x67\xcc\xdb\x98\xf1\x43\x61\xca\x8b\xe9\x8b\x23\xac\x7e\x25\xf9\x5a\x05\x58\xad\x0a\xfe\xf5\xd5\x53\xd4\xff\xfc\x0a\x69\xa6\xc5\xb8\x23\xfe\x8e\xcb\x13\x99\x53\xdd\x4a\xa6\x49\x85\x0a\x30\x8f\x3b\x4d\x99\xa6\x1f\x22\xcb\xcc\x1f\x23\x33\x35\x70\xb1\x3d\xf3\x81\xfd\x81\x29\x71\x0b\x7e\x30\x7f\xda\x74\x4c\x99\x3c\x37\x02\x14\xac\xbc\x27\x97\x06\xf9\x80\xb1\x45\xf5\x24\xa7\x39\xaa\x30\xd1\x4c\x15\x40\xb9\x66\xf8\xfc\x37\xe1\xcb\xf0\xf8\x29\x1e\xfc\x7b\x65\x34\x5e\x05\x7b\x77\x86\x8a\xbb\x0d\x12\xf1\xaa\xdf\xfd\xfc\x03\x78\x35\xf8\x96\xe6\x91\x8f\x2c\x2c\xfb\x90\x8a\x79\xb1\x82\xb2\x93\x78\xf5\x35\x4b\x21\xc3\x42\x58\x04\xa1\x23\x07\x4e\x1d\x51\xd1\x16\x3d\xb4\xdb\xf3\x04\x9f\xa5\x86\xf2\xe3\x8d\x91\x29\xdd\x5e\x29\x26\xe7\x96\x24\x1e\x14\x9a\x1b\xed\x2c\x1f\xa4\x98\x5c\x12\xa9\x36\xfe\x62\x40\xdd\xbe\x25\x47\xde\x7a\x56\x4f\x36\x4c\xd2\x2c\x8a\xf4\x8e\xf1\x0d\xdd\xeb\xf7\x40\xd1\xfb\x9a\x4f\xca\x5e\x9d\xaf\x5f\xbc\xec\xbd\xdf\xc4\x75\x30\x6d\xc6\x89\xfb\x84\x6d\x97\x64\x2e\x71\x5d\xe0\x5d\xbb\xa5\x87\x99\xea\x34\xd1\xdb\x35\xf2\x11\xf3\x9e\x03\x9b\x8f\xe4\x86\x06\x66\xab\xfd\x66\xef\xb4\x08\x4b\xe0\xb2\x39\xe7\x7d\x69\xb5\x1a\xc8\x59\x73\x7a\xf5\xaf\x3c\x06\xf6\x16\x51\x9e\xb5\x61\xa6\x10\x64\x1a\xe7\x59\xb4\xcc\x08\x96\x9b\xcc\xf5\xa8\x5b\x62\x0b\x7b\x0c\x33\x00\xcc\xdb\x86\x8f\xff\xe1\xf1\x0f\x70\x6e\xcd\xc2\xe7\x7f\xea\x6e\xec\xf7\xf0\x7c\xea\x7e\xbc\x9a\xf8\x80\x71\x14\xf3\x1c\xb7\xbc\xd2\x0c\x70\xfc\xb7\x33\xa8\x7d\xdf\xc7\xcf\x60\x9d\x65\xa6\x72\x2e\xe6\xbf\x0f\xcf\x2a\x70\x46\x72\x08\xc5\x7f\x2d\xe0\x92\x15\xe7\xfd\x11\x75\xe5\xbc\xb7\x61\x09\xc3\x76\x79\x71\x8e\xac\xdb\x25\x1d\x97\x59\x9b\xb2\xa6\xcf\x3c\x6c\x9d\x3b\x65\x53\xa6\xe4\xba\x7e\x87\x05\x3e\x31\xa7\x3f\x1d\xd4\x75\x8a\x74\x97\x3b\xcd\x76\xf1\xb4\x0b\xc3\x6d\x67\xba\xc4\x9d\x7e\x97\xf9\x2e\xb5\xe9\x92\x7d\xe3\x9d\x2a\x5c\xfa\x8e\xcb\x33\xcb\x1c\x96\xb8\xb2\x1d\x4a\x61\xbe\xb6\xed\x71\x9d\xb4\x6f\x14\xf0\x5a\xbf\x76\x19\x48\x18\x0f\x3a\x96\xbb\x5d\xa5\x77\x25\xc0\x58\xf3\x04\x97\xb9\x3b\x1e\xc3\x7c\x53\x07\x17\xb9\x98\x04\xd8\x60\x3c\xc7\x85\x2b\x5a\x1d\xe2\x0d\xaf\xb9\xae\xdb\x64\x0d\x71\x46\x1c\xce\x55\x1b\xac\xe0\x9c\xde\x63\x67\xf9\xb5\xfb\xa1\x4a\x67\x13\x80\x87\x12\xfa\x8b\x0e\xe4\x87\xd1\x36\x5c\x1f\x1f\x52\x12\x42\xd1\x50\xfd\xd3\xd6\xe3\xbf\x70\xfc\xc7\x28\x5e\xf4\x9a\xfa\x19\xcc\x87\x5e\x34\xc9\xc3\xbc\x56\xf6\x53\x4a\x17\x72\xb4\x8a\x5a\x15\x8d\x3f\x59\x8a\x79\xa0\xad\xdb\xcb\xa5\x25\x8e\x22\x14\x1e\x5a\x9a\xa5\x59\x24\x6e\x38\x6f\x77\x49\x84\x43\xae\x72\xe2\xa4\xa8\xa2\xe6\xa9\x03\x86\xd3\x3c\x55\x8a\x44\x57\xfd\x32\x3d\xed\x6a\x7e\x79\xfe\xbe\x59\x16\x5b\x1d\x39\x2f\x55\xe4\xcf\xb6\xec\xb6\x3d\x77\x89\xf7\xb6\x9e\x95\xba\xcd\xd8\xc2\xfc\x8f\x25\x16\xfb\x6d\xb6\x9c\x4f\x01\x2f\xd3\xcb\x36\x1b\xb3\x82\x21\xd4\x78\xb5\x4d\xe1\xa9\x8b\xb0\xd1\x68\x9a\xad\x7d\xaa\x1e\x6c\x33\x2c\xb6\xdd\x7c\x44\x0b\xf6\x1b\xac\xb4\xf1\xdf\x7f\x0e\x8a\x75\x6d\x6d\x45\x92\x5e\x40\xb1\xee\x14\x9b\xe5\x09\x9a\xd0\xa4\x6d\x65\x33\x63\xd7\x71\x68\xd3\x4c\xb3\x86\x58\x4d\xe8\xd2\x98\x69\x7d\x26\x26\x1d\xbe\xa9\xdd\x01\x98\x19\x30\xf4\xfc\x33\x9f\x6d\xc7\xfa\x8f\x9e\xb1\xfb\xf0\xfc\xdf\xee\x7b\x14\xfb\x38\x3c\x48\xc4\x2c\x01\xaa\xd7\x3b\x8b\x79\xfd\xf2\x12\x2a\xee\x4b\xed\x97\xf0\xfc\x78\x36\xfa\x0a\xd6\x87\x9d\x08\xbc\x86\x75\x44\x49\xb7\x2b\x71\x7f\x98\x98\x51\xd5\xf8\x7a\x12\x6e\x5b\x17\xc4\x29\x80\xd0\xa2\xd4\x3a\x57\x45\x09\x7e\x11\x7f\xe9\xda\xfb\x96\xa2\xd2\x5d\xee\x93\x6f\xca\xf8\xc6\xab\xd5\x39\x6d\xa9\xf9\xb5\x7c\xa5\x56\x8b\x4d\x7a\x4d\x63\xfc\x0e\x5d\x21\x0b\x8e\x9a\x09\xe7\xa6\xe9\x1d\x31\x79\x56\xdd\xd7\x20\xa2\x97\x6e\x7c\xa0\x3a\xb3\x7b\xb5\xce\x23\xe3\xcb\x15\x3a\x70\x5b\x4b\xc3\xf8\x52\xd1\x4b\x78\xa6\x71\xdf\x84\xbd\x60\x14\x74\x6a\x88\x9b\x34\xe7\x7c\x85\x57\x1a\x1e\xc6\x8f\xb2\x57\xc3\x77\x35\x65\x93\xcd\xe9\x72\xf0\x43\xf5\xbd\xa9\xc0\x89\x51\xf0\x4b\xb5\xda\xe4\x55\x8a\x3f\x80\xca\x3a\x53\xc7\x43\x1e\x00\x2a\x16\xa6\x31\xc9\xba\x00\xca\xf1\x26\x13\x12\x4d\x00\x14\xe5\xe9\xf9\x0f\x20\xe6\xf1\xd0\xf8\x3b\x3c\x8e\x63\x5e\xe3\xe1\x9c\x4c\xcc\xe7\xd4\x7f\xcf\xc5\x7a\xa7\x4a\x23\x4a\x0f\x73\x39\xa9\x18\xeb\x01\xce\x5d\x2a\xc7\xf7\x9d\xa7\xde\x51\xac\xc9\xc1\x77\x37\x71\xfc\x71\x63\x1a\x30\xdb\xb4\xa1\xb7\x59\x95\x85\x8b\x4f\x50\xfd\x54\x02\xc3\x1f\x5e\x93\x5a\x83\x90\xd7\xd9\x96\x53\x06\xaa\xa2\x33\x1c\x4d\x5a\x04\xdd\x23\x19\x17\x2c\x73\x5a\xfc\x82\x0d\xe4\x1b\x8c\xdf\xb6\x44\xed\x14\x53\xd2\xd2\x9f\xd6\xe2\x94\x75\x4d\xe9\xb3\xce\xc1\x16\xb1\x5a\x01\xa5\x26\xed\x9d\x2d\xfc\xef\xcc\x15\x7e\x69\x6f\x6c\xee\x07\x90\x53\xd2\x3e\x5b\xbb\x19\x40\x4e\x5e\x7b\x67\xa5\x1a\x80\x6c\x84\xb6\xdb\xd5\x01\x00\xc6\x05\x1d\xed\x4b\x77\x00\x64\x03\x74\x0e\xe7\x6f\x07\x90\x9d\xaa\xad\x78\x4e\x1d\x40\xfa\x8d\xce\x9a\x6c\x0d\x00\x86\xb4\xae\xc3\xa9\x02\x00\x86\x87\xae\xc2\x89\x0e\x00\x99\x22\xdd\xed\x47\xdd\x00\x64\xd6\x01\xc4\x60\xbf\x86\x4f\xc9\xc9\x32\xf8\xfa\x2f\x9b\x8a\x9f\x23\x1e\xde\xcd\xc6\xf7\x09\x8d\x1f\xf2\xb1\x7e\xac\x4a\xac\x18\xf7\xdb\xbb\x52\x52\x86\x79\xce\xbc\xda\x1b\x9b\x58\x98\xc1\x7f\x13\xd7\x45\x8a\x52\x3d\xbe\xef\x4a\xb8\xda\x8c\x77\xa3\x6e\x55\x79\x80\xfb\x87\x84\xfb\x50\x3a\x81\x39\x45\xcf\xb1\xae\xc8\xeb\x50\xc7\x55\x2e\x77\x84\x9c\x56\xbe\x3a\xae\xba\x83\x77\x96\xb9\xdc\x2b\x5f\x27\x3b\xb1\x5d\x06\xce\x9d\x99\x41\x2b\x25\x72\xb5\x5e\xbf\x1e\xb5\x65\x87\xa4\x9a\xba\xc0\xeb\x6d\xa7\x26\x48\x1e\x54\xc9\x7a\x7d\xff\x46\x96\x24\xa7\x72\xe7\x1b\xab\x37\xf2\x12\xda\x2a\xdc\x2f\x17\x03\x88\x5e\x55\x7a\xfe\xb0\x06\x40\xa4\x48\x39\xb0\xd9\x1e\x40\x74\x9f\xb2\x44\x9d\x3c\x80\xa8\xbd\x72\x4b\xd5\x26\x00\x31\x23\xe5\x17\xd7\x6a\x00\xc4\x18\x2a\xb9\xc5\x7d\x00\x62\xed\x2a\xb5\x85\x1e\x00\x62\x37\x54\x3b\xf3\x26\x02\x88\xd7\xaa\x5c\xc8\x39\xc5\x7a\x5f\x35\x2b\xeb\x01\x80\xd8\xdb\xbe\x48\xca\x0f\xeb\x8d\xf2\x09\x3c\xbf\x3f\x39\x79\x06\x8f\x8f\xe6\xa6\x42\xcc\xa2\xd5\x1c\x2f\xc5\x79\x28\x2d\xbf\x61\x86\xaf\x03\xde\x35\xf8\x3e\x32\x5b\xbf\x01\xf3\xc3\xa9\x87\xef\x60\x5d\xdd\xfe\x5c\x8a\x27\x8d\x9d\xf5\xe4\x24\xae\x83\xab\x6d\xb8\x1f\x55\x68\xfe\x2b\xcc\x36\x05\xc4\xbd\xc5\xdf\xe3\x32\xaa\x17\x5f\x67\x2c\x42\xbe\x5c\x93\x7a\x8c\x90\xf6\x9b\xbe\x2b\xe6\x39\xbc\x6d\x6a\x63\xbf\xce\xf6\x97\xe6\xb7\x56\x92\xfa\xd6\xbf\xde\x98\xff\xba\xbc\xd6\x80\xe5\xd1\x79\xfc\x4b\x65\xe3\x06\x9e\x94\x85\xf0\x2d\x92\x15\xfd\xe9\xf8\x72\x37\xcf\x1c\x59\x85\xaf\x13\x01\xb8\x2c\x65\xa7\xbf\xdd\x0d\xc0\xdd\x2e\xab\xfb\xbc\x19\x80\x47\x57\x56\xf8\xb1\x12\x00\x8f\xbf\xec\xd8\xbb\x7b\x01\x78\x40\xd6\xaf\x61\x0b\x00\xaf\x3d\xe3\xc3\xcd\x79\x00\x3c\x39\x72\x3a\x95\xb1\x00\x7c\x67\x65\x6b\x4a\x4d\x00\xf8\x46\xc9\x9b\x17\xdd\x05\xe0\x07\x11\xbb\x4b\x78\xfd\xfa\x6d\xed\x09\x3c\xaf\xb5\x1e\x39\x4b\xe9\x20\x17\x17\x9e\x66\xe1\xcd\x09\x54\xfc\x65\x5d\x37\x9e\xe0\xfb\x80\x31\xb7\xb0\xae\xe3\x6c\x76\x33\x1e\x0f\xb4\x0e\xe8\xb0\x18\x15\x77\xc2\x9e\x76\x7c\xbf\x1d\xe3\xd2\x89\xf5\x02\x6b\xe6\x75\xe1\xeb\xc5\xc2\xc6\x1e\x5c\x1f\x93\xcf\xf5\x61\xbe\xd8\x71\xcc\x0f\xec\x2f\xa3\x96\x02\xc0\xd1\x8d\x90\x22\x2f\x80\xb6\x19\x07\xbf\xdc\x1b\x00\xef\x37\x9c\xee\x8c\xd9\x00\xcb\xe3\x39\x3a\x64\x56\x02\x24\x1e\x66\x2f\x97\x9e\x08\x90\x7b\x18\x21\x89\x43\x00\xf5\xa3\x10\x12\xef\x04\x78\xff\x0c\x21\x9e\x60\xe2\xef\x10\xfc\x05\xfb\x5c\xb0\xc7\xbc\xc7\x7a\x0f\xf6\x09\x1d\xb8\x33\x03\xfb\xda\x56\xbc\x8e\xcd\x61\xfc\x00\xef\xc5\x63\x8f\x6f\xa6\x18\xb8\x19\xf5\xd3\x59\xc8\x96\x51\x83\x9d\x19\xd8\x56\x55\xe2\xfd\xad\xcf\x27\x9c\xc3\xd7\xcd\x07\x8f\xa9\xf1\x5e\xb7\xa6\x02\xcf\x73\x15\x57\x6f\xe2\xf9\xf3\xf2\xec\x46\xec\xa3\x93\x5b\x70\x0f\xf7\xc7\xca\xf0\x7c\x8c\xdf\x3f\xa6\xd0\x86\xeb\x68\x9f\xcf\x2b\x7c\x3f\xb1\x73\x75\x17\xbe\x7e\x6e\xba\xd3\x83\xeb\x2a\xac\xe1\x0b\xf6\x93\x08\x6a\xfb\x8e\xaf\x3b\xbe\xa4\x2f\x06\xcd\xf7\xca\x91\xfe\x12\x12\x32\x00\x72\xcf\x11\x12\x5b\x00\x30\xc6\x0c\x21\xd1\x33\x00\x73\xbc\x10\x12\x62\x00\x6c\x5a\x8a\x90\xc0\x6d\x80\x23\x35\x08\xf1\x9f\x03\x28\x9c\x8d\x10\x6f\x10\x40\x93\x1f\x42\xdc\xd5\x00\xef\x8e\x0d\xf1\x75\x40\x4c\xc2\x40\xd3\x7c\xfe\x3b\xaa\x33\xc7\xf6\x0e\x29\xea\xf8\x29\x61\x18\xe9\x0e\x0f\x77\x9a\x29\x6c\xc0\x3a\x88\x96\xac\x2b\xb8\xbe\x1b\x5c\x2a\x71\x1e\x2a\xdb\x6b\x71\x1d\x14\x3f\x27\x3a\x28\xdd\x87\xf8\x7a\x99\xdd\xd4\x86\xe7\x81\xd4\xe8\x17\x78\xfe\x3f\x18\xf7\x16\x3f\x77\xc7\x1b\x75\xe3\xba\xd8\x36\xee\x2b\xd6\x85\xad\xeb\xfd\x81\xeb\x63\x24\xff\x3f\xbe\x0e\x86\xed\x77\x97\xd6\xa5\x90\xa7\x1e\x40\xec\x08\x42\x9c\x37\x01\x4c\x5a\x10\xe2\xea\x07\xf0\xeb\x41\x88\x43\x1b\x60\x29\xeb\x0e\x7e\x0b\x40\x6c\x04\xeb\x7c\x02\x9c\x24\x8e\x90\x45\xe5\x08\xb1\x1b\x03\x34\x5d\xa4\x78\xdb\x8e\xb5\xd4\xeb\xdf\x97\xa0\x21\x7c\xfe\x00\x61\x58\x3f\x3e\xa5\xb0\x6b\xf3\xf0\xbc\x3c\x23\xca\x85\x87\xd8\x89\xe0\x36\xd7\x75\x1c\x57\x55\x47\x1d\xf6\x7b\x28\x6d\xba\x8f\xe7\x85\x0b\xe1\x8f\xf1\x75\xe0\xcc\xbd\xe7\x58\x17\x75\xaa\xfc\x8d\x2f\x9e\x0f\xdf\x77\xe3\xf9\x30\x49\xfa\x33\x66\x55\x77\x29\x0d\xe0\xbe\x49\x51\x4c\xc0\x7a\xa0\x15\xa4\xcf\xc3\xfc\x34\x0a\x27\x93\x7d\xff\x34\xef\xad\xb7\x88\x42\x49\x09\xf2\x84\x5b\x08\xc0\xc7\x7a\x72\xb9\x00\xa0\xb5\x8c\x8a\x63\x1c\xe1\xbd\xe7\x12\x9e\x77\x63\x0d\xa5\x07\xd8\x4f\xde\xa7\xf9\xec\x32\xd2\xe9\xab\x9e\xf0\xe5\x4f\xe6\x11\x5e\x7f\xe5\xdf\x74\x0e\x74\x5e\x3e\x69\x0e\xcb\x0b\xea\x28\x66\xe1\xcd\xcf\x8d\xf8\x7e\xf9\x5a\xfa\x03\xbc\xef\x88\xd6\x41\xe5\x7e\x78\x85\xf5\xb0\x19\xfb\xde\xe1\xfb\xc9\xe3\x8f\x28\x7f\x9c\xfd\x2d\x5f\xb1\x3e\x2a\xbe\x9d\xf2\x87\xa1\xfd\x50\x68\xfe\x3b\xe4\xd9\xf0\x3a\xf0\xb9\x4b\xa1\x0d\xe9\xb3\x41\xfb\x60\x0c\xd5\x3f\x70\xdb\x53\xa8\xca\xba\x73\xf1\x07\x70\x3c\x43\x1d\x07\x10\xfe\x7f\x05\x51\x3c\xef\x20\xfc\x35\xcd\x67\x9f\x63\xdd\xd9\x6e\x03\xb8\x42\xfc\x0f\x6a\x88\x6e\xe2\x3e\xe1\xcf\x69\x5e\x9f\x72\x32\x1a\x99\x97\xef\xa3\x49\xbd\x60\xc5\x56\x79\x23\x35\xdf\x15\x25\x3c\xc7\xe7\x3f\x6f\x6e\x27\x3e\xcf\xd9\xab\xa9\x7a\x3f\x69\xf4\x0d\x3f\x77\x1d\xf9\x40\xe9\x22\x68\x3f\x94\x91\x7d\x71\x68\x5f\x1c\x5a\x07\x42\xeb\x81\xc6\x92\x7e\x21\x74\x3f\x14\x5a\xff\x30\x94\xf7\xe7\x20\x8e\x66\x4a\xe4\x18\x3b\xc0\x4e\x07\x98\xe4\x4b\x1d\x07\x2b\x0c\xa9\x8b\x21\x9d\x5f\x07\xf5\x0e\xfd\x64\xbc\x10\xc7\x5c\x4a\xd9\x3b\x42\xff\x81\x00\xba\x0b\xfe\x96\x0f\x0a\xaf\x7c\x78\x8e\x7d\x81\x0a\xfa\xbb\x70\x15\xe6\x3c\xfa\x84\xeb\x3c\x7d\xee\xb7\x52\x34\x54\x07\x33\xc2\x0f\x85\xf6\x05\x5a\x99\x00\x7f\xd5\x81\xd0\x7a\x20\xba\x3f\x10\x3d\x2f\x28\x3d\xfe\x4b\x1e\x48\x27\x58\x79\xe2\x74\x4a\xeb\x40\x3c\xc8\x93\xff\xac\xd7\xc3\xeb\x62\x0b\xd9\x01\x40\xeb\x1d\xe8\x7c\x64\x12\xdd\xc8\x45\x92\xd7\x32\xf2\x7e\x3d\x39\x7e\xe8\x31\xbc\x4e\xfa\xf2\x7f\xe7\xa1\x30\xf4\x1d\xd6\x41\x9f\xb7\xfe\x8c\xef\x1b\x07\x75\x30\x64\x34\xd1\x3a\x10\x5a\x0f\x17\x4d\x8e\xd7\x5c\x86\xe1\x3a\x90\xe0\xe1\x75\x30\xbe\x9c\x8c\x07\x52\xff\xb4\x3e\x4c\x91\xcc\x8f\x82\xb9\xf0\x87\x0e\x84\x41\xc6\x07\xad\x03\x71\x53\xa6\xd0\xff\xe6\xf0\xba\xa0\xf5\x41\x3b\x32\x86\xe7\x83\x1e\x2f\xe9\x24\xaf\xe7\xc9\xca\x6a\x31\x19\x17\x37\x1e\x0f\xaf\x93\x56\xf2\xf9\x77\x3e\xe8\x7f\xd2\x3f\xfc\x13\x09\x1f\x48\xeb\x05\xe8\xef\xf1\x26\xef\x4f\x25\xbc\xc8\xbc\x97\x14\xae\x20\xda\x8b\xcd\x88\xc2\x84\x6e\x0a\xd3\x44\x28\xcc\xbb\x42\x61\x25\xf9\x77\xf7\x89\xa6\x83\x75\x07\x06\x84\x8b\xfd\x59\x4b\x21\xad\x7f\x78\x13\x4a\xe1\x8b\x68\x0a\x9f\x92\xbf\x41\xf3\xfe\x77\xc7\x51\xd8\x40\xb8\xa8\x91\xfa\x8f\x8a\xdb\xbf\xbf\xfb\xbf\xe9\x60\xfe\xe8\x87\xd2\x3d\xfc\x7d\x5a\x2f\x40\x7f\x8f\x87\x0a\xc9\x03\x59\xff\x0d\x8a\xf8\x7b\x1e\x12\x89\xef\x46\x1a\x1f\x85\xf9\x44\xd3\x71\xfd\xe5\xf0\x58\xde\xb9\xfc\xfe\xad\xdf\x39\x28\xfc\xf0\x94\xd2\x3b\xbc\x22\xf1\xb4\x11\x2d\xce\x93\xb1\x14\xde\x5b\x4d\x61\x13\xd1\x47\xd4\x91\x73\x7e\x73\x16\xc9\x75\x1b\x85\xd7\xbc\xfe\x92\x07\xc9\xff\x12\xff\x7f\xd6\x81\x0c\xd6\x13\xad\x33\x9a\x44\x74\x21\x41\xe4\xfd\xe5\x49\x23\xea\x41\x60\x78\x1e\x0a\x36\x93\x73\x25\x46\x21\x6b\x3c\xb3\xb0\x3b\xe4\xf7\x6f\xed\xd3\xa7\xb0\x8b\x70\xd1\x2f\x88\x16\xa3\x55\xf6\x1f\x75\xb0\x76\x78\x1d\xdc\x20\x1c\x7d\x45\x30\x85\x25\xfb\x7e\x7f\xf7\x48\x1d\x0c\x7d\xbe\xff\xd0\x7f\x8c\xc0\x41\x5f\x14\xd2\x47\x89\xd6\x0f\xd0\xe3\xc3\x97\xd4\xf9\x6c\x4a\x2f\x65\xb6\x94\xfc\xbd\x48\x8a\x3f\xde\x92\x40\xfa\x13\xa5\x91\xbc\x14\x50\xdf\xcb\x55\x45\xea\xf2\xf1\x07\x32\x06\x86\x8c\x0b\x7a\x3c\xbc\x9e\x43\xea\x80\xd4\xca\x23\x92\xbb\x7f\xe9\x80\x46\x8e\x83\x32\xf2\x5b\x8b\x43\x7f\x7f\xf7\x7f\xf3\x01\xa1\xf9\x5f\x5a\xef\xf0\x0f\x1d\xc8\xef\xba\x20\xf5\xe5\x43\x8d\x8b\x09\x33\xfd\x58\xc8\x2e\xb9\x04\xd7\x24\xbb\xd1\xc6\x57\x43\xf3\xc0\x16\x9a\x66\x87\xb1\xf3\xe2\x62\x8c\x7d\x37\xd9\xc8\x58\x27\x3a\x9b\xfe\x76\x84\x7e\x92\xdc\x74\x93\xf3\xdf\xe1\x47\xc6\x41\x35\xc2\xf7\x41\xf7\xa3\x29\xbc\x4d\xe2\xbe\xf5\x80\xd2\x3d\xd5\x20\x36\x7c\xbf\x54\xf9\x88\x8c\x83\x31\x14\x5e\x69\xa5\xf0\xd2\x9d\xdf\x79\xf8\x97\xfe\x61\xa4\x0f\xc8\x48\x1d\x08\xfd\x3a\xfd\x79\xaa\xaf\x16\x9a\x6e\x87\x35\x6c\x6c\xdc\xee\xf8\x9c\xb0\xb7\x4d\xc7\xfc\x16\x7b\x51\x30\xa5\x93\xbb\xb7\x09\x8f\x59\xce\x77\xf1\x85\x2c\xe4\xca\x39\x89\xc7\x3c\xd7\xc9\x42\xfc\x79\xae\xdd\x75\x9e\xf8\x7d\x97\xf6\x40\x7c\xac\xf0\x8b\x13\xa1\x6f\x73\xd9\xb0\x53\xdb\x9b\x0e\x36\xbc\x27\xbd\xad\x11\xe1\x2b\xd1\x83\x3e\xb6\x95\x2c\x6c\xae\x45\x1a\x2c\xac\x77\xe0\xc4\x57\x76\x5a\x07\x75\xfd\x28\x1b\xd6\x01\x95\xfe\xe4\xc0\x7e\x39\xc5\xce\xa8\x08\xc7\xff\x80\xd4\x60\x0a\x9b\xea\x60\x1e\xfe\x9b\x0f\xc8\x08\xfd\x07\x8d\xb4\x3e\x82\xce\x07\xe9\xa7\xc4\x69\x8d\xfb\x69\x71\x5b\x8f\xe3\xc2\x18\x3b\x15\xcf\xf1\xfc\xa5\x8b\x33\x58\x28\x70\x70\x03\xee\x1b\x21\x32\x3b\x11\xf7\x93\x10\xf6\x3a\x85\xe7\x0d\xe1\xf1\x45\x15\x2c\x14\x72\x68\xc4\x75\x27\xf0\xb4\x13\xd7\x32\xe5\x17\xf5\xf1\x12\x1f\x7e\x2e\xea\x18\x23\x70\x0a\xcf\x1d\xdf\xf9\xb1\xa2\xb7\x79\x2a\x3f\xee\x01\x56\x57\xcb\x87\xbd\x0b\x6a\x42\xf9\x5e\xe1\xf8\x57\x09\xe0\x2b\xf8\xa0\xfe\x47\x9b\x17\xfb\x4a\x15\xa6\x0a\xe0\x3b\xfe\xfc\x16\xde\x0b\x2c\xcc\xf5\xe7\xfc\x42\xe7\x61\x64\x1f\x94\x11\x3e\x20\x48\x92\xd4\x8b\xe4\x08\x5f\x04\xd2\x1f\x21\x4a\x16\x9f\x6f\x64\xaa\x8e\xfb\x03\xf0\x78\x9a\xe2\xba\x17\xba\xea\x82\xaf\x07\xc2\x77\x26\x63\xff\x14\xd1\xa0\x45\xb8\x6f\x82\xf8\x8c\x0d\x58\x27\x27\x69\x97\xb8\x09\xe3\xb4\xf4\x3e\xfc\x7a\xcd\x15\xdc\x37\x41\x22\xe0\x0e\x9e\xc3\x24\x0c\xde\xe7\x20\xf4\xe3\xab\x28\xee\x45\xd0\xf5\x44\x12\x3f\x17\x3d\x4d\x91\xc4\xcf\x07\xcd\x85\x8c\xe3\x00\x3c\x87\x6a\xdd\x65\x35\x01\x78\x07\xfd\xb0\xae\x7d\x92\xe3\x01\xe0\xe7\xba\x32\x49\xb6\x02\x80\x6f\x77\x61\x29\xe3\x11\x00\xaf\x44\x81\x06\xe3\x2c\x00\x4f\x61\xee\x2a\xc6\x6d\x00\x9e\x87\x67\xce\x33\x4e\x01\xf0\x84\x65\x8a\x31\x7e\x02\xf0\x3c\x86\xbf\xe8\x80\x68\xfe\x7f\xa4\x0f\x04\xd9\x07\x3e\x88\xd4\xeb\x1c\xfc\xa3\xf1\x75\x42\x20\x48\x09\xcf\x55\xc2\x76\x06\x9f\x70\x1c\x3d\x8e\x5a\x2c\x94\xe2\xf5\xc3\x73\x36\x23\x7b\xfe\x1d\x8e\xb7\x00\x8c\x09\xeb\xdd\x39\x4f\x02\x30\x2c\x12\xe5\xb9\x4e\x02\xc8\x54\x67\xb0\x73\x5d\x02\x90\x99\x51\xea\xcf\xf9\x16\x40\x66\xfa\x83\x34\x0e\x79\x00\x99\x96\xcf\x79\xec\x8e\x9f\x4c\x65\xed\x00\xb8\x2f\x3e\x9f\x22\xf7\x13\x80\xbf\xf8\x6e\x89\xc2\x2e\x00\xa1\xe5\xb7\x36\x2b\xa4\x02\x08\x65\x55\x7e\x56\xb0\x02\x10\x12\x2b\xd3\xc1\xfe\x3f\xc6\xb4\xff\xcf\x85\x42\x85\xe9\x00\x82\x4d\x79\x33\x14\x83\x00\x84\xba\x72\x9e\xcb\x4f\x00\x10\x30\xcb\x2a\x90\xcf\x03\x10\x58\x73\x7a\x9f\x7c\x05\x80\xc0\xec\xb4\x64\xf9\x8b\x00\x02\x12\xf0\xa7\x0f\xca\x60\xfc\x74\xbc\x94\xfe\x63\x90\x07\x25\xc8\x71\x8e\xf3\x3b\x0b\x05\x1f\x0b\xaa\xe3\xf3\x3d\x56\x1a\x5f\xbb\x64\x2a\xb4\x7d\x59\x28\xf7\xcb\x26\x94\xc3\x09\x40\x7e\x8d\xd7\x77\xce\xd3\x00\x8a\xa3\x82\x16\xf2\xd8\x01\x28\x38\xaf\xbd\xce\xbb\x05\x40\x2e\x2b\xfe\x07\xef\x25\x00\x39\x8f\x8c\x2b\x7c\x19\xbf\x6a\xe5\x84\xca\x2c\xf8\x97\x7f\xd3\x93\x2b\xbd\x7f\x4f\xe0\xe3\x97\x52\xf9\xfb\xbd\x61\x82\xb6\x6f\x56\x2a\xa5\x01\x88\xf8\xb6\x9c\x56\x7e\x0b\x20\xce\x51\x37\x4e\x35\x1e\x60\x54\x60\xe5\x6e\x55\x3d\x00\x89\x03\x25\xba\x6a\x31\x00\xa3\x7e\x5e\x92\x51\xad\x00\x90\xc8\xcc\xbf\xaa\xf2\x13\x40\x3c\xe8\xdc\x2a\x55\x15\x00\x71\xdb\xec\x03\x2a\x73\x00\xc4\x38\xd3\xbf\xa8\x1e\x02\x10\x67\x3f\x29\xaf\xd2\x0f\x20\xc6\x75\x5c\x42\xb5\x08\x40\x6c\x55\x4a\x95\xb2\x2e\x80\x30\x76\x85\x64\xcc\xf8\x7b\xfc\xc3\xe3\xa6\x79\x60\x9a\x07\x15\x4a\xa2\xfa\x84\x48\x0a\x73\xe2\xfa\x97\xdd\x20\xb6\x87\x85\x4a\x67\x94\xce\x70\x70\x01\xa8\x0e\x98\x6c\xe3\x0a\x03\x50\x3b\x3d\xce\x8e\xa7\x19\x40\xcd\x29\x50\x96\x5f\x09\x40\xa5\x75\x55\x91\xc0\xe7\x6f\xc9\xaa\x01\xbb\xda\x44\x3e\x7c\xd2\x57\x5d\x97\xc6\x26\xe1\xfa\xfe\xa9\xea\xc6\xcb\x05\x92\x77\xdf\xf8\xa8\xe6\x36\x1d\x95\x8a\xec\x60\xaa\x4d\x78\xbb\x42\xaa\xe5\xe9\x36\x0d\x2b\x00\x69\xeb\x86\xc7\x5a\x77\x01\xe4\x4c\x2b\x3c\xb5\x77\x01\xc8\xad\x2e\x3a\xa3\xbd\x0c\x40\x36\xbc\x20\x4e\xdb\x1f\x80\x71\xe2\xdc\x18\xed\x54\x00\xc6\xa4\xec\x60\xed\xc5\x00\x32\xdb\x4f\x2f\xd2\x66\x00\x48\x1f\x4c\xf3\xd5\x72\x05\x90\x62\x3f\xce\xa1\x55\x08\x20\x25\x7c\xc4\x4e\xeb\x1c\xc0\xe8\xb5\x07\x37\x68\x84\x02\x48\x1c\x4e\x96\x52\xbf\x09\x20\xbe\x6e\xe8\xf8\x1f\x11\x3f\xe1\x7f\xe9\xf8\x79\xc8\x53\x8c\x78\x02\x85\x72\x54\x9f\x07\x50\x27\xbb\x06\xb4\x77\xf0\xe0\x79\x90\xd6\xc5\xe8\x37\xeb\x66\xf1\x9c\x00\xd0\x9f\x39\x26\x50\x80\xf3\x3b\x8f\x7e\xe7\xd4\x44\x51\xc1\x9e\x1c\x03\xee\xd0\xed\x92\xa1\xaf\x7f\xe8\x6f\xd8\x2a\xcf\xb0\x6c\x4f\xd6\x3b\x7d\xf8\x9c\x02\xe3\x09\x53\x4f\x38\x4f\x47\x79\x5c\x4b\xb3\xee\xc2\x9b\xee\xaa\xa3\xee\x69\xe9\x6e\x6e\xbf\xae\xfa\xa2\x39\x56\xaf\x0f\x3e\xa9\x3a\x57\x36\x1a\xec\x82\xd7\x6a\xb1\x97\xce\x1a\xd6\xc2\x6b\xb5\xfc\x5c\x0b\xc3\x6f\xf0\x45\x75\xc1\xa0\xee\x85\xf8\xbd\x1c\xff\x66\xf8\x16\x40\x49\x2f\x25\xc5\xf0\x31\x80\xe2\xac\x43\x3b\x0c\xe6\x03\xc8\xb5\x27\xbf\x35\xe0\x03\x90\xbd\x9c\x24\xa2\xef\x01\xc0\x18\x97\xf0\x4d\xdf\x0c\x40\xe6\xc6\xae\x8d\xba\x0f\x01\xa4\x1c\xe1\x4f\xfd\xc3\xc8\xf8\x89\xef\x3b\xcd\x03\xd3\xfb\xc1\x75\x09\xff\x45\xfb\xa3\x58\x90\xa7\x19\x5b\x86\x88\x34\x42\x10\x6e\x7b\x45\x35\x90\x5b\xeb\xd3\x52\x9b\x78\xcb\x33\xa2\xa9\x6f\x24\x6c\x5c\xbc\x75\xa5\x9a\xdb\x04\xad\x63\xe7\x2d\x56\x50\x6a\xf1\xb3\x92\x5a\x3f\x4f\x35\xeb\xb6\x96\x45\xe3\xde\xb1\x5a\x5b\x6f\x55\x99\xfb\x65\x85\xe9\x32\xab\x5e\x9b\xcd\x29\x0f\x33\x38\x57\xe9\x69\xda\xf8\x28\xcb\xb0\xe5\xda\x53\x33\x97\xfe\x4f\x86\x21\x17\xc1\xbc\x07\xd6\x1b\x94\x9e\x99\x65\xa9\x0f\x3b\xf5\xfb\x4f\xb9\x5a\x74\x42\xb6\xee\xe2\xa3\xb7\x2d\xae\x43\xa5\xb6\xdb\xc1\x36\xcb\x5c\xa8\xd6\x96\x4b\x2e\x35\xef\x80\xd7\xea\xa7\xf7\xca\x98\xbf\x86\x8f\x6a\x87\xe3\x63\x2c\x62\xe0\x93\xda\xa9\xb8\x65\x66\x25\x00\xca\x51\x3b\x66\x99\x29\x02\x28\x66\x6e\x13\x37\x55\x05\x90\x7f\x17\xed\x67\xea\x07\x20\x8f\x35\xcb\x9c\x11\x7f\xab\x7f\x6e\xe2\x07\x23\xf3\x9d\x42\xcd\x42\x12\x37\xd1\xc9\xd8\x90\xa7\x43\x27\xf2\x14\x3c\x16\xaf\x67\xfd\xa8\xf1\x58\xcf\x99\x86\x50\x8f\x9e\x4f\xa1\xdc\x64\xce\xaf\x2f\xba\x3c\xdf\x18\x49\x8a\x8d\x6e\x49\x19\xb7\xc7\xa5\x41\xfe\x46\xc3\x17\xb7\xfb\x01\xa7\xd5\xdf\x55\xf3\xb8\xdc\x0b\xab\xd4\x1b\x5f\x96\xe3\x54\x16\x6b\x69\x7c\xb2\x28\xd6\xf1\xfa\x09\x11\xf3\x7b\x17\xe6\x39\x48\x15\x79\x59\x9d\x3f\xbf\xd3\xee\x47\x73\xa2\x8d\x77\x4e\x84\xdd\xfb\x0f\x7b\x6d\x8e\x9e\x36\x70\x58\xc7\xfc\x61\xad\x9d\x92\xea\x18\x02\xaa\x16\xf7\xf7\xeb\x3b\x6a\x81\x9f\xe9\xe9\xc4\x3a\xfb\x26\xd8\x62\x58\x1c\x77\xd2\x21\x11\x12\x0c\xaa\x62\x7d\x1d\xe4\x20\x43\xaf\x66\xfb\x5d\xfb\x4e\xc8\xd3\x7d\x15\xfd\xc4\x5e\x04\x9a\xb4\x5a\xa3\x74\xed\x26\x42\xbb\x46\xf7\xa6\x1e\xbb\x45\xd0\xa1\xb1\x7f\x7d\xa3\xf5\x17\x00\x95\xc3\x6b\xcb\x6d\x54\x01\x94\xeb\xfe\x8c\x9f\xa7\x9a\x42\x69\xb2\xeb\x87\xe6\xc1\x2d\xe8\x5d\x11\x64\xff\x3b\xcd\x07\x4e\xc2\xeb\x91\xfd\x7b\xa7\xe1\x79\xa3\xab\x8f\xf2\x47\x79\xbe\x36\xe8\xe4\x68\x5b\x84\xee\x85\x06\x7a\x6b\x59\x88\x2c\xbd\x99\x1d\x10\x62\xdb\x2b\xaf\x58\x1a\x30\x29\x6d\x42\x91\x6e\xe0\x45\x71\xdf\x86\x85\x27\x4c\xcf\xe4\xa8\xfa\xe8\x47\xe6\x59\x5f\x4c\x7f\xea\xf9\xf2\xc0\x1b\x87\xc8\x54\x5b\xf7\xf2\xf3\x2b\x9c\xea\x8f\x54\x8c\xd7\xa9\x45\x2e\x77\x0f\x4e\x1a\xb7\xf6\x65\xa3\xeb\xc2\x64\xee\xf1\x12\xcc\x55\xce\x4f\xe2\xe4\xdc\x95\x98\xe7\x1d\x8f\x6e\x37\x1f\x3f\x9a\xd9\x6f\x2b\xb8\x59\x7d\xdc\x27\xd0\xb6\xdc\x1a\x39\x6d\xbc\x20\x98\x59\x14\xac\xb7\x1f\x27\x0e\x73\x4d\xe5\xd7\xd5\xbb\xed\x81\x48\xa3\xeb\xab\x5f\xba\xa6\xc3\x09\xfd\xdc\xf0\xcd\xae\x2b\x21\x57\x6f\x72\xf8\x14\xa7\x52\xb8\xad\xd5\x15\xa6\x38\xe6\x3b\xbc\xd4\x28\x58\xea\xef\xb4\x1a\xde\x68\x28\xfc\x39\xff\xd1\xf5\x4f\xfb\x41\x58\x33\x29\x1c\x47\xfc\x4f\x28\xfd\xcf\xcf\xe9\x81\x78\xb7\x4b\xcf\xc5\x79\x78\xfd\xe2\x55\x6f\x30\xe6\xbb\x9e\x74\x2f\xc5\xe3\xe3\x8e\x44\xd8\x71\x41\x3b\x84\xaa\xc3\x96\xed\x52\xda\x2f\xc8\x79\xc5\x25\x24\xd9\x6c\x2e\x23\x3b\x57\x75\x41\xf2\xf8\xd9\xda\xc7\xd3\x5a\x66\xaf\x9d\xe9\x6e\x35\xf5\xd0\x89\x99\x66\xab\xdc\x1d\xdf\x26\x66\x04\xcc\xdb\xe3\xe9\xa6\xb8\xcb\x78\x9a\x40\xc6\x0a\x77\x91\x98\xac\x29\x13\xcb\xc7\x78\xc6\x6d\x7e\x3a\x59\xf2\x49\x90\xd7\xc2\xc8\xc0\xc9\xee\x03\xae\x9e\x57\x23\x2e\x4f\xe6\x65\x3a\x8f\x3d\x1f\x3e\x76\x52\x39\x73\x8f\xb3\xeb\xf2\xab\x13\xf7\x31\x6f\xdb\x7f\x59\x2e\xec\x9b\x07\xc8\x26\x3b\x94\xe1\x3b\x17\x14\xad\x66\x86\x24\x4c\x30\x07\x27\xf3\xea\xc5\x67\xbd\x3f\xc2\x3c\x93\x1f\x8b\x2e\x78\x19\xc3\x56\x23\xd3\x05\xe5\x9e\xae\x70\xc4\x80\x6b\xbe\xab\x87\x04\xe4\xe9\x3e\x9e\xe7\x31\xde\x16\x6a\xb5\xc7\xfe\xa9\x03\xd1\x26\xab\x1d\xb6\x8e\xc3\xcf\xbb\x3f\x9e\x27\x06\x9e\xcd\xc7\xfa\xb8\xee\xf6\xa5\x98\x9f\xe8\x48\x0e\xc7\xfa\x90\x87\x4f\xd6\xe2\xfa\x69\x8c\xdd\x88\x75\x85\xd7\xa5\xa2\x38\x51\x05\x42\xc5\xfa\x9b\xc5\x65\xae\x72\x9b\xe7\xac\xde\xd0\xa3\x57\x31\xfa\x62\x6a\xdb\xda\x80\x31\x4f\xd4\x5b\x92\x72\x56\x3c\x9f\x62\x6b\x2e\x10\x73\x61\xc9\x85\x10\x1d\x97\x55\x1b\x16\x2e\xbe\xba\x35\xd1\x3d\x33\xfc\xe6\x42\xfd\x63\xb3\xbd\x6f\x2f\x3d\x35\xdf\xf8\x72\xa1\xef\xbe\x60\xf9\xb9\x3d\x77\x9e\xf9\xf5\x2c\x8c\x9d\x1b\xd2\xdb\xe9\xb7\x82\xd6\x7d\x04\x29\xcf\x9e\xc5\xb4\x19\x5b\x3a\xab\x2e\x30\x8f\xb9\xdd\xd9\x60\x96\xfa\x4c\x15\x66\xbe\x63\xd8\xcc\xed\x33\x78\x99\x8f\xed\xb2\x68\xbd\xc7\x8c\xa4\x69\x5b\x40\xdd\xd2\x29\x60\xcc\x54\x71\xf0\x31\x7d\xe3\xcf\x31\xb9\x07\x16\x19\x57\x4e\x8d\x9b\xf4\x1d\x36\x19\x96\x4e\x95\xf4\x93\x85\x93\x7a\x6e\x00\x62\x1c\xc3\xc7\x3f\x1d\xbf\xf7\x35\x0a\x29\x1e\x78\xc0\x8e\x5a\x0d\xea\x51\x0b\xc7\xfb\x16\xdb\x75\x36\x60\xd7\xd7\x96\xd9\x9b\xb1\x8e\xa8\x7e\xea\x36\xbc\x3a\x58\xa1\xbb\x13\xf7\x57\x29\x8c\xda\x83\xbf\x27\x47\x37\xe1\x9b\xf8\x34\x84\x52\x35\x76\x6f\x52\x6b\x12\xd3\xda\x7b\x39\xf6\x80\xf5\x1e\xa5\xdc\xad\xf9\x31\xec\x3e\x91\x46\x68\xd5\xb7\xc8\xfc\x79\xa9\x0e\x1e\xc1\x95\x1b\x2c\x37\x9e\x1f\x7b\x66\x6e\xe9\xba\x1b\x07\xb3\xdd\x4f\x06\x4e\x88\x88\x2d\x28\xf6\xf4\x0f\x88\x5c\x3b\xb7\xf1\xa3\xe7\x9d\x69\xde\x6b\xc5\xde\x1f\xf4\xa8\x9e\x6a\xb2\xea\x07\xd3\x67\xac\xc7\x94\x99\x61\xbb\x99\x87\x9c\x6a\x27\xdb\x2f\x53\x63\xd6\x3b\x84\x4c\x2a\x0c\x39\xc6\xfc\x6e\x3b\x61\x62\xdf\xe2\x32\x90\xb2\x16\x9e\x24\xbd\x60\x13\x18\x5a\x9a\xfb\xa5\xcd\x9b\x0a\x53\x4d\x7f\xfa\xa6\x05\xd5\xc1\x72\xe3\x7b\x7e\xf3\x67\x8d\x81\x75\x46\x57\x7d\xb6\xcd\x3c\x03\x19\x7a\x3b\x7d\xe6\x4c\x5f\x0b\x05\xba\xb6\x00\xea\x27\x48\xfd\x93\x55\x70\x1f\xb2\xaa\x39\x0b\xf3\x5a\x03\xe2\xcb\xf0\x7c\xf0\xa1\x72\x2d\xce\x57\xbb\x5d\x14\xe6\x85\x1f\x74\x50\xab\x62\x75\x3e\x7b\x30\x6f\x71\x0d\xf6\xe2\xeb\xc6\xc5\x6b\x07\x70\x1f\xa9\xec\xe6\xc3\x78\xdf\xdf\xb1\x49\x47\x37\x71\xde\x47\x28\xe9\x58\x4a\x89\xbc\x1c\x7f\x64\x4c\xe6\xa1\x83\xc6\x3f\x18\x81\xab\xdb\x92\x7f\x8d\x8b\xd6\x9e\xbc\x70\x76\x62\x45\x60\xb0\x65\xca\xcc\x65\xf1\x57\x22\xa6\xd8\xd7\x4c\x89\xd9\xb3\x3c\x59\x73\xcc\x39\x5f\xfb\xdd\x16\xe7\x5b\x9c\x7d\xbd\x22\xe2\x26\xd7\xbd\x72\x3e\xe9\x11\xb5\xab\xf6\xed\x44\xa7\x7c\x0f\xaf\xd8\xad\xcc\x1a\x87\x34\xf7\xfd\x5b\x9e\x03\xaf\xcd\xac\xf1\xfd\x91\x63\xc1\xd2\xe2\x9b\xfb\xd8\xf5\x5b\xc1\xc3\x7c\xbd\xbb\x7b\xc4\x52\xf0\x37\x0b\x1e\x57\xb3\x6a\x36\xc4\x1a\xf9\x8d\x9b\xb9\x92\x03\x8e\x18\xa4\x8f\x53\x5f\xe6\x05\xb9\x7a\x27\xc6\x8f\x0d\x3d\x0f\x99\xfa\x0e\x63\x37\x87\x24\x42\xb5\x8e\xfa\xd8\xa7\x0b\xc3\xe0\x0e\xeb\xde\x82\xd6\x81\xb8\x93\xd5\x42\x4a\x07\xf1\x4b\x9e\x5a\x15\xed\x49\xda\x88\x7d\x30\xda\xd9\x28\x1d\xd0\xfd\x96\xdd\x98\x9f\xac\x8b\x4e\xe2\x67\x61\xb9\xc9\x21\xac\x0f\xb9\x64\x74\x0c\xd7\xcb\x99\xcd\x27\xf0\xaa\xe8\xf1\xfe\x74\xdc\x37\x23\x31\x25\x13\xfb\x70\xed\xe8\x3d\x53\x2c\x15\x8c\xd0\xda\x7d\x99\xf1\x3a\xe2\x12\xd3\x17\x5f\x4e\x7f\x3c\xe6\x80\x0a\x97\xff\xcf\xb4\x03\xd3\xa6\x1b\xfe\xf4\x4d\x3f\x11\x1e\x9e\x62\xa6\xe1\xde\x9d\xba\x2c\x51\xdf\xa2\xc7\xb5\xed\xf8\xfa\x1c\x3f\xab\x58\x27\x8f\x63\x25\x37\x8f\x5a\xdd\x73\x0c\x39\xc6\xde\xb9\xd4\xb2\xce\x51\x24\x45\x06\xbc\xcd\x22\x1d\xd5\x92\x97\xc2\x32\x13\x4e\x87\xa6\xf8\xf5\xb0\xd7\xd0\xc4\xe1\xd5\xae\x4a\x38\xa1\xff\xc2\x61\xf7\xf6\x4b\x70\x59\xf7\xb1\x43\xed\x56\x6f\xa8\xd0\x79\xee\xb0\x65\xf3\x2c\x68\xd2\x5e\x64\x7f\x6e\xc3\x67\x78\xa3\x71\xcd\x41\x69\x9d\x3d\xbc\xd7\xf0\xb2\xcf\x5a\x2b\x00\x5f\xd5\xfa\xec\xbe\x85\x47\x00\xa8\xf4\x8e\xd4\x81\xd0\xf1\x77\x9b\x45\x51\xfd\x5f\x80\xf2\x03\x7a\x90\x98\x88\x79\xbd\x3a\xeb\x83\x98\xcf\xbd\x16\x7d\xd4\x91\x8a\xff\x24\x5e\xe7\x3e\xf3\x01\xb7\x43\x40\x27\x4a\xce\xe2\xf5\xd7\xe4\xfc\xf3\x98\x6d\xd8\x66\x4a\xf5\x91\x59\x7b\xfa\xd2\x43\x3e\x17\x84\x42\xda\x0b\x2f\x2a\x9f\x15\x14\x9e\xd1\x7b\xe1\x82\xd5\x3b\x86\x84\xf7\x9c\x7c\x6f\xbf\xb9\x1a\xf3\xdd\xf6\xe6\x5d\x59\x16\xab\xcd\x74\x54\xcb\x93\x8a\x7b\xa7\xb7\xd5\x66\xe1\xf9\x79\x59\xbb\xf4\x7b\x2d\x3e\xe5\xa6\x57\x65\xe9\x33\xcd\x1d\x73\xbd\x3b\x18\x7a\x1f\xcd\xe3\x72\x7c\xe1\xaa\x4e\x90\x85\x50\x7a\x22\xdc\xd2\xb6\x31\x6f\x3c\x2e\x01\x6d\x9a\xda\xe6\xab\x0f\xef\x80\x1e\xf5\x75\x16\x0b\xf6\x27\x41\xb7\x7a\x8e\x19\x33\xc9\x89\x15\x9f\x79\xe3\x1e\x13\xd6\xf5\xd1\xbc\x6b\x67\x11\x80\x72\x8d\x45\xd8\xf6\xd1\x00\xca\xf3\xcd\x1b\xa2\xbf\x00\x28\x6e\x35\x8f\x8f\x7a\x0b\xa0\x90\x0b\x10\x80\x57\x83\x99\xf1\xe1\x7b\x59\xf8\x51\x3e\x1a\xcf\x7f\x2f\x76\xc5\x51\xac\x97\x43\x32\x5e\xdd\xae\xcf\x3b\x82\xf5\x2f\x95\x46\x94\x0e\xe8\xb2\x44\x26\xd6\xcd\x9d\xf3\xcd\xc1\xd7\xcd\x53\xa3\x0a\x30\x0f\x7a\x68\x62\x21\x1e\x57\x71\x3e\xd4\x2a\xf1\xc6\xa5\xa5\x6b\x58\x18\x5c\x5e\x81\xbf\x7f\xf6\xe2\xeb\xea\x32\xbb\x38\x6e\x4d\x68\xaf\xb8\x62\xb4\x5f\x7c\x81\x73\x40\x79\xb8\x47\xae\xdc\x13\x9b\xce\x72\xaf\xc5\x47\x15\x6b\xcd\x98\xe5\x02\xdb\x1f\x29\x0f\x18\x25\x5f\xdb\x91\x3e\x45\x75\xb4\xfe\xe2\x6b\xe6\x95\x5a\x2a\x7d\xba\x7d\x65\xbf\x9e\xa7\x2b\xb7\xe9\x29\x94\x16\x03\x28\x3c\xd2\xd3\xbb\x78\x17\x40\xbe\x53\xdf\xe5\xdc\x59\x00\x85\x10\xbd\x53\x59\xfb\x01\xe4\x1a\xf5\x8a\x4e\xbd\x02\x90\xd3\xd1\x3f\x9e\x5a\x09\x20\x77\x48\xaf\x33\xc5\x10\x80\xd1\xa5\x7f\xf7\xa0\x07\x80\xac\x8f\xfe\xe2\x7d\x5b\x01\x18\x0a\xfa\x2d\x09\xac\x7b\xa3\x72\x83\x88\xdd\x17\x01\x64\x7e\xd0\x7e\x50\xbd\xf5\x9b\x71\x9d\x77\x78\xec\xc1\xab\xe8\x2d\x79\x07\x31\x3f\xdb\xb8\x91\x62\x07\xae\xc7\x9f\xc6\x7a\x88\x62\xd7\xb3\xf8\xba\x70\x9e\x23\x1f\xf3\x1c\xa7\xc5\x2e\x61\xde\x2b\x65\x72\x09\x3e\xff\x09\x09\x94\x1e\x66\x8b\x11\xe5\x9b\x11\xbe\xa7\x66\x27\x0b\x83\xca\x29\xff\x08\xdf\xe6\x26\x7d\xc1\xad\x08\xb9\x94\x36\x3e\xd2\x34\x15\x90\xb5\x54\x6b\xb4\x76\xfe\x29\x51\x6d\x14\xdd\x78\x63\x2e\xe7\x68\x79\xdd\x71\x8d\x7d\xd1\xfc\x52\x25\x9a\x13\x1b\x9f\xa7\x46\x4a\x07\xaa\x1d\x6d\xac\x2a\xed\x94\x02\xd5\xc5\x8d\xe1\x4f\x57\x8f\xae\x55\x5d\xd6\xb8\x12\x40\x62\x8e\xaa\xd8\x8d\x57\x00\xe2\xd5\xaa\x87\x4b\xad\x00\x24\x8c\xd4\xa6\x5c\x56\x04\x90\xb8\xa9\x96\x9c\xff\x0d\x40\xa2\x44\xa5\xef\x9c\x30\x80\xd8\x32\x75\xbf\xcc\xa7\x00\x12\xa5\xaa\xb1\xe9\x9c\x00\x62\x01\x6a\xa2\xa9\x96\x00\x62\x1b\xd4\x7a\x52\x8e\x01\x88\x0b\xa8\x0d\x1c\xb6\x07\x10\xbb\xf7\xe9\x7d\x34\xf6\x81\xea\x48\xa3\x74\x60\x8f\x43\x29\x1d\xd4\xed\xfe\x93\x78\xd7\x70\x15\x7f\x36\xc5\xfb\xc6\xe5\xe2\xf1\x91\x97\x5a\x88\x75\x10\x59\xae\x25\xf8\xf8\x98\x02\xe5\x97\xb0\xcf\xf3\x3a\xde\x0f\x1c\x5b\x45\xf9\xc3\xac\xb7\xa3\xe2\x5e\x92\x79\x1b\xef\x1a\x0d\x48\xbc\x87\xf9\x4f\x67\xee\x47\x78\x37\xb6\xc5\xaf\x56\x7e\x39\x7b\x8e\x5e\xdd\x23\xad\x2a\xd6\x4d\x02\x27\xd4\x6f\x3d\x15\x9e\xbe\x48\xf0\x9b\xf2\x8a\xa7\xd3\xd7\x6f\x17\xca\x54\xd8\xf8\xf4\xec\x11\x7f\xa1\x2a\xb9\x49\xcf\xd8\x8a\x8d\x04\xf3\x65\xe7\x3e\xfd\xfa\x68\xad\x80\xa4\xec\xb6\x67\xe3\x98\xb6\xbc\x0e\xb2\x4b\xef\x25\x01\xf0\x5a\xc8\xca\xd7\xcf\x03\xe0\xf9\x20\x67\x50\xa5\x0e\xc0\x77\x5e\xf6\x7a\xb9\x2e\x00\x9f\xb8\xdc\xd6\x2b\x69\x00\xfc\xd2\xb2\x7b\x0a\xeb\x00\x78\x4f\xc9\xed\xcf\x5b\x0b\xc0\xf7\x59\x6e\x55\xce\x64\x00\xbe\x53\xf2\x1d\x99\x0b\x00\x04\x2c\xe4\x2f\xa6\x6b\x03\xf0\xdf\x7d\xeb\x4b\xe9\xff\x9e\x9c\xa4\xe6\x3b\x3a\xfe\xea\x0f\xd4\x38\x2f\x55\xa0\xfc\x21\x2e\xf8\x14\xe3\xf1\x72\xc6\x91\x8a\x3b\x2d\xff\x06\x66\x4b\x0e\xb4\xdf\xc4\x6c\xdb\x9e\xe0\x06\x5c\x47\xd1\xb5\x77\x74\x11\xde\xef\x7c\x1f\x5f\x47\xe6\x3f\x78\x84\xaf\x37\x13\x3f\x50\xbc\xa9\x2d\xe3\x25\xbe\x0f\xd1\x8c\x7c\xeb\x2c\x98\x8e\x90\xe2\xb8\xae\x70\x7d\xe0\x0c\x97\x75\x7f\x57\xe7\x67\xc7\xe9\x25\xe3\xf7\x21\x24\x7c\x29\x7b\xa1\xf4\xab\xee\xc9\xc9\xdd\x08\x8d\xd6\xe9\x2e\xba\xf0\x05\x21\x89\xe2\xee\x92\x7b\xe3\x11\x12\x8b\xea\x3e\xfa\x4d\x12\x21\xc1\xf0\x0e\xec\x57\x2e\x10\xf0\x64\x39\x0b\x79\x5f\xdf\x9b\x8b\xb1\xb1\x09\xf3\x95\xdc\x3f\x6b\x2f\xe2\x63\xa5\x1b\x78\x5f\x1b\xbb\x77\x39\xe6\x33\xb9\xac\xaf\x60\x8f\x45\x84\x0a\xd7\xe2\xd7\x9f\xe6\x27\xe2\x75\xbe\xda\x14\xcc\xea\xdc\xe3\xcc\xc0\xf3\x5f\xcd\xa1\x1c\xac\xd3\x28\xf3\x2b\xc4\x7a\xb7\x42\x9b\x12\x7c\x3d\x39\x37\x97\xaa\xf3\x74\xde\x9b\xb8\xee\x8f\xd8\x35\xe0\xeb\xc8\x5e\x85\x66\xac\xfb\x88\x75\xa4\xf4\x4f\xeb\xde\x3d\xc2\xfe\x5b\xcb\xce\x3f\xc3\xe3\x6d\xf6\x84\x97\x58\x07\xe1\x6d\xf0\x1a\xfb\xc8\x98\x47\x75\xe3\xcf\xcb\x5e\xed\xc7\x9f\x17\x8d\x1f\x10\x90\x17\x43\x48\xb0\xee\x47\xb1\x73\x24\x42\x7c\x2e\xbf\x36\xce\xef\x41\x88\x9b\xc1\x7c\xbd\xc3\x0e\x21\x0e\x41\xc8\xce\x64\x5d\x81\x22\x00\x6e\x9e\xa3\x66\xf4\xf7\xf8\x8a\xf4\x35\x1e\x86\xea\x1c\xd0\x4b\x13\x0a\x5b\x71\x7c\x68\xfb\x03\x5e\xea\xf8\x36\x61\x1a\x6f\x11\x66\xb2\xaa\x92\xc2\x72\xac\x13\x41\xdb\x4a\xba\x59\x78\x2f\x8f\x1a\xf7\x75\x50\x80\xf5\x0e\x15\x9b\x8b\xf0\xfd\x60\x51\x5b\x39\x9e\x0f\xcf\x1f\xa8\xc6\xd7\x93\x8c\x0f\x75\x78\x9e\x38\xd6\xd4\x84\x59\xf6\x7d\x84\x55\x8e\x83\xc7\xf8\x7e\x3a\x5a\x99\x3a\xdf\x6b\x76\x52\x7e\x21\xc1\x0a\x6f\xf0\x7d\xd5\x74\xbb\x0f\xd8\x4f\xc8\x5d\xe1\x13\x1e\x47\x26\xc7\xbf\x63\xde\x54\xba\x98\xfa\x35\x6c\x12\x00\x82\x16\x54\x7c\xa6\xac\x4a\x8c\x06\x98\x46\x3a\x78\xd1\xfc\xdd\xa1\x18\x0a\x0b\x09\xff\x47\xf3\x72\x7d\x58\xc9\x37\x92\xcf\x7f\xbb\x81\xc2\x17\x17\x28\x7c\x4a\x76\xa4\xdf\x8f\x19\x9e\x97\x3a\xc2\xf3\x56\x63\x67\x8e\x86\xfe\x02\x9c\xe5\x2a\xb1\xab\x58\xe7\x50\x2c\x46\xf9\x83\xe4\x2b\xd4\xe0\x4f\x65\xbf\x6f\xc2\xe7\xf3\xc4\xe9\xbb\x58\x67\x7b\x30\xe7\x11\xf6\x8b\x49\x14\x78\x86\xaf\x9b\x3b\x8e\x77\xe0\x5f\xb3\xb1\xe6\x35\xfe\x9e\xb0\x86\xf7\x38\xce\xf9\xc5\x9f\xf0\xfa\xc4\xd4\xf6\x7e\x3c\x9e\xdc\x6c\x7e\x61\xf6\x9a\xe6\x39\x47\x35\xc2\x20\xbf\xc9\x4b\xf8\x4b\x9a\xd7\xf4\x25\xfb\xf3\x97\xd2\x7d\x1d\x08\xdf\x9b\xb1\x9f\xc2\x6b\xa4\xf3\xe9\x43\xc2\x63\x7e\x21\xc7\xd4\x37\x0e\x10\xc6\xbd\x97\x38\x55\xbc\x21\x0a\x9c\x17\xb1\xc3\xf3\xf2\x40\x9f\xc2\x66\x75\xbc\xbe\x4b\x74\x60\x25\x25\xd7\xb1\xbe\xa5\xe0\xd8\x2d\x4a\x0f\x39\x42\x07\x75\x4c\xe1\x19\x56\x19\xec\xd3\x68\xc7\xba\xb9\xdd\x33\xdf\xae\x67\xe1\x96\x57\x1f\xf0\x3c\x18\x51\xf8\x19\x5f\x47\x97\x3e\xfc\x86\xe7\xdd\x39\x8d\x94\x4e\x60\xa2\x16\xc5\x97\x3b\x9e\xa5\xfe\x2a\xed\x83\x21\xa6\xf0\x67\x1e\x74\xc9\x31\xed\x77\x40\xef\xef\x8f\xa4\x9d\x9d\xc4\x28\x3c\xcf\x4f\x61\x15\x39\x7e\x42\x3a\x80\xbd\x9f\x8a\xfe\xc2\xeb\x7f\xb5\xa4\xb0\x87\xf4\xc5\x79\x33\x6a\x78\x5e\x5a\x71\x87\xa3\xb2\xae\x2a\xdc\x1f\xb1\xb0\xad\x01\xc7\x9d\x5b\x70\x0f\xef\xa7\xc8\x74\x7f\x82\x6f\x30\x53\xb7\xb4\xe3\x3e\xac\x07\x76\xbd\xc2\xe3\x26\xc1\xe2\x1d\x56\x11\xec\xe8\xfe\x84\xd5\x29\x91\xa7\xbf\xe1\xe7\xd0\xd5\x5b\x7f\x61\xfd\x21\xcd\xff\xd3\xfe\x40\xb4\xff\x81\x0d\xe9\x8b\x42\xfb\x60\x0c\xe5\xfd\x69\x1d\x88\x26\x71\x3e\xa5\xfd\x0e\x68\xdf\x87\x55\x44\xef\x12\x47\x76\xbc\x9c\x24\x75\x43\xfb\x3b\x54\xbd\xa2\xf0\x1e\xf9\xdc\x2b\xf2\xc4\xd4\xdf\x3e\x34\x1f\x4c\xa2\x40\xe9\xab\x19\x91\x17\x5c\x2f\x97\xdb\x9a\x70\xb6\xf3\xde\xb5\xe0\x6f\xcd\x5e\xf3\x74\x1b\xc2\x7e\x48\x2f\xf1\xbc\x76\xc4\xee\x2d\xd6\xcd\x27\x0b\x7c\xc4\x7e\x63\x7b\x02\xbf\xe2\xfb\x85\xad\xdd\xbf\xf0\xa8\xa6\x75\x20\x4b\x49\x3f\x9c\xb9\x44\xff\x33\x99\xf4\xcd\x71\x9b\x47\x21\xed\x8f\x43\xf7\x01\x11\x8a\xf8\x9d\x07\x0e\xa2\x43\xa0\x75\x20\xf6\xe4\x89\x97\xf6\x7d\x08\x25\x8e\xa0\x74\xbf\x8f\xfd\x04\x33\x48\x27\xd8\x22\xd2\x39\x98\xd6\x7f\x34\x92\xf1\xf3\x94\x7c\x4f\x77\xf2\xdf\xea\x04\x0c\x86\xe6\xe5\x82\xcf\x43\x7c\xbe\xcf\xfa\x50\xf3\x5c\xba\x5d\x27\x9e\xdf\x8e\x6b\x76\xe3\x3a\x3f\x90\xf8\x09\x3f\x87\x25\x1e\xfd\x89\xfd\xe4\x06\xfb\xe2\x10\x5d\x03\xad\x87\x5a\x64\x34\xbc\x0e\x06\x75\x20\x94\x4b\xd1\x6f\x1d\x08\xb5\xf2\x85\xf8\x99\xf0\xa7\x0e\xc4\x8e\x42\x4b\xf2\xa4\xeb\x4d\xe2\xa5\x75\x52\x11\x64\xa7\x60\x2c\xd1\x2d\x1c\x26\x2b\x84\xb4\xfe\xe3\x02\xe9\x83\x52\xfa\x86\xc2\x5b\xa4\x83\xe4\x48\xfd\x47\xbf\xd1\x9f\x79\xc9\x95\x6d\xc7\xa3\x2c\xab\xea\x1d\x7e\x40\x48\x6b\xfb\x84\x75\xe4\x47\xc6\x7c\xc3\x67\x21\x49\xf7\x27\xfe\x35\x3b\x49\x1c\x51\x33\x29\xa4\xfd\x50\xfe\xab\x0e\x84\xf8\x45\xd1\x7d\x92\xe4\x8d\xff\x9d\x07\x5a\x07\x62\x48\xe2\x72\x25\xba\x0d\x7f\x82\xa1\xc4\xcf\x24\x92\xec\x9c\xa2\xf5\x41\xb4\xfe\x83\x9e\x47\xe9\xf9\x63\xd0\xff\x63\x84\xfe\xe3\x19\x59\x49\x7c\x47\x8e\x7f\xe2\xfd\xf4\xff\xff\x3e\x20\xf4\xe7\xec\x4a\xd0\x30\x9e\x9b\xd6\x81\x04\x4c\xa6\x70\xc1\x4e\x0a\x57\xca\x50\x38\xa8\x7f\xd8\x4b\x61\x1a\x3b\x85\x79\x44\x0f\x51\x41\x7e\xcf\xbd\xa9\x14\xbe\x26\xbc\x22\xd3\xfd\xb7\xfe\xa1\x9b\xf0\xb3\x1d\x01\x14\xd2\xfa\x0f\x5a\x2b\x70\x87\xf0\xda\x23\x79\xef\x6a\xf2\x5b\x07\x79\x5f\xa2\x8b\x80\xff\xc1\x07\xe4\x0f\xfd\xc3\x08\x1d\x08\xcd\xf7\x3b\x6d\xa5\xd0\x83\x49\x21\xad\x03\xf9\xa7\x1e\xe6\xc5\x88\x3c\x8c\xd4\xc3\x10\xed\xc2\x50\x3d\x4c\x7f\x2c\x85\x5d\x44\x2b\xd1\x4e\x7e\x03\xad\xff\xa0\xf5\x0f\xcd\xe4\xdf\xd4\x7b\x53\x78\x93\xe8\x23\x68\xfd\x47\x19\x39\x87\x57\xb3\x7e\x7f\xf7\xff\xd5\x07\xe4\x8f\x7c\xd0\xfa\x20\x52\x4f\xc4\x17\x05\x4d\x21\xdf\xf3\x4f\x1d\x08\x3f\xc9\x03\xad\x87\xd9\x46\xe1\x0d\xb6\xe1\xe7\xb6\x7b\xe9\xef\xdf\xfa\xf9\x08\xa9\x11\xa2\x7f\xa0\x7d\x50\xfe\x67\x1d\xd0\x08\xfd\xc7\x50\xfd\xc3\xbf\xfa\xe1\xe8\x12\x0f\x9a\x41\xfd\x47\xf6\xf0\xe3\x91\xba\x07\x7a\x5c\xfd\xa1\x03\xb9\x4b\xe1\x32\x3d\x0a\x37\x91\x71\x92\xf0\x72\x78\x1e\x46\xea\x61\x1e\x51\xfc\x31\xd6\x81\x30\x77\x50\xff\xdf\xf3\x8a\x8c\x07\xa2\x93\x7a\xc2\xff\x9f\xc7\x41\xd5\x00\x89\xff\x31\xa9\x03\x5a\xff\xe1\x48\xe1\x30\xfd\xc3\x3f\xe2\xff\x7b\x1f\x94\x21\xfe\x17\xd9\x23\xf2\x11\x31\x7c\x7c\x10\x1d\x08\x9a\x49\xf4\x32\x21\x84\x2f\xdb\x44\xb4\x4b\xf1\x7a\xc3\xf3\x70\x21\x81\xc2\x1a\x12\x5b\x2b\xf1\x1d\xea\xd3\xf9\x3d\x2f\xd0\x7a\xa0\xb6\x4f\x94\x3e\x8a\xae\x83\x26\x72\x7e\x69\x1d\x54\x35\xc9\x13\x3d\x0f\xd0\xf1\x5f\xa9\x1a\x1e\x7f\x5e\xc3\xbf\xf3\xf0\x2f\xfd\x87\x82\xce\xf0\xe3\x91\x3a\x10\x7a\x3e\xa1\xe7\x4d\xcf\x67\x14\x06\x90\xd7\x17\x93\xbf\xb9\xbe\x9f\xc2\x3d\x6d\xc3\xf3\x70\x31\x9d\x9c\x4b\xa2\x83\x69\x23\xbf\x6f\x60\x1f\x42\x7d\x8b\xa9\xff\xef\xd4\x1f\x5e\x07\xf4\x38\xa0\xe7\x81\x9a\x40\x12\x3f\xad\x03\x1b\xf3\x9f\xe3\xcf\x61\xfe\xce\xc3\xbf\x7c\x50\x68\xfd\x07\x43\x82\x42\xda\x0f\x81\x46\xfa\xfd\xe1\x3a\x10\x84\x2c\x3b\xc8\xf8\x20\xfe\x11\xf4\x7c\xb9\x88\xaa\xc5\x19\xeb\x6e\x90\x3c\x90\xf3\x9d\x26\x44\x61\x61\x29\x39\xa7\x24\x8f\x1d\xa2\xbf\x7f\x63\x0f\x79\x8d\xd6\x07\xd2\x75\xd0\x78\x90\xe8\x7f\xe6\x22\xbc\x9f\xe0\xba\x05\x9a\x39\x34\xfe\xe2\x30\xea\xf5\xc2\x08\xea\xf5\xbc\x9a\xe1\xf1\x67\x4f\x45\x5b\xe9\xbf\x31\x52\xff\xf0\x2f\xfd\x07\xcd\x83\x0a\xdb\x0f\x7f\x5d\x66\x84\x7e\x8a\xae\x0b\xa7\x2b\xc3\xe7\x09\xfa\xba\xb1\x86\xc4\xb0\x9b\x5c\x17\x4f\x74\x91\x73\x75\x94\xc4\x46\x3c\xb2\xde\xd8\x20\xf4\xe3\x3b\xf5\xff\x6f\x67\x20\xec\xa3\xf9\xa4\x9b\xe3\x38\x0b\x6f\xbf\xe6\xc2\xe3\xa2\xe6\x2b\x17\x56\x70\x57\x9e\xe7\xc6\xeb\x0b\xa5\xe1\x3c\xd8\x57\xa9\x28\x95\x33\x13\xd7\x98\x2e\x07\x7e\xff\xbc\x1c\x97\x13\x0b\xcf\xa6\xb2\xe3\x3b\xc1\xcc\x56\x6e\xfc\x7e\xfa\x26\x0e\x7e\x3a\x0f\x23\xcf\xff\xbf\xf4\x1f\xb4\x1f\x00\x8d\xf4\xfb\x12\x54\xfd\x47\xc9\xae\x1a\x9e\x57\xea\x7a\xca\x5e\xec\x6d\x8d\x28\x1f\x29\xdc\x7f\x8d\xcb\x78\x35\x8e\x97\xfb\xd4\x6e\x3c\x3f\x70\xad\x3d\x89\xaf\x79\x9c\x4e\xc5\xab\x11\x62\x72\x72\x36\x35\x0b\x21\x34\x50\xca\x7d\xab\x4b\x00\xa1\xcf\xd2\x7c\xd8\x5f\xb4\x7d\x83\x10\x7e\x1e\xba\xb7\x41\x64\x37\x1e\x3b\x73\xc4\x6f\xe1\xf3\x7e\x50\xa6\x1d\x80\x7b\x4e\x71\x24\xe3\x08\x00\x4f\x49\xe1\x16\x86\x35\x00\x37\xb3\xe0\xb0\x18\x5e\x87\xc9\x79\xc7\x58\x07\xc0\x63\x9f\xc5\xc6\x68\x06\xe0\x39\x99\xb1\x42\x08\x3b\x64\x9e\xe2\x17\xc2\xcf\xe7\xa9\xf2\x42\xd3\xe9\x3c\x0c\xf6\x41\x89\x18\x1e\xdf\xdf\xf5\x1f\x7f\x22\x95\x17\x36\x0e\x09\x7c\x1f\xc4\x25\xab\x82\x7d\xaf\x78\x5b\xcc\xf7\xb3\x50\xf0\x9c\xbb\x1c\x0b\x85\x96\x07\xe2\xba\x11\x3e\xba\x0a\x7b\x9c\x09\x5f\xda\x3d\x17\xa1\xef\xed\xe2\xe3\xd2\x62\x10\xfa\x72\x62\x54\xf7\x65\x67\x84\x7a\x75\x47\xbf\x69\x68\x45\xe8\xfd\x0d\x69\xbf\x4e\x11\x84\xde\xdc\x64\x60\x25\x72\x8b\x2b\xa3\x15\x80\xe7\xe1\xad\x08\x39\x25\x00\x7e\xbd\x72\x29\x39\x33\x00\xfe\xb1\xb4\xef\x4d\xfe\x57\xb9\x17\x00\xfc\xcf\xce\xbd\x97\xbb\x0b\xc0\x7f\x2a\xfb\xa3\x9c\x1f\x00\x5f\xd3\xe9\x33\xf2\xcf\x00\x04\xb6\x9c\x9c\x21\x5b\x0e\xc0\x5b\x94\x9a\x29\x5b\x01\xc0\x7b\x28\xc5\x5c\xae\x03\x80\xaf\xec\x30\xbf\xac\x39\x00\x4f\xec\xdf\xe2\x1f\xc1\x7f\x8f\xe0\x81\x07\xf9\x50\xc2\x7b\xd3\xbc\xa8\x40\xa1\x00\xd6\x2e\x8a\xea\xca\x62\x5d\xc9\xa8\x97\x86\x38\x5e\x69\x69\x57\x7c\xbf\x24\x6d\x3a\x83\x1f\xa1\xaf\xb5\x32\xad\x61\x63\x39\xbe\xf7\x8e\x92\xe5\xdf\xd6\xc7\xb3\xb5\x8b\x5f\xb6\x22\x45\x82\x7f\x4c\xc7\x07\x39\x83\xbc\x24\xc1\x69\xcf\x23\xe5\x0e\xd4\x88\x0b\xdd\x7a\x2a\x25\xaf\xf0\xec\xae\xb0\xfb\xe3\x4a\x85\x09\x03\x4c\xa1\xac\x06\x35\x25\x53\x00\x91\x9b\xe5\x62\xca\x5e\x00\x62\xdc\x97\xae\x29\xb7\x01\x88\x4d\x3e\x2f\x82\xfb\x60\x49\x67\x73\xa8\x0c\x00\x88\x9d\xa5\x75\x2f\x69\x0d\xca\xb5\x00\x22\xe7\x8f\x2b\x2a\xb5\x03\x08\xcf\x4a\x49\x50\x6a\x04\x10\x16\x3b\xd0\xac\x74\x00\x40\x68\x49\x72\x99\xb2\x08\x80\xd0\xe5\xbd\x6b\x14\x3f\x01\x08\x7a\xfc\x87\xf8\x47\xe8\x20\x68\x1e\x94\xd6\x03\x88\x09\x53\x38\x9a\x3c\xb5\x48\xd9\xb1\x61\xdd\xa0\xfc\x31\x71\xec\x27\xa6\x28\xa2\x71\x99\xfd\xc3\xf7\x03\xca\xd3\xed\x62\xb8\x6a\x7a\xd6\xa9\xd6\x4f\x9c\xcc\xf7\xf9\xb5\xb8\xba\xea\xa2\xe3\xc2\x72\xcf\x95\xd4\x17\x6c\x6a\x11\x6b\x79\x74\x5b\x7d\xd5\xbe\x38\x49\xdd\x7b\xaf\xd5\xa5\xb2\xa3\xa5\x76\xde\x8e\x56\x7b\x5f\x2e\x20\xe3\x50\xff\x48\x5d\xba\x65\x09\x43\xe4\xd6\x42\xf5\xf6\x4f\xe3\x64\x0e\x56\xd4\x69\xe6\x03\xc8\xd4\x17\x7e\xd5\x5a\x0a\x20\x53\x45\xf7\x7b\x4a\x3f\xa6\xed\x07\x20\x5d\x9a\x7a\x41\xdb\x0d\x40\xea\x6b\xca\x1a\xed\x99\x00\x52\x4b\x0f\xa9\x6b\x07\x03\x8c\xfe\x96\x9c\xac\xd5\x0c\x20\x59\xb9\xd7\x43\xb3\x0c\x60\x94\x62\xfc\x66\xf5\xaf\x00\x62\xef\x76\xff\x54\xbf\x09\x20\xb6\x33\x36\x5c\x83\x0d\x40\x4c\xe5\x2f\xf5\x3f\xf2\xbc\x93\xf3\x2d\x46\x9e\x8a\x68\x3e\x58\xe9\x18\x85\xea\x2b\xd1\x30\x7e\x58\x57\x99\x57\x17\xa1\x2f\xdc\x46\xa3\x15\x3c\x39\x1e\xbc\x79\x6d\xe4\x69\x3a\x4a\xd0\xbe\xcd\xd3\x38\x6d\xfc\x0f\xb1\xe4\x16\x51\xe3\x33\xb3\x52\x46\x6f\x6e\x2a\x36\x56\x5c\x55\x23\xcb\xa8\x35\x31\x9a\x16\x67\xa0\xa8\x7a\xfd\x8a\xa1\x4f\x5a\xa6\x8a\xfc\xb5\xb1\x06\x5b\x8b\xd6\xaa\xb9\x96\xbc\xd4\xff\x74\x7b\x96\xba\x6d\x11\xd3\xc0\xa7\x4b\x50\xdd\xed\x42\xa2\xe1\x11\xe8\x51\x7d\x94\xb5\xc2\xe8\x02\xf4\xab\x7a\xa7\xb2\x99\x70\xc2\x0f\x55\xbe\x43\x9d\xc6\xe3\x00\x94\x0e\xef\x57\x33\xaa\x06\x50\x94\x4c\x7c\x63\x74\x14\x40\xfe\xf5\x9e\x35\x86\x39\x00\x72\x3c\x3b\xb9\x0d\xe5\x00\x18\xa1\xdb\xbf\x18\x58\x03\xc8\xf0\x6d\xad\xd3\xaf\x02\x90\xea\x8a\x9e\xa1\xf7\x08\x60\xf4\xd6\xc8\xeb\x7a\x81\x00\x92\xbb\xfe\x1d\x3f\xfd\x14\x28\x4e\x78\x5f\x05\xa2\x03\xa2\xf9\x60\x7a\x15\x8d\xe2\x05\x07\x64\x6d\xf1\x53\x62\xef\x28\x07\xcc\x8b\xbe\xda\xea\x76\x48\x9a\x89\xd0\xa3\x67\xce\xb3\x74\x7e\x09\xde\x6a\xd2\x70\xf4\x70\x78\x28\x75\xa3\x3a\xc5\x61\xff\xe4\x57\xf2\xd7\xca\x5a\xec\x67\x2e\x59\xa5\xaa\x7b\xf9\xa6\xed\xbb\x2d\x5b\x34\x7b\xf3\x99\x36\xb3\x0f\x1f\xd5\xcd\xc8\x19\xb0\x56\xca\xdb\x6b\x30\x31\x5b\xc7\x4a\xf5\x66\xa2\xe1\xa3\x0c\x4d\xcb\x7b\xed\x8d\x46\x72\xe9\xe3\xad\x3a\x21\xda\xe0\xeb\xe1\x08\xeb\x53\x90\xa6\xb7\x7b\xef\x17\xeb\x83\x50\xae\xfd\x3e\xee\x90\xcd\x5c\xa8\xd7\x7a\xb0\xe3\x96\xd5\x0d\x78\xaf\xbe\x7c\xeb\x53\xab\x67\xf0\x55\x6d\x7c\x74\xbf\xe5\x05\x00\x95\xb1\x91\x09\x96\xcf\x00\x94\x97\x6c\x9c\x62\xf1\x02\x40\xf1\xf4\x3a\x75\xf3\x68\x00\x79\xa7\xb5\x07\xcd\xfc\x01\x64\x33\x57\x95\x98\xe6\x03\x30\x5c\xfe\xcc\x03\x1d\x3f\x7d\xfe\x95\xdb\x86\xc7\x4d\xf3\xc1\xce\x78\xdf\x76\x5f\x98\x3b\x5e\x05\xe9\x6a\xf6\xc1\xc7\xcf\x23\x27\xe2\xa7\xd9\x07\x65\x53\x93\x44\x26\x22\x54\xb7\x7b\xf2\x4d\xd5\xf1\x02\xec\xe5\xd1\x7e\xfa\x96\x46\x52\xfc\x85\x27\xbd\x4a\x3d\xd5\x55\xcf\x9d\x73\xf2\xa8\x08\x2a\xd3\x31\x3d\x7d\x7e\xfc\x83\x75\x7c\x86\x19\xc7\xbf\x8d\xed\x48\xdc\x67\xfa\xeb\xf0\x0e\x37\xce\x2c\x6d\x4b\xb4\x5f\xc3\x25\xa5\x3c\xd4\xea\xf3\xde\x32\xe7\xc7\x8f\x76\x5a\xa7\x26\xa4\xb9\x48\xf7\x7d\xb6\xaa\x89\xfd\xec\xf2\x10\x1c\xcc\x53\xa3\x8f\xba\xaa\xc1\x62\x93\x1d\x1b\x73\x5d\xbc\x60\xaf\x21\xd7\x7a\x79\xa7\x16\x28\xd0\xed\x59\x7d\xcc\x29\x00\xea\xb4\x17\x84\x7f\x76\x92\x80\xfb\x5a\x73\x56\xe4\x3a\x6a\x41\xaf\xba\x43\x98\xb6\xc3\x31\xf8\xae\x26\xb2\xec\xb2\x3d\x2f\x80\xf2\xfd\x50\x51\xdb\x7d\x00\x8a\x4b\x17\x7f\xb1\xcd\x00\x50\x58\xf7\xe7\xf8\xa7\xeb\x5e\x85\x20\xad\x03\xb2\x27\x48\xf1\xa1\xbd\xad\x93\xb0\x7b\x68\xe7\xc7\xe9\xd8\xef\xa0\x75\xc2\x6c\xbc\x9e\x7b\x67\x33\xe5\x13\x52\xd3\xb3\x50\x91\xf3\x01\x42\xa5\x2d\x0b\x83\x65\x5f\xf2\x48\x17\xa8\xcf\xad\x32\x9c\x3b\x6a\x77\x46\xc7\xac\xb3\x2e\x5b\x94\xaf\xa7\xcc\x0e\x08\x98\x16\x65\xd0\x9d\x74\x7d\x6a\xe3\x72\x0f\xf3\x98\x38\xad\xc9\xc7\x76\xf8\xd8\xac\x88\xb9\x39\xf1\x58\xea\x0a\x07\x99\xa8\xd9\x7e\x9c\x97\x7f\x8c\x09\xd9\x50\x34\xe1\x75\xf3\x5c\xa7\xfd\xeb\x74\x26\x6c\x7d\xff\x6c\xcc\xbb\xd5\x6f\x26\x3c\x65\xde\xb1\x6f\x0e\x3b\xe5\xd3\x01\x52\xd6\x1c\xa1\x6d\xde\x21\x30\xc1\x2c\x2f\x78\x87\xd7\x53\x58\x66\x22\xb2\xf8\xb6\xc7\x0b\x48\x30\xd4\x5a\x70\xdf\xfd\x23\x9c\xd1\x5b\xbf\x20\xcc\x5d\x11\x2e\xe9\x4e\x9c\xb7\x7e\xec\x21\x78\xa8\x99\x10\xf4\xc9\x6d\x32\xbc\x55\xdf\x35\x47\xdc\x4d\x0f\x7a\xd5\xf6\x05\x26\xbb\x9a\x00\xa8\xec\xfd\x1d\x3f\x7d\xfe\x55\x86\xd5\x3b\x80\x1b\x5e\x2d\xfd\x71\x7c\x22\xf6\x33\xe8\x59\x32\x1d\xf3\x94\x1d\x15\xf3\x30\x31\xfc\x70\x5f\x30\xde\xcf\xdd\x74\x63\x39\x3e\xbe\xd1\x16\x8e\xfd\x41\xae\x04\xac\xc6\xeb\x97\x79\xcc\x88\xd9\x92\x77\x11\x4a\x0f\x5e\x25\xae\x39\x49\x34\xfa\x50\x74\xd8\x04\xdb\xaf\x0a\xe3\x76\xeb\x2e\x39\xe8\x7b\x48\x8f\x33\xca\x6c\xa1\xef\x02\x05\xab\xbe\x35\xf3\xe7\x3d\xda\xd4\xea\x70\x75\x19\x04\x15\x1f\xa8\x73\xbe\x17\x6c\x37\x3b\xe3\xfc\x75\x37\xc7\xf9\xef\x67\xcd\xa8\x8d\x1d\x5b\x18\xc4\x0c\xcc\xed\xd8\x38\x76\xde\x9c\xb1\xb3\xb8\x99\x21\x2e\xbd\x81\xab\x67\xf2\x32\x4b\x1c\x6e\xcc\xd8\x1e\x90\xc3\x64\xda\x48\x04\x68\xf8\x5b\x82\x9e\xc5\xb6\x69\x6d\xd3\x16\xc3\x38\xb3\xe0\x69\xe3\x27\x33\x21\xc4\x78\xd6\x94\x93\x93\xc4\x61\x8f\x81\xc1\xe4\xf3\x7e\xcb\xe0\xb4\x6e\xcb\x64\xde\x09\x77\xa1\x58\xbb\x6e\x62\x8f\xb7\x07\xdc\xd7\x38\x37\xf1\xb0\x57\x34\x3c\x55\x2f\xff\x33\x7e\xab\x5e\x0a\xdd\x29\xfd\x4f\xea\x64\x7c\xdd\xe8\x36\xa2\x56\xc7\x5e\x08\x84\x62\x36\xe1\xa1\xe0\xca\x7a\x16\xd6\xcf\xa1\xfc\x60\x2a\xdb\xa9\x3e\x41\xc5\x1c\x51\x98\xb7\xcb\xc9\xdb\x8a\x5f\x3f\xa9\xbf\xdd\x8d\x6f\x03\x42\x07\xf9\x63\x6e\x2a\x46\x09\x78\xec\xda\x1a\xed\x64\x36\x5f\x66\xf3\xa6\x09\x9b\xb6\xb9\x2f\xd3\x34\x5a\x9e\xb0\x8e\x73\x56\xb2\x99\xef\xfc\x81\xd5\x77\xd6\xbc\xb5\x93\x9c\x25\xbd\xea\xd0\x5e\x0d\x87\x3a\xff\x77\xe1\xae\x67\xc5\xc7\x2c\x9b\xa2\xb7\x52\xa5\x2a\xdb\x89\x6d\x62\xc3\x8a\x2b\xcf\x8b\xc7\xb8\xfb\x7d\x5a\xa9\xc1\x7c\x62\x1f\xe7\x7b\x64\xe9\x2b\x90\xb5\xea\x9a\xf0\x3a\xf8\x1e\x8c\x33\xdf\x31\xc1\x79\x41\x1d\x2c\x31\x99\xe3\x73\x64\x5e\x29\x44\x1b\x2d\xf1\x56\x99\x1b\x0c\x29\xfa\x1f\xbd\xd4\x66\x7f\x83\x0b\xba\xf1\x9e\xc2\x81\x7b\xe1\xa6\xb6\xa1\xc7\xb5\xe9\x47\xe0\x81\xe6\x2a\x8f\x8f\xfe\x3a\xd0\xaa\x11\xe3\x71\x7e\xca\x43\xe8\x54\x37\xfe\x3d\xfe\x47\xc4\x1f\x3a\x1d\xf7\x07\xf9\xd0\xbc\x10\x8f\xff\x76\x51\xaa\x3f\xc4\x83\x0b\x11\x78\xfe\x68\xb8\x16\x89\xd7\x33\x2b\x8d\x62\x70\x1d\x5c\x4e\x8a\xc5\xab\xcb\x67\x81\xe2\xc9\x4f\x74\x25\xe2\x5d\x67\xc9\xaa\xfb\x0c\x59\x18\x27\x9a\x9c\x2c\xdd\xc9\xb1\x7e\x63\xce\xde\x95\x7a\x6b\x24\xce\x2f\x7b\x1d\x6f\xea\xec\xa3\xac\x32\x67\xff\xae\x6d\xfe\x8b\x0c\xac\xa7\x85\xc4\xd6\xaf\x5c\x68\x7a\xc5\xb7\x6b\x47\xd2\x1e\x4d\x8b\x05\x9e\xcf\xb6\x47\x67\x1e\xb5\x42\xe3\x0d\xb6\x6d\xac\x9c\x6d\x15\xe1\xf6\x32\xe6\xf1\xd3\x18\xcb\xb3\x6e\xd3\xb7\x29\xfe\xac\x37\x9f\xe2\x66\x17\x35\x0e\x56\x99\x70\xbb\x36\xad\x17\x86\x03\x86\x7c\x2e\xab\xd7\x54\x43\x91\xee\x7d\xd7\xa8\xf0\x70\x28\xd6\xcd\x77\x2e\x5e\xb1\x0c\xee\x6b\xe5\xb9\x4c\x59\x7a\x19\x5a\x35\x9f\x38\xb7\x86\xbc\x83\x2e\x0d\x43\x67\x9f\x45\x37\xe0\x9b\xda\x54\x27\xbf\xf9\xef\x01\x54\x6c\xc7\xe4\xcc\x9b\x0d\xa0\xcc\xfd\xbb\xfe\xa9\x71\x4f\xc7\xdf\x93\x14\x8c\xd7\x27\x9f\xdf\x59\x85\xf7\x7f\x3f\x68\xa7\xfa\x23\xd5\x77\x6d\xc3\xfc\x75\x79\xca\x4e\xcc\xcb\x5c\x36\x48\xa4\xfc\x0f\x2a\x29\x7d\xc0\x49\xa3\x03\x38\x5f\xfb\xf3\x53\xf0\x6a\x63\xec\x52\x8a\x2f\xdf\xb8\x33\xed\xa3\x70\x18\x42\xcb\x4d\x4f\xa8\xab\x59\x0b\x4d\x08\x3a\x72\x2c\xc7\xe6\x07\xe3\xd0\xc4\x97\x47\x8a\xfd\x9e\x6b\xca\x7a\xaa\x1f\x7e\xb7\x34\x58\x27\xdd\xf5\xd9\x61\x91\x58\xd0\x57\x76\xfc\x70\xc8\x38\x5d\xc8\x60\x95\x5d\xd0\xc1\x85\xd7\x78\x0c\xae\xdb\xd8\x1f\xe8\x7a\x7c\xc2\x80\xc3\xfa\xcc\x81\x6f\xdf\xcb\x75\x93\xac\x37\x24\x7e\x82\x07\x5a\x91\xd6\xfc\x71\xb3\xe0\xbd\x86\xa6\xf5\xaa\xed\xcb\xa0\x4f\x5d\xd9\xda\x6e\xcb\x7b\x00\xd5\x4a\x6b\xfd\xc8\x65\x00\x2a\x9e\x36\x7c\x1b\xd8\x00\x54\x8c\xad\xce\x45\x48\x00\x28\x36\x5a\xdd\x5d\x1d\x06\xa0\xa8\x63\x75\x6d\xe5\x54\x00\x05\x6d\xab\x8a\x65\xf7\x00\xe4\x95\xe8\xf3\x0f\x2e\x33\x70\x3e\x68\xfd\xd7\x8b\xf6\x08\xbc\xda\xfd\xd0\x3f\x1a\xaf\x6a\xd6\xf9\xec\x6c\xa2\xea\x3f\x01\xd7\x7b\x51\xef\x7e\xec\x0b\x93\x6b\x77\x04\xaf\x32\x9f\x7a\x79\x1c\xd7\xc3\xa1\x62\x8a\x5d\xd8\x3d\xf5\x34\x66\x15\x36\x89\x66\xe3\xf9\x24\x14\x9d\xc3\xfd\x10\xe6\xfa\xe5\x4a\xca\x16\x73\x7b\x4d\x96\xcd\x71\x35\xf9\x24\x71\x74\xec\x83\x33\x7a\x9e\xfe\x0a\xbe\x8e\x01\xd9\x97\x17\xbb\x2a\xdb\x5a\xaf\xce\x36\x88\x39\xae\xea\x6f\xf6\x29\x6b\xc3\x09\x6f\xb5\x28\xe3\xbd\x99\xbf\x4a\x5e\xa8\xed\x36\xac\xcb\xf4\x6f\x09\x56\x7d\x66\x38\x23\xd3\xf5\xab\x9a\xf2\x0e\xc3\x93\x69\x0d\x00\x8a\xbb\x0d\x83\x8e\x4c\x01\x90\xaf\x34\xac\xd9\xcf\x01\x20\xaf\x6d\x98\xb2\xb7\x06\x40\xce\xc3\x28\x65\xcf\x0d\x00\xb9\x64\xe3\xe9\x3b\xd5\x00\xe4\x82\x0c\x83\xb6\xcb\x00\xc8\x1c\x32\xda\x1a\xbd\x17\x40\xe6\xa6\xe1\xba\xc8\x76\x00\x69\x5d\xc3\xe6\x0d\x62\x00\x52\x79\x90\x15\xb0\x02\x61\xff\xa7\x65\x98\xa7\xe9\x38\xb3\x1e\x63\x4b\x52\x0c\x66\xd7\x1a\xc2\xe2\xf1\xee\xc1\xca\xb9\xfb\x30\x7b\x56\x64\x70\x18\xb3\x29\xe7\xe2\x8e\xe1\xb8\x32\xaa\x4e\xe3\xf1\x91\x62\x91\x85\x79\xef\x84\x24\x8a\x27\xdf\xd2\x7e\x1e\xfb\x61\xaf\xf2\xbb\xe8\x8d\x70\xff\x8b\xcb\xf8\x7e\x6c\x8a\x5b\xc9\x32\x71\x19\x84\xc6\x09\x16\x77\xea\x8c\x12\x7c\x62\xd3\x58\xd4\xea\x3a\x57\xb2\xd0\xf4\x47\xd1\xe5\xa0\x46\xa9\xf7\x06\x17\x8a\x0e\x46\x1d\x94\x29\xd4\xd9\x5c\xe4\x71\xd4\x8a\x31\x53\x73\xef\xe5\xaa\x22\x6d\x86\x8e\xfa\xc7\xcb\x93\xee\xed\x95\x19\xa3\xbe\xfb\xd2\xc7\xcf\x6b\xa4\xb8\xd4\xb5\xf3\x0d\x01\x46\x05\x69\xec\xc9\xde\x05\x20\x39\x43\x63\xde\xa9\x14\x80\x51\x3b\xd4\xe3\x8f\xff\x00\x90\x90\xd4\x58\x9a\xc2\x01\x20\xb1\x4f\x6b\xe5\x81\x85\x00\x92\x6a\x9a\x4a\x49\x8a\x00\x12\x7a\x9a\x91\xf1\x79\x00\x12\x12\x1a\xf9\xbb\xfa\x00\xc4\x6e\x6a\x89\xed\x58\x05\x20\x7e\xe8\xe3\xd5\x65\x8b\x59\xbf\xef\x75\xe8\x26\xcc\x8a\x3c\x32\xdc\x81\xc7\x75\x43\x0b\x75\xde\xaf\x27\xed\xc7\x75\x72\xe5\xdb\x31\xcc\x36\xe5\xcd\xa1\x74\x40\x99\xde\xd9\xf8\xf8\x58\xd3\x39\xcc\x42\xee\xf3\x29\xc0\xf7\x97\x3b\xae\x52\x3e\x29\xeb\x8f\x16\x77\xb0\x70\xc9\xc4\x52\x9c\xd7\x80\xed\x15\x78\xdc\xb8\xbc\xad\xbe\xca\xce\x86\x90\xf5\xa3\xea\x8f\x8a\x2f\xb9\x27\x18\x2c\xac\x8e\xb3\x1d\x10\xda\xa7\x75\xba\xfa\xe5\x0c\x39\x11\x03\x35\x85\xea\xd7\xeb\x96\x8a\x0a\x2b\xd5\xd4\x88\x1e\xf8\x28\xea\xa8\x30\xb7\xba\xe3\x42\x8c\xc8\x01\x79\x99\xea\x6b\xcd\x3a\xc2\xa1\x72\xe7\xab\xe7\xf7\x22\x41\x6b\xb9\xdb\x15\xb6\x00\xfc\xc9\xf2\x72\x45\x91\x00\xfc\xad\x0a\x7a\xf9\xa7\x01\x04\xd9\xe5\x8f\xe7\x6c\x07\x10\x50\x90\xff\x9a\xf9\x0a\x40\x60\x92\xc2\xab\x53\xd7\x00\x04\xf5\xe5\x9d\x53\x67\x00\xf0\x0b\xc8\xdf\x4c\x89\x02\xe0\x0f\x55\x50\x39\x98\x02\xc0\x1f\xaf\xe0\xb9\xef\x23\x00\xff\xba\xd7\x3d\x9b\xf0\x2e\xf9\x27\x53\x63\xf1\xf9\x6c\x62\xee\xc5\xd7\xc9\xaa\x77\x87\xb1\x1e\xa6\x24\x23\x0d\xf3\x17\x05\x9d\x59\xf8\x7a\x98\x35\x2a\x07\xfb\x80\xa4\x42\x01\xbe\xbf\x3c\x60\x74\x09\x8f\x83\x38\x9f\x2b\x7b\x58\xb8\x79\x6a\x19\xae\x8f\x95\xfd\x94\x4e\x60\xde\x8b\x6a\xfc\x7d\x13\xed\x29\x5d\x88\x8d\xfd\x6d\xcc\xc6\xe8\x29\xdd\x4d\x1a\xb5\x0f\x21\xe5\x86\xbb\xb9\x26\xf6\xdc\xab\xe5\x3d\xee\xad\x98\xe4\xcc\x7d\x9a\x31\xfb\xbe\x50\xb8\x04\xb7\x80\xf4\x9b\xfb\xdb\x93\x54\x39\xc3\x19\xe6\x0f\x46\xe7\x95\x20\x24\x75\xf7\x7e\x41\xa3\x1b\x42\x92\x0b\xef\x87\xbd\xef\x44\x48\xdc\xee\xf6\x16\xd6\x3d\xa0\xe8\xf8\x1a\xcc\x98\x0a\x1d\xaf\xb0\xc6\xe8\x5d\x82\x99\x44\x81\xf3\x97\xf0\x3a\x05\x9f\x60\x01\x7e\x76\xe0\xbb\x71\x0e\xdf\x3b\x73\x97\x66\xe1\x75\x07\x6e\xab\x74\xcc\xa4\x70\x26\xa6\x61\x9e\xbc\x35\x65\x27\xa6\xcf\xee\x1c\xa0\x7c\x41\x6a\x8e\x1d\xc3\x75\x51\x3a\x3b\x1d\xb3\x41\x05\xcd\xd9\xd8\xf7\xfd\xcc\xc9\x7c\x3c\x1f\x9e\x8c\xbd\x84\x75\xc6\x87\xaf\x97\xe0\x7d\xff\x89\x62\xe5\xf8\xba\xba\xad\xef\x06\xbe\xaf\x5a\xd7\x41\xf5\x51\x09\x7d\x59\x87\xc7\xd1\xcc\x97\x4d\xb8\xdf\x90\x67\xd2\x5d\xfc\xfd\x66\xd3\x1e\xe1\xef\x91\xd1\x6d\x8b\x63\x1b\x87\xd0\xa8\xbc\xe7\x57\x34\xd4\x11\x12\x73\x6d\xcf\x72\xe7\x43\x48\x68\xc1\x8b\xc4\x60\x25\x84\xf8\x4d\x5e\xdc\x8c\xbd\x87\x10\xcf\xc3\x97\xd3\x33\xe5\x11\xe2\xf2\x7f\x19\x5d\x75\x14\x21\xf6\xdb\x2f\xcd\x3b\xaa\x10\x42\x02\x6d\x1f\xa0\x0f\x21\x34\xeb\x3e\x5e\x4f\x42\xa8\x91\x30\x68\x37\xf1\x3a\x05\x32\xbf\x9e\x4c\x1d\x97\x11\x9f\x87\x62\xaa\x33\x43\xcc\x45\xf2\xf9\x5c\xb2\x43\xff\x6c\x34\x5e\xd7\x70\xdf\x8f\x7d\x5c\x6a\x0f\xa7\xce\xc6\xf1\x3f\xcd\xc0\xba\x87\x8b\x77\xce\x8d\xa6\xae\x03\xd4\x6e\xe9\xf4\x39\x25\xb8\x8b\xc2\x48\x1d\xd0\xce\x26\x2a\xee\xcd\x88\xda\x45\x1d\x9e\x79\x1b\xcf\x97\x0b\xbb\xa9\xb8\xfd\xc5\x1e\xe2\x79\xc2\xf5\x31\xc5\x36\x1a\xb4\xbf\xc0\x75\x32\xca\xbf\x0b\x8f\x3f\xb6\xdd\xdd\x02\xe2\xf8\x13\xdd\x15\xd6\x78\xa7\x79\x4f\x6d\x20\xfe\xcb\xbd\x53\xa2\xf0\x88\xeb\xad\xa2\xae\x38\xbd\x55\x65\x6e\x78\x26\x93\x7f\x86\xf9\xbb\xee\x58\x8a\x49\x7f\x49\x7c\x1c\x1e\x13\x46\xf9\x5e\x1e\x85\x4d\x44\x17\x72\x93\x30\xcc\xd7\xc9\xce\xec\x6b\xe3\x28\xbc\x32\x11\x86\xe8\x62\x1a\xc4\xa9\xba\x2f\xff\x99\x85\x7f\xff\xa5\xf7\xe7\xf1\xbc\x78\xfe\x62\x21\xbe\x5f\xce\x6c\xa0\x74\x01\xa9\x70\x1d\xcf\x17\xb4\x0e\x28\x3e\xb6\x01\xf7\xc9\x88\x39\x7a\x1b\xeb\x22\xd6\x89\x53\x71\x2f\x5d\xf7\x10\xf3\xc1\x73\x8d\x5a\x31\x4f\x3a\x69\xc2\x0b\x3c\x5f\x38\x45\x75\xe2\xeb\x8a\xde\xb4\x0f\x78\x17\xbb\xb8\xcf\x67\x7c\x1f\x86\xd0\x80\x9d\x20\x56\x0a\xfc\x38\x6e\x26\x85\xf0\x95\x7b\x1a\xde\xd1\xf0\xcb\x77\x1d\x66\xe2\x7f\xa5\x50\x3c\xe6\xaf\xf7\x45\x94\x3f\xbf\x0f\xa5\x7b\x60\x7a\xfd\xc2\x23\x95\xf6\xb9\xe8\x24\x79\x68\xcb\xfd\xcf\x79\xb9\x45\xf4\x22\x55\x89\x14\x96\xe3\xf7\x2b\xa2\x88\x0e\xac\x2c\x1f\xdf\x0f\xe4\x1f\xa5\x7c\xa0\xce\x1c\xab\xc0\x67\xe3\xa4\x43\x35\xd6\x4f\x1f\x0e\xad\xc3\x3e\x74\x89\x4b\x9b\x30\x7b\xb8\xd3\xf7\x3e\x1e\x3f\x51\xc6\x0f\x31\x1f\xbc\x5a\xf9\x29\xee\xbf\x19\xdc\xd4\x86\xef\xc7\x66\xe9\x76\xe2\x68\x7c\x5d\x28\x16\xd1\x7e\x75\x2f\xce\x9f\x76\x13\xa5\x0b\x11\x53\x60\x2a\x50\x79\xf8\xb7\x0e\x24\x8c\xe8\x62\xf6\x90\xfd\xee\xd9\xe4\xc9\xbe\x8a\x74\x7e\x6c\x1f\xb2\x5f\xff\x37\x9f\xdf\x6d\x34\x22\x2f\x69\xff\xc8\x8b\x35\x0c\xd1\x0b\x5d\x3d\x42\xf5\xc3\xbb\x90\x59\x82\xe7\xb3\x1c\xdf\x1b\xf8\xbc\x65\x78\x12\x1d\xd0\x1a\x4a\x07\x94\x9c\x7c\x0f\x7f\x6e\x8f\xd2\x43\x7c\xff\x18\xd3\xf6\x0c\x5f\x0f\xd7\x3f\x69\xc7\x51\xac\x68\xed\xc4\x7a\xa0\x05\x7b\xde\x61\x5e\x7c\xba\x1d\xd5\x2f\xca\xcb\xef\x33\xbe\x8e\x58\x3f\x1a\xc0\xcf\xef\x9a\xbf\x00\xfb\x6a\x0c\xd5\x3f\x0c\xea\x40\xb8\x28\xf4\xd8\x48\x21\xad\x03\x89\x26\xba\x98\x14\xd2\x01\xef\x22\xd1\x7b\xd0\x3e\x20\x1d\x84\xc7\xa5\xbe\x99\xf6\x89\xe9\xab\xa0\xf0\xc3\x62\x92\x97\xe0\x7f\xe4\x05\xfb\xe4\x5c\x4e\xba\x46\x66\x8d\x1a\xac\x8b\xce\x58\x4e\xcd\x6f\xa9\xc5\x77\xf1\x3c\x78\xc0\x88\xd2\xc3\x24\x86\x3d\x29\x62\x61\xec\xdc\xe7\xb8\x1b\xc7\x66\xff\x4e\x5c\x07\x6b\xda\xbb\xf0\xfb\x4b\x37\xf4\x60\xbd\xf9\xdc\x9d\x9f\xb0\x8b\xcb\xb4\x03\xdf\xb0\x7f\x90\x7b\x13\x13\xd7\x1b\xed\x8f\xa3\x46\xfa\xc8\x08\x49\xc0\x9f\x3a\x10\x72\xde\x07\x75\x20\xc4\xf7\x62\xcd\x79\x0a\x13\x88\x33\x22\xcd\x6b\x97\x10\x7f\x90\xdb\xc4\x21\x90\x52\x66\x0d\xf7\x75\x60\x8d\x33\x0a\xff\xd1\x27\x88\xe4\x25\x9f\xff\x26\x9e\x17\x69\x1d\x14\xad\x03\x3a\xb2\xff\x31\xfe\x6b\xfb\xe0\x39\x9e\xff\xf6\x98\x53\x3e\x50\xdb\xae\x77\xe1\xeb\xe2\x26\x05\xea\x7c\xaf\xca\xa7\xd4\x04\x21\xcd\x03\xf8\xba\x19\x14\x4c\x9d\x15\xda\x17\xc6\x85\xf8\x64\xd0\xfa\x07\x65\xf2\xd7\xf9\xee\x0f\xc9\x03\xe9\xff\xa2\x7a\x92\x42\x5a\x07\x32\xe5\x21\x1a\xc6\xf7\x53\x4f\x6e\xbf\x75\x0f\x39\x84\xd7\x2f\xfb\x40\x61\x23\xc1\x56\xd2\x31\xf3\xbd\x09\xfa\x43\xe7\x30\x44\x57\xd6\x34\x34\x2f\xb4\x0e\x2a\xbd\xac\x05\x67\xfb\xf8\xeb\x36\x5c\xbf\xfb\x37\xbc\xc0\xf5\x11\xff\xe1\x0d\xce\xc3\xce\x35\xbd\x58\x0f\xb6\xf9\xd6\x67\xfc\xaf\xd7\x47\x0e\xe0\xe7\xea\x95\xa4\x0a\x17\x98\x52\xb3\x77\xc0\x26\x18\xa6\x03\xa1\xfb\xa1\xd0\xfa\x30\x05\x76\x92\x87\xb5\xf0\x87\xfe\x81\xd6\xc3\x58\x12\xff\x0e\x5f\xa9\xe1\xe3\x63\x1d\xe9\x97\x32\xd2\x17\xe5\x3c\xf1\x85\xa1\xfd\x3f\x68\xfd\xc7\x03\x52\x57\x83\xfa\x8f\xdc\x7f\xe7\x25\x63\xff\x23\xfc\xe0\x9d\x3a\xbf\x0d\xeb\x82\x0e\xdf\x7a\x8d\xef\x93\xf6\xf9\xbc\xc7\xd9\xdd\x9d\x4f\xe9\xfd\xb6\x4f\x1b\xc0\xe7\x7f\x33\xa2\xe2\x1d\xa9\x03\x99\x4d\xfa\xdf\xd0\x7a\xa0\x71\xa4\x8b\x17\xad\x8b\xd2\x5b\x40\xa1\x1c\xf1\x53\xe1\x5d\xf6\x67\x1e\x68\x1d\x88\xf1\x5b\x0a\x47\xf6\xc7\x09\x23\xb8\x85\xc4\x47\xeb\x83\x68\xbd\xd4\xa0\xfe\x83\xe8\xa5\x6e\x14\x53\x48\xeb\x3f\x5e\x90\x3e\x32\xef\x49\x9e\x99\xde\xbf\xf3\xc1\xfa\xcf\x9e\xf0\xf4\xff\xf2\x01\xa1\xf9\x29\xda\xdf\x60\xa4\x0e\x84\xd6\x4f\xb8\xe9\x52\xe8\x4d\x5e\x0f\x58\x44\xe1\x42\xf2\xfd\x2b\x89\x8f\x41\x34\xf9\x7c\x02\xe1\x1c\x53\xc9\xef\x38\x4f\x7c\x23\xca\x09\xbf\x77\x87\x7c\xbe\x93\x70\xb8\x3f\x67\x21\xf4\xf5\x04\xf5\xff\x34\xdf\x4b\xf7\x81\x79\x4c\xb8\x47\x9a\xf7\x6e\x22\x1a\x83\x5a\xc2\x7f\xff\xa1\xff\x70\xa2\xb0\x24\x03\x0d\x72\x87\xff\xd2\xc1\xfc\xaf\xfe\x17\x83\x7c\x3f\xd1\x51\x0c\xfa\xa2\xfc\x37\x1d\xc8\x87\xe1\x79\xf8\x97\x1e\xe6\xad\xef\xef\xdf\x4a\xf3\xbd\xaf\x89\x37\xc6\x48\xfd\xc3\x48\xfd\xc7\xa0\xff\x85\x0d\x85\x65\x5f\x29\xbc\x4a\xf2\xf9\x37\xdf\x83\x7f\xc5\x4f\xf7\xff\xa7\xf1\x5f\x3a\x10\x9a\xcf\xfc\x9f\x75\x20\x2f\x87\xe7\x21\x9f\xf0\x82\x7f\xf8\xa2\x38\x22\x04\xa3\xa8\xff\xef\xb9\x48\x21\xad\x07\x1a\xd4\x3f\x90\xfa\x68\xb8\x3d\x3c\xfe\x91\xfa\x8f\xab\x67\x29\xa4\xf5\x0f\x17\x2e\x0c\xc9\xc3\x7f\xe9\x03\xf3\x5f\xfa\xa0\xfc\x51\x17\x63\x49\xbd\xfb\x11\x9d\xc3\x2c\xc2\x8f\xd2\x3a\x90\x48\x87\xbf\xe4\x21\xe3\xb7\x1e\x66\x50\x07\x42\xea\xa0\xe7\x27\x42\x3f\x4e\x52\xff\xff\x3e\x6f\xf8\x78\x18\xd4\x3f\xd0\xe3\x80\x68\xb2\xaa\xf7\x90\xf8\x47\xea\x3f\x84\x29\x2c\x24\x3a\x21\x9a\xff\xfe\x5b\x1e\x46\xf2\xff\xff\x42\xda\x27\xe1\x5f\x3a\x10\x7a\x9e\x08\x24\xf5\xb1\x94\x9c\x93\x91\x3a\x10\xba\x1e\xb0\x2f\x4a\xc6\x6f\x0d\x4b\x2b\xf1\x8f\xe9\xb3\xff\xad\x8b\xa2\xfd\x81\x68\x5d\x18\xad\x7f\x18\xd4\x7f\x90\x79\xa0\xa2\xe5\x7f\x8b\x3f\xc7\xe4\x77\x1e\x46\xf6\xc1\xf9\xa3\x0f\x0a\xe1\x39\x07\xf5\x10\x23\xfc\x2f\xe8\x7f\x47\xcf\xa7\xf4\xbc\xeb\x41\xfc\x90\x68\x1d\x48\x08\xf9\x77\x1b\xc8\xfc\x12\x4f\x34\x1d\x27\xc8\x39\xbe\xc0\x9a\x1f\xa2\x11\xba\x99\x8a\xd0\xaf\x26\x84\x9e\x92\xb1\x3e\x10\x8e\xd0\x27\x4d\xea\xff\x5f\x92\xdc\xd3\xda\xa9\x46\xd2\xf7\xa8\x66\xea\xff\x31\x7e\xa2\xf9\xc9\x1e\xa2\x41\x1b\xa9\x7f\xa0\xe3\xa4\xf5\x1f\x83\x3a\x88\x11\x28\x33\x42\x37\x43\x7f\x0f\xad\x03\x19\x4b\xce\xcd\x08\x1d\x08\x5a\x47\xf2\xb2\xc7\x90\x3a\xff\xac\x3c\xfc\x5a\x8f\xd0\x85\x33\x08\xfd\xac\xa1\xc6\xf6\xf7\x8d\x54\x1e\xbe\x27\x21\xf4\x4d\xf9\xf7\x78\x68\x93\x1f\x5e\x07\xf4\x38\xa0\xaf\x03\x83\xe3\x9f\xd4\x4d\x21\xd1\xda\xe4\x55\xfd\x3d\xfe\xd3\x43\x74\x62\x83\xf1\xcf\x18\x11\xef\x48\xfd\xc7\x08\x1c\xa9\x03\xa1\xbf\xe7\x0f\x1d\x08\xb9\x4e\xd2\xd7\x8d\xb5\xac\xb1\x9c\x85\x50\x9c\x27\x42\x3f\xa3\x10\x4a\x0d\x40\xe8\x5b\x02\x42\xf9\x69\x08\xf5\x8f\x42\xa8\xba\x15\xa1\xcf\xec\x08\x3d\xe9\x46\xe8\xd3\x2a\x84\xbe\x4e\x45\xa8\x93\xd4\xd8\x43\xa2\xfb\x69\x18\x4d\xe9\x5c\x68\x1f\x24\x3a\xfe\x4b\xe4\x3a\x79\x71\x26\xa5\x7f\x39\x6f\x4d\x1d\x9f\x21\xd7\xa6\xd3\xa4\x7e\xd2\x49\x3d\xa5\x0e\xd1\x4f\xfe\x4b\xff\x40\xeb\x3f\x48\x3f\x8c\x41\x3e\x98\xc6\x41\x3d\x88\xfd\xf0\x71\x43\xd7\x85\x2d\x19\xff\x9e\x05\x14\xce\x3e\xc2\x7a\x6a\x46\x28\x9c\x35\xef\x95\x20\xb4\x53\x01\xa1\xfe\x6a\x84\x52\x7a\x10\xfa\xf4\x16\xa1\x3c\x59\x84\x7a\x45\xa9\x39\xfe\xc3\x7c\x84\x5a\x23\x11\x62\x3d\xad\xf6\x7b\x23\xf4\x9c\xe8\xc4\xee\xdc\x41\xf8\x0e\xbd\x86\x8d\x0d\xdf\xb1\x97\x76\xb2\x75\xb2\xf0\xb2\x02\x17\xe6\x28\xf3\x2d\xd9\xdd\xf0\x79\x7f\xc4\x81\xf7\x5f\x64\x3b\x71\xe0\x3b\xbc\xd3\x64\x7c\x9c\xe8\x60\xc3\xfb\x50\x8e\x99\xb1\xe3\xcf\x1f\x19\xe2\x1f\x35\x32\xfe\xe1\x7d\x30\xfe\x3b\xd2\x79\x12\x0b\x27\x79\x25\xf3\xa1\x09\xdd\xaf\xed\x2b\x15\xff\xf4\x35\x08\x0d\xe8\x20\xb4\x3c\x05\xa1\xbe\x29\x08\xc5\xac\x42\xa8\x27\x9f\xfd\xcc\xe1\x0d\x08\xbd\x53\xe2\x52\x39\xf7\x05\xa1\xd7\xf2\x3c\x92\xd7\x33\x10\x7a\xd9\xcc\xeb\xf2\x98\x17\xa1\x76\x1f\xbe\x0d\x9f\x27\x22\xd4\x12\x23\x80\x9f\xab\x6b\xc7\x0a\xe1\x9e\x1d\x65\x7d\xa2\xb8\x83\xe7\xa5\x50\x91\x7e\x5c\xf7\x4e\x22\xd8\x0f\x27\xfb\x95\x10\xbe\xa3\xcd\x78\x28\x8c\x9f\xa7\x4f\x25\x08\xe2\x3c\xd1\xba\x97\x23\x27\xf8\x71\x1f\xb6\x43\x63\xf9\xb5\x59\x98\xfc\x8d\xe7\x03\x9d\x07\x3a\x7e\x3a\x9e\x7f\xc6\x3d\x8c\x0f\x1f\x44\x5a\x27\x81\xb8\xee\x0c\x1d\x2f\x6c\x26\xda\x63\x11\x02\x11\xf6\x7e\x87\x66\x84\xfa\x39\xf8\x0a\x27\xd7\x23\xd4\xed\x28\x5c\x1f\x92\x8c\xd0\xeb\x67\xe2\x25\x9b\xe3\x10\x7a\x71\x48\xf2\xce\x01\x1e\x84\x9e\x89\x48\x7d\x3f\x73\x06\xa1\xc7\x86\x32\x4e\xe5\x61\x08\x3d\xf8\xcc\x88\x7c\xb0\x09\xa1\xbb\xbd\x32\xe3\xba\x7d\xd9\x8d\xea\x55\x65\xf6\x01\x70\x2d\xa6\xfb\x80\x15\x72\x30\x1e\x03\xf0\x8a\x9d\x9b\x22\x3b\x0e\x80\x77\x6b\x86\x2f\x23\x13\x80\xc7\x37\x8d\x9d\x71\x1d\x80\xc7\xf5\xd8\x3a\x59\x43\x00\x9e\xa2\x14\x75\x59\x5e\x00\x9e\xf9\x07\x3d\x19\x6f\x01\x78\x78\xf7\x8f\x62\x7c\x01\xe0\x1e\x48\x9c\xcc\x68\x02\xe0\xde\xbe\x67\xb5\x6c\x38\x00\x8f\xe9\x7f\x3c\xff\xe8\x3f\xc5\x4f\x3f\x15\x70\x1b\x50\x48\xfb\x85\xf0\xb7\x08\x6e\x43\x68\x40\x5f\xf4\xa5\x72\x33\x42\xbd\xec\xd2\xd6\xd6\x31\x08\x75\xee\x66\x34\x78\x37\x72\xf4\xb6\x71\xc9\x6d\x9e\xcb\xe4\xd1\x7b\x18\x2b\x1f\x16\x11\xc6\x2f\x79\x67\x85\x82\xfc\x9e\xdd\x82\x2d\x0d\xb5\x0a\xf6\x27\x4b\x84\x1b\x6b\xa3\x14\xac\x8a\x2c\x45\x47\x57\xab\x28\xcc\x6e\xdc\x22\x5a\x71\x7d\xbd\xc2\xe3\xce\x75\xa2\x07\xcb\xc7\x28\xd9\x02\x88\x64\x5c\x54\x52\x9e\x00\x20\xba\x21\xdb\x41\x65\x26\x80\xe8\xd7\xb4\x46\x15\x75\x00\x51\xc9\x94\x2f\x2a\x62\x00\x22\xab\x0e\xd9\x29\xdf\x02\x10\x6e\x18\xd4\xbb\x18\x2a\x9f\x07\x10\x82\x3d\x2b\x94\xb8\x00\x04\xd1\x2e\x37\xc5\x7c\x00\x81\x05\x3b\xd2\x14\xe3\x00\x04\x38\x63\x26\x2b\x20\x00\xbe\x71\xff\x43\xfc\x23\x9e\x86\x84\xc8\xee\x98\x11\xba\x90\x68\x19\xac\x07\xe9\x8b\x97\xef\x63\x7f\x84\x50\xd7\x61\xb5\x27\x32\x3f\xd9\xa6\x3c\x17\xd5\xb0\x35\x38\xc6\x53\xda\xa2\xaa\x35\xde\x35\x50\x20\xb7\xc9\x4f\x3b\x24\xe0\x81\xc8\xc5\x9b\x6b\xb4\x77\x2d\x9f\x2e\x31\xb1\x32\x48\xdb\x68\xdb\xb2\xd1\xdb\x4b\x75\xb5\xce\xa6\x18\xc8\x08\x17\x15\x68\x69\xe5\x3d\x60\x34\x17\xda\x68\xd6\xd7\xc4\xc8\xd6\x14\x2c\xd6\xec\x69\x63\xc8\x3e\xcd\x8b\xd5\xfa\x38\x10\xc7\x28\xcc\x70\xd3\x79\x0d\xc0\xf8\x71\xcc\x52\x27\x0e\x40\x46\xfa\x80\xa5\x8e\x1f\x80\x54\x4e\xe2\x32\x1d\x3e\x80\xd1\x0b\x77\x8f\xd5\x0e\x01\x90\x14\x89\x0d\xd3\xb6\x06\x18\x65\xbf\x2d\x43\xab\x03\x40\x62\xcd\x96\x17\xda\xe2\x00\x12\x06\x51\x7d\x1a\x99\x00\xa2\x3b\x36\x35\x69\x9c\x02\x10\x35\x5b\x9f\xa7\x2e\x03\x20\xbc\xe6\xbf\xc7\xcf\xd7\x34\x2c\x5e\x90\x25\x3a\x10\x8a\x17\xfe\xf6\x45\x0f\xfb\x95\xf6\xd8\x18\x5d\x62\xe1\x2b\x51\x33\xbc\x1e\xf7\xa4\xc1\x3a\x51\x5c\x11\xa1\x66\x4b\xab\xc3\xea\xc0\x27\x57\x33\xc9\xe2\xa1\x8d\xa4\xd8\xc5\xb2\x01\xcb\x09\xbe\x8a\xa3\xab\x2e\xa7\x58\x2c\x5e\xa8\x24\x8b\xf2\xed\xcd\xc3\x37\x5e\x53\xe4\x3b\xeb\x6b\xb6\x77\x9f\xbc\x4a\x68\xc6\x01\xd3\xf4\x6c\x59\xb5\xbb\x27\x4f\x9b\xb4\x5e\xeb\xd2\x18\x9b\x7a\xc9\x24\xa2\x25\x5a\xe3\xf4\xb1\x52\x93\x87\x1f\x2f\xaa\x97\x1f\x0c\x37\x53\x85\x2f\x6a\x5c\x09\xba\x66\xfc\x00\xca\xd9\xb4\xcf\xc9\xd6\x5d\xa6\xe7\x00\x14\x14\xa3\x16\x9b\xd4\x03\xc8\x49\x6f\x2c\x32\xd9\x04\x20\xcb\x58\x57\x64\x12\x04\xc0\x70\x88\x50\x36\xac\x07\x90\x9a\x1f\xde\x69\xc8\x06\x20\x59\xbe\xf2\xac\x41\x36\x80\xa4\xf1\xf2\xfb\xfa\x41\x00\x12\x3b\xfe\x8c\x9b\x8d\x7d\xf8\x79\x97\xfa\x82\x86\xf1\xe1\xd4\x2a\xe2\x17\x13\x4b\xbc\x3e\xf7\xb6\x69\x0c\x5e\xfd\x79\x1e\xe9\x4a\xf9\x3f\xeb\x8d\xc7\x4f\xc3\xf5\xcf\x3d\xa3\x79\xed\x11\xba\xce\xef\xe5\xa7\xc0\xcb\x5d\x51\xb4\xc9\x5d\xdd\x84\x5b\xec\x74\xee\x64\xb7\x75\x6e\x9d\x72\x7e\x19\x4b\x5d\x27\xce\x3c\xa8\x9c\x91\xea\xe7\xdc\x1f\xbe\x5c\x63\xcd\xa1\x0f\x4e\xfe\xbb\xe6\xe9\xb8\xed\xbb\xe0\xf8\x34\xcd\x45\x5f\x33\x21\xd1\x21\xa9\xc8\xc5\xa0\x77\xb7\xa2\xfd\x93\xa6\x4e\xc3\xe2\x9d\xb9\xf6\xd5\x6f\xc7\x18\xea\x6d\x77\x77\xa8\x87\xd3\x7a\x3d\x51\xb2\x0e\xaa\x50\xaf\x6d\x1a\xd1\xe1\xc0\x09\x1d\x1a\x67\x56\x7f\xb6\x33\x05\xa6\xea\x86\x95\xf7\x6d\xf9\x00\x94\x55\xc2\x46\xdb\x72\x01\x28\x99\x2e\xfd\x69\x23\x02\xa0\x10\xb7\x64\x9d\x65\x3c\x80\x6c\x50\xf0\x54\xcb\x6b\x00\x8c\x9e\x85\x87\x2d\xcd\x00\x64\x72\xe6\xaf\x31\x07\x00\x69\x91\x3f\xe3\x17\xf9\x32\xfc\xbc\x6b\xe1\xb8\x99\xf1\x96\xf8\x7c\x7f\x94\x77\xc1\xfb\xfe\xdf\x28\x79\xe2\x81\xf1\xa4\x84\xf2\x07\xb9\xe3\x37\x15\xaf\x9e\xde\xac\xa1\xfa\xc6\x94\x99\xcc\xc0\xab\x6a\x97\x24\x66\x5f\x91\x6e\x47\xe8\x8c\xe6\x0c\x5d\x1d\x39\x11\x83\xd4\xd0\x69\x87\x1c\x96\x31\x6e\x25\x27\x4d\x72\x9c\x78\x4a\xe3\xc4\xee\x33\x7e\x33\x82\x9b\xf4\x94\xb6\x45\x4d\xf0\x8f\xde\x69\xb4\x33\xca\xd2\xfb\xc6\xa1\x2b\xa6\x5f\xd7\xf3\x7a\xcd\xca\xd3\xb1\xb0\x5f\xb3\xc8\x53\xf9\xa6\xab\xa5\x73\xf8\x11\x8f\xca\x76\x73\x4b\xb9\x95\x76\x9e\x11\xcc\xe5\xe6\xc6\xa1\x72\x1e\x79\x10\x65\x94\xb1\x28\xdb\x7d\x2c\x64\xeb\x1d\x99\x1f\x31\xae\x1d\x6e\x6a\x87\xcd\x9d\xeb\x56\x00\xaf\x34\xe4\x83\xce\xb8\xc9\xc0\x7b\x75\x83\x59\x11\xae\xbb\x60\x40\xd5\x2d\x30\xdd\x85\x0d\x40\x39\x7c\x66\xba\x93\x0c\x80\xa2\xc7\xcc\x32\x47\x05\x00\xf9\x38\x7f\x3d\x87\x43\x00\xb2\x71\xbf\xf3\x40\xc7\x2f\x37\xec\xbc\x33\x37\x3b\x62\x1d\x4c\xcf\x45\xca\x2d\xb6\xc3\x85\xda\x35\xf5\x68\xe3\x0c\xbc\x1e\xd3\x34\x3b\x08\xef\x73\xae\xaa\xa4\x56\x8d\x4a\x8e\x53\x7e\x19\x79\xbe\x4b\xf0\x6a\x52\xa6\xd1\xb2\xc3\x42\xbb\x11\x3a\x3a\x37\x34\x5c\x85\x53\xc0\x76\xaf\x68\xb0\x8e\x45\x95\xd4\xee\x6d\x73\x16\x04\x7b\xce\x54\xcd\x58\x67\x33\xa7\x6b\x8e\x92\xe1\xfe\x15\x62\xb3\xee\x45\xe8\x9a\xd5\x84\xf0\xcd\xbc\x9f\xe8\x6f\xb5\x6d\xfe\xa2\x19\x6e\x59\x63\x6d\xad\x66\xbf\x08\x68\x2d\xaf\xb3\x5b\x10\xc8\xe1\xff\xf4\xb1\x98\x9d\xd9\x8c\x6d\x01\x26\xfd\x9a\x36\xd7\x02\x24\xfc\xd5\xc1\xc0\x62\xce\xd4\x9a\x29\x3b\x61\xa1\x71\xc1\x94\xb4\x49\xa6\x10\x67\x30\x71\xa2\xbb\xdf\x4a\xc8\xd3\x89\xf3\xbb\x38\x61\x29\x54\x6b\xe9\xf9\x32\x7c\x6e\x43\xb3\x46\xc5\x84\x69\x5e\xe7\xe0\x95\x5a\xa0\x77\x86\x47\x36\x7c\x57\xae\xf2\x76\xf0\xd0\x82\x5f\xca\x9a\x5e\xaf\xc7\x6d\x02\x50\xa8\xfc\x5d\xff\xb4\x0e\x82\xe8\x80\x5c\x5c\x31\xff\xd6\x73\xd2\x07\xf3\xb3\x1d\xfa\xd3\xf1\xee\xc0\x87\xc9\xf3\xf0\x3a\x64\xa3\x44\x30\x5e\xfd\xba\xfe\x78\x19\x5e\x15\x2b\x0e\x09\xc7\xba\xa9\x3c\xae\xb5\x78\xd5\xf4\xb4\xc0\x7a\xcc\x1f\x1f\x0a\xdc\xb8\x8b\x2d\x08\xa1\x84\xc0\x4d\xcb\x18\x81\x5c\x6b\xb6\x3c\x5c\x2f\x61\xd0\x2b\xa1\xb1\xc6\x6b\x4d\xb7\xab\x87\xe2\xf4\xe0\x9d\xe1\xa3\x03\x96\xeb\x6a\xce\x3e\x15\x16\xb1\xc2\xd3\xc4\x31\xc0\x66\xf9\xff\xe3\xec\xbc\xe3\xb9\xee\xde\x3f\xfe\x4a\x21\x2b\x3b\xc9\x8e\xb4\x90\xb4\xa5\xa9\x3d\x34\xb4\x07\xda\x8b\x52\xda\xc3\xaa\x14\x4d\xa3\x92\x94\x54\x56\x43\x68\x50\x44\x85\xb6\xd1\x22\x0d\x12\x0d\xa4\xd2\xde\xe7\xf7\xf8\x5c\xe7\xfd\x56\x54\xf7\xf7\xbe\x7f\xf7\x3f\xd7\x6d\x77\x5d\xef\x73\xae\xf7\x39\xe7\x7a\x9e\xd7\x65\xed\xe7\xdb\x2e\x7b\xa4\xf1\x3c\xb3\x03\x3e\x1d\x26\x0f\x9b\xe9\xfc\x25\x25\xb5\xc3\xeb\x21\xaf\x9c\x1d\xf3\x9a\x77\x58\x3d\xf8\xb2\xb3\x73\x55\x41\xbb\xbd\x83\x7b\xcf\xf1\x61\xab\xda\x98\x0e\xbc\x3e\xa3\x0e\x8b\x32\x97\x1e\xf0\x75\x72\x14\x4b\x6f\xf1\x71\xc0\x6e\x87\x7d\xec\x56\x73\xe3\xfe\x46\x0e\x6d\xd8\x63\xd3\xe9\x7d\x0a\x27\x2c\x62\xdf\x9a\x7c\xea\xd7\x65\xcc\x76\xf6\xad\x49\x4c\xef\xc3\x63\xda\x31\x66\xd8\xb2\x6f\x94\x7d\x22\x63\x86\x9b\xfa\x2c\x1b\x3e\x96\x31\xfd\x5d\x3f\x9f\x7f\x7b\xe1\x76\x58\x3f\xe2\x59\x44\xfe\xe9\xb1\x11\xd7\x85\xc8\x0f\x98\x4d\xf9\x32\xbb\x78\x21\xd5\x6d\xd3\x67\x2d\xa5\xe7\x9f\xe4\xb4\x92\xea\x5c\xb1\x53\x3c\x69\x1d\x71\xd0\x96\x9f\xa6\x06\x3b\xf9\x50\xbd\x7f\x63\x84\x2f\xdd\x7b\xf7\xca\xd8\x74\x42\xf5\x33\xb0\x68\xb6\x9f\x85\x69\x9c\xd2\xf5\x99\x87\xd7\x7b\xd9\xbc\xd4\xfe\x38\x7e\xdc\xda\x2e\xf6\xf5\x9a\x06\x0d\xff\xe0\x9d\xe8\x3c\xb2\xa5\xcb\xa0\x64\xaf\x23\x3e\xc1\x66\x8f\xfb\x3e\xf2\x4c\xdb\x07\x8b\x31\xb6\x9a\x1e\x45\xa7\x47\x5b\x1c\xee\x71\xc1\xc3\xfc\x96\x92\x45\xaf\xee\x27\xdd\x8b\x5f\xae\x30\xf3\xee\x3e\x7b\x55\x02\xbb\xd9\xa2\x79\xf7\x6e\x4b\x4e\xb1\xe7\xa6\x47\xbb\x05\x2f\x4c\x67\x5f\x4c\x56\x74\x1d\x37\x2f\x9c\x31\xa3\xa3\x5d\xdf\xcf\xad\x64\xcc\xc8\xb1\xab\xf1\xac\x60\xc6\x0c\xe6\xda\x7c\x9e\xd1\x8c\x31\x7d\xb7\x2e\xfb\xa6\x79\x31\xa6\x7b\xc4\x66\x99\xe3\x02\xc6\x74\xee\x58\xfb\x3b\x74\x64\x4c\xbb\xe0\xa7\xff\x9c\x83\xa8\xd2\x1b\x45\xe3\xe2\x71\xbb\x29\x14\x9f\xbb\x2a\x2e\xc4\x41\x64\x75\x5c\x32\x14\xbf\xf0\x3f\x49\x4e\xfc\x94\xf0\x68\x91\x0f\xdd\xe7\x8b\x30\xd9\x44\x75\xaa\x5d\xa9\x5b\xe8\x5c\x73\x8b\x4d\x00\xf1\x54\x5e\x72\x3b\xa8\x1e\xba\xc0\x74\x57\xbf\x7a\x81\xc0\x8c\x5b\xc1\x29\xfa\x90\x3d\x36\x6e\xfb\x8e\xb3\xed\x7e\xa8\xbf\x1c\x6c\x19\x64\x33\x78\xa8\x81\x56\x9f\x56\x81\x4b\x67\xda\x34\x51\xee\xde\x32\xe0\x96\x77\x3d\x13\x1d\xeb\xb5\x01\xd2\xa1\x6d\x9b\x0e\xef\xf0\xc2\xdf\xe1\x94\x76\xd3\x75\xed\x8e\x6d\x8b\xca\xad\x67\xf2\xba\x6d\xcc\xb6\x69\x15\x3e\xc6\xd6\xed\x0c\x37\xa7\x32\x66\x18\xdf\x6e\x85\xcf\x33\xc6\x0c\xc6\xb4\xbd\xe3\x75\x98\x31\xbd\x7e\x6d\x17\xac\x56\x92\xe4\x36\xab\x9d\x2b\xaa\x18\x6b\x3c\xa6\xed\x83\x25\xa9\x8c\x35\xde\xd4\x76\x96\xdb\x6d\xc6\xb4\xa7\x5b\xd5\x59\x20\xc5\x98\x96\x5b\x9b\x4b\x2e\xb1\x8c\x35\x74\xb7\x72\x9d\x2b\xc5\x58\xc3\xf9\xa2\xff\x6f\xd6\x8f\xa5\xea\x51\xe9\x3b\x3e\xcf\x0b\x4c\x16\x92\x7e\x5a\xb6\xcd\x72\x1a\xe7\x19\xb6\xbc\x9a\x92\x74\xdd\x87\x4e\xd1\x8f\x95\x6c\xa6\x7b\xfb\x91\x8b\x02\xa8\xcf\xda\xee\xbd\x41\xa4\xaf\xe6\xdf\x73\x17\xc5\x6f\xad\x6d\x28\xd5\x41\x16\x0f\xde\x47\xa7\xe7\xd3\x6e\x1d\x24\x5e\x62\xbc\x53\x54\xbd\x86\xa3\x81\x41\xb9\x07\x1f\x99\xad\x55\x2a\xe9\x3e\xf3\xc0\x88\x3e\x1b\xb5\x14\x3a\x9d\xdf\xff\x7c\xf2\x32\xed\x99\x6d\xdb\xec\x5f\xb8\x7a\xac\x8e\xac\xc5\x97\xf0\x77\xc1\x76\x3a\x6f\x5a\x25\x84\x2f\x4c\x08\xd3\x29\x6c\x71\x6c\xdf\xb3\xeb\x45\x3a\x16\xcd\x1f\xef\xdb\xfc\xfc\xb0\xf6\x81\x16\x9e\x7b\xfb\x30\xa6\xe5\xd2\xbc\x70\xa7\x02\x63\x9a\x71\x2d\x9c\xb7\x45\x33\xa6\x69\xdf\xb2\xee\xc6\x4b\x8c\x69\xb6\x6c\xd9\x74\x43\x13\xc6\x34\x8e\x37\x37\x5c\xbb\x91\x31\xb5\xce\x2d\xe0\x35\x8c\x31\xb5\xf5\xcd\xb5\xdc\xeb\x32\xa6\xda\xa1\xf9\xf8\x15\x5d\x18\x53\x29\x6a\x3e\x6f\xa9\x64\x1d\xb6\xf4\xad\x17\xd7\x43\x7a\x6a\xce\xf3\xdb\xdd\x0d\x8b\xc8\x66\x9f\xe6\x3c\xc4\x85\xe2\x75\xc2\xf8\xdf\x4c\xf5\xb8\x38\x17\x7f\xfa\x7a\x54\xd3\x60\xaa\xbe\xed\x35\xdc\x4d\xf5\x9e\x40\xbb\xbd\x54\xb7\xf2\xed\x7b\x80\xea\x96\x2b\x3a\xf3\x7a\xb1\x73\xd2\x21\xca\xaf\xe3\xaa\x62\x69\x9c\xf4\x7f\x9a\xf0\xa6\xbe\x1e\xd0\xf5\x4a\x82\xa1\xf1\xc8\xfa\x1a\x56\x1d\xe3\x7d\xba\xd5\x51\xee\x62\xb6\x22\x7e\xe9\x84\x08\xd5\x06\xcd\xf6\xc7\x0f\x5e\x36\x58\xad\x8e\x71\x79\x7c\x8b\xa0\x3e\x6a\x03\x8c\xec\xe3\x92\x63\xaf\xaa\xbe\x31\xc8\x8d\x6b\x72\x25\x47\xd5\x4a\xff\xcb\xb1\xbc\x27\xa7\x94\x17\x19\x8c\x3a\xfa\x92\x31\xa5\xee\x06\x16\x11\xb1\x8c\x29\xee\x31\x98\x12\x36\x95\x31\xc5\x05\x06\xdb\x43\xa2\x19\x53\x1c\x61\xe0\xbc\xe3\x31\x63\x0a\x85\x86\xf3\xfc\x1f\x32\xa6\xb8\xca\x50\x65\x73\x08\x63\x0a\x17\x0c\xce\xf9\x69\x30\xa6\xd0\xdc\xf0\x93\xcf\x0f\xc6\x14\xeb\x1a\x7c\xf0\xbe\xc8\x98\xfc\xa9\x67\xc9\x73\xa9\x7e\x79\xbf\xf9\x92\x3c\xca\xff\x2f\xbd\x68\x3d\x90\x71\xd6\x97\xf2\xde\x19\x9b\x6d\x74\xfa\x1f\xaf\xbc\x83\xe6\x41\xcc\xd9\x3d\x33\x24\x76\x5f\x5c\x38\xd5\xc9\xb7\xaf\xe1\x7a\x01\x1b\xbd\x62\xa8\x3e\xea\x99\x74\x84\xea\x5e\x6e\x31\xf1\x14\xaf\x69\x53\xb8\x7e\xc4\xf0\x17\x49\xc4\x5b\x75\x09\xe3\x75\x63\xcb\x5e\x69\x7b\xb5\x3d\xeb\x8c\x6f\x3a\x29\xcd\xa0\xdd\xa7\xfa\x23\x0c\x77\xa4\x2d\x1f\x39\x5e\xae\xae\xee\xb9\xb4\xc8\x85\x56\xf5\x93\x1a\xcf\x49\xbb\xb3\xb5\x43\x7d\x75\x6d\x85\xb4\x84\x43\x87\x65\x12\x1b\x1d\x4c\xdb\x77\x31\xa8\xde\xfc\xc6\xb3\xd3\x72\x4b\xa6\x00\x5a\x3f\xce\xd2\x0d\x5a\x8d\x6e\x27\x49\x77\x55\x39\x34\x56\x81\xce\x00\x7e\x44\x4d\x64\x4c\x3a\xb4\xc1\xbd\x08\xaa\xa0\x28\xae\xda\x37\x43\x62\x75\x8c\x43\x3c\x18\x93\x35\x54\x4c\xdd\xf9\x9e\x3e\xbf\x24\xc8\x81\xf6\x14\x32\xdb\xdc\x25\xf6\x61\xe8\x52\x7a\x5e\x37\xf4\x79\x7e\xbb\x28\xb7\x91\xfa\x9d\x9c\xa9\xe4\x3a\x48\x09\xb9\xbb\x88\x8f\x8c\x79\xcd\x75\x80\xc2\x5d\x23\xe8\xf6\xf4\x8e\x62\x5e\x75\xdd\xec\xc1\x79\x98\x35\x9f\x13\xa8\xfb\xc2\x8a\x45\x9c\x0b\x99\x9b\x75\x9a\xd6\x13\x93\x06\x9d\xa5\xf9\x32\x28\xea\x3c\xe9\xc6\xb4\xc3\x45\x1a\x17\xfa\x4e\xd7\xba\xc8\x05\x03\xda\x57\xaf\x9b\x99\x49\x01\x9a\xf3\xae\x27\x0f\x5e\x04\xa8\x96\x67\x19\xce\x05\xd0\xa0\x30\x6b\xec\x86\x38\x40\xb1\x77\x96\xcc\x41\x7f\x40\x2e\xed\xfa\xf5\x73\x33\x01\xd9\xd0\xeb\xd6\x0f\x92\x01\xe9\x09\xd7\x0e\x7c\x57\x04\xa4\x66\xa5\x53\xbf\xea\x3a\x8b\x92\xaf\xf2\x35\xc0\x49\x0f\xb2\xd3\xe2\xf9\xbd\xfe\x09\x47\x78\xe7\x8d\x89\x51\xd4\xe7\x1a\xf5\x0f\x50\x7f\x66\x8c\x0f\x1b\xc5\xbf\x7f\xf7\x2b\x89\xbd\x33\x79\x2d\xad\x1b\xae\xe8\xf3\x2a\x51\xaa\xfe\x0e\xd2\x3f\x38\x11\xb7\x87\xee\x71\x1f\x6d\x7d\x80\xc6\xc3\xfe\x29\xd1\x54\x2d\xdb\xdd\xf5\x18\xf1\x72\xfe\x6b\x8e\xd3\xad\xda\xf5\xdd\x4e\x52\x5e\x5d\x3d\xe8\x34\x55\x59\x16\xe4\xf0\xe7\x3d\xfd\xfd\x05\xaa\x1e\x8d\x09\xb8\x44\xfc\x50\x6f\x95\xab\xf4\x7d\x16\xce\xb9\x34\x9f\x54\x33\xee\xd0\xcf\xcb\x38\xe7\x1f\xd1\x99\x09\xd4\x29\xbb\xdb\xb1\x2b\x75\xd8\xb8\x9b\xed\x30\x98\xec\x0d\x77\x8a\x58\x81\xe6\x1e\xaa\xc7\xdc\x35\x39\x4d\x9c\x44\x7e\x49\x3e\x65\xe4\xbc\x62\x5e\x51\xcc\x11\xea\xf7\x97\x85\x9b\xe3\xe7\x79\x1c\x90\xb2\x88\xdb\x44\xa1\x92\x96\x20\xd4\xf3\x8e\x0a\x37\xb2\x63\xf2\xb8\x8d\xd4\xa6\xfd\xbc\xe0\x7f\xda\xba\x60\x7a\x41\x9e\x4c\x0b\xa3\x7c\x19\xbb\x21\x92\xe6\xf9\xc1\xc0\xc3\x94\xef\xf6\xe8\x27\x50\xff\xa4\xa0\xf8\x44\x1a\x37\x22\x07\xe4\xbd\x86\xeb\xe2\x2c\xcd\x4c\x77\xe4\xe3\xe0\x22\x71\x03\x4e\xb7\xaf\x51\xfc\x86\x0f\xcf\xa6\x8f\xbb\x55\x72\x3e\xa2\x79\xd6\x5d\xd2\x07\x50\x5a\x5f\x48\xbc\x19\xf0\xf8\x98\x06\xfd\xdf\xe3\x43\x9d\xdb\x4b\x6c\xc9\x99\xf1\x94\x99\x4a\x2e\xaf\xa0\x19\x5b\x52\xc8\x33\xd1\xe3\x87\xc7\xe9\x8d\x5e\xd2\x99\x57\x22\x1f\xfb\x55\x71\xa2\x89\xeb\x7a\xe0\x96\xc0\x77\x64\x75\xa8\x19\x97\x0b\x82\x1e\xc4\x59\xa1\xc2\x98\x24\x74\x60\x38\x2e\xd4\xf5\x8e\xd1\xbd\xa5\x74\xc7\x10\x5a\x1f\x25\x5a\x71\x3d\xa4\x63\x99\xfc\xb9\x47\xb9\x1f\x2b\x00\xf1\x1f\x9c\xfb\xda\x99\x7c\x86\xfa\x00\x6c\x29\x4e\xa5\xf7\xa1\xcf\xa2\x74\x7a\x3a\xab\xa6\x5f\xa4\xa7\xb5\xf0\x3d\xe7\x04\x66\xbe\xbc\xa1\x28\xb1\x13\x87\xdd\xa2\xfb\xe2\x43\xa4\xee\x92\x17\x9d\x9f\x3e\xa0\x75\x76\xd3\x39\x8f\xe9\x69\x2a\x0c\x7d\x96\xcc\xe3\xf0\x22\x49\x99\x3a\xe8\x54\xaa\xb5\xa7\x9d\xc9\xcb\xd9\xa3\x88\xb4\x79\x59\xb5\x58\x4e\x62\x5f\x25\x07\xd2\x4c\x7d\x79\xee\xd8\x2b\x6e\xaf\x13\xb1\xf8\xf2\x4c\x39\xd5\x81\xcb\x04\x25\x81\xc2\xf7\xdc\x56\xf7\x7d\xe9\x23\xc4\x45\xa8\x2c\x5f\x16\x3a\x70\xa4\x7f\x65\x35\xb8\x98\xd3\xf4\xf1\xe9\x05\xfb\xe9\x5e\x7b\x9c\x4b\x0c\xf5\x03\x8a\xc9\x49\xa0\x3a\xf7\xfe\xe2\x33\xb4\x5e\x0a\xb1\x39\x4b\x79\xc0\xff\xde\x05\xfa\xf7\x8b\x1c\x90\x97\xeb\x35\xe2\xb2\x97\xb5\xe0\x7c\x84\x4b\xea\x2d\xe2\x4d\xa7\x06\x70\xbf\x47\x4f\x7d\x40\xa3\x7c\x40\x4e\x31\xad\x4b\x3b\x1c\x2b\xa5\x7d\x7b\x93\x62\xce\x85\xc8\xcf\xad\x12\xc6\xc3\xa7\x73\x0a\xc4\x3b\x7c\xbe\xd0\x9a\x94\x48\xbe\xc6\x0c\xa3\x19\xf6\x6d\xe8\x7c\xfa\x0d\xdf\x9c\xb9\x72\xdb\x77\x3d\x4e\xac\x7c\xbb\x7c\x69\x00\xff\x3c\x27\x6c\x3e\x39\x71\x7f\x5e\x8c\xe6\xb6\xf4\x94\x10\x17\xa1\x02\x7d\xd7\xa9\x66\x5c\x44\x8e\xea\xca\x7c\x6e\x33\xe8\xbe\xdb\x71\xbb\x23\x14\xdd\xc3\x76\x27\xe8\xaf\x47\xa4\x9f\x1d\x85\x5f\x38\xa8\x1d\xea\x97\xf2\xf8\x38\xb8\x46\xf3\xdd\x47\x25\x87\xaa\xb1\xab\xf5\xf9\x38\x5f\x54\x37\x9f\xf8\xa1\xd9\xc3\xef\x11\x27\xe4\x58\x56\x44\xf3\xc6\xde\xeb\x09\xf9\xd9\xc7\xba\x8c\xe2\x68\xf5\xa1\x92\xf6\x67\x46\xb3\xdf\x12\x17\x20\xa7\xff\x25\x9c\xc7\xe1\x27\x07\xd2\x52\xe8\xe7\x31\xd0\x93\xdb\x19\x02\xf7\x21\xd6\xfb\xc3\x04\x25\xc8\x24\xb1\x7e\x2b\xd4\xad\xab\xf4\xf0\x0b\xe7\xf0\x66\x08\xb7\x15\x76\x42\x5c\x3a\x09\x71\xa9\xf3\xe7\xf1\xc2\xe3\x72\xac\x57\x12\xcd\xe3\x48\x9b\x9a\x1c\xd4\x4e\xc7\xcb\xb4\x4e\xde\xe6\x92\x4d\x51\xf7\xd5\xbf\xc5\xc7\x81\xc7\x5d\xfa\xfe\x15\x16\x0f\xa8\xcf\xa0\xeb\xe9\x47\x44\x6d\x4d\xbf\x59\x4a\x74\xd7\x84\xee\xcf\x69\x3e\x0c\x53\x79\x41\xa3\xb9\x57\x87\x37\xc4\x87\xb4\xc9\xf9\xb8\x85\xc7\x81\xf3\x11\x72\x39\xec\x77\x0e\xa4\x17\xb7\xbd\x05\xff\x1d\x84\xb8\x2c\x13\xfc\x16\xfb\x5c\x1c\x12\xea\xfa\x19\xc2\xc7\x05\x73\x84\x78\x08\x27\x25\xfc\x37\x7f\x16\x88\x93\x5a\x7d\x82\x50\x52\x5e\x33\x2e\x7c\xbc\x1c\xba\x71\x8e\xde\x87\xd5\x1c\x54\xfa\x55\xca\x9b\x81\x31\x37\xe8\x39\x6e\x4a\xcb\xa7\xfd\xf8\xba\xd4\x07\x34\xde\x57\x2b\x73\x3e\x62\x89\x65\x29\xe5\x55\x67\x3c\xa3\xf1\x34\xb5\x6e\xe5\x1a\x89\x1d\xbf\xe5\x0d\xe9\xc8\x0c\xed\xf2\x89\xde\xb7\xdd\x87\x7e\xa5\x79\x23\x72\x20\x7a\x0f\xb8\x95\xfd\xca\x7e\xe7\x40\x04\x3f\x44\x0e\x64\xb4\x1f\xb7\x22\x27\xe5\x23\x70\x1e\x61\xc2\x4d\x10\x51\xf7\xe2\x52\x5f\x6e\xef\x0b\xf1\xac\x54\xc3\x1f\x38\x87\x8f\x3d\xb9\x15\xf5\x73\xca\x85\xb3\x97\x52\x15\x89\x15\xf5\xa0\x44\x3d\xa4\x1d\xc5\x7c\xb4\x6d\xed\x5b\x40\xeb\x25\xdf\x7b\x8f\x88\x2a\xf0\xb6\x7c\x42\xe7\x0d\xcb\x27\x3e\xa7\xbf\xe6\xa6\x56\xb9\x92\xe6\xc3\xdd\x2a\xca\x7f\x93\xc7\x7c\xa2\xf5\xf7\xe8\xe2\xaf\x94\x4f\x87\x4c\xe2\x7f\xc5\x46\xe8\x87\x63\x31\x97\xd5\xe0\x1f\xa4\x3b\xfd\x7e\xe2\xf7\x1b\x07\x22\xf0\x1b\x33\x04\x9d\x10\xb1\x3f\x8e\x38\x2e\x22\x05\x7e\x26\xc9\x89\xdb\xab\xc2\x8e\x39\x5f\x9d\x5b\x91\x9b\x7a\xef\xfe\x6b\x3c\xbe\x0b\xe3\xa3\x5a\x3f\x87\xde\xa3\xe1\xad\x6f\x12\x0d\x11\x22\x75\x97\xf8\x97\x40\xc6\xf5\x51\x36\xc6\x14\x53\x54\x7d\xba\x3f\xa7\x7c\xe9\xee\xf9\x82\x9e\xfb\x32\xd5\x2a\x7a\xab\xb9\x56\x7c\xa4\xf7\xc9\xac\x05\x5c\x17\xa8\x9a\x03\x11\x78\xa0\xbe\xc2\xf3\x16\xb9\xa8\x96\xc2\x6c\x6d\x24\x8c\x56\xe9\xf4\xdf\xe3\xa0\x27\x3c\xe7\xea\xfe\x38\x13\x6b\xce\x8f\x45\x82\x62\xae\x8f\xc0\x47\x89\x7c\x90\x38\x4f\xc4\xbc\x71\x51\x88\x9b\xc8\x7f\x3c\xbc\x2d\x8c\x13\x31\x1e\xd7\x7f\x8d\x0b\xe7\xca\xd8\x2f\x3a\x16\xbf\xd5\xff\x6b\xf5\xc1\xa8\xad\x7f\x51\x9b\x03\x11\xfb\x7f\xd8\x09\xdf\x3f\xbe\x8a\xdb\xe9\x1b\xb9\x75\x13\x6a\xd6\xd5\x1c\x48\x2d\xfe\x21\x76\x1b\xaf\x73\x88\x1a\x1d\xc4\x32\x8c\x02\x4a\x84\xfa\xe0\xb7\x41\x3f\xf9\x87\xea\x7a\x6f\x2d\xfe\x41\xac\x7b\x5f\x15\xfe\x6d\x17\xaf\x72\x5b\xbb\xff\x49\xb2\xd0\x27\x25\x49\xe0\x22\xfe\xe8\xff\xff\xd2\xbf\xf8\x1f\xba\x0f\xbf\xf5\xc7\x79\xc4\xed\x42\x41\xf7\xc3\x33\xfe\x97\x38\x78\x01\x61\xc2\xdd\xf5\x63\x82\x0f\xe7\xb2\x81\x1f\x7b\x80\x1b\x0f\x79\xfd\xef\x69\x08\xb7\x92\xaf\x55\xf5\xe1\xb6\x54\x88\xe5\x7d\x81\xf7\x10\xf9\x87\xeb\x42\xfd\x5a\xd4\xff\xa8\xe6\x3f\x44\xfd\x8f\x5a\xfc\xc7\x89\x21\xbf\xc4\xe1\x2f\x7d\x60\xfe\x57\x1f\x94\x6a\x2e\xe6\x2f\x1c\x48\xed\xfe\x38\xf3\x8f\x09\x71\xf8\x95\x03\xf9\x25\x0e\x71\xb6\xc0\x8f\xf7\xc0\x05\x4b\xc9\x6a\x01\xb8\x2d\x2b\x99\xcd\x40\x59\x03\xe0\xdb\x3c\x80\x0d\x03\x2a\x85\x1e\x3a\xa2\x1e\xca\x6f\xfc\x83\xc0\x03\x5c\x10\xfc\x14\xf9\x8f\xb3\xfb\xff\xec\xff\x3f\xf1\x0f\x7f\xeb\x03\x22\x7e\x2c\x72\x0f\xe6\x02\x0f\x25\x72\x53\xe2\xb8\xa8\xee\x8f\x23\xe8\x3f\x38\x09\x9c\x54\x35\x07\xf2\xbd\x56\x1c\xb6\x02\x5f\x2c\x81\xa3\xf9\x92\xd5\x14\x20\x79\x83\x7d\xa9\x04\x6e\xc7\x01\x9f\x52\x80\x67\x87\x80\x4f\x13\x01\x36\x10\x28\x13\xe2\x50\xcd\x3f\x08\x9c\xcc\x75\xe1\xf3\xff\x96\x7f\xa9\x5d\xff\xff\x93\xff\xb5\x79\x8f\xbf\xf5\x41\x11\xe3\xf2\x1b\x07\x12\x5e\x33\x4f\xd4\xe0\x40\x72\x25\x6b\x30\xe0\x87\x11\xb0\x79\x36\xf0\x25\x0e\xd8\x63\x0e\x7c\x0c\x01\x8e\x8c\x06\x3e\x0e\x05\xd2\xce\x02\xef\xef\x00\x37\x8a\x81\x0f\xdb\x80\xb2\xa2\x9f\x79\x41\x9c\x0f\xf7\xb4\x6b\x8e\x83\xcb\x82\x96\x88\xc8\xbf\xfc\x5b\xff\xff\x89\x7f\xa8\xdd\x07\x45\xec\x87\x21\x5a\xf1\xf3\xe2\xf7\x89\xe3\xa3\x36\x07\x32\x48\x9a\xdb\xf1\x6f\xf8\x73\x9f\x2d\xc9\x59\x0b\x81\x95\x91\xc0\x57\x75\xc9\x5e\x0d\xf8\xd4\x0b\x08\xb5\x07\xde\x65\x02\x47\xe2\x80\xb7\x3a\x3c\x4f\x4a\xde\x4a\x37\x3d\x81\x57\x11\xc0\xd3\xf5\xc0\xab\xfa\x3c\x47\x3c\x12\xf4\x61\x6e\x09\xf9\x42\xe4\xe1\xc4\x3c\x58\x5d\xff\xbf\x59\xcb\xff\xa0\x9a\xfe\x47\x0b\xb9\xea\x4f\xfc\x83\xe8\x57\x75\x1f\x90\xbf\xf4\x41\x11\x3f\x2f\x7e\x9f\xf8\x73\xff\xc8\x81\x44\x02\x33\x9e\x02\x5f\x74\x80\xa5\x1b\x81\x8f\xd1\xc0\x86\x4b\xc0\x5b\x2d\xc9\x1e\x06\x78\xe9\x0f\x1c\xaa\x03\x54\x6e\x04\x24\x3b\x9a\x0a\x29\x20\xd7\x05\xa8\x18\x06\x3c\x4b\x02\x24\xab\x73\xc9\xbb\x44\xe4\xc2\x44\x3d\x1c\x71\x1e\x88\xfc\x4b\x92\xa0\x35\x74\x5c\x78\xe7\x1c\x15\x18\xa5\xc3\xc2\x18\xfd\x8d\x7f\xe8\xf1\x33\x0e\xb5\xf9\x87\x7f\xd7\x07\xe5\x27\xf7\x20\xea\xa4\x88\xf1\x6c\x23\x30\x2a\xd5\x1c\x48\x16\xf0\x4d\x07\x98\x62\xc9\x7b\x1f\x49\x16\x24\x6f\x7a\x02\xeb\xd2\x81\xca\x06\xc0\xce\x4e\x40\x79\x3f\x20\x3a\x04\x78\xf6\x03\x48\xfe\x01\x3c\x29\xe6\x63\xbe\xd4\x0e\x78\xea\xfe\x93\x07\xba\xa3\x56\x33\x1f\x9e\x13\xb8\x86\x24\x41\x63\xe5\xb8\xb7\xf0\xdc\xad\x6a\x8e\xfb\x48\x43\x6e\xf7\x8b\x4c\x96\x10\xa7\x5d\xde\x3f\xe3\x20\x3e\x57\xe5\xfb\x35\xfd\xfd\x9b\x0e\x86\xa8\x8f\x20\x23\x55\x33\x2e\x22\x17\xd3\x42\x60\xfb\xba\x98\x01\xdf\x16\x00\x83\x86\x02\x1f\xda\x02\x13\x2f\x01\x55\x33\x81\xf9\x3b\x80\xca\xae\x92\x35\x2a\xf0\x2c\x16\x08\x8c\x05\x4a\x3b\x4b\xf6\x38\xbc\x2f\xd8\x99\x48\xe0\xd1\x11\x20\xb7\x11\x50\xb8\x07\x90\xec\x2b\x1f\x08\xf3\x5a\xe4\xa1\xc4\x79\x70\x5a\x18\x0f\xa2\xee\xcd\xe1\x98\xbf\x3c\x77\xc1\xef\x50\x81\x0f\xda\xb5\x90\xdb\xed\xe7\x7f\xc6\x41\x7c\xfe\xff\x95\xff\x10\xad\x18\x2f\x31\x1e\x06\xd2\xc0\x8f\x37\x80\x55\x5b\xe0\xa3\x1f\x60\x6b\x2d\x59\xd5\xf3\xf9\x51\xc1\x24\x7b\x53\xe0\xc9\x13\x9e\x2f\x1f\xf7\x01\xb6\x31\xa0\xb0\x3b\x70\xd0\x1a\x78\x20\x07\x24\xbd\x07\xee\x7e\x02\xb2\x4e\x00\x79\xd9\x40\xe9\x4b\xe0\xf6\x4e\xe0\xc7\x13\xe0\x12\xe3\xbc\x4f\x8a\x47\x1d\x3a\x77\x8a\x7f\x26\x45\xfd\xa2\x0e\xef\x94\xa2\x7d\x42\x84\x26\xe8\x5c\x66\x5f\x7e\x5d\x52\xb8\x13\xb9\x97\xe0\x87\xa0\x7d\xe6\xce\x1d\x98\x20\xb1\xfe\xb7\x40\xba\xad\xdb\x06\xfe\x8c\xc3\xbf\xf6\xff\x8f\xf5\xf0\x9f\x5f\xaf\xf3\x9e\x5b\x8d\x24\xe0\xd3\x17\xa0\x59\x5b\xe0\xf5\x0d\xa0\x4b\x63\xae\x83\x36\x74\x19\xf0\xc4\x18\x56\x53\x93\x81\x42\x56\xaf\xdf\xb2\x34\xa0\xe0\xb2\xec\xfa\xcd\x3b\x81\x3b\x4e\x72\xa3\xc3\x1f\x03\x37\xa6\x28\xb4\x3e\x65\x02\x64\x77\x56\x54\xbe\x76\x04\xb8\xe6\xa3\x58\xf0\x58\x06\xb8\xd2\x4f\xe9\xc0\xd7\x5d\x40\x2a\x94\x69\x05\x7f\xdc\x5c\x99\xf4\x34\x0f\x2d\x51\xa6\x73\x87\xfd\xe7\x1b\xd0\xdf\xde\x6b\xd1\x60\x0e\xf9\xbd\x4a\x89\xee\x5d\xed\x30\x57\xa4\xf3\x99\x80\x43\x4a\xf4\xf5\xad\xbd\xe5\xf3\x25\x76\x93\xad\x2c\xf5\xfe\xf0\x1d\x2b\x13\x2f\xc6\xe1\x3f\xfb\xfd\x0f\xf6\xb3\x29\x20\x6b\x00\xbc\x3a\x5b\xb7\x8d\xae\x19\xf0\x74\x82\x7c\xac\xd5\x43\xa0\x70\xb0\xca\x94\x01\x06\x40\xbe\x87\xc6\x31\x87\xf3\xc0\x8d\xc3\x8d\x9a\x2f\xb2\x07\xae\xbd\x6d\x74\x7d\xc3\x3a\xa9\x63\x97\x5a\x37\x0a\x0e\xf5\xa9\xf7\x32\xdd\xba\x51\x44\xbc\xbc\xcc\x84\xb4\x07\x8d\xa2\x2f\x3a\xc9\xa4\xa6\x14\x36\xfa\xf2\xc0\x59\xd6\xea\xcc\x53\x6d\xe7\xf7\x8b\x65\xbc\x12\x9a\x37\x8e\x66\x4c\xf6\x58\xe4\x62\x5d\x27\xc6\xe4\xce\xec\x75\xd1\x35\x67\x4c\x4e\x35\xf8\x82\xce\x75\xc6\xea\xf7\xab\xe6\x5d\x2a\x74\xe4\x18\x93\x79\xb8\xc9\x80\xfa\x2d\x15\x6c\xb8\xd2\xb8\x90\x31\x99\xd6\x3e\x19\x3a\x7b\x18\x93\xf9\xea\xe5\x2c\xf9\x58\x3a\xc3\x43\x51\x67\x01\x63\x32\x76\xff\xdd\x7f\xb1\x2e\x2e\x4b\xfd\xb9\x99\x91\x1c\xed\x92\xdf\x7d\x53\xa6\xdd\x52\x79\x8e\x2a\xed\x02\x8b\xeb\x69\x6b\x48\xc6\x45\x7e\xa0\xae\x4f\xcb\xd6\x75\xe7\xe7\x58\x19\x0c\xea\x1e\x2d\xb3\xe4\xd2\x35\xc3\xb7\x23\x8b\xe4\x56\x9c\x1f\x69\x14\x32\xfb\x87\x62\xfb\x64\xd7\x26\x8d\x3c\x22\x1b\x7c\x3f\xb5\xc6\xe8\x5a\x50\xb6\x4a\x41\xc2\x04\x23\xd7\x98\x47\x6a\xe6\xb1\xa5\x46\xf6\x69\xa3\xd4\x1b\x1e\x51\x37\x9a\x74\xa7\xa3\xba\x75\xcc\x57\xa3\x7b\x95\xb3\xd4\x36\x1c\xac\x32\x0e\x63\x4c\x4d\x3e\x24\xc9\xf8\x29\x63\xaa\x03\x02\x7c\x4d\x9e\x30\xa6\xea\xb0\xb9\xb5\xb1\x1d\x63\xca\xa6\x1b\xfa\x36\x49\x65\xac\x81\xf2\x1a\xcd\x26\xab\x18\x53\xea\xea\x15\x69\x74\x9f\x31\x45\x1f\xf7\xe5\x86\xc5\x8c\x29\x8c\x5d\x99\x60\x68\xce\x98\xfc\xd2\xe5\xca\x86\xf5\x19\x93\x6f\xb4\xb8\xa5\x41\x30\x63\x72\x93\xfe\xb7\xff\xa2\xdf\x22\x0f\xa2\x4a\x7e\x7f\xee\xdd\x88\x74\xdb\x5f\xad\x31\xa2\xaf\x97\x9e\x6b\xda\x45\x62\x1f\x38\xb4\xa0\xef\xbb\xe9\x66\xbe\x4f\x61\x2b\x70\xf9\x78\x6b\x03\x43\x7f\xe9\xf4\xb4\xe5\x16\xe3\xdb\x77\x57\x5c\x98\x78\xbb\x75\xfb\x41\xcd\x55\x46\xc6\x15\xb5\x6e\xe9\xf4\x43\xfd\xd5\xa1\x5d\x16\x57\x96\x9c\xd3\xea\x72\xf0\x99\x45\xb7\x4d\xa7\x1a\xab\xef\xf3\x34\x9f\xba\xbf\x93\xce\x8f\xd0\x20\xb3\x87\x89\x85\x7a\xe3\x76\x25\x98\xcd\xcb\xd6\xd7\x3b\xbb\xd3\xcd\x2c\xfc\x49\xae\xde\xb0\xed\xe3\xcd\x63\x19\xd3\x99\xba\x69\x8a\x45\x17\xc6\x1a\x5b\xac\x0d\x33\x8f\x62\x4c\xeb\xa3\x87\xb4\xf9\x24\xc6\x1a\x6e\x5c\x11\x6f\x66\xcb\x98\xc6\xe1\xa5\x2d\x5a\xf9\x32\xa6\x3e\x69\xd1\xbb\x96\x19\x8c\xa9\xd9\x2d\xcc\x69\x71\x9f\x31\xd5\xd6\xae\x46\x2d\xac\x18\x53\xe9\xe8\x12\xdc\x6c\x33\x63\x0d\xb6\xcc\x5d\x6a\xba\x85\x31\x25\xef\xbf\xfb\x5f\xad\x0b\xd2\x05\xbf\xf0\x10\xef\xdc\x9b\xd2\xf9\xca\x73\x87\x36\x14\x8f\x22\xd6\x81\xce\x71\xf3\x03\x78\xbf\x9c\x2c\xad\x6e\x74\x8c\x90\x1e\xde\xa3\x63\x1d\x1f\xe0\xcc\x57\xdb\xf3\xda\x1b\xa4\xda\xc7\x85\xf4\xd8\x67\x56\xae\xa4\x10\xd5\xb8\xdb\xd0\x9e\xea\x9a\x97\xc2\x72\xba\x06\x8d\xd9\xd0\xb8\xed\x2e\x69\x9b\x60\x97\x38\xfd\x16\x01\x8f\xba\x2c\x5f\xdb\xc2\x68\xe7\xe6\x7c\x6b\x8b\x10\x17\x93\x46\xbe\xb3\x3b\xf7\x8a\x9b\xdf\x34\xdf\xc7\xa8\xd3\xb2\x8b\x5f\x4c\x83\xd7\xcc\xec\x34\xad\xd0\xd5\x74\xa5\x57\x71\x67\x95\xcf\xcb\x4c\x1e\xae\x5c\xd0\x79\x0a\x63\x4d\x9a\x2f\x1e\xda\x49\x83\x31\xfd\x1c\x57\x85\x8e\x9b\x19\xd3\x3d\xe1\xbc\xa4\xc3\x1a\xc6\x1a\x27\xcc\x51\x6a\xbf\x80\x31\x6d\xb5\x99\x67\xda\x85\x32\xa6\x95\x36\x23\xdb\x2a\x96\x31\xcd\xf2\x69\xef\xdb\x28\x31\xa6\x61\x35\x39\xd8\xb2\x94\x31\xf5\x31\x4e\xe3\x2d\xae\x30\xa6\xba\xf1\x77\xff\xeb\x47\x70\xab\x29\x9c\x6a\x70\x0e\xa6\x2a\x87\x8e\x27\xf0\xd4\xa6\x0b\x9d\x9e\x3e\x14\x38\x98\x9b\x3f\xfa\xd1\x29\xf2\x65\x97\x41\x74\xaa\x9e\x5a\x39\x8c\xce\x75\x4e\x4e\xe6\xba\x19\x47\x8e\x8f\x4a\x50\x29\x06\xf6\x8f\xb0\xf7\x37\x59\x27\xef\x1c\x8c\x61\x31\x9d\x65\x35\x4e\x6c\x3e\x33\x44\x7d\xc8\x5e\x03\x75\x1f\xaf\x41\x0e\xd3\x56\x1b\xef\xf4\xd8\x3c\xe0\xd1\xca\xa1\xcd\xd6\x2e\xdf\xd6\x7f\x66\x80\x6e\xcb\xe0\x45\x29\x7d\xbf\x47\x27\x9b\x85\xb9\x16\xf6\x55\x4e\x3b\x61\x5e\xe0\x52\xd6\x67\x61\xfe\x3c\xf3\x74\x67\xe3\x3e\xa9\xaf\xcb\xcc\x36\xcc\x9e\xd5\x27\x9c\x5d\x6f\xd1\x62\xda\x92\xde\x93\x59\x79\xd3\x3d\x8e\x37\x7b\xed\x64\xcc\xe8\x99\x43\x46\x8f\x38\xc6\x0c\xe2\x27\x74\xed\x9e\xc5\x98\x5e\xd8\xf8\xe1\xdd\x1b\x30\xa6\x1b\x3d\x2e\xd5\x46\x83\x31\xed\x6f\xa3\x9f\x5b\x3f\x64\xac\x51\xab\x51\x1f\xba\xc8\x31\xd6\x48\xc6\x3e\xbf\x53\x12\x63\x9a\x89\x3f\xfd\x97\xad\xc9\x01\x45\x73\x3d\x9c\x37\xba\x9d\xa8\x0f\xcc\x53\xef\xde\x74\x2e\x77\xcf\x86\x8a\x2c\xc8\x75\x19\x4e\x75\x89\x8b\xe5\xfc\xf4\x2c\x65\xf6\x44\x3a\xaf\x4c\x68\xe6\x48\xe7\x93\x51\x47\x79\xbd\x7c\xcf\xde\x69\x2f\xa4\xfd\x80\xa0\x9d\xd3\x95\x75\xbd\x65\xba\xfa\x8e\x9f\x62\xd3\x66\xb0\x6a\xbc\xfb\x24\xc7\xfa\x7d\x87\xe9\x7a\x2c\xac\x9a\x60\x32\xfe\x4d\x33\xcc\x75\x19\x37\x76\xe1\x82\x56\x9e\xd3\x2e\x8e\x89\xf1\xfd\xd8\x5a\xd9\xb1\xd1\xe8\x0e\xe1\x2a\x6d\x56\x8c\x8f\x18\xa5\x96\x34\xc6\xea\xd9\x98\xf4\x91\x2a\xb9\x66\x6d\x35\x46\xbd\xb6\xaf\x2c\x5b\x61\x25\x33\xf2\x9b\xfd\x5e\xe6\x67\x31\x7b\xc4\xc2\xe1\x2d\x59\x42\xcb\xd1\x43\xd5\xed\xf2\x59\xbe\x69\xc3\x21\x1d\x06\x47\xb2\x17\xc6\xa3\x06\x9b\x0d\xda\xcb\x3e\x18\xbd\x1b\xdc\x60\xc0\x4b\xc6\x0c\x17\x0e\xcc\xeb\x67\xcc\x98\x5e\xe4\x40\x8d\xbe\x55\x8c\xe9\x59\xf5\xff\x6e\xfb\x94\xb1\xc6\xcb\xfa\x18\xdb\x7e\x67\x4c\xdb\xe2\xa7\xff\x02\x07\xb4\xb2\x05\x9d\xfa\x54\xdd\xec\x4a\xf3\xbc\x34\x73\x00\x01\x30\x77\xc7\x0d\x27\x1d\xe3\x6c\x9b\x09\x34\x1e\x32\x4e\x3b\xd1\xed\xd3\xd3\x15\xfc\xd4\x2c\xfe\x02\x5d\x5b\x42\xe4\x15\xce\x85\x84\x1e\x5a\x40\xfc\xd8\xd6\x02\x37\xe2\x02\xd6\xcf\x5d\xe2\xa6\x19\x0a\xac\xb8\xea\x66\xd5\xa2\xb7\x52\xd4\x7c\x3d\xd7\xb1\xdd\x2e\x36\x9a\x36\xd5\xc6\x45\x6e\x64\x07\x63\xd9\xf1\xf5\xe7\x9c\x9d\x1b\xd0\xa2\x8b\xfd\xad\xd9\xd9\x6b\x7b\xb5\xda\x65\xf7\x63\x56\x54\xe8\x5a\x73\xdd\x41\xed\x66\x1e\x3f\x61\x6c\xbe\xab\x7f\xe8\x8c\x0f\xd7\x57\x9b\x8f\xee\xd7\x60\xc6\x83\x27\xe7\x5b\x55\xf5\xbd\x37\x23\x8f\xe5\x36\x7f\xd4\x3b\x6a\x8a\x03\x7b\x67\x12\xd2\x5b\xc3\xe1\x10\x63\x4d\xfc\x7a\xdd\x98\x70\x81\x31\xc3\xce\xbd\xbc\xc6\xae\x60\x4c\xff\xb4\xed\x90\xd1\x52\x8c\xe9\x7b\xf7\xd8\x6e\xdf\x93\x31\x9d\xfe\x3d\x30\xac\x82\xb1\xc6\x4a\xdd\xb3\x86\x9e\x63\x4c\x7b\x5d\x77\xdb\xc1\x9d\x19\x6b\x24\xf5\x93\x83\xe2\x1c\x50\x95\x5e\x2f\xaa\x43\x96\x04\x0c\xa2\xf3\xf8\xbb\x91\x63\xa9\x4e\x91\x63\x33\x99\xce\x61\x2f\x14\xcc\x2c\x27\xff\x55\xe7\x51\x5e\x88\x37\x5a\x48\xba\xce\x11\xe9\x4b\xe8\xe7\x77\x9f\x5b\x41\x3f\xb7\x2d\xcc\x9d\x4e\xc5\xd6\x4c\xf6\xa4\x11\xb7\xa4\x74\x4d\xa5\x9c\x16\xe0\x6c\xe3\xfd\xde\x70\x47\xfd\xad\x4e\x8a\x9e\xc7\x3a\x6a\xa8\x6f\xb4\xff\xb8\x3a\x6f\x88\xb3\xde\xdb\xc1\xaa\xab\xf6\xcc\x98\xdf\xa4\x61\xdf\x3a\x2b\xd3\x3d\xf6\x9b\xc8\xf5\x9c\xba\xe2\x46\xb0\x6f\xd3\x79\x5d\x0f\xac\x40\x5c\x45\xd3\x0c\xeb\x2f\xcb\x37\x5d\xe9\xde\x74\x54\xe7\xe8\xe5\x6a\x8f\xb3\x4d\x1a\x77\x8e\x58\xbe\x84\xa5\x1a\x8d\xec\x6c\xe4\x16\xc3\x98\x7e\x55\xc7\x97\xf3\x7a\x33\xa6\x6b\xde\xb1\xcd\x9c\xa3\x8c\x35\x5e\xd5\xb1\xdf\xcc\xed\x8c\x69\x9f\xea\x60\x3b\xf5\x07\x63\x5a\x4f\xda\x1f\x99\x6c\xc1\x58\xc3\x84\x0e\xb7\x1c\xf6\x33\xd6\xf0\x5d\x7b\xcf\x89\xab\x19\xd3\x9c\xde\xde\x63\x1c\x63\x4c\xe3\x32\x63\xe6\xa4\x4f\xfe\xc6\xb3\x0f\x9d\x0a\x96\x8e\x1b\x4a\xdc\xd3\xdd\x40\x07\x7a\x0f\xe4\xcc\x9b\x4e\xf5\xce\xcc\x0b\x5c\x17\xe5\xb4\xea\x22\xce\x3f\x54\xac\xa0\xaf\x47\x14\xba\x13\x27\xb1\x67\x98\x37\x8d\x83\x00\x1b\x1f\xe2\x06\x7d\x2a\xb9\x6e\xc6\xb2\x77\x9c\x17\x98\xb9\x67\x1b\x9d\x1e\x3a\x2a\x07\x38\x6a\x77\xae\xb3\x78\xf8\x9c\xad\x67\x5b\x6b\x35\x70\xe9\xd3\x76\x73\x56\xdf\x08\xad\x0f\xdd\x96\x6d\x36\x9b\x3c\xa9\xf1\xd8\x4e\xb9\x9b\xd6\xae\x9c\xa8\x53\xd1\xae\xf9\xc6\xb2\xa0\xf7\xba\x27\x2d\xf3\x37\x76\x3b\xba\x48\xb7\xcc\x62\xab\x5f\xe4\x45\x5b\x5d\x77\xf3\xc1\x7e\x46\x45\xb7\x75\xba\x99\x3b\xfb\xf5\xfc\xae\xdb\xe8\x81\xf9\xa2\xb5\x7a\x8c\x69\x75\x35\x3b\xec\x3e\x9d\x31\xcd\x19\x66\x97\x97\x6f\x65\x4c\x63\x97\xf9\x9a\xc5\x6a\x8c\x69\x4c\x69\x35\x7b\xe1\x68\xc6\xd4\xf4\xcd\x7a\xcd\x77\x67\x4c\x6d\x70\xcb\xd8\xb9\xd3\x19\x53\x99\xd0\x6a\xf6\x2c\x43\xc6\x54\xc6\xb5\x9a\x3f\xbd\x0b\x63\xca\x85\xa2\xff\xcf\xba\x8d\xa0\x3e\x59\x05\x1b\x27\x93\x7f\xb9\xdd\x5d\xe8\x5c\x36\x23\xd0\x8d\xea\x9b\x67\x56\xaf\xa0\x53\xe4\x63\x27\xdc\xa9\xce\x19\xe5\xb1\x4e\x89\xfb\xef\x4b\xe7\xb6\x41\xf1\x9b\x89\x23\xdd\x50\xe1\x4f\x9f\x5f\xad\xcf\x75\x52\xe6\x1b\xf2\x3e\x32\x13\x2f\xee\x26\xde\xd6\x2e\x2e\x4c\x53\x49\x0a\xb0\x55\xdc\x93\xdd\xf4\x9e\x9c\x6c\xc7\x7d\xa1\xde\xdd\xe7\xa9\xa4\xb7\x59\x14\x3a\x7e\x82\xb6\x9a\xa7\x99\xcb\xee\x0f\x4b\xda\xab\x47\x34\xf7\xd8\xed\xbd\x2d\x41\xa3\x6d\xd3\xb9\xbb\x1b\xc6\x14\xa8\xbf\x35\x1e\x19\x12\x76\xa1\x5c\xbd\x7d\x93\xae\x21\xaa\x0f\x6e\xab\xbe\x6d\xd2\x6b\xd7\xeb\xcf\x3b\x94\x4b\x9a\x6c\x09\xbc\xc3\x58\x83\xcb\x4d\x46\x6c\x3a\xc9\x98\xd2\x9d\x26\x15\xeb\xdb\x33\xa6\x94\xd3\xa4\xe9\x5a\x05\xc6\x14\x2f\x19\xb7\xf7\xd8\xc1\x98\x52\xc7\x26\x3e\xab\xdc\x19\x53\x1c\x64\x94\xb8\x7c\x3f\x63\x0a\xf6\x86\x3f\x16\x1f\x63\x4c\x7e\x6c\x93\x07\x0b\xc6\x32\xa6\x30\xaa\x2c\x74\x0c\x9d\x7a\x3f\xd4\xe7\x1c\xcc\x8d\xf0\xf9\xc4\x77\x5d\x6c\xc2\x75\x51\x92\x43\xdc\x49\x76\x3e\x61\xeb\x3a\xaa\xf7\xc7\xe8\xfb\xd1\x7b\x20\x4c\xb8\x45\xb9\xdd\x23\x90\x74\xc0\x37\x32\xae\x0b\xe3\x19\x1f\x42\xf3\xc2\xcd\x6b\x2f\xfd\xde\x69\x5b\xc2\xa9\x6e\x68\x1f\x13\x41\xf1\xeb\xea\x70\x98\x4e\xd5\xdb\xbe\x3c\xdc\x59\x77\x58\xdd\x84\x16\xbd\x0e\x4d\xe9\x68\x24\x97\x68\x32\xf9\xd0\xf6\x91\x19\xf2\x97\x0d\x5d\x0e\x39\xba\xa6\x2a\xe8\xe9\xb5\x39\x34\x7f\x53\x80\x7c\x9c\x4e\x87\x98\x17\x91\x46\x72\x2f\xb5\xdf\xc7\xec\x4f\xbb\x54\xff\x9c\x76\xdf\x98\xd1\xf7\x9a\xc9\x3c\xd5\xee\x1b\x63\xf0\x71\x7e\xbd\xb9\xda\x87\xf7\xa7\x32\x56\x2f\xa2\xf1\xec\xdd\xbb\x19\x93\x51\xd0\x51\xdd\xbe\x97\x31\x99\xeb\x3a\x51\xfe\xed\x19\x93\x1d\xa7\x62\xb0\x95\x74\xfc\x1b\x5f\xf1\x8d\x64\x4c\x3a\x47\x57\x71\x5d\x3f\xc6\x64\xf5\x95\x9b\x78\x53\xbf\x07\xdd\x46\xee\xa6\x8c\xc9\x24\x3d\x70\x9e\x49\x79\x2f\x37\x93\xf7\x07\xca\xb4\x5a\x41\x79\x2f\x25\xda\x8b\x4e\xc3\xe3\x37\x72\x1d\xa0\xe8\xd7\x9b\x27\x48\xec\xbe\xe3\x81\x34\x6e\x76\x1e\xdc\x79\x04\x54\xef\xe3\x7d\x92\xd6\x04\x84\x51\x1e\x58\xae\x76\x90\xfc\x9f\x7b\x2c\x8a\xde\xa7\x93\x86\x1f\xa6\xba\xd6\xc0\x47\x71\x34\xce\xda\x15\x9d\xa0\xf7\xb1\x71\x72\x62\x99\x4a\x27\x40\xe7\x72\xe2\x35\x0b\xeb\xba\x5d\xb4\x47\x27\x45\xd9\xd9\xd5\x71\x68\x38\x2d\xe9\xd6\xdc\x34\x40\x3d\x37\xe9\xc1\xfa\x53\x80\xaa\x73\x92\x6b\xf8\x7d\xa0\x41\x9f\xc4\xb4\xe4\x29\x80\xe2\xb0\x44\xa3\x3b\xfe\x80\xfc\xbc\x53\x53\xab\xe6\x02\xb2\xbb\xe2\x49\x39\x5e\xda\x2d\x86\x94\xf3\xeb\x65\x1e\x20\xbd\xce\x3a\xfa\x61\x42\x7d\x8f\xf3\x0d\x75\xde\xec\xe8\xce\x3f\xf6\x7f\xc2\xed\x16\x41\xff\xc1\x8f\xb8\xfc\x5b\xca\x6e\x94\xcf\x2e\x0b\x79\xed\xac\xfe\x3a\x5a\x27\x1e\x8f\xdd\x4c\x6a\x0b\x47\x46\x07\x51\xf5\x44\xd4\x01\xda\x95\x1a\x4a\xb7\xa8\xfd\xd5\xf6\xd3\x82\x62\xc3\xa0\x83\x54\x2d\x59\xe5\xc2\xab\xb0\x0b\xd2\x8f\xd0\xfc\x99\x96\x15\x47\x79\x63\x54\xe3\x13\x54\x85\xb0\xdd\x7a\x9a\xf4\x09\xcd\x8b\x53\x89\xb3\x51\xb5\x48\xa7\x5b\xed\x0a\xc7\x32\x74\x8c\x1c\x01\x59\xcf\x8c\x75\x3d\x43\x80\x7a\xa6\x19\xa7\x9d\x24\x2b\xb2\x23\x19\x27\x56\xd3\xbf\x20\xe3\x68\x08\x55\xd0\x33\x64\x4f\x50\xdd\x21\xdd\x22\x97\x46\xe8\x05\xb3\x0a\x13\x5a\xb1\x08\x37\x62\x4f\x2d\xe7\x56\xd4\xb7\x38\x24\xf0\x0e\x91\x82\xf2\xfc\x7e\xa1\xbe\xbb\x57\xa8\xef\xed\xaa\x4b\x76\xfc\x76\xba\x8f\x71\xa5\x05\xef\x0f\x75\x36\x87\x57\xcd\x8e\xb3\xcd\x54\x1d\x39\x9a\xc7\x39\xa0\x83\x8a\xbb\xa9\xae\x19\xaa\x11\x4e\x55\xe7\x20\xb5\x48\xe2\x5e\x36\x7a\x1d\xa2\x75\x85\xb7\xfd\x31\x7a\xcf\x2e\xb1\x8c\xa7\x38\xcc\x31\x3a\x49\xf5\x41\x87\x3d\x49\x14\x9f\x61\x03\x38\x0f\xd3\xcd\xf3\x02\xfd\xbe\x66\x6f\x2e\xd1\xba\x43\xd1\xfd\x3a\xf1\x63\x40\x76\xa0\x16\xfd\xa6\xec\x0d\xd6\x54\x9f\xc9\x9e\x3f\x9e\xbe\x23\x7b\xfb\x32\xea\xa4\x91\x3d\x6c\x3b\x75\x24\xcb\xb6\x8c\xa3\x91\x96\xd5\xee\x1a\x91\x7b\x59\x83\x9e\x51\xc4\xaf\x0a\xf7\xf7\xcf\x27\x71\x9b\x2c\x54\xca\x04\x2e\x06\x71\x82\x1e\xc2\x51\xa1\x9e\x19\x2d\x74\x64\x38\x20\x28\xd0\x87\x91\x5e\xc4\x39\x5d\x9e\xd7\x4f\x1d\xda\x46\x75\xd8\x63\x1d\x43\x68\xfe\x47\x6c\xe4\xdc\xd7\x5e\xcf\x03\x94\xe7\xb6\x5b\xc4\x90\xee\xe4\xa6\x79\x47\xa9\x3a\xb4\xf6\xfc\x71\xea\x07\xb5\x72\x7f\x22\xd5\xb1\x5d\x75\x39\x17\x32\xbd\x2d\xaf\x17\x8f\x2d\x3a\x4f\xf3\x66\xd0\xdd\x8b\x54\x2f\xec\x58\x7a\x95\x7e\xce\x38\x30\x9b\xc6\x95\x6c\xd8\xed\x38\x1e\x87\xbb\xf2\x9a\x34\x62\xf2\x03\x3a\xd2\x5f\xba\x6b\x38\x9a\x48\xc6\xbb\x81\x8b\xa8\x83\xcc\xdd\xf3\xfe\x94\x89\xef\x06\x1d\xa6\xaf\xe7\x77\xce\xa4\xbf\x90\x37\xf0\x11\x57\xf4\x1b\xc2\x68\xa5\x22\x72\x0e\x17\x85\x7a\xf6\x79\x1f\x6e\x53\x84\x8a\x9a\xc8\xc5\x1c\x17\xfa\x5f\x88\x5c\xcc\x21\x1a\x1f\x89\x53\x03\x68\x7f\x18\xa7\xb2\x9b\xd6\x4b\x51\xaf\xc2\xa9\xbe\x1f\xee\x1a\x43\xdc\x4a\x70\xcb\xa3\x9b\x24\x76\xab\x42\x3c\xd1\x1a\x22\x07\xe4\x71\x25\x59\x97\x8f\x83\x34\xfa\xd7\x38\x9f\xcb\x20\x7a\xc1\x09\x17\xe9\x5f\x3f\x52\xe3\x0a\xe5\x8d\x3e\xc7\xb3\x28\xdf\xb6\xa3\x4a\x0b\x60\x30\x28\x9f\xfa\x79\xd6\x9b\xfc\x50\xd0\xc1\x28\xde\xad\x46\xe4\xe1\x63\xaf\x76\xf4\xbc\x8b\xf3\x47\xd0\x13\x78\xdc\xd6\x95\x56\x2e\x8f\x8b\x37\x65\x73\x1b\x45\x95\xd3\xc7\x96\x9c\xb4\x2a\x4e\xbb\x4f\x2b\xf9\x47\x2f\xbe\xd2\x48\xbd\x2b\xb0\xe2\xb9\x42\x25\xf9\x9a\x70\xb3\xfc\x92\xc0\xc7\x9c\x17\x3a\x52\x9c\x15\x2a\xce\x89\x42\x1c\x38\x17\x93\x50\xb9\x97\xfe\x7d\x87\x1d\x22\xe8\x39\x85\xc7\x1f\xba\x46\xb3\xe7\x1d\xc9\x20\x20\xe0\xd1\x49\xd2\x73\x10\xfb\x82\x79\x5b\xa6\xd2\xbf\x72\xc5\x22\xce\x07\xb8\x16\x5d\xa4\xf7\xee\x2c\x17\xce\xc3\x4c\xb4\xce\xa2\xd9\x3c\xcc\x85\xd7\xcb\x7b\x7a\x70\x1d\x85\xd6\x61\xf7\x88\xab\xd0\x1b\xfe\x88\xaa\x8c\x75\xad\x9f\xba\xf1\x38\x94\x7f\x57\x26\x05\x91\x0a\x2f\x4b\xca\xc8\x15\xcc\x8e\x7e\xa2\xd2\x9d\xaf\x50\x2b\xcd\xd7\x13\xff\xf3\x62\x2c\x57\x6c\xaa\x54\x4c\xa1\xef\xab\xdc\x7a\x97\xe6\xcd\x8b\xb8\xf7\x7c\xe5\x2b\xf0\x3e\x0f\xe4\xb8\xcd\x6b\xce\xed\x0d\x81\x30\x10\xfb\xe1\x5c\x1a\xce\x6d\x4d\x5e\xe8\xf0\x88\x48\x9a\xbf\x11\xe9\xb1\xf4\x57\xf6\xe4\x70\x5d\x9c\x1d\x96\xbc\x8a\x2c\x72\x40\xeb\x1a\x9e\xa7\xf5\xa4\xfb\x9e\x4c\xe2\x86\x96\x9c\xb8\x4a\xeb\x23\xe7\x9e\x39\x4d\x68\x3e\xa8\xf1\x71\x3e\x2e\x9d\xfb\x3d\x28\xab\x80\xd6\xdd\x36\x55\x82\x3e\xce\xbc\x52\x1a\xbd\xda\x4f\x9f\x53\xde\xad\x93\xf0\x32\x96\xc7\xe1\x7d\xbc\x02\xcd\xf7\x4f\x9a\xad\xe8\xcd\xf2\xe9\xc0\x00\xe2\x42\x3e\x57\xcc\xa0\x19\xf5\xe9\x9c\x37\x91\x77\x5f\xee\xed\xa1\xc8\x7d\xbe\x90\x58\xc1\xbf\x7e\x8b\x9e\xc0\xa7\xe2\x57\x94\xb9\xab\xf2\xb8\x12\xc1\x73\x2d\xee\x5f\xb1\x90\x1f\x44\x7e\x2a\xcf\xac\x66\x5c\xb2\x84\x7c\x71\x89\xce\xaf\x44\xff\xc3\xa2\x38\x07\x15\xac\x98\x42\x7d\x25\xfd\xd5\x38\x0f\xe3\xd7\xfc\x22\x65\x2f\xef\x6d\x57\x69\x3d\xb5\xd2\x99\x73\x5f\x0b\x8f\xdf\xa4\xf7\xea\xac\x9b\x79\x54\x85\x9f\x3c\xe5\x1e\xe5\xd9\xd1\x0f\x0b\x29\x5e\x03\xfc\x1f\xd3\x7e\xc4\x46\xf3\x19\xd1\x09\xad\x46\x54\xd0\x3e\xad\xb1\xce\x1b\xe2\x05\xea\x06\x7e\x10\xe2\xf0\x0b\x07\xc2\x3b\xfd\x45\xf6\x16\xea\xd6\x8e\x02\xdf\xb0\x42\xe0\x1e\x44\x9d\x83\xa3\xe3\x51\x83\x7b\xa8\xa9\x13\xf3\x51\xd0\xc3\x11\x75\x62\x9e\xed\xfd\xe7\xb8\xdc\xa4\xf7\x6b\xf8\x94\xd3\xb4\xcf\x16\x39\xa8\x40\x3b\x9e\xd7\x37\xda\x5d\xa6\xd1\xb7\xf6\xee\x75\xda\x4f\x78\xd8\xdd\xa6\xf5\xf7\x92\xe2\x7c\x9a\x0f\x2e\xaf\xee\x7d\x02\xe9\x23\x15\xf1\xf9\x70\xe3\x31\x9d\x57\xd8\x47\x3e\xa3\x59\xdb\xb7\x2b\xe7\x81\x3a\x3d\x7e\x45\xeb\xed\x96\x95\x1f\x88\x9f\x6a\xdc\xf5\x1b\x0d\xf7\x5f\xeb\xfe\xd5\x1c\x88\x70\xe2\xd1\x5d\xf0\x7f\x9c\x50\xff\x5f\x20\x70\x21\x7e\x42\xc7\xe4\x7d\x82\x2e\x46\x52\x18\xb7\xd9\x82\xbe\x45\xb5\x4e\x0c\x45\x5c\xe4\x84\xde\x25\xd6\x8c\x8b\xa8\x9f\x53\x2c\x74\x34\x79\x40\x5c\x5d\x35\x07\x65\xc9\x79\x98\x2d\xc5\xd7\x88\xdb\xf1\xd5\xbf\x41\x6a\x12\xde\xfe\x79\x34\x2a\xc5\xfe\x60\x6e\x3f\x0a\x89\xda\x99\xeb\xc5\x9f\xc2\x94\xe2\xa7\xf4\x73\xe3\xe6\x94\x13\x4f\x3e\x7c\x29\xa7\x95\xfa\x36\x7a\x4b\xdd\x58\xac\xa7\x7e\x25\x9a\x43\xec\x93\x24\xf2\x0f\xf5\x6c\x7f\x39\xf1\xa9\xd5\x1f\xc7\x5a\xe8\x77\x63\x2f\xf0\x10\xb3\x85\x38\x54\xf7\xc7\x11\x74\x73\x44\xee\x21\x55\xe8\x2b\x25\xf2\x0e\xa5\x42\xbc\xde\xaf\xf9\x75\x9c\x88\x7a\x28\xbf\xe9\xc4\xd0\xe7\x83\xcb\xae\x50\xdf\xbb\x80\x3d\x9c\x87\xd9\xec\x7a\x87\xb2\x8e\x8f\xcd\x3d\xae\x93\x56\x52\x44\xfb\x86\xa5\x15\x8f\x39\x37\xaf\xff\x8c\x7e\x7a\x6e\x9b\x0a\xb2\x93\x37\xbe\xa2\xfe\xab\xe3\x6e\x7e\xa0\xf8\xd9\x75\xfd\x4c\xf9\xb4\x4f\x3a\xd7\x45\x12\x39\x90\x66\x82\x3e\x48\x43\x81\xfa\x94\x6a\xf1\xfb\xc9\x97\x9e\xa0\x08\x5d\xcd\x81\x08\x27\x02\x4e\xc2\xf7\x2d\xfe\x2e\x8c\x0b\xc1\xef\x6a\x5d\x14\x81\xa7\x12\x79\x29\x31\x1e\xe2\x7c\xa9\x4c\xc3\x1f\x38\xa1\xea\xb8\xd8\xb1\xbf\xf1\x0f\xb5\xf9\x8f\xbf\x70\x0f\xff\x89\x03\xc9\xe5\x75\xac\x1f\x5b\x00\x2f\x0f\xe0\xfb\x05\xc9\xd8\x03\x3e\x8e\xe7\x75\xbd\xcf\x4e\x80\xe4\xf9\x7e\x30\x03\x4e\x3b\x02\x92\x77\x80\xe4\xcd\xfb\x21\x06\x78\xe0\x0c\x7c\x3c\x04\x54\x79\x03\x6f\xd7\xf2\xdf\xf9\x54\xa8\x67\x3f\xb0\xe5\xb6\x9a\x7f\x10\xea\xde\xbf\xe9\x7f\xd4\xe2\x3f\x4e\x0a\x75\xa1\xe3\xbf\xdc\x6b\xae\xe6\x1f\x02\xff\xec\xb7\xd8\x0f\xe3\x5f\x73\x20\x42\x7c\x88\x03\x39\x00\x4c\x9f\xc8\x3f\x26\x0e\x24\x1a\x90\x8c\xef\xda\x71\x78\x7b\x14\x88\x76\x00\xde\xbc\x04\x92\xda\x01\xef\xf5\x80\x2b\xbb\x81\x77\x71\x3c\x0e\x1f\x8a\x25\x23\x1a\x78\x25\xdc\x11\x2f\x39\xc9\x6d\x81\xe0\x5f\x6d\xfe\x41\xe4\x3f\xce\x09\x7e\x8a\xfc\x87\xc8\xbf\x88\xfc\xc3\xb1\x77\xbf\xc4\x61\x41\x4d\xff\x6a\xf7\x3f\xa9\xd6\xbf\xf8\x5b\x3f\x94\x5a\x1c\x88\xd8\xf7\xa2\x86\x2e\x8a\x17\xb0\x60\x38\xf0\xfd\x35\xe0\xbe\x1f\xf8\x3c\x4b\xb2\x47\x05\xde\x0f\x97\xec\x59\x80\xd7\x0a\x40\x64\x25\xf0\xfa\x09\x90\x18\x0e\xbc\xf6\x04\x2e\x67\x00\x2f\xfb\x01\xf7\xfa\x01\x6f\x76\x00\x6f\x5e\x00\x15\x42\x2d\xf5\x51\x43\x6e\xc5\xba\x77\x6d\xfe\xe1\x7f\xf1\x2f\x71\xbb\xb9\xfd\x27\xfe\xe1\x6f\x7d\x50\x6a\x73\x0f\xe2\xf7\xff\x1b\x0e\xe4\x87\x21\x30\xaf\x18\xf8\x54\x04\xac\xac\x04\x3e\xd4\x07\xfc\xd6\x03\x6f\xd7\x01\xbb\xd2\x81\x57\x87\x81\xa8\x6e\xc0\x0b\x73\xc9\xce\x00\x28\x8f\x01\x2e\x0d\xe0\x75\xef\x82\x52\xfe\xf9\x57\xfb\x80\xa7\x42\x6f\x88\x7b\x82\x86\x4c\xce\x14\x6e\x45\x0e\x48\xe4\x1f\xc4\xfe\x37\xbf\xf9\x7f\xa1\xa6\xff\xff\xc4\x3f\xfc\xc6\x41\x88\x7a\x10\x13\xfe\x1c\x8f\xff\xc5\x81\x4c\x5c\x04\x7c\xdd\x0b\xcc\xb5\x03\x3e\x36\x01\x56\x64\x02\x55\x5d\x80\xf5\x7b\x81\x17\x27\x81\x1d\xed\x80\xf2\xdb\x92\xb5\x0c\xf0\x2c\x1f\x38\x21\x0f\x3c\xbd\x07\x64\x2e\x03\x9e\x06\x01\x05\x25\xc0\xb3\x32\xe0\xd5\xdd\x9f\xf3\x41\xe4\x81\xc4\x71\x20\xce\x03\x91\x7f\xa8\x1e\xff\xee\x7f\xf6\x5f\xe4\x1f\x0e\xfe\x52\xdf\x14\xfd\x31\xaa\xa5\xe7\xf0\x37\xfd\x8b\xda\xdc\x83\xf8\xf3\x35\x38\x10\x3b\x60\x50\x3f\xe0\x47\x33\x60\x7c\x23\xe0\xe3\x06\xc9\x5a\x03\xa8\x5a\x02\x2c\xf1\x05\x5e\xf6\x00\xd6\xa9\x01\x65\x47\x80\xa0\x79\x80\x64\x95\x2d\xd9\xd1\x95\x5a\xf3\xdc\x55\x72\x1b\xb8\x78\x0a\x78\xbc\x0d\xb8\xe7\x06\x94\x58\x00\xaf\x3f\xfd\xe4\xe3\x44\x5d\xa0\xcb\x83\x6a\xe6\xc1\x6a\xfe\x43\xc8\x0b\xc7\x3a\x09\xcf\x5d\xd0\x1e\xf9\x37\xfc\x43\x6d\xfe\x43\xe4\x1b\xfe\xa6\x7f\x21\x7e\x5f\x6d\x0e\x84\xc6\x85\x2d\xd0\xf7\x1b\xf0\x29\x08\xb0\x1f\xca\x73\xdc\xd4\x00\xe0\xc5\x39\x60\x41\x0e\xd7\x42\xf2\x8e\x05\x4a\x27\x01\xfe\xf3\x81\xe2\x04\x20\x7c\x36\x50\xd4\x1a\x88\xbf\x09\x48\x56\x67\x99\x1b\x79\xdd\xff\xde\x37\xe0\xfe\x2d\xe0\x65\xdd\x9f\x7a\x28\xe2\x38\x10\x75\x50\xc4\xfa\xbf\xe8\xff\x91\xb8\x9a\xe3\xfe\xa0\xd0\x7b\x69\xbf\x30\x8e\x44\x0e\x60\xf7\xdc\x9f\x71\xa8\xf6\xbf\x16\xff\x21\xd6\xc1\x45\xce\x41\xb4\xb5\xfb\xa1\x88\xf1\xa0\xf9\x62\xc7\xe7\xc9\xe7\x55\x40\xd7\x42\xe0\xbd\x25\xef\x9b\xf4\x72\x33\x30\x29\x07\x28\xb7\x05\xe6\x5b\x01\xa5\x13\x25\x7b\x15\xa0\x68\x3c\xb0\xc5\x06\x78\x38\x8c\x73\x73\x92\xd5\x79\x7c\x0e\x50\xf0\x9e\xeb\x06\xdd\xed\x02\xdc\xad\x04\xf2\x96\x02\x2f\x35\x24\xab\x60\xfe\xb7\xc4\xf7\x62\xf2\xdd\x9a\xe3\x5f\xe4\x3f\xa2\x86\xd4\x7c\xee\xe1\x82\xe6\x4e\xa8\xd0\x47\x49\xe4\x1f\x76\x06\xfc\x8c\x43\x6d\xff\xff\x6d\x1f\x94\x3a\x3d\x6b\xfe\x5c\xa3\x60\xe0\xdb\x78\xa0\xf9\x1c\xe0\xbd\x3c\xd0\x71\x3d\xf0\xb2\x18\xe8\xfb\x12\x78\x7e\x1d\x18\x6b\x0b\x3c\x7e\x0b\xcc\x56\xe7\x7e\x2f\x4f\x05\xee\x15\x03\x9b\xe2\x81\xbc\x2f\xc0\x9e\xf9\xc0\xed\xb1\xc0\xb1\xbe\xc0\xcd\x0f\x80\x64\x47\x9b\xeb\x0a\xe4\xd7\x03\x72\x33\x01\xc9\x0a\x5d\xd4\x05\x12\xe7\xc1\xc9\xdc\x9a\xfe\x47\x08\xf9\x31\x5c\xc8\xa3\x7b\x85\x5e\x45\x22\xf7\x22\xfa\x1d\x28\xfc\x1e\xff\x3e\x3f\xe3\x20\xf2\x2f\x7f\xe9\x83\xf2\xaf\xad\x24\x1e\x9f\x17\x03\xba\x2e\xc0\xeb\x60\xc0\xc2\x8b\xf7\x84\xeb\x11\x0f\x3c\x2e\x06\x86\xa7\x03\x45\x63\x81\x69\xf3\x80\x82\x05\xc0\x92\x6d\x80\x64\xf5\xea\x1b\x0a\xdc\x90\x07\x42\x0a\x81\x9c\x37\xc0\xb1\x91\x40\x96\x1c\x90\xde\x19\xb8\xa6\x0b\xe4\xe7\x03\x97\x2f\x00\x95\x9f\x81\x0b\x02\x17\x25\x72\x50\xb1\xab\x05\xff\x87\xd7\x1c\xef\x21\xfd\x6a\xf9\xdd\xa3\xa6\xdf\x62\x8f\x22\xbf\xee\x3f\xe3\xf0\xff\xe6\x3f\xc0\xd7\x45\x7c\x95\xca\xed\xdb\x76\x80\xaa\x3e\x50\xde\x01\x30\x39\x05\x94\x44\x03\x1d\x56\x03\x0f\x32\x81\x81\x7d\x00\xc9\x2e\x6d\xd2\x75\xe0\x56\x16\xb0\xd0\x0e\xc8\xf6\x07\xd6\x75\x00\xae\x75\x05\x82\x19\x70\x29\x17\x38\x92\x0c\x64\xae\x04\xce\x6f\x05\x2e\x44\x02\x79\x83\x80\x73\xaf\x80\xca\xe1\x40\xf2\x6a\xae\x8f\x73\xec\xb8\xd4\x3b\x89\x8d\x9c\x53\x8f\xc8\xf5\xb0\xe6\x52\xb4\xcf\xdc\x65\x52\x87\xce\xa1\x83\x74\xeb\xca\xb2\x5f\x78\x17\xd1\x6f\xdf\x51\xa0\xda\xf6\xba\x74\xfe\xb1\xf7\xb6\x7f\x88\xc3\x7f\xe0\x3e\xf8\xee\x11\x78\xab\xcd\x6d\xf9\x7b\xa0\xde\x19\xa0\x64\x2a\xd0\xe8\x14\xf0\x60\x2c\x60\xf6\x03\xb8\xb3\xaf\xae\x6e\x2f\x75\x20\xfb\x83\xec\xb0\x31\x53\x80\x2b\xdd\xe4\x23\x9d\xa7\x00\x19\xcb\x94\xac\xbc\x9c\x81\x73\x52\xca\x5d\xb6\xbf\x02\x52\x6c\x55\xfa\xc4\x9c\x04\x92\xbe\xa9\xca\xa5\xf6\x05\x4e\x75\x55\x5d\x72\x4b\x15\x38\x7e\x5e\x75\x5f\x59\x17\x20\xce\x43\xf5\x1a\x3d\xff\x3b\x6a\xb4\x9f\x0c\x9d\xa7\x3a\x56\x62\x77\x68\xab\x91\xdd\xfa\x56\x99\xee\x21\x6e\x1a\xa4\x74\x92\xfc\x6e\xa4\x48\x3b\xbb\x35\x71\x8a\xfb\x24\xd6\xab\x83\x22\x71\xf6\xab\x97\x2a\x90\x4e\xed\xca\x56\xb2\x6f\x7e\x8b\xc3\x7f\xf0\xff\xab\x70\xbb\xea\xcd\xc1\x3a\x54\xef\x28\x5f\x5f\x8f\xea\x1b\x8f\xe2\x64\xe9\xf4\x28\xff\xb6\xa2\x53\x83\x51\x40\xce\x5a\x35\x97\xa6\x8e\xc0\xa5\xd7\x5a\xdb\xba\xe4\x00\xe7\xae\x6a\xcf\x1d\x36\x56\x2a\xf8\xcc\xd6\xc6\x1d\xa6\x2b\x49\x6b\x9c\xd4\x6b\x7c\x6d\xf9\x0f\x59\xb3\xb8\x96\x3a\x96\x5b\x72\xe4\xa4\x8e\xd4\xd3\x19\xb2\xff\xb1\xbc\x6d\x74\xa0\x4e\xd3\x44\x07\xf9\xab\x11\x07\x74\x86\x5c\xef\xa7\xd0\xf2\xc0\x4a\x1d\xb7\xc7\xcb\xe4\x4f\x85\x57\xe8\xaa\x7e\x0b\x91\x5b\x17\xdc\x4b\xf7\x35\x63\x72\xa1\xdb\x54\xf4\x1b\x33\x26\x3f\xc4\x37\x4d\xd7\x95\xb1\xfa\x8d\xd6\x38\xe9\x49\x31\x56\xbf\xab\xa7\x8a\xce\x5c\xc6\x64\xc6\xac\x34\xd5\x79\xc9\x98\x4c\xe0\xf2\x05\x3a\xd7\x18\x93\xb1\x5f\xaa\xaf\x93\xc7\x98\x4c\x47\xb7\x18\x5d\x43\xc6\x64\x7a\x2f\x58\x21\xf9\x3e\xe9\x79\xff\xde\xff\x3a\x54\x7f\xf9\x3c\x4f\x86\x76\xbb\x95\x06\x2a\xa4\xb2\x5c\xa2\xae\x45\xfb\xea\x07\xce\xda\xc4\x49\xdc\x78\x62\x40\x75\xbd\x2b\x0b\x8c\xec\xa4\xb5\x81\x73\x3e\x4d\x07\xeb\xd8\x4b\x1d\x4c\x2c\x69\xba\xc6\x72\xa4\x6c\x6e\xdc\x7c\x53\xd6\xd7\x58\xfe\x4a\xcc\xbd\x66\x6b\x27\x9c\x51\xda\x7d\x50\xbd\xd9\x46\xd7\x67\x2a\xad\xf6\x86\x36\x0b\xf6\x19\xab\x16\x15\x32\xde\xf4\xf5\xee\x49\x1a\xad\x77\xac\x33\x5d\x14\xa7\xa6\xd9\x31\xf0\xb8\x69\xdd\x4c\x77\xcd\x20\xff\xa1\xa6\x32\xf7\x9d\x34\xc7\x6d\x0d\x35\xdd\xf5\x2e\x40\xc3\xd0\xcf\xb2\xd9\x50\xc6\xd4\x0e\x78\xed\x68\x66\xca\x98\x6a\x87\x15\xef\x4d\x57\x32\xa6\x1c\xb3\xb8\x5d\xd3\x2c\xc6\x1a\x0c\x5c\x18\x62\x72\x96\x31\x25\x5d\xd7\x61\xc6\x17\x19\x53\x6c\xe8\xb2\xc9\x58\x91\x31\x85\x8e\x73\x2e\x18\x2d\x64\x4c\x2e\x6d\x56\xb6\x91\x11\x63\x72\x23\x66\x34\x31\xd8\xc1\x98\xec\x97\xff\xed\x3f\xe7\x21\x3e\x4c\xd7\xa4\x7d\x74\xd9\x6b\x3d\xb2\x8f\xea\x9a\xd2\xae\x38\x3f\xc0\x8c\x76\xb7\x59\x1e\x6d\x28\x0e\x99\x17\x48\x0e\x02\x67\x76\x76\x30\x96\xd8\x84\x2d\xd6\xed\xd5\xcf\x02\xd1\x97\x3b\x0d\x68\x66\x53\xff\x43\xd8\xc3\x0e\x51\x5d\x3e\x2a\x7f\xd9\xd5\xae\x43\xca\x08\x5f\xf5\x82\x80\xb5\x1d\x14\x67\xde\x6f\xf8\x76\x53\x68\xfb\x8e\xab\x99\x76\xfe\x7a\x8f\x76\xf6\x81\xab\x75\x95\xd7\x0c\x6b\xeb\x11\xfd\x46\x2f\xcc\xe3\xaa\xd5\x95\xd4\x0d\xfa\xe3\x56\x77\xb1\x9a\x71\x3b\x42\xbf\xef\x4a\x1b\xab\x1b\x2f\xf6\xe9\x39\x2e\x53\x6f\x7b\x86\x31\x9d\x16\x0b\x4e\xb5\xed\xc4\x98\xb6\xe2\xdc\x8b\x96\x67\x19\xd3\x5c\x32\xab\xab\xe5\x60\xc6\x34\xec\xa7\xe5\xb7\x1e\xc3\x98\xda\x83\x29\x7e\xe6\x11\x8c\xa9\x9a\x4e\x5e\x61\x76\x94\x31\x15\x5b\x87\xcd\xad\x9e\x30\xa6\xdc\x6e\xa2\x47\x4b\x7d\xc6\x94\xe2\x27\x58\x36\x7f\xc6\x98\x62\xe2\xdf\x9e\xbb\xa8\x0b\x51\x35\x53\x9f\x8e\x47\xca\xf4\x79\x3f\xa4\x87\xfd\xdb\xd2\xe9\xf2\xed\x13\x9d\x49\xa7\xf5\x72\x61\x37\x3a\x0d\x48\xf3\xea\x43\xf7\xd2\x12\x03\xfa\xd1\x69\xd9\x91\x38\x7e\x7f\xfe\xc0\xe6\x41\x91\x72\x83\x81\x90\xed\x83\x2a\x0c\x54\x65\x46\x6e\x0b\x1c\xa0\xd7\x36\x52\x79\xb5\xcf\xeb\xbe\x8e\xfd\x97\x36\x32\xf0\xb8\xda\x67\x94\x43\xb6\xae\xfc\x72\xfb\xde\xca\x8b\xdb\x19\xb8\xb9\x2d\xea\x55\xb0\xf1\x48\x93\xae\xf3\x52\x7b\x46\x84\x6f\x30\x31\x9d\x93\xd7\x23\x2a\x71\x41\xd3\x36\x33\x8b\x7a\xc8\x65\x3d\x6b\x3a\x6d\xfa\xa7\xee\xe5\x4f\xa2\x4d\xd6\x4d\xef\xda\x23\x9d\xb1\x26\x6d\x1c\x33\xbb\x8f\x64\x4c\x3f\x6b\xc2\xa2\xae\xeb\x18\xd3\x39\x33\x76\x9b\x75\x38\x63\x8d\x96\x8f\x3e\x60\x5d\xc5\x58\x23\xd3\x91\x26\x9d\xeb\x31\xd6\x50\x6a\xe4\xc0\x0e\x4f\x18\xd3\xf0\x1b\x9e\xdc\xfe\x30\x63\xea\xea\xc3\x7a\xb6\x1b\xc4\x98\x6a\x9e\x9d\x4e\x9b\x32\xc6\x94\x9f\xfc\xee\x3f\xe7\x9f\xde\x7c\x6f\x42\xfd\xb9\x9f\x58\x5b\x3d\x90\xd8\xfb\xce\x36\x54\x7f\xb8\x35\xa9\x0f\xa9\x0a\x5f\xb4\xe1\xb7\xea\xaa\xf9\x17\x57\x7b\xaa\x6b\x1e\x8e\x19\x4d\xe7\xb4\xfb\xac\xb8\x6e\x46\xd0\xbd\x09\x54\xdf\xdd\xec\xe4\x10\xdb\xc8\x01\xf0\xda\x33\xc1\xb4\xd5\x5e\xc5\xe8\xa5\x72\x63\x63\x7a\x9c\x6c\x28\xe3\x1c\x38\x4a\x77\xd4\x4a\x83\x66\xd3\x57\xdb\x9f\x70\xf6\x31\xb6\x74\x28\x1e\x31\x70\x4d\xa0\xe9\xac\x71\xeb\x87\x5d\x08\x69\xda\x3c\x68\x54\x83\xa1\xaf\xe2\x96\xb6\x34\x1b\x21\x6b\x97\x7e\x69\x70\xcb\x29\xc3\x94\xed\x3c\x0b\x4f\xb5\x28\x18\xea\x64\x97\xf9\x79\x77\xb3\x39\x43\xc2\x86\xc8\xb1\xe7\xc6\xc5\x03\xaf\x0f\x0c\x64\xcc\xd0\xbe\x7f\xaf\xfe\xc6\x8c\xe9\xf5\xef\x37\xbe\xef\x44\xc6\x74\x4e\xf4\xb6\xea\x6d\xc2\x58\xa3\x7c\xdb\xcb\xb6\xd3\x18\x6b\x34\xc4\xb6\xa2\x87\x0b\x63\x0d\x27\xf5\x48\xeb\x76\x85\x31\x8d\xc9\xdd\xbf\x75\x1d\xc1\x98\xfa\x80\xea\xd3\xa0\xe1\x0d\xe9\x1c\xe9\xed\xc3\x66\xa4\xff\xf1\x54\xae\x23\xd5\xa9\x0a\x36\x72\x15\xe5\xec\x53\x03\xe9\x54\x27\x53\x95\xdf\xae\x4c\x4e\x1a\x4b\xf5\xdd\x04\x43\x07\x3a\x87\x8b\xd1\x9f\x42\x75\xbe\xbd\x31\xd3\xe9\xcd\x11\xc8\x78\xdd\x74\x7d\xd4\x9c\x8f\x12\xbb\x5a\xcd\x65\xbd\x52\x27\x60\xe1\x05\xe7\x86\xc6\xfd\xea\xdf\x9d\xb9\x70\xf6\xa1\xce\x23\xd4\x56\x4e\x9c\x37\xe3\xbb\xdd\x26\x9d\x08\xfb\xfc\xe9\x52\xd3\x43\x0d\xdf\xd9\xa9\x4e\xab\xbf\xfa\xbc\xb1\xe9\x80\x2e\x53\xdb\x6c\x5f\x6f\xb2\xbe\x8f\xe3\x94\xc1\x47\x1c\x4c\x5e\xf7\xba\x30\x39\x2a\x7d\x99\xc9\x93\x1e\x8f\x26\xaf\xbe\xdf\xcf\xf8\x66\x0f\x87\xc9\xbe\xef\xc7\x1b\x1d\xec\xee\xe5\x70\x99\x31\xfd\x21\x5d\x67\x8d\x8f\x67\x4c\xc7\xb0\xab\xe2\xe8\x95\x8c\x69\xaf\xb3\x71\x19\xd9\x9b\xb1\x46\x8e\xd6\xd2\xc3\x9f\x30\xa6\xf9\xba\xf3\xe7\xa1\x1d\x18\xd3\xb4\xe8\x9c\x38\x38\x90\x31\x8d\xa1\x9d\x3c\x07\x64\x30\xa6\x76\xa3\xe3\x83\xfe\x52\x8c\xa9\xfe\x10\x39\xa0\x37\x37\x5a\x52\xfd\x56\xe4\x9f\xee\x2b\xf4\xa5\x15\x41\xae\x0b\xf7\x3b\xd3\x79\x1c\xe9\xbd\x9c\x1e\xeb\x48\xa7\xeb\xf1\x39\x33\xda\x70\xff\xf9\xe9\xe1\x1e\x7d\x67\xca\x13\x81\x3d\xf8\xa9\xea\x06\x07\xce\x49\xac\xc4\x52\xaa\xff\x38\xab\xae\x4c\xc2\x1e\x60\x9a\xfd\x2a\xe3\xc6\x37\xea\xa6\x8d\x95\x5d\x5e\xd5\x46\xb6\x81\xfa\xe0\x97\x4b\x37\xf5\x8b\xd0\xea\xd2\x67\xd5\x92\x18\x27\xeb\xc6\xcb\xbb\xe7\x2e\x2e\x5d\x3e\x48\xb7\x4f\x17\xd9\xc5\x4e\xfe\xcb\xf4\xba\x74\xf4\x5c\x34\x29\xba\x50\x6f\x6b\xbb\xf7\x6e\x1e\xe7\x96\xeb\xd9\xb5\x1d\xe2\x66\x9f\xff\x59\x77\xb2\xd5\x61\xb7\x89\x55\x17\x1b\xbb\x58\xcd\x77\x75\x65\x4c\xeb\x78\x9b\xa4\x39\x4b\x19\xd3\x4c\x6c\xa3\x38\x43\x83\x31\x8d\x0e\x6d\x54\xa7\x18\x31\xa6\x3e\xb9\xf5\x6a\x47\x5f\xc6\x54\x8f\x5b\xdc\x98\x18\xc4\x98\x4a\x94\xf9\xcb\x71\xf7\x18\x53\xde\x62\x3e\x7b\xcc\x62\xc6\x1a\x5c\x37\x3f\x3b\x6a\x1e\x63\x0d\x0e\xbc\x5f\x63\xa1\xcc\xe7\x3f\xe7\xbe\x7e\xf2\x4f\x7c\x7c\x67\xaa\xf2\xd3\xc1\x33\x95\xfc\xf9\x8a\xfc\x4f\x8c\xfe\x42\xaa\x8b\xef\x7d\xb3\x84\x78\x87\x1d\x0d\x56\x52\x1e\xf1\x0b\x5b\x4d\xf1\xf3\xe8\xe1\x45\xf5\x0d\xd7\xa2\xb5\x54\xff\x72\x02\xaf\x9b\x8f\xdc\xe3\x97\xa9\xda\x0c\x18\x20\xe5\x2b\xd3\x3c\x4b\xee\x4c\xd7\xc4\xf5\x66\x3d\xdc\x54\x0f\x76\xec\xeb\x73\x6d\xfc\x1d\x75\xe7\x36\xcf\x7d\x96\x2d\x5a\xa0\x11\x6a\x7e\x62\xdd\xbb\xcd\x3b\x34\x87\xb4\x0c\x5c\x67\x19\xd1\x49\x73\x4a\xf3\x11\x6b\xe3\xcf\xb6\xd0\x94\x37\xcd\x5c\xf3\xe5\xf6\x53\xf5\x57\xa6\x7d\xd6\xbc\x7a\xd5\x41\xcd\xd6\xb4\xb5\x67\x21\x63\xca\xef\x4c\x0e\xad\x38\xcc\x98\xd2\x7d\x93\x4f\x8b\x3b\x33\xa6\x34\xb7\x69\x1b\xd7\x48\xc6\x94\xea\x98\xd8\xbb\xec\x62\x4c\xe1\xab\xc9\x99\xb9\x6d\x19\x53\xf8\xd2\xd4\x78\xe6\x1e\xc6\x14\x6e\x18\x0f\x9c\xfa\x83\x31\x79\x13\x63\x7f\xa7\x08\xc6\xe4\xde\x94\xe9\xdb\x52\x1d\xe7\x41\xd8\x30\xba\x2d\x7b\x63\xcd\x38\x1a\x1f\x99\xbd\xa7\xd1\x39\x75\xca\xaa\x79\x74\xfa\x79\x3c\xca\x8d\xce\xe3\x63\x1e\x2e\xa7\xba\x75\x58\x8f\x55\x74\x7a\xbc\xa3\xd8\x8b\xf2\xe9\x46\xc6\xfb\xa7\x78\x0e\xda\x40\xe7\xda\x8b\xe0\x47\xb7\xec\xa6\xa7\x73\x4e\x62\x94\x47\x20\x9d\x9e\xf6\x2a\xda\xb9\xbe\x9e\x2c\xd0\x39\x62\xc7\x53\xfd\xef\xf5\xf2\x2c\x9e\x6f\xff\xd1\xe9\xae\x82\x65\x8b\x39\xdb\xf3\x47\xfa\x29\x8e\x32\x79\xb3\xdd\x63\xbe\xbe\xe2\x13\xa3\x65\xdb\x0d\x7c\x1b\x28\x7e\xd6\x4f\x08\x2a\x09\xbf\xa4\x38\x59\xb7\x3c\x68\xc2\xe9\x4f\x0a\x7e\x3a\x77\x03\x8b\x6e\x42\xde\x51\x67\x74\xe0\xc4\x17\x2a\xf5\x63\x75\x16\xfb\xab\x32\x26\xab\xa5\xf3\xc3\xd7\x83\x31\xd9\x61\xba\x1b\xd7\x0c\x60\x4c\x76\xad\xee\x13\x77\x7f\xc6\x64\xb7\xe8\x8e\x58\xd9\x9c\x31\x99\xf3\x3a\x89\xcb\xa6\x32\x26\xfd\x51\x77\x9f\x5b\x2e\x63\x32\x5b\x75\xad\x5d\xf9\xc7\x06\xce\xaf\x19\x93\x8e\x7c\x10\x3b\x9c\xea\xef\x37\x55\x1c\xe8\xb4\x3b\x33\x95\x57\x91\x92\x2d\x5c\x69\xbe\xc7\x87\x2e\xa5\xf5\xc1\xe1\x2e\x1e\x74\x8a\xbe\xef\x84\x17\xe9\x48\x05\x07\x6d\x20\xff\xb7\x34\xf0\x23\xbe\x63\xad\xc1\x16\xaa\x22\x2c\x2b\x0a\xa0\xaa\xed\x9c\x1f\xfc\x74\x7d\x92\xfe\x2e\xca\x3b\x83\xaa\xf6\xd0\x39\x78\x07\x4b\x5e\x9d\x6b\xf1\xf6\xe0\x02\x8d\x3b\x80\x61\xf4\x81\x0b\x96\x83\xa4\xfb\xe9\x0e\x38\x28\x6d\xa7\x2a\x2d\xa5\xed\x76\xb0\xdd\x9c\xe1\x75\x57\x6a\x4f\x3e\x98\xe0\x33\x19\x68\x58\x75\xd0\x3e\x4c\x06\xd0\x68\x7b\x60\xe3\xa9\x4a\x40\xad\xf1\xfe\xc7\x39\x96\x80\x8a\xcd\xfe\xce\xcf\x4b\x00\xa5\x75\x61\xb4\x8e\x96\xef\x15\x4c\x75\x3d\xd9\xc4\x00\x5a\x77\x4b\x4f\xdb\x4c\xf5\x0a\xe9\x8f\xbe\xfd\x69\xef\xf8\xcd\x87\x38\xf4\xba\x11\x5e\xa4\x4b\x28\xd3\x6c\x35\xdd\x6b\xae\x67\xb5\x82\x38\xeb\x5b\xdf\x1c\x49\xcf\xe1\xd2\xd1\x39\x54\x9f\x49\xd1\xe5\x3c\xc4\x09\xf7\xe5\xc4\x8b\x1e\x1a\xe0\x45\xef\x8b\xfd\xaf\x37\x50\x3d\x6b\xd7\xc2\x4d\xa4\x6f\xe0\xaf\xcf\xf5\x51\x36\xb8\x70\x7f\x57\x59\xee\xa4\x71\xe5\xaa\x11\x42\xd5\xe9\xa9\xe5\x7b\xa9\x5f\xd4\x98\x00\x5e\x2f\xef\x3d\x9d\xab\xd2\x9b\x27\x70\x2e\x44\x33\x23\xce\x4a\xfa\x02\xa0\x72\x3c\xee\xa8\x69\x0b\x40\x31\x39\x2e\xae\x77\x12\x20\xf7\x28\x2e\x7c\x4a\x63\x40\xfa\x62\xdc\x99\x55\xdf\x81\xba\xf2\x71\xae\x3b\x5b\x00\xd8\x79\xac\x34\x8e\x9e\x44\x6c\xf6\x15\xca\xc4\x47\x5d\x1f\x13\x61\x71\x74\x0a\xa3\x4a\x51\xc4\x21\xfe\xee\xdb\x2b\xd4\xfd\x83\x4f\x72\x1b\x44\xeb\x6c\xb4\xf3\x37\xe0\x1f\x6f\x12\xee\xfd\xfb\x0a\xe7\xf6\xeb\x7a\x48\xec\xb5\x68\xce\x7f\xa5\xb5\x58\x42\xef\xb7\x93\x45\x9e\x94\x10\x8e\x2e\xf5\xa1\x79\x70\xc0\xd1\x8f\xbe\x3b\xa4\xd2\x3f\x81\x7e\x6b\x3c\xe7\x22\x7c\x73\xf8\x73\xf6\xb0\xe3\x3c\xcc\xe2\xd9\xbc\x8f\xc6\xec\x1c\xee\xb7\x83\x61\x14\x8d\x0b\xbb\xe2\xc3\x14\x57\x9b\x9b\x71\x94\x1f\x9a\xf5\x3d\x49\x75\x71\xf9\xdc\xd3\xaf\xf9\x1b\x3b\x45\x56\x9b\x94\xf3\x53\xa4\xba\xd0\xca\x24\x79\xc5\x78\xaa\x14\x27\x8f\x5c\x4a\x95\xf8\xe4\xbe\x5c\x79\xe8\xcc\xf6\x23\xf4\xf9\x33\x0d\x33\xe9\x2f\x9f\x56\x2d\xa2\xca\x61\xe2\xce\xcf\xa4\xc0\x13\x2f\xf4\xf5\x10\xf5\x2d\x0e\x08\x15\x93\x30\xa1\x1f\xc6\x6e\xa1\xff\xc1\x4e\xa1\xa2\x12\xe8\xc5\xed\x56\xe2\x01\xce\x67\xaf\x20\xae\x23\xb1\x33\xcf\x6b\xc7\xd6\xf8\xd2\xbd\xf4\x08\xaf\xad\x34\x1f\x42\x5d\x78\xbf\x98\x40\xb6\x8b\xeb\xc0\xb0\x3d\x74\xff\x7f\x5d\xf7\x03\xe4\xcf\xf2\x74\xae\x0f\x33\x3f\x20\xe6\x26\xcf\x07\x5c\x27\x65\x74\x31\xd7\x87\xe9\xbf\x8f\xf7\x95\xe8\x58\x7a\x9a\xf6\x21\x46\x53\x52\x29\x9f\xca\x36\xe5\xfd\x73\x80\xcc\x20\x2d\x5a\x99\x64\xa4\x76\xa2\x8e\x45\x19\x13\x85\x0c\xed\xec\x46\x6f\xe6\xcc\x6d\x5b\x28\xf2\x19\xf3\x22\x29\x03\xa7\x5f\x3e\x47\x23\x2a\xdd\xf1\x1e\x65\xaa\x0b\xaf\xde\x53\x1d\x47\xac\xe7\x9f\x14\x38\x88\xdf\xb8\x18\xc1\xee\x17\xe2\x52\xcd\xc5\x50\xc7\x01\x51\x07\xea\x58\xd7\x4d\x54\x8f\x8e\x3a\x1a\x48\xfc\x4b\x18\xe3\x9c\xdb\x4e\x2b\xae\x7f\xb4\x35\x60\x3f\xad\x9f\x7c\x92\x23\xa9\xea\x26\x72\x40\x6e\x76\x47\xe9\xe9\xcc\x72\x89\xa3\xf7\xaa\x43\x08\x7f\xde\xc3\x97\x26\x51\xde\xec\x75\x39\x85\xe2\x63\x99\x75\x9e\x74\x36\xf4\x9a\x5c\x24\xae\x54\xca\x8d\x73\x02\x92\x15\xb9\x16\xef\xd0\x96\xcf\x49\xed\x6c\x1b\x7b\xaa\x6f\x66\xc7\xce\x0f\xe0\xd6\x8f\x76\x6e\xd9\x96\x07\xb9\x92\x55\xfc\x59\xca\xe0\xd7\x47\xde\x7c\x06\xaa\xe7\xbf\xea\x4f\x33\x5b\xa8\xdf\x9e\x13\xfa\x7c\x9c\x11\x3a\x2d\x9c\x14\xfa\xc1\xfc\x95\x8b\xa1\x71\x13\x97\xb5\x99\xf2\x62\x8c\xd9\x76\xf2\x2b\xfc\x76\x08\x3d\x95\x5d\xe9\x5c\x17\xc7\x3f\x3d\xe2\x04\xe5\x81\x6d\x87\x28\x3f\x8a\x1c\xd0\xb2\xc9\x9c\x0b\x99\xf7\xe6\x14\xf1\x5f\xd3\xd5\xb8\x1e\xd0\xd8\x7b\xbc\x5e\x6c\xd7\xed\x1c\xd5\x87\xbb\xb7\xe1\x5c\x88\x45\xf1\x15\xda\x7f\x68\x6f\xe2\x3a\x0a\x38\x79\x4b\xa8\x77\xe7\xc5\x6a\x10\x89\x94\x57\xd0\x96\xde\x34\xf9\x85\xc3\xa9\xfe\x9d\x1f\x30\x97\x22\x75\x77\x84\x0f\xef\xe8\xe5\x18\x46\xe4\x59\x5e\x31\x57\x66\xc9\xcb\xbb\x41\x7e\xdc\x99\x5c\x46\x37\xf0\x6f\xf6\x67\x34\x4e\xae\x09\xf7\xfa\x33\xde\x72\x9b\xb6\x98\xdb\xe4\x7b\xdc\x9e\x12\xb8\x87\x04\x81\x23\x8b\xa5\xf1\x71\xb8\x2c\x98\xf6\x07\xfb\xa7\xec\xa1\x3c\x17\xe2\x7d\x90\x46\x63\x60\x24\xd7\x03\xda\xc8\x62\x69\x1c\xac\x09\x88\xa3\xf7\xe9\xca\x14\xae\x07\xe4\xe6\x95\x4c\x0b\x89\xd9\xeb\xce\xd2\x3c\x72\x52\xb8\x40\xef\x97\xd1\x53\x33\x89\x1b\xe9\xff\xe2\x32\xf5\x09\xb1\x0e\xb8\x4e\xe3\xa1\x85\xfe\x4d\xf2\xbf\xe1\xdc\x3c\x3f\xee\xff\x7d\x17\x6e\x1f\x35\x53\xa3\x8c\x5c\x14\xd5\x86\x66\xe8\xa3\x19\x83\x29\x53\x3d\xf2\x9e\x49\x3b\x98\xc7\x96\xde\xf4\x17\x8b\xd5\x76\x13\xdf\x50\x3c\x9b\x2b\x31\x3d\x4a\xbc\x4e\x0a\x4d\x85\x7b\x78\xe7\xa1\x42\xe9\x1f\xf4\xa6\xbe\x23\xd4\xf7\x73\x84\x7c\x79\x55\x78\xfe\x99\x42\xfd\xff\x5c\x19\xb7\x29\x03\xb9\xe5\xbc\x50\xc4\x1c\xce\x7f\x85\xba\x44\xd0\xf8\xde\x51\x7c\x94\x54\x68\xb6\x86\xf3\x3e\x51\xeb\x77\x9d\xa2\xaa\xb1\x27\x38\x0f\xb3\x6c\x32\xe7\x80\xe6\x15\x73\x3e\x60\xa6\x42\x06\x55\xdb\x27\xe9\x5f\xa1\xf1\x34\x22\x99\xf3\x5f\xfd\x7a\xdf\xa4\x3e\x12\x1d\x03\xee\xd0\x3c\x69\x16\x56\x40\x3f\xaf\x31\xbc\xf0\x06\xf7\xbf\x54\xc8\x93\x65\x39\x0d\xe8\x4d\x52\x76\xce\x82\x22\x59\xfe\x9d\x77\xfa\x7b\x91\x36\x8d\x9e\x48\x45\xaa\x3b\x8d\xb8\xf2\x62\x4e\xec\x55\xa4\xc6\xd1\x8c\x2b\xcf\xb9\x44\x79\xa1\x62\xe0\x63\xda\x09\x95\x1b\x7e\x9f\xc7\xe3\xc5\xfd\x2b\xb8\xc0\xed\x6d\x81\x87\xa8\xee\x87\xf3\x4e\x88\x8b\x50\x71\xbe\x40\xf7\x9a\xf6\xfe\x88\xa2\x59\xb6\xb3\x13\xf7\xdf\x7f\xfe\x09\x7a\x2f\xfa\xea\x27\x12\x2f\xe9\x1d\x7b\x96\xf4\xb1\x56\xaf\x4c\xa7\x7d\x98\x5b\x58\x26\xfd\x35\x97\x0e\x57\x49\xc5\x66\xea\xbb\x2c\x7a\x8a\x13\xae\xdd\x24\x2e\xcc\xee\x25\xf7\xbb\xa7\x47\x3e\xf1\x63\xed\x8e\x72\xdd\x10\xd3\xcc\x62\xca\xf6\xaa\x4f\xb9\xaa\x0b\xbf\xb1\x26\xf9\xef\xbd\x9a\x02\xbd\x17\xde\x59\x35\xa3\x71\xf0\xfe\x0c\x27\x7c\x3f\x75\xe3\x2b\xd9\xf7\xdf\x96\xd1\xca\xe6\xc3\xb6\x00\xea\xc4\xf4\x31\x80\xf3\x62\x1f\x1d\x32\x68\xfe\xbc\xcb\xbd\x4f\xdf\xff\x6e\xf4\x7b\x9a\xd1\x95\x42\x1c\x4a\x4f\x73\x2b\xea\xe7\x54\xc7\xa5\x76\x9f\x20\x8a\x4b\xa8\x5e\x82\x01\xcd\x83\x13\xbc\xff\xdd\xe6\x6e\x29\xb4\x7e\xf6\x39\xcf\x69\x2c\xcf\xb1\x5c\xf7\x6a\x69\xc0\x55\x7a\x7b\xb9\x4e\xe6\xbc\xdb\xcc\x94\x1b\xf4\x7c\x9d\x8c\xee\xd0\xba\x79\x54\x42\x01\xed\xbb\x07\x7f\x7f\x48\x7a\x12\x3d\xea\x3d\xa2\x6e\x3e\x6d\xf4\xf9\xa8\x35\xe9\x5d\x46\x7c\x9d\xaa\xf9\x4b\xee\x1e\xde\x95\x73\xfb\x23\x47\x86\xf7\xef\xf0\x32\xa6\x1d\x4b\x35\x07\x12\x3d\x4e\x13\x35\x74\x1f\x36\x0a\x75\xfb\x03\xbc\xef\x8b\x57\xb2\x50\xef\xbf\xc3\x39\x01\xbb\x57\x34\x8e\xc4\x7a\x7e\x55\x3b\x6e\xcb\xa3\x85\xb8\x08\x5c\x58\x51\xc8\x9f\xe2\x52\x9b\x83\xf2\xd5\xe7\xcf\xdb\xbb\xf8\x0a\xcd\xeb\x95\x29\x59\xe4\xaf\x9b\xa0\x93\xe2\xd2\xf0\x36\x7d\x7e\x86\x77\xc1\x0d\x3e\x1f\x84\x3e\x59\x59\x45\xe4\xd7\xc0\xb3\xa5\xf4\x7b\xba\x6d\x28\xa3\x7d\x4b\x9b\xc2\x17\xc4\x9d\x19\x07\x56\x51\x9e\x54\xd5\x7f\x4f\x5c\x45\x1d\xa9\xef\x42\x3c\x7e\xf2\x30\xd5\x1c\x88\xa0\x83\x32\x42\xd0\xbf\x98\x23\xdc\x8c\xf2\xca\xe7\x36\x58\xe0\x25\x8e\x09\x7a\x21\x19\x82\x1e\xc8\x7d\x81\x13\x12\x74\x62\x04\xe5\x8d\x4f\xc2\xfa\xaa\x5a\x0f\x45\xd4\x89\x11\x3a\xd8\x14\x1e\x95\x58\x7f\x81\x87\xd9\x34\xf3\x22\xad\x9b\xd6\xa5\xf3\x3e\x78\x9e\x54\x39\xfb\xd9\x1f\x6c\xc1\xee\xbb\xd4\xad\x65\xce\x42\x3e\xce\xa7\x5a\x15\x13\x17\x3b\x71\x18\x1f\xe7\x23\xb6\x3c\xa7\x71\xd4\xdf\x85\x8f\x77\xb1\x5f\x56\xeb\x94\x77\x44\x81\x35\x55\xfb\x46\x7a\x42\x6a\xb7\x84\x13\x8f\x31\xec\x77\x0e\x44\xe0\x5f\x3a\x0a\xdc\xc6\x10\x81\x7f\x99\x22\xf4\x81\x59\x36\x99\x5b\xb1\x3f\x8e\xd8\x0f\xe6\xa4\xc0\x7b\x88\x7d\x71\xf8\x93\x61\xec\xa5\xa0\x0b\xc2\xff\xd2\x6f\x7a\x28\x7d\xb9\x2d\x5b\xc7\x6a\xeb\x1e\xfc\x0f\xfe\xe3\x6f\x1c\x48\x4f\xa1\x8f\xc9\x6f\x1c\x88\x70\x9f\x73\xfa\x46\xe0\x73\x05\xef\x87\xf2\xfe\x29\xef\xfb\x50\x55\x01\xf8\xdd\x00\x5e\xd8\x4a\xd6\xa8\x40\xc5\x7d\x60\xff\x36\xa0\xa2\x1f\x10\xaf\x00\x3c\x3f\x08\xa4\xde\x00\xca\x36\x03\x39\x6b\xb8\xfe\xc7\xa3\x34\xa0\x72\x13\xf0\x65\x0b\x50\xba\x85\xff\xee\x02\xe1\x5e\xf3\x6f\xfa\x0f\xc2\x7d\xdf\xb3\x42\xdd\xf7\x8c\x50\x27\x3f\xd9\x9f\xdb\x04\x41\x9b\x43\xac\x7f\xfe\xc9\xff\xbf\xe9\x5f\xfc\xaf\xfe\x1f\x35\x38\x90\x48\x60\xec\x37\xe0\x87\x94\x64\x6d\x01\x7c\xde\x0d\xb8\xbe\x06\xde\x86\xf1\xbe\x0f\x2f\xcf\x01\x1b\x64\x80\x72\x3f\xc9\x5a\x15\x28\xfb\x04\x48\x76\x60\x4f\xbf\x00\xb1\xe6\xc0\x53\x39\x40\x32\x53\x9f\xdc\x02\x72\xfa\xf3\x7b\xee\xa5\x0a\x3c\x1e\x9f\xfc\x80\xe2\x67\xfc\x6f\xdd\x11\xfc\x15\x75\x40\x44\xfe\x41\xe4\x3f\xaa\xf9\x17\xc1\xff\xda\xf5\xdf\x7f\xe2\x1f\x9a\x3f\xe7\xb6\x76\x1f\x94\xbf\xf6\x43\x11\xc6\x45\x77\x81\xb9\xf8\x95\x03\xf9\xe2\x07\x38\xa5\x01\xef\xe6\x01\xce\xa3\x80\x57\x7b\x81\xe5\x69\xc0\x8b\x51\x80\x64\x7d\xf4\x7c\x3b\x10\xd8\x1b\x28\x75\xe2\xb5\xa8\xc7\x1e\xc0\x51\x59\xa0\x64\x2c\x70\xf6\x1a\x50\x62\x05\x48\x32\x73\x49\x47\xde\x03\xe5\x89\x2a\xf0\x59\xf5\xe7\x7d\x6f\xb1\xee\x5d\x3d\x0e\x1e\xfc\x37\xff\xc5\xfa\x3f\xfb\x0f\xfc\x47\x6d\xfb\x47\x0e\x24\x12\xe8\x37\x15\xf8\x76\x00\x18\x61\x02\x7c\xb2\x05\x26\xb9\x03\xaf\x36\x03\xb3\xf5\x81\x4a\x55\x60\x89\x25\x50\x2e\x03\xac\xb5\x05\x4a\x13\x24\x39\x0a\x90\xbc\x5d\x24\x3b\xb6\x47\x2a\xc0\x11\x27\x5e\xe7\x4e\x4e\xe6\xba\x1f\x92\x8c\x55\x94\x0d\x14\x7b\x02\x8f\x37\x00\x5f\xae\xff\xe4\x81\xb2\x84\xfa\x9d\xa8\x83\x52\xad\x7f\x60\xfd\xe7\xf1\xff\xb7\x7b\xf0\x7f\xf2\x5f\xbf\x17\xb7\x22\x07\xf1\x37\xfd\x8b\xdf\xe2\x21\x19\x17\x2b\x39\x07\xf2\xf5\x06\xaf\x73\xbf\xf9\x0e\x8c\xdb\x08\xbc\x6a\x0c\xcc\x48\x06\xca\x5c\x39\x2f\xf6\xe4\x02\xbf\xef\x5f\x5d\xef\x0e\x95\xac\xe5\x80\xfb\xc9\x80\x64\x87\x2a\xf9\xf8\x6c\x0e\x70\x2f\x13\xb8\x9e\x07\x3c\xd0\x03\x8a\xcb\x81\x87\x7d\x80\xcf\x4f\x7e\xea\xa1\x54\xeb\x1f\xd4\xe7\x56\xec\x7f\x22\x3e\xff\x58\x03\x6e\x45\xfe\x21\xba\x5e\x4d\xff\x7f\xe5\x1f\x9a\xd4\xd2\x2d\xf8\x1b\xff\x51\xdb\xea\xba\xfd\x12\x47\xa1\xde\xff\x55\x19\xb0\x71\x01\x3e\xec\x02\xfa\x9d\xe4\xf3\x60\xb4\x02\x50\x3e\x84\xf3\x0f\x25\x7b\x80\xf9\x73\x81\xe2\xd1\x80\x87\x2e\x50\xb8\x05\xd8\x94\x02\xdc\xdb\x0e\xec\xee\x0b\xdc\xed\x03\x1c\xea\x00\xe4\x2d\x00\xce\xdc\x04\x6e\xbb\x00\xd7\xfc\x81\x5b\xa9\xc0\xc3\x06\x92\x55\x33\xf0\xde\x07\xc8\x16\xfa\x81\x64\xb4\xac\x39\x0f\x44\xfe\xe7\x88\xd0\xc3\xaa\xba\xef\x89\xd0\x3f\x43\xe4\x1f\xc4\x3a\x78\xc8\xa0\x9f\x71\xa8\xed\xff\xdf\xfa\x9f\xfc\xc6\x83\xfc\x12\x8f\x1f\x83\x81\xe6\x25\xc0\x47\x63\xa0\xfd\x22\x3e\x0e\x7a\x59\x02\x15\x2b\x81\x61\x2a\xc0\x93\x06\xc0\xa4\xfd\x40\x51\x7f\xc0\xb9\x0e\xf0\x60\x28\xb0\xa2\x12\x28\x98\x04\x6c\x34\xe7\xfe\xed\x9a\x04\x48\x56\x67\xd1\x2e\xc0\x0d\x0f\xe0\xf4\x3c\x40\xb2\x6a\xb9\xde\x02\xc8\x0d\x03\x8a\x37\xf1\x5c\xf1\xee\x20\xef\xa1\x43\xf3\x40\xa8\x57\x9f\x8a\xad\xf5\xfc\xdb\xd4\x7c\xee\xe1\xe7\x6a\xfa\x1f\x2c\xf4\x9d\xda\xf1\x4b\x9e\xac\xed\xbf\xc8\x7b\x88\x7c\x83\xc8\x03\x88\x1f\xd7\xd6\xbf\x90\xfc\xfc\x0f\x4f\xc0\x30\x9e\x73\x2f\x92\x71\x21\x59\x45\x74\x49\x01\x9e\x1a\x00\x03\x72\xb8\xce\xd1\xd8\x49\x9c\x01\x94\xe4\x89\xbb\xef\x80\x65\xb6\xc0\xad\xb3\xc0\xfa\x6e\x40\x76\x15\xb0\x63\x1b\x90\xb3\x99\xc7\x21\x4b\x15\x38\xad\x0a\x64\xd5\x01\xb2\x66\x73\xee\x41\xf2\xde\xbc\x16\xcd\x59\x3b\x31\x1f\x8a\x1c\x90\x38\xff\xa3\xce\xfd\xf9\xb9\xef\xfa\xca\xad\xc8\x01\x6c\x17\xb8\x10\xff\x5b\x3f\xe3\xf0\xaf\xfb\x80\xfc\x41\x17\xe4\xc7\x16\x40\x6e\x00\xf0\x49\x19\xd0\xb4\x00\x5e\xf5\x96\xac\xa1\x39\xf7\xd1\xfe\x38\x50\x1c\x0b\xd8\x06\x00\x0f\x52\x81\x91\xc3\xf9\x73\x9f\x6a\xce\x35\x70\x24\x79\x22\x7b\x35\xb0\xf6\x10\x70\xad\x33\xb0\x5d\x0e\xb8\x32\x9f\xeb\x82\x5c\x76\x05\xed\xec\x32\x37\xf2\x18\x48\xde\x87\x92\x58\x66\xaa\xf2\x3c\x99\x22\xe4\x07\x51\xff\x27\xc6\x49\x78\xee\x02\xff\x21\xf2\x3e\xa2\xdf\x3b\x2c\x6b\xfa\xbd\x45\xc8\x23\x1b\xd9\xcf\x38\xfc\xbf\xf9\x0f\xf7\x9f\xdc\x43\xd5\x0b\x40\x3e\x04\xa8\x88\x02\x74\x7a\x01\x25\xdb\x01\xb3\xe1\xbc\xe7\x91\x64\x5c\xe4\x15\x03\x76\x4d\x80\x1b\x37\x39\xff\x20\x79\xc6\xae\x83\x80\xcb\xaf\x01\x2f\x4f\xe0\x92\x06\x5f\x47\x5c\xd8\x00\x1c\xac\x0f\x9c\x8b\x00\x12\x4b\x80\xb4\x7e\xc0\xb5\x7e\x5c\x43\xe8\xb1\x25\xcf\x9d\x5f\x6c\x7e\x72\x40\x87\x3c\x6b\xfa\x1f\x82\x3f\xfb\x5d\x9b\xfb\xf0\x11\xc6\xcd\x3f\xf2\x0f\xff\xc4\x01\x08\xdc\x07\x57\xd7\x03\xde\xcd\xe0\xb6\x92\x6f\x0e\xe8\xfd\xae\x1c\xc8\xfd\x37\x74\x02\xf2\x3b\x03\x56\x7d\x80\x5c\x27\xbe\xce\xba\x7a\x11\x18\xd3\x07\xc8\x2c\x05\xe6\x78\x02\x17\xb6\x03\xab\xa5\x81\xd4\x50\x60\x6b\x01\x70\xd6\x0c\x38\x90\x0b\x9c\x9e\x03\x9c\xcc\x07\x12\xe7\x00\x57\xc7\x02\x92\xb5\xf3\x23\x77\xe0\x84\x37\xf0\x71\xe7\xcf\xf7\x9f\xe8\xbf\xc8\x3b\x89\xbc\xcf\x16\x63\x6e\x7d\x85\x9e\x6c\xeb\xac\x6b\xfa\xed\x39\x96\xdb\x95\x73\xff\x21\x0e\xff\x50\xff\x16\xfd\xff\xb8\x9e\xdb\x97\xc6\xdc\x3e\x4d\xe1\x96\x6e\x9d\x64\x03\x79\x7e\x80\xc6\x18\x20\xb7\x3e\xd0\xfc\x22\x70\x75\x04\x60\xf3\x02\xc8\x78\x01\x0c\x1f\x07\x9c\x1b\x0d\x4c\x37\x01\x52\x64\x80\xe5\xeb\x81\xc4\xaa\x3a\x17\xb7\xd4\x05\x8e\x17\xd4\x9d\x1d\x6e\x0e\xc4\x2d\xac\x37\xf7\xc4\x19\xe0\xe8\xa3\x7a\x57\x2f\x57\x01\x87\x5d\xa5\x87\x3e\xdc\x0e\xc4\xf8\x4a\xeb\xbc\x6f\x0c\xec\x77\x92\xa6\x73\xe7\xe0\x60\x69\xba\x9f\xe6\xef\x21\x5d\x8f\xfc\xfe\x2a\x4d\xf7\xaf\xd6\x4e\x97\xa2\x73\x68\xaf\xcb\x52\xfb\x25\x76\x75\x61\x1d\xea\x67\xbd\xe2\x73\x1d\x3a\xb7\x5f\xd2\x8e\xfb\xb4\xa8\xe1\x2f\x71\xf8\x17\xfc\x43\x6d\xff\xb9\x0a\x23\xd7\xf2\x91\xfc\x57\x24\x9c\x36\xe6\x09\xa7\xaf\xd9\xf7\x80\xfa\x43\x80\x8b\x29\x32\xb6\xfa\x2d\x80\xb4\x2d\x0a\xaa\xed\x24\x73\x5e\xa9\xc1\xe3\x81\x8e\xc0\xf1\xfe\xaa\xef\x1d\xdd\x81\xd8\x33\x1a\x9a\x8b\xc2\x81\x43\x7e\x9a\xcf\x7c\x87\x02\x91\x07\xb5\x74\xf6\xf4\x04\x0e\xd8\x69\xa9\xc7\xad\x04\xf6\xdd\xd7\x1a\x92\xf1\x06\xd8\xdb\x42\x6b\x54\xc1\x08\x20\xd4\x49\xcb\xff\xb5\x09\xb0\xb3\xb9\x16\x7f\xee\xee\x0d\xd7\x4a\xec\xfa\x36\x9a\xc4\xb5\x78\x56\xa9\x6f\xa6\xe7\xbc\x50\x85\x74\x60\x96\x29\xa9\xd0\xf9\xed\xe2\x26\xca\xa4\xf7\xbd\x60\x91\xc2\x0b\x89\x9d\xb7\x48\x3e\x43\x62\x9d\xdb\xcb\x5e\xf9\x57\x71\x28\x13\xfc\x17\x6e\x19\xbe\x44\x1d\x3a\xaf\x28\xb5\xae\x4f\xf5\xec\x82\xb3\x0d\x68\x57\x7c\xcb\x4e\x8d\xce\x9f\xae\x46\xab\xd2\x3e\xfb\xdc\x21\x4d\x3a\x2d\x49\x9a\xa9\xd3\x57\xf3\x2e\x10\x37\x4e\xb7\xb8\x55\x8b\xba\xc1\x31\x23\xf5\x93\x7a\x9c\x91\xbe\x74\x40\xca\x20\x7d\xf4\x00\xd9\xca\x3d\xa3\x0c\x47\xce\xad\x23\xf7\x3a\xd8\xcb\x70\xac\xa7\xae\xc2\x81\x20\x15\x43\xf5\xa0\xfd\x8a\xf7\xb7\x2d\x31\xac\x1b\x9d\xa7\x54\xbe\xd9\xdb\x20\xea\xec\x90\x06\x1d\x36\xda\x18\xcc\xb9\x59\x47\xe9\x93\x6f\x2b\x83\xe3\xcf\xfb\x29\x8d\x5c\xaf\x65\xe8\xc2\x98\xc2\x55\xf7\x9d\x86\x81\x8c\x29\x68\x2d\x6d\x6e\xd8\x93\x31\x79\xad\x05\x97\x0d\x3a\x31\x56\xff\xbc\x4b\x9c\xbe\x1f\x63\xb2\x85\x73\x0e\xeb\xc9\x33\x26\xe3\x3a\xc3\x4b\xf7\x1b\x63\x32\x5a\xd3\x02\x74\x2d\x18\x93\x1e\x3a\x25\x5f\x47\x9a\xb1\x7a\x2d\x9d\x3a\xe8\x0e\x63\x4c\xda\xe8\xaf\xfe\xf7\xe3\xf6\xc3\x4d\xd0\x39\x42\xb9\x96\x02\x9d\x8a\x14\xcf\xd6\xe2\xfc\x47\xa1\x2e\xd5\x33\xb2\x8d\x9a\xd0\xae\x38\xf3\x82\x09\x9d\xcf\xa5\x78\xb7\xa4\x91\x91\xb0\xde\x4c\x56\x62\x63\x52\x5a\xdb\x2a\x46\x00\xfb\xca\x5b\x5f\x34\x5a\x21\xed\x1d\x1c\x64\xf1\xb8\xc3\x34\x85\x06\xfe\xac\x75\xf7\xc1\x7b\x95\x3e\x6f\xcc\x6b\x6d\x3c\x45\x55\x25\xca\xa7\xad\x45\xec\xd2\xcd\xea\xd2\x5e\xcd\x2c\xe4\x37\x7d\xd4\x78\xb9\x2a\xcb\xdc\x37\xfc\x40\xc3\x09\xcb\x57\x98\x25\x9c\x9a\xdf\xf0\xf9\x92\x8b\x66\xce\xd7\xd6\x6b\x69\x2f\x8a\x31\x1b\x5b\x7c\xad\xe1\x24\xb7\x81\xe6\x03\xbe\xb6\xd2\xb8\xe1\x72\xca\x2c\x8b\x31\xb5\x88\x19\x1f\x5b\x3d\x65\x4c\xe5\xf8\xe4\xf2\x96\x7b\x19\x6b\x50\xe6\xb8\xb4\xf9\x61\xc6\x94\x3a\x38\x74\x32\x2d\x63\x4c\xe1\xe9\xc4\x51\xa6\x9d\x18\x53\x68\x3f\x26\xb7\xa9\x15\x63\xf2\xf5\x46\xef\x33\x8e\x62\xac\xfe\xd7\x11\x17\x9b\x28\x31\x26\x7b\xf8\x37\xff\x85\xf1\xfd\xe1\x81\x1c\x9d\x33\x3f\x37\xd5\xa4\x73\xe8\x22\xe1\x94\xe4\xf6\xd4\xe6\x74\xba\x7c\xcd\xd2\x8a\x3e\x71\x3e\x8d\xf3\x2f\x49\xe3\xba\xd0\x29\xea\xb1\x27\x5d\x17\x4b\x6c\x44\xef\xee\x74\xde\x1f\xb2\xb2\xa7\x5b\x1d\x06\x04\x7c\xb6\xfd\xac\x5d\x2a\xa5\xbf\xa1\xaa\xe7\x42\x0b\x29\x05\x19\x8f\x57\xdd\xe7\xf6\x7a\xa2\xd6\x60\xb9\x5e\xb7\x82\x71\x56\x9a\xf3\x16\x3e\xeb\x5a\x3c\xbf\x75\x23\x7b\x97\xce\x36\x2f\xd6\x59\x35\xbe\x34\xeb\x6a\x97\x94\x90\xe3\xba\xcb\xa6\xf5\xef\xa2\x75\x6c\x93\x9e\xfb\xe4\x64\xeb\x51\x99\x86\x7a\x85\x8e\xcb\xad\x5b\xdc\x57\xd7\x9b\xeb\xd0\xcc\x7a\xe9\xdb\x87\x3a\xc7\x26\x38\x58\x77\x65\xac\xd1\xf7\xd1\x05\x9d\x0c\x18\x6b\xa8\x65\xef\xd4\xfe\x23\x63\xea\x47\x86\x8d\x6b\x37\x93\x31\xd5\x4a\x91\xf3\x18\x3c\xb4\xcd\x15\xc6\x94\x17\x0d\xb4\x6d\x7d\x80\x31\xa5\x3b\x03\xfa\x98\x07\x30\xa6\xe8\xd7\xcf\xdc\x2c\x92\x31\x85\x53\x3f\xdf\x03\x9c\x03\xf9\xa0\xa7\x44\xf6\xf9\x6c\x1d\xaa\x63\x3c\x70\x68\x46\xe7\xd8\x77\x66\x73\x7f\xaf\xe8\x73\x15\xdd\xb4\xc5\x3d\xa8\x3e\x73\xaa\xb8\x2f\x9d\x8e\x1d\xf6\x1a\x44\xa7\x27\xfb\x57\xd8\x71\xdd\xef\xeb\xc3\xa9\xca\xb0\x29\xcb\x9e\xee\xc7\xae\x89\x1b\x75\x5a\x25\x16\x58\x1e\x69\xff\xa1\xe9\xe3\xfa\xf3\xe7\xfb\x0f\x8f\xea\x62\xaa\xe2\x39\x7d\xc5\xd0\x61\xc3\xe4\x1b\x39\x3b\xbc\xb2\x6b\x3c\xe3\xb8\xce\x9b\xb1\xf7\x06\x6f\x5f\x6d\xad\x1f\x67\xbf\x7a\x50\x50\xe0\x68\xc3\x77\x43\xed\x06\x8e\x8e\x7e\xd4\xa4\xcd\x60\x9d\x01\xeb\x52\x63\x9b\xe4\x0c\x38\x38\x40\xe9\xf6\xed\x26\xb3\xfa\x1f\x1f\xd0\xf0\x45\xa1\xe1\xfe\x7e\x0f\xfa\x57\x31\xa6\x37\xa0\xcf\xed\x3e\x33\x19\x6b\x3c\xdf\xd6\xb6\xd7\x56\xc6\xb4\xfc\x7b\x9c\xec\xd1\x8c\x31\xcd\x0e\x5d\x1f\x77\xad\x62\x4c\xed\x7d\xd7\xe4\xae\xca\x8c\xa9\xad\xb3\x99\x68\xdd\x9f\x31\x95\x03\x5d\x06\x74\x7e\xcc\x98\x4a\xcb\x4e\x8f\x3a\x66\x33\xd6\x60\x2b\x63\x52\x74\x7a\xf3\x81\x29\x93\x3f\x65\x1c\x03\xc2\xfd\x24\x4b\xca\x84\x37\x5e\x58\xd3\xed\xb8\x8b\x95\xbd\xc8\xaf\xb3\xfa\x9c\x0b\x38\x11\xc7\xb9\x88\xc3\x63\x46\x53\x9f\xe7\x70\xc5\xb1\x74\x4e\xbf\xd3\x71\x22\xd5\x69\x36\x05\x39\x52\x7f\x77\x0f\xaf\xc9\x34\x7f\x16\xc6\x4d\x7b\x2f\x6d\x02\xcc\x19\x3a\xdd\x54\xaf\x61\x3d\x1f\xc7\xc0\xa9\x4a\x6d\x07\x28\x0d\x19\xd5\xd3\xe9\x69\xff\xd7\x9a\xe3\x87\xcc\x76\x9c\xe4\x98\xa4\x9d\xd3\xaf\xd0\x61\xc1\xd2\x05\x3a\x89\xb6\xba\x93\xae\x6e\x59\xa6\x5b\xd2\x7d\xe8\xc4\x92\x83\xa5\x7a\x23\x6d\x86\x4d\x9c\x93\xac\xaa\x67\x6a\xbd\x63\xc2\x91\x1b\x9b\x75\xdd\x3b\xaf\x9c\x90\x53\xd6\xbd\xf1\xb3\xce\x4b\x27\x6c\x61\xac\x91\x55\xa7\x46\xa3\x4b\x18\xd3\x2c\x69\x7f\xc3\xbe\x31\x63\xea\xe3\xda\x3f\x1f\x3a\x8c\x31\xb5\x35\x6d\x0f\x0e\x9e\xc4\x98\x8a\x5b\x5b\x9f\x01\x6f\x18\x53\x2e\x6a\xab\xd0\xef\x3e\x63\xca\x2d\xdb\xdc\xef\xfd\x91\x31\xa5\xb7\x96\xad\x7b\x3d\x65\x4c\xf1\xc4\xc7\x1c\x4d\xaa\x63\x3d\x1f\x6f\xca\xfd\x4f\xee\x48\x19\x31\xd7\x85\x73\x30\x99\x56\x9c\x73\x4a\x3e\x3a\x82\xaa\xaa\x09\x5b\xc7\x11\x1f\x78\x28\x60\x12\xd5\x2d\xf6\xdd\xe4\x3a\x21\x3b\x03\xb8\x6e\xc2\xe6\x29\xbc\x7f\x8c\xe7\x68\xce\x49\xb8\x65\xcd\xa7\x4c\x3b\x2d\xc8\x8d\x4e\xd9\x26\xcc\x58\xdc\x49\xe3\x38\x30\x4c\xca\x4d\xba\x65\xb1\x5c\x40\x9f\x7a\x0b\x3a\xf4\xf4\x53\x1d\xd0\x6d\x82\xeb\xae\xf1\x5a\xea\xd7\x3b\x3d\x75\x55\x58\xb8\x52\xb3\x65\xbb\x4d\xf3\x97\xf9\x79\x34\xd4\xb1\x7c\x30\xef\x58\x78\xbb\x86\xad\x2d\x3a\xce\x53\x4e\x3c\xa1\x59\x61\x36\xc1\x25\x2d\x7b\xaa\xa6\x71\xab\x35\x2e\x5d\x9e\x3c\x50\xbf\xd6\x6a\xb9\x4b\x5f\xc6\x54\x07\xb4\xec\x37\x4b\x9e\x31\x65\xaf\x16\xad\xa6\xf8\x33\xa6\xf4\xb0\xf9\x01\x87\xbb\x8c\x29\xbe\x6f\x3e\x7b\x7c\x2e\x63\x8a\xd6\xcd\x4d\xc6\x5e\x67\x4c\xe1\x92\xe9\xd5\x51\x73\x19\x93\xdf\xd0\xcc\x64\xc4\x2d\xc6\xe4\xa7\x35\xbb\x35\xac\x1e\x63\xf2\xd3\x45\xfe\xeb\xc1\x4a\x1b\x07\x9e\xf7\xfb\x11\xef\x70\xd9\x65\x38\x9d\x02\x9f\xdd\x34\x9e\xb8\x80\xe3\xe6\x8e\x74\x2f\xef\xd0\xd6\xe9\x14\x87\x7d\xd1\xb3\xc9\xef\x9d\xd6\xf3\x74\xe8\xf9\xc7\xf3\xbe\x39\xde\xc5\x8b\xe8\xb4\x70\x49\xf1\x32\xca\xaf\xb3\x34\x56\xd2\xb9\xef\xd8\x5d\x1e\x74\xcf\x6d\xc0\x22\xef\x53\xf5\xed\x80\x1e\x75\xbd\xb5\x8c\xa2\xa5\xbd\xdb\x3b\x79\x1e\xb4\x36\x51\x34\x6d\xed\xeb\xe9\x3f\x72\x98\xd2\xaa\x96\x5b\x3c\xad\x5d\xe6\x37\x68\x6b\x7a\xca\xe3\x96\x4f\x8b\x06\x41\xc6\x29\x1e\xdd\xf6\x5c\x68\xb0\xc8\x68\x96\xfb\xbd\x13\xbe\x4a\x37\x0d\xe5\xdd\x7b\x5d\xdb\xad\x24\x67\xa0\xb3\x3a\xb1\xc4\x4d\x21\x44\xff\xd5\xea\x93\x3f\x3e\xc8\x79\x1b\x68\x2e\x95\x63\xac\xfe\x0b\xfd\x46\x0b\xbc\x18\x93\x8d\xd6\xf5\x73\x09\x62\x4c\x46\x45\x4f\x6f\xd6\x70\xc6\x64\x2c\xf4\x62\x67\xa8\x30\x26\xb3\x58\xf7\xc6\x54\x67\xc6\xa4\x43\x75\x73\x1d\xfb\x31\x26\x3d\x4a\x77\xcc\xc4\x2a\xc6\xea\xdd\x12\xf5\x8f\x6e\xbc\xe5\xcf\xfd\x52\xc4\x28\xaa\x5f\xa5\x6e\x11\xf4\x7f\xd6\x4f\xa7\x53\xf5\x23\x0d\x9c\xc9\xaf\xf0\x2b\x0b\x48\x3d\x3c\x78\x20\xb9\x8d\x2d\x36\x9c\x0b\x59\x7b\x6f\x15\xcd\x93\x65\xa7\xe9\xb8\x1a\xce\xf1\xfc\x16\xae\x63\x0f\xae\x23\x60\x57\xec\x47\xa7\xa8\x9d\xfb\x6e\xa5\x71\x61\x19\xb6\xed\x9c\xb6\x02\x60\x6a\xb6\xd5\xd9\xaa\xa5\x4c\x82\xe1\x8f\xad\x1b\xed\x4c\x64\x3e\xea\xf5\xdb\x6a\x3f\xcb\x47\x26\xa9\xb1\xf7\xd6\x3e\xde\xa6\xd2\xa7\x1b\x7d\xdf\x6a\x18\xb2\xaf\xee\xed\xc6\xf2\x5b\xcf\x24\x78\x02\x8d\x34\xb7\xec\xbd\x62\x0f\x68\x7e\xde\x7c\xea\xd1\x3d\x40\x63\xf1\xa6\xf7\x5f\x43\x00\x55\x03\x1f\x5a\x4f\x29\xf9\x7a\x1e\x93\x58\x05\xed\x95\x09\x12\x2b\x3f\x70\xe9\x02\x89\xad\x7f\x74\x11\xf5\x12\x94\xbf\x32\x9f\xee\xf3\xd6\x0f\x71\x6e\x4d\xd6\x6b\x16\xe9\x05\xdc\x12\x6e\x53\x8b\xfd\xbf\x52\xee\x4f\xa6\xaa\xc9\x71\x36\x9b\x4e\x8f\x0f\xad\xe7\x5c\x40\xf8\xf8\xc5\xb4\x4e\x08\xd1\x5e\x41\x5c\x83\xbf\x3e\xd7\x4b\x58\x6f\xe8\x4d\xe7\xf1\xab\xf5\xb9\xbf\xae\x93\x7d\x29\x9e\xd3\xd3\xb7\x50\x75\x6a\x8c\x06\xbf\xad\xdf\x57\x65\x3b\x55\x27\x5a\x7f\xda\x45\xfa\xef\xba\xf7\x42\x1f\x28\x2c\x01\x1a\x59\xee\x59\xd6\x52\x0e\x50\xb7\xd8\x33\xa9\xef\x1e\x40\x39\x68\xcf\xa8\xc9\x85\x80\xe2\x96\x3d\xd2\x2b\xdf\x00\x72\xd2\xa1\x4f\x83\xc2\x01\x99\xb8\x50\xa9\xc3\xaf\x80\x7a\x83\x76\xdb\xa6\x87\x00\x52\x33\x42\x0c\xef\xfb\x4b\x1e\xc8\x2e\x9f\x77\x74\xcf\x3b\x48\xa8\x5b\x6d\x16\xea\x7a\xeb\x85\x8e\xea\x6b\xb8\xce\x7f\x3b\x8f\x61\xfc\xe3\x55\xc2\x7d\xff\x65\x42\xdd\xcf\x8d\xea\x17\x97\xbb\x8e\xa7\x7c\x9e\xe6\x35\xbd\x37\xcf\x7f\x2e\xf4\x7c\x63\x9b\x2e\xa1\xf9\xb1\xdf\x92\xf7\x85\x0a\x19\xc4\x9f\xb3\xff\xb9\x35\xb4\xa2\xf4\x2d\xe4\xfe\x7a\x62\x13\xef\x03\x63\xb7\x95\xaa\x91\xb3\x73\x02\x68\x85\x39\x49\x7f\x3b\xe5\x8d\xa1\xaf\x77\x77\x93\xd8\xae\xf3\xf7\x52\xbd\xa3\xd9\xdc\x03\xf4\xfb\x15\x11\x4d\xe3\xab\x9e\x74\x8c\xba\x2e\xbd\x99\x62\x5c\xac\xa9\xd2\x17\x5d\x31\x8e\xde\xbc\xd1\x89\x8b\xa8\x92\x1c\xdd\x6a\x2b\xd5\xb1\xa2\x9e\x45\x11\xc1\x1b\x39\x29\x8d\x22\x1b\x31\x2f\x9f\xfe\xf2\xc1\x4d\xaf\xa9\xb2\xb6\x4f\xa8\x53\xed\x12\xea\x14\x81\xc2\x7d\xff\x9a\xba\x1f\xc0\xfa\xbd\x35\xe2\x03\x0f\x1a\x27\x69\xaf\x66\x50\x3e\x4f\x3a\xc4\xfb\x23\xc5\xb6\x5c\x41\xb7\x49\x23\xce\xba\x53\x1f\x93\x50\xd7\xb5\x44\x59\x6c\x37\xf3\xa5\xe7\xeb\xb7\x7e\x53\x3c\xcf\x03\xfe\xf4\x9e\x5c\xaa\x11\x44\x79\x75\x7e\x53\xde\x47\x64\xda\x88\x50\x9a\x1f\x63\xac\xc3\x88\x2f\x1e\x30\x9c\xf7\x53\xe9\x50\x18\x4d\xeb\x30\x23\x8b\xa3\x54\xf7\x90\x31\x8d\xa7\xee\x0d\x40\xc2\x87\xc6\x54\xc7\x49\xd8\xd3\x99\x46\x64\x42\x9f\xd1\x5c\x91\x69\xd8\x02\xf2\x37\xfe\xce\x46\xba\x71\x1e\xbf\xe2\x00\xd5\x39\xe2\x2e\x25\x53\x05\x3e\xb6\x98\xf7\x03\x89\x2d\xe6\x15\x93\x23\x42\xdf\x87\x83\xc2\xbd\xff\x30\x41\x49\x7e\x97\xd0\x51\x7f\xc7\x06\x6e\xfd\xdd\x85\xf8\x08\xf5\x6e\x3f\x29\x89\x4d\x2c\x59\x48\xb7\x64\x8f\x8d\x5e\x4d\xcf\x37\xd2\x9b\x57\x97\xf7\xc2\x97\xe6\xc5\xf6\xa2\x4d\xb4\x8e\xda\x62\xe9\x4f\xff\xca\x75\x6a\x02\x07\xa4\x11\x42\x75\x9f\x85\x9e\x9c\x7b\x9a\xad\xcf\xf5\x61\x1c\x3c\x0f\x52\x15\x76\xd8\x2d\x5e\x2f\xef\xb9\xe0\x08\xd5\xf7\x5a\xbf\xe2\xb7\x6e\x1b\x17\x9e\xa4\x81\x55\x67\xf6\x19\x61\x67\x92\xa2\xa1\x3d\x84\x5b\xae\x83\x71\xa6\xd2\x9e\x2a\x3f\x67\xbe\x71\x85\xaa\xe4\xc4\xf5\x54\xa7\x4a\xde\x1b\x46\xa4\xea\x99\xed\x89\xe4\xff\xe9\x0b\xd9\xa4\x93\x72\xba\xf4\x39\xbd\xea\x13\x33\x79\xdd\x3f\x4e\xe0\x1e\x62\x96\x08\x71\x11\x9e\xbf\x38\x5e\x42\x05\x0e\x62\x97\xbc\x30\x6e\xa8\xce\x23\xea\x20\x45\xbb\xac\xa7\xe7\x1c\x66\xb7\x89\xd6\xc3\xc1\xb6\x9c\x7f\xda\xe6\xb2\x83\xf8\x17\x9f\xa7\xbb\xac\x79\x1e\xe0\x1c\xd0\x52\x81\x0b\x71\x89\x8d\x20\xce\x65\x8a\x57\x34\x3d\xd5\x31\x01\x47\x69\xfc\x0f\xb2\x8c\xa3\x3c\xd0\x55\xff\x04\x7d\x5f\x4b\x8f\x24\x9a\x7f\x9a\x09\x67\x43\xb9\xff\xe9\x4d\xb8\xcd\x9c\xd2\x90\x32\x6a\xc6\x69\xae\x83\x91\xb1\x61\x28\x75\x24\xc9\x54\x9d\x43\x23\x34\x43\x99\x67\xdc\x8c\xe9\xbb\x69\x25\x9b\x51\x3f\x81\xbe\x9e\x5e\x72\x85\xf3\x31\xfd\x4b\x88\x30\xb9\xd0\xf0\x0b\xe7\x1c\x84\xfe\x1e\x62\xdf\x17\x91\x8b\x39\x2c\xf4\x3f\xa9\xcd\xc5\xf0\x71\x73\xe8\x99\x2f\xd5\x5f\xc3\xe5\xb6\x50\xbe\x0b\x1e\xc1\xf9\xbe\x00\xc3\x60\x5a\x47\x6d\x3c\xb5\x87\x28\x94\x35\x01\xbc\x8a\xb6\xbc\x94\xf7\xc5\x5a\x30\xee\x10\xd5\xaf\x67\xbd\x8b\xa5\xf9\xe1\x30\x24\x8e\xe2\x31\x72\xf4\x49\x7a\x1f\xf4\x7d\x98\x44\x55\xfb\xce\xb2\x67\x69\x7d\x6a\xea\x7e\x8e\x74\x40\xd4\xd7\x5c\x14\xf4\x2f\xae\x09\x7d\x40\xb2\x26\x6b\xd2\x4f\x5e\x2f\xb7\xa2\x99\x74\x3d\x61\x08\x11\x99\x59\xd3\x67\x90\xbf\x59\xf9\x3c\x33\x65\x6d\xdb\x49\x33\x2c\x2b\xf1\xd8\x4c\xb2\xad\xf9\x6f\xba\x6e\xf5\x90\xf3\x1f\xe1\x1f\xe9\x6c\x24\x53\xc8\x0f\xa9\x42\x1e\x3c\xdd\x9b\x5b\x91\x17\x12\xc7\xcb\x61\x21\x4e\x9c\x8b\x39\x38\x90\x8f\xf7\xdd\x91\x9c\x2e\x08\x14\xb8\xaf\x4d\xf5\xc3\x9e\xd3\x3c\x28\xe5\x54\x92\xc8\x01\x2d\x9e\x72\x94\xf2\x9c\xb3\x4d\xdc\x1d\x1a\x07\xc5\x9c\xca\x18\x1f\x70\xfa\x22\xcd\x07\xf5\x14\x8a\x43\xaf\xbc\xf3\x54\xa5\x6e\xff\x28\x93\xfe\xb5\x4d\xd3\xb9\x4e\x8a\xf2\xda\x2c\x03\xee\xff\x4d\x61\x27\x73\x67\x9b\x46\x73\xb2\x1b\x5a\x53\x27\xbe\x3b\x6a\x03\x69\xa5\x91\x67\x39\x95\x73\x2f\x96\x2b\xe9\x6c\x23\xbf\x5e\x10\x91\xff\x79\xb1\xbc\xee\x9f\x17\xcb\x09\xab\xdb\x71\xf9\x44\x2a\xdc\x8a\xe2\x0a\x0b\x39\x82\x0e\xcc\x65\x61\xfc\xa7\x0b\x3c\x4c\x9a\xa0\x30\x70\xc6\x9c\xdb\x53\x42\xbe\xe0\x5c\x4c\xd8\xba\x5d\x94\x7d\x76\x14\x73\x0e\x68\x5b\xf7\x08\xa2\x6c\x36\x0c\xe3\xf3\xbb\x9a\x03\x3a\x9a\x40\xb4\x9e\xab\x0b\xd7\xcb\x98\xad\x9f\x4c\x59\xde\x09\x29\x59\x7c\x3e\x9c\xa3\x3a\xf8\xa0\xaa\x74\x7a\xce\xdd\x95\x2e\x11\x0f\x60\x59\x75\xfd\xa8\xc4\x36\xd9\xc6\xeb\xe5\x0d\x0c\xef\x34\xe5\xfe\xdf\x13\xe6\x47\xe1\x12\x15\x8a\x54\xe1\x2a\x73\xca\xb0\x45\x1a\xfd\x69\xfc\x17\xf5\xe3\x05\xf1\xa2\xe8\xa5\x94\x17\x0b\x9f\xf9\xf3\x1d\x9f\x57\x14\x71\x0f\x45\x76\xa9\x14\xd1\x22\x9d\x3b\x34\xa3\x0b\xb5\x5e\x52\x5e\xb9\x27\x70\x41\x37\x85\xf7\xc3\xf5\xf2\x5a\x71\x11\x38\x3a\x91\xa3\x4a\xd1\xa3\xf3\x9c\xd7\x9c\xeb\xf4\x2f\x8d\xa6\x75\x93\xdf\xa2\xd8\x36\xa8\xc9\x01\xd1\xd7\x17\xc5\x9f\xa6\xec\xe4\xd2\x3a\x95\xb2\xda\x34\x95\xf3\x94\xf7\x27\xa4\x70\x1e\xc6\x3e\x85\xeb\x66\xf4\x77\xb9\x4a\x79\xd7\x26\x2e\x9b\xfc\x6c\x6d\x7b\x8b\x7e\x8f\xe1\xda\xbb\xf4\xbe\x90\xff\x7c\xff\x15\xf7\xff\x31\x17\xb4\xc4\x53\x9b\x06\x44\x5e\x3c\xbf\xde\x82\x96\xf6\x65\x27\x7a\xd3\xfb\xb3\xcc\x6c\x12\xbd\x89\xcb\x6e\x2d\xa6\x0c\x55\xb6\x79\x13\x91\x25\x65\x32\x07\x49\x3f\xa7\xcc\xf8\x0c\xc5\xa5\xec\xe4\x4d\x7e\x33\x44\xbd\x9c\x08\x85\x27\x73\x7e\x10\x99\xf4\x50\xd0\x53\xca\x13\xf2\xc3\x4d\xe1\xfd\x90\xd5\xb6\x66\x5c\x32\x88\x13\x0a\x1a\x76\x98\x7e\xfb\x66\xd7\x63\xf4\x1c\x7f\x72\x40\xbc\x5f\xd2\x32\x45\xae\x83\xe4\x9a\x79\x9e\xe2\x33\xc7\x93\xd3\x8b\x53\x2c\x2f\xd3\x7a\x7a\xc2\xdb\x2c\x8a\x8f\xa8\x8b\xd3\xf7\x04\xd7\x8f\xe8\x34\x99\x9f\x4c\xb5\xfa\x76\x8f\x66\xbd\xde\xe3\x42\xea\x17\x23\x57\x59\xa2\xce\xfd\x2f\xdf\xc1\x6d\x55\x96\x1c\x6d\xdd\xaa\xdc\x4d\x69\x5e\xbc\x7d\xd5\x93\x46\xe4\x5b\xc6\x57\x76\xef\xe4\x39\xb9\xfe\x2e\x6e\x03\x7d\xfd\xfd\x2c\xfe\x66\x7a\xd7\x3a\x91\x48\xc7\x77\x6b\xb3\x3f\xf3\xaf\x3f\xa5\x37\xd2\x1b\xef\x1f\xf4\x1e\x79\x76\x82\xfb\x59\x2c\x3c\xff\x07\x15\x7f\x8e\x0b\xef\x13\x24\xea\x21\xf9\xe6\x24\x65\xd0\x38\xb0\x3e\x4b\xb4\xd1\xca\xa3\xe7\x05\x7d\xac\x4c\xfa\x57\xcd\x2b\xbe\x4c\xe3\x7e\xd6\xa2\xeb\x94\x17\x1c\x87\xe6\xf2\x75\xc2\x91\xdb\x34\x5f\xec\xb2\xb8\x5e\x8a\x6d\xc9\x7d\xca\xbb\x1d\x03\x1e\x52\x3f\x36\xb3\x31\xa5\xb4\x0e\xd5\xd3\x7f\x42\xfa\x22\xf2\x1f\x2b\xde\x8a\xfe\x73\xfb\xed\x94\x34\x65\x9c\xef\xcd\x0d\x69\x7c\xff\xd8\x22\xf4\xc7\xb1\xb5\x17\xf4\x51\x9c\x89\xe8\x63\x5e\x6b\x55\xf9\xc7\xbc\xb3\x21\x1b\x98\x20\xe8\x5e\x70\xee\xe1\xc7\x77\x41\xf7\xc2\x8b\xd1\x5f\x7c\x97\xc8\xcf\x52\x44\x4e\xa8\x5a\x27\x46\x8c\x8b\xdc\xaf\x71\x11\xf5\x90\xd6\x1b\xa6\x09\xfc\x07\xd7\x43\x5a\xa6\x73\x99\xc6\xc3\xc2\x88\x2c\xf2\x73\xee\xf2\x5c\xfa\x3e\x51\x17\xc8\xc1\xf8\x2e\xad\x13\x47\xce\x2f\x20\xfe\x6f\xf0\x68\xde\x4f\xa6\x67\xd3\x62\x03\x1e\x87\x67\xe4\xaf\xa8\x8f\xa3\x77\xad\xea\xaa\xc4\x2a\x84\xbf\xd9\xc2\xfd\xff\x2a\xf0\x62\x7f\xe0\x40\x04\x5d\x93\x21\x82\xfe\xc9\xd4\x13\xdc\xae\x10\xbe\x6f\x9b\x0b\xb7\x91\x77\xb8\x3d\xc3\x75\x74\x22\x73\x05\x3e\xe6\xb9\x60\xbf\xd1\x7a\xb3\xa6\xee\xc7\xcf\xb8\x54\xeb\xc4\x18\xb0\xbf\xf0\x0f\xb5\x39\x80\xda\x3a\x18\x62\x7d\xbb\x86\x1e\x88\x50\xe7\xfe\x5e\x0a\xd8\x95\x01\x9f\xc3\x01\xc9\xb8\x16\xef\x75\x57\xc6\x03\x2e\x1e\x40\x59\x3c\xb0\x6c\x12\xaf\xf3\xac\x73\x06\x8a\xaf\x03\x5b\x46\x03\x8f\xbe\x49\xde\x59\xc0\xc3\x02\x20\x32\x53\x92\xfd\x00\x49\x66\x12\xef\x79\x17\x39\x02\x79\x69\x5c\xf7\xfd\x85\x15\xf0\x28\x8e\x9f\x1d\x57\xdf\xfb\x17\xf9\x07\x41\x07\x5f\xe4\x1f\xc4\x7b\xdf\xa7\x84\x1a\x55\xc2\xa8\x5a\xf5\x3f\xf3\x9f\xe7\xd5\x7f\xd5\xbf\x70\xab\x69\xff\x35\x07\xe2\x01\x7c\x08\xe5\xfc\xc3\x9b\xee\xc0\x64\x35\xe0\x45\x05\x30\x37\x15\x78\x12\x0a\x2c\x2a\x01\x4a\x1c\x00\xaf\xae\x40\xa1\x19\xb0\x69\x3a\xf0\x50\x4a\xb2\x33\xe0\x1a\x07\x11\x1b\x81\x7b\xf5\x78\xcd\xfa\xfe\x59\x5e\xc3\x92\xcc\x32\x89\xcf\x85\x1b\x81\x8a\x77\x40\xa1\xa0\xc5\x5f\x5d\xf7\x16\x7a\x0b\x88\xf7\xde\x6b\xf3\x0f\x7f\xf3\x3f\xe2\x97\x3a\xce\x7f\xe5\x1f\x9a\x19\xd5\x8a\xc7\x2f\x7c\xd0\x97\x6f\xc0\xc0\xad\xc0\x3b\x75\x60\xc4\x0e\xe0\x65\x8e\x64\xcf\xc5\xcf\xf7\x67\xd8\x00\x25\xaa\x80\x5b\x0c\xd7\xb3\x77\xaf\x04\x1e\x8c\x00\x36\x7a\x03\xf7\x1c\x80\xe0\x39\x40\xfe\x32\x1e\x87\xfc\x9d\xc0\x71\x1f\xa0\xc0\x10\xc8\xbc\x01\xe4\x35\x07\x6e\x0d\x04\x0a\x2a\x80\xb2\x28\x20\x6f\x03\xf0\x79\xce\x4f\xdd\xff\xcc\x27\xbc\xc6\x24\x72\x40\xa7\x6d\xfe\xd9\xff\xda\xf5\xff\x3f\xf9\x5f\xad\x7f\x31\xa1\xa6\xfd\x1b\xf7\x60\xd5\x14\xf8\xc6\x00\x6b\x2b\xe0\xc3\x06\x41\xd7\xdf\x96\xd7\xf1\xca\x96\x02\xe3\xd4\x80\x92\x35\x9c\x0f\x2a\x1a\x2f\x59\x83\x00\x0f\x2f\x01\xee\xda\x40\x5e\x2e\xb0\xa1\x02\xc8\x5b\x27\x59\xc3\x00\xb7\xf5\x81\x03\x25\xc0\x6d\x69\xe0\x78\x0c\x70\xcb\x0e\xb8\xb0\x0d\xb8\x59\x09\xdc\x1e\x0d\xdc\xec\x04\x94\x66\xf3\x3a\xa9\x24\x0f\x5e\x71\xac\x39\x0e\xc4\x79\x20\xd6\xfd\x44\xff\xc5\xfa\xdf\x6f\xfa\x07\x7f\xe0\x1f\x1a\x0b\xf5\x2c\x2d\xa1\xc6\xf3\x37\xee\x41\xd4\x07\xa1\x9f\x8b\x02\xcc\xc0\xfb\xda\x58\xed\x00\xaa\x6c\x80\xae\x2f\x80\x4a\x47\x60\xa0\x21\xf0\xb4\x04\x18\xfd\x10\x28\xde\x07\x38\xdd\x04\x0a\xdd\xb8\x3e\x4a\x7e\x01\xb0\xc2\x06\xb8\x59\x05\xf8\x48\xac\x81\xe4\x1d\x0e\xe4\x1c\x03\xc2\x3d\x80\x1c\x67\x20\x5e\x1f\xc8\x0d\x02\x32\x82\x80\xdc\x79\xc0\x9d\x3a\x40\xf6\x39\xe0\xe9\x10\x20\xa7\x10\xf8\xfe\xe2\x97\x71\x20\xd4\x79\x4f\xf6\xfb\xb3\xff\xff\x86\x7f\x10\x39\x97\xbf\xf5\x01\xa9\xdd\xf7\xa3\x3a\x1e\x63\xb8\xee\x8d\x24\x1e\x62\xbd\xbf\xf2\x01\xd0\x69\x34\x50\x36\x1f\xe8\x3d\xf9\xe7\x3d\xff\xc2\x5c\xc9\x3b\x06\xc8\x67\xbc\xee\x7f\x73\x2e\xe7\x83\x6e\xcc\xe4\x77\xce\xb3\xac\x81\x80\xc1\xc0\xb5\xb3\x40\xb8\x01\x70\x3d\x1f\x48\xd0\x05\x24\xab\xb2\xf3\x45\xc0\xd5\x21\xc0\xad\x14\x40\xf2\x8e\x7c\x5e\xc1\xeb\xff\x12\xff\xcf\xf5\xa9\x39\x0f\x44\xfd\x9f\xea\xe7\x5f\x8b\x7f\x08\x15\xea\xe3\x22\x07\xf0\x4f\xfc\x43\x6d\x0e\xa2\xda\x2a\xd4\xfc\xba\xe4\xe7\xbe\x46\x48\xd6\x06\xc0\xeb\x33\x40\xb3\x24\xce\x3d\x58\x16\x01\xa5\x91\x40\xb7\x5e\x40\x91\x2d\x20\x59\x26\xdd\x73\xe3\xef\x8f\x5b\x7b\x79\x9e\xc8\xae\x04\xdc\xec\x38\xfb\xe4\x6d\x09\x5c\x2d\xe5\xb5\x69\xc9\xea\x6c\x9f\x23\xaf\xf3\xc7\x16\x03\x97\x94\x79\x1f\xa9\x4b\xc3\x80\x3b\xf7\x79\xae\x28\x9b\x06\x64\x2e\x06\xd8\xee\x9f\xf9\x50\xac\xff\xd7\xf6\x3f\x4c\xa6\xe6\x73\x0f\x56\xe5\x76\x7b\x67\x6e\xff\xc8\x3f\x08\xfe\xfe\x2f\x0e\xa0\x4e\x4f\x3e\x0e\x14\xdc\x81\x0f\xed\x00\x75\x73\xe0\x55\x00\x60\x30\x42\xf2\x56\x06\x5a\xe8\x03\x45\x51\x40\xa7\xd3\x40\xc1\x05\xa0\x4f\x3a\x9f\xcf\x23\x89\x6a\x06\xa6\xf8\x02\xd7\xe2\x39\x4f\x29\x59\x8d\x7b\x82\xbf\x13\xb6\x3c\xe4\xda\x17\x92\xf5\x62\x7a\x07\xe0\xd8\x67\xe0\xc2\x29\x20\xdd\x02\x48\xa3\x33\x44\x6e\xcb\x72\x7e\xbe\x17\x4f\x0a\x3a\x10\x62\xfd\x5b\xf4\xff\x37\xee\x45\xe4\x00\x84\x3e\x5a\x9b\x9b\x71\xfb\x2b\xff\xf0\x5f\xf9\x8f\x5f\xb9\x87\x77\xee\x80\x6c\x0a\x50\xa1\x01\x68\x80\xcf\x83\x26\xe6\xbc\xee\x6f\xe9\x02\xe4\xe5\x71\x9e\x30\xd7\x96\xf3\xa5\x57\x3d\xb9\x3e\xca\xc5\x9e\x80\x73\x3c\x70\x3e\x0a\x58\x69\x04\x9c\x73\xe7\x7d\xa4\x52\x2d\x80\x3d\xcb\x81\x94\x4c\x20\xb6\x12\x48\x91\x03\x2e\xac\x06\x92\xf7\x03\x77\xfc\x81\x33\x3d\x80\xb2\xfb\x40\xa2\x3a\xc0\xae\xff\xd4\x81\x39\x78\xa5\xe6\xb8\x0f\x1e\xc1\x6d\xc0\x72\x6e\xb7\x48\xd5\xf4\x7b\xfd\x59\x6e\x45\x1d\x88\x7f\xed\xff\x75\xee\xf7\xf7\xae\x82\xff\x02\xf7\xf0\xaa\x27\xb7\x4f\xbf\x01\xf2\x5b\xb9\xff\x5a\x71\x40\xbe\x3a\x1f\x17\x92\xd5\x77\x87\x42\xe0\xda\x21\xa0\xbf\x2a\x20\xd9\x85\x8f\xb5\x05\xce\xc7\xf3\x3c\x91\xb2\x16\x58\x6e\x02\x9c\x2e\x05\xfc\xf6\x00\x49\x2d\x38\x37\x77\xd2\x19\x38\x6a\xcd\xdf\x19\x92\x31\x20\xb1\x77\x66\xf3\x35\x45\x45\xf9\xcf\x3c\x20\xe6\x3f\xd1\x7f\x71\xbe\x8b\xba\x1f\xa2\xdf\xb5\xb9\x0f\x91\x7f\x58\x95\xf5\x2f\xe2\xf0\x0b\xf7\xc1\x9e\x71\xfb\xd9\x54\xd8\x1d\x08\x1c\x00\xa7\xc9\x81\x42\xe1\x54\xa5\xc0\x1e\x50\x3a\xcf\xf9\x4e\x49\xde\xb8\x3e\x16\x68\x6d\xcd\xc7\x7d\x8f\x78\x20\xf5\x19\x30\x2c\x19\x38\x7d\x15\x98\xea\x07\x9c\x2a\x07\x16\xfb\x02\xc7\x5f\x82\x6e\xba\xc6\xab\x03\xbb\x1e\x01\xb1\xc7\xf9\xb3\x3e\xcc\x80\xd4\x4a\xe0\xb0\x17\x70\xbb\x02\x88\x19\xc9\xf3\x64\xb4\x7d\x4d\xff\xc5\x7e\x3f\x22\xff\xb1\xa1\xde\x9f\xfd\x16\xb9\x8f\xe5\xc2\x9a\x6f\x91\xd7\x1f\xe2\xf0\xa7\xba\xb7\x70\x5a\xf2\x71\x43\x2d\xff\xdd\xb9\x2d\x1d\xc8\x2d\xdf\x55\x72\xbe\x0d\xe0\xf9\x4f\x55\x0d\xc8\x38\x09\x98\x8c\x07\xd2\x0a\x81\x4e\xdd\x81\xd3\x3d\x80\x41\x13\xf8\xfb\xdd\xc1\x13\x38\xf6\x91\xeb\x28\x1d\x69\x00\xac\xbd\x0a\xc4\x1c\x01\x76\xfe\x00\x22\x3e\x02\x87\xfa\x00\x07\x32\x39\x5f\x1c\xbe\x09\xb8\xe1\x05\xec\xab\x07\x3c\x1b\x02\xec\x3d\x2d\xf8\x2f\x57\xf3\xb9\x8b\xe3\xdc\xe3\x94\xe0\xaf\xa0\x1f\xb3\x44\xe0\xc8\x16\x0a\x6b\x9e\x05\xc2\xf7\x39\xc7\xff\x12\x87\x7f\xf0\x5f\xe4\x3f\x44\xff\x79\x8f\x64\xe0\x71\x01\xb7\xf7\xf7\x73\x7b\x53\x18\x0f\xd7\x46\x70\x9b\xde\x19\xa8\x17\x0a\xa4\x5c\x04\x1a\x59\x01\xa7\x0a\x01\x8b\x3a\x40\x5c\x89\x54\x8c\x6d\x7d\xe0\x70\x3d\x19\xcd\x31\x9f\x80\xc8\x0e\xf5\x3d\x9c\x77\x03\xfb\x4d\xe4\x2a\xbc\x0c\x80\xbd\x8b\x15\x6c\x25\xbe\xed\x36\x51\x08\x8e\x7a\x23\x59\x63\x2a\xa4\x26\xcf\x01\xb6\xe7\x28\x5c\xce\x7e\x00\x04\x16\x2b\xcc\x2a\xc9\x06\xfc\x3f\x2b\x84\x7f\x53\x01\x7c\xd7\x28\x70\xbd\x93\xbb\xf2\x74\x9e\xb0\x3c\x4d\x5e\x49\x62\xdd\xca\xeb\x1b\x92\xbf\x5d\xeb\x51\xcf\x17\x97\x3d\xd2\x74\x6e\x3d\x67\x57\x5d\xe2\x63\x66\xce\xac\x43\xfb\xad\x69\xc1\x50\xfd\xa7\x38\xfc\xe6\x3f\x3f\x24\x24\x66\x8d\xfc\xff\xc6\xed\xad\xee\x52\x74\x4e\x73\x25\xa7\x3e\xed\x02\xcf\x67\xcb\xd3\x39\x45\x52\x80\x02\x71\x21\x71\x6a\xca\x9b\x95\xd7\x00\xd1\x6f\x35\x0c\x9b\x66\x03\xfb\x43\xb5\xca\x6d\xec\x81\xd0\xa3\xda\xf6\xc3\x5d\xea\xc8\xec\x78\xad\x7d\x70\xfa\xb6\xba\x93\x03\xfa\x6b\xbf\x58\x61\x57\xef\xf2\x16\xe5\xc6\x52\x5b\xbc\xa4\x6f\xfa\xdd\xd0\x4e\xda\xaf\x2f\xd3\x78\xfd\x14\xed\xac\x93\xc7\x65\x8e\xac\x1b\xa3\x1d\x74\x25\x55\x66\xc2\x1a\x15\xed\xd3\x85\x1d\x64\x0c\xbc\xfa\x37\x56\x7d\x7f\x56\x7a\xce\x8a\x24\x1d\x19\xc6\xa4\xb7\x2e\xcc\xd0\x69\xc2\x98\x74\x07\x97\xc5\x8d\x27\x32\x56\x97\xcd\x7a\xd3\xf0\x08\xf9\x79\x47\x63\xa5\xc4\x4e\xd9\xaf\xd6\x52\x62\x9d\x34\x54\x48\xf3\x62\x92\x8b\x12\xf5\xbb\x1f\x7f\x4f\xe1\xde\x9f\xe2\x20\xfa\xff\x26\x4d\xf0\xbf\x0e\xda\x72\xff\xb9\xbf\xf9\xfb\x14\xe9\x14\x28\x77\x9b\x06\xd5\x35\x2e\x06\x6a\x53\x41\x37\xc5\x45\x8f\x66\xc6\x89\xb1\x86\xa4\xcf\x7b\xd8\xbf\x09\x9d\x9e\xee\xab\x34\x69\x2e\xbd\x14\xd8\x65\x6f\x9a\xa6\x73\x53\x6a\x99\xff\x2c\xd3\x8c\x36\x0a\x32\x95\x7e\x1f\x9b\xf9\xf6\x53\x97\xd3\x5a\xfb\xbe\x59\xf6\xc4\x31\x0a\xa6\x1e\x33\x9a\x1d\x5a\x30\x4a\xf1\xe3\x8a\x1d\xcd\xe6\xf8\x0c\x6d\xb0\x63\xc9\x6e\xd3\xdb\x21\x27\x95\x0f\xba\xc9\x9b\x4e\x8f\x3d\xa4\x32\xd8\xd5\xb1\xe9\xbd\x74\x13\x95\x09\xf3\xba\x35\xcd\xc8\xbf\xac\x22\xe7\x7c\xd8\x54\xf9\xe5\x7c\xe5\xba\xb3\x33\x4d\xe3\x18\x53\x9a\x34\xe5\x43\xd3\x41\x8c\x29\xac\x9c\x94\x6a\xd2\x9c\x31\x79\x9d\xf1\xed\xfe\x8f\xb2\x37\x8f\xcb\x31\xff\xfe\xc7\x9f\xd2\xa2\x10\x25\x8c\x2d\xb2\x2f\xa1\xac\xa1\x64\xdf\xa2\x64\xa9\x6c\x45\xd9\x8a\x94\x64\x29\x2d\x2a\x0a\x91\x14\x89\x4a\x65\xab\xd0\x6e\xad\xd0\x22\x21\xa4\xec\x6b\x93\x6d\xc6\xd8\xb2\x8c\x31\x33\xb8\x7e\x8f\xfb\x9c\xd7\x15\x35\xfc\xde\x9f\xef\x5f\xe7\x71\x37\xf7\xdc\xae\xf3\xba\xce\xeb\xbc\x96\xe7\xf3\x3c\x4f\x5b\x15\x49\xaa\xb3\xc0\x2a\x4c\x4f\x49\x92\xd4\x96\x4d\x09\x6c\xfd\x8b\x24\xa9\x76\x9c\x14\xa6\x6b\x2f\x49\x2a\x61\x96\xd1\xad\x5a\x4a\x92\x72\x96\xb9\x51\xcb\xc3\x92\xa4\x6c\x5c\xd3\xff\x8f\x7e\x6c\x5f\xf8\xd7\xca\x54\xd8\x72\xa3\x86\xf4\xe6\x6f\x85\x35\x23\xdc\xb7\x38\x41\x8f\x70\xdf\xfc\x0a\xc6\x87\x4f\xe6\x77\xa7\xef\xa5\xe9\x19\x52\xf5\xcc\x81\x57\xcc\x93\x88\x8e\xed\x47\xc2\xcf\x61\xb3\xfa\xd3\xfd\xd4\xc6\x63\x83\x0c\x1b\x65\x01\x7e\x1d\x06\xa4\x76\xfa\xac\x66\xb2\x2a\xd8\x68\x92\xc9\xd4\x7a\x9f\x96\x4a\x46\x2d\x27\xdb\x37\x38\xb2\xb8\x6e\xff\xa5\x0b\xcf\x6a\x6b\xcf\xdf\xdb\xef\x94\x8f\xaf\x4e\x7f\xfb\xa6\x7d\xcb\xc3\x77\x36\x2e\xb2\xb5\xe8\xab\x92\xa8\xd6\xe4\xc4\x0c\x83\x3e\x2e\x39\x27\x9a\x76\xb1\xb9\xdf\xa7\x77\x69\x7c\x53\x65\xeb\x09\x7d\x3a\xfd\x5e\xaf\xf1\x33\xab\xc0\x3e\xf9\x92\xd4\x68\x97\x65\x72\xef\xd1\x92\xa4\xb5\x66\xfc\x19\x03\x3f\x49\xd2\xbc\x34\x0e\x3d\xe6\x4b\x52\xfd\x96\xa3\x2b\xf5\x03\x24\xa9\xee\xd9\x91\xc1\xdd\xa2\x25\x49\xa3\x72\xf8\xc9\xae\xa6\x92\xa4\xa1\x34\xf4\x50\xa7\x37\x92\x54\xe7\xe0\x90\x39\x9d\xda\x4a\x52\x9d\x0e\x55\x79\x50\xf0\x9f\x9e\xfb\xa9\xd1\xbd\xca\x83\x32\x6d\xba\xe5\xb8\x71\x45\x8f\x6e\x09\x2f\xc5\xf1\x75\xe2\x19\xbf\x3e\x94\x21\x4f\x98\x0e\x20\x7d\xef\x94\xca\xc1\x84\x32\xec\x1b\x3e\x8c\xee\x29\xa3\x72\x46\x92\x9e\xef\xd6\xd4\xd1\x74\x6f\xb7\xb6\x6c\x2c\xc5\x8f\xc7\xab\xf1\xfe\x75\x12\x81\xa5\xb6\xe3\xf7\xb6\x4e\x56\x3e\xb6\xe0\xc1\xb8\x84\xbe\x8b\xea\x3e\xb4\xdd\x37\xe6\xcc\x38\x43\xed\xd9\xd6\xcf\xc6\xe8\xcc\xde\xd8\xd8\x69\xd2\x9c\x51\xd7\x57\xa4\x36\x7d\x37\xc1\x78\x64\xf9\xa6\x95\xcd\xbe\x8e\x55\x1b\x11\x16\xbf\xa0\x45\xe3\x91\x23\x86\x3f\x3d\x36\xb3\x45\xc6\x70\xdd\xe1\x0e\xc5\x27\x5b\x04\x0e\x2d\x1e\x3e\xe0\x51\xb3\xe6\x06\x43\x53\x86\xbf\xff\xb7\x7f\xd3\x7b\x43\xb4\x86\x7c\x92\xa4\xc6\xad\x4d\xdc\x4d\xc2\x25\x49\x3b\x7a\x50\xdb\x81\xf7\x25\xa9\xe1\x3e\xa3\x78\xa3\x65\x92\xa4\x79\xb9\xdf\x83\x7e\x7f\x4b\x52\xfd\x7d\x7d\xef\xf7\x79\x25\x49\xf5\xb6\xf5\x3e\xdc\xeb\xbc\x24\xd5\x35\xee\xb5\xd9\xb0\x89\x24\x69\x58\x7f\x12\xfc\xb6\x3f\x32\x1b\x50\x5d\xd1\xc3\x08\xbe\x15\xba\x26\x75\xa5\xfb\xa2\x0b\x13\xd9\xef\xbc\x9e\x26\x74\x3b\x7e\xcc\x67\x38\x8d\x98\xac\xff\xb2\xa7\x7c\x02\xf1\x3d\x76\x3e\xb5\x64\xdc\xc7\x74\x0a\x7d\x7f\x9d\xaa\x0d\x55\x59\xad\x1a\x32\x9d\xf0\x1f\xc7\x4d\x33\x09\x75\xb0\x9f\x67\x1b\xdd\x34\x1e\xb0\x3e\x34\x73\x6a\x77\x4d\x75\xb5\x09\x5f\xa6\xbb\x0f\x2b\x6d\x50\x3a\xca\x6e\x9a\xc7\xb4\xa3\x8d\x5c\x87\x3c\xb2\x79\xef\x7a\x49\xe7\x83\xf1\x64\x9b\x05\x41\x9b\x9b\xd4\x36\xca\xb2\xf6\x89\x99\xd9\xc4\xa3\x6f\x92\xd5\xdb\x8c\x9b\x4d\x26\xf6\x3e\x68\x35\xe6\xfc\x94\xc6\x17\x7a\xcd\xb3\x6a\xf5\x70\x89\x4e\xba\xe1\x5d\xab\xf9\x7f\x8d\xd3\xde\x6a\xb0\x75\xf2\x59\x49\x6a\xd8\xb8\xc7\x31\xf3\x40\x49\xaa\xff\xb9\xfb\xf1\x71\x87\x25\xa9\x5e\x41\xd7\x57\xa3\x4d\x24\x49\xa3\xa8\xdb\xaf\x23\xba\x4a\x92\xc6\x85\x6e\x06\xc3\x20\x49\x1a\xed\xba\x1e\x37\x7d\x27\x49\xea\xf1\x9d\x3f\x9b\xd8\x4a\x52\x9d\xc0\x97\xf9\x0d\xe9\xb6\x53\xe6\x3f\x95\xa6\xf7\xa4\x15\xa0\x8a\xff\x23\xf4\x6f\x8e\x3a\x4e\xa0\xfe\xf4\xc9\x6b\x2c\x09\x65\xdb\x1b\xc6\x55\xd8\x3b\x0b\xa6\x91\x8a\xf6\x96\xd9\xb6\xa4\x73\xbe\x2e\x74\x0e\xdd\x63\x7b\x14\xcc\xa5\x6a\xaa\xc5\x67\x16\x52\xfe\x9c\x39\xd0\xe9\x57\x85\x9d\x78\xd0\x79\x60\x3d\x27\x60\xf4\xe8\xc5\x43\xda\xf7\x52\xc9\x32\xbe\xe4\x94\x3c\xc8\xaf\xde\xc2\x7e\x4b\x9d\xe6\x4e\xfe\xbd\xfe\x1b\xc3\x79\x4e\x5d\x17\x3d\x6d\x80\xee\x66\x8e\x07\x03\x06\x34\x88\xeb\x72\xcb\xb1\xe9\xce\x87\x0d\x32\x3a\xb5\x5f\xe8\x90\xba\xa1\xc1\x98\x0e\x9e\x0b\xb6\x17\x2e\xd1\xcc\x6a\x6f\xb0\x20\xe4\xde\xda\xfa\x71\xed\x36\x2d\x18\xf6\x61\x5a\xdd\x8b\x6d\x37\xce\x1d\x26\x49\xea\x87\xdb\xd6\xb5\xb5\x96\xa4\x3a\x39\x7a\xb6\xd3\x3e\x4a\x92\xda\xe3\x36\xbd\xad\xb4\x25\x49\xf5\x66\xeb\x8b\x53\xf4\x24\x49\xd5\x45\xf7\xed\xc4\x5e\x92\xa4\xb2\x57\x37\xc7\x7c\x91\x24\xa9\x38\xe8\xee\x35\x1b\x2f\x49\x2a\x2d\xca\x2b\xdb\xd3\xf3\x56\xf1\x9f\x3a\x8c\xa0\x9d\xc2\x7f\xf8\x3f\x12\xeb\xc1\xc4\x3b\xda\x12\x0e\x18\x79\xc2\x81\x50\x95\x2d\x46\xf3\xa9\x7e\x73\xed\x63\x27\x1a\x48\x4f\x63\xd6\x47\x59\xb2\x81\xab\xb3\xe7\xf4\x58\x46\xbf\x3f\x69\xc8\x0a\xaa\xd3\x33\x29\x5d\x4d\xfa\xee\xfd\x1e\xae\x9e\xde\xbc\xb2\xd6\x1b\xfd\x0b\x9e\x83\x7b\x7f\x51\x3b\xd3\x69\xba\xe7\xf0\x09\x17\xeb\x2c\x6f\x7b\xc7\xb3\xc9\xfc\xa0\x3a\x07\x5a\x7b\x7a\xbc\xf4\x6d\x57\x27\xb4\x65\x96\xc7\xae\x88\x71\x6a\x37\x9a\x97\x7a\xb4\x3e\x3c\x51\xf5\x78\xb3\x13\xab\xce\xe4\x9f\x52\x59\xd5\x4c\x7f\x95\xdb\x1d\xa3\xda\x59\xcd\x12\x56\x79\xbc\x8d\xae\x55\xaf\x79\xd7\xe5\xd4\x77\x4f\x67\xeb\x92\x7d\x0a\xdb\xe8\x9a\x23\xf1\x4a\x1b\xb6\x9f\x4b\xf5\xdd\x0d\x0e\xcc\xde\x4f\x67\x29\x43\x5b\xd2\xef\xd6\xd4\x99\xd1\x83\xfe\xbe\xcb\x86\x74\xef\x6f\x8c\x19\x48\xef\xef\x42\xc5\x48\xaa\xaf\x93\xf5\x7f\x8e\xf8\x58\x51\x5e\x3c\x54\xc9\x7c\x90\x7d\x93\x98\x07\xb3\x2b\x7c\x11\xdd\x22\x6f\x2d\x58\x42\xa8\x42\xd0\xfb\xa5\xb4\xb2\x78\x39\xb3\x6e\xc4\x52\x5d\xee\x17\xb4\x60\xd8\x6a\xfa\xbb\xf5\x56\x1f\x42\xed\xc7\xf4\xf0\xa7\x3c\xd3\x6b\x77\x20\xf1\xa7\xda\xb7\xda\xd0\xaa\xc1\x7d\xa0\x65\xd4\xfa\x3b\xdd\x3a\x28\x45\x34\x5b\xb3\xe1\xd9\x98\x26\x48\x68\x7c\x67\xc3\xe1\x39\xbf\x03\xda\xe7\x37\x04\x79\x3e\x02\x1a\x5a\xae\x2f\x09\xdb\x02\xd4\xef\xbd\x7e\x78\xa2\x13\xa0\xb1\x26\xc8\xe0\xf4\x64\xa0\xce\x89\xc0\x7e\xd7\x3f\x03\xaa\x1f\xd6\xb9\xbe\x3c\x00\x28\xff\x19\x40\xfc\x59\xa5\x9b\x5e\x82\xff\xb0\x82\x75\xbb\xb3\x5c\x89\x2f\x8a\x69\xce\x5c\xaf\xe9\xe4\x48\x3a\xee\x78\xbb\x80\x3f\x1f\x9b\x4b\xfb\x8a\x8b\x31\x63\x5f\x72\xfc\x4f\xa6\x95\xe2\x98\xc1\x74\x42\x95\x93\x7b\xda\x3b\xb0\xff\x8e\xe4\x47\xd4\x28\xe7\x27\xe4\xbf\x2e\xf3\x60\xd6\x17\xae\xa4\xf7\xed\xf3\xd1\x83\xeb\x3b\xbf\x32\x5e\xee\x64\xbe\x86\xe2\xdf\xf6\xce\x3a\xe2\xd1\x98\x3f\x0f\xa2\x3c\x69\x1a\xc9\x3c\x89\x2e\xa7\xb7\xd2\xad\x7a\x83\x7d\xdb\x93\x95\xea\x02\x1a\x07\xb7\x7f\x6e\x33\x08\x50\xb5\x8a\x50\x37\x69\x0b\x28\x59\x45\xd4\xb5\xa1\x08\x8b\xa8\xe5\x46\x23\xbb\x7d\xc3\x26\x7a\x82\x6d\xdb\xf7\x90\x92\x4f\xb8\x40\x94\xc2\x16\x33\x72\xb0\x75\x22\x2b\x6a\x6f\x09\x93\xa8\x2f\xc8\x7a\x81\x53\xf8\x0b\xfd\x72\xaf\x5c\xb6\x1e\xa2\x8e\x79\xb9\x18\x27\xb7\xc9\x6c\x97\x10\xee\x7f\x46\xa2\x76\x0f\x38\x6e\x3c\x9b\xf8\x62\x29\xaa\x0b\x08\xc7\x38\xe0\xbf\x84\x50\xa5\xe8\x42\xe6\xc1\x6c\xb3\x59\x45\xaa\xf3\xc1\x2d\xbd\x29\x5f\xfa\x57\xac\xa1\xf8\x5f\xd5\x30\x80\x50\x94\xc5\x1f\x03\x09\x0f\x76\x08\x0b\xa6\xef\x5b\x1d\x09\xa1\x1d\xe6\x58\x5d\xe6\x85\xf4\xd7\x61\xfd\x8c\xb6\x06\xcc\x0b\x51\xdd\x16\x9b\xc4\x19\x3a\x2e\x8d\x57\xe4\xb8\x34\x23\xca\x44\x71\x56\x53\x08\xe9\x88\xfd\xe4\x42\x23\x1c\x6b\xbe\x9e\x32\x6d\xec\xee\x58\xfa\xc5\x98\xbb\x47\x69\x45\x8e\x69\x77\x89\x2a\xaf\xa3\xe7\x3e\x26\xfc\x33\xda\xf9\x2b\x65\xa8\xed\x3d\xd9\xbf\xcd\xa2\xb3\xfc\xfa\x4a\xb6\x01\xa9\x6c\xfd\xc4\xb8\x78\x9b\x89\xf1\xd9\xae\xb0\xc7\x2a\xb8\x4a\x34\x6d\xaf\x13\xaf\xff\x66\xcc\x87\x88\x69\xb0\x92\x70\xad\x6d\xe9\xde\xb4\x7e\x6c\x76\xf4\xa7\xb7\xb2\xae\x59\x20\xa1\x4a\x9e\x7d\x19\x27\x5f\x7a\x91\xf9\x3f\x0b\x46\x85\x12\x3b\x67\x66\x11\xeb\x66\x4c\x8c\xdb\x41\xe3\x35\x74\xcf\x2e\x42\x61\x0c\xea\xed\xa6\x93\x7a\xf3\xd7\xac\x17\x82\xe4\x24\x25\x1e\x87\xa4\x15\x3c\x0e\x49\x25\xfd\x42\xd9\x4e\xa2\xba\xf7\xc4\xcb\x8b\xe8\xc9\x92\x3c\xd7\x52\xdd\x76\x62\x61\x14\x65\xe8\x84\x9c\x34\x9a\x79\x07\xb2\xb9\xc3\xc8\x01\x97\x72\xea\x8f\xb0\xff\xcf\xbf\x69\x66\xc7\x25\x4b\xd5\x79\x31\xd5\x74\x3f\x14\x27\x11\x31\x3e\x42\xff\x61\x2d\xd5\x77\xa7\x94\x31\xbf\x2f\x21\xd9\x9d\xf8\xb0\x31\xb9\x9e\xe4\xb7\xac\x03\x14\xb2\x22\x90\xde\x5f\x50\x03\xae\xae\xf6\x59\xb3\x85\xfc\x70\x47\x18\xe5\xcb\x45\xa9\x8c\x93\xdb\x57\xb0\x5e\x88\x55\x6a\x34\x8d\x8b\x99\x57\x1c\x8d\xe3\xa0\x4a\xf6\x5b\xdf\x27\x91\xaa\xb2\x1b\xe7\x1e\x12\x71\x90\x31\x81\x6d\xa6\x79\x33\xe6\xc1\xb4\x66\x3d\xf7\x8c\xac\x89\xd6\x64\x7b\x2c\xa4\xcc\x94\xfe\x70\x0d\xad\xb8\xe9\x19\x91\x74\xa6\x4b\x2f\x49\xa1\x11\x4d\x8b\x3d\x4b\xf3\x22\x75\xf1\x5d\x42\x9c\x53\xd6\xbf\x25\x06\xdb\x21\x81\xd7\xec\x0b\x91\xaa\xf1\x62\xa2\xc4\xb8\x44\x88\xba\xef\x30\x81\x03\x33\x6f\x48\xd6\x41\x8a\xd7\xe6\x03\xc4\x4e\x87\x75\x94\x17\x42\x9b\x6f\xa4\xfd\xd1\x06\x5d\xee\x03\xe6\x5f\xc1\xfd\xb0\x3c\x0a\x22\x08\xaf\x5b\x92\xb1\xd3\x5b\x61\xe7\x1b\xef\xe6\xfe\x58\x6f\xe3\x09\x0f\x9c\xb4\x67\x3f\xbd\xd5\x11\x27\x13\x09\x7d\xee\x2b\x74\x71\x3a\x8c\x4c\x23\x9c\x5b\xeb\xf5\x51\x71\x52\xa9\xe2\xc3\x38\x37\xa3\x0c\x9c\x6d\xd2\x9b\x90\xbe\xec\x41\x13\xa8\x96\x21\xc7\x75\x1e\x65\xa4\xec\xe7\x5e\xfc\xf7\xbf\xf8\x09\xb2\xdb\x1d\xea\x4b\xff\x7f\x64\x2e\xed\xf4\xb2\xb2\x6f\x53\x06\x3e\xf9\xdb\x1b\x52\xe2\x97\xf1\xfc\x54\x81\xdb\x55\xf1\x62\x04\x5f\x28\xee\x94\xf4\x03\x5e\x4c\x7c\x79\x00\x75\x25\xda\xe5\xc2\xba\x4f\xe1\xd2\x16\x1a\xdd\x4d\x36\xe1\xd4\x9d\x67\x9d\xf6\x0e\xba\x81\x90\x79\x30\xee\x27\xe2\xe8\xa9\x17\x99\xef\xdd\xc7\x71\x70\x80\x12\xa7\xf5\xe3\x44\x7a\xda\xf1\xe9\xc9\x84\x46\x0f\xb5\x67\x95\x06\xc3\x12\xe6\x47\xb4\x35\x60\xfd\x8c\xfa\xf6\xa7\xc4\xc9\xbc\x60\x0c\xdb\xb3\x1f\x9a\xd0\x7f\xc9\xff\xca\x9d\x2c\x0b\xfe\x18\x47\x67\xd9\x82\x42\xfb\x54\xb6\x1e\x14\x2f\x67\x27\x6d\x25\x7c\xef\xec\xf0\x03\x14\xb9\x05\x67\x72\xe8\x73\x81\x66\x29\x65\xb2\xfc\x8a\x17\xa4\x9b\x93\x27\x70\xbb\x93\xa2\x9e\x3f\x53\xf0\xc5\x52\x04\xff\xe5\x50\x0b\xa9\x3a\x2f\x86\x70\xcf\x18\xdd\x60\xda\x47\x6f\x1b\xcf\xa8\x61\x88\x65\x04\xa1\xa9\x81\xc6\xbb\x8c\xd9\xff\xdd\x14\xff\x1e\xda\xfb\x68\x96\x2e\x31\x60\xbf\xe7\x6b\x1c\xe4\x3a\xf7\x73\xac\x8b\x33\x05\xac\x07\x34\x56\x97\xfd\x1e\x94\xcc\x7e\xf7\x5c\x9c\x43\x7c\x63\xdd\x88\x33\x34\x9e\x1a\x0f\x0a\x55\xd9\xff\x8b\x06\x6c\x2f\xd9\x35\xa6\x5f\xbe\xa4\xd2\x73\x2b\x59\xab\x31\xf4\x7e\x2f\xd7\xb2\x53\xa6\xcf\xe5\x2b\xe8\x9b\x97\x32\x42\x68\x87\x72\x29\x8d\x67\xda\x25\x95\x13\x34\x0e\x97\x7a\x5d\xa5\x7e\x4b\xc5\xe6\x4f\xe9\xc9\x2f\xac\xf8\x87\x9e\x5c\xe6\x7f\x9c\x12\xfd\x4f\x4e\x6c\x93\xaa\xf1\x85\x52\x05\xaf\x90\x79\x31\x11\x15\x61\x94\x65\xb7\x1c\x89\xa4\x75\x62\xbd\x33\x77\x53\xf0\x3f\x53\x9d\x07\xb4\xec\xc0\x21\xe2\x51\x2f\x4e\x4f\xe5\xfd\x51\xad\x74\xe2\xc9\x4e\x3b\x77\x94\xf8\x94\x13\x8b\x38\xce\x47\x39\xe5\x50\xd6\x1f\xd0\x3c\x97\xf0\xe0\x6e\x16\xcc\x5a\x69\x31\xf7\x3c\xa1\xaf\xea\xd7\x8a\xc5\x89\xbd\x4c\xdc\xe8\x5d\xf7\x69\x44\x33\xe8\x5a\x3b\x7d\x8a\xc8\xeb\x69\x23\x49\x71\xe9\x46\xcf\x59\x14\x1f\xd7\xad\xdc\x22\xf8\xf3\x46\x1a\x8f\x1b\xda\x71\xc4\x3c\xbb\xfe\xf4\x08\xfd\xd2\x8d\x8c\x62\x62\x2e\x94\x7d\x7c\x48\x3b\xc0\x6b\xf5\x3f\xf1\x89\xe8\x04\xdf\x25\x16\xb5\x63\x7f\xf3\x53\xaa\x8f\x4b\x15\x5f\x88\xf6\x59\x32\x0f\x28\xb8\x4d\x2c\xe9\x65\x05\x1c\xd9\x4f\xf3\xb9\x26\x0f\xc8\x79\x50\x3a\xf1\x3a\xe6\x6f\x17\xfd\xb1\x76\x9d\xa4\x7d\xd2\x54\x5f\x8e\xf3\xf1\x60\xbc\x7c\x58\x18\x05\x31\xfa\x55\x30\x0f\xa8\xeb\x96\x62\x5a\x05\x9b\x0f\xb9\x42\xfb\x12\xb5\xc5\xd7\xbb\xb3\xff\xb7\xef\xb2\xbd\xff\x42\x8b\xfe\x97\x87\x3d\xba\xd0\xdd\xdf\xfd\xa2\xe1\x34\xe2\x0f\x7e\x9f\xf6\x8c\xfe\x7e\xd5\x95\xc6\xe7\xc1\xdb\x40\xe6\xbd\xdc\xe4\x27\xbe\x7f\x33\x5d\x9f\xbf\x5f\x48\xff\xc2\xfd\x53\xf7\x29\xa3\xdf\x53\x7f\x47\xf9\x56\xe6\x39\x5c\x55\x62\x7b\xf1\x23\xdb\x22\xa1\x3d\x2a\xf7\x09\x62\x1e\x55\x48\xb3\xbd\xf1\x3c\x0f\x12\x29\xae\x65\x1e\x90\xc7\xae\x74\x1a\xfd\x65\x91\xc7\x88\xb7\xe1\xb4\x96\xf5\x9f\x1c\xd2\x72\x08\x95\x9f\x31\x3b\x8f\xf4\x52\x26\x8d\x2c\xa0\x59\x6c\xf6\xe7\x05\xfa\xde\x10\xd3\x8b\x84\xf7\xf7\x49\xbf\x42\x59\xbd\x4b\x09\xeb\x47\x34\x9d\x71\x93\xf2\xab\xf2\xf0\x3b\x5f\xd9\x7f\x99\x0f\xf3\xe4\x1a\xf3\x61\x9e\x3e\xed\x44\xeb\xc3\x33\x63\xd6\x03\x79\xf6\xca\xca\x81\x3f\xf3\x8a\xf6\x5b\xfb\x00\xda\x47\xfc\xd6\x69\x27\x65\x9e\xdf\x3c\x53\x28\xe2\x9e\x79\x17\x50\x45\xc0\xd3\xe0\xdb\x74\xf3\xf3\xd4\xab\x92\xfb\x4a\x5d\x64\x3f\xef\x6e\x67\x7b\xc3\x95\x6d\xe9\x10\xb6\x55\x7d\xa5\xfe\x52\xd8\x0d\x61\x87\x78\x97\x31\x3b\x95\xa2\xc8\x27\x88\xe7\xf5\x72\x95\x13\x94\x7d\x96\x88\xbe\x39\x0b\x5e\x9f\xa1\x3c\x68\x9f\x5b\x48\x71\x30\xdd\x98\x79\x40\x93\xac\x8b\x29\x1a\x47\xbd\xbe\x42\x7e\x99\x94\x94\xd1\xfe\xa3\xd7\x1a\xe6\x85\x74\xd2\xbe\x4b\x4f\xd7\xb8\xfc\x01\xc5\x97\x8a\x76\xc5\x2d\xf6\xff\x79\x09\xdb\xd7\xc6\xdc\x2f\xa9\x52\xa7\x1d\xed\x60\xde\xb5\x19\x44\x7a\x51\xef\xec\x27\xd3\x0e\xfc\x9d\xe6\x42\xb2\x6f\xf5\x7d\xe9\x84\xf3\xae\xd6\x76\xda\xb1\xbd\x7d\x71\x88\x3a\x87\xbe\x37\xcc\xa7\x37\xf0\xb6\xec\x16\xcd\xb4\xb7\x2e\x6f\x68\x9f\xf1\x32\x8d\xef\x14\x64\x9d\x98\x72\xf3\xea\xe3\x72\x5d\xf4\xe4\xbd\x4a\xe7\x8c\x75\x03\x33\x89\x5d\xe2\x93\x75\x82\xb2\xcd\x2a\xa1\xff\xe4\xf6\x30\x97\xb2\xd0\xa2\xfc\xb3\x34\x1f\xe6\x05\x73\x9c\xdb\x46\x5c\xa4\xd9\x6a\x95\x7a\x85\x78\x3e\xe6\xaf\x59\x37\x64\xb4\xf9\x4d\x9a\x3f\x03\x37\xde\xa1\xf5\xc4\x50\x97\xfd\x96\xf5\x71\x9a\xce\x7e\x46\x4f\xa9\xa2\xf9\xdb\x6b\xf6\xff\xad\x18\x87\x7f\xce\xaa\x12\x33\xe4\x9f\xd1\xba\xff\x28\xec\xbf\x83\x07\xd0\x4a\xf5\xa5\x15\x33\xbf\x3f\x4f\x9f\x4b\x4f\xf0\xe5\xa5\x17\xed\xe0\xbe\x18\x30\xb3\xf3\x4b\x49\xc2\x62\xb6\x39\x34\x6f\xfe\x4d\x2e\x0b\xe1\xff\xef\x05\xcd\x9f\xbf\xb3\xbf\x46\xd1\xf8\xce\x61\x7e\xe9\xf3\xcd\xec\xf7\xe3\x00\xb6\xb2\x7e\x0e\x8f\x8b\xf4\xff\xa0\x7f\xd1\xfd\x86\xf8\xbe\xe0\x8d\xf4\x5d\xf5\xad\xae\xfd\x53\x2e\xe3\x56\xef\x24\x60\x82\x33\xf0\x7a\x19\xf7\x43\x51\xbc\x75\x3b\x0b\xe0\xd1\x57\xc0\xb1\x29\xf0\xa0\x00\x70\x5b\x05\x3c\x70\x07\x7c\x93\x80\x5b\xe6\x40\x50\x0e\x70\xa3\x23\x10\x9e\x00\x5c\xd3\x07\x62\xbb\x03\xa5\xff\x00\x87\x4c\x01\xc5\x9a\x98\x65\x0b\x5c\x5f\xc2\x8c\xcb\xd2\x70\xce\x2c\xd7\xcc\x81\x3f\x2a\xd8\x7e\x8f\x7b\x17\xcc\x65\x7b\x2a\x59\xe0\x5d\x63\xaa\xe3\x7e\x55\xfa\xff\x02\xff\xdf\xb7\xfc\xdb\x7d\x75\x15\xff\xe1\xfb\xfa\xfd\x1f\xf4\xb9\xa8\xe2\x3d\x5c\x14\xe3\xe0\x0b\x7c\x39\x04\x0c\xfc\xc2\x7d\x5b\x86\x55\x00\x6f\xdb\x70\x3d\xb7\xe2\x19\x27\x5b\x00\x4f\xcf\x01\x33\x75\x80\x87\x63\x80\xb9\x77\x81\x7b\x7f\x01\xae\x3a\xac\xe7\xaf\x38\x99\xc9\x78\x77\xe9\x10\x20\xac\x0d\x50\x72\x04\xd8\x1d\xc1\xf8\x97\x62\xc6\x5e\x6d\xc5\x3b\xae\x92\x30\xe0\x42\x09\x70\x35\x0b\xb8\x37\x96\xf1\xa1\x17\xd3\x81\x92\x21\xac\xb5\x20\xe3\xde\x32\xde\x27\xd7\x7d\xcb\xfc\x07\xd9\xff\x9f\xe1\xff\x3f\xf2\xfb\xff\xd7\x26\x02\x1d\x5b\x7f\xd7\xd7\x40\xe0\xfd\xef\x4d\x01\xe3\x19\xc0\x0b\x73\xc6\xb9\x7f\x9f\x00\x58\x18\x01\x8f\xca\x98\xff\x70\xff\xa6\x62\xcf\xc5\xef\xdf\xd9\x17\xb8\x36\x89\xb1\x14\xc5\xfb\x5e\xa7\x0d\x94\x2c\x05\x42\x2b\x81\xcb\x1d\x80\x98\xfa\xc0\xc5\x7f\x81\x83\x6d\x14\xbb\x07\xae\x77\xbf\xb2\x80\xf5\x0f\x2e\xe7\x03\xf7\x24\xe0\x8a\x01\xf0\xda\xe0\x1b\x1f\x28\xff\x26\xdb\x9a\xfa\x07\xff\x0b\xff\xff\x11\xff\xa1\x8a\xff\x21\x78\x00\x4d\xff\xa8\xfe\x59\xd6\xc7\x50\x7c\xff\x4b\x25\x8f\xdf\xc7\x3c\xa0\xfb\x52\xe0\x5d\x08\xd0\x3f\x0c\xf8\x23\x04\x18\x72\x05\x78\xf2\x00\x30\xeb\xce\xf5\xbd\x53\xce\x00\x77\x16\x03\xb3\xad\x80\xd2\x10\xc0\x71\x39\xbf\x4f\xc5\xfe\xe8\x72\x4f\xc6\xbb\x8b\x2f\x2b\x4e\x42\x40\xb1\x17\xeb\x82\x5c\x28\x03\x0e\xc6\x00\x17\xa2\x39\x1e\x8a\x25\xae\x09\x3f\x5f\x04\xdc\xb3\x60\xfd\x8b\x97\x69\xc0\x79\x11\xf7\x55\x71\x10\xfe\x63\xff\x65\xfc\x73\x8f\x18\x9f\x9a\x38\xb8\xf4\x1d\xff\xe3\xff\xaa\x7f\xa1\x18\x97\xcf\x97\x80\x36\xb9\x8c\x6f\x74\xd1\x05\x5e\xe5\x03\x06\x4b\x81\xa7\x6b\x80\x41\x07\x80\x5f\x2f\x02\x23\xb7\x00\x77\x8d\x01\x4b\x5d\xae\x73\x9e\xa5\xf0\xff\x2e\xb0\xa0\x2e\x50\xd2\x5b\xb1\x37\x61\xbc\xdb\xd7\x1c\x28\xfa\x0c\x6c\xce\x05\xce\x0d\x01\xa2\x92\x81\x73\xb7\x79\x1c\x0a\xf3\x99\xe3\x52\xb4\x98\xc7\xa2\x50\x0b\xb8\xf7\x1e\x38\xe7\x02\xbc\x1d\xf7\x2d\x0e\xb2\x86\x56\xcf\x03\x55\xf3\x5f\xf8\xff\x53\xfe\xc3\x77\xf3\xe2\x7f\xf2\x3f\x6a\x58\xed\x71\xc0\x3f\x8d\x80\xa6\xbd\x81\xca\xc5\x1c\x1f\xcf\x5b\x02\xdd\x86\x02\x8f\xc3\x80\x7e\x06\xc0\xbd\x23\xc0\x10\xc5\xaa\x5d\x08\x98\x1d\x62\x9d\x03\xc5\xfc\x50\xcc\xf3\x79\x05\xc0\xf9\x64\x60\x69\x5b\xe0\xec\x29\xc0\xbb\x04\x38\x5b\x04\x6c\xb2\x54\x9c\x12\x80\x5d\x85\x40\xde\x43\x20\xf1\x02\x90\xab\x02\x1c\xef\xc3\x7f\x57\x8c\x83\x62\x77\xae\x88\x87\x7c\x25\xe0\x7d\x0b\xe0\x74\x37\xe6\xea\xc9\xf8\xff\xe1\x1a\xfe\xcb\x71\x5f\xc5\x7f\x10\x38\xb8\x8c\x07\x87\x79\x7d\x1b\x87\x9f\xf2\x3f\xae\x57\xb7\xb5\xc6\x02\x5f\x9c\x81\xba\x1a\xc0\x5f\x61\x40\x43\x67\xce\x07\xcd\xb4\x81\xa7\x31\x40\x87\xc3\xcc\x7b\x31\x98\x04\xdc\x29\x05\x06\x94\x31\xaf\x69\xd4\x6b\xe0\xd2\x07\xe6\x3f\x14\xed\x06\x66\x53\x1f\x68\xce\x13\x67\x9c\x01\x8f\x67\xc0\xe9\xa1\xc0\x7a\x17\xe0\xf4\x0d\x60\xa7\x16\x70\xfa\x35\x90\xa4\x0b\x64\x6b\x03\xc7\x92\x00\xc5\x6a\x7e\x31\x06\xc8\xee\x06\xdc\x7b\x08\x9c\xae\xc5\x1c\x1c\x99\x07\x93\x32\xab\x7a\xfe\x93\xfd\xaf\xc9\x7b\x91\x79\x00\xa1\x2b\xab\xe3\xa2\xd2\xff\x91\xff\xf1\xf5\x6f\xc5\xa1\x0a\xf8\xa2\xd8\xd3\x5d\xe3\x67\x50\xd1\x06\x5e\xfa\x00\x0d\x2e\x32\xef\xa1\xb9\x09\x70\xbf\x21\xd0\x69\x25\xf7\xb9\x50\xac\x27\x57\x1e\x00\x43\x8e\x00\xe7\xef\x00\x16\xb1\x40\x61\x2f\xe6\xcf\x9d\x49\x00\x1c\x57\x02\x39\xfb\x81\x55\xdb\x80\xec\x7a\x40\x50\x25\xe7\xc4\x1d\x61\xc0\x89\x0d\xac\x0b\x72\x2c\x85\xb9\x0e\xc7\x32\x81\x0b\xae\x40\x66\x26\x70\x37\x0b\x50\xec\xf6\xde\xbb\x8a\x79\x90\x08\x1c\x48\xaf\xee\xbf\xcc\xff\x90\xfb\x7f\x84\xc4\x55\xf7\x3b\x48\xe0\xde\xff\x4f\xfc\x07\x1f\xe0\xab\x23\xef\x7a\x6a\xf2\x1e\x7e\x4b\x01\x54\x47\x02\xbf\x1e\x07\xb4\x9e\x32\xc7\xb1\x4d\x32\x50\xb2\x0f\xd0\xd7\x03\x2e\xbc\x04\x06\x6c\x02\xce\xde\x05\xc6\xac\x02\x4e\xe5\x02\xd6\xd7\x81\xac\x57\xcc\x0f\x3a\x6e\x0f\x2c\xf7\x55\x9c\x02\x59\x47\x29\xbd\x12\xd8\xa6\x07\x64\x0c\x05\xf6\x6b\x01\xe9\xc6\xc0\x31\x3f\xe6\x8c\x5d\xac\x00\x52\x8c\x79\xbd\x48\xa9\x00\xde\x6d\xfd\x4e\x07\x23\xb7\xba\xff\xf2\x7b\xff\x19\xef\xc3\x5f\xe4\x85\x35\x56\xff\x63\x1c\x04\xef\xe1\xeb\x12\xb6\x7f\x69\x88\x5d\x60\x0d\xde\xc3\x63\xbe\x65\xc3\xbd\xba\x80\xf2\x2d\xa0\xec\x1e\xd0\x28\x03\xb8\xdc\x1a\x68\xbf\x17\x28\x34\x02\x7a\x99\x00\x67\xfc\x58\x37\x27\x7b\x3c\x30\x79\x2b\xf7\x0a\x9b\x53\x0e\xa4\x3d\x60\x7e\x50\x8a\x01\xf7\xdd\x3b\x3c\x1c\x08\x2b\x05\x0e\x75\x03\xf6\x0d\x01\x92\x5c\x80\xa3\xba\xc0\xc1\x09\xc0\xc5\x10\x20\xc1\x84\x35\x66\x12\x5e\x03\x1f\xde\x7c\xcb\xff\xb2\xff\x5b\x1f\x56\xf7\x5f\xf6\x5b\xe6\x3f\x78\x8b\xf9\xe0\xd9\x83\xad\xac\x03\xf1\x33\xff\xab\xf8\x2f\x35\x70\xef\xd7\xcd\xd9\x3e\x8d\x12\xfe\x5f\x65\x7b\x43\xec\x96\x2f\xcf\x06\xd4\x75\x81\x73\x2b\x81\x66\x25\x40\xee\x44\xc5\x59\x0b\x38\xf1\x02\x18\x10\x07\x64\x0e\x07\xc6\x5b\x02\x29\x9b\x81\x99\xce\xc0\xa1\x96\x9c\x27\x12\xdc\x00\x9f\x2f\xc0\xbe\x49\xc0\x16\x5b\x60\x6f\x37\x60\x8f\x3e\x6b\xad\x1d\xb1\x03\xe2\x14\x6b\xa4\x05\x10\xaf\x0e\x3c\x58\x01\xc4\x2e\x02\x3e\xf4\x00\x22\x5f\xf1\xb3\x6f\x09\x60\xbb\xde\xb9\xfa\xfb\xae\xc9\xfb\x58\x2e\xfc\x77\x2b\x65\xeb\x32\xf7\xbb\x71\xf8\x1e\xf7\xaf\xe1\xff\x5f\x01\xc2\x7f\x3d\x31\x0f\x06\xb2\x7d\xf8\x27\xdb\x5b\x42\x45\x52\xe6\x7f\x9c\xb7\x60\x9b\x1b\x00\x68\x3a\x00\x27\x4d\x81\x36\x2e\x1c\xf7\x86\x25\x40\xb2\x0e\x30\xe2\x24\xcf\x7d\x6b\x0b\x60\xdf\x76\xc0\xb1\x0b\x10\x3f\x9e\x75\xe7\x76\xef\x04\x42\x96\x01\xd1\x37\x80\xf8\x25\xc0\x2e\x77\xfe\x7f\x77\xb8\x01\x45\xfd\x81\x88\xad\xc0\x3d\x77\xe6\x7f\xbc\xeb\x04\x6c\x79\xc1\xcf\x1e\x68\x5c\x3d\xce\x65\xbf\x97\x35\xae\xee\xaf\xcc\xfb\x58\x28\xf2\xc5\x82\x36\x35\xc6\xa1\x26\xff\x67\xbf\xc8\x03\x3e\xff\xc3\xff\x15\x6c\x2f\x8a\x5b\x47\xbe\x33\x04\x4e\x8c\x03\x6a\x39\x02\xe9\xee\x40\xe3\x46\xc0\xc1\x8f\x40\x67\x67\x60\xff\x69\x3e\x8f\xc4\xf7\x07\x26\x3e\x03\x62\xba\x01\xf3\x34\x81\x9d\xce\xc0\xaa\x0a\x20\xa2\x13\xb0\x29\x1a\x08\x93\xa0\x1b\xbb\x13\xd8\xf2\x17\x26\x64\x74\x03\x36\x47\xc0\xba\x70\x1a\x10\xbc\x09\x3a\xb7\x0f\x03\x1b\x7c\x31\xec\xb5\x1f\xb0\xae\x01\x66\x28\x7c\x50\x9c\xc1\x14\xd6\x5d\xf8\xbd\x44\xec\x2b\x1c\xdb\x60\x9a\xc2\xce\x13\xfb\xc8\x39\x41\x6c\x15\x67\x1e\x85\x9d\x55\x52\x63\x1c\x04\xee\xfd\xef\x82\xea\xf3\xe0\x77\xd1\x07\x48\xd6\x3d\xb9\x23\x6e\x15\x4b\x0d\xab\xfb\x5f\x20\xaa\x4b\x4e\xd6\x63\xbe\x40\x5a\x2c\xf3\x25\x12\x2e\xd7\xfe\x5a\x27\x1f\x88\x3b\xad\xae\xaa\x1b\xa5\x58\xc7\xeb\x85\xf7\x09\x06\xb6\x5d\x6f\xa0\x3b\x6e\x11\xb0\xe5\x65\x43\xc9\x6e\x2a\x10\x1c\xa7\x3d\x6f\xd9\x47\x20\x28\xa6\xd1\x9a\xf5\x5d\x81\xb5\x0e\x8d\xc2\xa2\x8c\x00\x3f\x8b\x46\x52\xca\x70\xc0\x27\xb5\x51\x49\x5e\x28\xe0\xe5\xda\xc8\xf1\xfa\x47\xc0\x73\x53\xa3\xa9\x7f\xb4\x04\x56\x0d\xd6\x7e\x46\xef\xbb\xae\x16\xdd\xcf\x3b\xc6\x69\x12\x5e\x65\xbf\xb2\x3e\xf5\xb9\xb7\x5b\xa0\x4e\x3a\x9c\x33\x5a\xa8\xfd\xaa\xb0\x36\x6e\x2a\xcd\x15\x76\xea\x68\x65\xaa\xf7\x9c\xa2\x56\x8b\xea\xfb\x7e\xc6\xff\x79\xee\x52\xdd\xff\x5b\x61\xe0\x3a\xf0\x06\x4a\x74\x6b\x72\x3e\xb6\x0e\xdd\x0a\x9c\xbe\xda\x90\x6e\x03\x8e\x86\x6a\xd3\xed\x41\x72\x39\x57\x21\xee\x0d\x69\x4a\xe7\xf9\x48\xe7\xe6\x74\x6b\xb2\x35\xa2\x55\x4c\xe3\x3f\x80\x0d\xbf\xeb\x26\x74\x6b\x5e\xdb\x21\x60\x4d\xeb\xca\xa1\x1a\xca\xef\xbd\x23\xdb\xec\xb7\x9a\xa1\xea\xbd\x6a\x79\x9b\x33\x8b\x1a\xab\x5d\x5d\x56\xd4\x26\xcc\x37\xb4\xce\x1f\x2e\x25\x6d\xc6\x85\x67\xa8\x17\x2d\xf6\x6f\xfd\x2e\xa1\x9f\xc6\x78\xc7\x94\xd6\xfe\x59\xaf\x35\xec\x17\xb8\xb5\x1e\x73\xe5\xbe\x46\xb7\x79\x37\x5a\x0f\x79\x9c\xa7\x1e\x38\x77\x7c\xeb\xeb\xff\x9e\xa9\x63\x67\x1b\xda\xba\x54\x92\xd4\x96\xd9\xfc\xdd\xea\x8c\x24\xa9\x1c\x98\xbc\xa8\xe5\x07\x49\x52\x3e\x63\x39\xaa\xf9\x46\x49\x52\xba\x64\x61\xd1\x98\xee\xe3\xc6\xdf\x6b\x44\x3a\x9c\xe3\x3a\x69\x9f\x53\xd8\xd1\x01\x0d\x5a\x2a\xec\x4f\xfd\xff\x5d\xf6\x5f\x9d\xee\x09\xae\x14\x73\x9f\x94\xb3\xa3\x9b\xd1\x7d\x76\x8e\xad\x2e\x45\x42\x46\x50\x5b\xba\x25\x48\xd2\xed\x40\xf7\xf8\x71\x69\x5d\xe8\xfb\xdb\x7d\xbb\xd3\x7d\x7f\x70\xad\x9e\x84\x1b\xfa\xad\x36\x9c\x57\xaf\x25\xe0\xa1\x6b\x78\x45\x6f\xa3\xb2\x96\x6b\xb6\xe1\xa0\xfe\xa6\x75\xce\x3a\xad\x36\x0c\x9e\xb0\xa4\xae\xc6\xdc\x1b\x06\x65\xf6\x01\xf5\x4a\xed\x8a\x0d\x8c\x57\xe6\x68\x6e\x98\xd1\xbf\xe7\xc9\x4d\xdb\x1b\x7c\xb2\xde\xd3\xe3\x9f\xb8\xe8\x86\xf7\xa7\x58\xf6\x98\x71\xc4\x5d\x6b\x88\xe5\x5f\x3d\x7e\x39\x9f\xa0\x35\x79\xa2\x49\xf7\x4f\x0f\x96\x35\x3c\x6e\x31\xba\xfb\xdf\x7f\xaa\x35\xd0\x18\xdf\xb6\xbb\x93\x24\xd5\x7b\x3b\x5a\xb7\xeb\x6e\x49\xd2\x48\x19\xfe\xbc\x73\xb2\x24\xa9\x9b\x99\xde\xee\xf8\x52\x92\xd4\xbe\x0e\xde\xd3\x41\x5d\x92\xd4\x34\x8c\x87\xb5\x9b\x20\x49\xaa\x8d\x8c\xfc\xf5\x7a\x4b\x92\xf2\x6f\x46\x6e\xad\x07\x48\x92\x72\x0b\x99\xff\x21\xf3\x7f\xaa\xde\xff\x1f\x0d\x28\x23\x5c\xb2\x69\xd1\x8f\xe2\xfe\xbc\x1e\xe9\xaa\x9e\x98\xd5\x75\x97\xc2\xa6\x18\xf7\xa2\x7b\xeb\x84\xba\x7d\x89\x0f\x10\xa3\x3b\x90\x3e\x87\x9b\x33\x5f\x60\xe3\x1a\x13\xca\x2c\x3e\x6b\x58\x47\xc2\x55\x77\xf8\x6c\xe4\x02\x8e\xd6\x23\x9d\x9a\x9d\xaf\xd5\xd8\xee\xf6\xf0\xed\x3d\xfe\x55\x7b\x6c\x6d\x3a\xcc\x6a\x44\xa7\xfa\x33\x27\x3e\x18\x9a\x39\xdd\xb9\xc1\x7d\x33\x9b\x21\xc7\x5d\x1b\x6b\x7d\x1d\x65\x66\xfa\x6e\xdd\xde\x46\xb7\x87\x35\x35\x55\xd9\x35\xb6\x71\xfd\xc1\x4e\x83\xbb\xa4\x38\x34\x8e\x32\xee\x68\x62\x57\x60\xd0\xb8\xdf\xc0\x43\x26\x41\xb7\x47\xe9\xb8\x0c\xf8\x6c\x12\xf0\xfa\xb5\x76\x96\xd1\x6f\x26\x66\x92\xd4\xb0\x5e\xbf\x5d\x03\xe6\x4b\x92\xa6\x4a\xef\x4f\x7d\x33\x25\xa9\x9e\xb6\x61\x7a\xaf\x28\x49\xd2\x08\xe9\x19\xd0\xf3\xb4\x24\xa9\x9b\xf4\xac\xdf\xe3\xb5\x24\xd5\x79\xa7\xbf\x45\xbf\x91\x24\xa9\x6d\xeb\xb6\xb8\x5b\x0f\x49\x52\x6b\x23\xf3\x7f\x7e\x3d\xa8\x41\xba\x16\x37\xef\x34\xa6\xdb\xbe\x62\x73\x3d\xba\x2d\xcc\xaf\xd0\xa7\xfb\xe8\xe3\x8d\xfa\xd2\xbd\x5b\x4a\x85\x09\xeb\xdf\x2f\x1e\x42\xa8\x53\xb4\xc5\x48\xaa\xdb\x0a\x1f\x32\x86\x76\x5a\x1b\x04\x5f\xc0\xfb\xbd\x05\xa1\xb5\x2e\x39\x96\x14\x1f\xf6\x06\x53\x68\x5e\xd9\xa8\x59\xcd\x6b\x10\x09\x58\xb4\x9f\xba\xaa\xe3\x1c\x95\x15\xa3\x3a\x4d\x51\x33\x8e\xaf\x3b\xc0\x54\x79\xf2\x9a\xc9\x4b\x34\x55\x07\x1c\x99\xac\xec\x64\xd0\xa0\x5f\xdf\xde\x93\x16\xae\x39\xdd\xb0\x96\xe1\x36\xcb\xbf\x23\xfa\x37\x9c\xd3\x23\xd1\x72\xfc\xc1\xf7\x0d\x47\xe8\x3b\x4f\xcc\x3b\xf3\xb8\x41\x71\xd7\x2f\x13\x47\x5d\xbf\xa5\xf9\xb1\xcb\xe7\x89\x2b\x5f\xb8\xd5\xf7\xee\x92\x62\x11\x2c\x49\x75\xad\x3b\x79\x8d\x7b\x28\x49\xea\x9b\x3a\xba\x8f\x2c\x94\xa4\x3a\x8b\xda\x2d\x1c\x7a\x53\x92\x54\xa3\xda\x2d\x32\xdd\x2a\x49\xaa\xf3\xda\x5e\x33\x1e\x27\x49\x2a\xb7\xf4\x4c\x06\xbc\x91\x24\xe5\xaf\xad\xe7\xf4\x3d\x2f\x49\xb5\xdf\xff\x1a\x55\x8f\xde\xdf\x2d\xd3\x96\x84\x4b\x5f\x9e\xd5\x89\xde\xb7\xcc\xff\x39\x1e\x66\x42\x7e\x24\x9b\x8f\xa4\x7b\xb7\x7d\xe3\xc6\x11\x1f\x2c\xda\xd2\x82\x78\x3f\x61\x9d\x58\x55\x38\xe8\x88\x15\xfd\x8e\xb7\xcf\x74\xc2\x33\x96\x96\xf0\xad\xfb\x3c\x6d\x3b\x1a\x2f\xab\x0a\x7b\x9a\x3f\x23\xbd\xe7\x6d\x54\xae\x0d\x98\xdc\x9c\xe7\xdd\xca\x5b\x69\x67\xef\xc7\x73\x07\xf5\x79\x53\xa7\x59\x8f\x45\x73\x47\x4c\xf0\x51\x37\xec\xe2\x31\x77\xd0\xbc\x3a\xea\x67\x3a\xcc\x9a\xdb\xca\x4b\x4f\xfd\xf7\xb6\xf3\x1c\x6c\xc3\xb6\xaa\x5f\x6f\xfd\xca\x3e\x2d\x21\x5b\x7d\x54\xab\x4f\xf6\xce\x39\xaf\xea\x2c\x68\x79\x67\xce\xf3\xb2\xba\x6a\xde\x2d\x75\xe6\xcc\xff\x7d\x8c\x6a\xef\x16\xb9\xb3\xff\x95\x24\xe5\x88\x16\x1d\x67\xcc\x94\xa4\xda\x67\x9a\x97\x5a\x69\x4a\x52\xed\x6e\xcd\x5b\x4f\xd2\x93\x24\xa5\x01\x3a\x67\x2c\x08\xcf\x6b\x54\xd7\x8c\x74\xa6\xb4\x5c\xc6\xda\xd2\x99\x71\xd7\x08\xba\xbf\xbe\xe5\xd5\x96\x6e\x35\x8b\xfd\x7a\x12\xbe\x70\xa6\xeb\x40\x42\x4f\x8f\x5e\xe0\x3e\x29\x29\x1d\x26\xd0\x38\xec\xab\x37\x91\xee\x6d\xa3\xce\x5a\x11\x3a\x10\xd6\x73\x06\xcd\xa0\xf5\xce\x76\x14\x37\xbe\x7e\x0e\x54\xaf\xed\xf6\x71\x2e\xad\x40\x0b\xfc\x17\x10\x03\x79\xfa\x3e\x27\xba\xcf\x34\xbb\xbc\x84\x6e\x9f\xfb\x27\xbb\x11\x3e\xde\xad\xdc\x7d\x6f\xa3\x78\xa0\xdd\xcc\x65\x49\xfa\xb7\x94\xa1\x9b\xec\xae\x3c\xea\xac\x72\xfd\xe6\xf7\xdc\xcd\xec\x1e\xd5\x36\x6c\x96\xb9\x5c\x77\x95\x04\x9b\x26\x76\xee\xa1\x5b\xd6\x00\x8d\xde\x2c\xfb\xb2\xef\x32\xa0\x95\xe9\xf6\xf0\xe4\x01\xa0\x41\xae\x5b\xfb\x2b\x4f\x01\x4d\x2c\x35\x7a\xda\x00\xa8\xd7\xd6\xd5\xe3\xcb\x2b\x40\x3d\xc8\x89\xee\xe9\xd5\x4a\xe7\x12\x4e\xa3\x32\xcf\x8e\xf0\x09\x95\xa7\x33\xa8\x3f\x88\x72\x2d\xeb\xbf\x15\xb6\xf6\x81\x29\xb9\x6c\x27\x51\x9d\xf3\x25\xbd\x3e\x14\xaf\x79\x8e\x4c\x88\x3d\x72\x86\xfb\x41\xa5\xac\xb3\xa0\x7c\x2f\xf3\x7f\xa2\x62\xa6\x13\x8a\xba\x35\x77\xf6\x1e\x8e\xff\xb9\x54\x7d\xed\x3b\xc2\x89\xf2\xe6\x8a\x54\x96\xab\x77\x32\x77\xa1\xf1\xb4\x7d\xc5\xe8\x8b\x65\xc9\x72\xca\x97\x43\xff\xf6\x24\x9c\xa7\x7b\x4f\x1f\xe2\x61\x35\xf5\xf3\xcb\x52\x7d\x04\x68\xeb\xfb\x0f\x6d\x37\x1f\xa8\xbf\xd5\x7f\xc1\xe0\xdb\x80\xba\x91\xbf\xa7\x4d\x10\xa0\xf2\xd8\xbf\xd9\x52\x0d\x40\x69\xbc\x5f\xde\x7a\xc2\x37\xfc\xb0\x9b\x95\x67\xc0\x88\x99\xef\xb4\x8b\x84\x83\x79\x57\xfc\x4a\x53\xd1\xbb\xcb\x27\xba\xdf\x5d\x29\x70\xed\xa5\x02\xcf\x5a\xf4\x86\xed\xfc\x40\xb6\x0e\xa2\xbe\x7b\x8e\xc0\x35\x6c\xe9\x1e\x3b\x3f\x7f\x14\xa1\x41\xc7\xd6\xf3\xbc\x4e\x79\x32\x95\x70\xee\x7d\x67\x39\xae\x63\x4a\xb8\x1f\x94\xdc\x07\x6a\xe3\x1a\xde\x50\xf8\x57\x32\xef\x67\xe5\xb1\xa5\xd4\x17\x69\xc9\x42\x77\xca\x13\x0e\xf1\x8c\x46\xda\xb8\x79\x13\x9f\x62\x6c\x09\xf7\xd5\x30\x9a\xc4\x7a\x0a\xed\xba\xad\xa7\x3c\x52\x67\xc8\xe6\x2f\x9c\x91\x43\x5c\x9a\x51\x26\x0d\xc9\xe9\x1f\xa8\xb0\x9b\xa5\xc9\x94\x59\x36\xfb\x32\xc3\x68\xd3\xe3\x75\x54\xf7\xbc\xc9\x26\x8a\x46\x3c\x78\x47\x1a\x21\x2c\x1b\x3f\x16\x11\xff\x61\xc3\xf2\x07\xa2\x33\xcb\x07\xba\xcf\x5e\xdb\x44\xaa\xc6\x6f\x58\x29\x78\x21\x6e\x02\xcf\x74\x11\x7a\x20\x8b\x3e\xb3\x5d\x48\x38\xc6\x09\x1d\x0b\x42\x4d\x53\x2e\xd8\xd0\x89\xea\x80\xf1\xec\x74\xce\xff\xf3\xe9\xfd\x6d\x77\x74\xa2\xe7\xff\x4e\x07\x87\x9e\x7e\x75\x07\x0f\x42\x8d\x5c\x0b\x59\x17\x66\xbe\x31\xeb\xa4\xcc\xc8\x5d\x43\xe3\x61\x11\x16\x48\x27\xd2\x61\x73\xb9\xaf\x88\xc1\xf4\xcd\x34\x5e\x2d\x62\xb9\xbb\x49\x2d\xd5\x08\xc1\xd4\x8b\x8c\x66\xfe\x43\x64\x0f\xee\x7f\x11\x39\x72\x22\xcd\xcc\x1d\x61\xdc\x91\x6a\x87\x9d\x1f\x51\xb7\x22\x52\xb8\xde\x7f\xfb\x97\xc3\x54\x39\xbe\xbd\x67\x1e\x77\xaa\x9a\x7c\x93\x70\xbe\xb0\xab\x6f\x88\xb1\xb6\x55\xe0\xbc\xeb\x05\x9e\xed\x2f\x70\x2d\x1f\x51\xff\xbf\x3a\x96\xed\xaa\x81\x6c\x97\xd1\x78\xa4\x39\xcf\x24\x9c\x2a\xd1\x99\xfd\xde\xbd\x6a\x11\xe1\x6e\x91\xf1\x6e\x54\x2d\xbb\xa9\x3b\xeb\xff\x04\x4e\x58\x4d\x6a\x04\x5e\xce\xec\xef\xb2\xa5\xfe\x44\xa4\x59\x64\x1e\x68\xcc\x51\xb6\x9e\xba\xba\x58\x19\x6c\xa6\x75\x74\xcc\x52\x56\x1d\x1f\x14\xcb\xbc\x90\xae\xbb\xd9\x6f\x9d\x2b\xfc\x56\xb9\xea\x06\xdf\xf1\x61\xe2\x7d\x99\xa9\x16\xf7\xce\x5c\x74\x64\x9b\xf7\x27\x5b\x66\x1c\xc5\x25\x87\x13\xce\x15\x2b\x25\x11\x32\xb6\x3b\xe2\x14\x45\x6a\x4c\x74\x29\xe1\x1b\x31\x13\x9f\x93\x8d\x76\xfe\x4a\x38\xc6\x76\x81\x67\xca\xba\x28\x1b\x44\xff\x8b\x75\x42\xdf\x5f\xe6\x0d\xf1\xf8\xc8\x7d\xc0\xe2\xac\x5c\xa9\x5a\x56\xd6\x01\x0a\x75\xf6\x24\x1e\xd8\x7a\x53\x1f\xc2\xc3\xd7\xf8\x04\xd0\x49\x7b\x55\x2c\xf3\xbc\x96\x18\x04\xd3\x78\xc8\x7a\x38\x33\x72\x18\x5d\x99\x78\x6e\x1b\xa9\xbb\x8c\xd4\xde\x41\x71\xd0\xd7\x9e\x71\xf3\xf6\x5d\x63\x99\x17\x35\x90\xf5\x42\x80\xa4\xe5\x6c\x13\x2f\xff\x42\x08\xd2\xc1\x5a\xbd\xe9\x8c\x96\x34\xd1\x8c\x70\x97\x83\xdd\x1c\x08\x9f\x49\x8a\xf6\x24\x84\x30\x49\x2f\x94\x9e\x20\x69\xc5\x81\xbd\xfc\xff\x67\x93\x42\xc5\x81\x4d\x97\x29\x53\x1d\x88\x7e\x4a\x3b\x9e\x03\x43\xbf\x4c\xe5\xf1\x62\x3f\x77\x6a\xb2\xdd\x26\x74\x53\xb6\x8a\xbc\xb1\x79\xba\x18\x9f\x87\x0a\xbb\xc7\x80\x79\x6e\x51\x4d\x78\x5e\x87\xcf\xf2\xa5\x5f\xdf\xe8\xcc\xfd\x62\x02\x22\xd6\xd3\xba\xb7\xea\x2e\xfb\xbd\xb4\x24\x84\x9e\xca\xb1\x24\x9c\xd6\x8d\xd9\xa2\x6f\x90\x75\xbb\x5d\x84\xd2\x8f\x1b\x1f\x45\xa8\x9c\x69\xe3\x58\x8a\x62\x83\x39\x8c\xd2\xb7\x99\xcb\x3a\x0a\x75\x8d\x0e\x3f\x65\xff\xd3\x17\xb1\xcd\x78\xdf\x94\x94\x78\x32\x82\x0d\x69\xe4\xd2\x4b\xc6\xd0\x4c\xcb\xb8\x3d\x87\x76\x36\x19\x6b\x98\x91\x96\x1e\xb5\x89\x3a\x3b\xa5\xdf\x8d\xa7\x19\x96\xbe\xf0\x18\x31\x4f\xd2\x3d\x2f\x11\x2f\x28\x5d\xef\x11\x21\xc9\x29\x15\x9f\x08\xf7\x3c\x28\xea\xd8\xf7\x89\x7c\x51\xc5\x8b\x11\x75\xde\x3b\xc4\xbc\x60\xde\x50\xb4\x33\xcf\xef\x70\x89\x0f\x4c\x9b\xe7\x04\xd2\xd3\x04\x36\x63\x1e\x90\x57\x61\x28\xf9\xb3\xc2\x61\x3b\xed\xa7\x9c\x17\xec\xa0\xf5\x50\xe6\x01\xcd\x98\x1b\x43\xec\x0b\xcb\x87\x71\x74\x03\x31\x5a\x67\x1f\xed\x1f\x06\x6e\x67\xbf\xf5\x6d\x98\x0f\xd3\x42\x2d\x95\xde\xa6\x5a\xec\x91\x34\xf6\x3f\x4b\x54\x36\x65\xff\xc5\xfd\x71\xb2\xf6\x1a\x10\x23\x39\x7b\xcf\xe8\x83\x0a\x9b\x33\xd9\xce\x90\x2d\xaf\x38\xd9\x0e\x1b\x89\xb1\x92\x3d\x2a\x96\x4e\x38\xd9\x2d\x32\x29\x52\xb3\xdc\x2f\xb0\x35\x66\x9e\xd4\x89\x92\x0f\xf4\xa4\x47\x04\x4f\x2a\x59\xd4\xb5\xcb\xfd\x70\xf6\x33\x6f\x10\xf1\x59\x6c\x63\xa2\x15\x76\x7b\xc3\x80\x47\x3c\x8b\x36\xd0\xaa\x14\xe8\x1e\x42\xcf\xeb\xe7\xc8\xf3\xda\xd3\x7d\x27\xe1\x9c\x4b\xbf\x44\x53\x94\xca\x7a\x38\xb3\xc1\xfc\x08\xeb\x30\xd6\xcd\x30\xaf\x60\xbf\x87\x55\x24\x53\x9c\xf4\x7d\x92\x4a\x79\xa0\x8b\x2e\xfb\xfd\x4b\x06\xe3\xc6\xaa\x6d\x4e\x09\x5e\x94\xcc\x87\xc9\xef\xd3\x84\x22\xaa\xc0\xa8\x07\xf1\xe3\x0a\xb6\x8d\xa4\x8c\x5d\xd0\x6e\x3a\xf1\x1b\xf2\x1f\x2c\xe5\xcf\x61\x41\x1d\xd8\x46\xbd\x67\xcb\x0a\x15\xf9\x15\xac\x48\x50\x10\x7f\x8f\x78\x44\x79\xae\xaf\xe9\x2e\xe0\xb4\x58\x1f\x4e\x34\x64\x9b\xe1\x20\x55\xe3\xc5\x24\x89\x5e\x93\xcc\x8b\x09\x55\x0a\x26\x56\xd1\xc6\x2d\x61\xf4\x7e\xd6\x15\xf0\x7b\xfe\xc6\x03\x8a\xa7\x84\xb1\xd8\x67\x0f\xbd\x95\xb9\xdb\x0e\x10\x7b\x69\x96\x2e\xf3\x23\x26\xc5\x24\x13\xbf\x65\x6c\x49\x2a\xe1\xff\xa6\xa3\x79\x75\xef\xdd\x9d\xbb\xf9\x74\x78\x93\x4d\xac\x84\xc6\xb7\xce\x24\x28\xac\x52\x5b\xb9\x5f\xd4\x05\xb9\x72\xe7\x74\x23\x8a\x98\x4b\xd0\xa7\x8a\x85\x4b\xb5\x87\x51\x44\x16\x4b\x33\xf4\xd9\xf2\x0a\x7d\xa9\x76\x00\x31\x56\x8a\xfb\xef\x24\x45\x81\xe2\x49\xac\x44\x54\x6c\x98\x4b\x8a\x2c\x17\xbf\xdc\xa4\x95\xf8\x42\xc9\x4b\x62\x76\x15\x25\x4b\xb4\x12\xe6\x09\xde\x4b\x8e\x58\x2f\x8f\x8b\x3c\x59\xc5\x8b\x21\x3e\x59\x70\xe4\xb6\xfb\xd5\xfd\x67\x1e\xd0\x8a\xca\xbd\xf4\xaf\xba\x3c\x66\x3d\xa0\x85\x03\x93\x88\xef\x60\x97\x94\x4c\xeb\xbf\x4d\x17\xd6\x8d\xb0\x2c\xe1\xf7\x3d\xf2\xfe\xb1\xc9\x0a\x3b\xa8\x34\x9b\xd8\x3b\x3d\x2f\x9d\xa6\x3c\xa3\x97\x91\x4f\xe3\xa7\xbd\xfb\x1c\xe5\xcb\x5a\x8e\xc5\x1b\xd8\xff\x32\x91\x27\xaf\xa5\x6a\x51\x9f\xa0\xb2\x7e\x5d\xe9\x8c\x5b\x5a\xc2\x3b\xba\x6b\xe6\xac\x23\x75\xed\xf2\x22\x12\x48\x29\xfb\xb8\x86\xf2\xc1\xb5\x04\xce\x48\xd7\x13\x0f\x12\x8f\xaa\x6c\x3c\x2b\xb3\x94\x45\x5c\xa5\xcc\x5e\xba\xe2\x29\xbd\xa1\x92\x3f\xfe\x21\x7e\x9d\xdc\x3f\x49\xee\x87\x93\x2b\x78\x62\x72\xbf\xad\x13\xb9\x7c\x9f\xf7\xff\xcf\x03\x72\xd6\x4b\xa5\x7d\xf7\x3c\xb7\x0c\xda\xa5\xcc\x72\xe1\x59\x69\x55\xc1\xac\xd6\xf1\xe9\x3c\xcf\x47\x35\x67\x3e\x8c\xd1\xf1\x7c\xea\x87\xd4\x23\xae\x88\xd8\xad\x6d\x2e\x5f\xa0\xfb\x89\x86\x4f\x58\xf6\xa2\x96\x63\xa9\xe0\x7f\xdc\xc9\x67\x7b\xef\xb9\x16\xad\xd0\xf7\x16\x77\xa6\x91\x7d\x60\x39\x98\x52\xd5\xfd\x5f\x98\xe1\xfa\x40\x77\x01\x9d\x7c\xee\xeb\x78\x93\x7f\x0f\x26\x32\x6f\xee\xfe\x69\x56\xf0\x79\x30\x32\x87\x66\xd8\xdd\xed\x97\xe9\xec\x7c\x77\xd4\x23\xfa\x17\x6f\x56\x54\xfe\x4b\xe3\x26\xfa\xc0\x5c\x16\xf3\xe1\xe2\x57\x31\x2e\x42\x37\x26\xaf\xa9\xc2\x56\xf1\x80\x74\x6a\xf0\x80\x76\xa5\xad\xe6\x38\x38\x42\xfb\x48\x7b\xe1\xf7\x8c\xc5\xdc\x95\x66\x72\x42\x2e\xf1\x84\xcd\x76\xe6\xd3\xbe\x69\x68\x50\x21\xfd\x77\x99\x0f\xa4\x6f\xcd\x7d\x74\x74\xa3\x4b\xe9\x69\xb5\x1e\xde\xd4\x66\xbf\x6f\x8b\x0a\xae\x72\x71\x13\xf8\xd8\x8e\xf9\x30\x4f\xb6\xb5\xa7\x93\xee\x93\xbd\xc6\x94\xb9\x9f\x2a\x4d\xa2\x93\xdc\x13\xd7\x79\xf4\x5e\x9f\x04\x7a\x12\x8f\xec\xc9\xfb\x2d\xf4\xcb\x4f\x03\xf7\x51\x04\x3e\xf5\x3b\x41\x79\xf6\xc9\x96\x4b\x5d\xe8\xf7\x86\x96\x33\xcf\xa1\xd1\x47\xfa\xde\x83\x00\xe6\x3f\x54\xe9\xa1\x08\xde\x64\x55\x5f\x29\x1a\x17\x9f\x5d\x87\x29\x0f\xae\xb4\x4e\x25\x76\xee\x32\x23\x8e\xf3\xc5\x5b\x8f\x93\xbf\x0b\x0e\x30\x2f\xc4\xee\x36\xf7\x05\x9b\x56\x9b\xe7\x77\x95\x2e\x8e\xe8\x93\x65\x5a\x7a\x25\x52\x61\xfb\x9c\x61\x36\x86\x3e\x6e\x10\x6f\x46\x77\xee\x2d\xaa\x5f\x6a\x50\x79\x87\xf8\xb6\xb5\x34\xe4\x1b\x8e\xdf\xeb\xb2\x7d\x15\xa3\x4e\xfb\xa5\xd7\x75\xf5\xe8\x44\xf2\xba\xf5\x00\x9a\xd7\xaf\xca\xcd\x29\x6f\xbe\x09\xe3\x93\xea\xab\x11\x2b\x28\xd2\x5e\x6b\xb1\xb2\xdb\xab\x1b\xcc\x4c\x7e\x75\x2a\xd3\x8f\x7f\xa7\x88\x18\x57\xaf\x8d\x1f\x90\x32\xdc\xab\x5a\xef\x88\xf9\xf6\xbb\x3b\xfb\x5b\x21\xfa\x0c\xde\x13\x7d\xd7\xaa\x8f\x8b\xf4\x03\xfd\x0b\x99\xe7\x50\xd3\xd2\xf7\x7e\x84\xf7\xdb\x02\x2f\x35\x81\x61\xb9\xc0\xef\x2b\x81\xb1\x4d\x81\xc7\x63\x80\x49\x23\x01\xc5\xbb\x51\x9c\x54\x6e\x9c\x02\xec\x37\x01\xa5\x8b\x81\x45\x49\x40\x49\x2b\x60\x45\x11\x70\xd9\x17\xf0\xf3\x02\x8a\x87\x00\x8a\x9d\xe8\xc5\x0a\x40\x91\xa9\xce\x9f\x06\xf6\xcd\x06\xce\xd7\x06\x31\x12\x2f\x94\x00\xb9\x69\x9c\x5d\x4b\xe2\xf8\xfb\xa4\x77\x6f\x0e\xbc\x7b\xf5\x1d\xee\x2d\xf0\xab\xaa\xfe\x0f\xa2\x57\x4d\x4d\xfe\x43\x4d\xfc\x5f\xfa\xae\xff\xc9\xff\xe2\x3f\x74\xd8\x04\x7c\xd9\x04\x74\x79\x0a\xfc\x95\x0d\xf4\xf2\x02\xde\x8c\x05\xfa\xd6\x07\xfe\xf0\xe5\x7b\xe8\x27\x75\x81\x91\xc1\x40\xf9\x03\xee\x7f\x71\x6f\x0d\x60\x7d\x06\xb8\x9e\x06\xcc\xf1\x05\x4a\xe7\x03\x8b\x0e\x01\x97\xe6\x00\xcb\x27\x7f\xc3\xbb\xcf\x0f\x06\x82\xfd\x80\x22\x43\x60\x47\x08\x70\x6e\x09\xeb\x40\x14\x96\x00\xe9\x2e\x80\x22\xcb\x9e\x31\x07\x8a\x9c\xb8\x27\x82\x62\x3c\x1e\x55\x00\xe7\x2f\x03\x7f\x46\x01\x05\xcf\xf8\x19\x4f\x89\xfa\xed\xa3\xc2\xdf\x9f\xe2\xff\x32\xff\x41\xf5\xdb\x38\xd4\xf4\xb7\xa5\xe0\xd4\xc8\x7c\x87\xef\xf5\x2f\xbe\x94\x01\x6d\x0f\x02\xef\x26\x02\xdd\x6e\x03\xaf\x7c\x00\x43\x4d\xe0\x77\x5b\xa0\xff\x2e\xa0\x42\x0f\x18\x16\x0c\x3c\x78\xca\x75\xfe\x37\x6f\x02\x53\x6a\x03\xa5\x9e\x80\x5d\x2d\xe0\xf2\x1c\x60\xa1\x33\x70\x51\x9f\xeb\xfd\xe5\x71\x28\xc8\x06\xd6\x5f\xe6\xbe\x26\xdb\x1d\x81\xfc\xde\xc0\x9e\x8d\xc0\xd9\x86\x40\x7a\x3e\x6b\x61\x28\x32\xf1\xd9\x81\xc0\xd5\x78\xa0\x50\x93\xc7\xe1\xdc\x23\xe0\x53\xf1\x0f\xf4\x0f\xfa\xfd\xd8\xff\x38\xdb\xea\xfe\x57\xe3\x3f\x08\xbd\x0f\x99\xf7\xf1\x43\xde\x83\x1f\xd0\xdc\x07\xf8\x7b\x2f\xd0\xea\xee\x77\x78\xbf\x3b\xa0\xd8\xff\xfc\xa6\x0f\x28\xce\x49\x0f\x47\x00\xc6\xe7\x80\xdb\x37\x81\x51\x21\xc0\x75\x1b\x60\xa2\x0e\xf7\x75\x98\xfe\x07\xeb\x39\xcc\x1b\x08\x9c\xeb\xa4\x38\xab\x02\x67\x37\x32\x3f\x28\xbf\x03\x63\x51\xb9\x4d\x80\xed\x4a\x40\x9e\x1e\xb0\xd7\x9a\x75\x3e\x32\xf6\x03\xf9\x7a\x40\xfe\x1b\x20\xb7\x0c\x28\x8d\xe5\x39\x52\xe1\xca\x7c\x00\xc5\x1c\xcd\x11\x78\x8e\xac\x03\x22\xe3\xff\x72\xfc\xcb\xfe\x57\xd5\xc1\xcb\x3a\x00\x3f\xe2\x3f\xfc\x8c\x07\x61\x02\x7c\x29\x01\x74\xd2\xb9\x47\x8f\x62\xff\xf7\x26\x99\xeb\xb7\x7f\xbf\x0a\x74\x4c\xe5\x77\xd3\xc3\x00\xb8\xf3\x14\xe8\x17\x0c\xdc\x70\x05\x86\x2e\x05\xae\xa4\x70\x5c\x28\xe6\xbd\xd5\x43\xe6\x75\x28\xe6\x47\x7e\x8a\xc0\xfd\xeb\x00\x1e\x53\x40\xea\x6c\xeb\x06\x02\xd9\x27\x58\xab\x3f\xa7\x88\xe3\xe1\xd4\x44\x20\x3d\x1e\xc8\xd6\x04\x72\x6b\x03\xa7\xdc\x80\xeb\x3e\xfc\xfd\x27\xcd\x81\x53\x1d\x81\xbf\x56\x7d\xc7\x83\x91\xf1\xff\xe5\xd5\xfd\xff\x29\xff\xe1\x9f\xef\xc6\xa1\x86\xdf\xea\x5f\xd8\xca\xba\x17\x0a\xfb\xa5\x15\xa0\xd1\x08\xf8\xa8\x0d\x68\x15\x30\x27\x47\x71\xf0\x78\x32\x13\x68\x73\x14\x28\xf7\x03\xba\x26\x03\x37\xcb\x80\x5e\xbb\x81\xd2\x97\xdc\xef\xe1\xd2\x15\x60\xac\x2e\x50\x18\x0d\x4c\xee\xce\xba\x0e\x76\x87\x80\xdc\x43\xc0\xa2\x61\x40\x76\x07\x40\x71\x8e\xca\x72\x07\xd6\xe6\x01\x8a\x5d\x68\xd8\x1a\xe0\x98\x3d\x10\x9b\x02\x1c\xef\x04\x28\x56\x32\xc5\xdf\x15\x31\x70\x32\x1e\xb8\xbe\x05\x38\x16\x00\x3c\x7e\x09\x64\xf9\x02\x5f\x66\x03\xa9\xef\xf8\x59\xe5\x3e\x20\xb2\xff\x51\x8f\xab\xbf\xf7\xad\x02\x0f\xfd\x11\xff\xa1\xca\x6f\xc1\xf7\x90\x79\x10\x4a\xd7\x80\xaf\xef\x80\x5a\x0d\x38\xf6\x94\x1e\x01\x6f\x3f\x00\xaa\xae\xc0\xf3\x4a\xa0\xa1\xc8\x55\x4d\xae\x01\xf7\x1c\x80\xb6\x1b\x80\x9b\xad\x00\xfd\x1d\xdc\xcf\xa4\x9f\xd0\xf3\x18\x66\xc0\xfa\x16\xe6\x15\x40\x8e\x33\x30\xdd\x18\x38\xb1\x9a\x71\xff\x63\x77\x00\x77\x1b\xe0\x48\x77\xc0\xaf\x07\x90\x11\x07\x6c\x39\x0d\x64\xd6\xe2\x3e\x52\x19\x31\x3c\x0e\xe9\x62\xbd\xc8\x34\x67\xae\x60\xc6\x6a\xe0\xd1\x2b\xfe\xfc\x79\xf1\x37\x1e\x90\x9c\xff\xaa\xfc\x77\xa8\x8e\x03\xcb\x7e\x6f\x08\x16\x78\xf8\xc0\x6f\xe3\xf0\x43\xfe\x87\x62\x4d\x5e\x0b\x7c\xc9\xe6\x55\xfe\x3f\x7a\x0f\x0f\x01\xa5\xee\xc0\x83\x78\x40\xd3\x96\xf9\x2f\xcd\x03\x80\xd2\x23\x5c\xdf\x5f\xfc\x19\xe8\x19\x04\x14\xb6\x00\x8c\xeb\x01\x67\x0e\x02\x66\x4a\x40\xd6\x3b\xc0\xc6\x54\xb1\xcb\x07\xe6\x35\x03\xd2\xa3\x59\x3f\x28\x65\x31\xe0\xdb\x9d\xb9\x82\x9b\x1d\xb9\x67\x52\x54\x0e\x90\x5c\x0e\xa4\x54\x02\x07\x23\x80\xd3\x11\x40\xb2\x3a\x50\x26\xf4\x2f\x9e\x2d\x03\x0e\xf7\xe2\x39\x2b\xfb\x1f\x2d\xe2\x21\x42\x9f\x6d\x88\x98\x27\xeb\xeb\x0b\xbf\x65\xfe\x43\x68\x75\x5c\xf8\x3f\xfe\xcb\xfc\x97\x20\xb6\x7f\xb1\xdb\x78\x2b\x54\x12\xff\xb8\x29\x76\x81\x82\xf7\x70\xd7\x18\x50\x36\x05\xae\x6b\x02\x8a\x7d\x61\xb1\xe8\x3b\x54\x34\x16\xe8\xe2\x0f\xe4\x65\x01\xfd\x36\x00\x27\x97\x02\xc3\x5f\x03\x47\x7b\x02\x93\x66\x30\x9f\xc3\x76\x3c\x70\x70\x2c\xb0\xd8\x13\x38\xf0\x19\xf0\xfc\x0c\x24\x8c\x02\x75\xfe\xde\xef\xc5\x73\x7a\x7f\x26\x70\xa8\x12\xd8\xff\x02\x38\x7d\x98\x7b\xc6\x94\xbd\x62\x8e\xc8\x6f\x6d\x98\x27\xf0\x35\xf3\x3b\x1d\x8c\x59\xd5\xdf\xbb\x8c\x83\xcb\x3c\x00\x9f\xe6\x6c\x6b\xf2\x01\xfe\x33\x0e\x35\x70\xff\x77\x72\xbf\x0f\x71\x1a\x78\x1a\xcb\xf6\xbe\x37\xdb\x5b\x82\x27\x72\xa5\x92\xe7\x4d\xd1\x4e\x40\xab\x17\x70\x66\x38\xa0\x1b\x01\x64\x5b\xb2\x0e\xc6\x11\x4d\xc0\x44\xf0\x3d\xc6\xa7\x03\x07\x57\xf2\xfa\x71\xe0\x2d\xf7\x45\x51\xec\x15\x3c\x75\x80\x3d\x8b\x80\x8d\x41\xac\x11\xb3\xcb\x98\xad\x22\x46\xe2\x1c\x78\xdd\xdc\x1d\x01\x28\x4e\x28\x8a\xd3\xe0\xb3\xee\x40\xf4\x0b\xe0\x6b\xc9\x7f\xfd\xaf\xe2\x7f\x88\xf7\x2d\xf3\x3e\x56\x8a\x79\xe0\x26\xfa\x0c\x2d\x2d\xa9\x31\x0e\xc2\xff\xaf\x02\xdf\xff\x8f\xee\xc7\x66\xb6\x8f\x34\x45\x1c\xd4\xd4\xbd\x10\x9f\xf3\xd4\x01\x95\x1c\x20\x7b\x2c\xd0\xf8\x1c\xaf\x63\x1d\xb4\x01\xc5\xa9\xa5\x0f\x55\x9b\x01\x23\x7b\x03\x7b\x53\x81\xa9\xbe\x40\x6c\x2a\xf3\xe7\xa2\x05\x9f\x72\x97\x04\x04\x8d\x03\x76\x0d\x05\x76\xe9\x00\x91\x3d\x80\x43\x8a\xbd\x55\x2a\x70\x3a\x06\xd8\xf1\x1b\x50\x76\x81\xf3\xde\x6f\x12\xb0\xad\x3b\xf0\x25\xfe\x9b\xff\x72\xbc\xcb\xef\x7b\x85\x41\x75\x7f\x97\x08\x9e\xad\xcc\x83\x70\x14\xfd\x07\xab\x78\x0f\x3f\xc3\xbd\x65\xdd\x0f\x71\xab\x78\x9f\xaf\x2f\x71\x3d\x99\xed\x65\x91\x2f\x0a\x05\x6f\x28\x5b\x54\xa1\x1d\x75\x64\x5e\x4c\xca\x76\xa0\xf9\x6b\x20\xb1\x08\xe8\xbe\x8a\xe7\xb1\xa9\x05\x10\x53\x02\x4c\x74\x06\x76\xfa\x03\x73\xde\x00\x3b\xd2\x01\x77\x4b\x60\x9b\x33\x10\xf8\x0a\x08\xb3\x04\x22\xcf\x31\xb7\x54\x71\x02\xdc\xbc\x02\xc8\x99\x09\x28\xce\x16\x57\x87\x03\xc1\xe6\xdc\x93\x6d\xc3\x0a\xe0\xdf\xdd\xdf\x78\x3f\x72\x9c\xcb\x7e\xd7\xe4\x7d\xcc\x13\xba\x6b\x32\xff\xc1\x4e\xec\x15\x7f\xc6\xff\x79\xb5\x50\xe4\x01\x2b\xb6\x0f\x04\x3b\xbe\xaa\xef\x4b\x9c\xf0\x5f\xdc\x36\xe6\x0a\xde\xc4\x71\xa1\xaa\x98\x2c\xf4\x32\xf6\x17\x00\x0d\xcd\x80\xb8\x46\x40\x3b\x45\xee\xdb\x05\xf4\xb3\x05\x22\x26\x03\xe3\x62\x81\xb0\x09\x7c\xfe\x08\x49\x01\x5c\xcb\x81\x8d\xb7\x80\x00\x67\x60\x7d\x3b\x20\xa2\x35\xb0\xce\x10\x48\x4c\x01\x02\xda\x01\xd9\xad\x99\x43\x75\xc5\x00\xf0\x8d\x01\x1e\xb7\x02\x7c\x3a\x00\xff\x38\x7d\x7b\xef\x32\xff\x43\xf6\xdb\x5e\xac\x17\x32\xdf\x63\xfa\x71\xb6\xd6\x62\xbd\x98\x2a\xf4\x95\x6a\xf2\x7f\xe4\xbe\x47\xcf\x04\xaf\xe5\xc1\x8a\x1a\xfe\x8b\xee\xc2\xe7\x45\xde\xcc\x7d\xc6\xf6\xc4\x34\xb6\x69\xe2\x14\x99\x20\x74\x85\x62\x0e\x02\x4a\xb1\x40\x64\x1b\xa0\xe9\x65\x20\x6c\x5a\x2d\x6b\x45\x5c\x6c\x7a\xa8\x3c\x6d\xd8\x49\x20\x68\x80\x6a\x9e\xf5\x7a\xc0\x7f\x7f\x9d\x0e\x8b\xee\x01\xbe\x1a\xea\xda\xbe\x15\xc0\xea\xd9\xea\x2e\xe1\x2d\x81\x55\x53\xd5\x3d\xf6\xc7\x00\xcb\x8f\xab\x8f\x3e\x61\x06\x2c\xb3\x53\x6f\x55\x3c\x1a\x58\xba\xa7\xce\xa3\x72\x4d\xc0\x25\xb4\xce\x95\x0f\x15\x80\x93\xb2\x1a\xf1\x41\x1c\xd4\x55\xa8\xae\x60\x66\x5f\x25\xc2\xb1\x6c\x66\xd6\xba\xaa\xb0\x93\x24\xd0\xfd\xf4\x44\xa1\xa3\x65\x2e\xf2\xc9\x38\xc1\x0b\x92\xf9\x3f\x95\x82\xf7\xf2\xd3\xbe\x3f\xc2\xff\x73\xdb\x41\x1e\x9f\x2a\x51\xa1\xfb\x84\xe3\x77\xd5\xa8\x1e\x3c\xb5\x8d\x3a\xdd\x3a\x1f\xf8\xac\x49\x38\x67\x4c\x9b\x06\x74\x6a\xde\xaa\xab\x45\xdf\x5b\xff\xb4\xd1\x44\xcd\xf3\x80\xff\x92\x26\x65\x1d\x36\x02\x5e\x51\xcd\x26\x0d\x2a\x00\x56\x9c\x69\x76\x6c\xe2\x96\x5a\xbb\x96\x4e\x6d\xde\x6b\xee\x67\xa5\x5c\xe7\xf1\xcd\xfb\x7a\xcc\xa9\xed\xec\x18\xd0\xbc\xe3\xe6\x7e\xb5\x3f\xcd\x9f\xd3\xec\x79\xdc\x54\xe5\x0e\x0e\x73\x9b\xe5\x65\x76\x57\x36\x9c\x33\xa6\xd9\xda\x73\xbb\x6a\x5f\xb3\x9b\xd1\xcc\xeb\xee\xa8\xda\x4b\x66\xbd\x68\xe6\xf3\xe6\xa8\xd2\xae\xe9\x2b\x9b\x6d\x93\xa4\x5a\x09\x53\x4a\x9a\xf4\x23\x3f\xc3\x1b\xd1\x38\x8c\xab\xd4\x22\xfd\xf6\x51\xbe\x9a\x8f\x15\x76\xf8\xb9\x7a\x6a\x0a\x3b\xac\x45\x1d\xba\x9f\x34\xed\xa2\x46\xf5\xf0\x3f\xe3\xff\x54\xf9\x3f\x98\x79\x30\x85\xf9\xcc\x07\x39\xa5\xab\x43\x23\x97\x29\xf1\x2d\xf3\xc1\x35\x2d\xe8\xde\x62\x8f\x01\xeb\xa2\x44\x9e\x6c\x4b\xf7\x6e\xa1\x93\xda\x53\xbd\xda\xda\x71\xed\x09\x27\x5d\xd5\xa4\x53\x8a\x62\x9f\xe2\xfa\x6b\x97\xeb\x2d\x1c\x6a\x79\x3b\xea\x74\x39\x60\xd8\x54\x65\xba\x43\x93\x2e\xff\x8e\xfa\xa2\x5a\x39\x6b\x4b\x97\xe7\x33\x27\xd5\x71\xb3\x39\xd8\x65\xe3\xd2\x2e\xea\x45\x53\xfa\x74\x69\xb7\xee\x98\xc6\x8b\x89\x4b\x3b\x1f\xd8\x39\xae\xee\xd1\x09\xb7\x3b\xd7\x39\x1c\x5d\xaf\xb3\x59\x87\x4e\xe1\xb9\x83\xea\x19\x8e\xb9\xd1\x69\xcc\xb5\xf2\xba\x67\x47\x47\x76\x1a\xfa\xbc\xb3\x46\xf9\xa8\x97\x9d\xa2\x25\x49\xbd\xfb\xd0\x65\x1d\x8c\x25\x49\x6d\x89\xc9\x8b\xb6\x4d\x24\x49\xe5\xc4\x80\x8a\x36\x3e\x92\xa4\x9c\xd5\x6f\xb9\x6e\xb0\x24\xd5\xce\xe8\xdb\xbd\x65\x91\x24\x29\x95\xf7\x3a\xd2\x62\xbd\x24\x29\xe9\xf7\x6a\xa4\x43\xfd\x01\x9e\xeb\x56\xf7\x5f\xe6\xff\x5c\x49\xa9\x43\xb7\x64\x05\x31\xda\xb4\x63\xc8\x4a\x6c\x49\x28\x4b\xba\x37\xfb\x99\xe0\xda\x99\x18\x74\x71\x9a\xdd\x09\x9f\xd9\x7e\xcc\x80\xf4\xcb\x37\x69\x32\x2a\x15\x90\xdb\x9f\x6e\x15\x57\xf6\x32\xa2\x5b\x55\x47\xdd\x81\x74\x1b\x3f\xbb\x8d\xf1\x5b\xed\xd1\x80\xf5\x69\xe3\xb1\x9d\xad\x95\x4f\x59\x24\x0e\xf2\x33\xb9\xa8\xde\x7e\xec\xe6\x41\x03\xa6\x28\xd7\x35\x1e\xfe\xef\x40\x17\x47\xf7\x7a\x5f\x06\x97\x0c\xd4\xf2\xd9\xaa\xb9\x6f\xe0\x86\x01\x7d\xc3\x3b\x34\x38\xdd\xbf\xbf\xd1\xca\x03\x45\x0d\xd5\xfa\x5c\xe9\x7f\x31\xeb\x8f\x06\xe7\x7a\xd7\xe9\xbf\xfa\xca\xc7\x06\xba\xbd\x06\xf5\x6f\xfd\xb8\x42\xb3\xbe\xe1\xd9\xfe\x17\xfe\xad\xac\xfb\xa5\x67\x6e\x9f\x74\x49\xd2\x68\xd1\xad\xdc\xe0\xbd\x24\xd5\xd1\xec\x92\xd4\xdd\x48\x92\x54\xaf\x74\x5e\xd8\x75\xb3\x24\xa9\x36\xed\x34\xbb\xb3\xad\x24\xa9\x6c\xec\xe8\xd8\x21\x46\x92\x94\x6f\xb5\xd3\x6f\xd7\x4c\x92\x6a\xdf\xad\x70\x15\xfe\xbf\x56\xa5\x7b\xb8\xcb\x4d\x1b\xd2\xfd\x73\xde\x89\x16\x54\xfd\x74\xfc\x48\x07\xba\xbf\x4d\x9f\xcd\x3a\x30\xfb\xbd\x7a\x13\xaa\x50\x93\xff\xb2\xd9\x71\x28\xdd\xdf\xfa\x1b\x0c\xa7\x1d\xd6\x0a\xfd\x51\x54\x75\xeb\xb4\x86\x75\x43\x66\x5c\x18\x4f\xf7\xb5\x13\xa2\xcc\xb5\xd4\x26\x03\xa3\x6c\xcc\x33\x5a\x8f\x55\xda\x69\x12\x35\xe1\x54\xdf\x2f\x6a\x0b\xfa\x37\x9e\xd0\x6b\x82\xaa\xba\x9b\xe1\x8b\xf1\x6f\x1c\xb6\x6b\x58\x76\x3f\x36\x7e\xab\x47\xaa\xc6\x8b\x2e\xbf\x8e\x37\xdd\xd2\xb9\xae\x52\xa7\xc6\x66\x1e\x7b\xe7\x69\x5c\x6f\xff\x9b\x59\xbf\xe3\x31\x1a\xae\xed\x2c\xc7\xb9\x14\x3f\x51\x3f\xd6\xb6\xc3\xb8\x65\x15\x3a\x75\x0e\xea\xcd\x1c\x37\xf4\x53\x4f\x35\xb5\xd6\x7f\x8e\xba\x2c\x49\x2a\x6e\xba\xef\x87\xee\x91\x24\xe5\xf0\x56\xb3\x4d\x12\x25\xa9\x76\x78\xcb\xa6\x03\xa6\x4b\x92\xd2\xb1\x16\xee\xfd\x06\x49\x92\x92\x71\x73\xb7\x3e\x21\x92\x54\x2b\xb8\xd9\x1d\x83\x6c\x49\xc2\xbd\x2a\xfe\x53\xc5\x2f\x74\x3b\xf6\x8d\xff\xd3\x8d\xfa\x20\xa4\x26\xf7\xa3\x5b\xf4\x03\xc6\xcc\x07\x89\x29\x19\x46\xf7\x6c\xdb\xac\x46\x10\x5a\x10\x5c\x31\x8e\x78\x23\x7e\x99\x16\x94\x19\x57\x69\x4d\xa2\xf8\x58\x94\x34\x95\xc6\xc5\xd6\xd3\x8a\xf4\x79\x2d\xfe\x9a\x46\x78\xa6\x71\xec\x2c\xba\x5d\xeb\x63\x66\x5b\xde\x64\x27\xd0\xcd\x64\xd6\xfd\xee\x92\xf2\xb1\x0e\xb9\xb6\xad\x47\xe5\xaa\x98\xe8\x0d\xb4\x35\xb7\x1d\xa7\x32\xb9\xd5\x69\xdb\x16\xcb\x6b\xab\xa0\x85\xb2\x6d\xab\x60\x5f\xe5\x36\xcd\x96\xce\xca\x8d\x5b\xa9\x94\xd8\xac\xb3\x6d\xcf\xa3\x33\x81\xa6\x1d\x67\xe9\x5f\xc8\x05\x1a\x77\x9e\xb9\xe1\xa1\x0f\xd0\xc8\x71\x46\xde\x9f\xb6\x80\x96\x83\x4d\x37\x45\x9c\xd7\xcb\xb5\xa4\xbe\x20\x75\x67\x4f\x88\xe2\x33\xd4\x98\xad\x64\x6d\x47\x10\xce\xa9\xb6\x69\xd8\x58\x3a\x53\x35\x37\xb5\x57\xd8\x92\x2e\xba\x74\x2b\x28\xeb\xff\x9c\x38\xdb\x87\xba\x4c\xa4\xbe\x36\xa1\x5b\xf2\x03\xaf\x46\x52\x3c\xc4\x2c\x1a\x47\x01\xbf\x2d\xdd\x9c\xd0\xb3\x8d\x11\x93\xc9\xfa\x57\x30\x3f\x62\xc5\xcb\x99\x84\x5f\x2c\x71\xb0\xa5\x19\x66\x5f\x61\x4f\xf9\x72\x4a\x3a\xdf\x2e\x8e\xd8\x3f\x9f\xf2\xa8\xa1\x8d\x13\xa1\x8f\xad\x77\x39\x0f\x52\x2c\x2d\xcd\xae\x38\xbb\x77\x38\x8a\x90\xc6\xa3\x9c\xdf\x0c\xa9\x07\x68\xe9\x3a\xbf\xb5\x89\x05\xea\xa7\x3a\x87\xbb\xea\x02\xea\x8f\x9d\xfb\x04\xb6\x05\xd4\xac\x17\xaf\x8e\x1a\x05\x28\x97\x2c\xae\x97\x9a\x01\xd4\xd6\x5c\xd4\xf0\xec\x3e\xa0\xd6\x06\xc7\xf7\x77\xe8\x86\xd5\x51\xa5\x92\xf4\xe1\xe7\x15\x48\x02\x69\x62\x3b\x5d\xf4\x79\xb0\xaa\xcb\x76\x92\xe8\xdf\x6d\x2e\xf0\x2c\x33\xaa\x63\xcc\xd7\xeb\x41\xcf\x79\x52\x63\x10\x3d\x5f\x4a\xc5\x48\x9a\xf7\x09\x2e\xe3\xe8\xb6\x38\xea\x12\xa3\xcf\x11\xb3\x98\xdf\xb4\xc9\x6a\x3a\xbd\xff\x80\x30\x3b\xca\x17\x1e\x05\x73\x68\xa7\xe0\xa2\xce\x7d\x44\xe6\xbb\x33\x6e\x6c\xf3\xa7\x13\xc5\x8b\xd9\x59\xe6\xc1\x0c\xdc\xe3\x4a\xe3\xd3\x69\xcb\x72\xda\x61\xd4\x73\xf7\xa4\x9d\x8b\xca\xd2\xd5\x66\x8a\xf3\x19\x0e\xae\x9e\xd6\x97\xce\x74\xab\x35\x2c\xe9\x97\x3c\xef\x3a\x52\x67\x36\x8f\x1c\x3f\x5a\xa3\x3d\xb4\x19\x31\xf7\xa8\x77\x98\x33\x8f\x57\x1e\x29\xa4\xaf\x30\xb8\x49\x78\xc6\x72\x93\x17\x34\x93\xdd\x44\xbf\x03\x67\xc1\xf3\x98\xdf\x80\xed\x1c\x51\xb7\x6a\x2b\xea\x17\xa7\x0b\x7c\xcf\x9a\xf0\x9d\x93\x5a\x26\xc4\x94\x4e\xcf\xe7\x79\x9c\x58\xc8\xfd\xaf\x62\x25\x7e\xcf\xdb\xaf\xcf\x24\xd4\x6c\xf3\x9c\xd9\x74\x8b\xbc\x4e\x7b\x1e\xad\x83\x9e\xc6\xcc\x0b\x71\x9d\xb3\x88\xfc\x5b\x60\xb2\x84\xea\x15\x67\xe9\x2e\xa3\xfc\x21\xf3\x60\x86\xff\xea\x41\x7d\x24\x7a\x5b\x78\x53\x7c\xb4\xb2\xf4\x25\xfc\x43\xa9\x68\x9d\xd8\x69\xad\x9b\xf1\x0b\x21\x1a\xeb\x0e\xf4\xd9\xc6\xff\x82\x45\x2f\xb6\xf3\x59\x79\xe9\x83\x0f\x29\x17\x05\xbc\x60\xa4\xd1\xff\x41\x02\xad\x40\x01\xb3\x4f\x11\xee\xe7\x67\xcf\x95\x93\x6b\x3c\x9f\x11\x32\xe7\x3b\xfa\x6b\x53\x1e\x37\xf6\xd3\x4d\xdc\xd3\x3b\x8b\x78\x58\x28\xea\x57\xe7\x0b\x7c\xc7\x9e\xea\x19\xd3\xa3\xc7\xd3\xbf\x9a\xd8\x7b\x12\x3d\x57\xdc\xc4\x19\x14\xbf\xdb\xaf\xb0\xca\x7e\x48\xc5\x3c\xba\xc7\x5f\x57\xe0\x44\x84\x99\xd5\x5b\x96\x10\xae\xe7\xde\x6f\x29\xad\xb8\x4e\xe7\xdc\x09\x6e\x99\x63\xb6\x8a\x50\xe8\xa9\xe5\xab\xa9\x7f\x84\xd9\x0c\x5f\xda\x57\x18\x3b\xfb\xd1\xef\x76\xbd\xba\x8e\x50\xab\xc6\x29\x1b\x8a\x21\x7e\x99\xed\x96\x8d\xbf\x50\xa4\x6d\x09\x61\xdd\x83\x2d\x0e\xe3\x29\x52\x42\x0c\x78\x46\x85\xbc\x5a\x3d\x98\x3f\x6f\xd5\x66\xbb\x9f\x3b\x54\xd5\xcb\xa2\xb3\xce\xa6\x29\x97\xc9\xef\x8d\x57\x1f\x51\xa5\x70\x70\xc2\x67\xe6\xc5\xf4\x90\xaa\xf1\x3f\xe4\x71\x71\x3f\x21\x55\xe3\x0d\x39\xd3\xbe\x2b\xf1\x84\x0d\xed\x90\x64\x1d\xa0\x1d\xa6\x73\x09\x4d\xda\x62\xe2\x48\xf9\x21\x68\xd4\x12\xe2\xc7\xfa\xcc\x70\x27\x3c\x62\xb9\x2f\xeb\xe0\x38\xf7\xf6\xa4\xfd\x82\xfd\x57\x6f\x5a\x5f\xa7\x3d\x63\xbc\xdc\xbc\x82\xd5\xd7\x87\x87\x05\xd1\xce\xb4\x9f\x01\xe3\xe6\xed\xcf\x86\xd0\xef\x68\xe9\x86\x0b\x26\xf3\x4e\x2d\xb6\x91\x1f\x7e\x61\xe6\xc5\x6c\xee\x54\x17\xb9\x6d\xdc\x75\xb2\x2b\x66\x13\x63\x29\x32\x7a\x15\xed\xed\x76\xc4\x6f\x9e\xc2\x4f\x18\x4f\x2b\xf0\x8e\x5e\x47\xa8\x92\x36\xe2\x50\x31\x65\xe0\x6d\xc7\x1e\x12\xb2\xbc\xed\xd4\x07\xe2\x0d\xc9\xbc\x98\x8d\x86\x6c\xd7\xae\x65\xbb\x46\xe4\x0d\xaf\xe5\xdf\x8f\x8f\xdc\x07\xac\x4a\x07\x48\x77\x09\xfd\xab\x1b\x74\xdd\x09\xa7\xf1\x73\x5d\x41\xf9\xc2\xa3\x37\xf3\x03\xdc\xd6\xb0\x2e\xcc\x7c\x17\x3f\xd6\xc3\x69\xb1\x8e\x50\x39\xab\xd4\x0d\x84\x7f\x8e\x6b\xc1\x7e\x1b\x97\x85\x10\x1a\xd7\xf3\xaf\x70\xc2\x77\xdb\xd4\xde\x41\x5e\x69\x0c\x8e\x12\x0a\x85\x71\xa2\x73\x65\xbc\x55\x53\xc2\xb3\xe2\xd3\x59\xff\x21\xde\x6a\x0c\xcd\xa8\xf8\x9e\x9c\x71\xe3\xc3\x59\xa1\x26\xde\x72\xc3\x06\x7e\x63\xb1\xc4\xd8\x89\xb3\x49\xa7\xf9\x10\x37\xb3\x88\x90\xc7\xdd\xfb\x39\x5f\xee\x9e\x50\x49\x91\x1a\x55\xc0\x38\xef\xb6\x74\xb6\x32\x2f\x26\x58\xd4\xf9\x07\x0a\x3c\x7c\xed\x24\x85\x95\xfd\x0f\x9f\xee\x4a\xb3\x6e\x93\xed\x2a\x8a\xe7\x80\xf8\xd5\x74\xa2\xf4\x16\x3c\x2f\xb7\x16\xfe\xa4\xda\xb2\x28\x32\x88\xfe\x2e\xeb\xe1\x4c\x9b\xb6\x99\xd6\x09\x8b\x58\xe6\xc3\x8c\xc8\xdb\x4e\xec\x25\xa3\x39\x91\x84\xca\x77\x33\x63\x5d\x9c\xe6\x66\xcc\x17\x50\x29\xda\x5b\xce\xfe\x27\x89\x7a\xff\x83\xab\x7e\x21\x85\xa9\xa4\x15\x3d\xe9\xcc\x9f\x34\x71\x14\x9d\x71\x13\xe7\xcc\x24\xdc\x32\xc9\x6c\x29\xed\xd0\x93\x4a\xd6\xb1\xd5\x65\x86\x4d\xe2\xef\x29\xf4\x86\x12\x9d\xf3\x28\x8f\x24\xea\xdc\xa0\xc8\x4e\x78\xfd\x8a\x3c\xd8\x5f\x29\x51\x9d\x74\xac\xc8\x07\x32\x2f\x46\xe6\x0b\x55\xf1\x62\x48\x3f\x68\xbb\xa3\xe8\x07\x56\xc1\xec\x9b\x75\x4f\x7c\x29\xfb\xf8\x7c\x5a\x4b\x78\xf4\xf2\x5f\x83\x28\x4b\x7d\xc7\x03\xa2\x79\x31\x2b\x26\x9c\xd0\x34\x2b\x03\xce\xe2\x66\x09\x3b\x69\xde\x0c\x79\x1c\x43\xd1\xdb\xd7\x97\xfb\x8a\x74\x7c\xbb\x8f\xf8\x14\x4d\x04\x3f\xa2\x56\xf2\x21\xd1\xe7\xa0\x8a\x0f\xd3\xfa\x17\x5a\x1f\xd2\xbb\xf4\xa0\x19\x96\x76\x79\x04\x29\x6c\xa4\xeb\x4e\x27\x7f\x33\xd6\xba\xd0\xc8\x67\xfc\x1a\xf0\x8e\xed\x0e\xb2\xe9\x25\x07\xe9\x5f\x4e\x5f\x71\x86\x76\x24\xe9\x1d\xca\x88\xd1\x9a\xe6\xcc\x3a\x4a\x29\x06\xff\x9e\xc5\x77\xba\x28\x7b\x04\xde\x1d\x2b\xd6\x8b\x2a\x5e\x0c\xf1\x0c\xe5\x7e\x60\x1b\x74\x03\x68\x7e\xf8\x9a\xaf\xa7\xf8\xf7\xbc\xb2\x99\xf8\x83\xb2\x1e\x8e\x93\xb4\x8d\xd8\x59\x32\x0f\x66\xda\x0b\xee\xbe\x60\xf1\x57\x34\x65\xa5\x31\xce\xec\xb7\x49\x09\xf3\x9f\x0c\xfd\x12\xe8\xe9\xdb\xe9\x30\x1f\xa6\x51\x68\xea\x14\xe1\xb7\xe8\x7b\x51\xc5\x87\xb1\x64\x5d\x94\xac\xcd\xdd\x8f\xd1\xe7\xce\xc3\x89\xcf\x92\xe5\x6a\x4d\xfe\x66\x8f\x71\xa6\x33\x6c\xf6\x04\x3f\xe2\x51\x65\x8d\xd8\x46\xf9\x20\xcb\x37\x91\x22\x31\x7b\x71\x0e\x3d\x71\xd6\xd0\xab\xa4\xd4\x72\xf2\xc5\x53\x62\xac\x9c\x50\xfd\x44\xa9\x3e\x53\xf0\x1e\x92\x45\x7f\x9c\xff\xf0\x62\x88\x07\x10\x2c\xfc\x5e\x1b\xb5\x99\xb2\x8b\xcc\x03\x72\x2f\x0b\xa7\xf5\xcd\xb9\xf3\x4e\x7a\xfe\x79\x4f\xb8\x2f\xd6\xac\xee\xbb\xc9\x0f\x9b\xbc\x7d\xb4\xca\x4d\x70\x3d\x40\x3b\xf3\x11\xa3\x93\x68\xf5\x33\x1a\x76\x88\xd6\xdd\x1e\x3e\x69\x54\x91\xa1\x37\x8d\xfd\x6e\xb8\x88\xf5\x04\x80\x6c\x31\x1e\xf9\x5e\xc2\x1a\xe8\x50\xc6\xc9\xef\xae\x4f\x33\x34\xdf\x7e\x08\x65\x92\x02\xbb\xa9\x34\x23\x0b\x36\x2f\xa2\x1d\x6d\xbe\x9b\xf7\x42\xfe\xfb\x56\x3a\x13\xe6\x57\xec\x17\x96\xcf\xfc\xf9\x29\x97\x69\xfc\xf2\x7a\x96\xd3\xf8\xe4\x69\xff\x49\xdf\xcf\x16\xfc\x20\x59\x3f\x27\x5d\xe8\x81\xc8\x7c\x21\xe6\x51\xad\x73\x0b\x25\x7f\xbc\x75\x99\x55\xb0\x6a\x78\x24\xbd\xcf\x9a\x3c\x20\xfb\x0a\xe6\x47\xcc\x6c\x79\x80\x6e\xa0\xe4\xfe\x58\xe3\xf6\x1c\xa6\xac\x34\xb4\x5f\x1a\xe5\xc5\x7e\x06\xcc\x87\xe9\xfa\xcb\x51\xca\xea\xad\x5e\x65\xd3\x4d\x55\x95\x3e\x8e\x4f\xbe\xb8\xe9\xac\xe2\xc3\xe8\xe8\x50\x3e\xb8\xd8\xa9\x2b\x8d\xcc\x79\x57\x13\x5a\x37\x8b\x2d\x26\xd1\x2f\x16\x4b\xbc\x33\xbb\x18\xb4\x9a\xf2\x5d\x71\x62\x28\xf9\x5d\x3c\x64\x2f\xf1\x25\x2f\x46\x1c\xa5\x37\x70\x71\xf6\xf9\xa3\xfc\xbb\xf7\xeb\xb2\x7d\x4b\x2b\x78\x61\xfe\x57\x9a\x6f\x72\x3f\x9c\xec\x03\x6c\x8f\x8b\x3e\x74\x99\xd4\xef\x78\x8d\xf5\xf6\x52\x7c\xcf\x03\x1a\x10\x4f\xa3\x2a\xf3\x80\x16\x5a\x26\x50\x7e\xb4\x1b\xc2\x6a\x45\x36\x66\x29\x74\x1e\xb3\xd4\x4d\xa3\x79\x3e\x26\xee\x88\x0f\xcf\x07\xd6\xcf\xe8\x23\x78\x21\x5d\x74\x4f\xd3\xef\xb6\xf0\xca\xa7\xa7\xac\x87\xb3\xd3\xaa\xfb\x5f\x6a\x23\x6c\x80\x16\x29\x63\x94\xf5\xea\x44\x6f\xa0\x6c\x37\xf3\x1f\x4a\x4b\x58\xe1\xaf\x2c\x86\x77\x6e\x65\x23\x58\xd1\xec\x9a\xff\x26\xfa\xde\xb5\x49\xf1\x34\x4e\xa5\xeb\xd2\xe9\x4e\xac\x74\x45\xa1\x2e\xdb\xdb\xb4\xee\x5e\x7d\xf1\x8a\x56\xb2\x2b\x62\x9d\xb8\xa0\xcb\x77\x8f\xb2\x7e\x4e\xd5\xb8\x10\x2f\x48\xe6\x01\xad\x7c\xb5\x87\x58\x36\x32\x0f\xc8\xc9\xf0\x20\xfd\xdd\xbe\x32\x99\x58\xbe\x33\x8a\x52\x49\xad\xcb\xca\x80\xfb\x06\x99\x9f\x3a\x41\x8a\xbd\x23\x83\xd9\xef\x41\xb1\xdc\x47\xa7\xd7\x1a\xe6\x47\x74\xca\x2d\xa4\xfc\xd1\x7c\xc4\x05\xe2\x89\xd4\xfd\x50\x2c\xd6\xcb\x6b\xfe\x6c\xe5\x1b\x8e\x3b\x5e\x5a\x87\x41\x08\x40\x07\xf2\xf7\x4e\xb9\x31\xad\xc0\x77\xed\x2c\xd8\x36\xb3\xa7\x93\xcd\xbd\x09\x2b\x68\x3d\xb8\xfb\x8a\x3b\xfb\xdd\xdb\xcd\x6f\xee\xce\xd3\x14\xca\xa7\x77\x7a\xe5\xd1\x5d\xe1\xdd\xac\x5b\x74\xa7\x7c\x77\xee\x2b\x9a\x89\x37\x7a\x7e\xa4\x1a\xc3\x52\xa1\xa3\x74\x49\xf0\x63\xce\x8f\x61\x5b\x40\xbc\x73\x8f\x02\xde\x9d\x2d\x3b\xc0\x71\xbe\xa4\x22\x85\xde\xdf\xbc\x17\xe9\x94\xff\xed\xb5\x8f\x91\x3f\xd3\xb4\xf9\x7d\x5b\x7a\x65\xd1\xf9\x4a\xd6\xc5\x19\x7e\x22\x9f\xf2\xe7\x20\xdd\x22\x3a\xe5\xf4\xfc\x95\xdf\x77\x87\x91\x97\x28\x4e\x64\x7d\x1c\xf5\x4d\xd7\x3e\xb1\xdf\x55\x7c\x98\xae\x6c\x1f\xd9\x6b\xd2\x09\xa4\xa2\xa8\x3d\xe5\x87\x47\x15\xdc\x67\xef\x51\x05\x33\xbe\x1f\x87\xd9\xd2\x08\x3e\xda\xc8\xcc\xf5\xc7\x61\x41\x86\xfc\xdf\x77\xd1\x52\xf7\xe8\x41\x32\x65\xb4\x8a\x2f\xa7\x89\xd1\x55\xe1\x7a\x95\x2a\x00\x7e\xf5\x79\xdc\x5f\x61\x1f\x66\xfc\x45\x3b\x64\xb9\x9f\xd4\x8d\x95\x6c\x4b\x45\x5f\xb9\xcb\xfd\xe4\x7b\xfb\x9f\xe9\x5f\x54\xe3\x3d\x34\x00\xba\x5c\xfb\xd6\xd7\xe0\xb5\x31\xa0\xd8\xf7\x3c\xd7\x05\xfa\x1f\x06\x1e\x2d\x02\x8c\x8f\x03\xf7\xe6\x01\x23\x9f\x01\x37\x23\x18\xdf\x55\xec\xfd\xa7\xfa\x02\x25\x02\xd7\xbc\xf8\x19\x58\xd8\x08\x28\xb4\xe0\xfa\xd5\x82\x87\x80\x62\xdf\x5c\xa0\x04\x04\x56\x02\xa7\x3f\x02\xa1\xce\xdf\x74\xee\xf3\x74\xf8\xde\xfe\x4c\x22\x70\x6c\x23\xe3\x02\xe7\x5a\x30\xc6\x77\x4d\x71\x4e\x74\x07\x9e\x69\x00\x67\x4b\x80\xcf\x99\xdf\xfa\x80\xfc\x2f\xfd\x83\x9a\xf8\xff\x8f\xfc\xfe\xde\x7e\x3d\x0c\xb4\x5e\x0b\xfc\x73\x0d\x68\x3f\xe2\x9b\xce\xc1\xf3\xdb\x40\x8f\x1e\xc0\xe3\x9b\x3c\x1e\xe5\xe6\xc0\x00\x6d\xe0\xee\x27\x60\x48\x28\x70\xe3\x29\x60\x66\xc1\x7d\x0d\x26\xc5\x00\xc5\x7b\x81\x59\x9e\xc0\xf9\x81\xc0\xfc\xcd\x40\x5e\x37\xc0\xb9\x1b\x90\xdb\x96\xeb\xdc\x73\xd5\x15\x39\x1b\x38\x35\x01\x08\x8d\x06\x4e\xc5\x31\xa6\x71\x26\x96\x31\xbe\xd3\xbe\x8c\x89\xe5\xe9\x29\x32\x23\x70\xe6\x32\xd7\x90\x2b\xec\xb3\x57\x40\xde\x23\xe0\x6b\xcc\xff\xd6\x3f\xa8\x89\xff\xef\xfc\xf0\x6d\x1c\xaa\xf4\x2f\xe4\x3e\x20\x7f\x54\xb7\x8a\xbf\x7f\xac\x00\x74\xb7\x00\xaf\x16\x03\x6d\x43\x81\xe7\x77\xb9\xcf\x83\x8c\xf7\xdf\x5f\xcc\x38\xcd\xad\x46\x8c\x5b\x95\xa6\x32\x2f\xa6\x58\x62\x5e\x4c\xd1\x20\xee\xfb\x90\x1f\xca\xba\x20\xb9\x9a\x80\xb3\x2b\x70\xc6\x08\xf0\x68\x0c\x64\x0f\x67\xec\xed\xe4\x17\x3e\x81\x29\xb2\x8e\x62\x1c\x4e\x3e\xe5\xba\xff\xac\xb6\x5c\xdb\xae\xd8\x2b\x5c\x78\x00\xe4\x84\x00\xb7\xfb\x03\xd9\xd9\x1c\x93\xa7\x13\x01\x29\xec\x1b\x0f\xa6\x4a\xff\x7f\xf9\x8f\xfd\xff\x3f\xf1\x1f\xbe\xb3\x32\xef\xe1\x43\x32\xd0\xe4\x29\x50\xd9\x10\xd0\xdd\xcd\xfa\x37\x1d\x0a\x80\x5f\xbd\x80\xce\x6f\x80\xdb\x9e\x80\x41\x7d\xee\xef\x30\xd0\x1d\x28\x99\x0c\x0c\xbd\x0c\x5c\xd0\xe7\xf9\x51\x60\xc7\xf3\x23\xdf\x19\xb0\x37\x65\x3f\x15\xeb\xe1\xc9\x33\xc0\xf2\x72\xd6\xba\x50\x8c\xc3\xd1\x4a\x60\xf3\x75\xe0\x68\x57\xc6\xf5\x8e\x5f\x66\x1c\xe7\xc8\x4b\xe0\xe8\x6b\x20\xab\x19\x50\xdc\x05\x38\xb9\x0e\xb8\xdb\x88\xf1\xff\xe7\x75\xbf\xc5\x81\xac\xff\x2f\xd7\xff\x57\xe1\xbf\x35\xfa\x20\xfc\x90\xff\xf0\x93\x3e\x20\x0a\xfb\xa5\x15\xdb\x77\x97\x58\xef\x41\xe6\x3d\xc8\x3a\x07\xbf\x6a\x00\xed\x27\x71\x8c\x76\xb3\x00\xae\x3d\x64\xbc\xbf\x78\x3a\x60\x1c\x04\x28\xce\x40\x63\x74\x38\x7e\x27\xcd\xe0\xf7\x39\x4b\xe1\xff\x02\x60\x61\x4b\xe0\x98\x03\xb0\x2c\x0e\xc8\x30\x05\x7c\x4c\x81\x0c\x77\xc6\xac\x52\x7c\x80\x1d\x9b\x80\x4c\x4b\x8e\x87\x4c\x43\xe0\x64\x6d\x20\xd3\x8f\x39\x51\x99\x9f\x81\x3b\xb5\x81\x23\x69\xac\xc9\x23\xf3\x60\x6a\xe2\xff\x55\xf8\xaf\xf8\x2c\xeb\x20\xfc\x88\xff\xf0\xbd\xfe\xc5\xd7\x10\x40\x79\x8e\xf8\x9c\xce\xbc\x07\xb5\xc6\x9c\x17\x6a\xcf\x00\x9e\x9b\x02\x75\x2d\x18\xef\xd6\xde\xcd\x78\xb7\x62\x3c\x6e\xcc\x01\xda\x56\x30\xd6\xd4\x33\x8c\x77\x09\x8a\xbc\x9f\xef\x07\x0c\x0f\x06\x4e\xe9\x71\x3f\xa9\x63\x83\x00\x9b\x93\xc0\x11\x1b\x60\x9e\x13\x90\xb2\x1e\x70\x19\xc8\xf8\xb7\xe2\x44\x7b\x30\x86\x75\x94\x0e\x6d\x04\x22\xf4\x80\x43\x09\x8c\x7d\x1f\xba\x0e\x1c\x19\xca\x98\xef\xd9\xe1\x40\xb2\x3b\x70\x6b\x16\xff\xff\x2f\x12\x80\xc3\x4f\x99\xab\x50\xb3\x0f\x86\xec\xbf\xfc\xde\x65\xbf\xab\x78\x00\xdf\xf1\x1f\x64\xfe\x87\xd2\x35\x40\xd2\xe1\xba\xec\xaf\x5c\x6e\x85\x3f\xc5\x69\xa8\x26\xef\xe1\xa1\x09\xa0\xa9\xc5\xba\x2f\x3a\xd6\xdf\xfa\x3c\x5c\xbc\xca\x75\xdc\x67\x0d\x00\xc3\x34\xe0\x54\x31\x60\xd2\x96\xe7\x81\x59\x77\xee\x63\x31\x55\x1b\x48\x59\x04\xcc\x51\x02\x0e\x86\x02\x8b\xf6\x02\x09\x82\x17\x93\x30\x18\x08\xdc\x0c\xec\x5f\xa1\x38\x31\x03\x49\x7d\x81\x03\xfa\x40\xc2\x7b\xe0\x88\x19\xc7\xc6\x79\x0b\xe0\xd0\x10\xe0\x5e\x32\x70\xb0\x14\xa8\x1c\x0c\x24\xea\x8a\xfc\x5f\xb7\xba\xff\x35\xf9\x1f\xb2\xdf\x3f\xe5\x3f\x08\xde\x87\xec\xff\x5f\xf5\xd9\xca\xbc\x87\x17\xe2\x54\xf0\x1f\xde\x83\x0f\x50\xd7\x00\xb8\xa4\x04\x34\x6e\x0e\x14\xed\x07\xf4\x56\x01\x79\x8e\x40\x57\x0f\xe0\x44\x2e\x60\xd4\x5a\x71\xda\x01\x46\x98\x01\x87\x8d\x00\xf3\x2c\xe0\xa0\x2f\xcf\x8f\xfd\x4f\x98\x3f\xb7\x47\x9f\x31\xca\x3d\x9d\x81\x75\x1a\x8a\xd3\x0f\xb0\xed\x10\x10\xbf\x1e\xd8\xe7\x04\xc4\x1b\x02\x99\xd3\x80\x7d\xa6\xc0\xf9\x38\x60\xcf\x11\xe0\x6e\x18\xb0\x4f\x0b\x78\x93\x0b\xec\xbe\x06\x7c\x3d\xf5\x5f\xff\xe5\xf7\x1e\x10\x56\xdd\x6f\x19\x0f\xf7\xec\xf8\x03\xfe\x83\xcf\x37\xbc\xf3\xbd\x0a\xdb\x2a\xde\x83\x18\x1f\xb9\xdf\xc7\x4d\x51\xdf\xfe\xbd\xde\x81\xc6\x6e\x20\x0f\x40\xd3\x70\x20\xfb\x25\xd0\xae\x00\x38\x7a\x0b\x30\x38\x07\xa4\x37\x00\x06\x47\x00\x49\x33\x00\xb3\x5f\x19\xf7\xb7\x4e\x03\xf6\x24\x03\x0b\xf6\x00\xbb\xd7\x30\xde\x1d\x9d\x02\xf8\x57\x02\xd1\x16\x40\xb8\x21\x10\x7d\x15\xd8\x9b\x0d\x44\xed\x00\x8e\x4c\x04\xa2\xbe\x02\xe7\xc4\x5a\x72\xf7\x15\xe7\xd2\x97\x0f\x45\xfe\xf3\xfb\xe6\x7f\x4d\xfe\x87\x97\x73\x75\x3c\xdc\xdd\xfb\x07\xfc\x07\x45\x8e\xd9\x25\xe6\x81\x83\x88\x83\x1a\xba\x1f\x4f\x04\x3b\xfe\x8e\xd0\xbf\x90\x75\x2f\x8a\x05\x0e\x56\xb0\x0f\xa8\x75\x1c\xc8\xb1\x50\x9c\x25\x38\xff\x2b\xe6\x49\x4a\x19\xcf\x13\x45\x3c\x2b\xf2\xe7\x1e\x03\xee\x3f\x17\x6b\xce\x7a\x63\xd1\x13\x00\xfb\x8d\x40\xe4\x29\xc0\xad\x0d\x10\x39\x0e\xf0\x73\x04\x22\x9e\x02\x5b\xf5\x80\xed\xb7\x80\x3d\xeb\xb9\xcf\xcf\x51\x5f\x20\xa2\x0b\x70\x3e\x0d\x88\x38\x0a\xdc\x8f\xe6\xf7\xaf\x58\xd3\x43\x4f\x56\xf7\xbf\x8a\xff\x21\xde\xb7\xbb\xd8\x4f\xd5\xec\xff\xe1\xf4\xd7\xff\xc0\xfd\x05\xee\x2d\xeb\x7e\x3c\x14\x3c\x88\xdb\x1f\x6a\xc4\xc1\x23\xb6\xa7\x85\x2e\x88\x62\xcf\x57\x2b\x97\xf5\x5c\x14\xeb\x4b\xe2\x64\xa0\x75\x00\xb0\xd7\x04\xe8\x69\x02\xc4\x4e\x04\x86\x58\x02\x91\xcf\x00\xf3\x48\x20\x42\x19\xb0\xf3\x01\xc2\x0a\xb9\xbf\x58\xc8\x2b\xd6\x51\xda\x9c\x0e\x84\x6a\x01\x9b\x7d\x79\xec\x36\x99\x03\x99\x66\x3c\xcf\x0b\x83\x81\xe0\x14\xe0\x6e\x7d\xee\xa9\xf3\x36\x58\xf0\x5f\x12\x01\xef\x15\xec\x57\x15\xff\xa3\x86\xdf\xb2\xee\x85\x83\x4b\x75\x1e\x44\x4d\xdc\xff\x8d\xe8\x7b\xf1\x9b\x50\x4d\xad\xe8\x29\xf2\x81\xc8\x13\xd7\x05\x1f\xe6\xa2\xb8\x45\xe1\x6e\xb4\x40\xf6\x41\xb6\x19\xa2\x9b\xa4\x62\x1f\xab\x5c\x09\xec\x79\x00\x34\x09\x64\x8d\xb0\x4e\xb1\x40\xa4\x05\x30\x20\x19\x08\xdf\xcd\x98\xfb\xe6\x3f\x81\xe9\xed\x80\x8d\x11\x80\x53\x04\xb0\xa1\x04\xf0\x69\x03\xac\x0f\x00\x42\x4d\x81\x75\x8a\xdc\xa0\x04\x04\x3c\x03\x32\x1f\xf2\x9c\x39\xe7\x0f\xf8\x65\x71\x4f\x2e\xc5\x98\xbd\x36\xfe\x16\xf7\xee\xf3\x6a\xf8\xdd\xa1\xba\xbf\x33\x16\xb2\x9d\x56\x4f\xf0\x1f\x04\x77\xfc\xef\x93\x35\xe6\x81\x78\xef\x8f\x45\x1e\xb8\x27\x78\x01\xd7\xe5\xbe\x2f\xa2\xab\x6c\xa1\x18\x8f\x53\x82\x1f\x71\x4c\x74\xdd\x95\xf9\x1f\x7b\xc5\x7f\x8f\x2a\x00\x34\xf6\x03\xdb\x33\x81\x96\x05\xc0\x96\xad\x40\xcf\xad\xfc\x1e\x87\x55\x00\x81\x5f\x80\xa9\x5f\x80\x80\x16\xc0\x82\x2f\xc0\x1a\x53\xc0\xd3\x8b\x7b\xef\x85\xf4\x00\x3c\x77\xb3\x56\xca\xaa\x5f\x81\x0c\x4f\x60\xb9\x2b\x9f\x3d\xdc\x95\x81\x9b\x7d\x80\x65\x2f\x80\x97\x5b\xf8\xac\x22\x7d\xc7\xf3\x99\x2d\xb4\x5e\xa6\x7f\xad\xee\xef\x14\x31\x3e\x16\xa2\x4f\xe3\x78\xa1\x4f\x57\xb3\xef\x8d\xcc\x7f\xb9\x3b\xbc\xfa\xfb\x97\xbb\x4c\x17\xd6\xab\xe1\xbf\xd0\x8d\x49\x11\xfc\x88\x84\x7e\x6c\x63\x0e\xb1\x0d\x17\xb7\x4e\x9b\xeb\x02\x8d\x06\x01\x41\x3a\x40\xc7\x8b\x80\x7f\x02\x30\xc8\x1f\xf0\xde\x03\x4c\x54\x01\x3c\xfa\x02\x0e\x31\xc0\x8a\x66\xc0\xca\x37\xdc\xcf\x27\xb8\x3b\xe0\xb2\x09\x88\x71\x00\x16\x5f\x03\x52\x97\x00\x4e\x09\x40\x7e\x6d\x60\x61\x1f\xe0\xfa\x4d\x60\x7e\x02\xf0\xfb\x39\x60\xae\xc8\x87\xb3\xc4\x78\x4c\x19\xce\x56\xe6\x7d\x98\x89\x7c\x38\x4a\x68\x25\x8e\xd8\xce\x76\xa8\xe8\x25\x2a\xe7\x81\xdf\x84\x7d\xf8\x91\xad\x7c\x3b\x50\x3c\x5d\xf8\x1f\x2c\xfc\x17\xfc\xa0\x13\xa2\xfb\x74\xba\x50\x9b\x4d\xd2\x55\xa2\xf3\xf5\xee\xdd\xaa\xa3\x41\x3a\xe0\xaa\x94\x49\x37\x5e\x55\xa3\xfb\xea\x35\xea\xea\xde\x6a\xdb\x00\x8f\x5d\xf5\x8e\xb7\x7a\x00\x2c\x3b\xd9\x60\x60\x1f\x75\x60\x89\xbb\x96\xf6\xd8\x4d\x80\x63\x8c\xf6\x3c\x5b\x6b\x60\x5e\x70\xa3\x2e\x6e\xbe\x80\x7d\xbd\x46\x16\x81\x6d\x01\xdb\xf7\x8d\x1a\xed\x54\x07\x66\x76\x68\x34\xe2\x90\x2b\x30\xed\x89\x76\xf9\xe9\xc6\x80\xf5\x6d\x6d\xd3\xab\x37\x81\xa9\xcf\xb5\xd5\x9e\x44\x03\x93\xff\xd4\xf2\xff\x77\x00\x30\xe1\x62\x83\x2e\x0a\xbf\xc6\x2c\xaf\x47\x3a\x28\xc3\xc6\xa8\x9b\x28\xec\xe0\x02\x95\x1b\x0a\x3b\x28\xb1\x16\xdd\xc3\xf4\x7b\x26\xec\x06\x1e\x87\x67\xe1\xc2\xff\x3f\xab\xfb\x5f\x72\xaf\x86\xff\xba\xdc\x3d\xf6\x48\x6d\x35\x9a\x49\xa9\x46\xf5\x89\x11\xb4\xbf\xa0\x31\xdd\xdf\xef\xda\xc3\x7d\x72\xc2\x55\x7e\xa1\xfb\x85\x0d\xa9\xcd\xe9\x56\xc4\x2b\xab\x15\xfd\xdd\x25\x49\x97\xea\x1b\x17\x3a\xe9\xb5\xd6\x79\x06\xcc\xfe\xa0\xf7\xb9\xeb\x0c\xa5\xb4\x19\xfd\xdb\x86\x0d\x99\x52\x3b\x6f\x6a\x54\xdb\x27\x53\xbd\x95\xaf\x4d\xfc\xb3\xed\x75\xa7\x81\x2a\xd7\xc6\x3f\x6f\xbb\xd5\xe7\x90\x6a\xfa\x98\x4f\x6d\x8d\xc2\x06\xa8\x4d\x18\xf9\x55\x2f\x7d\x7f\x3b\xb5\xd8\xe1\x0b\xf4\x3a\x9e\xa8\xaf\xb6\x7f\xa8\x41\x9b\xc7\xc5\x83\xd5\x3c\x4c\x8f\xb4\x59\x5b\x5e\x4f\xf5\xce\xe0\xf5\x6d\xbc\xfe\x1c\xa6\x52\x3c\x68\x44\x6b\x5d\x49\x52\x1e\xda\xf7\x7e\xab\x36\x92\x54\xbb\x61\xaf\x5b\xcd\x33\x24\xa9\xd6\x31\x03\xa9\x31\xe9\xfa\xeb\xf7\xd2\x22\x3d\xda\x6e\x6b\x1a\x12\xfe\xdd\x35\x4c\x93\xea\x7a\x7f\xca\x7f\x09\x66\x9d\x9b\x2c\xe3\x7a\xf4\x39\xbd\xac\x91\x19\xbf\x77\x56\x61\x8f\x9f\xa6\x47\x55\x40\x3b\xef\x74\xa4\x7a\xae\x50\xe7\xce\xb4\xc3\x08\x7c\xa5\x4f\xb7\x65\x5e\xce\x3d\x69\xc7\xe5\xea\xd8\x83\x22\xc6\xbe\xc2\x90\x32\x8f\x55\xdb\x3e\xed\x34\x82\x00\x0b\xdd\x3e\x5f\xf5\x46\x29\x4d\x18\xbd\xb5\x8f\x53\xff\x7a\x2a\x39\x43\x3d\xfa\x44\x4d\x58\xa0\xb6\x64\xd0\xb5\x3e\xdd\xec\xcb\xea\x3c\xee\x77\xa6\xf7\x95\x95\x31\x1a\x7d\x7b\x79\xf5\xee\x1d\xfc\xb0\x6e\x9d\x9e\xdb\x7b\x59\xc4\xda\xd4\xed\xd4\xbd\x8e\xe1\x83\x8c\x22\x8d\x0f\xdd\xf4\x0c\xd7\x9d\x5b\xa6\xb1\xba\x4b\xa1\xe1\xd4\xbb\xb6\xea\x89\x9d\xdf\x1a\x0e\x7b\x13\x55\xc7\xa6\x73\x23\x83\x76\x92\xa4\x1a\xd9\xee\x8d\xbe\x91\x24\x29\x97\xe9\xa5\x74\x8e\x95\xa4\xda\xd7\xdb\xd8\xb5\xef\x25\x49\xb5\xdb\xb7\x5e\xa1\xf7\x45\x92\x94\x72\x5b\xbd\x6a\x6d\x2b\x49\x4a\x3d\x5a\x36\xd0\x6d\x26\x49\xb5\xb6\xde\x3e\x58\xdd\xff\xfc\xbf\x39\x01\x64\x19\x33\xef\x27\x63\x4b\x2b\x9a\x09\x49\x01\xed\xa8\x5e\x57\xe6\xbf\x44\x54\x70\xf5\x6d\x48\x45\x5f\xfa\x1c\x18\xd0\x97\xd0\xc5\xd5\x47\x8d\x88\x1f\xe1\xaa\x33\x98\x50\xb6\xb9\x3b\x4d\x69\x66\x4d\x19\x36\x8c\xea\xb9\x86\xcf\x1d\x45\x78\xaa\x49\xc3\xd1\x7e\xbf\x14\x00\x7d\xbc\x47\x2b\xf7\xf8\xa2\x3c\xab\xc7\xec\x51\x4f\x47\xd9\xa8\x64\x76\x09\x1a\xf5\x76\xe6\x5b\xd5\xb1\x1d\x26\x8f\x0a\x74\x8b\x53\x5d\xae\xf7\x70\x54\x83\xa0\xab\xaa\x93\x5a\x1b\x8d\xfc\x1c\xdd\x43\xe5\x53\xab\x11\x23\xbd\x53\x8b\x54\xec\x5b\x1c\x18\x91\x5a\x10\xa6\xec\xde\x7c\xc7\x08\xff\x5b\xa1\xb5\x97\x34\xbb\x3c\x62\xc7\xcb\xf3\xb5\xbe\x34\x33\x1a\x4e\xf7\x6f\x3a\x13\x07\x13\x7e\xab\x35\x6b\x00\xe1\x57\x0d\x3a\xf4\xa5\x7b\xc8\xfa\xe1\x06\xd4\xaf\xbb\xde\xbe\x1e\xb7\x14\xb6\x6e\x3d\x7d\xc2\xc7\xaf\x9a\x29\x53\x86\x2b\xd4\xd4\xa2\xe7\x97\xf9\x3f\x19\x41\x9d\x29\x42\x12\x72\xf4\x35\x79\xde\xf7\xa7\x4c\x19\x39\x7c\x90\x25\xfb\x3f\x98\x78\x1f\x6b\x1b\x0e\x25\xe6\xb5\xe7\xab\x31\x74\x2b\xea\xea\xcc\xb8\xf9\x7c\x77\x33\xc2\x3f\xa7\xb9\x59\xd0\x2d\xfc\x58\x5d\xd6\x47\xe9\x3f\x70\x2a\xad\x28\x9d\xd3\xac\x37\x6b\x6a\x02\x7a\x0b\xad\x3d\x3a\xe6\x2a\xa9\xb5\x5c\x61\xa3\x67\x9a\x5d\xeb\x61\xb3\x0d\xd3\xba\xd8\x4c\x04\x1a\x5f\xb1\x39\xb4\x64\x12\xa0\x6d\x65\x63\x1c\xf0\x1e\x68\x90\x66\x1d\x15\x19\x04\xd4\x6f\x63\x75\xf1\xb0\x01\x50\xb7\x85\x55\xf3\x5c\x3d\x40\x7d\xcc\xd4\x01\xd7\xfe\x04\xd4\x32\xa7\x0c\xf9\xfd\x26\xa0\x52\x34\xd9\x5b\xe1\x57\xed\xa5\x13\x36\x29\x6c\x2d\xa5\x31\x4b\x25\xbe\x41\xec\xc7\x76\x70\x21\x5b\x63\x6b\xb2\xd3\x07\x90\xee\x7d\x41\x2a\xc7\x79\x8e\x33\xeb\xc1\xa4\x3f\xe8\x41\xfe\x24\x7a\xb1\xfe\xcd\xee\x8f\x83\x88\x07\xb6\xe3\xc3\x08\xba\x6f\x0e\x9d\x3d\x86\xbe\x17\xe8\x3f\x9e\x76\x1a\x9e\xd9\xe6\xb4\x03\x5d\xfa\x65\x32\x65\xda\xf9\x51\x53\x89\x71\x3c\xab\x84\xbb\x90\x5b\xf4\x9a\x49\xf3\x65\x70\x8c\x1d\xcd\xab\x6e\xe3\xed\x69\x85\x6a\xd4\x7c\xfe\x28\x25\x5b\xa0\xfe\xde\xf9\x8b\x5b\xc5\x03\xea\xed\xe7\x87\xf5\x9f\x01\x28\xef\x9b\x1f\x6e\xf1\x09\xc0\xe1\xf9\xbe\x0b\x88\x71\x35\xbf\x81\x0f\x29\x3f\xcf\x9b\xc6\x08\xf1\xdc\x91\x09\x74\x0f\xef\xd0\x3f\x9b\x18\x2b\xf6\x2f\xaf\xd2\x88\xcf\x59\xf2\x84\x22\xd6\x2e\xf5\x1f\x8a\xe4\xe9\xa2\x9f\xfb\x54\x81\xf7\x4e\x14\x9f\xcd\x76\xb2\x1d\x2d\xf4\x31\x46\xde\x54\xd8\xac\x57\x9d\xf2\x38\xfe\x7b\x13\x4a\x94\x90\xcc\xfc\x9f\xd8\xd3\xc3\x69\xa7\x18\x71\x65\x1c\xc5\x77\x68\xe5\x04\x52\xa3\x08\x74\x9f\x4c\xb7\xa4\x5e\x85\xd6\xa2\xff\xc3\x0c\xca\x83\x0b\x4f\xdb\x76\x23\xff\x03\x66\x53\xfc\x4c\x59\xc0\x7d\x64\x46\x7a\xcf\xa7\x75\xa3\x0f\x1c\x29\xde\xda\x36\x5f\x42\x2b\xad\xda\x0b\xb7\x16\x3c\x23\x97\x99\x37\x21\xdc\xc5\xed\x55\x2f\xba\x87\x75\x0b\x1f\x4f\x6b\xb7\x9b\x34\x97\xf6\xae\x6e\x9d\x57\x93\xce\xc7\x52\xdd\x50\x3a\xeb\xb8\x96\xef\x23\x9c\xca\xd5\xf5\x04\x21\xa4\x4b\xf4\x2f\x11\x92\xb6\xa4\xe9\x23\xda\x0b\x2e\xee\xf5\x17\xad\x58\x0b\x84\xce\xc3\x1c\xd1\xff\x64\x66\x7b\xb6\xd6\x42\x17\x63\x8a\xd0\xbb\xb7\xcc\x50\xd8\x74\x5d\xa3\x0d\x9c\xff\x46\x10\xca\x18\xaf\xc4\xd5\xf6\x3b\x0b\xcc\x29\xee\xe5\x3e\x50\x41\x33\xa6\xd1\xba\xe8\x5b\x69\x47\xa3\xef\x6e\x35\x87\x6e\xd9\x17\x25\xcc\xa7\x5b\x63\x87\x34\x47\xca\x17\xd6\x3a\x4e\x94\x2f\xcc\xae\x3b\x53\x3c\x99\x26\x2c\x25\xfe\x87\x7e\x87\x65\x14\x0f\x4d\x83\x57\x0a\x5c\xcf\x9b\xde\x32\x6a\x7b\x6f\x6a\x4a\x33\xd1\x5b\x97\xf1\x6e\x6f\x5d\x1e\x79\xef\x29\x73\x08\x49\xf2\xba\xb0\x92\x46\x72\x75\xf2\x26\x8a\xb0\xd5\xab\xe3\xe8\x0d\x78\xba\x64\x9e\xe6\x19\x79\x91\x18\x36\xab\xf2\xee\x91\xf2\xcc\x4a\xa3\x4a\xaa\x20\x77\xf7\x94\xbe\xe3\x37\x00\x0b\x5e\xb3\x75\x10\xba\x29\x76\x16\x6c\x67\xd1\xfd\xf5\xc1\x3d\xc3\x09\x2d\x8f\x95\xcc\x45\x1f\x28\xae\x26\xde\xaa\x6b\x43\xb7\xff\xeb\x75\xb8\x1f\x94\x9f\xd2\x5c\xaa\xd3\x5c\xd9\x6b\x61\x4b\xfa\xf5\x0c\x27\x3a\x51\xcc\x4d\x5a\x42\xf7\xfc\xd3\x82\xb9\x0b\xbf\xa5\xe8\x9f\x33\x22\x76\x15\xcd\xaf\xbe\xbf\x79\x10\xef\xa3\x63\xb6\x37\xed\xcc\x1b\x2e\xf7\x5b\xcd\xe3\x10\x28\x76\xe6\x81\xe1\xbf\x10\xce\x1d\xd8\xd4\xe0\x39\xff\x9d\xdf\x44\x50\xa8\x1d\xd5\xad\x06\x1a\xf3\x2f\x06\x46\x6e\xa0\x88\x5c\x77\x3a\x86\xfc\x5e\x9b\x92\x46\x4c\xa6\x80\x17\x05\x54\x59\xea\xaf\x7f\x9b\x98\x04\xfe\x06\x2f\xaa\xf1\x1c\x3c\x04\x5f\x6a\x99\xd0\x41\x71\x11\x3c\xa1\x45\x02\xff\x5f\x48\x36\xbe\x7c\xe2\x65\xe1\x3f\x8d\xc3\xd6\x12\x3b\xc2\x19\xd6\x3b\x3b\xd0\xa8\xaf\xd1\x58\x40\x79\xde\xa3\x74\x31\xc5\xbb\xcb\x6b\x17\x8a\x93\x05\xa6\x4b\xa9\xca\xd6\x6e\xdd\x0a\xca\x13\x56\x67\x3d\xe9\x71\xc7\x5e\xf1\xa2\xb7\x38\x58\xc9\x87\xc6\xc9\xa0\x09\xeb\x67\xb4\x6e\x1f\x48\x6f\x53\x7d\xe1\x26\xb1\x43\x0d\x15\x7d\x0f\xb6\x14\xfc\x42\x71\x1c\x6a\x6b\x40\x23\x1c\xb2\x71\x14\xd5\x32\x84\x3a\xb3\x42\x4d\xc8\x69\x1e\xe1\xd0\x26\x81\x54\x0c\x12\xda\x8a\x3b\xcd\x6c\x99\x97\x4c\x88\xe4\xe6\x1e\xa7\x09\xe8\xd8\x74\xf1\x3a\xd5\x08\x6c\x4a\xff\x9d\x32\x58\xb0\xb9\x44\x6f\x48\xe6\x7f\xf8\x88\xf9\xe1\x29\x7a\xe9\x89\x7e\x4a\x58\xf6\x49\x61\x77\xfd\x3d\x93\x9e\x47\xd6\x01\xda\x98\xb1\xf0\x05\x8f\x2a\xab\xd4\x78\x6a\xb8\x52\x1c\x2c\xed\xe3\x4e\x3c\x27\xa7\x08\x0f\x8a\x9f\xd9\xe9\x9e\x34\x4f\xa6\x39\xf8\x52\x9d\xae\xc5\x6b\x7f\xda\x27\x8d\xc8\x5b\x4b\xf9\xc6\x68\x04\xf7\x15\xe9\x7a\x28\x98\xf0\xee\x66\x75\xb6\x10\x1e\xa6\xac\x15\x2e\x3a\xf8\xed\x0c\x15\xd6\x8d\x57\xe8\x5d\xcd\x98\xb1\x16\x39\x7b\x24\xeb\xc5\x4c\xe3\x4c\xbb\xd3\x69\xc9\x25\xb6\xac\xf3\xbf\xd3\x29\x92\xf0\xab\xc8\xc7\x07\x69\xef\x1f\x59\x3f\x87\x10\xb8\x88\x0a\xc6\xbb\x23\xfc\x9e\xd2\x8c\x8b\x28\xfe\x97\x14\xd2\x64\x5e\x4c\xb0\xe0\xc5\xac\x13\xf1\xe0\x27\xea\x7b\xbd\x2d\x15\x36\x5c\x9a\x4f\xfb\xa1\xcd\xf6\x4b\x32\x39\xca\x5c\x89\x95\xe1\xd5\x72\x39\x7d\x5e\xae\xef\x41\x79\xc3\xd9\xde\x9b\x58\x09\x0e\x69\x6b\x88\x07\x35\xeb\x26\xf7\x85\x9a\x1c\xb7\x8e\xfc\x1d\x9f\xcb\x3c\x98\x21\xe9\xcc\x8f\xe8\x6d\xc8\xbc\x90\x8e\x26\xdb\xe8\xa4\xd1\xd8\x60\x7b\x3a\xfb\xbd\x4b\xc4\x41\xbc\x36\x48\x69\x24\x7e\x55\x13\x66\x26\xb9\x76\xa7\x33\x4e\x5c\x1a\x33\x51\xe3\x1e\x5b\xa7\xf1\x67\x66\xa2\xc5\xfb\xaf\xa1\xcc\x1b\x3f\x29\x9c\xe6\xcb\x5e\xa3\x44\xf2\x3b\xae\xd7\x49\x7a\xc2\x58\x73\xbe\x0b\x89\x9d\xfd\x2b\xe9\x06\xc4\x6e\xfc\x93\x98\xa0\x51\x7f\xb1\xbf\xdb\xd2\xb9\xce\xbb\x8a\x17\x93\xc0\x76\x3d\xad\xa3\x21\x06\x4b\x2a\xbe\x9f\x85\xbe\xc7\x56\xd1\x38\xac\x8c\xf7\x22\x9c\xd7\xa5\xd0\x8f\xa2\xce\x31\x3a\x90\x14\xf8\xe6\x28\xad\xa7\x79\x34\x4d\x9b\xab\xac\xcd\xcb\xb8\x6f\xd0\x48\xb7\x70\x3a\x79\xc9\xba\x38\x06\x9d\x22\x29\x6a\xdb\x7a\x31\x0a\xa9\x15\x13\x2b\x4e\x30\xfb\xc5\x8d\x67\xd2\x44\x56\xb4\x4b\x2c\x6c\x42\xff\x47\x92\xae\x3e\x8d\x70\xe2\xef\x43\x69\xfd\x48\x2a\xe1\x99\x9a\xe4\xc2\x9d\xda\x92\x5c\xb8\xde\x3f\xc9\x63\xab\x13\x7f\x7f\x2f\x33\xdc\x9c\x8f\xd2\xbf\x70\x40\x2a\xea\xa4\xb0\x09\x07\xf8\x8c\x7c\xa0\xd9\x0b\x52\x74\x90\x79\x0e\xb1\x02\xd7\xac\xe2\xc5\x88\x79\x12\x46\x3c\x00\xb9\x1f\x98\xbf\x01\xab\xf2\x78\x14\xf8\xd1\xec\x5a\xde\x33\x88\xd6\xc3\xc5\x6a\x1b\x69\x95\xaa\xd2\xc3\x39\xca\xef\x79\xea\xf4\x6d\xb4\x8e\x8c\xbb\xba\x83\x78\x20\x43\x2f\x30\xda\xd8\xef\x63\x34\x8d\xba\xfe\xd0\x58\xb2\x2d\xb7\xec\xa5\xb7\x58\xdf\xfe\x80\x60\xf2\x27\x0b\xc5\xdf\xf4\x78\xd0\x2f\xa4\x97\x34\xa5\xf1\x48\xd7\xd5\xa7\x91\xcd\x18\x3b\x84\x99\xcc\xc5\x53\x09\x9f\x4d\xdf\xc2\x1d\xfa\xd2\xa7\x7a\x52\x24\x65\x4c\x0c\xa1\x15\x2b\x63\x6d\x3c\xad\x48\xe9\x2b\x32\xe8\x6c\x98\xbe\xb0\x90\x90\xd6\x54\xf5\x5b\xc6\xfc\xf7\x4a\x7a\xb2\xe4\x72\xc6\xb9\x65\xfe\xc7\x7f\x78\x31\xc4\xc7\x0f\x78\xcc\x7c\xc6\xd5\x0b\xd6\x12\xee\xba\xbc\x78\x3d\xdd\x30\xb8\xe8\x6c\x26\x1e\xd8\x82\x51\x61\x74\x7e\x98\x8d\x6d\x94\x2f\xa7\x15\xec\xa4\xf9\x60\xa9\xcb\x7c\xaf\x31\x3a\xcc\x8f\x30\x39\x19\x4f\x51\xde\x77\xc6\x7e\xe2\x67\x77\xda\x9d\x48\xd9\xbb\xc5\x5e\xd6\x13\xd0\xc8\x4c\xd5\x61\xff\x33\x05\x5f\xee\xa4\xb8\xf9\xcc\xea\xd8\x98\x18\x53\x27\xdd\xba\xd1\x09\xed\xa4\x96\x29\xad\xa3\x27\x9f\x4c\xa2\x95\x2a\xeb\x12\xf3\x28\xb3\x1c\x99\x89\x79\xb2\x90\xf5\x72\xb2\x46\xc4\x30\x03\x3e\x32\x8d\xe6\x47\x56\x58\x01\x2b\x82\x6d\x2c\xa5\x37\x72\xfc\x29\xf3\x83\x8e\x87\x7d\xa6\xf1\x4b\x17\x71\x70\x48\xf0\xa5\xe4\x71\xe1\xfe\x52\x32\x0f\xc8\x43\x7b\x33\xbd\x85\xa5\xff\x6e\xa5\xb7\xe4\xf4\x64\x1b\xdd\x34\xc9\x3c\xa0\x59\xcd\xa3\x88\x85\x31\xf5\x49\x2c\xbd\x85\xf1\xe9\xac\x03\x34\xda\x88\xfb\x06\xc9\xba\x38\x86\x05\xdc\x1f\xab\x83\x36\xdf\x48\x34\xd5\x49\x27\xf4\x5e\xed\xcd\x51\xc1\x0f\x93\xfb\x45\xe5\x5a\x71\x7e\xc8\x4d\x6e\x4c\x11\x92\x7f\xa1\x2b\xc5\x7f\xde\x05\x13\xca\xb8\xf9\xa1\x96\xb4\xe3\xca\xf7\x73\x20\xff\xf2\xb7\x2e\x27\xa6\x52\xfe\x4b\x56\xe6\xca\x4b\x8f\x26\xde\x68\xbe\x41\x0a\xad\xf4\x79\xbe\xb9\xb4\x72\x9d\x79\x5b\x4a\x2b\x54\x5e\x4f\xee\xb8\x71\x66\xc8\x27\x5a\x6f\xb3\xf6\xb2\xdf\xb2\x7e\x4e\x9a\xd0\xd9\x62\xbe\x90\xa7\x31\xc7\xb9\x7b\x59\x04\xfd\x8a\x4b\xff\x9d\xb4\x2a\x2d\x74\x8e\xa1\xfd\xdf\x9c\x9e\x1c\xdf\xd3\x0a\xd8\xef\x49\x9f\x0e\xd0\x2e\x65\x3c\x58\x37\x63\x58\x73\xee\x4a\x62\x54\x2f\x9d\x7e\xa7\xbb\x77\x3a\x3d\x45\xdb\x0a\xe6\x09\x34\xb6\xe7\xf7\xae\xba\x2d\x5b\x54\x74\x9d\x35\x65\x2b\xf3\x41\x2e\x94\xe8\x10\x23\xe4\x82\x5f\xe7\x36\xfc\xf7\x41\xcc\x6b\xe9\xc8\xcc\xde\xf3\x75\x79\xc7\x76\x71\xb7\x3b\x65\xf4\x0b\xeb\x02\xe9\xee\xeb\x62\x10\xf3\xe6\x64\x9d\x98\x0b\xba\xd9\xf4\xe4\xe7\xdf\x94\xd0\xfc\xba\xa0\xf7\x84\x78\x41\x45\x6f\x3e\x12\xcf\xa4\x40\x9c\x2b\xaa\xfa\x04\x09\x3e\x04\xf3\x85\xfe\x17\x0f\x68\x96\x2e\xcf\x6b\x2b\x83\x24\xca\x62\x16\x09\x87\xa9\x0f\xeb\x58\x2b\xe6\x01\xc9\xba\x38\xfd\x1b\x30\xff\xa9\x7b\x4a\x16\xcd\x4a\x3d\xc1\x03\x6a\xac\x94\x47\x6f\x5b\xf5\x71\x61\x0d\x3e\xd0\x65\x11\x1f\x57\xc2\xb9\x4f\xd0\x95\x57\x1d\x29\xb2\x4a\x1a\x0c\xa0\x3c\x78\xb5\xd2\x8c\x22\xeb\xaa\x3d\x33\x5c\xaf\x3a\xbb\xd2\xcc\xba\x9a\xe8\x4f\xfc\xb8\xd2\x32\x66\xea\x95\xea\x25\xd0\x13\x5c\x6d\x7d\x92\x66\xf4\xd5\xa2\x2b\xf4\xc4\x57\xb6\xdf\xa7\xf3\x47\x49\xd8\x3b\x8a\x87\xcb\xb5\xd8\xef\x73\x82\x37\x59\xbd\x7f\x92\xdc\x17\x6c\xf1\xa1\x38\xba\x99\x5f\xf0\x6b\x02\xe5\x05\xbb\xcb\xac\x8b\x33\xa3\x79\x0a\xed\x03\xa7\xae\x4a\xa7\x68\x35\x4b\x13\xba\x38\xbb\x8f\x71\x3f\x9c\x97\x1c\xe7\x7d\xba\x9f\xa2\xef\x77\x4b\xcb\xa3\xfd\x46\x6b\xbf\xb3\x94\xfd\x1a\x59\x14\xd1\x2e\x59\xb5\x75\xb1\xc8\x0b\x25\xa2\xf2\xe7\x86\x18\x87\xdb\xe6\x5a\xb4\xd3\xbe\xd5\xae\x3d\xfd\x4b\x37\x2b\xfa\x53\xe4\xdd\xa9\x1c\x47\x27\x96\x3b\x17\x66\xd2\x8e\xec\xee\x32\xde\x47\xdc\xb2\x63\xe8\xe4\x5e\xef\xed\x74\x72\xbd\x5d\xce\xca\x4d\xb7\x46\x1c\x63\x5d\x98\x07\xe7\x88\x67\x77\x53\xef\x2e\x31\x6f\x6e\x36\x78\x41\x27\xe2\x6b\x89\x9f\x69\x07\x53\x5d\x0f\x45\x1e\x17\xe9\x7f\xf0\x1f\xfe\x2e\x05\x3a\x5c\xe3\xfa\xad\xce\xce\xc0\xef\x45\xcc\x7f\xa8\xc2\xfb\x0b\x81\xde\x09\x0a\x6f\x80\x01\x6a\x40\x59\x08\x30\x24\x87\xfb\x1a\x98\x59\x70\x9d\xff\x14\xc5\x6c\xa8\xc7\x75\xdd\xb9\x8f\x19\xf7\x3f\x55\x02\x2c\xf2\x03\xb2\x97\x00\xcb\xb3\x80\x13\x21\x80\x4f\x02\x70\xb2\x25\xb0\x69\x01\x70\xcc\x80\x31\x8b\x93\x4b\xb9\xe6\xef\x64\x2f\xc6\x02\xb2\x5e\x31\x07\xe4\x54\x36\x50\x6a\x02\xe4\x4c\x06\x1e\x86\x70\x8d\xeb\x87\x32\x20\xeb\x03\x20\x99\xfe\x40\xff\x40\xf5\x27\xfc\x87\x7f\xbf\xe1\x38\x35\xf5\x2f\x5a\xd7\xe2\x5e\x2b\x2d\xf2\xbe\xf1\x1e\x5e\x1b\x00\x7a\xe5\xc0\x73\x6f\xa0\x5d\x36\xf0\xa8\x37\xa0\x3f\x81\xef\xb3\x14\xe7\xa3\x9b\x7a\x40\xbf\x4a\xe6\xa8\x0c\xa1\xbe\xce\xc0\xe8\x61\x40\x7e\x39\x30\x21\x1d\xc8\xaf\x04\xa6\xc5\x03\xa7\x5c\x80\xd9\x96\x02\xf7\xbf\xc6\x75\x8e\x8a\xe9\x90\x99\xc4\x3a\x10\x47\x5a\x02\x1b\x74\x19\x07\xde\x9e\x05\x64\x56\x02\x7b\xbc\x80\xa3\xf5\x81\xd4\xb1\xdf\xea\xfe\x33\x53\x78\x8c\x15\xd9\xa7\x3c\x11\xc8\x6a\x02\xbc\x4d\x62\x8e\x84\x24\xf4\xef\x15\x36\x31\xee\x27\xf8\xff\x0f\xf8\x0f\x3f\xd2\xbf\x90\x79\x0f\xef\x4c\x81\x5f\xf6\x7c\xeb\xef\x20\xeb\x1c\x3c\xbc\xca\xfc\x87\xbb\xcb\x98\x27\x74\xcd\x9c\xf5\xca\x2f\x07\x03\x46\x77\xbf\xd5\xf9\xe7\x57\x30\xff\x41\xf1\xfe\x15\x71\x91\xfd\x06\xb0\x6d\x03\x1c\x37\x67\x5c\x33\xd3\x90\xb1\xb5\x0c\x6d\xc0\x2b\x0f\x48\x0e\x00\xd6\x3d\x01\x92\xed\x81\xb0\x76\xc0\x61\x3d\x20\xc6\xf4\x5b\xdd\x7f\x66\x3c\xf7\xfb\x57\xcc\xce\x12\x27\xe0\xa8\x36\x8f\xc3\x51\x73\xe0\xdd\x67\x20\xa3\x06\x0f\xe8\xa7\xfc\x07\x99\x07\x60\xfe\x5f\xfe\xc3\xf7\x3c\x88\x4f\xb9\xdc\x9f\xbf\xb2\x05\xa0\xa5\x0b\xbc\xd0\xf9\xc6\x7b\x68\x72\x0d\x78\x50\xc9\xf5\xdb\x37\x37\x02\x1d\xc3\x81\x6b\xf9\x80\x81\xe9\x37\xbd\x83\x73\x46\x80\x49\x09\x90\xaf\x0f\x8c\xbd\x06\xe4\x7c\x06\x2c\x4b\x80\x93\x9d\x80\x99\xb7\x81\xcc\x2f\xc0\xbc\x32\x20\xb9\x36\xe0\x3c\x1d\x48\xba\xc5\xb5\xd7\x87\x44\x6d\x76\x62\x1a\x10\xda\x12\x48\xc8\x61\x0c\xe8\x50\x7d\xe0\xf0\x30\xae\x0f\x3f\x1d\xc3\xbb\xb1\xcb\x8e\x40\xda\x58\xe0\xd7\x0d\x40\xea\x7e\xe0\x6d\xe5\x77\x3c\x98\x0b\x3f\xf1\x5f\xd4\x6d\x86\xa8\xfc\x9c\xff\xa0\xb0\x9f\x5f\x03\x1a\xa6\xc0\xa7\xe1\x40\x5d\x3d\xa0\x72\x38\xd7\x27\x3f\xd7\x65\x5b\xc5\x7b\x50\x07\x9a\x1e\xe5\x79\xa0\xe7\x08\x5c\xa9\x00\x3a\x96\x03\xe7\xdb\x01\x06\xc6\x40\xfe\x3a\x60\xe0\x55\xe0\xd4\x4b\x60\xd8\x2e\xe0\x84\x15\x30\xde\x8b\x75\x1c\xac\x7c\x80\xe4\x5a\xc0\xec\xdd\x40\xd2\x50\xc0\x69\x3f\x90\x60\x06\xac\xe8\x0e\xec\xdf\x00\xf8\xc5\x03\xfb\xce\x02\x21\x95\xc0\xfe\x60\xae\x81\x3e\xf0\x2f\x70\xf8\x01\x90\x78\x95\xb9\x24\x07\x6f\x03\x25\x03\x80\xa4\x15\x7c\xd7\x7e\xc8\x1c\x78\xbf\x0b\x48\x54\xad\x8e\xff\xff\xa7\x0f\x86\x66\x75\xff\xd7\xae\xfb\x8e\xff\xf0\x1d\xff\x43\xee\xf3\x21\xe3\xfd\x8a\xbc\x50\xcb\x17\xf8\xed\x12\xa0\xfc\x82\x75\x90\x54\x5b\x03\xb7\x7a\x00\x5a\x09\x40\xe9\x03\xe0\x97\x16\xcc\x59\x6a\x33\x93\x75\x4f\xba\x95\xb1\x56\x43\x1f\xc5\xee\x25\x1c\x30\x4d\x02\xd2\x83\x81\x31\x5a\x40\x8a\x19\x30\xb9\x3e\x70\x48\x07\xb0\x8d\xf8\x0e\xf7\xbf\xa3\x38\x01\x03\xf1\x99\x80\x9f\x12\xb0\x27\x0b\xd8\xa2\x07\xec\xd1\x04\xa2\xcd\x18\xe3\x54\xbc\x6b\xc5\x2e\x26\xeb\x2d\xf3\x25\xae\xce\x06\xf6\xd5\x03\xca\xcf\x2b\x4e\x13\xc0\x9f\x2b\x81\x78\x81\x57\xed\xba\x51\xdd\xff\xff\xe8\x20\xfc\x88\xff\xe0\xfc\x73\xde\xc3\x73\x71\x5b\x20\xf3\x1e\x48\x0b\x36\x9d\xe3\x40\x65\x13\xf3\xc0\x14\xf3\xa7\x48\x9f\xfb\x3c\xe4\x6b\x02\xed\x4d\xbf\xd3\x3b\x38\x02\x0c\xd0\x64\x1f\x86\x55\x00\x09\x8b\x98\x37\xb6\x3f\x5e\x71\x56\x01\xf6\xda\x33\xee\x1f\xfb\x07\xe0\x16\x03\xec\x2e\x05\x14\xeb\xe2\xee\x4e\xc0\xe6\x5b\x40\xb4\x2d\xb0\xab\x1c\x88\xf1\x03\x0e\xed\x05\x62\x1e\x72\xaf\x98\x38\x45\x7e\x48\x06\xe2\x7c\x80\x47\xf6\x8a\x53\x27\xf0\x31\x05\x88\x76\xfd\xb1\xff\x35\x75\x10\x56\x0b\x9c\xd3\xa3\x95\x18\x87\x79\xec\x9f\x3c\x0e\x35\x79\x0f\xbf\x8b\xdb\x82\x9f\xf1\x1e\x2e\x86\x00\xaa\x9f\x59\xd7\x47\x6b\x11\x90\xe3\x0a\xb4\x38\xc9\xa7\x08\xd2\x3b\x38\x03\xf4\x2a\xe5\x3e\x0f\x26\xba\x9c\xb7\xc6\xea\x02\xb1\xfb\x80\xa9\x37\x80\x18\x4f\xc0\x61\x20\xb0\x73\x3a\xb0\x64\x03\xb0\x33\x98\xb1\xdb\xc8\x34\x5e\x3f\x77\xd8\x01\x3b\xff\x04\x22\x95\x80\x83\x95\xc0\xce\x78\x20\xe7\x1a\x7f\x4f\x31\x0e\x8a\x3d\xe5\x93\xba\xdf\x74\x20\x6a\xfa\x5f\x93\xff\x21\xfb\xbd\xdc\xb7\x06\xff\x21\xb4\x46\x1c\xc8\x78\xe7\x7d\xb6\x32\xef\xa1\x66\xbf\x0f\x99\xf7\x50\xb8\x81\xf9\x13\xa7\x7b\x02\x6a\x12\xf7\x7b\xd0\x01\xe7\x01\xdd\xaf\xc0\x41\x03\xa0\x9b\x23\xb0\x6f\x38\x60\xb4\x9d\x79\x0f\x23\xe6\xb0\x1f\x96\xba\xc0\x0e\x1f\xc0\xee\x05\xb0\xcd\x17\x70\xd6\x03\xb6\xf7\x64\xec\x3a\xdc\x16\x08\x4e\x02\xc2\x7a\x03\xbb\x86\x00\xe1\x33\x81\xe4\xd6\x40\xd8\x7d\x20\x67\x25\x6b\x2b\x95\x2a\xfc\xbe\x01\x3c\xf5\x62\x0e\xd1\x97\xe8\xff\xea\x40\xc8\x38\x78\x4d\xbf\x6b\xea\x40\xfc\x54\xf7\x63\x77\x8d\x38\xf8\xbb\x46\x1c\x88\x71\xa9\xc2\xfd\x05\x3f\x20\x63\x0f\x50\x37\x09\x38\xb8\x1f\x68\x1c\x04\xec\x9b\x07\xb4\x8d\x62\xbe\x8b\x62\x5d\x8d\xf2\x06\x86\xd8\xb0\xce\xc3\x04\x5f\x20\xe4\x0f\x60\x7a\x38\x10\xa2\x0d\x38\xa6\x03\x9b\x94\x81\x55\xb3\x80\x4d\x79\xbc\x8f\xd8\xf0\x16\x88\x9c\x07\x04\x47\x02\x07\x15\x73\x45\x9b\x73\x4f\xf0\x73\xa0\xc4\x1d\x58\x3f\x1f\x78\xd4\x1c\xd8\x38\x0c\xf8\x3a\xf4\x1b\xff\x65\x95\xf0\xd7\xcd\xb9\xba\xdf\x8e\xc3\x6b\xf0\x01\x12\xd8\x7e\x78\x52\x3d\x0e\x64\xdd\x0f\x59\xf7\x42\xd6\xfd\xa8\x8a\x03\x51\x4d\x73\xb6\x2d\xdb\x33\xa3\xd9\x1e\x4d\x61\x7b\x48\x9c\xae\xf7\xd9\x03\x75\x7b\x71\xcf\xc0\xe6\x91\xc0\x0e\x65\xde\x87\x86\x27\x00\x03\x9b\xb2\xbe\x85\x62\x7e\x04\xb5\x04\xa6\xf4\x02\xd6\x1e\x64\xbc\x7b\xdd\x45\x60\xa5\xe2\x73\x3d\x20\x68\x37\xe0\x77\x0b\xd8\xf1\x02\xf0\x2b\x07\x0e\xc5\xb2\xde\x45\xf6\x14\x60\x4d\x1d\xe0\x72\x00\xe0\x67\x09\x3c\xe9\x05\xf8\xf6\x02\xfe\x05\xb0\x32\xa4\x3a\xff\xc3\x49\xf0\xe4\xe6\x8a\x7d\xa5\x5d\x5a\x75\x3e\x80\xcc\x83\xa8\x89\xfb\x3f\x8b\x64\x7b\x5f\xf4\x45\xb9\xd5\xab\x7a\x1c\x5c\x98\x2d\xe2\x40\xe8\x43\xc8\xb7\x08\x69\xa2\x1f\x4c\x92\xc0\xbf\x63\xc5\xf8\xed\x08\x03\xb4\x4a\x80\xd0\x22\x40\x71\x9c\x0c\x9e\x04\x18\x2e\x06\xd6\xef\x03\x46\x8c\x00\xfc\xf5\x80\x49\x2d\x78\x2f\x39\xc7\x11\xf0\xda\x05\x2c\xbb\x0c\x78\xb9\x72\x6e\xf7\x58\x09\xec\xd8\x0c\x78\x84\xb3\x66\xd0\xca\x1c\x20\x67\x02\xb0\x22\x15\xb8\xf2\x8e\xe3\xfd\xd1\x7a\xc0\xfd\x0a\xf0\x79\x35\xe0\xac\x5d\xe3\x7d\x0b\xbf\xad\x5f\x54\xe7\x3f\x58\xb6\xab\xce\x83\xa8\xe2\xbf\x08\x7e\x87\x8c\x7b\xdf\xde\x22\xfc\x17\x38\x7f\x15\xff\xa1\x36\xdb\x1c\xc1\x07\x38\x2a\x6e\x97\x0e\x8b\x71\xd8\x23\xf0\x62\xae\x4e\x03\x42\x4f\x33\x2f\x66\x63\x10\xf7\x5f\x0b\x48\x05\xba\xac\x04\x7c\xf2\x80\x81\x37\x01\x4f\x07\x60\xfc\x63\x60\x85\x27\x60\xbb\x05\x70\x0f\x01\x5c\xff\x05\xdc\xfc\x81\xb5\x93\x00\x97\x18\x20\x42\x0b\x70\x99\x0d\x24\x45\x03\xce\x3d\x81\xec\xc5\xc0\xa2\x67\xc0\xe5\x0b\x80\x93\x09\xf0\xc8\x00\x98\xdf\x1d\xf8\xb3\x05\x60\x27\x34\x13\xa7\x95\xfd\x98\xf7\x31\xd6\x52\xd8\xff\x8f\xb2\x2f\x8f\xcb\x39\xfd\xde\xbf\x2a\x6b\xf6\x64\x27\x59\xb2\xb7\x59\x2b\x51\x59\x8a\xd2\x66\x09\x6d\x52\x42\x29\x25\xad\xb4\x27\x5a\x48\x45\x51\xa4\x85\x92\xa5\x8d\xec\x4b\xc8\x3e\xc8\x32\x98\x31\x06\x59\xc7\x18\x86\xc1\x2c\x06\xfd\x5e\xef\x73\xee\x77\x29\xe3\xfb\x79\xfd\xfe\xf0\xba\x5f\x4f\xe5\x79\x9e\x73\xbf\xcf\x7d\xee\x73\x9f\xeb\xba\xaf\x23\xe2\xe6\x78\x11\x47\x1b\xf2\x5f\x7e\xdc\xc0\xe3\x2d\xd1\x6d\xfd\x62\x7a\x7d\xfb\x8f\x9c\x10\xf6\x0b\x55\xcd\x62\xc1\x03\x91\xf9\x1f\x9b\x85\xae\x52\x9a\xf8\x7d\x82\xe8\x1f\x13\x15\x01\xb4\x2c\x03\x96\x5b\x02\x3d\x9d\x98\xbf\x24\xe5\x17\x7e\x69\xbc\x3e\x16\x47\x00\x0e\x9f\x01\xcf\xf7\x80\x8f\x3d\xb0\x60\x3c\x10\xed\x0e\xcc\x7b\xc7\xb1\xd3\xb5\x35\xb0\xbd\x2d\xe0\x5c\x01\x1c\xf8\x07\x70\xba\x03\x5c\xcc\x07\x1c\x94\x81\x9f\x93\x00\xfb\x0e\xc0\xdb\x28\x60\x86\xc8\xab\xad\x14\xeb\xdb\x2d\xdb\x6b\x14\xc5\xa3\x81\x58\x3f\xa3\x44\x5e\x2d\xf3\x5f\x6a\xf9\x3f\x0d\xf9\x2f\xc2\x7e\x99\xff\x72\x40\xec\xa3\x32\xff\x65\x87\x58\x2f\x39\x62\xfd\xa4\xc7\xf1\xc8\xb7\xdc\x80\x98\xb6\x5c\x85\x0c\x92\x3e\x27\x16\xf0\xbd\xad\x58\xd5\xf1\x28\xe0\x79\xa3\xf1\xfa\x21\xa1\x80\xfb\x8a\xa6\x11\x26\xbb\x01\x97\x65\xcd\xdb\xd9\x4d\x01\x1c\x8d\x9b\x9f\xf7\x74\x06\x66\x3d\x50\x6e\x12\xde\x18\x98\x91\xa5\xdc\x32\x45\x05\x98\x9a\xa5\xac\xba\xb5\x11\x60\xa3\xd5\xfc\xda\xbe\xb6\x80\xe5\xd3\xe6\x41\xe7\x42\x80\x29\xcd\x9a\x7d\xfa\xf1\x0e\x60\xbe\xbf\x99\xff\xab\x01\x80\x99\x67\x53\xea\x47\x6c\x72\xa6\x11\xe1\xd8\xa3\x7f\x54\xa0\xfa\x8b\xcc\xf7\x18\x26\x78\xd5\x3a\x42\x6f\x4e\x53\x9c\x25\xbe\xe2\xbf\x08\xfb\x2b\x85\xdf\xcb\xfc\x97\xfd\xa3\x41\x55\xa2\x92\x9f\x15\xa8\x6e\x50\xf0\x9b\x12\xe1\x17\x59\x27\x9b\x11\xba\xb2\xfe\x7c\x6b\xaa\x4f\xac\x51\xe1\xfe\x31\xd1\xd5\xed\xe8\x7f\x06\xa5\x72\xe0\xf4\x98\xd5\x81\xea\x96\x73\x9a\x74\x7a\xde\x2a\x01\x98\xf5\xa8\x6b\xf3\x3e\xa5\x58\x3a\xad\x49\xb7\x31\xfa\x79\x0a\x43\x2c\xff\xe8\x96\x61\xdd\x44\xe1\xf8\xa4\x4f\xdd\x3b\xbb\xa5\x29\x2e\x99\xd8\xab\xdb\xeb\xa0\x12\xc5\xa7\x26\x1a\xdd\x9e\x26\x6a\x2b\x4d\x1f\x6b\xd2\x2d\x25\xab\x5a\x29\x72\xf4\x81\x6e\xbd\x4b\xb5\x94\xbc\xf5\x83\xba\x5e\x3c\xf5\x58\x69\xe4\xa8\x5b\x5d\xed\x6e\xde\x53\xdc\x39\x32\xb6\x6b\x9b\x5f\x9b\x2b\x7c\x1c\x7e\xa4\xcb\x87\x9a\x1a\x85\x61\xda\x77\x3a\x92\x9e\xc1\x10\x5b\x95\x41\xd2\x38\xc0\xb4\x35\xf5\xbb\xe8\x33\xbd\x25\xd5\x25\xfb\x58\x36\xa7\xfe\x07\xea\xad\x9a\x6c\x90\xc6\x86\xfc\x97\xb3\x22\x6e\x56\x08\xbe\xd7\x7e\xa7\x66\x84\x67\x17\x57\xb7\xa0\xee\x02\xdb\x87\xb0\x5d\x59\x01\xcc\x7f\x49\x39\xd1\x83\xfb\xc0\xe8\xf6\x24\xfc\x32\x92\x4e\xe7\x40\xe0\xf0\xbe\x74\x2f\xda\xa3\xaa\x1f\xe1\x5f\x0e\xaf\x06\x10\x3f\x66\x8a\xe2\x10\x45\xc5\xcd\x80\xa9\x82\xa6\x6d\xd7\x79\x08\x1e\xeb\xa7\x19\xa3\x63\xac\x34\x54\xef\xa5\xe6\x4e\xd3\xd2\x46\x8b\x87\x79\x6b\xe6\x3a\xfc\xd3\x78\x83\x56\xb6\xa6\x86\x6f\x7e\x93\x0d\x83\xd2\x87\x1c\x58\xf1\x53\xd3\xa6\xfd\x17\x0d\x31\xde\x38\xa1\xa9\xa2\x46\xb7\xc1\x19\xbb\xd4\x9a\xdc\xec\xd3\x6f\xb0\xed\xf1\x3e\x4d\x16\xf7\xca\x1a\x74\xeb\x5a\xbf\xc6\x67\xd4\x67\x0c\x3a\xf8\x44\xb9\xd1\xf7\x3d\x73\x07\xe5\xfd\x1b\xa4\xb4\xa1\x47\xb3\xfe\x69\x35\x35\x8a\x93\xbb\xde\xec\xbd\xbe\xa6\x46\xc1\xa8\x63\x8d\xda\x49\xc9\x5e\xd5\x9b\xdd\x88\x2f\xa4\xb2\xb7\x33\xdd\xc7\x69\x37\xb2\xa3\xa6\x34\xca\xfa\x37\xb5\xfc\x9f\x81\xcd\xa8\x2a\x56\x3e\xab\xb5\xc0\x7f\x99\x17\x90\x57\xcd\x7c\x90\x86\xfc\x97\xb8\x2b\x8c\x42\x45\x88\x3e\x22\x01\x18\x4a\x19\x96\x67\x16\x77\x2f\x70\xf4\xe6\x5b\x46\x56\x8f\x0c\xe8\xf6\xdc\x98\x2a\xc6\xd3\x75\x9f\x18\xed\x69\xbb\x16\x18\x74\xd1\xe8\xd7\xfe\xc5\x8a\xbd\x34\xa6\x19\x9b\x19\x99\x2b\xde\x51\xdf\x6a\x3c\xd5\xae\x8b\xe2\xc7\xee\xbf\x1a\x0f\x5f\x74\x5a\x71\x4f\xd7\xbe\xc6\x4d\x23\x1f\x29\x9c\xee\xbc\xd4\xf8\x5a\x5a\x02\xd0\xe1\xb1\xd1\x5f\x85\x8e\x40\xfb\x04\xa3\x7e\x47\x5c\x81\x76\xa7\xc6\x4e\xbc\x12\x00\xb4\x79\x33\x26\xfa\xa1\x01\xd0\x7a\x84\xe1\x0f\x7f\xdd\x07\x94\x6f\xeb\xdd\x90\xec\x6b\x16\x3e\x9c\xee\xf9\x37\xce\xd5\xce\xa1\x71\xd1\x20\xaa\x43\x29\x8d\xeb\xcf\x75\xda\xfd\x7d\xa9\x1f\x46\x2d\xff\xc7\xa2\x15\x79\x40\x99\xb0\x7b\x47\x15\xc3\x2e\xb9\xc1\x2c\xb3\xbc\xe1\x85\x16\xdd\xc7\x4c\x3e\xa3\x43\xaa\xd9\xf1\x6a\x23\xab\xf9\xf9\x1b\xd0\xf3\x0e\x4c\xe0\x8d\xd2\x0b\x8c\x46\xb9\x94\x31\x7e\x6e\x5b\x65\x46\xfa\x08\xe3\x34\x27\x93\xfd\x3a\x39\x96\x14\x81\x7b\xf4\xb6\x51\x6a\x7c\x03\xe8\x14\x62\xdb\xb5\xa7\x1d\xa0\xd2\xd7\x36\x59\xaf\x37\xd0\xaa\xc8\x36\xcd\xfa\x0a\xd0\xfc\xb5\xad\xa2\xfb\xaf\x40\x93\x00\x9b\xdf\x96\x5b\x03\x4a\xce\x36\x51\xc9\x23\x00\x85\x5e\xd6\x15\x5b\xa9\x52\x6a\x55\x7d\x80\x3a\x2c\x58\x5e\xbc\x48\xb8\xe0\x94\xdf\xef\xd1\xcd\x42\x8b\xa7\xef\x9a\x49\xa3\x99\xd0\x65\x1e\x27\xf0\x2b\x43\x67\x1e\xf5\xb7\xf1\x38\xbc\x8c\xc7\xa1\xa4\x8b\x71\x4c\x4d\x25\x8f\xed\xef\x46\xb8\xe4\x2e\xab\xfe\xd9\x6c\xbf\x26\xf9\xf7\xc6\x43\x23\x22\xd8\x7e\x7d\xca\xb8\x56\x9d\x60\x3d\x98\x28\x5f\xd6\x09\x09\x74\x9b\x4c\x28\x83\xb7\x0a\xdf\x2a\x73\xa9\xb2\x22\x1c\x68\x7a\x47\x5b\x9a\xb7\x49\xaa\xd3\x08\x3d\xd0\xf7\x62\x74\xaa\x6f\x8e\x3d\xf1\x49\x5a\x1a\x38\xd3\xfb\x2a\x5c\x9b\xe3\xad\x4a\x76\xcd\xe9\xad\x4d\x7b\xb7\x73\x24\xcf\x98\xd3\x13\x56\xd8\x70\xbe\x14\x4c\x75\x59\xa7\x2a\x46\xd0\x1c\x73\x72\xa8\x8e\xef\xa8\x52\x4e\x75\x7f\xfb\x57\xe7\x08\x51\xb1\x77\xbe\x43\x08\xfa\x6c\xab\x37\x14\xd3\xed\x84\xdd\x36\xa2\x1f\x88\xb9\xd0\x2f\x37\xf5\xaf\x3f\x3f\x63\xe9\x9e\x7b\x79\xa9\x06\xed\x7c\x3b\x4f\x0c\xa1\x0c\x28\x4f\x87\xfd\x39\x43\x89\x6f\x0f\x26\x7b\xf3\x73\x8e\x33\x30\xfb\x83\x9f\xbf\x39\xe9\xc6\x04\xea\xf0\xed\xca\xc5\x3a\x7c\xeb\xd6\x55\x87\xed\x9c\xad\x32\x9b\x32\x12\x2b\x1d\xe6\xc1\x18\x45\xcd\xa1\x1d\x46\x47\xdf\x95\xd0\xe8\xae\x87\xdc\x69\xfe\x14\xe3\x3d\x44\x04\xf6\x7c\xa9\x4a\x8c\x1b\x4f\x5b\x6d\x62\x9e\x78\x7c\x9a\x44\xb8\xb7\xa7\xb9\x33\xe5\x30\x9e\xea\x7c\xdf\xdf\xe3\xaf\x04\xb2\x73\x61\x4e\x16\x7d\xb3\x05\x93\x4b\x28\x62\xcd\x4f\x39\x4d\x88\xe3\x7c\x7f\xe6\x3c\xcf\x9b\xfb\x92\x90\x49\x57\x81\x5b\x39\x89\xfb\x79\x76\xc2\xee\xa9\xe2\x5e\xaf\x95\xe8\x63\x6e\x41\xfa\x31\xbb\x2b\x74\xfe\xe0\xe7\xcf\xfe\x9d\xa9\x3d\x9e\x32\x86\xe4\x46\x13\x89\x17\xb8\xea\xb4\x25\xed\x1c\xd1\x3a\xd3\x29\x82\x06\xa5\x32\x0f\x66\x89\x1a\xab\xf0\xbb\x07\x38\x51\x97\x01\x87\xf8\xb9\x0a\xbc\x0e\xdc\xa8\x9e\x6d\x6a\xb1\x80\x70\x8e\x91\xb7\x18\x95\x1b\xa8\xc6\x65\xea\xf6\xe5\x3e\x22\x43\x17\x42\x75\x08\xd0\x66\x9d\x7f\xff\xa1\xda\x84\x6b\xfa\x97\xb1\xa7\xf9\x3f\x72\xa4\x25\x19\xd0\x6a\x09\xe1\x36\xfe\x76\xb1\x4f\xf9\xf7\x99\xe4\x27\x4b\x77\x14\x91\x2e\x8a\x5f\x3a\xdf\xa0\xf4\x8b\xfc\x9e\x3e\xd9\xd7\xe8\x29\x9d\x8d\x7c\xa7\x7e\x26\x3c\xd8\x43\xf8\x43\xc3\x79\xb1\xf7\xf9\x72\x7e\xb6\xf5\x1c\x47\xa8\x79\x46\xe2\x44\x8a\x94\xeb\x34\xa7\xdc\xe7\xf5\xcf\x17\x2e\xa2\xab\x67\x53\x06\x11\x32\xcc\x99\x4e\xdc\x7e\xea\x73\xe9\xf7\x0b\x0a\xdc\x57\x90\xd7\x66\xb1\x9d\xd3\xa2\x3c\x88\x3f\x66\xd1\xca\x8b\xd4\xf6\x8d\xec\x7c\x89\x47\xa1\x6b\xcb\x3a\x29\xbd\x9a\x07\xd0\xff\x6b\xb1\x74\x99\x38\xe9\x87\x0b\xdc\x37\x3c\x8b\xe7\x21\xac\x4a\x93\xbe\x49\xd8\x9d\x09\xf4\x89\xe1\x57\xf9\xbe\x7f\xf8\x55\x1f\xc2\xa5\xc2\x6b\x56\xd0\x99\x27\x3c\x72\x03\xe5\x2a\x61\x37\x0a\x29\x97\x0d\xb3\x3d\x46\x19\xca\xf2\xd1\x57\x48\x89\x7e\x99\xe1\x03\xc2\x2d\x42\x54\xfe\x64\xdd\x18\x71\xbf\xdd\x47\xf0\xc4\x3c\x04\x8e\xe3\x2e\x78\x20\x73\x7f\x90\xc6\x2c\xb5\x29\xb4\xea\x52\xd3\xa7\x92\x1f\xac\xd9\x6b\xcf\xaa\x22\xfe\xcc\x73\x0a\x49\xe4\x3e\x41\x4b\x77\x2c\x20\x3c\xca\x43\xf4\x4f\x71\xed\xcd\x3c\x27\x99\x07\x63\x5d\xc4\x4f\x6d\xa2\x46\x00\xcd\xcb\xa8\xd2\x10\xb2\x66\x50\xe4\x72\x8a\x37\xdd\xb2\x59\x57\xa0\xd1\xdc\x68\xb1\x53\xaf\x12\xf3\xb0\xaa\x80\xef\xfb\xaf\x74\xd6\xa2\xef\x1d\xb7\x89\x23\x6d\xdc\xaa\x59\x64\x77\xdc\xd5\x45\xe4\x79\xab\x96\x45\xa8\xb0\x87\xae\x23\xc4\x7c\x55\x51\x3e\x71\x96\x57\x7a\x1e\xa0\x15\x1d\x5b\x79\x91\xfa\x67\xc4\xac\xfd\x69\x2c\x3f\xc1\xdf\x99\xc9\x22\xe2\xa1\xcc\xff\xa8\xd5\x45\xd1\xe4\xd1\x7b\xbc\x34\xa6\xab\xcc\x20\xbc\x32\xa9\xf5\x1c\xb2\x23\x36\x99\xfd\x7b\x99\x21\xf3\x22\xfc\xcb\x3c\x09\x3d\xf1\xf6\xf0\xa6\xd9\x77\xf7\x5b\x4a\x51\xc8\xd1\x99\x75\x42\x66\xb8\x32\x4f\xc0\x7c\xcb\x72\x5a\xe5\x46\xd7\xc3\x89\x37\x31\x2c\x2a\x8a\xe6\xb7\xef\xc9\x15\x14\x4f\xda\x3f\x5c\xc9\x27\xd4\xa3\xab\xc5\x0d\x8f\x14\x4d\x05\x5a\xf7\xc9\xe7\x3a\x51\xa4\x4d\xa9\xd4\xa4\x4f\x48\x51\x19\x47\x7d\x93\x52\xfa\xd8\x51\xc4\x4d\xd9\xeb\x49\x48\x59\x4a\x00\x23\xf2\x29\x36\x29\x14\x1f\x52\x5a\xf3\x59\x26\xf9\x4d\x39\xc5\x85\xa4\xb8\xb3\x84\x5b\xad\x09\xfa\x81\x7e\x9f\xd4\xeb\x37\xda\x01\x12\xa3\x3e\xd3\x13\x5e\xd9\xb8\xa6\x1e\x5f\x68\x99\xc0\xb5\x82\x88\x17\x92\x54\xed\x42\xcf\x39\x36\x91\xfb\x04\x85\xbd\xf1\xa0\x3c\x31\xa8\xb9\x37\xb1\xb0\x16\xa7\xf9\x51\x86\xb9\xc0\xcb\x9f\xa2\xb4\x73\x9f\x10\x42\x87\x66\x79\x85\x93\xca\xbe\xb5\x79\x24\xb1\x93\x4c\xed\x63\x68\xf6\xf5\x23\x62\xe9\x24\xaa\xf5\x84\xd1\x58\xf5\x31\xab\x09\x65\x6a\x93\xb8\x76\x34\xdb\x9f\x26\x4e\x66\x19\x95\x3c\x0f\x19\xc6\x3c\x0f\x99\xaa\xbc\x43\x67\x24\x1b\x97\xf1\xc8\x2b\x73\xe3\x8d\xf9\x94\xa1\x6d\x6c\xc3\x9d\x6b\x32\xb5\xd7\xd0\x8e\xbc\x49\x83\x15\x27\x32\x36\xed\x71\x94\xc6\x0d\xfb\x2b\x49\x3f\x62\x63\x8b\x5b\xb4\x22\x37\xe8\xfd\x42\x67\x86\xf4\x21\x9f\xe9\x73\x52\x04\x6f\x30\xe1\x26\x8f\xf2\xbc\x70\xbf\xa0\xb8\x8b\x0b\x09\x87\x0b\x7f\xc9\xcf\x3b\x78\x2e\xf7\xcb\xf1\xf5\x0e\x24\x2f\x5d\x78\x3c\x84\x3e\xcd\x75\x5b\x38\xf1\x7f\x1c\x02\xa3\xa9\x42\x31\x1d\xab\xe8\x6b\x4f\x36\x5e\x45\x7e\x60\xe2\xc1\x7c\x98\x91\xa7\xd7\x12\x9e\x37\xb0\x2a\x99\x4e\x64\xdd\xbb\xaf\x23\x82\x6e\x8b\x3c\xb9\x4f\xd4\xe6\x46\x3c\xe6\xe9\x2a\xd0\x99\xbd\x96\x0f\xf3\x6c\x30\x31\x67\x72\x87\xf1\x0e\x95\x3b\x7c\x2a\x45\xa4\xdc\xab\xee\xe4\x41\x5b\xd7\x06\xd3\x8e\x9b\xeb\x92\x40\x71\x32\x37\x82\x15\x29\xf2\x2e\x94\xd2\x27\xe6\x98\x54\x90\xa7\x66\x5b\x55\xd1\x93\xcd\xbe\xfc\x94\xee\xcf\x67\xd7\x70\xad\x29\xf3\x25\xdf\xb9\x91\x79\x31\x6b\xc5\x7e\x91\xb8\x8b\xea\x57\xa2\x1f\x56\x48\x22\xeb\x00\xf9\xcf\x0a\xa5\xbc\xd0\xeb\xd7\x08\x8a\xc6\xee\xc7\x57\x50\xdc\x77\xca\x62\xdd\xa3\x59\xcd\x13\xe8\xdb\x5a\x29\xac\xa6\x75\x61\x6a\xc2\xac\xc6\x31\xb6\xeb\x68\xfe\x74\x17\xa7\xd1\x2e\xd6\xaf\xfb\x06\xf2\x8f\x4e\xf7\x36\x91\xdf\x34\x6b\xbf\xa5\x80\xed\xdf\xe6\xc9\x63\xa1\xb7\x02\xed\xb8\x85\x7f\x77\x24\xcf\xd9\xf1\xf3\x20\xda\x27\x77\x04\x8e\x21\x85\x81\xc2\x12\x5b\xaa\x95\xee\x58\xe6\x4a\x67\xd8\xc2\x0b\x01\xf4\xf3\x1d\xbd\x56\x52\x8d\x64\x87\x5a\x06\xeb\xc9\xa8\xed\x32\xe6\x91\x91\xe5\xc2\xec\x2a\xda\xe1\x0a\x5e\x72\xbf\x9c\x82\xca\xf7\xc4\x6c\xdd\xd6\x8a\xed\xde\xd2\xbf\xa6\x1e\x2f\x26\x9d\xfc\x21\xec\x1e\xeb\x00\x05\xea\x70\x1c\xf3\x71\x67\x7e\x9b\x87\x1a\xf3\xfa\x5c\xef\x26\xd0\xac\x3a\x34\x4d\xa2\xdd\x7d\xea\x2f\xc9\x14\x47\xcd\xcf\xad\xa7\x13\xea\xb8\xc7\xdc\xdd\x4b\x6f\x6f\x26\x45\x71\x6d\x5d\xde\xdd\xfb\x24\x32\x5b\xa5\xa3\x0e\xaf\xe2\x26\x49\xdb\x45\xa5\x4f\xe6\xc3\x94\x66\x2b\x10\x8f\x49\xe6\xc3\x94\xfe\x32\x68\x01\xbf\x66\xfd\x87\x32\x35\x66\x70\x96\x66\xbb\xea\xf0\xcf\x97\x92\xbd\x65\x9e\xb1\x82\x2f\x93\xce\xba\x30\x6a\x8c\x77\x97\xf9\x1f\xa6\xf5\x53\x3c\xf3\x02\x31\x5a\x4a\xcf\xdd\x27\x7f\x2a\x49\x7d\xab\x8e\x2f\x74\x51\xb6\x0b\x1e\x6d\xde\xad\x9a\x2f\x78\x31\xcb\xce\x44\x53\xa5\xd6\xf7\xce\x0a\x62\xa7\x7a\xa1\x7e\x5f\x2c\xe7\x01\xa9\x84\x7f\xcf\xea\x98\x46\x95\x28\x1b\x83\x0c\x52\xad\x9a\x34\x7b\x13\xed\x93\x63\xef\x31\xff\x49\xd6\xc5\x19\x6c\xcd\x76\xf7\xea\xcc\x27\xf2\xf6\x8d\x76\x50\x05\x53\xb1\x77\x91\xd0\x3b\xf8\x8a\x0f\xe3\x2f\xf8\x30\x15\x03\x28\x63\x3f\xd4\xda\x80\x22\xd1\xa1\x76\x96\x11\xfc\x77\xdc\xe1\xed\xb0\xf1\x92\x2a\x7e\xcd\x91\xe8\xd0\x7c\x66\x62\x1d\x5a\xc2\x1d\x7b\x0e\xbd\x3e\x90\xc2\x3f\xbf\x48\xcc\x84\x03\xfa\x77\x88\x47\x73\x68\xe8\x1f\xb4\x53\xcb\xba\x28\xa5\xcd\x78\xdc\x65\x26\xe6\x85\xf8\xa5\x01\x53\xe2\x89\xad\xe8\xf3\x22\x89\xf2\xe0\x85\xe6\xa9\xc4\x6a\x76\x8d\xe7\xf5\xec\xe8\x9d\x41\xd1\x76\x3a\xd8\x5e\xcb\x48\xe6\x85\x98\xda\x6d\x25\x3f\x18\xbd\xb4\x80\xd4\x8d\x86\x65\xb3\xdd\x83\x87\xee\xa6\x6c\xbf\x87\x1a\xb3\x54\xda\xba\x96\xd2\xc2\x53\xf0\x90\xed\xff\x8a\x0f\x53\xd2\x9e\x98\xfa\x15\x35\xfd\x0b\x78\xe4\x93\xd9\x49\x15\x73\xf2\xc8\x13\x37\x9d\xc8\x9e\x53\xed\x7d\x69\x1f\x3d\x19\xc1\x0a\x65\x27\x9a\xa6\x50\x5e\x75\xaa\x98\x71\xff\x53\xc5\xac\xd0\x71\xa2\xf4\x2c\xed\xb3\x27\x14\x7f\xa4\x7d\xf4\xc4\xa3\xdf\x28\x92\x1f\xff\xf3\x73\x16\xbe\xe0\x7f\xc8\x7d\x82\x4a\xa9\x8f\xf1\x92\x37\x82\x07\x14\x97\x1e\xcf\x7e\xc0\x7c\x18\x17\xaa\x30\x03\xb3\x3d\x73\x28\xfb\x9f\x76\x7d\x1b\x45\x61\xf3\x2d\x05\xe4\x9d\x26\xab\xb8\x12\xa9\x37\x62\x37\xe5\x19\xba\x6a\xdc\x27\xaa\x7f\x76\x39\x55\xe8\xba\x77\x2f\xa7\xfc\xba\xad\xe2\x41\xf6\x83\x13\x47\x44\xa5\x4e\xe6\xc3\x9c\x75\x16\xe3\x3a\x55\xf1\x9a\x95\x2e\xcf\x5a\xe8\xd1\x7e\x70\xf6\xa5\x39\xf9\xf3\x39\x53\x7b\x3a\x3f\x9d\xf7\xf6\xa6\xb8\x7f\x21\x22\x8c\xfa\x46\x5d\xd0\x4c\xa6\x95\x7a\xe1\xe7\x3c\xf2\xb8\x0b\xb6\x7b\x69\x3c\xf7\xfc\x54\x26\xff\xbf\x9b\xf4\x64\xce\x1d\x7b\x46\xf9\x59\xe5\x99\xb7\xb4\x73\x9d\x1c\xc3\x71\xf2\xa8\xe0\x47\x1d\xa2\x7c\xaa\x21\x0f\xc8\x55\x87\xfd\xdb\x51\x75\x1b\xad\x13\x3b\x9d\x42\x8a\x3a\x72\x7f\x2c\xb3\xd7\xbb\x89\x8f\x6e\xec\x56\x4a\xf1\x6f\x54\xea\x5e\x5a\x47\x5a\x76\xfb\xe9\x5b\xf6\x7d\x7d\x88\xf2\xf4\xae\x93\x38\x6a\xb5\x2c\x3a\x9e\x84\xff\xec\x17\x75\xf9\x36\x8f\x57\x74\xb8\x62\x73\x45\xa7\x0f\x79\xd2\x95\x34\x3e\xc9\x5e\x2a\x35\xa5\x0c\xfc\xf2\x2f\xb3\xc9\x43\xaf\xfc\xe5\x41\x3a\x30\x55\x45\x9c\x47\x54\x65\x25\x51\xa4\xae\xf2\xda\x42\xfe\x72\xe5\x65\x09\xe5\x9d\x55\x79\xac\x43\x78\xe5\xf7\x1b\x14\x77\x2e\x45\xdd\x3f\xc3\xef\xf7\x96\xf6\x91\xda\x3e\x41\xed\x78\x3e\x4e\x50\x9f\x98\x9a\x2f\xf8\x0f\x6a\xea\xc0\xc7\xbb\x40\x4f\xe3\xfa\xbc\x07\xb5\xe2\x3a\x9d\x83\x47\x6b\xb8\xfe\x2e\x9d\xed\x06\xbf\x01\x6e\xfe\x03\xe8\x3c\x66\xbd\x0b\xe9\x84\x26\xdf\xf3\x3f\x6b\xc8\xfa\x0f\xb2\xbe\xff\xb1\x2a\x60\xe6\x23\xe0\xd0\x7b\xbe\x43\xb8\xf7\x2d\xb0\xe0\x2d\x50\x7c\x0a\xf0\x9e\x0d\xec\x7e\xcd\x35\xf7\x5d\xb1\x40\x74\x6b\xc6\xed\xa5\xf3\xe5\xae\x24\x20\x63\x0e\x50\xf4\x06\xd8\x5e\xce\xf7\xe1\xa5\x99\x2f\xf5\x05\x4e\x9f\x03\xca\x0f\x02\xb7\x63\x80\xf2\x4a\xe0\xc9\x6b\x60\xdf\x7d\xe0\xaf\x99\x7c\x7f\xb8\xe6\xff\x03\xff\xaf\x11\x3a\x17\x9f\x57\x01\xdd\x86\x00\x1f\xda\x73\x5d\xf9\xcd\x66\xa0\x4b\xe5\xd7\xbc\x87\x07\x5a\x7c\xaf\xff\x07\x6f\xa0\xff\x27\xe0\x66\x15\xf3\x62\x2e\x27\x02\xc3\xac\xb9\xbf\x89\xde\x1d\xa0\xf2\x0f\xc0\xe4\x07\xe0\x68\x2b\x60\xd2\x5d\xee\xef\x30\x43\x11\xd8\xf3\x96\x79\x31\x7b\x96\x03\xee\x17\x19\xe7\x5f\x64\x05\x14\x2e\x03\x02\x6e\x03\x3b\x57\xf0\x3c\x14\x9e\x63\x6c\x6a\x67\x35\xb0\x69\x08\xdb\x53\x60\x08\xec\x7a\xc4\xdc\x87\x5d\x3b\x80\x53\x09\x40\xc9\x07\xe0\x66\x27\xa0\x38\x13\xa8\x5e\x05\x48\xd1\xe8\xef\x74\x60\xe7\x6e\xe0\xf3\x27\x60\x5b\xd0\xff\xcd\xff\x48\x69\xa0\x83\x21\xf3\x3e\x88\xf7\xa0\x06\xbc\x2b\xe5\xbe\x18\xcf\x9f\x00\xed\xad\xbf\xe0\x3d\xa8\x01\x5d\xdf\x00\xb7\xf5\x81\x3e\x2f\x80\xab\xd5\xdc\x3f\xe8\xd2\x2c\xc6\x75\xcf\xb4\x93\xf6\x0e\xa0\x22\x1a\x30\x3c\x02\x1c\x29\x00\x26\x59\x00\xfb\x63\x01\x9b\xd7\x40\x59\x1f\x60\xd6\x2d\xa0\x68\x03\xe0\xfa\x1a\x28\xbc\x0d\x78\xbc\x03\x0a\xee\xf0\xdd\xcc\xfc\x27\xdc\xe7\x7f\xeb\x18\x20\x3e\x84\xf5\xfc\xa5\x4c\x64\xbb\x01\x90\x3f\x96\xe7\x62\x8f\x21\xb0\x53\x9d\xb9\x46\x3b\x83\x81\x1b\xa6\xc0\xee\x63\xc0\x53\x4f\x60\x97\x22\xf0\xb7\x61\x1d\xfe\x9f\xf3\xae\x3e\xfe\x5d\x6b\xff\xf8\xff\x9b\xff\xf0\xae\x02\x68\x61\x01\xbc\x7a\x0d\xb4\x52\x04\xa4\xdc\xb4\x95\x47\x1d\xef\xe1\xc7\x44\xc6\x2f\x6f\xe9\x00\x3d\x5e\x02\x57\x34\x80\xbe\xd9\xc0\xc5\xef\x81\x21\x43\xf9\x19\xe9\x7a\x71\x1f\x13\xe9\x24\x5f\xee\xc4\xfd\x72\xca\x5e\x03\x96\x8a\xc0\xae\x54\x60\xba\x2d\x50\x98\xca\xb8\x7f\x81\x3f\xb0\x30\x17\xc8\x33\x04\x7c\x43\xf8\xee\x6e\x68\x77\x20\x67\x37\x10\xff\x1d\x90\x63\x07\xac\xb7\x03\xf2\x86\x02\x5b\xff\x05\xb6\x0d\xe5\x9d\x57\xfa\x7f\xa7\xdb\x88\xfe\x07\x1f\x81\xed\xea\xc0\xe3\x72\x69\x17\x04\x3e\x1a\x00\x5b\x73\xd9\x26\x59\xff\x45\xb6\x5f\xbe\x07\x5e\xcb\x7f\xb8\xf1\x05\xff\xa1\x05\xf0\x6f\x18\xd0\x68\x73\x1d\xde\xff\x52\x13\x50\xb8\x5c\xc7\xff\x90\x79\x0f\xb7\x12\x80\x36\x7a\xc0\x0d\x23\xa0\xc3\x12\xc6\x39\x7b\xa8\x31\xef\xa1\x6f\x35\x70\x72\x25\xa0\xf5\x9a\x79\x4a\xd2\x3a\xd9\x5b\x0d\x18\xaf\x03\x76\xed\x01\xcc\x8c\x80\xed\xe7\xb8\xaf\xbf\xf4\xfd\x9d\xd4\xf8\x0e\xfb\xfc\x6e\x40\xf6\x30\xc0\xe7\x15\xb0\x25\x9f\xb1\x2d\x29\x67\x96\x32\xf6\x4d\x47\x81\xf5\x4d\x59\x3b\x28\xbf\x12\xc8\xf5\x00\xf6\x5f\x67\xdc\x5f\x8a\xbc\x79\x4f\x80\x5b\x3f\xf3\xef\x1f\xbf\xe6\x9f\xff\x7d\xac\x0e\xff\x6f\x68\xff\xb7\x74\x10\xa4\x35\xa4\xd0\xaa\xae\xcf\x47\x43\xde\xc3\xc3\x9f\x01\xec\xab\xd3\x7b\xb8\x55\x04\x34\xd9\xce\x9c\x1c\xe9\xe0\x70\xc6\x8b\x75\x30\x4e\x46\x00\x6a\x63\x99\xff\xa5\xb1\x1a\x28\xbf\x02\xe8\xfa\x00\xbb\x4f\x00\x7a\x6d\x81\x42\x4b\xc0\xe4\x1d\xc7\x2b\x4b\x0f\x60\xcb\x55\xc0\xae\x04\x90\x76\x29\xb7\x5c\x60\xe3\x11\xc6\xe4\x32\x7e\x07\x42\x84\xee\x7f\xec\x53\x20\xa3\x09\xb0\xbe\x35\x90\xe1\xc6\xbd\x21\x64\xfd\x03\x29\x9b\xa9\xb4\x67\xbb\x7f\x3c\x05\x64\x6d\x06\x9e\xdb\x7c\xd1\x07\xa2\x81\xfd\xb5\x3a\x00\x02\xef\x0c\x75\xab\xcf\x03\xf8\xf0\xb2\xbe\xfd\xb2\xee\x87\xcc\x7b\x78\x28\xf4\xea\x1b\xf2\x1e\xbe\xab\xe1\x7e\x17\xa7\xcd\x79\xdd\x1c\xab\x06\x3a\x69\x73\x9f\x8f\x9e\xce\x40\xf1\x14\xde\x57\x0a\xaf\x00\xc3\x77\x00\x79\x4e\xcc\x7f\xc8\x39\x02\x98\x87\x32\xee\x37\x2d\x07\xd8\xf0\x10\x70\xf6\x06\xd2\x46\x03\x9e\xff\x32\x7e\x2f\x9d\xe4\xd7\x77\x05\x62\xd7\x02\xeb\xf6\x01\xeb\xe6\x02\x69\x11\xdc\x57\x2c\xed\x3e\x73\xe5\x24\x3b\x25\x1f\xcc\x38\x0d\xdc\x7e\x04\x6c\x70\x07\x9e\x47\x7e\x61\xff\xdc\x06\xf6\xcb\x3a\x08\x6b\x04\x1e\xde\xa9\x3e\x0f\xa0\x21\xff\xa5\xf6\x9e\xb7\xac\xfb\x21\xba\x86\xca\x78\xf7\x15\x81\xdf\x9e\xf9\x57\xf0\x1e\x7a\xf2\x7c\x1c\x1c\x0f\xb4\xbc\x01\xec\x19\x09\x74\x9a\x0c\x14\xde\x05\xd4\xcb\x80\xfc\xd6\x80\xd6\x22\xc6\xfd\xf5\x5e\x03\x9b\xba\x03\x13\x0d\x59\xd7\xc1\x46\x15\x90\x72\x63\x47\x6f\x20\x65\x18\xb0\xf0\x0c\xb0\xa6\x92\x2b\x76\x49\x6e\x40\xcc\x43\x20\x29\x0d\x48\x79\x57\xa7\x7f\x90\x7c\x18\xd8\xd7\x18\x48\xee\x05\x9c\x0e\x62\xbe\x9b\x14\xb3\x52\x3a\x02\xbf\xc5\x03\x49\x51\xc0\xe7\x4b\x75\xeb\xbe\xa1\x0e\x44\xc0\xa9\xfa\x78\xb8\xcc\x7f\xf8\x16\xff\x45\xf6\x83\x3b\xd6\x0d\xfc\x40\xe6\x7f\x88\x7e\x17\x87\x05\xee\xbf\x37\x0a\x68\xac\x04\xec\xba\x0c\xb4\xba\x0a\x6c\x33\x07\x3a\x4b\x7e\x3b\x0f\xe8\x9f\x07\x64\x3c\x66\xbe\xa9\xf4\x5c\x8d\x6d\x19\xf7\x37\x9f\x02\x24\xc4\x02\x76\x9a\x40\xbc\x3a\xe0\xe6\x04\xc4\xb9\x03\x7e\x36\x40\xc2\x3f\xc0\x8a\x76\x8c\x8b\xa7\x54\xf2\x73\xcd\xd9\x01\xac\x6a\x0a\xec\x59\x0b\xac\xfa\x17\xa8\x9c\x09\xac\x1a\x06\xdc\x5a\xce\xbd\xb7\xa4\x5c\x47\xb6\x3f\xa2\xc7\x7f\x3f\xf7\xda\x7e\x18\x22\x8e\xba\x55\xd5\xc7\xfd\x1b\xea\x7e\xdc\x83\x58\x0f\x02\xe7\xb9\x26\x54\x75\x65\xdd\x8b\x0a\xc1\x83\x38\x2c\xd6\x51\xa9\x39\x8f\xf9\xd5\x80\xe2\x6f\x40\xce\x5a\xa0\xad\xf4\xfc\xd3\x00\xb5\xcd\xc0\xba\x07\xc0\x90\x30\x60\x6d\x01\xef\x23\x52\xbc\x9e\xe4\x0d\xac\x7c\x0a\x4c\xcb\x03\x56\x8c\x07\xe6\x6a\x01\x91\xe1\xc0\xe2\x72\x20\x6a\x0a\x10\xb9\x05\x88\x5c\x06\xac\x7d\x04\x44\x0e\x05\x72\x77\x03\x91\x73\x80\xbd\x1b\x81\x88\xe9\xc0\xe9\x13\x75\x3a\x10\xe1\xab\x80\xe7\x6f\x80\xd0\x2e\xf5\xf9\x2f\xde\xc7\x79\x9c\xaf\x56\x9f\xf7\xe1\x20\xfa\x09\xd9\x7f\xe4\x51\xf6\x83\xa7\xb2\xee\xc7\xb7\xf8\x2f\x0d\x75\x2f\x44\xdf\x93\x72\x11\x4f\x77\xac\xe7\x71\xab\xa8\xb2\x6c\xda\x09\x34\xfe\x8b\xfd\xb6\x83\x33\x90\xb8\x1d\xe8\x53\x0a\xc4\xdf\x03\x86\xcf\xe1\x78\x3d\x4e\x07\x08\xff\x13\xb0\x4e\x05\x96\x97\x00\x4e\xa1\x40\x88\x39\xe0\x6d\x0b\x04\x39\xf0\xbe\x11\x7c\x9a\xe7\x2e\x50\x87\x39\x45\x41\x1d\x98\x73\x14\xf4\x3b\x70\x66\x31\x10\xd8\x09\xb8\xd3\x05\xf0\xcb\x63\x1d\xa9\x25\xb6\xac\x13\xb3\xc8\x4c\xd8\x2d\x78\x00\x4e\x42\x03\x67\x66\xc0\x7f\xf3\x01\xbe\xc5\x7f\x91\xfb\xbe\x54\x09\x5d\x90\xda\xbe\x27\xa2\xda\x2c\x9f\x9a\x8b\xc4\xcf\x65\xfe\xc7\x16\x11\x4f\xd3\xc4\xb8\x46\x05\x50\xfe\x0c\xc4\xea\x01\x5d\x9e\x02\x51\xfd\x80\xc1\xd3\x80\xd0\xeb\x80\xe1\x21\x20\xb8\x0b\x60\xe1\xc5\x1a\x39\xd2\x79\x6a\xc9\x7c\xc0\x33\x98\x75\x2d\xa4\x79\xf0\x33\x01\x92\x1f\x01\x8b\xc5\xde\xb8\xe8\x10\x50\x1a\x06\x78\x49\xf1\x61\x2a\xe0\xa5\x04\xfc\xd8\x04\xf0\xa8\x06\x5e\xf5\x00\xe6\xcb\x7a\x27\x13\xfe\x9b\xff\x61\xd9\xec\xbf\xf9\x00\xff\x8b\xff\x52\x6b\x7f\x03\xfe\x4b\x2d\xff\x43\xc4\x0b\x99\xff\x91\x29\xfc\x26\xf9\x1c\x8f\xab\x44\x15\x4a\x7a\xee\xd2\x79\x2a\xa4\x03\xd0\x3b\x11\x58\xda\x0a\x18\xde\x16\x58\x9c\x0c\x4c\xf4\x03\x16\x99\x00\x76\xd5\xc0\xc2\x83\xc0\x82\x02\xc0\x7d\x07\xb0\xcc\x1e\x98\x37\x9e\x63\xe4\xdc\xfb\xc0\x96\x4f\x80\xcb\x2c\xa0\xb4\x3b\xe0\x7c\x0d\xa8\x7c\x04\x38\xf9\x00\xb7\xe6\x01\x8e\x8b\x81\x17\x09\x80\xfd\x2b\xee\xf5\x23\xdb\x3d\xc5\xb2\x3e\xef\xc3\x38\xbc\x3e\x0f\x42\x7f\x85\xc0\xfd\x05\xff\xe5\xf6\xaf\xc2\x7e\x81\x32\x5d\x14\xcf\xb3\xb2\x3d\x8f\x47\x45\x3c\x95\xf9\x1f\xbb\x85\x6e\x44\x81\xb0\xbb\x21\xff\x63\xb5\xb8\x9d\x17\x2d\xf4\x52\x02\xf4\x80\x26\x9a\x80\xaf\x2f\xeb\x8f\x79\xfa\x03\x9a\x76\xc0\xbc\xcf\x80\x51\x3f\xe6\xe0\x4f\xb3\x06\x9c\x63\x00\xf7\x25\x80\xa3\x16\x10\xd2\x1f\x98\x35\x17\x48\x2c\x05\x66\xbc\x06\xb2\x1c\x81\xe9\xaf\x80\xd2\xe1\xac\x61\x78\xea\x3b\xc0\xfa\x1c\xf0\x7d\x3c\xaf\xad\x5f\xce\x00\x96\xeb\x81\xcf\x0a\x80\x99\x7a\x03\x7b\x85\xa6\xe4\xf0\x0a\xc1\x7f\xb8\x5c\x9f\x07\x51\xcb\xff\x10\xcf\x53\xe6\xbf\xc8\xf6\xcb\xfc\x8f\xf2\x93\x3c\xee\x12\xfc\x96\x02\x11\x2f\x1b\xf2\x3f\x92\x45\xd5\x69\x95\xd0\x15\x5a\x2e\xfc\x61\xb1\x58\x5f\xf3\x3d\x80\xb6\xd2\x73\xcd\x07\xfa\xbe\x01\x1c\x2d\x01\x03\x5d\x60\xe6\x4e\xc0\xea\x77\x60\xda\x30\x6c\x77\x5d\x0b\x58\x67\x29\x74\x0f\x6c\x0f\x4c\x31\x50\x70\x89\x7b\x06\x4c\xd6\x51\x98\xb0\xa9\x0d\x60\xba\x48\x41\x77\xf7\x66\x60\xc2\x34\x1c\x3b\x1e\x0a\x8c\x5b\x0a\xdd\xab\x93\x01\xe3\x9b\xc0\xc3\x37\x80\xd1\x78\xe0\xef\xd9\x80\xfe\x68\xb6\x4f\xf7\x6e\x7d\xbe\xc7\xa0\xad\x3c\xf6\xb5\xe7\x51\xd6\x5a\xfc\x26\xff\x45\xe4\x0d\xfb\x97\xf0\xd8\x90\xff\x92\xf5\x03\xf7\xc9\xc9\x68\xad\x44\x33\xb7\xb6\xa0\x31\x55\x51\x62\x2b\x9b\x12\x6e\x13\xfa\xa2\x05\xed\xc0\xbe\xaa\x2d\x68\xe7\x75\x3d\xdb\x92\x94\x84\x66\xb8\xb5\xbe\xd3\xf8\x20\x60\xd3\xbc\xdd\xf2\xee\xa1\x80\x79\xe3\xf6\x23\x87\xda\x03\x13\xa1\x3a\xd1\xec\x11\x60\x1c\xd9\xa1\xb9\x63\x26\x60\xb8\xb3\x83\xa9\x6f\x36\xa0\xaf\xd2\x61\xfa\x8a\xde\xc0\x88\x3f\x3b\x78\xa6\x5f\x04\x86\x2d\x57\xfd\xbe\x30\x07\xd0\xed\xaa\x3a\xe3\x70\x2a\xa0\xdd\xab\x7d\xd9\xa5\xeb\x80\xa6\xa9\xca\x83\xfb\xe9\xc0\xe0\x78\x95\xf1\xef\xc6\x02\xfd\xcf\xb5\x25\x5c\xa2\xf7\xcd\x96\x5e\x54\x53\x78\xdd\x8c\xea\xf5\x5d\xcd\x9a\x90\x2e\x42\x87\x47\x8a\x74\xcf\xb7\xfd\x1b\x90\xfe\xc1\xff\xe2\xbf\xc8\xf6\x17\x7a\x2b\x51\xfd\x2e\x2b\xa0\x35\xe1\x7f\xe9\xcb\xdb\x53\x55\x31\x71\x7b\x07\x42\x95\x62\x5c\x3a\xf1\x6d\xf3\xb9\x3d\x68\xe7\x58\x2c\xf8\x12\x6e\xaa\x6a\xc4\xb4\x9c\x11\xd1\x8b\x32\x8e\x89\x9d\xfa\x50\x55\x65\x74\xbe\x86\x8d\x4a\x2e\x30\xfc\xa5\xc6\xd9\x01\x17\x14\x66\x6a\x87\xf6\xcb\x35\x9a\xaf\x38\x6c\x90\x45\xbf\x90\xe9\x0f\x14\x3f\x68\x5c\xe9\xa7\xec\x31\x55\x69\x6b\x6f\xa5\x7e\xd6\x61\xfb\x95\x8a\xd5\xfe\xd2\x78\x96\xfc\xaf\x92\x77\xf7\xdd\x1a\x4e\x5b\x57\x28\xfe\xdd\xf5\x9e\xc6\xe4\xfd\x6d\x14\x4d\xbb\xec\xd5\x68\x7c\xfe\x8c\x82\x59\xe7\xc7\x1a\x3d\x7f\xda\x07\x74\x1a\xdf\xd7\xe4\xf7\x87\x80\xea\xce\x3e\xdd\x25\xfb\xda\x3e\xeb\x41\xf7\xf1\x5a\xbf\xef\x7c\x5e\x1a\x95\xf3\x3b\x90\x2e\x4c\xb3\xc0\xb6\x84\x7b\x37\x4e\x6e\x45\xf7\xe0\x65\xfe\xc7\xf1\xf5\x8c\xaa\xc8\xf6\xef\x2e\x6d\x46\x55\xe3\x6f\xf2\x5f\x8c\x18\x96\x8b\xae\xd6\xa0\xfa\x5b\x48\xee\x40\xaa\xba\xfb\x7a\x0f\xa6\xe7\x3f\xcf\x42\x93\x18\x52\x76\xcb\x74\xc9\xe3\x26\xbd\x19\x4a\x55\xc5\x51\xe9\x23\x28\x82\xf6\xbb\x38\xea\x65\x33\x1b\x40\xfd\xac\xde\x31\x75\x03\xec\xef\x66\xa2\x5f\x38\xea\x21\xb6\x75\xf2\x36\x68\x6b\x3d\x0e\x68\x9f\xa4\x7f\x66\x5e\x21\xd0\xe6\xb5\x7e\x42\x88\x29\xd0\xf2\xb0\xfe\x98\x35\xba\x80\xb2\x89\xde\xf8\xec\x8b\x40\xd3\x47\xa3\x0a\xf7\x04\x02\x8d\x7f\x18\xd5\xef\xcc\x70\x40\xe9\xdc\x48\xbf\xdb\x95\x80\xa2\xf3\x88\x75\xbf\x69\x03\x0a\x1d\x87\xcf\xe6\xba\x93\xb6\xb8\xc7\x3c\x50\xf4\xeb\xee\xfb\x9e\xc7\x5e\xda\x3c\xf6\xa0\x7e\x49\xc7\x0d\x15\x08\x3d\xaf\xd3\xbf\x69\x47\xba\xc5\xdb\x66\x77\xa7\xc8\xb1\x29\xaf\x27\x55\x53\x53\x47\x72\xbf\x94\x84\x3d\x43\x68\xa7\x8d\x9a\xa6\x45\xaa\xe9\xc1\x77\x86\x8d\xe1\xe7\xcf\x7c\x01\x77\x75\x7d\xca\xcc\x66\xab\x70\xf5\x7d\x4a\x0b\x23\xaa\x36\x1a\x6e\x32\x21\xd4\x69\x50\xe9\x84\x0b\xd2\xd8\x7e\xd3\x24\x9a\xaf\x16\x45\x93\x03\x3a\x35\x07\x9a\x54\x99\x6b\x69\x17\x00\x0a\xe7\xcd\x7b\x99\x4d\x96\x7e\x33\xd9\xd1\xb9\x0b\x8d\xfd\xfc\x89\xab\x3b\x69\x6d\x3c\xc5\x26\xb3\xdb\x9b\x89\xf3\x3c\xb1\xb2\xb8\x9a\xc7\x4a\xbe\x51\xac\x72\x93\x66\x7a\x7c\xea\x73\xbe\x49\x28\xf3\x3f\x72\x78\x1c\x25\xee\x65\x0d\x15\x78\xaf\x96\xf8\xfd\x20\xea\x8f\xb1\xbf\x57\x6b\xfa\xfe\xc5\x43\xf8\xd6\xfd\x36\x23\x35\xaa\x1e\x67\x0e\xec\x4f\x19\xe6\x3a\x1b\x2d\xc2\x6d\xe2\xdf\x70\xd5\x30\xaa\x4c\x9f\x70\x9a\xe0\xd3\xcc\x07\xf1\xf5\xe5\x84\xc3\x5d\x65\x1c\xfd\xde\x21\xd3\x8c\xfc\xc6\xaa\x9a\xd9\x1c\xe3\x1a\x4f\xa1\x3a\xf0\xd0\xa9\x56\xb4\x93\xf4\x9c\x66\x4b\xb7\x74\x9b\x2d\x9c\xb1\x87\x3d\x71\x66\x98\x0a\xe1\x39\x76\xd5\x7c\x9f\xd7\x2e\x81\x71\x7f\x3b\x1d\x47\xe2\x41\x4c\x7f\xb2\x24\x89\x57\x16\x23\x2a\x33\x06\xf2\xde\x3c\xcd\x9a\xfb\xa2\x4c\x4d\x3f\x41\xf8\x9d\x6d\xd5\x0d\xaa\x00\xdb\x38\x3d\x21\x0f\xb4\x39\xfe\x2f\xc5\x36\xf3\x1f\xd9\xde\x89\x96\x3c\x1a\xed\xe0\x71\xf4\xa7\x2f\xe7\xa7\x58\x47\x9d\xec\xcd\xaf\x64\x3e\x57\xa6\x21\xf3\x9d\x52\x8f\x0f\xa7\x6e\xe8\x09\x79\x86\x34\x3f\xd1\xd7\x19\x75\x0c\x5e\x61\xa6\x81\x2f\x75\x60\x84\x2e\x8a\x93\x1a\xeb\x47\x4c\x35\x62\x54\xd2\xd4\x99\xfb\xc8\xc8\x3c\x98\x81\xb6\xb3\x69\x05\x76\x5a\xe7\x2c\x94\xb5\xe6\x8a\xfb\x7a\xae\x3a\xaa\x62\xe4\x79\x98\xdb\x6e\xfc\x23\x7e\x6d\x4f\x15\xff\xb9\x11\x3e\xf4\x07\x2e\x65\x8c\x94\xcf\xf9\xc8\x7d\xed\x9d\x2f\x16\x52\xfd\xd5\x05\x5c\x11\x76\xb6\xba\x4c\x9f\xe0\x94\x55\x4d\x7e\xe1\xd8\xe2\x3d\xe5\x86\x33\x0f\xd4\xd4\xe3\x7f\x4c\x11\xfd\xfe\x27\x89\x7b\xac\x13\xaf\x4b\xe3\xb6\xa9\x83\xf8\xf9\x3f\x1c\xc9\xfc\x07\xd1\x07\x2a\xf1\xf5\x38\xfa\xb4\xd8\x4a\x53\x9a\x9f\xe5\x05\x96\xc1\x6c\xbf\x2d\x1d\x3d\x3c\xad\xa6\x6b\xf3\xb7\x60\x75\x82\xd9\x95\x0e\x14\x57\xa6\x4c\x61\xd5\x06\x99\x07\x33\x34\xd8\x95\x7e\xde\xfb\x96\x3b\xa1\x34\x6d\x0c\x16\x8a\x1b\x0e\xe2\xfa\x22\xbc\xca\x78\x1e\xbc\x2c\x06\xaf\xe5\xd7\xe3\x08\x19\xf7\x5e\xca\xb8\xbf\xb7\x09\xff\xe5\xa2\xbf\x23\xfe\xe6\xdf\xa7\x12\x3e\xe1\xa5\x93\x4f\x37\x4e\xbd\x66\x1d\xa6\x7a\xf5\xa2\x56\x7c\x06\x5c\xe8\x7d\x97\xfe\xc3\x82\x96\xaf\x76\xb0\xa7\xb2\xbd\x73\x8c\x79\x9c\x9d\xcf\xe3\x74\x7d\x1e\x6d\xbb\x48\xe3\x66\x6f\xd6\xc1\x49\xd3\x1e\x47\xcf\x35\x71\x3b\x57\xcb\x63\x55\xf8\x36\x6d\xd8\xe6\x69\xe4\xd7\xfe\x4b\x67\xb3\xfe\x43\x24\xb3\x33\x5c\xab\x9d\xb8\x0f\x4a\xe5\x5c\xc2\xef\xac\x0d\x18\x7d\x9b\xe8\x37\x9f\x50\x7a\xfd\x56\x0b\x09\x5d\x1a\x22\xec\xed\xa6\xce\x19\x44\xb3\xd1\x7e\x22\x03\x0d\xf8\x59\x8c\xb7\x3b\x50\xc8\x0d\xd4\xe1\x08\x1b\xd8\xc9\x88\xbe\x7f\xa0\xdb\x0c\x42\x3c\x82\x5c\x98\x61\x12\xa8\x17\x4a\xb8\x55\x40\xf0\xda\x72\xfe\xfb\xbc\x65\xfc\xff\xcb\xe9\x3e\xb0\xff\x9d\xb3\x84\x58\x2f\xdd\xf5\x03\x9d\x71\x96\x7c\x7c\x41\xb9\xbe\xaf\xd3\xe7\x0c\xfe\xe6\x6c\xf7\xbc\x93\x62\x5e\x04\x9e\xc5\xfc\x98\xb4\x60\x5e\x8d\x49\x3a\xac\xca\x12\x5b\x39\x9d\x56\x5f\x98\xd0\xfb\x59\x6a\xc5\x3c\xa7\xc5\xd3\x5d\xc2\x79\x76\x59\xff\xc6\xe1\xe8\x02\x3a\x99\xcb\x3c\x18\xf3\x38\xc6\xcb\x8d\x67\x7b\x93\xba\xfc\x30\x6b\x1f\xc2\xbb\xfb\x18\x30\x7e\xde\xe1\x40\x30\x65\x58\x0a\xbe\xcb\x45\xc6\x16\xf1\x37\x2b\x56\x45\x58\x31\x1f\x26\xa2\xc3\x60\xd2\x1d\x8f\x32\x30\xa6\x1c\x3e\x32\x66\x3a\xd9\x11\xf1\xc6\x9d\x70\xda\xf0\xb5\xcc\x2c\x89\xd8\xb1\xfa\x08\xbf\xce\xa2\x15\x1a\x61\x5c\xc2\x1d\x4b\xce\x9f\xa4\x27\x10\xa6\xc6\xfc\xa0\xd0\x8d\xcf\xc8\x23\x97\x19\xfe\x4d\x4f\xd8\xbf\x82\xed\xf6\x1d\x5f\x53\x4f\x17\x65\x81\x69\x0d\xf1\x1f\x6c\x69\xdf\x5b\x11\x3f\x93\x32\xc3\xf0\x4f\x73\xc8\xde\xe0\x85\xae\xf4\x2e\x72\x3f\xa8\x85\x2f\xd8\x5e\x17\xea\x9e\x0a\xd8\xb9\x2d\xa6\xdb\xd3\x96\x15\x82\x07\xa3\xc4\xb8\xb9\x81\x49\x10\x45\x2f\xad\xc4\x65\x64\x8d\xfa\xd0\x50\xca\xab\xda\x4e\x08\xcf\x62\xfb\x57\x08\x85\xc7\x55\x5b\x78\xa7\x96\xf9\x30\xab\xb6\x0c\xa2\x77\x8e\x57\x33\x2a\xe1\x71\x2a\xad\x48\x59\xa1\x25\x2e\x33\x90\x22\x6d\x42\xb7\x04\xfe\xbb\xcd\x9b\x09\xb7\x8a\x9f\x5e\x44\x08\xec\xca\x8f\x15\x34\xe3\xb1\x89\x97\x69\xfd\xc4\x26\x3f\xa4\xf8\x1b\x93\xfa\x07\x79\x70\x74\xaf\x9a\x7a\xfc\x8f\xda\x79\xa1\xfe\x83\x71\xde\xfc\xbc\x23\x89\xf5\x0f\x84\x54\xce\x23\x7e\x8b\xef\x73\x0f\x42\x8d\x3d\x9a\x2c\x22\x1c\xd8\x2d\xdd\x67\xa2\x34\xce\xca\xf4\xa3\xfd\x54\xee\x0b\x65\xbe\x36\x84\x9e\x96\x71\x19\xeb\xe0\x0c\x2f\x0b\xa7\xfc\x72\xa0\x6d\x34\x7d\xeb\x6e\xc5\x2b\x88\x37\xd1\xdc\x30\x5e\x81\xed\x97\xfb\x24\xa5\x54\x29\x3e\xe4\x91\x71\xde\x54\x13\x8e\x54\x29\x6a\x63\x69\x9d\xa4\x04\x32\x23\x2f\x45\x8d\xf9\x83\xa9\x3f\x06\x34\xa7\xd7\x15\x8c\x77\xa7\x54\x6d\x24\x65\x85\x54\xc5\x1d\x7f\xf2\x6b\xee\x07\x92\x94\x7c\x81\x72\xbf\xa4\x97\x3f\x93\x05\x49\xed\xff\xa0\xb1\x96\x17\x23\x78\x83\xb5\xfd\x82\x88\x1f\xb2\x62\xeb\xfc\xef\xf1\x45\x3f\x2c\xbf\x93\x5e\xc4\x93\x5e\x54\xb2\x84\xec\x76\xff\x35\x90\xbc\xca\xd1\x3b\x98\x3e\x75\x86\xc1\x72\x52\xdd\xb0\x74\x0a\xa3\x7c\xc8\x6c\x34\xdf\x3a\x37\x68\x19\x43\xdf\x46\xa7\x78\x25\xcd\xbe\xc6\xb8\x78\xda\x5f\x3b\x6a\xac\xa6\x2e\x35\xcd\xc6\x24\x0b\x05\x37\x99\x0f\x93\x69\x22\xf8\x30\xef\x59\x1f\x26\x23\x79\x10\x9d\x51\x32\xf2\x38\x52\x6f\xfc\xce\x9a\xfc\x3d\xe3\xbc\x0b\x79\x6a\x46\xa2\xdf\x35\xfe\xbb\x15\xf4\x4d\x32\x7b\xa5\xd3\x19\x39\xc3\xb3\x80\xf5\x63\x5a\x1f\x20\xbf\xc9\x1c\xff\x1d\xf7\x59\x6a\x79\x97\x98\x8a\x1b\x43\x7f\x27\x04\x31\x5d\xf0\xe5\x6a\x79\x31\x57\x79\xe4\x7e\x41\xe1\xe9\xbc\xae\xfd\x97\x2d\xa1\x44\x60\xb1\x21\xf3\x41\xe6\xeb\x07\x13\xbe\x2f\xeb\xe1\xcc\x9a\xcb\x7d\x92\xa6\x59\xf3\xee\x35\x79\x64\x2c\xc5\x41\x63\xc3\x04\xca\xa3\x47\xe6\xac\xa6\xf5\xa4\xb9\x84\x4f\x5a\xea\xdf\x25\x13\x8e\xab\x12\xc7\xe8\xbc\xd2\xc7\x0c\x07\xb6\x7f\xcb\x40\x1e\x73\x1f\xb0\x3f\xe4\x7a\x77\x22\x0f\xcb\x75\xe5\x4c\x2d\x77\xf8\x68\x7a\x22\x39\xeb\xa7\x50\x67\xbe\xdc\xe6\x4e\x94\x89\xe4\x29\xfa\x12\xef\x27\xd7\x25\x4a\x99\xc7\x75\x14\x57\x72\x0f\x6f\xa3\x78\x90\x67\xb4\x8f\xf5\x65\x1e\x9d\xa5\x1d\x2a\x3b\xfb\x16\x75\x60\xc8\x1e\xf8\x9c\xce\x0e\x59\x4f\xfe\xa5\xf8\x92\x21\x74\x94\xd6\xdb\xf1\xb8\x96\xfb\x3e\xf4\x0a\x14\xba\x70\x41\xf4\x2e\x9e\xda\xa1\x54\xc1\x77\x1b\x1a\xc9\x79\x81\xd0\xc3\x99\x71\x75\x25\xa9\xce\x58\xce\x4f\xa4\x93\xa4\xa9\x3f\x37\xa0\x1d\x9d\x9d\xc4\xf7\xfd\xe7\xa7\x12\xee\x3b\xb0\xf3\x7a\xb2\xbf\x7b\xe1\x46\xea\xba\xd0\xd6\x93\x75\x43\x14\x4e\x6c\x11\x37\xc0\xf2\xc5\x86\xb9\x43\x8d\x19\xcd\x32\x1f\xa6\xd0\x7e\x20\xf3\x62\x14\x0c\x68\xc7\xda\xee\x6b\x4e\xb8\xfe\xf6\xa5\x4e\x82\xe7\xc2\x3b\xce\x0e\x35\x56\x64\x2a\xf4\x5e\xeb\xc0\x23\x23\xd3\x3b\xd4\xf6\x70\x1f\x25\xd1\x3f\xa9\xc0\xf0\x1a\xd5\x4e\x0a\x36\x3f\x21\xde\x4c\x7e\xd4\x7b\xea\x60\xb5\x55\xbb\x86\xe2\x47\xd6\xa2\x9a\x2f\x78\x31\x7e\x7f\x32\x1f\xc6\xcb\x31\x82\x76\x9d\xf9\xca\x31\x94\x37\xcf\x55\x8c\x23\xf6\xb2\xac\x87\x33\xd5\x2a\x89\xfc\x7c\xf2\xd1\x64\xd2\xc5\x1a\x17\xca\xcf\x59\xbf\x62\x03\xad\x3a\x9d\x5e\x19\x64\x7f\xff\xd1\x9b\x68\x9f\xe8\x76\x94\x75\x24\x5a\x9f\xde\x2a\x2a\xdf\xf9\xe2\x24\x53\xab\x0f\xa3\xc6\xfe\x50\x7c\x8f\xf7\x8b\x32\xb5\x01\xb4\xd2\xca\xaa\x98\xd1\x5a\x9c\x6f\x4e\xf1\xaf\xf8\xae\x3d\x7d\xf2\x9e\x33\xde\xc4\xc4\x2b\xf3\x0f\xa7\x7d\xa1\xd4\x9b\x9f\x40\xe9\x81\x2d\x94\x47\x14\xaf\x2b\xa2\x9d\xae\xd8\xe7\x38\xed\xbb\xc5\xd5\xd7\xa8\x66\x54\xb2\xee\x11\xe5\x25\x45\x87\x5f\xd3\xc9\x61\x97\xd0\x85\x29\x10\xf1\x32\x8f\xce\x1d\x3e\xfb\x63\xe8\xc6\x81\x87\x43\x1c\x79\xa3\x9b\xcb\x6a\x5a\x8d\x0e\x47\x85\x1e\x4e\x04\xf7\xcd\xb1\xf1\xe6\x2c\xce\xec\x68\x06\x65\xad\xc6\xd6\x99\xe4\x6d\x7a\xef\xb7\xd0\xa7\x68\x55\xe7\x52\xdc\xec\xb3\x8e\x2b\x53\x9d\xdb\x16\xd0\x7a\x6a\x59\x24\x4e\xea\xe1\x45\x82\x2f\x59\xc7\x87\x51\xa0\x19\x39\x58\xcd\xba\x28\x07\x92\xfa\xb3\x2e\xcc\x29\xe6\x81\x1c\x34\xe2\x8c\xf5\xd0\x29\xce\x2b\x0f\xb6\xf4\xa4\xe7\xbe\xbf\x7a\xf9\x10\xfe\xf9\x6a\x3a\xf9\x1f\xfe\x63\x0b\xf1\x3d\x0e\x8e\x2b\x66\x5e\x4c\x87\x0a\x3a\x7f\xec\x6f\x79\x89\xe2\xcd\xfe\x73\xd5\x14\xb1\xf7\x2f\x78\x43\x3c\x81\xf2\x59\x6c\x7f\xb1\xe8\x43\xc8\xbc\x98\x86\x3c\xa0\xb9\x8a\xdc\x27\xc9\xe1\x2d\xf7\x7d\x9b\x1a\x97\x49\x15\x49\x2b\xa3\x2c\x5a\xa5\x13\x96\x31\x1f\x66\xec\x35\xee\x0f\x35\xc2\x39\x9f\xe6\x65\x48\x58\x21\x55\xb4\x7a\xeb\xec\xa2\x77\xef\x58\xbd\x9b\xf6\x59\xe5\xd0\x3d\xc2\xee\x7d\x62\xbf\xf8\x82\x0f\x43\x76\x9f\x68\xac\x4a\xfb\xe4\xf1\xfe\xfd\xa8\x06\x5e\xe1\xc4\x27\xb6\x93\x33\x27\xd1\x37\xa8\xb8\x35\x93\xd6\xc9\x49\x6d\xce\x44\x4f\xce\x65\xe5\xb2\xe3\x15\x71\xb4\x34\x4f\x3a\x6d\xa2\xf8\x79\x32\x79\x17\xed\x0b\x15\x35\x47\x98\x57\x53\xf8\x1d\xf5\xe4\xae\x98\x7a\x8f\xf4\x34\x2a\x16\xfd\x4e\x79\xa8\xdc\x3f\xe9\x60\x5b\x1e\xb9\xaf\x94\x67\x9f\xf5\xf4\xee\x6e\x8f\xd2\x69\x7f\x74\x1e\x90\x41\xbc\x7a\xbb\xd5\xcc\x0b\xb1\xd9\x9c\x4d\xde\x3b\xf9\x04\xfb\xf7\x04\x33\xae\x44\xc9\xba\x38\x43\xaf\xed\x22\x1e\xcd\xa0\x2d\x7c\xfa\x53\xbf\x52\x46\xf1\xa6\x43\xe3\x7d\x94\x47\x34\xdd\xb7\x5f\xdc\x94\x3d\x7a\x90\xc7\x93\x5a\x3c\x9e\x19\xc5\x95\x9c\x5a\x3e\xcc\xaf\x7d\x89\xe7\x75\xf6\xe5\x70\xf2\xc0\xb3\x33\x26\xd2\xfe\x77\x4e\x83\x4f\x28\x67\x23\x98\xe1\x79\x2e\x90\x95\x9e\xce\x6d\x89\xa3\x95\x78\xde\x3b\x83\x56\xdc\xb9\xbc\x1d\x74\x52\x3a\xdf\xe3\x50\x0e\xbf\xcf\x79\x3a\x67\x9d\x6e\x79\x9b\xf6\xa5\x33\xa7\x5e\x52\x9c\x3d\x9d\xfd\x91\xf6\x8f\xfa\xfd\x93\x3e\x7f\x02\xba\xb5\x01\xfe\x6e\x0c\x74\x7d\xca\x78\x46\x0f\xb5\xaf\x79\x0f\xb5\x3a\x07\xb6\x80\xc6\x13\xbe\xdf\x3d\x50\xb3\xae\xbf\xc1\x39\x27\x60\x44\x00\xd7\xf5\x0d\xfc\x41\x67\x1f\x23\x6b\x60\x7f\x31\xe3\x14\x7b\x7e\x00\x6c\x2e\x00\xd2\xea\x98\x59\x08\xec\x28\x01\xe6\xbc\x07\x0a\x7a\x02\x0b\x0d\x19\xef\x5f\xf2\x04\xd8\x1a\xca\x77\x70\xb7\x39\xb1\xde\x7f\x5e\x0a\xd7\x7c\xf3\xba\xb1\xe6\xfb\xf6\x2e\xc0\xee\x21\x40\x61\x28\x70\x78\x17\xeb\xfc\x5f\xcc\x62\x1e\xc5\x9d\x6a\x1e\x7f\x4d\x07\x76\x5f\x07\x3e\xbf\x62\x5c\xb9\xe6\x8b\xfb\xff\x5f\xe1\xff\x62\xfc\xe8\x0b\x74\xda\x0d\xbc\x7f\x00\x48\xf1\xea\x8f\x31\x80\xea\x62\xe0\x17\x7f\x40\xf5\x44\x1d\xef\x41\xee\xef\x70\x4b\x07\x50\xcb\x05\xae\x76\x05\x34\xcc\x18\xe7\x1c\xb8\x9e\xf1\x5e\x6d\x3d\xd6\xea\x18\xa9\xc9\xf7\xfc\xc7\x64\x02\x7b\x23\x01\xe9\xa4\x56\x74\x1b\xb0\x6c\x0e\xec\x88\x00\x66\xec\x05\x0a\x8a\x01\xa7\xe7\x40\xde\x4e\xc0\x3d\x51\xe0\xfe\xde\x40\xce\x45\x60\xb9\xc0\xb7\xa5\x7c\x29\xe7\x2d\x90\x5c\xc2\x98\xde\x96\x29\x75\xf7\xfe\xf3\x92\xb9\x87\x40\x81\x21\xf0\x9d\x2e\x50\x90\x05\xfc\x30\x96\x7b\x86\xfc\xd6\x0b\x28\x54\x65\x4e\x87\xac\x83\xd2\x10\xff\x97\xed\x97\xf1\x7f\x99\xff\xf1\xf6\x24\xd0\xe6\x20\xf0\xa2\x86\x71\xec\x5f\x8c\x80\x76\xd6\xc0\x83\x03\x40\xbb\x27\x5f\xf0\x1e\x7a\x00\xdd\x32\x81\xcb\xca\x80\xda\x6d\xe6\xbf\x68\xac\xae\xeb\x6f\x70\xc4\x0d\x18\x1a\xc2\xb8\xff\xe8\x5e\x40\xe9\x69\x60\x5c\x3c\x20\xf9\xac\xe4\x17\x05\xfd\x81\xa9\x21\x75\xb8\x7f\xee\x76\x60\x5e\x1c\xe3\xde\xd2\x7e\xb0\x39\x8d\xb5\xf8\xb3\xf6\x01\xb1\x96\x8c\xff\xaf\x5d\x04\x64\x7d\x64\x8c\x5b\x9a\x1f\xe9\x99\xe7\x96\x01\x47\xde\x32\xde\x7d\xde\xfa\x8b\xfe\x07\x2e\xc0\xab\xd6\xdc\x17\xa1\xe6\x3f\xfa\x60\x34\xb4\x5f\xc6\x01\xff\x39\x01\x34\xcf\x04\xde\x85\x03\x4d\x8f\xd6\xf1\x1d\x1e\x1f\x05\x94\xd7\x02\xf7\x7f\xe7\x79\x91\x79\x0f\x57\xe2\x81\xf6\x25\xec\x07\x5d\xdd\x81\xb3\x4b\x81\x9e\xd6\xc0\xf1\x3c\xa0\x7f\x22\x70\xb0\x23\x30\xc4\x16\xd8\x37\x97\x75\x41\x76\xb7\x66\x9c\x7b\x7b\x19\x60\xfa\x11\xc8\xbb\x05\x58\x0f\x05\xb2\xc3\x81\x59\x46\xc0\xe6\x33\x80\x94\x37\x6f\xea\x09\x78\x8d\x05\x32\xbb\x01\x41\x89\x40\xe6\x6c\x20\x26\x18\xd8\xf0\x0f\x90\x74\x87\xef\xc5\x4b\x73\xb2\xe9\x77\x60\xd7\x6e\x20\x4b\x13\x38\x52\xc9\x18\xd7\xa5\xee\x40\xf6\x4b\xe0\x67\x65\x9e\x17\x69\x6d\xe7\xcc\xf9\xbf\xed\x6f\xc8\x7f\xf8\x73\x00\xa0\xb4\xae\x4e\xef\xe2\x79\x15\xe3\xd7\xdf\xe4\x3d\xd8\x01\xca\x3b\x81\xb3\x16\x80\xca\x14\xe0\xa4\x3b\xd0\xd9\x09\x38\xe2\x04\xf4\xdc\x01\xec\x2b\x63\x5d\x21\xc9\x7e\xad\x6a\x60\x7b\x22\xa0\x77\x08\xd8\xe6\x05\x8c\xcf\x05\xb2\x1d\x80\x29\xa6\xcc\xd3\x98\x11\x01\x6c\xfc\x11\x98\xd3\x11\x48\x0b\x64\xbc\x7b\x7d\x6b\xc0\xff\x08\x6b\x05\x45\xdd\xe7\xfb\xf0\xd2\x89\x64\xbd\x0f\x90\xe9\x02\x6c\x28\x01\x76\x95\x00\x1b\xbd\x80\xc3\x9b\x59\xf7\xe0\x52\x4b\x9e\x8f\x47\xa9\x40\x96\x05\xf0\xce\x1f\xc8\x8c\x16\xf8\xbf\xf7\xff\x6d\xbf\xcc\x7f\x68\xc8\x7b\x90\x71\xff\x5a\xbc\x5b\xdc\x7b\xfe\x2f\xde\x83\x72\x1c\xdf\xbd\x57\x05\xaf\x03\x29\xae\x96\x9d\x62\x1e\xd9\xf6\x07\xc0\xa0\xfb\xc0\xb6\x63\xc0\x70\x07\x60\xcb\x70\xc0\xf0\x2c\x90\xb1\x01\x30\xdb\x07\xa4\xf9\x02\xd2\xf9\x41\xc6\xfd\xd7\x35\x05\x16\x9e\x03\xd6\x24\x32\xa6\x97\x6c\x2e\xe5\xfc\x40\xd2\x65\x60\xb5\x05\xf7\x41\x90\x7c\x22\xd5\x82\xb5\x04\xd6\x17\x00\x47\xca\x80\xf5\x36\xc0\xa5\x36\x52\xb6\xcc\xb1\x6c\xa3\x39\x73\xfd\x52\x17\x01\x35\x17\xbe\xd6\x41\xa8\xd5\xbf\x68\xd0\x07\xa3\x96\xff\xd2\x94\xc7\x6f\xf1\x1e\x6a\xef\xb9\x4b\x7f\x3f\x0c\x38\x71\x10\x50\x08\x06\x0e\x2b\x03\xcd\xa7\x00\xe5\xef\x01\x95\x4b\xc0\xae\x03\x8c\x63\x6e\xfd\x1e\xe8\x33\x0c\xc8\x99\x05\x68\x1d\x04\x36\xbd\x05\x0c\x1a\xb3\x4e\xcd\xb8\x6a\x20\x25\x84\xfb\x3e\x24\xfc\xcc\xb8\x7f\x62\xae\xb4\x77\x73\xbf\x03\x9f\x36\x7c\x1f\x3e\x7c\x05\x90\x50\x0a\x24\x76\x02\xe2\xce\x31\xd7\x23\x51\x70\x01\xa5\xf1\x50\x22\xb0\xc6\x17\xf8\xce\x18\x90\x4e\x71\xd5\xe7\x81\xa4\x10\xe0\x9d\x53\x9d\xfd\xb5\xfc\x97\x6f\xe8\x40\xc8\x78\xb8\x8c\x77\xcb\xb8\xbf\x3c\x0f\x72\xbf\x8f\x6f\xf1\x1e\xe4\x7e\x17\xe5\xc2\x5f\xa4\xd8\xd5\x64\x0c\x50\xa0\x0c\xb4\x1b\x0f\x64\xdf\x03\xba\x4f\x01\x36\x7d\x00\x06\xcd\x04\xd2\x8b\x81\xe1\x43\x81\xa4\xad\xc0\x98\x9f\x19\xff\x9e\xec\x03\xc4\xe5\x03\xd3\xf3\xd9\x4f\xa5\xb8\x19\xad\xc3\x3c\xc2\xd8\xa7\x8c\xf3\x4a\xa7\xba\x04\x75\x60\xc5\x79\x20\x33\x06\x88\xf1\x00\xb6\x17\x01\x31\x2f\x80\x43\xed\x80\xe8\xcf\xc0\x85\x4d\xac\x91\xf0\xa0\x14\x88\x6b\x02\xfc\x7d\x0e\x88\x14\x5a\x58\xb2\x0e\x84\xcc\xff\x90\x75\x20\x1a\xea\x21\xfc\x2e\xaa\xa6\xb5\xbc\x07\x71\x7d\xec\x2b\xfd\x13\xd1\xd7\xa2\x16\xf7\x77\xe5\xb1\x4c\xe0\x9b\x05\x62\x7e\x72\xc2\x39\xce\x6e\x32\x01\x54\x1d\x81\x34\x2d\xa0\xd7\x71\xe6\x7d\x68\xe9\x00\x71\x65\xc0\xa8\x54\x20\xd6\x0b\x98\xe8\x05\x44\x2a\x01\x56\xf7\x58\x13\x46\x9a\x87\xd0\x33\x80\xe7\x00\x20\x62\x25\x10\xba\x0d\x08\xef\x0e\xc4\x9f\x06\x22\xac\x80\x8c\x17\x40\x98\x0f\x63\x6a\xd2\x1c\x1d\x3c\xc6\x1a\x2a\x97\x4a\x81\xb0\x1b\xc0\x83\x72\x20\xfc\x19\xf0\xe1\x23\x10\xa8\x52\xff\xb9\xcb\x3c\x00\xb7\x33\x02\x0f\x17\xfd\x30\x66\xdf\x17\xb8\xbf\xf0\x83\x87\x62\x5d\xc8\xb8\xbf\x3c\x0f\xdf\xd2\xbd\xa8\xc5\xfd\xc5\xfd\xe7\x7c\xe1\x17\x59\xa2\xbf\xca\xfa\x2b\x40\xcb\x2b\x8c\xfb\x77\x5a\x07\xc4\x1f\x05\xfa\xbe\x00\x62\x14\x81\x61\x46\x6c\x97\xf1\x41\x60\x59\x09\x60\x11\x05\x04\xa5\x03\xb3\x1d\x01\x7f\x6f\x40\xca\x1b\x25\xff\x0d\xac\x06\x02\x5f\x02\x71\xb7\x80\x20\x3d\x8e\x01\x81\xcf\x98\x7b\xb7\xb4\x18\x38\xbc\x06\x08\xf8\x04\x5c\x9e\xc0\x7f\x2b\xc5\x87\x40\x1d\xe0\xc3\x25\xc0\x47\x49\xf0\x3f\x7c\xea\xf3\x3f\x64\xbb\x65\x3c\x5c\x1e\x1b\xf2\x5f\x1a\xf6\x7d\xa9\xd5\xbd\x90\xfd\x40\xe0\xb6\x32\xee\xbf\x43\x54\x97\x72\x05\xce\x9b\x29\xfc\x29\xf9\x04\xa0\x70\x9f\xb5\x4d\x5a\x3f\x04\xa2\x7a\x01\x6a\x71\x40\xa8\x2a\x20\x1d\x64\x42\x1e\x03\x86\xde\x80\xbf\x2b\x60\xb6\x93\x63\xa3\x9d\x0e\xe0\x63\x22\x9d\x75\x00\xef\x6b\x80\x7f\x05\xb0\xf8\x2e\x20\x9d\x00\x7d\xf2\x78\x1e\xbc\xca\x38\x57\xf2\xee\x0a\x1c\xbd\x02\x2c\xfa\x89\x63\xb7\xe7\x24\x9e\x07\x2f\x3b\xd6\x7a\x91\x9f\x7b\x43\xbb\x6b\xfb\x7f\x58\xd6\xe7\x41\xdc\xfb\x20\x9e\xbf\xe0\xbf\x34\xec\xfb\x72\x46\xf8\x8b\x8c\x7b\xcb\x7e\x50\x2c\xf0\x6b\x19\xf7\xcf\xb6\xe4\x31\x7d\x1a\x8f\x89\xc2\xaf\xa4\x7d\xaa\x89\x3f\xfb\x71\x47\xf1\xbc\x34\x2a\x01\xdf\xae\xac\xff\xb0\x68\x3b\x30\xde\x00\xf0\xd4\x61\xdc\x7f\xc1\x6b\xc0\xf5\x1e\xe0\xde\x1a\x58\x6a\xc5\x28\xc7\x8a\x93\xc0\x5c\x6d\xce\x05\x5c\x34\x81\xc2\x4c\xc0\x39\x92\x4f\x6c\x4e\x55\x3c\x0f\xd2\x9e\x23\xc5\x07\xe7\x77\xc0\x87\x2b\xc0\xac\xf1\xf5\xed\x36\xef\x5c\x9f\xf7\xd1\x90\x07\x71\xd7\xbf\xbe\xfd\x0d\xf9\x2f\x15\x65\xf5\xed\x2f\x1b\x22\xfc\x40\xf0\x80\x1a\xf2\x3f\xe4\xfe\x27\x71\x82\x07\x12\x2a\xf4\x62\x96\xba\x71\x3e\xb6\xe8\x33\xd0\x6d\x0b\xe0\x61\x0a\x68\x5d\x07\xdc\x9c\x81\x31\xe6\x80\xcb\xef\x80\x75\x3b\xb6\xcb\xa5\x8c\xf9\x1c\x7e\xea\xc0\x6c\x4f\xee\xc3\x38\x33\x95\x73\x8a\x19\x8b\x81\xc2\xc1\xc0\x0c\x57\xe9\xe4\x08\xd8\x56\xf2\x3c\xd8\x78\xb3\xee\xa0\xad\x1a\xef\x9b\x0d\xed\xae\xd5\xbf\xf0\x17\x3c\x88\x83\x3c\x6a\x97\xf3\x78\x5b\x8f\xbf\xe7\x55\xff\xfa\xf6\x9f\xd4\xa8\x6f\xff\x5e\xd1\x35\x54\xe6\x7f\xe4\x8b\x75\x22\xf3\x3f\xd2\x45\x15\x3a\x49\x74\x27\x8f\x15\x38\x7a\x88\x78\xbd\x48\x3a\xa5\x1f\x05\xdc\x52\x39\xdf\x70\xd6\x07\x34\x34\xb9\x07\xa3\xde\x04\xc0\xee\x16\x60\xfe\x19\xb0\xfd\x0d\x70\x38\x0a\xd8\xde\x03\x7c\xef\xb2\xa6\x50\x4c\x2e\xf7\xdc\x4a\xd7\x05\xcc\x7e\x03\x0a\xde\x00\xa6\x77\x80\x83\xb1\xc0\xc4\x4a\x3e\x67\x4d\xe8\x0b\xdc\x73\x01\xc6\x9b\x00\x7f\x4c\xa9\xb3\x7b\x64\x49\x7d\x7b\xfb\x9f\xe4\xb1\x9f\x32\x8f\x7d\x2e\xf1\x28\xf3\x5f\xce\x8a\x78\xd0\x90\xff\xd2\x90\xff\x21\xeb\x9f\xd4\xf2\x3f\x84\xff\x24\x8b\xee\xbb\xab\xe4\xdb\xba\x42\x5f\x63\x89\xd8\x67\xe6\x89\x7c\xc4\x5e\x19\x68\xf6\x1b\x30\xdd\x19\xe8\x11\x06\x58\xdf\x04\x74\x3f\x00\x16\xaa\xc0\xc4\xdd\x80\x59\x15\x30\xfb\x23\x30\x7e\x34\xe0\xad\x05\x18\x27\x01\x91\x49\xc0\x58\x63\x20\xf5\x25\x30\x3a\x08\xd8\x36\x11\xd0\x73\x02\xf6\x2d\x07\x46\x86\x03\xe7\xa9\x4e\x0e\xfc\xd8\x0e\x18\x96\x02\xbc\xbc\x01\x68\xef\x65\xfb\x06\xfc\x56\xdf\xde\x1e\x9f\x78\xec\xe2\xc7\x63\x67\xc1\xa3\xfa\x16\xff\x43\xb6\xbf\x21\xff\x43\x5e\x07\xe9\x82\x5f\x96\xa2\x29\xaf\x03\xae\xb2\x45\x6c\x67\x74\x26\x50\x47\x91\xee\xab\x79\xdc\x53\xa2\x4f\x70\xea\xaa\x44\x75\x2b\xcb\xe0\x26\x54\x35\x98\xf8\x6b\xb3\xb3\xaa\x9b\x00\xe3\x6e\xca\xcb\x07\x2d\x01\x46\x77\x6f\x39\xce\xb8\x19\x30\x72\x7e\xcb\xa2\xe9\x55\xc0\x50\xb5\x96\x3f\x2e\xdc\x05\x68\xed\x68\xf9\x22\xb4\x25\x30\x78\x7a\xab\x66\x49\xc7\x81\x01\x27\x5a\x16\xe4\x2c\x00\xfa\x75\x6d\x69\x59\xf6\x02\xe8\xdb\xa6\x45\x6a\xe5\x6e\xa0\xb7\xb9\xf2\xb6\x9b\x87\x00\xf5\xb5\xcd\x9f\xfd\x72\x1f\xe8\xd9\xb2\x79\xe6\x67\x37\xa0\xcb\xf2\xa6\x84\xdb\xa9\xea\x2a\x52\x5f\x83\x36\xe2\x9c\xd1\x6a\x15\x8f\xcd\x44\x1f\xa5\x5a\xfe\x87\xdc\xff\xe8\x1b\xfc\x97\xec\x52\xae\xa2\xc9\xfd\x7f\x92\xb7\x29\x53\x1d\x6f\xe5\x11\xee\xae\x1b\xaa\xda\x8e\xd4\x83\xfd\xd6\xb6\xa5\x9d\x73\x61\xbb\xf6\x54\xfd\x71\xdc\xaf\x4a\x75\x5a\xeb\x57\xdc\xb5\xdd\x28\xa7\x2b\xe1\x39\x3a\x9f\x7b\x18\x2b\x47\x02\x83\x9b\xaa\xb9\xf6\xb2\xc1\x54\x8d\x0d\x3d\x15\x46\xdd\xc1\x3e\xf5\x2b\x3d\x6d\x2d\xff\x51\xd0\xea\xbe\xad\xa7\x97\x6b\x80\xc2\xa8\x2e\x7b\x7a\x6e\x0c\xcc\x42\x50\xc7\xab\xea\x3d\x12\x46\x01\xaa\x9d\x7b\x2e\xdc\xbc\x08\x68\xe7\xa1\xb6\xb2\x58\x11\x68\xb3\xa4\xc7\xbb\x13\x83\x81\x56\xc1\x3d\xfa\x5d\x1f\x02\xb4\xf8\xa3\xbb\xe7\x13\x5b\x40\x79\x43\xb7\x17\x1f\x96\x01\x4d\x0e\x74\x22\x1d\x88\x46\x1d\xdb\x0f\xe7\xba\x4b\x6b\xea\x0f\x82\x99\x2d\x04\xee\xdd\xd4\x48\x1a\x8f\x77\x14\xf6\x0b\xbb\x4b\xb2\x98\x07\x22\xf7\x3f\xca\xae\x51\xa6\xea\xaf\xcc\x7f\x49\xaa\xee\x44\xf5\xaa\x95\x8f\xbb\x52\x35\x35\x3c\x54\x8d\x22\xa3\x7f\xb8\x3a\xe1\x3f\x0b\x7d\x7b\x51\x5d\xda\x39\xb3\x0f\xd9\x6f\xab\x39\x80\xfc\x62\x7c\xea\x00\xaa\xeb\xeb\xf6\xd0\xa2\xdb\x74\xdd\xd2\x74\x16\x61\x1e\xd0\xb1\xbd\xae\x47\xe7\x55\x40\xdb\xac\xa1\xd1\x3a\x4d\x81\x96\x7a\x43\x57\x9a\x19\x02\xcd\x74\x75\xaf\x38\x26\x01\x8d\x56\xeb\xbe\x59\x32\x08\x50\x98\xae\x7b\x2e\x96\xf6\x2e\x5d\x83\x8d\x54\xaf\xd3\x89\xdd\x49\x15\x44\x6d\xcd\x63\xf4\x73\xcd\x2b\x57\xa8\x32\x38\xe4\xfa\x43\x52\xa2\x19\xfc\xcb\x9f\xf4\x44\x06\x4c\x61\x7b\x7b\x0b\xbe\x83\x9a\xe0\x87\x74\x7d\xcb\xa3\x2a\xf9\xc3\xc1\x66\x5c\x1d\x2b\xf1\xe2\xdb\x73\x05\xbf\xb6\xa0\x6a\x6f\xd6\x2f\xaa\xf4\x7a\x83\x42\xb7\x56\x6c\xbf\x3a\xf9\x7b\xac\x0a\x77\x97\x0e\x7d\xd1\x9f\x54\x2b\xfc\xc1\x3c\x81\x85\xcf\x34\x29\x22\x38\x27\xeb\xd2\x4e\x32\x35\x9d\x9a\x4d\x63\x52\xab\x91\x54\x97\xd3\xbb\xa0\x4f\x78\xb7\x86\x0a\xa3\x34\xad\xf5\x8c\x44\xdd\x72\x9c\x51\x6b\x8a\x51\x26\x7f\x0f\xa0\x35\x39\x4e\x87\x91\x76\x93\xfe\xb3\x29\x76\x9b\xb8\xf2\x7d\x7f\xe3\xe5\x31\xb4\xf7\x18\x19\x6e\xa0\xd8\x3e\xb6\x67\x21\xd5\x5d\xc7\x04\x1c\xa6\x3a\xbc\xe1\x6f\x97\xe9\x5e\xd6\xe8\xa3\xf7\xe9\x9d\x0d\x5e\xbd\xad\xc7\xff\xd0\x7d\xc8\xa3\xa6\x3d\x8f\xfd\x3e\x7e\x39\x3f\x7b\xad\x04\xff\xa7\xbc\x3e\xff\x27\xbd\x9a\xcb\xcb\x49\xd5\x83\x28\x33\x88\x4d\x1e\x44\x27\x8a\xf0\x3e\xda\x47\xf9\xf9\x8f\xa2\x0c\xcb\x2b\x47\x9f\xe6\xc5\x25\x7c\x0c\xf9\xfb\x74\x70\xe2\x60\x1e\x69\x4c\xfe\x60\x78\x79\x1c\xcd\x83\xe6\x20\x33\x7a\xdd\x3d\x87\xf9\x21\x4a\xeb\x2c\x45\x26\x6a\xb9\xa7\x2d\xcd\x9c\x95\xc9\x40\xba\x31\x6c\xb9\xdc\x84\xd6\xa6\xa5\x27\x2b\x4d\x58\xbd\xf6\xa2\x5c\xd5\x72\x65\x24\xed\xd9\x53\xfe\x58\x4f\x7b\xd8\x94\x4f\x9c\xbb\x98\xdf\x3d\x40\x75\x4b\x0b\xcd\xef\xf8\xa6\xf5\xce\xbb\x84\x7f\x4f\x6a\xf1\x9a\xf6\xb4\x09\xe2\xde\xea\xd8\x7f\x79\x1c\x2d\xf0\x5d\x59\x17\x85\xe7\xa7\xf0\x1c\xeb\xc1\x6c\x8e\xec\x4b\x2b\x63\x5d\x14\xeb\xfa\x24\x5d\xe7\xe7\x1c\xab\x34\x92\xea\xae\x61\x6a\xa3\x1c\xf8\xf9\x8f\xa5\xcc\x51\xd6\x81\x71\xd5\x61\x1e\xcc\x2c\x67\x53\x62\xa4\x5a\xb9\x99\xd3\x89\xcc\x64\xa3\x15\xb1\x7b\x86\x4d\xb3\xa6\xfb\xdd\x1a\x41\x53\x69\x1e\x55\xa2\xa6\x5f\x61\xfb\x19\x4f\x07\xec\x77\xa8\x10\x42\x64\xff\x6a\x20\xcd\x90\x7d\x67\x9e\x49\x7b\x7f\xee\x48\x62\x6f\xc8\xca\x21\xb3\x13\xc3\x7c\x78\x4c\xe1\xd1\x6b\x2b\xf9\x85\x5d\x35\x2b\x49\xcf\x5c\x7a\x8e\x10\x98\x19\x2d\x6f\xd3\x3d\xc7\xe9\x76\xbf\x32\x33\xe5\xde\x67\x62\xb4\x4c\x11\xb8\xae\x99\x51\xcd\x7f\xe8\xc6\x6c\x51\xef\xcf\x7d\xa0\x2a\xd8\xee\x24\xa1\x8b\xb2\x72\xae\x1e\x9d\x28\xc2\x96\x1a\x13\x4f\x21\xc0\x77\x22\xa1\x41\x5e\xf9\x93\xc9\x0b\xdd\x1f\x58\xe7\xf3\xb7\xb4\x25\x3f\x9f\xaa\x2b\x78\x30\x9e\x33\xeb\xf1\x60\xb4\x74\x1c\xe8\xe4\xd2\xe3\x80\x03\xa1\x95\xcd\x57\x88\x44\x1d\xf3\x2c\x78\x74\x1b\xc5\x9e\x38\xcf\x6c\x20\x79\xe2\xbc\xf1\xdc\x71\xca\x7d\xf2\x34\xaa\x09\xb8\xb7\xe5\x3a\xb5\x6b\x51\x30\xed\x61\xae\xd5\x7c\xa3\xde\x2d\x35\x3b\x85\x5f\x97\x8e\xe7\x27\xc2\x37\x23\xe7\x6a\xdd\xa0\xdf\x3b\x7f\x7a\x4c\x37\x2f\x9d\x6e\x7c\xa0\x6f\xe8\xa0\xc1\x76\x4f\x13\xeb\xc1\x4a\xf4\x01\x61\xde\x50\x9a\xea\x70\x7a\x1a\xc9\x53\x0d\xb8\x1b\xcb\x51\x13\xca\x1c\x22\x61\x46\x6a\x13\x01\x8f\xcd\xe9\x39\xfa\x0c\xb5\xa5\xfd\x60\xde\xdc\xe9\xb4\x2e\x64\x1e\xcc\x74\xcd\xd9\x74\x5f\xd3\xfc\xcf\xfa\x3c\x98\xe1\xb3\xe7\x12\xee\xdf\x67\x9d\x2b\xeb\xbb\x17\xce\x27\x7f\xa9\xd3\x85\x59\x2c\x22\xf3\xe2\x6a\x9e\x07\x6f\x57\x56\x62\xf2\x76\x1d\x43\xcf\x7b\x71\x32\x7f\xe2\xe2\xd7\xfc\x0e\x3e\x0e\x81\xe4\xe7\x3e\xa9\xac\xa8\xe0\x53\xb0\x99\xf0\x09\xef\xaa\x22\xc2\x31\xbd\x7f\x38\x4e\x11\xca\xfb\xc5\x75\xd2\xef\x5e\xa4\xfb\x80\xfc\xc4\xb3\xf1\x3b\x56\x70\x11\xb8\xe6\x1c\x25\x1e\xed\x45\xbf\x1c\xd6\x45\x49\xa9\x64\xbf\x8e\xf7\x36\xbb\x8c\x2f\x74\x70\x42\x94\xa6\x11\xca\xe2\xfb\x71\x06\x65\x8a\x0b\xde\xda\xeb\xd3\x6c\xcf\x9d\x43\xa8\xe3\x2c\x8b\xb9\xf4\xa9\xd6\x6d\x5c\x09\x85\x31\xfd\xdb\x9d\xd6\x8f\x7e\xc0\x02\x52\xa8\xd3\xbc\xcc\xfd\x91\x7a\x4e\xf2\x22\xdc\xa2\xdd\x79\x1f\xb6\x3b\x5c\xd6\x85\x09\x16\x27\xba\xe0\xec\x0e\x34\x63\x41\x89\x8c\xf3\x06\x0e\x37\xa4\x19\x0e\x9e\x65\x4d\x71\x22\xa4\x92\x99\x36\x21\xab\xfd\x29\x87\x0b\x5a\x1b\xcb\x4a\x25\xed\x37\xd2\x5e\x17\xf8\x74\x3b\x7d\x62\xe0\x9d\x43\x14\x27\x03\x75\x2e\xb2\x72\x41\xc5\x4f\xe4\x57\x7e\x9f\x7e\xa3\x99\x5f\x22\x74\x61\x16\x89\x7e\x07\xee\x97\x6a\xbe\xd0\x45\x49\x58\xc5\x7a\x47\x31\x9a\x53\x69\xdf\x0b\xd1\x9e\x45\x68\xf9\x52\x63\x47\xca\x17\xbc\x04\x2f\xc2\x4d\xd3\x8d\xf2\x21\xfb\x23\xee\x14\xcd\x6c\xee\x30\x1f\x64\xf2\x6e\x4f\xca\x8f\x64\x1e\xcc\x08\xd7\xc5\xe4\xc5\xfd\x77\x2e\x21\xaf\xec\xba\x8e\xed\x56\xb6\x0a\x11\x78\x4e\xe8\x52\x1e\x23\xfe\x06\xe5\xe4\xb5\x7c\x98\xf7\x03\x69\xe6\xc2\x9f\xe9\xd3\xbd\xe5\xc8\xa1\x56\x14\xa9\xa2\x9a\x3b\xd3\x8c\x47\xe6\x2e\xa1\x77\x8e\x9c\x10\x45\x78\x66\xd4\x27\x0a\x03\x88\x0c\xcf\xa7\x79\x8b\xb8\x5c\x4e\x39\x6e\xd4\xe0\x0b\xb4\x44\xc3\x2a\x6f\x93\x4e\x4c\xe8\xfc\x67\xc4\x23\x0a\xf5\xfe\x44\xf3\x11\x38\xa4\x86\x3b\xdd\x68\x7c\x39\x2f\xd1\xd5\x76\x94\x11\x2e\x2f\xb0\x27\xc6\xb9\xdf\x45\x17\x5b\xf6\x32\xe6\x83\xb8\x0f\x63\x5e\x84\x53\x10\xfb\xf3\x74\x78\xd1\x6a\xb4\x72\xf3\xa5\x5d\xdc\xd4\x9f\x79\x3f\x06\xaf\x98\x2f\xa0\xf3\x69\x19\xbd\xee\xbb\x75\x19\xa1\x46\xaa\x57\xb8\x8b\x49\x93\x71\x11\xa2\x92\xb1\x42\xdc\x68\x88\x77\x50\xa2\x7e\x47\xb5\x7c\x18\x2f\xde\x89\xe3\x37\x1b\x10\xef\x27\xde\xc6\x92\x98\x68\x09\x19\xce\xf4\x8e\x09\x91\xdc\xb9\x25\xbe\x5f\x38\x45\xa6\x84\x17\xa9\xb4\x5f\x24\x0c\xcc\x23\x8f\x4d\xb0\xdc\x4b\xf1\x65\x55\xd1\x69\x62\x26\xae\x7c\x79\x93\x22\xdb\x4a\xc3\xa7\x34\x7f\x2b\x9a\xfd\x49\x11\xbe\x21\x2f\x26\x90\xd6\x45\x58\x15\xc7\xad\xa5\xdd\x5d\xe9\xf9\x2e\xf2\x5a\x40\xeb\x7f\xfe\xc7\x45\x14\xb6\x5d\xc0\x9f\x6e\x7f\x7f\x09\xe1\xd8\x72\x5f\x28\x73\x2b\xee\x9b\x63\x32\x69\x39\xed\x87\x23\x35\xc3\x29\x7f\xd2\xf4\x8e\xa2\x4a\x6f\xcf\x11\xd1\xa4\x42\xd1\x4e\x7f\x25\xe5\x21\xf8\x23\x41\x28\xb7\xd6\xf2\x61\x6c\x94\xe8\xa3\x65\x3e\xcc\xba\xb1\x03\x88\x2f\x99\x9a\x3a\x9a\xde\x31\xf5\xd2\x14\xda\xff\x52\xdb\x3a\x92\x3d\x29\x95\x4c\x18\x48\x7d\x12\x4e\x1e\xb8\xce\x6a\xed\x0c\x1e\xb3\x69\x9e\x52\x9e\x97\xf5\xe3\xf7\x3b\x49\x38\xdf\xda\x47\x57\xe9\x89\x25\xb9\x3c\xa2\xf5\xb1\xba\xec\x0d\x79\x74\x42\xdb\xfa\xbc\x18\xee\x17\x14\x34\x74\x21\x3d\xd7\xc5\x8f\x3d\x89\xa5\xe5\x69\xe5\x43\xd9\x99\xdb\x3b\x3f\xfa\x6b\x47\xd5\x20\xfa\x54\xb9\x2f\xd4\x94\xef\x97\x3f\x67\x3f\x88\x22\xf4\xdd\x70\x40\x34\x79\xd9\xd0\x67\xb1\xc4\x9f\x19\xd0\x67\x15\xe5\x11\xdd\x6d\xe2\xc9\x0f\x5a\xdd\x5f\xcd\xfa\x1f\x65\x29\x22\x43\xdf\x20\x2a\xa0\x19\x67\x99\xff\x90\xd9\xa9\x03\x29\x30\x65\x24\x72\x9c\xcc\xcc\xd3\xa3\x48\xb2\xf1\x06\xe3\xdd\x19\x77\x99\xa1\x97\x91\xc8\x7d\x72\x32\xf3\x42\x69\xa5\x66\xbe\x64\xdc\x3f\xd3\x30\x8b\x32\xd5\x8c\xa8\xdd\xe4\xc1\x19\xed\x8e\x51\xad\x68\xe3\xd9\x2a\x7a\x52\x1b\x4f\x54\xd3\xd9\x2f\x3d\xe1\x35\xf5\x4d\x49\x8b\xf9\xfc\x89\x9f\x47\x0d\xc5\x59\xe6\xc5\x2c\xc9\xf1\xa6\xe7\xe3\x51\xe5\x47\x5e\x36\xdf\x3f\x98\x66\x51\xe6\xc1\xcc\x7c\x15\x4e\x27\x46\x1b\xad\x28\xfa\xdf\x93\x3f\xad\xa0\x2c\xc6\x58\x6b\x25\xb1\x13\x46\x55\x24\x50\x1e\xa5\xa5\x98\x48\x7f\xd7\x37\x30\x89\xce\x1b\x9d\x9b\x25\x93\x55\x2d\xb4\xd6\x89\xbc\x71\x43\x39\x8f\xb5\x7c\x18\xd7\x46\xc4\x9c\xc9\xb9\xdc\x91\x95\xcc\x5a\xf4\x27\xfb\xf3\xda\xeb\xd1\x0a\xcd\x29\xe0\x1d\x2b\x27\x67\x16\x9d\xf5\x73\xa3\x3d\xe8\x2c\x9c\x53\x1a\x42\x9f\x98\x37\x24\x91\x76\xde\x5c\x6d\xee\x40\x95\x6b\xbe\x93\x4e\x70\xb9\x8a\x5c\x2b\xc8\xb6\x3a\x4f\x67\xfe\x5c\x8f\x7b\xe4\xa9\x39\x45\x2f\x89\xd9\xb6\x25\x9d\xfd\x41\xd6\x45\x61\x5e\x8c\xf7\x91\x00\xf2\x63\x0f\xd5\xe5\x14\x7d\x5d\xa6\x84\xd2\xee\x54\xab\x87\xb3\x8b\xa3\xb3\xc5\x47\xee\x1f\x33\x71\x5f\x02\xb1\x1a\xc7\x54\x25\xd1\xd3\x1c\x11\xb9\x96\x78\x60\x9a\x2a\x6c\x6f\xef\x8d\xfc\xbc\x3b\xaa\x65\x50\xd6\xdb\xac\x5d\xe6\x4a\xb6\x3b\x7b\x18\x8f\xf9\xa2\xc2\x5b\x68\xa1\x44\x33\x53\xb0\xae\x23\xf9\x71\x61\x61\x7f\xee\x70\x68\xc0\xfd\x2f\xb6\x5f\x30\x23\x3b\xb6\xb7\xb3\xa3\x14\x7d\xfb\x73\xee\xe4\x56\x30\x9b\x15\x7c\xb6\x2f\x62\x26\x96\xac\x13\x53\x98\x59\x48\xdf\xb0\xf0\xfb\x83\xc4\xf0\x2e\x30\x3c\x4b\xbf\x2f\xe8\x72\x9b\xf8\x10\x05\x3d\x9f\x93\xfe\x5e\xc1\xcb\xcf\xd4\xd1\x2d\x57\xf0\x8a\xb3\x36\x53\xfd\x7a\x65\x18\x45\x69\xb7\xd2\x28\x8a\x36\xce\xdd\x62\xe9\xdb\xcc\x4c\x8f\xa7\xf3\x93\xad\xca\x6a\xaa\x44\x4f\x6a\xc7\xbc\x98\x71\x3a\xec\xdf\x72\x7f\xa8\xa1\x4e\xe9\xe4\x6d\x83\xac\x32\xa9\x72\xd3\x73\x0f\xeb\x86\xb4\x3f\x9b\x4d\xd1\xaa\xc9\xab\xdc\xef\x85\xfd\x0d\xf8\x30\x25\x93\x94\xe8\x1c\x54\xf4\x90\xf5\x61\x4a\xf4\x98\xd9\x5c\xf4\x98\x33\xb9\xe2\x38\x53\xe2\x0d\x17\x2b\x73\x5e\x59\xdc\xcb\x9d\xe2\x67\x89\x88\xc8\xc5\x43\x98\x2f\x56\xe6\xcf\x3a\x31\xc5\x43\xb6\xd2\x73\x2e\x4a\xde\x4b\x19\x4c\x71\xda\x19\x3a\x43\x17\x39\x7c\x4f\x27\xc5\x62\xc3\x27\xb4\xbf\xee\xaa\x79\x47\x7e\xb4\xf3\x24\xeb\x3f\xe4\x13\xff\x7e\x7e\xda\x0a\x7a\x5e\x72\x5f\x2c\x87\x02\x56\x54\x9d\x11\x91\x4c\xa7\x37\xab\x81\xa9\x14\xc5\x4d\xff\x4c\x27\xbe\xf9\xd8\xb5\x19\x54\xa9\xd0\x4f\xdf\x4c\xcf\x5b\x7b\x11\xf3\x43\xfa\xb7\x60\x5d\x9c\xee\x36\xcc\x0f\x69\x17\x96\x4f\x59\x41\xe3\x01\x3b\x45\xc5\x66\xb7\xa8\x74\xec\x11\x37\x7e\x0e\x8d\x50\x24\xbb\xf6\x5f\xef\x40\x79\xc2\xfe\xd9\xfd\xc9\x23\xf7\xff\x3c\x82\x5e\xef\xbb\x3a\x81\xd6\xfd\xbe\x08\xce\x54\xf7\x79\xb9\x12\x83\xf7\xe0\x3b\x66\x2c\xee\x8f\x63\xc6\xda\x21\x9b\x34\x9a\xaf\x03\xa9\xdb\x68\x9d\xed\x5f\xb3\x87\x32\xfa\xfd\xc9\x9c\x5f\x96\x57\x70\xcd\xf9\xc0\xfa\x67\x94\x11\xef\x0f\xfd\x9b\x4e\x96\x7b\xbb\xb2\x3f\xb0\x7e\x8e\xcc\x83\x71\x7a\x9b\x4c\xff\x7b\xe6\xf2\x75\xc4\x7f\x9a\xaa\x9e\x46\x51\xdc\xe2\x7c\x06\xed\x36\x13\xc3\x36\xd1\x7e\x37\xc6\x67\x0b\xc5\x81\x51\xa5\xcc\x0b\xd1\xd6\xce\x27\xef\xee\x7b\x8c\x4f\x3d\xdd\x6d\x76\x53\x16\xa7\x12\x53\x44\x51\x5a\x69\x5d\xa9\xb8\x09\x58\xde\x96\xc7\x5a\x3e\x4c\x13\xc5\x4e\x3c\xb6\xa7\x78\x76\x4c\xad\x2f\xd9\x71\xbc\xff\x30\xfa\xbe\xc7\xaa\xc6\xd3\xcc\x1d\x4f\x9f\x46\x27\xe0\x8a\x50\x57\xfa\xa4\x8a\x95\x7e\x14\x57\x8f\xfd\x1c\x45\x33\x5f\x31\x35\x95\x66\xb6\xa2\x24\x97\x22\xd6\xf1\xfc\x32\x9a\xbf\xe3\x91\x27\x29\x53\x3e\x16\x7e\x8d\x32\x96\x63\xbd\x1e\xd0\xff\x3f\xe6\xf3\x96\x9e\xe8\x11\xc1\x97\x63\xfd\x1c\xb9\xcf\xc7\xcb\x50\xa0\x53\x15\xf0\x5c\x07\xe8\x14\xfd\xdf\xbc\x87\x1e\x2f\x81\x6b\x6d\x80\xbe\xbe\xc0\xc5\x09\x80\xc6\xe3\xba\xfe\x06\x15\x46\x80\x6e\x25\xe3\x9c\xc3\x75\xf8\x5e\xa7\x74\xc2\x96\xf5\xfd\x77\xd8\x02\x16\x2f\x19\xaf\xb7\x3e\x01\xe4\xf9\x00\x0e\x3f\x02\xd9\x46\x80\xeb\x75\x60\x8b\x23\x20\x9d\x2b\x37\x7b\x73\x4d\x3b\xeb\x06\x10\xe5\x0a\x6c\x3a\x0e\x24\x2e\x06\x36\xcd\x05\x36\xb4\x01\xb6\x74\x06\xb6\x4e\x63\xfc\xbf\x4c\x8d\xf1\xed\x8a\x1a\xd6\x89\xb8\xbe\x14\xc8\x4f\x06\xaa\xe7\x02\xdb\xda\x01\xbf\x9f\xa8\xd3\x3f\x68\x88\xff\xaf\x33\xaf\x8f\xff\xfe\x91\x0b\xb4\x77\x00\x5e\xb9\x01\x6d\x7b\x02\x4f\x56\x01\x2a\x63\xbe\xe6\x3d\xdc\x88\x62\x3c\xe6\xca\x72\x29\x47\x04\xce\xe5\x03\xbd\x82\x81\x33\xa7\x81\x01\xd7\x81\xa3\xb7\x00\xad\xc3\x75\x7a\x07\x25\xe6\x80\x9e\x05\xb0\x23\x80\xfb\x3e\x48\xd1\x61\x92\x37\x90\xb7\x82\xfb\x75\x67\xf9\x00\x33\x87\x02\x5b\xec\x01\x37\x2f\xd6\xf5\xf7\x50\x03\x32\x42\x80\x80\xce\xbc\xbb\x86\x67\x01\x19\x4e\x40\x42\x28\xb0\xd1\x09\x48\x5b\x5e\x77\xef\x3f\xf3\xa5\x98\x07\x1b\xd6\x5e\xc9\xd9\x01\x5c\x8f\xa9\xeb\x7f\x90\xf7\x1a\x78\x67\xf7\x35\xfe\xdf\x10\xff\x96\xf9\x0f\xaf\x5f\x00\x2d\xac\xbf\xe8\xf3\xb1\x17\x68\x6e\xcc\x7d\x5f\x5a\xa8\xd7\xf1\x1e\xae\x75\x01\xda\x6b\x02\xe7\xab\x19\x87\x38\xa5\xc3\xba\x29\xc7\x6e\x03\xea\x0e\xc0\xc1\x79\x40\xdf\x87\xc0\x5e\x7f\xc6\xfb\x77\xf6\x60\x7c\x42\xee\x73\x20\x3d\x97\x89\xd7\xb9\x8f\x83\x45\x09\x6b\x9d\xcc\xf0\xa8\xc3\xfd\x37\x98\x30\xde\xbd\xfe\x33\xe0\xd7\x83\x71\xf0\x30\x35\x20\x4d\x81\xef\x6e\xa7\x69\x03\x69\x3f\xf3\xfd\xf8\xbc\x38\x20\x23\x0f\xd8\x53\xca\xb8\xd1\xa9\x5e\xec\x47\xd7\x23\x81\xcd\xd7\x81\x47\x05\xdc\x3b\xe4\xcf\xea\x3a\xfc\xff\x7f\xf5\x81\x78\x55\x00\x28\x3d\xfb\x9a\xf7\xf0\x53\x53\xa0\x49\x2a\x70\x7d\x2d\xd0\x6c\x3f\x70\x79\x25\xd0\xfc\x3c\x70\xfa\x06\xd0\xfa\x0d\xfb\xa2\xe4\x27\x87\xfd\x80\xae\x93\x80\xbd\x39\x40\xaf\x53\xc0\xce\x2c\x40\xe3\x19\x50\xb8\x8d\xe7\x63\x6b\x12\xa0\x97\x0d\x64\x9d\x00\x4c\xe6\x32\x5f\x41\xca\x8f\xd2\x14\x19\x6b\x90\xec\x73\x78\x00\xa4\x55\x01\x52\x46\x97\x92\x00\xf8\xf6\xaa\x9b\x87\x94\x27\x8c\x89\xad\x75\x06\xd6\xed\x00\x52\x54\x80\x9c\x2b\xc0\xfa\xdd\xc0\x5e\x4d\x60\xa3\x11\x2b\x31\x6d\x9c\x07\xdc\x38\xc4\x98\xd7\xd3\xcf\x75\xf8\x7f\x7a\xf5\xff\x6d\xbf\x8c\x03\xcb\xbc\x87\xe7\x82\xef\x20\xf3\x1e\x7e\x94\xce\x36\xeb\xbf\xe6\x3d\x54\xfe\x0b\x34\xd1\xe0\x75\xd0\x2a\xbe\xae\xcf\x43\x89\x29\xd0\x35\x0d\x28\x30\x06\x7a\x1b\x01\xdb\x4e\x00\x83\x2c\x81\xec\x68\x60\xc4\x5e\x20\xa3\x2f\x60\xd8\x01\x48\xeb\x09\x4c\x98\x0a\xa4\xae\x04\xac\xf3\x81\xc4\xa7\x80\x5d\x1b\xc6\x41\xa5\xf3\x75\x62\x35\xe0\xed\x04\xc4\x7f\x0f\x04\xef\x03\xd6\xac\x04\xe2\x7c\x81\x84\x62\x20\x65\x37\xdf\x8f\xcd\x8d\x00\xd6\x14\x00\xa5\xf1\x40\xaa\x1b\x50\x19\xc5\xba\x11\xb7\x44\xaf\xa9\xe7\xda\xdf\xb0\xbf\xf0\x0b\xfb\x23\xea\xf3\x00\x1a\xf6\x3b\xf9\x16\xef\xe1\xa2\x3a\xf7\x41\x91\xfc\x40\xb1\x3d\xf7\x66\x69\x34\x12\x28\xf7\x07\x5a\x17\x03\xc5\xae\x40\x07\x35\xc6\xf9\x7a\x54\x31\xef\x47\xe3\x08\x90\x39\x09\xd0\xfa\xc0\xcf\x57\xca\x0b\x52\xbb\xb1\x8e\xd0\x9a\xef\x19\x63\x94\x71\xff\x18\x07\xc6\xb2\x56\xa6\x31\xee\xbf\x62\x1f\x10\x98\x02\xac\xfc\x03\x88\x4d\x06\x56\xdc\x07\x52\x26\xb0\x3d\xb9\x1e\x8c\x97\x95\x7e\xc7\x6b\x46\xfa\x4e\x89\x3f\x01\x37\x3e\x31\x9f\xe0\xb1\x26\x90\x90\x05\xfc\xab\xfc\xb5\xfd\x21\x0d\x70\x70\x59\x07\xa2\x21\xef\xe1\x4e\xd7\xfa\xf6\xcb\xbc\x87\xb3\xa2\x5a\x20\xf3\x1e\xa4\x78\xa8\xe0\x01\xec\xda\x0e\x28\xc6\x02\xdb\xad\x81\x56\xbd\xa4\x6c\x19\x50\xcd\x03\x36\x3d\x06\x7a\xde\x60\x8d\xfe\x81\x3e\x1c\x9f\x86\x6e\x01\xd6\xb4\x05\x8c\x12\x98\xdf\x60\x3a\x06\x88\xc9\x06\x6c\xcf\x03\x11\x86\x80\xfd\x04\x20\xb2\x8c\xe3\x65\xf8\x00\x60\xe9\x76\xe6\x03\x48\x79\x82\xf4\x2f\xf5\x4f\xbe\x27\x9f\x3d\x8d\xed\x2a\x29\x00\x22\x27\x03\xc7\xca\xf8\xff\x49\xdf\x39\x56\x05\x78\x76\x0d\x58\xa9\x0a\xd4\x64\xd7\xe9\x40\xd4\xf2\x3f\x84\xdd\x8b\x44\xbc\x70\xdf\xc5\xe3\x33\xa1\x0b\x73\x37\x8c\xc7\xaf\x78\x0f\x0d\xfa\x7d\x54\x08\xfc\x76\xaf\xa8\x26\xc8\x38\x67\xee\x72\x40\xa1\x9a\xf5\x59\x5a\x39\x03\xe9\xd7\x81\x2e\x4a\x40\x72\x1b\xd6\xe9\x92\x9e\xdb\x90\x32\x20\x66\x2d\x30\x4a\x0f\x88\x2a\x03\xc6\xab\x02\x61\x8b\x00\xcb\xe5\xc0\xf2\x21\xc0\x2c\x0b\x20\x28\x95\xb1\xbf\x65\x6b\x58\x03\x40\x3a\xe5\x49\x5f\x69\x59\x05\xfb\xd2\xf2\x57\xac\xb1\x12\xf2\x94\xf7\x8b\xe5\x6f\x59\x2f\x67\xb9\x29\x70\xbd\x3f\x73\x68\x9e\x5f\xff\x9a\xff\xb2\xf8\xa8\xe0\x01\x34\xd0\x81\x70\x12\xbc\xc2\x87\x02\xc7\x92\xf9\x2f\x0d\xfb\x7d\x9c\xfd\x5b\xd8\x2f\x5e\x1f\x12\xfd\x0e\x64\xfe\xc7\x57\x7a\x07\x0f\x99\x6f\x96\x14\x0a\xb4\x6a\x0f\xc4\x8f\x07\xba\xbe\x07\xa2\x8b\x00\x8d\xa7\x40\xb8\x11\x30\x54\xb7\x0e\xf7\x97\xf9\x0f\x52\xae\x6c\x57\x0d\x2c\x75\x96\x72\x7c\xc0\x2f\x0c\xf0\x2d\x61\xff\x8d\xb0\x02\x02\xdc\x81\xd4\xb5\x80\xbf\x35\xe7\x20\xfe\x76\x9c\x99\xfa\x7d\xe0\x79\x90\x4e\x89\x37\x6a\x00\xff\x32\xe0\x85\x7e\x1d\xff\x65\x91\xb8\xc7\x2e\xeb\x7e\xc8\x76\xcb\x78\xb8\xcc\x07\xa8\xf5\x83\x86\xba\x17\xf7\xff\xdb\x0f\xf6\x0b\xbc\xfb\x2b\xfe\x87\xa8\x3a\xca\xba\x0f\xd2\xfa\x55\x7c\x03\x44\xf7\x05\xda\x39\x31\xcf\xa5\xa7\x35\x10\x32\x05\x18\x5c\x0d\xf8\x0f\x05\xf4\x27\x00\x3e\x9b\x81\x09\x96\x80\x77\x18\x63\xbb\xde\x8a\x80\x8b\x35\xe0\xf9\x09\xf0\x19\xca\xaf\xa3\x3c\x80\xc5\xaf\x80\xd4\x9f\x81\x45\x7e\x40\xae\xad\x74\x3e\x66\x3d\x2d\x69\x3c\x3d\x95\x63\xca\xad\x6a\xe6\x47\xbc\xf8\x82\xff\x22\x3f\xf7\x86\x76\x5b\x6b\xd7\xe7\x03\x34\xf4\x83\xcb\x2f\x78\x94\x71\xef\xca\x9e\xc2\x0f\x04\xee\xbd\xe7\x7f\xf0\x3f\xd6\x96\xd7\xcd\x03\x04\xde\x2b\xe5\x27\x81\x1b\x80\x8e\xbd\x01\xbf\x66\x40\xbf\xd3\x80\xf7\x04\x60\x78\x38\xe0\xa9\x0d\x98\x2c\x01\xe6\xcf\x02\xac\x16\x01\xf3\x8e\x02\x4e\x57\x00\x37\x3d\xbe\xd9\xe8\xa6\x0a\x44\x44\xf1\x5e\x92\x54\x0d\xb8\xb5\x03\xa4\x93\x9b\x93\x1a\x50\x52\xce\xb1\x55\x9a\x07\x87\x0f\xc0\xcd\x96\x80\xd3\x13\xe0\x85\x19\xe0\xbc\xf4\xbf\xed\x9e\x2c\xfc\xc2\xe4\x44\x7d\x1e\xc4\xff\xe4\xbf\x08\xfd\x93\x7d\x62\x7f\x95\xf9\x1f\xf9\x02\xff\xdf\x22\xfc\x60\xc3\x53\x1e\x65\xdc\x3f\x46\xc4\xdd\x40\x31\x5f\x52\x7c\x6a\x57\x09\x78\xa6\x33\x4f\xdb\xf5\x06\xf3\x62\x9c\x34\x59\x9b\xc1\xe9\x31\x30\xf9\x0d\xe0\x14\x07\x38\x0c\x04\x1c\xa5\x79\x98\x0e\xcc\x1e\xc6\x1c\xa8\x59\x53\x81\xb5\xc3\x98\x33\x93\x6d\x05\x4c\x97\xd6\xc5\x2a\x60\x7a\x6f\xe0\xb4\x26\xeb\x41\x48\xfb\xa6\x6d\x26\xf0\xd2\x14\xb0\x49\x63\xee\x78\x43\xbb\xc7\x98\x08\xfe\x83\xd0\x81\xd0\x5a\xc7\x63\x43\xdd\x83\xb3\x42\x17\xa3\x21\xff\xa5\x56\xff\x44\xc4\x85\x6f\xf1\x3f\xe2\xc5\x6d\xe5\x08\xd1\x27\x45\xae\x4e\x2f\x54\xe5\xbe\x63\x6e\xc7\x81\x4e\x0a\x80\xc3\x7b\x40\x43\x0b\x98\x71\x15\x18\xe1\x01\xd8\xad\x00\xcc\x8a\x80\xa9\xbd\x81\x99\xff\x02\x36\x37\x00\xcf\x55\xc0\x14\x07\x20\x74\x33\xf7\x2a\x4c\xd2\xe1\x1c\x6c\x8b\x64\x9f\x26\xaf\x8b\x09\xb3\x39\x3e\x4c\xf4\x04\x6e\x36\xe7\xb3\x8c\x94\x1b\x4b\xcb\xf8\x53\x0f\x60\x8c\xe0\x83\x0d\x13\x3c\xb9\x01\xce\xf5\xf9\x0f\x7d\x45\xfc\xf8\x4a\xff\xa5\x81\xfe\x89\xcc\x7f\xd9\x2d\xd6\x8f\xcc\xff\xd8\x24\xf8\x10\xb5\xfc\x0f\x31\x2f\x2b\xcf\xf3\xb8\x5c\xc4\x53\x1f\xe1\x17\x2e\x82\x37\x34\xdb\x19\x68\x15\xcc\x1c\x20\xb5\xcf\xcc\x3d\xd7\x4e\x05\xcc\xf3\x01\x93\x67\x80\x99\x2e\xf7\x65\x1c\xdf\x17\x58\x30\x1b\x18\xe7\x05\x2c\xfb\x0e\x18\x73\x8f\xe7\xc1\x30\x14\xc8\x36\x03\x0c\xf4\x81\xd2\x9e\x80\xfe\x51\xe0\x54\x7b\xce\x4d\xa4\x38\x39\xb2\x1c\x78\x16\xc9\x7c\x08\x69\x1e\x06\x09\x9d\x9c\x3e\xa2\x5f\x90\x5a\x08\x8f\xdd\x04\xff\xbe\xb3\xe0\x93\x5d\x14\xfc\xd9\xff\xc9\x7f\x19\xc7\x63\x43\xfe\xc7\x5a\x61\x6f\x9c\xe0\xc5\xc8\xfc\x8f\x00\x51\x9d\xf7\x10\xef\xeb\x28\x6e\x33\x5b\x95\x00\x8a\xd2\x73\x75\x01\x3a\x45\x01\xe3\x5e\x03\x03\x1f\xf2\xf3\x1b\x53\x05\x8c\x96\xf2\x89\x70\xe6\x66\xcf\x9b\x0b\x0c\xfb\x0e\x08\x2a\x06\x74\x77\x31\xb7\x54\xcb\x13\xd8\xdc\x1d\x18\x7c\x18\x28\xba\x0c\x0c\x0c\x00\x8e\x1b\x01\x03\xcd\x80\x6b\x63\x81\xbe\xd1\xc0\x23\x03\xa0\xcf\x19\xe0\xef\x93\x80\x5a\xf3\xfa\xf6\xaa\x08\x9e\x4c\x9b\xe9\x3c\xb6\x70\xe0\xb1\xb6\xff\x51\x03\xfd\x17\x99\xff\x20\xeb\x9f\xd4\xae\x03\xf1\x5a\xe6\x7f\xc4\xa7\x32\x4e\x1e\xad\xcf\xb8\x79\xd0\x0c\xfe\xb9\xac\x83\xe2\xb6\x9b\xc7\x99\xaa\xdc\x27\xc7\x4c\xc4\x1f\xc3\x46\xb0\x6c\x05\x60\xe4\x0c\xc5\x3e\xbd\x8f\x01\x3a\xaf\x95\x86\xe8\x69\x03\x43\x34\x1a\x2d\xb5\x6c\x0b\xf4\xdf\xd6\x28\xcf\xe5\x31\xd0\xe7\x59\xa3\x1f\xfd\xdb\x03\xea\x27\x1b\x9d\x59\x79\x1a\xe8\x71\xbe\x51\xc1\x46\x6f\xa0\x5b\x97\x46\x5e\x3b\x76\x01\x9d\x3f\x2a\x5d\x38\xfc\x27\xd0\xc9\x54\xf1\xea\xa5\x40\xa0\x83\xa7\xa2\xc6\x3d\x6f\xa0\xfd\x69\x85\x4b\x7f\x2c\x04\xda\x96\xe3\xb4\x64\xa7\xb2\xe0\xcd\x36\xda\xcc\x23\x84\x0e\x25\x84\x9e\x92\x1c\x07\x1a\xda\xdf\x90\xff\xb2\x71\x78\x03\xfb\x4d\x1a\xd1\x5f\x46\x96\x35\x9b\xce\xf6\x33\x4f\xc2\x2b\x5a\x99\x56\xca\xbc\xb9\xdc\x57\x64\x96\x18\xcd\x9d\xda\x52\xbd\xcf\xe0\x00\x37\xca\xe8\x17\xdd\xa1\xbf\x62\x10\xa0\xbe\xa6\x63\x65\x17\x7b\xa0\xeb\xbf\x9d\x8e\xe9\x28\x03\x1d\x57\x75\x56\x36\x1d\x09\xa8\xac\xec\xdc\xce\x01\x40\xeb\x8b\x9d\x35\x17\x3f\x04\x5a\x78\x74\xee\x1e\xdd\x1c\x68\x96\xd3\x69\xeb\xfa\x39\x40\x93\x9e\x9d\x5a\xe4\xdf\x00\x1a\x29\x74\x9c\x7c\x60\x32\xa0\xa8\xd8\xa1\xec\x42\x0f\xe9\xc1\xa9\x5e\xfe\x89\x3e\x49\xd5\xe6\x15\xe5\x3e\x2a\x87\xb8\xde\xd2\x72\x26\x8f\x4d\x04\xbe\xa9\xa4\x5a\x23\x2a\xc8\xd2\x78\xc0\xe8\xff\xb6\x3f\x7d\x70\x63\x42\x13\x52\xda\xb4\xa4\x0c\x3c\x5e\xad\x35\x55\x11\xa3\xab\x79\x0c\xb6\xe8\x4c\x8c\x1a\xef\x07\x9d\xe9\x9d\xdc\x2b\x99\x1f\x32\xbb\x92\x75\x43\xa6\x54\xf4\xa4\xdf\x8f\xa9\x62\xf5\xd9\xc1\x1f\xfb\x51\xdd\xaf\xc3\xf7\x03\x08\x2f\x50\xde\x39\x48\xa9\x6d\x34\xd0\x78\xc0\xa0\xb0\xfe\xd2\xda\x79\x30\x28\x67\x2c\xdd\xa4\x1d\x64\x62\x47\x15\xac\x81\x3f\x2e\xa2\x4f\x1e\xa0\xc7\xca\xe2\x03\x94\x53\x69\xec\xf7\x96\x2b\x62\xfd\xfc\x59\xa7\xb8\xaf\xd7\x59\xda\xbb\xfa\x4e\xf8\x89\xd6\x62\x9f\xb1\xbf\x51\xac\xeb\xdd\x92\xed\xed\x26\xfa\x82\x74\x14\xf8\x6e\x3b\xb5\x2f\xe7\xa7\x96\x07\x28\xf7\x7f\x2a\x6d\x4e\x28\xeb\x86\x27\xac\x03\xb3\xe6\x49\x07\xfa\xde\xab\x0a\x98\x1f\x10\x31\xb5\x3b\x55\xfd\x03\xf6\xa8\x4f\x67\xff\xef\x4b\xd5\x41\x57\x9d\x7e\x94\x69\xcd\xbc\x38\x90\x3c\xc6\xaa\x9a\xf1\x73\xe3\x32\x6d\xfa\xb6\x43\xbf\x1b\x4a\xb7\xf0\xd5\xfb\x0e\xa3\xea\xb1\xf2\x44\xbd\x6d\xfc\x89\xfa\x77\x5a\x11\xfe\xa6\xdf\x9a\xfb\x56\xeb\x57\x8e\xa1\x15\x34\xea\xf6\x34\x42\x10\xf5\xda\x2d\x24\x7c\x6f\x54\x2a\x23\x63\xa3\x0c\xd6\xd2\x37\x19\x29\xee\xfb\x0f\xfb\xc8\x37\x00\x87\x3b\x9f\x25\xfd\x90\xe1\xb3\x7e\x24\xc4\x44\xb7\xea\x57\xca\x6d\x74\x87\x73\x5f\xfb\xc1\x2e\x6c\xb7\x86\xc0\x7b\xd5\xc3\x79\xec\x41\xba\xc5\x3b\x9f\x35\xa2\xfb\xa6\xb9\xdf\xb7\xa1\x2a\x5f\x7a\x42\x27\x62\x15\xa4\x88\xe7\x19\xaf\xde\x8b\xe6\x23\xba\xd7\x40\xda\x59\x03\x13\x18\x8d\x5d\x5c\xa2\x4b\x27\x0c\xd7\xeb\xc3\x08\x0f\xb6\xb7\xe7\x85\x63\xf5\x8a\x75\x43\x4c\xc7\xea\xd3\xef\xf5\x55\xc6\x10\x7f\x60\x40\xf5\x58\x8a\xc0\x1d\xff\x31\xa1\x3a\x28\x66\x4f\x28\xe1\x79\x98\x70\xb6\x0d\x01\xde\xa6\xfe\x3c\x0f\x13\x6e\x30\x63\xc6\xd4\x74\x2a\xdd\xf7\x36\x8d\x5d\x40\xf7\x94\x4d\x5b\x2c\x27\x1c\x67\xfc\x6d\xbe\x39\x3c\xe1\x14\xc7\xec\x71\x3a\xdc\x41\x7d\x7c\xd9\x69\xf2\x9f\x71\xeb\x6f\x52\x8c\x37\x9e\xf5\x8c\xee\xc1\x8f\xd9\xc4\xda\x92\x06\x26\x35\xf5\xf8\x1f\xb2\x2e\x0a\xeb\xc6\x64\xff\xa6\x4a\xdf\x73\x43\x5a\x77\xaa\x4b\xaf\x4d\xed\x4d\x5e\xb6\xaa\xe9\x60\xaa\x96\x86\x4f\xd4\xa4\xf5\x1d\x52\xc9\x76\xfa\x8c\x1b\x49\xb7\x49\xe7\xdd\xe1\x6f\xeb\x1c\x3a\x96\x32\x87\xa9\x46\x63\x69\x1e\x27\x39\xb3\x8a\xc5\x98\x2e\xac\x23\xa1\xbd\x8a\x51\x29\xf5\x83\x16\xf4\x06\x6d\xf4\xa6\x88\xce\x65\x36\xe2\xc4\x62\x7b\x8f\x3b\x6e\xd9\x56\xf6\x23\xcf\xb2\x7d\x38\x9a\xd6\x81\x6d\x95\x35\x21\x8c\x36\xee\x7c\xdf\x7f\xaa\x43\x10\x3d\x09\x5b\xcf\x04\xda\x93\x6c\xd5\xb2\xc8\x73\xad\xee\xed\x22\x5c\xdf\xda\x80\xef\xfb\x5b\x1e\xbb\x4a\x7a\xf1\x96\xc1\x8f\x49\xfb\x6f\x4a\xd9\x5f\xf4\x73\xd3\xa7\x35\x84\x73\xd5\xf2\x3f\xc4\x7a\x61\xde\x90\xcc\xff\x69\xd8\x07\x2a\xba\x7a\x18\xbd\x7b\x88\x8a\x01\x3d\x25\x59\x07\x66\xc1\x19\x13\xe2\x8d\x38\xa9\x31\x1f\xc6\x2e\xd6\x9c\x78\x60\x16\x51\x16\x64\xd7\x78\x7f\x6b\xfa\xf9\x88\xfb\xd6\x84\xff\x0d\xac\x62\xfe\x40\xa7\x75\x8c\x42\x34\xf6\xb1\xfb\xcc\xf6\x3b\x0a\x45\x47\x7b\x65\xd6\xaf\x76\xc8\xee\x47\x33\xe7\x70\x94\xef\xf3\xda\xbf\xb2\x24\x4f\x74\xcc\x71\x65\xc5\x89\x22\xce\xc9\x1c\x27\xaf\x32\x05\x2b\xad\x57\xf0\xdf\xed\x54\xe7\xf1\x30\x3d\x77\x7b\x9f\x4b\x54\xf7\x9e\x5d\xc9\x3c\xa9\x99\x26\xaf\x29\x82\xcb\x7d\x83\x6a\xf9\x1f\xf7\x6a\xbe\xe0\xc5\x24\x7b\xb3\x2a\x4b\x6d\x1f\xa8\xeb\xfc\x2d\x42\x1e\xb3\x1e\x8c\xdf\x07\xbe\x4d\xba\x60\x9f\x05\x31\xed\xe7\x5a\x59\xd2\x09\x6c\xd6\x1e\x5b\xca\xac\x6c\x0c\xa6\x93\x77\x9a\x26\xd8\x51\x26\x62\xe8\x3d\x8b\x70\x3b\xad\x87\x7c\x1b\x59\xdd\xd8\x89\x4e\xf6\xed\x6e\xb8\xf0\x0e\x5d\xe6\x26\x32\xab\xf9\x82\x79\xea\xae\xa0\x42\x33\xe3\xae\xd2\x9f\xf8\x3b\xee\x95\x06\xe4\x17\xf3\x56\x32\xce\xeb\xfe\x82\x71\xff\xf9\xaf\xfc\x08\x61\x73\x57\x8a\xe9\xcb\x3f\x5f\x4f\xf3\x30\xdf\x9f\x71\xff\x79\x27\xf7\x13\x9e\x33\x2f\x89\xef\x6d\xba\xa5\xde\x66\xe6\x52\xf2\x0b\xb2\xd7\x25\x8c\x75\xdd\x6b\xf9\x1f\x62\x5e\x58\x17\x25\xfe\x84\x01\xed\x63\xb2\x0e\xce\xf2\xa3\x66\xe4\x8d\x4b\x1f\x4d\xe1\xae\x45\x97\xac\x08\xe7\x71\xd3\xb4\x23\x94\xc5\x71\x95\x9d\xd0\xc3\x99\x45\xe8\x90\xf9\x15\x47\x3a\x51\xc9\x3c\x98\x11\x7d\x5d\xf9\xbe\xfb\x3d\x57\xf2\xc2\x6e\xd9\xee\xf4\x54\x5b\x96\x79\x88\x48\x2c\xeb\xc2\x2c\x6e\xc5\xba\x07\x8b\x5f\x32\x1f\xc6\x77\x3c\xe3\x59\xbe\x3d\xf4\x08\x29\xf4\xbd\xcf\xcc\x0c\xdf\x13\xcc\xb4\x59\x52\xc9\xb9\xe9\x92\xd0\x48\xc2\x31\x97\xa8\xa5\x30\xbf\x43\x85\x11\x24\xdf\xee\x7b\x08\x81\xf5\x9d\x7b\x86\x22\x91\x77\xc4\xf5\x11\x34\xc6\x3c\x65\x7e\x4c\xde\x5f\x14\x91\x16\x64\xd7\xc8\xfc\x0f\xfa\x86\xac\x8b\x12\xab\x62\x4a\xee\x16\xf6\x87\x25\xad\xca\x40\xa7\xa9\x14\x0f\x16\xeb\xcc\xa2\xf5\x3c\x6f\xee\x6c\x3a\x81\x38\xbb\x38\x93\x0a\x85\x5d\xb5\x0b\xd9\x6d\xa5\xc2\x3c\x98\x09\x1d\xdd\x08\x17\x1c\xbd\x65\x3e\xad\x03\x9d\x8e\x0b\x09\x1f\xd6\xa8\xf4\xa2\x79\xed\x60\xbf\x88\x7e\xde\x34\x7b\x89\x98\x87\x00\x51\xd9\x09\xbe\x00\xe2\xfa\x07\xc6\x77\x20\xe4\x30\xf8\x7c\xff\x79\xd2\x18\x34\x4a\x8f\xce\x6c\xc1\x35\xe6\xb4\x5f\x04\x17\xce\xa6\x31\xc4\xcb\x8b\xf0\x97\x65\xc6\x61\x54\x33\x5b\xe6\x9f\x44\xdf\x3c\x58\x6b\x0b\xad\x93\x10\x8b\x62\x5a\x17\x21\x95\x27\xa9\x4f\x46\x60\x42\x15\xd5\x00\x02\x9f\x54\xd3\x3c\x05\x78\x30\x8f\xd0\x2f\xbd\xa6\x1e\x2f\x86\xe7\x25\xf4\x85\x0d\xed\x4a\x0d\xfb\x41\x79\xb0\xbc\x09\x5c\xe0\x6a\xc4\xab\x6d\x01\xed\xb0\x36\x45\x0b\xc8\xae\x49\xed\x3c\x28\x5f\x32\xfa\xb8\x88\x76\xa9\x11\x73\x99\x07\x33\xe8\xaa\x1f\xdd\x36\x57\x1f\xe1\x4f\xfb\xa7\xca\xb4\x40\x3a\x89\x2b\x1e\x5e\xd6\x85\xed\x97\xfb\x24\x45\x6c\x57\xa4\x1b\xd1\x51\xfe\xac\xcc\x16\x31\xad\x3f\xed\x24\x51\x67\xf5\x28\xe3\x88\x3a\x33\x99\xec\x8b\xcc\x9b\x45\xeb\x3d\xc6\xdd\x93\xbe\x77\x4c\xea\x72\xca\xe1\xa3\x75\x18\x71\x8d\xba\x92\x49\x99\x49\x14\xf5\xf0\x06\xa2\x87\x1c\x63\xa5\x2b\x8f\xcb\x54\x23\x88\xe8\x70\x97\x78\x56\x61\x6a\x2f\xe8\x7d\x43\x9d\x3f\xd3\xbd\x70\x99\x17\xc3\xba\x28\x81\xd5\x8e\xdb\xd8\xfe\x39\xd6\xec\xb5\xf3\x04\xfb\xcc\x9d\x32\x4c\x87\x8d\xfc\x7c\xa7\x75\xf7\xa4\xe7\x6f\x19\xc1\x19\xf3\xc4\x4a\xbf\x48\xf6\x83\x40\x5a\x2f\x3a\x8b\x03\xe9\xa4\xd6\x6f\xe9\x32\xea\xbf\xd8\xcd\x6b\x39\xb1\x5d\x5b\x96\x86\xb3\x7b\x23\x5a\xdc\xeb\x5e\xf9\x91\xc7\xb8\xcb\x4a\x74\x66\x91\xf9\x30\xf1\x36\x1c\x27\x13\x96\xea\x8d\xe4\xdf\x73\x3f\xb1\x84\x01\xb3\x69\x3e\x12\x2e\x2d\x24\xfe\x5c\x42\x64\x30\x8d\xf1\xf7\x18\x81\x4f\xf0\xdd\x78\x9f\x7f\xce\x7a\x52\x89\xde\x87\x49\xb1\x24\x7e\xd9\x05\x9a\xe7\x38\xc3\x3b\xc4\xaf\x5d\xe9\xf2\x0b\xcd\xd3\x8a\x9a\x0f\xb4\xd2\xeb\xf3\x62\xe4\x7e\x58\xde\xda\x0b\x68\xe1\xba\x2f\xf4\xa4\xf5\xed\xe4\xe7\x45\x79\xd2\xac\xd0\x25\xac\x8b\xe4\xcc\xbc\x90\x49\xbb\x18\x75\x37\x2e\xe3\xae\x3d\xa3\xd6\x86\x92\x77\x0e\x29\xe3\x2e\x04\x7d\xed\xa3\xb9\x1f\xcc\xb0\x18\xda\xf5\x9b\x57\xad\x14\x78\x66\x82\xa8\x54\x35\xe4\xc3\xac\x7b\xc3\x38\x6f\xaa\x51\x3f\xc2\xa1\x53\xee\x31\xee\x9f\x6a\xc8\x91\x2a\x55\xc7\x8e\xe2\x5f\xea\x1d\xee\xe0\x94\x52\x15\x44\x91\x39\xf5\x0d\xbf\xf3\x3a\xab\x0d\x54\x1b\x49\x5d\x91\x4f\x91\x39\x35\x92\xef\xce\x25\xbf\x38\x4d\x35\xa5\x24\x9d\x1b\xc4\x84\x5e\x13\xfa\xa8\x25\xbf\x7e\x4f\x71\x25\x61\xca\x67\x8a\xbf\xcc\x8b\xf1\x19\xea\x49\xcf\x6b\x81\x9b\x37\xc5\x85\x39\xc9\xbe\xe4\xff\x0e\xe3\x02\xc8\xef\xa7\xdd\x0b\xa2\x6f\x29\xf3\x60\x26\x8c\x08\xa3\x28\x66\x18\x10\xc5\x59\x09\xdd\xb0\x03\x06\x4d\x65\xbe\x40\xcf\x27\xcc\x87\x51\x51\x4f\x20\xff\x6f\x62\x91\x24\x4e\xea\xeb\xc4\xc9\x64\x83\xa8\x78\x65\x18\x34\xa6\x1d\x44\xe6\xc3\x64\x46\xf4\xa3\xf5\x9f\xf1\xdb\x08\xca\x87\x33\x95\x39\x03\xc9\x70\x9f\x41\x19\x6d\xc6\xaf\x7c\x77\x21\xc3\x93\xf5\x72\x6a\x75\x62\xde\xa4\x93\xe7\x66\x54\xf2\x59\x20\xd3\xb0\x9c\x3a\x53\x64\x54\xf0\x19\x32\xbd\xfa\x2a\x79\xfc\x46\xbd\x47\xeb\xf8\xf5\x5b\xfa\xa6\xeb\x8f\x72\x9c\x64\x5e\xcc\xc2\x7f\x7d\xb9\xef\x45\x75\x20\xd9\x2f\xeb\xe1\xcc\x9c\x1c\x46\xde\x69\x33\x97\x1f\xe3\xe4\xaa\x68\xfa\xbd\xc9\xfc\x18\xb2\x53\xef\x59\x1c\x45\x35\x5d\x53\xd6\xc3\xe9\xf7\x8a\xd9\x9d\x3d\xaa\xf8\x79\xb7\xf5\x4e\xa6\x7c\x42\x69\x5d\x9a\xe8\x70\x9b\x21\xf8\xb3\x59\x03\x78\xcc\x29\x6f\x44\x8c\xca\x5c\x25\xce\xdc\x73\x87\x73\x1e\x95\x3b\x7c\x04\x45\xd2\x9c\xa2\x89\x14\xa1\x73\x87\xcd\xa0\xb8\x98\xd3\x9b\xf9\x83\xb9\xb7\xb8\x4f\x4e\xee\x40\xc6\xfd\x73\x05\xe3\x28\xd7\x35\xc7\x86\xff\x7f\x29\xf3\x6c\x6c\x8e\x13\x32\x9f\xa3\x50\x45\xb5\x8f\x3c\xa3\x27\xf4\x64\xb2\xee\xbc\xa2\x15\x5b\x5f\x17\xc5\xfd\x7d\x30\xed\x32\x73\xee\x84\x51\x65\xa5\xa1\x1e\xce\x14\x8d\x95\xb4\x6b\x9b\xda\xc7\x93\xb7\x8e\xdd\xcb\x7a\x21\x72\x7f\xa8\x21\xf7\x92\x29\xbf\xd0\x10\x7c\x98\xae\xad\x58\x3f\xa4\xcd\x13\xe6\xc3\x28\xc4\xc8\x15\xab\x1c\x47\x1e\xf3\x8f\xf0\x58\x60\xc8\xca\x9d\x32\x1f\x66\x7b\x01\xef\x9b\xdb\x4f\x8c\xa4\x9d\xab\xa0\x84\x33\xb5\x82\x75\xb6\xb4\x7f\x14\x1c\xe1\x3e\x39\xdb\x35\x7c\xc9\xbf\xb7\xe7\x85\x93\x1f\x6d\x5f\x24\x74\x62\xfe\xd9\x42\xf1\xb3\xe0\x65\x11\x65\xbc\x85\x2d\x8e\xd1\x8a\xdd\x3e\xe4\x12\x65\xca\x05\xf7\xef\xd2\x3c\x17\x74\x79\xc1\xfc\x98\x6e\x9f\x88\xc9\x90\xab\x28\xf9\x85\x4b\x4e\x38\xc5\x77\xc7\x5b\x31\x54\x29\x98\x59\xc1\xfd\xb0\xac\x17\xc7\x93\x97\x4e\xce\xe2\x6c\xde\xb8\x8c\x9f\xb3\xcc\x83\x19\xd1\x81\xf9\x11\x83\xad\xb9\x8f\x4e\xaf\xfb\x9b\xe8\x94\xd7\x49\x6b\x13\xed\x86\xad\x0e\xb1\x3e\x0c\x16\xe4\x09\xa4\x43\xe6\xc3\xec\x14\x9d\x7b\x8b\x12\x1b\x53\xfc\xab\xe5\xc3\x94\x30\x93\xbf\x78\xe3\x30\xca\xb0\x8a\x5d\x99\xe1\x5a\x74\xd7\x96\x32\xb4\x22\x70\x86\x52\x92\xbb\x84\xfc\xbd\xd8\x30\x9c\x9e\x5c\xd1\xd1\xd5\xc4\x74\x2c\x5a\x9b\x49\x79\x45\xd1\xb3\x5d\x14\x37\x8a\x1a\x1f\xa2\xc8\x56\x92\xf4\x1d\x7d\x93\xdd\x31\x3f\xd0\xba\x28\xae\xe6\xbc\x6a\x77\xd1\x3f\xdc\x87\xca\xa2\xe6\x43\x5d\x5f\x2c\x7b\xd3\x44\xda\xbd\xa6\xed\x60\x16\x9a\xe5\xfc\x14\xba\xd1\x68\x66\xb0\x8e\x4e\xc1\x46\x13\xf8\x39\xeb\x4d\x60\xfe\x93\x6e\x15\xf3\x7f\x06\x8d\xcf\xa2\xd7\xbd\xfc\xf3\x68\x1e\xe4\x3e\x51\x2d\xc6\x6f\xe3\x1b\x4a\x45\x3b\x44\x25\xb7\x21\x1f\x66\x5f\x84\x12\xad\xf7\x7d\x91\xaa\x94\x4f\x96\x77\xe0\x79\xd8\x17\xc1\x27\x99\xf2\x31\x26\xc4\x7b\x29\x3f\x6e\x43\xdf\x70\x7f\xc5\x1c\x8a\x30\xfb\x1f\x2f\x26\x05\xcb\xfd\x3a\x1c\x99\x0f\xba\xac\xa1\x9d\x7b\xff\x8f\x99\xac\x33\xb3\x67\x27\xeb\xc8\xe8\x1c\xa2\xf9\x2a\x3f\x72\x81\x76\xec\x72\xbb\x5b\x14\x6f\xf7\x55\x3c\xa7\x38\x5a\x56\xc5\x1a\xe6\x65\x4d\xa5\x75\xf1\x42\x95\x71\xda\xa7\x2f\x79\x6c\xc8\x7b\xb8\x9e\x09\xa8\x7e\x07\x5c\x8e\x00\xba\x69\xf0\xbd\x5e\xe9\x24\x7a\x62\x1d\xd0\xab\x15\x70\xe4\x28\xd0\xef\x21\xb0\xff\x2a\xf7\x89\x29\x3a\x06\xe8\x54\x03\x3b\x9f\x03\xfa\x8b\xb8\xaf\xff\x98\x2a\x60\x4b\x1e\x30\x51\x85\xf5\xfd\x2d\xac\xeb\x70\xff\x8c\x89\xc0\x9c\x1b\xc0\xc6\x59\x7c\xdf\x3f\x5d\x19\xf0\xeb\x0e\x6c\xf8\x01\x08\x9b\x07\xa4\xcd\x60\xac\x2e\x35\x1d\x90\x9e\x50\x7a\x1c\x90\x15\x08\xa4\xa9\xb1\x86\x44\x86\x11\x70\x50\x93\xeb\xc5\xe7\x9d\x81\x2d\xd7\xf8\xbb\x6f\x19\x0c\x3c\xf7\x03\x72\x16\x00\x9f\x7e\x06\x32\x44\x7d\x32\xdd\xe9\xbf\xf9\x0f\x2f\xac\x18\x5f\x78\xf4\x2b\xd0\x3a\x9e\xfb\x9d\xb4\x7e\x58\xc7\x7b\xb8\xba\x1c\x68\x53\x0c\x5c\x30\x04\xda\x2f\x05\xce\xa8\x03\x5d\xae\x03\x15\xba\x40\x0f\x1f\xe0\x50\x35\x6b\xff\xee\x55\x07\x06\x5a\x01\xbb\x26\x02\x43\x2e\x03\xf9\xb7\x80\x61\xb7\x81\xbc\x04\xc0\xe0\x10\xb0\xe5\x05\x30\xfe\x03\x90\xb1\x1f\xb0\x08\xf9\x1a\xf7\x4f\x7d\xc9\x77\x36\x53\xcf\x80\x98\xab\x6b\x2a\x81\x20\x03\xd6\xb6\x97\xe6\x21\x69\x08\xb0\x46\x1d\x48\xea\x01\x6c\x58\x2f\xed\xb6\xc0\x8e\x0b\x7c\x6f\xfa\x60\x1b\x20\xc3\x0b\xb8\x98\x00\x6c\xba\x04\xdc\x59\x06\x6c\x1e\x06\xbc\x2c\x67\x5e\x44\x8d\xd5\xd7\xf8\x77\xc3\x3e\x00\x32\xff\xa3\x7a\x00\xd0\xc4\x11\xf8\xa9\x05\xd0\xe8\x36\x70\x33\x07\x68\x7e\x0a\xb8\x52\x0d\x34\xbf\x01\x9c\x4b\x03\x5a\x2d\x61\x6c\xb9\x5d\x13\xc6\xfd\x3b\x27\x02\x7b\x3f\x02\xdd\x43\x81\xa2\x16\x40\xaf\xf6\x40\xc1\x3d\xd6\xc3\xc8\x8d\xe0\xfb\xdc\x5b\x22\xb9\xe6\x9a\xd9\x07\x30\xd2\x05\xd2\xd5\x01\xb3\x02\x20\x75\x10\x60\x63\x51\x87\xfb\x27\xc5\x49\x19\x3f\x90\x90\xce\x18\x47\x5c\x11\x63\x77\xab\x0d\x81\xe8\xee\x5c\xa3\x5d\x1d\x00\x24\x54\xf3\xce\xb3\x7a\x19\x50\xe0\x0c\xa4\x84\x03\x07\xe3\x99\x3f\xf1\x9d\x15\xe3\xea\xb7\xaa\x81\xb4\xdd\xc0\x8b\xf1\x5f\xf7\x81\x68\x68\xbf\xac\x83\x20\xf3\x3e\xfe\x17\xef\xe1\xcc\x35\xa0\xf9\x52\xe0\x98\x13\xd0\x7c\x37\x70\x40\x1f\x68\x17\x04\x94\x7d\x07\xa8\x2e\x60\xbd\x83\xee\xe7\x81\xbc\xeb\x8c\xeb\x4a\x51\x52\xda\x68\xe5\x3e\x07\xe9\xd7\x01\x43\x67\xf6\x73\xe9\x44\x93\x50\xcc\xf7\x35\xe3\x8e\x01\xd3\x77\x01\x31\x6a\x80\x7d\x19\xdf\xff\x96\x4e\x66\xab\xa6\x32\xf6\x11\xfb\x07\x10\xbe\x56\xca\x0a\x81\x35\x97\x81\x15\xef\x98\x13\xb3\xca\x0b\xc8\x6f\x05\x24\x1e\x05\x0e\x26\x01\x89\x29\xc0\xd9\x35\x80\x14\xd5\xee\xb6\x60\xfb\xff\xac\x06\x92\x6a\xb8\x7e\xdf\xd0\xfe\x5a\x1d\x00\x81\x03\xcb\x78\xff\x4f\xe2\x82\xf7\xb7\x78\x0f\xa7\x7a\x01\xd2\xf9\x50\x3a\xe3\x4b\xf3\xb2\xcf\x83\xfd\x48\xee\xf3\x50\xf0\x07\xeb\xec\x64\xdd\x60\xff\xc8\xb8\x0b\x68\xfc\x0c\xa4\x2d\x00\xb4\xf4\x80\xb5\xaf\x19\x63\x58\xa3\x0d\x18\x57\x02\xf1\x6d\x80\x49\xad\x80\xe8\x34\xc0\x7a\x11\xe3\xfa\x8e\x16\x40\x54\x73\x60\xbe\x2a\x10\x61\x0c\x2c\xfe\x08\x44\xbe\x01\xc2\x4c\xf8\xe7\x09\x7f\x02\x11\x3f\x00\xe9\x6e\x8c\x97\xe7\xbf\x07\x56\x8c\x06\xf6\xbb\x01\x31\x4d\xb8\x5f\xce\xca\x6e\x80\x74\xde\x96\x72\x4d\xc9\xd7\xe3\x9c\xff\x6f\xfb\x65\x1e\x80\x3c\x0f\x77\x23\xea\xdb\x2f\xf3\x1e\xce\x8b\x6a\x89\xcc\x7b\x38\x22\xea\x99\xb5\x7d\x1e\xa2\x81\xa6\x39\xc0\xd6\x39\xdc\x67\x68\x53\x20\xd0\xa9\x1f\xf7\x2d\xe9\x69\x0d\x24\x9f\x06\x06\xc5\xf1\x7a\x1f\x66\x0d\xc4\x0e\x03\x0c\x5e\x01\x31\x4a\xc0\xc4\x13\x40\xd8\x3d\x60\x4a\x05\xb0\xec\x12\xe3\xdd\xc1\x16\xa0\x9b\x0e\xc1\x76\x80\xb7\x07\x10\x7a\x8e\xf9\x41\x61\xff\x00\x89\x3b\x18\xe7\x4f\xd7\x01\x42\xff\x04\xb6\x2f\x01\xc2\x36\x01\xfb\x7c\x81\x88\x5d\xdc\xb3\x2b\xc2\x89\xfb\xc4\x48\x47\xed\x17\x3f\x7f\xa1\x03\xf1\x0d\xfd\x8b\x85\xfa\x0d\xf0\xee\x86\x7d\x5f\x1a\xe8\x5e\x1c\xfb\x85\xc7\xf2\x66\x62\x17\xfc\x97\xc7\x6d\x02\x1f\x95\x76\xd1\xc6\xab\x81\xb4\x3e\x40\x9b\xb9\x40\xea\x3b\xa0\x9b\x33\xfb\xb3\x34\x1f\xb1\xb9\x52\xae\xc1\x7a\xf7\xa3\xb2\x80\x70\x2b\xc0\xb8\x14\x58\xb6\x0b\xb0\x88\x05\x42\x5a\x03\x33\xd3\x81\x00\x7b\xc0\x65\x01\xe0\x67\xcf\x18\xb6\x7f\x08\xb0\xcc\x10\x08\x2e\x01\x56\x37\x05\x82\x5e\x00\x1b\xf7\x03\xc1\x0f\xb9\xb6\x1c\x18\x0a\x1c\x18\x08\x2c\xbb\x07\x5c\x38\x01\x2c\x6b\x01\xfc\x14\xc3\xff\xe7\xd5\xcb\x6f\xeb\x40\xcc\x7b\x51\x1f\x0f\xff\xe9\xe6\x37\xd6\xc3\x37\x74\x2f\x64\xfe\xc7\x4e\x91\x1d\xe6\xaa\x73\x7f\x98\x0c\x81\xff\x4b\xf1\xbe\xc9\xf7\x75\x7a\x07\x2b\x27\x00\xdd\x0a\x80\xe8\xf6\x40\xff\x16\x40\x48\x22\xa0\xab\x06\x04\xb7\x04\xc6\x2c\x03\xfc\xb3\x81\x49\x46\x80\xcf\x51\xc0\xd6\x07\xf0\x75\x06\x9c\xee\x01\x8b\xa7\x02\x1e\xc6\xc0\x52\x25\xd1\xff\x81\x94\x34\x01\xdf\x6d\x1c\x27\x97\xfe\x01\xec\xf4\x05\x96\x18\x33\x33\xd5\x4f\x68\x18\xf9\xd7\x00\x3f\x47\x00\x52\xf2\xf3\xfe\x44\x9d\xdf\xcb\xcf\xfd\x5b\x3a\x10\x3f\xfd\xdc\xc0\xfe\xab\xf5\xfd\xe0\x2b\xdd\x8b\x06\xfd\x2e\x72\x44\xd5\x75\x83\x38\x45\xae\x71\xe5\x78\xb2\x62\x17\xd0\x4c\x03\x08\x8f\xe4\x7e\x64\xcb\xfc\x01\xf5\x5b\x40\x40\x20\x30\xe4\x2d\xb0\x64\x1e\xa0\x37\x15\xf0\xfe\xc4\xbc\x18\xcf\x2c\xee\x3f\xb7\xf0\x4f\xc0\x61\x0d\x30\xef\x06\xf7\x7f\x98\x6f\x07\x04\xb5\x03\x3c\xad\x80\xb8\x7f\x01\xcf\x59\x3c\x0f\x9e\xb9\xc0\x0e\x1f\xc0\x73\x36\x70\x30\xa8\x4e\x07\x62\xd1\x34\xe0\xc1\x75\x60\xf1\x10\xe0\xc3\xcf\xc0\x5c\x8d\xfa\xfc\x8f\x86\xfa\x17\x53\x8e\xf0\x58\xdb\xf7\xe5\x5b\x7e\xd0\xa0\xef\xc9\xff\xe2\x7f\x24\x08\xfc\x37\x32\x8f\xc7\xa0\x07\x40\x4b\x5b\xc0\xef\x01\xd0\xf9\x27\xc0\xab\x35\xd0\x57\x7a\xd6\xbe\x80\xee\x09\xc0\xbd\x08\x18\xfb\x16\x70\xb7\x64\x4c\xdb\x35\x01\xb0\xef\x0a\xb8\x3e\x67\x1e\xe1\x9c\x37\xcc\xaf\x9d\xdb\x8a\x7d\xcc\x51\xca\xa1\x0e\x03\x4e\x41\xc0\x76\x77\xc0\xfe\x0f\xe0\xe0\x55\xe6\x43\x5c\x50\xab\xd3\x81\x98\xb3\x03\xf8\xd0\xe5\x6b\xfe\xc7\x94\x7c\x1e\x65\x3d\x04\x99\x0f\x50\x6b\xbf\xa8\x96\x9c\x11\xfa\x28\xdf\xec\x7b\x22\xf0\xfc\x3c\xc1\x8b\xca\x14\xa7\x85\xf5\x42\x07\x40\xe6\x7f\x84\x09\x74\x62\xe9\x78\x40\xe9\x31\xe0\x1d\x07\xb4\x3f\xc3\x76\xf7\x78\x03\xb8\x0c\x05\x06\x47\x01\x8e\x19\xc0\xa8\xc7\x80\xc3\x68\xee\x33\x36\x33\x95\xf1\x6e\xfb\xa7\xc0\xfc\x35\xac\x31\xb5\x34\x07\x98\xee\x0d\xc4\x26\x02\xd3\xb6\x0b\x1d\x08\xe9\x24\xe5\x0c\xd8\x56\x01\x07\xbf\xab\xd3\x81\x98\x6e\x07\xdc\x33\x02\xa6\x0e\x00\xfe\xd4\xf9\xa2\xff\x49\x83\x3e\x20\x32\x1f\x40\xe6\x41\xc8\xfd\x7f\x64\x1e\x94\xec\x07\x87\x85\xfe\x81\xac\x7f\x52\xeb\x07\x32\xff\x43\xf8\x4d\x2d\xff\x43\xee\xca\x2d\x74\x53\x64\xfd\x0b\x9f\x4c\x1e\xe7\x9d\x66\xbd\xa9\x39\xef\x81\xce\x53\x81\x99\x7b\x80\x7e\xeb\xeb\xf8\x0f\x33\xec\x80\x89\x4a\x80\xb5\x29\xdb\x66\xdd\x1a\x70\x6b\x0d\x58\x2a\x71\x1e\x61\x61\x0c\xac\xbc\x07\x98\x67\x32\xc7\xd8\xac\x05\xeb\xa3\x4c\x3a\x07\x1c\x6d\x01\x98\x2d\x01\x2e\x1f\x03\x4c\xcb\x80\x7b\xad\x39\x87\x7f\x1f\x5e\xf7\xbc\xe5\x3e\x20\xba\x63\x04\x0f\xe2\xb7\xfa\x7c\x80\xff\xa9\x7f\xf2\xfa\x1b\x7e\x20\xf3\x3f\x04\x56\x2a\xeb\xa0\x44\x8b\xbf\x93\x79\x30\x72\x75\xda\xb1\x90\xc7\x69\xd7\x81\xd6\x27\x00\xdb\x00\x40\x0a\xb1\xe6\x4b\x80\x21\x79\x80\xd9\x51\xc0\xf0\x32\x60\x1a\x0c\x58\xc5\x70\xcc\x98\xeb\xca\xbc\x0e\x69\x1e\xc6\x97\x32\xe7\xce\xd0\x9b\xb9\xd7\x86\x67\x79\x1e\xf4\x4b\x81\x43\x25\x80\x41\x37\xee\x75\x68\xa0\xc7\xfe\x20\x3d\xe7\xb7\xaf\xeb\xf4\x2f\x64\xde\x47\xaf\xcf\x3c\x76\xbf\xc8\x63\x17\x11\x47\xcf\x7e\xfc\x6f\xfb\x65\xdc\x73\x97\xe0\x79\xc8\xb8\xef\xb7\xf8\x1f\x72\xff\x93\x30\xf1\x3e\x32\x0f\x66\xbe\xe8\xce\x3c\x5b\xac\xb3\x29\xbe\x80\xd2\x55\xc0\xb4\x19\xe7\x19\xc6\xff\x00\xfd\xcb\x01\xa3\x95\x80\x7e\x25\x30\xda\x0c\xb0\x38\xc8\x39\x97\x53\x15\x30\xe2\x14\xe0\x37\x96\xb9\xfc\x2b\xc6\x03\x3a\xae\x9c\x2b\x6a\xde\x05\x76\x44\xf3\x5e\x2c\x9d\x2f\x06\xaa\xf1\xba\x18\x30\x07\xb8\xeb\x0c\x68\x5c\x07\xde\x0c\x01\x7a\x79\x08\x7b\x9f\x09\x1e\x84\x22\x8f\xad\x84\x7f\xb4\xb8\xc7\xe3\x49\xf5\xfa\xf6\x7f\x53\xff\x44\xe4\x53\x5f\xf1\x3f\x04\x8f\x24\x4a\xf0\x06\xbe\xe2\x3f\x88\xd3\xf6\x0c\xf1\xfb\x09\xa2\xaf\xd4\xe8\x6d\x40\x9b\x6d\xc0\xc8\x7e\x40\xaf\x5e\xc0\x30\x5d\xee\x3f\xa7\x55\xc2\xdc\x1f\xc9\x3e\x69\x1e\xfa\xe7\x01\x4b\x54\x00\x8d\x8e\xc0\x0a\x3b\xa0\x97\x22\x2b\x3f\xf7\x1c\x0f\x14\xe8\x00\xdd\x97\x30\x87\xaf\x8b\x3b\x70\x21\x1a\xe8\x18\x08\xdc\x99\xce\xb9\xed\x6b\x2f\x40\x55\xe8\xc0\xb4\x10\xf1\xa0\x89\xd8\x1f\x14\x44\x9f\x18\x85\x62\x1e\x1b\xf2\x3f\x1a\xea\x9f\xd4\xae\x83\x06\xfc\x8f\xd5\x22\x9e\xca\xdd\xfa\x83\xa3\x79\xf4\xf5\xe5\x71\x81\xe0\xcf\xd4\xf2\x60\xc4\xdf\x19\x0b\x9d\x11\x2d\x25\xa0\xd1\x5c\x60\xe0\x18\xa0\x6b\x5b\xa0\x6f\x30\xa0\x7d\x96\xd7\xca\xc4\x59\x40\x77\x27\x60\xf6\x62\xa0\x53\x21\xe0\xd5\x0f\xe8\x60\x07\x84\x9f\x03\x54\x1a\x03\xc9\xef\x81\x36\xa3\x81\xdc\xbf\x80\x56\x0b\x80\x3d\xff\x00\xca\x0f\x81\xd3\x0a\x40\xb3\x6d\xc0\x4d\x7b\xa0\xe9\x18\xe0\x97\x85\x40\xe3\x1c\xe0\xd3\xe2\x3a\xbe\xc7\xb7\xc6\xaf\xf8\x1f\x9b\xeb\xaf\x83\x8c\x6b\xf5\xed\x5f\x23\xaa\x8b\x31\xe2\x3c\x12\xf2\x98\xbb\x91\x2f\x09\x62\x3d\x14\x59\x07\xc5\x85\xd4\x92\x80\x69\xd9\x4d\x49\xf7\xc1\xf4\x4c\x33\xba\xff\x38\xc2\x5b\x99\xf0\x75\xf5\xae\x2d\x49\x9d\xba\xc3\xf6\x36\x63\xdb\x79\x02\x6d\xe3\xdb\x1c\x1a\xd0\x08\x68\x11\xd0\x76\xe9\xd8\x16\x40\xd3\x59\x6d\x13\xa7\xb5\x01\x94\xfc\xdb\x2e\x9d\x4f\xcf\xa0\xed\xf4\x10\xae\x7c\x6a\xae\xa1\xb5\xd7\xfa\xda\x16\xf2\xe1\x56\xbf\x95\x52\x0e\xd3\xf2\xbb\x93\x84\x20\xb6\xb4\xbd\x4e\x7b\x5f\x8b\xd1\x4f\xc9\xd7\x9b\x9f\xfe\x9b\xea\x7f\x4d\xc6\x09\xde\xc7\x82\x2f\xf9\x1f\xf2\x58\x52\xf9\x0d\xfb\x45\x3e\xb0\xfe\x08\xf3\x7e\xd6\xa8\xb0\xfe\x4b\x74\x75\x73\xca\x18\x96\xa5\xb5\xa1\x95\xb3\x64\x60\x2b\xfa\xcb\x05\x27\x18\xb5\x76\x7e\xc7\xfa\x19\xd3\xdb\xb0\x4a\xb9\xd9\x22\x46\x27\x0c\x7c\xbb\xd1\xbd\xe0\xfe\x47\xbb\x53\x35\xb5\xdd\xaa\x9e\x39\xfc\x09\xbd\x95\x9b\xd1\xfd\xc4\xde\x7a\xac\x24\xd2\x3b\xc5\x80\x2a\xa2\xea\x33\x59\x49\xa0\xe7\xbd\xf9\xb4\xf7\xa8\x97\xf1\x0d\x52\xb5\x97\xab\xc9\x6e\xb5\x4b\x5b\x08\x61\xe8\x7e\xa0\x84\x2e\x38\x77\xfd\xa7\x82\x9e\x40\xb7\xc1\xd7\xa8\x5e\xdd\xc5\xeb\x09\x05\xe9\x2e\x15\x7f\x93\xc2\x49\x07\x31\x0f\x6d\x86\xf1\xa8\x2c\xfa\xc2\x34\x99\x24\x8d\x0d\xed\xdf\xf4\x0a\x94\x01\xad\xab\x69\xce\x7d\x60\xd4\x99\x07\x23\xf3\x5f\x96\xbb\xa9\xf0\xed\xf1\xf4\xce\x54\xe7\xf6\x9c\xd8\x8d\xef\xff\xb7\x51\xa7\xc8\x30\x63\x0c\xf3\x5e\x26\x29\xf6\x23\xab\xc6\xdc\xe0\xae\xdc\x5a\x5d\x07\x52\x06\xd2\xdd\x66\x08\x45\x96\xc6\x7e\xda\x02\xf7\xd6\x29\x6c\x41\x6b\x50\x7b\x5e\x1f\x8a\x1d\x3a\xdf\x19\x50\xbd\x4c\xf3\x95\x35\x79\x90\x76\xaa\x3b\x21\x29\xda\x3d\x43\xa8\x36\xa0\x95\x98\x40\x95\x3d\xcd\xe6\xdc\xdf\x7f\xf0\x8e\xdd\xb4\x46\x07\x15\x55\x50\x9d\x7a\xd0\x80\xab\x84\x8b\x0c\xc8\x79\x40\x33\x3f\xc0\xfb\x4f\x8a\x55\x7d\xca\xd9\xee\x9e\x83\xff\x1f\x7b\x6f\x1d\x96\xe5\xb6\xfc\x0f\x8f\x5d\x88\x0a\x98\x28\x2a\x58\x98\x84\x28\xd2\xdd\xdd\x9d\x22\xdd\xdd\xa9\x08\x88\x94\x22\x20\x02\x2a\xd8\x85\xdd\xdd\x85\x5b\xdd\xb6\x28\x76\x62\xd1\xb5\xde\x8b\x99\xfb\xd1\x2d\xfb\xf8\x9e\xef\xff\xbf\xb3\xaf\xeb\x5c\x73\x90\x87\xe7\xbe\xd7\x5a\xb3\x66\x66\xcd\x7c\xd6\x67\x48\x8e\xe3\xee\xf3\x12\x2f\xca\x46\x13\xc0\xbc\x7b\xf1\xf9\x81\x88\x4a\xc9\x13\x19\x8e\xb7\xc6\x78\x7d\x90\xd2\x4e\x4c\xc0\x13\x57\x9c\xff\x04\xf4\x8c\xa1\x46\x94\x45\xf4\x91\x9c\x8a\x7d\x74\x9c\xb7\x12\x3b\xbf\x45\x82\x04\x46\x22\x06\x30\x0f\x51\x28\xca\x1d\x84\x1b\x90\x16\x94\xc1\x3c\xff\x14\x63\x59\xb4\xb4\x23\x6a\xe4\xb8\x93\x8c\x22\x17\xc1\x29\xec\x19\xea\x4d\x3f\xd3\x0c\x2a\xae\x93\x45\xdb\xa2\x34\xd2\x08\xcf\x32\x4a\xbd\xdd\x50\x73\x14\x6e\x84\x63\x1d\x4a\xfe\x40\x3a\x56\x0a\x15\xfc\x8b\xf1\xf3\x72\xf5\x94\x01\x95\xcf\x39\x81\x6b\xba\xe8\xdc\x0d\xdc\x2f\x0b\x26\x3f\xc5\x18\x78\x61\xfe\x0f\xf4\x7d\xd2\xbb\x39\xfc\x47\x16\xc9\x19\x5c\xdf\x1c\xe2\x45\x29\xf9\x36\x1c\xab\x7e\x39\xcf\x47\x51\x1f\x90\xf5\xe4\x40\x52\x1b\x26\x63\xa4\x18\xdb\x49\xd9\x74\x1e\x0f\x8c\x8f\xa6\x24\xce\x83\x9b\xe0\x7c\xec\xc6\x6f\x25\x41\x78\x01\x63\xa5\x45\xb8\x1f\xd4\xf3\x09\x37\xb0\x30\x47\x19\xe7\x41\xbc\x4b\x0d\xab\x4d\xe3\xfd\xd5\x70\xd7\x0e\xac\xd0\xe4\x76\xa2\x0e\x87\x2c\xd4\x9a\xcb\x8f\x3b\x4e\x67\x8f\x18\x7e\x52\x57\x64\x21\xd6\x9f\x74\x86\xea\x63\x45\x51\x8f\x11\xcf\xbf\x5e\x12\xd5\xfd\x75\xa2\x52\x71\x26\xb5\xcd\x0a\x11\x17\xa4\xe3\xbf\x09\x33\xcb\x9a\xf1\x87\x31\x9f\xaf\xe9\x7d\x19\xdf\x5c\xb3\x0f\xe1\x83\xd4\xd7\x7f\x46\xdb\xfd\xa7\xbe\x41\x92\x88\x83\xe0\xf5\x81\x5a\x51\x4d\xa8\x9c\x14\xae\x2b\x49\x9c\xbe\x24\xf5\x01\xa9\x58\x80\x38\x21\xff\x95\x8b\x30\x42\x72\x7f\x49\xeb\x68\xfb\x54\x09\xf1\x0f\xa6\xcf\x54\x08\x0f\xf8\x45\x0b\xeb\x12\xca\xc6\x3a\xa8\xad\x12\x15\x7a\xa8\xbd\x62\x7d\x0c\x70\xdf\x08\x55\x1b\x91\x65\xad\x36\xe3\x2c\x8f\x39\x67\x69\xcd\x93\x87\xe3\x13\xcd\x2b\x49\xd3\x2c\x7c\x17\x62\xc5\xcb\x52\x84\x3a\x93\x98\x7f\xa6\xba\xbf\xc5\xa9\x40\xd2\xbc\x25\xc9\x38\xe3\x96\x8e\x05\xf8\x64\x0b\x6e\x4f\x9b\x15\x1e\xc0\x3c\xbc\xc9\x99\x73\x38\x9f\xa6\xb5\xf7\xf0\x8d\x8d\xde\xbc\x41\xfb\x61\x5c\xd8\x4e\x9d\x2a\x1e\xb2\xdf\x78\x51\x88\x37\x66\x45\x35\xe1\x9d\xd2\x1a\x24\x31\x52\x88\x37\x96\xc1\xba\x44\xd4\x44\x62\x1f\xe0\xf1\xc0\xf0\xfa\x21\x39\xd6\x68\xe3\xae\xb3\x70\x20\x9e\x10\x7d\x51\x3d\x7c\x3b\xd5\x44\x53\xaa\x77\x5e\x30\xc5\x6a\x02\x0f\x07\x33\xc1\xd2\x82\xf8\x81\xb2\x78\x7c\x30\x3c\x1c\x0c\x4f\x3a\xd6\x90\x85\x75\xac\xa1\xbe\xf6\x8e\x35\xa4\x61\x0e\xfe\x5a\xa8\x51\x8e\xa5\x76\x79\xf4\xb3\x2f\xee\x50\x67\x95\x84\x7c\xfa\xdc\x0a\x3c\xcb\x38\xdd\x28\xbb\x4f\xbf\xdf\x49\xf8\x19\xa7\x53\xa8\x47\xf6\xc7\xe9\xec\x64\xa7\xf0\x02\xf3\xf5\x36\xea\x94\xa7\xb7\x96\xa5\xfb\xed\x84\xff\xe0\xcd\x0b\x8f\x07\x27\x09\x48\x9f\x23\x32\x29\x40\x0e\xa8\xd3\xc4\xd5\xf1\x3c\xae\x8f\xef\xeb\x7c\x83\xfa\x22\x59\x25\x9b\xe1\xdb\x19\x5d\x33\xc3\xfa\x8f\x96\x90\x15\xae\xab\xbc\x92\x2d\xda\x07\x49\x49\x3b\xfc\x02\xd1\x5a\xea\xd6\x30\x5a\xcd\x89\xf6\x83\x81\x1b\xc7\xd8\xe7\xc1\x79\xea\x25\x22\x84\x03\xf1\x16\xa1\xa3\x88\x87\xfb\x54\xb4\x87\x1e\x72\x32\xdc\xbf\x6b\xe3\x93\x3d\x7d\x6d\x50\xdf\xbd\x2b\x89\x81\xc2\x27\x29\x0e\xeb\xc1\x3e\x0f\x57\xe0\x59\xd8\x27\x75\xdd\x39\xfa\xfc\x36\xd4\x40\x6f\xd3\x93\x88\x17\xf3\xc8\xa2\x5c\x92\xc7\xd8\xc7\x68\xe9\x79\xb8\x18\xd7\xd4\x4e\x8c\x11\x1c\x39\x7e\x10\xe2\x45\x49\xb8\xa5\x88\x55\xb0\x88\x3a\x0d\xd4\xc6\xc0\xdd\x7a\x68\xa5\xbc\x2e\xd1\xfa\xba\x54\x5b\xe1\xfd\x5e\x9b\x67\x36\x58\xb7\x37\x9d\x49\xfd\x9f\xf4\x22\x9d\xd0\xfe\xff\xc4\xc1\x3c\x70\x45\xd6\xf4\x99\xb7\x88\xcd\x65\x42\xcd\x12\xdc\x67\x02\x6b\x97\xa0\x7f\xe8\x75\xda\x87\xab\xdf\xf0\x78\x61\x82\x0e\xf5\xc2\x7a\x4c\x60\xb9\x20\x8e\x37\x58\x80\xf4\x21\xb0\x9c\xea\x38\xc1\xe7\xe8\x7e\x77\x48\x92\x35\xfa\xc3\xb0\x09\x84\x1f\x0c\x61\x51\x18\xdb\x05\x67\xa5\x2b\xd1\xef\x8b\xf0\xe7\xa0\xeb\x5b\xb0\x9e\x15\x2a\x4e\x37\x86\x83\x9d\xaf\xe0\x3e\x09\x72\xbd\xcf\x68\x65\xdf\xa3\x7e\xf8\x67\xb5\x63\x6e\xc5\x2b\x93\xe6\xc1\x4d\xb4\x5b\x46\x9f\xa3\x03\x77\xa8\xb3\x29\xd6\xad\xbc\x23\xad\xb0\x4f\x9a\xbb\xbb\xed\x5c\xd2\x2e\x47\x8e\x07\x84\x70\x21\x06\x7a\x34\x4e\x8d\x06\xc2\x49\xf0\x70\x30\x92\x82\xde\x68\xbd\xa6\x1d\x26\x9e\x94\x71\xf5\x74\xc2\xe2\xdb\x10\x48\x76\xe0\x27\x2f\x4c\x04\xa7\x0f\xd1\xd1\xc4\xff\x10\xdd\x47\x08\xfd\x7b\xb4\xdf\x54\xc4\x87\x46\xff\x45\xf7\xbb\x63\x36\x6b\xe0\x37\xc6\xae\xb5\x42\x1c\x43\x74\xec\x62\xac\x4f\xc5\x28\xd0\x37\xc5\x38\xa5\x61\x6c\x17\x93\xbd\x1a\xcf\x02\x31\x91\x1b\x11\x69\x10\xfd\x75\x1f\x56\x98\x63\xc2\x2e\xa2\x25\x8e\xca\xb9\x8b\xf6\x22\x72\xf0\x0b\x8c\x5c\x78\xb8\x98\x50\xae\x5f\x92\x7f\x3f\xcc\xdb\xba\x58\x3d\xa1\xd9\x22\x5e\x14\x8f\x70\x47\x5c\x3f\x27\x31\x57\x44\x8d\x58\xe7\x53\x7f\x24\x63\x75\x8a\x94\x75\xbe\xf9\xa0\x1f\x54\x89\xa7\x71\x2e\x1a\x12\x84\x55\xf5\x39\x89\xc4\x1b\x22\xe6\x10\x8a\x7d\x33\x46\xd5\x85\xe1\x3e\x18\x54\x13\xcd\x8d\x3b\xf6\x00\x49\x1e\x1e\x26\xf9\x2d\xdd\xf7\x4f\x4e\x15\xc2\xb8\x20\xc9\x65\x1a\x6e\x90\x84\x95\xd2\xb8\xbf\x53\xa6\x6a\x62\x5c\x90\x9c\x68\x8e\x08\xc6\x94\x4c\x37\xdc\xe7\xa9\xdb\x43\xf1\x8d\x52\xf6\xa7\x60\x65\x3e\xd5\xa3\x00\xbf\x31\xe5\xde\x06\xd4\xd0\xe4\xf6\xdd\x98\x6b\x4c\xae\x3c\x85\x75\xed\x24\xb8\x49\xbc\x32\x36\x75\x68\x47\x12\x4a\xbe\xe0\x08\x79\xb8\x98\x48\xec\xbf\x17\xc8\xed\x63\x4f\x2d\x37\xfc\xad\x0b\x2c\xc1\x93\x82\xed\x2b\xe2\x85\x31\xdf\xe9\x8d\xeb\xa9\x5f\x19\x80\xde\x58\x53\x2c\x08\xbd\xba\xfc\xb3\x50\x7c\xba\x54\x19\x9d\xb0\xc5\x6b\x08\x1f\x32\x61\x5c\x2c\x5a\xa3\x11\xdf\xe8\xe6\x41\xbf\x73\x89\x5c\xc6\x97\x77\x22\x5f\xc6\xe1\x62\x32\x44\xfa\x21\x72\x86\x87\x87\xc9\x34\x9c\x86\xfa\x9a\xa9\x2c\x43\x7d\x91\x98\x06\xc6\xcf\x99\x49\x66\x84\x93\x31\x74\xc5\xbb\x1d\x59\xde\xc1\x8c\x3e\x97\x88\xf6\x21\xb3\x2b\x17\xf9\x2d\xb2\xc4\x2b\x66\xd1\xe7\x77\x61\xee\x24\xa3\xf6\x44\x2d\x3d\x87\xea\xbc\xcb\x9e\x3c\x46\xbd\x58\x7a\xee\x2d\xf2\xf0\xa4\xe9\xb5\xac\x87\x9f\xb8\x18\x2f\xb9\x25\x18\x47\xb9\x49\x78\xa1\x36\x39\x8a\xf8\xa3\x77\xb1\x96\x0a\x24\x9e\xc0\x9d\xd4\x17\x4a\x67\x02\x11\xd9\xfe\xc4\xc1\xec\x89\x46\x5e\xb0\x79\xcd\xd4\x4f\x65\xba\x74\x62\x2d\xed\x07\x72\x8b\xfc\xd9\x69\x68\x9d\x7a\x1f\x4d\x9f\x4e\xe3\xce\xe4\x4e\x2a\x3f\xf1\x30\x09\xfd\x11\xaf\xc3\xc3\xc3\xe4\xd5\xd0\x7d\xff\x82\x1b\x32\xe8\xff\x0b\x8c\x34\xd0\xdf\xe5\x1d\x37\xa3\xbe\x49\x35\x54\xf7\x2f\x50\x0f\xc4\x7a\x7d\xfe\x43\x2a\x08\x17\x98\x67\xa3\x7f\x2d\x78\x50\x86\xfc\x01\xf9\x9d\xdb\x75\x48\x1e\xc5\xfe\x27\xb9\xfe\x97\x4d\xe8\xb9\x64\x27\xb2\xb3\xde\xe0\xef\x57\x4a\x34\x62\x6e\x91\x70\x31\xee\xfb\x7d\x70\xbc\x4e\x39\x41\xf8\x16\x76\x42\xa1\xa8\x4d\xbc\xbe\x50\xfa\xfa\xc4\x87\xa3\xd1\x8f\x78\x52\x94\x7a\x53\x77\x1a\x1e\x0e\x66\x56\x5d\x1a\xee\x17\xd1\x3a\xea\xe6\x34\x2e\x8c\x78\x61\x06\x27\x65\x49\xfe\x3e\xee\x55\x9e\x24\x79\x78\x98\x12\xad\x7e\xc8\xe7\x50\xe2\x2d\x84\x1a\x58\x7c\x6c\x0a\x22\x0d\xd6\xf6\x22\x3b\x59\x3c\x82\x3c\x75\xf1\x2b\x53\xfc\xc6\xa2\x5a\x47\x7c\x83\x62\x9f\x00\xdc\x4f\x25\x45\x09\xb8\xfe\xc5\xe7\x32\x09\x07\x53\x44\xb9\xa1\x12\x05\x8a\x2f\x8b\xcf\x1d\xed\x47\xf2\x32\xe1\x61\x46\xfc\x8d\x1a\x5c\xa4\xf7\x0e\xf1\x10\x6b\xf2\x9b\xf0\xef\x88\x17\xc5\xcd\x33\x14\xbd\xd0\x4f\x1c\x90\x4a\x0c\x66\x4c\x8c\xad\xe3\x71\xd7\xea\x8a\x24\xa2\x9f\x54\x75\xa3\x1b\x57\x8b\xee\xa5\x63\x5c\x25\xb9\x9e\xfa\xc8\xcc\x08\xcf\x44\xd4\xe2\x44\x89\x15\xe8\x37\x46\x7e\xcc\x41\x2b\x3e\xc4\x38\x8f\xc3\x3b\xf0\xfa\x44\xf5\xc4\xc3\xac\xf7\xee\x87\x38\x95\x8a\x92\x91\xa8\xc7\xeb\x07\x4d\xc1\x19\xaf\xb0\x91\xc6\x4e\x35\x15\xaf\x55\x71\x7f\x94\xad\xa3\x33\x7b\x85\x83\x23\x9e\x68\xd6\xef\xf3\xc7\xb3\x7b\xc5\x1e\x3a\x77\xad\x77\xc9\xc4\x9c\xe1\x7a\x28\x42\xfb\xb2\x51\x76\x0b\x8e\xbb\x62\xd1\x01\x1c\x77\xb9\xe4\x79\xc4\xc5\x95\x33\xea\xb3\x56\x3e\xfe\x15\xda\xd7\x75\xef\xbf\x23\x13\xda\x3a\xc4\x57\x3b\x5c\x8a\x44\x34\x09\x8f\x0f\xc7\xbc\x22\x19\xd7\x51\xb7\x86\x32\x0b\xea\xf9\xe9\x18\x9d\x2b\x25\x65\x60\xf4\xbe\x60\xc0\x0a\x9c\x97\x79\x47\x73\xf0\xa9\xd3\x56\xe6\xa1\x3d\x10\x31\xcf\x47\xaf\xcf\xeb\x13\x35\x48\x84\xc7\x8b\x53\xc2\x65\xbc\xfe\x88\x87\x19\x41\x27\x99\x4d\xf9\x53\x70\x1f\x6c\x92\x20\x22\x99\x4d\x47\x94\xd1\x4f\x6e\x96\xa3\x4e\x7f\x9b\x14\x28\x97\xb1\xd9\x8f\x2c\xf5\xa6\x61\xf4\xe6\x9b\x47\x91\xff\xdc\x32\x84\xf8\x18\x37\x2d\xaa\x44\xfb\xb9\xe9\xf3\x3e\x25\xfa\xbb\x33\x2d\x24\x6f\xa2\x27\xa8\x1a\xf1\x1c\x99\x8d\xaa\xb2\xea\xf1\x5c\x57\xb9\x8a\xf5\x05\xb0\x7d\x43\xfb\xd9\x62\x2b\xf5\x87\x32\xce\x5e\x8e\xb3\xa9\x1b\x48\x7d\x73\xd4\x6a\x89\x2f\xa4\x67\x7f\xa8\x39\xce\x84\x7b\x9a\x3a\xa0\x10\x2b\x20\xc2\xc7\xa9\x3b\xcb\x08\x11\xd2\xce\x7e\x3f\xca\x29\x20\xb3\xed\xd9\x2f\x89\x87\x87\xd9\x31\xb9\x3f\xf1\xc1\x78\x8f\x44\x7f\xb9\xb3\x5a\x94\xf0\x2f\x59\x92\xf8\x0d\x3b\x4f\x2b\xe3\x8e\xdb\x51\x65\x88\x4f\xda\x51\x6a\x87\xe7\xaa\x9d\xf3\xbd\xd1\xa2\xed\x1c\x1d\x89\xb5\x95\x9d\x4e\x4b\x71\x9d\x77\x7e\xa4\x37\xda\x29\xbe\x1e\x71\x75\x3b\xa4\xe8\x6e\xe1\xce\xa8\xd3\xb8\x0f\x76\x28\xdf\x40\x04\xfc\xce\x93\xcf\x10\x3f\xb4\x63\xee\x27\xfc\xbe\x6d\x9f\xdb\x0a\x00\x5e\xa8\x53\x3d\xff\xbf\xe1\x1e\x4e\x5b\x01\x08\x6e\xa5\xbb\x50\x63\x7c\x00\xf6\xc7\x50\x3d\xb7\xba\x06\x60\xe2\x37\xe2\x3b\x10\x7b\x00\xb0\xc5\xb0\xfb\x44\x47\x7d\x4b\xa4\x8d\x01\xd6\x5e\xa0\x3e\xf6\x6b\x63\x01\xd4\xb2\x00\x0a\x9a\x01\xb4\x2d\x01\xf2\xc3\x00\x4c\x5c\xff\x51\xf7\x97\x00\xe8\xf6\x58\x19\x93\x01\x3c\x37\x74\x7b\x01\x80\x50\x33\x80\x15\xfc\x74\xe7\x2b\x6b\x3b\x40\x86\x38\x40\x96\x01\x40\xc1\x19\xfa\x7c\xc5\x1e\x80\xec\x41\x94\x43\xcb\xab\xa1\xde\xc2\x45\xea\x00\xb7\x7a\xff\xa3\xff\xc1\x63\x80\x6f\x25\xff\xee\x83\x91\xc9\xf1\x7c\xf3\xfa\x20\xbc\x10\x00\xe0\xab\x06\x78\x7c\x8c\xf8\xa5\xff\xee\x05\x30\xf8\xf6\xbf\x71\x0f\x67\x82\xe8\xfe\x25\xaf\xcf\xc3\xfe\x3d\xc4\x87\xb1\xbd\x9a\xfa\x1b\xf0\xf8\x0e\xaa\xfc\x00\x66\x5c\x02\x28\xbd\x45\xfc\x0f\x3c\x7e\xff\xee\xdd\xa2\xe0\x4f\xfc\x0d\x5a\xa9\x00\xd9\xfb\x01\x0c\xea\x00\x96\x35\x51\x9e\xbe\x7b\xfc\xdd\xfb\x3f\xb5\x2f\x80\xbb\x3d\xc0\xd2\xd3\x00\x81\x57\x01\x52\x1d\x00\xa2\x22\x00\x96\xe5\x01\x2c\xab\x04\x58\x5a\x0a\x90\x5b\x4e\xb9\xeb\xb2\x75\x00\x19\xd7\x00\x76\x58\x01\xac\x10\x03\x38\x76\x82\xe6\xe5\x8a\x08\xc0\x2a\x47\x80\xda\x06\x80\xc2\x23\x00\xcd\x07\x01\x0a\x42\xa8\xdf\x7d\xcf\x3e\x10\x71\xee\x24\x6b\x95\x01\xfa\x78\x00\xdc\xbb\x0d\xd0\x7b\xf2\xbf\x71\x0f\x17\x03\x01\x06\x8a\x01\x9c\xcd\x04\x18\x14\x0e\x70\xc4\x08\x80\x7f\x38\xdd\x31\x1f\xee\x0f\xb0\xd9\x88\xf8\x64\xaa\x3e\x02\x88\xdc\x06\x28\x9f\x06\x20\x96\x04\x50\xb2\x17\x60\xa6\x27\x40\x61\x03\x80\xb4\x13\x40\x81\x06\x80\xfc\x57\x80\x6c\x53\x00\xd5\x50\x42\x95\xea\x25\x01\xa4\xf9\x53\x5d\x33\x65\x3e\x80\xed\x29\xaa\x65\xba\x7a\x53\x3d\xb0\xdb\x0e\x24\x26\x03\x74\x7b\xac\xe4\x6c\x80\xa5\x43\x01\x52\xe5\xb8\x7b\xff\x29\x00\x65\x81\x00\x4b\x63\x00\x76\x28\x02\x2c\x13\x01\x38\x2a\x02\x90\x75\x03\xe0\x86\x29\x40\xd6\x24\x80\x27\xe5\xff\xee\x03\xc1\xeb\x03\xc2\xc3\x7f\x44\x8d\x26\xf9\xa8\x94\xea\xb4\xff\xaa\xf3\x76\xfb\x62\xdd\xff\x80\x7b\x48\x06\x18\xf0\x04\x60\x5b\x27\xc0\xc0\x59\x00\x55\xe7\x00\x86\xeb\x03\x94\xd7\x01\x8c\xcc\x05\x28\x31\x07\x18\x7f\x08\x60\xf5\x4e\x80\x69\x7b\x00\x56\xae\x03\x98\x7d\x12\x20\xe3\x3e\xc0\x7c\x1b\x80\xe5\xc6\x00\x4a\x51\x00\x69\x47\x00\xb4\x13\x00\x92\x0e\x53\x9f\x98\x98\xd5\x00\x96\x76\x00\x31\x1d\x00\x2e\xc7\x01\xa2\xb0\xb3\x2a\x40\xac\x1a\xd5\x42\xe2\x9a\xa8\x66\x9a\x5c\x0d\xb0\x4a\x0a\x20\xf9\x16\x40\xc5\x61\x80\xc4\x76\xea\x8f\x92\x60\x0e\x70\xe4\x12\xe5\x8d\xbb\xd7\x30\x55\x96\xea\xff\x69\xe3\x00\xbe\x7b\xfc\x63\xfc\xa7\x7f\x1f\x3f\xaf\x0e\xde\x6d\x17\xa0\xfa\xdf\xf5\xfe\x2b\xce\x24\x79\xb8\x87\xc3\x5c\xdd\x6a\x47\x77\x94\xe8\x49\x18\xad\xbe\xfa\xbf\xfa\x3c\x94\x5e\x02\x18\xfa\xe6\x1f\x7c\x07\x97\x28\xf7\xbc\xc2\x8a\xee\x58\xa6\xdd\x04\x90\xb8\x0b\x90\x1a\x0c\xb0\x48\x00\x20\x39\x08\x40\xc3\x15\x20\xa6\x0a\x40\x7f\x0d\x40\x74\x23\x80\xa5\x29\xf5\x35\xe8\x3e\xc9\x84\x8d\xa7\x79\x88\xae\xe3\xfe\x77\x8e\x38\x2d\x22\x9d\x00\x72\x9d\x68\xbe\xca\x3a\xbb\x4f\x1f\x00\x3b\x7d\x00\xe2\x4c\x00\x8e\xfb\x13\x9e\xe2\x7a\xcb\xaf\x3e\x10\xc9\x6e\x84\x8b\x89\x0e\xf8\x1d\xff\x11\xc8\xff\x3b\x0e\xe0\xbf\xe1\x1e\x7e\xf6\xfb\xe0\x4e\x89\x3f\xf1\x1f\x5c\x9d\x97\xf3\x0a\xb0\xda\x0d\x60\xc0\xbd\xee\x28\x10\xa0\xfb\xfc\xb8\x42\x19\x60\x7c\x2a\xf1\x78\x4c\x7a\x45\xfd\x0e\x66\xd9\x51\x9d\x47\x66\x2e\x40\x64\x14\xe1\xe8\x22\x7e\x00\xe8\x5e\xa5\x3a\xbd\xd9\x2d\x80\xe0\xeb\x00\x0e\x7c\x00\xc1\xbd\x01\x3c\xe5\x69\xbd\xba\x4f\x2a\x91\xcb\x68\x1e\x78\xfc\x07\x91\xf9\x00\xeb\xbf\x00\x84\x74\x02\x6c\x7f\x09\x10\x66\x48\x7c\xf7\xdd\x51\xd0\xcd\x50\x9a\xcf\x6e\x3b\x19\xa3\x00\xd0\xa6\xf0\x6b\xfc\x41\x31\x24\x7b\xf2\x40\xfc\x6b\x3f\xbc\x25\xd9\x93\xef\xa0\x67\xbd\x7b\x23\x57\x8f\xe1\xf5\xbb\xc8\xe5\x6e\x5b\x75\x7b\xdb\x81\x4e\x00\xe9\x3b\x89\x27\x85\xd7\xef\x21\x66\x30\xc0\x94\x6a\xc2\x73\x48\x86\x03\x44\x08\x92\xdd\x0c\xd6\x02\xd0\x3c\x09\x10\x20\x08\xd0\x1d\x27\xf8\x0d\x01\xb0\x0b\x02\xf0\xb5\xa0\x3e\x18\x3e\x0b\x88\xef\x3f\x50\x8a\x74\x3e\xf0\x23\x61\xe8\x02\xb2\x01\x2a\x06\x00\x04\x14\x03\xec\xbe\x0e\x10\xa4\x4f\x36\x3c\x48\x9d\x6c\x7c\xb8\x10\xc0\xbb\x3d\xbf\xc6\xef\xb7\x8a\xec\x24\x0f\xff\xd1\x93\x07\xe2\x5f\xfc\x27\x3c\xde\x0b\xee\x67\x1e\xef\xc5\x5e\x5e\xb7\x48\xae\x8e\xb1\x9e\xc3\x8f\xfc\x89\xef\x20\x39\x91\xfc\x50\xbc\x18\xc0\x18\x59\x80\x10\x17\x80\x09\xee\x00\x81\x42\x00\xe2\x2d\x00\x81\xca\x00\x0b\x0b\x09\xd7\xa0\x92\xf0\x0b\xff\xe0\x51\x09\x60\x9d\x02\xe0\x31\xaa\x3b\xe6\x07\x70\x15\x05\x08\x50\xa0\x9e\x18\x49\xf0\x0f\xfe\x03\x59\x80\xb2\x42\xf2\xb5\xbb\xf8\xe9\xf7\x27\xd3\x01\x3c\x9c\x68\x1e\x7e\xf2\x40\x6c\x25\x9c\xd8\x7f\xe3\x81\xe0\xcd\x03\x8f\xe7\xbf\xa7\x1e\xf4\xec\x7b\xc2\x9b\x87\x72\x8e\x07\x61\x0d\xa7\x4f\xbc\x53\xc4\xcf\x7e\x0f\x93\x01\xfa\x26\x01\x84\xad\x03\x18\x6e\x00\x10\x14\x06\x30\x4e\xa3\xfb\x5c\x4b\xfd\x94\xdc\xef\x03\xcc\x9b\x06\xb0\x98\x8f\x32\xd7\xce\x25\x00\x5a\x40\xb5\x3c\x8b\x6e\xa9\x06\xe0\xea\x4a\xb8\x86\x00\x46\xb2\xfb\xe4\x6a\x33\x02\x60\xc5\x08\x00\x9b\x5d\x00\xeb\x86\x01\x38\x86\x13\x4f\x8c\x9d\x02\xcd\x83\x8d\x25\x40\x4d\x19\x80\x4d\x06\xc0\xcb\x41\xd4\x3f\xa2\x35\xee\xd7\xb8\xf5\x39\x5e\x2d\x1e\xff\x85\x06\x57\xdf\xeb\xc9\x7f\x72\x96\xeb\xff\x72\xf8\x39\xc9\x9e\x75\xff\x4a\xce\x4e\xfc\xc4\x7f\x70\xf5\xbb\x3f\xf1\x3e\x04\x5a\x02\x0c\x9a\x03\xe0\x53\x0b\x20\xb8\x09\xc0\xbd\xdb\xbf\xfe\x00\x70\x2a\x24\x5c\xa1\x5d\x18\x80\xcc\x33\xc2\x88\x75\x9f\xab\x2c\x45\x48\x2f\xac\x32\xa8\x0f\x86\xf9\x01\xc2\x8b\x59\x00\xf9\x54\x53\x11\xea\x2d\x65\xa6\x4c\x3c\x10\xdd\x3f\xef\x52\x00\x30\xbd\x0d\x70\x26\x11\xc0\xd8\x19\xe0\xae\x06\x80\x69\x32\xc0\x2b\x11\x00\x0b\x29\xda\x0f\x3d\xc7\xcd\xc3\x41\xc8\x72\x7d\xd7\x7a\xea\xc1\x9f\xfa\x9e\x6c\xe5\xe6\xe7\x67\xbd\x93\xdb\x0f\x3c\xde\x07\x1e\x0e\x26\x65\xea\xef\xf3\xe0\xc5\xe9\x47\x77\x4c\xd0\x1d\xa7\xd9\xbf\xa6\xf8\xcb\x72\x23\xc0\x94\x02\x00\x53\x2f\xc2\x4b\x19\xd7\x01\x28\x9d\x05\x30\x9d\x0c\x60\xa4\x0c\x60\x50\x0d\x60\xaf\x0b\xa0\x57\x48\x18\x1a\x5d\x11\xe2\xc3\x30\x00\xb2\x0f\xba\xe1\xc4\x9f\xd4\x1d\xa3\xee\x96\xfd\xc5\x03\xa1\x73\x03\xe0\xfe\x4b\x00\x2d\x7d\x80\x0f\xe9\x00\xea\x49\x00\x1d\x97\x7e\x8d\x9b\x87\xfb\xe0\xe1\x1f\x78\x78\x80\x3f\xf1\x3e\xf0\xf4\x60\x07\x97\x55\xae\xe2\x58\x03\xcb\xb8\x7a\x7f\x4f\xfc\xc7\x72\xba\xa5\xfb\x93\xf7\xe1\x67\xdd\x9f\xc3\x97\x59\x06\x01\xf4\x0a\xa6\x75\xed\x8e\x47\x0d\x6f\x91\xfd\xec\x1e\x5f\xb7\x5e\x68\x55\x02\x2c\x7a\x05\xa0\x99\x45\x1c\x1e\xaa\x8b\x00\x6c\x3e\x03\xa8\xcd\x01\xf0\xdb\x49\x78\x8e\x24\x2b\x00\xe5\xd5\x00\x79\x6b\x00\x94\xca\x08\xb3\x2b\x5b\x03\x50\x3d\x0e\x60\xe1\x1e\x9a\x87\x85\xf9\x00\x77\x6a\x01\xe4\x36\x00\x7c\xa8\x05\x58\xd8\x03\xf7\xc1\xe3\xbd\xe0\xf1\x40\x8c\xcb\x26\xc9\xd3\x83\x23\x17\x7f\x1f\xff\x2e\x2e\x7b\xd4\x13\xff\xb1\x56\x9e\xd3\x83\x1e\xf8\x0f\x5e\xff\x93\xd8\x72\x6e\x3f\x74\x92\x74\xe7\xf0\x1f\x96\x1c\x5e\x57\xa7\x92\xfa\x6c\xa9\x4a\x01\x8c\x94\x02\x50\x6a\x22\xde\xc2\x6e\xdf\xd1\xed\x4f\x15\xf4\x01\x74\xf4\x01\xe6\x5b\x03\x58\x65\x02\x48\x55\x02\xf8\x4c\x02\x58\x30\x1a\x20\x71\x2b\x80\x54\x0e\x40\xde\x6c\x80\x39\x97\x00\xd6\x0f\x01\x98\x55\x00\xb0\xc7\x1f\x60\xe6\x24\x9a\x87\x99\x91\x00\x7f\x0b\x00\x4c\x7f\x47\xbd\xe1\xc4\x0a\x08\x5f\x3d\xfe\xe4\xef\xb8\x0f\x1e\x0f\x04\x0f\x0f\xf0\x27\xfe\x93\x9e\xf8\x0f\x1e\xfe\xe5\x5f\xf8\x8f\x1e\xfd\x4f\xa2\x38\xf6\x55\x1e\x0e\xc6\x89\xf3\xc3\x66\x17\x48\xaa\xdd\x21\x29\x57\x0d\x30\x2c\x0d\x40\xe6\x34\xc0\x24\x6b\x80\xb9\x1d\x00\xf3\x8e\x03\x48\x34\x00\x68\x34\x00\xcc\x4c\x06\xb0\x7c\x46\xbd\xfa\xbc\x6b\x00\xa6\x29\x92\x7d\x10\x1d\x02\xb0\xf2\x35\xd9\xda\xf5\x51\xd4\x53\xa5\x7a\x15\xf5\x10\x3d\xb7\x0c\x60\xf4\x0b\x80\x3b\x37\x00\x46\x5b\x02\x7c\x50\x03\x10\x2a\xa6\x79\xe0\xe1\x3e\x06\x73\x7d\x3f\xfa\x73\x7a\xd2\x8b\xf3\xab\x3d\xf1\x1f\xbb\xb8\x2c\xda\xbf\xfa\xdf\x70\x76\x82\x57\xff\xcf\xe4\x78\x4e\x92\xb8\xcf\xf1\x6e\x25\x06\x70\xb7\xd2\x78\xf8\x07\x3b\x0e\x77\x68\xb8\x91\xa4\x12\xe7\x8f\xe7\xce\x04\x18\xa0\x05\x30\x73\x38\xc0\xd8\x0b\x00\x53\x56\x13\xf6\x43\xd4\x0b\x40\xcd\x0b\x60\x7c\x28\x80\xc5\x70\x00\xe1\x4f\x00\x5e\xeb\x01\x46\x3d\x05\x88\xdd\x04\x20\xe0\x04\xb0\xe2\x76\xf7\xf9\x9e\xb0\xab\xfc\x85\x00\xbb\xba\xcf\x82\x93\x00\xce\x60\xdd\x10\xe0\xaf\x52\x80\xfe\x85\x00\x2f\x77\x00\x0c\x28\x06\x68\xef\xff\x6b\xbc\xff\x0d\xff\xb0\x9b\x63\x91\xfd\x6f\xf8\x8f\xac\x43\x24\x79\xf8\x8f\x18\xce\xce\xf2\xf0\x1f\x3c\x1e\x14\x1e\x9b\x3f\x0f\x07\xa3\xcb\x7d\x4e\x56\x83\xa4\x18\x97\xad\x14\x2e\x07\x18\x51\x03\x30\xea\x12\xc0\xb4\xc7\x00\x02\xef\x08\x8f\xce\xef\x0a\x60\x72\x1e\x60\xd0\x5f\x00\x8b\x87\x03\x0c\x58\x02\x10\xb9\x04\xa0\xaf\x34\x40\x46\x0e\x40\xaf\x55\x00\x25\xbc\x9e\x76\xdc\xde\x3c\x41\x4c\xd9\x70\x93\xdb\xcb\x2f\x7c\x49\x36\x71\x0c\xc9\xff\x09\xf7\xc0\x93\x7f\xc4\x7f\xf0\xf8\xc1\xb8\x71\x64\x4f\xfe\x7d\xfc\xbc\x7d\x10\xfa\x9e\xd3\x03\x4e\x5f\x3c\x46\x12\x5e\xc2\xae\x3f\xfd\xfc\x13\x07\x03\x84\x9f\x90\x54\xa4\x2a\x96\xf0\xc5\xbe\xe8\x99\x07\xd7\x0e\xc8\x1b\x78\x15\xa0\x5f\xee\x40\xd1\x89\xdd\x36\xe6\xd9\xc0\xac\x05\x98\xe1\x1a\xe8\x63\x80\xf9\xca\x81\x13\x5c\x31\xc6\x1f\xc0\x1f\x8e\xf7\x95\xfa\x1f\xa3\x7b\x9b\xfd\x27\x96\xe0\xdc\xf6\xfd\xb4\x0d\xc7\xdb\xa7\xf7\x31\xac\x0c\xf4\x6e\xb9\x8e\x79\xed\xde\x12\x4f\xb9\xb9\xa7\x3e\xcd\x60\xfd\xff\x37\x0f\xdb\x26\xfd\x3e\xfe\x12\xee\x6f\x0b\x6f\xff\x3e\xfe\xf4\x1f\x80\x9a\xf2\xb3\x0f\x50\x1d\x65\xd5\x7c\x37\x0c\xc1\xfc\xa6\x7b\xfe\x60\x44\x6a\xdb\xb5\x0e\xc6\x3a\x8e\xf1\x30\x7e\xcc\x57\x6b\xb8\xd2\x6d\xfe\xf9\xc3\x04\x51\xa3\xa6\xac\x16\xc2\xfa\xe7\xd0\x9a\x31\x26\xf4\xcd\x63\xf2\xfb\x63\xfe\x6d\xf4\x4e\x11\xac\x2f\x8c\xf1\x5a\x80\xf9\xa5\xd1\xba\x86\xa8\x63\xa3\xed\x5c\x71\x2d\xc6\x28\x87\x63\x8c\x32\x4a\x70\x19\xda\xaa\x51\x11\xc5\x78\x16\x14\xaa\x26\x0e\x0f\x81\xb6\x23\x98\xb7\x14\x38\x7d\x9d\x90\x26\x71\x4f\x91\x9f\x79\xf8\xec\xcf\x18\xfb\x0f\x5b\xc0\x10\x13\x3e\x38\x99\xc6\xdf\x47\x97\x9b\x07\x9c\x9f\x3f\x8d\x7f\xe5\x6d\x5a\xbf\xa5\x59\xfd\xb0\x9f\x4d\xbc\x08\x1f\x37\x7e\xaa\xd2\xfb\x7e\x18\x89\xb3\xbe\xd8\x75\x0c\x66\x15\xed\x14\xc6\x60\xf6\xcf\x74\xd8\x04\xac\x2e\x6a\x9e\x13\x41\xad\x95\x75\xa5\x7e\x32\x33\x96\x8b\x61\x3e\x6e\xb4\xd0\x54\xbc\x6d\xd5\x27\x67\x3a\xe7\x59\xa6\xf7\x19\x88\x7b\x69\xba\xc6\x44\xac\xe7\xce\xf0\x94\xc1\x4c\xdf\xd4\x37\xfa\x58\x9f\x98\x2a\x4f\x15\xd2\xa9\x0a\xa1\x38\x5f\x53\x35\xa9\x85\xc6\x54\x01\xba\x29\x26\x5a\xb7\x09\xf5\x64\xf2\xf4\xc3\x88\x81\x9f\xb8\xf5\x32\xce\xdf\x44\x95\x07\x98\x81\x9f\x98\xfc\x09\xeb\xe2\x22\xa6\xc4\xd3\x3c\x56\x8e\xc6\x2f\x70\x88\x24\x3f\xf6\x05\x59\xdb\xdc\x0b\xeb\x4f\xab\xaa\xa9\xca\x96\xed\x4d\x7d\x62\x96\x9e\xa3\x2a\x74\x82\xc5\x48\xba\x0d\x5d\x47\xbc\x28\x7e\x40\x38\x01\xb7\xdd\x13\xf0\x56\xa5\x9d\x13\x65\x15\x4d\x45\xa8\x3a\xa9\xf3\x49\x1c\xb3\xa8\xf2\xc7\x89\x4f\x61\xde\xe5\x39\x98\x97\x9c\x04\x52\xb8\xd3\xf8\x5f\x48\x73\xbb\x59\x86\xe3\xbb\x97\x7e\x30\x04\xf3\x93\x32\xde\xa4\x9a\xd2\x2d\xd2\x18\xdb\xca\xec\xd1\xc5\x8a\xc8\x7c\x19\x07\xdc\x1f\x32\xc1\x74\x53\x7e\xfe\xc0\x14\x8c\x65\xa4\x3e\x93\xef\x96\x16\x21\xbe\x66\xa9\xe8\x03\x38\xfe\x79\x72\x74\xdf\x7f\xf6\xa3\x7b\xf8\x66\x73\xf6\xbe\x2d\x46\x39\xa5\x1d\xe7\x6f\x5a\x01\x87\xff\xe0\x78\x30\x88\x17\xa5\xf0\x2b\xe1\x7e\x56\xd6\x09\xe2\x6d\xf0\xb4\x3b\x63\x31\xaf\xcc\xeb\x83\x14\xf1\x7a\x02\xd6\x67\xfd\x05\xa6\xa2\x96\x2d\x99\x3e\x83\xaa\xf2\xe3\xe7\x60\x7d\xd8\xe2\xb4\x24\x56\xd9\xf4\xb6\x52\xd5\x41\xc5\x86\xba\x6f\x4b\xab\x90\x45\x9c\x56\x29\x8b\x75\xc3\xd1\x4d\x0a\x88\x0f\xea\xaf\xa8\xc8\x45\xe4\x4a\x5c\xe4\xa6\xbc\x88\xf0\x30\xca\xda\x34\x0f\xaa\xf3\xa4\x71\xdd\x94\x55\xb4\x30\x8f\xab\x26\x68\x87\x67\x18\x95\xe9\xfe\xa8\x51\x2a\x09\xf1\x58\x9f\x51\x4d\xa4\xfb\xab\x2a\x49\x15\x18\xbb\xa8\xae\x24\x7e\x14\xa5\xa4\xb3\xb8\xa2\x8a\x35\x94\xa7\x57\x14\x7f\xd3\x41\x2b\xd3\x8c\x88\x97\x85\x9c\x3e\x48\xb8\x92\x9c\x89\x7d\xee\x73\xcd\xb8\xae\x0b\x4b\x45\xf0\xbe\x72\x7c\xb2\x28\xee\xe3\x9f\x3c\x30\x87\x24\xf0\xe9\xde\x22\x73\xf1\xad\x9c\xd2\x65\xf0\x75\x2d\xf7\x52\x9f\x20\x83\x2a\x39\xac\xae\x68\x24\x2a\xe1\xfa\xca\x6a\x10\x8f\xc4\xec\x6a\xaa\xc2\x4c\xac\xd5\xc4\x3c\xfd\x08\x11\xba\xa5\xdc\xab\xb7\x1e\xd7\xa1\x4b\x97\xeb\xf4\xa8\x6f\x4c\x88\x33\x7d\xfd\xc9\x68\x8b\x0c\x5c\x69\x46\x0d\x30\x4f\x03\xa0\xbf\xd5\x06\x2d\x90\x91\x04\xe5\xeb\x0d\xc7\xc5\x62\x5d\x5b\x6f\x33\xe1\xa4\xf4\x1b\x4b\x5f\xd1\xe7\x88\x29\x5d\xf7\xd1\x49\xcc\xdf\xeb\x8a\x5c\xc7\x95\xd0\xe6\xfa\x27\x69\xe9\x7f\xc1\xdf\xab\xe7\xd3\x7d\x66\x25\xae\x6f\x94\xec\xc1\x6e\xb9\xbc\xff\x14\xf4\xf8\xc9\x02\xb3\xf0\x69\x91\xa9\x84\xfb\x09\x0a\x9e\x8f\x6f\xe5\x79\xfc\xf7\x7e\x48\xd6\x5b\x95\xf1\xdb\x8d\xf7\x90\x7a\x6b\xbf\xff\x1d\x07\x23\x69\x61\x80\xf6\x74\xea\x29\x03\x3c\x89\x8f\x8b\x32\xc2\x79\x1d\x78\xd9\x84\x3b\x69\x98\x71\xf5\x7f\x4b\x0e\x81\xcd\xc3\xc3\x58\x49\xd0\x0e\xb3\x92\xa0\x79\xb0\x0c\xa2\x99\xb4\x16\xb7\xc6\x3a\x84\xd5\x0b\x4f\xb4\x23\x56\xa9\x74\x76\xb1\xfe\xb8\x1c\x63\x33\xab\xdd\xc5\x68\xa1\x2c\x13\x37\x1f\xa7\xbf\x3b\x82\x6f\x64\xde\x72\x05\xdf\xdc\x3c\xee\x01\xce\xa7\xb9\xf1\x07\xd4\x13\x53\x8e\x2f\xc9\xe0\x38\x49\x2d\xec\x77\xd0\x93\x07\x27\xa8\x49\x16\xfb\x98\x78\x6b\x11\xde\x87\xd7\x0f\xc9\xf6\x87\x06\xda\x3f\x53\x59\xbd\x1c\x9a\x6d\xc2\x0b\xfc\x09\x07\x33\xb1\xda\x02\x2d\xae\xa0\x98\x0d\x9e\xc0\xfa\x4a\xdb\x72\x48\x5b\x47\x6e\x5f\x38\xbe\x27\x0f\xcb\xc3\xc3\x38\xa5\x8b\x62\xcc\xe6\xcc\xa4\xf1\x2f\x1c\x6b\xe9\xc9\x2e\x35\x16\x38\x93\x2e\xe0\x81\x48\x14\x97\xea\xb0\x4b\x24\xc9\x87\xbb\xba\x15\xe2\x3e\x72\xb1\xaa\xec\x4d\x9f\xa3\xb3\x81\x63\xcd\x39\xc4\xfc\x3b\xce\xb9\x8d\x2b\xe3\x28\xf2\x0a\x35\xde\x61\x48\x23\xda\x17\x1e\x2e\xc6\x0c\xf9\xcc\xa3\x77\x2f\xc4\x71\x87\x4c\x57\xc1\xfa\xa3\xaf\x91\x26\xda\x35\xb7\x3a\x5a\x5f\xc7\x75\x84\x83\x31\x37\x33\xc2\x7d\x61\xe4\x6f\x81\x91\xb5\x46\x81\x35\xae\xa7\x42\x9c\x2d\xfa\x4b\xc9\x3d\x76\xe8\x1f\xa6\x9f\x76\xc4\x93\xe9\x38\x45\x8a\xa4\x86\x15\xb8\x50\x9f\xa8\x5f\xbc\x30\xeb\x48\x7a\x67\xf7\x42\x7b\xc6\xc3\xc3\x78\x1e\x98\x82\xfb\xd7\xa7\x56\x0a\xe7\xc1\xe7\xa1\xba\x1c\xbd\x91\x05\x8e\xc7\x0f\x08\x79\xe1\xbb\x39\x04\xd7\xdf\x77\x12\x75\x26\xf0\x9b\x51\x80\x8f\xf2\x1d\xb9\x1e\x35\xd8\x27\x67\x2f\xfa\x55\x9f\xa4\x0b\xb8\xde\x3e\xe9\xb7\x51\xe3\x97\xdc\xa2\xfd\xe1\x9e\xfa\x09\xed\x89\x5b\x2e\xf9\x0f\xc2\xc5\x84\x55\x13\xde\x89\xd7\x0f\xca\x7d\x8f\x29\xed\x03\xb0\xc4\x5d\x68\x5d\x6f\x85\x68\x3d\xa3\x7a\xc2\xc1\xe8\xa8\x38\x61\x1d\x98\x87\x83\x59\x38\xdc\x05\xfb\x00\xcd\xbc\xe5\x8a\xd6\x5a\xb4\xd6\x03\xc7\x3d\x2a\xce\x13\x4f\x64\x83\x4c\xff\xc5\x0b\xc3\x45\x6e\xa1\x92\xe4\x99\x83\x6b\x08\x91\x19\x2a\x4b\xf3\x10\xbc\x4a\x1a\x65\x48\x15\x31\x30\x85\x1a\x11\x9e\x34\x54\xdf\x19\xf9\x01\xc2\xf0\x0e\x13\x40\xd8\xf4\x44\xc2\xc9\x70\xf7\xfd\xc3\x1c\xcb\x9e\x90\xdc\x85\x6f\x1c\x72\xf2\x38\x9e\x7d\x83\x45\xae\x13\xe3\x91\xd3\x63\xac\x93\x07\xa9\x7f\xc1\x15\x09\x14\xef\xc2\xfa\x9e\xe7\x69\xcc\xdb\x4a\x19\x63\x66\x89\x87\x83\xe1\xf5\x83\xb2\x1b\x4c\x7c\x3f\x3c\x1c\x8c\xe1\x3c\x37\xd4\x0b\x1e\x0e\x46\xee\x99\x07\xe2\x2d\xe7\x03\x8d\x53\x5c\x84\xc6\xf9\xb3\x3f\xd2\x69\x7f\x5c\xcd\x7e\xe7\x82\x38\xbb\xf0\xb3\x4f\x12\xd7\xd1\x2f\x46\xb8\x8f\x1c\x49\x41\xc4\x79\x44\xfb\x4d\x41\xcf\x13\x3b\x5f\x1a\x3b\xd9\xc5\x78\xab\xe2\x9f\xc4\x99\xd0\x3c\x44\xef\xa4\x7a\x77\xec\x1a\x7f\xb4\x8b\xf1\x22\x09\xa8\x59\x71\x1f\xb3\xf1\x15\xe3\x3a\xd6\xe1\x99\x27\xe6\x33\xc5\x55\x31\xdf\x0e\xa3\x27\x8c\x79\x7f\x15\x77\x7e\xd4\xe5\xfb\xd8\xf1\x29\x6a\xc4\x1b\x5c\xc9\x9f\xb8\x18\xe4\x89\xf1\x16\xb1\xc5\xf5\xf7\x10\x70\xc6\xa7\x38\xf2\x3b\x63\x54\x66\x55\xb7\x18\xbd\xb2\xd1\x39\x0f\xea\xd2\x66\xee\x8d\xab\xa3\x9a\x48\xa8\x35\xd9\xf1\x01\xd8\x4d\x60\xae\x38\x87\x83\x69\x0e\x41\x3f\x2b\xec\x17\x8a\x19\xae\xe1\x15\x84\x0b\xe9\xe5\x1a\xc5\x21\xcb\xe3\x32\x49\xc6\x73\x1d\x2b\x93\x13\xfb\xe0\x78\x92\xaa\xa9\x5f\x52\x72\x22\xe1\x48\x53\x24\x28\xd2\x48\xa9\x23\xcf\x93\x72\xcf\x04\xcf\x6a\x29\xee\x0e\x88\x18\x48\x53\xa7\x19\x4f\x1b\x11\x8b\xf1\x64\xea\xfa\x4c\xb4\x58\x69\x7a\xc5\x68\x99\x53\x6e\x6f\x42\x1c\x41\x6a\xce\x41\xc4\x15\x24\x3f\xbb\x80\x08\xb6\x24\xb8\x9d\x4e\xf2\x05\xbe\x71\xc2\xba\x86\x95\x34\x7f\x2c\x16\xc0\xc3\x89\xd8\x25\x7e\xe2\x60\x78\x7c\x38\xd7\xbd\xf1\x74\x62\x50\x4d\x4f\x55\xcf\xf7\x47\x1c\x8c\x42\x5a\x08\xc6\x97\xf3\xc5\xc9\xed\xf1\x70\x30\x93\x6c\x08\x1f\x32\xca\x2c\x06\xfd\x09\xdf\xe1\x38\xee\x26\x4e\x0a\x77\xca\xe9\x89\x87\xc9\x8a\xef\x8f\x78\xa6\x8c\x3b\x82\x68\x0f\x96\x47\xd1\x11\x2d\xa3\x48\x12\xeb\xb2\x59\x6b\x54\x90\x3b\x38\xab\xdc\x18\x3f\xb7\xa2\x9a\x70\x94\x59\x46\xa4\x81\x59\xcd\xd1\x88\xe8\x5a\xa1\x4f\x4c\x1c\x59\x6c\x0d\xae\x6f\x56\x6d\x15\xee\x97\x8c\x33\xfb\xd1\xc3\x67\xd4\x9c\x25\x7c\x8c\xc9\x6d\xb4\x1b\x19\xd7\x5e\xe2\xf8\xd3\x8e\x7c\x20\xc4\x70\x53\xdb\x66\x00\xa7\x26\x2f\xb4\x87\x76\x32\x3e\x98\x39\x31\xf7\xf6\xc7\x59\xe4\xf5\x85\xd2\x31\x09\x43\xad\x53\xd9\x10\x89\x5a\xb8\xf0\x4c\x14\xfe\x5e\xd2\x39\x1e\x57\x63\xba\x5c\x02\xb2\x75\x89\xcc\x48\xc0\x55\x14\x4c\x48\x09\xe8\x96\x03\x4d\x52\xb9\x1b\x5a\xcb\xbe\x91\xcc\xdc\x45\x32\x97\xb3\x0f\x05\x29\xfd\xd1\x83\xf2\xf0\x30\x05\xd2\xa2\x88\x47\xc8\xbf\x25\x85\x1a\x97\x5f\xa8\x8a\x6f\x90\xd7\x68\x84\x1a\x9b\xf7\x89\xfa\x05\x15\xc4\x78\x63\x7c\x59\x20\x16\x89\x38\x89\x9f\x3c\x31\x45\xab\x09\x47\xd3\xb0\x01\x57\x32\x5f\x72\x0f\x5a\xac\xbc\xf0\x53\xe8\x17\xf2\xe5\x6e\xa1\x41\xce\xf5\x7f\x82\x2b\x92\x23\xf5\x01\x73\x0c\x2b\xeb\xda\x26\xfd\xe2\xc3\xb1\x14\x0b\x41\x3b\xf8\xb3\x2f\x54\x22\xed\x63\xf5\x0b\x31\x68\x6d\x14\x6b\x88\xed\x6f\x7e\x75\x02\xa1\xbc\x4f\x24\xa3\x97\x9b\x7a\x35\x0d\xdf\x5a\x38\x7c\x19\x46\xf7\xfc\xa7\x97\x63\x1c\xd2\xf7\x6b\x06\x37\x7e\x5e\xc6\x86\x87\x07\x59\xc3\x9d\xe4\x8b\x7d\x06\x20\x0f\x46\xc9\x98\x91\x78\xe2\x28\x7a\x26\x86\x33\xbe\x96\x4f\x12\x9f\x54\x22\xa4\x84\x48\x9d\x92\x30\xea\xcc\x58\x3c\x98\x2c\x57\x71\x9a\x27\x9e\x2b\x8b\x03\x22\x70\x3c\x3c\x9e\x98\xe2\xac\x7c\x3c\xcb\x97\xa8\x56\xa0\x07\x2b\xd6\xd8\x85\x35\x96\x9f\xfd\x93\x86\x5e\x23\x5e\x19\xfe\xa7\xa8\xa1\x85\x75\x6f\x71\x7e\x0a\x27\xb7\xb8\x00\xd8\x85\x45\xa2\xf5\xb4\x38\x1d\x8d\xfe\xdd\x28\x83\xf0\x3f\x9a\x5f\xe3\x90\xb5\x48\xd5\x3b\x05\xb5\x50\xd6\x2c\x05\x33\x55\x12\xbb\x68\xf6\x67\x55\xd0\xa9\x4f\x34\x9f\xf0\x21\xe3\xab\x68\xbc\xfc\x7e\xd9\xf8\xd6\x7d\x22\x72\xb8\x4c\xd4\xcf\x3e\x51\x1c\x1e\xa6\x94\x8b\x1f\xca\x8d\x06\xa0\xa7\xe2\xe1\x61\x2a\xa4\x28\x8e\x5a\x7f\x85\xe6\xa1\x42\x5f\x09\xf7\x7d\xb9\x99\x01\xda\xcf\x8a\x9d\xb6\x98\x3b\xac\x10\xf5\x40\xfb\xba\x5e\x20\x1c\xf5\xa4\x5c\x35\x69\x00\xfd\x7d\x0e\x3e\xa9\x62\x6b\x59\x14\xfd\xdd\x76\xdc\x27\x15\x12\xc7\x6a\xe8\x79\x97\xd1\x03\x96\x3d\xbb\x87\x08\x8e\x75\x77\x5e\xe3\x7e\x5b\x57\xda\x50\x01\x60\x29\x17\x8b\xda\x61\xf2\x31\x11\xfd\x20\x8f\x0f\x47\x3d\x9f\xf0\x4e\x8a\x67\xd2\xd1\x4e\x2e\xb8\x47\xd6\x68\xde\x6c\xe2\x49\x11\x17\x5d\x89\x99\x87\x49\xaf\xf2\xf1\x69\xa3\xff\x2e\xc0\xf9\xe3\x73\x2d\x40\xfd\xef\xe5\x5d\xc4\xf1\xe3\x94\x72\x95\xaf\x3f\xe2\x61\xf2\x08\x0f\xb3\x99\x4f\x14\xc7\xb5\x45\x7f\x1e\xf5\x51\x9a\xaf\x84\xfc\x2f\x9b\xb2\xf5\x10\xc1\x5f\xd5\x40\xfd\xa3\x36\x6d\xf2\x40\x06\x97\x4d\xf6\xc1\x38\x1f\x55\x96\x89\x18\xda\x6e\x0a\xcc\xc6\x8e\x3e\x9b\x42\x4a\xf0\x4d\x36\xeb\x6e\x23\x1e\x98\xcf\x87\x11\x09\x5b\x15\x79\x01\x2d\x57\xa5\xd9\x1d\xcc\x1d\x56\x29\xbf\x46\x9c\xee\x46\xa1\xcf\xd5\x00\x8f\xe6\x00\x0c\xf9\x46\x5c\xbf\x7c\xa7\x01\x6e\x58\x01\x0c\xde\x06\x70\xa5\x3f\xe5\xd9\xcf\x67\x00\xf0\x67\xfd\xc2\x3d\x1c\xb8\x0f\xd0\xed\xe7\x76\x0c\x06\x18\xa5\x44\xfd\x0d\xc6\xd5\xff\xe2\x3b\x28\x2b\xec\x3e\x63\xff\xea\x73\xb0\xfa\x01\x80\x8c\x22\x71\x79\xc8\x29\x02\x64\xbe\x05\x50\xeb\x0b\x90\xae\x08\xa0\xdb\xf9\x0b\xff\x90\xf2\x14\xa0\x7b\xbd\x13\x16\x00\x38\x1f\x25\xae\x03\x9f\x1c\xca\xfb\x60\xbd\xbb\x1c\x20\xbe\x94\x6a\xde\x2b\x95\x01\x52\x32\x01\xd6\x34\x00\x2c\x6d\x04\xa8\x9a\x07\xb0\x94\x0f\x60\xcf\x81\x6e\xab\x48\x3d\x4a\xb2\x26\x02\xdc\xfe\x06\x50\xb0\x1f\xe0\xe3\x1c\x80\xfc\x63\x00\x6d\x42\xff\xae\xff\xf3\x78\x00\x1e\x9e\x05\xe8\x27\xf0\xdf\x71\x0f\x07\x7d\x01\x06\x45\x02\xec\x8d\x04\x18\xda\x1b\x60\xd7\x6c\xaa\x5f\x6e\xd4\x01\x18\x6d\xf3\x0f\xbe\x83\x57\x00\x53\xfa\x01\xac\xd9\x05\x30\xfb\x04\x40\xbe\x34\xe0\x89\x3b\x23\x91\xee\xe0\x65\xdc\x01\x50\xe9\x03\x90\x26\x0e\xa0\xb5\x0e\x20\xe5\x3b\x80\xc9\x49\x80\x64\x75\xaa\xe7\xf1\xf0\x0f\x31\x9f\x00\xbc\x8c\x00\xe2\x8e\x03\x84\x9b\x52\x1e\x3c\x3e\x02\x20\xa1\x9d\xee\xfd\x27\x01\x61\x5c\x12\x8d\x00\x2a\x87\x02\xa4\x2a\x02\xec\x7f\xfe\xab\xff\x41\xea\x47\x80\x9a\x7c\xe2\xcf\x78\xa7\xff\xab\x0f\x44\xea\xc7\xdf\xc7\x1f\x3d\x8a\xab\xf3\x76\x5b\xaf\xc3\xff\xe0\x33\xe7\xfa\xd2\x9f\xb6\x01\xe8\x75\xec\x17\xee\xe1\x60\x1d\x40\xff\x4a\x80\xed\x5c\xae\x77\x93\x0a\xc0\xd0\x11\x00\x15\x7d\x00\x84\xfa\x00\xac\x0b\x03\x18\xdd\x87\xf2\xf9\x13\x44\x00\xf2\xaf\x53\xbe\x31\x4b\x01\x60\xf6\x01\x80\xa5\x26\x00\x52\xb7\x88\xf7\x40\x69\x12\x40\xb2\x23\x80\xe6\x48\x1a\x87\xc1\x64\xba\xff\x6e\x51\x0d\x10\xeb\x0b\xe0\xda\x1b\x20\xe2\x25\x80\x67\x33\x40\xc4\xbb\xee\x98\x1f\x20\xd2\x9e\xe6\x28\xf6\x20\xdd\x77\x8f\x0d\xa2\x9e\x3a\xdd\x3a\x52\x35\x14\x20\xce\x0d\x60\xef\x24\x80\x24\x07\x80\xb3\xb3\x01\x12\x6f\x00\xd4\xd4\x03\x24\x9b\x02\xbc\x92\x02\x48\x4b\x00\xe8\x70\xfd\xf7\xf8\xc3\xe2\xff\x73\x9d\xb7\x27\xee\xe1\x28\xf7\xef\xd5\x5c\x1d\x73\x13\x87\x07\x58\x1f\x0b\x30\x60\x32\x40\xe9\x05\x80\x21\x9b\x89\xa7\x65\x44\x0c\x40\xc1\x66\x80\x31\xb7\x00\xba\xad\xe5\xe4\xde\x00\xcb\x5c\x00\xa6\x05\x76\x47\x37\x00\x12\xfa\x00\xb1\x17\xa8\x8e\x17\xe7\x0f\xa0\xfa\x0c\x20\xfa\x39\x80\xfe\x20\xba\xc3\x6d\x96\x04\x10\x3a\x1e\xc0\xf6\x24\x40\xd0\x51\xae\xef\xc1\x2c\x80\xa0\x52\xc2\x05\x74\xcf\x43\xf8\x11\x80\x8c\x23\x54\xd7\xef\xb6\xbc\x91\xcb\x01\xaa\x74\x00\x22\x75\x00\xf6\x3a\x00\x44\x1c\x02\x38\x53\x09\x10\xf5\x0c\xa0\xe6\xf4\xaf\x3e\x10\x09\x9f\x01\xba\x0a\xff\x03\x0f\x82\xfe\x7f\x9e\x87\x9e\xb8\x07\x1e\xef\x45\xf5\xf3\xdf\xe7\x81\x87\x7b\x40\x6f\x50\x0d\xb0\xfa\x24\xd5\x44\x78\x7c\x07\x29\xaa\xa4\x1f\x49\xd5\x64\x37\xba\xc7\x3d\x1b\xa8\x1f\x49\xf7\xc9\x96\x57\xf7\x0f\x3b\x09\xa0\x29\x07\x10\xdc\x08\x60\xa2\x06\x10\xe4\x0f\x60\xb7\x1a\xc0\xef\x26\xd5\xb6\xfd\x62\x00\xfc\x6e\x77\x9f\x12\x68\x1e\x82\xe3\x68\x8f\x87\x8c\xed\xf6\x88\x00\x21\x1f\x00\x36\x15\x10\x97\x4c\xf7\x39\x33\xbc\x06\xe0\xd2\xce\x5f\x7d\x20\x22\xc3\x00\xde\xcf\x04\x08\xbf\xc9\x8d\xdf\x94\xea\x9d\x3d\xfb\x21\xfc\xa9\xde\xdd\x93\xf7\xa2\xe7\x3d\x7f\xde\x3c\x14\x94\xd3\x3c\x64\x7d\xa3\xfe\x28\x3f\xe7\x41\x02\x60\xe4\x3e\x42\x97\x0b\x1f\xa0\xf5\x9e\x7a\x0e\x20\x4c\x11\x40\xc2\x0e\x20\xc4\x03\x40\xee\x26\x40\xd0\x1e\x00\xf5\x75\xbf\xf0\x0f\x3e\xc7\xa9\x9f\x54\x77\xcc\xe8\x72\x1b\xc0\x6d\x1b\xe1\x62\x7c\xd4\xa8\x57\x86\x4f\x13\x40\xe6\x0c\x00\x3f\x6d\x80\x22\x33\x80\x40\x59\x80\xcd\xfb\x01\xbb\x82\xee\x63\xc4\x23\x7f\xe1\x2c\x40\xd0\x35\x80\x07\xc7\x01\x82\x5c\x89\x1f\x25\x58\x1a\xa0\x4b\xf7\xcf\x3c\x10\x3f\xf7\x43\x20\x49\x1e\xee\xa1\x27\xef\xc5\xbf\xf0\x1f\x24\x7e\xf1\x1d\xc8\x92\x4c\xd9\x03\xd0\x57\x99\x6c\x5a\xb7\x7e\x44\x06\x00\x8c\xdc\x08\x10\x1c\x08\x30\xc9\x14\xc0\xf7\x4a\x77\x2c\x0e\xe0\xbb\x1a\x40\xc6\xed\x17\xfe\xc1\x7d\x2f\xd5\x38\xba\x75\xc0\xdc\x18\xc0\x7d\x09\x80\xcb\x52\x00\xb7\x23\x00\xbe\xc9\x00\xae\xca\x00\x51\xc1\xd4\x2b\x05\xf9\x0f\x2e\x01\xac\xb2\x02\x70\xf9\x1b\xa0\x32\x84\x7a\x66\xec\x2d\x04\x70\x9f\x45\xf3\xe0\x1a\x05\xf0\x77\x24\x61\x49\x3e\x47\x02\x78\x94\x03\xb0\x0b\x00\xce\x1a\xff\x99\x07\xa2\x27\xef\xc5\xe9\x87\x24\xff\x55\xe7\x4b\xe7\xec\x42\x8f\x7e\x17\x05\x53\x48\xf2\x70\x0f\x89\xdc\xcf\xb1\x33\x00\x06\xe6\x51\x7d\x87\x5f\x11\xa0\xfb\x94\x36\xa6\x81\xf0\x1a\x53\xce\xfc\xaa\xfb\x3b\x54\x12\xaf\x92\xd3\x04\x00\xcd\x73\x00\x4e\xf9\x00\xa6\x75\x84\x77\x70\x4a\x07\xb0\x0f\x06\xf0\xb1\x03\xb0\x9f\x0d\x10\x65\x0b\x60\xe3\x4a\xbd\x75\xac\x26\x13\x06\xc9\x86\x8f\xb0\x5a\xd6\x42\x00\xfb\x92\x01\x6c\xf9\x01\x2e\x57\x12\x7f\xc2\xbd\x3a\x00\x5b\x7f\x80\xfa\x1a\xc2\x41\x30\xa3\x5f\xe3\xfe\xc9\x87\xc0\xd9\x89\x3f\xf1\x5e\x1c\x50\xf9\x5d\x0f\x2a\xb9\xba\x64\x4f\xfc\x47\x4f\x1c\x0c\x8f\xef\x80\x77\xca\x0e\x90\xa0\x38\x64\xf1\x19\x00\xa1\xa7\x00\x4e\xbb\x00\x84\x5f\x00\x38\xae\x02\x98\xd9\x05\x60\xe5\x0e\x20\x9d\x0c\x60\xf3\x05\x40\x4d\x0c\xc0\xb2\x16\xc0\x20\x02\xc0\xf4\x09\x80\xf5\x30\x00\x33\x45\xda\x23\x16\x36\x00\x51\xca\x00\xe6\xe5\xa4\x0f\xc6\x6b\x00\x0a\x67\x03\x18\x58\x01\x6c\x6c\x00\x30\xfc\x06\x70\x48\x04\xc0\xe4\x19\xc0\xe5\x99\x00\xa6\xaa\x00\x8f\xf9\x00\x4c\x3b\xa9\x37\x96\xfe\x61\x00\xb6\xe9\xcf\xfd\x30\x7e\xea\xc1\x9f\x78\x2f\xb8\xd3\x41\x95\x0e\xc9\x9f\x7d\x70\x7a\xe0\x3f\x7a\xf2\x3e\x50\x97\x62\x00\xf7\x41\x00\xbd\xac\x00\x1c\x74\x01\xf8\x4e\x00\xd8\x1e\x04\x18\xf3\x95\x78\x2a\xba\xed\xa7\xf9\x54\xba\xcb\x6f\xc8\xd5\xbc\x0d\x80\xfa\xcf\xe9\x49\x00\x58\x25\x13\xd7\xd4\x62\x57\x00\xad\xc1\x00\x61\x93\x69\xef\x74\xcf\x83\xd6\x41\x80\x35\x2f\x7f\xf1\x40\xa8\x89\x03\x1c\x94\x20\xdc\xc0\x35\x49\x00\x9d\x68\x80\xe7\xfc\x00\xda\x02\x00\x0d\xd3\x7f\x8d\x5b\x2e\xfc\x77\x1e\x88\xa9\xf1\xbf\xd7\xfd\x79\x7a\x70\x68\x25\x49\x1e\xfe\x63\x13\xaf\xef\xc7\x1f\xf0\x1f\xbc\xba\x3f\x0f\x07\x13\xc3\x49\x1e\xff\x85\xcb\x27\x92\x66\x85\x00\xbd\xef\x00\x18\x0b\x01\x8c\xd0\xa4\x6c\xf5\xf8\xf1\xff\xc0\x3f\xe4\x03\xc8\xae\x04\x50\x93\x20\x0e\x0b\xb5\x3b\x84\x95\x50\x14\xa1\xbd\xa4\x5c\x09\x10\x31\x9b\x6c\x49\xf7\x3c\x28\x05\x00\x94\xec\x06\x90\xeb\xa0\xfa\xe6\xa2\xfe\x00\x87\x56\x01\x2c\x0a\x00\xb8\xf2\x09\x40\x7e\x02\xc0\xb3\xaf\x00\xb2\x97\x01\xbe\x0b\x03\xcc\xb0\xef\xc1\x03\xc1\xf1\x21\xf0\xf0\x00\x7f\xd4\x03\x6e\xdc\xbc\x7a\x17\x4f\x0f\x78\xf8\x8f\x9f\xbc\x07\x1c\xfe\x83\xd7\xff\xa4\x67\xdd\xdf\x81\xdb\x47\xc6\xdc\xe7\x75\x23\x01\x06\x77\x01\xa8\x67\x02\x8c\xd1\x02\x50\xb4\x02\x98\xd2\x08\xa0\x18\x49\x78\x6c\xf9\x1f\xc4\xdd\x22\x13\x45\x98\x9f\xf9\xd8\xe1\x1d\xa0\xfb\xec\xd5\xed\x73\x24\x3f\x00\x2c\x0f\x04\x98\xbd\x1a\x60\xcd\x16\xe2\x6e\xc3\x5e\x76\xee\x00\x87\x5e\x02\x88\xdf\x01\xb8\x26\x04\x30\xed\x19\xc0\xd3\xde\x00\x62\x26\x00\x4d\x21\xbf\x70\x1f\x63\xaf\xff\x8e\x7f\xe0\xe1\x01\x7a\xf2\x9f\xfc\x49\x0f\x7a\xe2\x3f\x78\xfb\xa1\x67\xff\x13\x9e\x5d\xf0\xe4\x7e\xb6\x6f\x26\x69\x98\x46\x52\xa5\x82\xfa\x80\x2c\x28\x03\x18\xae\x41\xbd\xc5\xba\xe3\xcf\x39\x51\xa4\x17\xb3\xed\x89\x17\x64\xd6\x29\x00\xd3\xb7\x84\x05\xf0\x10\x00\x98\x36\x17\x20\xe2\x35\xe1\x3a\x96\xfb\x13\xfe\xa1\x3b\x8e\x12\x99\x04\xb0\x2d\x1d\x60\xac\x3c\xc0\x11\x39\xc2\x41\x5c\x4f\x27\xbc\xc7\x8b\x3a\xe2\x2a\x6a\x92\xf8\x37\xee\x63\x10\x87\x9f\xec\xf3\xe1\x77\xfc\x03\x4f\x0f\xb6\xcd\xfd\x5d\x0f\x78\xf8\x0f\x5e\xdd\xfb\x67\xff\x97\x7f\xf4\x43\x82\x7f\xf0\x5f\xf0\xfa\xc0\xfc\xec\xff\xc1\xf5\xa3\xd2\xe7\x6e\x61\x28\xf0\x91\x9c\x23\x05\x30\xd0\x07\x40\x3c\x11\x60\x8c\x06\xc0\xe4\x03\x00\xd3\xea\xc9\xb7\xca\xd5\x53\x6f\x3a\xa3\x6e\xf9\x1a\xc0\xbd\x01\x60\xd4\x37\x80\x30\x4f\x80\x91\x1d\x00\xcb\x8e\x02\x08\x7e\xa3\x9e\x1c\x02\x6e\x54\xab\x1e\x1a\x0d\x70\xf8\x1b\xd9\xe4\x6b\xdc\x38\x9f\xcd\x26\xf9\xe3\x3f\xe0\x3e\x7a\xe2\x1f\xfe\xd4\xff\xe6\x8f\xf8\x0f\xae\x0a\xf3\x27\xfe\x0b\x6f\x0e\x47\xe2\xc4\xe1\x28\x78\xf8\x07\x6d\xee\x56\xd2\x02\xce\x7e\x4e\xe6\xaa\x7a\xc2\xbe\x00\xc3\xc7\x03\x8c\x51\x07\x98\x62\x05\x30\x72\x30\x80\xec\x11\x80\xe1\xd2\x00\x86\x35\xb4\x87\x5c\x3c\x01\x06\xbd\x03\x08\xed\x0f\xd0\xff\x35\xc0\xb2\xc9\x00\xbd\x0b\x00\x0a\xbb\xe7\x3c\x12\x60\x4b\xf7\x18\x2e\x02\x1c\xcd\xa0\xef\xbc\xce\xc5\x40\xb5\x1c\x07\xd0\xd7\x1b\xff\x9d\x07\xe3\xff\x8a\xff\xe0\xf1\x5f\x2c\xe5\x7e\xcf\xc3\x7f\x84\x70\xfa\xd0\xb3\x0f\x8c\xcd\x79\x92\x3c\xfc\x83\xba\x26\x49\x49\x2e\x00\x9b\xc0\xf1\x34\x0d\x73\x05\x18\x54\x46\x78\x9d\x6e\x1d\xe8\x3f\x1c\x40\x46\x17\xa0\x57\x32\x80\x2e\x87\xc9\x70\xe2\x62\x92\xe0\x5e\x24\xd3\xd4\x7f\x5f\xa3\x2d\x1c\xe7\xc8\xe1\xc5\x24\x2f\x73\xdc\x60\x8f\x39\x8c\x0e\xdd\x67\xa6\x78\x1a\xfe\x80\x7f\xf8\xbf\xe2\x3f\x78\x3c\x38\x3d\xf7\x01\x6f\xfc\x3c\x1c\x50\x4f\x3d\xe0\xe1\x60\xe4\xb9\x7d\x37\x93\xdb\x67\x63\xb8\xfd\xf8\x8f\xff\x14\xc6\x71\x36\x5b\x8a\xd3\x15\x5d\xea\xe8\x6b\xed\xc8\xc5\xb6\x41\x9c\x8d\x4a\xe5\xe6\x63\x35\x87\x3d\xab\xe4\x38\xf2\x0e\x89\x91\xbc\xc4\xc5\xc6\x0f\xb8\xcf\x7f\x18\xca\x8d\xd7\xe8\xcf\xf3\xf0\x2f\x1e\xa0\x1e\xf8\x8f\xe5\xd3\xa9\xfa\xf6\x73\xfc\xd5\x80\xd9\xc1\x9f\x38\xa8\x42\xc2\xb7\xb8\x78\xf4\x42\xcb\x68\x3d\x68\x20\xa2\x14\xf4\x6b\x07\x61\x97\x79\x95\x61\x03\x31\x1b\x26\x29\x39\x04\x35\x6b\xd2\xe9\xc1\x58\x65\x18\x7c\x6b\x18\x87\xda\x19\x96\xdd\x07\x33\xf9\xfc\xa7\x85\x11\x43\x33\xd4\x81\x3a\x8b\xf0\x4b\x10\x8f\xf7\xd0\x1a\xfb\x03\xf4\x73\x10\xea\xc1\x50\x37\xba\x29\x38\x64\x6b\x01\xfa\xfa\x21\x35\x95\xa8\xa3\x83\x93\xf7\x63\x7d\x7b\x50\x2d\xe5\xe9\x07\xfa\xff\x8d\x31\x60\x7f\xc5\xd7\x98\x79\xed\x6f\xda\x8a\x31\x63\x6f\xa7\x7f\xe2\x3f\x78\xf3\xd0\x73\xfc\xb9\x5c\x37\x86\x74\xad\xde\xe8\x49\x12\xf7\xf4\xc2\x6c\x72\xd4\xe2\xbe\x88\xf3\x08\xb6\x1c\x88\x68\x0d\x2f\x35\x3e\xac\x26\xb8\xac\x1a\x8a\x27\x32\x2b\x89\x61\xb8\xf2\x86\x62\x23\xf1\xe9\xaa\x7b\x47\x63\x15\x56\xe6\x01\xf1\xa3\x4c\xeb\x3f\x1e\xb3\x66\x42\xa8\xfd\xdd\xff\x89\xec\x24\x39\x3e\xb2\x3f\x56\x46\x26\xd4\x8c\x47\xfd\x16\x49\xa2\xfc\xe4\xf8\xcb\x3a\x68\x8b\xc7\x57\xda\xa1\x4d\x19\x5f\x41\x95\x12\xe1\x72\xba\x19\x3b\xae\x9e\x3a\xc6\x8f\x15\xa8\xc0\xf1\x8f\x0b\xdb\x8b\x99\xc3\x31\x8d\x94\xa7\x1f\x55\x77\x1b\x75\x7b\xb4\x1c\x71\x4b\x8e\xec\xdd\x88\x6b\x37\xc2\x94\xc6\xcf\xc7\xc9\x01\x78\xbf\xb9\x88\xc3\x05\xe5\x59\xd1\xba\x67\xe4\x53\x1f\x24\x1e\x0f\x0c\x0f\xff\x12\x64\x29\x84\xab\xe6\xe9\x3e\x0a\xf9\x01\x1c\xdf\x53\x7f\x20\xcb\x5c\xc2\x85\x18\xbb\x88\x62\xbd\x4b\x53\x80\xb2\xad\xb2\x5b\x27\xe3\xb8\xc5\x1b\xa7\xe2\x8e\x9a\x50\x2b\x8e\x5a\xce\xd7\x77\x36\x37\xfe\x99\x9c\xc5\x15\x37\x1d\x80\x19\xcd\x59\xc9\xf4\x4d\xb3\xab\xa5\x30\x26\x9d\xb9\x59\x03\x2b\x40\x33\x1b\xa8\xe3\xc2\x6c\x2e\x26\x99\x6d\x13\x8f\xf8\x90\x99\x49\xd4\x51\x7e\x86\x3f\x61\x9c\xa7\xad\x24\xde\xea\x69\xf5\xa7\x70\x6d\xa7\x9e\xbb\x89\x6f\x32\x55\xe0\x19\xce\x9b\x68\x4c\x3d\x7e\xdf\xe4\x45\xec\xb7\xbe\x41\xc4\x8b\x92\x63\x45\xd9\xd2\x65\x4d\x43\x6a\xe1\x3f\xf4\x41\x0a\xdc\x36\x1e\x33\x33\x3e\x85\xc2\xa8\x9d\x6e\xa2\x62\x18\x09\x58\x3f\x9d\x86\x55\x26\x63\xaf\x99\x58\xe7\xd6\x56\x26\x5c\x88\xd2\x30\xc2\x0d\xcc\xd3\x93\xc4\x13\x89\x68\x1d\xe1\x42\x04\xb7\xca\x60\x84\xd2\x57\x7f\x01\x57\xbf\x58\x20\x43\x52\x26\x8d\x0f\x63\xb3\x85\x69\x34\x0f\x72\x61\x92\x94\x21\x6f\x51\xf7\xa0\x9f\xa9\xe3\x86\x5c\x98\x0f\xae\x99\xac\x5d\x2c\xfa\xb8\x45\xe7\x88\x41\x7d\x61\x7e\x29\xde\x30\x94\x79\xb5\x0d\x2b\x29\x32\x73\x8f\xe0\x3e\x90\x36\xbe\x42\xf8\x99\xe9\x4f\xf0\xbe\xab\x64\xcd\x27\x7c\xf2\xdc\xba\x4e\x9c\x57\xf1\x1a\x9a\x87\x29\xc8\x7b\xf0\xab\x0f\x14\xe1\x7e\x62\x54\xc7\x13\xbb\x80\xe6\x14\x44\x0d\x78\x87\x4f\x45\xcb\xee\x26\x41\x0e\xd6\x46\x58\x02\xeb\x7d\xa6\x22\x92\x74\xdf\xd9\x9f\xf0\x02\x4a\x6c\x11\x7e\xbb\xf4\x66\x79\xba\xdf\x6a\x27\xdf\x8b\xb4\x59\x19\x77\xfb\xd0\x71\xca\x1c\xe3\x96\x9a\x60\x0f\xf9\x68\x28\x22\x8c\xd4\xd3\x45\x90\x51\x43\xed\xdc\x3c\x1c\xbf\x86\x82\x2a\xee\x48\x8d\x46\x8b\x6a\xd2\x34\x0f\x7c\x43\xcd\x73\x84\x7f\x50\xe3\x6e\x10\x6b\x86\x16\xa1\x8d\x56\x97\xdd\x84\xf6\x55\x6d\xf7\x21\xfc\x7b\x35\x09\xba\xef\xaf\xea\x7a\x0f\x63\x3e\x15\xeb\xb7\x78\x66\x56\x82\x36\x7c\x23\x59\x67\xc2\x83\x48\x61\x3f\x0c\x1e\x0f\x4c\xfc\x9c\x29\xa8\xef\xc1\x75\xc4\x8b\xe2\x33\x66\x0e\xee\x7b\xb7\x47\x64\xb5\x1c\x84\x64\xb1\x1a\x69\x81\x91\x30\x80\xfe\x66\x05\xac\x26\x68\xf4\xa2\x71\xf2\x70\x30\x73\x7b\x6b\xe0\xe7\x26\x01\xe1\x5f\x84\xaa\xc9\x63\xf4\x5f\xc5\xf3\x1c\x3c\x4f\xca\x93\x06\x35\xc3\xd1\xae\x19\xe6\x4e\xc4\x8a\xa9\xe1\x3c\x09\xac\x20\x19\xee\x55\xc1\xba\xbe\x91\x8f\x29\x56\xda\x8c\x92\xdd\x30\x17\x62\xfc\x3e\x04\xf3\xf0\x26\x56\x29\xe8\x1f\x0d\x3f\xe6\xa3\xaf\x36\xfe\xbe\xf1\x3b\x7d\xef\x3e\xf4\x13\x06\x40\x75\x2c\x7d\x63\xe2\x12\xd4\xfb\xfc\x12\x6d\xbf\x6e\xdc\x37\x9c\x0f\x2d\x45\xd2\x07\xa5\xae\x6e\x19\xd3\x31\x1b\x77\x57\xf8\x44\xd2\x46\xbf\xdb\x84\x83\x71\x7f\x41\xb8\x1f\xa7\x42\x79\xdc\x0f\x96\x37\x68\x75\x4c\xfa\x68\xa0\x25\xd5\xf2\xd1\xc6\xfa\x85\x52\x89\x2e\x5a\x39\xc9\xfb\x06\x38\x0f\xd3\x0a\x68\x7c\xc2\x7e\x46\x58\x7d\xe3\xaf\xa7\xdb\xd9\x60\x6d\xca\x45\x1e\x56\x5c\xbd\xd7\x82\xcb\x6c\x59\x95\x0f\x43\x64\x96\xcd\xc4\xc9\x88\x2c\xb2\x15\x90\x40\xfb\x67\xdd\xaa\x8c\x75\x70\xdb\x00\x13\xfc\xd9\xf6\x1c\x55\xde\x6d\x9f\x06\xf5\xa7\x9f\xc9\xc5\xdb\x29\xe4\x62\x3d\xd3\x3a\x9f\xec\x84\xf5\xa4\x5d\xf8\x41\xeb\xf5\x27\x50\x85\xad\x24\xae\xa2\x0f\xb0\xbc\xff\x04\xe7\xc9\xd2\xfb\x0b\x9e\x25\xcd\x6a\xbb\x10\x47\x68\x70\xaa\x7b\x1e\x22\x26\x13\x7e\x2d\xa0\x4e\x1e\xe7\xc1\xe3\xbe\x22\x56\xcb\x5d\xaa\x35\xb0\xea\x61\x53\xa7\x83\x6f\x69\xf2\x54\x1f\x91\xd8\x3d\x71\x30\xb2\x66\xa4\xb5\x73\xcf\x93\x14\xd5\xb7\xc4\x48\x61\x54\x1d\xd5\xd1\x07\x97\xd9\x71\x99\x0a\x1e\x0e\xc6\x89\xb3\x8f\xce\x5b\x7b\xe1\x8c\xba\xec\x1f\x81\x67\x57\x97\xeb\xa2\xe8\xff\xdd\x04\x89\xa1\xc7\xf5\x6f\x25\xdc\x27\x6e\x75\x26\xe8\x2f\xdd\x17\x52\xa7\x92\xc5\xda\x01\x38\x3e\x37\x19\xe2\x75\x77\x9b\x4d\x76\xc2\x5d\xb3\x14\xcf\x74\x6e\x79\x5b\x6f\xd2\xbf\x1f\xc5\x3a\xbf\xb3\xf1\x65\x7f\xfa\xde\x47\x18\xfb\xf2\x70\x31\x8e\x22\x84\x1b\xb3\xb3\xed\x9e\x07\x5e\x3f\x28\x2f\x7f\xb5\x6d\xf0\x0f\x1c\x8c\x6d\x1c\xdd\xaa\xe6\xe1\x60\x0c\x7b\x5b\x62\xe4\xac\xe1\x6a\x83\x6f\xc5\xc3\xc1\x48\x4d\xb1\x47\xd4\xe6\x0c\x61\x47\xb4\x97\x22\x49\xb4\x6a\x82\x99\x84\x30\xef\x77\xce\x95\xbb\xc7\xec\xc9\x1d\x41\x79\x27\x51\x9f\xb7\x7d\x30\xce\xe3\xe1\x61\x7c\x8d\x44\x51\xef\x7d\x3e\xcf\xc3\x98\xd3\xb7\x9f\x32\xe1\x60\xaa\x0d\xbd\x49\x52\xbd\xdb\x3f\x8a\x70\x73\xbe\x4f\xa2\xe3\xe9\x67\x8a\xf5\xfd\x7b\x13\x3f\x8a\x1f\xab\xc2\x9c\x99\x1f\xff\xc1\x95\xf4\x77\x97\x10\x5f\xe5\x33\xe9\x1e\xda\x59\xef\xd2\x57\xe8\x01\x17\x3f\xfa\x8a\x71\x98\x07\xf6\x57\xf3\x3e\xab\x83\xbb\xc5\xfd\x8d\x11\xce\x8e\xc3\x45\xc2\x37\x59\x3e\xb0\xa2\xfe\x70\x7f\xc0\xc1\xc8\xca\x10\xeb\xfe\x6c\xac\xba\x00\x88\xc9\xb9\xe3\x6e\x1e\xf3\xc4\x13\x4f\x52\xfc\xa7\x3d\xb9\xc8\xda\x7b\xce\xef\xe3\x0f\xe1\xa2\xba\xd0\xad\xfd\xf0\x9f\x82\x4b\x04\x38\x86\x2e\xf2\xb8\x61\x20\x81\x33\x1b\x32\x43\x11\xf9\x5d\xc2\x96\x18\xe2\xb8\x43\x6b\xa9\xde\x1d\x16\x47\xdf\x18\xbe\x31\x0a\xed\x7f\x98\xe3\xd2\x37\xf4\x33\x75\x5e\x08\x77\xa3\x3e\x52\xe1\x43\x29\x9e\x08\x9f\x77\x1e\x2d\x7a\xc8\xc9\x5b\x18\x19\x84\x94\x3f\xc7\x88\x8f\x87\x8b\x09\xa8\xeb\x4a\x02\xf0\x08\x31\xc5\xb8\x80\x87\x83\xb1\x3d\x47\xd1\x1b\x0f\x07\xa3\xb7\xc1\x0d\xd7\x5f\xc3\xdc\x1d\xff\x41\x61\x75\x0f\x1c\x4c\xa5\x17\xa2\x15\x26\x6e\xf5\xc6\x59\x1e\xb5\x3d\x00\x4f\xac\x7c\xd5\x01\x9c\x1d\x0c\x35\x23\xc9\xeb\x93\x14\xc3\x9d\xc8\x62\x27\x51\x07\xc3\xd8\xa7\x84\x87\x89\xf9\x3c\x19\x3d\x6f\xcc\x1c\x09\xac\x25\xc5\xfa\x29\xa2\x86\xc5\xf9\xd3\x4e\x8c\x37\xa5\x79\x88\x2d\x5f\x82\x3b\x2d\xe6\x4b\x28\xee\x9b\xb8\xe9\xa9\x58\xc7\x8c\x0d\xca\xc3\x33\x42\xec\x90\x72\x8c\x60\xe3\x26\xef\xc2\x4a\x6a\xbc\xc8\x29\xea\x83\xb3\xe8\x2a\xda\xe1\x68\xbf\x27\x18\xd1\x46\xe5\x7c\xc0\x78\x9d\x70\x31\x6e\x75\x8e\x98\x31\xb2\x79\xe4\x84\xda\x68\x51\x4d\x68\x2c\xa3\x5c\x4f\x74\x88\x5a\x1b\x3c\x09\xc5\xd9\xcf\x9b\x58\xcb\x06\xf8\x62\x5c\x29\xa1\x4f\xda\x39\xcd\x23\x10\xd1\xaa\xc2\xc3\x42\x71\xd6\x05\x8d\xa9\x8f\xce\x40\xdd\x08\x8a\xfa\x13\x62\xb8\x13\x05\x8f\x17\x26\x89\xeb\x18\x9f\x52\xdc\x1f\x3d\x52\x72\x22\x45\xa0\xc9\xf5\xa2\x68\x71\x93\x9f\xcd\x43\x8f\x93\x22\x48\xfd\x06\x53\xf6\xe9\x63\x8e\x3c\x55\xce\x1a\x23\xd8\x54\x27\x62\x22\x4a\x53\x27\xa6\x8e\x14\xf7\x24\xfc\x5c\x9a\x5e\x1e\xe1\x61\x24\xd6\x62\x3c\x9e\x7a\x6c\xfb\x1e\xfa\x99\x72\x0b\x29\x99\x97\x31\x3e\x4d\x4a\x20\x9c\x6d\xc2\xb5\x17\xe8\x47\xe2\xcf\x7c\xcb\x03\x70\x88\x74\xc7\xea\xb7\x55\x1d\xe1\x61\x4c\x05\x08\xff\xa3\xb7\xdc\x1f\xf5\x5d\x73\x14\x9d\x24\x14\xe2\x82\x09\xff\x00\xe1\xf8\xef\xb3\x0a\x08\x07\x23\x26\x16\x85\xa8\x14\xe1\x85\x31\x38\x9a\x61\xe7\x63\x10\xcd\xd0\xbb\x2a\x51\x8b\x1b\x2f\x87\x87\x49\xe3\xe2\xc8\x5f\xfc\x30\x7d\x11\xc7\xc1\xc3\xc3\x64\x9c\x16\xe5\x78\x62\x88\xa9\x2e\x2b\x99\xee\x6a\x64\x26\x11\xaf\x58\xe6\x02\xea\x6c\x95\x51\x43\xc8\xbb\xac\x1b\xa1\xe8\xc1\xb2\xf4\x93\x30\x3e\xc8\x7c\x92\x8d\x32\x6b\xd2\x5a\x8c\xe4\xb3\x24\xb7\xe1\x79\x22\xf3\xca\x21\x8c\xf0\x33\x66\x5f\xd4\xa7\xef\xbb\x27\x41\xdf\x43\xe7\x8e\x65\x9f\xbf\x8a\xff\x83\x0f\x27\xc1\x97\xec\xe1\x72\xd2\x67\xed\xe3\xc1\x38\x1f\xca\xb9\xe1\xb8\x1f\xe4\x54\xa9\xa1\x96\x94\x51\x0c\x6a\xdb\xcc\x24\xba\x81\x34\x39\x91\xac\xf6\xe8\xad\xc9\x18\xbd\xf0\x01\xe1\x06\x7a\xcf\xe1\x9d\x8e\x97\x71\x15\x53\x1e\x1e\xa6\x80\xcb\xe4\xe6\xaf\x1b\x80\xfb\xbb\x60\xf2\x48\xe4\x2f\x29\x18\x4f\x76\xb2\xc0\x48\x02\x11\x56\xf9\xe9\xc4\xe0\x96\xff\x4d\x0f\xe7\x89\xd7\x37\x29\x4f\x84\x2c\x6f\x01\x23\xbc\x75\x7e\x12\x31\xd3\x14\xf4\xa6\xbe\x62\xab\xe6\x96\xe2\x9b\xaf\x32\xdb\x9a\x4c\xdf\xb7\x1f\xfd\x47\xde\x8f\xf3\x98\x33\xcc\x4b\xbd\x8d\x2b\x97\x6b\xfe\x1c\x73\x22\x2b\x25\x3e\x32\x00\x6b\x45\x8e\x0f\x87\xeb\x0b\xa5\x67\x40\xeb\xac\xf1\x24\x06\xd1\x15\xf2\x75\x31\xf8\x94\x05\x53\x13\x70\xf6\xe6\xaa\x26\xe1\x3e\x9f\xb6\x39\x05\xcf\x13\x13\x8d\x29\xaa\x13\xba\xb9\x1c\x77\xe5\xe0\xf8\x0c\xcc\xe8\xf4\xda\xb5\x82\x3b\x81\xff\x37\x3c\x4c\x71\x28\x4d\x4c\x89\xc7\x64\x64\x74\x2b\x29\x92\xc0\x75\x2b\x9e\xa7\x80\x71\x42\xd1\x1d\x8a\xc0\x4a\xfc\x2c\xaf\xd0\xe7\x5d\x71\x3f\x14\x3f\xa7\x38\xa2\xd8\x96\x56\xa2\xe8\x7c\x26\x5a\xfc\x12\x85\x35\xf8\xa4\xb5\xd2\x9b\x70\x5e\x8a\xed\xf7\xbe\x25\x79\x16\x79\xf9\x8a\xba\x6e\xe1\xbf\x17\x9d\xae\xc3\x95\x2b\xce\xfa\x2a\xf3\x8b\x0f\xc7\xf0\x62\x74\x55\xb7\xd4\xaa\x27\x9e\x27\x15\xa0\xfe\x5f\x3f\x71\x30\x37\xd2\x30\xce\x9e\x75\x63\x19\xea\x83\x68\x5f\xba\x0d\x22\x5c\x4e\xbc\x38\x02\x61\xe4\xc5\x07\x1c\xa7\xd3\x0f\x70\xa8\xc6\x5f\x78\x98\x22\x2e\x93\xc9\xc3\xc3\x94\x8d\xa3\xf3\x55\x4f\x3c\x4c\x85\xf1\x5c\x5c\xcf\x0a\x7d\x79\xcc\x01\x97\x8f\xd1\xc6\x1d\x55\x96\x44\x11\x4a\xf9\x15\xba\x8f\x51\x7e\xd6\x9f\x24\x23\x0b\x54\xa1\x94\x8e\xf7\x2c\xd6\x17\xad\xc1\x37\xae\xd8\x43\x38\xfc\x8a\x53\xd5\xa8\xc9\x15\x87\xcf\xe0\xfc\x94\x0f\xbd\x49\xcf\x35\xa9\x45\xbf\xba\x4e\xe4\x1d\xe2\x6d\x7a\xf5\xea\xdd\xbb\x4f\x9f\xbe\x7d\xfb\xf5\xeb\xdf\x7f\xc0\x80\x81\x03\x07\x0d\x1a\x3c\x78\xc8\x10\x3e\xbe\xa1\x43\xf9\xf9\x87\x0d\x1b\x3e\x7c\xc4\x08\x01\x01\x41\x41\x21\xa1\x91\x23\x47\x8d\x1a\x3d\x7a\xcc\x98\xb1\x63\xc7\x8d\x13\x16\x1e\x3f\x7e\xc2\x04\x11\x91\x89\x13\x27\x4d\x9a\x3c\x59\x54\x54\x4c\x6c\xca\x94\xa9\x53\xa7\x4d\x9b\x3e\x7d\xc6\x0c\x71\xf1\x99\x33\x67\xcd\x9a\x3d\x7b\xce\x9c\xb9\x73\xe7\xcd\x93\x90\x90\x94\x94\x92\x92\x96\x9e\x3f\x5f\x46\x66\xc1\x82\x85\x0b\x65\x65\x17\x2d\x92\x93\x93\x97\x57\x50\x50\x54\x54\x52\x52\x56\x56\x51\x51\x55\x55\x53\x53\x57\xd7\xd0\xd0\xd4\xd4\xd2\xd2\xd6\xd6\xd1\xd1\xd5\xd5\xd3\xd3\xd7\x37\x30\x30\x34\x34\x32\x32\x36\x36\x31\x31\x35\x35\x33\x33\x37\xb7\xb0\xb0\xb4\xb4\xb2\xb2\xb6\xb6\xb1\xb1\xb5\xb5\xb3\xb3\xb7\x77\x70\x70\x74\x74\x72\x72\x76\x76\x71\x71\x75\x75\x73\x73\x77\x5f\xbc\xd8\xc3\x63\xc9\x12\x4f\x4f\x2f\x2f\x6f\x6f\x1f\x1f\x5f\x5f\x3f\x3f\x7f\xff\x80\x80\xc0\xc0\xa0\xa0\xe0\xe0\x90\x90\xd0\xd0\xb0\xb0\xf0\xf0\x88\x88\xc8\xc8\xa8\xa8\xe8\xe8\x98\x98\xd8\xd8\xb8\xb8\xf8\xf8\x84\x84\xc4\xc4\xa4\xa4\xe4\xe4\x94\x94\xd4\xd4\xb4\xb4\xa5\x4b\x97\x2d\x4b\x4f\x5f\xbe\x3c\x23\x23\x33\x33\x2b\x6b\xc5\x8a\xec\xec\x95\x2b\x73\x72\x72\x73\xf3\xf2\xf2\xf3\x0b\x0a\x56\xad\x5a\xbd\xba\xb0\x70\xcd\x9a\xa2\xa2\xe2\xe2\x92\x92\xb5\x6b\x4b\x4b\xd7\xad\x2b\x2b\x2b\x2f\xaf\xa8\x58\xbf\x7e\xc3\x86\x8d\x1b\x2b\x2b\xab\xaa\x36\x6d\xda\xbc\x79\xcb\x96\xad\x5b\xb7\x6d\xdb\xbe\x7d\xc7\x8e\x9d\x3b\x77\xed\xda\xbd\x7b\xcf\x9e\xea\xea\xbd\x7b\xf7\xed\xdb\xbf\xff\xc0\x81\x83\x07\x0f\x1d\x3a\x7c\xf8\xc8\x91\xa3\x47\x8f\x1d\x3b\x7e\xfc\xc4\x89\x93\x27\x4f\x9d\x3a\x7d\xfa\xcc\x99\xb3\x67\xcf\x9d\x3b\x7f\xfe\xc2\x85\x8b\x17\x2f\x5d\xba\x7c\xf9\xca\x95\xab\x57\xaf\x5d\xbb\x7e\xfd\xc6\x8d\x9b\x37\x6b\x6a\x6e\xdd\xfa\xeb\xaf\xdb\xb7\xef\xdc\xb9\x7b\xf7\xef\xbf\xef\xdd\xbb\x7f\xff\xc1\x83\x87\x0f\x1f\x3d\x7a\xfc\xf8\xc9\x93\xa7\x4f\x6b\x6b\x9f\x3d\x7b\xfe\xbc\xae\xee\xc5\x8b\x97\x2f\x5f\xbd\x7a\xfd\xfa\xcd\x9b\xb7\x6f\xdf\xbd\x7b\xff\xfe\xc3\x87\x8f\x1f\x3f\x7d\xfa\xfc\xb9\xbe\xfe\xcb\x97\xaf\x5f\xbf\x7d\xfb\xfe\xfd\xc7\x8f\x86\x86\xc6\xc6\xa6\xa6\xe6\xe6\x96\x96\xd6\xd6\xb6\xb6\xf6\xf6\x8e\x8e\xce\xce\x2e\x3c\x51\xfc\x6f\xfd\xff\xb7\xfe\xff\x5b\xff\xff\xad\xff\xff\xd6\xff\xff\xcd\xf5\x07\xf0\x5f\x12\x86\xcc\xc6\x7d\xfa\x8e\x00\xe0\x6a\x1c\x3f\xff\xfb\x0f\x3f\xf7\xea\xdd\x0b\xff\x4f\x6f\xe8\x03\x7d\xa1\x1f\xf4\x87\x01\x30\x10\x06\xc1\x60\x18\x02\x7c\x30\x14\xf8\x61\x18\x0c\x87\x11\x20\x00\x82\x20\x04\x23\x61\x14\x8c\x86\x31\x30\x16\xc6\x81\x30\x8c\x87\x09\x20\x02\x13\x61\x12\x4c\x06\x51\x10\x83\x29\x30\x15\xa6\xc1\x74\x98\x01\xe2\x30\x13\x66\xc1\x6c\x98\x03\x73\x61\x1e\x48\x80\x24\x48\x81\x34\xcc\x07\x19\x58\x00\x0b\x41\x16\x16\x81\x1c\xc8\x83\x02\x28\x82\x12\x28\x83\x0a\xa8\x82\x1a\xa8\x83\x06\x68\x82\x16\x68\x83\x0e\xe8\x82\x1e\xe8\x83\x01\x18\x82\x11\x18\x83\x09\x98\x82\x19\x98\x83\x05\x58\x82\x15\x58\x83\x0d\xd8\x82\x1d\xd8\x83\x03\x38\x82\x13\x38\x83\x0b\xb8\x82\x1b\xb8\xc3\x62\xf0\x80\x25\xe0\x09\x5e\xe0\x0d\x3e\xe0\x0b\x7e\xe0\x0f\x01\x10\x08\x41\x10\x0c\x21\x10\x0a\x61\x10\x0e\x11\x10\x09\x51\x10\x0d\x31\x10\x0b\x71\x10\x0f\x09\x90\x08\x49\x90\xc4\x92\x59\x0a\x4b\x65\x69\x6c\x29\x5b\xc6\xd2\xd9\x72\x96\xc1\x32\x59\x16\x5b\xc1\xb2\xd9\x4a\x96\xc3\x72\x59\x1e\xcb\x67\x05\x6c\x15\x5b\xcd\x0a\xd9\x1a\x56\xc4\x8a\x59\x09\x5b\xcb\x4a\xd9\x3a\x56\xc6\xca\x59\x05\x5b\xcf\x36\xb0\x8d\xac\x92\x55\xb1\x4d\x6c\x33\xdb\xc2\xb6\xb2\x6d\x6c\x3b\xdb\xc1\x76\xb2\x5d\x6c\x37\xdb\xc3\xaa\xd9\x5e\xb6\x8f\xed\x67\x07\xd8\x41\x76\x88\x1d\x66\x47\xd8\x51\x76\x8c\x1d\x67\x27\xd8\x49\x76\x8a\x9d\x66\x67\xd8\x59\x76\x8e\x9d\x67\x17\xd8\x45\x76\x89\x5d\x66\x57\xd8\x55\x76\x8d\x5d\x67\x37\xd8\x4d\x56\xc3\x6e\xb1\xbf\xd8\x6d\x76\x87\xdd\x65\x7f\xb3\x7b\xec\x3e\x7b\xc0\x1e\xb2\x47\xec\x31\x7b\xc2\x9e\xb2\x5a\xf6\x8c\x3d\x67\x75\xec\x05\x7b\xc9\x5e\xb1\xd7\xec\x0d\x7b\xcb\xde\xb1\xf7\xec\x03\xfb\xc8\x3e\xb1\xcf\xac\x9e\x7d\x61\x5f\xd9\x37\xf6\x9d\xfd\x60\x0d\xac\x91\x35\xb1\x66\xd6\xc2\x5a\x59\x1b\x6b\x67\x1d\xac\x93\x75\xb1\xee\xff\x00\x80\xf5\xea\xea\xdd\xd9\xa7\xa3\x6f\x7b\xbf\xb6\xfe\xad\x03\x5a\x06\x36\x0f\x6a\x1a\xdc\x38\xa4\x81\xef\xc7\xd0\xef\xfc\xdf\x86\x7d\x1d\xfe\x65\x44\xbd\xc0\x67\xc1\x4f\x42\x1f\x47\x7e\x18\xf5\x7e\xf4\xbb\x31\x6f\xc7\xbe\x19\xf7\x5a\xf8\xd5\xf8\x97\x13\x5e\x88\xd4\x4d\x7c\x3e\xe9\xd9\xe4\x5a\xd1\xa7\x62\x4f\xa6\x3c\x9e\xfa\x68\xda\xc3\xe9\x0f\x66\xdc\x17\xbf\x37\xf3\xef\x59\x77\x67\xdf\x99\x73\x7b\xee\x5f\xf3\x6e\x49\xd4\x48\xde\x94\xba\x21\x7d\x7d\xfe\x35\x99\xab\x0b\xae\x2c\xbc\x2c\x7b\x69\xd1\x45\xb9\x0b\xf2\xe7\x15\xce\x29\x9e\x55\x3a\xa3\x7c\x5a\xe5\x94\xea\x49\xb5\x13\xea\xc7\x35\x8e\x69\x1e\xd5\x3a\xa2\x7d\x58\xe7\x90\xee\x41\xbd\x03\xfa\xfb\x0d\xf6\x19\xee\x35\xaa\x36\xde\x63\xb2\xdb\x74\x97\xd9\x4e\xf3\x1d\x16\xdb\x2d\xb7\x59\x6d\xb5\xde\x62\xb3\xd9\x76\x93\x5d\x95\x7d\xa5\xc3\x46\xc7\x0d\x4e\xeb\x9d\x2b\x5c\xca\x5d\xcb\xdc\xd6\xb9\x97\x2e\x5e\xeb\x51\xb2\xa4\xd8\xb3\xc8\x6b\x8d\x77\xa1\xcf\x6a\xdf\x55\x7e\x05\xfe\xf9\x01\x79\x81\xb9\x41\x39\xc1\x2b\x43\xb2\x43\x57\x84\x65\x85\x67\x46\x64\x44\x2e\x8f\x4a\x8f\x5e\x16\xb3\x34\x36\x2d\x2e\x35\x3e\x25\x21\x39\x31\x29\x29\x31\x39\x21\x25\x3e\x35\x2e\x2d\x76\x69\xcc\xb2\xe8\xf4\xa8\xe5\x91\x19\x11\x99\xe1\x59\x61\x2b\x42\xb3\x43\x56\x06\xe7\x04\xe5\x06\xe6\x05\xe4\xfb\x17\xf8\xad\xf2\x5d\xed\x53\xe8\xbd\xc6\xab\xc8\xb3\x78\x49\x89\xc7\xda\xc5\xa5\xee\xeb\xdc\xca\x5c\xcb\x5d\x2a\x9c\xd7\x3b\x6d\x70\xdc\xe8\x50\x69\x5f\x65\xb7\xc9\x76\xb3\xcd\x16\xeb\xad\x56\xdb\x2c\xb7\x5b\xec\x30\xdf\x69\xb6\xcb\x74\xb7\xc9\x1e\xe3\x6a\xa3\xbd\x86\xfb\x0c\xf6\xeb\x1f\xd0\x3b\xa8\x7b\x48\xe7\xb0\xf6\x11\xad\xa3\x9a\xc7\x34\x8e\xab\x9f\x50\x3b\xa9\x7a\x4a\xe5\xb4\xf2\x19\xa5\xb3\x8a\xe7\x14\xce\xcb\x5f\x90\xbb\xb8\xe8\x92\xec\xe5\x85\x57\x16\x5c\x95\xb9\x36\xff\xba\xf4\x0d\xa9\x9b\x92\x35\x12\xb7\xe6\xfd\x35\xf7\xf6\x9c\x3b\xb3\xef\xce\xfa\x7b\xe6\x3d\xf1\xfb\x33\x1e\x4c\x7f\x38\xed\xd1\xd4\xc7\x53\x9e\x88\x3d\x15\xad\x9d\xfc\x6c\xd2\xf3\x89\x75\x22\x2f\x26\xbc\x1c\xff\x4a\xf8\xf5\xb8\x37\x63\xdf\x8e\x79\x37\xfa\xfd\xa8\x0f\x23\x3f\x0a\x7d\x12\xfc\x2c\x50\x3f\xe2\xcb\xf0\xaf\xc3\xbe\xf1\x7f\x1f\xfa\x83\xaf\x61\x48\xe3\xe0\xa6\x41\xcd\x03\x5b\x06\xb4\xf6\x6f\xeb\xd7\xde\xb7\xa3\x4f\x67\xef\xae\x5e\x0c\xfe\xa7\x03\xff\xd3\x81\x6e\x4b\xb0\x48\x55\xe1\xc2\x70\x4d\xc6\x74\x43\xd5\x6e\x8e\xe3\x67\xcc\xf6\x9a\x7e\xf9\x8c\x37\x8c\xb9\x4d\x35\xb5\x9f\xef\xcf\x76\xbb\xac\x76\xbe\xa8\x53\xd1\x75\xd5\x25\x22\x54\xd6\x7e\x69\x57\x7f\xbb\x07\x59\x07\x3d\xa3\x3b\x03\x2d\xe7\x6d\x70\x0d\x48\xea\x38\x6c\xea\x76\x30\x26\x7c\x59\xc7\x2c\x83\x31\x7f\x59\x45\x6f\x6c\x2f\xd7\xce\xff\xd6\x15\xd7\xd9\xe1\xad\xb9\xac\x45\x31\xfc\x61\xa7\x81\xfa\xf1\xd6\x65\xfe\x33\x3e\xa8\x69\x8e\x6c\x6d\xf3\x5d\xf0\x70\x80\xb6\x43\x9b\xbc\xcf\xda\x2b\x26\x7a\xf7\xdb\x66\xf9\x59\x9d\x9a\xab\xef\xd1\xf6\x7d\xc9\x4b\xc6\xe4\x4e\xc8\x2f\x1c\xbe\x9b\x31\xa3\x97\x4a\xae\x63\x56\x33\xe6\x92\xa9\xf6\x56\xf4\x0d\x63\x5e\x77\x8d\xb6\xcc\x7f\xc7\x0e\x7b\xbe\x74\x18\xaf\xf3\xb6\x2b\x7a\x49\xa8\xaf\xab\xf3\xc9\xce\x14\xa7\xce\xf4\x13\xfe\x97\x3b\x76\xda\x98\xac\x0f\x8a\xa8\x6c\xff\xcb\xfc\xfc\xa1\xf9\x09\x7d\xda\x3d\x0d\x9a\xfe\x96\x4c\x9a\xd2\x96\xab\x73\xa0\x71\xd5\xd2\x99\xed\x2b\xb4\x47\x35\x75\xc6\x07\x7e\xfd\xaa\xed\xde\xfc\x3a\xea\xc9\x93\x7b\xba\x47\x5a\xd6\x86\xd7\x5f\xd1\x33\xea\xd3\xb2\x27\xa2\xf9\x84\x9a\x49\xaf\x56\xc3\xd0\xfd\xfb\x8b\x4c\x12\xda\xc4\x03\x7a\x31\xa6\x78\x56\xae\x69\x44\x24\x63\x66\x77\xe4\x1a\x47\x2b\x33\xb6\x38\x5c\xed\xdd\x94\x54\xc6\x02\x2b\x0c\xac\x65\x0e\xb0\x0f\xa1\x1e\x16\x37\x34\x2b\xbb\x94\xbc\x75\xbc\x6e\xb9\x5d\xeb\x38\xb2\x78\x5d\x4a\x5a\x84\x46\x7b\x89\xe3\x8a\xd2\x84\xa4\x93\x6d\xbe\x56\xdf\x0e\xdd\xcd\x50\x6d\xb5\x31\x4e\x79\xe4\x95\x33\xb0\x35\x56\xcf\xb9\x61\xe0\x8a\xab\xed\xfd\xb5\x9b\x9b\x14\x93\xab\x5e\x08\xe8\xef\x6c\xda\x98\x1c\x76\xbd\xd5\x38\xbb\xd9\x28\x51\xff\x4c\x96\xe9\x96\xe6\x57\x71\x9b\xf6\xdd\xb0\x70\x69\xd9\x10\xf5\x79\x4b\x9b\x65\x6b\x6b\x6a\xe8\x7a\xc6\x34\xc7\x2e\xb0\x1f\x5e\xc5\x98\x7d\x1f\x59\xef\xd1\x55\x8c\x05\xf4\x51\xaa\x11\x7b\xc3\x58\x54\xb8\x56\x80\xd4\x64\x76\x27\x7e\xbc\x99\x81\x4e\x6a\x97\x74\x58\x95\xfb\x8a\xc5\xba\x1d\xb3\xbd\x0b\xe2\x9c\x63\x93\xdb\xfc\x5c\xc3\x4a\x76\x64\x4e\x6e\x9d\x6e\x1b\x7d\x78\x78\xde\x97\xe6\x02\x93\x61\x2f\x87\x15\x4f\x6b\x49\xd2\xbf\xf9\x7d\x43\x41\xff\x8f\x3f\x0c\x12\x1b\x2c\x56\x44\xdf\x8a\x36\xb3\x6b\xb8\xb3\x42\xe6\xd4\x0c\xcb\x93\x8d\x2d\xe9\xc7\xf6\x8e\xb1\xe9\xdb\x3c\x39\x45\x6b\xf3\x03\xdb\x6b\x2d\xfc\xf1\x4b\xd6\x4d\x72\x18\xd4\xf2\x24\xea\x21\x63\x3a\x2f\xe7\x6b\x0e\xd7\x63\xcc\x6d\x9e\x64\x8b\x50\x08\x63\x11\x43\x16\x3c\x14\x11\x62\x6c\xe9\x74\xe5\xdd\x73\xbd\x59\x63\x46\xb2\x81\xb6\xe6\x9b\x2e\xc3\xd4\x1f\x0e\x13\xdc\xc3\xda\x87\x86\x6c\x0d\xfe\x90\xf6\x77\xcb\x41\x2f\xd5\x55\x7d\x57\x6f\x69\x56\x73\xec\x7f\x68\x43\xe9\x8f\x86\x37\xa6\x76\x1f\x27\x54\xdd\x6f\x3a\x6e\xa4\xf3\x75\x52\xe9\xab\x7b\x37\x2c\xea\xbf\xe9\x97\x3c\x3e\x7d\xd3\x56\xf8\x87\x53\xc1\xd7\x3d\x13\x1c\x52\x1b\x3a\xb2\x37\x6c\x78\xec\x12\xd6\xb8\x23\xb3\xbd\xf8\xaa\xeb\xc8\x66\xd5\x94\x4f\x79\x23\xdd\x1a\x5b\xc6\x24\x18\x33\x66\x54\x2f\x15\x37\x7c\x19\x63\x9e\x9b\x25\xc4\x85\x54\x19\x4b\x52\x92\x7a\x3e\x7e\x2f\x63\x39\xe1\x8b\x8a\xc5\x77\x30\xb6\x66\xa2\x66\x81\xaa\x6c\x97\x73\x9e\xa7\x95\xab\xdb\xfa\xb6\x9c\xe4\x8d\xbe\xc7\x33\xc6\x35\x7d\x0d\x64\x59\x42\xe5\x79\x0d\x7c\xae\x47\x0f\x1b\x6f\x3f\xf0\x7d\xb6\xc5\x8a\xf7\x5b\xf7\x1c\xa8\xdd\x61\x9d\xfa\x29\x6d\x9b\xf8\x29\x61\x67\x93\xfa\x96\xca\xe8\xad\x7a\x8b\x8f\x7d\xb3\x5c\xe7\x5c\x76\xd4\x23\xe2\xc7\xa5\x55\x83\x0a\xa4\xbd\x9e\x36\x5c\xce\x69\xc9\xbc\xef\x5d\xd6\xe4\xb5\x7c\x56\x62\x8b\x5f\xaf\xe6\x43\xc9\x42\x8c\x59\xba\xce\xbd\x32\x2c\x8d\xb1\xa0\xbe\xb3\xb2\x05\x16\x32\x96\x31\x79\x9e\x8b\x70\x1f\xc6\x4a\xef\x4b\x5e\x16\xad\x60\x6c\xb3\xb1\xf2\x44\x85\xb8\xae\x17\x5b\x73\xf5\x43\xec\x8a\xda\x4e\x16\x7e\x71\x2d\x4b\xdf\xdd\x20\x1f\x9b\x96\xc0\xbf\xfd\x42\x7d\x9e\x8f\xd0\x81\x6d\x27\x3a\xea\xb5\xed\xfa\xbd\x12\x3f\x21\x79\x6a\x98\xc7\xc1\xf7\x1a\xfb\x1d\xb6\x18\xf8\x5c\xff\x3c\x62\xbb\xc5\xaa\x73\x41\xde\x5f\x4a\x2a\x25\x32\x26\x86\x0c\xfe\x6e\x54\x72\x33\x65\x44\xc8\xea\x86\x91\x05\xab\x62\xc4\x42\xcf\x35\x6e\x58\x11\x10\x7e\x22\xe4\x75\xf3\xbc\x34\x25\xc6\x9c\x16\xcd\xf9\x38\x7c\x23\x63\x51\x26\xe2\xa5\x02\xfc\x8c\xad\xfa\x30\x6d\x98\x20\x1f\x63\xdb\xa3\x67\x86\x09\xc7\x32\x76\x74\x9f\xcc\x7d\x89\x9b\xcc\xf0\x4c\x9d\xba\xa8\x79\xef\x76\xb3\x63\xe9\xe6\x43\x93\xef\x7f\x7f\x5d\x2a\x13\x30\x6e\xcf\xf9\xa7\x7a\xf1\x41\x87\x87\x3d\x1d\x74\x6c\x44\xc4\xbe\x47\xb3\x6e\x7e\x29\xaa\x8b\x4d\x78\x2d\x75\xd2\x62\x59\x54\x82\xca\x87\x47\x7b\x67\x24\x3d\x8b\x4d\xf9\x32\x60\x53\x50\x5c\x69\xac\xf2\xb7\x5d\xeb\x9c\x22\xf7\xc5\x0d\x68\x18\x5f\xb0\x22\xd4\x28\x6e\x66\xd3\xac\x8c\x53\x41\xaa\xb1\x1d\xcd\xf1\x29\xe9\x8c\xb9\x9f\x99\x9a\x38\xe4\x3a\x63\x4b\x01\x0e\x02\x30\x46\xa8\x18\xc6\xce\x06\x80\x5d\xb7\xbc\xa3\x2a\xae\x36\xc1\x87\xb1\xda\x2b\x72\x6b\x35\x1e\x77\xdc\xfa\x10\xac\x19\x1f\xfc\xed\x87\xf9\xeb\x0c\xf3\x19\x3b\x96\x9c\x19\xb5\xad\xd7\x86\xf1\xdf\x2f\x2d\x7d\x72\xc4\xeb\xf6\xee\xfb\xfe\x09\x7f\x17\x3e\x7c\x53\x76\x2c\x25\xca\xaf\x40\xe6\xd3\xde\x9d\xc3\xc2\x0a\x72\x0e\x7e\xb5\x5f\x7f\x2f\xd8\x38\xfb\xe2\xf7\x87\x45\xe5\x01\x8a\x99\x2f\x1a\xe7\xad\x0c\xf0\x15\xcb\x5c\xdf\xb4\x67\xd9\x35\x2f\xc3\xe5\xc7\x5a\x64\xe3\xdb\x19\xf3\xaa\x9e\x5c\x33\xe8\x11\x63\xd9\xfc\xf4\x1e\xbb\x4d\xe8\x3d\x6a\xf2\x49\xfe\x98\x0b\xd8\x57\x98\x35\x49\x6e\x99\x55\xdb\x29\xd0\xfa\x49\xdd\x26\xa0\xe1\x81\xfe\x17\x07\xab\xc8\xaa\x63\x6b\x06\x3d\x5c\x9b\x61\x71\x47\xc7\xfb\xef\xba\x01\xb5\xb5\x97\x94\xbd\xde\x9d\x4b\x7d\xaf\xb6\x7f\xb1\xf7\xa7\x5d\xd7\xea\x57\x6e\xba\xe6\x3d\xb7\x4a\xfa\xdb\x86\xd2\x8d\x9e\x39\x65\x72\x0d\x9a\xf9\xc2\x1e\x83\x4a\x6f\x34\xbe\xca\xf4\x71\x0f\x28\xf2\x69\x8e\x48\xe1\x77\x87\xfc\x41\x2d\xfb\x62\x76\x33\xe6\x6f\x4c\x7d\xa4\x08\x15\xc9\xd8\x31\x17\x92\x4f\xa3\x49\x52\xdc\xde\x65\xc1\x0a\xa4\x5b\xa4\xd2\x1e\x6a\xb5\xd5\x6b\xb9\x7b\x97\x55\x0b\x37\xd4\x38\x3c\xcf\xdf\x91\x3a\xf5\x53\x4b\x62\xd8\x1e\x75\xa7\xd2\xf7\x41\x6f\x4f\x1f\x94\xb3\x33\x7a\xd3\xf8\x69\xf7\xd6\x7d\x4e\x9f\x2f\xa6\x7d\x4d\x2e\x97\x73\xb2\x39\x72\xf9\xc7\xa1\x02\x03\x67\xf3\x5d\x65\x8d\x4e\x2b\x14\x9d\xba\xb6\xf4\x6d\x3a\xbd\x74\xb1\x63\xf0\x86\x84\x16\xdb\x38\x35\x87\xef\x65\xa3\x5a\xe7\x45\x34\x31\x16\x25\x0c\x88\x6f\xa4\x9b\x97\x8c\x5d\xf6\x20\xf9\x15\xd1\x48\x6c\x0b\xbd\xc7\x73\x19\xe6\x3b\x5f\x53\xfa\xc3\xa9\xf0\x0e\x05\x1d\x77\xe7\xa3\xeb\x6e\xb4\xe8\x3b\xfe\x48\x7a\x11\xbd\xe3\xc7\xc5\xd8\xe6\xe2\xa1\xf6\x47\xbf\x4a\xdf\xbb\xb3\x71\xb3\x79\xdc\x77\xfe\xaf\x4f\xd7\x5a\x5b\x3c\xaa\x7d\xf3\x43\xb4\x60\x95\xd5\x9c\xeb\x7d\x1b\xfd\x32\x95\x2d\xdb\xcf\x4a\x34\x0f\x4f\x99\x6e\x23\x70\x30\xb2\xf9\x64\xc2\x3b\x9b\x98\x5d\x0f\x5a\x2a\xa3\x8f\xdb\x88\x6f\x29\x6a\x5d\x1d\xba\x85\xb1\x74\x2d\x7a\x6e\x75\x0d\xc9\x07\xb6\xff\x9c\x87\x17\x1e\x8c\x81\x0c\xc0\xa5\x52\x16\x2f\x13\x2a\x75\x7e\x6b\x4c\xa7\xba\x9e\xb9\xd5\xcc\x15\x92\x6d\x71\xce\x3b\x42\x34\x43\x36\x37\x1f\x8a\x6a\x5c\x1a\xee\x38\xb6\xf1\xcb\x81\xce\xec\x08\xe3\x21\x8d\xce\x0d\x2e\x2b\x56\x18\x38\x37\x2b\x34\xd9\xa6\x64\x18\xf5\x7e\xb9\xa7\x59\x3d\xe1\xb8\xf1\xd1\x3b\xb2\x2d\x93\x63\x36\x99\x64\x5c\x3a\xd1\xda\x3f\xbc\xc4\x74\xe8\x49\xd5\xd6\xdb\x41\x85\x26\x29\x87\xb6\xb5\xed\xf0\xf1\x63\x6c\x4d\x14\x3d\xf7\x02\xb7\x0e\xcd\x58\xfb\xa8\x3f\x4a\xef\x71\xa5\x8a\x64\xf5\x16\x76\x6b\xfe\xa6\xd9\x43\x0a\x0b\xba\xa4\xf5\x85\xf4\xa7\x25\x54\x77\xd8\x38\xdd\x77\x1b\xe9\x7b\xa4\xed\x74\xd8\xfa\xa0\x0a\x87\x75\xad\x7f\x95\x05\x45\xf2\x1b\xbe\x6a\x15\x7d\xd8\x27\x6a\x85\xce\xe5\xd6\xb8\x96\x63\x61\x0a\xda\xd3\xdb\x16\xb7\x56\xfb\x17\x6b\x87\x7e\x78\xde\x66\xea\xfd\x54\x27\xed\x89\x4d\xdb\x61\xcf\x52\x1d\x56\x73\xaa\xdd\xce\x7d\x8c\xee\x99\xcb\xd3\xda\x8b\x5d\x17\x33\x46\x9d\x34\x18\xab\x45\x0e\x94\xce\x09\xf4\xdc\xdb\x49\x24\x0f\x84\x30\x26\x62\xc6\xd7\xb4\x2e\x83\xd5\x2e\x3c\x3f\xcb\x7a\x79\xaf\xae\x33\xfa\xf7\xd4\xa7\x85\x1e\xec\x4c\x76\xac\xb1\x5c\xe8\x51\xde\x51\x16\xb4\xc9\x39\xc4\xce\xb4\x83\x3f\x37\x79\xf1\x7b\xa3\xe3\xed\xb1\xc7\xc6\x7b\x49\x6b\x7b\xb4\x35\x7d\xd8\xeb\x7d\x57\xfd\x56\x47\xaf\x76\x2f\x97\xe9\x6a\x03\x3a\x8e\x75\xcc\xb3\x5d\xa4\xaa\xf3\xfd\x43\x47\xb1\xe5\x52\x35\xc1\x37\x56\x1d\x65\x96\xb7\x54\x6f\x3c\xba\xd2\x39\xc4\xf4\x31\x63\x17\xbf\xfd\x73\x1d\x1e\x7f\x21\x79\x38\x9e\x64\x49\x11\xc9\xec\xed\x8c\x2d\x88\x99\x92\x13\xab\xcb\x3c\x75\x2d\x17\xda\x7a\x07\x74\x55\xd8\xd6\x6a\xea\x38\xd7\x74\xbe\xf2\x33\x35\x31\xb1\xba\xd9\xb9\x2d\x6d\x8f\x79\xaa\x51\x68\xa7\xc0\xa6\x29\xb6\x71\xda\xc3\x3a\xbe\x5c\xac\xb4\x95\x51\xeb\xd5\xd1\xf0\x79\x95\xb5\x92\xb2\x54\xe7\xc1\x4e\x79\xa3\x73\x8a\x65\x5d\xb3\x3b\x8f\xea\xea\xc8\x67\x76\x5e\xed\xd2\x55\xcb\x96\xab\xfc\x7e\xb1\x2b\x50\xc5\x93\xb1\x8f\xa8\x9f\x6f\x14\xe8\x79\xa7\xb6\x91\x5c\xef\x4d\x72\xd9\x66\x92\x89\x95\x8c\xc9\xce\x17\x35\x0f\xc8\x65\xc7\x74\xaa\xe7\x95\xb9\x9a\xb0\x39\xd6\xda\xf2\xca\x76\x82\x5d\x8f\x3c\x1e\xa9\x96\x99\xd7\x74\x45\xc4\x17\xeb\x64\x1b\xb8\x75\x79\x16\x44\xe9\xf2\x69\x15\x75\xcd\xdc\x69\xa7\x1f\xa0\x5a\xd6\x35\xf4\xca\x28\xfd\x4d\x8a\xc7\xbb\xe6\xbf\x5d\xaf\x73\x42\x3e\xa4\xeb\x48\x97\xa9\xda\x8c\x45\x1b\x99\x48\xd7\x49\x85\xb5\x0b\xf9\x58\x21\x53\x91\x91\x67\x6c\x6a\xa1\x72\xc2\x80\xc5\x8c\x29\xee\x57\x74\x15\xb8\xcd\x98\xf1\x42\x8d\xd4\x09\x69\x8c\xd9\xef\x31\xb4\x9a\x75\x81\x31\xc7\x70\x3b\x5f\xc5\x43\x2c\xc6\x59\xc8\x4b\xc7\x48\xa2\xeb\x88\x6d\x4a\xda\x3e\xc7\x90\xce\x83\x96\x4e\x65\x9e\xbe\x5a\x9d\x92\x26\x43\x0f\xec\x0f\xca\xe9\x78\xab\xb7\xb9\x66\x61\x48\x41\x87\xba\xd6\xc5\x2f\x96\x91\x49\x9d\x52\xea\x0d\xad\x2e\x01\x0b\x5a\x4a\xd4\x15\xda\x26\x78\x4f\x7f\x29\xac\x99\xd0\x66\xe8\xad\xfc\x57\x99\x4e\x78\xdb\x12\xef\x57\x17\xf6\xea\xa6\xb4\x0f\xf6\xc8\x3b\xb6\x4f\xaf\xad\xdd\xd3\x5d\x82\xb1\x19\xe7\x15\x6d\x06\xa6\x30\xa6\x32\x58\xa1\x4e\x70\x36\x63\xe6\xb7\xd4\x54\x26\xd8\x33\xe6\x36\x48\x5b\x71\xc6\x64\xc6\x96\x38\x5b\x9c\x94\x6f\x61\x12\x8b\x87\x2c\x16\x34\x97\xea\xd2\x71\xda\x95\xd8\xcb\xfd\x68\xe7\x70\x9b\x57\x6b\x3b\x42\xce\x74\xf8\x9a\x1d\x3a\x30\x34\x6a\x79\xfb\x19\x03\x8f\xbb\x96\xf1\x12\xed\x93\xb4\x6f\x34\xb9\x25\x3d\xe1\xc5\x63\x1f\x9b\xb4\xde\xb5\x1c\x0f\x7d\x72\xcf\x49\x4f\xba\x55\x28\x54\xfd\xe2\x4a\xc3\xe5\xad\x9a\xa1\xd2\xc7\xfa\x18\x99\xb7\x69\xfa\xed\xd9\x7d\xc9\xa4\xaa\x6d\xb3\x4f\x14\x63\xb3\x96\x2f\xbc\x3e\xf0\x33\x63\x9a\xe6\xb2\xa1\x23\x3e\x33\x66\x77\x5b\xae\x68\xac\x35\x63\xbe\x43\xd4\xd7\xce\x10\x66\x2c\xf0\xaa\xa9\xb0\xc2\x77\xa6\xe4\xf3\xc9\x65\x9a\x79\xaf\xce\xfd\x8b\xa3\xa3\xa5\x7d\x7b\x75\xcc\x76\xb4\x2b\x8a\x8e\x3d\xdc\x6e\x6f\x29\x78\xf0\x46\x72\x47\xdb\x44\x23\xf9\x47\x4b\x32\x8e\xf3\xe2\xb1\xc6\x7c\xed\xe3\xcd\xc2\xf1\x72\x4f\xce\xea\x6f\x6e\xf6\x8d\x77\xbb\xf2\xc8\x78\x4e\x73\x67\xac\xe7\xd1\x74\xb3\xc9\x2d\x7b\xa3\x06\xef\xb6\x30\x7f\xd8\x9a\x18\x6a\x52\x59\x6f\x99\xd1\xb6\x20\x60\x2f\x63\x52\x6f\xe7\x87\x0e\x89\x66\x4c\xcf\x75\x41\xec\x88\x66\xc6\x5c\xf7\xcb\x4e\x1d\x6b\xc9\x58\xb0\x88\x8a\xf0\xb4\x22\xc6\xa2\x17\xea\x87\xc9\x8d\x61\xda\x11\x8e\x76\xa7\xcd\xb5\x3b\x67\xfa\xec\x0a\xbe\x19\xf4\xa6\x3d\xce\xe5\xed\xaa\x6f\xc9\x4f\x5b\x1f\xd8\x14\x1c\x5c\x9d\xed\xd5\x92\x6d\x3c\xb1\xce\xbd\x60\x23\x2f\x1e\x7b\xd5\x65\xa8\xda\xf0\x21\x53\xfa\xfa\x60\xb3\xc9\x8d\xf7\xd2\xe3\x8e\xdd\xb2\x5c\xdf\xb4\x2d\x4d\x7e\xe7\x26\x9b\x61\xcd\x2f\x12\xc6\x6c\xd8\x60\xf7\xb8\x25\x2c\x56\xa2\x64\x8b\xfd\xf4\xd6\x55\xa1\x8c\xb1\xf9\x55\xf3\x8b\xf9\xd4\x18\x33\x73\x96\x96\x18\x71\x84\x31\xcf\xbf\xa4\x65\x46\x5d\x65\x2c\xfa\xa0\xdc\x2b\xb1\xe3\x8c\xa5\x5d\xd6\x72\x92\x4d\x67\xd1\x4b\xf9\xcc\xc7\x9b\x98\x77\xac\x0e\xd9\xea\x97\x10\x39\xb2\xf5\xdb\x92\xca\xbc\x45\xd9\x7b\x9b\x1b\xed\xd9\xa1\x49\xc5\xd3\x1b\x6f\x1b\x67\xd5\xdf\x59\x1f\xf1\xfd\xba\xd1\xd8\x6f\x3a\x45\xaf\x6b\x5e\x5b\x4a\x7d\x3f\xb7\x3a\xf1\x84\xa4\xcd\xe7\x06\xcb\x9c\xe7\xdb\x67\x3b\x2e\x69\x5c\x99\x35\xa9\x42\xce\x69\x7d\xb3\x78\xea\x8c\x35\x5d\x2e\x82\x2d\x7c\x09\x46\x39\xd1\xae\x53\x5b\xc7\x44\xbe\x66\x6c\x61\xb2\xe4\xae\x21\xc9\x8c\xd9\x48\x48\x9d\x17\x38\xc5\x58\xd0\x64\x29\xf9\xd1\xed\x8c\x2d\x1b\x2f\x7d\x73\xa2\x11\x63\xb9\xae\x4a\x1f\xa4\x46\xb0\xb4\xbc\xe3\x46\x0a\xc6\x47\x3b\xb6\xa7\x89\xb9\x1f\x8a\xb8\xdc\xe2\x17\x38\x6f\x99\xcb\x1a\xdf\xc6\x75\x2e\x83\x0e\xae\xa9\x1a\xf1\xe3\xa6\x99\xe1\xc7\xd6\x6d\x1e\x0f\xc3\xac\x9e\xd4\x9f\xdd\x58\x72\xb4\xce\xe9\xf0\xd7\xfd\x65\x17\xb7\xa8\xb8\x6d\xf8\xc1\x57\xb8\x6f\xdd\xcc\xc5\x7e\x0d\x97\x73\xf2\xf2\x0e\x2e\xd9\xd7\xa4\xbe\x7c\xdf\xf2\x3d\x5e\xf5\xcd\x92\xa9\x1f\x52\xfa\x78\x47\xb7\x98\xc6\xbb\x30\xa6\xf8\x65\xde\xb8\x21\xa1\x8c\x39\xec\x17\xbf\x30\xb4\x90\xb1\x28\xfd\x39\x5a\x23\x0d\x19\xcb\x99\x3d\x6f\xe5\xf8\xd5\x8c\x95\x3f\x5e\x98\x31\xbb\x3f\x7b\xb0\x69\xa6\xa6\xa8\xce\xb5\x8e\x57\xc5\xa2\x76\x13\xc2\x02\x9b\xbc\x62\x65\xa3\x62\x37\x0c\xf8\xa6\xbe\x44\xf9\x60\xda\x81\xe7\x5f\xed\xac\x05\xdf\x8e\x3e\xf8\xf5\xd8\xba\xc5\x07\x3e\xfa\xef\x1e\x5a\xf5\xd8\xfb\x4a\x7d\xf5\xa6\xf4\x55\xc3\x02\x14\xbe\x19\x95\x19\x66\xd9\x04\xe8\xfc\x78\xb4\xca\x2d\x69\x43\xf0\xb0\x46\xf5\x95\xd3\xa3\x9f\x07\x55\x34\x8f\x4f\xab\x0c\x0f\x0e\x16\x6a\x7e\x93\x24\xc8\x98\x96\xe9\xdc\x34\xbe\x92\x5f\x71\x48\x8a\xf2\xb4\xa2\xe1\xdf\x19\x5b\xdb\x38\x75\xac\xc0\x5b\xc6\xf6\x0c\x99\x1b\x30\xb9\x96\xb1\xc3\xed\x4a\x87\xd4\xb5\x3b\xbd\x0e\x05\x19\xa9\xf8\x3f\x6d\xdc\x54\x24\xe8\xbb\xae\x6a\xcd\x3b\xdb\x90\xe4\x7d\xe7\xaf\x3b\x1c\x93\x0e\xf4\xaf\xf3\x3e\xaf\x59\x7a\x30\xbc\xfe\x9d\xf9\xa1\x43\xcb\x85\x62\xc6\x7c\xd6\xdf\x9e\x93\x78\x30\xa6\xe4\xeb\xd0\x8d\x13\x62\xa3\xa2\x4a\x7e\x8c\x5e\xf3\x2c\x6a\x6a\x44\x60\xa3\x45\xf6\xd7\x30\xed\x08\xb3\xe6\xc1\x4b\x85\x82\x17\x46\xec\x6a\x99\x91\x90\xc3\x98\xee\xa1\x99\xb5\x43\x54\x19\xf3\xad\x15\x3b\x30\x64\x15\x63\x2b\xdf\x50\x1c\xb2\xe3\x75\x6f\x8c\x07\xce\xc4\x4e\x09\x1d\x19\xc7\xd8\x5f\xeb\x65\xce\xca\x6c\xef\x92\x79\x78\x5e\x63\xb8\xdb\xb9\xc6\x6f\xb7\x16\x59\x09\x6f\x50\x3e\x54\x5a\xc6\x0a\xd7\x3f\x54\xcf\xd8\x5e\x7c\xee\x49\xea\x75\x9f\xa4\x25\x2b\x2f\xbd\x0b\x3e\x74\x34\xda\x2f\x3b\xf2\xf3\x9b\xad\x07\xc2\xbb\x32\xce\x7c\x53\x28\x7b\x1c\xa2\x92\x7e\xe2\xc7\xeb\x55\x0e\x41\xd3\x53\x35\x1a\xbb\x32\xf3\x7d\xdf\x2e\x0d\x6d\x76\x4f\x05\xef\xc8\x94\xbb\x2d\xd7\x63\xfc\x18\x33\xe7\x9f\xb2\x67\x90\x0c\x63\xa1\x5f\xc9\xbe\x97\x70\xf1\xcf\x11\xce\xef\x3e\xd2\x80\x23\x18\x0f\x19\xcd\x78\x24\xac\xca\x26\x75\x5c\x52\x12\xb7\xb2\xbf\x5b\xfc\xe3\xaa\xd9\xde\xd5\xfd\xb2\x5f\xbe\x1e\x94\xbc\xe5\xec\x02\xaf\xbf\x1e\xdd\xad\xfb\x7a\xd6\xc7\xcf\x64\xff\x94\x8f\xb3\xf7\x2c\xf4\xd5\xaf\x0a\xfc\x2a\xb5\xfe\xb2\xcf\x9a\xd2\x35\xdf\xbf\xac\x79\xee\x35\xa4\x78\x6e\xe3\xa4\x95\xe6\x9e\x33\x56\xe9\x36\xe5\xa6\xcb\x2c\xbe\x9b\xa7\xde\x22\x92\xe0\xb1\xb8\x7a\x85\x78\x2b\x44\xbd\x60\xcc\xde\x42\x64\x57\xff\x58\xc6\x52\xb8\x78\x70\xb3\x15\xc9\x6b\xdc\xcf\x3f\x24\x79\xfe\x67\xc6\xf0\xd1\xfb\x1e\xcf\xe9\x5c\xa2\x3c\xc1\x54\x7a\x4f\x42\xf3\x2d\xeb\xda\x94\xf3\x09\xf7\xbf\x96\xc5\x5d\xac\xe2\xb7\xf7\xff\xf8\xfa\x83\xed\xee\xdb\xf6\xf0\x48\xe8\xcb\xa8\x0d\xcc\xb1\xdf\xb9\x97\xdf\x23\xd7\xb4\x3b\x8f\xd8\xaf\xd7\xe0\x91\x9b\xe5\xb8\x7f\x87\x4b\x53\xf9\xd2\x3a\x27\xab\x8d\x2b\x9a\x6f\x26\xe6\x3a\xf9\xac\xfb\xde\x52\x19\x53\x6c\xdf\xb0\xd6\xb4\xf5\x5d\xf0\x57\xc6\x96\x5c\xeb\x35\xbf\xfb\x39\x39\x39\xdc\x3c\xd8\x91\x7c\x21\xf1\xcf\x38\xa8\xb6\x98\xb1\xe9\x4d\xc2\xda\x47\xf7\x75\x4d\x51\x75\xd0\x3d\xb6\x26\xbe\xad\xc2\x2e\x32\xa8\x3a\x5c\xa5\xe9\x4d\xe4\xe5\xcc\xa1\x0e\x37\x1b\x3a\x8f\x0f\xca\xbb\x6e\x7c\xba\xe1\xc9\x8f\xbf\x73\x86\x9b\x88\xbe\x12\x6a\xac\x59\xb6\xcb\xcc\xf7\x96\x63\x73\x9f\xe4\x34\x0b\xa5\xb3\x6b\x9b\x5f\xc5\x2b\x99\x9f\x39\x12\xd3\xaa\x16\xf6\xd9\xbc\xb6\xda\xaa\x4d\x34\x70\xb8\x85\xd6\xf6\x79\x6d\x55\xbe\x81\x8c\x45\x72\xeb\x40\x15\x5e\xc6\x6e\x4f\xfa\xa7\xff\xad\xbd\x4b\xf2\xf4\x61\xc6\x66\x3c\x11\xde\xbc\xc1\xa0\xeb\x99\x9a\xb3\x4a\xbf\xa5\xef\x3b\x96\xdb\x9d\x76\xe9\xef\x67\xd1\x76\x26\xd4\x2b\x68\xb5\xfd\xf6\xd6\xb4\x8d\xd6\xd1\x7d\x0d\xa5\x5b\x56\xbd\xc8\x8b\x2d\xd3\xc9\x6c\xad\x68\x79\x11\xaa\xa4\x23\xf1\xf5\x61\x6b\x71\xc0\x7d\x5d\x93\xa7\x25\x6d\xfa\x3e\x6f\xf4\xfb\xdd\x32\x6c\xcb\xf5\xde\xae\xfb\xea\xd2\xf4\xf6\x72\x57\x35\xfd\x2d\x27\x15\xdb\xab\x5d\x25\x19\xa3\x5a\x37\x63\x74\x0b\x94\xb1\x66\xbc\xad\xf0\xca\x83\x9e\x7f\x66\x14\x63\xdd\x71\xfb\x46\x3d\xc6\xf8\x6f\x00\xe4\x9c\x61\xee\x6a\xa9\x0b\x67\x45\xac\xea\xea\x6d\x3b\xd4\x68\x97\x87\x6f\xc7\xe3\x80\x00\x87\xbf\xec\xa4\x3b\xe4\x56\x7e\x77\xd7\x33\x4a\x6c\xcf\x38\x66\xe7\xb9\x47\x6b\x63\xbb\xdc\x27\x35\xcf\x4c\x75\x8f\x8e\xb9\xed\xc5\x4e\xa9\x2a\x75\x9d\xd3\x3b\x36\x58\xbc\x52\xbd\xf7\xf1\x71\x47\xb6\x95\x92\xda\x86\xda\x79\x1d\xfb\x2c\x1d\xd4\x6a\x6f\x6f\xe8\x1c\x62\xa6\xce\xd8\xe6\xe7\x5c\x5c\x8c\x7a\x5a\x5f\x4b\xcf\xbf\xc4\x75\x5c\xdc\x2c\x4f\x72\x55\x1f\xc6\xc4\x0b\x47\x6d\x4c\x9c\xc8\x2e\xa9\xfe\x98\x9b\xeb\xbb\xbf\xeb\xa4\x75\xa5\x7a\xb8\xb3\x50\x97\xa4\xd7\x1d\x83\xfe\x56\x0e\x9d\xf5\xc9\x0e\x26\xc3\x0d\x87\x74\xee\xaa\xb0\x31\x8b\xd0\xbc\xd7\x69\x7a\xfe\xa1\x65\x6f\x55\xeb\xce\xb1\xdf\x72\x2d\xd7\x29\xd9\x74\xb6\x74\x26\xeb\x5f\x50\x70\xee\x4a\xea\x12\xd2\x14\x5b\xf4\xa6\xc3\xa8\x6b\xb3\xe2\x21\x39\xa5\x8f\x27\xbb\x96\x2a\xcf\x60\xec\xea\xcc\x7f\xc6\x61\x35\x36\x24\x77\xb4\x91\xcc\x3d\x4d\x32\xf5\x0d\x63\xd3\x53\x46\xb4\x86\x68\xb2\x2e\xd5\xa4\x19\x1e\x6e\xd3\x98\xaf\xb9\xf6\x02\x1b\x9b\x93\x6c\xac\x9b\x98\x42\xb3\x29\x30\x88\xb4\x53\x5e\xa5\x3f\xa2\x6b\x47\xee\x0b\x8d\x16\xcd\xc7\x5d\xc1\x5b\x7b\x69\x57\xa8\xac\xe8\x32\xb9\x78\x4f\x47\x5c\x61\x59\x57\xf8\x3b\x6b\x4d\x13\xb9\xcb\x5d\xcf\xbb\x62\x55\x04\x64\x7b\x31\x7f\x26\xb8\xb0\x4e\xba\x81\x31\x76\x62\x8e\x2e\x63\x2d\x88\x0c\x7a\xa0\x47\xcf\xdb\x3f\x8d\x64\xe1\x53\x92\xf1\xab\x48\x86\xd8\x33\x36\x25\x89\xef\x87\xa7\x15\x63\x8a\x31\x13\xff\xb6\xd3\x64\x35\x46\x3f\x66\xbb\x9b\xf5\x67\x1b\x1d\xb7\x4a\x6a\x19\x5b\x30\xe7\xc0\x8d\xb2\x7a\xba\x1a\xcc\x30\xe5\xef\x45\x1d\xea\xf7\xd9\xa2\x35\x62\xf2\x63\x94\xa3\xd9\xd4\xed\xf5\xf2\xcf\xe4\xb7\xb1\xb1\xe7\xae\xc8\xbf\x5d\x14\xc9\x84\x9e\x26\xc8\xb7\x2f\x08\x60\x79\x4d\x55\xf3\x4f\xca\x88\xb3\x67\x2c\x57\x42\x0b\xef\x09\xe2\x7d\xa0\x9e\x71\x88\xe9\x46\x2d\x85\x89\xdf\x19\x73\xd0\x30\xc9\x9d\xf7\x94\x7d\x74\xec\xe5\x1c\xaa\x0e\x4c\xd7\x2e\x26\x72\xa5\xb9\x7b\x57\xb0\x85\x73\x61\xbd\xeb\x95\xce\xbd\x46\xb2\x07\xb6\xfb\x5c\xed\x1c\xaa\x27\x5c\x73\x27\xa8\xb3\xa3\x46\x53\xac\xa1\x28\x44\xa2\xf3\x9a\x5a\x69\x9b\xb2\xe7\x8d\xaf\x6d\xea\x9b\xdb\x8c\xbd\x66\x3e\x11\xd1\x9a\xd8\xb6\xc2\xb3\xf6\x7a\xa9\x8e\x7d\x5b\xdd\x12\xc7\xb3\xa3\x75\xce\xb5\x17\xbb\xbc\x3b\xb4\x45\xef\x55\xfb\x05\x97\x49\x8c\xf5\xce\x5e\x84\xf7\x15\x25\x74\x17\x79\x0d\x99\xcf\x98\x86\x9f\xdc\x79\xc1\xd1\x8c\xd9\xf4\xd2\x90\x9e\xb4\x97\x31\x37\x05\x83\xf9\x73\x5a\x58\xbd\xdb\x46\x7b\x3d\xf5\x29\x5d\x6f\x9d\x75\x42\xdf\xd8\x1e\xef\xac\xb7\x39\x94\xef\xeb\x75\xe4\x67\x5e\x4a\x56\xdf\xf0\x6e\x62\x74\xef\x8e\x99\x9a\x1d\xcd\x2f\xa2\x46\xb7\xed\xd4\xc8\x6c\x15\x09\x12\x7f\x35\x4f\x7b\x52\xab\x75\x90\xc9\xed\x52\x5d\x9f\xd6\x67\xfe\xcf\xce\xfd\x65\x20\xd6\x26\xe5\x57\x70\xe8\x94\xd1\xc2\xb6\xad\xde\x35\xbb\x72\x8c\xc7\xb7\xeb\x7a\xcc\x63\x6c\xc2\x16\x45\x87\x3e\xa7\x18\x9b\x2f\x25\x33\x97\x6f\x36\x63\x06\x31\x8b\x16\x09\xa9\x30\xe6\x5c\xa4\x18\x39\xc1\x96\x31\x6f\x7e\xbd\x01\x73\x3f\xb3\x56\xbf\xde\x56\xf7\xd5\xbd\x7f\xe6\xa7\xb4\x1c\x07\xaf\x6c\x0c\x4a\xed\xe0\x33\x77\x3e\x18\x14\xdb\xd6\xf6\xb7\xa1\xc4\x43\xbb\xb4\xd4\x76\x21\xed\xba\x26\xd3\x64\x85\x6f\xfb\xb4\x43\x9a\x2f\x44\xaf\xbe\x2f\xa0\xbf\xa4\xc5\x3c\x4a\xf6\xd2\x54\x23\xb9\x96\x27\xe1\xed\x87\x5e\x9a\x64\xb4\x9e\x0e\xaa\xdd\x25\x64\xa6\xd6\xa6\xe9\xbf\xb1\x4a\xc9\xfc\x50\xdb\x35\x9f\x41\x8c\x0d\xfb\x3c\x7f\x7c\xf7\x7c\xc8\x0a\xcf\x37\xe5\xab\x61\xcc\x6c\x8c\xcc\x09\x41\x3b\xc6\x3c\x55\x64\xfb\x8e\xbb\xc7\x58\xa8\x8a\xc6\xb9\x39\xda\x8c\x45\x94\x9b\x7e\x50\x1f\xd4\xe5\xe2\xa7\xb8\x24\xcc\x75\x56\x47\xaa\x2b\xdf\x8a\x84\xa8\xd4\xb6\x83\x56\x17\x0f\xea\xa5\x8b\xb4\x9e\x30\x3c\xf4\x6c\xdf\x0a\xe1\x36\x25\xdd\x85\x8d\x22\xe9\x4b\x6b\xd3\x0d\x63\x1b\x1f\x2f\x6d\xbc\x32\xc5\x74\x53\xd3\xd6\x54\xad\x63\xa6\xe6\x1e\xcd\x8d\x71\x07\x77\xfa\x59\x7e\x6e\x79\x1d\xb9\x61\xe3\x00\xeb\xaa\xd6\xea\x90\x03\xc5\x01\xb6\x85\x6d\x86\x01\xbb\x19\x13\xdb\x27\xd3\xb7\x5f\x1e\x63\x8b\x9e\x48\x3e\xe1\xeb\xcd\x98\xb5\x89\xb4\x8d\xc0\x0f\xc6\x02\x8d\x65\x04\xc7\x79\x30\x96\x78\x44\xfe\xee\xf4\x01\x8c\xa5\x24\x1b\xf0\xab\xbc\xec\x72\x8d\x34\x75\x95\x74\xfd\xd8\xbe\x77\xc9\x5f\x4b\xcf\x27\xf5\x6f\x0d\xb4\xdd\x71\xe0\x6a\xae\x44\xf3\x5a\xc3\xf6\x4f\xdb\x8a\xa2\xbe\x1c\x30\x14\xfd\xde\x91\x2f\x7d\x23\xc8\x7c\x4b\x43\xc2\xca\x3e\x47\x87\xda\x84\x35\x9a\x67\x39\x6c\x6b\xb1\x97\x6a\xba\x9e\x56\x50\xe1\xe6\x28\xde\x7c\x3b\x51\xbd\x68\xba\xe3\xac\xd6\xf9\x11\x17\x73\x0e\x38\x1d\x6f\xfd\x10\x32\x8c\x31\xb1\x1a\x69\xff\x7e\x11\x8c\xa9\x6e\x92\x88\xe4\x3b\xcf\x98\xeb\x21\x49\x79\xc1\x8b\x8c\x85\x5f\x9c\xb7\x7c\xd4\xdf\x8c\x65\xd8\x2f\x2c\x9d\xf2\x85\xb1\x9c\xf3\xda\xfc\xca\xb5\x5d\x31\xe9\x76\xb6\x3b\x5d\x07\xb7\x05\x06\xd8\xc5\xbf\xcf\x1c\xd4\x1c\xe5\x38\xed\xa0\xd2\xda\xe7\xbc\x78\xec\x41\xb6\xa5\xfd\xd7\xd0\x75\x4f\x8e\x4a\x38\x98\x7e\xdf\xbb\x66\xce\xb6\xa7\xce\xb3\x1b\x0a\x72\x1e\x95\x2a\xb8\xa5\x34\x0d\xce\xf0\x5d\xbd\xd9\x4d\xa6\x39\x3b\x79\x49\xc6\x83\xc5\xe1\x2d\x37\x62\xf8\xd2\xc0\xa3\xae\x55\x37\xe2\x3b\x63\x33\x1e\xcf\x2b\xe9\xff\x98\x31\xdd\xd6\x39\x3b\xf8\xae\x32\xb6\x64\xeb\xcc\x01\xc3\x3c\x18\x4b\xde\x3c\xf3\x8d\x50\x1d\x63\xab\xd7\xce\xeb\x14\xc9\x65\xac\x7c\x8c\xd2\x65\xd9\x05\x5d\x05\x25\x6a\x66\x43\x9c\x2b\x5a\x15\xa3\x5a\x42\x73\xf3\x27\x34\xec\x73\xeb\x75\xa0\xcf\x56\xb1\x8f\xa2\x96\x1e\x1f\x3e\xef\xbc\x7b\xaa\x8f\x4b\xe6\xe7\x1f\x9b\x77\x6f\x6e\xf5\x78\xf1\xf5\x6d\x39\x14\x8d\xf3\x96\xfd\xa1\x53\xe8\xbf\xb2\xc8\x27\xa0\x71\xec\xca\xf2\xa5\x33\x7d\xd7\x35\x9d\x5b\xe6\x19\x6f\xef\xb7\xa3\xb9\x23\x31\x35\x7a\xa9\x6f\x5e\xeb\xa4\xa8\x85\x8c\x49\x18\xce\x5b\x3a\xc8\x8b\x31\xe3\xc1\xe2\xef\x86\x64\x33\x16\x30\x71\xca\x43\xbe\xfd\x8c\xad\x98\x2a\xb6\x7c\x98\x2b\x63\x55\x09\xd3\x72\x47\x9e\x64\x6c\xef\xb9\x05\xd3\xe7\xe9\x77\x75\xed\xde\xa1\x3b\xd5\xe6\x78\x4b\x67\xbe\x9f\xe7\x99\x82\xa7\x5f\x03\xbc\x4a\xf7\x59\x1e\x2e\x3d\xdb\xe8\xb9\xf8\xcd\x8c\x63\x13\xd7\x7f\x0e\x74\xfe\xb8\x77\xb7\x75\x4e\x75\x68\xda\x97\x39\x55\x7b\x97\x0d\x0d\x9d\xff\x3d\xbb\xf8\x75\xbc\x43\xd8\xa8\x86\xb5\x79\xfa\x91\xb5\x61\xea\x8d\xed\x99\xfb\xc2\xb6\x04\xaf\x68\x7e\x91\x34\x33\xf8\x7a\xf0\x90\x96\x8e\x68\x49\xc6\xe6\x9b\xcf\x7a\x3c\x70\x15\x63\x76\x0b\xa6\x96\x0e\xae\x60\x2c\x6a\x3b\xc5\x1b\x25\x05\x5c\x3e\xe4\x66\x2f\xe4\x63\xbf\x2a\x3c\x8b\x7f\xe2\x7b\xb6\xf9\xaf\x44\xa5\x18\x83\xa8\xef\x33\x4f\x35\x5b\xbd\xcc\x1d\xb6\xab\xa1\xf0\x47\xae\xfd\x19\xb5\x8c\x90\x15\x4f\x5e\x08\x9f\x1f\x96\xe4\xb4\x7c\xef\x87\x83\x7b\x83\x63\xba\x96\x06\x7f\x89\xaa\x6c\x0a\xdf\x90\xf6\xf2\xfb\xed\xa2\x57\xa1\x0d\x49\x02\x0d\xdf\x73\x8e\x06\xde\x4d\x2c\x69\xfa\xbc\x74\x57\x80\x6d\x5c\x47\xcb\xa0\x44\x6d\xdf\x77\xb1\x8a\xad\x0b\x22\x0f\x33\xa6\x78\x66\x9a\xec\x80\x58\xc6\xdc\x3d\xfa\x4f\xe8\x7e\xde\xf2\xdb\xf4\xfc\x1d\xfe\xbf\xe7\x85\xbe\xde\xe2\xf7\x07\xe8\xf0\x66\xb2\x32\x8f\x65\xe7\x5f\x6f\x6a\x9c\x62\xb8\x25\x46\x61\x59\xe8\x73\x81\x84\xd8\x5d\x85\x8b\x55\xee\x6e\x78\xa7\x7c\x70\xa8\xe7\x8a\x83\x06\xf5\x32\x9b\x73\x3d\x47\x6c\x89\xf8\x3e\xbd\x64\xb9\x67\x61\xd9\xfc\x06\xb5\xfc\x69\x4b\xf2\x0a\xa7\x35\x45\xa7\x6f\x58\x5c\x59\x70\xa4\xf9\x42\x92\x8f\xfb\x95\xec\xec\x56\xe1\xa8\x09\x6e\x03\xb2\x3e\xb5\x7e\x0d\xd1\x61\x4c\x2f\x72\x02\xeb\x7b\x8d\x31\xba\x0d\xcd\x58\x59\x3a\xc9\xf3\xd5\x24\x3f\x20\xd6\xf5\x47\x19\x63\x83\xc3\x01\xfe\xea\x60\x46\x0b\x60\xc1\x90\xad\x7d\xdb\x2f\x99\x38\x79\x1c\x8b\x88\x6a\x6c\x8f\x0e\x5f\xf9\xd4\x7e\xea\x8f\x69\x57\x5b\x8a\xc5\xcc\xa3\x5f\xef\xfa\x31\xb4\x20\x86\x97\x7f\xb1\x15\x3b\xb6\xa0\x29\x7a\xe9\x13\x9b\xa0\xbd\x6a\x2d\x73\xe3\x62\x6c\x17\x6c\xad\x6c\x1d\x12\x69\x6b\x2b\xb0\xe1\x69\x6b\x63\xb0\xb4\xad\x5d\xa9\x58\xdb\x66\xbf\x19\x8c\xd9\x7e\xa7\xe7\x2d\xd7\x21\x79\x50\x8d\x64\x1d\x22\x1a\x1b\xe7\x90\x7f\xb9\xd9\xcc\x18\x1c\x06\xd8\x37\x94\x5d\x9e\xff\x68\xf6\x99\xdc\x3d\x9d\xa1\xa6\xa7\x2d\xb5\xfd\x56\xb6\x15\x86\x4d\x0d\xfe\x6c\xbf\xac\xd5\xac\x6a\x6e\x8c\x96\xfe\xc6\x96\xbe\x3f\x9c\x13\x44\x74\x4f\x35\xe8\xb4\x84\x46\xb8\xe8\x5f\x7d\x32\xbe\x55\x25\x64\x93\xa1\xc4\x0d\xcb\xd6\xcf\x01\x97\x0c\x2b\x4e\x7f\x6b\x7b\xe0\xe5\x67\xa4\x79\xf8\x48\xbb\xc9\xe2\x06\x63\xbe\x6a\xc5\xf6\x3d\x6e\x82\x8c\x05\x16\xd1\x73\xd7\x3f\x23\x49\xcc\xaa\x1d\xc2\x5c\x1e\xa4\x90\xe4\x9e\x20\x92\x6b\x95\xd8\x8f\x05\x97\xc5\x27\x27\x04\x75\xc5\x99\x7e\xd1\x3e\xb2\xf8\x6a\x47\x4b\x40\x88\x7d\x91\xcd\xe2\x0e\x8f\xbc\xd3\xae\xcb\x0c\x54\xdb\xcf\x9d\xd9\xea\xa1\xa9\x71\xbb\x3d\xbb\xed\xf3\x62\x71\xb5\x9c\x8e\x65\xed\x4d\xf6\xaa\x6a\x25\x9f\xef\x76\x28\xd8\xaa\xaa\x7b\x3c\xdd\xda\x11\x6f\x9d\xad\x21\xfd\xd7\xad\x8e\xa3\x96\x67\x35\xe2\xae\x4c\xe8\xec\x6f\x3e\x98\xb1\x15\x3b\xb9\x75\xf8\x40\xb2\x0b\x6f\x80\x3c\xe0\xfc\xfd\xc1\xd9\x24\xcb\xb2\x18\x13\x7e\x33\xb0\x26\x5d\x93\xb1\x05\xed\x62\x4a\x81\x33\x99\x8a\x89\x94\x9c\x8b\x63\x61\x57\x88\xa7\x92\x8e\x9c\xa5\x68\x97\x60\xf2\x7b\xa3\x49\x06\x83\x3b\x37\x56\x66\x98\xfd\xa5\x21\xdd\x19\x74\xb5\xc3\x5c\x41\x39\xb8\x73\x43\x6b\xbd\xf1\x46\x85\x96\x2e\xdb\xce\x0f\xda\xe3\xe5\xea\xbb\xee\x77\x85\xa8\x64\xca\x2b\x7f\x19\xd6\x65\xa4\x36\x4a\xce\xf2\xc5\x8b\xae\x95\x4a\xc7\x18\xab\x3e\x4b\xcf\xff\x8c\x7a\x59\xcb\x8d\xff\x58\x20\xc9\x75\x26\x24\x93\xaa\x49\x46\x14\x30\x36\xbf\x4c\xf8\xb2\x87\x25\x3b\x6a\x60\x3a\xcf\xd4\x7a\x32\xd3\x74\x09\x5d\x94\x63\xa2\xcb\xf8\x22\x5f\x29\x5d\xd2\x8d\xea\xfa\xba\x52\x5b\x25\x57\xdd\xad\xeb\xe0\xf6\x7e\xea\x0e\xca\xde\x5d\x41\x57\xfc\xb5\x16\xc8\xab\x74\x1d\x78\x77\x4b\xf5\xc2\xa2\xe9\x6c\x41\xd7\x03\xf9\x59\x32\x87\xd8\x35\x16\x23\xb9\x5f\x4a\x8d\x31\xd6\x28\xae\xcf\xd8\x23\xbc\x01\xfa\xfe\x33\x17\x87\xc6\x91\xdc\x50\x46\x72\x39\x3f\x87\x37\xe8\x43\xd2\x4b\x97\xb1\xb9\x25\x82\x23\xec\x73\x18\xd3\x56\x9e\xf2\xd4\x74\x05\x3b\x6a\x37\x76\xee\x0e\xfd\xd7\x6c\x9b\x5f\x2f\xc9\x7c\xad\x7b\xac\x20\xa1\x6a\xbe\xa8\x9a\x04\xf3\x5e\x6d\xbb\x30\x58\xd1\x88\x39\x6c\xff\xb6\xf0\xa4\x9c\x20\x33\x3c\x7b\x51\x56\x63\x41\x27\xf3\x7f\xf4\x4d\xe6\xb1\x4c\x35\xdb\xd5\xec\x24\x75\x53\xba\x3b\x12\x7e\x3a\xab\x0f\x4f\x0f\x7f\xc6\x81\xf5\x24\x57\x4a\x90\x0c\xdf\x47\xd2\x31\x9c\xa4\x9d\x39\x63\x33\x15\x86\x86\x9b\x0d\x64\x4c\xa5\x43\x38\x5e\x3f\x0c\x4f\x40\x47\xb4\xea\x18\x73\x9d\x31\x2d\x4a\x53\x80\xbd\x0a\xd1\x9e\xf5\xff\xf1\xf5\x25\x60\x35\x76\xdd\xdf\xcb\x90\x06\x95\x34\x48\x73\x11\x0d\x2a\x0d\x9a\xe7\x79\x9e\x93\x4a\x33\x89\x94\x44\xa1\x24\x45\x99\x32\x24\x85\x42\x42\x23\x4a\x99\x49\x85\x90\x4c\x99\x87\x48\x42\xc6\x24\x53\x34\x9c\xb3\xbe\xeb\xec\x7d\x9f\x07\xcf\xf3\xfe\xbf\xf7\xba\x9e\xeb\xe7\xf4\xd6\x59\xeb\xde\x7b\xdf\x7b\xfd\xf6\x5a\x6b\xaf\xf5\xd3\x62\x32\xf6\xad\x5e\xaf\xae\x67\xba\x12\x5f\xe4\xe9\x68\xa4\x1a\x7d\xc7\xe6\xf2\x55\x5a\x35\x06\xaa\x78\xae\x5e\x7f\xaa\xbf\xee\x37\xec\x6c\x7d\xa5\xe1\xaa\x2b\x8b\x7d\x5d\x1b\xa6\x54\x72\xbe\xdd\x46\x9b\x33\x2f\x02\xab\x4d\x49\x7f\x21\xad\x83\x66\x8a\x02\x9f\x11\xed\xed\xed\x4c\xa4\x8a\x10\xbd\x34\xdd\xce\x4c\xb2\x42\x9c\xf1\x20\x30\xc5\x70\x3c\x3e\xf6\xdf\x91\xf0\xc6\xd1\x13\x6d\xbc\xbe\x6e\xb5\xf5\x6b\x65\xe7\xbb\xd4\x1c\xb7\x0c\x53\x67\x3b\xd8\xbd\x7e\x34\x22\x32\x9a\xad\x64\xfd\xf1\xe7\xb7\x59\x1d\x6c\xb6\xa5\xef\xd0\xa8\x80\xd7\x1f\x17\x5a\xcd\x18\x52\x08\xf8\xf1\xb8\xd0\xe6\xfc\x90\x6c\x50\xe0\x8d\x99\x76\xbc\x43\x91\x01\xeb\x2e\xee\xb1\x93\x1d\x7a\xeb\x7b\xe9\xb4\x97\xc3\x70\xd6\x48\x5f\xab\xdf\x7a\xfc\xc3\x43\x0c\x8d\x05\x05\x7b\x11\x9d\x35\x2d\x62\xc7\xdd\x47\xf4\x57\x76\x28\x98\xa0\x86\x18\xb4\x6e\xc6\x48\x83\x57\x58\x15\xf4\x29\x36\xd9\x25\x9d\x3d\xe0\x9b\xbf\xa5\x2a\x30\x8f\x3d\xd2\xed\xf6\x49\xf1\x39\xad\xac\x93\x0e\xc6\x6d\x4b\xe6\x59\xb0\xee\xd9\xac\x1b\x70\x8d\x8e\x1f\x14\xb6\x76\x1a\x9c\x10\xfe\xae\xf3\x96\x9d\xc8\xa0\xc8\x2c\x8d\xd6\x17\x0e\xa5\x83\x0e\x91\x27\x9b\xe2\x1d\xd7\x0d\xbe\x0e\x15\x39\x63\xe4\x84\x43\x7a\x33\x9f\xd6\xec\x77\xde\x3b\x54\x32\x83\xb3\x2b\xa4\x9b\x92\xbe\x4b\x8a\xd2\x46\x17\x47\xa6\xfd\xf6\x87\x78\x68\x1b\x76\x88\xdd\x44\x0c\xcb\xb1\xe9\x9a\x90\x86\x38\x6b\x9a\xcf\x7a\x83\x1a\xdc\x14\xb6\x23\xca\xda\xcd\x9b\x9d\x19\xe0\x91\x2d\x15\x5e\xc9\xda\xea\xd1\x7e\x42\x31\x76\x06\x4b\xd3\x71\xf4\xf3\x27\xf1\xc2\x2c\x63\xdb\xae\xfe\x98\xb8\x9e\x4f\x3f\xec\xd4\x07\x8c\xe6\x49\x3e\x3c\xeb\xf8\x72\x40\x67\xbe\x44\xf3\x75\xe7\xf3\x03\x4d\xd1\xf5\x5c\x7f\x58\x75\xbe\xfb\x86\xc1\x8b\xe1\x1f\x4a\xdb\xdd\xbb\x86\x66\xcd\x0c\xe7\x8c\x87\xd1\x4e\x8e\x1e\x5c\x1e\x62\x39\x7c\x9a\xab\xb0\x0e\xe2\xf4\xc3\xd3\x6e\x89\xe5\x21\x46\x2f\x35\xb7\x54\x68\x47\x9c\xbf\xc7\x4d\x55\x4f\x09\x3d\x67\x1f\x8c\x8c\xf4\x1e\xc5\x16\x9b\x79\x6e\xdd\xed\x39\x4d\x43\xaf\xbd\x3d\x8e\xbf\x58\x7c\x6f\xb0\xdf\xe9\x4a\x97\x51\x4a\xc6\xd0\x62\xfb\xc5\xbf\x5c\x93\x56\xbc\x50\x75\x7a\xfe\xeb\x5c\xe2\xb5\xeb\xb7\xdc\x16\xf7\xab\x2c\xde\x5e\x77\xd6\x33\xb4\xff\xd2\xc2\xc4\x23\xe7\xbd\x12\x06\xce\xce\xeb\xa8\xf8\xec\x75\x77\xd0\x2b\x2a\xb8\x68\xa5\x8f\xfe\x60\x77\xf8\x7c\x8e\x1e\xfa\xe4\xbe\xbc\x2a\x5b\xaf\x91\x77\x0e\xa2\xed\x43\x1d\x1d\xa1\x8d\x88\xc1\x8b\x75\x1e\x88\x8d\x46\x8c\x7f\x6d\x9c\x20\xff\x0c\x71\xc9\x74\xc7\x1a\xdd\x56\x9c\x1e\xa7\x1c\x6a\xe5\x9d\xc5\xda\x16\x7e\x62\xd5\x50\xec\xab\x21\x25\x5f\xa9\x93\x3b\x96\x1b\x0f\xf4\x38\xb5\xf5\x9e\x5d\x55\xdc\xe3\xe0\xec\xd5\x77\x66\x25\xeb\xae\xab\x87\xcd\x4f\x87\x95\x22\x0d\x83\xde\x95\xbf\x1c\x52\x16\x1e\x3b\xea\x73\xbf\x7f\x7a\xe2\xd4\xb2\xc0\xe9\x91\x03\xe3\xe2\xf3\x8a\x92\xa6\x1f\x1d\xf8\x3c\xcf\x71\x7b\x8c\xff\xf7\xc1\xc4\x28\x7d\xc4\x61\x23\xf4\x86\x71\xf4\xd0\xcc\xd7\x78\xc4\x37\x02\xd1\x2d\x70\xaa\xb0\xd0\x20\xe2\xac\xb5\x53\xd3\x45\x9f\x22\xa6\x8c\xd4\xbd\x25\x33\x02\x31\xe3\xb0\x8d\x97\xf6\x11\x8c\x5d\x76\x22\x20\xde\xeb\x22\x4b\x70\x0e\x7f\x6a\xc6\xa2\xda\x41\x3e\x7f\xcb\x13\xdb\x32\xcb\xb9\x7e\xb1\x67\xbd\x1e\x3b\x7e\x38\xaf\x87\x4b\x52\xbe\xbb\xfb\x02\xb3\x42\x8e\xc9\xf9\x7f\xfc\x99\xb9\xf2\x47\x19\x4f\xa0\xd5\xaf\x82\x14\x91\x3d\x35\x81\x7b\xfa\x4f\x2c\x7a\xbd\xed\xc2\xcc\xc5\x03\xf1\x71\xef\x36\xdd\x99\x39\x34\x38\x6a\x5e\x18\xe2\xc8\xf9\x5a\xa4\x3e\xd9\xd4\x07\x9a\x1b\xf8\xb6\x23\x7a\x2d\x57\xbb\x3d\xfa\x14\xe2\x02\x77\xd5\x6d\x63\x36\x23\x66\x65\x6a\xd4\x4a\x46\x21\x6e\xee\x33\x99\xa7\x5e\x89\xc5\xeb\x4f\x7b\x7e\x76\x0f\x1d\xb2\x8f\x9b\x9e\xc8\x9b\x62\xd1\xbf\x20\xb0\xe3\x84\x71\x8e\xf9\x27\x75\x8f\x77\x5f\x8e\xee\xa8\xbd\xb6\xcf\x7f\xc2\x37\x9b\x6d\xe7\x8f\x89\xcd\x5c\xfe\xfd\xfb\xa6\x5d\x25\x93\x43\x77\xf6\xcd\x5e\xab\x53\xb8\x2f\xf4\xe3\x2f\xd1\x34\x9e\x5c\x95\x70\x81\x7e\xd1\xa5\xdf\xd7\x7b\x47\x6c\xef\x7f\xb7\x28\x78\xd5\xe4\x08\xd6\xc0\xf5\xf9\x65\x88\x82\x37\x35\xa4\x39\x7a\x18\x5e\x56\x15\xe3\xdd\x80\x18\x92\x31\xc1\x80\xaf\x1b\x31\x35\x81\xee\xb3\xf9\xb5\x8a\x2b\x85\x02\x11\x0f\x94\x6a\xaf\x9c\x30\x17\x1f\x17\x67\x3b\x14\x38\xdd\x1c\x3c\xb6\x7a\x5c\x74\xf1\xca\x57\xaf\xf5\xa3\x3e\x1d\x56\xdf\x7b\xe8\x8a\x74\xa8\xfc\xa7\x7b\xe5\xb5\x07\x8b\xa2\xa2\x7b\x13\x8b\x97\xff\xc3\xc3\xe6\xcd\xab\xf8\xb1\x71\x63\x62\x56\x65\x4c\xfa\xcf\xc9\x99\x96\x2b\x4f\xc7\xf8\xfc\x5a\x90\x7a\x2c\x45\x3e\x26\xb4\x3f\x6e\xc9\xc4\xa4\xda\x79\x0d\x03\xfe\xf1\x29\x88\x0a\x86\xaa\xee\x23\x44\x11\xed\x15\x15\xa7\xf2\x64\x20\xce\x9d\x3c\xec\x3d\xf1\x43\x64\x53\x3d\xaa\x18\x1e\x70\xfe\xb3\xfc\x64\x21\x49\xc4\xcb\xf5\xc6\x5e\xa6\x13\xdb\xd7\x1e\x79\x14\xa0\x90\xa2\x59\x1e\xb8\x25\x79\xc3\x9d\xca\xa4\x35\x2a\x19\x97\xdf\x2b\x9d\x74\x4f\xd3\xcd\x58\xd3\x73\xa2\x7c\x5e\xca\xc8\x15\x2e\x5f\xd7\x15\x4a\x26\x65\xaf\xb0\xfd\xde\x9e\xa3\xb0\x48\x30\x25\xea\xa7\x64\xe6\xcd\x78\x9f\x65\x25\xbf\x96\xa7\x6e\x88\x9b\xb8\x24\xa9\x3f\x3f\x49\x61\x7e\x40\xe2\xcb\x81\x99\xf1\xd1\x88\x13\x07\x26\x2a\x8c\xe8\x41\xa4\x37\x77\x10\xd3\x18\xb9\xe5\xe2\x4c\x3c\x84\x19\x97\xae\x05\x10\x02\xf0\xd1\xba\xa7\x49\x73\xa7\xca\xc2\x7a\xdb\x76\x59\xf7\xe9\x51\x43\xab\xc6\x5f\xbf\x9c\x2a\xbb\x63\x6f\xe4\x83\x66\x87\x97\xe9\x07\x04\x22\x4d\x8e\xb7\x7c\xf5\x2d\xf0\x9e\x65\x59\x5a\xfa\x63\xd4\x66\x9f\xc8\x67\xbb\xef\xf4\x7d\xca\xfc\x10\x59\x99\xf7\xfa\x57\x78\x6a\x65\xc4\xce\x2d\x3b\xfa\x73\x13\x1f\x86\x8f\xdb\x64\x3f\x10\xba\x60\x28\xbc\x71\x8d\xf7\xe0\xa8\x79\x6d\x88\x7a\x0e\x7c\x62\x1c\x39\x73\x2b\xa9\xbc\x9d\xb6\x7f\xfb\x21\xde\x90\x1b\x64\xef\x18\xfb\xdb\xd2\x8a\xa8\x2a\x23\xa3\x76\x80\x87\xc5\x72\x8a\x73\x8f\x8c\x9f\xd3\x9f\x9d\x14\x9c\x7c\xda\xb7\xff\xa7\xcc\xad\xe4\xac\x16\x8f\x75\x6f\xc6\xf5\x95\xaf\xe2\xf3\x56\xbc\xf9\xfc\x17\xdf\xf2\x12\x9f\x67\x0d\xfb\xfa\xf9\x96\x4c\xf1\xc9\x3a\x1e\x33\xe0\x12\x77\xc8\x6f\x61\x65\xfd\x40\x7d\x4c\x83\xdf\xd4\x03\xbc\x83\x4b\x67\xbf\xf7\x5b\xb3\x5b\x6d\x70\x28\x7c\xf1\xef\x71\x58\xc7\xc4\x61\x4e\xea\x32\x3c\x88\xdc\xf4\xfa\xc0\xd8\xdf\x2b\xf9\x14\x0f\x6e\x46\x54\x39\x2c\x59\xb1\x3e\x12\xc7\x3a\xb9\x99\x1f\x8e\x3a\x3f\x74\x69\x41\x4b\xc8\x7d\x1f\xf6\x60\x57\xb9\x6e\xd4\x2a\xc7\xf6\xc1\x31\xaf\x3f\xce\xf3\xb5\x13\x19\x68\x1e\xf4\x0e\xef\xb7\x4f\x78\x29\x3e\xb8\x3b\xec\x80\x63\xe8\xed\xba\xc1\x87\xa1\xfb\x1c\x3a\xae\xac\x1e\xda\x10\x30\xdb\x49\xe6\xdc\xd9\xa1\xf3\xfe\xd7\x9d\x5c\x8f\xc5\xb3\xf4\x7c\x82\x11\x63\x19\x3d\x2a\x7c\x29\x3e\x21\x3c\xa0\x87\xe1\x41\x2d\x89\x14\x2b\x98\x9b\xd5\x39\xfd\x88\x93\x0f\x8b\x89\x2f\x79\x84\x07\x1c\x3d\x74\x47\x86\x4c\x65\xa7\x45\x6b\x38\x66\x7a\x9e\x61\x0b\xe5\xfc\xf0\x50\x74\xdc\xc8\xca\x3b\xd9\xe3\xb3\xcb\x5a\x88\x15\xf1\xe6\xa7\x4f\x33\x37\xde\x62\x16\xfc\xdd\x8f\x2d\x60\xbf\xd2\xec\xd3\xab\x0f\x6c\x5e\xfb\x27\xe6\x35\x8f\x78\xd8\x12\xf6\xcb\x2d\x2c\x6e\x9c\x61\xeb\xdb\x99\xfc\x8e\x53\xde\xd0\xfc\x93\x07\xde\x5c\x49\xb1\x8a\xe1\x1d\x39\xaa\x14\x53\x5b\x11\x95\xa7\x0b\xab\xcd\x9d\x8b\x6c\xbb\x47\xaa\x23\xfc\x2d\xd1\x2f\x7c\xbe\x51\xa0\x5b\x08\xca\xa7\x1b\x9a\x67\xd8\xdf\x64\xf7\x14\x16\x58\xf9\x59\xfa\xb3\xeb\xea\x3f\xdb\xe8\x9b\xb6\xb2\x8b\xba\xbe\xd8\x0a\x1a\x07\xa2\x26\xfb\x96\x69\xc3\xb4\x4f\xf8\x0e\x0b\xa6\x56\xeb\x4d\xf8\xd9\x82\x67\x34\x0e\xe9\x9e\x79\xdf\x86\xe5\x1a\x1d\x88\x75\xe4\x4e\x17\x6b\xd1\xaf\xb3\x7f\xf2\xc0\xa3\xee\x8c\x1f\x84\xb1\xff\x29\x0c\x2f\x8a\xbc\x8d\x28\x7c\x14\x20\x44\x1f\xd1\xaa\x54\x41\xcf\xe3\x07\x3e\x08\x8a\x9f\xf2\xc5\x49\x17\x2f\x2d\xec\x9f\xea\x65\x6b\x84\x7b\xd7\x36\xe8\x09\x9b\x8b\xe3\x8e\xe2\x28\x3d\x6b\x13\x21\x9c\x57\xe7\x65\xe0\x64\xb0\x12\x33\x1e\x49\x4c\x0b\x98\xd6\x89\xcd\x7d\xf6\xda\xdd\xba\xe1\x88\xf8\x55\x2d\x47\xeb\x14\x22\xa2\xd2\x19\x6e\x3c\xea\xc9\x45\x86\x07\x76\x32\xf1\x30\x66\x3d\x64\x30\xeb\x73\x2e\xd3\xe9\x3f\xc4\x0b\x51\x71\x3d\xef\x3d\xef\x34\x44\x93\x4d\xe3\x12\x9c\x2f\x21\x7a\x2f\x9a\xb0\xd0\x3e\x1d\x71\x4e\xac\x8a\xbd\x95\x2a\x62\xe2\x4b\x15\x05\xd3\x49\x88\xd9\xd5\x6a\xe3\x0d\x6b\xb1\x7f\x8f\xa5\xda\xb9\x69\x42\xf8\xeb\x58\xb8\xda\x5e\xdd\x39\xd8\x7b\xad\x54\xfd\x90\x4e\x3d\x0e\xbc\x98\xaf\xfe\x56\xfb\x31\xe2\x60\xba\xca\xf0\x4e\x66\xfc\xeb\xc6\x52\xdc\x2b\xce\xf0\xb0\xe1\x14\x17\xf6\x52\x0c\x8c\xa5\x68\x3d\x9e\xa2\x9d\x17\xe2\x54\x59\xc1\x4c\x1b\x39\x44\xc7\x29\xe3\x17\x5a\x94\x21\x06\x4e\x92\x39\x66\x16\x8d\x38\x4f\x44\xfe\x9d\xd1\x17\xc4\x64\x25\xc5\xc5\x06\xb3\x11\xd7\xed\x9d\x20\xa9\xfb\x03\x71\xe7\x97\x09\x7c\xba\xf6\x88\x95\x9a\xca\xa7\xa7\x4a\x20\xd6\x0b\x4f\xf4\xd4\x6c\x44\x6c\xb5\x99\xd0\xc5\xf9\x56\x47\x1d\x52\xe7\x21\xdd\x4c\xff\x4f\x1e\xa2\xfb\xc1\x78\x83\x60\x1c\xa2\x7d\x98\x5d\xa6\x54\x3b\xa2\xfb\x5e\x5f\x59\x95\x2c\x44\x77\xb1\x38\x39\x7d\x09\x44\xa7\xa1\xcd\x8f\x6d\xb6\xe2\x45\xdb\xcc\xa3\x8e\x2e\xef\x71\xa3\xc5\xd5\x27\xd7\x3c\x79\xf0\x94\xd9\x51\x96\xa2\xc7\x48\x44\x13\x60\x8f\xb4\xfd\xd9\x5d\x69\xcc\x66\x8f\xb1\x2d\x7e\x3a\xdc\xd4\x91\x2d\x68\x17\x76\x23\xcc\x7c\x21\x8b\x65\xff\xab\x69\x97\xf9\x2e\xb6\xb1\xad\xfb\x99\xcd\x16\x17\xd8\x81\x36\x8a\x1c\x3d\xec\xb3\x99\x3a\x56\xe6\x7f\xf2\x10\x63\x59\x23\x5f\xe1\xef\x88\x0e\xaf\x6c\x52\xc7\x7f\x46\xf4\x3e\xe2\xbd\x46\xfd\x25\xa2\xf7\xaa\x79\x0b\x8d\x15\x91\xe5\x1a\xb4\xd1\xc4\x3e\x05\x77\xdb\x15\x1c\xfd\xe0\xfe\x09\x67\x59\x66\x3c\xb5\xf5\xbe\x8d\x7b\xcd\xc5\x87\x06\x3d\xb3\x7f\x4a\x98\xbe\x63\x2d\x74\xb9\xf1\xd2\xd9\x7c\x3f\xcb\xc3\x5d\xe5\xae\xbb\x65\x38\x2b\xd4\x3d\xb4\x19\x2c\xdd\x59\xd7\x9d\x1e\x9f\x73\xb6\x3a\xcd\xea\x76\x7c\x77\xec\xa7\x55\x3a\xdb\xce\xb6\xf6\x37\x1f\x03\x30\x7c\xfd\x27\x0f\x31\x1b\xd2\x8f\x16\xf6\x47\xf4\xf0\x34\x7b\x26\xe9\x82\xe8\xff\xd5\x63\x96\xfa\x1c\x44\xbf\x1d\x73\x34\x4d\xe7\xe3\x63\xf7\xc3\x1b\x52\x9d\x9e\x61\xa8\xc3\xdc\xa3\x8f\x7c\x56\xb3\xbf\x5a\x0d\x74\x5a\x07\xbc\x45\x2f\x0b\xcb\xa1\x55\x7e\xee\x9f\x64\x2c\x1a\x87\x2a\x7d\x37\x3d\x65\x59\xb2\x87\x1e\xf8\xd4\x5f\x1f\x6b\x33\x82\x35\xdc\xfb\x67\xe3\x13\x9b\x22\xd6\x6c\x8f\xa0\x13\x43\xb6\x77\x58\xbb\xdc\x12\x0e\xc7\xdb\x5d\x62\x75\x38\x97\xfd\xa1\x87\x9e\xbe\x3b\x07\xd5\x9e\xe9\xe9\xf1\x56\x20\xda\xd4\xea\x2c\x12\x5a\x82\xe8\x27\x67\xf8\x58\x62\x3a\x62\x50\x9d\xd3\xd7\xc9\xeb\x10\x03\x35\x23\x6d\x2d\x23\x31\xc7\xfb\xf4\xda\x48\x8f\xeb\x38\xdc\x69\xf2\x09\xb5\x80\x22\xf6\x16\xeb\xf6\xb7\xd3\x43\xa3\x58\x5f\x2d\x13\x07\x07\x03\xa7\x77\x75\x5a\x0b\x0f\x89\x06\x5e\xbb\x5b\x61\x3b\x7d\xc8\x22\x30\xa5\x69\x9b\xbd\xe6\x50\xee\x0c\xc7\xba\xe9\xf6\x41\x2c\xf0\x35\xa9\xb6\x70\x8c\x64\xb9\x78\x3d\x29\xf9\xee\xf4\x9c\x95\xe5\x51\xc3\xd1\xc3\xf4\x04\x1d\x0f\x2d\x52\x7f\x52\x2b\x5e\x3b\x9b\x9f\x07\xd1\xf1\xbb\xe6\x1b\xc1\x2d\x88\x33\x6d\xf4\x0a\xc4\x85\x11\x23\xc7\x3a\xac\x50\xf1\x46\x0c\x5e\x13\x5c\x6d\x35\x0a\xdd\xa6\x0f\xcb\x92\xf2\x7d\xc2\xce\x77\x29\x38\xbe\x33\x6c\x32\x5b\xd8\xa6\xb1\xe7\xe1\xec\xc6\x6f\xb2\xd6\x6f\x06\x15\x23\x16\x3e\x55\xb7\x0b\x1b\x0c\x8e\x18\xd7\x32\xcb\xe1\xdc\xe0\xe9\xb0\x69\x75\x9a\x4e\x9f\x86\xc4\x82\xbb\x6b\xba\x9d\xdf\x0d\x6d\x0a\xe8\x2a\x73\x75\xf9\xc6\xe2\xf5\x5b\x50\xd4\xef\x72\x9a\x95\xe5\x29\xfc\x7b\x5d\xf0\x77\x6a\x5c\x21\xf6\x5f\x7e\xca\x39\x8e\xdd\xf7\x2e\x50\x5b\x3a\xfa\x08\x62\x54\x84\xa6\xc7\xd8\x3c\xc4\x38\x07\xcb\x3c\xe5\xa5\x88\xd1\x37\x67\xc8\x59\xed\xc7\x31\x81\x87\xd2\xf4\x67\x34\xb1\xfa\xdc\x95\x4f\x34\x44\x6f\x64\x4d\xb3\xe3\xf9\x65\xb7\x40\xf9\xe5\x4d\x87\xcc\xfe\x9b\x71\x92\xd7\xbb\x5c\x16\x0e\x48\xc4\xde\x39\x67\xec\xe6\x37\xf0\x3a\x7a\xdb\x11\x65\x8f\xb5\x83\xf3\x66\xf3\x97\x96\x79\xa6\x0d\x62\x98\xed\x6e\x09\xaf\x5b\x43\x29\x33\x85\x77\xd8\x7a\x7e\x61\xf1\x4e\x0f\xf9\xcd\x0b\xe5\xc2\x35\xc5\x87\x1f\x47\xb4\x74\x9d\xe8\x37\x6a\x2e\x62\x58\xab\xc2\x16\xde\x04\xc4\x44\x5f\x95\x94\x31\xfb\x10\x57\x88\x4d\x3b\x22\x77\x03\x71\xe9\x72\x4f\x7e\x8b\x66\xf6\xc2\xc8\x11\x49\x0e\x11\xc3\x87\x7a\xbc\xde\x9c\x78\xb8\x38\xe2\xe3\x4d\xe7\x89\x3f\xb5\x56\x6c\xbd\x6e\xef\x19\xf8\xf3\xc8\x0a\xcd\xd3\x6e\x3e\x7d\xbf\x8a\x97\x95\x55\x76\xfb\x7d\xeb\xbf\x9a\xb0\x6b\xcf\xa2\x19\x7a\x03\x79\xb1\x76\xdb\xcd\x66\xac\x1d\xf4\x9a\xb3\x34\x67\x93\xff\x8f\x21\xc1\xb0\x81\x0d\xf3\x66\x78\x0d\xad\x9d\x39\x9b\xa3\x87\x26\xd1\xe3\x1f\xfb\xaf\x20\xe8\xc2\xf9\x3c\x9f\xb1\xbf\xeb\x5a\x81\xd4\xbd\xca\xbf\x3a\x79\xb6\x58\x16\xe2\xd6\x70\x1b\x5b\x23\xa9\x2f\x17\x97\xb4\x47\x6d\x8d\xf1\x7e\x80\xb3\x7c\xf6\xaf\x58\xb3\xaa\x69\x63\xc0\x8c\xde\xf6\xdc\x8e\x8a\xaa\xd0\x9c\x1f\xf1\xd9\x6d\x85\xed\x11\x22\x3f\x85\x32\x05\xb6\x4e\x8d\xf8\xfe\x2b\x75\xf9\xc3\xf5\x3c\x91\x93\xfb\x9b\x16\xcf\x5f\x75\x29\xf2\xe8\x40\x46\x5c\xdf\x8a\xd8\x88\x33\x83\x49\x73\xc4\x93\x4b\x23\x84\x86\x04\xc2\xeb\x10\xe1\xe8\x04\xb2\x7f\x68\x8b\x08\x2a\x72\x30\xbc\x8e\xca\x5f\xcd\xf8\x21\xf6\x1e\xa6\x78\xea\xa2\x40\x2a\xc0\x8f\x5d\xa7\xd4\x75\x3b\x34\x46\xdc\x8c\xd9\x3f\xc5\x9f\x77\xf6\xf4\xbd\xfd\x6b\x97\x65\xc5\x6d\x3d\x93\x59\x98\x9a\x71\x7f\x61\xd1\xe3\x94\x9b\x29\xa3\xbf\xf1\xef\x1c\xbf\xc4\x67\xe9\xad\x1f\xf7\xb3\x53\x16\xb7\x26\xc6\xff\xdc\x9b\x71\x61\x61\xc9\xa2\x92\x7e\xc9\x65\x6b\xe2\x13\x16\x74\x0e\x88\x26\xac\x88\x55\x5a\xc0\x33\x28\x3e\x2f\x65\xbe\xd3\x7c\xa7\xc1\x3d\xb3\xcf\x21\x4a\x55\x49\x07\x73\xe4\x38\x31\xfc\x8b\x1b\x8f\xe1\xfa\x63\xce\x91\x9b\xbc\x7d\xd5\xb4\xf2\xcd\xa3\xd2\xc7\xba\x93\x7e\xca\x1c\x3d\x72\xe1\x7a\xaa\x8b\xb6\x8f\x4d\xea\xb7\xba\xbb\x4b\xbf\xa7\x57\xcd\xea\x3c\x25\x70\x5d\x2a\xdb\x30\xe4\x66\x95\x4d\xdf\xfc\x35\xdd\xa1\x67\x8b\xab\x7f\x8d\x5f\xf1\x39\x6c\xd9\xf6\xb6\x7e\xa7\x25\x7b\xc2\xf6\x6d\x49\x19\x30\x59\x38\x2c\x64\x53\x36\x0e\x9a\x47\xbf\x0e\x2e\x5d\x73\x65\x10\x23\x26\xcd\xb4\x5e\xf5\x7d\x68\x7f\xd0\x23\x44\x8d\x2c\x2a\x6f\x1e\x93\x0f\x43\xef\x5a\x72\xed\x5f\x9f\x5e\x1b\xc9\xcb\x78\x62\xd9\x4d\xf2\x86\x1a\x47\xf5\xaf\x93\x72\xe6\x79\xb1\x33\xea\xcb\x19\xab\x10\x23\xd6\x3c\xf5\x77\x77\xe2\x4b\x66\xcf\xf2\x6a\x79\xfb\xec\x92\x7c\xfc\x2b\x97\xb0\x67\x05\xfd\xaf\x16\xf0\xb8\x8d\x6f\x29\x1c\xa8\x9e\xa7\xe1\xde\x79\xf6\xe5\xa0\x6d\x94\xa3\x47\xfd\x91\xc3\x83\x5d\xe1\xc6\x9e\x43\xa5\x67\x87\xfc\x82\xf3\x3d\xd2\x8a\x67\xb2\x46\x4d\x4f\xf4\xb2\x2a\x48\x65\xc9\xfb\x35\xfe\xe6\x41\xeb\x19\x3d\x4e\x92\x9b\xfb\xbf\x16\x3f\x23\x77\x46\xdb\x36\xf5\x12\x7e\xd8\x58\x48\xed\xca\x6e\x1f\xc4\x91\x05\x00\x19\xe9\x88\xa6\xad\x2a\x21\x21\xae\xec\xa4\xe8\x42\x27\x01\x97\x25\xac\x23\x95\xe6\x3e\x23\xad\xbd\x58\x66\x1f\x62\xfd\xfc\x2c\xe5\xbf\x65\xb2\x5c\x3d\x4c\x2c\x15\x9f\x57\xb1\x8a\x5c\x65\xac\x36\xb4\xba\xb1\x8e\xba\xb4\x5a\xd7\x37\xd5\xb3\xee\x3a\xdf\xb3\xb9\x78\x66\x27\x8b\xe5\xa4\x63\x53\x5e\xfb\x98\x6d\x6f\x77\x10\x31\x29\x94\xe1\xc3\xe4\x26\x34\x2b\xf6\x29\xa9\x91\xf2\x7c\xe5\x57\x92\xaf\x73\xe1\x11\xe3\x87\x60\xec\x7f\x3a\xc3\x07\x16\xc8\x23\x9a\x88\xcb\x37\xf8\x25\x63\x6a\x68\xf6\xb4\x87\x0e\x83\x38\x7e\xeb\x24\xf3\x23\x16\x9b\xd9\xbd\x67\xf2\x2d\x58\x26\x2e\xec\x57\xef\x24\x2d\x65\x0c\x66\xe2\x51\x0c\xd3\x8b\x9c\x66\xf8\xb5\x16\xd7\x4e\x3d\xa1\xff\xf9\xa5\x34\x5a\xe8\xf5\x4d\x7b\xf8\x30\x1e\x63\xb4\x8f\x19\xa6\x5f\x0b\x47\x83\x69\x59\x88\xbb\xad\x18\x7f\x14\xf1\x53\xbe\x4c\xfb\x46\x6e\x70\x5f\x59\xfc\x77\x3c\x6a\x83\x35\xc5\x79\x7e\x88\x90\x01\x10\x3a\x80\xa8\xff\x7d\xdc\x41\x77\xc0\x6f\x33\xb4\x55\x0d\x6c\xc7\xe2\xad\x34\x11\xad\x1c\x33\x17\xac\x2f\x5c\x3d\xb5\xd3\x50\x11\xab\xeb\x04\xb5\x4b\xa7\x7d\xc0\xca\x17\x0b\x74\xf6\xe8\xde\x47\xc4\x57\xea\xbb\xb8\x7c\x43\xad\xad\xaf\x12\x51\x7a\xab\xc6\xc4\xb7\x0b\x10\x15\xe5\x30\xe3\x2a\xa9\x14\xfe\xe6\x53\x2f\xb9\x31\x7e\x75\x2f\xc3\x43\x6f\xff\x1d\x8f\x4a\x62\xf8\x40\x00\x1f\x45\xcf\x19\x88\x1a\xe7\x85\x26\x3b\x1c\x43\xf4\xf2\x50\x70\xb4\x7c\x8d\x18\xbf\x5c\xb9\xc9\x78\x1b\xe2\x5a\xc3\x49\xdb\xf5\xad\x10\x77\x6f\x9e\xcc\xab\x67\x8e\xec\x93\x8b\x54\xdf\xe9\xc8\x22\xde\xbf\xa3\x66\x34\x55\x06\xf1\x8b\xbb\xf2\xfd\x29\xbe\x1c\x7d\x64\x02\x27\xe6\x70\x70\xcc\x8c\x5e\xdb\x4f\x67\xff\xe4\x81\xd5\x4c\x1c\x2a\x8f\x89\x43\xa5\x32\x1d\xb0\x66\x5f\xa0\xe8\x9c\x46\xd1\x61\x31\xa2\xba\xa5\x40\xac\xa9\x27\xa2\xed\x7d\x31\x01\xc3\x32\xc4\x90\x57\x92\x0b\xf4\x3b\x11\x93\x7c\x65\xb5\xf5\x14\x11\xd7\xfd\x90\x0f\xd6\x4e\x43\x2c\x1c\x54\xf0\xd6\x78\x8d\x58\x55\x25\xf7\x59\x23\x03\xf1\x92\xa6\xa2\xe8\x14\x1d\xc4\x76\x2b\xf9\x4e\xf5\x6d\x88\x3f\x76\xca\x74\xdf\xf7\x67\x78\xa0\x0a\xc5\x9d\xe1\x14\x57\x15\x53\x8c\x3d\x44\xd1\xff\x2e\x45\x4b\xa6\x53\x99\xb1\x2a\xa2\xe2\xcc\x91\xc5\xd3\x12\x10\x8d\x53\x85\x46\xe9\x98\x22\x7a\xcf\x11\x19\xad\x65\x81\x18\x3e\x34\x56\x56\x4b\x00\x71\xf1\x15\xf1\x42\xf5\xb7\x88\x19\x82\xe2\xd6\x6a\x7e\x88\xb9\x1f\x24\x76\xa8\x5c\x46\x2c\x91\x1d\x37\x6d\xf2\x3d\xc4\x93\x8a\xe3\x5e\x4c\xac\x44\xbc\xac\x21\x96\xc3\xf9\x56\x37\xa6\xde\xd5\xdf\xf6\x5f\xc1\xc7\x68\xd6\xc8\xc9\x88\x3a\xab\x6c\xf6\x0b\x2d\x45\x34\x11\xf2\x76\x18\x27\x85\x68\xee\x10\xf3\x5c\x69\x18\xa2\x99\xc0\x86\xe3\x53\xf4\x11\x0d\x3f\xd4\xa8\xe9\x44\x20\x4e\x0b\x7a\xb8\x46\x37\x1b\x71\xda\x72\x74\xe5\xa0\x76\x3c\xbe\x52\x0d\xf9\x18\xa1\x1d\x87\x55\xea\xbb\xda\x7f\x6a\x07\x62\xa5\xfa\xec\x3b\xc3\x74\x6e\xe1\x16\x0d\xb7\xcb\xc7\x74\x02\xb0\x5a\xed\x79\x83\x8f\xce\x74\xac\x57\x2d\xfa\x1f\x7a\xa4\xeb\x1e\xe3\xa0\xd2\x1e\x03\xcd\x91\xaf\x10\x75\x36\x9a\xae\x12\x54\x41\xb4\xd0\xf5\xd8\x38\xde\x0d\xd1\x62\xeb\xdc\x04\xa5\x24\x44\x8b\xbc\x0d\x52\x5a\xe5\x88\x26\xc3\x8f\x58\xe9\xf3\x22\x1a\xc8\xb4\xcd\x36\x54\x42\xd4\x17\x44\x9d\x69\xaa\xfd\x2e\xba\x6a\x98\xa3\xb9\xa3\x4b\x5f\xcf\x1e\xbd\x74\xa4\x1e\x7a\xe9\xed\xc4\xe9\xda\xe5\xd7\x13\xa6\x8d\xc2\x88\xa9\xfd\xe7\xbd\xf5\x5f\xa1\x8f\x4e\xe2\x59\x61\xbd\x5f\xb8\x4d\x83\xf4\xfb\x72\x14\x61\xf8\x58\x0f\x45\x4d\x92\xe7\xa0\x32\x4a\xf7\xe2\xa8\x2d\xbf\x79\x99\x4d\xbd\xcb\x3b\xe9\xe5\x88\xb6\x7d\x51\xf3\x26\x7d\x41\xb4\x9a\xb8\xae\x5e\x3b\x1a\xd1\xf4\xe9\x91\x41\xa3\x77\x88\x86\x73\x9e\x5d\x33\xa9\x41\x9c\x76\x10\x6d\xf5\xc6\x7c\x99\x35\x6d\x2a\xea\xea\x05\x3c\xcf\xd2\x3f\xc1\x46\x83\x84\xdb\x99\x06\xab\x91\xd7\xc0\xf0\xd2\x3b\xc3\x05\x28\xa1\x7f\xb4\x7e\x99\x81\x2a\xfa\xeb\xb8\x1e\x4f\x31\xf8\x86\x51\xda\x8b\xfe\xe4\x85\x74\x3e\x04\x5e\x68\x14\x72\x50\x23\x4e\x73\x2d\x6f\x1b\xa2\xa9\xae\x81\xa1\x70\x30\xa2\xc3\x72\x87\x08\x99\x32\x44\x27\xab\x48\x5e\xb5\x49\x88\xb6\x27\xd7\xfc\xd0\xe7\xcc\x93\x7d\xed\x57\xb3\x1c\x44\xa3\x9e\x17\xdf\x2d\x83\xd8\xd2\x06\x4b\xd8\x1d\x46\x47\xdf\x7d\x30\x5c\xc2\xde\x67\xfa\xf5\xa1\xb5\xf1\x41\x76\xa2\xc5\x40\xcb\x69\x93\x50\xf6\x0e\xf3\xac\xc6\x21\x93\x2a\x76\x93\xa9\xf7\x89\x64\x93\x04\xe4\x35\x5c\x70\x78\x91\xa9\x34\xaa\xe8\xef\xfd\x73\x5d\xe8\x7a\x70\x50\x78\x99\x32\xe1\x23\xda\xcd\xaa\xa1\xa3\xee\x23\xda\x87\x6b\x97\x0b\x6d\x46\xf4\xb8\x60\x3d\x47\xfa\x31\xa2\xbb\xf4\xcc\x25\x53\x9c\x10\x1d\xf6\xac\x36\x37\xbc\x8b\x68\xd9\x74\x74\xa7\x8d\x3d\xa2\x49\xda\xbb\xe7\x76\xd8\x6b\x6e\xb2\x84\xf5\xce\x7e\xfe\xb3\xef\x66\x13\x58\x77\x1c\x6d\xb9\xbc\xb8\xd1\xd8\xe2\x27\x5b\xd1\xee\xdd\xf1\x0c\xcb\xf1\xec\x24\xab\x5b\x87\xdb\x2d\xe7\xb2\xcb\x2d\xcc\x4a\x43\x2d\x86\xd8\xdd\x26\xfa\x7f\xce\x87\x46\x31\x59\x9f\x6d\x0a\x3b\x87\x1f\x41\x34\x97\x55\x58\x31\x72\x2b\xa2\xb7\xa7\x9a\xe7\xe8\xcd\x88\x33\x9f\x1a\xb9\x49\x5e\x47\xf4\x53\xf0\xfd\xaa\xf5\x0b\xd1\xbd\x22\xad\xdd\x7a\x24\x5e\xb6\xb5\x38\xa6\xe4\x72\x04\xf7\x99\xf5\xf7\xe9\x7a\xdc\x7b\xfe\xdc\x72\x70\xe8\xac\x6f\xed\x8d\x4a\x1b\xd1\xa1\x8f\x3e\x4f\x1b\x54\x6d\x8f\xb1\x4c\xbd\x82\x8e\xae\xb1\x7b\xcc\xca\x75\x97\x2b\x6b\x71\x58\xc6\x7a\xe2\x12\x5c\xbc\xc6\x3e\x9d\xed\x68\x77\xb5\x70\x94\xfd\x0c\xf6\x66\xab\x1f\xbf\x79\xd0\xf0\x68\x39\xa2\x87\xc6\x7c\x41\x37\x0e\x3a\xbf\xe4\x51\xe6\xe0\xac\x26\x59\x55\x1e\x27\xc4\xd8\xa1\x29\xf7\xc6\xbe\x40\x9c\xa3\xec\x52\xaa\xa5\x8a\xf7\xa6\xa7\x25\xc5\x39\x29\xf6\xb9\x3b\x2f\xab\x19\x11\xb0\xeb\xdd\x74\xdb\x7d\x5f\x0f\x46\xde\x6b\xde\xe5\x34\x7f\xd0\x61\x56\xe4\xa9\x46\x97\xb6\xc1\x2b\xe1\xe2\x07\xd3\xdd\x87\x0f\x59\x04\x67\x14\x77\xb9\x67\x0e\x3d\xf6\xbf\x57\xb0\xc5\xdd\x98\x35\xdb\xeb\x47\xee\x80\xfb\x49\xd6\x71\xf7\xf8\xec\xa7\xee\x51\xec\x09\x8e\xbf\x7e\xf3\x20\x89\x6e\x51\x53\x0e\x9a\x9c\xa5\xfb\x3c\x97\x87\xa4\x08\x50\x5c\x1b\x2c\xb3\x7a\xd4\x20\xe2\x6a\x73\x53\x1d\x95\x95\x9d\xf3\x63\xb5\x22\x2e\xfa\x7b\xb4\x84\x84\x56\x17\x58\x2e\xe0\x39\xfd\xd6\xdf\xa3\xed\xdd\xb2\xc2\x92\x92\x80\xec\x7e\xd9\x25\xf5\x3b\x57\x06\x4d\x1e\x30\x8b\x37\xcd\xc9\x0e\xca\x1e\x94\x9d\xbb\x66\xdd\xe5\xa0\xf6\xc1\x97\x11\x9d\xab\x3a\x82\xb6\x0e\x65\xcd\x3c\x9f\xa6\x17\x98\xcb\x92\x9e\xbe\x2a\xf9\x7c\xc0\x7e\x56\x9e\xe7\x0b\x8e\x1e\x32\xf7\x09\x3f\x66\x78\x47\xe0\x2a\x8a\xc9\xaa\x14\xb9\xe7\x70\xea\x0f\x78\x29\x54\xba\x51\xc3\x48\xe1\x69\x63\x72\xfe\x0a\xef\x21\x2f\xe5\x9d\xe2\x2b\x73\x57\xaa\x24\x57\x64\x08\x2e\xf9\x76\xf1\x59\x56\x4d\xd2\xd6\x45\xdf\x7f\x5a\xac\xee\x59\xa4\xb6\xf0\xd1\xaf\xb7\xc9\x17\xe2\x4f\xc4\x5d\x1e\x50\x5f\x78\x39\xf6\x55\xac\xf1\xa0\xc2\x3c\x91\x18\xa1\x79\x9d\x43\x7c\xe1\x57\xe7\x5e\x99\xf3\x73\x28\x77\xa6\x73\x54\x5e\xd4\x1c\x96\x99\x6f\x17\xe2\xe8\xce\x91\xa3\xff\xe4\x41\x49\x0c\xff\xd8\x41\x6a\xcb\xb1\x83\x6b\x49\x25\x82\xce\xc6\x0b\xa4\x52\xc1\x15\xcb\x2b\xa3\xe4\x1e\x89\x88\xef\x3f\x72\x4e\xc4\x9e\xdf\x32\x67\xc9\xa6\xea\x98\x45\x31\x31\xfc\x11\x51\x95\x1f\xcf\xb4\x2c\x5e\x1e\xd0\x5c\xf2\xa0\xff\xee\x22\xd9\xc0\x49\x85\xb7\x07\x9e\xc5\x64\x05\xd4\xe4\xf6\x0c\xb6\x44\x5e\x0a\xdc\xbd\xa1\x68\xc8\x27\xe4\x71\xe0\xf3\x4c\xa1\xa1\xdb\x01\x5d\x01\x5d\x2b\xa7\xb3\xfc\x7c\x25\x67\x98\xa5\xb6\xb2\x1a\xdd\xbf\x23\xd2\x0e\x43\x88\x73\xf7\xff\xc5\x83\x3c\x4e\x92\xfc\xa0\x17\xc7\x5b\x48\x6d\xac\x2b\x77\x1f\x29\x70\xf0\x70\xfd\x4b\x4b\xc1\xe7\x00\xd9\xc2\xcf\xe5\x8d\x2e\xa8\xa5\x47\x9c\x78\xb4\x6c\xde\x28\xcf\xc7\xee\xcb\x1f\x18\x1e\x3d\x18\x98\x61\x1f\x79\x57\x78\x28\x22\xd0\xcd\xc1\xf3\xa2\xcd\xd0\x1b\xbf\x47\x4e\x7c\xc7\x45\x59\xc6\x3e\x22\xce\x76\x95\x0e\xac\xb5\x9e\xc2\xce\x0f\x8a\x03\x59\xed\xae\x56\xce\xb9\x85\x26\x6c\x4d\x47\x0b\xc7\xee\x3c\x64\xef\xb4\x36\x45\x0c\x1c\x41\xe5\x6f\x5a\xc3\xf0\x20\x92\x1f\xf3\x72\xe3\x2d\xe2\x07\x68\x91\x6f\x27\x79\xe4\x35\x71\x1f\xc9\x3c\xe5\xe9\x0e\x92\x8a\x27\x4b\xba\x11\xd5\x0e\x8d\xbd\xe1\xc3\x46\x8f\x90\x7a\xdd\x8d\x56\x36\x38\xa1\xe2\xa6\x99\xba\x71\x00\xf1\x73\xd4\x19\x1d\x7c\x77\x8c\x7d\xc7\xa4\xdd\xf8\xf8\xc3\x03\xec\xab\xa6\x59\x26\xde\x2d\xbb\xd8\x2f\x4c\x02\x4c\xb7\xd7\x77\xb1\x3f\x9a\x8c\x30\x1d\x79\x7c\x18\x4e\xd1\x1f\x34\x5b\x72\x68\x10\xb5\x0c\xa4\x11\x57\x1a\xc1\x1f\x79\xd2\x5d\x17\x6f\x11\x3d\xae\xe3\x0b\xe2\x9f\x3a\x65\xfc\x9d\xe8\xc9\x8d\x07\xa5\x32\x7e\xa1\x08\x45\xc4\x49\x5b\x46\x27\x39\x07\x23\x4e\x97\x9b\x78\xd0\xcc\x1d\xbb\x37\x1d\x9c\x12\xaa\xb7\x0e\xdf\x5c\x74\x98\xb2\x56\x97\x0f\xf1\xcb\x57\xf5\x87\x1a\x8d\x1c\xbb\x2e\x3f\x4a\x33\xf7\x43\x34\xe2\x84\x4c\x2d\xc7\xa7\x9b\x11\x95\x2d\xb5\xe2\x5b\x5f\x22\x5b\x59\x42\xeb\xc3\xe5\x78\x1c\x54\x1e\x8e\x48\x2b\x84\x7e\x0c\xbc\x49\x6a\x29\xdd\x91\x7f\x4d\xf8\xc8\xd9\x4f\x3f\xd7\xfd\xc9\xc3\xd6\x96\x51\x8c\x6a\xa4\xe8\xbd\x18\x51\x69\x23\xaf\xb3\xe5\x2e\x44\x97\x3c\xc9\xcb\x86\x35\x88\xc9\x32\x0a\x52\xda\x4d\x88\xc5\x21\x8a\xd7\xb4\x24\x10\x1b\x4d\x26\x8c\xd0\x48\x42\xec\x1a\xa6\x78\x4b\x75\x90\xa3\x8f\x64\x84\xbc\x2a\x07\xf9\x62\x14\x16\x7f\x96\x47\x14\xb4\x50\xac\x7a\x29\x8e\x28\x3c\xf0\xc5\xe4\x2a\xa9\xe1\xf3\x50\xbb\x8b\xd4\x8c\x6b\xb4\x1a\x24\xb5\x69\x4a\x9b\xa8\xbc\x6c\x26\x6f\x6a\x11\x93\x37\xed\xc7\x54\xe6\x34\xe6\x45\x1c\xad\x0b\x60\xa8\x8a\x68\x9d\x20\x22\x36\xb5\x02\x31\x7a\xa6\xd8\x7c\x8d\x95\x88\x1b\xf2\x24\x57\xab\x85\x21\x16\x37\x4a\x96\xa8\x9c\x41\x3c\xeb\x37\x7e\xf6\xe4\x3e\xc4\x47\xcd\xe3\xbd\x94\x33\x11\xfb\x0e\x89\xda\xcb\x57\x73\xf4\xe1\x17\x1d\xc1\x43\x33\xb3\x9e\xf8\x75\x92\x5e\xa5\x17\x35\x06\x88\x7f\xb0\x92\x19\xff\xad\x4c\x7c\x30\xa5\x8e\x99\x07\xa6\xe3\x9f\x53\x1c\xc5\xa9\x23\x10\x79\x55\x00\xa6\xb6\x20\x1a\xf3\x09\x3c\x54\x7b\x85\x18\xa0\x2c\xd8\x30\xe9\x2a\x62\x42\xa0\xd0\xa6\xc9\xde\x88\x6b\x23\x45\x7e\x4c\x9c\x85\xb8\xeb\x90\xc8\x7c\xa5\x8d\x88\xb5\x6b\x44\x44\x94\x7c\x10\xaf\x2e\x13\xd9\xa4\x60\x85\xf8\x82\x47\x48\x5d\x41\x10\x71\xe0\x8b\x40\x60\x73\xd9\x20\xa9\x69\x75\xb8\x8a\x7e\xff\x36\xe6\xf9\xd3\x18\x3f\xd9\xbc\xa5\x7f\x8f\x83\x19\xe3\x9f\x52\xf6\x47\x1c\x96\x06\x30\xb9\x1c\x51\x63\x03\xcf\xb9\x49\x7c\x88\xce\x5f\xf9\x8c\x94\x2c\x10\xc3\xc2\xf9\xfc\xe5\xf7\x22\x26\xac\xe0\x1b\xa7\x90\x88\xb8\xea\x98\x80\xb5\xc2\x0e\xc4\x7c\xff\xd1\x3d\xf2\xbf\x10\xcb\xf7\x0a\xa6\xc9\xce\x47\x3c\xbd\x86\xff\x93\x88\x1d\x62\x13\x53\x47\xdc\xed\xf4\xdf\x3c\xc8\x80\x41\xba\xdf\x0b\xea\x98\xe5\x70\x50\xde\xca\xcb\x8b\x67\x06\xe2\xe4\xee\x18\x3e\xa1\x62\x44\xd5\xdc\xf5\x29\x62\x6d\x88\x93\xc7\x1c\xec\x97\xd8\x8d\x38\x69\x42\xeb\xc3\x71\xc7\x11\x95\x8b\xfb\xdd\xc5\x26\x21\xca\x4f\x44\xe4\x37\xef\x5e\xa3\x74\x03\x51\xa4\xe8\x79\xd8\x84\x71\x88\xa2\xa3\xee\x8e\x9b\x10\x80\x28\x7a\xaa\x65\xbb\xd2\x4f\x44\x51\x95\xf3\xb7\x94\xb4\x10\x45\xba\xfe\x17\x1f\xd3\x5f\xf9\x27\x0f\x91\xe9\x36\xdf\x35\xbc\x13\x51\xf9\x99\xc7\x5a\xbe\xf3\x88\x6a\x1a\xd1\x0e\xc2\x0f\x10\xa7\x98\xac\x9f\x31\x2e\x13\x51\x55\xf5\x50\xe5\x78\x5f\xc4\x49\xaf\xef\x0c\x49\x3e\x42\x54\xb1\x46\x1c\xc7\xf3\x2b\x51\xe9\x1c\xe2\x18\xf5\xb7\xc6\x13\x9b\x11\xc5\xfa\xdb\x4c\x95\xe7\x23\x4a\x6c\xbb\x25\xa5\xec\x87\x28\x91\x7e\xb9\x73\xe2\x5d\x44\xf1\x1d\xe7\x7c\x27\xc6\x20\x8a\xed\xfe\x53\x8f\x7f\x78\x10\xb5\x7b\xef\xd4\x28\x3f\xdc\x6c\x70\x7e\xa4\x12\xa2\xca\x03\x97\x45\xfc\xcd\x88\x5a\xbd\x51\x87\x45\xef\x21\x6a\xae\x5d\xf3\x7e\x7c\x02\xe2\x94\xe2\xc3\xc7\xe4\xc6\x20\xaa\x56\x3f\x7c\x26\x6b\x84\xa8\xaa\x85\x28\x99\xfd\xd9\x6f\x72\x0c\xa2\x64\xe0\x8b\x68\x95\x74\x44\xe9\x29\x77\x6f\xa9\xae\x42\x94\x69\xbf\x1a\xaf\xea\x8e\x28\xa3\xd0\x90\xa8\xba\x0f\x51\xfa\xc5\x89\x0a\x35\x03\x44\xe9\xdb\x7f\xf2\x20\xee\x38\xa8\xc6\x71\x90\x2f\x75\xc2\x67\x0e\x4e\x36\xd1\xee\x19\x25\x8e\xa8\xed\x6c\xdb\x20\x24\x80\xa8\xf3\x34\x34\x58\x6c\x11\xa2\x8e\x5a\x66\x9a\xcc\x55\x44\xcd\xdb\x55\x86\x8a\xc6\x88\x53\xca\xdb\x0c\x94\xbc\x10\xd5\xba\x11\xa5\x1f\x74\xa5\x6a\xd8\x20\x4e\xf0\x78\xd8\xa0\xf1\x1d\x7f\x4c\xcc\xba\xe6\xab\xe9\x86\xdf\x27\x3a\x34\xce\xd5\x34\x47\x54\xea\x3b\x79\x5f\xa3\x1b\x51\xd1\xb5\xfa\xb3\xc6\x03\x44\xf9\x6f\x7f\xce\x07\x1d\x07\x58\x29\x47\xe2\xa7\x32\x99\x32\x8b\x87\xb9\x21\x4e\x29\x51\xf3\xe5\xf0\x43\xc3\x03\x86\xbd\xc2\xfe\x88\x46\x27\x83\xa6\x49\xee\x42\x34\x38\x92\xb1\x4c\x49\x17\x51\x57\xab\x3a\x52\x45\x02\x71\x6a\xf0\x4b\x25\xd5\xa5\x5f\x42\xb4\x9e\xe3\xab\xc9\x8f\x9f\xc4\x69\xb7\x61\xd1\x14\x8d\xeb\x6f\x74\xc7\x62\xae\x86\xca\xf9\x61\xba\x2f\xb1\x70\x4a\xed\x89\x27\xba\x3f\xf0\x98\x5a\xc3\x21\x6b\xdd\x37\x78\x47\xc5\xa2\x6c\x93\x4e\x30\x7e\x9d\xf8\x84\xc4\x09\x0f\x50\x3d\x26\x74\x92\x71\x38\x3c\xf6\x1a\xe1\xa7\x0f\x05\xbf\x72\xd0\x54\x41\x6e\xec\x88\x00\x44\x3b\x33\x9d\x29\x42\xbb\x11\x6d\x35\xbc\x62\x64\x6f\x23\x9a\xfb\x2d\xbf\xa5\xe2\x8a\x68\x50\x70\x44\x4c\xab\x06\x51\x4f\xba\xa7\x51\xbb\xe2\x59\xa7\x21\x2f\xfb\x96\x71\x5a\x73\xa2\xb1\x3c\xfb\xae\x09\xef\xd9\x2e\x93\x64\xf6\x5b\x63\xdb\x9a\x89\xa6\x8b\x91\xdf\x70\x67\x85\xba\xf1\x1e\x0c\xd7\x59\x52\x1c\x62\xac\x8c\x9b\xb4\xc4\x77\xbe\x34\x6e\xc6\x7d\x1a\x39\x7f\x8c\x03\xe9\xc5\x84\x28\xbb\x76\x78\x1b\xf1\x4f\x31\xf9\x18\xdc\x73\x78\xe0\x1e\xe5\xf9\xfc\x0f\x10\xfd\x26\xd9\x8e\x95\xd7\xfc\x25\xef\x2c\x95\x60\xa5\x27\xfb\xe6\xa0\xf5\x60\x29\x58\x97\xb6\x75\x9b\x5f\x7a\x2e\xed\x1c\x7d\x89\xdf\x7a\x1c\x6b\x83\x9b\x7d\xed\x0d\x5b\x3d\xd6\x3b\xa7\x87\xe5\xc5\xb6\x9f\xd8\x06\xf6\xd6\x45\x32\x76\x17\xd8\xc9\xd6\x03\xdb\xf5\xec\xa4\xd9\xf7\xcd\x4a\xb7\x78\xd8\x6d\xc4\x61\xc6\x3d\xeb\xaa\xed\x36\xa2\xae\x01\x39\xc5\x4b\xd3\xfe\x30\x2c\x2a\x8f\x6b\x7f\x7d\x9e\x31\x76\x58\x96\xf1\x8b\xc4\x09\x54\x02\xf4\x84\x2e\xf2\xd5\x7b\x21\xeb\x70\x57\x3b\xe2\xf0\xcc\x12\x5b\xde\x7a\xc7\x00\xad\x2d\xdf\xfc\xb3\xab\x33\xbd\xcf\xb6\x2c\x09\x7b\x53\x7c\xdf\x7b\xf7\x60\x7b\xf8\xbd\x6d\xcb\x7d\x7e\x0c\xd5\x06\x5a\x64\x6f\xf4\xcd\x61\x69\xfa\x19\x66\x4d\xf6\xa9\x61\x35\xb8\x27\xa7\xed\xf2\xb1\x64\x6b\x38\xde\x5a\x6e\xe4\x55\xc6\x5e\x63\xb3\x7f\xc9\x1a\xcf\x20\xf6\x63\x73\x72\xab\x83\x27\x9d\x23\x47\x75\x02\x95\x47\xab\xc0\x23\xc6\x33\xf9\xb9\xb4\x46\xd5\x07\x77\xca\x87\x6e\xaf\xc9\xcf\x50\xb6\x13\xf7\xae\xfd\xb9\x5e\xc8\xcd\xd3\x3c\x39\x47\x7f\x69\xcc\x32\x97\xc8\x45\xcb\x7f\x2c\x74\x3d\xee\x13\x17\xb2\xf0\x7a\x6c\x7d\xbf\xd5\x42\xb7\x58\xd1\x98\xd3\x83\xe9\x51\xa7\xe7\xb5\x47\xff\x1c\xb2\x0f\x8d\x9a\xc3\x8e\xca\x63\x81\x7f\xe1\xec\xaa\xc8\x55\xac\xbd\x9e\xe3\x22\x0f\x84\x4f\x61\x0b\x39\xfb\x84\xf3\x86\xae\x67\x87\xdb\xad\x41\x14\x66\xf2\x60\xed\x98\xbc\xe8\x05\x93\x28\xd2\x1a\x58\x5d\xd9\xb4\x22\xf0\xcd\x95\xb4\x1b\xc6\xa9\xd0\x53\xaa\x52\x3a\x00\xf9\xbd\x55\x45\x16\x22\x5a\x4b\xe3\x5d\xf7\x2f\x9e\x6f\xe0\x27\x11\x5c\x51\x34\xf6\xd0\xc4\xe0\x32\xdf\xb5\xbb\x9e\xf7\xbe\x0d\x59\xeb\x5b\x9c\x3b\x71\xa8\xcf\xff\x81\x4f\x4f\x76\x26\x2b\xd3\x6b\xa3\xcf\xbb\x4c\x43\x56\xaf\xab\xb7\x6f\xc9\x0a\x03\xf6\x34\xc7\x46\xef\xd6\x64\x2f\xf6\x76\xeb\x7e\x6f\xa1\xc5\xa3\xd9\x6f\xcc\xce\x23\x1a\xf6\x33\xe3\xcf\xe8\x93\xe3\x42\xce\xff\x3b\x69\xc7\xd9\x9b\x02\xa7\x48\x0d\xb8\xe3\x35\x4d\x84\x37\x16\x0c\xde\x22\xf7\xb8\x56\xd8\xde\x3c\x38\x35\x48\xc6\x26\xe0\xcb\x55\x93\xf0\x03\x66\x73\x1c\xcb\x2f\xb7\x1e\x58\x67\x97\x6a\x19\x75\xc9\xe3\xc3\x2d\x7b\x59\x2b\xde\x53\x3f\xd8\xcb\xac\x17\x5b\x0b\x1e\xae\x65\x97\x5b\xaa\x5b\x17\xef\x5f\xc1\x7e\x61\x36\xd2\x46\xbe\x50\x0d\x05\x8d\xbd\x6c\xd4\xb7\xcd\x42\x43\x83\x05\xd6\xd3\x37\x5e\xc4\x05\xba\x8e\x88\xc1\xc5\x7f\x3e\xff\xfb\xd6\x43\x24\x3f\xfb\xf6\xe8\x06\x12\x27\x3b\x3d\xee\x3a\xa9\xd9\x5b\x5c\xf3\x88\xe8\x91\x25\xfa\x9a\xc4\xef\xe6\x94\x76\xeb\xca\xf6\xf0\x06\x3b\xd4\x7e\x38\xec\xdb\x3b\x31\xd9\x50\xea\x83\x5d\xc1\x1b\xf5\x19\xda\xba\x1f\xc6\xbf\x62\xab\x87\x4f\xc5\x67\xa3\xf0\x85\xca\x7c\xed\x98\x9b\xb7\xb0\x4d\x65\xb6\xce\xdd\xf3\xef\xb0\x55\xd5\x55\xf7\xde\x89\x4d\x78\x57\x95\x47\xb7\xac\xca\x10\xdf\x4c\x96\xd4\x3b\x5d\x7a\x0f\xdf\x4d\x16\xe1\xce\xff\xa7\xb4\x83\xa4\xf6\xdf\x1d\xf7\xf3\xa4\xf2\x6c\x5d\xcf\x1d\x52\xeb\xaf\xac\xfb\x39\xa9\xd8\x99\x73\xa2\x9b\xcc\x4f\x62\x40\x3f\xa9\x48\xe7\xcc\x39\xff\x1f\x07\x30\xcc\x43\xb4\x1d\x12\xe9\xd2\x58\x8e\x98\x55\x3c\x2e\x7f\x72\x31\xe2\x65\x57\xc9\x2d\xca\x0f\x38\xf6\x7c\xac\xb4\xd2\xd3\x2f\xd3\x10\xc7\xd8\x4c\x28\x79\x21\x85\x38\xf6\xfa\x84\xe8\xbb\xf7\x10\xc7\x7e\x9b\x38\xf2\xea\x57\x44\xd1\xab\x13\x3d\x1a\x2e\x22\x8a\x76\x7e\xeb\xa5\xe3\xff\xc8\xa0\x89\xcc\x4f\x63\xe1\x7d\x92\x2f\x74\xb0\xaf\x93\x74\x5c\xdf\x69\xd6\x4b\x02\x78\xab\x99\xce\xc7\x5c\xfb\x6f\xf8\x92\xa2\x86\x39\xa2\x89\x26\x7f\xaa\xf2\x43\xc4\xf8\x78\xc1\x9d\x4a\xc6\x88\xfb\x27\x08\x57\xc8\x1f\x46\xbc\x26\x2b\x24\x21\xe7\x8f\xf8\xe9\x2c\x7f\xba\x50\x1e\x93\x01\x7e\xf1\xe7\x63\x0e\x0e\x3f\xf6\x86\x64\xb8\x0c\x1b\xdb\x76\x99\x83\x6d\xf3\xe9\xf3\x37\x59\x3f\x22\xeb\xe0\xc8\xb9\x37\xa4\x46\x6a\x91\xcd\x2f\x52\x81\x70\xfd\x6e\xc6\x1f\xb6\x81\xe1\x61\x9b\x29\x6a\xdd\x63\xec\x7f\x3e\xa2\xf6\x59\x9e\x45\x72\x5f\x11\x43\x3d\x46\x89\xcb\xdd\x40\x5c\xb7\x97\x5f\x4d\xa6\x17\xb1\x7c\x3f\xdf\x55\xe9\x57\x88\x17\xd6\xf0\x1e\x94\x09\x45\x7c\xd9\xc7\x1b\x2e\xc4\x21\x16\x2b\xe0\x8f\xcc\xf4\x5f\x5b\x38\xd8\x6c\xfe\x88\xf0\xdf\xa3\xa5\xef\xc9\xb9\xe5\xc0\x3e\x36\xa9\x7c\xba\x79\x1d\xfd\xad\xa5\x1f\x29\x86\x32\xf7\xe8\x6c\x6b\x18\xf9\xbf\x28\xca\x6b\x21\x4e\xde\x3b\x7c\x2f\xaf\x2a\xa2\x95\x1e\x00\xbf\x2a\xdd\x71\x46\xc6\x23\x66\x98\x01\x40\x30\x62\x7e\x1b\x00\xcf\x4c\xc4\x1a\x1b\x00\x1e\x1e\xc4\xe6\x04\x80\x91\x45\x88\xaf\xd3\x7e\xeb\x73\x6a\x5f\x37\x59\x17\x65\x4c\x9e\xd2\x56\x26\x4f\x7a\x39\xe3\x17\x8b\xde\xc5\x8c\x03\x53\x79\xd7\x94\x89\x8f\x29\x58\x51\xe4\x69\x41\x14\x7e\x03\x30\x8c\x07\x51\x87\xd9\x71\x7c\x1e\x02\xc0\x34\xc4\xf9\xbc\xf4\xf3\x0a\x6f\x00\x08\x42\xdc\xe6\x07\x00\x25\x88\x65\xe7\xe9\xcf\xcf\xf2\x73\x16\x3e\xe2\x0d\x2e\x0f\x82\xff\xcd\x83\xb8\x68\x96\xc0\xfc\x1e\xe9\xc3\x33\x4c\x2c\x2a\x96\x83\x23\x94\x56\x2f\x26\xfc\x40\xfc\xc0\x0b\x0e\x8e\x5c\x7d\x35\x94\xfc\xfc\xf0\xe7\xdb\x00\x83\x4c\x6f\xb3\x8f\x96\x14\x3b\x98\x1e\x15\xf7\x2a\x28\x5e\x67\x7a\x5c\x5d\x68\xa1\xc8\xf9\xcf\xa9\xe3\x6f\xfe\xc1\xb5\xff\x5a\x4e\x7f\xfa\x45\x86\xf1\x38\xfb\x11\xb9\x41\x91\x6b\x89\x3d\x7c\xb1\x5a\x8a\x83\xa3\x57\x94\x95\x11\xbf\xc9\x98\xeb\x44\x26\x8f\xf8\x8f\x32\x80\xbe\x6e\x20\x37\x23\xdf\x98\xd1\xef\x68\x73\x80\x33\x1c\xbc\xed\x43\x3f\x5f\x16\xa6\x58\xbf\x02\x8e\x73\xf5\x70\x9c\xf6\xf7\xf3\x73\xed\x1e\xf5\x43\x80\x87\x0e\x89\x3f\xf0\xf8\xda\xfa\x12\x9e\xe8\x12\x76\x8f\x83\x22\x87\x56\xe5\x73\x50\xda\xaa\xe2\x17\x07\xc7\x4e\x6a\xdd\x45\x7e\x9e\x86\x61\x00\x9f\xfd\x78\xc9\x4c\x76\x28\xf1\x7d\xe0\xe0\xfd\x15\xa3\x7c\x89\xfc\x3d\xd2\xf7\x11\xf9\x34\x1a\x3f\xf0\x55\x93\x75\x31\x5e\x50\x86\xab\x07\x77\x3e\x34\xf6\xff\x69\xff\x01\xe4\x49\x9e\xcc\xb0\xc4\xc9\x44\x8f\x31\xe6\x66\x44\xae\xec\xd4\x10\x9b\x91\x6d\x88\xb2\x7a\x19\x77\x79\xfd\x10\xa5\xbf\x55\x9a\xf0\x76\x21\x4a\x1d\x7f\x20\xc2\xb3\x08\x51\x82\xdc\x0c\xe8\xbc\x27\xb3\x1f\x91\x6f\xf7\xdd\xb5\x72\x71\x88\xa3\xdf\x37\x2f\x97\xcf\x46\x14\xca\xae\xbf\x2e\x9b\x83\x28\x70\xfe\xc4\x7a\x39\x73\xc4\xd1\x89\x55\x12\x72\x27\x11\x47\x9f\xfa\x73\x1c\x26\x0f\xff\xd3\xfe\x73\x51\xd4\x54\x9e\xe8\x21\x37\x57\x5f\x7f\x84\x0a\xa2\x52\xd1\x74\x1b\xde\xa3\x88\x8a\x7d\x2b\xaa\x46\x87\x21\xca\xe7\x1d\x54\x15\x2c\x41\x94\x3b\xfe\x2c\x75\x74\x4f\x6f\x81\xc2\x1b\x44\xa1\x75\xf7\xb3\x26\xee\x44\x14\x5f\x7a\x85\x7f\xd2\x47\x44\xc9\xcc\x3a\x1d\xe5\x1d\x88\x12\xe2\xb5\xb7\x26\x5e\x46\x14\x9b\x79\xd0\x6d\x62\x34\xa2\xa8\xd3\x01\x85\x89\xc7\x11\xc7\x7e\xff\x2f\xff\x00\x18\xf9\x80\x83\x42\x09\x40\xd6\xb1\xd2\x52\xc1\x97\x1c\x54\x6b\x50\x49\xe5\xb9\x80\xa8\x31\xce\xd5\x54\x50\x01\x51\x7d\xec\x32\x45\xd1\xa0\xa1\x5f\x93\x47\x55\x3e\x1d\xc7\xff\xe5\xee\x64\xd7\x67\xe7\xa4\xd7\x3d\x1b\xaf\x6e\x82\x28\x7f\xfb\x62\x96\xa6\x04\xe2\x04\xc9\x13\x86\x9a\xcd\x88\x4a\xfe\x87\x77\x6b\x4d\x47\x54\xac\xdd\x7f\x42\x6b\x36\xa2\xfc\x87\x5d\x5f\xb4\xa6\x21\xca\xf9\xe7\xa3\x86\x37\xa2\x14\x99\x3b\xb9\x60\x2a\x9f\x87\xcc\x0b\xdf\x46\xfa\x56\x4d\x1a\xa4\x68\xc8\xbc\x65\xb6\x0f\xc5\x1e\x03\xb0\x6a\xcc\x5b\x4c\x4f\x89\xfa\xbc\xbd\x69\xfa\x7a\xde\x1a\xa5\x8f\x8f\x17\x18\x39\x15\x8e\xd7\x0c\xbf\x99\xa6\xbf\xeb\xc6\x7b\xbd\xcd\x17\xb5\x0d\x83\x71\xc2\xb4\x8e\x43\xf7\x8d\xb3\xd0\x5b\x37\xa3\xf8\xb8\x49\x26\x26\x68\x27\xee\xec\x36\xbe\x88\xfb\x35\xb2\xb7\xf6\x1b\xe7\xe1\x79\xb5\x0f\xd9\x17\x8d\x4d\xb1\x4d\x65\x46\xe6\x5c\xc3\x87\x88\x13\xa7\x71\xe4\x0b\x32\xe3\x40\xe5\xa9\xca\x50\xb4\x1e\x4e\x71\x3a\xa9\x98\xde\x57\x17\x41\xce\x7d\xcf\x1e\x46\xec\x98\xf2\x58\xb4\xa8\x69\xc0\x5f\xca\xcf\x4d\xe7\x5e\x6d\x89\xe7\x9b\x35\xb1\x56\x5f\x4a\xc4\x5d\x1e\x9c\x3d\xed\xf4\x64\x37\x8f\xb3\xc1\xf7\x17\x2e\x2b\x37\x5b\xb9\xa8\xb3\x17\xda\x86\xad\xee\x72\x55\x60\x37\x5a\xdc\x5c\x71\xc9\x65\x16\xf2\x19\x63\x4a\xba\x53\x01\xda\xeb\x2f\x5d\xdc\xe5\x94\x85\x8b\x74\x9e\x2f\x34\xb1\x7f\x8b\x87\x34\x0e\xfc\x96\xaf\x58\xfb\x37\x0f\x89\x20\xe3\xf0\x69\xe9\x12\x52\x01\xf3\x51\x3e\xed\x3c\x7e\xde\x64\x8d\xbb\x4c\x0d\xff\xd2\x92\xbb\xa9\xcb\xec\x1a\x34\x22\xd6\xea\x2e\xa8\x5e\xe8\xe5\x96\x9c\xf8\x76\xee\xfd\xf2\xb1\xfe\x56\x31\x27\xa3\x54\x3a\x8d\x02\xbe\x46\x69\xcf\x8a\x66\x2d\xf1\x56\xe4\xf2\x9d\x30\xdf\x90\xd5\xec\xd5\x36\x73\x82\x3f\xce\xf4\x63\xdf\x36\x0f\x0d\x1e\x1d\xf0\x11\xf9\x8c\xe3\x03\x96\x4e\xbf\x8c\x01\x7a\x02\x88\x62\x05\x7f\x3f\x3f\xad\xe8\xfb\xde\x8b\x56\xfc\xbe\x6b\x93\x43\xfe\x51\x57\xb4\x8b\xf8\x3d\x0e\x0c\x95\x8e\xe4\x13\x04\x58\xb7\x7a\xef\x11\xfd\x04\x05\x9f\x39\x87\xb6\x77\x44\x7e\xb3\xbc\x3f\xfd\xd2\xb6\xe1\x7b\x2e\x3b\xf2\xbb\x8b\xe7\x2c\x6a\x0b\x70\x52\x70\xdd\xb0\xe1\x2e\x7b\x8b\x8d\x8c\xab\xe6\xaa\x87\xec\x57\x66\x1f\x5c\xce\xa4\xb6\xa1\x9c\xd1\x0b\xd7\x11\x49\x43\xe8\xac\x9f\xef\x2a\x1e\x3f\x1d\x17\xe9\x2a\x3b\x2f\x9d\x7f\x02\xf7\x68\x99\x21\x1a\x07\xfd\x29\xff\xa3\x4e\x16\xf1\x4f\xdd\xbd\x5d\x40\xce\xff\x75\x9f\xcb\x89\xfc\x92\x8e\x5a\x92\xaf\xbc\xbe\xbb\x8e\xf8\xef\x16\x08\x35\xb4\x28\xef\x1f\x33\xcc\x63\xf5\x59\x87\x19\xba\xea\x5d\x96\x6e\xa7\x5e\xe4\xa3\x0e\x9f\x61\xe1\x09\xf6\xbd\xad\x3a\x4f\x0c\x65\x8e\x78\xe1\x76\xcd\x1a\x23\x85\x03\xa7\xf1\x90\x86\xb6\x91\x40\xa1\x3f\x5e\x57\xf3\x37\x0a\xcc\x0d\xc1\x17\x2a\xb3\x8c\xba\x37\x34\xe0\xe7\x49\xad\x46\x75\x59\x41\x88\x13\xdf\x22\x86\x91\x38\x50\x4f\x27\xad\x15\x7a\x0f\x8b\xc8\x3d\xad\x73\xf3\xaa\x89\x7f\xac\xbc\xe8\x2c\xe1\x3f\xb9\x96\x57\x48\xcd\xf2\x25\xda\xad\x44\x0f\x3f\xb3\x36\xd3\x31\xcb\x00\x8c\x9a\x9e\xa4\x38\x9d\x1f\x37\x7a\xca\xed\xc7\xfd\x1b\xda\xa4\x47\x4c\x8a\x7e\xec\x78\xa3\x56\xaa\x64\x92\xc2\x9d\x53\x88\x12\x27\x26\x7d\x6f\x8a\x45\x1c\xb7\x59\xe5\xe6\xa9\x57\x88\xe3\x9d\x55\xfc\xaa\x5e\x20\x8e\x6b\x50\xf5\x2a\x1d\x8f\x38\xee\xab\xca\x8d\xdd\x79\x88\x12\x0e\xdf\x6b\x68\x0f\xdf\x47\xb9\x94\x87\x36\xe2\x51\xc2\xc3\x0e\x1b\x5c\x20\x5d\x0b\x77\x7e\xbf\x71\x00\x48\x6f\x81\xc7\x44\xaf\x39\x89\xb4\x43\x85\xf9\x8d\x2f\xa4\x62\xaa\x22\xf6\xff\xd2\x99\x3f\xb2\x4c\xea\xe2\x90\x52\x0a\x6b\x44\x85\xa4\x06\xeb\xf1\x85\x3c\x80\xb1\x86\xbf\x96\x70\xd6\xde\x18\xb9\xd7\xc4\x32\x0b\xba\x3e\x22\xb9\x8c\x02\x67\xae\x93\x18\xba\x8c\x64\x43\x38\x22\xdf\x70\x7e\xeb\x53\x73\x38\x9f\x9f\x76\xec\x23\x95\xe2\x2f\x25\x9d\x22\xbd\x17\x6a\x44\x2e\x93\xce\x08\x7b\x9a\xef\x91\x3c\xee\x0d\xf8\x9c\xdc\x67\x4b\x9a\xf7\x9e\xf8\xef\x82\x12\xfb\x48\xa5\x52\x1d\x26\x3f\x57\xb0\x19\x51\xfa\x2b\x00\xff\x4c\xc4\x70\x2d\x3a\xc3\x3b\xc3\x01\x86\x4d\x40\xbc\x99\xc8\xd8\x75\xc2\x24\xfb\x98\x1b\xdf\x5d\x31\x14\x1f\xe7\x50\xbc\x45\x3c\x4e\xcd\x29\x27\xc9\x39\xe5\x98\xc7\x55\xd2\x0b\x61\xdf\xf2\x47\xa4\xd7\x43\xce\xc2\x97\xc4\x6f\x96\x0e\xbd\xa4\x92\x70\x2c\xe9\x8c\x09\xe0\xfe\x98\xfe\xb5\xaa\xe0\xef\x37\x4d\xe8\x34\x45\x97\x4f\x8c\x9d\x77\xa3\x78\x90\x39\x09\xb5\x30\x91\xd0\xee\xd9\x7f\xf2\x9f\x6f\x4c\x04\xb4\xeb\x15\xb1\x33\x51\x94\x07\x97\xcf\x7a\x46\xe4\xed\xf8\xf8\x81\xf8\xc5\xd6\x56\xf5\x91\x4a\xcf\x89\xcc\x3d\xba\x10\xc6\x1f\x63\x33\x86\xa2\x62\xed\x6f\x3d\x46\x33\x11\x78\x73\xc6\x13\x4c\xab\x77\x23\x6e\x62\x76\x82\x72\x86\x97\x50\x0f\x2c\xe2\xf3\xed\x7f\xea\x43\xb1\xb2\xf5\x19\xe1\x9f\x85\x9f\x3e\x11\xff\xe0\x66\x6d\xda\xa9\x86\xeb\x8f\xe2\xc6\xe5\xbc\x99\x7c\x6d\xfd\x67\x14\xa5\x7b\x7e\xeb\x31\x2a\x8c\xe2\xb4\x54\x8a\x81\x7a\x14\x97\x4e\xf9\x5b\x9f\x12\x26\x53\xef\xcc\x6b\x8a\xb7\x9b\x29\x7e\x78\xcb\xd8\x7d\xcb\xbf\xf9\xc7\xbf\x79\x10\xd7\x1e\x73\x4e\x7a\x1c\x8c\x66\x7e\x3f\xd3\x85\xe2\xfe\x3c\x86\x53\x30\x7c\xa9\xfb\x2b\xc0\xf7\x53\xf4\xdf\x2f\x99\xbf\x7d\xc4\xf4\xfe\xbd\xc9\x70\x9d\x4b\xba\x14\xeb\xaa\x7e\xf3\xa0\x7f\xf3\x30\x9d\x05\x7f\xa3\xe1\xb0\xbf\x79\xdb\xac\x4f\x14\x57\x31\x1c\xeb\x00\xc3\x97\x9a\xeb\x28\x7e\x69\xe5\xec\x03\xf4\xdf\xed\xcc\xef\xde\x61\x7a\x84\x35\xef\xa3\xd8\xc8\xc8\x3e\x99\xf9\x5b\x8f\x7f\xf2\x61\xbe\x50\x54\x57\xa6\xa8\x16\xff\x37\x2f\xb3\x7d\x41\x31\x74\x3b\xc5\x74\x46\x2f\xce\x78\x73\xf0\x1a\x8b\xe2\xc0\x27\x80\xb7\xa5\xf4\xdf\x0f\x35\xe1\x2f\x1e\x78\xbe\x86\xe2\x99\x8b\x14\x6b\x5c\x7e\xeb\xc1\x1d\x07\xae\x5c\xf9\x37\x14\x65\x46\x53\x9c\x58\x09\x7f\xe4\x53\x01\x04\x84\x50\x5c\xce\xfe\x5b\x0f\xce\x0e\x37\x74\x9d\xfe\xbb\xc3\x83\xe2\x0d\xa6\x97\x60\xd3\xc4\x7f\xc9\xdf\xca\x61\xf2\x00\x15\xcd\xbf\xf5\xe0\xf2\x0f\x69\xe6\xb9\xc7\x58\x50\x14\x84\xbf\x79\x09\xf7\xf7\x3c\x99\xb9\x5d\x2a\x01\x80\x83\x00\x25\xb3\x00\x58\x72\x00\xf7\x6e\x02\x7c\x51\x85\x93\x9c\xff\xef\x6e\xdd\x68\x12\x99\x3f\x9f\x27\x48\x3c\x9d\xa7\x16\x0b\x92\x1d\xa7\xea\x8b\x00\x89\x91\x96\x8a\x08\x64\x72\x70\xaf\x05\x9f\x39\x57\x0f\x2e\x0f\xfc\xdb\xfe\x73\x71\x18\x63\xff\x46\x87\xc9\xa6\x72\x70\x4c\x8b\x5d\x1e\xc0\x40\x8c\xd8\xf9\x45\x77\x00\xba\xdb\xc7\x3f\xdd\xbb\x7a\x84\xca\x2b\x31\x29\xe9\x1b\x0b\x78\x95\x9f\xd6\x49\x5f\x40\xe4\x4d\x6c\x94\x52\xf0\x46\x14\x5e\x70\xc4\x54\x71\x2a\xa2\xf0\xbd\xb2\x12\x45\x5d\x44\x61\x87\x3d\x6b\x14\x1d\x10\x85\x0e\x6e\xf7\x56\x14\x42\x14\xbc\xbb\x55\x59\xfe\x1d\xe2\x68\x83\xff\x5b\x3e\xed\x0d\x84\x28\xcf\xbc\xfd\x13\x9f\x8f\x7a\x0c\xf0\x51\x5d\x7d\x83\xde\x37\xfe\xe3\x8f\x2f\x6a\xea\x85\x37\x8a\xad\xbf\x56\xa7\x11\xb1\xf9\xb5\xcc\xb1\xf3\x67\xd4\x1b\xeb\x13\x15\x7e\x9c\x95\x52\x67\xf5\x46\x2b\x7c\x2f\x8f\xd1\x2a\x46\x54\x54\x2e\x18\xa1\xd5\x81\x28\xb7\x6d\xeb\x6e\xad\xbb\x88\x32\xdf\xd6\x5d\xe4\xd8\x56\xa9\x05\xab\x1f\x6a\x28\x20\x8e\x73\x5c\xe1\x37\x45\x1e\x51\x5c\xfe\xbf\xf2\x25\xde\x50\x9c\x4a\x3a\x14\xfc\xcc\xb5\x26\xfb\x78\xe7\x23\x77\xd2\x99\xfe\x46\x88\x77\xd6\x84\x05\x02\xe3\x4e\x9a\x38\x6f\x77\x0b\x9e\xe0\x5b\x26\x63\xff\x21\xd5\x5d\xb3\xa1\x20\xd4\xc6\xec\x70\xe9\xb4\xe8\xad\xeb\xac\xa6\x76\xcc\xd6\xbf\xbc\x26\xdd\xc6\x17\xe7\xeb\x2a\xa5\xa6\x5b\xab\x60\x8d\xc6\x98\x25\x71\x96\x3d\xf8\x58\x75\x58\xc2\x01\xf3\x36\x1c\x9a\x78\x39\xee\x8c\x69\x01\xa2\xe2\xb0\xb9\x3b\x4d\x66\x21\xca\xa9\xfc\x21\x9f\xf1\x4b\x99\x10\xab\xf0\x25\xd1\x9b\xec\x8a\x8f\xb7\xcc\x22\x35\xcd\x2f\x85\xd3\x0e\x56\x35\x91\x4b\xbe\x89\xe9\x00\xec\xc8\x88\x5f\x6f\xfa\x5e\xae\x63\xc5\xc4\xa8\xa0\xe8\x19\x46\x97\x63\x0b\xc3\x85\x0b\x8f\x59\xf5\x47\xae\x0f\x7e\x70\x6b\x8b\xed\x83\x90\xbe\xe0\xd9\xec\x2a\xcb\xc3\x41\x32\x01\xa7\x50\xd6\xf0\xf6\x8c\x83\xd3\xd7\x62\xb8\xae\x85\x2f\xcb\x27\x09\xf7\x68\xe4\x78\xef\xf2\x1c\x8e\xd7\x54\x4e\x78\x99\xba\x6e\xc2\xee\x89\xf5\x88\x63\x35\x99\x5d\x99\x58\x81\x1e\x4d\xda\xe1\xe0\x51\x71\x02\x91\x7f\xfe\x74\x3a\x3d\xff\x6f\xa7\x1d\x2f\x72\xcd\xb7\x11\xeb\x91\x7c\x35\x37\x6f\x8a\x9d\xe8\xea\xe0\xd0\xec\x35\x81\x97\x34\x7b\xdd\xad\xd6\xfe\xcc\x19\xd4\xab\xb1\x6b\xca\x0a\x6d\x0e\x99\xb6\xdf\xc6\x2f\xd3\x1c\xd7\x6b\xcb\xd9\xc8\x25\x97\x63\xfd\x94\x00\xab\x67\x8b\xb7\xe3\x4b\x95\x30\xab\x1f\x71\xfe\xf8\x7d\x92\xb0\xd5\x92\xe8\x1b\x88\x13\x12\x2c\x4e\x47\xae\x41\x94\x6f\x47\x34\x22\xcf\xf9\xe5\x2e\xed\xf9\xf0\xd8\x36\x85\x74\xda\x69\xf8\xbe\x81\xf0\x90\x83\x5b\x68\x87\x89\xfc\x79\xfb\x88\x75\x48\x39\x7b\x90\xe4\xc9\x84\x86\xd7\xbc\x90\xba\x30\xe2\x95\xf5\xb3\x2a\x11\xb7\x7d\x32\xd9\xd3\x8e\x1e\x7c\xb4\x6e\x8c\x42\xad\xa6\x5d\xc5\xe7\xf3\x4f\x14\x7a\xa7\xdc\xa8\xd0\x60\x27\xcb\xf4\x6a\x8e\x2e\xbc\x8e\x28\xc3\xa3\x91\xb3\xf5\x10\xe2\xf8\xc7\x9a\x59\xeb\x05\x11\xc7\xdb\x68\x6e\x5e\xd5\x8d\x28\x29\xab\x31\xb8\x7c\x06\xa2\x84\x6c\xdf\x06\x46\xfe\xeb\x34\xf2\x5e\x5c\x10\xcf\x21\x79\x3a\xd5\x9d\x7b\xc9\x8c\x15\x34\x51\xff\xd0\xea\x5c\xda\x39\x2c\x7a\x6f\x03\xb1\xa2\x16\x51\x2d\x33\x89\xdd\x0d\xb9\xb6\xd1\xf4\x94\xc0\x76\xf9\xa2\x96\x9a\x54\xaf\xd1\x19\xd2\xda\x57\x1f\x9c\x5e\xc9\x7f\x5a\x2a\xe2\xaa\xe6\xcf\x1d\x23\xef\x48\xa7\x9f\x3e\x8d\x38\xea\xbb\x4c\x5e\x55\x0f\x22\x5f\x9a\x8c\x49\xa9\x14\x22\x6f\xad\x5c\xc6\xae\xed\x88\x02\x72\x72\x4a\x79\xbc\x88\xfc\x26\xcf\x42\xd3\x89\x15\x6a\xea\xc9\x27\xdd\xf7\x8e\xe4\x96\x11\xff\xc3\xee\x38\x1a\x27\xe3\xf2\xc0\x44\xdd\x2b\xc4\x1f\x11\x10\xdc\x4a\xf8\xe3\xd4\xfd\xcf\x48\x1c\x95\xff\xe0\x1b\x59\xc5\x45\x00\xc3\x8a\xde\x28\x46\x93\x9e\x03\xaf\xbf\x57\x92\x1e\x36\xaf\x72\xdf\x13\x0f\xe4\x03\x16\x5d\x83\x2d\x4c\x06\x4b\x83\x25\xc5\xe3\xdd\x14\x0f\x55\x52\x9b\x40\x3b\x9c\x1c\x35\xab\x20\x95\xff\x8b\x5f\x9d\x26\xf9\xda\x39\xbb\xa9\x5f\x2e\xed\x09\x8d\xd7\x45\x3f\xa0\x7e\x1a\x8f\x49\x9d\xa4\xe7\x8e\xca\xb4\x1e\xa6\xa6\x3e\xbb\x75\x4c\x38\xc5\x99\xc4\xb3\xc4\x66\xed\x89\xa7\xf8\x8c\x74\x6f\xea\x65\x3c\x15\x9d\x4c\x06\xf6\xfd\x7a\x8a\xd7\x98\x08\xd7\x05\x92\x89\x73\x6a\xdf\x61\xc2\xb7\x4a\xf6\xd4\x11\xaf\x48\xde\xad\xab\xa4\x57\x4e\x16\xef\x3d\xc2\x03\x17\xab\xb7\x93\x6f\x0d\x6b\x78\x47\x7a\x1f\xd8\x0d\xfb\x4a\xfc\x57\x8a\x55\xff\xe5\x41\x6e\xd7\x28\x66\xf2\x51\x3c\xc1\xd8\xfb\x2e\xc2\x28\xd8\xcc\xf3\xf7\x30\x11\xbf\x17\x1f\x28\x3e\x24\x99\xe0\x15\x71\x0d\xc4\x0f\x53\x98\x78\x93\x8c\xc3\xfa\x15\x8f\xce\x00\xe9\x08\x42\x3b\xdd\xc4\xac\xed\x21\xf7\x2d\xfd\x3b\x7f\x91\x9f\x9b\x31\x71\x31\x99\xd8\xff\xf2\x20\x6b\x26\x02\x9d\xe0\x4d\x71\x97\x27\x45\xda\xaf\x1c\xf1\x49\x00\x45\x24\xbd\x96\x86\x1c\xe9\x37\x7c\x22\xb9\x1f\x45\x46\xad\xe4\xbd\xdc\x12\xfb\x9c\x74\x12\x59\x6d\xf2\x91\x74\x30\x49\x84\x1f\xa4\x87\x5e\x94\x28\xfd\x6d\x2e\x1f\xd4\xf3\xa4\x28\x6e\xfa\x5b\x0f\xfe\x46\x8a\x46\xae\x14\xc3\x18\xbd\x56\x33\x3b\xf2\x3e\xe6\xf7\x4e\x32\x1e\xda\xdb\xcc\xcd\x89\x6e\xe6\x06\xe5\xff\xc5\x3f\xb8\x7e\x98\x7f\xf3\x20\xef\xc5\x14\xe7\x32\x76\x38\x93\x63\x77\x6f\x00\xec\xeb\xe0\x9c\x7b\x01\x2e\x36\x01\x0c\x9e\x07\xe8\x2a\x02\xf8\xcc\x70\x91\x36\xb3\xbf\xf9\x0f\xd7\xff\xc2\xe5\x3f\x27\x96\xfe\xb6\xb7\x5c\x1e\xa6\xd7\xfd\xb7\x5d\x9d\x7a\x8d\xa2\x59\xe9\xbf\x78\xd0\x07\x2a\x7f\xd5\x21\x80\xfe\x6c\x80\xe2\x61\x00\x3f\x37\x00\x5c\x88\x02\xe8\xeb\x04\x78\xb3\x1d\xe0\x7d\x16\xfd\x5d\xae\x1f\xea\x3f\xfc\x67\x03\xc5\xea\xce\xff\xf2\x0f\xc6\xff\xf3\x8f\xfd\xe5\xa2\xd6\x04\x8a\x76\x47\x7f\xf3\x20\x76\x09\xc0\x4a\x1f\x80\xef\x17\x00\xf6\xdc\xe3\xbc\x15\x00\x0d\x7d\x00\x9f\xe3\x01\xde\xee\xe1\xbc\x1d\xcc\x38\x0c\xfb\x5b\xfe\x29\xb1\xbf\xe5\x97\xf7\xfd\x97\x7f\x70\xfd\x0f\x5c\xbe\x21\xf9\xf6\x6f\x7d\xb8\xe3\xc2\xe1\x41\x3f\xc3\x00\x92\x73\x00\x3e\x17\x01\xec\x72\x06\x78\xbf\x0f\xa0\xe1\x0e\xc0\x9b\x1c\x80\x77\x22\xbf\xf9\x68\xd3\xec\x7f\x3d\xbf\x06\xc3\x9d\xee\x51\x2c\xfa\xfe\x5b\x0f\xae\x1c\x09\xc6\x2f\x35\x8a\xe1\xa5\xa3\x98\xef\x10\x63\xfa\xd0\xaa\x19\x01\x0c\xb9\xd2\x9e\xf1\x9f\xe7\xd3\x3e\xf9\x6f\xec\x00\xf2\x1f\x01\xbc\xa8\x01\xa8\xdf\x0d\xd0\xde\x0e\xf0\x61\xf3\x6f\x1e\x78\x92\xe1\xb0\x87\x18\x7e\x56\xc2\xf0\xc0\x5d\x65\x14\xb7\x3d\xff\xad\x07\x57\x0e\xfc\x4f\x1e\xc2\xa0\x0b\x80\xc4\x29\x80\xde\xf1\x00\x66\xa7\x00\x5e\xdf\x05\x88\xfa\x04\xf0\x94\x05\x90\x73\x1b\xe0\xde\xec\xe1\x9f\xce\x36\x00\xdc\xf8\x35\x32\xe6\xdd\x08\x80\xba\x8d\xfc\x02\x9c\xbf\xad\x1c\x23\x30\x93\x83\x7b\x6e\xf1\xf9\x71\x30\x7f\x88\x97\xec\x3c\x9b\x2e\xf0\x06\x71\x70\x6d\x19\xdc\xe7\xea\xf1\xff\x95\x8f\xc3\x48\x87\x8d\x9e\xf7\x02\xa4\x23\xcf\x53\xc9\xf1\xb7\x34\x4e\x02\x5c\x3b\x2d\xfb\x76\xc6\x9b\x51\xaf\x1a\xcc\xe4\xc3\x32\x65\x04\xc7\x1e\xcf\x93\x57\x3a\xb2\x4c\xf8\x75\x55\x94\xbc\xf2\xd3\xbe\x31\xea\x07\x74\x14\x83\x10\x85\x75\xb7\xba\x29\xcd\x43\x14\x3a\xb7\x8e\x4f\xa1\x19\x71\xb4\x43\xfa\x72\x85\xcd\x88\x02\x11\x29\xf6\x0a\xfe\x88\xfc\x45\x4b\x46\xcb\x54\x23\xf2\x0c\xfd\x57\xee\x70\xb2\x9f\xff\xfa\x26\x4d\xf6\x93\xce\xd7\x5a\xc4\xdf\x70\xab\xd3\x98\xdc\xd3\xae\x9f\x64\x85\x52\x4b\x87\x7d\xad\xb8\x6a\x36\xda\x96\x4f\x62\x7c\xa1\xb5\xc9\xcc\x84\x62\xb9\xcc\xcd\x7a\x86\xa7\xf7\x2e\x9b\x50\xbe\x66\xb8\xfe\xbb\x9b\xe3\x94\x85\x32\xac\x0c\x9e\x23\x2a\x8d\x5f\x9c\x6b\x38\x1b\x51\x2e\x7f\xbe\xe0\x34\x8e\xbd\x2d\x9f\xcb\xa3\x1b\x86\x28\xf1\x2d\x42\x5f\x47\x12\x51\x2c\x3a\xac\x48\x23\x00\x71\xcc\xd1\xdf\xf2\xf9\xc8\xae\xd3\x97\xa0\x46\xf2\xa2\xdb\xdb\xed\x88\xff\xa3\x79\xa5\x0f\x89\x43\x1d\xaf\x09\x25\x76\xb6\xc8\x27\x6a\xe4\x88\x32\x80\xf5\x29\x91\xc9\x3a\x03\xa2\x2a\x8b\xf8\x83\xba\x43\x1a\x54\x8a\x22\x4f\xfa\xa7\x6d\x5e\xac\xb5\x30\x60\xaf\xef\xfa\x06\x55\x9d\xa9\xbe\x4d\xbe\xa3\xbe\xe8\x4d\x9d\xe2\x79\xda\xb3\x0c\x6f\xa9\xc8\xb8\xd5\xb9\x8e\xc5\x5f\x4a\xa7\x9d\x3f\x39\xde\x41\x94\xbb\xef\x78\xc7\xde\x03\x51\x46\xd2\xd6\xd4\x46\x1a\x51\xd2\x8a\xcb\x43\xfb\x84\x75\x48\x1e\x72\x9b\x19\xed\x84\x76\x29\x71\x16\xe1\xa5\x47\x7a\xe2\x89\x3f\x60\xd7\x50\x32\xe1\x8b\xab\x8d\x68\x2f\x9d\x98\xe5\x59\x91\x8a\xc2\x7c\x56\x5e\x1b\x56\xfe\xf0\x9c\x29\x5f\x62\xb3\x33\xb5\x3e\x73\xfe\x84\x3c\x13\xc9\x94\xd9\x27\x17\x4e\x14\x32\x28\x4c\x0e\x7c\x5f\xa2\xb8\xd5\x20\x69\xd1\x1c\x44\x99\x6e\x7d\xc5\x79\xfb\x10\xc7\xcf\x9a\xf6\x63\x76\x04\xe2\xb8\x6e\xdd\xf6\xd0\x55\x88\x62\x1f\xf4\x84\x03\xb7\x23\x8a\x7e\x1b\xb4\xa1\x3d\x1e\xdb\x76\xcf\x20\x79\x2f\x4d\xa7\xe3\x88\x9f\xb0\xc6\x64\x39\xb1\xe2\xbb\xf7\xae\x23\x72\xd7\x26\x6d\x25\xf3\x13\x0b\x05\xc4\x2f\xe0\x12\xb6\x7f\xbf\xc0\x58\x00\xbd\xc0\xe2\x00\xab\x47\x63\x0c\x55\x9a\x8a\x1c\x52\x62\x44\x50\x49\x75\x77\xd1\x11\x57\x11\x07\xf9\x7d\xbb\x7c\x5e\x3d\x11\xaa\x97\x7f\x9f\xfb\x10\x71\x34\x9f\x82\xf1\xda\x46\x44\x81\xa5\x0a\x31\xe9\xb3\x10\x05\x46\x28\x64\x26\x2b\x21\xf2\x2f\x55\x10\x4b\x38\x87\xc8\xb7\xb4\xfd\x7a\x00\x79\xce\x2b\x9f\x68\x17\xeb\x5a\xf9\x4c\xe2\xa7\xdb\x6b\xb5\x95\xf8\x43\x36\xec\xa1\x9d\x9d\x12\x81\x9e\x92\x03\x9b\xaa\x08\x3f\x99\x7a\xf4\x34\xb1\x66\x92\xfa\xf5\x9e\x5a\x5d\x00\xc2\x2e\x75\x97\xe3\x0e\x03\xf0\xde\x3e\x6b\x53\x3a\x1b\x60\x78\xe7\xe9\xa9\x6d\x1c\x26\x31\xb3\xe6\x06\x9d\xfb\x12\x5b\x82\x99\xbb\x98\x9b\xef\xb9\x8c\xdd\xcf\x26\xfe\x99\x6b\x1d\x4b\x49\x1e\xd2\xd1\xf4\xf5\xa4\x6e\x61\x71\xcd\x0e\xd2\x09\x26\xc7\x67\x3f\xe9\x50\x98\x6a\x79\x98\xf0\xd4\xa8\x5d\xc7\x09\x2f\x70\x95\x6d\x20\x9d\x65\x26\x6e\x6b\x61\x7a\xd7\xdc\xed\x93\x21\x95\x18\x6f\xc7\xd1\xae\x5a\xad\x8a\x85\x84\x29\xdc\xd2\x6e\x25\xbd\xde\x5a\x98\x33\x41\x1d\xc3\x7f\x6a\xcf\x50\xac\x54\xa3\xb8\x97\x89\xbf\x6c\x26\xbd\x5b\xcb\xc4\xf7\x90\x75\xb9\x2d\xb6\x82\xf0\x0c\x2e\x0f\x5c\x18\x47\x79\xe0\xcc\x73\x57\x88\x97\xc5\xf2\x47\x2b\xf1\xfa\x48\x9b\xb7\x31\x5d\x6f\x5f\x6f\x93\x20\x9e\xd5\x2e\xab\x00\x12\xb9\x7b\x15\xb6\x95\x30\xd9\xce\xda\xcb\x84\x49\xbc\xd0\x64\x13\xa6\x7b\x87\xd1\xa7\x99\x89\x6c\xd5\x33\xbd\x35\x8f\xeb\x12\xfe\x21\xbe\x9f\xc4\x6b\x77\xee\xac\x21\xf1\xc2\x75\x71\x67\x48\x1d\xa1\xa5\x2f\x9b\xc8\x38\xcc\xd9\x78\x83\xb0\x08\xdf\x9b\x0f\x49\xaf\x20\xc3\xd7\xb4\x73\xa9\x78\xed\x87\x1f\x54\x8f\x81\x03\x42\x44\xc3\x01\x39\x77\xf2\x66\x0d\x24\xaf\x21\x4f\xf0\x33\x97\xf6\xe6\xfa\x35\xfa\x9b\x24\x07\xdf\x33\x7a\x3c\xbb\x4c\x91\xab\x17\x1d\xaf\x42\xb3\x1a\xc2\x8b\xb3\x0f\x34\x90\x05\x92\xb6\xfd\x1a\xb9\x4f\x10\x7f\xee\x1e\x91\x17\xba\xa5\x8d\x74\xf7\x76\x83\x2e\xf2\xad\x3a\xad\x9f\x08\x3f\x12\xf3\x64\x8b\x70\xdf\x78\xfe\xf7\x14\x6d\x19\x5e\x91\xc8\x54\xea\x2c\x71\xa1\x78\x9b\xa9\x58\xc1\x26\x3b\xd2\x0f\x0f\x2a\xff\x6d\xd3\x9f\x7a\x6d\x15\xbd\x48\xd8\x49\x66\xe0\x6d\xf2\x57\x49\x47\x1f\x91\xf5\x39\x2f\xe9\x25\xe9\x48\x15\x18\xf3\x89\xc8\xb7\x17\xfe\x4a\x9e\x7f\xaa\x09\xfd\x6b\x91\xbc\x3f\x78\x10\xe3\x17\x33\x62\xe4\xcf\x66\xf8\xd0\xa6\x95\x14\xb9\x15\x3c\xb9\xfc\xe7\x23\x73\x73\x93\x7e\xc3\x8f\x61\xff\xe6\x1f\xff\xc4\xa1\xbe\xfc\x6f\x1e\xe4\xf3\x1a\xe0\xd7\x39\x80\x39\x66\x00\x9f\xeb\x01\x56\xc8\x03\xbc\xbb\x0a\x90\xaf\x00\xd0\xa5\x00\x70\xa4\x08\xe0\x25\x02\xdc\x42\x80\x37\x85\x00\x7d\x65\x00\x0f\x44\x19\xfe\x73\xf1\x7f\xf3\x1f\xae\xfd\xfd\x53\x3e\xd7\xfe\xab\x9c\x63\xf8\xc8\xfe\x3f\xec\xbd\x1e\xe5\x41\x7d\x1b\x00\x22\x37\x00\x7c\x10\x06\x48\x16\x05\x78\xf9\x1c\x60\xdb\x5e\x80\x8e\x63\x00\x47\x1c\x00\x3a\x32\x39\x6f\x0e\x40\x07\x02\xf4\xef\xfb\xcd\xc3\xb8\xfc\xe3\x1f\xf9\x8c\x8d\x2f\x79\xfe\x5f\xfe\xf1\x4f\x1c\xea\xcd\x1f\x9f\xcb\x00\xb4\xc4\x00\x58\x6c\x00\x5b\x13\x80\xde\xbd\x00\x33\x7b\x01\xba\xe4\x69\xdf\xfc\x67\xdf\x01\xb6\x68\x01\xb4\x8d\x06\xa8\x0a\x02\x78\x12\x09\x70\xbb\x04\x80\x73\xca\xe8\xff\xfa\x7b\x1c\xfe\xcd\x3f\x4a\x63\xff\x6f\xfe\xc1\xe5\x3f\x5c\x3f\x04\x97\x0f\x28\xd4\x00\x7c\xbf\x08\x60\xd0\x0b\xf0\xb6\x0a\xc0\xeb\x11\x40\x47\x08\xed\x57\xfd\x60\x1c\xc0\x86\x3e\x80\x3b\xaf\x00\x0e\x95\x73\x76\x0d\xfa\x5f\xab\x31\xc0\x90\x20\xc0\x59\x57\x86\x7f\x58\x51\xdc\xdf\xf9\x37\xff\xd8\xae\xfd\x5b\x0f\xae\x7c\x2e\xef\x81\x7f\xd9\x7f\x8e\x5e\x9f\x22\x00\x26\x6d\x04\xe8\x8c\x00\xb0\x17\x05\x78\xf0\x08\x20\x2a\x06\xe0\x66\x05\xc0\x9a\x4f\x9c\xb7\x0f\xa0\xb2\x95\x3e\xff\x9d\xb1\x00\x17\x3b\x01\x58\xad\xbf\xc7\xbf\x38\x80\xe2\x0e\x71\x8a\x5b\xed\x29\xae\xbf\xf7\x5b\x8f\x7f\xcb\xfd\x13\x7f\x30\xbd\xc8\xbb\x62\x01\x44\xa5\x01\x1e\x76\x02\xe8\xcf\x03\xb8\x7e\x13\x20\xa8\x07\xa0\x69\x2a\x40\x86\x26\xc0\xb9\x28\x80\xb2\x7c\x80\x53\xb9\x00\xad\x7a\x00\xc7\x2a\x81\x78\xa0\xf7\x32\x31\xe2\xad\xf7\xfe\x96\xbb\x7a\x19\xc5\xe4\x15\xff\x7f\x3d\xfa\x6e\x51\x7c\xc7\xf4\x2b\x7f\xc2\xf4\x80\xbf\x76\x1f\x80\xb3\x3d\x9e\x33\xe7\x8f\x74\xeb\x00\xa8\x5d\x20\x7c\x6e\xd9\x5b\x80\x8a\x35\x63\xdd\xf7\x87\x01\xec\x33\x1f\xbb\xe8\x5a\x1d\xc0\x6e\x47\x11\xfc\xb5\x03\x20\x7b\xab\x48\x01\xe7\x3b\x57\x64\x0b\x91\xfd\x7c\x89\xa9\xa0\x33\x07\x17\xa6\xf3\x91\x0a\x1f\x31\xe5\x3c\xea\xff\x4b\x8f\x81\xc5\x14\xdf\xf8\x08\x90\xfc\xdc\x3b\xc9\xd2\xa4\x23\xfa\xf9\x07\xca\xc4\x5a\x1c\x7e\xab\xf1\x5c\xf0\x03\xc0\x2e\x37\x8d\x41\xe3\x49\x02\x77\x36\x7d\xd4\x9c\x39\x67\x8e\x48\xca\x2a\x81\x29\xc7\x73\x33\xc4\x21\x79\x85\xba\xea\xb9\x26\x09\xe9\xc4\x1d\x6a\xf5\xef\x8b\xc4\x4a\xe6\x3f\x57\x9b\x81\x38\x66\x5f\x44\xb7\x8a\x2a\xa2\x60\xde\xcc\xaf\xca\x9f\x10\x05\x42\x02\x82\x26\x64\x23\xf2\xad\xf1\xbd\xa6\xd0\x83\x38\x2a\x97\x2b\xff\x57\x33\xc5\x4e\x71\x19\x62\x47\xaf\x89\x4c\x23\x76\xed\x64\x27\xed\x11\x7b\x60\xb5\x3b\xd9\xd7\xb7\x78\xfb\x92\xf8\x58\x4a\xe9\x74\xb9\xc9\x0f\xf8\x05\xa3\xf2\x3c\xdf\xfa\xae\x96\x3a\xe2\x7f\xce\x2d\x76\x95\xa9\xc2\x18\x37\xb6\xb3\x64\x75\xa3\x92\xae\xe3\x29\xc7\x95\xcf\xa6\x2a\x5a\xda\x7f\x76\xb0\x45\x94\xbe\x6b\x95\x66\xf9\x00\x51\xfc\xab\xf9\x4e\xb3\x2d\x88\xa2\x7a\xc6\xc6\xc6\x9e\x88\x63\x5c\xf5\x3b\xf5\x0f\x22\x0a\x7e\x64\xc9\x0d\x27\x3c\xa8\x73\x9e\xca\x3a\xba\xdb\x3b\x90\xfd\xfd\x58\x90\x2f\xe1\x65\xc5\x03\x11\x64\x17\xcc\xb6\xa2\xde\xfb\x44\x48\x20\xf1\xa0\xa0\xdc\x65\x7e\xe2\xda\x00\x36\xf7\x12\xf9\xed\x54\x45\xc7\xeb\xaf\x4b\xa8\x5d\xba\x56\xdc\x54\xd3\x3e\x3e\xb8\x5c\x52\x5c\x4f\x6d\x52\xdc\xd7\x07\xae\xa2\x1b\x55\x25\xe7\xcf\x45\x14\x8e\x57\x49\x09\x9f\x85\x28\x18\x3b\x89\x15\x94\x8e\x28\x70\x72\x62\xa3\xdf\x1b\x44\xbe\x46\xe5\x51\x9e\x66\x88\x7c\x4e\x2f\x6a\xa6\x12\x3e\xda\xd2\xea\x49\x76\xdf\x13\x0b\xc3\xc8\xf8\x17\xd7\xc4\x91\x5d\x79\xb3\xd4\x32\xd2\xe3\x6e\xd9\xd8\x74\x62\x67\x42\xe4\xd7\x13\x7d\x0c\x66\x6d\x23\xf6\x7f\x82\x43\x5e\x80\xde\x10\x4f\xb9\xd4\x9d\xdc\xd9\x71\xe5\x23\x5a\x24\x1c\xb6\x9a\x14\xcf\x04\x10\xd9\xb5\xc5\xaa\xd5\x04\x40\x90\x6f\xe3\x11\xce\x98\xf3\x98\xa7\x4f\xe0\xe0\x48\x8d\x25\x64\x5d\x0c\xcb\x5b\x40\xce\xfb\x3c\x93\xe6\xf2\x73\xf0\x7a\x88\xef\x37\x22\x7f\xe9\x1c\x62\xc7\x0f\xf4\xd3\x28\x41\x4e\xe5\x2a\x62\x77\x53\xe3\x68\x2f\xbd\x68\xc5\x3c\xe2\x3d\x70\xf5\xdc\x43\xf2\xb7\x95\x23\xca\x98\x5e\x9b\xd5\x97\xe5\xc9\xcc\x1d\x2a\x0a\x25\xf6\xae\xa2\x2f\x8f\x30\x87\xb2\xba\xcb\xe4\x7c\x5f\x72\xf1\x27\x89\x7c\xee\x60\xec\xec\xe6\x36\x8a\x6b\x98\x1b\x57\x34\xd3\xf5\x94\x71\x2c\xe1\x85\x25\x81\x69\xc4\x0f\x97\xf7\x71\x23\x91\xb7\xaa\x33\x9f\x8c\x47\x7c\xd9\x9e\x87\xc4\xde\x89\x96\x12\x3e\x68\xfe\xbd\x9a\xe4\xb3\x4b\x8a\x9f\x61\x7a\x84\x9f\x4f\x93\x25\x5d\x0f\xeb\x77\xd3\x6e\xba\xe7\x64\x37\x92\x38\xc8\xd9\xde\x3a\x92\x91\x77\x46\xa5\x67\x01\xd1\x97\xb9\xf9\x5d\xca\xdc\xc0\xde\xc3\xd8\xfd\x3c\xd2\x79\xa7\xb2\x75\x35\x99\x97\xed\xb7\xb6\x92\x79\xc9\xca\xde\x4d\xac\x74\xd2\xf0\x52\xc2\x6a\x66\xed\xa9\x22\x79\x42\x1e\xe6\xa7\xc8\xef\xe9\xea\xd0\x3c\x2a\xe1\xd4\x96\x89\x54\x8f\x3b\x29\xe3\x4f\x72\xb0\xb5\x88\x76\x6d\xbe\xd9\x91\x49\x56\xd0\x8d\xc1\xa3\xe4\xa4\x71\xfd\x61\x27\x79\xb2\x4b\x4c\x46\xcf\x19\xe6\x46\x7a\x0d\xe3\x49\x29\x27\xe7\xaa\x82\x3b\x79\x7e\x64\x1d\x7a\xec\x27\xf6\x3f\x75\xcb\x21\x62\x95\x63\xbc\x8e\x91\x9e\xd0\x81\xaf\xeb\xc9\x7a\xb0\x9b\x7b\x89\xf0\x56\x8d\xfd\xb7\xc8\xbc\x8c\x1a\x7a\x54\x4c\xf5\x78\xb9\x4e\x82\xbc\x49\x9d\x3a\xae\xc4\x73\xf2\x22\x6d\x79\x0f\xc5\x43\x44\xce\x73\xf6\x63\xc2\x20\x9e\x30\x11\x3d\xee\x8d\x30\xae\x5e\x75\xe4\xdc\xb7\x65\x4b\x39\xe1\xe3\xe9\x51\x47\x49\x5d\xeb\x45\x32\x75\xe4\xaf\xa2\x72\x2e\x13\x9e\x38\x5d\xfe\x06\x61\x57\x96\x19\x0f\xc8\xe8\xab\xc9\xb7\x13\xbd\x78\xe2\xdf\x30\xbc\xb0\xcf\x46\x98\x44\x7c\xbf\xa1\x1d\x61\x28\xdf\x0b\x93\x88\xe7\xf9\x7b\xda\x7e\xe2\x89\xfe\x1e\x70\x97\xf8\x7f\x7a\x36\x0c\x90\x6f\x7e\xc9\xf8\xa5\x1e\xef\xa3\xd8\xaa\x40\xf6\x57\x86\x87\x2e\xdd\xd7\x48\x66\x37\x16\x5a\x88\x1f\x2a\xe4\xfd\x5d\x1a\x17\x1c\x7c\x4a\xfc\x45\x26\x32\xb4\xfe\xe7\x84\x4e\xca\x62\x78\xdf\xff\x34\xa7\x7a\x20\xf2\xde\xa4\x68\xca\x60\x34\x93\x17\xb4\x8d\xf9\xcc\xf5\x4b\x51\x26\x39\xe8\x4c\xe5\x77\x33\xfe\x3a\xea\xbf\xfb\x8b\xff\x88\xfd\xc1\x3b\x2a\x00\xf4\xf6\x03\xf4\xff\x00\x30\x6f\x05\xf8\xbc\x15\xc0\x63\x16\x40\x17\x0b\x20\xec\x10\xf5\xf3\x2c\xf6\x00\xb8\x57\x04\xc0\x79\x93\x6f\x75\x72\x98\x37\x40\x6b\x29\x40\xdd\x71\x80\xd6\x10\x80\xa7\x21\x00\xad\xdf\xe8\x77\x36\x30\x71\xa9\x63\xeb\xff\xb6\xbf\x25\x2e\xff\x37\xff\xe0\x22\x87\x0f\x7d\xb3\xa5\xf6\xfe\x7d\x34\x80\xc3\x64\x80\xe7\x76\x9c\x35\x03\x70\xff\x23\xc0\x02\x8e\x7d\x0f\x02\xc8\xfa\x08\x70\xdd\x03\x60\xaf\x07\x40\x4b\x3c\x40\x9d\x05\xc0\x0d\x2f\x80\x0e\x47\x80\x66\x26\x86\x75\xea\x23\x23\x7f\xdb\xdf\xf2\xf7\xb4\xff\x97\x7f\x70\xfd\x2e\x5c\x1e\xa0\x70\x1a\xa0\x37\x02\x40\x7d\x0b\x40\xd7\x58\x00\xf3\x78\x80\x47\x53\x00\xbc\x77\x01\xb4\x1a\x01\xcc\x6d\x06\x68\xfe\x06\xb0\x4a\x1b\xe0\x92\x01\xc0\xee\x2d\xd4\xde\xd7\x7d\x03\xb8\x3c\x0b\xe0\x45\xd4\xef\x71\xe0\xda\xff\x7f\xf8\x07\x23\x23\xff\xc3\x7f\xf9\x07\x97\xff\x8c\x2c\x03\x18\x30\xa3\x9f\xdf\xf7\x02\xc8\x14\x02\xb4\xb7\x02\x68\xc7\x01\xdc\x71\x00\x70\x8a\x03\x68\x5e\x0b\x10\xb9\x08\xe0\xa2\x12\x8d\xd3\xd5\xc7\x03\x14\x7e\x02\x38\x17\x07\xc0\x79\xc3\xce\x8e\x06\x78\xe1\x08\x70\xec\x5f\xfc\x67\xc7\xc7\xbf\x79\x40\xf6\x1f\xbc\xf0\x2f\xfe\x93\x41\xf1\x7b\x05\xc5\xb7\x9c\x77\x03\x01\x1e\xd9\x01\x28\x4d\x01\xb8\xf6\x18\xc0\x4c\x82\xc6\xfb\x38\xfc\xe3\x74\x38\x00\x67\xe7\x3f\xe6\x01\xb0\x33\x1c\xe0\xc8\x67\x80\xb3\x2b\x01\xaa\x62\x00\x3a\x63\x7e\xf3\xbf\xed\x29\x7f\xcb\xcd\x64\x62\x7a\xcb\xcf\xff\x6f\xfe\x31\xc8\xbc\x05\x3d\x05\x14\x3b\x98\x9f\x73\xd6\xe1\x68\x4f\x80\x0b\xcd\x00\x1a\x71\x00\xc7\x03\x00\x3c\xf2\x01\x0e\x3d\x07\x48\x28\x02\x28\x93\x01\xc8\x1f\x0e\xb0\x7f\x1d\xc0\xd9\xa7\x00\x45\x85\x00\x2f\x27\x01\xe4\x8f\xa7\xdf\x9d\xc5\xf0\xb1\xe5\x93\x28\x2e\x66\xfc\x56\x71\xcb\xfe\xa5\x07\xd3\x99\xbb\xf7\x24\xc5\x17\x4c\x67\xe6\x7b\xcc\xb8\x5c\x64\xbc\xe9\xc7\x6e\x02\x8c\xd3\x06\x28\xef\x01\xb0\x3c\x02\xb0\x77\x23\xc0\xbc\x83\x00\xdb\x0f\x02\x6c\xf5\x04\xd8\xf2\x0d\xe0\x54\x26\xc0\x86\x1f\x00\x1d\x9e\x00\x19\xf3\x18\xb9\xcc\xfc\x44\x31\xe7\x86\xf0\x34\x8a\x81\x69\x7f\xeb\xd1\x37\x9c\xbb\x3b\x32\xf2\x23\xb8\xf2\xf9\xa6\xd1\x5d\x78\x2c\xf1\xbb\xef\xee\x94\x24\x3d\xc6\x37\x9d\x90\x53\xd1\xf2\x1b\x21\x9d\xde\xa5\x30\x66\x66\xe0\x28\xe3\x24\x3b\xf9\xe4\xac\x0e\x3e\xe1\xd8\x4b\x72\xfe\x55\x57\xf8\xd2\xa3\x3d\x65\xb3\x1e\x0a\xf0\x9e\x8a\xfc\x22\xdb\x87\xc8\x73\xc7\xdf\x42\x76\x22\xe2\xc8\x50\xcf\x62\x71\x12\x5f\x70\x59\x20\x4c\x2a\xf0\xdb\xf6\x8f\x26\x91\xfb\x9f\x91\x8c\xfc\x6a\x20\xbc\xe7\xce\x3c\x61\x62\xf7\xeb\xe5\x69\xc7\xd9\x4a\x79\x9a\xbf\xbd\xbd\xd3\x84\xec\xd6\xe9\x69\xd6\xe4\x54\x3d\x7f\xba\xa3\xb1\xf4\xcf\xe1\xa2\x01\x5a\xb6\xbb\x9c\x1c\x84\x4f\xb8\x8c\xb1\xda\x90\x94\x23\xba\xc6\xb2\xdc\xfc\x71\xb1\x9b\x78\xb2\xf1\x59\xb3\x31\xd7\x78\xc5\x0e\x18\x1e\x32\xd3\xfa\xa5\x22\xa2\xad\xbb\x48\xbf\x1f\x71\x74\x92\xd6\xe6\xa9\xf9\x88\x7c\x4f\xa7\x9c\x98\x92\x87\xc8\xeb\xa6\x92\xa4\x32\x1b\x91\x67\xe9\xdb\xfd\xc3\xe6\x90\xdd\xf5\x83\x74\x3e\xb1\x42\x9f\xf4\xc9\xf9\xb5\xec\x93\x03\x59\x29\xdb\xac\xa8\xf5\x4a\x87\x20\xe2\x9f\x98\x63\x1d\xb9\x83\x83\xf6\x71\xf3\x86\x46\x54\x03\xe8\x36\xcc\x1d\x6f\xf8\x82\x6f\xf9\x64\x97\x39\x8e\x31\xcb\xf8\xf9\xe5\xdb\x66\x3b\xef\x5c\xc3\xfb\x4b\xfa\x55\xe4\x9e\xa6\x53\x3c\x87\xa4\x56\x46\xbc\xf8\xb2\x6a\xb8\x85\x58\x63\x20\xf1\x73\x88\xf6\x7a\x91\x7c\xbe\x31\x99\x2e\x84\x77\x08\x8b\xdb\x92\xbc\x90\x5b\x0d\xca\x24\xef\xe4\x8c\xb2\x1d\xe9\x24\x5d\x2e\xe3\x4b\xfc\x10\xf9\xf3\x68\x87\xfe\x8c\xe1\xf3\xc8\x38\xc5\xbc\x59\x48\xe2\x23\x5e\x71\xc9\xc4\xfe\xab\x57\xad\x26\x7a\x09\x8f\x5d\xfb\x6d\xd2\x68\x80\x11\x5e\x59\x8b\x83\x89\xff\x63\xd5\xb1\xcd\xa4\x47\xf1\x4a\x56\x1d\xe9\x85\xbf\xc2\xec\x2d\x39\x91\x27\x32\xbc\x23\x66\x2d\xc5\x48\x86\x07\xcc\xdc\xc3\xc1\xb3\x66\x94\x88\x57\xca\xcf\x24\xf1\xaf\xfc\xa9\xb4\x07\xf9\xaa\xea\xc5\xc4\x0f\xb5\x30\x74\x05\xf1\x5b\x06\x37\xd3\xfc\x1d\x0b\xf6\x26\xe2\xff\x18\xef\xbf\x9d\x59\xb9\x7b\x16\xc8\x12\xde\x53\xb0\xc7\x9f\x7c\xd5\xce\xbd\x6b\x9e\xd2\x99\x3c\x46\xd6\x7e\xde\xb0\x76\xc2\xfd\xb9\x15\xef\x32\xee\x50\x4c\x61\x3a\x24\x2c\x96\x20\xfc\x43\x9e\xc6\xe7\x76\x4c\x58\x4c\xf2\xf6\xb3\xb2\xd3\xc8\x7a\x48\x84\xb5\x24\x4f\x2a\x52\x7b\x0b\xe1\x1d\x1e\x22\xdb\x09\x3f\xd6\xb9\x51\x44\xb2\x3c\x04\x6f\x55\x32\x3d\x8e\xab\xb5\x65\x89\x3d\x3b\xe4\xe1\x4d\x3c\x28\x07\x87\xa7\x11\x4b\x5d\xf1\xb1\x92\xcc\x68\x59\xdd\x5d\xc2\xdc\xb8\xfc\xa7\x80\xa9\x00\xb8\x95\xe1\x41\xeb\x08\x0f\x29\x14\x5d\x42\x3b\x7f\x9f\xcf\x24\xe3\x9e\x1a\x97\x43\x78\x50\x2c\x14\x10\xbf\xdd\x8c\xf0\x22\x62\x2d\xad\xf7\x96\x92\x7c\x25\x95\x92\x23\xc4\x0b\x35\x7c\xfb\x99\x2e\xaa\x47\xa3\x92\x34\x19\x87\x7a\x25\x3a\xb2\xe7\x64\x93\xc9\x8d\xb3\x3a\x87\xfd\x07\x39\x78\x56\x8a\x46\x98\x4e\xbd\xe9\x27\xfc\xe0\x70\xe5\xff\xe2\x65\x9b\xc2\xd7\x13\x6f\xc5\x0a\xf9\x3c\xc2\x0f\xe3\xbf\x15\x91\xf1\x08\x1f\x5d\x4a\xec\xbe\x87\x76\x15\x99\x07\xe3\xa6\x13\xe4\x4d\x56\x12\x6c\x08\x26\xe2\xd2\x9a\x37\x52\x3d\x6e\x9d\x91\x5c\xc2\xc1\x1b\x35\x8e\x64\x7e\x6e\x1c\x5c\xf4\x96\x7e\xde\x43\xc6\xe3\xda\xa7\xcb\x44\xe3\xab\x1f\xbb\x09\xb3\x3a\xcf\xf8\xc9\x4e\x31\x3c\xe8\x08\x39\xbb\x64\x89\xee\x22\x3c\x39\x31\xa0\x84\x4c\xd0\xdc\xb8\x6a\xc2\x8b\x66\xbc\x3d\x4e\x78\x87\xe3\xb9\x73\x24\xda\x35\xad\x96\xee\x64\x32\x9f\x6f\xac\xa6\x7a\x3c\x12\xa3\x7a\x3c\x3f\x2b\x46\x6c\x41\xfb\x36\x9b\xf5\x1c\x7c\x26\x33\x9f\xac\x8b\x76\xa5\x1d\x24\x10\xf5\x74\x69\x3d\xd9\x1b\x9e\x64\xbf\x19\xc7\xc1\xbb\xcc\xcd\xfc\x6b\x4c\xe5\xe8\x0b\x64\x0f\x4b\x31\xab\x24\x4f\x33\x7f\xc1\x51\xf2\x9c\xe1\x70\x96\xf0\x3f\xdf\x1f\x97\x1c\x39\x68\xd5\x73\x8d\xac\x76\x5d\xc5\x7b\x84\x5d\x49\xcd\x7f\xaa\x47\xe5\x77\xd1\xc2\x54\xf0\x45\x4e\x88\xc6\x25\x9b\xcd\xc8\xf3\x7f\x0e\x8b\x22\x95\x32\x3f\x5b\xd0\x19\xee\x8e\x38\x49\x78\xea\x87\x0d\x4f\xc9\xde\xfc\x86\xf1\x24\x3d\x6b\xa1\x19\xf1\x77\x4f\x72\xf7\x53\xae\xbf\x85\xc3\x37\xd8\xe9\x00\x9c\x01\xe9\xbd\x04\xa0\x95\x03\xf0\xea\x07\x80\x71\x2c\x40\xdb\x36\x00\xc7\x1f\x00\xb7\xbe\x02\xf8\x77\x02\x5c\xa9\x03\x98\xd7\x0a\x70\x3e\x09\x20\x55\x1c\xa0\x21\x15\x60\x5b\x39\x40\xa3\x07\x40\xd5\x4a\x80\xc6\x0a\x80\xeb\x15\xd4\xf6\x72\x18\xe4\x59\x6b\x2a\xe3\xe0\x49\x8a\xfb\x96\xfd\xdf\xfc\x43\xa6\x83\xc6\xb9\x64\xe3\x00\xba\x6b\xe8\xcf\x3b\x7c\x00\xa6\xd6\x00\xdc\x2b\x07\x30\xbb\x02\x70\x5d\x07\xc0\x2b\x02\xe0\xa2\x36\x40\x94\x28\xc0\xb9\xe1\xd4\x2f\x74\xb6\x18\x60\x9b\x07\xc0\xe9\xfb\x00\x87\xee\xd2\xbc\x97\x6b\x9d\x94\x07\xf4\xc6\x02\xd4\xca\xff\x6d\xff\x0b\x17\x31\xfc\x63\xeb\x7f\xf9\xc7\xd8\x3d\x00\xbf\xbc\x01\x44\x36\x02\xbc\xad\xa3\x7e\x98\x67\x8e\x00\x93\x92\x01\xee\x8c\x01\xd0\x4f\x00\xb8\x54\x01\xe0\x6c\x46\x6d\x6a\x68\x21\xc0\xd1\x74\xea\x17\xaa\xd6\x06\xd8\x58\x0b\x50\x3d\x12\xa0\x62\x1f\x40\xed\x45\x80\xeb\x08\x50\x2b\x09\xf0\x39\x17\xa0\xf4\x27\x23\x3f\x91\x62\x4e\xef\xbf\xf8\x47\x19\x00\xdf\x12\xc6\xde\x4d\x00\xf8\xb2\x83\xce\xfa\x6b\x6f\x80\x91\x17\x00\x1e\x75\x03\x48\x78\x03\x5c\x5b\x0b\xa0\x72\x02\xa0\xfe\x15\x80\xb9\x13\x00\xe7\xed\x09\x14\xe5\xec\x3f\x00\x0b\x3a\x01\xca\x36\x01\xac\x8f\x07\x38\x70\x8c\xfa\x41\x38\x9f\xaf\x29\x02\x94\x99\x01\xf4\x3e\xff\xfd\xfc\x1b\x99\x7c\xa0\x35\xcc\x38\xac\x60\x64\x73\x79\xcf\x60\x1d\xc5\x1e\x55\x8a\x5c\xde\x71\x47\x1e\x80\x73\x12\xe7\xf0\x2e\xc9\x1a\x80\xe3\xfe\x00\x3a\xd7\x00\x2a\xaa\x01\xdc\x7b\x28\x27\x8d\x3e\x07\xb0\x67\x09\x90\x9d\xaf\xd0\x0c\xa0\x34\x1b\x60\x57\x11\xc0\xf5\x20\x80\xc2\x4d\x00\x3f\xca\xa9\xef\xea\x4f\xb9\x49\x0c\x1f\x58\xc8\xf0\x21\x2e\xef\xf8\xc6\xe0\x1b\x6b\x8a\x0f\xb4\x28\x36\xf7\x50\xe4\xcc\xf7\x70\x6d\xca\xb3\x95\x12\x00\x8a\xbc\x01\xac\xd9\x00\x3b\xb2\x01\x22\xd7\x03\x6c\xad\x03\xc8\x34\x03\xd8\xd4\x02\x50\xf6\x94\xca\xbd\x5e\xce\xd9\x2d\x01\x7e\xa9\x01\x24\x8f\x61\x78\x0f\xc3\xc9\x67\x31\x9f\xc3\x99\x35\x31\x70\x93\xca\xf9\xc0\xa2\xf8\xf4\x35\xb3\x3b\x9d\xa3\x58\xcf\xdd\xbd\x99\xf1\xd9\xa3\x49\x79\x6b\xee\x76\x00\x0e\x31\x59\x27\x0e\x10\xb8\x12\x20\xbd\x0f\x60\xe5\x46\x80\x64\x16\xc0\x81\x37\x00\x49\x53\x01\xae\x87\x01\x24\xdc\x03\xf8\x51\x0f\x30\x9b\xf1\x0b\xfa\x17\x50\xf4\x60\xee\x0e\x3a\x33\xeb\x97\x3b\x0f\xcf\x69\x1a\x30\xb4\x3a\x50\x3c\xaf\x49\xb1\xf6\x10\xc5\x03\x1f\x81\xec\x2b\x9b\x3f\x8d\x22\xf1\xa1\xb4\x45\xa3\x7d\x94\x26\x02\x2c\xda\x36\xa6\xcb\x73\x0c\x40\x74\xae\x48\xce\xb2\x6e\x80\xd0\x1d\x63\xe6\xec\xb5\x04\x08\x88\x16\xb6\xbf\x54\x0b\xe0\x5b\x20\x34\xb9\x7b\x3e\x80\x33\x9b\x9f\xe4\xa8\x5b\x94\x0d\x37\xc4\x3f\x73\xf7\x7e\x50\xe4\xf2\xaf\xbb\x2e\x8c\xfc\x11\xc3\x88\x1d\xab\xde\x20\x4e\xf2\x94\x0a\x77\x2a\x91\xcf\xeb\xe5\xd5\xc8\x2e\x95\x08\x3a\xc4\x9a\x05\x3e\x31\x34\x10\x8c\x03\x70\x9e\x67\xf0\xc1\xb4\x62\xd4\x4f\x93\x43\xd3\x82\xe7\xe6\xf1\xcf\xd1\xd6\xd0\x1d\x9d\xab\x22\x90\xa2\x2e\x30\xb5\xfd\xcc\x52\xfe\xbd\x93\x6f\x4c\x1d\xdf\xd9\xc9\xfb\x6e\x42\xa8\x46\x1e\xe2\xc8\x00\xb9\x5c\xe5\x62\xc4\xe1\xbe\xd2\xdb\xe5\x77\x23\x0e\xe3\x95\xc8\x92\xea\xe0\xe8\xc1\xe5\x7f\xf5\xf2\x12\xe4\xbe\xda\xa1\xea\x49\x64\xf7\x2b\x10\x30\x24\xbb\xdf\xda\x01\x1b\x92\x35\xba\x28\xdd\x85\x8c\x43\xa0\xa8\x0f\x89\x53\x19\x74\x06\x11\x26\xa9\xf8\x31\x38\x48\x3d\x61\xb8\xb3\x44\xfb\x4c\x8d\x90\x95\x00\x42\x62\x01\x0b\xd6\x37\x00\xf0\xf2\xf8\xdb\x1e\x75\x01\x18\x21\xe8\xfb\xad\x8d\x64\x70\x78\xbe\xa3\xfb\xa8\x2d\xd3\x81\xc0\xac\x99\xa2\x3e\xc9\x67\xab\xab\x93\x27\xf6\xfd\x10\x1a\x93\xf3\x6b\xe1\x2a\xfb\x52\xf2\xfc\x92\x3e\x64\xa4\x12\xc7\x04\x93\x7c\xa0\x30\xab\x59\xc4\xee\xd9\x7d\xa0\x75\x86\x14\x32\x16\x33\x2b\x3b\xf9\x98\x14\x89\xa8\x26\x4d\xf5\x21\x3b\xff\xa2\x27\x19\xe4\x9c\x9d\x20\x76\x90\x30\x98\xb8\xd6\x7b\xe4\xbc\x3b\xdf\x11\x89\x87\x2b\x84\xe1\x43\xfe\xcc\x8d\x73\x2f\x12\x87\x39\x2c\x67\x49\xf2\xb5\x0b\x84\x3d\x89\x9c\x75\xa1\xc1\x24\x0e\xb2\xb4\x76\x2e\x59\x21\xb3\x7b\xe3\x09\x2f\xf0\x74\x4e\x22\xf6\x4d\xef\x48\x9a\x01\x07\x05\xef\xad\x1d\x43\xf5\xc8\x3e\x20\x93\x47\x67\xce\x83\x3c\xc9\x9a\xea\x64\xf2\x39\xab\xe9\x00\xf9\xcb\xd5\xfd\xd7\xc8\x5f\xac\xd2\xa0\xbe\xd8\xa5\x4c\x87\x88\xb8\xc3\x14\xe7\x90\x8a\x7c\x7b\xe4\x83\x88\x5f\x6e\x83\xfb\x1c\x12\xcd\x4a\x7e\x4d\xfd\x70\x73\x2f\x27\x93\x5b\x4c\xfe\xbd\x19\xc4\xde\x5a\xf3\xac\x23\xfa\x4d\x4e\xa4\xf7\xdb\x86\x2d\x2b\x38\x4e\xf5\x28\x72\x97\xd9\x4b\x57\x92\x0b\xf1\x68\x15\x32\x91\xbe\x02\xab\xdd\xf4\xa6\x97\x65\xd3\x42\x0e\xe6\x9f\xa7\x19\xce\x5c\x5e\xb6\x7a\x01\xc5\x15\x64\x3c\x36\x0d\x8f\x25\xd1\x99\x15\xf2\x4b\xc8\xf7\x2f\xd0\x5e\x45\x9e\x8a\xeb\x8f\x73\x0f\xc9\x21\x27\x1a\x43\xff\x1d\x24\xba\xa2\x50\xb1\xd7\x8a\xca\xaf\xa4\x44\x0e\x0e\xeb\xca\xca\xd2\x99\x75\x20\x7b\x4d\x65\x7b\x1c\x91\x5b\x99\x9d\x4f\x56\x5c\x45\x1c\xe7\xdc\xcd\x61\xde\xf4\x06\xda\x81\x09\x7f\xf3\xb2\x5c\x92\x71\x9c\xde\xb8\x82\xcc\xf7\xa2\x37\xeb\xc8\x4e\x32\x8b\x9d\x43\xac\xf1\xf4\x95\x05\xe4\xbd\xb0\xdb\x48\xf3\xb7\xb4\xed\xca\xe7\x73\x50\xa2\xaa\x5a\x98\xca\x3f\x2b\xce\xac\xf0\xad\x52\xc4\xaf\x71\x8e\xc7\x76\x80\x83\x75\x19\x31\x84\x77\xd5\x95\x6d\x25\x4f\x72\x56\xfd\xc4\x78\x0e\x9e\x32\x7a\x44\x32\xaf\x4f\xac\x44\xb2\xc2\x0f\xdd\xa4\x7a\x94\x90\x0a\x3d\x4b\x1d\x36\x93\x1d\x2b\x16\x0a\x88\x3f\x2c\xf8\x7e\x31\xd9\xe1\xdd\xed\xcb\x48\xfd\x2b\x33\x89\x2a\xb2\x2e\xd4\x76\x1d\x23\x7e\xb9\x31\xd5\x75\x8c\x05\x68\x2e\xa2\x78\x63\x9f\x24\xd9\xfb\x5a\x24\x2c\x25\x08\xa6\x46\x91\x7c\xa5\x96\xf6\x6c\xc2\xfc\xaf\xa9\x1c\x21\xfe\xb1\x66\x87\xdb\x6d\x1c\xbc\xb4\xed\x3b\x89\x08\x72\xe3\x84\x27\x89\x1f\x93\xeb\x0f\x8c\x14\x2a\x4d\xe2\xa0\x5f\x40\x15\xd1\xc7\xc1\xfc\xd8\x31\x0e\x1a\x59\x9e\x23\xbc\x51\x79\xe5\x05\xb2\xd3\x0b\xad\xbc\xa6\x48\xe5\x3f\xc8\xa1\xf8\x54\x40\x94\x78\xc0\x9f\x66\x98\x92\x11\x6b\x5b\x4c\x4f\x1c\x4f\x1c\xb2\x88\xe6\x4f\xc6\x1e\x24\x33\xfd\x30\xab\x85\x74\xd6\xbb\x5f\xd3\x43\x6e\x94\xdc\x7c\xc6\x26\xe3\x78\xe5\x3b\xd7\xce\x71\x78\xc6\x4f\x3b\x00\xc5\x68\x80\xf7\xf2\xd4\x8f\xdf\xe1\x08\xa0\xbe\x1d\xe0\x2e\x1b\x40\xa7\x07\xe0\x6a\x1c\x00\x67\x61\x34\xf0\x03\x78\x74\x02\x1c\xff\x08\x10\x66\x03\x50\x35\x1e\x60\xe1\x6e\x80\x83\x52\x00\x99\xd3\x01\x2a\x2e\x00\x14\x74\x00\x70\x64\x1f\xbf\x05\x70\x8c\xc9\x11\xaa\xaa\x05\xf8\xd1\xf0\xdb\xff\xc2\xb5\xbf\xb9\x8a\xbf\xf9\x87\xcc\x7d\x80\xaf\x06\x00\x12\x2d\x00\x5d\xaf\x00\x24\x4d\x00\x9e\xc4\x02\x28\x7c\x06\x68\x5d\x0d\x30\x65\x1a\xc0\x25\x6d\x00\xa3\x5e\x80\xb3\x9f\x00\x9c\x1b\x01\xaa\x7e\x00\x04\x36\x01\x54\x08\x01\xc4\xde\x02\x28\xe1\x01\x58\x35\x09\xe0\x40\x1c\x40\xc1\x2f\x9a\x2b\x7c\xbc\x86\xda\xfd\x07\xbf\x00\x2a\xe4\x00\xfa\xeb\x01\xf6\x30\x79\x43\x5b\x19\xde\xb1\xbe\x95\x22\xeb\x35\x00\x7f\x17\x40\xcf\x44\x80\x51\x03\x00\x2f\x13\x69\x3e\xcc\x3d\x0f\x80\xb1\xad\x00\x2d\x93\x00\x64\xaf\x70\x66\x93\xf2\xc5\x1a\x59\x00\xf3\x41\x80\x92\x52\x00\x6f\x65\xea\x5f\x98\xd3\x45\xed\xfe\x4a\x0f\x80\x5d\x7a\x00\x1c\x7e\xbc\x3b\x0e\xe0\xa4\x18\x00\xe7\xed\x7a\x98\x4c\x7d\x67\xec\xee\xdf\xf2\x57\x1f\xf9\x9b\x07\x0c\x32\xbb\x40\xf7\x35\x8a\x5c\xde\x41\x6e\x75\xd4\x52\x7f\x83\x88\x2b\x1d\x5f\x45\xa0\xbc\x67\x9a\x2c\x40\xd1\x76\x1a\x37\xdc\x19\xce\x39\x21\x52\xdf\x47\xca\x26\x80\x5c\x7b\x80\x1d\x26\x00\xdb\x1c\x01\x4e\x4a\x03\xec\xc8\x05\x68\x9f\xce\x39\x27\x53\x79\xe9\xb7\x28\x2e\xe3\xa3\x98\xc0\xf0\x32\x2e\xef\xa0\x51\xe2\xdf\xbc\xe3\x3a\xa3\xcf\x59\xc6\x4b\x7a\xd0\x0d\x60\xcc\x6b\x80\xbd\x69\x00\x2a\x85\x00\x79\xc7\x01\x6c\xe4\x01\x38\x47\x85\x80\x6d\x00\x59\xad\x00\x89\xde\x00\x6b\xbf\x01\xe4\xaf\x01\xc8\xb2\x03\x38\x19\x09\xb0\xfa\x3d\xc0\x53\x89\xdf\xf2\x17\x33\x79\x42\xd1\xdb\xfe\xe6\x1f\xff\xe6\x5f\x34\xf6\x0c\xd0\x14\x46\xf1\x84\x01\xc5\xfd\xcc\x69\x76\x5b\x35\x80\x44\x07\xc0\xfa\x66\xca\x57\xd3\xfd\x01\x7c\xd8\x00\xc9\x0d\x00\x09\xde\x00\xcb\x2a\x00\xf2\xfc\x01\x92\xd4\x00\x4e\xbe\x03\x58\x54\x04\xf0\xdc\x12\x20\x9e\xc9\x9f\x0a\x61\xc6\xc5\x8f\xd1\xc3\x95\xc9\x63\x7a\xab\xc1\x8c\xc3\x1d\x8a\xd7\xce\x52\x3c\x27\xcb\xec\x96\x0c\xff\xd8\x73\x94\xe2\x5a\xce\x6e\x13\x08\x90\x7a\x06\x60\xf2\x7e\x80\x84\x71\x00\xce\xfb\x01\xe6\xdb\x01\xc4\xdd\x07\x98\x65\x00\x90\xcb\xe2\xec\xc7\x00\x27\x3b\x01\x82\x2c\x01\x9e\xb9\x02\xf8\x4b\x52\x9f\x2c\x97\xf7\x98\x7b\x53\xe4\xf2\x90\x36\x86\xef\x5c\xab\x66\x76\x47\x86\x7f\xd5\xdc\xa7\x78\x80\x19\x8f\x6d\x12\x14\x69\x54\x02\x80\x73\x66\x13\x7b\x08\x10\xa1\x07\x60\xe5\x04\x30\xbd\x1a\x60\x5e\x1a\x80\xeb\x4a\x80\x2d\x31\x00\xb6\x62\x00\x47\x6f\x00\x58\xa4\x00\x3c\x5a\x05\x60\x32\x8e\xca\x9b\x12\x44\x51\x91\xf1\x97\x49\x33\x71\xe6\x5b\x09\x7f\xcb\x3f\xd2\xc4\xc8\xd7\xe2\x21\xd6\x31\xc7\x4c\x84\x98\xad\xd4\xcb\x92\xa4\x7e\xdd\x9c\x7e\x05\x62\x5f\x9c\xf9\x55\x78\xc8\x3e\x37\x4b\x4d\x4f\x6b\xf4\x70\x39\xb5\xbb\x2a\xfc\x33\xc7\x8e\x88\x50\x38\x38\x69\x72\x66\xf0\x88\x69\x52\x2d\xca\xc2\x07\xa7\x0f\xb3\x94\xb8\x38\x61\x7f\x6b\x05\x80\xe8\x18\xc5\x6f\xbf\xb6\x01\xf0\x9b\x49\x91\x7b\x8f\x3c\x0d\x22\xe3\xe8\x7e\xca\x4f\xf6\xd5\xf3\x49\x54\x6e\xad\x3c\x3f\x19\x99\xa2\x29\x32\x64\x17\xdc\xd4\xa1\x4a\x66\x66\x85\x3c\x71\x8f\x41\xd4\x76\x53\x72\x0e\xf6\xd0\xb6\x26\xa7\xd5\x29\x07\x5d\x88\x57\x43\x50\xd1\x4b\x52\x9a\xd8\x2f\xb7\xc5\xee\x24\x02\xe1\x74\x62\x39\xa9\xf0\xe3\x50\x57\xa2\xcc\x41\xdb\x8f\x34\x63\xc5\x7a\xce\x57\x12\x29\x31\x64\x6e\x12\x6b\x31\x7e\x18\x95\xfd\x1c\xac\x95\x97\x68\xa5\xf2\x55\xc9\x8a\xdd\xd4\x4c\xb3\x37\x53\xcd\x6c\xc8\xca\x8c\x3e\xe7\x46\xfc\x00\x7e\xa7\xa7\x13\x2b\x6a\xf2\x2d\x88\xf0\x03\x71\xf2\xb6\x92\x11\xda\x2a\x49\x2c\xf1\xac\x8f\xce\x24\xcf\x23\x52\x7b\x09\x19\xc9\x30\x57\x1a\xb9\x0a\x91\x3f\x4f\x7c\x8f\xc1\x71\xef\x89\x5f\xc4\x8f\xb9\xc1\xe3\xcc\xd8\x17\x5b\x23\xc2\x3f\x5a\xf5\x88\x1f\x28\xc7\x85\xca\x4d\x4b\xf5\x25\x9f\x63\x81\x66\xf9\x06\x44\x50\x79\x76\xf9\xb4\xbe\x82\x4a\x55\x3c\x39\xc5\x8f\xe8\x58\xba\x85\xea\x91\xf2\x63\x3c\x61\x52\xc9\x31\xf6\x31\x1c\x5c\xd2\x1b\xf7\x99\x60\x0e\xf5\x18\x25\xf1\x9f\x21\x3f\x4f\x68\x6d\x27\x4f\x1c\xf7\x96\xca\x8f\x60\x6e\x5e\x07\x91\x5a\x9f\x39\x81\xee\x84\xf7\xa5\x43\x30\xf1\x77\x2d\xd0\x8e\x22\x2b\x24\xf4\x76\x1c\x79\x43\x5c\xc3\x28\xab\x31\xf8\x9e\x42\xf2\x53\x64\x96\x67\x30\x3b\xca\x06\xc6\xde\x6d\x0c\x90\x22\xf6\x76\x7d\x9b\x0d\xc9\xa0\x59\x2f\x4f\x23\x9b\xeb\xbd\x28\x63\x5a\x73\xbb\x86\xec\x05\x59\x1f\x1e\x10\xbb\xbf\xaa\x73\x90\xfc\x65\x32\x93\x61\x9b\x40\xfc\x41\xe9\x77\x23\xc9\x68\x26\x42\x1c\x91\x1f\xd1\x91\x44\xd8\x81\x1f\xa4\x10\x6f\x92\xed\xda\x4c\xb2\x3e\xb5\x26\xad\x27\x56\x5b\xcc\x73\x2b\x93\x9f\x54\xb0\x82\x22\x97\x8f\xed\x8e\xb3\x21\x1e\x91\xc2\xdb\xb3\x48\x06\x73\xa1\x19\x65\x52\x05\x8d\x07\x89\x3e\xdb\xb3\x6f\x92\x38\xdd\x8e\xed\x7d\xc4\xee\x73\x79\x59\x16\xc9\x8b\x59\xb2\x9e\xf2\xdd\xb9\x39\xa9\xc4\x3a\x73\xfd\x71\xce\xad\xd9\xe4\xe7\xc6\x77\x73\xc9\xc9\x66\xd2\xd6\x1d\x24\xce\x3b\x7a\xeb\xde\x9d\x54\x3e\x97\x8f\x1d\x42\xaa\xc7\x21\xa4\x44\xad\xa2\x25\x82\x30\xec\xf2\xd3\x19\x94\x97\x7d\x2a\x23\xdf\x58\x5e\x76\x85\x60\xd9\xe5\x8f\xe4\x46\xfe\xbe\x50\x24\x99\x6a\x85\xe4\x5e\x4a\x6c\x00\x8d\x13\x86\x1d\xda\x48\xd6\x83\x0f\x3b\x9f\x8c\x87\xbd\x43\x21\x99\x10\xdd\xed\xfb\x08\xab\x54\xd2\x28\x27\x2f\xce\xa8\xb5\x55\x2f\xa9\x7c\x2e\x1f\xab\xab\x93\x22\x2b\xe6\xac\x86\x19\xe1\x1d\x67\xa4\x42\xc8\x88\x9d\x3e\x90\x4e\x46\xf2\x94\x11\x65\x74\x27\xdb\x1b\x49\x04\xf8\x04\xff\x2b\x32\x2f\x47\x13\xe9\x99\xb6\x72\x3d\x39\x67\x32\x3c\x30\xc0\x96\xca\x75\xad\xa4\x72\xcd\xe2\x2a\xc8\xf9\x49\xb3\xa3\x3a\x9a\x83\x72\xd5\x34\x7e\x36\xd2\x95\x6b\x71\x2e\x45\x51\x6c\xf1\x92\x24\x23\xd3\xac\x68\x4c\x66\xb6\x39\x26\x88\xbc\x71\x97\xdf\x72\xec\x1e\xc0\x95\x4f\x34\x02\x7a\x45\xf3\x1c\xd9\x71\x2e\x2f\x68\x67\x73\xf0\x42\x6d\x3f\x61\x7c\x75\xc6\x1c\x0e\xf4\x45\x0e\x40\x72\x0c\xc0\xeb\x33\x94\x77\x3c\x92\x04\x90\xbd\x0c\x70\xdd\x05\x40\xc9\x13\xe0\xe2\x0e\x00\x35\x49\x80\xe3\xbc\x00\x06\xf3\x69\x8e\x87\x6d\x2e\xc0\x81\xfb\x00\xbe\x5f\xe8\x79\x3f\x2a\x1b\xa0\x40\x1f\x60\xa9\x17\xc0\xce\x2a\x80\xcd\xe3\xa8\xdd\xe7\x9c\xfb\x77\x8b\x03\x9c\x6f\xa4\xbf\xd7\xe9\x0f\x50\xf4\x0a\x00\xcb\x7f\xf3\x9f\xf5\xcc\x3e\xff\xb9\x08\x60\x6c\x13\xc0\xcb\x5e\x00\xc1\xbb\x00\xf7\x10\x60\x6c\x27\x40\xf3\x10\x80\xc4\x43\xca\x7b\x14\x8e\x00\x54\x25\x03\x68\x34\x00\x94\x0a\x03\x98\x8b\x53\x7f\x82\x9b\x37\xc0\xce\x0e\x80\xc8\x59\x00\xb9\x77\x00\x16\x97\x00\xe4\x2e\x04\xc8\x5e\x05\x90\xfb\x09\xa0\x44\x10\xa0\x40\x01\xe0\xca\x3a\x80\x5d\xf3\x01\xde\xe7\x00\xe4\x7b\xfc\x2d\x9f\x1b\x7f\xf9\xe8\x41\xfd\x09\xff\xf6\x77\x34\x85\x02\x8c\xea\x00\x38\x7e\x9a\xfa\x85\x2a\x3c\x01\x26\x8c\x06\xd8\x73\x9f\x9e\xf3\xf3\x7d\x00\x9c\x7d\x00\x36\x54\x03\x04\x8c\x05\x58\xbb\x02\x20\xee\x36\xc0\x86\x09\x00\xeb\xaf\x03\x6c\x90\x02\x38\xf0\x0a\x80\xb3\xda\x39\x1c\x66\xf3\x31\x80\xb7\x8a\xbf\xe5\xa7\xc6\xfd\xcd\x03\xb8\xbc\xa3\x8d\xb1\x2f\x5c\xde\x51\x17\xc0\xbc\x0d\x66\x00\x3c\x9d\xd4\xee\x8f\xe3\xf0\x9d\x6e\x00\xf5\x46\x80\x6c\xa4\x7c\x35\xe3\x11\x80\x4f\x29\xbd\x3b\xc6\xd9\x37\x56\xde\x03\x58\x73\x88\xc6\xca\x4a\x9b\x38\xa7\x24\xaa\x47\xc6\x14\x80\x9e\x46\x80\x65\xfc\x54\x2e\x97\x07\x70\xf9\xc7\xbf\x79\xc7\x95\x87\x14\x4f\x77\x30\x6f\x27\x63\x7f\xf2\xf5\x01\x86\x0d\x07\xd8\x10\x0f\x20\xe3\x01\x90\xba\x17\x40\x67\x0f\x40\xd2\x0d\x00\x37\x7f\x80\x04\x45\x80\xd9\x3e\x00\x8b\xdf\x71\x76\x04\x80\x45\x5f\xa8\x1e\x8b\xcc\x01\x9a\x6d\x00\x12\x74\x01\x7a\x33\x00\xe6\x08\x32\xf1\x9f\x26\xc6\x0f\xc2\xf8\xed\xda\x76\x53\x39\x37\x19\xbf\xcf\x05\x46\x3e\xcd\xf6\xa3\x63\xcb\xf9\x5f\x8e\x33\xc5\xb4\xdb\x00\xfc\xe1\x00\x8b\x3e\x01\xa8\x8c\x01\x88\xd9\x0e\x60\x17\x08\x10\x65\x07\x10\xfe\x11\x20\x54\x95\x8e\x45\x90\x35\xc0\xbe\x3e\x80\xa0\x6d\x34\x87\x69\x86\x00\xc0\xe7\x98\xdf\x72\xad\x19\xbf\xa5\x29\x2f\xc5\x7b\x0c\xef\xb8\xb4\x94\xe2\x29\x86\x77\x54\x72\x77\x4d\xc6\x8b\xbe\xa1\x85\x62\xd2\x4a\x8a\xb3\xbb\x01\xc6\xf7\x02\x04\xc9\x00\xfc\x3f\xf6\xfe\x3a\xba\x8a\xe5\xe9\x17\x87\x1b\x77\x0b\x1a\x24\x04\x42\x20\x4e\x12\x20\x24\x21\xae\x84\xb8\xbb\x0b\xc4\xdd\xdd\xdd\xdd\xdd\xdd\xdd\xdd\xdd\xdd\xdd\xdd\xdf\x95\x99\x9d\xe3\xe7\xfb\x7d\xee\x5a\xf7\xbe\xff\xfc\x9e\x59\xeb\x9c\x62\x6f\xa8\xea\x9e\xa9\xee\xaa\x4f\x49\xcf\x26\xc5\x02\x80\xdb\x08\x00\xe1\x79\xf8\xd9\x98\x23\x01\x40\x27\x79\x16\xa9\x01\x40\x9b\x06\xc0\x99\xbf\xa5\x9e\x03\x60\xcb\x04\x80\x4f\x1d\xf0\xb8\x68\x69\x7f\xc6\x1f\x8d\xb9\xb0\xdc\xdf\xf2\x4f\x88\xa8\x31\x0c\x81\x77\xce\xf1\x8f\xc5\x1b\x98\xaa\x20\xbc\x2c\xcf\x25\x00\x2e\x9f\xad\x55\x1e\x00\x3e\x8e\x02\x40\x76\x0c\x00\xff\x22\x00\x84\x66\x00\x98\x98\x01\x80\xcd\x0e\xaf\xa9\xb7\x6d\x00\x54\x5f\x02\x00\xf5\x25\x00\x4b\x48\xbf\xe7\x48\x6f\x22\xf0\xe0\x65\x3a\x98\xfe\x86\xbf\xae\x22\xf4\x50\xfd\xe7\xf1\xad\xa7\xe0\x73\x7c\xea\xba\x37\xa0\x27\x24\x5c\x04\xf7\x33\x93\x1f\x3e\x81\xce\x0f\xbf\x7f\xf8\x7c\xff\xb5\x15\x78\xfa\xf4\x1d\xf2\x57\x56\x05\x00\x6e\xb5\x3f\xc5\xd1\x4e\x02\xe0\x52\xf6\x63\xdc\x00\xc8\x03\x20\x0d\x15\x43\xbd\x47\xf7\xfb\x27\x21\x4f\x7a\x9b\xe6\xf4\x1f\x7a\xb4\xb2\x38\xe0\x3f\x47\xcb\x01\x08\x67\x78\x85\xdf\xf8\x75\x46\x2d\x3f\x3e\x83\xba\x28\xd4\x51\x50\xa1\xa8\x51\xc8\x1b\x1b\x8a\x52\xe9\xe8\x3e\x41\x6e\xe4\x0d\x1a\x89\x27\xcc\x49\xa5\x70\x1f\xca\x18\x7c\x73\xa2\x83\x2c\x2e\x31\x9d\x2a\xe4\x6f\x3e\xdf\xf3\x81\x10\x15\x21\x5b\x01\x84\x58\xf0\xdc\x46\xa0\xca\x17\x16\xa2\x1f\xf8\x35\xe2\x17\x90\x9e\x40\x67\xe7\xa2\xdf\xdd\x86\xbc\xa4\x3b\xca\x53\xe8\xdc\x95\xe5\x1b\xcc\x75\x78\x7c\x22\x48\x03\x12\x80\x1c\x7a\x62\x4c\x28\xb4\x90\x1f\x22\x08\x66\x81\xea\x64\xb7\x01\x0f\x3c\x0d\xc0\xdb\x87\x04\xc5\xad\x3c\x84\x54\xd0\x4c\xb9\xe6\x15\xa0\xfa\x18\x27\x92\x1b\xf4\x4f\x58\x35\x32\xa1\x35\xf8\x63\xb9\x1b\xc2\x47\x4c\xad\xb0\x5f\x21\x43\xfc\x42\xd4\xe7\x46\x28\xbe\x74\xc5\x81\xba\x77\xac\x7e\x11\x41\x5e\x50\x5d\x9c\x16\xea\xdb\x92\xe0\x64\x83\xb2\x3a\x1c\xdd\x7c\x90\x7f\x23\x8d\x13\xbe\x70\x46\x5f\x49\x49\xa4\xc3\xe3\xcb\x5b\xc0\x54\x09\xc0\x0e\xef\x27\x0a\x25\xb4\xc7\xe4\x30\xa4\xa1\xcf\x72\x78\x70\xe6\x46\xfa\x11\xbc\xe6\xa5\xd6\x1a\xa1\xf1\xc5\xd9\x57\xa1\x4c\x01\x1f\x02\x17\xb2\x42\x75\x42\x2b\x2f\x4a\x68\xe7\xea\x8c\xb3\x43\xcf\x59\x16\x49\x10\x9a\x35\x0f\x90\x80\xea\x2f\x34\x24\xb2\x10\xba\xc1\x0b\x80\xcb\x1c\x0f\x63\x35\x09\xe0\xf1\x0d\x84\x10\x74\xef\x19\x54\xc9\x32\xf0\xa6\x80\x90\xa5\xc1\x32\x0c\x08\x0c\x9a\x2c\xa1\xba\x94\x1e\x2d\x1c\xfb\xe8\x8c\xc3\x15\x1c\x2d\xa8\x57\x13\x00\xd5\xaf\xf0\x3c\x64\xa0\x3e\x1d\xfd\x0e\x78\xdc\x5f\x8f\xa4\x20\xfc\x21\x44\xa5\x00\xe1\x61\x66\x76\x35\x28\x93\x48\x4a\xa2\x0b\x79\xf5\x77\xc5\xc6\xd0\xfd\xdf\xf8\x62\x31\x0c\x8f\xef\xb0\x05\x53\x67\x35\x78\x1e\x8e\xa7\x70\x85\xd7\x31\x54\xa4\xe4\x8c\xda\x6b\x1b\x42\x38\xc0\xbe\x35\x18\x1a\xd7\xc1\xb6\x14\xee\x93\xc2\x1d\xf9\x00\xad\x00\x8f\x63\x5e\x68\xbe\xd0\x49\x2b\xc5\x18\x79\x4d\x78\x1d\xa8\x43\xff\x9a\xe3\x91\x3e\xe4\xbd\xa9\x78\xcc\x20\xfd\x10\x20\xd9\x94\x43\xfa\x78\xe1\x88\x88\xa4\xdc\x11\x3b\x2c\x70\x15\xa6\xc1\x28\xcf\x21\xc4\x10\x88\x4a\x0a\x65\x68\x02\x63\xe0\x93\x91\x81\xe8\x06\x90\xc2\xfc\x15\xfc\x20\xcd\x07\xc8\xe6\x41\xf3\xf5\xf5\xe8\x81\xf1\x19\xfe\x3e\x54\x01\x74\x86\xde\xcc\x23\x9d\xa5\x07\xe5\x4b\x05\x2b\x2d\x20\x34\xfd\x5d\x19\xae\x53\x92\x94\xc2\xdd\xc5\x18\x2d\x1e\xd0\x7e\x79\x3c\x1a\x80\xe8\x8f\x3a\xc7\x63\x71\x08\xcf\x94\xc8\x86\x0c\xcd\x3c\x7e\x89\x04\x7a\xb2\x71\x2f\xf9\xa0\x71\xe2\xd8\xb5\xa0\x95\x14\x47\xe4\x09\x65\xfe\xe2\x88\x33\xa0\x3b\x89\x61\xee\x80\x22\x94\xa8\xf4\x15\x48\x03\x21\x50\xff\xd8\x39\x0e\x64\x7d\xe6\x04\x9d\xfa\xa2\x36\xf5\x84\x56\xd3\x27\xaa\x00\xe8\x7b\x34\x4f\x18\x4d\x3d\xf0\x8d\x59\x87\xc7\x4d\xc1\x87\x29\xdc\xc7\x05\x40\xc1\xfe\x33\xc8\x3e\x14\xf8\x7d\x85\x16\x46\x1e\x2d\xbc\x93\x72\x89\x35\xa0\x95\x94\x83\xeb\x06\xfd\x92\x5a\x4e\x61\x32\xd4\x4f\x96\xd9\xdc\x00\xcd\x33\xf3\x74\x1e\xca\xe9\xc3\x7d\x65\xe3\xf2\x00\x3c\xc0\x85\xfd\xfd\x5d\x72\x00\xaa\xbe\x00\x70\xff\x0b\x00\x25\x1e\x00\x20\x8f\x03\x90\x98\x0f\xc0\x6b\x1e\x00\xa2\xa6\xcf\xb0\x19\x00\x01\x2c\x00\x90\xd8\x01\xe0\x19\x72\xb6\x03\x01\x70\x50\x86\xfd\xbe\x7d\x10\x00\x0a\x2a\x67\xda\x07\xc0\x44\x0f\x00\x6b\x14\x18\xeb\x38\x72\xc1\xbd\x30\x5e\x02\x00\x74\xec\x00\xe0\x13\x06\xc0\x3e\xdd\xef\xf5\x9f\xf3\xfc\xc7\xc0\x32\x00\x57\x2d\x01\x68\x59\x83\xfd\xfb\xd9\x9a\xbe\xb8\x06\x40\xc6\x32\x5c\x57\x88\x21\x01\xe0\xa9\x09\x8c\xaf\xde\xe2\x03\xe0\xd5\x01\xc0\x27\x66\x38\xde\xa7\xe9\x01\xc0\x92\x1c\x00\xae\x23\x00\x8c\x52\x61\x7f\x7b\x16\xff\x1b\x9f\xf9\x7f\x2c\x00\x3c\x3a\x01\xb0\xb8\x0d\x40\xaa\x15\x00\x96\x59\x00\x34\x5b\x02\x60\xbf\x04\xd7\x41\xce\xc7\xd7\x42\xc4\xdb\x5d\xa5\xf0\xd3\x3d\xc7\x1d\xa5\x2c\x70\x3c\x0f\x75\xb3\xe5\x01\x10\xa6\x09\xc0\x8d\x79\x00\xbc\x68\x00\x78\xa6\x0b\x80\x8d\x36\x00\xef\xb5\x01\x30\x23\x04\x80\xf4\x26\x00\x7a\xdd\xf0\x7b\x96\x34\x3f\x01\x20\xce\x07\x80\x86\xeb\x59\x24\x05\x80\xee\x7d\x00\x3c\xcd\x01\xd0\x77\x04\x20\xc3\x15\x00\xdd\x63\x00\x5a\x46\x60\x3c\x72\xfc\x0a\x00\xd5\x10\x78\x7c\x19\x33\x98\x9e\xe3\x8e\x6a\x66\x98\xe6\x75\x22\x56\xdf\x08\x4c\x03\x10\xdd\x8c\x4e\xf7\x00\xb8\x6e\x04\xe7\x9e\x5e\x94\x03\xa0\x1f\x08\xc0\x67\x13\x00\x34\x1a\x00\x60\x4a\x84\x7b\xa7\xc4\xcc\x00\x50\xf4\x38\xb3\x14\x00\x28\xed\x01\xe0\x79\x0a\xe3\x81\xd4\x62\x00\x94\xdf\x00\xd0\x8d\xf2\xef\x79\x90\xf3\x79\x9c\xe3\x8e\xf3\xbc\x4b\x1c\x3b\x4c\x7d\x11\xab\xd1\x1a\x41\xb5\x6f\x02\xf0\x80\x01\x00\x39\x5e\x00\xde\x7d\x02\x40\x12\x09\x00\x72\x6d\x00\xc4\xfa\x00\xe0\xbf\x00\xf7\x0c\x9d\x59\x00\x21\x35\x00\x3c\xe3\x01\x10\x08\x02\x20\x83\x08\x00\x7e\x31\x00\x7a\x3c\x00\x10\xa4\x83\x73\x94\x4c\xda\x7f\xc6\x21\x75\x08\xab\x78\x9e\x77\x49\x41\xf8\xdd\x30\x84\xbe\xbc\x10\xf3\x32\x47\xe4\x6b\x94\xee\xc0\xb8\x4c\xa8\x1a\x80\x67\x33\x00\xf0\xf0\xc1\x7d\xd3\x6c\xef\x01\xe0\xb8\x0d\xc0\x8f\x6e\x00\xd4\x91\x00\x60\x68\x86\xd7\x26\xf5\x45\x00\x32\x59\x01\xa0\xeb\x02\x60\x30\x1b\x00\x4a\xf8\xb7\x66\x7e\x7b\x67\xc1\x6b\x44\x3d\xf7\xb7\xe7\x20\x0f\xd3\xdf\xf0\xcf\x4f\x98\x3a\x72\xc3\xd4\x60\x00\xa6\x32\x08\xfd\xfd\x50\x07\xe0\x2a\x1e\x00\xb4\x66\x00\x60\xd9\x01\x40\xb6\x05\xe7\xed\x08\x04\x01\x50\x59\x06\x00\x6b\x1c\xd6\xcb\x7b\x59\x00\x72\x34\xe0\x1c\xed\x60\x13\x00\xc8\x88\x73\x06\x0f\x10\x7d\xe3\xd7\x10\x3d\x7c\xf9\x08\x6b\xf4\xd7\xfc\x93\xbb\x0e\x4c\x2d\xf4\x61\xaa\x8e\xb0\xa2\x22\x88\x3e\x66\x1a\x6f\x98\xe2\x3a\x01\xf0\x0a\x05\x80\x37\x53\x00\x30\xac\x00\xf0\xd8\x00\xce\x4f\xdd\x7b\x0a\xcf\xe3\x9a\x22\x00\xd9\xa3\x00\x5c\x74\x01\xa0\xbf\x19\x00\x80\xa8\x9d\x5f\x40\xe4\xa3\xc0\x47\x98\xfe\x96\x7f\xfa\x0b\xfe\xb1\x41\x44\x6d\x3a\xf6\x30\xfd\x85\x88\x22\x39\x75\x2f\x40\x79\x98\x4f\xec\x57\xa0\xae\x01\xa4\xea\x3b\x3c\xf7\xa9\x00\xb8\x28\x73\xd3\x96\x02\xd2\xe9\x55\x7c\x79\xc8\xcf\x5c\x54\x77\x85\x3b\x23\xb8\xd2\x11\x35\xc7\x2e\x7a\x98\x1e\x23\x20\xc3\x1f\x71\xd0\x79\x77\xaf\xf7\x14\xc8\x06\x50\x57\x08\x3c\x8e\x7e\x25\xf4\xba\x5a\x20\xfb\xe9\x31\x94\xc9\xe4\x50\x7e\x09\xad\x68\x92\xa0\x77\x50\x96\xe1\x99\x1a\x26\x42\x83\xb8\xb4\xb7\x20\x7b\x89\xf1\x92\x14\xd2\xf1\xbb\x7b\xb2\x90\xe3\x47\xf3\x74\x84\x10\xd3\xab\x6f\x49\x10\xd6\x7c\x85\xd2\x0e\x3d\x53\xe4\xa3\x0d\xe8\xdc\x2d\xd2\x27\x78\x1e\x57\x21\xbb\xee\x33\x0e\xf7\x6b\x3b\xa0\xde\x83\xfc\x8b\x3e\xd2\x2b\x68\xc7\xfe\x52\xfe\x00\xd5\xe7\x78\x4c\xf0\xa1\xbc\x3f\x55\x07\x31\xd4\x85\xfc\x21\x82\x1c\xca\xd2\x5f\xea\xa2\x41\xd8\x77\xda\xd9\xbb\xd0\x33\xa3\x96\x87\x33\x49\x54\x0a\xf0\x39\x60\xca\x6c\x6b\x48\x22\xd9\x70\x34\xe4\x7f\xbf\xfd\xa8\x85\x90\x04\x49\xe5\x02\x64\xd7\x3f\x46\xc0\xf3\x40\xdf\x81\xe2\x3b\xed\xd7\x10\x97\xfe\x7d\x6c\xa8\x7b\x42\x5e\xf7\x2b\xb4\x43\x05\x68\x29\xa0\x7c\x03\x63\x11\x13\xe4\x25\xce\x71\xd8\xd3\x45\x6e\xc4\x8e\xe6\x43\x20\x66\xc1\xca\x07\xd0\x93\xe1\x5f\xfc\x0a\xfd\x62\x2c\xbf\x07\x5c\xe1\xe2\xbd\x60\x04\xe1\x0f\x5e\xd1\x50\xc8\x63\xf1\x00\xd8\xef\x73\x72\x8e\x41\x1d\xb5\xac\x88\xf7\xe7\xd0\x42\xe7\xa3\xce\xf3\x70\xca\x79\x54\x90\xbe\x85\x91\xe0\x2a\x1b\x33\x3b\x1f\x44\xcf\x71\xd8\xdb\x71\x49\x68\x47\xdd\xe2\x92\xd9\x83\xc7\x97\x2f\x87\xe9\x39\x1e\x53\xf0\x20\x82\xce\xc9\x2b\x49\xf0\x4f\xc2\xdf\xeb\x42\xfa\x51\x58\xf6\x83\x90\xb6\xc2\x50\x2e\xf4\x4b\x2e\xb2\x48\xf0\x2f\xb9\x4a\xe1\xef\x42\xd0\x0a\xce\x4b\xa9\x8e\xb0\x41\xf7\x25\x89\x25\xf0\x10\x9e\xb5\x38\x34\x0e\x6d\x12\x9c\x9f\xc2\xb3\x87\xeb\x93\xcf\x57\x54\x20\x7f\x7b\xf1\x85\x0e\x22\x82\x30\x44\xec\x78\x63\x94\x27\x90\x04\x83\xe5\x2f\xd0\x37\x06\x36\x3c\x07\xf0\xf7\x70\x46\xcb\x30\x14\xce\x20\x19\xe0\xa6\x41\x1d\x79\xfa\x62\xcd\x90\x86\x75\xf0\x17\xa0\x3b\x55\x79\x03\xe1\x0f\x09\x71\xe8\x6f\xf9\xf0\x7f\x41\xeb\x90\x69\x44\x09\xb2\x60\xc4\x75\xda\xd0\x67\x2c\x3d\x03\x12\x00\xe5\x07\x8d\x11\xeb\xd2\x12\xb1\xb2\x1d\x10\x95\x78\xa7\xbd\xa7\xd0\x0a\x77\x62\xfd\x02\x69\xd6\xb1\x99\x1b\xb2\x89\x8e\xd6\xaa\xd0\x7e\x71\xc0\x70\x82\x70\x88\xfd\x5e\x1c\x9c\x37\x43\x81\xf3\x42\x36\x64\x53\x50\x87\xa0\xb9\xeb\x61\x13\x00\x82\x76\x8a\x50\x96\x86\x23\x0a\xae\x13\x52\x4d\x19\xc1\x38\x4c\xdb\x02\xaa\x87\xa1\x8e\xd8\x42\x9d\x18\x37\x7d\x9d\x11\x96\xce\x13\x91\x81\xfe\x2b\x1e\x0b\x7a\xf0\x19\xf2\x4d\x01\xcb\x5c\x10\x92\x0a\x44\x57\x81\xf6\xc9\x79\x9e\x2c\x60\x38\x06\xda\x57\xfe\x95\xd5\x70\x9f\xd9\xad\x31\x08\x1f\xfa\x18\x1f\x57\xfd\x9e\x8f\x63\x0c\xb5\x80\xe6\x41\x8c\x0f\xff\x0e\x0c\xde\x43\x37\x08\x7f\x3e\x27\x87\xdf\xbf\x7a\x5d\xd9\x1f\x91\x69\x0e\xb7\x85\x69\x6c\x19\x4c\xe3\x5b\x91\xa1\x95\x15\x8f\xf2\x09\x5a\xc1\xb1\x21\xb0\xa6\x63\x1d\x15\xa0\x9d\x16\x5d\x09\x4b\x8e\x61\x0c\x83\xfb\xfb\x05\x0b\xbf\x41\xdf\x5f\x82\x7f\xe9\x2e\x32\xe7\x2c\xde\x6c\xc1\x07\xe0\x16\x2e\x00\x95\x14\x00\x5c\xd3\x06\x20\xab\xe8\xec\xde\x01\x88\x3b\x06\xe0\x2e\x31\xec\x6f\x1f\xa5\x03\xe0\xec\x08\x00\x4a\x04\x00\x76\x51\x00\xe0\x8d\x03\x60\x61\x0f\x00\x25\x15\x8c\x35\xce\x56\xb6\x16\x1f\x9c\xdb\xd7\x12\x05\x40\x95\x14\x00\xbd\x54\x00\xec\x23\x00\xd0\x23\x05\x20\x24\x0a\x00\x03\x31\xb8\x86\x72\xa6\xdd\xb3\xf1\xcf\xeb\x20\xba\x25\x88\xf8\x16\x61\xd3\x8a\xcb\xe0\xba\xcf\x6f\xb8\x83\x10\xfe\xde\xfb\x0e\x00\x77\xb8\x00\xb0\x69\x03\xe0\x11\x13\x00\x26\xd8\x00\xa0\xdf\x05\x40\x47\x1a\x80\xcf\x96\x00\xa8\xdf\x01\x80\xbe\x04\x00\xd5\x01\x00\x84\x9e\x03\x20\x7f\x86\xcb\x52\x00\x50\x5f\x85\x7b\x3f\xce\x7c\xde\x19\xb2\xd4\xa0\x87\x63\x58\x5d\x0f\x00\x26\x3d\x00\xd0\x4e\xfd\x73\x3f\x48\xcd\x99\x55\x30\xf9\x03\xee\xe8\x80\x69\x10\x22\x3b\xea\x8c\x88\xef\x4d\x63\x01\xb8\x89\x01\xf7\x75\x3c\x2f\x3c\x5b\xe5\x00\xe0\xaa\x03\xa0\x30\x05\x00\xcd\x38\x00\x32\xb7\x01\xe0\xf9\x09\x80\xa8\x36\x7c\xbe\x4e\xb2\x0d\x00\x4b\x09\x00\xce\xa2\xae\xb3\xb8\x41\xc1\x07\xc6\x7a\x8a\x25\x00\x4c\xb5\x01\x20\x8b\x38\xfb\x2e\x8c\xa8\x1b\x9e\xd7\x7b\x72\xce\x51\x38\xc2\x4a\x9d\xe3\x1f\x67\x3d\x98\xea\x28\xc0\xf4\x6c\xcb\x3f\xa8\x04\x40\x6c\x06\xae\x93\x09\x6b\x01\x40\x1c\x02\x00\x77\x28\x8c\xcb\xf8\xae\x01\x70\xb6\xe3\x39\xc5\x00\x30\x5b\x00\x80\x13\x05\x7e\x1e\x5c\x18\x70\x4f\x17\x17\x05\x00\x13\x21\x00\xb0\x23\xf2\x62\xe7\x38\xe4\xdc\xef\xa7\x23\xba\x06\x22\x97\x60\x7a\x8e\x7f\xec\x11\xdf\xeb\xe8\xc3\x78\x51\x08\x81\xda\xb9\xaf\x02\xf0\x78\x17\x00\xf6\x45\x00\xf0\xef\xc3\xef\xc6\x3e\xfb\x8f\x5a\x1e\x80\x33\x8b\x47\xd3\x08\xf7\x04\x53\xd6\x01\x10\xd1\x02\x63\xa5\xb3\xe7\x41\x47\x06\xc0\x82\x0f\x00\x9f\x11\xef\x20\x42\x43\xf8\xb9\xbc\x5f\xb0\xdc\xa4\x64\xc4\x6e\xc8\x84\xe9\x39\xfe\xb1\x84\xbb\xf8\x7e\xf3\xfb\x82\xaf\x60\x4a\xab\x0d\xc0\xb5\x56\x00\x28\xd6\x00\x40\xc7\x05\xe0\x0b\x37\x00\x54\xe9\x00\x10\x6a\x01\x20\x51\x0b\x63\x12\x73\x3d\x00\xde\xe3\x01\x10\xf3\x05\x80\x37\x66\x70\x7e\x0a\x45\x1f\x80\x0d\xdb\x3f\xe4\x41\x10\xef\x97\x4a\x43\xe0\x9c\x73\xbf\xeb\x8f\x38\xcd\xea\x8c\xd0\x97\x31\x62\x1e\xca\x08\xfd\xf0\x22\xf0\x09\xf1\x59\x2c\xc6\x0f\x00\x26\x37\x00\x4f\xa7\x60\x1d\x91\x54\x02\xf0\xf0\x08\x00\xd1\xb7\x00\xdc\x7f\x07\xbf\x8f\xeb\x2e\x3e\x5c\xe3\xbc\xa2\x0f\xe7\xa7\x2e\x4d\x00\xb0\xd9\x04\xc0\x85\xaf\x08\x1c\x82\xa0\x49\xd1\xb0\xdc\xbf\xe2\x1f\x4b\x84\x5e\x74\x10\x5e\x55\x5a\x18\xa6\x6c\x8e\x30\x25\x40\x58\xd7\x87\x6a\x00\xdc\x7c\x09\xc0\x0d\x6d\x00\x88\x10\x7f\x27\xc1\x07\x53\x9b\x7d\x98\xc6\x2f\xc2\xb4\x05\x36\xf4\x60\xf7\x2b\x4c\xa1\x9e\x31\x7e\x78\x1e\xe7\xf8\xc7\xfb\x32\x4c\x6d\x11\xf5\x5c\x7d\x44\x37\xa3\x7c\x12\x4c\x85\x11\xfd\x4b\xb4\x87\x30\xc5\x40\xe0\xf9\x3f\x5e\x44\x88\x39\x4b\x22\x2c\x9c\x2d\x22\x33\x71\x9e\x73\x3c\x3f\x49\xbd\x36\x84\x98\xc7\x1f\x70\x90\x1f\xa2\x5f\xdc\x01\x91\x0f\x33\x21\x80\xfb\xa2\xce\xf3\x60\x88\xa2\x02\x60\xde\xbb\x07\x69\x86\xf0\xe4\x01\x74\x37\x0f\x82\x5f\x21\xe2\xdd\xe7\xeb\x57\xa1\xfe\xca\x47\x9c\x9f\x21\x8f\x80\xa4\x28\x02\x79\xa6\xfb\x94\x70\x0b\xd6\x1d\xb6\x70\xe8\x44\xd7\x4d\x9c\x0a\x08\x6b\x5f\x5f\x9a\x62\xff\xfb\x3c\x5c\x1e\xc1\xf9\x2f\x63\x94\x4b\xd0\x5d\xa8\xe4\xde\x86\xbc\x92\x88\xfc\x4b\x68\x65\xb0\x91\xa1\x42\xfe\xe5\xab\x07\x26\x84\x1a\x50\x01\x3e\x02\xe1\x7f\x41\x68\xf2\xd3\x9b\x9b\xd0\x1e\x23\xd0\x26\x80\xfc\x1d\x2e\x12\x3f\x64\x03\xf1\xf0\x0d\x20\x3d\xe0\xa4\xc3\x79\x07\x4c\x94\x7c\x48\x6f\x6f\xc7\xfb\xa0\x93\x36\x6f\x85\x8e\xa0\x79\x3d\x85\xf2\x54\x26\xae\x30\x7a\x50\xaf\x45\x81\xee\x57\xda\x03\x13\xe2\xe2\x62\xff\x04\xf9\x7f\x2a\x40\x02\xf5\xdd\x62\xb6\xc2\xf8\xeb\x2e\x39\x3d\xc2\xcf\x7c\xaf\x83\x29\x93\xc1\x3d\x08\x29\xd2\x97\xe2\x41\xcf\x90\xfe\x88\x0b\xca\x4b\xd1\x8f\x6b\x40\x7d\x3a\xf4\x17\xe0\x4a\x0a\x1d\x5d\x06\x54\x49\xa3\xc1\x6f\x87\xfc\x0a\x45\xc8\x1a\x94\xf9\x21\x82\xce\x25\x6b\x49\x62\x43\xd5\x08\x19\x49\x38\x1f\xc6\xfd\x98\x1a\xea\xa6\xa1\x13\x65\x82\xf0\x1f\x01\x0a\x3b\x34\xee\xab\x56\x18\xdc\x5e\x24\x13\x42\x44\x5e\xa2\x88\x9d\x2c\xb4\xff\x00\x8a\x29\x84\xc8\x08\xa0\x6f\x84\xa8\x58\xfb\x21\x8a\xaf\x0c\x55\x46\x04\xef\x3a\x42\x79\x0f\x01\xda\x58\xa8\x0e\xc5\xe7\x06\xff\xa2\x2e\x8f\xf1\x14\xa4\x01\xf8\x0d\x7c\xbf\x1e\xc1\xf5\x41\xbe\x71\xb8\xcb\xf9\x07\x15\x0f\x84\xae\x49\x5c\x05\xa1\xce\x83\xf7\x2b\x70\x57\xc9\x43\x76\x69\xc4\x0e\x52\x40\x74\xde\x9d\xaf\xa0\x73\x3c\xa6\x52\x84\x0f\xbd\x51\x47\x59\x9e\x15\x42\x08\xaa\x12\xf0\x89\x38\x65\x3d\xf8\xcd\x04\x4a\x88\xda\xbc\x12\x80\x4f\x9c\xc9\x91\xc1\x27\xef\x65\x91\xf6\x1f\x00\x20\x2c\xcd\x07\xa1\x39\xce\x4a\x51\xc8\x52\xd2\x50\xca\x42\x1e\xe6\x1c\x87\xa1\x0a\xa8\x40\xfa\xb8\x0d\x34\x10\xe3\xeb\x23\x76\x90\xe9\x15\x98\x9e\xe3\x31\xc3\x50\x78\x2f\x1b\x37\x33\x9f\xc0\xdf\xcb\x42\x08\xcb\xb0\xc8\xe2\x2e\xfc\x19\xee\x9b\x36\x44\xcd\x85\x6c\x80\x9e\x6b\x27\xd4\x51\xa3\xab\xbe\x9a\x0a\x00\x17\xb5\x1c\xb4\xbb\xbe\x2b\xc3\xdd\xcd\x24\xd7\xd4\xa1\x79\x61\xf9\xc0\xb8\xe8\xa9\xb3\x21\xd4\xed\x74\xc9\xd3\x02\xb1\x2b\x6d\x10\xfd\x41\xe7\x78\xcc\xb9\xf8\x19\x34\x23\xc7\x66\x02\x08\xef\x39\x99\x30\x43\xbd\xa4\x8e\x7e\xd2\x50\x67\xa0\x43\x8a\x09\x94\x51\x73\x88\x80\x11\x8c\x83\x4f\x26\x64\x1b\x6c\x27\x9b\x21\xdb\x6d\x43\x36\xa7\x04\x00\xeb\x1d\x75\x5f\x78\x3d\xc2\xab\x9b\x10\x1b\xc6\x7f\xe8\x0a\x56\x10\x0e\x7a\xe4\x69\x87\x88\x24\xcf\xf1\x98\x37\xa2\x02\xf0\x3b\x1e\x43\x86\xf4\x1f\x98\x47\x00\xe3\x31\x32\x26\x18\x7f\x69\xc1\x95\x5f\x7f\x64\x03\xe8\x2c\x8d\xdf\x96\x27\x94\xd7\xf5\x19\x87\xeb\x97\xbe\x1e\x8d\x90\xa6\xbd\xf1\x26\xa1\x9d\x77\xe1\xc2\xc5\x8b\x97\x2e\x5d\xbe\x7c\xe5\xca\xd5\xab\xd7\xae\x5d\xbf\x7e\xe3\xc6\xcd\x9b\xb7\x6e\xdd\xbe\x7d\xe7\xce\xdd\xbb\xf7\xee\xdd\xbf\xff\xe0\x01\x12\xd2\xc3\x87\x8f\x1e\x3d\x7e\xfc\xe4\xc9\xd3\xa7\xcf\x9e\x21\x23\x3f\x7f\xfe\xe2\xc5\xcb\x97\xaf\x5e\xa1\xa0\xbc\x7e\x8d\x8a\xfa\xe6\xcd\xdb\xb7\x68\x68\xef\xde\xa1\xa3\xbf\x7f\xff\xe1\x03\x06\x06\x26\x26\x16\x16\x36\x36\x0e\x0e\x2e\x2e\x1e\xde\xc7\x8f\xf8\xf8\x04\x04\x84\x84\x9f\x3e\x7d\xfe\xfc\xe5\x0b\x11\xd1\xd7\xaf\xc4\xc4\x24\x24\xa4\xa4\xdf\xbe\x91\x91\x91\x93\x53\x50\x50\x52\x52\x51\x51\x53\xd3\xd0\xd0\xd2\xd2\xd1\xd1\xd3\x33\x30\x30\x32\x7e\xff\xce\xc4\xf4\xe3\x07\x33\x33\x0b\x0b\x2b\x2b\x1b\x1b\x3b\x3b\x07\x07\x27\x27\x17\x17\x37\x37\x0f\x0f\x2f\x2f\x1f\x1f\x3f\xbf\x80\x80\xa0\xa0\x90\x90\xb0\xb0\x88\x88\xa8\xa8\x98\x98\xb8\xb8\x84\x84\xa4\xa4\x94\x94\xb4\xb4\x8c\x8c\xac\xac\x9c\xdc\xcf\x9f\xbf\x7e\xc9\xcb\x2b\x28\x28\x2a\x2a\x29\x29\x2b\xab\xa8\xa8\xaa\xaa\xa9\xa9\xab\x6b\x68\x68\x6a\x6a\x69\x69\x6b\xeb\xe8\xe8\xea\xea\xe9\xe9\xeb\x1b\x18\x18\x1a\x1a\x19\x19\x1b\x9b\x98\x98\x9a\x9a\x99\x99\x9b\x5b\x58\x58\x5a\x5a\x59\x59\x5b\xdb\xd8\xd8\xda\xda\xd9\xd9\xdb\x3b\x38\x38\x3a\x3a\x39\x39\x3b\xbb\xb8\xb8\xba\xba\xb9\xb9\xbb\x7b\x78\x78\x7a\x7a\x79\x79\x7b\xfb\xf8\xf8\xfa\xfa\xf9\xf9\xfb\x07\x04\x04\x06\x06\x05\x05\x07\x87\x84\x84\x86\x86\x85\x85\x87\x47\x44\x44\x46\x46\x45\x45\x47\xc7\xc4\xc4\xc6\xc6\xc5\xc5\xc7\x27\x24\x24\x26\x26\x25\x25\x27\xa7\xa4\xa4\xa6\xa6\xa5\xa5\xa7\x67\x64\x64\x66\x66\x65\x65\x67\xe7\xe4\xe4\xe6\xe6\xe5\xe5\xe7\x17\x14\x14\x16\x16\x15\x15\x17\x97\x94\x94\x96\x96\x95\x95\x97\x57\x54\x54\x56\x56\x55\x55\x57\xd7\xd4\xd4\xd6\xd6\xd5\xd5\xd7\x37\x34\x34\x36\x36\x35\x35\x37\xb7\xb4\xb4\xb6\xb6\xb5\xb5\xb7\x77\x74\x74\x76\x76\x75\x75\x77\xf7\xf4\xf4\xf6\xf6\xf5\xf5\xf7\x0f\x0c\x0c\x0e\x0e\x0d\x0d\x0f\x8f\x8c\x8c\x8e\x8e\x8d\x8d\x8f\x4f\x4c\x4c\x4e\x4e\x4d\x4d\x4f\xcf\xcc\xcc\xce\xce\xcd\xcd\xcf\x2f\x2c\x2c\x2e\x2e\x2d\x2d\x2f\xaf\xac\xac\xae\xae\xad\xad\xaf\x6f\x6c\x6c\x6e\x6e\x6d\x6d\x6f\xef\xec\xec\xee\xee\xed\xed\xef\x1f\x1c\x1c\x1e\x1e\x1d\x1d\x1f\x9f\x40\x27\x4a\xff\x57\xff\xff\xab\xff\xff\xd5\xff\xff\xea\xff\x7f\xf5\xff\xff\x4d\xfd\x03\xa0\x2c\xa7\x05\x21\xed\x4b\x17\xde\x00\x70\x01\xfc\xf9\xfa\xa7\xcf\x17\x2f\x80\xdf\xbb\x7a\x4f\xff\xff\x71\x3d\x3f\xce\x3a\x71\x3b\xd9\xfa\x3f\xe6\xe3\x39\xa0\xdf\x61\xd8\x30\x59\xa5\x5d\x3a\x5c\x7a\xbf\x98\xbd\x7c\x6f\xd9\x78\xdd\x7e\xfb\xf2\x61\xe6\xff\x80\x57\x6f\x9f\x79\xd3\x7b\xc5\x66\x3e\x66\xaa\x60\x0c\x77\x24\x6a\xc8\x68\x30\xb5\xbf\x6b\x30\x70\x70\x78\x2c\x7b\xf6\xd9\xca\xb7\x83\xec\xff\xc8\xbd\xb3\x7f\x7f\x5d\x63\xe1\xc6\x64\xf2\xf0\x5a\x5f\x44\x57\x7e\x5b\x46\x33\x76\xe3\xbd\x86\x47\xf5\x8c\xf5\x06\xcd\xf7\x5b\x32\x7b\x9f\x8c\xef\xae\x89\x1c\x71\xfe\x1b\xfb\x21\xca\x46\xdf\xc2\xa3\xf1\xba\x81\xdd\x2e\xb4\xe6\xe6\xba\xfa\x4a\xde\x92\xf6\xc2\xfa\x82\xe3\x7c\x9c\x3c\xe1\x7c\xcf\xc2\xad\xb2\xb4\x3a\xea\x1e\xcf\xc9\x9e\x75\xf1\xd3\x89\x7f\xe2\xdf\xbd\xbf\x72\x6f\x1a\x79\xb0\xa1\xf3\x67\xd3\xeb\xaa\x82\xe2\xd8\xbc\xed\x4c\xc1\x14\xab\xc4\x4b\xf1\x5f\xe3\x90\x62\x31\xe2\x52\x12\x03\xd2\xbd\x8b\x09\x1b\xf2\x7b\x2b\x66\xee\x6e\xce\xfe\xc3\xf4\x65\x17\x6b\xc6\xbd\xfb\xae\x34\xb7\x57\xbf\x2f\x1e\xc8\x41\x49\x21\x8d\x27\x89\xf4\x0c\x09\x09\xbc\xe1\xe7\xe9\x9b\xec\x4b\xe2\x6b\x18\xd4\x17\x7d\x27\xe3\x5d\xd9\xa5\xe6\x5f\x83\x56\xf3\xdc\x7b\xf4\x7f\xe6\xdf\xe7\x5c\x8c\x1f\x53\xed\xfe\xd8\x48\x53\x66\x9b\xab\x9b\x5a\x16\xeb\x17\x76\xd5\x2f\xdf\xeb\xa7\xcb\xb2\x43\x98\x9d\xaf\xcd\xa1\x8d\x86\xc3\x3d\x97\x9b\xfe\x98\xb1\xcb\xd9\x2d\x15\xc6\x6d\x04\xa3\x7c\xcb\xee\x47\x8b\x7f\x94\xb0\xfe\x64\xa2\xb9\x47\xa6\xa1\xbc\xd4\x24\x2b\x27\x21\x33\xfc\xc8\xbf\xd7\xbd\xdc\xc1\xd5\xaa\xc8\x94\xcc\x60\x45\x2f\x45\xd7\x58\x67\x47\x5f\xdf\xdc\xd1\xd5\x3e\x68\x3d\xe1\x49\x3e\x7b\x2d\x51\x77\xe6\x94\xe2\x66\xe5\xef\xfc\x07\x99\x0b\x4c\x03\xc5\x4d\xb3\xa5\x8d\x59\x9a\xf1\xae\xa1\xcc\x3e\xf8\xce\x9a\x56\xbf\x8c\xa4\xb5\x45\xd5\x8a\x95\xc8\xe4\x59\x7f\x66\xc8\x5f\x52\x26\xd6\x9d\xb5\x7e\xe5\x51\x17\xb6\x9a\x2a\x5e\x9c\xda\x7c\x71\x48\x79\x31\xe9\x30\xe6\xb7\x67\xf0\x73\x72\xba\x73\xbe\x8a\x36\x67\x2d\x41\x32\x64\xd0\xeb\xb9\x7d\xa1\xd9\xa1\xee\xa9\x2a\xff\xcf\x6d\xc9\x53\x51\x42\xa1\x39\x81\x23\xa1\x5b\x12\xf7\x55\x9c\x0d\xc7\xec\xbd\x7c\xe3\x63\x6c\xb2\x09\xab\xb8\x3a\x0b\xa7\xf0\x37\xfb\xcf\x25\x6c\x68\x8d\x0e\xb7\x88\x14\xfb\xa7\x0c\x86\x27\xfb\xa0\x39\xa0\x9a\xec\xe9\xdc\x56\xec\x94\x0e\x16\xce\xe0\xa1\x60\x8f\x64\xf1\x62\x7e\xcc\xfa\x49\xe0\xaa\xdc\x03\x2d\x24\x73\x6c\x57\xad\x90\x1f\xc9\x4a\x45\xb3\xcd\xb4\xc3\xe8\xcb\xc6\xc7\xbe\xb0\x84\x35\xa5\x81\xc1\x86\x8f\xb9\x05\x71\x8d\x01\x68\xce\xe6\xa6\xc7\xda\xe2\x0a\x43\x92\x34\x02\x2f\xd8\x39\x18\x47\xa9\x23\x28\x70\x29\x54\x69\x93\x39\x64\x45\xab\x15\x7f\x18\xa0\xd9\xae\xf9\x7a\xc5\x52\xe7\xf0\xd4\x14\xf6\xde\x9b\xe5\xde\x0b\x82\x25\xac\x88\x0f\xf8\x54\xa3\x67\xfa\x45\x1a\x79\x12\xda\x08\xe9\x31\x2a\x8d\x49\xb6\xf2\x77\xb2\x51\xd3\x2b\x92\xf5\x13\xd1\x12\x6c\x13\xee\x90\xc5\x30\xc5\xf1\x25\xca\xe8\x68\xf8\x9a\xff\x72\x47\x0b\x4b\x4a\x67\x2f\xe7\xe8\x30\x98\xcc\xdb\xb2\x85\x25\xac\x6a\xf6\x9b\x57\x11\xa6\x1b\x84\xec\xbb\x04\x99\xbf\xd6\xa8\x91\x8d\x14\xdc\x61\x57\xa2\xf7\x24\xfb\xfe\xa9\x09\x47\xea\xbd\x29\x96\x00\x11\x21\xed\x3b\x8e\x0e\xf1\x87\x2a\x77\x8d\xb6\x9d\x92\x83\xdf\x27\x8f\x96\x88\xb6\x2a\x8d\xf9\xae\x2f\x21\xee\x82\xa4\x4f\xba\x7c\x22\xa9\x35\xd0\xd0\x21\xdc\x60\x40\x39\x40\xfc\x02\xf7\x97\xef\x74\x14\x66\x9f\x8b\xb0\x8f\xde\x95\xa2\x6e\xa3\x57\x12\x24\x50\xe2\xb1\x5e\x16\xce\x52\x88\x31\xb0\x75\x48\x0c\x48\x4a\x0c\x2f\xac\x69\x5a\x1a\x6e\x58\x7d\x82\x90\x20\xdc\x57\x53\x31\x18\xb8\xea\xb7\x67\x97\xa8\xd3\x2e\xcf\x23\x14\xc6\x46\x4b\x9b\xf4\x4d\x8e\xd0\x1b\xdb\xef\xc3\xe3\xf7\x6d\x18\x46\xf8\x24\x64\x69\xcc\xd7\x85\x1e\xc9\x53\xe9\x6d\xd8\xb5\xfa\xcb\xc7\xb7\x15\xf8\x35\x46\x0c\xbb\xaf\x14\xc0\x12\xb6\xf1\x87\x64\xb3\xf8\x93\x8c\xed\x6e\x69\xa6\x68\x35\xca\x51\xf2\x6b\xb2\xfe\xa4\x17\xa1\xe0\x24\x96\xf9\x2c\x83\xbf\xf9\x91\x07\xff\xf6\xa7\x26\x72\xc7\x1f\xc3\x42\x4f\xe4\xf1\xf5\xba\xec\xe6\xfc\x79\x13\x3e\x17\xd8\x35\x3d\x18\xf2\x5d\xa9\x3f\x2d\x3e\x93\x30\x7b\xaf\x35\x26\xf7\x71\xa8\x9b\x03\xba\x56\xbc\xc4\xa1\x24\x9a\x50\x05\x57\x35\x2b\xfd\x77\x16\xda\x27\x14\x1e\xa4\x86\x24\xcf\x49\xad\xbe\x59\xd1\x10\xb1\x24\x08\xb3\x2a\x7e\x35\xe8\x70\xc4\x09\x90\x4a\xb4\x29\x72\x6a\x46\x1d\x71\x5c\x4d\x84\xe7\xb0\x3c\xda\xb5\x51\xc4\x11\xdd\xe8\xac\xaa\xf7\x4d\xea\x93\x94\x84\x54\x83\x28\x9d\x80\x3a\x17\x32\xab\x2c\x93\x07\x03\x31\x1d\x26\x3d\x25\x03\x11\x53\x19\x97\x80\x98\x81\x8a\xb6\xb1\xb7\xb3\x72\x30\x7b\xca\xb3\x12\xf1\xd6\xa0\xb1\xdc\x0d\x67\x58\xc2\x56\xc9\xa0\x57\xa5\x40\xe2\x57\x4f\x1e\xa3\x7e\xb9\x2b\x8a\x19\x2a\xcf\x14\x18\xa5\x86\xc4\x84\x05\x96\x79\x4f\x39\x8b\x38\xbc\x39\xa3\xb9\x74\x78\x34\x85\x52\x64\xd0\xd5\x6b\x2c\xc6\xdd\x5b\xc3\xe7\xd2\x97\x2b\xbb\x3b\x96\x26\x47\xb6\x11\xf6\xea\xa8\x7e\x92\xb3\xfe\x34\xe3\x8a\x7f\x9a\xb9\xb6\x1a\x8b\x6e\x83\xa1\x87\xd6\xa8\xea\x37\x79\x47\x99\x5a\x49\x63\xd1\x75\x51\x3c\xd1\x18\xb1\x5d\xf1\x66\x99\x43\xa5\x01\xdd\x5e\xdb\x72\x9f\xca\x98\xb0\xdc\x57\xb5\xb1\xbd\x6c\x73\xaf\xf6\xf2\xce\xd7\xf5\x22\x75\xbb\x5f\xde\x74\x58\x86\x5d\xbd\xf1\x4b\x87\x16\x1b\x13\x0b\x29\xfd\x1d\xed\xdb\x6a\x87\x2a\x57\x15\x19\xe5\x1b\x15\xfc\x15\x7b\x95\x6f\xa8\x06\xea\xe8\x9b\xc9\x38\xf3\x05\x93\x26\x1c\x14\xbe\x6e\xf4\x1e\x32\x5c\xe6\x3d\x21\x3b\x97\xb0\xc5\xdd\x4f\x5d\x96\x16\x53\xe1\xc3\xea\x68\xee\xeb\xe4\x79\xdd\x59\xde\xf6\x83\xf9\xac\x71\x9f\x01\xad\x2e\xa9\x2e\xb3\xae\x8c\x5e\xa8\xc1\xb4\x51\xa3\x39\x97\xfd\xa6\x37\x7b\xc4\xdb\x74\x85\xf2\xec\xf6\xcc\x09\xdb\xf5\xef\xbf\xef\xef\x23\xb9\xf1\xef\x75\xc2\x69\xb1\xd1\x34\xd1\xb4\x51\xe5\x61\x6e\xfe\xb3\x9e\xfb\x2e\xa3\x0e\x05\x36\xa9\xd6\xb7\x2c\x7d\xad\x78\xac\xf9\xed\x5c\x1d\x70\x9c\x3f\x78\xbf\x0f\x32\x4e\xd0\xca\x45\xae\xfd\xd8\xcb\x3d\x73\xb4\xf3\x27\xab\x3d\xe7\xd3\xf2\xac\xb4\x24\xf3\x6d\xf4\xdd\x4c\xd2\x24\xa7\xd8\xc2\x48\xb1\x20\x33\x5f\x7a\xaf\x68\xf7\x1d\xb7\x45\x77\x3f\x4f\x7c\xef\xaf\xbe\x51\x81\x7c\xe1\x02\xb1\x66\x19\x8a\xc5\x92\x4d\x78\x43\x4a\x4b\x77\x8e\x78\xff\x28\x61\x35\x71\x60\xb0\xf5\x63\xa9\x7e\xe9\x58\xec\x8d\xbc\xb8\x6c\xb2\xb4\x9b\x09\x18\xd1\xe8\x61\x9a\xa1\x8c\xc1\x31\xa1\x82\xa1\x0b\x11\x6d\xd1\x71\xf1\x3d\xc9\x16\x59\xd7\x8a\xd7\x6b\xdb\x3b\x56\x47\x2d\x36\x64\xfe\x62\x69\x65\x16\x5a\x06\x45\x9b\x49\xca\x9c\x9b\x2d\x6a\xbf\x54\xdd\x2a\x3a\xce\x29\xca\xd4\x4d\xed\x4f\xdc\x49\x94\x4f\x7e\x9c\x6a\x9c\x9e\x97\xe5\x9f\x8b\x56\x7c\xb7\xbc\xa2\x76\xa0\x7d\x61\xf8\xee\xfc\xe9\xf6\xe8\x5f\xad\xf5\xee\xec\x5c\xce\xe0\x87\x16\xaf\xc1\xb7\x9d\x4d\xad\x5c\xf5\xe4\xd5\xa0\x62\xaf\x94\xa5\x50\xae\xa0\xa2\xb0\xbf\x78\xae\x0c\xb3\xc2\xb5\xa6\xa2\x09\xad\xed\x4a\x37\xc1\x08\xcf\x4c\xd8\xc6\x93\x93\xca\xbf\x4a\x38\x3d\xdd\x49\x9b\x67\x5a\x26\x6b\x8f\x98\x30\x1e\x0e\xed\xd5\xee\x7c\xd9\xd6\xd7\x64\xd1\xc0\xda\x50\xd1\x78\xb5\x09\xaf\xb5\xb7\x23\xa3\xbb\x75\xc0\x77\x54\x7f\xda\x62\xa1\x76\x0b\xff\xd8\xef\xef\xfc\xd0\x3c\xd2\x16\x35\xb6\x7f\xac\x06\x2f\x06\xcd\xf0\x8c\x05\x8c\x0c\x0d\x8c\x0d\xdc\x19\xa0\x19\x08\x1a\xc4\x1a\x45\x1f\x67\x9c\x26\x98\xdf\x58\xe1\xde\xb9\x78\xf4\xfa\x9f\xb9\xe1\xeb\x80\x05\xfa\xff\xc5\x2d\xc7\x75\x8f\x65\x9c\x05\xec\xb9\xfb\x73\xd6\x73\xba\x8b\x5b\x4b\x6c\x6b\x1d\x5b\x7d\x07\x1f\x4e\xee\xfc\x27\xee\xff\x37\xd7\xc9\x83\xc3\xfe\x83\xf8\xc3\xc7\x07\x79\x87\x49\xc7\xb6\xff\x27\x9c\x87\x26\x3b\xc3\x1b\xd4\xab\x9f\x17\xbb\x16\x8a\xe7\x51\xe6\x3a\xe6\x55\x17\x7a\x97\xc5\x36\x44\xf7\x90\xff\x3b\xef\x91\xd2\x36\xd2\x2a\xde\xa2\xc3\x0c\xea\x84\xc2\x88\xf5\x60\x60\x3f\x7a\x1f\x5f\xaf\x47\x2f\x49\x1f\xd9\xf0\x95\x89\xc1\x85\xc5\x3d\xa3\xff\x38\xf2\xdb\x4d\xf1\x25\xca\xe9\xe2\x91\x8e\x01\xbe\x6e\xe9\x36\x87\xa6\xf4\x86\x6f\x75\x74\x35\x9d\x35\x17\x6b\x3e\xd7\xe4\x36\xe1\x76\xb2\x8d\x62\xad\x38\x1f\x48\xfe\xcb\x1d\xb3\x6d\x4b\x2f\x91\x4d\xb7\x8d\xa0\xf7\x98\xb4\x8a\xd5\x5f\xa9\x32\x2a\xe3\x2d\x54\xc9\xa3\xcf\xa9\xcf\x36\xc8\x92\xce\xf6\xc9\xfb\x50\x98\x58\xad\xd7\xa9\x35\x36\xb0\xd2\x74\xac\xf6\x77\xfe\x63\xea\xb5\x5b\x73\x86\xa3\xa4\x3d\x0f\x5b\x4e\x6b\xe9\x4b\x4d\xf2\x6f\x65\x2d\xa7\x44\x26\xde\x8a\xbb\x15\xed\x1c\x95\x11\x19\x17\x85\x13\xd7\x9d\x42\x53\x60\x57\x13\xd5\x9d\x3a\x79\x75\xad\xf9\x24\xe3\x2f\xe3\x93\x6f\x5c\x9f\xb9\x3f\x84\xdc\x7e\x5a\xb7\x53\xf6\x2b\x6f\x3b\x9d\x29\x61\x24\x72\x3a\xd4\x32\x40\xc7\x57\xd8\x6b\xc0\x33\xc5\x73\xd2\xeb\xb9\x2f\x4e\xd8\xc7\x94\x81\xa2\x8b\xf5\x2b\x7d\xaf\x66\x49\xb6\x43\xfe\x2c\x61\x73\x7d\x06\x63\x40\xa4\xad\xaf\x5a\xb7\x70\x38\xa3\x31\xa1\x22\x42\x2a\x30\xd2\x6b\xc0\xed\x9b\x83\x99\xcd\x96\x55\xb6\x85\xb8\xc5\x25\xeb\x46\xfb\x1f\xde\x8b\x91\x16\x19\xcc\x25\x2e\xcd\xa2\x83\x8e\x0b\xaa\x7b\xd5\x7f\x78\xfa\x15\x4b\x6a\xc3\xc2\x6d\x3f\x2a\x4b\xf2\x72\x53\x9d\xa2\x43\x83\x62\xbc\x02\x9d\xb1\xac\x75\x4c\xe7\x0d\xb6\x75\xfd\xb5\x02\x35\xca\x34\x90\xb4\x35\x4d\xbe\x3a\x26\xf9\x05\xc4\x5e\xcd\xbe\x50\x59\xd0\x9e\x3f\x56\xbc\x26\x71\x3a\x79\x2e\x61\x57\x72\xba\xa4\x3b\xb0\xf6\x69\x7e\x49\x4a\x64\x64\x96\xbf\x88\x9b\x9a\xed\x45\xd3\x4c\x5d\x5f\x35\x75\x45\x8b\x9f\x1c\xb2\x46\x52\xb5\xd2\x6f\x7e\xe2\x68\xa9\x9a\x9d\xb8\x1e\x06\x39\x26\x36\x15\x3c\xad\x6b\xea\xbf\x3b\x3b\xba\xdb\xf5\xdb\x3d\x64\x8d\x8d\xb4\x5a\x94\x32\xa6\x2b\x46\x4b\xfb\x13\xb9\xf0\x5b\x11\x18\x1c\x6b\xbc\x54\x48\x95\x42\x16\x8d\x10\x28\xe4\xcd\xe2\x36\xe0\x99\x15\x99\x93\x8f\xd4\x43\xb5\xce\xf0\xfa\x18\x7e\x98\xd6\x52\x16\xdd\x9a\x34\x16\xbc\x96\x7e\x2e\x61\xd5\x67\xe8\x4d\xc3\x85\x7c\xf4\xf8\xd2\xa0\x17\xae\xd6\x96\x71\xfa\x3f\x54\x89\xe4\xca\x45\xf9\x79\x37\xd9\xea\x7f\xf0\xd0\xef\xd2\xdf\xfb\xae\xcd\x03\x24\xe2\x54\x4c\x8c\xcc\x1c\xdf\xf9\xcf\xc7\x93\xe6\xe3\xd5\x4b\xf7\xcb\xce\x9f\x1e\xfa\xc3\x12\x56\x30\xfa\xc7\xaa\x63\xb2\x41\xa4\x8a\x97\x88\x2d\x8e\x81\xab\xea\x47\x59\x1e\x61\x3c\x2e\x27\xa6\x55\x6a\x5b\xb2\x87\x24\x72\xc4\xf8\x14\x3e\xcc\xd2\x82\x6f\xe5\x9c\xb4\xd4\x2d\xfb\x3d\x91\x23\xb2\x32\x36\x2b\x28\x3b\x1a\x26\x1b\xb6\x92\x11\x12\x68\xfa\x2e\x54\xdc\x4b\xcb\x0f\x89\x74\xb9\x6f\x1a\xa3\xf9\x45\xee\xa5\xb0\x29\xa7\xd8\xf7\x47\x94\x14\x5f\xef\x7f\xb4\xc3\xee\xc7\xd9\x23\xd2\xa0\x43\xe6\x4c\x17\x37\x51\x79\x61\xcc\xed\xb4\x18\xa4\x97\xa4\x59\xcc\xd2\x7c\x34\x1a\xb4\x56\x05\x4b\x58\x1e\xec\x2d\x2c\xf7\x48\x69\x0c\x0c\xb3\x13\xd1\x1f\x50\x52\x17\x2b\xe2\xd6\x60\xba\x4f\x29\x4e\xf4\x06\xf7\x09\x7a\xc4\xeb\x55\xb4\x11\xfc\xbb\xe4\xc4\xcc\xea\x82\xed\xbf\xa6\xf5\x54\xec\x48\xfd\xbe\xc5\x13\x16\x18\x35\xfe\x1c\x92\x5b\x79\x73\x1a\x75\x26\x61\xcd\xb1\x57\xa3\xec\x63\xc2\x8c\xef\x8e\x75\xa0\xf6\xfe\xcf\x18\xc1\x78\x56\x52\xea\x8e\xaf\x15\x78\xa4\xe8\xaf\x5e\x51\x3c\x3b\x40\x19\xc5\x76\x21\xe1\x60\xd4\xe7\x93\x90\xcd\xd7\xce\xb2\x56\xf7\xf9\x19\x4b\x9b\x77\xa3\xae\x73\x80\x7e\xb1\xe7\x18\x42\x10\x6b\xb7\xfb\x91\xcb\xc3\x03\x66\xbc\x03\x2d\x5a\x34\x4a\xa4\xf2\xf9\xec\x18\xb7\xbf\xb5\x11\x36\x60\xdf\x7e\x27\x80\x8a\xfc\x3a\x07\xf5\x18\x33\xe4\xeb\x13\xfa\x1a\x5e\x6a\x19\x01\xad\x50\x2b\x33\x6f\xa6\x68\xf3\x5c\xde\xba\x8f\xfd\x02\x8b\xcf\x8e\xd6\xcf\x24\x6c\x71\xd5\x4d\x56\x7f\x08\x12\xb4\x45\x53\x67\x55\x0d\x12\x6f\xe1\xb5\xa5\xe3\x25\xe7\x21\xfa\x44\x10\x8e\xfb\x1d\xcb\x0c\xa3\x11\x53\x10\x97\xe6\x2b\x33\xc3\x17\x5e\x6e\x99\x62\xad\x60\xab\x62\xef\xb1\x18\x9c\xdc\xd8\xba\x6f\x03\x2f\x17\x9b\x8e\x55\xa0\x3d\x8d\xd7\xaa\x92\x57\x19\x4e\xe2\x20\xa1\xa9\x2a\xb6\xcd\x36\xce\xc1\xfb\x03\x89\xde\x84\x5a\x90\x8c\x8e\x18\xe3\x73\x27\xe1\xe2\x67\xd6\x2f\x1f\xc9\x72\xbf\xd3\xf1\x27\xcb\x15\xea\xe2\xda\xac\xfa\x34\xc5\x06\xe5\x15\xd6\xc7\x0e\xb4\x2d\x6d\x1f\xef\x41\x77\xa1\xdb\x1d\x56\x52\x12\xbd\xe0\xe2\xab\xfb\x53\x32\x91\xa5\x86\x8f\x8b\x67\x8b\x8b\x87\xb9\x95\x21\x8f\x66\x9a\x72\x83\xe2\x33\xa5\x01\x95\x09\x6d\x3e\x8b\x95\x90\xb9\x7c\x92\xc1\x37\x87\x4f\x01\xe4\x89\xc8\x45\x7c\x4d\x5c\xc3\x8d\x2b\xde\xa7\xd0\x1e\xdd\xae\x19\xa9\xaf\x66\x4f\x0c\xf2\xcc\x35\x4c\x92\xb1\xe7\xe9\x92\xda\x94\xba\x26\xbc\xc1\xaf\xc8\x65\xc8\xa6\xc8\x9c\xf9\xe3\x23\x73\x38\x0b\x60\xcd\xe4\x15\x11\x9f\x54\x71\x31\x7e\xe2\x6c\x17\xe2\x97\xdc\x52\xe2\xd6\xda\x36\xf6\x78\xbd\x1b\x61\x1b\x4c\xa7\xcd\x9a\xf0\x33\xde\x05\xb0\x9b\x03\xc5\x7a\x89\x4d\xb5\x1d\x95\xbb\x72\x8d\x52\x5e\x62\x7a\x42\xc8\xfc\xde\x7c\xf8\x7c\xd6\x02\xdb\x82\x79\x62\xc7\xb2\x76\x9a\xea\x16\xb9\x1e\x64\x11\x42\xe9\x7b\xe5\x2d\x1d\xed\x93\x6b\xdb\x9a\xe7\xeb\x7a\x09\xb7\x13\xb3\x80\x24\x6c\xc2\x46\x4d\xff\x91\x09\x99\xb1\xb4\x3e\x86\xa6\x8b\x8a\x86\xbc\xb6\x1c\xb3\x74\xa3\x94\xb5\xd4\xb6\x0c\xe7\xcf\x3b\xbf\xc2\x54\xc3\x0c\xd8\x6d\x42\x7c\x6e\xc6\x38\xe7\x64\xd7\x3e\xea\x1d\x9a\xcd\x3d\xc0\x3d\x97\xb0\xe5\x33\x98\x5f\x7e\x2d\xa6\xd9\x63\xc7\x76\xc2\x80\xc6\xbe\xdf\x86\xd1\x54\xc9\x40\x57\xe7\x8a\x66\xa0\xaa\xb7\xaa\xa8\xaa\x89\x7a\xa0\x66\x91\x36\xa5\x21\xaf\x45\x8d\xcb\x87\x80\xda\xc4\xcc\x02\xcb\x06\xe2\x41\xc1\xc5\x83\xa3\xdf\xbc\xef\x61\xed\x38\x45\x8d\x57\x72\x47\x04\xa9\x67\x9d\x9f\x8d\x4f\xa1\x27\x83\x43\xa8\x2d\xb3\x05\xa7\xa9\xb8\x11\xb7\x61\x9e\x91\x87\x09\xa1\x59\xb6\x65\xa6\x2d\xa9\x0b\xb2\xcf\xb3\x08\xac\x34\xc2\x92\xa5\xd6\xa9\x51\xde\xb5\xe7\x7f\xb4\x52\x73\x82\x4d\x1c\xc5\x68\xa9\x9f\xc3\x3c\x62\x4b\x23\xd5\x83\x46\xfd\x3d\xbd\xc2\x5d\x73\x1d\x5d\x1c\x3e\xd9\x4e\xdb\x37\x3a\xd2\x39\xeb\xbb\x4d\x78\xd7\xfb\xb7\x84\x7f\x4a\xcc\xc9\x95\xa8\x8c\xed\x7c\x3a\x75\x63\x2b\xe8\x8f\x12\x96\xbb\xfa\x3c\x1b\x13\x8a\x1e\xa5\xd8\x47\x38\xa4\xb7\x27\x3f\x8b\x1e\x8d\x70\x0a\x5e\xf6\x37\xf2\xf1\xf6\x6e\xf7\xc5\xf0\x6f\x0a\xbc\x13\xe2\x18\x41\x1b\x93\x96\x5c\x96\xed\x54\xf6\xae\xa9\x6e\xa0\x74\xb6\x69\x5f\xe4\x8f\x12\xb6\xc4\xe6\x44\xfa\x40\x7d\x45\x91\x75\xd5\xc3\x52\xcf\x3c\xa9\xcc\xdd\x54\xde\x84\x96\xb8\xca\x68\xfb\xa8\xf1\xe8\x8d\x18\xaf\xf8\x8f\x49\x5b\x19\xec\x39\x21\x05\x7b\x15\xaf\xeb\x3d\xbb\x9f\x8f\x6f\xaf\xa4\x1c\x73\xff\xd9\xda\x6e\xd9\x4f\xa3\xf4\x8a\x37\xb8\x96\xa4\x36\x49\xd7\x4c\x96\x97\x15\x6b\xe6\x27\xe5\xdc\xc9\xf4\xcd\x2c\xc9\x76\xcd\x51\xcd\x47\x2e\x7a\x53\xf6\xad\x7a\xab\xa1\xa0\xfd\x59\xaf\xcd\xc4\xad\x05\xe9\x5d\x9d\xbf\x7a\x8c\xd3\xd3\x4d\x9c\xe9\xa2\xfe\xf7\xcd\x9e\x7d\xa7\x5d\x03\x6d\x0f\x9a\xd8\xea\x6c\xab\x6e\x56\xc4\x96\x7f\xaa\x28\xaa\xdc\xae\xed\x6a\xcc\x6b\x71\xed\x6a\x1f\xa4\x1a\x6f\x98\x1b\x5d\x93\xfe\x1d\x8b\xfe\x65\x1e\xe4\xb3\x29\x43\xdf\xe6\x44\x26\x7a\x86\x39\x07\x78\x7b\xc9\x3b\x31\x3b\xde\xb5\x3f\x6c\x57\xec\xa2\xec\xa9\xe8\x3f\x18\x19\x98\xba\xb6\x70\x73\x8d\x63\x8f\xf8\x54\xf7\x9f\xf9\xe1\x6b\xd1\x6c\xeb\xd2\x06\xc5\xd2\xde\x6c\xcd\xf4\xe1\xe4\xdb\xf1\x9b\xe3\xc7\x13\xad\x13\xcd\x33\x4c\x0b\xa2\xcb\x9b\x5b\xca\x7b\xae\xa7\x89\xff\x89\xfb\xff\xfe\x75\xc2\x73\x70\xb2\xcf\xb0\x17\xb9\xbb\xb4\xf7\x72\x2f\xe6\x40\xe9\x54\xeb\x7f\xca\x79\x54\xb2\xa7\xb5\x45\xb0\x5a\xb3\xb4\x37\xc7\x39\x17\x36\x63\x39\xd3\x3b\x23\x38\x97\x32\x2f\xb5\x52\xbe\x43\xf3\x5f\x47\xa5\xd8\xe3\xd9\x60\x5a\x5c\x9f\x15\x9c\xbc\x3f\x6a\x39\x78\xb7\x4f\xac\xa7\xb1\x3b\xb9\x2b\xab\x8b\xa3\x07\xb5\x8f\x65\xb4\x68\xce\x7a\x4f\xe8\xdf\xb9\x8f\x5f\x6e\x35\x2c\x2f\xcc\x46\x8f\x53\x0e\x86\x74\x87\x75\x60\x37\x7b\xd7\xe7\xd4\x5e\xae\x46\xab\xd4\xab\xb4\xa8\x1c\xae\x66\xad\x5f\x6f\xc3\x1a\xd6\x5f\x50\xd8\x7f\xfe\xcf\xfc\x7b\x5a\x2b\xc3\xb3\xd5\x63\x4a\xfd\x84\x1d\x48\x8d\xae\xd5\x44\xe5\xbe\xc5\x1c\xf9\x3c\xd9\xf8\x99\x2b\x99\x97\xd2\x66\xd3\xc3\xb3\x18\x73\x0f\xab\xb5\xdb\xc7\xc6\xca\x97\x92\xf7\xd2\xfe\xce\xbf\xd3\xb1\x68\x33\xc1\x33\x80\xdf\x2e\x5b\xd7\x57\xa1\x5d\x44\x91\xf3\x23\x4d\x22\xe9\x59\x2c\x4f\xf4\x52\xc4\xd3\x70\xeb\xb0\xd9\xf0\x82\x48\xc5\x84\xd1\xbc\xaa\xea\xde\xce\x98\xd1\xf0\x65\xcb\xc3\xb9\xbf\x8c\xcf\xb4\x10\x3e\x86\xd1\xfd\xa5\xa9\xa0\x32\xba\xd0\x31\x4b\x2f\xc9\x27\x66\x35\x0c\x3b\x90\xd7\x77\xcf\xeb\x91\xfb\x0b\x37\x6f\xb7\x5c\xb7\x5a\x2f\xdd\x10\x96\x24\xd6\x7c\x8b\xda\xe4\xee\xbc\x89\xb6\x8d\xbf\xac\xe9\xd5\x97\x13\x1c\x9d\xa9\x75\xfd\xa5\x01\xd9\xc7\xc9\x94\xd1\x38\x21\x04\xbe\xc4\x6e\x2c\x8e\x31\xb6\x5f\x2c\xfb\xcc\x32\x4d\xb7\x8d\x4f\xcc\xf6\xac\x63\x3d\xa2\xc3\xed\x52\x51\x0b\xcd\x1a\x2f\xf4\xeb\xcc\xba\xec\xe0\xfd\xce\xbf\x1f\x32\x7b\xd2\x67\xdd\xd0\x5e\xb2\x9b\x65\x11\x2f\x19\xf6\xc4\x0f\xcd\xed\xbd\xed\xb1\xb9\xaf\x41\x9f\xae\xa1\x66\xa2\x5a\x96\xea\xb2\x4a\x83\xc6\x4f\x83\x54\x87\xdb\x3e\x32\x91\x02\x19\x3c\xa5\xf1\x2d\xb9\xc3\xb1\xcb\x4c\xc7\x3f\xce\x25\x6c\xb9\x4c\x48\xb4\x75\x57\x88\x65\x5f\x8d\x4b\x0d\x3e\xf5\xec\x75\x50\xb3\x08\x30\x68\xd4\x34\x52\x0a\xf9\xf5\x59\x3a\x5d\x12\x57\x3c\x4c\xfc\x81\xd4\xa2\xda\xa8\x71\x8e\x93\x9d\xbf\x7b\xac\x69\x8e\x7e\xd5\x46\xb7\xe5\x54\xd1\xd6\x6f\x68\x6c\xed\xd1\x50\x61\x63\x7d\xe1\xc3\x24\x8c\x50\x5e\x8f\x43\x3b\x31\x93\x27\xda\x59\xca\xdd\xb2\xc7\x62\x63\x02\x2a\x3c\xf1\x9c\x7a\xec\x14\x1c\xae\x02\xab\x72\x3c\x5a\x2a\xe6\x31\xae\xed\x21\xa5\xc9\x5d\x45\xf8\xcd\xc2\x43\x8b\xcb\x28\xc7\x26\xb0\x84\x65\xfb\xfe\x2f\xd5\x07\x39\x77\xa3\x16\x7c\x28\xec\xd1\x8c\x4f\x35\x1a\xe5\x2b\x25\x84\x04\x3a\x38\x89\x7e\xbc\x61\xf0\xa2\x71\xa3\x22\xa5\xfd\xc8\x81\x2b\xc2\xa4\xf0\x43\xcf\xc1\xe6\xc8\xe7\x41\x74\x54\x36\x4d\x35\x6f\xf7\xcc\xcc\xfe\x0e\xc2\x5f\x2c\x14\xf5\xf8\x57\x48\xa5\xf6\x84\x2c\xba\xb4\x99\x13\x68\xe3\xfd\x32\x13\x53\xe0\xbd\xce\xfa\x96\x2e\x8f\x6c\xe1\x2b\xe7\xa7\x5c\xc2\x6d\xd2\x5f\x0c\xed\x3c\x74\x52\x68\x6a\xb8\xa6\xec\x2e\xc9\x21\x18\x29\x22\xa5\xd4\xad\x8c\x63\x12\x6b\x87\xb0\x84\x45\xf1\xee\xae\x32\xa5\xa4\xc3\x80\x36\x7b\x7e\x7d\x6f\x25\x2a\x09\x46\x9e\x12\xe6\x67\x34\x6f\x48\xf0\xf0\x8b\x30\xad\xd0\x0f\xde\x13\x12\xbc\xa6\x68\x61\xb1\x15\x4a\x95\x17\xd5\xdb\xb7\x33\xf6\x7b\x1d\x17\x9c\x2f\xdd\x88\x33\x18\xb6\x54\x7f\xa2\x70\x26\x61\xe9\xa8\xfb\x76\xc9\x54\xc2\xb2\xb7\x90\xb5\xa4\x96\xb3\x9c\x90\x40\x19\xcb\x00\x0d\x3e\xb1\xe2\x47\xcd\xf7\x6e\x28\xb3\xc8\x15\xaf\x48\xb0\xb2\xbe\xba\xd3\x2f\xf3\x74\xca\xf8\x69\x2e\x5b\x36\x7a\x39\x45\x93\xe7\x90\xd6\x56\xf6\x0d\xce\xcf\x1f\x42\x68\x6c\xed\x65\xcf\x93\xb2\xb9\x58\x0a\xcf\x00\x0b\x3f\x35\x5d\x49\x27\xee\x19\x06\x61\xd2\x5c\xfc\xbe\x0f\x52\x28\x32\x4f\xae\x3e\xb8\xf4\xec\x19\x7a\xc7\xa7\x5a\x1a\x54\x4e\x43\x49\x0b\xb5\x29\x73\x46\xf7\x93\x48\xb2\x2c\xcb\x6a\xe7\x5e\xb4\xb9\xe2\x7d\x57\x68\x3d\xc5\xf7\x7d\x4f\x21\x4c\x7a\x64\xb1\x65\x9a\xaa\xe6\x28\x86\xc4\xb6\x4f\xcd\xfc\x85\x07\x1b\x13\x4d\xec\x65\x2d\xf2\xf3\x67\xca\xcf\x51\xd1\x42\x08\x76\xa9\xe6\x39\x32\xc4\x57\xd5\xa8\xcd\x8c\xdd\x7d\x22\x98\x33\x9f\x57\xe1\xf6\xa0\xcc\x06\xec\xb3\x42\x7b\xe2\x60\x28\x2b\xd3\x3a\x30\xdc\x3a\x40\x55\x49\x68\x5b\x58\x94\x25\x9c\x2a\xec\x73\x06\x9e\x04\x66\xc9\x7b\x2e\x34\xf6\xb7\x2f\xd0\x5e\x7d\x40\x22\xf4\xa5\x16\xe2\x28\x95\x7c\xa8\xd6\x68\xfe\xca\x7d\x2c\x42\x38\xb3\xa7\x1a\xa3\xe7\x64\xa6\x73\x6f\xe6\x4c\xc2\x61\x69\x5b\x74\xfe\xf5\x30\x7d\x7b\x2a\x75\x7d\x91\x5f\xdf\x03\x98\x98\x69\x54\xc9\xc9\x49\x7a\x3e\x27\x12\x20\xe3\x96\xe1\xc8\xe3\x7a\x7e\xe4\x23\x12\xa2\xfd\xca\xf5\x49\x0a\x45\x83\xcb\xf2\xb2\xe7\x52\x94\x6b\x76\x65\x0d\x59\x6f\xea\x3c\xeb\xc1\x7d\x58\x1b\x3d\x14\x25\x43\x31\x0e\x2e\x36\xda\xe1\x12\x77\xbf\x67\xb2\x98\xb2\x32\x32\xd1\xd2\x61\x53\x3e\x25\xa3\x24\x9e\xff\x6a\xf9\x75\x8a\x24\x82\xbc\x8b\x11\x8b\xf7\x95\xac\x82\xd6\x98\xd5\x92\xb7\x5b\xcc\x8d\x5c\xa1\x3a\xcb\xfe\xd5\xc5\x0b\x47\x50\xa4\xb1\xb7\x32\x72\x5c\x13\x95\x14\xee\xd1\x66\x78\x51\xea\x22\xbb\x87\x80\x96\x50\x33\xf7\x29\x9b\x37\xd3\x00\x63\x1e\xad\x27\x4d\x1a\xed\x2a\x7d\x2d\x23\x11\x6b\x9d\xe0\xd5\x5f\x40\x8f\xd0\xce\xc8\x5f\x20\x3e\xa9\xc0\xb2\xd1\x62\x68\x67\xe5\xde\xa9\x04\x64\xd9\x3a\x66\xbf\x37\x6d\x64\xea\xf8\x3b\x9a\xe9\xfc\xcc\x10\x91\xfc\xb5\x24\xd3\x2c\x96\x2c\x98\xc2\xeb\xc9\x45\xc4\x2e\xc4\x56\xc1\xce\xc1\xc1\xc9\x95\xc6\x67\x22\xce\xaa\x84\x6d\xa0\xe8\xd0\x1d\x74\x35\x19\xbd\xf8\x55\x73\xfc\x68\xf8\x1a\xd3\xf9\xce\x58\x21\xea\x74\xca\x53\x0f\x89\xb6\x7a\xaa\xad\x29\x1f\xa8\x25\xae\x26\xa7\x20\x2d\x77\x5f\xf2\x9a\xa8\x85\xb0\x88\xe0\x84\xd0\xac\x48\x86\x58\x8d\x54\xdf\x2f\x3d\xf5\x65\x33\x7e\xd7\xab\xa1\xee\xa9\x4b\xe5\x1d\x1d\xb6\x13\x5f\xb7\x7f\xcb\x94\x6e\xe5\x0c\x30\x97\x3e\x8c\x74\x76\x3d\xb6\xec\xd4\x1e\x33\xf7\x33\xd2\xd6\x4d\xd7\xbc\xa3\x1c\xa8\xc0\x2b\xd7\x29\x97\x21\x37\xfb\x2b\x57\x71\x48\xd5\x58\x73\xdc\x80\xdb\xc6\xc9\x73\x26\x22\x2e\x73\xb4\x2a\xb8\x7b\x7b\xda\x70\xd7\xfe\x5c\xc2\x21\xcd\x28\xa8\x42\x4d\xe4\x0c\xa5\x70\x9d\xb3\x18\xd3\xd5\xb0\x2f\xb5\x7e\x66\xfa\xc6\xc0\x49\xc7\x55\xf3\x97\x46\xa2\x66\xb2\x76\x95\x9e\x86\x51\xbc\x59\xb9\xf5\xb1\x2b\x5b\x80\x6e\xdc\xe7\xec\xc7\xb5\xb7\xfa\xf0\xe6\xa3\x0f\x4c\x7f\xb7\x32\xd3\xaf\xeb\x74\x0a\x7a\x12\x7f\x05\xdf\x75\x53\x0b\xbc\xe5\x53\xe6\x46\xee\x18\x6f\x3b\x6e\xc5\x6b\xd6\x6c\x3a\x63\xb6\x65\xb9\x65\xf3\xd5\xe1\xb9\x8b\xa4\x67\x4b\x00\x76\x44\x4e\x2a\x57\x71\x42\x63\xfb\xc0\xe1\xf2\xa3\xe3\x3f\x78\xc0\x85\x84\x1e\x8f\xda\xbe\x3c\xad\x84\xc6\x10\x9a\xb8\xf8\x08\xd5\xe0\x5d\x3f\x3a\xef\x6c\x8f\xa7\xae\x86\x2e\x3e\x6e\x97\xdd\x79\xbc\xbe\xfb\x61\x07\xee\x45\x98\xc5\x5a\xa5\x34\xe4\xf5\x55\x7a\xb7\x97\x8d\xe6\xaf\x92\xff\xd1\x52\x6e\xf8\x4e\x79\x76\xb9\xd6\x10\xe7\x75\x16\x74\x85\x3f\x49\xf3\x4e\xfc\x18\xcb\x16\x31\x1e\x8a\x1a\x5c\x18\x44\x1a\xb4\x13\xda\x17\x49\x16\x4b\x94\xa8\x96\x8e\x9c\xeb\x5e\x94\x50\xbd\xd1\xfa\x78\x40\x6a\xee\xfb\x8e\xd4\x9f\xad\xed\xda\xce\xc4\x8b\x2e\xbc\x9a\x9e\x82\xb1\xaa\xbe\x52\x8a\x7c\xf4\xac\x97\x69\xba\x29\x69\x89\x99\x09\xef\x93\xae\xa4\x10\xa6\x87\x67\x27\x16\xdc\x2c\xbb\x51\x53\xd4\x1c\xda\xf3\x7c\x98\x79\xba\x78\xfd\xc3\xe9\xc7\x3f\x4b\x38\xf9\xbc\xda\x3f\x71\xbb\xdb\xac\x47\xa7\x23\xab\xc9\xb5\x56\xa4\x42\xa0\x8c\xbb\xb0\xa6\xd0\xbb\xf0\x49\x21\x79\xc9\x83\xb2\xc2\xaa\x92\xba\x9e\x16\xb7\x9e\xb0\xa1\xb2\x49\xd1\xc5\xbd\x6d\xc9\x53\xb6\xd3\xbf\x5d\xc7\x93\x6b\x8e\x93\xb3\x7d\x9f\x9a\xb7\x07\xf5\x7a\xaf\x74\xa0\x37\xed\x35\x1e\x36\x60\xd4\x37\x37\xbc\x6b\xae\x68\xfd\xde\x45\xde\x37\x32\xfa\x7a\xaa\x7f\xe9\xd2\xe6\xf4\x61\xf3\xdf\xb9\x11\x17\xd1\xc6\xc2\xec\xe8\x22\xf3\xcc\xe4\x94\xf2\xc4\xe3\x11\xfd\xc1\xa2\x01\xe9\xc1\x8b\x03\xe3\x43\x6a\x23\xcd\x53\x4f\xe6\x22\x97\x75\xb7\x2d\x0e\x2d\xfe\x95\xfb\xff\xc1\x75\x92\x78\x18\xb3\xcf\xb4\xeb\xb4\x2d\xb0\x4d\xb4\xdd\xb4\xb3\xb0\x97\x72\xf4\xf3\x7f\xc6\x79\x9c\xb8\x67\xb3\xd5\xb5\xfe\x72\xf9\xc7\xc2\xcb\xd9\xa4\xe9\xca\xa9\xdb\xd3\xa8\x93\x33\x53\xf3\x33\xc3\x4b\xeb\x5b\x6b\xff\x85\xd9\x70\x3f\x73\x63\x63\x29\x68\x4e\x73\xd2\x72\xec\xc9\xd0\x9d\xbe\x91\x1e\xbd\x2e\xf1\x4e\xc5\xf6\xa3\x0e\xcb\xce\xf6\x9e\xc6\xa1\x98\xf9\x97\xdb\x04\xff\xce\xbe\xcb\xb2\xba\xbe\xf0\x6a\x92\x6b\x78\xbb\x37\xbe\xc3\xa8\x35\xb1\xd1\xbf\x66\xaf\x2a\xa1\x92\xba\xbc\xa3\x3c\xba\x8c\xa3\xfc\x6d\x8d\x6b\x1b\xf7\x90\xf2\x9c\xeb\x36\xcb\x3f\x71\x1f\xe2\x6e\x7e\x9c\x53\x9f\xc0\x1b\xbc\xd0\x15\xd8\x5c\x5e\xf7\xad\x92\xb7\xb8\xa8\x80\x26\xa7\x31\x33\x2f\xcd\x2d\xf5\x38\xe5\x28\x35\x22\x35\x20\xbb\xbf\x52\xb1\x2d\x65\xf8\xca\x82\xd3\x5e\xef\xdf\x9e\x99\xde\x5a\xfc\xac\xe7\x10\x63\x67\x40\x93\x69\x75\x6b\xc9\xa7\xbc\xa3\x8c\xa8\x64\xa1\xf8\xf2\xa8\xc9\xc8\xb7\x61\x6f\x42\x92\x42\x6e\x87\x3c\x08\xa7\x88\x57\xca\x09\xaf\xe4\x68\xdb\x1c\x6e\x5f\x4c\xdc\x67\xf8\xb3\x84\xcd\xee\x99\x0f\x03\x11\xad\x02\x35\x51\x25\xef\x72\x7e\xa6\x7a\xc6\x53\x46\x36\x04\xb9\xf8\xed\x78\x71\xb8\xcb\x3b\xa7\x3a\x47\x39\xb3\x39\xa7\x78\xbc\x0d\xd4\x48\x70\xcb\x3d\xaa\xe6\xe8\xc8\x1b\x9d\x5b\x35\x38\xfe\xc3\xbd\x1c\x3f\x59\x54\x1f\xa2\x6f\xe5\xae\x7c\x96\x9f\x9f\x26\x11\xe7\x15\x96\xe7\x7f\xe0\x59\xec\xc2\x66\x67\x63\x45\x63\x96\x67\x9c\x65\x54\x67\x38\x60\x3c\x68\x99\xe3\xde\x12\x72\x9c\x98\x50\x80\x5f\xb3\xd4\x3d\x3b\x95\xb4\xf9\x87\xe8\x62\x47\x60\xea\x75\x97\x58\x95\x7b\x5e\x4a\xca\xbb\xa8\x87\x01\x3d\x1e\xd6\x8e\x5e\xd6\x48\x26\x57\xf5\x68\xb4\x5c\xd4\xae\x2b\xcf\x29\x36\x2b\x92\x28\x5b\xeb\xfa\x59\xbf\xf0\xbc\x18\x36\x99\xe2\x51\x54\xdb\xe8\x37\x10\xbd\xa0\xb0\xe7\x76\x2e\x61\xad\x6f\xc4\xa9\x49\xb3\xa8\x26\xf5\x4d\x44\xb1\x6f\xb0\x0b\x9a\xb5\xa1\x31\xb9\x0e\x8e\x6a\xb2\xbc\x96\x0c\x87\x84\x92\xe8\x4f\xe1\x9f\xc2\x5a\xe2\xd7\x95\x15\x0d\x28\xec\xcc\xbd\xf3\xa3\x2c\x33\x15\xca\x4f\xdb\x75\x27\xb0\xd6\x05\xce\x25\x2c\xcb\xf6\x7b\xd4\x9e\x64\x3f\x89\xe9\xf0\x73\x72\xc6\xb6\x48\xd5\xeb\x55\x4b\xfb\x25\x26\xc9\x2f\xf4\x96\x07\x99\xc3\x86\x85\x81\x39\x93\x85\x86\x97\x4b\x2a\x40\x9d\xcb\x78\xde\xb1\x37\x70\x3d\xe1\x5e\xfe\xad\x7a\xac\xfe\xaf\xf3\x2e\x07\x44\xb0\x84\xc5\xf6\x1e\xac\x0a\x96\x34\xbc\x50\x01\x37\x24\x8b\x56\x5d\x73\x65\x27\x99\xcb\xc2\xa7\x3c\xf7\x59\xaa\xe9\x2b\xa8\x32\x29\x84\xbf\xed\x52\xdc\x62\x96\x14\x50\x91\xdb\xd0\x72\xb7\x18\xf7\xa0\x8e\x60\xcf\xb8\x56\xde\xdb\x61\x3f\x79\x6d\xeb\x21\x2c\x61\xe1\xb4\x43\xb0\xd4\x3c\x31\x37\xe0\x93\xfd\x90\x21\x9f\x72\x8d\x34\xbd\x00\x19\x7b\x1a\xc3\x09\xa5\x08\xb1\x00\xc1\x0e\xde\x45\xdc\xce\x2f\x95\x34\x81\xec\xd3\xa2\x9d\x4a\x58\x86\x32\x8e\x57\x02\xfc\x13\xd2\x0b\x05\x9b\x04\x86\xde\xae\x74\x9d\xc6\x42\x73\x50\xec\x0a\x2d\x7e\x19\xfb\xc0\x3b\xc3\x5a\x4a\xeb\x83\x6c\x80\x10\x26\x5b\x18\x5d\xd6\xb7\xaa\x4f\x72\xd8\xfa\xef\x38\x51\xab\x50\x7b\x71\xf8\x48\x6f\x32\x66\xf3\x11\xcb\x72\x6b\xf5\x58\x7d\xf6\x52\x8a\xa6\xc8\x79\x52\x33\xd3\xdb\x39\x5f\x77\x08\xc5\x2a\x8b\xa6\x5d\x36\x25\xf7\x62\x99\xbd\x24\x4d\xe7\x54\xc3\x25\x74\xb9\x7c\x19\x28\xbe\x39\x13\x4c\x63\xe4\xa0\xfe\x40\x7e\xf6\x90\xf5\xe9\x08\x3a\x3d\x61\x2d\xf5\x4d\x0e\x6f\xf1\x36\x55\x5d\xd3\x6d\x37\xed\xf0\xf7\x19\xdb\x95\x4f\xbb\x6a\x66\x4a\xf7\xec\xce\x24\xac\x14\x77\xa5\x97\x24\x78\xf7\x7a\x28\x1b\x8e\x2b\x68\x09\x73\xb0\xac\x52\xbd\xfd\x8c\x81\x99\x89\x6a\xf9\x34\xe0\x1e\xfd\x8d\xbb\x48\xd4\xa8\xa4\x78\x25\xe4\xce\x2c\x9d\xa2\xe8\xca\x8c\xc6\x56\x2e\xaa\xa1\xcf\xd3\xae\x96\xf7\x76\xd2\x4c\x4b\xef\x40\x39\xdb\x75\xa2\x01\x95\x32\xfe\xd8\x06\x73\x4d\x83\x18\xb9\x62\x7e\x8f\xef\x7a\xdf\x8e\x3e\x3e\x40\x9b\x7c\xde\xf6\x28\xf8\xc1\xf4\xfd\x29\xa4\x83\x57\x83\x38\x53\x64\x32\x2c\x9f\x85\x75\x94\x30\x8c\xac\x9d\x59\x43\x70\x52\xf5\xca\x3f\xb4\x4f\x4d\x61\xef\x4c\x9d\x49\xd8\xbb\x31\xe4\x91\x29\x12\x78\x62\x39\xaf\xdc\xc5\xdf\x42\x67\x4e\x77\x9d\x18\x03\x7b\xeb\x3d\xd9\xdb\xeb\x28\x42\xcf\x57\x9f\xdf\x7d\x11\x8d\x1a\x8a\xa3\x4c\xe6\xcd\xbc\x2d\x5c\xae\x98\x60\xcc\xea\x72\x2b\xf4\x73\x6a\x59\xb9\x6f\xe7\xde\x14\xeb\x0e\x14\xbb\x1f\xb5\x4f\x78\xe7\xfe\x08\xd5\xb4\xcd\x54\xfd\xce\x9f\x4e\xab\xff\xe9\xc1\x57\xdb\x2f\x8f\xf0\x23\xb0\x47\x30\x0a\xd1\xf5\xd1\xca\xd1\x5d\x3e\x8c\xe2\x15\x91\x55\xb1\x92\x8a\x98\x2b\x33\x99\x7c\x75\x59\x0c\x5d\x48\x4f\xac\xb0\xec\x42\x99\x1a\xdc\xed\x80\xee\xc2\xb1\x17\xab\x24\x37\x9a\xc5\x89\x4b\xb3\x58\xf8\x36\x1d\x05\x91\x2d\xf5\x3e\xd5\x6d\x52\xf7\x2f\x07\x84\xaa\xf8\x0c\x78\x9a\x1f\xa3\x08\x1f\x11\xf1\x50\xbe\x65\x9d\x14\xb7\x52\xc5\x34\x7b\xe9\xe6\x14\x71\x2f\x73\xaa\x4a\xa5\x7b\x63\x66\x62\x9f\x19\xba\x0b\xad\x91\x9b\x55\x0c\x89\xe2\xee\xdf\xf5\x5e\x8b\x07\xfe\x68\x62\x93\x65\x15\xff\x61\xc5\x20\x44\x75\x44\x9e\xfe\x4d\x9c\x24\x88\x74\x80\x9c\x89\xd2\x8b\x41\x88\xab\x52\xb2\x40\xfd\xa5\x45\x92\x17\x53\x24\x5d\x56\x49\x0d\x49\x6f\xd5\x1c\xed\x21\x9c\x63\x34\x9d\x4e\x6e\x38\x4a\x53\xf7\x51\x30\x46\x97\x79\x2c\xc0\x2a\xc2\x2f\x68\xcc\x6b\xc2\x79\x97\xd9\xe8\x7b\x23\xc3\x5b\xfa\xcb\x0c\x32\x8c\xeb\xcc\xba\xec\xe6\xfc\xf4\xb2\x57\x35\xdd\xac\x58\x7d\x24\x63\x2f\xe6\x5d\xa8\x97\x18\x90\x5d\xb2\x3b\x2e\x41\xec\x0c\xa6\xb6\x93\xec\x82\xc0\x42\x33\x2a\x0d\x7a\x19\x3e\x01\x5a\x39\x66\xc9\x63\x31\x54\x81\x38\xee\x1d\x2e\x46\x8e\x25\x4e\x1e\xee\x5e\xfe\x70\x11\x15\x89\x34\xc5\x26\x5d\x0e\x9b\x1a\xdf\xef\x71\x9d\xf9\x3a\x0d\x1d\x43\x5b\x2b\xbf\x45\x5c\x1b\xc7\xbd\x83\x85\xfa\xa1\xaf\x9d\x7f\x99\xde\x57\x27\xd6\x26\xd2\xc4\x54\xf2\x92\x6f\x94\x29\x94\xd0\x14\x7b\x24\xea\x2f\x06\x24\x09\xa5\x75\x7f\x99\x28\x95\x6b\x1e\x99\x64\x3b\x1a\x05\x24\x27\xf4\x14\x69\xb4\x28\x8e\x51\xaf\xdf\x3a\x97\xb0\x7f\x63\x08\xbd\xfc\x66\xfc\x87\xc0\x70\xc7\x61\x13\x4f\x0d\x6f\xb3\x41\x83\x1a\xed\x41\x75\x2e\x55\x46\x85\x03\x85\x4b\x0a\x89\x2a\x8e\x6a\x1b\xda\xdb\x86\x0e\xe6\xcf\x6d\xf9\x3d\x24\x43\x29\x52\x39\x4a\x14\x5a\xb5\xc7\x37\x36\x7e\xab\x40\x9c\x5c\x1b\x4b\xae\xa6\xcc\x63\x8d\xcd\xf1\xbf\xe5\x84\xe5\xce\xe1\xe4\x67\xdb\x64\x69\x6d\xea\x65\xe8\xa9\x6f\xaf\xa7\xa6\x9f\x60\xd8\x64\xca\x6c\x59\x65\xa7\xe6\xa2\xe5\xb5\x12\xfc\x3c\x96\x3c\x2b\xad\xf2\x7d\xe7\x9d\x29\xef\xed\xb7\xbf\xdb\xa9\x29\xe1\xae\xbe\x2a\xfc\xac\x9e\xd8\x47\x01\x04\x2e\x8a\x41\xf1\x5e\x84\xae\x9d\x4e\xd7\xed\xf5\x6c\x42\x6c\xe8\x6c\x94\xec\x45\x9d\x39\xdc\x6f\xfa\x9a\x04\x3f\x88\xf4\x4e\x48\xce\x54\x2d\x49\x6f\x08\xed\xbd\x3b\x57\xb7\xf7\xe2\x77\x09\xeb\x0f\xc6\x6f\xb7\x6d\x54\xc4\x66\xdf\x8a\x13\x4a\xba\x14\xc7\x18\x79\x25\x84\xce\xbf\xd2\xd7\xc6\xfb\xc8\xab\xcb\x2b\xc3\x97\x3f\xf0\x65\x28\x55\x94\x5c\xa2\x7d\x86\x61\x7e\x4c\xc5\xbb\xc6\xd7\xdd\x55\x13\x8c\x2b\x61\xc7\x2d\x7f\xb0\xf7\x22\xcb\x71\x23\x29\x6d\x99\x95\x28\x39\x8d\x05\xbb\x59\x28\xe9\xc1\x49\xe8\xf1\x1b\xd1\x0d\x91\x16\xd1\xcf\xa3\x8a\x62\x2f\xc6\xbb\x24\x1f\x65\x6e\x15\xd2\x97\xa7\xd5\x85\xb6\x0b\xf6\xc7\x4d\x11\x2e\x7d\xd9\x8b\xfd\x8b\xcf\xb9\xba\x94\x32\xb2\xd7\x3e\xd6\x1e\x5f\x60\x5b\x6e\x5a\x2a\x5f\x28\x9f\xab\x9b\xd9\x97\xf5\x3a\xc3\x36\x8b\x3f\x47\x2b\x2f\xbb\xb8\xbc\xa2\xa3\x5e\xab\xdd\xb7\x9f\x6d\x4c\x6e\xae\x7d\x63\xea\xa8\xeb\x6f\x6e\xeb\xf4\xa0\x72\x99\x6f\xcc\xbd\xfb\x6a\xc3\xd5\xd6\xce\xc6\x0f\x8d\x91\x35\x9a\x55\x5a\x15\xdf\x2b\x0c\x2a\x53\xaa\xf7\xea\x75\x9b\xd4\x3b\xbf\x0f\x30\x8d\x2e\xcc\xf1\xad\x9b\x1d\x30\xff\x9d\x1b\xbe\x8e\x90\x57\xbb\xa7\x32\xa7\x2d\xda\x5f\xf4\x95\xf5\x05\xf5\x9a\x76\x92\xb4\x57\xb7\xb3\xb5\x67\x74\x2b\xf6\x51\x0d\x1b\x8e\x77\xcd\x6e\xad\x59\xef\x75\x9f\x0e\xfd\x1b\xff\xff\xf5\xab\xfa\xc8\x77\x9f\x62\xc7\x7d\x73\x69\xd3\x6b\xf3\xd2\x46\xf8\x46\xde\xf6\xdd\xfd\x8d\x13\xd3\xff\xce\x78\x92\x7f\x40\xba\x6d\xbb\x9e\xb7\xd2\xb9\x78\x61\x4e\x71\xfa\xe1\x44\xd4\xb8\xd0\xd8\xc2\x58\xfc\xa8\xef\xd4\xed\xb9\x98\x4d\xfa\xff\xcc\x7d\x60\xb5\xd9\xb7\x7a\x63\xae\x6c\x6a\x65\x34\x64\x98\xb3\xdf\xbc\x47\xa3\x13\xbd\x9d\xa8\xd5\xb9\x15\xab\xa5\xac\x75\xb9\x03\xbb\xf7\x68\xc6\x60\xe3\x5f\x73\x31\x07\x56\x1b\xc8\x8b\x9d\x53\x69\xa3\xa8\xfd\x2b\x5d\x56\xad\x5b\x8d\x0c\xb5\x75\x55\xa3\x15\xae\xa5\xf1\x25\xd4\xc5\x6f\x0a\xe7\x4b\x36\x2a\xec\x9a\xde\xf7\xab\x4e\x6f\x6f\x5e\xf9\x27\xfe\x9d\xa3\x65\xb2\x29\xf3\xa1\xb4\xee\x9d\xd6\xfd\xfa\x0b\x55\x24\xa5\x96\xf9\x07\xb9\xd2\x99\x8e\xa9\x3b\x29\x97\x92\xa4\x13\x37\x93\x1c\x93\xa4\x33\xdc\x4a\xfb\x9b\x56\x06\x91\x67\x9c\x37\x4b\xff\xca\xbf\x7f\x75\x21\x7b\x74\xa3\x37\xbf\xc9\xbd\x66\xaa\x94\xa6\xe0\x56\xd6\x62\x0a\x5e\xfc\xcb\x68\x81\x88\x9f\xa1\x57\x82\xf8\x02\x91\x02\xa8\x02\x56\x82\x64\xa3\x5f\x66\xcc\x97\x55\xb4\x60\x0e\x64\xce\x6d\x6d\xff\xa9\xa2\x74\x52\xb4\xea\x3d\x86\xd7\x6d\x51\xcf\x54\xa6\x93\x57\x9b\x7e\x25\xa1\x20\x3a\x22\xf4\xba\x7f\xa2\xf7\x75\x37\x2f\x97\xfb\x0e\xf8\xf6\xf9\xb6\x23\xf6\x37\x9c\xef\xfb\xeb\xc6\xf4\x64\x1e\x94\x4d\xb7\x5a\x0d\x8d\x2e\xb0\xec\x17\xfc\x2e\x61\x8f\x64\x56\xa0\x17\xbd\x3e\xa6\xe4\x52\x26\x7b\xa2\x41\xe4\x85\x20\x4c\x6f\x5c\x57\x03\xfb\x06\xcb\x42\x33\x76\x23\x6a\xfd\x7b\x7a\xb7\x74\x89\xf4\x42\x4c\xf0\x9c\xef\x05\xbe\x89\xdd\xcb\xc6\xad\x9c\xea\x40\x19\x93\x5e\xad\x3a\xfd\xcd\xfb\x6f\x54\x8d\x45\xb4\xa1\x97\x11\x66\x44\xc4\x66\x87\x60\x79\x59\x3a\xdb\xda\x48\x99\x6e\xe9\xef\x69\xc6\xab\xca\x2b\x31\xff\xea\xff\x89\x27\x77\xfb\x97\x8b\xd6\x3d\x8b\x6b\x2e\x73\x41\x1f\x12\xca\xf2\x8c\x6a\x43\x7a\xdf\x4d\x97\xee\x10\x9d\x4b\x58\x31\x1e\xa4\xa9\xf3\xc9\x1b\x4f\x30\x09\x4a\x76\x27\xb3\xb3\x37\x1d\xd5\xa3\x51\xc7\x57\x08\x97\xc5\x10\xd7\x10\xfe\x24\xc0\xcc\x47\xcc\x7b\x2c\x84\x25\xef\xa6\xc3\x62\x45\xe3\x81\x14\x16\x9f\x62\x5a\xdc\xde\xe4\x32\xfc\x76\xf9\xc6\xb1\x21\xf4\x14\xd6\x16\x79\x7b\x1a\xaa\x14\xd3\xb3\xc2\xb9\x3d\x5f\xd9\x54\x18\x05\x68\x5e\x51\xe4\x92\x96\x17\x1e\xe5\x0d\x65\xa7\x66\xd6\x60\x4c\x60\x78\x43\x7f\xc8\x6e\x2b\x26\xa5\x24\xad\xff\xd1\x2e\xc1\xc7\x2a\xfa\x46\xb6\x70\xf5\xed\xee\x96\xe9\xfd\x1d\x28\x5e\x3d\x91\x99\x6b\xe9\xe4\x29\x33\x4b\x26\x0f\x74\x72\x54\x33\xc2\x57\x2f\xfa\xe9\x2a\x46\xc9\x9b\xc8\x5a\xcf\xe8\x48\xa5\xfd\x4d\xf6\xab\xe2\x97\x17\xc4\x2a\x0c\x8a\xdc\x3c\x92\x1a\xaa\xc3\xa6\x0c\xce\xc1\x41\x29\xc9\xbe\xc5\x32\xcd\xe6\x23\xdd\x6b\x88\x0c\xdb\x9c\x56\xfb\x5a\x71\x46\xfc\xae\x8f\x95\xb5\x8b\xb6\xc1\xcf\x69\x91\x00\xce\x29\xa6\x07\xd4\x04\x24\x7e\x04\xf3\x38\x6a\x1f\x56\xdf\x7f\xc0\xb3\x21\x53\xfb\x61\x24\xf0\xf3\xe7\x77\x9d\x60\x1b\x4c\x9f\x85\x98\xe0\x5c\xe6\x3a\xd6\xfe\x3b\x0b\xf4\x87\xc1\x67\x12\xe6\x87\xdb\x33\x8a\xae\xc7\x58\xb9\x15\x9b\x72\xa9\xdd\x94\xc0\xe3\x2a\x65\xdc\xa2\xc0\xfd\xf2\x08\x47\xfb\x5d\xec\xcb\xad\x67\xbb\xcf\x4c\xdf\x3f\xfd\xcc\x40\xf3\x88\x53\x56\x42\x49\xed\xad\x69\xb7\x9b\x7a\xb8\x42\x06\x5f\xc5\x44\x17\xce\x0c\xe7\x6e\xdb\x99\x84\x45\x8c\xce\xc2\x12\xdd\x98\x7b\xae\xbb\x06\xe3\xf2\x4d\x42\x48\x2c\x82\x54\x1f\x3f\x87\x62\x55\xbe\xe5\x41\xb6\x79\x10\x7f\xab\xfc\xc1\xea\x6b\x13\xdc\x5a\x32\x56\xe6\x77\xc2\xe8\x8a\xf7\x0d\x07\x9c\x9e\x04\x65\xa6\x58\x94\xd5\xb6\x6b\x4f\x06\x6c\xf1\x9d\x49\x58\x0d\xec\xae\x29\x09\x8a\x0e\x77\xa9\xd4\x1f\x92\x4e\xe5\xb1\x60\x34\x22\x99\xc1\xfd\xfc\x76\x0c\xd9\xfb\xfe\xd8\x75\xb7\x0b\xb8\xb7\xb3\x9e\xcf\x61\x8a\x10\xa7\x7d\xbf\x2e\x60\xf0\x6b\x50\x1f\xcd\xe1\x43\xe0\x7c\xd2\x8b\x12\xf6\x56\x97\x09\xba\x4d\xa8\x8e\xb3\x71\xbf\xef\x6a\xa9\x8a\xb7\x94\x69\x82\x3c\x06\x77\x33\x6b\x38\x55\xed\x27\x83\x0f\x49\x2f\x3f\x3f\xbc\x77\xfb\xc7\x4d\xf4\x1b\x24\xb7\x70\x9e\xf1\x7f\x50\xfe\xca\xc3\x78\x81\x1f\xe9\x27\x9f\x9e\x84\xbd\x78\xc0\xed\x24\x50\xfc\xa6\x55\x78\xfc\xfa\x06\x3b\xb4\xab\x32\x5b\x12\x32\x3d\xfd\x9f\x59\x28\x28\x10\xf0\x5c\xa7\x94\x21\x0d\xc3\x2d\x42\x9b\x78\x95\x83\xdc\xf1\xd8\xed\xe1\xe3\x07\x45\x0f\xe9\x9f\xf9\xbc\xdf\x23\x22\x63\x70\xe0\x7f\xf3\xb3\x43\x8f\xc2\x9e\x35\xc0\x20\xe9\x6a\x09\x56\x2b\xd7\x98\xf9\xa6\x22\xb4\xaf\xd5\xdb\x37\x72\x2f\x85\xca\x58\x75\x2b\x1d\xf1\x6a\x53\x86\x63\x7b\x60\x2b\xe1\x78\x7e\xb0\x7a\x3b\xfd\xda\xfb\x55\xd8\x8b\xd0\x97\xd1\xa8\x2f\x3e\x58\x11\xbd\x67\x58\xe3\xaf\xff\x15\xa3\xb7\xe7\xc0\x1a\x68\x9c\x14\x5f\x52\xd0\xba\x30\x9e\xb3\x29\x7c\x26\x61\x5d\xb1\x97\xb8\x08\x2d\x52\xd4\xe1\xb1\xfa\x1d\x01\x0f\x2a\xf0\x51\x80\x64\x96\xc8\x96\xc0\x1b\x67\x11\x23\xfe\x83\xd4\x7b\x8c\xf7\x13\x98\xfe\x78\x2c\xc4\x72\x8c\x8f\xf8\xb7\xe5\x25\x0d\xd0\x1d\x63\x83\x49\x92\xf3\x4b\x4e\x3a\xee\x4e\xea\x6e\xb9\x40\x3b\x8b\x78\xf8\x49\x55\x71\xdc\x92\xcb\x7b\x6d\x76\xe1\x43\x86\xa0\x6f\x02\xf4\x9e\xd4\x74\xe4\x7d\x5f\x0b\x3e\x13\x12\xa0\xe0\xf7\x10\x5e\xfb\x5c\x4d\xac\x48\xee\xf0\x83\x4c\x08\x55\xa1\xc4\x88\xd4\x79\x37\x44\x2b\x4d\xa9\x1c\xad\x33\x60\x4a\xe2\x3c\xf3\x3b\x79\xb3\xae\x3a\xe5\xa2\x67\xac\x9e\x87\xc4\x09\x8f\x36\x43\x15\xc7\x0e\x4b\xeb\xf7\x2b\xb4\x6d\x54\xd7\xc8\x2f\x92\x5d\x23\xb3\xa4\xc2\xa3\x6d\x61\x3c\x66\x77\x12\x59\x57\xba\x6c\x2c\xe7\x8a\x11\x9a\x99\xfe\xa1\x62\xb4\xdb\x7b\x56\x67\x0f\x0b\x96\xb0\x30\xd8\xa2\x9d\xc9\xed\x77\xc1\xc8\x56\x95\x4b\x82\x80\xfb\x39\xb3\xac\x40\x1c\x0f\x13\xbb\x37\xb3\x2e\x93\xf2\x77\xea\xef\xd1\x2c\x6c\xec\xde\x3c\x55\x42\x18\x52\x2b\xaa\x87\x26\xee\x6e\x26\x61\xd5\x99\x5a\x55\x7c\xbd\x33\x73\xca\x07\x7b\xb0\x84\xb5\xc4\x4e\xc2\x5c\xc6\x40\x06\x47\x72\x43\x79\xa5\x61\x09\x43\x05\x71\x39\x5c\xc9\x7a\x91\x3b\x02\x32\xbc\x2c\x3c\xb8\xbc\x0b\x82\xde\x22\x0b\x92\x51\x72\x52\xca\x0e\x3a\x3b\x96\xd9\x9e\x2b\x91\x06\x59\xd2\xb5\xae\xfd\xe8\x0b\x5b\x87\x08\x04\xb1\x8d\xdb\x2f\x55\xb8\x15\x2b\xe0\x5b\x6e\x27\x6e\xe0\xac\xf2\x42\x4f\x59\x63\x49\x29\x4d\xfe\x8e\xec\x9a\xf4\x45\x29\x2b\xe9\x4a\x59\x75\x85\xab\xaa\x78\x5a\x8c\x06\xbb\xe6\xf2\x0e\x4c\xfe\x41\xb1\x2d\xb9\x57\xea\x24\xfa\x5a\x96\x0c\x8e\x3c\x11\x76\xd2\x72\x18\x54\x66\x64\x85\x45\x29\x7b\x0f\xd8\xe9\x1b\x8e\xa8\x1d\x9b\xec\xeb\xcf\xe9\x5e\xd1\xb0\x52\x27\x57\x6d\x52\x7f\xac\xb5\xaf\x1b\x6f\x24\x69\x69\x67\x37\xef\x1a\xea\x3b\x1a\xd6\x92\x5c\x55\x0c\x1a\x8b\x07\x0d\x96\xb8\x4e\x10\xf5\xc9\xe3\x95\xb1\x2f\xed\x07\x65\x7d\xe9\x4b\x91\x61\x3e\xa2\x0e\x1c\xae\x69\x4e\xfd\xb6\x01\x56\x8f\xcd\xc5\x4c\x74\x4c\x42\x4d\x05\xcd\xdd\xac\x07\x1d\x9a\xdd\x03\x7c\xf7\xc3\xfc\x63\xec\x52\xf7\xf3\x5b\xaa\x8c\x3a\x1c\xc7\x45\xd6\x28\x7f\xb7\x95\xab\x66\xc3\x03\x2d\x1f\x4b\xfd\xd2\x8b\xa2\x32\xa2\x15\x9d\xf3\x02\xa5\x7c\xd6\xdd\xab\x5c\x90\x9c\x8d\x5d\x9e\xba\x7c\x75\xc7\xf0\xdc\xf6\x93\x0b\x95\x8d\x71\x49\x49\xcd\x26\x2a\xbd\x58\xff\xb2\x5d\x78\xc8\x60\x9e\x60\x67\xe6\x0f\xfe\xe6\x68\x61\x73\x70\xb8\xd9\xac\xec\x6a\x26\x73\xac\x6e\x30\x6a\x5c\x4a\xcc\xe7\xd0\xf6\xe0\x2f\x41\x9b\x41\x8e\x41\x36\xa1\xf7\x22\xc2\x62\x87\x52\x2a\xb2\x6b\x8a\x46\x6a\x7a\x9b\x55\x7a\x5c\xc6\x77\x97\x5e\xed\xb8\xff\xd9\x67\xec\x19\xcc\xb7\x0e\xce\xb6\xa4\x55\xa0\xe5\xec\xe6\x95\x67\x2d\x64\x3d\x4d\xd3\x4e\x2e\x48\x8c\x4b\xb0\x4e\x6c\x4f\x79\x9c\xd1\x90\x6b\x5d\x9c\x5f\x55\xdb\xd4\xde\x2d\x32\xc2\x34\x1b\xb6\x26\x76\x70\xf7\xef\x7e\x6b\x0f\x79\xc1\x77\x38\xac\xbd\xaa\x26\xa1\x88\xa5\xe2\x4d\xa9\x7a\x49\x4b\xd1\x51\x01\x75\xa1\x78\x61\x6b\xc9\xfb\x8a\x85\x5a\x8e\xe6\x6b\x9d\xa3\x43\x56\x93\xf4\xcb\xfc\x3b\x19\xff\xe4\xf7\x20\x9d\x3c\x5f\x7e\x34\x2e\xda\x93\xd6\x64\xde\x8e\xd7\xca\xd5\x62\xdd\xc4\xde\xe0\x59\xbf\xd6\x44\xd2\x12\xd6\xa9\xd4\x1b\x35\x6c\x34\xd5\xba\x58\xbe\x41\x7b\x64\xf5\x6f\xfc\xff\xf1\xaa\xff\x3f\x67\x39\x3a\xd9\x47\xd9\xb1\xde\xd8\x5c\x17\x5a\xbd\xbb\x5a\xbb\xdc\xb9\x42\xb2\x3a\xb0\x45\x7b\xcc\xfa\x5f\x19\x39\x0f\xbe\x6c\x33\xac\x75\x2c\x67\x2c\xfe\x9a\xbd\x37\x39\x3e\x56\x31\xcc\x36\x64\x39\xa4\x3c\x24\x38\x72\x6f\xf4\xed\x64\xd3\x8a\xf0\xf1\xbd\x7f\x67\xde\xf7\xda\x9c\x58\x95\x9f\xab\x9a\x5a\x1a\xd3\x18\xea\xe8\x57\xea\xfe\xd9\x7e\xd4\x4a\xdd\x14\xdb\x78\xbd\x3e\xbe\xa1\xba\x41\xa7\x79\xad\xfb\x74\xea\xfa\xea\x8f\x63\xb4\x7f\xe2\x3e\x7e\xbb\xa9\xb7\x74\x73\x3a\x63\x64\xbe\x4f\xbf\xfb\x5d\x5b\x71\x63\x74\x2d\x51\xa5\x7e\xd9\xbb\x62\xed\x02\xd4\xbc\xad\xbc\x9b\x79\x81\xf9\x9f\x8b\xf6\xea\x4c\xbb\x96\xc6\x05\x57\x03\x8e\xfe\x56\x91\x3b\x9e\x5d\x5f\x9b\xb9\x36\x64\xdd\xb3\xd0\xfa\xac\x3e\xb4\x9a\xac\x94\xad\x80\x27\x7b\x22\xa3\x32\xd5\x32\x31\x21\x1e\x39\xa6\x2d\x7a\x2a\x9a\x3b\xee\x62\x8a\x49\x41\x64\x9d\x61\xf7\xf6\x44\xc8\x1a\xef\x91\xf6\x9f\x25\x6c\xee\xcd\xb4\x0e\x70\xb4\xed\xd5\x76\x95\x73\x14\x44\x65\xa3\xa4\xfe\x4c\x88\x8a\x76\x88\x50\x08\xd6\x0c\xc0\xf3\x25\xf6\x36\xf4\x4c\xf1\x7c\xe7\x7b\x12\x66\x9b\xba\x58\x18\x5b\x57\xde\x6d\x34\x09\xd6\xad\xff\x74\xff\xf9\x8b\x60\x30\xa0\xf5\x7a\xc5\xe5\xfc\x2b\x19\x6f\x12\x85\xa2\x53\xc2\x2e\x05\xe0\x79\x75\xb9\x56\x3b\x49\xdb\x0b\x59\x7b\x58\x3e\xb3\x78\x60\x99\x64\xcb\xe2\xfd\x29\xdc\x3d\xf5\x6a\xd1\xf3\xfa\x90\xde\xce\x59\xac\xed\xe8\xdf\x25\x6c\x61\x4e\xcc\x77\x06\x55\xfd\xca\xc5\x4c\x96\x8b\xba\x19\xfc\xde\x07\xcd\x75\xd9\xc1\xc4\xca\xda\xc4\xd8\x40\x59\xc7\x45\x4b\x57\xfd\x99\x9a\xa4\x3a\x8a\xc1\x6d\xdb\x19\x6f\xe2\x08\xbe\xb4\xc2\x62\xaf\xc6\xbc\x41\xfb\x85\xfe\xfd\xd0\x73\x09\x2b\x25\xc3\x24\x4d\xc8\x85\xdb\xc9\x52\xe1\x5a\xbe\xdc\x2e\x65\xb6\xae\x66\x87\x86\x57\xb4\x58\x54\x42\x15\x1e\xca\x26\x48\x3d\x90\xa0\x16\x47\x95\x6c\x55\xa1\x37\x12\xb4\x0f\xf7\xb5\x8d\x0e\xca\x32\xa8\x88\x6b\xc7\x1b\xd7\x5c\x4b\x41\x08\x78\xbf\x50\xd8\xeb\x57\xdd\x91\x45\x1b\x25\xe3\x23\xe8\x58\x66\xbe\xa0\x9f\xab\x3e\xa9\xf8\x5c\xc6\x5c\xac\x48\xf0\x05\x2f\x0b\xd7\x1d\xf6\x0b\xec\x76\x3c\xd7\xa5\x94\xd4\x4e\x8d\x13\x1d\x73\x02\x04\xe3\xbd\xf2\x3c\xea\x02\xfa\x51\x67\x33\xf6\xa0\x4e\xd2\x13\x9c\x39\xeb\x0e\xb5\xb2\xa9\x14\xcd\xa0\x70\xe7\x26\x73\x1e\xed\x29\xa5\x4f\x32\xea\x22\x0d\xbc\x5e\xec\x97\x18\x47\xe9\xaf\x53\xad\x52\x28\x53\x1a\x7d\x0f\xe3\x57\x90\xc9\xd0\xd4\xb3\x90\x77\x63\x0b\xa3\x49\x7b\x5b\xea\xd9\x66\x38\xc6\xb7\xbe\x02\x49\xc8\x9a\x55\x6b\xdf\x2f\xb6\x8e\xa7\xf6\x15\xb6\xa1\xd6\x15\x52\xe4\x90\x18\xe4\xff\xc8\xb6\xce\xc8\x46\xf5\x81\x78\xf3\x53\xd6\x47\x11\xdc\x47\x04\x4c\x14\x13\x2c\x77\x85\x15\xe5\x47\xf4\xe6\xec\x72\xfc\x38\xe2\x5c\xf3\x82\xea\x5f\x0d\x54\x2c\x3a\x1c\xc9\x9f\xc5\xab\x73\x91\x1d\x37\x0a\x18\x62\x5e\x7a\xe8\x99\xff\x52\xd3\x91\xcc\xe0\x3d\x64\x0e\xa1\x89\x23\x15\x20\x98\xc5\x52\x7f\xa7\x83\x8a\xf1\x4a\xfa\xbd\xeb\xe7\x11\x5a\x6f\x2e\x3b\xc9\x25\xf5\x17\x66\xa3\xee\xee\x11\x58\x19\xc2\x95\x99\x5d\x0b\x33\xd4\xbb\x50\xcc\xbb\x50\xd5\xf1\xbc\xc0\x2b\x72\xd4\x85\xc2\xe0\x54\xe1\x99\x50\x11\xeb\x07\xea\xad\xaf\xcf\xf0\x4c\xde\x5f\x7d\x75\xf0\xd8\xfd\x41\xf2\xfd\x85\xd7\x17\xf1\x14\xc8\x48\x98\x45\x85\xf6\x14\x1f\x1b\x36\x39\xdd\x0e\xea\x4a\xde\x2b\x59\x6d\x9d\x1a\xa7\xde\x74\x3a\x93\xb0\x98\xdb\xf9\xb3\x50\x2a\xe2\x99\x13\xba\x76\x9b\x6c\x10\xf7\x31\x7d\x35\x29\x0a\xee\xfa\x3b\x89\x17\x4c\x48\x83\x37\x73\x2f\x63\xde\x54\x42\x7e\xf1\x61\x8d\x68\x81\x41\x88\x0f\x4f\xae\x58\xd7\xd7\x8e\xc2\xff\x7e\x82\x78\xd1\xc7\x96\xab\x23\x87\x70\x46\x69\xc5\xb1\x8b\xa7\x48\x31\xe2\xc0\x50\x5f\xd6\x87\x33\x94\xed\x21\xe5\x16\x21\xe6\xfb\xe4\x97\xc4\x48\xfd\x37\x96\x2f\x44\x82\x97\x57\x35\x1f\xad\xbf\xbb\xf7\x49\x88\xd6\x9b\x3b\x4a\x06\x49\x4b\xc3\x9a\xdc\xf7\x56\xdc\x78\x7e\x49\x13\xcb\x50\xcf\x0a\xd4\x19\xbc\x71\xb9\x4f\x3c\xbd\xc0\x33\xd3\x18\x5b\x56\x9e\x43\x86\xac\xfe\xab\x16\xee\x45\x54\xa1\xc7\x4f\x6f\x4d\x5c\xe6\xbe\x70\x04\x8e\x2e\xf9\x21\x2d\xbe\xc5\x24\x08\xa1\x5e\xe2\x9c\x92\x0a\xd2\xec\xb3\xda\xf0\x79\x16\xdb\x95\xff\xb5\x51\x64\xa8\x7d\x45\xe9\x4c\xc2\x4e\xf0\x60\x4c\xba\xa4\xdf\x3b\x53\xa3\x9f\xf1\x1c\x3e\xdf\x28\x30\x1f\xa3\x8d\x3e\x47\x7d\x1c\x75\x7f\xea\x8e\xef\xad\xeb\x37\xf2\x6e\xe1\x3f\xa0\x47\xdd\x25\x40\xa3\x76\xe4\x3c\x96\xf2\xd2\x1c\xb5\xca\xf7\x11\x8c\xbb\x92\x1f\xda\xa0\x30\x7c\x69\x45\xf8\x34\xf3\xf4\xf4\xe0\x4d\x07\x46\x4e\x71\xb0\x97\x65\x93\x02\x0f\x17\x20\x5d\x47\xef\x46\x2d\x7d\x9b\x87\xb2\xfd\xdc\xf2\xe9\x87\x47\xd1\x48\xdb\x8f\x62\x9e\x26\xbe\xb9\x86\x7f\x87\x6a\x99\x4b\x5a\x4a\x46\x2b\xc7\x9a\xcb\xa7\x2d\xee\x65\xfe\xe3\xc6\xeb\xc3\xd8\xab\x38\xd0\xce\xa4\xea\x99\x2e\x64\x0f\xdf\xb1\x0d\x51\x2e\xe5\x59\x27\x13\xc1\xdc\xc1\xfd\x8e\x13\x83\x61\xf8\x0e\x1f\x35\x01\x65\xf8\x95\x31\x8a\xde\xdb\x1b\xe8\x47\xf8\xaa\x54\xf1\x5c\x78\xd2\x02\x5a\x74\xd6\xb4\x3e\x4e\xf1\x8b\x05\xc9\x4d\x19\x23\x5b\x6b\x50\xd4\xb9\x97\x3a\x7c\xa9\xe2\x61\x0c\xb9\xe3\xaa\x86\x9e\xc0\x0a\x2d\x0a\x11\x1a\x6e\x13\xf1\x9b\x4f\xda\x1f\xf1\xb1\x73\x31\x91\x30\x9e\x62\x78\xe2\xb8\xe1\x23\x11\x5d\xa4\x89\xe3\xa2\x94\xf1\xd1\xbe\x67\xf3\xd3\x0f\x35\x61\xb0\x30\xbe\x25\x7c\xec\xf9\x3a\x54\x45\x39\xf1\x9c\x78\x55\x73\x98\x18\xe1\xce\xa8\xd3\x25\x66\xc8\x61\x46\xbd\x45\x7f\x8d\x66\x9d\x52\x90\x74\xf1\xab\xdf\xe7\xe2\x4f\xf8\x9f\x0e\xbe\x76\x92\x91\x50\xf3\x7c\x37\xe0\x1d\x92\x21\xd5\x89\xb5\x5d\x0e\xe0\x4e\x1c\x2b\x4a\x69\xbd\x38\x86\xbc\x39\x02\x6f\xae\xb9\xe4\x26\xde\xd4\x31\x2f\x09\x03\x6f\x25\x67\x11\x31\xb6\x15\xda\x45\xb6\x72\x66\x7d\x06\x3b\x5a\x34\x2a\x33\x4a\x59\x2a\x23\x9a\xc3\xef\x92\xac\xe6\xdc\x36\xc2\x2a\xbf\xba\x75\xd9\xec\x09\x03\x62\x53\xae\x94\x58\xb5\xe7\x4d\x92\x6f\x21\xf2\x07\x2b\xf7\x5b\xab\xb2\xba\xfd\xcc\xec\x2f\xe9\x09\xca\xab\x88\x88\x8a\x9b\x88\x3e\xe7\x37\xe7\x6e\xe4\x18\x60\x1d\x65\x61\x64\xb3\xe0\x7c\xc1\x7b\x5d\xa8\x4b\xa2\xf3\x27\xba\xea\x65\xa3\x01\x87\xba\xa0\xb0\x94\xcc\xd2\x2f\xed\x31\x53\xdf\x77\x3f\xc0\x12\xd6\x9b\xbb\xd1\x73\x93\xa3\x67\xbc\x9a\xac\x3f\xea\x92\x28\x3c\x14\x93\x54\x28\x91\xcd\x91\x20\x10\x2d\x11\x32\x17\x92\x14\x2e\x11\x2d\x93\xd2\xf9\x39\xa6\x12\xac\x9d\x61\xc4\x6d\xf3\xce\x83\x2f\xb4\x29\x6d\xa3\xfc\x5d\x47\xe8\x54\xdd\x0e\xa2\x4f\x6b\xfb\x67\x1f\x61\x85\x6e\x7a\x64\xb8\xa6\x47\xad\xf5\x55\x3d\x4c\x43\x2f\x6d\x27\x8d\xa7\xaa\x57\x95\xde\xc9\x4b\xfc\x8a\x93\x2f\x50\x0a\x54\x7b\xa4\x5d\x64\xf4\xc4\xa2\xd0\x31\xd7\x53\x3a\xe8\x4e\x9c\x44\x8e\x70\x55\x43\x67\xdd\x94\xd8\xde\x05\x58\xc2\x9e\xda\xe8\xdb\xd6\x0b\x25\x92\xa9\xcf\xc2\x8a\x3d\xdf\xd9\x98\xd8\x0f\x6b\xd6\x5a\x90\x1b\xce\xe8\xf6\xea\x04\xeb\x22\xeb\x39\x19\x70\x9a\x88\x5a\x8e\x3a\xaa\xbb\x6f\x05\xa8\x46\xcc\x24\x86\x66\xd9\x95\x94\x36\xab\xf7\x77\x2c\x2a\x1f\x22\x32\xc6\x87\x23\x4b\x59\x83\xac\x8d\x79\x45\xa7\x29\x6b\xe1\x11\x5e\x9b\xf6\x6b\x6e\x03\x2e\x86\x8e\x93\xb6\x0a\x36\xdf\x6c\x5c\x6d\x4b\x1d\x2e\x3a\x45\x78\x68\xf8\x83\x70\xe9\xf8\xcd\xcc\x8b\x05\x1a\xd5\x0f\x5b\x5f\xf4\xe3\x4f\x7d\xf8\x63\xd5\x7b\x4f\x66\x2e\xa2\x5f\xa4\x61\xac\xf8\x4b\xda\xb7\x28\x4e\x7f\xd3\xe0\xe3\x80\x6e\xff\x52\x9f\x1f\x5e\xd3\x5e\xf6\xde\xd5\xbe\xeb\x81\x7d\x11\x02\xf1\x5f\xd3\xa4\xf2\xb1\xcb\x6a\x1b\x71\x3b\x6f\x0e\x97\xcc\x16\x6c\x32\x9f\xdc\xff\xa3\xcd\xdf\x79\x3f\xcb\xde\xaf\xd7\xb8\x5b\x4a\x99\xb9\x1f\x4f\x16\xaa\x1d\xb7\x13\xdf\x1c\x53\x16\x1d\x19\xb9\x1d\xed\x1d\xf7\x38\x31\x33\x7d\x2a\xf7\xa0\x94\xbc\xf6\x7e\x6b\x4b\xff\xdd\x49\x8b\x65\xe1\xbd\x7f\xf0\x9f\xdb\xa5\xb3\x23\x03\x5b\xad\xb7\x2a\x7d\xf2\xdf\xa5\x56\xe5\x5a\xe4\x5c\xcf\x71\xc8\x12\xc8\xc2\xc9\x56\xcb\x23\x2a\x12\xac\x08\xaf\x55\x68\x79\xd5\x3d\x31\x5a\x30\xdb\xb2\xb6\x77\x82\xf3\x4f\xbe\xf3\xf4\x74\xa7\x66\xc1\x69\xc4\xbf\xd3\xa0\xde\xb2\x71\xa9\xf6\x72\xd5\x61\x35\x45\xf5\xa5\xca\xe9\x6a\x86\xda\x99\xa6\x6f\xed\xe4\xbd\xed\x23\x83\xd3\xfd\xcb\xa8\x7f\xad\x42\xfd\xb7\xeb\xb8\xf9\x70\xff\xf0\xd5\x3e\xc9\x41\xff\xb1\xc8\xe9\x97\xff\x29\xd7\x89\xc3\xe1\xa5\xbd\x7b\x5b\xa7\xeb\x46\xcb\x1b\x4b\xb7\x16\x76\x67\x43\x67\x1d\x67\xe9\xe7\x67\x56\x85\xf6\x7f\xfc\x97\xf1\xc0\x3e\xd6\x8e\xc4\x3a\xcf\x32\xeb\xbc\xdc\x74\xec\x84\xe5\xc8\xd0\xa0\x4a\xff\xfd\x5e\x82\xee\x27\xdd\x6b\xdd\x09\xbd\x8f\x47\xa5\x17\x24\x76\x56\xff\x8d\xfb\xd0\x7c\x2b\x60\xc5\x6f\xfe\xc6\x54\xd7\xd8\x8f\xc1\xf5\x3e\xc6\x2e\xdc\xb6\x98\x66\xd7\xfa\xd8\xda\xc4\xea\x7b\x15\xe6\x95\x7b\x55\x21\x35\x84\xad\xda\x23\xf1\x8b\x2c\xbb\xc5\xff\xc4\xbf\x3b\xbe\x82\x35\xed\x3a\x5c\xd8\x8f\xd6\xb1\xda\x32\xd1\x68\x52\xdd\x56\xde\x5f\x9a\x50\xd0\x99\xeb\x94\xe9\x9f\xc1\x95\x7e\x37\x2d\x23\xfd\x51\xb6\x4c\xe9\x48\x6b\xc0\xe0\xde\x7c\xd6\xf6\xc6\x5f\xf9\xf7\xd3\x96\x82\xc7\xdf\xf6\x9a\xb7\x2c\xd6\x4b\x54\xa6\x96\xd0\x16\x78\x67\x7f\x49\x9b\x48\x56\x8b\x3b\x8a\xb6\x8c\xc8\x0c\x3d\x0c\x29\x0c\xe6\x0c\xbf\x15\xa7\x94\x59\x50\xf1\xb8\x85\x68\xd0\x61\x3e\x68\xf7\xe6\x9f\xe6\x7f\x6f\x35\x7f\xc2\xac\x9b\xaf\x3e\xb4\xfc\x4a\x3e\x7e\x36\x5b\xaa\x7e\xbc\x6f\x14\x59\xa8\x49\xe0\xb1\xcf\xb6\x67\xb9\xdb\xa2\x4b\xac\x53\x8e\x53\x96\x1b\x53\x80\x66\xdc\x8d\x1c\xef\xf2\xbe\x56\xcc\xe1\x96\xc5\x97\x87\x7f\xc4\x0f\xcc\x33\x6a\xbd\x15\x0d\x24\xc5\x1f\xb3\xc4\x92\x6e\x46\x83\x90\x7c\x7f\x2a\x2f\x7c\x97\x9b\x0e\x32\x36\x25\x16\x82\xa6\xef\x8d\x30\x0d\xc2\x0c\x45\xcd\x28\x9c\x05\x03\x98\xe3\xea\x73\xf8\x2a\xdf\xb7\x4f\x8c\xce\xaf\xb2\x1f\xff\x76\x96\x65\x5d\x69\xec\x66\x6b\x42\x19\x6e\x06\x61\xf4\x7e\xc8\x1d\x9f\x76\xd7\x35\x7b\x17\xab\xeb\xc6\x15\xba\x5a\x5a\x2f\xd5\xb6\x95\xa6\xe4\x6d\x7e\x11\xc8\x17\x6a\x44\x9a\x8d\xb8\xe8\x04\x2e\xc7\x7f\xcf\x7b\x5f\x33\xda\xf3\x74\x9a\x7c\xeb\xb7\x5e\xd4\x25\x9f\xde\xad\x9a\xb5\x5c\xc3\xb8\xd6\x80\x1c\x37\x4d\xbb\x3c\x73\x47\x03\x71\xcd\x25\x65\xbb\x5f\x1f\xa4\x32\xc5\x39\x85\xed\x04\x0a\xf9\x32\x05\x19\x64\xbb\xb4\xf4\xcc\xa3\x5c\x7b\x42\x5e\x25\x4b\x14\x95\x36\x38\x0f\xde\x5b\xbc\x77\xa8\x07\xad\x81\x67\x73\x3d\x5d\xe6\x15\x2f\xd2\x6c\x43\xf9\xdc\xcd\xac\xaf\x1b\x12\x68\x06\x2b\x56\xca\x60\x8b\x7d\xe4\x1b\xe5\xb2\x60\x1d\x67\xba\xcd\x50\x4c\xe7\xfb\x63\x40\xc8\xe5\x17\xb5\x8e\xa9\x75\xab\x27\x79\x84\x40\x46\x50\x85\x69\xbb\xdb\xa4\xf2\x46\x04\x24\x01\x73\x26\xac\x7d\xa8\x58\x2d\xa1\xdd\xef\x8a\xdd\x3d\x83\x35\xd5\x1c\x59\x35\x11\x3d\xde\x1b\x6c\x14\x8c\xbc\xd4\xd1\x64\x19\xc4\x26\x5f\xbe\x7e\x79\x49\x85\xcb\x4e\x20\x5a\xa9\x44\x69\x88\xe1\x40\xe4\xbf\x96\x70\x29\x7f\xb2\xc1\x63\xd0\x7c\x29\xe0\x78\xec\xf4\xf4\xd8\x6f\x3a\xbf\x8d\x23\xdf\x3c\x2a\xc1\xe3\xc0\xfc\xb2\x06\xb7\x4c\x8d\x90\x05\x87\x07\xe3\x36\xe5\x10\xb1\x3c\x01\x07\x76\xc7\x87\x97\xef\x5e\xbe\x3f\x22\x62\xa1\x1b\xe1\x8e\x93\xaa\xd5\x88\xb0\xb8\xe9\xc9\x10\x11\x97\xa9\x53\xb9\xdf\x8d\x3a\x63\xbf\x5b\x76\x7a\x7a\xd4\x34\x7b\xa5\x8d\x23\x77\x22\xe2\x9b\x73\xa5\x7e\x88\x42\xbf\x08\x19\x7b\x1a\x3d\xfa\xb7\x5a\xc2\x0e\xac\x5a\x34\xfc\x97\xe5\x4f\xb7\x1e\x59\xbf\x46\xc1\xb5\x23\xc7\x62\xe1\x12\x4e\x56\xc2\x30\xcc\x76\xb2\x09\xea\x4a\xde\x28\x51\x6f\xcd\x1f\x7f\xb8\x79\x16\x69\x3d\x9a\x17\x6c\x5b\xc8\x59\x0d\xf7\x77\x74\xd0\xca\x95\xae\xe4\x71\x66\x94\xf9\x66\x8f\x3f\xfd\xc1\x0b\xa5\xf4\x89\xe6\xdd\x9d\x1b\x1a\xd7\xc7\x9f\xb1\x7f\xc8\x20\xd2\x65\xa0\xe6\x0d\x93\x7b\xae\x43\x66\x8b\xe4\x9b\x1b\xff\xa4\x60\xa9\xc9\x6f\x58\x75\x55\xf0\xec\x49\x2c\x08\xb4\x5f\xcf\x27\x0f\x41\xb3\xed\x96\x51\x16\x5d\x64\xd1\xa5\xd4\xfb\xf4\xe4\x83\xff\xab\xa8\x47\xc6\xb7\x5a\x2e\x7d\x02\x4f\x2f\x6d\x23\x39\xbc\x19\x22\xf8\x46\x4d\xc9\xf9\x48\x72\x4d\x7d\xc1\xf2\x9b\x37\x7b\x0c\x63\x2e\x7d\x3d\xf9\x80\xfa\x52\xcd\xc9\xcf\xd3\xd3\x95\xc0\x8e\xc2\xbc\x64\x57\x6b\x5d\x7c\x29\x01\x56\x1d\x7a\x6f\xa2\x6d\x6c\xbf\xd7\xa3\x8f\xcd\x6f\xbf\xb8\x84\x0b\xbe\x80\x27\x40\xfa\x6e\x36\xca\x53\xbc\xe7\xe4\x93\x6c\x68\xe2\x19\x6a\x77\xcd\xb1\x3d\x98\xa2\x2e\x64\x6b\xd5\x52\xf4\x13\x2e\xbe\x3b\xe6\x3c\x3d\x5d\x11\xef\x2c\x4d\xf9\xe6\x71\x47\xbf\x56\x9a\x81\xa5\x88\xd8\x1d\xe3\x36\xda\x3a\x72\xfa\x5d\x91\xcb\x4d\xe0\x0b\x78\x0a\x5e\x00\xce\xdb\x2e\x2f\x09\x71\x88\xc9\xd4\x59\x69\x44\x53\x54\x16\xcc\x88\xdc\x0f\x23\xe6\xb3\x26\xab\x8b\xfa\x70\xe7\x45\x8e\x51\x4f\x4f\xb7\x1c\x06\xb2\x53\xa7\xbc\x87\x4c\xb4\x65\x36\xd9\xa8\xbe\x9a\xa2\xf9\x3f\x5f\x7d\xe0\x79\xc7\xee\xba\xeb\x95\x3b\x17\x07\x2e\xc4\x5d\x8c\xbb\x39\xff\xdc\x19\x9b\xe2\x9b\x0a\xf3\xb8\xa8\xa5\xca\x4f\xd3\xef\x6e\x13\x11\x9b\x59\x5a\x35\xd2\x7d\x09\xf3\xf4\x47\xc1\xa7\xa7\xab\x4f\x5a\x27\xb3\x79\x02\xc9\xcd\x7f\xfc\x6a\x66\xb7\x25\x46\x7b\x43\xf3\x08\x13\x79\xf0\x71\xfb\x83\xbc\xbb\x1f\x6f\x27\xde\xba\x70\xdb\xe2\xae\x0d\xb2\x39\xe6\x16\x69\x36\x4b\x9a\x28\x86\x4a\xa0\xe9\xb2\xbb\x75\x44\x74\xd6\x6e\xcd\x44\x5f\xd3\x82\xd5\x91\xd6\xe9\xe9\xaa\x7c\x37\x55\x7e\x72\x28\x8b\xf5\x96\x62\x39\x97\x23\xc9\x21\xba\x35\x3a\x15\x1a\xee\xeb\x96\x17\xca\xcf\x0a\x1f\xe7\x3f\x0a\x7f\xf2\x05\xf9\xf5\xab\x7a\x2c\x4a\xd2\x51\x96\x05\xd1\x2c\x55\x74\x33\x32\xf7\xba\xa8\xb7\x39\x48\xb5\x0f\xfb\xbf\x2e\x3a\x1d\x4f\x9e\x9e\xee\x64\x0f\xa6\x95\x66\x45\xce\xd8\x6f\xab\x2e\xf0\x59\x52\xa9\x11\xa4\xa1\xbb\xe1\x65\x60\x73\xbe\x9f\x79\xbb\x8b\xca\xf2\x5a\x16\x35\x06\x8d\x1b\x23\x1f\xd7\xf5\x1b\x09\x0b\xaf\x68\x91\x2a\x8e\xf9\x07\xcf\x2b\xd1\x3d\x39\xb3\x75\x62\x03\x86\x4b\xed\x27\x33\xa7\xa7\xc7\xb2\xa3\xfb\x95\x23\xf1\x02\xce\x01\x1a\x27\x22\x7e\x2c\xfd\xe4\xbb\x04\x8d\xdf\x1e\x7d\x51\x24\x24\xc5\x9b\xc5\xe1\xc1\xc6\xc7\xb9\x88\xd7\xf2\xe9\x90\x04\x9f\x0a\x9d\x75\x4a\x2c\x4b\xf5\xa5\xf9\xb1\x17\x5b\xb4\x48\xde\xd3\xfa\xa4\xa1\x1f\xcb\xf1\xf0\xee\x9c\x76\xac\x0b\x4a\xd6\xf0\x48\xd5\x7f\x2b\xaf\x2c\x28\xc5\x8c\x45\xd1\xc7\xa0\x44\x73\x48\x21\x4e\xba\x4d\x7c\x9f\xe8\x94\x98\x8d\xb4\x8d\x72\x84\x01\x9d\xe5\x1b\xb7\xb2\xe4\x6b\xd5\x2d\x0b\x0b\xaf\xa2\x18\xdc\xbc\xaa\x06\xf1\xa1\xfc\x95\x29\x58\xc2\xbc\x63\x33\x7b\x06\x95\x77\x8f\x0d\xbb\xb6\x8b\x9c\x93\x80\x3f\xcb\x4f\xda\x78\x76\x0e\xa6\xc6\xef\x78\xf4\x24\x74\x06\x0c\xae\xdf\xab\xd9\xee\x73\xeb\x09\xbd\x96\xd8\xfa\xf5\x4d\x6b\xd6\x2a\xdf\x2b\x23\x66\x24\x1f\xab\x91\x7a\xf8\xee\x0a\xe2\xe4\xde\x72\x72\xfb\x9d\x6c\x9c\xc8\x5d\x0f\x7a\x8b\x22\x2d\x7c\x39\x3b\x21\x3a\xb1\x14\xd1\xcb\x02\x76\x7c\x6f\xb8\x9d\xb9\x32\xb9\xd1\xf8\xde\x09\xd9\x49\xec\xff\x8c\x54\xe9\xd5\x13\x31\x73\x75\x68\xf4\xa7\x8b\x5b\xce\x63\x68\x72\x1c\xad\x5a\x47\x64\x6b\xd7\x05\xba\x2a\xca\x19\x53\x79\x43\x7f\xba\x71\x58\x5c\xd5\xca\xd0\xb2\x56\x5a\xfb\xa5\x25\x47\x2f\x9d\x29\xd1\x29\x21\x24\x15\x21\x5d\x2b\x7f\x45\x65\x4d\xf7\xab\x51\xbe\xb5\xa2\x73\xb8\xaf\x6b\xf8\x9d\x34\x9c\xe2\xdb\xad\x8f\x46\x15\xd6\x9a\x10\x96\xf2\xd2\x08\x7f\x53\x70\x11\x7a\xf2\xc5\x90\x8f\x6e\xf4\x96\x6f\x74\xc9\x95\x5f\xea\x95\x69\x13\x6b\x04\xaa\x0c\xa9\x09\xa9\x37\x6a\xb1\xea\x6a\x9a\x50\x5b\xdf\x70\xd2\xf4\xf6\x0b\xb2\x8b\x7d\x92\x4e\x5c\xb0\x5e\x33\xd8\xad\x33\xf5\x65\x03\x91\x85\x3f\xc4\x5a\xc0\xeb\x47\xaa\x77\x28\xf0\x48\x12\x0d\x89\xf1\xb8\x69\x63\x64\x9b\x64\x93\x61\x39\x68\xe6\x63\x2a\x66\x22\x61\x66\x6f\xbe\x6c\xe3\xed\x54\xee\x19\x1c\x38\x1f\xf9\x30\x49\x3d\xfb\x42\xa9\x5c\x5d\x4b\x97\xdd\xe8\x8b\xa5\xf0\xc3\xa9\x73\x5b\xb9\x63\x3a\x63\xd5\x2b\x51\x57\x52\x50\x97\x2c\x19\xae\xed\x83\xe9\x98\xe6\x01\xdc\xaa\xdd\x5b\x5c\xd1\x9c\x4f\x5c\x1b\x3c\x25\x7d\x48\x83\x02\xc3\x5b\x13\x24\x33\xa6\x8a\xf0\x2a\x1b\x5b\x05\xfb\x97\xa6\x9e\xac\xd1\xfd\xf9\x1c\xe6\x16\xe9\xb4\x51\xef\xcb\x7a\xf3\xe2\x0b\x69\x8b\x31\x4f\x03\x2b\xc2\xe6\x43\x48\x43\x3f\x87\xb0\x07\x4f\x86\x7e\x0a\x97\x89\x31\x4b\x54\x4f\xaf\xc8\xd7\x2b\xdf\x6e\x40\xef\x14\x1f\xc5\x9f\x2b\xdb\xfc\x87\x2c\xc6\xa6\xcf\xf4\x6a\x9f\x6f\x53\x7a\xf9\xbd\x1c\xec\xc4\xb2\x94\x8d\x64\xf5\xe4\xe6\x64\xd6\x94\xb2\x54\xb3\x0c\xed\x9c\xc9\x22\xbb\x0a\xa5\xfa\x1f\x1d\x5f\xfb\xe3\x27\x77\x56\x3e\xec\xf3\xfd\xb3\xf7\xdd\xaa\x9b\x13\x1c\xe2\x6f\xdb\xad\xe1\x2a\xb2\xc8\xd2\x28\x1c\x2d\x7c\x5e\x94\x5a\xac\x58\xfa\xb0\x5c\xb7\x2e\xad\xd9\xbd\xe3\x51\x3f\xd1\xf8\xc9\xe2\x85\x2d\xbe\x93\x84\x7f\xe6\xff\xfb\x75\x92\x7a\x38\xb8\x3b\xbf\x83\xba\x25\xbc\x41\xbe\xa5\xb5\x99\xb1\x8b\x7d\xda\xfd\x3f\xe1\x3b\x76\xda\x57\xd9\x25\xdd\x18\x5b\x55\x59\x62\x9b\xbf\x3d\xad\x35\x49\x39\xd6\x3a\x5e\x3e\x5a\x3f\x6e\x31\xe3\xb5\x1e\x73\xb2\xf9\x1f\x38\x9f\xed\xde\xde\x18\x5e\x45\x5d\x62\x9c\xb5\x99\x1c\x18\x7f\x3f\x2c\xde\xdf\xd4\x2d\xd3\x79\xa3\x4d\xb1\x79\xb9\xe9\xb8\xc5\xab\xfd\x4e\x2f\xf6\xd4\xe6\x5a\xe9\xf1\xfd\x7f\x64\x8f\xda\x7d\xb5\xf2\x64\x96\x6f\x22\x72\xf4\xc7\x40\x6b\x4f\x6f\x87\x5e\xcb\x48\x23\x56\x0d\x69\x15\x4e\x69\x5f\xf1\x58\x21\x5d\xe1\xcd\xa2\x4f\x25\x89\x0d\x6f\x7a\x34\x26\xf7\xd7\x1e\x1d\xe5\xfc\x95\xfd\xe0\xe9\xa6\xc0\xdc\x95\x91\x83\x3e\xf4\x8e\xde\x16\x8c\x86\xe7\xd5\x4f\xcb\x4e\x8a\x5f\xe4\xcd\x67\x99\xa7\x55\xa5\x3c\x4e\x50\x8c\xc3\x8e\x63\x8a\x47\x4b\xa1\x2f\x18\xac\xb3\xea\xbd\x3c\xa9\xba\x76\xf5\xf8\xe1\x9f\x25\xac\x91\xcc\xa4\x0d\xce\xb7\x23\xd7\xf3\x56\x2e\x95\xfc\xc8\xf3\xcb\xbc\x95\xe2\x9d\xc0\x10\x53\x14\xde\x1c\x52\x18\x28\xe1\x7f\xc1\xe7\xad\x77\x8f\xdf\xe5\x30\xe1\x64\xf7\xfc\x92\xba\xb9\x2e\xca\x49\xda\x75\xa3\x13\x9b\xdf\xf9\xf7\xf1\x17\x25\x06\x73\x5b\x59\xaa\x04\x0b\xb0\xb2\x2e\x25\x6b\xc6\x3d\x89\xc8\x08\xb9\xe4\x7f\xc3\x6b\xd1\xed\xad\xd3\x67\xfb\x1c\xeb\x55\x4b\x56\xcb\x1c\xdb\xcb\xee\xc7\x61\x0a\x29\x28\x05\xf3\x75\xb6\xdd\xc9\xd3\x45\x1b\x83\xbf\x4b\xd8\xc0\x9d\xa4\xe9\xf8\x5a\x3d\x96\x77\x21\x29\x21\x2a\x34\xe4\x81\x1f\xb3\x87\xa6\xf3\x05\x5b\x7e\x4b\x0c\x13\x72\x03\x0c\xed\x44\xad\x64\x75\x27\xf5\x06\x1d\x0a\xab\x7d\x8f\x96\xb0\x0f\xc9\x83\x45\x33\x8d\x0e\xfd\xf2\xf3\x57\x76\x8f\xcf\x25\x2c\xed\x0f\x6e\xd6\xb3\x17\xfa\x24\xcb\x84\x73\xfa\xf6\xbb\xe4\xda\xf7\x58\xbe\x33\xa2\xd3\x79\xa7\x6e\xae\xb4\x20\x7f\x59\x86\x45\x62\x5b\xec\x44\x82\xe7\x57\xbd\xde\x77\x6b\x49\x4f\xda\x88\x3b\xe9\x62\xa5\x75\xad\xd4\x23\xf4\x2b\x8a\xc7\x70\x4d\x89\x6e\xb6\xa9\x27\xb0\x32\x37\x23\x3b\xd2\xca\xfb\x97\xbd\xb8\x99\xa3\x81\xbc\x86\x8d\xd2\x67\x39\x24\x71\x51\xa1\x3d\x3e\x4b\x2e\x54\xb6\x1e\x96\x64\xb6\x1d\x51\x03\x45\x11\xfd\xeb\x76\xf7\x7d\x6c\x63\x88\xb3\x9f\x55\x6d\x75\x09\x4e\xb5\x6e\x41\x16\xea\x84\x65\x66\xb3\x43\xb3\xa4\x2e\x71\x28\x20\xd9\x31\xdf\x44\x56\x6b\x54\xe9\x9a\xf4\xa9\x48\x22\x6f\x11\x9b\x09\x53\x09\x3d\x2a\x15\x2d\xb9\xcb\xb7\x76\xda\xeb\x1c\x8b\xe2\xd3\x2a\x7a\xc6\xf7\x9c\x54\x83\xb8\x93\xd0\x0b\x8f\x9a\xc6\x87\x4c\x97\x99\x4f\x28\x4f\x4f\x0f\x86\x27\x3b\x5b\x0a\x0a\x6e\xc6\x84\xba\x6f\x5a\xda\x68\x19\xc9\xdf\x14\x77\xe1\x93\x66\xe3\x67\x28\xa1\x38\x21\xd1\xf8\xb4\xfc\xd1\x0e\xe7\x3e\x16\xc3\xd7\x52\x46\x64\xde\x2e\x19\x07\x4d\x79\x4b\x55\xcf\x8a\xa8\xd6\x2c\xe4\xea\x0b\x3d\xa8\xb3\x6f\xf7\xc8\x4f\x4f\x8f\xe4\x26\xa6\x5a\xb8\x72\x37\x22\x04\x9c\x93\x8d\x4a\x15\xf3\xc4\x45\xb8\x83\x99\xd4\xa8\x6c\x88\xe5\x09\xae\x62\x76\xbc\x13\x7c\x6d\xf6\x82\xf6\xb5\x15\x5e\x3d\x79\x0f\x8b\x96\x88\x84\xe2\x9e\x91\xaa\x93\x5c\x30\x66\x0a\x61\x49\x6d\xeb\xe4\x38\xcb\xc6\xd9\x1e\xeb\x99\x2a\x6e\x29\xce\x72\x09\xbb\x6f\x77\x4d\xcb\x57\xa6\x8e\xcf\x95\xe9\x3d\x85\xc2\xe7\x52\x6c\x57\x34\x95\x17\x6e\x8f\xc5\xef\x95\xdd\xa2\x7a\x26\xfb\xbe\x95\xe8\x2e\x7d\x20\x6f\xae\x6c\x94\xce\x4d\x9b\x52\x5f\xa2\xd8\xa5\xfc\xd0\x86\xd6\xe1\x5b\xcb\x10\xca\x9e\x5a\x69\xf9\x90\x65\x1d\x4c\x6d\xe0\xa0\xaa\xc3\x69\xc5\xaa\x40\xe5\xfb\x39\x0c\x8b\x09\xd5\xee\xe9\xf8\x3d\x94\x6b\x98\x17\xde\x5d\x50\x7b\xf0\x03\x15\xeb\x63\x30\xe5\x1c\xbb\xb7\x84\xb5\x7a\x85\xb9\xa4\xc7\x6c\x64\x56\xb6\x75\xad\x6c\x1f\xe6\x82\xc5\xe1\xe8\xe9\xe9\xfc\x8f\x56\x9c\xec\x35\x77\x15\x4b\x0a\xf1\xff\x1f\x61\x6f\x15\x56\xe7\x93\x6c\x0f\x37\x09\x84\x60\xc1\xdd\xdd\xdd\xdd\x21\x84\xe0\xee\x10\xdc\x2d\xb8\x6b\x70\x77\x09\xee\xee\xee\xee\x0e\xc1\x82\x3b\xc1\x13\x02\x84\xec\xef\x99\xcc\x6f\xe6\xcc\xcc\x99\xf3\xff\xfa\x8a\x9b\x2a\x7a\xf7\x7e\x9f\x5e\xeb\xad\x5a\xb5\xf6\x2b\x2d\x02\xa9\x4f\xdc\x5c\x0c\x0c\xa4\x56\x58\xbb\x48\xfd\xd0\x53\x80\x04\xd0\x01\x65\x44\x7c\x7c\x56\x3a\x08\x3f\x8a\x6c\xac\xae\x99\x2d\xb4\x2f\x7a\x2c\x42\xce\x8f\xba\x9b\x81\xd5\xa5\xe2\xa3\x85\x07\x0f\x08\xe4\x1b\xff\x0c\xa4\x59\x23\xc6\xc2\x85\xd1\xc0\xf2\x1d\x19\x37\x19\x2b\x2f\xf9\x25\xce\xd9\x9b\x5a\x18\x29\x60\x09\x90\x01\x27\xc0\x78\x6d\x8c\x5d\x42\x43\xcb\x63\xf5\xd6\x4d\x9b\xd0\x2a\xc9\x1b\x3e\x1a\xfa\x73\x7b\x6d\x4a\x7f\xde\xc2\xf1\xa1\xe1\x83\x2c\x04\x72\x11\x37\x86\x5f\xda\x1b\x97\xe6\xf6\xdd\xd0\x58\xe6\x80\xc3\x82\x8c\x19\xef\x02\xb5\x1c\x36\x08\x30\x02\x74\xc0\x06\x48\x00\xe9\xab\xb7\x98\x3d\x54\x80\x4b\x58\x1a\x4b\x53\xc4\x92\xc8\xd3\x31\xca\xef\xf3\x9b\x9a\xda\x3e\x8f\x05\xb5\x83\xd5\x7b\x3f\x08\xe4\x58\x75\x4c\xb4\x86\x29\xf1\xd2\x1b\xd7\x58\xe0\xdd\x16\x47\x34\x31\x32\x4a\x29\x5c\x0a\xb4\x3c\x20\x04\x4c\x00\x1b\xc0\x01\x11\x68\x3e\x0c\x16\x4a\x23\xce\x34\x29\x5d\x0d\x4a\x8b\x3e\xcf\x97\x91\x8c\x59\xed\x35\x42\x7d\x1e\x0b\x76\xfb\xd3\xf7\x6f\x20\x90\x33\xe6\xa9\x93\xfa\x9b\x74\x72\x3f\x37\xb3\x51\xb9\x28\x2e\x79\x22\x2c\x04\x84\x37\x11\x88\x3b\xaf\x97\x61\x9a\xa0\x11\x5f\xa2\xbc\xcc\x81\x7e\x40\x87\xa2\x78\xc9\xd1\x27\x65\xa8\x81\x6d\x51\xed\x49\x1a\x69\x91\x7d\x57\xfd\xd8\xe7\xb5\x60\x7e\x10\x7e\x9f\x02\x81\x5c\xd2\xcd\x6f\xb5\x94\x66\xd7\x04\x95\x58\x46\x2a\x6e\xf1\x40\x93\x99\x62\xc4\xe0\xb2\x60\xc3\xa3\x63\x21\x1f\x20\x45\x22\xd1\x22\x45\x21\xd7\xa1\x43\xc8\xcc\x38\x2c\x24\xd5\xd5\xa7\x2c\xc3\x3d\x2f\xa2\x9a\xb3\x2b\x6b\x99\xfb\x85\x16\xf7\x0e\xae\x7e\x6a\x43\x20\x77\xfe\x5f\xbc\xbb\x0a\xf3\xce\x3e\x65\xd9\xc1\xa9\x4e\x09\x55\x30\x49\x90\x08\x10\xc4\x93\x62\x12\x6e\xe2\x63\xe0\x44\x60\x8b\xe1\x14\xe1\xd9\x12\xcd\x52\x0c\xb1\x27\x4b\xaa\xaa\x9f\x58\x02\x2f\x9b\xe8\xbc\xcf\xbc\xb5\x75\x03\x99\x8b\xbd\x47\x1a\x0f\xa8\x10\xc8\xa3\xf6\x26\x7c\x9f\x6d\xf1\x64\x14\x81\x63\xb5\x8e\xc1\x3b\x3f\x3e\x7f\x46\x19\x56\x14\xc6\x64\xda\x6c\x2a\x63\x8a\x66\xb2\x7e\x8a\x64\xaa\x7d\x7a\x72\x16\x3d\xee\x5a\x29\x07\xf5\x7e\x8b\x74\xaf\xa9\x68\xcb\x1c\x99\xba\xa3\x41\xb9\x65\xb4\xa3\x87\x47\x23\x08\xe4\xd9\x78\xa7\x6f\xe8\xa2\x3c\x3b\xce\xdc\x9d\xc3\xfc\x9d\xfa\x57\xe9\x13\xbe\x66\x16\x2d\xde\x52\x2e\x34\xb6\x06\x56\x39\x16\x52\x56\x62\x76\x54\x6e\x46\xc1\x15\x89\xed\xf7\xb1\x5a\xf6\x96\x1e\x9e\x6d\xd1\xcf\x9f\x23\xea\xd4\x06\xe3\x56\x92\x8e\xb1\x7f\xfd\x99\xd1\x3a\x3c\x19\x4b\xad\x61\x4c\xc6\x0c\xd6\x75\xb6\x32\x41\x50\xab\x7f\x6b\x21\x88\x29\xfd\x42\xdc\x5d\xc4\x59\xe8\x8d\x20\x85\xd0\x1b\x11\x15\x89\x4a\x59\x15\xa5\x04\x6d\x3d\xa3\x16\x5b\x37\x1f\x9f\xe8\xa0\x5c\xc4\x3a\x84\xc1\xc1\x95\xa4\x93\x87\xbf\xdf\xba\xa7\x64\xd3\x72\xf5\xe6\x79\x05\x71\xee\xfe\x31\x8e\xcd\xc6\xc5\xea\xf9\xef\x1e\xd4\x70\x95\x5e\xcb\xe3\xbf\x87\x97\x25\x91\xd3\x91\x37\x57\x81\xd2\xca\x37\x42\x32\x5f\xb2\xbf\x70\xaf\x0a\x8a\x8b\x4f\xca\x37\xa8\x97\x1c\x32\x5e\x99\x3e\xe5\x7a\xda\x86\xfc\x99\x63\x99\x3b\xe9\x41\xaa\xca\xcb\xfe\x1c\x43\xef\x97\xec\x38\x6f\x8a\xa5\x35\x6b\x58\x60\xb0\xa2\x8b\xa1\xcd\xab\x7d\xad\x9d\xad\xfb\x68\xd4\x6c\xa1\x65\x77\xef\xf6\xc9\xd7\x37\x74\x27\xbe\x3a\x93\xa5\x2c\xb5\xd5\x7f\x58\x78\xf9\xfc\xe8\xc5\xaf\xc7\xbf\x65\xb8\xa6\xdc\x58\x19\xbf\x6d\xb7\xae\x80\xce\xc2\x88\x7e\xf6\xe7\xff\x88\x6c\x49\x60\x07\x67\xf7\xd1\xf2\xc0\x22\xdc\x42\xde\xd2\xd9\x06\xd6\x11\xea\xe3\x9d\x4f\x4e\xc8\x4d\x8c\x45\xca\x63\x2e\x75\x05\x42\xe3\xef\x5e\xe9\x69\xf5\xcd\xd9\xf3\xa7\xdf\x7f\x3a\xdf\x8f\x0e\xc7\x72\x2b\xf5\x23\x07\xad\x15\xe5\xb2\x59\xca\xb1\xa2\x41\x5e\xee\x53\x0e\xf7\x1e\x5e\x1e\x57\xee\xda\x6e\x26\x1e\x3c\x5e\xfe\xfe\xd3\xc1\x87\x51\x23\xc9\x94\x9f\x39\x8b\xfd\x6a\xce\xda\x08\x87\xc4\x66\x3f\xad\xdb\x1c\x53\xdd\x7b\xfd\xe3\xb6\xbd\xeb\x3e\x40\x5f\x6a\x1a\x3e\x6e\x2d\xab\xe0\xf9\xbc\x9b\x28\x16\xe6\x19\x01\x17\xfe\xe2\x13\xf5\x27\xc4\x50\xa6\x70\xce\x68\x97\x38\xeb\x14\xed\x2c\xcc\x02\xc9\x4a\x89\xc6\xfb\x5e\xbf\x71\xbd\xc5\xe9\xad\xa8\xb3\x37\xf7\x2c\xff\x8a\x3a\x37\xe9\x7b\xc9\x4b\xea\x23\x5a\xed\x5d\xd5\xad\x05\x2f\xd3\xc6\x32\xb1\xd3\x12\x92\xaf\x52\x6d\xd2\x5e\xa5\x87\x65\xd1\xe7\xac\x14\x17\x56\x7e\x6d\x98\xe9\xf0\x19\x4c\x98\x55\x5b\x23\x3b\x50\xbc\x6c\x7a\x3a\xf8\x4f\xec\xbb\x01\xfb\x28\xcb\x47\xe3\xac\xdd\x05\x0d\xea\x65\x64\x39\x29\x99\xc8\x85\x45\x45\x7b\x25\xb5\x65\x1b\x95\xef\xea\xbc\x5a\xbe\x75\xa9\x0e\x16\x4e\x42\x96\xc0\xd7\xc6\xe3\xed\xdb\x13\x08\xc7\x7f\x83\xdf\x5b\xdc\xc3\x80\x35\xad\xe9\x2f\x83\x24\x6d\x0d\xb5\x5d\x65\x46\x8d\xae\x0d\xdb\x0d\x90\xe6\xa1\xf6\xdd\xae\xb9\xe1\xd0\x29\x97\xc5\x97\x1b\xcc\xfb\x97\x97\xdb\x0f\xce\xff\x15\xbd\xff\x73\x3d\x3d\x6d\xdf\x53\x7f\xf7\xb8\x66\xbd\x92\x3b\x6f\x3e\xd5\x3c\x73\x3f\xdb\xb8\xd8\xf9\xf9\xff\xcb\x5e\x9e\x69\x1f\x0d\xee\xeb\x6f\xbd\xae\xb5\xcf\x5f\x1f\xdb\x1e\xb0\xee\xb2\x6d\x6d\xae\x97\xaf\xf1\x7f\x99\x58\xf9\xb8\x7a\xb7\xb9\x7e\x3a\xf5\x13\xee\xff\x8a\xfd\xdd\xf1\x13\xfd\xba\xf4\xbc\xe9\xb8\xf9\x40\x62\x27\xe0\xeb\xe1\xda\xe5\xb2\xfe\x3c\xea\x74\xeb\xc4\xfe\x58\xcf\xf0\xd4\x20\xfb\x10\xd5\x08\xdb\x0c\xeb\x86\xfe\xc9\xc7\xff\xec\x84\xfd\x7d\xdd\xe9\x5e\x49\x1d\x73\xec\xb4\xac\x73\xac\x60\x2c\x62\xcf\x64\x4f\xf8\x8e\xd2\x0e\x08\xf7\xca\x77\xee\xb6\xa9\x35\xb1\x35\x1c\xd7\x69\xd7\x99\x35\x6e\xf5\xb4\x4c\xdb\xac\x55\x1f\x33\xdc\xfd\xfe\xcf\xf8\x7b\xa1\x63\x9e\x9d\xe1\x2f\x9b\x73\xee\x93\xcb\x23\x8b\x03\xb4\xdd\x03\x6d\x8b\xcd\x6c\x75\xad\xd5\x42\xe5\xd8\x45\x39\xf9\x3b\xb9\xcc\x39\xaa\xb9\x32\x85\x90\xfa\xe9\x5e\xdb\x29\xd4\x35\xbf\xe3\x93\xef\xff\xf1\x4d\x9e\xf3\xef\x52\x2e\xf5\x4d\x90\x0e\xb8\x76\xbe\x68\xbe\xab\xdb\xac\x92\x2a\x0d\x2d\xcc\xca\x31\xcd\x40\x4d\xc1\x4d\x64\x8c\x23\x88\x81\x8d\xaa\x8d\xce\x4f\x15\x28\xe4\xad\x63\xec\x89\x9c\xcc\x5f\xc7\x3d\x91\xbd\xd7\xfb\x9f\xf8\x1f\xa7\x7b\xdd\x2b\x74\x63\xf6\x3d\x3a\x8d\x9f\x2a\x3b\x4a\x0c\xf3\x86\x32\xab\x53\x46\xe3\xb1\xa3\xe6\xc2\xd8\x83\x8f\xfc\x87\xbc\x87\x3c\x61\xbc\x28\xbc\xa7\xc3\xe6\x92\x1f\x0b\x9f\xea\x03\x7a\xae\xa6\x9d\x36\x09\xcf\x6d\x1f\xa3\xff\x91\xe1\xaa\x7f\x7d\x6d\xaa\xba\x47\xa1\x3e\xa2\xc4\xee\x33\x47\x9a\x6a\xbc\x4a\x64\x71\xf0\xb2\x5f\xb0\x97\xb9\x2b\x82\xa3\xad\x6d\xb6\xd5\xa8\xf9\x88\x79\x80\xcd\x8d\x67\x7f\xb8\x53\x6a\x4f\xd1\x78\xc3\xef\xfe\xb1\x39\xb6\x1d\x97\xeb\x7f\x4e\x99\x9d\x73\x2e\x0f\x0e\x5d\x36\x0d\x95\xe4\x64\x4a\xc7\x25\x87\xa1\x06\x78\x7b\x9a\x7d\x6c\xb3\x7b\xb0\x82\x31\xde\x34\x08\xd2\xd9\xd2\xe4\x50\x63\x52\x6d\x31\x58\xb7\x6d\xf0\x0e\x89\xf4\x4d\x2f\x2e\xcd\x6d\x55\x1e\x09\x58\xfe\x7e\x44\xf5\xe3\xaf\x3a\xca\x41\xd9\xec\x73\xcf\xbb\xaa\xae\xcf\x58\xb1\xb9\x41\x5f\x3d\x73\x1c\x7b\xac\xa7\x4c\x5e\xeb\x5d\x68\xaa\x28\x97\xca\xa3\xc9\x30\x4a\x66\x89\xf7\x4a\x6a\xa8\xf4\x1b\xd3\x3b\x92\xf8\xc7\xc4\x8a\x7f\x56\xab\xd6\xed\x6a\x9e\x32\xdd\x7a\x71\xb1\xf3\xe7\xd1\x4b\xdd\x9b\x9e\x56\x6e\x0f\x2b\xa9\x4b\x41\x0f\xb6\xf7\x14\xb6\x55\x32\xc9\xd0\xfd\xa6\x46\x27\xb7\x2e\x75\x23\xda\x2f\x80\xce\x3d\xc5\x41\xce\xaa\xcb\x2b\xf8\xf6\x83\x66\xab\x39\x8c\x4b\x70\x48\x69\x72\x45\x51\x62\xb3\xd3\x50\xec\xb2\xdc\x31\xe5\xcf\x73\x08\xe4\xd7\xfb\x7d\xb8\x09\xcf\x16\x8d\xbc\xe5\x18\x7f\x1f\x56\xbb\x8a\x0f\x4a\x9a\x22\x0a\x8d\xd2\xa6\x42\x37\xdc\x39\x2c\x8f\xf4\x1b\xd4\x0c\x64\xa7\x24\x05\x2c\xed\xc2\x40\x5e\x48\x9f\xc4\x56\xd7\xbb\x2d\x3a\x3e\x5b\xa0\xfa\xa9\x3b\x7b\x56\x69\x87\xef\xc6\x03\x02\x79\x54\xd8\xdd\x1e\x73\x6f\xa4\xcb\x1e\x0b\xeb\xfa\xb8\x6a\x26\xad\x91\xfe\xfe\xb3\xb8\x36\x1f\x26\x6b\x1d\x6d\x38\xe9\x37\x02\x59\xac\x0b\xb4\x3c\xec\x19\xea\x6b\xae\x49\xa9\x69\xb5\x01\x33\x76\x17\x8d\xd0\xb8\x94\xee\x92\x9a\xd6\x92\xb1\x8d\x75\xa7\x6f\x1c\xbf\x23\x9f\xbd\x76\xcb\xc6\xdb\x6a\xd7\xd2\xcd\x83\x6b\xed\x05\xf4\x9f\x15\x54\xc5\x6d\xb8\x7f\x30\x7e\xa3\x28\x22\x28\xc1\x00\x48\x18\xb0\x46\x2f\xca\x51\xb6\x89\x3b\x99\x4d\x84\xa6\x15\xec\x0c\xa8\xed\x57\xfd\x2b\xe2\xcf\xf2\x0f\x1b\x93\x87\x0a\x57\xd4\x8f\xdd\x1f\xf7\x20\x90\xbd\xfd\xf1\x85\x5a\xf8\xb4\x4a\xa7\x4c\x1b\xe2\xf7\x9a\xd2\x76\xbc\xcf\x8c\x23\xe4\xd5\xb8\x05\x28\x9b\xb0\xdd\x80\x12\x10\x02\x6e\xf8\x01\x3c\x38\xda\x6d\x5e\x8d\x77\xa4\x3a\x94\xd6\xc5\xde\x01\xd1\x82\x39\xc8\xb5\xf6\x7d\x99\x0b\x8e\x07\x5e\xf7\x56\x10\xc8\x81\xc4\xe4\x59\x09\x7b\x24\xb3\xe3\xa2\x2e\xab\xf4\x2f\x2e\x39\x56\x16\x4a\x69\xbc\x08\x14\xd3\x57\x5b\x80\x09\xa0\x02\x52\x80\xf0\x0a\x01\x63\x83\xe2\x37\xa7\x8f\x64\xb0\xba\xac\x39\xb5\xfb\x6d\xb8\x7b\xa6\x61\xe5\x79\x77\xeb\xac\xee\x2e\xd1\xdd\x24\x04\x72\x1c\x34\xf0\xba\xf8\x38\x92\xdb\xb9\x40\xd7\x4d\x1a\x96\xfd\x0d\x59\x0c\x61\x34\x9a\xde\x6b\x34\x40\x01\xa4\xc1\x5b\x80\x0c\x28\x5f\x60\xa1\xac\x92\xaa\xb2\xbd\x11\x3b\x57\x25\x36\x79\x70\x4d\xf9\xf4\x29\xfd\x5d\x85\x74\x67\xc8\x8c\xcd\x8e\xc0\xed\x12\x04\x72\x9e\x32\x10\x59\xfc\x2b\xa6\xc4\x65\x4c\x3f\x4a\x3a\x82\x55\x8c\x50\x0c\xd5\x16\xee\x06\x14\x02\x2c\x80\x0e\x90\x01\x17\x10\x05\xb8\xc8\x6f\x88\xbb\x58\xe2\x44\xa5\x94\xdf\x9a\x88\xb9\x10\x86\xbe\x4b\xeb\x2f\x57\xeb\xac\x9d\x96\xdb\xf6\xbf\x95\x86\x40\xf6\x5e\x0e\x1b\x57\x2a\x26\xa8\x7b\x40\x8c\x82\x65\x86\x59\x87\xf1\x6d\xe0\x12\x5e\x38\x80\x37\x40\x14\x20\x02\x1c\xc0\x0a\x94\x01\x39\x52\x39\x11\x0a\xf3\x8d\x08\xa9\x52\xe1\x87\xd4\x8f\x62\xa1\x61\x69\xda\xe5\x91\x1d\x37\xd3\x0c\x5b\x1a\x37\xd0\x10\xc8\x11\xe6\x44\x5c\x5d\x48\xca\xa6\x6f\xbf\x89\xd9\x7b\x78\x8e\x8f\x04\xe2\xd0\x8e\xd0\x4d\x2f\xe9\x81\x31\x50\x02\x6a\x80\x1a\xf0\x03\x0b\xc4\x62\x42\x0a\x26\x0b\xe1\x71\xc5\x1e\x63\xd8\x8f\x6b\xa1\xbe\x69\xaa\x65\x3a\x9d\x04\xd3\x6a\xdb\x56\xb7\xa8\x10\xc8\xe9\xd2\xec\x50\x53\x71\x66\x57\xc0\xb8\x45\x89\xa2\x34\xb7\x03\x49\x2f\xf2\x2e\xf2\x5b\xa4\x13\xf8\x7c\x58\x27\x98\x7c\xe8\x7e\x98\xc6\x57\xae\x08\x22\x04\x8e\x8c\x59\xc2\xf1\x8a\xa6\xc6\xbc\xce\x47\xa1\xfe\x69\xd3\xe5\x89\x9d\x3f\xa7\xa1\xb6\xfb\x6f\x8d\x21\x90\xeb\x88\xc5\xc9\xf6\x83\x5c\x85\x50\x5a\x5b\xa0\x72\x29\x58\x4b\xff\x44\xc0\x8b\xf6\x8c\xb3\x88\xa5\x85\x56\x81\xe2\x8e\x4c\x83\xc2\x8e\xba\x8b\xa9\x4e\x10\xc3\xa0\x2b\xb4\xa1\xe8\xff\xa1\xf6\x23\x5c\xe8\x74\xfa\xef\xf2\xfb\xce\xe9\x99\xbc\x5d\x93\x3b\x5b\x08\xe4\x07\x64\xcd\xa2\x47\xaf\x70\x3e\x92\xd1\xe1\x5c\x3b\xeb\xed\x30\x0f\x13\x6d\x0f\x2d\x03\x85\x3f\xc9\x00\x61\x11\xfe\x1e\xfe\x25\x01\x2f\x11\x0a\xa9\x3a\x0d\x0e\x33\xbf\xe0\xa3\x22\x87\x71\x90\x0b\xfe\x27\xe7\x0c\xd4\x8a\xd5\xae\xd6\x19\xec\xdd\x9c\xbb\x58\x08\xe4\xe9\xd5\xd6\xd3\xc0\x6d\x59\x6d\xcc\x47\xb7\x6a\xd3\x0e\xb5\x17\x92\x69\xdc\x22\xf4\x28\x2c\x80\xa9\x87\x5e\x9f\x7a\x9e\xa6\x9b\x26\x96\x2e\x91\xd9\x89\x93\x44\xa0\x4f\xbc\x5f\xa9\xe9\x03\xac\xb3\x74\x68\x56\xda\x7d\xa5\x68\x37\xe1\x6c\xc5\xce\xe9\x0f\x02\x08\x04\x32\xb1\x77\x3f\xf2\xab\xaa\x37\xa9\x3f\xf0\xda\x71\xf3\x83\x86\x0a\xab\xa4\x1c\xcf\xa8\xe0\x47\xbe\x13\x1e\x1c\xce\x5b\x2e\x5a\x2e\x71\x1e\x17\x41\x0a\x71\x01\x99\x59\x25\x32\x2d\x42\xd3\x31\x17\xde\xd0\xcd\x0c\xc9\x4a\xb5\xae\xc8\x59\xb5\x3d\xfc\x1f\x7f\x5c\x41\x8e\xd1\x27\x65\xea\x5a\x73\xf9\x63\xbe\xfb\x91\xda\x8f\x19\xd1\xa8\x78\x48\x13\x89\xe4\x49\xdb\x4a\xd6\x4b\x48\x49\xcc\x48\x86\x4a\xc3\xc9\x46\x2b\x69\x6b\xee\x1a\xac\x58\x04\x3b\x52\x7b\xbd\x8d\xb4\xcb\x84\xaf\x78\xdd\xcd\x38\xab\xbe\x2b\xf7\xe3\x4f\xd7\xf9\xcc\x77\x06\xa3\x2b\xa3\xf2\x6d\x16\x7a\x54\xa5\xcf\xaa\xbd\xaf\xd1\xa3\xba\xb9\xe6\xbe\x9a\xa9\x4a\xbd\x72\x9e\xb2\xb2\xf2\x9c\xba\xaf\x36\x9d\x61\x9d\x79\xad\x03\x70\xeb\xf6\x77\x8c\xd4\x4a\x8c\xc9\xd9\xaf\xd1\xef\xae\x98\x45\xdc\x83\xba\x2b\xfd\x5b\x86\x8b\xb8\x75\xdc\x31\xab\x36\x8a\xb2\x84\x0c\xb3\xc8\x43\x9f\x5b\x47\x1a\xd3\x52\x1d\x0e\xe3\x6c\x63\xd9\x0f\xb2\x46\xbc\xc6\x33\xa6\xea\x96\xcf\xf6\x5d\xae\xc7\xbe\x4f\xa1\xb7\xb1\x8b\x99\x50\x05\x41\x95\x3d\x1d\xa4\xa3\x90\x95\x95\x23\x9c\xef\x7f\xea\xbd\x3f\xd3\x0f\x0f\x97\x2d\x86\x7d\x5b\x94\x4a\x3b\x33\xd4\xa2\x29\xfd\xab\x5c\x2c\xad\x5f\x3a\xfa\x38\x64\x3a\xf4\x39\x6a\x3a\xc3\xb8\x50\x7b\x58\xf9\x4a\x86\x6e\xc4\xb8\xa6\x3c\xe7\x56\x94\xa3\x35\x21\xf4\xd0\x8f\x0d\x2f\xcd\xef\xa5\xdc\x74\xff\xe3\xb6\xbd\xf5\xd9\xab\x58\xa4\x1d\x4a\x6a\x7e\x2a\x33\xcb\x2a\x8e\xdb\x0b\xe1\xf0\xe2\x0e\x10\xf5\x85\xf8\x4b\x07\xd4\x07\x41\x87\xfa\x86\x57\xc4\xf2\xa4\x20\x7d\xf6\x2a\x0e\xa8\x23\x69\x77\x18\xcc\x98\xe1\x5f\xdd\x3f\x60\xba\x51\x83\xfc\xcb\x2c\xc5\x35\xde\xae\xf0\xc2\xe0\x50\x7f\xeb\x4d\x65\x4c\x6e\x76\xf2\x8f\x54\xc1\x60\xe8\x68\xea\x58\xcb\x18\xa3\xf8\xf2\x14\xcd\xf4\x6f\x39\x0f\x25\xf6\x55\x5a\xcd\x73\xbd\x1e\x63\xc9\x8b\x1a\x5f\x7f\x9e\x75\xdd\x0f\xff\x07\xf4\xbd\xbf\xea\xdb\x55\x5d\xd2\x1c\x0d\xec\x54\xaf\x53\x2f\x0e\xc8\x5a\x4b\x86\xca\xae\xce\xee\xc9\x41\xcf\x35\x2f\x4c\x2e\x0f\xac\x25\x6c\x91\xea\xa6\x1d\x39\x9e\x71\x5c\xd5\xdf\x9b\xbd\xe2\xf8\x6f\x4e\x14\xbf\x7f\x5d\xf7\xef\xff\xfa\x52\x34\x39\xdc\xd7\xdc\x22\x5d\x4d\x5c\x2c\x51\xf1\xa5\xd2\xa9\x6a\xb6\xfa\xa4\xfe\x7d\xcb\x6c\x57\xc2\x80\xf6\xc4\xf2\x92\xdc\x57\xf1\xa3\xb4\xbb\xb6\xdf\xaf\xff\x2f\x0e\xf0\x8f\xf5\x6b\xfd\x81\xef\x7b\xf9\xb5\xc6\x05\xdd\xe9\xf2\x91\xce\x7e\xc9\xae\xf6\x0e\xc5\x6e\xda\xa1\xd4\xf5\xda\x33\xdb\xff\x33\x2e\xff\xbe\xff\x76\xf2\xf2\xfa\x5b\xe7\x29\xd1\x91\xd6\x2e\xcd\xe6\xce\x5a\xd7\xf2\xf5\xfc\xc6\x3c\xd3\x4c\xcb\x14\xd6\xac\xe7\x12\xd7\x4e\xe0\x85\xe3\x13\xcb\x7f\x8b\x7d\xd6\x7b\x50\xba\xba\x3a\x93\x3d\xe4\xda\xe5\xff\x2a\xb6\xc1\xf5\x45\x60\x31\x62\xfa\x70\x12\x7e\x94\x6e\x90\xaf\x3b\xa8\x6b\xb1\xf3\x77\x27\x74\xa7\xf7\xa0\xd7\xe2\xf8\x76\xca\x39\xe6\xe3\xff\xd6\xa3\x46\x5c\xaa\x9f\xda\x6e\x4f\xaf\xf9\x2e\xbf\x98\x35\x9a\x7c\x3f\xba\x38\xfc\xba\x6f\xaa\x6b\xb3\xcd\xb3\xc9\xa7\xd6\xb7\x3a\xba\x42\xbe\x8c\xbd\x94\xbf\x3c\xbb\xf1\x6e\x18\x76\x6e\xfa\x2b\xee\xb9\xfb\xc3\xcc\xbf\x27\xb8\xf3\xdb\x9b\xdb\x88\x5c\x44\x9e\x60\x1c\x52\xed\xb5\xec\x30\x68\x8e\x68\x58\xaf\xc9\x2d\xfb\x51\x34\x97\xd7\xf3\x39\x22\xfd\x26\xf5\x21\x79\x2d\x29\x3d\x43\xbb\x34\xbe\x05\x6e\x60\x71\x0e\x7c\x1d\x39\x77\x7a\xfc\x57\x5d\x8d\xc6\x69\xcb\xaa\xe6\x6c\xd7\xc0\x8f\x8e\xe7\x26\xd4\x1a\xdf\x72\xb5\xa2\x9b\xdc\xe7\x2c\xce\xb4\xd4\x84\x6f\x31\x55\x11\x91\x9f\x70\x82\x48\x03\x67\x02\xe5\xa3\xa4\xb3\xf8\x4b\xee\x9a\xd4\x06\x5c\xe7\xee\xb7\x82\xbf\x25\xfd\xfe\xe7\x24\xca\x8f\xd4\x5d\xf2\x99\xf3\x41\xe5\x56\xe5\xea\x91\x22\x9f\x1c\xf2\xf4\x83\x64\x9a\x98\xfb\xf0\xc3\x60\x7d\xbf\x78\xef\x45\xf7\x9d\x8f\xc9\x8e\x49\x76\x5f\x1c\xa7\x7d\xb7\xa2\x18\x33\xec\x4a\x49\x5b\xf8\x86\xa1\x16\xd7\xf7\x3e\xdd\xfe\x93\x3f\x5c\x30\x7c\x09\x1e\x36\x69\x6b\xac\xf4\xcb\x33\x48\x75\x8f\x7b\x15\x9e\x1e\x54\xe9\x2b\xe3\x01\x9c\x35\x6c\x9f\x2d\xb5\x4d\xdf\x1b\x9d\xe8\x53\xeb\xd6\x7c\x30\x75\xd4\xf0\x53\x8f\x91\xcc\xa2\x2b\x27\x68\x97\x19\xab\x5e\x7d\x7f\x42\xfa\xf0\xd7\xbc\xde\x49\xca\x7c\x7b\xb7\x60\x6d\x49\x7e\x76\xb2\x40\x84\xa8\xff\x9a\xe7\x8c\xf3\x77\x5b\x71\x33\x3e\xa3\x1a\x5d\x32\x8d\x4d\xa5\x32\x05\x24\xd9\x70\xd9\x76\xf5\x64\xe3\x73\xe7\xca\x20\xd8\x78\x89\xdc\xee\x5a\x87\x1e\xba\x99\xe7\x6d\xfc\xcb\xcc\x3f\x4f\x62\xcc\x61\xeb\x74\x5a\x7b\x42\xa9\x43\xda\x73\x44\x8e\xaf\xbd\x73\xae\x75\xa1\x89\x88\x5e\x96\x3a\x8c\xa2\xe2\xbb\x2b\xc9\xaf\xc2\x10\x81\x62\xde\x05\x01\xb4\xf7\x21\x5a\x57\x16\xe9\x6e\xe0\xd3\x79\x2a\x76\x71\x68\xd3\xd9\x30\xe4\x0b\xec\xd1\xc5\xcf\x46\x08\xe4\x99\x6e\xa7\x78\xe2\x55\xc3\x5d\xee\x6a\xcc\xa0\x3f\x99\xd3\xbd\x05\xa5\x3e\x89\x7a\xb4\x5c\x83\x94\x80\x08\x1e\x9f\x30\x47\x3f\x73\x33\x3d\x2a\x8d\x23\x8b\xba\x08\x92\xc2\xaa\x81\x95\x9d\x8d\x4f\x65\x4c\x6a\xf6\x7e\xf5\x65\x8f\xc8\xec\xc9\xf6\xd2\x0d\x05\x04\xf2\xb0\xb2\x93\x3a\x32\x5f\xb7\x94\x65\x18\x96\xe9\x96\x63\x39\xa9\xbb\xaf\x84\xf6\x36\x4b\x44\x8f\x47\x8c\x39\x84\x76\x93\xbc\x98\x28\x03\x4f\x18\xdb\x83\xc6\x8f\x07\x48\x59\xa9\xf3\x9b\x61\xb8\xc2\x87\x62\xa7\x16\x97\x0a\xb6\xd2\x8c\xf9\xae\xef\x9c\x33\x3f\x7b\xfd\xe2\xd8\x5e\x1a\xca\xae\x6e\x4c\x31\x0f\x04\x0e\x9b\x86\xc8\xca\x7a\x52\x0e\xfc\x67\xec\x80\xee\x90\xf4\x00\x6f\x1b\xfd\xfc\x4d\x12\x9c\x28\x32\x09\x71\x09\xf3\x95\xd0\x8e\x3c\xc4\x80\xc1\x3e\xd1\x1f\x23\x1e\x2a\x1f\xb7\x01\x76\x30\x72\x29\xe3\x18\xe6\xa1\xf5\xe9\xd5\xb6\xe6\x10\x41\x45\x75\x38\xc4\xe7\x41\x5f\x4b\x0b\xfa\xad\xbf\xa0\x0c\xcb\x4f\x6a\x2c\x42\x08\xe6\x4b\x44\x44\xe8\x5f\x80\x05\x90\xc3\x89\xe3\x32\xd2\xb4\xf2\x42\xbd\x9d\xd7\x4a\xb3\xbc\xf0\x3c\x8f\xbc\xca\x1a\xa8\x36\xec\x55\x9f\xab\xde\x6b\xbb\xfb\xfd\xcc\xf9\xb5\x71\x88\x39\x2f\x32\x1c\xd8\x09\x68\xb3\x49\xb3\x73\x27\xb1\x79\x51\x9b\x12\x62\xa0\x75\xc1\xcd\x00\x35\xc0\x0d\x88\x01\xc3\xcb\x4e\x74\x7c\xb2\x6d\xb6\x6f\x12\x9c\x2a\x3f\x4c\xe5\x5c\xeb\x3e\x3d\xa4\x95\x97\x13\x75\xa4\x4d\x33\x6e\x6d\xdc\xb8\x43\x20\xdb\xa2\xdd\xe1\xb9\xa7\x21\x09\xf6\x09\x5a\x11\x12\x01\xac\x17\xe4\x13\x84\xf7\xe8\x23\x70\xb1\x00\x1a\xa8\x00\x12\x40\x0d\x88\x00\xe2\x1b\x4d\xc2\x2b\xa6\x6d\x61\x79\x85\x6c\xa3\x60\xa7\xc4\x60\xbd\x64\xd7\x92\xc8\xd6\xcb\x89\xf6\x8d\xc4\xcb\x41\x48\xee\x57\xcf\xf6\xce\xdc\x5f\xe1\x78\x8e\xa9\xda\x66\x12\x2d\xcc\xfa\x04\x57\x98\xfd\xf0\x97\x50\xba\x80\x04\x90\x00\x76\xc0\x0a\x44\x01\x17\xbc\x17\x9e\x2a\x7d\xac\x80\x9c\xdc\x57\xfd\xdf\xf6\x29\x01\x43\x89\xcb\x45\x96\x2d\x93\xe3\x94\xeb\x0b\xdf\x02\x21\x90\x8d\xc1\x1e\xc6\xc2\xcd\x68\x59\xe7\x51\x3d\x63\x49\x49\x66\x32\xdc\x6a\xf8\xc8\x97\x24\x00\x13\x20\x00\x52\xc0\x04\x98\xc0\x1b\x40\xf8\xda\x05\xe7\x84\xb6\x9c\x6f\xfe\x3d\x99\xde\xac\x3d\xa6\xbf\x60\x62\x41\x61\x7a\xf3\xf4\x28\xf5\xea\xe5\x37\x4f\x08\x64\xb3\x60\xe0\xbc\xfc\x75\x9c\x9e\xfb\xa9\x21\xcc\xdb\x61\x96\x09\xbc\x97\x2f\x99\x01\x25\x40\x02\x02\x40\x1d\xa0\x00\x6a\x40\x06\x68\x5e\xdd\x61\xf7\xd2\x78\xf0\xba\xca\xfa\xea\x76\xdb\x99\xfa\xcf\x27\xf0\x15\x72\x36\x55\x8e\xce\xad\x0d\x7d\x53\xf8\x9d\xbc\x2f\x33\xba\x5c\x13\x92\x2c\xed\x43\x63\x22\x2c\x5b\xce\xe1\x48\xc0\x0b\xeb\x04\x28\x81\x22\x20\x02\xaf\x01\x0e\x40\x03\x2c\x00\x07\x26\x10\x0b\x8f\xba\x85\x97\xf2\x1d\x94\xae\x92\x9d\x8d\xbf\x49\x22\x5c\x41\x5e\xb3\xe4\x68\xdf\xda\xd7\x6f\xdc\x10\xc8\xf1\xf9\x74\x45\xc3\x5d\x06\x5b\x40\xb4\xf9\x85\x42\x02\xf7\x03\xe9\xe3\x9b\xf7\x2f\x72\x5f\x1e\x43\x59\x03\x7c\x40\x04\xcc\x00\x05\x10\x84\xb6\xc6\xb4\xa7\x2a\xe2\x19\x7c\x97\xa1\x4b\x6d\x67\xe0\x8f\x19\x7f\x58\x48\xd7\x8c\x3d\xda\xb4\x2e\xf0\xad\xeb\x4f\x37\x0a\xb6\x35\xed\x73\x46\x08\x93\x8d\x8c\xca\x17\x41\x0e\x7a\x64\x3c\x2c\x44\x32\xe4\x76\x44\x05\xb8\x9b\xd7\x68\xb0\xaf\x5e\xbf\x81\x53\x46\xf0\xc0\x88\xa1\x52\xe1\xf9\xf0\xce\x53\x87\xd7\xee\x95\x5f\x63\x82\x76\xa1\x63\xb3\xda\xd8\xf4\x7a\xe9\xb7\x7e\x08\xe4\x56\xfb\x4b\x4d\x97\x66\x81\x66\xf8\x9c\x43\x87\x36\x9a\xf4\x35\x37\x2e\xb5\x1c\x2e\x33\x46\x1e\x2e\x3c\x16\x0c\xfa\x1a\x7a\x25\xfa\x19\x66\x3c\xf6\x14\x41\x06\xd5\x27\x6e\x51\x99\x58\x5d\x7b\x3b\x3b\xbf\xc5\x04\xcb\xc2\x8d\xe6\xe9\x31\x82\x0d\xcb\x0b\x0a\x08\xe4\x67\xc9\x86\x60\xdf\xc7\x92\xc0\xe8\x22\x37\x7a\x93\x9f\x2a\xdf\x25\xc8\x38\x1a\xa8\xa9\xa9\xb3\x29\x53\x48\xad\x49\x73\x48\x58\x49\x2d\xc8\x20\x54\xd0\xf4\xe5\xac\x03\xfc\xcc\x32\xcd\x3a\xcc\x76\x5b\x01\xad\xf1\xce\x45\xd0\xcd\x0d\x63\xaa\x1b\x0b\x97\xce\x10\xc8\x33\xe1\xf6\xc8\xf0\x9b\xca\x8c\x24\xce\x40\x0c\x47\x36\x23\x1a\xa5\x4c\xb1\x51\x4e\x59\xba\x7c\xd6\x5f\x2c\xeb\x8c\x99\x4c\x0b\xcc\xba\x2c\x27\x1c\x82\xbc\x0b\x22\x3e\xd2\x69\x8a\xd6\xfa\xfa\xb6\x27\x7e\xe8\x09\xc5\x45\x45\x6d\xc2\xe3\xb9\x9b\x9f\x2e\xa1\xff\x76\x47\x1c\x48\x8d\xfb\xd4\xc5\xe6\x88\xc6\x50\xf9\xb2\xd8\x69\x1a\x38\x29\xb1\x8a\x5f\xf0\x5c\x08\x15\x0b\x46\x0a\x22\xf2\x5f\x09\xfa\x09\xcb\x89\x77\x4a\xdf\x2b\xe4\x69\xe4\x19\x94\x5b\xd4\x3a\x6d\x05\x11\xc5\xb9\x16\xa8\x36\x27\x8d\xab\x6e\xc8\x5f\xf2\xfe\xb9\xa5\xdc\xa6\x17\x3b\xc3\x2a\x94\x32\xb5\x22\x35\xbd\x25\x6c\x1b\x0c\x2a\x55\x9c\xde\x3a\xbe\xff\x2a\x37\x24\x7b\x2f\x2b\xfa\x7e\x40\xfe\x40\x45\x49\x13\x43\xbf\xd0\x6c\xc4\xee\xc9\xdd\x30\x70\x2a\x6a\x32\x23\xa8\xcc\xa2\x75\x61\xb4\x70\xe3\xea\x3a\xe8\x6f\x19\xbe\x11\xaf\x61\x8f\x46\xb4\xea\x97\xba\xa6\xe3\x45\x98\x79\xfd\xb2\x27\xfc\xb0\xa3\xe1\xac\xc3\xa1\x2d\xa2\x3d\xad\x3d\xa7\xd3\x67\x90\x67\x74\x62\x2e\x62\xef\xe1\xaa\xe9\xe7\x16\xce\x9f\xa8\x98\x55\x50\xca\xd4\x88\xdc\x3b\x3c\x53\xbe\x51\x71\xf9\xa7\x17\x74\xcf\x7f\x70\xb7\x64\x32\x54\xd4\xcc\x5d\x92\x98\xf6\x23\xd2\xc6\x37\xcb\x29\xd9\x7c\xc6\x52\xd4\x6c\xcf\xda\xcb\x4a\xdc\xf6\x87\xfd\xb1\xf3\x83\xdb\x90\x9f\x61\xe8\x58\xac\x66\x5a\x54\x7e\x58\x25\x53\x4b\xd4\x80\xc1\x8c\xed\x06\xec\xa9\xe3\x77\xc3\xbf\xdf\xb6\x37\xb9\xbb\x1d\x0b\xc2\x83\x7c\x4d\x79\x25\x2b\x99\xe8\x31\xeb\x81\xcf\xee\xaf\xed\xe9\xdd\x77\xdc\x46\x3d\x86\xbc\xc6\x7c\x59\x83\xfd\xc3\x39\x63\xf1\x53\x19\x73\x6a\xca\x44\x1b\x6a\xba\x39\xc7\xc4\x16\xee\xb6\xda\xcf\xf1\xee\xad\xfe\x89\x3a\x63\x57\xe2\x3b\xf2\xf3\xb1\x83\x5e\x2d\x92\xe5\x4d\x9f\x37\x12\x0d\xc3\x79\xfd\xf9\x43\x7f\x86\x74\x84\x9e\x85\xb7\x47\x0f\x25\x21\xa4\x89\xe6\xbc\x2b\x61\xa9\xbd\x6e\x1f\x1d\xd0\x99\xec\x5b\x15\x39\x00\x57\x3a\xcf\x06\xff\x8a\x7c\xbf\xe5\x2f\x43\x76\x98\x17\xb1\x47\xd8\xdb\x97\x6b\x2c\x0b\x9e\xd2\x21\xf1\x85\x29\x4e\x29\x69\xa9\x6d\xe9\x64\x99\x6c\x79\xc8\x25\x6e\x35\x78\xcd\x58\x3d\xf7\x23\x9e\x0b\xd4\x1b\x8d\x47\x6e\xff\xf9\xe6\xfd\x27\x07\xb8\xaa\xdf\x2b\x5a\x79\x3d\x61\xd8\xd3\xda\xf4\xbe\xe2\x77\xc1\xb7\xdc\x99\xc2\xdb\x92\x93\xf2\x93\x0a\xdb\xda\xf0\xc6\xdd\x2e\xfc\x21\xd7\x29\xa4\x65\xc5\x9d\xcd\xf3\xde\x9f\xbc\xff\x0f\x12\x41\xf5\xcb\xef\xa1\xed\xbb\xfc\x8d\xed\x05\xd3\xc9\xd2\xe1\xee\x3e\xe6\x96\xfb\xfa\xcd\xea\xda\x97\xca\xd5\xf6\xb5\x93\xa3\xb3\xef\x8c\xff\x57\xe0\xd3\xf3\x13\xc2\x77\xc5\x6b\xc2\x6f\x59\xa7\x8e\x47\x87\xbb\x39\x5b\x62\xeb\x6c\xcb\x9b\xf3\xc1\x33\x55\x13\xd9\x23\x2b\xc3\x7a\x43\x9e\xc3\xe8\x93\x06\x5f\xde\x1f\xf0\x5e\xff\x17\x57\x37\x08\xe4\x71\xe6\x9b\xf2\xe9\xe9\x81\xf7\xd6\xf5\x7a\xc4\x17\xd7\xc5\x8e\x59\xbd\x09\xd3\x91\xec\x81\x99\x1e\xd9\x4e\xfa\x96\xbb\x46\xaf\xfa\xc9\xda\x2f\xf5\x59\x5d\x4a\x63\x64\xcb\x64\x7b\x5b\xd7\x6d\x90\xd2\xff\x38\x81\x95\x6f\xa3\x5b\x39\x6b\x07\x8b\x3e\xd3\xbc\x63\xf2\x43\x1e\x7d\x39\x5d\x37\x6d\xf0\x8d\x3b\xb5\xfb\x95\x71\xa5\x55\x45\x48\x79\x32\x9f\xfb\xb2\x3f\xe7\xd1\x56\x5a\x75\x5c\x8f\x12\x2c\xf9\xed\x29\x5c\x09\x3d\xff\xdb\x2c\xca\x5d\xe4\xf6\xc5\x42\xfe\x94\xde\x50\x6c\x77\x78\x6b\x6e\xa3\x4d\x4d\x62\x85\x58\xb1\x4b\xde\x61\xb6\x65\xba\x73\xd2\x60\xbc\x67\x74\x45\x64\x6a\x44\x77\x6c\x5b\xf6\x63\x85\x40\xeb\xcd\x48\xc8\x32\xf5\xfe\xd7\x1b\xbe\x7f\xd9\xc1\xc6\xb1\xf6\x62\xda\x10\x4b\x4f\x4e\xd3\x50\xf5\x87\x52\xec\xfc\xf8\x6c\xce\xb4\xa7\x24\xe3\xd8\xf3\xf0\x83\x50\xa2\x40\x38\xdf\x60\x2f\x29\x0f\x69\xb7\xb3\xc0\xe8\xd8\xce\xcf\xfe\x15\xba\x6d\x87\xa3\x5e\xcb\x2b\x47\xac\x77\xff\xd4\x93\x7c\xaf\xda\x3a\x9b\x40\xef\xf6\xaa\x77\x29\xa5\xce\x99\x48\x13\x88\x9f\x8b\x86\x0e\x63\x0e\x74\xf0\xe9\x73\x1b\xfd\x88\x61\x3f\x69\x0d\x6f\xae\x60\x8a\x64\x46\xe2\xc2\x1f\xe8\x11\xd7\x94\x13\x58\x85\xd9\x59\x36\xd1\xb8\x1e\x7d\xea\xfe\xd8\xf1\xf7\x0c\x17\xc2\xcb\xb3\x7d\x21\xf5\x77\xc5\xd1\x19\x6b\xf1\x49\x9f\x86\x02\xe3\xbc\xa6\x5c\x25\x1c\xda\xac\x93\x4c\xfb\x0d\xab\x74\xee\x35\x6b\x54\x53\x55\x1c\xb5\xe4\xcc\x77\x5d\xd7\x42\x3a\x13\x55\xf3\x0a\xea\x45\xfa\x8c\xe6\xb8\xb6\xcf\x6e\xfe\x9a\x65\x39\x62\x9d\x45\x6b\x93\x2e\xdb\xc8\x4e\x8c\x79\x0a\xa6\xf1\xdc\x71\xba\xb1\xf1\x30\x8d\x37\xcc\xd6\x7e\xa7\xb2\xa7\x80\x2b\x73\x22\xf9\x4d\x9c\x5a\x44\x5c\xce\x41\x4f\xc7\xda\xca\x93\x24\xac\x35\x4d\xa9\xb8\xbb\x35\x60\x14\x75\x55\xeb\x44\xf0\xd1\x18\x02\xf9\x5d\xba\xaf\x38\x99\x54\xa7\x98\x8f\x9a\xe0\x18\xb8\xe9\x2e\x69\x1b\x6e\xf2\x43\xcf\x40\x6d\x49\x3e\xe1\xed\xb3\xd8\xba\xc0\x13\xf7\x03\x07\x26\x0b\x0c\x6b\x92\xd8\xa5\x92\xac\x61\x83\xfd\xb4\x9f\x75\x4c\x73\x0e\x5d\xf5\x65\x2f\xf1\x6c\xff\xce\xe8\x2d\x2b\x04\xf2\xb0\xb6\xc5\x30\x22\x50\x6d\x99\xa1\x11\xee\xed\x71\x69\xb3\x63\x98\xa3\xbe\x28\x77\x27\x75\x21\x6c\xc8\x9d\xc7\x66\xc7\x80\x4d\xf5\x81\xf4\x9e\xf0\x8a\x26\x83\xd7\xe6\xad\xb0\x86\x99\xd9\xaa\x1b\x6f\xe8\x5d\x6a\x43\x49\x58\x6b\xf7\x38\xf4\x9a\xec\x79\xd2\xf3\xe0\x7d\xce\x16\x61\x3f\x5b\x79\x73\xf2\x59\x60\xbf\x83\xe3\x87\x75\xf5\xac\x77\xdc\x22\x25\x3c\x13\x2c\xc8\x34\x85\x64\xe8\xf8\xe1\x98\x6b\xa8\x66\x48\xfc\x24\xa9\x2c\x64\xc2\x4e\xf2\xad\xfa\x86\xf6\xcb\xfe\x54\x71\x55\xb9\x03\xf5\x63\x03\xe7\x8b\x90\x43\xbf\x1f\x90\x9f\x0d\x9b\xad\x3d\xa9\xa5\xeb\xe1\xfa\x1f\x8d\xad\x16\xb4\x94\x65\x3f\x88\xbc\xe7\xe4\x66\x40\x22\x17\xc4\xbd\x46\x87\x46\xf8\x0e\x13\x01\x1c\x5f\xf5\xe2\x64\xd3\x18\x70\x2f\xbc\xf5\xd0\xe4\xb2\x8c\xf5\xf8\x16\x01\x95\xc9\x57\xd5\xd4\x2d\x30\xcb\xb4\x13\x7e\x4b\xfe\x73\x72\xfd\x63\x77\x56\x8e\x6c\xb0\x93\xbd\x9e\x56\xee\x5b\x7f\xb1\x13\x4e\x68\xba\x38\x92\x66\xec\x37\x48\x65\xd0\xc5\x00\x17\xe8\x00\x53\x28\x3b\xd4\x43\x52\x6f\x36\x2c\xd1\x72\xe5\x1a\xe3\x17\x1f\xf3\x43\x6e\x53\xbe\x96\x9a\xb4\x33\x4d\x08\x7e\xc5\xb8\xd4\x7c\x7c\x58\x9f\x6c\x2f\xcf\x08\x0e\x14\xb6\xbe\xd3\xe0\x14\x7f\x64\x5b\xa1\x46\x23\x61\xc2\x42\x45\xd4\x7d\x11\x03\xa8\x01\x29\xa0\x04\x8c\x80\x1c\xb1\x0e\xff\x3b\x03\x89\xc0\x89\x3c\xb2\x7e\xb3\xfd\x73\x40\x55\xc2\xf7\x22\xce\x66\xee\x51\x94\x35\x84\xb3\xbc\x47\x91\x35\xcf\xa6\xfd\x2c\x8c\xa0\x02\x9b\x15\x0d\x1d\xd1\x42\x26\x3a\x42\x75\x6c\x04\xc4\x98\x17\xb7\x00\x05\xd0\x00\x66\x80\x08\x88\x00\xd1\x6b\x72\x6c\x7f\xea\x1b\x9e\x36\x99\x2d\x1d\x38\x9b\x10\x1f\xbd\x58\xea\x3c\xfb\xfa\xae\x21\x9d\xe5\xfb\x53\xca\xc7\x85\xb5\xef\xad\xd0\x39\x1e\x9f\x78\xed\x77\x34\xb3\xc4\xe6\x18\x1a\x71\x26\x10\xb9\xa0\xf9\x80\x20\xa0\x05\x74\x00\x0d\x60\x01\x3e\x40\xff\xf2\x09\xbd\x9d\x42\x99\x73\x46\xea\x9b\xe6\x1b\xcb\x71\xaf\x8b\x68\x81\xcf\x83\x75\xf7\x03\x9a\x4b\x68\x27\xc4\x4f\x75\x4b\x6c\x5d\x5c\x05\x2c\x91\xf2\xce\xa4\xba\x94\x12\x97\x4c\xe8\xd8\x36\x2f\x1b\x00\x2a\x20\x03\xa8\x80\x16\x60\x03\x12\xc0\x0a\xf0\x5f\x20\xa1\xd6\x93\xc3\xb3\x3f\x4b\x8e\x6a\xe8\x58\x54\x78\xbe\x8d\xb2\xcb\xde\xac\x15\xec\x0f\x5a\x44\x3e\x7c\xf8\x19\xbe\xae\xd5\xd7\x5e\x8a\x17\x6b\xe9\x96\x6d\x70\xf2\x96\x92\xe5\x02\x8f\x16\xc6\x05\xe0\x01\x19\x80\x05\x30\x00\x39\xa0\x00\xf8\x00\x0b\x98\xa0\xc4\x91\x92\xb3\x67\x88\x5f\xab\x47\x98\xf7\x79\xd2\x44\x91\x7e\xfe\x52\xdb\x33\x40\xbe\xc4\x79\xc4\xf1\x68\xbf\x7d\x36\xec\x55\xc5\x9d\x38\xe9\x75\x60\x42\x2b\xfb\xc0\xe9\x42\x7c\x88\x48\x0f\x18\x00\x06\x40\x06\x88\x40\x0e\x88\x00\x6c\xc0\x0f\xa8\x91\x1d\x48\xac\xd9\x12\xc4\xad\x55\x67\xcd\xa9\x3c\xbc\x23\x23\xb2\x1f\x6b\xdd\xfb\xcb\x97\x10\x8f\x44\x20\x90\x83\x91\xc9\xf0\xfa\xbc\x74\x5f\xff\x34\x0b\x5c\xc5\x41\xbe\x2e\xaa\x19\x74\x03\xe0\x0d\x5e\x03\x44\x00\x0f\xc8\x80\x31\xe0\x01\xe8\xe0\xed\x9b\x68\xe2\x5a\xd6\x4d\xf1\x05\x35\x04\xb3\x11\x0f\xa5\x28\xe5\xcf\xdc\xb5\xf0\xfd\xc4\x8b\x3f\x8e\x88\x21\x90\x73\x30\x37\xda\x82\x99\x3d\x15\xbc\x60\xb3\xae\xfe\x41\xb4\x9e\x71\x0f\xaf\x1d\x4e\xea\x95\xff\x4b\x7d\x28\x5a\x80\x00\x70\xc0\x1b\x90\x09\xa5\x82\x54\x41\xfc\x8e\x25\x5d\xec\xbb\x6a\xb4\xb9\x95\x07\x55\xa4\xeb\xe7\xc6\xda\xb8\xfe\xf1\xa5\xb1\xc3\x30\x08\xe4\x9a\x66\xb9\xbb\x33\x33\x7f\x38\xbc\xc5\x29\x5a\x0f\x5d\xe6\x1d\xd7\x39\x95\x20\x96\x23\x02\x13\x72\x2e\x52\x10\x42\x0d\xfc\x25\xc2\x25\x62\xf7\x9b\x50\xd4\x09\x42\x2f\xe6\x72\xd1\x2a\xb5\x04\x33\x2b\x8f\xe6\x88\x9b\xec\x6f\xb5\xf9\x03\xd1\xcb\x58\x27\x91\x10\xc8\x77\xbb\x35\xe7\xde\x1f\x25\xda\x31\xe2\x1e\x05\xa6\x28\x2a\x95\xe2\xd2\xec\x46\x14\x8a\xd8\xa1\xf8\x97\xf8\x1a\xd8\xd7\x38\x49\x38\x9b\x78\xdf\x08\x9e\x49\x9e\xa8\xfa\xd9\x5e\x8a\x26\xa8\x40\x9b\x09\xb9\xb3\x47\xe1\x64\x37\xd4\xfa\xf6\xef\x2f\x13\x9d\x48\x42\x20\x0f\xae\x5b\x98\x43\xe4\x15\x07\xc9\xde\x01\x3d\x0e\x83\x86\x56\x8a\xfa\xa2\x34\x6c\xfe\x54\x2f\x68\x42\xa8\x0e\xa9\x24\xa8\x38\xa8\x11\x68\x99\xe8\x51\x99\x05\xb8\xe0\x85\x90\xa5\xfc\x54\xc3\x4c\x5a\xdd\x90\x23\xdf\x64\x9b\xd6\xe6\xf5\x43\x96\xbd\x8e\xe3\x21\x90\xe7\xfd\xbd\xf8\xb1\xe6\xba\xa3\xcf\x90\xe8\x26\x9f\x2c\xdb\x4e\x7d\x5e\x05\x7d\x51\x0b\x4e\x7a\x6e\x09\x8e\x02\x2e\x6a\x8e\x4f\x5c\xe4\xdc\x06\xfc\xe1\xc2\x4e\x92\x79\x72\x8e\x6a\x9b\xfa\x19\x36\x70\x9e\x38\x11\x6d\x59\x3f\xeb\x48\x06\x5c\x97\x26\x4f\xfe\xe8\x28\x8f\x62\xa7\xfb\x3a\xce\xcb\xf7\x32\xb2\x23\x66\xbd\x8c\x6c\x84\xf4\xbe\x2b\x9e\x49\x5c\x0b\x99\x89\xaf\x4b\x60\x88\xad\x4a\x8a\x4b\xb7\xbf\xb3\x52\xf8\xa0\x36\xa6\x77\x60\x2e\x65\xf7\xdb\x23\x36\x38\x3f\xe1\x5d\x1e\x7d\x75\x54\x1f\xf6\x42\xc2\xd1\x1f\x97\x9a\xb3\xe3\x55\xa9\x51\x8a\x96\xc9\x92\x9d\x34\x8b\x70\x3d\xcf\x35\x5b\x11\xc3\x12\xd5\x49\xb5\x51\x85\x69\xc5\x18\x95\x8f\x6a\xfe\x9a\x72\x3a\x2f\x0d\x35\xcc\xe4\xec\x04\x5d\x93\xfd\x03\x23\x7d\x92\xb5\x72\x08\x2a\xc8\x9a\x7b\x86\xf8\x17\x2c\x0e\xfe\xa8\x11\x7e\xe4\x1f\xb0\x2e\x42\x06\xef\x9a\x42\x8b\x1d\x53\xc7\x23\xa8\x7d\xb0\x1c\x4c\x4c\x9e\xb4\xe3\x0c\x2b\x0c\xb8\x8c\xb4\x4c\xde\x5a\x1c\xd8\xc8\xd9\x9f\xb9\x5d\xf9\x81\x4f\x74\x09\x45\x99\xfc\xc5\x70\xb5\xb2\x9d\xf8\x43\xbb\xf3\xba\x5b\xe9\xdf\xfe\xc1\x40\xd8\x76\xdf\xcc\x37\x0f\xc4\x34\x7e\x29\xee\x49\x6f\x8f\x86\x0b\x10\x70\x39\xb0\xee\xb6\x97\xb5\xcf\x71\x1c\x74\xaa\x74\xa5\xf6\x82\x0a\xf8\x10\x3a\x13\xe7\x92\xc6\x93\x37\x58\xd1\xd0\x5c\xd3\x63\x35\x11\xba\xd2\xb5\xeb\xf0\xed\xe0\xf1\x1f\xfe\xcf\x6a\x97\xb5\xdb\xa5\x73\xa7\x03\x41\xcd\x34\x65\xa1\xd9\x82\xf1\xef\x43\x47\x7d\xa4\xfd\x65\xfd\xe7\x03\x60\x82\x94\x43\x88\x23\x87\xe3\x43\x53\xb7\x3f\x67\x94\xb3\xd4\xf9\xb4\xff\x1c\xfe\x3a\xff\x61\x53\xea\xe8\xd3\x1d\x1d\xe4\x5f\x9c\x4d\x9e\xdb\x2f\x3a\xb6\x53\x17\x50\x86\x5f\xb6\x95\x54\x6d\xe4\x9b\xa5\x31\xc4\xcc\x87\x5b\xc7\xd2\xc7\x5e\x27\x14\x26\x4d\xa7\x55\x65\x97\x15\xad\x54\x49\xb7\xe8\xf4\xfa\x4f\x72\x2c\xf9\x6c\x0b\x9c\x3f\xdd\x9f\xfc\x27\x7e\x3f\x73\x5c\x8e\xef\xfa\x2c\xe3\x8e\x83\x6e\xb9\x86\xb1\xb2\xa8\xdc\xcb\x0c\xf6\xdc\x99\xdc\xbb\x3c\xfa\x22\xda\x0a\xd9\x1a\xdc\xa6\xb6\xce\xee\xe1\xb8\x39\xc9\x8d\xab\x7d\x83\x6b\xb2\x5f\x61\xff\x9b\x01\xfc\x9e\xfb\x7d\xf9\x14\xfe\xf3\xed\xdd\xc7\x6b\xd8\x6f\x77\x27\x4f\x07\x6e\xbb\x50\x5f\x8f\xd7\x3a\xbf\x60\x2f\xea\xcd\x96\xcf\x0c\xcc\x0c\xcc\xa6\x6c\x96\x1d\xff\xfa\xee\xf2\xdf\x19\xc8\x43\xf5\xc5\xd5\x25\xe2\x09\xcd\xc1\xe6\x6e\xc0\xa6\xf6\x6a\xd0\x72\xf4\xfc\xcc\x0c\xe1\xf8\x97\x91\xaa\xfe\xc2\xde\xdc\xae\xbe\x8e\xf1\x4e\xb4\x3e\xd9\x29\xc6\xb5\x83\x43\xf7\xbb\xff\xe2\x46\xfe\x73\xfd\xc4\x65\x3b\xec\xab\xf6\x97\xa4\xc5\xb3\x99\x89\x89\xb2\x11\xed\xfe\xaf\xbd\xec\xed\xab\xad\x7c\x0d\x38\x35\x64\x95\x26\xe5\xbe\xa5\xd0\xa5\xe1\x75\x72\xdd\x52\xe3\xe4\xab\x59\x07\x35\x77\xff\x31\x0d\xfb\xcc\x72\xd6\xba\x4e\x33\x57\x3c\xc5\x31\x6a\xde\xaf\xd4\x95\xd1\xe6\xde\x24\x52\xbb\x5d\x85\x58\x5a\x58\xa0\x94\x1b\x94\xad\x9c\x96\x94\xa2\x9e\x64\x92\xe4\x58\x10\x59\x79\xd5\xd5\x3c\x2e\xb7\x6a\x71\x2c\x70\xf7\x6f\x9f\xe5\x26\x7a\xd3\x74\x6a\x75\xe0\xb0\x7b\xb5\x05\xb3\x2e\xa3\x32\xa2\xc4\x3e\x7f\x22\xc7\x21\xa3\x26\x59\x3f\xfe\x36\xea\x63\x18\x4f\x48\x6f\x10\x99\x7f\x66\x68\x67\x12\x7d\xfe\x60\x0d\x42\xe7\xf4\x14\xf4\x1a\xfd\xb1\xfc\xfd\xf7\x7f\xee\x60\xf4\x50\x70\x5e\xa2\x2f\xa8\xf5\xac\xe6\x57\x71\x4b\xce\xaf\x4c\xc1\xe4\x9f\xf1\xa7\x51\xf2\x61\xd8\x81\x95\xbe\xfa\x1e\x1a\x2e\x49\x8e\xdf\xed\x97\xec\x9e\xdd\xc9\x43\xeb\x93\xd4\xf3\x86\x6b\x15\x7a\xdc\xa6\xf1\xbe\xda\x9f\xef\xfc\xba\xff\x8b\x81\x84\x6c\xb6\x8f\xe6\x37\x51\x57\x5e\xe4\x35\xa4\x55\xc6\xed\x47\x74\x84\x08\xfb\x6d\x79\xb1\xba\x50\xda\x9f\x58\xbf\x37\x33\xf8\x50\xa4\xff\x4d\x37\x50\x67\xd1\xfa\x8d\x3b\xf7\xa7\xd4\x94\xc9\x42\x48\x43\xf6\x10\xcd\x82\xe9\xae\xf2\xcd\x5f\xfd\xb1\x6f\x64\x0b\x39\xdd\x89\x65\xd5\xb9\x24\xc9\x4c\x11\xee\x01\xcf\x9e\xb3\x1f\xcb\xec\x8e\x2c\x4e\x8c\x5f\xe9\x0b\x69\x63\xaa\xe6\x2a\x84\xc8\x76\xbf\x15\x95\x8f\x32\x1c\xb5\xf5\xf4\x96\x89\x1c\x4f\xf7\x2c\x93\x6c\xcb\x1b\x9d\x5c\xcb\x39\xc5\x7a\xfc\xa3\xd0\x39\xc0\x9a\xaa\x6b\x94\xce\x47\x4a\xda\x0b\x33\xf6\xb1\xfc\x48\x6c\xfd\xca\xc4\x57\x2f\x5e\x53\x5f\x59\xf5\xbd\xbc\xd4\x67\x51\x0d\x41\x22\x5e\x7d\xae\x56\x09\x88\xaa\x9e\x31\x95\x13\x41\x80\x5e\xec\x52\x1e\x6c\xed\xdb\xde\xe6\xd9\xd4\x5d\xaf\xdb\x6a\x08\xe4\xd1\x75\x97\x76\xc4\xb9\x9a\x2d\x53\x20\x8a\xd7\x7b\xd7\xe1\xad\x59\xa9\xae\xa1\xda\x6f\xf9\x86\xb7\x3c\xa2\x94\x7c\xcc\x1c\xfb\xcc\x9d\xf4\xb6\xd4\xef\x68\x3f\xf3\x4a\xc8\x58\x68\x1a\x9a\xb7\xbb\xa9\x7d\x32\x4b\x59\x2d\xd5\x6e\x75\x1b\x27\x59\x13\x3e\x53\xf8\xe5\x78\x77\xba\xa1\xdb\xcb\x5b\x22\x96\x7c\x1a\xf4\xc5\x59\xd3\x64\x46\xdb\x47\xe1\x4a\x6a\x5c\xb8\x82\x07\x9a\xa5\x89\x0e\x8b\x7c\x9b\xe8\x35\x6e\x2d\xc6\x16\x89\x24\xcb\x67\xe1\x09\xf9\x9f\xfa\x07\x76\x87\x7e\xd7\xf1\x56\x79\xae\x75\xe7\x03\x0c\x8b\xb6\x07\x2f\xef\x23\xbf\x17\xae\x4e\x76\x96\xe7\xbf\x8f\x34\xff\x18\x6d\x2c\xa1\xc3\xac\xf0\x41\xc2\x9c\xd7\x95\x75\x81\x16\x85\x74\x1a\x8f\x03\x5d\x14\x49\xe1\x35\xe1\xcb\x75\x1c\x57\x1a\x4d\x9e\x24\x69\x4c\x4d\x76\x8b\x08\xf7\xc3\xf0\xbe\x8c\x9f\x15\x8b\x5d\x31\x53\x07\x5b\xc1\xd7\x6b\x37\x87\x4b\xe7\xad\x8b\x9f\xeb\x43\xca\x6c\x11\xf5\x9c\xdf\x9f\x48\x18\xf2\x04\x33\x4e\x53\xe4\xe0\x2f\xa2\x55\xc0\xf7\xbe\x0c\x06\xe4\x80\x09\x88\xa1\x62\x92\x72\xb0\xec\x88\x9a\x2a\x59\x7d\x90\x74\x3a\x0b\x86\x4f\xf6\x2b\xce\x6c\x9d\x1d\x1b\x58\x7f\x73\xfe\xf0\xdd\x62\x41\xb0\xe5\x29\xcd\xdc\xf7\xc9\xb2\x47\x6d\x58\x7c\x90\xa3\x9d\xa9\x82\xdc\x09\x57\x08\x79\xfb\x15\x27\x90\x04\xcc\x80\x0c\xbc\x01\x4c\x08\x6f\xf0\x89\xe8\x5c\xf9\x61\x64\x2d\x75\x5b\x6d\x5d\xfc\x24\x63\xf7\xf3\xd6\x1b\x17\x87\xda\x56\x60\x4f\x70\x6f\x6c\x16\x26\x1a\x23\x53\xc4\xfd\xed\x2d\x97\x55\x27\x44\xfc\x19\xa7\x89\x59\x70\x23\x90\x79\x61\xc2\xc0\x3b\x20\x04\x90\x00\x2b\xe0\x04\xb4\xaf\x90\x30\x31\x28\x99\xb9\xb0\xa5\xb6\x35\xd1\x2c\xdf\x78\xf6\x44\xb5\x7f\x96\xac\x65\xed\x57\x5b\x48\x38\xc4\xbe\x31\x9b\xab\xa8\x0b\xcf\x10\x0f\x34\xb4\x6e\x57\x2b\x12\xae\xa4\x27\xc0\x31\x42\x55\x86\xe9\x04\xf4\x80\xf7\xcf\x9b\x3f\x25\x60\x06\x28\x50\x99\x28\x19\x24\x0f\xac\xa7\xe2\xa6\xaa\xcb\xa6\xc5\x6e\xcd\xe1\x0b\x99\xec\x55\x26\xdd\xcb\xb3\x9b\x7b\xbf\xae\xed\xa7\xb7\x9b\xa6\xb3\x17\x43\x86\xec\xe6\x34\xc2\x45\x71\xe8\x1d\x30\x8f\x61\xb8\x81\x3c\x60\x05\xd8\x00\x0d\xd0\x01\x2a\x80\x00\xe8\x81\x00\xe2\x6f\x42\x2c\xa6\x63\x11\x0c\x65\x16\xe3\x80\x8f\xe3\xa1\xf8\x69\x67\x15\xec\x9d\x43\xb3\x50\xdb\x61\x57\xa7\xf3\xe5\x1d\xbc\x79\xca\xe1\x81\x4e\x5a\x3a\x82\x12\x56\x4c\x50\xd8\xe9\x2f\x51\x00\x3a\x40\x04\xc4\x00\x19\x60\xfd\x51\x72\xe0\x03\x58\xf8\x7d\x7c\x7e\x86\x22\xa1\x7a\x45\x95\x0f\xa8\xce\x07\xa1\xf2\xa9\xeb\x65\xc9\x9d\xa4\x53\xd3\xdb\x9b\x37\x5d\x5f\x22\x7b\xde\x17\xef\xc7\xdc\xb9\x36\x1a\xb4\xbe\x0d\x60\xfd\x4e\x28\x0d\xd7\x0b\x88\x01\x2a\x40\x00\xb4\x00\x0b\x08\x01\x06\x80\x09\xf8\xe0\x0a\xf1\xb2\xe9\x4f\x05\xdf\x2a\x30\x1a\x65\x38\x97\x06\xaf\xa7\xbe\x28\x0b\xef\x28\x9e\xce\xdd\x3e\xbc\x87\xfb\x1a\x33\x84\x58\xe9\x92\x48\xe1\x75\x6e\x02\xf5\xfe\x9e\x7b\x98\x82\x03\xa5\x07\xd0\x02\x4a\x80\x06\x88\x00\x29\xa0\x00\x38\x00\x1e\xbc\x79\xcd\x87\x8b\x4a\xe7\x24\x90\x2e\xdf\x6a\xc4\xe3\x34\x14\xc2\x9d\x02\x29\x57\xef\x84\x99\xba\xde\x61\xfc\x7d\xba\xb7\x36\x2e\x5e\x3b\x9f\xe6\xe0\x4f\x61\x89\xa6\x22\x2d\xf4\x89\x0e\x82\x23\x03\xd3\x05\x0c\x01\x1c\xc0\x06\xb8\x80\xfc\xcf\x89\x32\xc0\xbe\xc7\x11\xa3\x6b\x15\x20\x54\x50\x36\xcc\x71\xda\x0e\xde\x48\x7b\x5d\xb6\xd5\xa9\x32\x7d\xbb\x83\x09\x81\x1c\x77\xcd\x10\x35\x1d\x66\xab\x04\x4f\xd8\x13\x69\x55\x48\xd1\xb0\x93\x92\x08\x20\x2d\x03\x24\x80\x09\x50\x00\x32\x20\x02\xb8\x00\x1b\xd0\xbc\x42\xc3\xe6\xa7\x83\xe5\x1f\x96\x7b\x30\x5c\x75\x16\x0f\x4e\x4a\x35\x2f\xe3\xeb\x2a\x9e\x56\xdc\xf1\x81\x40\x2e\xb2\x16\x69\xdb\xd9\xf3\xd9\x23\xbe\xb8\x78\x18\x3e\xca\xfd\xe2\x8f\xa3\x71\xc6\xa2\x82\x99\x87\x09\x80\xd6\x7a\xd1\xf5\xc2\xe1\xe5\xc7\x97\x57\x30\x38\xb0\x8c\x58\x30\xb4\xc9\xfc\x64\x72\xc3\x86\x53\x4e\x7a\x21\xb0\xa9\x9a\xe5\x6a\x9d\xef\xa7\xfa\x77\x91\x20\x90\xdb\xf5\x55\xb4\x5e\xde\x12\xaa\x78\x2b\x1f\x2e\xcb\x4a\x75\x1d\xf1\x6d\x76\x2a\x72\x7a\x8c\x97\xc8\x04\x28\x41\x28\xc8\xc8\xf3\x28\x65\x68\xb8\xe8\x83\x58\xf0\x78\xdc\x54\x9b\x7c\xc1\xef\xa1\x0d\x8e\x1c\x43\x82\x43\x52\xe1\xcb\xae\x3a\xd7\x66\xac\x76\xae\x20\x90\xfb\xa7\xcd\xa5\xc1\xb0\x6a\x89\xb4\xd5\xe0\x45\xc7\x5e\xc3\x50\x45\x05\x91\x2c\x56\x7c\x72\x32\xbc\x2c\xc2\x23\x22\x28\xc2\x33\x62\x07\x52\x03\x72\x62\xaa\x68\x7a\x5d\xb6\x52\xc1\x78\xd9\x21\xbd\x67\x87\xc8\xa0\xc4\x94\x9b\x32\xa6\x4e\xd8\x69\xd8\x1d\x25\x08\xe4\x57\xd4\xde\x8b\xf1\xe3\x26\xe2\x5c\xc3\xe8\x9f\x3e\x3e\xb6\x9a\x7a\x25\xf2\x22\xc2\x07\x6c\xfe\xd4\x41\xf4\x1b\x0c\x82\x0c\x9b\x4c\x54\xcc\x91\x6c\x53\x5c\x46\xfc\x5e\xe2\x3f\x64\x2f\xd4\x5f\x19\xdf\xdb\x4d\x04\xe5\xa7\x32\x97\xe1\x76\x59\x4e\xff\xde\x59\xfe\xdb\x2d\x75\x1c\x36\xcf\xdf\x65\x59\xbe\x99\xe1\x13\x61\xe4\xd9\x62\xfd\x55\xf7\xab\x82\x94\x98\x04\x97\x1f\x6f\x28\xdf\x03\xbf\xb2\x60\xaf\x88\x8d\x58\xa8\x34\xeb\xfb\x4b\x55\x7d\x3d\x17\xb3\x7b\xfb\x19\x2f\xaf\xd0\xa7\xc4\x97\xc5\x59\x6d\x50\x33\x88\x3b\x7f\xf8\xc3\x45\xc8\x1a\xdd\xc8\x7d\x4b\x63\x49\x66\x1a\x71\x58\x99\xc7\x95\x8d\xb4\x01\x97\x72\x94\x54\x9e\xc8\xe6\x5b\x4d\x99\xe5\xf7\x84\x0a\x53\x2a\x64\x1a\x6f\x74\xbf\x9b\x32\xd8\x9d\xb9\xbf\x0e\x90\x8b\x48\x49\x0a\xcf\x4d\xa9\x22\x6a\xb3\xe9\x5c\x98\x16\xfd\xc3\x40\x48\x0f\xb8\x16\xdb\x07\xbb\x9b\x90\x8b\x1e\x53\x9e\xc2\x39\xbd\x56\xec\xe1\x3e\x5c\x69\xdc\x2b\xe0\x68\x3c\x6a\xc1\x69\x2b\xe8\x7f\x31\x3a\xb1\x24\xb4\xc3\x71\x23\xf6\xfb\x16\x0e\x17\x3f\x95\x25\x54\x22\x54\xe3\xd3\xae\x30\xfa\x62\x21\x6b\xf9\x2f\x0d\xc0\xf5\xd1\xce\xfc\xbc\xe4\x00\x5e\x23\x59\xd1\xcf\xb4\x8e\xc8\x21\xbf\x52\xe7\x38\x4b\x7d\x83\x13\xf3\x0d\xf3\x13\xeb\x38\x3b\x76\x67\x25\xd7\x1d\x5f\xd6\x50\xb7\x38\xed\xd4\x8f\x05\xe4\x55\xf8\x4d\xcf\xfd\x11\x53\xd0\x2b\x41\x7b\x96\x57\xfa\x7f\xc1\x0e\xc6\xa5\xd3\x36\xdf\x9c\xc8\x00\x4c\x93\x6f\xa9\x56\xe6\x75\x1c\x74\x08\xbb\x67\x93\x33\x9e\x47\x98\xfb\x88\x37\x91\x6f\x6b\x20\x7c\xa8\x5f\xd4\x78\x5a\x70\x2e\x79\xc9\xb7\xba\xcb\xae\xd4\x51\xfb\xf9\x99\xaf\xb6\x27\xd6\x3f\xfe\xa5\x0e\xf1\x4c\x71\x61\xbd\x75\x3d\xaf\x3c\xc4\xd3\x6a\x59\x99\x94\x47\x9b\x52\x1d\x8d\x1b\xc2\x16\xf8\x14\xde\x11\x19\x1e\xeb\x9e\x28\x9b\x92\x94\x43\x59\x42\x51\xa3\xd0\x86\x3b\x88\x37\x35\xf4\x05\x7a\x8f\xfe\x32\xfc\x91\xff\xdf\xf1\xf7\xd7\xc5\xa5\xfe\xce\xe3\x12\xf7\x68\x6b\x17\x5f\x3d\x7d\x29\x59\x8e\x61\x6a\x75\x12\x66\x96\x67\xd6\xab\xcf\x50\xc9\xe1\x25\xc7\x35\x62\x2d\x2e\xbd\xee\x63\x69\xf3\xdf\x67\x21\x27\xec\xb7\xef\x7e\xb4\xff\x27\x03\x78\x6a\xb8\x85\xbd\xa3\xbd\x98\x38\x4b\x38\x66\xdb\xaf\xdb\xf6\x5e\xdf\xfa\x62\xb4\x30\x3e\x5b\x3b\x9d\x3d\xde\x39\x12\x37\x5c\x38\x70\x35\x6c\xb2\x28\xb5\x33\xf5\x0d\xea\xd1\xf7\xbf\x31\x90\xfb\xdc\xd3\xd3\xdd\x98\xdd\x90\xcd\x88\xb5\xe6\x25\x85\xb9\xd8\x69\xf2\x71\x86\x41\x9d\xde\xfb\x6e\xb8\x76\xbe\x16\x98\xc6\xee\x7a\xe9\x3a\xcc\x26\xf7\xc1\xef\x73\x06\x9b\xb9\x27\x67\x0f\x32\xff\x2b\x9e\xf2\x68\x78\x6d\x72\x81\x7f\x6e\x72\xb2\x6d\xe4\xbc\x3f\xb2\x67\xa8\xdd\xb1\xe9\xbc\xde\xb9\x9a\xa0\x7c\xa2\xf8\x63\xc1\x58\x2e\x55\x4e\xf3\x67\xbd\x92\xc8\xc6\x9f\x7d\x0b\xd3\x6a\x9b\x85\x67\x14\x0f\xfd\xff\xb6\x7f\x91\x93\xd3\x55\xd6\x89\xf8\xfe\x9a\x9e\x93\xf6\xa2\x66\xc7\x7a\x92\x8a\x91\xd2\x0f\x05\x44\x9f\x7d\x32\xd6\x52\x7e\x26\xfe\x8e\xfd\x19\xf9\x14\x59\x19\x85\x91\x4e\x52\x68\x53\x37\xd0\xf7\x76\x16\x6e\x03\xf1\x5c\xfc\xb1\xef\x7f\x32\x5c\x58\xaf\xb7\x4f\xcc\x74\x79\x37\x5e\xd5\x6a\x97\xe3\x17\x2e\xe6\x14\x66\xda\x27\x17\xc6\xf7\x45\x65\x87\xc1\x04\x3b\xf8\x13\xfb\x60\x7a\x98\xba\x15\x7b\xbd\x08\x5b\x4d\xf9\x58\x74\xd7\x80\x3b\x40\x3a\x6b\xf4\xf5\xdd\x45\xd9\x3f\xb4\xa4\x4f\xe2\xfb\x26\xb3\x3c\x5d\x8d\x75\xe1\x65\x5c\x79\xde\x69\x1f\x92\x70\x63\x94\xc2\x05\x83\x57\x7d\x61\x3c\x8c\x5c\x58\x1c\xd3\x6c\xcd\x2d\x6c\xcd\xf2\x8d\xc7\x6c\x0e\x7d\xa8\x23\xfd\x32\x68\x4a\x7d\x9a\xce\x87\xf5\x16\x16\xf7\x44\x6f\xfe\x62\x94\x57\xe9\x5f\x3c\x07\x73\xeb\x3a\xf2\x52\x32\x76\x13\xd4\x22\x4a\x82\xa8\x7d\x5e\xb9\x09\x38\x23\xd9\x36\x58\x60\x7d\x18\xd2\x3b\xd4\xf6\x56\x43\x54\x99\x54\xa2\xfb\x40\x6b\x2f\xe3\xdb\x1a\xdd\x9a\x35\x5d\x51\xd6\x91\x38\xfe\x6b\x15\xe7\x94\xe7\x91\xe7\x6f\x19\x8e\xae\xe6\x88\x3b\xf6\x8a\xa7\x92\x1b\xa2\xe9\x83\xda\x3d\x9f\x9c\x32\x6c\x4a\xcc\x55\x8d\x1c\x75\x8e\xd5\x55\x15\xbf\xc8\x5a\x49\x87\x8a\xc5\x89\xbc\x92\x30\x56\x9b\x33\x86\x38\x6b\x05\xb2\xc7\x73\xe6\x0e\xd4\xbe\xef\x4d\x9f\xdb\xdd\x71\xbe\x91\x85\x40\x9e\xad\xf7\xf8\xc6\x3f\xd5\xf6\x65\xac\xc4\xf0\xf9\x3f\xba\xc2\x5b\x8f\x98\x68\xe8\xb6\x68\x88\x28\xec\xbf\x33\x90\x94\x12\x52\xe1\x7d\xcb\x89\xcd\xfc\x9b\x61\x99\xff\xcd\x7b\x5a\xed\x13\xcb\x12\x8f\x8c\x4f\x21\xe9\xc9\x65\x4c\xad\x41\x13\xce\xab\x99\x67\x0e\xbf\x7a\x7e\xd2\xac\x8f\xf6\x93\x95\x78\x25\x7c\x0a\xb5\x71\x8b\xb0\x32\x34\x18\x53\x2f\x90\xd7\x93\x5a\x14\xa9\xe7\xe5\x64\x1f\x67\x14\xa0\xa6\x25\xcb\x25\x4c\x21\x9a\x62\x45\x14\x7d\xa7\xf4\xd6\xe8\x83\x03\xad\xbf\x7d\xdc\x5c\x9e\x74\xdd\x50\x3f\xfb\x82\xe5\xde\xea\x0f\xc3\x5b\xb6\x55\xca\xce\x85\x02\x8b\x68\x1c\xf7\x29\xf3\x7d\xc3\x37\xca\xd3\x32\x2c\xc2\xe9\x3c\x8d\x2c\x69\x34\xdf\xc8\x26\xf1\x1b\x31\x55\x51\x58\x11\x3c\xb0\x94\x69\x56\x79\xd2\xa5\x07\x35\x66\xcc\xdb\xdd\x8b\xc2\xb5\x33\x5a\x2b\x88\x3b\x02\x27\x77\xbe\x52\x5d\x4a\x5c\xec\x2f\xce\x34\xcb\x66\x53\x04\xe7\x39\x2e\xea\x63\x2a\x88\x49\x67\x0b\xf8\xb1\x3b\xd2\x25\x90\xee\xe2\x9e\xa1\xf1\xc1\xaf\x41\x5b\x03\x34\xa0\x8e\x8c\x42\xd2\xc6\x12\x29\x32\xa6\xd8\x66\xa4\xe9\x84\x1a\x48\x95\x58\x58\xc4\xd9\x8c\x33\xc2\xbe\x4a\x73\xa6\xfa\xed\x6a\x7a\xa6\x4e\x3b\xd5\xd9\xfb\xda\x62\x4c\xdd\x4e\x12\x8d\xc7\x82\x95\x81\x3a\x98\x70\x0e\x63\x01\xc1\xf4\x25\x23\xd0\x01\x6a\x00\x1d\x28\xc0\x69\xe3\x4e\xd1\x76\xf3\x9c\xbe\xb3\xd7\xc9\xb6\x5e\xf0\x19\x88\x49\xcf\x7d\x59\x07\xdb\xdf\xb7\xd8\x7a\x88\x73\x26\x3e\x95\x53\xbd\x9d\xf8\xc2\x7b\xc4\x7c\x56\x05\x4f\xf8\x84\xa9\x85\x1c\x9d\x80\x0e\x0d\xfa\xf5\x77\x40\x0e\x84\x00\x0d\x20\x04\x94\x40\xfa\xe5\x21\x7a\x09\x79\x14\xbb\xba\x04\xbf\x3a\x86\x99\xa2\xdb\x42\xb8\x4b\xe6\x60\x15\x41\x77\xfd\x6c\xc5\xae\xc2\x49\xc7\x64\x53\x65\x5e\x12\x93\x2f\xbb\x05\xbf\x72\xaf\x10\x13\x9d\x32\xae\x34\x5a\x23\xec\x11\x30\x06\xf8\x00\x05\xc0\x02\x32\xc0\x04\xd8\x01\xe7\x1b\x37\xc2\x5b\xa6\x42\x11\x19\x25\x49\x63\x86\x8f\xde\x21\x13\xa9\x7b\x65\xb1\x1d\x08\x93\xd7\x5b\xe3\xc7\xf9\x63\x6e\x35\xee\x69\x14\x01\x50\x56\xea\xaa\x1b\x42\xe9\xb4\x42\x18\x63\xb0\xd4\xc0\x16\xbc\xfe\xc3\x5e\x24\x00\x1b\x40\x05\x04\x00\x17\x9e\x07\x37\x82\xce\x9d\x7f\x46\xae\xca\xa0\xd8\x21\x36\xb0\x23\x69\xaa\xe8\xb2\xf5\xd7\x78\xe2\x86\xce\x11\xed\xa4\x7a\xc3\x79\xe6\xef\xe0\x08\xbb\x08\x0d\x1d\x51\x1a\x7a\x41\x4c\x5f\xb0\x01\x48\x00\xf6\xdf\x10\x1b\x10\xfd\xd9\x09\x2a\xa0\x7f\xc5\x87\xf9\x4c\x2d\xc1\xb3\xfe\xee\x83\x6e\x98\x1d\x86\x7f\x54\x42\x74\x21\x57\xd3\xd5\x18\xfc\x9a\xda\xd9\xce\xec\x78\x9b\x45\xae\x4c\xf8\xb6\x93\xac\xce\x27\x49\x2c\xa6\x27\x3c\x05\x58\x5d\xf0\x1a\xf0\x03\x6c\xc0\x0b\x08\x01\x3a\xc0\x06\xe4\x00\x07\x5a\x1c\x43\x9d\xe2\x27\xb7\x99\x8c\xa7\xf6\xad\x2d\xb7\xdf\x59\xbc\x74\xc1\x58\xb3\xda\xc8\xe1\xba\xea\x15\xf2\x0a\x7c\xd7\x59\xd1\x53\xcc\x6b\x37\x33\x83\x43\x99\x1a\x0e\x1b\x92\xad\x37\x84\x80\x0b\x90\x02\x32\xc0\x02\xde\x02\x6c\x40\x09\x30\x01\xe6\x8b\x0c\x74\x77\x0a\x42\x2e\x97\xb7\x92\xda\x25\x36\xa2\xbe\xe5\x71\x23\xf9\xaa\x8d\xcb\xa3\xfc\xab\x33\x77\x67\x1b\x67\x03\xe2\xe5\xdb\x89\xb5\x5e\x51\x26\x2b\x0a\x7a\xfc\x56\x34\xda\x98\x7c\x2f\x6e\x00\x09\x40\x07\x08\x80\x0a\x90\x03\x62\x40\x00\x10\xa1\xf8\x51\x87\xc8\x23\x39\x05\xa5\xa5\xb5\x51\xac\x71\x7c\x55\xe2\x6c\xf3\x5b\x9b\x58\x47\x4c\x56\x0d\x7f\x91\xee\x64\x8c\x59\xd5\xf2\xa5\x11\xfa\xe7\x5a\x15\xaa\x67\x88\x75\x33\x1b\x10\x0a\xc0\x77\x02\x6e\x40\x06\xf0\x00\x3b\x80\x03\xe4\x00\x11\xa0\x03\x76\xd4\x57\x64\x3a\x9c\xd8\x52\x0b\x5a\x1f\xac\x4b\x7d\x1a\xe2\xb4\x0b\xf2\x9b\x44\x46\x90\x56\xd7\x21\x90\xa3\x8a\x69\xdc\x26\xa1\xac\xb3\x50\x51\xc7\x15\xbd\x99\x77\x08\xdc\x73\x14\xdb\x68\xe9\x20\x02\xc0\x02\x4c\xa0\x04\x88\x00\x21\x70\x05\x64\x40\x1c\xd9\x9d\x34\x9e\x03\x5e\xea\x51\xf3\xa3\xb5\xac\x4f\x4d\x2c\x65\x01\x54\x53\xd2\xa8\xc5\x1a\x80\x40\xbe\x51\xce\xef\xb6\x67\xe7\xc7\x44\xf7\x7a\x00\xd3\x10\xe5\x4a\xe1\x73\xc6\x60\x7c\x0f\x38\x56\x40\x07\x50\x01\x0a\xc0\x07\x62\x00\x0d\xf0\x03\x39\x64\x5d\x52\x25\xb6\x23\xa9\x18\xcd\x40\xab\x16\x1f\x86\xd8\xb1\x7c\xcc\x66\xf6\x51\xeb\xd5\x25\x08\xe4\x86\x7c\xe5\xae\x47\xa7\x5c\x20\xa9\xd5\x7f\xcb\x76\x4c\x7b\xe6\xad\x23\x57\x1d\x45\x10\x3a\x16\x8c\x16\xac\x3f\x2c\xec\xab\x45\xd8\x1a\x38\x56\xb8\x45\x84\x2a\x64\x01\x62\x65\x36\x71\x89\x56\x8d\x4a\x2b\x69\x1f\xa5\x58\x98\xfc\xf2\xa6\xdd\x11\x89\x75\x0c\x08\xe4\xc7\xe9\xa6\xcd\x70\x6e\x9d\x44\xd6\x4a\x78\xb0\xcb\x93\x49\xbd\x52\x94\xc8\x0c\x4b\x15\x69\x01\xfa\x3a\xc6\x25\x86\x22\xa6\x24\x56\x01\xf6\x09\xae\x1f\x01\x21\x49\x01\xd5\x26\xeb\x85\x04\x92\xda\xae\x15\x9a\xb7\x68\x6c\x4a\x7e\x41\x93\xe3\x28\xda\xfa\x28\x04\xf2\x78\xb5\xd7\x38\x35\xde\x3a\x59\xc8\x91\xe0\xe5\xd7\x6c\xdb\xa5\x77\x22\x2f\x2d\x2c\xca\x72\x4a\x5e\x44\x5e\x4f\x26\x46\xfe\x85\x72\x9d\x86\x91\x4e\x80\xe1\x2b\x1b\x31\x8f\x8c\x88\xcf\x3b\x0c\xb5\x06\x73\x46\x6f\xa9\x98\xc0\x5c\xb1\x26\x96\xe1\xe4\xf5\x3f\x1a\xc0\x93\xfc\x25\xeb\x3e\xcc\x2a\xc9\x4c\xe2\x88\x5a\x2f\x5a\xeb\x08\xdd\x8f\xf2\x94\x22\x99\xec\x1d\xf4\x65\x2c\x02\x6c\x3b\xec\x6c\x5c\xc9\xbc\xa3\x82\x57\xe2\x14\x32\xab\xca\x45\x3a\xd6\xc6\x7a\x76\x23\x9e\x50\xfe\x5e\x09\xb7\x4d\x12\x43\x4b\x6b\x73\x7f\xb0\xff\x70\xa3\x7b\x4c\xba\x15\xad\xe4\x73\x1a\x42\x58\xb3\x47\x92\x75\xba\xfe\x2b\xc5\x29\x89\x70\xbe\x32\xe1\x30\x51\x02\x71\x65\x29\x63\x19\x3a\xb9\x4b\x55\x5d\x1d\x38\xe3\x2d\xeb\x5c\x57\x78\x5f\x82\x4f\x85\x89\xc1\xa9\x77\x45\x65\xad\xa1\x13\x7f\xf6\xf0\xf3\xf0\xa0\x67\x49\x6e\x30\xbd\x89\xb9\x68\x28\xa5\x21\x2c\xcf\x0b\xd8\xde\x19\xa1\xa8\x85\xc9\x4a\x29\x5c\x2a\x91\x28\x3d\xa8\x9b\x68\x3e\x18\x26\x9b\xd6\x58\x23\x7f\x54\xf2\x29\x08\x7d\x8e\xb3\xce\xd8\x2b\x08\xa9\x99\xaa\x3f\xee\xc1\x9e\xff\xab\x76\x7e\x3d\xb5\xf3\x63\x9e\x73\xe0\x55\x23\x5a\xd1\x75\x1a\x5f\x24\x8c\xaf\x84\x13\xaa\xd9\x2f\x3d\x79\x03\x3f\xc3\xfb\x0f\x5b\x66\x74\x16\xa6\xb6\x8b\x2e\xca\x3e\xe2\x21\xd7\x31\x6f\x52\xe3\xf2\xf8\x2b\xd2\x5a\x28\xfb\xae\xc7\xb1\x67\x57\xd6\x71\xfe\x9e\xe1\xf7\x8f\x4b\xdd\x6d\xcc\xd9\xfd\xfe\xfa\x26\xae\x52\xb4\xcc\x77\x31\x37\x41\x46\xee\x87\xf6\x39\x36\xc8\x4e\xc8\xce\x30\x6e\x18\x9e\x72\xfe\x50\x9f\x22\xa2\x5d\x93\x9f\x73\xf2\xcb\x08\x1a\x35\xbb\x6c\xc7\x7c\x16\x09\xb6\xd5\x4f\xe5\x7f\xe4\xff\x93\x81\xf0\x5c\x90\x6f\x55\xce\xad\x0c\x3e\xb6\x64\x57\x74\xe4\x74\x25\xa7\x47\x2a\x05\x4e\x79\xb9\x06\x86\x7a\xa7\xfa\x74\x45\x86\xc7\x91\x45\x0b\x65\xdf\x67\x51\x15\xcd\xb6\x9b\x0f\x71\x0d\x09\xad\x1e\x1f\x86\x1e\xf5\x3d\x63\x40\x2e\xfe\x85\x81\x24\x5d\x7c\xdf\x29\x59\x2c\x1d\xe5\xe9\xc4\xac\x53\x2b\xc1\xcc\x56\x4f\xa1\x89\xa1\x8a\xa4\x8b\x4c\x8a\x8a\x89\x5b\x2a\x80\x7c\xee\x2c\x46\x6f\x63\x6a\x4a\xeb\xb6\x58\x19\xdd\x39\xd8\x72\x3b\xfb\xf5\x9f\x0c\xe0\x31\xe3\x8a\xe0\x28\x61\x0f\xb2\x6f\xbc\x15\xbc\xfe\x6b\x15\x76\x21\x78\xba\x73\xc2\x62\xb8\x7c\x40\xb7\xa7\xaa\x33\xb9\x3d\xbc\x0d\xa9\x2d\x6f\x44\x73\x71\x7f\xcf\xe9\x22\xea\x17\xe1\xff\x66\x20\x3f\x5c\x4f\xec\xbe\x86\x2d\xad\xcd\xe7\xcd\xf6\x4c\xa6\x8e\x7e\x19\xbc\xea\xb1\xed\xa0\x6a\xe5\x6a\x44\xac\xa5\xaa\xf4\x2c\x9b\x2e\xa5\x2c\xe2\xaa\x14\x6e\x49\x18\x96\x5a\x40\xd8\x0e\xbf\xa0\xfa\x55\xf4\xef\xf1\xdf\xab\x0f\xd9\x57\x49\xa6\x1c\x87\x04\x07\xab\x7a\x7e\xb5\x3b\x37\xdd\xd7\x2d\x55\xf3\x97\x89\x15\x21\xe7\xe9\x65\x15\xa7\x5d\xa5\xf8\x24\x0d\x27\xc8\x66\x93\x95\x19\xb5\x88\x0d\x89\x2e\x10\x6d\x25\x5e\x96\x3d\xf3\xfc\x4f\xfc\x4f\xd9\xa3\xf9\x95\xc0\xb1\xf2\x2e\xc1\xa6\x9f\x0d\x05\x35\xf8\xa5\xcf\x85\xd9\x39\x2f\x33\xf6\x92\xa7\x12\x02\x63\xb4\x23\xa0\x43\x6a\x03\xd7\xfd\x8f\xfd\x41\xcc\x48\x56\x7a\x05\x74\x8b\xd7\xd0\xfc\x62\xce\x5e\xcd\xdf\x1d\x8f\xfe\xbe\xce\x4f\x57\x87\x46\x17\xdb\x11\x2a\xaf\x8b\x30\xf2\xaf\xb3\xc2\x53\x09\x13\x4d\xa2\x31\xc2\xe1\x83\x70\xfc\x58\x3c\x7f\xbb\x2c\x39\x23\xd8\x0f\xda\x36\x38\x22\xfb\x5b\xc5\x4c\x67\xed\x97\x8f\xb4\xa5\x8e\xe4\xac\xdc\x1d\xbe\xff\xfe\x57\x45\xe7\xc7\xfe\xee\xf4\xb4\x6b\x27\x4c\x45\x44\x4e\x7c\xfa\x53\x42\x6d\xe4\xc6\x27\xa2\x80\x41\x2f\x2d\x97\x65\x07\x37\x1b\x3b\x0b\x14\xe3\x2f\x06\x1e\xba\x2e\xda\x47\x66\x4c\xae\x36\x81\x5c\x71\xe5\x39\x7d\x55\x51\xdd\x28\x13\x07\xeb\x31\xa7\x66\x4f\x7f\x7c\x2c\xce\xe7\x97\x07\xfa\x9b\xab\x91\xb2\xf9\xe3\x8c\x22\x64\x03\xcf\xbd\x8a\x5c\x74\xec\x2d\xad\x32\x4d\x34\xf4\x4f\xb5\xec\x54\xaf\x95\xb0\xe5\x28\x64\xe2\x64\x34\xb5\x42\xcd\x2f\x5c\x53\x82\xcf\x12\x1e\xf2\x43\xea\xd7\xfb\x03\xe6\xda\x77\x45\x6f\xc9\x21\x10\xc8\xc3\xa1\xe9\x8c\x61\xab\x58\xee\x42\x3c\x4c\x90\xb2\xb7\x8a\xf3\x86\x2d\xa6\x69\x91\x81\x8a\xd6\x7b\x95\x4f\x72\xc5\xd2\xf3\x62\x95\x42\x3a\x7c\x2f\xb9\xea\xf9\x13\x65\x83\x75\x6c\xad\x02\x3c\xcc\xc3\x2c\xd3\x85\x4a\x79\x5a\x25\x47\xf7\xd7\x5f\x9e\xc1\x3f\x05\x3c\x70\x6f\x9a\x0e\xf7\x54\x72\xa5\x22\x86\x44\x7b\x6a\xdb\x55\x98\x06\xea\xb2\xa8\x8b\xca\x07\xc9\xc0\x88\xce\xf1\x4f\x70\x8e\xb3\x7c\xa2\x0f\xa3\x7a\x22\x6f\x65\x09\x14\xd3\x50\x3e\x37\x02\xf6\xbf\xfd\x9a\x63\xfd\x72\x6a\x6b\x6f\xfb\xd6\xe7\x96\x76\x57\xee\xf6\x6e\xda\x57\x34\xbb\xaa\x0a\x1e\x62\x11\x7c\xcc\x6c\x84\x8d\xd5\xb4\x54\xe5\xf3\xa4\x51\x84\xbb\x78\x39\x58\x9b\xe9\xee\x29\xdc\x89\xca\x70\x6b\x30\xec\xd1\x6f\x69\x84\x78\xb9\xdf\x3a\x6b\xf6\x9b\x3b\x7a\x68\x84\xbd\x4b\x2f\x28\xff\xd4\x61\x31\x01\xf5\x95\xf1\x22\xea\x7c\x63\x5e\xb4\x19\x33\xe3\x3a\x14\xd6\xe9\xd4\x88\x49\x79\xff\x7d\x84\x28\x13\x0f\x84\x25\x8d\x76\x81\xd4\x14\xaf\x0c\xed\x14\x11\x02\x1b\xf1\x82\x1f\x71\x88\x84\x89\x05\x41\x54\x4e\xe1\xda\xd0\xcb\x61\x2b\x60\x3e\xe1\xbe\x00\xa3\x91\x75\x70\x7f\xc5\xfc\xe4\xe5\xa9\xc8\xcc\xa7\xfa\xb8\x94\x37\x7e\x12\x56\x12\x1a\x2c\xd2\x0d\x82\x04\x9c\xec\x0c\x12\xe4\x4c\x78\xd8\x68\x78\xf0\xe2\x2f\x02\x01\x23\x10\x07\xac\xaf\xb6\x70\xc6\x68\xb5\x78\x76\x64\xf2\xb5\xf2\xad\x3a\x3c\x6f\xa2\x6a\xb2\x87\x6b\xe0\x7b\xf9\xe7\xd6\xf7\x46\x0e\x9e\xc7\x02\xca\x7f\xc5\xf5\x78\x8e\x9a\x69\x29\xcf\x88\xc4\xb2\x09\xd1\xcd\x92\xbc\xc6\xa2\x43\x92\x7b\xd9\x01\xd4\x01\x3b\xc0\x01\x94\x40\x10\xea\x1d\x9a\x20\x99\x16\x9b\x9d\x58\xab\x8a\x97\x89\x89\xcb\x70\x68\x7f\x9a\x74\xd9\x73\xc7\xe0\x34\xeb\xb6\xd9\xee\xd6\xb0\x61\xa9\x7b\x3c\x8a\x67\xbb\xe9\xa9\xe2\x9d\x20\x1c\x5d\x2a\x81\x18\xc6\x03\x02\x26\x94\x14\x90\x01\x22\x80\x1c\x88\x01\x0a\x80\x07\x68\x90\x30\x09\x0c\x18\xf4\x05\x3f\xca\xa3\x19\x42\x3b\xb8\x04\x99\x27\x8d\x15\xf9\xb6\xfe\x18\xc3\xdc\xc0\xdb\x9f\xeb\xbf\xa9\xa0\x4d\xf8\xe6\xc3\x6a\xb6\xaf\x44\x2a\xe0\x44\xbd\x8e\x51\x03\x27\x00\x96\x81\x2a\x80\x05\xd4\x00\x19\x90\x03\x0c\x00\x07\xc8\x60\xe3\xb0\x53\x69\x5e\xf3\xa8\xbf\x53\xd5\xf1\xb3\xb9\xf6\x35\x88\x1d\x2d\x80\x6d\x74\x1d\xa1\xf9\xa2\xb7\x83\x3c\xa2\x55\xf5\x9c\x62\xed\xcf\x65\x69\xaa\xd2\x21\x84\x4c\x53\x8d\x9e\x07\xb8\x01\x22\xc0\x02\x02\x80\x1c\xa0\x00\x34\x40\x06\xa8\x01\xe5\x4b\x57\xb4\x1d\x72\x7a\x0e\x0f\xc9\x45\x8d\x03\xcb\x07\x2f\x8a\x68\x89\x9c\xcf\xf5\x1c\x03\x16\xcb\x92\xbb\x9a\xe3\x5f\xea\x8d\x32\x09\x83\x12\x6d\x0b\x34\x0c\xc5\x90\x18\x2c\x70\xa0\xa1\x4b\xc1\x47\x40\x00\x50\x01\x39\x60\x03\xe8\xe0\xcd\x9f\x7a\x90\x20\x32\x3b\xb1\x33\xab\xae\x78\xaa\x6a\x93\x59\x86\xbb\x48\x24\x7e\x96\x59\xcd\x51\xdf\xd0\x22\xdb\xb1\xd9\x0c\x43\x2b\x66\xae\x68\xd8\xa9\x53\x87\xee\x2b\x29\x5d\xd6\x3c\x22\x41\x04\x7f\xc0\x07\xd0\x01\x12\x90\x02\x8c\x80\x04\x10\x02\x16\x80\x02\x30\x91\x48\x88\xe4\x99\x9b\x45\xb7\x55\xc6\x4d\x35\xdd\x11\x22\x82\xb3\x3a\xaa\xef\x7b\xe1\xe7\xef\xbe\x95\x2f\x05\x76\x6e\x15\x7d\x8a\xe9\x72\xb3\x31\x9c\x7c\x4f\xc7\x93\x4d\x29\x89\xf6\x15\xe4\x01\x66\x40\xf8\xe7\x1c\x70\x01\x07\x10\x03\x58\x40\x14\xe1\x9e\x60\x9d\x99\x54\x24\x44\x45\xc1\xd4\xd7\xcd\x2a\x3c\x21\x4b\xb7\x3a\xb7\xe7\x61\x41\xe9\x16\x75\x6d\xbc\xdf\xb7\x82\x3e\xd1\xc9\xdb\xd5\xdc\x48\xf9\x41\xb8\x93\x21\x0f\x8f\x16\xf6\x01\xbc\x01\x48\x80\x14\x20\x01\xee\x3f\x95\x08\x42\xc0\x0e\x5f\x83\xbf\xcc\x58\x21\xa2\xa9\x1c\x65\x32\xec\x26\x1b\xae\x9e\x59\x5a\xf5\xa6\xd7\x78\x3e\xe5\xc1\x78\xdb\x66\xf4\xa0\x56\x37\x1d\x36\x90\xc3\x0e\x49\x3b\x4b\xea\x90\xc3\x9b\xf4\x1e\x39\x17\xe0\x01\x2c\xc0\x09\x70\x01\x3a\xc0\x01\x70\x80\x1a\xa8\xc2\xe5\xe1\x8d\x30\x2a\x0b\xf7\x2a\x3d\x98\x7c\x72\xc3\x0a\x37\xcc\xd4\xaf\x3a\xeb\xe3\x5e\x44\xfa\x5d\x70\xa8\x3c\xe5\xdd\xd4\xf5\x59\x33\xfc\xc2\x45\xc6\xe8\xb3\xfc\x89\x80\x20\x1d\x1d\x0e\x1a\x4c\x36\x60\x05\x54\x80\x01\xc8\x03\x06\x20\x01\x78\x81\xc4\x6b\x1f\xbc\x42\x06\x42\xa1\x3e\x65\x1e\x13\x3c\xd7\xa3\xb0\xbe\xcc\xb1\x2a\xd1\xbe\xb5\x85\x18\x08\xe4\x7c\x73\x3e\xb2\xfd\xa6\xc8\x26\xee\xd9\x87\xdd\x4a\x53\x03\x5d\x62\x88\x8d\x94\x24\xe1\x4d\x2a\x90\x01\x2c\x00\x01\x30\x03\x06\x80\x08\x50\x01\x15\xac\x2e\xce\x08\x7d\x85\x90\x98\x62\x82\x31\x93\xab\x53\x98\x49\xa6\x42\xd5\x76\xef\xf6\xdc\x28\x04\x72\xcd\xfa\x85\xb3\x6f\xaa\xf2\x21\xdd\x28\x04\xda\xc9\xd9\xc0\x40\xce\x8a\xbf\x86\x96\x1f\x3b\x0e\xa6\x0f\xb8\x00\x26\x20\x02\xe8\x00\x25\xc0\x05\x47\x30\x1b\xd8\xa5\x74\xbf\x05\x19\x15\xbc\x3e\xb0\xbb\xc4\x85\x87\x67\x86\xd5\x68\xf4\xfb\x2e\x52\x41\x20\x3f\x48\xbe\xca\x8f\x71\x37\x8e\xe7\xbe\x8e\x4e\xf1\x82\xb6\xe8\x56\x17\x94\xc4\x66\xf7\x22\xbd\x43\xa3\x80\x33\x86\x9f\x43\xc8\x46\x7a\xf5\xc6\x16\x45\x06\xf5\x0c\xa3\x0f\x57\x8b\x66\x9e\xef\x5c\x41\xd9\x88\xfd\xa3\x49\xd8\x6c\xba\x4d\x95\x63\x8f\xdb\x42\x0d\x04\xf2\x94\x7e\xe0\x38\xdb\xdf\x39\x57\xc6\x99\x62\x11\x14\xec\xb8\x6a\xa8\x27\xdf\x2a\xac\xcc\x22\x4a\xda\x84\x69\x80\x73\x82\x3b\x87\xb7\x40\x18\x48\x92\x47\xe6\x41\x95\x46\x0f\xcd\xba\x2b\x70\xfd\xde\xda\x10\xda\x79\x2a\xb4\x29\xc3\xa3\x0a\xb7\x6f\x66\xe1\x8f\xa3\xe8\xf9\x8f\x2f\x4f\x83\xcb\xf5\x26\x39\xf2\x51\x5b\xde\x30\x36\x88\xba\x4b\xf2\xef\x85\xcf\x59\xfb\x28\x03\xa8\x53\x68\x59\xe9\xe9\x19\xf9\x59\x50\x39\xa8\x79\x30\x85\xb0\x24\x72\xe4\xdd\xd4\x4a\x75\xaa\xcc\xe9\x3d\x88\x63\x7e\x55\xbb\xd7\xed\x0e\x4d\xfc\x2d\xc3\x5d\xd5\x0e\xd4\x54\x4d\x47\x47\xe9\x74\x5a\x49\xb8\xa0\xc7\x89\xf5\x90\x5e\x87\x42\xa1\xd8\x32\x37\x11\xf7\x25\x2f\x1e\x3f\xaa\x60\xb7\x08\xa9\x64\xb5\x8c\xae\xc2\x9a\x06\x30\x3c\xb6\x4c\x74\x94\xff\x18\xea\x97\x17\xf7\xad\x60\xbc\xb9\x75\xec\x8f\x3f\xd6\x33\xce\xa9\xed\x72\xc3\x90\x71\x53\x60\xf1\x8b\x94\xa7\xb0\x2d\xcf\x2e\x5b\x01\x43\x25\x55\xc3\xb7\x03\xe2\xaa\x32\x62\x32\x6b\x72\x14\x8a\x9e\xea\xd6\x3a\xaa\x46\xbf\xcc\x07\x9c\x2a\xbc\xde\x07\x87\xc7\xec\xc4\x53\x64\xb0\x94\x3f\x75\xb5\xcf\xfe\x85\x19\xb7\x2c\x3b\xbf\xe7\xd3\x06\x10\x1a\x61\x8a\x11\xd2\xa0\x22\xd2\x7d\x6a\x1c\x1a\x4c\x1d\x74\x98\x55\xf8\xb4\x05\x75\x78\x0c\xd4\x3f\x28\x99\xd9\x1b\x5b\x7c\x24\x74\x12\xf3\x62\x88\x8e\x4f\xcd\xcb\x37\x28\x9c\xa9\xa4\x6c\x29\x19\x1a\xf9\xa2\xfa\x17\x6c\x31\x5c\x26\x6d\x4b\xce\x51\xf7\x5f\x36\xf1\x96\xa4\x66\xe2\xc5\xbc\x08\x14\x74\x2b\xb0\xe3\x35\xf1\xf9\xe0\x61\x82\x6e\xc6\xef\x8a\xe5\xc0\xe7\x7c\xe0\x29\x17\x23\x1a\x25\x96\xfc\xb2\x92\xab\xec\x45\x43\x75\x1f\xd3\x04\xdd\xca\xf6\xce\x3f\x3d\xa8\x9f\xf5\x2f\xf4\xb6\xca\xe7\x7e\x0c\x06\xb4\x78\x97\xef\x7f\x1e\x4a\x12\x8f\x90\xf3\x3f\x76\x87\x77\xc8\x77\xa6\x70\x2b\xf7\xd8\xf7\x93\xff\x14\x19\x85\x9f\xd0\x9a\x25\x5d\xcc\x58\x9b\xd2\x81\x3a\x6c\x39\x2f\xf3\xd5\xff\x04\xed\x36\xf7\x5f\x18\xc8\xc4\x45\xf7\x8e\xff\xa2\xd7\x28\x5c\x47\x6f\xed\x46\x51\x7f\x96\x43\x12\x65\xa4\x48\xf0\x7c\xe8\x5a\xf8\x59\x8c\x50\x02\x51\xea\xe3\x67\xdc\x92\x83\xea\xfb\xd6\xaf\x03\x86\x53\x1a\xab\x61\xfb\x0d\xd7\x71\xcf\xf4\xff\xca\x00\x1e\x6c\x2e\xf6\x0f\x1a\x37\x93\x97\x87\x17\x12\x17\x19\x67\x46\xc7\x0d\x47\xb0\xfb\x9b\xba\x92\xda\xd4\x5a\xa2\xeb\xbb\x6a\xf3\xab\x86\x4a\xb6\x1b\xef\x7b\xac\x26\xe4\xbf\x48\xec\x8d\xdd\x52\xfc\x27\x03\xf9\x2e\x7a\x4c\xb1\xc9\xb6\xe0\x3f\x41\x3c\xec\xdf\x17\xd5\xc7\xd1\x61\xdf\x6a\xd2\x90\x56\xed\x5b\x8e\x55\x84\x9b\x2f\xf5\x39\x2e\xf3\x26\x7d\x23\xad\xbe\xb0\xb3\x73\x69\xc2\x67\xc5\x74\x35\xe0\x60\xfd\xee\xeb\xbf\xc6\xdf\x79\xec\x77\xac\x74\x4d\x3c\xf6\x55\xb6\x86\x37\xf4\xd7\xa0\x57\xdb\x94\x16\x17\xf6\xe7\x22\x65\x3a\xa6\xd5\x25\x98\xc6\x24\x45\x64\x85\x3d\x7c\xea\x48\xa4\x4f\xf5\xab\xba\xe8\xa0\x1d\xa7\x5f\xee\x5d\xa3\xbd\x6b\xfc\x9f\xf8\x7b\xfc\x83\x77\xcb\x84\x23\x2e\x1d\xd0\xb5\xf4\x25\x4f\xf9\x7b\x79\xb0\x99\xbd\xa9\x14\xf1\xe8\xd1\x97\x9f\x7e\x06\x5d\xf8\x05\x79\x79\xba\xab\xb8\x8c\x7f\x6c\x0c\xea\x4f\xac\xcf\x79\x5b\x33\xd0\x49\x35\x4e\xb2\x86\x71\x9c\xfe\xe3\x2f\x55\xca\xef\x6f\x67\x65\x5f\x8c\x47\xde\xb5\x9a\x97\xdf\xe6\x18\xa4\x2a\x27\x3b\xc4\xee\x46\xc2\x04\x4f\xfa\x47\x7b\x99\xba\x9c\xda\x5f\xdb\x74\x58\x22\x9a\xd4\x7e\x50\x30\x2b\x74\xb5\x0d\x99\x4b\xf0\xce\x6b\xad\x65\xec\x5e\x9f\x36\xdb\x18\x38\x7f\xf5\xfc\xc7\xa9\xf7\x36\xfd\xab\xc3\xe4\xdb\x36\x98\xd2\xb2\x8c\x84\xb8\xf0\xb0\xe0\xe0\x02\xdf\x29\x8f\x97\x4e\xa9\xb6\x5c\x16\xa1\xc6\x7c\x7a\x07\xda\x46\x6a\x44\xca\xdc\x0a\xbc\x5a\xf4\x56\xa1\x9e\xb4\x61\xc8\x29\x9e\x85\x2b\x0d\xb2\x03\x73\xf3\x30\xbb\xa1\xb7\x7f\xfa\x82\x67\xc9\x4b\xba\xdd\x57\x95\x2f\xd2\xcd\x23\xbf\xf9\xdf\x7a\xdb\x7d\x5c\xb1\x0b\x33\x67\x36\xa2\xd3\x2d\x50\x77\x50\x52\x95\xb5\x90\x4a\x14\x9b\x15\xea\x10\x38\x52\xa0\xd2\xd7\xb1\x27\xf1\x76\x8a\x42\xcf\x44\x2c\x73\x6c\x5f\x1b\xfb\xb5\x26\x7b\xd6\xfc\x4b\xe0\x67\xfe\x0e\xcd\x44\x56\x23\xe3\x67\xaf\xa8\x66\xdf\x02\xa7\x2b\x9b\x56\xd3\x24\x7d\x09\x0d\x25\xa5\x0c\x59\x3b\xf1\x63\x21\x6c\x9e\x0b\x8e\x0e\x16\x73\x06\x07\xd6\x77\x12\x78\x6a\x8d\xc6\xe1\x8e\xc7\x01\xb2\xf1\xb1\x79\xfa\xf5\x42\x7d\xd9\xf3\x13\x7b\xb1\x77\x59\x77\xc2\x1b\x70\xbd\x53\xa5\xf5\x89\xf3\xbe\x47\x8e\x03\xe6\x5c\x7a\xbf\xd5\x16\xe5\xc3\xa5\x93\x44\x94\x78\xa3\xd8\x43\x19\x57\xa8\xb1\xc9\x68\x09\x7b\xf1\x38\xa8\xdf\xf3\x99\xbf\x53\xd6\x52\xb2\x40\x75\x1b\x09\xab\x4d\x1b\x28\xc3\xe8\x10\x9c\xa0\xdc\x80\xfd\x46\x73\xbe\x39\x9f\xda\x72\x9d\xbb\x11\xfe\xd1\x25\xc4\x74\x49\xab\x58\xb1\x41\x7a\x48\x58\x99\x87\x8f\xa5\x9d\x16\x95\xec\x2d\x7e\x00\x66\x2e\xf2\x10\x82\x28\x1c\x14\x31\x34\x4b\xb2\x88\xa9\xa2\xac\x21\x8b\xfd\x8c\x3f\x63\xfc\xaf\x7c\xe5\xfa\xe7\x41\x99\xa5\xce\xc3\x81\x53\xd9\xa9\xe7\xba\xd4\xb4\x4d\x5f\x2b\x6b\x2f\xdd\x18\xf9\x7c\xd1\xaf\x7c\xa5\xac\xdb\xb4\x32\xa4\x39\xb8\xa9\xa8\xd3\xf0\xc1\xd0\x14\x20\x17\xa0\xbf\xb8\xc0\x36\xa2\xe5\xe0\xe9\x79\x9b\xa8\x05\x67\x71\xed\xd9\x1c\x71\x9e\xa9\x5a\x69\xdb\x2d\x39\xf3\xb8\x53\xb7\xdb\x39\x12\x5a\x31\x1d\x87\xee\x49\x6d\x16\xa4\x72\x2b\x16\xc7\xf9\x81\xa9\x9b\x12\x06\xef\x3b\x5a\x03\xbc\xe2\x0b\x12\x40\x07\x04\x00\x06\x40\x03\x1c\x28\x1d\xa4\x6e\x6c\x9d\xa2\x09\x4a\x1b\x1f\x5a\x9d\x8d\x43\xe8\x52\xd0\x4a\x3e\xb7\x9e\x8f\x8b\x6c\x58\x6f\xd1\xf7\x89\x14\x33\xc6\x1c\x79\x40\x99\x68\x28\x9a\x0a\x4a\xd0\x7f\x23\x11\xc3\xbe\x7b\x73\x00\xf3\x09\x10\x03\x16\x80\x0f\x48\x01\x27\x40\x02\xd4\x08\x78\x78\x67\xf4\x4a\xfc\x16\xb2\x37\x7a\x82\xf6\x5a\xfe\x5e\xf1\xf0\x05\xf4\x8d\xc3\xc3\x44\x5f\x90\xbe\x0a\x75\x96\x16\xdd\xc5\xee\x7a\xe4\x9a\x84\x2a\xe8\xf3\x5d\x53\x73\x62\xae\x23\x3a\xbd\x8c\x04\x5c\x00\x09\xa0\x01\x68\x80\x0d\xd4\x01\x3d\x20\x81\xf9\x81\x59\x40\x89\xc7\xb9\x2e\xdd\xa5\x69\x66\x99\xe9\xb9\x16\xed\x9f\x23\x59\x4b\xd2\x8f\xb8\x24\xb3\xc6\xd8\x7d\x52\xf6\x2b\x41\xd3\xbb\xd1\xcc\x54\x31\x83\x3f\x9b\xaa\x10\x0d\xed\xc5\x2b\x40\x0a\x24\x01\x12\x90\x00\x04\x00\x03\x50\x03\x78\x80\x01\xae\x51\xec\x48\x70\x59\x7d\xc4\xe4\x54\x2d\xcd\xd0\xdd\xec\xc2\x9e\x32\x8e\xab\x88\x7b\x78\xe7\xc1\xea\x9b\xa1\xf8\xca\xf1\xe4\xaf\x7e\xeb\x96\xa9\xaa\x30\x42\xa5\xb4\x49\x98\x4c\x2f\xd4\x00\xd9\x9f\xaa\x03\x1a\x60\xfd\xd3\x89\x41\x04\x32\x80\x01\xe1\x37\x01\x09\xc3\xa6\x90\x93\x62\xe8\x87\x68\xe7\xcb\x90\xf5\xd4\x9d\x72\xf3\x2e\xbd\x69\xd2\xed\x86\x31\x8f\x3a\xf8\x8c\xb5\x60\x7c\x3b\x69\x4d\x15\xf1\xd7\x4c\xf3\xf8\x39\xaf\x7b\x01\x03\x80\x05\x34\x00\x0d\xb0\x03\x74\x80\x05\xf0\x00\x31\xa0\x83\xbd\xc6\xb1\xa0\x8d\xe3\xaf\x93\x4b\x30\xe8\x77\x2c\x0d\x5a\x4e\x11\x29\x45\x6d\xa7\x9c\x62\x38\x6c\x99\x46\x6b\xc1\xcd\x65\x0d\x8f\x72\xf6\xd2\xeb\x91\xc1\xe0\x98\x24\xa3\x47\x4e\x07\x8c\x80\x1a\x10\x03\x2c\x80\x0f\x88\x01\x29\x40\x06\xe8\x00\xf9\x95\x21\xd6\x06\xcd\x07\xde\xad\xf7\x50\xfa\xa3\x0e\x05\x81\x8f\xc9\xee\x25\x4e\xed\x89\x53\x8c\x67\x65\x8b\x99\x9d\xa3\x45\xe9\x31\x3b\xee\x39\xc6\xbe\x0a\x98\x02\x6e\xb4\x41\xd8\x42\x30\x22\x40\x04\xa0\xfe\x51\x80\xd0\x00\x22\xc0\x08\x04\x01\x01\x74\x04\xa6\x11\x35\x31\x4f\xa7\xec\xb2\xee\xae\x83\x61\x60\x41\x32\x45\xf1\x48\xdb\xe7\x09\xa1\x9b\x57\xab\x1a\xfd\x48\xe5\xbf\x92\x94\x7c\x33\xac\x0c\x35\xe0\xc4\xc7\x59\xe9\x88\x76\x11\x4b\x01\x3a\x80\x01\x4c\x80\x00\x48\x00\x54\x80\x05\xd0\x00\xce\x4b\x72\x0c\x15\xca\x0b\xee\xc9\x77\x47\xba\x59\xf6\x4a\xfe\x81\x49\xb6\xc5\xe3\x6d\x11\x13\x22\x3f\xa1\xb6\xb2\x47\x6b\x6a\x43\x32\x08\x42\x4a\x1c\xb3\xf5\xe5\x64\x73\x78\xbe\x53\xd5\x62\xac\xbc\x58\x04\x98\x80\x14\xb0\xfe\x39\x4d\x02\xc0\x0c\xb8\x5e\xe0\xa3\x57\x51\x96\x70\x27\xbd\xc3\xd7\x95\xb4\x3b\x09\xc8\x49\x9c\x28\x89\x6c\xdd\x9d\x48\xfa\xcd\x7a\xd0\x33\x3d\xd7\x2c\x98\x47\x14\x75\xe1\xa1\x68\x86\xa8\xd2\x2a\x4a\xc0\x8c\x40\xd0\x02\xdf\x06\x50\x00\x0b\xc0\x00\x42\x40\x1a\x88\x01\x25\xc0\x04\x72\xd1\xe8\x28\xda\xb9\x1c\x65\x6e\x75\xda\x6c\xef\xfd\x63\x12\x49\x8b\xed\x5b\x85\xc7\x13\x21\x90\xd3\xfe\xf9\xbe\xae\x4f\x65\xb2\x49\x3c\xfe\x0f\x76\x5a\x3a\x5e\x32\x86\xdc\x43\x94\x19\xe8\x9f\xa1\xa4\x00\x03\xa0\x06\xf2\x00\xf9\xcf\xb3\x85\x06\xc8\x51\x25\xc9\x6d\x38\x97\xde\xba\xeb\xa0\xd9\x71\xfb\xcf\x27\xd6\x94\xf0\xb5\x69\x4f\x42\x41\x20\x57\xce\xab\x66\x83\x2d\xb5\xac\x59\x06\xe1\xd4\x6e\xc8\x26\xce\xca\x43\x22\xe3\x4c\xf3\x84\x3c\xf0\xf3\x80\x1e\xe0\x02\x22\x80\x02\xd8\x81\x20\x50\x07\xd8\xc8\x41\x64\xb4\x9c\xa6\xd2\xd5\xda\x3a\xb6\xf4\x01\xd9\x49\x5f\x8b\xfa\xda\xf1\x27\x9d\x21\x90\x1f\x82\xdb\x39\x93\xa6\xad\xb0\x85\x53\x09\x9a\x7e\xa2\xb6\x6a\x3a\xf9\x32\x10\x9e\x00\xea\x64\x4c\x81\x17\xde\x20\x09\x4a\xe8\x25\x33\xb4\x0a\x4c\xfe\xab\xf3\xd7\x67\x6f\x82\x48\x1a\xd9\x36\x24\x83\xb5\x9e\x6d\xdf\xfb\x99\x25\xaa\x14\x59\xb4\x26\x4e\x7d\x80\x40\x9e\x03\x4e\x58\x17\xa1\x7b\x2d\xab\xf1\x32\x72\xc2\x36\x5d\x8d\x4d\xd5\x54\x52\xc5\x13\xd8\xb8\x49\x2d\x50\xaf\x90\x22\x50\x14\x51\x21\xe8\xe3\x58\xd8\xd8\x87\x78\x11\x44\x4e\xe4\x6b\x0c\xcc\x42\x1f\x94\x4e\x6c\xd7\x5c\xa3\xc2\x60\xb3\x24\xda\xca\xa6\xff\xb8\x9a\x5d\xc5\x6f\x30\x8d\x71\x34\x7b\x17\xe6\x27\x18\xfb\xa7\xd9\x73\xe9\xdb\xc8\xff\x14\x41\x66\x35\x24\x47\x27\x18\x24\xa6\x22\x2d\x25\x5f\xa0\xdc\xa1\x53\x66\xe0\x60\x0d\xe6\x7e\x10\x8e\x11\x4f\x57\x98\xf8\x90\xe4\x12\x19\x36\x91\x69\x53\x3d\xd2\xf7\xc7\x5f\xf6\xa7\xcf\x01\xf5\x3c\x7f\x4f\x72\x55\x6f\x66\x40\x44\x9b\x67\xa1\xcd\x07\xbd\x21\x85\x40\x31\x78\x8e\x18\x3a\x3b\xa6\x6e\xd6\x61\x8e\xdf\xdc\xfb\x1c\x9c\x7c\xe7\x12\x79\x12\x8a\x72\xe9\xaa\xa9\x7a\xb8\x96\x3f\xbc\x47\x63\x0d\xf3\x95\x9b\x44\x47\xad\xff\x8e\x19\x17\x29\x6b\x8f\x63\x2e\x2d\x0c\xc5\x57\xa9\x2d\xe1\x3c\x5e\x12\xb6\xb9\x06\x3d\xca\xbf\xa4\xe9\xf9\xef\xf9\x52\xf9\x3a\x44\x24\xc5\xad\xa4\x4c\x54\xf4\x15\x4c\x55\x77\xf5\xcb\x2d\xc9\x1c\x7b\xbc\x10\x43\x44\x52\x4d\xca\xd6\x3a\xab\x67\x12\xfe\x42\x2d\xa9\xfd\xee\x05\x9b\x81\xde\xc6\x82\x62\xba\xb4\x80\x88\x6b\x1f\x1e\x87\x68\x93\x0e\xad\x60\xf9\x63\x99\xe9\x77\x77\x72\x22\x4a\xc2\xea\xbc\x5a\x97\x86\xf3\xe6\xde\x0e\x44\xee\x4f\xc1\xdf\xa3\xe2\x52\xa6\xf3\x7e\xd5\x8f\x0e\x0e\xaf\xfc\xf3\x17\x4e\xae\xe8\xb6\xf7\xe6\x06\x06\x74\x9a\x3e\x94\x5c\x66\xd8\xc5\x40\x07\xf4\xb8\xfa\xd9\x64\x7e\x48\xd6\x3e\xd5\xb3\x31\x82\x33\x21\xb3\x10\xb7\xf5\x74\xd6\xf2\xa2\x09\x4a\x8d\x3e\x4c\x5d\xca\xf7\xaf\x94\x6f\x3e\xee\xff\x36\x9d\xb1\x6d\xf3\x4f\x06\xd2\x7b\x11\xba\x8d\x34\x1f\x34\xb8\xd4\xd2\x58\xfe\xf0\xf9\x22\xd1\x36\xac\xc7\x9f\xd0\xa5\xc3\x1e\xc9\x51\xed\x63\x8e\x3b\x9f\xb7\x69\x40\xcf\xa7\xb2\x58\xe9\x34\x90\x17\x54\x41\xd3\x4c\xd7\x27\x3f\x51\xbc\x62\xb4\x53\xf9\xed\xfb\xff\xe0\xef\x33\xd1\x25\xf3\xce\xc2\xa2\xdf\xc8\x75\x47\x7f\x2d\x7b\x91\x73\xe6\x45\x42\x7e\x78\x6c\x10\x55\x88\x71\x58\x5e\x14\x57\x9c\x7f\xb2\x5d\xa6\x7f\x41\x6c\x45\x70\x53\x58\x8f\xf3\x98\xf0\xa2\xdd\xb6\xef\x19\xe4\xfb\xe9\xbf\x32\x80\x9f\x3e\xdf\x4e\xf7\xeb\x36\xe4\x16\xb3\xa6\xb2\x86\x9f\x7a\x1f\x3a\xb4\x5b\xfd\x1a\x14\xab\x2f\xcb\x32\x8a\x3e\x15\x28\xe5\xb3\xe7\xf2\xe5\x0f\xd5\x94\x76\x4c\x8f\xd0\x2c\xec\xed\x88\x5e\xcc\xfc\xf2\xf8\x77\x06\x72\xeb\x74\x44\xb2\x41\x32\x6f\x38\x16\xd1\x57\xd4\x2e\xd1\xa0\x58\xed\x53\x16\x59\x5c\x90\xf7\x36\xd3\x37\x25\x29\x71\x3b\xce\x3e\x86\x35\xb2\x3f\xae\xe2\xb3\x5d\xf9\x76\x0b\xde\xe0\x87\x79\xd8\xad\xa6\x6f\x8f\xff\xea\xc9\x71\x1b\xb2\x57\xbf\x5c\x38\x3e\xd7\xeb\xd8\x22\x55\x83\x55\x82\x91\xd7\x94\xe9\x93\x2c\x95\x98\x18\x53\x11\x6e\x11\x92\x14\x20\xeb\x53\xe0\x85\xec\x6e\xe0\xaf\x1f\x1d\x95\xbe\x5c\xdc\xd2\xf4\xa6\x3f\x66\x4e\x65\x5b\xf2\xd2\xe8\xf7\x5f\xb3\xd5\x3f\xe8\xf6\xa1\x96\xa0\x86\x85\xda\x3a\xab\x17\x8a\x5e\x64\xd9\x25\x1d\xc4\xe1\x85\x6f\x84\xa8\x07\x84\x04\x08\xb8\x09\x39\x03\xe7\x6a\x6b\x1a\x0b\x4d\x53\x56\x87\x3c\x5f\x89\xc8\xc1\xd4\xb1\x62\x97\xc6\xc0\xc1\xa2\x25\xee\x3d\x86\xdb\x3f\xda\xe8\x5f\x44\xc7\xb2\x2b\xb2\xc3\x04\xcd\xdc\xa5\x3f\xb2\xa3\x12\x39\x23\xf0\x83\x34\x7d\x7c\xdd\xdb\xdd\x8e\x9d\x9e\x6d\x6d\x2c\xda\x4d\x30\x0c\xc9\x35\x1d\x35\x16\x55\xcd\xcd\xd1\xfd\x7e\xf9\x3f\xc4\x2c\x66\xf9\xb7\x22\x8e\x78\xad\x68\x1d\xee\x9c\x61\x3c\x1e\x42\x20\x37\xa5\x9b\x86\xa3\x73\xcd\xb9\x25\xaf\xd3\x36\xa2\x7a\x03\x5a\x3d\x7c\x3e\xbe\xb6\x6d\xb3\x0e\x37\xed\x33\x70\xd1\x1a\x50\xed\x50\xdc\x96\xfd\x21\xbd\x21\x89\xa2\x38\x69\x74\xe2\xe0\xef\xbb\x1a\xa4\x9b\x15\x55\x29\xdd\xde\x37\xb1\xb9\x6e\x75\xe6\xfb\xab\xf8\xb9\xe1\xf0\xfb\x3c\x71\x27\x67\x79\x72\xea\x43\xd8\x67\xaf\x47\x47\x35\xab\xdf\xc6\xa6\x86\xf6\x5a\xee\x2a\x2d\x72\x1d\x6f\x9d\xc5\x3c\x05\xe3\x79\xf6\x38\x6b\xd9\x7e\x4a\x58\xaa\x8b\x9a\xde\x3a\xef\x07\xae\xc4\x47\xe7\x3e\xd4\xe6\xf4\x57\xcc\x23\xee\xd9\xdd\x36\xdf\x37\x6f\xe3\x0f\x9d\xd6\x28\x67\x85\x47\x90\x7b\x66\xd9\x84\x19\xeb\xe9\xf8\xa9\x1d\x2a\x78\xbd\x4d\x10\x6b\xe4\xdf\xe5\xf4\x66\x0e\xa0\x6b\xa5\xbc\x27\xb3\xa1\xbc\xe1\xfd\xf8\x5e\x54\x87\xdc\x32\xd7\xf3\x65\xd8\x51\xea\x4a\x19\x4b\x3b\xef\x38\xe7\xea\xee\xb9\xe5\xc5\xe1\x12\x47\x0f\x69\xd1\xf7\x58\x6f\xef\x55\xeb\x69\xc3\x60\x35\x24\xf9\x61\x29\x1c\x61\x15\x1e\x3d\xd6\x10\xba\x08\x72\x43\xc2\x67\x9c\x52\xf4\x6b\xe4\x05\x42\x73\xd6\x1d\xd1\x55\x45\x4b\xc3\x40\x47\x39\xbf\xe9\x38\x9f\x3c\x8a\x7a\x8a\x01\xd7\x05\xea\x03\xa8\xa3\xe9\xe9\xf1\xa6\x37\x19\x17\xc1\xc1\xf6\x31\xfa\x6d\x2a\x9f\xa4\xbd\x85\xfd\x79\xde\x30\x17\xd0\xa4\x91\xc4\xe1\x76\xa2\xad\x23\xf2\xbd\x2a\x87\x12\x82\x62\xc3\x2c\xa4\xb5\xe3\xa9\x94\xa1\xd3\xfc\x66\x81\xe0\xf1\x2a\xc2\x37\x3d\xb5\x82\xb5\xb3\x78\x3a\x6b\xcb\x79\x27\x75\x54\xbd\x82\x27\x31\xc4\xb3\xd8\xdc\x5e\x6d\x59\xea\x98\xbf\x81\xad\x8e\xb6\x9f\xe4\x16\x97\x02\xe5\x3b\x5c\x3e\x54\x3d\x90\x03\x1a\x80\x13\x10\xbf\xa9\x22\xd5\x65\x15\x13\xf1\x53\x34\x30\x4a\x76\x6c\x0b\x92\x4e\x7c\x2a\x36\x69\xce\x1a\x99\x5a\xa5\x5b\xdf\x19\x38\x2c\xa2\x8c\x92\x74\x17\x33\xe1\x53\x42\x17\x66\x60\xfa\x4d\x71\x4e\xc8\x86\x9e\x06\xbf\xf0\x42\x04\x08\xfc\x79\xdb\xc5\x01\xfa\x00\xef\x75\x31\x6e\x3d\x6d\x15\xef\xd5\x3b\x45\xed\x75\x1b\x04\x9f\xec\x18\x9c\x5c\xff\xba\xb4\xfe\xa3\x25\xa1\xd5\x86\x8e\xcf\x79\xbe\xd1\x18\x6e\x3b\x1f\xd6\xe5\x23\xf8\x3a\xa8\xef\x71\x8a\x50\x74\x61\xa9\x80\x16\x60\x07\x9c\x80\x08\xa0\x01\x78\xc0\x0d\x18\x5e\x12\xa1\x9f\x51\x90\xb3\xcf\x4b\x38\xa8\xed\x9a\x75\x78\xc0\x86\xdb\x64\xdc\x55\xc9\x74\xad\xcd\x76\xaf\x48\xb4\x16\x15\xe6\xc6\x7c\x71\x3f\x37\x4e\x92\xaf\xe0\x6d\xa1\x64\x43\x75\x81\x9e\x03\x42\xc0\x18\x90\xfe\xa9\x5d\x10\x83\x57\x00\x16\xe0\x01\x92\x37\x53\x44\x02\x4c\x5d\xc2\x1f\x14\x9d\x3e\x28\x38\x23\x87\xac\xa5\x84\x95\x15\xb7\xdf\x4c\x1a\xcf\x09\x77\xc5\x94\x6e\xc4\xb7\x7a\x05\x99\xa9\x2b\xfa\xf1\x67\x50\xcd\xa3\x59\x01\x2e\x40\x0f\x08\x01\x31\xc0\x07\x98\x00\x07\x60\x03\x3c\x80\x0f\x94\xe0\x3e\xe1\x8a\xd1\xbe\xe6\x5b\x7b\xcf\xa3\x37\x69\x9f\x1a\xd0\x96\xc4\x5d\x74\xd0\xfa\x6e\xdc\x6b\xc5\x6d\x50\xac\x52\x24\xd9\xd0\x6f\xcb\x4a\x52\xb5\x4a\x04\x83\xbe\x0d\xa7\xe9\x15\x1e\xa0\x01\x88\x80\x04\x90\x01\x1a\x80\x02\x10\xff\x9c\x05\x0a\x0c\x15\x46\x1d\xe5\x1c\x97\xf7\x5b\x63\x1d\x56\x9b\x34\xdf\xb5\xb8\xf8\xfc\xf9\xa6\x86\x11\xf3\xad\xf0\x51\xab\xda\xfd\x8c\xcd\xe0\x74\x7b\x52\xad\x3e\xc9\x23\x36\x1a\x62\x7c\xc4\x2c\x40\x0e\xf0\xfe\xfc\x77\xca\x3f\x3b\xc0\xfa\xdb\x5f\x50\xd2\xa8\x7a\x64\xfc\xec\x63\x92\x96\x1a\x1a\x56\xa4\xde\x9c\x31\xfc\x39\x87\xf5\xcc\x43\x24\x07\xe1\x53\x4e\xcd\xd3\xb9\xef\x23\xb4\x3f\x46\x1b\xc2\xc9\x6e\xf1\x7c\xa7\xbc\x47\x87\xbc\x10\x07\x58\x00\x19\x60\x02\x64\xc0\x02\xb0\x00\x2e\xa0\x06\xfa\x80\x1e\x39\x90\x44\x96\x0d\x51\x62\x4d\xed\xca\x92\xca\xcb\x37\xba\x38\xa7\xa5\xbe\x69\x70\xe1\xcc\x77\xe1\x77\x27\x76\x71\x68\x1c\x89\xa7\x83\x99\xb1\xf2\xba\xf0\x2e\x63\x37\xbe\x37\xdc\x00\xa0\x01\xa2\x80\x1d\x10\x03\x38\x80\x09\x70\x81\x1c\x20\x00\x62\x48\xd9\xc4\xe1\xac\x6f\xc5\x16\xd4\xe5\x2c\x18\x3c\x77\xa2\x9e\x3e\xf7\xd4\xed\x0c\xb4\x5c\xcb\xae\x76\xf6\x5f\x54\xc6\x26\x3f\x06\xe4\xdb\x3a\x69\x33\x4a\x9f\x71\xfe\x7f\x5c\xbd\x55\x54\x9c\x5b\xd7\x34\xba\x70\x77\x6d\xdc\xdd\xdd\xdd\xdd\x25\xb8\xbb\xbb\xbb\xbb\xbb\xbb\x07\x77\x77\x08\x2e\x09\x21\xc1\x89\x90\x00\x21\x42\x84\x90\x3e\xe3\xef\x6f\xbf\x5b\xce\x0d\x5c\x3d\xab\xbb\x69\xc6\xa8\x5a\x35\xab\x6a\x46\xd2\x2b\xe1\xd5\x02\x1e\x40\x0b\xc8\x01\x05\x20\x00\xf4\x80\x04\xe0\x01\x2a\xe0\x80\x39\x4f\x55\xcc\x33\x2b\xb7\x6c\xf0\xe8\x84\x15\x62\x9f\x76\x59\x35\xdf\x2d\x3b\xcb\x78\x5f\x7c\x1c\xba\xb4\xd2\x83\x56\x41\x93\x3c\x1e\xd0\x66\xab\xa5\x23\x2b\xe9\xc3\x2e\x0d\x99\x42\x59\x04\xd4\x80\x15\x60\x02\x7c\x80\x03\xe3\x73\x24\x80\x12\xa3\x80\x52\x98\xbb\x43\xae\xd4\x10\xe2\x28\x15\x72\x9d\x76\x5b\x29\xf0\xf4\x6c\x56\xe4\x51\xfa\x72\x77\x3d\x68\xc8\xb5\x9e\x30\x7b\x23\x42\xcd\xb5\xde\xf8\x83\xe2\x67\xfe\x37\x74\x06\xb8\x45\x40\x02\xd0\x02\x1a\xc0\x02\xe8\x81\x0c\xa0\x00\x32\x80\x1d\x1d\x8f\x82\x93\xab\x57\xf6\x5c\x3f\xc3\x31\x3d\x64\x3c\x1d\xb3\x4a\xbf\x47\x7c\x76\x18\x0a\xfd\x70\xb1\x87\x33\x79\xdb\x56\x50\x5c\x92\xd0\xe3\x47\x62\xcd\xad\x15\x2c\x51\xc6\xd6\x09\x11\x47\x4e\x03\x94\x40\x1e\x88\x00\x56\x98\xc2\x05\x01\xd8\xa8\x65\xe4\xda\x9c\x8d\x32\x48\xfa\x69\x8e\x65\x41\xe3\x69\x3b\x55\x88\xdd\x6f\xe7\xce\xa0\xd0\xbb\xa5\x57\x9c\x8b\xd9\x7d\xe4\xd5\xee\x19\x3b\x61\xf8\x2e\x86\xc6\x85\x8a\xd5\x02\xf0\x74\xf4\xb8\x0a\x80\x1f\xc8\x01\x4b\x18\x17\xa2\x01\x02\xc0\x0c\xc5\x0e\xc2\xc9\xe1\x2c\xb5\xab\xe7\xea\x20\x12\xfc\x2c\x6d\xbe\xaa\xbc\x5b\x62\x1e\x15\x0a\xfd\xb1\x73\x61\xb0\x11\x33\x9a\xdc\x6c\x5e\x18\x1e\x8f\xea\x4b\x6e\x6d\xa7\xf5\x56\x0a\x87\x83\x9a\xec\x29\xca\x20\xa0\x06\x52\x80\x0e\x28\x02\x57\xc0\x00\x82\x90\x6e\x20\x2b\x1c\x19\xd2\x66\x7a\x91\x0e\xb6\x41\xf3\xe9\x90\xca\xa8\x5e\xbc\xe1\x97\x30\x05\x43\xea\x85\xce\xdc\x65\xf7\xb7\xca\xc7\x0c\xe9\xb0\x52\x97\x73\x93\x19\x15\x2e\x61\xc0\x18\x43\x30\x81\x90\x85\xa4\x8f\x2a\x83\xb6\x86\x11\x8e\x69\x88\x39\x86\x23\x88\x5f\x47\x6f\x29\x38\xad\x12\x6d\xe6\xe6\x59\x1a\x83\x94\x9b\xdd\x88\x36\x34\x0c\x43\x8b\xb9\x13\xdd\x35\xeb\x91\x99\xe6\xf1\xc2\x17\x09\x0e\xfe\xf6\x76\xc5\xfa\xd2\xf2\x2c\xbc\x83\x74\x2a\x84\x22\xf8\xf9\x84\x6b\x24\x71\xa4\x4b\xe4\xa4\x94\x97\x34\x2f\x18\x94\xd9\x53\xc4\xad\xb4\x04\x6c\xf0\xfc\xc5\x13\x5f\x94\xb4\xb4\xbb\x4f\xc2\x36\xdc\xfc\x4e\x7b\xef\xb1\x77\x37\x1b\xd3\xd3\x5d\x7d\x96\xd5\x1f\xc9\xea\x19\x63\x99\xaf\x13\x2e\xbb\xcd\x9f\xca\x74\x4a\x4b\x49\xd7\xc6\x04\x61\xfe\xcd\x66\xc8\x8d\xc4\x97\x29\x6a\x26\xed\xa2\x7c\x6a\x34\xe0\x0c\x0d\xeb\xcc\xf4\xa8\x49\xee\xc3\x5f\xf8\x2b\x0b\xf2\x59\xfc\x84\x70\xad\x7c\xf4\x47\x9b\x5c\x29\x51\x2a\x4d\xd8\xaa\x27\xa7\xb5\xa5\xde\x9d\xe2\x9a\x18\x1c\xef\x96\x40\x9c\x30\x9f\x58\xaa\x94\x91\xdc\x5b\x65\x45\x4d\x17\xc3\x19\x2b\x7a\xa7\xaf\x7e\x24\xf1\x86\x85\xed\x2d\x5a\x63\x60\xfd\xaf\x3c\xee\xaf\xc7\xf7\x96\x2f\x10\x17\x91\xfb\x07\x1a\xaf\x4a\xf0\xd3\x7c\x22\x9e\xfb\xf0\xda\x6d\x9b\xdc\x68\xba\x2b\xc6\xa8\xd0\xab\xc7\x69\x4d\xe9\x75\x1a\x07\x99\x67\xda\xae\xb9\x39\xfa\x17\x46\x0a\x25\x9e\xe7\x38\x57\xeb\xf5\x60\xcc\x05\x3c\xff\xdb\x07\xf9\xf9\xe0\xcc\x7e\x5b\x7e\x8e\xad\xff\xb8\xd9\xbb\x0c\x29\xe3\x4d\x4c\x4e\x20\x96\x5b\x89\x35\xbb\x69\xb3\xb9\xa8\x55\xa8\xed\x4f\xc7\x6d\xb7\x79\x9f\x98\xa0\x95\x68\xba\xe4\xf1\xdc\xe6\xb2\xa3\x86\xfb\xee\x90\xb1\xb2\xb5\x9b\xe3\xbf\x9b\xce\xff\x44\xde\x2a\x9f\xec\xec\x60\xcf\xb3\x0e\x29\xb6\x79\x56\x46\xe7\xce\x24\xdd\x45\x3c\xfa\xa7\x78\xc2\x7b\xdb\xfb\x75\x06\x41\xc2\x24\xa2\x99\x13\x11\xd2\x4b\xf3\xb9\x2a\xbe\x36\x5e\x77\xbf\x1a\x35\x58\xf0\xda\x8c\x7a\xe5\x7a\x45\xf8\x2f\x06\x32\x72\xbb\x77\x26\xbd\x87\xbc\xa4\x3b\x9a\xde\x35\x59\x9f\x55\xa6\x97\x53\x94\x0c\x1f\xab\x1c\x5f\x94\xb4\x9d\x26\x99\x25\x97\x2f\x5d\xca\x5e\x3d\xd8\xbc\xd7\xbd\x34\x7a\x36\x7f\xbd\x99\x71\xf8\xe4\x92\xfb\x6e\xef\xb7\xc7\xbf\x34\x84\x8d\x6b\xc1\xf3\xaf\x87\x0a\x3b\x79\xcf\xec\x16\x08\x27\xa3\x87\xff\xf4\x15\x75\x69\xb5\xd6\x37\x66\xd4\xb1\x54\xdd\x54\xf4\x94\x07\xd5\x69\x3c\xad\x1d\xfb\xb9\x54\xb6\x7b\x79\x0a\xbd\x19\xfc\x1d\xfa\x5f\x06\xf2\xb9\xe1\x8d\xe6\xa1\xfe\x56\xee\xd2\xf6\xd4\xfa\xb0\x6a\x8f\x74\xdb\xa7\x86\xfe\x6a\xe1\xd2\xde\x42\xa1\x9c\xcb\xcc\xd8\x34\xf5\x14\xea\x64\xbb\x5c\xc4\xaa\xfa\xb6\x91\xc1\xef\x73\xe6\x5b\x9f\x8e\x43\xaf\x23\x1f\xfe\xd5\xa5\x75\xa7\x7a\xf6\x69\x6f\x7f\xf9\xfb\x64\xfa\xc0\x93\x8e\xe6\x46\x8a\xca\xa5\xa2\xfd\x9c\xa5\xb4\x93\xc4\xa7\x31\x2b\x11\x9c\x21\xbb\x81\x65\xfe\x92\xfe\x7e\xd1\x57\x99\xa6\xa5\x3f\x9a\x6e\xfa\xae\x67\x68\x37\x7d\x8e\x91\x6e\xf0\x1e\x9d\xff\x62\x30\x14\xe7\xd2\x3b\x9c\xf3\x66\x43\x4b\x1d\xfb\x75\x3f\xcb\x34\xf3\x88\xd2\x52\xe3\xad\x22\x41\xd0\x83\x6f\xa8\x87\xa3\xf3\x8c\x83\x82\x4d\xab\x95\xab\xf5\xb8\x37\x5b\x84\x77\xea\x70\x31\x46\x43\x54\x6f\xc6\x8c\xe4\x96\xd6\xc9\xea\x27\x98\xab\xf8\x21\xf0\xad\xd0\x1e\xfc\xec\x46\xbf\x6b\xd3\xbb\x72\xef\x5c\xd4\xe4\xd3\x68\x87\x60\x25\x1f\x66\x37\x59\x07\x1a\x4b\x46\xd3\x0e\x83\x13\x5d\x2b\x8d\x03\x35\x75\x6d\x2e\xcb\x05\xf7\x57\x61\xe6\x29\x98\x85\x0d\x0d\xcb\xfd\x81\x73\xea\xbb\x7a\x17\xe5\xdf\x98\xa0\xd0\x9b\xa6\x97\xbd\x8b\xba\xfd\xf5\x0d\x5f\x8a\x3a\xd3\x50\xa3\x2d\x03\xeb\x3d\x81\xc3\xad\xe5\xa1\xf1\x85\x7e\xa4\x06\xb7\xb2\xa4\x1c\x9e\xe4\x6f\xd1\x0b\xe1\x22\xe9\x74\x1d\x2a\x8b\x5b\xf7\xe7\xa1\x64\x69\xf6\xc5\x39\xcd\x15\xc3\x8f\x4b\x9b\x07\xba\x57\x03\x8f\x58\x6f\x84\xd6\x0f\x47\xbe\x34\x61\x16\xaa\x24\xc9\x86\xdc\x79\xbe\xb6\x9f\x31\xdb\x32\x94\xd1\x0c\x50\x5e\x90\xcd\x95\x98\x13\x7a\xcb\x1b\xc7\xb1\xc5\x62\xcd\xe8\x26\x48\xa1\x44\x6f\xe8\x6c\xa7\xe7\x93\x1e\x43\x96\xf3\xad\xfa\x7b\x37\xeb\x6c\xc4\xf6\xe7\x33\xea\xcf\x1f\x5e\x59\xcd\xd5\x76\xec\x96\xfc\x4a\x5e\x08\x2e\x70\x65\xb2\xf8\xa1\x6f\xa4\x41\xae\x38\x26\x85\x26\xf4\x82\xe7\x37\x7b\x23\xe3\x47\x6a\x62\xb2\x09\xe2\x4d\x52\x1f\x8e\x0f\x92\x6e\x7a\x21\xb6\x04\x3e\x4c\x31\x15\x39\xc1\x35\x48\xdd\xc5\x33\x99\x3b\xe6\x17\xe7\x1f\xdc\xb7\xf5\x46\xdc\xeb\xce\x32\xac\x42\xaa\x9c\x27\x9f\x68\x68\x55\x2b\x9e\x4a\xdc\x08\xfe\xe4\x1a\x64\x95\xa1\x63\x22\xf7\x25\xa2\xc6\xa1\x42\x8b\x43\xaa\x24\xc8\x65\x61\x12\xed\x56\x59\x31\x1e\x71\x7e\x1f\xcc\x94\xcc\x55\x72\xda\x42\x33\x12\xf5\x0c\xe7\xb5\xe9\x59\xfe\x52\x5d\xf7\x9f\x22\xb5\xe8\x14\x77\x81\x27\xae\x1a\x10\x99\x7b\xa1\x0a\xee\x12\x16\x64\xea\x76\xd2\x39\x3c\x25\x34\x2b\x04\x2a\x30\x0e\x08\x01\x21\xa6\x3f\xf5\x08\xcf\xa5\xf4\x85\xce\xbc\xb5\xb8\x37\x43\x0c\xc8\x09\xac\x0b\xeb\xeb\x59\x18\xdb\x3f\x3a\x54\x98\x75\x6a\x32\xc9\xc0\x0d\xe1\x75\x70\xd0\xf3\x90\x9d\x16\xa0\x65\xbd\xa0\x0d\x80\xf0\xe1\x9e\xa0\x36\x83\x06\x80\x04\x30\x01\x2f\x60\x06\x2a\x48\xab\x10\x24\xd6\x48\x91\x7b\x95\x63\x53\x3d\x57\x8c\xd0\xfb\xb4\xd2\x8a\xf6\x2e\xd5\xc9\xb6\x2d\xca\xe7\x1a\x23\xa9\x55\xe6\xa9\x2f\x02\x1b\x6d\xc3\xb4\x7a\xc4\x27\xd8\xc6\x28\x2f\x09\x5b\x31\x46\xe1\x17\x01\x1d\xc0\x05\xe8\x00\x0f\x08\x01\x6c\xc0\x08\x30\xf0\xfa\xe8\x2a\xf8\x54\xe5\xba\xf5\x1b\xed\x31\x02\x6a\x13\x2d\x8b\x4e\x5b\xa2\xc6\x70\x9e\x21\xef\xb0\xf4\x05\x57\xdd\xa7\xed\x04\xb1\xda\x7c\xd3\x54\x10\xf9\xc3\xc8\x88\xbf\x83\x6a\x06\x24\x00\x13\x50\x03\x0c\x00\x1f\x10\x01\x31\x80\x07\xb8\x80\x2d\x66\x18\x45\x3f\x87\x9c\x84\xbd\x16\xa9\xa5\xb9\x37\x79\xec\xa7\xbc\xea\xfa\xc5\x81\x9a\xa5\xea\xf5\xa5\xc1\xac\x3a\x97\xcc\xfb\xe0\x56\x3b\x53\xad\x40\xd1\x38\x86\x21\x5c\x5a\xc0\x0c\x38\x80\x14\x60\x02\x14\x80\x1c\x40\x00\x2a\xc0\x06\x04\x40\x11\xc5\x9a\x44\x9e\x99\x49\x98\x51\x65\xf0\x09\xb3\xfb\x9b\x08\x9d\x2c\xca\xda\x80\x9e\x89\x79\x8e\x4d\xb5\xb1\xe8\x66\xe4\x9c\xaf\x61\x97\x8e\xe5\xba\xf2\x12\xed\x2c\x22\x44\x73\x08\x4f\x80\x2a\x90\x82\xa1\x1e\x01\x20\x05\x64\x80\x02\x90\x02\x62\xf8\x14\xfc\x6c\x3a\x27\xbe\x52\x45\x33\x23\x64\xe7\xb0\x10\x8f\xb4\x8b\x8a\xed\x2e\xbb\x19\xee\xfd\xdc\x59\xc5\xf6\xfc\x42\xec\x68\x3b\xd7\x4b\x23\x4d\xd9\x7b\x6e\x7d\x8a\x40\x74\x0a\xc0\x07\x73\x7f\x52\x02\x32\x18\x8b\x41\x05\x54\x40\x0e\x48\x60\x1d\x53\xd1\x71\x2d\xcb\x0c\xeb\x15\xd9\x0f\x06\x16\x25\xcf\x94\xde\x75\x28\x4d\x86\x1f\x35\x2d\xb6\x77\x97\x96\xe9\x24\xa4\x79\xeb\x9b\x4b\xaa\x24\x0a\xe6\xd3\x2b\xe2\x61\x00\x02\x80\x0f\x08\x01\x01\x60\x05\xc8\x80\x14\x88\x00\x39\xc0\x0a\xb8\xd1\x21\x64\x9a\xec\x8a\x92\x15\xda\xed\x36\xdf\xfd\x13\x12\xde\x17\x5b\xb7\xee\x8d\xd5\x5c\x54\xaf\xe5\x0e\x62\x56\x87\xa6\x79\x07\x7e\xb1\xed\xd0\xe6\x93\x08\x64\xb3\x21\x75\x43\x2e\x05\xd4\x80\x14\x08\x00\x1a\xc0\x00\x7b\x17\x8c\x40\x04\x30\xa1\x9c\x92\xbe\x60\x8b\x94\x50\xd0\x6a\xb7\xd1\xf2\xbd\x48\xd0\x28\x76\x6d\xc1\x1f\xc3\xbc\xc2\xda\x99\x18\xd3\x6d\xc2\xcb\x29\x8f\x98\x73\xb9\x34\xb2\x96\xbf\xe6\xbd\xa5\xde\xc7\xb6\x04\x92\x30\x05\x87\x0a\xa6\x46\x91\x00\x7e\x20\x00\x08\x91\x6b\x48\xec\x58\xda\xc4\xd5\xb4\x2c\xac\x88\x7d\xfa\xe2\xbe\x16\x07\xb7\x7c\x19\xab\xfe\xf4\xfb\xa5\xf6\x2c\xa4\x03\xad\x38\x2d\x7e\xcb\x07\xdf\xb2\x4a\xfd\x4a\xb4\x8e\x85\x90\x38\x10\x09\x02\xc8\x00\x0a\xec\x9d\x10\x02\x0e\x20\x04\x90\x80\x02\xe2\x3c\x71\x20\xf3\x67\xb1\x30\x8d\x08\x2b\x13\x9f\xcb\x38\xb3\xc2\xd1\x16\xff\x51\xdf\xfb\xa8\xe3\xaa\xe5\xe4\xde\xfd\x6a\x8b\xb4\xdf\x21\xc4\x8e\xe7\x06\x2c\x72\x14\x3c\x44\x54\x25\x98\x9f\x00\x04\xc6\x7f\x48\x00\x39\xc0\x03\xcc\x80\x02\xe8\x20\xf4\x12\xfd\x62\xae\x12\x2d\xd2\xa4\xb1\x0c\xf2\x29\x8f\xf7\x28\x2a\x6d\x09\x19\x0b\xfe\x43\x7e\x59\xbd\xb1\x3b\x72\xdd\xf8\x23\x5f\x2f\x26\xc3\xb3\xc4\xdc\x45\x8d\x5e\xa4\x9f\x99\x8f\xa8\x1e\x21\x12\x48\x00\x5c\x40\x08\x63\xc6\x5c\x80\x15\x50\xc3\xc3\x11\x6a\x31\x17\x8a\xaa\xa9\x1f\x5a\x39\xf8\x88\xc6\x1f\x16\x09\xb6\x0a\x4c\xc0\x41\xa1\x1f\xdf\x3d\x27\x9c\x29\xe9\x52\x2a\x77\x4a\x99\x0d\xbc\xb4\x7f\xa9\xf7\x5d\x36\x9a\x87\x91\x4a\x0b\x53\x05\x40\x00\x25\x60\x02\x84\x80\x02\xc6\xa7\xc4\x81\x0b\x7e\x2e\x63\x9b\x28\x9a\xfa\x17\xf3\x33\x9f\xb9\xd8\x85\x82\xcb\x96\xd2\xb1\x0d\x28\xf4\x2b\xdd\xd1\xd0\xca\xc8\x60\x54\x83\x42\x2e\x67\xd4\x94\xc7\x84\xb9\x9a\x5a\xaa\xa8\x33\x0b\x15\x31\x26\xfc\x15\xa0\x06\x44\x40\x08\x10\x03\x71\x80\x0e\xd0\x80\x29\x5e\x29\xfd\x37\xe1\x2f\x6a\x22\x16\x27\x5e\x8d\x71\x49\x85\x6c\xad\x46\xe3\x10\x28\xf4\xa1\xfe\xad\xe3\x8e\xcd\xe4\xb3\x0e\xe6\x52\xa7\xe4\x9a\xc0\x3b\x07\x4b\xfd\x43\x79\x2c\xde\x0f\x34\xa2\x58\xf6\x00\x07\x70\x01\x5a\x60\x07\x64\x01\x1f\x60\x05\x26\x58\xa8\xd4\x82\x3c\x81\xf2\xd4\x06\xd3\xce\xe4\x41\x63\xe9\x68\x65\x17\x4f\x61\x6d\x54\xb7\xab\xaf\x70\x97\x6e\xfa\xbf\xd7\xcd\xe4\xbc\x89\x0e\xf7\x32\xb2\x14\xd6\xdc\x90\x30\x65\x0f\x20\xb5\x47\xca\x00\x0c\x80\x12\x70\xc2\xf2\x4d\x26\x70\x9f\xb0\x14\x68\x90\xf8\x16\x15\x8b\x4d\x0a\x5c\xaf\x22\x12\xb2\xa5\x6a\xbf\x0d\xa0\xc0\xd0\xaa\xee\x02\x6b\xcb\x60\x52\xa3\xa3\xbf\xac\x3c\x55\x25\x24\xc7\x05\xcf\x84\x4f\x79\x4c\x98\x9a\xe1\x94\x00\x11\xd5\x05\x03\x03\xeb\x27\x6e\x2b\x41\x38\xb1\x2d\x24\x94\x62\x90\xd5\x46\x5c\x42\xb3\xd5\x5a\xda\xf7\x6b\x42\x72\x31\x59\xeb\xc2\xf8\x5f\x6d\x16\xd7\xda\x2f\x25\x96\xc6\x07\x31\x1a\xa6\xf3\xd3\xe2\x7d\xfd\xce\xed\x5e\x1b\x38\xc9\xab\xf3\x7f\x65\xf4\xa0\xc0\xa4\x66\xa5\xfd\xce\xc8\xcd\x32\xce\x7e\xcc\xfd\x56\xa0\x58\xb4\x51\xd1\xd3\x68\xc2\x05\x21\xcc\x21\xe3\x63\x75\x56\x2f\xf9\x7c\xe5\x5f\xb7\x5e\xee\x0b\xbf\xad\xf9\x69\xc5\x2e\xeb\xaa\xb8\xcc\x9d\x28\x55\xaf\x16\xeb\x8f\x7a\xbf\x15\xfb\x45\x38\x79\xc2\xf8\x2d\x85\x4c\x45\x7d\x24\xdd\x64\x69\x15\x5b\xd4\x0e\x74\xb2\x4c\xce\x6d\x15\x7c\x2b\xe2\x8b\x0a\x57\x5b\xb8\x46\x9b\xd6\xff\xb7\x5d\xa6\xe2\x7a\xe2\xd5\xb3\xd5\xc0\x91\x8a\x56\xbf\xd2\xa1\x74\xf8\x48\x6b\xef\x6d\xfb\x54\x93\x68\xf5\x3c\x85\x65\xe5\x22\xb5\x6a\xcd\x4b\xdd\x55\x23\x8b\x27\x91\xd6\xde\x4e\x12\x5e\x49\xc1\x2a\x31\xcf\xb3\xe8\xab\xc5\x7b\xcc\xe6\xd2\xf6\xff\xd6\x0f\x7e\x28\xbd\x99\xd8\xbb\x98\x1f\x1f\x84\x6f\x01\xe5\x48\x99\x0b\x31\x6f\x03\x22\x5c\x4f\xad\x8c\x4d\x21\x66\x03\x96\xef\x6c\x15\x1c\xe1\x5c\x5b\xbd\x7a\x02\xa2\xc3\x26\xe3\x93\x33\xcb\x8b\xe1\x6a\x04\xdb\x36\xc6\xfc\xd7\x9e\x9f\xe0\xff\x0b\x7d\xed\x4e\xcf\x76\x5e\xcc\x3f\x0c\x1d\xb4\x3d\xad\xe2\xcf\x13\x4c\xd6\x8d\x58\xf1\xed\xf6\xc8\xf4\xfa\xe9\x27\x14\x98\x10\x1a\x1f\x79\x1e\xdf\x97\x9a\x93\x13\x50\xb2\x52\x97\xd6\x7e\x37\x30\x30\xa5\xb9\x5a\xf8\xe2\xf6\xfd\xd7\x7f\x4e\xf8\x63\xf3\xc9\xfd\x2c\x65\xef\x60\x99\x70\x4c\xf8\xa9\x76\xfd\x65\x69\x5e\xf6\xfb\x24\x48\x2c\x72\xbc\x78\x52\x58\xea\xc7\xcc\xdb\xbc\xd0\xe2\xf7\x95\x1f\x1b\xde\x75\xaa\x0f\x11\xcd\x10\x3e\xa3\xdd\x8b\x3a\xa9\xf8\xb0\x77\x9f\xf9\x2f\x06\x62\xf7\x71\xee\x3c\xea\x10\x71\x87\x7a\xf5\xd3\x3c\xcb\x44\xc7\xb0\x4d\x9f\x70\xe7\x66\xab\x69\xa3\x72\x1d\x5f\x35\xa4\xe2\x63\x79\x6d\x83\x6e\x77\xd1\x44\xda\x4a\xfe\x3e\xff\x59\xf8\x2d\xfe\xef\xac\xff\x10\x90\x8e\xcf\xf8\x97\x7b\x2f\xf7\xb6\x08\x96\xe4\xa7\x04\x86\x6a\xba\x67\x5a\x2f\x1b\xe4\xaa\x9e\x95\xc6\x16\x1c\xe7\x6c\x67\x46\xa7\xf9\xa4\x48\x25\x73\xe6\x31\x55\xcf\x77\x88\x0c\x4b\xce\x93\x6c\x3d\x3f\xb6\xbc\xe6\x7f\xf8\x57\xc3\xd9\xa7\xaa\xb3\xc0\x3d\x83\x65\xcf\x89\xc7\xfe\xa5\x0e\xb6\x06\xc5\x8a\xef\x45\x9a\x39\x8a\x69\x0e\x89\x92\x31\x76\x11\xd4\x21\xcf\x02\xf5\xfd\x1e\xfc\x05\x62\xec\xb2\xcc\xcb\x53\x5b\xf0\xfb\xd1\x66\x1c\x36\xe5\x8e\xa2\xaf\x2d\x7f\xb7\xfc\x8f\x01\x9d\x4e\x6c\x37\xce\x6d\x0c\x71\x75\x08\xd5\x19\x95\xc6\xe6\x7a\xa4\x5e\xc4\xe5\x47\x28\x04\x95\xf9\x14\xbb\x5f\x39\x5b\x3a\x50\xd9\xd4\x5b\x41\x6c\x74\xbc\xe5\x22\xde\xa7\x0d\x16\x5f\x37\x94\xf4\x3a\x4d\xb7\x6d\xa6\x1d\x1f\xde\xa6\x41\xcb\xa1\xd0\x1f\xb8\x97\x36\xdb\x3b\x33\x06\xbd\x57\x4d\x26\x65\xa3\x39\x6a\xc9\x94\x51\x69\x41\x71\xde\x52\x2e\x55\x76\x32\x16\x89\x26\x3e\xfa\x15\x3a\xbc\x1a\x8b\x6a\xb2\x3a\x5f\xac\x69\x3d\x09\xc3\xca\x92\x1f\x0a\x03\xea\x37\x7b\xc7\x67\x79\x77\xd0\xce\x85\xbe\xc8\x41\xa1\x37\x7c\x2f\xd0\xe6\x83\xfb\x16\xeb\xed\x0b\xdf\xa7\xf2\x45\x45\x07\x2c\xbb\xbf\xb3\x97\x37\x3f\x36\x5c\xd7\x0e\x53\x65\x92\xff\x29\xf5\x5e\x9c\x41\x38\x55\x10\x48\x57\x6b\x57\x5b\x4a\xb8\x75\x84\x74\x25\xe3\x14\x11\x36\xd6\x0c\xd4\x2c\xfc\x7c\xce\xfa\xb6\xf3\xc7\xf6\x69\xff\xb3\xde\xc1\x84\x86\x87\x02\xd1\x44\xce\x10\x0c\x8f\x2d\xbb\xce\x27\x0e\xba\x3b\xaa\x85\xb2\xb7\xe2\x15\x02\x1f\xb8\x63\xd9\x04\x99\xe8\xe8\x34\xa9\xe7\xb8\xb7\xa4\x25\xb5\x12\x2d\xb0\xdc\x06\x42\xc7\x52\x65\x4a\x13\xdb\xe0\x47\xf5\x9e\x61\xbf\x56\xb8\x7d\xfb\xbc\x62\x72\xb9\x8d\xa7\x84\x3b\x41\x2f\xa0\xc2\x79\xc8\x5c\x47\xf7\x46\x45\x56\x1a\x57\x68\x8a\xab\x86\x79\x8f\x66\x84\x9c\x8a\x28\x1f\x8f\x01\x0b\x17\x3b\x91\x96\x99\x6f\x43\xee\x8d\x9e\xa8\x4d\x88\xcf\x64\xf4\x50\xf6\x65\x2d\x71\xf7\xde\xdc\xf6\xae\xe3\x65\xe7\x9a\xfd\x40\x70\x95\x68\x6a\x72\xd0\x8d\x13\x30\x39\x52\x9f\x92\xf1\x17\x32\xe0\xf8\xc1\x70\x4b\xb9\x48\xec\x89\x33\x8b\x46\x01\xdf\x0c\x04\x80\x2f\xd2\x1e\x99\x31\x7b\xac\xc4\x07\x3d\x4d\xdb\xa7\xbe\x8a\xe1\xc6\x79\x9e\xf5\x76\xed\xaf\x27\x92\x37\x4e\x4e\xcb\xe6\xcd\xda\x7b\x73\x0f\x22\x46\x5d\xef\x4c\xde\xa8\x70\x88\x13\x70\x0f\x30\x15\x52\x71\x12\xc7\x62\x07\xa2\x40\x40\x14\x60\x02\xf2\x80\x0e\x70\xc0\x1b\x93\xe8\xb2\xc4\x8a\x28\xaa\x8a\x99\xc4\x3b\x4f\x86\xa0\xa4\x69\x97\xbe\x6e\x6f\x9d\xb8\xdd\xe8\x7e\xce\x34\xde\x5e\xfb\x39\x1d\x12\x8c\x67\x8f\xa5\x93\x26\x79\xc3\x31\x4a\x97\x09\x61\xc4\xfd\x84\x7a\x05\x74\x01\x3b\x4c\xb3\x96\x06\xec\x80\x0a\x68\xe2\x04\xd2\x94\xf0\xec\xc8\x8c\xe8\x06\xd9\x0e\xfa\x96\xc4\xe9\x16\x28\x36\x5a\x0c\xb3\xaf\xa8\x6f\xa9\xf7\x5f\x54\xc6\xa4\x1c\x05\x44\xdb\x70\x6b\x3c\x88\x5a\x33\x85\x13\x7d\xc0\x1c\x40\x98\x07\xbc\x00\x15\xa0\x03\x0c\x60\x04\xf3\x52\xa2\x01\x6e\xb4\x31\x32\x23\x36\x55\x31\x6b\xb5\x6f\xe6\xf4\x1e\xbb\x51\xc4\xd9\xfc\x35\x14\xbd\x97\xf3\x61\x2b\x65\xbd\x83\x55\x34\xa9\x87\x81\x21\x36\xc6\x1a\xc3\x22\x24\xf4\x9d\x38\x41\xc0\x1c\x88\x01\x79\x40\x0b\xa8\x00\x19\xcc\x37\x88\x0b\x64\x00\x27\x62\x17\x61\x27\x23\x8b\xc0\x81\xe2\x92\x31\xa6\x33\x67\x08\x75\x1a\x4e\xf9\xeb\xce\x99\xa9\xdb\x95\xc3\x81\xf8\xda\x82\x4c\xe7\xe0\x17\x76\x9d\x5a\xa7\x62\x16\x8c\x3f\xf0\x37\x40\x0b\x48\x03\x0e\x30\xbc\x45\x07\xfc\xb0\x13\x68\x80\x3c\xe0\xc5\x49\xa3\xb6\xe1\xb1\x97\x89\xd5\xa3\xb7\xfb\x14\x48\x9c\x8c\x59\x22\xd2\x96\x34\x1e\xb6\x51\x37\xba\xd4\xf4\x3d\x37\x27\x7c\xd8\xa9\x51\xef\xa3\x94\x07\x7b\x27\x44\x07\xc5\x11\xe0\x00\x12\xc0\x07\xd0\x01\x19\x80\x00\x14\x98\x93\x92\x1b\x10\x62\xe0\x92\x23\xb1\x2b\x48\x38\x6b\x3e\xb1\xa6\xf0\x31\x8c\x87\x14\xf2\x35\x75\x0e\x3f\xee\x7d\x9a\x39\x6b\x27\x2e\x12\x89\x25\xf2\x60\x30\x11\x56\x74\xe7\x4b\xa2\xd1\xc7\xb6\x87\xbd\x7f\x71\x18\x87\x62\x83\xf1\x08\x66\x40\x0d\x34\x90\x4f\x88\x27\x99\x59\x44\x8a\xd4\xda\xcc\x99\xbc\x7c\xa3\xa3\x73\x57\x1b\x3a\x07\xb3\x8f\xb0\x97\xa2\x7a\x0a\xca\x73\x12\xb7\x7c\x3d\xac\x82\x34\x54\x44\xbb\x99\x25\x89\x22\x11\x51\x00\x3f\xa0\x03\x04\x80\x12\xf0\x03\x1c\x80\x02\x94\x01\x15\xa0\x83\x3f\x21\xd0\x67\x60\x11\xf4\x54\xbe\x33\xfd\xea\x96\x1d\xf1\x21\x3b\xa3\x56\xaa\x7f\xf8\x82\x6f\xdd\x76\xb0\xa1\xe6\x32\xe3\x32\x24\xdd\x61\x57\xef\x46\xe6\x9a\xcb\x84\x62\x17\xc3\xf6\xff\xb1\x50\x80\x0a\x4b\xb3\x10\x00\x22\x40\x0d\xd4\x00\x15\xc8\xc2\xe3\xa3\xab\x14\x60\x53\x2a\x32\x69\x73\xed\x0b\xef\xcb\x62\xaf\xb5\xee\x97\xb8\xea\xd9\x99\x9a\xc0\x6b\x4e\xcf\x8f\x88\x21\xf0\xe0\x7e\x92\xaf\xc2\x2f\x24\xc1\x30\x41\xc0\x0b\x8f\x05\xa4\x00\x21\x60\x04\x64\x30\x2f\x08\x16\xcc\x99\x8a\x8b\x73\x47\x6b\xc8\x57\xac\xc4\x6f\xdc\xeb\xba\x1a\xa1\x94\x95\x59\x93\xdd\x17\xf8\xe9\xee\x25\xcb\xdc\x9b\xae\xc5\x32\xa7\xa4\x0d\xff\x68\xdb\x71\xed\x66\xc9\x0b\x8e\x3f\xe4\x3a\x68\x13\x40\x1d\x30\x00\x01\x80\x0d\x48\x00\x09\xa0\x03\xc4\x00\x0d\x70\x60\x33\x51\x0f\xf3\x49\x2a\x54\x19\x5d\xb8\x3a\x86\x23\x66\x71\xd7\x3c\xf6\x8d\xdc\xdf\x9f\x72\xad\x22\x0e\x84\xd4\x86\x65\x19\x85\xaf\xb9\x2a\x98\x70\x28\xc5\x09\x4c\xd3\xe7\xe0\x53\x03\x31\x98\x8e\xc4\x03\xb8\x01\x05\x6c\xa2\xc4\x09\x44\xb0\xe4\xa9\x6e\x78\x73\x14\xd8\x8d\x57\x5c\xdf\x86\xbd\xcf\xb2\xad\x09\xee\xf3\xff\x13\xf7\x56\x71\x5b\x73\xfc\x77\x2b\x55\x51\x6f\x82\xb8\x9f\x8c\x35\x9f\xd6\x3b\xc9\x46\x0e\x4b\xb2\x68\xd4\x7d\x40\x09\xc8\x81\x00\xac\xd7\x84\x14\xd0\x01\x36\xc0\x80\xa1\x45\xb5\xcd\x73\x2b\x57\x6f\xc4\xe1\xda\x1f\x4e\x9e\x65\x52\x63\xd7\x1f\x00\x85\x5e\xef\x1d\x38\x2e\xe0\xf4\x3a\x55\xab\x67\xa2\x84\xa9\xb8\x14\x1a\xe7\x2b\xa9\x09\x62\xd2\xcf\xe2\x93\x01\x42\x80\x09\x98\x00\x2a\x60\x02\x24\x80\x08\x48\x01\x12\x74\x23\x4a\x35\x9e\x1f\x72\xaf\x0d\x9f\xbb\xc4\x87\x66\x64\x7c\xa8\xa1\xe8\x63\x87\x42\xbf\x85\x9c\x6e\xad\x8f\x8e\x8a\x36\xcb\x15\xc6\xc5\x1b\xf9\x46\xd8\x70\x68\x7f\x95\x8a\xe4\x14\x25\x67\x40\x55\x00\xfc\x80\x16\xd0\x03\x1e\x20\x0e\x58\x00\x06\x60\x43\x49\x27\x85\xb2\xfe\x96\x08\xd5\x52\xb4\xca\xf6\x1d\x8f\x6b\x2f\x64\x6f\xd6\x86\x42\x1f\x1b\xde\xf7\xef\x67\xce\xb1\x76\x23\x57\xf1\x64\x50\x85\x79\xbb\x7a\x99\x86\xaa\xe8\x0b\xeb\x33\x9e\xe0\xaf\x03\x2c\x80\x0e\xdc\x00\x2a\xec\x6f\xa1\x0c\x04\x11\x93\x48\xdc\x59\x2b\x24\x58\xb4\x2e\x6c\x22\xfd\x69\x93\xa4\x4b\xb2\xdb\x61\x29\xcc\xcf\x4f\x8f\xcb\x9f\x65\x0c\x1f\x37\xb3\x17\xce\x24\xb4\xfb\x0b\xd8\x99\xe8\xbd\x96\xfd\xc9\x63\x4a\x25\x8f\xfe\x0a\xb0\xc2\x9d\x23\x8c\x23\xfd\x41\xf9\x86\x76\x80\x91\x8a\x13\x42\x63\xcf\x17\xa4\x50\x65\x74\xef\x62\x15\xf6\x31\x33\xa7\x46\xbc\x17\xd6\x5d\xf0\x50\xf6\x6e\x6d\xaf\x7a\xd6\xb9\xdb\xb5\xea\x59\x16\x6f\xe4\xa2\x27\x8b\x25\x8a\xc6\x8e\x84\x3b\x5b\x19\xa9\x26\x26\x1c\x76\x26\x6e\x0b\x3e\x94\xa8\x86\xe4\x15\xa4\x99\xa2\x83\x5d\x5c\x22\x54\x8b\xc9\x9a\xc1\xd7\x20\xbe\xac\x08\xbe\x25\x71\x8c\xe8\x2f\xc4\xd9\x3e\x7a\xbb\xc6\x3d\x86\xda\x0a\x29\x79\x9b\x02\x1f\xf2\xc2\x85\xda\x14\x4e\x85\x4f\x84\x87\x49\x98\x22\x93\x7a\x8c\x2e\x82\x31\x82\xe5\x1b\xfb\x3d\x37\x05\xdf\x94\x70\x81\xb2\x85\x09\xb9\x4b\x6f\xd8\x64\xc6\x65\x35\x51\x8f\xc1\x5c\xef\xff\x9d\xf0\xb3\xfb\x1d\xc3\x7e\xfe\xfc\x45\x5f\x5c\xbd\x6f\x7e\x71\xbc\x90\x7f\x97\xc3\xb5\xa1\x82\x92\x8e\x08\x16\xcf\x22\xff\x80\x50\xae\xe8\xa2\xa4\x83\xcc\xbd\xc2\x86\x2a\xa3\x16\xbf\x81\x82\xed\x73\xbf\x57\x09\x1e\x45\xda\x2d\xbe\xa3\xad\x6b\x7f\x6f\x88\xfd\x6c\x76\xea\xb2\xe9\x34\x99\xde\x55\x55\x75\x97\xa3\x16\x2b\xe1\x1b\x68\xbf\x6d\xc2\xa1\x6e\xaa\xf0\x47\x79\x4f\xed\x48\x8b\x42\x77\xd7\xf0\xde\xf4\xde\xf2\xc2\x3e\xd0\x4d\xc9\xaf\x38\xca\x3b\x6b\xb6\x46\xaa\xe7\xe7\xdc\xcf\xe7\x7f\xef\xe8\xff\xad\xf8\xc1\xf9\x90\x71\x65\x72\xe4\xbe\xed\xb6\x42\x34\x9b\x30\x36\x32\xa0\xd6\xf5\xde\x92\xd7\xd4\xc9\x1c\xc9\x0a\x62\x6b\xe0\xc8\xe7\x9a\xed\x45\xe9\xaf\x17\x2a\x18\x63\x9b\x0a\xf2\x88\xca\xb5\xdb\x11\xc7\x09\xd6\x97\x4e\x8a\xfe\x41\xdf\x6f\xdf\xde\xe8\xec\x57\x2e\xda\x0d\x77\xb6\xc7\x57\x6b\xe4\xe5\x24\x97\x44\xd4\xf8\x1a\x7a\x74\x79\x8b\xfa\x59\x05\xc6\x87\xea\x45\xfe\x8a\x6b\x4d\x51\xcb\x4a\x2d\xdc\xab\x72\x6e\x81\x74\x9b\x8f\x1e\x2f\x4d\x1c\x40\xae\xfe\x33\x07\xb9\x3b\x3c\x6f\xdb\xff\xb1\x9c\x32\x2e\xfc\xf4\x77\xc3\x52\x19\x5b\xf6\xe7\x44\x89\x58\xba\x78\xb3\xa4\xaa\xd4\xb3\xcc\xb1\x3c\xce\x62\xb7\x8a\x86\x7a\xf5\xb6\x2f\x7d\x33\x13\x2a\x8b\xf0\x9b\xc6\x87\xfd\x6f\xd0\xbf\x75\xfc\x8b\x81\x88\x7c\x2c\x3e\xd7\x7b\x99\xb4\xfd\x75\x75\x7d\x1e\x75\xc2\x76\x98\xb9\x77\xaa\x0b\xa9\xf5\x69\x63\x4f\x5d\x55\x75\x7b\x65\x50\x85\x7c\xa3\x74\xef\xd5\x64\xc7\xea\xdc\xf3\xae\x73\x70\x7b\xf0\xbb\xf3\x3f\x0c\x84\xf7\xee\xfc\xb2\xfe\x65\xd3\xe6\xe9\xe2\xcf\xc9\xca\x21\xc2\xee\xea\xd6\x67\x0d\x7c\x55\x0b\xa5\x09\x85\x22\x39\x5f\x32\xbf\xa5\xfd\x4c\x29\x4b\xf6\xca\x3b\xad\x95\xef\x5c\x1b\x29\x5f\xe0\xdb\x9e\x3f\x8e\xbc\x96\x79\x48\xfa\xfb\xf9\xa0\x4f\xde\xa7\xef\x77\x4f\x96\x85\x26\x66\xfa\xb3\xda\xd7\x1b\x48\x2a\x36\x8b\x78\x72\xf8\xd2\x2c\x13\x09\x62\x66\x22\x34\x42\x51\x03\x7f\xfa\x3f\x04\xe0\xc4\xf5\x64\xf7\x54\x24\xb4\xa2\x0d\x20\xcc\xbc\xda\xe4\x3d\x7a\x72\x8d\xf2\xfb\xaf\xcd\x2a\x9f\x83\x4e\xb5\xb6\x54\x67\x87\x06\xaf\xdb\xbf\xd5\x91\x94\x2a\xe6\x3c\xa4\x16\xc7\x95\x47\x70\x06\x39\xfa\x54\x7b\x68\xba\x10\x39\x58\xda\xc2\x59\xed\xd9\x69\xfb\x22\x46\x11\xa6\x1f\x94\x68\x35\xaa\xf5\x2a\x4d\x7b\x6e\xa2\x1d\x0b\xde\xf4\xfe\x31\x82\x42\xbf\x9f\x9d\xe7\x6f\xc5\xcc\xe0\xf4\xd6\x34\x06\x97\x99\x67\xff\x4e\xda\x8a\x52\x0a\xb2\xf1\x3a\x71\x21\xb0\x13\xb0\xc8\x34\x79\x69\x40\xa7\x8b\xaa\xc9\xa9\xd6\xab\x97\x6b\xfd\xe8\x39\x12\x4e\x9e\x62\x56\x98\x54\x5f\xda\xcb\x35\xe3\xbc\x0d\x4e\x67\xee\xca\xa0\xd0\x0f\x7f\xf6\xed\xe6\x3e\xf7\x08\xd7\xc9\x17\xa8\xa4\xec\x44\xd1\x07\xb8\xb9\xc7\xd8\xcb\x98\xd7\x1b\xda\x6b\x4b\xa8\xd2\x28\x48\x48\xfb\x4b\xd0\x88\xfe\x11\xec\x94\x4d\xd5\xb1\xb0\x2c\x75\xa7\x0f\x59\x4e\xda\x29\xb4\x6c\x68\xed\xb7\x9d\x57\xdf\x33\xba\x7c\xbc\x57\x3c\xfa\xba\x34\x39\xb0\x5d\xf7\x35\xef\x5d\x02\x61\xb0\xb9\x87\x89\x9d\xb8\xe9\xbd\xae\x98\xaa\xa2\xec\xa0\xb8\x9b\xc0\x0d\x0f\x1e\xc7\x18\x6b\x14\x4b\x21\x13\x07\xaf\x8a\x0c\x9c\x56\xba\xf9\xa6\xeb\x7d\xc8\x7c\x0a\x7c\xf1\x45\x33\x74\x58\x7a\x85\xf1\xe5\xee\xd5\xc6\x0e\xd2\xb8\x7d\xeb\xcb\x82\xd9\xf8\xfd\x00\x6c\x67\x26\xb3\x1e\x5d\x41\xe5\x26\xa9\x04\x21\x05\x2e\x15\xe6\x68\x5a\x65\x2a\x34\x0a\x6c\x32\x4c\x08\x0a\xf1\x0a\xad\x01\xcf\xbd\x74\xbb\x16\xb5\x05\xb7\x7b\x5e\xf8\x5c\x7a\x57\x05\x5d\x47\xca\xa4\xe8\x26\xfc\x25\xd2\xf2\x50\x0f\x5c\x79\x5f\x72\x55\x40\xb2\xfd\x1b\xa3\x5d\x35\x5e\x69\x5b\xc1\x00\x0e\x2c\x7a\x39\x72\x72\x42\x37\x9c\xef\xd8\xf8\x18\xe3\x68\x3f\x50\xbd\x50\x32\xf1\xee\x68\xb7\xf9\x98\x65\xa7\xf5\xa9\x6d\x42\x7d\x3d\xe3\x40\xae\x6a\x3d\x6f\xff\xe2\x42\xce\x81\xc4\x94\x49\xf3\x51\x76\x78\x04\xab\xab\xa2\x09\x89\x32\x87\x68\x05\xe7\x39\x7d\x12\x64\x1a\x37\x1b\x35\x11\x91\x1e\x74\x01\x55\xc0\x01\x20\xc0\x18\x90\xa1\x2f\x52\x70\x71\x8a\x48\x5c\x6a\x24\x99\x95\x79\xc0\x45\x78\x66\x2e\x55\xfa\x3e\xcd\x9b\xb6\xdf\x1a\x1d\x72\xac\x5a\x4d\x2b\x0c\x0a\xb6\xd3\xd0\x6e\x92\x88\x66\xab\xa3\xe8\xc6\x7b\x89\xaa\x05\x20\x40\x04\xe0\x03\x7a\x40\x0a\x53\x8c\x55\x01\x05\x8a\x19\x84\x90\x15\x4e\x14\x45\x45\xd3\x64\xcf\xd5\x2e\x9c\x34\x23\xa2\x6a\xfd\xe9\x8f\xd9\xe1\x67\x3b\x3d\x09\x95\x58\x29\x26\xfe\xe7\xd6\x7e\x1a\x48\xc2\x63\xf4\x75\xb8\x46\x88\xee\x80\x06\x68\x03\x0b\x40\x0c\x18\x00\x15\xa0\x02\x6c\x00\x02\xc4\xe0\xea\xf1\xcb\xe9\x36\xf8\x1c\xe5\xba\xf5\xfb\xec\x87\x03\xaf\x93\x1c\x4b\x58\xda\xac\xc7\x94\x16\xfb\x7a\x75\x2b\xbb\x53\xcd\x03\x09\x6d\x6a\x34\x56\x45\x8c\xe8\x57\x71\x76\x01\x21\x10\x02\x9a\x30\xcf\x1f\x3e\xc0\x02\xb8\x00\x17\xf0\x02\x29\xc0\x80\xd5\x43\xf1\x91\xe3\x4c\x52\x4f\x4b\xd4\xaa\xca\x27\x2d\xee\x7b\x7e\x5c\x93\xf4\x90\xe7\x4a\xf4\x00\x73\x2d\x67\xa6\x49\x48\x8c\xbd\xaa\x0e\x9d\x04\x1c\xcb\x1b\xe2\x5e\xc4\x0b\x40\x04\xf0\x81\x18\x60\x01\x74\x80\x08\x50\xc0\x6e\xae\xac\x80\x0b\xd5\x96\x14\x9f\xf9\xa3\x28\x9c\xea\xbe\xd9\x95\x27\x7e\x94\x4a\xb6\x75\x5d\x78\x3f\xee\x06\xc2\xa8\x5f\xd3\xd7\xdc\xb3\x48\x0a\x97\x1c\x43\x46\xb9\x00\xee\x20\x4a\x7b\x8c\x3e\x18\xee\xd3\x00\x3e\x40\x06\x68\x01\x26\x60\x84\xa9\x20\xf8\x08\x1b\x04\x22\xf4\x09\x02\x72\x8a\xd9\xc6\x5f\x5c\x89\x43\x3f\x64\xbc\xa9\x86\xef\xc1\xdb\x6b\x9e\x29\xec\x10\x28\x0e\x88\x5b\xf6\x02\x66\xfe\x2a\x75\x42\xa5\x0c\x61\xf8\xcf\xe1\xb2\x81\x25\x20\x02\x82\x80\x00\x50\xc0\x7e\x52\x02\x6a\x80\x02\x88\x70\xf0\xa9\xc5\x79\xf8\x65\xcd\x0d\x72\x1d\x95\x83\x8f\xd2\xe8\x2b\x29\xbb\xe0\x8f\xc0\x52\x5a\xef\x5c\xa5\x7e\x0a\x72\x40\xaa\x6d\xba\xf6\xb6\xe4\x08\xfb\x14\x19\x26\xea\x19\xc0\x01\x64\xb0\xe7\xf0\x01\x2a\x20\x07\x2c\x30\x17\x02\x1d\x46\x19\x05\x33\xe7\x82\x94\xa5\xce\x90\x9d\x55\x40\x49\x92\x72\xe9\xfb\x0e\xce\x8b\x83\xf5\xea\xe1\x8d\xba\xb6\x6c\x83\xf0\x19\x97\x2c\x63\x7e\x45\x3e\x7e\x16\x5a\x19\x5c\x1c\x20\x06\x70\x01\x23\xa0\x03\xd4\x80\x12\xf6\x89\x04\x01\x03\xc0\x45\xbb\x24\xcb\x61\x3f\x95\xe2\xd3\x99\xb0\x29\x0e\x60\x4f\xbc\x2f\x53\xee\xb0\xfa\xb0\xb7\x7b\x32\x71\xd9\x66\x52\xa4\x1f\x37\xee\x1d\x62\xa9\xa7\x51\x20\x16\xc8\xca\x43\x4a\x8c\xfc\x03\x30\x02\x5c\x80\x00\x08\x01\x29\x0c\xbd\xf9\x01\x1b\x60\x43\x59\x83\x98\xb0\xd3\x4a\xb8\x68\xbf\xb5\xb9\xf1\x7f\x97\x44\x5b\xb2\xd5\xb6\x74\xc7\xf7\xf2\xfd\xc2\xab\x9e\xca\xca\xbc\x34\x93\x60\x67\x47\x4b\x83\x38\x39\x57\x5e\x3d\xea\xdf\xd8\x75\x80\x18\xa6\x80\xa0\x03\x56\x18\xf6\x92\x03\x42\x80\x83\x9c\x4e\x5a\xcd\x46\x26\x81\xaa\x65\x6e\x0b\xef\x9f\x9c\xa8\x5b\xfc\xd0\xde\xfc\xdd\xea\xac\x78\x1d\x61\x98\xb6\x31\x22\x4f\x22\xfa\xab\x27\x93\x79\xb0\x7a\xa8\x68\x04\x4b\x04\x89\x26\x52\x20\xc0\x82\xf9\x58\x59\x00\x2d\x8c\x89\x30\x01\x26\x24\x21\xe2\x16\x56\x13\x09\x0d\x6d\x2c\xab\x5b\xbf\xbc\x84\xea\xe2\xc2\xb6\x8a\x3f\xbf\xdf\x5b\xed\x7e\x9b\xd6\xe8\x84\x94\xfe\x4c\x91\x08\x4c\x70\xc0\x35\xc0\x96\xe3\xe6\xb5\xa3\x3e\xc7\x86\x07\x10\xe0\x08\x44\x01\x0b\xac\xdb\x8c\x0c\x48\x01\x46\x84\x7a\xa2\x2e\x16\x4e\xb1\x0b\xcd\x08\x1b\x64\x3f\xe7\x84\xdb\x52\xf8\xb6\x41\x28\xf4\x53\xc0\x2b\xc9\x65\x95\x81\x27\x75\x33\xd9\x77\x51\x8a\x1e\x1d\xe6\x4e\xea\x2e\xa2\xef\x59\x89\x49\xb4\x11\x9b\x00\x12\x80\x00\x09\x80\x0a\x9b\x69\x61\x00\x31\xb8\x6b\x7c\x03\x3a\x1c\x89\x0b\xa5\xf7\x26\xc2\x81\x36\x91\x28\xd9\x2f\x6b\x44\xa0\xd0\x1f\xa8\x17\xfb\xdb\xbc\x13\x07\xed\x0c\xa5\x81\xc9\xaf\x82\x24\x1d\x32\x0c\x5c\xe4\xbb\xf8\xc6\x68\x3d\xb1\x7d\x00\x29\x60\x07\x84\x80\x0e\x48\x02\x12\x20\x0c\xa8\x80\x0e\x0e\x31\xcd\x3d\x5f\x95\x62\xba\x89\x98\x1b\x42\xc4\xd3\xec\xa6\xba\x20\x98\x76\x80\x77\xb0\xbb\x38\xdb\xef\x5f\x7b\x95\x53\x14\xfd\xc2\x1b\x58\xae\x6b\x66\x48\x54\xb0\xf3\x90\x7e\x40\x2a\x00\x94\x80\x16\xbc\x47\x20\x43\xcc\x44\x6e\x41\x65\x44\x2f\x22\x41\x62\xe9\x13\x3b\xd4\x14\xb5\x9a\xf3\xf5\x48\xc0\x2c\xda\x6d\x7d\x0a\xc3\xbb\x77\x67\xe7\x9b\x9f\x26\x4c\xdb\x23\xca\xea\x53\x95\x43\x84\x9d\x67\x4d\xe8\x95\x67\x05\x77\x18\xfa\xf1\x78\x51\x63\x31\x12\xb1\x44\x70\x1a\xf0\xde\x13\xda\x10\x7d\x25\xd5\xa7\x6b\xe0\x97\x50\x48\x37\xb2\x73\x4e\x0d\x3d\xcf\x30\xac\x7a\xdf\x03\xf3\x4f\xfe\xe9\xf9\xf0\x78\x90\xbd\x78\x30\x30\xd5\xc0\x91\x5f\x1e\xd7\xeb\x2b\x61\x0b\xd5\xe3\x97\xa5\xe5\x51\xa1\x3c\x25\x6a\x27\xad\x20\xd3\xa1\x98\xa6\xc6\xa4\xed\x62\x20\x62\xca\xe3\xb2\x97\xca\xd5\x76\xb0\x4e\xf2\xe5\x8c\x67\x2a\x34\x6a\x6e\x1d\xfd\x6b\x33\xdb\xd7\x84\xf3\xf1\xad\x87\x29\xca\x2e\xcf\xca\xe2\x4c\xbc\x88\x37\x1e\x55\x16\x27\x5a\x38\x92\xb4\xec\x03\x74\xb5\x8c\xdc\x4c\xcf\x59\xdd\x39\xd2\xb9\x7e\xf1\x2e\x0b\xd4\x8a\xdd\xab\x41\x9e\x70\xba\xa1\x87\x47\x65\x12\x57\xbd\xe9\xbe\x9b\xa3\xfe\x0b\xb5\x0c\x3f\x2a\x1c\xea\xae\xd4\x0c\xd7\xb6\x38\x94\x3c\x4f\x25\x0c\x19\x70\xf5\x7d\xe2\xaf\x1e\x26\x86\xc4\x67\x2e\xa8\x20\x82\x29\x4e\x2d\x95\x25\x3b\xa1\x28\xa9\xd2\xaf\x51\x66\x44\xec\x50\x11\xb0\x92\x78\x50\xac\xdd\x8a\x39\x3a\xb3\xf6\xf7\xdd\xfb\xfe\xf2\xd2\x73\x77\x61\xae\xa6\x2f\xb1\xfe\x57\x41\x4c\xe2\x42\x10\x9e\xb3\xa6\xc9\xa3\xba\x92\x12\x95\xca\x77\xf5\x63\x6d\x04\xbd\x26\xa3\x90\x27\x10\x8b\x13\xdb\xdf\xce\x3e\x3e\xcf\x63\x24\x72\x0a\x6b\x6b\xfa\x08\xe6\x17\x9f\xff\x6b\x47\xff\xed\xbb\x13\x8a\x4d\xcc\xa9\xe5\xa7\xdb\xb5\x54\x79\x18\xf1\x8d\x41\x8c\xae\xef\x2c\x9d\x9e\x28\x99\xbf\xb5\xba\xb7\xa3\x76\x7c\xea\xfa\xd1\x73\xc2\xcf\x26\x78\x39\xb2\x21\xe1\x36\x33\xa1\xfc\xae\xa3\x6c\x22\x79\x63\xe3\x34\xe2\x9f\x13\x7e\xf5\x7d\x60\x3e\x2c\x7f\x16\x3c\xce\xd8\xf9\xa9\x26\x3c\xbf\x28\xc5\x3f\xe2\xc6\x47\xcf\xd3\xc1\xfb\xce\x9f\x28\x48\x20\xf4\x5b\x14\x77\xdc\x50\xb2\x76\xc6\xc7\xbc\x37\xe5\x62\xf5\x3f\x3a\x91\x86\xc7\x97\xa3\x5e\x3a\x7c\x18\xfd\x37\x05\xf8\x4e\xf6\x36\xfb\x45\xe5\xca\xdb\x89\xe4\xee\x8f\x0d\x5f\xcb\x82\xb3\x95\x12\x66\x62\x47\x13\x08\x93\x05\xd2\x0c\xb2\x20\x79\x1a\xc5\x7a\x15\xce\xb5\x17\x2d\xfb\xdd\xb9\xc3\x7f\x66\xef\xd7\x50\xf7\xeb\x2f\xbf\xdd\x4b\xfc\xf3\xfc\xfd\xde\xc7\x9e\x73\xf7\x97\xad\xdb\x8b\xab\xcb\x73\xdf\x27\x5e\x0e\x6b\xf6\x91\x74\x59\xb5\xd1\x36\xa5\xd7\xff\xa8\xc9\xae\xe6\xae\x78\xd7\x8c\xdc\xaf\x37\xbd\xbf\x06\xff\xe2\xe9\x85\xc5\x27\x9b\xc7\xff\x36\x9b\x2a\xde\xfd\xb8\x1c\x79\x39\xb4\xf9\x67\x89\x7c\x72\x65\x48\xb9\x7b\xac\x8d\xa8\xc1\xa4\xea\x77\xe9\x7d\x11\x5b\xee\x71\xd6\xf3\x4c\xe1\x34\x9e\x14\xcb\xc2\xd5\xba\xf3\xa7\x74\x63\x90\xc5\xfd\x9d\xe6\x13\x99\xeb\xd3\x87\x7f\x9a\xdd\xd2\x6e\x03\x4f\xe3\x77\x6b\x97\xb5\x27\x5e\xf7\x3f\x6d\xff\xd5\xa0\x51\xf1\xbd\x28\x3a\x27\x35\x6d\x2d\x31\x3f\x76\x21\x52\x3f\xec\x55\xa8\x45\x50\x6b\x50\x49\x82\x67\xae\x49\x95\x42\xeb\xdb\x41\xba\x39\xac\xcd\xbc\x23\xbb\x6b\xac\x87\xbf\x76\xcc\xdd\x11\x1d\xff\xd8\xac\x9e\x5d\x1d\xbc\x69\x87\xd6\x49\x94\xfa\xe6\x92\xa4\xa6\xc4\x75\x44\x94\x04\x0d\xfb\x8a\x7a\x3a\x7b\x1a\xb8\x89\x39\x39\x3b\x31\x3a\x0a\xfa\x43\x62\xd2\x32\xa9\x4b\xe1\x1a\x9f\xf7\xee\x4d\xd7\x6d\xbc\x3b\x3a\xbc\xfe\xf8\x28\x01\x85\xde\x53\x9f\xae\x6f\x65\x4f\x7f\xea\xcd\x6c\x4c\x2b\x63\xcf\xa1\x4e\xfa\x13\x15\x15\x14\xe3\xad\xe4\x92\x67\xf7\x68\x95\x6d\xd1\x68\x8e\x63\x32\x6f\x2c\xa3\xff\x68\x40\x6a\x27\xe6\x2d\x18\x41\x95\x32\x54\x44\x50\xbf\xda\xf3\x38\x7d\xbf\x45\x71\x92\xfc\x29\xf9\x8f\xed\x3b\x96\x7d\xe6\x99\x82\x9e\x88\x3a\xa3\x02\x9f\x94\xfd\x28\xf1\x80\x62\xf7\x59\x7b\x3f\xf3\xe7\x46\x16\x3a\x7a\x9a\x0d\xea\xc8\xaa\x6e\xca\x5a\x8a\x0d\x8a\x42\x0a\x9a\x7a\x28\xd6\x54\x1e\x5c\xa1\x4a\xc9\xa0\xd0\xac\x81\xa4\x4f\x7f\xf6\xed\xce\xe2\x85\xe2\xdd\xde\x51\xf3\x32\x7d\xdf\xc7\xba\xc7\xbc\xbb\x04\xca\xe0\x16\x0f\x27\x3b\xa7\x27\x92\xba\x35\xaa\x3b\x72\x43\x32\xec\x12\x44\x62\x6e\xa2\xdb\xc2\x42\x42\x1a\xfc\x7d\x02\x0c\x72\x18\xda\xc5\x16\x78\xae\x3f\x42\x2c\x92\x95\x8b\xcc\x9a\x94\x07\xe1\x17\x6f\x5f\xa8\x5f\x05\x6c\xea\x8f\x7b\x34\x85\xe7\xb3\xc5\xc5\x04\x60\x3b\x7e\x36\xeb\xd5\x35\x57\xbe\x94\x06\x42\x5f\x79\x9f\x71\x55\xb1\xbf\x66\xab\x65\x29\x63\x6a\x67\x2c\x66\x90\xa4\x77\xe3\x7d\x26\xfd\x4c\xf3\x93\x79\x9e\x5b\x6c\x68\x6d\x6a\x6d\xe9\x43\x5b\xfe\x58\xdf\x1a\xe3\x29\xf6\x82\x7d\xd7\x54\x49\x5e\xc2\x90\xbf\x98\x03\xa1\x91\x96\x1a\xb7\xb4\xab\xe0\x22\x47\x13\x13\x13\x9d\x3c\x55\x3e\x79\x01\x99\x1b\x69\x2f\x31\x05\x61\x25\xc1\x35\xc1\x0e\xed\x3d\xcf\x84\x74\x93\xd6\x85\x25\xab\xc7\x8b\xc8\xa5\x2c\xbd\xea\xe9\x1e\xf6\xd9\xfc\x03\xa5\xb1\xa5\x7a\x8c\x6c\xcf\x08\x88\x2b\x9f\x09\x50\xc6\x15\xf9\xcd\xd9\x43\xbf\x44\x4e\x4d\xec\x8f\xbf\x8a\x3d\x87\xf9\x06\x1d\x17\x75\x0c\x39\x01\x19\x01\xf1\x12\x71\x80\xc0\x90\xbe\x9b\x7f\x51\x5e\x58\xcf\xd3\x3e\xc6\xff\x20\x81\xb6\xc8\xa6\x19\x8c\xa4\xae\x6d\xf4\x21\x55\x4d\xa4\x25\x05\x39\xdb\x89\x68\xc7\x4a\x68\xb3\xf9\x53\x40\xf0\xf1\x30\x09\x50\x52\x11\x0c\x00\x37\x10\x00\x78\xb0\xfb\x33\x1b\xe0\x03\x1a\xd8\x7b\x54\xa3\x5c\x26\x92\xde\x5a\x32\x96\xb6\x5e\x9f\x63\x2a\x72\xbd\x6a\x9f\xf7\x4d\x2f\x7c\xe9\x09\xad\x84\x4b\x51\xf5\xdf\xb6\x36\x57\x7f\x2f\x1c\x46\x4f\x81\x83\x8e\xe0\x0b\xc3\x49\x1c\xc0\x0b\x44\x01\x35\x50\x80\x79\x39\xd8\x00\x3d\x06\x16\xf9\x1e\x3b\xbf\x38\xbb\x7a\x85\x05\xbc\xa7\x4d\xd4\x41\x1e\x56\x9d\xef\x40\xc8\x62\x6b\xaf\x52\x65\x7d\xaa\x66\x20\x82\xcd\x9a\x66\xb3\xa8\x3a\xe3\x1a\x41\x35\xdc\x67\x98\xf2\x41\x07\x28\x00\x3a\xb0\x84\x25\x31\xd0\x01\x0e\xe0\x44\xda\x26\xf2\x60\x42\x14\x4c\x53\x22\x32\x3a\x72\xe1\x0e\x2d\x4e\x0f\xae\x3c\x79\xea\xb5\x12\x38\x40\x51\x4b\x93\xa9\x1a\x9a\xe6\x48\xa4\xfb\x4d\x1a\x91\x23\x8c\x6c\x17\xf5\x25\x6c\xe2\xc0\x0b\x9b\x01\xd1\x03\x26\x98\x07\x81\x1e\x50\x83\x23\xdc\x53\x1a\x71\x9e\x31\x59\x73\xbd\x51\xfb\x17\x81\x8f\x29\xb8\xa5\x85\xed\xeb\xeb\x3f\x47\x9d\x9b\xb1\xf3\x03\xa3\x42\xdc\xf8\x4c\xb2\x15\x6f\xf9\x7b\x68\x5b\x70\xa5\x60\x7a\x01\x26\x20\x01\x14\xb0\x09\x04\x0e\x2c\x95\x42\x03\x98\x30\xb1\xc8\x6b\x39\x04\x24\xf5\xb5\x19\x6c\xe4\xfc\xe2\x13\x22\x8b\x32\x5a\xea\xf7\xaa\x66\x86\x3b\x6b\x4b\x36\x13\x1c\xfd\x50\xad\x38\x35\x8e\xc5\x5a\x59\xa9\x48\x2c\x90\x3e\x00\x24\x40\x0d\x18\x01\x13\xe0\x02\x64\x80\x05\x08\x01\x02\x60\x0a\xc8\x50\xa0\xa4\x54\x2c\x10\x31\x2e\xf5\x18\xcb\x3c\x6f\x8f\x58\x8c\x82\xb5\x26\xbe\xd7\xdf\x57\x9e\xf4\x23\x55\xab\xa6\xf3\x07\x97\x38\x72\x18\xb0\xca\xf1\xf2\x30\x53\x15\x62\x79\x02\x32\xd8\xf7\xc0\x01\xcb\xd3\x90\x03\x26\xc0\x0c\x70\x01\x32\xc2\x47\xc2\x1c\x86\x65\x21\x71\x95\x5f\x66\x0f\x1e\x79\x31\xdc\xb9\x93\xf5\x41\x6f\x44\x37\xb9\x47\x7f\x37\x36\xe4\xf1\x46\x97\x79\x24\x99\x65\xa8\x5a\x08\xdd\x33\xfe\x21\xdc\x44\x44\x07\xf2\x30\x06\x86\x0e\x68\x00\x21\x80\x00\x08\xa0\x06\x18\x70\x9b\x78\xbf\xe8\x0f\x05\xf3\x95\x1f\xcc\x06\xdc\xcd\xa2\x10\x73\x53\xeb\x27\x3f\x1a\x3c\x47\x98\x76\xe9\x8c\x29\x6d\x4c\xca\x0b\xb0\xb1\x3d\xd5\x59\x96\x36\xe5\xdc\xa0\xc8\xc5\x98\x04\xc4\x00\x17\x50\xc0\x1a\x3d\x38\x01\x1b\x10\x06\xa4\x40\x1c\x60\xe2\xa9\xd1\xa9\x08\xc8\x2b\xf3\x98\x7c\x77\xb3\x8d\xf2\xc8\x49\xad\x6f\xfe\x52\xf7\xea\x6e\xb9\xb4\x9f\xa2\xd6\x23\x0b\x2e\x7c\xc2\x35\xdd\xe4\x50\x59\x55\xf0\x0d\xc3\x18\xc1\x20\x7c\x19\x10\x04\x2c\x00\x1b\x08\x03\x7a\x40\x03\x88\x60\x9c\x8e\x1d\x17\x9e\xd6\x81\x7f\x53\xe9\xdc\x04\xdb\x6d\x35\x82\x24\xbb\xa6\xae\xe5\xa7\xe2\xc5\xcb\x4d\xdd\x31\xdc\x96\xe2\xc2\xed\x04\x46\xdf\x0e\xeb\x47\xed\x78\x29\x05\x4e\x46\x0a\x67\xf4\x05\xd8\x14\x86\x02\xe0\xc2\x5c\x10\x14\x00\x07\x08\x00\x19\xec\x6d\x9a\x79\xfe\x24\xc5\x5c\x53\x2c\x37\xe3\x88\xba\xac\x91\xba\x5f\xd0\xef\x1f\xe8\x9f\xa7\xcf\x31\x75\x3f\xab\xfc\x91\xfe\x29\x4c\xc5\xa5\xda\xc4\x50\x19\x41\xf0\x9e\x61\x85\x60\x0b\x7c\x06\xd8\x40\x15\xa6\x25\x71\xc3\xba\x4d\x74\x80\x31\x56\x2f\x2d\xa7\x80\x99\x72\x95\x2e\x8b\x3b\x73\x34\x7d\xf2\x45\xc3\x16\x14\xfa\x85\xfe\xf8\xc3\xb3\x9d\x11\x86\x66\x85\x82\xb1\x78\x23\x5f\x75\x1b\x67\x1d\x02\x69\x04\x2e\x01\x8a\x74\x74\x59\x40\x09\x18\x00\x04\xe8\x00\x4c\x58\xa6\x86\x09\x90\xa0\x4e\x41\x5e\xb3\xdf\x4a\xa4\x6a\xed\xda\x46\xfb\x0b\x27\xe9\x94\x92\x40\xa1\xbf\xb6\xde\x5e\xee\x0e\x4e\x3f\xef\xc6\xa9\x42\x4a\x9f\x0e\xc7\x70\xd5\x30\x5d\x51\x59\x14\xbe\x61\x8a\x23\x8c\x82\x03\x00\x03\x60\x03\x69\xa0\x0a\xe7\x80\x00\x41\x2c\x43\xce\xc0\x62\xa0\x7a\xcd\x4b\x21\x9f\x69\x24\xe2\x7c\x11\x36\x91\x69\x56\x03\xdb\xfe\x70\x27\xfd\x7a\x76\xb5\x67\xd8\xbb\xa9\xbc\x30\x24\x7e\xdc\x5f\xcc\x4e\x5b\x5f\x4c\x4e\x93\x17\x8b\x6a\x1e\x63\x09\x89\x07\x15\x0d\xdd\x15\xb3\x0c\x7b\x1a\xd7\x05\x3f\x92\x10\x0d\x42\xc7\xea\x28\xd6\xaf\x91\x67\x39\xef\x23\x1a\x37\x55\x68\xdc\x82\xf9\xff\x4e\xf8\x51\xfe\x16\x7f\x4f\x62\x16\xd2\xed\x5d\x55\x96\xe9\x15\x89\xe5\xb1\x62\x91\xa0\xb1\x2e\xee\xc9\x76\x47\x42\x89\x8f\x46\xa4\x4a\xa2\x02\x89\x22\x5f\xa6\x3c\xa5\xa9\xa7\xb7\x65\xc2\x16\xf8\xa9\xe8\x63\x54\xe6\xac\x1b\x6a\x9e\x5e\x55\xf9\xb5\xfb\xaf\x5d\xe0\xb7\x75\xaf\x7f\x3e\x73\x1e\xd5\x69\xb9\x28\xfe\x92\xb4\x15\x4c\xef\xbc\x6b\x62\xaa\x6c\x2e\x64\x45\x1f\x4b\xf5\x40\x1b\xca\xa0\xc2\xd4\xc9\x4a\xcf\x2e\xcc\x85\xc1\xf3\x55\x00\x5e\xd6\x53\x17\xdb\x26\xd8\xb7\x30\x5e\xb0\x90\xb0\x99\x65\xc4\xeb\x2f\xd4\xa5\x7c\x9b\xb8\x5f\x32\x8f\xd0\xbb\x59\x77\x9d\x47\x13\x4f\xea\xaf\x64\x27\xa6\x5f\x22\x6f\xc8\x33\xc2\x51\xcd\x2d\xcb\x1b\xc2\xef\x23\x34\x2e\x3a\x23\xc1\x28\x15\x22\xc7\xa0\x99\x64\x81\xe0\xfe\x35\xc2\x27\xb3\xbe\x9a\xae\xfb\xcd\xec\xdf\x19\x8a\x3b\xd1\x93\xe8\x8d\xee\x89\x1f\x1d\x5f\x2b\xca\x32\x37\xa3\xd2\xbc\xa5\xad\xa0\x3a\xda\x52\xd7\x62\xa4\xe2\xa3\x52\x8c\x32\x6e\x0a\xb2\x4a\x5e\xaa\x67\x1a\xf7\x3a\xe7\x4f\x38\x9d\x3f\x05\x07\x27\xaf\x97\x94\xb4\x36\x8e\x91\xac\xad\xfc\xef\x84\x07\xfa\x2b\xa9\x97\x88\xcb\xe1\xc3\x25\xad\x8c\x65\x94\x69\x75\xe1\xf5\x1e\xd7\x96\xd1\xda\x4c\x2a\x54\x6a\xd7\x9a\xdf\x74\x36\x0c\x24\x8c\xc7\xcc\x0c\x2d\x2f\x6c\x47\x9d\xb8\xfc\xbf\xc7\xb3\xe6\xc3\xd5\x27\xf7\x67\x2c\xcc\xbd\x20\xfe\x07\x7c\xbf\x9c\x5c\xd0\xef\x5a\xcd\x3d\x0e\xa0\x37\xae\x97\x70\xa6\xdc\x85\xe1\x79\x60\x5b\x11\x98\xed\x5b\xfa\xda\x38\xdb\xfb\x38\x63\xb9\x1d\x7a\xed\xfb\xf5\x05\x6b\x47\x44\xc5\x31\x66\x9b\x54\xb5\x75\x55\x4e\x59\x6f\x3d\x39\xfb\x77\xa7\xe7\xd5\xed\xfe\xc9\x8b\x2d\xad\x99\xe0\xde\xac\xc6\x90\xa2\xd9\x94\xb1\x88\x0b\x5f\x49\xaf\x4e\x5f\xe1\x00\xa5\x60\xc5\xb0\x0f\x51\xbb\xf1\x9a\xc9\xf9\x19\xa5\xb9\x6b\x25\xb1\x35\xb9\xed\xd2\xa3\x76\xab\xb1\xaf\xb8\xaf\xff\xb3\xab\xf6\x81\xe3\x63\xee\xeb\xe3\xf5\xa9\xa9\xb5\xde\x9f\x4d\x51\xe5\x58\xd9\xf7\x09\x26\x71\x9b\x89\xac\x29\x4a\xe9\x96\xd9\x68\xf9\x74\xc5\x63\x15\xcc\xb5\x2d\x4d\xc7\x9d\xcb\x03\x75\x93\x0f\x4b\x9f\x9e\x9b\xbc\xd5\xfe\xf7\x9e\xde\xef\xec\xd7\x78\xe7\x1b\x87\x24\x3b\x92\xcf\x54\xe6\x63\x27\x7d\x86\x1f\xfa\x47\xbb\x87\x7a\xc6\x3b\xf2\xdb\xef\xdb\x24\x9b\x65\x1a\x05\x5b\xee\x06\xbe\xce\x22\xaf\x7f\x3c\x78\x7b\x99\x73\x67\xf3\xf8\xf2\x3f\x0c\xa4\xe4\x6e\xe9\x0d\xc9\x21\xd9\x96\xeb\x52\xf6\x94\xda\xd0\x4e\x8f\x7e\x5b\x75\x23\x4e\xf5\xb3\x0a\x87\x4a\x9b\x8a\xc8\x32\xe4\x22\xfb\x02\xdf\x5c\xe5\x62\xcf\xfa\x87\x6e\xf7\x71\xb7\xa5\x9b\xdd\xd1\x53\xac\x1b\xac\x87\x7f\xbc\x30\xe5\xb7\x5b\x27\xdf\xf7\x90\x97\xdd\x26\x35\x06\xd8\x3b\x12\x1b\x32\x2a\xab\x8b\xc6\x72\x8d\x32\x25\xd3\x2d\xd2\xdc\xd2\xce\x93\x45\x12\xed\x13\xe1\x63\x34\x93\xf4\xf2\x2a\xab\xf7\xdb\x69\x86\xd8\xe7\x71\xb6\x74\x8e\x29\xaf\x91\x1e\xfe\x72\xf4\xde\xce\x1f\x3b\x6d\x3e\xce\xb6\x0c\x7e\xee\xb0\xae\x9b\x2f\x43\xcd\x9d\x4e\x53\x89\x8f\x8d\x8a\x8e\xa8\x0e\x8d\x0a\x16\x09\x9a\x0a\x8a\x0a\xd4\xf6\x67\xf0\x65\x0b\x0c\x8b\x93\xcd\x9a\x2f\x4b\x68\xda\xed\x3b\x9d\x51\xdd\x24\x3a\x0a\xbd\x96\xfa\x9d\x01\x85\x7e\x01\x67\x0c\x5b\x7d\x53\x21\x3d\x05\x4d\xa0\xac\x3d\xa7\x37\xb9\x2e\x5a\x22\xd8\xd4\xc7\xc5\x23\xd1\x75\xd8\xe5\xca\x05\xd5\xf1\xd2\x51\xd6\x01\xc5\x76\xdb\x7a\xcb\xbe\xde\xe7\x67\xa4\x45\xea\x7d\x31\x49\x83\x54\x2f\xed\x74\xf2\xa6\xe9\x71\xd6\x2d\xef\x6f\xd1\x77\xec\x3b\x1c\x53\x7f\xba\x05\x6b\x43\x0b\xee\x52\xed\xa2\xfa\x03\x75\x3c\x4a\x1d\x16\xac\x18\xcc\xd3\x9f\x6c\x99\xd0\x1b\xfd\x31\xbc\x30\xf0\xd7\x0b\xd0\xe5\xd6\x2e\x36\x08\xb5\x61\xf3\x18\x08\x03\xc9\xcb\x85\x4f\xea\x33\x7b\x65\x67\x12\xb6\x8b\xce\xbc\xee\x16\x0f\xe7\x16\x4e\x7b\x82\x6b\x6e\x73\xdd\x13\x6a\x83\x53\x3d\x49\xed\x85\xcd\xcc\xf5\xd9\xb4\x33\xd5\xf5\xd5\x5c\x95\x03\x95\xaa\x14\x59\xe4\x0f\x65\x33\xa5\x2b\x64\xae\x14\xc8\x75\xea\x2d\x51\xdd\x62\x43\x42\x92\xaa\x0a\xbd\x1a\xda\xfb\x5f\x2c\xd0\xef\x57\xbf\xc5\xdb\x6c\x1b\xa1\x6a\x70\xc8\xa3\x8e\x5d\xf4\x97\x77\xca\x32\x17\xd6\x53\x53\x8d\x57\x40\x94\x8a\x16\x6f\x12\x51\x11\x66\x13\x62\x16\xe0\xe5\x73\xe4\x45\xe2\xa1\xe5\x61\xe1\x4f\x91\x89\xd5\x0a\x32\xf7\x71\x1d\x0b\x09\x48\x81\x2b\xa1\x6b\xf1\x1d\x91\x5a\x1d\x79\xbd\x3d\x3f\xdf\xbe\x50\x6c\x90\x48\xef\xdf\x6f\xef\x6d\x44\xab\x8e\x21\x13\x25\xf2\x91\x7f\x93\xdb\x91\x03\x99\x35\x8d\xc5\x8c\x91\x90\xc1\x88\x6e\x99\x96\x87\xe6\x90\x1a\x9f\x3e\x92\x97\x4d\xda\x45\xf3\xd2\xbc\xca\x9d\x3d\xdc\x26\x7d\xa6\x92\xb1\x8b\x7c\xea\xf7\x36\x64\xa4\xab\xde\x2e\x7b\x3b\x22\xdd\x75\xd8\xa4\x5e\xf9\xa5\x68\x2c\x37\x21\x8b\x2b\xfd\x3e\x75\x2c\x45\x26\x69\x02\x09\x3b\x61\x1d\x21\x0f\x1e\x37\x6e\x0e\x4e\x27\xce\x22\x21\x05\x9d\x2c\x2f\x9e\x0c\x9a\x76\x8e\x55\x97\xf7\x78\x4c\x57\x5e\x55\x7d\xc3\xc0\xb3\xa5\xca\x3e\xc3\x6a\xd2\xb4\xdb\xa0\x16\xbb\x25\x1d\x21\x49\x71\xf6\x79\xea\x49\x88\x1f\xe1\x15\xae\x31\x96\x36\xba\x06\x0a\x3e\x52\x07\xc2\x4b\xf8\x20\x38\x49\x30\x03\x34\x90\x04\x88\xe5\x99\xa8\x05\x1e\x15\x69\x8c\xac\x1c\x55\x83\x86\x53\x56\xcb\x94\x3a\x24\x17\xc5\x7b\x56\x2a\x29\x53\x7a\x02\x34\xad\xef\x34\x1a\x44\xc2\x18\xbb\x88\xaa\x30\xb4\x90\x45\xe0\x5e\x02\x2d\xc0\x06\x28\x00\x3f\x2c\x43\x41\x07\x20\xc0\x0e\xde\x08\x1f\x9e\x16\x8d\x77\x46\xe6\xb5\x6e\xb0\x6d\xac\x5f\x5f\xc2\x49\x91\x64\xb3\xe7\xe2\x97\x5e\xfd\xca\x3f\xa9\xfd\x81\xe1\xb6\x56\x5a\xbe\xe2\x6d\xac\xbb\x24\xbb\xc8\xba\xb0\xee\x4b\x7e\xc0\x08\xbb\xbb\xa3\x01\x05\x00\x81\x79\x11\xbc\xb0\x1a\xa8\xec\x38\x1d\xa4\xa4\xb5\x86\xac\x9f\xf8\xa1\x24\x74\x14\xc3\xb5\x8a\xaf\x04\x0f\xb8\xd5\x86\x64\x76\x86\x51\x3a\x2d\x18\x72\xca\x9d\xf1\xdc\x51\xdd\x60\x25\x03\x14\x80\x0f\x98\x01\x29\xa0\x05\xf8\x40\x16\x60\x03\x22\x40\x0c\xe8\xc1\x13\x34\x2e\xd2\x4a\x96\x48\x91\x15\x35\x33\x73\x1d\x4f\x85\xa8\xd6\x5c\xf7\xba\x5f\x1b\x52\xa3\x7d\xcd\x76\x05\xb6\x31\x81\x9e\x22\xe6\x64\xaa\x33\xc2\xb5\x4c\xd2\x84\x35\x08\x03\xb0\x16\x4e\x22\xa0\x0e\xf0\x81\x04\xec\xce\xc9\x04\xd4\x80\x06\x62\x09\x61\x17\xfd\x80\xa0\x9a\xd2\x80\x89\xa1\x1b\x7f\x04\x7d\xe6\x43\x4d\xd3\xde\xd9\x2c\xc2\x53\x9d\xb2\x1f\xc9\x6e\x01\xc6\xb6\xbf\x74\x66\xa4\xd5\x39\x05\xc8\xd3\xd0\x7b\x01\x03\x20\x81\x39\x0e\xc8\x00\x29\x2c\x8f\x42\x06\xb4\x80\x31\x08\xc4\x55\xa3\x49\xe2\xf9\xa1\x80\x65\xe8\xe5\xec\x18\x2a\x95\x3e\x58\xc9\x72\x24\xb2\x7a\x35\xf0\xbd\xf6\x6b\x96\x53\xb8\xb9\x4b\x81\x09\xa7\xe2\x92\x00\x84\xee\x23\xde\x23\x9c\x2d\xc0\x85\x69\x07\xbc\x00\x17\x10\x03\x49\x40\x03\xc4\x00\x16\x30\xc1\x42\xa5\x2c\xe3\x4a\x90\x85\xd7\x1d\x72\x90\x0e\x5a\x4a\xfe\x55\x76\xfc\xd6\x70\xeb\x60\xbc\xb9\xe5\x55\xe1\x4c\xbc\x82\xaf\xa8\x55\x9e\xa6\x93\xf8\x01\xdb\x10\x64\x10\x75\x14\x90\x01\x1e\x00\x01\xac\x80\x12\x50\x00\x4a\x20\x04\xa8\x00\x0b\x20\x44\xaf\x22\x97\xe4\x94\x90\x7e\xad\x8b\x61\x8f\x14\xf8\x3a\xf9\xb0\x6c\xe5\xba\xee\x80\x6c\xae\xb9\x5b\xb0\x52\x2f\xad\x31\x24\xc1\x71\xdb\x30\x5e\xc1\x91\x6f\x85\x36\x11\xb7\x15\x60\x02\x32\xc0\x06\x9b\x4b\xd1\xc3\x7a\xc1\x74\x00\x11\x20\x41\xfd\x4a\x66\xc6\x21\x25\x35\xac\xe3\x61\xbb\x18\x40\x94\xf4\xbc\xcc\xfb\x6b\xdc\xb1\xe0\xea\xd5\x50\x4a\x43\x5d\xee\x69\xf4\x8d\x67\xb7\x85\xaa\xba\xb3\x98\x07\xab\x23\xa9\x3f\x8a\x17\x20\x03\x22\x80\x05\x90\x02\x7a\x98\x23\x44\x08\xf0\x02\x0e\x14\x7b\x52\x36\xb6\x3a\x49\x35\xed\x60\xdb\x5f\x81\x5c\x49\x0e\xa5\xde\xbf\xaa\xdf\x4c\xed\x34\x4f\xa9\xb4\x4f\x96\x6a\x27\x07\x07\x89\x3b\xe8\x18\xe8\xc8\x3d\xe7\x73\xa7\xd5\xc4\x39\x07\x02\x80\x17\x36\x01\x12\x02\xc6\x80\x1c\xf0\x02\x3c\xa0\x82\xcc\x40\xfa\x82\x3d\x53\x4a\x4f\x27\xc6\xf6\x4d\xa0\x55\xf2\x59\x59\x2f\x14\x7a\xe3\x75\x38\xb4\xa4\xd4\x9f\x5e\x1b\x9c\x13\x1f\x85\xe4\xa9\x6c\xfe\x59\xfd\x58\xec\x91\xf5\x84\x34\x14\xd9\x1b\xf0\x02\x4a\x00\x01\x32\xe0\x09\xa0\x87\xf5\xed\x0b\xc3\xbf\x26\xd0\x63\x50\x13\xcc\x52\xc9\x7d\x62\xe9\xbe\x1a\x7d\x9b\xbb\x07\x85\xde\x77\x9e\x7b\x6e\x8e\x8e\xef\xb4\x09\x94\x9c\x26\xd3\x06\xd6\x39\x32\x18\x3a\x2a\x14\xf2\x6b\xd1\xb9\xe2\x92\x03\x22\xa0\x06\xd8\x40\x29\xac\x9f\x85\x12\xce\x0a\xfe\x0a\x61\x9d\x08\x9d\xd9\x56\xf4\x85\x46\xac\x55\xac\x2f\x5f\x02\x5b\xd1\x0c\x14\xfa\x27\xee\x6a\xf4\x05\xdf\xc2\x74\x9f\x64\x6d\x41\x8e\x47\xb4\xb1\x17\xb1\xe5\x3b\x2d\x33\xc9\x3c\xf6\x0b\x32\x12\x14\x7c\xb8\x71\x44\x79\xe4\x07\x34\x36\x0c\x08\xe6\x17\xec\x52\x5c\x45\xfc\x3e\x6a\x0f\x9e\x7d\xb9\x49\x83\x47\xa7\xc8\x50\xa6\xf4\xed\xaa\x72\x18\xde\x45\x9f\x56\x6f\xac\x8e\x97\xb6\x73\x94\xda\xa7\x5c\x04\x1f\x3b\xdb\x1b\xf7\x2b\x97\x0a\xd5\x32\x3c\xe2\x07\x62\x8b\xe3\x79\x13\x62\x10\xcd\x91\x22\x91\x15\x51\xd4\x51\x95\xd3\x14\xb1\x0b\x8b\xe7\x6a\x6c\x5a\x86\x79\xe7\xc6\x9e\x17\x3c\x69\x82\x4d\x1f\x7e\x9b\x5e\xbd\x7b\xf1\x6d\x11\xad\xbf\xa9\x7e\x2c\xef\x2a\x6e\xc0\x77\xc1\x0e\x5d\xcf\x4e\xb6\x80\x27\x90\x72\x9e\xfc\x8e\xca\x8c\xc6\x9f\x6e\x94\xd1\x98\x39\x98\x75\x83\x73\x90\xbb\x4f\x78\x4a\x99\xc9\xb8\xda\x79\x38\xd4\x34\x5d\xb5\xd2\xf3\xe9\xf0\x5f\xa8\xfb\xfb\x8c\x7b\xd3\x6d\x92\xb3\x73\xbf\x12\x35\x53\x28\xa2\xc5\x13\x62\xfe\x5e\xf3\x4c\xe2\x19\x9b\x03\xcb\x33\xf6\x42\x4e\x75\x1e\x1e\xbe\x2c\x41\x67\x11\x69\x31\x5b\xa9\x52\x85\x45\x7d\x55\x3b\x3a\xbf\xbe\xf8\xe1\x42\xa5\x66\xe2\x11\xfa\xff\x3b\xe1\xd1\xf5\xc3\xc0\x21\xf3\xb2\xe9\x90\x53\x73\x52\x31\x6f\x72\x7e\x08\x9f\x8b\x8e\x49\x99\x2a\xb9\x88\xb4\xe0\xb9\x28\xba\x38\xbc\xe4\xb0\x74\xad\x3c\xae\x62\x9a\xca\xa0\x66\xba\x6e\x8d\xd5\x5b\x2f\x48\x14\x61\x56\x4b\xf5\x42\x8f\xf8\xec\xdf\xdb\x55\xbf\xc5\x5d\x52\xef\x14\xce\x06\xf7\x91\xd5\x95\xe5\x5f\xc7\x8b\x06\x60\x3b\x22\x1a\x91\x29\x6e\xca\x73\x2b\x61\x29\xbf\x50\xed\xd1\xf4\xd3\xc5\xd3\x37\x36\x26\x34\xfd\x65\x39\xe0\xae\x1e\xe6\x9e\xfa\xae\x0c\xbb\xad\x77\xec\x60\xfd\x5f\xdb\x4d\x6e\x0e\x8e\xde\xaf\xd7\x4c\x5c\x76\xde\x55\x0d\xe6\x60\xc4\xf2\xf9\x63\xd9\x9d\x1b\x8a\xea\xd8\xea\x7b\x1a\xda\x1b\x23\x98\x45\x58\x76\xd9\xc8\xdb\xcf\xba\x8c\x78\xf2\x04\xbf\x4b\xaa\x2c\x5c\x6f\x9c\x18\xc4\x5c\x7c\xfe\xe2\xfc\x9f\x13\x7e\x2a\xbf\x3b\x3e\x08\x5f\xfe\x34\xd2\xd2\xce\x5a\x31\x91\xb5\x1e\xa3\xef\xab\x67\x4f\x6f\xd9\x60\x7d\x6c\x97\xea\xd8\xed\xb2\xe5\xd1\xe3\x23\x16\xc0\x1c\xbc\x10\xa1\x9e\x70\x9e\x8f\x53\x3b\xd6\x23\x3d\x63\xb1\x43\x71\x7e\xf1\x6f\x00\xff\x86\x70\xc9\xb9\x9f\xbc\xf8\x66\xd8\xba\x75\xbd\x42\x3b\x1b\x12\x8b\xeb\x0f\x7c\x5a\xfc\x51\x83\xb0\x43\x11\x23\x32\x62\xfc\x12\xdc\x52\x4c\x33\x2e\x72\x43\x8a\x11\xab\x57\x3b\xdf\x4e\x88\xac\x5d\x1c\xd9\xdd\x3c\xfc\x87\x03\x40\xef\x9c\xcf\x5c\x76\x4b\x16\x56\x87\x71\xda\xb6\x2b\x0d\x72\x68\x12\xa9\x13\x2c\x93\xfa\x53\x67\x33\x06\x73\xf4\x0b\xf4\x4a\x92\x2a\x5e\xd7\xce\x37\x55\x75\xcc\xf4\x35\x8c\x9d\xac\x04\x1c\x8c\xbe\xdf\xfc\xf5\xaf\x5e\x8f\xef\x73\xd7\x7d\x17\x21\x87\x93\xbb\x60\x8d\x64\xc1\x6a\xca\x62\xe2\xe7\xd8\xda\xc8\xd1\xe8\xed\xb0\xc6\xc0\xfb\x41\xde\xbe\x3f\x7d\x25\x5d\x27\x43\x1b\xf3\x3a\x9b\xe5\x87\x11\x6f\xb1\x3f\x7f\xf9\xf3\xf3\x3f\x2f\xae\xf1\x59\xe1\x8d\xfe\xe1\xc2\x36\xfd\xb2\xe1\x34\xf5\xf0\x40\x2f\x75\x47\x53\x1b\x4e\xab\x5e\x8b\x62\xf3\x56\xa3\x74\x23\x53\x7d\x5f\x9d\x5c\x55\x4c\x55\x46\xe3\x6e\x6f\xe2\x24\xd7\x8a\xd3\x3e\xd1\x99\xf2\x6d\xc4\x3f\x79\x9a\x3f\x7d\xb7\xa2\xa7\x25\x7b\x04\x2b\x0c\x53\xf8\x83\xa0\xb3\xa4\x31\xa5\xaa\xab\xbc\xb8\x74\xa5\xf8\x67\xe1\x69\xc1\xeb\x42\xe6\x02\xc4\x5c\xb7\xec\xc7\xac\xa1\x8c\xbe\x42\xe5\x5a\xde\x8e\x95\xe1\x27\xf3\x77\xdb\x97\xc7\x4d\xd7\x9c\x0f\x7f\xe9\x38\xb7\x6a\x27\xa8\x5b\x2d\x73\xd6\x43\x6e\x9d\x42\xf5\x3d\xe5\xa8\xf9\x04\x99\x29\xa9\x95\xa9\xcc\x49\xb8\xf1\x69\xf1\x5e\xf1\x3f\x62\x93\x63\x16\x62\x0a\x23\x71\xc3\x84\xe3\x5f\xe7\x70\x56\x8c\xb6\x60\xf7\x0f\xce\x7c\xdc\x94\x3f\x92\xff\xd8\xf1\xb0\x08\x85\x7e\xc9\x3f\x35\xdc\x38\x98\xb6\xec\x0d\x68\x9a\x28\xb7\xc9\xed\x4a\x99\x88\x19\x09\x87\x0f\x0d\x0a\x9c\x0d\x88\xf0\xb3\xf1\x87\xf8\x96\xfb\x38\x78\x1c\x78\x7e\x70\x0f\x75\xfd\xe4\x6f\x1f\xcd\x92\x9e\x5b\x42\xde\xc8\xd2\xeb\x31\xad\xb1\xf1\xea\xe8\xfd\x0d\xe7\x03\xf3\x25\xf3\xb6\xe8\x74\x67\xf7\xd7\x3a\xb5\x82\x3f\xa9\xc7\xd1\x5b\x41\x5f\x7d\x32\xdd\xa5\x5d\x04\x1c\xe5\x1c\xba\x6c\xf3\xac\x3b\xac\x2b\xac\x5a\x2d\x67\x2c\x57\x2d\x13\xcd\xd3\xed\xac\xbd\x0a\xc3\xf9\x53\xf4\x0b\xc7\xea\x8d\x7b\xa6\xa7\xaf\xb6\xd4\x4f\x29\x6e\x20\x07\x79\x73\x56\xbd\x6c\xb5\xc3\x79\xea\x09\x12\x21\xb5\x5e\xc8\x8e\x01\x36\xdc\x66\x69\x26\xcd\x46\x7e\x06\x1b\x7a\xae\x3a\x18\xda\x5b\xda\x4b\x9a\xdb\x1a\x79\xea\xbc\x1a\x01\x7a\x17\x56\x61\xee\xca\x21\xf3\x49\x8e\x05\x8b\xf5\xf7\x7d\x35\x73\x52\xbb\x1f\x2f\xec\xd6\x5c\x07\xe1\xea\xf8\xf3\x9c\x63\x2d\xfd\xb7\x9d\x57\x2c\x1a\x0c\x4a\x75\x32\x34\x9a\x55\x0e\x15\x63\xe5\xfe\xc8\x1c\xca\x50\xca\xe0\x4b\xbc\x96\x70\x17\xab\x10\xcb\x12\x4d\x96\x4b\xd4\xbe\x37\xbf\x76\x4d\x08\x5e\x4e\x9a\x2f\x32\x6e\xea\x1b\x8a\x58\x76\x3e\xb8\x9f\xd1\x6a\x1b\x2f\xa1\x4a\x42\x0d\x18\x73\xa8\x31\x81\x68\xbc\x52\x1c\x96\xd9\x15\xdf\x14\x29\x16\x64\xe0\xff\xca\xcb\xc0\x9d\xcb\x15\xc0\xf1\x81\xed\x1b\xbb\x07\x6b\x3d\xcb\x77\xbe\x52\x19\x6a\xcd\x14\xb3\x1d\xd7\xc1\x50\x97\x34\xfe\xb2\xc9\xf6\xa7\x13\x16\x1b\x12\x43\x6b\x0d\x54\x39\x8d\x91\xd1\x6e\x2f\x4c\x7f\xab\x66\x4a\x7a\x0a\x2d\xf0\x94\x70\x68\xb1\x10\x32\x26\xd2\x7d\xa4\xc9\xa7\x7e\x42\x89\x4c\xe9\x41\xde\x4f\x06\x85\x70\x40\x24\xe8\x89\x79\xf2\xa5\xae\x35\x4f\x2c\xd6\x3c\x79\x23\x73\xb3\xc9\x6b\x1c\x7a\xb2\x96\x85\xfb\xa0\xd5\x2f\xd2\x73\x82\x5b\xec\x1f\x74\xb7\x64\x38\xf9\x74\x99\xed\x69\xf7\x28\x99\x48\x1f\x89\x6d\x08\x3e\xe0\xb5\xe2\xec\x63\x0f\x61\x86\x60\x2a\x63\x64\xa3\x37\xa2\xef\x11\x34\xd0\x31\xf0\x9a\xc9\xca\xea\x0e\xda\xda\xf9\x85\x25\x98\x16\x95\x35\x8f\x2c\xee\xf7\x06\x56\x1e\xa7\x66\x07\xea\xd9\x72\x68\x23\x4a\xec\x72\x18\x53\xbc\x20\xc8\xc4\xae\x41\xf7\x47\xfe\x84\xc8\x02\x97\x0c\xd8\x80\x12\x30\x05\x4c\x80\x01\x60\x00\x29\x34\x2c\xd2\x68\x16\x7e\x11\x01\xe5\x60\xd3\x0c\xd7\xcd\xf0\xa9\x0c\xc7\x6a\x9c\x25\xd5\xde\x3f\x55\x93\x69\xb9\x41\x51\xf6\x62\xba\x35\x32\x36\x5c\x8c\x14\x42\xe8\x57\x40\x08\x90\x00\x6c\x40\x01\x24\x61\xf3\x0b\x5d\x80\x0b\xf3\x51\x2a\x22\xdd\x13\xa5\x32\x9a\x08\xcc\x2b\x04\x1b\x61\x39\x5d\x05\x3b\xa4\x0a\x97\x3d\x5d\xc5\x19\x24\xa8\x13\xca\x4a\x08\x27\x73\xb5\x36\x19\x54\xea\x16\x24\xa5\x87\xc7\xc7\x00\xef\x00\x3f\x60\x07\x8c\x30\xad\x9c\x08\xb0\x02\x49\x20\x05\x88\x00\x3b\x9c\x0a\x1e\x3c\xcd\x4b\x5e\x22\x39\x31\x7d\x07\x07\xdc\x20\xe7\x94\xba\x0a\xd9\x8d\x9d\x31\x93\x16\xb2\x42\xb5\xf8\x3d\x5f\x6f\x2b\x07\xcd\x66\x09\x66\xb6\x29\x08\x0f\xaa\x00\x6c\x7a\xc3\x0f\x98\x01\x27\x60\x05\x4c\x30\xff\x00\x21\x30\x03\x3a\x98\xfd\x14\x1e\x1c\xd3\x52\x78\x3a\x6a\xb6\x17\x7e\x4b\x89\xda\x45\x52\xfb\xbe\xb3\xd5\xdd\x72\x95\x61\x69\xe7\x21\xd8\x4e\x62\x06\x17\xf2\xd3\xbc\x49\x34\x5c\x38\xff\x0f\xe5\x88\x60\xc9\x4d\x34\x80\x0c\x18\x01\x3d\xf0\x85\xe1\x77\x04\xea\x18\xe9\x22\xab\x97\xd8\xb4\x06\x86\x15\xb2\x77\x4b\x1c\x6e\x41\xe0\xd1\xcc\xb3\xf4\x61\xd7\x46\x92\x3c\xcf\x68\x1c\x8f\x6b\x73\x3f\x35\x5a\x91\x43\xe6\x59\xe2\x05\x64\x6c\x58\x87\xc5\xff\x4d\x1e\xc4\x61\x13\x00\x6a\xc0\x0c\x44\x10\x8f\x88\x46\x99\x52\x85\x5b\x54\x06\xcd\xf5\x3c\xb1\x63\x6c\x72\x4f\xde\x51\xec\xe6\x4f\x3d\xef\xd0\x2d\x8d\x4f\xe6\x0f\x30\xb7\x73\xd4\x2d\x92\xe9\xe4\x56\xa1\xe2\xc6\xea\x07\x14\x80\x06\x50\x01\x22\x40\x04\xeb\x04\x11\x03\xc4\xc0\x06\xf0\xc2\x9f\x11\xfc\x60\xe8\x11\xd6\x53\x71\x37\xf3\xf3\x34\x8f\xf6\xcc\x8d\xb9\xb5\x3b\x2c\x59\x0c\xed\xf3\xac\x35\xcd\x32\x0b\x87\xba\xb1\x99\xee\xa9\x48\x09\xbd\x60\x52\x23\x12\x42\xb4\x84\x25\x61\xb9\x00\x3d\x6c\xfe\x41\x0d\x70\x00\x3f\xe0\x01\xab\xf8\x10\x7a\x0d\xc1\x20\xe5\xad\x27\xc7\xee\x55\xd1\xc8\x79\x35\xf7\xb7\xa7\xd0\xf5\x86\xd1\xa1\xe6\xf7\x85\x5b\xf1\x87\x7e\x42\x36\x35\x3a\x54\xd2\xa6\x5c\x6e\x94\xe9\x98\xe1\x80\x17\x10\xc2\xdc\xcd\xb8\x80\x00\x96\x11\xe6\x03\xda\x20\x00\x8f\x8c\x2e\x92\x7f\x4e\xa9\xfb\x89\xad\x7b\x4b\x94\x78\x2e\xe2\xef\xad\x2b\xa5\xfd\x9a\x39\xac\x6e\xa6\xca\xf8\xf4\xfe\xb0\x66\x97\x63\x93\x31\xe5\x1e\x61\x06\x26\x54\x22\x6c\x04\x02\x60\x04\x24\x00\x05\xe0\x03\x74\x40\x06\xe8\x01\x66\x80\x0d\x7c\xb0\xe6\x29\x6f\xb9\x1e\x64\x99\xf5\x59\x9c\xf0\x83\x07\xd3\x2a\xa1\xd0\x3b\xbd\xa3\x86\xd5\xd5\xe1\x67\x4d\x55\x05\x95\x71\x33\xbe\x9b\x36\x96\x3a\xf7\xd2\xf5\x5c\x17\x94\x3f\x31\x2d\x61\x5a\x18\x07\xa0\x07\x66\xb0\x6f\x94\x04\x28\x00\x39\x0c\x23\xca\x39\x1e\x62\xb9\x3a\x43\x2f\x67\x91\x30\xe4\x8c\x2e\x28\xf4\x67\xf1\x9b\xee\x1d\xf5\xe9\xfa\xae\xcd\xca\xa8\xf4\xe4\xb0\x28\xd7\xdf\x4f\x9c\x54\x0f\x45\x74\x98\x75\x89\x7a\xe1\xa7\x81\x0c\xd0\x80\xdf\x46\xa2\x41\x91\x42\x5d\x44\x1f\xc5\x34\xc5\xe6\x24\xea\x65\xfa\x24\xf2\x51\x5d\xd6\xa2\xdf\xdb\x25\xf6\xb1\x00\xe6\x9f\xbc\x11\x7e\x35\xb2\xa2\x3b\x34\xd8\x94\x5e\x70\x91\xa0\xef\x6f\x6c\x17\xac\x6f\x2c\xf7\x81\xd7\x9a\xba\x17\xcb\x15\xbd\x11\x4b\x1c\xe7\x0c\xff\x90\x30\x8b\x38\x9b\x34\x89\x3c\x82\xc2\x93\x76\x9a\x77\x49\xee\xd8\xa0\xce\x71\x2d\x84\x3a\x6d\xa2\x12\xd6\xbf\xf4\xdd\xea\x12\x77\x67\x79\xfa\xf7\xd3\xdd\x2a\xf8\xcc\xf0\xc8\x6c\x8f\x4b\xf3\x55\x8d\x22\x09\x0d\xb6\x5a\xd2\x4a\x92\x16\x32\x7c\x4a\x11\xea\x79\xda\x71\xfa\x69\x26\x49\x96\x19\x36\x3b\xae\x48\x49\x0d\xcd\x75\xcb\x73\xef\xa8\xd8\xc8\xfc\x89\x26\x8c\xbf\x50\x37\xe3\x95\xf7\xea\xfa\x48\x4d\x8b\x69\xf1\x5c\x72\x63\x90\xa5\x33\xa5\x09\xb6\xb2\x96\x10\x3f\xc3\x47\x06\x79\x66\x2d\xd6\x7d\x0e\x5e\xee\x4a\xde\x31\x01\x26\xa1\x6e\x91\x9f\x12\x5f\x55\xe3\x4d\x0d\x5c\xd6\x43\x5f\xa6\xbb\x55\xaa\x3c\xfd\x2b\x09\xfb\xc3\xe9\x4d\xdd\xee\xf5\x1c\x43\xaf\x71\xad\x55\x1e\x63\xec\xb8\x1f\xbf\x1d\xb6\xde\xa1\x1c\x2d\x1f\x0e\xef\x81\xc0\x86\xb0\x85\x68\xa7\x04\xbf\xb4\x8a\xac\xab\x82\x83\xf2\x33\x75\x7c\x23\x71\x07\xaf\x00\xa9\x84\xf1\xc2\xb3\x66\xab\xff\x31\x10\x28\xf4\x76\xe3\x98\x77\x7d\x63\x82\xa9\x93\xbe\x22\x20\x33\x2a\xe2\xc6\xb3\xc2\xaa\x40\xeb\x46\xa6\x59\x3a\x4a\x8e\x5b\xe1\xb3\x32\x9c\x1a\xbe\x46\x90\xb6\xa6\x1e\x8b\xd1\xc9\x93\x1b\x3b\x06\x9f\xf1\x18\xf2\x1c\xea\x9a\xfd\x9e\x8b\x39\xe3\xbf\xb1\xbf\xf6\xbd\xe0\x8b\xc0\x45\xbf\xa1\x83\x16\xb5\x52\xf6\x54\xb3\xd0\x18\xb7\x1d\xb3\xaf\x5a\x01\x1a\xf3\xda\x71\xba\x4d\x06\xe6\xc6\xc6\x4f\x06\x2d\xa2\xac\x87\xec\xe1\x9c\xa9\xbd\x79\x22\xc3\x32\xec\xcb\x2f\x3b\xd8\xc7\x9f\xad\x5f\xff\x03\x9d\x5f\xa6\xcf\x09\x76\x5c\x66\x87\xfa\x3a\x1b\x7e\x15\xf1\x26\x15\x87\xb8\xb9\xb8\x58\xb0\x99\xc9\x99\x6b\x5a\xba\xd9\xe4\xd8\x9b\x39\x43\xdc\x74\x3c\xeb\x7c\xce\x02\x7e\x45\xc8\xa5\x11\x97\x7c\x68\x81\x1b\xba\x5c\x16\x39\xf8\xd7\x09\x7f\x92\x6f\x74\x8f\xd9\x36\x58\x27\x7b\x9f\xba\xd5\x4e\x15\xb0\x24\x31\x06\x6d\xb8\x4d\x38\x1d\xbb\x76\xb8\x93\x79\xbe\xf1\x15\x08\xc8\x08\xae\x0e\x4f\x8f\x26\x8a\x67\x4a\xe5\x28\x26\x6c\xe4\xea\xa7\x9e\x7b\xb3\xfb\xf2\xf2\x3f\xdb\x59\x7e\x1e\x5e\xc9\x1c\x9a\x3f\x5b\x9b\xc0\x7f\x9a\x5d\xcb\x51\xb0\x96\xe8\x12\xe6\x13\x90\x1f\xb4\x1b\x8a\x12\x5e\x10\x95\x16\x57\x98\xf8\x98\x46\x91\x99\x9f\x67\x55\xd4\xd4\x40\xd0\xb3\x3c\xad\xba\x59\x73\xd2\xfe\xe9\xe3\x7f\x19\xc8\xbd\xc9\xbb\xf0\x83\x9e\x67\xb8\xe3\x96\x4f\x6b\x6b\x57\x0a\x3b\x53\xd1\x93\x6c\x52\x7a\xd3\x87\xb3\x6a\xf3\x20\x85\xdf\xca\x28\x2b\x3f\xd5\x05\x37\x2b\xb6\xcf\xf6\x1a\x4f\x46\xae\x6d\xbc\x6a\xff\xa8\xf5\xdb\xf9\x9f\xa7\x7f\x54\xdd\x94\x5f\xba\xbe\xda\xda\x53\xdb\x78\xb2\xaa\xb1\xb4\xbf\x04\xb7\xe0\x34\x73\x35\xb7\x34\xb3\x36\x2b\x3c\x25\x32\x49\x3c\x3e\x3f\x12\x3d\xb6\xb0\xc8\xbe\x3d\xf8\x5a\xef\x9d\xe9\x57\xfb\xff\xbe\x36\x94\xfe\xb3\xeb\x5b\xf1\x57\x63\x3b\xac\x2b\x6e\x33\xca\x23\xb7\xc3\xab\x03\xce\x7d\x2d\xfd\xa6\x3d\xdf\x7b\x05\xba\xcb\xbb\x4f\x9f\x22\x76\xf8\xb4\x1e\xb4\xe8\xb6\xb4\xf5\x97\x4f\xa3\x3c\x33\x7e\xfe\xee\x82\xef\x93\xc2\x23\xe6\xff\x1e\x7f\x6c\xbb\xd5\x3f\xbd\xd9\x6b\x59\xf9\x36\xcd\x3e\xc4\xd9\xd5\xdb\x3a\xd2\x8c\xd5\x20\xd6\xe0\x52\xfb\xa5\xd6\xa7\xda\xb8\x4a\xb3\x0a\xb3\x42\xa2\x74\xa7\xdc\xab\x84\xa4\x5c\xa6\x3e\xa0\x6b\x7b\x34\x6b\xe1\x61\x67\xee\x44\xf7\x3a\xe3\x41\xe9\xaf\xff\xa6\xeb\xa3\xcb\x2d\x84\x79\xad\xe1\x84\x2e\x97\x06\x68\x15\x6a\xe9\xd3\x22\xfa\x02\xba\x3c\xc5\x9c\xf6\xcc\xae\x6c\x48\x46\x47\x86\x44\x1a\x49\xea\x97\x54\x84\xd4\xd2\xa4\xaf\x79\xed\x95\x53\xad\x2f\x07\xbe\xcc\x36\x6e\xd6\x1d\x19\x7f\xcc\x7d\xd0\x80\x42\xef\xd4\x8f\xfb\x37\x9a\xa6\xf1\x7b\x1b\x9a\xb1\x2b\x3a\xf3\x95\x32\x1d\x52\x5f\x24\x2c\xc4\x09\xc5\x70\x45\xda\x44\xde\x46\x4e\x84\x97\x86\xab\x87\xba\x04\x7d\x09\xf2\x0f\x76\x0a\x2a\x8b\x75\xcf\xc4\x2f\x4d\x6e\x22\xee\xdd\x9e\x76\xde\xa8\x38\x52\xbb\xf6\xf8\x11\x77\xa1\xb8\xc3\x36\xa5\xdf\x4d\x5e\x87\x5d\xa4\x91\x4e\x13\xa7\x18\xf9\x10\x8a\x10\x20\xe4\x1b\xe9\xe5\xe1\x45\xe9\x59\xe9\x96\xe4\x36\xec\x9a\xe4\x94\xeb\x74\xeb\xa4\xef\xc8\xe8\x70\xed\xf3\x3a\x22\x3c\xd5\xa9\x08\xbb\x3e\xae\xa7\x7c\x5a\x66\x33\xef\x44\xe2\xe3\xfe\x73\xcc\x79\x93\x6e\xb3\x9a\xd0\xdc\xa9\xc4\xb6\x30\x49\xdf\x65\xcf\x7c\xe7\x0c\x07\x6a\x9b\x72\xcb\x37\x16\x6f\xcd\x7f\x9a\x69\x99\x62\x9a\x4c\x9b\x94\x18\x09\x1a\x74\x18\x12\x19\x56\xda\xf0\x78\xe2\x84\xda\x25\x55\x17\x64\xd5\xd3\xf6\x26\xce\xba\xee\x94\x9e\x0a\xae\x68\x0c\x1a\xd4\xdd\xe7\x09\xc7\x25\x05\x44\xba\x91\xd8\xd5\x58\x48\x9a\x7c\x32\xa4\xd5\xfd\xa6\x55\xac\x89\xae\x4e\xa8\xda\xaf\xf2\xa0\x6c\xab\xb8\xa5\x90\xa0\x68\xa3\xe0\xa5\x70\xa6\xab\x68\x31\xe1\xba\x1c\x5c\x98\x84\x5d\x18\xd5\xc8\x35\x20\xb4\x68\xb2\x5f\x32\xd9\xdf\xbe\x51\xaa\x93\x6c\x1f\xa4\xe6\x14\x6c\xf6\x44\xef\x46\xd3\x5f\xe5\x58\xbe\x58\xa6\x43\xca\x5c\x22\x55\xec\x99\x58\xb8\xf0\x73\x61\x1a\xc1\x09\x81\x20\xfe\x3a\xfe\x0f\x82\x1d\xb2\x8e\x9a\x8f\x66\xb5\xae\x74\x21\x62\xc9\xbf\x4b\x9e\xb6\xe2\x8c\x46\xac\xa5\x0d\x3f\x6b\x14\xcb\x7d\x1f\xf5\xc5\xc3\xcf\xfc\x52\x87\x4e\x41\x5b\x72\x41\xd4\x54\xe0\x03\xaf\x2d\x17\x32\x87\x36\xeb\x0b\xd6\x32\x16\x3a\xa6\x01\x26\x03\xc6\x15\x06\x40\x2f\xce\x18\xc0\xeb\x2a\xd5\xa7\x89\x6f\x6e\xe1\xce\x1c\x4e\x9c\xde\x58\xc9\xd7\x15\xbe\x42\x3b\x80\x50\xf3\x98\x71\x1c\xaa\xe6\xb8\x65\x44\xa7\xb4\x2e\xaa\xcd\xc3\xc4\x9a\xc9\x68\x48\x0b\x4f\x75\x44\x89\x49\x8e\x04\x91\x27\xb9\x21\x61\x27\xba\x22\x3a\x21\x64\x20\xac\x26\xe2\xa6\xdd\xe5\xa1\x97\xd6\xd5\xfa\x64\x85\xe3\x5d\x16\xe3\x91\xe7\x57\xdf\xb8\x34\xdd\x27\x59\x8d\x9c\x76\x1e\x8c\xe3\x68\x66\x10\x2a\xef\xcd\x67\xc2\xb0\x46\xee\x4e\x8c\x88\xdf\x8c\x7d\x83\xf9\x1d\x7d\x15\x2d\x00\x35\x18\x05\x82\xbc\x80\xf4\x06\xe9\x0c\xc9\x11\x49\x89\xc0\x84\x6e\x8c\x6f\x58\x1e\x47\x3f\xd8\x81\x35\xf0\x30\x15\x94\xb1\x2c\x0b\xf4\x23\x54\x5f\x66\x60\x86\xb4\x38\x17\x18\xa9\x2b\xb4\xf2\xfd\xa2\xd3\xc2\x3b\x47\x25\x41\x64\x04\x9f\x00\x26\x4c\xb9\xa7\x84\x39\x49\xb8\x00\x07\x50\x02\x92\x98\xe7\x14\x26\xec\x3b\xe2\x95\x1a\x44\x96\x36\x5e\xcf\xa3\x3f\xe4\x9e\xac\x7e\x1f\x22\xac\x37\xca\x31\x88\xa6\xf1\x44\x30\x2f\x54\x4b\x10\x15\x64\x7e\x46\x1c\x8e\x14\x05\xc3\x7e\x4d\x98\xfb\x92\x04\xe0\x03\x05\x60\x08\xd3\x52\x44\xd0\x5a\x21\x95\xac\x1f\x44\x22\x55\x85\x9f\xbc\x71\x7f\x15\xf1\x23\xeb\xe3\x66\xff\xb8\x6e\x6b\x5d\x89\x42\xd2\x52\xa0\x84\xdd\x6b\xdd\x70\x19\x51\x6e\x32\xca\x62\xcc\x7c\xd8\x8d\x1d\x07\xd6\xa6\x45\x09\x50\x60\x8e\x5a\x4a\x80\x0a\x68\x90\x28\x08\x33\x18\xee\x04\x2b\x95\x1e\x4c\x7a\xdc\x64\x23\x09\xb3\x51\x9f\x6b\xce\x7d\xed\x55\xaf\x85\x64\x11\x84\x17\xb8\xd1\x9b\x92\x2b\xe7\x08\x09\x31\x52\x11\xb2\x20\xb8\x02\x12\x80\x05\x53\x81\xd0\x01\x3f\x6c\x86\x40\x09\xe8\x80\x19\x78\x87\x27\x4a\xb3\xcc\xfb\x4d\x7e\xcc\xf0\x93\xb3\x72\xc8\xef\x0c\xe4\xe3\xd6\xf5\xa0\xb1\x86\x56\x8c\xc2\x9c\x78\x44\xdf\x08\x6b\x4d\xad\x2c\x49\x47\x0e\x26\xf2\x70\x0c\x62\x98\x17\x98\x08\xf0\xc1\x7a\x41\xb0\x80\x10\x2c\xe3\xa3\x0b\xf0\xb0\xce\xa8\xd2\xb8\xc7\x64\xbe\xe8\x33\x3b\x54\x07\xa9\xa6\xdc\xbd\xff\xb5\x9f\x32\xeb\xfb\xd4\xb1\x92\x26\x4d\x37\xc4\xdb\xa9\xc6\x48\x5a\xe1\x81\x7f\x95\x6e\x04\x5f\x06\xee\x35\x20\x05\x04\x30\x47\x0e\x3d\xcc\x8d\x82\x0b\x58\x01\x0e\x20\xc0\x70\xa7\x20\xe3\x7c\x23\x95\xad\x47\x6f\xff\x26\xe8\x22\x65\xea\x33\xfc\x91\xdf\xaa\xf6\x60\x41\x03\x46\xae\x6f\xf4\x2b\x2f\x21\x4b\x15\x8d\x02\xf1\x56\xb6\x76\x48\x39\x9a\x28\x8c\x3f\x11\xc2\x14\x10\x6e\x40\x06\xc8\x80\x05\xe0\x07\x2a\x68\x46\x64\xef\x39\x56\xa5\x82\x75\x3d\xed\xdc\x03\x7b\x52\x4a\x7f\x86\x5d\xb6\x6d\xd9\x4d\xf2\x76\x68\x94\x6e\x27\x3f\x04\x41\x1c\xde\x1a\xf4\xc9\xbf\xe1\x67\xa2\x93\xc6\x1b\x81\x7d\x7e\x19\xc0\x00\x94\x60\xad\x1e\xc4\x80\x15\xf0\x01\x46\x34\x6e\x52\x3a\x36\x52\xb1\x1a\x8d\x53\x2b\x6a\x5f\xac\x44\x32\x28\xf4\xe3\xfa\x41\xf3\x62\x49\x7f\x68\x6d\x52\xb6\x49\x14\xbe\x27\x86\x45\x8b\x46\xab\xb8\x25\x3b\x26\x99\x04\x6a\x32\xcc\x9d\xa4\x0f\x78\x81\x3c\xf0\x87\xb1\x42\x49\x60\x81\x68\x4e\x64\xca\x04\x27\xb2\xa9\x9e\x6c\xa9\xea\x0b\x17\xbf\x0a\x85\x7e\x7d\x7a\x86\xb5\x91\x34\x2e\xde\x96\x54\xe2\x9b\x4c\x13\x94\xe7\x98\x6f\xd8\xa9\xb0\x27\xe0\x4b\xaf\x8b\x37\x02\xfb\x2e\xb4\x00\x3b\xb8\x41\x80\x47\x5c\x47\xf6\x46\x65\x40\x6b\xc2\xec\xa4\xd8\xe7\x2a\x90\x19\xd0\xd7\x73\xb8\x0d\x5e\x4b\x0b\x85\x42\x7f\x87\xbd\x3f\x7a\xae\x37\x2f\xde\xbb\x53\xcb\x93\xc3\x1c\xad\xe2\xf5\xcc\xf2\x58\x4b\x5e\x72\x87\xe3\x88\x5c\x18\xf5\x29\xb2\x3d\xea\x1b\x0c\x0d\xac\x1d\x5c\x3d\xbc\x57\x84\xae\xc4\x12\x24\xf7\x10\x4e\xe6\x33\x51\x2c\xb5\x22\xf3\x40\xcf\x3f\x31\x66\x79\x30\x0f\xe7\x67\xde\x93\xbc\xf5\xe8\xb1\xee\x36\xae\xd2\xa4\x14\xe1\xe0\x13\xe7\x24\x13\x15\xe5\x7b\x61\x6e\xc6\x1b\x02\x5d\x82\x01\xa2\xb7\xa4\x02\xe4\x85\x94\x76\xd4\xd7\x74\x2d\x8c\xa2\x4c\x46\xcc\xbf\xf9\x1b\xe4\xbf\x18\x62\x39\x36\x05\x37\xa7\xae\x56\xc0\x5a\xa0\x1e\xae\xdf\x0b\x3f\x8f\x99\x4f\xef\x4b\xa9\xdb\xc9\x1d\x89\x2d\xf5\x1d\xb7\xb5\xd6\xb3\x97\x9d\xe5\x8d\xa2\x3e\xa6\xb1\xa6\x77\x67\x74\x67\x99\x63\xb7\xe5\xac\xe3\x1e\xe7\xeb\x17\x8c\x12\x91\x97\xfe\xa5\x1d\x66\x75\xe9\xfd\x18\x9b\x9f\x1f\xd9\xf8\xbf\xdc\x80\xca\x69\xf0\xfa\xa7\x89\xfa\x4e\xce\xf2\xb3\x0c\xf8\xf0\x45\x0f\x64\x0b\x3d\x4d\x3a\x09\x0f\xce\x32\x4e\x47\x9e\x70\xbe\x53\x41\x5c\x11\x3e\xb1\x26\x49\x77\x19\x33\xb9\x6c\x45\x0f\x8d\x30\xb3\x28\x37\xb3\xb0\x9b\x0c\x84\xca\xa4\xa7\x4f\xfe\xef\x84\x07\xaf\x2b\x89\x17\x51\x4b\x68\x83\xfa\x4d\xbe\x45\xd7\x49\xf1\xc1\x11\xce\xd5\x4f\xe8\x54\xa2\xc5\x22\xc5\xb2\xa4\xb4\x65\x08\xe4\x89\x14\xff\xa8\x98\xab\xcb\x69\x29\xe8\xb6\xe8\xef\x9a\x3a\x38\xed\x07\xb1\x27\x29\x17\x9d\xb6\x20\x8e\x44\xfd\x0f\x75\xbe\x3a\x9d\x6d\x6f\xf7\xcc\xe8\xf6\x68\xd4\xe1\xe4\x25\xc5\xdb\xfb\x7b\x39\x8c\x18\x7c\x57\xd9\x55\x89\x57\x17\xd2\xf4\xd5\xbe\xd2\xc7\x35\x62\x33\x85\x33\xf7\xb3\x02\x76\x9c\xce\xb5\xfe\xb5\x71\x5e\x79\x68\x75\x92\xbd\xdf\xe6\xb1\xff\xc6\xfe\x92\x6b\xb7\x57\x13\x6b\x98\xe3\x21\x1d\x06\x55\x68\x59\x9c\x31\xaa\x3e\x45\xb6\x2d\x46\xe1\x46\x54\xa6\xa9\x66\xe8\x16\xd1\x36\xaa\xf6\xa8\x8e\x3f\x5c\xcd\x3c\x10\x7c\xa7\x03\xbd\x63\x16\xb3\xd1\xab\x08\x3b\x3f\x4c\xca\x6e\x7c\xf9\x17\xf2\x0a\xbd\x83\x7f\xfe\x73\x29\x71\xb8\xbe\x4d\xac\xf4\x32\xc3\x2a\x4a\xc3\x8b\xc5\xc1\xd5\x6e\xd3\x21\xd0\xf9\xa7\x1b\x86\x47\xb5\xcf\xb0\xbf\x71\xf0\x9b\xf0\xf6\x68\xe3\x84\xb1\xcc\xad\x72\x68\x5b\xd7\xc8\xf2\xca\x9b\x43\xad\x7f\xc3\xef\x17\xe7\x73\xe5\xdd\xec\x79\xba\x41\xda\xe6\xf0\x52\xa3\xb4\x8f\x11\x62\xbe\x3f\x7d\x71\xfc\xf6\x02\x35\x82\x7b\xc3\x9d\xa2\x1c\x62\xf7\x12\x71\x53\xdd\x32\xdf\xe6\x61\x94\x75\xb6\xac\x0d\xd1\x2d\x62\xec\xaf\xbd\xd9\xfe\xf7\x09\x7f\x24\x6e\x8d\x4e\x46\xb6\xfe\xcc\xb2\xf7\xe5\x35\x13\x97\x7c\x4d\xbb\x8a\xf9\x13\xb5\x1d\xc3\x1b\x7b\x92\x10\x97\x82\x93\xc1\x9c\xed\x97\xf7\xa5\x88\xaf\xec\xbe\xda\xbf\x19\x3a\xd0\x30\x37\xbd\x93\x75\x4e\xf0\x79\xe5\xbf\x24\xe0\xc1\xfd\x5a\xf2\xe8\xf5\x66\xf8\xcc\xda\xc0\x4c\x73\x5e\x59\x4f\x8e\x68\x7a\x41\x16\x51\x4e\x44\x9e\x79\x11\x45\xc9\x43\x65\x70\xcd\xdb\x46\x94\x36\xba\xce\xe3\x81\xe0\xd9\x81\xad\xc8\x13\x9a\x5b\x9a\x3f\xfd\xff\xe2\x40\x2d\xb7\xf5\x6f\x6a\x4e\x6e\x5e\x7a\xef\x4f\xef\x98\x6c\xbe\xda\x34\xde\xc4\x78\xe6\xbb\x8e\xb7\x46\xf2\x6c\xfc\x19\xd7\xca\xab\x25\x87\x15\xd9\xe5\x80\x15\xac\xdd\x83\x63\x84\xf7\x67\xf7\x52\xff\x3f\x06\x52\xf2\x25\xf5\x1d\xc5\xeb\x5f\xbb\x61\x6b\x68\x4b\x8d\x73\x9b\x33\xec\x93\xaf\x26\x5f\x8f\x7b\x8c\xd8\x8d\x75\x8f\x06\x8e\xf4\x0c\xed\x0c\x7e\x1e\x6c\x19\x30\x1b\x94\x1f\xca\x9f\x0d\x5f\x7b\xfa\x12\xed\xd2\xeb\x2e\xf0\x71\xf8\xef\xcf\x3f\xfc\xc9\xf7\x9c\x72\xff\xea\x99\xe3\xcc\xcd\xd8\xea\x10\x61\xbf\xe2\xd3\x88\x4e\xe1\x0e\xe2\xf6\xc8\x36\x8f\x16\xed\xe6\xdc\x66\x9f\x66\xdd\x46\xfa\x7a\x84\x7a\x82\x7a\x81\xc6\xce\xee\x57\xe3\xc8\x4b\x8f\xbb\xef\x4f\x89\x6f\x20\x0f\xa9\x7f\x31\x10\x94\xe3\xf0\x6d\x87\x05\xf6\x91\xfb\xee\xb9\x76\x8a\x86\x0f\xb5\xcb\x55\x96\x95\x1e\x65\xb9\xe5\x12\x25\x3e\xc5\xc9\x85\x9b\x05\x0a\xf9\x3b\x79\x83\x39\xc8\x79\xe2\x79\xbd\x05\x8e\xd5\xba\xed\xc5\x43\x93\x73\xe9\x5b\x16\x47\x4d\x1f\x1b\x1e\xf0\xa0\xd0\x4f\xb1\x27\x06\x9b\x6f\x67\x5c\xfb\x89\x5b\xba\xab\xa7\xca\x8f\x0a\x41\xee\x4e\xe6\x5e\xfa\x51\xca\x52\xf2\x61\x22\x6d\xd2\x74\x82\x7a\x7c\x66\x6c\x72\x2c\x6d\xb4\x58\x8c\x7f\x74\x56\xfc\x6a\x36\x61\xb9\x7e\xb3\x49\x5f\xd7\xf4\xea\x46\xdd\x11\xe5\x35\xc5\xfd\xb7\x4b\xf7\xad\xf6\xe9\xa6\x9e\xf4\xfa\xf2\xe2\x92\x6c\xcb\x34\xfd\x44\x8e\x18\x9e\xc8\xd7\xe1\x92\xc1\x8b\x01\x33\x81\x91\x81\xa8\x7e\x96\xbe\xed\x3e\x77\xbe\x2c\x9e\x50\xef\x73\xcf\x47\x7f\xc2\xa8\xfe\xb4\x81\x62\x8a\x06\xec\x9e\xf6\x69\x9c\x4d\x81\xe3\xf2\x2b\x8d\x17\x12\xb3\xf6\xbd\x18\x75\x72\x79\x31\x29\xf4\xd1\x9a\x61\x57\x01\x9f\x7d\xd4\x3c\xb0\x5c\x87\x9d\xc7\x9c\x54\x1d\x74\x1c\x06\xec\xbe\xdb\x38\x59\x95\xda\xb0\x59\xee\x58\xe5\x58\x54\xd8\x3d\xf1\x0a\x0c\x9b\x49\xd6\x2e\x98\xad\xfb\xd3\x73\x34\x93\xb3\x2d\x7d\x44\xb2\xb2\x32\xb0\xdf\x10\x94\x7f\x91\xb0\x1d\x5c\xe4\x1d\xe9\xd2\xe5\xc0\x67\x9d\x64\xe6\xfb\x04\xdd\x78\xc7\x90\xc3\xa0\x50\xdf\x5a\x77\x59\xe7\x8b\xb6\x9e\x76\x87\xd6\x5b\x1d\x42\xcd\xe7\xfa\x9b\x56\xc6\x6e\x9d\xc1\x6f\x12\x8f\x0b\xb2\x1b\xf0\xfb\x32\xe6\xc5\x76\x09\xa6\xa0\x9d\x92\x65\x57\xa9\x0a\x21\xbb\x9e\x04\xb6\x92\x4f\xa2\x0d\xbc\x75\xa9\x35\x95\x55\xdf\x29\xd3\x29\x09\xca\x67\xc8\x8d\xcb\x85\xc9\xf6\x48\x5f\x49\xdd\x49\x16\x49\x0d\x4b\xf1\xc8\xb3\x69\xa3\x9b\x13\xbb\x5c\x06\x9b\x25\x79\x15\x75\x34\x8b\x0c\xcb\xae\x4f\x8e\xd2\x36\x0d\xe6\x27\xc4\xca\xf8\x2e\xda\x4d\x1b\x33\xa8\x4f\x29\x72\xc9\x6c\x4b\xc8\x88\xb6\x09\xd3\x08\x28\xf0\x6b\xf1\xbd\xe2\x3d\xe6\x69\xe3\x8e\xe0\xa6\xe6\xe4\xe3\x62\xe2\x84\xe7\xc7\x96\x76\xd5\xf8\x64\x16\xe6\x6a\x14\xf2\x2a\x35\xa9\x2c\xa8\xdd\x71\xf5\xc9\xa0\x55\x9d\x63\x56\x7b\x04\xb1\xc7\x99\xb9\x9a\xe6\x9a\x6c\xb7\xd0\x00\xaf\x3f\xa7\x2a\xeb\x04\xf3\x2a\x63\x1d\xfd\x01\x9d\x0c\x6d\x2a\x2d\x13\xf5\x1e\xd5\x7b\x2a\x5b\x4a\x09\x4a\x71\x7a\x46\x6e\xa8\x14\xbc\x26\xc4\x5c\xd5\xc3\x38\x52\x2b\x9b\xba\xa6\x7b\x79\xa2\xbf\xbc\xa6\x3a\xd3\x2b\x9c\xc1\x8d\xce\xf4\xb5\x6a\xb5\xe8\x31\xfb\x22\x9d\x2a\xe5\x4f\xb2\x49\x92\x24\xa2\x17\x04\xe3\xf8\x54\x78\x4c\xb8\x70\x38\x8c\xd8\x53\x38\x00\x3b\x06\x5b\x9e\x40\x93\xe6\x19\x0f\xa5\x74\x9f\xf6\x67\x1b\x29\x3f\x9e\xf8\xce\xa2\xf0\x15\xaf\x81\xa0\x5a\xff\x6c\x8c\xc8\x72\xf7\x07\xb3\x5c\x35\x64\x91\x1a\xe6\x97\x10\x4b\x9c\x3c\x8c\x5b\x34\x6e\xe4\x0c\x44\x1e\x78\x6b\x38\x53\x98\x8b\x91\x03\x58\x03\x76\xa0\x86\x28\x47\xd0\x4b\x2f\x25\x40\xa0\x00\x35\x32\x74\xe6\x08\x9d\xcd\x78\xbe\xc6\x39\x9c\xdd\xd8\x5f\xc0\x12\x17\xe4\x8b\x6d\xf5\x5d\x6b\x5c\x92\x97\xfd\x3d\x39\x13\xfa\xff\xe3\x2b\x04\xb0\xc4\x24\x29\x60\x83\xe5\x61\x04\x80\x08\xa0\x02\x4c\x70\x01\xb8\xda\xd4\x47\xdc\x7d\x32\x04\x3a\x07\xb6\x64\x7e\x0f\x89\x24\xdb\x48\x93\xa4\x1d\x6f\xcb\xe9\xd3\x50\x42\xd2\x9c\x0e\x8d\x78\x14\x12\xf9\xad\x68\x6f\xf1\x7c\xe0\x30\x01\x1e\x60\x00\xd4\x80\x0b\xe0\xc0\x7e\x53\x01\x1a\xa0\x0a\xe8\x81\x0b\x96\x04\xc5\x1e\xa7\x8e\x94\x8f\x96\x9b\x35\xf0\xb5\x8d\x73\x7e\xf1\x7a\x71\x65\x40\xba\x41\x30\xb7\x21\xba\xcf\xf3\xa7\x85\xb0\xfa\x95\xd8\x0f\xd6\x34\xd2\x6e\x94\x77\xb0\x36\x33\x4e\x40\x01\x18\x60\xd9\x1e\x3c\x20\x01\xb8\x01\x13\x30\x43\x43\x21\xcd\x65\xed\x10\x8b\xd1\x78\x6b\x39\xeb\xd5\x18\x3b\x7f\xda\xb4\xf9\x67\xca\xbc\xbd\xb4\x54\x33\xd9\x37\xb0\xc5\xfe\x50\x5f\x5c\xf6\x19\xcf\x22\x0d\x0d\x8e\x1b\xa0\x86\x79\x38\xa9\x01\x2b\xcc\x89\x8a\x01\x70\x80\x22\x60\x00\xdc\x48\xc1\xc4\xbc\x4c\x9b\x22\x68\xaa\xf1\x16\x68\x9e\xda\x31\xce\x1f\x2e\x0e\x4a\x16\xbe\xf6\xa5\xd4\xbc\xcc\x7a\x11\xc1\xe6\x4e\xf3\x24\x54\xd5\x47\xc4\x97\x39\x97\x44\x00\xb9\x0e\x10\x02\x76\xd8\x4e\x16\x0e\x20\x0f\xeb\x78\x65\x00\x6c\x40\x08\x41\x9e\xe0\x13\xa3\x89\x60\xbf\xca\xa5\x99\xbe\x87\x73\x64\xdd\x37\xd4\x53\xa4\xf5\x98\x31\xc4\xe6\xdf\x85\x6f\x12\xe4\xfd\xb2\x6c\x9f\xe8\x1a\x4a\xff\xe0\x16\xa1\x1a\xc6\x26\x06\xa4\x00\x03\x10\x02\x32\xc0\x05\x38\x81\x34\x50\x04\xc4\x00\x13\x48\xc3\x69\xe3\x9f\x31\xec\x0a\x2d\x29\xee\x18\x2f\xb9\x22\x47\x68\x3e\xd4\xbf\x7b\xbb\x8f\x33\x2b\xfa\x14\xa3\x0a\x2f\x43\x2d\x2c\xc7\x95\xcd\x64\x4b\xc5\x48\x78\x8d\x59\x86\xb8\x0e\x29\x09\x08\x01\x6e\x20\x0e\xc8\x81\x25\x90\x07\x62\x40\x1a\xe6\x90\x65\xc4\x61\xa1\xc9\xe2\x4d\x57\xd0\x30\xc2\x71\x5e\x08\xc7\x80\x42\x3f\xb1\xbf\x16\x58\x25\x18\xe6\x6e\x5a\x2a\x98\x88\x67\xf1\xd5\xb3\xc9\xd4\x65\x91\xf1\xe7\x11\xa1\x66\xc7\xba\x02\x3c\xb0\x6c\x92\x20\x60\x02\xd8\x40\x05\xee\x0f\xfc\x37\xc4\x08\xa4\x03\x7c\x5c\x06\x5c\x21\x2b\x95\x65\xb3\x6c\xcf\xf4\x98\x6c\x28\xf4\x47\xf0\xa5\xd5\x0e\xc9\x34\x5d\x97\x52\xc5\x42\x7a\x72\xd8\xa3\x9b\x82\xe9\x83\x6a\x84\x48\x3f\x2b\x23\x89\x38\xa2\x11\x3c\x31\x62\x22\xf2\x7b\xb4\x18\x8c\x97\x58\xc7\x38\x5f\xf0\xa8\x08\x30\x09\xc7\x29\x07\xb8\x34\xa5\x4f\x74\xcf\xed\x95\x03\x7f\xa4\xc0\x36\xaa\x5f\x1f\x1c\x7e\x5c\x11\x1e\x2c\x6d\xe2\x2c\x48\x8e\x6f\xf6\x27\xb7\xf7\xd5\xe7\x91\xfb\xce\x27\x40\xf3\x11\xfb\x1d\x76\x11\x9e\x0d\x41\x28\x71\x12\xe9\x67\xf2\x5a\xca\x5a\x1a\x4a\xba\x47\xfa\x3f\x6c\x54\xa2\xb7\x6a\xd5\xe6\x28\x9e\x78\xd1\x26\xb9\x30\xf4\xbf\x77\x38\x5f\xda\xc1\x9e\x5a\xe9\x0a\xad\x1c\xc8\xd8\x8c\xf8\xec\x3e\x63\xa1\xac\x11\x23\x31\xca\x6e\x46\xce\x41\x61\x4e\xa5\x4c\xb3\xce\xc0\xc5\x34\xc2\xf2\x8d\x1d\xc2\x55\xc2\x1b\xc9\xf7\x5d\x98\x42\xb1\xc1\x88\xd4\x09\x2e\xd8\x20\x95\xb5\xfc\xff\x3a\x2c\x83\xae\xe1\x0e\x47\x56\xac\x87\xc3\x9b\x05\x8b\x3e\x25\xad\x05\x75\x39\xfd\x7f\xac\xfd\x63\x98\x5d\x5b\xf6\xfe\x0f\xaf\x24\x95\x14\x82\x42\x92\xb2\x6d\xdb\xb6\x6d\xdb\xb6\x6d\xdb\xb6\x6d\xdb\xb6\x6d\x57\xa5\x98\xfd\x5c\x5d\x7d\xba\xfb\x9c\xd3\xfd\x7b\xae\xff\x8b\xef\x7a\x7f\x8f\xb5\xaa\xf6\xde\xe3\x33\xd7\x9c\x63\x8c\x7b\x4c\x51\x4a\xa0\x86\xde\x82\x90\x9f\x18\x96\x24\x8f\xdc\x9a\x72\x89\x66\x98\xfe\x85\x71\x94\xc5\x9c\xe3\x82\xab\x9e\x57\x4f\xaa\x4f\x2b\xdb\x1a\xd9\x87\x28\xb6\x39\xff\x8f\x5d\xef\xfb\x9e\xdd\xd6\x59\xf0\x1e\xb6\x6a\x95\x6c\xb4\xa8\x49\xef\x22\x9b\x4f\xda\x7d\xd2\x3c\xdc\x1f\xe8\xc9\xe8\x6d\x19\x7f\xb3\xbc\xb0\xf3\x70\x69\xf2\x5e\x0a\x18\x0b\xdb\x8a\x16\x48\x70\xc9\x48\xa9\x53\x9b\x59\xba\x19\x84\x83\x65\x90\x56\x56\xfc\x81\x8c\xde\xf3\x84\x35\xcc\x31\xf8\xd6\xd3\xd2\xbe\xd4\xf3\x30\x2a\xb7\xcf\xe6\xe6\x1a\x5f\xc4\xa5\xb8\x6f\x78\x12\xf9\xeb\x05\xdd\x85\x7f\x8b\x3d\x4b\xb5\xc8\x5a\x2b\x74\x28\xc7\xa9\xe9\x68\xcd\x19\x4f\x39\x95\x06\xf1\x24\x09\x17\xbf\x6f\x21\xff\x17\x75\x7e\x8d\x1c\x30\xcc\x2f\xf4\x2f\x37\x54\x17\x9c\x27\x7e\x08\xa2\x75\x2a\x36\x56\x57\x1e\x95\x94\x97\x36\x94\xf9\x25\x4f\xa6\x64\xa7\x5a\xaf\x61\xa5\xed\xa6\x67\x6a\x84\x6c\xe2\x63\x79\xe5\xd0\xe9\x4f\x12\x27\x9a\x7b\x5d\x27\xd7\xff\xe5\x3f\xe0\xbb\x76\xdc\x86\x9e\x26\xec\xd6\xa9\x49\xc9\xfd\x16\x87\xe7\x5f\xe5\x10\x66\xa8\xa3\x61\xad\x3e\xa6\x05\xa6\xe3\xaf\xcf\x69\xe4\x6c\xf6\xde\x32\xda\xe6\xc1\xc1\xce\x39\xc5\x7d\xc1\x8f\x23\xfa\x39\xab\xbe\xea\x4b\xe7\xec\x94\xe8\x7f\x22\xbc\xf2\x9d\xae\xae\xd6\x8c\x93\x75\x14\x54\xd2\x67\x0d\xc7\x40\xf8\x16\xd8\x82\x4c\x19\x4d\xfd\x2c\x1e\xac\x87\x6c\x93\x1d\xbc\x5d\x3c\xdd\xd5\x3d\x5f\xfd\x25\x82\x81\xf0\xf0\x58\xbd\x8c\xdb\x72\x85\x36\xa9\xd1\xee\xd5\x85\x3f\xe3\xf7\xa1\xef\x90\x6f\x99\x78\xe4\x7d\xab\x60\x59\x5b\xa6\x5a\x34\xb5\x2f\x89\x73\x99\xb3\x81\x1b\xba\xbb\xbd\x37\xa4\x6f\x5d\xe0\x74\x88\x5a\x84\x4d\x74\x42\x62\x7a\xea\x52\xee\x5e\x99\x55\x8b\xc3\x50\xda\xe2\xfd\xe1\xdf\x3c\xfa\x6f\xe1\xf6\xbf\x2f\xa4\x0c\x09\x37\x53\x97\xd6\x65\x18\x45\x3d\x07\x6b\x04\xee\x07\xeb\x85\x41\x47\x44\xc6\x30\xc7\x77\x27\xf3\xa4\x99\x66\x51\xe5\xcd\x15\x5f\x57\x6c\x37\x77\x0c\x26\xce\x17\xef\x89\xdf\x36\xfc\x6d\x15\x00\xba\x7e\xd8\xc1\x9c\x8d\x18\x84\x6e\x89\xa9\x50\xce\xe2\x4b\x5c\x8e\xff\x98\x08\x97\x3c\x98\x96\x9f\x09\x91\xfb\x5a\xa8\x5b\xaa\x51\xa9\x56\x9b\xde\xd8\xde\xce\x3f\x90\x32\x67\xbe\x93\xf8\x67\x5f\x57\x10\xe8\x69\xea\x4a\xef\x84\x79\x5f\x73\xfb\x6e\x3d\x64\xa5\x73\xd1\x74\xb9\x65\xa9\x76\xe1\x75\xde\x7a\xce\x6e\x16\x67\x36\x7f\x56\x61\xda\x75\xba\x62\x2a\x60\x9a\x62\xde\x6b\x8b\xf9\x54\xf8\xd7\x7f\xf9\xd3\xdd\x3a\x1c\x99\x6e\x7a\x2e\xc3\xcd\x3d\x4f\x61\x8f\x83\x0d\x07\x0d\xc2\x0c\xd8\xf6\x85\xf7\xe5\xf6\x55\xf6\xf8\x74\x37\x76\xc3\x76\x89\x76\x7d\xe9\x50\x6a\x0f\xeb\xb0\xea\x33\x99\x28\x5f\x91\xdf\x7f\xba\x36\xfe\xfd\x6f\x7f\xfc\xdf\xd1\x97\xf7\xbb\xb6\x8b\xb6\xe3\x35\xc3\xa3\xbd\x5e\x1d\x61\xad\xf9\x8d\xaa\x0d\x86\x75\x55\xb5\xf4\x35\xc8\x55\x8e\xd5\xa5\x55\x15\x95\x73\xe5\x62\x15\x9f\xcb\xba\xcb\xc8\x4a\x0d\x6a\x51\xdb\xb7\x46\xc0\xe6\x99\xb7\x65\xcf\x8f\xff\xd9\x0b\xf3\x7b\xed\x7c\x6c\x53\x73\xfa\x66\xc0\xaf\x83\xb3\xa9\xb9\xd6\xbe\x2c\xa0\xc4\xbc\x50\x35\xcf\x36\x67\x28\xeb\x77\x56\x6d\x26\x58\x86\x7f\x06\x57\x1a\x7b\x8a\x49\xf2\x50\x4a\x69\xaa\x43\xf2\x69\xf6\x64\xb9\x74\xd3\x43\xdf\xdd\xb4\xf0\x06\xdf\xe9\xee\x33\x19\x08\x74\xb5\xbc\x35\x30\x19\xd0\x9d\xd0\xd0\x58\x4e\x58\x68\x90\xdd\x9c\x66\x9b\x02\x97\x40\x1b\xa7\x15\xdd\x13\x95\x16\xf9\x33\xa2\x37\x82\x2a\x1c\x26\xe4\x28\x58\x2f\x24\x2b\xf0\x26\x98\x2d\x04\x2d\x3a\x33\x6d\xab\xe8\xa8\xae\xbf\x3b\x7d\xf2\xc3\x3a\xdb\xe9\xe3\x83\xe0\xce\xd4\x54\x4f\xe7\x63\xb5\x5b\x01\x74\xfa\x50\x22\x4c\x0c\x51\x18\x5c\xd0\xb3\x3f\xa5\x0f\x99\xb7\xb1\x87\xa6\x9b\x9d\x3b\xba\xab\xb7\xab\xbf\xab\x98\xb3\x87\x53\xb1\x83\xbb\xd3\x9d\xc3\x94\xb7\x5c\x98\x4f\x92\x69\xde\x7a\x0d\x41\x17\xcc\xc4\xec\xfa\xc8\x51\xf5\xbc\x4f\xaf\x61\x8d\x5d\x2e\x58\xa2\x76\x84\x58\xa0\x9e\xd7\x99\x1b\x91\xc3\x8d\xdd\xb3\x8d\xaf\x25\xb7\x25\x84\x79\x84\xe9\xbd\x69\xbd\xc9\x99\xb1\x81\x11\xbe\xe1\xb1\x41\x86\x11\xad\x21\x8b\xd5\xa2\xdb\xbb\x20\x89\x78\xe5\x5c\xe8\x6a\xab\x2e\xaf\xc9\xba\xf5\xc6\x61\x85\xc6\xa0\x82\x94\x84\x96\x50\x18\x4f\x46\x87\x27\xeb\x59\x93\x27\x83\x17\x9d\x75\xad\x54\x0d\x6a\x35\x36\x15\x1b\x55\x05\x95\x6d\x15\x6f\x95\x1f\x0a\xbf\x94\x28\x14\x70\x14\x88\x15\x94\xb5\x14\x4c\x77\x9d\x72\x02\xf0\x63\x1f\x72\x6e\x6a\x2c\x7b\xaa\xe6\x82\xbb\x53\x2b\x3f\xa5\x5b\x47\xc4\x7a\x7d\xb0\x95\x30\x2a\xd3\x9e\x55\x2d\x57\x8c\x94\xb9\x90\x0c\x96\xc8\x17\xe3\x17\x53\x11\x0d\x16\xe5\x11\xd6\x12\x16\x10\xdc\x16\x58\xe2\x4f\xe1\x2f\xe3\x9f\x94\xbc\x51\x83\x31\x66\x71\x98\xf6\x8f\x8f\xeb\xca\xbb\xae\xaf\x9f\xe4\x6c\x1d\x2e\xb2\x48\xb0\x0d\x2c\x74\x24\x36\xde\xd2\x60\x97\x59\x10\xc3\x17\x2c\xe4\x4b\xe1\x62\xe2\x88\x63\x6b\x66\x99\x65\x76\x62\x3a\x66\x6c\x67\xdc\x67\x18\xa4\x37\x65\x40\xa1\x4f\xa6\x77\xe2\x5c\x14\xf3\x56\x5e\x33\x12\x71\x64\x08\xb4\x4b\x6c\x2c\x76\x19\xdd\x6e\x3c\xc8\x6b\x89\x99\xf4\xc1\xb2\xde\xd6\xb1\x94\x63\x12\xd2\x66\xf7\x65\x6a\xa1\x43\xa3\xfe\x4e\x49\x4e\xe6\x49\xfa\x91\xb8\x93\x98\x8a\xf0\x89\xa0\x8a\xa0\x16\xff\x01\xff\x3b\xde\x30\xfe\x06\x15\x0c\x5b\xaa\x48\x98\x72\x85\x71\xa9\x4b\x7c\x18\x53\x7a\xcf\x88\x56\x83\x4f\x2e\x47\x4c\xaf\xb7\x81\x65\xb2\x26\x9c\x24\x07\x97\x18\xad\x3e\x09\x2a\x5e\x20\x36\x15\x86\x1e\x9a\x34\x4a\x1a\xb2\x0d\xe2\x06\xc2\x2b\x42\x12\x22\x2c\x22\x2d\x42\x1d\x02\x1e\x42\x26\x66\x0d\xb9\x30\x1b\xba\x18\xba\xda\x89\x85\x9d\x47\x42\xf4\xc2\x28\x58\x63\x77\xc1\x50\xec\x8a\xcf\x96\x55\x87\x26\x8f\x44\x2c\x87\x33\x79\x11\xa6\x2f\x02\xea\xf7\x2a\x98\xfa\xaf\x3b\x5f\xde\x41\x55\x41\xc6\x41\x1c\x42\x28\x42\x30\x43\xd0\x41\x50\x80\xaf\x82\xe7\xc2\x5c\x63\xe2\x53\xca\x70\x26\x48\x15\xe9\xc4\xd9\x25\x06\x62\x4e\x88\xb4\x76\x94\xf0\x27\xa1\x07\x4c\xd8\xdd\xeb\x56\xcb\x40\x72\xcd\x53\x6e\x62\x42\x42\xf7\x82\x05\xbc\x73\x06\xa0\x00\x3c\x40\x1d\xa0\x7f\xdb\xbd\xf8\x07\x7d\xe9\x00\x6c\x00\x0d\xfc\x0e\x01\x0e\x1f\x97\x41\x58\x20\x5a\xa9\xc2\xb4\xc9\x5d\x7b\xd6\xae\xbb\xb3\xca\x2a\x23\x2d\x9c\xdf\x0d\xce\x14\x5c\x39\x4b\x70\x98\x61\x18\xdf\xe1\xe7\xe5\xc7\x29\xe0\x2b\xc0\xf6\xb6\x03\x03\x01\xc0\x01\xc8\xc0\x0f\x00\xe5\xed\x3c\x83\x1a\xec\xe5\xc7\x67\x9c\x2a\x5a\x5f\xde\x67\x79\x5e\xc3\x1f\x4e\xdd\x2b\xcf\xc3\x2e\x4d\x6c\x85\xb0\x09\x18\xbe\xcf\xd6\x71\x5a\x52\x92\x9c\x1c\x7c\x64\xaf\x68\xc0\xd7\x4f\x00\x1c\x40\xf2\xd6\x79\xf1\xe3\xad\x0e\x85\x16\x20\x02\xde\x03\x6c\x00\xe9\x3b\x1c\x98\x69\x2c\x46\x6a\x6a\x1e\x65\xb9\x19\x83\x23\x87\xe9\xdd\xaa\x99\xe6\x6e\xef\x4a\xb7\xf4\xb0\x50\x0e\xe7\x28\x23\x31\x85\x40\xfe\x10\x3a\x1e\x5c\x89\x1f\x36\x60\xba\xc0\xb7\xb7\x39\x1a\x10\x00\x2e\x80\x0d\x7c\x05\x70\xde\x7a\x59\xc5\x00\xba\xaf\xbb\x68\xeb\xe4\x20\x2e\x3a\x99\x09\x7d\x1a\x07\x8e\x73\xb7\xd5\x9c\xe1\x8c\x46\xa1\x7c\xb0\x18\x0f\x6f\x6d\x4b\x06\x0d\x6a\x31\x25\xd6\x2b\x52\x37\x94\xcb\xcf\xf1\x6f\x95\x9b\x50\x00\x37\x20\x0f\x30\x00\xa8\x80\x38\x80\x0b\xf0\x02\xc4\x00\xf1\x67\x4f\xd4\x27\x72\x53\x8e\x17\x69\x1b\x3d\x4c\x07\xda\x5f\xa1\x3b\xaf\xd3\x68\x1d\xbf\xca\xc0\x52\xde\x07\x49\x3b\x3a\xe9\xf7\xc9\x05\xf2\xe6\xd0\xcc\xe3\x0c\x7e\x8f\x79\x3f\x0f\x20\x00\x24\x6f\x1e\xb9\xdc\x6f\xb3\x59\x19\x81\xaf\x00\x23\x40\x0b\xe9\x82\x38\x4f\x9c\xc9\x4a\x21\x1e\xa7\x59\x6e\x7d\xfa\xdb\xe6\x54\x6a\xc9\xb7\xbf\xb5\x56\x39\xe7\x7d\x94\xa3\xc7\xad\x79\xb7\x1a\x9e\x68\x04\x4b\x26\xc9\x2b\x4a\x18\xd4\xdd\x1f\x15\x20\x50\x80\x06\x80\x05\x70\x03\xe8\x00\x3d\xa0\x0c\x50\x82\xeb\x20\x79\x93\xb4\xb2\xb3\x49\x7d\xd4\xe9\xb7\xcf\x02\x81\x6e\xd4\x37\xfd\xc6\x3b\xdb\x52\x4a\x24\x93\x1c\x02\xd6\x1d\x08\xf4\x3f\xca\x41\xf2\xfd\xa4\x2d\xc5\x03\xff\x3e\xf5\x8e\x09\x40\x07\xbe\xbd\x47\x00\xb3\xfe\xd4\x0b\x09\x09\x25\xf3\x85\xe8\x6b\x0c\xb4\xe8\x77\x3a\x9c\x58\x3a\x22\x01\x52\xa5\x12\x53\x62\xf7\xed\x7f\x64\xd8\x23\x81\xf9\xec\xbe\x0f\x35\xf2\x59\x7d\x51\x90\x1e\xcf\x16\x3a\xea\x04\xe2\xdc\x6c\xfb\x64\x5a\xa8\xaf\x50\x4c\x50\xea\x5f\x86\xa1\x19\x60\x0f\xbf\x1f\xc3\x57\x23\xfd\x40\xc6\x45\xcd\x43\x7f\xc4\xc2\xa2\xa0\xe2\x58\x93\x12\xd5\xe1\xb6\xeb\x08\x7c\x9b\xde\x70\xc5\xb2\xd1\x32\x16\xd5\x0a\x53\x7c\x94\x0c\x19\x24\xe4\xc8\x6d\x48\xab\x30\x2b\xc8\xce\x90\x80\xdf\x0d\x8f\x89\xa0\x80\x74\x84\x8a\x80\x51\x84\x15\x86\x6b\x81\x2f\x4f\xb8\x48\x32\x4a\x36\x43\xbe\xcd\x52\x24\x62\xa7\xca\x6c\x96\xe9\x11\x14\x95\xfb\x96\xe7\x99\x0f\x2d\xe6\xeb\x7b\xab\x6a\x89\x72\xa4\xa3\x7d\xbc\x4b\xac\x51\xb4\x65\xa4\xe6\xb8\x25\xa8\x44\xb0\x13\x70\xc5\x09\x30\x89\x28\x48\x69\xc9\x2b\xa9\xd1\x68\x23\x18\x24\x98\xde\xb1\xe6\x70\xc8\x0a\x12\x2a\xa4\x1b\xf4\x3b\x66\x04\x7f\x4c\x19\xff\x67\xb6\xbe\x9c\xd9\xd4\x1d\x57\x6e\x63\x28\x53\x49\x7d\x0e\x6d\x74\x5d\x35\xa3\x52\xbd\x11\xfb\xce\x9a\x45\xb9\x4f\xb5\x40\xf3\x48\x1f\xc8\x94\xc9\x4a\xcd\xe1\xc0\x95\xc7\xc7\x28\xa0\x2a\xe2\x2c\xb6\x2e\xdb\xa5\xb3\x67\x53\xe6\x8b\x11\xf7\x31\xff\x0f\x6e\x3c\x65\x1f\x4e\x2c\x2e\x0f\x84\x37\x50\x16\xd0\x24\xe0\xf8\x07\x3b\xc0\x18\x46\x2a\x2a\x09\x2a\xb2\x2d\xb3\x3f\x72\x4d\xf1\x4a\x0a\x6c\x09\x9b\x89\x19\x4b\xc6\xc8\xf8\x2a\xbc\x57\x9a\x50\x99\xd2\x92\xb3\x98\xf7\x70\x8c\x70\xc9\xa4\xad\x52\xfb\x17\x33\x6e\x38\xb6\x63\xa7\x9e\xbb\x90\xab\x18\xb2\x22\xa3\xb6\xbd\xfb\x6d\x72\x74\x3a\x64\xad\x44\xbf\x89\x41\x48\xb4\x49\x5b\xc9\x31\x29\x84\x28\xfb\xaa\x15\x69\xb9\xe8\x3a\x1b\x1c\x99\x60\x58\x52\xb8\x6a\x87\x64\xa7\x60\x95\xe8\xb7\xd2\xfc\x2b\xc2\x0b\xfa\xc9\xd3\xf2\xc6\x88\x74\x6b\x55\x19\x4d\xda\x5e\xf8\x86\xc7\x80\xd5\x0f\x6d\x3c\xc5\x25\xa5\x5f\xaa\x89\xea\x39\xda\x48\xba\x53\x86\x28\xa6\x38\xe6\x4f\x56\x8b\x76\x41\x8e\x23\xee\xea\x41\x18\x09\x83\x05\xd8\xf5\x47\x03\x72\xff\xe1\xde\x3d\xcb\x7e\xd1\xdc\x7d\xff\x42\xc3\x73\x91\x7f\xb2\x4f\xe8\x96\xeb\xb1\x05\x86\xfe\xa8\xa1\xa8\xb1\xbf\xe9\x8c\x05\x82\x35\xb4\xbd\x93\x93\xa9\xeb\x9c\xa7\xad\x4f\x43\x60\x4c\x68\x68\xbc\x41\xae\x43\x8d\x62\xf7\xf4\xf4\xea\x9f\xd9\x79\xd5\xbd\xf5\x3a\xa3\xd4\x53\x58\x7b\x57\x50\x94\xd8\x11\x42\xe9\x86\x65\xa7\x64\x27\xee\x88\xe1\x32\xe5\x5a\xef\xa1\xea\x73\xe4\x5f\x15\xac\x16\x9e\x1b\xed\x94\x80\x9c\x22\x94\xd3\x55\x45\xd6\xd1\x37\x7e\xb5\x1e\xfd\xe7\x08\x2f\x9a\x67\xd3\xeb\x65\x93\x62\x5d\x6b\x35\x49\x79\x0d\x89\xbe\x21\x81\xde\x3b\x3e\x0f\x7e\x6d\x81\xd0\x21\x06\xe1\xf0\x51\x4b\xb1\x2f\x89\xe0\x69\x72\x59\x02\x79\x72\xc5\x60\x95\x43\xed\xc9\xa3\x3d\x2b\xbc\xc7\xa3\x7f\x25\xf8\x23\xc7\x09\xfa\xea\xf6\xd8\x43\x67\x5d\x75\x6b\xbe\x5c\x82\x45\xb4\x7b\xd4\x61\x4c\x61\x7c\x50\xe2\x75\xaa\x46\x06\x5c\x8e\x51\xbe\x67\x49\x52\xc5\x6a\xf5\x60\x83\x5c\x57\xcd\x48\xe3\x52\xde\x21\xca\xaf\xff\x72\xca\xbf\x7f\x3e\xd4\x5a\xc1\x1b\xbb\xeb\x06\xaa\x6b\x0b\x1c\x32\xa3\x32\xcc\xb3\x21\x73\x2e\xf3\x2b\x8a\x22\xcb\x7a\xab\xde\xd7\x11\x34\x7d\x6d\x7b\xe9\x7e\x1c\x54\x1f\xaf\x5c\x92\xdd\x9f\xb8\xbd\xfc\xb3\xf6\x75\xe0\xc1\xf3\x3a\xfc\x4c\xef\x98\xe0\xe0\x78\x4f\x6c\x87\x60\x93\x63\x83\x65\xf3\xc3\x7a\xfd\x1a\xdd\x7a\xd1\x32\xc1\x0a\xf6\x2a\xe2\x0a\xdd\xca\xe3\x8a\xd8\xb2\xe4\x8e\xf5\x39\xe3\x63\xe9\x7f\xdd\x5b\xfd\xcc\xf2\x10\x73\xbb\x76\xad\x76\xf1\xf7\x1c\xf6\x34\xce\x94\xc8\x78\xf1\xe8\xc9\xf8\xda\xe8\xc5\x08\xda\x88\xd9\xb0\xcb\xe0\xe7\x41\xac\x7e\xca\x81\xf5\x21\xf4\x41\xcc\x69\xc2\xb5\xf6\xc3\x83\x5b\xa4\xff\xa8\x7f\x9f\x5e\x89\xed\x41\xac\x43\x2e\xd2\x4f\xe6\x8d\xcc\x0c\x0c\xf4\x72\x74\xd9\x75\xe4\xb6\x8d\xb7\xf6\xb5\x08\x36\x59\x36\x73\x34\xa5\x37\x3c\x35\x9c\x37\x38\xd6\xb1\xd6\x1d\x35\x60\xd5\x1b\x77\x59\x8d\x96\x2d\xd2\xee\x54\x5e\xec\xbd\xfc\x73\x2f\x29\xfe\xd2\x74\x1b\x69\x2e\x7d\x6c\xb4\x2f\xb3\xe3\x63\xf3\x7e\x83\x76\x35\x7a\x45\x5a\xd9\x60\x69\x49\xe1\x59\x71\x66\xe1\x65\xfe\xaf\x42\x98\x82\x81\x3c\xe8\xfc\x9e\xec\x98\x1c\xff\x7c\x83\x3c\x8d\xca\x89\x56\x8c\x01\xfa\x19\x93\x4d\xcc\x33\x97\x67\x67\x10\xe8\x72\x75\x8b\x7a\x5a\xad\xaf\xbb\x6d\xa6\xce\xb6\xd2\xbe\x08\x25\xcf\x3a\x93\x2c\x7d\x2e\x25\x3b\x85\x31\x09\x35\xc1\x23\x01\x2e\xe1\x31\x9e\x32\x61\x32\x66\x3f\x86\x22\x06\x2f\x86\x33\x66\x2b\x0e\x2c\x53\xaa\x44\xb8\x01\xbe\x27\x6e\xb2\x78\xdd\xe9\xb4\xe9\x3e\x71\xdb\x62\x5a\xb1\x07\xa5\x41\xa6\xec\x5b\x5e\x67\xba\x61\xf2\xc7\x58\x81\xc8\xba\xb0\x2f\x21\x74\x41\x06\x41\x0c\xfe\x19\x01\xa3\xfe\xf4\x01\xb0\x7e\x8d\xbe\x9d\xbe\x72\xbe\xc1\x3e\xca\x3e\x9f\x7c\xcf\x23\x2c\x93\x7f\x17\xa0\xd4\x5c\x75\xe9\x4f\x08\xac\x9d\x1c\x6d\xcc\xc7\xf7\xf9\xd7\xb1\x16\x15\xa5\x33\xc7\xd5\x44\x3c\x04\x23\xfb\xdc\x7b\xa2\xb8\xfe\x72\x1e\x77\xa0\x74\xa0\xb6\x77\xb6\xe7\xb3\x8f\xb2\xbd\xb6\x3d\xb1\xfe\x6a\x9d\x69\x85\x6c\x71\x60\xc9\x69\xb3\xe5\x7e\x17\x3c\x9b\xa0\x9f\x9b\x54\x0d\xd9\x99\x36\x71\xb1\x2e\x39\x6a\xdf\xf2\xae\x74\x20\xbd\x22\x1a\x2e\xa0\xd0\xd3\xd5\x89\xd3\x76\xc1\xc2\xcc\x64\xc6\xd8\xc3\xd0\xc3\x60\x43\x0f\x5d\x0f\x5c\x0f\x57\xa7\x54\xbb\x47\x9b\x4a\x5b\x5c\x63\x43\x53\x45\xe3\x45\x57\xd5\xfc\xd0\xf9\x2e\x20\x3c\xf6\x29\x47\xb7\x1a\xa7\x9b\x73\x41\xb4\x37\xad\xfa\x35\xb7\x2e\xee\x53\xa0\x93\x2b\x95\x35\xb3\x11\x94\x6e\xb8\xa6\xa5\x2a\x9c\x12\x8e\xbc\x85\xdc\x94\x9c\xb2\x74\x83\x0c\xa7\x74\x9b\x54\x87\xe4\x85\xe4\x95\xa4\xa3\x44\x95\x14\xb3\x4c\xb1\xfa\x82\xf1\xa6\xe3\x4f\xbf\x9d\xd8\xe3\x5c\x8e\xda\xd0\x69\xbc\xf6\xea\x8a\x2f\x69\x93\xe1\x11\xee\xfd\xd6\x65\xba\x27\xaa\xca\x72\x30\x92\x72\xc2\x65\x42\x47\x02\x06\xfc\xca\xbc\xf8\xdc\x6d\xdc\x1a\x5c\xdc\x9c\x77\x9c\x39\x1c\x7e\x1c\xdf\xd8\xdd\x58\x97\x79\xc4\xc5\xa3\x54\xbe\x19\x56\x3a\xa0\x06\x7c\x8d\xef\x2f\xf8\x35\x1e\xd2\x52\x5f\xb2\x93\xb4\x1a\x14\xe4\x94\x6e\x34\xaa\x8a\x22\x49\x2a\xa0\xce\x79\xca\xca\xcb\xcc\xc2\x20\x4d\x1b\x49\xb3\x4e\x2d\x44\x35\x45\xcd\x42\xf5\x81\xd2\x80\x32\x8a\xb2\x98\x02\x44\x81\x49\x43\xc0\xce\x2b\xc2\xa3\xb4\x6b\xc4\xe2\x78\x18\x64\x9d\x8c\x38\xb6\xdf\x12\x5d\xf4\x94\x78\x17\x60\x6a\xaf\xab\xb7\xa5\x80\x26\xb4\xc4\x32\x42\x4d\x43\xba\x4c\x0c\x49\xa0\x88\xbb\x86\xf3\x03\x7b\x0b\x9b\x12\x53\x0e\x43\x15\xe3\x01\xc3\x0b\x23\x01\x43\x09\xf3\x13\xb6\x11\xb9\x10\x2b\x8c\x88\xa8\x32\xba\x71\x95\xab\x68\x98\xf3\x04\x6f\x9b\x6f\x49\x7d\x52\x5a\xa0\x80\xfd\x95\xbe\x9b\x5c\x21\x9f\x15\x5d\x3f\x21\x35\xfa\x30\xb2\x3b\xc2\xfc\xcf\xd7\x1f\x18\x70\xf2\xb0\xfa\x30\xad\xd0\x05\x30\x2e\xd0\xc9\x30\x39\x30\x7b\x30\x48\xb0\x0b\xe8\x15\xa4\xcd\xac\x83\xa2\xb7\x1a\xcb\x96\x3e\xde\x39\x33\x21\x5d\x3c\x15\xd6\xe9\xf8\xa1\x92\x2e\x82\x46\x1d\x8a\x91\x02\xf2\xf4\x12\x78\xdd\xf0\x5e\x9f\x8d\x20\x5a\x3e\x45\x81\xc9\xbc\x6f\x7b\x57\x09\x4c\x01\xce\x40\x08\xe0\x0b\xf4\xbf\xc3\x7a\x27\xfe\x4e\x10\x06\x05\x43\x85\xb2\x8e\x9b\x5e\xc6\x4a\x9f\xd6\x31\x76\x51\xa5\x9f\xae\x36\x25\x87\x20\x7a\xcd\x0b\xcd\x62\x5f\x9d\x5c\xf4\x82\x65\x97\x44\x0b\x39\x04\x2a\xeb\x6d\xf6\x14\x16\x40\x08\x10\x03\xd2\x80\x04\x80\x06\x70\x00\x74\x6f\x1e\x2f\x12\x9f\xe3\x51\x62\x88\x4b\x59\x78\x44\xda\xd4\x48\x2d\x6d\x37\x78\xc6\x0a\x5b\x25\x8b\x5f\x92\x3d\x82\xb0\x1d\x46\xf5\xf4\x64\x5e\x79\x44\xa8\x43\xb0\xc6\x61\xeb\xdf\xad\x00\xa8\x00\x3f\x00\x0d\x30\x02\xd8\x6f\xb3\x28\x58\x00\x1e\x80\x0b\xc0\x00\x78\x20\xc2\x10\x13\x88\x52\x99\xe6\x84\xf6\xd4\x3e\x5b\xd4\x1f\x44\xcc\x5b\xf6\x05\xd4\xa6\x64\xd7\x46\x8e\x78\x50\x9b\xd1\xa9\xf8\x08\xc7\x32\x79\x11\x82\x90\xbc\x21\xa5\xdf\x7a\x37\x69\x00\x26\x80\x12\x00\x07\xa8\x00\xe9\xb7\x3e\x65\x4c\xe0\xc7\x47\xad\x9f\xf4\xf8\x46\x0c\x0f\xc2\xb9\xaa\x1d\x16\x38\x97\x3b\x9b\xb6\xe3\xf2\x2d\xa1\x45\x11\x89\xb4\x7e\xf7\xb6\x56\x3a\x50\xd2\xb6\x5c\x2f\x94\x27\x98\x4f\x30\x55\x80\x2f\x80\x05\x60\x01\x78\x6f\x3a\x46\x00\x05\x40\x00\x44\x00\x58\x40\xe4\x03\x0b\xdc\x02\x8e\x31\xed\x0e\xbf\x89\x12\xb5\x49\xf8\x53\xe9\xe1\xb7\xb9\xaa\xee\xec\xaa\x95\xf4\xa7\x30\x2e\x57\x2a\x13\x3f\xa5\x51\xa1\x70\x26\x4c\x42\x69\x44\x1d\x88\xcf\x00\x1c\x40\x06\x80\x03\xc6\x00\x12\x00\x03\xa0\xbf\xf5\xe4\x20\x03\x78\x00\x25\xcc\x0c\xd6\x28\x4d\x30\xff\x77\x25\x76\xd3\x08\x10\xe8\x62\x7d\xf5\x79\x04\xa2\x89\x2a\x3f\x34\x0e\xc5\xe7\xd1\x26\x53\x1b\x57\x2a\x85\xb3\x90\xd2\x02\x53\x12\x86\x06\x40\x02\x98\x00\x06\x40\x19\x90\x7e\x57\xf0\xc1\xe3\xa3\x14\x38\x02\xf8\x12\xe4\xc4\xe7\x70\x44\x71\xa2\x7b\x56\x3a\x71\x27\x2d\x64\x5b\x2e\x10\xe8\x97\xd4\x6e\xe2\x74\x7a\x67\x79\x85\x6a\x5a\x5b\xa8\x8e\x0b\xbe\xb1\xad\x32\x87\x10\x29\x93\x36\x91\x01\xe2\x09\xb8\x3a\x58\x05\xb8\x1c\x14\xfe\x17\xae\x6f\xf9\xb0\x24\xdf\x69\x7e\x8c\xc2\x37\x23\x14\x20\x5b\xe0\x06\xd2\x9e\xf1\x73\x28\x12\x1b\xfb\xbb\x91\x80\x40\xbf\xf5\x4f\x7f\xaf\x7c\x1f\x22\x6e\xd0\xcb\x8b\x88\xc3\xf2\xd1\xb3\x2e\xd5\x51\x96\x41\xe1\x21\xa3\x91\xc3\x76\x80\x29\x85\x5d\xf9\x11\x89\xf0\x0e\xc9\x13\x95\x09\x43\x0a\xcb\x0e\xf7\x0b\xae\x21\x21\x2c\xf1\x1c\x15\x3e\x67\xb3\x94\x93\xf6\x8c\xad\xaf\xff\xdb\xbe\xfd\x6d\xce\xce\xd1\x54\x5f\x47\x7e\x79\x5a\xda\x75\x18\x9d\xeb\xb4\xe9\xb4\xaa\xa4\x18\x39\x9b\x2a\x69\x08\x5a\x29\x46\x01\xb6\x06\x2e\x37\x7e\x3a\x31\x1b\xe9\x2a\x85\x19\xb5\x14\xed\x24\x03\x0e\xd3\x35\x3b\x89\xe8\xa3\x1a\x84\xd9\xba\x87\x78\xd4\x5b\x15\xc7\xab\xca\x29\xce\x72\xdb\x90\x7c\x63\x70\xa1\x48\xc2\x7b\xff\x1c\xfb\x66\x83\x74\x05\x6f\x81\x64\x7a\x56\xe2\x50\x32\x5c\x0a\x7a\xea\x14\x5a\x16\x46\x61\x66\x3d\x36\x48\x8e\x17\x5e\x4f\x7e\x22\xc1\x75\x91\x3e\xa5\x02\x23\x44\x27\xb5\x60\xfe\x7f\xad\x40\xee\x08\x77\x6e\x66\xa0\xba\x34\xab\x32\x32\xbb\x22\x4f\xbd\xfc\xad\x2c\xb4\xdd\xa4\x45\xb8\x69\x19\x51\x98\xf6\x58\x16\x38\x78\xb8\x59\x78\x3b\x04\x76\x84\xad\xc5\xc6\xa4\xf4\x64\xb9\xe4\xcf\x94\x3f\xeb\xd3\xd8\xd9\xf9\x09\xc5\x35\xe7\xff\xb1\x83\xf1\x5b\xe5\x4c\x63\xd5\x71\x24\xb7\xe5\x73\xc9\x55\x0a\x6e\x88\xa7\xab\xbe\x99\x82\x86\x97\x78\x34\xbf\x86\x40\xa9\xd0\x8d\xe8\x94\x44\xa5\x0c\xad\xdc\x9c\x12\x81\x72\x82\x46\x8b\x4e\x84\xde\xb2\x11\xab\x75\x82\xd7\x7d\x94\x4d\x56\x48\xf5\xbf\xab\x38\x7e\x51\xee\x9d\xcd\xdd\xf7\x65\xd6\xb5\xe6\x35\x27\xbe\x0b\x94\x76\x9c\x32\xae\x56\xd6\x96\xc5\x92\x7b\x52\xd8\x54\xb6\x56\x1d\xd2\xb4\xd3\x29\xd3\x3f\x33\x0e\x32\x37\xb1\x8e\xb7\x13\x70\x2e\xf6\xd0\x0a\x3b\x4c\xd3\x2e\x23\x6c\xfb\x93\xb3\xea\x25\xff\x26\xf4\x24\x57\xa7\x78\x15\x5f\xf6\x4c\x6c\x80\x9f\xaa\x03\x99\xc1\x81\xd6\x9e\x0e\x81\x5e\x9a\x81\x80\x71\x98\x39\x85\x55\xad\x6d\xa6\x43\xbd\x2b\xa4\x87\xa7\x6f\xa8\x1f\x7b\xe8\x78\x72\x6a\x51\x7a\xe3\xed\xe0\x9f\xb8\xf7\x0c\x73\xdc\xb0\x22\x3a\x42\xd3\xfa\x5a\x6e\x9a\xe1\x11\x05\xe5\x03\x6b\x6f\x65\x11\x65\x59\x62\x43\x62\x37\xe7\xc8\xe8\x82\xee\xde\xe9\x9d\xe0\xff\x25\x48\x37\x74\x27\x16\x27\x5e\x24\xb9\xa2\x20\xa4\x1e\xb1\xef\xdb\x6c\xfb\x5f\xd8\x89\xbb\x0f\xb1\x90\x3f\x18\xd8\xbc\x50\xea\x9e\xfe\x14\x29\xee\xc7\xee\xce\xef\xa1\xe5\x71\xe1\xf3\xc5\x4f\x39\x70\x32\xd4\x2e\xa2\x36\x66\x27\xc1\x38\x25\x38\x73\x23\x67\xa6\x68\xba\x36\xb8\x7b\x76\xca\x63\xb3\xeb\xaf\xfc\xbd\xf6\xd9\x25\x99\xa5\x1b\x7c\xdf\xb8\x55\x62\x92\xde\x18\xa5\x10\x22\x18\x4a\x18\xae\x1b\x85\x15\x73\x9c\xf0\x9a\x34\x91\x6e\x94\x45\x98\xeb\x54\xac\x5d\x0e\x5f\x35\xdd\x50\xd0\xd5\x31\x31\xb4\x8e\x7a\xfa\xeb\xaf\x11\x7e\x5b\x5d\x04\x6d\x7d\x9f\x19\xed\xcf\x6b\xec\x2d\xae\xca\xfa\x92\xc2\x96\xf2\x2b\x6d\x3e\x93\x33\xab\x3b\x4f\xbb\x08\xba\x74\xb6\x22\xbf\xf6\x63\x63\x6a\xcb\x45\x77\x75\x7f\xca\x04\xd8\xea\xf4\xf1\xc1\x63\xeb\xdf\x57\x01\x2f\x79\xe7\x19\x9b\x13\x33\x6d\xfd\xd9\x8d\xbf\x2b\xe6\x8b\xe0\x0b\x5b\x4a\xc2\xca\x85\x2b\xbe\x55\x4b\xd7\x85\xb5\x78\xb6\x76\x77\x6b\x0d\x68\x8d\x1a\x4d\xbe\xcc\x97\xad\x43\x1d\xd3\xfe\xba\xff\x9b\xbc\xe6\x89\xed\x6e\xe2\x2a\xf1\x7c\xe0\x78\xe9\x70\xe8\xf0\xf6\x40\x72\x3f\x68\xef\x64\x5f\x63\x97\x65\x2f\x6b\x5b\x7c\xdb\x6d\x4b\x67\x63\x64\x6b\x6d\x13\x79\x9f\xe8\x92\xfd\x99\xfb\xef\xf7\x7e\xce\xba\xfb\x78\x66\x76\xe8\xb8\xb5\xb2\x31\xb7\x5c\xbb\xb4\xb7\x2c\x34\xd7\x32\x97\x31\xcb\x32\xcb\x38\xc7\x3f\x33\x36\x3d\x36\x6d\x32\x95\x38\x11\x32\x23\x3a\x91\x3c\x19\x31\xbb\xb9\x11\x74\x4c\x75\x67\xf1\x67\xfd\x4d\xf8\xe9\xfe\x6e\xc7\x7a\xd8\x22\xd3\x34\xf7\x78\xda\x88\xc9\x90\x45\x7f\x4d\x9f\x45\xf7\x40\xb7\x44\xf7\x7a\x37\x44\x4f\x6d\xcf\xcf\x9e\xa1\x8e\x6f\xed\x05\xed\x28\xed\xb9\x1d\x72\xbd\xb0\xe3\x7e\x4b\x45\x7b\x94\x57\xa4\xaf\x7f\x78\xc3\x5c\xea\xef\x33\xac\xbd\x9f\x99\x1a\x93\xef\x2f\xee\x46\x69\x19\x6b\xac\xac\xef\xae\xa9\xaa\x16\xae\x0c\xac\x34\xab\x4e\xa9\x81\xab\x34\xae\x1a\xae\xba\xac\x38\x29\xcb\x29\x0f\x29\x13\x2e\xbf\xad\xa1\x6e\xdb\x1a\x12\x98\xdd\xdc\xc2\x3d\xe7\x79\x1e\x03\x81\xae\xeb\x77\x64\xe6\x8f\x47\x65\x7b\x18\x5b\xc6\xeb\xd7\xab\x34\x4a\xbf\x15\x36\xe4\x75\xe6\xc0\x67\x25\x67\xb9\x64\xde\x66\x4e\x66\x9a\x66\x1a\x67\x5c\xa4\xff\x4a\xdb\x4b\x13\x4c\xd9\x49\x53\x4d\x13\xc8\xe6\x2c\x93\x6d\x1c\xea\x5d\x98\x4a\xd9\xf8\x78\xaa\x7c\x07\xb3\xab\x3e\x33\x31\xc4\xd2\xf6\xb1\x26\xae\xa4\x20\xbf\x2a\x93\x2b\xd5\x20\xc1\x3c\xf6\x36\xaa\x3c\xfa\x53\xc4\x58\x38\x57\x78\x67\xf8\x79\xb8\x74\xe8\x63\x98\x4c\xa8\x6b\x68\x55\xd0\x53\x28\x45\xc8\x74\x54\x6b\x6a\x4d\x61\x7c\xdd\xb7\xae\xee\x09\xa1\xb5\xca\xc3\x8d\x45\xe8\x61\xd6\x56\xe7\xaa\x1f\x79\xc5\xa9\x9c\xf1\xd4\x51\xfa\x21\x7e\xfe\x7b\x3e\x87\x5e\xab\x5e\xe2\x1e\xd7\x6e\x0e\xae\x3f\x5c\x63\x5d\x1e\x5c\x9c\x5d\x3d\x5c\x4c\x5c\x6a\x9c\x2a\x9d\xce\x9d\x87\xbd\xf0\x42\x33\x13\x4b\xf3\xe0\xaa\x59\x3b\xbf\x8f\xdf\x6e\xca\x8d\xb7\x77\xb9\x54\x0b\xe4\x4e\x27\x93\x44\x32\xf8\xc7\x7b\x62\xb9\x22\x3b\xb0\xda\xbd\xb7\x36\xb1\x14\x36\xbf\x32\x13\x31\xe9\x34\xb5\x31\xbe\x33\xd6\x36\x11\x32\x0e\x35\x6a\x32\x92\x35\x1c\xd0\x7f\xb4\x22\x71\x8d\x08\x34\x8b\xf3\xce\x3e\xad\x72\xee\x4c\x59\x12\x1e\xca\x6c\x0a\x28\x26\x49\x69\x8c\xe0\xf4\x9e\x72\x16\xb7\x92\x33\x19\xd7\xbf\xd4\x51\xd1\x12\xd2\x20\x50\xb3\x52\xdd\x55\xa1\x57\x7e\x52\xd2\x57\x82\x57\xea\x50\x54\x55\x52\x54\x08\x52\x18\x57\x90\xd4\xbc\x32\xc5\x74\xb4\xf7\xcb\x88\x05\x72\xf8\x6a\x74\x67\x17\xfa\x08\x6a\x62\x72\x3d\xe2\x04\x02\xa8\x9c\x94\xcc\xc0\x75\x79\x55\x7c\x14\xbc\x64\x51\xa5\x18\xc4\xf7\x45\xc1\x44\xa6\x45\xbf\x0b\x27\x0a\xcb\x0b\x6e\x0a\x0d\x08\x41\x0b\x8c\x0a\x66\x08\x69\x08\xe0\x4a\xaa\xab\xf4\x1b\x7a\xd8\x97\xfb\x89\xc7\x99\xe4\x22\xce\x2c\x74\xb9\x55\x66\x65\xe8\x44\x6a\x7a\x74\x58\x5b\xea\xc1\x2b\x34\x89\x27\x0a\xe6\xf2\x1a\x70\x8e\x71\xf8\xb3\xa6\x32\x8f\xb3\xb2\xb3\x28\x31\x7d\x60\x4c\x66\x02\x18\xe6\x19\xf7\x98\x50\x19\x3a\x18\xa6\x38\x26\x44\x16\x94\x58\x0c\xd4\xec\x53\xfc\x25\x13\x3c\x67\x48\xbb\xf8\xcb\x9f\xd2\xab\xc3\xf4\x5c\x33\x4c\x41\xea\x6a\x12\xb7\xbc\x04\x4c\x85\xb4\x30\x54\xfe\x14\xda\x64\xca\xc4\x09\xc4\x2e\xc4\x56\x44\xd0\x04\xf7\x84\x6c\x04\x1a\x04\x4d\x04\x5b\x84\xdf\xf0\x67\x28\x84\x59\xb6\x85\x1c\x14\xaa\x0c\x01\xc7\xd6\x60\xd7\x99\xdc\xae\x87\xca\x95\x0c\x82\xb0\x25\x57\x7f\x93\x18\x95\x6c\x11\x07\x36\x08\x4a\x1a\x3c\x5b\xac\x00\x0c\x18\x34\x63\x94\x22\x64\x0a\x24\x23\xc4\x18\x84\x67\x44\x5a\x04\x66\x84\x70\x84\x4b\x84\x19\x24\x3c\x74\x25\x12\x06\x66\x49\x61\x24\x65\x36\x33\x01\xb7\xd3\x05\xfc\xde\xeb\x9a\xe3\x2c\x8d\x28\x09\x0f\x0f\xf3\x63\xb5\x70\xd1\x60\x96\x76\xd2\x20\x34\x61\xb8\x68\xe8\xa4\xaf\x71\x9f\xc7\x20\x7b\x21\x9a\x20\x60\x20\xa8\xc1\x5f\xc1\x57\x20\xe4\x20\x6c\x20\x1a\x20\x12\xbe\x9a\xa2\x9c\x92\xa6\xb0\x09\x8b\xdf\x6a\x8a\x59\x07\xac\xd2\x0d\xfb\x37\x41\x15\x5c\xc6\xeb\xfa\xa1\xd8\xe8\x6b\x47\x4a\x61\x70\x46\x51\xd2\x63\x54\x41\xdb\x00\x66\x00\x1a\x40\x02\x70\x03\x62\x6f\xb3\x49\xb1\x01\x7c\x00\x12\x90\x02\x98\x01\xd8\x0f\x22\x70\xd9\xd8\xf2\xd4\x8d\x7c\x30\x0a\x69\xc6\x4a\xdb\x92\x93\xc7\x9d\x01\x15\x9e\x69\x53\xa1\x31\x2e\x94\xc6\xb6\x4a\x92\x82\x00\xfd\x0a\x7e\x0a\xbc\xfa\xa7\xea\x7f\xbc\xb5\xbf\xb9\xdb\xe2\x01\x90\x6f\x51\x90\xde\x56\x34\x84\x80\x3b\xf4\x05\xa6\x34\x65\x01\x17\xbf\x2c\x93\x9e\xd5\x71\xe0\x12\xdf\x60\x65\x83\x57\x5e\x78\x2c\x8b\x37\xa6\xe5\xb9\xa6\xb4\x04\x15\x7b\x3e\xf9\x4f\x74\x84\x6f\xb8\x80\xd4\x5b\x47\x11\x0e\x80\x08\xa0\x03\x14\x00\x31\xc0\xf1\xe6\x97\x83\x08\xfc\xf8\x2a\x81\xfe\x8e\x1c\x9e\xe3\x4c\xca\x5e\x17\xe6\xe6\x72\xc7\x64\x4a\xb8\x23\xb8\x2c\x3d\x65\x3d\x68\xcf\xf1\xc1\x00\x41\x7e\x8d\x5f\x80\x2e\x01\x8f\xe6\xa7\xf3\xc7\x24\x00\x0e\x40\x7c\xeb\x50\x46\x04\xb8\x00\x06\xe0\xf3\x5b\x3d\x04\x35\x80\x0d\x85\x84\x42\x42\x0a\xc3\x6e\x24\x49\xa1\xd5\xf7\x1b\xfb\x64\x67\xe9\xdb\x00\x79\xad\x6a\x8e\x73\xf4\x77\x4f\x6e\x0b\x73\x75\x64\x31\x2d\x36\x67\x32\x62\x34\xc9\xaf\x4c\x80\x18\x80\xff\xe6\xe9\x22\xfa\x56\x1b\x4b\x07\x14\xbd\x07\x3e\xb0\x81\x59\x7e\x69\x42\xaf\xa6\xcc\xe4\x09\x95\xbb\x35\xa2\x04\x81\x6e\x96\x36\xb3\x26\x60\x5a\xb7\x4b\xa4\x92\x95\x03\x8e\x1d\xe0\xf5\x1d\xe5\xb1\xf8\xc6\xe8\x62\xf0\xca\x7e\xe2\x7c\x38\x02\x94\xde\x7f\xfd\xf8\x09\xdc\x0b\x12\xe6\x73\xd3\x57\x4d\xe8\x2f\x30\x77\x70\xea\xdf\x29\x91\x74\x89\x22\x58\x00\xd1\x47\x0d\x63\xab\x56\x10\xe8\x99\xee\xd0\x7d\xbe\xac\xcf\xa0\x86\x2d\x5b\x39\xb2\xd3\x83\xda\x02\x5c\x3d\x48\x5c\x97\x5d\x92\xbc\x01\x1d\xea\x2b\xe4\x17\x0e\xe8\x7f\xfc\x13\xb3\xe1\xb7\x11\xf7\x51\xda\xd1\x93\x30\x3c\x31\x43\xb0\x53\xf1\xfb\xe8\x5a\xf9\xf1\x14\x7c\x8d\xb4\x5d\xde\xce\x9b\x2f\x95\x37\xca\xc7\xa2\x5b\x88\x8a\x29\x93\x20\x02\x8d\x1c\x46\x0c\x12\x14\xe4\x05\x05\x18\xdb\x08\x71\x10\xfb\x91\xe2\x50\x9d\xd0\x7f\x61\x55\xe1\x32\x12\x88\x10\xd1\x91\x1c\x93\x6b\x50\x64\xd2\xa0\xd2\x56\x73\x1b\x48\x13\x68\x77\xd9\x52\xf8\xbd\x79\x70\x3c\xaa\x1f\x70\xcf\x99\xf5\xd4\x57\xc7\x65\x45\x46\x7d\xf3\xf2\xb0\x12\xd0\x22\x94\xba\xe2\x4e\xa4\xaa\xc4\x2b\x27\xc0\x20\x7a\x26\x8d\x24\xdf\xa1\xea\xa4\xd5\x60\xd0\x63\x6e\x66\x95\xe7\x24\xe4\x31\xe4\xdb\x96\xc0\x52\x37\x36\x2f\xf0\xf0\x8b\x9c\xff\x67\xa6\x3c\xff\xbd\x6e\x3d\x1a\xd2\xaa\x5d\x82\x9e\x3c\x1d\x92\xef\x92\x6d\x92\xa7\x1a\x2e\xc6\xc6\x9a\x46\xa3\x48\x7b\xc8\xf8\x89\x89\x85\x95\x88\x83\x9f\x87\x95\xef\x48\x70\x4c\x54\x54\x7c\x5a\x46\x52\x1e\x5f\x15\xcb\x78\xdb\x39\x2e\x04\x3c\xf5\xd3\x3f\x23\x3c\xa2\x1d\xa4\x2d\x40\xf5\x29\xd4\xa1\xe7\xd9\xc4\x29\xf9\x0d\xda\x9b\x1b\xe0\x28\x6e\x09\x3c\x73\x5a\x71\x5b\xf0\xe2\xf3\x9f\x0b\x0d\x89\xf6\x48\x8a\xc8\xe8\xc8\x67\x2b\xf5\xaa\x83\x6b\x6d\xe8\x3a\x19\xdd\x39\x24\xf8\xaf\xc5\x4f\x17\xa8\xfc\x2b\xdf\x5f\x69\x6f\x61\x4e\x62\x77\x48\x56\xc4\x65\x32\x44\x5e\x7b\x25\x5b\xb7\xeb\x62\xcb\xfa\x88\x83\x49\x02\x52\x05\xb2\x86\x0a\x4a\x2a\x4a\x1a\x5f\xb4\x74\x74\x8a\x0c\x8a\x4c\x1e\xcc\xb7\x6c\x78\xec\x8f\x7c\x49\x62\x8c\xb2\x1f\x6a\x30\xfe\x4d\x9c\xe4\x63\xd3\xa5\x5f\x43\xba\xcd\x39\xc5\x5b\x29\x65\x61\x9e\x1e\x9a\x96\x4a\xda\x3b\x2a\xdd\x6a\x05\x1a\xae\xda\x32\x7a\x3c\x86\xfa\xc6\x73\x16\xe5\xd6\x4f\x76\xe4\xce\xd5\x1e\x8a\x5e\x60\xbe\x18\x91\xdb\x19\x4f\x15\x1c\x1d\x84\xff\xa1\xce\x1d\xcc\xae\xe5\x9c\x40\x1f\x52\xbd\x48\x41\x45\xd2\x62\xf0\x83\x6b\xba\x25\xab\x71\xbf\xc9\xb4\x19\xb3\xc5\xb5\x8d\xb8\xbd\x95\xb3\x90\xfb\x3b\x2f\x6d\xdf\xd9\x40\x8f\x50\xde\x28\x8b\xd8\xb4\xb4\xcc\x52\xca\x16\xc5\xe1\x3f\x3b\x9a\x7d\xbd\x18\xdc\x18\x9b\x7a\xd7\x75\x59\x13\x9e\xdb\x9e\x30\x1a\x38\xea\xc6\xeb\x98\xe3\x84\xe3\x92\xe2\x66\xe1\xb9\xec\x1b\x1b\x10\x19\xa2\x18\x81\x1c\x43\x12\x5f\x9c\x3a\x92\x2e\x95\x9d\x53\x1c\xd6\xd8\x32\x10\x37\xff\x97\x33\x94\x27\xed\x93\xd0\x35\xfc\x71\xd6\xce\x98\x2a\xa4\xdc\xf2\x78\xce\x90\x63\x3f\x5f\x7f\xeb\xc0\x89\x90\xea\xf0\x80\x28\xd7\xd8\x95\xc4\xdd\x34\x9a\xcc\xce\x5c\xef\x42\xc9\x72\x8e\x8a\x83\x86\xea\xbe\xce\x59\xba\x1d\xf8\xbf\xf2\xf7\xfe\xe9\xa0\x6b\x69\x7e\x94\xa0\xbd\xb7\xea\x25\x57\x32\x79\x28\x96\x31\x8e\x3b\xa1\x26\x19\x35\x95\x21\x63\x20\xdb\x32\xbf\xb0\xa4\xac\x2c\xb8\xaa\xa4\xe1\x7d\x8b\x58\x07\x43\x5f\xd1\x74\xd1\xe6\xaf\x8b\xc8\xbf\x33\xfc\xd6\x65\x3f\x75\x91\x68\xd4\xb1\x43\xa0\x1a\x2a\xff\x22\x87\x3c\x57\x37\xdf\xa4\xf0\xa8\x84\xb2\x5c\xa9\x8a\xa0\xd6\xaa\xd1\xbc\xa5\xa1\x93\xa0\xef\x74\x58\x61\x7c\x6e\x21\x61\x53\xff\xfc\xdb\x0b\xcd\xdf\x23\x80\x40\x37\xc1\x7b\x0b\x8b\x9b\xa3\x85\x9d\x04\xf5\x65\x55\xd4\xd5\xb4\xb5\xb8\xf5\xda\xcd\xa6\xad\xc3\x1d\x03\xdd\xcf\x03\x4c\x23\xae\x13\xcb\x33\x6d\x8b\xba\x1b\xdb\xbb\x83\x67\xb2\xcf\x2a\xff\xad\x7f\x56\x79\x88\xba\x6d\xbe\x96\xb9\x80\x3f\x97\x3d\xe3\x39\xbb\xb8\x48\xbe\x10\xbc\x40\xbd\x40\x3d\xe7\x3e\xf5\x3f\x3d\x3f\x89\x3a\xfa\x71\xdc\x7f\x8a\x70\xdd\xfe\x5f\xd6\xba\xff\xd0\x4e\xdc\xa2\x5e\x04\x1c\x5e\xee\x1b\xed\xf0\x6c\x6a\x6d\x52\xae\xf2\xaf\x9d\x2c\x5f\xae\x51\xac\x95\xae\x04\xac\x62\x2e\xd3\x2d\xaf\x2d\x83\x2f\xff\x5e\x1c\x5b\x29\x5b\xbe\xdd\xb6\x3c\xd5\xff\x95\xfd\x67\xf5\x63\xed\xd5\xcb\x71\xe5\xce\xe0\x3a\xfe\x92\xc2\xac\xc9\x34\xca\x44\xc7\xe8\xc8\x88\xcd\x08\xf4\xd0\xe5\xf0\xea\xb0\xc5\xb0\xde\x88\xf2\xf0\xa7\xa1\x4f\x43\x83\x03\x37\x83\xc1\x03\x37\xc3\x44\x93\xc5\x2b\xa6\xfb\xb5\xd7\x16\xbf\x4f\xfe\xf8\x04\x9c\x4e\x4a\xb6\xa1\x96\xb4\x66\xe6\x47\xdb\x06\xa3\xba\xdb\x3a\xd3\xda\x5a\xdb\xea\x9b\x83\x9a\x23\x9a\xe8\x1a\x49\x9a\x12\x9a\xe4\x1b\x5d\x9b\x84\x1a\x5e\xea\x1b\xeb\x25\x1b\x94\x1b\xfa\x1a\x2c\x3b\xfa\x47\x70\xe6\x25\xb6\x83\x2e\x58\x5e\xc0\x40\xa0\x9b\xb0\x03\xee\x95\xd0\xa9\xba\x21\x81\x5e\xe4\x56\xd6\x46\xc4\x1a\x98\x72\xcb\x72\xa6\xe2\xb4\xe2\xf8\xc2\xfb\xfc\xb4\x7c\xbb\x82\x9f\xf9\x14\x05\xb0\x05\x91\xb9\xab\x39\xe5\x79\x3b\xb9\x92\x05\xe2\x85\xec\x15\xf6\xcd\x56\xfd\xa2\xd3\xa1\x1b\x6c\xa7\x55\x77\xa1\x87\xbb\xcb\xf2\x13\x48\xbd\x64\xad\x24\xd5\xbe\x65\x1c\x85\x55\xd9\xe7\x19\x42\xa9\xaa\x29\x42\x49\x3f\x12\x0e\x12\x38\xe2\x18\xe2\xb3\xe3\x08\xe3\x46\xe3\x90\x62\x8b\x62\xb2\x63\x59\xa2\xfc\x62\xf1\xe2\x7e\xa6\x3f\x14\x8b\xd6\x93\x76\x3b\x4d\xf8\xae\xa9\x9d\xd6\x6d\xe0\x4d\x44\x76\xa7\xd5\x27\x94\x33\xe5\x4a\xa6\x52\x26\x48\x44\xdb\x45\xe4\x84\x6e\x04\x23\x07\x8e\xfa\xb9\xf9\x99\xfa\xbd\xf3\x2d\xf3\x39\xf3\x29\xf4\x99\xf2\x6e\xf1\x3e\xf7\x8e\xf1\x7a\xf2\x89\xf5\xc5\x0a\x6f\x48\x86\xcf\x7b\xa9\x2e\xe9\x74\x18\x97\xdc\x73\x9f\xab\x1c\x78\xdf\x64\x58\xe6\x96\xd9\x17\x3f\x18\xde\x16\x28\xed\xbd\xea\xee\xe8\x5a\xe6\xf8\xe4\x60\x6e\x07\x69\xeb\x61\x43\x6d\xf3\xde\x16\xd5\xba\xdd\xba\xd3\x06\xde\x4a\xdd\x3a\xdb\x72\xc5\xea\xca\xd6\xc9\xdd\x22\xa8\x23\xfe\x7b\x8e\x69\x55\x7c\x27\xf2\xc6\xe0\xf8\x72\x07\x6d\xa5\x60\x76\x6d\xfc\x41\x70\xa9\xe7\x0f\x27\x0d\x1b\x7a\x0b\x28\x53\xc0\x50\x56\xdf\x45\xd7\x43\x97\x5e\x57\x41\xc7\x4a\xbb\x48\xd3\x4c\xcb\x44\x3b\x4e\xfb\x93\x76\x8c\xb6\xbd\xd6\x7b\x1d\x5f\xb3\x65\xa7\x40\x7f\xae\x98\x9b\xec\x90\x2a\xfd\xe5\xc3\xe1\xde\xa6\x89\x62\x88\x14\xa2\xd0\x38\xcf\xef\x76\x3c\xc6\x6c\x3a\x5a\x1a\xec\x2a\x08\x0a\x25\xf2\xb2\xb2\xf0\xd2\xec\xd2\x34\x52\xed\xd2\x4a\x92\x57\x52\x78\x92\x73\x92\xb6\x52\x34\x12\x33\xd2\x44\xd2\x0b\x6a\x5a\x46\xe2\xf6\x64\x3e\xb9\xd1\xe6\xd9\xfb\x0b\x3b\x03\x1c\xf5\x97\xf9\x8f\xf1\x23\x01\x12\xce\xca\x26\x37\x9a\x1f\x15\x78\x25\x20\x84\x23\x05\x43\x05\x20\x79\xec\xb8\xa3\xb8\xa6\xb9\xbc\xb9\x88\xb8\xf4\x38\x69\xb9\x28\x39\x5d\x39\xe1\x38\x52\xb9\x14\xb9\xed\x45\x6f\x14\xad\xf4\xb5\x6d\x13\x7d\x6d\x63\x96\x16\xfc\xfb\xe2\xea\xcc\x73\xd1\x63\xbe\xfa\x1c\xd8\xa4\xea\x2a\x29\xea\x09\xa7\x70\xe5\xb0\x80\x31\x4a\xd1\x7b\xd2\xfc\xa2\x86\xa2\x82\xa7\xac\xa1\x74\xa7\x98\x26\x4f\xa0\x38\xa0\x8c\xa3\xc4\xa6\x88\xa0\xf0\xa6\x6a\x62\x85\x15\xb4\x53\xe0\xd0\x0b\xb7\xeb\xf1\x2b\x5a\xa4\x1e\x50\xae\xf3\xc9\xfd\x10\x9b\xe8\xf3\xcd\xda\x5a\x0b\x5d\x9a\x9e\x97\x8f\x01\x86\x4c\x82\x20\x11\xef\x06\xe7\x1e\xbb\x1b\x2b\x1c\x33\x1c\xe3\x1e\x93\x18\x63\x00\x63\x1a\xe3\x0c\x23\x1a\x63\x02\x23\x0c\x73\x9c\x44\x88\x91\x45\x10\x45\xbe\xd9\x70\xdc\x89\x7c\x65\x7e\x18\xb7\x51\xab\x00\x29\xee\xca\xb7\xd2\xc6\x51\x07\x5a\x6a\x96\xdb\x8c\x3a\x1f\x17\x1f\x49\x1b\x3e\xfe\xfb\x3d\x5c\x1f\xec\x31\xcc\x4f\xe8\x68\x68\x66\x68\x66\x68\x99\x6f\xb3\xdf\xee\xa0\x2d\xa1\x9d\x61\x28\x90\x79\x08\xf3\x19\xb3\x85\x82\x54\xd0\xcd\xfd\x37\x16\xc7\x71\xdb\xe2\x4a\x45\x93\x1d\x82\xfc\x9c\xd0\x0c\xb0\xe4\x2e\xf9\xb2\x68\x8d\x70\xf6\x7e\xd8\x83\xab\x83\xa5\xbe\x3f\x7b\xa7\xfa\x36\x63\x1e\x05\xc0\x7f\x9b\x63\x8d\x0a\x10\x00\x9e\xc0\x0e\xd4\x2e\x0a\x26\xe9\x1e\x47\x90\x64\xb0\x0e\xd7\xbe\xc3\x9c\x66\xcf\x4e\x75\x42\x96\x40\x24\x8b\xfb\xa1\xf9\x2f\xb5\xef\xa2\x86\x2c\xdb\xc4\xd7\x28\x8c\x9f\x6d\x00\x06\x80\x1d\x80\x05\x48\x00\x26\x80\x02\xc0\x02\x04\xdf\x3a\x6b\x48\x01\x04\x00\x16\x5c\x01\x41\x98\x60\x93\x31\x4e\xb0\x5d\xf9\xf4\x3c\x62\x2d\x6e\x04\xd4\x3c\x59\xf4\x9a\x18\xe4\x3f\x69\x07\xab\x5b\x28\x33\xc2\xbd\x48\x1d\x85\x9d\x05\xd7\xf7\x41\xfd\xcd\x9b\x1f\x11\x60\x7c\x73\x03\xc1\x05\xe8\x00\x98\xb7\x6a\x8c\x2f\x60\x0d\x3f\x3a\xf1\x3f\xd3\xdb\x0b\xd8\x29\x0e\xfc\xa2\xde\xbb\x9f\x63\xed\x29\xa8\x0c\xcc\x90\x08\xaf\x70\x33\x31\x19\x54\xde\x11\xb6\x63\x56\x25\x7a\x45\xe6\x82\xaa\x06\x88\x00\x24\x00\xee\xad\x3b\x18\x1a\xf8\x0e\xf0\xbe\xb9\xe6\xc9\x02\xaa\xef\x5a\xbe\xeb\xe3\x05\x31\xd2\x8b\x40\xa8\xb5\x83\x40\x17\xd2\xab\x5c\xc3\xdc\x4d\x42\xf9\x2f\x71\x49\x7e\x60\x36\x73\x3a\x1c\xd2\x45\xdc\x78\x54\x17\xd8\xea\x70\x52\xef\x5a\x01\x3d\x40\x02\x20\x7e\x67\xfa\xc1\xe1\x63\x21\x38\x33\xa4\x01\xe4\xc3\xe7\xa7\xaf\x90\xdf\xc4\xd0\x8a\x28\xf0\xb9\x48\x64\xba\xf5\x59\x40\xa0\x7b\xf9\xdd\x9d\x99\xcf\x9d\x79\xe5\xa1\x69\xad\xa1\x3d\x2e\x97\x26\x36\xca\xce\xc2\x1a\xcc\xc6\xc4\xf7\xc8\x2b\x90\xbb\x9f\x64\x21\x95\xbf\x20\x7f\x6b\x87\xb5\xf8\x2e\xfb\x13\x0a\xa1\x08\x71\x0d\xd9\x19\x8d\x00\xdd\x91\x58\x96\x39\x4f\x64\x4e\x6d\xda\x62\x16\x04\xfa\xed\x7d\x9a\xb9\x9c\x38\xe8\xdb\xc0\x9e\xd7\x1c\x07\xed\x53\x66\x33\xa5\x5d\x25\xc3\xc3\x53\x46\x73\x8f\xe3\xfd\x9d\xf2\xfb\x19\xbc\x16\x52\x2d\xea\x07\xf4\x2d\xac\x7a\x5c\x16\xfc\x10\x02\x17\xe2\x3c\x52\x1e\x0a\x08\x06\x1d\xfe\x43\x05\x3b\xc3\x41\xe7\xb7\xa9\x45\xb7\x38\xdb\x4e\x53\xd8\x1d\xf2\xe5\xa4\x69\x2a\x21\xdb\x2e\x03\xa6\xb0\xaa\x4a\xa2\x05\x6c\x5f\xc8\x82\x30\x71\xb0\xe8\x70\x66\xf1\xdd\x88\xe0\x49\xe9\x29\xd4\xa8\x4e\x68\xb9\xe8\x3a\x19\x1b\x59\x69\x39\xf2\x79\x3b\x64\xc2\x74\x3c\x6d\xf1\xfd\xe2\xfe\x11\xe1\x15\xfa\x78\x75\x09\x7d\xc0\xac\x81\x2e\x9f\x39\x2e\xd4\x1f\xd5\x6e\x4a\xdf\x48\x7e\x4d\xa0\x93\x61\x91\x4c\x83\xe2\x27\x15\x1b\x2d\x2a\xfd\x2d\x53\x1a\x1b\x3f\xa7\x01\x77\x34\x9f\x93\x20\x99\x88\xb7\xb8\xab\x74\xb4\xa6\x9c\xc5\x9a\x07\x28\x0a\xe1\x0f\x46\xbc\xdf\x16\x9a\xdc\xed\x48\xaa\xb0\xc9\xf0\x8a\x40\xf7\xcc\xb2\x2a\xd7\xea\x95\x46\xe1\x56\x60\x8e\x63\xad\xe1\x40\xe4\x0c\xe0\x39\x14\x58\x12\x49\x12\xe7\x91\x46\x91\x0d\x51\x44\x57\x56\x57\x73\xd4\x6e\x34\xa3\x74\x65\x0d\xc5\x4b\xfd\xa3\x6e\xf0\xf9\xf9\x84\x65\x19\x6f\x58\xa7\xa9\xaf\x28\x24\x99\x3b\xb8\xd0\x45\xc0\x74\x5c\x3d\x45\xfc\x5c\x08\x55\x78\x4b\x0c\x53\xbc\x5f\xaa\x49\xae\x4a\x09\x53\x25\x4b\x7d\x4c\x1b\x55\x1f\xce\xe4\x93\x99\xac\xf5\xb4\x33\x74\xe0\x5c\xa2\x64\xa1\xde\xbf\xd9\x1f\xb9\xbb\x3e\xab\xdd\xeb\x55\xab\x96\x2b\x1b\x77\xe2\x3f\xef\x28\x6b\x68\xaa\x42\x20\xcf\xa4\x90\xa3\x94\xaf\x3a\xa2\xe1\xa0\x23\xa9\xd7\x6e\xac\x6f\x16\x69\x59\x69\x33\xee\x8c\xe8\x06\xe1\xf9\x21\xe0\x2e\x2e\x31\xb7\xb3\xd6\xfe\x5f\x11\x7e\x1b\x9c\x3b\xac\xbb\x8e\xcf\xb6\x77\x54\xf4\x64\x69\x46\xb7\xf9\x14\xd9\x79\x19\x15\xe9\xe4\xe9\x05\x18\xcc\x18\xd3\x9a\x79\x5b\x26\xd9\xd2\x3b\x02\x2e\x1f\x3d\x98\x7c\x70\xfd\xe8\x82\xa5\xc3\x52\x62\x6e\xb3\x19\xaa\x74\x3b\x3b\xff\x43\x9d\x87\xa8\x23\x81\xa5\xb4\x21\xb6\xe6\xba\x92\xb1\xf4\xe3\x48\x36\x2f\x28\xfb\x65\x6b\x70\x9b\x06\xbb\x02\x47\x7a\x17\x17\xf7\x79\xaf\x6e\x7f\xec\xa0\xd6\x30\x20\x32\x20\xee\x7d\x32\x5d\x5a\x6d\x8e\x50\x05\x78\xdb\xf4\xd8\x5f\xbc\xe1\x6f\x58\x77\x0d\xe7\x4d\x07\xec\x9b\xec\x8a\x4b\x53\x77\x22\xac\xfd\x3e\x7b\xaa\x7a\x8d\xfb\xa2\xfa\x7f\x0e\xfa\x15\xa6\x17\x69\x19\x0b\x9b\x18\x96\x8a\x97\x11\x98\x9b\x53\x94\x56\xfa\x54\x5d\xdf\x32\x36\xac\xbc\x24\xf3\x17\x74\x06\x5d\x2a\x6d\x11\xcc\x88\xf4\xed\x35\x68\x17\x45\xa6\x1e\x45\x4f\x85\xab\x45\x7d\x88\x92\x8f\x61\x4e\x44\x4b\x49\x49\x1d\xcc\xd2\xcf\x47\x2d\x9a\xae\xd0\xac\x89\xaf\xef\x6f\xae\xeb\x9a\x18\xbc\x9d\xbf\xd9\xab\xff\x2b\x7d\x5f\x8c\xce\x62\x36\x64\xa6\xc9\x7a\x5e\x1b\x1a\x8a\x27\xb3\x02\x52\xd2\xd2\xec\x32\x71\xb3\xc0\x72\x17\x0b\x44\x4b\x59\x2a\x7b\x6b\x90\xeb\xee\x5a\x3a\x3b\x04\xfa\x65\x87\x04\xc6\xe7\xe6\xbf\xee\x92\x5f\xb3\xfe\x9d\xe0\x8f\x8b\x27\xfe\x6b\x07\xd3\x3a\x3d\x48\x8d\x1c\x95\x16\xc5\x24\x25\x1d\xe5\x6b\x95\x5a\x55\x9d\xf5\xc4\x4d\x88\xad\x59\xdd\x73\xbd\xcd\x43\xc8\xe3\x82\x33\x58\x0b\xd6\xab\xca\x3b\x53\x97\x4f\x20\xc2\xff\x5e\x05\x3c\x9c\x9d\x12\xae\xcb\x4e\xdb\xf6\x5d\xb6\x0f\x37\xbd\x36\xab\xb6\xec\xb4\x8b\x77\xe9\xf5\xc2\x0e\xca\x8d\x38\x4d\xf8\x4d\x3f\x2e\x8c\xae\x5c\x6d\x15\x1d\x5a\x9d\x7c\xb9\xa6\xf9\xfd\xf7\x6a\xd2\x7f\x7e\xae\x95\x2f\x71\x8f\xe9\x0f\xc9\xf7\x6b\xf7\x7b\xf7\x14\xf7\xcc\x77\x42\x77\xd9\x77\xef\xef\x7f\xdc\x67\xdc\x7e\xb8\xe9\xbd\xa1\xb9\x11\xbf\xbd\xb8\xdb\xf9\x5f\xf7\x06\x81\x9e\xd1\xee\xd6\x2f\x79\x4e\x5f\x8e\x02\x0e\xb2\xf6\x37\xf7\x1e\xf6\x3e\xee\x3c\xed\x8a\xef\x70\xec\x50\xec\xd0\xec\x80\x6f\x7b\x6c\x2b\xed\x38\x6e\xe5\xef\xa8\x6c\x27\xee\x31\x9c\x4f\x3e\x06\xfc\xed\xd9\x75\xae\x88\x8e\x62\xf6\x64\x37\x56\x57\x03\x96\xac\xe6\x8d\x67\x1f\xe6\x90\x66\xf0\x26\x45\x27\x2f\xa6\xa6\xa6\x22\x27\xed\xa6\xbc\xa6\x20\x26\xc9\x27\x72\xa6\x66\xa7\xd0\xa7\x10\x67\x24\xd7\x86\x0f\xab\x6f\xff\x3d\x17\xed\x95\xfe\xfa\xfb\x21\xd4\x56\xee\x4a\xf5\xcc\xcd\x78\xf8\x88\xfd\xa0\x56\x2f\x72\x2f\x55\x37\x61\x17\x47\xa7\x66\xc7\x52\x87\x62\x07\x72\x7b\x52\x47\x67\x87\x4f\x7b\x46\xbb\x62\x3b\x56\x7b\x52\xfb\x6a\xb7\xf8\x98\xe0\xa2\xc4\x2e\xe2\x25\xe4\x4b\x03\x08\xf4\x84\x71\x96\xbc\x4d\xbb\x8c\x38\x49\x36\x6c\xd1\x7b\xde\x7e\xd6\xec\x57\xbf\x52\x0f\xd4\xb0\x56\x1a\x57\xe8\x97\xf3\x95\xe3\x95\x67\x95\x7b\x94\x7d\x2a\xf3\x2b\x6f\x2d\x83\x2e\x8b\x28\xa3\x2c\xc6\x2f\x8d\xaa\xea\x6b\xbd\x18\x44\x9a\x69\xdd\x24\x3b\xbd\x7c\x71\x3d\xa3\xd8\xb0\x9d\x4d\x1c\x26\xe9\xc6\x6d\xca\xab\x45\x29\x77\x2e\x16\xce\x27\xcd\xc3\xce\x32\xcd\xd4\x4e\x3f\x4e\xd7\x4e\xdd\x4e\x19\x4a\xe7\x4a\xcd\x4b\x9d\x4f\x2b\x4d\x95\x4a\x69\x4b\xf5\x48\x1a\x4b\x01\xcb\xaa\x2d\x35\x69\xc8\xec\x71\x9a\x94\x5d\x6b\xb8\xb6\xda\x3d\x9f\x3f\x1e\x11\x6f\xef\xaa\x91\x2d\x8e\xcf\x45\x49\xb7\x4a\x7c\x8d\x97\x8e\x25\x89\x0c\x0a\x47\x0b\xa3\x0e\xb5\x08\x3b\x0e\x05\x0b\x15\x0a\x5e\x0a\x11\x08\xc3\x08\xb1\x0b\xb5\x0b\xb5\x08\xd6\x0e\x45\x8c\x62\x4b\xd9\x2c\x90\xa8\xf1\xea\xac\x1d\x8f\x3c\x9e\x58\xd1\x1b\xf5\xe9\x94\xaa\xcd\x28\x4c\x4f\x87\x88\x1d\x8a\xf8\x10\xdc\xe4\x6f\xe1\x43\xe8\x51\xe4\xe6\xe4\x16\xee\x32\xe1\x02\xe3\x66\xe1\xb2\xea\x64\xe3\x1c\xef\x0c\xe7\xd2\xe3\xd2\xe6\x5a\xed\x1c\xe4\xd4\xe3\x59\x1e\x22\x93\x40\x9f\xd3\x5b\x65\xd9\xf1\x63\x47\x61\x8e\xb3\x6f\xb2\x61\xbf\x28\x23\xb5\x24\x3a\x37\x20\xd6\x13\xd1\xc5\xd5\xde\xdd\xda\xdd\x62\xcf\xac\xd5\xf4\xcc\xe4\x9d\x09\xbd\x51\xbd\x31\x8c\x21\x98\xe1\xbe\xe1\xb4\xd1\xb2\xf1\x84\x31\xa5\xd1\xa3\xa1\x82\x25\xbc\xf3\xb9\xff\x7d\x4c\x54\x16\x4b\x85\xf8\xe6\x87\x89\xa9\x4e\xb5\x8a\xe1\xec\x8b\x38\xaf\x80\x28\x97\xaf\x36\x5c\x26\xd0\x7a\x44\xda\x8d\x9a\x01\x6a\xac\x2a\xa7\xca\x44\x4a\xa3\x4a\x86\x4a\x75\x4a\x5f\x15\xa1\x14\xee\x14\x32\x94\xe4\x95\x48\x14\x25\x15\x86\x34\xac\x8c\xad\xed\xa5\x7c\xe4\xa3\x04\xb3\x5c\xd7\x72\x47\xeb\x5a\x42\x4b\x9e\x52\x57\xc3\x4b\x3d\x22\xad\x96\x0c\xd6\xd4\xc1\xe4\xba\xa4\xa2\x25\x70\xc5\x62\x44\x82\x05\x5f\x04\x97\x05\x35\x05\xea\x04\x55\x04\xb0\x04\xde\x09\xcc\x09\x58\x09\x31\x0a\x3c\xf3\x5b\x89\x37\x28\x31\xea\x15\xdb\x50\x79\x6b\x45\x0b\xae\x91\x8d\x3a\x34\xe3\x17\xbb\x24\x4d\x06\x13\x3a\x89\x9a\xda\xa8\x97\x49\x2b\x0a\xfa\x71\x8b\xb3\xbb\xb2\xc2\x32\xa7\x33\x15\x31\x76\x32\x58\x31\x40\x30\xa4\x32\xc2\x33\xac\x31\x14\x31\xac\x33\x2a\x32\x1c\xd3\x7b\xb2\xb9\x08\x0a\xc9\xa9\xe8\x88\xd9\xa0\xfb\x5a\xae\x69\x8e\x7a\x35\x67\x16\x7b\x27\xe9\x05\x4a\x38\x06\x18\xce\x2a\xb1\x0b\xdf\xb0\x75\xd2\x62\x91\xef\x93\x56\x93\x10\x10\xde\x12\x06\x13\xb0\xe2\xe7\xe0\x0f\xe1\xcb\xe0\xf7\xe2\x17\xe1\xa3\x10\xe0\x12\x78\xe1\xb7\x92\xc2\x31\x58\xf0\x15\xc9\xfe\xd2\xad\xb0\x43\xda\x44\x1e\x4f\x68\xb7\x29\xb5\x48\x91\x0e\x86\x74\x02\x37\xa4\x55\x54\x13\xd8\x60\x8c\x25\xce\xc1\x74\x43\x6d\x41\x81\x44\xf2\x44\x24\x83\xbf\x44\xe0\xfe\xb9\xf7\x73\xe9\x67\x1c\x3c\x12\x3c\x2b\x7c\x30\x7c\x30\x02\x01\xf2\x16\xfe\x30\x1d\x03\xaf\x80\x3c\xbb\xa1\xcf\xae\xdd\xac\x51\xd7\x48\xa5\x6e\x06\x6c\x78\x8d\x6b\xa6\x49\x84\x8a\x99\x30\x0a\x53\x1f\x91\x0b\xf2\xc6\xb7\xa6\xcf\x48\x90\x26\xe0\x97\xe0\x38\x9f\xa4\x3f\xa1\x7d\x9c\xf9\x38\xfa\x71\xef\xd3\x8f\x4f\xc1\xe0\x5e\xe0\x85\x90\x74\xf0\x87\x04\x83\x8c\xe3\xc2\x6e\x6a\x67\xc7\x16\x8b\x27\x03\x49\xf5\x15\x79\xc4\x31\x5d\xde\xfe\xd6\xcb\x5a\x36\x92\x5e\x9c\x32\x14\x33\x18\x0b\x30\x61\xef\xc4\x01\x22\x00\x17\x10\x04\xbe\x01\x28\xc0\x77\x00\x17\xf8\x02\x90\xbf\x4d\xf6\x34\x00\x98\xbf\xe5\xa0\x13\x91\xf7\x71\x45\x48\xd7\x5c\x13\x6d\x46\x4f\xf0\xb7\x8b\x94\xc1\xa6\x46\x86\xf0\x39\xe5\x1b\x4e\x2a\xb2\x08\x7e\x66\x70\x25\xe8\x44\x68\x80\x08\x7b\x73\xb7\xa1\x78\xf3\xb6\x83\x06\xc4\xde\x5c\x66\x61\x01\x34\x40\x08\xa0\xfb\x9c\x8f\xea\x45\x1a\xcf\x51\x2e\x35\xfd\xc4\x72\x84\xb2\x88\xde\xbf\x53\xa7\x96\xa3\x11\x75\xe5\x05\x58\xec\x68\xb8\x4a\x84\x70\xf0\x91\x4f\x62\xf4\x41\x27\xbc\xf9\xc1\x13\x03\x94\x80\x14\x80\x06\x60\xbe\x83\x7c\x9f\x0d\x46\xf7\x71\xe9\xd3\x03\xf8\x09\xac\x15\x0e\x29\x5d\xb0\xa0\x9a\xd2\x6f\x10\xe8\xfa\x6e\x33\x64\x3c\xba\x35\xb0\x78\x3b\x69\x3f\x08\x70\x70\x31\x58\x53\xa0\xe0\x3f\xa2\x7f\x24\xd0\x42\x90\x07\x87\x01\xf0\x3f\x28\x7d\xec\x87\x50\x87\xb2\xfa\x72\xf2\xad\x16\x96\x06\xae\xe3\x87\x37\xfc\x17\x84\x30\xf4\x18\xf2\x7a\x4e\x02\xa9\x22\x9d\x33\x10\xe8\xb1\xf7\x30\x7b\x3e\xa4\x67\xbe\x26\x39\x9b\x2e\x32\xd8\xf3\x9b\x05\x8f\xc6\x47\x09\x7d\x8e\x1b\x0a\x17\x4c\x6a\x68\xd9\x6f\xe0\x30\xf5\xdf\xb3\xe0\x09\x11\xa1\x51\xf0\xd0\x3e\xa1\x4f\x62\xad\x61\x8f\xe1\xc5\xe0\x3f\x92\x32\xb3\xe0\x8b\x2c\xa8\x0e\x9b\xcf\xfd\x23\xc3\x5c\x9a\xae\x7f\x1a\x55\x68\xd9\x2f\xc6\x4d\x1c\x0a\x22\x73\x0c\x34\x44\x54\xe8\x11\xac\x60\x9c\x25\x8a\x41\xc6\x42\x9e\x47\x13\xc1\xb4\xc4\x41\xc2\x87\x20\x3c\x21\xa1\x20\xf3\xa1\x54\xa6\xda\xa0\x73\x63\x08\x67\xf6\x12\x14\x56\xf8\x65\x58\xe4\xf4\x96\xeb\x7e\x4d\x1d\x50\xcc\x7d\xec\xa9\xac\x8e\xc8\x3c\x8f\xbc\xf2\x8c\xb3\x24\xd3\xaa\x93\x5a\xe7\x91\xa7\xf9\x48\x20\x40\xa4\x42\x82\x4f\x0e\x4e\x39\x4d\xcb\xca\x08\xc5\xdc\xc1\x6a\xc5\x91\xcd\x55\xc9\xeb\x27\x48\x2c\xec\x2a\xe7\xa4\x9b\x62\x5b\xec\x17\xfa\xcf\x3c\x77\xde\xba\x76\x3f\xb2\xd3\x82\x52\x54\x99\x2c\x1c\xfc\xd9\x59\xc7\x84\x5c\x95\x4c\xf4\x94\x2d\x84\x56\x92\xfe\x03\x13\x34\xcb\x02\xbb\x3f\xd7\x0b\x6f\xb5\x40\xb1\x30\xb6\xd8\xbe\x64\xa0\x34\x89\x82\x83\xb2\xa4\x76\x8b\x95\x8e\x17\x74\x94\xf5\x3f\x23\xdc\x3f\xef\x2b\xcf\x01\x3d\x5a\x35\x02\x39\x67\xb1\x92\xbe\xcb\x76\xa7\xfa\x95\x8a\x44\x42\x18\x5c\xa1\x3c\x29\xfc\x32\x42\x55\x22\x73\xe2\x21\xd2\x18\xf2\xed\x4a\xef\xd4\x1c\x34\x3d\x74\x2c\x0c\xa4\x4d\xec\x2d\x26\xdc\x05\xc3\xf2\xd3\x12\xff\x48\xb6\xc7\xe7\xea\x6b\xa0\xb1\xad\xd6\xbb\x72\xfe\xf4\x8c\x48\x3f\xcf\x0d\xeb\x30\x6d\x35\x79\x2e\x49\x77\xe9\x12\x59\x2b\x85\x06\xa5\x1d\x35\x52\xcd\x25\xdd\x5f\x06\xaa\x26\x44\x16\x1b\x56\x9f\xec\xab\x5d\x84\xdd\x3f\x86\xc8\x26\xa3\x17\x8d\xfc\x3b\xdb\xa7\x1f\x46\x2c\x06\x0d\x6a\x35\xd6\x17\x6e\x27\xe5\x85\xbc\xba\x5e\x58\x28\xea\x6c\xa8\xab\x6a\xae\xea\x7c\xd1\x35\x37\xd0\x37\x16\x36\x67\xb1\xc1\xb0\x93\x73\xb2\x70\xdd\xf0\x12\xf6\xed\x0d\x62\x0f\x9f\x4c\x84\xcf\x9f\xa9\x47\xfd\x0f\x31\xae\x17\x76\xbe\x4f\x5b\xf7\xf0\xd5\xdc\xe6\xb1\x26\x08\x07\x46\x39\x35\x5b\x9a\x99\xfa\x98\xa5\x9a\x2f\x58\xd5\xda\xea\x3a\x6a\xbb\x96\x79\x54\xf8\x24\x06\x98\x84\xe0\x46\xe0\xc4\xfa\x27\xdc\xa5\x9b\xe7\xa3\xd5\x64\x75\xe7\xfe\x89\xdb\x87\x67\x99\x6b\x22\xe3\x51\x1d\x9b\x55\xe9\x39\x83\x71\xc3\x01\x71\x6e\xed\xce\x10\x2e\x7c\x6e\x65\x1e\x0e\x3e\x4e\xfe\x4a\xc1\x41\x61\xe1\x51\xb4\x71\x09\xc9\x42\xe9\x58\x59\x53\x79\x41\x25\x71\xd5\xc1\x9d\x33\x13\x7f\xe9\x04\x7d\xf8\x7c\x78\xbd\xb4\x39\x32\xdd\x76\x59\x29\x9d\xad\x19\x97\x16\xaa\x1d\x68\x1d\x0c\x84\x20\x85\x39\x47\xc9\xc4\x0e\x25\x12\xa7\x66\x64\x44\xe5\x86\x15\x72\x97\x2e\x55\x1b\xd5\xcc\x34\x45\x74\xe4\x8c\x51\xae\xfc\x75\x9a\x16\xe8\x36\x64\x3f\x6b\xa1\x73\x48\xb5\x95\xaf\xc2\x2f\x47\x3d\xb9\x2c\xe1\x7d\x92\x72\x52\x67\xaa\x7e\x86\x7b\x4e\x40\x7e\x73\xc9\x66\x85\x5b\xd5\x76\xbd\x75\x73\x47\xe7\x46\xef\xe1\x90\xc8\xe8\xe6\x32\xf8\xa1\xea\xdf\xe9\x7b\x5d\xb6\x1b\x33\xdf\x33\xb4\xd4\x3a\x53\xf5\x50\xe8\x9c\x97\x52\xd0\x58\x68\x5b\x52\x56\xf6\x52\xd5\x59\x57\xd2\xc8\xdd\xb6\xdd\x31\xd0\x6f\x34\xf2\x79\x5c\x61\xe6\x62\xe1\x75\xbd\xe7\x80\xe1\x8e\xf8\xbf\xd8\xdf\x76\xd9\xbc\x43\xb5\x00\x3b\x24\xd5\x49\xd8\x48\x5e\x0d\x57\x3b\x53\xbf\xd6\x38\xd0\xca\xd1\xb1\xdc\x73\xda\xc7\x3f\x22\x36\xc6\x3f\xdd\xbc\xc8\xbe\x1a\xb6\x9d\xb4\x8b\x7d\x0c\x7d\xcb\xf8\x3f\xd7\x0f\x52\x17\x73\xbb\xe5\x0b\x96\xe3\x84\xfd\x44\x9d\xfe\x5d\x59\x7d\x46\x03\xe0\x43\xd7\xa3\xe5\x13\x37\x33\x1b\x4b\x8c\xab\x5a\x9b\xfe\x7b\x91\xc7\x58\x17\x9a\xb7\x6b\x8f\xd6\xff\x4b\xff\x9f\xeb\xf5\x12\x24\xf9\x82\xf8\x42\xf6\x6c\xfc\xbc\xf0\x34\xf6\x7c\xf6\x92\xf3\x22\xf2\xfc\xfc\xe2\xf0\x14\xf1\xfc\xf0\xfb\xf4\xff\xa5\x7a\x51\xb8\x6b\xbe\x69\xbd\xdc\xbc\x98\x38\x57\x3c\x35\x3a\xde\x3c\x61\x3d\xb4\x3a\x6e\x3e\xb2\x39\x96\x3f\x72\x3e\xee\x3e\x76\x3b\xae\x3c\x34\x3a\x12\x3b\xce\x39\x09\xbe\xcc\x79\x2e\xfa\x9b\x58\xec\x57\xda\x35\xcf\xe9\xf6\x81\xdd\x8e\xc4\xc6\xe4\x06\xe7\x8a\xf9\xd2\xf2\xb2\xe3\x62\xcc\xc2\xea\x82\xcd\x22\xd5\xa2\xc9\x22\xf5\xa2\xca\xd2\x87\x85\xe8\x45\xf4\x45\xc4\xc5\xbd\xa5\xe5\xcd\x6f\xc7\xeb\xf7\xb4\x7f\xfa\x26\x90\x5e\x9a\x1e\x54\x6e\xdb\xad\xdc\xcf\x37\xcf\xd0\x4f\x59\x8d\x6e\x0e\x67\x0c\xd9\x0f\x5c\x0c\xc2\xf7\xe3\xf5\x4a\xf6\xf3\xf6\xb6\xf7\x45\x0d\xb4\x0e\xe2\xf4\x13\xf6\x19\xf6\x1b\xf7\x8b\x0d\x51\x4c\xb0\x2d\xa7\xec\x65\x5d\x89\xbd\x5a\x83\x40\xbf\x71\xaf\x53\x0f\x1b\x36\xc1\x17\x78\xa7\x80\x91\xf8\xbe\x80\xee\xc2\xce\xc1\x96\xbe\x26\xe5\x46\x9b\x06\x84\x3a\xe7\x06\x8e\x3a\xb1\x3a\x8d\xfa\xcf\x35\xdb\xf5\x29\xf5\x02\xf5\x39\xb5\xbf\x6a\xd9\x6b\x0d\x6a\x53\x3a\x8c\x87\xe1\xe6\x68\xb7\x60\xce\x26\x40\xa0\xdb\xf0\x23\xb2\xd5\xee\x29\x99\x41\xee\x6e\x98\x66\x9b\x3a\xab\xca\xec\xb2\x94\x12\xed\xc2\xe9\x82\xb2\xdc\x97\x5c\xd4\xdc\xce\xbc\x95\x9c\xf1\xdc\x8c\x1c\xf7\x3c\xea\x3c\xf8\xbc\xcf\xf9\x72\x79\xc4\xf9\xed\xf9\x3d\xe5\xdd\x4d\x1a\xbd\x07\x53\x50\xeb\xb1\x0f\x54\x47\xe5\x6b\x45\xd3\x16\xfd\x89\x2d\xe0\xd5\xa1\x25\x36\x05\x54\x59\x19\x69\xd6\xc9\xa4\x09\x3d\xf1\xef\x63\xe6\x63\x25\x62\x70\x63\x11\xa3\x0d\x62\xc6\x62\xbe\x44\x93\xc7\xb2\xc4\x66\xc7\x5b\xc4\x81\x62\x95\x63\xe1\xd2\x6e\x0a\x57\x6a\x3b\xbb\x38\xc6\xf5\x2f\x91\x77\xc8\x67\x57\xfb\x1f\x9b\x55\x2b\x63\x72\xd2\x52\x1f\xe3\x37\xa3\x4a\x42\x77\x83\x0a\x03\x7c\xfc\xf5\x7d\x5b\xbc\x03\xbc\x09\xbc\x3f\x78\x77\x79\x11\x7b\xbf\x78\x05\x7a\xf9\x7a\x0f\x7b\xaf\xfa\xba\x7a\xd7\xfb\x48\x84\x69\x25\xfa\xe7\xaa\x54\x56\xb7\x47\x1d\xef\xad\x52\x8e\x22\x77\x44\x57\x71\xe4\xae\x27\x6e\x45\xbc\xf7\xff\xed\x15\xea\x86\xeb\xac\xe6\xa0\x6b\x17\x6d\x13\x66\xed\x64\x51\x6c\x71\x6e\x29\x64\x79\x60\x15\x6c\xb1\x69\x39\x6c\xb9\x67\x8d\x6d\x7d\x6f\x15\x63\x9d\xe9\x3a\x13\x70\x19\xb3\x92\xb9\x58\x7e\x73\x40\x3e\xdf\xde\xbf\xdb\x50\x55\xbc\x92\x5c\x10\x3e\xe2\xb3\xe3\xb4\x6a\x15\x6f\xe2\x6d\xd4\x64\x40\xa2\x5b\xa3\x2d\xaa\x45\xa1\xb9\xae\x89\xaf\x61\xa6\xb1\xac\x01\xae\x1e\xa7\x49\xa2\x69\xa7\x39\xad\x05\x68\xe6\x6b\xff\x34\x59\xb3\x5f\xf1\x49\x8e\x7c\xca\x20\xdc\x39\x9a\x16\xec\x2e\xaf\xf1\xca\x36\x8e\x2d\xf1\x6f\x77\x16\x34\x5f\xd7\xd5\x50\xf3\x52\x30\x91\x0b\x92\xd9\x93\x1a\x96\x74\x91\x30\x92\x50\x13\xef\x97\x10\x15\x6f\x91\xc8\x10\x3f\x91\x6c\x91\x58\x97\x5c\x96\xfc\x2e\x85\xa6\x5c\xad\xcf\x6e\x43\xe4\xa9\x1e\x49\xbe\x15\x3e\x85\xd0\xb9\x54\x45\x93\xa9\x11\xa9\xeb\xc5\x6c\xa3\xa1\x17\xac\xf8\x5b\x42\x46\x30\x86\x2f\x9e\xbb\x87\x4b\x92\xeb\x0b\x67\x3e\xfb\x1c\xdb\x1c\x5b\x0c\xfb\x3b\x76\x7c\xf6\x2d\x76\x76\xf6\x5a\x8e\xef\xec\x54\x9c\x5c\x42\xd1\x72\xdf\xb5\x6b\x2d\x85\x3c\xbe\x6d\x9b\x4c\xcd\x77\x7e\xa9\xc4\x4e\xa7\x8b\x28\x74\x57\x30\x4f\xd3\xe8\x91\x72\xe5\xd3\x66\x89\xa6\xc3\xa2\x11\xa4\x8c\xa7\xfc\x4a\xe1\x42\x16\x44\xd6\x42\x46\x49\xe6\x48\x26\x45\xb6\x46\x46\x41\x4e\x4c\xae\x4b\x9e\x49\xd1\xc9\xa8\xc0\x0b\x25\x29\xa3\x09\x6e\xf5\x6e\x77\x72\x56\xa4\xdb\xa4\x8a\x2d\xb3\x2e\xfc\xd5\x9d\xd2\xfc\x44\xad\x45\xec\x96\xfd\x8e\x1a\x96\xe0\x1a\x87\x13\xf3\x18\x23\x10\xfd\x00\x6d\x14\xcd\x15\xed\x07\x6a\x2e\xaa\x07\x6a\x3c\x6a\x1f\x1a\x09\xda\x06\x3a\x01\x7a\x36\x3e\x16\xb5\x13\x97\xaa\xd4\xab\x8e\xf1\x61\xf8\xc2\x63\x7f\x79\x1d\x55\xce\x55\xf4\x9d\x97\xb8\x15\x8b\x26\xaa\x04\x07\x87\x02\x45\x16\x96\xf1\xcf\x1c\xd8\x2f\xd0\xba\xdf\xe2\xbe\x2a\x7e\xa9\xf9\xe2\xff\x25\xe2\x8b\xc4\x97\xe0\x2f\x1a\x5f\xe9\xbf\x3a\x7d\x53\xf8\xa6\xf0\x23\x16\x07\x89\x46\x85\x8f\x40\x7e\xee\x1c\x63\x8d\x75\x64\xbc\x59\xa1\xc8\x2f\x21\xc5\x7f\xda\xde\x51\x2f\x5a\xb6\x8a\x37\x9e\x96\x0c\x97\xe9\xe7\xbb\x4f\x64\x6f\xfe\x78\x54\x00\x26\x80\xf2\x56\xd5\x8a\x06\x60\xbf\x39\x9c\xe0\x01\xdc\x1f\x27\xe1\x55\x09\x58\x98\x08\xc5\x34\xef\x64\x77\xc5\xa7\x2f\xbb\x52\x2b\x6d\x32\xf5\x22\xdc\xdd\x51\xcc\x7e\xa8\xda\x8b\xca\xb2\xa4\x93\x0a\xa1\x36\x7e\x2d\x06\x90\x01\x58\x80\x1d\xa0\x01\xa8\x01\x68\x00\xee\xad\x0a\x83\x04\x10\x00\xe0\x01\x4f\xb0\x29\xf8\x10\xc2\x30\x16\x14\x71\xb0\x57\x81\x53\xff\x15\xf5\x61\xdd\xa6\xeb\x82\xf4\xf8\x7c\xbf\x6d\x5b\x14\x5d\x24\x99\x64\x9e\x70\x9a\x36\x5c\xf8\x1f\x75\x1f\x19\x01\x24\x80\x0a\xa0\x7e\x77\x01\x26\xf9\x29\x0d\x22\x0c\xca\xf8\x73\xe6\xd7\xb5\x6f\x0c\x30\x3f\xe1\xa2\xb1\xdf\xd1\xc8\xf2\xa1\x2b\xe0\x83\x40\x77\x0b\x3b\x03\xd3\xb6\x9d\xd7\x15\x8a\xe9\xfa\x61\x31\xae\x9a\xa6\xda\x2a\xe7\xc2\x5b\x2c\x1d\xa4\xd6\x68\xe0\x5f\xd4\x3e\x5d\x43\xf1\x7c\xa9\x86\x1e\x85\x13\xf9\x41\x08\x3f\x82\x18\x86\x7c\x89\xea\x85\x16\x8e\xb1\x83\x65\x40\x81\xc3\xa1\x2b\x19\xaf\xdd\x0c\x02\xbd\x32\x9d\xcc\x2c\xc5\x0c\xca\xd7\x33\xe6\x27\xc5\x26\xf9\xba\xdb\x8a\xe8\x9c\xca\x02\xbc\xac\x74\x00\x5e\xc4\x4f\xed\x9f\xe0\x08\x6a\xc8\x09\xa8\xb3\x18\x0c\x58\x20\xbc\x64\xfc\x7a\x22\x3b\xe2\x36\x32\x36\x0a\x76\xaa\x26\xd6\x3a\x51\x1a\xd5\x38\xb3\x37\x37\x93\x9b\xeb\xad\xc4\x29\x98\xf6\x93\x72\xaf\xb4\x9f\xa1\xe5\x6e\x04\xa6\x1b\xaa\x81\x62\xe8\x6c\x17\x14\xc6\x58\x36\xd8\x84\xb8\x87\x04\x3d\xc4\x07\xe4\xa8\x94\x4c\x34\x64\x74\x8c\x4c\x7c\xcc\xe9\xac\x2f\xec\x79\x5c\x0e\xc2\x8e\x4a\xd4\x86\x57\x4e\x49\xff\x88\xf0\xbc\x73\xcc\xbd\xb8\x38\x60\xd9\xc0\x9f\xbf\x1f\x27\xe2\x17\x66\xa7\xa9\x1f\xa1\xf0\x55\x40\x91\xe9\x3b\xb9\x16\xe5\x39\x75\x19\x9d\x07\x13\x33\x8b\x19\xfb\x2d\x57\x24\xcf\x95\x00\x83\xf0\x57\xd1\x18\x71\x26\xe9\x08\x85\x53\x7d\x2e\xbb\x25\xbf\x3f\x26\x58\x5e\xb7\x6f\x96\x4e\x7e\xee\xd0\x29\xcf\x4c\x37\x0f\xf7\xf0\xb0\xb2\x44\xd5\xcc\x94\x3a\xe7\x06\xb1\x82\xb3\x4b\x73\x06\x72\x3f\x08\x60\x0b\xed\x88\xea\x4b\xa6\xcb\xd8\xcb\x4b\x28\x55\xa9\xbc\x6a\xa2\x6b\xbf\xd3\xc7\xb5\x31\xf3\xf6\x8a\x96\xfa\x67\x84\x67\xd6\xe3\xb2\x45\xe3\xc1\xa4\xc6\xe6\x42\xea\x44\xf3\xa0\x8f\x2e\xef\x4c\x6e\xd4\xbe\x49\xc2\x0b\x0f\x8a\x9c\x8a\xe9\x4b\x72\xcb\xd0\xca\x2f\x28\x75\xab\x25\x6b\x51\xe8\x9e\x18\x22\x18\x93\x58\x62\x5a\x7f\xb1\x9f\xf7\xac\x89\x48\x4a\xdf\xfa\x57\xae\xbd\x11\xdc\xba\x9f\x2a\xed\x3a\xaa\x1e\xca\x51\x88\x75\xf7\x33\x73\xfc\x69\x38\xab\x3a\xae\x50\xac\x9c\xa9\xe2\xa2\x7e\xad\x45\xa5\xc7\x69\xc8\x66\x32\x65\xe1\x6e\xb3\x6b\x7f\xe7\xa4\xef\xde\xea\xb5\xed\x37\x11\xd6\x96\xca\x5f\xe2\xf5\x6f\x52\x98\x9d\x08\xae\xdc\x8f\xe6\xb7\x15\x94\x1b\xa4\x5f\x46\x1e\x79\x17\xd8\x12\x18\xdb\xea\xcf\x19\x68\x1a\xa7\x9a\x6c\x99\x1f\xd8\xf0\xda\x19\x3a\xd1\xb8\xb5\x7a\x2b\xfa\x81\x02\x35\x43\x4b\xa3\x16\x12\x24\x53\x0a\x8b\xd4\x1a\x61\xff\x93\xf1\x7f\xe1\x1c\xe0\x2e\x80\x0d\x08\x34\x7d\x2a\xea\x4e\xcd\x0a\x57\xf1\x4c\x73\x38\xb0\x4d\xb4\x5f\x70\x58\x70\xea\x75\x0b\xf0\xa4\xf4\xd9\x09\x44\x0b\xed\x8a\x14\x8a\xfd\x9c\x80\x9d\xf2\x92\xa9\x9d\x8f\x59\x7c\x58\x8f\xd1\x3b\xff\x67\xe8\x5c\x55\x6d\x43\xcd\x80\xf5\x11\xd7\xf5\x15\x52\x25\xe7\x85\xad\xfa\x5d\x78\xdb\x79\x33\xfb\x09\x07\x42\x06\x47\x84\x53\x45\xcd\xc7\xd3\x24\x93\xa4\x35\x66\x87\xe7\xaf\x96\xf8\x55\x21\xd6\x0b\x37\x0b\xf7\x5c\x4d\x15\xff\x85\x79\xd1\xa7\x23\x1b\x4a\x93\xed\xdd\x5b\xb5\x83\xf9\x76\xc9\x17\x31\x68\x91\x85\x51\x9c\xd1\x27\x71\xdd\x89\x6a\xa9\x62\x99\x9f\x72\xe9\x0a\xdd\x4a\x74\x2b\x0f\x6b\x69\x1a\x65\x3b\x9c\xba\xdd\x07\xe5\x26\x75\xd6\x37\xfe\x8a\xbe\x87\x8a\x13\xf6\x35\x88\x09\xcb\x6e\xa8\x9a\xdb\x22\xc9\xec\xf2\xf4\xf5\x8c\xd1\x2c\xff\x9c\xdd\xfc\xa7\xe2\x77\xe5\x9b\x55\xb5\xf5\xc2\xcd\xcd\x1d\xa8\x3d\xd2\x83\x11\xa3\xab\xe3\xde\x0b\xc9\x6b\x1c\x27\x4c\x7f\x67\xef\x2f\xa1\xa3\x2f\xab\xfe\xe3\xe5\x5d\x1b\x0d\xbd\x95\xf8\xe5\x7e\x15\x72\x95\x12\xd5\x01\x75\xaf\x4d\x6e\x6d\xfa\x5d\xac\x7d\xfa\x43\x31\xa3\x0f\xd3\x96\xf3\x06\x2b\x2a\x9b\xc2\x7b\xc7\x27\x3c\x0f\x1a\xff\xcd\xef\x3b\xc9\xa3\xaf\x2b\x33\x13\x9f\x07\x98\x3b\x71\x5a\x97\xdb\x6a\xda\xc1\xbb\xbe\xf4\x6c\x0f\x84\x8c\xa2\x8f\xb3\xcc\x44\x2d\x06\xac\x71\x6d\xbd\xdf\x57\x3b\xdc\xbf\x44\xba\x7e\x78\xf2\xfe\xdf\x6b\x80\x7b\xed\xe3\x90\xd5\xc7\x39\x8f\xb1\xab\xe1\xac\x91\xe2\x71\xce\x09\xcf\x19\xc8\xb9\xeb\xc5\x98\x55\xeb\x2d\x82\x5d\xf8\xa3\xf1\xb3\xc8\x1b\xde\x07\xed\xdf\xff\x55\xc7\xf1\x7f\x75\xfd\xc6\x7c\x7a\x7c\xfc\x79\x5f\x76\xf3\x72\x75\x75\x65\x71\x35\x78\xb1\x72\x31\x77\xe1\x79\xfd\xe9\x62\xf2\x3a\xff\xd6\xe4\xaa\xe2\x9a\xe2\x32\xfd\xf2\xe5\xca\xe8\xa6\xe8\xd5\xe7\xbf\xb4\xd0\x0f\x01\x57\xdd\xe7\x41\x27\x34\x87\x12\x7b\xad\xdb\xb9\x9b\x8f\x1b\x5d\x1b\xac\x9b\xbf\xd6\xbd\x37\xb6\x36\x87\x37\xc8\x37\x0d\xb6\xac\xb6\x75\x37\x1d\xd6\x2f\xb7\xc5\xb6\x56\xb6\x7b\xcf\xf0\x1f\x48\xfe\xa3\x7e\xbd\xb9\x7d\x3d\x7b\x3c\xb8\xda\x76\x5a\x03\x5b\x42\x5f\x50\x9e\x11\x9b\x8a\x9a\xc0\x18\xb5\x9f\x10\x1c\x37\x9e\xa4\x9d\x28\x1c\x4b\x1f\x6f\x1b\x4b\x9e\x92\x9b\xe2\x9f\x70\x9a\x62\x1e\x1f\x1c\xe9\x98\xc9\x59\xdd\x3b\x30\xb9\xae\xfa\xfd\xf6\x8d\x7a\xea\xbb\x90\xdf\xc7\x5b\x37\x58\x70\x9f\xa2\x1b\x4b\x1f\x9c\xe8\x5f\xef\xe1\xed\x8c\xed\x20\x6e\x83\x69\xb5\x6b\x8b\x69\x85\x6a\x95\x69\xeb\x6c\x23\x6a\xd3\xe9\x30\xeb\xb0\xea\x10\xed\xf2\xe8\x6c\xec\x9a\xe9\x5a\x1c\x05\x9b\x5f\xdd\x76\x3d\xdf\x03\x81\x9e\xa8\x2e\xc5\x77\x13\x16\xa5\x27\x75\xfb\x23\xba\xe2\xdb\x3d\x1a\xb6\xea\x08\xab\xd1\x2a\x52\x4b\xfb\xcb\x48\x4b\x84\x4a\x06\x4a\x1e\x4a\x0d\x4a\x7d\x4a\xde\x15\x6f\x94\x25\x97\xd1\x97\xfb\x54\x7c\x2e\x9f\xad\x48\xaa\x42\x6c\xd1\xec\xd7\x9f\x16\x5d\x9f\x04\x81\xae\x7f\xee\x7a\x2f\xec\x8f\x6a\x75\x33\x35\xfb\x55\xc7\x97\x3a\x15\xd2\xe5\x89\x65\x86\x67\x72\xa6\xe1\x24\x3f\x26\x9d\x24\xf1\x27\xc6\x27\xcd\xa4\x60\x25\xf7\x27\x21\x27\xcf\x25\x6f\xa6\x36\xa7\x0a\xa7\x7d\x4d\xcb\xcf\xf4\x2a\x9e\xac\x47\xe9\x86\x1b\x4f\xfd\x65\x72\x58\xb4\x04\x1a\x6d\xec\x86\xae\x7b\x28\xc5\xc8\xc5\x48\x8b\x4e\x70\x89\xf1\x8a\x6a\x0e\xdb\x0d\x91\x0c\xc1\x0f\x5c\x0f\xc4\x09\x02\x0b\x14\x09\x12\x0c\x20\x08\xfc\x14\x24\x19\x78\x15\x4c\x13\xec\x1b\x22\x10\x4c\x17\xd1\x97\x2c\x9a\xc7\x59\x45\xd7\xfe\xfe\x62\x6f\x3b\x61\xe6\xb0\xcf\xbf\xa1\xbb\x38\x2d\x2b\x20\x1e\x3e\xec\x35\x80\xcf\x47\xcc\x33\xc3\xed\xc2\x05\xde\xc9\xc0\x11\xdb\xc1\xc9\xc1\xc8\x41\xd5\x31\xc2\x71\xd2\xe1\xd4\x11\xd9\xb1\xcc\x19\xcc\xa9\xc1\x89\xcf\x21\xcb\xfd\x77\x10\x77\x2c\x47\x56\x5c\x39\xdb\xc9\xd1\xca\xfc\xa8\x56\xc7\x8f\x4a\xc8\xec\xe1\xb8\x83\xe0\x38\xcf\x14\x47\x05\x1b\x7a\x0b\x69\x33\x0b\xe3\x26\xa3\x16\x83\x63\x03\x24\xbd\x4b\xbd\x2d\xbd\x36\x03\x51\xfd\x7a\xa3\x4f\x86\xfd\x46\x08\xc6\x44\x86\x7a\x06\xc4\x66\xb3\x8e\x46\x3e\x03\x11\xfd\xe9\xa8\x47\x13\x4b\xc5\x43\x78\x8d\x79\x45\xca\xa9\x4f\xe1\x30\x9e\xc3\x76\xe2\xc6\xa6\x3a\xf1\xea\xb5\xaa\xcc\x4a\xf5\x8a\x8d\x0a\x6d\xf2\x67\x72\x63\xf2\x2e\xb2\x8d\xf2\x0f\xf2\xa7\x0a\x9a\x0a\xe0\x0a\x4b\x0a\x29\x8a\x64\x0a\x6a\xaa\xa9\x06\x52\xd6\xf3\x9e\x11\x61\x53\xfb\x37\x0b\x89\xfd\xbb\xf5\x09\x79\xad\xf1\x79\x81\x9f\x9d\x02\x4d\x8e\x35\x15\xe4\x72\xc4\x67\x45\x70\x85\xd6\x05\x4c\x04\x10\xf8\x8c\x78\x09\xf9\xb4\xf8\x3e\xf2\xe9\xf1\x3e\xf3\xc1\xf3\x09\xf3\xd1\xf2\x65\xf3\x83\xf8\x6d\x44\x94\xe5\x2a\xb4\xac\xcc\xd1\x5c\x9d\x0f\x3f\xcd\x57\xf4\x43\xd7\x62\xe6\xc1\xc5\x1a\xfa\x8a\xdb\xbd\xd3\xbb\x52\x54\x11\x45\xe0\xb6\x61\xf1\x60\xb2\x66\x64\xa0\xdb\xa1\x3b\xa0\x63\xa0\xf5\xa2\xa5\xa5\x39\xa0\xfe\x45\xab\x4a\xb3\x47\x3b\x4b\xf7\x85\x6e\x9e\xee\x99\xa9\x8e\x87\x59\x62\x5d\x0d\x64\x36\x71\x34\xb6\x64\x35\x40\x52\x5f\x94\xa7\x12\xc7\xe4\xbb\x65\x93\xad\x53\x2d\x73\xca\x77\xc3\x38\x49\x41\x45\x38\x49\xa0\x8c\x8f\x86\xc7\x8a\x0b\x87\xd3\x85\x73\x80\x43\x81\x93\x8d\xa3\x84\x3d\x83\x0b\x86\xfb\x15\x8f\x09\x8f\x93\xa0\x96\xaa\x9d\x13\x5f\xcc\x4e\x3d\xe8\xac\x60\x55\x7b\xf8\xb4\xa9\xa6\x30\x32\x51\x35\x00\xc9\xfe\x9d\x1e\xa1\x6c\x05\xef\x1d\x9d\x0f\x81\x1e\xaa\x1c\x02\xe4\xcf\x81\x1f\x9b\x3f\xc0\xbf\x23\xc1\x59\xc1\x69\xc3\xe1\xc3\x99\xc3\x45\x7e\xa7\xfb\x5e\xf7\xa3\xfd\x87\xd2\xcf\x75\x4c\x02\xf2\x03\xf6\x07\x69\xa8\xeb\xb8\x2d\xc2\xc9\xc9\xf6\xbe\x32\x20\x15\x23\x64\xd8\x59\xd0\x68\x42\x29\x5e\xf0\x94\x31\x8d\x08\x11\x99\xf6\xf3\xc5\x27\x52\x30\xff\x0f\x55\xef\x17\xdf\x47\xbc\xef\x7a\xef\xf1\xde\xf8\x7d\xfb\x7b\xd0\x87\x61\x30\x4b\xb0\x91\x8f\xac\x30\x1d\xb8\x5a\x8c\x69\xa2\xcf\x8f\xec\x07\xb3\xf3\xe2\x7d\xb4\xb5\xf5\xb9\xe8\xd1\x1e\xde\x48\x56\x39\x5a\x4c\x92\xb2\x9c\x64\x94\x43\x58\x45\x70\x25\x1f\xfa\x80\xcf\x00\x27\x40\x0a\x50\x03\x3f\x01\xd2\x77\xe7\x1f\x3c\xc0\x46\x3f\x99\x41\xc0\x41\x04\x42\xd9\xfe\x98\xc3\x87\x62\x0a\x11\x4b\x05\x81\x2e\xe2\xd7\x53\xc7\x45\x5a\x2f\x4a\xf6\x92\x53\x83\xc8\x9d\xb8\x0d\x5d\x15\x40\x02\x2b\x8c\xab\x44\xe4\xc8\x76\x50\x25\x80\xc2\x87\x9c\x4f\x24\x10\xab\x9f\x95\xbe\xd2\xc3\x40\xc0\x9a\x7c\xc7\xf8\xe9\x09\x7f\x88\x60\x8e\xc4\x81\x1d\x4b\xad\xcf\x63\x2f\x27\x00\x02\x3d\x8c\x1e\x3c\xcf\xdd\xf4\xb1\xd6\xb2\x65\x9f\x45\x85\x7a\x2e\x58\x12\x68\x2c\x4a\x9c\x73\x36\x53\x45\x61\xe3\xc0\x9e\x7e\x9d\x81\x95\xfd\x1e\x09\xbf\x8a\xb8\x8b\x82\x8e\xb6\x8b\xf9\x05\xfb\x06\xe7\x0e\xef\x94\x30\x8e\xe8\x0b\x65\x26\x47\xa3\x24\x8f\xe6\xeb\x3f\x7e\xdd\x17\x53\x6b\x2b\x23\xbd\x2d\xa1\x45\x5b\x49\x2d\x81\x0b\x0e\xd7\x86\x06\x8a\x32\x42\x2c\x4c\x9d\xc4\xec\x28\xb5\x28\x85\xe8\x56\x58\x78\x38\xd5\xf8\x0e\x44\x66\xa4\x5a\xe4\x51\x54\xde\xd4\xe6\x74\xbc\x8c\x17\x8c\xe7\xec\xbf\xc4\xb8\x54\xd7\xcc\xde\x66\x2f\xdc\x17\xed\x7f\x9d\x1d\xef\xee\xaa\xd6\xcf\xca\x88\x92\xf6\x7c\xb6\x6a\xd4\xa2\x95\x1a\xe2\xc9\xa4\xe9\x21\x74\x20\x56\x22\xa5\x26\x3f\xa2\x16\xa1\x25\x64\x50\x61\x41\x63\xcb\xe0\xb4\xe7\x5e\xe2\x4b\x17\x14\x13\x2a\x10\x7d\x50\x1e\x35\x7e\xe7\xfc\xcf\xfe\x4d\xf5\x33\x83\x55\xc5\x11\xd3\xe6\xa4\x62\xaf\x64\x93\x20\x13\x67\x34\xe3\x42\x15\x5b\xd1\x56\xd6\x73\xba\x64\x06\x66\xa6\x11\x56\x5e\x0e\x59\xee\x35\xbe\x64\x21\x64\x91\x4a\x09\x61\x29\x71\xb9\x35\x05\x53\x15\x48\x35\x0a\x43\x2b\xfb\x47\xff\xea\x3f\xf2\x3b\xd3\xae\xc8\xac\x47\x8f\x61\xcd\x87\x9c\x8e\x68\x5f\x5f\x72\xdb\x73\xfd\x51\xf9\x4d\x21\x56\x5e\x34\x3e\x30\x01\x73\x61\x2a\x71\x0b\x29\x02\x39\x32\x05\x3c\x55\x1c\x75\x39\xed\x16\xdd\x71\x03\x27\xe3\x08\x8b\x5d\xfb\xaf\xbe\xa2\x31\x9e\x7f\x24\x4a\xe9\xb3\xdc\x35\xf0\x51\xa8\x36\xb4\x52\xf7\x34\xc8\x70\x03\xf7\x34\x2b\x74\xad\x23\xf9\x64\x69\x7c\x69\x49\x79\x0a\xc5\x17\xe5\x3a\x0d\x7a\xad\x45\xdd\x3c\x43\x6d\x13\x5f\xcb\x15\xeb\x78\x47\xc0\x65\xdf\x63\xdb\x57\x2f\xca\x31\xf3\xdf\xef\xdd\xf7\x1f\xf7\xbf\xcd\xcb\xf4\xe9\xd4\x3b\x15\x28\x24\xae\x06\xd9\xba\xc6\x99\xd9\xeb\x78\x69\x68\x6a\x59\x69\x0f\xeb\x73\x1a\xda\x98\x34\x9b\x77\xd8\x60\x3a\x12\xb9\xa0\x7b\xb0\x79\xe9\xfb\x35\x04\x7b\x86\x5b\xc7\xc0\xa4\x97\x96\xfd\x7b\x96\x17\xe8\xf6\x62\x6f\x63\x68\xb2\xba\x4b\xa1\x1a\x36\x97\x23\xde\x2c\xc0\xce\x29\xd2\xea\xd0\x4c\xd3\x82\xda\xf2\xd6\x46\xc3\x9e\xd2\x89\xd4\x3d\xd6\x5b\xc0\x5f\x35\xe8\x24\x1c\x23\xfa\x7b\xac\x49\x52\x4f\x86\x78\x4e\x57\x49\x5d\x33\xdb\x7f\x32\xfe\x13\xd9\xb1\xc8\x8a\xed\x48\x61\x7b\x75\x85\x5f\x56\x7f\xcc\x07\xff\x33\x8f\x1d\x97\x52\x37\x2a\x8f\x1d\x1f\x3b\x5f\xeb\x40\xc7\x50\x98\x08\xaf\x58\xf1\x84\xc3\x94\xe9\x2c\xaa\x3c\x91\x62\x89\xd2\xc9\x9a\x8f\x4d\x05\x03\x24\x7f\x66\xce\xdd\xdc\x7e\xee\x02\xd9\xb0\x41\x73\x64\xd9\x6a\xc6\x43\x9c\x4a\xd8\x69\x70\x6d\xe8\x4c\x18\x61\x44\x63\x34\x72\xdc\x49\x32\x5c\x9a\x4f\xf6\x72\x7e\x6a\xb1\x64\x05\x55\x8d\x4b\x63\x5a\xdb\x52\xaf\xd4\xd0\xe4\x2c\xd1\x5f\xb9\x75\x4d\xb3\xd3\x3e\x47\x3e\xc8\xdc\x54\x5a\x6a\x94\x9d\x9e\x12\x93\x98\x9e\x48\x9d\x62\x90\x5a\x98\x51\x94\xfb\xb3\xf0\x67\x89\x67\x25\x58\x6d\x72\x03\xa8\x4d\xbe\xab\x7c\x60\x64\x74\x7e\x3a\x77\x51\x70\xeb\xaf\xf3\x3c\x41\xaf\x08\x17\xf0\x5b\x3d\x33\x5d\xfd\xdf\x9b\x60\x2a\x04\x0a\xc7\xf2\xbf\xe6\xdf\x16\x71\x17\x6f\x97\x8f\x56\xa5\xd5\x7b\x36\x83\xb7\x65\xf4\xb0\xf5\xf7\x8d\x08\x4d\x78\xcf\xca\x2e\xef\xac\x9d\xec\xa6\x9e\x4b\xfe\x9d\x9e\xcf\x3c\xe7\x98\x9b\x67\xb3\x92\x03\xac\xed\xc1\x8d\xc6\xb5\x36\xf5\x1f\x1b\x9c\x9a\x05\x5b\x8b\xbb\xec\x7b\x45\x06\x5c\x46\x7b\x26\xcb\xe7\x52\x16\x6d\x36\xa8\x76\x7f\x1e\xf2\x9d\xf9\xdd\xf4\x3c\xf3\xfe\x37\xbd\x9f\x9f\xcf\x77\xb6\xce\xe6\x51\xc7\x10\xfa\x8e\x7b\x9d\xfb\x62\xfb\xf7\x87\x4c\x46\x86\xc7\x9b\x67\xb8\xe7\x87\x57\x69\x37\x8e\x77\x02\x8f\x14\xcf\xf2\xaf\xbb\x1e\xcc\x5f\xbf\xfe\x6f\xfe\x83\x40\x2f\xc8\xe7\xe6\x3b\xec\xab\x99\x73\xa7\x33\x0b\x33\x2b\x73\x4c\x0b\x11\xcb\xc8\xeb\xdf\xb6\xdf\xef\xf5\x1f\xe3\x9e\xbb\x5d\xfb\x3e\xe0\xbe\xae\xfc\xbf\xb4\xff\x57\xd7\x6f\xd8\x57\xd9\x97\x9f\x8f\x7d\xbf\x7e\xfd\x32\x7c\xe4\xfc\x05\xff\x58\xf8\x60\xf4\xc4\xfa\xf8\xf5\xe9\xe5\x19\xf1\x79\xe7\x45\xe8\x37\xd2\x33\xce\x63\xea\xff\x52\xbe\x6e\x3e\xaa\xdf\x6f\x5d\xce\x9e\x53\x9e\x50\x1c\x5a\xef\xdb\xee\x9b\xef\x91\xef\x0b\xed\xeb\x1d\xe2\x1f\xd2\x1e\x84\x1d\x94\x1f\xd4\x1e\xed\x1f\x53\x9d\xe4\x1d\x6b\x9f\xe2\x1c\xd7\x5c\x0c\x3c\x21\xfc\xe5\x6f\xc7\xb8\xdd\x39\x87\x3a\x86\xd8\xfd\xbd\xb9\xba\xe6\xb9\xec\xbe\x24\xb2\x90\x30\x07\x35\xfb\x71\x16\x66\xee\x66\x0e\x6f\xfe\x74\xee\x7e\x6e\x64\xb6\x62\x9e\x7a\xf1\x69\x79\x78\x99\x73\x35\x6d\xe5\xd3\x06\xec\x91\xd9\xad\xe9\xbf\xf4\x77\xbd\xe7\x82\x7b\x12\x9b\x49\xcb\xfe\x73\xd0\x13\x01\xa3\x62\x43\x75\x03\x30\xfd\x12\x3d\xdd\x5d\x1b\xdd\x17\xdd\x62\xdd\x75\xbd\x6a\xdd\xd0\x3d\x48\x7d\x09\x7d\xe5\xfd\xf9\x03\x3b\x83\x99\x83\x7e\x83\x04\xe3\x36\x8b\x63\x3b\xcf\x17\x6f\x75\xc5\x77\x9d\xc7\x8a\x1b\x1d\x0b\x47\xe3\xee\x43\x48\xdd\x2f\x9d\xda\x2d\x58\x8d\x43\x0d\x60\xb5\x41\xd5\xf5\xd5\xe9\x95\x75\x95\xa9\x55\x09\x55\x57\xd5\xca\x95\x15\xd5\x6e\xd5\x15\xf5\x0e\x0d\x52\x0d\x14\xf5\xb5\xf5\xa8\x6d\x39\x83\xaa\x33\x71\x1b\xb4\x20\xd0\x2f\x86\x63\xaa\x8d\xa5\xa9\x97\xa1\xe9\x4e\xcd\xa6\x97\x6a\xf9\x8a\xea\x92\xb4\x82\x9c\x3c\xe5\xdc\x9f\x59\x54\x19\xa1\x19\xa1\x19\xbf\x32\x40\x99\xa4\x59\x15\x99\x15\x59\xca\xd9\x75\x39\x02\xb9\xc3\x79\xa0\x1c\xcc\x1c\xf8\x32\x9e\x86\xe6\xee\x91\xf1\xcd\xdf\x33\x97\xe2\x5b\x49\x73\x98\x83\x02\x6d\x14\x35\xaf\xc5\x2f\x39\x22\xe9\x89\x49\x8d\x09\x68\x31\x83\x31\x8d\x51\xf9\xe1\x73\xe1\x0f\x61\x2c\xe1\xc7\x11\x28\x51\xb1\x91\x13\xd1\xb8\xd1\xe5\x31\xa6\xb1\xd4\x71\x26\x51\x18\x31\x85\xa9\x3f\xf3\xcd\xab\x71\xda\xed\x7f\xe1\x1f\xab\xad\xa8\x8d\xfc\x68\xe3\xa8\xb1\xcc\x6f\x4a\xeb\x8e\x9d\x0c\xc7\x0a\x58\xf4\x17\xf5\x85\xf0\xc2\xf5\x62\xf1\x98\x75\x6b\x72\xd7\x75\xc7\x71\xe7\xf7\xc0\xf0\x88\xf4\xda\xf6\x86\xf2\x62\xf0\x79\xef\x33\xec\x73\xef\xf3\x1c\xbc\x1e\x87\x9e\x25\x51\x76\x74\x23\xb8\x03\xcc\xc0\xf4\xb9\xd6\x4d\x17\xae\xa5\xfe\x8e\x32\x0c\x28\x70\x4f\x74\x3c\xb2\x9b\xb4\x41\xb0\x24\xb4\xf8\x68\xfe\xcd\xac\xc4\xcc\xcb\x6c\xc1\xb4\xc6\x5c\xce\xfc\xd6\x22\xc5\xc2\xcb\xb2\xc7\xd2\xc4\xd2\xc0\x9a\xdf\x32\xc3\xa9\xcc\xd7\x3d\x72\x31\x4d\xe2\xf2\x7e\x53\x61\x02\xa5\x5d\xb6\x4a\x3f\x1b\x2f\x96\x3c\xa0\xce\xa5\xd3\x1a\xd5\x28\x51\x57\x57\x3b\x46\x53\x5f\xdd\x5d\xad\x46\xed\x83\xaa\xba\x4a\x80\x1a\x9c\x9a\x8a\x9a\x91\x2a\x8f\x1a\xb3\xc6\x37\xf5\x28\xb5\x2c\x75\x1b\x4d\x11\xc3\x54\xeb\x13\xb7\xce\x10\x96\xb3\x99\xd5\xec\x51\xcd\x16\x81\x52\xe7\x34\xda\x70\x0e\x8f\x19\x1b\x5a\xfd\x12\xb5\x5b\x39\x2d\xa9\x48\x29\x44\xb1\x79\xd1\x5d\x51\x36\x91\x49\x11\x23\x51\x7e\x11\x7d\xe1\x0d\x11\x66\x91\x0d\xd1\x16\x31\x01\x71\x5a\x31\x3a\xb1\x57\x79\x12\xcd\x6e\xb3\xf7\xce\x8f\xe7\xe4\x6b\x72\x23\x59\x2d\x3c\xc5\x0c\x49\xbf\x83\x55\x5d\x60\x4c\xd7\xd4\xf9\xa4\x4d\x04\x37\xb8\x3f\xb2\x37\xb1\x63\xb0\xc9\xb3\x2c\xb0\x48\x31\x23\xb1\xc4\xb1\xbc\x63\x5a\x63\x96\x60\x5e\x66\x09\x64\x59\x61\xd5\x60\x39\x67\x8d\xe7\x15\x90\x28\x50\x15\x33\x3a\xbf\x50\x59\x43\x1d\x9b\x6e\x91\x2b\xa1\x4b\xbe\x0e\x8a\x72\xf2\x37\x6a\x50\xce\x10\x69\xe4\x28\xa1\x9b\x24\x4f\x26\x1d\x25\x39\x26\x79\x4f\xa2\x40\x14\x48\xfc\x83\x28\x9d\xc8\x8c\x28\x92\xe8\x27\x51\x1e\xb1\x14\x89\x1f\xf1\x01\x09\x3b\x35\x3f\xdb\x98\xc8\x89\x0a\xc5\x35\xf6\x66\xed\xf8\x6b\xbb\x7e\x39\x74\x2a\x28\xc4\xdd\xb9\xc8\xb8\x5c\x19\x41\x84\x94\xc5\x9f\xdc\x1a\x07\x06\x55\x1f\x65\x17\xd9\x18\x59\x0c\x71\x17\x49\x14\xb1\x07\x31\x0f\x71\x0b\x49\x02\xc9\x1a\xa9\x15\xb9\x07\x45\x01\x19\x84\xe9\x41\xd6\xcf\x01\x2b\xb5\x70\x9f\xb1\xbb\x33\xcb\xd1\x6d\x5f\x95\x90\x25\x14\x31\xeb\x21\x64\xde\xa4\x6e\x28\x56\xc1\xd6\x46\x6e\x8b\x51\x01\xe7\xfe\x99\x14\x8a\x0f\x32\x0d\x12\x09\xa2\x16\xa2\x1c\xc2\x09\x22\x14\xe2\x18\x52\x1e\xd2\x17\x8a\x1f\x4a\xfe\x33\x0e\x9c\x3d\xde\x4f\xc6\xdf\x62\xb4\x2f\x07\x27\x0a\xcb\xd4\x43\xbd\x8d\x08\x05\x52\x09\x70\x7e\x5e\x76\x86\xba\x2e\xb2\x02\xbc\xe7\x74\x4d\xf8\x22\x08\xe7\x90\x88\x00\x16\x40\x03\xb0\xbc\xc7\x05\x5b\xf8\xf4\x04\xb1\x04\xa5\xf5\x05\xef\x6b\xea\xb7\x2d\x98\x49\xd8\xd0\x9f\xb5\xf8\x7d\xcc\x28\xe2\xe0\x20\xd0\x0d\xce\x76\xea\xe4\x72\x67\x4c\x85\x4e\xfa\x5c\x58\xb1\xeb\x8c\x69\xbd\xea\xad\x18\x24\x1b\x0d\xb9\x30\x46\x0b\xf4\x15\x38\x34\x54\xe2\x57\x02\x68\x57\x38\xf8\x1f\x48\x08\x9f\x11\x2d\x91\x8b\x50\xa3\xd1\x2c\x30\x58\xb1\x0e\x71\x33\xa9\xaf\xb8\x63\x65\xe1\x41\xa0\x17\xfb\xe3\xc3\xa5\xc3\x21\xea\x06\xa7\x7c\xdd\x38\x1e\x5f\x37\xdb\x4a\x5d\x4a\xd9\x2a\xbe\x70\x7a\x76\x02\x58\x84\xd3\x1f\x9e\x08\x15\xc8\xac\x68\xac\x98\x9a\xd8\x4a\x78\xf2\xf8\x07\x44\x20\x92\x34\xb2\x35\xca\x28\x2a\x24\x9a\x48\xce\x5b\x49\x6c\xcd\xac\x7f\xfc\x36\x6f\xfa\xb6\xa2\x27\xd9\x3b\x60\xcb\xfd\xd2\xa3\xc3\x74\xdd\x3e\x9a\x36\xaa\x91\x8b\x9b\xb2\xeb\x52\x8c\x61\xeb\x61\xbb\xe1\xbe\x10\x1a\x12\x27\x91\xa3\x53\xd2\xd0\x98\xd0\x7f\x67\x6c\x65\xf9\xc1\x56\xc9\xb1\xc6\x2d\xc7\x4b\x27\x3e\xa6\x56\x61\x56\xf5\x8f\x08\x4f\xbf\x8e\xe4\x96\xf8\x07\x8a\xea\x7b\xf3\xd6\xe3\xe8\xfd\xde\xd9\xdd\xea\x8b\x2a\x64\x08\x62\x32\x45\x53\x5c\x53\xfa\xd3\x88\xd1\x65\x33\x19\xb2\xd8\xb2\x1f\x73\x1b\xf2\xba\x08\xb4\x0b\xeb\x88\xc1\x8a\x57\x4a\xa6\xca\x3a\xa8\x41\x9a\x08\x39\xff\x71\xe2\x7c\x0d\x6c\x32\x4c\x26\x74\x10\x97\x2f\xa6\xab\x87\x5b\xba\x5f\x5b\xb4\x6a\x06\x49\xf3\xf2\xf8\xb3\x45\xb1\x73\x73\x1e\xf0\x18\x0b\x7c\x15\xc6\x10\x0d\x96\x74\x94\xa3\x54\x00\x53\x6a\x57\x4d\xd6\x9c\xd1\x26\xd2\x57\x37\x81\x74\xdc\x0d\xf8\xa3\x76\xf1\x29\xf8\xc8\x70\x91\x6d\x10\xad\xd1\xb6\x40\x29\x11\x25\x10\xcd\xa9\xd4\x24\x58\xd5\x41\xb2\x5d\x78\x54\x0c\x57\x5c\x5f\x8a\x44\x0e\x53\x21\x44\xc5\x58\xc3\x43\xdb\x56\xaf\xdb\xf8\x83\x29\xa5\xc5\xa1\xcd\xb8\x7d\x81\x63\x85\xbf\x57\xdc\xbf\xbb\x48\xae\xc5\xb7\x55\x27\x7f\x77\x69\x55\xfa\x65\x53\x47\x6f\xf9\xc6\xd8\x0d\x1a\x92\xaa\xd1\x28\xf1\x2b\x5f\xa9\xae\xaa\x6f\xe8\x28\xe9\xad\x1a\x35\x9a\x79\x58\xe3\xd9\xb2\x3a\xde\xb9\x34\x7a\x72\xfa\x7a\xf8\x83\x42\x92\x63\x3f\x66\x0b\xff\x2b\xc2\xd3\xde\x49\xfa\x32\xd3\xb0\x76\xf3\x4b\x29\x53\x9a\x69\xb8\xb6\x97\x8d\x8d\x8b\xf1\x91\xbe\xb1\x21\x8b\xf1\x8a\xc9\x8b\x85\x99\xf5\xb4\xfd\x98\xf3\x95\x87\x8b\xb7\x5a\x00\x71\x30\x44\xc8\x6c\x94\x40\xfc\x6e\x9a\x69\x56\x54\x85\xed\x7f\xb2\xf5\x2d\xef\x8e\xc9\xac\x6f\xdf\x66\x83\x5e\x21\x4f\xb2\x6e\x68\xa7\xa7\xad\xe3\xa4\x2d\x96\x3d\x99\x83\xb7\xf3\xae\x5b\xa5\x17\x87\x9f\x63\x10\x61\x18\x75\x64\x40\x1c\x4e\xe2\x75\xda\x5a\xd6\x69\xbe\x41\x11\x78\x85\x56\xeb\x9f\xea\x1f\x7e\x7f\x3b\x6f\xdb\x38\x9d\x6c\xe8\xaa\xaa\x95\x2b\xf8\x94\xf4\x2d\xec\xde\x9f\xd7\x07\xc9\xd7\xc1\x7f\x3c\x50\x3f\xe4\x32\x3c\x36\x96\x35\x41\x3b\x39\x2f\x43\x29\xfb\xb5\x08\xb9\x4c\xa7\xe2\xa5\x1e\xa6\x79\xad\xab\x79\xa8\xfa\xcf\xcc\x78\x5c\x39\x56\x5f\x4d\x1c\xf3\xeb\x34\xaa\x79\x97\xf7\x39\x85\x2f\x6e\x22\x6a\x39\x66\x32\x0e\x21\x81\x23\x69\x29\x4d\x34\x6b\x26\x8f\xa8\x28\xbc\x9c\xbf\x1a\xbb\x21\xb7\x05\xbe\x53\xa6\xef\x65\x98\x65\x7c\x74\x81\xfc\xaf\xd4\xba\x27\x3a\x84\x5d\x92\x1f\x2d\xeb\x18\xab\xfa\x5c\xac\x93\x93\x98\x61\x94\xc5\x9e\x0b\x9d\xb7\x5f\x10\x5e\xbc\x58\x6e\x5e\x73\xd4\x50\xdb\x72\xdb\x69\xda\x87\x3e\xcc\x3f\x41\x3f\x03\xbd\x40\xbe\x45\xbe\x3f\xf7\x77\xf2\xdd\xe4\xec\x5f\x2f\x26\x8e\x52\x77\xb2\x35\xec\x54\x42\x96\xe9\x94\x93\x56\xea\xd4\xa0\xd7\xed\x37\x15\xb6\xed\x76\xe1\xf5\x4d\x0f\x17\x8c\x17\xce\x84\x2f\x1e\xad\xe5\x6d\x99\x1d\x4a\x9f\xab\xdd\xb2\xfd\x37\x3d\x6f\xd0\xf6\xec\x96\x4c\xc7\x1a\x7a\xae\xda\xe3\x5a\x6b\xdb\x58\x3a\x2a\x3b\x8b\x7a\xc1\xfb\x5f\x47\xae\x27\x7e\xcf\xea\x2c\xbe\xae\xa5\x6d\xdd\x1f\xc8\x9d\x74\x5c\xd9\xdf\x4e\xbd\x54\xfe\x2f\xfe\x82\xa2\x6e\x4e\x0f\x2c\x96\xab\x66\x4e\xc7\xcd\x46\x3f\x8c\xbe\x1b\x3b\x98\x20\x9e\x1e\x9b\xcf\x5a\x2a\x59\xcf\xde\xc6\x3d\x74\x3e\xb5\xbe\xf4\xbb\xff\xf2\xf8\xbf\xca\x40\xff\xfc\x1c\xbf\x8e\xf5\xb6\x43\x56\x9a\x96\xad\x56\x58\x56\xcd\xd6\x16\xb6\xa6\x76\x97\x0f\x7f\x9f\xee\x5f\x8d\xdf\xdf\x3c\xbf\x03\x9d\xfc\xff\x57\xff\x5f\x5e\xaf\xfd\xbf\x3f\xbe\xd4\xbd\x6c\xbf\x0e\x80\x44\x7f\xaf\xfd\x7f\x55\xbd\x38\xdd\xcf\xde\xa5\x5f\x61\x5d\x0a\x5e\x50\x9d\xc2\x9c\x98\x1f\x2f\x9f\x12\x1e\xa7\x9e\x2e\x9c\xcd\x9f\x1f\x9d\xe3\x5d\x58\x5e\x36\x5d\xa7\xdc\xc0\xdc\xf1\xdd\x2e\xdd\xdc\xbe\x88\xfc\x55\xfb\xac\xf8\xeb\xdd\xe5\xee\x89\xc0\xe1\xe7\xed\xce\x4d\xe7\x0d\xc4\xd5\xee\xd5\xbe\xa5\x9d\x25\x8c\xa5\xc5\x15\xf4\xd5\x2f\xab\xd0\xab\xa2\x6b\xa2\x6b\xf4\x1b\x22\x5b\x3f\xb6\xd3\x76\xcd\xb6\x18\xb6\xa9\x4e\x2a\xef\xf9\xff\xfd\xbc\xad\xd7\x39\x27\x4a\xfb\x8c\x1b\x45\xcb\x5d\xb3\xcf\xb3\xba\x53\xa0\x71\xec\x91\xd7\x61\xd6\x21\xf4\x41\xf8\x81\xd5\x41\xb0\xa1\xde\x11\xc2\x61\xbc\xe1\x84\x91\x8b\x31\x86\x71\xfc\x71\xc6\x29\x9f\xc9\x86\xc9\xa7\x15\xca\xbd\xe9\xcb\xb7\x5d\x94\xd7\xea\xcb\xf8\x83\xb1\x75\x86\x79\xc6\xf1\xfa\xe1\xe3\x7e\x83\xae\xe1\x0e\xb0\xd6\xb9\x16\xdc\xc6\xea\xfa\xfd\xba\xff\x1f\x7b\x7f\x1e\xbd\x5f\x51\x9d\x89\xe2\x66\x30\xe6\x63\x8b\xda\x1d\x8d\xd1\x8e\xa0\x46\x63\x63\xfb\xbe\x9e\x9a\xab\x42\x3a\xfa\x05\xe2\x3c\x01\xd2\x4e\x31\xa8\x38\x1b\x0c\x0a\x0e\x88\xb3\x82\x62\x70\x1e\x40\x71\x88\x0a\xe2\x44\x9c\x12\x11\x49\x1c\x82\x82\x3f\x5a\x32\x28\x31\xce\x8a\x4a\xda\x48\x14\x93\x88\xa8\x6d\xe4\xb7\xce\x7e\x76\x9d\xf7\xec\xaa\x7d\xce\xbd\xeb\xfe\x77\xd7\xba\xf9\x43\x16\xa4\xea\xf3\x9e\xaa\x5d\xb5\x6b\x0f\xcf\x7e\xf6\x8f\xff\xe2\xc2\x0f\x7d\xf1\xdc\xaf\x9c\x7f\xb7\xf3\x9e\x75\xde\xd5\x1f\xb9\xfc\xfc\xe1\xaf\xbe\xfe\xd1\x5b\x7f\xd4\x7f\xfc\x3a\x1f\xff\xda\xc5\x8f\xbe\xf4\xdb\xdf\x30\xd7\x5c\xf3\x1f\x6f\xfe\xb7\x77\x5d\xfe\xbb\x5f\x3a\xe9\x6f\x3f\xf3\x69\xff\xb1\x93\x3f\x7c\xf1\x5f\xdc\xf0\xfd\x47\x9c\xf3\xb1\x77\x1f\xfe\xce\xb7\xbe\xe3\x8d\x6f\x77\x67\x7e\xed\xed\xb7\x7f\xfb\xdd\xce\xba\xf2\xec\xbb\xbd\xe3\x27\xef\xfc\xa5\xf7\xdc\xe2\x3d\x07\x9d\xf3\xe1\x73\x4e\x7e\xef\xfe\xe7\xbc\xf6\xbd\xef\x38\xef\xc9\x17\x7c\xf2\xef\x7e\xed\x9a\x6b\x7e\xf4\x0b\xff\xfb\xc8\x2f\x9d\xf6\x77\xff\x72\xc1\x63\x3f\x72\xea\xfb\x8f\x7c\xe7\xd3\xce\x3c\xec\x4f\x7f\xe7\x8c\x7f\x7a\xfd\xb7\x5f\xf7\xa8\xd3\x8e\x3d\xed\x25\xaf\x7d\xc1\xab\xdf\xf8\xea\x03\x5f\xfd\xe6\xd7\xfc\xec\xb4\xed\xe9\x57\xbf\xfe\xab\xaf\xdf\xef\x0d\xd7\x7f\xfd\x95\x6f\xbc\xf5\x19\x17\xbe\xe9\xed\xef\xb8\xef\x07\xf7\xfb\xd8\xef\xfe\xec\xdd\x57\xbe\xf0\x1b\x2f\xfc\xec\x9f\x5e\xf8\x4b\x1f\x79\xd9\x9f\x3d\xe5\xcc\x74\xc6\x2b\x5f\xf5\x91\x97\x5d\xfa\x27\x1f\x79\xd1\x3f\xbe\xf0\xd2\x93\x5f\xfe\x82\x23\x5e\xf0\xfd\xe7\xff\xca\xf3\xbf\x73\xd2\xc5\x27\xdd\xf0\xa4\x53\x4f\xfa\xe2\x8b\xae\x7d\xca\x37\x4e\x49\xa7\x7c\xfd\x94\x6b\x5e\xfc\xf8\x97\xfc\xb7\xd3\x0e\x7c\xcb\xcf\xff\xec\x4e\x3f\xbe\xe2\x3b\xef\xf9\xe2\x1b\x2e\xf9\xa3\x8f\xde\xf6\xbd\x17\xbc\xed\x16\xa7\x9f\xfc\x92\xab\x5e\xf0\xe7\xcf\xfe\xe5\xa7\x9f\x7e\xc2\x45\x4f\x7d\xe9\xf1\x5f\x38\xfe\xa2\x27\x1d\x7b\xdc\x0d\x8f\x3b\xf1\xf8\xfd\x9f\xfc\x87\x4f\xb9\xd1\xf1\xa7\x3c\xf9\x9b\x4f\xfe\xb3\xa7\xd9\xa7\xe6\xa7\xbc\xfd\xa9\x0f\x3b\xf1\xff\x77\xd2\xeb\x5e\xbe\xef\x8c\xeb\x5d\xf5\x37\x97\xbb\x4b\x1f\x7f\xe1\xa1\xe7\x9e\xf5\x8e\x78\xc6\x7f\x7a\xe9\xad\x9e\xf7\x97\x4f\xbb\xdf\xb1\xbf\xf8\xb8\xa3\x1e\x73\xbd\x47\x3f\xf5\x91\xd7\x7d\xc4\xad\x1e\x6e\x1e\xf6\xdd\x87\x9f\xf7\xf0\xaf\x1d\x7d\xf3\xa3\x9f\x77\xf4\xad\x8f\xbe\xfb\xd1\x1f\x78\xd4\x6f\x3d\xea\xa4\x47\xbe\xe6\x51\xff\xfc\xb8\x5f\x39\xee\xc0\x67\x1d\xf8\xe2\xd3\xfe\xed\x75\xdf\xfc\x8d\x4b\xaf\x75\xc1\x4d\x3e\xf8\x94\xb7\xb9\x57\x1f\x7e\xf2\x3b\x4f\x38\xf1\x98\x9f\x1e\x7d\xfd\x07\xff\xe8\x01\x37\x3b\xf2\x29\x47\x9c\x76\xf8\xd3\x0f\xdf\x77\xd8\x61\xf7\xbd\xea\xf0\x3f\x38\xec\xd2\xc3\xef\x78\xf8\xfd\x8f\x38\xea\xf0\x17\xde\xef\xd5\xf7\x3b\xfd\xc8\x07\x1d\xf1\xd3\x07\xdc\xfc\x61\x0f\xf8\xa3\x7b\x3f\xed\x27\xff\x7e\xdb\xcb\x5e\xfa\xf7\xb7\xfa\xf8\x15\xef\xfd\xc4\x9b\x7f\xf2\xf2\x27\x3e\xe7\x03\x4f\x3a\xe8\x91\xe7\x3e\xf0\x76\xf7\xf9\xcc\x5d\xef\x71\xe8\x41\x87\xdc\xe0\xe0\xf3\xf7\x7d\xef\xe0\xeb\xed\x3b\xe7\x4e\x8f\xbd\xe3\x4f\xee\x74\xf2\x9d\xce\xbf\xd3\x67\xf6\xfd\xfa\xc1\x2f\x3c\xf8\xd5\xfb\xbe\x73\xf0\xf3\xef\x7c\xcf\xfb\x3c\xe6\xc1\x2f\x7f\xcc\x0f\xfe\xfd\x06\xdf\xba\xe8\xef\x2f\xfe\xc4\xf0\xbe\x2b\xfe\xf4\x97\x5f\xf6\xe8\x67\xbf\xe3\xd8\xdf\x78\xe8\x0f\x0e\x7f\xed\x9d\xdf\xfa\xbb\xf7\xf2\x67\x9a\x4f\x9b\x7f\x19\xde\x6e\xe2\x70\xdc\x1d\xbe\x7e\x87\x61\xb8\xde\x1d\x3e\x71\x87\xaf\xdf\xe1\x42\x73\x2b\xb3\xcf\xbc\xcc\xbc\xc1\xbf\xfa\xf7\x7e\xfd\x1e\xaf\x7f\xf0\x97\xae\x1e\x2e\xff\x9f\x97\x1e\x7a\xc1\x0f\x3f\x70\xc5\x5b\x8e\x79\xf9\x49\xcf\xb9\xee\xb1\xc7\x3c\xf4\xa1\xf7\x7d\xde\xc1\x77\xf1\xaf\x38\xf0\xb4\x5b\x9d\x7a\xcb\x7d\xb7\x78\xea\x01\x67\x1d\x70\xf8\xfe\x17\x1c\xf0\x0b\xfb\x5f\xba\xff\xdb\x0f\xb8\xef\x01\x27\x1d\x70\xfc\x01\x7f\x7d\x8b\xed\x2d\xbe\xfa\x5b\x87\xdd\xe1\xcb\x77\x3a\xed\x88\x5f\xf9\xe9\xb1\xff\xfc\xd9\x2f\xfc\xea\x45\xb7\xff\xd0\x3f\x9d\xb5\xdf\xab\x7f\xe7\x05\x7f\x78\xdc\x33\x1e\x7e\xf0\xe1\x27\x1e\x72\x7b\xf7\xc3\xdb\x9c\x7a\xd3\xfd\x6e\x78\xd6\x0d\x3e\x75\x83\x13\x6f\x70\xc0\xf5\x5f\xbb\xdf\xbf\x5e\x7f\xef\xfa\x77\xbd\xfe\x4f\x6e\xf0\xb0\x1b\x5e\xf6\x5f\x1e\xfb\x6b\x87\xfc\xda\x4d\x6e\xf2\x88\xdb\xbe\xee\x77\xde\x79\xef\x27\x5e\x73\xcd\x95\x47\x7d\xed\xca\x4b\xfc\x5f\x3e\xfa\x5d\xff\xe7\xf5\x4f\x3a\xe5\xec\x13\xc2\x63\x9e\xf9\x80\xd7\xde\xf5\xfb\xe5\xbc\xdb\xbd\xeb\x37\x6f\x76\xfd\x5b\x5f\x6b\xef\x97\x6e\x71\xed\xf3\x7e\xf5\x19\xff\xe9\xf6\xfb\x9d\x7d\x83\x57\xfe\xe7\xdf\xfb\xb5\xa7\xdc\xe8\x56\x37\xfe\xc1\x4d\xde\x7d\xd3\x27\xdd\xec\x26\x07\x6e\x0f\xfa\xe8\x7d\xee\x74\xcd\x35\x57\xdf\xf0\xf2\x27\xff\xc3\x2d\x2f\xf8\xe8\x07\xff\xe0\xad\xcf\x7d\xe5\x3d\x9f\xfb\xbc\x27\x1e\xf1\xd0\xb3\x0e\x3b\xec\xe0\x13\xdd\xfd\x6f\xf3\xec\x1b\x7f\x77\xbf\xe3\x6e\xf8\xad\x1b\xfd\xf2\xaf\x3f\xe2\xa6\xf1\xbf\xde\xeb\xe6\x9f\xbc\xc5\x2f\xdd\xf2\xe9\xbf\xf5\xc4\xdb\xdc\xed\xb6\xbf\x7d\xe0\x9b\x6f\x77\xa6\xfb\xda\x21\xc7\x1c\x79\xab\x6b\xae\xb9\x66\xbf\xef\xdf\xe6\xab\x4f\xfd\xcc\x55\xe7\x7f\xfc\x5d\x2f\x7f\xdd\x9b\x4e\x39\xe6\x84\x73\x1f\xf3\xf5\x07\x3e\xf9\xee\x57\x1c\x74\xc7\xdb\x9f\x7a\xf3\x8b\xfe\xeb\xc9\xfb\x3f\xe2\x96\xfe\xb7\x2e\xfc\xed\x8f\x1c\xb8\xff\xed\x1f\x79\x87\xdb\x99\x23\xed\x83\xc3\x75\xd2\xa6\x1c\x7a\xd0\x05\x07\xbf\xfd\xbe\xdf\x7f\xe8\x71\xe3\xdd\xfc\xd1\xd5\x97\x3f\xf6\xd2\x73\x2e\xb8\xfe\x07\xde\xf8\xd6\x87\xbc\xe2\x99\xcf\x79\xe1\x13\xef\xff\xf0\x1f\x1d\xf1\xc0\x43\x1f\xeb\xaf\x39\xf0\xaa\x03\x4f\xfc\xef\x3f\xd9\xbe\xc4\xfc\xcc\x7f\x20\x1d\x59\xae\xf9\x1f\x8f\xbf\xd3\x31\x87\xec\x7f\xe8\x3f\xdd\xe5\x8c\xbb\x6f\xef\xf5\xb6\xc3\xd2\x51\xff\xf9\x98\x2f\x92\x7a\x78\xcc\xf7\xfe\xe8\x2b\x4f\xfa\xcc\x01\x1f\x79\xc1\xbb\xe2\xeb\x5e\x7a\xca\x71\x27\x5c\xf4\xb8\xab\x1f\xfc\xfe\x7b\xdd\xe5\x8e\x07\xa4\xfd\xd2\x95\xe5\xf3\x07\x7d\xee\x8e\x8f\x3e\x78\xff\xdf\xff\xc5\xbb\xfe\xc9\x3d\x9e\x7a\xef\xc7\x1d\x7e\xfe\xff\xdc\x7b\xe0\x21\x0f\x3a\xe1\x21\x37\x7b\xd8\x7f\x3f\xe6\x97\x4f\xfc\x6b\x68\x98\xab\x9e\x73\xf9\x83\x3e\x77\xe1\x5f\xff\xe8\x03\x7f\xfd\xd6\xcb\x5e\xf9\xf2\xe7\xdf\xe6\xf8\x2b\x1e\xf9\xe4\xfb\xff\xe1\xdd\xae\x3a\xf4\xbf\x1d\xfa\x83\xbb\x1c\x73\xf7\x73\xee\xf5\xe4\xfb\x3e\xee\x88\x4b\xef\xff\xeb\x0f\xfe\xdc\x43\xce\x7e\xd8\x4b\x1f\x71\xdf\x47\x7f\xf7\xf1\x77\x38\xe6\x8a\x63\x3f\x7c\xe2\x41\xa7\x3c\x0a\x7f\xe1\xe7\x67\x7f\xef\x5e\x5f\xfe\xc6\xc5\x3f\x3d\xff\xdc\xf7\x5c\xe7\x0d\xdf\x7f\xc9\x6f\x3c\xf3\x7b\x7f\xfc\xbc\x87\xdb\x23\xcf\x3c\xec\x3a\x47\x9c\x71\xe4\xb9\x0f\xf8\xe8\x83\xbf\x75\xd4\x2d\x1f\xfe\xa6\x47\x5d\xe7\xb1\x97\x3d\xe1\x0e\xc7\xde\xf6\xb8\x8f\x9e\x70\xd0\x89\x6f\x7b\xd6\x2f\x3e\xff\x66\x2f\xfa\xd2\x6b\xa7\xfa\x8b\x1f\xbd\xf8\xf2\xfb\xfc\xc3\xf5\x3e\xf9\xbd\xbf\xf8\xc2\x59\xff\xe7\xb5\x9f\x3f\xe5\xb7\x9f\x7e\xea\x31\xef\x39\xfa\x53\x0f\xbd\xe8\x61\xa7\x1e\x7d\xb7\x47\x9e\xfe\xd8\x93\xff\xe8\x43\xc7\x3e\xe3\xf8\xfb\x3f\xed\xbe\x27\xfe\xaf\xe7\x7c\xf3\xf9\x5f\x7d\xe1\xfb\x4e\x7d\xfc\x4b\x3f\xfb\x8a\x57\x9d\x76\xe3\x33\x9f\x5e\xff\xc2\xcf\xbf\xf9\xfd\x37\x7c\xfd\x0f\xfe\xe6\xc5\x1f\xfd\xd1\xfb\x2e\x7d\xeb\xdd\x5f\xf5\x92\x93\xbe\xfc\xb4\xab\x9f\xf8\xd3\x27\x3c\xe7\x8f\x5f\xf4\xc4\xd3\x8f\x7b\xd1\x53\xe3\xd3\x9f\xfd\xac\x07\x3d\x6f\x78\xe1\xb5\xff\xe4\x91\x2f\x3d\xe1\x55\xfe\xb5\x27\x9e\x71\xeb\x37\xde\xf9\xcc\x6f\xbf\xe3\xf8\xf7\xcf\xbc\xdf\xab\xff\xf1\x7f\xff\xf0\x8b\xd7\xbe\xf8\x3a\xe7\xef\x7b\xcf\x5f\xfd\xe9\xc3\x5f\xf9\x88\x93\x3e\xf8\xcc\x53\x4f\xfc\xfb\x67\xdd\xfe\x59\xdf\x7c\xee\x5b\x5f\x70\xd9\x8b\xca\xa9\xb7\x7c\xd9\xdb\x5e\xf3\xe0\xd3\x9f\xf1\xc6\xdf\x7c\xeb\x4d\xce\xfa\xe3\x77\x3c\xe1\x9c\x5f\x7d\xff\xb7\xce\x3b\xe3\x63\x77\x9d\xeb\xfb\x7f\x7b\xf9\xb7\xcf\xfc\x87\x13\x2f\xfa\xcd\x0f\x3f\xe4\xdd\x67\xbf\xe9\x6e\xaf\xd9\xff\xd4\x93\x5f\x7c\x9b\x53\xc3\x4b\xee\xf1\xb2\x27\xbc\xea\xed\xaf\x8d\xaf\xbf\xe4\x4d\x17\xbd\xf5\x21\x67\xff\xfb\xbb\xaf\xfd\xde\xdb\xfe\xf9\x1f\x7f\xe8\x9f\xff\xea\x61\x9f\x38\xec\xc2\x7f\xbd\x64\xdf\xfc\x2f\xfc\xfc\xc6\xdf\x3f\xfb\x1b\x3f\xff\xdc\xfd\x3f\x79\xe1\x87\x9f\xf6\xae\xbb\xbe\xe5\x2b\xaf\x7f\xd5\xe9\x17\xbf\xee\xa9\x67\xfc\xdd\x9b\xde\xff\x96\xdb\x9d\x79\xc8\xd9\x5f\x3e\xe7\x88\x0f\x1c\xf3\xa1\xcd\xf9\x87\x7f\xfc\x3a\x17\x9c\x7f\xe1\xb9\x97\x7c\xea\xef\x0f\xfa\xfc\x57\xbf\x7e\x5e\xf3\xea\x3c\xe6\x7b\xd7\xfe\xea\x87\x3e\xfb\xc2\x4f\xbe\xe4\xdc\x6f\xbd\xf7\x29\xef\xfc\xe0\xd9\x2f\x7b\xe7\x9d\xdf\xf5\x17\xe7\x0c\xef\xfb\x85\x0f\x6e\xce\xbd\xee\xf9\xf9\x63\x37\xfa\xd4\xb1\x9f\x7e\xc6\xdf\x1e\xf2\xd9\x97\xfc\xe3\x27\xbe\x72\xe3\xcb\x4e\xff\xce\x5f\x7e\xbf\xcb\xa1\xfc\xf8\x3a\xdf\xbd\xe8\x6b\x7f\xf0\xb7\xef\xfb\xd4\xab\x3e\x7a\xeb\xf3\xee\xff\xa1\x13\xce\xcd\xe7\xdd\xfe\xfc\xbb\xfe\xd5\xfd\x3f\x71\xd7\x4f\x3d\xf1\xe2\xbb\x5c\xf2\x84\xcf\x7e\xf0\x0b\xb7\xff\xca\x09\xdf\x38\xf9\xf2\xcb\xaf\xf8\x2f\x57\xde\xf8\x87\x37\xfd\x59\xe8\x5f\xce\xab\x6f\xfe\xdd\xd7\x7c\xed\xe8\x7f\x78\xd0\x25\xbf\xf7\xc9\xe7\x7e\x72\xbf\x4f\xbe\xe5\xc2\x07\x7e\xfa\xf4\xff\xf5\x99\xbf\xb9\xf8\x73\xff\xe3\x0b\xa7\x7f\xb9\x7c\xe3\xb9\xdf\xfe\xd7\xef\xfc\xf8\x7b\x9f\xfe\xe1\x6d\x7e\x72\xa3\xe5\x1c\xc8\xd5\x4f\xbe\xe2\x79\xdf\x7c\xf3\x17\xff\xf0\xd2\xa3\x3f\xfb\xae\xcf\x3d\xfb\xd2\x57\x7d\xfe\x13\x5f\x7a\xc8\x57\x3f\xf9\x8d\x3f\xbf\xfc\x0b\xff\xfc\x9d\x2b\x7f\xe1\x87\xf7\xfb\xf1\x9b\x7f\xf6\xec\xa5\xb9\xf5\xff\x7e\x7a\xf4\x95\x1f\xfa\xee\xf5\xbe\x7d\xa7\x6f\x5e\x70\xd9\x7f\x7c\xeb\xf3\x97\x5f\xf9\x9d\x37\xff\xcb\xab\x7e\xf0\xe7\x3f\xbc\xe7\x4f\xf6\xfe\xe3\x59\xed\xd8\x6b\x2d\xfe\xdf\xb5\xaf\x7d\xd3\x9b\x6e\x36\xfb\xf6\x1d\x79\xe4\x63\x1f\xfb\xcc\x67\xbe\xe2\x15\x67\x9d\x75\xde\x79\x97\x5c\x72\xd9\x65\x57\x5d\xf5\x7f\xf5\xfb\xff\xdf\xff\xfd\xbf\xe7\xff\xae\x75\xad\xe3\x1f\xf9\xb4\xe3\x47\x79\x1f\xfc\xfb\x77\xb9\xdb\xbd\x8f\x3a\x74\xdf\xfd\xf6\x1d\x75\xe7\xfb\x1c\x7e\xaf\x7d\xf7\xbb\xee\xde\x21\xf7\x7a\xe0\x3d\x8e\x3a\x04\xff\xb8\x17\xfe\xf1\x40\xfc\xe3\x1e\x7b\xf7\xdc\x77\xf0\x51\xf7\xa4\xff\xdd\x47\xff\x7b\xf0\x75\x7f\xff\xde\x87\x8a\xe9\xbb\x3f\x78\xdd\xbd\x61\x3b\x0c\x83\xf2\xbf\x25\xcc\xfe\x65\x63\xc7\x7f\xd4\xc1\x46\x19\x3d\x6c\x63\x1a\xf6\xc2\xb6\x8c\xa3\xdd\x36\xc7\x69\xb4\xed\x47\xe7\xb8\x35\x79\xd8\x33\x76\x3b\x98\x61\x6f\x13\xb6\xd6\x4c\xc3\x9d\x32\xdc\x6c\x5d\x19\xf6\x4c\xde\xa6\xf1\xaf\xc7\xad\x29\xd3\x70\xdf\x0f\x4f\x71\xeb\xed\xb0\x67\xc3\x36\x65\x1a\x5e\x76\x7f\x3d\x84\x6e\x78\xcc\xdb\x68\x87\x3d\x97\xb6\xc9\x0e\x7b\x9b\xb4\x75\x69\x1a\x9e\xfa\xbf\x1e\x87\x6d\xf6\xc3\x5e\x18\xb6\xa1\xd0\x5f\x4f\x7e\x1a\x9e\xfb\xbf\x1e\xdc\x36\x8c\xb3\x1c\xcd\xda\x84\xf9\x5f\x37\x43\xff\xe7\x7d\xc6\x0f\x7b\xec\xbb\xc3\xbe\x2b\x3b\xce\xfb\x6e\xb6\x3e\x93\x7c\x4a\xc2\x5a\xe3\x6e\xb8\x32\x2b\xa7\xad\x49\xc3\x9e\xa5\x25\x6f\xf2\xd6\xf8\xdd\x70\x4d\x50\x96\x3e\x3b\x6f\xc3\x28\xa7\x32\xee\xeb\x34\x5c\x11\x54\xca\x5b\x3b\x0a\x2a\x6c\x8d\x1b\xf6\x36\x66\xd8\xda\xd9\xdf\xd7\x44\xe5\xb6\x2e\x0e\x7b\xd6\x6e\xcd\xb8\x5a\x63\xc6\x03\x31\x4d\xd0\x84\x15\xb6\xa9\x0c\x7b\xce\x61\xbd\xc6\x6c\xed\xec\x93\x14\x71\x85\x3c\x9e\x96\x3d\x1f\xb7\xc1\xe3\x93\xf2\x6c\x82\x26\x30\xb3\x1d\xf2\xb0\x17\xca\xd6\x3b\xac\x39\xcf\x77\x54\x91\x58\xd8\xc6\x38\xec\xc5\xb2\x8d\x9e\xce\x8f\x1f\x25\xa6\x6c\xe6\x24\x81\x98\xe9\x24\xd0\xe9\x34\x66\x9b\x67\xe3\x35\x91\xb9\x6d\x1c\x77\x7f\xc0\x3f\x8c\x1d\x6f\xc1\x34\x41\xf9\x9d\x84\x4f\x0f\xbc\xa7\x6e\xfc\xae\x69\xbc\x26\xb5\xb0\x1d\x46\xa9\x99\xad\x0f\xe3\x04\xbf\x75\x61\x37\x41\x93\xda\xb0\xb5\x99\xee\xe3\x28\xbc\x71\x42\x29\xbb\x09\x9a\xd4\xec\xb6\x8c\x37\xb2\x6c\x33\xfd\x42\x18\x27\x4e\x13\x34\xa9\x05\xba\x35\xde\x6e\x9d\xe7\x5f\x98\x7d\x92\x22\x35\x9f\xb7\xde\xd0\x3c\x9c\x3c\xb7\x2d\x6e\xbe\xab\x8a\xd8\xdc\x76\x88\x74\xa0\xac\x87\x1c\xca\xb8\x4d\xca\xfe\x4c\x62\xc8\x85\x0e\x84\xa1\x35\xc4\x6d\x08\xbb\xf1\x8a\xdc\x52\x99\x94\x21\x4d\x48\xe3\x92\xa6\x09\x9a\xdc\xc2\x78\x36\xf7\xcc\x36\xd1\xf8\x8c\xcb\xe3\x96\xe5\x66\xe8\x44\xa4\x6d\x8a\x18\x9f\x66\x7f\x5f\x11\x5b\x4c\xf4\xe9\xc6\x8f\x5f\xbe\xb7\x31\x05\x77\xc7\x2d\x8a\x2d\x14\xba\x65\x36\xe0\xc4\x9a\x82\x83\xe1\x96\xc5\x66\xb7\xc9\x91\x2a\x2d\xfc\x0b\xc3\xec\x93\x34\xb1\xe1\xc1\x18\x95\x69\xc2\x1e\x15\x3b\xdf\x54\x45\x6c\xb8\x06\xb1\xde\x86\xb8\xb5\xe3\x37\x29\xcb\x9d\xa4\x40\x6a\xdd\xd8\x6d\x18\x4f\x86\xa5\xed\x9d\x26\x68\x72\x8b\xdb\x21\xd0\x45\xa6\x5f\xb0\x16\x2a\xdb\x2f\xcb\xcd\xe2\x48\xd8\xed\x60\x31\x21\x99\xdd\x04\x45\x70\x31\xd3\xbb\xe7\xc6\x9b\xbf\xb7\xb1\x6e\x6b\xe3\x6e\xbc\x26\x38\xb7\x8d\x85\xbe\xd5\x39\x4c\x48\xb3\x09\x9a\xe0\xe2\x36\x8d\x82\x33\x74\x4f\xc7\x09\x71\x36\x41\x11\x9c\x2f\x74\x88\x9c\x1b\xd7\x4a\x13\x9c\xdd\x4d\xd0\x04\x47\x1f\x3d\xca\x2f\xf0\x9a\xbd\x99\xef\x6a\xff\x13\x0e\x8b\x0e\x61\xeb\xe8\x9b\x06\xdc\x37\xe5\xeb\xa7\xa7\x21\x0c\x38\xd7\x9e\xbe\xa9\x40\xd2\x3c\x41\x11\x5c\x2c\xdb\x92\x71\xf9\x49\xd7\xdb\x32\xbe\x15\xd3\x0c\x45\x72\x31\x8e\xeb\x1c\xdf\x41\x4b\x37\x75\x18\xff\x39\x4d\xd0\x24\x67\x71\x50\x2d\x96\x3d\x4e\x98\x7d\x93\x22\xba\x90\x49\x83\xb9\x6d\xce\x18\x4f\xaf\x09\x8f\xd7\x24\x67\xb1\x3a\x8f\xd7\x67\xfc\x81\xb4\x9b\xa0\x49\x2e\x6c\x7d\x84\xb1\x53\xb0\xe6\x3c\xfb\x05\x45\x72\xae\x90\x8a\x74\x69\x1b\x03\x26\x18\x37\xdf\x56\x45\x72\x7e\x6b\xcc\xb0\xe7\x13\xfd\xd2\xc6\xe6\xed\x30\x4a\x4e\xf9\x98\x69\x57\x33\x0d\xf4\xa4\x0d\x36\x2e\x8d\x2f\xd1\x34\x41\x93\x9c\x83\x65\x67\xca\x68\xbf\xd0\x0c\x37\x9b\xa1\x49\x6e\x20\x93\x90\x5e\x86\xcc\x33\x66\x1f\xa5\x88\x2e\xc4\x6d\x9e\x8c\x18\x9a\x10\xf2\x6e\x82\x26\x3a\x3b\x9e\xd0\x51\x7f\x5b\xfe\x85\x60\x77\x13\x14\xd9\xf9\xb4\x1d\xd2\xb0\x17\x71\xad\x5d\x1a\x6d\xa1\x69\xbc\x26\xba\x81\x4e\x85\x49\x7c\x38\xa2\xf8\x22\x4d\x74\x9e\xb6\xc7\x16\xe8\x01\x17\x20\xeb\xb4\x72\xe9\x06\x7a\xa2\x5d\x1e\xad\xd4\xbd\xcd\xf8\x07\xc6\x35\x28\x7f\x7b\xda\x56\x7a\x1b\x9c\xc1\xc5\xf0\x1e\xdb\x9a\x17\x2f\x5d\x60\x73\xc6\x46\xdc\x0c\xef\x71\x25\xf2\xe2\xa5\x0b\x7e\xd4\x8f\xa4\x89\xb3\xc3\x0c\x33\x9b\xa1\x89\xce\x40\x2d\x99\x38\x3e\x40\x34\x63\x88\xbb\x19\x8a\xec\x7c\x7d\x81\x06\x28\x0f\xef\xa0\x0a\xf2\xe2\xc5\x1b\x4d\x0d\x58\x59\x64\xd6\x7b\x07\x85\x96\x17\x2f\x9e\x8b\x74\xba\x0b\x2f\x82\x9e\x97\x69\xbc\x26\x3c\x43\xf7\x6e\xd4\x7b\x34\xc1\x8c\xe6\xc4\x6c\x67\xfb\x5f\xb0\x91\x4c\x44\x37\x90\xb3\x34\xce\xb0\xf0\x05\x96\x2e\x1e\x2f\x6b\x3c\x7a\xf4\xcf\x40\xff\x79\x37\x43\x13\x1f\x5b\x58\xce\xf2\x46\x95\xf1\x37\x77\x53\x14\xf9\xf9\x02\x3b\xd1\xa6\x6d\xe6\x29\x3e\xce\xa6\x28\x02\xf4\x91\x75\xb8\x85\x0a\xf1\x65\x6b\xe6\x53\x34\x09\x3a\x36\xfd\xd2\x76\xa0\xfd\x22\x2f\x6d\x37\x45\x11\xa1\xcb\xf4\x26\x8d\x0f\x37\xfd\x48\x1a\x7d\x97\xdd\x0c\x4d\x86\x8e\x6c\x64\x8b\x03\xe9\xd3\xb8\xd1\xbb\x09\x8a\x10\x6d\x22\x8b\xc8\xb8\xad\xa1\xeb\x11\xc7\xad\x98\x6f\xb0\x22\x45\x78\x72\x16\x8a\x7d\x9c\x32\xf3\xa4\x15\xb9\x14\x8f\x85\xd3\xfb\xb8\x17\xe0\x72\x89\x71\x62\x78\x2e\xa3\xf1\xbd\xe7\xc9\x68\x74\xb0\x3c\x84\xe8\xe4\x68\xd8\xd5\x66\x20\xb3\xcb\xc2\xdb\x12\x62\x93\xc3\xe1\xeb\x8e\xa6\xab\x1b\xff\x5b\xe8\xfc\x6e\x31\x3c\x05\x98\x1d\xe4\x0f\xd0\x55\xea\x1c\x6f\x31\x3e\x66\x7a\x58\xea\x71\x35\x78\x1c\x85\xb4\x4c\xa3\x9d\x46\x67\x77\x3c\xd6\x64\xe4\x8f\x06\x5a\xe3\x7a\x8b\xf1\xc1\x8d\xbe\xd8\xf8\xba\x90\x61\x26\xbe\x5f\xbd\x13\xe3\x91\x29\xf0\x4a\xc7\x65\x8f\x96\x4a\xe3\x7b\x4b\x51\x0d\x78\x74\x49\x81\xed\x0d\xb8\xd0\x66\x45\x56\x71\x1b\xe2\xf8\x77\xe9\x12\x50\xc4\xa4\x75\xbe\xe5\x78\x3b\xbe\xfe\x7b\x89\x66\x6d\x2c\xc2\x1e\x66\x59\x5c\x29\x91\xc2\x30\x1e\x61\x15\x27\xbe\x5f\x15\x98\x9d\xec\x44\xac\x63\xee\xeb\xaa\x12\x83\xf5\x36\xde\x1b\x44\x33\x6c\xec\xbc\x6f\xd3\x3c\x0f\xc5\x90\x95\x92\x30\x21\xf4\xde\xb7\x9c\x30\xd0\x84\x90\xb7\x91\xae\x0b\x4c\x5d\xb3\x26\xb4\xb0\x8d\x8e\x0e\x13\xf9\x67\x14\x09\x69\xfc\x6f\xb9\xab\x09\x8e\x71\xda\x5a\xba\xf5\xe3\x61\x6a\xfd\xef\x56\x0c\x78\x4c\xea\x1a\x5c\xea\xfc\x6f\xb9\xad\x78\x6e\x3d\x8e\x5d\x1c\x3f\xaf\xf5\xbf\xe5\x78\xbf\xf5\x1e\xf6\x7d\x82\xfe\xea\xfd\x6f\x29\x86\x42\x3f\x30\xde\x4b\x4f\xe6\xeb\xfc\x17\x54\xb9\x59\x1a\x69\x33\xc2\x26\x05\xa6\x89\x5d\x91\x5b\x18\x9d\xc3\x3d\xcf\xe1\xa5\x02\xc5\x62\x97\xe5\xe6\x33\xbd\x9f\xc1\x63\x57\xb3\x90\x82\x2e\x37\x47\x61\x87\xc8\xa6\x6e\x82\x2a\x75\xcb\x72\x73\x14\xc9\x19\xdf\x74\x0a\xb4\x48\xe7\x52\x13\x5c\x2a\xb0\x17\xd8\xe5\x30\x03\x5e\x1d\xb7\x22\xb9\x40\xc6\xde\x40\x7a\x63\x63\x8c\x98\xa0\x8a\xce\xd0\x61\x8a\x08\x90\x19\x0b\xd3\xd8\xad\x88\x0e\x81\x28\xe3\xf0\x69\xc6\x8e\x56\x69\xeb\x84\x4b\x51\x14\xb2\xac\xac\x47\xcc\xce\x38\xdc\x52\xb7\x22\x3c\x4b\x5b\xea\x22\x9f\x5b\x36\x7e\xdc\x8a\xf4\x70\x3f\x7d\xe1\x75\xb0\x4b\xea\xd6\xc4\x07\x9f\x3d\x14\xba\x7d\x14\xc7\xca\xad\x23\xde\x4a\xc3\x70\x30\x87\x04\x6e\x3c\xdc\x02\xbf\x22\xc0\x50\x83\x70\x90\x7c\x18\x0d\xec\xd6\x15\x6f\xe5\x41\xf6\x9b\xe3\x20\x4a\x18\xcd\xb3\xd6\x17\x97\x02\xa1\xb8\xcc\x9e\xe5\x58\x56\x84\xfd\xe3\x57\x24\xe8\xb6\xd6\x0d\x7b\x99\x37\x37\x09\xef\x5d\x15\x60\x24\x7b\xdd\xd6\x67\x2b\xc1\xf3\xf5\xcb\x02\x1c\xe5\x60\x87\x3d\x67\xe9\x7d\x1c\x5d\x60\xd3\xbb\xe3\x72\x86\x85\x19\xe0\xd9\x2d\x4a\x22\x06\xa1\x0a\xd0\x25\x58\x18\x55\x1c\x11\xcf\xa3\x30\xac\xba\xd7\x22\xc2\x75\xc7\x83\xc4\x26\xac\x5c\x73\xab\xa8\xc8\xaa\x36\x01\xea\xdc\x5a\xe8\x36\xe9\x92\xb7\x4f\x0c\xf9\x69\x66\x80\x35\x67\xc9\xff\x6a\x9d\xf2\x56\xbb\x0d\xfc\x7e\xf1\x8c\xdc\x7b\xe5\xdd\xb3\x34\xfe\x37\x18\x2a\xd6\x0b\x2f\x5b\x95\xa1\x19\x9d\xb3\x3d\x63\xd9\x6b\xf6\xd8\x5f\xe9\x97\xb7\x57\x8a\xec\x7d\xe8\x76\x9a\x51\x3a\xc7\x5c\x0a\x04\x47\xca\x45\x0e\xc2\xf8\x71\x9b\x3b\xcf\x5c\x4e\xf1\x14\xac\x1e\x8d\xca\xc2\x91\x21\xd3\xba\xe6\xad\xfa\x31\x09\xc6\x3b\xc2\x61\x05\x32\x4c\xcb\x97\x70\x34\x9f\x32\xc7\xb5\x3c\x07\x31\x4c\xe7\x9c\xb7\x2a\x2b\xb3\xf1\x1e\x38\x8c\x91\x87\xce\x3b\xef\x2e\x89\xe5\x38\xac\x81\x07\x6a\x4c\xe7\x9f\x77\x6a\x2e\x92\x7a\x27\x6d\xed\x8c\xe6\xa0\x4b\x99\x44\x3a\x86\x9e\xc2\x69\xe3\x04\xb2\xc0\xd2\xca\x45\xc4\x5b\x63\x6a\x5e\xcb\x20\x96\x9e\x96\x2f\xa2\xf3\xb4\x74\x9b\xb0\x9c\xd1\x91\x76\xbd\x8f\x2e\xa7\x20\x9c\xee\x22\xfc\x29\x37\x20\xa5\x94\x17\x2f\x62\x28\x30\x75\x9c\xa7\xa4\x1b\x05\x58\x5c\xe7\xa5\xb7\x07\x1e\x42\x2c\xbc\xbd\x09\xc6\x61\x5e\xbe\x88\xc1\x23\x0e\x6a\xe1\x5b\x8c\x53\xa2\xed\xfc\xf4\xd6\x78\xa3\xc8\x8f\x29\x78\x71\x5d\x1a\xed\xcb\xd6\x51\x6f\x4d\x6e\xc7\x11\x7b\x3a\xc2\x2e\xc1\x72\xc8\xcb\x77\xd1\x1b\x8e\x12\x41\xb7\x20\xb0\xd8\xba\xea\x72\x87\x23\x1d\x91\xc4\x6f\x03\x5d\xfe\xd6\x57\x97\x13\x0c\xe9\x6a\x93\xa1\xe9\x5c\x42\xb0\x3f\xaf\x5c\x45\x1b\x29\x10\x32\x7a\x88\x0e\xd1\x9c\x52\x3a\x6f\xbd\xdd\x60\x37\xc0\xb1\x27\x83\x74\xd4\xe1\xa6\x77\xd7\x5b\x3d\x84\xb3\x1b\xf1\x5e\x79\x07\xd1\x37\xfe\x7a\x6b\x9a\x15\x3e\x8b\x64\xcc\xf9\x29\xa9\xb8\x7c\x1d\x47\x8d\x62\x10\xd6\xa1\xd8\x36\x8c\xb5\xce\x63\x6f\xdf\xa0\x6c\xf1\x3e\x90\xe6\x1e\xd7\x13\x7b\x97\xbd\x7d\x84\x68\x8e\x19\x48\xbf\x8e\x73\xa2\xe9\x9d\x76\x39\x87\xdf\xa1\x01\x56\x81\xb7\x10\x4e\xe3\xb6\x4b\xe1\x20\x49\x52\x23\xe8\xde\xca\xf8\x83\x2e\x50\x47\xb7\xcb\xb0\x4d\x34\x9e\x3a\xdb\x38\xee\xc2\xc9\x28\x8e\x0d\x34\xfa\xc7\x68\x42\xa5\xd6\x73\x17\xe3\x33\xac\x53\xca\x95\x53\xf2\x2d\xb7\xae\xbb\x1c\x2e\x96\xc5\xa1\x6d\x21\x40\x39\x7c\x20\x2b\x05\xf6\xcc\x1e\x9b\x1c\x42\x76\x62\x38\x1b\xbe\xd6\xd3\xb1\x8a\xd0\xf0\x42\x6c\x62\x78\x4c\xf4\x16\xb8\x48\xd6\x3e\xc5\x60\x1b\xc7\x5d\x0e\xc7\x89\xf0\x85\xfe\xba\x87\xc5\x24\x96\x25\x86\x07\xb8\x97\xd1\x6e\x6d\x18\x87\xfb\xde\x6d\xb7\x8d\x0e\x19\xfd\xf0\x84\xa8\x7c\x40\xae\xd0\x2c\x0b\x6a\xa8\xb0\x03\x43\x76\x5c\x1e\x3a\xb7\xbd\xdd\xf9\x8c\xf0\x87\x19\xb7\x66\x9e\x61\x57\x05\x65\xe0\x8f\x92\x0a\x0c\xc2\x07\xd7\x04\x95\x52\xc5\x42\x8c\x4a\xcd\x21\x89\x67\x56\x24\x85\x5d\xb1\x03\xe2\xfe\x22\x28\xa0\x8a\x2a\xd4\x4b\x33\x8a\x60\x18\xdf\x98\xd6\x63\xb7\xcd\x4b\x11\x61\xbe\x8c\x9b\x34\xd4\x98\xe3\xb2\xb0\x18\xf9\x81\x28\xf6\x50\x63\x81\x2b\xd2\x42\x0c\x2a\x12\xf8\x60\xcf\x8c\x5a\xb3\x71\xd7\xe5\x76\x46\xc4\xc3\x32\xed\xa7\x47\x88\xce\xae\x48\xcb\x72\x32\x87\xde\x13\x8b\xc3\x63\x97\xc5\x95\xf0\x1d\x96\x1e\xdf\x41\xa4\x8d\x55\x71\x51\x66\x79\xaf\x50\x64\x66\xc3\xcb\xb5\xcb\xe2\x8a\xf0\x7a\x4c\x8d\x80\xe2\xad\xb2\x2b\xf2\x82\x51\x6a\xf1\x59\x1b\x87\x2c\xb0\x5d\x11\x98\xa7\xe3\xe9\x07\x44\x31\x9d\x96\x2a\xb7\xcd\x7b\x30\xfa\xf6\xc1\x71\x1a\x01\xe6\x86\x5d\x13\x99\x1b\xfd\xda\xd1\x12\x84\xd1\x88\x2b\xe3\x96\x65\x66\x39\xc5\x6c\x11\x27\x1d\xc4\x04\x4d\x6a\x29\x23\x68\x1b\x39\x8d\x05\x80\x80\x5b\x11\x9b\x87\x25\x3e\xf0\xdb\x36\x3e\x8b\xad\xa7\x2e\x27\x0c\xf4\xf1\x01\x8b\x0e\xdb\xc1\x76\x8e\xba\x94\x43\x84\x09\x60\x61\x30\x47\xd8\x71\x6e\x59\x70\xa1\xd0\x04\x7e\x36\x36\x09\xee\x94\x5b\x11\x1c\x50\x2f\x2e\x20\x85\x95\x45\xb0\x41\x15\x5c\xa0\x6d\xf5\x19\xd9\xc7\x0c\xff\xd9\xad\x09\x0e\x4a\x2b\x64\x38\xe9\x9c\x92\xf2\x8b\x82\x4b\x15\xd2\x11\xe0\x19\x45\x18\xe1\x7e\x45\x70\x9e\x71\x2c\x03\x60\x0e\x49\x64\x8e\x55\xc9\xf1\xc8\x80\xb4\x46\xd6\x3c\xf4\x56\x12\x70\xd6\x06\xc4\x02\x72\x9f\x2d\x97\xe3\x2d\xd9\x48\x8c\xe7\x32\x03\xd2\x00\x7e\x45\x72\x81\x0e\x91\xc9\x38\x7c\xc6\x40\xc7\xfb\x65\xd1\xf9\x42\x4a\x66\x74\x52\x76\xe0\x82\xd6\x41\x97\x33\x2c\x2d\xc2\x3b\x86\x9b\xb0\x9d\xe3\x57\x84\xe7\xa0\x52\x03\x27\x20\x6b\x70\x49\x38\xe8\xed\xd3\x30\x78\xf6\xb2\x39\xd2\x32\x98\xce\x41\x97\x7b\x95\x19\xdb\x91\x78\x4a\xc0\x83\x22\xb7\xa9\x7b\x50\xfc\xec\x72\x9b\x88\xfc\x9d\x74\xd0\x5b\x9d\xe6\x11\x0a\x45\x34\x20\x21\x8e\x23\x1d\xf4\xf6\x15\x72\xf4\x2f\x34\xcf\x24\x1c\x12\xe9\xa0\xcb\x09\x86\xbc\x15\x63\xa0\x98\x4d\x06\xce\x4b\x3a\xe8\x52\x22\x48\x4f\x5b\xe0\x80\x46\x9f\xc5\x87\xce\x41\x97\x02\x81\x92\x72\x1e\x26\xbe\x29\x70\x88\x1a\x07\x5d\x4e\xf1\xf5\xb7\x48\x29\x98\x82\xf7\x34\x2d\xde\xc0\x88\x7c\xfe\xe8\x05\x1a\x86\x9f\x98\xd4\x39\xe8\xed\x79\xa7\x4b\x6b\x03\x56\x62\x2d\x5c\x8f\xb4\x7c\x07\x47\x5d\xc5\x90\x9e\x8a\x41\xa1\x90\x49\x5a\xbe\x85\x21\x70\x48\xcd\x8f\x7a\x8a\xdc\x42\x57\x3a\x07\xbd\x95\x49\x66\x55\x18\xf0\x7d\xd6\x75\x0e\xba\x94\x49\x64\x78\x22\xc1\x01\x6c\xc0\xd5\x4d\x2b\x17\x11\x96\xa5\xf1\x0c\x8d\x89\x5b\xef\x3a\x07\xbd\x95\xc8\xe8\x69\xd8\x80\x03\x6f\x23\xae\x6e\x5a\xbb\x88\x03\x25\xf6\x1d\x83\xcb\x6c\x44\x06\x20\x2f\x5e\xc4\x50\xe0\x01\x39\x76\x06\x6d\xc1\x03\x98\x97\x2f\x62\xe0\xdc\xb6\xb3\x1c\x6a\x18\x44\x02\x5a\x15\xa2\xc3\xed\xb0\x09\x8e\x87\x1b\x44\x4a\x59\x15\xe2\x40\x4f\xff\x78\x44\x86\xc4\xe1\x89\xd2\x39\xe8\xad\x48\xa0\xe0\x03\xa3\x39\x18\x40\x95\x97\xef\xa2\x37\xc8\x4b\x04\x8e\x35\xb0\x91\x9a\x97\xef\xa2\xa3\x87\x66\x2f\xb0\xcd\x63\x11\x98\xc9\x2b\x57\x71\x40\xaa\x8b\x63\x65\xce\xe2\xba\xe7\x95\xab\x38\x3a\xe8\x80\x05\xe3\x82\x59\x99\xbb\xd5\x37\x18\x4e\x29\x5f\x78\x17\xaa\x75\xbe\x7c\x19\x47\x3d\x34\xae\xc1\x73\xd6\x7e\x7c\xdd\x63\xef\xa0\xb7\x06\x19\x64\x1f\x90\x3c\x19\x9d\x7b\xc5\x41\x6f\x6d\x01\x6f\x18\xe4\xc4\xe8\x11\x91\x1f\x57\x45\x69\xf1\x4d\xd6\x71\x58\x23\x42\xad\x36\x0e\x7a\xfb\x08\x79\x4e\x3b\x64\x0e\xe9\x0c\xb6\x77\xd0\xe5\x1c\xcb\xe8\x25\xb6\xc4\xd9\x26\x68\x1c\x74\x29\x1c\x82\xe3\xec\x71\xea\xde\xb1\xf1\xd4\xfa\xe7\x72\x0a\x70\xb1\x26\xc2\x10\x74\x09\x17\xb9\xbd\xb8\x3b\xb7\x8f\x31\xd2\xf4\xf2\x52\x3e\xbe\xcb\xac\x8b\xf1\x39\x93\xce\x26\x20\x08\x45\x01\x52\xeb\x9f\xcb\xe1\x14\x44\xde\x2b\xa3\xc3\xb1\x67\xd2\xdc\x9d\xd7\x20\x9c\x09\x70\xe1\xf1\xf1\x44\x80\x71\x86\x0b\xd7\x90\x83\x09\x41\xcb\x51\x74\x00\x20\x04\xdb\x7a\xe8\x62\x7c\x4c\xf4\xd6\x3a\x44\xd3\x8d\x99\xe7\xe2\x35\x90\x54\x00\x36\xd7\x67\x64\xfc\x07\x9c\x40\x21\x30\x39\x1e\x90\xde\x48\xfe\xdb\x38\xde\xf8\xce\x49\x17\x13\x3c\x22\x3d\x89\x92\x06\xe3\x07\xf5\xc0\x76\xb9\x9f\x05\x7e\x1f\x42\xdb\x26\xe1\xed\x30\x2b\xf2\x42\xca\x72\x33\x54\x0c\xfa\xe0\x3a\x47\x5d\x4e\x30\x40\x24\x22\xcc\xe3\x46\xfb\xa1\xf5\xd4\xa5\x08\x00\x71\x32\x80\x7b\x8e\x96\x46\x0f\x6e\x97\x13\x0c\xa2\x4e\x94\x3d\x1d\x4f\x46\xea\x5c\x75\x29\x33\x4f\x9e\xb1\x33\xf4\x5e\x32\x90\xdc\xac\xc8\x2c\x21\xac\x82\xc7\x2f\xd6\x08\xdd\xb2\xcc\x06\x3a\x9c\x21\x91\x9d\x10\x9a\xc0\x87\x26\xb3\x40\xc9\x8b\x48\x9b\xbf\x27\x13\xd9\xba\x04\x22\x20\xd2\x74\x31\xed\x36\xf6\xc8\xf6\x56\x02\xa4\xbc\x00\x58\x30\x03\xee\x98\x5d\x16\x59\x4a\x64\x19\xa0\x6e\x24\x6b\x89\x75\x39\x1c\x2e\x6e\x06\x0c\x04\x31\x30\xbb\x2c\xaf\x08\xd0\x81\x09\xc8\x6c\x0a\xcf\x5b\x95\x97\x21\xd5\xc3\xb1\x7e\x07\xe0\x9b\x5d\x91\x97\xa7\x00\xb4\x2b\xf4\x9c\x18\x44\x7b\xed\xb2\xbc\x3c\xc0\x13\x01\xd0\x65\x83\xf7\xca\xae\xc9\x8b\x2f\x25\x02\x61\x16\x59\x43\xb7\x2c\x2f\xc3\x69\x1a\x57\xc3\xe3\xb9\xf3\xd2\xdb\xed\x2f\x80\x4e\x10\x6a\x7b\x74\xb0\x5a\x27\xbd\x55\x5a\x88\x22\x93\x55\xe7\x85\xcf\xad\xc9\x2b\x16\xfa\x7e\x24\xb5\x18\x52\xec\x56\xe4\x15\x28\xa0\x8d\x22\x90\x3d\xf6\xf3\xdc\xb2\xbc\x02\x2a\x7d\x46\xf7\x88\x2c\x1a\xe1\x3f\xab\x02\xc3\x05\x9e\x0c\x3f\x04\xf3\xdc\x8a\xc4\x10\x5e\xf0\xfc\x8e\x59\x24\x93\xdd\x9a\xc8\x06\x14\x6b\x4c\x20\x1f\xe7\x5b\x0f\xbd\xbb\x01\x9c\x45\x0e\x88\xff\xb9\xce\x41\xef\x64\x30\x73\xd7\xf8\x8e\xf9\x15\xa1\x0d\x70\xa1\x90\x2b\xdb\x18\xe8\x45\xbf\x22\xb5\x08\x07\x95\x51\x13\x1c\x72\xf3\x2b\x72\xa3\xaf\xde\x8b\x0c\xa2\x06\x02\xc2\xaf\xc8\x8d\x50\x70\x7b\xf0\x02\xa9\x72\xa6\x77\xcf\xe5\xa6\x52\x50\x61\xcf\x32\x20\x3c\x8a\x84\xbb\x2a\x37\x18\x05\xde\x22\xa5\x40\xb8\x9a\xce\x39\x97\x17\x09\x11\xf0\xc0\x86\x74\xc2\xfb\x27\x7c\xf3\xf6\x2d\x70\x9c\x6b\x0e\x28\xff\x99\xe3\xb4\x35\xc1\xc5\x5d\x15\x85\x1b\x76\x85\x45\xd2\x48\x6b\xdf\x0f\x5f\x18\xf0\x01\x10\xce\xdc\x3f\x55\x45\x07\x80\x1f\x5f\xe8\x4d\x11\x6e\xb6\x26\xba\x10\x21\x03\x03\xd3\xce\x0c\x88\x36\x4a\xc7\xbc\x7d\x74\xc6\x4b\x57\xe0\x0a\x1a\x4e\xd6\x48\xbf\x5c\xca\x02\xaf\xa0\x35\x8c\x09\xe7\xf3\x21\xfd\x72\x29\x0b\xd4\xa7\x39\x36\xd7\x51\xe0\xd2\xf9\xe5\x72\x0a\xaa\x79\xbc\xe3\x6a\x1e\x0f\x65\x9f\x16\xef\x5d\x64\xd4\xb2\x63\xe8\xff\xe8\x71\xda\xce\x2f\x6f\x9f\x07\xb8\xb1\x0c\x9c\x37\x41\x38\xa7\x9a\x04\x03\x27\x1c\x47\xaf\xdf\x33\xe2\xd9\x75\x7e\x79\x7b\x39\xc8\xa8\xaf\xae\x90\x61\x20\x55\x5a\xbe\x7f\x15\x4f\x5d\xf0\x5c\x9b\x2c\x12\xfa\x9a\x10\x7d\xa0\x97\x8e\x8c\x36\x44\x0d\x42\xe7\x97\xcb\xfd\x2d\xc0\xb6\xb3\x27\x60\x07\x31\x43\x15\xa2\xa7\x8f\xb2\xec\x67\x58\x99\xcd\x57\x85\x68\x81\x7d\x75\x1c\xc8\xb6\x6c\xe4\xe6\xc5\x4b\x18\x32\x2e\x88\x1f\x38\x53\x69\xa1\xdc\xf2\xf2\x2d\x0c\x8c\x5c\x74\x0c\x01\xb0\x56\x38\xd9\xaa\x10\x2d\x02\x9c\x6e\xe0\x3a\x14\x07\x9d\x9b\x97\xef\xa1\x2f\xd0\xea\xd6\xc3\x65\xb6\x1e\xc6\x62\x5e\xbe\x89\x9e\x2a\x9f\x20\xbd\x32\x8b\xae\xe4\xe5\xab\xe8\x0d\x72\xec\x5c\xee\x62\x23\x8e\x70\x5e\xbe\x8b\x0e\x16\x1d\x03\x68\x6d\x42\xc5\x58\x5e\xb9\x8a\xc8\xe3\x9a\x8a\x1d\x48\xc2\x93\xd7\xa5\x48\x31\x9b\x3d\xd4\x1c\xd1\x94\x92\x3b\xbf\xbc\xf3\x3d\x02\x30\xe1\x14\x92\xb2\x19\x11\xc8\xc6\x2f\x6f\xd5\x10\xb9\x13\x1e\xb5\x54\xe3\x9c\x64\x7a\xbf\xbc\x73\x59\x18\x61\x80\x8b\x5c\x6a\xb5\xe9\xf2\x75\xf4\x9e\x13\x12\x48\x99\x6c\xf0\xff\xec\xfc\xf2\x56\x2e\x99\x93\xed\xf5\xe0\xb8\xd0\xfb\xe5\xed\xfb\x33\xf0\xb5\xcf\x5c\xb1\x61\x14\xb4\xbb\x9c\xc3\x8f\x55\x60\xa0\x89\x45\x18\xb6\xf1\xcb\xa5\x70\x12\xc5\xab\xeb\xa2\x38\xce\xdd\xfa\xe5\x72\x0a\xe1\x8e\xe9\x08\x0c\x98\x43\xf1\x22\xb1\xe0\xf9\xbf\x14\x7e\x74\x1d\x65\xc8\xc6\x75\x84\xd6\x2f\x17\xe3\x33\x30\xf8\x08\xf2\xdb\x3c\x77\x6c\xad\x36\xdc\x91\x1d\x83\xd8\xbe\x0d\xf3\x54\xb5\x53\x86\xa7\x02\x7f\x33\x20\x4a\xc8\x79\x25\x31\x50\x8e\xa7\x8c\xe4\x68\x53\x52\x85\xab\x99\xfb\xf1\x5a\x59\x58\x8c\x64\xfc\x3b\x54\xe7\x1a\xce\x3e\x0b\x99\x89\xf1\x01\x50\x40\x9f\xc9\x64\x32\x1c\xe5\x11\x02\xf3\xad\xf2\x81\x5f\x3e\x60\xbc\x88\x72\x28\x3f\xe0\x61\xc8\x24\xbc\xe8\x26\x0a\xaf\x56\xdb\xcf\x8c\xba\xc8\x48\xa6\xb1\x8d\x30\x58\xcd\x8a\xbc\x3c\x17\x77\xd2\xe1\xb3\x0e\xc6\x98\x59\x91\x18\xae\x2a\x76\x68\x54\xea\xb1\xf3\xcb\xa5\x08\x02\x8a\x32\xe0\x36\xd7\x2a\x55\xb3\x22\x33\x38\x0c\xe3\xe6\x07\x84\x16\x42\xe7\x98\x4b\xa1\x39\x3c\x34\x86\xf4\xa0\x21\x48\x5f\xeb\x99\x4b\x29\xa0\x04\xce\xa3\xc4\xd3\xb0\x2b\x63\x56\xc4\x46\x01\x17\x8a\x02\xc3\xa3\x09\xbe\xf7\xcd\xa5\xdc\x08\x7c\x3f\x9e\x27\xb2\x8d\x8d\xc8\x5c\xeb\x62\x28\x9c\x0f\x8b\x0e\xfb\xea\x3b\xef\xbc\x95\x03\xe1\xac\x3c\xca\x92\x0b\x4c\x11\xbb\x2c\xb8\x14\xe9\x27\xc8\x26\x1c\xb7\x95\x8e\x9e\x5d\x11\x1c\xca\x85\xa9\xb0\x6e\xaf\x82\x7b\xed\xb2\xdc\x22\xe1\x60\xc7\xfd\x8f\xb0\x2d\xb2\xed\x1c\x74\x39\x01\xc1\x58\x1b\x11\x90\x18\x00\x3c\xb1\x2b\x72\xf3\xf4\x0b\x8e\x14\xfd\x5e\x16\x48\x7f\x4d\x6c\xa3\xa3\x57\xe0\x27\xda\x71\x21\x2e\xf7\x1e\xba\x9c\xb0\x0b\x9b\x75\x1e\xb7\x26\x02\x64\xb5\x08\x33\x1d\xe8\x76\x06\xd3\xb9\xe8\x72\x4f\x13\xbc\xb7\x82\x90\x8a\x07\x78\xd6\xad\x08\x8d\x33\x92\x78\xe3\x8d\x15\x45\xe1\x9a\xd4\x62\xa1\x68\x90\xa3\x58\xb5\x19\x44\x4d\xb8\x2a\x35\x3e\x3f\x03\xbd\xef\x19\x05\x4d\x6e\x59\x68\x21\xc3\xfd\x37\x35\xc8\x10\x3b\x27\x5d\x8e\x37\x14\xa1\x75\x54\x78\xb8\xc7\x85\xff\x6e\x45\x66\x50\x2c\x9c\xd7\x60\x8c\x9a\x5b\x93\x19\x8a\x28\x03\xaa\x77\x1c\xe2\x8a\xed\x08\x79\x0b\x38\xd7\x37\x00\xd9\x35\xf4\x2e\x7a\x2b\x02\xc7\xb0\xfb\x00\x64\x79\xe9\x5c\xf4\x56\x04\xe4\xe9\x00\xd0\x48\x91\xde\xd6\x43\x97\xe3\x03\xe7\xc2\x69\x3c\xb3\x2f\xf8\x15\x91\x19\xc6\x4a\x78\x8a\x6b\xcd\x0b\xe6\x55\x89\xa1\x08\xd7\x44\x32\x93\xb8\x4c\xd1\x2f\x4b\xcc\x67\x10\xb4\x70\x12\x52\x26\xe8\x55\x91\xa1\x38\xd3\x1b\xde\x27\x81\xd1\x57\x65\x06\xb0\xea\x78\x36\xc0\x07\x21\xb2\xc1\x9a\x08\x98\x4f\xc0\x12\xb9\xcc\x9e\x6d\xa0\xd7\xca\x16\x25\x98\xdf\x5c\xcf\x29\xab\xd9\x55\x99\x39\xf6\x9c\xc3\x14\x2d\x49\x9d\x73\x2e\x67\x70\xb2\xae\xb0\xb9\x0e\xe8\x93\x14\x40\xfb\xea\xd0\x55\xb6\x5c\xe2\x0c\x68\x95\xf4\xcd\xdb\x57\x67\x5c\x2d\x63\x6f\xf8\xaa\x49\xd7\x5c\xca\xc1\xe3\x0d\x67\xc7\x26\x89\xf8\x82\x26\x38\x07\x42\x18\x67\x81\x07\xce\x62\x97\x74\xc1\x21\xab\xe3\x0d\x8a\xaf\x8b\x28\x04\xd7\xb5\x0b\x25\xbd\x9d\x87\x0d\x1d\xe1\xd1\xa5\xe5\xdb\x16\x0d\x07\x25\x0b\x08\x06\x92\xc8\x4a\x6b\xa2\x0b\x1c\x78\xb2\x1e\xa7\x29\x83\x4e\x21\x2d\x5f\xb8\xe0\xe1\xc7\x9b\x0c\x61\x17\x68\xa5\xb4\x7c\xe5\x02\x3f\xb6\x6c\xc5\x8c\xff\x74\x7d\xb2\xbc\xb3\x00\x06\x3a\x49\x89\xcb\x7c\xe6\xd8\x02\x4d\x7e\x0e\x58\x56\x33\x70\x4a\xd7\x43\xf9\xa5\xe5\x9b\xe7\xb0\xbd\x96\xab\xa3\x47\x7b\x32\xf5\x5e\xb9\x04\x14\x21\xdd\xe1\x90\xe8\xa1\x8a\x9a\xd2\x7a\xe5\xdd\xf6\x5a\x76\xcd\x6a\xaa\xb1\x87\xb3\xcb\x29\x0c\x75\x70\x99\x6d\x4b\x8f\x0d\xce\xcb\xf7\x2f\x58\x84\xd1\x5c\x2d\x2c\x0e\xe2\x57\x34\x29\xfa\x32\x15\x4b\xd4\xaa\x9a\xc1\x76\x5e\x79\x2b\x13\x44\x16\x0c\xbb\x67\x59\xe4\xbe\x55\x31\x0e\x1c\x68\x1d\xb8\x10\xa7\x20\xa6\x96\x97\xef\xa1\x43\x98\x79\x80\x1f\x57\x9d\x8e\xbc\x72\x0f\x61\x5e\x8e\xaf\x3b\x83\x4a\xbc\xeb\xdd\x72\x29\x46\x4a\x42\x93\x47\x13\x10\xc4\x18\x7c\xe7\x96\x77\x3b\x4c\xf1\x59\x3e\x2c\x76\x50\xdd\xf2\x76\x8b\x53\x42\xed\xf5\x50\x69\x41\x52\xef\x96\xb7\x46\x97\x61\xac\x38\xaa\x5e\xb8\xf4\xac\xf1\x46\x5b\xcd\xe5\x38\xe5\x8d\x58\x91\x95\x75\xee\xaa\x2c\x0d\x19\x3a\x84\xde\x60\x56\x94\x58\x7a\xb7\x5c\x6e\x74\x64\x1c\x15\x53\x1d\x59\x3e\x98\x8d\x5b\x2e\xe7\x18\x80\x70\x32\xc7\x80\xa2\xac\xf3\xd7\xe4\x69\x23\xbd\xb8\x76\x02\x80\x58\x2d\x5d\x2e\xa7\xa0\x7c\xd2\x30\x14\xcb\xe6\x79\xf1\xb7\x58\x10\xfe\xa5\xf0\xea\x3d\x72\x8c\x8c\x04\x14\x92\x14\xe3\x33\xd8\x2f\x90\x12\xf3\x16\x38\x63\x21\x44\x39\xdc\x92\x4e\xcd\x55\x2f\x65\xdf\xba\xe5\x62\x78\xca\x64\xd6\x1a\x4f\x26\x86\xe3\x2a\x3d\xb1\x4c\x39\x1e\xb7\xdc\x82\xde\xc0\xb9\x39\x76\x5f\x63\x5f\x89\x60\xa4\x73\xb0\xb3\x6b\x55\x94\x90\x99\x18\x1f\x0a\x79\x16\xcc\x89\x62\x23\xa4\x2c\x04\x26\xc7\x53\x56\x84\x9e\xf4\x81\x60\xf6\xb3\xef\x57\x29\x0d\x3c\x6a\x7b\xd3\x40\x0e\x89\xf5\x55\xc2\x4b\xe2\xca\xc8\x8c\x6e\x12\xd2\xf8\x92\x17\x4d\x95\x97\x43\x35\x0c\x8a\x69\x5c\x16\x40\x72\x4d\x62\xa9\x50\x80\x96\x3d\xa4\x80\xe4\x99\x59\x11\x59\x40\x08\x02\x8f\x8d\xb3\xb0\x52\xcd\x8a\xcc\x86\x4a\xf3\x67\x60\x1d\x7a\xd7\xb9\xe5\x52\x68\x60\x8f\x1b\x95\x1b\x23\xba\x5c\xe7\x96\x4b\x29\x20\xd4\x88\x02\x98\xf1\x70\x84\xdc\xb9\xe5\x72\xc2\x50\x49\x8b\x22\x2a\x38\x93\xe9\xdd\x72\x29\x37\x60\x78\x22\xe0\x39\xe3\x3e\xfa\xd6\x2d\x6f\xc5\x50\xb8\x7e\x36\x00\xaf\x51\x62\xe7\x96\xcb\x19\x5c\xbe\x10\xe9\x09\x04\x85\x45\xeb\x96\xb7\x82\x28\xb0\x38\x0d\x44\xe5\x7b\xbf\x5c\x4e\x80\x42\x8a\x04\x8c\xb0\x09\xf6\xbf\x5d\x16\x5c\x4c\x80\x5c\x20\xda\x61\x03\x4c\x30\xbb\x22\x38\x54\xba\xdb\x50\xe9\x07\x4c\x9f\x39\x97\x72\x20\x5b\x76\x3c\xa5\x54\x28\x9f\x05\x43\x9d\x26\xb8\xf1\x62\x3a\x24\x9f\x80\xb2\xb1\x4a\xee\x5c\xce\x00\xe8\x30\x0e\x13\x06\xa0\xc3\xb8\x77\x62\x48\x93\x1d\x31\x0e\x8c\xb1\x73\xcd\xe5\xb6\xb2\x79\x6e\x06\x3a\x22\x36\xc1\xcf\x73\x2b\x92\xb3\x00\x79\x51\x76\x6a\xdc\x2e\xd7\x97\xa3\xcb\x8d\x85\x67\xc5\x25\x04\x16\xef\xa2\x5b\x91\x1c\x92\xc3\xa5\x16\x28\xcf\xab\xbe\x35\xc1\x85\x44\x02\xb0\x03\xe2\x5a\x51\xa0\xee\x55\xc1\x81\x69\x64\x3c\xa5\x91\x4e\x48\xea\x31\xee\x52\x0c\xc0\x93\x73\x91\xc8\xf8\x5a\x95\xde\x3d\x6f\xfd\xb8\xd1\x2a\x0f\x01\x21\x12\xae\x35\xe8\xcc\x45\x71\x1d\x38\x27\x35\x9a\x29\xd6\x8b\xc2\x75\x55\x70\x96\x6b\x53\x3d\x45\xf5\x46\xbd\x61\x3a\x07\xbd\x95\x43\x44\x42\xd5\xa0\x84\xac\xf4\x39\xf4\x56\x10\x70\x31\xc8\xed\x31\x09\x35\x19\x7e\x45\x72\x60\x6a\xf2\xf8\x81\x20\x0a\xc4\x55\xc9\x79\xd4\x83\x05\x50\x90\x18\x20\x19\xfd\xb2\xe4\x98\x42\xc9\x82\xdf\x29\xe3\x01\xf5\x2b\x82\x03\xf8\xdc\x21\xe7\x1e\xf1\x80\xfa\x15\xb9\x39\x4a\x68\x8f\x16\x60\xa6\xaa\xad\xdc\x25\xd0\xe5\x82\x0b\x20\xd4\x96\x75\x40\xd4\xe8\xe0\xda\x37\xdd\x72\x55\x34\xc5\xc2\xd8\x08\x90\x3e\xba\x9c\x61\xd9\x47\x4f\x35\x0c\x9b\xfb\xd2\xf3\xd6\x0e\xb0\xec\xb6\x8d\xd6\x55\xc1\x8b\x22\x2d\xc3\x76\x4d\x64\x7f\x11\xd7\x4a\x8d\x18\x4a\x81\xc9\x6d\x2d\x80\x60\xa1\xc6\x07\xaa\x5b\x7a\xe8\x72\x38\xb2\x28\x86\xb2\x5b\x7b\x2c\x65\xe9\xa0\xb7\x42\x48\x78\x42\x13\x48\x87\x82\xe2\xa0\xcb\x19\x0e\x09\x09\xc0\xec\x36\x1c\x46\x4e\x8b\xd7\x2d\x3a\x84\x30\x1d\x9c\x28\xb2\xf3\x5b\xff\xbc\x3d\xd9\x86\x01\xba\x36\x10\x0c\x2b\x77\xee\x79\xfb\xaa\x17\x8e\xdd\x24\x8a\x57\x79\xdb\x79\xe7\xda\x6b\x32\x6a\x00\xd2\xf5\xd0\x31\x69\xf9\xb2\x85\xaa\xeb\x1d\xa2\x12\x83\x98\xa1\x8a\xad\xc2\x05\xa6\x2a\xae\xde\x35\x97\xdb\x5a\x68\x9b\x32\xb8\xb5\x02\x14\x6b\x5a\xbe\x6e\xce\xd1\x62\xc7\xfd\x00\xe7\x55\x51\x50\xec\xb2\x54\x84\x79\x44\x0a\x16\xcf\x51\xc6\xbc\x78\xe1\x02\xca\x6e\x46\xd7\xcc\xcd\x80\x40\x79\xf9\xc2\x05\xbc\x53\x9b\x0a\xa3\xb1\xc2\xf3\x57\x45\x67\xb8\x50\x3c\x22\xea\xe1\x85\x27\xab\xc9\x8e\x89\x5e\xa9\x4a\xde\x02\x63\xde\x03\xd8\x5b\x8b\x6c\x60\xd4\x73\x01\xb8\x27\xe6\xce\x23\xef\x22\x83\x1c\x88\x00\xa4\x62\x00\x41\x75\x5e\xbe\x77\x8e\x39\xaf\x2c\xce\xae\xb1\x82\x37\x4f\x13\x20\x57\xe2\x17\x78\xe4\x95\x74\x37\xaf\xdc\x3c\x4b\xb6\x21\x15\xa5\x73\x00\x43\x20\xbe\xf5\xed\xa5\x82\xbd\x8a\xda\x49\x35\xf7\xb6\x7c\xfb\x3c\x53\x04\x05\x03\x58\x41\xa9\x66\xfb\xf2\xfd\xf3\x91\x55\x5a\xe4\x30\xc9\x20\xd1\xdb\xaa\x18\x1d\x50\xdb\x7e\xe0\xc3\x65\x6a\xd5\xee\xf2\x2d\xf4\x03\xea\xbe\x1d\x0b\xd2\x38\xf9\x6d\x9a\x28\x5d\x44\x6d\xbd\xad\xb1\xa5\x50\x6d\xfe\x95\xab\x58\x6b\x88\x2a\x27\x4c\x92\x7e\xbf\x2a\xcd\xc8\xb0\x3c\xa6\x1a\x2a\x30\x1f\x5b\x8f\x5c\xce\x71\xa4\x55\x12\x02\x7f\xa3\x32\xca\x8d\x43\x2e\xb4\x6a\xa9\x08\x06\xd8\xa9\x1c\xa2\x16\x92\x14\xe3\x73\x44\xca\x18\x86\x70\x9e\x7b\x9c\x56\x1b\x6e\xb8\x52\x3c\xe2\x26\xcf\xf2\xd2\x4e\x19\x9e\x52\xcd\xf2\x8f\xf6\x44\xe0\xa0\xbf\x10\x9e\x1c\x0f\xca\x71\x6b\xe0\x9f\x12\x8a\xb1\x71\xc8\xc5\xf8\x08\x73\xce\xc1\xc0\xf1\x76\x8e\x77\xd7\x28\x35\x43\x06\x63\x34\xc8\xbd\x50\x3a\xd7\x38\xe4\x72\xbc\x45\x11\x6c\x41\x40\xc1\xcf\xb9\xe4\x54\xc6\x40\x26\xaa\x88\xa5\x46\xb4\x4b\x97\x27\x6f\xb7\x3f\x21\x58\x1c\x32\xea\xd9\xfa\x3c\xb9\x9c\xc0\xa4\xec\x16\x49\x1a\x57\x59\x0d\x16\x25\x96\x32\xd9\x10\xe0\x4e\xf5\xa5\xc2\x66\x96\x45\xe6\x91\xe2\x1f\x6a\x44\x47\xa1\x87\x93\x32\x40\x84\xdc\x90\x07\x48\x31\x9d\xde\x21\x97\x13\xf0\xed\xcc\xf3\x5d\x79\x36\xcc\x8a\xd4\x08\x06\x49\xf0\x4b\x8e\xfd\x87\xce\x21\x97\x52\x40\xd9\x44\x00\xcb\x8a\x93\xe5\xe9\xba\xdc\x40\x9a\x1a\x3d\xfd\x84\xcd\x22\xed\xad\x89\xc1\x31\x4d\x13\xa0\x6b\xc1\x34\x4c\x66\xca\xbe\x16\x14\x42\x22\xfd\xe5\xb3\xc0\x69\xab\x82\x9b\x08\x12\xa3\xa3\x0f\xcc\xa9\x73\xc8\x53\xf3\x81\x20\x83\x1c\x4d\x6b\x2f\x4b\xe6\x55\xc1\x31\x8c\xc0\xe1\xac\x66\xd8\x5c\x76\x59\x70\x01\xdb\x6a\x91\x51\x70\x4c\xff\x6c\x57\x04\x07\x52\x20\x6e\x9a\x60\xb3\x86\x65\x6f\xaf\xcf\x68\xdf\x84\xe9\x29\x4b\xb6\x77\xc8\xe5\x0c\x38\xbf\xa1\x20\xc4\xe6\x04\x96\x5a\x17\xc3\xc0\x39\x8a\x6c\xc0\x60\xd2\x17\x9d\xcb\x19\x81\x53\x01\x08\xd6\xd7\x03\xee\x56\x24\xc7\xaf\x62\xa8\x30\x81\xd4\x53\xb4\x4b\x49\x24\xc6\xee\x1b\x30\x3b\xf9\xbe\xea\x5c\x8e\x47\x5a\x3d\xd7\xb0\xa5\xc2\xd0\x2e\xe5\x40\xfd\x27\xc8\x75\x37\x38\xdd\x3d\xa4\x5d\x4e\x40\x1a\xde\x61\x73\x2d\xb3\xf5\xba\x15\xc1\x81\x8f\xd4\xfb\x29\x04\xe6\x7b\x87\x5c\xe2\x66\x41\x1b\x1f\x3c\x02\xce\x45\xd0\xbc\x2d\x5c\x07\x3f\x41\x3e\xd9\x9f\x6f\x1d\xf2\x56\x0c\x8e\xe1\xb1\x14\x03\x8b\xc2\x3b\xd5\x04\x17\x2b\x6c\x1e\x65\x79\xce\x09\x48\xb8\x2a\x39\x10\xb3\x6c\x00\x14\x76\x5c\xaf\xe4\x97\x45\x17\xa8\x32\x7d\xcf\x51\x25\xa3\xcd\xa0\x28\xf6\x2b\xa2\x73\x15\x2a\x49\xc5\x1a\x0e\x99\x4e\xbf\x2c\xba\xf1\x05\xe2\x60\x33\x2a\xd2\x6c\xee\x5c\x72\x39\x01\xe6\x9f\xcb\x08\x2a\x84\x86\xf9\x5e\x13\x1d\xc3\xfd\xf0\xb2\x00\xc5\x79\xdd\x2e\x4a\x3b\x88\x38\x47\x4d\x91\xc0\x8d\x8c\x3d\xaa\xbd\x7d\xd7\x2b\x0e\xde\x83\x27\xab\xf4\x84\x70\xed\xa3\x02\x6b\x1c\xf4\x68\x96\xeb\x72\xa4\x53\xde\xda\x02\x9e\xcb\xf2\x23\xe2\x35\xde\x77\x5e\xb9\x9c\xc1\xf9\x5a\xe0\x24\x4c\xc1\x4e\x49\x83\x52\x6e\x6d\x26\x5b\x34\xc0\xdb\x0e\xa2\x74\x5c\x95\x9d\x45\xcd\xcf\x14\x58\x88\xae\x73\xcc\x5b\x49\x78\x94\x30\x58\x42\x2f\x5a\x05\xd1\x2e\x27\xc0\x59\x71\xb0\x37\x64\x1d\xb4\xbe\xab\x94\xcb\x76\x08\xbf\x58\xee\xbc\x92\x96\x2f\x5d\x00\x28\x6a\xe3\x50\x6e\x66\x32\x36\x29\x2d\x5f\xba\x50\x69\xe9\xb8\xa8\x30\x8a\x4c\xbb\x2a\x39\xbb\x43\x59\x23\x64\x93\x52\xe7\x9a\xb7\x06\x01\x1c\x08\x44\xf5\x6a\x43\x98\xb4\x7c\xef\x3c\xbb\x0f\xd0\xe1\x09\xd8\xec\xb4\x7c\xed\xc6\x1d\x45\xb5\x0a\x19\x5b\x39\x75\x8e\x79\x27\x87\x40\xdb\x63\x29\x45\x9b\x14\xbf\x5c\x4c\xb0\x85\x6e\x84\x4d\x8c\xc6\x87\x1e\xc8\x8b\x77\x2e\x70\x7f\x8a\xc0\x5d\x58\x98\x2b\x25\x2f\xdf\xb9\xe0\x70\xe7\x3c\x14\x6d\x2d\xd6\xcc\xcb\x77\x8e\x8b\x36\xc6\xd3\x11\xe9\x39\x1a\x7a\x86\xf6\x56\x37\x91\x22\x70\x28\x25\x0b\x82\x67\x5e\x95\x1b\x27\x64\x2d\xe8\xf2\x1d\x1e\xae\xbc\x7c\xe3\x5c\x99\x78\x2a\x07\xda\x58\xc5\x25\x97\x13\x98\x0b\xd3\xc3\x5d\x76\x62\x0d\x9a\xe4\x2c\x16\xcb\xfc\xfd\x11\xb0\xad\xbc\x72\xe5\x6c\x40\x2d\x6b\x84\xd3\x9f\x6b\x05\xe9\xe2\xa5\x1b\xb7\x95\x68\x55\xd8\xf2\x43\x65\x4b\xe3\x8e\xb7\x7a\x06\x14\xb6\xa8\x5a\x77\xc8\xc2\x36\xde\xb8\x9c\xc1\x05\x0b\x1e\x1c\x8c\x46\x42\xc9\x55\xd9\xb1\xc5\x3b\x5e\x0c\xa6\xc0\x4f\xbd\x2b\xde\x42\x70\x4c\xed\xa2\x80\xb2\xb5\xe0\x7b\x4f\x5c\x8a\x23\x4c\x08\x2b\x0e\xdc\x08\x0f\x59\x95\x60\x45\x3f\xa2\xfa\x64\x93\x6b\x05\xed\xf2\xed\xb3\xcc\xc4\xeb\xb9\x4a\xc7\x54\x86\xea\xb5\x0b\x68\x61\x57\x73\x55\x20\x33\xdd\xcd\x47\x88\xcb\x98\x81\xc8\xde\x50\x4f\xa2\xd1\x09\xcb\xbe\xf5\xc3\xe5\xf8\x00\x85\x40\xda\x73\xf4\xc1\x6c\xeb\x87\xcb\xe1\x86\x6c\x1a\xd4\x94\xc6\x82\x84\x89\x10\x5e\x6e\x92\x4a\x91\x31\xc9\x81\x5e\xd7\xd0\xf9\xe1\x72\x3c\xf2\xbd\x16\x29\xa2\x68\x10\x42\x11\x62\xcb\x4d\x62\x82\x98\xde\xc0\xeb\x1c\x3c\x08\x30\xc5\x2e\xe6\x26\x43\x54\x10\x13\xa2\x3d\x65\x1a\x16\x31\x30\x37\x21\xaa\xec\xf0\xb8\xc0\xca\xb4\xa1\xf3\xc3\x73\x93\x97\xa0\x04\x6b\x46\xfe\xc3\x40\x0f\x98\x65\x71\x05\xd8\x71\xb0\x54\x92\x03\x9d\x8a\x59\x91\x97\x61\x08\x0f\xdd\x9f\x28\xf9\xe1\x34\x89\x25\xa4\x48\x1c\x02\xf5\x1e\x1a\xdf\xac\x88\x0c\x2f\xb5\x01\xc3\x4b\x1c\x44\x9d\xb7\x26\xb3\x88\xe2\x05\x03\x8e\x84\x10\x2b\xe5\xe3\xb2\xd0\x0c\xe0\x21\x64\xc7\x90\xcf\x55\x3a\x3f\xbc\x0d\xfc\x3a\x78\x40\xc4\xb8\xe7\x2b\x35\xc6\xa2\xd8\x7c\x41\x70\x1e\x5a\xdc\xc9\xce\x70\xba\xdc\x3c\x25\x7b\x23\xda\x61\xb9\xa8\xf8\xe1\x52\x0c\xb5\x04\x0e\x94\xbb\x91\xdb\x67\xd9\x65\xc1\x25\x50\x90\x6f\x10\x02\x8a\xcc\x1b\x6c\x57\x04\xe7\xb9\x8a\x11\x7b\x50\x04\xb7\x9c\x2a\xb9\x81\x69\x4a\x12\x77\x32\x2a\x9d\x1f\x2e\xe5\x80\x04\xb7\x41\xbd\x52\x30\xa0\x84\xb4\xcb\x82\x0b\x85\x6c\x5d\x8b\xf0\x86\x0f\x82\x9b\x5e\x15\x9c\x85\x59\x82\xe4\x8a\x2b\xa2\xd7\x9b\x2a\x38\xca\xd9\x52\x5a\xc9\xd2\xb5\xd6\xc8\xdf\xe4\x0c\x4b\x51\x84\x00\xa6\x28\x67\x44\x52\x79\x41\x0c\x4c\xda\x34\x3a\x69\x91\xd1\x69\x6e\x45\x70\x3b\x6d\x1d\xc1\x4f\xe0\x53\xe7\x87\xb7\x82\x60\x2e\x7e\x3a\xe0\x0e\x77\xce\x2d\x4b\x2e\xc2\x4f\x06\x47\x9e\x2f\xc2\xd1\x57\x25\x67\xc9\x03\xca\x14\xa1\xf5\x41\xc4\x1e\x54\xc1\x45\x94\x26\x20\x49\x59\x5d\x58\xb7\x2c\x38\x5f\xd0\xc8\x90\xc2\x4b\x4c\x4a\xd4\xfa\xe1\xed\xfd\x19\xf0\x58\xe7\x52\x41\x96\x9d\x1f\x9e\x9b\x94\x52\x44\x24\xd1\x21\x91\x3b\x74\x7e\x78\x2b\x06\xc3\xc5\xa7\xa3\xe9\x1a\xbc\x48\x42\xab\x82\xe3\x6e\x39\x26\xe2\x46\x18\xe1\xb9\x6b\x82\x8b\x9c\xab\x43\xe1\x30\xa1\x9c\x86\xce\x0f\xcf\x4d\xfe\xd0\xb8\x89\xdc\xdb\x3b\x91\xad\xd7\x44\x17\x0a\x33\x3f\x3a\x48\x42\xf1\xc3\xdb\x2b\x44\xf4\x72\x9e\xa6\x8d\x37\xc2\x76\x7e\x78\x7b\x85\x32\x4c\x0d\x03\xab\x51\x21\x67\x97\x13\x90\x50\x70\x19\x04\x81\x1e\xe9\x11\xbf\x26\x3a\x74\xbd\xf1\x70\x17\xd1\x29\xa9\xf1\xc3\xe5\x26\x25\x0e\x56\x0c\x28\x6b\x66\x46\x56\xe9\x87\xb7\xef\x7a\xe0\xb2\x51\x8f\xa0\xe2\x9c\xd0\x5c\x15\x1d\x77\x93\x33\x38\x56\x2e\x23\x24\x2f\xfd\xf0\xd6\x16\x40\x6b\x42\x3c\x8d\x8e\xfb\x44\x4a\x3f\x5c\xce\xe0\x04\x2b\x6e\xab\x63\xe3\x55\xfa\xe1\xb9\x49\x57\x19\x82\x41\x04\x44\x46\x4c\x8f\x60\x6f\x95\x59\x00\x69\x10\xe1\xfc\x8c\x68\xf8\xa6\xc9\xce\x25\xa0\xd1\x32\xca\x63\x62\x43\x79\xaf\xc9\xce\xd5\x14\x84\x03\xe4\xa5\xa4\xd6\x13\x6f\xf7\x15\x45\xc9\x53\x1d\x8b\xef\x33\xe4\x72\x97\x10\x9e\xa1\x06\x60\xd8\xa6\xd8\x77\x4b\x6b\xdf\xf7\xa9\x61\x9d\xa3\xd5\xa4\xd2\x79\xe2\xed\xad\xb0\x4c\xf3\x66\x4a\x6d\xa6\xdb\x7a\xe2\xad\x28\x12\x93\xbe\x1b\xb0\x6c\x84\x1e\xc0\x9e\x9b\x24\xa0\x87\xab\xe5\x18\xf4\x62\x3b\x57\x5c\x6e\x2d\xa4\x1d\x2a\x98\x68\xce\x10\xaf\x0a\xcf\x55\xf2\xd5\x94\x87\xbd\x02\xf4\x76\x5a\xb9\x77\x16\x6c\xad\x36\xe2\x9b\x05\xa8\x5c\xdf\x56\x30\xd0\xa3\x51\x8f\x0d\x82\x89\x5c\x15\x1d\x93\xe8\xfb\x34\xe1\xea\xfb\x6e\x69\xed\x43\x51\xb8\xfd\x97\x67\x32\xa1\xdc\xf9\xe2\xad\x85\x3c\x30\x5d\x99\xe7\x42\xbc\xbe\x96\xbc\x15\x44\xe6\x42\x6a\x6a\x34\xc9\x6c\x08\x79\xf9\xde\x31\x5c\x61\x63\x32\x68\x17\x65\x48\x41\x95\x1d\x58\x5d\x36\x11\x1c\x44\x70\x7d\xf3\xf2\xc5\xb3\xb0\x50\x3c\x6a\x3b\x05\x29\xbc\x2e\x3a\x54\x35\x1b\x0f\xb3\x71\x40\xe4\x48\x3a\xe3\x52\x14\xc0\xe2\x6e\x22\xd7\x2b\x47\x89\x3c\xd7\xa4\xe7\x2b\x03\x09\xbc\x72\xe3\x25\x7f\x9a\x2a\x3e\x6e\x3e\x13\x2c\x6c\x78\x5b\xbb\x3e\x2d\x5f\x3d\x6f\x11\x4b\xf1\x91\xac\x1b\x33\x54\xea\xab\xe5\xbb\xe7\x90\xc6\xa4\x68\x1e\x39\x8f\x62\xf1\xaa\x00\x03\xd7\x2f\x01\x80\xe0\x64\xfa\x5d\x15\x20\x23\x2e\x0c\x98\x89\x07\x19\xed\x50\x45\xc8\x00\x2c\xee\xbc\xe8\x6a\x15\xec\xda\x05\x04\x0f\x33\xd7\x8e\xc4\x1e\xa3\xde\x08\x94\x9a\x00\x11\x9d\x2f\x18\xd8\xfb\x2e\xe5\xcd\x04\x0f\x5e\x0a\xba\x7d\x99\x83\xcf\x42\x7a\xcd\xf8\x81\xb9\xb8\x46\xf3\x1a\x1d\x88\xba\x86\x69\xf3\xf1\x29\x02\x05\x0f\xbf\x28\xe5\x39\xd5\xb9\x57\x27\x18\x60\x3b\x41\x2a\x96\x1c\x52\x75\x42\x6e\x72\x42\x04\x20\xdf\x01\xb9\x19\xc3\xbc\xba\x3e\x69\xbf\x10\xe0\x36\x7a\x94\x24\x87\x8c\xb3\x21\xf6\xbe\x99\x30\x41\x06\x08\x98\x67\xe1\x47\xc9\x3f\xdd\x94\x81\xa0\x83\x5b\x04\x9a\x1f\x2d\xcc\xbb\xc6\x69\xcd\x45\x74\x68\xc6\x39\xee\x56\x8e\x82\x95\x5c\x17\x1c\x77\xa4\x04\x66\x22\x4b\x34\xb9\x2a\xba\x94\x00\x48\xa4\xf7\x2b\x25\xad\x8c\xbc\x99\x80\x2b\x8a\xb8\x59\xb2\x35\x38\xb7\x2c\xbb\x08\x22\x6d\x0e\xea\xc7\x24\x5a\x8b\xeb\xc2\x43\x46\xc6\x96\x5a\x0d\x10\x7a\x36\xf6\x46\x18\xa8\x9e\xf5\xa0\x3c\x0b\x6a\x86\xbc\x11\x46\x06\x6b\x18\x85\xaa\x09\x69\xa1\x76\x50\x13\x53\x90\x1c\xe7\xce\x46\x9e\xc9\x05\xed\x8a\xfc\x98\xe1\xd3\xc0\x76\xce\x46\xd0\x9a\xab\x02\x4c\xdc\x70\x36\x91\x95\x93\xb8\xc8\xc5\xae\x09\xd0\xd5\xaa\xd5\x51\x43\x25\xee\xbf\x60\x57\x24\x18\x51\xdf\xc6\x95\xf1\x49\x94\x7b\xeb\x12\xe4\xd6\xe7\x48\x14\x45\x2b\x52\xf7\xaa\x04\x99\x4a\x9b\x69\x9c\x60\x00\xf4\x9d\xd4\xc4\x0c\x60\xc2\x1c\xea\x63\x3c\x17\x0f\xda\x35\x09\x82\x27\x79\x14\x24\x82\x32\x45\x01\xaf\x37\x53\x2c\x38\xfd\xb8\xa3\x22\x33\x3f\xb9\x65\x09\xa6\x4a\x8f\x0d\xe2\xe7\xe4\x11\x8f\x71\x6b\x12\x64\xe3\xdc\x20\x32\x83\xc5\xf6\xed\xd4\xc4\x14\x66\x31\x06\x13\x6c\x94\x8c\x71\xba\x08\x23\xd3\x94\x8d\x2a\xa8\x86\x27\xdd\x9a\x08\x11\xae\xc3\x72\x42\x14\x4c\xf3\xba\x04\x11\x88\x46\xfe\x94\xcc\xab\xbe\xc0\xbc\xd9\x5c\xee\xd4\x01\x03\x7d\xb4\x5a\x7b\x10\x7b\x33\x03\x47\x97\x9b\x98\x3a\xc9\x05\xaf\x4b\xd0\x15\x64\x4e\xb8\x85\xba\x13\x8c\xe2\x0b\xe2\x88\x71\x97\x2b\x8b\x49\x30\xbb\xe9\x12\xac\xc0\xc6\x44\xce\x71\x94\x3f\xa2\x4a\x30\x72\xa3\x19\xae\x4f\x09\x5c\x95\xe3\xd7\x44\x68\x6b\x0c\x9e\x40\x2b\x01\xd1\x47\xbf\x22\x43\xa6\xbd\x42\xbb\x33\x74\x80\xec\x3b\xaa\x35\x77\x8a\x01\x2e\x9e\x73\x49\x46\xe9\xa8\xd6\xde\x29\xb0\xff\x06\x5c\x46\x05\xcf\xde\xd5\x36\x66\x0c\xb5\xa8\x5f\x9a\xbb\xf9\x0b\x32\x04\x19\x8f\x67\xef\x32\x23\x36\x2d\xdc\xf6\x66\xab\x12\x33\xff\x82\x01\x28\xb4\xee\xa5\x36\xc5\x4f\x2c\xd4\x06\xb1\x2f\xef\x94\x8e\x6a\x62\x0a\x47\xcb\xec\x00\x80\x45\xd1\x4a\xcf\x3b\xa3\xc1\xa6\x1d\xdb\xb7\x0f\xd0\x5a\xd2\x75\x6f\xa6\x70\x61\x2d\xaa\x33\xe1\xae\xf4\x3d\xd5\xc4\x0e\xe3\x49\x70\x68\x7b\x16\x84\xb3\xaf\x0b\x11\x1d\x13\x50\x9c\x33\x55\x88\x49\xf3\xb6\x97\x08\x6a\x6d\xc6\x65\x58\x6e\x1c\xdd\x7c\x4d\x33\x85\xca\x66\xa8\x0d\x5b\x06\xb2\x26\xf4\x2d\xd5\x1a\x0d\x34\x70\xff\x26\xea\x99\xc9\xc0\xa3\xb4\x72\x11\x43\x42\x0e\xda\x45\xba\xc3\xde\x0a\x7f\x5c\x15\x62\xa8\x9d\xce\x41\x69\xe0\x8a\xc6\x0c\xd7\x19\x72\x99\x79\xd4\x07\x70\x0e\xe5\x9e\x19\xae\x33\x1e\x2c\x73\xc2\x99\x84\xae\x31\x5e\xe9\xa9\xd6\xe8\xba\x01\x72\x77\x70\x9d\x7d\xdf\xf6\xbc\xd9\xe1\xc4\xd5\x0c\xa6\x47\x1e\xe8\x52\x04\xa3\x9a\x81\xbb\x6d\x02\xc0\x3b\x69\xed\x2a\x5a\xa0\xc1\xac\xaf\x9c\xbd\xb6\x73\xe5\x7b\xe0\x34\xf9\xf2\x8c\xa3\x90\x29\x6c\x5d\x8a\x16\xf1\x0b\x8f\xc6\xd3\x8e\xfb\x77\xe5\x95\xab\xe8\x0b\x10\xd9\x9e\x1b\xb2\x16\xc1\x5b\xae\x4a\xd1\x47\x2e\x25\x88\xb0\x3c\xa2\x68\x0f\xa7\x4b\x91\x09\xbe\x2d\x90\x58\x96\x5f\xac\xbc\x72\x17\x47\x93\x81\x0b\x97\x99\x98\xca\xf6\x9c\xed\xcd\x14\x57\xe9\xfd\x0b\xb0\x1a\xae\x77\xe9\x3b\xa1\x50\x68\x0c\xde\x14\x72\x15\x79\xed\x2e\xa2\xa6\x93\x08\x94\x08\xff\xe8\x7a\x9f\xbe\x11\x09\xfe\xb1\xe1\xae\x47\x35\xe8\xdd\x38\xf5\x9d\x1a\xa2\xf7\x2a\xf2\x6f\x7a\x80\x98\x1a\xaf\xbe\x99\x83\xbf\xbf\x09\x08\x4b\x5b\x2b\xdb\xa3\xe9\x82\x9c\x1d\x17\x00\xe3\xbc\xc2\x0c\xd7\x5b\x05\x01\xd1\x1f\xca\x24\x45\x95\x19\xae\x99\x53\xc9\x11\x98\xd2\xcb\xa0\x63\x4a\xe3\xdb\x37\x73\xb8\xff\x9a\x29\x4c\xc9\xe4\x14\xc4\x7b\x23\x1b\x00\x31\x36\x4c\xbe\x29\xfb\xd0\x2d\x88\xd3\xcd\xfe\x65\xd8\x76\x8d\xd0\xc5\x86\x67\xb8\x63\x2c\x50\x33\x27\x62\xd3\x7a\x7b\xa5\x42\xd6\x83\x07\xca\xc0\x21\x24\x2a\x46\xc8\xe1\x81\x84\x50\x60\x05\xfb\xb9\x17\xed\x95\xe1\x11\x97\xd0\x82\xee\x7c\x13\xe7\x69\xea\xa4\x8c\x0f\xc8\x1e\xc3\x95\xa2\xf1\xbd\x0f\x2d\x26\x30\xb7\x4d\xf4\x5c\xde\x22\x48\xcc\xf4\xe5\x26\x66\xb3\xc7\x07\x99\xbe\xde\x5b\x4e\x00\x4a\x85\x23\x2b\x49\x8c\x57\x37\x08\x19\xb0\x88\x64\x78\x16\x69\x76\x75\x87\x60\x29\x98\x0c\x37\xaf\xd4\x3e\x7e\xcb\x5b\x34\x00\x2f\x3d\x80\x82\xb5\xd4\x6a\x96\xe5\x3d\x72\x40\x4a\x45\xa6\x2f\x89\xc2\x2f\xd2\x97\x1c\xb8\xd9\x13\xd7\xa5\x98\xd0\x79\xa9\x72\x86\x9b\x1a\x56\x05\xce\x52\x99\xce\x4b\x95\xcb\x46\x55\xd5\xae\x8a\x7b\x8e\x6b\x56\xf7\xc9\xe0\x45\xe2\x88\xbc\xb1\xc2\xad\xd5\x36\xca\xa3\xb4\xc1\x45\x4e\xb6\x39\x18\x31\xaa\x5e\xaa\x3b\x95\x28\xea\x11\xd2\xb4\xf2\x94\x5a\x6f\xa2\x5b\x06\xd3\xce\x0c\xdc\x3f\x27\xda\xce\x9b\x68\xaf\x84\xc7\x51\x82\x4f\x51\x90\x7c\xf1\x2b\x7b\xe5\xb8\xfb\x08\x43\xf6\x0a\x9e\x25\x8d\x7b\x63\xe7\x82\x53\x7c\x81\x89\x54\x07\xa8\x25\x0d\x91\x54\xf7\x0a\xdd\xb7\x6c\xc6\xbd\xb6\x83\x20\xa3\xd2\xf7\x0a\x45\x9f\x8c\x79\x1d\x57\x1e\x72\x6b\xf0\xc9\x8f\xca\x5c\xde\xc6\xfc\x23\xce\x34\xc5\x77\xea\x3a\xc0\xf1\x92\x99\x15\x94\xbd\x89\xb4\xbc\x59\x95\x45\xd6\x38\x26\xa0\xe5\x9e\x95\x69\x79\xb7\x46\xbf\x03\x50\x37\x10\x6a\x32\x32\x50\x83\x56\xd5\xb5\x23\xd1\x81\xf6\x13\xe8\x6f\x1b\x7a\xcb\x4a\x4c\xb1\x70\x6e\x9c\xe3\xa0\xee\x20\xa1\x5f\xda\x67\xa5\xa9\x6e\x2b\x70\xcf\x52\xaf\x3c\xca\x72\x4e\x60\x56\x5b\x66\x3a\xf3\xdc\x4e\xb3\x79\x94\x5b\xd9\x0f\x6c\xee\xfa\x95\x9e\xa5\xed\x45\xa9\xc5\x74\x14\x90\x5c\xe8\x3f\x2a\x77\x20\xa3\x0c\x1c\x01\x74\x6f\x74\xf2\x15\x39\xc5\x54\xcc\x2c\x36\xad\x60\x9f\xe7\x23\x1b\x80\x11\x3c\x9d\x0d\x18\x27\xbd\xec\xae\xa1\x8c\x4f\x19\xec\xa9\x30\x11\x61\x21\x8a\x01\xcd\x70\x4f\x7e\x47\x86\x51\x81\x6a\x0f\xb1\x49\xa6\xbd\xea\xd5\x54\x77\x3b\xc2\x36\xb1\x43\xa6\x3d\xbc\x81\x89\x36\x40\xd8\x96\xfb\x16\x9e\x0d\x03\x28\xf0\x71\x91\xa0\x1c\x7b\x83\x60\xd8\x54\x57\x50\x18\xbf\x4c\x19\xab\xa1\xc1\x1f\x69\x13\x02\xa9\xcf\xa1\x62\x1c\x73\xdf\xc6\xb3\x99\x40\x25\x89\x7b\x91\xb9\x8f\x2b\xbd\xee\xca\x2e\x61\xf7\x0d\xfb\x76\x5e\x30\xa4\xe8\xdb\x84\x26\x9e\x0e\x35\xde\x9b\x20\x70\x5a\xfa\x3e\x39\xf4\x50\x8d\x03\x2b\x12\xf1\xa4\x2d\xac\x9b\x5b\xf9\x51\xf6\xde\x21\xff\xd4\x46\x6a\xc5\x8c\x4a\x71\x8e\x76\x78\xcc\x55\xd3\x46\x6a\xc5\xca\xb9\x73\x39\xbe\x89\x89\xb5\xda\xb8\xab\x98\x80\x8a\x1b\xe3\x6b\xd3\xc0\xd0\x13\x80\x34\xe7\x83\x7d\xac\x50\xed\x91\x90\xb4\x98\x68\x73\xb7\x2d\x62\x82\x0e\x7c\x29\xa5\xc3\xbf\x34\x5f\x55\xa6\xd2\xaf\xc8\xff\xb4\x3d\x02\xa6\x99\x83\xa2\xdc\x4d\x9e\x28\x1c\xe7\xed\x12\xf4\xdd\xb2\xdc\x49\x8b\xf3\xe5\xcc\xd3\xd7\x06\xc8\xc4\x41\x81\x3a\xac\x3c\x64\x5e\x2c\x45\xdf\x2f\x87\x18\x54\xe2\x87\x27\x08\x0b\x60\x61\xc3\x2c\xb8\x37\x12\x6c\x68\xe3\xe1\x9c\xa6\xe5\x1d\x0b\xdc\x36\xd0\x7a\x66\x09\xe3\xb6\x06\x6d\xec\xa3\x59\x0b\x4a\x72\xb9\xf4\xd7\x46\x38\x8e\x6d\xf0\xa3\xd1\x27\x64\x16\x9b\x4a\xaf\xc6\xbd\x68\xda\x50\x86\xd8\x81\xc8\x9d\xb8\xb8\xba\x28\xe1\x05\x69\x03\x13\x62\x03\x02\x78\x4d\x6a\x64\x35\x09\x2a\x01\x7d\xd3\x6c\x04\x6c\xa3\xf6\xd6\x8a\xb5\xe8\x71\x79\xd7\x7c\xe2\xc6\x58\x91\xfb\x8a\x35\x0d\xb2\xd4\x6d\xf3\x5c\x34\xc8\x42\x22\xe8\xb5\xea\xa6\x8a\x49\x28\xac\x24\xd2\x0c\xfe\x25\xf1\x5a\xab\x1b\x37\x1a\x8f\x01\x51\xe2\xc2\xfd\xd2\x93\x92\x1c\x6e\xb6\x81\x2b\x81\x86\xa9\xf3\x9d\x0a\xbc\x6e\x26\x21\xf9\x69\xd0\x58\x69\xe3\x04\xc9\x98\x1c\x89\x7f\x64\x66\x2f\x03\xcb\x98\x19\xe6\x55\xc4\x46\x9b\x90\x12\xc5\x28\xe0\x8d\x15\xbc\xd4\xda\xb8\xdd\xbb\x68\xd0\x2e\x1b\x85\xd9\x1d\x96\xda\xb6\x97\x3f\x82\x0f\x13\x98\x86\xa1\x73\x0a\x6d\x7b\x8c\x5d\x98\x02\x01\x0e\x06\x9d\xdc\x20\x39\xc1\x23\xd8\x17\x29\xb2\xb4\xe7\xab\x57\xbe\xb8\x3f\x29\x73\x88\x81\x2c\x2d\xe6\xda\x50\x8f\xd3\x6e\xc1\x85\xda\x3c\x0f\xd4\xac\x7a\x9e\x8e\xd4\x37\xc8\x70\x0b\xef\xf1\x64\xf8\x6a\x93\xad\xec\x10\x1a\x6c\x18\x66\x88\xaa\xc4\x00\x2b\x5b\x04\x54\x86\x83\x69\xb2\x19\x6a\xa3\xf6\x95\x4d\x72\x8c\x45\x2e\xdc\x32\x74\x5e\x4d\xab\xae\x01\xae\x3f\xba\xe1\x36\x6d\x9b\xf4\x4d\xe2\x3e\x49\x80\xf1\x1a\xf1\x03\xea\x3f\x22\xc4\x80\x9c\x9c\xec\x6a\xa5\xef\x12\x08\x55\x8d\xe3\x8e\x2f\x38\x78\x76\x65\x9b\x3c\x25\x30\x88\x86\x8d\xa9\x5e\xcd\x62\x0f\xe7\xd9\xb5\xe6\x94\x25\x16\x33\x07\x52\x2e\xac\xc2\x85\x19\xeb\x49\x10\xb4\x47\xea\x4e\x45\x46\xbb\x80\x02\x74\x13\x05\xba\x53\xdf\x2a\xee\x49\x80\x6a\x8a\x4d\x12\xbd\x7d\xd4\x89\x01\x9d\xc9\xb9\x5f\xa6\xcc\x47\xe9\x7b\xe5\xd0\x54\x34\x72\x81\xd5\x20\xd8\x98\x16\x36\x0b\x38\x2d\xcf\x11\x04\xc3\xf6\xa2\xea\x0e\xf0\x67\x25\xee\xbe\xca\x9d\xbe\x8d\x0c\xd0\xab\xdb\x15\x3c\x22\x8f\xd6\xb2\x63\x4c\xff\x79\xa1\x73\x6b\x9d\xc3\x3d\xd3\x0c\x13\xfe\x55\x52\xba\xb4\xb2\x65\x3e\x60\x19\x4c\x49\x60\xf9\x80\xa5\x95\x4d\x73\xb0\x38\x0c\x7b\x39\x96\xc3\x14\x69\x6d\xd3\x6c\x84\x8d\x36\xb0\x51\xc0\x81\x0a\xdd\x23\xe2\x2f\x8b\x13\x0f\x08\x19\x05\xce\x48\x9f\x4d\xdd\x36\xee\x10\xc4\xbd\x35\xd1\xc5\x54\x79\x0a\x9b\x49\xdc\xc8\x9b\xbb\xeb\x4d\x7d\x4c\x9b\xa7\xb0\xd9\x85\xc8\xf5\xad\x95\x7a\xa4\x69\x1a\xaa\x0b\x8a\xcb\x4f\x6b\x27\x57\x2b\xe3\xc9\x0b\x5f\xc9\x3d\x09\x3c\x5f\x68\x4e\x58\xcc\x77\xae\x81\x55\x73\x2e\x17\xe9\x0a\xcb\x49\x27\xb1\x6b\x4d\x3d\x74\xe4\x52\x74\x0a\x64\xba\x39\x41\x86\xaa\x9b\x92\x25\x37\x17\x29\xcd\x0a\x41\x16\x03\xe5\xf8\x08\x9f\xd2\x94\xda\x5c\x61\x70\x0b\x9d\x2d\x66\x27\xd9\x4d\x34\xab\xb5\x59\xb5\xdc\x24\x39\x83\x1b\xd8\x44\x03\x5e\x0a\x27\xca\x54\xd4\x35\xf0\xa5\x8c\x15\x6d\xa9\x3c\x88\xcd\x0c\xc7\x6d\xa7\x6a\xf6\xcf\xf4\x2c\x1c\x5d\x9d\x39\x15\xf7\x83\xe5\x3e\x0b\xe2\x4d\x7d\xa3\xc0\xc2\x6b\x02\x92\x5a\x5e\x40\x7a\xd4\x9d\xf2\x1c\x64\x84\x31\x6f\x06\x41\x0d\xa2\x6f\x95\x03\x41\x29\xf7\x95\x2b\xcb\xdd\x21\x76\xeb\x2e\xd0\xa7\x96\x39\x38\x7b\x40\x4f\xb7\xee\x08\xcd\xcd\x88\xea\xe5\xf6\x10\x75\xe1\x48\x2a\x83\xc7\xc6\x78\x01\xb6\x51\x77\x2a\x4c\x9d\x24\x09\x4a\x3d\x08\x6e\x4c\x7d\xa7\xb8\xed\xa9\xe3\x16\xf0\xa6\x2c\x36\x64\xd8\x3d\x8b\x03\xf3\xad\xd0\xab\xd2\x77\xc8\xef\x16\x81\xc8\x0c\xc2\xb1\x05\xf5\x64\x7e\x65\xa3\xa2\xe7\x98\x2a\x75\x9b\x42\xbb\x8b\x05\x7a\xff\x9d\x3d\x50\xc0\xd7\x34\xd0\x0d\x34\x8b\x7c\xfd\x75\xa3\x1c\x69\x42\x4f\x16\x90\x43\xac\xde\xaf\x6d\x13\x82\xfb\xd6\x83\x3a\x9c\x9f\x10\xbf\xba\x4f\xc8\x58\xa2\x36\x8c\x42\x3a\x4b\xc4\xec\xbb\x77\xba\x30\xe6\x9c\xa3\x1b\xbe\xaf\x30\xef\x96\xe1\x39\x82\xc7\x8d\xfb\x5c\x5f\x62\xde\x4c\x19\xa6\x37\xcd\x83\xff\x76\xde\x36\x4c\xdd\x2c\xef\xb9\x2c\x61\xe2\xd7\x4f\x7d\xc6\xba\x59\x3c\x71\xb4\xec\xed\xe2\x03\x79\x58\x64\x41\xdf\x3d\x86\xf4\x0f\x7e\xa6\x8d\x47\x5e\xbc\xc3\x98\x0c\xe2\x99\x26\xb3\xc9\xef\xfa\xe4\x7b\xa5\x40\xb8\x99\xe4\x38\xa3\xcc\xe1\x9a\xf1\xea\x2a\x8f\x61\xa7\x48\x2d\xbb\x76\xf0\xab\x4b\xed\x96\xbb\xb2\x6f\xe3\x73\x1b\x76\x3d\x12\xa8\xa9\x9b\x92\x58\x6c\xb6\x01\x45\x2f\x9b\x34\x75\x5c\x4b\x61\x99\xaa\x7a\xa7\x3d\x8a\x65\x36\x45\x70\x77\xb5\xd1\xd2\x86\x75\x20\x83\x45\x0d\x1d\xfd\x83\x80\xe9\xaa\xce\x46\xf2\x5c\x0e\xe6\x40\x12\x6b\xdc\x02\x37\xd6\xce\x03\x40\xe1\x5f\x00\xbc\x27\x77\xcd\x9a\xe5\xf8\x08\x93\xd3\x70\xfd\x18\xa7\x91\xc4\xc8\xd4\x1d\xe3\x34\xd5\x55\x3b\x8b\x08\xb9\xdc\xa3\xee\x1a\x24\x00\xb2\x02\x78\x34\x52\x5e\xe0\xa3\x9a\xb9\x3d\x7e\x4a\xd7\x7b\xa6\xec\x31\x6b\xbb\x64\xb8\x2c\x00\xb5\x5a\x41\xf0\x3f\xa9\xfb\x34\xba\x0c\x79\xaa\xbd\xb2\x82\xff\x49\xdf\x28\xa6\x60\x84\xe4\x5c\x14\x61\x59\x75\xa7\x3c\x12\x8c\x0e\xb8\x34\x9b\x05\x0f\x97\xbe\x55\xec\x4c\x86\x40\xb9\x52\xeb\xa1\xb2\xed\xca\x56\x55\x1a\x3f\x88\xdd\x7b\x81\xf2\x54\xf7\x2a\x66\xa8\x6c\xa0\x86\x3c\x7b\xba\x76\x6d\xaf\x02\x3b\x0a\xe8\x5b\x93\x45\xe9\xa6\xba\x59\x8c\x1a\x42\xef\x6c\x82\x9b\xf4\x6e\x62\xb3\x59\xf0\x92\x1c\x2c\x0e\x4b\x69\xfc\x25\xd6\xa5\x99\xc9\x8b\x62\x55\x62\xa5\x90\x09\xb4\x85\x75\x58\xee\x75\x51\x50\xe5\x35\x6f\x2f\xa3\x6f\x96\x65\x94\x91\xa7\xb0\x94\x33\xa2\xe6\x4e\xdd\xad\x4a\xb4\x4a\xd8\x35\xa2\x45\xe9\x63\xa6\xcd\x0c\x8b\x08\x28\x96\xae\x42\x04\x53\xab\x14\xc7\xeb\x6d\x11\x9e\x35\x51\xb8\xa2\x0b\x9b\x65\x51\xb6\x4e\xd8\x64\x42\x5a\x74\x64\xa8\xcd\x47\x79\x0e\xc3\x7b\x94\x83\xe4\xa6\x26\x49\x9b\x62\xb8\xf3\xfe\x00\x9d\x12\x71\x7c\xd3\xca\x66\x79\xde\x2c\xcb\xfc\x34\x1e\x4e\x55\x5a\xd9\x2d\xef\x76\xce\x3e\x19\x8c\xa9\x4f\x1d\x36\x6b\xf7\x1c\x34\xa2\x13\x26\x92\xa6\x0b\xee\x11\xa2\xab\xb6\xe6\xca\x65\xf7\x41\xf5\xa3\x18\x0d\x11\x50\x03\xea\x6b\x30\x68\x65\xb7\x3c\xf7\x44\xf0\xc8\x00\x5b\xe0\x16\x9b\xc7\xb0\xd3\xa4\x86\xf3\x85\x44\x3a\x23\xbd\x56\x75\xb7\x1c\x43\x0a\x9c\xe5\x6e\x92\x92\x8a\x53\x77\xac\x13\xbc\x56\xc3\x99\xd3\x24\xd1\x4c\x8b\x2e\x65\x26\x74\x4d\x62\xe6\xf0\x18\x17\x0a\x62\x76\x5e\x5e\x66\x76\x9b\x4c\x4e\xa2\xb5\x4b\x15\x31\x3b\xcb\xdf\x83\x1e\xde\x72\x01\x8b\x92\x3c\x94\xd7\x17\x55\x46\x81\x94\x63\xe2\x2e\x92\x62\xb7\xda\x09\x00\x22\x9a\x0c\x7b\xd6\xcd\x13\x8e\x7a\x44\xc1\x17\xac\x1b\xf5\xd4\x81\x19\x45\xe5\xd0\xde\xc2\xf1\xc8\xce\x53\x11\xc3\x00\xee\x63\xb5\x08\x65\xb7\x72\x8a\xeb\x81\xe0\x27\x05\x0d\x43\xd3\x9f\x9c\x00\x56\x30\xea\xbc\x65\xa0\xeb\xf4\x32\x94\xba\x78\x50\x61\x00\x39\x14\x93\x88\xe1\xea\xdb\x15\x4a\x2d\x2f\x33\xc0\xf4\xcf\x99\x1d\x17\xf6\x0b\xfd\xae\x5c\x00\x9e\x34\x8a\x86\x83\x0b\x1b\xe6\x40\x36\x1c\x3c\xaa\x93\xa3\xc0\xba\x2c\xad\x3e\x31\x5b\xeb\x68\x41\xa7\x41\x14\x71\xe8\x3b\x16\x19\x5d\x87\x64\x5c\x8c\x70\x4e\xec\xea\x8e\x81\xab\x7c\x03\x16\x8b\x68\xb5\x97\xb1\xdd\x32\xb4\xa3\x34\xe8\x5d\x1e\xfc\x5a\x59\xc6\xce\xda\xe6\x86\xa3\x01\xad\xbf\xad\x9a\x51\x94\x5b\x86\x52\x55\x6e\x0b\xe1\x2c\xcc\x15\x15\xa4\x3f\x73\xfe\x6a\xb6\xcb\x56\xa4\xfb\x12\x4a\x7f\x77\x5d\x86\x9a\xed\x02\xd1\x84\x5d\x86\xe9\xcf\x6c\x03\xe6\x2a\xce\xa0\xad\x9c\x77\x55\x5f\xd8\x34\x54\x74\xa3\x3a\x1d\x41\xb5\x25\x10\xfd\x6e\xf3\x6b\xf3\x48\x78\xd9\x46\xf1\x1b\xdb\x3d\xc3\xe3\xe8\x0a\xe8\xdb\x1c\x4e\xb3\x8a\xa7\xde\xb9\x81\x35\x89\x34\xf0\x4c\xbf\x08\xa8\x9e\x19\xd0\x15\xf4\x62\x51\x7d\xdd\x47\x52\xdb\xd5\x30\xd8\xd9\x02\x04\xe2\xbc\xf0\x50\xf5\x3d\xf3\x96\xb5\x38\x98\x4b\x2d\x57\xf8\xe9\x70\xe7\xba\x03\x8e\x21\x92\x14\xf6\x91\xdd\xc3\x96\xa2\x82\x01\x66\xbd\xa9\xe5\xb5\x82\x29\x4a\xff\x32\x87\x94\x49\x40\x56\xd1\x4e\xa5\x62\x6b\xdb\x86\xba\x7f\x2a\x4f\x0d\xa0\x05\xf2\x7e\x19\xfb\xba\x8b\x2d\x05\x2e\x62\x26\xb5\x5e\x64\x9f\x27\x7d\xe3\x1c\x53\xec\x39\x80\x94\x8c\x5b\x45\xa5\xee\xde\x4c\xc3\x84\xfc\xc1\x52\x47\x12\xad\x82\xb4\x8f\xa8\x26\x80\xf8\x3c\x3a\xf3\xb5\x4f\xa6\xf8\xcc\x88\x3a\x20\xfc\xcb\x86\x19\x07\xc4\xdf\x93\xc3\xd1\x27\x93\x6f\x9b\xa0\x2b\xd2\x82\x46\x01\x57\xd8\x24\xd8\x3c\x01\x09\x65\xb1\x64\x31\xde\x73\x7b\x9d\x88\xd0\x44\x98\xb7\x13\x56\x43\x07\x0e\x99\xf7\x50\xd5\x0c\x6e\x97\x5d\x5e\xae\xaf\xf9\x16\x8f\x9e\x53\x73\xdd\xaa\x2d\x38\xa0\x85\x1d\x48\x0d\x36\x45\xf8\x1c\xea\x8a\xd1\x64\xd2\x20\xe5\x4a\xfa\x28\x2f\xe0\x1b\x77\xca\x29\x1a\x40\x90\x59\x83\x95\x45\x7c\x63\x5d\xf5\x80\x04\x24\x58\x19\x36\x05\x71\x5d\x05\xde\x38\x5b\x04\xda\x09\x02\x42\x19\x10\x8c\xd1\xb0\x8a\x75\x86\xad\x84\xee\x96\xa3\x7d\xb6\xd7\xa7\x72\x19\xa0\x36\xe1\xe2\x7b\x93\x44\xdb\x4f\x6d\xdd\xa3\xa7\xc5\xfe\x28\xff\x44\x56\xda\x5a\x8a\x29\x16\xac\x90\x9e\x51\x4c\x26\x08\x8e\x05\xed\xa3\x32\xb3\x9a\x15\xa6\x62\x94\xc4\x90\xda\xca\xbd\xdf\x51\xb2\x57\xc2\xb6\x1e\x6b\x21\x57\xc2\x81\x31\xcb\x7d\xcc\x13\x6c\x48\x0d\x78\xb8\x13\x20\x71\x60\x55\xc8\x5e\x54\x91\x16\x72\xed\x54\x88\x4c\x40\x03\x86\x9a\xb8\x9e\xfe\xbe\xfd\xac\xc4\x65\x10\x00\x4b\x4d\xcd\xad\x97\x57\xef\xc0\xe9\xb7\xe1\x82\xec\x09\x93\xa0\x82\x08\xeb\x1c\x83\x08\xa7\x71\x8c\xb2\x08\xb5\x12\x78\x79\x03\x2c\x68\x75\x19\x4f\xee\xbc\xa4\xcc\x57\x37\xc0\x70\xb9\x71\x60\x00\x88\x9d\xa3\x1f\xa4\x56\xe7\xbb\x0e\x7b\x7b\x03\xbf\x96\x79\xa9\x5b\x55\x39\x1f\x8f\x16\x2e\x00\xb4\x44\x85\xd1\x5d\x0e\x0f\xe8\x28\x6d\x22\xf3\xde\xf6\x31\x2e\x39\x9e\x8b\x22\x1d\x3a\x64\x31\x29\xab\xaa\xc1\x77\xba\x8d\x48\xe7\x2c\x97\x89\xf9\x2e\x87\x61\x3b\xdd\xcc\x7c\x22\x03\xfd\x40\x6f\x69\x36\x2b\x48\x6c\x00\x79\x7a\x01\x6c\x9f\x8f\x68\xc6\xe3\x65\x31\xa0\xe2\xd8\x18\x38\xc9\x4b\x4e\xe5\xb0\xf3\x2d\x2d\x7a\x26\x6f\x5c\x93\x56\x51\x57\xcd\xba\x8d\x99\x0c\xad\x30\xcb\x96\x56\x11\xa6\x1e\x0a\xa3\x6a\x9f\xe3\xc9\xf4\x85\x23\x15\x51\x5f\x81\x28\xea\x40\xd5\xa5\x7b\x3a\x0f\xa3\xcf\xc7\x25\x3f\x61\x29\xeb\xbe\xd3\x6e\xb6\x4c\xb7\x76\xc3\x36\xc2\x82\x51\x35\x69\x37\x2a\xbd\x42\x25\xc7\x46\xf2\xb5\xa8\x1f\x95\x58\xe1\x58\xae\x5e\x89\xf0\xdd\x75\x18\xc0\x74\x0a\x3d\xf7\xed\x82\xda\x4d\xc2\x82\x53\x17\xef\x18\xdd\x17\x18\x41\x90\xa1\x7a\xf4\x28\x12\xff\x1b\x68\x5b\x0c\x37\x6d\x40\x33\xe8\xa5\xfc\xf9\x4e\xc3\x19\xd0\xc8\xe0\xe9\x9c\x1c\xbf\xe5\x1d\x70\x40\x5e\x12\x29\x2f\x2b\xeb\x61\x39\x15\xbe\xd3\x71\x96\xfb\x9a\x56\xed\x1b\x15\xc6\xcf\xee\x58\xc6\x32\xc7\x1d\xb0\x85\xbd\x18\x9d\x1e\x86\x6a\xed\x53\x47\x62\xc7\x73\x34\x03\xce\xaa\x7a\xae\x46\x9f\xf9\x74\x2a\x1a\xb1\xde\xfb\xc8\x1a\x11\x45\x9e\x66\x8e\x96\xee\xae\xe3\x80\xa8\x33\x02\x18\x0e\xb6\x59\xdf\x4c\xd2\xb7\x9a\x6e\x40\xfd\x21\x65\xb8\x3d\x42\x0b\x62\xdd\xbe\x3d\x64\x16\xf4\x7a\xe3\x49\x1e\xf5\x45\x6f\xc6\xf9\x56\xd7\x11\x3a\x07\x65\x40\x66\x00\x55\x96\xfa\x3e\xf3\x1a\x40\x9c\xb9\xc9\xa8\xd7\xf3\x42\x17\xa9\xab\xae\x40\x58\x80\xbd\x8c\x41\xda\x4b\x1d\x5a\xff\x01\x9f\xcd\xc0\xdd\xe5\x50\xbb\x5d\x59\xb7\x2b\x60\xdc\xa6\xf6\x1b\x95\x3f\xc9\xae\xae\x1b\xad\x0d\x3c\xba\x9a\x48\x4f\x77\x61\x11\xb5\x61\x0e\x85\xab\xb4\x56\x6c\xcd\x0c\xee\x01\x1e\xc1\x6a\x07\xd3\x44\x5f\x2e\xff\x23\x80\xd4\x12\xf5\xac\x28\x24\xf3\x6b\x8b\xa6\xc6\xd9\xe3\x8f\xd3\xab\x30\x88\xfc\xee\x42\x46\x2d\xa1\x87\x7e\x62\x8e\x4b\x81\x80\x55\xbf\x29\x32\x8a\x15\xfe\xc4\x86\x9d\xf5\xa5\x37\x67\x80\xa7\x1a\x39\x2e\x6f\xe2\xae\x66\x4d\x3f\xaf\xbc\x92\x04\x6f\x30\x83\xfd\x39\x43\x67\xab\x89\xd1\x9d\x9a\x0b\x03\xe7\xb4\xd1\xc2\x58\x09\x03\xfb\x56\xcb\x0d\x40\xa0\x18\x6e\xbe\x10\x7b\x94\x90\x6f\xb5\x1c\xa2\xe6\x65\x02\x40\xc7\xe5\x2e\xc1\xbb\x1b\x15\xb8\x3c\x07\x4c\x17\x0c\x91\xd1\xbf\x6a\x77\x1c\xe9\xed\x61\x7e\x5c\x4a\xc1\x96\xc5\x1c\xe7\x4e\xcb\x71\x11\x1e\x18\xaa\xb3\x74\x6d\xf5\x1f\x34\x99\x2c\xf2\xc4\x9c\x1a\xdc\xe8\x7c\xbe\x07\xf2\xb7\x22\x43\xfd\x50\xd0\x0c\x5b\x4a\xcf\x59\xd6\x73\xcf\x9d\x6a\x90\x95\x61\xc0\xbc\x18\xd1\x8c\xe7\xbc\x87\x07\x33\xa8\x9b\x17\x5c\xea\x47\xc0\x82\x74\x14\x94\x4d\x36\xce\x63\xd3\xfa\x7e\x39\x04\x5c\x99\xb3\xdd\x5a\x51\x2c\xa7\x2e\x7a\x4a\xd1\x33\x69\x6c\x5c\x6c\xad\xb2\x53\xd5\x08\x95\xc3\x66\x34\x22\xa8\xa9\xdf\x62\x30\xe6\xe3\xcc\xdb\x24\xe2\x93\xea\xba\x1d\xd7\xff\x20\x16\x88\x68\xc3\x52\x52\x6d\x77\xac\x02\xb7\x31\x02\xd5\x58\xec\xca\xf1\xba\x65\x44\x66\x3b\xa7\x1f\xc9\xa2\x54\x4e\x57\xc1\xa5\x36\x1c\xa2\xc6\x0a\x32\xe1\xa5\xaf\xdc\x73\x87\xa8\x9a\xe9\xf3\x4b\x19\xb2\x9d\xa6\x1b\x00\x72\x0a\x78\x73\x06\xa5\xa6\x20\xb5\x9a\x8e\x2f\x63\xa2\x6e\x67\xa5\x83\x51\xa6\x56\xf9\xa2\x0b\x52\xa9\xb5\xfe\x0a\x22\xb2\x99\x02\x38\xd8\x78\x67\x29\x97\x6c\x34\xaa\xc2\x66\x21\x91\xdb\x81\x21\x31\x91\x45\xd3\x00\x1d\x08\x82\xfc\xae\x47\xb2\x56\x94\x12\x2c\x2c\x9c\x73\x82\x2c\x95\x01\x02\x54\xb3\x5d\x3b\xed\x8b\x1a\x34\xf4\x02\x65\xfe\x62\x3d\x75\xb5\xbb\x50\x89\x83\x6a\x19\xf4\xb6\x0a\xba\x3f\x75\x1a\xbb\x36\x0d\x47\x72\xdf\x2d\xa7\xae\x76\x0a\x0e\x6d\xcd\xa6\xf6\x37\x45\xf3\x56\x93\xa6\xe0\x6c\x35\x53\x6c\x5f\xf1\x26\xef\xba\x9b\x32\x57\x11\xbc\x33\x8b\xdc\x6c\xf5\x92\x80\x89\x8e\x88\x07\x08\x2b\xd6\xc5\xe2\xda\x09\x66\x3a\xb8\xb9\x16\x95\x2c\xe4\xa1\x66\x67\x0b\x80\x0c\x33\xec\x5a\x2f\xc9\xa1\xcd\x14\x50\xf7\x50\xd5\x63\xa2\x7f\x1b\xba\x88\x5c\xbf\x8e\xcc\xc8\xe4\xe8\x6a\xb0\x6a\x29\x47\x52\xe7\xb8\xa9\x5b\x98\x83\x3f\xa7\xd5\x5c\xc9\xb5\x24\x7e\xab\x09\x75\x19\x80\x74\xd3\x53\x24\x3b\x4d\x67\x80\x1b\x20\xfe\xd6\xa0\x16\x1e\xb7\x73\x50\xd6\xe3\x0d\xc5\x12\xac\x6c\x04\xbb\xb4\x14\x5f\x3d\x0b\x5f\x5b\xab\x2c\xa5\x3b\x76\x4a\x9b\x1b\xec\x66\x36\xb7\xc3\x62\xb6\x63\x67\x93\x1b\x82\xe3\x7b\xae\x0d\x8b\x8b\xd9\x8e\x9d\x05\x31\x2e\xc5\x00\xb6\x58\x1b\x61\xfb\xd5\xe5\x5b\x24\xa2\x9c\x45\x3e\xaa\x28\x88\x80\xf6\xbb\x3c\x97\x83\xe1\x72\x39\x07\x30\xb3\x9e\xb9\xd8\xad\x90\x0c\x35\x8b\xad\xb3\x19\xd0\x1c\x3d\x73\xb1\x53\xde\xb5\x6d\x62\xc4\x9d\x56\x52\xfc\xed\x6a\xc0\xb2\x0f\x10\xb8\x09\x6a\x93\xd1\x76\x0a\xf0\xe9\x06\xd8\xc5\xa2\xa9\xbd\xf6\xc3\xa0\xbc\x36\x1e\xad\x03\x4c\xa9\x54\x7d\x6b\x3b\xc0\xed\x6e\x36\x1e\x69\x6b\x13\x2a\x4d\xff\xda\x16\x58\xc6\x45\xf0\x73\x6c\xa6\xf4\xed\xea\x1e\x38\xce\x46\x22\xdc\x15\xa4\x8e\x5d\xd8\x05\x93\xa7\xfa\xdd\x81\x30\xd7\x6d\x6b\x47\xd6\x79\x7c\x03\x7c\xa5\xd4\x1c\xe8\xa9\x28\x49\xcf\x41\xf0\x70\x8f\x4e\xfc\x28\xca\xad\x21\x7f\xf1\xf3\x72\x38\xe3\x1a\x3c\xb7\xf9\x50\x80\xd9\x62\xbc\xf3\xe4\xe9\xb3\xec\x37\x2a\x2e\x5b\x4c\xb0\xb1\x12\xd5\x21\xba\x2e\x22\xfe\xda\x72\x87\xda\x15\x37\xa2\x4a\xc4\xf7\xae\xab\x5c\x41\x60\x30\x87\x45\xf0\x29\xf4\x36\x9d\x1c\x8f\x2c\xbd\x19\x10\xe5\xca\xe8\xbd\xa8\xa5\x20\xea\x92\x6d\xa5\xe6\x36\x00\x04\x38\xc5\xa4\x93\x6b\xf6\xc8\x1e\xe3\xcc\x6e\xa2\x20\x5f\xd3\x97\x10\x91\x06\xcf\xcc\xa1\x37\xf7\x43\xd5\x45\x1b\x6e\x98\x82\x53\x61\xb8\x32\xdd\x2f\x2f\x9b\xeb\x09\xc3\x14\x8d\xb6\x7d\x90\x4e\x2e\x02\x71\x7b\x04\x9a\xc0\x45\xe1\x97\x32\x10\x71\xba\xde\x99\xcb\x1d\x13\xd3\xc2\x15\x3d\x03\x51\x3f\xaa\xde\x84\xc0\x56\x9a\x2c\xa5\xd1\x56\xee\x3c\x78\xab\x98\x9c\xa5\x61\x88\x52\x57\xce\x94\x20\x7c\x42\xac\x11\x5c\x09\xea\xd2\x11\x6f\xa9\xf1\x39\x3b\x08\xad\xab\x2e\xdd\x20\xe9\x87\x76\x62\x3b\xc2\x0b\x2d\x01\xb1\xfb\xac\xc2\x1d\xc8\xd1\x70\x3a\x23\x86\xad\x26\x20\xe2\xa4\x72\x07\x0e\x32\x0e\xdc\xef\xdc\x29\xd0\xdc\x76\x31\x15\x1f\x44\x34\xf0\x36\x4b\x36\x1e\x6d\x03\x0c\xf8\x95\xc1\x46\xd2\x95\xad\xea\x1b\x80\x56\x9a\xa6\x82\x9e\x04\x6b\x8e\x58\x51\xbd\xe8\x8e\x4f\x09\x3a\x41\x28\x2d\x68\xe5\xf8\xd1\x15\xa3\xba\x42\x44\xe7\x86\x8e\x96\xc0\xb6\x8a\xcd\x80\x79\x8a\x08\x36\xe7\x50\xa7\xa4\x8d\xe7\x8e\x50\x16\xb4\x73\x76\x8e\xfa\x6d\x11\x18\x93\x62\x23\x0e\x55\xc3\x9e\xf4\xd0\xb9\xab\xb6\x53\xcc\x88\x13\x1b\xa2\x61\x98\x8f\xd7\x17\x8c\xb2\x37\xca\x78\xee\x0d\xb0\x78\xd5\x04\x44\x5d\x41\x21\x4b\x31\x57\x04\x9d\xed\xa9\x63\x9a\x09\x68\xa9\x61\x2d\x87\x8f\x1a\x06\x1c\x75\xd1\xbe\xd2\xcd\x70\x92\x63\x1e\xce\x5a\x58\x44\xe6\xa2\xbf\x01\x5a\xbd\x47\xab\xd8\x56\x3f\x17\xb0\x1c\x25\x74\x3b\x1f\x7a\xeb\xcd\xb6\xaa\xcd\x21\x98\x01\x3a\x25\xd3\x83\x39\x6d\x7b\x8d\xc8\x00\x03\x37\xef\x26\x0a\xa4\xce\xc2\xc2\x59\xb5\x0d\x50\x54\x51\x74\x86\x53\x3f\x2a\xb1\xe1\x9a\x51\xfb\x8d\x8b\xb1\x90\x7e\xd8\x9d\x41\xc4\x2f\xb9\x5e\xdc\x70\x9f\x5f\x35\xfd\xb0\x53\x23\x64\xb6\x78\x2e\x46\xf4\x30\xdd\xd5\xf4\x43\x5d\x0b\x40\x96\x19\x26\x82\xf1\x42\x4b\xeb\xcb\x37\x68\x44\x6d\x07\x06\x1f\xf9\xda\x5b\x77\x65\x03\x06\xae\x74\x4b\x13\x41\x4f\x08\x8b\xd9\x87\xfa\x69\x09\x75\x43\xa3\xbb\xce\x6d\x3f\xb5\xb8\x5c\x77\x28\xab\x11\x36\xb0\xaf\xef\x15\xd3\xcd\xb6\x2a\x8e\x71\x64\x91\xe7\x18\xcd\x74\x6b\x26\xd1\x69\xdc\x2b\x40\xab\x98\x82\x83\x33\xdf\x03\x2f\x75\x1c\x63\xc5\x51\x30\x6a\xe2\x3c\xad\x69\xb5\x09\x3e\x51\x5c\xd6\x81\x88\x9c\x1b\x91\x8a\x81\xcd\x78\x24\x4f\x8c\x45\x87\x19\x33\x77\x73\xbb\x68\x19\x1f\x31\x0a\xb0\xa2\x76\xb1\x20\x56\x21\x97\xec\x3b\x35\x17\x2a\xce\x6a\x8f\x1b\x9a\xa9\xe0\x97\x49\x4d\x73\xda\x70\x14\xa0\x31\xc8\xcf\xe8\x29\xe5\x49\x45\x58\x98\xb6\x8e\x9c\x02\xd7\x93\x64\xf9\x56\xd1\x39\xf2\x55\x63\x6e\xcb\xb8\xf4\x35\x83\x60\x87\xf9\xd9\xbc\xc8\x9e\x2c\x2c\xda\xc3\xdd\x82\xb1\xcb\xc5\x68\x7e\x65\xd1\xc8\xe5\x90\xc5\x43\x3d\x28\x72\x8f\x20\xf1\xad\x96\xb3\x00\xfd\x58\xfa\x05\x45\xc9\x35\x8b\x40\xbb\x28\x54\xbb\x59\x28\x77\x35\x86\xb3\xd3\x71\xc4\x82\xcb\x65\x43\x83\x30\x29\x17\x56\x4d\x55\xaf\x64\xdb\x03\xf3\xdb\x5b\x6f\xbe\x55\xbc\x99\x8b\x7d\x98\xb4\x24\xf4\xd6\x5b\x33\xc5\x31\x95\x24\xc7\x30\xbd\xf0\x81\xd5\x95\x73\xc7\xf0\x4d\xac\x45\x14\xb6\xc7\x8f\xf8\x56\xc1\x45\xf2\xc6\xc8\xb0\x4a\x6b\x05\x59\x33\xfd\x06\x7a\x9e\x00\xc2\x16\xdf\x77\x6b\xec\xbe\xaa\x70\xa9\x70\xed\x13\xad\x31\x43\xfa\x56\xbd\xa1\x96\x3b\xa0\x4a\x0a\xfd\xcb\x96\xd2\x0e\xbb\xd5\x10\x95\xa6\xa9\xa9\x7c\x27\xbd\x4c\x75\x0b\x0c\xe7\xc9\x6b\x39\x9b\xaf\x24\x48\xab\xbb\x10\xb8\xa6\xd0\xf1\x1c\xd3\xe6\x56\x93\x54\x6f\xc0\x93\x6e\x00\x1b\x93\x59\x01\xab\x4d\xf0\xc8\x82\x20\xd2\x6d\x85\xfa\xf4\xea\x78\x14\xee\x99\x81\x1c\x29\x2b\x60\x27\x49\x9b\xe0\x40\x1f\x6a\x51\x78\x60\x87\x79\x21\x73\xb3\x5f\x3b\xfd\x16\x53\x25\x7d\x1e\x0f\x40\xec\x72\xab\xa9\x55\xd1\x06\x8e\xa3\x45\xef\x1f\xa5\xb4\x35\xb5\x4a\xba\x94\x5a\x16\x49\xf6\x78\x9f\x5b\x6d\x96\x41\x11\xd1\xbd\x58\x3b\x3c\xd9\xde\x45\x6d\x26\x0c\xb8\xba\x03\xda\x6a\xcb\x7a\xdb\x85\x85\xfb\xca\x5d\x4d\x74\x29\x4e\x50\x58\x2f\x2d\x83\x69\x8c\xe8\xb3\x54\x2f\x35\xb5\x9a\x9a\x21\x21\x06\x05\x2d\xa5\x87\x92\x34\x33\xc0\xfa\x04\x96\x00\x13\xa0\x1d\xd4\xb4\xc3\xee\x4a\x65\x6e\xa5\x84\x16\xbf\x46\xe9\x9f\x95\x5a\x3d\x47\x36\x7e\x64\xaa\xd9\x1e\x49\x92\x5a\xd5\x4b\x80\x4e\x56\x2b\x8d\x5b\xab\x2f\xbc\x22\x1c\x81\x5a\xe1\xee\x81\x6a\xd6\x61\xe6\x6e\x97\xa9\x86\x49\x25\x4a\x4e\xad\x5a\x20\x68\x3e\xde\xf3\x86\x5a\x49\x9b\x60\x12\x12\xf6\xc4\xd9\xb5\x37\xd4\x5a\xf4\xe5\x75\x73\x97\x9d\x8d\x03\x03\xa0\x95\x5c\x76\xea\xba\x6d\x64\xe6\x51\xd4\x7b\x0d\xb2\x46\x55\x5f\x78\xe5\x23\x36\xfc\x86\xaa\xd8\xdf\xd4\x6a\xb7\x81\x73\xd1\x50\x72\x4e\x53\x6e\xa9\x55\x6e\xd4\x4c\x05\x00\xc6\x80\x64\xf4\x7c\xf1\x75\xda\xce\x5f\xcb\x30\xac\x47\xdb\x2d\x98\x39\x21\x8f\xd5\x67\x80\xb6\x13\xb5\xb6\x3e\x2a\x2e\x6a\x3b\x01\x28\x64\x83\x66\xcd\x9e\x19\x2c\xc5\xc7\x37\x33\x98\x7a\xc4\x7a\xba\x82\xce\xce\xc3\x75\xed\xf2\x77\x22\x09\x61\x72\x92\x6c\x40\xea\x4f\x4d\x39\xec\xb4\x34\xe3\x79\x07\x34\xfc\x2c\xcb\x19\x87\x9d\x6e\x40\x6a\x7c\xaa\x54\xed\x55\x5c\xbb\x14\xc0\x55\x19\x4f\xe1\x11\xd7\xd4\x33\x0e\x33\x57\x87\x9b\x33\x80\xb6\x7d\x9e\x3c\x59\x5a\x3d\xea\x64\x1c\x18\x34\xec\x20\xda\x16\xea\x4b\xa9\xd9\x7d\x18\x7f\x2e\x89\xd0\x9a\xbe\x7c\x97\x71\xaa\x72\x2d\x7d\xf0\xcb\xf5\x15\x3b\x45\x67\x90\xfb\x73\x88\xa7\xa6\xbc\x98\x72\xd8\xa9\x3a\x2a\xfd\xb1\x78\x47\x0c\xe8\xba\x16\x52\x0e\x3b\x5d\x17\x4c\x7d\x74\x88\x24\x7d\xb1\xc0\x62\xa7\xed\x9c\x63\x0c\x2d\x5a\xea\x2b\x7e\x6b\x7f\x2c\x2b\x33\x3c\x47\xc1\x6c\x5f\x53\xd8\x7e\x59\x9e\x53\xee\x8c\x8f\x83\xef\x01\x25\xed\x1c\x62\x8d\xd9\x03\xa4\xd6\x70\xed\xcf\x42\xca\x61\xa6\xf5\x06\x1a\x0c\xee\xea\xbc\x9c\x72\xd8\xa9\x3d\xc7\xfd\xab\x19\xf3\x50\x56\x28\xbf\x67\x66\x44\xdc\x25\x6a\x8c\x95\x0e\xf2\xc2\x16\x70\x75\x9d\x45\xd6\x25\xd7\x4e\x47\x6b\x5b\x50\x55\x9f\x41\x7d\x8e\x87\xab\xb1\x94\x71\xd8\xe9\x3e\xcf\xcc\x96\x54\x81\xed\x75\x72\xed\xcc\xd2\x44\x02\x1c\xff\x52\x21\x4b\x62\x1d\x62\xb8\x05\x92\xba\xd4\x28\x92\xef\x94\x98\x1c\x8e\x7e\x72\x66\xe2\xa8\x36\x3d\xd4\x57\x4c\x30\x19\x5f\x8d\x1e\x28\x9b\x41\xf8\x3e\xda\xe7\xe3\x40\x6d\x00\xc8\xdb\x64\x41\xc2\xa1\x2e\x20\x70\x33\xa8\x5c\x76\xc8\x52\x2d\x32\x9e\x27\x11\x50\x6b\x77\xee\x69\x91\x85\x7b\xa8\x2f\x81\x9b\x52\x30\x61\x52\x54\x08\xa3\xda\x2f\xca\xec\x54\x0c\xec\x2d\xb9\xb4\x10\xe5\xce\xd3\xb1\xcc\x60\xbf\xf3\x1c\xd5\x89\x3d\x6c\x41\x7e\x14\x8e\x6c\xe2\xc0\x91\x53\x6f\x93\x9c\xc1\x84\x6d\x81\xf1\x27\xa6\xd6\xd7\x2f\x2f\x04\x64\x0d\xb5\x09\x2c\xf5\x07\x55\x50\x08\xed\x77\xd1\xc3\xcb\x00\x54\x53\x24\x2e\x54\x5d\x4a\xad\xce\xcd\x4c\x8d\x91\x35\xbe\x79\x39\x05\xdd\xb6\x0a\xd3\xaf\x84\x39\x0a\x53\x7c\x5b\x9e\xd4\xa2\x45\x19\xc3\x00\xd4\xa6\x5d\x0a\xcd\xe4\x49\xbf\x15\xc3\xf0\x91\xbd\x3c\x2f\x9c\x4d\xea\x70\x64\x6b\x0d\xfc\x10\xa6\xb0\x94\xdf\xef\xbb\x6b\x01\x2b\x36\x13\x15\x7b\xec\xaa\x0d\x7d\x7b\x4d\x99\x8c\xd4\x23\xe2\xd0\x9b\xe2\xcd\x04\xcf\x9c\x50\x30\x6a\x62\x9f\x2f\xf2\xed\xb5\x48\xc8\x9a\x80\x9a\xdf\x2b\xe4\xda\xbe\xbd\x16\x89\x7d\x55\xfa\x68\xdf\x19\xe2\xbe\xbd\x16\x35\x64\x89\xb8\x03\x5e\x40\x35\x78\xb0\x3b\x80\x11\xa4\x87\x19\x00\x39\xd3\xf3\x7c\xfa\xf6\xf8\x51\x1f\x68\x94\x47\xc8\xf8\xc4\xc2\x32\xc0\x4c\x63\x38\x5d\xe2\xf1\x60\xaa\xc1\x83\xdd\x57\x51\xe4\xd9\x9a\xca\x58\xeb\x96\xd1\x87\xb3\xef\x62\x58\x92\x67\x32\x26\x85\x6d\xac\xfb\x32\x78\x2e\x88\xa5\x97\x96\x3f\x4d\x9d\x03\x37\x95\x3b\x72\xe6\x79\xcf\x41\xf1\x4b\xf5\x5e\xf8\xca\x2b\x6e\xf1\xf2\xf7\x7c\xd1\xa9\xbd\x17\x8e\x5e\xe2\x01\x7d\x5d\x7d\x5c\x70\xe9\x77\x17\xc3\xb2\xb6\x62\x0e\xb4\x3e\xe3\x9c\xba\x9b\x51\xe8\xfc\x16\x3c\xc5\xa6\xbb\x1a\xa9\xbd\x1a\x94\x1a\x64\x58\xbe\xec\xc1\xac\x2f\x02\xa0\xef\x01\x29\xd2\x41\x24\x78\xd5\x55\x8c\x8a\x6f\x20\x47\x90\xd6\x9e\x94\xbb\x91\xda\xbb\x91\x11\x33\x2e\x94\xef\x2a\x1d\xa3\x52\xf7\x45\x91\xa3\x44\xc3\x0e\xfb\xac\x7a\x9c\xbb\x43\x38\xeb\xc0\xe9\x05\x23\xa1\xbe\x06\x84\x4a\x80\x2d\xb7\xa2\x32\x62\x61\x0d\x8e\xa3\xcc\x03\xa8\x13\xfa\x94\x41\xf7\x45\x64\x79\x71\xfe\xdc\xe0\xb2\xea\xde\xe3\xec\xb1\x60\x95\x50\x31\x15\x4a\x72\xb3\x99\xc3\xbd\xcc\x2b\x8d\x7c\xe5\xe2\x5e\x5d\x0a\xfa\xda\x71\x07\x04\x0b\x20\xe8\x7c\x25\x75\xda\xee\x5a\x0c\x50\x38\x1c\x64\x99\x15\x40\x79\x75\x86\x05\x0b\x12\x57\xc6\x70\xcf\x0e\xf1\x29\xed\x04\x8b\x90\x55\x40\x34\x43\x8d\x75\x35\x53\xd8\x78\xb4\x6e\x82\x9a\x2e\xf6\x91\xdb\xdd\xd6\x5c\xd9\x6e\x70\xa7\x6c\x6f\x4d\xb5\x73\x5c\xc5\x7a\x0c\x6c\xd8\xf7\x8d\x19\xfa\x0f\xb3\x04\x78\xce\x88\x45\x69\xc5\x8e\xed\x14\xf4\x0d\x34\x70\x53\x50\xdc\xbf\xe0\xd9\xec\xae\x88\xe7\xbe\xc4\x0e\x24\x2e\x73\x9c\xfc\xc2\x5a\x26\x98\x88\x71\x55\x37\x2e\x39\x29\xbb\x23\x19\x90\xb1\xa5\x84\x89\x35\xcb\x3e\xca\xee\x9e\x8c\x5e\x7d\xa2\x60\x59\x90\x08\xa7\xa5\xaf\xaa\x0d\xda\x0b\x85\x97\x74\xe2\xe6\xf6\xb3\x00\xe4\x80\xf5\xc6\xe1\x89\x05\x67\x63\x77\x53\x1c\x08\xba\x98\xc5\x70\x0d\xdd\xb4\xbb\x29\x5c\xea\x80\x46\x08\xa9\xbd\x29\xcd\xec\xd8\xfe\xbf\x54\x5f\x63\x1a\x0e\x97\x29\xc0\xf4\x1e\x80\xd1\x92\x43\xda\xaf\x03\x94\x81\xe3\x83\x48\xa3\x2b\xce\xc3\xec\x07\x80\x9e\xab\xd1\x9f\xb9\x37\xa0\x7f\x92\x41\x5d\x0b\xf3\x8e\x0a\xfa\x75\xfd\x9b\x0a\x90\xd2\xd5\x36\x96\x2e\xdc\xd2\x22\x10\xef\x42\xc1\xf1\x20\xdf\x7e\xf5\xb3\x0a\x1e\x70\xee\x2b\x55\x64\x9f\x68\xfd\xbb\x6a\x65\x4e\x62\x1c\xaf\xd7\x2d\xe2\xe9\x8f\x84\x7a\xcf\x1d\x3c\xd1\xee\xe5\x6f\x27\x00\xfd\xea\x18\xc2\x5c\x7a\xda\x96\xee\xca\xc3\x05\x07\xda\xc9\x0b\x10\xfa\xd2\x2f\x24\x36\xf7\x2a\x78\x7d\xc1\xc8\x9d\x66\x00\xdd\x85\x56\xce\xcc\x0f\xad\x1b\xad\xbb\x8d\x0d\xd4\x1e\x03\xef\x81\xd2\x75\xac\x5f\x44\xe4\x12\x4c\x8b\x9e\x09\x22\xf2\xaa\x7f\x16\x48\x3d\x19\xef\xbc\xf1\xdb\x41\x7b\xa2\xda\x8b\x8e\xfe\xfd\xcc\x4f\x0f\xcc\x92\x7e\x9a\x26\xf9\xa1\x79\x5c\xad\xf9\x8a\x1d\x56\xb0\x9b\x02\x4d\x65\xd8\xe3\xcf\x7d\xf6\xb8\xfb\x27\x92\xaf\x88\xd4\x26\xc1\xcc\xb5\xf8\x13\x85\x5b\x32\x18\x9e\xb7\xf4\xde\xcc\x64\x08\x4e\x44\xba\x50\xb2\xb8\x7e\xf1\xbb\x06\xa6\x8d\x02\x37\x66\x59\x6e\x1e\x37\x5f\x09\x77\x65\xa2\x1e\x90\x52\x4f\x2f\xfe\x1c\x24\x98\x50\x78\x21\x4b\x93\x16\x35\xe9\x94\xb3\x4d\x4c\x14\xae\xab\x07\xfc\x2f\xf7\x79\x23\x46\x14\x0a\x6d\xb3\x16\x2d\x79\x79\x02\xd2\xb5\xa8\x85\xde\x78\x66\xa3\x2e\x61\x69\x42\x6d\xd2\xce\x7d\xe1\x7d\x86\x1c\xcb\xe2\x27\x71\x1d\xfe\x04\xc4\x8d\xf0\x06\xf3\xd2\x2f\xc4\x61\x22\x5e\xa6\x3d\xf6\x1e\xb0\xcc\xbc\xf4\x0b\xd1\x62\x82\x65\x07\xde\x33\xd3\x54\x5a\xfc\x05\xcf\x30\xbb\x88\x9c\xa5\xe3\x26\x64\x4a\x10\x86\x27\x70\x18\xc2\x56\x08\x76\x82\x9d\x18\x97\x26\x24\x33\x11\x75\xc3\x23\x62\xac\x6b\x58\x9c\xc0\xe5\x2c\x26\x72\x18\x30\x0a\xbf\x40\x99\xc0\xa0\x47\x03\x60\xff\xc6\x32\x4d\xb5\x5b\x9a\x90\xa7\x98\x16\x9a\x36\x44\xee\xa5\xb2\xb4\x49\x39\xd4\x9e\x2b\xbe\xcc\x32\xc0\x0a\x5a\x97\xc7\x03\x83\xb1\x61\xd6\x81\x6a\x1e\x99\xc5\xbf\x5f\x6a\xd6\x9f\x1f\xa5\x39\x43\x56\xff\xbf\xc5\xf0\xc6\xc0\x8b\x8d\x5c\x20\xb4\x34\xda\x32\x5c\x11\x89\xb4\x80\xb8\xe5\xd2\xa7\x14\x87\xb2\x41\xae\x0f\xf2\x18\xdd\xf5\x20\xac\xa3\x19\x5a\x34\x30\x6d\x37\x2c\x47\xbb\x3c\xda\x81\x3a\x97\x41\xba\xca\x4b\x27\x1e\x0c\xdc\xd4\xc4\x3f\xe2\xb6\x33\x2b\x48\xb9\xc5\x3e\x93\x1f\x96\x90\x07\xd8\xb8\x79\x38\x57\xb9\xc3\xbe\x80\xef\x78\xc0\x2e\x0a\x50\x91\x72\x83\xb9\x0e\x26\x82\x34\x6c\x23\xea\x99\x95\xfb\x1b\x1c\x86\x33\x5d\x9a\x20\xa5\x51\x6e\x6f\x00\xcf\x5f\xe0\x42\x23\x61\x64\x28\x77\x37\x64\x30\x63\xf9\xda\xa7\xa8\xcf\x90\x35\x6a\x24\xfb\x4a\x09\x47\x94\xf6\xbb\xbf\xae\xdc\xdb\x18\xc9\x1d\xf2\x06\x91\xb1\x34\x6f\xc4\xa8\xdc\xda\x04\x32\xf2\x0a\x61\x49\xf3\xaa\x4c\xe5\xce\x26\xe2\x2d\x19\x2f\x5b\xed\x48\xb8\xb3\x84\x95\x1b\x9b\x51\x6a\x67\x32\x2c\x98\x38\xe7\xa9\x55\x2e\xec\x78\xb5\xf1\x86\x3b\xec\x7b\x5a\xa8\x0b\xe0\xe1\x11\x90\x66\x84\x2f\x37\x61\xee\xc0\x2a\xd7\x35\x83\xfe\x0d\x21\x4c\x94\x95\xaa\xfd\x35\xa7\x53\x44\x4c\x7c\xf5\x72\xcc\x60\x1d\xfd\x65\x2d\x60\x6e\x63\xc4\x94\x9b\x93\x1e\xf5\xdf\x51\x2c\x7b\x11\xe8\x85\x33\x4f\xa9\xf6\x57\xb5\x4c\xc6\x09\x6a\xd7\xe2\x6e\x89\xfd\x4d\x2d\x8c\xf1\x06\x40\xc1\xce\x0f\x96\x76\x51\x73\xc1\xdd\x0c\xf5\x97\xba\xfe\xa4\xe2\xa2\xe6\x52\x95\xd0\xb8\xdd\xc5\x20\xff\x2f\x86\x07\x39\xdc\xe4\xe9\xaf\xe7\x3c\xc7\x09\x2a\x17\x35\x97\x2a\x74\x3e\x09\xa9\x85\x21\xe6\xe6\xaf\x07\x3b\xb5\xd1\x48\x79\xde\xa1\x4d\xb9\xa8\x99\xab\x12\x11\x32\x4d\x6e\x9e\xff\x51\x2e\x6a\x19\x6a\xa4\x63\xdc\xf6\x98\xe6\xca\x4e\xb9\xa8\x85\x41\xf5\xa8\xe9\x8f\x16\x56\x54\x73\x89\xc5\xf0\x82\xbf\x3e\x5e\x8e\x60\x10\xd6\x12\x2a\xa2\x39\x5c\xb5\x2e\x05\xa9\xdc\x4e\x4c\xbe\x39\x5e\xe8\x86\x58\xd9\xfe\x4c\x8b\x59\x77\xcd\x70\x0e\xa7\x8e\x7a\xdd\xda\xf9\x71\x54\x2e\x6a\x71\x1c\xce\x42\xec\x20\xcd\x0f\xa4\x72\x51\x0b\x57\xed\x19\x04\x3a\xdd\x1c\x9b\xa9\x5c\xd4\xc2\xf4\x19\x20\x85\xe0\x24\x89\x3c\xc0\xf2\xb8\xb3\xc7\x4c\x7d\xf7\xe7\xb7\xae\xbf\xa8\xc5\x63\x17\xc1\xea\xe1\x60\xf7\x88\x3d\x97\x83\x29\x8f\x0b\x64\xb4\x41\x7e\x47\x6c\xa1\x1c\x9c\xd9\x71\xa7\xce\x42\xa6\x3d\x2b\x56\x0e\x2e\xe0\x6a\xb3\x30\x87\x3b\xaa\x0f\x79\x53\x97\x43\x09\xca\x3d\x65\x5c\x36\xfe\xdb\x68\x6a\xeb\x44\x70\x7c\x4d\x01\x29\xde\x8d\x36\xed\x22\xc5\x2d\xe5\x6e\x32\xd3\xe8\x4e\x90\xe2\x92\x32\x07\xc1\x34\xfa\xff\x71\x72\x56\xb9\xa2\x1e\xa0\x9a\x69\x74\x27\x1c\x71\x43\xb9\x15\xcc\x34\xba\xab\xe0\x10\x17\x74\xa5\x30\x4d\xb9\x9f\x11\xa9\x0e\x1e\x2d\xd0\x34\xca\xf5\x5c\x21\xde\x53\x6e\x67\x42\xb5\xdb\x34\x7a\x61\x4f\xf8\x72\x26\x40\xac\xa6\xd1\xdd\xad\x14\x77\x73\xa5\xd3\xb4\x72\x35\x33\x18\xc2\xa6\xd1\x49\xdf\x13\xbe\x9a\x19\x70\x89\x69\x74\xd6\x57\x99\xea\xd9\xca\x66\x3e\x58\xff\x90\x50\x35\xd5\xe0\x66\x83\x8b\xbe\x23\xae\x6a\x12\xeb\xe7\x83\x75\xd1\xd8\x3a\x18\x00\xbd\x3a\x58\x5f\xa1\xb8\x3d\x3c\xd8\x6e\x45\x14\x43\x36\x83\x9f\x6e\xce\x2c\x27\xb1\x61\x20\x0d\x1f\x7d\xee\xdb\x1e\xe7\x13\x5c\x02\x63\x93\x83\xb3\xc6\x2d\x2f\x77\x80\xac\xd9\x3f\x78\x7f\x6a\x3b\x25\xb8\x16\x4e\xb0\x5b\x31\x21\x81\x9d\x2b\xc3\xc8\x25\x09\x6c\x24\x72\x26\xbe\xa2\x40\xec\xfc\x1f\xbc\x2e\xa6\xda\x1a\xe0\x7b\xc9\x56\x9f\x71\xf6\xbf\xd3\x21\x08\xac\x12\x99\xa7\xc8\x4d\x6e\x8b\x9b\xfd\x2f\xef\x28\xb2\x73\xa3\x0a\xca\x3b\x6e\x69\xf5\xf3\xeb\x2f\x72\x0f\x08\x8b\x78\xa0\x97\x55\x3e\xe2\xfb\xcd\x74\x9d\x10\xf3\x87\xad\xe8\x80\xda\x54\x16\x60\xa6\x2b\x52\xf0\x02\xb0\x28\x86\x61\x49\x06\x76\xfa\x8f\x89\x13\xb8\x90\xda\x10\x97\x56\xc1\x33\x42\x61\x54\x12\xd6\xed\x04\x75\x87\x5c\x45\xc5\x90\x99\x2a\x37\x34\x8f\x42\x20\x5a\x59\x45\x1d\x0f\xbe\xb7\x4d\x0d\xad\x63\xd5\xea\xd1\xab\x1f\x5a\xab\xf0\x18\x76\x80\x2b\xa9\xae\x9b\x67\xb8\xca\x4f\xc8\xdd\x2d\x25\x41\x91\x58\x77\x8d\x78\xa1\x88\xbd\x4a\xcf\x89\x6a\x55\xb9\x6e\x89\xe5\xde\x98\xda\x03\xd7\x2d\xac\xbb\x8e\xe7\xc0\x48\x6d\xcc\x25\x7b\x70\xc8\x4b\x5a\xe1\x44\xb1\x32\x9c\x3a\xe6\x52\xb5\x4b\x5b\x55\x91\x4e\x4c\xc2\x66\x2b\xa7\xd1\xf2\x35\xdd\x81\xfd\x00\x0b\xe5\xd0\x05\x40\xd3\xea\x56\xcd\xc0\xc6\x30\x88\x0a\x4e\x4a\xb0\x4b\x5b\xb5\x83\x72\x0f\xcc\x36\x1f\x77\x4e\x80\xb2\x55\x3b\xbc\x7b\xc4\x82\x81\x7f\x81\xc2\xd6\xb7\x6a\x06\x99\x61\x60\x24\xe9\xe3\xb4\xa8\xcf\x76\x69\x1a\xcb\x1c\x35\xe8\x71\x48\x1a\x50\xdd\xa9\x9a\x0c\x32\x75\xdd\xdc\xfe\x52\x34\x99\x15\x3b\x95\x27\x2d\x0b\xf6\x27\x06\xfa\xcb\x7e\xb9\x62\xa7\xaa\xd5\xc1\x7c\x6b\x4c\xa4\xcc\x9c\x65\xca\x4e\xed\xd2\x9f\x16\xe3\x51\x0e\x2b\xe9\xfc\xe5\x4e\xed\xa2\x9e\x19\xe7\x10\x8d\x14\xc9\x63\x52\x77\x6a\x17\x23\x67\x36\x9f\x81\xde\x45\xb7\xb8\x51\xb3\x08\xee\x30\xeb\xe0\x3f\x88\x64\x50\xab\x3c\xa7\xdd\x08\x98\x92\xd8\x82\xca\xcb\xda\x93\xff\xab\x87\x53\xc1\x0a\x5d\x36\xe4\x92\xea\x73\x67\x3b\xa4\xb9\x9d\xeb\xfa\x44\x39\xeb\xa8\x49\x7e\x03\x97\xd4\x91\xca\xb2\x7e\x0e\x2f\x52\x33\xec\x96\x98\x00\xa8\xa7\x3b\x2b\xc5\xa5\x04\x76\xb5\x05\xa7\xde\x8b\xd4\xd9\xc9\x56\xfe\xfb\x95\xdf\x80\xcb\x52\x01\x40\xe3\xd7\x29\x35\xd0\xcd\xcf\x8c\x36\x99\x9b\x82\xa5\x84\x9b\x5c\xce\x62\xef\xd6\x32\x9a\x92\x0e\x5c\x75\x76\x00\x3e\x53\x4b\xd1\xa5\xe9\xf4\x12\x43\x0b\x9f\x7a\x23\xe8\x26\xc5\xb4\x34\x59\x15\x86\xbb\x40\xa1\xc5\x7a\xe9\x0a\x55\x9a\x09\xa1\x62\x9f\xc6\xab\xc8\xc4\x1e\xfd\xeb\xcd\xe7\xd6\xd2\x61\x1a\x6a\xf8\x8e\x12\x86\xf3\x61\xe2\xc1\x47\x9c\x67\x63\xb8\x91\xca\xdc\x45\x55\xcc\x03\x87\x66\xa1\x20\x1b\x1b\x00\xc6\x71\x4b\x83\xe9\xfd\xd9\x1b\xa6\xb6\xb9\xed\x77\xcc\x7f\xa5\x58\xe0\xdf\xd8\xaa\x11\x71\x9b\xfe\xdb\x0b\x40\xd4\x66\xe2\xa1\xc9\xea\x7e\x4c\x83\x71\x83\x39\x1b\x95\x5b\x07\x68\x3e\xb1\xb8\x7a\x87\x1d\x4c\xfe\xa8\x6e\xde\xf4\xd1\xc0\x4f\xd6\x5a\xcf\x59\xfd\x50\xbf\x2b\x05\xc8\x7d\x83\xc7\x99\x35\x6f\x3f\x8c\x07\x0f\xec\xcf\xa0\x33\x0a\xa3\x2d\x71\x26\xba\x2d\xcc\x85\xc5\x92\x11\xc7\xa6\xf0\xce\x7c\x58\x92\x62\xe1\x27\xa3\x60\xc3\xe7\x94\x1c\xfd\x68\x84\x6b\x1d\x33\x06\x97\xf6\x33\x92\xfc\x0c\xe2\x83\xa4\x7f\x81\x61\xa4\x85\xd3\xf9\xad\xc8\xc8\xe3\xc3\x93\xd8\x84\x79\x80\xa1\xff\xf4\x8c\xce\x51\x95\x72\x8a\x7b\xb3\x2d\x0d\x46\xe2\x03\x79\xf3\x4d\xec\x83\x63\xf3\x89\x65\xa8\xf2\x48\x94\xdd\x24\x97\xaa\xff\x9b\xd3\x47\x0f\x9c\xbd\xc7\xde\xcd\x6e\x4b\xbf\x2b\x19\x59\x39\x07\x14\x17\x53\xef\x2f\x8d\x0d\x1c\x2f\xc8\x33\x03\xc6\xf7\xe7\x9f\x7f\x2b\x4f\x10\xd9\x89\x32\x70\x77\x50\xb5\x60\x31\x23\x84\xd9\x18\xcb\x8a\x8a\x9a\xff\x4a\xe2\xfc\xb0\x71\xcc\x81\x5f\x04\xc8\xa6\xbf\x69\x29\x33\xf6\x85\x41\x8a\xa6\xcc\xbd\x7b\x65\x1d\x09\x9c\xbe\x36\xd4\x40\xfd\xe0\xdb\xef\x77\xf2\xfb\x1d\xea\x0c\xe8\xc1\x8f\xa2\x0c\x4b\x19\x1f\xa9\xb4\x7d\xaf\x20\x64\x6c\xd9\xbc\x73\xbd\x46\x9e\x4e\xb9\xe1\xc4\x91\x01\xe2\xbc\xbd\xc8\x72\xf8\xc0\xcc\x89\x95\x3c\x9e\x8e\xa3\x5b\x1a\x9e\x0b\xb3\x99\xe3\x88\x65\x41\x60\xac\x8c\x4f\xe8\xef\x40\x04\x90\x9e\xb4\xbe\x2b\xed\xe6\xc8\x09\x0e\xa4\x86\xdc\x5f\x75\x50\x10\x89\xf3\x1f\xab\x2d\xeb\x6a\x5e\xdb\x1a\x91\x37\xef\xb5\x5d\x4a\x5c\x4f\x3a\x30\xa5\xae\x99\x97\x37\x29\xa7\x28\x51\x51\x03\x01\x6a\xa1\x91\xb2\xd5\x4f\xe7\x34\xdc\x40\xba\x06\x70\xa0\xc5\x17\x17\xe3\x23\x12\x94\x66\x60\xc3\xda\x09\x42\xad\xfe\x8c\xa6\x4a\x46\x6e\x79\x63\x8b\x72\xbf\x9c\x5c\x70\xad\x82\xa8\x3d\x0a\x7d\x97\x8c\x71\x72\x05\x54\x3e\xed\x6b\xaf\x85\xa5\xe3\xec\xaa\xc0\xb8\x4f\x06\x63\x11\x4c\x8f\x02\x72\x72\xc1\x9e\xa2\xb0\x91\x4b\xd9\xba\x74\x82\x98\x54\x26\x67\xdf\xa3\x27\xb2\xcb\xfa\xe9\x77\xf5\x7c\x3a\xf8\xee\xc4\xf7\x58\x04\xc0\x41\x19\xcf\xca\x64\x63\x50\x62\x63\x44\x24\x4f\x59\x73\x2e\x8c\x2b\xc2\xf1\x2c\x80\x05\x2a\xd7\xc5\x55\x25\xcb\x50\xf8\x84\x2e\x7b\xce\x2e\x5c\x97\x69\xef\x3d\x43\x53\x0d\xec\x43\xd3\xa9\x1e\x39\x81\xff\x32\x5a\x05\x5a\x46\xe5\x68\xd7\x8b\xc7\x53\x21\xc2\xd4\x26\xb9\x88\x22\x2f\x6d\x42\x04\x9e\x2a\x30\x61\x63\x4c\xaa\xe1\x53\x1d\xe4\x29\x40\x43\x5e\x83\x08\x87\x2b\x22\x8b\x99\xbc\x2a\xd0\xb6\x54\x17\xbf\x57\xc8\x75\x74\x22\xb7\x9b\xa1\xb8\x0e\xc1\x25\xe5\x9e\xf3\x7f\x0a\x9c\x99\x67\x12\x5e\x13\x10\xd1\x55\x2e\x6e\x9d\x80\x4a\x73\x83\xfe\xee\x95\xe7\xb7\xbf\x87\xbb\xb8\xab\x61\xe3\x87\x13\x00\xba\x6d\x3a\x5b\x2b\xbb\x13\x5c\x7b\xd2\xf1\xf9\x89\xf1\x21\xf3\x73\x85\x7f\xdd\x48\x86\x0b\xe5\xc0\xc5\x4c\x9f\x3f\x54\x40\x4c\x69\x0f\xa6\x6b\x36\x13\x64\xfd\xd0\x0d\xa2\xa4\x4e\x19\x1e\x12\xfc\xdf\xcc\x38\x3c\x3f\xc7\xdc\x6a\xc7\x39\x00\x6a\xcb\x5c\x84\x1b\x1e\xaf\x9c\xf8\xdd\x78\x06\xb9\x0f\x48\xa3\xe6\xa5\x47\xb1\xfe\xb7\xc8\x18\x60\x4a\xc0\x81\x52\x5c\xd5\x0b\x75\xc1\xec\xce\xc1\x47\xb0\x22\x9f\xa2\x5d\x97\x18\x2a\x39\x50\xe1\xda\x88\xd6\x3f\xe8\xc6\x5b\x04\x85\xb8\x7b\xf7\x1c\x9f\xa2\x4d\x08\xb5\x6f\x25\x5a\xc2\x70\x89\xa6\x36\xb2\x4e\x80\x0a\x34\xc8\x0b\x19\xb7\x14\xd6\xfe\xbf\x1b\x31\x37\xed\x70\x9b\xa6\x98\x82\xef\xf3\xa4\x56\x0e\x67\xfa\x07\xc4\x5e\xd0\x92\x79\x01\x01\x89\xf1\xb1\x72\xd5\x79\x50\x01\x84\x85\xd4\x67\x1d\xcf\x01\x33\x4f\x09\x9f\x90\x60\xf4\x88\x21\xed\x78\x80\xff\x2d\x33\xe2\xc5\x76\xb8\xd1\xfe\x3e\x32\xdb\x6e\xee\xec\xb4\x4d\xe8\x30\xdc\x71\x7e\xcf\x01\x8d\xea\xbb\x3f\xdf\x2c\x17\xed\xb3\xc0\x35\x63\xa3\xf4\xd4\xb5\xe5\x0e\xec\x5f\x8e\x5e\x55\xf0\x8b\xdd\x93\x76\xc3\x93\xdf\xc1\x62\xbd\xc2\x74\x68\xda\x09\x86\xca\x0b\x72\x9e\x0a\x94\xc4\x70\x39\x2b\x15\x52\x9a\x85\xf9\xea\x73\xf7\xd7\xe5\x6a\x13\x75\xef\xda\x4b\xa8\x76\xe0\x20\xb8\x18\x2f\x57\x9b\x22\x80\x30\x14\x3e\x46\xc7\xb1\x05\x24\x33\x86\x9b\x89\x69\x13\xac\x26\x41\x01\x5f\x36\x13\x06\x2e\x81\xf5\x35\x20\xd5\x4c\xb0\xad\x30\xb8\xe8\xd0\x83\x9a\x72\x19\x9e\x8b\xcb\x5e\x80\x51\x44\x1f\xfd\xfa\x8a\x8a\x91\x72\xc5\x11\xa4\x29\x75\xf7\x44\xbf\xab\xa4\x2c\x39\x44\x92\xac\x47\xe7\xb6\x4d\x9c\xe7\xf2\x93\xb6\xe4\x10\x69\x8f\x7c\x64\x38\xda\x9c\x23\xae\xad\x47\xae\x13\xa8\xb9\x30\x60\x6c\x6e\x8e\x3d\x6f\x51\xfe\x55\x5d\x25\xf4\xf0\x8d\xe0\x93\xee\xe1\x45\xf2\xc3\x02\xa8\xaa\xbd\x43\xcf\xfd\x50\x1b\x6a\x2c\xea\xab\x50\x7b\x80\x26\xa4\xb5\x7c\xe8\xfb\x4e\x36\x13\x68\x73\xc0\xf9\x32\xc0\x12\x33\x2b\x2a\xcb\x57\xfa\xaf\x4c\xf8\xda\xd2\x01\xea\xba\x3b\xcc\x9c\x94\xde\x55\x0e\x10\xbd\x33\x74\x9d\xc0\x25\xa8\x70\x49\x82\x83\x4e\x34\x2b\x4a\x8b\x69\x4e\xe0\xc2\x24\x11\xfd\xd4\xb5\x96\xa9\x48\x9c\x52\x23\xcc\xed\x04\xdb\xde\x7b\xee\xc9\x93\x98\xac\xa6\x1d\xef\xdb\x8b\x6f\x61\x9e\x58\xb4\xf0\x35\x6e\xa9\xb9\x75\xfd\x37\xb6\x0c\x20\x36\x00\xe8\xda\x4e\x9e\xed\x84\x44\xd0\xe3\x84\x72\xbe\x14\x94\xce\x9f\xcd\x04\x43\x55\x18\xe8\x51\x83\x87\xdb\xac\x69\xaf\x48\x56\x28\xda\x49\xf8\x5a\x29\xbe\xa2\xbe\x02\xa8\x96\xc9\x90\x33\x45\x1c\x0c\x5d\x7f\xa1\xb2\xc2\x81\xf4\x41\x6e\xab\xa6\xc0\x62\x26\x5b\xc5\x72\x69\x02\x48\x2c\xfa\xe6\xa5\xcd\x14\x0b\x3b\x22\xa6\xea\xce\xb4\x33\x6c\xab\x62\x12\x6a\x88\xa8\xd4\x49\x64\x22\x75\x25\x16\xe7\xd4\x7e\x26\x88\xf6\xa8\xba\x16\x43\x51\xa9\x89\x70\x06\x8a\x68\x64\xae\xaa\x31\xa0\x63\x3c\x97\x7f\x9b\xa1\x96\xfa\xaf\x28\x32\x94\x81\x55\x12\xdc\x20\x16\xae\x6b\xb2\x09\xc1\x94\xf3\x14\xe6\x34\x6b\xaa\x0c\x4c\xe7\x1e\x50\x3c\x63\xf0\x9e\x98\x35\x5d\x66\xd1\x9d\x19\x2c\x2f\xce\x88\x7e\xad\xda\xc5\xe6\x54\x5c\xe0\x4e\x16\x83\xe0\x05\x59\xb8\xd9\x01\xf5\xee\xc9\x76\x49\xdb\x85\x9b\x9d\x01\xad\xcc\x69\x72\xcc\x34\xb2\xb9\xdd\xcd\xf6\x5c\xb8\xc9\x84\xda\x61\x81\xbc\x69\x77\xed\x2a\xb7\x7f\xca\x84\xa4\x35\x7d\x93\x5a\x39\x23\xd7\x58\x7a\xf2\xd3\xc4\xbe\xad\x6d\xf3\x23\x9c\x10\xe6\x42\x1a\x63\xbb\x19\x56\xd3\x06\x0c\x74\xb6\x82\x3d\x45\x57\x69\xa1\x82\x0b\x12\xa0\x65\x79\xb1\x07\x7d\xfd\x37\x2e\xe8\x85\x7d\xe2\xbd\x68\xbf\xa3\xaa\x34\x94\x7f\x7b\xee\xde\x62\x85\x30\x74\x9d\xe6\x38\x06\x1c\x10\x02\x54\x9a\xf9\xda\x76\x82\x43\xb7\x37\x3a\xe3\xcb\x4d\x8a\xea\x78\xcb\x88\xa3\x08\x2e\x93\xb4\xd8\xf0\x63\xb7\x05\x9c\xd3\x2f\xe8\xc4\x9e\x96\x1a\x54\xee\x94\x01\x9d\x24\xee\xa8\x83\x86\xe7\x3d\x91\x4d\x33\xc5\xfb\xda\x7a\x9d\x22\xb7\x7d\x43\xe2\x46\xa9\x81\x13\xd5\x84\xa9\x93\x71\x3f\xa3\xd1\x6a\x13\x21\x64\x00\xf9\x40\xe9\x39\x12\x1b\xad\x86\x74\x8d\xc1\x9d\x75\x01\x29\x07\xbb\xa2\xd5\xa8\xce\x84\xb4\x41\x80\x33\x3c\xf4\xfc\xb1\x8d\x56\x63\x4e\x54\x0e\x46\x30\xe5\xb1\xca\x38\xbb\x9b\x31\xfe\x75\x87\xfb\xbd\x71\x5a\x8f\xbc\x46\xad\x81\xbc\xd9\xa1\xef\x60\x12\x97\x4f\xd5\x6a\xbe\xd0\xad\x73\x08\xf4\xd9\x28\x28\xc7\xf4\x63\x1e\x99\xac\x3a\x73\xf5\x86\xe9\xd8\xba\x4d\x3b\xc5\x30\x11\x5a\x6d\xda\x6e\xbb\x68\x7d\x77\xd2\x3d\x13\x5d\x0f\x43\x2d\x98\x58\x2a\x65\xab\x67\x1d\x21\x51\x90\x82\x8f\xff\xb5\x8b\xad\x74\x87\x1d\x4a\x04\x7d\x71\x5c\x82\x9d\xe3\x57\x74\x1b\x57\xdb\x24\xc6\xd6\x0c\x4d\x13\x03\x6d\xed\x20\x9a\xdb\x64\xae\xf8\xf0\x38\xee\x7e\x4d\xb9\x0d\x53\xd0\xc7\xd9\xca\xe3\xd8\x4e\x69\xce\x7b\x06\x39\x0c\x37\x8a\x65\x8e\x3d\xbf\xa2\xde\x62\xe4\xc8\x31\x9c\x65\xe7\x85\x48\x34\xfd\x16\x6b\xaf\x3a\xa6\x68\x35\x62\xbb\x54\x05\x17\x53\x85\x0b\x47\x2e\x8f\xc9\x3d\x03\x9e\x6d\xbf\x2b\x98\x4a\x63\x4c\x56\x74\xff\x23\xbe\xd5\x27\x16\xb4\x95\x2e\x70\x28\x68\x81\x64\x6f\xa7\x1c\x02\x5a\x22\x52\x59\xa5\xa4\x85\xd2\x8e\x71\x28\x74\xd4\xf9\xa6\x5b\x2b\x1a\xe4\xaa\xc2\x0f\x85\xa9\xf2\x90\x96\x88\x1a\xa5\x4e\x73\xd3\x81\xe6\xa8\x00\x9b\x41\x1c\x13\xf5\xa7\x42\xc2\x93\xcc\x4f\xbf\x5f\xa4\x60\xd8\xf9\x7a\x86\xc8\x8c\x22\x5a\x89\x0c\x7d\xcb\x0e\x79\xc2\xd0\x08\xd0\x19\x6e\x47\x2b\x11\x45\xaa\x82\xf3\xa0\x4e\xb3\xcc\x04\x87\x0a\xea\x05\x6a\xe9\xdd\x14\x0b\x0e\xd5\x4a\xe0\x93\xfa\x4e\xbf\xcd\xd1\x47\x8a\xcd\x32\xea\x8e\x31\x42\x7e\x4d\xc7\xe1\x51\xb6\xd3\xeb\x5f\x16\x1a\xfd\xee\x1e\x83\xc0\x54\xf3\xd4\x22\xcd\x79\x41\x2f\xa8\x1e\x75\xc3\x99\xa4\x00\x30\xa3\x4d\x88\xcc\xa5\x65\x1d\x17\x0d\xab\x91\x3c\xd1\xe6\xa7\x8e\xb4\xa2\x39\xeb\x03\xc7\x2f\xb9\x68\x35\x08\x0e\x22\x55\xea\xcc\xb4\xe6\xb8\x3b\x6b\x11\x2b\xd1\x94\x5c\x60\xa2\x29\x03\x3a\xbb\x71\xf1\x51\xeb\x18\xdf\xcc\xb1\x9c\x97\x44\x5f\x82\xcc\x09\xed\x15\x35\x17\x38\x4d\x60\xb9\x04\xd9\x9a\xa6\x6d\xb1\x7e\xe6\x1d\x73\x64\x67\x78\xe5\x69\xe8\xa6\x34\x1b\x10\xf0\x5e\x31\xe5\xda\xe8\xe8\xf4\xf4\x6c\xed\x45\x89\xac\xab\x49\x3e\xce\x23\xb2\xa3\x9e\x5f\x79\xb9\xc6\x23\x0f\xc0\x62\xc6\xa9\x4c\x2b\xaa\x2e\x04\xe8\x21\x93\xb9\x00\x87\x39\xd0\xd2\x8a\xb2\x0b\x9e\x1d\x6d\xa4\x5e\x6b\x66\x31\xad\xa8\xbb\x60\x99\x38\x0c\x18\x1d\x13\x44\x3b\x07\x4d\xdf\x79\x06\x8a\x39\xd6\xde\x5e\x1c\x65\x55\xe1\xcd\xc8\xfa\x0b\xaa\x4c\x5d\x4f\xe0\xd9\xdc\x7c\x7e\xb3\x12\x57\x14\x39\x60\xe4\x54\x72\xa2\x3a\x85\x1b\x84\x98\x61\xea\x87\xee\x17\x79\x42\x77\x0a\xa6\xb6\x39\x2c\x1c\xb6\xed\x69\xf3\xc4\x0c\x97\xd1\xf0\x04\xc1\xb4\x71\xf9\x46\xe3\xb0\x68\xa6\x38\x3b\x51\x85\x8e\xcb\x0f\x3d\x39\x8c\x5c\xbe\x4b\x20\xcf\x71\x0c\xaf\x96\xac\xf2\xea\x5e\x3b\xaa\xa0\xab\x18\x00\xa3\xf6\x1c\x92\x9f\xc7\x66\x20\x74\x12\x87\xf7\x82\xb6\xc1\xd3\x95\x1c\x90\x5c\x8b\x15\x10\xbb\xc4\xb3\x80\xf1\x86\xf5\x63\xe0\x66\x6b\x71\x0e\xf7\x6f\x71\x6c\x55\x15\x8f\x9a\x2b\x96\x1a\xa3\x5f\xc4\xd5\xed\xbc\xe8\xc2\xa5\x5e\x99\x32\x08\x0a\xd1\x57\x33\xc5\x43\xa3\x44\xa2\xe8\xa5\x38\x6b\xcf\x17\xd1\x4e\x89\x0c\x35\x42\x66\xce\x06\xc9\x88\xaf\x2e\xc5\xf2\x53\x8a\xe8\xda\xc6\x5b\xf2\x7d\x7e\xff\xde\x87\x1e\x75\xe8\xbe\xfb\xed\xbb\xee\xb5\xae\x75\xad\xff\x7f\x00\x00\x00\xff\xff\x58\x17\xbe\xdb\xc4\x0f\x10\x00"); +func RestoreAssets (dir ,name string )error {_bbd ,_dff :=AssetDir (name );if _dff !=nil {return RestoreAsset (dir ,name );};for _ ,_dag :=range _bbd {_dff =RestoreAssets (dir ,_c .Join (name ,_dag ));if _dff !=nil {return _dff ;};};return nil ;};func (_abff DeviceClass )String ()string {if _abff < 0||_abff >=DeviceClass (len (_ggf )-1){return "\u0044\u0065\u0076i\u0063\u0065\u0043\u006c\u0061\u0073\u0073\u0028"+_d .FormatInt (int64 (_abff ),10)+"\u0029"; +};return _gc [_ggf [_abff ]:_ggf [_abff +1]];};type DeviceClass int ;func (_cd bindataFileInfo )IsDir ()bool {return false };var _eeg =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xb4\x56\x67\x54\x53\x69\xbb\x7d\xce\x39\xe9\x85\x00\x09\x08\x48\x09\xbd\x19\x04\xa4\x04\x10\x29\xa1\x45\x54\x10\x91\x66\x23\x24\x21\x84\x12\x30\x24\x80\xbd\x21\x2a\x30\xa2\x88\x88\x80\x05\x64\x54\xc4\x01\x47\x47\x40\xc6\x8a\x28\xb6\x41\xb1\x77\x83\x0c\x02\xca\x38\x38\x8a\xa8\xa8\xdc\x15\xf8\x21\x77\xdd\x7b\xd7\x5d\xdf\x5a\xdf\xb7\x7f\xbc\x67\x9f\xbd\x9e\xe7\xac\x7d\xf6\xfb\x67\x03\x50\x6f\x01\x00\xa0\x00\x90\x26\x53\xc8\x23\x82\xfd\xd9\x31\xb1\x71\x6c\xe2\x0b\x40\x81\x01\x63\x10\x08\x33\x33\xe0\x7f\x02\xf9\x41\x3f\xde\x1f\x7f\xbb\xc3\x51\x9f\xde\x1a\xc7\x9f\xd7\xef\xd8\x75\xb6\x42\x62\xd5\x51\x48\xe1\x75\xfc\x2f\xbb\x13\xa1\x29\x12\x67\x0a\x01\x90\x00\x00\x10\x26\xc4\xc4\xc6\x01\x20\x87\x01\x80\x95\x10\x19\xc1\x03\x40\x4e\x03\x90\x68\x92\x09\x5c\x3e\x81\x8b\xd2\x44\x22\x00\xf2\x15\x00\xd8\x2c\x19\xdb\xa5\x84\xab\x77\x53\x95\x69\x52\x00\x8a\x48\xcd\xd3\xc4\x82\x4c\x00\x4a\x0e\x00\x58\x24\xa4\x64\x28\x00\x28\x95\x6a\x5d\x3e\x3e\x7f\x4c\xcd\x15\x62\x61\x12\x00\xa5\x0d\x00\x68\x59\x4a\xb1\x08\x80\xa2\xce\x65\x53\xb6\x42\x3d\x4f\x8d\x51\xcf\x08\x33\xe4\x6a\x9e\x0a\x00\xee\xc2\x24\x81\x08\x80\x5a\x03\x00\x53\xc6\xfd\x8f\x81\x9c\x19\x11\xec\xef\xec\xe8\xe4\xf2\xff\xfc\xf3\xbf\x0c\xf5\x9d\x8c\x33\x8b\xfd\x00\x8c\x5c\x80\xc6\x9b\x42\xa5\x3c\x6b\x5c\xc3\xa9\x0f\x3c\x50\x80\x01\x2c\xd0\x07\x63\x30\x07\x1b\xe0\x80\x33\xb8\x83\x17\xf8\x42\x20\xcc\x84\x30\x88\x84\x58\x58\x0c\x42\x48\x82\x34\x90\x43\x36\xac\x84\x75\x90\x07\x05\xb0\x0d\x76\x42\x39\xec\x83\x1a\xa8\x85\x7a\x38\x0e\x4d\x70\x1a\x2e\xc0\x65\xb8\x0e\xb7\xe0\x1e\x3c\x01\x15\xf4\xc0\x1b\x18\x84\x8f\x30\x82\x20\x08\x11\xa1\x23\x4c\x44\x1f\x31\x41\x2c\x11\x7b\xc4\x19\xe1\x22\x33\x90\x40\x64\x16\x12\x81\xc4\x22\xf1\x88\x04\x91\x21\x4a\x64\x25\xb2\x01\x29\x40\x8a\x91\x72\xa4\x0a\xa9\x45\x7e\x45\x4e\x21\x17\x90\xab\x48\x27\xf2\x08\xe9\x42\xfa\x91\x7f\x90\x2f\x28\x86\xd2\x50\x16\x6a\x84\x5a\xa1\x53\x51\x2e\xea\x87\x86\xa2\x91\xe8\x22\x54\x82\x2e\x45\x97\xa3\xb9\xe8\x56\xb4\x0c\xad\x46\x8f\xa2\x8d\xe8\x05\xf4\x3a\x7a\x0f\x55\xa1\x6f\xd0\x21\x0c\x30\x2a\xa6\x8b\x99\x62\x1c\x8c\x8b\xf1\xb0\x30\x2c\x0e\x4b\xc4\xe4\xd8\x6a\x2c\x1f\x2b\xc5\xaa\xb1\x7a\xac\x05\x6b\xc7\xee\x60\x2a\x6c\x00\xfb\x8c\x23\xe0\x98\x38\x36\x8e\x83\xf3\xc2\x85\xe0\xe6\xe3\x84\xb8\xa5\xb8\xd5\xb8\x42\x5c\x39\xee\x30\xae\x11\xd7\x86\xbb\x83\xeb\xc2\x0d\xe2\xbe\xe3\xe9\x78\x43\xbc\x3d\xde\x13\xcf\xc7\xc7\xe0\x25\xf8\x6c\x7c\x1e\xbe\x14\x7f\x10\x7f\x12\x7f\x09\x7f\x0f\xdf\x83\xff\x48\x20\x10\x74\x09\xd6\x04\x77\x42\x08\x21\x96\x90\x4c\x58\x41\x28\x24\xec\x21\x34\x10\xce\x13\x3a\x09\xdd\x84\x21\x22\x91\xa8\x4f\xb4\x27\x7a\x13\xc3\x88\x02\xa2\x82\x98\x47\xdc\x4d\x3c\x4a\x3c\x47\xbc\x4d\xec\x21\x7e\x22\x51\x49\x26\x24\x67\x52\x10\x29\x8e\x24\x23\xad\x27\x95\x92\x8e\x90\xce\x92\x6e\x93\x7a\x49\x23\x64\x4d\xb2\x25\xd9\x93\x1c\x46\x16\x91\x97\x91\x8b\xc8\x35\xe4\x16\xf2\x4d\x72\x0f\x79\x84\xa2\x45\xb1\xa6\x78\x53\x22\x29\xc9\x94\x75\x94\x32\x4a\x3d\xe5\x12\xe5\x29\xe5\x3d\x95\x4a\x35\xa3\x7a\x50\xe7\x52\xa5\xd4\xb5\xd4\x32\xea\x31\xea\x15\x6a\x17\xf5\x33\x4d\x9b\x66\x47\xe3\xd1\x16\xd2\x94\xb4\xad\xb4\x43\xb4\xf3\xb4\x47\xb4\xf7\x74\x3a\xdd\x8a\xee\x4b\x8f\xa3\x2b\xe8\x5b\xe9\xb5\xf4\x8b\xf4\xe7\xf4\x4f\x1a\x4c\x0d\x07\x0d\xbe\x86\x48\x63\x8d\x46\x85\x46\xa3\xc6\x6d\x8d\xb7\x0c\x32\xc3\x92\xe1\xc7\x58\xcc\x58\xce\x28\x65\x9c\x60\xdc\x64\x0c\x68\x92\x35\xad\x34\x79\x9a\x02\xcd\xd5\x9a\x15\x9a\xa7\x34\x1f\x68\x0e\x69\x31\xb5\x9c\xb4\xc2\xb4\xd2\xb4\x0a\xb5\x8e\x68\x5d\xd5\xea\xd3\x26\x6a\x5b\x69\x07\x6a\x8b\xb4\x73\xb5\x0f\x68\x5f\xd4\xee\x66\x62\x4c\x73\x26\x8f\x29\x64\x6e\x60\xd6\x30\x2f\x31\x7b\x58\x04\x96\x35\x8b\xcf\x4a\x66\x15\xb0\x7e\x61\x75\xb0\x06\x75\xb4\x75\x5c\x74\xa2\x74\x72\x74\x2a\x74\xce\xe8\xa8\x74\x31\x5d\x2b\x5d\xbe\x6e\xaa\x6e\x91\xee\x71\xdd\xfb\xba\x5f\x26\x19\x4d\xf2\x9b\x24\x9e\xb4\x65\x52\xfd\xa4\xdb\x93\x86\xf5\x26\xeb\xf9\xea\x89\xf5\xf2\xf5\x1a\xf4\xee\xe9\x7d\xd1\x67\xeb\x07\xea\xa7\xe8\x6f\xd7\x6f\xd2\x7f\x66\x80\x33\xb0\x33\x98\x6b\x90\x6d\xb0\xd7\xe0\x92\xc1\xc0\x64\xd6\x64\xaf\xc9\xc2\xc9\xf9\x93\x8f\x4f\x7e\x6c\x88\x1a\xda\x19\x46\x18\xae\x30\x3c\x60\x78\xc3\x70\xc8\xc8\xd8\x28\xd8\x28\xc3\x68\xb7\xd1\x45\xa3\x01\x63\x5d\x63\x5f\xe3\x64\xe3\x12\xe3\xb3\xc6\xfd\x26\x4c\x93\x19\x26\x52\x93\x12\x93\x73\x26\xaf\xd9\x3a\x6c\x3f\x76\x2a\xbb\x8c\xdd\xc6\x1e\x34\x35\x34\x0d\x31\x55\x9a\x56\x99\x76\x98\x8e\x98\x59\x9b\xcd\x37\x5b\x6f\xd6\x60\xf6\xcc\x9c\x62\xce\x35\x4f\x34\x2f\x31\x6f\x35\x1f\xb4\x30\xb1\x98\x6d\xb1\xd2\xa2\xce\xe2\xb1\x25\xd9\x92\x6b\x99\x64\xb9\xcb\xb2\xdd\x72\xd8\xca\xda\x2a\xda\x6a\x93\x55\x93\x55\x9f\xb5\x9e\x35\xdf\x7a\xb9\x75\x9d\xf5\x53\x1b\xba\x8d\x8f\xcd\x52\x9b\x6a\x9b\xbb\xb6\x04\x5b\xae\x6d\x8a\xed\x1e\xdb\x5b\x76\xa8\x9d\xab\x5d\x92\x5d\x85\xdd\x4d\x7b\xd4\xde\xcd\x5e\x6a\xbf\xc7\xbe\x73\x0a\x7e\x8a\xc7\x14\xd9\x94\xea\x29\x0f\x38\x34\x8e\x1f\x27\x8b\x53\xc7\xe9\x72\xd0\x75\x98\xe5\xb0\xde\xa1\xc9\xe1\xed\x54\x8b\xa9\x71\x53\xb7\x4f\x6d\x9f\xfa\xdd\xd1\xd5\x31\xd5\xb1\xc6\xf1\x89\x93\xb6\xd3\x4c\xa7\xf5\x4e\x2d\x4e\xff\x38\xdb\x39\x0b\x9d\x2b\x9c\xef\x4e\xa3\x4f\x0b\x9a\xb6\x66\x5a\xf3\xb4\x77\x2e\xf6\x2e\x62\x97\xbd\x2e\x0f\x5d\x99\xae\xb3\x5d\x37\xb9\xb6\xba\x7e\x73\x73\x77\x93\xbb\xd5\xbb\xf5\xbb\x5b\xb8\xc7\xbb\x57\xba\x3f\xe0\xb2\xb8\xe1\xdc\x42\xee\x15\x0f\xbc\x87\xbf\xc7\x1a\x8f\xd3\x1e\x9f\x3d\xdd\x3c\x15\x9e\xc7\x3d\xff\xf6\xe2\x78\xa5\x78\x1d\xf1\xea\x9b\x6e\x3d\x5d\x3c\xbd\x66\x7a\xb7\xb7\x99\xb7\xc0\xbb\xca\x5b\x35\x83\x3d\x23\x7e\xc6\xfe\x19\x2a\x1f\x53\x1f\x81\x4f\xb5\xcf\x4b\x5f\x73\x5f\x91\xef\x41\xdf\x5e\x3f\x5b\xbf\x64\xbf\xa3\x7e\x6f\xfd\x1d\xfd\xe5\xfe\x27\xfd\x87\x79\x9e\xbc\x55\xbc\xf3\x01\x58\x40\x70\x40\x7e\x40\x47\xa0\x76\xe0\xfc\xc0\xf2\xc0\xe7\x41\x66\x41\x92\xa0\xba\xa0\xc1\x60\xd7\xe0\x15\xc1\xe7\x43\xf0\x21\xa1\x21\xdb\x43\x1e\xf0\x8d\xf8\x42\x7e\x2d\x7f\x70\xa6\xfb\xcc\x55\x33\xdb\x42\x69\xa1\xf3\x42\xcb\x43\x5f\xce\xb2\x9b\x25\x9f\xd5\x32\x1b\x9d\x3d\x73\xf6\x8e\xd9\x4f\xe7\x58\xce\x91\xcd\x69\x0a\x83\x30\x7e\xd8\x8e\xb0\x67\xe1\xd6\xe1\x4b\xc3\x7f\x9f\x4b\x98\x1b\x3e\xb7\x62\xee\xab\x08\xa7\x88\x95\x11\xed\xf3\x98\xf3\x96\xcc\x3b\x32\xef\x63\xa4\x7f\x64\x51\xe4\x93\xf9\x36\xf3\x95\xf3\x5b\xa3\x18\x51\x0b\xa3\x6a\xa3\x86\xa3\x03\xa2\x8b\xa3\x55\x31\x53\x63\x56\xc5\x5c\x8f\x35\x88\x95\xc6\x36\xc7\x11\xe3\xa2\xe2\x0e\xc6\x0d\x2d\x08\x5c\xb0\x73\x41\xcf\x42\xd7\x85\x79\x0b\xef\x2f\xb2\x5e\x94\xb3\xe8\xea\x62\x83\xc5\xa9\x8b\xcf\x2c\x61\x2c\x11\x2c\x39\x11\x8f\x8f\x8f\x8e\x3f\x12\xff\x55\x10\x26\xa8\x16\x0c\x25\xf0\x13\x2a\x13\x06\x85\x3c\xe1\x2e\xe1\x1b\x91\xaf\xa8\x44\xd4\x2f\xf6\x16\x17\x8b\x7b\x13\xbd\x13\x8b\x13\xfb\x24\xde\x92\x1d\x92\xfe\x24\x9f\xa4\xd2\xa4\x01\x29\x4f\x5a\x2e\x7d\x97\x1c\x92\xbc\x2f\x79\x38\x25\x2c\xe5\x50\xca\x68\x6a\x74\x6a\x43\x1a\x29\x2d\x3e\xed\x94\x4c\x5b\x96\x22\x6b\x4b\x37\x4e\xcf\x49\xef\xcc\xb0\xcf\xc8\xcb\x50\x2d\xf5\x5c\xba\x73\xe9\xa0\x3c\x54\x7e\x30\x13\xc9\x5c\x94\xd9\xac\x60\x29\x32\x14\x37\x94\x36\xca\x8d\xca\xae\xac\x19\x59\x15\x59\x9f\xb2\xa3\xb2\x4f\xe4\x68\xe5\xc8\x72\x6e\x2c\xb3\x5b\xb6\x65\x59\xef\xf2\xa0\xe5\x3f\xaf\xc0\xad\x10\xae\x68\x5d\x69\xba\x72\xdd\xca\xae\x55\x7e\xab\xaa\x56\x23\xab\x13\x56\xb7\xae\x31\x5f\x93\xbb\xa6\x67\x6d\xf0\xda\xc3\xeb\x28\xeb\x52\xd6\xfd\xb1\xde\x71\x7d\xf1\xfa\x0f\x1b\xa2\x37\xb4\xe4\x1a\xe5\xae\xcd\xed\xde\x18\xbc\xb1\x2e\x4f\x23\x4f\x9e\xf7\x60\x93\xd7\xa6\x7d\x9b\x71\x9b\xa5\x9b\x3b\xb6\x4c\xdb\xb2\x7b\xcb\xf7\x7c\x51\xfe\xb5\x02\xc7\x82\xd2\x82\xaf\x85\xc2\xc2\x6b\x3f\x39\xfd\x54\xf6\xd3\xe8\xd6\xc4\xad\x1d\x45\x6e\x45\x7b\xb7\x11\xb6\xc9\xb6\xdd\xdf\xee\xb3\xfd\x70\xb1\x56\xf1\xf2\xe2\xee\x1d\xb3\x77\x34\x96\xb0\x4b\xf2\x4b\x3e\xec\x5c\xb2\xf3\x6a\xa9\x4b\xe9\xbe\x5d\x94\x5d\xca\x5d\xaa\xb2\x59\x65\xcd\xbb\x2d\x76\x6f\xdb\xfd\xb5\x3c\xa9\xfc\x5e\x85\x7f\x45\x43\xa5\x61\xe5\x96\xca\xe1\x3d\xa2\x3d\xb7\xf7\xfa\xee\xad\xdf\x67\xb4\xaf\x60\xdf\x97\xfd\xd2\xfd\x0f\xab\x82\xab\x1a\xab\xad\xaa\x4b\x0f\x10\x0e\x64\x1d\x78\x55\x13\x55\xd3\xfe\x33\xf7\xe7\xda\x83\x06\x07\x0b\x0e\x7e\x3b\x24\x3b\xa4\x3a\x1c\x71\xb8\xad\xd6\xbd\xb6\xf6\x88\xe1\x91\xa2\x3a\xb4\x4e\x59\xd7\x7f\x74\xe1\xd1\x5b\xbf\x04\xfc\xd2\x5c\xcf\xa9\xaf\x6a\xd0\x6d\x28\x38\x06\xc7\x94\xc7\x5e\xff\x1a\xff\xeb\xfd\xe3\xa1\xc7\x5b\x4f\x70\x4f\xd4\xff\x66\xf9\x5b\xe5\x49\xe6\xc9\xfc\x46\xa4\x71\x59\xe3\x60\x53\x52\x93\xaa\x39\xb6\xb9\xf3\xd4\xcc\x53\xad\x2d\x5e\x2d\x27\x7f\x77\xf8\xfd\xd0\x69\xd3\xd3\x15\x67\x74\xce\x14\x9d\xa5\x9c\xcd\x3d\x3b\x7a\x6e\xf9\xb9\xa1\xf3\x19\xe7\x07\x2e\x48\x2e\x74\xb7\x2e\x69\x7d\x72\x31\xe6\xe2\xdd\xb6\xb9\x6d\x1d\x97\x42\x2f\x5d\xb9\x1c\x74\xf9\x62\xbb\x5f\xfb\xb9\x2b\xde\x57\x4e\x5f\xf5\xbc\x7a\xea\x1a\xf7\x5a\xd3\x75\xb7\xeb\x8d\x37\x5c\x6f\x9c\xfc\xc3\xf5\x8f\x93\x1d\x6e\x1d\x8d\x37\xdd\x6f\x36\xdf\xf2\xb8\xd5\xd2\x39\xbd\xf3\xec\x6d\x9f\xdb\x17\xee\x04\xdc\xb9\x7c\x97\x7f\xf7\xfa\xbd\x39\xf7\x3a\xef\xcf\xbf\xff\xf0\xc1\xc2\x07\xaa\x87\xa2\x87\x7d\x8f\x52\x1f\xbd\x7b\x9c\xf5\x78\xe4\xc9\xda\xa7\xf8\xa7\xf9\xcf\x34\x9f\x95\x3e\x37\x7c\x5e\xfd\xc2\xf6\x45\x83\xca\x4d\x75\xa6\x2b\xa0\xeb\xc6\xcb\x79\x2f\x9f\x74\x0b\xbb\xdf\xfc\x99\xf9\xe7\xd7\x9e\xdc\x57\xf4\x57\xa5\xbd\x26\xbd\xb5\x7d\xce\x7d\xa7\xfb\x83\xfa\x6f\xbd\x5e\xf0\xba\xe7\x4d\xc6\x9b\x91\x81\xbc\xbf\xb4\xfe\xaa\x7c\x6b\xf3\xf6\xb7\xbf\x7d\xff\xbe\x31\x18\x33\xd8\xf3\x4e\xfe\x6e\xf4\x9f\xc2\xf7\xfa\xef\x0f\x7d\x70\xf9\xd0\x3a\x14\x3e\xf4\xfc\x63\xda\xc7\x91\xe1\xfc\x4f\xfa\x9f\x0e\x7f\xe6\x7e\x6e\xff\x12\xfd\xa5\x77\x24\xfb\x2b\xf1\x6b\xd9\x37\xdb\x6f\x2d\xdf\x43\xbf\x3f\x1d\x4d\x1b\x1d\x9d\xd0\x41\x1c\xf8\x81\x3c\xb6\x9b\x93\x87\x9b\x1b\xc7\x99\xe3\xc4\x0e\x10\x27\x0a\x94\xa9\x0a\xb6\xba\xd9\xf1\xd2\x53\xd3\x95\x72\xf6\xbc\x0c\x81\x50\xcc\xe6\xb0\xd5\x65\xe5\x3f\xd6\x53\x12\x76\x03\x34\x6d\x04\xd0\x7b\xfc\x43\x03\x80\xf0\xf1\xc7\x78\x27\x1b\x03\xf2\x7f\x7c\x0a\x9d\xb0\xb7\x17\x00\xd4\x5d\x6b\xd3\x0f\x2d\xbd\x1a\x80\x3b\x04\x80\x6d\xcb\x94\x4a\xc6\x34\x5e\x44\x24\x7b\x42\x0e\x9c\x08\x71\xa2\x58\x2e\x96\x09\xc5\xec\x28\xa9\x38\x5b\x2a\x93\xb0\x79\xe9\x32\x91\x54\x21\x4d\x97\xb1\xa5\x32\xf6\x7f\x8b\xe9\xdf\x1c\xc3\x84\x1c\x7e\x74\x63\x85\x38\x47\x31\xe6\x33\x3d\x63\x99\x5c\x2a\x49\x52\xb0\xf9\x32\x85\x58\x2e\x13\xa8\x1d\x09\x52\xc7\x6e\x47\xae\xf6\x98\x99\x2e\x57\x48\x95\x69\x53\xd8\xce\x8e\x4e\xae\x00\x99\x89\xd3\x9c\xc7\x93\xa2\x05\x00\xe0\x5f\x8c\x8e\xbe\xb7\x02\x20\x96\x00\x7c\x2b\x1a\x1d\x1d\xa9\x1a\x1d\xfd\x56\x0d\x80\x3d\x01\x38\xaf\xfc\xaf\x00\x00\x00\xff\xff\xd0\x13\x17\x99\xd0\x0b\x00\x00"); +func (_fc bindataFileInfo )Sys ()interface{}{return nil };func (_ff bindataFileInfo )Name ()string {return _ff ._ca };func _ge ()(*asset ,error ){_bbb ,_fcc :=_eb ();if _fcc !=nil {return nil ,_fcc ;};_fce :=bindataFileInfo {_ca :"\u0049S\u004f\u0063\u006f\u0061\u0074\u0065\u0064\u005f\u0076\u0032\u005f3\u0030\u0030\u005f\u0062\u0061\u0073\u002e\u0049\u0043\u0043",_fbd :1052612,_gd :_bf .FileMode (420),_bb :_ec .Unix (1171030956,0)}; +_df :=&asset {_fe :_bbb ,_bgb :_fce };return _df ,nil ;};func AssetNames ()[]string {_ac :=make ([]string ,0,len (_bac ));for _gff :=range _bac {_ac =append (_ac ,_gff );};return _ac ;};func NewISOCoatedV2Gray1CBasOutputIntent (subtype _ae .PdfOutputIntentType )(*_ae .PdfOutputIntent ,error ){_gfb ,_fca :=_dc (); +if _fca !=nil {return nil ,_fca ;};_eca :=_ae .NewCustomPdfOutputIntent ("\u0049S\u004f\u0020\u0043\u006fa\u0074\u0065\u0064\u0020\u0047r\u0065y\u0020v\u0032\u0020\u0031\u0043\u0020\u0042\u0061s","\u0049\u0053\u004fco\u0061\u0074\u0065\u0064\u005f\u0067\u0072\u0065\u0079\u0031\u0063\u005f\u0076\u0032\u005f\u0062\u0061\u0073","\u0054\u0068\u0069\u0073\u0020\u0049\u0043\u0043\u0020\u0067\u0072e\u0079\u0073\u0063\u0061\u006c\u0065\u0020\u0070\u0072\u006f\u0066\u0069\u006c\u0065\u0020\u0069\u0073\u0020\u0062\u0061\u0073\u0065\u0064\u0020\u006f\u006e\u0020\u0074\u0068\u0065 \u0063\u0068\u0061\u0072\u0061\u0063\u0074\u0065\u0072\u0069\u007a\u0061\u0074\u0069\u006f\u006e\u0020\u0064\u0061t\u0061\u0020\u201e\u0046O\u0047R\u0041\u0033\u0039\u004c\u002e\u0074x\u0074\u201c\u002e\u0020\u0054\u0068\u0065\u0020\u0067\u0072\u0065\u0079\u0073\u0063\u0061\u006c\u0065\u0020\u0070\u0072\u006f\u0066\u0069\u006c\u0065\u0020\u0028\u0031c\u0029\u0020\u0069s\u0020\u0063\u006f\u006e\u0073\u0069\u0073\u0074\u0065\u006e\u0074\u0020\u0077\u0069t\u0068\u0020\u0049\u0053O\u0063\u006f\u0061\u0074\u0065\u0064\u005f\u0076\u0032\u005f\u0062\u0061\u0073\u002eI\u0043\u0043\u003a\u000a\u002d \u006d\u0061\u0078\u0069\u006d\u0075\u006d\u0020\u0062\u006c\u0061\u0063\u006b\u003a\u0020\u0031\u0030\u0030\u0025\u000a\u002d\u0020\u0077\u0068\u0069\u0074\u0065p\u006f\u0069\u006e\u0074 \u0061\u0064\u0065q\u0075a\u0074\u0065 \u0074\u006f\u0020\u0046\u004f\u0047\u0052\u0041\u0033\u0039\u004c\u0020\u0066\u006fr\u0020\u0061\u0020\u0063\u006f\u0072\u0072\u0065\u0063\u0074 p\u0061\u0070\u0065\u0072 \u0073\u0069\u006d\u0075\u006c\u0061\u0074\u0069o\u006e\u0020",_gfb ,1); +if _cdg :=_eca .SetSubtype (subtype );_cdg !=nil {return nil ,_cdg ;};return _eca ,nil ;};var _bac =map[string ]func ()(*asset ,error ){"\u0049S\u004f\u0063\u006f\u0061\u0074\u0065\u0064\u005f\u0076\u0032\u005f3\u0030\u0030\u005f\u0062\u0061\u0073\u002e\u0049\u0043\u0043":_ge ,"I\u0053\u004f\u0063\u006f\u0061\u0074e\u0064\u005f\u0076\u0032\u005f\u0067\u0072\u0065\u00791\u0063\u005f\u0062a\u0073.\u0069\u0063\u0063":_bbg ,"\u0073\u0052\u0047B\u0032\u0030\u0031\u0034\u002e\u0069\u0063\u0063":_ffb ,"\u0073\u0052\u0047\u0042\u005f\u0076\u0034\u005f\u0049\u0043\u0043_\u0070\u0072\u0065\u0066\u0065\u0072\u0065\u006e\u0063\u0065.\u0069\u0063\u0063":_ag }; +func _eb ()([]byte ,error ){return _cf (_ded ,"\u0049S\u004f\u0063\u006f\u0061\u0074\u0065\u0064\u005f\u0076\u0032\u005f3\u0030\u0030\u005f\u0062\u0061\u0073\u002e\u0049\u0043\u0043");};func _ (){var _efg [1]struct{};_ =_efg [ColorSpaceUndefined -0];_ =_efg [ColorSpaceXYZ -1]; +_ =_efg [ColorSpaceLAB -2];_ =_efg [ColorSpaceLUV -3];_ =_efg [ColorSpaceYCBR -4];_ =_efg [ColorSpaceYXY -5];_ =_efg [ColorSpaceRGB -6];_ =_efg [ColorSpaceGRAY -7];_ =_efg [ColorSpaceHSV -8];_ =_efg [ColorSpaceHLS -9];_ =_efg [ColorSpaceCMYK -10];_ =_efg [ColorSpaceCMY -11]; +_ =_efg [ColorSpace2CLR -12];_ =_efg [ColorSpace3CLR -13];_ =_efg [ColorSpace4CLR -14];_ =_efg [ColorSpace5CLR -15];_ =_efg [ColorSpace6CLR -16];_ =_efg [ColorSpace7CLR -17];_ =_efg [ColorSpace8CLR -18];_ =_efg [ColorSpace9CLR -19];_ =_efg [ColorSpaceACLR -20]; +_ =_efg [ColorSpaceBCLR -21];_ =_efg [ColorSpaceCCLR -22];_ =_efg [ColorSpaceDCLR -23];_ =_efg [ColorSpaceECLR -24];_ =_efg [ColorSpaceFCLR -25];};func _ag ()(*asset ,error ){_aea ,_aa :=_ab ();if _aa !=nil {return nil ,_aa ;};_afd :=bindataFileInfo {_ca :"\u0073\u0052\u0047\u0042\u005f\u0076\u0034\u005f\u0049\u0043\u0043_\u0070\u0072\u0065\u0066\u0065\u0072\u0065\u006e\u0063\u0065.\u0069\u0063\u0063",_fbd :60960,_gd :_bf .FileMode (436),_bb :_ec .Unix (1628763334,0)}; +_gde :=&asset {_fe :_aea ,_bgb :_afd };return _gde ,nil ;};func (_dd bindataFileInfo )Size ()int64 {return _dd ._fbd };const (DeviceClassUndefined DeviceClass =iota ;DeviceClassSCNR ;DeviceClassMNTR ;DeviceClassPRTR ;DeviceClassLINK ;DeviceClassSPAC ;DeviceClassABST ; +DeviceClassNMCL ;);var _fa =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\000\xff\142\140\140\x5e\xe1\xe8\342\xe4\xca\044\xc0\xc0\x50\x50\x54\122\xe4\036\xe4\x18\x19\x11\x19\245\xc0\x7e\235\201\231\x81\x8f\101\224\101\210\x41\x3e\x31\271\xb8\xc0\x31\040\xc0\x87\201\x81\x81\041\057\x3f\x2f\225\001\x15\x30\x32\x30\x7c\xbb\x06\x22\x19\x18\056\353\x80\xcc\142\x20\x0d\260\044\x17\x14\x95\060\x30\x30\x6c\x61\x60\x60\360\x4b\111\x2d\x4e\146\x60\140\x64\141\x60\x60\x68\054\x2f\051\050\x61\140\x60\xec\x60\140\x60\020\311\x0e\x09\x72\x66\x60\x60\x9c\xc3\300\xc0\304\123\222\132\x01\x52\xcf\x90\x94\x58\xec\xe9\xec\x9c\x9f\x93\x5f\xa4\xa0\xab\340\234\137\120\131\x94\231\236\x51\xa2\240\x91\254\251\x60\144\x60\140\xae\x00\x91\x0a\316\xcf\x29\x2d\xc9\314\xcf\x2b\xd6\x51\160\314\xc9\x51\x08\x02\251\x29\x56\x08\112\x2d\x4e\x2d\x2a\x4b\x4d\xd1\x63\x60\x60\x80\330\011\006\xea\x9e\xc1\xfe\x0a\xce\xf9\x89\x25\xa9\051\x0a\145\x46\x0a\272\x0a\xee\101\xae\221\x0a\x86\311\x0a\272\x0a\x1a\010\xeb\x34\x49\xf4\x21\x11\x00\x14\xe6\x10\xd6\015\x17\x06\206\x07\xbe\x0c\x0c\xfb\x6e\x25\x97\026\225\x41\xc4\x18\031\xd8\x94\330\222\xd8\x16\xb1\075\x67\327\146\x2f\142\xdf\xcd\xc1\xc6\x11\xc2\xb1\204\xe3\043\xa7\x0b\xe7\x34\316\x57\x5c\x8e\x5c\x33\xb8\x3e\x72\xfb\x70\x2f\347\x61\xe5\x49\345\x39\312\xab\xc9\333\xc7\xfb\211\057\232\xef\010\277\x2e\xff\x6c\x01\x0e\201\012\201\x57\x82\x31\x82\027\x85\xdc\x85\x0e\x08\333\x08\357\x14\x31\x17\xd9\x29\152\x2d\272\x5f\xcc\115\354\xbc\x78\x94\370\x53\x89\x62\x49\x66\311\x09\122\112\x52\233\xa4\335\244\x6f\xc8\344\xca\xfc\227\x9d\x2c\247\x25\167\x50\076\x4a\xfe\223\102\xb7\xa2\xa6\342\x31\245\x34\x65\066\xe5\x55\x2a\xfe\x2a\x3f\124\027\250\xf9\xa8\xfd\x54\137\xad\x11\xab\051\xa4\x79\x4c\253\x5e\333\x4a\373\xbb\316\166\xdd\112\075\x6b\xbd\xff\372\xc7\014\xfa\x0d\xa3\214\324\215\076\x1b\x1f\x35\x99\x62\x9a\x69\146\x6b\x2e\154\xfe\xca\xe2\xb0\345\x1c\xab\x4a\xeb\x10\x1b\x23\x5b\101\333\x8f\x76\027\xed\xb7\072\x4c\x77\xac\164\x8a\x76\xb6\x77\121\x76\xe5\x70\x7d\xe3\x76\xc9\175\xa7\xc7\002\317\x0e\xaf\x42\xef\050\037\x77\x5f\x63\x3f\x05\x7f\x5e\xff\277\x01\x6f\003\x1f\x06\x5d\x0e\076\x19\162\x20\x74\x77\330\266\xf0\x6d\021\x9b\043\x77\x45\xed\x8b\x3e\x1e\x73\x29\xf6\176\334\233\370\x7f\x89\x02\x49\052\311\xd6\x29\041\xa9\131\x69\xed\xe9\013\x32\x0e\144\xde\xcd\372\x9b\x23\x93\353\x90\x97\x94\xdf\x56\260\xa2\xf0\x4c\xd1\xc7\x12\xc9\122\xeb\xb2\244\362\266\212\065\x95\227\253\xfe\324\x28\xd5\372\326\x95\xd5\x2f\x6e\x38\xd7\xf8\xbb\x59\xb3\x25\xa2\xb5\xa3\x6d\x4f\xfb\233\x4e\xa5\xae\260\xee\xde\x9e\303\xbd\377\xfa\xcd\047\x94\114\134\x3f\xe9\343\x14\x83\251\xe5\xd3\x76\317\x60\x9c\xe9\x35\153\352\354\x47\x73\x8d\346\065\xce\277\xba\x50\x6b\x51\313\342\xbb\x4b\xad\x96\315\130\376\x73\145\xe4\xaa\xbd\x6b\xe4\327\xb6\256\x7b\xb9\xc1\x77\xe3\306\xcd\x62\x5b\xca\xb7\336\334\x6e\xb9\143\xc6\xce\xaf\xbb\103\xf7\154\xda\047\xb4\x3f\377\xc0\305\x43\x06\207\xa7\034\xf9\x76\054\346\xf8\xe1\223\x7a\247\x66\237\xe1\070\133\x71\xee\xcd\x85\xd8\213\127\x2e\x7b\x5d\x39\172\xcd\341\xfa\xde\x9b\x56\xb7\xf6\xdc\xb1\xb9\x7b\xe8\xbe\xcb\203\063\x8f\002\x1e\337\x7c\x9a\364\xec\xe3\x8b\x9a\127\xdc\xaf\xa7\xbd\325\x78\xb7\xfd\203\xe7\xc7\333\x9f\x8b\xbf\xf2\x7d\x5b\367\xc3\xe9\347\xc5\337\121\x7f\x9e\376\x2b\370\xff\037\020\x00\x00\xff\xff\x15\x23\x9e\306\250\x03\x00\000"); +type ProfileHeader struct{Version string ;DeviceClass DeviceClass ;ColorSpace ColorSpace ;};func _ab ()([]byte ,error ){return _cf (_ga ,"\u0073\u0052\u0047\u0042\u005f\u0076\u0034\u005f\u0049\u0043\u0043_\u0070\u0072\u0065\u0066\u0065\u0072\u0065\u006e\u0063\u0065.\u0069\u0063\u0063"); +};func _bbg ()(*asset ,error ){_ba ,_fde :=_dc ();if _fde !=nil {return nil ,_fde ;};_dcd :=bindataFileInfo {_ca :"I\u0053\u004f\u0063\u006f\u0061\u0074e\u0064\u005f\u0076\u0032\u005f\u0067\u0072\u0065\u00791\u0063\u005f\u0062a\u0073.\u0069\u0063\u0063",_fbd :936,_gd :_bf .FileMode (436),_bb :_ec .Unix (1628763334,0)}; +_af :=&asset {_fe :_ba ,_bgb :_dcd };return _af ,nil ;};func _ (){var _dfcg [1]struct{};_ =_dfcg [DeviceClassUndefined -0];_ =_dfcg [DeviceClassSCNR -1];_ =_dfcg [DeviceClassMNTR -2];_ =_dfcg [DeviceClassPRTR -3];_ =_dfcg [DeviceClassLINK -4];_ =_dfcg [DeviceClassSPAC -5]; +_ =_dfcg [DeviceClassABST -6];_ =_dfcg [DeviceClassNMCL -7];};var _ddc =&bintree {nil ,map[string ]*bintree {"\u0049S\u004f\u0063\u006f\u0061\u0074\u0065\u0064\u005f\u0076\u0032\u005f3\u0030\u0030\u005f\u0062\u0061\u0073\u002e\u0049\u0043\u0043":&bintree {_ge ,map[string ]*bintree {}},"I\u0053\u004f\u0063\u006f\u0061\u0074e\u0064\u005f\u0076\u0032\u005f\u0067\u0072\u0065\u00791\u0063\u005f\u0062a\u0073.\u0069\u0063\u0063":&bintree {_bbg ,map[string ]*bintree {}},"\u0073\u0052\u0047B\u0032\u0030\u0031\u0034\u002e\u0069\u0063\u0063":&bintree {_ffb ,map[string ]*bintree {}},"\u0073\u0052\u0047\u0042\u005f\u0076\u0034\u005f\u0049\u0043\u0043_\u0070\u0072\u0065\u0066\u0065\u0072\u0065\u006e\u0063\u0065.\u0069\u0063\u0063":&bintree {_ag ,map[string ]*bintree {}}}}; +func _bfd ()([]byte ,error ){return _cf (_eeg ,"\u0073\u0052\u0047B\u0032\u0030\u0031\u0034\u002e\u0069\u0063\u0063");};var _ga =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x94\xb5\x65\x54\x22\x6c\xf4\xf6\x8b\xd3\xe1\x84\x13\xce\xcc\xe3\x84\x93\x3a\x76\x2b\x8a\xa0\x20\x25\x4a\x1a\xa8\x28\xa2\xa0\x18\xa0\x82\x8a\x89\x81\x62\xa1\xa2\x60\x27\x16\x88\x8a\x81\xdd\x35\xc6\x74\x3d\xd3\xdd\xdd\x9d\x67\x3d\xff\x73\xd6\x59\xe7\x7c\x79\xdf\xf5\xee\x0f\xf7\xde\xd7\xbd\xee\xbd\xf7\xbd\xae\x2f\x3f\x00\xe0\x8d\x2e\x00\x00\x00\xac\xd2\x05\x00\xb8\xd1\xb4\x60\x22\x12\xaa\xeb\x46\x0b\xd2\x5d\x7b\x15\xb0\x16\xb0\x07\x00\x00\xac\x06\x1c\xa5\x05\x73\xa3\x01\xff\xcb\xf8\x72\x05\xa0\xf1\x5f\xbe\x64\xfc\xdf\x69\xe5\x65\x30\x55\xe5\x76\x66\x0d\xcb\xc8\xfb\xe0\xf9\x2b\x22\xff\xff\x75\x2f\x60\x3d\x9d\xc1\x0d\x06\x00\x00\xef\x00\x00\x40\xbc\xb3\x05\xd4\x0c\x00\xd0\x60\x02\x00\xb1\x5b\x9d\x2d\xa0\xe6\x00\x40\x5c\x02\x00\xa0\xd1\x0f\xb5\x70\x36\x03\x00\x78\x46\x00\x40\xac\x15\xd4\xc2\xd9\x1c\x00\x78\x19\x08\x00\x68\xfc\xe2\x84\x85\x9a\x01\x00\xaf\x29\x00\x00\x40\x93\x17\x1b\x1d\x0b\x00\xbc\x66\x02\x00\x80\x1d\xc1\xd1\x9c\xff\xea\x94\xff\x66\x06\x33\x69\x74\x00\xe0\xf5\x27\x00\x00\x60\xc4\x8a\x8c\x0b\xfe\x7f\xf6\xfe\xf7\x63\x4d\x06\xdb\x93\x04\x00\x00\x7c\x01\x00\xc0\x5e\x00\x17\x40\x04\x20\x01\x50\x80\x2e\x20\x1e\x60\x05\xd0\x05\xa0\x01\x30\x00\x0c\xa0\x0b\x88\x06\x70\x00\x0c\x40\x08\x80\xf1\x3f\x99\x0d\x08\x06\x30\xfe\xe7\xf6\x3f\xfd\x5f\x1d\x0d\x88\x05\xc4\x01\x68\x80\x48\x80\x2e\x20\x0c\xc0\x06\xc4\xfe\xcf\xab\x58\x80\x2e\x20\x08\xc0\x00\xc4\x02\x68\x00\x00\xcb\x19\xfa\x3f\x3e\xaf\x5c\xf9\x3f\xbb\xff\xab\xf1\x00\x00\x20\x1d\x00\x00\xf4\x00\x00\xdc\x57\xd1\x34\x0e\xed\xff\x75\x44\x03\x00\xf8\xdf\xe9\xff\xdb\xef\xff\x4f\xfc\x6f\xf4\xff\xe9\x7c\x2d\x2d\xad\xff\x5f\xff\x0a\x00\x00\xb0\xf6\x6b\x7a\x7a\x7a\xfa\xda\x91\xac\x02\x5e\xe2\x3a\x68\x2e\x91\xdd\xbc\x9e\x26\x72\x65\x9c\xd3\x4c\x12\x7b\xf8\xdf\xd8\x5c\x23\x8d\xf2\x8a\xd7\xc2\x57\x16\xe3\xb6\xed\xb4\xab\x25\xa2\x6e\xec\xd1\x68\x78\x00\xcd\xd7\x59\x6e\xea\x70\x7c\xbd\xdf\xa5\xe5\xab\xfd\x5a\xdd\x17\x6d\x9f\x6d\xb0\x87\x47\x14\x4b\x16\x45\xc7\x20\xca\x32\x93\x41\x7d\x49\x67\xbe\x01\xc0\xe8\x1f\x15\xfe\x68\xbf\xe9\xf9\x9e\x95\x07\x54\xeb\xab\x12\xd6\x08\xc9\x9b\xcd\x92\x2a\x52\x42\xb7\x3c\xe7\xdf\xe2\x1e\xd6\x9a\x16\xd8\x85\x33\xb6\x7f\xcd\xf1\xa6\xf5\x68\x77\x88\x0c\x7c\xc4\x7b\xdc\xc4\x6a\x82\x64\xef\x3e\xe9\x2d\xd7\x85\x03\xb4\xca\x3e\x17\xff\x43\xef\x6a\x8f\x81\x1f\x1f\x5b\x5f\xff\xce\xfe\x83\xbe\x44\x06\xb5\xc5\x1b\xfc\x68\x76\xb6\x9c\x35\x96\xb6\x6e\x33\xc3\x9a\x25\xb5\x3d\x30\x72\xb2\x4c\x51\x54\xe8\x93\x6c\x10\x4a\xad\x23\x23\x3b\x1a\xa3\x7e\x17\xf0\xb5\xb7\x71\x08\x99\x76\xbb\x8a\xe2\xf2\x12\x86\xf7\x38\x27\x16\x46\x91\x75\xfc\xf8\x2e\x21\x2b\xf7\x95\x08\xf4\xfd\x4d\x74\x57\xe4\x12\x3c\xee\x1d\x7a\x23\xfa\xee\x1e\x76\x74\x40\xfc\x13\xf1\x5b\xff\xaa\xf4\x8e\xd3\x1d\xc3\xd7\x95\x2b\x40\x29\x26\x2f\xab\xdf\xda\x35\x99\x1b\xd7\x59\x59\x4d\x5b\x65\x34\xee\x35\x67\xd9\x82\x9a\x00\xc6\xb7\xec\x77\x37\x2b\x0d\x02\x41\x2f\x5a\x81\xc7\xbe\xed\x97\x86\xc6\x95\x64\xee\x6f\x09\xcb\xcd\x3d\xb8\xff\x61\xc4\x63\xbe\x5a\xd7\x3a\x7a\x4d\x6c\xd7\xc1\xbb\xb1\xfb\x22\x0e\x1d\x09\x49\xdc\x46\xbb\xa5\xe7\x96\xb6\xda\x47\xfb\x78\x66\xd6\x0e\xfc\x88\x11\x32\xb7\x0c\xfd\xd5\xe4\xb9\x68\x10\x76\xc9\xfc\xa4\x38\x0f\x5c\x6e\xa5\x90\xcc\xd9\x1b\xdb\xd4\x97\x43\xad\x6f\xdb\x1f\xac\x1a\xb0\x08\x72\x54\xd4\x01\x4c\xb5\x9d\x14\x0d\xd6\x86\x93\xb0\xc0\x46\xb5\x7e\xcc\xf1\x07\x54\x62\xc5\xa8\x81\x7e\xa0\xb8\xe8\xaf\x1e\x85\xe6\x95\xf5\x5d\x7f\x0b\xc3\x2c\x39\x5e\xbf\x30\xcc\x2a\xfa\xb7\xe1\x30\x5b\x1d\xca\x37\x59\xc9\xfd\x13\x60\x64\x36\x9a\x64\xec\x19\x6c\x09\x4e\x1b\x72\xf7\xb5\x3e\x93\xb5\x0b\xf1\xc4\xb6\x22\xe7\x8d\x13\x01\x58\x5a\xc0\x72\xa8\x04\x6d\x29\xfa\xd7\xd6\xc5\x89\x2d\xd9\x69\xb5\x0d\x96\x59\xce\x30\xe3\x21\x3c\xaa\x56\x1b\x6f\x47\x6b\xd7\xa0\x8e\xf7\xd9\x10\xbc\xea\x1a\x22\xac\xcd\xbd\xcb\xcb\xe5\x96\xf7\xc9\x13\x85\xa3\xe6\xad\xbe\xaf\x05\x25\x66\x33\x01\x06\x09\x0a\x0b\x4e\xf0\x36\xd6\x37\x6b\x5b\xe6\x14\x7d\x97\x1d\x92\xfd\xcb\x4f\xd3\xde\x23\xf6\x32\xf1\x38\xe8\x7a\x92\x97\xeb\x0f\x70\x3c\xff\xa2\x0b\xd7\xf9\xa1\xe0\x1d\x44\xd7\x65\x55\xce\x5f\x7b\x57\x64\xb4\xc8\xca\xc6\x07\xfd\xab\x78\xda\x02\xef\x16\x57\x7a\xc1\xa4\x1c\xb7\xb7\x4c\x60\xb8\xd9\x59\x8e\x35\x69\x7b\xe6\x2c\xc0\x6d\xae\xef\x84\x8c\xe1\xfa\xcb\x3e\x3a\x72\xf0\x4d\xa2\x34\xe0\x27\x62\x60\x46\x9d\xbd\xc4\x7b\x4b\xbc\x29\x48\xed\xbf\x39\x7c\x14\x62\x1c\x6c\x15\x38\xe5\xbc\x27\x2c\xc0\x7b\x0b\xec\x76\xd4\x02\xee\x08\xc2\x26\x8e\x8a\xb2\x40\x6b\x24\x5d\x82\xee\xc2\x3c\x4e\x3f\xe8\xe8\x80\xa5\x67\x09\xed\x3a\xf0\x57\x73\xe3\xad\xc2\x49\xc7\x0a\xbe\x98\xb9\x7b\xbe\x28\xb6\x34\xe2\xba\x7f\x41\x68\x75\xd7\xba\xfd\x46\xf8\xcb\x2d\xdc\x56\x23\x96\xea\xcf\xa3\x5b\x90\xee\x65\x83\x70\x11\x72\x5d\xc1\x65\xf8\x6e\x8c\x59\xba\xd0\xa5\x07\x8f\xe5\xc6\x22\xd4\x5e\x5f\x43\xcb\x51\xe7\xfc\x27\x28\x6f\x31\x3e\x74\x92\xc7\x46\xf7\xcb\xe1\xc3\x6e\x19\x78\x4c\xf4\x67\xf8\x2f\x92\x61\x7c\x39\xe4\x9a\xd7\xde\xe4\x4b\x0e\x01\x64\x4e\x3a\xcf\xe6\xa9\xaf\x30\xcb\xce\x42\x44\xb9\x9a\x33\x63\xe2\xe5\x77\x13\xac\x18\x6c\xa7\x40\x20\x8b\xaa\x13\x3e\x13\x10\x0f\xb9\x86\xd7\x67\x70\x7b\x83\x16\x91\xe1\x18\x5f\x96\x86\x2f\x85\xfc\xca\xf7\xc7\xbe\x82\x41\x53\xff\xe0\x0e\xa1\xee\x46\x3f\xc1\x13\x09\xbb\x83\xc7\x48\x06\xe4\x1c\x9f\x07\x9e\x43\x54\x57\x82\x2d\x99\xc4\xb8\xe9\x8a\xf1\x5d\x88\x3c\x04\x9b\xf6\xff\xc1\x01\x82\x89\x81\x38\x1e\x1c\x58\x17\x44\x4f\xfe\x6a\xbd\x96\x8e\x4b\xc7\x9b\x45\x85\x1d\x07\x12\xc7\x77\x31\xf3\x80\xfb\x06\x4c\x43\x15\x76\xa7\x55\x28\xc6\x7a\x5b\xa8\x5c\x9f\xc6\xb6\xde\xd2\xb0\xe4\x3f\x6b\x6d\x53\x66\xe7\x17\x6b\xf3\x21\xef\xbc\xef\x11\x7b\x59\x4a\xb2\xef\x6e\xe8\x12\x7b\x07\x65\x9d\x1b\x3f\x70\x34\xc0\x80\xf4\xd8\x1b\x43\x5b\xe5\x5b\x8d\x0b\x0c\x6a\xa5\xad\x40\x61\x19\x7d\xa1\x59\x50\x57\x26\x97\xd5\x0d\xba\x1a\x2e\xe2\x3c\xb1\xbd\x18\x49\xe1\x89\x2c\xee\xc6\x57\x5a\x2f\x4e\x07\xc6\x0d\x5a\xaf\x1b\x29\x8d\x95\x59\x1d\x56\x67\x70\xf2\x2c\x82\xba\x9c\xa3\xb6\x99\x74\xb4\xfd\x64\xd5\x1b\x5d\x69\xcc\x61\x46\xeb\x4d\x94\x7f\x0d\xb1\x31\xc1\xe6\xf6\xd0\x1b\x2c\xed\x93\x80\x8c\x37\x8e\xd8\x08\x6e\xa8\x23\x62\x39\x40\x19\xc6\xc7\x7e\xf1\xdc\x1b\x7e\xd3\x93\xe2\x7e\x98\xe5\x4c\xf1\x44\xfc\x1b\x75\x2d\xe8\x86\xd3\x22\xa7\x39\xcc\xc4\x21\x38\x76\x89\x7d\xc2\xfa\x41\xa6\xbb\xa5\xd3\x2c\x3a\x53\xcb\xa2\x6b\x3c\x21\x83\x65\x1e\x36\x64\x95\x1e\x6e\xaa\xec\xdb\x9d\x7a\xc5\xd8\xaa\xd3\x28\xe9\x9c\xc1\xed\xd6\x70\xde\x75\xfd\xd5\xf5\x69\xb1\x86\x47\x63\xa5\xa0\x98\x56\xbd\x0d\x39\xfc\xe8\x9b\xa6\xb6\x09\x80\x18\x43\xbb\x1d\xcc\x01\x0e\x05\xaa\x4d\x11\x72\xef\xa3\x7f\x12\x2f\xc7\x1f\x21\x8c\x62\xce\x24\x44\x90\xe7\xe0\xea\xa4\xd3\x54\x26\xe4\x6c\xca\x24\x83\x02\x3c\x25\xa2\x9a\x2b\xe7\x64\x22\x9c\x79\xd8\xe4\xba\x82\x05\xb3\xf5\x23\x36\x79\xf5\x46\x25\xfd\x63\x79\x0c\xc3\x4f\xdd\xf7\x84\x49\xc7\xa3\xdb\x6b\x32\x15\x47\x8b\x9b\x69\xe9\x85\x47\x1e\xd6\x40\x53\x31\x87\x11\x25\x3b\x93\xd3\x8e\xea\x64\x1d\x4f\xf8\x71\x6c\x3c\xf6\x6a\xd2\x26\x8b\x48\x46\x64\x22\xc7\x61\x96\xcc\x49\x99\x80\x2f\xe2\x33\xf8\xf7\xdc\x51\xe8\x8e\xcc\x45\xcf\x10\x17\x46\xd6\x1d\xca\x3a\xc7\x97\xd2\xdf\x66\xce\xf3\xf3\x65\xfa\x66\xf0\x29\xb4\xf4\xa5\x29\x76\x74\x54\x2a\x30\xd1\x19\x84\x49\x5e\x1a\x75\xf5\x9e\x2a\x15\x1b\x1e\xec\xcc\x10\xd3\x8f\x1f\x68\x2b\x2e\xca\xd3\x7b\xda\xc8\x2d\x30\x38\x7a\xaa\xa2\x22\xc7\xe1\xf0\xfa\xc2\x56\xe1\x9d\x63\xb4\x0c\xed\xec\x5e\xfd\x14\x4e\x6b\xd6\x9c\xf9\xef\xe0\xc7\x39\x87\x1c\x6d\x7c\x80\x79\x18\xf8\x39\xc2\xa1\x02\x81\xdb\x55\x57\x48\xa1\x27\xc9\x0e\x96\x59\xfb\xca\xa4\x78\x61\x57\x1d\xc3\xe4\xe3\x74\x51\x1d\xc5\x24\x78\x7c\x53\xdd\x01\xe3\xb2\xa1\xee\xda\x73\x46\x4a\x35\xae\xf6\xb8\x61\x85\xaa\xab\x3a\xdc\xe0\x90\xe2\x6d\x65\xad\x7e\x59\xb3\x75\xb9\x4a\xcf\xb1\xb6\x54\x3a\x79\x2c\x53\xba\x49\xa2\x7b\xec\x5a\xde\x8f\x52\xb4\xfe\x6b\xfe\x96\x12\x43\xc3\x99\xe8\xd4\x92\x10\x6b\xbd\xe0\x97\xa5\xa7\xc1\x9a\x3e\xa1\x12\x19\x7c\x0d\xfe\x64\x59\x2e\xa6\x02\xad\xd7\xa2\x34\x82\x2f\xa6\xb4\x82\x8c\xee\xcc\x3c\x6f\x75\x35\x22\x4c\x78\xb4\x1e\x34\x14\x0e\xff\x6a\x79\x64\x20\xed\xef\x6b\xa9\x3d\xde\xd8\x13\xd4\x2c\xd7\xff\xb7\x63\x4f\x53\x84\xde\xa7\xd6\xee\xc6\xbb\xc7\x7e\x35\x02\x1b\xec\x8f\x9d\xab\x94\xd5\x09\x8f\x99\x88\x67\x6a\xe3\xf5\x46\x84\xf1\x35\x4f\x0c\x2a\x92\x8d\x6b\x78\xa6\xfe\x51\x9b\x6a\x06\x6c\xd4\xc1\xff\xd4\x0a\xc0\x24\xf2\xed\x3a\x9c\x0b\x13\x7f\xa4\x8b\x74\x5c\xb5\x34\xd6\xa5\x34\xd8\x35\x07\xee\x12\x1d\xcf\x9f\x2c\xe8\xca\xd6\x87\x8c\xfa\x76\x85\xe9\xe9\x0e\xae\xe8\x0a\x3b\x3a\xd8\x7b\xae\x0b\x72\x64\xa2\x4b\xa3\xcb\xe4\x70\x9b\xfc\x42\xd7\x86\x43\xf9\x4d\xa3\x9d\xfe\x87\x74\x6b\x3b\x95\xf7\x0f\xe5\x94\xe9\x28\xea\x0f\x07\x15\xee\x68\x63\x1e\x7d\x22\x38\xd2\x6a\x65\x00\x4e\x18\x6a\x35\x33\xc5\xb1\x09\xad\x86\x36\x5a\x41\xa7\x5b\xad\x1d\x93\xbd\x7f\xae\x8b\xc8\xa9\xc9\x36\xdf\x38\x98\xff\x22\x99\xb4\x89\x57\xf8\x82\x33\xb7\x65\xb9\x84\x18\x8e\xd6\x3a\x2b\x1d\xa5\x3d\xdf\xa1\x5b\xa9\xf2\x85\x68\xdf\xab\x4d\x20\x46\xfe\x73\xbc\x51\x0f\xd3\xb9\xf7\x4f\xb3\x07\xfc\xf2\x01\x55\x9b\xa6\x13\xfe\x90\xb9\x02\x0a\xc2\x1e\xf9\xa1\xdc\x69\x17\xa5\xb7\xd4\x71\xd2\xaa\xd3\x60\xa9\xcb\xcd\x5c\xcb\xf8\x62\xb7\x86\xd1\x09\xb3\x77\x3d\x72\xfd\xa3\x96\x53\xbd\x6f\x8e\x28\xb6\x9d\xe2\xbf\xcd\x9b\xd7\xde\xf4\x1f\x31\xb5\x17\xb3\xca\x78\x51\xbb\x0f\xe7\xc2\xd8\x09\xff\xc0\x45\x44\x46\xe1\xde\x0e\xb1\x98\xf2\x67\x7f\x96\xb4\xd3\x73\xd5\x41\x9d\xca\x52\xf7\xfa\x23\x9c\x5a\x34\x12\xa7\xbf\xa2\xe1\xbe\xd3\x49\x03\x5c\x13\x1c\x74\xd7\xa8\xb7\xc5\x1f\x08\x36\xb5\x69\x03\x5b\x8f\x98\x7f\x92\x7f\xb4\x40\x5a\xdd\x6b\x2f\x36\x69\xb3\x3d\xd5\xb1\xc9\xe0\x85\x7d\x6b\x67\x80\x5e\x9c\x8e\x0f\x4f\xab\x48\xba\x4f\x37\xe1\x7e\x76\xcb\xfe\x0f\xc9\x36\x29\x43\xba\x8b\x69\x1b\xb8\xd4\x43\x24\x01\x36\xfc\xc0\x91\xad\x39\x05\x81\xef\x8f\x61\x44\x44\x72\x99\x7e\x91\xb8\x02\x1f\x62\x68\x26\x2d\x72\xdd\x6b\x72\xa8\x92\x09\xab\x34\x37\xab\x99\x04\x3b\x5b\x69\xd6\xe7\xd8\x07\xdb\x54\x35\x7e\xb0\x39\x03\xfc\xa7\xe9\x87\xa5\x8f\xc3\x42\xcb\x39\xd3\x67\x60\x69\x1b\xca\xa8\xc4\xd9\x59\x5e\x76\x1c\x7d\x94\x15\xb5\x59\x0a\x38\x36\x17\x3d\x55\xb0\x5f\x6f\x9e\xa3\xca\xf4\xd3\xbf\x18\x37\x9d\xf0\xcb\xc0\x38\x31\x3c\x2a\xcb\x08\xc5\xf7\x08\xd9\x68\xb2\x55\x60\x41\x79\x65\x7a\x35\xe7\xb9\x07\xc7\xc2\x5f\x64\xe7\x6e\x63\xed\x20\x4e\x44\xee\xb5\xbd\x2f\x65\x3a\x89\xec\x0b\x2a\x6a\x41\x76\x8e\x96\xd5\x0a\x3b\x04\xe4\x5d\xdd\x88\x55\x2e\xb4\xad\xd1\xc6\x1c\x00\x37\x95\x75\x1a\x8f\x22\x27\x9a\x37\x1a\xb0\x4c\x07\x43\xde\x56\xdb\x9b\x6b\x85\xbe\x2b\x69\x37\x8f\x0d\xbb\x93\xab\xb6\x70\x8a\xdc\x96\x36\x6a\xc9\x8d\xde\x10\xe7\x63\xc5\x88\xdd\x14\x71\xd9\x46\x27\xe1\x52\x10\xc7\x8e\xcc\x27\xfb\x94\xda\x5b\x09\x2c\x09\x16\xa0\xac\x9c\x61\xd7\x6a\x88\x8d\x88\xe8\xb2\xc1\xf9\x8d\x38\x18\x9c\xe8\x72\x50\x92\x67\x4f\x47\xf0\xca\x0b\x6c\x92\x50\x4f\xab\x42\x2c\x54\x98\x98\x9a\x4f\xa6\x5b\xb1\x7a\xf5\xdb\x0c\x87\x41\x7d\x01\x81\x32\x4d\xc7\x72\x6a\x4d\xe5\x12\x38\x36\xf0\x92\x78\xce\xd1\x3d\x68\x38\xc7\x04\x74\x92\xe1\x9c\x4a\x74\x0c\x0d\x2b\xe0\x30\x20\xd6\xec\x12\xa6\xc2\x29\x9f\xcb\xa0\xba\x42\x7d\x12\x57\x7a\x55\xbb\x8c\xf2\x41\xd8\x59\xc4\x82\x60\x2f\x2a\x0e\xf5\x3c\x47\xe5\x7c\x07\x03\x2b\x58\x04\x7d\x75\xaf\x28\x4e\xb7\x9b\xc4\x75\x96\xaa\xad\x54\x84\x97\x65\x7c\xb3\x31\x8f\x94\x8a\xdb\xc6\xc6\xc8\x66\xcf\x8f\x0a\x07\xf4\x31\xef\x4d\x0d\xef\x51\xe7\xc9\x9a\x15\xfd\xa8\x7f\x7d\x8e\x17\xf3\x90\x77\xfd\x44\xd9\x30\xd4\x56\x2a\x3a\x89\x81\x02\x06\xbf\x88\xb2\x45\x3b\x85\x01\x18\xe9\x18\x37\xb6\x94\xd2\xe9\x76\x36\x76\x97\x87\x26\x76\x3a\x91\xea\x96\x49\x58\xcf\x9f\x44\xec\x22\xbe\x15\x44\x40\xce\x7a\xfc\xce\x89\x70\x70\xf1\xd6\x2d\xd8\x6e\xf3\xc1\x87\x50\x14\x65\xb1\xec\x57\x5c\x12\x6a\x32\x4b\x7a\xee\x7e\xae\xbb\xc6\x13\x80\xfd\x2c\xd7\xf7\x42\xe2\x31\xf5\xd7\x3d\x5e\x12\xc0\xe5\x19\xa4\x25\x62\x40\xe1\x53\x62\x8c\xc7\x69\x81\x33\xd1\x82\xfc\x9b\x57\x43\x42\x05\x3c\x88\x5c\x45\xaa\x0b\x7e\x10\xb4\xd5\x13\x1f\x96\xeb\x53\xee\xcd\x8d\x8a\x22\xf4\xf8\xe8\xc7\x9e\x72\x4d\xf7\xdb\x9f\xb4\x1a\x76\xc9\xdf\x33\x6d\x23\xd8\x86\x7a\x50\xa0\x0b\xac\x0b\x7c\x2f\x9c\xb0\x3e\x14\x74\x3f\xff\x88\x59\x43\x60\x3b\x42\x67\xf0\x14\xed\x3b\x92\xae\x52\xd2\xaa\x90\x6f\xdb\xae\xd3\x78\xa8\xa1\xfa\xcb\x81\x28\xd7\xad\x65\xb3\x54\x3e\xe6\x97\x08\x4a\x85\xe3\x1c\x32\x72\xfd\x3d\x49\x6d\xb1\x1f\xfd\x91\x3e\x51\x61\xeb\x02\x5e\x51\xaf\x06\x7c\x0a\x5c\x41\x7f\xe0\x35\x43\x53\x86\x13\x71\xfb\x82\x4f\x45\x13\x51\x45\x0c\x66\x5c\xb0\xf3\x44\x28\x3a\xc9\x09\x14\x17\xb6\x9f\x7f\xd9\x56\x19\x7e\x22\xb3\xc7\xe2\x22\xeb\x83\x53\xdd\xf8\x8e\xa8\xf5\xce\x71\xfd\x33\x51\x52\xe8\xea\xae\x3c\xf6\x37\xe8\x81\xb6\x60\xb6\x2d\x14\xdf\xb0\x22\x72\x05\xcc\xb6\x2c\x3f\x7c\x95\xcb\x64\x81\x23\x33\x03\x19\x90\xd6\xcd\xb4\xc0\x6e\xe3\xf0\x43\xbf\x79\xd8\x86\x38\x31\x7f\xf8\x6a\x53\x52\xc2\x67\x03\xd7\x78\x70\x23\xc1\x8c\x02\x77\x07\xf6\xb6\x08\x2e\x42\x19\xbd\x26\xfa\xb7\x13\x20\x46\x10\xb7\x60\x3f\xcd\xdd\x91\xe4\x65\x9d\x94\xac\x09\x42\x4e\x1f\x4b\x66\x82\x72\x47\xb8\xc9\x8f\x40\xcf\xfa\x3e\x27\xcb\x1d\x37\x76\xda\x26\xd5\x83\x46\x5a\xe9\x89\x18\x50\x42\xfd\x6e\xde\x3e\xc7\x0d\xd2\xd1\x38\x1a\xf8\x4b\xde\x43\x6e\x09\xf4\x48\x2a\x9c\x53\x8c\x3a\x10\x75\x91\x9b\x8c\x0b\x0d\xee\xe0\x9e\xf6\xdc\xe2\x6b\x1d\xfb\xcc\xf7\x2c\xf1\x50\xfc\x34\xcd\x14\x93\x99\x60\x17\xf2\x16\xbe\x2e\xf1\x45\x64\x00\x58\x95\xdc\x1a\x53\x6c\x77\x53\x68\x08\x3c\x38\xdb\x22\x8c\x07\xda\x8d\x47\x0b\xb9\x76\x4f\x06\x27\x85\x14\xbb\xb8\x5e\xdd\x6c\x84\xed\x6d\xe5\xb8\xe0\xa1\xed\xe1\x96\x7d\x99\x7e\x36\xdd\xb5\xc5\xe9\x7d\xb6\x5a\x12\xdb\x34\x0e\xd0\x28\xe7\x03\xbf\xdb\x31\x34\x59\x2f\x35\x18\x66\xc5\x42\xa4\x9e\x72\x65\x06\x36\xf2\x93\xf0\x5f\xbd\xef\xf0\xaf\x79\x79\xe3\x6e\xa5\x5f\xf3\x3f\x84\x9e\xcb\x4c\x08\xd6\x82\x25\x66\xad\x63\xe6\x83\x3e\x89\xf7\xd8\xbc\x9f\xf7\x10\xe7\xd8\xee\x9b\xc4\x89\xb3\x6d\x8a\x47\x0c\xc4\xd1\xd6\x77\xfa\xf7\x8b\xb5\xad\x35\x55\x3f\x8b\xb2\xad\x3c\x15\x55\xa2\x65\x4b\x41\x93\x5e\xc1\x4a\x4b\x44\xb5\x4e\x9e\xb3\x65\x52\x89\x66\x6e\xa4\xf5\xdd\x6c\x9d\x9c\x0b\xc0\x17\x09\xfb\x72\xca\x9c\xc2\xc3\x2f\xe6\x48\x91\x07\x03\x86\x72\x6b\xb0\xfb\xbd\x30\x79\x38\xd2\x09\xec\x83\xfc\xe7\x3e\x0f\x50\x14\x51\x06\xb5\xdf\x59\x5a\x49\xb4\xde\x71\x42\x59\xf9\xdc\x3a\x72\x4a\x55\xf9\xd6\xea\xe7\xe8\xd5\xca\x17\x56\x82\xc1\xf5\x95\x57\x2d\x5f\xf7\x92\x2a\x9e\x5b\xc2\x3b\x7a\xca\x05\x16\x49\xad\xf5\xd2\x6f\xe6\xe5\x0d\x0c\x49\x92\x79\x66\xc5\x8e\xd2\x8d\xe6\x63\x45\x46\x25\xf3\x56\xde\x99\x7a\x25\x34\xbb\xe8\x38\x6a\x49\x32\xf8\x21\xf3\x69\x49\x13\x9c\xed\x5f\x5f\x9a\xea\xb6\xcb\x13\x2e\x49\x26\xcc\xbb\x7f\x93\x5e\xf5\x26\x22\xae\x34\x72\x2d\x83\x17\x1e\xc9\xd6\x59\x9e\x98\xfe\x2b\x3b\x6e\x29\x1c\x77\x94\x99\x5b\x5a\x0e\xb5\xca\xcc\x2d\x2e\xa9\xff\x69\x7c\x6c\x11\xa3\x72\x6c\xb8\x62\xfe\x55\x11\x5b\x1f\x6f\x6e\xd3\x54\x59\xb7\xd1\x6c\xb6\x66\xb0\xa6\xdb\x6c\x48\x32\x5e\x3d\x6a\xde\x97\x8f\xab\x0e\xb3\xda\x99\x06\xad\x0e\xb7\xd3\xe1\xea\x54\x77\x81\x53\x42\x4d\xab\x1f\xba\x9c\xa2\x64\xd7\x74\xb9\x56\x79\x38\xd5\x3e\xc2\x6f\x70\x1b\x57\xac\x34\x6f\x5b\x5c\x54\x08\x2d\xd6\xcd\x1e\x57\x28\xcc\x1f\x4d\xb8\x29\x4a\xcd\x39\xc3\xe7\x14\x31\x66\x5f\xfa\x29\x0a\x84\x59\x54\xf7\x37\x79\x86\x99\x86\xb2\xae\xad\xc7\x34\xa8\xd5\xa6\xf5\xa4\xc9\x48\xc3\x68\xcb\x69\x93\xb7\x95\x16\xcd\xc3\xa6\x66\xe2\xca\x66\x1d\xf3\xcd\x39\x1a\x4d\x17\x2c\x85\x29\x55\x4d\x7f\x6c\x69\x31\x16\xcd\x47\x1c\x2b\x19\xf3\xcd\x09\x30\x85\x5f\x74\x8b\x0b\x7a\x07\xf1\x5a\x77\xaf\xe9\xdb\xa5\x81\x1e\x90\x59\xfc\x9c\x76\x4f\xb8\x19\x63\xd2\xa6\xc7\xda\x74\x7e\xe4\x54\x0f\xc0\xe4\xca\x40\x7a\xf7\x35\xe3\xab\xbd\xc0\xee\x0a\xe3\x3d\x9d\xec\x6e\xb2\x11\x5d\x1e\xd1\x7d\xd8\xb0\xbc\x89\xaa\x2a\x35\xf4\xad\x25\x74\x0d\x1a\x4e\x48\xdf\x74\xb2\x8c\x5a\x0a\x5d\x3a\xf6\x99\x62\xb3\xcc\x95\xe3\x16\xbb\x93\x82\x95\x1f\x6d\x34\xa2\x14\x1d\x2b\x41\x2b\xe9\x6d\x1d\x45\xd0\xdd\xbe\xd6\x9b\x5f\x17\x3e\xcd\xa5\x6b\xf1\xc4\xf6\x69\xb2\xed\x0c\xc9\x21\xde\xb6\x9d\x16\x65\x3f\xd9\xd3\xbb\x36\x56\x79\x86\x1c\xd9\xfd\xa6\x76\xc8\xbf\x49\xa7\xb6\x91\xe5\xd9\xb7\x7f\x4b\xf3\x25\xec\xb0\x6e\xa6\x7c\x1d\xfa\xe0\x61\x68\x7b\x39\x4c\xf7\xe8\xcf\x8e\x0e\x30\x48\xff\x59\x97\xb7\x3d\xd1\xf0\x82\xea\x93\x8d\xc4\xe4\x67\x0f\xcc\x72\x9b\xf9\xe9\xde\x74\x53\x8e\x55\x51\xdf\x23\x43\xb2\x2d\xb2\x7f\x97\x5e\xc3\x6e\xe3\xec\x65\xd1\xf2\x3f\x23\x39\xf9\x59\x3b\xf7\x96\xe4\x43\x92\x21\xfb\x0d\x0a\x39\x1c\x98\xae\x5e\xc9\x91\xb0\xc8\x83\xe3\xd2\xa2\xc0\x96\xc3\xb2\xca\x64\xb2\xe4\xe8\x8f\x5a\x53\x3c\xe3\x38\xb6\xe1\x31\xfa\x81\xe1\xad\xe6\xed\xb0\x11\x13\x78\x6b\x1d\xb8\xce\x6c\x41\x2e\x72\x58\x6d\xc9\x6f\x87\xd9\x16\xdb\x50\x94\x4b\x56\x46\x40\x52\xe7\x3e\xb3\xd3\x20\x50\x17\xc3\x18\x0f\xd1\x52\x95\x1a\x68\xe8\x36\xf0\x83\x4a\x82\x0f\xef\x4d\xab\xcf\x5d\x3a\x7a\xfe\x3f\x62\xea\x69\x64\xa5\xf2\x1c\xf5\xfd\x72\x0f\xb1\xb7\x1a\xe8\x8a\x30\xf4\x93\x46\x87\xc5\x6c\xca\x26\xe3\xa7\x52\x17\xd2\x33\x33\x58\xa5\xb6\xdb\xb0\xa5\x6d\xcd\x1d\x84\xb9\x0d\xa8\xc1\x17\x32\x6a\x57\x28\x1b\x03\x1d\xb6\xff\xd9\x7c\xd9\xae\xd9\xb1\xa2\xb5\xdf\xda\xc1\x89\x20\xf7\x32\xbf\x05\x7d\xa3\xe8\x35\xc9\x82\x27\xb6\x3f\x37\xb4\x32\x00\xc6\x0b\xca\xef\x18\x31\x78\x2d\x45\x06\x26\xce\x89\xfb\xb3\x15\x66\x3b\x93\x0f\xa7\xdc\x35\xe7\xf0\xcf\x72\x83\x2d\x2e\x0a\x76\x87\x6b\x58\x51\x72\x20\x81\x5d\x36\x47\x0b\x06\xc8\x28\x3b\x78\xf1\x0c\x7e\x9f\x7d\x8d\xe4\x3e\x7a\xcc\x51\xbb\x62\x0e\xfa\x00\x52\x5a\xb3\xc9\xf1\x0a\xd4\xba\xee\x83\xfd\x56\x97\x73\x8d\x71\x36\x69\x48\xcb\x26\x0f\xcb\x9d\x68\x69\xf3\x77\xd3\x66\xb7\x2d\xad\x5e\x46\xde\x56\x23\x6c\x6c\x6d\xbb\xcd\xd7\x28\x3b\xe9\x6e\xbb\xee\xe8\xe9\x02\x9e\xfd\x36\x4e\x5b\xe6\x5d\xfb\xaf\x71\xb9\x89\xf1\x0e\x0f\x12\x37\x46\x9d\x72\x8c\x4f\xed\x0d\x61\x42\x0e\x64\x22\xfd\x43\x9d\x64\xc2\x0b\x9e\x5a\xd0\xa2\x82\x83\xee\x15\xf0\xcd\xc5\x52\xe4\x61\x24\x48\x42\x75\xea\x44\x87\x94\x0b\x41\x31\x98\x9e\xaa\x38\xbb\x5c\xec\xa6\x5a\x63\xab\x39\x7c\x5c\xbd\xca\x5c\x93\xb4\xb6\x31\xdf\xb8\xc6\xe9\x0f\xe3\x4a\xf3\x26\x68\x51\xc8\x8d\xea\x8b\xb0\xf7\xa1\xef\x4b\x95\x2e\xd2\xb0\xa9\xbc\x5e\x78\x68\xc4\xa7\xf4\x02\x04\x2c\xea\x5a\x3c\x0c\x71\x97\xab\x8a\x6c\x45\x6d\x4e\xd8\x1f\xcc\x45\x0f\xa4\x7c\xf1\x1d\xc2\xa4\x65\x8c\x11\xd9\xee\x6b\x84\x14\x4c\x22\xf6\x53\xfe\x05\xf8\x6a\x82\x59\xd1\x15\x88\x05\x09\x58\x6a\x67\xff\xd9\xd3\xb5\xcc\xc8\xe6\x81\x77\x54\xc5\xbf\x16\x1f\x7d\x66\xab\x5d\x4c\x77\xbb\xa5\xf8\xa3\xda\xeb\x71\xfe\x01\xb9\x32\x23\x7c\x24\x75\xb0\xea\x28\xe1\x78\xe0\x93\x12\x6b\xfc\x54\xf0\xbe\x9c\x0e\xbc\x8a\x71\x2f\xf5\x3c\xfe\x7d\xd8\x03\xae\x0b\xe1\x31\x3b\x2c\x6c\x89\xb4\x91\xf3\x34\xf0\x8e\x87\x15\xef\x03\x19\xe8\xf9\x25\xa5\x1f\xbf\xd2\x7b\x2c\xe3\x14\x3a\xc5\x27\x40\x88\x86\xde\xf5\x83\xe6\xdb\x3a\x76\xf8\x83\x0b\x27\x80\xde\x54\x1b\xf1\x23\xeb\xdd\x34\x3d\xc9\x80\xd9\x34\xd9\xce\xe3\x7d\x8f\xc0\x77\xb5\x97\xb1\xc2\x93\x62\xe2\xcd\x6a\x24\x52\xb4\xc8\x4b\x15\x9f\x28\xc6\xbe\xc0\xe2\x52\xbf\x8b\xfe\x2b\xb3\xad\xfc\x66\x03\xc7\x93\x18\x7e\xed\xf4\xa6\x68\x0d\x8a\x7b\x18\x2e\xa4\xc3\x5f\xc2\x7a\x1e\xa0\x13\xf0\x92\x6b\xee\xf9\x2a\x90\x9d\xb0\x03\x7b\x28\x48\x2f\x55\x0f\x99\x10\x7c\x2b\xe3\xb6\xd3\x03\x06\x33\x7b\x0a\xb4\x3a\x74\x7f\x1e\xce\x36\x98\xf9\x55\xd4\x66\x31\x48\x7f\xe9\x6e\x36\xf8\x3e\xd4\x0f\x3b\xa6\x72\x65\xf6\xe2\x57\xb4\xf1\xc3\xe6\x09\xc8\xfa\xdb\x4c\x05\xb1\xa5\x3c\x22\xf4\xba\x07\xb4\xb0\x29\xe4\x8f\xd7\x39\x81\x7b\x88\x9d\xef\x1b\xde\xcd\x10\x06\xf5\x55\xe4\x7c\xc8\x0b\x7a\x74\x70\x6e\xe8\xd7\x30\x53\x3f\x50\x58\x0a\x3b\x82\x94\x16\xfe\x86\x9b\xe5\xe6\x10\xc9\x4c\x88\x81\xa7\xb2\x35\x52\x0d\x21\x46\x51\xf9\x19\x51\xf6\x66\x31\x9b\xb2\x0f\x58\x1f\x89\xf1\x41\x6a\x8f\xdf\xe3\x5a\xa1\x40\xfd\x37\x62\x43\xd1\xfa\x5d\x86\xb1\x53\xe8\x87\xad\x77\x63\xbf\xb9\x9e\xad\x47\xc5\xae\x74\x73\x28\xe3\x70\xcd\xb1\x9b\x45\x7b\x38\x1e\xf8\xa8\x8c\x91\x98\x6d\x9e\x84\xb8\xda\xe8\x87\xbe\xf4\x70\x4a\x4c\x1e\x15\x17\xd8\xc8\xa9\xa4\x87\x90\x67\xb9\xb7\xc3\x98\x84\xdd\x71\x0c\xf6\x5f\xd7\x90\xf8\x61\xee\x1d\xd8\x48\x82\x76\x42\x82\x63\x69\xa2\x24\xe5\xbb\xed\xef\x34\x4d\xe8\x81\xe9\xb9\xb4\x2b\xd0\x4f\x23\xe7\xd3\x9b\x60\x17\xfb\xfe\x4d\x5f\x76\xf1\xef\x38\x97\x9e\xe5\xd2\xd7\x72\x2b\xed\x27\xdc\xb1\xce\x87\x5f\x82\xb0\x90\xe6\xa4\x7a\x21\x6f\xe7\x77\xa7\x10\x5c\xf7\xa5\x7d\x4b\xfe\x80\xdf\xce\xf5\x4c\x5e\xf2\xe4\x86\x9e\x4a\xb1\xf7\x0d\x08\xb0\x4d\xdd\x41\x5d\xf4\xf2\xe1\xef\xa7\x5f\xc7\xfe\x49\xcb\x0c\xa7\xa3\xda\xd2\x7f\x46\xc5\x41\x0f\x66\xc2\x63\xa1\x0e\x33\xf9\x5b\xc0\x21\x73\xd0\xfc\x3f\xe0\x8f\xe3\x8a\x82\x12\x48\xd0\x60\xa5\xc8\xd5\x69\x6d\x0f\xa3\xa0\xd2\x69\x4b\xfb\xf9\xfc\x8b\x4e\x5b\x9b\x2d\xf2\x06\x9c\x22\x6a\xea\x72\x61\xce\x87\x25\x1b\x73\xf0\xb0\x35\xb9\x0a\x61\x36\xfc\x61\xaa\x63\xf6\x4f\xcc\xc1\x68\xb5\x30\x9b\xe0\x47\xaf\x12\xca\xbd\xd2\xfc\x2e\xe6\x18\xf8\xc9\x3d\xf0\xb9\x41\xb4\xd5\xee\xd8\xbc\x9e\x90\x58\xc4\x6c\x81\x46\x84\x14\xf2\x54\x02\x77\x50\x9f\x20\x49\x6d\x41\xd6\x93\x6a\x69\x26\xc8\x7a\x04\x2a\x3d\x0f\x02\xab\x4f\x49\x97\x41\x36\xaa\xbd\x92\x77\xa0\x75\xf2\x29\x89\xa6\xc3\x59\x19\xb5\xe4\x0f\xe8\x58\x95\x50\x7c\x0b\x34\x58\x62\x21\xbe\x0e\xd1\x17\xee\x17\x27\x42\xd5\x49\x0e\xc5\x6f\x90\x27\xd8\xdb\xc5\x71\xee\x8b\x34\xbc\xf8\x02\x29\xd1\xe7\x64\x09\x92\x9c\x49\x9c\x29\xa5\xfb\xf7\x63\xda\x25\xd3\xc1\x6b\x5c\x62\x6b\x38\xc0\xcc\x85\x53\xb5\x55\xf6\xda\xd3\x36\xb5\x57\x81\x3f\xc7\x8e\xd7\x6d\x01\x3e\x1c\x3c\x58\x07\x05\x9e\xe8\x3d\x5c\xdb\x0b\x2c\xea\xf0\xac\x39\x0f\x74\x6d\xb5\xab\xbe\x07\xdc\x52\x7f\xb7\xea\x3e\x30\xa4\xfc\x5d\xe5\x7b\xfb\x35\x45\x4d\x55\x1a\xa0\x57\x02\xb7\x2a\x3b\xa7\x57\x3c\x9f\xca\xb7\xf0\x97\x11\xfd\x55\x8e\x98\x7e\xea\x50\xd5\x17\x02\x98\xbc\xa9\xba\xce\x6b\x03\xe1\x60\xed\x4a\xbf\x95\xe8\x86\x66\x37\xdb\xf8\xa5\x7d\x2d\xb6\xb6\x3f\x67\x2e\xb5\xe4\xda\xbe\x19\x1f\x69\xe9\xb2\x9d\x1b\x7a\xd1\x72\xca\xb6\x58\x7d\xac\x45\x61\xeb\xab\xda\xd9\xfc\xcb\xf6\xb0\xc2\xb5\x19\x66\xf3\xa2\x29\xa1\x29\xcb\xe6\x57\x8d\x5a\x36\x67\x4b\x96\xee\x97\x39\xda\x55\x15\xa0\x64\x86\x0e\x84\xf4\x7c\xd9\x20\xc4\x21\xf6\x99\x4c\xee\x12\x1b\xd6\x2f\x7b\xe0\xba\x39\xa0\xa0\xa9\x0e\x77\xcc\x2b\xaf\x39\x87\xf4\x08\x77\x48\x79\xdb\xba\x60\x59\xab\xa3\xc4\x66\xcd\x9c\x65\xc7\x5b\x9b\x6d\x13\x7f\x3b\x7e\x59\x9f\x19\xc1\x77\xfc\xb1\x4e\xec\xef\xed\xf8\x61\xad\xdb\xb3\xa7\x83\x67\xf5\x56\xd9\xa1\x7c\x62\x35\xd2\x6a\xad\x44\x59\xa5\x36\x74\xb7\xf7\x5a\x5d\xa9\xf4\x6f\xd7\xb6\xb6\x2c\xd9\xa8\x98\xb6\xb9\x91\xf3\x5d\x21\x03\x1e\xe5\x1f\x55\xbc\x74\xc4\x70\xff\x69\xdf\x09\x15\x31\xf7\xb5\x67\x21\xbf\xfa\x0b\x94\x31\x6e\x7f\x3c\x16\xd4\x87\x2c\x99\x27\x0d\xd5\x48\xab\x3d\xf3\x99\xea\x2e\x2b\xea\x94\xa3\xba\xc5\x6a\xc5\xa8\x52\x9d\x67\x59\x31\x78\x4c\x1d\x63\xb9\xaf\xb7\x4b\x7d\xd0\xe2\x6c\xe7\x52\xdf\x09\x0b\x89\xbc\xad\xcf\xcf\x82\xdc\x94\xde\x7b\xc1\x22\xa4\x96\xdd\xcb\xb5\x18\x2d\xf3\xec\x79\x6e\xe9\x53\xf8\xab\x47\x62\xbd\x32\x1b\xd7\xe3\x6f\x1b\x9d\xfc\xb3\x47\xec\x50\x14\x93\xd6\xd3\xee\x34\x10\x32\xdf\xeb\x0c\xff\x4a\x41\xed\xdc\x2e\x75\x11\x6d\xdb\x95\x58\x7e\x54\xb0\xbc\x87\x5c\x99\x97\x9c\xf5\xcf\xdd\x1a\x5d\x2e\x61\xaf\x6f\x3d\x20\xbc\x6d\x5f\x6d\xe3\x1d\x1a\x48\x57\xa3\x85\xe7\xf3\xf0\xd0\x5a\xf9\x1d\xa2\xef\x91\x78\xe5\xb2\xdb\x21\xbd\x15\x5d\xce\x88\x95\xc7\x27\xbb\xad\x21\x5f\x8c\x26\x7a\x86\x41\xbb\x4c\x8f\xf4\xd1\xec\xe2\x2c\xf6\xa8\x53\xad\xfe\x5a\xfb\xf6\x3b\x9a\x17\xdb\x59\x0e\xa0\x8d\x5f\x3a\x68\x0e\xd2\x0c\xc2\xf7\xd5\x8b\xa2\xc5\x68\xdd\x8d\x45\xe8\x9c\xb4\x43\xd6\x62\x12\xff\xd6\xe1\xeb\x92\x95\xf1\xbc\xa3\xbe\x65\x67\xd8\x6b\x8f\xdd\xaf\x5a\x4f\xff\xa0\x2f\xab\x65\x52\xf4\x0c\x35\x1a\x57\x90\xa6\x8d\xdd\x9b\x23\xdd\x9e\x99\xce\xb7\x25\x20\xe4\x16\xe6\x8a\x1f\x4e\x09\x56\x0f\x95\x93\xa0\xcb\xb6\x73\x9d\x08\x60\x80\xfd\x54\x57\xb9\xcd\x1a\xc7\x93\x2a\xb5\xc5\x98\xd3\x70\x77\xbf\x69\x34\x6c\x6f\xcf\x37\xa3\x15\x47\xaf\x66\x7b\x4a\x5f\xe8\xe7\x08\x39\x22\xa0\xc1\xbb\x9c\x0b\x82\x33\x46\xad\xf9\x41\x49\x6f\x8c\x3f\x14\x26\xc7\x2c\x9a\xb6\x96\x1c\x64\xb6\x9a\xe3\xa4\x41\xd4\x01\x4b\x93\xca\xfd\xde\x15\xd6\x98\x9a\x76\x1c\xd7\x6e\x7f\x03\x15\x75\xcd\x9e\xd3\xc4\x82\xfa\x81\x96\x5b\x66\x1c\xdf\x41\x7c\xda\x06\xed\xb9\xd0\x55\x8a\x00\xdb\x7d\x2e\x8a\xf6\x73\x96\x27\x91\x96\x1d\xbb\xcc\x68\xe8\xde\x4e\x8c\xf1\x56\x93\x08\xfe\xfa\xaa\x6b\x66\xef\xf9\x9f\xc5\xdf\x2d\xdb\xd2\xce\xe7\xaa\x6c\x62\xfe\x23\xa6\x6d\x46\x56\x30\x6f\x9f\xdd\x50\xce\x1b\xd6\x75\x7b\xd7\x82\x6b\xf4\x5a\xd0\xb6\xe2\x49\xbf\x47\x8e\x43\x92\x2c\xd2\x30\x64\xba\xc2\xd7\x8d\x09\x3d\x5c\x03\x80\xdf\x70\xa9\xad\x37\x82\x74\x20\xb5\x1b\x97\x41\xab\xd1\x11\x4d\xb7\xed\x0a\x30\x93\x2d\x9d\xd6\xda\xd8\xd5\x6d\x2e\xe6\x35\x78\xa6\x5c\x65\x72\xc8\xee\x46\xdc\x58\x03\xc7\xc1\x3b\x3e\xbf\xfc\x91\xe3\x2c\x8f\x5d\x24\x84\x8c\x27\x7c\x13\xae\x70\x16\x24\x03\x52\x0f\x41\x8b\xf9\x89\x5c\x21\xec\x52\x26\x2f\xdc\x05\x6e\x24\xf4\xa0\xd9\x21\x5a\xf2\xeb\xc8\x37\x50\x81\x45\x42\xfc\x88\x6b\x48\x69\xa7\x2b\xd8\x2d\xa5\x9c\x04\x9b\xc6\xb6\x54\x25\x82\xe3\xf1\x8f\x6a\x09\xf6\xf9\x24\x48\xfd\x5d\x9b\x13\x9e\x51\x8d\xdf\x2d\x75\xbd\x65\x4d\x23\xa6\x91\x2e\xc7\x59\xae\xad\x0e\x88\x01\xd6\xf7\xda\x7b\xa8\x69\xf6\x5f\x69\xb6\x6b\x5a\xb4\xa4\xe0\x0e\xe6\x3e\xa7\x41\x60\xe1\x76\x22\x2e\x2c\xf1\xbe\x7b\x6e\xc2\x60\xb4\x2b\xf6\x42\xca\xad\x50\x57\x3c\x35\xfd\x52\x40\x01\xa1\x38\x9b\xe1\x05\x21\xed\xcc\x2b\xc7\x96\x79\xbc\x2f\x7c\x81\xb2\xf7\xfa\x52\x32\xed\x3c\x4c\xfe\x57\xfa\xc3\x71\xab\xef\x99\x8a\xf3\xc0\x15\x94\x4b\xd5\x7e\xd6\x5a\x01\x9f\x6a\xd5\xe6\xda\xb8\xb3\xf4\xb1\x8e\x0c\xe2\x39\x46\x4f\xb3\xa3\x47\x63\xc8\x7c\xcd\x1e\xcf\x6b\xa1\xbf\x4a\xaf\x78\x95\x86\x6b\xe4\xcd\x79\x27\x44\x06\xa7\x8b\xc9\xda\x51\xaf\xe2\xc7\xc9\x1d\x5c\x1e\x8b\xe3\xd3\xc8\xcb\xa7\xd7\xf9\xbe\x4c\xbe\x47\xd9\x41\x69\x4a\x67\x91\x7e\xfb\xff\xca\xba\xe3\x36\x44\x2d\xcc\x73\x40\x80\x68\x81\x85\x3a\x90\xaf\xc1\x66\xe2\x14\x87\x22\xfa\x0d\x49\xb4\xed\xf1\x90\xc1\x72\x33\x8b\x76\x3f\x9a\xdf\xe3\xde\x6f\x01\xab\xfd\x35\xdb\xe7\x03\x5f\x06\x38\xc9\xa6\x69\x4f\xa8\x27\xaa\xbc\x83\x18\x34\xba\xf8\x5d\x10\x39\xf8\x5b\x8e\x73\x50\x59\xc8\x99\xd4\xf2\xa0\x8b\xe1\x51\xdc\xde\x60\x19\x9b\x11\x5e\x49\x2f\xe3\x10\x83\x34\x18\x1d\x3c\x0d\x9f\xc1\x50\x93\x64\x0e\x61\x99\x79\x2a\xdd\xd4\xf5\x69\xf8\xe6\xac\x32\x17\x64\x44\x69\x6e\x1c\x98\xcd\x32\x2f\xf8\x0c\xec\x64\xff\x2c\x46\x5b\x8d\x32\xad\x3c\x2c\x87\xd7\x44\xec\xf0\x1c\xef\xf6\x8d\x94\x7b\xdd\x96\x8f\xb0\xa3\xbc\xbf\x34\x6e\x63\x6b\xf9\xa4\x56\x54\xb0\xde\xf9\x19\x15\xbd\x65\x95\xf8\xbf\xca\xba\xc4\x8a\xa0\xc5\x27\xc5\xb0\xd2\x18\x96\xd1\x11\x6c\xb3\x30\x72\xa8\x38\x0a\xc1\x0a\xa0\x1a\x47\xf3\x39\x38\x6f\x5a\xcc\x4c\x7c\x1b\xae\x97\xbb\x33\x39\x12\xad\x11\x2b\x48\xfb\x0c\xa5\xc6\x2d\x0b\xde\x83\x3a\x78\x2e\x39\xf5\xb6\xf8\xd8\x78\x77\x87\x89\xdb\xbc\x5d\xd8\xb2\x81\xbd\x09\xef\x71\x57\x3a\x5f\x25\x8e\xe1\xbf\xb7\x8e\x26\xe1\x89\xc7\xea\xdd\x12\x55\x24\x59\xd9\xe7\xc4\xa3\x9e\xf8\x42\xf3\x84\x74\x6f\xa5\xc0\x26\x61\x9b\xdf\xe5\x84\x2d\x09\x16\x81\x38\x96\x57\xc2\x75\xba\x2f\xbd\x27\x71\x81\x39\x4e\x69\x48\xfa\xca\x2a\xf3\xdc\x96\x02\xe4\x58\xb8\xdf\x4c\xf5\x8b\x5f\x42\xda\xf3\x25\xc9\x7b\x9d\x2a\xd3\xfe\xa6\x95\xd9\x17\x67\xa4\x21\xcf\xcf\xfe\x93\xd9\x8b\xba\x34\x2a\x14\xfc\x40\x5f\xeb\xfb\x95\x55\xe3\xda\xd9\xd1\x9b\x75\x07\xc3\x6a\xa9\xcc\xba\xe3\x16\x53\xfb\x2d\x0b\xee\x7e\x4d\xca\x15\xcc\xe2\x0a\x0b\xc0\x82\x03\x04\x76\x46\x6c\xe6\x98\x57\x70\xdc\xc5\xcc\xfb\x7e\x76\x11\x00\x41\x1b\x35\x8b\x76\x3d\xcb\x8b\xee\xe8\x6b\x9c\x1d\xc4\xbc\x4a\x3c\x2b\x9c\x62\x4d\x63\xbe\xe7\x9c\xe7\xd4\xc0\x6d\x73\x6f\xf1\xa2\xc0\x66\xa2\x9f\xb0\xe4\xf9\x8b\x45\xff\xb8\x04\x4e\x14\x15\x5d\x85\xaf\x1b\xd2\x2f\x6e\x83\xcf\xf4\x74\x14\xc7\x22\x8e\xb7\xbf\x2e\xb6\x47\x54\x34\x1f\x2c\xea\x46\xd2\x6a\xd2\x0b\x5f\xa0\x72\x25\xba\x85\x31\xae\xb8\x3c\x7a\xa1\xa6\x5b\x0e\xff\x6b\x21\x90\x20\xe3\x82\x0a\x83\xbc\x2e\x32\xa1\x45\x47\xfc\x42\xa9\xfb\x8b\xe6\x02\x1d\xbd\x3f\x15\x8f\xd1\x4b\xf1\xb7\xc5\xdf\xc3\x7a\xd0\x7f\x4b\xf1\xec\x3f\x50\x42\xd9\x2f\xc8\x8f\xa5\xf5\x15\xc3\x4e\x5f\xa7\x82\x2a\xcd\x9c\x49\x23\x7d\x95\x2a\xe7\x31\xf5\x8f\xca\x37\xd0\xad\xaa\x2d\x95\x45\x50\x3b\xb9\xa2\xd2\x12\x4a\x97\x41\x2a\x84\x30\xcd\xaa\xf2\xf2\xb3\xb0\xc7\x25\xc5\xe5\x42\x04\x31\x67\x77\xb9\x3f\x9a\x97\xb2\xa3\xbc\x1f\xab\x11\x3d\x5a\xb1\x93\x14\xce\x30\xac\x90\x91\xc1\x94\xe7\x95\x14\xca\x63\xcf\x53\x55\x19\x34\x6b\x6c\x78\xcd\xf1\x90\x13\x08\x7c\xbd\x9f\xa3\x62\xc9\xbf\x71\x3b\xd8\x73\x66\x5f\xa3\x04\x9c\x34\xd6\xd6\xf8\x0a\x5c\x36\xc8\x96\x21\xc1\xbd\xbd\xf6\x32\x6d\xf0\x4c\x07\xa5\x71\x04\xbc\xdc\x8a\x6e\x24\x83\x6f\x36\xac\x6f\xf8\x17\x82\xaf\xc8\x69\x70\x86\x9c\x2f\xfe\xd5\x60\x0e\x63\x67\xe5\x36\xf8\x20\xcd\x12\x49\x0d\x4b\x98\x3c\xb6\x6d\x23\x12\x7f\x8e\xf6\xac\x71\xd6\xb3\xcd\xf7\x9d\x4c\xe2\xbb\x97\x74\xa1\x59\x2b\xa0\x1a\x53\xdf\xfa\xc9\x81\xb8\xac\x96\xef\x75\xf8\x77\xee\xa8\x7c\x19\xa4\x39\x91\xac\xd0\x06\xad\x1b\x4e\x55\x50\x41\xab\xd4\x42\x45\x12\x68\xa5\x8a\xa8\xd8\x01\xda\xa4\x88\x91\xab\x40\x3b\x9a\x8a\xe5\x48\x10\xb9\xe6\x71\xdb\x63\xd0\x75\x69\x69\x9b\x0c\xbc\x5a\x84\x68\xeb\x70\xca\xcd\xf8\xd6\xf6\xc3\x45\xc2\xdb\x22\xf7\x41\xef\x89\x3c\x2e\x9f\xc1\x92\x03\xc3\x14\x9d\xa4\x9d\xe4\xdb\xca\xd5\x64\x33\xfc\xce\xae\x42\x20\xe8\x64\x9b\x2a\x1c\xd8\x33\x5f\xde\xbd\x07\xf8\x69\xf2\x5d\x37\x09\x78\x6d\x54\xa7\x3b\x07\x38\x30\x40\xe8\x1e\x00\x8a\x7b\xf2\xbb\xa3\x80\xc5\x1d\xdb\xbb\x77\x01\xcb\x5a\x93\x55\xa3\xc0\x9a\x86\xdb\xaa\x58\xfb\xdd\x95\xd3\x2a\x73\xfb\xfa\x12\xb9\x6a\x1d\x68\x67\xde\xc6\xae\xbf\x8e\xef\xd3\xfa\x55\x01\x50\x4a\xdc\x76\xd5\x55\xc4\xef\x70\x56\x37\xce\x4d\x9b\xca\xeb\x11\xe0\x97\xbc\x08\x03\xfd\x36\xf7\x4f\xbd\x1d\x44\xda\xc6\x2f\xa0\x06\xbf\xd9\x69\x4f\x77\x0e\xe9\xd9\x7e\x1c\x7b\x3c\xe4\x6a\x3b\x3a\x04\x1c\x62\xda\x26\xf4\x49\x86\x70\xb6\xf8\xae\xa6\xa1\xd5\xb6\x28\x05\x7a\x70\xc0\x16\xdc\xf4\x7a\x90\x6e\x4b\xaf\xfd\x30\x68\x66\x7b\xa2\x5c\x73\xe0\xad\x1d\xbc\x78\xcf\xc0\x6d\xe0\x1f\x61\xfc\xc0\x33\xd0\x81\x54\xf6\xe0\x4a\xc8\x75\xae\xe3\xa0\x8f\x4b\x12\xb3\x6d\x48\x07\x9d\xef\xbf\xa4\x33\x5f\x0d\x11\x07\xef\x7b\x5c\x0b\xcc\x35\x3c\xd0\x5d\x0f\x4f\xdf\xaf\xfb\xb6\xb1\x89\xf7\xfe\xd0\xe6\xa6\xef\x51\x77\x0f\x43\x5a\x7f\x84\x8c\x1c\x61\xb4\x43\x02\xac\x8f\x11\x3b\x83\xbd\xd2\xf5\xc9\xaa\x97\xd8\x77\x86\x80\x9e\xcf\xa8\x2b\xc6\xa6\x7d\x8f\xa1\x42\x33\xad\x7e\x2b\xb0\xae\x39\x6f\x30\xc4\x3e\xce\x6a\x74\xe8\xb8\xcd\x13\xbb\x6f\x43\x07\x2d\xb3\x1d\x5e\x0e\x9d\x34\xdb\x09\xbe\x3b\x7c\xc2\x48\x7d\x98\x23\x31\x93\xfa\x1d\xdb\x25\x15\x17\x4c\xeb\x1b\x94\xa3\x05\xe9\xc7\xcf\x56\xa6\x26\xeb\x19\xae\xad\xd9\xc6\x99\x36\xc2\xd5\xdd\x0b\x2b\x37\x16\x37\x66\x51\xaf\x9a\x2a\x5b\xf6\x90\x37\x9a\x87\xc8\x81\xb8\x57\x96\xcf\xdb\x7f\xa1\xcf\xdb\xe0\x3b\x51\x30\x7f\x20\x40\xb5\x12\x2c\x02\x6d\xec\x26\x39\x1c\x80\x6c\xec\xe1\xd8\x5e\x70\x1e\xeb\xcd\xb6\x2a\x76\x01\xf5\xf1\xcd\xad\x11\xcd\x6a\x89\xf1\x92\xe1\x51\x11\xa8\xf2\xa1\xc9\xee\x42\xed\xe2\x01\x33\xd3\xa2\xa9\x1c\x23\x8b\x7d\xe2\x06\x7e\x95\xe5\xa0\xe4\x58\xfc\x2a\x6b\xf3\xb2\xd7\xac\x00\x1b\x75\xe5\x57\xba\x81\x1d\xa5\x16\xec\x47\xb3\xf7\x6e\x28\x23\x9e\x03\x65\x37\x9d\xc5\x7c\x04\xcf\xb5\x56\xc2\x65\xce\x9a\xf2\x07\x90\x3e\xd8\x44\x7b\x1b\x88\x8c\xa0\x77\x18\xdb\xfd\x46\xfd\xec\xcc\xb4\x6e\xc2\x24\x75\x75\x59\x80\xdd\xbf\xaa\xce\x98\x8c\x5a\x46\x66\x6f\xa9\x6b\xb1\xf1\xce\x1e\x94\xf6\x01\xb5\x85\x05\x22\x7d\x07\x56\xce\x73\x41\x9b\xa3\x46\x7e\x74\x52\x1b\x18\x59\x48\x8a\xe1\x41\xee\x88\x27\x98\x2c\xe7\x48\xc9\x3d\x6a\x17\x6c\x4b\x45\xae\x77\xb6\xcb\xfd\xea\xbb\x38\x16\xd2\xa1\x9e\x8c\xfa\x8c\xce\x93\x01\xa1\x19\x98\x89\xe6\x22\xb0\x26\x76\x55\xab\xc8\x3e\x0b\x8f\x92\xc3\x6c\x57\x13\x73\x15\x27\x2c\xf3\x3c\x6e\x2a\x4d\x4d\x6f\x80\x76\xa6\x56\x34\x81\x20\x7b\xf8\x9b\xaa\xba\xa0\x5b\xf9\xe9\x25\x41\x2e\xf2\x34\x71\xee\x2b\x24\xf2\x3f\x62\xa2\x28\x59\x86\x3c\x7d\x74\x61\x0e\x87\xf5\xc7\xf5\x5e\x81\x26\x03\xe0\x86\x2d\x1a\xa2\x50\xdc\x9f\x97\x86\x7b\x44\xe0\xba\xcb\x35\xdd\x1d\x08\xd3\x55\x05\x88\x07\xa4\x0f\xb5\x62\x27\x9e\xd7\xf1\x06\x24\x28\x81\x6c\x23\x4b\xb7\x5b\xf4\x35\x6e\xa6\x5a\xeb\x51\x3c\x5a\x4d\xcc\xf5\x91\x5b\xe3\x0c\xe5\x8f\x5c\xc3\xe3\x78\x0d\x09\x6e\x77\xe3\x89\x15\x47\x71\x48\x1e\xac\x68\x8e\xa0\x9d\xf0\x41\xa8\x4b\xec\x4e\xfa\x91\xea\x42\xaa\xe2\x3b\x72\xaf\x7b\x9c\xcc\xb8\x1c\xfe\xd0\xf3\x77\xb6\x5f\x90\x81\x37\x31\x2f\xd0\xe7\x09\xf9\x73\xe1\x71\xc2\x47\xdf\xc1\x12\x23\x0c\x8a\x92\x20\xbd\xe2\xf2\x20\x80\x50\xf1\x0b\xb2\x2d\xd0\xa2\x5a\xe5\xb0\x2e\xe8\x68\xdd\x5e\xdb\x35\x74\x68\x43\x98\xc5\x35\x22\x27\x32\xb1\xeb\xac\x67\x0f\x6b\x4d\x6b\x34\x39\x9a\xb5\x58\x77\xd4\xd7\x89\xfd\x5b\x5a\xe4\x77\x2d\x7a\xa0\xe0\x94\xbf\x21\x67\x51\x60\x1e\xb0\x3a\x4e\x90\x74\x28\xe0\x54\x42\x57\xf4\x2b\xea\x95\x94\x50\xa6\x05\xed\x78\xfa\x6a\x6a\x5b\x50\x7c\x16\xdc\xbb\x89\x0e\xc8\xdd\x8b\x3b\xc7\xe0\x8b\x48\x68\xbf\x50\x84\x78\x33\x6c\x15\x73\x49\x82\x71\x54\x87\xd3\xca\x0d\x80\x96\x91\xd0\xca\x0f\x56\xfe\x01\x5a\xc1\x10\xf5\x59\x9a\x15\xdd\xb7\x23\x9d\x8e\x63\xc4\x36\x87\x85\xac\x0d\x59\xa8\xd9\x11\xba\x89\x89\x2c\x15\x87\x2e\x85\x47\xe5\x09\x98\xca\xc8\xd1\xf4\xac\x30\x78\xb4\x29\x4f\x23\xec\x19\x57\xc8\x06\x84\xdf\xe3\x19\x33\xb2\x22\xf5\x93\x37\xf9\x23\x59\xed\x69\xf6\x9e\xf9\xec\x37\x02\x28\x76\x47\xf4\xc1\x9c\x7c\x64\x62\x4c\x63\x81\xab\xf3\x76\xae\x5d\xd1\xa0\xc3\xfb\xd8\x0b\x25\xaf\x6c\x9a\xc2\x59\x7e\x76\xa3\x09\xec\xc3\x94\xfa\x9e\xab\xd1\xae\xfe\x35\x8a\x8f\x1c\x7c\x40\x81\x6c\x37\xe7\x44\xe0\xbe\xca\x76\xae\x25\xed\xba\xd8\x83\x8b\xa6\xc7\x08\xff\x70\x1b\x42\xcd\x53\x95\xb1\xeb\xc2\x2f\x71\xdf\xc5\x3e\x61\x97\x44\x1c\x8e\xbb\xc9\x31\x0b\xba\x1b\xff\x24\xde\xcd\xf7\x75\x82\x4d\x12\x9a\xe4\x99\x58\xc1\x0f\x73\x23\x27\x75\x64\x8e\xc1\xdb\x92\x5f\x0a\xa5\x10\x54\x2a\x27\xdf\x07\xc8\xe6\xad\x23\xd5\x4d\xc5\x25\x5e\xf2\x34\x18\xec\x49\x39\xec\x95\xae\x62\xa5\x92\xbc\x4b\xe5\x1a\xfc\x3c\x72\x5b\x43\x3c\x3f\xc6\xd7\xb9\x42\x87\x9f\x4b\x59\x5b\x94\xc3\x67\x05\x0c\x67\xa9\xf8\x89\x41\x9b\x93\x9a\xf9\x93\x0c\x79\xf4\x64\x5a\x79\x18\x9f\xe9\x9f\xde\xc8\x72\x08\x74\xcf\xe8\x8e\xe9\x26\x8f\x65\x3e\x8d\x13\x12\x1c\x04\xdf\x13\x5f\xbb\xb2\xb2\x37\xf1\x91\xb0\x41\xa1\x5b\xe6\x49\xd0\x8c\xa0\xd0\x7d\xfb\x7c\x41\x36\x1b\x1b\x32\x96\x98\x63\x89\xcb\x55\x47\xe4\x7a\xe0\x7b\x3a\x3e\xe5\xad\x26\xfc\xdb\xf2\x30\x2f\x91\xb4\xbb\x2e\x2c\xcf\xd5\x43\x56\xe6\x94\x77\xdc\x2b\x58\x94\x9b\xfb\x99\x3c\x9c\xb9\x94\xfb\x8d\x32\x9f\x00\xc8\x73\x09\xbc\xc7\x1a\xcd\xb7\xa1\x4f\x32\x62\x0b\x40\xcc\x19\x7f\xb9\x88\x17\xf9\xcd\x2b\xae\x68\x6d\xf4\x35\x1c\xa1\x48\x14\x37\x8b\xa2\x14\x07\x27\x6b\x38\x61\x8b\xee\xa0\x24\x8b\xcf\xc5\x4a\x74\xcd\xe4\x4c\x49\xb5\x2b\x6d\x78\x45\xa9\x02\xe3\xd4\xab\x27\x59\x8f\xf9\xad\x04\x49\x42\xdd\x4e\x36\xc3\x25\xe9\xee\x0f\x6a\x1a\x25\x81\x38\x94\x84\x2e\x31\x27\xac\xcb\x07\x97\x7e\x20\xed\x4d\xcf\x90\x18\x79\x5f\x8e\xab\x90\xd4\x53\xdc\x22\xc8\xd2\xd6\x40\x6a\x90\xb8\x2c\x91\x5e\xee\x67\x5d\xde\xcf\xac\xf1\xd8\x56\x09\x8d\x5c\x74\xbb\x57\x95\xce\xd9\xe7\x32\x51\x71\xda\x25\xf1\x94\xba\xda\x16\x7e\x67\x66\x53\x8d\x26\x82\x39\xfa\xa4\xe6\x22\xe2\x5b\xff\xed\xda\x54\xa4\x50\x35\x54\x5b\x88\xfc\xa5\xd8\x5b\x3b\x80\x4a\x93\x25\xd7\xe6\xa1\xe9\x55\x57\x6a\xc9\xae\x71\x25\x77\x6b\x51\x6e\xb2\xdc\x15\xb5\x7e\x38\xcb\xd4\xa1\xda\x0b\xa4\x71\xee\x86\x3a\x12\x39\x87\x79\xbe\xde\x95\x22\xa7\x3e\x69\x80\x05\xbe\x26\xab\x1b\x4b\xe9\x17\x08\x39\x4d\x25\xe1\xa6\xa8\xec\xc6\x28\xe7\xf0\xd3\x3a\x4d\xe5\xd0\xcc\xb9\x95\xcd\x05\xd0\xdf\xe3\xb7\x5b\xb4\x61\xf8\xa1\xa0\x16\x39\x4c\xd1\xfb\xa8\xe5\x94\x0b\xa0\xe3\x6e\xcb\x98\x8b\x77\xab\xb4\xa5\xcf\x65\xa6\x41\xb7\x25\x07\x5e\x56\x51\xd9\xc2\x44\x24\x8b\x57\xb4\x24\xa1\xf5\xb3\x9b\x5a\xa6\xdd\x20\xc9\x66\xad\xfe\xb8\xb7\xd1\x79\xad\x37\x3c\x9d\x43\xcc\xdb\x96\x7d\x54\xfe\x63\xf2\xf7\xfe\x3f\xbc\x74\xdb\x5f\x06\x15\xbb\x5b\x29\x52\xc1\x7f\x4f\xf1\xdb\x6f\x42\x52\xe7\xfb\x94\x2f\x20\xd7\x26\xd3\x3b\x42\x21\x7f\x47\x28\x1d\xcf\x9d\x8c\xfa\xc1\x9d\x24\x27\xba\xea\x47\xe7\x41\xa7\x5e\xc5\xdb\x8e\xaf\xce\xab\x9b\xee\x74\xdc\x72\x96\xd4\x02\x3b\xce\x43\xa9\x65\x2b\x3b\x6e\xc0\xda\x0a\x37\x75\xae\x81\x7f\x14\x40\x3a\xb9\xe8\xf0\x84\x77\x5d\xeb\xdd\xc1\x6c\x5a\x57\x15\x91\x1b\x3c\xa4\xba\xe4\xf5\xdd\xaf\xa6\xe7\x04\x25\x0f\xff\xa5\xc7\x1c\x74\xe6\x34\xbb\x17\xe8\x68\xba\x40\xe8\x23\x3a\xca\xa6\x7d\xfa\x4e\x39\xaa\xc7\xa8\x6a\x27\xc7\xf9\xc1\x68\x75\xbf\xe3\xe5\xde\x34\xf5\x80\xe3\xaf\x8e\xcf\x6a\x21\xd8\xac\xed\x90\x9a\x04\x0e\x6b\x44\xaa\xa1\xe0\x4f\x55\x4c\x35\x10\x92\x5f\xca\x57\xa3\x9c\x5e\xe7\xdb\xab\x33\xa0\xef\x32\x56\xf5\xaf\x44\x5c\x8e\xbf\xdb\x5f\xec\x7a\x39\x92\x37\xb0\x19\x77\x89\x46\x1b\x5c\xf4\xc8\x20\xef\x1f\x0e\xb2\x3f\x7c\xe6\xc4\x88\xa9\xfd\xfc\xd2\x81\x51\x0b\x87\x8c\x59\xf1\xe8\xbc\xc3\xdc\x44\xdc\xd8\x6e\x87\xd1\xe1\xaa\xb1\x08\x87\x4e\xf5\xd4\x58\x93\x43\x8b\x6a\x76\x2c\xd3\xe1\x44\xbb\xd1\x18\xcb\xe1\x51\x73\xc5\x18\x1a\xa4\x5b\x27\x1b\x03\x81\xb2\xcb\x5f\x8c\x19\x80\x3e\x89\x41\x63\xae\xe0\xb2\x9c\xf1\xb1\x2c\xa7\x68\xfe\xe3\xf1\x4d\xb0\x73\x71\x81\xe3\x7b\x51\x8e\xe1\x8a\xf1\x67\xee\x9e\x54\x9b\x43\x43\x8d\xad\x65\x1b\x8f\xbc\x6e\xda\x2a\x3a\x7b\x8c\xd5\x7c\x33\xeb\x81\x5e\x5d\xeb\xa3\x94\xab\xfa\xc9\x0a\x5a\x6c\xf5\x71\x4a\xc7\xda\xc8\x75\x06\xe0\xae\xa7\xc1\x87\x0d\x07\x7a\x72\x7d\x2f\x1b\x15\xa8\xb7\x10\xb9\x26\x9c\x01\x1d\xb7\xcd\x66\xc6\x43\x47\x10\x06\x96\x65\x43\x97\x9d\x38\x56\xf5\xa3\x7b\x40\x25\x40\x97\x91\x65\xbb\x8f\xa0\xf6\xd1\xe3\xd6\x1c\x48\xdb\xa8\xdc\x62\x3d\x94\x3c\x46\x35\xc9\x32\x38\x52\x35\x5d\xa5\x67\x74\xab\xba\x47\x0c\x37\x51\xd4\xc2\x73\x37\x99\x61\xeb\x4e\xa5\x5d\x32\x77\x6f\xcc\xe2\xf9\x58\xd8\x37\x1b\xb1\x3f\x58\xc6\xb6\xce\x31\x8a\xac\x6e\x28\x2a\x29\x8b\x36\xde\x1d\xa1\x1e\x10\x3b\x74\xd7\x25\xb7\xc7\xf6\x53\xdd\x17\x11\x12\xd0\xaf\x5e\x8e\x53\x3c\xe4\x66\x5f\x03\xe8\x33\xb4\x4a\xdd\x03\xec\x87\x83\xfa\xeb\x6d\x42\x91\x23\x03\x5c\xcb\x55\xae\xfb\x07\x81\xa6\x42\xb3\xe7\x92\x8d\x75\x3f\xad\x74\x24\x13\xd2\x43\x36\x62\xe9\x93\x02\xa1\x5d\x52\xb9\x44\x70\x10\xf8\xab\xf2\xdf\xa4\x16\x87\x1d\x35\x5c\x8e\x19\x08\x56\x6f\xcc\x7c\xed\x98\xdc\x38\x43\x25\x43\xe8\xcd\x37\xbc\x1d\x9c\x77\xb5\x89\x70\xc6\x30\x46\xfb\x1e\xf4\x5a\x78\x63\x87\x1d\xb4\x05\x75\xac\xf3\x31\xd8\xd8\x75\x49\x85\xb4\x3f\xe9\xee\xd1\x9d\x60\x1b\x86\x53\xf4\x64\x58\xad\x26\xdc\xe9\xcd\x36\xcb\xb2\xf3\x13\xa1\x64\x61\x0e\x12\x91\xba\x92\x0d\x9e\x29\xd4\x2e\x1e\x77\x92\x17\x5d\x11\xbe\x85\xc6\x89\xcf\xf1\x8d\x5d\xf6\x48\x6c\xe2\x14\xf0\x9c\xb2\xbb\xac\xbd\x88\xab\x95\xf3\xf4\x4d\x28\x5c\xcd\x6d\x3f\xaa\xeb\x9e\xfa\x4f\xa4\x8d\x6e\xc7\x65\x6f\xdc\x2c\xb1\xae\x2d\xd9\x88\x2d\xf8\x90\xb6\x1e\xc8\x17\x62\xb3\xa2\x04\x14\xed\x71\x5b\x69\x64\xf7\xd6\x7b\x63\x47\x95\x75\xb4\x0f\xa1\xf3\x8b\x79\x87\x13\x32\x5b\xaf\x75\xc1\x65\x7d\x36\xb6\x6e\x2f\x12\x93\x2d\x97\x0e\xb9\x1e\x15\xc6\x89\x1c\xdd\x82\x73\x5e\x08\xe4\xee\xef\xf3\x31\x49\x83\x38\x4b\xd1\xa3\x98\x06\x3c\x47\xbc\x85\xd9\x48\x68\x91\xec\xa1\x7e\x24\xa1\xcb\x1b\xc9\xc7\x3d\x57\x54\x9d\xc5\x83\xbd\xd7\xd7\xe9\xa2\x6f\xfb\x98\x36\xfc\x81\xf9\xfb\x69\x35\x79\x80\xa3\x28\xdf\x5a\x7c\xec\x17\x02\x6e\xb6\x1d\xb4\x3d\x10\xf8\x59\x7e\xdf\x52\x03\x7d\x3d\x35\x42\x79\xc3\xbd\x29\x35\xbb\x09\x85\xef\x4c\xfd\x58\xf5\x8c\x54\xcd\x67\x96\x24\x7a\xbe\x4b\xcb\xcc\xfd\x40\xde\xf5\x1f\x31\x7d\x1c\x04\x3f\x78\x0c\x5f\x9f\x9c\x0d\xec\x58\xbf\x9c\x7c\x24\x63\x99\x72\xb7\x50\xe8\x1f\x18\x50\x5c\x62\xec\x59\x1a\x68\x2e\x1d\xc3\x42\x68\x37\x2a\x81\xc8\xfb\xc1\x8a\x1a\x2b\xe7\x60\x46\x5a\xdd\x1c\xe8\x5d\x68\x48\xe3\x0e\xbb\xab\x61\x06\x4d\xdb\xad\x7a\x3c\x5d\x63\xcb\x7b\x58\xe4\xf9\xd8\xb7\xf2\xcf\x14\x9b\x38\xf7\x86\xa9\x80\x82\x78\x44\x85\x69\xe0\x22\x0f\x5b\x54\x15\x64\x9d\xb8\x52\xb8\x2d\x38\x3e\x79\x55\x2a\x9d\x1e\xcf\xdf\x17\xeb\xc7\x68\xcd\x88\x8a\x90\x87\x2c\x65\xcd\x04\x1b\x32\xb7\xe5\xfa\xf9\x6d\x09\x53\x16\x7c\x22\x81\x22\x08\xc5\x72\x37\xb7\xc8\x41\x09\x18\xb1\x9a\x6d\x5f\xee\x0e\x79\x1c\xb5\x58\xb5\xdd\xc1\x35\xa6\xb0\xa6\xc1\x26\x2d\xb0\x24\x82\x33\xb8\x85\xbe\x3f\xd2\xa6\x2b\x25\xd4\x37\xf2\x51\x2b\x36\xec\x2e\xeb\x54\xed\xe7\x88\xcc\xa8\xc3\xd2\x80\xc8\xf7\xd1\x77\x0a\xa6\x58\xbf\x38\xb7\x05\xd6\xec\xf1\xb8\xca\x24\x42\x54\x43\x82\x3a\x86\x16\x7d\x21\x45\x87\xf9\x85\xe3\x95\x96\x14\xd8\xcb\x0d\x17\x20\xc9\x8f\x62\x47\x84\x4b\x84\xc3\x71\x9f\xf3\xe7\x5d\x19\x3c\x5e\x11\xd5\x65\x77\xc2\xb7\x92\x32\x30\x32\x89\x2a\x2d\xb7\xbb\xc6\xda\x16\x34\x39\xf6\x2a\xba\x3b\xf8\x61\xdf\x5f\x2e\x8e\x7e\x56\x79\x36\xae\x8e\xd1\xdd\x74\x39\xfe\x79\xe8\x86\xea\x72\xde\x73\x66\x79\xa9\x79\x42\x4d\xf8\x74\x9e\x57\x62\x08\x6b\x55\x7a\x71\x92\x4e\x74\x24\x0f\x92\x74\x8e\xab\x64\x47\x25\xcf\xf3\x74\x42\x60\xa9\x80\xa4\xaa\x00\x27\x3e\x83\xef\xe4\x75\x26\xed\x4c\x46\x15\x2e\x3a\xbd\x2e\xfb\x0e\xaa\x39\xe3\x56\x5e\x3d\xd4\x48\x40\x2b\xb4\x07\xad\x4a\xc4\xf8\xe6\xcc\x84\xa5\xd8\xfb\x5d\x1b\x6e\x49\x3b\xec\xff\x4f\x8f\x65\xfa\x62\xc0\x3e\x45\x4c\x66\x32\xf5\x48\x63\x51\xe6\xdf\xc0\xf3\x95\x44\x41\x73\x10\x5f\x7c\x48\x70\x9f\xb1\x46\xf8\x3c\x8b\x14\xda\x97\x3a\x97\xf5\x30\x42\x3f\x16\x96\x7d\x83\x3d\x1c\x31\x2c\xbc\xc0\xb1\x09\x1e\xce\x79\x1a\x77\x99\xa2\x91\x07\x49\x4c\xf4\x68\xcd\x17\xa5\x12\xdd\xf3\x0b\x70\x19\x4d\x08\xb5\xc8\x3c\x7b\x18\x22\xcf\x96\x11\x7f\x2e\xb8\xe6\xfc\xf6\x50\x4e\xec\xc8\x5f\xe3\xb5\x72\xc0\xa2\x60\xc8\x1b\xda\x55\x2e\x9a\x23\x07\xb4\x1d\x2d\x1c\xf5\x11\xd7\xc7\x17\x69\xfb\xe9\x96\x07\x15\x89\x29\xf7\x8a\x56\x14\x9d\xa2\x4a\xb3\xf0\xc5\x80\xa0\x81\xa4\xce\x62\x46\xc8\xde\x98\x9d\xe2\x98\xb0\x4b\xcc\x47\x25\xed\xac\x70\xda\xaa\xd2\xbf\x31\x07\x7d\x66\xa5\x7e\xb1\x72\x22\xa7\xcc\x31\x71\x2d\x06\x54\x7e\x20\x75\x12\x56\x25\xfe\xea\x5e\xb9\x3c\x2f\xd9\x84\x2d\x9a\xa6\x49\xfd\x71\x89\x23\xa0\xb2\x2b\xf8\xba\xbe\x2d\xe5\xa7\x09\x67\x3b\x34\x2b\x2a\x89\x6f\x9b\x3f\x55\xee\xf5\xb0\xae\x0d\xad\xc4\x79\xaa\xa4\xec\xca\x2c\xef\xdc\x82\xd9\x4a\x95\xaf\x46\xa6\x45\xd5\x36\xff\x93\xbc\x17\x55\xb5\xb4\x6c\xb6\x61\xb5\x8c\xe1\x14\x72\xb8\xe6\x26\xf3\x66\x40\x4a\x1d\x3b\x32\xd3\xdb\xbd\xa1\x28\xaa\x09\xbf\xa2\x11\x14\xfb\x0b\xf9\xb9\x1a\x88\xde\x77\x06\x5b\xdb\xe0\xea\x33\x17\x57\xaf\x89\x31\x1e\x4f\x6c\x38\x88\x79\x39\xb8\xaf\x11\xec\x36\xdc\xdd\xd9\x38\xe8\x1e\xa3\xb8\x24\xc3\x62\x41\xb2\xa7\xb2\x6a\x1c\xbe\xda\x5e\x76\x1e\x5f\x5a\xea\x26\xbb\x45\x6c\xca\xb3\x95\xfd\xf1\xdc\x99\x36\xdc\xc4\xf7\xc1\xc5\x25\x36\x83\xfc\x03\x22\xc6\x5b\x88\xb4\x23\xc1\xc4\x56\x0e\x63\xbb\xdf\x19\xf9\x21\xe6\x2b\x0f\x4a\x7b\x2d\x6b\xb3\xdb\xf6\xe6\xf5\xf0\xbb\x67\x14\x2d\x3f\x11\x97\x4e\x88\xda\x92\x91\xe2\xc9\x16\x39\x1c\xa5\x35\x7c\x5e\x71\x00\xd5\xd0\xf7\x5e\xd1\x89\xb6\xe8\x1c\x54\xbc\x43\x2f\xb5\xe9\xb7\x23\x5d\xa3\x1a\x92\xda\x79\x18\x4e\xc5\xe7\xf6\x29\x37\xa1\x98\xd1\xfe\x15\x5b\x24\x9c\x51\xba\x12\x74\x52\xde\x2a\x6f\x7a\x1e\xe5\x7c\xec\xe8\xf7\x19\x0c\x8b\xe8\xd2\xf4\xaf\x0b\x5c\x50\xc5\xd0\xfe\x25\xdf\xe9\x49\x0b\x01\xe2\xc3\x3a\xb6\xc0\x56\x9d\xdd\xd0\xd9\x00\xeb\x5d\xf8\xab\xd2\x76\x41\x4c\xfb\xa9\xce\xb9\x34\x8e\x3e\xee\x2e\x70\xf9\x3b\xc0\xeb\xf1\x80\x87\xf7\x68\xf4\x44\xc0\x5f\xb6\x4f\xf7\x88\x11\x9c\x66\x4e\xcf\x02\xf2\x58\xed\x64\xef\x46\x94\x56\x99\xb8\xd7\x17\x0d\x29\x7c\xd6\x5b\x8f\xb1\xcd\x4a\xed\xd3\x76\xff\x93\xd4\xd4\x37\x43\x30\x8f\xce\x52\x37\x78\x65\x85\xae\x1b\x58\xeb\xdb\x17\x00\x1e\x5a\x4b\x75\xf5\xe8\xee\x9b\x71\xfa\xe7\x6c\x4c\xbf\xa6\x93\x6c\xc9\x77\x20\xd5\xd9\x63\x36\x65\x30\xd6\xf9\xc4\xc4\x3f\x43\x3a\xd0\x8d\x43\x1f\x86\xe6\xa1\x5e\x7d\x53\xc3\xc7\xa0\x5d\x5d\x47\x87\xc1\xb0\x9d\xf2\x3d\xc3\x54\x58\xa6\x6c\xcd\x70\xb6\x8b\x5e\x35\x72\x78\xc0\xe5\x8e\xc4\x6f\xf8\x35\x02\x56\x40\x1d\x39\x8e\x82\x67\xe2\x47\x1a\x31\xae\x09\x95\xa3\x18\x6c\x23\x3b\x69\xcc\x92\x54\x43\xaf\x1d\xff\x44\x5e\xe5\xfb\x79\xf4\xbe\x23\xf9\x5c\xea\xd8\x53\xf0\xda\xe5\x97\x13\x86\xe0\xe1\x79\xf1\x24\x15\x42\x99\x62\x4e\x3e\x81\xa4\x8c\xfa\x4d\xb1\x21\xb2\x01\xe4\xd4\x27\xc8\x62\x8f\xf9\xf4\x51\x27\x0d\x25\x73\x9a\xe2\x04\x6e\xa9\x98\x8e\x72\xaa\xaf\x17\x4d\x0b\x9c\xb5\x2b\xde\x4f\x17\x38\xb7\x94\xc0\xa7\xef\xc3\x9c\xf3\x74\x66\x8e\xc2\x6d\xd2\xd9\xb3\xc6\x48\x35\xaf\x7e\x16\x80\xf9\x1e\xa9\x9a\x9d\xc6\x2f\xd3\xae\x1a\x30\xda\x9e\x56\xf3\x8c\x52\x14\x6b\x4b\xde\x18\x4f\xb6\x77\xe6\x9d\x30\xe9\xe9\x88\xcd\xe8\x30\x0d\xe8\xba\x90\x18\x6a\x7a\xbd\xc7\x31\x46\xcf\x2c\xa7\xaf\x8e\x99\x6d\x46\x1f\xe0\x50\xaf\x99\x9b\x0d\x75\x78\x67\x59\x18\x8e\xe4\xe2\x72\xad\x36\x8c\x61\xd0\xe7\x6c\x73\xc7\xea\x60\xf5\x76\xcb\x13\x7e\xe0\x6a\x47\xfd\x89\x35\xf6\xb7\x9d\xbc\x26\xfc\x6d\xf1\x30\x9d\x89\x59\xcb\x7b\xf0\xc5\x49\x6d\x33\xa2\xb9\x49\xa3\x5b\xfd\x4a\xcb\x06\x99\x7d\xd9\x11\x6b\x55\x53\xb8\x48\x65\x7b\xa8\x45\x2b\x8b\x67\x07\x6a\x33\x4a\xb1\x07\xae\x51\xf4\xc5\x6a\x00\x5f\x74\x58\x46\x38\xd8\x5f\xea\xea\xa1\xbd\x73\xf8\xd4\xb3\xd1\x07\x00\x5a\xe8\xfd\x8a\x27\x81\x7f\xa8\x95\xae\x40\x67\x9d\x81\x3d\x2e\x6b\x60\x99\x83\x56\x90\x55\x08\xf8\xd0\x36\x87\x21\xd4\xa3\xa1\x7f\xed\x3c\x30\x94\x61\xbe\xd5\x23\xf7\xe1\x11\x2d\x73\x4f\x5b\xeb\xaa\xb3\x4d\x03\xf6\xc2\xea\xa8\xca\x51\x47\x66\xcd\x16\xf1\x7a\xc8\xae\xda\xbb\x39\x22\xa7\xf2\xfa\x1b\x69\x9a\xce\x39\x32\x52\xfc\x29\x68\x52\xf3\x30\x3b\x0e\xd6\xd8\xa6\x45\xff\xed\xf2\x46\x51\x42\x39\x82\x80\x2b\xdf\x90\xf2\x50\x07\xbb\x0e\xb8\x85\xbb\xfa\xab\x7e\x20\x0e\xb9\xe5\xf6\xc4\x43\xbe\x61\xbf\xf7\x56\x82\x06\x08\xc8\xbe\x06\x20\x95\xc4\x53\x57\x59\xff\xf6\xec\xee\xcf\xb6\xf0\x73\x7c\x2b\xe1\xb4\x8a\x9d\xfd\x24\x3d\xb5\x89\x2e\xe3\xd2\xd5\x92\x0b\x48\x78\xd9\xf1\x02\x07\xb4\x66\xf9\x8f\x4c\x95\x6b\x48\x15\x28\xc9\x12\xc3\xac\xe9\x8a\x79\xe0\x16\x5e\x6f\xc7\x1c\x70\x4f\x68\xac\xa0\x3a\xe0\x7c\x9b\x79\xde\x31\xf8\x3f\xad\xdf\x70\x52\xd2\x0e\x05\x11\xcd\xf5\x3c\xa0\x44\xc1\xf6\x7a\xdb\x75\x7c\x06\x93\x7c\x82\xba\x22\xed\xcf\xf9\xa5\xa9\x26\x6d\x31\xfe\x67\x7a\xb4\x2d\x9d\xe1\x21\xa2\xe2\xf6\xfb\x68\x94\xa8\xa6\x71\xc1\xad\x5b\xf4\xb8\xd2\x14\xf7\xb5\x10\x5e\xdc\x48\xb8\x5e\xf4\x48\xf8\x9e\x94\x26\x56\xf3\x41\x1e\xd7\x4b\xbf\xc5\x75\x78\xad\x2b\x4b\x66\x59\x78\x9b\x55\x5a\xd2\xfd\xc8\xb5\x35\x07\xfc\xde\xfa\x7a\xd4\x1f\x23\x7d\xa0\x1c\x97\xad\x72\x7b\x18\xa0\xd1\x5c\x88\x38\x41\xbd\xd2\xda\xeb\x24\xa2\x29\xe4\x39\xa0\xf1\xe0\xac\x76\x33\xbb\x5f\x8c\x72\xe5\x55\xab\x6e\x2c\x35\xfb\x1f\x95\x3f\xd1\x34\x5b\xbf\xb5\xcb\x73\x32\x1b\x51\x67\x41\x7e\x9f\x9d\x2f\x55\xfb\x49\x84\x6e\x22\x63\x7f\x6a\xce\xa4\xa0\x2a\x40\x9d\xaf\x95\xb4\x4c\x5d\x10\x29\x63\x9e\x05\x7e\x2a\x8e\x08\x73\x0d\x02\x96\x6a\x05\xbe\x0e\x3e\x5b\x56\xe4\x73\x94\xc1\xae\x9c\x26\xa0\x42\x37\xd7\xbc\x71\x9d\x63\x5e\xa8\x57\xba\x24\x84\x8b\x1a\x3f\x81\xff\x44\x1a\x35\xaf\xb7\x7f\xc6\x7a\xdf\xba\xd2\x26\x86\x0c\x49\xdd\xa7\x4e\xa7\x68\xa4\xe2\x95\x93\xd4\xf2\xd4\x8c\xa6\xec\xa0\xce\xd4\x73\x55\x3f\x19\x89\x7c\x50\x49\x50\xe8\xee\x34\x76\xee\x33\x66\xf6\x7f\xc4\x0c\x9b\x16\x5c\xe0\x0d\x86\xbf\x13\xf6\x46\x69\x45\xea\xe6\x4d\x85\x34\xb2\x02\x45\x5d\x01\xf8\x28\x2d\xb1\x96\x57\x5e\xb4\x5c\x12\x86\xdb\x1e\xf3\xa5\x7c\x11\xf5\x80\x9b\x5c\x55\x09\x1d\x8b\xdb\x55\xab\xeb\x18\x19\x7f\xb5\x3e\xdb\x2e\x21\x38\x85\xfb\x68\xb8\x37\xd4\x3b\xd6\xa3\xfb\x53\xf8\x44\x6c\xbf\xbc\x9f\xf5\x28\xee\x68\x03\x3d\x7a\x6d\x3c\xb0\xfc\x4b\xcc\x17\x9e\x7f\x51\x3e\xe7\x79\xe2\x26\xe1\x16\xee\xd5\xe4\x0d\xa9\x29\xb1\x6f\xf8\x6b\x63\x87\xe3\x21\x19\xc7\x22\x61\xbc\xcc\x2c\x4a\xf0\xef\x84\x89\x9c\x0a\x8a\x46\xd2\xbe\xfc\x07\x1e\x0e\xc9\x39\x45\x38\x77\xcd\x94\xe7\x25\x63\x88\x07\x7c\x2f\x69\x8b\xd3\xfd\xb4\xb9\x8a\x78\x07\xe3\xa8\x9a\xf0\xdf\x93\x49\xdc\x23\x11\xaa\x81\xb4\x78\xbb\x48\x6c\xd7\xa6\x84\xcb\x91\xdf\x5a\x6e\x26\xbd\x61\xbd\xac\xcd\x49\x49\x8c\x02\x49\xd7\xa7\x4e\xc4\xac\x28\x10\xf1\xcb\xb8\xdb\x05\x36\x69\x6e\x71\x0b\x49\xa9\xe9\x36\x09\xe7\x62\xfa\x32\x3c\x53\x36\x87\xa5\x67\xce\xa4\x01\x69\x49\x59\xab\x32\xf3\x7d\x9e\x65\x7b\x67\x4f\x11\x31\x42\x46\x5e\x2c\x86\x94\x23\x29\xdc\xe4\xf2\x29\x6f\xa3\x38\x19\x5c\x95\x8c\xa7\x35\xce\x55\xf2\x3b\x82\xbe\x8e\x2e\x64\x2c\xd2\x0d\xfa\x62\xb2\xb6\x31\xac\x94\x01\xc2\x2d\x21\x7a\x4d\xd8\x1c\x97\x50\x41\xf5\xc1\x5c\x32\xf3\x53\xc9\xd3\xbc\xed\x11\x7b\xf3\x4c\xf3\x1e\xb0\x68\xe9\x92\x7c\x65\x74\x15\x4f\x50\x10\xc2\x1d\x62\xdf\x10\x45\xc7\xff\x0d\x79\x57\xb8\x90\xa4\x4b\x35\x2a\xb6\x4f\x6d\xf1\x7e\x26\x5e\xce\x58\x8d\x17\x95\xb8\x65\xaf\x43\xa7\x97\x1a\xe5\xde\x83\x0a\x73\x2a\x7c\xbe\x2f\x8d\xe5\x4b\xfc\x48\x93\x3f\x45\x2f\x29\x92\xa1\xa3\xc5\x66\xfe\xa7\xba\x79\xe2\xb2\x80\x5b\xf2\xa2\x92\xbf\xd4\xf7\x0d\x29\xa5\xd3\xb4\xec\x8a\x4e\x49\x5d\xf0\x86\xe2\x65\xc9\x17\x46\x89\x50\x2d\xe5\x33\xcd\x52\x27\xcb\x4c\x23\x78\xb1\xc2\x72\x34\xfb\x6c\xa4\x51\x45\x14\x67\x27\x3d\xb2\x72\x28\xce\x97\x72\xab\x1a\x98\x70\xd9\x33\xa5\xa6\x2b\xa5\x10\x7b\xb8\xb6\x2e\xfd\x05\xa2\x58\x02\x20\x1d\x38\x5d\x52\x26\xf4\xe0\xcf\xbe\xa8\x88\xf4\x9c\x1e\x43\x55\xd9\x7b\xaf\xe8\xd7\xa8\xee\x25\x1b\x74\x76\xd6\x4c\xf8\x80\x5b\xad\x6b\xdb\x7d\xa3\xeb\x72\xeb\xa0\x7e\x8f\xca\xda\xeb\x5e\xf9\x37\x17\x86\xd7\x47\x04\x42\xb2\xfe\xa9\x5f\x0c\x76\x4d\x5a\x6e\x88\x0e\xa9\x8c\xe1\x35\x0a\xc3\x37\x85\xf1\x65\x0f\x59\xee\xb4\x47\xcd\x9d\xd1\x9d\xbe\x9c\x56\x97\x58\x10\x71\xb1\x2d\x2e\xa1\xc9\x75\xa1\x76\xc0\x1d\x75\x6e\xb0\x61\x1f\x36\x71\x81\x24\x5b\x85\x6b\x98\xe4\x35\x05\xe1\xa7\x86\xc6\x9b\xaf\x13\xb7\xf6\x3c\x6f\x19\x20\x1d\x6e\x7f\xdc\x9a\xeb\x61\xdc\x34\xd7\xb6\xd3\x33\xa2\xc6\xb1\x2d\xcf\xeb\xb4\x44\xd0\xf6\x9e\x3c\x9c\xff\x4c\x1e\xec\xb7\x2f\xa3\x4b\xf1\x4f\x40\x03\xef\x8a\xe2\x71\x90\x11\xbb\x48\xb9\x92\xb1\x14\x32\xd8\x11\x1b\xe6\x40\xd5\xec\xea\x8a\xfc\xee\x1d\xd4\x53\x1d\x9d\x87\x83\xb5\x86\xa2\xdf\x9e\x9f\x93\xd7\x62\xd6\x2c\x59\xb7\xe7\x61\x6e\x4d\x3f\x50\xaa\xdd\x8a\x47\xcb\x3b\x6e\xb8\x13\xfa\x89\x9d\xb7\xb1\x7b\xba\x2e\x76\x25\x61\xaf\xc8\x57\xab\x2c\x70\xf5\x8d\x47\x55\x2d\xf8\xcb\x95\xe3\xdd\x7b\x88\x06\x25\xa4\x6e\x86\x07\x38\xd7\xb3\xfb\xb2\x57\x75\xda\xa1\x9e\x72\x5f\x72\x5c\x40\xef\x40\x80\x75\xa4\x96\x7a\x33\xed\x76\xf0\xc5\xfe\x64\xc6\xa2\xdf\xf3\xc1\xe2\xb0\x6f\x24\x72\x97\x02\x79\xe0\x82\x41\x77\x15\xf2\xcd\xb2\xa0\x17\x81\xca\x9b\x7d\xde\x97\x87\x3e\x38\x7e\x57\x9d\x8c\xee\x1f\xd2\xed\xe7\xba\x62\x7b\xdd\xfb\x7f\xba\xbe\x52\xfe\x1e\x88\xc1\x88\x5b\x04\x03\x6f\xdc\xdc\xeb\x4e\x0d\x52\xdd\x1d\xcb\xcb\x06\x6f\x61\xdd\x8b\x0d\x86\x0e\xe0\x5d\xb3\x5f\x0f\x65\x11\xff\xa6\x74\x0d\x07\x7b\x89\xb8\x3b\x46\x24\xbe\x53\x61\xcb\x63\x36\x01\xc9\x81\xef\x26\x60\x41\x7f\xbc\x73\x07\x86\x5d\x76\x9d\x7f\x32\x84\x77\xb9\x74\x72\x66\xf8\x01\x3c\x7f\xfe\xde\xa8\x2f\xc2\x69\xca\x68\x4c\x07\xd1\x36\xd2\x3f\xf6\x00\xb9\xad\xdf\x62\x5c\x8c\x14\xa8\x32\xc7\x5f\xa1\xd6\x2a\xf0\x13\x1e\x28\x71\xd3\x9e\x89\x1e\x34\xb0\x86\x3e\xb9\x09\xfd\x4d\xca\x9c\xa4\x63\x2c\x44\x03\x93\xb5\xee\x36\x82\xe5\x29\x1d\xdc\x89\x24\xdf\xe9\xf5\xc4\x1f\xd1\xa7\x67\xe0\xde\xb5\xa1\x94\xb9\xad\x7e\xa7\xfd\x0b\xc6\x7f\x3b\x15\x5c\xf0\x99\xec\x77\xce\x3d\xb5\x30\x4d\x82\x46\x2c\x88\x67\x37\x41\xff\xcc\x54\xcd\xad\x82\xe9\x8f\x27\xcd\x75\xc3\x48\x43\x36\xf3\xbe\xb0\xac\xde\x67\xf3\x57\x61\xe7\x3b\x4d\x4f\xa4\xb8\xac\x6d\xf3\x39\x51\xe1\xd2\xd4\x68\x76\xe2\x39\x1c\x58\xc5\x5a\x00\xc1\x1f\x94\x96\x2c\xbc\x45\xae\x2d\x00\x2c\x3a\xa2\x3e\x65\xa6\x2c\xad\xc2\x74\x25\x66\x2e\xad\xc2\x55\xb3\xab\x97\xee\x79\x34\xd1\xd7\x5a\xee\xeb\xec\x6c\x48\xb4\xca\x53\xad\x2f\xff\x62\xdd\xdc\x9d\x5b\xd4\x64\x83\xe9\x25\x09\x73\x6c\xaa\xd4\x8e\xfc\x08\x9b\xd7\x03\x41\xf1\x64\x5b\x93\xa1\x44\xf6\x11\xdb\xb0\x91\x2b\x8c\x02\xdb\x23\xe3\x14\xff\x35\xb6\x7f\x26\xfa\x3c\xb2\x80\xd0\xa9\x55\xee\x08\x87\x85\x29\x05\x72\xbb\xe3\xb5\x69\x84\x53\x89\x53\xe8\xf4\x55\xd0\x38\xec\xdc\xf4\x59\xa0\x07\xa2\x6c\x46\xc3\xfa\x12\xfa\xd8\x8c\x9d\x85\xa1\xdd\x93\xb6\x9a\xa6\x3b\x0e\x38\x79\x48\xf5\x46\x47\xa2\x22\xa4\xa4\x0e\x5c\xaf\xd4\xcc\x23\x40\x0a\x3a\x6e\x65\xac\x73\x42\xa8\xa0\x09\x37\x9c\xce\xf5\x74\x46\x8f\x38\x13\xfa\x2e\x85\x2a\x9d\x67\xfb\x3f\x04\xfc\x0b\xf5\x1d\x2c\xf7\xd2\x81\x31\x86\xd7\x63\x5d\xe0\xa2\x11\x5d\x14\x12\x29\x1d\xf9\xe8\xfc\xc9\xf5\xe0\x68\x95\xe3\x43\xb7\xd1\xb1\x83\xf6\x11\x38\x83\xb1\x3a\x9b\x87\x84\x98\xf1\x23\x96\x4e\x60\x9d\xc6\x0b\x6d\xc1\xce\x76\x32\x9d\xba\x8d\x2e\xab\x65\x83\xd2\x54\x84\x41\xd3\x0b\xd1\x06\x64\x6a\xcb\x09\x41\x1b\x2a\xb6\xed\x55\x32\x1d\xad\xdf\xee\xcf\x45\xa2\xbf\x75\x8c\x87\x73\x5d\x6f\x74\x7d\xa7\x81\x30\x6f\xba\x7f\x91\x85\x6e\x77\x7b\x6b\xf0\x87\xb1\xdf\xd5\x00\x57\x3d\xfc\x97\xfe\xbd\xb0\x3f\xc4\x2f\x03\x3b\xc0\x7f\x3d\xcd\x06\x01\x0e\xd5\xde\x1e\x83\xf7\xec\xfe\xf1\x11\x0c\xc9\xad\x82\x5d\x52\xab\x59\x4a\x20\x6a\x7b\x75\x68\x63\x2d\xc6\xb8\xfa\x62\xc5\x0f\xec\xb1\x1a\x9f\x62\x36\xae\xa2\xce\x4f\x78\x19\x3f\xde\x90\xc9\x77\x25\xb4\xca\x06\xe3\x41\x44\x41\xf3\x17\xd6\x17\x52\x55\x9b\x16\xbd\xcf\xe3\xb1\xc2\x9f\x62\xe2\x65\xab\x94\x79\xac\xf0\xbe\xdc\x59\xe7\x76\xd5\xe7\xbc\x0a\x83\x28\xf3\x9b\xeb\xee\x76\xc2\xf8\xcf\xf6\x3c\x05\x9d\xa3\xb6\xf7\x69\x00\x7d\x68\x23\x6a\x2d\x6b\x1a\xc6\x49\x72\x41\xb5\x16\xb7\x45\x72\xb6\x65\x8c\xd8\x29\xb9\x54\xf3\xcd\xf3\x97\x74\x83\x84\x43\x86\x94\x1d\xcb\x7f\xe6\xa3\x2c\x7f\x92\xe9\xe9\x3b\x5f\xb5\x3d\xf1\xad\x5f\x4b\x4d\x78\xcc\x1c\x65\xb8\x6e\x9e\xf9\xc4\xff\x41\xc3\x3b\x6a\x37\xb5\xa6\x69\x89\xfc\x0f\x6d\x65\x2b\x14\xef\x1e\x34\x25\x4f\x73\x35\xa4\x27\xb7\x93\x5d\x36\x84\xd8\x2b\xdf\x83\x2f\x32\x37\x77\x26\xd9\x7f\x0a\xdf\xda\xf5\xd3\xa6\x9c\x64\x2b\x3a\xd7\xa7\xeb\xed\x22\x92\xb6\x5b\xfa\x69\x8b\x18\x8d\x75\x01\xa1\xa2\xd2\xca\x6d\xb4\x38\xd1\xfd\x62\x41\xd0\xa5\xa2\x42\xe1\x32\x7d\xab\x38\x86\xaf\xc9\x00\x96\x76\xc7\x4d\x84\x10\xcb\xd6\xb1\x04\xa1\x39\x15\xd9\xf4\xbf\xcc\x5b\xd5\xce\x94\xf6\xf0\xb8\x3a\x98\xc7\x4c\xa4\x56\xe3\x06\xf7\x6c\x56\x6b\x13\x0d\x39\x10\x65\xdb\xe2\xeb\xbc\x1c\x7d\xba\xcd\xc9\x51\x8f\x53\xa2\x30\xb1\x8b\xa5\x74\x67\x6f\x1a\xfc\x1c\xd8\x9c\xad\xd1\xf5\x95\xee\x93\x75\xbb\xb5\x34\x74\x2a\xeb\x5e\xdd\xae\x70\x69\xb6\xb3\xb4\x38\xb2\x4a\x68\x26\xd2\x62\x9d\xc9\x19\x12\x08\xd9\x3f\xf3\x7e\x25\xbd\x8f\xd6\x15\x05\x71\x62\x63\xd0\x45\x9f\xc2\x57\x72\x12\x4a\x52\x68\xed\xdc\x9f\xd2\x76\x9f\x27\x71\x19\x15\x83\xc4\x23\xf1\xef\xab\x95\x98\xf6\x84\xec\x3a\x0b\x78\x6b\x12\xa8\xc1\x17\x32\x9d\x7c\x4e\xa6\xb4\x6f\x0e\xb9\x9f\xd2\x3f\x76\x27\xfc\x56\xca\x74\xdf\x77\x76\x6a\xca\xa2\x32\x2b\xe6\x6c\xca\xd3\xa6\x6d\xb1\xcc\xd4\x94\xaa\xf6\xf8\x39\xbe\x51\x09\x9c\x77\x39\x2d\x3c\xf7\x76\xc2\xc8\x7f\xc4\x4c\xda\x2c\xe8\xe7\xbd\x4c\xf6\x14\xc6\x46\xc5\xa7\x34\xe4\x05\x87\x82\x52\xdf\x8a\x76\x52\x37\xa7\x79\x17\x9b\x7a\x03\xd3\x3b\x4a\xad\x71\xb2\x8c\x57\x65\x91\x68\xb5\x00\x5b\x69\x09\x5b\xca\xba\x51\x7d\xdf\xb1\x87\xc3\xe1\xf2\xa7\xbf\xc7\x1f\xe6\x5e\x1e\xb6\x4c\xac\x8e\xdd\xdc\x3d\x9a\x92\x13\x9b\x27\x67\xa4\xc1\xe3\xb6\x37\xac\xcd\xd8\x11\x6f\x5e\xde\x91\xa9\xe4\x31\x8b\x88\x02\x7a\xa2\x9e\x10\x90\x75\x34\xf9\x60\xaa\x38\x1b\xc4\xdf\x1c\xfb\x46\x98\x9b\xb1\x26\xb2\x23\xe7\xa6\xe0\x07\x5d\x9d\x67\x20\x7c\x4c\xb9\x97\xdf\x94\xf7\xd9\xd3\x56\xa4\x5d\xb8\xcb\xfd\x51\xe1\x61\xb1\x08\x29\x2f\xda\x23\xf9\xea\x0c\x49\xfd\x15\x1e\xb1\xb0\x36\x23\x3d\x02\x3e\xe1\x98\xd5\x11\x71\xa7\xff\x71\x4e\x44\x64\x5a\x67\x63\x5e\x2f\xcb\xb2\xc5\xb7\x20\x83\x6d\x54\xab\x29\xfa\x1c\x15\x24\x99\x2e\xda\x1b\xa3\x57\x10\x59\xf4\x84\x0b\x11\x58\x15\xd7\xc6\xdd\x49\x52\x88\x05\x09\xe7\x38\x9b\x4a\x46\x92\x2f\x87\xef\x91\x80\xf8\x7d\x41\x74\x69\x4d\xc6\x6b\xdf\x5b\x65\x7f\xb2\x8f\x90\xb0\x15\xbb\x72\x4b\xdc\x74\x2b\x0f\x89\x0c\xe0\xc6\x79\x17\x69\xfa\x27\x2f\x14\xfa\x06\xb1\x66\xdc\xc5\x9b\x83\xbb\x46\x98\xa5\xb9\xf4\xc9\x5e\xb9\x94\xcc\x18\x69\xaf\x2f\xfb\x1b\xd2\x29\xcb\xae\xd8\xcb\x5c\x59\x95\x5f\x69\x1a\xc6\x28\xc9\xa9\x7c\x18\x21\xca\xfd\x50\xa5\x60\xcd\xa4\xa7\x54\x4b\xa2\xcf\xf2\xda\x6b\x32\xb8\x63\x51\x76\xb5\xfd\xf1\xa7\x42\xc5\xf5\x66\x89\xdd\xd4\xd7\x0d\x97\x52\x8f\x90\x33\x64\xe1\xe9\xd5\x84\xb5\x4d\x98\x2c\x16\x9a\x52\xc6\xf1\x79\x7f\x6e\x7d\x25\xd0\x6f\xfd\x89\x2b\xd5\x03\x94\x5d\x13\x83\xb5\xff\xfa\x5b\x0f\x1a\xd5\x5f\x09\x40\xaa\x12\x1a\xff\xa1\x7a\xb6\xb5\xc9\xc0\x81\xe9\xf5\x27\x64\x7f\x83\x36\x57\xec\x6c\x3a\x11\xdc\x52\x6c\xdf\x6c\x15\xa2\x23\x0c\x6b\x3e\xc7\x6c\x4f\xed\x6c\x19\x8f\xb8\x14\x3b\xd6\xb6\x8e\xfd\x2e\xb2\x52\xee\xc1\x59\xcf\x58\xa5\x58\x8e\xb3\xf1\xf7\x55\x32\x12\x4e\x78\x36\x74\xbc\x4e\x91\xba\xcb\x1b\xb8\x84\x67\x17\x8f\xc8\x9e\x78\xec\x5a\x86\xb6\xc0\x3d\x07\x66\xb6\xb6\xfe\xf4\xfa\x38\x72\x5f\x5e\x4d\xde\xd3\x37\xa9\xb8\xec\x73\xb8\x83\xd7\x7e\xd7\xf7\x68\xcb\x66\xe5\xac\x1f\xa1\x36\xb9\x23\x89\xd2\x27\x5d\xe8\xb4\x0e\x88\x12\x09\x3b\x1f\x05\xce\x09\x6a\xba\xa2\x82\xcf\x27\xb5\xa9\x48\xa1\x07\x62\x26\xba\x15\xe1\x49\x61\x8f\x7b\x61\x2c\x45\x10\x4a\x8d\x8d\xd9\xef\x1b\xde\xff\x30\xf6\x3b\xe1\x9b\x62\x27\xf6\xe8\x25\x07\x25\x0b\x77\xec\xd4\xba\xce\x72\xdc\xb7\x39\xa5\x2a\x8a\xb0\x65\xfc\x44\xf7\x35\x22\x66\xf0\x70\xef\x51\x52\x52\x37\xbb\xf7\xa5\x47\xb2\x82\xdf\x37\xe7\x99\x28\x4b\x51\xd3\xbd\x86\xaa\x8f\xa8\xff\x90\xd7\x97\xaa\xfa\xb3\x7c\x3e\xe7\x9b\x0f\xec\xa5\x98\x66\x20\x06\x0f\x51\x63\x79\x27\x87\x8e\x07\x5d\x63\x7f\x1c\x16\x86\xd0\x43\x57\x8c\x42\xc2\x46\xa8\xc7\xc6\x71\xac\x2b\x5e\xec\x1e\x1e\xc6\xe6\xd2\xe9\xbe\x71\xb7\x5d\xa7\x8f\xf7\x57\xbb\xcd\x9c\xc8\x1d\x24\xbb\x73\xa6\x74\x86\x22\xb0\x7a\x23\x6b\x87\xf3\xb0\x8f\xfa\xee\x8c\x84\xe3\x1a\x3b\xe3\x47\x0f\xe1\x99\xad\xb7\x47\x1f\x10\x7c\x1b\x0c\xc6\xd8\x44\x41\xc5\xcb\xf1\x95\x24\xb5\xb8\x79\x9c\xec\xf9\x38\xe7\xc1\xf8\x75\x32\x94\xff\x6d\x72\x8d\x5f\x51\x5c\xfe\x54\x0e\x75\x43\x24\x61\x66\x73\x90\x2a\xf8\xfe\xdc\xda\x50\x88\xaf\xd6\xb0\x1a\xf9\xfd\xd2\xe8\xa8\x0a\xf5\xf6\xcc\x3f\xe3\x54\xb4\x6a\x51\x6f\x72\x9b\x2b\x77\x86\x38\xa5\x83\x59\x31\x56\x3e\xf5\x1b\x93\x3b\xf0\xef\xf4\x5b\xcc\x97\x9e\xfd\x33\x85\x6e\x69\xed\x77\x67\xad\xdc\xb7\x36\x4b\x66\xcf\xb9\x4f\xd5\x3e\x9d\x23\x63\xcb\xca\x26\xe6\xee\xe1\x86\x8a\xcc\xe7\x8f\x11\xbe\x67\x17\xce\x8f\x79\x34\xa4\x34\x9f\xf8\xd7\xfb\x05\xd7\x64\xd1\xc4\xef\x7a\x58\xf7\xf2\x5a\xea\x4b\xea\xe9\x69\xb6\x4b\xee\xe5\x2d\xb3\xb1\x70\xf1\xd9\x0d\xf3\x36\x88\x7d\x4b\x4f\x4e\x3c\x41\xf0\xe6\x9e\x2c\x92\x11\x5d\x93\x77\x97\x76\x23\x7e\x8d\x04\x2e\xdd\x44\xe2\xd5\x57\x97\x45\xc8\x21\xd5\x3f\x27\xf7\xa2\xec\xe5\xbf\x4e\x76\xa0\xce\xc8\x2e\x9c\xd2\x47\x8b\x6a\x56\x9d\xca\x77\x4d\x90\x5c\x39\xbd\x1e\x73\x55\x74\xf8\x74\x92\xfb\x65\xc1\x89\x33\x2b\xf1\x3d\x49\xf9\x67\x2e\x78\x18\x46\xbf\x3d\xfb\x97\x7c\x31\x04\xe6\xe0\xa0\x5e\xd3\x72\xd5\x51\x43\xfd\xba\xd6\xd0\x71\x74\xc0\x57\xf2\x01\x7c\x68\xf0\x5b\xc1\x08\xd8\x66\x78\x40\x10\x0f\x76\x1e\xad\x4c\x76\x05\x5b\x8f\x67\x73\x8f\x83\x35\x27\xe7\xc2\x4f\x83\xf7\x4e\x3f\x0f\xea\x74\xfc\x3b\x8b\xf0\x5d\xe5\x98\x3e\x47\xc7\x5f\x87\xb4\xcd\x4d\xb8\xe6\x3a\xaf\x9b\xe7\xba\x78\xb8\x00\xe7\x8f\x40\x1c\x91\x87\xe7\x91\x0e\x6a\xf4\xed\xf9\x60\xbb\xf5\x6e\x85\xf3\xc1\x56\x76\xce\x80\xae\xad\xf2\x17\xb0\x96\x2e\x7a\x7d\x3f\x7c\xab\xaa\xa0\x1c\x83\xb0\xea\x7e\x55\xf8\x08\x31\xde\xdb\x97\x5d\x86\x3c\xa8\xae\x4d\xa5\x20\xe9\x03\x27\xe3\xbc\x90\x8a\xa1\xab\xac\xed\x28\xad\x91\x57\xf4\x32\x54\xd2\x98\x92\x62\x88\x7a\x3c\xfe\x94\x54\xe0\x4a\x9a\x68\x77\x2b\x76\xf3\x9a\xdc\x80\x20\x62\x91\x93\x4e\x4e\x04\xfc\xf8\xa4\x0c\x34\x48\xfc\x35\xb5\x1b\xb8\xdb\x13\x32\xc5\xb7\xf6\x46\x68\xc8\xad\x3b\xe8\x68\x43\xb9\xb3\x6c\x04\xc3\x93\x7f\xad\xda\xe7\x9e\xa3\xb8\x2a\x6e\xc1\xd6\x28\xdb\x73\x0f\xe3\x62\x3b\x0b\xd2\x2a\x70\x2f\xba\x0f\xf0\xd2\xf0\xe0\xde\x94\xa8\x54\xc2\x66\x35\x3c\xe4\x24\x61\x79\x60\x75\x40\x10\xb1\x66\x90\xee\xb5\x9b\xd4\x39\x94\x8b\xcd\xf0\x4c\x1c\x26\xa0\x8a\xbd\xf7\x0d\x7f\x81\xfa\xfa\x68\x8f\x34\x80\x77\xfa\x59\x8c\xfa\xd8\x73\xfc\x73\xc6\x34\x6c\xd0\x98\x0d\xb2\x00\xd5\x53\x6c\x9d\x0c\xd3\xf2\x9c\xb0\x2c\x8b\xa8\xf9\xe6\x51\x26\xbb\x2b\x29\xf2\x0a\x6d\x36\x29\x38\xe4\x9d\xd0\xba\x22\xb3\x8d\xec\x26\x37\x48\xe2\x93\x9f\xb5\x97\x71\xf8\x3e\xb3\x1d\xa7\xc2\xee\xf8\xaa\xbb\xae\xd2\x74\xfd\xd4\xdd\xcb\xe4\x45\x4a\x45\x2f\x11\xdf\x1a\x40\xef\xcb\x77\xad\x0e\xdc\xaf\x2e\x70\x69\xa5\xcd\xf4\xfb\x43\xbc\x82\xab\x07\xd0\x0e\xfd\x0c\xd9\xa0\xa1\x6d\x1a\x21\xa3\x66\x5d\x9f\x8b\x67\x4a\x75\x83\xe2\x92\xcf\x8e\x6a\x8f\x86\x93\x94\xa3\xd5\x5d\x15\xa4\x80\xe7\x35\xb0\xa2\xbb\xd4\x17\x75\x7b\x84\xee\x81\x93\x0d\x7b\x52\xef\xd2\xa4\x32\xaf\xb8\x27\x41\xc9\xcd\xf9\xac\x89\xe0\xb6\x56\x09\xfd\x3e\xfd\x9a\xfc\x0c\xa5\x3e\x64\x83\x52\xc3\x63\x22\x34\xa0\xe3\x91\x7b\x55\x98\x66\x17\x1b\x59\x15\xde\xa3\x1a\x70\xce\x8c\xe4\xf4\xac\x76\xdc\xcb\x76\xeb\x85\xd8\xd5\xfb\xd8\x49\x75\x07\xe1\xfe\x40\x89\xa2\xf3\x53\xe0\x05\x89\x6f\x8b\x25\xfd\xa8\x04\x5b\x53\x17\xba\x52\xa2\x94\xec\x65\x2e\x49\xdf\xe5\x97\x84\x7d\x2d\xef\xcd\x5c\x1d\xfe\xb3\x72\x3e\xf1\xdf\x88\xab\xd5\x6f\x63\xee\x45\x5e\xad\xd3\x0b\x03\xb3\xce\x36\x00\x03\x8f\x45\xd1\x9b\x56\x90\xcb\xa2\x67\x5b\xc2\x09\xab\x39\xe0\xb6\x58\x8c\x0e\x77\x56\x61\x0e\xf7\x88\x43\xb4\xcf\x40\xba\x79\xda\x1d\x43\xf6\x75\xb4\x36\xd1\xfc\xe8\x1c\xe3\xab\xc8\xb1\x37\x36\x6c\xb0\xe0\xb1\xe2\x2e\x0b\x57\x50\xd7\x48\x8f\x7a\x26\xda\x55\x71\x8b\xb3\x5f\xb4\x54\xec\xce\x35\x2d\xe2\x0b\xdb\x62\x91\x62\x3f\xfe\x96\x38\x5e\x69\x40\xdc\xb7\xf8\x42\x69\x1e\xeb\x15\xaf\xb9\xfc\x0d\xa3\x24\x61\xb6\x2a\xd6\xdf\x2f\xc9\xaa\x96\xe0\xd9\x9c\xdc\x57\xff\x06\xcb\x4a\x85\xcb\xf6\xa3\x54\xfc\x53\x4d\x7f\x61\x9b\xd2\x39\xad\x30\xd0\xcb\x08\x6a\xd6\xe4\x94\x73\x54\x7c\x16\x6f\xd0\x9d\x8b\xc9\x32\xed\x1a\x8e\x6f\xc8\x3a\xd8\x6a\x95\x28\xc8\xf2\xab\x1d\x4e\x5e\xcc\xfa\x23\x25\xa5\xba\x0b\xd7\x17\xbc\xe6\xeb\xe7\x08\x04\xfc\x34\x68\x9e\x3a\x79\x53\x7a\x8c\x68\x27\xa7\x27\x43\x59\x94\x1f\x1e\x97\xf9\x54\xfc\x22\x08\x97\xf5\x8f\x64\xc1\xb7\x39\x3b\xa6\xbc\x81\xb4\x5f\x38\x54\x15\xef\x26\xcb\xd5\xac\xdd\x83\x18\xcf\x9b\xad\x1f\x83\xfc\x88\x3b\x95\x12\x37\xf7\x3e\x71\x29\x85\x3c\x86\x4c\x65\xa6\x40\xfb\xae\xa5\xd7\xa6\x04\x29\x69\x02\x41\x4a\xb5\xec\x72\x76\x45\x2a\xb6\x2a\x32\x27\x92\xbf\xb7\x44\x33\xd7\x22\x8d\x99\x3b\x9d\x7b\xeb\x3f\x62\xe6\x9b\x0a\xaa\x12\xf6\x14\x04\x09\xa1\x51\xa7\x45\x3d\xb9\x6f\x42\xaf\x14\xfe\x2e\xf0\xa0\x5e\x2c\x96\x17\x59\x93\x75\x4b\xe2\xc4\xcf\xf1\x79\xa5\xdb\xa5\x04\x57\x89\x04\x56\xf1\x1a\x66\x96\x71\x84\x8b\x5b\x3a\x99\xf5\x81\xdb\x3f\x7d\x20\xd7\x96\x7b\x61\x68\xb4\x80\xc0\xfd\xd2\xed\x51\x78\x2e\x36\xa5\xed\xa3\x58\x33\x6e\x5f\x7d\x49\x49\x6e\x3c\xa8\x9c\x54\x7a\x9a\x97\x51\xa4\x2d\x89\x4b\x04\x67\x3f\x95\x9a\x24\x9b\xa6\xb6\x94\x61\x52\xff\xc6\x01\xcb\x5b\xd2\x4f\xb2\x0c\x2b\x35\x04\x52\x46\x58\x15\x49\x18\xec\xdf\x55\x7d\x23\x8f\xed\x65\x5e\xcb\x17\xe1\xb1\x37\xeb\x26\x8a\x47\x91\x17\x0b\x35\xc3\x2d\xce\x94\x8a\x63\xc3\xbf\xcc\xb7\x48\x48\x11\x79\xe3\xa4\xb2\xf7\x91\xdb\xfb\x0f\x54\xea\x45\xf6\x77\xdc\xab\xfa\xcd\x8a\x6b\x56\xd6\xf0\xd8\x59\x35\x19\xb5\x83\x51\xa7\x25\x1e\x75\x1d\x31\x55\x05\x06\xf5\xfe\xdc\x62\xc1\xb6\x06\xdb\xf8\x75\x49\x63\x8d\xde\x09\xa7\x38\x0c\x59\x7b\x72\x6b\x78\x45\xb3\x33\x3f\x2a\xe8\x6d\x4b\x67\x46\xad\x9f\x57\xeb\x9d\xac\xbb\xa4\xd3\x72\xfb\x5c\x9c\xdb\xce\xca\x7d\xb4\x35\x17\xae\xd4\xd8\x04\x69\x2c\xfd\xac\x37\x08\xba\x37\x3d\xd4\x28\x0c\xfe\x35\x3c\xdc\xd4\x4a\xff\xdb\x23\x6b\x59\x19\xa2\xa9\x18\x69\xa5\x86\x6e\x68\x3c\xdf\xe6\xca\x8c\xad\x7c\x2b\xb7\x08\xbb\x2b\xfe\x26\x7f\x14\xa9\x91\x5b\xa4\x50\xb2\xb5\xd3\x91\xed\x27\x63\x36\xf0\xa6\x95\xf7\xb8\xb7\xa2\x44\x9d\x96\xf1\x57\x43\x3f\x74\x9d\x4c\xec\x0c\xc4\x77\x7b\xa4\x1a\x92\xf3\x7a\xba\xd2\x97\xf1\xac\xa6\x43\x3e\xec\x7f\x47\x5b\x8f\xfa\xe9\x9d\x06\xc8\xfb\x29\x7a\x73\x3f\xda\xef\xfa\xaf\x19\xa7\x74\x34\xf8\xff\xe8\x7f\xd2\x65\x18\xf0\xb0\xcb\x57\x95\x4c\xbd\xd9\xda\xdd\xdd\x42\xdb\x5a\xbf\xa2\xc7\x33\xa8\xa6\x9c\xd4\xf3\x87\x8e\x2e\x62\xf7\x96\x84\x54\x65\x7f\xe8\x73\x0b\xd3\x4e\x4d\x53\x27\x46\x9a\xc6\xbe\x1f\x58\x15\x65\x12\xf9\x61\x30\x91\x03\x62\xc0\x86\x7e\xc5\x45\xfa\x07\x8e\xd4\x24\xa2\x3c\x4e\x2b\xbf\x93\x3e\x5e\xf9\xda\xf5\xc3\xb3\xe4\x8c\xb2\xc7\xd7\x2b\x75\x81\xd8\x97\xee\x8d\x9e\xb2\x57\x3f\x23\x7b\x0d\x53\x06\xdc\x7d\x10\xbd\x9c\xc1\x60\x5f\x3b\xa5\xef\x50\xac\x9f\x49\xb3\xfe\x30\x96\xe2\x55\xb3\x38\xfc\xc7\xbf\x43\xea\x32\xd2\x45\x0d\x16\x1d\x1b\x45\xd2\x3a\x04\x9c\xb1\xfd\xf4\xa2\xa4\x99\xf1\xa0\x50\x05\xc7\x7c\x72\x75\xf8\xbd\x70\xf3\xe9\x35\xac\x8f\x41\x81\x33\xd3\x31\x3f\x7c\x5c\xd4\x78\x1c\xe3\x6a\xe6\xe0\x16\x3c\xe9\xec\xbf\xc3\xc6\x04\xf2\xd2\xbe\x51\x0b\x22\x71\x26\x7f\xac\x9a\xe4\x36\x66\x38\x7e\xd9\x03\xd4\x7f\x66\xe2\x93\xe7\x3e\x15\x69\xf2\x96\xd7\x1a\x79\xc5\xd4\x59\xaf\x37\x8d\x67\xa6\x13\xc9\x9b\xab\x4a\x66\x74\x7c\xe0\xa5\xf6\x33\x6d\x7e\x96\x79\xf7\x66\x11\xfe\x3e\x19\x07\xe7\x4a\x03\x19\xbc\x17\xf3\x37\x83\x95\x51\xe0\x85\x80\x50\xd7\x90\x3b\x4b\x17\x22\xbe\xfb\x2d\x8c\xaf\x76\xb3\xbe\x32\x38\xe9\xe6\xae\x73\x2e\x6d\x5a\xcb\xfd\xd2\x32\x67\xe6\x15\xd6\x7f\xae\x7f\x8e\x8d\xbd\x3c\xf1\x61\x3e\x01\xe7\x3b\xbc\xf5\x84\x00\xf7\xb8\xef\xe0\x42\x08\xbe\xb1\xe3\xde\xa2\x1d\x21\xab\x95\xb9\xb4\x82\x18\x5f\x3f\xb6\x54\x4e\x52\x54\xd0\x96\x8d\x3d\x9e\x15\xff\x5e\x6e\xf1\xd6\xcd\xc9\x3f\x09\xf5\x09\xe3\xff\x38\x15\x4f\xe9\x8f\x13\x9e\x7e\x13\x88\x8c\x3c\x74\xb6\x8c\xde\x12\xa4\x33\x2f\x45\x29\xae\x0a\x16\xe6\xd0\x93\xe7\x1f\x2f\xe5\xb8\x9a\x9c\xca\x39\xa9\xe7\x1a\xb5\xe0\x75\x6a\xda\x55\x38\xe3\x78\xba\xdf\xf5\xee\x98\xf2\x4c\x11\xc6\x6d\xe0\xdd\x59\x7f\xcc\x5c\x8f\xfe\xb9\xed\x6e\x91\xed\xcf\xce\x2d\xb9\x1f\x6b\x2e\x3b\x1f\x85\xdd\x58\x7b\xea\xfc\x15\x1c\xb8\xcc\xed\x82\x0f\xfe\x44\x61\xcd\x85\xcf\xc4\x4b\xd9\xa2\x8b\xf5\x9e\xd4\x94\xe7\x97\xe4\xe4\x79\x2e\xfc\xdf\x74\xca\x75\x66\x39\xcc\x7f\x64\x97\x12\xed\x72\x73\xe4\x9a\x2c\x13\xce\x19\xb3\xaf\xda\x05\x6f\x19\xbf\x22\x1e\x86\x77\x4c\x46\xe6\x62\xe1\xb9\x53\x7f\xd2\xae\xc1\xfd\x66\x54\xbc\x17\x70\x8d\x39\x9b\x68\x2d\x97\xb7\x27\xd6\x33\x0d\xe0\xda\x0b\x39\x81\x01\x2e\x05\x8b\x01\xde\x95\x2e\xdc\xc5\x37\xb8\xc3\x2e\xa2\xa5\xef\xa8\xd7\xa8\xe3\x8b\x9f\x60\x58\xd7\xbe\xc5\x19\x30\xcb\x3d\x7a\xb1\xcf\xbe\x05\xf7\x7e\x51\x6d\xd3\x88\x1a\x56\x43\x3b\xaf\x63\x34\xd4\xb2\xe6\x9b\x6e\xa9\xfd\xb9\x35\xee\xee\xb8\x81\x07\xa5\x0f\xdc\x2f\x0c\x71\xf2\x59\x58\xe3\x91\x35\x19\xcf\xb1\xe4\xd1\x5f\x89\x17\xb0\x81\xe3\x6f\x63\xce\x60\x07\x26\x1f\x87\x75\xe2\x56\x4e\xab\x68\x17\x71\xac\x99\x22\x9f\xd3\xb8\x5b\xb3\x36\x84\xd3\x04\xd0\xac\x0f\xc6\x83\x38\x38\x4b\x85\xaf\xf2\x20\xcc\xb2\x20\x22\xaf\xec\xd9\x49\x87\x93\xe4\xe1\xb9\xd5\xb6\x17\xdc\x47\xba\x5a\xba\x87\xf0\x45\x5d\xe3\x6d\xe9\xc4\xf7\xaa\x0d\x75\x0d\x1e\xf1\xdd\x3a\x65\xdb\x3c\x2b\x7a\xe2\x44\x39\x5e\x90\xbe\x3d\x59\xeb\xbc\x7a\xfa\xb5\x93\xef\x79\x3d\x18\x24\x71\xff\x78\xc3\x86\xc9\x11\xaf\xbc\x2f\x8c\x3a\x05\xbf\x24\x87\x8c\x0d\xfa\x3d\xf7\x59\x35\xde\x4c\x6a\xf7\x35\x99\x38\xee\x76\xd7\x4f\x3e\xc1\x45\xfc\xf5\x5f\x39\xd1\xec\xbc\x97\xba\x66\x52\xcf\x71\x3d\xcd\x64\x32\xde\xee\x0e\xf1\xbd\xfc\xa4\x5a\xc7\x6b\x9f\xbc\xbc\x5d\xea\xb3\x46\xce\x6b\x14\xfa\xa1\x15\xc7\x2b\xfe\xf8\x53\x15\xbf\x8b\x13\x02\xac\x94\x33\xc2\xe7\x01\x9f\x3a\x5b\xf8\x51\xd4\xe8\xee\x63\xf1\x49\xd4\xdb\xbd\x1c\x76\x61\x60\x9b\xda\x25\x84\x42\xf3\x19\x58\x15\xc0\x0a\x3a\x32\x68\xe9\x15\x1d\xbc\x79\xc8\x04\xfb\x8a\x9e\x36\x74\x12\xbd\x9f\x71\x69\x18\x04\xb3\x0d\xa5\x0e\xcf\x80\x89\x61\xc4\x91\x70\xfb\x95\xe4\x16\xd9\xf2\xa0\x82\x62\x2f\x43\x76\x5e\xa3\xfa\xcb\x56\x35\x8f\x04\x21\x65\xfa\x35\xbb\xe9\xcf\x64\xaa\xd2\xb1\x10\x72\xf3\xe6\x7c\x9f\x50\x44\xcb\x42\xc6\x2b\xe6\xaa\xb6\xfb\x89\xaf\x98\x45\xed\x66\x9c\xf5\x61\xb4\x0e\xf7\x30\x65\x38\xac\x0b\x4f\xf3\x8a\xb0\xeb\x36\xf4\xa1\x45\x6a\xf6\x0c\x10\x22\x59\x59\xbd\x67\x31\x61\xec\x0f\x7d\xf2\xff\x8b\xba\xb7\x0a\x6a\x03\xfc\xfb\x3d\xa9\xbb\x52\xc1\x5d\x4b\xdd\x1d\xda\x52\xa3\x40\x71\x77\x77\x8b\x40\x12\x82\x85\x40\x84\x40\x08\x96\x20\x31\x08\x41\x03\x24\x58\x82\x27\x10\xdc\xdd\x1d\xda\x22\xa5\xa5\x42\x7d\xe7\x7f\xde\x39\x67\xf7\x9d\x9d\xb3\x7b\xb3\x37\xfb\x3c\xf3\x7b\xe6\xf7\x9d\xf9\xce\x3c\x97\x9f\xcb\xcf\x73\x46\xc0\x2b\x8e\xb5\xe6\x97\xa0\xab\xe5\xe1\x0f\x1e\x38\x48\x66\x1c\xe1\x65\x3a\x0f\xa6\xdb\x94\x4e\xb8\x2b\x91\xbe\x33\x77\xbc\x2c\x48\x85\x94\x07\x3e\xfd\xe9\xf7\x52\x5b\xfc\x26\x32\x24\xe2\xdf\xfa\x6f\x66\x2e\x23\x87\x02\x96\xc9\xad\x70\x42\x60\x0e\x75\x1c\xd4\x15\x64\x4b\xff\xe0\xdb\x0b\xd0\xcc\x59\x71\x55\x00\xbe\x60\x1e\xb4\x55\x04\x85\xe6\xab\x9a\x16\x82\xcb\x0a\xbe\xe8\xe7\x85\x68\x14\x01\x5f\xad\x43\xe8\xc5\xc2\x67\xca\x30\xdb\x92\xa0\x47\xaf\xdc\xab\x92\xfe\xd4\x13\xbd\x9b\x93\xf4\x2a\x6e\xf9\xc7\x10\xf8\x45\x36\x41\x4b\x04\xa7\x6c\x01\x28\x8e\x90\x96\x71\x25\x38\x2f\xe9\x25\xa1\x04\x72\x32\x39\x07\xf3\x00\xaa\x96\xaa\x13\xd9\x0f\x53\x25\x6a\x43\xba\x60\xdf\xd3\x1d\x03\x7f\x85\x0a\x32\x63\x3c\x73\xe0\x6e\x64\xb8\xc3\x56\x98\x90\x26\x66\xe9\x15\xa1\x91\xed\x67\x74\x35\x32\x99\xe1\xac\x7b\x1b\xb1\x87\xa9\xf1\x22\x26\x3a\x2d\x6f\x47\x4b\x3d\x80\x14\xe7\xce\xef\x03\xce\x60\x0b\xb9\xcd\x21\xb5\x58\xa5\xb2\x33\xa1\xc7\x31\xcb\x79\xd0\x70\x75\x4c\x23\x65\x34\x52\x0c\x8b\x4e\xf3\x8e\x6a\x8e\x03\x27\x88\x20\xe2\xe3\x45\x63\xd0\xd1\x5e\x09\x0b\x61\x62\xc8\x88\xc4\x2d\xf0\xf9\x98\xe0\x64\x31\xbf\x2b\xb1\xe1\xa9\x56\x6e\xd2\x28\x04\x91\x62\xa7\x82\x9e\xc8\xd0\x33\xeb\xc5\x5e\xca\xea\x79\x5b\x14\x17\x43\x7d\xf2\xba\x37\xfe\x28\x3d\xfb\x99\x11\x94\x1c\x0d\x6b\x05\x87\xb5\x22\x7e\xd7\xa3\xa3\xb4\x10\xa5\x95\x87\x90\x91\x08\x68\x31\x08\x65\x86\xc0\xe7\x0c\x61\x72\x10\x3f\x32\x4d\xe3\x6c\xa3\xeb\x93\x7e\xe1\x90\xc8\x69\x2c\x27\xfe\x71\xac\x11\x02\x94\x70\x1b\x1d\x02\xbb\x8e\xbf\x8d\xed\x0d\xfa\x97\x68\x1e\x2f\xe1\xb5\x4d\x48\xc4\xbf\x71\x5a\x4e\xda\x26\x6c\x5b\x07\xa6\x78\xa6\x14\x98\x68\xa7\xa6\x10\x03\xf4\xe2\xd2\xc6\x33\xd0\x2f\x60\xd1\x3f\x42\xef\x75\x29\xa2\xe6\x43\xf7\x08\x7c\xe3\x5c\x61\xbd\xbc\xed\x84\x0a\x18\x99\xed\x4d\x30\x82\x0d\xe5\x0f\x25\xc7\x87\x3e\xa5\xbd\x4d\x3d\x09\x57\x21\xfe\x4c\x73\x0f\x3b\x83\x2f\x20\x1e\x0a\x77\x43\xe1\x88\xb4\xff\x10\x93\xf4\x1b\x01\x0c\x31\xcf\xb8\x1e\xb3\x3f\x40\x3b\x33\x02\x95\xeb\x01\xc8\xaa\xc1\x9e\x77\xc0\x50\x1c\x70\xef\x2d\x65\x69\x72\x78\x94\x61\x2f\xfd\x46\x52\xab\x4e\x3e\x3e\x1f\x70\xad\x0f\x9a\x2c\x02\xb0\x6e\x5d\x4c\x53\x04\x04\x37\xc4\x92\x36\x01\x49\x95\x9f\x33\x43\x01\x1d\x2c\x67\xb2\x3b\x10\x90\xab\x4e\x15\x05\xbd\xc8\xfa\x49\xbb\x0b\x0e\x49\x99\xa4\x5f\x0b\xee\xc0\x35\xd2\x07\x21\x3e\xc8\xda\x6c\x22\xec\x39\x3c\x2f\x67\x18\xfe\x05\x14\x9a\x7b\x3f\x82\xe6\x9b\xc0\xcc\x46\xd8\xb9\x2e\xe6\xad\xc5\x88\xd9\xdd\x28\x50\x42\x3f\x31\x2b\x2d\x64\xc4\xf9\xe9\x4f\x65\xf4\x7b\xfe\x1d\xaa\x20\x6f\x7a\x41\xbb\x8e\xd3\x9a\xbc\x8f\x0a\x04\x39\x77\xbd\xe9\x35\x81\xb9\xae\x3e\x17\x39\xe2\x79\x32\x3e\xd3\x05\xff\xf2\xd3\x7d\x73\xb2\xf7\x15\x34\xf8\xb5\xa6\xef\x14\x96\x07\xc8\x11\x7a\x8a\x62\x02\x37\x31\xed\xc5\xcf\x01\xcd\x51\xe3\xac\xa7\xe0\x6b\xd0\xba\x12\xff\x90\x0f\x41\xb4\xd2\x09\x58\x99\xd7\x0c\x3b\x39\xcc\xc9\xf9\x5a\xf9\xc1\xc8\x08\x6b\x9f\x8a\x7b\xd1\x3b\xc6\xcf\x18\x34\xc7\xab\x63\x99\x79\x9f\x9d\xda\x7b\xfa\x0a\xd3\x9c\xdd\x85\xf3\x2c\x51\xe7\xa1\x06\x95\x92\x51\x97\xaa\x2a\xc7\x32\xa8\x2b\xbc\x24\x83\xdd\xe4\x16\xc5\x7c\xcf\xf9\xe7\x0e\xa1\xde\x29\xe7\x7a\x6c\x12\xdd\x2b\x42\xbc\xac\xf0\xb1\x95\x77\x7c\xbc\x51\x2f\xaa\x8e\xf8\xb9\x46\x5c\xac\x76\x08\xd4\x0c\xde\xe6\x26\x00\xbe\xfb\xaf\xd4\x9c\x04\xbf\xf7\x50\xaa\xed\x86\xd4\x38\x58\xd5\x67\xc2\xdd\xcd\xc7\x58\x5f\xad\x03\xc6\xc7\xd8\x17\x6d\xe8\x7d\x31\xe5\x70\x5b\xf1\xf6\x7b\x95\x65\xb6\x30\xfe\xfe\x6a\x2b\x3b\x45\xde\x1c\xb7\xcb\x6e\x84\x53\x52\x23\x6b\x4f\x2d\xf2\xac\x35\x73\x28\x60\x9c\xa8\xd3\x73\xfc\x98\x95\x57\x37\xeb\x0c\x4b\x95\xaf\x0f\x71\x95\x89\xb7\x6d\x90\x73\x37\x42\x7e\x68\x3c\xe6\x59\x00\x4f\x6d\x4a\xf6\x49\x01\x69\x09\x2c\xfd\xd1\xbe\x52\xcd\xcd\x41\xb5\x2e\x7f\x84\x6e\x60\x5f\xeb\xb5\xaa\x28\x33\xd9\x09\x3e\x0f\x60\xae\xd0\xff\xa9\x36\xcb\x7c\xb8\xe3\x67\x7d\xba\x05\xa0\xf9\x79\xa3\xae\xe5\x89\xba\xe2\xa6\x74\x4b\x4e\x95\x12\x7f\xc2\x4a\xbf\x14\x25\x58\xb2\xbe\x92\x9f\xd7\xbc\x66\x23\x45\x67\xb5\x94\xd9\xbe\xca\x70\x16\x9a\xda\x65\x27\xbd\x13\xfe\x72\x70\xc7\xce\xb5\x12\x9c\xa8\x08\x40\x5b\x96\xab\x0b\x74\xba\x43\xdc\x03\x1c\xa4\xd9\xc9\xf3\x9e\xf3\xe4\x74\xcf\x06\x9c\xb1\xbf\xd6\x30\x65\x78\x62\x7c\x85\x4f\x31\xfc\x33\xb0\xdd\x3c\x68\xd4\xd2\xd5\x24\xcc\x37\x36\x16\xb6\xb4\xd9\x18\xd7\x36\x0a\xda\x11\x26\xd6\x3c\x7a\x47\xa2\xc9\x9f\x72\xff\x4e\x94\x29\x9b\x75\xb2\xcb\xc1\x8c\xc9\x74\xe8\xbe\x6d\x4e\xa7\x66\x74\x0f\x58\x6c\x92\x2e\xf7\xf8\x5a\xe9\x27\x16\xf4\x1e\xb4\x79\x86\x8e\xee\x2d\xb3\x33\x8e\xbc\xd1\xb7\xe5\x08\x0a\x39\x3c\xe0\xe9\xc2\xf6\x17\x1b\x7a\xe6\x51\xe8\x6a\xdc\x4e\xd3\xfd\x30\x29\xd1\xd9\xa2\x37\x39\x54\xd9\x5d\xa2\x9f\xd0\x33\xd4\xab\xa4\xdf\xd6\xae\xdd\x57\xa4\x3f\x20\x68\xe9\x1f\x7b\x2b\x59\x2f\x35\xd0\xf5\x36\xa7\xfa\xe6\x20\xc7\xe0\x11\xfb\xde\x50\xb4\xe1\x99\xc2\xb5\x61\x4d\xa3\xbd\x0c\xd7\xe1\xef\x46\xbf\xc9\xa5\x23\x10\x13\xa3\xb4\xe7\xa3\x87\x4c\xd9\x09\x43\xa3\x05\xe6\xdc\xd8\xfc\x31\x3b\xcb\x7f\xe1\xf7\xc7\x71\xb6\xb6\x20\xd0\xe4\x1b\x87\x1f\xde\xba\x6f\x66\xeb\x93\x4a\xae\xeb\xf6\x37\x24\xe5\x96\xeb\x59\x36\x76\x92\x7d\xf4\xa4\xf9\xd0\x94\x7e\xdd\xa6\x66\x09\x9c\xa6\x6e\x47\x8b\x51\x74\x97\x2e\x59\x98\x17\xca\xd0\x75\x6f\x5d\x07\x7e\xd4\x7d\xd0\xae\xe2\xab\xab\x7b\xa1\x23\xd0\xb5\xf5\xcd\xcf\xce\x08\xbb\x17\x6f\xd2\xbb\x0e\x99\xf9\xe8\xb8\x76\xfd\xd2\x4f\xd4\xf9\xd5\x7d\xf1\x95\xa5\x1e\xa4\xeb\xd1\x53\x7d\xc3\x33\x9d\x8f\x1f\x15\x19\xbb\x74\xbe\xbd\x17\x69\x30\x55\xfd\xbd\xac\xca\x88\xc0\x85\xe5\x6d\x1a\x7f\xe3\x5d\xa3\xfa\x9b\xc4\xd5\x24\xa7\xf5\x99\x2c\xd6\x89\x25\x5c\x34\xbd\x54\x4f\x8c\x21\x98\x1a\x36\x5e\x0d\x93\x36\xbd\xd5\xb4\x0e\xd6\x33\xbd\x2c\x80\xfa\xa5\x9a\x7a\x37\x6f\xba\x5f\x32\xc5\x0b\x5f\xd9\x6f\x99\x6e\x08\xc9\x16\xda\x66\xda\xc2\xdf\x06\xb9\xe6\xfe\xc2\x2e\x9d\x50\x0b\x8a\x10\xad\x6d\x61\x25\x2f\x0c\x7a\xbc\x63\xf3\x50\x98\x75\xbf\xd1\x34\x91\x93\x5d\xae\x6f\xbe\xc8\xe1\x15\xca\x58\x2e\x95\x9f\xa4\x87\x58\x1b\x94\x6f\x93\x66\x6c\x02\x2a\x4f\x26\xde\xb7\x3d\x59\x95\x8c\x2a\xb0\x4d\xe0\x2a\x45\x1c\xb7\x4d\xaf\xf1\x0a\xb9\x6e\x0b\xa8\x2b\x0e\x78\x66\x3b\xdf\x40\xf5\x28\xb0\xd3\x6b\xba\xe9\x08\xb3\x1b\x6e\x6a\xb6\xac\xb6\x77\xe4\x4b\x1a\x36\x39\x04\xf0\x25\xdf\xe4\x38\xa2\x9b\x7e\x3d\xef\x77\xa2\x36\x0d\x6b\x1d\x75\x29\x6f\xfa\xfd\x20\xd2\x2a\x8a\xf5\xa6\xca\xc5\xd6\xa8\xf8\x7b\x31\xdd\x9e\xcb\x3a\x90\xb3\xe9\xf8\x8e\x65\x9d\xa9\xe7\x5c\x56\x72\x3d\x29\xc7\x65\xa4\x34\x0a\x7b\xd6\x35\x81\x7d\x24\x8a\xee\xba\x53\x7e\x1e\x5a\xea\xa6\x50\x69\x15\xb4\xed\x86\xae\x76\xf0\xbe\xeb\xbe\x9f\xf7\xd6\x99\xe7\x9e\x50\x53\x64\x23\xed\x71\xab\xd6\xc9\x44\xd9\xf3\x4c\x6d\xa5\x9e\xb1\x97\x6a\x6d\xd1\xcb\x28\x6f\xc5\xda\xcc\x27\x38\x9f\xe5\xda\xd5\x87\x05\x0e\x01\x79\x5a\x35\x4a\xce\xe9\xcc\x98\xb2\x83\x6e\x86\x4c\xc3\xbc\x0b\x1e\x3f\x99\xea\x14\x1f\x6f\x49\xe6\x7c\xea\x3b\x9f\x95\xbc\x91\x78\x57\xdf\xa6\x82\xa8\x18\x11\x3f\xdf\x22\x2b\x78\x93\x1f\x97\x55\x09\x9a\xf5\x3f\x53\xfa\xd1\x6f\xb7\xff\x1c\xbb\xc9\xed\x59\x00\xb2\x3c\xda\xae\x25\xf0\x65\x45\xbe\xb9\x54\xd0\xe1\x4a\xca\x5b\x3a\x40\xab\x4a\xf4\xf5\x0a\x10\x50\x15\xa6\x2d\x07\x96\xae\x96\x7f\x7c\xd2\x6d\x94\xf6\xbe\xbe\xc4\xeb\x32\x4d\xbd\x7c\xcd\xd7\x81\x9a\x52\x58\x15\xa0\x47\xbd\x43\xef\x0c\x62\x51\x13\xd2\x9f\x03\x9b\x68\x9a\x89\x6b\xe0\xf3\xf4\x12\x74\x4e\xb0\x62\x8e\x6e\xa4\x63\x70\x7d\xae\x29\x24\x23\x44\x22\x2f\x26\x70\x2d\xa4\xb8\x20\xd1\x73\x0c\xa2\x5b\x84\x73\x9c\x87\x6a\xb1\xcc\xac\x5c\x61\xb7\x4b\xc6\x8d\x96\x43\x83\xcb\x0e\xe9\x96\xc3\x27\xd8\x87\x5f\x1e\x0d\xb7\xe7\xec\xd1\xaa\xf1\xfd\x99\xf1\x98\x8f\x0a\xfc\x99\x7e\x83\x7b\x00\xd4\x42\x32\x2e\xf9\x15\xd2\x46\xfc\xce\xbc\x0d\x83\x13\xc7\xc8\x91\x70\x67\x52\x46\xaa\x64\xd8\xdf\x74\x0a\xae\x31\xe2\x58\xe6\x7d\x24\x38\xe2\x33\xf9\x30\xdc\x31\x32\x8c\x7a\x0f\x54\x1d\xf9\x8b\xae\xeb\xfb\x2d\x0a\x97\x73\xd9\xb5\x08\x61\x98\x7b\xcd\x76\x3d\x1a\x97\xf7\xc8\xac\x1f\xc9\xca\xff\xf3\xb6\x25\x56\xbc\x30\xeb\xf5\x77\x14\xb9\xf8\xea\xb3\x06\x70\x7d\x52\x81\xb0\x04\xba\x41\x48\xac\x7b\x10\x16\x99\xb8\x55\x1e\x1c\xc9\x4c\x8c\x2e\x6c\x88\x0e\x4c\x34\xa7\xff\x8b\x81\x26\xae\xa5\xa3\x50\x52\x84\x4e\xc2\x1d\xb4\x7a\xf2\x23\xf4\x3a\x66\x6f\xca\x7c\x64\x01\xa6\x33\x6d\x05\xd2\x82\x75\x4e\x3f\x11\x74\x3a\x4e\x29\x53\xd4\xeb\x40\xdc\x7c\xd6\x88\x23\x3f\x5e\x94\x7a\xdd\xca\x37\xc1\x84\x1e\x68\x9c\x82\x4f\xcd\x41\xea\x69\x12\xa4\x73\x4b\x5f\x14\x44\xe8\x61\xd7\x3b\xc5\xa3\xf5\xb1\xbb\x9b\xd6\x62\x79\x18\x10\xf7\x2e\xe6\x17\xfa\x77\x29\x02\x97\x8d\x39\xc6\x9c\xc1\x1f\xc4\xbc\xa5\xbc\x4a\x0c\xc7\x6a\xa4\xfe\x20\xf0\xe3\x94\xe3\xcb\x92\x00\xb8\x86\x18\x50\xf2\xd5\x84\xd8\xb0\x47\x29\xc7\x12\x33\xc0\xa6\x29\xa3\x49\xf5\x7e\x69\xa9\xcb\x29\xab\x6e\xb5\x69\x1f\xd3\x7e\xdb\x6d\x92\xcc\xd2\x11\xe6\xfd\xe9\x85\x99\x73\x06\xac\xcc\x33\x14\xf4\xeb\x3c\x34\x37\xda\xa8\x97\x88\x23\x22\xaa\x85\x2d\x89\x8f\x10\x57\xea\xef\x25\x43\xa3\xc6\x2a\xdc\xd3\x9e\x45\x35\x15\x15\x93\x3c\x11\xd2\x39\x97\x32\x4e\x21\xea\x32\xfa\x33\x5f\x47\x27\x25\x25\x64\xa9\x23\x6b\xb0\xc0\xac\xae\xd8\x0b\x88\x20\x32\x1f\xfd\x00\xe6\x4b\x19\xc1\xc6\x02\x82\xa9\xef\x70\x93\xde\x78\xfa\x2e\xfc\x05\xe7\xcc\xec\x97\x84\x7c\x1b\xad\x1c\x76\x8a\x8e\xa9\x4c\xae\x38\xf1\x8c\x1e\x25\xf9\x45\xe8\x9b\xc1\x39\xe2\x49\xd8\x54\xe7\xc9\x0c\x30\x2c\x98\x5f\x4e\x8e\x82\x5d\xe5\xed\xa7\xbd\x80\xed\x29\x53\xc9\x96\x84\x61\xf2\xe6\x72\x6a\x43\x65\xa9\xf9\x0c\x01\x5c\x85\x18\x9e\x5b\x1a\x76\x09\x6f\xcc\x34\x0b\x07\xa2\x9c\xf2\xf6\xfd\x87\x98\xf9\x2f\x11\x6e\x21\x31\x05\xae\xc8\xed\x80\xac\x42\x1e\x2a\xc4\xe3\x5d\xd1\x5f\x4c\xab\xa3\x06\xeb\x09\xae\xc2\x32\xbf\x84\x87\x1f\x31\x2c\xa0\x7c\x0d\xfa\x3b\xfa\x3b\xfb\x34\xe0\x4e\xef\x69\xc6\x1c\xc0\x4a\xd8\x95\x87\x03\x04\xd6\xc3\x0a\x86\x01\x09\x15\x5b\x45\xfd\x80\xfe\x62\x22\xeb\x19\x30\x84\x91\x56\x02\x05\x19\x66\xe1\x4a\x9f\x83\x19\x29\xc0\xb2\xbd\x21\xc7\x70\x7e\x65\xcd\x10\x02\x12\xcf\x66\xc0\x2c\xe1\x4c\xce\x28\x7c\x07\x44\xaf\xb8\x12\x81\xf7\x15\x54\x0a\x10\x0f\xdd\xc4\xab\x1f\x22\x57\xec\x6c\xb9\x59\x68\x0d\xb3\xbb\xf9\xf3\x5e\x8c\xc9\xa1\xe2\xab\xde\xee\x03\x26\x25\xd3\xde\x0d\x1d\x1a\xec\x57\xde\x93\xfc\x2b\xe5\x0f\x7c\x54\x78\x0a\x15\xdf\x7c\xc2\xd8\xe7\xaa\x0c\x7d\x2f\x16\x3c\xaa\x46\xf8\x6e\xd1\x83\xb8\xde\xfe\xe7\xd3\xd1\xbc\xdb\x01\xae\x84\x04\xde\xd7\xa0\xab\x98\xa2\x9a\x72\xc0\xaf\xa8\xd1\xda\x66\xb0\x01\x74\xbe\xee\x57\xc8\xbb\xa0\xc5\x86\x18\x18\xc5\x7b\x4f\x93\x69\x98\x8f\xb3\xbc\x40\x22\xb2\xdc\xaa\x9f\x43\x73\xb6\x9a\x3e\x52\x19\xef\x22\x33\xe4\xc3\xdd\xe5\x12\xd4\x45\xaa\xb9\xea\x42\x6d\x39\x57\x27\xe9\xf2\xb1\x8e\x5c\x9f\xe8\x8a\xaa\x54\x6d\xd8\x72\x53\x65\x95\x37\xed\x77\x57\x61\xbe\xe0\x1f\xf1\x90\xa1\xb4\xf3\x8b\x3c\x71\x44\x39\x81\x99\xd7\x07\xbc\x7b\xb3\xa2\xcf\x02\xea\x51\xcb\x5e\xbf\xa6\x88\x5b\xc2\xb0\xc0\xf8\x90\x7d\xad\x4d\x40\x4d\xff\x6f\xed\x52\xc1\x81\xee\xed\x1d\x53\xd0\xaf\x76\xdc\xda\x66\xdb\x98\xe9\xad\x06\x23\xdb\xf5\xe1\xb9\xa6\x14\xbb\x73\x3d\x49\x82\x24\xbb\xb7\xad\x9c\x16\x7f\x3b\x48\xe3\xb8\xb0\xd1\x6e\x87\xbb\xd5\xba\x6d\x1f\xc1\xfe\xd2\x7e\xc0\xc1\xb2\x70\xba\xfd\x97\x23\x26\x87\xdd\xd1\xe2\x34\x9e\x65\xdf\x69\xe5\xe2\x9a\xd2\xd3\xb9\xe3\x76\x20\xfe\x68\x57\x99\xc7\x09\xe4\x54\x77\xb9\x97\x0e\x3c\xab\xd7\xcb\xf7\x09\xe8\x54\xff\x95\x00\x07\x9f\xd0\x81\x7c\x60\x94\xd3\xd1\x96\x5a\xf3\xda\x99\xa3\x6d\x32\x16\x6f\x47\xaf\x76\xbc\xb2\x58\xed\x4b\xef\xfc\x65\x79\xad\xe3\x7a\x37\xd6\xd2\x5e\xd0\xdf\x33\x6a\x59\x52\xe7\xd1\x3b\x64\xf5\xa8\x72\xae\xaf\xcf\xaa\xab\x54\xa7\xbf\xc8\xba\x33\xdf\x73\x20\xd2\xa6\x8f\x1e\x38\x78\xc7\xee\x64\xc6\xf9\xc1\x55\xfb\xc0\xa4\xc4\xa1\x04\x47\x7d\x6c\xce\xf0\x03\x67\x38\xc2\x77\xc4\xdc\x4d\x03\x2a\x18\xfd\xe4\xa9\x19\x38\x35\xbe\xee\xb3\xe4\xf1\xb6\x17\x6c\xd8\x3b\xa3\xd5\x4f\x30\x4a\x19\xf3\x1a\x64\x19\xef\x1f\xa8\x1f\xd6\x36\x76\xe9\x7a\x37\x42\x37\x2e\x69\xdd\x3d\xca\x32\xd1\x6a\xdc\x19\x63\x99\x8c\xf2\xfa\xc7\xbd\x4c\x13\xcb\x61\x13\xe2\x66\x66\xc5\x7f\x26\x86\xcd\x35\x98\xa6\x93\x31\x16\xfb\xa9\xc4\xa9\x2b\x96\x4f\x48\x7a\x53\x2b\x56\x51\x89\xdf\xa7\x03\x6d\x68\xe8\xca\x19\x13\xbb\xbf\x91\x8f\x66\x5f\x3a\x9d\x0e\x9e\x9c\x1b\x75\x75\xf2\xd3\x30\x7e\x29\x68\xe5\x14\x99\x3c\x6d\xee\x2a\xd4\x37\xc1\x08\xb5\xb2\x95\x4d\x00\xad\x82\xf4\x52\x93\x33\xed\x0f\x08\x87\x8c\x97\x3a\x22\xd1\xf1\xc6\xac\x4e\x6e\xa4\xb8\x31\xa6\x6b\x08\xe2\x6d\xec\xd8\xdd\x1d\x38\x6a\x2c\xdf\xb3\xe1\x95\x67\xf4\xab\x77\xc9\x99\x69\xd4\xd5\xe7\x6d\xc3\x32\x92\xe8\x9b\x36\x25\x18\x15\xf6\xd5\xe8\x57\x99\x3c\xee\x1d\x7a\x65\x6a\x52\xdd\xeb\xf3\xa4\xd3\x6c\xa7\xe7\xef\x43\xbe\x45\x56\xbd\x5d\xa5\x94\x55\x58\x3d\xa7\xd8\xc4\xda\xb9\xa1\x99\xb1\xcf\x7a\xa6\xe9\x40\x66\xb2\x8d\x08\xdf\x3b\x69\xd8\x46\x5a\xd0\x86\xbd\x63\x73\xbb\x45\x22\xaa\xc8\x46\x46\x98\x0b\x15\x58\xef\xb4\x29\x03\x64\x6c\xf6\xb5\x87\x7b\xbf\xb3\x91\xee\x68\x75\x3d\x66\x73\xb9\xb3\xc5\xee\x8a\x8d\x4b\x27\xdf\xac\xdc\x86\xd1\x59\xf1\x36\xd8\x36\xbb\x53\xea\x35\xda\x8e\xd1\x81\x7d\x46\x70\x10\xed\xd0\x7a\x7c\xc1\xd6\x98\x7b\xae\x7a\xcc\xbe\x9c\x7b\xbc\x24\xc6\x51\x89\x5b\xcf\x14\x73\x0a\xe2\x21\xc9\x74\x67\xa3\x9a\xbc\x94\x69\xe7\xed\xda\xaf\x38\x35\x17\xdd\xfa\xd0\x68\xa8\x8b\x43\xa3\x79\xa8\xae\x8b\x16\xff\x3e\xb0\xde\x45\x4f\xb0\xe0\xeb\xed\x92\xdc\x62\xe5\x96\xe0\x52\x23\xec\xb4\x5f\x72\x3d\x2e\xec\xb7\xb8\xee\x6a\x2d\xdc\x36\x88\x74\xd3\x14\x06\xe9\x50\xdc\x55\x5b\xbe\x69\x17\x7b\x18\xb6\xa4\x3c\x9e\x77\x92\x2c\x3f\x52\xab\xe1\x22\xe0\x30\xd8\x0a\x6e\x33\x1c\x41\xbe\x9d\xc7\x38\xe7\x1f\x75\xc1\xcb\xa6\x7c\x9c\x78\xd7\xbb\xa8\x62\x24\x21\xde\xe7\x76\x95\x4d\xec\x59\x9f\x74\xee\x9e\x30\x8e\x4f\x76\xcd\xb3\xe0\x53\x3e\x49\x75\x11\xfe\x70\x9f\xd5\x86\x60\x0f\x5b\xdf\xeb\x4d\xe2\x8e\x44\x5f\x5a\x53\xbe\x95\xa8\xdf\xf9\xa6\x5f\x46\xd7\xfd\x3a\x9b\x68\x6f\x66\xfc\xe3\x9a\xa4\x9e\xcf\x05\x98\x36\xe6\x68\x8e\xbb\xcd\x97\x9c\x6f\x14\x78\x3d\x61\x9d\xaf\x80\xfb\xfc\x28\x4e\x2a\xd2\xf0\x77\x2f\x86\x66\xd3\x03\x43\x8b\x3f\x64\x1c\x02\x3c\x61\xb5\x12\xcc\x80\xb7\x4a\x35\xd0\x9f\x80\x53\x65\x39\x91\x15\x20\x39\x4e\x21\x64\x07\x74\xbb\x62\x28\xc8\x17\x14\x5f\xd5\xe1\x7d\x00\xb4\xc2\xad\x72\x5e\x04\xeb\xd6\xc8\xda\xd0\xc1\x73\x35\xdd\x26\x3b\xc1\x94\x5a\x75\xfd\xd3\x21\x75\xb5\x0f\x5e\x69\x43\xcf\xd4\x5a\x3d\x21\xfb\x82\xf3\x86\x05\x71\x01\xeb\xcc\x2a\xae\x36\xf0\x69\xae\xb0\x84\x07\x1e\xcf\x8d\x67\xee\x86\x5c\xcb\x45\x93\xad\x60\x7b\x98\x6f\x53\x66\x43\x23\xf2\x2c\x70\x21\x70\xcb\xfc\x77\x48\x1d\xf8\x87\xc2\x52\xb8\x71\xd8\xde\xe2\x4d\x10\x37\x4c\xa2\x54\xc1\x4f\x2c\x8c\x51\xb6\xed\x96\x1d\x7e\x9c\x23\xb4\xf7\x08\x5f\x2f\x9f\xb0\xb8\x12\xc1\xaa\xe8\x31\x98\x89\xfc\x58\x49\xd0\xd9\x46\x38\x56\x39\x69\x03\x80\xa5\x74\x45\xe1\xbb\x90\x3a\x6a\x47\x6d\x3e\xec\x37\x75\x37\x27\x31\x4c\x40\x49\x28\x28\x88\xbc\x4b\x31\xa0\x8d\x22\x8e\x51\xde\x93\x02\xa3\xcb\xa9\xec\xc4\x6b\xc8\x7e\xfa\x55\xb4\x68\x4c\x45\x76\x4b\xc4\x97\x58\x49\xc6\x04\xc4\x25\x56\x3f\x6f\x5f\xe0\x87\xd8\xb2\xfc\x1d\x2f\x15\xd4\xb9\xc2\x09\x27\x20\xea\x7d\x31\xde\xfa\x0e\x7a\x8a\xf5\xc3\xe4\x20\x76\x4f\xe9\x2b\xbd\xc0\x38\x74\x19\xf9\xe5\x6d\xb8\x5e\x7a\x55\x47\x57\x24\x8f\x74\xbb\xb1\x2f\xba\x83\x98\x56\xf5\x2f\xb6\x9c\x78\xaa\xe4\x06\xe6\x62\xda\xdf\xdc\xf0\x38\x43\xe2\xdd\xac\x35\x1c\x8f\x24\x99\x92\x19\x3f\x99\xfe\x02\x67\x9a\x90\x9c\xf1\x03\xa9\x8c\x57\xcb\x9a\x84\x5f\xc2\x43\xa8\xc7\x40\x0c\xfc\x22\xfd\x84\x9f\x5c\x22\x31\xbb\xd8\x4d\x95\x60\xc2\x00\xd8\xa5\x26\x45\x31\x3d\xcc\x6b\x93\x73\xf2\x65\x0d\xba\x53\x25\x0b\x76\x74\x2e\x21\x87\x92\xec\x7b\xb5\xd1\xcb\x04\xa9\x96\x48\x9c\x6d\xa2\x5a\x6d\x14\xde\x1e\x8f\xe7\x10\x93\xf6\xe2\xb1\x05\x9b\x29\xba\xf8\x7e\xba\x5b\xea\x70\x22\x3a\xfd\x1c\xf1\x00\xc1\x2d\x71\x80\x38\x9a\xb4\x80\x2e\x27\x21\x52\x90\x91\x05\xe9\x32\x69\x71\x90\xaf\xe9\x11\x24\x6e\x10\x24\xe3\x6a\x46\xa9\x17\x3b\xf3\x78\x96\xb9\x53\x76\xd6\x23\x4a\x80\xf5\x53\x32\x89\x46\x37\xb1\xa5\x8a\x67\x4f\xe8\x5d\x4a\xd8\x8d\x7d\x3f\xa8\x99\xa4\x8c\xf9\xd0\x71\x3c\x75\x00\x73\xbe\x49\x97\xb4\x81\xce\xad\x8e\xca\x1c\x42\xbf\x2e\xa9\x21\xf7\xa0\x73\x98\xaf\xa8\xb1\x98\xb3\xe4\x39\x5a\x18\x66\x3b\x95\x42\x37\xc6\x7e\x8d\xf7\xa6\x2f\xe0\x22\x63\xfc\xb3\xc3\x12\xee\x85\x01\x72\x2c\x13\x8d\xc1\xc5\x8c\x83\x49\x01\xfe\x12\xb9\x07\x53\xd2\xdc\x5d\x98\xbb\xd2\x08\xf6\xf9\x79\x0e\xe9\xe7\x2d\x40\xf9\x1d\x99\x71\x06\x75\x24\x66\xf4\xa3\x51\xab\x2c\x3b\x04\xb7\x47\x8e\x9a\x8e\x90\x6b\xa9\xcf\x4e\x8e\xca\xab\xd3\xcc\x7d\x16\x65\x5e\xee\x97\x67\x10\xe5\x59\xb8\x91\xcf\x8f\x9a\xce\xa6\x15\x0c\x22\xc8\x19\x5e\x85\xe4\x68\x72\xd2\xd3\x22\x03\x64\x2f\x56\xa7\x68\x23\xf6\x02\x22\xb0\xb8\x05\x7d\x1d\x96\xc4\xaa\xc6\x46\x01\x6a\x4b\xda\x71\xd5\xde\xbf\xcb\xf6\x26\xf4\xb8\x3c\x64\x6b\x12\x5e\xda\x34\x72\x4a\x52\x9e\x9b\xb0\x72\xe2\x42\x35\x26\x83\x99\xd9\xa1\x92\x03\xa0\x02\x32\xac\xbd\x43\xa4\x18\x02\xf3\x6f\x62\x94\xbc\x87\x5d\xe3\x4a\xb3\x8f\x43\x7f\x95\xa6\x72\x9e\xc1\xe0\x79\x41\xe5\x96\xa1\xfb\xa9\x66\xe5\x7f\xe0\xb7\x88\x77\x2b\xb0\x61\xf6\xf8\xb3\x95\x46\xe1\x38\x94\x76\xd5\xb9\xff\x10\xb3\xfa\x1e\x42\x2f\x24\x9b\xfb\x1c\xd9\x18\xd0\xcf\xeb\x43\x3d\xf4\x94\xaa\x75\xc5\x24\x38\x5a\xd6\x6d\xe1\xc0\x96\x77\x58\x43\x80\xf9\xd9\xeb\x65\x0b\x80\x2f\x23\xea\xe5\x24\xc0\xfb\xee\xca\xaa\x13\x80\xfa\x16\x4f\xae\x16\x80\x52\xa7\xc2\xfb\x03\xe0\x94\x6f\xd5\xfa\x02\x0f\x14\xbd\xab\x83\x00\xcb\x18\xc7\xeb\x2d\x41\x49\x59\x97\xeb\xbf\x80\x27\x53\x1e\x37\x24\x86\x3c\xc0\x19\x37\x5a\x40\x2a\x90\xd8\xa6\xc7\x30\x57\x78\x15\xdf\x0f\x3e\x0b\x12\x08\x9a\x22\x1c\x7c\x67\x5a\xac\x10\x7a\x6e\x27\x5a\x77\xc5\xd8\xda\x52\xab\x61\x3e\x97\xe7\x23\x6a\x6c\x7d\x6c\xc7\x18\x75\xab\x3e\x01\x7d\x90\x46\x25\x1f\xc7\xb6\x08\xfe\x03\x1f\xdd\x46\x96\xa0\xc0\x27\xb9\xfa\x57\xf3\x17\x9f\x99\xb2\xd7\x2d\x3b\xbe\x29\xf9\x4c\xe1\xaa\x9f\x19\x7d\x77\x2b\xd3\x1f\x9e\xfe\xa8\xcd\x28\xa0\x8b\x00\x6c\x3f\x18\x14\x83\xc9\x6d\x6f\x01\xde\x8f\x1a\xef\x98\x07\x23\xa1\x0b\x5d\x17\x21\x47\x83\xde\x75\xe3\x61\x5f\xbc\xba\x7b\x0d\xc2\x9d\x1c\x7f\xf1\xa5\x5c\xf5\x16\x22\x9b\xb3\x5d\x6d\x27\x6e\x0a\x67\x5c\xad\x07\x4a\xdb\x26\x5c\xdd\x3a\xcd\x3a\xb2\x5d\xfd\x9a\x4f\x74\x9d\x75\x2d\xae\xed\xeb\x56\x75\xbb\x52\x81\xe9\x51\x74\xeb\x61\x69\xf6\x8a\xb8\xf7\xe5\x6e\xf6\x0e\x79\xb4\x53\x70\x7d\x00\xaf\x9b\x69\x4b\xfd\x67\xbc\x71\xf8\x9b\xfd\xef\x7d\x6d\x50\x17\x07\xda\xfc\x8f\x44\x5c\x1d\xb2\x09\xfc\x16\xdc\x35\xdc\x09\x6c\xf7\x4f\x1a\x75\x09\xf1\x74\xdb\xd3\x59\x6b\x77\x7d\x21\xb8\xbb\xd3\x0e\x3a\x69\xd7\xdb\x62\xd7\x34\x94\xd1\x5f\x6d\x37\xdc\xfd\x7b\xf0\x96\xdd\x4c\xeb\xc3\xa1\x58\xbb\x1f\x8d\x80\x61\xb8\x3d\x84\x9b\x36\xe2\x6c\xff\x8f\x9d\x37\xaa\xe1\xb8\xbf\x90\x3c\xba\xe8\x74\x2b\x07\x3a\x96\xe0\x0c\xcb\xba\x3c\x7e\xc5\xe5\x73\x0a\x6b\xbc\xd7\x0d\x83\xfb\x33\x11\xe1\x11\x8f\xec\x9b\x04\x7b\xd5\xc2\x03\xa7\x9f\xfb\x4e\x00\xd1\xb3\x8f\x03\x5f\x78\x3f\x1f\x5e\x34\x37\x5c\xd8\x19\x3b\x64\x1e\x39\x55\x33\xfe\xdb\xbc\x7f\x84\x3f\xd9\x6b\x21\xdb\xd7\x31\xbd\xc7\x82\xd8\x81\x9f\x6e\xb7\x7c\xdb\x2c\x3f\x03\xb5\xda\x55\x97\x36\xfb\xd0\x2a\xb3\x6a\xef\xec\x90\xf5\xcb\x52\xe3\x39\x37\x1b\x8d\x7c\xff\xb9\x9f\xb6\xe7\xe9\xc1\xf3\x99\x76\xaf\x33\x2e\x2d\x98\xd8\x13\x92\xea\x17\x7e\x3b\x42\xb1\x7d\x8b\x5c\x67\x2a\x02\xb5\x54\xe5\x66\x05\x2d\x5c\x31\xf1\xac\x0a\x94\xb7\x8a\x6b\xbb\x53\x95\x61\xcd\x6f\x7f\x5c\x12\x68\x8d\xeb\x34\x62\xbe\xb1\x0e\xed\xd6\xa2\x98\x5b\x65\xf4\x8a\xa6\x46\x59\x21\xfa\x4e\xe3\xfe\x5a\x4e\xf5\x3f\x47\x66\x59\x0e\xf6\x7f\x83\x53\x2c\xd7\x07\x70\xe0\x07\x96\x5b\x83\x4a\x7e\xbf\x2d\x33\x07\x3f\x7b\x78\x59\x3e\x1e\x2a\x73\x9c\xb2\xf0\x1e\x3e\x67\xf5\xdb\x62\x65\xa8\xd6\x44\xc1\xe2\xc9\x50\x9f\x9e\x85\x55\xee\xa0\xcb\xcb\x37\xd6\xa2\x03\xf3\x5a\xbd\x0e\x27\x04\x22\x3c\x69\xc7\x61\x41\x44\x19\xda\x29\xa1\x99\x95\xff\xc6\x69\x53\x78\x91\xa6\xee\xac\xda\xea\x4b\x8c\x71\xd6\x6b\xcb\x4c\xe8\x76\x36\x6b\x5f\x8a\xb5\x72\x7e\xdd\x79\x2d\xfc\x88\xf3\xe9\xae\xbc\xe0\x78\xa7\xe9\xee\xdf\x01\xc7\x9c\x86\x7b\xf5\x3d\x53\x9d\xca\xfb\x6c\x9c\x1f\x3a\x65\xf4\xd5\xda\x20\x9c\x12\xfa\x92\x4c\x6f\x38\x35\xf6\x3d\xd5\x37\x70\x46\xf5\x5a\xbc\xf2\x76\xb1\xee\x09\x78\x6a\xe0\xc2\xac\x0f\xaf\xcb\x73\x3f\x5d\x0f\xe3\x8c\x78\x50\xea\x77\x0a\x5f\x7a\xd2\x1b\xbe\xd1\xe7\xbc\xec\x1a\x7f\xa5\x9b\x78\x7d\xe3\x1f\x4c\x2c\xf4\x7e\x21\xd0\x45\x4b\x7b\x07\x37\x67\x44\xa4\x79\xdb\x0a\x0d\x20\x77\xbd\x55\x5a\xd7\x03\x17\xbd\x65\xdb\x01\xde\x6a\xde\x47\x3a\x7e\xbb\x54\x7b\xcd\x77\x3d\xb4\xd3\xf0\xfa\xdc\xf9\xd5\x2c\xc3\xfb\x6c\x67\xe3\x5b\x5d\xef\xb5\x8e\x9e\xd7\x7e\x3e\x75\xed\x1f\x9e\x69\x7b\x3a\x73\x29\x4d\xaf\x7d\x64\xb9\x9a\x95\x59\x7e\x9a\xdc\xb3\xc5\x74\xff\x7e\x2e\x9d\xa1\x14\xf8\x88\x67\x99\x49\x09\x32\xa8\x71\x48\xfa\x1e\xb4\x55\x5b\x84\x75\x01\x5c\xaf\xd7\x88\x6a\x00\xdc\x6f\x94\x85\xfe\x01\x68\x35\x4d\x03\x46\x00\x7a\x82\x50\x9f\x4d\x80\x53\xcb\x51\x37\x27\x80\x81\x30\xdf\x61\x17\x00\x21\xa4\x59\x78\x03\x8a\x85\x25\x06\x42\x60\x90\x70\xaf\x8e\x10\x64\xda\xe2\xac\xed\xec\xf7\xba\x7c\xb8\x05\x1a\x98\xc2\x59\xe7\x8e\x02\x1f\x72\x6e\x97\xbe\x01\x9b\x72\xcc\x98\x83\x21\xaf\x38\xb1\x14\x17\x48\x63\xb9\x47\x6a\x35\x74\xad\xc2\x2f\xfe\x22\xcc\xa3\x72\x1e\xb9\x01\x2b\xaf\x8e\x85\x2f\xc2\xf2\x79\x64\x70\x3c\x0c\x5f\x5b\xea\xaf\x0f\xa3\xd7\x97\x7b\x38\xc3\xe8\x8d\x28\xc7\x3a\xd8\x5a\x93\xa8\x55\x64\xe8\xb3\xa6\x67\x46\xdf\xe1\x27\x9b\xee\xe9\x22\xc2\x3c\x9a\x24\x9f\xe3\x80\x1e\x25\x41\x6d\xb9\x21\x26\xc5\xc3\xb5\xdb\xb0\x33\xc5\xf2\x9c\x22\x78\x40\xd1\x78\xc1\xf7\x70\x7c\x51\x23\x3d\x28\xd2\xa8\xd8\x94\x34\x17\x35\xc1\xba\x9c\xa8\x85\x88\x2d\x61\xa0\x4f\x45\x1f\x2d\x93\x88\xf8\x19\x7d\x89\x23\x06\x49\x8e\xbe\x58\x21\x17\x64\x12\x6d\x54\x75\xc0\x5b\x35\xda\xa7\xfa\x83\x8b\x4a\x34\x93\x67\x63\x2b\x83\xbc\xcb\xfb\x6e\xda\x86\x7c\x5f\x83\xd2\x6f\x8a\xd5\xae\xbd\xf2\x4a\x39\x54\x2e\xcf\xa8\x73\x3b\x02\x9b\xcb\x6c\x94\x44\x48\xe4\xde\xae\xf2\x40\xa6\x32\x86\x58\xd5\xb1\x0d\x8c\xba\x5c\x31\x34\x83\xf1\x25\x2b\x1e\x2b\x92\xdb\x93\xa2\x16\xb7\x97\xf9\x3d\x6e\x32\x2e\x25\x9f\x10\x5d\x1b\xb7\x50\xe8\x1d\xfa\x21\x6e\xb6\x98\x02\xc2\xc6\x0d\x97\xb4\xf8\x5d\xc0\xdd\x2e\x03\xba\x2d\xe3\xc0\x1c\x25\xfb\x9e\xf8\x37\xe5\x52\x16\x95\x09\x87\xca\xff\x18\x26\xe0\xed\x2b\x6f\xea\xac\x20\x5a\x69\xd9\xbd\x72\xb1\x1f\xa8\x77\x9a\xeb\xb1\x9a\x14\xed\x1a\x0a\xee\x23\xb9\x9a\xdd\x8c\xd7\x22\x63\x0b\x4e\x10\xde\x90\xb3\x68\x01\x49\x91\x14\x6f\xd2\x81\x64\x04\xd5\x14\x4f\x4b\xd1\xa2\xbd\x43\x31\x52\x66\xb2\xc3\x23\xf2\x52\x4f\x33\x88\x10\xbd\x54\x69\x26\x3f\x68\x6f\x2a\x2c\x1f\xe3\x15\x92\xba\x5c\x78\xc5\x69\x3b\x8d\x57\xd4\x6d\x3d\x4f\x9c\x65\x3d\x34\x15\x49\x57\x2f\x29\xd1\x6b\xc5\xae\xa6\x53\x07\xe5\xf1\xd7\x49\xb2\xed\x37\x92\x8f\xa4\xfd\x6c\x94\x4d\x6d\x4a\xc3\x56\xbd\x21\x69\xa5\x3d\x66\x65\x65\xdc\x48\x83\xe6\x8a\x66\x0a\xd3\xde\x65\xa5\x64\x15\x12\x05\x29\x17\xc9\x5e\xa4\xf5\xb8\x4d\xf2\xaf\x0c\x1c\x72\x3f\xc5\x25\xcb\x19\x6e\x4a\xf1\xa6\x50\xc0\xa2\x94\x44\x5a\xa5\x5f\x0f\x15\x98\xad\xec\x36\x4f\xd3\xce\x29\xb5\xd7\xa2\x13\x73\x4b\x2d\x7c\xb2\x77\xf2\x72\x0c\x56\x53\x62\x93\x24\x46\xa6\x48\xc9\x89\xdb\xdd\x92\x99\xad\x89\x62\xcd\x16\x14\x32\x1e\x5d\x53\x45\xb7\xc6\x2b\x71\x14\x73\x1c\xf0\xb7\x0a\x32\x19\x5f\xf1\xb1\xf4\x33\xb9\x8b\x89\xa6\x24\x21\x33\x9d\xf0\x3c\x11\x99\xa7\x9c\xd4\x80\x26\xe5\xa5\xa6\x18\x44\xd6\xe7\x8b\xa7\x3d\x83\xaa\xe4\xfb\x91\x8c\x83\x84\x05\xa7\x33\x34\xbd\xaf\x15\x7c\xce\xdc\x71\x76\x29\x3a\x4b\x11\xb1\x9e\x2f\x4e\xa0\x19\x99\x9c\xa2\x6a\x61\x1d\x26\x86\xb3\x5b\x30\x35\xfd\xf7\x73\xeb\x30\x32\x6d\xed\xf9\x19\x68\x54\x63\x40\xd1\x11\xf4\x8d\xaa\x51\xd6\x0d\xd4\xd7\x92\x37\x25\x8e\x68\x9b\xdc\xe9\x52\x3b\xf4\x0a\x39\xa4\x74\x1d\xf3\x2d\x55\xbf\xcc\x37\x4e\x2c\xfe\x56\xd9\x24\x0e\x13\xe3\xca\xd6\x49\x50\x0f\x4b\xe6\xa8\x25\xde\x00\x2f\x71\xe6\x92\x2e\xfb\x3b\x56\x1c\x48\xb9\xef\xde\x59\x29\x91\xa6\xea\x20\x5f\x45\x48\xdf\x63\x1e\x5d\xe0\x12\xfd\x74\x56\xaa\x38\x12\x31\x31\xbc\x51\xea\x8e\x70\xea\xd6\xe4\x88\x46\xad\x35\x0f\x54\x04\x46\x45\xd5\x9a\x56\xb9\x47\x3d\xe7\xf4\x56\x37\x45\x79\x17\x46\x72\x59\x51\x23\xd9\xe6\x3c\x23\x04\x33\xe3\x06\x8f\x1f\x5d\x93\x74\xb2\xc6\x08\xb9\x80\xbd\x58\x33\x1b\x2b\x85\xf0\xab\x2d\x44\xfd\x86\xe5\xd7\x15\x61\xd5\x01\x1f\xea\x7f\xe2\x0c\x7d\xae\x34\x26\x27\x44\xbb\xb8\x37\x7d\x20\x28\xda\xe8\x94\x8b\xc0\x4f\x2c\x2a\x56\x9d\x0e\xcd\x19\x9f\xe3\x4e\x84\xbe\xee\x7f\x5d\xeb\x03\xe3\xb7\x75\xd4\x4f\xc0\x34\x1a\x8d\x1a\xc3\x60\x0a\xd5\x47\x9b\x3e\xc1\xd4\x4a\xa6\xf8\x8d\x30\x16\x73\x47\x80\x08\xbd\x4c\x3d\x2d\x58\x86\xdb\x10\xf7\x35\xdf\x0a\x0b\x4f\x58\x6b\xfe\x13\x9e\x89\xba\xde\x52\xfb\x1f\x62\x0a\x87\x11\x0a\x21\x2d\xad\xd3\x48\x60\xe0\x99\x76\x53\xd4\x3d\x4f\xad\xce\x5d\xd8\xc7\x0e\x5e\x75\x23\xc0\x8d\xe5\xd5\x46\x01\x30\x6f\xaa\x46\xa0\x09\x04\x0f\xf9\xb5\xc4\x02\x6f\x75\x3d\x68\x4d\x04\x6c\x36\x8b\xb5\xab\x03\xa6\x6b\xc5\x3b\x8c\x00\x3b\xe5\x37\x3b\xdf\x00\x2d\x8a\x3c\xbb\xce\x82\x76\xe7\x54\x75\xd5\x81\xd6\x32\x7f\x74\xdf\x0e\xbe\x9a\xa2\xd8\xdd\x14\x12\x85\xd3\xed\x81\x43\xe6\x91\xe8\x5e\x07\x18\x1c\xce\xeb\xab\x80\x8f\x80\xc6\x06\xa4\x23\xde\xfa\xae\x0d\x32\x10\x13\xae\xaa\xad\x7a\xbe\xcf\x56\xf3\x3a\xce\xfa\x8a\xcd\xc4\x74\xe9\xf8\x1e\x18\x69\xea\xb1\xf3\xf9\xd9\xab\xd0\x27\xef\xb3\xd4\x0a\xec\xe7\xfa\x74\x35\x4c\x0e\xa4\xfb\x9e\xa8\x36\x19\x04\xfa\xea\x97\xb6\x0f\x3d\xf3\x3b\x90\xaf\x3b\x7c\xc4\xaf\x91\xd6\x3a\x5c\xea\xbf\x9c\x2e\x3f\xf2\x38\xf0\x01\x01\x31\xf2\x3e\xa8\x07\xc3\x1b\xcd\x03\x5a\x46\x4d\x8d\x6d\x82\xab\xa0\xdc\x09\x28\xc4\x31\x28\x71\x4a\x21\xd4\xc9\x73\xa1\x5f\xd6\xb5\x7c\x75\x75\x90\xe0\x5a\x36\xcb\x1d\x4e\x77\x2d\x19\x6b\x19\x25\xba\xd2\xfa\x97\xc6\xf7\xb9\x16\x75\x74\x4e\x28\xbb\x76\x09\x52\x27\x8f\xbb\x29\xd6\x7a\x4c\xf6\xba\xe5\x54\x3c\x9e\x8a\x76\x7f\xc1\x3a\x3c\x7d\xc1\xe3\x45\x6e\xfd\x74\xb7\xa7\x26\xc5\x79\xc6\xc5\x2b\x2d\x6d\x76\xe6\xab\xf7\x02\xde\x62\x96\xe2\x9b\x84\x7a\x34\x67\xe2\x7f\x2a\x42\x61\xc1\x38\xc8\x32\x38\x78\xc9\x1a\x64\xe4\x37\x3f\xd9\x66\x3b\xf0\xce\x6c\xe6\xa5\x6d\xcd\xbc\xd1\xdc\x82\xed\x8b\xc9\x83\x0b\xbe\xb6\xf0\xa1\xba\x25\x51\xdb\x84\x1e\xd0\xd2\x55\x3b\xff\x56\xec\x92\xa1\xfd\xcd\x46\xf4\xd2\x47\xfb\x01\x2e\x6f\x19\xe3\x00\x63\x2f\xac\x88\x3a\x46\x17\x2e\xaf\xa4\x3a\x95\xe4\xb4\xad\x9e\x77\x7e\x9f\x05\x5b\x65\xb8\x6a\xa7\x7c\x7f\xf7\xca\x8d\x1d\xff\xfc\xfd\x35\x8f\xe8\x98\x03\x1f\x9e\x7a\xb5\xc3\xa1\xeb\xfb\xfd\x24\x80\x6a\x4e\xf4\xce\xdf\xbc\x7f\xce\xf6\xdd\x4f\x39\x57\x9c\xe0\x7d\x47\x0a\xcf\x39\x79\xf6\xaf\x66\x9b\x39\x79\x0d\x2a\x66\x68\x39\xdd\x19\x3a\x43\x28\x77\xdc\x1c\xda\xc0\x00\x1c\x3b\x87\x91\x51\x96\x8e\xfc\x91\x53\xd0\x65\x47\xe0\x48\x2d\x80\xee\x78\x79\xd4\xc6\xe7\x83\x43\xd7\xe8\x6f\xb7\x3c\xfb\xc5\xb1\x1e\x07\x03\x7b\xd0\x18\xd3\x92\x60\xbf\x31\x26\x65\x34\xe1\xa0\x3e\x4a\xd7\x75\x74\x98\x1a\x19\x78\xa1\xed\x2e\x68\x7d\x55\xe7\xed\xa9\xde\xba\x59\x61\xef\x75\xbb\x6d\xa0\x38\xd4\x2b\xa7\xe3\x3e\xc3\xd9\x6b\xa3\x33\x3b\xeb\x82\xb7\x44\x57\x7b\xb2\x8f\xb7\x54\xcf\x51\xec\x9c\xd7\x8f\x5e\x67\x04\xc6\x2b\xa3\x8f\x06\xdb\xf0\x92\xed\xcf\x07\xf6\x7a\x56\x0c\x50\xfd\x0e\x79\x3a\x0f\x26\xb8\xaf\x7a\x1e\x1c\x72\x77\x6c\xf1\xe0\x0f\x41\xad\xf7\x7a\xa0\x87\x9e\x1a\x7f\xf4\x28\x1c\xec\xd7\x7b\xe1\xf9\x7c\x70\xcf\x4b\x79\x1f\xa8\xe0\x46\xc3\x37\xbf\xd7\x02\xfb\xaa\xac\x80\xbd\x02\x44\x09\x24\xe0\x4f\xb3\x3f\xf3\x72\xe0\x40\x8b\x0f\xf9\x63\x90\xb3\x30\x28\xf5\x6d\x90\xb0\x35\x0d\x57\x17\x34\xd6\xb6\x86\x34\x0d\x6a\xe8\xb0\x83\xfb\x07\xb9\x76\xbe\x07\x1b\x06\xee\x74\xfb\xfa\x3f\x0f\x64\xf6\x9e\xf6\x3c\x19\xf8\xa4\xcf\xc7\x79\x4f\xc0\x7a\xdf\x9c\x8d\x7b\x40\x71\x1f\xc3\xf4\x60\x40\x49\x9f\xa3\xde\xd7\xc0\xf0\xde\xfd\xaf\xf6\x05\x4a\x34\x3c\x11\xec\x03\xc0\xeb\xbb\x78\x47\x41\x4d\xf5\x46\x65\x94\xe0\x5b\xf5\x8b\xf9\xb7\x42\x3c\x1b\x6a\xa9\x13\x10\xed\x46\x06\xd1\x0c\xba\xa7\x89\x90\x30\x0c\x7d\xc1\xef\x8f\x0d\x82\xfa\x37\x2b\x85\x3f\x80\xea\xb6\x34\x87\x68\x42\x0f\xb4\x9a\x07\x6a\x42\x86\xda\x56\xbd\xda\x21\x71\x1d\x10\x17\x24\xe4\x4e\x67\xbe\x9d\x24\xe4\x72\xe7\x13\xb3\x46\xc8\xcd\x8e\x2f\x6f\x63\x20\x7f\x3b\x2e\xbd\xb6\x02\xf7\x70\x99\xad\x7c\x48\x7e\xf5\xb7\xda\x75\xd8\x52\x75\x5a\xb9\x05\x9c\x5f\xcd\x2c\x5c\x0b\xd7\xe7\xca\x65\x63\x23\x52\xb9\x2b\x19\x47\x22\x89\xbc\x79\x02\x28\xea\x58\xed\x75\x8c\x54\x94\x76\x1d\x35\xb2\x36\x4a\xa5\x21\x16\xea\x14\x75\xac\xe9\x0e\x00\x14\xf9\x95\xdf\xe3\x23\x88\x1c\x6c\xb6\x75\x33\x8a\x4c\x6e\xd9\x70\xd8\x17\x59\xd5\xd2\x6b\xd1\x10\x39\xd1\xd2\x6c\x18\x1c\xd5\xdd\x82\xd2\xd1\x86\x2b\x94\xef\xef\xda\x1d\x11\xc8\xd9\xdb\xc0\x8f\xa2\xb3\xbb\xab\x9c\xa2\x1b\xd9\x39\x25\xfb\x62\x08\xec\x9e\xdc\x6c\xd4\x0d\x8e\x12\xf9\x2e\xda\xaa\x5c\x24\x85\x86\x51\xac\x10\xc5\xdd\xc3\x00\x2b\x21\xc8\xf3\x98\xe4\x6a\x31\xb8\x29\xc6\x8f\x27\x05\xd6\xc4\xdc\xad\x3d\xe7\xff\x08\x23\x59\xb7\xe9\x11\x88\x9e\x6e\xe8\x71\x1c\xc4\x9c\x6d\xf4\xb4\xaa\xc5\x04\x34\xe6\x18\x7b\x60\x9f\x37\xed\xd2\xf5\x8a\xbe\xcc\xb2\xee\x95\x8a\xa5\x15\x9f\x6f\x3e\x85\x79\x56\xe4\x57\x23\x15\x17\x5b\xa4\xc4\x2e\x8c\x8f\x2e\x3a\x57\x70\x1b\x6f\x58\x74\x91\xc6\x4b\x04\x17\xad\x93\xee\x11\xac\x8b\xfb\xf0\x4c\x42\x71\x89\x2d\x0a\x4e\xd8\x2a\x9d\x8c\x70\x26\x6c\xb2\xc7\x21\xcf\x08\xbd\xe5\xa3\x41\xf7\x09\x93\x95\x89\xde\x8f\x08\x0b\xd5\xb7\x5c\x1c\x92\x4e\x71\xb1\xb6\xa1\x49\xd5\xbc\x9b\x66\x56\xc9\xc1\xbc\x4f\x6f\xf7\x61\xe3\xf2\xc4\x07\x74\x13\x54\x72\x73\xdb\x2c\x08\x28\x06\xae\xe1\x49\xf2\x04\xe3\x79\x65\x41\xea\x17\xc6\x19\x96\x02\xb1\x94\xf1\x98\x91\x96\x7e\x84\x51\x94\x75\x3a\xbd\x35\x17\x9d\x1c\x97\x61\xcb\xac\x8d\xd3\xcd\xe8\xca\x7f\x19\x6d\x9e\xb1\x55\x28\x15\x5a\x99\x51\x5b\x6c\x0c\x42\x64\xe0\x4b\x3c\xfc\xde\x64\x2c\x94\x4e\xb9\xab\x65\xca\xb0\xf5\x1d\xae\x64\x69\x71\xbc\x2c\xfd\xc8\x7e\xe5\x68\x23\xa5\x24\x67\x9a\xe7\xc8\xfd\xb4\x70\xca\x74\x97\x7e\xfa\x3a\x79\x45\x10\x9e\x15\x44\xb6\xe1\x4d\x51\x90\xe4\xbd\xec\x97\x34\x4d\xb2\x72\x7e\x0d\xbd\x86\xec\x4d\x53\xca\x86\x50\x6e\x10\xa9\x39\xe7\xa9\x47\xf1\x72\x39\x04\x1a\x0d\xe5\x9e\xf3\x35\x5b\x35\x82\xc4\xd8\xcd\xb8\x0d\xf1\xc9\xd9\x64\x9a\x07\x99\x30\x5e\xe4\x1f\xf2\xda\x62\xd4\x15\x44\x3a\x47\xe4\x26\x16\x89\xdb\x78\x32\xdb\x8b\x3b\x4d\xf7\x66\xd5\x92\x5a\x27\x5e\xd0\x82\x88\xc8\xde\xbf\x39\x8f\xd3\xde\xb7\x66\xe7\x4e\xa6\x99\x35\xbc\xc9\xfb\x94\x76\xb2\xb2\xb3\xa0\x21\xf5\x23\xeb\x4d\xe1\x7a\xda\x63\x46\x5e\xd1\x40\x5a\x7b\x96\x5a\xb1\x33\xb1\x36\x79\xab\xb8\x9f\xb4\x1e\xb7\x58\xfc\x2f\x03\x88\x3c\xc1\x52\xcc\x52\x81\x7b\xb0\x6e\x50\xa4\xc1\x17\x59\x06\xb4\x43\xfe\x22\x25\xf7\xe9\x79\xee\x76\x25\x3b\x39\x4f\xed\xe7\xcb\xac\x72\xbd\x2c\xae\x32\xeb\x08\xd0\x99\x23\x05\xfd\x89\x94\xa1\xd2\x62\x3c\x7e\xb1\x73\xbb\xf4\x02\xfe\x89\x80\xcc\x36\x48\xf8\x5c\x73\xab\x5c\x32\xa1\x8d\xdd\x50\xf1\x02\xbf\xb7\xe0\x71\xa5\x3a\x3e\x90\x56\x59\x99\x9b\xe8\x4c\x8a\xac\x3a\x48\xf0\x4a\xb4\xa8\xd2\x4b\xea\x46\xe3\xaa\xa0\x29\x4f\x23\x07\xaa\xbe\xa4\x9d\x85\xbe\xad\x7e\x45\xfc\x1e\xb4\x53\xbd\x93\x3e\xe4\x0d\xe4\xee\x64\x92\x9c\x79\x35\xca\xe4\x42\xeb\x9c\x32\x32\xd6\x75\x01\x53\x4e\xc4\x74\x8e\x6b\x56\xbd\xc0\x68\xf5\x05\x73\x39\xe8\xf6\xb6\x23\x35\xdb\x68\xb3\x06\x4a\x1d\x1a\x7d\xb1\xea\x4e\xfd\x1a\x5a\x8a\x35\xd9\x40\x46\xc7\xe4\x12\x1b\xaf\x61\x4e\x93\xad\x1b\x03\xb1\x52\xa9\xb7\x1a\xcb\xe2\xae\xc4\xab\x35\x7e\xc0\x05\xc6\x78\x34\x5d\x8c\x9f\x08\x63\xf2\xe5\xf1\x5d\xc1\xa7\xf9\x73\x04\xae\x7f\x4e\xb3\x7a\xca\x1e\x8f\x83\x2d\xee\x69\x0f\x1c\xa4\x79\x1f\xa3\x11\x2b\xf9\x75\x8b\xd1\xf2\xd3\xba\x8d\x9e\x08\xde\x50\x1b\xbf\x00\xf1\xb4\xcb\xa0\xb9\x26\xaa\x5c\x30\x2c\xb4\x8d\xf2\xa9\x09\x69\x65\x46\x99\x70\xee\xb5\x05\x47\x11\x0a\x95\xdb\xfe\x21\xf6\x65\x2b\xb7\xdb\x21\xc6\x32\xc4\xdb\xc9\xd1\xf3\x49\x7b\x3a\x4e\x22\xb7\xb1\xd7\x3b\xb0\xb1\x27\x11\xa8\xce\x37\xa8\x0e\xd8\x42\xd7\x53\xcc\x2c\x50\xa7\xdb\x0b\xa7\xee\x43\xea\x15\x49\x98\x77\x71\x12\x8c\xc1\x3d\xdf\x37\x0b\x13\xe0\xe7\xe7\x26\xdb\xfe\x86\xd2\xc7\xdc\x3b\x2d\x43\x95\xfa\x76\x77\x1b\xc2\xca\x5a\xf3\x7b\xa5\x61\xa6\x0d\x2e\x7d\x17\x60\x2f\xab\xbc\xfb\xcf\xc2\x74\x4a\xa0\xfd\x29\xb0\x45\x26\x6b\xe0\x68\x68\x30\x65\x66\xc0\x09\x4e\x48\xfb\x36\x50\x12\x96\x8e\xdf\x37\xe8\x1d\xce\x44\x69\x0f\x5d\xfe\x0f\x31\x87\xad\x11\x4a\x21\x3d\x23\xbe\xc8\xb0\xc0\xf3\xa3\x9d\x28\xb8\x47\x47\xf7\x05\x10\x79\x5d\xaa\x77\x15\xa4\xb9\xb0\xd2\xff\x07\xb8\x33\x31\x3f\xb8\x0d\x2c\x1f\x14\x19\xce\x05\x06\x77\x4a\x8e\xca\x01\xb5\x04\x57\xc7\xae\x02\xef\xd6\x78\x8d\xfd\x05\x1a\x71\xaa\xc7\xab\x81\x75\x45\x62\x13\x96\x20\x9f\x9c\xe8\x89\x55\xb0\x41\xe6\xfa\xa4\x43\x70\x48\x8a\xc1\xe4\x66\x48\x36\x2e\x7d\x8a\x0b\xf9\x80\x2c\x9c\x6e\x87\x61\xe1\xf4\x59\x8f\xb0\xa3\x20\xec\xbc\x4a\x44\x91\xaf\xf6\x88\xb7\xef\xf7\xf5\xed\xb1\x66\xdf\x8a\x25\xc6\xc4\x90\x6f\xf4\xf4\xe9\x29\x8e\xaf\xcd\x70\xcd\x8c\x9b\xef\x8d\x1e\xcf\xd9\x08\x5f\x59\x61\xdf\x5c\xb8\xaf\x74\xc3\xcb\xf9\x1b\xbe\x9e\x55\xdb\xf3\xab\xbe\xa5\xa5\xd4\x05\xac\x5f\x70\xfe\xfd\xc5\x2b\xfe\x77\x69\xad\x8b\xcd\x01\xb6\xe9\x5a\x4b\xfa\x81\xf9\x84\xfa\xe5\xc3\x00\x65\xcc\xf2\xf2\x26\xb0\x20\x6a\x7a\xd5\x37\xf8\x38\x14\xff\xfe\x3a\xa4\x33\xe8\xcc\x5c\xaa\xdb\x89\x0d\xe7\x85\xcf\xae\xe3\x2b\x22\xcb\x0f\x5c\x31\xb3\xbb\x57\x5a\x5c\x53\xc7\x5e\xbd\xd3\x74\xcd\xef\x4f\x7f\xf7\xdb\xed\x68\x47\xfa\xfb\x2c\x37\x6f\x01\xfa\x83\xa1\x5b\x4f\x6d\xc2\x87\xdf\xee\x2f\x2a\xb2\xd6\x42\xdd\x37\x59\xa8\xf5\x93\x1e\x43\x4c\xc3\xf5\x48\x4f\x21\xe5\xcb\xc6\x11\xaf\xbf\x44\x8b\x8d\x74\x9f\x1b\x78\xf6\x26\xcd\x6f\x2f\x2a\xe0\xe3\x8a\xff\x66\x84\xe2\xe7\xb0\x20\x6a\xf0\x21\xaf\xbe\x5e\x40\xdd\x3f\xef\x84\x3e\x5e\x25\xcb\xbb\x74\x20\xb4\x04\xec\x95\x31\x7c\x88\x69\xec\xd5\x3e\x62\x4f\xe9\xf3\x02\x8e\xfa\xa4\xd9\x79\x9d\x19\x73\x49\x38\xe9\x59\x38\x7e\x36\xf6\xbe\xa7\xef\x78\x52\x78\x84\x07\x77\xc2\x30\x04\xe5\x61\x3b\xd1\x1c\x18\xe9\x2e\x98\xb4\xf5\x7e\xea\x56\x30\xa5\xe2\x7a\xdc\x2d\x69\xea\x85\xdd\x67\xd7\x8d\x29\x19\x0b\x53\xb7\x73\x93\x34\xc3\x26\xb7\x7d\x93\xf7\xde\xa8\xfb\xf7\x77\x1e\x6c\x34\x0d\x54\xec\xac\xaf\xae\x09\xd2\xed\x22\x96\xf9\x05\x8d\x77\x0f\xe4\xc7\x03\x24\x7a\x1f\xd2\x88\x00\x8d\xbe\x58\xd2\x49\xc0\xf1\xfe\x5a\x3c\x28\xa8\x62\x60\x05\xe5\x11\xa4\x3d\xf8\x33\x02\x18\x48\x1b\xfa\x0a\x49\x0a\xf8\x39\x3c\x12\x54\x12\x10\x30\xc2\xf6\x71\xf3\xdf\x1a\x85\xbb\x79\xf8\x7b\x8d\xdd\x71\xf0\xf2\x3f\x30\x76\xc0\x32\xdf\x2f\x6f\xb4\xc3\xa8\xcd\xaf\x78\xf4\xad\xae\x0c\xb0\x5f\xb8\xc5\x7f\x0f\x4e\x6d\x55\xe0\x0d\x84\x88\xb5\x62\x38\x37\x21\x52\x6d\x46\x85\xc6\x90\xa2\x76\x8f\x6c\x4d\xe8\xa9\x0e\x5c\xfa\x7b\xa8\x55\x67\x33\xc1\x0a\x6a\xd9\x2d\x87\xfe\x0e\xbd\xd1\x93\x10\x49\x80\x54\xf4\xed\x81\x42\x21\xe7\xfa\x55\x00\x0d\x21\xe8\x81\x07\xbe\xee\x21\x27\x07\x9f\xba\xc3\x82\xf1\x43\xb7\x1c\x13\x82\xe5\x86\xae\x59\x2d\x82\x1b\x07\xd7\x8d\xfb\xc0\x95\x83\x76\xba\x3b\x90\x15\xfe\x70\xcb\x3a\x6c\x94\x5f\x57\x27\x0e\xcf\xe4\x77\x57\x3c\x0c\x97\x12\xc8\x16\x1b\x45\x88\x09\xb6\x19\xaa\x11\xab\xcd\x4b\x99\x9f\x23\x43\x5a\x3e\x26\x87\x47\x36\xb5\xca\xc5\xa9\x44\xb6\xb5\x05\x22\x46\x22\xf1\xed\x4b\xa1\x76\x91\xb2\x9d\xae\x20\x74\x04\xa9\x6b\xc1\x6f\x38\x42\xb2\xc7\xdd\xa3\x3c\x1c\xdd\x3b\xea\x54\x11\x2e\xd6\x27\x65\x73\x27\xac\xb5\x97\x68\x2a\x1a\x26\xec\xf9\xa2\xf7\x39\xfc\x6a\xbd\x4f\x87\x66\x64\x42\xbd\x48\x43\x01\xa2\xa0\x6e\xb6\xaa\x09\x49\xae\xeb\x2b\x99\x88\x19\xab\xcf\x66\x12\x62\xdf\x35\xe0\x28\x46\x28\x4c\x23\x24\x75\x00\x7d\xaa\xc9\x25\x1e\x8c\xd6\xe2\x47\xc7\x58\xa0\x5f\x0b\x3a\xc2\x70\xe8\x43\x2d\xce\xc1\x7d\xa8\x22\xe1\x46\xe0\x29\x94\x49\x9b\x9b\x57\x45\xec\x6a\xfb\xa4\x4b\x68\x2c\xba\x63\xcd\x4e\x3e\x36\xa3\xa3\xc0\xfc\x54\x6c\x75\x07\xf8\xad\x7f\x8c\x4c\xf5\xc7\x9e\x3c\xd4\x44\xf5\x53\x41\x08\xe6\x5d\xf5\x6e\xde\xdf\xb8\xe6\xaa\x5f\xec\xcd\xf8\xd7\xd5\x86\x05\x95\x09\xa8\xea\x15\xba\x1b\xde\x82\xdb\x40\xda\xc0\x7f\xe4\xb1\x13\x9d\x13\xa5\x6b\x36\xd1\xf7\x13\xaf\xd5\x29\x47\x9e\xc6\x2f\x34\x9c\x82\x8a\xe0\xd3\x1a\xe7\x00\x8f\xf0\x8e\x7c\x17\x9f\x6a\xbc\x9c\xa0\xc7\xcd\x3a\xa1\xa5\xe5\xa1\x83\x28\x5e\xb4\xc5\xc1\xe2\x0f\xde\xb1\x25\xde\x90\x1d\xb7\xc8\xf9\xd8\xcf\x4c\x28\x61\xaf\xb5\xfa\x12\x34\xd8\x8f\xeb\x53\x92\xd5\xd8\x5a\x95\x90\x94\x5f\x6c\x7d\x96\x65\x9a\x1f\x9b\xc2\xd8\x26\x26\x70\xa4\xb3\x10\xa4\xd3\x9c\x2f\xc9\x9f\x49\xbe\x15\xfb\xe2\x98\xa4\xd4\x4a\xd3\xe8\x12\x52\x74\xd5\x3b\xb8\x2a\xe9\x02\x77\x12\xac\x49\x6c\xaa\x69\xf2\xb7\x25\x66\xd6\x19\x78\xb0\x88\x56\xf5\xef\x9d\xa4\x89\x49\x0d\xb5\xd6\xea\xa4\x53\x8d\x17\x8d\x97\x93\x45\x58\x55\xc3\x92\x69\xf6\xc5\x4a\x9d\x7e\xe9\x8a\x45\x77\xf9\x75\x99\xaf\x0a\x67\x78\xee\x64\xa9\x42\x0e\xfb\x12\x85\x5e\x38\x9e\x5f\x4f\xdb\x5b\xa4\x4e\xd3\xa4\xf9\x15\x6d\x13\x69\xb4\x9c\xe2\xfe\x84\x1f\xb4\x99\x12\xed\xd8\xbf\xf4\x13\xa5\xb4\x88\x43\xb4\x25\x36\x1d\x72\x9f\x96\x52\x9e\x16\xe4\x46\x8b\xab\x54\xf4\xc6\xd1\x32\xab\xa2\x5c\x9a\x69\x53\xd5\x42\xbb\x7d\xf4\x6a\x2e\xd7\x6c\x23\xf3\x27\x13\x3d\xce\xa1\xda\xe6\x9e\xea\xdd\x93\xbd\x9b\x91\x28\x6c\x63\x98\x30\x94\xeb\x93\x73\x7f\x31\x76\x57\x6a\xe5\xf9\xe6\xfc\x2a\x9e\xcd\x47\x30\x9e\x31\x1e\x15\xe8\x31\x5a\x33\x2b\x0a\xaa\x73\x19\xc9\x86\x05\xef\x99\x5d\x71\x17\x0a\x96\xf2\xaf\x47\xdf\x2f\xe8\x2e\x58\x0c\xad\x2c\xa0\x14\xfd\x04\xf1\x0a\x7c\x59\xff\xfc\x6a\x0b\x2a\x4a\x6d\xdc\xd3\x0b\xbe\x96\xe5\x39\x14\x14\x7e\xe2\xec\xb5\xcc\xca\x9d\xa2\x3a\x4c\x47\xe5\x6f\x50\x9c\x07\xa3\x8a\x3c\xc9\xad\x1d\x5f\x58\xe9\xe4\xd7\x7c\x7e\xe9\x43\xf2\x11\x1e\xb8\x0c\x97\xf5\x85\x2d\xc5\x76\x27\xab\xe5\x07\x72\x8e\x91\xc1\xd4\x7c\x0e\x8c\x62\x45\x0c\xe4\xcc\x50\x9f\xe0\x1f\x71\xde\xd3\x9a\x50\x08\xce\x70\xf6\xd5\x08\x2e\x67\x86\x71\x10\x92\xc5\xe9\xcd\xdd\x0a\xa2\x95\xab\xe5\x65\x7b\xbb\x97\x17\x15\x28\xb8\x9c\xa8\x70\x28\x6c\xb7\x49\x2a\xfd\x43\x3a\x3f\x0f\xe1\x14\x11\xa1\x63\x2a\x95\x47\xd2\x36\x7a\x43\xaa\x0f\xa6\x61\x5a\x1f\x71\x07\xd2\xee\xd7\x7f\xaf\x91\x48\x3b\x51\x99\x58\x7b\x39\xed\x20\x4b\xb1\x96\x93\x86\x60\x24\xd6\x9d\x20\x6a\x64\xc9\xd4\x5d\x26\x49\x25\x4f\xd7\xdd\x4b\xd7\x8c\x1b\xad\xbb\x98\x51\x8c\xd4\xa8\x53\xcc\x7a\x08\xa7\xd7\x9d\x22\x7f\x07\x7b\xd6\xed\xa1\x16\xfb\x3f\xae\x57\xa1\x9b\xbb\xd3\x1b\xc4\xb3\xff\xd8\x6f\xf3\xce\x10\x5e\xac\x5c\xae\x5d\x4b\xcc\x9a\x4a\x6d\x50\x4b\x94\x18\xfc\xda\x24\x8b\xe7\x75\x22\xf8\xd3\xf8\x00\xc1\xd5\xe6\x6b\x78\x4d\xde\x5c\xcb\x23\xbc\x32\x1b\xdb\xd2\x8b\xf7\x29\xb8\x24\xbc\x80\x9f\xa0\xb5\x0b\xed\x13\x1b\x48\x54\x61\x38\xa1\x2a\x31\x44\x98\x9c\xf4\x1d\x5d\x2b\x4c\x4e\xd1\x89\x12\x15\x7e\x4f\xdb\x0f\xa5\xb7\x6a\x11\x07\x01\xc6\xad\x3f\xd2\xdb\xbc\x07\xda\x6f\x65\x0e\xb8\xec\xe7\xff\xc1\x22\x3f\xbc\x6a\x69\xc7\xfc\x9d\xcb\x6b\x5d\xc6\xa4\x8c\xdd\x69\xff\x88\xb9\xd4\x3b\xdd\x59\x80\xee\x6b\x8d\xed\x7e\x82\x8e\x68\xb8\xd5\xa3\x81\x06\x55\x6e\xf7\x6c\xa2\x23\x59\x55\xbd\x6a\xe8\xcf\xb9\x29\xbd\xe6\x18\x18\x39\xa0\xd7\x1f\xeb\x95\xfa\xb6\x17\x1b\x67\x1b\xff\xa2\xb7\x05\xe7\x1f\x93\xdd\xb7\x2f\x9e\x12\xbe\xbb\x6f\x16\x9f\x18\x8c\xe8\x8f\x21\x60\x02\xe4\x06\xd6\x52\xb4\x3d\xb4\x3b\x3d\xa2\xa7\x37\xb0\xdd\x5b\xd1\xc1\x4b\xf0\xbe\xf3\xd1\xc7\xa7\xee\xf5\x7f\x45\x64\x0c\x0a\x07\x33\x10\x77\x3b\x1d\x87\x8f\x45\x2d\x09\x8e\x8e\x48\x44\xd5\xf1\x16\x47\x3e\x46\xb1\xd8\x7d\xa3\xc0\xa8\xbf\x05\x4b\xa3\x9d\x88\x90\xec\x83\x63\xf2\xd1\xf7\x32\xae\x8f\xf9\x21\xe5\x93\xac\xc7\xa6\x63\xd4\xb1\xb1\xe3\x06\xb1\x06\x08\xce\xc4\x01\xb4\x18\xec\xc3\xc4\x26\x56\x0b\x78\x69\xf2\x1f\x0e\xeb\xf3\x68\x80\x1f\xa6\xb2\xb5\x35\xec\x0c\xef\x59\xe5\x8c\xc2\xe0\x4e\xb3\xa9\xe3\xd0\xd0\xa1\x51\xe9\x49\x9b\x50\x83\x9e\xae\xa9\x9a\x50\x11\x61\xf5\xf4\x57\x58\x43\x7d\xf5\x4c\x2d\xac\xa9\x72\x71\x16\x04\x1b\x29\x39\x3b\xfb\x2e\xd4\x85\xe9\x35\x67\x16\xba\x45\xa9\x9f\x6b\x85\x8f\x11\x55\xe7\xaf\x85\x15\xe2\xd1\x0b\x47\xc3\xcb\x50\x31\x0b\xf3\xff\x21\xe6\xd2\x0b\x44\x68\x48\xce\x72\x62\xcc\xa9\x80\xdc\xc9\x4a\x70\xc1\xa7\xcf\x33\xc7\xc1\x6f\xde\xc7\xce\x49\x83\x66\xe6\xc9\xf3\x5b\xa0\xe4\xf1\xd6\xc5\x2c\x90\xd5\xc0\xa1\xa5\x19\x90\x5a\x87\xf9\xf2\x2f\xe0\x36\x9f\xb3\x32\x0e\xfc\x51\x73\x6d\x35\x0d\x24\xc3\xa9\x7b\xf7\x10\x84\x29\xd2\x7c\xd7\x0c\xbe\x9e\x53\xfa\xfe\x59\xf0\xde\xac\xb3\xef\x79\x21\x27\x52\x02\x3e\x18\x42\xe4\x71\xf9\x6b\x2f\xa1\x86\x48\xe6\x7a\x18\x6c\x18\x9e\xb0\x69\x18\x06\x05\xed\x5f\xb6\xf0\xeb\xf8\xfc\x73\x15\xee\x17\xb6\x76\xfa\x3d\xd2\xef\xe2\x62\xd4\x9a\x9a\xdf\x99\xa9\x8b\xeb\x31\x7e\xb2\xc3\x87\x36\xaa\xfc\x94\xbb\x97\x37\x8b\xfd\x0e\x08\xcb\x3f\xa6\xf9\x6e\x37\x24\x6f\xbd\xf6\xbb\x55\x1d\xb9\xb5\xe5\x17\x5a\xe6\xf6\x29\xdc\x5f\xae\x60\xd7\xa7\x7f\xfe\x53\x74\xc8\x67\x64\xe0\x9e\xf4\xde\xed\x53\x41\xb7\x93\x24\xb6\xbf\x03\x4a\xb0\xe2\x5f\x2f\x80\x0e\x44\x7d\xf9\x01\x08\x16\x87\x78\x02\x6e\x0c\x7c\x69\x52\x01\xee\x1e\xda\xcd\x5d\x01\x26\x0f\xbf\x65\xaf\x00\xfd\x47\xfe\x16\x06\x03\xaf\x8f\xa1\xb2\xe7\x01\x85\x13\x87\x33\x8f\x00\x0e\x4e\x6a\x27\x8d\x04\xbd\x9a\xd2\xc6\xfe\x0e\x04\x4f\x1f\x8d\x76\x0c\x28\x9e\x2e\x82\xdf\xf5\xff\x3c\x73\x15\x0c\xf1\x7f\x3c\xc3\xf4\x17\xf8\xc5\xcf\x9e\xf6\x6c\xf1\x9d\x9d\xf5\x73\x16\xf8\x6a\xcf\xc6\xda\x66\xf8\xb4\xcf\x3e\x33\x7f\xe8\xa3\x3b\xf3\xcf\xa0\x3a\x84\xd4\x13\x2a\x38\x01\xd9\xe9\xdd\x55\x13\x0d\xdd\xe8\x13\x29\x0f\x85\x05\xf4\x5f\x29\x7e\x09\x7b\x33\x40\x64\x84\xc0\x44\x87\x0e\x65\x91\xa0\xb3\xc3\x26\x29\x6f\xa1\x80\x11\x3c\xee\x01\x64\x68\x34\x1b\x09\x86\x48\x8f\xa5\x87\x49\x85\x38\x8c\xfb\x07\x83\x82\xa9\x13\x97\x03\xf8\xc1\xbb\x26\xc6\xbc\xba\xc1\x4e\x93\xfe\x2e\x4b\xa0\xe6\xc9\x21\xbb\x59\xd0\xe3\xc9\x48\x0b\x23\x60\xc5\xe4\x65\xc3\x6c\x38\xa7\xc3\xb3\x85\x1d\x6e\xd3\x01\xae\x23\x45\xd0\x3b\x95\x2b\x6d\x22\x9b\x3a\xff\x94\xdc\x88\xfc\xdb\x7d\x85\xf9\x34\xea\x48\x4f\x30\xc5\x2e\x4a\xbd\x77\x34\x75\x3b\x4a\xac\xff\x52\x3c\x27\xb2\x7a\xc0\x2d\x26\x3f\xf2\xfa\x20\x2e\x6c\x27\x02\x3e\x44\x0a\xf1\x0c\x6f\x1c\x4e\x0a\xec\x0e\x57\x1c\x09\xf3\xee\x09\x8b\x1b\x35\x72\xfd\x0a\xdf\x1a\x13\x75\x90\x82\xdb\x8d\x96\x5a\x02\x42\x07\x46\x5f\x18\x51\x10\x8f\x85\x80\xb6\x4a\xe4\x65\xe1\xdb\x46\xa5\x18\xa6\xb0\xa5\xba\x34\xf6\x5f\xeb\xeb\x32\x43\x54\x53\xdb\xe3\xfc\x50\xf4\xb3\x76\x4b\x5a\x2e\x3a\xba\x23\x82\x64\x8f\xce\xea\xe4\xe2\xff\xa0\x3d\xba\x0f\xa0\x26\xd1\x67\x7b\xdc\x22\x4a\x51\xe0\xde\x3e\xc8\x7a\xac\xb0\xef\x07\xc0\x36\x56\x61\xe0\xb8\xaf\x5a\x4c\xc2\xe0\x39\xf7\xa7\xc8\x9f\x43\xc7\x1c\xed\x90\xf1\x83\x7f\xac\x86\x90\x57\x06\xf1\xc6\xef\xd0\xd6\x7c\xbf\xce\x01\xac\x2a\xff\x91\x40\x29\xae\x91\x6f\x52\x73\x35\xfe\x32\x3f\x9d\x83\x49\xd0\x11\xdc\x2d\xac\xc6\x8b\x37\x2b\x67\x77\xe2\xa9\x2d\x72\x19\x65\xf8\x59\xa1\x4c\x92\x19\x7e\xae\xf5\x26\x56\x0b\x5f\xd9\x66\x85\xd0\xc4\x9b\xb5\x0b\x42\x65\x12\x3a\x3b\x1f\x80\xc2\x13\x2e\x75\xd1\xfd\xbe\xc5\x63\x7b\x0e\x78\xf4\xe1\x06\x7b\x9d\x9d\x6a\x71\xb1\xbd\xeb\x36\x26\xb8\xec\xde\x1a\x53\x8d\x84\xad\xba\x99\x5e\xb1\xc4\xb5\x3a\x82\x30\x20\xa9\xa7\x0e\x52\xaf\x9d\x62\x53\xd7\x59\x19\x96\x5a\x5b\x7f\x8b\x55\x9d\x16\xd9\x70\x3e\x37\x9e\x78\xba\xe1\x1f\xd9\x99\x68\xd7\x58\x95\x7a\x8a\x18\xdd\x84\xc4\xad\x13\x3d\xf9\x11\x31\x52\xc4\x1b\x82\x9c\x30\x52\x5a\x77\xcb\xc5\x90\xbd\x69\xc6\x42\x46\xa0\x67\xea\x97\xd6\x9f\xde\xa2\xa9\xb1\xed\xba\x2e\x83\xa9\xf2\x1d\x10\x3b\x78\xea\xa3\x8e\x65\x73\xe7\xd4\x3f\x5c\x95\x01\x01\xc9\xa1\x1a\xd5\xa1\x90\x01\xaa\xbe\xc6\x17\xc9\x92\xaf\xd6\xe2\x49\x90\xd3\xab\xfd\xd8\x3a\x94\x9c\xea\xd5\x02\x15\x6a\x20\x37\x82\xb6\x49\x2d\xe2\x3d\x24\x61\xa8\x35\xbc\xbf\x89\x62\xd4\xb4\x5a\x79\xf4\x25\xaa\x79\xdd\x83\xc8\x07\x14\x7e\xc3\x1e\xe8\x33\xca\xcd\x46\x36\x20\x99\xbc\xc9\x3f\xe6\xab\x4c\xee\x11\x3c\x73\x1b\x25\xa7\x37\x47\x3b\xa4\x92\x87\x5b\x0c\x2c\xa3\xc8\x29\x1c\xe1\x08\x86\xba\xc0\x11\xe9\x5e\xc9\x3e\xc7\x2e\x6f\xf9\xc9\x38\xc4\x0e\xad\x97\xca\x45\xb1\xb1\x95\x97\x98\xfd\xec\x42\x96\x5a\x1e\x87\x73\x98\xd1\x9c\xaf\xc9\x89\xcb\xb2\xc9\x7f\x58\x6e\x95\xbc\x92\xaf\x5c\x61\x12\xd7\x94\xb7\x55\x19\x15\xfd\x23\xaf\xa8\xea\x2b\x9c\x9c\xf7\x94\x3b\x0c\x9e\x66\x96\xd5\x14\x07\x1c\x65\x12\x6b\x77\x3c\x6d\x98\x5e\xf5\x3a\x4e\x7c\x66\x4c\x83\x8e\x75\x0b\x73\xa0\xb8\x67\x52\xa6\x40\xb7\xf8\xc2\x80\x54\x91\x51\x51\x7d\xc7\x59\x96\x72\x91\x25\xff\x71\x49\x70\xd1\x03\xde\xe3\x52\x4c\xd1\x63\xf6\xd5\xb2\x97\x45\xf0\xfc\xda\xb2\x89\xa2\x7e\x9a\x72\xd9\x46\x71\x32\x91\x5e\x36\xc9\x72\xc6\x8b\x96\xd9\x94\xe0\x50\xfb\x4a\xdf\x95\xe6\x47\x88\x96\xce\xb3\x09\x10\x5a\x69\x69\x79\x20\xe0\x5c\x69\x4e\xc5\xb6\x8f\x49\x29\xbf\xea\xa2\x6b\x74\xe9\x4a\xb5\xab\x5d\x42\x59\x73\x6e\xd5\x6c\x5e\xf9\x99\x5c\xe3\x91\x92\xca\x3d\x8c\xed\x1e\x48\x55\x2c\xa3\x40\x88\xa9\x1e\x65\x80\xeb\xd1\xdc\x1a\x46\x50\xa5\x0e\x0f\xc4\x88\x2b\xfe\xcc\x6b\xcb\x3d\xc8\x78\xcb\xdb\xce\x65\x66\x76\xf0\x56\x99\xc1\xc9\x3e\x3c\x7e\x1e\x26\xce\x91\x17\x92\x3f\x11\x9d\xc7\xbb\x54\x68\x0a\xbf\xcf\x5d\x2d\x96\x07\x1b\x70\x53\x58\x9f\xfc\x7d\xb9\x03\xa5\x6f\x3c\x9e\xf0\x44\xca\x92\x1d\x95\x6b\xb0\x94\xef\x4b\xb0\x3a\x1e\x25\x70\xb2\xa0\x01\x45\x11\x19\x84\x36\x2e\x91\xf9\x9d\x2f\x9b\xfe\x90\xe9\x82\x43\xfc\x69\x72\x34\xaf\x4c\x90\x4a\xf6\x60\xbf\x14\x4c\x91\xbb\xf2\xeb\x04\xdf\x29\xd6\x34\x79\x41\x17\x55\x99\x58\x2d\xa0\x53\x7f\xe1\xad\x04\x28\xba\x2f\x6a\x44\x60\x91\x3d\x1c\xf9\x52\x70\x9d\xe1\x0d\x55\xe3\xff\x61\x1e\x01\xa8\x08\x9e\xe7\x31\xbc\x3f\x08\x06\x0a\xd4\x5d\x2c\x9a\x51\x24\xfd\x77\x42\x61\x2b\xb1\x75\x76\xa5\xcd\x92\x08\x1d\x6d\x6c\x9f\x20\xde\xe8\xcd\xeb\x94\x22\xee\x6d\x05\x75\xbd\x4c\x1b\x6f\xd0\xee\x1a\x4e\x9b\xad\x9c\xea\xd6\x4e\xfb\xc9\x02\x75\x3f\x27\xba\xe5\x1e\xee\x7e\x44\xfc\x92\x55\xd4\xad\x40\xea\x4f\x09\xec\xfa\x9b\x3e\x8a\x73\xef\xe2\x67\x5e\x43\x72\xbb\x10\x59\x79\x61\xf2\x5d\x26\x14\x1d\xf0\x7c\x97\x14\x75\xd6\xbf\xa2\x3b\x92\xde\xe8\xb1\xbb\x8b\x42\x28\x5e\xaf\xea\xa9\x21\x9c\x5d\x5c\xed\x03\x25\x32\x26\x2b\xfa\x3f\x27\xda\x0d\xa6\x0e\x3e\x49\x94\xef\xf4\x18\xf2\xc0\x6f\x09\x2e\x0c\xcb\xe2\x3f\xf3\xa6\x86\x53\x13\xcf\xb0\xa3\x87\xbb\x12\x9d\x0a\x8c\x86\xe7\x13\x9b\xe8\x17\x87\xd7\x09\xf0\xf4\x73\xc3\x6b\x49\x86\x04\x91\xe1\x8d\x64\x18\xe6\xfe\xf0\x6c\x0a\x3f\x2a\x76\xe4\x56\x5a\x00\xec\xe0\x08\x8a\x74\x13\x90\x3f\xfa\x28\xe3\x86\xcf\xae\xa1\xc7\x71\x57\xb6\x5c\x46\x5e\x60\xb9\xab\xc4\xd1\x5f\x58\xa3\xd9\xe0\x71\x24\xe6\xeb\xa8\xd6\xc4\x5f\x0c\xa9\xf7\xe4\x94\x04\xc6\x59\x38\x3b\x7d\x0e\x73\xbf\xbe\x7c\x3a\x1d\x63\x58\x89\x9d\x39\x81\x09\x61\x01\x67\x0c\x30\xd3\xb9\xc4\x99\x78\xac\x21\xb9\x7e\xa6\x31\x4e\x3c\x75\x75\xe6\x5d\xdc\x5a\xc2\xbe\x99\x8d\x78\xf5\xd8\x03\x33\xcb\x09\x51\xe1\xc7\x67\x6b\x12\xe1\xc1\x3e\x73\x51\x49\x7e\xfe\x95\x13\xdf\x91\xf3\xdb\xbc\xe9\x73\x48\xcc\xda\xf3\x99\x76\xe4\xc9\xc5\x1b\x73\x6e\xd1\x49\x13\x9f\xe7\x57\xa3\xd5\x07\x08\x8b\x62\x88\x77\x1d\x3e\x4b\xca\x88\x6a\xbe\xc7\xd2\x3a\xa2\x8c\x07\x5a\x26\x21\xaa\xd9\xd8\x15\xd1\xe8\x3d\x05\x82\x15\x60\xb4\x67\xf6\xde\x95\x31\xe4\xf1\x0c\xfd\xd5\x47\xc8\xb1\x24\xd2\x6a\x5b\x4c\x37\xb6\xe5\x9d\x5b\xec\x47\xc4\xf8\x7b\x5f\x74\x37\xec\xc3\x87\xf7\x71\x72\x80\x9e\xf9\x2f\xe1\xe5\xdf\x2f\x2e\xea\x85\x27\x6d\xae\x2d\x6b\x86\x7d\x5e\x61\xad\xec\x84\x05\xce\x44\xbc\x2b\x81\x7f\x1d\x39\xfa\xe1\x22\x3c\xa9\x7b\x66\x4d\x17\x6e\x26\x94\x5c\xb7\x82\x2b\xd7\x7b\x6e\x5c\x80\x2b\x55\xb6\x6f\x7c\x84\x5f\x2a\xb9\xb4\x69\x0e\x27\x31\x43\x37\xeb\xe0\xff\x28\xad\x1f\xe5\xc3\xea\x88\xbb\x3f\x86\x87\x7b\xe0\xef\x6d\xc1\x23\x24\x50\xb6\x9f\x02\xfe\x43\xcc\xaf\x43\x88\xaf\xc1\xb4\x35\xbb\xe0\xc2\x1d\xd0\xfa\x58\x70\xf1\x96\xfe\x26\x3c\xf8\xcd\x3b\x9f\xad\x03\xe0\xcd\xb9\xd4\x4f\x2e\xe0\x86\xb1\xe5\xcf\x05\x60\x52\xff\xcb\xed\x06\xb0\x7b\xfb\xa7\x2f\x3d\xe0\x47\x7c\xee\x57\x16\x58\xbb\x26\xf8\x9b\x1f\xd8\xa5\x5c\xe5\xbb\x28\xb8\xad\xa8\xf2\x3b\x3d\x38\x88\x21\xbf\x73\x3d\xe4\x62\x16\x6c\xa7\x29\xe4\x57\x4a\xe3\x0f\x4f\x48\x3d\x6e\xe9\xa7\x37\xd4\x0e\xd9\xf6\x57\x1e\x56\x1e\x6a\x08\xcb\x1f\x4d\x6d\x89\x0a\xed\x1e\xd5\xa9\xfd\x06\xb7\x1a\xb3\xa9\xdc\x0d\xaf\x1a\x67\x97\xdc\x80\x6b\x4e\x06\x33\xcb\x43\x01\xd3\xaf\xa9\xa6\x30\xe1\x0c\x9b\xe8\x01\x9d\x9f\xfd\x83\x47\x42\x16\xe6\x1f\xa2\x2f\x85\xb4\x2c\xa8\x45\x56\x04\x7f\x58\x28\x86\x1d\x09\x3e\xbb\xf0\x19\x08\x05\xeb\x2e\x5e\xf7\xbb\x0e\xca\x59\x8c\xf0\x70\x01\xed\x5e\x1c\x71\x22\x00\x9f\x2f\x96\xdb\x80\x01\x84\xc5\x87\x66\x27\x22\x4b\x06\xd8\xc2\x38\xc4\xed\x81\xac\x7a\x0c\x62\x63\xb0\xaa\xaa\x24\xda\x7f\x68\xb8\x74\x2d\xfa\xd9\xc8\xc3\x7c\x38\x62\x7a\xb4\x87\x7e\x1c\x01\x1e\xbf\x91\xae\x1e\xb5\x39\x11\x42\x90\x88\x92\x99\xc4\x60\xfc\x23\x2f\x4f\x45\x45\xad\x47\x68\x4e\xeb\x84\x9e\x0e\x37\x99\xfe\x0b\x8a\x08\x03\xcf\xd0\xfd\xcf\xc0\x9b\x67\x65\x3d\x5f\xc3\x95\x67\x33\x9c\xa3\x43\xdd\x66\x59\xb6\xe1\xb0\xd5\x59\x57\xf3\xe7\xb1\x8e\x3d\x29\x6d\x38\xb4\x7e\x4f\x64\xa3\x10\xa3\xd3\xeb\xc8\xe5\x60\x8f\xf7\xb9\xb2\x9b\xb1\xa6\xfd\xa9\x85\x11\xd8\x1b\x03\x5b\x39\x7b\x31\x3b\x43\xfa\x99\x4f\x31\xe4\xe1\x84\xe4\x63\x98\xe3\x23\xb5\x71\x4a\x68\xed\xd1\xae\x68\x7f\x94\xfb\x58\x2b\xdc\x34\x36\x6a\x3c\x1f\x3c\x16\x93\x39\x11\x1a\x60\x8e\xfc\x3c\xa9\xe5\x05\x47\x1a\x4f\xee\xb8\x14\x45\xd7\x4d\x01\xed\xba\xa3\xf1\x53\x66\x16\x6c\x9c\x59\x47\x41\xa7\x71\x82\x72\x47\xb2\x00\x8e\x4f\xed\x94\xab\x95\x4a\x44\x74\x89\x94\x6f\x13\x8c\xbb\x0f\x17\x77\x10\x02\x7a\x14\x72\xd5\x09\x21\xbd\x86\x64\x14\xe1\x5a\x1f\x2e\xf5\x45\x62\x53\x7f\x4d\xbc\x4a\xa2\xdc\xc0\x58\x8c\x19\xde\x7b\xf0\x6b\xd8\x50\x42\xc2\xd0\x9f\x10\xdb\x78\xd6\xf0\x4e\xe0\x12\xee\xef\xc8\x5f\xef\x39\x9c\xfb\xe8\x5f\xb7\x3d\x71\xcd\x63\xeb\x0e\xea\x71\xef\xc7\x7e\x59\x1d\x4c\x6a\x6c\x3d\xda\x73\x23\x25\xbd\xf5\xa6\xd0\x34\xed\x59\x6b\x78\x7d\x03\xd1\xae\x4d\xb9\x0a\x46\x0a\x6b\x1b\x2c\x75\x20\x09\xdb\x93\xf3\x4a\x49\xcb\x1d\xfa\xb4\xa3\xa4\xee\xce\x97\xa4\xa3\x24\x5e\x97\x7f\xa2\x38\x49\xaa\x1b\x8e\xb6\x20\x62\x7b\x0a\x22\xe9\x69\xc2\xde\x77\xd0\x9e\xd4\xf5\xbe\x1d\xa0\x72\xaa\xf6\x80\x94\xef\x48\x4a\xfd\xa0\x8e\xfb\x44\x8a\xda\x90\xaf\xe3\x7c\x0a\x7e\xf8\xa1\x75\x71\x3a\x54\x80\xea\x7f\x90\xe9\x2e\x08\x6e\xbf\x4f\xbe\x21\x20\x34\x31\x29\x51\x82\x6d\xde\x13\x2a\xb7\xd9\x8d\xb3\x8f\x66\xd5\xbc\x5a\x18\x4c\x43\xb7\x04\x65\x17\xd1\xa2\x84\xe7\x33\xf8\x34\x6f\xe1\x56\x52\x1b\x75\xb3\xb5\x15\xfb\x87\x6a\xd5\x56\x19\xed\x4a\x69\x6f\x9f\x85\x1b\x53\x24\x3b\xd5\xc0\x5c\x32\xbc\x0b\x18\x70\x95\x2c\xde\xcd\xf7\xda\x93\x95\xdd\x2b\xe1\xbc\x90\x15\xd3\x17\x63\x5b\x44\xcb\x6f\xb8\x39\x64\x9f\xfd\xae\x7e\xa1\x0b\xc3\xe8\xad\xef\x69\xb9\xcc\x0c\xaa\x9f\xa9\x1b\xcb\x43\x37\xdc\xae\xb4\xce\xf7\x6f\xc8\x64\x0d\xe7\x33\x1b\x1f\xe6\xbe\xcb\x2f\x6b\xec\x22\xff\xc9\xb7\x6f\x0a\x4f\x9d\xcb\x3f\xc4\x7f\x11\xbf\x9c\x17\x24\xb8\x16\xfb\x9c\xf9\xa9\xf9\x61\x78\x37\xf3\x69\x0b\x19\x22\x95\x9b\x2c\xfc\x1d\x04\xcb\x7d\xd0\xf6\xca\x47\x96\xf1\xb7\x1d\xeb\xba\x91\x2b\xd3\xa9\xe6\x20\x52\xe0\xc0\xdb\x3d\x16\x5f\x44\xe2\x86\xf7\xd1\x59\x10\xae\x6f\xfb\xe3\xd2\x63\x5c\xdd\xa6\xf5\x32\x31\x2e\x84\x67\x51\x36\xc0\x2d\x61\xe7\xb3\x6f\xf0\xc4\x0b\xca\xd9\x3a\xbc\x04\x7a\x2a\x7b\x77\x8d\x76\x7a\x60\x59\x42\xed\x49\xc2\xeb\xd2\x3f\x75\xa2\x18\x5a\xa9\x4b\xfd\x45\x84\x6c\x09\xaf\x21\x3f\x74\x1f\xeb\x6f\x93\x06\x48\x82\x05\xe0\x63\xfd\x5c\x59\x6f\x04\x74\xf7\x6d\x96\x7e\xf3\x27\x47\x06\x67\xa0\xfc\xed\xd4\x64\x45\x53\xf9\xb1\xe1\xdd\x55\x8d\xe5\xa7\xba\x61\xd5\x63\x9c\xc5\x96\xef\xdc\x11\xce\x58\xbd\x27\xcf\xa1\xfc\x60\x25\x9a\xd7\x5b\xfe\x92\x95\xc9\x6b\x2f\xaf\xca\xbd\xc9\x63\x55\x3c\xc9\x9a\xe2\x69\x54\x2c\xa4\x40\xb9\xd9\x95\x1c\x9c\x3f\x77\x7f\x55\x03\x72\xad\x3a\xa8\x7a\x3b\x8c\x56\x35\xcd\x83\x07\xaf\x56\xdd\xaf\x3d\x1c\x28\x5b\xf9\xab\xce\xd4\xeb\x6d\x65\x5f\x7d\xa1\x33\xa2\xae\x92\x25\x35\xdf\xd4\xe0\x5e\xdc\x3d\x5e\xdf\xb4\xbf\x38\x7f\xe0\x3c\x7f\x4f\x71\x5a\x87\x33\x7f\xa8\x38\x89\x5f\x2a\x30\x2e\xae\xe6\x35\x08\x32\x8b\x37\xd8\x05\x02\x34\x4b\xb7\xe0\x81\xc0\x94\xd5\x4a\xa3\xf1\x97\x4b\xdc\x48\x97\xf9\x3e\xa5\x87\xf1\x35\x4d\xeb\x65\x52\x68\x89\x26\x1b\xf6\xe5\xc8\x98\xc6\x15\x0e\x11\x5a\xd9\xe8\x58\x71\x00\xf0\xaf\xf1\x40\xa5\x8b\xaf\x7a\xc3\xa7\xaa\x7a\xb7\xd3\xad\x04\x66\xf9\xca\x4e\xbb\x28\xf3\xc9\x0c\xab\x23\x8a\x69\x32\x7a\xb2\xd3\x9c\x29\xd9\x6b\xd2\x75\x9e\x29\xda\xea\xdf\x55\x98\xfb\xad\x01\xde\xd5\xc6\x94\xac\x52\xe9\xe2\x32\xaf\xb0\x6a\xba\x1c\x99\xf8\x5c\x95\xae\x63\x79\x52\x59\xac\xce\xb4\xbc\xe9\x14\xb7\x4e\xb1\xfc\x6e\x9c\x79\x07\xa6\xf0\x30\x32\xb7\xe3\x50\x91\x59\x98\x72\x3b\xad\x78\x34\x58\xb1\x5d\xad\xc4\x22\xe0\x72\xbb\x71\x29\xdd\x83\xd6\xe7\x49\xad\x5b\x83\xf4\x67\x51\xed\x17\x2d\x07\xb2\xa9\x4f\x26\xe1\x83\x70\xea\xd5\x41\xce\xd0\x03\xaa\x74\xa7\x60\x88\x4f\xf9\x2d\xa0\x0d\x9f\xa7\xee\xa9\xb1\x1d\xbe\x4d\x95\x65\x7f\x1d\x3e\x4f\xf5\x2b\x88\x1f\x1a\xa4\x8e\xd3\xe5\x87\x92\x68\x28\xd2\xcc\x90\x21\x5d\x3f\xb1\x68\xf0\x77\x76\x0a\x7a\x6d\x30\x38\x67\x22\xea\xda\xe0\xdd\x5c\x33\xe8\xe6\xc0\x17\xe6\x30\x60\x72\x60\x23\xff\xa2\x8f\xcd\xe8\xef\xf4\xc3\x1f\x95\xc7\x77\x93\x04\xab\x47\x27\xf6\x92\x52\x66\x95\x27\xcf\x91\x5c\x46\x5f\x4e\x49\x93\x6e\xf6\xfa\x4c\xb1\x48\xf2\xad\x2f\xa7\x6f\x92\xce\x37\x28\x4c\xbb\x90\xde\x54\xce\x4d\x63\x49\x68\x16\x63\xda\x81\xb4\x9c\x1b\x35\x7d\x2b\xdd\x8a\x6c\x3f\x2d\x9a\x21\x9a\xaa\x37\xf5\x31\x63\x2b\x5e\x6f\x8a\x9f\xf5\x32\x06\x3f\x95\x4a\xce\x0d\x9b\x9f\x22\x53\x6f\x06\xc3\xa7\xea\xe9\x47\x02\xce\xcc\x4a\x26\xf9\x7d\xee\x9b\x73\x48\xba\xf4\x81\x3c\x6f\x99\xb4\x77\xa1\x62\xc1\x94\xd0\x3b\xd1\xba\xa8\x43\x48\x1c\x98\x5e\xda\x4d\xf0\xef\x18\x5e\xa2\x11\xac\xf9\x8d\xcb\xc7\x09\xe1\xbc\xbc\x65\x67\x42\x03\x3b\x6e\x39\x21\x69\x4f\x41\xfc\x72\x65\x92\x19\x9d\xb6\x3c\x94\xb4\x9d\x5e\xbd\xfc\x3d\xb9\x9c\x30\xb0\xa2\x91\x32\x8d\xf9\xb1\xa2\x9d\xa6\x8a\x50\x5d\x99\x25\x2e\xc3\x62\x56\x4b\xd2\xff\x00\x1e\x2d\x8b\xe2\x7c\xbf\xd5\xaf\xd8\xe2\x54\x37\x9d\x57\x81\x71\xef\x56\xdc\xdf\x85\xc5\xe5\xcf\x78\xbe\x47\xc7\xd9\x8f\x98\x7d\x88\x8e\x93\xee\xd1\x59\x33\xc0\xfe\x15\x9a\xac\x1f\xc2\xae\xd7\xbb\xad\x23\xe2\x4e\x56\x86\xaf\x6f\xc7\xdd\x67\x65\x6e\xe8\xc5\xc5\xe4\x0a\x37\x0a\xe2\xe6\xc9\x1f\x37\xf7\xe2\xf2\xd2\x64\x36\x9d\xe3\xa1\x09\x2f\x36\xc7\x12\xca\x62\xed\x3e\xfa\xe2\x77\xc2\x83\x3e\x5b\x25\x5d\x02\xff\x5e\x83\xc5\x1a\xfc\xbc\xbe\xce\x8c\x95\xff\xbc\x6f\x43\x18\xb3\xf2\xe1\xc0\x66\x7b\x4c\xee\x82\xe8\xc7\xd5\x98\xb7\xe3\x6b\x9f\x94\x90\x9f\xfb\x59\x9f\xd5\x91\x8d\xed\x63\xdb\x6a\xc8\x12\xbe\xc6\xf6\x1f\x64\x0d\x2f\xfc\x4b\x35\x52\xc8\xee\xff\x6a\x12\x73\xbc\x50\xfe\xeb\x5c\x8c\x5f\xb6\xcf\x37\x58\xec\xfe\x8c\xea\xef\x67\x62\xeb\x92\xf7\xec\x28\xa2\x2a\xe3\x74\x7e\x6c\x63\xa4\xa2\x11\x7f\xe3\xb0\x86\xd0\xdf\x9f\xc9\x11\xc5\x7f\xd2\xb7\xb1\x11\x9d\x5f\xe3\xbe\xc4\x47\xd4\x6d\x30\xbf\xe2\x22\x20\xcb\xb9\xdf\xe2\x22\x54\xa7\x49\xdf\xfb\xc3\xe9\xc3\x46\x3f\x94\xc2\x6f\x74\x07\xfc\x54\x0a\x17\x6d\xd9\xf9\x25\x1f\xf6\xab\x1e\xf9\xeb\x47\xd8\xf7\xaa\x3d\xbf\x3b\xc2\xf7\x96\xc0\xff\x00\xc3\xdd\x99\xd3\x7f\xa5\xc2\xfb\xa8\x77\xfe\x36\x44\xbc\x24\xe2\xfe\x51\x22\x92\xf0\x83\xff\xfe\x45\x7c\x42\x8d\xfe\xfb\xf7\x1f\x62\x8a\x88\x38\x83\x82\xc0\xff\xd3\x9b\xf9\xbf\xdb\xff\x1f\x7c\xa0\x3b\x22\x22\xbb\x1e\xfe\x5f\xba\xbb\x45\x44\xfe\xfd\xfb\x7f\xcb\xff\xcd\xf9\xb9\xab\x94\xf7\xef\xef\xdb\x17\xff\xa7\xbd\xb3\xf8\xfc\xbf\x7f\x46\xef\xff\x6b\x8f\x88\xfc\xcf\xfc\x2f\xdf\xe7\xde\xff\x3c\xa6\xa6\x22\xbb\xc8\xbe\xff\x23\x1f\xb2\xd3\x15\x11\xd9\x7d\xf5\xdf\xbf\xd1\xc3\xff\xcd\x1b\xfa\xbf\x7a\x09\x69\xff\xd5\x3b\x18\x20\x22\xb2\x5b\xfb\x7f\xdf\x5b\xf2\xfc\x1f\xf9\xf0\xb6\x9e\x88\xc8\xae\xd9\xff\xd9\xdb\xbd\x7b\xf7\xff\xcd\x2b\xfa\x5f\x47\x89\x72\x22\xba\x92\xef\x94\x5a\x15\x23\x36\x1e\x7b\xab\xf5\x70\x6f\xa6\x3f\xf5\xee\xd7\x3d\xf8\xe4\xc7\xaf\x20\x3c\xe3\x81\xdb\x5b\x30\x29\xaf\x6f\xc3\xff\xfe\x0d\x5e\xfc\x6f\x7f\xed\x76\x73\x13\x11\xf9\xe4\x2c\x22\x72\xec\xa5\x88\x88\x28\x5e\x44\xe4\xf0\x09\x11\x91\x3d\x37\xfe\x33\xff\x5f\xf7\x7c\x9f\x3e\xf9\xff\xbd\xc3\x55\x52\x93\xde\x5c\x00\x94\x25\x51\xad\xb2\xfb\xe5\xbc\x29\xc7\x69\x12\x0a\xd0\x2c\x6a\x46\x9e\xb2\x6b\xfa\x64\x32\x5f\xe9\x6e\xa6\x6e\x82\xbe\xca\x97\xf4\x32\x0c\x46\xa5\x8e\x14\x8e\x3a\xa3\x06\x88\x0f\x04\x42\xd5\xde\xc5\x15\xb8\x65\xab\x55\xc4\xd9\xba\x24\xaa\x45\xc4\x9d\x72\x82\xc8\x6d\xc6\x72\x74\x5a\xe4\x8f\xa1\xda\x55\x91\xf2\x29\x68\x39\xa5\x62\x05\x59\xb4\x9f\xc2\x0d\x39\xc7\x58\x84\xd4\xe0\xf9\x0e\xda\x8b\x2a\x9e\x04\x84\x12\x9f\xf7\x4b\x4e\x34\xeb\x14\xd5\x4a\xfe\x74\x86\x61\xe6\x9a\xe2\x37\x12\x39\xc5\x5b\x99\x90\x26\x95\x40\x57\x52\x27\x0a\xd1\x18\xf5\xe5\x18\x17\x90\x84\x3a\x09\xc3\x0d\x2a\x52\xed\xc5\x4e\xb9\xdc\x56\x1b\xc4\x8c\x39\x8d\xa9\x5d\x43\xc7\xd9\xec\xc8\xb7\x84\xbb\xaa\x7d\x50\x28\x8d\x18\x51\x91\x56\x38\x11\xf3\x5d\x41\x57\x61\x36\x36\x45\x76\x49\x31\x0b\x25\x25\x3d\x7e\xae\x94\x72\xac\x0a\x7a\xf6\x4f\x66\x0b\xe7\xb4\xc4\xb5\xf4\x75\x46\x8d\x5c\x15\xd1\x35\xc3\x45\xfe\x67\xca\x6a\x6a\xb7\xf2\xd9\xa4\xdf\xb8\x49\x45\x7d\x44\x4b\x08\x50\xb5\x15\xf5\x3c\xe4\x88\xfa\xb9\x68\x67\x6f\xaa\xfa\x62\xf4\xbc\xf3\x55\x75\xe9\x18\x53\xbb\x53\x8a\x2c\xf8\xc8\xeb\xa3\x8a\x94\x10\x37\xd5\x6a\xc5\x8e\x30\x19\x25\x6d\x25\x62\xc4\xac\x3c\x5c\xc9\x05\x59\x27\xdd\xa6\x2c\x1f\x03\x92\xec\x38\xb1\x90\xd5\xd6\x76\xf7\xb4\x02\xb1\xa5\xc2\xe1\xdc\xae\xd4\xe4\xa2\xfb\x12\x8e\xf8\x9c\xcc\x6c\xe9\xf0\x84\x8e\xe4\x78\xd9\x17\x91\xba\xf0\x35\xc5\x2f\x61\x7b\x41\x10\x55\xcb\x50\x51\x5f\x29\x75\x0d\x48\x90\xf3\x11\x75\x27\x00\xcc\xd0\x5f\xed\x1f\x18\xa2\x77\x4d\xf9\x96\x2f\xed\x82\x9b\xca\x3a\xd0\x46\xa5\x4b\xf9\x5b\xb0\x96\xc2\x82\xca\x93\xd0\x9f\xb2\xbd\xaa\x87\x22\xde\x4b\x35\xa9\xfc\x8c\x8e\x15\xf7\x3f\x7a\x23\xb9\xb3\x0d\x78\x52\x1f\x7b\x85\xcd\x3d\x15\x89\xb2\x66\xb8\x9d\x15\x8f\xae\x23\xde\x97\x4c\x80\xed\x43\xde\x95\xbe\x0b\xc0\x83\x5c\x14\x08\x80\x53\x7e\x47\x55\x49\x7e\xc3\xce\x21\xea\x6f\x3c\xfe\x19\x09\xd4\x95\x7d\x4f\xe9\x77\xab\x6c\xb9\x4d\xde\xe6\x28\xdb\xb8\x9d\x50\x2e\x54\xd5\xf7\x22\x29\xd4\xab\x75\x04\xbd\x90\x07\xa9\x55\x80\xaf\xca\xe8\xa9\xef\x82\xcd\x49\xa6\x99\xb7\x63\xe3\xcf\x3e\x3f\x74\x17\x0d\xed\xb0\x3d\x7c\x16\x55\xd7\x08\x3a\xc1\x0c\xc5\xd2\x58\x67\xa2\x81\xdf\xe3\xf5\xc4\xf1\xfe\xcf\x23\x11\x12\x25\xee\x6b\x81\xd2\x72\x4b\x2e\xfb\x9c\xa7\x55\x45\x1d\xc7\x2d\xc3\xd4\x4e\xd8\xad\xbf\xa9\x50\xcb\xb5\x20\xde\xfd\xa1\xa6\x6f\x21\xa2\x56\xa8\xe6\x6a\x7b\x48\xb1\x4d\x15\xe7\xb4\x2a\xf5\x47\xfd\xad\x87\x87\xe4\x97\xe7\xc9\x41\xfb\xc4\xb9\x16\x9d\xe1\x1d\x62\xfa\x9e\x4f\xe2\xad\xc5\x79\x07\xf6\xc2\x59\x9d\xb4\xfd\xa6\xf0\x1d\x3e\xfd\x58\xb3\xdf\x2f\xb2\xc8\x69\x05\x4f\x16\x0e\x7c\x8e\xe6\x30\x06\x9d\x3e\x07\xb3\x2c\xf2\xc2\xcb\x5e\x31\xa9\xb2\xbe\xa1\x7c\xd6\xb0\xe8\xad\x84\x5a\xb3\xde\xea\xe3\x08\x8d\x83\xaf\x7b\x2e\xce\x5d\x40\xea\x0b\x55\xbb\x2f\x9a\x1a\x8b\x48\x3b\xde\xfb\x67\xb5\x72\xde\xe9\xf5\x94\xbb\xd5\x79\x9a\xe5\xe3\xa0\x9b\x62\x79\x2e\xea\xa1\xe2\xe2\x7b\x02\x4e\xc5\xce\x8a\x9f\xd8\x7d\xd1\xc7\xac\xe7\xee\x2e\x2f\x2f\x54\xb3\xcb\xa1\x35\xdb\xfb\x64\xc2\xe1\x6c\xf3\x70\x94\xd8\x89\xcb\x86\x10\xa0\xa6\xe8\xcd\x57\x97\x1d\xe2\x64\x8e\x3e\x9b\x37\xce\x56\x82\x69\x41\xb4\xfd\xd4\x51\x8f\x2e\xde\xda\x7f\x71\xe6\xf1\xa6\x86\xe1\xcd\x57\xcf\x6f\x28\x9a\x3c\xee\xd0\xe3\x4b\xfd\x78\x53\x67\x11\x22\x7e\xd8\x2c\xdc\x71\xf6\x5c\xab\x33\xd0\xef\x99\xd8\xef\x40\x47\xc8\x2b\xf1\x91\xb0\xb9\xe8\x65\x89\x43\x47\x6d\xad\x5f\xf4\x24\xed\x19\xb2\x6c\x6b\xf1\xdc\x8b\xd6\xbb\x4f\x5d\xdd\x2f\x78\x45\x44\x47\x1c\x45\x68\x55\xfb\x03\xce\x3d\xbe\xa7\x61\xfb\x57\x72\xf3\xea\x8a\x8e\x8f\x62\xd2\x65\xa9\xfb\x53\x6a\xdf\xfe\x73\xef\xb8\xdc\xba\xa6\x7e\xe6\x69\xd4\xe3\x2a\xc5\x61\xfd\x0b\xaf\x5f\xcb\x9a\x5a\xa4\x9a\xa8\x49\x9d\x70\x02\xd8\x0e\x8a\xc5\xf8\xe5\x79\x86\x88\x0f\x40\xbb\x40\x4c\x49\xe3\x58\x72\xc4\x2e\xa9\x3b\x1a\xee\x57\x4f\xf5\xef\x91\x90\xbf\xf1\xba\x2d\x60\xef\xe3\x47\xa0\x5c\x97\x83\x7a\xb7\x7f\xa2\x2b\xcf\x0d\x5d\x1d\x07\x3c\x91\xfb\x71\x51\xc3\x4e\x57\x4d\xa8\x9a\xad\x9b\x73\x4d\x51\x79\xee\x51\xc6\x5d\x73\xa5\xcc\xcb\x81\xda\x84\x8b\x96\xea\x95\x6f\xbd\x6e\xf5\x2b\x4d\x59\x51\x34\x6f\xcb\xfb\xb9\xcc\xbf\xb9\x29\x73\xc9\x37\xde\xcc\x59\x42\x03\xe2\xec\xe4\x26\xf9\x16\x93\x13\x14\x26\x23\x9f\xf8\x27\xa4\x54\x26\x43\x23\xec\xaa\x48\xff\x21\x8d\x67\x57\x3e\xf5\xcd\x9d\x17\x55\xff\xc8\xbe\x25\x06\x52\x8d\x4e\xd8\x56\xdc\x54\xfe\x15\x7c\xf9\x92\x94\xe2\x7e\xc7\xd1\xdb\x0d\xd2\x3f\xde\xda\x3c\xbe\x29\xfd\x42\x93\xfb\xfc\x87\x94\xc8\x35\x23\xc3\x0a\x15\x3b\xb5\x12\x6b\xda\x05\x09\x65\xa2\x0b\xfd\xe6\x8c\x7c\xb2\x7f\x9e\x96\x92\x4c\x29\xf8\x83\x8e\x97\xe4\x79\xe4\x37\xf3\x9f\x52\xc1\x84\xbf\xae\x67\x64\x47\x53\x67\x02\x1c\x64\x6d\x35\x52\xae\x7c\xea\x3f\xa1\x11\x70\x65\xb0\x6f\x5d\x96\xa0\xb4\x51\xff\x50\x61\x4e\x86\x9d\x71\xf5\x66\x8c\x0c\x23\x4c\xf7\xe9\x11\xd9\x20\x9f\x6f\xba\x26\xb2\xb7\x6c\x0f\x19\x65\x48\x75\xea\xcb\x9b\xa7\x48\xe0\x1e\x66\xd8\x3d\x97\x16\xbf\xf4\xc3\xd5\x54\xf1\xb8\xd2\x2f\xff\x69\xe5\x62\x79\x7a\x70\xdc\x15\x90\xf4\xb7\x98\x6b\xcf\xf6\x4b\x46\xe3\xc5\x5e\x15\x4a\x4b\xa7\xbe\x37\xd9\x91\xc9\xa6\xbe\x71\x44\xcb\xae\x69\x14\x5e\x59\xe8\x3f\xa7\x91\x75\xa5\xbc\xef\xa7\xea\x59\xb9\x3c\x21\xfd\xe9\xba\xe4\x22\xe3\xac\x41\xa4\xcc\x18\xf6\x8f\x75\x88\xdc\x1d\x58\xb2\x83\xb5\xac\xd0\x73\xaf\x9b\xb8\x94\x82\x95\xb7\x47\x8b\x18\xf9\xd5\x86\xdf\x47\x89\xf9\x7b\x7b\x01\xc5\x32\x3f\xd5\x9a\x61\x43\x72\x61\x0a\x7f\x11\x7f\xe4\xbf\xcb\xed\xc2\xea\x5c\xa8\x14\x4b\x4c\x31\xd6\x2c\x97\x70\xcf\xd0\xd6\x35\x92\xfe\xce\x78\x6f\x7a\x41\xc6\x41\x83\x7f\x65\xa0\x5f\x4a\xa3\xe3\x4a\x4a\xff\x7e\x3d\xc3\x33\xb6\x42\x96\x3d\x48\xd2\xa8\x60\xd8\x2f\x52\xe6\x69\xba\x51\x90\xbb\xec\x50\xcc\x6f\xd0\x51\x99\xc0\x10\x26\xe4\x82\xc4\xa0\x3b\x35\xf4\xa6\xd8\x3b\x33\xbb\x08\x27\xf1\xc7\x2f\xf6\x44\xfb\x49\x2c\xdd\xa1\xc4\x6e\xca\x44\x28\x4f\x27\x02\xe5\x22\x14\x7e\xa5\x35\xcb\x9f\x94\x1d\xa2\xed\x55\x68\x96\x09\xcc\x23\x69\xbd\x93\x94\x2d\x7a\xab\xd3\x23\x05\xbc\x18\x7c\x79\xb1\x2f\xe4\x62\xfa\x65\x52\x9f\x67\x70\xc7\x39\x93\x0e\x4b\xc4\xf0\x79\xf7\x46\x5d\xe4\xba\x64\x20\x73\x2f\x2a\x5b\x6a\x98\x74\x02\xbb\x28\x25\x85\x92\xc3\x07\x48\x64\x82\x3f\x12\xd2\x24\x87\x9d\xc7\x52\x9c\x24\x43\x4d\x5c\xd3\x52\x24\x41\xda\x7d\x19\x3b\x52\xf9\xb7\x7e\xa5\x37\xcb\x6a\x29\x5f\xa0\x43\x65\x9a\xe4\x89\xac\xbb\xb2\x53\xb2\xd6\x4d\xe5\x4a\x9f\xe4\xe7\x04\x55\xaa\x5e\x8a\xd2\x97\xf8\xb7\xd7\x3b\x64\x23\xb5\xa4\x1a\x06\x0e\xe3\x15\x25\xd3\xbb\x7e\xa6\xf7\x4a\xc4\xb6\x5c\x4d\xbf\x28\x15\x57\x7e\x84\x32\x2e\x1d\x5d\xe8\x4f\x5b\x97\x3e\x98\x6e\x41\x11\x4a\xed\x89\xca\x22\x47\x48\x41\xbc\x93\xa9\x63\xd2\x26\xd6\x04\xfa\x37\xa9\x2b\x3a\x6b\xf4\x3f\x92\xf1\x0f\x52\x73\x37\x24\x2f\x29\xf7\xd5\x0a\x24\x55\xe5\x9b\x04\xca\x0a\x32\x8a\x3f\x9a\x47\x94\x6f\x29\x55\xb6\x2c\xa9\x5e\x50\xbe\x8c\x3a\x23\x5b\x39\xb4\x9a\x66\x2f\xcb\xec\x1f\xa1\x20\xa5\x4d\xba\x4b\xe8\xdd\x92\x56\x6d\xef\xd9\x25\x52\xf5\x42\x68\x9d\x8c\xb4\x22\x5f\x8b\x6d\x20\x73\x9a\x31\x56\xa1\x27\x7d\x2c\xf5\x50\x7d\xad\xd4\xee\xc8\xcf\x25\x4b\xd2\x92\x2e\xc6\x25\xa2\x52\x8f\x8c\x6d\x59\x1a\x12\xf5\x4f\x48\x9c\xcf\x67\x3e\x5d\x51\x68\x8e\x93\xf5\x50\xb9\xd2\xf2\x49\xf1\xb8\x8a\xb3\xb0\x5b\xd9\x59\x25\xa6\xd5\x49\xe5\x9f\x0a\x55\x92\x9b\x63\x5c\x84\x92\x7d\x4b\xdb\x64\xa4\xc9\xa9\x51\x19\xf4\x01\x85\x27\x94\x8b\x59\x8f\x95\x5f\x64\xde\x49\x3d\xaf\xa4\x94\x15\x81\x87\xa9\x8c\x66\x74\x63\x33\x54\xb2\xd2\xd3\xd0\x7b\xd5\x2e\x27\x58\x82\xde\xaa\x4d\xe3\x9e\xbb\xdb\xa9\x31\xe2\xb6\x5c\x8f\xa9\xb9\xc7\xa5\x3b\xb1\xe5\x3e\xa0\x66\xde\x3c\x91\xfb\x89\x1e\x56\xdb\x2d\x8f\xc1\xc8\x2a\x7d\x94\xc5\xa1\x7e\xca\xde\x91\x91\x4d\x18\x96\x68\x16\x43\x67\x4b\x70\x5b\x25\x42\x68\xe6\x85\x00\xd9\x16\x72\x35\xfd\x91\xdc\x40\xe6\x77\x72\xa9\x62\x5f\x86\x7c\xea\x86\x32\x90\xe8\x83\x5f\x53\x92\x20\x4d\x62\x32\x54\xcf\xa6\xfe\x8e\xb9\xa4\x7e\x35\x4e\x11\xa0\xaf\xda\x12\xe7\xea\x42\x55\x6b\xc6\xbe\x70\x56\x51\xfd\x88\x66\x5a\x33\xe5\x3e\xc4\x9c\x78\xf9\x45\xbe\x08\x49\x52\x2e\x56\x38\x16\xfb\x59\xc1\x4b\xa1\x16\xe5\x29\x9b\xa5\x88\x45\xad\x49\x07\x9c\x8f\xa7\x49\x71\xbb\xcf\xcd\x52\x24\x2b\xaa\xc4\x6b\x33\x39\x79\x26\x72\x9e\xe9\xc7\xb2\x4c\xe5\x05\x69\x21\xc4\x70\xa5\x5f\x29\x6f\x12\x2e\x2b\x4a\x22\x4f\x42\x3e\xa9\x56\xa2\x36\x42\xde\xab\x55\xc4\xce\xfa\x93\xd5\x5c\x63\x4f\x3a\xfb\xa8\xfd\x89\xfd\x62\x1f\xa1\x00\x0e\x1f\x79\x85\x53\x58\x83\x2d\xa8\xf6\x2b\xd2\xc3\x7a\x95\xb4\x14\x3f\x23\x35\xe5\x76\x2b\xb9\xc4\x40\xa4\x75\x94\x6f\xc4\x5e\x95\xd4\x38\x79\x9b\xea\xd0\x51\x7c\xfa\x5e\x86\x56\xf5\xc1\xb3\x93\x44\x01\xeb\xab\x84\x08\x21\x93\xbc\x28\x0d\x25\xec\x4b\xcd\x96\xf5\x88\xd1\x44\x84\x2b\x4f\x87\xad\x87\x04\xab\x9a\xc2\xfd\xfd\x44\xd5\x95\x61\xc9\x2e\x5f\xd4\x9b\x82\x37\xcc\x8a\xd4\xd0\xc1\xeb\xba\x6c\x25\xff\x80\xd6\x4b\x37\x54\x16\x41\xcb\xaa\x22\xca\xf9\xd0\x28\x05\x25\x15\x37\x78\x8c\xec\x2b\x95\xb0\x68\x35\x89\x24\x55\x4d\xa4\xaa\x18\xee\x68\x65\xda\x7c\xe7\xf9\x13\xb5\xa9\x0f\x9b\x5f\x9c\xd2\xc2\x50\xf2\x96\xcf\x4c\xc5\xa2\xd2\xa7\x25\xf7\xc0\xff\xa2\x0e\xca\xdc\x0d\x79\x0c\x89\x52\xd0\x00\xda\xfb\x47\xa8\x66\x06\x98\xba\x84\xaa\x0d\xfa\xe0\xcc\xaa\xd4\x8f\xfb\x8e\xe8\xaf\xaa\x94\xbb\x7f\xbc\x0d\x55\x5a\x76\xcf\x52\x06\xab\xd2\x7c\xfe\x2a\xb0\xd5\xc5\x00\xdb\x72\x2b\x6a\x5b\x90\x07\x52\xbd\xea\xad\xa1\xb5\x12\x71\x16\xb7\xe2\x31\x67\x1f\x1d\x6e\xc4\x3d\xea\xb6\x3f\xbc\x19\x97\xd3\xdc\x7e\xe4\x64\x8c\x4f\xc9\xd2\x69\xb3\x50\x3f\x62\x8e\x38\x24\xa8\x07\x69\x2a\xe1\xeb\xbd\x04\x32\x96\xbb\xec\xfe\xcc\xdd\x57\x65\xd9\x19\x6d\xc5\x54\xed\x75\xbc\xaf\xd7\xae\x86\xb6\xb9\xfd\xe0\x9b\xea\x92\xe5\x80\x5a\xb5\xda\x2d\x3b\x29\x05\x13\x35\xa6\x4b\xae\xd4\xbd\xeb\xda\x3e\x7f\x24\x74\x5e\xd6\x80\x4e\x89\xdf\xb2\xd2\x8b\x68\x12\xbb\xef\xdb\x9b\x74\x5b\x02\x71\x28\x2e\x72\xb4\x27\xf7\x80\x54\x64\xbc\x50\xee\xd8\xf9\xe0\xfb\x85\xd5\x27\x42\x02\x4e\xa5\x1c\x3a\xc7\x74\x75\x8c\x30\x3c\x8f\xb4\x7d\xea\x67\x2a\xe3\x6a\x3e\x6b\x47\x54\x96\x35\xd1\x37\xf8\xaa\x0a\x32\x48\xd6\xea\x56\x2f\xd0\xed\xb9\xf2\xf4\x02\xc4\xe0\x92\x32\xfd\xba\x9c\xa9\xa5\x24\x5f\x53\xcf\x6e\xe7\x1c\xe4\x4d\xa2\x67\xd1\x79\x86\xf5\x11\xd0\x55\xb1\x69\x77\xe3\x88\x64\xb1\x2e\xc0\x26\x76\x4e\x9c\xb8\x4f\xda\x7f\xa7\xbf\x75\xd7\x6d\xbf\xcd\x36\x8b\x03\xba\xde\xfd\xec\xa9\x23\x31\x76\x25\x89\xde\xc7\xf3\xcc\x0f\x40\x1f\x9d\x06\xeb\x94\xbb\xca\x4b\xd9\xbd\x7c\x68\xda\xac\xe8\xf9\x74\xe2\x45\x9f\x3a\x4a\x6b\xf0\xee\xe1\x4b\x25\x9a\xf1\x6a\xe7\x6f\x8f\xbd\x0c\x96\x1f\x78\xc2\x35\x40\x4a\x39\xea\x15\x59\xb5\x9f\xdf\xb2\xf2\x72\x0b\x17\x73\x72\xbf\x1d\xb8\x28\x7e\x03\x18\x15\x3a\x24\xbe\x1a\x0e\x8a\x11\x17\x5f\x3b\x9e\xe2\xa0\x34\x70\x6a\x8f\x8f\x5d\x7a\xc7\x95\xbd\xe6\x86\x8f\x72\xf3\xf7\xbb\xe8\xd2\xe2\xf9\x87\x20\xcf\x1f\x02\xb6\xa5\x3c\x34\xc7\x5c\x58\x2a\x47\x1f\xe4\x9a\xfc\xb9\x2c\x79\xf7\xf3\xf3\xda\x9b\xc1\xb7\xbc\x6e\xa1\xef\x07\xdf\x79\xaa\x1a\xf3\x5c\xea\xc9\x6d\x85\x61\x83\x5b\x6f\xb6\x65\x32\xac\x66\xcd\x86\x24\xbe\xba\x66\x3b\xca\x89\x25\x04\xa5\xf9\x56\x4b\x3c\x08\x17\x42\x2b\x25\xe9\xe8\xc1\xc8\x51\x49\x96\x06\xf0\xaa\x64\xff\xf1\x63\x0d\x3a\xc6\x9d\x27\xf7\x22\x9f\x79\x95\x0c\xef\x3e\x7c\xc7\x07\xd7\x75\x36\xf3\xf6\x0f\x50\xb5\x4a\xe0\x0d\x8e\xeb\xca\x75\xe4\xb5\x33\xa6\xc4\xfb\x7f\xaf\x84\xbf\xe8\x7a\x52\x75\x39\xec\xce\xc8\x4b\xd4\xe5\x14\xb5\xdb\x46\x79\xf7\xe4\x15\x7b\x6c\xb6\x9e\xbd\x94\x7b\xe9\x96\xa7\xaf\x29\x7d\xd8\x9f\x6d\x75\x5a\xe2\x55\xe8\x3f\x57\xbc\x64\x1a\x36\x1b\x00\x97\xb9\x92\x4c\x83\x15\xc9\x64\x6b\x60\xaf\x1e\xe9\x3f\xa3\x61\x73\x75\x7f\xdf\xf7\x93\x35\x57\x45\x79\x17\x4e\x2b\xa8\xef\x24\x1f\x54\x0e\x55\x07\xc0\xa4\x6e\xed\x55\x63\x7a\x9e\xd6\x9a\x57\x65\x5b\xba\xbe\x32\x50\xb9\xac\x03\xd7\xff\xa5\x2c\x7f\xff\x9a\x71\x99\x92\x96\xfa\x61\xdb\xac\x8b\x97\x94\x1a\xdc\x5f\xdf\x5e\x96\xa3\x06\xd4\x3e\xb5\x94\x91\x84\xee\xd2\xd7\x95\xf8\x8a\xde\x63\x5d\x2b\x7d\x23\x05\xec\x11\x2e\x5b\x99\x41\x01\x5e\x95\xbd\xa0\x41\xbd\xf2\xab\x5f\x52\x03\x7d\x65\xb5\x7f\x8f\x2c\x5e\xd9\xb1\xe9\xef\xff\x41\x82\x3d\xbf\xe5\xfd\x38\x6e\x1f\x9f\xdd\xb6\xdc\x85\xd7\x65\x2b\x73\xb5\x5a\xb6\x6d\xdb\xb6\x6d\xdb\xb6\xb5\x6c\xbb\x65\xad\x5a\x5b\x33\xdf\x33\xee\xe3\xfe\x7e\x7e\x39\xff\x85\xc7\x71\x3e\xb1\x11\xd0\xf3\x7c\x05\xfe\x64\xa0\x3a\x4c\x50\x7a\x1d\x36\xef\x60\xa5\x62\x08\x2b\x30\xc6\x69\x9f\x43\x5f\xaa\xf0\xea\x6f\x82\x1d\x45\x5e\x9a\x09\x40\x7d\xd8\xb3\x6c\x59\x50\x82\x98\x20\x37\x3e\x3c\x16\x71\xee\x2f\xc2\xb9\x0f\xcd\x89\x0d\x92\x0c\x84\x1c\x65\x96\xa8\xb6\xc2\xbc\x72\x9e\xeb\x3c\x85\xd5\x97\x39\x5b\x6e\xc3\x27\xc8\x3d\xec\xaf\x57\x91\xe4\x2e\xf6\xe9\xd5\xfb\x14\x5b\x40\x77\x5a\x44\x4a\x1c\x12\x58\xbb\xa4\xf1\x0c\x16\x9e\x9a\x6d\x2a\x88\xfc\xe2\x7f\xdf\x9a\x00\xdf\x77\x38\xb4\xcb\x87\x48\x18\xfa\x3a\x4a\xb0\x69\xca\x7b\xb9\x33\x80\x2b\x1f\x88\x7a\xc7\x40\xbf\x91\x8d\x03\x17\x11\x12\x68\x20\x5a\x10\x25\x01\x37\x4b\x51\xa5\xf9\xb3\x9d\x67\x2f\x8b\x4f\x82\x4b\x4b\x9e\xaa\x0e\x01\x9f\xea\xa3\xb5\x7c\x80\x04\xf2\x12\xfb\xfe\x2a\x9e\x12\x41\x9b\x5b\xf1\xd4\xe8\x63\x54\x5b\xa8\xb1\xcb\x60\xfe\xdc\xf3\xcc\xed\x10\x06\x29\xf8\xe8\x23\x81\x98\x88\x65\x0b\xf8\x06\xcf\xf3\x4d\x0d\x78\x03\xaa\xb4\xcd\x0d\x75\x04\xc1\x74\x6a\xc3\x1f\x83\x8e\x65\xfe\xc6\x92\xc1\x35\x02\x1b\x09\x93\x40\x2d\x3e\x35\xeb\x02\x42\x08\xd5\x53\x20\x87\x64\x83\xb3\x57\xe5\x62\xff\x83\x99\xd7\x7f\x11\x1f\x80\xe0\x9a\x4c\x94\xe1\x50\x55\xd2\x37\x6e\xae\x15\xb8\xd3\x6b\xe8\xe4\xe6\xa3\xa0\x20\x50\xfe\x12\x43\x1c\x3f\xeb\xf3\xf1\xfc\x58\x24\x24\xaf\x5e\x31\x51\x0b\x10\xcc\xdf\xce\x08\x07\xf8\x93\x5d\xd3\x8f\xc1\xef\x7c\x82\xb3\x15\xa0\x89\x56\xaf\xb3\xfb\x20\x69\x9a\x5b\xf9\x0b\x90\x2c\xa9\xf4\x12\x2b\xc8\x07\x3e\x78\xc9\x09\x4c\x08\xcb\x58\xfb\x01\x86\x44\x7c\x19\x5e\x44\xd1\x23\xb6\xc6\xbe\xe1\xa0\xa8\xa1\x89\x16\x82\x3a\x7a\x26\xe0\x01\x7c\x63\x3b\x28\xaa\x02\x36\xf5\x84\x3e\xcb\x09\x58\x5f\xb6\x2d\x11\x01\xef\xcd\x88\xd4\x7b\x40\x2f\x8c\xc5\x94\xb7\x00\x7b\x8d\x0f\xab\xe5\x01\xd5\x82\xc4\xda\x43\xc8\xd7\xd8\xbc\xaa\x7e\x68\x89\x4b\x64\x55\x38\xa0\x69\xcc\x5f\x59\x08\x6d\x57\x74\x6b\x80\x82\x43\x45\x0d\x9b\x2f\xb2\x05\xe2\x3b\x46\x17\x61\x44\xf4\xd1\x84\x2d\x5a\x06\xb3\x3d\xb9\x8c\x83\x60\xcd\xa6\x9a\xf1\x67\xd8\xbe\xa4\x2b\x48\xb1\xcd\xab\x79\x22\xc8\xab\xeb\x69\x15\x2b\xb0\x95\xe5\xa7\x35\x55\xe0\xf5\x85\xfa\xce\x2e\xe8\xd6\x8c\xff\x68\x3c\xe0\x3f\xfe\x7e\xdc\x09\x16\xd4\xfe\x6b\x1c\x00\x06\x8a\x7e\x8f\x9e\x40\xd9\x23\xd2\x47\x2e\x43\xc9\xae\x62\xad\x93\x50\x1d\xcd\xfb\x2d\x5f\xc0\x13\xe2\x1a\x83\x70\xfa\x3c\x3c\xdf\xe4\x3a\x22\x05\x7f\x7f\xea\x35\xfa\x0b\xfe\xde\x74\x2e\x0e\x86\x67\x98\xa1\xc3\x17\xe1\x59\xa0\xfc\x55\xcf\x9a\x8b\xe0\x8c\x15\xad\x35\x49\xf0\xfd\x72\xa7\xca\x21\xe4\xdf\xd2\x77\x25\x37\xb1\xc8\xa2\xa9\x9c\x7c\x0c\x5d\xf1\x59\xda\x16\xae\xa3\x08\x9c\xb8\x8f\xf3\x2e\x78\x16\x8f\x24\xe8\xa6\x75\xfb\x30\x90\x9e\xc7\xff\xb1\x31\x25\xa4\x24\xd5\x5b\x35\xa0\x96\x93\xd8\x4d\x8e\xd1\xb4\x7c\x0b\x43\x2d\xc4\x69\xc2\x4d\x42\x3a\xac\x38\xbe\x16\xe5\x07\x28\xa7\xce\x03\x0b\xc0\x48\x9a\x28\x58\x1e\x24\x5f\xf9\xbe\x7f\x05\x02\x54\xe8\x35\x5f\x84\xdb\x97\x16\x54\x5a\x20\xa2\x8a\x77\x4b\xfb\xd1\xf9\x85\xcf\x72\x3b\xb1\xaa\x79\x3f\xd2\x9d\x30\x57\x0b\xf0\x09\x27\xb8\xaf\xb9\xe8\x18\x1e\xc2\x58\x52\x82\x27\x89\xf0\x27\x51\xde\xba\x96\xd0\x96\xb0\x6d\x91\x8a\xaf\x8a\xfb\xa5\xef\x87\x68\x88\xe5\x92\x3e\x42\xca\xc5\x96\xe1\x38\x50\x37\xe3\x40\xa8\x24\x44\x4f\x74\x09\xd4\x13\xee\x9b\x74\xc0\xca\xcf\xe6\x50\x41\x1b\x80\xb1\xee\x94\x05\xf5\xda\x80\x54\x8a\xd7\x1b\xd4\x10\xb7\x0a\xfe\x96\xe4\x23\x43\xf3\xf4\xf2\x23\x30\xdb\xd9\x27\xa9\xb3\x78\xdf\xe4\x8a\xc8\x33\x7c\x59\xdc\x86\x3f\x1b\x21\x27\x4e\xd9\x8d\x40\x90\x8b\x1d\xb0\xba\x49\x38\x8a\x53\x37\x2d\x41\x02\x61\xcf\x64\xd9\x50\x94\xe0\x75\x02\x33\x5a\x3d\xcc\x13\x73\x19\x6d\x1a\x1d\x02\x0f\xc1\x58\xc7\x18\x40\xdb\xb0\xb2\xb1\xf7\xc1\xce\xf7\x9d\xca\x73\x16\x6d\x18\x54\x8b\xbe\xf4\xfd\x60\xfe\x51\x60\xde\x4e\x60\xb5\xcb\x79\x53\x9d\x0d\xa0\x32\xff\xe4\x6d\xa1\xf9\x52\xbc\x92\x9b\x51\xef\xa2\x64\x02\x92\xf1\x8e\x61\xed\x1e\xc5\xc4\x1b\xc1\xfc\x36\xc7\xc4\x3a\xff\x52\x3d\x1b\x02\xc9\xcf\x49\xd1\x0d\xc3\xee\x5e\x49\x2d\xc5\x2c\x7a\xc5\x63\xff\x61\x6d\x83\xe8\x90\xd6\xb8\xa4\xd0\xcf\x40\x3e\x6e\x3c\xf2\x18\x54\x84\x1f\x8c\x86\xb1\x7e\xbe\x4b\xcb\xbf\xbf\x78\x72\xef\x5f\xde\xc9\xb4\x3b\x03\x32\xd3\xa2\x4b\x86\x89\x21\xee\x69\x31\x37\xf4\x66\x64\x6f\xfa\x5d\x18\x25\xc8\x26\xc4\x08\x79\xe0\xd3\xe5\x79\x09\x7f\xdb\xeb\xa6\xdd\x3f\x42\x87\x5b\x8f\x11\x0b\x71\xd4\x79\x5f\xe5\x00\xa7\x6b\xef\x20\x50\x89\xe5\xb4\x8b\xc1\xfe\x23\x5c\x71\xd1\x46\x05\x10\xe6\x3c\xb6\x61\x6f\x88\xe6\x01\xce\x10\x1a\xf5\x3c\x2c\x1f\x9c\xad\xff\x23\x55\x98\x59\xf5\xee\x78\x2a\xcb\xd2\x97\xdb\xc5\xa9\x4a\x33\xa8\x5b\x4f\xe3\x1c\x3b\xac\x18\x5f\x87\x5c\x2e\xa4\x07\x65\x78\x97\xc5\xfe\x00\xab\xba\xaa\xf8\xeb\xc2\xef\xd9\xa7\xdb\x3f\xc5\x45\x5b\xa5\x1a\xdd\xc4\x67\x5b\x98\xab\x54\xe2\x07\x8c\x5b\x44\x42\x08\x1c\x86\x3d\xa4\xdf\xf8\x59\x13\x75\xf8\x00\x05\x6f\x1d\x08\x36\xe3\x9b\x71\x69\x06\x81\x95\x06\xfc\xc9\x6c\xf9\x46\xf3\xa1\xb3\x2c\x7f\x9d\x1b\x32\x79\xc0\xb5\x77\xfc\xa3\x2f\xae\x56\xdc\x18\x8c\xe4\x9f\x9d\xbd\x69\x10\xe2\xd4\x13\x77\xb7\xdc\xb3\x2b\xbf\x9a\x29\xc0\xde\x29\xe2\x07\xeb\xb6\x19\xc4\x5d\x0e\xa6\x65\x90\x6e\x5e\x8b\x25\xe9\x2a\x6b\xbc\x21\x60\x35\x4a\x25\xef\x13\x53\x54\xe3\xb9\x84\xc9\x49\x2a\x7b\xf0\xd7\xbc\xf4\x3a\x81\xe0\x3b\x8f\xde\x9a\x3d\x66\x49\x54\xa2\x73\x38\x60\x6d\x30\x06\x7c\x35\xd8\x7e\xdb\xd9\x85\x6b\xb3\x1d\xf9\x69\xa6\x75\x81\xed\x6e\x44\x7a\x80\x37\xc4\x2f\xa6\x7a\x2c\x2f\x62\xae\xf3\xba\xbc\xed\x31\xba\x65\x6f\xb5\x54\xe0\x71\x57\xc9\xf0\x56\xa8\x02\xe4\x54\x93\xe8\x6c\x83\x53\x51\xf5\x36\x19\xa4\xfc\x54\xba\xa7\x3a\xc5\x65\x26\x7f\xfb\xd1\x65\xde\x1d\xd9\x38\x0e\x2e\x41\x17\x39\x3b\x78\x8d\xe4\xa4\x86\x27\xe4\xbe\xaa\xb6\x51\x3c\x4b\xad\x51\x95\xdd\x7f\x6c\x71\xf6\x62\x5e\x0a\x20\x4b\xef\x7b\x21\xac\xa0\xd7\x11\x77\x13\xc8\xe0\x81\xfb\x9f\xac\x58\x36\x1a\x6e\x70\x58\xc5\x2e\xe5\x5c\x5c\x34\xbd\xd6\x17\x71\xfd\x82\xa6\x40\xee\x24\x2b\x8b\x32\x47\xc8\x2d\xcc\x98\xdc\x4b\xa7\x5d\x0e\x46\x29\x3f\x63\x66\xfe\x5e\xf1\xdb\xca\x2f\x1e\xc6\x88\xc6\x8a\x56\x49\x3c\x78\xa4\xc2\x81\x92\xc9\x95\xf0\x45\x6c\xaa\xdb\x2a\x17\x02\x71\x46\x60\xbd\x3c\xd0\x88\xed\x98\x95\x24\x48\xc5\x6b\xc5\x0d\x00\xbb\x87\x5f\x0a\x14\x85\xac\x24\x7a\x47\xe5\x41\xd9\xc8\xa1\x1c\xd8\x55\x30\xbd\x99\xda\xeb\x15\xa3\xcb\xa6\x8a\xe8\xc1\xc7\x77\xc5\x1f\xfd\xc9\xf9\x84\xbe\xfa\x88\x12\x9a\xcb\x45\x78\x08\x72\xe6\x17\x8e\x15\x6a\x33\xe6\x96\x7c\x2b\xd0\xa6\x12\xad\x00\xe3\xef\x16\xc3\xa9\x3a\x0b\xd8\x71\x3c\xd3\x3c\x12\x1a\x43\x39\x18\x7f\x97\xc6\xc1\x6d\x6c\x73\xd5\xb2\x20\xdf\x3d\xe8\x8c\xe4\xc0\x75\xa1\xdb\x76\xe7\xd0\xb8\x64\x6e\x6f\x23\x98\x69\x76\x5f\x70\x18\xac\x80\xb3\x8d\x96\xb6\xe2\x46\xf6\xe2\x00\xad\xde\xbd\x29\xc6\x1b\x31\x34\x0a\xa8\xf2\xbc\x2e\xfd\xc7\xf9\x9b\x7b\x26\xfc\xd7\xa3\x32\xae\x56\xd7\x18\xc5\x76\x4e\x3e\xb3\x6c\x75\x3d\xf6\x76\x8d\x75\x1d\x6d\x9a\xb9\x84\x80\xa1\x3a\xb5\x93\xcb\xc7\xb4\x8c\xfd\x3e\xfa\xaa\x5d\xb6\xa0\x36\xfc\xd0\xa3\x48\x6a\x1e\x9a\x1c\xcc\xaa\x9e\x0a\xf1\x4f\xba\x61\xae\x00\x57\xcb\x5e\x74\x9a\x44\x28\x17\x67\x7a\xbe\x82\xc3\xc8\xcd\x1c\x57\x56\xb1\xe4\xf2\xff\x6f\x19\x32\x0f\xeb\x34\x81\xe2\x16\xc6\x31\xd5\x8e\x4b\x5a\x11\x60\x89\x3d\xaa\x9f\x89\xd7\x7d\xd9\xf5\xb4\x09\x02\x36\xf3\x26\x54\xdc\x45\x5d\xbc\xc5\x0e\xba\x5f\x26\xdd\xc6\x18\x69\xce\x4b\x6f\x5f\x8d\x90\x40\xff\xf0\x50\x22\x06\xc0\x73\x03\xdf\xf0\x82\x21\xbe\x71\x65\x52\xe3\xd0\xfb\x59\x63\x1a\xe7\xb0\x9c\xa2\x75\x13\x0a\x42\xbb\xb6\xdc\xd1\x0b\xa8\x22\x4f\xb0\x7f\x5d\xa5\xfe\x4f\x19\x41\x22\x0b\xcf\x7c\xa0\x9c\x29\x98\xad\xe5\x95\x3e\x03\xb0\x91\xf6\xcb\xfc\x08\xd1\x1f\xbc\x68\xe7\x00\xaf\x71\xfa\xed\x78\x0d\x1a\x69\x44\x75\xed\x04\x8b\x2a\x7e\xf7\xa2\x82\x1d\x85\x2b\xfd\xbb\x01\x4d\x5a\x6d\xc8\x16\x42\x13\x8d\x8f\x65\xc0\x08\xc1\xa4\xd3\x8d\xb9\x55\x41\x5e\x79\x1f\x24\x0f\xc0\xcb\xd5\x06\x1a\xab\x30\x52\xe3\x25\xbd\x1c\xa0\x98\x1c\xc1\x59\xb9\xfc\x82\x52\x40\x3b\x58\x49\xb0\xc8\x05\x5d\x5f\xf3\x71\xbb\xc9\x64\x39\x24\xe4\x1d\x00\x7e\x55\xf6\x2f\xc8\x1c\xba\x96\x12\x18\x62\x0a\xe9\x0f\xf4\x0c\x75\x05\xdd\xb5\xcf\x8a\x78\x0b\x92\xd2\x3b\x8a\x1e\x01\x3f\x90\x9b\x48\xc8\x07\xdb\x0a\x09\xa6\x50\xa0\x27\x44\x50\xce\x07\x04\x1d\xca\xbb\xd4\x0d\x59\x03\xdb\xab\x7f\x42\x8a\x83\xdd\x6d\x32\x94\x91\x84\xb6\x35\xf7\xaa\xe5\x41\x6d\x29\xa9\xb4\xaf\x2b\x69\x5e\xed\xf0\xd8\xed\xcf\xe1\x50\xe8\xe0\xea\x42\x0a\x2b\x9b\xc1\xf4\xbb\x74\x4d\x88\x70\x37\x43\x1e\x03\x2c\xa5\x6a\x32\xf7\x0d\xec\x46\xba\x40\xee\x1b\xc8\xf7\x40\x50\xae\x0a\xf4\xad\xcd\x9d\x7c\x10\x14\xad\xed\x58\x74\x17\x52\x2b\x95\x59\x7a\x06\x49\xe1\xf3\xaf\x98\x01\x0c\xb1\x82\xcd\xb1\x80\x20\x82\x34\x9a\x8b\x7e\x8c\x62\x9c\x10\xc2\x4b\xa3\x8b\x26\x6b\x88\x02\x18\x8f\xd0\x61\x64\xeb\xce\x8b\x04\x38\xe2\xc9\xc6\x4e\xee\x23\xf8\xc9\xda\x8d\xf2\x34\x48\xcf\xfc\x71\xf3\x36\x34\x66\x52\xb2\xc5\x06\x38\xe9\x31\x69\x61\x07\x76\xca\x8f\x5a\x34\xa1\x16\x49\x72\xcd\x96\xd0\x12\xaf\xda\x66\x19\xe8\xb9\x99\x6a\xd3\x0a\x64\x58\xf5\x66\x93\x00\x38\x4c\x8c\xb1\x37\x97\xd1\x16\xef\x3c\x5e\x00\x5f\xc4\xc2\x27\x1b\x31\x6e\xd8\xde\xa9\x69\xfc\x45\xdc\xdd\x69\x5f\x42\x29\x4e\x2a\x8d\x1e\xcd\xbf\xcd\x5e\x00\x46\x59\x6f\xc8\x56\x9b\x23\xac\xd6\x50\x5d\xd7\xa0\x4b\xcb\x0f\x7a\x7e\x01\xdc\xf3\x82\x53\x70\x60\x67\xf2\x78\xf2\x06\xac\xaa\x63\x6f\x62\x1d\xd8\x28\xde\x1e\x4f\x81\x4a\x47\x92\xc6\x04\xa1\x24\x37\xd0\xe8\x19\x58\xd6\xc8\x62\x4c\x8d\xed\x87\x12\x71\x9c\xcc\xb4\xcb\xa1\x3a\xcd\x86\xec\xc5\xbf\x9f\x7e\x86\xd9\xc6\xf7\xcd\x98\xe3\x76\xf0\xc5\x33\x3d\x84\x07\xf8\x44\x68\x6f\x8d\x6f\x6b\x27\xdc\xa3\x2a\xa3\x2e\x0a\x1e\x55\xe9\x5a\xfd\x1a\xd9\x5a\xfe\xae\x8c\x09\xf3\xad\x24\x2d\x4f\x0f\xfd\xa1\x34\x32\xc3\x11\x17\x5d\x5c\x93\xac\x87\xf3\x2e\x5a\x48\xe8\x27\x04\x67\x82\x7c\xb7\x09\x33\x99\xcf\x5c\x93\x09\x9e\xc9\x15\xd6\xc1\xb8\xda\x02\x16\xcb\xab\xe8\xf2\x42\x07\xa3\x00\xa0\x38\xb1\x18\x7f\x1d\x6a\x9e\x7e\x0d\xb9\x06\x5d\x4b\xf7\x07\x7c\x01\x85\x9c\x63\x30\x3f\xf8\x4e\xf5\xf8\xe0\x0e\x64\xb6\xca\xa8\x35\x05\x7e\xb9\x7c\xa2\x7a\x1b\x41\x2a\xa3\xab\x60\x41\x2b\x16\xff\xcd\xdf\xc6\xe2\x0a\x9e\x64\x8a\xa0\xdf\x14\x8e\x24\xb9\xe1\x56\xf2\xb2\x63\x43\x08\x36\xc9\xdd\x5e\x86\x84\x0f\x49\x54\x9b\x27\x84\x9c\xc4\x6a\x4b\x24\x12\x95\xd8\xa3\xb3\x86\xb0\x49\xf0\x91\xba\x80\xe4\x8e\x67\xc0\xf5\xc3\x6b\x62\xb5\xe1\x1b\x30\xfd\x94\x68\xf0\x3d\x78\x47\x6a\x09\xab\x3c\x48\xbe\x4a\x74\xc8\x85\x6d\xa3\xe2\xb4\x9f\x19\x2c\x56\x56\xd8\xdc\x0e\xcf\x2f\x56\x29\x57\x40\x92\x0b\x4a\x0a\x3f\x61\xea\x73\xf7\xd2\xa7\xb0\xd7\xb2\xa1\x89\x56\xf8\x90\x04\x74\xc0\x3c\x49\x2f\xa6\xda\x5d\x8e\xc0\x1f\x77\x68\x35\x4e\x98\x89\x6b\x33\x2d\x40\x9c\x45\x94\xc9\xd6\x21\x1b\x43\x6f\x11\x66\x50\x7a\xd1\x74\x68\x3c\x5a\x38\xa6\x18\x7e\x1d\x63\x19\xeb\x06\xf9\x82\xac\x8b\x9f\x61\x10\xa5\xcf\xa8\xfc\xbc\x42\x62\xe8\x2d\x7d\x3f\x44\x61\x89\x2e\xf6\xec\x9a\x63\x39\xc8\x6f\xab\x17\x84\x3e\xcd\x31\x2b\x8c\x40\xdf\x4a\xeb\x4e\x63\x45\xcb\xc4\x62\x83\x43\x70\xa4\x50\x13\xf7\xa7\x84\x77\x61\x34\x07\x18\x09\x16\xc2\x64\xbc\x8c\x5f\x0c\x60\x55\x0c\x40\x8a\x79\x9d\xf2\x60\x31\xc2\xbe\x6f\xb1\x6f\xb0\xde\x41\xaf\x11\x3b\xb8\xab\x91\xae\x10\x75\x3c\x38\x6a\x96\xcd\x41\x52\x2e\xf5\x25\x7d\x2a\xa3\x76\x21\x6a\x79\xfe\xfe\xa3\xa2\x95\xb9\x3f\x0c\x3a\x39\x73\x8f\xd9\x19\x44\x32\xdd\x9b\xee\x41\x7a\xe2\xb2\x73\x32\x80\xa6\x70\xcb\x28\x25\xa4\x79\x00\xbb\x97\x30\x6e\xd4\x27\xd4\x71\x8b\xd0\xe8\xc9\x6b\x92\x4a\x6c\x76\x8d\x57\x8d\xc1\xdd\x72\x7c\x22\xf4\x1f\x66\xda\xc1\x04\x37\x4c\x88\x70\xcb\x46\x7e\x22\x9a\x7a\x8f\x00\x57\xa8\x27\x81\x43\x50\x3a\xb5\xa5\xc4\x26\xa6\x41\xa3\xd5\x74\x16\x66\x1b\xfa\xdb\xe9\x53\xab\x9b\x77\xaa\x32\xc5\xe7\xdf\xdc\xfa\x97\xe4\xd5\x1b\x47\x2f\x16\x43\xaa\x51\x66\x0e\x0c\x1e\xcf\xb8\x08\x15\xf3\x0c\x0b\x8a\x87\x89\x3b\xd5\x39\xf3\xe2\x6e\xda\x7b\x99\xf7\x11\x9e\x5a\xe7\x6b\xa0\xf0\xe7\xe6\x17\xc5\x72\xb1\x9e\xc6\xaa\x64\x00\x5f\x63\xf4\x83\xf5\x07\x57\x93\xed\x09\x68\x4e\xe2\x97\x7b\x15\x68\x59\x63\x35\x44\x8d\x4d\xdd\x86\x1a\x67\xc4\x7a\xd5\xa5\x36\x4b\x1b\xbc\x7a\x4f\x36\x2e\xe1\x49\xed\x6d\xcd\xd8\xd9\x25\xda\x0d\x4a\xf4\xec\x58\xfb\x3d\x3a\x7f\xe6\xf2\x06\xa6\x28\xd7\x96\xf8\x29\xe8\x9a\xad\x91\x7f\x2a\x0e\x6c\xd1\xea\x10\x42\x39\x34\xf9\x69\x24\xc2\xe1\x69\xa8\xa5\x34\xce\x79\xa6\x87\x7a\x40\xe1\x5e\xd0\x0d\x21\xa2\xf9\xec\x74\x0b\x58\x7e\x4a\x7d\xb4\xbc\xc0\x2a\xac\x09\x75\xe5\x65\x6b\x35\x33\x0e\x70\x63\x3b\x72\x3a\x89\x99\x60\x7b\x16\xf8\x38\x2b\x18\xbc\x7c\x7b\xd1\x67\x64\x7b\xee\x1a\x87\x9f\xc4\x1a\xf3\x35\x26\xbf\xbb\x63\x9d\xb7\x90\x0e\x89\x15\xb2\x4c\xd9\x96\xfc\x09\x7a\x18\x1f\xa3\x75\xdf\x54\x9a\x8d\x1e\xc8\x8e\x8e\x77\x48\x4b\x48\xcf\x48\x48\x4b\x5d\x41\x6e\xfa\xa1\xab\x9a\x85\xc0\x1b\x71\x69\x0d\x1c\x51\x54\x5a\x55\xfb\x0a\x88\xaa\x81\x32\x4d\x66\x11\x35\x55\x72\xfc\xc2\x36\xe5\xb4\xed\x87\x01\xd5\x04\xf4\x46\x3a\x83\xbe\xc5\x5e\x4f\x3b\x81\x72\x32\xbe\xb4\xdd\xd8\xfe\x7e\xc7\xcf\xfe\xfd\xfa\xd2\x45\x0b\xeb\x3f\x13\x62\xf7\xa9\x46\x2d\x15\x0a\xc8\x0f\x3a\x99\x71\x34\x76\x1f\x0d\x49\x1f\x6d\x41\x11\xe5\x68\x1b\xec\x23\x51\x05\x5e\x5d\x4e\x99\x6d\xd9\x75\xd9\x6f\x8a\x86\x0a\x9c\x82\x2a\xaa\xb6\x4a\x0f\x48\x45\x9a\x2f\xd5\xf4\xa1\x6a\x26\xaa\x86\x79\x20\x21\x47\xc0\xb6\x17\x94\xee\x2b\xee\xf9\x18\xc2\x1c\x95\x10\x2a\x06\xf9\x92\xa2\x14\x57\x04\xfd\x4c\x4e\xe2\x60\x5f\xc5\x32\xfb\xea\xec\x6d\xf0\x5f\xbe\xaf\x7e\x32\x3d\x0d\x76\x56\xfe\x54\xa3\x4c\x93\x53\xd0\x4e\x0c\x13\x51\x94\x09\xf0\x49\x96\x79\x28\xe9\x61\xa3\xaf\x72\x53\xbc\x46\xf7\x99\x66\xf5\xa3\x4a\xb9\x3c\x3d\x37\x71\x94\xe0\x96\x91\xbc\x64\x02\x05\x65\xf6\x4d\xae\x15\xf6\xd6\x81\x5e\xb3\x1e\xfc\xcb\x27\xc5\x2c\x13\x92\x12\xcd\xee\xb2\x04\xb4\xa4\x2e\xfb\xa9\xc2\x6c\x72\x4e\x43\x01\x20\x93\x5c\xce\x01\x5f\x25\x93\x93\x38\x68\xab\x58\x66\x88\x28\xd7\xdc\x08\x89\x55\xb4\xb5\xe9\xce\xc3\xda\x87\x40\x02\xa7\x52\xac\xb0\xa9\xdf\x6d\x1d\x8a\x50\xbb\x3d\xbb\x21\xab\xa0\x8b\x61\xa2\x19\x81\x5f\x45\x51\xce\x0a\xca\xcf\xfb\x20\xdb\x76\x42\x20\x93\x52\xef\x58\x2a\x4c\x83\x5b\x78\xf1\xcb\x1e\x43\xba\x23\xa0\x3a\xf7\xa1\xf8\x54\x27\x2b\x3d\xf8\x70\xce\x96\x2b\x37\xdc\xa8\x9c\xdf\xc7\x10\xb6\x4d\x7e\xcc\x71\x6f\x95\xeb\x7f\xcb\xae\xcc\xae\x3c\xdb\x2c\x2a\xc4\xee\xde\x91\xa2\x71\x87\xab\x34\x9d\x66\x0c\x70\xfd\x0a\x6e\xb3\xbc\xcb\x99\xe2\x32\x6e\x3b\xcf\x5e\x68\x3a\xe9\xf8\x9a\x0a\x57\xe9\x72\x55\x23\x7b\x3e\x24\x7b\xd8\x93\x24\xa9\xd7\xbd\x47\x28\x93\x30\x87\xe0\x0a\x81\x77\x10\xa1\xc4\x50\x99\x5e\x68\x71\x0e\x4d\x8b\x01\x96\x57\x46\x36\x17\x82\x6f\x34\x3c\x75\x99\x03\x14\xc9\x2b\x1c\x17\x56\x05\x28\x51\xec\xf7\x56\xb2\xa5\xfc\x61\x5e\x3b\xb1\xba\x11\xa8\xb0\x81\x16\xab\x1f\xf8\x9b\xc5\xfb\xce\x0d\x44\xc9\x58\x25\xf7\x46\x7c\x9d\xcf\x88\x77\x3e\xd6\xd0\xe6\x92\xdf\x32\x9a\x47\xf3\x6f\x40\x1c\x3c\x5a\xbc\x31\xe8\x22\x64\x82\xfd\x30\xfc\x15\xc2\x1c\x2d\x16\x97\x84\x73\x83\x28\x64\x86\xf2\x25\x81\x9a\x4b\x78\x64\x37\x00\xa0\xfe\x95\x26\x17\xa0\xd9\xf4\xd0\xa8\x1e\xe8\xa6\x44\xb1\xdf\x5f\xc9\xa6\xb4\xd3\x3e\xad\x54\x3a\xc6\x00\x7f\xb6\x75\x3c\xf6\x58\xaf\x4f\x7c\x0e\xd1\x05\x44\x2b\x7b\xa3\xe8\x90\xb7\x93\x56\xc2\x37\x01\xc5\x50\xe3\xa8\x6a\xf0\x8c\x4b\x74\x2c\x02\x54\x61\x78\x35\xfe\x03\x38\x42\x61\x39\xe9\x0b\x54\x58\x44\x3e\x43\x1c\x68\xa3\xe0\xf3\x66\x11\x22\xa8\xfc\xca\x4f\x68\x06\xd8\x8b\x56\x0a\x47\x24\x14\xd5\xaa\x24\x3d\x02\x8d\x6d\xe5\xd3\x80\x41\xe5\x28\x05\xec\x17\x57\x0a\x03\xde\x22\x7b\xf7\x84\x62\x57\xe0\x7f\x37\x70\x59\x24\xa8\xe5\xa2\x68\x51\x3d\xd8\x60\xd8\xae\xe8\x09\x20\x55\x9f\x50\xf0\x15\x16\x98\x49\x28\xe2\x83\xb8\x04\x3b\x17\xde\x03\x12\xec\x90\xc5\x1f\x01\x7a\xdd\x98\xb2\x3d\xc8\x9c\x4c\x59\x05\x18\xfc\x8f\xef\x5f\x5d\x26\xf8\x04\x93\xda\xff\x06\xc6\x83\x68\x1b\x37\xc3\x9a\xa0\x55\x26\xfd\x09\xee\x98\x80\xa9\x12\x12\x0c\x0b\x44\x13\xd1\xc1\x7b\x0f\x52\xfd\x50\xdb\x5b\x59\x05\x0c\xc8\xaf\x4f\x2a\xaa\x19\x61\x5e\xcb\x55\x1d\x33\xd0\xbc\xd9\x4f\x7d\xf7\xa0\xcf\x47\x27\x3b\x78\x60\x77\xaa\x3e\x74\xeb\x42\x0f\xd3\x9f\x77\x5a\x43\xcf\xfd\xc4\xdb\xa0\x00\xc2\x82\xbd\x55\x19\xf2\x5a\x0d\xdd\x72\x08\x8e\x10\xfb\xd7\xff\x89\x81\x8a\x3b\x98\xb4\x41\xba\xe1\x0c\xa7\xde\x61\xf3\x71\x59\xd3\xc3\xf8\x17\xb8\xc7\x33\x8f\x88\x86\xb8\x95\x4c\x5e\x4c\xcc\x4e\x6f\xe1\x7f\xe8\xb9\xcd\xbf\xb5\xfe\x28\xc6\x27\x6a\x7d\xac\x80\xd5\xda\xf2\x20\x23\x10\xb3\x04\x9d\x5c\x82\x87\x4d\x24\x4e\x5f\x87\xed\x74\xd1\x4f\x7d\x07\xbe\x96\x5e\x9f\xac\x84\x9a\x45\x5d\x9e\x50\x85\xe2\xdd\xb6\x26\x18\xc1\x3c\xc6\x1c\x93\x10\xc8\x0d\xe5\xb9\xc9\x43\x56\x02\x97\xe3\x8c\x01\xea\x29\x61\x65\xe6\x00\x3b\x44\xb0\x99\xcd\x21\xb1\x12\x45\x67\x9f\x10\x5b\x09\x17\x00\x91\x3a\xba\xf6\x25\xf8\x7a\x8d\x5f\x43\x10\xfc\x45\x75\x7e\x1d\x11\xa9\x51\xf5\xa0\xc2\x19\x33\x5e\x56\x57\x60\x8a\x5e\x2a\x77\xcb\x92\xc3\x85\x97\x0e\xa6\x0a\xe0\xba\x4b\x95\x92\x66\x08\xa5\xd9\x11\xfe\x65\x44\xdd\xfc\x66\x2f\x7a\xd2\xbf\x34\x41\x7b\x6d\x4c\x5d\xc9\x05\x73\x31\x0c\x43\xb1\x8f\x71\x05\xc4\x23\xa3\x1d\xaf\x03\xe9\xcf\x64\x44\xce\x40\xdb\x0b\x1f\x01\xfe\x08\x74\xe9\x16\x70\x0f\xbc\x5c\x9b\x37\xfc\x14\xea\x53\x63\xd5\x81\x84\x6b\x54\x3d\xa8\xf3\x82\x0f\x55\x94\x54\xed\xa1\x5e\x95\x85\x14\x59\x63\x3e\x16\xb3\x65\xbb\xa0\xe7\x8a\x87\x53\x2c\x70\x85\x05\x7e\xf1\x64\x82\x72\x5a\xb0\x4f\x25\x21\x22\xed\xb5\x8b\x3e\xc1\x25\x69\xdb\xf2\x37\xaa\x2a\xab\xc7\x10\x84\xb8\x92\x4a\x96\x2c\x80\x39\xc6\x7b\x61\xaf\x01\x9c\xa9\xc7\x30\x73\x98\x5a\xda\x08\xe8\x0c\x11\x99\xe7\xc5\x36\x04\xa6\xd4\xa8\x8e\x0c\x83\xd6\xab\xe5\x06\x47\x40\xcf\x2a\x7f\x77\xce\x42\x71\xe5\x81\x35\xb6\x88\xa1\x62\xa7\x92\x0f\x18\xdb\x02\x93\x2c\x25\xcc\x8b\x5c\x64\xb2\x39\x3e\x26\xfd\x55\x78\x25\xf1\x7b\x9c\x91\x87\x23\x01\x96\x10\x6f\xd3\x48\xc8\x8c\xa7\x9a\x32\x23\xde\x44\x35\xca\x65\x21\x4e\x22\x78\x88\x1f\x91\x9b\xb1\x4a\x68\x1b\xf4\x9d\xb8\x7b\x30\x47\x44\x5a\xa2\x3a\x53\x31\xaa\x2a\x65\x8a\x51\x9f\x11\x5b\xa3\xba\xf6\x94\x49\xb6\x92\x7e\x54\x8a\xf5\xbf\xb2\xf3\xc7\xcd\xac\xb2\xc5\x7e\xcd\xbb\x50\xad\xfc\x8d\xd2\x76\xd4\x7c\x26\x5b\x46\x09\xfa\x6e\x52\x62\xf4\x6d\x6c\x5a\xb8\x9d\xe7\x07\xc2\x4e\x04\xd8\x09\x4d\x82\x84\x96\x98\x0a\xe3\x57\x83\xf4\x95\x2f\x21\xca\xfd\xea\x04\xd8\xd1\x3e\x81\x36\xd8\x6f\x58\xdf\x30\x79\xb8\x2b\x4e\x2b\x2a\x13\xf4\x17\x3f\x1f\x23\xcc\x9a\x28\x05\xca\x10\xa6\x17\x60\x7a\x51\x32\xb3\xd6\x4b\xcf\x54\x4e\xb7\x74\xc4\x90\x5a\x50\x3f\xd8\x46\xff\x36\xd7\xad\x6d\x1a\xe2\x97\x94\x56\xd0\x0f\x9d\x8f\x9e\x4d\x98\x46\xbe\x08\x62\xf0\x33\xc3\x8d\xfb\x05\x39\x3f\x22\xd4\x78\xff\x33\x0f\x22\xb8\x7a\x28\xa9\xab\x60\x03\x5d\x05\x44\x3e\x61\x3e\x3a\xfb\x93\x88\x44\x39\x8f\x02\x44\x0d\x75\xcf\xff\x16\x64\x90\xb3\x3e\xf4\x14\x54\xaf\xa9\x96\xbc\xcf\xd4\x6b\x3a\x92\x09\x30\x07\x33\x4a\x66\xab\x3c\xc9\xbc\x97\x9c\x6b\xbb\x3c\x7f\xef\x47\x56\xe9\x14\xe4\xfe\x76\x82\x53\xd3\x43\xa6\x93\x88\x84\xdc\x35\x60\xd0\xff\x49\xd4\x55\xbc\xa4\xf7\x25\x9f\x2e\x8a\xb4\xdb\x88\x3d\x94\x3d\xda\xe9\xc4\x60\x9b\xbd\xc9\xfe\xa2\x3c\x33\x3b\xd6\x66\x89\x8f\xc0\x11\x67\x43\x43\x3d\x10\xe8\x70\x54\x65\xeb\x90\xb6\xf0\x7a\x0a\xe2\xd5\x5a\x0c\x63\x66\x23\x3a\xf0\x26\xef\xb3\x2a\xba\x98\xe5\xd4\xb3\x8d\x31\x8c\x24\xe4\x6e\x41\xef\x7e\x48\x72\x5a\x8b\xbd\xc9\x9d\xf0\x77\xc6\xf3\x76\x78\xb8\x46\xcb\x2d\xb0\x81\x8f\x61\x66\x26\x56\xc4\xed\x5a\xf8\x36\x95\xd1\xf1\x82\x67\x02\xb7\x9b\x8d\xb1\xe5\x39\x7f\xb2\x85\xb7\xb6\xb4\xc0\x94\x69\x95\x64\xd8\x83\x46\x53\x1f\xce\x71\x51\x23\xb3\x28\x84\x8d\xac\x93\xcd\x3f\xd6\x2e\x9d\x65\x4f\x12\xdb\x17\xcb\x92\x90\x0f\x6c\x05\x6e\x9f\x13\xef\x82\x9c\x82\xd3\xb3\xdb\x21\xb7\xee\x05\x04\x9a\xec\x63\xef\x1e\x87\xbe\xdf\xbc\x76\x9d\x3e\x84\x34\xdb\x77\xe7\xbd\x87\x60\xd3\x4b\xb4\xa5\x63\x7f\x66\x14\xd5\xce\xba\x2d\xbc\x87\x2f\xcf\x8c\xc7\x9d\x45\x24\xc0\x88\xd3\x9c\x41\xdc\x5b\xdf\x4e\x3d\x4f\x86\xac\xf7\x4b\x9c\x51\x41\xc6\xa0\x9a\x8b\x4e\x85\x66\x1c\x89\xb2\xd7\xbe\x61\x31\xc1\xf2\xd2\x8a\xdf\x75\x1e\x64\xea\x56\x1e\x68\x0c\xda\x0d\x3a\x8d\xfe\x0d\x3a\x8d\xc7\x66\x76\x42\xa3\x58\x1f\x39\xf5\xee\x25\xdd\xff\xe9\xea\xb1\x43\xba\x70\xc1\x25\x7c\xd5\x83\xc5\xd8\x4e\xaa\xed\x84\x54\x6e\x86\xcf\x91\x13\x88\x32\x70\x08\x93\x11\x2f\xd3\xb9\xe9\x5a\x28\x5f\xa7\xc9\x64\xa6\xa9\x76\x43\xfd\xb2\x3a\x55\x6b\x52\xe3\x83\xf8\xba\xde\x94\xf6\x27\xee\x02\xe3\x0b\x06\x38\x6c\x93\xd9\x98\xc9\x1b\xb6\x24\x17\x27\x47\x19\xd0\x76\xa0\x93\xdf\x5d\x88\x66\xec\xfd\x70\x19\x88\x53\xb6\x6c\x6a\x10\xcc\x0d\x30\x33\x88\xdb\x73\x00\x8d\x1a\x1d\xee\x52\xee\x0e\x99\x46\x3f\x21\x63\x63\xf4\x92\x3a\x0e\x05\x19\x34\xab\xb3\xae\xc8\x1c\xaa\x7a\x87\x59\xa9\x05\x2b\x65\xba\xdd\xd4\x9d\x52\xf8\x63\x7e\xd7\x98\xa4\x20\xa3\x5e\x61\xde\xae\xe0\x24\x81\xb6\x6e\x52\x7e\xc2\xf3\xda\x5e\x4e\x5d\x05\x2f\xe6\x54\xa2\xeb\x0c\xb9\xe5\x8f\xb5\x24\x40\x54\xe2\x1e\xb8\x1f\x02\xcf\x32\xe2\x03\x1d\x60\x7e\x45\x8c\x51\x44\xd8\x34\xb9\x95\x83\xb0\xca\x47\x7a\xcf\xf9\x64\x75\x12\xd1\x27\x3f\xb0\xa3\xc9\xf3\x5b\x01\xd5\xed\xa8\x90\x2f\x4b\xc9\x32\xd3\x6d\x92\xbe\x16\x5e\x68\x3a\x2b\x99\xe8\xe1\x67\xa5\x21\xa1\x67\x15\x6d\xf7\xef\x91\x83\xe6\xa0\xb3\x98\xd8\x33\xc9\x58\x77\xac\x84\x26\x6f\x94\x97\x94\x74\x1a\x81\xce\xb7\x46\xb1\x19\xdc\x12\x55\xa0\x2f\x04\xdd\xca\xb0\xb6\x8d\x81\xd7\x15\xda\x78\xa2\xe1\xc4\xea\xd6\x80\x7c\x78\x04\x79\x8a\x03\xb4\x2a\x4c\x5e\xe7\x40\xaf\xca\x09\xaa\xf3\xdf\x7f\x3a\xa1\xd8\x21\x80\x1e\xca\x33\x39\x78\x50\x9b\xdf\x63\xa7\xfe\xe0\x7b\xcc\x7d\xa7\x12\xa1\x09\x9f\xbf\x6e\xa9\x02\xff\xec\x94\xbd\xbe\xf2\x85\xeb\x22\xfc\xf8\x79\x6a\xa4\x7b\x02\xb9\x79\xee\xf1\x16\x87\x28\xf2\x2d\xe1\xbd\xc2\xe6\x84\x64\x41\xd4\x54\xb2\xc2\x39\x20\x9f\xb7\x61\x20\x88\xd0\x2d\x7f\x67\xd5\x04\x4f\x6c\x22\xb9\x8f\x02\x91\xe4\x04\x0e\xf7\xc5\x06\x4a\x11\x3b\x7a\xa5\x59\x43\x1c\xfb\xfc\xa5\xbe\x75\x1c\xf1\xdd\xf4\x33\x4f\x80\x23\xb0\x32\xc6\x6f\x8c\x2b\x24\xe5\x69\xe0\x05\x4e\x72\x48\x6b\x28\x0b\x4d\xd4\x79\x21\x7c\x9a\xbc\x69\x38\x1c\xb9\x4a\x54\x92\x5f\x8f\x01\xe1\xf6\x04\xaf\xc4\xd1\xb0\x8f\xf1\xf3\x09\xab\x04\x51\x36\xb7\xdc\xe8\x07\xf4\x60\xc6\x2a\x2e\x25\x69\xc0\xbb\xd1\x57\x2b\x19\xe0\x69\xde\xb6\xb8\x01\x44\x51\xd2\xd8\xd9\x56\xca\x29\xf3\xec\x57\x57\x06\xbc\x75\x50\xe7\x07\x47\x61\xf4\xb0\xfe\x15\x93\xf8\x50\xcc\x8b\xb6\xbf\xc9\x30\xc2\xa3\xbc\x9f\x89\x47\xd8\xda\xb8\xa8\x14\x63\x74\xbe\x4f\x74\xca\x2a\x62\xcb\x9c\x25\x0d\x04\xd3\x52\xbd\x9c\x66\x09\xbd\xf9\xd0\x3f\xa7\x14\x68\x61\x57\x2a\x4e\x86\x47\x20\xd7\x1a\x40\xb8\x3f\xb0\xef\x3d\x28\xbe\xef\x90\xe0\x61\x4f\xc9\xdb\x90\xed\xf1\x14\x2d\x7b\xd8\x1d\x4a\x2d\xfb\xcd\x95\xba\x70\x0e\x8c\xca\x41\x52\x8a\x11\x9a\x6f\xdb\xae\x08\x84\x98\x58\x33\xaf\xcc\x06\x3f\x9b\x2c\xaf\xb8\x01\x9c\x36\xed\x54\x6a\x03\xd8\xbc\x6f\x15\x79\x50\x74\xb8\x48\x65\x26\xa0\xe7\xf4\xac\x72\x19\x50\x36\xa8\xa9\x0a\x84\xce\xca\xdb\xd7\xe7\x83\x5e\x08\x9e\xb6\x64\xb3\xcd\x60\x29\xa3\x4a\x88\x05\x54\xee\x24\x09\x7f\x1d\x13\x3f\xd5\x4f\x2c\xc0\xea\x4c\x8d\x4b\xc4\x21\x6b\x63\x2b\xb1\x8c\xfb\x3f\x32\xa9\x58\x8e\xdd\xb6\x92\x50\x8c\xca\xe6\x87\xba\x4c\xa4\xf8\xba\x61\xef\x35\xe8\xf4\x52\xc9\xb0\x17\xa0\x38\xb1\x3b\x54\x06\x33\x6d\x8a\x1b\xc1\x43\x1b\x73\xf2\x47\xf8\x20\x7f\x43\x4c\x86\x90\x90\xbf\x0e\xd2\x43\xc2\x60\x9c\x2e\xfd\x40\x32\x2b\xa7\x84\xd5\x98\x3e\xe3\x1e\x91\x6b\x9a\x13\xcd\x84\xcf\x9f\xe1\xc0\x8d\xe3\x3d\x67\x7a\x08\x8b\x78\xcb\x19\x0e\xea\x3a\xf1\x7d\xee\x28\xf6\x68\x77\xbe\x78\x15\xcb\xbe\xdd\x56\x9f\x8d\x9e\xda\xf4\x1f\x9c\x81\xcd\x6f\x59\x8e\x4d\x01\xa7\xab\xcb\x33\x5e\xf0\xed\x69\xc4\x6c\x1e\x1c\xda\x3d\x3e\x3b\x04\x43\x96\xd5\xcd\xc8\x41\x23\xa3\xf9\xa7\xbe\x40\x31\xee\x4f\xa7\xa1\x50\x6b\x53\xd4\xf4\x09\x00\x52\x75\x9e\x4d\x07\x4d\xf2\x28\xcd\x11\x31\x5f\x89\x3d\x73\xaa\xf8\x48\x22\xcb\x9c\x35\x11\x4f\xe8\x9a\xf3\x24\xc9\x12\x3c\x80\xa9\xfa\xaa\xce\x57\x08\xae\x3a\x93\x26\x4f\x84\x4a\xed\x44\x83\x0d\x92\x56\x3b\x5d\xab\x83\x89\xae\x44\x14\x4d\xa1\x2b\x2b\x47\x72\x62\x70\x13\x15\x8f\xd2\x95\x71\x5f\xca\x9f\xa4\xec\x11\x38\x2a\xdc\xa2\x66\x88\x8d\x15\xe8\x20\x0a\x21\x2c\xff\x8f\x4b\x17\x96\xb9\x8c\xce\xc2\x19\x13\x52\x1a\x69\xb2\xc0\x8c\xcc\xf1\x40\x77\x82\xcf\x4b\x64\x10\x67\x08\x5c\xf5\x3e\xa2\x1c\xdd\xd4\xe1\x86\xc4\x42\xb2\xea\x9d\x47\x9f\x03\x94\x3a\x97\xae\x2e\xf8\x7a\xcd\xe3\xc6\xdb\xf0\x77\xd5\x19\xb5\x9f\x50\xce\x95\x49\xa5\x21\x98\xa6\xd2\xd7\x79\x44\x74\x69\x99\x5a\xda\x09\xce\xaf\x58\x21\xb1\x90\x90\x94\x15\xe7\x5f\x4d\x58\xce\xaa\x70\x7b\x8c\xf9\x9a\xdc\x6c\xe5\x87\x1e\x2f\xf8\x62\x3c\xc1\xe2\x97\xcb\x21\x92\x0e\xd9\x4d\xdf\xc6\x7c\x05\xdd\xcb\x88\x04\xff\x81\x0f\x14\x25\x40\xda\xd1\x76\x15\x17\x21\xbf\x21\xf7\xeb\x2c\xc6\x6f\x81\x37\x6a\x5b\x46\x6c\xc0\xff\xd5\x2c\xf6\xe2\xa0\x7e\x55\xad\x0d\x9a\x08\x8e\xb2\x9f\x15\xdd\x98\x9b\xc5\xcd\xb9\x05\x98\xde\xfc\x77\x69\x08\xbc\x46\xb6\x4a\xd4\x1a\x51\x27\x61\xde\x2b\x95\x70\x29\xc9\xc9\xee\x04\x3d\x1a\x3f\x68\x6c\x85\x78\x19\xdb\x2b\xbf\x85\x00\xe2\x06\xd8\xc5\xe1\xf9\x31\xc7\x48\x21\xf8\xed\x64\x45\xb6\x0c\x64\x58\xea\x77\x66\x7f\xcc\x50\xfe\x06\x4b\x33\x53\x5f\x5d\xf3\x46\x36\x7d\x7c\x23\x6a\x6d\x1e\x64\x5d\x65\x3a\x98\xc2\xf6\xbd\xfc\x5d\xe7\x65\x48\x56\x71\x7c\x55\x28\xca\x2c\x27\x3a\x47\x14\x97\x95\xc4\x14\xeb\x85\x5f\x8c\xda\xf6\xfd\x41\x7c\x19\x01\x76\x5a\x25\xd4\x47\x90\xcc\x8f\xf0\x7a\xc1\xdf\x54\x85\x11\x9f\x82\x8c\x85\xaa\x50\x15\x21\xda\x38\x2f\xcc\x7a\x14\x09\x10\xc7\xcd\xc6\x70\xb3\x01\x38\xd3\xf8\x3b\xf7\x2f\x4b\xdf\xc8\x7a\x7f\x7f\x8e\xc5\xa7\x22\x70\xa3\x8d\x51\xbd\xea\xd7\x5a\xee\xfd\x1b\x15\x39\xf3\xaa\x0c\xe0\xa2\x94\x9e\x05\x56\xb5\x2c\x78\x95\x0d\xa0\x1a\x57\x93\x72\x1f\xfb\x35\x0a\x1d\xf6\x83\xdc\x11\xfe\xc0\x7b\x83\xc6\x16\x6c\x62\x07\xa2\x1d\x04\xdc\xd6\xdb\xa4\xd2\xfb\x3e\x94\xfe\x42\x32\xf1\x86\x71\x4e\x53\xf4\x3d\x51\x80\x3a\xd7\xcf\xc0\x19\x70\xb0\x64\x70\xd4\x0a\xa3\x98\xf6\x9b\x34\x13\xa6\x16\x07\xe1\xa2\x39\x16\x34\xb3\x7f\xde\xde\x96\x29\x83\x67\x61\xf6\x7a\xd3\xfd\x98\xfc\x0f\xf3\xd3\x0c\x84\xf4\x37\xbd\x4e\xcc\x16\xf1\xb7\xca\x8c\xd1\x3f\x22\x6c\x93\x3f\x53\xa4\x83\xf9\x43\xd6\xb8\x60\x7e\x77\xdd\x9e\xf3\x42\xbd\xc8\x16\x46\x7c\x24\xb7\x53\xf5\x2a\x3e\xbc\xcb\xd8\x43\x0e\x41\x92\xeb\x75\x8a\x94\xd8\x35\x17\x5b\x08\x4d\xbe\xd7\x5f\x9c\xad\x5c\x3f\x27\x6c\x91\xc5\xc3\x69\x37\x6d\x8a\xd5\xcb\x2d\x29\x4f\x16\x74\x91\xd9\x39\x25\x7b\x97\x9f\x21\x2a\x9d\x65\x73\x97\xee\x38\xed\xea\xe2\xc4\x2d\xee\xd8\xdd\xde\xab\x48\xa1\x90\x4f\x25\xbc\x94\xcb\x7e\x01\x49\x71\x3c\xf1\x9e\x37\x02\xb7\x04\x1d\x5c\x38\x1c\xcf\x1e\x3e\x70\xb0\x37\x06\x89\xbd\xb2\x3d\x51\xa2\x4a\xac\xdb\x0e\x0b\x61\xe5\x74\x1d\x30\x24\x2f\x65\x1e\xa7\xf7\x90\x73\x83\x7b\x3e\x07\x20\xb8\x8d\x42\x78\x0e\x5b\x97\xcf\x87\x34\x69\xb0\x62\x68\x6c\x2e\x2b\x44\x86\x11\x08\xfd\x79\x14\xc0\xe8\x12\x8d\xd8\xad\xb8\xf3\x34\x5a\x72\x0d\x60\x2e\x0d\xa6\x7b\xdc\x40\xc0\x7a\xbd\x28\x1d\xe4\x99\x74\x81\x27\x4e\x88\xbc\xb2\xcb\x09\xa8\x90\x9a\xb7\x2a\x72\xc0\x2b\xdc\xb4\xc0\x19\x78\xab\x5e\x36\xaf\x57\x40\x69\xca\x58\xf2\x3d\x60\xd6\xf5\xb4\xf1\xa3\xc0\x8d\xc0\xf6\x4b\x40\x87\x8d\x9b\xa7\x1d\x48\xcc\x93\x23\xc4\x03\xf4\x2c\x6c\x28\x41\x0d\x1c\x94\xfc\x3a\xef\x06\x80\x05\x3d\x75\x97\x3a\x92\x66\x6e\xf3\x66\x3c\xac\xbd\x35\xef\x3b\xbb\x5f\x8e\x4c\x74\x47\x0f\x58\xf2\xdc\xb2\x97\x28\x5d\x10\xbf\x68\x51\x97\x90\xaa\x48\x34\x71\xf4\x6f\xd7\xf8\x6c\x74\xd9\xbe\x53\x9f\x6c\x80\x32\x50\x36\xae\x37\x9c\x54\x98\x37\x0f\x34\xc9\x11\xce\xb1\xd6\xb7\x60\xa3\x31\xda\xab\xd8\x10\x10\x0e\xee\xb5\x2e\x2f\xc1\x98\x90\xb9\x40\x7d\x48\x4f\x42\x6f\x74\x2e\xe4\x43\x6e\x52\x26\x0e\x7e\x0d\xbe\x6c\x5a\x75\xb8\x05\x1f\xb3\x34\x3e\x74\x00\x07\xda\x4d\x1c\x35\x73\x68\x5b\xe2\x86\x59\x25\x7e\x19\xd5\x97\x76\xa9\x23\xf4\x1e\x24\xde\x36\x68\xd0\xae\xf1\xff\x6a\xfe\x50\xf3\xc0\xc1\xd2\x06\xaa\x29\x6e\x30\xe4\x10\xa1\x19\xae\xf0\xd1\xc5\x49\x67\x53\xc4\xda\xe3\xa1\xc1\x31\x7b\xbb\xf7\x43\x53\x31\x94\x67\xb0\xa8\xdd\x05\xa8\x72\xc2\x86\x97\x04\x50\x9c\xfd\x32\x38\x17\x48\x28\xff\x93\x08\x85\x7f\x26\x0f\x70\x70\xaf\x8a\x93\x2f\xf3\x71\xad\x4f\x51\x2f\x69\xd3\xce\xa8\xe2\xc6\x9a\x05\x63\x1c\xda\x2f\xd4\x58\xca\x50\xe6\x73\x2a\xb2\x49\x70\xfb\x32\xe5\x5b\x41\x10\xe7\x21\xc5\xef\xce\xed\x1e\xc2\x0a\x66\x46\x5a\x3e\x29\xf2\x46\x8a\x5f\x03\x1c\x95\x18\x45\xda\x83\xe7\xd5\xee\x72\x44\x87\x9d\x6b\xed\xa3\xe6\xe2\x08\xc6\x12\x80\x55\x76\x84\x93\x10\x42\xb3\xcc\xcc\xab\x16\x8e\x68\x08\x0f\x19\x82\x0f\x91\xd7\x39\x30\xab\x72\xe4\x15\x0e\x8e\xd5\x50\xd9\x6f\x62\xe7\x6f\xcf\x0d\x6e\x8a\xb7\xce\xde\x76\x60\x92\xfc\x5d\x79\xe2\xc1\x22\x15\x97\x76\xc3\x47\x4e\xb2\x3e\x8c\x16\x80\x91\xf0\x76\x1b\x0a\x29\x10\x8b\x31\xf9\x18\x7e\x26\x4a\xa7\xc2\x1b\x7d\xe5\xe1\xdb\x87\xd5\x71\x20\xf1\x9b\x1c\xcc\x09\x2b\x52\x08\xe4\x4a\xe6\x05\x75\x38\x2c\xb4\x24\xd9\xa4\x16\xc1\xd5\xa0\xeb\xc8\x00\x98\x34\x27\x7b\x06\x02\x75\x94\x68\x76\xce\x95\x1a\x4a\x27\x3b\xff\xca\x94\xc5\x53\xf6\x9a\xaf\x82\x5e\x9b\xdc\x76\x6b\xf4\x21\xdf\x04\x2c\x5a\xd2\x23\xd4\x84\x9e\xe6\x05\x45\x45\x0b\xa9\xc7\x52\xe3\xdc\x05\x98\xbd\xcb\x12\x53\x79\x7d\x2c\x5d\x92\x77\xb9\x27\x34\x0c\xd3\xee\x71\x4a\x88\x73\x66\x84\x70\x70\x70\x44\x67\x73\x72\x0b\x20\x69\xc5\xc2\x0f\x03\xc1\xfe\xf5\x33\xaa\xbe\xd0\xbf\xcd\x76\x7a\x43\x00\x77\x57\xa3\x75\x05\xc4\xed\x7f\x4a\xba\xf4\x13\xbe\xbf\x50\x0c\x2e\xc2\xef\x9f\x02\xa9\xad\x38\x86\x7d\x8d\xec\xd7\xe4\xe0\xe1\xa8\xec\x56\x6a\x52\x6d\x47\x4e\x38\x35\x2a\xe3\x66\x9e\x11\x39\x38\x58\x3a\xbf\x92\xc4\x6c\x2f\x55\x78\x9d\x70\x4d\x97\xbb\x08\x89\xe5\x95\x16\x29\x19\x41\x9e\x72\xcf\x54\x7a\xc2\xe4\x10\x2a\x6d\x74\x44\x2a\xa0\xdf\x7f\x26\x94\x00\xd9\x1c\x7b\xa7\x88\x85\xdd\x9f\xd4\xd6\x0f\x81\x3d\xa1\x74\xb2\x33\xad\x74\xc5\x2a\xe1\x76\x8f\x86\xb2\xd8\x70\x2b\xfb\xbb\x95\xf4\xd8\x6b\x5b\xab\x2d\x64\xc8\xe6\xf2\x7c\x93\x2e\x40\xeb\x15\x6b\xa8\x04\x9a\x4a\x1c\x1a\x76\x20\x6f\x62\x80\x86\x37\x00\xdc\x6d\xac\x11\x03\x7c\x36\x71\x68\xd6\x80\x18\x2b\xb9\xb6\x04\x83\x34\x84\x7e\xf4\xfe\x66\x9c\xc4\x46\x4c\x98\xa2\x4b\x30\xdd\x53\x1f\x08\x4d\xd8\x89\xe9\x5f\xa4\x29\x1c\xcf\x0c\x45\x2e\x1c\xd5\x1e\xdf\x8f\x2b\x3f\x9c\xcc\x13\xc4\x5f\xdf\x37\xad\x54\xc4\x99\xef\x44\xb6\xa8\xa3\xdf\x6c\x9d\x0e\x19\x00\xf4\x1b\xb9\x93\x83\xc0\xcc\xac\xec\x24\x1a\x56\xda\x21\x33\xb1\x04\x5d\xc9\x67\x1d\xff\x05\xe5\x0c\x93\x1d\xfb\x00\xf9\xee\xe4\x3e\x8e\x04\x7d\xd2\x07\x26\x02\x40\xa1\x32\xdb\x53\xc7\xac\x73\x94\xa2\x59\x2f\xfc\x10\xb1\x79\xf6\x05\x61\x86\xa0\x39\x07\x26\x45\x11\x6e\xcf\x09\x92\x4b\xf1\x87\x45\xc2\x78\xce\xbd\x83\x8a\x66\xdc\xe6\x2e\x6b\x63\x17\x36\x64\xbb\x70\x64\x14\xa9\xbd\x2b\x3e\xff\x04\x06\xdb\x7c\xb1\x70\x11\xa1\x3e\x97\xb9\xf0\x1e\x1e\xfd\x18\xbd\x30\x0b\x90\xca\x22\xe7\xbb\xa0\xed\x31\x67\x73\x6a\x80\x85\x67\xd7\x1c\x0e\xd6\x65\xce\x32\x57\x0d\xa7\xa9\xd3\x2d\xc0\xa0\xf7\xf9\x4c\xe7\x75\x71\x0c\xa4\xd4\x79\x41\x82\x19\x71\x70\x1e\x43\xdc\x23\x0a\xcf\x33\x91\x4e\x08\x67\x30\xf5\x46\xd1\x9e\xeb\x88\xb4\x06\xe9\x16\x07\x44\x4f\xfd\x87\xa6\x4a\x64\x55\xa3\x57\xfd\x3a\xea\x66\xcb\x64\x4d\x19\xda\xad\x26\x2b\x5f\x02\x7f\xb9\x6a\x2e\xd3\x16\xcf\x59\x65\x96\xf6\x89\xe0\x5b\x25\x18\x83\x27\xae\x54\x06\x07\xdf\x20\xda\x56\x64\x78\x8e\x62\x43\x2a\x00\xcb\x12\x4c\x73\xb9\xab\x49\x27\x9b\x4f\x25\x08\x47\x81\x97\xb6\xca\x60\x62\x31\x97\xfb\x3f\x61\x7e\xe1\x88\xc3\x18\x8c\x3d\xd4\xb8\x51\x62\xfc\x15\x70\xd6\x10\xd8\xab\x80\x50\xad\x17\x6c\xae\x40\x04\xd6\x25\x37\xde\x44\xce\xd5\x7b\xd7\xf8\x63\xb4\x2a\x63\x0b\x2b\xd0\x96\x95\x63\x59\x3c\xb8\xe3\xf2\xe8\x54\x26\xbc\x57\xf9\x40\x34\x96\xf8\xa2\xcc\xdb\xbf\x83\x60\x57\x10\xef\xe4\x8e\x89\x28\xf1\x35\x9d\x61\xf6\x2f\xa4\x7f\x68\xc4\x42\xce\x1d\x45\xa6\x00\xfc\x25\x75\xb0\x7a\x54\x53\xbd\x2a\xac\x0b\xdb\xd6\x6e\x06\x57\x63\xe1\xeb\x7c\xbe\x05\x83\xec\x34\x30\x8d\xdf\x85\xde\xae\x2f\xed\x0f\x06\xd2\xea\xae\xb7\xf0\xc2\xff\x54\x47\xd4\xfa\xa3\xbd\x2a\x84\x8b\xe0\x18\x97\x12\xd6\x2c\x1a\xa6\x22\xdf\x3b\x0e\x45\xfc\x92\xb2\xec\xaf\x4d\x06\x12\x4b\x9d\x5f\x11\x0a\x63\x3f\x9a\xae\x21\xbc\x53\xf8\x14\xe7\x01\x91\xc4\x08\x0e\x75\xe8\x69\x1a\x04\x41\x07\xbc\xc9\x4c\x60\xcd\x45\x3f\x2e\xc2\xb2\x15\xe1\x2b\xaa\x2e\x82\x6d\x59\x54\x1a\x6f\x6f\xcb\x31\x9e\xb6\xf2\x6d\x1c\x81\x0f\x6b\x77\x46\xed\xc1\x6d\x35\x36\x8f\x71\x90\xbc\x8a\x97\x0d\x3f\x91\x35\x85\x07\x85\xbb\xd8\x96\x0c\x95\x04\x22\x71\x2d\xf5\x7e\x38\x0f\x55\x2f\x69\xcf\x87\x99\xda\x17\xff\xd2\xd6\x9c\xb2\x19\x33\xa8\x53\x81\x7b\x11\xb5\x26\x8e\x46\x72\x46\x3c\x25\x30\x60\xfe\xc6\x4c\x41\xd8\xb1\x3c\xf1\x23\xf7\xfe\x88\x5f\xcf\x9a\xb9\x6f\xa3\x55\x56\xea\xc4\xe0\xce\x76\xa5\x46\x64\xbb\x9b\x39\xa6\x4e\x78\x53\xeb\xbe\x66\xdd\xf6\x9a\x06\x93\x5c\xc5\x93\xa1\x61\x40\x3e\x07\x5a\xbb\x8b\x79\x9d\x21\x9e\x27\x4a\xac\x48\xb1\x48\xd4\xe1\x78\x14\x7f\x3d\x78\x86\x5b\x2a\xaa\xdf\x0d\xc9\x9d\x13\x7e\x6a\x96\xc0\xf5\x39\x54\x41\x79\x83\x23\x26\x98\x49\x60\x89\xe7\x5e\xb0\x08\x66\x58\x20\x27\x2c\x90\x55\x4c\xfa\x4d\x12\x3b\xe3\xb0\xee\x5e\xa6\x3a\x93\xa7\xe3\xe5\x32\x3d\xe6\x28\xd6\x8e\x22\xdb\xdd\x87\xcc\xc6\xa5\x8f\xb6\x52\x19\xf7\x4b\xd7\x56\xd7\xee\x95\x17\xfa\x4e\x18\xc2\xa3\xd3\x45\x1a\x4e\x88\xe2\x89\x88\x3c\x59\xce\xb9\xe8\xf8\x98\xdf\x7c\x0e\x61\x8e\x7e\xeb\x82\x42\x81\x1d\xf6\x47\x0f\x3a\xfc\x36\xf4\xef\x88\xdc\xf4\x19\x96\x66\x7d\x74\xc3\x17\xc7\x9d\x26\x9d\xe4\x37\x80\x9a\x56\xb6\x08\x0e\x60\x7b\x64\x4c\x88\xee\x66\x61\x71\xe1\xca\xb6\x06\xef\xfa\xec\x15\xa9\x82\xdf\xb2\x01\x19\xf1\x07\x3a\x2c\x2c\xd9\x23\x7b\x18\x46\xce\x9c\xfb\x4f\x02\x18\x60\x69\xdf\xc6\x33\xb0\x51\x71\xd7\x1b\x7e\x72\x29\x87\x3d\xcb\x51\x16\x7c\x11\x58\x1a\x15\x2d\xb6\xe0\xf3\xc6\x2b\x57\x2a\xdf\xd3\xc8\xfa\x96\x9c\xb1\xfb\x45\xad\xa7\x8a\xdb\x6e\x66\x12\xe5\xea\x93\x1e\x7f\xb9\xcb\x75\x66\xbc\xf3\x31\x8a\xc6\x2d\x01\xed\x20\x41\xc7\xd0\x58\x26\xb6\x01\x7f\xfb\xac\x00\x70\x60\x78\x59\x5e\x37\x24\x06\x64\x14\x53\x7c\x9c\xc2\xfa\x39\x41\xe5\x08\xcf\xf4\x20\x49\x62\x57\x0f\x46\x8a\xde\x98\xf4\xe6\xe0\x0f\x56\x6c\x50\x12\x76\xf6\x49\xce\x41\x49\x37\xba\x63\xa3\xa2\x95\x69\xce\x55\x9e\x71\x1a\x63\x8e\x82\x96\x0e\xba\xdb\x0e\x7d\x1a\x2b\x46\x77\x1d\x8f\x25\x7e\x99\x35\xbb\x2a\xf1\x2c\x5a\xdb\x7b\x34\xe1\x74\xed\xcf\x7c\xd9\x41\x7e\xbe\x3c\x11\xd2\xa0\xd1\xa8\xb9\xb4\x75\xe8\xf5\x34\x4c\x7e\x21\xa0\x08\x6d\xf4\x7e\x7d\x0a\x07\xcf\x04\x08\x3e\x63\x61\xee\x09\x47\xbe\x08\x20\x5b\xf9\x4f\x4f\xbf\x14\x51\x77\x2f\x6f\x50\x51\xe0\x73\x7c\x94\x6d\xa6\xe5\x65\xeb\x17\x75\xd5\xf0\x9f\x35\xa3\xa7\xab\x85\xa3\xa5\x8d\x65\xae\x8d\x9b\x95\xb8\xa6\x9c\xfd\x77\x5b\x7a\x29\x73\xe7\x0f\x0e\xa3\x7c\x2e\xee\x2b\x2e\x24\x82\xaa\xd7\x77\x8f\x20\xb0\x7a\xf8\x79\xe8\x65\x48\x7d\xf2\x59\xfc\x01\xf4\x57\xe1\xbf\xdc\x61\x78\x3c\xfa\xa5\xd5\xd9\xb1\x07\xc6\xdc\x3e\xe8\x34\x09\x17\xed\x41\xff\xaa\x51\x58\xc8\xd1\x60\x8e\x53\x39\xd4\x9a\xa7\x61\xce\x60\xdb\xec\x28\xbb\xcd\x2a\xd9\xc4\x2d\xca\xd6\x61\xd6\x98\xe0\x45\xe7\x5a\x63\x24\x69\x39\xe6\xd9\x66\x84\xd2\x6c\xf4\x0d\x32\x15\x92\x3a\x09\x78\x66\x09\xf0\x87\x84\x70\xd8\x2a\x11\xbf\x86\xe5\x3b\xb1\x01\xd7\x52\x28\x7e\x49\xb0\x87\x79\x9d\xe1\xad\x30\xd3\x9a\x85\x34\x13\x04\x17\x79\x86\x43\x64\x55\x89\x96\xa6\xc9\x77\xc2\x26\x24\x66\xb2\xf7\xbe\x44\xe5\x3f\x23\xb1\xc5\x1f\x66\x83\xfa\xc4\xc6\x07\x8e\xb5\xba\xda\x39\x13\x9e\xda\x3a\x77\x62\x88\xbe\x23\xda\x7a\xbe\x0f\x82\x0c\x34\xa7\xad\xa3\xc2\x98\x35\x6a\xb4\x72\xa3\xa0\xda\xa2\xd2\xb4\xd8\xab\x7a\x1d\xfc\xe7\xf1\xfe\x46\xb6\xa4\x8e\xc4\x18\xcb\x75\x38\x7f\xee\x8a\xeb\x75\xb8\x49\x65\xab\x1f\x2f\xec\x67\xd3\xb7\x08\x15\xf8\x2f\xf2\x38\x07\x6e\xd5\x8b\xf2\x97\x96\xb3\x16\xa0\x43\xa7\xc0\xf8\xad\xd5\xe6\x58\xa9\x78\xbd\xcb\xfb\xb2\x72\x42\x2b\x57\x10\x93\x0a\x4f\xc1\x70\x98\xa0\xb2\x66\x02\x4b\x94\x8e\x12\xc9\xbf\x25\xee\x44\x3e\xd4\xd6\x2c\x49\x40\x4e\x4e\xa7\x3a\xd5\x47\xfe\xae\x4c\x67\x86\xb9\xe2\xac\xc0\x9d\xac\x42\xd5\x08\x32\x3c\xa7\x57\xab\x02\x56\x50\x3e\x67\x01\x81\x17\x35\x89\xba\x00\x80\x54\x7b\x87\x8f\x0a\xf0\x8f\xf2\x9e\x66\xb7\x66\x42\xe5\xa0\x79\xae\xc5\xbb\x59\x08\x5d\xfe\xf7\x2f\xfc\x48\xe4\xc7\xde\xdf\xf8\x4f\xe2\xa9\x03\x4a\x49\x81\x92\xb5\x15\xe3\x29\x38\xc9\x93\xb4\x99\x0c\x3d\xf1\xc5\xe0\x9e\xec\xdf\xa2\x3a\x8e\x8c\x79\xd9\x22\x0d\x06\xbc\x05\x2f\x85\x05\xe4\x13\x8b\xd3\x1f\x08\x09\x32\x94\x15\x88\xc4\x11\xed\x2a\xbe\x8b\xdf\x07\x87\x35\xf5\x68\x68\x41\x87\x3b\x61\xc6\x51\xa0\xa7\x03\xf9\x4e\x27\x60\x5e\x4a\x1d\x3b\x75\xa5\xcf\x7b\x95\x62\xfa\x6a\x28\xf6\x05\x25\xe3\xc5\x7e\x09\x9c\xe3\xcb\x0b\x96\x72\x55\x1e\xf4\x82\x75\x69\x0f\x7f\x63\x5b\x6a\x29\x8f\x00\x5d\xc1\xe7\x0a\x28\x6f\x7e\x94\x47\x95\x2a\xb7\xaf\xdb\x54\xf5\x7f\x9c\xcd\x26\xef\x6a\x13\xd8\x57\x94\x13\x1a\x3e\x92\xba\x1f\xb8\xb6\x98\xe1\xf9\xf1\xa9\x8f\x7d\xa8\x54\x00\x33\xc6\x2f\x56\x07\xe3\x9a\x2c\x54\xe7\x83\xa7\x4f\x75\x9b\x75\xc1\x4d\x43\x04\x88\x69\x67\x46\x89\x4d\x44\x89\x13\x72\x81\x02\x71\xfb\xe8\x7b\xc3\x35\xa2\xcb\x01\x57\x5f\x1b\xe6\xf5\xbe\x5b\xef\x3b\xdc\xec\x78\x68\x0f\x33\xee\xb8\xee\x65\xf7\x3e\x56\x33\x55\xa9\x7b\x01\x83\xf5\xe7\xe9\x36\x40\xc3\xad\xe9\xbb\x3f\xc2\x3f\x6a\x88\x3d\xae\x05\x79\x3d\xbc\x38\x18\xc8\xf0\x98\xf0\x65\xda\x19\xe7\x86\x5b\x9b\xe9\x22\x69\xe0\x7e\xcf\xca\x8b\x06\xa0\x67\x66\x87\xd4\x59\x50\xe7\x49\xb1\x04\xa9\xa7\xfe\xc5\x64\xc2\xd6\xe1\xf5\x3a\x18\x21\x6c\x9f\xa5\x8b\x03\xcf\xb4\xd7\x3c\x49\x41\xbe\xd8\xfb\xb4\x78\x08\x73\x5a\x89\x98\xcb\x86\x0b\xf4\xb8\xcf\x15\x03\xd7\x8a\xba\x66\x79\x00\xd5\x48\x91\x99\x8b\x30\xaa\xab\xc6\xcc\x27\x98\xae\x11\xdd\x6c\x2c\x74\x43\xe1\xee\x3c\x23\xc4\x93\x7d\x79\x9e\x0f\x2f\x44\xa2\x9f\x67\x21\xbe\x20\x92\xe7\x2f\x91\x2d\x08\x6d\x73\xff\x51\x34\x08\x56\xa5\x9c\x04\xf7\x03\x68\xcd\x0a\x41\x60\x6f\xa4\x79\x1b\xff\x70\xb7\x77\xbc\x1b\xfd\xfc\x00\xbe\xee\x0a\x97\x3d\x30\x5a\xf9\x83\xbc\xbc\xec\xbc\xda\x8f\xa0\x1f\x18\x5d\x5d\x03\xbc\x2b\x0b\x57\xee\xc3\xae\xc6\x47\x2e\x6e\x21\x10\x3e\x90\x45\x1c\xf2\xa6\x25\xd3\xa2\x03\x52\x5e\xa3\x6d\xa9\x1a\xa6\x2f\xe0\xb6\x10\x8b\xe7\x24\xdb\x2d\xa0\x88\xa2\x24\xcb\xf9\x63\x52\x2a\x71\x7c\xbe\x93\xec\x4f\xd4\x81\x1d\x37\xed\x3d\xc6\x21\x3e\x34\x51\xda\xcc\x91\xb0\x26\xa0\xe5\x18\x25\xdb\xf2\xaa\x49\x0a\x65\xd1\xa1\x50\xff\x02\x4d\x69\x40\x16\x35\xe3\x1f\xd4\x1a\x67\x27\xe0\xf3\x6a\xbc\x33\xf6\x09\x23\x35\x97\x62\xfd\x88\x9f\xab\xb6\x83\x9f\x13\x43\xab\x64\xbc\xa8\xd8\xe7\x55\x34\xab\x15\xb6\x8c\xaa\x1c\x29\x2d\xd8\x9d\x81\x0d\xc2\x11\x3a\x6a\xdc\x90\xc0\x85\x8b\x9f\x1a\xc6\x2f\x13\x70\xd3\x34\x3c\x1d\x80\x6b\x66\x9b\x7c\x05\x84\x35\x53\x87\xa2\x11\xcb\x8d\x7d\x6d\x42\xc8\x5b\x8d\x29\x2d\x30\x54\x40\x0b\xb9\x41\x18\xd9\xd5\xda\x59\x23\x82\x0e\xac\x73\xcc\x8b\xc0\x4b\x57\xaf\x66\x14\xe1\xcf\xab\xc9\xb1\x7d\xc4\xdd\xca\xbd\x60\x67\xe2\xb5\x0a\x26\xb7\x4b\x58\xc1\x8a\xab\xe6\x8b\x2c\x59\x65\xf3\x62\xfe\xe0\x0f\xd5\x1a\x58\x3a\xd4\xed\xb6\x87\xe8\x8b\xd8\xf3\x7e\x76\xb4\x0a\xfe\xe7\xe0\x2b\xd4\x08\xeb\x50\x4f\xd3\x8e\x02\xf4\x69\x53\xe0\x64\x0b\x40\x68\xf2\x18\x7a\x02\x6b\x6b\x34\xef\x60\x45\x1c\x35\x68\x34\xb9\xa2\xac\x1b\x6a\xaa\x15\xd1\x6f\xaa\x4e\x0b\xc6\xd1\x6f\xcb\xc6\x52\x99\x88\x39\x85\xab\x91\x76\x54\xad\x5c\x37\xef\x65\xb2\x61\xd6\x98\xf5\x32\x7c\x2c\xdb\x57\x65\x9b\xa5\x35\x8f\xc0\x67\x03\xa6\xe4\x2d\xc2\xc8\x28\x52\x99\x0f\xe4\x13\xae\xb7\x01\x0c\xb5\x25\xae\xb5\xad\xc2\xae\xb0\xbe\x6c\xb6\xde\xfd\xc9\x42\xee\x14\xdd\x3e\x84\x1a\x36\xaa\x4f\x8a\x42\x7d\x1a\x4e\x86\xc4\x80\xc1\x7a\x5a\xfb\x21\x56\xbe\xe2\x66\x85\x0b\xe1\x57\x31\x4b\x76\x27\xd5\x3b\xff\x5b\xc2\x4b\x4e\xa6\x6c\xee\xe0\xe7\x5c\xae\x19\x2c\xae\x2b\x9c\x40\xca\x1f\x53\x31\x72\x57\x8a\xbb\x2c\x02\xfb\x20\x29\x89\xba\x81\xdd\x4a\x2c\x64\x7e\x87\x57\xcc\xec\xa5\x57\x7b\xb4\x54\xe4\x73\x4f\xcc\x7c\xa5\x9e\x8b\x5e\x0a\x94\xde\x40\xb7\x37\xc3\x3a\xda\x18\xb8\x4b\xc7\x58\xdf\xa2\xb3\xa5\xc6\x6a\x5b\x6f\x37\x75\x1b\x00\x2a\x2a\x7b\x2e\x10\x6a\x8b\xb6\x2b\x35\x68\xfd\x39\x47\x59\x86\xdc\x63\xe9\xf5\xd1\x55\xfc\xe4\x64\x8c\xef\xbe\x00\x38\xbe\xcd\xae\x83\xbf\x3e\xe6\x9f\xf6\x06\xdf\x71\xcc\x15\x31\xa8\x60\x46\x4c\x0f\xa9\x4f\xf8\x34\xfa\x33\x8b\xbd\x3c\x6f\x5a\x02\xa3\xbf\x11\xb6\xd0\x88\xe9\x81\xc3\x7f\x35\x2d\x4c\x1a\xa0\x97\xa5\x7f\x0e\x50\xe0\xd9\x0a\xfb\x5d\x5b\x56\xfb\xea\xc9\xad\xa7\xf7\xa8\xd5\x89\xcb\xf3\xc8\xc6\x22\xd6\x5e\x01\xf6\x88\x4c\xf7\xf2\x7e\xbe\xe6\xe4\x84\x34\x88\xb0\x40\x3c\x63\x78\xb8\xd8\x72\x94\x9c\x47\x90\x78\x55\x78\x9c\xb9\x8a\xa4\x7a\xa8\x82\xb2\xb6\xac\x78\x68\xbb\x10\xb3\xb2\x71\xc4\x55\xf2\x43\x2d\x58\x84\x16\x28\xde\xe2\x6f\xd2\x19\x4b\xb8\xab\x73\x2e\x0f\xab\x7d\xa0\x55\x59\x3e\xa4\x0d\x3c\x99\x13\xf1\xd4\x13\x22\x90\xd7\x7a\xb0\xc7\x16\x57\x04\xec\xf1\x41\xae\x14\xe8\x2c\x73\x92\xeb\xd2\x35\x7b\x5e\x0a\xc4\xc5\x7b\x97\x5f\x13\x67\x88\xba\x95\xe2\x28\xbb\x13\xfa\x25\xb8\x5c\x99\x29\x28\xc3\xf9\x8f\xba\x78\x80\x96\xb1\x8c\xd6\xbe\xbf\x8b\xc2\x3b\x7d\xf3\x40\x6f\xa1\x01\x93\xb9\x90\x48\xca\x99\xf5\x72\xb8\x30\x1c\xe5\xf2\x35\x51\x04\x24\x1e\xb8\x9e\x53\x0a\x9e\x4c\x0a\x2d\x7b\x0d\xd8\x01\xef\x12\xa0\x27\xd3\x80\x73\xca\xfa\x89\x20\xb4\x3d\xc3\xf4\x58\x1c\x8f\x48\xf1\x5c\x11\xe1\xff\x15\xbd\xdf\x6d\x2c\xf9\x3d\x14\x28\x6b\x54\xd1\xf5\xff\x9d\x22\xaa\x3d\xe3\xb3\x17\xb4\x69\xf8\xdc\x2b\xc4\xa9\xd3\x6c\xc0\x73\xce\x70\xc4\xfa\x82\xd7\x8c\xa2\xbd\x3d\xbb\x6f\x8d\xf0\xa2\xb3\x4d\xc0\x21\xcd\xd2\x23\x36\xe4\x1f\x82\x2f\x10\x14\xf3\x0a\xf4\x25\xee\x72\x56\x17\x34\x24\xc7\xb7\xdc\x10\xf6\x08\xa1\x19\xc0\x7e\xb6\x8a\xba\x19\x72\xeb\xac\x00\x07\x8f\x3c\x39\xf3\xe2\x8b\x09\x7f\xb7\x9a\x28\xe3\x1a\x70\xb3\xdb\x54\xb3\xcc\x73\xa3\x4c\xd6\xd8\xc0\x4d\x34\xe5\x92\xb5\xac\x8b\x46\xb0\x8e\xe3\x0f\xa7\x2f\xce\x04\x57\x03\x67\x46\x23\x3a\x4f\x16\x57\x33\x25\x77\x9f\x26\x8f\xee\x87\x29\x01\xf6\x3e\x6d\x1c\x3a\xc1\x27\x01\x01\xc8\xdf\xd1\x8a\xe1\xdd\x10\x6a\xa6\x46\xaa\x29\x0c\x5d\x6a\x58\x40\x8f\x20\xe0\x4a\x1d\x48\x67\x2c\x44\x07\x57\x8b\x73\x7b\x6e\x77\x4f\xd1\xe7\x7b\x72\x10\x4f\xdf\xb5\x5f\x7a\x48\xe7\xf6\xee\xdf\x56\x2b\xf6\xd1\x65\x28\x17\x25\xdb\xba\x94\x19\x2f\x23\x1b\xff\x10\x0e\x7f\x82\xf5\x96\x33\x4f\x30\xd9\xda\xd5\x68\x3e\xac\xc9\x56\x54\x99\x3b\xf2\x8b\xc3\x2b\x51\x93\x58\xa2\x2b\x82\x33\x2f\x7e\xc3\x33\x0d\x73\x33\xdd\x29\x08\x06\x93\x2b\x4e\x8e\x11\x85\xdf\x6e\xf8\x9c\xc9\x8c\x84\x92\x37\x38\x64\x56\xf5\xb8\x91\xfa\x96\xcf\xdd\x64\x6c\xad\xdc\xde\x0a\x1a\x0d\x59\xed\x6f\x2c\x3b\x8e\x58\xb0\xf4\xf2\x7b\xff\x67\x56\x58\xae\x1e\x9c\x6e\xea\x99\xe6\x1e\x3e\x69\x52\x10\x7e\x23\xe6\x91\x31\xc9\xa5\x3e\x41\xc5\xc8\xd2\xb8\x27\xf9\x3f\xe3\x5f\xca\xf5\x69\x35\xe6\xb2\xa2\x3f\x33\x1f\x58\x6f\x70\x79\x66\xab\x3a\x08\x63\xfb\x8a\x08\x9e\x97\xe0\xc4\xba\x81\xa0\x19\xf8\x40\x7b\x7f\x1c\x3d\x7c\xfa\x7f\x2f\x8c\xca\x46\xab\x5f\x4b\xb7\x30\xd7\xe8\xfb\xf8\xda\xab\x56\x67\x70\xf7\x24\x0c\xa5\x8b\x1b\xd4\x8d\xc9\xd0\x1d\xa8\xe1\x4c\x98\xd4\xbd\x97\xd5\x9e\x8a\xd0\x3e\x8f\x94\xcd\x74\xd2\x94\x70\xcb\xcc\x19\xd2\xb8\x6b\x2a\x58\x00\xd6\x38\x54\xb5\x2f\xfa\xa2\x5d\x2c\x16\x53\x32\xaf\x1f\xc2\x5d\x5e\xe6\x63\x62\x8d\xe3\xa9\x95\xb0\x39\x85\x3d\x69\xe9\x72\x77\x03\x42\x7b\xd6\x03\x59\x61\x30\xca\x6f\x9a\xc7\x9a\x3d\x55\x9e\x16\xb3\x56\x1e\x14\x2b\xf6\xea\x87\x47\x3a\x4a\xee\xd6\x99\x41\xae\x87\x62\xd1\xcc\x60\x2e\x45\xf9\x55\x8b\x6c\x5e\x97\x0a\xba\xb0\xad\x98\x4e\xb1\x39\x16\x5b\xf6\x53\x4e\xd7\x53\xb7\x32\x51\x26\xc7\x42\xa5\x86\x51\xfa\x54\x3d\xb2\x6e\x4b\xba\xff\x51\x70\x23\x54\x5e\x8f\xd3\xb8\x39\x4b\xe9\x02\x0a\xd5\x31\xae\xa9\x00\x7a\x3a\xf0\xd1\x22\x89\xb5\x6c\x3c\xd2\xb5\x09\x7c\xf2\xbf\xaf\x17\x4c\x63\xef\x7c\xbb\x13\x5f\xc2\xa3\xf2\x2a\xa2\xa1\xf3\x41\xdd\x47\xf7\x66\xcc\xc3\xb9\x2d\x70\x83\xaf\xf8\xab\xfe\x8f\xf5\xa1\x12\xac\xd5\x2a\xcd\xc0\xc3\xbf\xc9\xa9\xad\x0a\x0f\x12\xfc\x5c\xda\xbd\x05\x9e\xd9\xd8\x75\xfa\xf2\xad\x68\xfb\xf6\x98\x70\x2f\x48\x9c\xf4\xb3\x71\x0a\xd3\xf6\x07\xbf\x70\x4f\x41\x7b\x27\xf7\x64\x18\x10\x49\xd3\x7d\x3a\x25\xc8\xbb\x33\x16\xd6\xfc\x08\xa1\xf0\xeb\xe4\xb4\x17\xb1\x29\x3b\xe4\xd2\x67\x8b\x65\xe6\x94\xed\xd3\x4b\xed\x8c\xb4\x2b\x27\x9e\x93\xff\xd8\x97\x9f\xaf\x4f\x3c\xe4\x10\x5d\xaa\x1a\x33\xe1\xe0\xe9\xdc\x19\x93\xa7\x51\xf2\x93\xc6\x24\x29\xc4\x08\xbe\x31\x55\xe2\x99\x33\x6d\x5c\x08\xd7\xa2\x7f\x34\xd9\x82\x78\x25\x95\x3a\x2b\x07\xd1\xe7\xd0\x9f\x3b\x24\x31\x12\xce\xe7\x56\x29\x43\x04\xfc\x5c\x8b\x54\x03\x66\x68\xde\x45\x47\x01\x3d\x91\x5e\x49\x7c\x7d\x5c\x54\xfe\x88\x94\x7f\x34\xde\xf4\x8d\xd4\x74\x58\x3d\xc2\x43\xc2\x3d\x95\x5b\xa8\xc3\x7d\x39\x7e\xb7\xab\x07\x43\x1e\x69\x6d\x7d\x04\x3e\x8d\x07\x6f\x91\xa0\x05\x35\x69\xab\x39\xf0\xae\xb8\xae\xa5\x4f\x48\x0d\xcf\x99\x25\x34\xf2\xd4\xcc\x7f\x29\x1c\x21\xa4\xfc\x60\xf9\x25\xbc\x91\x6b\x7e\xe1\x84\xb0\x42\x96\x58\x10\x27\x5f\x23\x5d\x9a\x7f\x49\x11\x23\x6a\xcf\xb7\x51\x6f\x12\x5e\x95\xcd\x12\xeb\x0f\x13\x1a\xfe\x23\x96\x1d\x38\x76\xc4\x12\xc5\x0f\xf2\xa7\x6a\x71\x81\x47\xdf\x76\xba\xd1\xc8\xe3\xb5\xcd\x38\xf4\xfa\x93\x4f\x9b\xc6\x68\xcf\x91\xb5\x4d\x25\xa4\x46\xad\xdd\xfa\x63\x14\x26\xa9\x6c\x15\x8c\xa6\xf8\xb9\xaf\xc0\xd0\x16\xd6\xf4\x2b\x14\xb4\x83\x96\xde\x2a\x05\x51\x29\x14\xb2\xd8\x4d\x50\xa5\x88\x2d\xde\x26\x01\xe4\x5b\x0b\x45\x64\x29\x92\xfc\x82\x06\x85\x91\x38\x03\xd3\x1d\x55\xd8\x78\x8e\x54\x69\x61\xee\xd0\x45\x46\xb6\x28\xb6\x03\xa8\xc3\x0e\xdf\x96\x49\xd4\x40\xf7\x6e\x33\x15\x7d\xb5\xfb\x65\x2d\x0d\xef\x5a\xff\x33\xb7\x03\xbf\x5b\xaf\x93\xd5\x45\xd2\x6c\x52\x4d\xba\x4a\x5a\xad\xd9\x0f\x11\x20\x66\xd6\xd0\x7b\xd5\xe2\x14\x6a\x24\x6c\x2e\x81\x5e\xd6\xd5\xc9\xdc\x41\x16\x4c\x87\x91\x83\x31\xe7\xd3\x3f\x89\x5e\x78\xa6\x19\x09\xc2\x03\x42\xe1\x8c\x37\xde\x1e\x26\x30\xd2\xba\x85\x82\x51\x46\x72\x37\x30\xf0\x93\x16\x8b\xce\x6c\x64\x4e\x4b\x5a\x3b\x37\x1a\xd2\x79\xa1\xe5\x1e\x4a\xba\xdb\xa1\xd1\x1e\x23\xd4\x05\xa9\x30\xc4\xd7\x35\x90\x73\x38\x49\x62\x8d\x37\x93\xa6\x48\x9b\xb5\x69\x21\xff\x88\x42\xd5\xcb\xee\x9d\xd8\x57\xd5\xf9\x96\xeb\x6c\x1d\xb5\x0c\x12\x10\xf8\x78\xff\x02\x41\x14\x0b\x1a\x43\xe0\x12\x08\x9e\x53\xcd\xb8\x52\xd2\x8d\x69\x6e\xec\x2f\xb6\x7f\x8f\x67\xf7\x0a\x21\xfa\xc3\x17\xb7\x07\x81\xa7\xc3\x66\xeb\xab\xf0\xfd\x96\x91\xee\xef\x48\x8f\xd6\xab\xed\xab\x68\x64\xc7\x69\xd3\x14\x36\xac\x35\xa6\x5a\x92\x08\x34\xbc\xc8\x6b\x25\xa5\xd6\x77\x24\xef\x92\x79\x6a\xde\x87\x1e\x12\xda\x2a\xb7\x5d\x56\x10\x59\x65\x4d\x3a\x96\xac\xbd\x65\x3f\xf9\xbf\xc2\xaf\xd7\x92\x50\xda\x38\xe6\xb6\xaf\x08\x1b\xe2\xcd\xbe\x3b\x88\x65\x39\x9f\x09\x32\xb4\x9f\xd5\xa8\xfd\xcd\x11\x23\x9b\x71\xaf\xc8\xde\x0c\x58\xa3\x3f\x6e\xeb\x1b\x4c\xa1\xd5\x78\x5c\x03\xfe\xab\xd5\xfb\x71\x2f\x32\xa0\xbd\xa5\x23\x94\xbc\xd1\x40\x57\x41\xe5\x7c\x59\x29\x9d\xd9\xc4\x73\xb5\xd4\x2b\xa6\x92\xe7\x6b\xd1\x23\x3f\x3e\x1e\xe3\xfc\x7c\x9b\x12\x0e\xfe\xdc\x35\x95\x65\xe2\xf7\xbc\x8b\x5c\xbe\x64\xc1\x5c\x2f\x70\x28\x55\xb7\x5c\x88\xf1\x4c\xea\xb0\x3a\x9c\x41\xdd\x9a\xae\xd9\x9a\x91\x01\xa2\xd9\x3c\x78\x38\x01\xfa\xdb\xd2\x7f\x30\xc6\xf2\xba\x73\x66\x9f\x97\x2d\xad\x7b\x73\x23\x05\x52\xde\xde\x35\x95\x47\xdc\xac\xdb\x68\xbb\xc9\x73\xb9\xcc\xb6\x68\x4d\xc0\xbb\x60\x31\xa5\xfc\x41\x55\x4e\x74\xd8\x63\x91\x6f\x99\xc1\xee\xa2\x22\xae\x69\xab\xc6\x0d\xc2\x6b\xa9\x83\x32\x32\xa2\x4b\xa9\xaf\x39\x24\x25\x56\xd3\xfa\xa0\x42\xca\xf8\x9c\x6a\x86\x1f\x56\x26\x55\x9b\x8c\xb3\xae\x2d\x8d\x24\x56\x66\x28\xb8\x32\xff\xe9\x1d\x40\xb4\xe6\xe3\x61\x14\xe4\x52\xe3\xf4\xc1\x37\xa6\x3f\xad\xeb\x7b\x69\xb8\x9c\x1a\xeb\x89\x48\x5e\x50\xb1\x7c\xd3\xa0\x70\x73\x8e\x47\x3e\x9d\xc4\x8d\x8c\xab\x09\x85\x72\x84\xe4\xee\xc0\x16\x05\x42\xa2\x89\x83\xba\x92\x66\xbc\xbe\x8e\x9a\xda\xb5\x78\x1b\x71\x9c\x76\x58\x22\x9c\x8b\xd1\x70\x2d\xc9\x0d\x79\xd1\xc6\x30\xbd\x80\x25\xd5\xb3\xa8\x34\x08\x74\x1a\x32\xd6\xa0\xcd\x76\x11\x16\x9f\xdf\x76\xfc\x05\x9e\x5d\x44\x78\xba\x0a\x33\x2e\xdf\x39\x96\x41\x5d\xa8\xba\xba\x9b\xc7\x39\x5e\x08\x1e\x0f\x10\xd3\xc9\x28\x68\x6c\x90\xbf\x98\x34\x91\xc7\xad\xf6\x30\x9e\x23\x66\x5d\x3b\x27\x86\xc9\x57\x49\xff\x67\xe4\x3f\x9b\x04\xe3\x37\x91\x24\xad\x2b\x16\xd2\x51\x53\x12\x21\x76\x92\xb1\x91\x3c\x6a\xce\xce\x09\x6a\x38\x09\xcf\xe8\x54\x3d\xd0\x4a\x48\x49\xbe\x13\x84\x25\xdd\xbb\xee\x0c\xfc\x1f\x4a\x2d\x99\xee\xe4\x0f\xda\x23\xdd\xf3\x64\x00\x67\x9c\xbd\x7b\x12\xcf\xa9\x90\xb3\xbe\x53\x2d\x36\x93\x32\x33\xa6\xa9\xb4\x1d\x7b\xd4\xe8\xa8\xf3\x24\x92\x92\x67\x6d\x12\x19\x46\x8a\x31\xb5\x3a\x0a\xfe\xe0\xc3\x6c\xff\x2e\xf8\x82\x55\x81\xcb\x9d\xe0\x03\xad\x2b\x1e\x17\xc3\xac\xa4\x94\xbd\x77\x23\x47\xf8\x28\x01\x3e\xb1\x0c\xf8\xa9\x90\xcd\x84\xd7\xe0\x88\xc4\xc2\xbc\x54\xe8\xb7\xdc\xd3\x4a\x0b\x58\x31\x66\x29\x48\xff\xf9\x1d\xc2\x85\xf0\xc0\xb3\x43\xda\x60\x6c\xe3\xd9\x2f\xf1\xc9\xf8\x94\x9d\x48\xb5\xad\x08\x9d\xd1\x01\x63\xd5\x20\xeb\x46\xb2\x4d\x9e\x7f\x79\x9e\xa8\x4b\x8e\xef\x64\xec\x1d\xef\x60\x9f\x60\x9f\x4e\xbf\x14\x1f\x1e\x6b\xe6\xa0\xeb\xbe\xef\xb5\x3e\x86\x7a\x04\xbc\x90\xfe\x13\x31\x19\xe2\x2a\x70\x23\x86\x2f\xc2\x9e\x38\x19\x7f\x37\x56\x05\x5a\x9c\x2b\x95\x39\x00\xfb\x5b\x09\x2d\xa9\x44\x1c\x10\xdb\x5d\xa9\xe7\xbe\xb4\x05\x0f\xd7\x73\x7d\xe1\x51\x7f\xb1\x73\x41\xed\xd0\x80\x67\x3b\xbb\x16\x3b\x3e\x3c\xa3\xfb\xae\x1a\x1e\xb9\x0d\x01\xbe\xcb\x6e\x8f\xf3\x96\x43\x20\xae\x93\xb1\x9f\x22\x6f\xb9\xd2\xfb\xf4\xc7\x2c\xb8\x84\x5a\x37\x24\x98\xba\xa6\x6a\x2b\x26\x2b\x7a\x34\xca\x58\xa7\xe1\x7c\xb4\x05\x2a\x32\x32\x03\x9a\xc9\x0f\xb3\xcb\xc2\x98\x61\x7d\x15\xae\x89\x66\x88\x4b\xcd\x35\x39\x83\xc8\x78\xf2\x14\x87\xfc\x6a\xb4\x10\xc2\x74\xfe\x4d\xb3\x06\xc6\xe1\xda\x1b\x2e\xc7\x2b\x4e\x7f\xf7\xc9\x3e\x47\x0e\x87\xe3\x1f\xc2\x3c\x1d\x6e\x34\x4d\xc6\xdd\xb3\x07\x17\xba\x26\xfe\xb1\xfd\x93\xf0\x3c\x2d\xd7\x46\xc6\xef\x5a\x56\x99\xf5\x84\x4d\x63\xde\x45\x9b\x43\x9d\x1b\x05\x3a\xf6\x3e\x32\xab\x45\x19\x4e\x8d\x02\x3b\x25\x43\xee\x59\x94\xb4\x72\x94\x9f\x28\xe2\x7b\xd3\x54\x58\x0b\xfc\xbc\x27\x3f\x89\x09\xc1\x4a\xde\xe3\x10\x5c\x4d\xa4\x72\xd2\x06\xd7\xea\x9c\x7f\xe9\xa7\x7e\x64\x08\x83\x99\xf7\x1c\x3d\x4b\x98\x36\xfb\x3a\x97\x99\x2e\x63\xee\xd2\x79\x33\x7b\xd7\x9c\xa7\x2c\xa0\x00\x66\x9a\x9f\x3c\x5d\xc2\x6f\xb4\x1e\x70\xb1\xdc\xdd\xb0\xdc\xf6\x67\x55\x92\x91\xbc\xee\xaf\x9a\x57\x26\xc9\xb2\x2d\xf5\x57\xcc\x05\x04\xea\x1a\x2a\xad\x96\xc9\x67\x8d\x4f\x1d\xf6\xe1\x15\xdd\x32\x5e\x39\x80\xe8\xf0\xed\xb0\x11\xc8\x17\xea\x2d\x5a\xe0\x9a\x0f\xd5\x82\x96\xbf\xd6\x1b\x4d\x27\xef\xf3\x1f\xbe\x98\x53\xfd\xe6\x3b\xaf\xb2\x0e\x9d\x1b\xeb\xaf\x2a\x59\xf5\xa4\x06\x28\x55\x02\x7a\x1e\xb5\x02\x75\x1a\xda\x9a\xe9\x79\x8d\xef\x35\x18\x83\x7c\x5a\xdc\xd5\x0c\x1d\xe6\xdb\x5e\xab\x76\xe9\x8f\x77\xce\xab\x36\xc8\xf9\xf6\x50\x34\xf8\xf9\xe7\x7b\x4f\xb5\x4c\x08\x13\x8f\x43\x8c\xa8\xd0\xf3\x71\x5d\x7b\x53\xc8\xda\x14\xc2\x9b\x03\x92\x48\x19\x65\x17\x5b\x59\x0b\xf3\xe6\xfd\xf4\xb6\x30\x0f\xc1\x47\xfb\x78\xb9\xdd\x55\xbc\xed\x8d\x57\x5f\xa0\xfc\xfd\xe3\xe6\xde\x38\x45\xa7\x99\x9a\x6e\x57\x25\x68\x9b\xe9\x63\x3d\xd9\x6f\xb9\x76\xfd\x39\x52\x4c\x61\xb3\x83\xeb\xe2\xbc\x2e\xc3\x23\xda\xa2\xc9\xc6\x98\xb1\x04\xe1\x47\xf2\x93\x53\x80\x90\x38\xaf\xce\x8c\x90\x08\x0b\x5a\x64\xd6\x40\x45\x16\xf5\x74\x0e\x67\x84\x40\x99\xcd\x19\xd9\x33\x21\x88\x31\xee\x54\xeb\x97\xaa\x59\x04\xda\xdd\xe7\x3f\x6a\x48\xec\xcb\xcf\xaf\xb6\x87\xf0\x44\x9d\x1e\xac\x62\x85\xde\x7e\xc4\x2e\x33\x3e\xc0\xec\xdc\x5d\x10\x14\xfa\x3d\x24\xb7\x60\x2b\x60\x54\xa1\xb5\xb0\xc0\xab\x91\x10\xb2\xf8\x80\x73\xdb\xeb\xe7\x52\x0f\xed\xa2\xb9\xe1\xaa\x1d\x81\xa0\x44\xde\xb8\x80\x7e\xc5\xb7\xb0\xd8\x49\xfa\x40\xfa\xb0\x90\xc8\xce\x4e\x84\x2c\xe4\x29\x14\x63\x5b\x16\x4c\xf4\x3d\x30\xc9\x39\xe5\xe4\xe8\x93\xde\xca\x10\x8a\xd6\xf1\x44\xdb\x36\xe5\xf9\xb1\xd8\xe4\x0e\x35\xe9\x19\xfe\x09\x37\x45\xeb\xfc\xc6\x56\x3f\x4d\x7f\x57\x78\x3b\x81\xb2\x34\xf1\x6c\xbb\x8a\x84\xab\x6b\xdc\x72\x21\x78\xa4\x14\x3c\xa1\xe2\xfb\xfc\xe4\xd7\x3a\x71\x1f\xac\x90\x6b\xb9\x58\x4d\x55\xc8\xfa\x0e\x5a\x9d\xf7\xdd\x52\x02\xc9\x9a\xe2\xb5\xe8\x44\xc1\x92\xb6\x17\x56\xa8\x70\xe2\xcf\x45\x59\x59\x1b\x5c\x73\x85\x29\xe9\xd9\xd1\xf7\x96\x13\xf2\x9d\x23\x4c\xaf\x03\x59\xe2\xe9\xbd\xb9\x8f\x44\x89\x53\xa7\x8d\x43\x32\xef\xbe\xf5\xd6\x2b\xe2\xda\x66\xc6\x56\x3b\x91\x6d\x2c\x7d\x6b\x0d\x8f\xae\x5f\xdd\xb4\xc5\x05\xa4\xf2\xac\x67\xe1\x6a\x03\x12\xd7\x74\x70\xa1\x36\x5f\xd6\x42\x70\x77\x75\x2e\xaf\x37\xa3\x3e\x08\xc7\x2f\x9d\x12\x5d\xa8\xa0\xc5\x4f\xa4\x5f\xe4\xd6\x45\x7d\xf2\x4f\xd2\xea\xc2\x47\x4a\x23\x49\x08\x5a\x32\xe1\xb2\x23\x87\x6c\x6c\xbb\xd0\xa5\x82\x7c\xd9\x16\xd0\xa9\x87\x36\xef\x81\xb5\xab\xa3\xd9\xfa\x9c\xda\xbc\xd0\x45\x7d\xf3\x0d\xc1\x78\x6a\xd7\xb5\xb2\x09\x02\xad\x89\x2b\x47\x82\xa4\xde\x32\x90\xf4\x91\x0c\xb4\x69\xc5\x32\x11\x2b\x6a\x3f\x78\x73\xe0\x5a\xea\xf4\x6c\xb9\x71\xd7\xe6\xef\x18\x68\xa0\x6c\x66\x5f\x50\x88\xd8\xe4\xd9\x27\xc4\xdf\xf8\x92\xd9\x69\x42\x3d\x91\x61\x76\x10\x3f\x0d\x9b\x1e\x1b\xdb\xe1\x82\x26\x4e\xa8\xee\xdc\x40\x34\xb6\xb5\xf6\x98\x21\x0f\xda\xeb\xba\xda\xe0\x0f\x06\x18\xbb\x36\x51\xfb\x03\xbc\x6d\xf9\x58\x50\x9f\x5e\xcd\x22\xbe\xac\x9d\xbe\x30\x8d\xa4\xd8\xaa\x99\x2a\x49\xc6\xb4\x2d\xc7\xaa\x10\x0d\xea\x0d\x3c\x1f\xe1\x7c\x1a\xcc\x6d\x06\x81\xa4\xe9\x9b\xaa\x56\xa8\xf3\xe9\x0e\x52\x1d\xee\x60\x46\x84\x60\x40\x44\xce\xc4\xe0\xf1\xa4\xec\x99\x2e\x9c\x3d\x84\x3c\x50\x7c\x48\x0f\xad\x1a\x7b\xbb\xa7\x08\xb5\x9d\xb8\xb9\x9d\x0b\x31\x9e\xeb\xd9\xd4\x44\xa5\x76\x35\xf4\x14\xc1\x2d\x86\x53\x7a\xb5\x51\xb2\xa3\xdc\x5d\x4e\x38\xf0\x00\x53\x0d\x89\x78\xef\xf1\x50\xbe\x30\x09\xda\x5d\x15\xbf\x89\xff\xaf\xa3\xcc\xd7\x05\xf1\xae\x2d\xc0\xe8\x01\x5b\x69\xdb\xbc\xf0\x24\x2a\xb0\xaf\x01\x1b\x42\xb0\x1b\x39\x43\x7f\x20\xc7\x4e\xa5\x62\x76\x15\x16\xa7\x4e\x81\x38\xb6\xe3\xee\xbd\xe3\xef\x60\x83\xfe\xa5\xc3\x41\x28\xf3\x88\xe7\xde\x3a\x94\x79\x5c\x7b\xab\x01\x4c\x3f\xfd\x63\xed\x23\xd4\x79\xbc\x67\x62\x80\xb0\xd4\xf7\xab\x6d\x97\x33\xbd\xbd\xa9\xb4\x9a\xe7\xb8\x39\x36\xdd\x8f\xbf\xa8\xc1\x2f\xe2\x2d\xff\xa5\xda\x68\x57\x1d\xee\xb4\xaa\x57\xda\x27\xd4\x5b\x35\xb9\x7c\xb7\xa8\xbb\x35\x55\xe0\x7c\x71\x91\xfe\x0d\x70\xa5\x9a\xea\x48\x07\xe8\xb1\xfb\xcf\x49\x80\x4d\x02\x80\xb5\x09\x1f\x97\x40\xc5\xda\xbf\x1f\x7b\x81\x59\xfb\x48\x4f\xff\x40\x72\x86\xc4\xf7\xbb\xc1\xd0\x51\xf8\xc6\x31\x31\xb5\x67\x67\x58\x82\x77\xa6\xf9\x76\x7d\xa6\x70\x49\x4d\x53\x3e\xfc\x51\x4b\x79\x6d\xfc\x99\xe4\x7f\xa5\x62\x01\xf3\x52\xb4\xa2\x42\x1b\x2e\x49\x9e\x42\xa8\x72\xb6\xf4\x76\x61\x32\xaf\xa0\x82\x62\x31\x27\xe2\x9f\xba\x79\x99\xc9\xdd\x72\xdb\x9b\x0d\x2e\x8c\x50\xcf\xc6\x56\x17\x96\x1d\xf8\xe5\x1a\xd8\xf1\x57\x04\xa6\x11\x75\x72\x0d\xce\xd0\x6e\x7f\x5a\x08\x21\xf7\x7d\x7c\xfe\x97\x58\xd0\xc1\xb9\x6a\xce\xff\xa2\x5e\xa7\xaf\x49\xa2\xba\x2c\xa0\x42\x4e\xbe\xa2\xf0\x5b\xe6\x27\xb5\xa4\xbc\xab\x51\x8d\x9a\x37\xb2\x7f\x7b\x0e\x68\x1f\x66\x49\x99\xf6\xe9\x0f\x64\x09\x2b\x48\x98\xec\x64\xe7\x0b\xa0\x2d\xd3\x72\xdb\x09\x22\xf6\xdb\xf9\x38\x96\x0c\xff\xe0\x1a\x6e\xf0\x85\x24\x50\xef\x31\x8b\x04\x7a\xa5\xa0\xff\x58\x00\xa3\x51\xb2\x7c\x3c\x87\x6d\xa8\xfa\x72\x32\x49\xac\x6e\x8e\x3d\xcb\x16\x0c\xa8\x9a\x59\x32\x96\xb1\x2f\x72\xeb\x05\xd4\x56\x73\x04\xcb\xf7\xf4\xa6\x32\x76\xd3\x8c\x4c\xb4\x53\xb7\xc3\x0a\x2d\x2f\x25\xef\xba\xae\xd8\x72\x26\x7b\x1a\xcd\x3a\xf2\xa6\xc4\x28\xf2\xb9\x2d\xa5\xcd\x08\xed\x7b\xa7\x66\x46\x51\x7a\xfc\x62\x72\xd2\xa0\xd4\xb8\xf4\xb2\x52\xc0\x24\x9b\xae\x45\x1f\xf4\x1b\xfb\x3c\xf5\xf8\x14\x45\x88\xce\xb4\x38\xa9\xa2\xb4\xe6\xbd\x3a\x35\x11\x6a\x2c\x75\x39\x4d\x93\xbf\x9a\x9b\xb5\x20\xa4\xdd\x90\x46\xdf\x3d\x6a\xea\x9b\x64\x59\xc1\x6d\x5b\x10\x5f\x9a\x86\x70\x61\x8c\x0d\x0e\x4d\xf3\x54\x8e\x09\x77\x3e\xf1\x15\x8e\x95\x36\x9a\x0e\x58\x8e\x37\x53\x6a\x0b\x91\x49\x7a\xf4\xf0\x7e\x04\x35\x55\x82\xb6\x16\x1d\x92\xa9\x0a\xff\x9d\x36\x56\x62\x02\xc4\x94\x9c\x34\xfc\x04\x76\x08\x05\x21\x47\xcf\x29\x94\xcc\xa8\x8e\xe7\x57\x78\xad\x13\x9b\x9e\xfd\x56\xca\x4f\xef\x3f\x49\x32\xf0\x4d\x0c\x5a\xb8\x6d\xc3\x13\xed\xda\x9d\xe3\x46\x1f\xd1\x54\xd1\xe9\x47\x1f\x2e\x97\xf6\x23\x94\x29\x0c\x1c\xa6\x1a\xc1\x1e\xda\xe4\x22\x10\xed\x15\x36\x62\x1c\x13\x57\x1e\x79\x47\xe5\x5a\x62\x45\x4c\xac\x98\x44\xca\x62\x42\x32\xa7\x52\x7a\x64\xca\x20\x5a\xa6\x50\x2d\x77\x12\xee\x58\x37\x50\x8d\x46\xde\xa1\x4a\xba\x1f\x9c\x2b\x73\xbd\xf1\x6c\x7a\xbe\x26\x37\x13\xf4\xf1\xc5\x45\x33\xb9\x48\xbe\x53\x69\x67\xe9\xd0\xf8\x85\x8f\xfe\x2a\x81\xf0\xae\xe1\x08\x54\x00\xa5\xd2\x31\x8e\xdb\x3f\x34\x43\x2c\x99\xce\x2f\x27\x2c\x22\xed\xc0\xf7\xb9\xcb\xeb\x2c\xb8\x5f\xa1\xf1\x79\xae\x40\xc0\x89\x8a\x7e\x7e\x5e\xc8\x43\xb1\xc7\x85\xab\x11\xd3\x5c\x87\x25\x22\xb1\x10\xcc\xdf\x5a\x74\x6a\x2d\x82\xd4\x1a\x9f\xff\x01\xa5\xc7\x8d\x30\x79\xf1\x52\x42\x7a\xc6\x66\xf8\x4d\xa3\xe1\x57\x97\xf1\x57\x85\x3e\xe1\xde\x27\xcf\x75\xc3\xef\x78\x3d\x5b\x3e\x4c\x38\xf5\x2c\xea\x7b\x90\x11\xee\xb1\x55\x93\x9e\x13\xec\xf1\x30\x5b\xa7\xf0\x82\x9b\x7a\xf8\x5a\xc9\x8c\xab\xa2\xeb\x49\x79\x93\x6b\xaa\xc9\x68\xe5\x5f\xf7\x1a\x95\x6f\x35\x8c\x5e\x99\x62\x07\x75\x72\xfe\xaa\xdc\x84\xfa\x2f\x21\x0e\xb8\xfb\x6d\x3a\x51\x58\x78\xd1\xe3\xef\xa9\x01\x08\xa7\xff\x6b\x89\x81\xa6\x54\x9d\xd0\x0f\xab\xde\x13\xa6\x4f\xdf\xd7\x24\xba\x39\x1c\xbc\x0a\xca\x2e\x71\x64\xde\x40\x14\x1d\x38\x96\x8c\xc8\x94\x7d\x73\x4c\x69\xfc\x5d\x75\x64\xff\x31\x4f\xa3\xee\x97\xcd\xdf\xc8\xfa\xc6\x37\xd6\x46\xee\xc6\x2d\xba\xd6\x36\x66\x99\x6d\x3e\xb6\x57\xd5\x2e\x76\x54\xd8\xdb\x88\x29\x76\xee\x39\xe7\x72\x5d\xee\xda\xf4\xc8\xc6\xb8\xf4\xe7\xf8\xdf\x82\x2a\x8d\xa7\x44\x39\x41\xe6\xa8\xac\xb4\xe8\xb5\x08\xdf\x6c\x79\xd8\xd7\x7f\x09\xc2\x6a\xf5\x9f\xd1\x65\x26\x06\xbf\xde\x30\x34\x08\x59\x70\xef\xfd\x69\x59\xb4\x28\x9e\xb9\xd2\x46\x67\xd1\xdb\x31\xdc\xe9\x6f\x5a\x56\x44\xed\xf9\x63\xf8\x29\x86\xf5\xf1\x37\x03\x0b\xcf\xb8\xfe\x17\xfa\x7e\x16\x37\x86\xdc\xf4\xce\xd5\x80\x91\x14\x03\xd4\xc3\xca\xd1\x17\x46\xca\xd4\xd4\xb1\x24\x4b\x7d\xc4\xf8\xd4\xa9\x8b\x3a\x8c\x7d\x46\xc0\xdf\x0e\xe0\xfd\xbf\x62\x99\x90\xa4\xc9\xc7\xfa\x39\xa8\xf4\x8b\x28\xf5\xc3\xa7\x56\x7d\x85\xb1\x37\x2f\xa7\x82\x35\xcb\x5f\x7f\x18\x5d\xd5\x01\xaf\xeb\x8f\xee\xeb\xf8\x0d\xa4\x8e\xff\xd5\xb0\xab\x30\x9a\x1c\x53\x89\x4c\x98\x9e\xb6\x55\x0c\xf5\x0d\x99\xe5\x91\xab\xb5\x56\x9c\x1f\x92\xae\x56\x7f\xb8\x94\x28\xd9\x25\x3c\xbe\x32\x27\xc3\x44\x34\x58\x14\xd4\xa6\xc3\x5a\xcd\xff\xb3\xe8\x42\x0d\xcc\x07\x3b\xdf\x41\x46\x27\x91\xd8\x25\x5f\xb9\xe7\xbb\x73\x02\xe7\x35\x75\xcd\x5c\x87\x2f\x1e\x8e\xea\x0a\xb1\xbf\xa3\x5b\xe7\x11\x87\xbe\xe7\xdf\xb4\x96\x19\x3a\x1e\x5c\x8f\x95\x29\x9b\xea\xd8\x10\x94\x78\xda\x98\xba\xd1\x29\x76\x3b\x23\x79\x63\x43\x58\x32\xe8\xed\x96\xb8\xc0\xb1\x7d\xdf\xee\x32\x37\xa3\xc6\xdb\x9d\x1b\xb4\x5d\xa1\x9a\x95\x40\xf6\x64\xca\xcf\x65\xd3\x47\x9b\x84\xb1\x25\x0f\xcd\x76\x5c\xde\xe2\x2b\x93\x2a\xac\x44\x01\x3f\xb5\xe4\xd9\xdf\xea\x01\x1a\xd3\xe9\x58\x67\x3e\x3b\xfb\xe9\xc2\xb4\x1a\x57\xd9\x99\xde\x13\x34\x37\xeb\x09\x74\x3b\x82\x47\x62\x57\x6b\xe7\x33\xd7\xdf\xa9\xed\x5d\x59\x8e\xb1\x46\xf9\x9d\x8f\xec\x57\xd2\xa7\xb6\x46\xa8\x57\x03\x53\x36\x9e\x91\x43\x6d\xbe\x6f\xd8\x90\x2e\x6a\xdc\xd9\x6c\xc6\x2f\x3f\xa8\x5f\xe1\x24\xff\xa5\x56\x2f\x65\x51\xa5\xc8\x4d\x8b\x9d\xd4\x7f\xa4\xb2\xa5\x7a\xf5\x4d\xfc\x85\xca\x6f\x14\xd8\xb1\x65\x5b\x3b\x25\xfe\xe9\xce\x34\x84\x7a\xe5\x74\x79\xc5\x9f\xfc\xfb\xf9\xf3\xcd\x2c\xda\xaf\x7d\xfc\xf6\x19\x8d\x63\xab\x7f\xbb\x9c\x8a\x1c\x6f\xdc\x3e\x25\xeb\x36\xa4\x6f\x5b\x90\xc4\xd2\xc9\x1b\x35\xc4\xe6\x20\xe9\x27\xc2\x44\x5e\xbb\x84\x27\xc6\x84\x46\xdd\x80\x8d\x38\xec\xec\xc3\x92\x95\xbb\xa4\x14\xea\xc7\xa5\x1d\xf2\x0e\x45\x6b\x89\x99\xd2\x4c\xd6\x5d\x4c\xa1\x4a\x92\x1a\xa0\x2a\xd3\x9f\xf7\x56\xa1\xef\x97\x8c\x77\xa5\x51\x74\x1d\x3b\xdd\x7f\xe1\xb6\x43\x57\x7b\xb6\xd1\x1e\x43\xd7\x3a\xfb\x30\xbc\x43\x75\xcd\xd3\x78\xd1\xc7\x96\x55\x95\x04\xf5\xee\xc4\xe2\xbf\x24\xfb\xb6\x1f\xc9\xdd\x64\x4a\xfb\x72\x1c\x40\x8b\x9c\xe7\x89\x2a\xa1\x0e\xcc\xdb\x79\x8f\x10\x12\x16\xb4\x0c\xeb\xd1\x7c\x0b\xca\x94\x27\x38\x9e\xf9\x36\x52\x18\x81\x34\xaf\x40\x64\x23\xc6\xcf\x5f\x21\x60\xe1\x3a\x13\xdb\x7b\x12\x50\x9f\x99\x47\xfb\x77\xa0\xef\x97\xc2\x77\x25\xc1\x06\x5b\x5b\x3b\x7f\xe1\xa9\xa3\xe6\x7d\xbc\x68\x8f\xb1\x7b\xdd\x0b\xd8\x1f\xc3\xe9\x8d\xbc\xf8\x8f\x03\xea\x55\xed\x24\xe7\x1e\xcd\xac\x5b\x64\xd1\xce\xa0\x78\x1a\xcd\x6b\x1e\x1b\x79\x42\x2e\x9f\x7f\xec\x74\x13\x27\x37\xef\xa3\x55\x8f\xb9\x3b\x7f\x97\x9c\x8f\xef\x9e\x2b\x21\xde\x20\x2e\xcd\x99\xe0\x9b\xc8\xf8\x39\x7e\xdc\x36\x34\x7a\x04\xf4\x14\x04\xf7\x9a\xc4\xed\xd3\x03\xdd\x33\x16\x7b\x8f\xa1\xef\x97\xa6\x77\xc5\x20\x22\x5b\x02\xdb\x50\x04\x62\xc6\x61\xc4\x1d\x3a\xbb\x96\x39\xc9\x83\xb2\x58\x0c\xe8\x32\xc6\x67\xce\xe5\x56\xe7\x10\xbd\xa6\xaf\x65\x01\xf8\xe9\x09\xb3\x90\x39\xa4\xd2\xd8\x63\x73\x27\x50\xf7\xc4\xdd\x87\x0b\xb8\xfb\x33\x18\xc2\x22\x29\x68\xa6\x03\xe7\x23\x16\x32\xeb\x84\xf8\xa9\x64\x39\xfb\x12\xf1\x18\x7c\xd4\xe7\xf8\x4c\x13\xca\x34\xd4\x78\x7c\x0a\xac\x4e\xea\x1c\xe5\xc3\xa0\xb3\x86\xfb\x43\x10\xf6\xd5\xd3\x3d\x57\xd6\xad\xcd\x3b\x9b\x3d\x38\xa6\xf9\xa3\xd1\x22\xf6\xd9\x09\x42\xcb\x00\xaf\xf4\xb0\x5f\x89\xb4\x80\xcb\x00\x22\x19\x2f\xc0\xf8\xd8\xc9\xb7\x85\x47\xad\x07\x66\x44\xe0\x34\xef\x95\x12\xd2\xe0\xda\xef\x6d\x03\x4a\x65\xef\x8d\xdf\x80\xc6\x6a\xf3\x4c\x26\x81\xdf\x7a\x7a\x4f\xe7\x83\x96\xe0\xe2\x1d\x96\xa7\x1f\xa0\x7f\x7a\xde\x3d\xbf\x0a\x44\x0c\x23\xce\xf0\xb0\xd3\x49\x8b\x53\x33\x60\x67\xc9\xf0\x94\x46\xb2\x9b\xda\x5f\x62\xe2\x9b\x19\x7c\xda\xfb\x55\xac\xb0\x2b\xb0\xea\xb7\xcc\xd5\xb6\x87\xd9\xbe\x8a\xc7\x4d\xa8\xe8\x24\xa5\xb2\x86\x87\xae\x93\x4a\x16\xf5\x9a\xda\xaf\x94\x7f\x36\x80\x85\xf4\x34\x8d\x9b\x0e\xf0\x09\x26\xfe\xad\xbf\x58\x66\x1d\x36\xdb\x8b\x99\x58\x43\x93\x27\x2c\x98\xc3\x31\x88\x5a\xf5\x63\x7f\xf4\x76\xcb\xcd\x53\x0b\x4c\x45\x67\xfb\x19\x14\xdb\x3b\x38\x74\x4e\xa5\xbd\x1f\x4e\x3f\x14\x13\x2e\xef\xe1\x9f\x1e\x93\x27\x36\x1d\x34\x2f\xaa\x3f\xac\xad\x2d\xa9\xd1\x6b\xab\x8c\x4d\x31\x36\xb2\x2e\x27\x04\xab\x99\x5a\x94\x1e\xd9\x2b\x59\x22\x4b\x3f\x6a\x1e\xda\xf5\x95\x93\xc4\xb8\x5d\x7d\x2a\x0e\x39\xb6\xbc\xcd\xaa\xa3\xe1\x9f\x83\x1c\x5a\x70\x2c\xed\x69\x3a\x43\xed\xcc\x33\xb8\x17\x85\x75\xc7\xc3\x04\xa6\x72\xcd\x93\x22\xd2\x4e\xed\xe3\xd3\x37\xdc\x02\x2d\xfe\xcf\x52\xc5\xbf\x37\x07\x6c\xf6\xab\x84\xd7\x04\x8f\xf1\xeb\x0b\x96\x95\x36\xb9\x9b\xa7\x16\x7d\x2d\x08\xb0\x2d\x2e\xb8\x97\x10\xee\x94\x97\x87\xf7\x37\x75\x3b\xca\x1d\xb6\xfe\xe1\xf5\x24\xcf\x59\x73\xd4\xff\xa0\xc0\x5c\x62\x3d\xa4\xba\x98\x8f\x47\x3e\xf2\x47\x69\x0e\xa6\x33\x31\xb7\x2e\x11\x1c\x94\xdb\xd8\x75\x00\x46\x10\xce\x32\x6e\x9d\x2a\x50\xee\xe5\x30\x9f\xe2\x39\xb1\x85\x6d\xcf\xee\x4a\xd0\xca\xbf\x9c\x0e\x6a\xde\x2d\xc5\xaf\xa7\x98\x72\xe6\x69\x8d\xc8\xd8\x75\x65\x37\x35\xb5\xb9\xfd\xc9\xb4\x2e\x40\xf8\x8e\xa6\x77\xc4\x7b\x07\xad\xa5\x75\xfa\x3a\x86\x2d\xa4\x33\x59\x4f\x47\x89\x66\x64\x6a\xcd\xc6\xba\x65\x5f\x95\x7e\x90\xf0\x35\xf7\x0b\x9f\x54\x8a\x44\x21\x1d\x5e\x3c\xcb\xad\x62\x0d\xc6\x50\xc1\xd9\xfc\x18\x66\x4c\x1e\x0a\x3f\x7b\xce\xc1\x41\x8a\x1d\x7e\x0e\x11\x43\xa4\xb8\x3f\x8b\xd4\x9e\xcb\x92\x39\xa9\xb0\x5a\xcb\xbc\xfa\x84\xc9\x35\x2b\xc5\x6a\x44\xcd\xbf\x2c\xe9\x56\xd3\x8b\xf0\x85\x84\x1f\x85\xa2\xf1\x17\x13\x6e\x27\x88\x25\x89\xc4\x17\xfa\x76\xa7\x72\x25\xe0\x6d\x84\x33\x78\x12\x5b\xb4\xd3\xb2\x32\x52\xe6\x64\x9e\xe5\xfc\xc8\x88\x14\xc0\xe4\x0f\x67\xdb\x13\x25\x4a\x33\x8a\xe0\x08\xc1\xa6\x9d\xfa\x8f\xc8\x51\x0e\x11\x4f\xc4\xb9\x89\xc0\xa1\x3f\xfa\xc5\x4f\xcd\xe9\xd0\x85\xb3\x3e\x3b\x99\x98\x3f\xa7\x0b\xbe\x7f\x63\xeb\x37\x02\x23\xc6\xa3\xfa\x47\xc9\x89\x87\x51\x40\xcb\xa3\x0c\xb1\x48\x85\xa2\x8d\x5c\xe3\x08\x97\x84\xf1\x42\xba\xf0\x14\x3f\x9b\xe2\xba\xf0\x41\x9b\x57\x65\xec\x91\x16\x3a\xed\x15\x01\x31\xc1\xb2\xca\x55\x86\xf1\xc7\x02\x11\x35\x92\xc9\xfe\xa4\xb0\xc6\xc2\x4c\x45\x24\xbe\x8b\x56\x6c\x86\x18\xe6\x0b\xb4\x88\x79\xa5\xa1\x91\xeb\xa4\xf1\x6a\xd5\x6e\xc8\xa3\xef\xfc\x20\x24\x23\x60\xf9\xb9\x4b\x52\x71\xc8\x8d\xed\xc7\xd9\x45\xc1\xd2\x93\xc6\xc5\x2c\x41\x6b\x1d\x77\xcb\xb1\x41\x45\x65\xb3\xd5\xc9\x01\xa4\xa4\x8b\xf5\x14\xff\xcb\xfe\xc8\x46\x79\xbf\x73\xdb\x8f\xcd\x96\x01\xb2\xba\x29\xad\x17\x83\x62\x65\x15\xdb\xb6\x43\x67\x05\x78\xda\xdf\x44\x4a\x12\x5f\xf7\xc8\xc7\xed\xc3\xa7\x87\x1c\xd2\x3e\xc3\xea\xa9\xb7\x69\x65\x6b\x31\x0e\x27\xc6\x13\xef\xc7\x83\x55\xac\x9a\xdf\x13\x33\xc6\xdd\x18\x5f\xa7\x95\xaf\x7a\x2b\x1e\x15\xd5\xbc\xf7\x26\x2f\x5c\x6e\x7a\xe4\x9d\xd8\xeb\xd0\x5a\xee\x25\x5c\xf1\xb7\x33\xda\xed\x63\xb2\x71\x0f\xaf\x6b\x74\x40\x6b\x6f\xad\x4b\xbf\xbd\x4c\x5f\xa0\xeb\xa8\x9e\xd7\x00\xd9\xbd\x47\x96\x71\xb0\xc1\x2b\x8b\x1f\x39\xe4\xe8\x7b\x82\x27\x8d\x36\x07\x85\x80\x0b\x27\x03\x63\x28\x10\x2b\x2a\x86\x96\xb2\x96\x12\x5e\xad\x1e\xfc\xdf\xe5\xd4\x6a\xdd\xec\x0f\xb9\x55\x6d\xe6\x93\x2f\x83\xbb\xf3\x9c\xa2\x5f\xf0\xf5\xe9\x38\x55\xaf\xb7\x0d\x84\x38\xf5\x0f\xdb\x0d\x6b\x3a\x90\x6a\x1d\xc6\x2e\xd8\x68\xa4\xb5\x8c\x6b\x5a\xa9\x04\x5f\x9a\xd0\xb1\x54\x74\xa8\x9b\x5c\xb7\xc8\xd7\xbb\x36\x9d\x67\xa9\x2d\xd5\x3d\x6b\x6a\x3d\xc3\xf5\x6c\xae\xc3\x9e\x0e\x85\x98\xab\xf2\xd8\x81\xcf\xce\xe9\x06\x57\xc2\xd6\x22\x9a\xf9\xdc\xbe\x62\x32\x98\x84\x25\xbe\x0c\xd6\xd4\xc9\x1e\xbe\x0d\xec\xac\x50\xcf\x79\x73\x77\xe2\x3f\x23\xf2\xcb\xc7\xb3\x93\x96\xda\x07\xd4\x05\x8c\x19\x64\x86\xb6\xa4\x6b\x14\xd7\xb2\xb4\x3c\xa0\xf7\x29\x97\xb8\x92\xaf\x7d\x18\xfe\x76\xb5\x4c\x93\xec\xfc\xdf\xda\x3d\xf5\xdf\x7a\x7f\xd6\x9f\x6b\x60\x24\x19\x36\xaf\x6a\xf2\xb1\x7f\x5c\xb1\x31\xc4\xe2\xb7\x16\xff\xd8\xce\x63\xf4\x17\x41\xee\x3e\xa8\xb1\x84\xdf\xdc\xe7\x2f\x27\xca\xd3\xb8\xe3\x5f\x92\x5b\x39\xf8\x92\xde\x30\x4c\xd9\x88\xf9\xbf\xe7\x5b\x31\x50\x30\x7b\x1d\xb7\x7d\x41\x45\xfc\x48\x65\x7f\x52\xfd\xcb\x2a\xf6\xf0\x89\x0a\x5d\x8f\xe6\x91\xa4\xfc\x7a\x11\xd7\x61\x8a\xcc\xad\xe8\xba\xa3\x59\x89\x38\x0f\xf0\x41\x9b\x90\xb0\xee\xd5\x3d\x6e\x9e\x45\x91\xff\xd6\x57\x79\x58\xd8\xef\xad\x3a\xc8\x45\x93\x94\x57\xdc\xf4\x4e\xf0\x43\x4b\x3e\xd6\xaa\x58\x52\x71\x00\x3b\xe2\x79\x69\xed\x77\xf6\x27\x67\x43\x6d\x99\xdc\x82\x27\xb8\xe5\x0a\xde\xdb\xaf\x6b\x76\xec\x79\x7e\x3f\x03\x76\xee\x08\x48\xef\xfa\xee\x5d\xe2\x1f\x9c\x11\xd8\x93\xe2\x59\x6d\xea\xda\xe3\xe5\xe6\xcf\x74\xdf\xb5\xe5\xa4\x04\xff\xda\x36\x60\x47\xda\x53\xb6\x6a\xa8\xcb\x5a\xd6\xdb\xca\xe4\x17\x0f\x69\x4b\x6b\x5c\x11\x9c\x3b\xcb\x03\x34\x1b\x4a\xe4\x52\x16\xed\x98\x2c\xb3\xc2\xab\x1b\x85\x6f\xab\x4e\xa6\xea\x9f\x2c\x76\x44\xd2\xee\x9c\xc4\xcf\x4d\xd1\x1e\xbd\x30\xdd\x6a\x67\xd7\x78\x1e\xba\x05\xe3\x9c\xdf\xfb\xba\x63\xc8\x19\xbc\xad\xbb\xa3\xc5\x81\x9b\x30\xda\x69\xa3\xc5\x37\xe6\xee\x98\x52\xbd\x33\xf4\xb7\x6c\x29\x1a\xc1\x3d\x1b\x87\xe4\x34\xfb\x17\x9b\x17\x49\x7f\xf4\x06\xb6\xee\x12\x7c\xc5\x22\x56\xf9\xc8\x2d\xb4\x99\xe5\x21\x4a\x0f\xe5\xf7\xd2\x0a\xd5\x82\x7c\xb4\x44\xa1\x1e\x92\x01\x18\x7c\x6e\x7b\xff\x0c\x98\x58\x09\xdc\x57\x81\x90\xf7\xee\x1f\xf0\xc2\xcb\xc6\xe8\xfa\xce\xd1\x2b\xa3\x95\xbd\x97\x30\x4b\x63\x61\xed\xb7\xf1\x7a\x03\x9d\xb5\x4e\x04\xdf\x7e\xb7\xf2\x23\xca\xa7\xc5\xa8\x92\x79\x5a\xff\x7c\x5a\xa6\x16\x2d\x67\x5e\x26\xaa\x96\x76\x75\xbe\xda\x5b\x82\x84\x58\x44\x1a\x85\x63\xa7\x16\x7f\xd0\x18\x70\x87\x8b\x09\xe4\x1b\x84\x9e\x85\x65\x62\x34\xe9\xf2\x82\x22\x21\x02\xfe\x72\xea\xed\x81\x06\xcc\x69\xbe\xe0\xa0\x0e\x76\x73\x55\x6e\xff\x3d\x14\xbb\xb7\xb9\xff\x02\x2c\x7a\x08\xec\xdc\x85\x55\xcd\xcf\x8d\x76\xa2\x1e\x2d\x65\xf4\x43\xf0\x8c\xe3\x07\x0d\x06\x14\xdb\xa5\xfe\xca\x28\x5a\xd0\xfc\xf3\xec\x9b\xb4\xb4\x79\xa9\x48\x5d\xca\xb3\x85\x10\x27\x61\xe2\xeb\xc5\x60\x35\x10\x0e\xbb\x74\x85\xf2\x1f\x21\x73\xf1\x12\xb1\x8b\x14\xb4\x20\x48\xe0\x21\xf7\xcc\x3f\xc6\x4b\x03\x53\xe3\xb5\x27\x9c\x08\xc1\xe9\xa7\x87\x53\xb0\xef\x0b\xfb\xff\x8f\xb5\xb7\xfe\xaa\x42\xeb\x1a\xfd\xb7\x7a\xc4\xf6\x1c\x8f\xad\xb4\xf4\x4e\x5a\x45\x41\x09\x91\x10\x29\xe9\x0e\x11\x04\x69\xe9\xee\x96\x06\x41\xba\x4b\xba\xbb\x61\x6f\x36\xbb\xbb\xd8\x45\x83\x1e\xf3\x58\x7c\xc7\xf7\x3c\xef\x1d\xe3\x79\xc7\xfb\xdc\x3b\xc6\x1d\xe3\xfe\x36\xe7\x5a\x9f\xb5\xe6\x9a\x73\xfd\x01\x1f\xc6\x77\xc1\x67\x84\x2b\x4c\xa4\xe0\x43\x7a\x0e\x1d\x2d\x38\xc8\xe4\x11\xb5\xc5\xf3\x69\x82\xcb\xdf\xa5\x27\x88\x4f\x46\x9d\xc1\x66\xe8\xa2\x16\x77\x48\x1f\xa2\xbf\xe4\x2c\x24\x1f\x6e\x12\xaf\x07\x34\x5c\xd1\x77\x97\x96\x72\x42\x22\x35\xbf\x0b\x0f\xae\xda\x8a\x3d\x04\x8e\x20\x8e\x49\x7b\x69\xf2\x10\x38\xd1\x59\xa3\x03\x44\x9c\x18\x4f\x48\x6d\xec\x25\xef\x9d\x70\xde\x74\x0e\x37\x51\xcc\x73\xf1\x80\xf5\x56\x74\x08\x39\xbd\x76\x42\xe8\x3b\x45\x93\x9d\x77\x15\xc9\x7f\xca\x63\x4b\xa9\xd1\xca\xd0\x05\x8a\x32\xb8\x9b\x63\xf4\xdb\x82\xab\x77\x5a\x3f\xde\xc5\xc3\x91\xc5\x4d\xea\xa0\xa5\x0f\xb1\xdf\xd4\x26\x96\xa4\x9d\x79\xaa\x12\xcb\xc7\xd4\x6f\xdf\x7e\xb5\xac\x2f\xb6\xfc\x28\x6e\x39\x46\xec\x9c\x63\x0f\xdc\x5c\xd8\x21\x54\x05\x7e\xfd\x7a\xa5\xf8\xa5\xde\x18\x6e\xa7\xa8\xfb\x30\x63\x3d\x4c\xdc\x71\x4a\x82\x57\x2d\xe1\xb8\xe8\xc0\x8d\x96\xb9\x8e\xda\xe0\x38\x43\x44\x08\xed\x74\x81\xbb\xbf\x21\xb6\x17\x66\x1f\x1c\xcc\x71\xfb\x34\x8c\x5d\x26\xe6\x6b\xef\x99\x67\x8d\x01\x72\x4f\x59\xf4\x8d\xa4\x87\x9b\x59\x0e\x0e\x1b\x3b\x1d\xb1\x46\x8c\x94\x69\xba\xdb\xf7\x8f\x8d\x00\x37\x9f\x75\x4f\xd0\xae\x79\x45\x48\xcd\xef\x5c\xe6\xa6\x69\x2c\x92\xcf\x6f\x49\x45\xb6\x50\xd9\x09\x52\xd4\x2e\x14\xb7\x5a\x66\xbd\xdf\x8b\x7f\x07\x48\x9d\xbc\xbc\xd1\xa5\xac\xbc\xe4\xb0\x79\xf3\x81\xe1\x0c\x08\xa3\x6c\xaa\x30\x6a\x37\x16\x69\x67\xd5\xf7\xb0\x35\xdf\x55\xb0\xcb\xf2\x75\xbe\x07\xa8\xe3\x5b\x9a\x8c\x17\xa6\x7d\x2d\xe8\xd0\x0b\xb3\x76\xac\xc3\xb9\xc0\x89\x8e\x95\x87\xaf\xc2\xe4\xba\x06\x95\x8b\xa2\x8d\x7a\xe1\x12\x37\x12\x70\xc3\x27\x2f\x9c\xc9\x7f\x3a\x6d\x7f\xd1\x59\xd6\xbf\x22\x88\x6d\x0d\xbc\x5a\x37\xcd\xb1\x82\xce\xb6\x4c\x73\xaa\x6e\x3e\xe8\xd1\x5b\xb7\x7b\xc4\xee\xd3\xa0\x2c\x58\x4d\x76\xbf\x85\x93\x5d\xad\xda\x66\x06\xc7\xbc\x45\x9a\x4f\x35\xf8\x06\xbc\x6f\xb8\x50\x48\x0c\x3d\x5a\x67\x9f\xa8\x12\xa9\x5c\x3b\xe7\xd7\x1d\xab\x5e\x97\xe9\x70\x31\xf1\x41\xc3\x51\x83\xd6\x94\xb5\x66\xa3\x5b\x6e\x99\xcd\x6d\xb7\x64\xbf\xe6\x3e\xe8\x84\x5c\xdd\x7e\x13\x3f\xba\x7f\x35\x19\xc8\x2c\x30\x66\x1f\x40\xd6\x4a\x7b\x38\xf9\x4a\xcf\x2b\x68\xdc\x7a\x83\x83\xfa\x9f\xdc\x6c\x07\x91\x46\x33\x32\xef\x59\x57\xcd\xd4\x62\x47\xa0\x68\x15\x62\xf0\x6c\xc4\x52\xc5\x4c\xfd\x40\xc2\xb1\x37\xf7\x0b\x2a\x52\xaf\x94\xdb\xc6\xeb\x65\x50\xca\x55\xfd\x34\xb3\xb7\xde\xd8\x38\xbc\xcc\x0d\xa8\xcc\x31\xfa\xbd\x40\xbb\xc6\xe7\x6e\x79\xb1\x7f\x7d\x24\x98\x5c\x5a\xdf\xfc\x4a\xe4\x44\x53\x44\xdf\x8c\xf0\x10\xc4\x3d\x09\xc7\x87\x28\x46\x67\xba\x73\x39\x7a\xd1\xb9\x8b\xdc\x4b\xf6\xdd\x25\x2d\x9c\x01\x5f\x9b\xb2\x30\x4a\x6a\xf8\x56\x69\xde\x32\x34\x31\xab\xe8\xfd\xe0\xed\xcc\xb5\x22\xb5\x86\x99\x82\xeb\x85\xd2\x85\x76\xc5\x1e\x85\xc7\xe2\xc7\x5e\xdf\x2d\x40\xfb\x35\x97\xdb\x17\xb6\x39\x6a\x54\xa8\x97\x84\x3d\x4e\xac\x72\x2b\x5b\xd5\x68\xaf\x69\xa8\xbc\x0a\x2b\xaf\xe3\xd6\x9c\x12\x0b\xeb\x24\xbe\x85\x89\xee\x29\x8c\x06\x4b\xf2\xa7\x1e\x12\xa3\x17\xf9\x58\xdb\x94\x44\x77\xfe\x05\xbf\xf6\x8c\x64\x6e\x47\xfc\x40\x6e\x12\x33\x33\xeb\xdd\xab\x54\x84\x43\xb1\x79\x8e\xc2\x70\xd0\x9b\xb2\xec\xe1\xa6\x9e\x1a\x44\x16\xb5\xc8\xba\x41\x3a\x73\x3a\xe1\x5e\x53\x6e\xa6\x96\xff\xa9\x16\xfb\xcc\x03\x27\x60\xdb\xb9\x1c\xd0\x63\x42\xfb\x6c\x9e\xa1\x46\xed\x5b\xd5\xc2\xa7\xb0\xc9\xae\x6b\x25\x89\xe2\xe7\x86\xb2\x6b\xff\x14\xd3\x7a\x70\xdf\xeb\x8f\x1d\x59\x9b\xdb\x01\xa7\xb7\xec\xfc\x12\x42\x02\x36\x3e\xa7\x28\xc7\x8e\xad\xcf\x94\x28\xa4\xda\x72\xfa\xaa\x5f\xa6\xba\xac\x6e\x36\xb5\xa5\x8a\x8d\xe7\xb4\x3f\x4c\x19\x68\xcb\xec\x52\x4d\xca\x29\xce\xed\x59\x4b\xc0\x27\x1e\xef\xfb\x9e\xe0\xef\x4f\x1c\x38\x95\xb0\xef\x7c\x71\x10\x98\x64\xf9\x98\x32\x14\x94\x32\xaa\xde\x30\x8c\x4e\x77\x82\xba\x8e\x70\x32\x33\x44\xac\xa7\x3f\x15\x41\x85\x8b\xc1\x97\x21\x2d\x98\xbc\x80\x37\xce\x55\xfb\x36\xa9\xe9\xcf\xeb\x77\x3a\x8b\x73\x83\x88\xdb\x41\xed\x55\xb1\xb7\xb7\xf6\x7b\x0c\x62\xbf\x12\x72\x07\x81\xb1\xdd\x33\x53\x23\x5a\x31\x2e\x6f\x81\x13\xe7\x23\x6d\x4b\x7a\x27\xcd\xc3\xed\x92\x6e\x4e\x99\x84\x99\x07\x1a\x4f\x3f\x0c\xab\x70\xde\x9a\xd1\x0a\x6f\x79\x5c\x36\x0b\x8c\x9c\xbe\xf3\x75\x2e\x2a\xba\x17\xf8\x72\xfe\x8f\xd8\xa5\x6b\xe8\xc5\x3b\xe9\xa5\xd7\x2b\xc0\xf2\x90\x52\x4c\x59\xf2\x55\x8b\xc2\x0f\x6b\x25\xc5\x8e\x3f\x76\x94\x9a\x35\x9f\x7a\x6e\x86\x0d\x1b\xf9\x71\xb7\xca\x66\x6b\x43\xe1\xcc\x89\xf9\xba\x10\xb7\xe5\xb9\xc5\x96\xe0\x82\x5e\xc5\x65\x84\x3f\xf1\x0d\x1d\x4e\xf4\x35\x4d\xdd\x46\xbc\xf5\x71\x0a\x36\x59\xf1\xf4\x0e\x70\xee\x41\xd6\x78\x4f\x3e\xc2\xaf\xb2\x5e\x94\xdc\x6a\x41\x4d\xfa\x6f\x49\xc1\x57\xbc\xc2\x3e\x8a\x0f\x23\x12\x12\xae\x88\xb6\x67\x56\xdf\x71\xf8\xfc\xf0\xb5\x86\x0e\xf8\xfd\xe3\xc6\xab\x8f\x68\x3b\xbe\x03\xaf\x6d\x75\x37\x9d\x16\x05\x5c\x06\x37\x13\xb1\xca\x2f\xbe\x6f\xd4\xe1\x96\x7c\x4e\x62\xb5\x88\x97\x3c\xcb\x87\x1b\x48\xda\xee\x95\x35\x57\x49\x5d\x2e\x06\x99\xc7\x48\x69\x8e\x6b\x21\x66\xa4\xaf\xf6\x51\x2e\x3a\x14\x43\xfb\x39\x83\x44\x5a\xa6\xbd\xaf\xca\x18\xee\x94\x4b\x82\x9c\x35\xea\xa4\xcf\xbe\xd4\x59\xe4\xec\xcb\x7d\x89\x4b\x45\xe7\x15\x3e\xec\xba\x34\x28\xab\xbc\xdc\x39\xe8\x7f\xa4\x16\xfe\xee\xe8\x9c\x92\xfe\xe7\x9d\x19\x94\xa9\x59\xeb\x86\x0d\xfe\xa7\x65\x38\xdd\x96\x3a\x60\x8d\xc7\x3a\xb0\x4e\x99\xbb\x0c\x3d\x63\x60\x4c\x20\x95\x4d\xac\x2f\x06\xab\xa9\xdb\xec\x07\xba\x17\x82\x94\x58\xa6\xf7\x55\x6c\x57\xe9\x0f\x6e\x8f\xde\x57\x22\xd5\xdf\xbf\x2c\x1f\x8b\xfd\xf9\x98\x0d\xc4\xa2\x5b\xec\xb3\x65\x10\xab\x83\x5e\xfb\x52\x27\x6b\xdc\x61\xed\xfc\x9a\xc6\x6a\xa5\x23\xcc\xcd\x3e\x0b\xe5\x7e\xee\x2f\xcc\xe2\x4d\xf7\x3d\x63\xf2\x07\xd5\x29\xf6\x51\xf2\x67\xcd\x29\x0a\x8d\x1e\xa1\xad\x82\xa4\xd3\x3a\x6e\xaf\x74\x5a\xd0\xce\xa9\x9c\x2b\x0c\xa2\x85\x28\x25\xc6\xe2\x28\x26\x0a\x17\x9f\x6f\x90\x63\x60\xdf\x2d\x4d\xc9\xf9\x50\xd9\x7b\x6a\xd8\x00\xa8\x3c\xec\x37\x14\x13\x9a\x09\xb6\x47\x77\x1a\x5c\x96\xb3\x44\xbb\xd8\x74\xca\x84\x36\xc7\x40\x05\x39\xec\x3e\x2b\x68\x1e\x57\x65\x51\x4c\x61\x97\x03\xc2\xbf\x54\x20\x32\xb5\x89\x29\x8a\x7f\x53\x51\xe4\x54\xc5\x9f\xa4\x5a\x32\x4b\x21\x6a\x76\x89\x62\x22\x7f\xaa\xdd\x90\x22\x0b\xfd\x51\x00\x26\x6d\x41\x9a\x62\x76\x88\xfa\xe0\x46\xef\xf3\xc4\x40\xf0\xef\x36\x68\x92\x9a\xdc\x07\xcd\x5b\x18\x47\xd0\x2a\xb4\x02\x55\x03\x2e\x02\x57\xaf\xa6\x43\xae\x81\xdc\x90\x8b\x90\x70\x60\x8e\x30\x01\x79\x83\xb1\x28\x5c\x81\x29\x61\x98\x0b\x96\xd3\xff\x62\x5e\x11\x3c\xc6\xb4\xa4\x9f\x91\x00\xcf\xe9\x8e\xe8\x89\x1e\x5a\x3d\x34\x7e\xf5\xc6\xc8\x5c\x71\xe7\x3d\xa0\x00\x06\xd2\x71\x0a\xdc\xba\xf2\x77\xe5\x0a\xf4\x18\x7c\xa0\x00\x00\xa9\x85\x9b\x27\xb5\x41\xee\xc0\x09\xc1\x23\x40\x95\x95\x76\x87\xcb\x32\xbf\xad\x5e\x82\x0a\xca\xd8\x21\x99\xa0\x2b\xb2\x3a\x48\x53\xd9\x4f\x72\x91\x2b\xf9\x32\x2c\xd1\xc8\xa5\xa3\x4c\x2f\x11\xdb\x55\x4b\xd6\x71\x41\x16\x71\x72\xcd\x47\x90\xc5\x44\xb1\x42\x85\x54\xd7\x5c\xa8\x8b\xe2\xef\xe8\xaf\x51\x07\x12\x99\xd4\xf0\xf9\x58\xb9\x18\xbc\x72\x9f\x1d\xb8\x7d\xb5\xac\x0e\x0b\xd9\x46\x40\x0b\x11\x90\x0a\xb8\x79\xc2\x2c\xb8\x00\xb1\xeb\x23\x09\xf2\x42\x62\x4c\x55\x64\x55\x56\xb3\x20\x35\xb2\x0d\xab\x6a\x72\x05\x40\x10\xf2\x4f\x99\x51\xd0\xc3\x15\x35\xe9\x5e\x91\xea\xf9\x50\x8e\x96\x58\xcd\x12\x9c\x95\x22\xfa\x1d\xe5\xbe\x26\x28\x9c\x43\x29\x62\xcf\x0a\xc7\xb3\x1d\xd8\x27\xc4\xf5\xd7\xf2\x48\x46\xd2\x3d\x0c\x3b\x44\x18\xb0\x8e\xbc\x3e\x6e\x06\xad\xc7\xf0\x5b\x55\xa0\x9a\x08\x5a\x71\x1f\xa4\x07\xae\x13\x57\x03\xb6\x45\xda\xb9\x57\x02\x07\x30\xe7\xee\x37\x81\x4e\xa1\xca\xc1\x45\xa0\x1f\xab\xb6\x32\x8e\x7a\x28\x94\xad\xf8\x29\x33\xed\x55\x7b\x51\x49\x51\x8d\x09\x53\x1e\x57\x2c\x71\x76\x9c\x3b\x7a\xe3\xd7\x72\xc2\xda\x90\x44\x12\x3a\x99\xad\x79\x43\x85\x5e\xc2\x7d\x28\x63\xc8\x79\xb8\x26\x06\xa9\x5b\xab\xc3\xcd\xa9\xbe\xe7\xb8\xc3\x1f\x69\x8c\x33\xc5\x07\x1b\xb4\xff\xa2\x1a\xd7\x54\xe9\x40\x29\xb6\xe9\x40\xad\x44\x72\xa9\xa7\x9a\xc6\x15\xea\x9f\x5a\x78\x6d\x31\xa2\xbe\xac\x97\xd9\x55\x74\xa3\x98\xa6\x5f\x21\xfa\x94\x70\x6c\x78\x17\xd2\x57\xa8\x58\x22\xb3\x2f\x88\x67\x79\xa3\x75\xec\xf2\xfa\x7b\x49\xbf\x19\x5f\xfe\xb8\xcc\xad\xe5\x2d\xde\x25\x68\x11\xf6\x0f\xce\xa3\xdb\x1b\xcc\x4d\x9e\x84\xee\x6d\x8a\x11\x0e\x6a\xcc\xc5\x4a\x4c\xfd\xb0\x64\x22\x45\xde\x02\xec\xb6\xe1\x80\xb2\x6e\x87\xf0\xe5\x53\x09\x14\x47\xce\x52\x9d\x67\x9a\x73\xcf\xf2\x8c\x61\xb4\x67\x17\x82\x25\x5f\x1b\xf0\x19\xe9\x2b\x44\x8d\x00\xc3\xbf\x5d\xaf\x7b\xe5\x05\x9f\xbf\x6c\x2a\x93\xd0\x6e\xcf\x89\x97\xb5\xea\x8d\xe1\x2d\x02\xaf\x0e\x45\x6c\x9c\x81\x92\xa6\x25\x36\x88\x1a\x36\xf0\x3d\x3e\xd9\xf4\xc7\x8a\x26\x79\xc8\x36\x77\xe9\xf1\x72\xb8\x7b\xc1\xf4\xf2\xa0\xaf\xb7\xff\x84\x7d\xe3\x2d\x7f\xad\xd1\xa7\x05\x19\x41\x4d\x23\xcb\x31\x36\xa1\x7a\x23\xf4\x67\x2f\x22\xd1\xa3\xdd\xc6\x93\xf1\x42\x13\x17\x6e\xeb\xa7\x28\x4f\x1f\x93\x7e\x95\xe6\x3c\x1d\x77\xb1\xbe\xa8\x7c\xc1\xe3\xcf\x0c\x60\x56\xd5\x10\x9b\x0f\x2e\x6a\x14\xe2\x1e\x91\xc7\xb5\x0d\x73\x69\xf7\x74\xfb\x47\x37\x12\x2c\xf5\x26\xee\x71\xca\x5d\x4f\x8d\xee\xe3\x4e\xfa\x58\x0d\xbe\x99\x99\x7b\xa9\xda\xf7\x67\xb7\x63\x54\x5c\x77\x53\xf5\x68\x7c\x54\xe7\x74\xce\xcf\xe4\xf2\xb7\xcd\x11\xd9\xe9\x4d\x9d\x42\x1e\x53\x59\x1f\xba\x82\xcd\x8f\xbe\xfa\xd5\x6b\x76\x0f\x99\x5f\x32\x10\x02\xc9\x2d\x9e\x1e\xaa\x16\x0c\xa9\xbe\x3b\x2d\x7c\x35\x16\xfc\xa1\x88\xc0\x31\x97\x57\x2a\xbf\xc5\x3d\x74\x67\xac\xea\x31\x37\xce\xdc\xae\x59\x9a\x77\xd4\x43\xe9\xad\xf3\xda\x5e\x60\xc5\xdb\xc3\x98\xf9\x28\x85\x56\xbd\x69\x8f\xe4\x63\xcd\xb5\x9d\xbf\xb2\xf2\x9b\x6c\x2a\xeb\xf3\xde\x34\x1a\x66\x7e\x2f\x02\x36\xec\x86\xcb\x95\x10\x1a\xb3\x3c\x72\xca\x8e\x34\xeb\x3f\x21\xbc\xd1\x69\x13\xd7\xfe\x56\xb9\xff\x56\x4a\x29\xba\xe6\x51\x77\x9c\xc4\x6e\x9b\xea\xc8\x49\xe1\x31\x58\x5d\x6a\x1b\x5f\xf6\x4e\x48\x8e\x33\x4f\xdb\xbc\x2a\x3f\x97\xfd\xcc\x75\xa6\x6c\x8e\x1b\x1d\xca\xa8\x8b\xe2\x08\x25\xfd\x56\x7b\x05\x7b\x39\xfb\x7d\xb5\xc6\x74\x4c\x71\x55\x55\x4b\x57\x42\x45\x54\x65\x46\xe5\x6c\xf5\x4c\x65\x52\x26\xa7\x4e\xaa\x62\x29\xdc\xa6\x9e\x50\x69\xf3\xec\x68\x63\x74\xf5\x5d\x4b\x68\xd3\x8f\x3a\x0f\xdd\x7b\xad\xc7\x1b\xc3\x55\xd5\xda\x3d\x5b\xbc\xa4\x59\xfd\x47\x7b\x9f\x88\x61\x54\x03\x43\xca\x38\xed\x66\xd8\x58\x27\x5e\xaf\xab\x49\xb2\x3b\x47\xe2\xe5\x46\x8e\x22\xcf\x3b\xeb\x6c\xa9\x2d\xaf\xaa\x14\x50\xba\x87\xbf\x5b\xed\x5c\x42\x98\x75\x6b\xd2\x2d\xe9\xec\xd1\x6d\x0f\x2d\xb9\x5c\x85\xec\x3c\x5c\xb4\x9a\x25\xd7\xf5\xa1\xf0\x47\x78\x72\xcf\xed\x22\xe1\x67\xac\xde\x07\xc5\x5d\x96\x6d\x7d\x5d\xa5\x7f\xeb\x1e\x1d\x10\x2e\xcf\x55\xf9\x6b\x70\xb2\xb2\x49\x7a\x77\x02\xd2\xac\x2a\x96\x6a\x7e\xc4\xef\xf0\x56\xb0\x2b\x2b\xa8\x6b\xe3\x49\xa8\x5b\xb8\xd2\x26\x28\x1d\x94\xf0\x75\x5d\xa8\x82\x95\xbd\xc9\xc7\xb6\x6d\xe6\xf9\x90\x6d\x7a\x0c\xf2\x20\x4b\x27\x06\x2f\xe7\x5d\x18\x08\x1d\x39\x9b\xf3\xb5\x46\x74\xcc\x39\x5b\x30\x6b\x62\x3c\x30\xeb\xb7\x88\x07\x13\xc1\x99\xaf\x3d\xbb\x26\x7e\x64\x95\x5a\x29\x4e\x8e\x64\x33\x1e\x64\x4d\x35\xbd\xda\x54\x3e\x33\xbd\x92\x1f\x22\xb1\x34\x87\x2d\xdd\x12\x1e\xf6\xb2\x72\xb6\xdb\xd7\x8a\xf0\xf2\xf0\xda\x1b\x48\xff\xe8\x77\x65\x97\x50\x5e\x10\x1a\xb1\x9d\xd5\xf5\x3e\x49\x70\x8b\x35\x1e\x9d\xd1\xc9\x54\x9f\x96\x48\x5f\x43\xf6\xcf\xb2\xd2\x2a\x87\xb5\x16\x6e\x26\x63\x6b\x4b\x17\x03\x13\x5b\x72\x0e\x2f\x52\x13\xdc\x22\x5d\x97\xcc\xe2\x3b\xbd\x2c\x96\x65\xe2\xe7\x2c\x5d\xe0\x7f\x24\x8c\x69\x8b\xc2\x29\x49\x59\xf2\xc1\x88\xee\x94\x0c\xd1\x79\xc4\x99\x6c\x82\xd0\xce\xcb\x1e\x0b\xd6\x87\xcb\xe9\xdd\xf6\x1f\xde\x43\xca\xf9\x2e\x84\xed\xbe\xf6\xbb\xcf\x4b\x36\x3b\x47\x57\x42\xee\x6e\xe4\xad\xaa\x27\x08\x6f\xe1\x50\xe7\xe3\x1b\xf0\x32\x18\xd5\xd8\x2b\x13\x16\xd8\xb6\xa8\xb3\x4d\x87\xb1\xdf\xc2\x1d\x72\x59\x38\x60\xe8\xe3\x68\x51\xdc\xf9\x97\x03\x5e\x1e\xb8\xa9\x97\x7e\x4f\xe0\xf8\xec\x10\xa9\x7b\x2f\x08\xeb\x61\x86\x20\x16\xaa\x2c\xfa\x6f\xc9\x7a\xe4\x7c\xca\x5d\xf1\xbc\x6c\x90\xb6\xdb\xc7\xb9\xca\x53\xfa\x3f\xf6\xe3\x5b\x47\xcc\xaf\x6f\x4b\x0d\x9b\x39\x3f\xd8\x20\x2e\x51\x9e\xdd\xd8\x78\x4f\x68\xf2\xdb\xe6\xff\x22\x3f\x08\xd0\x25\xd2\x68\x3c\xbf\x8d\xa9\x0e\xc6\x59\xef\x81\x66\x7b\x3a\xc9\x33\x36\x97\x4b\x97\x7b\xda\x1f\x25\x44\xe9\x77\x2b\x7f\x3a\xcc\xe8\x72\xd2\x7c\x6c\xc0\x3c\xe6\x9a\x77\x6b\x1d\x1f\xe5\xf9\x0e\x54\x8d\x1e\x0e\x68\x94\x39\x83\x12\x88\xd4\x91\xb4\x2d\xa9\x57\x62\xed\xbb\xb4\xa5\xdc\xea\xdf\xc7\x8c\x0e\xeb\x7c\xd8\x13\x5f\xbc\x6c\xe4\xb8\xe3\x8b\x81\xdb\x38\xf0\x87\x88\xad\xf6\x9f\xe8\x6c\x0a\xd6\x81\x88\xfb\x40\x1f\xb6\xfd\x30\xc2\x61\x94\x5a\xb4\x56\xbb\x32\x0c\xcc\x4c\x33\x62\x19\x75\x8f\x7f\x84\x00\x58\xe3\xfa\x87\x1d\xff\x62\x7a\xe9\x3c\x7b\xe0\x47\x53\x7a\xf8\x45\x09\x48\xf0\xb4\xbe\x03\x7e\x80\x2d\x75\x3d\x2a\xcb\x42\x1f\xf1\xf5\x91\xfa\xd6\x50\xa9\x70\x75\xdd\xa4\xeb\x93\xd2\xb1\x4d\x95\x99\x23\xb7\x80\xbb\x7d\x58\x9c\x3a\x60\x2f\x9a\x74\x5d\xbb\x86\xa1\x46\x89\x7a\x58\x4e\x05\x30\x5a\xf4\xd3\xd1\x02\x8c\x1a\xed\x3b\xbd\xda\x74\xf2\x1d\xb1\x92\x13\xf4\xa7\xaa\xca\x71\x74\xea\x96\x52\xb2\xcf\x23\xaa\x80\x62\xbb\xd5\x16\xa5\x54\x1e\x73\xff\x23\xfe\x04\x0c\x2b\xaf\x82\x01\xc0\xba\x20\x4a\x58\xd7\x27\x15\x72\x1b\x98\x6b\x0e\x69\xb2\x7f\xb4\x47\xc2\x5c\x79\x6a\x03\x10\xf9\xab\x3c\xf6\xaa\xa6\x22\x75\x2b\x9b\x60\xa3\x9c\x40\xff\x44\xa4\x28\xf7\x53\xbb\xc8\x2d\xca\xdb\x24\x3a\xc5\x58\xc9\x76\xee\x37\x0a\x5a\xf1\xf7\xf6\x59\xca\x92\xc2\xd1\x82\x59\xca\x6d\xd8\x50\xec\x3e\x29\x0d\x1a\xe7\x73\x81\xb8\x01\x49\xb1\x6e\x20\x8b\x82\x41\x5a\x23\xd8\x24\xf0\x7b\x58\x10\x3a\x19\x12\x0c\xd1\x41\xdd\x87\x60\x40\xbb\xab\xae\xd0\x8b\xa0\x23\x22\xaf\xd1\x2f\x58\x15\x42\xc2\xa4\xb7\xec\x07\x42\xfa\xac\xae\xb5\x0c\x21\x53\xb6\x37\x73\x46\x9c\xcb\xb8\x8f\x5d\x93\xe0\xd2\x18\xcb\xda\x12\xaa\xab\x8c\xe1\x6b\x20\x79\x0c\xb9\xe3\x19\x44\x01\xa9\x53\xd9\x03\xbd\x07\x9f\xcf\xaf\x84\x34\xc1\x6d\x92\x6e\x43\x3c\xe1\xbf\x82\x81\x20\x00\xf2\x4f\x87\x04\xd9\x81\xd5\x6d\x28\x4f\xf6\xf3\x6a\x37\x58\x55\x4e\x79\x35\x4a\x6e\x51\xee\x13\x92\x22\xab\x2e\x36\xb1\xac\xcc\x0a\x12\x13\x41\xff\x58\x13\x13\x9e\xa3\xc0\xd9\x04\xe1\xaf\x6b\x9b\x6c\x45\x31\x05\xb6\x22\x0d\x26\x39\xc9\x58\x46\xe3\xa4\x30\xb4\xcf\x0b\xaf\x41\xf2\x84\xdb\x7d\x3f\x21\xd1\xa8\xeb\x75\x6c\xa8\x3c\xc2\xb0\x30\x08\x52\x07\x77\x48\x00\x42\x8e\xad\xdc\xf2\xde\x81\x9c\x5d\xed\x36\xa5\x00\x0d\x50\x05\xd0\x59\x60\x2e\x4a\x03\x64\x00\xa4\xaf\x6e\xc9\x6a\x81\x28\xc8\x31\x19\x09\xb1\xc5\xc5\x1c\x8e\xfd\x0d\x9f\xe5\xd5\x35\x5d\x89\x4c\x8c\xf3\x1a\x48\x2c\x91\x7e\x8f\x33\x2b\x7e\x86\xfb\x3b\xc7\x41\xea\x08\xfb\x15\x09\x2b\x07\x67\xbe\x59\xd1\x06\x33\xa9\x8f\x27\xbc\x61\xc3\xd8\xe0\xd6\x68\xd8\x45\xc4\x93\xa2\x74\x48\xd3\xd2\x5c\xac\x2d\x04\xb3\xf2\xd1\x3d\x1f\x52\x83\xcd\xd5\xd4\x86\x44\xa0\x99\xd0\x0c\x48\x37\x5a\x4f\xae\xc4\xe8\x35\x4e\x48\xbc\xd1\x72\x02\x13\x26\xda\x29\xbe\x32\x75\x8d\xb7\x70\xe3\xe3\x3c\x83\xcb\x92\x12\x83\x8f\xb0\xd3\x65\xcd\xb1\x6e\xec\xdf\xa4\x4f\xb1\x5c\x79\xc1\xe0\x2c\x8e\x2b\x0b\x2f\x1f\xcf\x76\xc1\x43\xd5\xec\xb8\x8f\x10\xd7\xb4\x75\x58\x6b\xc3\x60\xfd\x61\xda\xa5\xda\x7d\xbd\x4a\x5a\x6a\xc6\x83\x87\x51\xd4\x45\xaf\x66\x9d\xdf\xe9\x66\x3a\x2c\x03\x29\x4a\x04\x24\xd3\xda\x93\x7c\xe7\x46\x61\xf0\x11\xac\x8f\xb8\x5b\x14\x14\x3d\x21\xf2\x4a\x6a\xa8\xdf\x80\xc7\x97\x4a\x1e\xdf\x5e\xa7\xc8\x80\xe6\x72\xf8\x74\xe0\xcd\x15\x3d\x6e\x9b\xa2\x1f\xde\x9a\xd3\x73\xcf\x8f\x75\x86\x63\xfe\x68\x85\x63\x43\x1b\xb2\x09\x61\x2d\x23\xff\x72\x9b\x20\xce\x0e\x4d\x3e\x1b\xc6\x53\xea\x53\x9e\x5b\xe2\x90\xd9\x8c\x17\x00\x5c\x6f\xb0\xbe\xff\x2d\x3c\xd4\xe6\x59\xd0\x7d\xca\xae\x6a\x66\x98\x18\x89\x2e\xd9\x90\xa0\x89\xb9\x24\x92\x52\x78\x71\x55\xfd\x9a\x8d\x9c\xd6\x5b\x3c\x37\x0c\x88\xef\x6b\xe7\x3b\x83\x11\xa3\x8f\x37\x6d\x14\x5e\xcd\x6c\x6c\x10\x0d\x5a\x57\x9f\xf0\xab\xec\x31\xa4\x2a\xce\x07\x0f\x0d\x1c\x1a\x07\xf3\xb5\x5b\x0d\x9b\x05\xbe\xd4\x80\x37\x75\xbf\x8b\xa8\x5f\x3a\x54\xe9\x1d\xe3\xb9\x00\x4f\xc7\x24\x98\x2d\x04\x05\x6e\x24\xf7\x2d\xfc\xb2\x8d\x4c\x33\x5c\xbe\xaf\x75\x38\xe7\x3a\x3c\x0d\xb8\x98\xf7\x0e\x31\x7e\xb9\xb5\x0c\x83\x50\xbd\xb4\x0e\x76\xac\xf9\xc2\x79\x0e\x53\x68\xbe\xc6\x39\x50\x82\x77\xcc\x71\xcf\x18\xae\x0d\x2e\xaf\x87\xd8\xbf\x9a\xb1\xe0\x09\xbd\x50\x5e\xdc\x64\x5c\x0b\x09\x9d\xcb\x42\x7e\x8e\x35\x98\x9a\x1b\x7f\x92\xb2\x3c\x21\xd8\x8e\xce\xe4\x8c\xc9\x95\x5d\xcb\x15\x1a\x79\x9f\xbc\x55\x08\x18\x29\x0c\x10\x2d\x1e\x1e\xb5\xb4\x0f\x2b\xdd\x1b\x2f\xd0\xbb\x5c\xfe\x69\x4a\x5c\x09\x51\x89\x9c\x89\x17\x53\xa9\x17\x58\x48\xbd\x9a\x07\x1d\x2c\x35\xe5\xd4\x28\xde\xa8\x88\xe0\x46\xea\xc4\xd5\x2a\x73\xf6\x6c\xef\xb7\x41\xb8\x4d\xde\xef\x7a\x62\xd9\x9b\xd1\xa0\xc1\x3d\x4a\x60\xca\xc1\xe0\x1f\x08\xc9\x57\x61\x7d\x90\x91\x96\x12\x97\x9e\x89\x96\xd5\x37\x37\xbb\x07\x4b\x2e\x54\x75\x76\x9f\x48\xec\xab\x15\xef\xf6\xf1\x7f\x51\x57\xd2\x13\xe5\xf0\xaa\x21\xa1\x8f\x6d\x38\xd5\x34\x3b\x58\x77\xbb\xab\xe5\xdd\xc8\xa2\xec\x58\x97\xe2\x54\xa2\xb0\xae\xa2\x40\xa6\x3e\x97\xa6\xcd\xcc\xcd\xe3\x2e\xdb\x1d\x29\x3e\xcf\xb1\x78\x2e\x58\x69\xcc\x3b\x1f\x1d\xd1\x28\xce\xbd\xfe\x4a\xb6\xdd\x9f\x96\x58\xea\xd5\x2e\x80\xd8\xae\xc9\x68\xd5\x1b\xcd\x6e\x7e\xd8\x62\xd5\x52\xd8\xf6\xb0\x05\x56\x1c\xdf\x11\xdc\xec\x9e\x58\xfc\x16\xdb\x6c\xe4\x5f\xdc\xc9\x6f\x99\x75\x6c\xea\xd6\x69\x37\x78\x7c\xa9\x87\xd2\x69\xac\xbe\xdd\x47\xef\x51\x00\xef\x8e\x1c\x1b\xda\xbd\x11\xad\xbb\x14\x73\x87\x3f\x62\x53\x9f\xf0\x37\xff\xa8\xd7\x85\xf4\xd3\x9c\x77\x31\x5d\x79\xef\xf8\x37\xf3\x2f\x94\x63\x79\x17\x6b\x87\x6b\xd9\x0c\x62\xab\x4b\xed\xfa\xea\x83\x9e\xcb\xb5\x90\xf1\xa1\x81\x4f\x35\x36\xad\xf5\xc3\xe7\xab\xb5\x8b\x9b\x47\x7c\xab\x74\x13\x97\x47\x2f\x55\xbe\x0b\xd0\x1e\x5d\xa9\x2a\x74\x4a\x1e\xe3\xd7\xb8\x3f\xbe\x39\x21\x5d\xd7\x7c\x97\x35\x79\xbf\xd1\x17\xb4\x3b\x2b\xd8\x8e\x10\x97\xb3\x76\x08\x2a\xd9\xfc\xf9\xa2\x20\x54\x7c\xa3\x2a\x06\x11\x6d\xc6\xaf\xc9\xca\x4b\x31\xe5\xe3\x6a\x0d\xf2\x1a\xd6\x25\x07\xe0\xe5\x09\x9c\x83\x51\xf9\xf2\xe7\x58\xab\xa9\x99\x72\xfb\x69\x91\x59\xe8\x6b\xad\xb6\x85\xb9\xc9\x92\x4b\x25\x0e\xf3\x85\x45\x8c\xa4\xe0\x79\x66\x91\x70\xe0\xf5\x05\xd9\xa2\x3b\xce\x17\x16\xa6\x8b\x0d\x8c\xc8\x8b\x59\x25\xcf\xee\x1c\x59\x2a\x79\x6d\x27\x27\x01\xbf\x57\x49\x14\xf9\xe1\x1f\xee\x76\x68\x6f\x39\x3e\xe4\xf9\x97\xed\xb7\x39\x07\x41\xb8\xad\xdd\x2a\x91\xa8\xf8\xcd\xa1\xfe\x33\x69\x0f\xb7\x95\x97\xee\x14\xfe\xda\x44\x21\x42\x0a\x75\x48\xee\x48\xd3\xfc\xa5\x59\x16\xea\xf7\x5c\xeb\x8e\x16\x14\x2f\xe7\x64\xe9\x3a\xfa\xcf\xac\x27\xc9\xb7\xd0\xf2\x99\xf7\x03\xb3\xd1\xd2\x19\x8d\x4e\x09\xe8\xe2\x4c\x80\xe1\x0c\xe6\x7a\x66\xe3\xcd\x3c\xac\x50\xf6\x3d\xa9\x2a\xd4\xf1\x02\x09\x31\x8b\x04\x4d\x5b\xfe\x5f\xfd\xd9\x3d\xce\xb3\xbb\xe1\x15\x26\x1e\xb2\x9b\x0b\x9d\xc7\x7d\x2d\xb6\x36\x26\x15\x22\x62\x36\x61\xa8\xb4\xa4\x99\xf5\x6e\xe2\x83\xb4\x4e\xda\x13\xda\xb1\xf4\xe9\xa5\x35\xba\x62\x0a\xac\x9b\x43\xbf\x92\x80\x2e\x0b\xa0\xfa\xc4\xae\x25\x07\x53\xcc\xa3\x26\xfc\x93\x48\xae\x91\x74\x5b\x37\xa2\x71\x24\x5b\x07\x4b\xb0\x8b\x7e\xaf\x10\x89\xa5\x26\x0a\xc8\x34\xa2\x05\x33\xbc\x24\xb2\x73\x0f\x0c\x00\xef\x49\x35\xa9\x26\x92\x3b\xc5\x9d\x2e\x0e\x59\x9b\x57\xc6\x64\x5c\x5d\x37\x16\x56\x02\x7c\x66\x36\xd5\x88\xfb\x41\xf7\x39\x57\x49\x7f\xbf\x8c\x22\x39\xd2\x6a\x82\x7f\xcd\x5e\xa2\x53\xfc\x3f\xb6\xea\xd1\xc3\x7d\x8f\x17\x9c\xa3\x22\xbc\x3f\x46\x4f\x51\x6c\x3d\xb7\x3c\x41\x94\x27\x5e\x87\xcc\x2c\xe9\x26\x9e\xd6\x77\x32\x49\x45\xbe\xdf\xa1\xc1\xd8\xbf\x42\x72\x64\x7f\xa0\xfb\x62\x0d\xa5\x06\xde\x1c\x52\x4d\xf8\xeb\x44\x57\x99\xb6\xc1\x8e\xc6\xa4\xe7\x23\xd3\x1d\x0c\x9c\x63\x29\xb0\x2d\x80\x57\x75\xfa\x9d\x37\x47\xd2\x76\x82\xd2\xa7\xc9\xf5\xee\xf6\xc4\x1b\xf4\x2c\xa7\x8b\x63\x01\x8c\x19\x3b\xab\xba\x5d\x86\x88\x15\x23\xab\x94\x31\x65\x71\x31\x2c\x8a\xa5\x66\xdc\xea\x12\xbc\x76\xfb\x11\x5a\x1f\xce\xf8\xdb\xd4\x44\x05\x45\xda\x71\xa8\x85\x7c\xc4\x36\x78\xd6\xc8\xe5\xa2\xb7\x03\xcf\xcb\xdc\x6c\xb3\x57\x12\xdf\xcc\xe8\x0f\x53\xe6\x6f\x4b\x20\x94\xee\x55\xef\x0f\xa2\xc5\x1f\x70\x36\x95\x48\x3d\xfa\x7a\x74\x3a\xf5\x82\xb1\x07\x35\x92\xe6\xf6\xe4\x32\xe6\x32\x4b\xd1\x80\x38\x18\xc9\xaa\x7b\x70\xab\x1c\xcd\x34\xb9\x3b\x9a\x38\x49\x57\x57\x29\x7e\xf1\x82\xf6\x48\xf9\x97\x8d\x3a\xd5\x57\xe9\x98\x96\x1f\xa1\x4c\xe1\xa5\xc2\x33\x42\x86\x4e\x0c\xe4\x1d\x5e\xca\x36\x08\x88\xc0\xc6\xba\x0e\xca\xf6\xb6\x6e\x2a\xc6\xb1\xb3\x7a\x81\x4a\x31\x1c\x3a\xba\x45\xe5\xe4\x0e\x8a\x30\xa4\x82\xa7\xbf\x25\x09\xab\x8a\x51\x5f\x53\x4e\xdd\x3a\x20\xdf\xa6\xbc\x55\xfe\x30\xa7\x42\x55\x53\x1a\xec\xf8\x83\xfa\x58\xb1\xab\x10\x42\x75\x54\xc8\x8b\x83\x93\xeb\xe4\xa5\x7d\x3e\x90\xfe\x82\x19\xdb\xac\x90\x79\x50\x41\x9d\x8b\xb8\x66\xe8\x79\x79\x3d\xcc\x53\xa8\x35\x64\x0f\xf5\x37\x34\x03\xfc\x12\xeb\x63\xf5\x4a\x2e\x4f\xfc\x30\xf6\x16\x2b\x5a\x78\x8d\xf2\x8d\xcd\x12\x81\xae\xf5\xb0\x1f\x8a\x6a\xb1\xbf\xb3\x0e\x4b\xd0\x98\x67\x71\x4f\xa5\x06\xe8\xcd\xcb\x33\x32\xba\x94\xac\xe9\x33\xe0\x6b\x58\xab\x8e\x7a\x48\x21\x32\xb8\x32\x0d\xea\x0d\x5f\xcc\x57\x82\xb4\xc0\x9d\x12\xab\x20\x39\x08\xf1\xa0\x52\x50\x29\xd2\xc1\x01\x0f\x3c\x8d\xca\x85\x25\x00\xd5\x50\x16\x90\x6b\x40\x4f\x94\x38\x90\x03\x7c\xbd\xba\x2f\x4b\xb8\x21\xb4\xfc\xf7\xda\x29\x89\x2b\xd8\x11\x16\x43\x94\x40\x87\x71\xb2\xc4\xb4\x38\xa7\x39\xbf\x4b\xe8\xb1\x31\xb4\x30\xe9\x4d\x66\x13\xc6\x4b\x26\x87\x71\x7a\xd1\x03\xec\x47\xd8\xeb\x77\x81\x9e\x41\x79\xd6\xad\x42\x5d\x11\x66\x85\xa7\x21\x0d\x70\xd7\xf8\x57\x10\x9b\x15\x3f\xef\x1a\xe8\x1d\x94\xa9\x99\x1a\x08\x8e\x7e\x0c\x2b\x00\x7d\x45\xfd\x04\x67\x80\xa5\x50\x3d\x72\x2b\xda\xfd\x38\xe5\x1b\x23\x12\x61\xcb\xf7\xd9\xc2\x12\xbf\xe0\x6f\xd7\xb6\xa4\xe5\x71\x7e\x6b\xcf\x25\x8e\x31\x7b\xb9\x6f\x24\x4d\xb9\x26\x1c\x4f\x99\x66\x8e\x0a\x59\x04\x44\x63\x79\xae\x8c\x43\x4d\x68\xca\x93\x72\xb0\x7e\xac\x79\x4b\x2e\x4c\x04\x21\x5a\x48\x85\x30\x17\x0f\x62\xf2\xa1\xf2\x2b\x07\xee\x40\xd8\x73\x5c\x98\xa6\x23\xf4\x0b\xa6\x1a\x36\x7a\xaf\x88\x90\x23\xe7\x6a\xea\x44\x20\x48\xc7\x85\x78\xe2\x4f\xde\x10\x91\x40\x4e\xf5\xf3\x2f\x4a\x1d\x5a\xdc\xe3\xee\x49\xef\x23\x46\x38\x30\x90\x26\x3e\x89\x6d\x2c\xfb\x9e\xbd\xc5\x37\x87\xb5\x72\xe2\x58\xe3\x8a\xd1\x1c\x08\x7e\x41\xb3\x82\xdb\x89\xa8\x7e\xe4\xc4\x0a\x1d\x56\x7b\x9c\x4a\x47\xd7\x27\x18\x9d\x67\xa4\x65\xfa\x3d\xea\xa4\xff\xf2\xb6\x35\x32\xa5\xc5\x19\xaa\x98\x2e\xd1\x0c\xe4\x33\x1d\x25\x69\x45\xd2\x7f\x87\x1b\x90\x04\x24\x56\x63\x3a\xf1\xa7\xc4\x32\xa5\x1d\x07\x83\xd7\x1f\xcb\x30\x27\xdf\xae\x77\xc8\x59\x2c\x94\xf3\x37\xc0\x60\xa4\x27\x4f\x55\x25\x91\x98\xc0\xf9\xa6\x25\xc2\x31\xe4\x05\x5b\x4c\xb3\x8f\x51\x35\x5c\x85\xd9\x5b\xa8\x34\xdf\x29\xce\xa9\xd9\xe1\x20\xad\x35\xc1\xce\x5b\x2f\x23\x99\xbb\xaf\x61\x61\x44\x66\x65\x6c\x61\x64\x05\xb3\xe8\xa9\x72\x54\x29\xd7\xe0\xae\x5c\xdc\x2c\x23\x0b\xbc\x9c\x56\x4d\xdc\x97\x10\x2c\x39\xc0\x75\x8b\x56\x01\x17\xbb\xf5\x78\x9e\x60\x62\x7f\x31\x7f\x17\x76\x7a\x7c\x7e\x4b\x56\x45\x6f\xe1\xca\xe6\x57\xb3\xef\xe8\xd5\xf5\x0b\x8e\xf7\xa8\xd7\x79\x65\x2f\xb8\x74\x65\x7a\x50\xd8\x2c\x35\x60\x35\x2a\xce\x9c\x40\x19\x67\x24\x3d\xc5\xfd\x6a\x3d\x92\x66\x8b\xcd\x2d\x8c\xcd\x04\x63\xf8\xd1\x02\x39\x39\x98\x5e\xf7\x5f\x05\x29\xa8\xe9\x47\x8d\xa5\x67\x50\x28\x65\xdb\x32\x0e\x2e\x58\x84\x5d\xed\x87\xb6\xbc\x76\x00\x79\x57\x0f\xe1\x6c\xc9\x37\xb6\x68\x70\x43\x6e\x32\xbb\x3d\xd7\x65\x9f\x28\x8e\xf8\xf0\xa9\xce\xc5\xb3\x38\x8e\x75\x40\xfe\x92\x36\xdd\x3b\x1e\xb6\x1a\x4c\xdc\x4e\x47\xac\xa8\x2e\x32\x73\x8d\x96\x97\x07\x33\x8b\x63\x16\x75\x1b\x04\xcb\x1a\x17\xb4\x73\xa7\x2b\xcf\xcd\x47\x46\xd6\x55\x07\xcf\xe7\x7b\xe8\xd4\x0a\xcf\x0f\x98\x8a\xd5\xe7\x2f\xb9\xdc\x89\x6c\xf2\x47\x8c\xc8\x64\xb5\x06\xae\x8e\x5e\x36\x92\x57\x2f\x9b\xe1\x7c\x52\x39\x5a\xa9\xca\xed\x35\x33\x6b\x68\xe0\x65\x3a\x52\x3a\x9e\x70\x0a\x02\x34\x7b\xbb\x59\xf9\xf1\x3b\xa3\x66\x94\x87\x79\x75\xd3\x9f\xf0\xd8\xb2\xe3\x93\xf8\xb9\xad\xda\xdd\x09\x99\x7e\xa5\xc6\xfd\x71\xf9\xda\xb2\xd6\x87\x63\x0e\x39\x15\xed\x75\x63\xee\x11\x98\x8e\xfd\xf1\xdb\xcf\x24\x3a\xaf\x4c\x1c\x3c\x09\xeb\x06\x4c\x17\x68\xd6\xf6\x1e\x9d\x0b\x80\x39\xf7\x1f\x5d\xcc\x17\xa9\xbf\xf5\x2a\x7b\x81\x27\x6a\x26\x97\x67\xc2\xbe\xe4\x70\xb7\x94\xcb\x79\x17\x98\x54\x23\xc6\x13\x4e\xec\x6b\xee\x64\x4f\xe5\xe7\x75\xba\xd0\xd6\xea\xda\x07\x22\x08\xe9\x6d\xe8\xbe\xc5\x79\xbb\x9e\xa9\x5e\x7c\xdf\x1f\xfd\x98\xde\xd5\x9a\xad\x41\x6c\xaf\x5f\x0e\x68\xf8\x62\x6f\x60\x44\xef\xf0\xf7\xbe\x0c\x4f\xa5\xd1\x0b\x03\x05\x96\xa9\x63\x16\xc3\xaf\x75\x1f\x8d\x77\x8c\x7d\x52\x31\x9b\xe0\x4f\xc4\x49\xa8\x9a\xae\xc5\x1e\xe3\x8d\x3a\xfe\x96\xa2\xc6\xd7\xf2\x3f\x9d\x25\xcf\x6b\x4d\xdc\x2a\x7c\xc9\xa3\x15\xcb\x57\x36\x70\xad\x1b\xed\x1a\xfc\x18\x9f\xfb\x29\x1d\xcd\x94\x13\x63\x02\x1d\x92\x8b\x15\x53\x4e\xed\x0a\xfd\xbf\xcf\x80\x5a\x4b\x6b\xca\x67\xad\x5b\xa8\x39\xaa\x73\x87\x5b\x1a\x23\x58\x73\x25\x2d\x48\xcf\xc8\x79\xe3\x36\x80\xa5\xf7\x82\x4c\x3b\x55\x47\x73\x51\xe8\xed\xb4\xa2\xc6\x92\x59\xf7\x79\xf1\x27\x8e\x92\x41\x55\xeb\x9b\xfe\xd6\xe1\x1e\x1b\xd3\x29\xae\xf1\x7f\xad\x5f\xca\xbf\x96\x71\x89\x1f\xdd\xb8\x5c\xe4\xb5\x1e\x3c\xd8\x5d\x79\x96\x93\x37\x2f\xdd\xf0\x89\x3e\xbd\x2c\x5f\xbf\x0b\x7f\x8e\xe8\xaf\x33\x1f\x80\x21\xf3\x6b\x8a\x6a\x85\x57\xd5\xab\x93\x72\xf0\xab\x4f\xab\xb2\x23\x1b\x57\xc7\xab\x1c\x3c\xff\x5e\xfd\x5a\x95\x6c\x79\x15\x85\xa8\xa6\x68\x1f\x41\x71\xaa\x3f\x41\x69\xe8\x1f\xb5\x4e\xc2\xd7\x83\xf5\x3d\x65\x76\x7f\xa4\x16\xfb\x1f\xde\xfd\xfd\x55\xdd\xcb\x8d\xad\x89\xfa\x43\x71\x5b\x9b\xa5\x83\x7b\x59\xc2\xdb\x16\xcb\xdf\x4b\x36\xb7\x56\xb0\xd2\x6f\x4e\xb3\x14\x49\x67\x2a\xdc\x56\xdf\x93\xf3\xcb\x66\x86\x6e\x90\xeb\x4b\x15\xeb\x7e\x23\xeb\x15\x1b\xe6\x7c\x20\x1d\x14\xfa\x46\x2e\x13\x4c\xf2\x9c\x9f\x7e\xc6\xf1\x73\x83\x4d\xcc\xb1\x7d\xb9\x26\x6a\x5d\xd8\xf9\x82\x4a\x08\x0a\x7b\xb2\xd4\x54\x4a\x38\x4d\xcd\xe9\xc3\xfb\x4b\xf9\x51\xae\xdc\x1d\xbb\xaa\x0c\xaf\x95\xad\xf3\xbd\x32\x41\xfa\xdb\x02\xb3\x47\x62\x0e\x36\x7f\xa0\x7b\xd3\x14\x79\x5e\xc4\xd1\xcc\x21\x6a\x2e\x75\x32\xbb\x0c\x71\x84\x7e\x3e\x63\xba\x4f\x80\x7e\x26\xd5\xe0\x8d\x27\x55\x2f\xa9\x38\xb5\x94\x22\x1e\x5f\x1c\xf8\x9d\x88\x8b\x6b\x74\x10\x22\x74\xc4\x91\x1f\xee\xe0\x0d\xe3\x2b\x95\xba\x71\x97\x52\x7b\x41\x1d\x58\xa9\xec\x74\xe9\x6b\x45\xf5\x86\xf7\xdf\xb5\xd7\x58\xdb\x18\x6c\xaf\xf7\x60\x5c\x2c\x36\xc8\x93\x57\x9f\xbd\xdc\xd8\x43\x85\x07\x4c\x6d\x7a\x12\xcf\x86\xa8\x33\x01\xa4\xfe\xf0\x16\x52\x1f\xed\x49\x84\xfc\xfc\x4d\x1a\x23\xe4\x73\xfb\x3b\xba\x51\xd0\xa3\xc2\xef\xd4\xba\x80\x0b\xb1\x1f\x29\x47\x7d\x1d\x9e\xef\x93\x3f\xf8\x02\x2d\x04\x68\x66\x2f\x18\x1a\xc2\x24\xeb\x60\x98\x3c\x8f\xa0\x1e\x99\x0c\x3a\x8a\x0d\x48\xb4\x90\x11\x69\x3a\xa1\x73\x68\xb7\xfa\xed\x2d\x83\xa5\x6d\xe2\xcc\x9f\xc6\x2b\x3b\x4a\x88\x10\x3b\xc0\x56\x23\x01\xe9\x7c\x99\xf3\x95\xa4\xe6\xc6\xa5\xfd\x22\x2b\x78\x0e\x12\xa3\xe8\x86\xee\x6e\x93\x30\x46\x85\xd3\x6e\xa3\x18\xa3\xd0\xc1\x30\xe7\x80\x11\x6d\x9b\x14\x91\xca\x0c\xb3\xfa\xe5\x9e\xc0\x92\xb2\x7a\x69\x8c\x67\x39\xda\xd0\x6e\x2d\x52\xde\xb8\x5e\x86\x95\xe0\xb5\x5e\x94\x03\x49\x58\xa7\x10\x1f\xd9\x27\x1d\x4a\xca\xcd\xdb\x72\x23\x47\x54\x57\x76\xcf\x2f\xef\x3d\x8c\xdd\x3d\x83\xbf\x6f\x78\x98\xeb\x4f\x6e\x32\xf9\xc1\x90\x24\x1d\xb7\x7c\x48\xb1\xa7\xde\xb4\x9e\xc4\x3f\x60\x1d\x37\x8d\x1e\x21\xad\x19\x1b\x3c\xa8\x54\x5d\xbb\xa3\xeb\x94\xda\xc2\xf6\xd3\x38\x1b\xa4\x42\x4f\xba\x75\xd4\x96\x41\xbb\xa1\xcc\xd5\x1e\x21\xc9\x29\x5d\x51\x7c\x4d\x72\x7c\x6c\x00\x93\x21\xc4\xda\x17\x83\x96\xb0\xd7\xbd\x6e\xcb\xf2\x3a\xff\x54\xc2\x71\xd5\x27\x76\x94\xeb\xb7\x0c\xb1\x48\x95\xa9\x3d\x09\xe2\x09\xd5\xf7\xf4\x20\x52\xc5\xed\x3d\xea\x00\x55\x40\x37\x84\x4c\x60\x88\xe9\xda\xa1\x7c\xa9\x05\x2a\xd7\x3b\xee\x50\x27\x95\xaf\x15\x06\xd1\x94\x94\xa0\xf1\x9e\x94\x4a\x85\xda\x17\x7d\xe4\x35\xf9\x1d\x5b\x3c\xa5\x00\x86\x7e\x60\x84\x5f\x82\xdd\x52\x10\xc7\xea\xc0\xd4\xa0\x85\xe8\x0e\x98\x36\xf8\x27\xae\xcc\x4e\x12\xa8\x22\xde\x85\x9b\x5c\x4b\x17\x7d\x49\x57\xe5\xf8\x8b\x32\xd9\xd9\xec\x2d\xf1\x05\x8e\x15\x4b\x48\x2a\x9e\xd9\x89\x5b\x95\x51\x66\xe8\xc1\x25\x64\x7d\xa8\x0e\xd3\xd3\x60\x3c\x76\xa0\x03\x0e\x61\x22\xf3\x2a\x4d\xa1\xaf\xe0\xd3\x79\xb3\x90\x16\xb8\x6b\xa2\x00\xe4\x04\x62\xd3\x1f\x0d\x3e\x87\x2c\x73\xbc\x0c\x12\x41\x5f\x90\x3f\x04\xd2\x44\xd1\x21\x28\x90\x1b\xaa\x09\xb4\x04\x4a\x45\xbd\x94\xe3\x4a\x1c\x41\x38\xb2\x63\x24\xde\xe0\x6d\xd8\xc2\xe2\xdd\xcc\x60\xee\xcd\x1b\x1a\x9c\x9f\x9c\x29\xa9\x29\xce\x23\x5a\x87\xec\x1b\x96\x11\x86\x2c\xfb\x8e\xc1\x5c\x3a\x02\x71\x25\xfa\xf6\xd7\x40\x83\x50\x25\x75\xf5\xd0\x54\xc4\xe3\x82\x0a\x48\xf2\xf2\x46\xdc\x2a\xa4\x7c\xa5\xc2\xdb\x18\x26\x86\x5a\x36\x0b\x02\xef\xa2\x69\xf2\x0a\x90\x93\xe8\x6c\x48\x34\x44\x16\xfd\x00\x74\xc2\x30\x95\xb0\x28\xe1\x22\x39\xbe\x7c\xc0\x2e\x92\xf2\x58\xb9\xca\xd1\x92\xf6\x22\x28\xb0\xf7\xa4\x24\xd9\x27\x78\xe6\xd2\x34\xae\x1d\x47\x57\xae\x8e\xd3\x42\x36\x80\x44\xb0\x46\x56\xc6\x60\x96\x34\xc2\x64\x9f\x3c\x07\xb3\xd1\x12\x04\xbd\xb1\x14\x52\x00\x80\x90\x17\xf9\xd1\x64\xf9\xab\x08\x4b\xf7\xa7\xf2\xf5\xf8\x6b\x9a\x77\x60\x9f\xb1\x37\xe4\x53\xb5\xc9\x24\x00\x70\xcd\x3c\x8a\x84\x96\xed\x8c\xa0\x11\xbf\x4b\x44\x49\x1e\xcc\x74\xf0\xb1\x32\xf7\xe1\xad\x9c\x31\xd9\x6f\xc8\xab\x5c\x1b\x20\x97\x18\xc5\xbd\x01\xd2\xe7\x6c\xf0\xb4\x15\xe0\x9c\x54\x56\xe1\xad\x2b\x3c\x45\x52\xbd\xee\x59\x9e\xfb\xca\x4b\x93\xc8\xb5\xa9\x91\x2e\x4b\x0e\x63\xa8\x29\xcc\xf2\x38\x9d\x95\xad\xfc\x44\x9d\x11\xeb\xa7\x6e\x56\xc7\x50\x30\xca\xb7\x9c\xa2\xb3\x15\x26\x3d\xd6\xe8\x21\xa0\x87\x31\xa5\xb4\x57\xd2\x0f\x92\xe2\x89\xde\x12\xaf\x64\xde\x8d\x48\x6e\xbc\x94\x83\x4f\x7b\xae\x87\x80\xce\x2d\x95\xf2\xa9\xd0\xf7\xab\x25\xfc\x23\x6a\x6b\x94\x34\xde\xe8\xe3\xee\x35\x53\x76\xba\x9d\xef\x5a\x36\x55\xf1\x59\x01\x7b\x02\x95\x18\xb0\xcd\xbf\x30\x7f\x3a\xb8\x97\x6b\xd2\xad\x13\x1a\xcc\x09\x7d\x5d\x11\x85\x62\x7c\x8e\x13\x8a\x94\xe7\x7c\x70\xb9\x1d\xb7\xb5\x96\xfd\x40\x2a\xf5\x02\xeb\xae\xc2\x6e\xa1\x0e\x25\x4e\x52\xe7\xcd\x4f\xd2\xc7\x1b\x30\xf0\xf5\xde\x41\xbe\x39\xb4\x78\xc0\x6d\xfd\xa9\x3c\x66\x32\x74\x93\x67\x7a\x61\x79\x98\x67\x6a\x45\xc4\x06\xae\x67\xba\x45\x53\x8f\x70\x90\xc1\xf7\xa8\x9e\x54\xa1\xd8\x10\xc6\x16\x66\x3a\xf3\x38\xe7\xf6\xb2\x68\xee\x0b\xfa\xdf\xbd\xad\x85\x3a\xb4\x2f\x95\xe5\x25\x48\x6a\x4a\xaa\x7f\xd9\x28\x99\xe3\xfb\x57\x85\x35\x49\xc9\x32\xbc\x56\x9a\xf0\x54\x7d\xa2\xee\x03\xf5\xab\x34\xa5\x51\x84\x90\x2e\x72\x1d\x36\xd9\x28\xcc\x99\x56\x68\x6d\x33\xe3\xfe\x61\x94\x34\x20\xce\xdf\xb3\x8b\x1e\x63\xf2\x21\x6e\x5f\xe7\xe0\xec\x73\x21\x16\xcb\xd7\xa8\xdc\xa4\x7d\x74\x2e\x91\x58\xa8\x40\x8a\xc6\x5e\x7a\xb3\x81\xad\x9a\xb9\x5a\xdd\x83\x7d\xde\x25\x5b\xf7\x05\x33\xf9\x46\xa4\x49\x1a\xcd\x4a\xc9\x69\x71\x46\x93\xfc\x6d\xdb\xe2\xd0\x77\x6c\xf5\x3b\x10\x68\x8a\xf6\x42\x97\x25\xbe\x0b\x9a\xd9\x73\x1a\xaf\x2e\xf9\x9b\x12\xa4\x2c\x91\x7d\xe1\x9e\x65\xd5\x73\xce\x75\x9b\xe7\x2d\xca\xbc\x92\xa7\x67\xbb\x1d\x79\xda\xc1\x0d\x7d\xf3\x0c\xd3\xe4\xed\xf1\x32\x52\x71\x91\xde\x6c\x07\x7e\xb6\x1e\x05\x37\x44\x79\xb7\xcd\x2e\x7d\x9d\x54\xed\xfa\xba\x74\xad\xa3\xa5\x4f\x6c\xd1\xae\xec\xda\x80\xdc\xa2\x51\x8a\xd6\x60\xfc\xd2\xa5\x80\x99\x21\x9b\xe5\xbf\x1d\xb2\x46\xfe\x44\xe4\xe9\x17\x8d\xb6\xaf\x9a\xdc\x14\x1e\x8f\xc3\xc8\x49\x0d\xdd\x2f\x7e\x85\xe4\xe6\xd9\x7c\x2e\xcc\xe7\x9c\x74\x29\x2b\x9f\xe7\x66\x87\xf4\xd5\x17\xf2\xcf\xa7\x4c\xb7\x4c\x33\x77\x4b\x3c\xba\x3d\x29\x27\x1a\xc3\x86\x9a\xf1\xe8\xfe\xe6\xc9\x54\x94\xd2\xb8\xdd\x44\xcc\x44\xe7\x24\x77\xf2\x74\xbb\xee\x74\xd0\x04\xae\x94\x3c\xe3\x3f\x79\x32\xd9\x7a\xd6\x69\xea\x69\xa0\xeb\x9c\xf5\x8c\xa9\xd3\xd2\xbc\xde\x1c\xef\xf1\xb7\x85\x8b\x0b\x7d\x77\xfb\x17\x35\x16\x7f\x00\xcf\xd9\x68\x27\xbc\xe1\xfd\x72\xdb\x4e\x2d\xe6\x78\x86\x5c\xc8\x79\xc7\x0b\x4a\x8f\x2e\xd5\xe6\xd5\xbf\x2e\xaf\x2e\x65\xbf\x6a\x49\x6b\x22\xd1\x72\x06\xf1\x9d\x4f\x48\x46\xb3\xbd\x03\x77\x51\x3b\x4b\x09\x03\x8a\x13\xf5\xf0\x99\x7e\xbf\xb6\xc9\x15\xf3\xfe\x63\xa5\x69\xc8\xeb\xfd\xf7\x92\xc3\x91\x8b\xfd\x65\x81\x4f\x57\x83\x06\x66\x9c\xe6\x51\x42\x43\x26\x46\xa6\x28\xe4\x30\x42\x6d\x0d\x73\x74\xec\xa2\x5c\xaa\xf7\xf1\xd0\xda\x4d\x91\x60\x4c\xd4\x8f\x8d\xe5\x34\x99\xe4\x53\xfc\xa1\x12\x87\xec\x41\xbe\x4d\x47\xe9\xeb\x20\x7e\xcd\xb0\x6a\xf5\x95\xb5\xbd\xc5\x96\xe6\x53\xd4\x56\xac\xcd\x5b\x22\x6e\x17\xc7\x6e\xff\x3c\x59\x45\xac\x6e\xfb\xd6\xde\x45\x92\x69\x25\xbc\x3e\x44\xdc\x6a\x59\x4c\x16\x25\x69\xb5\xc8\x05\xfc\x22\x40\x9a\x9c\xed\xb7\x71\x9c\x26\x85\x87\xdf\xb1\xfa\x8d\x0c\x25\x0a\x56\xb7\xdd\x02\xf8\x33\x4a\xda\x3b\x78\x07\x98\xf6\x25\x58\x78\xe7\x69\xc1\x97\xf0\xc0\xad\xe0\x66\x83\x24\xd4\x66\xc3\xe8\x7e\xee\xa1\x6d\x45\x38\xa2\xec\xd0\x46\x38\x0e\x5d\xa9\x45\xfb\x4c\x69\xac\x13\xc0\x0d\x30\xfa\x6a\x2f\x4c\x9a\xd2\xe9\x95\xe4\xe6\xaf\x54\x97\x72\xd7\x7c\x1a\x69\xa7\x84\x17\x5d\x46\x90\x2b\x92\xf6\x94\xc6\x95\x15\x9a\x99\x11\xb1\xb1\x05\x74\x75\x11\x6c\x4b\x49\x81\xfc\x02\xd6\xf8\xcd\x33\x60\x78\x3a\xc9\x45\xf8\xdd\xeb\x12\x2f\xaf\x1b\xdb\xbf\xd5\x8d\xbf\x28\xdf\xd2\xee\x07\x87\x4b\x6e\x1c\x2c\x78\x27\x6a\x6c\xd5\x63\x73\x32\x86\xd9\x89\x44\x52\x0e\x8a\x2a\x41\xb5\xc8\xfb\xb1\x12\x47\x57\x7b\x75\x66\xc0\x93\xb6\x90\xf9\xb3\xf2\x27\x85\x9d\xb6\x97\xee\x40\x0e\x4b\x81\x04\x23\x89\x11\x49\x42\x8e\x3f\xf0\x7f\x27\xf2\xf5\xd9\xb8\x95\xe4\x0b\xca\x43\xd8\x8a\xcc\x3c\xa8\x1a\x96\x9e\x0b\x02\xc6\xbf\xe6\x99\x76\xef\x2d\x36\x04\x39\x7f\xde\x7c\xdc\x5f\xec\x9a\xb5\x31\x3b\xed\xe5\x83\xde\x34\xc2\xc6\x86\x5e\xd9\x6c\x21\xde\x09\xff\x8b\x3e\x4a\x3a\x1f\x23\x40\x72\xa0\xb2\x63\x8f\x2c\x56\xd1\x78\x51\x97\x3a\xd7\xe8\x7e\xa1\x95\xa5\xca\xd4\xe4\xe0\xa2\x78\x3b\x0a\x3a\x30\xd5\x67\x85\x3c\x16\x74\xc8\x1a\x42\xea\x0f\xbe\xae\xc5\x27\x1a\x87\x99\x2a\x72\xf0\x41\xb1\x29\x90\x67\xb8\xf3\xa9\x06\x72\xca\x8d\x15\x06\x82\xbb\xd6\x6f\xf5\x8d\xda\x76\x46\x26\x2d\xec\xbe\x6e\x9a\x23\x3f\xba\x58\x6e\xe6\x92\xb4\x5c\x5f\xb1\xbd\x49\x8a\xcf\x30\x34\x2d\x12\xff\x45\x00\xb1\x8c\xf6\xd7\xf3\xb0\x19\x1d\xc6\x39\xb7\xc8\x06\x3b\x46\xac\x33\x3b\x57\x9b\xa1\xe5\xf4\x22\x4a\x9c\x7a\xd9\x29\xcb\xc3\x87\x31\xe2\x60\x67\x9a\xcd\x3c\xe1\x5a\x71\x67\x8c\x0e\xf1\x14\x50\x70\x22\xec\x07\x96\x83\xe5\x71\x9c\x08\xb4\x5c\x52\xe7\x49\x55\xf9\x9d\xa5\xa1\x7e\x8d\x99\x6d\xa9\x15\xfa\x23\xf0\x8e\x13\xd1\xc0\xec\xd3\xda\x5f\x04\x07\xcb\x3f\x68\x95\xa4\x9f\xf6\x09\x54\x63\x8a\xb6\xfd\x43\xe2\x34\xbd\xdd\x8a\x38\x16\xc9\x18\x30\xdd\xad\x11\x60\x21\x0d\x45\x32\x80\x6c\xa9\x87\xfa\x21\x16\xcc\x41\xf5\x11\x87\x22\x7a\xc1\x5d\xb4\xbe\x2c\x15\x70\xf3\xbe\xb2\x3d\x25\xce\xfa\x93\xbc\x34\xd1\xdb\xf9\x1d\xb8\x1c\x77\xef\x05\x4d\xee\xed\xb0\x94\x72\xc4\xa6\x15\xfa\xcc\xed\xc7\xef\xcc\x48\x9e\x37\x0b\xf8\x4a\xc4\x52\xb5\x5c\x7a\x10\x19\xf9\x30\x84\x76\x86\x0a\x32\xb8\x4b\xb9\xca\xd8\x34\x18\x40\xfb\x32\x20\x9a\xec\xbe\x73\x34\x31\x15\xc3\xc2\x4a\x5a\x8b\x72\x52\xfc\x08\x35\x4e\xf1\x87\xaf\x03\x65\x50\xd1\xc5\x6e\x9e\x0a\x51\x78\xa2\xeb\x43\xe0\xc9\xbb\x28\x7c\xc7\xdd\x90\x17\x85\xa9\x11\x0c\x1e\x07\x43\x2e\xe3\xe3\xed\xc1\xc0\x4d\x89\x43\x78\xb3\xb5\x5d\xb1\xf7\x4c\x27\xce\x81\xb8\x3b\xe7\x11\x27\x48\x12\xc0\xf1\x61\xfe\x94\xde\x60\xa9\xe2\x25\x64\x03\x19\x08\xb8\xaf\x9c\x1b\xed\xf4\x8c\x1d\xc4\x07\x77\xa8\x83\x0d\xbd\x86\xac\xa9\x3c\x0f\x95\x41\x88\xe6\x1e\x87\xb4\xc0\xdd\x13\xbc\x20\x52\x88\xef\xfe\x0c\x70\x10\x12\xee\x68\x00\x06\xa0\xe3\xe4\xbd\xc0\xd7\xd1\x7a\xd0\x67\x60\x65\xf4\x25\x70\x0a\xd8\x14\xc5\x07\xce\x4b\x6a\x23\xcd\xd8\x60\xa9\xb3\xf8\xef\xec\x14\x09\xcb\xb5\x16\x2e\x4a\x52\x81\x7b\x9f\x83\x93\x99\xe7\x74\xd0\x08\xc0\x43\x2c\x14\x16\x04\x3c\xcb\x4c\x5e\x8a\x81\x8a\x13\x57\xfa\x97\xa0\x1f\x50\xe4\x3a\x73\x68\x19\x42\xbd\x40\x06\xd2\x05\xd7\x89\x53\x03\xe7\xae\xd4\x3c\xef\x82\xe1\xd1\x40\xb3\x7c\x08\x0a\xf3\x50\xbe\x0d\xc2\x41\xff\x82\xaa\x43\x3e\xa3\x87\xc1\x87\x4d\xce\x92\x2f\x49\x7c\x91\x5a\x83\x37\xb1\x7f\x49\xff\x44\xfe\xe0\x38\xc9\xfc\x24\x70\x38\x56\x32\x02\x9c\x59\x9e\xac\x2c\x89\xeb\xc4\x91\x01\x01\x39\x07\x64\x77\x68\xf1\x9a\xd0\xca\xbe\xfc\x55\xba\xe9\x94\x94\x42\x36\xb6\xa8\xd5\x54\x7e\x78\x35\xb0\xe8\x1a\x04\xb3\x48\x88\x16\x97\xf7\x44\xb8\xb8\x7d\x57\xc8\xc2\xe7\xdd\xff\x28\xbf\x8e\x91\x52\x88\xd2\x93\x21\x27\x82\x66\x2c\xad\x29\xb5\x32\x6a\xb1\xc7\x28\x0c\xc9\x2d\xe9\xf4\xb9\x2c\x7e\x93\x6c\x0c\xe2\x29\x57\x04\xd8\xb0\xfa\x8b\xeb\x0b\x4c\xa1\x1a\xf3\x03\x21\xbf\x71\x3e\x70\x31\x4a\x66\x9c\x0c\x56\xc0\x5d\x41\x5e\x3d\x89\x6a\xa6\xc6\x55\x5e\x31\xb2\xbd\xc7\xc6\x8e\x7d\xb1\x57\x67\xdd\x6a\x91\x72\x0c\x65\xc6\xbf\x42\xd9\xf8\xb1\x4e\x04\xa0\xec\x38\x4c\x4b\xb3\x72\xdb\x05\xda\xca\xcd\x53\x01\x6d\x2c\x0d\x88\x67\xc2\x30\x23\x43\x2e\x27\x3d\x90\xb2\x22\xf5\x51\xce\x6b\xac\x79\xd3\x01\xe8\x3f\x7b\x64\xc3\x0f\x1c\x06\x4f\xe7\x4f\x28\x05\xa3\x3a\xb8\xa9\x06\x3d\xf4\x7c\x7e\x8e\x95\x32\x73\x9a\x65\xeb\x7a\x82\xe9\x4b\xee\xf6\x17\x64\x4d\xaf\xc6\x84\xf8\x72\xc8\x73\xbf\x87\x7d\xe0\xfc\xe8\x8e\x89\x69\x60\xc6\x95\xb5\xc5\xbf\x66\x0c\xc5\x2f\xc6\x7b\x70\xc4\xdc\x8f\xa6\x57\xb0\xa4\x1e\x15\x64\x5f\x62\x5e\xb8\x39\xf9\x3a\x87\x3a\x23\xb7\x52\x2b\x40\x17\x97\xc4\x42\xca\xfb\x8f\xf1\x89\x30\xd5\x21\xf0\x86\xab\xa2\xf8\x34\x64\xb3\xcc\x3a\x1f\x61\xc7\xab\xb1\x43\x62\x13\xf9\x40\x6f\x73\x8a\xc9\x5a\x60\xb8\x15\x35\x9e\x7a\x39\xf1\x3b\x03\x81\xbd\x9d\xa3\xc5\x2e\x58\xe4\x14\xbc\x60\x1d\xef\x7f\x51\xe2\xc1\xd0\xab\x5e\x7d\x9d\x4e\xaf\x4c\xfb\x58\x61\x47\xf3\x0d\xd0\xad\x39\x44\xed\xb1\xb9\x57\x3f\x41\x16\xbb\x3f\xd7\xbc\x49\xd9\x86\x86\xb4\xee\x93\xbe\x4b\x8a\xc9\x17\x34\x8b\x73\x2d\x94\x3f\xbd\x6d\xe4\x9f\x35\xb3\x1a\x60\xf2\x77\x1d\xfc\x27\xac\x79\xd2\xcf\x3f\xcd\xdf\x60\xf6\x46\xb5\x2c\x87\x52\x44\x33\xce\x60\xa6\x08\xa1\xa5\xbf\x11\x34\xb1\x06\x8d\x1f\x18\x22\x2b\xfd\x6d\x79\x74\xc5\x11\xc9\xce\xb3\x34\xed\xc6\x2f\xdd\xe6\x54\x5c\xfe\x99\x5e\x57\xda\xa5\xa8\x85\xde\x67\xc4\x2f\x2e\xa4\x3e\x69\x7c\xbf\x7e\x75\xbf\x07\xe9\x93\xf2\xf5\x41\x18\x71\x17\xb8\xac\xc8\xae\xc0\x71\x4b\x8d\x04\xea\x32\xb8\x96\x76\xcf\xdb\x7e\x72\x31\x3e\x27\x7b\x66\xd8\xf0\x30\xfb\x81\x76\xfa\xf1\x34\xfc\x64\x0e\xd1\xf2\xb5\xda\xdc\x16\x2e\xb3\xf9\xfd\x8a\x14\x72\xaa\xbf\x14\xdb\xb1\xfc\xfb\x48\x37\x96\x3e\xe4\x38\xb6\x87\x45\x36\x28\x4d\x9a\x63\x9f\xe7\xd9\x4d\x45\xe0\x9c\xa2\x1a\x67\x34\xf0\xe5\xcf\x8e\xce\x32\x88\x12\x66\xd4\xd9\x7b\xc4\x30\x0d\xe1\xd9\x6c\xfc\x24\xf4\x4f\xc3\xbb\xf9\x11\xdc\x60\xfb\x23\x25\x76\x9c\xf2\xe7\x51\x55\x4e\x3c\xd5\xa8\xc1\x46\x63\xae\x7c\x86\x5b\x5b\x33\xc3\xbc\x0c\xdc\x5b\x44\x36\x6b\x26\x8d\x4c\xe3\xe0\x23\x67\xa7\x57\x91\x8f\x96\x3a\x96\x3a\x96\xef\x2e\x79\x2f\x97\x0f\x8c\x2f\x6f\x2c\x7f\xaa\x7b\x83\x70\x86\xd7\xe4\x1a\xaf\x58\x23\xd8\x51\x1f\x91\x91\xc8\x5e\x2f\x4b\x24\x07\x15\x6a\x75\x66\xb5\x0b\xa3\xac\xf3\x1e\x55\x87\x0d\x57\x8c\xb5\x2d\x49\xce\xe1\x4b\x78\xe5\xa5\xf3\xb9\x47\x63\xd6\xf2\x1d\xf9\x90\x2c\x52\xb9\x0f\x8f\x5b\xa1\x56\xbb\xbe\x26\xdc\xde\xd3\xaa\x44\x95\x1c\xee\xeb\x46\x12\x74\x17\x21\x43\xf5\x48\x37\x94\xc3\x44\xdf\x42\x00\xbe\x75\x4a\x7e\x40\x94\xa8\x3d\x15\x5b\x77\x85\x18\x3f\x55\xfd\x6a\x8e\xf8\x6b\x5a\x33\x4a\x85\x60\x34\x75\xe6\x99\x28\x2e\x6e\x72\xc6\x6c\x01\x43\x9c\xf8\xa1\x21\x82\xe6\x4d\x7b\xc1\xd0\x3e\xb4\xf0\xe0\x8d\xfb\xf1\x81\x71\x59\xeb\xe2\xe9\xa9\x69\x6a\xfc\xba\x37\xed\x79\x7d\xfc\xbe\x2e\xf9\x37\x97\xb9\x43\xa3\x61\xb5\x2f\x98\x6e\x70\xdf\x56\x1f\x32\x0a\xf3\xb2\xfb\x22\x36\x90\xa6\x3d\x70\x74\x71\x96\x41\xe9\xdb\xe8\xcb\xa7\x43\x7a\x12\xab\xc4\xc8\xef\xde\xd2\xd3\x0a\x48\x97\xdb\xdd\x83\x42\x09\x17\x5b\x7b\x1c\xe3\x71\xdb\xad\xbb\xfa\x78\x2c\xb3\x15\xa3\xf2\x1a\x7b\xb2\xdb\x1e\x26\x10\x37\xe9\x6f\xbd\xed\x99\x71\x2c\x84\xbf\x9d\x58\x22\x1c\x6d\xb8\x25\xd8\x61\x92\x1e\xbb\x59\x3d\x99\x53\x08\xdd\xf6\x41\x4a\xbe\x69\xe7\x1d\xe0\xab\xaa\x57\x68\x2a\x64\xb7\xc6\x5b\x84\xb3\x0c\x54\xe3\xe1\x99\x93\x8c\xeb\xb5\xa9\x6d\xf2\xb4\x7b\x55\x1a\x45\x26\x64\x9b\xf2\xe7\xb1\x26\x44\xf8\xeb\xaa\xe7\x79\x78\xe3\x92\x3a\x0b\x1b\xdc\xb3\x52\x7b\x4d\x4b\x6c\x6e\xd9\xbe\xa2\x31\xd6\xa6\x1a\x0a\x71\xce\xfa\xe1\xfa\x65\xd7\xbd\x34\xc2\xe7\x8f\x6d\x8d\x26\x3b\x7f\x87\x2d\xe5\xa1\xb2\xe8\xac\xcd\x11\x78\x61\x9a\xc0\xf6\x79\xfc\xfd\xec\x6c\x66\x25\x31\x3e\x3f\x89\xfc\x83\x7a\xbc\x68\x17\x05\xa2\x75\x16\x54\x0e\x69\xd2\xbe\xe5\xaa\xd5\x2c\x52\x8f\x64\xb5\x65\xea\x93\xed\x32\x30\xa1\xba\x04\x62\x9a\x94\x4b\x30\x3e\x33\xb5\xd4\x70\x05\xa7\x9e\x2e\x73\x53\x1f\xab\x9b\xf3\x09\xb6\x88\x1d\x28\xc0\x82\x57\x2a\x46\x1c\xe5\x76\x02\x9b\x13\x5c\x0f\x6f\x8a\x0d\xc0\xdc\xbd\x36\x8f\xcf\xc2\x03\x7e\xdb\xf0\xc0\x76\x44\xd4\x6e\x5c\x23\xa0\xa2\xc3\x68\x4e\x24\xa1\x78\x24\x69\x96\x8a\x49\xa4\xc3\xef\xd3\x76\x63\x8f\x74\x9f\xa7\xa7\x47\xd5\x96\x4d\x50\xd7\xc3\x85\x13\x07\x28\xb5\xa1\x4e\x7e\x72\xe4\x07\xa1\x82\x36\xbb\xc4\xf1\x70\x84\x6e\x32\xa1\x2b\x4a\x45\x09\x87\xdb\x4d\xbc\x09\x03\x60\x2b\x32\xde\x83\xf4\x9a\x9e\x1a\x3e\xda\xbd\xd2\x8f\xb1\xc3\x6e\x6a\x4e\x7f\x72\x0e\xdc\x6c\x43\x3f\x72\xad\xdf\x6c\x20\x7a\x79\x50\x99\x69\xc4\x03\x9f\x63\xd4\x0e\x12\xda\xdf\x95\x38\x46\xeb\xf6\x7b\x3f\xd7\x4f\xff\xe2\x69\xd9\x94\x4b\xa7\x7a\x88\xe5\x79\xd2\x2d\x9e\x2a\xc4\xe8\x52\xba\x9f\x3e\xf7\x3c\x60\x68\xb9\x36\x9b\xab\xd0\xc7\x3d\x6c\xd4\x87\xc8\x91\x2f\x56\x15\xad\x88\x2f\x43\xa6\xa0\x27\xf0\x2f\x63\x8f\x02\x97\xbb\xfb\x6e\x2d\xef\xc7\x2f\xc4\x18\x20\x76\x83\x57\x82\x8c\x33\xb6\x03\x88\x80\x27\xad\x8c\x7c\xe2\x82\xfd\x34\xbd\x9a\x0c\x75\xc8\xa0\x86\x92\xc7\x9c\x8b\x88\xb3\xf4\x00\x87\xdc\xa9\x63\x0c\xba\x25\xa8\xae\x91\x01\x33\x1b\xc8\xea\x60\x9e\x35\x6e\x0e\xdb\x5b\xfb\xa6\x3f\xed\x66\xce\x72\xd7\x9b\x31\x56\x66\x98\xea\xef\xab\xbe\xa5\x95\x3a\x9d\x50\x70\x21\x0b\x79\x98\x40\xb2\xf0\xae\x01\x6d\xc0\x8c\x91\x31\x15\xce\x56\x3f\xe6\x9c\xba\xd5\x3b\x53\x52\x80\x1a\x91\x77\x8e\xb4\xa5\x07\xa6\xd7\x52\xae\x1a\x56\xd1\x20\xd4\x01\x13\x1b\x4a\x2b\xed\xac\x85\x0e\xf6\x22\x33\x5b\x5f\x70\xe8\x17\xfd\xfd\x9d\x88\x12\x6d\xfa\xef\x2a\x5d\xf1\x5f\x69\x8f\x94\x15\x7d\xdf\x51\xc3\x95\x86\xed\xab\x29\x7b\xca\xe9\x06\x36\x24\x80\x42\xba\x22\x16\xf7\x4b\xe1\x08\x8c\x43\xfa\xc3\x36\x00\x92\x4d\x90\x75\xfe\x0c\x72\xfb\x37\x97\xe6\xff\xf2\x74\x1e\x6a\x8a\x3d\x38\xe8\xca\xf9\xbf\x5d\xff\x0f\xce\xd0\x12\x00\x00\xb0\x08\x00\x1c\xba\x07\x00\x1c\x4a\xfc\x6f\xee\xd1\x7f\x77\x82\xfe\xef\xdc\x9f\xff\x8f\xb8\x7f\xe5\xc5\x81\xff\x63\xef\xbf\xe2\x83\x5f\x49\x4e\x07\x07\x3d\xdf\xfe\x95\x8d\x9f\xfd\x6f\xf7\xfe\xd3\x4b\xfb\x69\x00\xe0\x7a\x27\x00\x70\xa6\x05\x00\xb8\x10\xf1\x1f\xeb\xff\xc3\xbd\x95\x03\x00\x04\x8f\x01\x00\x67\x41\xff\x67\xae\x4e\x17\x00\xb8\xa6\x07\x00\x9c\xea\xfc\x77\xee\x3f\xf9\x62\x9f\xbe\x7b\xf2\x4a\xdc\xda\xe8\x9b\x55\xe4\x27\xc5\xcb\x5f\x7e\x9e\xff\xe7\xbd\x07\x18\xea\xc1\x01\x00\x00\x96\xd8\x38\x7e\x78\xe7\xe0\xa0\xeb\x68\x63\xc2\x49\x78\xe9\xef\x2d\xbe\xf4\x86\xff\xee\xa6\xf5\x6a\x05\x9c\xfe\xb3\xfc\xe0\xbb\x58\x16\x20\x4d\xe9\x16\x00\xe0\x61\x7a\x70\xf0\x7e\xe7\x60\xb1\xe5\xee\xff\xe0\x04\xc6\x83\x0f\x7e\x8e\xe8\x00\x0c\xeb\xbe\x00\x00\x16\xea\xff\x70\xfc\x9b\x97\xff\x07\x77\x64\xef\xce\xc1\x41\xb0\x11\x00\xd4\x3a\x0c\x00\xdc\x48\xf8\x87\xfb\x9b\x38\x13\xe8\xe9\xf1\xcf\xdf\xfb\x05\xf8\x78\x58\x59\xdb\x88\xfe\xab\x83\xcf\x84\x7f\xcd\x18\x0b\xf6\xf1\x0e\x76\xfd\xb7\xa9\x9f\x76\x7f\xf1\xc4\x0c\x00\x00\xd8\x00\x00\x00\x41\x80\x16\xc0\x17\xe0\x07\x08\x03\x04\x00\x3c\x01\x1e\x80\x67\x80\x20\x80\x28\x40\x01\x00\x03\xc0\x00\xaa\x00\x51\x80\x1e\xe0\x05\x20\x08\xe0\x0e\x08\x00\xbc\x00\x38\x03\x82\x00\x9e\x00\xdf\x7f\x22\x6f\x80\xe8\x3f\x27\xbd\x01\xbe\x80\x80\xff\x8a\x5f\x00\x02\xff\xc9\xfe\x7f\x2a\x18\xe0\x03\x00\x04\x3e\x55\x54\xf8\x57\xd5\xd3\x06\x00\xc0\x51\xee\xc1\xc1\x07\x19\x00\xe0\x58\x39\x00\xf0\x33\xe5\xe0\xe0\x7b\xf5\xc1\xc1\xcf\x5a\x00\xe0\x70\x0d\x00\x30\x99\xf9\xff\x05\x00\x00\xff\xff\x12\x78\xef\xbb\x20\xee\x00\x00"); +type bindataFileInfo struct{_ca string ;_fbd int64 ;_gd _bf .FileMode ;_bb _ec .Time ;};func NewCmykIsoCoatedV2OutputIntent (subtype _ae .PdfOutputIntentType )(*_ae .PdfOutputIntent ,error ){_gbc ,_baeb :=_eb ();if _baeb !=nil {return nil ,_baeb ;};_geae :=_ae .NewCustomPdfOutputIntent ("I\u0053\u004f\u0020\u0043oa\u0074e\u0064\u0020\u0076\u0032\u00203\u0030\u0030\u0020\u0062\u0061\u0073","I\u0053O\u0063\u006f\u0061\u0074\u0065\u0064\u005f\u00762\u005f\u0033\u0030\u0030_b\u0061\u0073","\u0054h\u0069\u0073\u0020\u0049\u0043\u0043\u0020\u0070\u0072\u006f\u0066\u0069\u006c\u0065\u0020\u0069\u0073\u0020b\u0061\u0073ed\u0020\u006f\u006e\u0020\u0074\u0068e\u0020\u0063\u0068\u0061r\u0061\u0063\u0074\u0065\u0072\u0069\u007a\u0061\u0074\u0069\u006f\u006e\u0020\u0064\u0061t\u0061\u0020\u201e\u0046\u004f\u0047\u0052\u0041\u0033\u0039\u004c\u002e\u0074\u0078\u0074\u201c\u002e\u0020\u0054\u0068\u0065\u0020\u006d\u0061\u0078\u0069\u006d\u0075\u006d\u0020\u0069\u006e\u006b\u0020\u0063\u006f\u0076\u0065\u0072\u0061\u0067\u0065\u0020f\u006f\u0072\u0020\u0074\u0068e\u0020\u0073\u0065\u0070\u0061\u0072\u0061t\u0069\u006f\u006e \u0069\u0073\u00203\u0030\u0030\u0025\u002e\u0020T\u0068\u0065\u0072\u0065f\u006fr\u0065\u0020t\u0068\u0069\u0073\u0020pr\u006f\u0066\u0069\u006c\u0065\u0020\u0069s\u0020\u0076\u0061\u006c\u0069\u0064\u0020f\u006f\u0072\u0020\u0074h\u0065\u0020\u0070\u0072\u0069\u006et\u0069n\u0067\u0020\u0063\u006f\u006e\u0064\u0069\u0074\u0069\u006f\u006e\u0073\u0020\u0072\u0065\u0067\u0061\u0072\u0064\u0069\u006e\u0067\u0020\u0049\u0053\u004f\u0020\u0031\u0032\u0036\u00347\u002d\u0032\u003a\u0032\u0030\u0030\u0034\u002f\u0020\u0041\u006d\u0064\u0020\u0031\u0020\u0028\u0032\u0030\u00307\u0029\u003a\u000a\u002d\u0020\u0073\u0068\u0065\u0074\u002d\u0066e\u0064 \u006f\u0066\u0066\u0073\u0065\u0074\u0020\u0070\u0072\u0069\u006et\n\u002d\u0020\u0070\u0061p\u0065\u0072\u0020t\u0079\u0070\u0065\u0020\u0031\u0020\u0061\u006e\u0064\u0020\u0032\n\u002d\u0020\u0067\u006c\u006f\u0073s\u0079\u002f\u006d\u0061\u0074\u0074\u0065\u0020\u0063\u006f\u0061\u0074e\u0064\n\u002d \u0054\u0056\u0049\u0020\u0061\u0074\u00204\u0030\u0025:\u0020\u0043\u004d\u0059\u0020\u003d\u00201\u0033\u0025 \u002f\u0020\u004b\u0020\u003d\u0020\u0031\u0036\u0025",_gbc ,4); +if _adb :=_geae .SetSubtype (subtype );_adb !=nil {return nil ,_adb ;};return _geae ,nil ;};type ColorSpace int ;func MustAsset (name string )[]byte {_bcb ,_fbb :=Asset (name );if _fbb !=nil {panic ("\u0061\u0073\u0073\u0065\u0074\u003a\u0020\u0041\u0073\u0073\u0065\u0074\u0028"+name +"\u0029\u003a\u0020"+_fbb .Error ()); +};return _bcb ;};const _gc ="\u0044\u0065\u0076\u0069\u0063\u0065\u0043\u006c\u0061\u0073\u0073\u0055\u006e\u0064\u0065\u0066\u0069n\u0065\u0064D\u0065\u0076\u0069\u0063\u0065\u0043\u006c\u0061\u0073\u0073\u0053\u0043\u004e\u0052\u0044\u0065\u0076\u0069\u0063\u0065\u0043\u006c\u0061\u0073\u0073\u004d\u004e\u0054\u0052\u0044\u0065v\u0069\u0063\u0065C\u006c\u0061\u0073s\u0050\u0052\u0054\u0052\u0044\u0065\u0076\u0069\u0063\u0065\u0043\u006c\u0061\u0073\u0073L\u0049\u004e\u004b\u0044\u0065\u0076\u0069\u0063\u0065\u0043l\u0061\u0073\u0073\u0053\u0050\u0041\u0043\u0044\u0065\u0076i\u0063\u0065\u0043\u006c\u0061\u0073\u0073\u0041\u0042\u0053\u0054D\u0065\u0076\u0069\u0063\u0065\u0043\u006c\u0061\u0073\u0073\u004e\u004d\u0043\u004c"; +func _dc ()([]byte ,error ){return _cf (_fa ,"I\u0053\u004f\u0063\u006f\u0061\u0074e\u0064\u005f\u0076\u0032\u005f\u0067\u0072\u0065\u00791\u0063\u005f\u0062a\u0073.\u0069\u0063\u0063");};func _cf (_fdc []byte ,_cg string )([]byte ,error ){_ad ,_be :=_da .NewReader (_b .NewBuffer (_fdc )); +if _be !=nil {return nil ,_a .Errorf ("R\u0065\u0061\u0064\u0020\u0025\u0071\u003a\u0020\u0025\u0076",_cg ,_be );};var _bfc _b .Buffer ;_ ,_be =_fd .Copy (&_bfc ,_ad );_de :=_ad .Close ();if _be !=nil {return nil ,_a .Errorf ("R\u0065\u0061\u0064\u0020\u0025\u0071\u003a\u0020\u0025\u0076",_cg ,_be ); +};if _de !=nil {return nil ,_be ;};return _bfc .Bytes (),nil ;};func (_gf bindataFileInfo )Mode ()_bf .FileMode {return _gf ._gd };func AssetDir (name string )([]string ,error ){_ada :=_ddc ;if len (name )!=0{_cb :=_g .Replace (name ,"\u005c","\u002f",-1); +_eed :=_g .Split (_cb ,"\u002f");for _ ,_feb :=range _eed {_ada =_ada .Children [_feb ];if _ada ==nil {return nil ,_a .Errorf ("\u0041s\u0073e\u0074\u0020\u0025\u0073\u0020n\u006f\u0074 \u0066\u006f\u0075\u006e\u0064",name );};};};if _ada .Func !=nil {return nil ,_a .Errorf ("\u0041s\u0073e\u0074\u0020\u0025\u0073\u0020n\u006f\u0074 \u0066\u006f\u0075\u006e\u0064",name ); +};_eeag :=make ([]string ,0,len (_ada .Children ));for _fdb :=range _ada .Children {_eeag =append (_eeag ,_fdb );};return _eeag ,nil ;};func NewSRGBv4OutputIntent (subtype _ae .PdfOutputIntentType )(*_ae .PdfOutputIntent ,error ){_aga ,_gga :=_ab ();if _gga !=nil {return nil ,_gga ; +};_egg :=_ae .NewCustomPdfOutputIntent ("\u0073\u0052\u0047\u0042\u0076\u0034","\u0043\u0075\u0073\u0074\u006f\u006d","\u0073\u0052G\u0042\u0020\u0049E\u0043\u0036\u0031\u0036\u0039\u0036\u0036\u002d\u0034",_aga ,3);if _gcad :=_egg .SetSubtype (subtype ); +_gcad !=nil {return nil ,_gcad ;};return _egg ,nil ;};var _cc =map[string ]DeviceClass {"\u0037\u0033\u0036\u0033\u0036\u0045\u0037\u0032":DeviceClassSCNR ,"\u0036\u0044\u0036\u0045\u0037\u0034\u0037\u0032":DeviceClassMNTR ,"\u0037\u0030\u0037\u0032\u0037\u0034\u0037\u0032":DeviceClassPRTR ,"\u0036\u0043\u0036\u0039\u0036\u0045\u0036\u0042":DeviceClassLINK ,"\u0037\u0033\u0037\u0030\u0036\u0031\u0036\u0033":DeviceClassSPAC ,"\u0036\u0031\u0036\u0032\u0037\u0033\u0037\u0034":DeviceClassABST ,"\u0036\u0045\u0036\u0044\u0036\u0033\u0036\u0043":DeviceClassNMCL }; +type bintree struct{Func func ()(*asset ,error );Children map[string ]*bintree ;};func NewSRGBv2OutputIntent (subtype _ae .PdfOutputIntentType )(*_ae .PdfOutputIntent ,error ){_bgd ,_gcg :=_bfd ();if _gcg !=nil {return nil ,_gcg ;};_bag :=_ae .NewCustomPdfOutputIntent ("\u0073\u0052\u0047\u0042\u0076\u0032","\u0043\u0075\u0073\u0074\u006f\u006d","\u0073R\u0047B\u0020\u0063\u006f\u006c\u006fr\u0020\u0070r\u006f\u0066\u0069\u006c\u0065",_bgd ,3); +if _ecd :=_bag .SetSubtype (subtype );_ecd !=nil {return nil ,_ecd ;};return _bag ,nil ;};func Asset (name string )([]byte ,error ){_ce :=_g .Replace (name ,"\u005c","\u002f",-1);if _gea ,_bc :=_bac [_ce ];_bc {_aed ,_fab :=_gea ();if _fab !=nil {return nil ,_a .Errorf ("\u0041\u0073\u0073\u0065\u0074\u0020\u0025\u0073\u0020\u0063\u0061\u006e\u0027\u0074\u0020r\u0065a\u0064\u0020\u0062\u0079\u0020\u0065\u0072\u0072\u006f\u0072\u003a\u0020\u0025\u0076",name ,_fab ); +};return _aed ._fe ,nil ;};return nil ,_a .Errorf ("\u0041s\u0073e\u0074\u0020\u0025\u0073\u0020n\u006f\u0074 \u0066\u006f\u0075\u006e\u0064",name );};func AssetInfo (name string )(_bf .FileInfo ,error ){_cgg :=_g .Replace (name ,"\u005c","\u002f",-1); +if _afc ,_eea :=_bac [_cgg ];_eea {_gad ,_bcc :=_afc ();if _bcc !=nil {return nil ,_a .Errorf ("\u0041\u0073se\u0074\u0049\u006ef\u006f\u0020\u0025\u0073 ca\u006e't\u0020\u0072\u0065\u0061\u0064\u0020\u0062y \u0065\u0072\u0072\u006f\u0072\u003a\u0020%\u0076",name ,_bcc ); +};return _gad ._bgb ,nil ;};return nil ,_a .Errorf ("\u0041\u0073\u0073\u0065tI\u006e\u0066\u006f\u0020\u0025\u0073\u0020\u006e\u006f\u0074\u0020\u0066\u006f\u0075n\u0064",name );};func ParseHeader (data []byte )(ProfileHeader ,error ){if len (data )< 128{return ProfileHeader {},_e .New ("\u0069\u006e\u0076\u0061li\u0064\u0020\u0049\u0043\u0043\u0020\u0050\u0072\u006f\u0066\u0069\u006c\u0065"); +};_aag :=_b .NewReader (data );var _fgc ProfileHeader ;_aee :=make ([]byte ,4);_ ,_ea :=_aag .ReadAt (_aee ,8);if _ea !=nil {return ProfileHeader {},_e .New ("\u0072\u0065\u0061\u0064\u0069\u006eg\u0020\u0049\u0043\u0043\u0020\u0050\u0072\u006f\u0066\u0069\u006c\u0065\u0020h\u0065\u0061\u0064\u0065\u0072\u0020\u0066a\u0069\u006c\u0065\u0064"); +};_def :=_bg .EncodeToString (_aee [:2]);_def =_g .TrimPrefix (_def ,"\u0030");_gge :=_g .Builder {};for _bad ,_bgf :=range _def {_gge .WriteRune (_bgf );if _bad !=len (_def )-1{_gge .WriteRune ('.');};};_fgc .Version =_gge .String ();_ ,_ea =_aag .ReadAt (_aee ,12); +if _ea !=nil {return ProfileHeader {},_e .New ("\u0072\u0065\u0061\u0064\u0069\u006eg\u0020\u0049\u0043\u0043\u0020\u0050\u0072\u006f\u0066\u0069\u006c\u0065\u0020h\u0065\u0061\u0064\u0065\u0072\u0020\u0066a\u0069\u006c\u0065\u0064");};_aff ,_dfc :=_cc [_g .ToUpper (_bg .EncodeToString (_aee ))]; +if !_dfc {return ProfileHeader {},ErrUndefinedHeaderDeviceClass ;};_fgc .DeviceClass =_aff ;_ ,_ea =_aag .ReadAt (_aee ,16);if _ea !=nil {return ProfileHeader {},_e .New ("\u0072\u0065\u0061\u0064\u0069\u006eg\u0020\u0049\u0043\u0043\u0020\u0050\u0072\u006f\u0066\u0069\u006c\u0065\u0020h\u0065\u0061\u0064\u0065\u0072\u0020\u0066a\u0069\u006c\u0065\u0064"); +};_dec ,_dfc :=_ceg [_g .ToUpper (_bg .EncodeToString (_aee ))];if !_dfc {return ProfileHeader {},ErrUndefinedHeaderColorSpace ;};_fgc .ColorSpace =_dec ;return _fgc ,nil ;};func (_fg bindataFileInfo )ModTime ()_ec .Time {return _fg ._bb };var _ggf =[...]uint8 {0,20,35,50,65,80,95,110,125}; +func _ffb ()(*asset ,error ){_afg ,_deb :=_bfd ();if _deb !=nil {return nil ,_deb ;};_dca :=bindataFileInfo {_ca :"\u0073\u0052\u0047B\u0032\u0030\u0031\u0034\u002e\u0069\u0063\u0063",_fbd :3024,_gd :_bf .FileMode (436),_bb :_ec .Unix (1628763334,0)};_gdb :=&asset {_fe :_afg ,_bgb :_dca }; +return _gdb ,nil ;};func (_dedf ColorSpace )String ()string {if _dedf < 0||_dedf >=ColorSpace (len (_badb )-1){return "C\u006f\u006c\u006f\u0072\u0053\u0070\u0061\u0063\u0065\u0028"+_d .FormatInt (int64 (_dedf ),10)+"\u0029";};return _dfg [_badb [_dedf ]:_badb [_dedf +1]]; +};func _dfa (_gfd ,_fcd string )string {_gaf :=_g .Replace (_fcd ,"\u005c","\u002f",-1);return _c .Join (append ([]string {_gfd },_g .Split (_gaf ,"\u002f")...)...);};func RestoreAsset (dir ,name string )error {_bd ,_cfd :=Asset (name );if _cfd !=nil {return _cfd ; +};_ged ,_cfd :=AssetInfo (name );if _cfd !=nil {return _cfd ;};_cfd =_bf .MkdirAll (_dfa (dir ,_c .Dir (name )),_bf .FileMode (0755));if _cfd !=nil {return _cfd ;};_cfd =_ee .WriteFile (_dfa (dir ,name ),_bd ,_ged .Mode ());if _cfd !=nil {return _cfd ; +};_cfd =_bf .Chtimes (_dfa (dir ,name ),_ged .ModTime (),_ged .ModTime ());if _cfd !=nil {return _cfd ;};return nil ;};var _ceg =map[string ]ColorSpace {"\u0035\u0038\u0035\u0039\u0035\u0041\u0032\u0030":ColorSpaceXYZ ,"\u0034\u0043\u0036\u0031\u0036\u0032\u0032\u0030":ColorSpaceLAB ,"\u0034\u0043\u0037\u0035\u0037\u0036\u0032\u0030":ColorSpaceLUV ,"\u0035\u0039\u0034\u0033\u0036\u0032\u0037\u0032":ColorSpaceYCBR ,"\u0035\u0039\u0037\u0038\u0037\u0039\u0032\u0030":ColorSpaceYXY ,"\u0035\u0032\u0034\u0037\u0034\u0032\u0032\u0030":ColorSpaceRGB ,"\u0034\u0037\u0035\u0032\u0034\u0031\u0035\u0039":ColorSpaceGRAY ,"\u0034\u0038\u0035\u0033\u0035\u0036\u0032\u0030":ColorSpaceHSV ,"\u0034\u0038\u0034\u0043\u0035\u0033\u0032\u0030":ColorSpaceHLS ,"\u0034\u0033\u0034\u0044\u0035\u0039\u0034\u0042":ColorSpaceCMYK ,"\u0034\u0033\u0034\u0044\u0035\u0039\u0032\u0030":ColorSpaceCMY ,"\u0033\u0032\u0034\u0033\u0034\u0043\u0035\u0032":ColorSpace2CLR ,"\u0033\u0033\u0034\u0033\u0034\u0043\u0035\u0032":ColorSpace3CLR ,"\u0033\u0034\u0034\u0033\u0034\u0043\u0035\u0032":ColorSpace4CLR ,"\u0033\u0035\u0034\u0033\u0034\u0043\u0035\u0032":ColorSpace5CLR ,"\u0033\u0036\u0034\u0033\u0034\u0043\u0035\u0032":ColorSpace6CLR ,"\u0033\u0037\u0034\u0033\u0034\u0043\u0035\u0032":ColorSpace7CLR ,"\u0033\u0038\u0034\u0033\u0034\u0043\u0035\u0032":ColorSpace8CLR ,"\u0033\u0039\u0034\u0033\u0034\u0043\u0035\u0032":ColorSpace9CLR ,"\u0034\u0031\u0034\u0033\u0034\u0043\u0035\u0032":ColorSpaceACLR ,"\u0034\u0032\u0034\u0033\u0034\u0043\u0035\u0032":ColorSpaceBCLR ,"\u0034\u0033\u0034\u0033\u0034\u0043\u0035\u0032":ColorSpaceCCLR ,"\u0034\u0034\u0034\u0033\u0034\u0043\u0035\u0032":ColorSpaceDCLR ,"\u0034\u0035\u0034\u0033\u0034\u0043\u0035\u0032":ColorSpaceECLR ,"\u0034\u0036\u0034\u0033\u0034\u0043\u0035\u0032":ColorSpaceFCLR }; diff --git a/model/internal/docutil/docutil.go b/model/internal/docutil/docutil.go index 4ec51ce8f..76ac9d8a5 100644 --- a/model/internal/docutil/docutil.go +++ b/model/internal/docutil/docutil.go @@ -9,49 +9,49 @@ // Use of this source code is governed by the UniDoc End User License Agreement // terms that can be accessed at https://unidoc.io/eula/ -package docutil ;import (_d "errors";_a "fmt";_e "github.com/unidoc/unipdf/v3/common";_ab "github.com/unidoc/unipdf/v3/core";);type Document struct{ID [2]string ;Version _ab .Version ;Objects []_ab .PdfObject ;Info _ab .PdfObject ;Crypt *_ab .PdfCrypt ; -UseHashBasedID bool ;};func (_fgd Page )FindXObjectForms ()[]*_ab .PdfObjectStream {_gcd ,_bad :=_fgd .GetResourcesXObject ();if !_bad {return nil ;};_bfcc :=map[*_ab .PdfObjectStream ]struct{}{};var _gcb func (_bdec *_ab .PdfObjectDictionary ,_gadce map[*_ab .PdfObjectStream ]struct{}); -_gcb =func (_acb *_ab .PdfObjectDictionary ,_cfc map[*_ab .PdfObjectStream ]struct{}){for _ ,_geg :=range _acb .Keys (){_ggf ,_ece :=_ab .GetStream (_acb .Get (_geg ));if !_ece {continue ;};if _ ,_gca :=_cfc [_ggf ];_gca {continue ;};_ada ,_egaf :=_ab .GetName (_ggf .Get ("\u0053u\u0062\u0074\u0079\u0070\u0065")); -if !_egaf ||_ada .String ()!="\u0046\u006f\u0072\u006d"{continue ;};_cfc [_ggf ]=struct{}{};_edc ,_egaf :=_ab .GetDict (_ggf .Get ("\u0052e\u0073\u006f\u0075\u0072\u0063\u0065s"));if !_egaf {continue ;};_egda ,_ccab :=_ab .GetDict (_edc .Get ("\u0058O\u0062\u006a\u0065\u0063\u0074")); -if _ccab {_gcb (_egda ,_cfc );};};};_gcb (_gcd ,_bfcc );var _ffb []*_ab .PdfObjectStream ;for _bffb :=range _bfcc {_ffb =append (_ffb ,_bffb );};return _ffb ;};func (_cc *Catalog )HasMetadata ()bool {_dgf :=_cc .Object .Get ("\u004d\u0065\u0074\u0061\u0064\u0061\u0074\u0061"); -return _dgf !=nil ;};type OutputIntent struct{Object *_ab .PdfObjectDictionary ;};func (_gfe Content )GetData ()([]byte ,error ){_ccag ,_dcf :=_ab .NewEncoderFromStream (_gfe .Stream );if _dcf !=nil {return nil ,_dcf ;};_dcb ,_dcf :=_ccag .DecodeStream (_gfe .Stream ); -if _dcf !=nil {return nil ,_dcf ;};return _dcb ,nil ;};func (_ac *Catalog )GetMarkInfo ()(*_ab .PdfObjectDictionary ,bool ){_gf ,_ecb :=_ab .GetDict (_ac .Object .Get ("\u004d\u0061\u0072\u006b\u0049\u006e\u0066\u006f"));return _gf ,_ecb ;};func (_gac *OutputIntents )Add (oi _ab .PdfObject )error {_bcg ,_fdf :=oi .(*_ab .PdfObjectDictionary ); -if !_fdf {return _d .New ("\u0069\u006e\u0070\u0075\u0074\u0020\u006f\u0075\u0074\u0070\u0075\u0074\u0020\u0069\u006e\u0074\u0065\u006et\u0020\u0073\u0068\u006f\u0075\u006c\u0064 \u0062\u0065\u0020\u0061\u006e\u0020\u006f\u0062\u006a\u0065\u0063t\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079"); -};if _df ,_eeb :=_ab .GetStream (_bcg .Get ("\u0044\u0065\u0073\u0074\u004f\u0075\u0074\u0070\u0075\u0074\u0050\u0072o\u0066\u0069\u006c\u0065"));_eeb {_gac ._aed .Objects =append (_gac ._aed .Objects ,_df );};_fg ,_ba :=oi .(*_ab .PdfIndirectObject ); -if !_ba {_fg =_ab .MakeIndirectObject (oi );};if _gac ._ae ==nil {_gac ._ae =_ab .MakeArray (_fg );}else {_gac ._ae .Append (_fg );};_gac ._aed .Objects =append (_gac ._aed .Objects ,_fg );return nil ;};func (_acdg Page )GetContents ()([]Content ,bool ){_faf ,_cdf :=_ab .GetArray (_acdg .Object .Get ("\u0043\u006f\u006e\u0074\u0065\u006e\u0074\u0073")); -if !_cdf {_ega ,_dff :=_ab .GetStream (_acdg .Object .Get ("\u0043\u006f\u006e\u0074\u0065\u006e\u0074\u0073"));if !_dff {return nil ,false ;};return []Content {{Stream :_ega ,_ade :_acdg ,_caf :0}},true ;};_faa :=make ([]Content ,_faf .Len ());for _efa ,_bga :=range _faf .Elements (){_cdfe ,_ge :=_ab .GetStream (_bga ); -if !_ge {continue ;};_faa [_efa ]=Content {Stream :_cdfe ,_ade :_acdg ,_caf :_efa };};return _faa ,true ;};func (_bfd *Document )AddIndirectObject (indirect *_ab .PdfIndirectObject ){for _ ,_cdg :=range _bfd .Objects {if _cdg ==indirect {return ;};};_bfd .Objects =append (_bfd .Objects ,indirect ); -};func (_af *Catalog )SetMetadata (data []byte )error {_ec ,_da :=_ab .MakeStream (data ,nil );if _da !=nil {return _da ;};_ec .Set ("\u0054\u0079\u0070\u0065",_ab .MakeName ("\u004d\u0065\u0074\u0061\u0064\u0061\u0074\u0061"));_ec .Set ("\u0053u\u0062\u0074\u0079\u0070\u0065",_ab .MakeName ("\u0058\u004d\u004c")); -_af .Object .Set ("\u004d\u0065\u0074\u0061\u0064\u0061\u0074\u0061",_ec );_af ._f .Objects =append (_af ._f .Objects ,_ec );return nil ;};func (_gc Page )GetResourcesXObject ()(*_ab .PdfObjectDictionary ,bool ){_adf ,_bba :=_gc .GetResources ();if !_bba {return nil ,false ; -};return _ab .GetDict (_adf .Get ("\u0058O\u0062\u006a\u0065\u0063\u0074"));};func (_face *Content )SetData (data []byte )error {_bcgf ,_bbgf :=_ab .MakeStream (data ,_ab .NewFlateEncoder ());if _bbgf !=nil {return _bbgf ;};_gegg ,_gee :=_ab .GetArray (_face ._ade .Object .Get ("\u0043\u006f\u006e\u0074\u0065\u006e\u0074\u0073")); -if !_gee &&_face ._caf ==0{_face ._ade .Object .Set ("\u0043\u006f\u006e\u0074\u0065\u006e\u0074\u0073",_bcgf );}else {if _bbgf =_gegg .Set (_face ._caf ,_bcgf );_bbgf !=nil {return _bbgf ;};};_face ._ade ._dgb .Objects =append (_face ._ade ._dgb .Objects ,_bcgf ); -return nil ;};func (_be *Catalog )GetPages ()([]Page ,bool ){_bg ,_aa :=_ab .GetDict (_be .Object .Get ("\u0050\u0061\u0067e\u0073"));if !_aa {return nil ,false ;};_dg ,_g :=_ab .GetArray (_bg .Get ("\u004b\u0069\u0064\u0073"));if !_g {return nil ,false ; -};_fc :=make ([]Page ,_dg .Len ());for _ee ,_fe :=range _dg .Elements (){_ed ,_ef :=_ab .GetDict (_fe );if !_ef {continue ;};_fc [_ee ]=Page {Object :_ed ,_cce :_ee +1,_dgb :_be ._f };};return _fc ,true ;};type Catalog struct{Object *_ab .PdfObjectDictionary ; -_f *Document ;};func (_ce *OutputIntents )Get (i int )(OutputIntent ,bool ){if _ce ._ae ==nil {return OutputIntent {},false ;};if i >=_ce ._ae .Len (){return OutputIntent {},false ;};_bdd :=_ce ._ae .Get (i );_bb ,_gfg :=_ab .GetIndirect (_bdd );if !_gfg {_acd ,_gad :=_ab .GetDict (_bdd ); -return OutputIntent {Object :_acd },_gad ;};_bddc ,_dab :=_ab .GetDict (_bb .PdfObject );return OutputIntent {Object :_bddc },_dab ;};func (_bde *OutputIntents )Len ()int {return _bde ._ae .Len ()};func (_bf *Document )FindCatalog ()(*Catalog ,bool ){var _ag *_ab .PdfObjectDictionary ; -for _ ,_fa :=range _bf .Objects {_ffg ,_gb :=_ab .GetDict (_fa );if !_gb {continue ;};if _fcf ,_bbe :=_ab .GetName (_ffg .Get ("\u0054\u0079\u0070\u0065"));_bbe &&*_fcf =="\u0043a\u0074\u0061\u006c\u006f\u0067"{_ag =_ffg ;break ;};};if _ag ==nil {return nil ,false ; -};return &Catalog {Object :_ag ,_f :_bf },true ;};func (_gbf *Page )Number ()int {return _gbf ._cce };func (_aeg Page )FindXObjectImages ()([]*Image ,error ){_dfc ,_eff :=_aeg .GetResourcesXObject ();if !_eff {return nil ,nil ;};var _fge []*Image ;var _egd error ; -_bbb :=map[*_ab .PdfObjectStream ]int {};_fce :=map[*_ab .PdfObjectStream ]struct{}{};var _egae int ;for _ ,_bea :=range _dfc .Keys (){_fac ,_gfce :=_ab .GetStream (_dfc .Get (_bea ));if !_gfce {continue ;};if _ ,_fgb :=_bbb [_fac ];_fgb {continue ;};_befc ,_cb :=_ab .GetName (_fac .Get ("\u0053u\u0062\u0074\u0079\u0070\u0065")); -if !_cb ||_befc .String ()!="\u0049\u006d\u0061g\u0065"{continue ;};_eb :=Image {BitsPerComponent :8,Stream :_fac ,Name :string (_bea )};if _eb .Colorspace ,_egd =_fdb (_fac .PdfObjectDictionary .Get ("\u0043\u006f\u006c\u006f\u0072\u0053\u0070\u0061\u0063\u0065")); -_egd !=nil {_e .Log .Error ("\u0045\u0072\u0072\u006f\u0072\u0020\u0064\u0065\u0074\u0065r\u006d\u0069\u006e\u0065\u0020\u0063\u006fl\u006f\u0072\u0020\u0073\u0070\u0061\u0063\u0065\u0020\u0025\u0073",_egd );continue ;};if _ddd ,_agb :=_ab .GetIntVal (_fac .PdfObjectDictionary .Get ("\u0042\u0069t\u0073\u0050\u0065r\u0043\u006f\u006d\u0070\u006f\u006e\u0065\u006e\u0074")); -_agb {_eb .BitsPerComponent =_ddd ;};if _bbg ,_afcf :=_ab .GetIntVal (_fac .PdfObjectDictionary .Get ("\u0057\u0069\u0064t\u0068"));_afcf {_eb .Width =_bbg ;};if _gcc ,_dgg :=_ab .GetIntVal (_fac .PdfObjectDictionary .Get ("\u0048\u0065\u0069\u0067\u0068\u0074")); -_dgg {_eb .Height =_gcc ;};if _cga ,_daf :=_ab .GetStream (_fac .Get ("\u0053\u004d\u0061s\u006b"));_daf {_eb .SMask =&ImageSMask {Image :&_eb ,Stream :_cga };_fce [_cga ]=struct{}{};};switch _eb .Colorspace {case "\u0044e\u0076\u0069\u0063\u0065\u0052\u0047B":_eb .ColorComponents =3; -case "\u0044\u0065\u0076\u0069\u0063\u0065\u0047\u0072\u0061\u0079":_eb .ColorComponents =1;case "\u0044\u0065\u0076\u0069\u0063\u0065\u0043\u004d\u0059\u004b":_eb .ColorComponents =4;default:_eb .ColorComponents =-1;};_bbb [_fac ]=_egae ;_fge =append (_fge ,&_eb ); -_egae ++;};var _gbc []int ;for _ ,_bfc :=range _fge {if _bfc .SMask !=nil {_gadc ,_ede :=_bbb [_bfc .SMask .Stream ];if _ede {_gbc =append (_gbc ,_gadc );};};};_cca :=make ([]*Image ,len (_fge )-len (_gbc ));_egae =0;_eab :for _ggb ,_gcf :=range _fge {for _ ,_gaa :=range _gbc {if _ggb ==_gaa {continue _eab ; -};};_cca [_egae ]=_gcf ;_egae ++;};return _fge ,nil ;};func (_gbb *Document )GetPages ()([]Page ,bool ){_bff ,_aag :=_gbb .FindCatalog ();if !_aag {return nil ,false ;};return _bff .GetPages ();};func (_cd *Catalog )GetMetadata ()(*_ab .PdfObjectStream ,bool ){return _ab .GetStream (_cd .Object .Get ("\u004d\u0065\u0074\u0061\u0064\u0061\u0074\u0061")); -};type Image struct{Name string ;Width int ;Height int ;Colorspace _ab .PdfObjectName ;ColorComponents int ;BitsPerComponent int ;SMask *ImageSMask ;Stream *_ab .PdfObjectStream ;};type Page struct{_cce int ;Object *_ab .PdfObjectDictionary ;_dgb *Document ; -};func (_cf *Catalog )SetOutputIntents (outputIntents *OutputIntents ){if _dc :=_cf .Object .Get ("\u004f\u0075\u0074\u0070\u0075\u0074\u0049\u006e\u0074\u0065\u006e\u0074\u0073");_dc !=nil {for _ga ,_ea :=range _cf ._f .Objects {if _ea ==_dc {if outputIntents ._eac ==_dc {return ; -};_cf ._f .Objects =append (_cf ._f .Objects [:_ga ],_cf ._f .Objects [_ga +1:]...);break ;};};};_ad :=outputIntents ._eac ;if _ad ==nil {_ad =_ab .MakeIndirectObject (outputIntents ._ae );};_cf .Object .Set ("\u004f\u0075\u0074\u0070\u0075\u0074\u0049\u006e\u0074\u0065\u006e\u0074\u0073",_ad ); -_cf ._f .Objects =append (_cf ._f .Objects ,_ad );};func (_fdc *Catalog )NewOutputIntents ()*OutputIntents {return &OutputIntents {_aed :_fdc ._f }};type Content struct{Stream *_ab .PdfObjectStream ;_caf int ;_ade Page ;};func (_afc *Catalog )SetStructTreeRoot (structTreeRoot _ab .PdfObject ){if structTreeRoot ==nil {_afc .Object .Remove ("\u0053\u0074\u0072\u0075\u0063\u0074\u0054\u0072\u0065e\u0052\u006f\u006f\u0074"); -return ;};_afd :=_ab .MakeIndirectObject (structTreeRoot );_afc .Object .Set ("\u0053\u0074\u0072\u0075\u0063\u0074\u0054\u0072\u0065e\u0052\u006f\u006f\u0074",_afd );_afc ._f .Objects =append (_afc ._f .Objects ,_afd );};func (_ffd *Document )AddStream (stream *_ab .PdfObjectStream ){for _ ,_bdf :=range _ffd .Objects {if _bdf ==stream {return ; -};};_ffd .Objects =append (_ffd .Objects ,stream );};func (_b *Catalog )SetVersion (){_b .Object .Set ("\u0056e\u0072\u0073\u0069\u006f\u006e",_ab .MakeName (_a .Sprintf ("\u0025\u0064\u002e%\u0064",_b ._f .Version .Major ,_b ._f .Version .Minor )));}; -type OutputIntents struct{_ae *_ab .PdfObjectArray ;_aed *Document ;_eac *_ab .PdfIndirectObject ;};func (_fd *Catalog )GetStructTreeRoot ()(*_ab .PdfObjectDictionary ,bool ){return _ab .GetDict (_fd .Object .Get ("\u0053\u0074\u0072\u0075\u0063\u0074\u0054\u0072\u0065e\u0052\u006f\u006f\u0074")); -};func (_bef *Catalog )GetOutputIntents ()(*OutputIntents ,bool ){_beb :=_bef .Object .Get ("\u004f\u0075\u0074\u0070\u0075\u0074\u0049\u006e\u0074\u0065\u006e\u0074\u0073");if _beb ==nil {return nil ,false ;};_bc ,_bd :=_ab .GetIndirect (_beb );if !_bd {return nil ,false ; -};_ff ,_gd :=_ab .GetArray (_bc .PdfObject );if !_gd {return nil ,false ;};return &OutputIntents {_eac :_bc ,_ae :_ff ,_aed :_bef ._f },true ;};func _fdb (_gfc _ab .PdfObject )(_ab .PdfObjectName ,error ){var _add *_ab .PdfObjectName ;var _ccd *_ab .PdfObjectArray ; -if _gg ,_dd :=_gfc .(*_ab .PdfIndirectObject );_dd {if _fff ,_fee :=_gg .PdfObject .(*_ab .PdfObjectArray );_fee {_ccd =_fff ;}else if _adb ,_eef :=_gg .PdfObject .(*_ab .PdfObjectName );_eef {_add =_adb ;};}else if _dda ,_cfb :=_gfc .(*_ab .PdfObjectArray ); -_cfb {_ccd =_dda ;}else if _eg ,_abe :=_gfc .(*_ab .PdfObjectName );_abe {_add =_eg ;};if _add !=nil {switch *_add {case "\u0044\u0065\u0076\u0069\u0063\u0065\u0047\u0072\u0061\u0079","\u0044e\u0076\u0069\u0063\u0065\u0052\u0047B","\u0044\u0065\u0076\u0069\u0063\u0065\u0043\u004d\u0059\u004b":return *_add ,nil ; -case "\u0050a\u0074\u0074\u0065\u0072\u006e":return *_add ,nil ;};};if _ccd !=nil &&_ccd .Len ()> 0{if _efgg ,_ca :=_ccd .Get (0).(*_ab .PdfObjectName );_ca {switch *_efgg {case "\u0044\u0065\u0076\u0069\u0063\u0065\u0047\u0072\u0061\u0079","\u0044e\u0076\u0069\u0063\u0065\u0052\u0047B","\u0044\u0065\u0076\u0069\u0063\u0065\u0043\u004d\u0059\u004b":if _ccd .Len ()==1{return *_efgg ,nil ; -};case "\u0043a\u006c\u0047\u0072\u0061\u0079","\u0043\u0061\u006c\u0052\u0047\u0042","\u004c\u0061\u0062":return *_efgg ,nil ;case "\u0049\u0043\u0043\u0042\u0061\u0073\u0065\u0064","\u0050a\u0074\u0074\u0065\u0072\u006e","\u0049n\u0064\u0065\u0078\u0065\u0064":return *_efgg ,nil ; -case "\u0053\u0065\u0070\u0061\u0072\u0061\u0074\u0069\u006f\u006e","\u0044e\u0076\u0069\u0063\u0065\u004e":return *_efgg ,nil ;};};};return "",nil ;};type ImageSMask struct{Image *Image ;Stream *_ab .PdfObjectStream ;};func (_cg Page )GetResources ()(*_ab .PdfObjectDictionary ,bool ){return _ab .GetDict (_cg .Object .Get ("\u0052e\u0073\u006f\u0075\u0072\u0063\u0065s")); -};func (_efg *Catalog )SetMarkInfo (mi _ab .PdfObject ){if mi ==nil {_efg .Object .Remove ("\u004d\u0061\u0072\u006b\u0049\u006e\u0066\u006f");return ;};_dgd :=_ab .MakeIndirectObject (mi );_efg .Object .Set ("\u004d\u0061\u0072\u006b\u0049\u006e\u0066\u006f",_dgd ); -_efg ._f .Objects =append (_efg ._f .Objects ,_dgd );}; \ No newline at end of file +package docutil ;import (_a "errors";_ae "fmt";_fg "github.com/unidoc/unipdf/v3/common";_d "github.com/unidoc/unipdf/v3/core";);func (_ag *Catalog )SetVersion (){_ag .Object .Set ("\u0056e\u0072\u0073\u0069\u006f\u006e",_d .MakeName (_ae .Sprintf ("\u0025\u0064\u002e%\u0064",_ag ._aa .Version .Major ,_ag ._aa .Version .Minor ))); +};func (_bde *Document )FindCatalog ()(*Catalog ,bool ){var _addf *_d .PdfObjectDictionary ;for _ ,_gaf :=range _bde .Objects {_addfd ,_fea :=_d .GetDict (_gaf );if !_fea {continue ;};if _fcf ,_da :=_d .GetName (_addfd .Get ("\u0054\u0079\u0070\u0065")); +_da &&*_fcf =="\u0043a\u0074\u0061\u006c\u006f\u0067"{_addf =_addfd ;break ;};};if _addf ==nil {return nil ,false ;};return &Catalog {Object :_addf ,_aa :_bde },true ;};func (_gb *Document )AddStream (stream *_d .PdfObjectStream ){for _ ,_cgc :=range _gb .Objects {if _cgc ==stream {return ; +};};_gb .Objects =append (_gb .Objects ,stream );};func (_fec *Catalog )NewOutputIntents ()*OutputIntents {return &OutputIntents {_cd :_fec ._aa }};func (_ecf Page )GetContents ()([]Content ,bool ){_acc ,_bg :=_d .GetArray (_ecf .Object .Get ("\u0043\u006f\u006e\u0074\u0065\u006e\u0074\u0073")); +if !_bg {_aaa ,_aaag :=_d .GetStream (_ecf .Object .Get ("\u0043\u006f\u006e\u0074\u0065\u006e\u0074\u0073"));if !_aaag {return nil ,false ;};return []Content {{Stream :_aaa ,_bfgf :_ecf ,_bdc :0}},true ;};_eea :=make ([]Content ,_acc .Len ());for _aba ,_fa :=range _acc .Elements (){_aebf ,_ebd :=_d .GetStream (_fa ); +if !_ebd {continue ;};_eea [_aba ]=Content {Stream :_aebf ,_bfgf :_ecf ,_bdc :_aba };};return _eea ,true ;};type ImageSMask struct{Image *Image ;Stream *_d .PdfObjectStream ;};func (_bd *Catalog )GetMarkInfo ()(*_d .PdfObjectDictionary ,bool ){_dd ,_gf :=_d .GetDict (_bd .Object .Get ("\u004d\u0061\u0072\u006b\u0049\u006e\u0066\u006f")); +return _dd ,_gf ;};func (_age *Content )SetData (data []byte )error {_eccf ,_fed :=_d .MakeStream (data ,_d .NewFlateEncoder ());if _fed !=nil {return _fed ;};_eaef ,_baf :=_d .GetArray (_age ._bfgf .Object .Get ("\u0043\u006f\u006e\u0074\u0065\u006e\u0074\u0073")); +if !_baf &&_age ._bdc ==0{_age ._bfgf .Object .Set ("\u0043\u006f\u006e\u0074\u0065\u006e\u0074\u0073",_eccf );}else {if _fed =_eaef .Set (_age ._bdc ,_eccf );_fed !=nil {return _fed ;};};_age ._bfgf ._ece .Objects =append (_age ._bfgf ._ece .Objects ,_eccf ); +return nil ;};func (_b *Catalog )SetMetadata (data []byte )error {_fef ,_ff :=_d .MakeStream (data ,nil );if _ff !=nil {return _ff ;};_fef .Set ("\u0054\u0079\u0070\u0065",_d .MakeName ("\u004d\u0065\u0074\u0061\u0064\u0061\u0074\u0061"));_fef .Set ("\u0053u\u0062\u0074\u0079\u0070\u0065",_d .MakeName ("\u0058\u004d\u004c")); +_b .Object .Set ("\u004d\u0065\u0074\u0061\u0064\u0061\u0074\u0061",_fef );_b ._aa .Objects =append (_b ._aa .Objects ,_fef );return nil ;};type Page struct{_be int ;Object *_d .PdfObjectDictionary ;_ece *Document ;};func (_ad *Catalog )SetOutputIntents (outputIntents *OutputIntents ){if _ba :=_ad .Object .Get ("\u004f\u0075\u0074\u0070\u0075\u0074\u0049\u006e\u0074\u0065\u006e\u0074\u0073"); +_ba !=nil {for _ee ,_ca :=range _ad ._aa .Objects {if _ca ==_ba {if outputIntents ._fbfc ==_ba {return ;};_ad ._aa .Objects =append (_ad ._aa .Objects [:_ee ],_ad ._aa .Objects [_ee +1:]...);break ;};};};_dc :=outputIntents ._fbfc ;if _dc ==nil {_dc =_d .MakeIndirectObject (outputIntents ._dcc ); +};_ad .Object .Set ("\u004f\u0075\u0074\u0070\u0075\u0074\u0049\u006e\u0074\u0065\u006e\u0074\u0073",_dc );_ad ._aa .Objects =append (_ad ._aa .Objects ,_dc );};func (_cb *OutputIntents )Add (oi _d .PdfObject )error {_add ,_ga :=oi .(*_d .PdfObjectDictionary ); +if !_ga {return _a .New ("\u0069\u006e\u0070\u0075\u0074\u0020\u006f\u0075\u0074\u0070\u0075\u0074\u0020\u0069\u006e\u0074\u0065\u006et\u0020\u0073\u0068\u006f\u0075\u006c\u0064 \u0062\u0065\u0020\u0061\u006e\u0020\u006f\u0062\u006a\u0065\u0063t\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079"); +};if _dcd ,_ecg :=_d .GetStream (_add .Get ("\u0044\u0065\u0073\u0074\u004f\u0075\u0074\u0070\u0075\u0074\u0050\u0072o\u0066\u0069\u006c\u0065"));_ecg {_cb ._cd .Objects =append (_cb ._cd .Objects ,_dcd );};_ecd ,_fcb :=oi .(*_d .PdfIndirectObject );if !_fcb {_ecd =_d .MakeIndirectObject (oi ); +};if _cb ._dcc ==nil {_cb ._dcc =_d .MakeArray (_ecd );}else {_cb ._dcc .Append (_ecd );};_cb ._cd .Objects =append (_cb ._cd .Objects ,_ecd );return nil ;};func (_eeb Page )GetResourcesXObject ()(*_d .PdfObjectDictionary ,bool ){_abf ,_gff :=_eeb .GetResources (); +if !_gff {return nil ,false ;};return _d .GetDict (_abf .Get ("\u0058O\u0062\u006a\u0065\u0063\u0074"));};func (_ed *Catalog )GetStructTreeRoot ()(*_d .PdfObjectDictionary ,bool ){return _d .GetDict (_ed .Object .Get ("\u0053\u0074\u0072\u0075\u0063\u0074\u0054\u0072\u0065e\u0052\u006f\u006f\u0074")); +};func (_cg *Catalog )SetMarkInfo (mi _d .PdfObject ){if mi ==nil {_cg .Object .Remove ("\u004d\u0061\u0072\u006b\u0049\u006e\u0066\u006f");return ;};_gg :=_d .MakeIndirectObject (mi );_cg .Object .Set ("\u004d\u0061\u0072\u006b\u0049\u006e\u0066\u006f",_gg ); +_cg ._aa .Objects =append (_cg ._aa .Objects ,_gg );};func (_gfa Page )FindXObjectImages ()([]*Image ,error ){_dda ,_gbf :=_gfa .GetResourcesXObject ();if !_gbf {return nil ,nil ;};var _dbf []*Image ;var _bdb error ;_eae :=map[*_d .PdfObjectStream ]int {}; +_cef :=map[*_d .PdfObjectStream ]struct{}{};var _cab int ;for _ ,_afdd :=range _dda .Keys (){_fd ,_ffa :=_d .GetStream (_dda .Get (_afdd ));if !_ffa {continue ;};if _ ,_cbd :=_eae [_fd ];_cbd {continue ;};_ccc ,_bfg :=_d .GetName (_fd .Get ("\u0053u\u0062\u0074\u0079\u0070\u0065")); +if !_bfg ||_ccc .String ()!="\u0049\u006d\u0061g\u0065"{continue ;};_bffc :=Image {BitsPerComponent :8,Stream :_fd ,Name :string (_afdd )};if _bffc .Colorspace ,_bdb =_bad (_fd .PdfObjectDictionary .Get ("\u0043\u006f\u006c\u006f\u0072\u0053\u0070\u0061\u0063\u0065")); +_bdb !=nil {_fg .Log .Error ("\u0045\u0072\u0072\u006f\u0072\u0020\u0064\u0065\u0074\u0065r\u006d\u0069\u006e\u0065\u0020\u0063\u006fl\u006f\u0072\u0020\u0073\u0070\u0061\u0063\u0065\u0020\u0025\u0073",_bdb );continue ;};if _gec ,_eeba :=_d .GetIntVal (_fd .PdfObjectDictionary .Get ("\u0042\u0069t\u0073\u0050\u0065r\u0043\u006f\u006d\u0070\u006f\u006e\u0065\u006e\u0074")); +_eeba {_bffc .BitsPerComponent =_gec ;};if _gfe ,_aef :=_d .GetIntVal (_fd .PdfObjectDictionary .Get ("\u0057\u0069\u0064t\u0068"));_aef {_bffc .Width =_gfe ;};if _cbe ,_abc :=_d .GetIntVal (_fd .PdfObjectDictionary .Get ("\u0048\u0065\u0069\u0067\u0068\u0074")); +_abc {_bffc .Height =_cbe ;};if _fcc ,_ccf :=_d .GetStream (_fd .Get ("\u0053\u004d\u0061s\u006b"));_ccf {_bffc .SMask =&ImageSMask {Image :&_bffc ,Stream :_fcc };_cef [_fcc ]=struct{}{};};switch _bffc .Colorspace {case "\u0044e\u0076\u0069\u0063\u0065\u0052\u0047B":_bffc .ColorComponents =3; +case "\u0044\u0065\u0076\u0069\u0063\u0065\u0047\u0072\u0061\u0079":_bffc .ColorComponents =1;case "\u0044\u0065\u0076\u0069\u0063\u0065\u0043\u004d\u0059\u004b":_bffc .ColorComponents =4;default:_bffc .ColorComponents =-1;};_eae [_fd ]=_cab ;_dbf =append (_dbf ,&_bffc ); +_cab ++;};var _bga []int ;for _ ,_cbb :=range _dbf {if _cbb .SMask !=nil {_cgd ,_bb :=_eae [_cbb .SMask .Stream ];if _bb {_bga =append (_bga ,_cgd );};};};_acab :=make ([]*Image ,len (_dbf )-len (_bga ));_cab =0;_afb :for _acca ,_ffd :=range _dbf {for _ ,_cfc :=range _bga {if _acca ==_cfc {continue _afb ; +};};_acab [_cab ]=_ffd ;_cab ++;};return _dbf ,nil ;};func (_fba *Catalog )SetStructTreeRoot (structTreeRoot _d .PdfObject ){if structTreeRoot ==nil {_fba .Object .Remove ("\u0053\u0074\u0072\u0075\u0063\u0074\u0054\u0072\u0065e\u0052\u006f\u006f\u0074"); +return ;};_gd :=_d .MakeIndirectObject (structTreeRoot );_fba .Object .Set ("\u0053\u0074\u0072\u0075\u0063\u0074\u0054\u0072\u0065e\u0052\u006f\u006f\u0074",_gd );_fba ._aa .Objects =append (_fba ._aa .Objects ,_gd );};type Image struct{Name string ;Width int ; +Height int ;Colorspace _d .PdfObjectName ;ColorComponents int ;BitsPerComponent int ;SMask *ImageSMask ;Stream *_d .PdfObjectStream ;};type Document struct{ID [2]string ;Version _d .Version ;Objects []_d .PdfObject ;Info _d .PdfObject ;Crypt *_d .PdfCrypt ; +UseHashBasedID bool ;};func (_ec *OutputIntents )Len ()int {return _ec ._dcc .Len ()};type OutputIntent struct{Object *_d .PdfObjectDictionary ;};func (_edb Content )GetData ()([]byte ,error ){_dac ,_cbc :=_d .NewEncoderFromStream (_edb .Stream );if _cbc !=nil {return nil ,_cbc ; +};_acb ,_cbc :=_dac .DecodeStream (_edb .Stream );if _cbc !=nil {return nil ,_cbc ;};return _acb ,nil ;};type OutputIntents struct{_dcc *_d .PdfObjectArray ;_cd *Document ;_fbfc *_d .PdfIndirectObject ;};func (_cgbg *Page )Number ()int {return _cgbg ._be }; +func (_cf *Catalog )HasMetadata ()bool {_de :=_cf .Object .Get ("\u004d\u0065\u0074\u0061\u0064\u0061\u0074\u0061");return _de !=nil ;};func (_eb *Catalog )GetOutputIntents ()(*OutputIntents ,bool ){_cc :=_eb .Object .Get ("\u004f\u0075\u0074\u0070\u0075\u0074\u0049\u006e\u0074\u0065\u006e\u0074\u0073"); +if _cc ==nil {return nil ,false ;};_dcg ,_ce :=_d .GetIndirect (_cc );if !_ce {return nil ,false ;};_df ,_ega :=_d .GetArray (_dcg .PdfObject );if !_ega {return nil ,false ;};return &OutputIntents {_fbfc :_dcg ,_dcc :_df ,_cd :_eb ._aa },true ;};func (_ge *Document )GetPages ()([]Page ,bool ){_geb ,_db :=_ge .FindCatalog (); +if !_db {return nil ,false ;};return _geb .GetPages ();};func (_cdc *Document )AddIndirectObject (indirect *_d .PdfIndirectObject ){for _ ,_bff :=range _cdc .Objects {if _bff ==indirect {return ;};};_cdc .Objects =append (_cdc .Objects ,indirect );};func (_fbfb *OutputIntents )Get (i int )(OutputIntent ,bool ){if _fbfb ._dcc ==nil {return OutputIntent {},false ; +};if i >=_fbfb ._dcc .Len (){return OutputIntent {},false ;};_cca :=_fbfb ._dcc .Get (i );_dg ,_adc :=_d .GetIndirect (_cca );if !_adc {_afe ,_ac :=_d .GetDict (_cca );return OutputIntent {Object :_afe },_ac ;};_ggf ,_bf :=_d .GetDict (_dg .PdfObject ); +return OutputIntent {Object :_ggf },_bf ;};func (_fbf *Catalog )GetMetadata ()(*_d .PdfObjectStream ,bool ){return _d .GetStream (_fbf .Object .Get ("\u004d\u0065\u0074\u0061\u0064\u0061\u0074\u0061"));};func _bad (_bc _d .PdfObject )(_d .PdfObjectName ,error ){var _dff *_d .PdfObjectName ; +var _ebf *_d .PdfObjectArray ;if _dbc ,_gac :=_bc .(*_d .PdfIndirectObject );_gac {if _deg ,_egf :=_dbc .PdfObject .(*_d .PdfObjectArray );_egf {_ebf =_deg ;}else if _aga ,_ea :=_dbc .PdfObject .(*_d .PdfObjectName );_ea {_dff =_aga ;};}else if _adb ,_ab :=_bc .(*_d .PdfObjectArray ); +_ab {_ebf =_adb ;}else if _abb ,_cgcf :=_bc .(*_d .PdfObjectName );_cgcf {_dff =_abb ;};if _dff !=nil {switch *_dff {case "\u0044\u0065\u0076\u0069\u0063\u0065\u0047\u0072\u0061\u0079","\u0044e\u0076\u0069\u0063\u0065\u0052\u0047B","\u0044\u0065\u0076\u0069\u0063\u0065\u0043\u004d\u0059\u004b":return *_dff ,nil ; +case "\u0050a\u0074\u0074\u0065\u0072\u006e":return *_dff ,nil ;};};if _ebf !=nil &&_ebf .Len ()> 0{if _ebb ,_aca :=_ebf .Get (0).(*_d .PdfObjectName );_aca {switch *_ebb {case "\u0044\u0065\u0076\u0069\u0063\u0065\u0047\u0072\u0061\u0079","\u0044e\u0076\u0069\u0063\u0065\u0052\u0047B","\u0044\u0065\u0076\u0069\u0063\u0065\u0043\u004d\u0059\u004b":if _ebf .Len ()==1{return *_ebb ,nil ; +};case "\u0043a\u006c\u0047\u0072\u0061\u0079","\u0043\u0061\u006c\u0052\u0047\u0042","\u004c\u0061\u0062":return *_ebb ,nil ;case "\u0049\u0043\u0043\u0042\u0061\u0073\u0065\u0064","\u0050a\u0074\u0074\u0065\u0072\u006e","\u0049n\u0064\u0065\u0078\u0065\u0064":return *_ebb ,nil ; +case "\u0053\u0065\u0070\u0061\u0072\u0061\u0074\u0069\u006f\u006e","\u0044e\u0076\u0069\u0063\u0065\u004e":return *_ebb ,nil ;};};};return "",nil ;};func (_gdc Page )GetResources ()(*_d .PdfObjectDictionary ,bool ){return _d .GetDict (_gdc .Object .Get ("\u0052e\u0073\u006f\u0075\u0072\u0063\u0065s")); +};type Content struct{Stream *_d .PdfObjectStream ;_bdc int ;_bfgf Page ;};func (_aeb *Catalog )GetPages ()([]Page ,bool ){_af ,_e :=_d .GetDict (_aeb .Object .Get ("\u0050\u0061\u0067e\u0073"));if !_e {return nil ,false ;};_g ,_c :=_d .GetArray (_af .Get ("\u004b\u0069\u0064\u0073")); +if !_c {return nil ,false ;};_fb :=make ([]Page ,_g .Len ());for _fe ,_fc :=range _g .Elements (){_eg ,_afd :=_d .GetDict (_fc );if !_afd {continue ;};_fb [_fe ]=Page {Object :_eg ,_be :_fe +1,_ece :_aeb ._aa };};return _fb ,true ;};func (_ggfc Page )FindXObjectForms ()[]*_d .PdfObjectStream {_bbb ,_aff :=_ggfc .GetResourcesXObject (); +if !_aff {return nil ;};_ecgf :=map[*_d .PdfObjectStream ]struct{}{};var _ddg func (_cde *_d .PdfObjectDictionary ,_fga map[*_d .PdfObjectStream ]struct{});_ddg =func (_bbd *_d .PdfObjectDictionary ,_dgb map[*_d .PdfObjectStream ]struct{}){for _ ,_fbe :=range _bbd .Keys (){_deb ,_dgc :=_d .GetStream (_bbd .Get (_fbe )); +if !_dgc {continue ;};if _ ,_gad :=_dgb [_deb ];_gad {continue ;};_dag ,_acaa :=_d .GetName (_deb .Get ("\u0053u\u0062\u0074\u0079\u0070\u0065"));if !_acaa ||_dag .String ()!="\u0046\u006f\u0072\u006d"{continue ;};_dgb [_deb ]=struct{}{};_def ,_acaa :=_d .GetDict (_deb .Get ("\u0052e\u0073\u006f\u0075\u0072\u0063\u0065s")); +if !_acaa {continue ;};_ffb ,_cgb :=_d .GetDict (_def .Get ("\u0058O\u0062\u006a\u0065\u0063\u0074"));if _cgb {_ddg (_ffb ,_dgb );};};};_ddg (_bbb ,_ecgf );var _bcg []*_d .PdfObjectStream ;for _gade :=range _ecgf {_bcg =append (_bcg ,_gade );};return _bcg ; +};type Catalog struct{Object *_d .PdfObjectDictionary ;_aa *Document ;}; \ No newline at end of file diff --git a/model/internal/fonts/fonts.go b/model/internal/fonts/fonts.go index adb527abf..0324056e6 100644 --- a/model/internal/fonts/fonts.go +++ b/model/internal/fonts/fonts.go @@ -9,120 +9,122 @@ // Use of this source code is governed by the UniDoc End User License Agreement // terms that can be accessed at https://unidoc.io/eula/ -package fonts ;import (_gf "bytes";_dg "encoding/binary";_c "errors";_f "fmt";_fb "github.com/unidoc/unipdf/v3/common";_ag "github.com/unidoc/unipdf/v3/core";_de "github.com/unidoc/unipdf/v3/internal/cmap";_b "github.com/unidoc/unipdf/v3/internal/textencoding"; -_e "io";_d "os";_ab "regexp";_ae "sort";_a "strings";_fg "sync";);var _gdd *RuneCharSafeMap ;var _acde *RuneCharSafeMap ;const (FontWeightMedium FontWeight =iota ;FontWeightBold ;FontWeightRoman ;);func NewStdFont (desc Descriptor ,metrics *RuneCharSafeMap )StdFont {return NewStdFontWithEncoding (desc ,metrics ,_b .NewStandardEncoder ()); -};type Descriptor struct{Name StdFontName ;Family string ;Weight FontWeight ;Flags uint ;BBox [4]float64 ;ItalicAngle float64 ;Ascent float64 ;Descent float64 ;CapHeight float64 ;XHeight float64 ;StemV float64 ;StemH float64 ;};func (_dde StdFont )GetMetricsTable ()*RuneCharSafeMap {return _dde ._dc }; -func NewStdFontByName (name StdFontName )(StdFont ,bool ){_eb ,_bae :=_dfb .read (name );if !_bae {return StdFont {},false ;};return _eb (),true ;};func _ggd ()StdFont {_dagc .Do (_eac );_eaee :=Descriptor {Name :TimesItalicName ,Family :_bef ,Weight :FontWeightMedium ,Flags :0x0060,BBox :[4]float64 {-169,-217,1010,883},ItalicAngle :-15.5,Ascent :683,Descent :-217,CapHeight :653,XHeight :441,StemV :76,StemH :32}; -return NewStdFont (_eaee ,_dcd );};func (_cg *fontMap )write (_ed StdFontName ,_ecg func ()StdFont ){_cg .Lock ();defer _cg .Unlock ();_cg ._bc [_ed ]=_ecg ;};func (_fed *ttfParser )readByte ()(_ccge uint8 ){_dg .Read (_fed ._gbca ,_dg .BigEndian ,&_ccge ); -return _ccge ;};const (CourierName =StdFontName ("\u0043o\u0075\u0072\u0069\u0065\u0072");CourierBoldName =StdFontName ("\u0043\u006f\u0075r\u0069\u0065\u0072\u002d\u0042\u006f\u006c\u0064");CourierObliqueName =StdFontName ("\u0043o\u0075r\u0069\u0065\u0072\u002d\u004f\u0062\u006c\u0069\u0071\u0075\u0065"); -CourierBoldObliqueName =StdFontName ("\u0043\u006f\u0075\u0072ie\u0072\u002d\u0042\u006f\u006c\u0064\u004f\u0062\u006c\u0069\u0071\u0075\u0065"););func (_bcdf *ttfParser )Skip (n int ){_bcdf ._gbca .Seek (int64 (n ),_e .SeekCurrent )};type GlyphName =_b .GlyphName ; -var _baed *RuneCharSafeMap ;func (_gb *fontMap )read (_ba StdFontName )(func ()StdFont ,bool ){_gb .Lock ();defer _gb .Unlock ();_gd ,_fgg :=_gb ._bc [_ba ];return _gd ,_fgg ;};func (_fbd *ttfParser )ParseComponents ()error {if _deffb :=_fbd .ParseHead (); -_deffb !=nil {return _deffb ;};if _aac :=_fbd .ParseHhea ();_aac !=nil {return _aac ;};if _bb :=_fbd .ParseMaxp ();_bb !=nil {return _bb ;};if _gfg :=_fbd .ParseHmtx ();_gfg !=nil {return _gfg ;};if _ ,_gfc :=_fbd ._ggc ["\u006e\u0061\u006d\u0065"];_gfc {if _afga :=_fbd .ParseName (); -_afga !=nil {return _afga ;};};if _ ,_ggf :=_fbd ._ggc ["\u004f\u0053\u002f\u0032"];_ggf {if _fdcb :=_fbd .ParseOS2 ();_fdcb !=nil {return _fdcb ;};};if _ ,_acgg :=_fbd ._ggc ["\u0070\u006f\u0073\u0074"];_acgg {if _gdadc :=_fbd .ParsePost ();_gdadc !=nil {return _gdadc ; -};};if _ ,_ebba :=_fbd ._ggc ["\u0063\u006d\u0061\u0070"];_ebba {if _bcb :=_fbd .ParseCmap ();_bcb !=nil {return _bcb ;};};return nil ;};var _ddeb =[]int16 {722,1000,722,722,722,722,722,722,722,722,722,722,722,722,722,722,722,722,722,612,667,667,667,667,667,667,667,667,667,722,556,611,778,778,778,722,278,278,278,278,278,278,278,278,556,722,722,611,611,611,611,611,833,722,722,722,722,722,778,1000,778,778,778,778,778,778,778,778,667,778,722,722,722,722,667,667,667,667,667,611,611,611,667,722,722,722,722,722,722,722,722,722,667,944,667,667,667,667,611,611,611,611,556,556,556,556,333,556,889,556,556,722,556,556,584,584,389,975,556,611,278,280,389,389,333,333,333,280,350,556,556,333,556,556,333,556,333,333,278,250,737,556,611,556,556,743,611,400,333,584,556,333,278,556,556,556,556,556,556,556,556,1000,556,1000,556,556,584,611,333,333,333,611,556,611,556,556,167,611,611,611,611,333,584,549,556,556,333,333,611,333,333,278,278,278,278,278,278,278,278,556,556,278,278,400,278,584,549,584,494,278,889,333,584,611,584,611,611,611,611,556,549,611,556,611,611,611,611,944,333,611,611,611,556,834,834,333,370,365,611,611,611,556,333,333,494,889,278,278,1000,584,584,611,611,611,474,500,500,500,278,278,278,238,389,389,549,389,389,737,333,556,556,556,556,556,556,333,556,556,278,278,556,600,333,389,333,611,556,834,333,333,1000,556,333,611,611,611,611,611,611,611,556,611,611,556,778,556,556,556,556,556,500,500,500,500,556}; -var _gcb *RuneCharSafeMap ;func _egf ()StdFont {_cdab :=_b .NewSymbolEncoder ();_eec :=Descriptor {Name :SymbolName ,Family :string (SymbolName ),Weight :FontWeightMedium ,Flags :0x0004,BBox :[4]float64 {-180,-293,1090,1010},ItalicAngle :0,Ascent :0,Descent :0,CapHeight :0,XHeight :0,StemV :85,StemH :92}; -return NewStdFontWithEncoding (_eec ,_gcd ,_cdab );};func (_dgf *TtfType )NewEncoder ()_b .TextEncoder {return _b .NewTrueTypeFontEncoder (_dgf .Chars )};func (_ece *ttfParser )parseTTC ()(TtfType ,error ){_ece .Skip (2*2);_egd :=_ece .ReadULong ();if _egd < 1{return TtfType {},_c .New ("N\u006f \u0066\u006f\u006e\u0074\u0073\u0020\u0069\u006e \u0054\u0054\u0043\u0020fi\u006c\u0065"); -};_ff :=_ece .ReadULong ();_ ,_fa :=_ece ._gbca .Seek (int64 (_ff ),_e .SeekStart );if _fa !=nil {return TtfType {},_fa ;};return _ece .Parse ();};var _eae =[]int16 {667,1000,667,667,667,667,667,667,667,667,667,667,722,722,722,722,722,722,722,612,667,667,667,667,667,667,667,667,667,722,556,611,778,778,778,722,278,278,278,278,278,278,278,278,500,667,667,556,556,556,556,556,833,722,722,722,722,722,778,1000,778,778,778,778,778,778,778,778,667,778,722,722,722,722,667,667,667,667,667,611,611,611,667,722,722,722,722,722,722,722,722,722,667,944,667,667,667,667,611,611,611,611,556,556,556,556,333,556,889,556,556,667,556,556,469,584,389,1015,556,556,278,260,334,334,278,278,333,260,350,500,500,333,500,500,333,556,333,278,278,250,737,556,556,556,556,643,556,400,333,584,556,333,278,556,556,556,556,556,556,556,556,1000,556,1000,556,556,584,556,278,333,278,500,556,500,556,556,167,556,556,556,611,333,584,549,556,556,333,333,556,333,333,222,278,278,278,278,278,222,222,500,500,222,222,299,222,584,549,584,471,222,833,333,584,556,584,556,556,556,556,556,549,556,556,556,556,556,556,944,333,556,556,556,556,834,834,333,370,365,611,556,556,537,333,333,476,889,278,278,1000,584,584,556,556,611,355,333,333,333,222,222,222,191,333,333,453,333,333,737,333,500,500,500,500,500,556,278,556,556,278,278,556,600,278,317,278,556,556,834,333,333,1000,556,333,556,556,556,556,556,556,556,556,556,556,500,722,500,500,500,500,556,500,500,500,500,556}; -var _dagc _fg .Once ;func _gce (_bee map[string ]uint32 )string {var _bdb []string ;for _ecec :=range _bee {_bdb =append (_bdb ,_ecec );};_ae .Slice (_bdb ,func (_bfc ,_fda int )bool {return _bee [_bdb [_bfc ]]< _bee [_bdb [_fda ]]});_bcf :=[]string {_f .Sprintf ("\u0054\u0072\u0075\u0065Ty\u0070\u0065\u0020\u0074\u0061\u0062\u006c\u0065\u0073\u003a\u0020\u0025\u0064",len (_bee ))}; -for _ ,_ded :=range _bdb {_bcf =append (_bcf ,_f .Sprintf ("\u0009%\u0071\u0020\u0025\u0035\u0064",_ded ,_bee [_ded ]));};return _a .Join (_bcf ,"\u000a");};func _acd ()StdFont {_ddea .Do (_gff );_bd :=Descriptor {Name :CourierName ,Family :string (CourierName ),Weight :FontWeightMedium ,Flags :0x0021,BBox :[4]float64 {-23,-250,715,805},ItalicAngle :0,Ascent :629,Descent :-157,CapHeight :562,XHeight :426,StemV :51,StemH :51}; -return NewStdFont (_bd ,_abd );};var _ebb =[]int16 {722,889,722,722,722,722,722,722,722,722,722,667,667,667,667,667,722,722,722,612,611,611,611,611,611,611,611,611,611,722,500,556,722,722,722,722,333,333,333,333,333,333,333,333,389,722,722,611,611,611,611,611,889,722,722,722,722,722,722,889,722,722,722,722,722,722,722,722,556,722,667,667,667,667,556,556,556,556,556,611,611,611,556,722,722,722,722,722,722,722,722,722,722,944,722,722,722,722,611,611,611,611,444,444,444,444,333,444,667,444,444,778,444,444,469,541,500,921,444,500,278,200,480,480,333,333,333,200,350,444,444,333,444,444,333,500,333,278,250,250,760,500,500,500,500,588,500,400,333,564,500,333,278,444,444,444,444,444,444,444,500,1000,444,1000,500,444,564,500,333,333,333,556,500,556,500,500,167,500,500,500,500,333,564,549,500,500,333,333,500,333,333,278,278,278,278,278,278,278,278,500,500,278,278,344,278,564,549,564,471,278,778,333,564,500,564,500,500,500,500,500,549,500,500,500,500,500,500,722,333,500,500,500,500,750,750,300,276,310,500,500,500,453,333,333,476,833,250,250,1000,564,564,500,444,444,408,444,444,444,333,333,333,180,333,333,453,333,333,760,333,389,389,389,389,389,500,278,500,500,278,250,500,600,278,326,278,500,500,750,300,333,980,500,300,500,500,500,500,500,500,500,500,500,500,500,722,500,500,500,500,500,444,444,444,444,500}; -var _gbc *RuneCharSafeMap ;func _dfff ()StdFont {_dfe .Do (_acg );_dag :=Descriptor {Name :HelveticaBoldName ,Family :string (HelveticaName ),Weight :FontWeightBold ,Flags :0x0020,BBox :[4]float64 {-170,-228,1003,962},ItalicAngle :0,Ascent :718,Descent :-207,CapHeight :718,XHeight :532,StemV :140,StemH :118}; -return NewStdFont (_dag ,_bge );};func (_aef *ttfParser )parseCmapSubtable10 (_aae int64 )error {if _aef ._dad .Chars ==nil {_aef ._dad .Chars =make (map[rune ]GID );};_aef ._gbca .Seek (int64 (_aef ._ggc ["\u0063\u006d\u0061\u0070"])+_aae ,_e .SeekStart ); -var _fff ,_cdf uint32 ;_gdde :=_aef .ReadUShort ();if _gdde < 8{_fff =uint32 (_aef .ReadUShort ());_cdf =uint32 (_aef .ReadUShort ());}else {_aef .ReadUShort ();_fff =_aef .ReadULong ();_cdf =_aef .ReadULong ();};_fb .Log .Trace ("\u0070\u0061r\u0073\u0065\u0043\u006d\u0061p\u0053\u0075\u0062\u0074\u0061b\u006c\u0065\u0031\u0030\u003a\u0020\u0066\u006f\u0072\u006d\u0061\u0074\u003d\u0025\u0064\u0020\u006c\u0065\u006e\u0067\u0074\u0068\u003d\u0025\u0064\u0020\u006c\u0061\u006e\u0067\u0075\u0061\u0067\u0065\u003d\u0025\u0064",_gdde ,_fff ,_cdf ); -if _gdde !=0{return _c .New ("\u0075\u006e\u0073\u0075\u0070\u0070\u006f\u0072\u0074\u0065\u0064\u0020\u0063\u006d\u0061p\u0020s\u0075\u0062\u0074\u0061\u0062\u006c\u0065\u0020\u0066\u006f\u0072\u006d\u0061\u0074");};_aaed ,_bbf :=_aef .ReadStr (256);if _bbf !=nil {return _bbf ; -};_bbg :=[]byte (_aaed );for _dfc ,_beg :=range _bbg {_aef ._dad .Chars [rune (_dfc )]=GID (_beg );if _beg !=0{_f .Printf ("\u0009\u0030\u0078\u002502\u0078\u0020\u279e\u0020\u0030\u0078\u0025\u0030\u0032\u0078\u003d\u0025\u0063\u000a",_dfc ,_beg ,rune (_beg )); -};};return nil ;};func (_gcad *ttfParser )parseCmapVersion (_fdf int64 )error {_fb .Log .Trace ("p\u0061\u0072\u0073\u0065\u0043\u006da\u0070\u0056\u0065\u0072\u0073\u0069\u006f\u006e\u003a \u006f\u0066\u0066s\u0065t\u003d\u0025\u0064",_fdf );if _gcad ._dad .Chars ==nil {_gcad ._dad .Chars =make (map[rune ]GID ); -};_gcad ._gbca .Seek (int64 (_gcad ._ggc ["\u0063\u006d\u0061\u0070"])+_fdf ,_e .SeekStart );var _eecf ,_gbcg uint32 ;_afb :=_gcad .ReadUShort ();if _afb < 8{_eecf =uint32 (_gcad .ReadUShort ());_gbcg =uint32 (_gcad .ReadUShort ());}else {_gcad .ReadUShort (); -_eecf =_gcad .ReadULong ();_gbcg =_gcad .ReadULong ();};_fb .Log .Debug ("\u0070\u0061\u0072\u0073\u0065\u0043m\u0061\u0070\u0056\u0065\u0072\u0073\u0069\u006f\u006e\u003a\u0020\u0066\u006f\u0072\u006d\u0061\u0074\u003d\u0025\u0064 \u006c\u0065\u006e\u0067\u0074\u0068\u003d\u0025\u0064\u0020\u006c\u0061\u006e\u0067u\u0061g\u0065\u003d\u0025\u0064",_afb ,_eecf ,_gbcg ); -switch _afb {case 0:return _gcad .parseCmapFormat0 ();case 6:return _gcad .parseCmapFormat6 ();case 12:return _gcad .parseCmapFormat12 ();default:_fb .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a \u0055\u006e\u0073\u0075\u0070\u0070\u006f\u0072\u0074\u0065\u0064\u0020\u0063m\u0061\u0070\u0020\u0066\u006f\u0072\u006da\u0074\u003d\u0025\u0064",_afb ); -return nil ;};};type RuneCharSafeMap struct{_ga map[rune ]CharMetrics ;_gad _fg .RWMutex ;};func (_cce *TtfType )String ()string {return _f .Sprintf ("\u0046\u004fN\u0054\u005f\u0046\u0049\u004cE\u0032\u007b\u0025\u0023\u0071 \u0055\u006e\u0069\u0074\u0073\u0050\u0065\u0072\u0045\u006d\u003d\u0025\u0064\u0020\u0042\u006f\u006c\u0064\u003d\u0025\u0074\u0020\u0049\u0074\u0061\u006c\u0069\u0063\u0041\u006e\u0067\u006c\u0065\u003d\u0025\u0066\u0020"+"\u0043\u0061pH\u0065\u0069\u0067h\u0074\u003d\u0025\u0064 Ch\u0061rs\u003d\u0025\u0064\u0020\u0047\u006c\u0079ph\u004e\u0061\u006d\u0065\u0073\u003d\u0025d\u007d",_cce .PostScriptName ,_cce .UnitsPerEm ,_cce .Bold ,_cce .ItalicAngle ,_cce .CapHeight ,len (_cce .Chars ),len (_cce .GlyphNames )); -};func init (){RegisterStdFont (CourierName ,_acd ,"\u0043\u006f\u0075\u0072\u0069\u0065\u0072\u0043\u006f\u0075\u0072\u0069e\u0072\u004e\u0065\u0077","\u0043\u006f\u0075\u0072\u0069\u0065\u0072\u004e\u0065\u0077");RegisterStdFont (CourierBoldName ,_eg ,"\u0043o\u0075r\u0069\u0065\u0072\u004e\u0065\u0077\u002c\u0042\u006f\u006c\u0064"); -RegisterStdFont (CourierObliqueName ,_beb ,"\u0043\u006f\u0075\u0072\u0069\u0065\u0072\u004e\u0065\u0077\u002c\u0049t\u0061\u006c\u0069\u0063");RegisterStdFont (CourierBoldObliqueName ,_dcg ,"C\u006f\u0075\u0072\u0069er\u004ee\u0077\u002c\u0042\u006f\u006cd\u0049\u0074\u0061\u006c\u0069\u0063"); -};const (SymbolName =StdFontName ("\u0053\u0079\u006d\u0062\u006f\u006c");ZapfDingbatsName =StdFontName ("\u005a\u0061\u0070f\u0044\u0069\u006e\u0067\u0062\u0061\u0074\u0073"););var _dcgd =[]GlyphName {"\u002en\u006f\u0074\u0064\u0065\u0066","\u002e\u006e\u0075l\u006c","\u006e\u006fn\u006d\u0061\u0072k\u0069\u006e\u0067\u0072\u0065\u0074\u0075\u0072\u006e","\u0073\u0070\u0061c\u0065","\u0065\u0078\u0063\u006c\u0061\u006d","\u0071\u0075\u006f\u0074\u0065\u0064\u0062\u006c","\u006e\u0075\u006d\u0062\u0065\u0072\u0073\u0069\u0067\u006e","\u0064\u006f\u006c\u006c\u0061\u0072","\u0070e\u0072\u0063\u0065\u006e\u0074","\u0061m\u0070\u0065\u0072\u0073\u0061\u006ed","q\u0075\u006f\u0074\u0065\u0073\u0069\u006e\u0067\u006c\u0065","\u0070a\u0072\u0065\u006e\u006c\u0065\u0066t","\u0070\u0061\u0072\u0065\u006e\u0072\u0069\u0067\u0068\u0074","\u0061\u0073\u0074\u0065\u0072\u0069\u0073\u006b","\u0070\u006c\u0075\u0073","\u0063\u006f\u006dm\u0061","\u0068\u0079\u0070\u0068\u0065\u006e","\u0070\u0065\u0072\u0069\u006f\u0064","\u0073\u006c\u0061s\u0068","\u007a\u0065\u0072\u006f","\u006f\u006e\u0065","\u0074\u0077\u006f","\u0074\u0068\u0072e\u0065","\u0066\u006f\u0075\u0072","\u0066\u0069\u0076\u0065","\u0073\u0069\u0078","\u0073\u0065\u0076e\u006e","\u0065\u0069\u0067h\u0074","\u006e\u0069\u006e\u0065","\u0063\u006f\u006co\u006e","\u0073e\u006d\u0069\u0063\u006f\u006c\u006fn","\u006c\u0065\u0073\u0073","\u0065\u0071\u0075a\u006c","\u0067r\u0065\u0061\u0074\u0065\u0072","\u0071\u0075\u0065\u0073\u0074\u0069\u006f\u006e","\u0061\u0074","\u0041","\u0042","\u0043","\u0044","\u0045","\u0046","\u0047","\u0048","\u0049","\u004a","\u004b","\u004c","\u004d","\u004e","\u004f","\u0050","\u0051","\u0052","\u0053","\u0054","\u0055","\u0056","\u0057","\u0058","\u0059","\u005a","b\u0072\u0061\u0063\u006b\u0065\u0074\u006c\u0065\u0066\u0074","\u0062a\u0063\u006b\u0073\u006c\u0061\u0073h","\u0062\u0072\u0061c\u006b\u0065\u0074\u0072\u0069\u0067\u0068\u0074","a\u0073\u0063\u0069\u0069\u0063\u0069\u0072\u0063\u0075\u006d","\u0075\u006e\u0064\u0065\u0072\u0073\u0063\u006f\u0072\u0065","\u0067\u0072\u0061v\u0065","\u0061","\u0062","\u0063","\u0064","\u0065","\u0066","\u0067","\u0068","\u0069","\u006a","\u006b","\u006c","\u006d","\u006e","\u006f","\u0070","\u0071","\u0072","\u0073","\u0074","\u0075","\u0076","\u0077","\u0078","\u0079","\u007a","\u0062r\u0061\u0063\u0065\u006c\u0065\u0066t","\u0062\u0061\u0072","\u0062\u0072\u0061\u0063\u0065\u0072\u0069\u0067\u0068\u0074","\u0061\u0073\u0063\u0069\u0069\u0074\u0069\u006c\u0064\u0065","\u0041d\u0069\u0065\u0072\u0065\u0073\u0069s","\u0041\u0072\u0069n\u0067","\u0043\u0063\u0065\u0064\u0069\u006c\u006c\u0061","\u0045\u0061\u0063\u0075\u0074\u0065","\u004e\u0074\u0069\u006c\u0064\u0065","\u004fd\u0069\u0065\u0072\u0065\u0073\u0069s","\u0055d\u0069\u0065\u0072\u0065\u0073\u0069s","\u0061\u0061\u0063\u0075\u0074\u0065","\u0061\u0067\u0072\u0061\u0076\u0065","a\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078","\u0061d\u0069\u0065\u0072\u0065\u0073\u0069s","\u0061\u0074\u0069\u006c\u0064\u0065","\u0061\u0072\u0069n\u0067","\u0063\u0063\u0065\u0064\u0069\u006c\u006c\u0061","\u0065\u0061\u0063\u0075\u0074\u0065","\u0065\u0067\u0072\u0061\u0076\u0065","e\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078","\u0065d\u0069\u0065\u0072\u0065\u0073\u0069s","\u0069\u0061\u0063\u0075\u0074\u0065","\u0069\u0067\u0072\u0061\u0076\u0065","i\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078","\u0069d\u0069\u0065\u0072\u0065\u0073\u0069s","\u006e\u0074\u0069\u006c\u0064\u0065","\u006f\u0061\u0063\u0075\u0074\u0065","\u006f\u0067\u0072\u0061\u0076\u0065","o\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078","\u006fd\u0069\u0065\u0072\u0065\u0073\u0069s","\u006f\u0074\u0069\u006c\u0064\u0065","\u0075\u0061\u0063\u0075\u0074\u0065","\u0075\u0067\u0072\u0061\u0076\u0065","u\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078","\u0075d\u0069\u0065\u0072\u0065\u0073\u0069s","\u0064\u0061\u0067\u0067\u0065\u0072","\u0064\u0065\u0067\u0072\u0065\u0065","\u0063\u0065\u006e\u0074","\u0073\u0074\u0065\u0072\u006c\u0069\u006e\u0067","\u0073e\u0063\u0074\u0069\u006f\u006e","\u0062\u0075\u006c\u006c\u0065\u0074","\u0070a\u0072\u0061\u0067\u0072\u0061\u0070h","\u0067\u0065\u0072\u006d\u0061\u006e\u0064\u0062\u006c\u0073","\u0072\u0065\u0067\u0069\u0073\u0074\u0065\u0072\u0065\u0064","\u0063o\u0070\u0079\u0072\u0069\u0067\u0068t","\u0074r\u0061\u0064\u0065\u006d\u0061\u0072k","\u0061\u0063\u0075t\u0065","\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073","\u006e\u006f\u0074\u0065\u0071\u0075\u0061\u006c","\u0041\u0045","\u004f\u0073\u006c\u0061\u0073\u0068","\u0069\u006e\u0066\u0069\u006e\u0069\u0074\u0079","\u0070l\u0075\u0073\u006d\u0069\u006e\u0075s","\u006ce\u0073\u0073\u0065\u0071\u0075\u0061l","\u0067\u0072\u0065a\u0074\u0065\u0072\u0065\u0071\u0075\u0061\u006c","\u0079\u0065\u006e","\u006d\u0075","p\u0061\u0072\u0074\u0069\u0061\u006c\u0064\u0069\u0066\u0066","\u0073u\u006d\u006d\u0061\u0074\u0069\u006fn","\u0070r\u006f\u0064\u0075\u0063\u0074","\u0070\u0069","\u0069\u006e\u0074\u0065\u0067\u0072\u0061\u006c","o\u0072\u0064\u0066\u0065\u006d\u0069\u006e\u0069\u006e\u0065","\u006f\u0072\u0064m\u0061\u0073\u0063\u0075\u006c\u0069\u006e\u0065","\u004f\u006d\u0065g\u0061","\u0061\u0065","\u006f\u0073\u006c\u0061\u0073\u0068","\u0071\u0075\u0065s\u0074\u0069\u006f\u006e\u0064\u006f\u0077\u006e","\u0065\u0078\u0063\u006c\u0061\u006d\u0064\u006f\u0077\u006e","\u006c\u006f\u0067\u0069\u0063\u0061\u006c\u006e\u006f\u0074","\u0072a\u0064\u0069\u0063\u0061\u006c","\u0066\u006c\u006f\u0072\u0069\u006e","a\u0070\u0070\u0072\u006f\u0078\u0065\u0071\u0075\u0061\u006c","\u0044\u0065\u006ct\u0061","\u0067\u0075\u0069\u006c\u006c\u0065\u006d\u006f\u0074\u006c\u0065\u0066\u0074","\u0067\u0075\u0069\u006c\u006c\u0065\u006d\u006f\u0074r\u0069\u0067\u0068\u0074","\u0065\u006c\u006c\u0069\u0070\u0073\u0069\u0073","\u006e\u006fn\u0062\u0072\u0065a\u006b\u0069\u006e\u0067\u0073\u0070\u0061\u0063\u0065","\u0041\u0067\u0072\u0061\u0076\u0065","\u0041\u0074\u0069\u006c\u0064\u0065","\u004f\u0074\u0069\u006c\u0064\u0065","\u004f\u0045","\u006f\u0065","\u0065\u006e\u0064\u0061\u0073\u0068","\u0065\u006d\u0064\u0061\u0073\u0068","\u0071\u0075\u006ft\u0065\u0064\u0062\u006c\u006c\u0065\u0066\u0074","\u0071\u0075\u006f\u0074\u0065\u0064\u0062\u006c\u0072\u0069\u0067\u0068\u0074","\u0071u\u006f\u0074\u0065\u006c\u0065\u0066t","\u0071\u0075\u006f\u0074\u0065\u0072\u0069\u0067\u0068\u0074","\u0064\u0069\u0076\u0069\u0064\u0065","\u006co\u007a\u0065\u006e\u0067\u0065","\u0079d\u0069\u0065\u0072\u0065\u0073\u0069s","\u0059d\u0069\u0065\u0072\u0065\u0073\u0069s","\u0066\u0072\u0061\u0063\u0074\u0069\u006f\u006e","\u0063\u0075\u0072\u0072\u0065\u006e\u0063\u0079","\u0067\u0075\u0069\u006c\u0073\u0069\u006e\u0067\u006c\u006c\u0065\u0066\u0074","\u0067\u0075\u0069\u006c\u0073\u0069\u006e\u0067\u006cr\u0069\u0067\u0068\u0074","\u0066\u0069","\u0066\u006c","\u0064a\u0067\u0067\u0065\u0072\u0064\u0062l","\u0070\u0065\u0072\u0069\u006f\u0064\u0063\u0065\u006et\u0065\u0072\u0065\u0064","\u0071\u0075\u006f\u0074\u0065\u0073\u0069\u006e\u0067l\u0062\u0061\u0073\u0065","\u0071\u0075\u006ft\u0065\u0064\u0062\u006c\u0062\u0061\u0073\u0065","p\u0065\u0072\u0074\u0068\u006f\u0075\u0073\u0061\u006e\u0064","A\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078","E\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078","\u0041\u0061\u0063\u0075\u0074\u0065","\u0045d\u0069\u0065\u0072\u0065\u0073\u0069s","\u0045\u0067\u0072\u0061\u0076\u0065","\u0049\u0061\u0063\u0075\u0074\u0065","I\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078","\u0049d\u0069\u0065\u0072\u0065\u0073\u0069s","\u0049\u0067\u0072\u0061\u0076\u0065","\u004f\u0061\u0063\u0075\u0074\u0065","O\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078","\u0061\u0070\u0070l\u0065","\u004f\u0067\u0072\u0061\u0076\u0065","\u0055\u0061\u0063\u0075\u0074\u0065","U\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078","\u0055\u0067\u0072\u0061\u0076\u0065","\u0064\u006f\u0074\u006c\u0065\u0073\u0073\u0069","\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078","\u0074\u0069\u006cd\u0065","\u006d\u0061\u0063\u0072\u006f\u006e","\u0062\u0072\u0065v\u0065","\u0064o\u0074\u0061\u0063\u0063\u0065\u006et","\u0072\u0069\u006e\u0067","\u0063e\u0064\u0069\u006c\u006c\u0061","\u0068\u0075\u006eg\u0061\u0072\u0075\u006d\u006c\u0061\u0075\u0074","\u006f\u0067\u006f\u006e\u0065\u006b","\u0063\u0061\u0072o\u006e","\u004c\u0073\u006c\u0061\u0073\u0068","\u006c\u0073\u006c\u0061\u0073\u0068","\u0053\u0063\u0061\u0072\u006f\u006e","\u0073\u0063\u0061\u0072\u006f\u006e","\u005a\u0063\u0061\u0072\u006f\u006e","\u007a\u0063\u0061\u0072\u006f\u006e","\u0062r\u006f\u006b\u0065\u006e\u0062\u0061r","\u0045\u0074\u0068","\u0065\u0074\u0068","\u0059\u0061\u0063\u0075\u0074\u0065","\u0079\u0061\u0063\u0075\u0074\u0065","\u0054\u0068\u006fr\u006e","\u0074\u0068\u006fr\u006e","\u006d\u0069\u006eu\u0073","\u006d\u0075\u006c\u0074\u0069\u0070\u006c\u0079","o\u006e\u0065\u0073\u0075\u0070\u0065\u0072\u0069\u006f\u0072","t\u0077\u006f\u0073\u0075\u0070\u0065\u0072\u0069\u006f\u0072","\u0074\u0068\u0072\u0065\u0065\u0073\u0075\u0070\u0065\u0072\u0069\u006f\u0072","\u006fn\u0065\u0068\u0061\u006c\u0066","\u006f\u006e\u0065\u0071\u0075\u0061\u0072\u0074\u0065\u0072","\u0074\u0068\u0072\u0065\u0065\u0071\u0075\u0061\u0072\u0074\u0065\u0072\u0073","\u0066\u0072\u0061n\u0063","\u0047\u0062\u0072\u0065\u0076\u0065","\u0067\u0062\u0072\u0065\u0076\u0065","\u0049\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074","\u0053\u0063\u0065\u0064\u0069\u006c\u006c\u0061","\u0073\u0063\u0065\u0064\u0069\u006c\u006c\u0061","\u0043\u0061\u0063\u0075\u0074\u0065","\u0063\u0061\u0063\u0075\u0074\u0065","\u0043\u0063\u0061\u0072\u006f\u006e","\u0063\u0063\u0061\u0072\u006f\u006e","\u0064\u0063\u0072\u006f\u0061\u0074"}; -func (_cedeg *ttfParser )parseCmapFormat12 ()error {_ggdc :=_cedeg .ReadULong ();_fb .Log .Trace ("\u0070\u0061\u0072se\u0043\u006d\u0061\u0070\u0046\u006f\u0072\u006d\u0061t\u00312\u003a \u0025s\u0020\u006e\u0075\u006d\u0047\u0072\u006f\u0075\u0070\u0073\u003d\u0025\u0064",_cedeg ._dad .String (),_ggdc ); -for _bggf :=uint32 (0);_bggf < _ggdc ;_bggf ++{_cgga :=_cedeg .ReadULong ();_fec :=_cedeg .ReadULong ();_gcf :=_cedeg .ReadULong ();if _cgga > 0x0010FFFF||(0xD800<=_cgga &&_cgga <=0xDFFF){return _c .New ("\u0069n\u0076\u0061\u006c\u0069\u0064\u0020\u0063\u0068\u0061\u0072\u0061c\u0074\u0065\u0072\u0073\u0020\u0063\u006f\u0064\u0065\u0073"); -};if _fec < _cgga ||_fec > 0x0010FFFF||(0xD800<=_fec &&_fec <=0xDFFF){return _c .New ("\u0069n\u0076\u0061\u006c\u0069\u0064\u0020\u0063\u0068\u0061\u0072\u0061c\u0074\u0065\u0072\u0073\u0020\u0063\u006f\u0064\u0065\u0073");};for _fffb :=_cgga ;_fffb <=_fec ; -_fffb ++{if _fffb > 0x10FFFF{_fb .Log .Debug ("\u0046\u006fr\u006d\u0061\u0074\u0020\u0031\u0032\u0020\u0063\u006d\u0061\u0070\u0020\u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0073\u0020\u0063\u0068\u0061\u0072\u0061\u0063\u0074\u0065\u0072\u0020\u0062\u0065\u0079\u006f\u006e\u0064\u0020\u0055\u0043\u0053\u002d\u0034"); -};_cedeg ._dad .Chars [rune (_fffb )]=GID (_gcf );_gcf ++;};};return nil ;};var _dfe _fg .Once ;func (_gba *ttfParser )Read32Fixed ()float64 {_cgf :=float64 (_gba .ReadShort ());_dgg :=float64 (_gba .ReadUShort ())/65536.0;return _cgf +_dgg ;};func (_deac StdFont )ToPdfObject ()_ag .PdfObject {_gg :=_ag .MakeDict (); -_gg .Set ("\u0054\u0079\u0070\u0065",_ag .MakeName ("\u0046\u006f\u006e\u0074"));_gg .Set ("\u0053u\u0062\u0074\u0079\u0070\u0065",_ag .MakeName ("\u0054\u0079\u0070e\u0031"));_gg .Set ("\u0042\u0061\u0073\u0065\u0046\u006f\u006e\u0074",_ag .MakeName (_deac .Name ())); -_gg .Set ("\u0045\u006e\u0063\u006f\u0064\u0069\u006e\u0067",_deac ._da .ToPdfObject ());return _ag .MakeIndirectObject (_gg );};func (_af StdFont )Encoder ()_b .TextEncoder {return _af ._da };func _eac (){_ega =MakeRuneCharSafeMap (len (_cc ));_fdg =MakeRuneCharSafeMap (len (_cc )); -_gcb =MakeRuneCharSafeMap (len (_cc ));_dcd =MakeRuneCharSafeMap (len (_cc ));for _cbd ,_ecd :=range _cc {_ega .Write (_ecd ,CharMetrics {Wx :float64 (_ebb [_cbd ])});_fdg .Write (_ecd ,CharMetrics {Wx :float64 (_adb [_cbd ])});_gcb .Write (_ecd ,CharMetrics {Wx :float64 (_egae [_cbd ])}); -_dcd .Write (_ecd ,CharMetrics {Wx :float64 (_fe [_cbd ])});};};type TtfType struct{UnitsPerEm uint16 ;PostScriptName string ;Bold bool ;ItalicAngle float64 ;IsFixedPitch bool ;TypoAscender int16 ;TypoDescender int16 ;UnderlinePosition int16 ;UnderlineThickness int16 ; -Xmin ,Ymin ,Xmax ,Ymax int16 ;CapHeight int16 ;Widths []uint16 ;Chars map[rune ]GID ;GlyphNames []GlyphName ;};var _fdg *RuneCharSafeMap ;type FontWeight int ;func init (){RegisterStdFont (HelveticaName ,_gaa ,"\u0041\u0072\u0069a\u006c");RegisterStdFont (HelveticaBoldName ,_dfff ,"\u0041\u0072\u0069\u0061\u006c\u002c\u0042\u006f\u006c\u0064"); -RegisterStdFont (HelveticaObliqueName ,_gab ,"\u0041\u0072\u0069a\u006c\u002c\u0049\u0074\u0061\u006c\u0069\u0063");RegisterStdFont (HelveticaBoldObliqueName ,_abc ,"\u0041\u0072i\u0061\u006c\u002cB\u006f\u006c\u0064\u0049\u0074\u0061\u006c\u0069\u0063"); -};func (_afe *TtfType )MakeToUnicode ()*_de .CMap {_eege :=make (map[_de .CharCode ]rune );if len (_afe .GlyphNames )==0{for _bcd :=range _afe .Chars {_eege [_de .CharCode (_bcd )]=_bcd ;};return _de .NewToUnicodeCMap (_eege );};for _adf ,_ddeg :=range _afe .Chars {_cfc :=_de .CharCode (_adf ); -_gda :=_afe .GlyphNames [_ddeg ];_dbb ,_dbc :=_b .GlyphToRune (_gda );if !_dbc {_fb .Log .Debug ("\u004e\u006f \u0072\u0075\u006e\u0065\u002e\u0020\u0063\u006f\u0064\u0065\u003d\u0030\u0078\u0025\u0030\u0034\u0078\u0020\u0067\u006c\u0079\u0070h=\u0025\u0071",_adf ,_gda ); -_dbb =_b .MissingCodeRune ;};_eege [_cfc ]=_dbb ;};return _de .NewToUnicodeCMap (_eege );};func IsStdFont (name StdFontName )bool {_ ,_fbe :=_dfb .read (name );return _fbe };func _gaa ()StdFont {_dfe .Do (_acg );_ceb :=Descriptor {Name :HelveticaName ,Family :string (HelveticaName ),Weight :FontWeightMedium ,Flags :0x0020,BBox :[4]float64 {-166,-225,1000,931},ItalicAngle :0,Ascent :718,Descent :-207,CapHeight :718,XHeight :523,StemV :88,StemH :76}; -return NewStdFont (_ceb ,_bgd );};func _dcg ()StdFont {_ddea .Do (_gff );_gca :=Descriptor {Name :CourierBoldObliqueName ,Family :string (CourierName ),Weight :FontWeightBold ,Flags :0x0061,BBox :[4]float64 {-57,-250,869,801},ItalicAngle :-12,Ascent :629,Descent :-157,CapHeight :562,XHeight :439,StemV :106,StemH :84}; -return NewStdFont (_gca ,_acde );};type StdFont struct{_bgg Descriptor ;_dc *RuneCharSafeMap ;_da _b .TextEncoder ;};func (_fgge *TtfType )MakeEncoder ()(_b .SimpleEncoder ,error ){_eag :=make (map[_b .CharCode ]GlyphName );for _gdc :=_b .CharCode (0); -_gdc <=256;_gdc ++{_edf :=rune (_gdc );_aagb ,_gdb :=_fgge .Chars [_edf ];if !_gdb {continue ;};var _ebc GlyphName ;if int (_aagb )>=0&&int (_aagb )< len (_fgge .GlyphNames ){_ebc =_fgge .GlyphNames [_aagb ];}else {_gfe :=rune (_aagb );if _cgd ,_edc :=_b .RuneToGlyph (_gfe ); -_edc {_ebc =_cgd ;};};if _ebc !=""{_eag [_gdc ]=_ebc ;};};if len (_eag )==0{_fb .Log .Debug ("WA\u0052\u004eI\u004e\u0047\u003a\u0020\u005a\u0065\u0072\u006f\u0020l\u0065\u006e\u0067\u0074\u0068\u0020\u0054\u0072\u0075\u0065\u0054\u0079\u0070\u0065\u0020\u0065\u006e\u0063\u006f\u0064\u0069\u006e\u0067\u002e\u0020\u0074\u0074\u0066=\u0025s\u0020\u0043\u0068\u0061\u0072\u0073\u003d\u005b%\u00200\u0032\u0078]",_fgge ,_fgge .Chars ); -};return _b .NewCustomSimpleTextEncoder (_eag ,nil );};func (_ecf *ttfParser )ParseHead ()error {if _dbe :=_ecf .Seek ("\u0068\u0065\u0061\u0064");_dbe !=nil {return _dbe ;};_ecf .Skip (3*4);_eea :=_ecf .ReadULong ();if _eea !=0x5F0F3CF5{_fb .Log .Debug ("\u0045\u0052\u0052\u004f\u0052:\u0020\u0049\u006e\u0063\u006fr\u0072e\u0063\u0074\u0020\u006d\u0061\u0067\u0069\u0063\u0020\u006e\u0075\u006d\u0062\u0065\u0072\u002e\u0020\u0046\u006fn\u0074\u0020\u006d\u0061\u0079\u0020\u006e\u006f\u0074\u0020\u0064\u0069\u0073\u0070\u006c\u0061\u0079\u0020\u0063\u006f\u0072\u0072\u0065\u0063t\u006c\u0079\u002e\u0020\u0025\u0073",_ecf ); -};_ecf .Skip (2);_ecf ._dad .UnitsPerEm =_ecf .ReadUShort ();_ecf .Skip (2*8);_ecf ._dad .Xmin =_ecf .ReadShort ();_ecf ._dad .Ymin =_ecf .ReadShort ();_ecf ._dad .Xmax =_ecf .ReadShort ();_ecf ._dad .Ymax =_ecf .ReadShort ();return nil ;};var _bge *RuneCharSafeMap ; -func (_acdg *ttfParser )ParsePost ()error {if _gae :=_acdg .Seek ("\u0070\u006f\u0073\u0074");_gae !=nil {return _gae ;};_feee :=_acdg .Read32Fixed ();_acdg ._dad .ItalicAngle =_acdg .Read32Fixed ();_acdg ._dad .UnderlinePosition =_acdg .ReadShort ();_acdg ._dad .UnderlineThickness =_acdg .ReadShort (); -_acdg ._dad .IsFixedPitch =_acdg .ReadULong ()!=0;_acdg .ReadULong ();_acdg .ReadULong ();_acdg .ReadULong ();_acdg .ReadULong ();_fb .Log .Trace ("\u0050a\u0072\u0073\u0065\u0050\u006f\u0073\u0074\u003a\u0020\u0066\u006fr\u006d\u0061\u0074\u0054\u0079\u0070\u0065\u003d\u0025\u0066",_feee ); -switch _feee {case 1.0:_acdg ._dad .GlyphNames =_dcgd ;case 2.0:_ddf :=int (_acdg .ReadUShort ());_acbe :=make ([]int ,_ddf );_acdg ._dad .GlyphNames =make ([]GlyphName ,_ddf );_eba :=-1;for _gge :=0;_gge < _ddf ;_gge ++{_ged :=int (_acdg .ReadUShort ()); -_acbe [_gge ]=_ged ;if _ged <=0x7fff&&_ged > _eba {_eba =_ged ;};};var _geg []GlyphName ;if _eba >=len (_dcgd ){_geg =make ([]GlyphName ,_eba -len (_dcgd )+1);for _aaa :=0;_aaa < _eba -len (_dcgd )+1;_aaa ++{_gfed :=int (_acdg .readByte ());_eed ,_dbf :=_acdg .ReadStr (_gfed ); -if _dbf !=nil {return _dbf ;};_geg [_aaa ]=GlyphName (_eed );};};for _gbbd :=0;_gbbd < _ddf ;_gbbd ++{_gcfb :=_acbe [_gbbd ];if _gcfb < len (_dcgd ){_acdg ._dad .GlyphNames [_gbbd ]=_dcgd [_gcfb ];}else if _gcfb >=len (_dcgd )&&_gcfb <=32767{_acdg ._dad .GlyphNames [_gbbd ]=_geg [_gcfb -len (_dcgd )]; -}else {_acdg ._dad .GlyphNames [_gbbd ]="\u002e\u0075\u006e\u0064\u0065\u0066\u0069\u006e\u0065\u0064";};};case 2.5:_ccb :=make ([]int ,_acdg ._bff );for _ddgc :=0;_ddgc < len (_ccb );_ddgc ++{_aaag :=int (_acdg .ReadSByte ());_ccb [_ddgc ]=_ddgc +1+_aaag ; -};_acdg ._dad .GlyphNames =make ([]GlyphName ,len (_ccb ));for _ca :=0;_ca < len (_acdg ._dad .GlyphNames );_ca ++{_dead :=_dcgd [_ccb [_ca ]];_acdg ._dad .GlyphNames [_ca ]=_dead ;};case 3.0:_fb .Log .Debug ("\u004e\u006f\u0020\u0050\u006f\u0073t\u0053\u0063\u0072i\u0070\u0074\u0020n\u0061\u006d\u0065\u0020\u0069\u006e\u0066\u006f\u0072\u006da\u0074\u0069\u006f\u006e\u0020is\u0020\u0070\u0072\u006f\u0076\u0069\u0064\u0065\u0064\u0020\u0066\u006f\u0072\u0020\u0074\u0068\u0065\u0020\u0066\u006f\u006e\u0074\u002e"); -default:_fb .Log .Debug ("\u0045\u0052\u0052\u004fR\u003a\u0020\u0055\u006e\u006b\u006e\u006f\u0077\u006e\u0020f\u006fr\u006d\u0061\u0074\u0054\u0079\u0070\u0065=\u0025\u0066",_feee );};return nil ;};func (_cd *RuneCharSafeMap )Copy ()*RuneCharSafeMap {_ec :=MakeRuneCharSafeMap (_cd .Length ()); -_cd .Range (func (_bf rune ,_dea CharMetrics )(_dgc bool ){_ec ._ga [_bf ]=_dea ;return false });return _ec ;};func (_baf StdFont )Descriptor ()Descriptor {return _baf ._bgg };func (_dega *ttfParser )ReadStr (length int )(string ,error ){_cgag :=make ([]byte ,length ); -_dgb ,_fbc :=_dega ._gbca .Read (_cgag );if _fbc !=nil {return "",_fbc ;}else if _dgb !=length {return "",_f .Errorf ("\u0075\u006e\u0061bl\u0065\u0020\u0074\u006f\u0020\u0072\u0065\u0061\u0064\u0020\u0025\u0064\u0020\u0062\u0079\u0074\u0065\u0073",length ); -};return string (_cgag ),nil ;};var _bgd *RuneCharSafeMap ;func init (){RegisterStdFont (SymbolName ,_egf ,"\u0053\u0079\u006d\u0062\u006f\u006c\u002c\u0049\u0074\u0061\u006c\u0069\u0063","S\u0079\u006d\u0062\u006f\u006c\u002c\u0042\u006f\u006c\u0064","\u0053\u0079\u006d\u0062\u006f\u006c\u002c\u0042\u006f\u006c\u0064\u0049t\u0061\u006c\u0069\u0063"); -RegisterStdFont (ZapfDingbatsName ,_ccc );};type Font interface{Encoder ()_b .TextEncoder ;GetRuneMetrics (_df rune )(CharMetrics ,bool );};type StdFontName string ;var _adb =[]int16 {722,1000,722,722,722,722,722,722,722,722,722,667,722,722,722,722,722,722,722,612,667,667,667,667,667,667,667,667,667,722,500,611,778,778,778,778,389,389,389,389,389,389,389,389,500,778,778,667,667,667,667,667,944,722,722,722,722,722,778,1000,778,778,778,778,778,778,778,778,611,778,722,722,722,722,556,556,556,556,556,667,667,667,611,722,722,722,722,722,722,722,722,722,722,1000,722,722,722,722,667,667,667,667,500,500,500,500,333,500,722,500,500,833,500,500,581,520,500,930,500,556,278,220,394,394,333,333,333,220,350,444,444,333,444,444,333,500,333,333,250,250,747,500,556,500,500,672,556,400,333,570,500,333,278,444,444,444,444,444,444,444,500,1000,444,1000,500,444,570,500,333,333,333,556,500,556,500,500,167,500,500,500,556,333,570,549,500,500,333,333,556,333,333,278,278,278,278,278,278,278,333,556,556,278,278,394,278,570,549,570,494,278,833,333,570,556,570,556,556,556,556,500,549,556,500,500,500,500,500,722,333,500,500,500,500,750,750,300,300,330,500,500,556,540,333,333,494,1000,250,250,1000,570,570,556,500,500,555,500,500,500,333,333,333,278,444,444,549,444,444,747,333,389,389,389,389,389,500,333,500,500,278,250,500,600,333,416,333,556,500,750,300,333,1000,500,300,556,556,556,556,556,556,556,500,556,556,500,722,500,500,500,500,500,444,444,444,444,500}; -func (_bcaa *ttfParser )ParseHhea ()error {if _fae :=_bcaa .Seek ("\u0068\u0068\u0065\u0061");_fae !=nil {return _fae ;};_bcaa .Skip (4+15*2);_bcaa ._bgda =_bcaa .ReadUShort ();return nil ;};type CharMetrics struct{Wx float64 ;Wy float64 ;};func init (){RegisterStdFont (TimesRomanName ,_aag ,"\u0054\u0069\u006d\u0065\u0073\u004e\u0065\u0077\u0052\u006f\u006d\u0061\u006e","\u0054\u0069\u006de\u0073"); -RegisterStdFont (TimesBoldName ,_ddb ,"\u0054i\u006de\u0073\u004e\u0065\u0077\u0052o\u006d\u0061n\u002c\u0042\u006f\u006c\u0064","\u0054\u0069\u006d\u0065\u0073\u002c\u0042\u006f\u006c\u0064");RegisterStdFont (TimesItalicName ,_ggd ,"T\u0069m\u0065\u0073\u004e\u0065\u0077\u0052\u006f\u006da\u006e\u002c\u0049\u0074al\u0069\u0063","\u0054\u0069\u006de\u0073\u002c\u0049\u0074\u0061\u006c\u0069\u0063"); -RegisterStdFont (TimesBoldItalicName ,_eeb ,"\u0054i\u006d\u0065\u0073\u004e\u0065\u0077\u0052\u006f\u006d\u0061\u006e,\u0042\u006f\u006c\u0064\u0049\u0074\u0061\u006c\u0069\u0063","\u0054\u0069m\u0065\u0073\u002cB\u006f\u006c\u0064\u0049\u0074\u0061\u006c\u0069\u0063"); -};func (_fgc *ttfParser )ParseOS2 ()error {if _ccg :=_fgc .Seek ("\u004f\u0053\u002f\u0032");_ccg !=nil {return _ccg ;};_cebg :=_fgc .ReadUShort ();_fgc .Skip (4*2);_fgc .Skip (11*2+10+4*4+4);_ebbc :=_fgc .ReadUShort ();_fgc ._dad .Bold =(_ebbc &32)!=0; -_fgc .Skip (2*2);_fgc ._dad .TypoAscender =_fgc .ReadShort ();_fgc ._dad .TypoDescender =_fgc .ReadShort ();if _cebg >=2{_fgc .Skip (3*2+2*4+2);_fgc ._dad .CapHeight =_fgc .ReadShort ();}else {_fgc ._dad .CapHeight =0;};return nil ;};var _ega *RuneCharSafeMap ; -type GID =_b .GID ;func _acg (){_bgd =MakeRuneCharSafeMap (len (_cc ));_bge =MakeRuneCharSafeMap (len (_cc ));for _fdc ,_fgf :=range _cc {_bgd .Write (_fgf ,CharMetrics {Wx :float64 (_eae [_fdc ])});_bge .Write (_fgf ,CharMetrics {Wx :float64 (_ddeb [_fdc ])}); -};_gbc =_bgd .Copy ();_baed =_bge .Copy ();};func (_efae *ttfParser )parseCmapSubtable31 (_gadc int64 )error {_bac :=make ([]rune ,0,8);_aecb :=make ([]rune ,0,8);_dfga :=make ([]int16 ,0,8);_cbc :=make ([]uint16 ,0,8);_efae ._dad .Chars =make (map[rune ]GID ); -_efae ._gbca .Seek (int64 (_efae ._ggc ["\u0063\u006d\u0061\u0070"])+_gadc ,_e .SeekStart );_cccf :=_efae .ReadUShort ();if _cccf !=4{_fb .Log .Debug ("u\u006e\u0065\u0078\u0070\u0065\u0063t\u0065\u0064\u0020\u0073\u0075\u0062t\u0061\u0062\u006c\u0065\u0020\u0066\u006fr\u006d\u0061\u0074\u003a\u0020\u0025\u0064\u0020\u0028\u0025w\u0029",_cccf ); -return nil ;};_efae .Skip (2*2);_dcga :=int (_efae .ReadUShort ()/2);_efae .Skip (3*2);for _bcfd :=0;_bcfd < _dcga ;_bcfd ++{_aecb =append (_aecb ,rune (_efae .ReadUShort ()));};_efae .Skip (2);for _abeb :=0;_abeb < _dcga ;_abeb ++{_bac =append (_bac ,rune (_efae .ReadUShort ())); -};for _bggc :=0;_bggc < _dcga ;_bggc ++{_dfga =append (_dfga ,_efae .ReadShort ());};_afgb ,_ :=_efae ._gbca .Seek (int64 (0),_e .SeekCurrent );for _gee :=0;_gee < _dcga ;_gee ++{_cbc =append (_cbc ,_efae .ReadUShort ());};for _cfcb :=0;_cfcb < _dcga ; -_cfcb ++{_gbe :=_bac [_cfcb ];_aab :=_aecb [_cfcb ];_cfd :=_dfga [_cfcb ];_acb :=_cbc [_cfcb ];if _acb > 0{_efae ._gbca .Seek (_afgb +2*int64 (_cfcb )+int64 (_acb ),_e .SeekStart );};for _fgbg :=_gbe ;_fgbg <=_aab ;_fgbg ++{if _fgbg ==0xFFFF{break ;};var _bcda int32 ; -if _acb > 0{_bcda =int32 (_efae .ReadUShort ());if _bcda > 0{_bcda +=int32 (_cfd );};}else {_bcda =_fgbg +int32 (_cfd );};if _bcda >=65536{_bcda -=65536;};if _bcda > 0{_efae ._dad .Chars [_fgbg ]=GID (_bcda );};};};return nil ;};var _cc =[]rune {'A','Æ','Á','Ă','Â','Ä','À','Ā','Ą','Å','Ã','B','C','Ć','Č','Ç','D','Ď','Đ','∆','E','É','Ě','Ê','Ë','Ė','È','Ē','Ę','Ð','€','F','G','Ğ','Ģ','H','I','Í','Î','Ï','İ','Ì','Ī','Į','J','K','Ķ','L','Ĺ','Ľ','Ļ','Ł','M','N','Ń','Ň','Ņ','Ñ','O','Œ','Ó','Ô','Ö','Ò','Ő','Ō','Ø','Õ','P','Q','R','Ŕ','Ř','Ŗ','S','Ś','Š','Ş','Ș','T','Ť','Ţ','Þ','U','Ú','Û','Ü','Ù','Ű','Ū','Ų','Ů','V','W','X','Y','Ý','Ÿ','Z','Ź','Ž','Ż','a','á','ă','â','´','ä','æ','à','ā','&','ą','å','^','~','*','@','ã','b','\\','|','{','}','[',']','˘','¦','•','c','ć','ˇ','č','ç','¸','¢','ˆ',':',',','\uf6c3','©','¤','d','†','‡','ď','đ','°','¨','÷','$','˙','ı','e','é','ě','ê','ë','ė','è','8','…','ē','—','–','ę','=','ð','!','¡','f','fi','5','fl','ƒ','4','⁄','g','ğ','ģ','ß','`','>','≥','«','»','‹','›','h','˝','-','i','í','î','ï','ì','ī','į','j','k','ķ','l','ĺ','ľ','ļ','<','≤','¬','◊','ł','m','¯','−','µ','×','n','ń','ň','ņ','9','≠','ñ','#','o','ó','ô','ö','œ','˛','ò','ő','ō','1','½','¼','¹','ª','º','ø','õ','p','¶','(',')','∂','%','.','·','‰','+','±','q','?','¿','"','„','“','”','‘','’','‚','\'','r','ŕ','√','ř','ŗ','®','˚','s','ś','š','ş','ș','§',';','7','6','/',' ','£','∑','t','ť','ţ','þ','3','¾','³','˜','™','2','²','u','ú','û','ü','ù','ű','ū','_','ų','ů','v','w','x','y','ý','ÿ','¥','z','ź','ž','ż','0'}; -func (_acaa *ttfParser )ReadUShort ()(_abf uint16 ){_dg .Read (_acaa ._gbca ,_dg .BigEndian ,&_abf );return _abf ;};var _ Font =StdFont {};func TtfParseFile (fileStr string )(TtfType ,error ){_adba ,_daa :=_d .Open (fileStr );if _daa !=nil {return TtfType {},_daa ; -};defer _adba .Close ();return TtfParse (_adba );};var _ef *RuneCharSafeMap ;func (_fd *RuneCharSafeMap )Length ()int {_fd ._gad .RLock ();defer _fd ._gad .RUnlock ();return len (_fd ._ga );};func _ddb ()StdFont {_dagc .Do (_eac );_ddg :=Descriptor {Name :TimesBoldName ,Family :_bef ,Weight :FontWeightBold ,Flags :0x0020,BBox :[4]float64 {-168,-218,1000,935},ItalicAngle :0,Ascent :683,Descent :-217,CapHeight :676,XHeight :461,StemV :139,StemH :44}; -return NewStdFont (_ddg ,_fdg );};var _abd *RuneCharSafeMap ;func _aag ()StdFont {_dagc .Do (_eac );_gabe :=Descriptor {Name :TimesRomanName ,Family :_bef ,Weight :FontWeightRoman ,Flags :0x0020,BBox :[4]float64 {-168,-218,1000,898},ItalicAngle :0,Ascent :683,Descent :-217,CapHeight :662,XHeight :450,StemV :84,StemH :28}; -return NewStdFont (_gabe ,_ega );};func (_fde *ttfParser )parseCmapFormat6 ()error {_abde :=int (_fde .ReadUShort ());_afeb :=int (_fde .ReadUShort ());_fb .Log .Trace ("p\u0061\u0072\u0073\u0065\u0043\u006d\u0061\u0070\u0046o\u0072\u006d\u0061\u0074\u0036\u003a\u0020%s\u0020\u0066\u0069\u0072s\u0074\u0043\u006f\u0064\u0065\u003d\u0025\u0064\u0020en\u0074\u0072y\u0043\u006f\u0075\u006e\u0074\u003d\u0025\u0064",_fde ._dad .String (),_abde ,_afeb ); -for _efea :=0;_efea < _afeb ;_efea ++{_ddc :=GID (_fde .ReadUShort ());_fde ._dad .Chars [rune (_efea +_abde )]=_ddc ;};return nil ;};const (HelveticaName =StdFontName ("\u0048e\u006c\u0076\u0065\u0074\u0069\u0063a");HelveticaBoldName =StdFontName ("\u0048\u0065\u006c\u0076\u0065\u0074\u0069\u0063\u0061-\u0042\u006f\u006c\u0064"); -HelveticaObliqueName =StdFontName ("\u0048\u0065\u006c\u0076\u0065\u0074\u0069\u0063\u0061\u002d\u004f\u0062l\u0069\u0071\u0075\u0065");HelveticaBoldObliqueName =StdFontName ("H\u0065\u006c\u0076\u0065ti\u0063a\u002d\u0042\u006f\u006c\u0064O\u0062\u006c\u0069\u0071\u0075\u0065"); -);func (_eaa StdFont )GetRuneMetrics (r rune )(CharMetrics ,bool ){_ce ,_cgg :=_eaa ._dc .Read (r );return _ce ,_cgg ;};func (_ggda *ttfParser )ReadShort ()(_cab int16 ){_dg .Read (_ggda ._gbca ,_dg .BigEndian ,&_cab );return _cab ;};var _gcd =&RuneCharSafeMap {_ga :map[rune ]CharMetrics {' ':{Wx :250},'!':{Wx :333},'#':{Wx :500},'%':{Wx :833},'&':{Wx :778},'(':{Wx :333},')':{Wx :333},'+':{Wx :549},',':{Wx :250},'.':{Wx :250},'/':{Wx :278},'0':{Wx :500},'1':{Wx :500},'2':{Wx :500},'3':{Wx :500},'4':{Wx :500},'5':{Wx :500},'6':{Wx :500},'7':{Wx :500},'8':{Wx :500},'9':{Wx :500},':':{Wx :278},';':{Wx :278},'<':{Wx :549},'=':{Wx :549},'>':{Wx :549},'?':{Wx :444},'[':{Wx :333},']':{Wx :333},'_':{Wx :500},'{':{Wx :480},'|':{Wx :200},'}':{Wx :480},'¬':{Wx :713},'°':{Wx :400},'±':{Wx :549},'µ':{Wx :576},'×':{Wx :549},'÷':{Wx :549},'ƒ':{Wx :500},'Α':{Wx :722},'Β':{Wx :667},'Γ':{Wx :603},'Ε':{Wx :611},'Ζ':{Wx :611},'Η':{Wx :722},'Θ':{Wx :741},'Ι':{Wx :333},'Κ':{Wx :722},'Λ':{Wx :686},'Μ':{Wx :889},'Ν':{Wx :722},'Ξ':{Wx :645},'Ο':{Wx :722},'Π':{Wx :768},'Ρ':{Wx :556},'Σ':{Wx :592},'Τ':{Wx :611},'Υ':{Wx :690},'Φ':{Wx :763},'Χ':{Wx :722},'Ψ':{Wx :795},'α':{Wx :631},'β':{Wx :549},'γ':{Wx :411},'δ':{Wx :494},'ε':{Wx :439},'ζ':{Wx :494},'η':{Wx :603},'θ':{Wx :521},'ι':{Wx :329},'κ':{Wx :549},'λ':{Wx :549},'ν':{Wx :521},'ξ':{Wx :493},'ο':{Wx :549},'π':{Wx :549},'ρ':{Wx :549},'ς':{Wx :439},'σ':{Wx :603},'τ':{Wx :439},'υ':{Wx :576},'φ':{Wx :521},'χ':{Wx :549},'ψ':{Wx :686},'ω':{Wx :686},'ϑ':{Wx :631},'ϒ':{Wx :620},'ϕ':{Wx :603},'ϖ':{Wx :713},'•':{Wx :460},'…':{Wx :1000},'′':{Wx :247},'″':{Wx :411},'⁄':{Wx :167},'€':{Wx :750},'ℑ':{Wx :686},'℘':{Wx :987},'ℜ':{Wx :795},'Ω':{Wx :768},'ℵ':{Wx :823},'←':{Wx :987},'↑':{Wx :603},'→':{Wx :987},'↓':{Wx :603},'↔':{Wx :1042},'↵':{Wx :658},'⇐':{Wx :987},'⇑':{Wx :603},'⇒':{Wx :987},'⇓':{Wx :603},'⇔':{Wx :1042},'∀':{Wx :713},'∂':{Wx :494},'∃':{Wx :549},'∅':{Wx :823},'∆':{Wx :612},'∇':{Wx :713},'∈':{Wx :713},'∉':{Wx :713},'∋':{Wx :439},'∏':{Wx :823},'∑':{Wx :713},'−':{Wx :549},'∗':{Wx :500},'√':{Wx :549},'∝':{Wx :713},'∞':{Wx :713},'∠':{Wx :768},'∧':{Wx :603},'∨':{Wx :603},'∩':{Wx :768},'∪':{Wx :768},'∫':{Wx :274},'∴':{Wx :863},'∼':{Wx :549},'≅':{Wx :549},'≈':{Wx :549},'≠':{Wx :549},'≡':{Wx :549},'≤':{Wx :549},'≥':{Wx :549},'⊂':{Wx :713},'⊃':{Wx :713},'⊄':{Wx :713},'⊆':{Wx :713},'⊇':{Wx :713},'⊕':{Wx :768},'⊗':{Wx :768},'⊥':{Wx :658},'⋅':{Wx :250},'⌠':{Wx :686},'⌡':{Wx :686},'〈':{Wx :329},'〉':{Wx :329},'◊':{Wx :494},'♠':{Wx :753},'♣':{Wx :753},'♥':{Wx :753},'♦':{Wx :753},'\uf6d9':{Wx :790},'\uf6da':{Wx :790},'\uf6db':{Wx :890},'\uf8e5':{Wx :500},'\uf8e6':{Wx :603},'\uf8e7':{Wx :1000},'\uf8e8':{Wx :790},'\uf8e9':{Wx :790},'\uf8ea':{Wx :786},'\uf8eb':{Wx :384},'\uf8ec':{Wx :384},'\uf8ed':{Wx :384},'\uf8ee':{Wx :384},'\uf8ef':{Wx :384},'\uf8f0':{Wx :384},'\uf8f1':{Wx :494},'\uf8f2':{Wx :494},'\uf8f3':{Wx :494},'\uf8f4':{Wx :494},'\uf8f5':{Wx :686},'\uf8f6':{Wx :384},'\uf8f7':{Wx :384},'\uf8f8':{Wx :384},'\uf8f9':{Wx :384},'\uf8fa':{Wx :384},'\uf8fb':{Wx :384},'\uf8fc':{Wx :494},'\uf8fd':{Wx :494},'\uf8fe':{Wx :494},'\uf8ff':{Wx :790}}}; -func (_abb *ttfParser )ParseHmtx ()error {if _abbf :=_abb .Seek ("\u0068\u006d\u0074\u0078");_abbf !=nil {return _abbf ;};_abb ._dad .Widths =make ([]uint16 ,0,8);for _cgb :=uint16 (0);_cgb < _abb ._bgda ;_cgb ++{_abb ._dad .Widths =append (_abb ._dad .Widths ,_abb .ReadUShort ()); -_abb .Skip (2);};if _abb ._bgda < _abb ._bff &&_abb ._bgda > 0{_dfba :=_abb ._dad .Widths [_abb ._bgda -1];for _bad :=_abb ._bgda ;_bad < _abb ._bff ;_bad ++{_abb ._dad .Widths =append (_abb ._dad .Widths ,_dfba );};};return nil ;};func (_gc *RuneCharSafeMap )Range (f func (_dgd rune ,_dfge CharMetrics )(_ee bool )){_gc ._gad .RLock (); -defer _gc ._gad .RUnlock ();for _ac ,_cb :=range _gc ._ga {if f (_ac ,_cb ){break ;};};};func (_fgb *ttfParser )Parse ()(TtfType ,error ){_fee ,_gdg :=_fgb .ReadStr (4);if _gdg !=nil {return TtfType {},_gdg ;};if _fee =="\u0074\u0074\u0063\u0066"{return _fgb .parseTTC (); -}else if _fee !="\u0000\u0001\u0000\u0000"&&_fee !="\u0074\u0072\u0075\u0065"{_fb .Log .Debug ("\u0055n\u0072\u0065c\u006f\u0067\u006ei\u007a\u0065\u0064\u0020\u0054\u0072\u0075e\u0054\u0079\u0070\u0065\u0020\u0066i\u006c\u0065\u0020\u0066\u006f\u0072\u006d\u0061\u0074\u002e\u0020v\u0065\u0072\u0073\u0069\u006f\u006e\u003d\u0025\u0071",_fee ); -};_fgdc :=int (_fgb .ReadUShort ());_fgb .Skip (3*2);_fgb ._ggc =make (map[string ]uint32 );var _ade string ;for _aec :=0;_aec < _fgdc ;_aec ++{_ade ,_gdg =_fgb .ReadStr (4);if _gdg !=nil {return TtfType {},_gdg ;};_fgb .Skip (4);_daab :=_fgb .ReadULong (); -_fgb .Skip (4);_fgb ._ggc [_ade ]=_daab ;};_fb .Log .Trace (_gce (_fgb ._ggc ));if _gdg =_fgb .ParseComponents ();_gdg !=nil {return TtfType {},_gdg ;};return _fgb ._dad ,nil ;};func (_afa *ttfParser )ParseName ()error {if _fdfd :=_afa .Seek ("\u006e\u0061\u006d\u0065"); -_fdfd !=nil {return _fdfd ;};_bab ,_ :=_afa ._gbca .Seek (0,_e .SeekCurrent );_afa ._dad .PostScriptName ="";_afa .Skip (2);_gdded :=_afa .ReadUShort ();_bfe :=_afa .ReadUShort ();for _bbfc :=uint16 (0);_bbfc < _gdded &&_afa ._dad .PostScriptName ==""; -_bbfc ++{_afa .Skip (3*2);_afbd :=_afa .ReadUShort ();_bggg :=_afa .ReadUShort ();_faea :=_afa .ReadUShort ();if _afbd ==6{_afa ._gbca .Seek (_bab +int64 (_bfe )+int64 (_faea ),_e .SeekStart );_cgba ,_aefa :=_afa .ReadStr (int (_bggg ));if _aefa !=nil {return _aefa ; -};_cgba =_a .Replace (_cgba ,"\u0000","",-1);_gbbb ,_aefa :=_ab .Compile ("\u005b\u0028\u0029\u007b\u007d\u003c\u003e\u0020\u002f%\u005b\u005c\u005d\u005d");if _aefa !=nil {return _aefa ;};_afa ._dad .PostScriptName =_gbbb .ReplaceAllString (_cgba ,""); -};};if _afa ._dad .PostScriptName ==""{_fb .Log .Debug ("\u0050a\u0072\u0073e\u004e\u0061\u006de\u003a\u0020\u0054\u0068\u0065\u0020\u006ea\u006d\u0065\u0020\u0050\u006f\u0073t\u0053\u0063\u0072\u0069\u0070\u0074\u0020\u0077\u0061\u0073\u0020n\u006f\u0074\u0020\u0066\u006f\u0075\u006e\u0064\u002e"); -};return nil ;};func (_dff CharMetrics )String ()string {return _f .Sprintf ("<\u0025\u002e\u0031\u0066\u002c\u0025\u002e\u0031\u0066\u003e",_dff .Wx ,_dff .Wy );};func TtfParse (r _e .ReadSeeker )(TtfType ,error ){_ced :=&ttfParser {_gbca :r };return _ced .Parse ()}; -func (_cede *ttfParser )ParseCmap ()error {var _cgdd int64 ;if _bdf :=_cede .Seek ("\u0063\u006d\u0061\u0070");_bdf !=nil {return _bdf ;};_cede .ReadUShort ();_gcde :=int (_cede .ReadUShort ());_fffd :=int64 (0);_ebcf :=int64 (0);_efe :=int64 (0);for _aff :=0; -_aff < _gcde ;_aff ++{_ecgd :=_cede .ReadUShort ();_dab :=_cede .ReadUShort ();_cgdd =int64 (_cede .ReadULong ());if _ecgd ==3&&_dab ==1{_ebcf =_cgdd ;}else if _ecgd ==3&&_dab ==10{_efe =_cgdd ;}else if _ecgd ==1&&_dab ==0{_fffd =_cgdd ;};};if _fffd !=0{if _afc :=_cede .parseCmapVersion (_fffd ); -_afc !=nil {return _afc ;};};if _ebcf !=0{if _geb :=_cede .parseCmapSubtable31 (_ebcf );_geb !=nil {return _geb ;};};if _efe !=0{if _abbg :=_cede .parseCmapVersion (_efe );_abbg !=nil {return _abbg ;};};if _ebcf ==0&&_fffd ==0&&_efe ==0{_fb .Log .Debug ("\u0074\u0074\u0066P\u0061\u0072\u0073\u0065\u0072\u002e\u0050\u0061\u0072\u0073\u0065\u0043\u006d\u0061\u0070\u002e\u0020\u004e\u006f\u0020\u0033\u0031\u002c\u0020\u0031\u0030\u002c\u0020\u00331\u0030\u0020\u0074\u0061\u0062\u006c\u0065\u002e"); -};return nil ;};func _eg ()StdFont {_ddea .Do (_gff );_ad :=Descriptor {Name :CourierBoldName ,Family :string (CourierName ),Weight :FontWeightBold ,Flags :0x0021,BBox :[4]float64 {-113,-250,749,801},ItalicAngle :0,Ascent :629,Descent :-157,CapHeight :562,XHeight :439,StemV :106,StemH :84}; -return NewStdFont (_ad ,_gdd );};func _gff (){const _fc =600;_abd =MakeRuneCharSafeMap (len (_cc ));for _ ,_eeg :=range _cc {_abd .Write (_eeg ,CharMetrics {Wx :_fc });};_gdd =_abd .Copy ();_acde =_abd .Copy ();_ef =_abd .Copy ();};func (_dd StdFont )Name ()string {return string (_dd ._bgg .Name )}; -func _beb ()StdFont {_ddea .Do (_gff );_cf :=Descriptor {Name :CourierObliqueName ,Family :string (CourierName ),Weight :FontWeightMedium ,Flags :0x0061,BBox :[4]float64 {-27,-250,849,805},ItalicAngle :-12,Ascent :629,Descent :-157,CapHeight :562,XHeight :426,StemV :51,StemH :51}; -return NewStdFont (_cf ,_ef );};func (_dee *ttfParser )ParseMaxp ()error {if _egfe :=_dee .Seek ("\u006d\u0061\u0078\u0070");_egfe !=nil {return _egfe ;};_dee .Skip (4);_dee ._bff =_dee .ReadUShort ();return nil ;};func RegisterStdFont (name StdFontName ,fnc func ()StdFont ,aliases ...StdFontName ){if _ ,_aca :=_dfb .read (name ); -_aca {panic ("\u0066o\u006e\u0074\u0020\u0061l\u0072\u0065\u0061\u0064\u0079 \u0072e\u0067i\u0073\u0074\u0065\u0072\u0065\u0064\u003a "+string (name ));};_dfb .write (name ,fnc );for _ ,_gbb :=range aliases {RegisterStdFont (_gbb ,fnc );};};type ttfParser struct{_dad TtfType ; -_gbca _e .ReadSeeker ;_ggc map[string ]uint32 ;_bgda uint16 ;_bff uint16 ;};func _eeb ()StdFont {_dagc .Do (_eac );_db :=Descriptor {Name :TimesBoldItalicName ,Family :_bef ,Weight :FontWeightBold ,Flags :0x0060,BBox :[4]float64 {-200,-218,996,921},ItalicAngle :-15,Ascent :683,Descent :-217,CapHeight :669,XHeight :462,StemV :121,StemH :42}; -return NewStdFont (_db ,_gcb );};var _ddea _fg .Once ;var _dfb =&fontMap {_bc :make (map[StdFontName ]func ()StdFont )};func (_ebaf *ttfParser )ReadULong ()(_feg uint32 ){_dg .Read (_ebaf ._gbca ,_dg .BigEndian ,&_feg );return _feg ;};func (_eca *RuneCharSafeMap )Write (b rune ,r CharMetrics ){_eca ._gad .Lock (); -defer _eca ._gad .Unlock ();_eca ._ga [b ]=r ;};func (_faa *ttfParser )ReadSByte ()(_baeb int8 ){_dg .Read (_faa ._gbca ,_dg .BigEndian ,&_baeb );return _baeb ;};const (_bef ="\u0054\u0069\u006de\u0073";TimesRomanName =StdFontName ("T\u0069\u006d\u0065\u0073\u002d\u0052\u006f\u006d\u0061\u006e"); -TimesBoldName =StdFontName ("\u0054\u0069\u006d\u0065\u0073\u002d\u0042\u006f\u006c\u0064");TimesItalicName =StdFontName ("\u0054\u0069\u006de\u0073\u002d\u0049\u0074\u0061\u006c\u0069\u0063");TimesBoldItalicName =StdFontName ("\u0054\u0069m\u0065\u0073\u002dB\u006f\u006c\u0064\u0049\u0074\u0061\u006c\u0069\u0063"); -);func (_ccbg *ttfParser )Seek (tag string )error {_gddc ,_fecg :=_ccbg ._ggc [tag ];if !_fecg {return _f .Errorf ("\u0074\u0061\u0062\u006ce \u006e\u006f\u0074\u0020\u0066\u006f\u0075\u006e\u0064\u003a\u0020\u0025\u0073",tag );};_ccbg ._gbca .Seek (int64 (_gddc ),_e .SeekStart ); -return nil ;};func NewFontFile2FromPdfObject (obj _ag .PdfObject )(TtfType ,error ){obj =_ag .TraceToDirectObject (obj );_dca ,_gaaf :=obj .(*_ag .PdfObjectStream );if !_gaaf {_fb .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0046\u006f\u006e\u0074\u0046\u0069\u006c\u0065\u0032\u0020\u006d\u0075\u0073\u0074\u0020\u0062\u0065 \u0061\u0020\u0073\u0074\u0072e\u0061\u006d \u0028\u0025\u0054\u0029",obj ); -return TtfType {},_ag .ErrTypeError ;};_afg ,_eecc :=_ag .DecodeStream (_dca );if _eecc !=nil {return TtfType {},_eecc ;};_cea :=ttfParser {_gbca :_gf .NewReader (_afg )};return _cea .Parse ();};var _dcd *RuneCharSafeMap ;func _ccc ()StdFont {_fbb :=_b .NewZapfDingbatsEncoder (); -_bfg :=Descriptor {Name :ZapfDingbatsName ,Family :string (ZapfDingbatsName ),Weight :FontWeightMedium ,Flags :0x0004,BBox :[4]float64 {-1,-143,981,820},ItalicAngle :0,Ascent :0,Descent :0,CapHeight :0,XHeight :0,StemV :90,StemH :28};return NewStdFontWithEncoding (_bfg ,_cccg ,_fbb ); -};func (_bg *RuneCharSafeMap )Read (b rune )(CharMetrics ,bool ){_bg ._gad .RLock ();defer _bg ._gad .RUnlock ();_be ,_dfg :=_bg ._ga [b ];return _be ,_dfg ;};var _egae =[]int16 {667,944,667,667,667,667,667,667,667,667,667,667,667,667,667,667,722,722,722,612,667,667,667,667,667,667,667,667,667,722,500,667,722,722,722,778,389,389,389,389,389,389,389,389,500,667,667,611,611,611,611,611,889,722,722,722,722,722,722,944,722,722,722,722,722,722,722,722,611,722,667,667,667,667,556,556,556,556,556,611,611,611,611,722,722,722,722,722,722,722,722,722,667,889,667,611,611,611,611,611,611,611,500,500,500,500,333,500,722,500,500,778,500,500,570,570,500,832,500,500,278,220,348,348,333,333,333,220,350,444,444,333,444,444,333,500,333,333,250,250,747,500,500,500,500,608,500,400,333,570,500,333,278,444,444,444,444,444,444,444,500,1000,444,1000,500,444,570,500,389,389,333,556,500,556,500,500,167,500,500,500,500,333,570,549,500,500,333,333,556,333,333,278,278,278,278,278,278,278,278,500,500,278,278,382,278,570,549,606,494,278,778,333,606,576,570,556,556,556,556,500,549,556,500,500,500,500,500,722,333,500,500,500,500,750,750,300,266,300,500,500,500,500,333,333,494,833,250,250,1000,570,570,500,500,500,555,500,500,500,333,333,333,278,389,389,549,389,389,747,333,389,389,389,389,389,500,333,500,500,278,250,500,600,278,366,278,500,500,750,300,333,1000,500,300,556,556,556,556,556,556,556,500,556,556,444,667,500,444,444,444,500,389,389,389,389,500}; -func _abc ()StdFont {_dfe .Do (_acg );_deff :=Descriptor {Name :HelveticaBoldObliqueName ,Family :string (HelveticaName ),Weight :FontWeightBold ,Flags :0x0060,BBox :[4]float64 {-174,-228,1114,962},ItalicAngle :-12,Ascent :718,Descent :-207,CapHeight :718,XHeight :532,StemV :140,StemH :118}; -return NewStdFont (_deff ,_baed );};func NewStdFontWithEncoding (desc Descriptor ,metrics *RuneCharSafeMap ,encoder _b .TextEncoder )StdFont {var _ea rune =0xA0;if _ ,_bfa :=metrics .Read (_ea );!_bfa {_fgd ,_ :=metrics .Read (0x20);metrics .Write (_ea ,_fgd ); -};return StdFont {_bgg :desc ,_dc :metrics ,_da :encoder };};type fontMap struct{_fg .Mutex ;_bc map[StdFontName ]func ()StdFont ;};var _fe =[]int16 {611,889,611,611,611,611,611,611,611,611,611,611,667,667,667,667,722,722,722,612,611,611,611,611,611,611,611,611,611,722,500,611,722,722,722,722,333,333,333,333,333,333,333,333,444,667,667,556,556,611,556,556,833,667,667,667,667,667,722,944,722,722,722,722,722,722,722,722,611,722,611,611,611,611,500,500,500,500,500,556,556,556,611,722,722,722,722,722,722,722,722,722,611,833,611,556,556,556,556,556,556,556,500,500,500,500,333,500,667,500,500,778,500,500,422,541,500,920,500,500,278,275,400,400,389,389,333,275,350,444,444,333,444,444,333,500,333,333,250,250,760,500,500,500,500,544,500,400,333,675,500,333,278,444,444,444,444,444,444,444,500,889,444,889,500,444,675,500,333,389,278,500,500,500,500,500,167,500,500,500,500,333,675,549,500,500,333,333,500,333,333,278,278,278,278,278,278,278,278,444,444,278,278,300,278,675,549,675,471,278,722,333,675,500,675,500,500,500,500,500,549,500,500,500,500,500,500,667,333,500,500,500,500,750,750,300,276,310,500,500,500,523,333,333,476,833,250,250,1000,675,675,500,500,500,420,556,556,556,333,333,333,214,389,389,453,389,389,760,333,389,389,389,389,389,500,333,500,500,278,250,500,600,278,300,278,500,500,750,300,333,980,500,300,500,500,500,500,500,500,500,500,500,500,444,667,444,444,444,444,500,389,389,389,389,500}; -func _gab ()StdFont {_dfe .Do (_acg );_fgdb :=Descriptor {Name :HelveticaObliqueName ,Family :string (HelveticaName ),Weight :FontWeightMedium ,Flags :0x0060,BBox :[4]float64 {-170,-225,1116,931},ItalicAngle :-12,Ascent :718,Descent :-207,CapHeight :718,XHeight :523,StemV :88,StemH :76}; -return NewStdFont (_fgdb ,_gbc );};var _cccg =&RuneCharSafeMap {_ga :map[rune ]CharMetrics {' ':{Wx :278},'→':{Wx :838},'↔':{Wx :1016},'↕':{Wx :458},'①':{Wx :788},'②':{Wx :788},'③':{Wx :788},'④':{Wx :788},'⑤':{Wx :788},'⑥':{Wx :788},'⑦':{Wx :788},'⑧':{Wx :788},'⑨':{Wx :788},'⑩':{Wx :788},'■':{Wx :761},'▲':{Wx :892},'▼':{Wx :892},'◆':{Wx :788},'●':{Wx :791},'◗':{Wx :438},'★':{Wx :816},'☎':{Wx :719},'☛':{Wx :960},'☞':{Wx :939},'♠':{Wx :626},'♣':{Wx :776},'♥':{Wx :694},'♦':{Wx :595},'✁':{Wx :974},'✂':{Wx :961},'✃':{Wx :974},'✄':{Wx :980},'✆':{Wx :789},'✇':{Wx :790},'✈':{Wx :791},'✉':{Wx :690},'✌':{Wx :549},'✍':{Wx :855},'✎':{Wx :911},'✏':{Wx :933},'✐':{Wx :911},'✑':{Wx :945},'✒':{Wx :974},'✓':{Wx :755},'✔':{Wx :846},'✕':{Wx :762},'✖':{Wx :761},'✗':{Wx :571},'✘':{Wx :677},'✙':{Wx :763},'✚':{Wx :760},'✛':{Wx :759},'✜':{Wx :754},'✝':{Wx :494},'✞':{Wx :552},'✟':{Wx :537},'✠':{Wx :577},'✡':{Wx :692},'✢':{Wx :786},'✣':{Wx :788},'✤':{Wx :788},'✥':{Wx :790},'✦':{Wx :793},'✧':{Wx :794},'✩':{Wx :823},'✪':{Wx :789},'✫':{Wx :841},'✬':{Wx :823},'✭':{Wx :833},'✮':{Wx :816},'✯':{Wx :831},'✰':{Wx :923},'✱':{Wx :744},'✲':{Wx :723},'✳':{Wx :749},'✴':{Wx :790},'✵':{Wx :792},'✶':{Wx :695},'✷':{Wx :776},'✸':{Wx :768},'✹':{Wx :792},'✺':{Wx :759},'✻':{Wx :707},'✼':{Wx :708},'✽':{Wx :682},'✾':{Wx :701},'✿':{Wx :826},'❀':{Wx :815},'❁':{Wx :789},'❂':{Wx :789},'❃':{Wx :707},'❄':{Wx :687},'❅':{Wx :696},'❆':{Wx :689},'❇':{Wx :786},'❈':{Wx :787},'❉':{Wx :713},'❊':{Wx :791},'❋':{Wx :785},'❍':{Wx :873},'❏':{Wx :762},'❐':{Wx :762},'❑':{Wx :759},'❒':{Wx :759},'❖':{Wx :784},'❘':{Wx :138},'❙':{Wx :277},'❚':{Wx :415},'❛':{Wx :392},'❜':{Wx :392},'❝':{Wx :668},'❞':{Wx :668},'❡':{Wx :732},'❢':{Wx :544},'❣':{Wx :544},'❤':{Wx :910},'❥':{Wx :667},'❦':{Wx :760},'❧':{Wx :760},'❶':{Wx :788},'❷':{Wx :788},'❸':{Wx :788},'❹':{Wx :788},'❺':{Wx :788},'❻':{Wx :788},'❼':{Wx :788},'❽':{Wx :788},'❾':{Wx :788},'❿':{Wx :788},'➀':{Wx :788},'➁':{Wx :788},'➂':{Wx :788},'➃':{Wx :788},'➄':{Wx :788},'➅':{Wx :788},'➆':{Wx :788},'➇':{Wx :788},'➈':{Wx :788},'➉':{Wx :788},'➊':{Wx :788},'➋':{Wx :788},'➌':{Wx :788},'➍':{Wx :788},'➎':{Wx :788},'➏':{Wx :788},'➐':{Wx :788},'➑':{Wx :788},'➒':{Wx :788},'➓':{Wx :788},'➔':{Wx :894},'➘':{Wx :748},'➙':{Wx :924},'➚':{Wx :748},'➛':{Wx :918},'➜':{Wx :927},'➝':{Wx :928},'➞':{Wx :928},'➟':{Wx :834},'➠':{Wx :873},'➡':{Wx :828},'➢':{Wx :924},'➣':{Wx :924},'➤':{Wx :917},'➥':{Wx :930},'➦':{Wx :931},'➧':{Wx :463},'➨':{Wx :883},'➩':{Wx :836},'➪':{Wx :836},'➫':{Wx :867},'➬':{Wx :867},'➭':{Wx :696},'➮':{Wx :696},'➯':{Wx :874},'➱':{Wx :874},'➲':{Wx :760},'➳':{Wx :946},'➴':{Wx :771},'➵':{Wx :865},'➶':{Wx :771},'➷':{Wx :888},'➸':{Wx :967},'➹':{Wx :888},'➺':{Wx :831},'➻':{Wx :873},'➼':{Wx :927},'➽':{Wx :970},'➾':{Wx :918},'\uf8d7':{Wx :390},'\uf8d8':{Wx :390},'\uf8d9':{Wx :317},'\uf8da':{Wx :317},'\uf8db':{Wx :276},'\uf8dc':{Wx :276},'\uf8dd':{Wx :509},'\uf8de':{Wx :509},'\uf8df':{Wx :410},'\uf8e0':{Wx :410},'\uf8e1':{Wx :234},'\uf8e2':{Wx :234},'\uf8e3':{Wx :334},'\uf8e4':{Wx :334}}}; -func MakeRuneCharSafeMap (length int )*RuneCharSafeMap {return &RuneCharSafeMap {_ga :make (map[rune ]CharMetrics ,length )};};func (_abcc *ttfParser )parseCmapFormat0 ()error {_cdaf ,_bag :=_abcc .ReadStr (256);if _bag !=nil {return _bag ;};_gdaf :=[]byte (_cdaf ); -_fb .Log .Trace ("\u0070a\u0072\u0073e\u0043\u006d\u0061p\u0046\u006f\u0072\u006d\u0061\u0074\u0030:\u0020\u0025\u0073\u000a\u0064\u0061t\u0061\u0053\u0074\u0072\u003d\u0025\u002b\u0071\u000a\u0064\u0061t\u0061\u003d\u005b\u0025\u0020\u0030\u0032\u0078\u005d",_abcc ._dad .String (),_cdaf ,_gdaf ); -for _fga ,_ecc :=range _gdaf {_abcc ._dad .Chars [rune (_fga )]=GID (_ecc );};return nil ;}; \ No newline at end of file +package fonts ;import (_dg "bytes";_c "encoding/binary";_ec "errors";_a "fmt";_fa "github.com/unidoc/unipdf/v3/common";_ff "github.com/unidoc/unipdf/v3/core";_ae "github.com/unidoc/unipdf/v3/internal/cmap";_cd "github.com/unidoc/unipdf/v3/internal/textencoding"; +_ee "io";_f "os";_b "regexp";_d "sort";_e "strings";_gg "sync";);func RegisterStdFont (name StdFontName ,fnc func ()StdFont ,aliases ...StdFontName ){if _ ,_eec :=_ba .read (name );_eec {panic ("\u0066o\u006e\u0074\u0020\u0061l\u0072\u0065\u0061\u0064\u0079 \u0072e\u0067i\u0073\u0074\u0065\u0072\u0065\u0064\u003a "+string (name )); +};_ba .write (name ,fnc );for _ ,_fg :=range aliases {RegisterStdFont (_fg ,fnc );};};var _ceb _gg .Once ;func _eb ()StdFont {_ceb .Do (_faf );_bcae :=Descriptor {Name :CourierName ,Family :string (CourierName ),Weight :FontWeightMedium ,Flags :0x0021,BBox :[4]float64 {-23,-250,715,805},ItalicAngle :0,Ascent :629,Descent :-157,CapHeight :562,XHeight :426,StemV :51,StemH :51}; +return NewStdFont (_bcae ,_fge );};func (_fdc *ttfParser )parseCmapVersion (_abbe int64 )error {_fa .Log .Trace ("p\u0061\u0072\u0073\u0065\u0043\u006da\u0070\u0056\u0065\u0072\u0073\u0069\u006f\u006e\u003a \u006f\u0066\u0066s\u0065t\u003d\u0025\u0064",_abbe ); +if _fdc ._aca .Chars ==nil {_fdc ._aca .Chars =make (map[rune ]GID );};_fdc ._fab .Seek (int64 (_fdc ._fbf ["\u0063\u006d\u0061\u0070"])+_abbe ,_ee .SeekStart );var _gff ,_acfc uint32 ;_ggf :=_fdc .ReadUShort ();if _ggf < 8{_gff =uint32 (_fdc .ReadUShort ()); +_acfc =uint32 (_fdc .ReadUShort ());}else {_fdc .ReadUShort ();_gff =_fdc .ReadULong ();_acfc =_fdc .ReadULong ();};_fa .Log .Debug ("\u0070\u0061\u0072\u0073\u0065\u0043m\u0061\u0070\u0056\u0065\u0072\u0073\u0069\u006f\u006e\u003a\u0020\u0066\u006f\u0072\u006d\u0061\u0074\u003d\u0025\u0064 \u006c\u0065\u006e\u0067\u0074\u0068\u003d\u0025\u0064\u0020\u006c\u0061\u006e\u0067u\u0061g\u0065\u003d\u0025\u0064",_ggf ,_gff ,_acfc ); +switch _ggf {case 0:return _fdc .parseCmapFormat0 ();case 6:return _fdc .parseCmapFormat6 ();case 12:return _fdc .parseCmapFormat12 ();default:_fa .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a \u0055\u006e\u0073\u0075\u0070\u0070\u006f\u0072\u0074\u0065\u0064\u0020\u0063m\u0061\u0070\u0020\u0066\u006f\u0072\u006da\u0074\u003d\u0025\u0064",_ggf ); +return nil ;};};func _cge ()StdFont {_ccd .Do (_bfdg );_ced :=Descriptor {Name :TimesBoldItalicName ,Family :_ggb ,Weight :FontWeightBold ,Flags :0x0060,BBox :[4]float64 {-200,-218,996,921},ItalicAngle :-15,Ascent :683,Descent :-217,CapHeight :669,XHeight :462,StemV :121,StemH :42}; +return NewStdFont (_ced ,_ddd );};func NewFontFile2FromPdfObject (obj _ff .PdfObject )(TtfType ,error ){obj =_ff .TraceToDirectObject (obj );_dgfg ,_afa :=obj .(*_ff .PdfObjectStream );if !_afa {_fa .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0046\u006f\u006e\u0074\u0046\u0069\u006c\u0065\u0032\u0020\u006d\u0075\u0073\u0074\u0020\u0062\u0065 \u0061\u0020\u0073\u0074\u0072e\u0061\u006d \u0028\u0025\u0054\u0029",obj ); +return TtfType {},_ff .ErrTypeError ;};_dbf ,_cdbe :=_ff .DecodeStream (_dgfg );if _cdbe !=nil {return TtfType {},_cdbe ;};_aag :=ttfParser {_fab :_dg .NewReader (_dbf )};return _aag .Parse ();};var _bgeg *RuneCharSafeMap ;type GID =_cd .GID ;func (_fdaa *ttfParser )ReadShort ()(_gdec int16 ){_c .Read (_fdaa ._fab ,_c .BigEndian ,&_gdec ); +return _gdec ;};func (_beda *ttfParser )ParseComponents ()error {if _beg :=_beda .ParseHead ();_beg !=nil {return _beg ;};if _gee :=_beda .ParseHhea ();_gee !=nil {return _gee ;};if _gcc :=_beda .ParseMaxp ();_gcc !=nil {return _gcc ;};if _bad :=_beda .ParseHmtx (); +_bad !=nil {return _bad ;};if _ ,_ebd :=_beda ._fbf ["\u006e\u0061\u006d\u0065"];_ebd {if _ddf :=_beda .ParseName ();_ddf !=nil {return _ddf ;};};if _ ,_cfb :=_beda ._fbf ["\u004f\u0053\u002f\u0032"];_cfb {if _eaf :=_beda .ParseOS2 ();_eaf !=nil {return _eaf ; +};};if _ ,_eefd :=_beda ._fbf ["\u0070\u006f\u0073\u0074"];_eefd {if _ace :=_beda .ParsePost ();_ace !=nil {return _ace ;};};if _ ,_abb :=_beda ._fbf ["\u0063\u006d\u0061\u0070"];_abb {if _fda :=_beda .ParseCmap ();_fda !=nil {return _fda ;};};return nil ; +};func (_fd *ttfParser )Parse ()(TtfType ,error ){_gdcf ,_cef :=_fd .ReadStr (4);if _cef !=nil {return TtfType {},_cef ;};if _gdcf =="\u0074\u0074\u0063\u0066"{return _fd .parseTTC ();}else if _gdcf !="\u0000\u0001\u0000\u0000"&&_gdcf !="\u0074\u0072\u0075\u0065"{_fa .Log .Debug ("\u0055n\u0072\u0065c\u006f\u0067\u006ei\u007a\u0065\u0064\u0020\u0054\u0072\u0075e\u0054\u0079\u0070\u0065\u0020\u0066i\u006c\u0065\u0020\u0066\u006f\u0072\u006d\u0061\u0074\u002e\u0020v\u0065\u0072\u0073\u0069\u006f\u006e\u003d\u0025\u0071",_gdcf ); +};_fef :=int (_fd .ReadUShort ());_fd .Skip (3*2);_fd ._fbf =make (map[string ]uint32 );var _adg string ;for _aeb :=0;_aeb < _fef ;_aeb ++{_adg ,_cef =_fd .ReadStr (4);if _cef !=nil {return TtfType {},_cef ;};_fd .Skip (4);_fec :=_fd .ReadULong ();_fd .Skip (4); +_fd ._fbf [_adg ]=_fec ;};_fa .Log .Trace (_aegf (_fd ._fbf ));if _cef =_fd .ParseComponents ();_cef !=nil {return TtfType {},_cef ;};return _fd ._aca ,nil ;};type fontMap struct{_gg .Mutex ;_db map[StdFontName ]func ()StdFont ;};var _dgff =[]rune {'A','Æ','Á','Ă','Â','Ä','À','Ā','Ą','Å','Ã','B','C','Ć','Č','Ç','D','Ď','Đ','∆','E','É','Ě','Ê','Ë','Ė','È','Ē','Ę','Ð','€','F','G','Ğ','Ģ','H','I','Í','Î','Ï','İ','Ì','Ī','Į','J','K','Ķ','L','Ĺ','Ľ','Ļ','Ł','M','N','Ń','Ň','Ņ','Ñ','O','Œ','Ó','Ô','Ö','Ò','Ő','Ō','Ø','Õ','P','Q','R','Ŕ','Ř','Ŗ','S','Ś','Š','Ş','Ș','T','Ť','Ţ','Þ','U','Ú','Û','Ü','Ù','Ű','Ū','Ų','Ů','V','W','X','Y','Ý','Ÿ','Z','Ź','Ž','Ż','a','á','ă','â','´','ä','æ','à','ā','&','ą','å','^','~','*','@','ã','b','\\','|','{','}','[',']','˘','¦','•','c','ć','ˇ','č','ç','¸','¢','ˆ',':',',','\uf6c3','©','¤','d','†','‡','ď','đ','°','¨','÷','$','˙','ı','e','é','ě','ê','ë','ė','è','8','…','ē','—','–','ę','=','ð','!','¡','f','fi','5','fl','ƒ','4','⁄','g','ğ','ģ','ß','`','>','≥','«','»','‹','›','h','˝','-','i','í','î','ï','ì','ī','į','j','k','ķ','l','ĺ','ľ','ļ','<','≤','¬','◊','ł','m','¯','−','µ','×','n','ń','ň','ņ','9','≠','ñ','#','o','ó','ô','ö','œ','˛','ò','ő','ō','1','½','¼','¹','ª','º','ø','õ','p','¶','(',')','∂','%','.','·','‰','+','±','q','?','¿','"','„','“','”','‘','’','‚','\'','r','ŕ','√','ř','ŗ','®','˚','s','ś','š','ş','ș','§',';','7','6','/',' ','£','∑','t','ť','ţ','þ','3','¾','³','˜','™','2','²','u','ú','û','ü','ù','ű','ū','_','ų','ů','v','w','x','y','ý','ÿ','¥','z','ź','ž','ż','0'}; +func (_def *ttfParser )ParseHmtx ()error {if _fbfg :=_def .Seek ("\u0068\u006d\u0074\u0078");_fbfg !=nil {return _fbfg ;};_def ._aca .Widths =make ([]uint16 ,0,8);for _cac :=uint16 (0);_cac < _def ._bed ;_cac ++{_def ._aca .Widths =append (_def ._aca .Widths ,_def .ReadUShort ()); +_def .Skip (2);};if _def ._bed < _def ._fad &&_def ._bed > 0{_aaa :=_def ._aca .Widths [_def ._bed -1];for _fbb :=_def ._bed ;_fbb < _def ._fad ;_fbb ++{_def ._aca .Widths =append (_def ._aca .Widths ,_aaa );};};return nil ;};func _dga ()StdFont {_ceb .Do (_faf ); +_ce :=Descriptor {Name :CourierBoldObliqueName ,Family :string (CourierName ),Weight :FontWeightBold ,Flags :0x0061,BBox :[4]float64 {-57,-250,869,801},ItalicAngle :-12,Ascent :629,Descent :-157,CapHeight :562,XHeight :439,StemV :106,StemH :84};return NewStdFont (_ce ,_cg ); +};func (_fgef *TtfType )MakeEncoder ()(_cd .SimpleEncoder ,error ){_aaf :=make (map[_cd .CharCode ]GlyphName );for _deb :=_cd .CharCode (0);_deb <=256;_deb ++{_daf :=rune (_deb );_feg ,_ffe :=_fgef .Chars [_daf ];if !_ffe {continue ;};var _ag GlyphName ; +if int (_feg )>=0&&int (_feg )< len (_fgef .GlyphNames ){_ag =_fgef .GlyphNames [_feg ];}else {_bgega :=rune (_feg );if _fce ,_fgc :=_cd .RuneToGlyph (_bgega );_fgc {_ag =_fce ;};};if _ag !=""{_aaf [_deb ]=_ag ;};};if len (_aaf )==0{_fa .Log .Debug ("WA\u0052\u004eI\u004e\u0047\u003a\u0020\u005a\u0065\u0072\u006f\u0020l\u0065\u006e\u0067\u0074\u0068\u0020\u0054\u0072\u0075\u0065\u0054\u0079\u0070\u0065\u0020\u0065\u006e\u0063\u006f\u0064\u0069\u006e\u0067\u002e\u0020\u0074\u0074\u0066=\u0025s\u0020\u0043\u0068\u0061\u0072\u0073\u003d\u005b%\u00200\u0032\u0078]",_fgef ,_fgef .Chars ); +};return _cd .NewCustomSimpleTextEncoder (_aaf ,nil );};func (_fafe *ttfParser )parseTTC ()(TtfType ,error ){_fafe .Skip (2*2);_gfge :=_fafe .ReadULong ();if _gfge < 1{return TtfType {},_ec .New ("N\u006f \u0066\u006f\u006e\u0074\u0073\u0020\u0069\u006e \u0054\u0054\u0043\u0020fi\u006c\u0065"); +};_aede :=_fafe .ReadULong ();_ ,_faa :=_fafe ._fab .Seek (int64 (_aede ),_ee .SeekStart );if _faa !=nil {return TtfType {},_faa ;};return _fafe .Parse ();};func NewStdFontWithEncoding (desc Descriptor ,metrics *RuneCharSafeMap ,encoder _cd .TextEncoder )StdFont {var _cdb rune =0xA0; +if _ ,_afe :=metrics .Read (_cdb );!_afe {_gfg ,_ :=metrics .Read (0x20);metrics .Write (_cdb ,_gfg );};return StdFont {_cb :desc ,_cbc :metrics ,_cbf :encoder };};var _fga _gg .Once ;func _faf (){const _dgfd =600;_fge =MakeRuneCharSafeMap (len (_dgff )); +for _ ,_gce :=range _dgff {_fge .Write (_gce ,CharMetrics {Wx :_dgfd });};_dce =_fge .Copy ();_cg =_fge .Copy ();_eag =_fge .Copy ();};func _dcd ()StdFont {_fga .Do (_bbd );_gbb :=Descriptor {Name :HelveticaObliqueName ,Family :string (HelveticaName ),Weight :FontWeightMedium ,Flags :0x0060,BBox :[4]float64 {-170,-225,1116,931},ItalicAngle :-12,Ascent :718,Descent :-207,CapHeight :718,XHeight :523,StemV :88,StemH :76}; +return NewStdFont (_gbb ,_eef );};var _ Font =StdFont {};var _eag *RuneCharSafeMap ;var _gbg *RuneCharSafeMap ;func (_fba *ttfParser )parseCmapFormat12 ()error {_acfbf :=_fba .ReadULong ();_fa .Log .Trace ("\u0070\u0061\u0072se\u0043\u006d\u0061\u0070\u0046\u006f\u0072\u006d\u0061t\u00312\u003a \u0025s\u0020\u006e\u0075\u006d\u0047\u0072\u006f\u0075\u0070\u0073\u003d\u0025\u0064",_fba ._aca .String (),_acfbf ); +for _cgd :=uint32 (0);_cgd < _acfbf ;_cgd ++{_gcf :=_fba .ReadULong ();_fgce :=_fba .ReadULong ();_cdgg :=_fba .ReadULong ();if _gcf > 0x0010FFFF||(0xD800<=_gcf &&_gcf <=0xDFFF){return _ec .New ("\u0069n\u0076\u0061\u006c\u0069\u0064\u0020\u0063\u0068\u0061\u0072\u0061c\u0074\u0065\u0072\u0073\u0020\u0063\u006f\u0064\u0065\u0073"); +};if _fgce < _gcf ||_fgce > 0x0010FFFF||(0xD800<=_fgce &&_fgce <=0xDFFF){return _ec .New ("\u0069n\u0076\u0061\u006c\u0069\u0064\u0020\u0063\u0068\u0061\u0072\u0061c\u0074\u0065\u0072\u0073\u0020\u0063\u006f\u0064\u0065\u0073");};for _afc :=_gcf ;_afc <=_fgce ; +_afc ++{if _afc > 0x10FFFF{_fa .Log .Debug ("\u0046\u006fr\u006d\u0061\u0074\u0020\u0031\u0032\u0020\u0063\u006d\u0061\u0070\u0020\u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0073\u0020\u0063\u0068\u0061\u0072\u0061\u0063\u0074\u0065\u0072\u0020\u0062\u0065\u0079\u006f\u006e\u0064\u0020\u0055\u0043\u0053\u002d\u0034"); +};_fba ._aca .Chars [rune (_afc )]=GID (_cdgg );_cdgg ++;};};return nil ;};var _ed =[]int16 {722,889,722,722,722,722,722,722,722,722,722,667,667,667,667,667,722,722,722,612,611,611,611,611,611,611,611,611,611,722,500,556,722,722,722,722,333,333,333,333,333,333,333,333,389,722,722,611,611,611,611,611,889,722,722,722,722,722,722,889,722,722,722,722,722,722,722,722,556,722,667,667,667,667,556,556,556,556,556,611,611,611,556,722,722,722,722,722,722,722,722,722,722,944,722,722,722,722,611,611,611,611,444,444,444,444,333,444,667,444,444,778,444,444,469,541,500,921,444,500,278,200,480,480,333,333,333,200,350,444,444,333,444,444,333,500,333,278,250,250,760,500,500,500,500,588,500,400,333,564,500,333,278,444,444,444,444,444,444,444,500,1000,444,1000,500,444,564,500,333,333,333,556,500,556,500,500,167,500,500,500,500,333,564,549,500,500,333,333,500,333,333,278,278,278,278,278,278,278,278,500,500,278,278,344,278,564,549,564,471,278,778,333,564,500,564,500,500,500,500,500,549,500,500,500,500,500,500,722,333,500,500,500,500,750,750,300,276,310,500,500,500,453,333,333,476,833,250,250,1000,564,564,500,444,444,408,444,444,444,333,333,333,180,333,333,453,333,333,760,333,389,389,389,389,389,500,278,500,500,278,250,500,600,278,326,278,500,500,750,300,333,980,500,300,500,500,500,500,500,500,500,500,500,500,500,722,500,500,500,500,500,444,444,444,444,500}; +func _eg ()StdFont {_ccd .Do (_bfdg );_fgag :=Descriptor {Name :TimesBoldName ,Family :_ggb ,Weight :FontWeightBold ,Flags :0x0020,BBox :[4]float64 {-168,-218,1000,935},ItalicAngle :0,Ascent :683,Descent :-217,CapHeight :676,XHeight :461,StemV :139,StemH :44}; +return NewStdFont (_fgag ,_dea );};func (_bb StdFont )ToPdfObject ()_ff .PdfObject {_aege :=_ff .MakeDict ();_aege .Set ("\u0054\u0079\u0070\u0065",_ff .MakeName ("\u0046\u006f\u006e\u0074"));_aege .Set ("\u0053u\u0062\u0074\u0079\u0070\u0065",_ff .MakeName ("\u0054\u0079\u0070e\u0031")); +_aege .Set ("\u0042\u0061\u0073\u0065\u0046\u006f\u006e\u0074",_ff .MakeName (_bb .Name ()));_aege .Set ("\u0045\u006e\u0063\u006f\u0064\u0069\u006e\u0067",_bb ._cbf .ToPdfObject ());return _ff .MakeIndirectObject (_aege );};func (_daag *ttfParser )ReadStr (length int )(string ,error ){_fecb :=make ([]byte ,length ); +_eac ,_acdc :=_daag ._fab .Read (_fecb );if _acdc !=nil {return "",_acdc ;}else if _eac !=length {return "",_a .Errorf ("\u0075\u006e\u0061bl\u0065\u0020\u0074\u006f\u0020\u0072\u0065\u0061\u0064\u0020\u0025\u0064\u0020\u0062\u0079\u0074\u0065\u0073",length ); +};return string (_fecb ),nil ;};type FontWeight int ;func (_abc *ttfParser )ParsePost ()error {if _edfg :=_abc .Seek ("\u0070\u006f\u0073\u0074");_edfg !=nil {return _edfg ;};_gcb :=_abc .Read32Fixed ();_abc ._aca .ItalicAngle =_abc .Read32Fixed ();_abc ._aca .UnderlinePosition =_abc .ReadShort (); +_abc ._aca .UnderlineThickness =_abc .ReadShort ();_abc ._aca .IsFixedPitch =_abc .ReadULong ()!=0;_abc .ReadULong ();_abc .ReadULong ();_abc .ReadULong ();_abc .ReadULong ();_fa .Log .Trace ("\u0050a\u0072\u0073\u0065\u0050\u006f\u0073\u0074\u003a\u0020\u0066\u006fr\u006d\u0061\u0074\u0054\u0079\u0070\u0065\u003d\u0025\u0066",_gcb ); +switch _gcb {case 1.0:_abc ._aca .GlyphNames =_abg ;case 2.0:_fdge :=int (_abc .ReadUShort ());_acgd :=make ([]int ,_fdge );_abc ._aca .GlyphNames =make ([]GlyphName ,_fdge );_gde :=-1;for _egb :=0;_egb < _fdge ;_egb ++{_ebaf :=int (_abc .ReadUShort ()); +_acgd [_egb ]=_ebaf ;if _ebaf <=0x7fff&&_ebaf > _gde {_gde =_ebaf ;};};var _eeg []GlyphName ;if _gde >=len (_abg ){_eeg =make ([]GlyphName ,_gde -len (_abg )+1);for _fbe :=0;_fbe < _gde -len (_abg )+1;_fbe ++{_bce :=int (_abc .readByte ());_egee ,_cff :=_abc .ReadStr (_bce ); +if _cff !=nil {return _cff ;};_eeg [_fbe ]=GlyphName (_egee );};};for _bcdf :=0;_bcdf < _fdge ;_bcdf ++{_bcaf :=_acgd [_bcdf ];if _bcaf < len (_abg ){_abc ._aca .GlyphNames [_bcdf ]=_abg [_bcaf ];}else if _bcaf >=len (_abg )&&_bcaf <=32767{_abc ._aca .GlyphNames [_bcdf ]=_eeg [_bcaf -len (_abg )]; +}else {_abc ._aca .GlyphNames [_bcdf ]="\u002e\u0075\u006e\u0064\u0065\u0066\u0069\u006e\u0065\u0064";};};case 2.5:_aced :=make ([]int ,_abc ._fad );for _cab :=0;_cab < len (_aced );_cab ++{_badb :=int (_abc .ReadSByte ());_aced [_cab ]=_cab +1+_badb ; +};_abc ._aca .GlyphNames =make ([]GlyphName ,len (_aced ));for _egde :=0;_egde < len (_abc ._aca .GlyphNames );_egde ++{_dgaa :=_abg [_aced [_egde ]];_abc ._aca .GlyphNames [_egde ]=_dgaa ;};case 3.0:_fa .Log .Debug ("\u004e\u006f\u0020\u0050\u006f\u0073t\u0053\u0063\u0072i\u0070\u0074\u0020n\u0061\u006d\u0065\u0020\u0069\u006e\u0066\u006f\u0072\u006da\u0074\u0069\u006f\u006e\u0020is\u0020\u0070\u0072\u006f\u0076\u0069\u0064\u0065\u0064\u0020\u0066\u006f\u0072\u0020\u0074\u0068\u0065\u0020\u0066\u006f\u006e\u0074\u002e"); +default:_fa .Log .Debug ("\u0045\u0052\u0052\u004fR\u003a\u0020\u0055\u006e\u006b\u006e\u006f\u0077\u006e\u0020f\u006fr\u006d\u0061\u0074\u0054\u0079\u0070\u0065=\u0025\u0066",_gcb );};return nil ;};func (_aeg StdFont )Descriptor ()Descriptor {return _aeg ._cb }; +func init (){RegisterStdFont (CourierName ,_eb ,"\u0043\u006f\u0075\u0072\u0069\u0065\u0072\u0043\u006f\u0075\u0072\u0069e\u0072\u004e\u0065\u0077","\u0043\u006f\u0075\u0072\u0069\u0065\u0072\u004e\u0065\u0077");RegisterStdFont (CourierBoldName ,_daa ,"\u0043o\u0075r\u0069\u0065\u0072\u004e\u0065\u0077\u002c\u0042\u006f\u006c\u0064"); +RegisterStdFont (CourierObliqueName ,_ea ,"\u0043\u006f\u0075\u0072\u0069\u0065\u0072\u004e\u0065\u0077\u002c\u0049t\u0061\u006c\u0069\u0063");RegisterStdFont (CourierBoldObliqueName ,_dga ,"C\u006f\u0075\u0072\u0069er\u004ee\u0077\u002c\u0042\u006f\u006cd\u0049\u0074\u0061\u006c\u0069\u0063"); +};func _baad ()StdFont {_ccd .Do (_bfdg );_bfd :=Descriptor {Name :TimesRomanName ,Family :_ggb ,Weight :FontWeightRoman ,Flags :0x0020,BBox :[4]float64 {-168,-218,1000,898},ItalicAngle :0,Ascent :683,Descent :-217,CapHeight :662,XHeight :450,StemV :84,StemH :28}; +return NewStdFont (_bfd ,_gdc );};func (_cec *TtfType )NewEncoder ()_cd .TextEncoder {return _cd .NewTrueTypeFontEncoder (_cec .Chars )};func _cda ()StdFont {_fga .Do (_bbd );_eagf :=Descriptor {Name :HelveticaBoldName ,Family :string (HelveticaName ),Weight :FontWeightBold ,Flags :0x0020,BBox :[4]float64 {-170,-228,1003,962},ItalicAngle :0,Ascent :718,Descent :-207,CapHeight :718,XHeight :532,StemV :140,StemH :118}; +return NewStdFont (_eagf ,_gbg );};var _cg *RuneCharSafeMap ;func (_efdf *ttfParser )ParseCmap ()error {var _cgb int64 ;if _edf :=_efdf .Seek ("\u0063\u006d\u0061\u0070");_edf !=nil {return _edf ;};_efdf .ReadUShort ();_gca :=int (_efdf .ReadUShort ()); +_efde :=int64 (0);_baab :=int64 (0);_efa :=int64 (0);for _ccbe :=0;_ccbe < _gca ;_ccbe ++{_ead :=_efdf .ReadUShort ();_acfb :=_efdf .ReadUShort ();_cgb =int64 (_efdf .ReadULong ());if _ead ==3&&_acfb ==1{_baab =_cgb ;}else if _ead ==3&&_acfb ==10{_efa =_cgb ; +}else if _ead ==1&&_acfb ==0{_efde =_cgb ;};};if _efde !=0{if _gfe :=_efdf .parseCmapVersion (_efde );_gfe !=nil {return _gfe ;};};if _baab !=0{if _eaa :=_efdf .parseCmapSubtable31 (_baab );_eaa !=nil {return _eaa ;};};if _efa !=0{if _add :=_efdf .parseCmapVersion (_efa ); +_add !=nil {return _add ;};};if _baab ==0&&_efde ==0&&_efa ==0{_fa .Log .Debug ("\u0074\u0074\u0066P\u0061\u0072\u0073\u0065\u0072\u002e\u0050\u0061\u0072\u0073\u0065\u0043\u006d\u0061\u0070\u002e\u0020\u004e\u006f\u0020\u0033\u0031\u002c\u0020\u0031\u0030\u002c\u0020\u00331\u0030\u0020\u0074\u0061\u0062\u006c\u0065\u002e"); +};return nil ;};var _ba =&fontMap {_db :make (map[StdFontName ]func ()StdFont )};var _gdc *RuneCharSafeMap ;func (_gb *RuneCharSafeMap )Range (f func (_ggc rune ,_gfb CharMetrics )(_bc bool )){_gb ._bg .RLock ();defer _gb ._bg .RUnlock ();for _bgc ,_da :=range _gb ._dgf {if f (_bgc ,_da ){break ; +};};};func (_dfe StdFont )Name ()string {return string (_dfe ._cb .Name )};var _afef =[]int16 {722,1000,722,722,722,722,722,722,722,722,722,722,722,722,722,722,722,722,722,612,667,667,667,667,667,667,667,667,667,722,556,611,778,778,778,722,278,278,278,278,278,278,278,278,556,722,722,611,611,611,611,611,833,722,722,722,722,722,778,1000,778,778,778,778,778,778,778,778,667,778,722,722,722,722,667,667,667,667,667,611,611,611,667,722,722,722,722,722,722,722,722,722,667,944,667,667,667,667,611,611,611,611,556,556,556,556,333,556,889,556,556,722,556,556,584,584,389,975,556,611,278,280,389,389,333,333,333,280,350,556,556,333,556,556,333,556,333,333,278,250,737,556,611,556,556,743,611,400,333,584,556,333,278,556,556,556,556,556,556,556,556,1000,556,1000,556,556,584,611,333,333,333,611,556,611,556,556,167,611,611,611,611,333,584,549,556,556,333,333,611,333,333,278,278,278,278,278,278,278,278,556,556,278,278,400,278,584,549,584,494,278,889,333,584,611,584,611,611,611,611,556,549,611,556,611,611,611,611,944,333,611,611,611,556,834,834,333,370,365,611,611,611,556,333,333,494,889,278,278,1000,584,584,611,611,611,474,500,500,500,278,278,278,238,389,389,549,389,389,737,333,556,556,556,556,556,556,333,556,556,278,278,556,600,333,389,333,611,556,834,333,333,1000,556,333,611,611,611,611,611,611,611,556,611,611,556,778,556,556,556,556,556,500,500,500,500,556}; +type StdFont struct{_cb Descriptor ;_cbc *RuneCharSafeMap ;_cbf _cd .TextEncoder ;};func init (){RegisterStdFont (HelveticaName ,_baf ,"\u0041\u0072\u0069a\u006c");RegisterStdFont (HelveticaBoldName ,_cda ,"\u0041\u0072\u0069\u0061\u006c\u002c\u0042\u006f\u006c\u0064"); +RegisterStdFont (HelveticaObliqueName ,_dcd ,"\u0041\u0072\u0069a\u006c\u002c\u0049\u0074\u0061\u006c\u0069\u0063");RegisterStdFont (HelveticaBoldObliqueName ,_baa ,"\u0041\u0072i\u0061\u006c\u002cB\u006f\u006c\u0064\u0049\u0074\u0061\u006c\u0069\u0063"); +};var _eef *RuneCharSafeMap ;var _ga =[]int16 {667,1000,667,667,667,667,667,667,667,667,667,667,722,722,722,722,722,722,722,612,667,667,667,667,667,667,667,667,667,722,556,611,778,778,778,722,278,278,278,278,278,278,278,278,500,667,667,556,556,556,556,556,833,722,722,722,722,722,778,1000,778,778,778,778,778,778,778,778,667,778,722,722,722,722,667,667,667,667,667,611,611,611,667,722,722,722,722,722,722,722,722,722,667,944,667,667,667,667,611,611,611,611,556,556,556,556,333,556,889,556,556,667,556,556,469,584,389,1015,556,556,278,260,334,334,278,278,333,260,350,500,500,333,500,500,333,556,333,278,278,250,737,556,556,556,556,643,556,400,333,584,556,333,278,556,556,556,556,556,556,556,556,1000,556,1000,556,556,584,556,278,333,278,500,556,500,556,556,167,556,556,556,611,333,584,549,556,556,333,333,556,333,333,222,278,278,278,278,278,222,222,500,500,222,222,299,222,584,549,584,471,222,833,333,584,556,584,556,556,556,556,556,549,556,556,556,556,556,556,944,333,556,556,556,556,834,834,333,370,365,611,556,556,537,333,333,476,889,278,278,1000,584,584,556,556,611,355,333,333,333,222,222,222,191,333,333,453,333,333,737,333,500,500,500,500,500,556,278,556,556,278,278,556,600,278,317,278,556,556,834,333,333,1000,556,333,556,556,556,556,556,556,556,556,556,556,500,722,500,500,500,500,556,500,500,500,500,556}; +func (_acfd *ttfParser )ParseOS2 ()error {if _caad :=_acfd .Seek ("\u004f\u0053\u002f\u0032");_caad !=nil {return _caad ;};_ccaa :=_acfd .ReadUShort ();_acfd .Skip (4*2);_acfd .Skip (11*2+10+4*4+4);_ecc :=_acfd .ReadUShort ();_acfd ._aca .Bold =(_ecc &32)!=0; +_acfd .Skip (2*2);_acfd ._aca .TypoAscender =_acfd .ReadShort ();_acfd ._aca .TypoDescender =_acfd .ReadShort ();if _ccaa >=2{_acfd .Skip (3*2+2*4+2);_acfd ._aca .CapHeight =_acfd .ReadShort ();}else {_acfd ._aca .CapHeight =0;};return nil ;};func (_cdg *RuneCharSafeMap )Copy ()*RuneCharSafeMap {_gc :=MakeRuneCharSafeMap (_cdg .Length ()); +_cdg .Range (func (_dd rune ,_gf CharMetrics )(_gga bool ){_gc ._dgf [_dd ]=_gf ;return false });return _gc ;};var _acf =&RuneCharSafeMap {_dgf :map[rune ]CharMetrics {' ':{Wx :278},'→':{Wx :838},'↔':{Wx :1016},'↕':{Wx :458},'①':{Wx :788},'②':{Wx :788},'③':{Wx :788},'④':{Wx :788},'⑤':{Wx :788},'⑥':{Wx :788},'⑦':{Wx :788},'⑧':{Wx :788},'⑨':{Wx :788},'⑩':{Wx :788},'■':{Wx :761},'▲':{Wx :892},'▼':{Wx :892},'◆':{Wx :788},'●':{Wx :791},'◗':{Wx :438},'★':{Wx :816},'☎':{Wx :719},'☛':{Wx :960},'☞':{Wx :939},'♠':{Wx :626},'♣':{Wx :776},'♥':{Wx :694},'♦':{Wx :595},'✁':{Wx :974},'✂':{Wx :961},'✃':{Wx :974},'✄':{Wx :980},'✆':{Wx :789},'✇':{Wx :790},'✈':{Wx :791},'✉':{Wx :690},'✌':{Wx :549},'✍':{Wx :855},'✎':{Wx :911},'✏':{Wx :933},'✐':{Wx :911},'✑':{Wx :945},'✒':{Wx :974},'✓':{Wx :755},'✔':{Wx :846},'✕':{Wx :762},'✖':{Wx :761},'✗':{Wx :571},'✘':{Wx :677},'✙':{Wx :763},'✚':{Wx :760},'✛':{Wx :759},'✜':{Wx :754},'✝':{Wx :494},'✞':{Wx :552},'✟':{Wx :537},'✠':{Wx :577},'✡':{Wx :692},'✢':{Wx :786},'✣':{Wx :788},'✤':{Wx :788},'✥':{Wx :790},'✦':{Wx :793},'✧':{Wx :794},'✩':{Wx :823},'✪':{Wx :789},'✫':{Wx :841},'✬':{Wx :823},'✭':{Wx :833},'✮':{Wx :816},'✯':{Wx :831},'✰':{Wx :923},'✱':{Wx :744},'✲':{Wx :723},'✳':{Wx :749},'✴':{Wx :790},'✵':{Wx :792},'✶':{Wx :695},'✷':{Wx :776},'✸':{Wx :768},'✹':{Wx :792},'✺':{Wx :759},'✻':{Wx :707},'✼':{Wx :708},'✽':{Wx :682},'✾':{Wx :701},'✿':{Wx :826},'❀':{Wx :815},'❁':{Wx :789},'❂':{Wx :789},'❃':{Wx :707},'❄':{Wx :687},'❅':{Wx :696},'❆':{Wx :689},'❇':{Wx :786},'❈':{Wx :787},'❉':{Wx :713},'❊':{Wx :791},'❋':{Wx :785},'❍':{Wx :873},'❏':{Wx :762},'❐':{Wx :762},'❑':{Wx :759},'❒':{Wx :759},'❖':{Wx :784},'❘':{Wx :138},'❙':{Wx :277},'❚':{Wx :415},'❛':{Wx :392},'❜':{Wx :392},'❝':{Wx :668},'❞':{Wx :668},'❡':{Wx :732},'❢':{Wx :544},'❣':{Wx :544},'❤':{Wx :910},'❥':{Wx :667},'❦':{Wx :760},'❧':{Wx :760},'❶':{Wx :788},'❷':{Wx :788},'❸':{Wx :788},'❹':{Wx :788},'❺':{Wx :788},'❻':{Wx :788},'❼':{Wx :788},'❽':{Wx :788},'❾':{Wx :788},'❿':{Wx :788},'➀':{Wx :788},'➁':{Wx :788},'➂':{Wx :788},'➃':{Wx :788},'➄':{Wx :788},'➅':{Wx :788},'➆':{Wx :788},'➇':{Wx :788},'➈':{Wx :788},'➉':{Wx :788},'➊':{Wx :788},'➋':{Wx :788},'➌':{Wx :788},'➍':{Wx :788},'➎':{Wx :788},'➏':{Wx :788},'➐':{Wx :788},'➑':{Wx :788},'➒':{Wx :788},'➓':{Wx :788},'➔':{Wx :894},'➘':{Wx :748},'➙':{Wx :924},'➚':{Wx :748},'➛':{Wx :918},'➜':{Wx :927},'➝':{Wx :928},'➞':{Wx :928},'➟':{Wx :834},'➠':{Wx :873},'➡':{Wx :828},'➢':{Wx :924},'➣':{Wx :924},'➤':{Wx :917},'➥':{Wx :930},'➦':{Wx :931},'➧':{Wx :463},'➨':{Wx :883},'➩':{Wx :836},'➪':{Wx :836},'➫':{Wx :867},'➬':{Wx :867},'➭':{Wx :696},'➮':{Wx :696},'➯':{Wx :874},'➱':{Wx :874},'➲':{Wx :760},'➳':{Wx :946},'➴':{Wx :771},'➵':{Wx :865},'➶':{Wx :771},'➷':{Wx :888},'➸':{Wx :967},'➹':{Wx :888},'➺':{Wx :831},'➻':{Wx :873},'➼':{Wx :927},'➽':{Wx :970},'➾':{Wx :918},'\uf8d7':{Wx :390},'\uf8d8':{Wx :390},'\uf8d9':{Wx :317},'\uf8da':{Wx :317},'\uf8db':{Wx :276},'\uf8dc':{Wx :276},'\uf8dd':{Wx :509},'\uf8de':{Wx :509},'\uf8df':{Wx :410},'\uf8e0':{Wx :410},'\uf8e1':{Wx :234},'\uf8e2':{Wx :234},'\uf8e3':{Wx :334},'\uf8e4':{Wx :334}}}; +type TtfType struct{UnitsPerEm uint16 ;PostScriptName string ;Bold bool ;ItalicAngle float64 ;IsFixedPitch bool ;TypoAscender int16 ;TypoDescender int16 ;UnderlinePosition int16 ;UnderlineThickness int16 ;Xmin ,Ymin ,Xmax ,Ymax int16 ;CapHeight int16 ; +Widths []uint16 ;Chars map[rune ]GID ;GlyphNames []GlyphName ;};func MakeRuneCharSafeMap (length int )*RuneCharSafeMap {return &RuneCharSafeMap {_dgf :make (map[rune ]CharMetrics ,length )};};func (_ge *fontMap )read (_aa StdFontName )(func ()StdFont ,bool ){_ge .Lock (); +defer _ge .Unlock ();_ecb ,_de :=_ge ._db [_aa ];return _ecb ,_de ;};func (_ac *RuneCharSafeMap )Write (b rune ,r CharMetrics ){_ac ._bg .Lock ();defer _ac ._bg .Unlock ();_ac ._dgf [b ]=r ;};func _aegf (_bfc map[string ]uint32 )string {var _dead []string ; +for _cgf :=range _bfc {_dead =append (_dead ,_cgf );};_d .Slice (_dead ,func (_efd ,_effe int )bool {return _bfc [_dead [_efd ]]< _bfc [_dead [_effe ]]});_gab :=[]string {_a .Sprintf ("\u0054\u0072\u0075\u0065Ty\u0070\u0065\u0020\u0074\u0061\u0062\u006c\u0065\u0073\u003a\u0020\u0025\u0064",len (_bfc ))}; +for _ ,_gdb :=range _dead {_gab =append (_gab ,_a .Sprintf ("\u0009%\u0071\u0020\u0025\u0035\u0064",_gdb ,_bfc [_gdb ]));};return _e .Join (_gab ,"\u000a");};func (_egf *ttfParser )ParseName ()error {if _bbe :=_egf .Seek ("\u006e\u0061\u006d\u0065");_bbe !=nil {return _bbe ; +};_fcg ,_ :=_egf ._fab .Seek (0,_ee .SeekCurrent );_egf ._aca .PostScriptName ="";_egf .Skip (2);_eca :=_egf .ReadUShort ();_baee :=_egf .ReadUShort ();for _cebg :=uint16 (0);_cebg < _eca &&_egf ._aca .PostScriptName =="";_cebg ++{_egf .Skip (3*2);_faab :=_egf .ReadUShort (); +_agce :=_egf .ReadUShort ();_feb :=_egf .ReadUShort ();if _faab ==6{_egf ._fab .Seek (_fcg +int64 (_baee )+int64 (_feb ),_ee .SeekStart );_eea ,_bgg :=_egf .ReadStr (int (_agce ));if _bgg !=nil {return _bgg ;};_eea =_e .Replace (_eea ,"\u0000","",-1);_aec ,_bgg :=_b .Compile ("\u005b\u0028\u0029\u007b\u007d\u003c\u003e\u0020\u002f%\u005b\u005c\u005d\u005d"); +if _bgg !=nil {return _bgg ;};_egf ._aca .PostScriptName =_aec .ReplaceAllString (_eea ,"");};};if _egf ._aca .PostScriptName ==""{_fa .Log .Debug ("\u0050a\u0072\u0073e\u004e\u0061\u006de\u003a\u0020\u0054\u0068\u0065\u0020\u006ea\u006d\u0065\u0020\u0050\u006f\u0073t\u0053\u0063\u0072\u0069\u0070\u0074\u0020\u0077\u0061\u0073\u0020n\u006f\u0074\u0020\u0066\u006f\u0075\u006e\u0064\u002e"); +};return nil ;};func (_fcc *TtfType )MakeToUnicode ()*_ae .CMap {_agc :=make (map[_ae .CharCode ]rune );if len (_fcc .GlyphNames )==0{for _dbd :=range _fcc .Chars {_agc [_ae .CharCode (_dbd )]=_dbd ;};return _ae .NewToUnicodeCMap (_agc );};for _eda ,_bfdc :=range _fcc .Chars {_gbd :=_ae .CharCode (_eda ); +_fcb :=_fcc .GlyphNames [_bfdc ];_cdad ,_cae :=_cd .GlyphToRune (_fcb );if !_cae {_fa .Log .Debug ("\u004e\u006f \u0072\u0075\u006e\u0065\u002e\u0020\u0063\u006f\u0064\u0065\u003d\u0030\u0078\u0025\u0030\u0034\u0078\u0020\u0067\u006c\u0079\u0070h=\u0025\u0071",_eda ,_fcb ); +_cdad =_cd .MissingCodeRune ;};_agc [_gbd ]=_cdad ;};return _ae .NewToUnicodeCMap (_agc );};func TtfParseFile (fileStr string )(TtfType ,error ){_gfgb ,_dca :=_f .Open (fileStr );if _dca !=nil {return TtfType {},_dca ;};defer _gfgb .Close ();return TtfParse (_gfgb ); +};func init (){RegisterStdFont (SymbolName ,_afd ,"\u0053\u0079\u006d\u0062\u006f\u006c\u002c\u0049\u0074\u0061\u006c\u0069\u0063","S\u0079\u006d\u0062\u006f\u006c\u002c\u0042\u006f\u006c\u0064","\u0053\u0079\u006d\u0062\u006f\u006c\u002c\u0042\u006f\u006c\u0064\u0049t\u0061\u006c\u0069\u0063"); +RegisterStdFont (ZapfDingbatsName ,_eff );};func _ea ()StdFont {_ceb .Do (_faf );_ecf :=Descriptor {Name :CourierObliqueName ,Family :string (CourierName ),Weight :FontWeightMedium ,Flags :0x0061,BBox :[4]float64 {-27,-250,849,805},ItalicAngle :-12,Ascent :629,Descent :-157,CapHeight :562,XHeight :426,StemV :51,StemH :51}; +return NewStdFont (_ecf ,_eag );};const (HelveticaName =StdFontName ("\u0048e\u006c\u0076\u0065\u0074\u0069\u0063a");HelveticaBoldName =StdFontName ("\u0048\u0065\u006c\u0076\u0065\u0074\u0069\u0063\u0061-\u0042\u006f\u006c\u0064");HelveticaObliqueName =StdFontName ("\u0048\u0065\u006c\u0076\u0065\u0074\u0069\u0063\u0061\u002d\u004f\u0062l\u0069\u0071\u0075\u0065"); +HelveticaBoldObliqueName =StdFontName ("H\u0065\u006c\u0076\u0065ti\u0063a\u002d\u0042\u006f\u006c\u0064O\u0062\u006c\u0069\u0071\u0075\u0065"););var _ccb =[]int16 {667,944,667,667,667,667,667,667,667,667,667,667,667,667,667,667,722,722,722,612,667,667,667,667,667,667,667,667,667,722,500,667,722,722,722,778,389,389,389,389,389,389,389,389,500,667,667,611,611,611,611,611,889,722,722,722,722,722,722,944,722,722,722,722,722,722,722,722,611,722,667,667,667,667,556,556,556,556,556,611,611,611,611,722,722,722,722,722,722,722,722,722,667,889,667,611,611,611,611,611,611,611,500,500,500,500,333,500,722,500,500,778,500,500,570,570,500,832,500,500,278,220,348,348,333,333,333,220,350,444,444,333,444,444,333,500,333,333,250,250,747,500,500,500,500,608,500,400,333,570,500,333,278,444,444,444,444,444,444,444,500,1000,444,1000,500,444,570,500,389,389,333,556,500,556,500,500,167,500,500,500,500,333,570,549,500,500,333,333,556,333,333,278,278,278,278,278,278,278,278,500,500,278,278,382,278,570,549,606,494,278,778,333,606,576,570,556,556,556,556,500,549,556,500,500,500,500,500,722,333,500,500,500,500,750,750,300,266,300,500,500,500,500,333,333,494,833,250,250,1000,570,570,500,500,500,555,500,500,500,333,333,333,278,389,389,549,389,389,747,333,389,389,389,389,389,500,333,500,500,278,250,500,600,278,366,278,500,500,750,300,333,1000,500,300,556,556,556,556,556,556,556,500,556,556,444,667,500,444,444,444,500,389,389,389,389,500}; +var _bgb *RuneCharSafeMap ;func _baf ()StdFont {_fga .Do (_bbd );_fc :=Descriptor {Name :HelveticaName ,Family :string (HelveticaName ),Weight :FontWeightMedium ,Flags :0x0020,BBox :[4]float64 {-166,-225,1000,931},ItalicAngle :0,Ascent :718,Descent :-207,CapHeight :718,XHeight :523,StemV :88,StemH :76}; +return NewStdFont (_fc ,_baae );};func init (){RegisterStdFont (TimesRomanName ,_baad ,"\u0054\u0069\u006d\u0065\u0073\u004e\u0065\u0077\u0052\u006f\u006d\u0061\u006e","\u0054\u0069\u006de\u0073");RegisterStdFont (TimesBoldName ,_eg ,"\u0054i\u006de\u0073\u004e\u0065\u0077\u0052o\u006d\u0061n\u002c\u0042\u006f\u006c\u0064","\u0054\u0069\u006d\u0065\u0073\u002c\u0042\u006f\u006c\u0064"); +RegisterStdFont (TimesItalicName ,_abf ,"T\u0069m\u0065\u0073\u004e\u0065\u0077\u0052\u006f\u006da\u006e\u002c\u0049\u0074al\u0069\u0063","\u0054\u0069\u006de\u0073\u002c\u0049\u0074\u0061\u006c\u0069\u0063");RegisterStdFont (TimesBoldItalicName ,_cge ,"\u0054i\u006d\u0065\u0073\u004e\u0065\u0077\u0052\u006f\u006d\u0061\u006e,\u0042\u006f\u006c\u0064\u0049\u0074\u0061\u006c\u0069\u0063","\u0054\u0069m\u0065\u0073\u002cB\u006f\u006c\u0064\u0049\u0074\u0061\u006c\u0069\u0063"); +};var _gaf =[]int16 {722,1000,722,722,722,722,722,722,722,722,722,667,722,722,722,722,722,722,722,612,667,667,667,667,667,667,667,667,667,722,500,611,778,778,778,778,389,389,389,389,389,389,389,389,500,778,778,667,667,667,667,667,944,722,722,722,722,722,778,1000,778,778,778,778,778,778,778,778,611,778,722,722,722,722,556,556,556,556,556,667,667,667,611,722,722,722,722,722,722,722,722,722,722,1000,722,722,722,722,667,667,667,667,500,500,500,500,333,500,722,500,500,833,500,500,581,520,500,930,500,556,278,220,394,394,333,333,333,220,350,444,444,333,444,444,333,500,333,333,250,250,747,500,556,500,500,672,556,400,333,570,500,333,278,444,444,444,444,444,444,444,500,1000,444,1000,500,444,570,500,333,333,333,556,500,556,500,500,167,500,500,500,556,333,570,549,500,500,333,333,556,333,333,278,278,278,278,278,278,278,333,556,556,278,278,394,278,570,549,570,494,278,833,333,570,556,570,556,556,556,556,500,549,556,500,500,500,500,500,722,333,500,500,500,500,750,750,300,300,330,500,500,556,540,333,333,494,1000,250,250,1000,570,570,556,500,500,555,500,500,500,333,333,333,278,444,444,549,444,444,747,333,389,389,389,389,389,500,333,500,500,278,250,500,600,333,416,333,556,500,750,300,333,1000,500,300,556,556,556,556,556,556,556,500,556,556,500,722,500,500,500,500,500,444,444,444,444,500}; +var _dea *RuneCharSafeMap ;const (SymbolName =StdFontName ("\u0053\u0079\u006d\u0062\u006f\u006c");ZapfDingbatsName =StdFontName ("\u005a\u0061\u0070f\u0044\u0069\u006e\u0067\u0062\u0061\u0074\u0073"););func NewStdFontByName (name StdFontName )(StdFont ,bool ){_dgc ,_ad :=_ba .read (name ); +if !_ad {return StdFont {},false ;};return _dgc (),true ;};var _bfdd =[]int16 {611,889,611,611,611,611,611,611,611,611,611,611,667,667,667,667,722,722,722,612,611,611,611,611,611,611,611,611,611,722,500,611,722,722,722,722,333,333,333,333,333,333,333,333,444,667,667,556,556,611,556,556,833,667,667,667,667,667,722,944,722,722,722,722,722,722,722,722,611,722,611,611,611,611,500,500,500,500,500,556,556,556,611,722,722,722,722,722,722,722,722,722,611,833,611,556,556,556,556,556,556,556,500,500,500,500,333,500,667,500,500,778,500,500,422,541,500,920,500,500,278,275,400,400,389,389,333,275,350,444,444,333,444,444,333,500,333,333,250,250,760,500,500,500,500,544,500,400,333,675,500,333,278,444,444,444,444,444,444,444,500,889,444,889,500,444,675,500,333,389,278,500,500,500,500,500,167,500,500,500,500,333,675,549,500,500,333,333,500,333,333,278,278,278,278,278,278,278,278,444,444,278,278,300,278,675,549,675,471,278,722,333,675,500,675,500,500,500,500,500,549,500,500,500,500,500,500,667,333,500,500,500,500,750,750,300,276,310,500,500,500,523,333,333,476,833,250,250,1000,675,675,500,500,500,420,556,556,556,333,333,333,214,389,389,453,389,389,760,333,389,389,389,389,389,500,333,500,500,278,250,500,600,278,300,278,500,500,750,300,333,980,500,300,500,500,500,500,500,500,500,500,500,500,444,667,444,444,444,444,500,389,389,389,389,500}; +func (_edd *ttfParser )Read32Fixed ()float64 {_ggg :=float64 (_edd .ReadShort ());_dbb :=float64 (_edd .ReadUShort ())/65536.0;return _ggg +_dbb ;};type CharMetrics struct{Wx float64 ;Wy float64 ;};var _dce *RuneCharSafeMap ;func (_bca StdFont )GetMetricsTable ()*RuneCharSafeMap {return _bca ._cbc }; +var _fea =&RuneCharSafeMap {_dgf :map[rune ]CharMetrics {' ':{Wx :250},'!':{Wx :333},'#':{Wx :500},'%':{Wx :833},'&':{Wx :778},'(':{Wx :333},')':{Wx :333},'+':{Wx :549},',':{Wx :250},'.':{Wx :250},'/':{Wx :278},'0':{Wx :500},'1':{Wx :500},'2':{Wx :500},'3':{Wx :500},'4':{Wx :500},'5':{Wx :500},'6':{Wx :500},'7':{Wx :500},'8':{Wx :500},'9':{Wx :500},':':{Wx :278},';':{Wx :278},'<':{Wx :549},'=':{Wx :549},'>':{Wx :549},'?':{Wx :444},'[':{Wx :333},']':{Wx :333},'_':{Wx :500},'{':{Wx :480},'|':{Wx :200},'}':{Wx :480},'¬':{Wx :713},'°':{Wx :400},'±':{Wx :549},'µ':{Wx :576},'×':{Wx :549},'÷':{Wx :549},'ƒ':{Wx :500},'Α':{Wx :722},'Β':{Wx :667},'Γ':{Wx :603},'Ε':{Wx :611},'Ζ':{Wx :611},'Η':{Wx :722},'Θ':{Wx :741},'Ι':{Wx :333},'Κ':{Wx :722},'Λ':{Wx :686},'Μ':{Wx :889},'Ν':{Wx :722},'Ξ':{Wx :645},'Ο':{Wx :722},'Π':{Wx :768},'Ρ':{Wx :556},'Σ':{Wx :592},'Τ':{Wx :611},'Υ':{Wx :690},'Φ':{Wx :763},'Χ':{Wx :722},'Ψ':{Wx :795},'α':{Wx :631},'β':{Wx :549},'γ':{Wx :411},'δ':{Wx :494},'ε':{Wx :439},'ζ':{Wx :494},'η':{Wx :603},'θ':{Wx :521},'ι':{Wx :329},'κ':{Wx :549},'λ':{Wx :549},'ν':{Wx :521},'ξ':{Wx :493},'ο':{Wx :549},'π':{Wx :549},'ρ':{Wx :549},'ς':{Wx :439},'σ':{Wx :603},'τ':{Wx :439},'υ':{Wx :576},'φ':{Wx :521},'χ':{Wx :549},'ψ':{Wx :686},'ω':{Wx :686},'ϑ':{Wx :631},'ϒ':{Wx :620},'ϕ':{Wx :603},'ϖ':{Wx :713},'•':{Wx :460},'…':{Wx :1000},'′':{Wx :247},'″':{Wx :411},'⁄':{Wx :167},'€':{Wx :750},'ℑ':{Wx :686},'℘':{Wx :987},'ℜ':{Wx :795},'Ω':{Wx :768},'ℵ':{Wx :823},'←':{Wx :987},'↑':{Wx :603},'→':{Wx :987},'↓':{Wx :603},'↔':{Wx :1042},'↵':{Wx :658},'⇐':{Wx :987},'⇑':{Wx :603},'⇒':{Wx :987},'⇓':{Wx :603},'⇔':{Wx :1042},'∀':{Wx :713},'∂':{Wx :494},'∃':{Wx :549},'∅':{Wx :823},'∆':{Wx :612},'∇':{Wx :713},'∈':{Wx :713},'∉':{Wx :713},'∋':{Wx :439},'∏':{Wx :823},'∑':{Wx :713},'−':{Wx :549},'∗':{Wx :500},'√':{Wx :549},'∝':{Wx :713},'∞':{Wx :713},'∠':{Wx :768},'∧':{Wx :603},'∨':{Wx :603},'∩':{Wx :768},'∪':{Wx :768},'∫':{Wx :274},'∴':{Wx :863},'∼':{Wx :549},'≅':{Wx :549},'≈':{Wx :549},'≠':{Wx :549},'≡':{Wx :549},'≤':{Wx :549},'≥':{Wx :549},'⊂':{Wx :713},'⊃':{Wx :713},'⊄':{Wx :713},'⊆':{Wx :713},'⊇':{Wx :713},'⊕':{Wx :768},'⊗':{Wx :768},'⊥':{Wx :658},'⋅':{Wx :250},'⌠':{Wx :686},'⌡':{Wx :686},'〈':{Wx :329},'〉':{Wx :329},'◊':{Wx :494},'♠':{Wx :753},'♣':{Wx :753},'♥':{Wx :753},'♦':{Wx :753},'\uf6d9':{Wx :790},'\uf6da':{Wx :790},'\uf6db':{Wx :890},'\uf8e5':{Wx :500},'\uf8e6':{Wx :603},'\uf8e7':{Wx :1000},'\uf8e8':{Wx :790},'\uf8e9':{Wx :790},'\uf8ea':{Wx :786},'\uf8eb':{Wx :384},'\uf8ec':{Wx :384},'\uf8ed':{Wx :384},'\uf8ee':{Wx :384},'\uf8ef':{Wx :384},'\uf8f0':{Wx :384},'\uf8f1':{Wx :494},'\uf8f2':{Wx :494},'\uf8f3':{Wx :494},'\uf8f4':{Wx :494},'\uf8f5':{Wx :686},'\uf8f6':{Wx :384},'\uf8f7':{Wx :384},'\uf8f8':{Wx :384},'\uf8f9':{Wx :384},'\uf8fa':{Wx :384},'\uf8fb':{Wx :384},'\uf8fc':{Wx :494},'\uf8fd':{Wx :494},'\uf8fe':{Wx :494},'\uf8ff':{Wx :790}}}; +type Font interface{Encoder ()_cd .TextEncoder ;GetRuneMetrics (_be rune )(CharMetrics ,bool );};func (_egd *ttfParser )ParseHhea ()error {if _gfgf :=_egd .Seek ("\u0068\u0068\u0065\u0061");_gfgf !=nil {return _gfgf ;};_egd .Skip (4+15*2);_egd ._bed =_egd .ReadUShort (); +return nil ;};func _eff ()StdFont {_dcef :=_cd .NewZapfDingbatsEncoder ();_cfd :=Descriptor {Name :ZapfDingbatsName ,Family :string (ZapfDingbatsName ),Weight :FontWeightMedium ,Flags :0x0004,BBox :[4]float64 {-1,-143,981,820},ItalicAngle :0,Ascent :0,Descent :0,CapHeight :0,XHeight :0,StemV :90,StemH :28}; +return NewStdFontWithEncoding (_cfd ,_acf ,_dcef );};const (CourierName =StdFontName ("\u0043o\u0075\u0072\u0069\u0065\u0072");CourierBoldName =StdFontName ("\u0043\u006f\u0075r\u0069\u0065\u0072\u002d\u0042\u006f\u006c\u0064");CourierObliqueName =StdFontName ("\u0043o\u0075r\u0069\u0065\u0072\u002d\u004f\u0062\u006c\u0069\u0071\u0075\u0065"); +CourierBoldObliqueName =StdFontName ("\u0043\u006f\u0075\u0072ie\u0072\u002d\u0042\u006f\u006c\u0064\u004f\u0062\u006c\u0069\u0071\u0075\u0065"););func (_aef *fontMap )write (_bge StdFontName ,_bf func ()StdFont ){_aef .Lock ();defer _aef .Unlock ();_aef ._db [_bge ]=_bf ; +};func _daa ()StdFont {_ceb .Do (_faf );_gfbf :=Descriptor {Name :CourierBoldName ,Family :string (CourierName ),Weight :FontWeightBold ,Flags :0x0021,BBox :[4]float64 {-113,-250,749,801},ItalicAngle :0,Ascent :629,Descent :-157,CapHeight :562,XHeight :439,StemV :106,StemH :84}; +return NewStdFont (_gfbf ,_dce );};func (_cc StdFont )Encoder ()_cd .TextEncoder {return _cc ._cbf };func (_dc *RuneCharSafeMap )Read (b rune )(CharMetrics ,bool ){_dc ._bg .RLock ();defer _dc ._bg .RUnlock ();_bd ,_cf :=_dc ._dgf [b ];return _bd ,_cf ; +};func (_ggbd *ttfParser )parseCmapFormat6 ()error {_aafb :=int (_ggbd .ReadUShort ());_bee :=int (_ggbd .ReadUShort ());_fa .Log .Trace ("p\u0061\u0072\u0073\u0065\u0043\u006d\u0061\u0070\u0046o\u0072\u006d\u0061\u0074\u0036\u003a\u0020%s\u0020\u0066\u0069\u0072s\u0074\u0043\u006f\u0064\u0065\u003d\u0025\u0064\u0020en\u0074\u0072y\u0043\u006f\u0075\u006e\u0074\u003d\u0025\u0064",_ggbd ._aca .String (),_aafb ,_bee ); +for _cgc :=0;_cgc < _bee ;_cgc ++{_dcbb :=GID (_ggbd .ReadUShort ());_ggbd ._aca .Chars [rune (_cgc +_aafb )]=_dcbb ;};return nil ;};var _baae *RuneCharSafeMap ;func (_ddfd *ttfParser )parseCmapSubtable31 (_bbc int64 )error {_ceg :=make ([]rune ,0,8);_ecbd :=make ([]rune ,0,8); +_gbf :=make ([]int16 ,0,8);_bgef :=make ([]uint16 ,0,8);_ddfd ._aca .Chars =make (map[rune ]GID );_ddfd ._fab .Seek (int64 (_ddfd ._fbf ["\u0063\u006d\u0061\u0070"])+_bbc ,_ee .SeekStart );_fag :=_ddfd .ReadUShort ();if _fag !=4{_fa .Log .Debug ("u\u006e\u0065\u0078\u0070\u0065\u0063t\u0065\u0064\u0020\u0073\u0075\u0062t\u0061\u0062\u006c\u0065\u0020\u0066\u006fr\u006d\u0061\u0074\u003a\u0020\u0025\u0064\u0020\u0028\u0025w\u0029",_fag ); +return nil ;};_ddfd .Skip (2*2);_cga :=int (_ddfd .ReadUShort ()/2);_ddfd .Skip (3*2);for _afg :=0;_afg < _cga ;_afg ++{_ecbd =append (_ecbd ,rune (_ddfd .ReadUShort ()));};_ddfd .Skip (2);for _fbfd :=0;_fbfd < _cga ;_fbfd ++{_ceg =append (_ceg ,rune (_ddfd .ReadUShort ())); +};for _acd :=0;_acd < _cga ;_acd ++{_gbf =append (_gbf ,_ddfd .ReadShort ());};_ggaf ,_ :=_ddfd ._fab .Seek (int64 (0),_ee .SeekCurrent );for _edc :=0;_edc < _cga ;_edc ++{_bgef =append (_bgef ,_ddfd .ReadUShort ());};for _ege :=0;_ege < _cga ;_ege ++{_fdf :=_ceg [_ege ]; +_fed :=_ecbd [_ege ];_fdg :=_gbf [_ege ];_bcd :=_bgef [_ege ];if _bcd > 0{_ddfd ._fab .Seek (_ggaf +2*int64 (_ege )+int64 (_bcd ),_ee .SeekStart );};for _dcea :=_fdf ;_dcea <=_fed ;_dcea ++{if _dcea ==0xFFFF{break ;};var _bdf int32 ;if _bcd > 0{_bdf =int32 (_ddfd .ReadUShort ()); +if _bdf > 0{_bdf +=int32 (_fdg );};}else {_bdf =_dcea +int32 (_fdg );};if _bdf >=65536{_bdf -=65536;};if _bdf > 0{_ddfd ._aca .Chars [_dcea ]=GID (_bdf );};};};return nil ;};func (_cfe *ttfParser )ReadULong ()(_cdbf uint32 ){_c .Read (_cfe ._fab ,_c .BigEndian ,&_cdbf ); +return _cdbf ;};func _baa ()StdFont {_fga .Do (_bbd );_fgf :=Descriptor {Name :HelveticaBoldObliqueName ,Family :string (HelveticaName ),Weight :FontWeightBold ,Flags :0x0060,BBox :[4]float64 {-174,-228,1114,962},ItalicAngle :-12,Ascent :718,Descent :-207,CapHeight :718,XHeight :532,StemV :140,StemH :118}; +return NewStdFont (_fgf ,_bgb );};func (_abfc *ttfParser )ParseHead ()error {if _dcba :=_abfc .Seek ("\u0068\u0065\u0061\u0064");_dcba !=nil {return _dcba ;};_abfc .Skip (3*4);_ade :=_abfc .ReadULong ();if _ade !=0x5F0F3CF5{_fa .Log .Debug ("\u0045\u0052\u0052\u004f\u0052:\u0020\u0049\u006e\u0063\u006fr\u0072e\u0063\u0074\u0020\u006d\u0061\u0067\u0069\u0063\u0020\u006e\u0075\u006d\u0062\u0065\u0072\u002e\u0020\u0046\u006fn\u0074\u0020\u006d\u0061\u0079\u0020\u006e\u006f\u0074\u0020\u0064\u0069\u0073\u0070\u006c\u0061\u0079\u0020\u0063\u006f\u0072\u0072\u0065\u0063t\u006c\u0079\u002e\u0020\u0025\u0073",_abfc ); +};_abfc .Skip (2);_abfc ._aca .UnitsPerEm =_abfc .ReadUShort ();_abfc .Skip (2*8);_abfc ._aca .Xmin =_abfc .ReadShort ();_abfc ._aca .Ymin =_abfc .ReadShort ();_abfc ._aca .Xmax =_abfc .ReadShort ();_abfc ._aca .Ymax =_abfc .ReadShort ();return nil ;}; +func (_daaf *ttfParser )ReadSByte ()(_dec int8 ){_c .Read (_daaf ._fab ,_c .BigEndian ,&_dec );return _dec ;};func (_agf *ttfParser )Skip (n int ){_agf ._fab .Seek (int64 (n ),_ee .SeekCurrent )};func IsStdFont (name StdFontName )bool {_ ,_df :=_ba .read (name ); +return _df };func (_ffaa *ttfParser )readByte ()(_dbdg uint8 ){_c .Read (_ffaa ._fab ,_c .BigEndian ,&_dbdg );return _dbdg ;};func (_dgb *ttfParser )parseCmapSubtable10 (_dae int64 )error {if _dgb ._aca .Chars ==nil {_dgb ._aca .Chars =make (map[rune ]GID ); +};_dgb ._fab .Seek (int64 (_dgb ._fbf ["\u0063\u006d\u0061\u0070"])+_dae ,_ee .SeekStart );var _fgd ,_fabb uint32 ;_cedc :=_dgb .ReadUShort ();if _cedc < 8{_fgd =uint32 (_dgb .ReadUShort ());_fabb =uint32 (_dgb .ReadUShort ());}else {_dgb .ReadUShort (); +_fgd =_dgb .ReadULong ();_fabb =_dgb .ReadULong ();};_fa .Log .Trace ("\u0070\u0061r\u0073\u0065\u0043\u006d\u0061p\u0053\u0075\u0062\u0074\u0061b\u006c\u0065\u0031\u0030\u003a\u0020\u0066\u006f\u0072\u006d\u0061\u0074\u003d\u0025\u0064\u0020\u006c\u0065\u006e\u0067\u0074\u0068\u003d\u0025\u0064\u0020\u006c\u0061\u006e\u0067\u0075\u0061\u0067\u0065\u003d\u0025\u0064",_cedc ,_fgd ,_fabb ); +if _cedc !=0{return _ec .New ("\u0075\u006e\u0073\u0075\u0070\u0070\u006f\u0072\u0074\u0065\u0064\u0020\u0063\u006d\u0061p\u0020s\u0075\u0062\u0074\u0061\u0062\u006c\u0065\u0020\u0066\u006f\u0072\u006d\u0061\u0074");};_abe ,_dfc :=_dgb .ReadStr (256);if _dfc !=nil {return _dfc ; +};_fbg :=[]byte (_abe );for _bdd ,_efb :=range _fbg {_dgb ._aca .Chars [rune (_bdd )]=GID (_efb );if _efb !=0{_a .Printf ("\u0009\u0030\u0078\u002502\u0078\u0020\u279e\u0020\u0030\u0078\u0025\u0030\u0032\u0078\u003d\u0025\u0063\u000a",_bdd ,_efb ,rune (_efb )); +};};return nil ;};var _abg =[]GlyphName {"\u002en\u006f\u0074\u0064\u0065\u0066","\u002e\u006e\u0075l\u006c","\u006e\u006fn\u006d\u0061\u0072k\u0069\u006e\u0067\u0072\u0065\u0074\u0075\u0072\u006e","\u0073\u0070\u0061c\u0065","\u0065\u0078\u0063\u006c\u0061\u006d","\u0071\u0075\u006f\u0074\u0065\u0064\u0062\u006c","\u006e\u0075\u006d\u0062\u0065\u0072\u0073\u0069\u0067\u006e","\u0064\u006f\u006c\u006c\u0061\u0072","\u0070e\u0072\u0063\u0065\u006e\u0074","\u0061m\u0070\u0065\u0072\u0073\u0061\u006ed","q\u0075\u006f\u0074\u0065\u0073\u0069\u006e\u0067\u006c\u0065","\u0070a\u0072\u0065\u006e\u006c\u0065\u0066t","\u0070\u0061\u0072\u0065\u006e\u0072\u0069\u0067\u0068\u0074","\u0061\u0073\u0074\u0065\u0072\u0069\u0073\u006b","\u0070\u006c\u0075\u0073","\u0063\u006f\u006dm\u0061","\u0068\u0079\u0070\u0068\u0065\u006e","\u0070\u0065\u0072\u0069\u006f\u0064","\u0073\u006c\u0061s\u0068","\u007a\u0065\u0072\u006f","\u006f\u006e\u0065","\u0074\u0077\u006f","\u0074\u0068\u0072e\u0065","\u0066\u006f\u0075\u0072","\u0066\u0069\u0076\u0065","\u0073\u0069\u0078","\u0073\u0065\u0076e\u006e","\u0065\u0069\u0067h\u0074","\u006e\u0069\u006e\u0065","\u0063\u006f\u006co\u006e","\u0073e\u006d\u0069\u0063\u006f\u006c\u006fn","\u006c\u0065\u0073\u0073","\u0065\u0071\u0075a\u006c","\u0067r\u0065\u0061\u0074\u0065\u0072","\u0071\u0075\u0065\u0073\u0074\u0069\u006f\u006e","\u0061\u0074","\u0041","\u0042","\u0043","\u0044","\u0045","\u0046","\u0047","\u0048","\u0049","\u004a","\u004b","\u004c","\u004d","\u004e","\u004f","\u0050","\u0051","\u0052","\u0053","\u0054","\u0055","\u0056","\u0057","\u0058","\u0059","\u005a","b\u0072\u0061\u0063\u006b\u0065\u0074\u006c\u0065\u0066\u0074","\u0062a\u0063\u006b\u0073\u006c\u0061\u0073h","\u0062\u0072\u0061c\u006b\u0065\u0074\u0072\u0069\u0067\u0068\u0074","a\u0073\u0063\u0069\u0069\u0063\u0069\u0072\u0063\u0075\u006d","\u0075\u006e\u0064\u0065\u0072\u0073\u0063\u006f\u0072\u0065","\u0067\u0072\u0061v\u0065","\u0061","\u0062","\u0063","\u0064","\u0065","\u0066","\u0067","\u0068","\u0069","\u006a","\u006b","\u006c","\u006d","\u006e","\u006f","\u0070","\u0071","\u0072","\u0073","\u0074","\u0075","\u0076","\u0077","\u0078","\u0079","\u007a","\u0062r\u0061\u0063\u0065\u006c\u0065\u0066t","\u0062\u0061\u0072","\u0062\u0072\u0061\u0063\u0065\u0072\u0069\u0067\u0068\u0074","\u0061\u0073\u0063\u0069\u0069\u0074\u0069\u006c\u0064\u0065","\u0041d\u0069\u0065\u0072\u0065\u0073\u0069s","\u0041\u0072\u0069n\u0067","\u0043\u0063\u0065\u0064\u0069\u006c\u006c\u0061","\u0045\u0061\u0063\u0075\u0074\u0065","\u004e\u0074\u0069\u006c\u0064\u0065","\u004fd\u0069\u0065\u0072\u0065\u0073\u0069s","\u0055d\u0069\u0065\u0072\u0065\u0073\u0069s","\u0061\u0061\u0063\u0075\u0074\u0065","\u0061\u0067\u0072\u0061\u0076\u0065","a\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078","\u0061d\u0069\u0065\u0072\u0065\u0073\u0069s","\u0061\u0074\u0069\u006c\u0064\u0065","\u0061\u0072\u0069n\u0067","\u0063\u0063\u0065\u0064\u0069\u006c\u006c\u0061","\u0065\u0061\u0063\u0075\u0074\u0065","\u0065\u0067\u0072\u0061\u0076\u0065","e\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078","\u0065d\u0069\u0065\u0072\u0065\u0073\u0069s","\u0069\u0061\u0063\u0075\u0074\u0065","\u0069\u0067\u0072\u0061\u0076\u0065","i\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078","\u0069d\u0069\u0065\u0072\u0065\u0073\u0069s","\u006e\u0074\u0069\u006c\u0064\u0065","\u006f\u0061\u0063\u0075\u0074\u0065","\u006f\u0067\u0072\u0061\u0076\u0065","o\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078","\u006fd\u0069\u0065\u0072\u0065\u0073\u0069s","\u006f\u0074\u0069\u006c\u0064\u0065","\u0075\u0061\u0063\u0075\u0074\u0065","\u0075\u0067\u0072\u0061\u0076\u0065","u\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078","\u0075d\u0069\u0065\u0072\u0065\u0073\u0069s","\u0064\u0061\u0067\u0067\u0065\u0072","\u0064\u0065\u0067\u0072\u0065\u0065","\u0063\u0065\u006e\u0074","\u0073\u0074\u0065\u0072\u006c\u0069\u006e\u0067","\u0073e\u0063\u0074\u0069\u006f\u006e","\u0062\u0075\u006c\u006c\u0065\u0074","\u0070a\u0072\u0061\u0067\u0072\u0061\u0070h","\u0067\u0065\u0072\u006d\u0061\u006e\u0064\u0062\u006c\u0073","\u0072\u0065\u0067\u0069\u0073\u0074\u0065\u0072\u0065\u0064","\u0063o\u0070\u0079\u0072\u0069\u0067\u0068t","\u0074r\u0061\u0064\u0065\u006d\u0061\u0072k","\u0061\u0063\u0075t\u0065","\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073","\u006e\u006f\u0074\u0065\u0071\u0075\u0061\u006c","\u0041\u0045","\u004f\u0073\u006c\u0061\u0073\u0068","\u0069\u006e\u0066\u0069\u006e\u0069\u0074\u0079","\u0070l\u0075\u0073\u006d\u0069\u006e\u0075s","\u006ce\u0073\u0073\u0065\u0071\u0075\u0061l","\u0067\u0072\u0065a\u0074\u0065\u0072\u0065\u0071\u0075\u0061\u006c","\u0079\u0065\u006e","\u006d\u0075","p\u0061\u0072\u0074\u0069\u0061\u006c\u0064\u0069\u0066\u0066","\u0073u\u006d\u006d\u0061\u0074\u0069\u006fn","\u0070r\u006f\u0064\u0075\u0063\u0074","\u0070\u0069","\u0069\u006e\u0074\u0065\u0067\u0072\u0061\u006c","o\u0072\u0064\u0066\u0065\u006d\u0069\u006e\u0069\u006e\u0065","\u006f\u0072\u0064m\u0061\u0073\u0063\u0075\u006c\u0069\u006e\u0065","\u004f\u006d\u0065g\u0061","\u0061\u0065","\u006f\u0073\u006c\u0061\u0073\u0068","\u0071\u0075\u0065s\u0074\u0069\u006f\u006e\u0064\u006f\u0077\u006e","\u0065\u0078\u0063\u006c\u0061\u006d\u0064\u006f\u0077\u006e","\u006c\u006f\u0067\u0069\u0063\u0061\u006c\u006e\u006f\u0074","\u0072a\u0064\u0069\u0063\u0061\u006c","\u0066\u006c\u006f\u0072\u0069\u006e","a\u0070\u0070\u0072\u006f\u0078\u0065\u0071\u0075\u0061\u006c","\u0044\u0065\u006ct\u0061","\u0067\u0075\u0069\u006c\u006c\u0065\u006d\u006f\u0074\u006c\u0065\u0066\u0074","\u0067\u0075\u0069\u006c\u006c\u0065\u006d\u006f\u0074r\u0069\u0067\u0068\u0074","\u0065\u006c\u006c\u0069\u0070\u0073\u0069\u0073","\u006e\u006fn\u0062\u0072\u0065a\u006b\u0069\u006e\u0067\u0073\u0070\u0061\u0063\u0065","\u0041\u0067\u0072\u0061\u0076\u0065","\u0041\u0074\u0069\u006c\u0064\u0065","\u004f\u0074\u0069\u006c\u0064\u0065","\u004f\u0045","\u006f\u0065","\u0065\u006e\u0064\u0061\u0073\u0068","\u0065\u006d\u0064\u0061\u0073\u0068","\u0071\u0075\u006ft\u0065\u0064\u0062\u006c\u006c\u0065\u0066\u0074","\u0071\u0075\u006f\u0074\u0065\u0064\u0062\u006c\u0072\u0069\u0067\u0068\u0074","\u0071u\u006f\u0074\u0065\u006c\u0065\u0066t","\u0071\u0075\u006f\u0074\u0065\u0072\u0069\u0067\u0068\u0074","\u0064\u0069\u0076\u0069\u0064\u0065","\u006co\u007a\u0065\u006e\u0067\u0065","\u0079d\u0069\u0065\u0072\u0065\u0073\u0069s","\u0059d\u0069\u0065\u0072\u0065\u0073\u0069s","\u0066\u0072\u0061\u0063\u0074\u0069\u006f\u006e","\u0063\u0075\u0072\u0072\u0065\u006e\u0063\u0079","\u0067\u0075\u0069\u006c\u0073\u0069\u006e\u0067\u006c\u006c\u0065\u0066\u0074","\u0067\u0075\u0069\u006c\u0073\u0069\u006e\u0067\u006cr\u0069\u0067\u0068\u0074","\u0066\u0069","\u0066\u006c","\u0064a\u0067\u0067\u0065\u0072\u0064\u0062l","\u0070\u0065\u0072\u0069\u006f\u0064\u0063\u0065\u006et\u0065\u0072\u0065\u0064","\u0071\u0075\u006f\u0074\u0065\u0073\u0069\u006e\u0067l\u0062\u0061\u0073\u0065","\u0071\u0075\u006ft\u0065\u0064\u0062\u006c\u0062\u0061\u0073\u0065","p\u0065\u0072\u0074\u0068\u006f\u0075\u0073\u0061\u006e\u0064","A\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078","E\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078","\u0041\u0061\u0063\u0075\u0074\u0065","\u0045d\u0069\u0065\u0072\u0065\u0073\u0069s","\u0045\u0067\u0072\u0061\u0076\u0065","\u0049\u0061\u0063\u0075\u0074\u0065","I\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078","\u0049d\u0069\u0065\u0072\u0065\u0073\u0069s","\u0049\u0067\u0072\u0061\u0076\u0065","\u004f\u0061\u0063\u0075\u0074\u0065","O\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078","\u0061\u0070\u0070l\u0065","\u004f\u0067\u0072\u0061\u0076\u0065","\u0055\u0061\u0063\u0075\u0074\u0065","U\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078","\u0055\u0067\u0072\u0061\u0076\u0065","\u0064\u006f\u0074\u006c\u0065\u0073\u0073\u0069","\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078","\u0074\u0069\u006cd\u0065","\u006d\u0061\u0063\u0072\u006f\u006e","\u0062\u0072\u0065v\u0065","\u0064o\u0074\u0061\u0063\u0063\u0065\u006et","\u0072\u0069\u006e\u0067","\u0063e\u0064\u0069\u006c\u006c\u0061","\u0068\u0075\u006eg\u0061\u0072\u0075\u006d\u006c\u0061\u0075\u0074","\u006f\u0067\u006f\u006e\u0065\u006b","\u0063\u0061\u0072o\u006e","\u004c\u0073\u006c\u0061\u0073\u0068","\u006c\u0073\u006c\u0061\u0073\u0068","\u0053\u0063\u0061\u0072\u006f\u006e","\u0073\u0063\u0061\u0072\u006f\u006e","\u005a\u0063\u0061\u0072\u006f\u006e","\u007a\u0063\u0061\u0072\u006f\u006e","\u0062r\u006f\u006b\u0065\u006e\u0062\u0061r","\u0045\u0074\u0068","\u0065\u0074\u0068","\u0059\u0061\u0063\u0075\u0074\u0065","\u0079\u0061\u0063\u0075\u0074\u0065","\u0054\u0068\u006fr\u006e","\u0074\u0068\u006fr\u006e","\u006d\u0069\u006eu\u0073","\u006d\u0075\u006c\u0074\u0069\u0070\u006c\u0079","o\u006e\u0065\u0073\u0075\u0070\u0065\u0072\u0069\u006f\u0072","t\u0077\u006f\u0073\u0075\u0070\u0065\u0072\u0069\u006f\u0072","\u0074\u0068\u0072\u0065\u0065\u0073\u0075\u0070\u0065\u0072\u0069\u006f\u0072","\u006fn\u0065\u0068\u0061\u006c\u0066","\u006f\u006e\u0065\u0071\u0075\u0061\u0072\u0074\u0065\u0072","\u0074\u0068\u0072\u0065\u0065\u0071\u0075\u0061\u0072\u0074\u0065\u0072\u0073","\u0066\u0072\u0061n\u0063","\u0047\u0062\u0072\u0065\u0076\u0065","\u0067\u0062\u0072\u0065\u0076\u0065","\u0049\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074","\u0053\u0063\u0065\u0064\u0069\u006c\u006c\u0061","\u0073\u0063\u0065\u0064\u0069\u006c\u006c\u0061","\u0043\u0061\u0063\u0075\u0074\u0065","\u0063\u0061\u0063\u0075\u0074\u0065","\u0043\u0063\u0061\u0072\u006f\u006e","\u0063\u0063\u0061\u0072\u006f\u006e","\u0064\u0063\u0072\u006f\u0061\u0074"}; +func (_bef CharMetrics )String ()string {return _a .Sprintf ("<\u0025\u002e\u0031\u0066\u002c\u0025\u002e\u0031\u0066\u003e",_bef .Wx ,_bef .Wy );};func (_ged *ttfParser )Seek (tag string )error {_ffa ,_fdac :=_ged ._fbf [tag ];if !_fdac {return _a .Errorf ("\u0074\u0061\u0062\u006ce \u006e\u006f\u0074\u0020\u0066\u006f\u0075\u006e\u0064\u003a\u0020\u0025\u0073",tag ); +};_ged ._fab .Seek (int64 (_ffa ),_ee .SeekStart );return nil ;};func (_eba *ttfParser )parseCmapFormat0 ()error {_adde ,_caeg :=_eba .ReadStr (256);if _caeg !=nil {return _caeg ;};_gcg :=[]byte (_adde );_fa .Log .Trace ("\u0070a\u0072\u0073e\u0043\u006d\u0061p\u0046\u006f\u0072\u006d\u0061\u0074\u0030:\u0020\u0025\u0073\u000a\u0064\u0061t\u0061\u0053\u0074\u0072\u003d\u0025\u002b\u0071\u000a\u0064\u0061t\u0061\u003d\u005b\u0025\u0020\u0030\u0032\u0078\u005d",_eba ._aca .String (),_adde ,_gcg ); +for _fefd ,_fff :=range _gcg {_eba ._aca .Chars [rune (_fefd )]=GID (_fff );};return nil ;};var _fge *RuneCharSafeMap ;var _ccd _gg .Once ;func _abf ()StdFont {_ccd .Do (_bfdg );_bcb :=Descriptor {Name :TimesItalicName ,Family :_ggb ,Weight :FontWeightMedium ,Flags :0x0060,BBox :[4]float64 {-169,-217,1010,883},ItalicAngle :-15.5,Ascent :683,Descent :-217,CapHeight :653,XHeight :441,StemV :76,StemH :32}; +return NewStdFont (_bcb ,_bgeg );};func NewStdFont (desc Descriptor ,metrics *RuneCharSafeMap )StdFont {return NewStdFontWithEncoding (desc ,metrics ,_cd .NewStandardEncoder ());};func TtfParse (r _ee .ReadSeeker )(TtfType ,error ){_aed :=&ttfParser {_fab :r }; +return _aed .Parse ()};func (_gd StdFont )GetRuneMetrics (r rune )(CharMetrics ,bool ){_ef ,_dde :=_gd ._cbc .Read (r );return _ef ,_dde ;};func (_gad *ttfParser )ParseMaxp ()error {if _adf :=_gad .Seek ("\u006d\u0061\u0078\u0070");_adf !=nil {return _adf ; +};_gad .Skip (4);_gad ._fad =_gad .ReadUShort ();return nil ;};func (_fegb *TtfType )String ()string {return _a .Sprintf ("\u0046\u004fN\u0054\u005f\u0046\u0049\u004cE\u0032\u007b\u0025\u0023\u0071 \u0055\u006e\u0069\u0074\u0073\u0050\u0065\u0072\u0045\u006d\u003d\u0025\u0064\u0020\u0042\u006f\u006c\u0064\u003d\u0025\u0074\u0020\u0049\u0074\u0061\u006c\u0069\u0063\u0041\u006e\u0067\u006c\u0065\u003d\u0025\u0066\u0020"+"\u0043\u0061pH\u0065\u0069\u0067h\u0074\u003d\u0025\u0064 Ch\u0061rs\u003d\u0025\u0064\u0020\u0047\u006c\u0079ph\u004e\u0061\u006d\u0065\u0073\u003d\u0025d\u007d",_fegb .PostScriptName ,_fegb .UnitsPerEm ,_fegb .Bold ,_fegb .ItalicAngle ,_fegb .CapHeight ,len (_fegb .Chars ),len (_fegb .GlyphNames )); +};type Descriptor struct{Name StdFontName ;Family string ;Weight FontWeight ;Flags uint ;BBox [4]float64 ;ItalicAngle float64 ;Ascent float64 ;Descent float64 ;CapHeight float64 ;XHeight float64 ;StemV float64 ;StemH float64 ;};func _bbd (){_baae =MakeRuneCharSafeMap (len (_dgff )); +_gbg =MakeRuneCharSafeMap (len (_dgff ));for _bae ,_dfb :=range _dgff {_baae .Write (_dfb ,CharMetrics {Wx :float64 (_ga [_bae ])});_gbg .Write (_dfb ,CharMetrics {Wx :float64 (_afef [_bae ])});};_eef =_baae .Copy ();_bgb =_gbg .Copy ();};func (_ca *RuneCharSafeMap )Length ()int {_ca ._bg .RLock (); +defer _ca ._bg .RUnlock ();return len (_ca ._dgf );};type StdFontName string ;func _afd ()StdFont {_fe :=_cd .NewSymbolEncoder ();_gcd :=Descriptor {Name :SymbolName ,Family :string (SymbolName ),Weight :FontWeightMedium ,Flags :0x0004,BBox :[4]float64 {-180,-293,1090,1010},ItalicAngle :0,Ascent :0,Descent :0,CapHeight :0,XHeight :0,StemV :85,StemH :92}; +return NewStdFontWithEncoding (_gcd ,_fea ,_fe );};type RuneCharSafeMap struct{_dgf map[rune ]CharMetrics ;_bg _gg .RWMutex ;};func (_egdg *ttfParser )ReadUShort ()(_cde uint16 ){_c .Read (_egdg ._fab ,_c .BigEndian ,&_cde );return _cde ;};type ttfParser struct{_aca TtfType ; +_fab _ee .ReadSeeker ;_fbf map[string ]uint32 ;_bed uint16 ;_fad uint16 ;};const (_ggb ="\u0054\u0069\u006de\u0073";TimesRomanName =StdFontName ("T\u0069\u006d\u0065\u0073\u002d\u0052\u006f\u006d\u0061\u006e");TimesBoldName =StdFontName ("\u0054\u0069\u006d\u0065\u0073\u002d\u0042\u006f\u006c\u0064"); +TimesItalicName =StdFontName ("\u0054\u0069\u006de\u0073\u002d\u0049\u0074\u0061\u006c\u0069\u0063");TimesBoldItalicName =StdFontName ("\u0054\u0069m\u0065\u0073\u002dB\u006f\u006c\u0064\u0049\u0074\u0061\u006c\u0069\u0063"););type GlyphName =_cd .GlyphName ; +func _bfdg (){_gdc =MakeRuneCharSafeMap (len (_dgff ));_dea =MakeRuneCharSafeMap (len (_dgff ));_ddd =MakeRuneCharSafeMap (len (_dgff ));_bgeg =MakeRuneCharSafeMap (len (_dgff ));for _fcf ,_cca :=range _dgff {_gdc .Write (_cca ,CharMetrics {Wx :float64 (_ed [_fcf ])}); +_dea .Write (_cca ,CharMetrics {Wx :float64 (_gaf [_fcf ])});_ddd .Write (_cca ,CharMetrics {Wx :float64 (_ccb [_fcf ])});_bgeg .Write (_cca ,CharMetrics {Wx :float64 (_bfdd [_fcf ])});};};const (FontWeightMedium FontWeight =iota ;FontWeightBold ;FontWeightRoman ; +);var _ddd *RuneCharSafeMap ; \ No newline at end of file diff --git a/model/mdp/mdp.go b/model/mdp/mdp.go index 6ca6df649..6fdec0612 100644 --- a/model/mdp/mdp.go +++ b/model/mdp/mdp.go @@ -9,65 +9,42 @@ // Use of this source code is governed by the UniDoc End User License Agreement // terms that can be accessed at https://unidoc.io/eula/ -package mdp ;import (_b "errors";_f "fmt";_c "github.com/unidoc/unipdf/v3/core";); +package mdp ;import (_f "errors";_cg "fmt";_fe "github.com/unidoc/unipdf/v3/core";); // IsPermitted returns true if changes permitted. -func (_adb *DiffResults )IsPermitted ()bool {return len (_adb .Errors )==0};func NewDefaultDiffPolicy ()DiffPolicy {return &defaultDiffPolicy {_d :nil ,_e :&DiffResults {},_da :0};}; +func (_acca *DiffResults )IsPermitted ()bool {return len (_acca .Errors )==0}; -// String returns the state of the warning. -func (_edb *DiffResult )String ()string {return _f .Sprintf ("\u0025\u0073\u0020\u0069n \u0072\u0065\u0076\u0069\u0073\u0069\u006f\u006e\u0073\u0020\u0023\u0025\u0064",_edb .Description ,_edb .Revision );};func _eeb (_dgd _c .PdfObject )([]_c .PdfObject ,error ){_dda :=make ([]_c .PdfObject ,0); -if _dgd !=nil {_fbd :=_dgd ;if _eee ,_cbdc :=_c .GetIndirect (_dgd );_cbdc {_fbd =_eee .PdfObject ;};if _edg ,_fgg :=_c .GetArray (_fbd );_fgg {_dda =_edg .Elements ();}else {return nil ,_b .New ("\u0075n\u0065\u0078\u0070\u0065c\u0074\u0065\u0064\u0020\u0061n\u006eo\u0074s\u0027\u0020\u006f\u0062\u006a\u0065\u0063t"); -};};return _dda ,nil ;}; - -// ReviewFile implementation of DiffPolicy interface -// The default policy only checks the next types of objects: -// Page, Pages (container for page objects), Annot, Annots (container for annotation objects), Field. -// It checks adding, removing and modifying objects of these types. -func (_eb *defaultDiffPolicy )ReviewFile (oldParser *_c .PdfParser ,newParser *_c .PdfParser ,params *MDPParameters )(*DiffResults ,error ){if oldParser .GetRevisionNumber ()> newParser .GetRevisionNumber (){return nil ,_b .New ("\u006f\u006c\u0064\u0020\u0072\u0065\u0076\u0069\u0073\u0069\u006f\u006e\u0020\u0067\u0072\u0065\u0061\u0074\u0065\u0072\u0020\u0074\u0068\u0061n\u0020\u006e\u0065\u0077\u0020r\u0065\u0076i\u0073\u0069\u006f\u006e"); -};if oldParser .GetRevisionNumber ()==newParser .GetRevisionNumber (){if oldParser !=newParser {return nil ,_b .New ("\u0073\u0061m\u0065\u0020\u0072\u0065v\u0069\u0073i\u006f\u006e\u0073\u002c\u0020\u0062\u0075\u0074 \u0064\u0069\u0066\u0066\u0065\u0072\u0065\u006e\u0074\u0020\u0070\u0061r\u0073\u0065\u0072\u0073"); -};return &DiffResults {},nil ;};if params ==nil {_eb ._da =NoRestrictions ;}else {_eb ._da =params .DocMDPLevel ;};_ba :=&DiffResults {};for _bg :=oldParser .GetRevisionNumber ()+1;_bg <=newParser .GetRevisionNumber ();_bg ++{_a ,_gf :=newParser .GetRevision (_bg -1); -if _gf !=nil {return nil ,_gf ;};_dg ,_gf :=newParser .GetRevision (_bg );if _gf !=nil {return nil ,_gf ;};_bga ,_gf :=_eb .compareRevisions (_a ,_dg );if _gf !=nil {return nil ,_gf ;};_ba .Warnings =append (_ba .Warnings ,_bga .Warnings ...);_ba .Errors =append (_ba .Errors ,_bga .Errors ...); -};return _ba ,nil ;};func (_gc *defaultDiffPolicy )compareFields (_abe int ,_baa ,_edd []_c .PdfObject )error {_bd :=make (map[int64 ]*_c .PdfObjectDictionary );for _ ,_gg :=range _baa {_gcc ,_cd :=_c .GetIndirect (_gg );if !_cd {return _b .New ("\u0075\u006e\u0065\u0078p\u0065\u0063\u0074\u0065\u0064\u0020\u0066\u0069\u0065\u006cd\u0027s\u0020\u0073\u0074\u0072\u0075\u0063\u0074u\u0072\u0065"); -};_fd ,_cd :=_c .GetDict (_gcc .PdfObject );if !_cd {return _b .New ("\u0075\u006e\u0065\u0078p\u0065\u0063\u0074\u0065\u0064\u0020\u0061\u006e\u006e\u006ft\u0027s\u0020\u0073\u0074\u0072\u0075\u0063\u0074u\u0072\u0065");};_bd [_gcc .ObjectNumber ]=_fd ; -};for _ ,_bgc :=range _edd {_ae ,_ef :=_c .GetIndirect (_bgc );if !_ef {return _b .New ("\u0075\u006e\u0065\u0078p\u0065\u0063\u0074\u0065\u0064\u0020\u0066\u0069\u0065\u006cd\u0027s\u0020\u0073\u0074\u0072\u0075\u0063\u0074u\u0072\u0065");};_de ,_ef :=_c .GetDict (_ae .PdfObject ); -if !_ef {return _b .New ("\u0075\u006e\u0065\u0078p\u0065\u0063\u0074\u0065\u0064\u0020\u0066\u0069\u0065\u006cd\u0027s\u0020\u0073\u0074\u0072\u0075\u0063\u0074u\u0072\u0065");};T :=_de .Get ("\u0054");if _ ,_afa :=_gc ._d [_ae .ObjectNumber ];_afa {switch _gc ._da {case NoRestrictions ,FillForms ,FillFormsAndAnnots :_gc ._e .addWarningWithDescription (_abe ,_f .Sprintf ("F\u0069e\u006c\u0064\u0020\u0025\u0073\u0020\u0077\u0061s\u0020\u0063\u0068\u0061ng\u0065\u0064",T )); -default:_gc ._e .addErrorWithDescription (_abe ,_f .Sprintf ("F\u0069e\u006c\u0064\u0020\u0025\u0073\u0020\u0077\u0061s\u0020\u0063\u0068\u0061ng\u0065\u0064",T ));};};if _ ,_ga :=_bd [_ae .ObjectNumber ];!_ga {switch _gc ._da {case NoRestrictions ,FillForms ,FillFormsAndAnnots :_gc ._e .addWarningWithDescription (_abe ,_f .Sprintf ("\u0046i\u0065l\u0064\u0020\u0025\u0073\u0020w\u0061\u0073 \u0061\u0064\u0064\u0065\u0064",_de .Get ("\u0054"))); -default:_gc ._e .addErrorWithDescription (_abe ,_f .Sprintf ("\u0046i\u0065l\u0064\u0020\u0025\u0073\u0020w\u0061\u0073 \u0061\u0064\u0064\u0065\u0064",_de .Get ("\u0054")));};}else {delete (_bd ,_ae .ObjectNumber );if _ ,_adf :=_gc ._d [_ae .ObjectNumber ]; -_adf {switch _gc ._da {case NoRestrictions ,FillForms ,FillFormsAndAnnots :_gc ._e .addWarningWithDescription (_abe ,_f .Sprintf ("F\u0069e\u006c\u0064\u0020\u0025\u0073\u0020\u0077\u0061s\u0020\u0063\u0068\u0061ng\u0065\u0064",_de .Get ("\u0054")));default:_gc ._e .addErrorWithDescription (_abe ,_f .Sprintf ("F\u0069e\u006c\u0064\u0020\u0025\u0073\u0020\u0077\u0061s\u0020\u0063\u0068\u0061ng\u0065\u0064",_de .Get ("\u0054"))); -};};};if FT ,_fge :=_c .GetNameVal (_de .Get ("\u0046\u0054"));_fge {if FT =="\u0053\u0069\u0067"{if _gag ,_feg :=_c .GetIndirect (_de .Get ("\u0056"));_feg {if _ ,_dee :=_gc ._d [_gag .ObjectNumber ];_dee {switch _gc ._da {case NoRestrictions ,FillForms ,FillFormsAndAnnots :_gc ._e .addWarningWithDescription (_abe ,_f .Sprintf ("\u0053\u0069\u0067na\u0074\u0075\u0072\u0065\u0020\u0066\u006f\u0072\u0020%\u0073 \u0066i\u0065l\u0064\u0020\u0077\u0061\u0073\u0020\u0063\u0068\u0061\u006e\u0067\u0065\u0064",T )); -default:_gc ._e .addErrorWithDescription (_abe ,_f .Sprintf ("\u0053\u0069\u0067na\u0074\u0075\u0072\u0065\u0020\u0066\u006f\u0072\u0020%\u0073 \u0066i\u0065l\u0064\u0020\u0077\u0061\u0073\u0020\u0063\u0068\u0061\u006e\u0067\u0065\u0064",T ));};};};};}; -};for _ ,_dd :=range _bd {switch _gc ._da {case NoRestrictions :_gc ._e .addWarningWithDescription (_abe ,_f .Sprintf ("F\u0069e\u006c\u0064\u0020\u0025\u0073\u0020\u0077\u0061s\u0020\u0072\u0065\u006dov\u0065\u0064",_dd .Get ("\u0054")));default:_gc ._e .addErrorWithDescription (_abe ,_f .Sprintf ("F\u0069e\u006c\u0064\u0020\u0025\u0073\u0020\u0077\u0061s\u0020\u0072\u0065\u006dov\u0065\u0064",_dd .Get ("\u0054"))); -};};return nil ;};type defaultDiffPolicy struct{_d map[int64 ]_c .PdfObject ;_e *DiffResults ;_da DocMDPPermission ;};func (_gfc *defaultDiffPolicy )compareRevisions (_db *_c .PdfParser ,_cb *_c .PdfParser )(*DiffResults ,error ){var _af error ;_gfc ._d ,_af =_cb .GetUpdatedObjects (_db ); -if _af !=nil {return &DiffResults {},_af ;};if len (_gfc ._d )==0{return &DiffResults {},nil ;};_cg :=_cb .GetRevisionNumber ();_ee ,_bab :=_c .GetIndirect (_c .ResolveReference (_db .GetTrailer ().Get ("\u0052\u006f\u006f\u0074")));_ge ,_cgb :=_c .GetIndirect (_c .ResolveReference (_cb .GetTrailer ().Get ("\u0052\u006f\u006f\u0074"))); -if !_bab ||!_cgb {return &DiffResults {},_b .New ("\u0065\u0072\u0072o\u0072\u0020\u0077\u0068i\u006c\u0065\u0020\u0067\u0065\u0074\u0074i\u006e\u0067\u0020\u0072\u006f\u006f\u0074\u0020\u006f\u0062\u006a\u0065\u0063\u0074");};_gd ,_bab :=_c .GetDict (_c .ResolveReference (_ee .PdfObject )); -_bc ,_cgb :=_c .GetDict (_c .ResolveReference (_ge .PdfObject ));if !_bab ||!_cgb {return &DiffResults {},_b .New ("\u0065\u0072\u0072\u006f\u0072\u0020\u0077\u0068\u0069\u006c\u0065\u0020\u0067e\u0074\u0074\u0069\u006e\u0067\u0020a\u0020\u0072\u006f\u006f\u0074\u0027\u0073\u0020\u0064\u0069\u0063\u0074\u0069o\u006e\u0061\u0072\u0079"); -};if _fb ,_fbc :=_c .GetIndirect (_bc .Get ("\u0041\u0063\u0072\u006f\u0046\u006f\u0072\u006d"));_fbc {_fg ,_cge :=_c .GetDict (_fb );if !_cge {return &DiffResults {},_b .New ("\u0065\u0072\u0072\u006f\u0072 \u0077\u0068\u0069\u006c\u0065\u0020\u0067\u0065\u0074\u0074\u0069\u006e\u0067 \u0041\u0063\u0072\u006f\u0046\u006f\u0072\u006d\u0027\u0073\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079"); -};_fga :=make ([]_c .PdfObject ,0);if _ab ,_ad :=_c .GetIndirect (_gd .Get ("\u0041\u0063\u0072\u006f\u0046\u006f\u0072\u006d"));_ad {if _cbd ,_ed :=_c .GetDict (_ab );_ed {if _geb ,_aa :=_c .GetArray (_cbd .Get ("\u0046\u0069\u0065\u006c\u0064\u0073")); -_aa {_fga =_geb .Elements ();};};};_eg ,_cge :=_c .GetArray (_fg .Get ("\u0046\u0069\u0065\u006c\u0064\u0073"));if !_cge {return &DiffResults {},_b .New ("\u0065\u0072r\u006f\u0072\u0020\u0077h\u0069\u006ce\u0020\u0067\u0065\u0074\u0074\u0069\u006e\u0067 \u0041\u0063\u0072\u006f\u0046\u006f\u0072\u006d\u0027\u0073\u0020\u0066i\u0065\u006c\u0064\u0073"); -};if _ca :=_gfc .compareFields (_cg ,_fga ,_eg .Elements ());_ca !=nil {return &DiffResults {},_ca ;};};_cc ,_egd :=_c .GetIndirect (_bc .Get ("\u0050\u0061\u0067e\u0073"));if !_egd {return &DiffResults {},_b .New ("\u0065\u0072\u0072\u006f\u0072\u0020w\u0068\u0069\u006c\u0065\u0020\u0067\u0065\u0074\u0074\u0069\u006e\u0067\u0020p\u0061\u0067\u0065\u0073\u0027\u0020\u006fb\u006a\u0065\u0063\u0074"); -};_dbb ,_egd :=_c .GetIndirect (_gd .Get ("\u0050\u0061\u0067e\u0073"));if !_egd {return &DiffResults {},_b .New ("\u0065\u0072\u0072\u006f\u0072\u0020w\u0068\u0069\u006c\u0065\u0020\u0067\u0065\u0074\u0074\u0069\u006e\u0067\u0020p\u0061\u0067\u0065\u0073\u0027\u0020\u006fb\u006a\u0065\u0063\u0074"); -};if _cae :=_gfc .comparePages (_cg ,_dbb ,_cc );_cae !=nil {return &DiffResults {},_cae ;};return _gfc ._e ,nil ;}; - -// DiffResult describes the warning or the error for the DiffPolicy results. -type DiffResult struct{Revision int ;Description string ;};func (_cab *DiffResults )addError (_aae *DiffResult ){if _cab .Errors ==nil {_cab .Errors =make ([]*DiffResult ,0);};_cab .Errors =append (_cab .Errors ,_aae );};func (_dc *defaultDiffPolicy )comparePages (_gee int ,_aec ,_fgag *_c .PdfIndirectObject )error {if _ ,_bb :=_dc ._d [_fgag .ObjectNumber ]; -_bb {_dc ._e .addErrorWithDescription (_gee ,"\u0050a\u0067e\u0073\u0020\u0077\u0065\u0072e\u0020\u0063h\u0061\u006e\u0067\u0065\u0064");};_bf ,_aed :=_c .GetDict (_fgag .PdfObject );_be ,_eed :=_c .GetDict (_aec .PdfObject );if !_aed ||!_eed {return _b .New ("\u0075n\u0065\u0078\u0070\u0065\u0063\u0074\u0065\u0064\u0020\u0050\u0061g\u0065\u0073\u0027\u0020\u006f\u0062\u006a\u0065\u0063\u0074"); -};_gca ,_aed :=_c .GetArray (_bf .Get ("\u004b\u0069\u0064\u0073"));_dbd ,_eed :=_c .GetArray (_be .Get ("\u004b\u0069\u0064\u0073"));if !_aed ||!_eed {return _b .New ("\u0075\u006e\u0065\u0078p\u0065\u0063\u0074\u0065\u0064\u0020\u0050\u0061\u0067\u0065s\u0027 \u0064\u0069\u0063\u0074\u0069\u006f\u006ea\u0072\u0079"); -};_df :=_gca .Len ();if _df > _dbd .Len (){_df =_dbd .Len ();};for _ea :=0;_ea < _df ;_ea ++{_cage ,_afb :=_c .GetIndirect (_c .ResolveReference (_dbd .Get (_ea )));_ccf ,_dbde :=_c .GetIndirect (_c .ResolveReference (_gca .Get (_ea )));if !_afb ||!_dbde {return _b .New ("\u0075\u006e\u0065\u0078pe\u0063\u0074\u0065\u0064\u0020\u0070\u0061\u0067\u0065\u0020\u006f\u0062\u006a\u0065c\u0074"); -};if _cage .ObjectNumber !=_ccf .ObjectNumber {_dc ._e .addErrorWithDescription (_gee ,_f .Sprintf ("p\u0061\u0067\u0065\u0020#%\u0064 \u0077\u0061\u0073\u0020\u0072e\u0070\u006c\u0061\u0063\u0065\u0064",_ea ));};_ec ,_afb :=_c .GetDict (_ccf );_gec ,_dbde :=_c .GetDict (_cage ); -if !_afb ||!_dbde {return _b .New ("\u0075\u006e\u0065\u0078p\u0065\u0063\u0074\u0065\u0064\u0020\u0070\u0061\u0067\u0065'\u0073 \u0064\u0069\u0063\u0074\u0069\u006f\u006ea\u0072\u0079");};_bdd ,_abc :=_eeb (_ec .Get ("\u0041\u006e\u006e\u006f\u0074\u0073")); -if _abc !=nil {return _abc ;};_ada ,_abc :=_eeb (_gec .Get ("\u0041\u006e\u006e\u006f\u0074\u0073"));if _abc !=nil {return _abc ;};if _bda :=_dc .compareAnnots (_gee ,_ada ,_bdd );_bda !=nil {return _bda ;};};for _fec :=_df +1;_fec <=_gca .Len ();_fec ++{_dc ._e .addErrorWithDescription (_gee ,_f .Sprintf ("\u0070a\u0067e\u0020\u0023\u0025\u0064\u0020w\u0061\u0073 \u0061\u0064\u0064\u0065\u0064",_fec )); -};for _dcb :=_df +1;_dcb <=_dbd .Len ();_dcb ++{_dc ._e .addErrorWithDescription (_gee ,_f .Sprintf ("p\u0061g\u0065\u0020\u0023\u0025\u0064\u0020\u0077\u0061s\u0020\u0072\u0065\u006dov\u0065\u0064",_dcb ));};return nil ;}; +// DiffResults describes the results of the DiffPolicy. +type DiffResults struct{Warnings []*DiffResult ;Errors []*DiffResult ;};func NewDefaultDiffPolicy ()DiffPolicy {return &defaultDiffPolicy {_b :nil ,_a :&DiffResults {},_d :0}};func (_ggc *DiffResults )addError (_gbb *DiffResult ){if _ggc .Errors ==nil {_ggc .Errors =make ([]*DiffResult ,0); +};_ggc .Errors =append (_ggc .Errors ,_gbb );}; // MDPParameters describes parameters for the MDP checks (now only DocMDP). type MDPParameters struct{DocMDPLevel DocMDPPermission ;}; // DocMDPPermission is values for set up access permissions for DocMDP. // (Section 12.8.2.2, Table 254 - Entries in a signature dictionary p. 471 in PDF32000_2008). -type DocMDPPermission int64 ;func (_dba *DiffResults )addWarning (_baf *DiffResult ){if _dba .Warnings ==nil {_dba .Warnings =make ([]*DiffResult ,0);};_dba .Warnings =append (_dba .Warnings ,_baf );};func (_fbb *DiffResults )addErrorWithDescription (_fdc int ,_eff string ){if _fbb .Errors ==nil {_fbb .Errors =make ([]*DiffResult ,0); -};_fbb .Errors =append (_fbb .Errors ,&DiffResult {Revision :_fdc ,Description :_eff });}; +type DocMDPPermission int64 ; -// DiffResults describes the results of the DiffPolicy. -type DiffResults struct{Warnings []*DiffResult ;Errors []*DiffResult ;}; +// ReviewFile implementation of DiffPolicy interface +// The default policy only checks the next types of objects: +// Page, Pages (container for page objects), Annot, Annots (container for annotation objects), Field. +// It checks adding, removing and modifying objects of these types. +func (_g *defaultDiffPolicy )ReviewFile (oldParser *_fe .PdfParser ,newParser *_fe .PdfParser ,params *MDPParameters )(*DiffResults ,error ){if oldParser .GetRevisionNumber ()> newParser .GetRevisionNumber (){return nil ,_f .New ("\u006f\u006c\u0064\u0020\u0072\u0065\u0076\u0069\u0073\u0069\u006f\u006e\u0020\u0067\u0072\u0065\u0061\u0074\u0065\u0072\u0020\u0074\u0068\u0061n\u0020\u006e\u0065\u0077\u0020r\u0065\u0076i\u0073\u0069\u006f\u006e"); +};if oldParser .GetRevisionNumber ()==newParser .GetRevisionNumber (){if oldParser !=newParser {return nil ,_f .New ("\u0073\u0061m\u0065\u0020\u0072\u0065v\u0069\u0073i\u006f\u006e\u0073\u002c\u0020\u0062\u0075\u0074 \u0064\u0069\u0066\u0066\u0065\u0072\u0065\u006e\u0074\u0020\u0070\u0061r\u0073\u0065\u0072\u0073"); +};return &DiffResults {},nil ;};if params ==nil {_g ._d =NoRestrictions ;}else {_g ._d =params .DocMDPLevel ;};_bc :=&DiffResults {};for _bcg :=oldParser .GetRevisionNumber ()+1;_bcg <=newParser .GetRevisionNumber ();_bcg ++{_ca ,_ce :=newParser .GetRevision (_bcg -1); +if _ce !=nil {return nil ,_ce ;};_e ,_ce :=newParser .GetRevision (_bcg );if _ce !=nil {return nil ,_ce ;};_cf ,_ce :=_g .compareRevisions (_ca ,_e );if _ce !=nil {return nil ,_ce ;};_bc .Warnings =append (_bc .Warnings ,_cf .Warnings ...);_bc .Errors =append (_bc .Errors ,_cf .Errors ...); +};return _bc ,nil ;};func (_aac *DiffResults )addWarning (_dfb *DiffResult ){if _aac .Warnings ==nil {_aac .Warnings =make ([]*DiffResult ,0);};_aac .Warnings =append (_aac .Warnings ,_dfb );};func _gfbf (_gb _fe .PdfObject )([]_fe .PdfObject ,error ){_fea :=make ([]_fe .PdfObject ,0); +if _gb !=nil {_dbf :=_gb ;if _dag ,_cbb :=_fe .GetIndirect (_gb );_cbb {_dbf =_dag .PdfObject ;};if _gecc ,_bfc :=_fe .GetArray (_dbf );_bfc {_fea =_gecc .Elements ();}else {return nil ,_f .New ("\u0075n\u0065\u0078\u0070\u0065c\u0074\u0065\u0064\u0020\u0061n\u006eo\u0074s\u0027\u0020\u006f\u0062\u006a\u0065\u0063t"); +};};return _fea ,nil ;};const (NoRestrictions DocMDPPermission =0;NoChanges DocMDPPermission =1;FillForms DocMDPPermission =2;FillFormsAndAnnots DocMDPPermission =3;);func (_dg *defaultDiffPolicy )compareRevisions (_cfd *_fe .PdfParser ,_fa *_fe .PdfParser )(*DiffResults ,error ){var _ed error ; +_dg ._b ,_ed =_fa .GetUpdatedObjects (_cfd );if _ed !=nil {return &DiffResults {},_ed ;};if len (_dg ._b )==0{return &DiffResults {},nil ;};_fc :=_fa .GetRevisionNumber ();_be ,_gf :=_fe .GetIndirect (_fe .ResolveReference (_cfd .GetTrailer ().Get ("\u0052\u006f\u006f\u0074"))); +_gg ,_caf :=_fe .GetIndirect (_fe .ResolveReference (_fa .GetTrailer ().Get ("\u0052\u006f\u006f\u0074")));if !_gf ||!_caf {return &DiffResults {},_f .New ("\u0065\u0072\u0072o\u0072\u0020\u0077\u0068i\u006c\u0065\u0020\u0067\u0065\u0074\u0074i\u006e\u0067\u0020\u0072\u006f\u006f\u0074\u0020\u006f\u0062\u006a\u0065\u0063\u0074"); +};_df ,_gf :=_fe .GetDict (_fe .ResolveReference (_be .PdfObject ));_ac ,_caf :=_fe .GetDict (_fe .ResolveReference (_gg .PdfObject ));if !_gf ||!_caf {return &DiffResults {},_f .New ("\u0065\u0072\u0072\u006f\u0072\u0020\u0077\u0068\u0069\u006c\u0065\u0020\u0067e\u0074\u0074\u0069\u006e\u0067\u0020a\u0020\u0072\u006f\u006f\u0074\u0027\u0073\u0020\u0064\u0069\u0063\u0074\u0069o\u006e\u0061\u0072\u0079"); +};if _ff ,_fff :=_fe .GetIndirect (_ac .Get ("\u0041\u0063\u0072\u006f\u0046\u006f\u0072\u006d"));_fff {_acf ,_dgc :=_fe .GetDict (_ff );if !_dgc {return &DiffResults {},_f .New ("\u0065\u0072\u0072\u006f\u0072 \u0077\u0068\u0069\u006c\u0065\u0020\u0067\u0065\u0074\u0074\u0069\u006e\u0067 \u0041\u0063\u0072\u006f\u0046\u006f\u0072\u006d\u0027\u0073\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079"); +};_ee :=make ([]_fe .PdfObject ,0);if _bb ,_da :=_fe .GetIndirect (_df .Get ("\u0041\u0063\u0072\u006f\u0046\u006f\u0072\u006d"));_da {if _de ,_ggd :=_fe .GetDict (_bb );_ggd {if _ec ,_ba :=_fe .GetArray (_de .Get ("\u0046\u0069\u0065\u006c\u0064\u0073")); +_ba {_ee =_ec .Elements ();};};};_aca ,_dgc :=_fe .GetArray (_acf .Get ("\u0046\u0069\u0065\u006c\u0064\u0073"));if !_dgc {return &DiffResults {},_f .New ("\u0065\u0072r\u006f\u0072\u0020\u0077h\u0069\u006ce\u0020\u0067\u0065\u0074\u0074\u0069\u006e\u0067 \u0041\u0063\u0072\u006f\u0046\u006f\u0072\u006d\u0027\u0073\u0020\u0066i\u0065\u006c\u0064\u0073"); +};if _fcc :=_dg .compareFields (_fc ,_ee ,_aca .Elements ());_fcc !=nil {return &DiffResults {},_fcc ;};};_cc ,_cea :=_fe .GetIndirect (_ac .Get ("\u0050\u0061\u0067e\u0073"));if !_cea {return &DiffResults {},_f .New ("\u0065\u0072\u0072\u006f\u0072\u0020w\u0068\u0069\u006c\u0065\u0020\u0067\u0065\u0074\u0074\u0069\u006e\u0067\u0020p\u0061\u0067\u0065\u0073\u0027\u0020\u006fb\u006a\u0065\u0063\u0074"); +};_ecb ,_cea :=_fe .GetIndirect (_df .Get ("\u0050\u0061\u0067e\u0073"));if !_cea {return &DiffResults {},_f .New ("\u0065\u0072\u0072\u006f\u0072\u0020w\u0068\u0069\u006c\u0065\u0020\u0067\u0065\u0074\u0074\u0069\u006e\u0067\u0020p\u0061\u0067\u0065\u0073\u0027\u0020\u006fb\u006a\u0065\u0063\u0074"); +};if _bec :=_dg .comparePages (_fc ,_ecb ,_cc );_bec !=nil {return &DiffResults {},_bec ;};return _dg ._a ,nil ;}; // DiffPolicy interface for comparing two revisions of the Pdf document. type DiffPolicy interface{ @@ -76,19 +53,44 @@ type DiffPolicy interface{ // and evaluate the differences between the revisions. // Each implementation of this interface must decide // how to handle cases where there are multiple revisions between the old and new revisions. -ReviewFile (_eedb *_c .PdfParser ,_aab *_c .PdfParser ,_gbe *MDPParameters )(*DiffResults ,error );};func (_bbe *DiffResults )addWarningWithDescription (_cfd int ,_ega string ){if _bbe .Warnings ==nil {_bbe .Warnings =make ([]*DiffResult ,0);};_bbe .Warnings =append (_bbe .Warnings ,&DiffResult {Revision :_cfd ,Description :_ega }); -};const (NoRestrictions DocMDPPermission =0;NoChanges DocMDPPermission =1;FillForms DocMDPPermission =2;FillFormsAndAnnots DocMDPPermission =3;);func (_deee *defaultDiffPolicy )compareAnnots (_gaga int ,_gbd ,_egg []_c .PdfObject )error {_ccb :=make (map[int64 ]*_c .PdfObjectDictionary ); -for _ ,_cf :=range _gbd {_aaf ,_cad :=_c .GetIndirect (_cf );if !_cad {return _b .New ("\u0075\u006e\u0065\u0078p\u0065\u0063\u0074\u0065\u0064\u0020\u0061\u006e\u006e\u006ft\u0027s\u0020\u0073\u0074\u0072\u0075\u0063\u0074u\u0072\u0065");};_cbf ,_cad :=_c .GetDict (_aaf .PdfObject ); -if !_cad {return _b .New ("\u0075\u006e\u0065\u0078p\u0065\u0063\u0074\u0065\u0064\u0020\u0061\u006e\u006e\u006ft\u0027s\u0020\u0073\u0074\u0072\u0075\u0063\u0074u\u0072\u0065");};_ccb [_aaf .ObjectNumber ]=_cbf ;};for _ ,_bee :=range _egg {_agd ,_abg :=_c .GetIndirect (_bee ); -if !_abg {return _b .New ("\u0075\u006e\u0065\u0078p\u0065\u0063\u0074\u0065\u0064\u0020\u0061\u006e\u006e\u006ft\u0027s\u0020\u0073\u0074\u0072\u0075\u0063\u0074u\u0072\u0065");};_bdb ,_abg :=_c .GetDict (_agd .PdfObject );if !_abg {return _b .New ("\u0075\u006e\u0065\u0078p\u0065\u0063\u0074\u0065\u0064\u0020\u0061\u006e\u006e\u006ft\u0027s\u0020\u0073\u0074\u0072\u0075\u0063\u0074u\u0072\u0065"); -};_gfeg ,_ :=_c .GetStringVal (_bdb .Get ("\u0054"));_bgac ,_ :=_c .GetNameVal (_bdb .Get ("\u0053u\u0062\u0074\u0079\u0070\u0065"));if _ ,_fef :=_ccb [_agd .ObjectNumber ];!_fef {switch _deee ._da {case NoRestrictions ,FillFormsAndAnnots :_deee ._e .addWarningWithDescription (_gaga ,_f .Sprintf ("\u0025\u0073\u0020\u0061\u006e\u006e\u006f\u0074\u0061\u0074\u0069o\u006e\u0020\u0025\u0073\u0020\u0077\u0061\u0073\u0020\u0061d\u0064\u0065\u0064",_bgac ,_gfeg )); -default:_aecd ,_fed :=_c .GetDict (_agd .PdfObject );if !_fed {return _b .New ("u\u006ed\u0065\u0066\u0069\u006e\u0065\u0064\u0020\u0061n\u006e\u006f\u0074\u0061ti\u006f\u006e");};_gba ,_fed :=_c .GetNameVal (_aecd .Get ("\u0053u\u0062\u0074\u0079\u0070\u0065")); -if !_fed {return _b .New ("\u0075\u006e\u0064\u0065\u0066\u0069\u006e\u0065\u0064\u0020a\u006e\u006e\u006f\u0074\u0061\u0074\u0069o\u006e\u0027\u0073\u0020\u0073\u0075\u0062\u0074\u0079\u0070\u0065");};if _gba =="\u0057\u0069\u0064\u0067\u0065\u0074"{switch _deee ._da {case NoRestrictions ,FillFormsAndAnnots ,FillForms :_deee ._e .addWarningWithDescription (_gaga ,_f .Sprintf ("\u0025\u0073\u0020\u0061\u006e\u006e\u006f\u0074\u0061\u0074\u0069o\u006e\u0020\u0025\u0073\u0020\u0077\u0061\u0073\u0020\u0061d\u0064\u0065\u0064",_bgac ,_gfeg )); -default:_deee ._e .addErrorWithDescription (_gaga ,_f .Sprintf ("\u0025\u0073\u0020\u0061\u006e\u006e\u006f\u0074\u0061\u0074\u0069o\u006e\u0020\u0025\u0073\u0020\u0077\u0061\u0073\u0020\u0061d\u0064\u0065\u0064",_bgac ,_gfeg ));};}else {_deee ._e .addErrorWithDescription (_gaga ,_f .Sprintf ("\u0025\u0073\u0020\u0061\u006e\u006e\u006f\u0074\u0061\u0074\u0069o\u006e\u0020\u0025\u0073\u0020\u0077\u0061\u0073\u0020\u0061d\u0064\u0065\u0064",_bgac ,_gfeg )); -};};}else {delete (_ccb ,_agd .ObjectNumber );if _fgee ,_gaf :=_deee ._d [_agd .ObjectNumber ];_gaf {switch _deee ._da {case NoRestrictions ,FillFormsAndAnnots :_deee ._e .addWarningWithDescription (_gaga ,_f .Sprintf ("\u0025\u0073\u0020\u0061n\u006e\u006f\u0074\u0061\u0074\u0069\u006f\u006e\u0020\u0025s\u0020w\u0061\u0073\u0020\u0063\u0068\u0061\u006eg\u0065\u0064",_bgac ,_gfeg )); -default:_ded ,_bcg :=_c .GetIndirect (_fgee );if !_bcg {return _b .New ("u\u006ed\u0065\u0066\u0069\u006e\u0065\u0064\u0020\u0061n\u006e\u006f\u0074\u0061ti\u006f\u006e");};_dfff ,_bcg :=_c .GetDict (_ded .PdfObject );if !_bcg {return _b .New ("u\u006ed\u0065\u0066\u0069\u006e\u0065\u0064\u0020\u0061n\u006e\u006f\u0074\u0061ti\u006f\u006e"); -};_fegb ,_bcg :=_c .GetNameVal (_dfff .Get ("\u0053u\u0062\u0074\u0079\u0070\u0065"));if !_bcg {return _b .New ("\u0075\u006e\u0064\u0065\u0066\u0069\u006e\u0065\u0064\u0020a\u006e\u006e\u006f\u0074\u0061\u0074\u0069o\u006e\u0027\u0073\u0020\u0073\u0075\u0062\u0074\u0079\u0070\u0065"); -};if _fegb =="\u0057\u0069\u0064\u0067\u0065\u0074"{switch _deee ._da {case NoRestrictions ,FillFormsAndAnnots ,FillForms :_deee ._e .addWarningWithDescription (_gaga ,_f .Sprintf ("\u0025\u0073\u0020\u0061n\u006e\u006f\u0074\u0061\u0074\u0069\u006f\u006e\u0020\u0025s\u0020w\u0061\u0073\u0020\u0063\u0068\u0061\u006eg\u0065\u0064",_bgac ,_gfeg )); -default:_deee ._e .addErrorWithDescription (_gaga ,_f .Sprintf ("\u0025\u0073\u0020\u0061n\u006e\u006f\u0074\u0061\u0074\u0069\u006f\u006e\u0020\u0025s\u0020w\u0061\u0073\u0020\u0063\u0068\u0061\u006eg\u0065\u0064",_bgac ,_gfeg ));};}else {_deee ._e .addErrorWithDescription (_gaga ,_f .Sprintf ("\u0025\u0073\u0020\u0061n\u006e\u006f\u0074\u0061\u0074\u0069\u006f\u006e\u0020\u0025s\u0020w\u0061\u0073\u0020\u0063\u0068\u0061\u006eg\u0065\u0064",_bgac ,_gfeg )); -};};};};};for _ ,_cff :=range _ccb {_bce ,_ :=_c .GetStringVal (_cff .Get ("\u0054"));_bgb ,_ :=_c .GetNameVal (_cff .Get ("\u0053u\u0062\u0074\u0079\u0070\u0065"));switch _deee ._da {case NoRestrictions ,FillFormsAndAnnots :_deee ._e .addWarningWithDescription (_gaga ,_f .Sprintf ("\u0025\u0073\u0020\u0061n\u006e\u006f\u0074\u0061\u0074\u0069\u006f\u006e\u0020\u0025s\u0020w\u0061\u0073\u0020\u0072\u0065\u006d\u006fv\u0065\u0064",_bgb ,_bce )); -default:_deee ._e .addErrorWithDescription (_gaga ,_f .Sprintf ("\u0025\u0073\u0020\u0061n\u006e\u006f\u0074\u0061\u0074\u0069\u006f\u006e\u0020\u0025s\u0020w\u0061\u0073\u0020\u0072\u0065\u006d\u006fv\u0065\u0064",_bgb ,_bce ));};};return nil ;}; \ No newline at end of file +ReviewFile (_fbc *_fe .PdfParser ,_cef *_fe .PdfParser ,_dec *MDPParameters )(*DiffResults ,error );}; + +// String returns the state of the warning. +func (_eaa *DiffResult )String ()string {return _cg .Sprintf ("\u0025\u0073\u0020\u0069n \u0072\u0065\u0076\u0069\u0073\u0069\u006f\u006e\u0073\u0020\u0023\u0025\u0064",_eaa .Description ,_eaa .Revision );};func (_bg *defaultDiffPolicy )compareFields (_dd int ,_dac ,_eg []_fe .PdfObject )error {_gge :=make (map[int64 ]*_fe .PdfObjectDictionary ); +for _ ,_dace :=range _dac {_gfb ,_ggb :=_fe .GetIndirect (_dace );if !_ggb {return _f .New ("\u0075\u006e\u0065\u0078p\u0065\u0063\u0074\u0065\u0064\u0020\u0066\u0069\u0065\u006cd\u0027s\u0020\u0073\u0074\u0072\u0075\u0063\u0074u\u0072\u0065");};_bef ,_ggb :=_fe .GetDict (_gfb .PdfObject ); +if !_ggb {return _f .New ("\u0075\u006e\u0065\u0078p\u0065\u0063\u0074\u0065\u0064\u0020\u0061\u006e\u006e\u006ft\u0027s\u0020\u0073\u0074\u0072\u0075\u0063\u0074u\u0072\u0065");};_gge [_gfb .ObjectNumber ]=_bef ;};for _ ,_dde :=range _eg {_cff ,_ege :=_fe .GetIndirect (_dde ); +if !_ege {return _f .New ("\u0075\u006e\u0065\u0078p\u0065\u0063\u0074\u0065\u0064\u0020\u0066\u0069\u0065\u006cd\u0027s\u0020\u0073\u0074\u0072\u0075\u0063\u0074u\u0072\u0065");};_dc ,_ege :=_fe .GetDict (_cff .PdfObject );if !_ege {return _f .New ("\u0075\u006e\u0065\u0078p\u0065\u0063\u0074\u0065\u0064\u0020\u0066\u0069\u0065\u006cd\u0027s\u0020\u0073\u0074\u0072\u0075\u0063\u0074u\u0072\u0065"); +};T :=_dc .Get ("\u0054");if _ ,_fd :=_bg ._b [_cff .ObjectNumber ];_fd {switch _bg ._d {case NoRestrictions ,FillForms ,FillFormsAndAnnots :_bg ._a .addWarningWithDescription (_dd ,_cg .Sprintf ("F\u0069e\u006c\u0064\u0020\u0025\u0073\u0020\u0077\u0061s\u0020\u0063\u0068\u0061ng\u0065\u0064",T )); +default:_bg ._a .addErrorWithDescription (_dd ,_cg .Sprintf ("F\u0069e\u006c\u0064\u0020\u0025\u0073\u0020\u0077\u0061s\u0020\u0063\u0068\u0061ng\u0065\u0064",T ));};};if _ ,_bdf :=_gge [_cff .ObjectNumber ];!_bdf {switch _bg ._d {case NoRestrictions ,FillForms ,FillFormsAndAnnots :_bg ._a .addWarningWithDescription (_dd ,_cg .Sprintf ("\u0046i\u0065l\u0064\u0020\u0025\u0073\u0020w\u0061\u0073 \u0061\u0064\u0064\u0065\u0064",_dc .Get ("\u0054"))); +default:_bg ._a .addErrorWithDescription (_dd ,_cg .Sprintf ("\u0046i\u0065l\u0064\u0020\u0025\u0073\u0020w\u0061\u0073 \u0061\u0064\u0064\u0065\u0064",_dc .Get ("\u0054")));};}else {delete (_gge ,_cff .ObjectNumber );if _ ,_db :=_bg ._b [_cff .ObjectNumber ]; +_db {switch _bg ._d {case NoRestrictions ,FillForms ,FillFormsAndAnnots :_bg ._a .addWarningWithDescription (_dd ,_cg .Sprintf ("F\u0069e\u006c\u0064\u0020\u0025\u0073\u0020\u0077\u0061s\u0020\u0063\u0068\u0061ng\u0065\u0064",_dc .Get ("\u0054")));default:_bg ._a .addErrorWithDescription (_dd ,_cg .Sprintf ("F\u0069e\u006c\u0064\u0020\u0025\u0073\u0020\u0077\u0061s\u0020\u0063\u0068\u0061ng\u0065\u0064",_dc .Get ("\u0054"))); +};};};if FT ,_fcd :=_fe .GetNameVal (_dc .Get ("\u0046\u0054"));_fcd {if FT =="\u0053\u0069\u0067"{if _aaa ,_ag :=_fe .GetIndirect (_dc .Get ("\u0056"));_ag {if _ ,_dgd :=_bg ._b [_aaa .ObjectNumber ];_dgd {switch _bg ._d {case NoRestrictions ,FillForms ,FillFormsAndAnnots :_bg ._a .addWarningWithDescription (_dd ,_cg .Sprintf ("\u0053\u0069\u0067na\u0074\u0075\u0072\u0065\u0020\u0066\u006f\u0072\u0020%\u0073 \u0066i\u0065l\u0064\u0020\u0077\u0061\u0073\u0020\u0063\u0068\u0061\u006e\u0067\u0065\u0064",T )); +default:_bg ._a .addErrorWithDescription (_dd ,_cg .Sprintf ("\u0053\u0069\u0067na\u0074\u0075\u0072\u0065\u0020\u0066\u006f\u0072\u0020%\u0073 \u0066i\u0065l\u0064\u0020\u0077\u0061\u0073\u0020\u0063\u0068\u0061\u006e\u0067\u0065\u0064",T ));};};};};}; +};for _ ,_dbc :=range _gge {switch _bg ._d {case NoRestrictions :_bg ._a .addWarningWithDescription (_dd ,_cg .Sprintf ("F\u0069e\u006c\u0064\u0020\u0025\u0073\u0020\u0077\u0061s\u0020\u0072\u0065\u006dov\u0065\u0064",_dbc .Get ("\u0054")));default:_bg ._a .addErrorWithDescription (_dd ,_cg .Sprintf ("F\u0069e\u006c\u0064\u0020\u0025\u0073\u0020\u0077\u0061s\u0020\u0072\u0065\u006dov\u0065\u0064",_dbc .Get ("\u0054"))); +};};return nil ;};func (_abff *DiffResults )addWarningWithDescription (_aeb int ,_cee string ){if _abff .Warnings ==nil {_abff .Warnings =make ([]*DiffResult ,0);};_abff .Warnings =append (_abff .Warnings ,&DiffResult {Revision :_aeb ,Description :_cee }); +}; + +// DiffResult describes the warning or the error for the DiffPolicy results. +type DiffResult struct{Revision int ;Description string ;};type defaultDiffPolicy struct{_b map[int64 ]_fe .PdfObject ;_a *DiffResults ;_d DocMDPPermission ;};func (_adc *DiffResults )addErrorWithDescription (_fdbf int ,_bge string ){if _adc .Errors ==nil {_adc .Errors =make ([]*DiffResult ,0); +};_adc .Errors =append (_adc .Errors ,&DiffResult {Revision :_fdbf ,Description :_bge });};func (_gc *defaultDiffPolicy )comparePages (_ef int ,_eec ,_bf *_fe .PdfIndirectObject )error {if _ ,_ge :=_gc ._b [_bf .ObjectNumber ];_ge {_gc ._a .addErrorWithDescription (_ef ,"\u0050a\u0067e\u0073\u0020\u0077\u0065\u0072e\u0020\u0063h\u0061\u006e\u0067\u0065\u0064"); +};_ab ,_bce :=_fe .GetDict (_bf .PdfObject );_ad ,_bdc :=_fe .GetDict (_eec .PdfObject );if !_bce ||!_bdc {return _f .New ("\u0075n\u0065\u0078\u0070\u0065\u0063\u0074\u0065\u0064\u0020\u0050\u0061g\u0065\u0073\u0027\u0020\u006f\u0062\u006a\u0065\u0063\u0074"); +};_fcg ,_bce :=_fe .GetArray (_ab .Get ("\u004b\u0069\u0064\u0073"));_adg ,_bdc :=_fe .GetArray (_ad .Get ("\u004b\u0069\u0064\u0073"));if !_bce ||!_bdc {return _f .New ("\u0075\u006e\u0065\u0078p\u0065\u0063\u0074\u0065\u0064\u0020\u0050\u0061\u0067\u0065s\u0027 \u0064\u0069\u0063\u0074\u0069\u006f\u006ea\u0072\u0079"); +};_faa :=_fcg .Len ();if _faa > _adg .Len (){_faa =_adg .Len ();};for _gfa :=0;_gfa < _faa ;_gfa ++{_ae ,_af :=_fe .GetIndirect (_fe .ResolveReference (_adg .Get (_gfa )));_gd ,_cge :=_fe .GetIndirect (_fe .ResolveReference (_fcg .Get (_gfa )));if !_af ||!_cge {return _f .New ("\u0075\u006e\u0065\u0078pe\u0063\u0074\u0065\u0064\u0020\u0070\u0061\u0067\u0065\u0020\u006f\u0062\u006a\u0065c\u0074"); +};if _ae .ObjectNumber !=_gd .ObjectNumber {_gc ._a .addErrorWithDescription (_ef ,_cg .Sprintf ("p\u0061\u0067\u0065\u0020#%\u0064 \u0077\u0061\u0073\u0020\u0072e\u0070\u006c\u0061\u0063\u0065\u0064",_gfa ));};_fdg ,_af :=_fe .GetDict (_gd );_acfa ,_cge :=_fe .GetDict (_ae ); +if !_af ||!_cge {return _f .New ("\u0075\u006e\u0065\u0078p\u0065\u0063\u0074\u0065\u0064\u0020\u0070\u0061\u0067\u0065'\u0073 \u0064\u0069\u0063\u0074\u0069\u006f\u006ea\u0072\u0079");};_age ,_acc :=_gfbf (_fdg .Get ("\u0041\u006e\u006e\u006f\u0074\u0073")); +if _acc !=nil {return _acc ;};_cgg ,_acc :=_gfbf (_acfa .Get ("\u0041\u006e\u006e\u006f\u0074\u0073"));if _acc !=nil {return _acc ;};if _fcb :=_gc .compareAnnots (_ef ,_cgg ,_age );_fcb !=nil {return _fcb ;};};for _bdg :=_faa +1;_bdg <=_fcg .Len ();_bdg ++{_gc ._a .addErrorWithDescription (_ef ,_cg .Sprintf ("\u0070a\u0067e\u0020\u0023\u0025\u0064\u0020w\u0061\u0073 \u0061\u0064\u0064\u0065\u0064",_bdg )); +};for _afa :=_faa +1;_afa <=_adg .Len ();_afa ++{_gc ._a .addErrorWithDescription (_ef ,_cg .Sprintf ("p\u0061g\u0065\u0020\u0023\u0025\u0064\u0020\u0077\u0061s\u0020\u0072\u0065\u006dov\u0065\u0064",_afa ));};return nil ;};func (_fccb *defaultDiffPolicy )compareAnnots (_dgg int ,_bac ,_agb []_fe .PdfObject )error {_ccd :=make (map[int64 ]*_fe .PdfObjectDictionary ); +for _ ,_eea :=range _bac {_gga ,_fg :=_fe .GetIndirect (_eea );if !_fg {return _f .New ("\u0075\u006e\u0065\u0078p\u0065\u0063\u0074\u0065\u0064\u0020\u0061\u006e\u006e\u006ft\u0027s\u0020\u0073\u0074\u0072\u0075\u0063\u0074u\u0072\u0065");};_bad ,_fg :=_fe .GetDict (_gga .PdfObject ); +if !_fg {return _f .New ("\u0075\u006e\u0065\u0078p\u0065\u0063\u0074\u0065\u0064\u0020\u0061\u006e\u006e\u006ft\u0027s\u0020\u0073\u0074\u0072\u0075\u0063\u0074u\u0072\u0065");};_ccd [_gga .ObjectNumber ]=_bad ;};for _ ,_agd :=range _agb {_dff ,_efg :=_fe .GetIndirect (_agd ); +if !_efg {return _f .New ("\u0075\u006e\u0065\u0078p\u0065\u0063\u0074\u0065\u0064\u0020\u0061\u006e\u006e\u006ft\u0027s\u0020\u0073\u0074\u0072\u0075\u0063\u0074u\u0072\u0065");};_bde ,_efg :=_fe .GetDict (_dff .PdfObject );if !_efg {return _f .New ("\u0075\u006e\u0065\u0078p\u0065\u0063\u0074\u0065\u0064\u0020\u0061\u006e\u006e\u006ft\u0027s\u0020\u0073\u0074\u0072\u0075\u0063\u0074u\u0072\u0065"); +};_eb ,_ :=_fe .GetStringVal (_bde .Get ("\u0054"));_ga ,_ :=_fe .GetNameVal (_bde .Get ("\u0053u\u0062\u0074\u0079\u0070\u0065"));if _ ,_efc :=_ccd [_dff .ObjectNumber ];!_efc {switch _fccb ._d {case NoRestrictions ,FillFormsAndAnnots :_fccb ._a .addWarningWithDescription (_dgg ,_cg .Sprintf ("\u0025\u0073\u0020\u0061\u006e\u006e\u006f\u0074\u0061\u0074\u0069o\u006e\u0020\u0025\u0073\u0020\u0077\u0061\u0073\u0020\u0061d\u0064\u0065\u0064",_ga ,_eb )); +default:_bfg ,_ggbg :=_fe .GetDict (_dff .PdfObject );if !_ggbg {return _f .New ("u\u006ed\u0065\u0066\u0069\u006e\u0065\u0064\u0020\u0061n\u006e\u006f\u0074\u0061ti\u006f\u006e");};_gec ,_ggbg :=_fe .GetNameVal (_bfg .Get ("\u0053u\u0062\u0074\u0079\u0070\u0065")); +if !_ggbg {return _f .New ("\u0075\u006e\u0064\u0065\u0066\u0069\u006e\u0065\u0064\u0020a\u006e\u006e\u006f\u0074\u0061\u0074\u0069o\u006e\u0027\u0073\u0020\u0073\u0075\u0062\u0074\u0079\u0070\u0065");};if _gec =="\u0057\u0069\u0064\u0067\u0065\u0074"{switch _fccb ._d {case NoRestrictions ,FillFormsAndAnnots ,FillForms :_fccb ._a .addWarningWithDescription (_dgg ,_cg .Sprintf ("\u0025\u0073\u0020\u0061\u006e\u006e\u006f\u0074\u0061\u0074\u0069o\u006e\u0020\u0025\u0073\u0020\u0077\u0061\u0073\u0020\u0061d\u0064\u0065\u0064",_ga ,_eb )); +default:_fccb ._a .addErrorWithDescription (_dgg ,_cg .Sprintf ("\u0025\u0073\u0020\u0061\u006e\u006e\u006f\u0074\u0061\u0074\u0069o\u006e\u0020\u0025\u0073\u0020\u0077\u0061\u0073\u0020\u0061d\u0064\u0065\u0064",_ga ,_eb ));};}else {_fccb ._a .addErrorWithDescription (_dgg ,_cg .Sprintf ("\u0025\u0073\u0020\u0061\u006e\u006e\u006f\u0074\u0061\u0074\u0069o\u006e\u0020\u0025\u0073\u0020\u0077\u0061\u0073\u0020\u0061d\u0064\u0065\u0064",_ga ,_eb )); +};};}else {delete (_ccd ,_dff .ObjectNumber );if _ada ,_eca :=_fccb ._b [_dff .ObjectNumber ];_eca {switch _fccb ._d {case NoRestrictions ,FillFormsAndAnnots :_fccb ._a .addWarningWithDescription (_dgg ,_cg .Sprintf ("\u0025\u0073\u0020\u0061n\u006e\u006f\u0074\u0061\u0074\u0069\u006f\u006e\u0020\u0025s\u0020w\u0061\u0073\u0020\u0063\u0068\u0061\u006eg\u0065\u0064",_ga ,_eb )); +default:_ffb ,_ecg :=_fe .GetIndirect (_ada );if !_ecg {return _f .New ("u\u006ed\u0065\u0066\u0069\u006e\u0065\u0064\u0020\u0061n\u006e\u006f\u0074\u0061ti\u006f\u006e");};_ea ,_ecg :=_fe .GetDict (_ffb .PdfObject );if !_ecg {return _f .New ("u\u006ed\u0065\u0066\u0069\u006e\u0065\u0064\u0020\u0061n\u006e\u006f\u0074\u0061ti\u006f\u006e"); +};_fda ,_ecg :=_fe .GetNameVal (_ea .Get ("\u0053u\u0062\u0074\u0079\u0070\u0065"));if !_ecg {return _f .New ("\u0075\u006e\u0064\u0065\u0066\u0069\u006e\u0065\u0064\u0020a\u006e\u006e\u006f\u0074\u0061\u0074\u0069o\u006e\u0027\u0073\u0020\u0073\u0075\u0062\u0074\u0079\u0070\u0065"); +};if _fda =="\u0057\u0069\u0064\u0067\u0065\u0074"{switch _fccb ._d {case NoRestrictions ,FillFormsAndAnnots ,FillForms :_fccb ._a .addWarningWithDescription (_dgg ,_cg .Sprintf ("\u0025\u0073\u0020\u0061n\u006e\u006f\u0074\u0061\u0074\u0069\u006f\u006e\u0020\u0025s\u0020w\u0061\u0073\u0020\u0063\u0068\u0061\u006eg\u0065\u0064",_ga ,_eb )); +default:_fccb ._a .addErrorWithDescription (_dgg ,_cg .Sprintf ("\u0025\u0073\u0020\u0061n\u006e\u006f\u0074\u0061\u0074\u0069\u006f\u006e\u0020\u0025s\u0020w\u0061\u0073\u0020\u0063\u0068\u0061\u006eg\u0065\u0064",_ga ,_eb ));};}else {_fccb ._a .addErrorWithDescription (_dgg ,_cg .Sprintf ("\u0025\u0073\u0020\u0061n\u006e\u006f\u0074\u0061\u0074\u0069\u006f\u006e\u0020\u0025s\u0020w\u0061\u0073\u0020\u0063\u0068\u0061\u006eg\u0065\u0064",_ga ,_eb )); +};};};};};for _ ,_ccf :=range _ccd {_abf ,_ :=_fe .GetStringVal (_ccf .Get ("\u0054"));_dea ,_ :=_fe .GetNameVal (_ccf .Get ("\u0053u\u0062\u0074\u0079\u0070\u0065"));switch _fccb ._d {case NoRestrictions ,FillFormsAndAnnots :_fccb ._a .addWarningWithDescription (_dgg ,_cg .Sprintf ("\u0025\u0073\u0020\u0061n\u006e\u006f\u0074\u0061\u0074\u0069\u006f\u006e\u0020\u0025s\u0020w\u0061\u0073\u0020\u0072\u0065\u006d\u006fv\u0065\u0064",_dea ,_abf )); +default:_fccb ._a .addErrorWithDescription (_dgg ,_cg .Sprintf ("\u0025\u0073\u0020\u0061n\u006e\u006f\u0074\u0061\u0074\u0069\u006f\u006e\u0020\u0025s\u0020w\u0061\u0073\u0020\u0072\u0065\u006d\u006fv\u0065\u0064",_dea ,_abf ));};};return nil ;}; \ No newline at end of file diff --git a/model/model.go b/model/model.go index 0a1f1bc7e..30b3bee84 100644 --- a/model/model.go +++ b/model/model.go @@ -37,69 +37,19 @@ // fmt.Printf("The PDF file has %d pages\n", numPages) // // For more examples, see the unidoc-examples repository on GitHub: https://github.com/unidoc/unidoc-examples -package model ;import (_ga "bufio";_dd "bytes";_c "crypto/md5";_gaaa "crypto/rand";_bd "crypto/sha1";_bag "crypto/x509";_ef "encoding/binary";_egf "encoding/hex";_dcf "errors";_e "fmt";_egg "github.com/gabriel-vasile/mimetype";_dg "github.com/unidoc/pkcs7"; -_ddb "github.com/unidoc/unipdf/v3/common";_eb "github.com/unidoc/unipdf/v3/core";_cg "github.com/unidoc/unipdf/v3/core/security";_be "github.com/unidoc/unipdf/v3/core/security/crypt";_ff "github.com/unidoc/unipdf/v3/internal/cmap";_df "github.com/unidoc/unipdf/v3/internal/imageutil"; -_cf "github.com/unidoc/unipdf/v3/internal/license";_bb "github.com/unidoc/unipdf/v3/internal/sampling";_fc "github.com/unidoc/unipdf/v3/internal/textencoding";_eggb "github.com/unidoc/unipdf/v3/internal/timeutils";_ffg "github.com/unidoc/unipdf/v3/internal/transform"; -_deb "github.com/unidoc/unipdf/v3/internal/uuid";_cd "github.com/unidoc/unipdf/v3/model/internal/docutil";_fg "github.com/unidoc/unipdf/v3/model/internal/fonts";_bab "github.com/unidoc/unipdf/v3/model/mdp";_dda "github.com/unidoc/unipdf/v3/model/sigutil"; -_gc "github.com/unidoc/unipdf/v3/ps";_fa "github.com/unidoc/unitype";_db "golang.org/x/xerrors";_ecd "hash";_fb "image";_b "image/color";_ "image/gif";_ "image/png";_bagf "io";_gg "math";_gaa "math/rand";_ccb "os";_dc "path/filepath";_ab "regexp";_ba "sort"; -_de "strconv";_cc "strings";_ec "sync";_d "time";_eg "unicode";_ae "unicode/utf8";); - -// SetContext sets the sub action (context). -func (_cfb *PdfAction )SetContext (ctx PdfModel ){_cfb ._aee =ctx }; - -// Normalize swaps (Llx,Urx) if Urx < Llx, and (Lly,Ury) if Ury < Lly. -func (_daaff *PdfRectangle )Normalize (){if _daaff .Llx > _daaff .Urx {_daaff .Llx ,_daaff .Urx =_daaff .Urx ,_daaff .Llx ;};if _daaff .Lly > _daaff .Ury {_daaff .Lly ,_daaff .Ury =_daaff .Ury ,_daaff .Lly ;};};func _agedg ()string {_dfbafc .Lock ();defer _dfbafc .Unlock (); -return _aeee }; - -// ToInteger convert to an integer format. -func (_babfb *PdfColorLab )ToInteger (bits int )[3]uint32 {_cccf :=_gg .Pow (2,float64 (bits ))-1;return [3]uint32 {uint32 (_cccf *_babfb .L ()),uint32 (_cccf *_babfb .A ()),uint32 (_cccf *_babfb .B ())};}; - -// PdfActionMovie represents a movie action. -type PdfActionMovie struct{*PdfAction ;Annotation _eb .PdfObject ;T _eb .PdfObject ;Operation _eb .PdfObject ;}; - -// ToPdfObject returns the PDF representation of the pattern. -func (_ccbga *PdfPattern )ToPdfObject ()_eb .PdfObject {_bebb :=_ccbga .getDict ();_bebb .Set ("\u0054\u0079\u0070\u0065",_eb .MakeName ("\u0050a\u0074\u0074\u0065\u0072\u006e"));_bebb .Set ("P\u0061\u0074\u0074\u0065\u0072\u006e\u0054\u0079\u0070\u0065",_eb .MakeInteger (_ccbga .PatternType )); -return _ccbga ._agddd ;};func _adbb (_cdad *PdfPage )map[_eb .PdfObjectName ]_eb .PdfObject {_gbfd :=make (map[_eb .PdfObjectName ]_eb .PdfObject );if _cdad .Resources ==nil {return _gbfd ;};if _cdad .Resources .Font !=nil {if _bea ,_afec :=_eb .GetDict (_cdad .Resources .Font ); -_afec {for _ ,_gcbc :=range _bea .Keys (){_gbfd [_gcbc ]=_bea .Get (_gcbc );};};};if _cdad .Resources .ExtGState !=nil {if _bagg ,_dbgb :=_eb .GetDict (_cdad .Resources .ExtGState );_dbgb {for _ ,_cde :=range _bagg .Keys (){_gbfd [_cde ]=_bagg .Get (_cde ); -};};};if _cdad .Resources .XObject !=nil {if _edce ,_cgfa :=_eb .GetDict (_cdad .Resources .XObject );_cgfa {for _ ,_fbbc :=range _edce .Keys (){_gbfd [_fbbc ]=_edce .Get (_fbbc );};};};if _cdad .Resources .Pattern !=nil {if _eecf ,_fcab :=_eb .GetDict (_cdad .Resources .Pattern ); -_fcab {for _ ,_bda :=range _eecf .Keys (){_gbfd [_bda ]=_eecf .Get (_bda );};};};if _cdad .Resources .Shading !=nil {if _dggcc ,_ddde :=_eb .GetDict (_cdad .Resources .Shading );_ddde {for _ ,_ddegb :=range _dggcc .Keys (){_gbfd [_ddegb ]=_dggcc .Get (_ddegb ); -};};};if _cdad .Resources .ProcSet !=nil {if _deee ,_cbgb :=_eb .GetDict (_cdad .Resources .ProcSet );_cbgb {for _ ,_ddgf :=range _deee .Keys (){_gbfd [_ddgf ]=_deee .Get (_ddgf );};};};if _cdad .Resources .Properties !=nil {if _dbgbf ,_dbea :=_eb .GetDict (_cdad .Resources .Properties ); -_dbea {for _ ,_dcec :=range _dbgbf .Keys (){_gbfd [_dcec ]=_dbgbf .Get (_dcec );};};};return _gbfd ;};func _edcffb (_gfgf *_eb .PdfObjectDictionary )(*PdfShadingType4 ,error ){_gcefd :=PdfShadingType4 {};_gdgca :=_gfgf .Get ("\u0042\u0069\u0074\u0073\u0050\u0065\u0072\u0043\u006f\u006f\u0072\u0064i\u006e\u0061\u0074\u0065"); -if _gdgca ==nil {_ddb .Log .Debug ("\u0052e\u0071\u0075i\u0072\u0065\u0064 \u0061\u0074\u0074\u0072\u0069\u0062\u0075t\u0065\u0020\u006d\u0069\u0073\u0073i\u006e\u0067\u003a\u0020\u0042\u0069\u0074\u0073\u0050\u0065\u0072C\u006f\u006f\u0072\u0064\u0069\u006e\u0061\u0074\u0065"); -return nil ,ErrRequiredAttributeMissing ;};_dbdad ,_gebd :=_gdgca .(*_eb .PdfObjectInteger );if !_gebd {_ddb .Log .Debug ("\u0042\u0069\u0074\u0073\u0050e\u0072\u0043\u006f\u006f\u0072\u0064\u0069\u006e\u0061\u0074\u0065\u0020\u006eo\u0074\u0020\u0061\u006e\u0020\u0069\u006e\u0074\u0065\u0067\u0065\u0072\u0020\u0028\u0067\u006f\u0074\u0020\u0025\u0054\u0029",_gdgca ); -return nil ,_eb .ErrTypeError ;};_gcefd .BitsPerCoordinate =_dbdad ;_gdgca =_gfgf .Get ("\u0042\u0069t\u0073\u0050\u0065r\u0043\u006f\u006d\u0070\u006f\u006e\u0065\u006e\u0074");if _gdgca ==nil {_ddb .Log .Debug ("\u0052e\u0071\u0075i\u0072\u0065\u0064\u0020a\u0074\u0074\u0072i\u0062\u0075\u0074\u0065\u0020\u006d\u0069\u0073\u0073in\u0067\u003a\u0020B\u0069\u0074s\u0050\u0065\u0072\u0043\u006f\u006dp\u006f\u006ee\u006e\u0074"); -return nil ,ErrRequiredAttributeMissing ;};_dbdad ,_gebd =_gdgca .(*_eb .PdfObjectInteger );if !_gebd {_ddb .Log .Debug ("B\u0069\u0074\u0073\u0050\u0065\u0072\u0043\u006f\u006d\u0070\u006f\u006e\u0065\u006e\u0074\u0020\u006e\u006ft\u0020\u0061\u006e\u0020\u0069\u006e\u0074\u0065\u0067\u0065r \u0028\u0067\u006ft\u0020%\u0054\u0029",_gdgca ); -return nil ,_eb .ErrTypeError ;};_gcefd .BitsPerComponent =_dbdad ;_gdgca =_gfgf .Get ("B\u0069\u0074\u0073\u0050\u0065\u0072\u0046\u006c\u0061\u0067");if _gdgca ==nil {_ddb .Log .Debug ("\u0052\u0065\u0071\u0075\u0069\u0072\u0065\u0064\u0020\u0061\u0074\u0074\u0072i\u0062\u0075\u0074\u0065\u0020\u006di\u0073\u0073\u0069\u006e\u0067\u003a\u0020\u0042\u0069\u0074\u0073\u0050\u0065r\u0046\u006c\u0061\u0067"); -return nil ,ErrRequiredAttributeMissing ;};_dbdad ,_gebd =_gdgca .(*_eb .PdfObjectInteger );if !_gebd {_ddb .Log .Debug ("B\u0069\u0074\u0073\u0050\u0065\u0072F\u006c\u0061\u0067\u0020\u006e\u006ft\u0020\u0061\u006e\u0020\u0069\u006e\u0074e\u0067\u0065\u0072\u0020\u0028\u0067\u006f\u0074\u0020\u0025T\u0029",_gdgca ); -return nil ,_eb .ErrTypeError ;};_gcefd .BitsPerComponent =_dbdad ;_gdgca =_gfgf .Get ("\u0044\u0065\u0063\u006f\u0064\u0065");if _gdgca ==nil {_ddb .Log .Debug ("\u0052\u0065\u0071ui\u0072\u0065\u0064\u0020\u0061\u0074\u0074\u0072\u0069b\u0075t\u0065 \u006di\u0073\u0073\u0069\u006e\u0067\u003a\u0020\u0044\u0065\u0063\u006f\u0064\u0065"); -return nil ,ErrRequiredAttributeMissing ;};_gbdba ,_gebd :=_gdgca .(*_eb .PdfObjectArray );if !_gebd {_ddb .Log .Debug ("\u0044\u0065\u0063\u006fd\u0065\u0020\u006e\u006f\u0074\u0020\u0061\u006e\u0020\u0061r\u0072a\u0079\u0020\u0028\u0067\u006f\u0074\u0020%\u0054\u0029",_gdgca ); -return nil ,_eb .ErrTypeError ;};_gcefd .Decode =_gbdba ;_gdgca =_gfgf .Get ("\u0046\u0075\u006e\u0063\u0074\u0069\u006f\u006e");if _gdgca ==nil {_ddb .Log .Debug ("\u0052\u0065q\u0075\u0069\u0072\u0065d\u0020\u0061t\u0074\u0072\u0069\u0062\u0075\u0074\u0065\u0020m\u0069\u0073\u0073\u0069\u006e\u0067\u003a\u0020\u0020\u0046\u0075\u006ec\u0074\u0069\u006f\u006e"); -return nil ,ErrRequiredAttributeMissing ;};_gcefd .Function =[]PdfFunction {};if _cabafe ,_gbdfb :=_gdgca .(*_eb .PdfObjectArray );_gbdfb {for _ ,_bedc :=range _cabafe .Elements (){_fgcdd ,_aagbd :=_cccfa (_bedc );if _aagbd !=nil {_ddb .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0070\u0061\u0072\u0073\u0069n\u0067\u0020\u0066\u0075\u006e\u0063\u0074\u0069\u006f\u006e:\u0020\u0025\u0076",_aagbd ); -return nil ,_aagbd ;};_gcefd .Function =append (_gcefd .Function ,_fgcdd );};}else {_ccacdb ,_fcege :=_cccfa (_gdgca );if _fcege !=nil {_ddb .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0070\u0061\u0072\u0073\u0069n\u0067\u0020\u0066\u0075\u006e\u0063\u0074\u0069\u006f\u006e:\u0020\u0025\u0076",_fcege ); -return nil ,_fcege ;};_gcefd .Function =append (_gcefd .Function ,_ccacdb );};return &_gcefd ,nil ;}; - -// GetCharMetrics returns the char metrics for character code `code`. -func (_ddfgg pdfFontType3 )GetCharMetrics (code _fc .CharCode )(_fg .CharMetrics ,bool ){if _bgaaa ,_abfeb :=_ddfgg ._ccfdb [code ];_abfeb {return _fg .CharMetrics {Wx :_bgaaa },true ;};if _fg .IsStdFont (_fg .StdFontName (_ddfgg ._agcc )){return _fg .CharMetrics {Wx :250},true ; -};return _fg .CharMetrics {},false ;}; - -// NewPdfAnnotationPopup returns a new popup annotation. -func NewPdfAnnotationPopup ()*PdfAnnotationPopup {_eeac :=NewPdfAnnotation ();_accf :=&PdfAnnotationPopup {};_accf .PdfAnnotation =_eeac ;_eeac .SetContext (_accf );return _accf ;}; - -// PdfColorspaceDeviceRGB represents an RGB colorspace. -type PdfColorspaceDeviceRGB struct{}; - -// PdfColorspaceLab is a L*, a*, b* 3 component colorspace. -type PdfColorspaceLab struct{WhitePoint []float64 ;BlackPoint []float64 ;Range []float64 ;_cbag *_eb .PdfIndirectObject ;}; - -// SetVersion sets the PDF version of the output file. -func (_afbdf *PdfWriter )SetVersion (majorVersion ,minorVersion int ){_afbdf ._edbbf .Major =majorVersion ;_afbdf ._edbbf .Minor =minorVersion ;}; +package model ;import (_g "bufio";_cd "bytes";_ga "crypto/md5";_ff "crypto/rand";_fe "crypto/sha1";_dfd "crypto/x509";_de "encoding/binary";_aa "encoding/hex";_cdf "errors";_e "fmt";_gg "github.com/gabriel-vasile/mimetype";_ed "github.com/unidoc/pkcs7"; +_fca "github.com/unidoc/unipdf/v3/common";_cee "github.com/unidoc/unipdf/v3/core";_ba "github.com/unidoc/unipdf/v3/core/security";_dad "github.com/unidoc/unipdf/v3/core/security/crypt";_dgg "github.com/unidoc/unipdf/v3/internal/cmap";_ca "github.com/unidoc/unipdf/v3/internal/imageutil"; +_ade "github.com/unidoc/unipdf/v3/internal/license";_ag "github.com/unidoc/unipdf/v3/internal/sampling";_dae "github.com/unidoc/unipdf/v3/internal/textencoding";_af "github.com/unidoc/unipdf/v3/internal/timeutils";_ac "github.com/unidoc/unipdf/v3/internal/transform"; +_ee "github.com/unidoc/unipdf/v3/internal/uuid";_fg "github.com/unidoc/unipdf/v3/model/internal/docutil";_ce "github.com/unidoc/unipdf/v3/model/internal/fonts";_cc "github.com/unidoc/unipdf/v3/model/mdp";_ae "github.com/unidoc/unipdf/v3/model/sigutil"; +_daa "github.com/unidoc/unipdf/v3/ps";_eag "github.com/unidoc/unitype";_dg "golang.org/x/xerrors";_ea "hash";_bg "image";_f "image/color";_ "image/gif";_ "image/png";_fc "io";_aaa "math";_bf "math/rand";_fef "os";_ef "path/filepath";_bgc "regexp";_da "sort"; +_fa "strconv";_ad "strings";_d "sync";_gc "time";_a "unicode";_c "unicode/utf8";); // IDTree represents the ID tree dictionary where the format of the content // is using Name Trees as described in chapter 7.9.6. type IDTree struct{ // Limits shall be an array of two strings, that shall specify the (lexically) least and greatest keys included in the Names array. -Limits *_eb .PdfObjectArray ; +Limits *_cee .PdfObjectArray ; // Names shall be an array of the form // @@ -107,1269 +57,1042 @@ Limits *_eb .PdfObjectArray ; // // where each keyi shall be a string and the corresponding valuei shall be the object // associated with that key. The keys shall be sorted in lexical order, as described below. -Names *_eb .PdfObjectArray ; +Names *_cee .PdfObjectArray ; // Kids Shall be an array of indirect references to the immediate children of this node. -Kids []*IDTree ;}; +Kids []*IDTree ;};const (RelationshipSource FileRelationship =iota ;RelationshipData ;RelationshipAlternative ;RelationshipSupplement ;RelationshipUnspecified ;); -// SetPage directly sets the page object. -func (_aadab *KDict )SetPage (page *_eb .PdfIndirectObject ){_aadab .Pg =page }; +// Encoder iterates through the list of fonts and returns a working encoder +func (_gbdg *MultipleFontEncoder )Encoder (rn rune )(_dae .TextEncoder ,bool ){_bcbbb :=_gbdg .CurrentFont ;_gacb :=_bcbbb .Encoder ();_ ,_ecbec :=_gacb .RuneToCharcode (rn );for _ddaca :=1;_ddaca < len (_gbdg ._ecfa )&&!_ecbec ;_ddaca ++{_bcbbb =_gbdg ._ecfa [_ddaca ]; +_gacb =_bcbbb .Encoder ();_ ,_ecbec =_gacb .RuneToCharcode (rn );_gbdg .CurrentFont =_bcbbb ;};return _gacb ,_ecbec ;};func (_cbec *fontFile )parseASCIIPart (_fcfd []byte )error {if len (_fcfd )< 2||string (_fcfd [:2])!="\u0025\u0021"{return _cdf .New ("\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0073\u0074a\u0072\u0074\u0020\u006f\u0066\u0020\u0041S\u0043\u0049\u0049\u0020\u0073\u0065\u0067\u006d\u0065\u006e\u0074"); +};_fbbee ,_fdce ,_fdbc :=_gdcff (_fcfd );if _fdbc !=nil {return _fdbc ;};_gagfb :=_gbeda (_fbbee );_cbec ._cffac =_gagfb ["\u0046\u006f\u006e\u0074\u004e\u0061\u006d\u0065"];if _cbec ._cffac ==""{_fca .Log .Debug ("\u0020\u0046\u006f\u006e\u0074\u0046\u0069\u006c\u0065\u0020\u0068a\u0073\u0020\u006e\u006f\u0020\u002f\u0046\u006f\u006e\u0074N\u0061\u006d\u0065"); +};if _fdce !=""{_cfcff ,_ffdc :=_dcfgc (_fdce );if _ffdc !=nil {return _ffdc ;};_gfda ,_ffdc :=_dae .NewCustomSimpleTextEncoder (_cfcff ,nil );if _ffdc !=nil {_fca .Log .Debug ("\u0045\u0052\u0052\u004fR\u0020\u003a\u0055\u004e\u004b\u004e\u004f\u0057\u004e\u0020G\u004cY\u0050\u0048\u003a\u0020\u0065\u0072\u0072=\u0025\u0076",_ffdc ); +return nil ;};_cbec ._beggd =_gfda ;};return nil ;};func (_efgbd *PdfReader )newPdfFieldFromIndirectObject (_dfegd *_cee .PdfIndirectObject ,_agab *PdfField )(*PdfField ,error ){if _cbgf ,_gcbc :=_efgbd ._fcgbe .GetModelFromPrimitive (_dfegd ).(*PdfField ); +_gcbc {return _cbgf ,nil ;};_edgegg ,_agaf :=_cee .GetDict (_dfegd );if !_agaf {return nil ,_e .Errorf ("\u0050\u0064f\u0046\u0069\u0065\u006c\u0064 \u0069\u006e\u0064\u0069\u0072e\u0063\u0074\u0020\u006f\u0062\u006a\u0065\u0063\u0074\u0020\u006e\u006f\u0074\u0020\u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0069\u006e\u0067\u0020\u0061\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079"); +};_fgae :=NewPdfField ();_fgae ._ccbb =_dfegd ;_fgae ._ccbb .PdfObject =_edgegg ;if _fggf ,_cffa :=_cee .GetName (_edgegg .Get ("\u0046\u0054"));_cffa {_fgae .FT =_fggf ;};if _agab !=nil {_fgae .Parent =_agab ;};_fgae .T ,_ =_edgegg .Get ("\u0054").(*_cee .PdfObjectString ); +_fgae .TU ,_ =_edgegg .Get ("\u0054\u0055").(*_cee .PdfObjectString );_fgae .TM ,_ =_edgegg .Get ("\u0054\u004d").(*_cee .PdfObjectString );_fgae .Ff ,_ =_edgegg .Get ("\u0046\u0066").(*_cee .PdfObjectInteger );_fgae .V =_edgegg .Get ("\u0056");_fgae .DV =_edgegg .Get ("\u0044\u0056"); +_fgae .AA =_edgegg .Get ("\u0041\u0041");if DA :=_edgegg .Get ("\u0044\u0041");DA !=nil {DA ,_ :=_cee .GetString (DA );_fgae .VariableText =&VariableText {DA :DA };Q ,_ :=_edgegg .Get ("\u0051").(*_cee .PdfObjectInteger );DS ,_ :=_edgegg .Get ("\u0044\u0053").(*_cee .PdfObjectString ); +RV :=_edgegg .Get ("\u0052\u0056");_fgae .VariableText .Q =Q ;_fgae .VariableText .DS =DS ;_fgae .VariableText .RV =RV ;};_cbdde :=_fgae .FT ;if _cbdde ==nil &&_agab !=nil {_cbdde =_agab .FT ;};if _cbdde !=nil {switch *_cbdde {case "\u0054\u0078":_aefgf ,_ceg :=_ccbbb (_edgegg ); +if _ceg !=nil {return nil ,_ceg ;};_aefgf .PdfField =_fgae ;_fgae ._egab =_aefgf ;case "\u0043\u0068":_gbgbed ,_edgfg :=_gbbc (_edgegg );if _edgfg !=nil {return nil ,_edgfg ;};_gbgbed .PdfField =_fgae ;_fgae ._egab =_gbgbed ;case "\u0042\u0074\u006e":_gbdd ,_feedc :=_cfgg (_edgegg ); +if _feedc !=nil {return nil ,_feedc ;};_gbdd .PdfField =_fgae ;_fgae ._egab =_gbdd ;case "\u0053\u0069\u0067":_dfbd ,_aagc :=_efgbd .newPdfFieldSignatureFromDict (_edgegg );if _aagc !=nil {return nil ,_aagc ;};_dfbd .PdfField =_fgae ;_fgae ._egab =_dfbd ; +default:_fca .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0055\u006e\u0073\u0075\u0070\u0070\u006f\u0072t\u0065d\u0020\u0066\u0069\u0065\u006c\u0064\u0020\u0074\u0079\u0070\u0065\u0020\u0025\u0073",*_fgae .FT );return nil ,_cdf .New ("\u0075\u006e\u0073\u0075pp\u006f\u0072\u0074\u0065\u0064\u0020\u0066\u0069\u0065\u006c\u0064\u0020\u0074\u0079p\u0065"); +};};if _agdd ,_bcfg :=_cee .GetName (_edgegg .Get ("\u0053u\u0062\u0074\u0079\u0070\u0065"));_bcfg {if *_agdd =="\u0057\u0069\u0064\u0067\u0065\u0074"{_cafef ,_fgec :=_efgbd .newPdfAnnotationFromIndirectObject (_dfegd );if _fgec !=nil {return nil ,_fgec ; +};_deged ,_gacee :=_cafef .GetContext ().(*PdfAnnotationWidget );if !_gacee {return nil ,_cdf .New ("\u0069n\u0076\u0061\u006c\u0069d\u0020\u0077\u0069\u0064\u0067e\u0074 \u0061n\u006e\u006f\u0074\u0061\u0074\u0069\u006fn");};_deged ._dec =_fgae ;_deged .Parent =_fgae ._ccbb ; +_fgae .Annotations =append (_fgae .Annotations ,_deged );return _fgae ,nil ;};};_dacfa :=true ;if _fgadf ,_beaa :=_cee .GetArray (_edgegg .Get ("\u004b\u0069\u0064\u0073"));_beaa {_ggfdc :=make ([]*_cee .PdfIndirectObject ,0,_fgadf .Len ());for _ ,_gdbe :=range _fgadf .Elements (){_acdcc ,_fede :=_cee .GetIndirect (_gdbe ); +if !_fede {_fdgf ,_effbd :=_cee .GetStream (_gdbe );if _effbd &&_fdgf .PdfObjectDictionary !=nil {_defaf ,_dffd :=_cee .GetNameVal (_fdgf .Get ("\u0054\u0079\u0070\u0065"));if _dffd &&_defaf =="\u004d\u0065\u0074\u0061\u0064\u0061\u0074\u0061"{_fca .Log .Debug ("E\u0052RO\u0052:\u0020f\u006f\u0072\u006d\u0020\u0066i\u0065\u006c\u0064 \u004b\u0069\u0064\u0073\u0020a\u0072\u0072\u0061y\u0020\u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0073\u0020\u0069n\u0076\u0061\u006cid \u004d\u0065\u0074\u0061\u0064\u0061t\u0061\u0020\u0073\u0074\u0072\u0065\u0061\u006d\u002e\u0020\u0053\u006bi\u0070p\u0069\u006e\u0067\u002e"); +continue ;};};return nil ,_cdf .New ("n\u006f\u0074\u0020\u0061\u006e\u0020i\u006e\u0064\u0069\u0072\u0065\u0063t\u0020\u006f\u0062\u006a\u0065\u0063\u0074 \u0028\u0066\u006f\u0072\u006d\u0020\u0066\u0069\u0065\u006cd\u0029");};_ecgd ,_eebd :=_cee .GetDict (_acdcc ); +if !_eebd {return nil ,ErrTypeCheck ;};if _dacfa {_dacfa =!_bacd (_ecgd );};_ggfdc =append (_ggfdc ,_acdcc );};for _ ,_bdee :=range _ggfdc {if _dacfa {_dede ,_fcefe :=_efgbd .newPdfAnnotationFromIndirectObject (_bdee );if _fcefe !=nil {_fca .Log .Debug ("\u0045r\u0072\u006fr\u0020\u006c\u006fa\u0064\u0069\u006e\u0067\u0020\u0077\u0069d\u0067\u0065\u0074\u0020\u0061\u006en\u006f\u0074\u0061\u0074\u0069\u006f\u006e\u0020\u0066\u006f\u0072 \u0066\u0069\u0065\u006c\u0064\u003a\u0020\u0025\u0076",_fcefe ); +return nil ,_fcefe ;};_abafd ,_ffbc :=_dede ._ecf .(*PdfAnnotationWidget );if !_ffbc {return nil ,ErrTypeCheck ;};_abafd ._dec =_fgae ;_fgae .Annotations =append (_fgae .Annotations ,_abafd );}else {_abed ,_dfda :=_efgbd .newPdfFieldFromIndirectObject (_bdee ,_fgae ); +if _dfda !=nil {_fca .Log .Debug ("\u0045\u0072r\u006f\u0072\u0020\u006c\u006f\u0061\u0064\u0069\u006e\u0067\u0020\u0063\u0068\u0069\u006c\u0064\u0020\u0066\u0069\u0065\u006c\u0064: \u0025\u0076",_dfda );return nil ,_dfda ;};_fgae .Kids =append (_fgae .Kids ,_abed ); +};};};return _fgae ,nil ;}; -// SetXObjectFormByName adds the provided XObjectForm to the page resources. -// The added XObjectForm is identified by the specified name. -func (_ecgfe *PdfPageResources )SetXObjectFormByName (keyName _eb .PdfObjectName ,xform *XObjectForm )error {_dfdge :=xform .ToPdfObject ().(*_eb .PdfObjectStream );_befac :=_ecgfe .SetXObjectByName (keyName ,_dfdge );return _befac ;}; +// ImageToGray returns a new grayscale image based on the passed in RGB image. +func (_cefe *PdfColorspaceDeviceRGB )ImageToGray (img Image )(Image ,error ){if img .ColorComponents !=3{return img ,_cdf .New ("\u0070\u0072\u006f\u0076\u0069\u0064e\u0064\u0020\u0069\u006d\u0061\u0067\u0065\u0020\u0069\u0073\u0020\u006e\u006ft\u0020\u0061\u0020\u0044\u0065\u0076\u0069c\u0065\u0052\u0047\u0042"); +};_gdcf ,_cdcg :=_ca .NewImage (int (img .Width ),int (img .Height ),int (img .BitsPerComponent ),img .ColorComponents ,img .Data ,img ._cbfg ,img ._cabgb );if _cdcg !=nil {return img ,_cdcg ;};_ffdf ,_cdcg :=_ca .GrayConverter .Convert (_gdcf );if _cdcg !=nil {return img ,_cdcg ; +};return _acecd (_ffdf .Base ()),nil ;}; -// Outline represents a PDF outline dictionary (Table 152 - p. 376). -// Currently, the Outline object can only be used to construct PDF outlines. -type Outline struct{Entries []*OutlineItem `json:"entries,omitempty"`;}; +// Encoder returns the font's text encoder. +func (_abaff pdfCIDFontType2 )Encoder ()_dae .TextEncoder {return _abaff ._dffe }; -// GetCatalogMarkInfo gets catalog MarkInfo object. -func (_bggfb *PdfReader )GetCatalogMarkInfo ()(_eb .PdfObject ,bool ){if _bggfb ._bagcfd ==nil {return nil ,false ;};_deefg :=_bggfb ._bagcfd .Get ("\u004d\u0061\u0072\u006b\u0049\u006e\u0066\u006f");return _deefg ,_deefg !=nil ;};func (_cefa *PdfReader )newPdfAnnotationProjectionFromDict (_bgfb *_eb .PdfObjectDictionary )(*PdfAnnotationProjection ,error ){_degd :=&PdfAnnotationProjection {}; -_dace ,_fdee :=_cefa .newPdfAnnotationMarkupFromDict (_bgfb );if _fdee !=nil {return nil ,_fdee ;};_degd .PdfAnnotationMarkup =_dace ;return _degd ,nil ;}; +// NewPdfActionSetOCGState returns a new "named" action. +func NewPdfActionSetOCGState ()*PdfActionSetOCGState {_bag :=NewPdfAction ();_cb :=&PdfActionSetOCGState {};_cb .PdfAction =_bag ;_bag .SetContext (_cb );return _cb ;}; -// GetNumComponents returns the number of color components (1 for Indexed). -func (_gfea *PdfColorspaceSpecialIndexed )GetNumComponents ()int {return 1};var (StructureTypeDocument ="\u0044\u006f\u0063\u0075\u006d\u0065\u006e\u0074";StructureTypePart ="\u0050\u0061\u0072\u0074";StructureTypeArticle ="\u0041\u0072\u0074";StructureTypeSection ="\u0053\u0065\u0063\u0074"; -StructureTypeDivision ="\u0044\u0069\u0076";StructureTypeBlockQuote ="\u0042\u006c\u006f\u0063\u006b\u0051\u0075\u006f\u0074\u0065";StructureTypeCaption ="\u0043a\u0070\u0074\u0069\u006f\u006e";StructureTypeTOC ="\u0054\u004f\u0043";StructureTypeTOCI ="\u0054\u004f\u0043\u0049"; -StructureTypeIndex ="\u0049\u006e\u0064e\u0078";StructureTypeNonStructural ="\u004eo\u006e\u0053\u0074\u0072\u0075\u0063t";StructureTypePrivate ="\u0050r\u0069\u0076\u0061\u0074\u0065";);var _ pdfFont =(*pdfFontSimple )(nil );func (_cgef *PdfReader )newPdfAnnotationCaretFromDict (_cfbg *_eb .PdfObjectDictionary )(*PdfAnnotationCaret ,error ){_dfdb :=PdfAnnotationCaret {}; -_eca ,_bbdf :=_cgef .newPdfAnnotationMarkupFromDict (_cfbg );if _bbdf !=nil {return nil ,_bbdf ;};_dfdb .PdfAnnotationMarkup =_eca ;_dfdb .RD =_cfbg .Get ("\u0052\u0044");_dfdb .Sy =_cfbg .Get ("\u0053\u0079");return &_dfdb ,nil ;}; +// PdfAnnotationProjection represents Projection annotations. +type PdfAnnotationProjection struct{*PdfAnnotation ;*PdfAnnotationMarkup ;}; -// GetIndirectObjectByNumber retrieves and returns a specific PdfObject by object number. -func (_ebdgba *PdfReader )GetIndirectObjectByNumber (number int )(_eb .PdfObject ,error ){_bbegg ,_gcfbf :=_ebdgba ._ebbe .LookupByNumber (number );return _bbegg ,_gcfbf ;}; +// ToPdfObject implements interface PdfModel. +func (_gfae *EmbeddedFile )ToPdfObject ()_cee .PdfObject {_cccb :=_cee .NewFlateEncoder ();_bffeg ,_dbab :=_cee .MakeStream (_gfae .Content ,_cccb );if _dbab !=nil {_fca .Log .Debug ("\u0046\u0061\u0069\u006c\u0065d\u0020\u0074\u006f\u0020\u0063\u0072\u0065\u0061\u0074\u0065\u0020\u0065\u006db\u0065\u0064\u0064\u0065\u0064\u0020\u0066\u0069\u006c\u0065\u0020\u0073\u0074\u0072\u0065\u0061\u006d\u003a\u0020\u0025\u0076",_dbab ); +return nil ;};_aeceg :=_bffeg .PdfObjectDictionary ;_aeceg .Set ("\u0054\u0079\u0070\u0065",_cee .MakeName ("\u0045\u006d\u0062e\u0064\u0064\u0065\u0064\u0046\u0069\u006c\u0065"));_aeceg .Set ("\u0053u\u0062\u0074\u0079\u0070\u0065",_cee .MakeEncodedString ("\u0074\u0065\u0078\u0074\u002f\u0070\u006c\u0061\u0069\u006e",true )); +_afbgd :=_cee .MakeDict ();_afbgd .Set ("\u0043\u0068\u0065\u0063\u006b\u0053\u0075\u006d",_cee .MakeString (_gfae .Hash [:]));_afbgd .Set ("\u0053\u0069\u007a\u0065",_cee .MakeInteger (int64 (len (_gfae .Content ))));_fcgba :=_gfae .CreationTime ;if _fcgba .IsZero (){_fcgba =_gc .Now (); +};_acaeg :=_gfae .ModTime ;if _acaeg .IsZero (){_acaeg =_fcgba ;};_dggd ,_dbab :=NewPdfDateFromTime (_fcgba );if _dbab !=nil {_fca .Log .Debug ("\u0046\u0061\u0069\u006c\u0065\u0064\u0020\u0074o\u0020\u0063\u0072ea\u0074\u0065\u0020\u0065\u006d\u0062e\u0064\u0064\u0065\u0064\u0020\u0066\u0069\u006c\u0065\u0020\u0063\u0072\u0065\u0061\u0074i\u006f\u006e\u0020\u0064\u0061\u0074\u0065\u003a \u0025\u0076",_dbab ); +return nil ;};_bccbd ,_dbab :=NewPdfDateFromTime (_acaeg );if _dbab !=nil {_fca .Log .Debug ("\u0046\u0061\u0069\u006c\u0065\u0064\u0020\u0074o\u0020\u0063\u0072ea\u0074\u0065\u0020\u0065\u006d\u0062e\u0064\u0064\u0065\u0064\u0020\u0066\u0069\u006c\u0065\u0020\u0063\u0072\u0065\u0061\u0074i\u006f\u006e\u0020\u0064\u0061\u0074\u0065\u003a \u0025\u0076",_dbab ); +return nil ;};_afbgd .Set ("\u0043\u0072\u0065a\u0074\u0069\u006f\u006e\u0044\u0061\u0074\u0065",_dggd .ToPdfObject ());_afbgd .Set ("\u004do\u0064\u0044\u0061\u0074\u0065",_bccbd .ToPdfObject ());_aeceg .Set ("\u0050\u0061\u0072\u0061\u006d\u0073",_afbgd ); +_bedfd :=_cee .MakeDict ();_bedfd .Set (*_cee .MakeName ("\u0046"),_bffeg );return _bedfd ;};func _cdgaf (_dbbefa _cee .PdfObject )(*PdfShading ,error ){_dbbea :=&PdfShading {};var _bffc *_cee .PdfObjectDictionary ;if _ccbfa ,_fgade :=_cee .GetIndirect (_dbbefa ); +_fgade {_dbbea ._dfgbe =_ccbfa ;_gaeaf ,_dbeba :=_ccbfa .PdfObject .(*_cee .PdfObjectDictionary );if !_dbeba {_fca .Log .Debug ("\u004f\u0062\u006a\u0065c\u0074\u0020\u006e\u006f\u0074\u0020\u0061\u0020\u0064\u0069c\u0074i\u006f\u006e\u0061\u0072\u0079\u0020\u0074y\u0070\u0065"); +return nil ,_cee .ErrTypeError ;};_bffc =_gaeaf ;}else if _gaecc ,_faccc :=_cee .GetStream (_dbbefa );_faccc {_dbbea ._dfgbe =_gaecc ;_bffc =_gaecc .PdfObjectDictionary ;}else if _ccbca ,_egge :=_cee .GetDict (_dbbefa );_egge {_dbbea ._dfgbe =_ccbca ;_bffc =_ccbca ; +}else {_fca .Log .Debug ("O\u0062\u006a\u0065\u0063\u0074\u0020t\u0079\u0070\u0065\u0020\u0075\u006e\u0065\u0078\u0070e\u0063\u0074\u0065d\u0020(\u0025\u0054\u0029",_dbbefa );return nil ,_cee .ErrTypeError ;};if _bffc ==nil {_fca .Log .Debug ("\u0044i\u0063t\u0069\u006f\u006e\u0061\u0072y\u0020\u006di\u0073\u0073\u0069\u006e\u0067"); +return nil ,_cdf .New ("\u0064\u0069\u0063t\u0020\u006d\u0069\u0073\u0073\u0069\u006e\u0067");};_dbbefa =_bffc .Get ("S\u0068\u0061\u0064\u0069\u006e\u0067\u0054\u0079\u0070\u0065");if _dbbefa ==nil {_fca .Log .Debug ("\u0052\u0065q\u0075\u0069\u0072\u0065\u0064\u0020\u0073\u0068\u0061\u0064\u0069\u006e\u0067\u0020\u0074\u0079\u0070\u0065\u0020\u006d\u0069\u0073si\u006e\u0067"); +return nil ,ErrRequiredAttributeMissing ;};_dbbefa =_cee .TraceToDirectObject (_dbbefa );_cdge ,_dafa :=_dbbefa .(*_cee .PdfObjectInteger );if !_dafa {_fca .Log .Debug ("\u0049\u006e\u0076al\u0069\u0064\u0020\u0074\u0079\u0070\u0065\u0020\u0066o\u0072 \u0073h\u0061d\u0069\u006e\u0067\u0020\u0074\u0079\u0070\u0065\u0020\u0028\u0025\u0054\u0029",_dbbefa ); +return nil ,_cee .ErrTypeError ;};if *_cdge < 1||*_cdge > 7{_fca .Log .Debug ("\u0049\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0073\u0068\u0061\u0064\u0069\u006e\u0067\u0020\u0074\u0079\u0070\u0065\u002c\u0020\u006e\u006ft\u0020\u0031\u002d\u0037\u0020(\u0067\u006ft\u0020\u0025\u0064\u0029",*_cdge ); +return nil ,_cee .ErrTypeError ;};_dbbea .ShadingType =_cdge ;_dbbefa =_bffc .Get ("\u0043\u006f\u006c\u006f\u0072\u0053\u0070\u0061\u0063\u0065");if _dbbefa ==nil {_fca .Log .Debug ("\u0052\u0065\u0071\u0075\u0069\u0072e\u0064\u0020\u0043\u006f\u006c\u006f\u0072\u0053\u0070\u0061\u0063\u0065\u0020e\u006e\u0074\u0072\u0079\u0020\u006d\u0069s\u0073\u0069\u006e\u0067"); +return nil ,ErrRequiredAttributeMissing ;};_abecc ,_egad :=NewPdfColorspaceFromPdfObject (_dbbefa );if _egad !=nil {_fca .Log .Debug ("\u0046\u0061i\u006c\u0065\u0064\u0020\u006c\u006f\u0061\u0064\u0069\u006e\u0067\u0020\u0063\u006f\u006c\u006f\u0072\u0073\u0070\u0061\u0063\u0065: \u0025\u0076",_egad ); +return nil ,_egad ;};_dbbea .ColorSpace =_abecc ;_dbbefa =_bffc .Get ("\u0042\u0061\u0063\u006b\u0067\u0072\u006f\u0075\u006e\u0064");if _dbbefa !=nil {_dbbefa =_cee .TraceToDirectObject (_dbbefa );_fade ,_fbaegf :=_dbbefa .(*_cee .PdfObjectArray );if !_fbaegf {_fca .Log .Debug ("\u0042\u0061\u0063\u006b\u0067r\u006f\u0075\u006e\u0064\u0020\u0073\u0068\u006f\u0075\u006c\u0064\u0020\u0062e\u0020\u0073\u0070\u0065\u0063\u0069\u0066\u0069\u0065\u0064\u0020\u0062\u0079\u0020\u0061\u006e\u0020\u0061\u0072\u0072\u0061\u0079\u0020\u0028\u0067\u006f\u0074\u0020\u0025\u0054)",_dbbefa ); +return nil ,_cee .ErrTypeError ;};_dbbea .Background =_fade ;};_dbbefa =_bffc .Get ("\u0042\u0042\u006f\u0078");if _dbbefa !=nil {_dbbefa =_cee .TraceToDirectObject (_dbbefa );_fdag ,_aedge :=_dbbefa .(*_cee .PdfObjectArray );if !_aedge {_fca .Log .Debug ("\u0042\u0061\u0063\u006b\u0067r\u006f\u0075\u006e\u0064\u0020\u0073\u0068\u006f\u0075\u006c\u0064\u0020\u0062e\u0020\u0073\u0070\u0065\u0063\u0069\u0066\u0069\u0065\u0064\u0020\u0062\u0079\u0020\u0061\u006e\u0020\u0061\u0072\u0072\u0061\u0079\u0020\u0028\u0067\u006f\u0074\u0020\u0025\u0054)",_dbbefa ); +return nil ,_cee .ErrTypeError ;};_ddad ,_agbed :=NewPdfRectangle (*_fdag );if _agbed !=nil {_fca .Log .Debug ("\u0042\u0042\u006f\u0078\u0020\u0065\u0072\u0072\u006fr\u003a\u0020\u0025\u0076",_agbed );return nil ,_agbed ;};_dbbea .BBox =_ddad ;};_dbbefa =_bffc .Get ("\u0041n\u0074\u0069\u0041\u006c\u0069\u0061s"); +if _dbbefa !=nil {_dbbefa =_cee .TraceToDirectObject (_dbbefa );_cbbfb ,_feae :=_dbbefa .(*_cee .PdfObjectBool );if !_feae {_fca .Log .Debug ("A\u006e\u0074\u0069\u0041\u006c\u0069\u0061\u0073\u0020i\u006e\u0076\u0061\u006c\u0069\u0064\u0020ty\u0070\u0065\u002c\u0020s\u0068\u006f\u0075\u006c\u0064\u0020\u0062\u0065\u0020bo\u006f\u006c \u0028\u0067\u006f\u0074\u0020\u0025\u0054\u0029",_dbbefa ); +return nil ,_cee .ErrTypeError ;};_dbbea .AntiAlias =_cbbfb ;};switch *_cdge {case 1:_dfdccc ,_gbbbb :=_ffce (_bffc );if _gbbbb !=nil {return nil ,_gbbbb ;};_dfdccc .PdfShading =_dbbea ;_dbbea ._ddffe =_dfdccc ;return _dbbea ,nil ;case 2:_deef ,_gbfagf :=_abcf (_bffc ); +if _gbfagf !=nil {return nil ,_gbfagf ;};_deef .PdfShading =_dbbea ;_dbbea ._ddffe =_deef ;return _dbbea ,nil ;case 3:_fcacc ,_eaeef :=_eaaca (_bffc );if _eaeef !=nil {return nil ,_eaeef ;};_fcacc .PdfShading =_dbbea ;_dbbea ._ddffe =_fcacc ;return _dbbea ,nil ; +case 4:_cefgc ,_cbgaa :=_baggd (_bffc );if _cbgaa !=nil {return nil ,_cbgaa ;};_cefgc .PdfShading =_dbbea ;_dbbea ._ddffe =_cefgc ;return _dbbea ,nil ;case 5:_baaa ,_gbcea :=_cdffc (_bffc );if _gbcea !=nil {return nil ,_gbcea ;};_baaa .PdfShading =_dbbea ; +_dbbea ._ddffe =_baaa ;return _dbbea ,nil ;case 6:_bdcg ,_gfedb :=_ggdeb (_bffc );if _gfedb !=nil {return nil ,_gfedb ;};_bdcg .PdfShading =_dbbea ;_dbbea ._ddffe =_bdcg ;return _dbbea ,nil ;case 7:_edaa ,_dbad :=_ffcag (_bffc );if _dbad !=nil {return nil ,_dbad ; +};_edaa .PdfShading =_dbbea ;_dbbea ._ddffe =_edaa ;return _dbbea ,nil ;};return nil ,_cdf .New ("u\u006ek\u006e\u006f\u0077\u006e\u0020\u0073\u0068\u0061d\u0069\u006e\u0067\u0020ty\u0070\u0065");}; -// ToPdfObject returns the PDF representation of the shading pattern. -func (_fdadea *PdfShadingPattern )ToPdfObject ()_eb .PdfObject {_fdadea .PdfPattern .ToPdfObject ();_eegce :=_fdadea .getDict ();if _fdadea .Shading !=nil {_eegce .Set ("\u0053h\u0061\u0064\u0069\u006e\u0067",_fdadea .Shading .ToPdfObject ());};if _fdadea .Matrix !=nil {_eegce .Set ("\u004d\u0061\u0074\u0072\u0069\u0078",_fdadea .Matrix ); -};if _fdadea .ExtGState !=nil {_eegce .Set ("\u0045x\u0074\u0047\u0053\u0074\u0061\u0074e",_fdadea .ExtGState );};return _fdadea ._agddd ;}; +// ToPdfObject returns the PDF representation of the function. +func (_gdca *PdfFunctionType2 )ToPdfObject ()_cee .PdfObject {_eaba :=_cee .MakeDict ();_eaba .Set ("\u0046\u0075\u006ec\u0074\u0069\u006f\u006e\u0054\u0079\u0070\u0065",_cee .MakeInteger (2));_bcfcd :=&_cee .PdfObjectArray {};for _ ,_gcgd :=range _gdca .Domain {_bcfcd .Append (_cee .MakeFloat (_gcgd )); +};_eaba .Set ("\u0044\u006f\u006d\u0061\u0069\u006e",_bcfcd );if _gdca .Range !=nil {_fdbef :=&_cee .PdfObjectArray {};for _ ,_ddcad :=range _gdca .Range {_fdbef .Append (_cee .MakeFloat (_ddcad ));};_eaba .Set ("\u0052\u0061\u006eg\u0065",_fdbef );};if _gdca .C0 !=nil {_cbfe :=&_cee .PdfObjectArray {}; +for _ ,_ceae :=range _gdca .C0 {_cbfe .Append (_cee .MakeFloat (_ceae ));};_eaba .Set ("\u0043\u0030",_cbfe );};if _gdca .C1 !=nil {_dgbgd :=&_cee .PdfObjectArray {};for _ ,_acced :=range _gdca .C1 {_dgbgd .Append (_cee .MakeFloat (_acced ));};_eaba .Set ("\u0043\u0031",_dgbgd ); +};_eaba .Set ("\u004e",_cee .MakeFloat (_gdca .N ));if _gdca ._eebdf !=nil {_gdca ._eebdf .PdfObject =_eaba ;return _gdca ._eebdf ;};return _eaba ;}; -// SetKDict sets the KDict for the KValue. -func (_dbbd *KValue )SetKDict (kDict *KDict ){_dbbd .Clear ();_dbbd ._ccbca =kDict };func _cbcf (_cfge *_eb .PdfObjectDictionary )(*PdfFieldText ,error ){_ffff :=&PdfFieldText {};_ffff .DA ,_ =_eb .GetString (_cfge .Get ("\u0044\u0041"));_ffff .Q ,_ =_eb .GetInt (_cfge .Get ("\u0051")); -_ffff .DS ,_ =_eb .GetString (_cfge .Get ("\u0044\u0053"));_ffff .RV =_cfge .Get ("\u0052\u0056");_ffff .MaxLen ,_ =_eb .GetInt (_cfge .Get ("\u004d\u0061\u0078\u004c\u0065\u006e"));return _ffff ,nil ;}; +// ColorFromFloats returns a new PdfColor based on the input slice of color +// components. The slice should contain three elements representing the +// A, B and C components of the color. The values of the elements should be +// between 0 and 1. +func (_ggef *PdfColorspaceCalRGB )ColorFromFloats (vals []float64 )(PdfColor ,error ){if len (vals )!=3{return nil ,_cdf .New ("r\u0061\u006e\u0067\u0065\u0020\u0063\u0068\u0065\u0063\u006b");};_bbbbf :=vals [0];if _bbbbf < 0.0||_bbbbf > 1.0{_fca .Log .Debug ("\u0063\u006f\u006cor\u0020\u006f\u0075\u0074\u0020\u006f\u0066\u0020\u0043\u0053\u0020\u0072\u0061\u006e\u0067\u0065\u003a\u0020",_bbbbf ); +return nil ,ErrColorOutOfRange ;};_ddda :=vals [1];if _ddda < 0.0||_ddda > 1.0{_fca .Log .Debug ("\u0063\u006f\u006cor\u0020\u006f\u0075\u0074\u0020\u006f\u0066\u0020\u0043\u0053\u0020\u0072\u0061\u006e\u0067\u0065\u003a\u0020",_ddda );return nil ,ErrColorOutOfRange ; +};_cfaab :=vals [2];if _cfaab < 0.0||_cfaab > 1.0{_fca .Log .Debug ("\u0063\u006f\u006cor\u0020\u006f\u0075\u0074\u0020\u006f\u0066\u0020\u0043\u0053\u0020\u0072\u0061\u006e\u0067\u0065\u003a\u0020",_cfaab );return nil ,ErrColorOutOfRange ;};_bdbdb :=NewPdfColorCalRGB (_bbbbf ,_ddda ,_cfaab ); +return _bdbdb ,nil ;}; -// PdfAction represents an action in PDF (section 12.6 p. 412). -type PdfAction struct{_aee PdfModel ;Type _eb .PdfObject ;S _eb .PdfObject ;Next _eb .PdfObject ;_dee *_eb .PdfIndirectObject ;};func (_fbabb *PdfWriter )adjustXRefAffectedVersion (_ecdac bool ){if _ecdac &&_fbabb ._edbbf .Major ==1&&_fbabb ._edbbf .Minor < 5{_fbabb ._edbbf .Minor =5; -};}; +// PdfColorDeviceCMYK is a CMYK32 color, where each component is defined in the range 0.0 - 1.0 where 1.0 is the primary intensity. +type PdfColorDeviceCMYK [4]float64 ;var _ccda =map[string ]struct{}{"\u0054\u0069\u0074l\u0065":{},"\u0041\u0075\u0074\u0068\u006f\u0072":{},"\u0053u\u0062\u006a\u0065\u0063\u0074":{},"\u004b\u0065\u0079\u0077\u006f\u0072\u0064\u0073":{},"\u0043r\u0065\u0061\u0074\u006f\u0072":{},"\u0050\u0072\u006f\u0064\u0075\u0063\u0065\u0072":{},"\u0054r\u0061\u0070\u0070\u0065\u0064":{},"\u0043\u0072\u0065a\u0074\u0069\u006f\u006e\u0044\u0061\u0074\u0065":{},"\u004do\u0064\u0044\u0061\u0074\u0065":{}}; -// OutlineItem represents a PDF outline item dictionary (Table 153 - pp. 376 - 377). -type OutlineItem struct{Title string `json:"title"`;Dest OutlineDest `json:"dest"`;Entries []*OutlineItem `json:"entries,omitempty"`;}; -// GetContext returns a reference to the subshading entry as represented by PdfShadingType1-7. -func (_fdbfg *PdfShading )GetContext ()PdfModel {return _fdbfg ._ecffg }; +// Duplex represents the paper handling option that shall be used when printing +// the file from the print dialog. +type Duplex string ; -// GetNumComponents returns the number of color components of the colorspace device. -// Returns 4 for a CMYK32 device. -func (_gadd *PdfColorspaceDeviceCMYK )GetNumComponents ()int {return 4}; +// GetCharMetrics returns the char metrics for character code `code`. +func (_abdg pdfCIDFontType2 )GetCharMetrics (code _dae .CharCode )(_ce .CharMetrics ,bool ){if _bcdde ,_dbbg :=_abdg ._dbffc [code ];_dbbg {return _ce .CharMetrics {Wx :_bcdde },true ;};_ecce :=rune (code );_fedd ,_edce :=_abdg ._abdc [_ecce ];if !_edce {_fedd =int (_abdg ._dfae ); +};return _ce .CharMetrics {Wx :float64 (_fedd )},true ;};func (_ecdge fontCommon )coreString ()string {_ebece :="";if _ecdge ._ebcad !=nil {_ebece =_ecdge ._ebcad .String ();};return _e .Sprintf ("\u0025#\u0071\u0020%\u0023\u0071\u0020%\u0071\u0020\u006f\u0062\u006a\u003d\u0025d\u0020\u0054\u006f\u0055\u006e\u0069c\u006f\u0064\u0065\u003d\u0025\u0074\u0020\u0066\u006c\u0061\u0067s\u003d\u0030\u0078\u0025\u0030\u0078\u0020\u0025\u0073",_ecdge ._ccdeg ,_ecdge ._fbcf ,_ecdge ._ccgfa ,_ecdge ._facc ,_ecdge ._deccd !=nil ,_ecdge .fontFlags (),_ebece ); +}; -// ToPdfObject implements interface PdfModel. -func (_aeafd *PdfSignatureReference )ToPdfObject ()_eb .PdfObject {_dbdec :=_eb .MakeDict ();_dbdec .SetIfNotNil ("\u0054\u0079\u0070\u0065",_aeafd .Type );_dbdec .SetIfNotNil ("\u0054r\u0061n\u0073\u0066\u006f\u0072\u006d\u004d\u0065\u0074\u0068\u006f\u0064",_aeafd .TransformMethod ); -_dbdec .SetIfNotNil ("\u0054r\u0061n\u0073\u0066\u006f\u0072\u006d\u0050\u0061\u0072\u0061\u006d\u0073",_aeafd .TransformParams );_dbdec .SetIfNotNil ("\u0044\u0061\u0074\u0061",_aeafd .Data );_dbdec .SetIfNotNil ("\u0044\u0069\u0067e\u0073\u0074\u004d\u0065\u0074\u0068\u006f\u0064",_aeafd .DigestMethod ); -return _dbdec ;}; +// ToGray returns a PdfColorDeviceGray color based on the current RGB color. +func (_defag *PdfColorDeviceRGB )ToGray ()*PdfColorDeviceGray {_bggd :=0.3*_defag .R ()+0.59*_defag .G ()+0.11*_defag .B ();_bggd =_aaa .Min (_aaa .Max (_bggd ,0.0),1.0);return NewPdfColorDeviceGray (_bggd );}; -// PdfFunctionType4 is a Postscript calculator functions. -type PdfFunctionType4 struct{Domain []float64 ;Range []float64 ;Program *_gc .PSProgram ;_aabg *_gc .PSExecutor ;_bdcf []byte ;_gbcd *_eb .PdfObjectStream ;};func (_dfecaa *fontFile )parseASCIIPart (_aacb []byte )error {if len (_aacb )< 2||string (_aacb [:2])!="\u0025\u0021"{return _dcf .New ("\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0073\u0074a\u0072\u0074\u0020\u006f\u0066\u0020\u0041S\u0043\u0049\u0049\u0020\u0073\u0065\u0067\u006d\u0065\u006e\u0074"); -};_acade ,_gbbf ,_gagd :=_bgadc (_aacb );if _gagd !=nil {return _gagd ;};_ffad :=_eeaaf (_acade );_dfecaa ._cddc =_ffad ["\u0046\u006f\u006e\u0074\u004e\u0061\u006d\u0065"];if _dfecaa ._cddc ==""{_ddb .Log .Debug ("\u0020\u0046\u006f\u006e\u0074\u0046\u0069\u006c\u0065\u0020\u0068a\u0073\u0020\u006e\u006f\u0020\u002f\u0046\u006f\u006e\u0074N\u0061\u006d\u0065"); -};if _gbbf !=""{_fgebe ,_dacff :=_agbf (_gbbf );if _dacff !=nil {return _dacff ;};_degfb ,_dacff :=_fc .NewCustomSimpleTextEncoder (_fgebe ,nil );if _dacff !=nil {_ddb .Log .Debug ("\u0045\u0052\u0052\u004fR\u0020\u003a\u0055\u004e\u004b\u004e\u004f\u0057\u004e\u0020G\u004cY\u0050\u0048\u003a\u0020\u0065\u0072\u0072=\u0025\u0076",_dacff ); -return nil ;};_dfecaa ._gggff =_degfb ;};return nil ;};var ImageHandling ImageHandler =DefaultImageHandler {}; +// C returns the value of the cyan component of the color. +func (_gcg *PdfColorDeviceCMYK )C ()float64 {return _gcg [0]};func (_eabdg *PdfReader )newPdfAnnotationCaretFromDict (_cdbb *_cee .PdfObjectDictionary )(*PdfAnnotationCaret ,error ){_bgg :=PdfAnnotationCaret {};_gdda ,_bgab :=_eabdg .newPdfAnnotationMarkupFromDict (_cdbb ); +if _bgab !=nil {return nil ,_bgab ;};_bgg .PdfAnnotationMarkup =_gdda ;_bgg .RD =_cdbb .Get ("\u0052\u0044");_bgg .Sy =_cdbb .Get ("\u0053\u0079");return &_bgg ,nil ;}; -// NewPdfColorspaceCalRGB returns a new CalRGB colorspace object. -func NewPdfColorspaceCalRGB ()*PdfColorspaceCalRGB {_gacfd :=&PdfColorspaceCalRGB {};_gacfd .BlackPoint =[]float64 {0.0,0.0,0.0};_gacfd .Gamma =[]float64 {1.0,1.0,1.0};_gacfd .Matrix =[]float64 {1,0,0,0,1,0,0,0,1};return _gacfd ;};func _fbfae (_gfcf _fg .StdFont )pdfFontSimple {_bbad :=_gfcf .Descriptor (); -return pdfFontSimple {fontCommon :fontCommon {_fgdee :"\u0054\u0079\u0070e\u0031",_agcc :_gfcf .Name ()},_gacdb :_gfcf .GetMetricsTable (),_debdb :&PdfFontDescriptor {FontName :_eb .MakeName (string (_bbad .Name )),FontFamily :_eb .MakeName (_bbad .Family ),FontWeight :_eb .MakeFloat (float64 (_bbad .Weight )),Flags :_eb .MakeInteger (int64 (_bbad .Flags )),FontBBox :_eb .MakeArrayFromFloats (_bbad .BBox [:]),ItalicAngle :_eb .MakeFloat (_bbad .ItalicAngle ),Ascent :_eb .MakeFloat (_bbad .Ascent ),Descent :_eb .MakeFloat (_bbad .Descent ),CapHeight :_eb .MakeFloat (_bbad .CapHeight ),XHeight :_eb .MakeFloat (_bbad .XHeight ),StemV :_eb .MakeFloat (_bbad .StemV ),StemH :_eb .MakeFloat (_bbad .StemH )},_gcgb :_gfcf .Encoder ()}; -}; +// PdfTransformParamsDocMDP represents a transform parameters dictionary for the DocMDP method and is used to detect +// modifications relative to a signature field that is signed by the author of a document. +// (Section 12.8.2.2, Table 254 - Entries in the DocMDP transform parameters dictionary p. 471 in PDF32000_2008). +type PdfTransformParamsDocMDP struct{Type *_cee .PdfObjectName ;P *_cee .PdfObjectInteger ;V *_cee .PdfObjectName ;};func (_cfaee *PdfWriter )hasObject (_fbbaf _cee .PdfObject )bool {_ ,_dbebd :=_cfaee ._dgbgbb [_fbbaf ];return _dbebd ;}; -// NewOutline returns a new outline instance. -func NewOutline ()*Outline {return &Outline {}}; +// GetStructParentsKey returns the StructParents key. +// If not set, returns -1. +func (_cfafc *PdfPage )GetStructParentsKey ()int {if _bbegb ,_gfcge :=_cee .GetIntVal (_cfafc .StructParents );_gfcge {return _bbegb ;};return -1;}; -// AcroFormNeedsRepair returns true if the document contains widget annotations -// linked to fields which are not referenced in the AcroForm. The AcroForm can -// be repaired using the RepairAcroForm method of the reader. -func (_ccca *PdfReader )AcroFormNeedsRepair ()(bool ,error ){var _dgcgf []*PdfField ;if _ccca .AcroForm !=nil {_dgcgf =_ccca .AcroForm .AllFields ();};_ebggd :=make (map[*PdfField ]struct{},len (_dgcgf ));for _ ,_cdffe :=range _dgcgf {_ebggd [_cdffe ]=struct{}{}; -};for _ ,_decg :=range _ccca .PageList {_dbba ,_edabd :=_decg .GetAnnotations ();if _edabd !=nil {return false ,_edabd ;};for _ ,_dafbed :=range _dbba {_facede ,_ddff :=_dafbed .GetContext ().(*PdfAnnotationWidget );if !_ddff {continue ;};_afeab :=_facede .Field (); -if _afeab ==nil {return true ,nil ;};if _ ,_bcbba :=_ebggd [_afeab ];!_bcbba {return true ,nil ;};};};return false ,nil ;}; +// NewDSS returns a new DSS dictionary. +func NewDSS ()*DSS {return &DSS {_bdcab :_cee .MakeIndirectObject (_cee .MakeDict ()),VRI :map[string ]*VRI {}};}; -// SetAction sets the PDF action for the annotation link. -func (_fcb *PdfAnnotationLink )SetAction (action *PdfAction ){_fcb ._fbg =action ;if action ==nil {_fcb .A =nil ;};};const (TrappedUnknown PdfInfoTrapped ="\u0055n\u006b\u006e\u006f\u0077\u006e";TrappedTrue PdfInfoTrapped ="\u0054\u0072\u0075\u0065";TrappedFalse PdfInfoTrapped ="\u0046\u0061\u006cs\u0065"; -);func (_bdfb *PdfReader )newPdfActionTransFromDict (_aef *_eb .PdfObjectDictionary )(*PdfActionTrans ,error ){return &PdfActionTrans {Trans :_aef .Get ("\u0054\u0072\u0061n\u0073")},nil ;};func (_becfe *pdfFontType0 )subsetRegistered ()error {_bgda ,_eeee :=_becfe .DescendantFont ._fdaa .(*pdfCIDFontType2 ); -if !_eeee {_ddb .Log .Debug ("\u0046\u006fnt\u0020\u006e\u006ft\u0020\u0073\u0075\u0070por\u0074ed\u0020\u0066\u006f\u0072\u0020\u0073\u0075bs\u0065\u0074\u0074\u0069\u006e\u0067\u0020%\u0054",_becfe .DescendantFont );return nil ;};if _bgda ==nil {return nil ; -};if _bgda ._bged ==nil {_ddb .Log .Debug ("\u004d\u0069\u0073si\u006e\u0067\u0020\u0066\u006f\u006e\u0074\u0020\u0064\u0065\u0073\u0063\u0072\u0069\u0070\u0074\u006f\u0072");return nil ;};if _becfe ._edcff ==nil {_ddb .Log .Debug ("\u004e\u006f\u0020e\u006e\u0063\u006f\u0064e\u0072\u0020\u002d\u0020\u0073\u0075\u0062s\u0065\u0074\u0074\u0069\u006e\u0067\u0020\u0069\u0067\u006e\u006f\u0072\u0065\u0064"); -return nil ;};_daaa ,_eeee :=_eb .GetStream (_bgda ._bged .FontFile2 );if !_eeee {_ddb .Log .Debug ("\u0045\u006d\u0062\u0065\u0064\u0064\u0065\u0064\u0020\u0066\u006f\u006e\u0074\u0020\u006f\u0062\u006a\u0065c\u0074\u0020\u006e\u006f\u0074\u0020\u0066o\u0075\u006e\u0064\u0020\u002d\u002d\u0020\u0041\u0042\u004f\u0052T\u0020\u0073\u0075\u0062\u0073\u0065\u0074\u0074\u0069\u006e\u0067"); -return _dcf .New ("\u0066\u006f\u006e\u0074fi\u006c\u0065\u0032\u0020\u006e\u006f\u0074\u0020\u0066\u006f\u0075\u006e\u0064");};_gacedf ,_aeac :=_eb .DecodeStream (_daaa );if _aeac !=nil {_ddb .Log .Debug ("\u0044\u0065c\u006f\u0064\u0065 \u0065\u0072\u0072\u006f\u0072\u003a\u0020\u0025\u0076",_aeac ); -return _aeac ;};_dbafb ,_aeac :=_fa .Parse (_dd .NewReader (_gacedf ));if _aeac !=nil {_ddb .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0070\u0061\u0072\u0073\u0069n\u0067\u0020\u0025\u0064\u0020\u0062\u0079\u0074\u0065\u0020f\u006f\u006e\u0074",len (_daaa .Stream )); -return _aeac ;};var _dbdab []rune ;var _cbbge *_fa .Font ;switch _bafcg :=_becfe ._edcff .(type ){case *_fc .TrueTypeFontEncoder :_dbdab =_bafcg .RegisteredRunes ();_cbbge ,_aeac =_dbafb .SubsetKeepRunes (_dbdab );if _aeac !=nil {_ddb .Log .Debug ("\u0045R\u0052\u004f\u0052\u003a\u0020\u0025v",_aeac ); -return _aeac ;};_bafcg .SubsetRegistered ();case *_fc .IdentityEncoder :_dbdab =_bafcg .RegisteredRunes ();_fdaab :=make ([]_fa .GlyphIndex ,len (_dbdab ));for _abbgf ,_gaffa :=range _dbdab {_fdaab [_abbgf ]=_fa .GlyphIndex (_gaffa );};_cbbge ,_aeac =_dbafb .SubsetKeepIndices (_fdaab ); -if _aeac !=nil {_ddb .Log .Debug ("\u0045R\u0052\u004f\u0052\u003a\u0020\u0025v",_aeac );return _aeac ;};case _fc .SimpleEncoder :_eebbc :=_bafcg .Charcodes ();for _ ,_daaf :=range _eebbc {_deba ,_aaba :=_bafcg .CharcodeToRune (_daaf );if !_aaba {_ddb .Log .Debug ("\u0045\u0052\u0052O\u0052\u003a\u0020\u0075\u006e\u0061\u0062\u006c\u0065\u0020\u0063\u006f\u006e\u0076\u0065\u0072\u0074\u0020\u0063\u0068\u0061\u0072\u0063\u006f\u0064\u0065\u0020\u0074\u006f \u0072\u0075\u006e\u0065\u003a\u0020\u0025\u0064",_daaf ); -continue ;};_dbdab =append (_dbdab ,_deba );};default:return _e .Errorf ("\u0075\u006e\u0073\u0075\u0070\u0070\u006f\u0072\u0074\u0065\u0064\u0020\u0065\u006e\u0063\u006f\u0064\u0065\u0072\u0020\u0066\u006f\u0072\u0020s\u0075\u0062\u0073\u0065\u0074t\u0069\u006eg\u003a\u0020\u0025\u0054",_becfe ._edcff ); -};var _ecab _dd .Buffer ;_aeac =_cbbge .Write (&_ecab );if _aeac !=nil {_ddb .Log .Debug ("\u0045R\u0052\u004f\u0052\u003a\u0020\u0025v",_aeac );return _aeac ;};if _becfe ._bgbg !=nil {_dgeba :=make (map[_ff .CharCode ]rune ,len (_dbdab ));for _ ,_dcdc :=range _dbdab {_gdcfc ,_ecgfd :=_becfe ._edcff .RuneToCharcode (_dcdc ); -if !_ecgfd {continue ;};_dgeba [_ff .CharCode (_gdcfc )]=_dcdc ;};_becfe ._bgbg =_ff .NewToUnicodeCMap (_dgeba );};_daaa ,_aeac =_eb .MakeStream (_ecab .Bytes (),_eb .NewFlateEncoder ());if _aeac !=nil {_ddb .Log .Debug ("\u0045R\u0052\u004f\u0052\u003a\u0020\u0025v",_aeac ); -return _aeac ;};_daaa .Set ("\u004ce\u006e\u0067\u0074\u0068\u0031",_eb .MakeInteger (int64 (_ecab .Len ())));if _ffeba ,_eggbd :=_eb .GetStream (_bgda ._bged .FontFile2 );_eggbd {*_ffeba =*_daaa ;}else {_bgda ._bged .FontFile2 =_daaa ;};_adbcg :=_fgeg (); -if len (_becfe ._agcc )> 0{_becfe ._agcc =_dafbe (_becfe ._agcc ,_adbcg );};if len (_bgda ._agcc )> 0{_bgda ._agcc =_dafbe (_bgda ._agcc ,_adbcg );};if len (_becfe ._bgge )> 0{_becfe ._bgge =_dafbe (_becfe ._bgge ,_adbcg );};if _bgda ._bged !=nil {_ebba ,_bfec :=_eb .GetName (_bgda ._bged .FontName ); -if _bfec &&len (_ebba .String ())> 0{_aafc :=_dafbe (_ebba .String (),_adbcg );_bgda ._bged .FontName =_eb .MakeName (_aafc );};};return nil ;};func (_ade *PdfReader )newPdfActionResetFormFromDict (_eff *_eb .PdfObjectDictionary )(*PdfActionResetForm ,error ){return &PdfActionResetForm {Fields :_eff .Get ("\u0046\u0069\u0065\u006c\u0064\u0073"),Flags :_eff .Get ("\u0046\u006c\u0061g\u0073")},nil ; -}; +// PdfColorCalRGB represents a color in the Colorimetric CIE RGB colorspace. +// A, B, C components +// Each component is defined in the range 0.0 - 1.0 where 1.0 is the primary intensity. +type PdfColorCalRGB [3]float64 ;func _eeeea (_edafc *XObjectImage )error {if _edafc .SMask ==nil {return nil ;};_cefeae ,_fcbcc :=_edafc .SMask .(*_cee .PdfObjectStream );if !_fcbcc {_fca .Log .Debug ("\u0053\u004da\u0073\u006b\u0020\u0069\u0073\u0020\u006e\u006f\u0074\u0020\u002a\u0050\u0064\u0066\u004f\u0062\u006a\u0065\u0063\u0074\u0053\u0074re\u0061\u006d"); +return _cee .ErrTypeError ;};_ebgcg :=_cefeae .PdfObjectDictionary ;_efee :=_ebgcg .Get ("\u004d\u0061\u0074t\u0065");if _efee ==nil {return nil ;};_debc ,_fcgge :=_eagcc (_efee .(*_cee .PdfObjectArray ));if _fcgge !=nil {return _fcgge ;};_edeba :=_cee .MakeArrayFromFloats ([]float64 {_debc }); +_ebgcg .SetIfNotNil ("\u004d\u0061\u0074t\u0065",_edeba );return nil ;}; -// GetContext returns a reference to the subpattern entry: either PdfTilingPattern or PdfShadingPattern. -func (_fgcdcb *PdfPattern )GetContext ()PdfModel {return _fgcdcb ._eefgb }; +// ApplyStandard is used to apply changes required on the document to match the rules required by the input standard. +// The writer's content would be changed after all the document parts are already established during the Write method. +// A good example of the StandardApplier could be a PDF/A Profile (i.e.: pdfa.Profile1A). In such a case PdfWriter would +// set up all rules required by that Profile. +func (_dcbag *PdfWriter )ApplyStandard (optimizer StandardApplier ){_dcbag ._bacda =optimizer }; -// ToPdfObject returns the PDF representation of the tiling pattern. -func (_adcfe *PdfTilingPattern )ToPdfObject ()_eb .PdfObject {_adcfe .PdfPattern .ToPdfObject ();_ceafg :=_adcfe .getDict ();if _adcfe .PaintType !=nil {_ceafg .Set ("\u0050a\u0069\u006e\u0074\u0054\u0079\u0070e",_adcfe .PaintType );};if _adcfe .TilingType !=nil {_ceafg .Set ("\u0054\u0069\u006c\u0069\u006e\u0067\u0054\u0079\u0070\u0065",_adcfe .TilingType ); -};if _adcfe .BBox !=nil {_ceafg .Set ("\u0042\u0042\u006f\u0078",_adcfe .BBox .ToPdfObject ());};if _adcfe .XStep !=nil {_ceafg .Set ("\u0058\u0053\u0074e\u0070",_adcfe .XStep );};if _adcfe .YStep !=nil {_ceafg .Set ("\u0059\u0053\u0074e\u0070",_adcfe .YStep ); -};if _adcfe .Resources !=nil {_ceafg .Set ("\u0052e\u0073\u006f\u0075\u0072\u0063\u0065s",_adcfe .Resources .ToPdfObject ());};if _adcfe .Matrix !=nil {_ceafg .Set ("\u004d\u0061\u0074\u0072\u0069\u0078",_adcfe .Matrix );};return _adcfe ._agddd ;}; +// Image interface is a basic representation of an image used in PDF. +// The colorspace is not specified, but must be known when handling the image. +type Image struct{Width int64 ;Height int64 ;BitsPerComponent int64 ;ColorComponents int ;Data []byte ;_cbfg []byte ;_cabgb []float64 ;}; + +// NewEmbeddedFileFromContent construct a new EmbeddedFile from supplied file content. +func NewEmbeddedFileFromContent (content []byte )(*EmbeddedFile ,error ){_fccaf :=_gg .Detect (content );_dcgb :=_ga .Sum (content );_bdgge :=&EmbeddedFile {Name :"\u0061\u0074\u0074\u0061\u0063\u0068\u006d\u0065\u006e\u0074",Content :content ,FileType :_fccaf .String (),Hash :_aa .EncodeToString (_dcgb [:])}; +return _bdgge ,nil ;};func (_dgege *PdfWriter )getPdfVersion ()string {return _e .Sprintf ("\u0025\u0064\u002e%\u0064",_dgege ._gceef .Major ,_dgege ._gceef .Minor );};func (_egdf *PdfWriter )writeDocumentVersion (){if _egdf ._fbaeb {_egdf .writeString ("\u000a"); +}else {_egdf .writeString (_e .Sprintf ("\u0025\u0025\u0050D\u0046\u002d\u0025\u0064\u002e\u0025\u0064\u000a",_egdf ._gceef .Major ,_egdf ._gceef .Minor ));_egdf .writeString ("\u0025\u00e2\u00e3\u00cf\u00d3\u000a");};};func _bdeb (_beffc ,_cafge string )string {if _ad .Contains (_beffc ,"\u002b"){_gfegd :=_ad .Split (_beffc ,"\u002b"); +if len (_gfegd )==2{_beffc =_gfegd [1];};};return _cafge +"\u002b"+_beffc ;}; // ToPdfObject implements interface PdfModel. -func (_aaa *PdfBorderStyle )ToPdfObject ()_eb .PdfObject {_fecg :=_eb .MakeDict ();if _aaa ._gdgd !=nil {if _bbf ,_affb :=_aaa ._gdgd .(*_eb .PdfIndirectObject );_affb {_bbf .PdfObject =_fecg ;};};_fecg .Set ("\u0053u\u0062\u0074\u0079\u0070\u0065",_eb .MakeName ("\u0042\u006f\u0072\u0064\u0065\u0072")); -if _aaa .W !=nil {_fecg .Set ("\u0057",_eb .MakeFloat (*_aaa .W ));};if _aaa .S !=nil {_fecg .Set ("\u0053",_eb .MakeName (_aaa .S .GetPdfName ()));};if _aaa .D !=nil {_fecg .Set ("\u0044",_eb .MakeArrayFromIntegers (*_aaa .D ));};if _aaa ._gdgd !=nil {return _aaa ._gdgd ; -};return _fecg ;}; +func (_ddf *PdfAnnotationHighlight )ToPdfObject ()_cee .PdfObject {_ddf .PdfAnnotation .ToPdfObject ();_dddg :=_ddf ._eddc ;_bffe :=_dddg .PdfObject .(*_cee .PdfObjectDictionary );_ddf .PdfAnnotationMarkup .appendToPdfDictionary (_bffe );_bffe .SetIfNotNil ("\u0053u\u0062\u0074\u0079\u0070\u0065",_cee .MakeName ("\u0048i\u0067\u0068\u006c\u0069\u0067\u0068t")); +_bffe .SetIfNotNil ("\u0051\u0075\u0061\u0064\u0050\u006f\u0069\u006e\u0074\u0073",_ddf .QuadPoints );return _dddg ;}; -// RemoveStructParentsKey removes the StructParents key. -func (_fagdd *PdfPage )RemoveStructParentsKey (){_fagdd .StructParents =nil }; +// FullName returns the full name of the field as in rootname.parentname.partialname. +func (_aecdg *PdfField )FullName ()(string ,error ){var _adbe _cd .Buffer ;_fgeb :=[]string {};if _aecdg .T !=nil {_fgeb =append (_fgeb ,_aecdg .T .Decoded ());};_bgbc :=map[*PdfField ]bool {};_bgbc [_aecdg ]=true ;_dgfgc :=_aecdg .Parent ;for _dgfgc !=nil {if _ ,_egcb :=_bgbc [_dgfgc ]; +_egcb {return _adbe .String (),_cdf .New ("\u0072\u0065\u0063\u0075rs\u0069\u0076\u0065\u0020\u0074\u0072\u0061\u0076\u0065\u0072\u0073\u0061\u006c");};if _dgfgc .T ==nil {return _adbe .String (),_cdf .New ("\u0066\u0069el\u0064\u0020\u0070a\u0072\u0074\u0069\u0061l n\u0061me\u0020\u0028\u0054\u0029\u0020\u006e\u006ft \u0073\u0070\u0065\u0063\u0069\u0066\u0069e\u0064"); +};_fgeb =append (_fgeb ,_dgfgc .T .Decoded ());_bgbc [_dgfgc ]=true ;_dgfgc =_dgfgc .Parent ;};for _bfce :=len (_fgeb )-1;_bfce >=0;_bfce --{_adbe .WriteString (_fgeb [_bfce ]);if _bfce > 0{_adbe .WriteString ("\u002e");};};return _adbe .String (),nil ; +}; -// SetFillImage attach a model.Image to push button. -func (_acfdf *PdfFieldButton )SetFillImage (image *Image ){if _acfdf .IsPush (){_acfdf ._cadc =image ;};};func (_gfafc *PdfFunctionType0 )processSamples ()error {_fddeb :=_bb .ResampleBytes (_gfafc ._dcdgc ,_gfafc .BitsPerSample );_gfafc ._bgaaab =_fddeb ; -return nil ;}; +// PdfAnnotationText represents Text annotations. +// (Section 12.5.6.4 p. 402). +type PdfAnnotationText struct{*PdfAnnotation ;*PdfAnnotationMarkup ;Open _cee .PdfObject ;Name _cee .PdfObject ;State _cee .PdfObject ;StateModel _cee .PdfObject ;}; -// ToPdfObject implements interface PdfModel. -func (_fab *PdfAnnotationTrapNet )ToPdfObject ()_eb .PdfObject {_fab .PdfAnnotation .ToPdfObject ();_decc :=_fab ._ggf ;_bdec :=_decc .PdfObject .(*_eb .PdfObjectDictionary );_bdec .SetIfNotNil ("\u0053u\u0062\u0074\u0079\u0070\u0065",_eb .MakeName ("\u0054r\u0061\u0070\u004e\u0065\u0074")); -return _decc ;}; +// Items returns all children outline items. +func (_cdeba *OutlineItem )Items ()[]*OutlineItem {return _cdeba .Entries };type pdfCIDFontType0 struct{fontCommon ;_dgfd *_cee .PdfIndirectObject ;_cedgg _dae .TextEncoder ; -// ColorFromPdfObjects returns a new PdfColor based on the input slice of color -// components. The slice should contain a single PdfObjectFloat element in -// range 0-1. -func (_adacg *PdfColorspaceCalGray )ColorFromPdfObjects (objects []_eb .PdfObject )(PdfColor ,error ){if len (objects )!=1{return nil ,_dcf .New ("r\u0061\u006e\u0067\u0065\u0020\u0063\u0068\u0065\u0063\u006b");};_aefc ,_eecfe :=_eb .GetNumbersAsFloat (objects ); -if _eecfe !=nil {return nil ,_eecfe ;};return _adacg .ColorFromFloats (_aefc );}; +// Table 117 – Entries in a CIDFont dictionary (page 269) +// (Required) Dictionary that defines the character collection of the CIDFont. +// See Table 116. +CIDSystemInfo *_cee .PdfObjectDictionary ; -// NewPdfPage returns a new PDF page. -func NewPdfPage ()*PdfPage {_ecdge :=PdfPage {};_ecdge ._aaagaa =_eb .MakeDict ();_ecdge .Resources =NewPdfPageResources ();_ccfgc :=_eb .PdfIndirectObject {};_ccfgc .PdfObject =_ecdge ._aaagaa ;_ecdge ._efcff =&_ccfgc ;_ecdge ._eaebc =*_ecdge ._aaagaa ; -return &_ecdge ;};func (_dceb *pdfCIDFontType2 )getFontDescriptor ()*PdfFontDescriptor {return _dceb ._bged }; +// Glyph metrics fields (optional). +DW _cee .PdfObject ;W _cee .PdfObject ;DW2 _cee .PdfObject ;W2 _cee .PdfObject ;_gdde map[_dae .CharCode ]float64 ;_bfecd float64 ;}; -// ToPdfObject implements interface PdfModel. -func (_fbfa *PdfAnnotationWatermark )ToPdfObject ()_eb .PdfObject {_fbfa .PdfAnnotation .ToPdfObject ();_fdef :=_fbfa ._ggf ;_afg :=_fdef .PdfObject .(*_eb .PdfObjectDictionary );_afg .SetIfNotNil ("\u0053u\u0062\u0074\u0079\u0070\u0065",_eb .MakeName ("\u0057a\u0074\u0065\u0072\u006d\u0061\u0072k")); -_afg .SetIfNotNil ("\u0046\u0069\u0078\u0065\u0064\u0050\u0072\u0069\u006e\u0074",_fbfa .FixedPrint );return _fdef ;};var ErrColorOutOfRange =_dcf .New ("\u0063o\u006co\u0072\u0020\u006f\u0075\u0074 \u006f\u0066 \u0072\u0061\u006e\u0067\u0065"); +// Evaluate runs the function on the passed in slice and returns the results. +func (_acgab *PdfFunctionType2 )Evaluate (x []float64 )([]float64 ,error ){if len (x )!=1{_fca .Log .Error ("\u004f\u006e\u006c\u0079 o\u006e\u0065\u0020\u0069\u006e\u0070\u0075\u0074\u0020\u0061\u006c\u006c\u006f\u0077e\u0064");return nil ,_cdf .New ("r\u0061\u006e\u0067\u0065\u0020\u0063\u0068\u0065\u0063\u006b"); +};_fbbfa :=[]float64 {0.0};if _acgab .C0 !=nil {_fbbfa =_acgab .C0 ;};_ecbfa :=[]float64 {1.0};if _acgab .C1 !=nil {_ecbfa =_acgab .C1 ;};var _eacgg []float64 ;for _eceffd :=0;_eceffd < len (_fbbfa );_eceffd ++{_efcb :=_fbbfa [_eceffd ]+_aaa .Pow (x [0],_acgab .N )*(_ecbfa [_eceffd ]-_fbbfa [_eceffd ]); +_eacgg =append (_eacgg ,_efcb );};return _eacgg ,nil ;}; -// SetPdfCreator sets the Creator attribute of the output PDF. -func SetPdfCreator (creator string ){_dfbafc .Lock ();defer _dfbafc .Unlock ();_geba =creator }; +// NewPdfShadingPatternType2 creates an empty shading pattern type 2 object. +func NewPdfShadingPatternType2 ()*PdfShadingPatternType2 {_ecfcc :=&PdfShadingPatternType2 {};_ecfcc .Matrix =_cee .MakeArrayFromIntegers ([]int {1,0,0,1,0,0});_ecfcc .PdfPattern =&PdfPattern {};_ecfcc .PdfPattern .PatternType =int64 (*_cee .MakeInteger (2)); +_ecfcc .PdfPattern ._gabf =_ecfcc ;_ecfcc .PdfPattern ._bgabc =_cee .MakeIndirectObject (_cee .MakeDict ());return _ecfcc ;}; -// PdfActionLaunch represents a launch action. -type PdfActionLaunch struct{*PdfAction ;F *PdfFilespec ;Win _eb .PdfObject ;Mac _eb .PdfObject ;Unix _eb .PdfObject ;NewWindow _eb .PdfObject ;}; +// ToPdfObject returns an indirect object containing the signature field dictionary. +func (_dbca *PdfFieldSignature )ToPdfObject ()_cee .PdfObject {if _dbca .PdfAnnotationWidget !=nil {_dbca .PdfAnnotationWidget .ToPdfObject ();};_dbca .PdfField .ToPdfObject ();_babcf :=_dbca ._ccbb ;_egbc :=_babcf .PdfObject .(*_cee .PdfObjectDictionary ); +_egbc .SetIfNotNil ("\u0046\u0054",_cee .MakeName ("\u0053\u0069\u0067"));_egbc .SetIfNotNil ("\u004c\u006f\u0063\u006b",_dbca .Lock );_egbc .SetIfNotNil ("\u0053\u0056",_dbca .SV );if _dbca .V !=nil {_egbc .SetIfNotNil ("\u0056",_dbca .V .ToPdfObject ()); +};return _babcf ;}; -// SetAlpha sets the alpha layer for the image. -func (_gafad *Image )SetAlpha (alpha []byte ){_gafad ._bdcab =alpha }; +// ParserMetadata gets the parser metadata. +func (_cgbe *CompliancePdfReader )ParserMetadata ()_cee .ParserMetadata {if _cgbe ._eabdgb ==(_cee .ParserMetadata {}){_cgbe ._eabdgb ,_ =_cgbe ._ffdgf .ParserMetadata ();};return _cgbe ._eabdgb ;};func (_fead *PdfReader )newPdfAnnotationHighlightFromDict (_bcf *_cee .PdfObjectDictionary )(*PdfAnnotationHighlight ,error ){_efd :=PdfAnnotationHighlight {}; +_dbgd ,_ccc :=_fead .newPdfAnnotationMarkupFromDict (_bcf );if _ccc !=nil {return nil ,_ccc ;};_efd .PdfAnnotationMarkup =_dbgd ;_efd .QuadPoints =_bcf .Get ("\u0051\u0075\u0061\u0064\u0050\u006f\u0069\u006e\u0074\u0073");return &_efd ,nil ;}; -// PdfAnnotationPolyLine represents PolyLine annotations. -// (Section 12.5.6.9). -type PdfAnnotationPolyLine struct{*PdfAnnotation ;*PdfAnnotationMarkup ;Vertices _eb .PdfObject ;LE _eb .PdfObject ;BS _eb .PdfObject ;IC _eb .PdfObject ;BE _eb .PdfObject ;IT _eb .PdfObject ;Measure _eb .PdfObject ;}; +// NewPdfAnnotationPrinterMark returns a new printermark annotation. +func NewPdfAnnotationPrinterMark ()*PdfAnnotationPrinterMark {_dcca :=NewPdfAnnotation ();_aaag :=&PdfAnnotationPrinterMark {};_aaag .PdfAnnotation =_dcca ;_dcca .SetContext (_aaag );return _aaag ;}; -// HasShadingByName checks whether a shading is defined by the specified keyName. -func (_fgddc *PdfPageResources )HasShadingByName (keyName _eb .PdfObjectName )bool {_ ,_dbbac :=_fgddc .GetShadingByName (keyName );return _dbbac ;}; +// NewPdfActionURI returns a new "Uri" action. +func NewPdfActionURI ()*PdfActionURI {_bac :=NewPdfAction ();_eaf :=&PdfActionURI {};_eaf .PdfAction =_bac ;_bac .SetContext (_eaf );return _eaf ;};func (_bdfbe *PdfWriter )AttachFile (file *EmbeddedFile )error {_fcebf :=_bdfbe ._bbcfgd ;if _fcebf ==nil {_fcebf =_fddc (); +};_dadcd :=_fcebf .addEmbeddedFile (file );if _dadcd !=nil {return _dadcd ;};_bdfbe ._bbcfgd =_fcebf ;return nil ;}; -// ToPdfObject converts the pdfCIDFontType0 to a PDF representation. -func (_cgcag *pdfCIDFontType0 )ToPdfObject ()_eb .PdfObject {return _eb .MakeNull ()};func (_gcgef *PdfReader )resolveReference (_edfc *_eb .PdfObjectReference )(_eb .PdfObject ,bool ,error ){_dacgc ,_bafag :=_gcgef ._ebbe .ObjCache [int (_edfc .ObjectNumber )]; -if !_bafag {_ddb .Log .Trace ("R\u0065\u0061\u0064\u0065r \u004co\u006f\u006b\u0075\u0070\u0020r\u0065\u0066\u003a\u0020\u0025\u0073",_edfc );_cfab ,_ceaab :=_gcgef ._ebbe .LookupByReference (*_edfc );if _ceaab !=nil {return nil ,false ,_ceaab ;};_gcgef ._ebbe .ObjCache [int (_edfc .ObjectNumber )]=_cfab ; -return _cfab ,false ,nil ;};return _dacgc ,true ,nil ;};func (_beb *PdfReader )newPdfActionGotoFromDict (_gfc *_eb .PdfObjectDictionary )(*PdfActionGoTo ,error ){return &PdfActionGoTo {D :_gfc .Get ("\u0044")},nil ;};const (RelationshipSource FileRelationship =iota ; -RelationshipData ;RelationshipAlternative ;RelationshipSupplement ;RelationshipUnspecified ;); +// PdfFilespec represents a file specification which can either refer to an external or embedded file. +type PdfFilespec struct{Type _cee .PdfObject ;FS _cee .PdfObject ;F _cee .PdfObject ;UF _cee .PdfObject ;DOS _cee .PdfObject ;Mac _cee .PdfObject ;Unix _cee .PdfObject ;ID _cee .PdfObject ;V _cee .PdfObject ;EF _cee .PdfObject ;RF _cee .PdfObject ;Desc _cee .PdfObject ; +CI _cee .PdfObject ;AFRelationship _cee .PdfObject ;_gbfeg _cee .PdfObject ;}; -// PdfOutlineTreeNode contains common fields used by the outline and outline -// item objects. -type PdfOutlineTreeNode struct{_eeedb interface{};First *PdfOutlineTreeNode ;Last *PdfOutlineTreeNode ;}; +// PdfAnnotationRedact represents Redact annotations. +// (Section 12.5.6.23). +type PdfAnnotationRedact struct{*PdfAnnotation ;*PdfAnnotationMarkup ;QuadPoints _cee .PdfObject ;IC _cee .PdfObject ;RO _cee .PdfObject ;OverlayText _cee .PdfObject ;Repeat _cee .PdfObject ;DA _cee .PdfObject ;Q _cee .PdfObject ;}; -// ColorFromFloats returns a new PdfColor based on the input slice of color -// components. -func (_beab *PdfColorspaceSpecialPattern )ColorFromFloats (vals []float64 )(PdfColor ,error ){if _beab .UnderlyingCS ==nil {return nil ,_dcf .New ("u\u006e\u0064\u0065\u0072\u006c\u0079i\u006e\u0067\u0020\u0043\u0053\u0020\u006e\u006f\u0074 \u0073\u0070\u0065c\u0069f\u0069\u0065\u0064"); -};return _beab .UnderlyingCS .ColorFromFloats (vals );}; +// BorderStyle defines border type, typically used for annotations. +type BorderStyle int ; -// GetRevision returns the specific version of the PdfReader for the current Pdf document -func (_adcdg *PdfReader )GetRevision (revisionNumber int )(*PdfReader ,error ){_abacd :=_adcdg ._ebbe .GetRevisionNumber ();if revisionNumber < 0||revisionNumber > _abacd {return nil ,_dcf .New ("w\u0072\u006f\u006e\u0067 r\u0065v\u0069\u0073\u0069\u006f\u006e \u006e\u0075\u006d\u0062\u0065\u0072"); -};if revisionNumber ==_abacd {return _adcdg ,nil ;};if _adcdg ._dfeg [revisionNumber ]!=nil {return _adcdg ._dfeg [revisionNumber ],nil ;};_bedbc :=_adcdg ;for _aaaad :=_abacd -1;_aaaad >=revisionNumber ;_aaaad --{_bbcgd ,_caffc :=_bedbc .GetPreviousRevision (); -if _caffc !=nil {return nil ,_caffc ;};_adcdg ._dfeg [_aaaad ]=_bbcgd ;_bedbc =_bbcgd ;};return _bedbc ,nil ;};var _baffe =map[string ]struct{}{"\u0054\u0069\u0074l\u0065":{},"\u0041\u0075\u0074\u0068\u006f\u0072":{},"\u0053u\u0062\u006a\u0065\u0063\u0074":{},"\u004b\u0065\u0079\u0077\u006f\u0072\u0064\u0073":{},"\u0043r\u0065\u0061\u0074\u006f\u0072":{},"\u0050\u0072\u006f\u0064\u0075\u0063\u0065\u0072":{},"\u0054r\u0061\u0070\u0070\u0065\u0064":{},"\u0043\u0072\u0065a\u0074\u0069\u006f\u006e\u0044\u0061\u0074\u0065":{},"\u004do\u0064\u0044\u0061\u0074\u0065":{}}; +// NewPdfColorspaceDeviceGray returns a new grayscale colorspace. +func NewPdfColorspaceDeviceGray ()*PdfColorspaceDeviceGray {return &PdfColorspaceDeviceGray {}}; +// Subtype returns the font's "Subtype" field. +func (_cgeg *PdfFont )Subtype ()string {_dbee :=_cgeg .baseFields ()._ccdeg ;if _agfb ,_bggb :=_cgeg ._bggcf .(*pdfFontType0 );_bggb {_dbee =_dbee +"\u003a"+_agfb .DescendantFont .Subtype ();};return _dbee ;};func (_efcef *LTV )generateVRIKey (_cbfee *PdfSignature )(string ,error ){_dgeed ,_fcddd :=_cefaf (_cbfee .Contents .Bytes ()); +if _fcddd !=nil {return "",_fcddd ;};return _ad .ToUpper (_aa .EncodeToString (_dgeed )),nil ;}; -// NewPdfAnnotation3D returns a new 3d annotation. -func NewPdfAnnotation3D ()*PdfAnnotation3D {_bdfd :=NewPdfAnnotation ();_dca :=&PdfAnnotation3D {};_dca .PdfAnnotation =_bdfd ;_bdfd .SetContext (_dca );return _dca ;}; +// ToPdfObject implements interface PdfModel. +func (_acba *PdfAnnotationLink )ToPdfObject ()_cee .PdfObject {_acba .PdfAnnotation .ToPdfObject ();_cbdf :=_acba ._eddc ;_bbf :=_cbdf .PdfObject .(*_cee .PdfObjectDictionary );_bbf .SetIfNotNil ("\u0053u\u0062\u0074\u0079\u0070\u0065",_cee .MakeName ("\u004c\u0069\u006e\u006b")); +if _acba ._bef !=nil &&_acba ._bef ._afe !=nil {_bbf .Set ("\u0041",_acba ._bef ._afe .ToPdfObject ());}else if _acba .A !=nil {_bbf .Set ("\u0041",_acba .A );};_bbf .SetIfNotNil ("\u0044\u0065\u0073\u0074",_acba .Dest );_bbf .SetIfNotNil ("\u0048",_acba .H ); +_bbf .SetIfNotNil ("\u0050\u0041",_acba .PA );_bbf .SetIfNotNil ("\u0051\u0075\u0061\u0064\u0050\u006f\u0069\u006e\u0074\u0073",_acba .QuadPoints );_bbf .SetIfNotNil ("\u0042\u0053",_acba .BS );return _cbdf ;}; -// PdfColorPatternType2 represents a color shading pattern type 2 (Axial). -type PdfColorPatternType2 struct{Color PdfColor ;PatternName _eb .PdfObjectName ;}; +// GetChildren returns the children of the K dictionary object. +func (_cgfa *KDict )GetChildren ()[]*KValue {return _cgfa ._affgf }; -// String returns a human readable description of `fontfile`. -func (_ccded *fontFile )String ()string {_agdgg :="\u005b\u004e\u006f\u006e\u0065\u005d";if _ccded ._gggff !=nil {_agdgg =_ccded ._gggff .String ();};return _e .Sprintf ("\u0046O\u004e\u0054\u0046\u0049\u004c\u0045\u007b\u0025\u0023\u0071\u0020e\u006e\u0063\u006f\u0064\u0065\u0072\u003d\u0025\u0073\u007d",_ccded ._cddc ,_agdgg ); -}; +// Encoder returns the font's text encoder. +func (_bagge pdfFontType0 )Encoder ()_dae .TextEncoder {return _bagge ._daac }; -// NewPdfAnnotationLink returns a new link annotation. -func NewPdfAnnotationLink ()*PdfAnnotationLink {_dcg :=NewPdfAnnotation ();_ggfe :=&PdfAnnotationLink {};_ggfe .PdfAnnotation =_dcg ;_dcg .SetContext (_ggfe );return _ggfe ;}; +// SetPrintArea sets the value of the printArea. +func (_fffda *ViewerPreferences )SetPrintArea (printArea PageBoundary ){_fffda ._eedee =printArea }; -// GetPdfInfo returns the PDF info dictionary. -func (_fffbc *PdfReader )GetPdfInfo ()(*PdfInfo ,error ){_eegag ,_accc :=_fffbc .GetTrailer ();if _accc !=nil {return nil ,_accc ;};var _eddc *_eb .PdfObjectDictionary ;_fecbcf :=_eegag .Get ("\u0049\u006e\u0066\u006f");switch _aadce :=_fecbcf .(type ){case *_eb .PdfObjectReference :_cbdfa :=_aadce ; -_fecbcf ,_accc =_fffbc .GetIndirectObjectByNumber (int (_cbdfa .ObjectNumber ));_fecbcf =_eb .TraceToDirectObject (_fecbcf );if _accc !=nil {return nil ,_accc ;};_eddc ,_ =_fecbcf .(*_eb .PdfObjectDictionary );case *_eb .PdfObjectDictionary :_eddc =_aadce ; -};if _eddc ==nil {return nil ,_dcf .New ("I\u006e\u0066\u006f\u0020\u0064\u0069c\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u0020\u006eo\u0074\u0020\u0070r\u0065s\u0065\u006e\u0074");};_eefbg ,_accc :=NewPdfInfoFromObject (_eddc );if _accc !=nil {return nil ,_accc ; -};return _eefbg ,nil ;};func (_gcaga *pdfFontType0 )getFontDescriptor ()*PdfFontDescriptor {if _gcaga ._bged ==nil &&_gcaga .DescendantFont !=nil {return _gcaga .DescendantFont .FontDescriptor ();};return _gcaga ._bged ;}; +// NewPdfAnnotationStamp returns a new stamp annotation. +func NewPdfAnnotationStamp ()*PdfAnnotationStamp {_gec :=NewPdfAnnotation ();_eagb :=&PdfAnnotationStamp {};_eagb .PdfAnnotation =_gec ;_eagb .PdfAnnotationMarkup =&PdfAnnotationMarkup {};_gec .SetContext (_eagb );return _eagb ;}; -// NewPdfFilespecFromObj creates and returns a new PdfFilespec object. -func NewPdfFilespecFromObj (obj _eb .PdfObject )(*PdfFilespec ,error ){_edgff :=&PdfFilespec {};var _fgfc *_eb .PdfObjectDictionary ;if _agaa ,_dcfcc :=_eb .GetIndirect (obj );_dcfcc {_edgff ._cbefe =_agaa ;_daeff ,_dbee :=_eb .GetDict (_agaa .PdfObject ); -if !_dbee {_ddb .Log .Debug ("\u004f\u0062\u006a\u0065c\u0074\u0020\u006e\u006f\u0074\u0020\u0061\u0020\u0064\u0069c\u0074i\u006f\u006e\u0061\u0072\u0079\u0020\u0074y\u0070\u0065");return nil ,_eb .ErrTypeError ;};_fgfc =_daeff ;}else if _cddeg ,_begfb :=_eb .GetDict (obj ); -_begfb {_edgff ._cbefe =_cddeg ;_fgfc =_cddeg ;}else {_ddb .Log .Debug ("O\u0062\u006a\u0065\u0063\u0074\u0020t\u0079\u0070\u0065\u0020\u0075\u006e\u0065\u0078\u0070e\u0063\u0074\u0065d\u0020(\u0025\u0054\u0029",obj );return nil ,_eb .ErrTypeError ;};if _fgfc ==nil {_ddb .Log .Debug ("\u0044i\u0063t\u0069\u006f\u006e\u0061\u0072y\u0020\u006di\u0073\u0073\u0069\u006e\u0067"); -return nil ,_dcf .New ("\u0064\u0069\u0063t\u0020\u006d\u0069\u0073\u0073\u0069\u006e\u0067");};if _gceb :=_fgfc .Get ("\u0054\u0079\u0070\u0065");_gceb !=nil {_gfgg ,_bcab :=_gceb .(*_eb .PdfObjectName );if !_bcab {_ddb .Log .Trace ("\u0049\u006e\u0063\u006f\u006d\u0070\u0061\u0074\u0069\u0062\u0069\u006c\u0069\u0074\u0079\u0021\u0020\u0049\u006e\u0076a\u006c\u0069\u0064\u0020\u0074\u0079\u0070\u0065\u0020\u006f\u0066\u0020\u0054\u0079\u0070\u0065\u0020\u0028\u0025\u0054\u0029\u0020\u002d\u0020\u0073\u0068\u006f\u0075\u006c\u0064 \u0062\u0065\u0020\u004e\u0061m\u0065",_gceb ); -}else {if *_gfgg !="\u0046\u0069\u006c\u0065\u0073\u0070\u0065\u0063"{_ddb .Log .Trace ("\u0055\u006e\u0073\u0075\u0073\u0070e\u0063\u0074\u0065\u0064\u0020\u0054\u0079\u0070\u0065\u0020\u0021\u003d\u0020F\u0069\u006c\u0065\u0073\u0070\u0065\u0063 \u0028\u0025\u0073\u0029",*_gfgg ); -};};};if _efeg :=_fgfc .Get ("\u0046\u0053");_efeg !=nil {_edgff .FS =_efeg ;};if _baeed :=_fgfc .Get ("\u0046");_baeed !=nil {_edgff .F =_baeed ;};if _ccdb :=_fgfc .Get ("\u0055\u0046");_ccdb !=nil {_edgff .UF =_ccdb ;};if _dgcb :=_fgfc .Get ("\u0044\u004f\u0053"); -_dgcb !=nil {_edgff .DOS =_dgcb ;};if _cbfc :=_fgfc .Get ("\u004d\u0061\u0063");_cbfc !=nil {_edgff .Mac =_cbfc ;};if _fgbgc :=_fgfc .Get ("\u0055\u006e\u0069\u0078");_fgbgc !=nil {_edgff .Unix =_fgbgc ;};if _aedc :=_fgfc .Get ("\u0049\u0044");_aedc !=nil {_edgff .ID =_aedc ; -};if _dfec :=_fgfc .Get ("\u0056");_dfec !=nil {_edgff .V =_dfec ;};if _dagf :=_fgfc .Get ("\u0045\u0046");_dagf !=nil {_edgff .EF =_dagf ;};if _edged :=_fgfc .Get ("\u0052\u0046");_edged !=nil {_edgff .RF =_edged ;};if _bfbaf :=_fgfc .Get ("\u0044\u0065\u0073\u0063"); -_bfbaf !=nil {_edgff .Desc =_bfbaf ;};if _cbge :=_fgfc .Get ("\u0043\u0049");_cbge !=nil {_edgff .CI =_cbge ;};if _agad :=_fgfc .Get ("\u0041\u0046\u0052\u0065\u006c\u0061\u0074\u0069\u006fn\u0073\u0068\u0069\u0070");_agad !=nil {_edgff .AFRelationship =_agad ; -};return _edgff ,nil ;};func (_dgfe *PdfField )inherit (_aega func (*PdfField )bool )(bool ,error ){_fegd :=map[*PdfField ]bool {};_gbbgd :=false ;_cecbf :=_dgfe ;for _cecbf !=nil {if _ ,_gdec :=_fegd [_cecbf ];_gdec {return false ,_dcf .New ("\u0072\u0065\u0063\u0075rs\u0069\u0076\u0065\u0020\u0074\u0072\u0061\u0076\u0065\u0072\u0073\u0061\u006c"); -};_cdaaeg :=_aega (_cecbf );if _cdaaeg {_gbbgd =true ;break ;};_fegd [_cecbf ]=true ;_cecbf =_cecbf .Parent ;};return _gbbgd ,nil ;}; +// ToGoImage converts the unidoc Image to a golang Image structure. +func (_gdade *Image )ToGoImage ()(_bg .Image ,error ){_fca .Log .Trace ("\u0043\u006f\u006e\u0076er\u0074\u0069\u006e\u0067\u0020\u0074\u006f\u0020\u0067\u006f\u0020\u0069\u006d\u0061g\u0065");_fgbda ,_aagge :=_ca .NewImage (int (_gdade .Width ),int (_gdade .Height ),int (_gdade .BitsPerComponent ),_gdade .ColorComponents ,_gdade .Data ,_gdade ._cbfg ,_gdade ._cabgb ); +if _aagge !=nil {return nil ,_aagge ;};return _fgbda ,nil ;}; -// GetPreviousRevision returns the previous revision of PdfReader for the Pdf document -func (_eecca *PdfReader )GetPreviousRevision ()(*PdfReader ,error ){if _eecca ._ebbe .GetRevisionNumber ()==0{return nil ,_dcf .New ("\u0070\u0072e\u0076\u0069\u006f\u0075\u0073\u0020\u0076\u0065\u0072\u0073\u0069\u006f\u006e\u0020\u0069\u0073\u0020\u006e\u006f\u0074\u0020\u0065xi\u0073\u0074"); -};if _caeaeg ,_bgedb :=_eecca ._dbag [_eecca ];_bgedb {return _caeaeg ,nil ;};_aebefc ,_cbcfa :=_eecca ._ebbe .GetPreviousRevisionReadSeeker ();if _cbcfa !=nil {return nil ,_cbcfa ;};_bgabg ,_cbcfa :=_dcgfe (_aebefc ,_eecca ._eacdg ,_eecca ._daag ,"\u006do\u0064\u0065\u006c\u003aG\u0065\u0074\u0050\u0072\u0065v\u0069o\u0075s\u0052\u0065\u0076\u0069\u0073\u0069\u006fn"); -if _cbcfa !=nil {return nil ,_cbcfa ;};_eecca ._dfeg [_eecca ._ebbe .GetRevisionNumber ()-1]=_bgabg ;_eecca ._dbag [_eecca ]=_bgabg ;_bgabg ._dbag =_eecca ._dbag ;return _bgabg ,nil ;}; +// ToPdfObject converts the pdfFontSimple to its PDF representation for outputting. +func (_aafgg *pdfFontSimple )ToPdfObject ()_cee .PdfObject {if _aafgg ._eggbg ==nil {_aafgg ._eggbg =&_cee .PdfIndirectObject {};};_ebgg :=_aafgg .baseFields ().asPdfObjectDictionary ("");_aafgg ._eggbg .PdfObject =_ebgg ;if _aafgg .FirstChar !=nil {_ebgg .Set ("\u0046i\u0072\u0073\u0074\u0043\u0068\u0061r",_aafgg .FirstChar ); +};if _aafgg .LastChar !=nil {_ebgg .Set ("\u004c\u0061\u0073\u0074\u0043\u0068\u0061\u0072",_aafgg .LastChar );};if _aafgg .Widths !=nil {_ebgg .Set ("\u0057\u0069\u0064\u0074\u0068\u0073",_aafgg .Widths );};if _aafgg .Encoding !=nil {_ebgg .Set ("\u0045\u006e\u0063\u006f\u0064\u0069\u006e\u0067",_aafgg .Encoding ); +}else if _aafgg ._bgggf !=nil {_fdcg :=_aafgg ._bgggf .ToPdfObject ();if _fdcg !=nil {_ebgg .Set ("\u0045\u006e\u0063\u006f\u0064\u0069\u006e\u0067",_fdcg );};};return _aafgg ._eggbg ;};func (_beae *PdfReader )newPdfAnnotationProjectionFromDict (_dbba *_cee .PdfObjectDictionary )(*PdfAnnotationProjection ,error ){_gfec :=&PdfAnnotationProjection {}; +_fbbf ,_afeb :=_beae .newPdfAnnotationMarkupFromDict (_dbba );if _afeb !=nil {return nil ,_afeb ;};_gfec .PdfAnnotationMarkup =_fbbf ;return _gfec ,nil ;}; -// ColorFromPdfObjects returns a new PdfColor based on the input slice of color -// components. The slice should contain a single PdfObjectFloat element. -func (_ecaf *PdfColorspaceSpecialIndexed )ColorFromPdfObjects (objects []_eb .PdfObject )(PdfColor ,error ){if len (objects )!=1{return nil ,_dcf .New ("r\u0061\u006e\u0067\u0065\u0020\u0063\u0068\u0065\u0063\u006b");};_agfbg ,_dfcb :=_eb .GetNumbersAsFloat (objects ); -if _dfcb !=nil {return nil ,_dfcb ;};return _ecaf .ColorFromFloats (_agfbg );}; +// AddExtension adds the specified extension to the Extensions dictionary. +// See section 7.1.2 "Extensions Dictionary" (pp. 108-109 PDF32000_2008). +func (_deeda *PdfWriter )AddExtension (extName ,baseVersion string ,extLevel int ){_cada ,_bffegb :=_cee .GetDict (_deeda ._cdebc .Get ("\u0045\u0078\u0074\u0065\u006e\u0073\u0069\u006f\u006e\u0073"));if !_bffegb {_cada =_cee .MakeDict ();_deeda ._cdebc .Set ("\u0045\u0078\u0074\u0065\u006e\u0073\u0069\u006f\u006e\u0073",_cada ); +};_aadd ,_bffegb :=_cee .GetDict (_cada .Get (_cee .PdfObjectName (extName )));if !_bffegb {_aadd =_cee .MakeDict ();_cada .Set (_cee .PdfObjectName (extName ),_aadd );};if _acea ,_ :=_cee .GetNameVal (_aadd .Get ("B\u0061\u0073\u0065\u0056\u0065\u0072\u0073\u0069\u006f\u006e")); +_acea !=baseVersion {_aadd .Set ("B\u0061\u0073\u0065\u0056\u0065\u0072\u0073\u0069\u006f\u006e",_cee .MakeName (baseVersion ));};if _eafcd ,_ :=_cee .GetIntVal (_aadd .Get ("\u0045\u0078\u0074\u0065\u006e\u0073\u0069\u006f\u006eL\u0065\u0076\u0065\u006c")); +_eafcd !=extLevel {_aadd .Set ("\u0045\u0078\u0074\u0065\u006e\u0073\u0069\u006f\u006eL\u0065\u0076\u0065\u006c",_cee .MakeInteger (int64 (extLevel )));};}; -// PdfTransformParamsDocMDP represents a transform parameters dictionary for the DocMDP method and is used to detect -// modifications relative to a signature field that is signed by the author of a document. -// (Section 12.8.2.2, Table 254 - Entries in the DocMDP transform parameters dictionary p. 471 in PDF32000_2008). -type PdfTransformParamsDocMDP struct{Type *_eb .PdfObjectName ;P *_eb .PdfObjectInteger ;V *_eb .PdfObjectName ;}; +// PdfShadingType4 is a Free-form Gouraud-shaded triangle mesh. +type PdfShadingType4 struct{*PdfShading ;BitsPerCoordinate *_cee .PdfObjectInteger ;BitsPerComponent *_cee .PdfObjectInteger ;BitsPerFlag *_cee .PdfObjectInteger ;Decode *_cee .PdfObjectArray ;Function []PdfFunction ;};func (_fbcdd *PdfReader )resolveReference (_eadgc *_cee .PdfObjectReference )(_cee .PdfObject ,bool ,error ){_afgfb ,_bggfffg :=_fbcdd ._ffdgf .ObjCache [int (_eadgc .ObjectNumber )]; +if !_bggfffg {_fca .Log .Trace ("R\u0065\u0061\u0064\u0065r \u004co\u006f\u006b\u0075\u0070\u0020r\u0065\u0066\u003a\u0020\u0025\u0073",_eadgc );_gaae ,_fgbg :=_fbcdd ._ffdgf .LookupByReference (*_eadgc );if _fgbg !=nil {return nil ,false ,_fgbg ;};_fbcdd ._ffdgf .ObjCache [int (_eadgc .ObjectNumber )]=_gaae ; +return _gaae ,false ,nil ;};return _afgfb ,true ,nil ;};func _aefb (_dea _cee .PdfObject )(*PdfColorspaceLab ,error ){_gfgga :=NewPdfColorspaceLab ();if _fdefb ,_gdeb :=_dea .(*_cee .PdfIndirectObject );_gdeb {_gfgga ._acff =_fdefb ;};_dea =_cee .TraceToDirectObject (_dea ); +_cag ,_gfcb :=_dea .(*_cee .PdfObjectArray );if !_gfcb {return nil ,_e .Errorf ("\u0074\u0079\u0070\u0065\u0020\u0065\u0072\u0072\u006f\u0072");};if _cag .Len ()!=2{return nil ,_e .Errorf ("\u0069n\u0076\u0061\u006c\u0069d\u0020\u0043\u0061\u006c\u0052G\u0042 \u0063o\u006c\u006f\u0072\u0073\u0070\u0061\u0063e"); +};_dea =_cee .TraceToDirectObject (_cag .Get (0));_efdcb ,_gfcb :=_dea .(*_cee .PdfObjectName );if !_gfcb {return nil ,_e .Errorf ("\u006c\u0061\u0062\u0020\u006e\u0061\u006d\u0065\u0020\u006e\u006ft\u0020\u0061\u0020\u004e\u0061\u006d\u0065\u0020\u006f\u0062j\u0065\u0063\u0074"); +};if *_efdcb !="\u004c\u0061\u0062"{return nil ,_e .Errorf ("n\u006ft\u0020\u0061\u0020\u004c\u0061\u0062\u0020\u0063o\u006c\u006f\u0072\u0073pa\u0063\u0065");};_dea =_cee .TraceToDirectObject (_cag .Get (1));_aedg ,_gfcb :=_dea .(*_cee .PdfObjectDictionary ); +if !_gfcb {return nil ,_e .Errorf ("c\u006f\u006c\u006f\u0072\u0073\u0070\u0061\u0063\u0065\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061r\u0079\u0020\u006d\u0069\u0073\u0073\u0069\u006e\u0067\u0020or\u0020\u0069\u006ev\u0061l\u0069\u0064");};_dea =_aedg .Get ("\u0057\u0068\u0069\u0074\u0065\u0050\u006f\u0069\u006e\u0074"); +_dea =_cee .TraceToDirectObject (_dea );_eccad ,_gfcb :=_dea .(*_cee .PdfObjectArray );if !_gfcb {return nil ,_e .Errorf ("\u004c\u0061\u0062\u0020In\u0076\u0061\u006c\u0069\u0064\u0020\u0057\u0068\u0069\u0074\u0065\u0050\u006f\u0069n\u0074");};if _eccad .Len ()!=3{return nil ,_e .Errorf ("\u004c\u0061b\u003a\u0020\u0049\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0057\u0068\u0069\u0074\u0065\u0050\u006f\u0069\u006e\u0074\u0020\u0061rr\u0061\u0079"); +};_afbaf ,_eaead :=_eccad .GetAsFloat64Slice ();if _eaead !=nil {return nil ,_eaead ;};_gfgga .WhitePoint =_afbaf ;_dea =_aedg .Get ("\u0042\u006c\u0061\u0063\u006b\u0050\u006f\u0069\u006e\u0074");if _dea !=nil {_dea =_cee .TraceToDirectObject (_dea ); +_adfeb ,_agfc :=_dea .(*_cee .PdfObjectArray );if !_agfc {return nil ,_e .Errorf ("\u004c\u0061\u0062: \u0049\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0042\u006c\u0061\u0063\u006b\u0050\u006f\u0069\u006e\u0074");};if _adfeb .Len ()!=3{return nil ,_e .Errorf ("\u004c\u0061b\u003a\u0020\u0049\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0042\u006c\u0061\u0063\u006b\u0050\u006f\u0069\u006e\u0074\u0020\u0061rr\u0061\u0079"); +};_cfef ,_ccaf :=_adfeb .GetAsFloat64Slice ();if _ccaf !=nil {return nil ,_ccaf ;};_gfgga .BlackPoint =_cfef ;};_dea =_aedg .Get ("\u0052\u0061\u006eg\u0065");if _dea !=nil {_dea =_cee .TraceToDirectObject (_dea );_daae ,_begf :=_dea .(*_cee .PdfObjectArray ); +if !_begf {_fca .Log .Error ("\u0052\u0061n\u0067\u0065\u0020t\u0079\u0070\u0065\u0020\u0065\u0072\u0072\u006f\u0072");return nil ,_e .Errorf ("\u004ca\u0062:\u0020\u0054\u0079\u0070\u0065\u0020\u0065\u0072\u0072\u006f\u0072");};if _daae .Len ()!=4{_fca .Log .Error ("\u0052\u0061\u006e\u0067\u0065\u0020\u0072\u0061\u006e\u0067\u0065\u0020e\u0072\u0072\u006f\u0072"); +return nil ,_e .Errorf ("\u004c\u0061b\u003a\u0020\u0052a\u006e\u0067\u0065\u0020\u0065\u0072\u0072\u006f\u0072");};_gaag ,_aaff :=_daae .GetAsFloat64Slice ();if _aaff !=nil {return nil ,_aaff ;};_gfgga .Range =_gaag ;};return _gfgga ,nil ;}; -// NewPdfAnnotationProjection returns a new projection annotation. -func NewPdfAnnotationProjection ()*PdfAnnotationProjection {_bcee :=NewPdfAnnotation ();_cbd :=&PdfAnnotationProjection {};_cbd .PdfAnnotation =_bcee ;_cbd .PdfAnnotationMarkup =&PdfAnnotationMarkup {};_bcee .SetContext (_cbd );return _cbd ;};func _faeef (_agaee *PdfField ,_ddbff _eb .PdfObject ){for _ ,_abdb :=range _agaee .Annotations {_abdb .AS =_ddbff ; -_abdb .ToPdfObject ();};}; +// ReplacePage replaces the original page to a new page. +func (_ggdc *PdfAppender )ReplacePage (pageNum int ,page *PdfPage ){_bfab :=pageNum -1;for _efc :=range _ggdc ._afca {if _efc ==_bfab {_bfae :=page .Duplicate ();_adfebd (_bfae );_ggdc ._afca [_efc ]=_bfae ;};};}; -// ColorFromFloats returns a new PdfColor based on the input slice of color -// components. The slice should contain three elements representing the -// A, B and C components of the color. The values of the elements should be -// between 0 and 1. -func (_agceg *PdfColorspaceCalRGB )ColorFromFloats (vals []float64 )(PdfColor ,error ){if len (vals )!=3{return nil ,_dcf .New ("r\u0061\u006e\u0067\u0065\u0020\u0063\u0068\u0065\u0063\u006b");};_bbbbe :=vals [0];if _bbbbe < 0.0||_bbbbe > 1.0{_ddb .Log .Debug ("\u0063\u006f\u006cor\u0020\u006f\u0075\u0074\u0020\u006f\u0066\u0020\u0043\u0053\u0020\u0072\u0061\u006e\u0067\u0065\u003a\u0020",_bbbbe ); -return nil ,ErrColorOutOfRange ;};_fdgg :=vals [1];if _fdgg < 0.0||_fdgg > 1.0{_ddb .Log .Debug ("\u0063\u006f\u006cor\u0020\u006f\u0075\u0074\u0020\u006f\u0066\u0020\u0043\u0053\u0020\u0072\u0061\u006e\u0067\u0065\u003a\u0020",_fdgg );return nil ,ErrColorOutOfRange ; -};_ccbb :=vals [2];if _ccbb < 0.0||_ccbb > 1.0{_ddb .Log .Debug ("\u0063\u006f\u006cor\u0020\u006f\u0075\u0074\u0020\u006f\u0066\u0020\u0043\u0053\u0020\u0072\u0061\u006e\u0067\u0065\u003a\u0020",_ccbb );return nil ,ErrColorOutOfRange ;};_fefad :=NewPdfColorCalRGB (_bbbbe ,_fdgg ,_ccbb ); -return _fefad ,nil ;}; +// GetContainingPdfObject returns the container of the outline (indirect object). +func (_cafc *PdfOutline )GetContainingPdfObject ()_cee .PdfObject {return _cafc ._bbda };var _ pdfFont =(*pdfCIDFontType0 )(nil );func (_ecbcb *PdfPage )setContainer (_bbecg *_cee .PdfIndirectObject ){_bbecg .PdfObject =_ecbcb ._cfdab ;_ecbcb ._bafab =_bbecg ; +};func (_dgdbd *fontFile )loadFromSegments (_efcf ,_ecgc []byte )error {_fca .Log .Trace ("\u006c\u006f\u0061dF\u0072\u006f\u006d\u0053\u0065\u0067\u006d\u0065\u006e\u0074\u0073\u003a\u0020\u0025\u0064\u0020\u0025\u0064",len (_efcf ),len (_ecgc ));_ddcdf :=_dgdbd .parseASCIIPart (_efcf ); +if _ddcdf !=nil {return _ddcdf ;};_fca .Log .Trace ("f\u006f\u006e\u0074\u0066\u0069\u006c\u0065\u003d\u0025\u0073",_dgdbd );if len (_ecgc )==0{return nil ;};_fca .Log .Trace ("f\u006f\u006e\u0074\u0066\u0069\u006c\u0065\u003d\u0025\u0073",_dgdbd );return nil ; +};func (_gcfff *pdfFontType0 )bytesToCharcodes (_geba []byte )([]_dae .CharCode ,bool ){if _gcfff ._dcffd ==nil {return nil ,false ;};_efga ,_edef :=_gcfff ._dcffd .BytesToCharcodes (_geba );if !_edef {return nil ,false ;};_degeb :=make ([]_dae .CharCode ,len (_efga )); +for _adcfd ,_edgba :=range _efga {_degeb [_adcfd ]=_dae .CharCode (_edgba );};return _degeb ,true ;}; -// SetDisplayDocTitle sets the value of the displayDocTitle flag. -func (_cafdd *ViewerPreferences )SetDisplayDocTitle (displayDocTitle bool ){_cafdd ._bgdge =&displayDocTitle ;}; +// SetFitWindow sets the value of the fitWindow flag. +func (_ddaff *ViewerPreferences )SetFitWindow (fitWindow bool ){_ddaff ._cbdgc =&fitWindow }; -// FontDescriptor returns font's PdfFontDescriptor. This may be a builtin descriptor for standard 14 -// fonts but must be an explicit descriptor for other fonts. -func (_bgcb *PdfFont )FontDescriptor ()*PdfFontDescriptor {if _bgcb .baseFields ()._bged !=nil {return _bgcb .baseFields ()._bged ;};if _eaaea :=_bgcb ._fdaa .getFontDescriptor ();_eaaea !=nil {return _eaaea ;};_ddb .Log .Error ("\u0041\u006cl \u0066\u006f\u006et\u0073\u0020\u0068\u0061ve \u0061 D\u0065\u0073\u0063\u0072\u0069\u0070\u0074or\u002e\u0020\u0066\u006f\u006e\u0074\u003d%\u0073",_bgcb ); -return nil ;}; +// ColorToRGB converts a CalGray color to an RGB color. +func (_gdfg *PdfColorspaceCalGray )ColorToRGB (color PdfColor )(PdfColor ,error ){_cbgb ,_cace :=color .(*PdfColorCalGray );if !_cace {_fca .Log .Debug ("\u0049n\u0070\u0075\u0074\u0020\u0063\u006f\u006c\u006f\u0072\u0020\u006eo\u0074\u0020\u0063\u0061\u006c\u0020\u0067\u0072\u0061\u0079"); +return nil ,_cdf .New ("\u0074\u0079p\u0065\u0020\u0063h\u0065\u0063\u006b\u0020\u0065\u0072\u0072\u006f\u0072");};ANorm :=_cbgb .Val ();X :=_gdfg .WhitePoint [0]*_aaa .Pow (ANorm ,_gdfg .Gamma );Y :=_gdfg .WhitePoint [1]*_aaa .Pow (ANorm ,_gdfg .Gamma ); +Z :=_gdfg .WhitePoint [2]*_aaa .Pow (ANorm ,_gdfg .Gamma );_bfda :=3.240479*X +-1.537150*Y +-0.498535*Z ;_adbc :=-0.969256*X +1.875992*Y +0.041556*Z ;_eadf :=0.055648*X +-0.204043*Y +1.057311*Z ;_bfda =_aaa .Min (_aaa .Max (_bfda ,0),1.0);_adbc =_aaa .Min (_aaa .Max (_adbc ,0),1.0); +_eadf =_aaa .Min (_aaa .Max (_eadf ,0),1.0);return NewPdfColorDeviceRGB (_bfda ,_adbc ,_eadf ),nil ;}; -// ToPdfObject implements interface PdfModel. -func (_cdab *PdfAnnotationFileAttachment )ToPdfObject ()_eb .PdfObject {_cdab .PdfAnnotation .ToPdfObject ();_cfceb :=_cdab ._ggf ;_edbg :=_cfceb .PdfObject .(*_eb .PdfObjectDictionary );_cdab .PdfAnnotationMarkup .appendToPdfDictionary (_edbg );_edbg .SetIfNotNil ("\u0053u\u0062\u0074\u0079\u0070\u0065",_eb .MakeName ("\u0046\u0069\u006c\u0065\u0041\u0074\u0074\u0061\u0063h\u006d\u0065\u006e\u0074")); -_edbg .SetIfNotNil ("\u0046\u0053",_cdab .FS );_edbg .SetIfNotNil ("\u004e\u0061\u006d\u0065",_cdab .Name );return _cfceb ;}; +// ToPdfObject returns colorspace in a PDF object format [name stream] +func (_gebg *PdfColorspaceICCBased )ToPdfObject ()_cee .PdfObject {_cdaf :=&_cee .PdfObjectArray {};_cdaf .Append (_cee .MakeName ("\u0049\u0043\u0043\u0042\u0061\u0073\u0065\u0064"));var _bfbd *_cee .PdfObjectStream ;if _gebg ._gcdbe !=nil {_bfbd =_gebg ._gcdbe ; +}else {_bfbd =&_cee .PdfObjectStream {};};_abcgc :=_cee .MakeDict ();_abcgc .Set ("\u004e",_cee .MakeInteger (int64 (_gebg .N )));if _gebg .Alternate !=nil {_abcgc .Set ("\u0041l\u0074\u0065\u0072\u006e\u0061\u0074e",_gebg .Alternate .ToPdfObject ());}; +if _gebg .Metadata !=nil {_abcgc .Set ("\u004d\u0065\u0074\u0061\u0064\u0061\u0074\u0061",_gebg .Metadata );};if _gebg .Range !=nil {var _daga []_cee .PdfObject ;for _ ,_eaga :=range _gebg .Range {_daga =append (_daga ,_cee .MakeFloat (_eaga ));};_abcgc .Set ("\u0052\u0061\u006eg\u0065",_cee .MakeArray (_daga ...)); +};_abcgc .Set ("\u004c\u0065\u006e\u0067\u0074\u0068",_cee .MakeInteger (int64 (len (_gebg .Data ))));_bfbd .Stream =_gebg .Data ;_bfbd .PdfObjectDictionary =_abcgc ;_cdaf .Append (_bfbd );if _gebg ._gagc !=nil {_gebg ._gagc .PdfObject =_cdaf ;return _gebg ._gagc ; +};return _cdaf ;};func _eddfe ()string {_dggagg .Lock ();defer _dggagg .Unlock ();return _aafgb }; -// PdfAnnotationSound represents Sound annotations. -// (Section 12.5.6.16). -type PdfAnnotationSound struct{*PdfAnnotation ;*PdfAnnotationMarkup ;Sound _eb .PdfObject ;Name _eb .PdfObject ;};var (StructureTypeParagraph ="\u0050";StructureTypeHeader ="\u0048";StructureTypeHeading1 ="\u0048\u0031";StructureTypeHeading2 ="\u0048\u0032"; -StructureTypeHeading3 ="\u0048\u0033";StructureTypeHeading4 ="\u0048\u0034";StructureTypeHeading5 ="\u0048\u0035";StructureTypeHeading6 ="\u0048\u0036";StructureTypeList ="\u004c";StructureTypeListItem ="\u004c\u0049";StructureTypeLabel ="\u004c\u0062\u006c"; -StructureTypeListBody ="\u004c\u0042\u006fd\u0079";StructureTypeTable ="\u0054\u0061\u0062l\u0065";StructureTypeTableRow ="\u0054\u0052";StructureTypeTableHeaderCell ="\u0054\u0048";StructureTypeTableData ="\u0054\u0044";StructureTypeTableHead ="\u0054\u0048\u0065a\u0064"; -StructureTypeTableBody ="\u0054\u0042\u006fd\u0079";StructureTypeTableFooter ="\u0054\u0046\u006fo\u0074";); +// NewPdfSignature creates a new PdfSignature object. +func NewPdfSignature (handler SignatureHandler )*PdfSignature {_bdadf :=&PdfSignature {Type :_cee .MakeName ("\u0053\u0069\u0067"),Handler :handler };_eccga :=&pdfSignDictionary {PdfObjectDictionary :_cee .MakeDict (),_efde :&handler ,_dddage :_bdadf }; +_bdadf ._gcfbb =_cee .MakeIndirectObject (_eccga );return _bdadf ;}; -// NewPdfColorspaceSpecialPattern returns a new pattern color. -func NewPdfColorspaceSpecialPattern ()*PdfColorspaceSpecialPattern {return &PdfColorspaceSpecialPattern {};};func (_bfffb *XObjectImage )getParamsDict ()*_eb .PdfObjectDictionary {_ccgab :=_eb .MakeDict ();_ccgab .Set ("\u0057\u0069\u0064t\u0068",_eb .MakeInteger (*_bfffb .Width )); -_ccgab .Set ("\u0048\u0065\u0069\u0067\u0068\u0074",_eb .MakeInteger (*_bfffb .Height ));_ccgab .Set ("\u0043o\u006co\u0072\u0043\u006f\u006d\u0070\u006f\u006e\u0065\u006e\u0074\u0073",_eb .MakeInteger (int64 (_bfffb .ColorSpace .GetNumComponents ()))); -_ccgab .Set ("\u0042\u0069t\u0073\u0050\u0065r\u0043\u006f\u006d\u0070\u006f\u006e\u0065\u006e\u0074",_eb .MakeInteger (*_bfffb .BitsPerComponent ));return _ccgab ;};func (_afdd *PdfAppender )replaceObject (_fegb ,_ccad _eb .PdfObject ){switch _aedb :=_fegb .(type ){case *_eb .PdfIndirectObject :_afdd ._ebcbc [_ccad ]=_aedb .ObjectNumber ; -case *_eb .PdfObjectStream :_afdd ._ebcbc [_ccad ]=_aedb .ObjectNumber ;};}; +// ToWriter creates a new writer from the current reader, based on the specified options. +// If no options are provided, all reader properties are copied to the writer. +func (_gacae *PdfReader )ToWriter (opts *ReaderToWriterOpts )(*PdfWriter ,error ){_bagdd :=NewPdfWriter ();_bagdd .SetFileName (_gacae ._ddbge );if opts ==nil {opts =&ReaderToWriterOpts {};};_bbcce ,_cadd :=_gacae .GetNumPages ();if _cadd !=nil {_fca .Log .Debug ("\u0045R\u0052\u004f\u0052\u003a\u0020\u0025v",_cadd ); +return nil ,_cadd ;};for _gfce :=1;_gfce <=_bbcce ;_gfce ++{_eaaeg ,_ccafge :=_gacae .GetPage (_gfce );if _ccafge !=nil {_fca .Log .Debug ("\u0045R\u0052\u004f\u0052\u003a\u0020\u0025v",_ccafge );return nil ,_ccafge ;};if opts .PageProcessCallback !=nil {_ccafge =opts .PageProcessCallback (_gfce ,_eaaeg ); +if _ccafge !=nil {_fca .Log .Debug ("\u0045R\u0052\u004f\u0052\u003a\u0020\u0025v",_ccafge );return nil ,_ccafge ;};}else if opts .PageCallback !=nil {opts .PageCallback (_gfce ,_eaaeg );};_ccafge =_bagdd .AddPage (_eaaeg );if _ccafge !=nil {_fca .Log .Debug ("\u0045R\u0052\u004f\u0052\u003a\u0020\u0025v",_ccafge ); +return nil ,_ccafge ;};};_bagdd ._gceef =_gacae .PdfVersion ();if !opts .SkipInfo {_bfba ,_ecffgd :=_gacae .GetPdfInfo ();if _ecffgd !=nil {_fca .Log .Debug ("\u0045R\u0052\u004f\u0052\u003a\u0020\u0025v",_ecffgd );}else {_bagdd ._cbfac .PdfObject =_bfba .ToPdfObject (); +};};if !opts .SkipMetadata {if _eadaec :=_gacae ._cacfe .Get ("\u004d\u0065\u0074\u0061\u0064\u0061\u0074\u0061");_eadaec !=nil {if _fecd :=_bagdd .SetCatalogMetadata (_eadaec );_fecd !=nil {return nil ,_fecd ;};};};if !opts .SkipMarkInfo {if _agfcef ,_ggcga :=_gacae .GetCatalogMarkInfo (); +_ggcga {if _cbded :=_bagdd .SetCatalogMarkInfo (_agfcef );_cbded !=nil {return nil ,_cbded ;};};};if !opts .SkipAcroForm {_cddcf :=_bagdd .SetForms (_gacae .AcroForm );if _cddcf !=nil {_fca .Log .Debug ("\u0045R\u0052\u004f\u0052\u003a\u0020\u0025v",_cddcf ); +return nil ,_cddcf ;};};if !opts .SkipViewerPreferences {if _caaae ,_bfdg :=_gacae .GetCatalogViewerPreferences ();_bfdg {if _ebae :=_bagdd .SetCatalogViewerPreferences (_caaae );_ebae !=nil {return nil ,_ebae ;};};};if !opts .SkipLanguage {if _baggb ,_cccgd :=_gacae .GetCatalogLanguage (); +_cccgd {if _beege :=_bagdd .SetCatalogLanguage (_baggb );_beege !=nil {return nil ,_beege ;};};};if !opts .SkipOutlines {_bagdd .AddOutlineTree (_gacae .GetOutlineTree ());};if !opts .SkipOCProperties {_gedbba ,_ebgc :=_gacae .GetOCProperties ();if _ebgc !=nil {_fca .Log .Debug ("\u0045R\u0052\u004f\u0052\u003a\u0020\u0025v",_ebgc ); +}else {_ebgc =_bagdd .SetOCProperties (_gedbba );if _ebgc !=nil {_fca .Log .Debug ("\u0045R\u0052\u004f\u0052\u003a\u0020\u0025v",_ebgc );};};};if !opts .SkipPageLabels {_fedb ,_ffgfgb :=_gacae .GetPageLabels ();if _ffgfgb !=nil {_fca .Log .Debug ("\u0045R\u0052\u004f\u0052\u003a\u0020\u0025v",_ffgfgb ); +}else {_ffgfgb =_bagdd .SetPageLabels (_fedb );if _ffgfgb !=nil {_fca .Log .Debug ("\u0045R\u0052\u004f\u0052\u003a\u0020\u0025v",_ffgfgb );};};};if !opts .SkipNamedDests {_bbbgd ,_eeegf :=_gacae .GetNamedDestinations ();if _eeegf !=nil {_fca .Log .Debug ("\u0045R\u0052\u004f\u0052\u003a\u0020\u0025v",_eeegf ); +}else {_eeegf =_bagdd .SetNamedDestinations (_bbbgd );if _eeegf !=nil {_fca .Log .Debug ("\u0045R\u0052\u004f\u0052\u003a\u0020\u0025v",_eeegf );};};};if !opts .SkipNameDictionary {_egdc ,_beaf :=_gacae .GetNameDictionary ();if _beaf !=nil {_fca .Log .Debug ("\u0045R\u0052\u004f\u0052\u003a\u0020\u0025v",_beaf ); +}else {_beaf =_bagdd .SetNameDictionary (_egdc );if _beaf !=nil {_fca .Log .Debug ("\u0045R\u0052\u004f\u0052\u003a\u0020\u0025v",_beaf );};};};_gccgf ,_egaa :=_gacae .GetCatalogStructTreeRoot ();if _egaa {_dacc :=_bagdd .SetCatalogStructTreeRoot (_gccgf ); +if _dacc !=nil {_fca .Log .Debug ("\u0045R\u0052\u004f\u0052\u003a\u0020\u0025v",_dacc );};};if !opts .SkipRotation &&_gacae .Rotate !=nil {if _fbcbd :=_bagdd .SetRotation (*_gacae .Rotate );_fbcbd !=nil {_fca .Log .Debug ("\u0045R\u0052\u004f\u0052\u003a\u0020\u0025v",_fbcbd ); +};};return &_bagdd ,nil ;}; -// Initialize initializes the PdfSignature. -func (_eedbd *PdfSignature )Initialize ()error {if _eedbd .Handler ==nil {return _dcf .New ("\u0073\u0069\u0067n\u0061\u0074\u0075\u0072e\u0020\u0068\u0061\u006e\u0064\u006c\u0065r\u0020\u0063\u0061\u006e\u006e\u006f\u0074\u0020\u0062\u0065\u0020\u006e\u0069\u006c"); -};return _eedbd .Handler .InitSignature (_eedbd );}; +// ToPdfObject returns colorspace in a PDF object format [name dictionary] +func (_affa *PdfColorspaceCalRGB )ToPdfObject ()_cee .PdfObject {_eeee :=&_cee .PdfObjectArray {};_eeee .Append (_cee .MakeName ("\u0043\u0061\u006c\u0052\u0047\u0042"));_fbba :=_cee .MakeDict ();if _affa .WhitePoint !=nil {_bbdgd :=_cee .MakeArray (_cee .MakeFloat (_affa .WhitePoint [0]),_cee .MakeFloat (_affa .WhitePoint [1]),_cee .MakeFloat (_affa .WhitePoint [2])); +_fbba .Set ("\u0057\u0068\u0069\u0074\u0065\u0050\u006f\u0069\u006e\u0074",_bbdgd );}else {_fca .Log .Error ("\u0043\u0061l\u0052\u0047\u0042\u003a \u004d\u0069s\u0073\u0069\u006e\u0067\u0020\u0057\u0068\u0069t\u0065\u0050\u006f\u0069\u006e\u0074\u0020\u0028\u0052\u0065\u0071\u0075i\u0072\u0065\u0064\u0029"); +};if _affa .BlackPoint !=nil {_egcg :=_cee .MakeArray (_cee .MakeFloat (_affa .BlackPoint [0]),_cee .MakeFloat (_affa .BlackPoint [1]),_cee .MakeFloat (_affa .BlackPoint [2]));_fbba .Set ("\u0042\u006c\u0061\u0063\u006b\u0050\u006f\u0069\u006e\u0074",_egcg ); +};if _affa .Gamma !=nil {_ecca :=_cee .MakeArray (_cee .MakeFloat (_affa .Gamma [0]),_cee .MakeFloat (_affa .Gamma [1]),_cee .MakeFloat (_affa .Gamma [2]));_fbba .Set ("\u0047\u0061\u006dm\u0061",_ecca );};if _affa .Matrix !=nil {_ddfe :=_cee .MakeArray (_cee .MakeFloat (_affa .Matrix [0]),_cee .MakeFloat (_affa .Matrix [1]),_cee .MakeFloat (_affa .Matrix [2]),_cee .MakeFloat (_affa .Matrix [3]),_cee .MakeFloat (_affa .Matrix [4]),_cee .MakeFloat (_affa .Matrix [5]),_cee .MakeFloat (_affa .Matrix [6]),_cee .MakeFloat (_affa .Matrix [7]),_cee .MakeFloat (_affa .Matrix [8])); +_fbba .Set ("\u004d\u0061\u0074\u0072\u0069\u0078",_ddfe );};_eeee .Append (_fbba );if _affa ._fbgd !=nil {_affa ._fbgd .PdfObject =_eeee ;return _affa ._fbgd ;};return _eeee ;}; -// DSS represents a Document Security Store dictionary. -// The DSS dictionary contains both global and signature specific validation -// information. The certificates and revocation data in the `Certs`, `OCSPs`, -// and `CRLs` fields can be used to validate any signature in the document. -// Additionally, the VRI entry contains validation data per signature. -// The keys in the VRI entry are calculated as upper(hex(sha1(sig.Contents))). -// The values are VRI dictionaries containing certificates and revocation -// information used for validating a single signature. -// See ETSI TS 102 778-4 V1.1.1 for more information. -type DSS struct{_fcdgc *_eb .PdfIndirectObject ;Certs []*_eb .PdfObjectStream ;OCSPs []*_eb .PdfObjectStream ;CRLs []*_eb .PdfObjectStream ;VRI map[string ]*VRI ;_eaed map[string ]*_eb .PdfObjectStream ;_gccb map[string ]*_eb .PdfObjectStream ;_adcdd map[string ]*_eb .PdfObjectStream ; -}; +// NewPdfActionSubmitForm returns a new "submit form" action. +func NewPdfActionSubmitForm ()*PdfActionSubmitForm {_aae :=NewPdfAction ();_aaed :=&PdfActionSubmitForm {};_aaed .PdfAction =_aae ;_aae .SetContext (_aaed );return _aaed ;}; -// PdfShadingType2 is an Axial shading. -type PdfShadingType2 struct{*PdfShading ;Coords *_eb .PdfObjectArray ;Domain *_eb .PdfObjectArray ;Function []PdfFunction ;Extend *_eb .PdfObjectArray ;};func (_afccc *pdfFontType0 )bytesToCharcodes (_defdg []byte )([]_fc .CharCode ,bool ){if _afccc ._ebeb ==nil {return nil ,false ; -};_gdbdad ,_dbfg :=_afccc ._ebeb .BytesToCharcodes (_defdg );if !_dbfg {return nil ,false ;};_ffae :=make ([]_fc .CharCode ,len (_gdbdad ));for _eggba ,_aggf :=range _gdbdad {_ffae [_eggba ]=_fc .CharCode (_aggf );};return _ffae ,true ;}; +// UpdateObject marks `obj` as updated and to be included in the following revision. +func (_efae *PdfAppender )UpdateObject (obj _cee .PdfObject ){_efae .replaceObject (obj ,obj );if _ ,_cadg :=_efae ._efdc [obj ];!_cadg {_efae ._eccb =append (_efae ._eccb ,obj );_efae ._efdc [obj ]=struct{}{};};}; -// PdfColorspace interface defines the common methods of a PDF colorspace. -// The colorspace defines the data storage format for each color and color representation. -// -// Device based colorspace, specified by name -// - /DeviceGray -// - /DeviceRGB -// - /DeviceCMYK -// -// CIE based colorspace specified by [name, dictionary] -// - [/CalGray dict] -// - [/CalRGB dict] -// - [/Lab dict] -// - [/ICCBased dict] -// -// Special colorspaces -// - /Pattern -// - /Indexed -// - /Separation -// - /DeviceN -// -// Work is in progress to support all colorspaces. At the moment ICCBased color spaces fall back to the alternate -// colorspace which works OK in most cases. For full color support, will need fully featured ICC support. -type PdfColorspace interface{ +// SetImage updates XObject Image with new image data. +func (_aeffdf *XObjectImage )SetImage (img *Image ,cs PdfColorspace )error {_aeffdf .Filter .UpdateParams (img .GetParamsDict ());_adcab ,_daafc :=_aeffdf .Filter .EncodeBytes (img .Data );if _daafc !=nil {return _daafc ;};_aeffdf .Stream =_adcab ;_agaac :=img .Width ; +_aeffdf .Width =&_agaac ;_ddcae :=img .Height ;_aeffdf .Height =&_ddcae ;_fbdagd :=img .BitsPerComponent ;_aeffdf .BitsPerComponent =&_fbdagd ;if cs ==nil {if img .ColorComponents ==1{_aeffdf .ColorSpace =NewPdfColorspaceDeviceGray ();}else if img .ColorComponents ==3{_aeffdf .ColorSpace =NewPdfColorspaceDeviceRGB (); +}else if img .ColorComponents ==4{_aeffdf .ColorSpace =NewPdfColorspaceDeviceCMYK ();}else {return _cdf .New ("c\u006fl\u006f\u0072\u0073\u0070\u0061\u0063\u0065\u0020u\u006e\u0064\u0065\u0066in\u0065\u0064");};}else {_aeffdf .ColorSpace =cs ;};return nil ; +};func (_geegd *PdfWriter )writeObject (_ffagd int ,_dcebb _cee .PdfObject ){_fca .Log .Trace ("\u0057\u0072\u0069\u0074\u0065\u0020\u006f\u0062\u006a \u0023\u0025\u0064\u000a",_ffagd );if _bbbff ,_aefec :=_dcebb .(*_cee .PdfIndirectObject );_aefec {_geegd ._gceegb [_ffagd ]=crossReference {Type :1,Offset :_geegd ._gfee ,Generation :_bbbff .GenerationNumber }; +_abcc :=_e .Sprintf ("\u0025d\u0020\u0030\u0020\u006f\u0062\u006a\n",_ffagd );if _eacdb ,_fbfad :=_bbbff .PdfObject .(*pdfSignDictionary );_fbfad {_eacdb ._gcccf =_geegd ._gfee +int64 (len (_abcc ));};if _bbbff .PdfObject ==nil {_fca .Log .Debug ("E\u0072\u0072\u006fr\u003a\u0020\u0069\u006e\u0064\u0069\u0072\u0065\u0063\u0074\u0020\u006f\u0062\u006a\u0065\u0063\u0074\u0027\u0073\u0020\u0050\u0064\u0066\u004f\u0062j\u0065\u0063\u0074 \u0073\u0068\u006f\u0075\u006c\u0064\u0020\u006e\u0065\u0076\u0065\u0072\u0020b\u0065\u0020\u006e\u0069l\u0020\u002d\u0020\u0073e\u0074\u0074\u0069\u006e\u0067\u0020\u0074\u006f\u0020\u0050\u0064\u0066\u004f\u0062\u006a\u0065\u0063t\u004e\u0075\u006c\u006c"); +_bbbff .PdfObject =_cee .MakeNull ();};_abcc +=_bbbff .PdfObject .WriteString ();_abcc +="\u000a\u0065\u006e\u0064\u006f\u0062\u006a\u000a";_geegd .writeString (_abcc );return ;};if _gbfd ,_acgd :=_dcebb .(*_cee .PdfObjectStream );_acgd {_geegd ._gceegb [_ffagd ]=crossReference {Type :1,Offset :_geegd ._gfee ,Generation :_gbfd .GenerationNumber }; +_gadaa :=_e .Sprintf ("\u0025d\u0020\u0030\u0020\u006f\u0062\u006a\n",_ffagd );_gadaa +=_gbfd .PdfObjectDictionary .WriteString ();_gadaa +="\u000a\u0073\u0074\u0072\u0065\u0061\u006d\u000a";_geegd .writeString (_gadaa );if _gbfd .Lazy {_dgcd ,_gdaf :=_fef .ReadFile (_gbfd .TempFile ); +if _gdaf !=nil {_fca .Log .Info ("\u0045\u0072\u0072\u006f\u0072\u0020\u0066\u0069\u006e\u0064\u0069\u006e\u0067\u0020\u006ca\u007ay\u0020\u0074\u0065\u006d\u0070\u0020\u0066\u0069\u006c\u0065\u003a\u0020\u0025\u0073",_gbfd .TempFile );return ;};_geegd .writeBytes (_dgcd ); +_fef .Remove (_gbfd .TempFile );}else {_geegd .writeBytes (_gbfd .Stream );};_geegd .writeString ("\u000ae\u006ed\u0073\u0074\u0072\u0065\u0061m\u000a\u0065n\u0064\u006f\u0062\u006a\u000a");return ;};if _aceaa ,_bbbbc :=_dcebb .(*_cee .PdfObjectStreams ); +_bbbbc {_geegd ._gceegb [_ffagd ]=crossReference {Type :1,Offset :_geegd ._gfee ,Generation :_aceaa .GenerationNumber };_bafcf :=_e .Sprintf ("\u0025d\u0020\u0030\u0020\u006f\u0062\u006a\n",_ffagd );var _cgebg []string ;var _gbfgbf string ;var _fcgca int64 ; +for _fdgdda ,_bbfeg :=range _aceaa .Elements (){_eaab ,_fdgfg :=_bbfeg .(*_cee .PdfIndirectObject );if !_fdgfg {_fca .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u004f\u0062\u006a\u0065\u0063\u0074\u0020\u0073\u0074\u0072\u0065am\u0073 \u004e\u0020\u0025\u0064\u0020\u0063\u006f\u006e\u0074\u0061\u0069\u006es\u0020\u006e\u006f\u006e\u0020\u0069\u006e\u0064\u0069\u0072\u0065\u0063\u0074\u0020\u0070\u0064\u0066 \u006f\u0062\u006a\u0065\u0063\u0074\u0020\u0025\u0076",_ffagd ,_bbfeg ); +continue ;};_efbca :=_eaab .PdfObject .WriteString ()+"\u0020";_gbfgbf =_gbfgbf +_efbca ;_cgebg =append (_cgebg ,_e .Sprintf ("\u0025\u0064\u0020%\u0064",_eaab .ObjectNumber ,_fcgca ));_geegd ._gceegb [int (_eaab .ObjectNumber )]=crossReference {Type :2,ObjectNumber :_ffagd ,Index :_fdgdda }; +_fcgca =_fcgca +int64 (len ([]byte (_efbca )));};_cffgf :=_ad .Join (_cgebg ,"\u0020")+"\u0020";_bgcb :=_cee .NewFlateEncoder ();_agbbe :=_bgcb .MakeStreamDict ();_agbbe .Set (_cee .PdfObjectName ("\u0054\u0079\u0070\u0065"),_cee .MakeName ("\u004f\u0062\u006a\u0053\u0074\u006d")); +_gfced :=int64 (_aceaa .Len ());_agbbe .Set (_cee .PdfObjectName ("\u004e"),_cee .MakeInteger (_gfced ));_fdegf :=int64 (len (_cffgf ));_agbbe .Set (_cee .PdfObjectName ("\u0046\u0069\u0072s\u0074"),_cee .MakeInteger (_fdegf ));_gebbf ,_ :=_bgcb .EncodeBytes ([]byte (_cffgf +_gbfgbf )); +_cbced :=int64 (len (_gebbf ));_agbbe .Set (_cee .PdfObjectName ("\u004c\u0065\u006e\u0067\u0074\u0068"),_cee .MakeInteger (_cbced ));_bafcf +=_agbbe .WriteString ();_bafcf +="\u000a\u0073\u0074\u0072\u0065\u0061\u006d\u000a";_geegd .writeString (_bafcf ); +_geegd .writeBytes (_gebbf );_geegd .writeString ("\u000ae\u006ed\u0073\u0074\u0072\u0065\u0061m\u000a\u0065n\u0064\u006f\u0062\u006a\u000a");return ;};_geegd .writeString (_dcebb .WriteString ());};func _aebcf (_abae *_cee .PdfObjectDictionary )(*PdfShadingPattern ,error ){_fcbeag :=&PdfShadingPattern {}; +_edgdd :=_abae .Get ("\u0053h\u0061\u0064\u0069\u006e\u0067");if _edgdd ==nil {_fca .Log .Debug ("\u0053h\u0061d\u0069\u006e\u0067\u0020\u006d\u0069\u0073\u0073\u0069\u006e\u0067");return nil ,ErrRequiredAttributeMissing ;};_bfgb ,_fbegd :=_cdgaf (_edgdd ); +if _fbegd !=nil {_fca .Log .Debug ("\u0045r\u0072\u006f\u0072\u0020l\u006f\u0061\u0064\u0069\u006eg\u0020s\u0068a\u0064\u0069\u006e\u0067\u003a\u0020\u0025v",_fbegd );return nil ,_fbegd ;};_fcbeag .Shading =_bfgb ;if _afaegd :=_abae .Get ("\u004d\u0061\u0074\u0072\u0069\u0078"); +_afaegd !=nil {_bdddd ,_cbgbd :=_afaegd .(*_cee .PdfObjectArray );if !_cbgbd {_fca .Log .Debug ("\u004d\u0061\u0074\u0072i\u0078\u0020\u006e\u006f\u0074\u0020\u0061\u006e\u0020\u0061r\u0072a\u0079\u0020\u0028\u0067\u006f\u0074\u0020%\u0054\u0029",_afaegd ); +return nil ,_cee .ErrTypeError ;};_fcbeag .Matrix =_bdddd ;};if _gbdgf :=_abae .Get ("\u0045x\u0074\u0047\u0053\u0074\u0061\u0074e");_gbdgf !=nil {_fcbeag .ExtGState =_gbdgf ;};return _fcbeag ,nil ;}; -// String returns the PdfColorspace's name. -String ()string ; +// SignatureHandlerDocMDPParams describe the specific parameters for the SignatureHandlerEx +// These parameters describe how to check the difference between revisions. +// Revisions of the document get from the PdfParser. +type SignatureHandlerDocMDPParams struct{Parser *_cee .PdfParser ;DiffPolicy _cc .DiffPolicy ;};func _fceag (_eafbg _cee .PdfObject )(map[_dae .CharCode ]float64 ,error ){if _eafbg ==nil {return nil ,nil ;};_feadc ,_gdae :=_cee .GetArray (_eafbg );if !_gdae {return nil ,nil ; +};_bebe :=map[_dae .CharCode ]float64 {};_caba :=_feadc .Len ();for _gddgb :=0;_gddgb < _caba -1;_gddgb ++{_baed :=_cee .TraceToDirectObject (_feadc .Get (_gddgb ));_dccg ,_adfdb :=_cee .GetIntVal (_baed );if !_adfdb {return nil ,_e .Errorf ("\u0042a\u0064\u0020\u0066\u006fn\u0074\u0020\u0057\u0020\u006fb\u006a0\u003a \u0069\u003d\u0025\u0064\u0020\u0025\u0023v",_gddgb ,_baed ); +};_gddgb ++;if _gddgb > _caba -1{return nil ,_e .Errorf ("\u0042\u0061\u0064\u0020\u0066\u006f\u006e\u0074\u0020\u0057\u0020a\u0072\u0072\u0061\u0079\u003a\u0020\u0061\u0072\u0072\u0032=\u0025\u002b\u0076",_feadc );};_cdbbd :=_cee .TraceToDirectObject (_feadc .Get (_gddgb )); +switch _cdbbd .(type ){case *_cee .PdfObjectArray :_afgaf ,_ :=_cee .GetArray (_cdbbd );if _bcacc ,_bagcf :=_afgaf .ToFloat64Array ();_bagcf ==nil {for _cdgg :=0;_cdgg < len (_bcacc );_cdgg ++{_bebe [_dae .CharCode (_dccg +_cdgg )]=_bcacc [_cdgg ];};}else {return nil ,_e .Errorf ("\u0042\u0061\u0064 \u0066\u006f\u006e\u0074 \u0057\u0020\u0061\u0072\u0072\u0061\u0079 \u006f\u0062\u006a\u0031\u003a\u0020\u0069\u003d\u0025\u0064\u0020\u0025\u0023\u0076",_gddgb ,_cdbbd ); +};case *_cee .PdfObjectInteger :_bfbdb ,_acec :=_cee .GetIntVal (_cdbbd );if !_acec {return nil ,_e .Errorf ("\u0042\u0061d\u0020\u0066\u006f\u006e\u0074\u0020\u0057\u0020\u0069\u006e\u0074\u0020\u006f\u0062\u006a\u0031\u003a\u0020\u0069\u003d\u0025\u0064 %\u0023\u0076",_gddgb ,_cdbbd ); +};_gddgb ++;if _gddgb > _caba -1{return nil ,_e .Errorf ("\u0042\u0061\u0064\u0020\u0066\u006f\u006e\u0074\u0020\u0057\u0020a\u0072\u0072\u0061\u0079\u003a\u0020\u0061\u0072\u0072\u0032=\u0025\u002b\u0076",_feadc );};_bfbgc :=_feadc .Get (_gddgb );_ddef ,_egeeb :=_cee .GetNumberAsFloat (_bfbgc ); +if _egeeb !=nil {return nil ,_e .Errorf ("\u0042\u0061d\u0020\u0066\u006f\u006e\u0074\u0020\u0057\u0020\u0069\u006e\u0074\u0020\u006f\u0062\u006a\u0032\u003a\u0020\u0069\u003d\u0025\u0064 %\u0023\u0076",_gddgb ,_bfbgc );};for _eafa :=_dccg ;_eafa <=_bfbdb ; +_eafa ++{_bebe [_dae .CharCode (_eafa )]=_ddef ;};default:return nil ,_e .Errorf ("\u0042\u0061\u0064\u0020\u0066\u006f\u006e\u0074\u0020\u0057 \u006f\u0062\u006a\u0031\u0020\u0074\u0079p\u0065\u003a\u0020\u0069\u003d\u0025\u0064\u0020\u0025\u0023\u0076",_gddgb ,_cdbbd ); +};};return _bebe ,nil ;}; -// ImageToRGB converts an Image in a given PdfColorspace to an RGB image. -ImageToRGB (Image )(Image ,error ); +// Height returns the height of `rect`. +func (_adgcb *PdfRectangle )Height ()float64 {return _aaa .Abs (_adgcb .Ury -_adgcb .Lly )}; -// ColorToRGB converts a single color in a given PdfColorspace to an RGB color. -ColorToRGB (_aagde PdfColor )(PdfColor ,error ); +// ToPdfObject implements interface PdfModel. +func (_ffe *PdfActionRendition )ToPdfObject ()_cee .PdfObject {_ffe .PdfAction .ToPdfObject ();_gce :=_ffe ._gaf ;_aed :=_gce .PdfObject .(*_cee .PdfObjectDictionary );_aed .SetIfNotNil ("\u0053",_cee .MakeName (string (ActionTypeRendition )));_aed .SetIfNotNil ("\u0052",_ffe .R ); +_aed .SetIfNotNil ("\u0041\u004e",_ffe .AN );_aed .SetIfNotNil ("\u004f\u0050",_ffe .OP );_aed .SetIfNotNil ("\u004a\u0053",_ffe .JS );return _gce ;}; -// GetNumComponents returns the number of components in the PdfColorspace. -GetNumComponents ()int ; +// ImageToRGB converts CalRGB colorspace image to RGB and returns the result. +func (_cggd *PdfColorspaceCalRGB )ImageToRGB (img Image )(Image ,error ){_gbcca :=_ag .NewReader (img .getBase ());_adgb :=_ca .NewImageBase (int (img .Width ),int (img .Height ),int (img .BitsPerComponent ),3,nil ,nil ,nil );_cddeb :=_ag .NewWriter (_adgb ); +_dbda :=_aaa .Pow (2,float64 (img .BitsPerComponent ))-1;_ecdfg :=make ([]uint32 ,3);var (_cfga error ;_dbgfg ,_gbfe ,_edgeg ,_fae ,_bcbf ,_dgcfb float64 ;);for {_cfga =_gbcca .ReadSamples (_ecdfg );if _cfga ==_fc .EOF {break ;}else if _cfga !=nil {return img ,_cfga ; +};_dbgfg =float64 (_ecdfg [0])/_dbda ;_gbfe =float64 (_ecdfg [1])/_dbda ;_edgeg =float64 (_ecdfg [2])/_dbda ;_fae =_cggd .Matrix [0]*_aaa .Pow (_dbgfg ,_cggd .Gamma [0])+_cggd .Matrix [3]*_aaa .Pow (_gbfe ,_cggd .Gamma [1])+_cggd .Matrix [6]*_aaa .Pow (_edgeg ,_cggd .Gamma [2]); +_bcbf =_cggd .Matrix [1]*_aaa .Pow (_dbgfg ,_cggd .Gamma [0])+_cggd .Matrix [4]*_aaa .Pow (_gbfe ,_cggd .Gamma [1])+_cggd .Matrix [7]*_aaa .Pow (_edgeg ,_cggd .Gamma [2]);_dgcfb =_cggd .Matrix [2]*_aaa .Pow (_dbgfg ,_cggd .Gamma [0])+_cggd .Matrix [5]*_aaa .Pow (_gbfe ,_cggd .Gamma [1])+_cggd .Matrix [8]*_aaa .Pow (_edgeg ,_cggd .Gamma [2]); +_dbgfg =3.240479*_fae +-1.537150*_bcbf +-0.498535*_dgcfb ;_gbfe =-0.969256*_fae +1.875992*_bcbf +0.041556*_dgcfb ;_edgeg =0.055648*_fae +-0.204043*_bcbf +1.057311*_dgcfb ;_dbgfg =_aaa .Min (_aaa .Max (_dbgfg ,0),1.0);_gbfe =_aaa .Min (_aaa .Max (_gbfe ,0),1.0); +_edgeg =_aaa .Min (_aaa .Max (_edgeg ,0),1.0);_ecdfg [0]=uint32 (_dbgfg *_dbda );_ecdfg [1]=uint32 (_gbfe *_dbda );_ecdfg [2]=uint32 (_edgeg *_dbda );if _cfga =_cddeb .WriteSamples (_ecdfg );_cfga !=nil {return img ,_cfga ;};};return _acecd (&_adgb ),nil ; +}; -// ToPdfObject returns a PdfObject representation of the PdfColorspace. -ToPdfObject ()_eb .PdfObject ; +// RemoveStructParentsKey removes the StructParents key. +func (_ecge *PdfPage )RemoveStructParentsKey (){_ecge .StructParents =nil }; -// ColorFromPdfObjects returns a PdfColor in the given PdfColorspace from an array of PdfObject where each -// PdfObject represents a numeric value. -ColorFromPdfObjects (_gbde []_eb .PdfObject )(PdfColor ,error ); +// PdfColorCalGray represents a CalGray colorspace. +type PdfColorCalGray float64 ; -// ColorFromFloats returns a new PdfColor based on input color components for a given PdfColorspace. -ColorFromFloats (_dggcf []float64 )(PdfColor ,error ); +// SetType sets the field button's type. Can be one of: +// - PdfFieldButtonPush for push button fields +// - PdfFieldButtonCheckbox for checkbox fields +// - PdfFieldButtonRadio for radio button fields +// This sets the field's flag appropriately. +func (_affb *PdfFieldButton )SetType (btype ButtonType ){_abad :=uint32 (0);if _affb .Ff !=nil {_abad =uint32 (*_affb .Ff );};switch btype {case ButtonTypePush :_abad |=FieldFlagPushbutton .Mask ();case ButtonTypeRadio :_abad |=FieldFlagRadio .Mask (); +};_affb .Ff =_cee .MakeInteger (int64 (_abad ));}; -// DecodeArray returns the Decode array for the PdfColorSpace, i.e. the range of each component. -DecodeArray ()[]float64 ;}; +// Decrypt decrypts the PDF file with a specified password. Also tries to +// decrypt with an empty password. Returns true if successful, +// false otherwise. +func (_eddee *PdfReader )Decrypt (password []byte )(bool ,error ){_bdebe ,_bdffc :=_eddee ._ffdgf .Decrypt (password );if _bdffc !=nil {return false ,_bdffc ;};if !_bdebe {return false ,nil ;};_bdffc =_eddee .loadStructure ();if _bdffc !=nil {_fca .Log .Debug ("\u0045\u0052\u0052OR\u003a\u0020\u0046\u0061\u0069\u006c\u0020\u0074\u006f \u006co\u0061d\u0020s\u0074\u0072\u0075\u0063\u0074\u0075\u0072\u0065\u0020\u0028\u0025\u0073\u0029",_bdffc ); +return false ,_bdffc ;};return true ,nil ;}; -// ReplaceAcroForm replaces the acrobat form. It appends a new form to the Pdf which -// replaces the original AcroForm. -func (_dggdg *PdfAppender )ReplaceAcroForm (acroForm *PdfAcroForm ){if acroForm !=nil {_dggdg .updateObjectsDeep (acroForm .ToPdfObject (),nil );};_dggdg ._bddda =acroForm ;}; +// GetDSS gets the DSS dictionary (ETSI TS 102 778-4 V1.1.1) of the current +// document revision. +func (_cdbg *PdfAppender )GetDSS ()(_ddbb *DSS ){return _cdbg ._ccee }; -// ToPdfObject returns the PDF representation of the function. -func (_fecbc *PdfFunctionType0 )ToPdfObject ()_eb .PdfObject {if _fecbc ._bded ==nil {_fecbc ._bded =&_eb .PdfObjectStream {};};_afgcg :=_eb .MakeDict ();_afgcg .Set ("\u0046\u0075\u006ec\u0074\u0069\u006f\u006e\u0054\u0079\u0070\u0065",_eb .MakeInteger (0)); -_aeeb :=&_eb .PdfObjectArray {};for _ ,_eaac :=range _fecbc .Domain {_aeeb .Append (_eb .MakeFloat (_eaac ));};_afgcg .Set ("\u0044\u006f\u006d\u0061\u0069\u006e",_aeeb );_efdf :=&_eb .PdfObjectArray {};for _ ,_fbdb :=range _fecbc .Range {_efdf .Append (_eb .MakeFloat (_fbdb )); -};_afgcg .Set ("\u0052\u0061\u006eg\u0065",_efdf );_edbgg :=&_eb .PdfObjectArray {};for _ ,_gfbb :=range _fecbc .Size {_edbgg .Append (_eb .MakeInteger (int64 (_gfbb )));};_afgcg .Set ("\u0053\u0069\u007a\u0065",_edbgg );_afgcg .Set ("\u0042\u0069\u0074\u0073\u0050\u0065\u0072\u0053\u0061\u006d\u0070\u006c\u0065",_eb .MakeInteger (int64 (_fecbc .BitsPerSample ))); -if _fecbc .Order !=1{_afgcg .Set ("\u004f\u0072\u0064e\u0072",_eb .MakeInteger (int64 (_fecbc .Order )));};_afgcg .Set ("\u004c\u0065\u006e\u0067\u0074\u0068",_eb .MakeInteger (int64 (len (_fecbc ._dcdgc ))));_fecbc ._bded .Stream =_fecbc ._dcdgc ;_fecbc ._bded .PdfObjectDictionary =_afgcg ; -return _fecbc ._bded ;}; +// ToPdfObject implements interface PdfModel. +func (_edbga *PdfAnnotation3D )ToPdfObject ()_cee .PdfObject {_edbga .PdfAnnotation .ToPdfObject ();_defd :=_edbga ._eddc ;_acbe :=_defd .PdfObject .(*_cee .PdfObjectDictionary );_acbe .SetIfNotNil ("\u0053u\u0062\u0074\u0079\u0070\u0065",_cee .MakeName ("\u0033\u0044")); +_acbe .SetIfNotNil ("\u0033\u0044\u0044",_edbga .T3DD );_acbe .SetIfNotNil ("\u0033\u0044\u0056",_edbga .T3DV );_acbe .SetIfNotNil ("\u0033\u0044\u0041",_edbga .T3DA );_acbe .SetIfNotNil ("\u0033\u0044\u0049",_edbga .T3DI );_acbe .SetIfNotNil ("\u0033\u0044\u0042",_edbga .T3DB ); +return _defd ;}; -// NewPdfAnnotationLine returns a new line annotation. -func NewPdfAnnotationLine ()*PdfAnnotationLine {_cdfa :=NewPdfAnnotation ();_fcba :=&PdfAnnotationLine {};_fcba .PdfAnnotation =_cdfa ;_fcba .PdfAnnotationMarkup =&PdfAnnotationMarkup {};_cdfa .SetContext (_fcba );return _fcba ;}; +// NewXObjectImage returns a new XObjectImage. +func NewXObjectImage ()*XObjectImage {_geebf :=&XObjectImage {};_cbacc :=&_cee .PdfObjectStream {};_cbacc .PdfObjectDictionary =_cee .MakeDict ();_geebf ._fggac =_cbacc ;return _geebf ;}; -// NewPdfAnnotationWidget returns an initialized annotation widget. -func NewPdfAnnotationWidget ()*PdfAnnotationWidget {_cbb :=NewPdfAnnotation ();_bga :=&PdfAnnotationWidget {};_bga .PdfAnnotation =_cbb ;_cbb .SetContext (_bga );return _bga ;};func _dafbe (_ccaaf ,_aaeaf string )string {if _cc .Contains (_ccaaf ,"\u002b"){_gdaaf :=_cc .Split (_ccaaf ,"\u002b"); -if len (_gdaaf )==2{_ccaaf =_gdaaf [1];};};return _aaeaf +"\u002b"+_ccaaf ;}; +// NewPdfInfoFromObject creates a new PdfInfo from the input core.PdfObject. +func NewPdfInfoFromObject (obj _cee .PdfObject )(*PdfInfo ,error ){var _gcec PdfInfo ;_fcbe ,_gadbe :=obj .(*_cee .PdfObjectDictionary );if !_gadbe {return nil ,_e .Errorf ("i\u006e\u0076\u0061\u006c\u0069\u0064 \u0070\u0064\u0066\u0020\u006f\u0062\u006a\u0065\u0063t\u0020\u0074\u0079p\u0065:\u0020\u0025\u0054",obj ); +};for _ ,_cdaeg :=range _fcbe .Keys (){switch _cdaeg {case "\u0054\u0069\u0074l\u0065":_gcec .Title ,_ =_cee .GetString (_fcbe .Get ("\u0054\u0069\u0074l\u0065"));case "\u0041\u0075\u0074\u0068\u006f\u0072":_gcec .Author ,_ =_cee .GetString (_fcbe .Get ("\u0041\u0075\u0074\u0068\u006f\u0072")); +case "\u0053u\u0062\u006a\u0065\u0063\u0074":_gcec .Subject ,_ =_cee .GetString (_fcbe .Get ("\u0053u\u0062\u006a\u0065\u0063\u0074"));case "\u004b\u0065\u0079\u0077\u006f\u0072\u0064\u0073":_gcec .Keywords ,_ =_cee .GetString (_fcbe .Get ("\u004b\u0065\u0079\u0077\u006f\u0072\u0064\u0073")); +case "\u0043r\u0065\u0061\u0074\u006f\u0072":_gcec .Creator ,_ =_cee .GetString (_fcbe .Get ("\u0043r\u0065\u0061\u0074\u006f\u0072"));case "\u0050\u0072\u006f\u0064\u0075\u0063\u0065\u0072":_gcec .Producer ,_ =_cee .GetString (_fcbe .Get ("\u0050\u0072\u006f\u0064\u0075\u0063\u0065\u0072")); +case "\u0054r\u0061\u0070\u0070\u0065\u0064":_gcec .Trapped ,_ =_cee .GetName (_fcbe .Get ("\u0054r\u0061\u0070\u0070\u0065\u0064"));case "\u0043\u0072\u0065a\u0074\u0069\u006f\u006e\u0044\u0061\u0074\u0065":if _eagaf ,_bcdga :=_cee .GetString (_fcbe .Get ("\u0043\u0072\u0065a\u0074\u0069\u006f\u006e\u0044\u0061\u0074\u0065")); +_bcdga &&_eagaf .String ()!=""{_ddfa ,_ccdaf :=NewPdfDate (_eagaf .String ());if _ccdaf !=nil {return nil ,_e .Errorf ("\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0043\u0072e\u0061\u0074\u0069\u006f\u006e\u0044\u0061t\u0065\u0020\u0066\u0069\u0065\u006c\u0064\u003a\u0020\u0025\u0077",_ccdaf ); +};_gcec .CreationDate =&_ddfa ;};case "\u004do\u0064\u0044\u0061\u0074\u0065":if _cfgfb ,_egfg :=_cee .GetString (_fcbe .Get ("\u004do\u0064\u0044\u0061\u0074\u0065"));_egfg &&_cfgfb .String ()!=""{_bcdc ,_bbab :=NewPdfDate (_cfgfb .String ());if _bbab !=nil {return nil ,_e .Errorf ("\u0069n\u0076\u0061\u006c\u0069d\u0020\u004d\u006f\u0064\u0044a\u0074e\u0020f\u0069\u0065\u006c\u0064\u003a\u0020\u0025w",_bbab ); +};_gcec .ModifiedDate =&_bcdc ;};default:_gbbg ,_ :=_cee .GetString (_fcbe .Get (_cdaeg ));if _gcec ._ecfea ==nil {_gcec ._ecfea =_cee .MakeDict ();};_gcec ._ecfea .Set (_cdaeg ,_gbbg );};};return &_gcec ,nil ;};func (_cfc *PdfReader )newPdfActionGotoEFromDict (_dgd *_cee .PdfObjectDictionary )(*PdfActionGoToE ,error ){_fgc ,_cff :=_daf (_dgd .Get ("\u0046")); +if _cff !=nil {return nil ,_cff ;};return &PdfActionGoToE {D :_dgd .Get ("\u0044"),NewWindow :_dgd .Get ("\u004ee\u0077\u0057\u0069\u006e\u0064\u006fw"),T :_dgd .Get ("\u0054"),F :_fgc },nil ;}; -// NewCompositePdfFontFromTTF loads a composite TTF font. Composite fonts can -// be used to represent unicode fonts which can have multi-byte character codes, representing a wide -// range of values. They are often used for symbolic languages, including Chinese, Japanese and Korean. -// It is represented by a Type0 Font with an underlying CIDFontType2 and an Identity-H encoding map. -// TODO: May be extended in the future to support a larger variety of CMaps and vertical fonts. -// NOTE: For simple fonts, use NewPdfFontFromTTF. -func NewCompositePdfFontFromTTF (r _bagf .ReadSeeker )(*PdfFont ,error ){_eafd ,_cbcd :=_bagf .ReadAll (r );if _cbcd !=nil {_ddb .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0055\u006e\u0061\u0062\u006c\u0065 \u0074\u006f\u0020\u0072\u0065\u0061d\u0020\u0066\u006f\u006e\u0074\u0020\u0063\u006f\u006e\u0074\u0065\u006e\u0074s\u003a\u0020\u0025\u0076",_cbcd ); -return nil ,_cbcd ;};_dfae ,_cbcd :=_fg .TtfParse (_dd .NewReader (_eafd ));if _cbcd !=nil {_ddb .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a \u0077\u0068\u0069\u006c\u0065\u0020\u006c\u006f\u0061\u0064\u0069\u006e\u0067 \u0074\u0074\u0066\u0020\u0066\u006f\u006et\u003a\u0020\u0025\u0076",_cbcd ); -return nil ,_cbcd ;};_eaedb :=&pdfCIDFontType2 {fontCommon :fontCommon {_fgdee :"\u0043\u0049\u0044F\u006f\u006e\u0074\u0054\u0079\u0070\u0065\u0032"},CIDToGIDMap :_eb .MakeName ("\u0049\u0064\u0065\u006e\u0074\u0069\u0074\u0079")};if len (_dfae .Widths )<=0{return nil ,_dcf .New ("\u0045\u0052\u0052O\u0052\u003a\u0020\u004d\u0069\u0073\u0073\u0069\u006e\u0067\u0020\u0072\u0065\u0071\u0075\u0069\u0072\u0065\u0064\u0020\u0061\u0074\u0074\u0072\u0069\u0062\u0075\u0074\u0065 \u0028\u0057\u0069\u0064\u0074\u0068\u0073\u0029"); -};_fefd :=1000.0/float64 (_dfae .UnitsPerEm );_eadbe :=_fefd *float64 (_dfae .Widths [0]);_dfafa :=make (map[rune ]int );_bfee :=make (map[_fg .GID ]int );_fbcg :=_fg .GID (len (_dfae .Widths ));for _bdfba ,_ecge :=range _dfae .Chars {if _ecge > _fbcg -1{continue ; -};_eaggg :=int (_fefd *float64 (_dfae .Widths [_ecge ]));_dfafa [_bdfba ]=_eaggg ;_bfee [_ecge ]=_eaggg ;};_eaedb ._caba =_dfafa ;_eaedb .DW =_eb .MakeInteger (int64 (_eadbe ));_agec :=_ccbbc (_bfee ,uint16 (_fbcg ));_eaedb .W =_eb .MakeIndirectObject (_agec ); -_aedd :=_eb .MakeDict ();_aedd .Set ("\u004f\u0072\u0064\u0065\u0072\u0069\u006e\u0067",_eb .MakeString ("\u0049\u0064\u0065\u006e\u0074\u0069\u0074\u0079"));_aedd .Set ("\u0052\u0065\u0067\u0069\u0073\u0074\u0072\u0079",_eb .MakeString ("\u0041\u0064\u006fb\u0065")); -_aedd .Set ("\u0053\u0075\u0070\u0070\u006c\u0065\u006d\u0065\u006e\u0074",_eb .MakeInteger (0));_eaedb .CIDSystemInfo =_aedd ;_afce :=&PdfFontDescriptor {FontName :_eb .MakeName (_dfae .PostScriptName ),Ascent :_eb .MakeFloat (_fefd *float64 (_dfae .TypoAscender )),Descent :_eb .MakeFloat (_fefd *float64 (_dfae .TypoDescender )),CapHeight :_eb .MakeFloat (_fefd *float64 (_dfae .CapHeight )),FontBBox :_eb .MakeArrayFromFloats ([]float64 {_fefd *float64 (_dfae .Xmin ),_fefd *float64 (_dfae .Ymin ),_fefd *float64 (_dfae .Xmax ),_fefd *float64 (_dfae .Ymax )}),ItalicAngle :_eb .MakeFloat (_dfae .ItalicAngle ),MissingWidth :_eb .MakeFloat (_eadbe )}; -_fgfg ,_cbcd :=_eb .MakeStream (_eafd ,_eb .NewFlateEncoder ());if _cbcd !=nil {_ddb .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0055\u006e\u0061\u0062\u006c\u0065\u0020\u0074o\u0020m\u0061\u006b\u0065\u0020\u0073\u0074\u0072\u0065\u0061\u006d\u003a\u0020\u0025\u0076",_cbcd ); -return nil ,_cbcd ;};_fgfg .PdfObjectDictionary .Set ("\u004ce\u006e\u0067\u0074\u0068\u0031",_eb .MakeInteger (int64 (len (_eafd ))));_afce .FontFile2 =_fgfg ;if _dfae .Bold {_afce .StemV =_eb .MakeInteger (120);}else {_afce .StemV =_eb .MakeInteger (70); -};_gbeb :=_bdcce ;if _dfae .IsFixedPitch {_gbeb |=_eaggc ;};if _dfae .ItalicAngle !=0{_gbeb |=_ffbe ;};_afce .Flags =_eb .MakeInteger (int64 (_gbeb ));_eaedb ._agcc =_dfae .PostScriptName ;_eaedb ._bged =_afce ;_fbdea :=pdfFontType0 {fontCommon :fontCommon {_fgdee :"\u0054\u0079\u0070e\u0030",_agcc :_dfae .PostScriptName },DescendantFont :&PdfFont {_fdaa :_eaedb },Encoding :_eb .MakeName ("\u0049\u0064\u0065\u006e\u0074\u0069\u0074\u0079\u002d\u0048"),_edcff :_dfae .NewEncoder ()}; -if len (_dfae .Chars )> 0{_ebdf :=make (map[_ff .CharCode ]rune ,len (_dfae .Chars ));for _ecgcd ,_dfef :=range _dfae .Chars {_affbfc :=_ff .CharCode (_dfef );if _gfefg ,_feeda :=_ebdf [_affbfc ];!_feeda ||(_feeda &&_gfefg > _ecgcd ){_ebdf [_affbfc ]=_ecgcd ; -};};_fbdea ._bgbg =_ff .NewToUnicodeCMap (_ebdf );};_fgdfe :=PdfFont {_fdaa :&_fbdea };return &_fgdfe ,nil ;}; +// NewPdfFileSpecFromEmbeddedFile construct a new PdfFileSpec that contains an embedded file. +func NewPdfFileSpecFromEmbeddedFile (file *EmbeddedFile )*PdfFilespec {_bbef :=&PdfFilespec {};_bbef ._gbfeg =_cee .MakeIndirectObject (_cee .MakeDict ());_bbef .Desc =_cee .MakeString (file .Description );_bbef .EF =file .ToPdfObject ();_bbef .F =_cee .MakeString (file .Name ); +_bbef .UF =_cee .MakeEncodedString (file .Name ,true );_bbff :="U\u006e\u0073\u0070\u0065\u0063\u0069\u0066\u0069\u0065\u0064";switch file .Relationship {case RelationshipSource :_bbff ="\u0053\u006f\u0075\u0072\u0063\u0065";case RelationshipData :_bbff ="\u0044\u0061\u0074\u0061"; +case RelationshipAlternative :_bbff ="A\u006c\u0074\u0065\u0072\u006e\u0061\u0074\u0069\u0076\u0065";case RelationshipSupplement :_bbff ="\u0053\u0075\u0070\u0070\u006c\u0065\u006d\u0065\u006e\u0074";};_bbef .AFRelationship =_cee .MakeName (_bbff );return _bbef ; +}; -// WatermarkImageOptions contains options for configuring the watermark process. -type WatermarkImageOptions struct{Alpha float64 ;FitToWidth bool ;PreserveAspectRatio bool ;}; +// GetNumComponents returns the number of color components of the underlying +// colorspace device. +func (_cafec *PdfColorspaceSpecialPattern )GetNumComponents ()int {return _cafec .UnderlyingCS .GetNumComponents ();}; -// CompliancePdfReader is a wrapper over PdfReader that is used for verifying if the input Pdf document matches the -// compliance rules of standards like PDF/A. -// NOTE: This implementation is in experimental development state. -// -// Keep in mind that it might change in the subsequent minor versions. -type CompliancePdfReader struct{*PdfReader ;_fgafb _eb .ParserMetadata ;};func _fafe (_bgfbg *_eb .PdfObjectDictionary ,_eefca *fontCommon )(*pdfFontType3 ,error ){_cebcd :=_adbdb (_eefca );_cgcc :=_bgfbg .Get ("\u0046i\u0072\u0073\u0074\u0043\u0068\u0061r"); -if _cgcc ==nil {_cgcc =_eb .MakeInteger (0);};_cebcd .FirstChar =_cgcc ;_bddb ,_agbe :=_eb .GetIntVal (_cgcc );if !_agbe {_ddb .Log .Debug ("\u0045\u0052\u0052OR\u003a\u0020\u0049\u006e\u0076\u0061\u006c\u0069\u0064 \u0046i\u0072s\u0074C\u0068\u0061\u0072\u0020\u0074\u0079\u0070\u0065\u0020\u0028\u0025\u0054\u0029",_cgcc ); -return nil ,_eb .ErrTypeError ;};_cgafa :=_fc .CharCode (_bddb );_cgcc =_bgfbg .Get ("\u004c\u0061\u0073\u0074\u0043\u0068\u0061\u0072");if _cgcc ==nil {_cgcc =_eb .MakeInteger (255);};_cebcd .LastChar =_cgcc ;_bddb ,_agbe =_eb .GetIntVal (_cgcc );if !_agbe {_ddb .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a \u0049\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u004c\u0061\u0073\u0074\u0043h\u0061\u0072\u0020\u0074\u0079\u0070\u0065 \u0028\u0025\u0054\u0029",_cgcc ); -return nil ,_eb .ErrTypeError ;};_egba :=_fc .CharCode (_bddb );_cgcc =_bgfbg .Get ("\u0052e\u0073\u006f\u0075\u0072\u0063\u0065s");if _cgcc !=nil {_cebcd .Resources =_cgcc ;};_cgcc =_bgfbg .Get ("\u0043h\u0061\u0072\u0050\u0072\u006f\u0063s");if _cgcc ==nil {_ddb .Log .Debug ("\u0045\u0052R\u004f\u0052\u003a\u0020\u0049\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0043\u0068\u0061\u0072\u0050\u0072\u006f\u0063\u0073\u0020(%\u0076\u0029",_cgcc ); -return nil ,_eb .ErrNotSupported ;};_cebcd .CharProcs =_cgcc ;_cgcc =_bgfbg .Get ("\u0046\u006f\u006e\u0074\u004d\u0061\u0074\u0072\u0069\u0078");if _cgcc ==nil {_ddb .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0049\u006e\u0076a\u006c\u0069\u0064\u0020\u0046\u006f\u006et\u004d\u0061\u0074\u0072\u0069\u0078\u0020\u0028\u0025\u0076\u0029",_cgcc ); -return nil ,_eb .ErrNotSupported ;};_cebcd .FontMatrix =_cgcc ;_cebcd ._ccfdb =make (map[_fc .CharCode ]float64 );_cgcc =_bgfbg .Get ("\u0057\u0069\u0064\u0074\u0068\u0073");if _cgcc !=nil {_cebcd .Widths =_cgcc ;_bdaea ,_ffdaf :=_eb .GetArray (_cgcc ); -if !_ffdaf {_ddb .Log .Debug ("\u0045\u0052R\u004f\u0052\u003a\u0020W\u0069\u0064t\u0068\u0073\u0020\u0061\u0074\u0074\u0072\u0069b\u0075\u0074\u0065\u0020\u0021\u003d\u0020\u0061\u0072\u0072\u0061\u0079 \u0028\u0025\u0054\u0029",_cgcc );return nil ,_eb .ErrTypeError ; -};_gebeg ,_dbdga :=_bdaea .ToFloat64Array ();if _dbdga !=nil {_ddb .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a \u0063\u006f\u006e\u0076\u0065\u0072\u0074\u0069\u006e\u0067\u0020\u0077\u0069d\u0074\u0068\u0073\u0020\u0074\u006f\u0020a\u0072\u0072\u0061\u0079"); -return nil ,_dbdga ;};if len (_gebeg )!=int (_egba -_cgafa +1){_ddb .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0049\u006e\u0076\u0061\u006c\u0069d\u0020\u0077\u0069\u0064\u0074\u0068s\u0020\u006c\u0065\u006e\u0067\u0074\u0068\u0020\u0021\u003d\u0020\u0025\u0064 \u0028\u0025\u0064\u0029",_egba -_cgafa +1,len (_gebeg )); -return nil ,_eb .ErrRangeError ;};_ebacg ,_ffdaf :=_eb .GetArray (_cebcd .FontMatrix );if !_ffdaf {_ddb .Log .Debug ("\u0045\u0052\u0052\u004f\u0052:\u0020\u0046\u006f\u006e\u0074\u004d\u0061\u0074\u0072\u0069\u0078\u0020\u0061t\u0074\u0072\u0069\u0062\u0075\u0074\u0065\u0020\u0021\u003d\u0020\u0061\u0072\u0072\u0061\u0079\u0020\u0028\u0025\u0054\u0029",_ebacg ); -return nil ,_dbdga ;};_eced ,_dbdga :=_ebacg .ToFloat64Array ();if _dbdga !=nil {_ddb .Log .Debug ("\u0045\u0052R\u004f\u0052\u003a\u0020c\u006f\u006ev\u0065\u0072\u0074\u0069\u006e\u0067\u0020\u0046o\u006e\u0074\u004d\u0061\u0074\u0072\u0069\u0078\u0020\u0074\u006f\u0020a\u0072\u0072\u0061\u0079"); -return nil ,_dbdga ;};_cddfe :=_ffg .NewMatrix (_eced [0],_eced [1],_eced [2],_eced [3],_eced [4],_eced [5]);for _cbcfb ,_gdeae :=range _gebeg {_fgbc ,_ :=_cddfe .Transform (_gdeae ,_gdeae );_cebcd ._ccfdb [_cgafa +_fc .CharCode (_cbcfb )]=_fgbc ;};};_cebcd .Encoding =_eb .TraceToDirectObject (_bgfbg .Get ("\u0045\u006e\u0063\u006f\u0064\u0069\u006e\u0067")); -_baeeg :=_bgfbg .Get ("\u0054o\u0055\u006e\u0069\u0063\u006f\u0064e");if _baeeg !=nil {_cebcd ._geee =_eb .TraceToDirectObject (_baeeg );_cefcb ,_cdec :=_geebd (_cebcd ._geee ,&_cebcd .fontCommon );if _cdec !=nil {return nil ,_cdec ;};_cebcd ._bgbg =_cefcb ; -};if _adcfg :=_cebcd ._bgbg ;_adcfg !=nil {_cebcd ._bdde =_fc .NewCMapEncoder ("",nil ,_adcfg );}else {_cebcd ._bdde =_fc .NewPdfDocEncoder ();};return _cebcd ,nil ;}; +// HasFontByName checks if has font resource by name. +func (_ddebc *PdfPage )HasFontByName (name _cee .PdfObjectName )bool {_gdce ,_fcae :=_ddebc .Resources .Font .(*_cee .PdfObjectDictionary );if !_fcae {return false ;};if _gfddc :=_gdce .Get (name );_gfddc !=nil {return true ;};return false ;}; -// ToPdfObject implements interface PdfModel. -func (_efac *PdfActionGoTo3DView )ToPdfObject ()_eb .PdfObject {_efac .PdfAction .ToPdfObject ();_bge :=_efac ._dee ;_ca :=_bge .PdfObject .(*_eb .PdfObjectDictionary );_ca .SetIfNotNil ("\u0053",_eb .MakeName (string (ActionTypeGoTo3DView )));_ca .SetIfNotNil ("\u0054\u0041",_efac .TA ); -_ca .SetIfNotNil ("\u0056",_efac .V );return _bge ;};func (_ccbc *PdfReader )buildNameNodes (_agca *_eb .PdfIndirectObject ,_eecgf map[_eb .PdfObject ]struct{})error {if _agca ==nil {return nil ;};if _ ,_afbgc :=_eecgf [_agca ];_afbgc {_ddb .Log .Debug ("\u0043\u0079\u0063l\u0069\u0063\u0020\u0072e\u0063\u0075\u0072\u0073\u0069\u006f\u006e,\u0020\u0073\u006b\u0069\u0070\u0070\u0069\u006e\u0067\u0020\u0028\u0025\u0076\u0029",_agca .ObjectNumber ); -return nil ;};_eecgf [_agca ]=struct{}{};_fgcfg ,_gccfc :=_agca .PdfObject .(*_eb .PdfObjectDictionary );if !_gccfc {return _dcf .New ("n\u006f\u0064\u0065\u0020no\u0074 \u0061\u0020\u0064\u0069\u0063t\u0069\u006f\u006e\u0061\u0072\u0079");};if _bcgeb ,_cgea :=_eb .GetDict (_fgcfg .Get ("\u0044\u0065\u0073t\u0073")); -_cgea {_fgadf ,_affec :=_eb .GetArray (_bcgeb .Get ("\u004b\u0069\u0064\u0073"));if !_affec {return _dcf .New ("\u0049n\u0076\u0061\u006c\u0069d\u0020\u004b\u0069\u0064\u0073 \u0061r\u0072a\u0079\u0020\u006f\u0062\u006a\u0065\u0063t");};_ddb .Log .Trace ("\u004b\u0069\u0064\u0073\u003a\u0020\u0025\u0073",_fgadf ); -for _acdgf ,_acfaa :=range _fgadf .Elements (){_adebb ,_fcacb :=_eb .GetIndirect (_acfaa );if !_fcacb {_ddb .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0063\u0068\u0069\u006c\u0064\u0020n\u006f\u0074\u0020\u0069\u006e\u0064i\u0072\u0065\u0063\u0074\u0020\u006f\u0062\u006a\u0065\u0063\u0074\u0020\u002d \u0028\u0025\u0073\u0029",_adebb ); -return _dcf .New ("\u0063h\u0069\u006c\u0064\u0020n\u006f\u0074\u0020\u0069\u006ed\u0069r\u0065c\u0074\u0020\u006f\u0062\u006a\u0065\u0063t");};_fgadf .Set (_acdgf ,_adebb );_adgf :=_ccbc .buildNameNodes (_adebb ,_eecgf );if _adgf !=nil {return _adgf ; -};};};if _dbfbd ,_fggeg :=_eb .GetDict (_fgcfg );_fggeg {if !_eb .IsNullObject (_dbfbd .Get ("\u004b\u0069\u0064\u0073")){if _aagba ,_abbcd :=_eb .GetArray (_dbfbd .Get ("\u004b\u0069\u0064\u0073"));_abbcd {for _efacf ,_faedb :=range _aagba .Elements (){if _afdaea ,_eaabf :=_eb .GetIndirect (_faedb ); -_eaabf {_aagba .Set (_efacf ,_afdaea );_ffeee :=_ccbc .buildNameNodes (_afdaea ,_eecgf );if _ffeee !=nil {return _ffeee ;};};};};};};return nil ;}; +// GetCharMetrics returns the char metrics for character code `code`. +func (_baac pdfFontType0 )GetCharMetrics (code _dae .CharCode )(_ce .CharMetrics ,bool ){if _baac .DescendantFont ==nil {_fca .Log .Debug ("\u0045\u0052R\u004f\u0052\u003a\u0020\u004e\u006f\u0020\u0064\u0065\u0073\u0063\u0065\u006e\u0064\u0061\u006e\u0074\u002e\u0020\u0066\u006f\u006et=\u0025\u0073",_baac ); +return _ce .CharMetrics {},false ;};return _baac .DescendantFont .GetCharMetrics (code );}; -// SetBoundingBox sets the bounding box in the attribute object. -func (_defdgd *KDict )SetBoundingBox (x ,y ,width ,height float64 ){_defdgd ._aagfc =&PdfRectangle {Llx :x ,Lly :y ,Urx :x +width ,Ury :y +height };}; +// GetNumComponents returns the number of color components (3 for Lab). +func (_fabf *PdfColorLab )GetNumComponents ()int {return 3};func _gcfe (_cbceb _cee .PdfObject ,_gcefc *PdfReader )(*OutlineDest ,error ){_bcacd ,_eafed :=_cee .GetArray (_cbceb );if !_eafed {return nil ,_cdf .New ("\u006f\u0075\u0074\u006c\u0069\u006e\u0065 \u0064\u0065\u0073t\u0069\u006e\u0061\u0074i\u006f\u006e\u0020\u006f\u0062\u006a\u0065\u0063\u0074\u0020\u006d\u0075\u0073\u0074\u0020\u0062\u0065\u0020\u0061\u006e\u0020\u0061\u0072\u0072\u0061\u0079"); +};_aaagd :=_bcacd .Len ();if _aaagd < 2{return nil ,_e .Errorf ("\u0069n\u0076\u0061l\u0069\u0064\u0020\u006fu\u0074\u006c\u0069n\u0065\u0020\u0064\u0065\u0073\u0074\u0069\u006e\u0061ti\u006f\u006e\u0020a\u0072\u0072a\u0079\u0020\u006c\u0065\u006e\u0067t\u0068\u003a \u0025\u0064",_aaagd ); +};_cgcef :=&OutlineDest {Mode :"\u0046\u0069\u0074"};_gdabf :=_bcacd .Get (0);if _fedeea ,_dbggf :=_cee .GetIndirect (_gdabf );_dbggf {if _ ,_fcece ,_dfdgga :=_gcefc .PageFromIndirectObject (_fedeea );_dfdgga ==nil {_cgcef .Page =int64 (_fcece -1);}else {_fca .Log .Debug ("\u0057\u0041\u0052\u004e\u003a\u0020\u0063o\u0075\u006c\u0064 \u006e\u006f\u0074\u0020g\u0065\u0074\u0020\u0070\u0061\u0067\u0065\u0020\u0069\u006e\u0064\u0065\u0078\u0020\u0066\u006f\u0072\u0020\u0070\u0061\u0067\u0065\u0020\u0025\u002b\u0076",_fedeea ); +};_cgcef .PageObj =_fedeea ;}else if _dfdda ,_dcce :=_cee .GetIntVal (_gdabf );_dcce {if _dfdda >=0&&_dfdda < len (_gcefc .PageList ){_cgcef .PageObj =_gcefc .PageList [_dfdda ].GetPageAsIndirectObject ();}else {_fca .Log .Debug ("\u0057\u0041R\u004e\u003a\u0020\u0063\u006f\u0075\u006c\u0064\u0020\u006e\u006f\u0074\u0020\u0067\u0065\u0074\u0020\u0070\u0061\u0067\u0065\u0020\u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0065\u0072\u0020\u0066\u006f\u0072\u0020\u0070\u0061\u0067\u0065\u0020\u0025\u0064",_dfdda ); +};_cgcef .Page =int64 (_dfdda );}else {return nil ,_e .Errorf ("\u0069\u006eva\u006c\u0069\u0064 \u006f\u0075\u0074\u006cine\u0020de\u0073\u0074\u0069\u006e\u0061\u0074\u0069on\u0020\u0070\u0061\u0067\u0065\u003a\u0020%\u0054",_gdabf );};_ddff ,_eafed :=_cee .GetNameVal (_bcacd .Get (1)); +if !_eafed {_fca .Log .Debug ("\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u006f\u0075\u0074\u006c\u0069\u006e\u0065\u0020\u0064\u0065s\u0074\u0069\u006e\u0061\u0074\u0069\u006fn\u0020\u006d\u0061\u0067\u006e\u0069\u0066\u0069\u0063\u0061\u0074i\u006f\u006e\u0020\u006d\u006f\u0064\u0065\u003a\u0020\u0025\u0076",_bcacd .Get (1)); +return _cgcef ,nil ;};switch _ddff {case "\u0046\u0069\u0074","\u0046\u0069\u0074\u0042":case "\u0046\u0069\u0074\u0048","\u0046\u0069\u0074B\u0048":if _aaagd > 2{_cgcef .Y ,_ =_cee .GetNumberAsFloat (_cee .TraceToDirectObject (_bcacd .Get (2)));};case "\u0046\u0069\u0074\u0056","\u0046\u0069\u0074B\u0056":if _aaagd > 2{_cgcef .X ,_ =_cee .GetNumberAsFloat (_cee .TraceToDirectObject (_bcacd .Get (2))); +};case "\u0058\u0059\u005a":if _aaagd > 4{_cgcef .X ,_ =_cee .GetNumberAsFloat (_cee .TraceToDirectObject (_bcacd .Get (2)));_cgcef .Y ,_ =_cee .GetNumberAsFloat (_cee .TraceToDirectObject (_bcacd .Get (3)));_cgcef .Zoom ,_ =_cee .GetNumberAsFloat (_cee .TraceToDirectObject (_bcacd .Get (4))); +};default:_ddff ="\u0046\u0069\u0074";};_cgcef .Mode =_ddff ;return _cgcef ,nil ;}; -// NewGrayImageFromGoImage creates a new grayscale unidoc Image from a golang Image. -func (_edgeda DefaultImageHandler )NewGrayImageFromGoImage (goimg _fb .Image )(*Image ,error ){_fefadc :=goimg .Bounds ();_deceb :=&Image {Width :int64 (_fefadc .Dx ()),Height :int64 (_fefadc .Dy ()),ColorComponents :1,BitsPerComponent :8};switch _adccg :=goimg .(type ){case *_fb .Gray :if len (_adccg .Pix )!=_fefadc .Dx ()*_fefadc .Dy (){_dbcgg ,_dgde :=_df .GrayConverter .Convert (goimg ); -if _dgde !=nil {return nil ,_dgde ;};_deceb .Data =_dbcgg .Pix ();}else {_deceb .Data =_adccg .Pix ;};case *_fb .Gray16 :_deceb .BitsPerComponent =16;if len (_adccg .Pix )!=_fefadc .Dx ()*_fefadc .Dy ()*2{_baef ,_bgfd :=_df .Gray16Converter .Convert (goimg ); -if _bgfd !=nil {return nil ,_bgfd ;};_deceb .Data =_baef .Pix ();}else {_deceb .Data =_adccg .Pix ;};case _df .Image :_ecbad :=_adccg .Base ();if _ecbad .ColorComponents ==1{_deceb .BitsPerComponent =int64 (_ecbad .BitsPerComponent );_deceb .Data =_ecbad .Data ; -return _deceb ,nil ;};_bggff ,_feaf :=_df .GrayConverter .Convert (goimg );if _feaf !=nil {return nil ,_feaf ;};_deceb .Data =_bggff .Pix ();default:_bdbb ,_gcbdd :=_df .GrayConverter .Convert (goimg );if _gcbdd !=nil {return nil ,_gcbdd ;};_deceb .Data =_bdbb .Pix (); -};return _deceb ,nil ;}; +// GetAction returns the PDF action for the annotation link. +func (_bfg *PdfAnnotationLink )GetAction ()(*PdfAction ,error ){if _bfg ._bef !=nil {return _bfg ._bef ,nil ;};if _bfg .A ==nil {return nil ,nil ;};if _bfg ._cfd ==nil {return nil ,nil ;};_feaa ,_cad :=_bfg ._cfd .loadAction (_bfg .A );if _cad !=nil {return nil ,_cad ; +};_bfg ._bef =_feaa ;return _bfg ._bef ,nil ;}; -// SetDocInfo sets the document /Info metadata. -// This will overwrite any globally declared document info. -func (_adaa *PdfAppender )SetDocInfo (info *PdfInfo ){_adaa ._ccag =info }; +// GetCharMetrics returns the character metrics for the specified character code. A bool flag is +// returned to indicate whether or not the entry was found in the glyph to charcode mapping. +// How it works: +// 1. Return a value the /Widths array (charWidths) if there is one. +// 2. If the font has the same name as a standard 14 font then return width=250. +// 3. Otherwise return no match and let the caller substitute a default. +func (_agdde pdfFontSimple )GetCharMetrics (code _dae .CharCode )(_ce .CharMetrics ,bool ){if _bgfg ,_fgcfe :=_agdde ._ccfb [code ];_fgcfe {return _ce .CharMetrics {Wx :_bgfg },true ;};if _ce .IsStdFont (_ce .StdFontName (_agdde ._fbcf )){return _ce .CharMetrics {Wx :250},true ; +};return _ce .CharMetrics {},false ;}; -// NewOutlineItem returns a new outline item instance. -func NewOutlineItem (title string ,dest OutlineDest )*OutlineItem {return &OutlineItem {Title :title ,Dest :dest };};func (_becf *PdfReader )newPdfActionHideFromDict (_fgc *_eb .PdfObjectDictionary )(*PdfActionHide ,error ){return &PdfActionHide {T :_fgc .Get ("\u0054"),H :_fgc .Get ("\u0048")},nil ; -}; +// GetColorspaces loads PdfPageResourcesColorspaces from `r.ColorSpace` and returns an error if there +// is a problem loading. Once loaded, the same object is returned on multiple calls. +func (_bcfbd *PdfPageResources )GetColorspaces ()(*PdfPageResourcesColorspaces ,error ){if _bcfbd ._ecfaf !=nil {return _bcfbd ._ecfaf ,nil ;};if _bcfbd .ColorSpace ==nil {return nil ,nil ;};_cefea ,_ceaed :=_dabe (_bcfbd .ColorSpace );if _ceaed !=nil {return nil ,_ceaed ; +};_bcfbd ._ecfaf =_cefea ;return _bcfbd ._ecfaf ,nil ;}; -// NewBorderStyle returns an initialized PdfBorderStyle. -func NewBorderStyle ()*PdfBorderStyle {_fgd :=&PdfBorderStyle {};return _fgd };func _eccc (_dgcg *_eb .PdfObjectStream )(*PdfFunctionType0 ,error ){_daecf :=&PdfFunctionType0 {};_daecf ._bded =_dgcg ;_cdbaa :=_dgcg .PdfObjectDictionary ;_ecbdg ,_eedg :=_eb .TraceToDirectObject (_cdbaa .Get ("\u0044\u006f\u006d\u0061\u0069\u006e")).(*_eb .PdfObjectArray ); -if !_eedg {_ddb .Log .Error ("D\u006fm\u0061\u0069\u006e\u0020\u006e\u006f\u0074\u0020s\u0070\u0065\u0063\u0069fi\u0065\u0064");return nil ,_dcf .New ("\u0072\u0065q\u0075\u0069\u0072\u0065d\u0020\u0061t\u0074\u0072\u0069\u0062\u0075\u0074\u0065\u0020m\u0069\u0073\u0073\u0069\u006e\u0067\u0020\u006f\u0072\u0020\u0069\u006ev\u0061\u006c\u0069\u0064"); -};if _ecbdg .Len ()< 0||_ecbdg .Len ()%2!=0{_ddb .Log .Error ("\u0044\u006f\u006d\u0061\u0069\u006e\u0020\u0069\u006ev\u0061\u006c\u0069\u0064");return nil ,_dcf .New ("i\u006ev\u0061\u006c\u0069\u0064\u0020\u0064\u006f\u006da\u0069\u006e\u0020\u0072an\u0067\u0065"); -};_daecf .NumInputs =_ecbdg .Len ()/2;_dabcc ,_gecg :=_ecbdg .ToFloat64Array ();if _gecg !=nil {return nil ,_gecg ;};_daecf .Domain =_dabcc ;_ecbdg ,_eedg =_eb .TraceToDirectObject (_cdbaa .Get ("\u0052\u0061\u006eg\u0065")).(*_eb .PdfObjectArray );if !_eedg {_ddb .Log .Error ("\u0052\u0061\u006e\u0067e \u006e\u006f\u0074\u0020\u0073\u0070\u0065\u0063\u0069\u0066\u0069\u0065\u0064"); -return nil ,_dcf .New ("\u0072\u0065q\u0075\u0069\u0072\u0065d\u0020\u0061t\u0074\u0072\u0069\u0062\u0075\u0074\u0065\u0020m\u0069\u0073\u0073\u0069\u006e\u0067\u0020\u006f\u0072\u0020\u0069\u006ev\u0061\u006c\u0069\u0064");};if _ecbdg .Len ()< 0||_ecbdg .Len ()%2!=0{return nil ,_dcf .New ("\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0072\u0061\u006e\u0067\u0065"); -};_daecf .NumOutputs =_ecbdg .Len ()/2;_effe ,_gecg :=_ecbdg .ToFloat64Array ();if _gecg !=nil {return nil ,_gecg ;};_daecf .Range =_effe ;_ecbdg ,_eedg =_eb .TraceToDirectObject (_cdbaa .Get ("\u0053\u0069\u007a\u0065")).(*_eb .PdfObjectArray );if !_eedg {_ddb .Log .Error ("\u0053i\u007ae\u0020\u006e\u006f\u0074\u0020s\u0070\u0065c\u0069\u0066\u0069\u0065\u0064"); -return nil ,_dcf .New ("\u0072\u0065q\u0075\u0069\u0072\u0065d\u0020\u0061t\u0074\u0072\u0069\u0062\u0075\u0074\u0065\u0020m\u0069\u0073\u0073\u0069\u006e\u0067\u0020\u006f\u0072\u0020\u0069\u006ev\u0061\u006c\u0069\u0064");};_aecg ,_gecg :=_ecbdg .ToIntegerArray (); -if _gecg !=nil {return nil ,_gecg ;};if len (_aecg )!=_daecf .NumInputs {_ddb .Log .Error ("T\u0061\u0062\u006c\u0065\u0020\u0073\u0069\u007a\u0065\u0020\u006e\u006f\u0074\u0020\u006d\u0061\u0074\u0063h\u0069\u006e\u0067\u0020\u006e\u0075\u006d\u0062\u0065\u0072 o\u0066\u0020\u0069n\u0070u\u0074\u0073"); -return nil ,_dcf .New ("r\u0061\u006e\u0067\u0065\u0020\u0063\u0068\u0065\u0063\u006b");};_daecf .Size =_aecg ;_caeg ,_eedg :=_eb .TraceToDirectObject (_cdbaa .Get ("\u0042\u0069\u0074\u0073\u0050\u0065\u0072\u0053\u0061\u006d\u0070\u006c\u0065")).(*_eb .PdfObjectInteger ); -if !_eedg {_ddb .Log .Error ("B\u0069\u0074\u0073\u0050\u0065\u0072S\u0061\u006d\u0070\u006c\u0065\u0020\u006e\u006f\u0074 \u0073\u0070\u0065c\u0069f\u0069\u0065\u0064");return nil ,_dcf .New ("\u0072\u0065q\u0075\u0069\u0072\u0065d\u0020\u0061t\u0074\u0072\u0069\u0062\u0075\u0074\u0065\u0020m\u0069\u0073\u0073\u0069\u006e\u0067\u0020\u006f\u0072\u0020\u0069\u006ev\u0061\u006c\u0069\u0064"); -};if *_caeg !=1&&*_caeg !=2&&*_caeg !=4&&*_caeg !=8&&*_caeg !=12&&*_caeg !=16&&*_caeg !=24&&*_caeg !=32{_ddb .Log .Error ("\u0042\u0069\u0074s \u0070\u0065\u0072\u0020\u0073\u0061\u006d\u0070\u006ce\u0020o\u0075t\u0073i\u0064\u0065\u0020\u0072\u0061\u006e\u0067\u0065\u0020\u0028\u0025\u0064\u0029",*_caeg ); -return nil ,_dcf .New ("r\u0061\u006e\u0067\u0065\u0020\u0063\u0068\u0065\u0063\u006b");};_daecf .BitsPerSample =int (*_caeg );_daecf .Order =1;_acaag ,_eedg :=_eb .TraceToDirectObject (_cdbaa .Get ("\u004f\u0072\u0064e\u0072")).(*_eb .PdfObjectInteger ); -if _eedg {if *_acaag !=1&&*_acaag !=3{_ddb .Log .Error ("\u0049n\u0076a\u006c\u0069\u0064\u0020\u006fr\u0064\u0065r\u0020\u0028\u0025\u0064\u0029",*_acaag );return nil ,_dcf .New ("r\u0061\u006e\u0067\u0065\u0020\u0063\u0068\u0065\u0063\u006b");};_daecf .Order =int (*_acaag ); -};_ecbdg ,_eedg =_eb .TraceToDirectObject (_cdbaa .Get ("\u0045\u006e\u0063\u006f\u0064\u0065")).(*_eb .PdfObjectArray );if _eedg {_gceff ,_gddga :=_ecbdg .ToFloat64Array ();if _gddga !=nil {return nil ,_gddga ;};_daecf .Encode =_gceff ;};_ecbdg ,_eedg =_eb .TraceToDirectObject (_cdbaa .Get ("\u0044\u0065\u0063\u006f\u0064\u0065")).(*_eb .PdfObjectArray ); -if _eedg {_eaec ,_agfef :=_ecbdg .ToFloat64Array ();if _agfef !=nil {return nil ,_agfef ;};_daecf .Decode =_eaec ;};_cecfc ,_gecg :=_eb .DecodeStream (_dgcg );if _gecg !=nil {return nil ,_gecg ;};_daecf ._dcdgc =_cecfc ;return _daecf ,nil ;}; +// GetShadingByName gets the shading specified by keyName. Returns nil if not existing. +// The bool flag indicated whether it was found or not. +func (_afgeb *PdfPageResources )GetShadingByName (keyName _cee .PdfObjectName )(*PdfShading ,bool ){if _afgeb .Shading ==nil {return nil ,false ;};_fdced ,_facgaf :=_cee .TraceToDirectObject (_afgeb .Shading ).(*_cee .PdfObjectDictionary );if !_facgaf {_fca .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0049\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0053\u0068\u0061d\u0069\u006e\u0067\u0020\u0065\u006e\u0074r\u0079\u0020\u002d\u0020\u006e\u006f\u0074\u0020\u0061\u0020\u0064i\u0063\u0074\u0020\u0028\u0067\u006f\u0074\u0020\u0025\u0054\u0029",_afgeb .Shading ); +return nil ,false ;};if _beebd :=_fdced .Get (keyName );_beebd !=nil {_acfca ,_aefbf :=_cdgaf (_beebd );if _aefbf !=nil {_fca .Log .Debug ("\u0045\u0052R\u004f\u0052\u003a\u0020f\u0061\u0069l\u0065\u0064\u0020\u0074\u006f\u0020\u006c\u006fa\u0064\u0020\u0070\u0064\u0066\u0020\u0073\u0068\u0061\u0064\u0069\u006eg\u003a\u0020\u0025\u0076",_aefbf ); +return nil ,false ;};return _acfca ,true ;};return nil ,false ;};var ErrColorOutOfRange =_cdf .New ("\u0063o\u006co\u0072\u0020\u006f\u0075\u0074 \u006f\u0066 \u0072\u0061\u006e\u0067\u0065"); -// PdfColorspaceDeviceN represents a DeviceN color space. DeviceN color spaces are similar to Separation color -// spaces, except they can contain an arbitrary number of color components. -/* - Format: [/DeviceN names alternateSpace tintTransform] - or: [/DeviceN names alternateSpace tintTransform attributes] -*/ -type PdfColorspaceDeviceN struct{ColorantNames *_eb .PdfObjectArray ;AlternateSpace PdfColorspace ;TintTransform PdfFunction ;Attributes *PdfColorspaceDeviceNAttributes ;_cfef *_eb .PdfIndirectObject ;}; +// RunesToCharcodeBytes maps the provided runes to charcode bytes and it +// returns the resulting slice of bytes, along with the number of runes which +// could not be converted. If the number of misses is 0, all runes were +// successfully converted. +func (_eead *PdfFont )RunesToCharcodeBytes (data []rune )([]byte ,int ){var _cgcbd []_dae .TextEncoder ;var _cfgae _dae .CMapEncoder ;if _eaca :=_eead .baseFields ()._abcbf ;_eaca !=nil {_cfgae =_dae .NewCMapEncoder ("",nil ,_eaca );};_bgbd :=_eead .Encoder (); +if _bgbd !=nil {switch _bgge :=_bgbd .(type ){case _dae .SimpleEncoder :_cfabb :=_bgge .BaseName ();if _ ,_ggggf :=_fceac [_cfabb ];_ggggf {_cgcbd =append (_cgcbd ,_bgbd );};};};if len (_cgcbd )==0{if _eead .baseFields ()._abcbf !=nil {_cgcbd =append (_cgcbd ,_cfgae ); +};if _bgbd !=nil {_cgcbd =append (_cgcbd ,_bgbd );};};var _baaga _cd .Buffer ;var _gcga int ;for _ ,_ccafd :=range data {var _edafac bool ;for _ ,_geffd :=range _cgcbd {if _adgca :=_geffd .Encode (string (_ccafd ));len (_adgca )> 0{_baaga .Write (_adgca ); +_edafac =true ;break ;};};if !_edafac {_fca .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020f\u0061\u0069\u006ce\u0064\u0020\u0074\u006f \u006d\u0061\u0070\u0020\u0072\u0075\u006e\u0065\u0020\u0060\u0025\u002b\u0071\u0060\u0020\u0074\u006f\u0020\u0063\u0068\u0061\u0072\u0063\u006f\u0064\u0065",_ccafd ); +_gcga ++;};};if _gcga !=0{_fca .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a \u0063\u006f\u0075\u006c\u0064\u0020\u006e\u006f\u0074\u0020\u0063\u006f\u006e\u0076\u0065\u0072\u0074\u0020\u0061\u006cl\u0020\u0072\u0075\u006e\u0065\u0073\u0020\u0074\u006f\u0020\u0063\u0068\u0061\u0072c\u006fd\u0065\u0073\u002e\u000a"+"\u0009\u006e\u0075\u006d\u0052\u0075\u006e\u0065\u0073\u003d\u0025d\u0020\u006e\u0075\u006d\u004d\u0069\u0073\u0073\u0065\u0073=\u0025\u0064\u000a"+"\t\u0066\u006f\u006e\u0074=%\u0073 \u0065\u006e\u0063\u006f\u0064e\u0072\u0073\u003d\u0025\u002b\u0076",len (data ),_gcga ,_eead ,_cgcbd ); +};return _baaga .Bytes (),_gcga ;}; -// AddCerts adds certificates to DSS. -func (_agfe *DSS )AddCerts (certs [][]byte )([]*_eb .PdfObjectStream ,error ){return _agfe .add (&_agfe .Certs ,_agfe ._eaed ,certs );};func (_aaeb *PdfReader )newPdfAnnotationStampFromDict (_cadf *_eb .PdfObjectDictionary )(*PdfAnnotationStamp ,error ){_ecec :=PdfAnnotationStamp {}; -_degea ,_ggab :=_aaeb .newPdfAnnotationMarkupFromDict (_cadf );if _ggab !=nil {return nil ,_ggab ;};_ecec .PdfAnnotationMarkup =_degea ;_ecec .Name =_cadf .Get ("\u004e\u0061\u006d\u0065");return &_ecec ,nil ;}; +// NewCompositePdfFontFromTTF loads a composite TTF font. Composite fonts can +// be used to represent unicode fonts which can have multi-byte character codes, representing a wide +// range of values. They are often used for symbolic languages, including Chinese, Japanese and Korean. +// It is represented by a Type0 Font with an underlying CIDFontType2 and an Identity-H encoding map. +// TODO: May be extended in the future to support a larger variety of CMaps and vertical fonts. +// NOTE: For simple fonts, use NewPdfFontFromTTF. +func NewCompositePdfFontFromTTF (r _fc .ReadSeeker )(*PdfFont ,error ){_ccbad ,_ebcg :=_fc .ReadAll (r );if _ebcg !=nil {_fca .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0055\u006e\u0061\u0062\u006c\u0065 \u0074\u006f\u0020\u0072\u0065\u0061d\u0020\u0066\u006f\u006e\u0074\u0020\u0063\u006f\u006e\u0074\u0065\u006e\u0074s\u003a\u0020\u0025\u0076",_ebcg ); +return nil ,_ebcg ;};_eegab ,_ebcg :=_ce .TtfParse (_cd .NewReader (_ccbad ));if _ebcg !=nil {_fca .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a \u0077\u0068\u0069\u006c\u0065\u0020\u006c\u006f\u0061\u0064\u0069\u006e\u0067 \u0074\u0074\u0066\u0020\u0066\u006f\u006et\u003a\u0020\u0025\u0076",_ebcg ); +return nil ,_ebcg ;};_gfac :=&pdfCIDFontType2 {fontCommon :fontCommon {_ccdeg :"\u0043\u0049\u0044F\u006f\u006e\u0074\u0054\u0079\u0070\u0065\u0032"},CIDToGIDMap :_cee .MakeName ("\u0049\u0064\u0065\u006e\u0074\u0069\u0074\u0079")};if len (_eegab .Widths )<=0{return nil ,_cdf .New ("\u0045\u0052\u0052O\u0052\u003a\u0020\u004d\u0069\u0073\u0073\u0069\u006e\u0067\u0020\u0072\u0065\u0071\u0075\u0069\u0072\u0065\u0064\u0020\u0061\u0074\u0074\u0072\u0069\u0062\u0075\u0074\u0065 \u0028\u0057\u0069\u0064\u0074\u0068\u0073\u0029"); +};_ddecg :=1000.0/float64 (_eegab .UnitsPerEm );_caff :=_ddecg *float64 (_eegab .Widths [0]);_degdb :=make (map[rune ]int );_eaae :=make (map[_ce .GID ]int );_dafdg :=_ce .GID (len (_eegab .Widths ));for _edbea ,_ebed :=range _eegab .Chars {if _ebed > _dafdg -1{continue ; +};_egcgc :=int (_ddecg *float64 (_eegab .Widths [_ebed ]));_degdb [_edbea ]=_egcgc ;_eaae [_ebed ]=_egcgc ;};_gfac ._abdc =_degdb ;_gfac .DW =_cee .MakeInteger (int64 (_caff ));_cebf :=_caaf (_eaae ,uint16 (_dafdg ));_gfac .W =_cee .MakeIndirectObject (_cebf ); +_ebda :=_cee .MakeDict ();_ebda .Set ("\u004f\u0072\u0064\u0065\u0072\u0069\u006e\u0067",_cee .MakeString ("\u0049\u0064\u0065\u006e\u0074\u0069\u0074\u0079"));_ebda .Set ("\u0052\u0065\u0067\u0069\u0073\u0074\u0072\u0079",_cee .MakeString ("\u0041\u0064\u006fb\u0065")); +_ebda .Set ("\u0053\u0075\u0070\u0070\u006c\u0065\u006d\u0065\u006e\u0074",_cee .MakeInteger (0));_gfac .CIDSystemInfo =_ebda ;_bddfd :=&PdfFontDescriptor {FontName :_cee .MakeName (_eegab .PostScriptName ),Ascent :_cee .MakeFloat (_ddecg *float64 (_eegab .TypoAscender )),Descent :_cee .MakeFloat (_ddecg *float64 (_eegab .TypoDescender )),CapHeight :_cee .MakeFloat (_ddecg *float64 (_eegab .CapHeight )),FontBBox :_cee .MakeArrayFromFloats ([]float64 {_ddecg *float64 (_eegab .Xmin ),_ddecg *float64 (_eegab .Ymin ),_ddecg *float64 (_eegab .Xmax ),_ddecg *float64 (_eegab .Ymax )}),ItalicAngle :_cee .MakeFloat (_eegab .ItalicAngle ),MissingWidth :_cee .MakeFloat (_caff )}; +_aaga ,_ebcg :=_cee .MakeStream (_ccbad ,_cee .NewFlateEncoder ());if _ebcg !=nil {_fca .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0055\u006e\u0061\u0062\u006c\u0065\u0020\u0074o\u0020m\u0061\u006b\u0065\u0020\u0073\u0074\u0072\u0065\u0061\u006d\u003a\u0020\u0025\u0076",_ebcg ); +return nil ,_ebcg ;};_aaga .PdfObjectDictionary .Set ("\u004ce\u006e\u0067\u0074\u0068\u0031",_cee .MakeInteger (int64 (len (_ccbad ))));_bddfd .FontFile2 =_aaga ;if _eegab .Bold {_bddfd .StemV =_cee .MakeInteger (120);}else {_bddfd .StemV =_cee .MakeInteger (70); +};_cgcdb :=_cddf ;if _eegab .IsFixedPitch {_cgcdb |=_aabcf ;};if _eegab .ItalicAngle !=0{_cgcdb |=_dgbc ;};_bddfd .Flags =_cee .MakeInteger (int64 (_cgcdb ));_gfac ._fbcf =_eegab .PostScriptName ;_gfac ._ebcad =_bddfd ;_aafg :=pdfFontType0 {fontCommon :fontCommon {_ccdeg :"\u0054\u0079\u0070e\u0030",_fbcf :_eegab .PostScriptName },DescendantFont :&PdfFont {_bggcf :_gfac },Encoding :_cee .MakeName ("\u0049\u0064\u0065\u006e\u0074\u0069\u0074\u0079\u002d\u0048"),_daac :_eegab .NewEncoder ()}; +if len (_eegab .Chars )> 0{_eegdb :=make (map[_dgg .CharCode ]rune ,len (_eegab .Chars ));for _bgdaf ,_eacff :=range _eegab .Chars {_faagb :=_dgg .CharCode (_eacff );if _caeb ,_eabegd :=_eegdb [_faagb ];!_eabegd ||(_eabegd &&_caeb > _bgdaf ){_eegdb [_faagb ]=_bgdaf ; +};};_aafg ._abcbf =_dgg .NewToUnicodeCMap (_eegdb );};_cbeeb :=PdfFont {_bggcf :&_aafg };return &_cbeeb ,nil ;}; -// ValidateSignatures validates digital signatures in the document. -func (_edfg *PdfReader )ValidateSignatures (handlers []SignatureHandler )([]SignatureValidationResult ,error ){if _edfg .AcroForm ==nil {return nil ,nil ;};if _edfg .AcroForm .Fields ==nil {return nil ,nil ;};type sigFieldPair struct{_cgfba *PdfSignature ; -_gdffd *PdfField ;_bgafg SignatureHandler ;};var _ddfdc []*sigFieldPair ;for _ ,_afebb :=range _edfg .AcroForm .AllFields (){if _afebb .V ==nil {continue ;};if _aceff ,_bece :=_eb .GetDict (_afebb .V );_bece {if _dacfa ,_dbfdf :=_eb .GetNameVal (_aceff .Get ("\u0054\u0079\u0070\u0065")); -_dbfdf &&(_dacfa =="\u0053\u0069\u0067"||_dacfa =="\u0044\u006f\u0063T\u0069\u006d\u0065\u0053\u0074\u0061\u006d\u0070"){_dadbf ,_cdffbf :=_eb .GetIndirect (_afebb .V );if !_cdffbf {_ddb .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a \u0053\u0069\u0067\u006e\u0061\u0074\u0075\u0072\u0065\u0020\u0063\u006f\u006et\u0061\u0069\u006e\u0065\u0072\u0020\u0069s\u0020\u006e\u0069\u006c"); -return nil ,ErrTypeCheck ;};_cbdbg ,_adgg :=_edfg .newPdfSignatureFromIndirect (_dadbf );if _adgg !=nil {return nil ,_adgg ;};var _afaaf SignatureHandler ;for _ ,_afcab :=range handlers {if _afcab .IsApplicable (_cbdbg ){_afaaf =_afcab ;break ;};};_ddfdc =append (_ddfdc ,&sigFieldPair {_cgfba :_cbdbg ,_gdffd :_afebb ,_bgafg :_afaaf }); -};};};var _bbba []SignatureValidationResult ;for _ ,_deed :=range _ddfdc {_faccc :=SignatureValidationResult {IsSigned :true ,Fields :[]*PdfField {_deed ._gdffd }};if _deed ._bgafg ==nil {_faccc .Errors =append (_faccc .Errors ,"\u0068a\u006ed\u006c\u0065\u0072\u0020\u006e\u006f\u0074\u0020\u0073\u0065\u0074"); -_bbba =append (_bbba ,_faccc );continue ;};_dbaga ,_fedcce :=_deed ._bgafg .NewDigest (_deed ._cgfba );if _fedcce !=nil {_faccc .Errors =append (_faccc .Errors ,"\u0064\u0069\u0067e\u0073\u0074\u0020\u0065\u0072\u0072\u006f\u0072",_fedcce .Error ());_bbba =append (_bbba ,_faccc ); -continue ;};_dffg :=_deed ._cgfba .ByteRange ;if _dffg ==nil {_faccc .Errors =append (_faccc .Errors ,"\u0042\u0079\u0074\u0065\u0052\u0061\u006e\u0067\u0065\u0020\u006e\u006ft\u0020\u0073\u0065\u0074");_bbba =append (_bbba ,_faccc );continue ;};for _eabgc :=0; -_eabgc < _dffg .Len ();_eabgc =_eabgc +2{_ffdafb ,_ :=_eb .GetNumberAsInt64 (_dffg .Get (_eabgc ));_cefd ,_ :=_eb .GetIntVal (_dffg .Get (_eabgc +1));if _ ,_ffccg :=_edfg ._cbeg .Seek (_ffdafb ,_bagf .SeekStart );_ffccg !=nil {return nil ,_ffccg ;};_eaccd :=make ([]byte ,_cefd ); -if _ ,_cccgb :=_edfg ._cbeg .Read (_eaccd );_cccgb !=nil {return nil ,_cccgb ;};_dbaga .Write (_eaccd );};var _dfgebe SignatureValidationResult ;if _dceg ,_efag :=_deed ._bgafg .(SignatureHandlerDocMDP );_efag {_dfgebe ,_fedcce =_dceg .ValidateWithOpts (_deed ._cgfba ,_dbaga ,SignatureHandlerDocMDPParams {Parser :_edfg ._ebbe }); -}else {_dfgebe ,_fedcce =_deed ._bgafg .Validate (_deed ._cgfba ,_dbaga );};if _fedcce !=nil {_ddb .Log .Debug ("E\u0052\u0052\u004f\u0052: \u0025v\u0020\u0028\u0025\u0054\u0029 \u002d\u0020\u0073\u006b\u0069\u0070",_fedcce ,_deed ._bgafg );_dfgebe .Errors =append (_dfgebe .Errors ,_fedcce .Error ()); -};_dfgebe .Name =_deed ._cgfba .Name .Decoded ();_dfgebe .Reason =_deed ._cgfba .Reason .Decoded ();if _deed ._cgfba .M !=nil {_ecadf ,_fgceg :=NewPdfDate (_deed ._cgfba .M .String ());if _fgceg !=nil {_ddb .Log .Debug ("\u0045R\u0052\u004f\u0052\u003a\u0020\u0025v",_fgceg ); -_dfgebe .Errors =append (_dfgebe .Errors ,_fgceg .Error ());continue ;};_dfgebe .Date =_ecadf ;};_dfgebe .ContactInfo =_deed ._cgfba .ContactInfo .Decoded ();_dfgebe .Location =_deed ._cgfba .Location .Decoded ();_dfgebe .Fields =_faccc .Fields ;_bbba =append (_bbba ,_dfgebe ); -};return _bbba ,nil ;}; +// GetRuneMetrics returns the character metrics for the specified rune. +// A bool flag is returned to indicate whether or not the entry was found. +func (_gbgg pdfFontType0 )GetRuneMetrics (r rune )(_ce .CharMetrics ,bool ){if _gbgg .DescendantFont ==nil {_fca .Log .Debug ("\u0045\u0052R\u004f\u0052\u003a\u0020\u004e\u006f\u0020\u0064\u0065\u0073\u0063\u0065\u006e\u0064\u0061\u006e\u0074\u002e\u0020\u0066\u006f\u006et=\u0025\u0073",_gbgg ); +return _ce .CharMetrics {},false ;};return _gbgg .DescendantFont .GetRuneMetrics (r );}; -// L returns the value of the L component of the color. -func (_cdbe *PdfColorLab )L ()float64 {return _cdbe [0]};const (ActionTypeGoTo PdfActionType ="\u0047\u006f\u0054\u006f";ActionTypeGoTo3DView PdfActionType ="\u0047\u006f\u0054\u006f\u0033\u0044\u0056\u0069\u0065\u0077";ActionTypeGoToE PdfActionType ="\u0047\u006f\u0054o\u0045"; -ActionTypeGoToR PdfActionType ="\u0047\u006f\u0054o\u0052";ActionTypeHide PdfActionType ="\u0048\u0069\u0064\u0065";ActionTypeImportData PdfActionType ="\u0049\u006d\u0070\u006f\u0072\u0074\u0044\u0061\u0074\u0061";ActionTypeJavaScript PdfActionType ="\u004a\u0061\u0076\u0061\u0053\u0063\u0072\u0069\u0070\u0074"; -ActionTypeLaunch PdfActionType ="\u004c\u0061\u0075\u006e\u0063\u0068";ActionTypeMovie PdfActionType ="\u004d\u006f\u0076i\u0065";ActionTypeNamed PdfActionType ="\u004e\u0061\u006de\u0064";ActionTypeRendition PdfActionType ="\u0052e\u006e\u0064\u0069\u0074\u0069\u006fn"; -ActionTypeResetForm PdfActionType ="\u0052e\u0073\u0065\u0074\u0046\u006f\u0072m";ActionTypeSetOCGState PdfActionType ="S\u0065\u0074\u004f\u0043\u0047\u0053\u0074\u0061\u0074\u0065";ActionTypeSound PdfActionType ="\u0053\u006f\u0075n\u0064";ActionTypeSubmitForm PdfActionType ="\u0053\u0075\u0062\u006d\u0069\u0074\u0046\u006f\u0072\u006d"; -ActionTypeThread PdfActionType ="\u0054\u0068\u0072\u0065\u0061\u0064";ActionTypeTrans PdfActionType ="\u0054\u0072\u0061n\u0073";ActionTypeURI PdfActionType ="\u0055\u0052\u0049";); +// NewPdfAnnotationScreen returns a new screen annotation. +func NewPdfAnnotationScreen ()*PdfAnnotationScreen {_agb :=NewPdfAnnotation ();_cfde :=&PdfAnnotationScreen {};_cfde .PdfAnnotation =_agb ;_agb .SetContext (_cfde );return _cfde ;}; -// ImageToRGB converts Lab colorspace image to RGB and returns the result. -func (_caea *PdfColorspaceLab )ImageToRGB (img Image )(Image ,error ){_dcbf :=func (_cecb float64 )float64 {if _cecb >=6.0/29{return _cecb *_cecb *_cecb ;};return 108.0/841*(_cecb -4.0/29.0);};_edgf :=img ._fedc ;if len (_edgf )!=6{_ddb .Log .Trace ("\u0049\u006d\u0061\u0067\u0065\u0020\u002d\u0020\u004c\u0061\u0062\u0020\u0044e\u0063\u006f\u0064\u0065\u0020\u0072\u0061\u006e\u0067e\u0020\u0021\u003d\u0020\u0036\u002e\u002e\u002e\u0020\u0075\u0073\u0065\u0020\u005b0\u0020\u0031\u0030\u0030\u0020\u0061\u006d\u0069\u006e\u0020\u0061\u006d\u0061\u0078\u0020\u0062\u006d\u0069\u006e\u0020\u0062\u006d\u0061\u0078\u005d\u0020\u0064\u0065\u0066\u0061u\u006c\u0074\u0020\u0064\u0065\u0063\u006f\u0064\u0065 \u0061\u0072r\u0061\u0079"); -_edgf =_caea .DecodeArray ();};_edec :=_bb .NewReader (img .getBase ());_debgb :=_df .NewImageBase (int (img .Width ),int (img .Height ),int (img .BitsPerComponent ),3,nil ,img ._bdcab ,img ._fedc );_egec :=_bb .NewWriter (_debgb );_ddgdb :=_gg .Pow (2,float64 (img .BitsPerComponent ))-1; -_caad :=make ([]uint32 ,3);var (_fbfd error ;Ls ,As ,Bs ,L ,M ,N ,X ,Y ,Z ,_adbd ,_ceeg ,_gbc float64 ;);for {_fbfd =_edec .ReadSamples (_caad );if _fbfd ==_bagf .EOF {break ;}else if _fbfd !=nil {return img ,_fbfd ;};Ls =float64 (_caad [0])/_ddgdb ;As =float64 (_caad [1])/_ddgdb ; -Bs =float64 (_caad [2])/_ddgdb ;Ls =_df .LinearInterpolate (Ls ,0.0,1.0,_edgf [0],_edgf [1]);As =_df .LinearInterpolate (As ,0.0,1.0,_edgf [2],_edgf [3]);Bs =_df .LinearInterpolate (Bs ,0.0,1.0,_edgf [4],_edgf [5]);L =(Ls +16)/116+As /500;M =(Ls +16)/116; -N =(Ls +16)/116-Bs /200;X =_caea .WhitePoint [0]*_dcbf (L );Y =_caea .WhitePoint [1]*_dcbf (M );Z =_caea .WhitePoint [2]*_dcbf (N );_adbd =3.240479*X +-1.537150*Y +-0.498535*Z ;_ceeg =-0.969256*X +1.875992*Y +0.041556*Z ;_gbc =0.055648*X +-0.204043*Y +1.057311*Z ; -_adbd =_gg .Min (_gg .Max (_adbd ,0),1.0);_ceeg =_gg .Min (_gg .Max (_ceeg ,0),1.0);_gbc =_gg .Min (_gg .Max (_gbc ,0),1.0);_caad [0]=uint32 (_adbd *_ddgdb );_caad [1]=uint32 (_ceeg *_ddgdb );_caad [2]=uint32 (_gbc *_ddgdb );if _fbfd =_egec .WriteSamples (_caad ); -_fbfd !=nil {return img ,_fbfd ;};};return _ggaa (&_debgb ),nil ;};func NewViewerPreferencesFromPdfObject (obj _eb .PdfObject )(*ViewerPreferences ,error ){_ccgbgd :=_eb .ResolveReference (obj );_bfbcg ,_fbaaa :=_eb .GetDict (_ccgbgd );if !_fbaaa {return nil ,_e .Errorf ("e\u0078\u0069\u0073\u0074\u0069\u006e\u0067\u0020\u0076i\u0065\u0077\u0065\u0072\u0020\u0070\u0072ef\u0065\u0072\u0065\u006ec\u0065\u0073\u0020\u0069\u0073\u0020\u006e\u006f\u0074 a\u0020\u0064i\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079"); -};_facd :=NewViewerPreferences ();if _afcg :=_bfbcg .Get ("H\u0069\u0064\u0065\u0054\u006f\u006f\u006c\u0062\u0061\u0072");_afcg !=nil {if _gceg ,_caade :=_eb .GetBool (_afcg );_caade {_facd ._caafc =(*bool )(_gceg );};};if _bcfbb :=_bfbcg .Get ("H\u0069\u0064\u0065\u004d\u0065\u006e\u0075\u0062\u0061\u0072"); -_bcfbb !=nil {if _bdfe ,_fefcg :=_eb .GetBool (_bcfbb );_fefcg {_facd ._gcbcb =(*bool )(_bdfe );};};if _edcce :=_bfbcg .Get ("\u0048\u0069\u0064e\u0057\u0069\u006e\u0064\u006f\u0077\u0055\u0049");_edcce !=nil {if _addgd ,_adbdd :=_eb .GetBool (_edcce ); -_adbdd {_facd ._fcebae =(*bool )(_addgd );};};if _faggd :=_bfbcg .Get ("\u0046i\u0074\u0057\u0069\u006e\u0064\u006fw");_faggd !=nil {if _abga ,_ebaf :=_eb .GetBool (_faggd );_ebaf {_facd ._edbaa =(*bool )(_abga );};};if _deeeg :=_bfbcg .Get ("\u0043\u0065\u006et\u0065\u0072\u0057\u0069\u006e\u0064\u006f\u0077"); -_deeeg !=nil {if _abdda ,_edded :=_eb .GetBool (_deeeg );_edded {_facd ._dacc =(*bool )(_abdda );};};if _gadfb :=_bfbcg .Get ("\u0044i\u0073p\u006c\u0061\u0079\u0044\u006f\u0063\u0054\u0069\u0074\u006c\u0065");_gadfb !=nil {if _bdfbae ,_degddd :=_eb .GetBool (_gadfb ); -_degddd {_facd ._bgdge =(*bool )(_bdfbae );};};if _fecdg :=_bfbcg .Get ("N\u006f\u006e\u0046\u0075ll\u0053c\u0072\u0065\u0065\u006e\u0050a\u0067\u0065\u004d\u006f\u0064\u0065");_fecdg !=nil {if _afgdf ,_faaef :=_eb .GetName (_fecdg );_faaef {_facd ._cdcff =NonFullScreenPageMode (*_afgdf ); -};};if _dcbbga :=_bfbcg .Get ("\u0044i\u0072\u0065\u0063\u0074\u0069\u006fn");_dcbbga !=nil {if _gabf ,_eabec :=_eb .GetName (_dcbbga );_eabec {_facd ._baeb =Direction (*_gabf );};};if _fefbf :=_bfbcg .Get ("\u0056\u0069\u0065\u0077\u0041\u0072\u0065\u0061"); -_fefbf !=nil {if _begcb ,_eaggb :=_eb .GetName (_fefbf );_eaggb {_facd ._ffgda =PageBoundary (*_begcb );};};if _ecfd :=_bfbcg .Get ("\u0056\u0069\u0065\u0077\u0043\u006c\u0069\u0070");_ecfd !=nil {if _gedd ,_eagcd :=_eb .GetName (_ecfd );_eagcd {_facd ._eadae =PageBoundary (*_gedd ); -};};if _gfeb :=_bfbcg .Get ("\u0050r\u0069\u006e\u0074\u0041\u0072\u0065a");_gfeb !=nil {if _bbaee ,_ecae :=_eb .GetName (_gfeb );_ecae {_facd ._bdegd =PageBoundary (*_bbaee );};};if _gfbefc :=_bfbcg .Get ("\u0050r\u0069\u006e\u0074\u0043\u006c\u0069p"); -_gfbefc !=nil {if _fcfbb ,_afaeb :=_eb .GetName (_gfbefc );_afaeb {_facd ._edef =PageBoundary (*_fcfbb );};};if _fgafbb :=_bfbcg .Get ("\u0050\u0072\u0069n\u0074\u0053\u0063\u0061\u006c\u0069\u006e\u0067");_fgafbb !=nil {if _dadee ,_ecdfa :=_eb .GetName (_fgafbb ); -_ecdfa {_facd ._gefcg =PrintScaling (*_dadee );};};if _fbedgg :=_bfbcg .Get ("\u0044\u0075\u0070\u006c\u0065\u0078");_fbedgg !=nil {if _ddbea ,_egbdg :=_eb .GetName (_fbedgg );_egbdg {_facd ._ebabd =Duplex (*_ddbea );};};if _acagf :=_bfbcg .Get ("\u0050\u0069\u0063\u006b\u0054\u0072\u0061\u0079\u0042\u0079\u0050\u0044F\u0053\u0069\u007a\u0065"); -_acagf !=nil {if _gfdcc ,_egaeb :=_eb .GetBool (_acagf );_egaeb {_facd ._gggea =(*bool )(_gfdcc );};};if _gbgba :=_bfbcg .Get ("\u0050\u0072\u0069\u006e\u0074\u0050\u0061\u0067\u0065R\u0061\u006e\u0067\u0065");_gbgba !=nil {if _eggae ,_eacbd :=_eb .GetArray (_gbgba ); -_eacbd {_facd ._gcgfc =make ([]int ,_eggae .Len ());for _bdfccd :=range _facd ._gcgfc {if _cgddf :=_eggae .Get (_bdfccd );_cgddf !=nil {if _bacgf ,_bbbaa :=_eb .GetInt (_cgddf );_bbbaa {_facd ._gcgfc [_bdfccd ]=int (*_bacgf );};};};};};if _dbaca :=_bfbcg .Get ("\u004eu\u006d\u0043\u006f\u0070\u0069\u0065s"); -_dbaca !=nil {if _egcc ,_abddd :=_eb .GetInt (_dbaca );_abddd {_facd ._bdeec =int (*_egcc );};};return _facd ,nil ;}; +// SetCatalogMetadata sets the catalog metadata (XMP) stream object. +func (_aeccg *PdfWriter )SetCatalogMetadata (meta _cee .PdfObject )error {if meta ==nil {_aeccg ._cdebc .Remove ("\u004d\u0065\u0074\u0061\u0064\u0061\u0074\u0061");return nil ;};_ggdca ,_ecgbd :=_cee .GetStream (meta );if !_ecgbd {return _cdf .New ("\u0063\u0061\u0074\u0061\u006c\u006f\u0067\u0020\u006d\u0065\u0074\u0061\u0064a\u0074\u0061\u0020\u006d\u0075\u0073t\u0020\u0062\u0065\u0020\u0061\u0020\u0076\u0061\u006c\u0069\u0064\u0020\u0073t\u0072\u0065\u0061\u006d"); +};_aeccg .addObject (_ggdca );_aeccg ._cdebc .Set ("\u004d\u0065\u0074\u0061\u0064\u0061\u0074\u0061",_ggdca );return nil ;}; -// ToUnicode returns the name of the font's "ToUnicode" field if there is one, or "" if there isn't. -func (_bcca *PdfFont )ToUnicode ()string {if _bcca .baseFields ()._bgbg ==nil {return "";};return _bcca .baseFields ()._bgbg .Name ();}; +// PdfOutlineTreeNode contains common fields used by the outline and outline +// item objects. +type PdfOutlineTreeNode struct{_afcbg interface{};First *PdfOutlineTreeNode ;Last *PdfOutlineTreeNode ;}; -// EnableAll LTV enables all signatures in the PDF document. -// The signing certificate chain is extracted from each signature dictionary. -// Optionally, additional certificates can be specified through the -// `extraCerts` parameter. The LTV client attempts to build the certificate -// chain up to a trusted root by downloading any missing certificates. -func (_bafgec *LTV )EnableAll (extraCerts []*_bag .Certificate )error {_cbgcc :=_bafgec ._feba ._adac .AcroForm ;for _ ,_dbac :=range _cbgcc .AllFields (){_gcddc ,_ :=_dbac .GetContext ().(*PdfFieldSignature );if _gcddc ==nil {continue ;};_egfc :=_gcddc .V ; -if _cggd :=_bafgec .validateSig (_egfc );_cggd !=nil {_ddb .Log .Debug ("\u0057\u0041\u0052N\u003a\u0020\u0053\u006b\u0069\u0070\u0070\u0069\u006e\u0067\u0020\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0073\u0069\u0067\u006e\u0061\u0074\u0075\u0072\u0065\u0020f\u0069\u0065\u006c\u0064\u003a\u0020\u0025\u0076",_cggd ); -};if _eebgb :=_bafgec .Enable (_egfc ,extraCerts );_eebgb !=nil {return _eebgb ;};};return nil ;};func (_bgafa *PdfWriter )writeObjectsInStreams (_fbegg map[_eb .PdfObject ]bool )error {for _ ,_babgba :=range _bgafa ._dcfgf {if _fdbcb :=_fbegg [_babgba ]; -_fdbcb {continue ;};_cbfde :=int64 (0);switch _cdbcd :=_babgba .(type ){case *_eb .PdfIndirectObject :_cbfde =_cdbcd .ObjectNumber ;case *_eb .PdfObjectStream :_cbfde =_cdbcd .ObjectNumber ;case *_eb .PdfObjectStreams :_cbfde =_cdbcd .ObjectNumber ;case *_eb .PdfObjectDictionary ,*_eb .PdfObjectString :default:_ddb .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020U\u006e\u0073\u0075p\u0070\u006f\u0072t\u0065\u0064 \u0074\u0079\u0070\u0065\u0020\u0069n\u0020wr\u0069\u0074\u0065\u0072\u0020\u006f\u0062\u006a\u0065\u0063\u0074\u0073\u003a\u0020\u0025\u0054\u0020\u0028\u0074\u0079\u0070\u0065\u0020\u0025\u0054\u0029",_babgba ,_cdbcd ); -return ErrTypeCheck ;};if _bgafa ._gadcaa !=nil &&_babgba !=_bgafa ._ebdeed {_eage :=_bgafa ._gadcaa .Encrypt (_babgba ,_cbfde ,0);if _eage !=nil {_ddb .Log .Debug ("\u0045\u0052R\u004f\u0052\u003a\u0020\u0046\u0061\u0069\u006c\u0065\u0064\u0020\u0065\u006e\u0063\u0072\u0079\u0070\u0074\u0069\u006e\u0067\u0020(%\u0073\u0029",_eage ); -return _eage ;};};_bgafa .writeObject (int (_cbfde ),_babgba );};return nil ;};func (_aadbb *DSS )generateHashMap (_fdedd []*_eb .PdfObjectStream )(map[string ]*_eb .PdfObjectStream ,error ){_gcfg :=map[string ]*_eb .PdfObjectStream {};for _ ,_eeab :=range _fdedd {_fggdd ,_dddc :=_eb .DecodeStream (_eeab ); -if _dddc !=nil {return nil ,_dddc ;};_begg ,_dddc :=_bceda (_fggdd );if _dddc !=nil {return nil ,_dddc ;};_gcfg [string (_begg )]=_eeab ;};return _gcfg ,nil ;};func _ecff (_bafge _eb .PdfObject )(*PdfColorspaceICCBased ,error ){_cfgfd :=&PdfColorspaceICCBased {}; -if _bdbec ,_ageb :=_bafge .(*_eb .PdfIndirectObject );_ageb {_cfgfd ._ebggg =_bdbec ;};_bafge =_eb .TraceToDirectObject (_bafge );_bfcd ,_efcc :=_bafge .(*_eb .PdfObjectArray );if !_efcc {return nil ,_e .Errorf ("\u0074\u0079\u0070\u0065\u0020\u0065\u0072\u0072\u006f\u0072"); -};if _bfcd .Len ()!=2{return nil ,_e .Errorf ("i\u006e\u0076\u0061\u006c\u0069\u0064 \u0049\u0043\u0043\u0042\u0061\u0073\u0065\u0064\u0020c\u006f\u006c\u006fr\u0073p\u0061\u0063\u0065");};_bafge =_eb .TraceToDirectObject (_bfcd .Get (0));_dcfd ,_efcc :=_bafge .(*_eb .PdfObjectName ); -if !_efcc {return nil ,_e .Errorf ("\u0049\u0043\u0043B\u0061\u0073\u0065\u0064 \u006e\u0061\u006d\u0065\u0020\u006e\u006ft\u0020\u0061\u0020\u004e\u0061\u006d\u0065\u0020\u006f\u0062\u006a\u0065\u0063\u0074");};if *_dcfd !="\u0049\u0043\u0043\u0042\u0061\u0073\u0065\u0064"{return nil ,_e .Errorf ("\u006e\u006f\u0074\u0020\u0061\u006e\u0020\u0049\u0043\u0043\u0042a\u0073\u0065\u0064\u0020\u0063\u006f\u006c\u006f\u0072\u0073p\u0061\u0063\u0065"); -};_bafge =_bfcd .Get (1);_bceca ,_efcc :=_eb .GetStream (_bafge );if !_efcc {_ddb .Log .Error ("I\u0043\u0043\u0042\u0061\u0073\u0065d\u0020\u006e\u006f\u0074\u0020\u0070o\u0069\u006e\u0074\u0069\u006e\u0067\u0020t\u006f\u0020\u0073\u0074\u0072\u0065\u0061\u006d\u003a\u0020%\u0054",_bafge ); -return nil ,_e .Errorf ("\u0049\u0043\u0043Ba\u0073\u0065\u0064\u0020\u0073\u0074\u0072\u0065\u0061\u006d\u0020\u0069\u006e\u0076\u0061\u006c\u0069\u0064");};_abab :=_bceca .PdfObjectDictionary ;_bcggc ,_efcc :=_abab .Get ("\u004e").(*_eb .PdfObjectInteger ); -if !_efcc {return nil ,_e .Errorf ("I\u0043\u0043\u0042\u0061\u0073\u0065d\u0020\u006d\u0069\u0073\u0073\u0069n\u0067\u0020\u004e\u0020\u0066\u0072\u006fm\u0020\u0073\u0074\u0072\u0065\u0061\u006d\u0020\u0064\u0069c\u0074");};if *_bcggc !=1&&*_bcggc !=3&&*_bcggc !=4{return nil ,_e .Errorf ("\u0049\u0043\u0043\u0042\u0061s\u0065\u0064\u0020\u0063\u006f\u006c\u006f\u0072\u0073\u0070\u0061\u0063\u0065 \u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u004e\u0020\u0028\u006e\u006f\u0074\u0020\u0031\u002c\u0033\u002c\u0034\u0029"); -};_cfgfd .N =int (*_bcggc );if _beda :=_abab .Get ("\u0041l\u0074\u0065\u0072\u006e\u0061\u0074e");_beda !=nil {_gcag ,_ddfd :=NewPdfColorspaceFromPdfObject (_beda );if _ddfd !=nil {return nil ,_ddfd ;};_cfgfd .Alternate =_gcag ;};if _eabb :=_abab .Get ("\u0052\u0061\u006eg\u0065"); -_eabb !=nil {_eabb =_eb .TraceToDirectObject (_eabb );_fcgb ,_cedcg :=_eabb .(*_eb .PdfObjectArray );if !_cedcg {return nil ,_e .Errorf ("I\u0043\u0043\u0042\u0061\u0073\u0065d\u0020\u0052\u0061\u006e\u0067\u0065\u0020\u006e\u006ft\u0020\u0061\u006e \u0061r\u0072\u0061\u0079"); -};if _fcgb .Len ()!=2*_cfgfd .N {return nil ,_e .Errorf ("\u0049\u0043\u0043\u0042\u0061\u0073\u0065\u0064\u0020\u0052\u0061\u006e\u0067e\u0020\u0077\u0072\u006f\u006e\u0067 \u006e\u0075\u006d\u0062\u0065\u0072\u0020\u006f\u0066\u0020\u0065\u006c\u0065m\u0065\u006e\u0074\u0073"); -};_agac ,_bbfd :=_fcgb .GetAsFloat64Slice ();if _bbfd !=nil {return nil ,_bbfd ;};_cfgfd .Range =_agac ;}else {_cfgfd .Range =make ([]float64 ,2*_cfgfd .N );for _bfba :=0;_bfba < _cfgfd .N ;_bfba ++{_cfgfd .Range [2*_bfba ]=0.0;_cfgfd .Range [2*_bfba +1]=1.0; -};};if _adfeg :=_abab .Get ("\u004d\u0065\u0074\u0061\u0064\u0061\u0074\u0061");_adfeg !=nil {_gbbg ,_dbcb :=_adfeg .(*_eb .PdfObjectStream );if !_dbcb {return nil ,_e .Errorf ("\u0049\u0043\u0043\u0042\u0061\u0073\u0065\u0064\u0020\u004de\u0074\u0061\u0064\u0061\u0074\u0061\u0020n\u006f\u0074\u0020\u0061\u0020\u0073\u0074\u0072\u0065\u0061\u006d"); -};_cfgfd .Metadata =_gbbg ;};_efgcf ,_bfdd :=_eb .DecodeStream (_bceca );if _bfdd !=nil {return nil ,_bfdd ;};_cfgfd .Data =_efgcf ;_cfgfd ._cdebc =_bceca ;return _cfgfd ,nil ;};var (StructureTypeSpan ="\u0053\u0070\u0061\u006e";StructureTypeQuote ="\u0051\u0075\u006ft\u0065"; -StructureTypeNote ="\u004e\u006f\u0074\u0065";StructureTypeReference ="\u0052e\u0066\u0065\u0072\u0065\u006e\u0063e";StructureTypeBibliography ="\u0042\u0069\u0062\u0045\u006e\u0074\u0072\u0079";StructureTypeCode ="\u0043\u006f\u0064\u0065";StructureTypeLink ="\u004c\u0069\u006e\u006b"; -StructureTypeAnnot ="\u0041\u006e\u006eo\u0074";StructureTypeRuby ="\u0052\u0075\u0062\u0079";StructureTypeWarichu ="\u0057a\u0072\u0069\u0063\u0068\u0075";StructureTypeRubyBase ="\u0052\u0042";StructureTypeRubyText ="\u0052\u0054";StructureTypeRubyPunctuation ="\u0052\u0050"; -StructureTypeWarichuText ="\u0057\u0054";StructureTypeWarichuPunctuation ="\u0057\u0050";StructureTypeFigure ="\u0046\u0069\u0067\u0075\u0072\u0065";StructureTypeFormula ="\u0046o\u0072\u006d\u0075\u006c\u0061";StructureTypeForm ="\u0046\u006f\u0072\u006d"; -); +// GetContentStreamObjs returns a slice of PDF objects containing the content +// streams of the page. +func (_dgbfg *PdfPage )GetContentStreamObjs ()[]_cee .PdfObject {if _dgbfg .Contents ==nil {return nil ;};_efgef :=_cee .TraceToDirectObject (_dgbfg .Contents );if _gddd ,_bafed :=_efgef .(*_cee .PdfObjectArray );_bafed {return _gddd .Elements ();};return []_cee .PdfObject {_efgef }; +};func (_ecagd *PdfReader )loadDSS ()(*DSS ,error ){if _ecagd ._ffdgf .GetCrypter ()!=nil &&!_ecagd ._ffdgf .IsAuthenticated (){return nil ,_e .Errorf ("\u0066\u0069\u006ce\u0020\u006e\u0065\u0065d\u0020\u0074\u006f\u0020\u0062\u0065\u0020d\u0065\u0063\u0072\u0079\u0070\u0074\u0065\u0064\u0020\u0066\u0069\u0072\u0073\u0074"); +};_adcbd :=_ecagd ._cacfe .Get ("\u0044\u0053\u0053");if _adcbd ==nil {return nil ,nil ;};_begfd ,_ :=_cee .GetIndirect (_adcbd );_adcbd =_cee .TraceToDirectObject (_adcbd );switch _gdcbe :=_adcbd .(type ){case *_cee .PdfObjectNull :return nil ,nil ;case *_cee .PdfObjectDictionary :return _adgcf (_begfd ,_gdcbe ); +};return nil ,_e .Errorf ("i\u006ev\u0061\u006c\u0069\u0064\u0020\u0044\u0053\u0053 \u0065\u006e\u0074\u0072y \u0025\u0054",_adcbd );}; -// GetContentStream returns the pattern cell's content stream -func (_bbfbd *PdfTilingPattern )GetContentStream ()([]byte ,error ){_bbcbfc ,_ ,_fbdce :=_bbfbd .GetContentStreamWithEncoder ();return _bbcbfc ,_fbdce ;}; +// GetAnnotations returns the list of page annotations for `page`. If not loaded attempts to load the +// annotations, otherwise returns the loaded list. +func (_bgada *PdfPage )GetAnnotations ()([]*PdfAnnotation ,error ){if _bgada ._eeaba !=nil {return _bgada ._eeaba ,nil ;};if _bgada .Annots ==nil {_bgada ._eeaba =[]*PdfAnnotation {};return nil ,nil ;};if _bgada ._acbbg ==nil {_bgada ._eeaba =[]*PdfAnnotation {}; +return nil ,nil ;};_acge ,_efeg :=_bgada ._acbbg .loadAnnotations (_bgada .Annots );if _efeg !=nil {return nil ,_efeg ;};if _acge ==nil {_bgada ._eeaba =[]*PdfAnnotation {};};_bgada ._eeaba =_acge ;return _bgada ._eeaba ,nil ;};func (_beda *PdfReader )newPdfAnnotationFromIndirectObject (_aebd *_cee .PdfIndirectObject )(*PdfAnnotation ,error ){_ddb ,_babg :=_aebd .PdfObject .(*_cee .PdfObjectDictionary ); +if !_babg {return nil ,_e .Errorf ("\u0061\u006e\u006e\u006f\u0074\u0061\u0074\u0069\u006f\u006e\u0020\u0069\u006e\u0064\u0069r\u0065\u0063\u0074\u0020\u006f\u0062\u006a\u0065\u0063\u0074\u0020\u006e\u006ft\u0020\u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0069\u006e\u0067\u0020a \u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079"); +};if model :=_beda ._fcgbe .GetModelFromPrimitive (_ddb );model !=nil {_ceeg ,_aga :=model .(*PdfAnnotation );if !_aga {return nil ,_e .Errorf ("\u0063\u0061\u0063\u0068\u0065\u0064 \u006d\u006f\u0064\u0065\u006c\u0020\u006e\u006f\u0074\u0020\u0061\u0020\u0050D\u0046\u0020\u0061\u006e\u006e\u006f\u0074a\u0074\u0069\u006f\u006e"); +};return _ceeg ,nil ;};_aea :=&PdfAnnotation {};_aea ._eddc =_aebd ;_beda ._fcgbe .Register (_ddb ,_aea );if _ega :=_ddb .Get ("\u0054\u0079\u0070\u0065");_ega !=nil {_bgdb ,_eafg :=_ega .(*_cee .PdfObjectName );if !_eafg {_fca .Log .Trace ("\u0049\u006e\u0063\u006f\u006d\u0070\u0061\u0074\u0069\u0062\u0069\u006c\u0069\u0074\u0079\u0021\u0020\u0049\u006e\u0076a\u006c\u0069\u0064\u0020\u0074\u0079\u0070\u0065\u0020\u006f\u0066\u0020\u0054\u0079\u0070\u0065\u0020\u0028\u0025\u0054\u0029\u0020\u002d\u0020\u0073\u0068\u006f\u0075\u006c\u0064 \u0062\u0065\u0020\u004e\u0061m\u0065",_ega ); +}else {if *_bgdb !="\u0041\u006e\u006eo\u0074"{_fca .Log .Trace ("\u0055\u006e\u0073\u0075\u0073\u0070\u0065\u0063\u0074\u0065d\u0020\u0054\u0079\u0070\u0065\u0020\u0021=\u0020\u0041\u006e\u006e\u006f\u0074\u0020\u0028\u0025\u0073\u0029",*_bgdb );};};}; +if _beed :=_ddb .Get ("\u0052\u0065\u0063\u0074");_beed !=nil {_aea .Rect =_beed ;};if _gcff :=_ddb .Get ("\u0043\u006f\u006e\u0074\u0065\u006e\u0074\u0073");_gcff !=nil {_aea .Contents =_gcff ;};if _baa :=_ddb .Get ("\u0050");_baa !=nil {_aea .P =_baa ; +};if _fgea :=_ddb .Get ("\u004e\u004d");_fgea !=nil {_aea .NM =_fgea ;};if _dcaa :=_ddb .Get ("\u004d");_dcaa !=nil {_aea .M =_dcaa ;};if _eecg :=_ddb .Get ("\u0046");_eecg !=nil {_aea .F =_eecg ;};if _gaffa :=_ddb .Get ("\u0041\u0050");_gaffa !=nil {_aea .AP =_gaffa ; +};if _gad :=_ddb .Get ("\u0041\u0053");_gad !=nil {_aea .AS =_gad ;};if _cgge :=_ddb .Get ("\u0042\u006f\u0072\u0064\u0065\u0072");_cgge !=nil {_aea .Border =_cgge ;};if _eabd :=_ddb .Get ("\u0043");_eabd !=nil {_aea .C =_eabd ;};if _dagec :=_ddb .Get ("\u0053\u0074\u0072u\u0063\u0074\u0050\u0061\u0072\u0065\u006e\u0074"); +_dagec !=nil {_aea .StructParent =_dagec ;};if _beff :=_ddb .Get ("\u004f\u0043");_beff !=nil {_aea .OC =_beff ;};_cea :=_ddb .Get ("\u0053u\u0062\u0074\u0079\u0070\u0065");if _cea ==nil {_fca .Log .Debug ("\u0057\u0041\u0052\u004e\u0049\u004e\u0047:\u0020\u0043\u006f\u006d\u0070\u0061\u0074\u0069\u0062\u0069\u006c\u0069\u0074\u0079 \u0069s\u0073\u0075\u0065\u0020\u002d\u0020a\u006e\u006e\u006f\u0074\u0061\u0074\u0069o\u006e\u0020\u0053\u0075\u0062\u0074\u0079\u0070\u0065\u0020\u006d\u0069\u0073\u0073\u0069\u006e\u0067\u0020\u002d\u0020\u0061\u0073\u0073u\u006d\u0069\u006e\u0067\u0020\u006e\u006f\u0020\u0073\u0075\u0062\u0074\u0079p\u0065"); +_aea ._ecf =nil ;return _aea ,nil ;};_daff ,_cfdc :=_cea .(*_cee .PdfObjectName );if !_cfdc {_fca .Log .Debug ("E\u0052\u0052\u004f\u0052\u003a\u0020\u0049\u006e\u0076a\u006c\u0069\u0064\u0020\u0053\u0075\u0062ty\u0070\u0065\u0020\u006fb\u006a\u0065\u0063\u0074\u0020\u0074\u0079\u0070\u0065 !\u003d\u0020n\u0061\u006d\u0065\u0020\u0028\u0025\u0054\u0029",_cea ); +return nil ,_e .Errorf ("i\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0053\u0075\u0062\u0074\u0079\u0070\u0065\u0020\u006f\u0062\u006ae\u0063\u0074\u0020\u0074\u0079\u0070\u0065\u0020\u0021\u003d n\u0061\u006d\u0065 \u0028%\u0054\u0029",_cea );};switch *_daff {case "\u0054\u0065\u0078\u0074":_aab ,_ddcb :=_beda .newPdfAnnotationTextFromDict (_ddb ); +if _ddcb !=nil {return nil ,_ddcb ;};_aab .PdfAnnotation =_aea ;_aea ._ecf =_aab ;return _aea ,nil ;case "\u004c\u0069\u006e\u006b":_cec ,_bgdg :=_beda .newPdfAnnotationLinkFromDict (_ddb );if _bgdg !=nil {return nil ,_bgdg ;};_cec .PdfAnnotation =_aea ; +_aea ._ecf =_cec ;return _aea ,nil ;case "\u0046\u0072\u0065\u0065\u0054\u0065\u0078\u0074":_fbd ,_cgb :=_beda .newPdfAnnotationFreeTextFromDict (_ddb );if _cgb !=nil {return nil ,_cgb ;};_fbd .PdfAnnotation =_aea ;_aea ._ecf =_fbd ;return _aea ,nil ;case "\u004c\u0069\u006e\u0065":_dge ,_ggcd :=_beda .newPdfAnnotationLineFromDict (_ddb ); +if _ggcd !=nil {return nil ,_ggcd ;};_dge .PdfAnnotation =_aea ;_aea ._ecf =_dge ;_fca .Log .Trace ("\u004c\u0049\u004e\u0045\u0020\u0041N\u004e\u004f\u0054\u0041\u0054\u0049\u004f\u004e\u003a\u0020\u0061\u006e\u006eo\u0074\u0020\u0028\u0025\u0054\u0029\u003a \u0025\u002b\u0076\u000a",_aea ,_aea ); +_fca .Log .Trace ("\u004c\u0049\u004eE\u0020\u0041\u004e\u004eO\u0054\u0041\u0054\u0049\u004f\u004e\u003a \u0063\u0074\u0078\u0020\u0028\u0025\u0054\u0029\u003a\u0020\u0025\u002b\u0076\u000a",_dge ,_dge );_fca .Log .Trace ("\u004c\u0049\u004e\u0045\u0020\u0041\u004e\u004e\u004f\u0054\u0041\u0054\u0049\u004f\u004e\u0020\u004d\u0061\u0072\u006b\u0075\u0070\u003a\u0020c\u0074\u0078\u0020\u0028\u0025T\u0029\u003a \u0025\u002b\u0076\u000a",_dge .PdfAnnotationMarkup ,_dge .PdfAnnotationMarkup ); +return _aea ,nil ;case "\u0053\u0071\u0075\u0061\u0072\u0065":_cde ,_faf :=_beda .newPdfAnnotationSquareFromDict (_ddb );if _faf !=nil {return nil ,_faf ;};_cde .PdfAnnotation =_aea ;_aea ._ecf =_cde ;return _aea ,nil ;case "\u0043\u0069\u0072\u0063\u006c\u0065":_gbdb ,_bea :=_beda .newPdfAnnotationCircleFromDict (_ddb ); +if _bea !=nil {return nil ,_bea ;};_gbdb .PdfAnnotation =_aea ;_aea ._ecf =_gbdb ;return _aea ,nil ;case "\u0050o\u006c\u0079\u0067\u006f\u006e":_egfd ,_eca :=_beda .newPdfAnnotationPolygonFromDict (_ddb );if _eca !=nil {return nil ,_eca ;};_egfd .PdfAnnotation =_aea ; +_aea ._ecf =_egfd ;return _aea ,nil ;case "\u0050\u006f\u006c\u0079\u004c\u0069\u006e\u0065":_fgcc ,_gadb :=_beda .newPdfAnnotationPolyLineFromDict (_ddb );if _gadb !=nil {return nil ,_gadb ;};_fgcc .PdfAnnotation =_aea ;_aea ._ecf =_fgcc ;return _aea ,nil ; +case "\u0048i\u0067\u0068\u006c\u0069\u0067\u0068t":_afbf ,_bcg :=_beda .newPdfAnnotationHighlightFromDict (_ddb );if _bcg !=nil {return nil ,_bcg ;};_afbf .PdfAnnotation =_aea ;_aea ._ecf =_afbf ;return _aea ,nil ;case "\u0055n\u0064\u0065\u0072\u006c\u0069\u006ee":_bbgg ,_cabd :=_beda .newPdfAnnotationUnderlineFromDict (_ddb ); +if _cabd !=nil {return nil ,_cabd ;};_bbgg .PdfAnnotation =_aea ;_aea ._ecf =_bbgg ;return _aea ,nil ;case "\u0053\u0071\u0075\u0069\u0067\u0067\u006c\u0079":_cba ,_dafc :=_beda .newPdfAnnotationSquigglyFromDict (_ddb );if _dafc !=nil {return nil ,_dafc ; +};_cba .PdfAnnotation =_aea ;_aea ._ecf =_cba ;return _aea ,nil ;case "\u0053t\u0072\u0069\u006b\u0065\u004f\u0075t":_ebe ,_baga :=_beda .newPdfAnnotationStrikeOut (_ddb );if _baga !=nil {return nil ,_baga ;};_ebe .PdfAnnotation =_aea ;_aea ._ecf =_ebe ; +return _aea ,nil ;case "\u0043\u0061\u0072e\u0074":_ggee ,_efaf :=_beda .newPdfAnnotationCaretFromDict (_ddb );if _efaf !=nil {return nil ,_efaf ;};_ggee .PdfAnnotation =_aea ;_aea ._ecf =_ggee ;return _aea ,nil ;case "\u0053\u0074\u0061m\u0070":_fbbe ,_feg :=_beda .newPdfAnnotationStampFromDict (_ddb ); +if _feg !=nil {return nil ,_feg ;};_fbbe .PdfAnnotation =_aea ;_aea ._ecf =_fbbe ;return _aea ,nil ;case "\u0049\u006e\u006b":_bfeb ,_gcd :=_beda .newPdfAnnotationInkFromDict (_ddb );if _gcd !=nil {return nil ,_gcd ;};_bfeb .PdfAnnotation =_aea ;_aea ._ecf =_bfeb ; +return _aea ,nil ;case "\u0050\u006f\u0070u\u0070":_gbdce ,_facd :=_beda .newPdfAnnotationPopupFromDict (_ddb );if _facd !=nil {return nil ,_facd ;};_gbdce .PdfAnnotation =_aea ;_aea ._ecf =_gbdce ;return _aea ,nil ;case "\u0046\u0069\u006c\u0065\u0041\u0074\u0074\u0061\u0063h\u006d\u0065\u006e\u0074":_ggcda ,_eed :=_beda .newPdfAnnotationFileAttachmentFromDict (_ddb ); +if _eed !=nil {return nil ,_eed ;};_ggcda .PdfAnnotation =_aea ;_aea ._ecf =_ggcda ;return _aea ,nil ;case "\u0053\u006f\u0075n\u0064":_fgfd ,_gafa :=_beda .newPdfAnnotationSoundFromDict (_ddb );if _gafa !=nil {return nil ,_gafa ;};_fgfd .PdfAnnotation =_aea ; +_aea ._ecf =_fgfd ;return _aea ,nil ;case "\u0052i\u0063\u0068\u004d\u0065\u0064\u0069a":_gacg ,_fgbf :=_beda .newPdfAnnotationRichMediaFromDict (_ddb );if _fgbf !=nil {return nil ,_fgbf ;};_gacg .PdfAnnotation =_aea ;_aea ._ecf =_gacg ;return _aea ,nil ; +case "\u004d\u006f\u0076i\u0065":_agcb ,_dgag :=_beda .newPdfAnnotationMovieFromDict (_ddb );if _dgag !=nil {return nil ,_dgag ;};_agcb .PdfAnnotation =_aea ;_aea ._ecf =_agcb ;return _aea ,nil ;case "\u0053\u0063\u0072\u0065\u0065\u006e":_cecg ,_dbg :=_beda .newPdfAnnotationScreenFromDict (_ddb ); +if _dbg !=nil {return nil ,_dbg ;};_cecg .PdfAnnotation =_aea ;_aea ._ecf =_cecg ;return _aea ,nil ;case "\u0057\u0069\u0064\u0067\u0065\u0074":_bbbe ,_fcd :=_beda .newPdfAnnotationWidgetFromDict (_ddb );if _fcd !=nil {return nil ,_fcd ;};_bbbe .PdfAnnotation =_aea ; +_aea ._ecf =_bbbe ;return _aea ,nil ;case "P\u0072\u0069\u006e\u0074\u0065\u0072\u004d\u0061\u0072\u006b":_gceg ,_egb :=_beda .newPdfAnnotationPrinterMarkFromDict (_ddb );if _egb !=nil {return nil ,_egb ;};_gceg .PdfAnnotation =_aea ;_aea ._ecf =_gceg ; +return _aea ,nil ;case "\u0054r\u0061\u0070\u004e\u0065\u0074":_aebfb ,_cdbe :=_beda .newPdfAnnotationTrapNetFromDict (_ddb );if _cdbe !=nil {return nil ,_cdbe ;};_aebfb .PdfAnnotation =_aea ;_aea ._ecf =_aebfb ;return _aea ,nil ;case "\u0057a\u0074\u0065\u0072\u006d\u0061\u0072k":_fce ,_aaeg :=_beda .newPdfAnnotationWatermarkFromDict (_ddb ); +if _aaeg !=nil {return nil ,_aaeg ;};_fce .PdfAnnotation =_aea ;_aea ._ecf =_fce ;return _aea ,nil ;case "\u0033\u0044":_gcea ,_cbdg :=_beda .newPdfAnnotation3DFromDict (_ddb );if _cbdg !=nil {return nil ,_cbdg ;};_gcea .PdfAnnotation =_aea ;_aea ._ecf =_gcea ; +return _aea ,nil ;case "\u0050\u0072\u006f\u006a\u0065\u0063\u0074\u0069\u006f\u006e":_fbdb ,_gfb :=_beda .newPdfAnnotationProjectionFromDict (_ddb );if _gfb !=nil {return nil ,_gfb ;};_fbdb .PdfAnnotation =_aea ;_aea ._ecf =_fbdb ;return _aea ,nil ;case "\u0052\u0065\u0064\u0061\u0063\u0074":_edbe ,_fddb :=_beda .newPdfAnnotationRedactFromDict (_ddb ); +if _fddb !=nil {return nil ,_fddb ;};_edbe .PdfAnnotation =_aea ;_aea ._ecf =_edbe ;return _aea ,nil ;};_fca .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0049\u0067\u006e\u006f\u0072\u0069\u006e\u0067\u0020\u0075\u006e\u006b\u006e\u006f\u0077\u006e\u0020a\u006e\u006e\u006f\u0074\u0061t\u0069\u006fn\u003a\u0020\u0025\u0073",*_daff ); +return nil ,nil ;}; -// ToOutlineTree returns a low level PdfOutlineTreeNode object, based on -// the current instance. -func (_bagdc *Outline )ToOutlineTree ()*PdfOutlineTreeNode {return &_bagdc .ToPdfOutline ().PdfOutlineTreeNode ;};func (_cgfbe PdfFont )actualFont ()pdfFont {if _cgfbe ._fdaa ==nil {_ddb .Log .Debug ("\u0045\u0052\u0052O\u0052\u003a\u0020\u0061\u0063\u0074\u0075\u0061\u006c\u0046\u006f\u006e\u0074\u002e\u0020\u0063\u006f\u006e\u0074\u0065\u0078\u0074\u0020\u0069\u0073\u0020\u006e\u0069\u006c.\u0020\u0066\u006f\u006e\u0074\u003d\u0025\u0073",_cgfbe ); -};return _cgfbe ._fdaa ;}; +// SetContext sets the specific fielddata type, e.g. would be PdfFieldButton for a button field. +func (_gbgbe *PdfField )SetContext (ctx PdfModel ){_gbgbe ._egab =ctx }; -// FieldValueProvider provides field values from a data source such as FDF, JSON or any other. -type FieldValueProvider interface{FieldValues ()(map[string ]_eb .PdfObject ,error );}; +// ToPdfObject implements interface PdfModel. +func (_gdd *PdfActionImportData )ToPdfObject ()_cee .PdfObject {_gdd .PdfAction .ToPdfObject ();_fec :=_gdd ._gaf ;_aebf :=_fec .PdfObject .(*_cee .PdfObjectDictionary );_aebf .SetIfNotNil ("\u0053",_cee .MakeName (string (ActionTypeImportData )));if _gdd .F !=nil {_aebf .Set ("\u0046",_gdd .F .ToPdfObject ()); +};return _fec ;}; -// GetContainingPdfObject returns the containing object for the PdfField, i.e. an indirect object -// containing the field dictionary. -func (_ffgd *PdfField )GetContainingPdfObject ()_eb .PdfObject {return _ffgd ._adgda }; +// GetColorspaceByName returns the colorspace with the specified name from the page resources. +func (_bdccd *PdfPageResources )GetColorspaceByName (keyName _cee .PdfObjectName )(PdfColorspace ,bool ){_aabae ,_abbb :=_bdccd .GetColorspaces ();if _abbb !=nil {_fca .Log .Debug ("\u0045\u0052R\u004f\u0052\u0020\u0067\u0065\u0074\u0074\u0069\u006e\u0067\u0020\u0063\u006f\u006c\u006f\u0072\u0073\u0070\u0072\u0061\u0063\u0065: \u0025\u0076",_abbb ); +return nil ,false ;};if _aabae ==nil {return nil ,false ;};_cbbbe ,_cefa :=_aabae .Colorspaces [string (keyName )];if !_cefa {return nil ,false ;};return _cbbbe ,true ;}; // Encoder returns the font's text encoder. -func (_ecbf *PdfFont )Encoder ()_fc .TextEncoder {_cbbff :=_ecbf .actualFont ();if _cbbff ==nil {_ddb .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0045n\u0063\u006f\u0064er\u0020\u006e\u006f\u0074\u0020\u0069m\u0070\u006c\u0065\u006d\u0065\u006e\u0074\u0065\u0064\u0020\u0066\u006f\u0072\u0020\u0066o\u006e\u0074\u0020\u0074\u0079\u0070\u0065\u003d%\u0023\u0054",_ecbf ._fdaa ); -return nil ;};return _cbbff .Encoder ();}; - -// ToPdfObject implements interface PdfModel. -func (_eade *PdfAnnotation3D )ToPdfObject ()_eb .PdfObject {_eade .PdfAnnotation .ToPdfObject ();_adfa :=_eade ._ggf ;_fcee :=_adfa .PdfObject .(*_eb .PdfObjectDictionary );_fcee .SetIfNotNil ("\u0053u\u0062\u0074\u0079\u0070\u0065",_eb .MakeName ("\u0033\u0044")); -_fcee .SetIfNotNil ("\u0033\u0044\u0044",_eade .T3DD );_fcee .SetIfNotNil ("\u0033\u0044\u0056",_eade .T3DV );_fcee .SetIfNotNil ("\u0033\u0044\u0041",_eade .T3DA );_fcee .SetIfNotNil ("\u0033\u0044\u0049",_eade .T3DI );_fcee .SetIfNotNil ("\u0033\u0044\u0042",_eade .T3DB ); -return _adfa ;}; +func (_fcacd pdfCIDFontType0 )Encoder ()_dae .TextEncoder {return _fcacd ._cedgg };func _ebad (_eacce *_cee .PdfObjectDictionary ){_gecggc ,_eccgf :=_cee .GetArray (_eacce .Get ("\u0057\u0069\u0064\u0074\u0068\u0073"));_aeacg ,_cgbfb :=_cee .GetIntVal (_eacce .Get ("\u0046i\u0072\u0073\u0074\u0043\u0068\u0061r")); +_fefce ,_cfefc :=_cee .GetIntVal (_eacce .Get ("\u004c\u0061\u0073\u0074\u0043\u0068\u0061\u0072"));if _eccgf &&_cgbfb &&_cfefc {_cfgcc :=_gecggc .Len ();if _cfgcc !=_fefce -_aeacg +1{_fca .Log .Debug ("\u0055\u006e\u0065x\u0070\u0065\u0063\u0074\u0065\u0064\u0020\u0057\u0069\u0064\u0074\u0068\u0073\u0020\u006c\u0065\u006e\u0067\u0074\u0068\u003a\u0020\u0025\u0076\u002c\u0020\u004c\u0061\u0073t\u0043\u0068\u0061\u0072\u003a\u0020\u0025\u0076",_cfgcc ,_fefce ); +_bgccc :=_cee .PdfObjectInteger (_aeacg +_cfgcc -1);_eacce .Set ("\u004c\u0061\u0073\u0074\u0043\u0068\u0061\u0072",&_bgccc );};};}; -// ToPdfObject implements interface PdfModel. -func (_edg *PdfActionResetForm )ToPdfObject ()_eb .PdfObject {_edg .PdfAction .ToPdfObject ();_gdcf :=_edg ._dee ;_edb :=_gdcf .PdfObject .(*_eb .PdfObjectDictionary );_edb .SetIfNotNil ("\u0053",_eb .MakeName (string (ActionTypeResetForm )));_edb .SetIfNotNil ("\u0046\u0069\u0065\u006c\u0064\u0073",_edg .Fields ); -_edb .SetIfNotNil ("\u0046\u006c\u0061g\u0073",_edg .Flags );return _gdcf ;};func (_bcecba *PdfWriter )writeObject (_bdcbg int ,_gbabb _eb .PdfObject ){_ddb .Log .Trace ("\u0057\u0072\u0069\u0074\u0065\u0020\u006f\u0062\u006a \u0023\u0025\u0064\u000a",_bdcbg ); -if _edaba ,_gbegg :=_gbabb .(*_eb .PdfIndirectObject );_gbegg {_bcecba ._aggfdb [_bdcbg ]=crossReference {Type :1,Offset :_bcecba ._dfabe ,Generation :_edaba .GenerationNumber };_geaaa :=_e .Sprintf ("\u0025d\u0020\u0030\u0020\u006f\u0062\u006a\n",_bdcbg ); -if _efce ,_adfec :=_edaba .PdfObject .(*pdfSignDictionary );_adfec {_efce ._afeabg =_bcecba ._dfabe +int64 (len (_geaaa ));};if _edaba .PdfObject ==nil {_ddb .Log .Debug ("E\u0072\u0072\u006fr\u003a\u0020\u0069\u006e\u0064\u0069\u0072\u0065\u0063\u0074\u0020\u006f\u0062\u006a\u0065\u0063\u0074\u0027\u0073\u0020\u0050\u0064\u0066\u004f\u0062j\u0065\u0063\u0074 \u0073\u0068\u006f\u0075\u006c\u0064\u0020\u006e\u0065\u0076\u0065\u0072\u0020b\u0065\u0020\u006e\u0069l\u0020\u002d\u0020\u0073e\u0074\u0074\u0069\u006e\u0067\u0020\u0074\u006f\u0020\u0050\u0064\u0066\u004f\u0062\u006a\u0065\u0063t\u004e\u0075\u006c\u006c"); -_edaba .PdfObject =_eb .MakeNull ();};_geaaa +=_edaba .PdfObject .WriteString ();_geaaa +="\u000a\u0065\u006e\u0064\u006f\u0062\u006a\u000a";_bcecba .writeString (_geaaa );return ;};if _adcfb ,_dafece :=_gbabb .(*_eb .PdfObjectStream );_dafece {_bcecba ._aggfdb [_bdcbg ]=crossReference {Type :1,Offset :_bcecba ._dfabe ,Generation :_adcfb .GenerationNumber }; -_gcdeg :=_e .Sprintf ("\u0025d\u0020\u0030\u0020\u006f\u0062\u006a\n",_bdcbg );_gcdeg +=_adcfb .PdfObjectDictionary .WriteString ();_gcdeg +="\u000a\u0073\u0074\u0072\u0065\u0061\u006d\u000a";_bcecba .writeString (_gcdeg );if _adcfb .Lazy {_cdgbb ,_ddda :=_ccb .ReadFile (_adcfb .TempFile ); -if _ddda !=nil {_ddb .Log .Info ("\u0045\u0072\u0072\u006f\u0072\u0020\u0066\u0069\u006e\u0064\u0069\u006e\u0067\u0020\u006ca\u007ay\u0020\u0074\u0065\u006d\u0070\u0020\u0066\u0069\u006c\u0065\u003a\u0020\u0025\u0073",_adcfb .TempFile );return ;};_bcecba .writeBytes (_cdgbb ); -_ccb .Remove (_adcfb .TempFile );}else {_bcecba .writeBytes (_adcfb .Stream );};_bcecba .writeString ("\u000ae\u006ed\u0073\u0074\u0072\u0065\u0061m\u000a\u0065n\u0064\u006f\u0062\u006a\u000a");return ;};if _eabba ,_cdadc :=_gbabb .(*_eb .PdfObjectStreams ); -_cdadc {_bcecba ._aggfdb [_bdcbg ]=crossReference {Type :1,Offset :_bcecba ._dfabe ,Generation :_eabba .GenerationNumber };_fefeaf :=_e .Sprintf ("\u0025d\u0020\u0030\u0020\u006f\u0062\u006a\n",_bdcbg );var _abgb []string ;var _abced string ;var _fced int64 ; -for _bcedd ,_ggaag :=range _eabba .Elements (){_egbeda ,_cedfd :=_ggaag .(*_eb .PdfIndirectObject );if !_cedfd {_ddb .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u004f\u0062\u006a\u0065\u0063\u0074\u0020\u0073\u0074\u0072\u0065am\u0073 \u004e\u0020\u0025\u0064\u0020\u0063\u006f\u006e\u0074\u0061\u0069\u006es\u0020\u006e\u006f\u006e\u0020\u0069\u006e\u0064\u0069\u0072\u0065\u0063\u0074\u0020\u0070\u0064\u0066 \u006f\u0062\u006a\u0065\u0063\u0074\u0020\u0025\u0076",_bdcbg ,_ggaag ); -continue ;};_gbbae :=_egbeda .PdfObject .WriteString ()+"\u0020";_abced =_abced +_gbbae ;_abgb =append (_abgb ,_e .Sprintf ("\u0025\u0064\u0020%\u0064",_egbeda .ObjectNumber ,_fced ));_bcecba ._aggfdb [int (_egbeda .ObjectNumber )]=crossReference {Type :2,ObjectNumber :_bdcbg ,Index :_bcedd }; -_fced =_fced +int64 (len ([]byte (_gbbae )));};_ccee :=_cc .Join (_abgb ,"\u0020")+"\u0020";_bfbdgc :=_eb .NewFlateEncoder ();_ffaed :=_bfbdgc .MakeStreamDict ();_ffaed .Set (_eb .PdfObjectName ("\u0054\u0079\u0070\u0065"),_eb .MakeName ("\u004f\u0062\u006a\u0053\u0074\u006d")); -_ceebg :=int64 (_eabba .Len ());_ffaed .Set (_eb .PdfObjectName ("\u004e"),_eb .MakeInteger (_ceebg ));_bada :=int64 (len (_ccee ));_ffaed .Set (_eb .PdfObjectName ("\u0046\u0069\u0072s\u0074"),_eb .MakeInteger (_bada ));_gbeba ,_ :=_bfbdgc .EncodeBytes ([]byte (_ccee +_abced )); -_bdcbd :=int64 (len (_gbeba ));_ffaed .Set (_eb .PdfObjectName ("\u004c\u0065\u006e\u0067\u0074\u0068"),_eb .MakeInteger (_bdcbd ));_fefeaf +=_ffaed .WriteString ();_fefeaf +="\u000a\u0073\u0074\u0072\u0065\u0061\u006d\u000a";_bcecba .writeString (_fefeaf ); -_bcecba .writeBytes (_gbeba );_bcecba .writeString ("\u000ae\u006ed\u0073\u0074\u0072\u0065\u0061m\u000a\u0065n\u0064\u006f\u0062\u006a\u000a");return ;};_bcecba .writeString (_gbabb .WriteString ());}; +// PdfFieldButton represents a button field which includes push buttons, checkboxes, and radio buttons. +type PdfFieldButton struct{*PdfField ;Opt *_cee .PdfObjectArray ;_effg *Image ;}; -// NewPdfAcroForm returns a new PdfAcroForm with an initialized container (indirect object). -func NewPdfAcroForm ()*PdfAcroForm {return &PdfAcroForm {Fields :&[]*PdfField {},_fbgad :_eb .MakeIndirectObject (_eb .MakeDict ())};}; +// ToPdfObject converts the pdfCIDFontType0 to a PDF representation. +func (_edecb *pdfCIDFontType0 )ToPdfObject ()_cee .PdfObject {return _cee .MakeNull ()}; -// HasExtGState checks if ExtGState name is available. -func (_bbee *PdfPage )HasExtGState (name _eb .PdfObjectName )bool {if _bbee .Resources ==nil {return false ;};if _bbee .Resources .ExtGState ==nil {return false ;};_dacbg ,_feefg :=_eb .TraceToDirectObject (_bbee .Resources .ExtGState ).(*_eb .PdfObjectDictionary ); -if !_feefg {_ddb .Log .Debug ("\u0045\u0078\u0070\u0065\u0063\u0074\u0065\u0064\u0020\u0045\u0078t\u0047\u0053\u0074\u0061\u0074\u0065\u0020\u0064i\u0063t\u0069\u006f\u006e\u0061\u0072\u0079\u0020\u0069\u0073\u0020\u006e\u006f\u0074\u0020\u0061\u0020\u0064\u0069c\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u003a\u0020\u0025\u0076",_eb .TraceToDirectObject (_bbee .Resources .ExtGState )); -return false ;};_beagg :=_dacbg .Get (name );_dafee :=_beagg !=nil ;return _dafee ;};var _ pdfFont =(*pdfFontType3 )(nil );func _cccfa (_dfgg _eb .PdfObject )(PdfFunction ,error ){_dfgg =_eb .ResolveReference (_dfgg );if _gfdf ,_geeef :=_dfgg .(*_eb .PdfObjectStream ); -_geeef {_dfbce :=_gfdf .PdfObjectDictionary ;_egede ,_ggea :=_dfbce .Get ("\u0046\u0075\u006ec\u0074\u0069\u006f\u006e\u0054\u0079\u0070\u0065").(*_eb .PdfObjectInteger );if !_ggea {_ddb .Log .Error ("F\u0075\u006e\u0063\u0074\u0069\u006fn\u0054\u0079\u0070\u0065\u0020\u006e\u0075\u006d\u0062e\u0072\u0020\u006di\u0073s\u0069\u006e\u0067"); -return nil ,_dcf .New ("\u0069\u006e\u0076\u0061l\u0069\u0064\u0020\u0070\u0061\u0072\u0061\u006d\u0065\u0074e\u0072 \u006f\u0072\u0020\u006d\u0069\u0073\u0073i\u006e\u0067");};if *_egede ==0{return _eccc (_gfdf );}else if *_egede ==4{return _fcecd (_gfdf ); -}else {return nil ,_dcf .New ("i\u006e\u0076\u0061\u006cid\u0020f\u0075\u006e\u0063\u0074\u0069o\u006e\u0020\u0074\u0079\u0070\u0065");};}else if _agdfd ,_egdb :=_dfgg .(*_eb .PdfIndirectObject );_egdb {_abfaa ,_gdcaa :=_agdfd .PdfObject .(*_eb .PdfObjectDictionary ); -if !_gdcaa {_ddb .Log .Error ("\u0046\u0075\u006e\u0063\u0074\u0069\u006f\u006e\u0020\u0049\u006e\u0064\u0069\u0072\u0065\u0063\u0074\u0020o\u0062\u006a\u0065\u0063\u0074\u0020\u006eo\u0074\u0020\u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0069\u006eg\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079"); -return nil ,_dcf .New ("\u0069\u006e\u0076\u0061l\u0069\u0064\u0020\u0070\u0061\u0072\u0061\u006d\u0065\u0074e\u0072 \u006f\u0072\u0020\u006d\u0069\u0073\u0073i\u006e\u0067");};_dfdc ,_gdcaa :=_abfaa .Get ("\u0046\u0075\u006ec\u0074\u0069\u006f\u006e\u0054\u0079\u0070\u0065").(*_eb .PdfObjectInteger ); -if !_gdcaa {_ddb .Log .Error ("F\u0075\u006e\u0063\u0074\u0069\u006fn\u0054\u0079\u0070\u0065\u0020\u006e\u0075\u006d\u0062e\u0072\u0020\u006di\u0073s\u0069\u006e\u0067");return nil ,_dcf .New ("\u0069\u006e\u0076\u0061l\u0069\u0064\u0020\u0070\u0061\u0072\u0061\u006d\u0065\u0074e\u0072 \u006f\u0072\u0020\u006d\u0069\u0073\u0073i\u006e\u0067"); -};if *_dfdc ==2{return _ggcf (_agdfd );}else if *_dfdc ==3{return _ddeca (_agdfd );}else {return nil ,_dcf .New ("i\u006e\u0076\u0061\u006cid\u0020f\u0075\u006e\u0063\u0074\u0069o\u006e\u0020\u0074\u0079\u0070\u0065");};}else if _gdbe ,_fcddg :=_dfgg .(*_eb .PdfObjectDictionary ); -_fcddg {_ecbdc ,_gdaae :=_gdbe .Get ("\u0046\u0075\u006ec\u0074\u0069\u006f\u006e\u0054\u0079\u0070\u0065").(*_eb .PdfObjectInteger );if !_gdaae {_ddb .Log .Error ("F\u0075\u006e\u0063\u0074\u0069\u006fn\u0054\u0079\u0070\u0065\u0020\u006e\u0075\u006d\u0062e\u0072\u0020\u006di\u0073s\u0069\u006e\u0067"); -return nil ,_dcf .New ("\u0069\u006e\u0076\u0061l\u0069\u0064\u0020\u0070\u0061\u0072\u0061\u006d\u0065\u0074e\u0072 \u006f\u0072\u0020\u006d\u0069\u0073\u0073i\u006e\u0067");};if *_ecbdc ==2{return _ggcf (_gdbe );}else if *_ecbdc ==3{return _ddeca (_gdbe ); -}else {return nil ,_dcf .New ("i\u006e\u0076\u0061\u006cid\u0020f\u0075\u006e\u0063\u0074\u0069o\u006e\u0020\u0074\u0079\u0070\u0065");};}else {_ddb .Log .Debug ("\u0046u\u006e\u0063\u0074\u0069\u006f\u006e\u0020\u0054\u0079\u0070\u0065 \u0065\u0072\u0072\u006f\u0072\u003a\u0020\u0025\u0023\u0076",_dfgg ); -return nil ,_dcf .New ("\u0074\u0079\u0070\u0065\u0020\u0065\u0072\u0072\u006f\u0072");};};func (_dbdadd *PdfWriter )writeXRefStreams (_ebdbe int ,_bffaf int64 )error {_efgcb :=_ebdbe +1;_dbdadd ._aggfdb [_efgcb ]=crossReference {Type :1,ObjectNumber :_efgcb ,Offset :_bffaf }; -_dbbee :=_dd .NewBuffer (nil );_fdefe :=_eb .MakeArray ();for _aeagd :=0;_aeagd <=_ebdbe ;{for ;_aeagd <=_ebdbe ;_aeagd ++{_bccc ,_adgc :=_dbdadd ._aggfdb [_aeagd ];if _adgc &&(!_dbdadd ._caed ||_dbdadd ._caed &&(_bccc .Type ==1&&_bccc .Offset >=_dbdadd ._dfbcf ||_bccc .Type ==0)){break ; -};};var _bfggf int ;for _bfggf =_aeagd +1;_bfggf <=_ebdbe ;_bfggf ++{_efgcbg ,_bacbf :=_dbdadd ._aggfdb [_bfggf ];if _bacbf &&(!_dbdadd ._caed ||_dbdadd ._caed &&(_efgcbg .Type ==1&&_efgcbg .Offset > _dbdadd ._dfbcf )){continue ;};break ;};_fdefe .Append (_eb .MakeInteger (int64 (_aeagd )),_eb .MakeInteger (int64 (_bfggf -_aeagd ))); -for _eabc :=_aeagd ;_eabc < _bfggf ;_eabc ++{_dgbcd :=_dbdadd ._aggfdb [_eabc ];switch _dgbcd .Type {case 0:_ef .Write (_dbbee ,_ef .BigEndian ,byte (0));_ef .Write (_dbbee ,_ef .BigEndian ,uint32 (0));_ef .Write (_dbbee ,_ef .BigEndian ,uint16 (0xFFFF)); -case 1:_ef .Write (_dbbee ,_ef .BigEndian ,byte (1));_ef .Write (_dbbee ,_ef .BigEndian ,uint32 (_dgbcd .Offset ));_ef .Write (_dbbee ,_ef .BigEndian ,uint16 (_dgbcd .Generation ));case 2:_ef .Write (_dbbee ,_ef .BigEndian ,byte (2));_ef .Write (_dbbee ,_ef .BigEndian ,uint32 (_dgbcd .ObjectNumber )); -_ef .Write (_dbbee ,_ef .BigEndian ,uint16 (_dgbcd .Index ));};};_aeagd =_bfggf +1;};_eaaf ,_baedgf :=_eb .MakeStream (_dbbee .Bytes (),_eb .NewFlateEncoder ());if _baedgf !=nil {return _baedgf ;};_eaaf .ObjectNumber =int64 (_efgcb );_eaaf .PdfObjectDictionary .Set ("\u0054\u0079\u0070\u0065",_eb .MakeName ("\u0058\u0052\u0065\u0066")); -_eaaf .PdfObjectDictionary .Set ("\u0057",_eb .MakeArray (_eb .MakeInteger (1),_eb .MakeInteger (4),_eb .MakeInteger (2)));_eaaf .PdfObjectDictionary .Set ("\u0049\u006e\u0064e\u0078",_fdefe );_eaaf .PdfObjectDictionary .Set ("\u0053\u0069\u007a\u0065",_eb .MakeInteger (int64 (_efgcb ))); -_eaaf .PdfObjectDictionary .Set ("\u0049\u006e\u0066\u006f",_dbdadd ._ecagd );_eaaf .PdfObjectDictionary .Set ("\u0052\u006f\u006f\u0074",_dbdadd ._ccea );if _dbdadd ._caed &&_dbdadd ._becbf > 0{_eaaf .PdfObjectDictionary .Set ("\u0050\u0072\u0065\u0076",_eb .MakeInteger (_dbdadd ._becbf )); -};if _dbdadd ._gadcaa !=nil {_eaaf .Set ("\u0045n\u0063\u0072\u0079\u0070\u0074",_dbdadd ._ebdeed );};if _dbdadd ._ddefd ==nil &&_dbdadd ._cebgc !=""&&_dbdadd ._bgddbe !=""{_dbdadd ._ddefd =_eb .MakeArray (_eb .MakeHexString (_dbdadd ._cebgc ),_eb .MakeHexString (_dbdadd ._bgddbe )); -};if _dbdadd ._ddefd !=nil {_ddb .Log .Trace ("\u0049d\u0073\u003a\u0020\u0025\u0073",_dbdadd ._ddefd );_eaaf .Set ("\u0049\u0044",_dbdadd ._ddefd );};_dbdadd .writeObject (int (_eaaf .ObjectNumber ),_eaaf );return nil ;}; +// M returns the value of the magenta component of the color. +func (_cdded *PdfColorDeviceCMYK )M ()float64 {return _cdded [1]}; -// NewPdfAnnotationRedact returns a new redact annotation. -func NewPdfAnnotationRedact ()*PdfAnnotationRedact {_fdg :=NewPdfAnnotation ();_fde :=&PdfAnnotationRedact {};_fde .PdfAnnotation =_fdg ;_fde .PdfAnnotationMarkup =&PdfAnnotationMarkup {};_fdg .SetContext (_fde );return _fde ;}; +// ToPdfObject converts colorspace to a PDF object. [/Indexed base hival lookup] +func (_fdefd *PdfColorspaceSpecialIndexed )ToPdfObject ()_cee .PdfObject {_cccea :=_cee .MakeArray (_cee .MakeName ("\u0049n\u0064\u0065\u0078\u0065\u0064"));_cccea .Append (_fdefd .Base .ToPdfObject ());_cccea .Append (_cee .MakeInteger (int64 (_fdefd .HiVal ))); +_cccea .Append (_fdefd .Lookup );if _fdefd ._cgbb !=nil {_fdefd ._cgbb .PdfObject =_cccea ;return _fdefd ._cgbb ;};return _cccea ;}; -// ToPdfObject returns the choice field dictionary within an indirect object (container). -func (_cgeea *PdfFieldChoice )ToPdfObject ()_eb .PdfObject {_cgeea .PdfField .ToPdfObject ();_bgcgd :=_cgeea ._adgda ;_cbdc :=_bgcgd .PdfObject .(*_eb .PdfObjectDictionary );_cbdc .Set ("\u0046\u0054",_eb .MakeName ("\u0043\u0068"));if _cgeea .Opt !=nil {_cbdc .Set ("\u004f\u0070\u0074",_cgeea .Opt ); -};if _cgeea .TI !=nil {_cbdc .Set ("\u0054\u0049",_cgeea .TI );};if _cgeea .I !=nil {_cbdc .Set ("\u0049",_cgeea .I );};return _bgcgd ;};func (_acea *PdfWriter )flushWriter ()error {if _acea ._ceffa ==nil {_acea ._ceffa =_acea ._ccfbc .Flush ();};return _acea ._ceffa ; -};func (_fgg *PdfReader )newPdfActionImportDataFromDict (_bce *_eb .PdfObjectDictionary )(*PdfActionImportData ,error ){_fbf ,_cdc :=_dba (_bce .Get ("\u0046"));if _cdc !=nil {return nil ,_cdc ;};return &PdfActionImportData {F :_fbf },nil ;}; +// GetOutlines returns a high-level Outline object, based on the outline tree +// of the reader. +func (_bdbfe *PdfReader )GetOutlines ()(*Outline ,error ){if _bdbfe ==nil {return nil ,_cdf .New ("\u0063\u0061n\u006e\u006f\u0074\u0020c\u0072\u0065a\u0074\u0065\u0020\u006f\u0075\u0074\u006c\u0069n\u0065\u0020\u0066\u0072\u006f\u006d\u0020\u006e\u0069\u006c\u0020\u0072e\u0061\u0064\u0065\u0072"); +};_dbeb :=_bdbfe .GetOutlineTree ();if _dbeb ==nil {return nil ,_cdf .New ("\u0074\u0068\u0065\u0020\u0073\u0070\u0065\u0063\u0069\u0066\u0069\u0065\u0064\u0020\u0072\u0065\u0061\u0064e\u0072\u0020\u0064\u006f\u0065\u0073\u0020n\u006f\u0074\u0020\u0068\u0061\u0076\u0065\u0020\u0061\u006e\u0020o\u0075\u0074\u006c\u0069\u006e\u0065\u0020\u0074\u0072\u0065\u0065"); +};var _fceee func (_feddf *PdfOutlineTreeNode ,_cedeg *[]*OutlineItem );_fceee =func (_cagc *PdfOutlineTreeNode ,_efef *[]*OutlineItem ){if _cagc ==nil {return ;};if _cagc ._afcbg ==nil {_fca .Log .Debug ("\u0045\u0052RO\u0052\u003a\u0020m\u0069\u0073\u0073\u0069ng \u006fut\u006c\u0069\u006e\u0065\u0020\u0065\u006etr\u0079\u0020\u0063\u006f\u006e\u0074\u0065x\u0074"); +return ;};var _eecd *OutlineItem ;if _cgeaf ,_gbdbg :=_cagc ._afcbg .(*PdfOutlineItem );_gbdbg {_baegg :=_cgeaf .Dest ;if (_baegg ==nil ||_cee .IsNullObject (_baegg ))&&_cgeaf .A !=nil {if _cgbda ,_cgeb :=_cee .GetDict (_cgeaf .A );_cgeb {if _facaf ,_bffbdd :=_cee .GetArray (_cgbda .Get ("\u0044")); +_bffbdd {_baegg =_facaf ;}else {_dagbc ,_afge :=_cee .GetString (_cgbda .Get ("\u0044"));if !_afge {return ;};_ecedf ,_afge :=_bdbfe ._cacfe .Get ("\u004e\u0061\u006de\u0073").(*_cee .PdfObjectReference );if !_afge {return ;};_dggfa ,_gbdccb :=_bdbfe ._ffdgf .LookupByReference (*_ecedf ); +if _gbdccb !=nil {_fca .Log .Debug ("\u0045\u0052\u0052O\u0052\u003a\u0020\u0046\u0061\u0069\u006c\u0065\u0064\u0020\u0074\u006f\u0020\u0072\u0065\u0061\u0064\u0020\u006e\u0061\u006d\u0065\u0073\u0020\u0072\u0065\u0066\u0065\u0072e\u006e\u0063\u0065\u0020\u0028\u0025\u0073\u0029",_gbdccb .Error ()); +return ;};_dcfa ,_afge :=_dggfa .(*_cee .PdfIndirectObject );if !_afge {return ;};_cebba :=map[_cee .PdfObject ]struct{}{};_gbdccb =_bdbfe .buildNameNodes (_dcfa ,_cebba );if _gbdccb !=nil {_fca .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0046\u0061\u0069\u006c\u0065\u0064\u0020\u0074\u006f\u0020\u0062\u0075\u0069\u006c\u0064\u0020\u006ea\u006d\u0065\u0020\u006e\u006fd\u0065\u0073 \u0028\u0025\u0073\u0029",_gbdccb .Error ()); +return ;};for _ddab :=range _cebba {_fcafa ,_afdef :=_cee .GetDict (_ddab );if !_afdef {continue ;};_egba ,_afdef :=_cee .GetArray (_fcafa .Get ("\u004e\u0061\u006de\u0073"));if !_afdef {continue ;};for _bfbbc ,_gafbf :=range _egba .Elements (){switch _gafbf .(type ){case *_cee .PdfObjectString :if _gafbf .String ()==_dagbc .String (){if _efbb :=_egba .Get (_bfbbc +1); +_efbb !=nil {if _gdbgd ,_efecg :=_cee .GetDict (_efbb );_efecg {_baegg =_gdbgd .Get ("\u0044");break ;};};};};};};};};};var _afbbd OutlineDest ;if _baegg !=nil &&!_cee .IsNullObject (_baegg ){if _eagac ,_eafdf :=_gcfe (_baegg ,_bdbfe );_eafdf ==nil {_afbbd =*_eagac ; +}else {_fca .Log .Debug ("\u0057\u0041\u0052\u004e\u003a\u0020\u0063o\u0075\u006c\u0064 \u006e\u006f\u0074\u0020p\u0061\u0072\u0073\u0065\u0020\u006f\u0075\u0074\u006c\u0069\u006e\u0065\u0020\u0064\u0065\u0073\u0074\u0020\u0028\u0025\u0076\u0029\u003a\u0020\u0025\u0076",_baegg ,_eafdf ); +};};_eecd =NewOutlineItem (_cgeaf .Title .Decoded (),_afbbd );*_efef =append (*_efef ,_eecd );if _cgeaf .Next !=nil {_fceee (_cgeaf .Next ,_efef );};};if _cagc .First !=nil {if _eecd !=nil {_efef =&_eecd .Entries ;};_fceee (_cagc .First ,_efef );};};_aeae :=NewOutline (); +_fceee (_dbeb ,&_aeae .Entries );return _aeae ,nil ;}; -// PdfColorspaceDeviceNAttributes contains additional information about the components of colour space that -// conforming readers may use. Conforming readers need not use the alternateSpace and tintTransform parameters, -// and may instead use a custom blending algorithms, along with other information provided in the attributes -// dictionary if present. -type PdfColorspaceDeviceNAttributes struct{Subtype *_eb .PdfObjectName ;Colorants _eb .PdfObject ;Process _eb .PdfObject ;MixingHints _eb .PdfObject ;_dbggc *_eb .PdfIndirectObject ;}; +// ToPdfObject implements interface PdfModel. +func (_fbed *PdfBorderStyle )ToPdfObject ()_cee .PdfObject {_gdbd :=_cee .MakeDict ();if _fbed ._gbgb !=nil {if _edde ,_cdg :=_fbed ._gbgb .(*_cee .PdfIndirectObject );_cdg {_edde .PdfObject =_gdbd ;};};_gdbd .Set ("\u0053u\u0062\u0074\u0079\u0070\u0065",_cee .MakeName ("\u0042\u006f\u0072\u0064\u0065\u0072")); +if _fbed .W !=nil {_gdbd .Set ("\u0057",_cee .MakeFloat (*_fbed .W ));};if _fbed .S !=nil {_gdbd .Set ("\u0053",_cee .MakeName (_fbed .S .GetPdfName ()));};if _fbed .D !=nil {_gdbd .Set ("\u0044",_cee .MakeArrayFromIntegers (*_fbed .D ));};if _fbed ._gbgb !=nil {return _fbed ._gbgb ; +};return _gdbd ;}; -// ToInteger convert to an integer format. -func (_cfec *PdfColorDeviceCMYK )ToInteger (bits int )[4]uint32 {_bgaa :=_gg .Pow (2,float64 (bits ))-1;return [4]uint32 {uint32 (_bgaa *_cfec .C ()),uint32 (_bgaa *_cfec .M ()),uint32 (_bgaa *_cfec .Y ()),uint32 (_bgaa *_cfec .K ())};}; +// ToPdfObject returns the PDF representation of the shading pattern. +func (_geaaa *PdfShadingPatternType2 )ToPdfObject ()_cee .PdfObject {_geaaa .PdfPattern .ToPdfObject ();_egaef :=_geaaa .getDict ();if _geaaa .Shading !=nil {_egaef .Set ("\u0053h\u0061\u0064\u0069\u006e\u0067",_geaaa .Shading .ToPdfObject ());};if _geaaa .Matrix !=nil {_egaef .Set ("\u004d\u0061\u0074\u0072\u0069\u0078",_geaaa .Matrix ); +};if _geaaa .ExtGState !=nil {_egaef .Set ("\u0045x\u0074\u0047\u0053\u0074\u0061\u0074e",_geaaa .ExtGState );};return _geaaa ._bgabc ;}; -// ToPdfObject implements interface PdfModel. -func (_gfd *PdfAnnotationCircle )ToPdfObject ()_eb .PdfObject {_gfd .PdfAnnotation .ToPdfObject ();_fedeb :=_gfd ._ggf ;_fgfd :=_fedeb .PdfObject .(*_eb .PdfObjectDictionary );_gfd .PdfAnnotationMarkup .appendToPdfDictionary (_fgfd );_fgfd .SetIfNotNil ("\u0053u\u0062\u0074\u0079\u0070\u0065",_eb .MakeName ("\u0043\u0069\u0072\u0063\u006c\u0065")); -_fgfd .SetIfNotNil ("\u0042\u0053",_gfd .BS );_fgfd .SetIfNotNil ("\u0049\u0043",_gfd .IC );_fgfd .SetIfNotNil ("\u0042\u0045",_gfd .BE );_fgfd .SetIfNotNil ("\u0052\u0044",_gfd .RD );return _fedeb ;};type fontFile struct{_cddc string ;_fbca string ;_gggff _fc .SimpleEncoder ; +// SetPage directly sets the page object. +func (_dabbg *KDict )SetPage (page *_cee .PdfIndirectObject ){_dabbg .Pg =page };func (_cddebc *PdfAcroForm )filteredFields (_gbccc FieldFilterFunc ,_gdbde bool )[]*PdfField {if _cddebc ==nil {return nil ;};return _fegd (_cddebc .Fields ,_gbccc ,_gdbde ); +};func (_dcc *PdfReader )newPdfActionSubmitFormFromDict (_bfe *_cee .PdfObjectDictionary )(*PdfActionSubmitForm ,error ){_gace ,_def :=_daf (_bfe .Get ("\u0046"));if _def !=nil {return nil ,_def ;};return &PdfActionSubmitForm {F :_gace ,Fields :_bfe .Get ("\u0046\u0069\u0065\u006c\u0064\u0073"),Flags :_bfe .Get ("\u0046\u006c\u0061g\u0073")},nil ; }; -// ColorFromFloats returns a new PdfColor based on the input slice of color -// components. The slice should contain a single element between 0 and 1. -func (_ffeb *PdfColorspaceDeviceGray )ColorFromFloats (vals []float64 )(PdfColor ,error ){if len (vals )!=1{return nil ,_dcf .New ("r\u0061\u006e\u0067\u0065\u0020\u0063\u0068\u0065\u0063\u006b");};_faca :=vals [0];if _faca < 0.0||_faca > 1.0{_ddb .Log .Debug ("\u0049\u006eco\u006d\u0070\u0061t\u0069\u0062\u0069\u006city\u003a R\u0061\u006e\u0067\u0065\u0020\u006f\u0075ts\u0069\u0064\u0065\u0020\u005b\u0030\u002c1\u005d"); -};if _faca < 0.0{_faca =0.0;}else if _faca > 1.0{_faca =1.0;};return NewPdfColorDeviceGray (_faca ),nil ;}; +// PdfShadingPatternType2 is shading patterns that will use a Type 2 shading pattern (Axial). +type PdfShadingPatternType2 struct{*PdfPattern ;Shading *PdfShadingType2 ;Matrix *_cee .PdfObjectArray ;ExtGState _cee .PdfObject ;}; -// NewPdfActionSubmitForm returns a new "submit form" action. -func NewPdfActionSubmitForm ()*PdfActionSubmitForm {_bbb :=NewPdfAction ();_gf :=&PdfActionSubmitForm {};_gf .PdfAction =_bbb ;_bbb .SetContext (_gf );return _gf ;}; +// ToPdfObject implements interface PdfModel. +// Note: Call the sub-annotation's ToPdfObject to set both the generic and non-generic information. +func (_gfc *PdfAnnotation )ToPdfObject ()_cee .PdfObject {_cbdd :=_gfc ._eddc ;_fbec :=_cbdd .PdfObject .(*_cee .PdfObjectDictionary );_fbec .Clear ();_fbec .Set ("\u0054\u0079\u0070\u0065",_cee .MakeName ("\u0041\u006e\u006eo\u0074"));_fbec .SetIfNotNil ("\u0052\u0065\u0063\u0074",_gfc .Rect ); +_fbec .SetIfNotNil ("\u0043\u006f\u006e\u0074\u0065\u006e\u0074\u0073",_gfc .Contents );_fbec .SetIfNotNil ("\u0050",_gfc .P );_fbec .SetIfNotNil ("\u004e\u004d",_gfc .NM );_fbec .SetIfNotNil ("\u004d",_gfc .M );_fbec .SetIfNotNil ("\u0046",_gfc .F );_fbec .SetIfNotNil ("\u0041\u0050",_gfc .AP ); +_fbec .SetIfNotNil ("\u0041\u0053",_gfc .AS );_fbec .SetIfNotNil ("\u0042\u006f\u0072\u0064\u0065\u0072",_gfc .Border );_fbec .SetIfNotNil ("\u0043",_gfc .C );_fbec .SetIfNotNil ("\u0053\u0074\u0072u\u0063\u0074\u0050\u0061\u0072\u0065\u006e\u0074",_gfc .StructParent ); +_fbec .SetIfNotNil ("\u004f\u0043",_gfc .OC );return _cbdd ;}; -// Items returns all children outline items. -func (_aefgg *Outline )Items ()[]*OutlineItem {return _aefgg .Entries }; +// FieldFilterFunc represents a PDF field filtering function. If the function +// returns true, the PDF field is kept, otherwise it is discarded. +type FieldFilterFunc func (*PdfField )bool ;type pdfFontType3 struct{fontCommon ;_eacaf *_cee .PdfIndirectObject ; -// AppendContentBytes creates a PDF stream from `cs` and appends it to the -// array of streams specified by the pages's Contents entry. -// If `wrapContents` is true, the content stream of the page is wrapped using -// a `q/Q` operator pair, so that its state does not affect the appended -// content stream. -func (_bfgbd *PdfPage )AppendContentBytes (cs []byte ,wrapContents bool )error {_cbcge :=_bfgbd .GetContentStreamObjs ();wrapContents =wrapContents &&len (_cbcge )> 0;_fbedf :=_eb .NewFlateEncoder ();_cafdb :=_eb .MakeArray ();if wrapContents {_bbfdd ,_bagge :=_eb .MakeStream ([]byte ("\u0071\u000a"),_fbedf ); -if _bagge !=nil {return _bagge ;};_cafdb .Append (_bbfdd );};_cafdb .Append (_cbcge ...);if wrapContents {_aaecd ,_feage :=_eb .MakeStream ([]byte ("\u000a\u0051\u000a"),_fbedf );if _feage !=nil {return _feage ;};_cafdb .Append (_aaecd );};_dbfe ,_dcfgad :=_eb .MakeStream (cs ,_fbedf ); -if _dcfgad !=nil {return _dcfgad ;};_cafdb .Append (_dbfe );_bfgbd .Contents =_cafdb ;return nil ;}; +// These fields are specific to Type 3 fonts. +CharProcs _cee .PdfObject ;Encoding _cee .PdfObject ;FontBBox _cee .PdfObject ;FontMatrix _cee .PdfObject ;FirstChar _cee .PdfObject ;LastChar _cee .PdfObject ;Widths _cee .PdfObject ;Resources _cee .PdfObject ;_fdfff map[_dae .CharCode ]float64 ;_fgaa _dae .TextEncoder ; +};func (_cedd *DSS )add (_afdfe *[]*_cee .PdfObjectStream ,_aaggf map[string ]*_cee .PdfObjectStream ,_efaee [][]byte )([]*_cee .PdfObjectStream ,error ){_ceeb :=make ([]*_cee .PdfObjectStream ,0,len (_efaee ));for _ ,_bggc :=range _efaee {_bebab ,_cgdge :=_cefaf (_bggc ); +if _cgdge !=nil {return nil ,_cgdge ;};_beeg ,_dfgbd :=_aaggf [string (_bebab )];if !_dfgbd {_beeg ,_cgdge =_cee .MakeStream (_bggc ,_cee .NewRawEncoder ());if _cgdge !=nil {return nil ,_cgdge ;};_aaggf [string (_bebab )]=_beeg ;*_afdfe =append (*_afdfe ,_beeg ); +};_ceeb =append (_ceeb ,_beeg );};return _ceeb ,nil ;}; -// ColorFromPdfObjects gets the color from a series of pdf objects (3 for rgb). -func (_bfcb *PdfColorspaceDeviceRGB )ColorFromPdfObjects (objects []_eb .PdfObject )(PdfColor ,error ){if len (objects )!=3{return nil ,_dcf .New ("r\u0061\u006e\u0067\u0065\u0020\u0063\u0068\u0065\u0063\u006b");};_fffbe ,_dcac :=_eb .GetNumbersAsFloat (objects ); -if _dcac !=nil {return nil ,_dcac ;};return _bfcb .ColorFromFloats (_fffbe );}; +// SetPdfCreator sets the Creator attribute of the output PDF. +func SetPdfCreator (creator string ){_dggagg .Lock ();defer _dggagg .Unlock ();_dgbgaa =creator };func (_debge *LTV )getCerts (_egfe []*_dfd .Certificate )([][]byte ,error ){_bcgb :=make ([][]byte ,0,len (_egfe ));for _ ,_bagce :=range _egfe {_bcgb =append (_bcgb ,_bagce .Raw ); +};return _bcgb ,nil ;}; -// NewEmbeddedFile constructs a new EmbeddedFile object from supplied file. -// The file type of the file would be detected automatically. -func NewEmbeddedFile (path string )(*EmbeddedFile ,error ){_feff ,_abgc :=_ccb .ReadFile (path );if _abgc !=nil {return nil ,_abgc ;};_ggfeb :=_egg .Detect (_feff );_dgab :=_c .Sum (_feff );_eaaa :=&EmbeddedFile {Name :_dc .Base (path ),Content :_feff ,FileType :_ggfeb .String (),Hash :_egf .EncodeToString (_dgab [:])}; -return _eaaa ,nil ;}; +// ToPdfObject converts the font to a PDF representation. +func (_ebaa *pdfFontType3 )ToPdfObject ()_cee .PdfObject {if _ebaa ._eacaf ==nil {_ebaa ._eacaf =&_cee .PdfIndirectObject {};};_gabdb :=_ebaa .baseFields ().asPdfObjectDictionary ("\u0054\u0079\u0070e\u0033");_ebaa ._eacaf .PdfObject =_gabdb ;if _ebaa .FirstChar !=nil {_gabdb .Set ("\u0046i\u0072\u0073\u0074\u0043\u0068\u0061r",_ebaa .FirstChar ); +};if _ebaa .LastChar !=nil {_gabdb .Set ("\u004c\u0061\u0073\u0074\u0043\u0068\u0061\u0072",_ebaa .LastChar );};if _ebaa .Widths !=nil {_gabdb .Set ("\u0057\u0069\u0064\u0074\u0068\u0073",_ebaa .Widths );};if _ebaa .Encoding !=nil {_gabdb .Set ("\u0045\u006e\u0063\u006f\u0064\u0069\u006e\u0067",_ebaa .Encoding ); +}else if _ebaa ._fgaa !=nil {_cacde :=_ebaa ._fgaa .ToPdfObject ();if _cacde !=nil {_gabdb .Set ("\u0045\u006e\u0063\u006f\u0064\u0069\u006e\u0067",_cacde );};};if _ebaa .FontBBox !=nil {_gabdb .Set ("\u0046\u006f\u006e\u0074\u0042\u0042\u006f\u0078",_ebaa .FontBBox ); +};if _ebaa .FontMatrix !=nil {_gabdb .Set ("\u0046\u006f\u006e\u0074\u004d\u0061\u0074\u0069\u0072\u0078",_ebaa .FontMatrix );};if _ebaa .CharProcs !=nil {_gabdb .Set ("\u0043h\u0061\u0072\u0050\u0072\u006f\u0063s",_ebaa .CharProcs );};if _ebaa .Resources !=nil {_gabdb .Set ("\u0052e\u0073\u006f\u0075\u0072\u0063\u0065s",_ebaa .Resources ); +};return _ebaa ._eacaf ;}; -// PdfOutputIntentType is the subtype of the given PdfOutputIntent. -type PdfOutputIntentType int ; +// PdfDate represents a date, which is a PDF string of the form: +// (D:YYYYMMDDHHmmSSOHH'mm) +type PdfDate struct{_gffbe int64 ;_dabdg int64 ;_cfdgf int64 ;_bbeea int64 ;_bfaec int64 ;_begea int64 ;_cfbed byte ;_gccea int64 ;_cacedd int64 ;};func (_afadd *Names )addEmbeddedFile (_addf *EmbeddedFile )error {if _afadd .EmbeddedFiles ==nil {_afadd .EmbeddedFiles =_cee .MakeDict (); +_afadd .EmbeddedFiles .Set ("\u004e\u0061\u006de\u0073",_cee .MakeArray ());};_geccb :=NewPdfFileSpecFromEmbeddedFile (_addf );_cccf :=_afadd .EmbeddedFiles .Get ("\u004e\u0061\u006de\u0073");_agded ,_ecdec :=_cccf .(*_cee .PdfObjectArray );if !_ecdec {return _cdf .New ("\u0049\u006e\u0076\u0061li\u0064\u0020\u004e\u0061\u006d\u0065\u0073\u0020\u0061\u0072\u0072\u0061\u0079"); +};type FileSpecMap struct{_fedcf string ;_fgdgd *PdfFilespec ;};_gdbfc :=[]FileSpecMap {};for _egef :=0;_egef < len (_agded .Elements ());_egef +=2{if _egef %2==0{_dbgdb :=_agded .Get (_egef );if _dbgdb !=nil {_dabdc :=_dbgdb .(*_cee .PdfObjectString ); +_edefa :=_agded .Get (_egef +1);_fecf ,_cgggf :=NewPdfFilespecFromObj (_edefa );if _cgggf !=nil {return _cgggf ;};_gdbfc =append (_gdbfc ,FileSpecMap {_fedcf :_dabdc .String (),_fgdgd :_fecf });};};};_gdbfc =append (_gdbfc ,FileSpecMap {_fedcf :_addf .Name ,_fgdgd :_geccb }); +_da .Slice (_gdbfc ,func (_baef ,_baagfc int )bool {return _gdbfc [_baef ]._fedcf < _gdbfc [_baagfc ]._fedcf });_agded =_cee .MakeArray ();for _ ,_degaf :=range _gdbfc {_agded .Append (_cee .MakeString (_degaf ._fedcf ));_agded .Append (_degaf ._fgdgd .ToPdfObject ()); +};_afadd .EmbeddedFiles .Set ("\u004e\u0061\u006de\u0073",_agded );return nil ;}; -// AlphaMapFunc represents a alpha mapping function: byte -> byte. Can be used for -// thresholding the alpha channel, i.e. setting all alpha values below threshold to transparent. -type AlphaMapFunc func (_acefd byte )byte ;func (_abace *PdfWriter )writeString (_dbdabb string ){if _abace ._ceffa !=nil {return ;};_caabf ,_ecdgef :=_abace ._ccfbc .WriteString (_dbdabb );_abace ._dfabe +=int64 (_caabf );_abace ._ceffa =_ecdgef ;}; +// GetCharMetrics returns the char metrics for character code `code`. +func (_dgedg pdfFontType3 )GetCharMetrics (code _dae .CharCode )(_ce .CharMetrics ,bool ){if _bbfe ,_adbba :=_dgedg ._fdfff [code ];_adbba {return _ce .CharMetrics {Wx :_bbfe },true ;};if _ce .IsStdFont (_ce .StdFontName (_dgedg ._fbcf )){return _ce .CharMetrics {Wx :250},true ; +};return _ce .CharMetrics {},false ;}; -// NewPdfColorspaceCalGray returns a new CalGray colorspace object. -func NewPdfColorspaceCalGray ()*PdfColorspaceCalGray {_fafg :=&PdfColorspaceCalGray {};_fafg .BlackPoint =[]float64 {0.0,0.0,0.0};_fafg .Gamma =1;return _fafg ;};func _egggc (_gacacb _eb .PdfObject )[]*_eb .PdfObjectStream {if _gacacb ==nil {return nil ; -};_bgdbf ,_afedg :=_eb .GetArray (_gacacb );if !_afedg ||_bgdbf .Len ()==0{return nil ;};_cbadf :=make ([]*_eb .PdfObjectStream ,0,_bgdbf .Len ());for _ ,_eedc :=range _bgdbf .Elements (){if _cegeg ,_bfccd :=_eb .GetStream (_eedc );_bfccd {_cbadf =append (_cbadf ,_cegeg ); -};};return _cbadf ;}; +// ColorFromPdfObjects gets the color from a series of pdf objects (4 for cmyk). +func (_ffgf *PdfColorspaceDeviceCMYK )ColorFromPdfObjects (objects []_cee .PdfObject )(PdfColor ,error ){if len (objects )!=4{return nil ,_cdf .New ("r\u0061\u006e\u0067\u0065\u0020\u0063\u0068\u0065\u0063\u006b");};_eddg ,_gcfa :=_cee .GetNumbersAsFloat (objects ); +if _gcfa !=nil {return nil ,_gcfa ;};return _ffgf .ColorFromFloats (_eddg );}; -// NewPdfActionNamed returns a new "named" action. -func NewPdfActionNamed ()*PdfActionNamed {_gag :=NewPdfAction ();_ce :=&PdfActionNamed {};_ce .PdfAction =_gag ;_gag .SetContext (_ce );return _ce ;}; +// ColorFromFloats returns a new PdfColor based on input color components. +func (_cfca *PdfColorspaceDeviceN )ColorFromFloats (vals []float64 )(PdfColor ,error ){if len (vals )!=_cfca .GetNumComponents (){return nil ,_cdf .New ("r\u0061\u006e\u0067\u0065\u0020\u0063\u0068\u0065\u0063\u006b");};_deeef ,_fcdd :=_cfca .TintTransform .Evaluate (vals ); +if _fcdd !=nil {return nil ,_fcdd ;};_dfge ,_fcdd :=_cfca .AlternateSpace .ColorFromFloats (_deeef );if _fcdd !=nil {return nil ,_fcdd ;};return _dfge ,nil ;};type pdfCIDFontType2 struct{fontCommon ;_bfeeb *_cee .PdfIndirectObject ;_dffe _dae .TextEncoder ; -// PdfColor interface represents a generic color in PDF. -type PdfColor interface{}; -// ToPdfObject implements interface PdfModel. -func (_ebccd *PdfAnnotationInk )ToPdfObject ()_eb .PdfObject {_ebccd .PdfAnnotation .ToPdfObject ();_geag :=_ebccd ._ggf ;_cecf :=_geag .PdfObject .(*_eb .PdfObjectDictionary );_ebccd .PdfAnnotationMarkup .appendToPdfDictionary (_cecf );_cecf .SetIfNotNil ("\u0053u\u0062\u0074\u0079\u0070\u0065",_eb .MakeName ("\u0049\u006e\u006b")); -_cecf .SetIfNotNil ("\u0049n\u006b\u004c\u0069\u0073\u0074",_ebccd .InkList );_cecf .SetIfNotNil ("\u0042\u0053",_ebccd .BS );return _geag ;}; +// Table 117 – Entries in a CIDFont dictionary (page 269) +// Dictionary that defines the character collection of the CIDFont (required). +// See Table 116. +CIDSystemInfo *_cee .PdfObjectDictionary ; -// NewPdfOutlineItem returns an initialized PdfOutlineItem. -func NewPdfOutlineItem ()*PdfOutlineItem {_cfecg :=&PdfOutlineItem {_efbfb :_eb .MakeIndirectObject (_eb .MakeDict ())};_cfecg ._eeedb =_cfecg ;return _cfecg ;}; +// Glyph metrics fields (optional). +DW _cee .PdfObject ;W _cee .PdfObject ;DW2 _cee .PdfObject ;W2 _cee .PdfObject ; -// FlattenFields flattens the form fields and annotations for the PDF loaded in `pdf` and makes -// non-editable. -// Looks up all widget annotations corresponding to form fields and flattens them by drawing the content -// through the content stream rather than annotations. -// References to flattened annotations will be removed from Page Annots array. For fields the AcroForm entry -// will be emptied. -// When `allannots` is true, all annotations will be flattened. Keep false if want to keep non-form related -// annotations intact. -// When `appgen` is not nil, it will be used to generate appearance streams for the field annotations. -func (_ddbf *PdfReader )FlattenFields (allannots bool ,appgen FieldAppearanceGenerator )error {return _ddbf .flattenFieldsWithOpts (allannots ,appgen ,nil );};func _ffeeb (_faaeg *_eb .PdfObjectDictionary )(*PdfShadingType6 ,error ){_ededed :=PdfShadingType6 {}; -_cdacd :=_faaeg .Get ("\u0042\u0069\u0074\u0073\u0050\u0065\u0072\u0043\u006f\u006f\u0072\u0064i\u006e\u0061\u0074\u0065");if _cdacd ==nil {_ddb .Log .Debug ("\u0052e\u0071\u0075i\u0072\u0065\u0064 \u0061\u0074\u0074\u0072\u0069\u0062\u0075t\u0065\u0020\u006d\u0069\u0073\u0073i\u006e\u0067\u003a\u0020\u0042\u0069\u0074\u0073\u0050\u0065\u0072C\u006f\u006f\u0072\u0064\u0069\u006e\u0061\u0074\u0065"); -return nil ,ErrRequiredAttributeMissing ;};_gdfec ,_bbgce :=_cdacd .(*_eb .PdfObjectInteger );if !_bbgce {_ddb .Log .Debug ("\u0042\u0069\u0074\u0073\u0050e\u0072\u0043\u006f\u006f\u0072\u0064\u0069\u006e\u0061\u0074\u0065\u0020\u006eo\u0074\u0020\u0061\u006e\u0020\u0069\u006e\u0074\u0065\u0067\u0065\u0072\u0020\u0028\u0067\u006f\u0074\u0020\u0025\u0054\u0029",_cdacd ); -return nil ,_eb .ErrTypeError ;};_ededed .BitsPerCoordinate =_gdfec ;_cdacd =_faaeg .Get ("\u0042\u0069t\u0073\u0050\u0065r\u0043\u006f\u006d\u0070\u006f\u006e\u0065\u006e\u0074");if _cdacd ==nil {_ddb .Log .Debug ("\u0052e\u0071\u0075i\u0072\u0065\u0064\u0020a\u0074\u0074\u0072i\u0062\u0075\u0074\u0065\u0020\u006d\u0069\u0073\u0073in\u0067\u003a\u0020B\u0069\u0074s\u0050\u0065\u0072\u0043\u006f\u006dp\u006f\u006ee\u006e\u0074"); -return nil ,ErrRequiredAttributeMissing ;};_gdfec ,_bbgce =_cdacd .(*_eb .PdfObjectInteger );if !_bbgce {_ddb .Log .Debug ("B\u0069\u0074\u0073\u0050\u0065\u0072\u0043\u006f\u006d\u0070\u006f\u006e\u0065\u006e\u0074\u0020\u006e\u006ft\u0020\u0061\u006e\u0020\u0069\u006e\u0074\u0065\u0067\u0065r \u0028\u0067\u006ft\u0020%\u0054\u0029",_cdacd ); -return nil ,_eb .ErrTypeError ;};_ededed .BitsPerComponent =_gdfec ;_cdacd =_faaeg .Get ("B\u0069\u0074\u0073\u0050\u0065\u0072\u0046\u006c\u0061\u0067");if _cdacd ==nil {_ddb .Log .Debug ("\u0052\u0065\u0071\u0075\u0069\u0072\u0065\u0064\u0020\u0061\u0074\u0074\u0072i\u0062\u0075\u0074\u0065\u0020\u006di\u0073\u0073\u0069\u006e\u0067\u003a\u0020\u0042\u0069\u0074\u0073\u0050\u0065r\u0046\u006c\u0061\u0067"); -return nil ,ErrRequiredAttributeMissing ;};_gdfec ,_bbgce =_cdacd .(*_eb .PdfObjectInteger );if !_bbgce {_ddb .Log .Debug ("B\u0069\u0074\u0073\u0050\u0065\u0072F\u006c\u0061\u0067\u0020\u006e\u006ft\u0020\u0061\u006e\u0020\u0069\u006e\u0074e\u0067\u0065\u0072\u0020\u0028\u0067\u006f\u0074\u0020\u0025T\u0029",_cdacd ); -return nil ,_eb .ErrTypeError ;};_ededed .BitsPerComponent =_gdfec ;_cdacd =_faaeg .Get ("\u0044\u0065\u0063\u006f\u0064\u0065");if _cdacd ==nil {_ddb .Log .Debug ("\u0052\u0065\u0071ui\u0072\u0065\u0064\u0020\u0061\u0074\u0074\u0072\u0069b\u0075t\u0065 \u006di\u0073\u0073\u0069\u006e\u0067\u003a\u0020\u0044\u0065\u0063\u006f\u0064\u0065"); -return nil ,ErrRequiredAttributeMissing ;};_dcebc ,_bbgce :=_cdacd .(*_eb .PdfObjectArray );if !_bbgce {_ddb .Log .Debug ("\u0044\u0065\u0063\u006fd\u0065\u0020\u006e\u006f\u0074\u0020\u0061\u006e\u0020\u0061r\u0072a\u0079\u0020\u0028\u0067\u006f\u0074\u0020%\u0054\u0029",_cdacd ); -return nil ,_eb .ErrTypeError ;};_ededed .Decode =_dcebc ;if _aaceg :=_faaeg .Get ("\u0046\u0075\u006e\u0063\u0074\u0069\u006f\u006e");_aaceg !=nil {_ededed .Function =[]PdfFunction {};if _fgaec ,_efeca :=_aaceg .(*_eb .PdfObjectArray );_efeca {for _ ,_adce :=range _fgaec .Elements (){_abcgf ,_eebaf :=_cccfa (_adce ); -if _eebaf !=nil {_ddb .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0070\u0061\u0072\u0073\u0069n\u0067\u0020\u0066\u0075\u006e\u0063\u0074\u0069\u006f\u006e:\u0020\u0025\u0076",_eebaf );return nil ,_eebaf ;};_ededed .Function =append (_ededed .Function ,_abcgf ); -};}else {_fgccd ,_defa :=_cccfa (_aaceg );if _defa !=nil {_ddb .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0070\u0061\u0072\u0073\u0069n\u0067\u0020\u0066\u0075\u006e\u0063\u0074\u0069\u006f\u006e:\u0020\u0025\u0076",_defa );return nil ,_defa ; -};_ededed .Function =append (_ededed .Function ,_fgccd );};};return &_ededed ,nil ;};func _eecd (_ecfb *_eb .PdfObjectDictionary )*VRI {_aafe ,_ :=_eb .GetString (_ecfb .Get ("\u0054\u0055"));_gfedg ,_ :=_eb .GetString (_ecfb .Get ("\u0054\u0053"));return &VRI {Cert :_egggc (_ecfb .Get ("\u0043\u0065\u0072\u0074")),OCSP :_egggc (_ecfb .Get ("\u004f\u0043\u0053\u0050")),CRL :_egggc (_ecfb .Get ("\u0043\u0052\u004c")),TU :_aafe ,TS :_gfedg }; -}; +// CIDs to glyph indices mapping (optional). +CIDToGIDMap _cee .PdfObject ;_dbffc map[_dae .CharCode ]float64 ;_dfae float64 ;_abdc map[rune ]int ;}; -// ToPdfObject implements interface PdfModel. -func (_cfgd *PdfActionThread )ToPdfObject ()_eb .PdfObject {_cfgd .PdfAction .ToPdfObject ();_cddg :=_cfgd ._dee ;_bba :=_cddg .PdfObject .(*_eb .PdfObjectDictionary );_bba .SetIfNotNil ("\u0053",_eb .MakeName (string (ActionTypeThread )));if _cfgd .F !=nil {_bba .Set ("\u0046",_cfgd .F .ToPdfObject ()); -};_bba .SetIfNotNil ("\u0044",_cfgd .D );_bba .SetIfNotNil ("\u0042",_cfgd .B );return _cddg ;}; +// ToPdfObject converts the K dictionary to a PDF object. +func (_ccdff *KDict )ToPdfObject ()_cee .PdfObject {_dffdb :=_cee .MakeDict ();if _ccdff .ID !=nil {_dffdb .Set ("\u0049\u0044",_ccdff .ID );};if _ccdff .K !=nil {_dffdb .Set ("\u004b",_ccdff .K );}else if len (_ccdff ._affgf )> 0{if len (_ccdff ._affgf )==1{_ccdff .K =_ccdff ._affgf [0].ToPdfObject (); +}else {_eefce :=_cee .MakeArray ();for _ ,_fggb :=range _ccdff ._affgf {_eefce .Append (_fggb .ToPdfObject ());};_ccdff .K =_eefce ;};_dffdb .Set ("\u004b",_ccdff .K );};if _ccdff .S !=nil {_dffdb .Set ("\u0053",_ccdff .S );};if _ccdff .P !=nil {_dffdb .Set ("\u0050",_ccdff .P ); +};if _ccdff .Pg !=nil {_dffdb .Set ("\u0050\u0067",_ccdff .Pg );};if _ccdff .C !=nil {_dffdb .Set ("\u0043",_ccdff .C );};if _ccdff .R !=nil {_dffdb .Set ("\u0052",_ccdff .R );};if _ccdff .T !=nil {_dffdb .Set ("\u0054",_ccdff .T );};if _ccdff .Lang !=nil {_dffdb .Set ("\u004c\u0061\u006e\u0067",_ccdff .Lang ); +};if _ccdff .Alt !=nil {_dffdb .Set ("\u0041\u006c\u0074",_ccdff .Alt );};if _ccdff .E !=nil {_dffdb .Set ("\u0045",_ccdff .E );};if _ccdff .A !=nil {_dffdb .Set ("\u0041",_ccdff .A );}else if _ccdff ._daafg !=nil {_agdbe :=_cee .MakeArrayFromFloats ([]float64 {_ccdff ._daafg .Llx ,_ccdff ._daafg .Lly ,_ccdff ._daafg .Urx ,_ccdff ._daafg .Ury }); +_adcca :=_cee .MakeDict ();_adcca .Set ("\u0042\u0042\u006f\u0078",_agdbe );_adcca .Set ("\u004f",_cee .MakeString ("\u004c\u0061\u0079\u006f\u0075\u0074"));_dffdb .Set ("\u0041",_cee .MakeIndirectObject (_adcca ));};return _dffdb ;}; -// AddImageResource adds an image to the XObject resources. -func (_dbcf *PdfPage )AddImageResource (name _eb .PdfObjectName ,ximg *XObjectImage )error {var _fdab *_eb .PdfObjectDictionary ;if _dbcf .Resources .XObject ==nil {_fdab =_eb .MakeDict ();_dbcf .Resources .XObject =_fdab ;}else {var _cabaf bool ;_fdab ,_cabaf =(_dbcf .Resources .XObject ).(*_eb .PdfObjectDictionary ); -if !_cabaf {return _dcf .New ("\u0069\u006e\u0076\u0061li\u0064\u0020\u0078\u0072\u0065\u0073\u0020\u0064\u0069\u0063\u0074\u0020\u0074\u0079p\u0065");};};_fdab .Set (name ,ximg .ToPdfObject ());return nil ;};func (_efd *PdfReader )newPdfAnnotationFreeTextFromDict (_ecgg *_eb .PdfObjectDictionary )(*PdfAnnotationFreeText ,error ){_baa :=PdfAnnotationFreeText {}; -_gef ,_deea :=_efd .newPdfAnnotationMarkupFromDict (_ecgg );if _deea !=nil {return nil ,_deea ;};_baa .PdfAnnotationMarkup =_gef ;_baa .DA =_ecgg .Get ("\u0044\u0041");_baa .Q =_ecgg .Get ("\u0051");_baa .RC =_ecgg .Get ("\u0052\u0043");_baa .DS =_ecgg .Get ("\u0044\u0053"); -_baa .CL =_ecgg .Get ("\u0043\u004c");_baa .IT =_ecgg .Get ("\u0049\u0054");_baa .BE =_ecgg .Get ("\u0042\u0045");_baa .RD =_ecgg .Get ("\u0052\u0044");_baa .BS =_ecgg .Get ("\u0042\u0053");_baa .LE =_ecgg .Get ("\u004c\u0045");return &_baa ,nil ;};func (_gagef *Image )getSuitableEncoder ()(_eb .StreamEncoder ,error ){var (_cfbgf ,_bgbff =int (_gagef .Width ),int (_gagef .Height ); -_geea =make (map[string ]bool );_fafb =true ;_deddf =false ;_degc =func ()*_eb .DCTEncoder {return _eb .NewDCTEncoder ()};_abcb =func ()*_eb .DCTEncoder {_fbbac :=_eb .NewDCTEncoder ();_fbbac .BitsPerComponent =16;return _fbbac };);for _bbgde :=0;_bbgde < _bgbff ; -_bbgde ++{for _bgddb :=0;_bgddb < _cfbgf ;_bgddb ++{_ebgaa ,_afdcd :=_gagef .ColorAt (_bgddb ,_bbgde );if _afdcd !=nil {return nil ,_afdcd ;};_aaaga ,_abged ,_cdag ,_dcefe :=_ebgaa .RGBA ();if _fafb &&(_aaaga !=_abged ||_aaaga !=_cdag ||_abged !=_cdag ){_fafb =false ; -};if !_deddf {switch _ebgaa .(type ){case _b .NRGBA :_deddf =_dcefe > 0;};};_geea [_e .Sprintf ("\u0025\u0064\u002c\u0025\u0064\u002c\u0025\u0064",_aaaga ,_abged ,_cdag )]=true ;if len (_geea )> 2&&_deddf {return _abcb (),nil ;};};};if _deddf ||len (_gagef ._bdcab )> 0{return _eb .NewFlateEncoder (),nil ; -};if len (_geea )<=2{_cbeca :=_gagef .ConvertToBinary ();if _cbeca !=nil {return nil ,_cbeca ;};return _eb .NewJBIG2Encoder (),nil ;};if _fafb {return _degc (),nil ;};if _gagef .ColorComponents ==1{if _gagef .BitsPerComponent ==1{return _eb .NewJBIG2Encoder (),nil ; -}else if _gagef .BitsPerComponent ==8{_bedba :=_eb .NewDCTEncoder ();_bedba .ColorComponents =1;return _bedba ,nil ;};}else if _gagef .ColorComponents ==3{if _gagef .BitsPerComponent ==8{return _degc (),nil ;}else if _gagef .BitsPerComponent ==16{return _abcb (),nil ; -};}else if _gagef .ColorComponents ==4{_afbeg :=_abcb ();_afbeg .ColorComponents =4;return _afbeg ,nil ;};return _abcb (),nil ;}; +// SetPdfCreationDate sets the CreationDate attribute of the output PDF. +func SetPdfCreationDate (creationDate _gc .Time ){_dggagg .Lock ();defer _dggagg .Unlock ();_dddda =creationDate ;};func (_gde *PdfReader )newPdfAnnotationRichMediaFromDict (_ddcd *_cee .PdfObjectDictionary )(*PdfAnnotationRichMedia ,error ){_babc :=&PdfAnnotationRichMedia {}; +_babc .RichMediaSettings =_ddcd .Get ("\u0052\u0069\u0063\u0068\u004d\u0065\u0064\u0069\u0061\u0053\u0065\u0074t\u0069\u006e\u0067\u0073");_babc .RichMediaContent =_ddcd .Get ("\u0052\u0069c\u0068\u004d\u0065d\u0069\u0061\u0043\u006f\u006e\u0074\u0065\u006e\u0074"); +return _babc ,nil ;}; -// NewPdfAnnotationWatermark returns a new watermark annotation. -func NewPdfAnnotationWatermark ()*PdfAnnotationWatermark {_cdgd :=NewPdfAnnotation ();_fddc :=&PdfAnnotationWatermark {};_fddc .PdfAnnotation =_cdgd ;_cdgd .SetContext (_fddc );return _fddc ;};func _eegg (_bedad _eb .PdfObject )(*PdfColorspaceSpecialPattern ,error ){_ddb .Log .Trace ("\u004e\u0065\u0077\u0020\u0050\u0061\u0074\u0074\u0065\u0072n\u0020\u0043\u0053\u0020\u0066\u0072\u006fm\u0020\u006f\u0062\u006a\u003a\u0020\u0025\u0073\u0020\u0025\u0054",_bedad .String (),_bedad ); -_bfabf :=NewPdfColorspaceSpecialPattern ();if _febbg ,_dcbe :=_bedad .(*_eb .PdfIndirectObject );_dcbe {_bfabf ._fgff =_febbg ;};_bedad =_eb .TraceToDirectObject (_bedad );if _ccabe ,_afbf :=_bedad .(*_eb .PdfObjectName );_afbf {if *_ccabe !="\u0050a\u0074\u0074\u0065\u0072\u006e"{return nil ,_e .Errorf ("\u0069\u006e\u0076a\u006c\u0069\u0064\u0020\u006e\u0061\u006d\u0065"); -};return _bfabf ,nil ;};_egda ,_bbg :=_bedad .(*_eb .PdfObjectArray );if !_bbg {_ddb .Log .Error ("\u0049\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0050\u0061t\u0074\u0065\u0072\u006e\u0020\u0043\u0053 \u004f\u0062\u006a\u0065\u0063\u0074\u003a\u0020\u0025\u0023\u0076",_bedad ); -return nil ,_e .Errorf ("\u0069n\u0076\u0061\u006c\u0069d\u0020\u0050\u0061\u0074\u0074e\u0072n\u0020C\u0053\u0020\u006f\u0062\u006a\u0065\u0063t");};if _egda .Len ()!=1&&_egda .Len ()!=2{_ddb .Log .Error ("\u0049\u006ev\u0061\u006c\u0069\u0064\u0020\u0050\u0061\u0074\u0074\u0065\u0072\u006e\u0020\u0043\u0053\u0020\u0061\u0072\u0072\u0061\u0079\u003a %\u0023\u0076",_egda ); -return nil ,_e .Errorf ("\u0069n\u0076\u0061\u006c\u0069\u0064\u0020\u0050\u0061\u0074\u0074\u0065r\u006e\u0020\u0043\u0053\u0020\u0061\u0072\u0072\u0061\u0079");};_bedad =_egda .Get (0);if _dacg ,_beec :=_bedad .(*_eb .PdfObjectName );_beec {if *_dacg !="\u0050a\u0074\u0074\u0065\u0072\u006e"{_ddb .Log .Error ("\u0049\u006e\u0076al\u0069\u0064\u0020\u0050\u0061\u0074\u0074\u0065\u0072n\u0020C\u0053 \u0061r\u0072\u0061\u0079\u0020\u006e\u0061\u006d\u0065\u003a\u0020\u0025\u0023\u0076",_dacg ); -return nil ,_e .Errorf ("\u0069\u006e\u0076a\u006c\u0069\u0064\u0020\u006e\u0061\u006d\u0065");};};if _egda .Len ()> 1{_bedad =_egda .Get (1);_bedad =_eb .TraceToDirectObject (_bedad );_fgfdf ,_beaa :=NewPdfColorspaceFromPdfObject (_bedad );if _beaa !=nil {return nil ,_beaa ; -};_bfabf .UnderlyingCS =_fgfdf ;};_ddb .Log .Trace ("R\u0065\u0074\u0075\u0072\u006e\u0069\u006e\u0067\u0020\u0050\u0061\u0074\u0074\u0065\u0072\u006e\u0020\u0077i\u0074\u0068\u0020\u0075\u006e\u0064\u0065\u0072\u006c\u0079in\u0067\u0020\u0063s\u003a \u0025\u0054",_bfabf .UnderlyingCS ); -return _bfabf ,nil ;}; +// BaseFont returns the font's "BaseFont" field. +func (_dcbgf *PdfFont )BaseFont ()string {return _dcbgf .baseFields ()._fbcf }; -// PdfSignature represents a PDF signature dictionary and is used for signing via form signature fields. -// (Section 12.8, Table 252 - Entries in a signature dictionary p. 475 in PDF32000_2008). -type PdfSignature struct{Handler SignatureHandler ;_cddce *_eb .PdfIndirectObject ; +// NewPdfColorPattern returns an empty color pattern. +func NewPdfColorPattern ()*PdfColorPattern {_cfagg :=&PdfColorPattern {};return _cfagg }; -// Type: Sig/DocTimeStamp -Type *_eb .PdfObjectName ;Filter *_eb .PdfObjectName ;SubFilter *_eb .PdfObjectName ;Contents *_eb .PdfObjectString ;Cert _eb .PdfObject ;ByteRange *_eb .PdfObjectArray ;Reference *_eb .PdfObjectArray ;Changes *_eb .PdfObjectArray ;Name *_eb .PdfObjectString ; -M *_eb .PdfObjectString ;Location *_eb .PdfObjectString ;Reason *_eb .PdfObjectString ;ContactInfo *_eb .PdfObjectString ;R *_eb .PdfObjectInteger ;V *_eb .PdfObjectInteger ;PropBuild *_eb .PdfObjectDictionary ;PropAuthTime *_eb .PdfObjectInteger ;PropAuthType *_eb .PdfObjectName ; -}; +// Add appends a top level outline item to the outline. +func (_gcfb *Outline )Add (item *OutlineItem ){_gcfb .Entries =append (_gcfb .Entries ,item )}; -// NewPdfFontFromTTF loads a TTF font and returns a PdfFont type that can be -// used in text styling functions. -// Uses a WinAnsiTextEncoder and loads only character codes 32-255. -// NOTE: For composite fonts such as used in symbolic languages, use NewCompositePdfFontFromTTF. -func NewPdfFontFromTTF (r _bagf .ReadSeeker )(*PdfFont ,error ){const _eefg =_fc .CharCode (32);const _ecgga =_fc .CharCode (255);_gfeff ,_ccbf :=_bagf .ReadAll (r );if _ccbf !=nil {_ddb .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0055\u006e\u0061\u0062\u006c\u0065 \u0074\u006f\u0020\u0072\u0065\u0061d\u0020\u0066\u006f\u006e\u0074\u0020\u0063\u006f\u006e\u0074\u0065\u006e\u0074s\u003a\u0020\u0025\u0076",_ccbf ); -return nil ,_ccbf ;};_aceda ,_ccbf :=_fg .TtfParse (_dd .NewReader (_gfeff ));if _ccbf !=nil {_ddb .Log .Debug ("E\u0052\u0052\u004f\u0052\u003a\u0020l\u006f\u0061\u0064\u0069\u006e\u0067\u0020\u0054\u0054F\u0020\u0066\u006fn\u0074:\u0020\u0025\u0076",_ccbf ); -return nil ,_ccbf ;};_gafa :=&pdfFontSimple {_cegda :make (map[_fc .CharCode ]float64 ),fontCommon :fontCommon {_fgdee :"\u0054\u0072\u0075\u0065\u0054\u0079\u0070\u0065"}};_gafa ._eccbb =_fc .NewWinAnsiEncoder ();_gafa ._agcc =_aceda .PostScriptName ; -_gafa .FirstChar =_eb .MakeInteger (int64 (_eefg ));_gafa .LastChar =_eb .MakeInteger (int64 (_ecgga ));_afbd :=1000.0/float64 (_aceda .UnitsPerEm );if len (_aceda .Widths )<=0{return nil ,_dcf .New ("\u0045\u0052\u0052O\u0052\u003a\u0020\u004d\u0069\u0073\u0073\u0069\u006e\u0067\u0020\u0072\u0065\u0071\u0075\u0069\u0072\u0065\u0064\u0020\u0061\u0074\u0074\u0072\u0069\u0062\u0075\u0074\u0065 \u0028\u0057\u0069\u0064\u0074\u0068\u0073\u0029"); -};_fead :=_afbd *float64 (_aceda .Widths [0]);_ccde :=make ([]float64 ,0,_ecgga -_eefg +1);for _cgdge :=_eefg ;_cgdge <=_ecgga ;_cgdge ++{_gcgga ,_efaac :=_gafa .Encoder ().CharcodeToRune (_cgdge );if !_efaac {_ddb .Log .Debug ("\u0052u\u006e\u0065\u0020\u006eo\u0074\u0020\u0066\u006f\u0075n\u0064 \u0028c\u006f\u0064\u0065\u003a\u0020\u0025\u0064)",_cgdge ); -_ccde =append (_ccde ,_fead );continue ;};_gade ,_abgdd :=_aceda .Chars [_gcgga ];if !_abgdd {_ddb .Log .Debug ("R\u0075\u006e\u0065\u0020no\u0074 \u0069\u006e\u0020\u0054\u0054F\u0020\u0043\u0068\u0061\u0072\u0073");_ccde =append (_ccde ,_fead );continue ; -};_fbbbe :=_afbd *float64 (_aceda .Widths [_gade ]);_ccde =append (_ccde ,_fbbbe );};_gafa .Widths =_eb .MakeIndirectObject (_eb .MakeArrayFromFloats (_ccde ));if len (_ccde )< int (_ecgga -_eefg +1){_ddb .Log .Debug ("E\u0052\u0052\u004f\u0052\u003a\u0020\u0049\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u006c\u0065\u006e\u0067t\u0068\u0020\u006f\u0066\u0020\u0077\u0069\u0064\u0074\u0068s,\u0020\u0025\u0064 \u003c \u0025\u0064",len (_ccde ),255-32+1); -return nil ,_eb .ErrRangeError ;};for _dccdb :=_eefg ;_dccdb <=_ecgga ;_dccdb ++{_gafa ._cegda [_dccdb ]=_ccde [_dccdb -_eefg ];};_gafa .Encoding =_eb .MakeName ("\u0057i\u006eA\u006e\u0073\u0069\u0045\u006e\u0063\u006f\u0064\u0069\u006e\u0067");_bcag :=&PdfFontDescriptor {}; -_bcag .FontName =_eb .MakeName (_aceda .PostScriptName );_bcag .Ascent =_eb .MakeFloat (_afbd *float64 (_aceda .TypoAscender ));_bcag .Descent =_eb .MakeFloat (_afbd *float64 (_aceda .TypoDescender ));_bcag .CapHeight =_eb .MakeFloat (_afbd *float64 (_aceda .CapHeight )); -_bcag .FontBBox =_eb .MakeArrayFromFloats ([]float64 {_afbd *float64 (_aceda .Xmin ),_afbd *float64 (_aceda .Ymin ),_afbd *float64 (_aceda .Xmax ),_afbd *float64 (_aceda .Ymax )});_bcag .ItalicAngle =_eb .MakeFloat (_aceda .ItalicAngle );_bcag .MissingWidth =_eb .MakeFloat (_afbd *float64 (_aceda .Widths [0])); -_eebfb ,_ccbf :=_eb .MakeStream (_gfeff ,_eb .NewFlateEncoder ());if _ccbf !=nil {_ddb .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0055\u006e\u0061\u0062\u006c\u0065\u0020\u0074o\u0020m\u0061\u006b\u0065\u0020\u0073\u0074\u0072\u0065\u0061\u006d\u003a\u0020\u0025\u0076",_ccbf ); -return nil ,_ccbf ;};_eebfb .PdfObjectDictionary .Set ("\u004ce\u006e\u0067\u0074\u0068\u0031",_eb .MakeInteger (int64 (len (_gfeff ))));_bcag .FontFile2 =_eebfb ;if _aceda .Bold {_bcag .StemV =_eb .MakeInteger (120);}else {_bcag .StemV =_eb .MakeInteger (70); -};_gacac :=_ebaed ;if _aceda .IsFixedPitch {_gacac |=_eaggc ;};if _aceda .ItalicAngle !=0{_gacac |=_ffbe ;};_bcag .Flags =_eb .MakeInteger (int64 (_gacac ));_gafa ._bged =_bcag ;_dgdg :=&PdfFont {_fdaa :_gafa };return _dgdg ,nil ;};func _affe (_bdfca *_eb .PdfObjectDictionary ,_gaeag *fontCommon )(*pdfFontType0 ,error ){_daab ,_gbae :=_eb .GetArray (_bdfca .Get ("\u0044e\u0073c\u0065\u006e\u0064\u0061\u006e\u0074\u0046\u006f\u006e\u0074\u0073")); -if !_gbae {_ddb .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0049n\u0076\u0061\u006cid\u0020\u0044\u0065\u0073\u0063\u0065n\u0064\u0061\u006e\u0074\u0046\u006f\u006e\u0074\u0073\u0020\u002d\u0020\u006e\u006f\u0074 \u0061\u006e\u0020\u0061\u0072\u0072\u0061\u0079 \u0025\u0073",_gaeag ); -return nil ,_eb .ErrRangeError ;};if _daab .Len ()!=1{_ddb .Log .Debug ("\u0045\u0052R\u004f\u0052\u003a\u0020\u0041\u0072\u0072\u0061\u0079\u0020\u006c\u0065\u006e\u0067\u0074\u0068\u0020\u0021\u003d\u0020\u0031\u0020(%\u0064\u0029",_daab .Len ());return nil ,_eb .ErrRangeError ; -};_gfdb ,_cfcbe :=_fdce (_daab .Get (0),false );if _cfcbe !=nil {_ddb .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0046a\u0069\u006c\u0065d \u006c\u006f\u0061\u0064\u0069\u006eg\u0020\u0064\u0065\u0073\u0063\u0065\u006e\u0064\u0061\u006e\u0074\u0020\u0066\u006f\u006et\u003a\u0020\u0065\u0072\u0072\u003d\u0025\u0076 \u0025\u0073",_cfcbe ,_gaeag ); -return nil ,_cfcbe ;};_caebe :=_bdfca .Get ("\u0045\u006e\u0063\u006f\u0064\u0069\u006e\u0067");_daaaf :="";_dddcd :=_fdbc (_gaeag );_dddcd .DescendantFont =_gfdb ;switch _abbf :=_caebe .(type ){case *_eb .PdfObjectName :_daaaf ,_gbae =_eb .GetNameVal (_caebe ); -if _gbae {if _daaaf =="\u0049\u0064\u0065\u006e\u0074\u0069\u0074\u0079\u002d\u0048"||_daaaf =="\u0049\u0064\u0065\u006e\u0074\u0069\u0074\u0079\u002d\u0056"{_dddcd ._edcff =_fc .NewIdentityTextEncoder (_daaaf );}else if _ff .IsPredefinedCMap (_daaaf ){_dddcd ._ebeb ,_cfcbe =_ff .LoadPredefinedCMap (_daaaf ); -if _cfcbe !=nil {_ddb .Log .Debug ("\u0057\u0041\u0052\u004e\u003a\u0020\u0063o\u0075\u006c\u0064 \u006e\u006f\u0074\u0020l\u006f\u0061\u0064\u0020\u0070\u0072\u0065\u0064\u0065\u0066\u0069\u006e\u0065\u0064\u0020\u0043\u004d\u0061\u0070\u0020\u0025\u0073\u003a\u0020\u0025\u0076",_daaaf ,_cfcbe ); -};}else {_ddb .Log .Debug ("\u0055\u006e\u0068\u0061\u006e\u0064\u006c\u0065\u0064\u0020\u0063\u006da\u0070\u0020\u0025\u0071",_daaaf );};};case *_eb .PdfObjectStream :if _dddcd ._geee ==nil {_dcgec ,_efbbg :=_ff .NewCIDSystemInfo (_abbf .PdfObjectDictionary .Get ("\u0043\u0049\u0044\u0053\u0079\u0073\u0074\u0065\u006d\u0049\u006e\u0066\u006f")); -if _efbbg !=nil {_ddb .Log .Debug ("\u0055\u006e\u0061b\u006c\u0065\u0020\u0074o\u0020\u0067\u0065\u0074\u0020\u0043\u0049D\u0053\u0079\u0073\u0074\u0065\u006d\u0049\u006e\u0066\u006f\u003a\u0020\u0025\u0076",_efbbg );};_bdga :=_e .Sprintf ("\u0025\u0073\u002d\u0025\u0073\u002d\u0055\u0043\u0053\u0032",_dcgec .Registry ,_dcgec .Ordering ); -if _ff .IsPredefinedCMap (_bdga ){_dddcd ._ebeb ,_efbbg =_ff .LoadPredefinedCMap (_bdga );if _efbbg !=nil {_ddb .Log .Debug ("\u0057\u0041\u0052\u004e\u003a\u0020\u0063o\u0075\u006c\u0064 \u006e\u006f\u0074\u0020l\u006f\u0061\u0064\u0020\u0070\u0072\u0065\u0064\u0065\u0066\u0069\u006e\u0065\u0064\u0020\u0043\u004d\u0061\u0070\u0020\u0025\u0073\u003a\u0020\u0025\u0076",_bdga ,_efbbg ); -};}else {_bdga =_abbf .PdfObjectDictionary .Get ("\u0043\u004d\u0061\u0070\u004e\u0061\u006d\u0065").String ();_aeba ,_gecb :=_eb .DecodeStream (_abbf );if _gecb !=nil {_ddb .Log .Debug ("U\u006e\u0061\u0062\u006c\u0065\u0020t\u006f\u0020\u0064\u0065\u0063\u006f\u0064\u0065\u0020s\u0074\u0072\u0065a\u006d:\u0020\u0025\u0076",_gecb ); -return _dddcd ,_gecb ;};if _befc :=_bdga =="\u004f\u006ee\u0042\u0079\u0074e\u0049\u0064\u0065\u006e\u0074\u0069\u0074\u0079\u0048"||_bdga =="\u004f\u006ee\u0042\u0079\u0074e\u0049\u0064\u0065\u006e\u0074\u0069\u0074\u0079\u0056";_befc {_dddcd ._ebeb ,_gecb =_ff .LoadCmapFromData (_aeba ,_befc ); -if _gecb !=nil {_ddb .Log .Debug ("\u0055\u006e\u0061\u0062\u006ce\u0020\u0074\u006f\u0020\u006c\u006f\u0061\u0064\u0020\u0043\u004d\u0061\u0070 \u0066\u0072\u006f\u006d\u0020\u0073\u0074\u0072\u0065\u0061\u006d\u003a\u0020\u0025\u0076\u0020\u002d\u002d\u0020\u0025\u0076",_gecb ,string (_aeba )); -return _dddcd ,_gecb ;};_acaeea :=make (map[_ff .CharCode ]rune ,256);for _bdcd :=0x00;_bdcd <=0xFF;_bdcd ++{_acaeea [_ff .CharCode (_bdcd )]=rune (_bdcd );};_dddcd ._bgbg =_ff .NewToUnicodeCMap (_acaeea );};};};};if _gdafd :=_gfdb .baseFields ()._bgbg ; -_gdafd !=nil {if _fdegc :=_gdafd .Name ();_fdegc =="\u0041d\u006fb\u0065\u002d\u0043\u004e\u0053\u0031\u002d\u0055\u0043\u0053\u0032"||_fdegc =="\u0041\u0064\u006f\u0062\u0065\u002d\u0047\u0042\u0031-\u0055\u0043\u0053\u0032"||_fdegc =="\u0041\u0064\u006f\u0062\u0065\u002d\u004a\u0061\u0070\u0061\u006e\u0031-\u0055\u0043\u0053\u0032"||_fdegc =="\u0041\u0064\u006f\u0062\u0065\u002d\u004b\u006f\u0072\u0065\u0061\u0031-\u0055\u0043\u0053\u0032"{_dddcd ._edcff =_fc .NewCMapEncoder (_daaaf ,_dddcd ._ebeb ,_gdafd ); -};};return _dddcd ,nil ;};func (_agfbb *PdfPage )getParentResources ()(*PdfPageResources ,error ){_bbaae :=_agfbb .Parent ;for _bbaae !=nil {_ecddb ,_aagdf :=_eb .GetDict (_bbaae );if !_aagdf {_ddb .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0069\u006e\u0076\u0061l\u0069\u0064\u0020\u0070\u0061\u0072\u0065\u006e\u0074\u0020n\u006f\u0064\u0065"); -return nil ,_dcf .New ("i\u006e\u0076\u0061\u006cid\u0020p\u0061\u0072\u0065\u006e\u0074 \u006f\u0062\u006a\u0065\u0063\u0074");};if _caeae :=_ecddb .Get ("\u0052e\u0073\u006f\u0075\u0072\u0063\u0065s");_caeae !=nil {_acfff ,_gcgfb :=_eb .GetDict (_caeae ); -if !_gcgfb {return nil ,_dcf .New ("i\u006e\u0076\u0061\u006cid\u0020r\u0065\u0073\u006f\u0075\u0072c\u0065\u0020\u0064\u0069\u0063\u0074");};_bgaca ,_eeff :=NewPdfPageResourcesFromDict (_acfff );if _eeff !=nil {return nil ,_eeff ;};return _bgaca ,nil ; -};_bbaae =_ecddb .Get ("\u0050\u0061\u0072\u0065\u006e\u0074");};return nil ,nil ;}; +// GetPage returns the PdfPage model for the specified page number. +func (_fbfdd *PdfReader )GetPage (pageNumber int )(*PdfPage ,error ){if _fbfdd ._ffdgf .GetCrypter ()!=nil &&!_fbfdd ._ffdgf .IsAuthenticated (){return nil ,_e .Errorf ("\u0066\u0069\u006c\u0065\u0020\u006e\u0065\u0065\u0064\u0073\u0020\u0074\u006f\u0020\u0062e\u0020d\u0065\u0063\u0072\u0079\u0070\u0074\u0065\u0064\u0020\u0066\u0069\u0072\u0073\u0074"); +};if len (_fbfdd ._fded )< pageNumber {return nil ,_cdf .New ("\u0069\u006e\u0076a\u006c\u0069\u0064\u0020\u0070\u0061\u0067\u0065\u0020\u006e\u0075\u006d\u0062\u0065\u0072\u0020\u0028\u0070\u0061\u0067\u0065\u0020\u0063\u006f\u0075\u006e\u0074\u0020\u0074o\u006f\u0020\u0073\u0068\u006f\u0072\u0074\u0029"); +};_ggeag :=pageNumber -1;if _ggeag < 0{return nil ,_e .Errorf ("\u0070\u0061\u0067\u0065\u0020\u006e\u0075\u006d\u0062\u0065r\u0069\u006e\u0067\u0020\u006d\u0075\u0073t\u0020\u0073\u0074\u0061\u0072\u0074\u0020\u0061\u0074\u0020\u0031");};_cdcag :=_fbfdd .PageList [_ggeag ]; +return _cdcag ,nil ;}; -// AddKDict adds a K dictionary object to the structure tree root. -func (_eadgg *StructTreeRoot )AddKDict (k *KDict ){_eadgg .K =append (_eadgg .K ,k )}; +// GetContainingPdfObject implements interface PdfModel. +func (_daeb *PdfAction )GetContainingPdfObject ()_cee .PdfObject {return _daeb ._gaf }; -// PdfAnnotationStrikeOut represents StrikeOut annotations. -// (Section 12.5.6.10). -type PdfAnnotationStrikeOut struct{*PdfAnnotation ;*PdfAnnotationMarkup ;QuadPoints _eb .PdfObject ;}; +// ImageToRGB convert an indexed image to RGB. +func (_faeb *PdfColorspaceSpecialIndexed )ImageToRGB (img Image )(Image ,error ){N :=_faeb .Base .GetNumComponents ();if N < 1{return Image {},_e .Errorf ("\u0062\u0061d \u0062\u0061\u0073e\u0020\u0063\u006f\u006cors\u0070ac\u0065\u0020\u004e\u0075\u006d\u0043\u006fmp\u006f\u006e\u0065\u006e\u0074\u0073\u003d%\u0064",N ); +};_dfbc :=_ca .NewImageBase (int (img .Width ),int (img .Height ),8,N ,nil ,img ._cbfg ,img ._cabgb );_gfeac :=_ag .NewReader (img .getBase ());_eaff :=_ag .NewWriter (_dfbc );var (_egeaa uint32 ;_ggdbe int ;_fbce error ;);for {_egeaa ,_fbce =_gfeac .ReadSample (); +if _fbce ==_fc .EOF {break ;}else if _fbce !=nil {return img ,_fbce ;};_ggdbe =int (_egeaa );_fca .Log .Trace ("\u0049\u006ed\u0065\u0078\u0065\u0064\u003a\u0020\u0069\u006e\u0064\u0065\u0078\u003d\u0025\u0064\u0020\u004e\u003d\u0025\u0064\u0020\u006c\u0075t=\u0025\u0064",_ggdbe ,N ,len (_faeb ._aecec )); +if (_ggdbe +1)*N > len (_faeb ._aecec ){_ggdbe =len (_faeb ._aecec )/N -1;_fca .Log .Trace ("C\u006c\u0069\u0070\u0070in\u0067 \u0074\u006f\u0020\u0069\u006ed\u0065\u0078\u003a\u0020\u0025\u0064",_ggdbe );if _ggdbe < 0{_fca .Log .Debug ("\u0045R\u0052\u004fR\u003a\u0020\u0043a\u006e\u0027\u0074\u0020\u0063\u006c\u0069p\u0020\u0069\u006e\u0064\u0065\u0078.\u0020\u0049\u0073\u0020\u0050\u0044\u0046\u0020\u0066\u0069\u006ce\u0020\u0064\u0061\u006d\u0061\u0067\u0065\u0064\u003f"); +break ;};};for _gacdg :=_ggdbe *N ;_gacdg < (_ggdbe +1)*N ;_gacdg ++{if _fbce =_eaff .WriteSample (uint32 (_faeb ._aecec [_gacdg ]));_fbce !=nil {return img ,_fbce ;};};};return _faeb .Base .ImageToRGB (_acecd (&_dfbc ));}; -// ColorFromFloats returns a new PdfColor based on the input slice of color -// components. -func (_aeab *PdfColorspaceICCBased )ColorFromFloats (vals []float64 )(PdfColor ,error ){if _aeab .Alternate ==nil {if _aeab .N ==1{_badda :=NewPdfColorspaceDeviceGray ();return _badda .ColorFromFloats (vals );}else if _aeab .N ==3{_fcfbg :=NewPdfColorspaceDeviceRGB (); -return _fcfbg .ColorFromFloats (vals );}else if _aeab .N ==4{_ceff :=NewPdfColorspaceDeviceCMYK ();return _ceff .ColorFromFloats (vals );}else {return nil ,_dcf .New ("I\u0043\u0043\u0020\u0042\u0061\u0073\u0065\u0064\u0020\u0063\u006f\u006c\u006f\u0072\u0073\u0070\u0061\u0063e\u0020\u006d\u0069\u0073\u0073\u0069\u006e\u0067\u0020\u0061lt\u0065\u0072\u006ea\u0074i\u0076\u0065"); -};};return _aeab .Alternate .ColorFromFloats (vals );}; +// RemveTabOrder removes the tab order for the page. +func (_eaffdb *PdfPage )RemoveTabOrder (){_eaffdb .Tabs =nil }; -// PdfOutputIntent provides a means for matching the color characteristics of a PDF document with -// those of a target output device. -// Multiple PdfOutputIntents allows the production process to be customized to the expected workflow and the specific -// tools available. -type PdfOutputIntent struct{ +// PrintClip returns the value of the printClip. +func (_fgbcg *ViewerPreferences )PrintClip ()PageBoundary {return _fgbcg ._fcddg }; -// Type is an optional PDF object that this dictionary describes. -// If present, must be OutputIntent for an output intent dictionary. -Type string ; +// Enable LTV enables the specified signature. The signing certificate +// chain is extracted from the signature dictionary. Optionally, additional +// certificates can be specified through the `extraCerts` parameter. +// The LTV client attempts to build the certificate chain up to a trusted root +// by downloading any missing certificates. +func (_ggdea *LTV )Enable (sig *PdfSignature ,extraCerts []*_dfd .Certificate )error {if _eeagb :=_ggdea .validateSig (sig );_eeagb !=nil {return _eeagb ;};_faedd ,_gfeb :=_ggdea .generateVRIKey (sig );if _gfeb !=nil {return _gfeb ;};if _ ,_bddbg :=_ggdea ._fcbgb .VRI [_faedd ]; +_bddbg &&_ggdea .SkipExisting {return nil ;};_gdbeg ,_gfeb :=sig .GetCerts ();if _gfeb !=nil {return _gfeb ;};return _ggdea .enable (_gdbeg ,extraCerts ,_faedd );}; -// S defines the OutputIntent subtype which should match the standard used in given document i.e: -// for PDF/X use PdfOutputIntentTypeX. -S PdfOutputIntentType ; +// DecodeArray returns the range of color component values in CalRGB colorspace. +func (_cgbac *PdfColorspaceCalRGB )DecodeArray ()[]float64 {return []float64 {0.0,1.0,0.0,1.0,0.0,1.0};}; -// OutputCondition is an optional field that is identifying the intended output device or production condition in -// human-readable form. This is preferred method of defining such a string for presentation to the user. -OutputCondition string ; +// ColorFromFloats returns a new PdfColor based on the input slice of color +// components. The slice should contain a single element between 0 and 1. +func (_gcde *PdfColorspaceDeviceGray )ColorFromFloats (vals []float64 )(PdfColor ,error ){if len (vals )!=1{return nil ,_cdf .New ("r\u0061\u006e\u0067\u0065\u0020\u0063\u0068\u0065\u0063\u006b");};_abac :=vals [0];if _abac < 0.0||_abac > 1.0{_fca .Log .Debug ("\u0049\u006eco\u006d\u0070\u0061t\u0069\u0062\u0069\u006city\u003a R\u0061\u006e\u0067\u0065\u0020\u006f\u0075ts\u0069\u0064\u0065\u0020\u005b\u0030\u002c1\u005d"); +};if _abac < 0.0{_abac =0.0;}else if _abac > 1.0{_abac =1.0;};return NewPdfColorDeviceGray (_abac ),nil ;}; -// OutputConditionIdentifier is a required field identifying the intended output device or production condition in -// human or machine-readable form. If human-readable, this string may be used -// in lieu of an OutputCondition for presentation to the user. -// A typical value for this entry would be the name of a production condition maintained -// in an industry-standard registry such as the ICC Characterization Data Registry -// If the intended production condition is not a recognized standard, the value Custom is recommended for this entry. -// the DestOutputProfile entry defines the ICC profile, and the Info entry is used for further -// human-readable identification. -OutputConditionIdentifier string ; +// Hasher is the interface that wraps the basic Write method. +type Hasher interface{Write (_gadbd []byte )(_efdfg int ,_cfagfc error );}; -// RegistryName is an optional string field (conventionally URI) identifying the registry in which the condition -// designated by OutputConditionIdentifier is defined. -RegistryName string ; +// DecodeArray returns the range of color component values in the Lab colorspace. +func (_acga *PdfColorspaceLab )DecodeArray ()[]float64 {_fcdf :=[]float64 {0,100};if _acga !=nil &&_acga .Range !=nil &&len (_acga .Range )==4{_fcdf =append (_fcdf ,_acga .Range ...);}else {_fcdf =append (_fcdf ,-100,100,-100,100);};return _fcdf ;}; -// Info is a required field if OutputConditionIdentifier does not specify a standard production condition. -// A human-readable text string containing additional information or comments about intended -// target device or production condition. -Info string ; +// PdfAnnotationLine represents Line annotations. +// (Section 12.5.6.7). +type PdfAnnotationLine struct{*PdfAnnotation ;*PdfAnnotationMarkup ;L _cee .PdfObject ;BS _cee .PdfObject ;LE _cee .PdfObject ;IC _cee .PdfObject ;LL _cee .PdfObject ;LLE _cee .PdfObject ;Cap _cee .PdfObject ;IT _cee .PdfObject ;LLO _cee .PdfObject ;CP _cee .PdfObject ; +Measure _cee .PdfObject ;CO _cee .PdfObject ;};func (_gcba *PdfColorspaceSpecialIndexed )String ()string {return "\u0049n\u0064\u0065\u0078\u0065\u0064";}; -// DestOutputProfile is required if OutputConditionIdentifier does not specify a standard production condition. -// It is an ICC profile stream defining the transformation from the PDF document's source colors to output device colorants. -DestOutputProfile []byte ; +// SetXObjectFormByName adds the provided XObjectForm to the page resources. +// The added XObjectForm is identified by the specified name. +func (_ccfde *PdfPageResources )SetXObjectFormByName (keyName _cee .PdfObjectName ,xform *XObjectForm )error {_bcgdc :=xform .ToPdfObject ().(*_cee .PdfObjectStream );_dbded :=_ccfde .SetXObjectByName (keyName ,_bcgdc );return _dbded ;};const (FieldFlagClear FieldFlag =0; +FieldFlagReadOnly FieldFlag =1;FieldFlagRequired FieldFlag =(1<<1);FieldFlagNoExport FieldFlag =(2<<1);FieldFlagNoToggleToOff FieldFlag =(1<<14);FieldFlagRadio FieldFlag =(1<<15);FieldFlagPushbutton FieldFlag =(1<<16);FieldFlagRadiosInUnision FieldFlag =(1<<25); +FieldFlagMultiline FieldFlag =(1<<12);FieldFlagPassword FieldFlag =(1<<13);FieldFlagFileSelect FieldFlag =(1<<20);FieldFlagDoNotScroll FieldFlag =(1<<23);FieldFlagComb FieldFlag =(1<<24);FieldFlagRichText FieldFlag =(1<<26);FieldFlagDoNotSpellCheck FieldFlag =(1<<22); +FieldFlagCombo FieldFlag =(1<<17);FieldFlagEdit FieldFlag =(1<<18);FieldFlagSort FieldFlag =(1<<19);FieldFlagMultiSelect FieldFlag =(1<<21);FieldFlagCommitOnSelChange FieldFlag =(1<<27);); -// ColorComponents is the number of color components supported by given output profile. -ColorComponents int ;_ebbd *_eb .PdfObjectDictionary ;}; +// ToPdfObject implements interface PdfModel. +func (_gdg *PdfAnnotationProjection )ToPdfObject ()_cee .PdfObject {_gdg .PdfAnnotation .ToPdfObject ();_acg :=_gdg ._eddc ;_bbdga :=_acg .PdfObject .(*_cee .PdfObjectDictionary );_gdg .PdfAnnotationMarkup .appendToPdfDictionary (_bbdga );return _acg ; +}; -// SetPickTrayByPDFSize sets the value of the pickTrayByPDFSize flag. -func (_egdag *ViewerPreferences )SetPickTrayByPDFSize (pickTrayByPDFSize bool ){_egdag ._gggea =&pickTrayByPDFSize ;}; +// GetIndirectObjectByNumber retrieves and returns a specific PdfObject by object number. +func (_dbbef *PdfReader )GetIndirectObjectByNumber (number int )(_cee .PdfObject ,error ){_faebf ,_dbedg :=_dbbef ._ffdgf .LookupByNumber (number );return _faebf ,_dbedg ;};func (_egdb *PdfPage )flattenFieldsWithOpts (_cdbefc FieldAppearanceGenerator ,_gebgdg *FieldFlattenOpts ,_faea map[*PdfAnnotation ]bool )error {var _aadgg []*PdfAnnotation ; +if _cdbefc !=nil {if _eddfc :=_cdbefc .WrapContentStream (_egdb );_eddfc !=nil {return _eddfc ;};};_cbada ,_eacf :=_egdb .GetAnnotations ();if _eacf !=nil {return _eacf ;};for _ ,_dbfd :=range _cbada {_aebff ,_cfgfa :=_faea [_dbfd ];if !_cfgfa &&_gebgdg .AnnotFilterFunc !=nil {if _ ,_aadec :=_dbfd .GetContext ().(*PdfAnnotationWidget ); +!_aadec {_cfgfa =_gebgdg .AnnotFilterFunc (_dbfd );};};if !_cfgfa {_aadgg =append (_aadgg ,_dbfd );continue ;};switch _dbfd .GetContext ().(type ){case *PdfAnnotationPopup :continue ;case *PdfAnnotationLink :continue ;case *PdfAnnotationProjection :continue ; +};_abcgb ,_ggdd ,_bbga :=_agca (_dbfd );if _bbga !=nil {if !_aebff {_fca .Log .Trace ("\u0046\u0069\u0065\u006c\u0064\u0020\u0077\u0069\u0074h\u006f\u0075\u0074\u0020\u0056\u0020\u002d\u003e\u0020\u0061\u006e\u006e\u006f\u0074\u0061\u0074\u0069\u006f\u006e\u0020\u0077\u0069\u0074h\u006f\u0075t\u0020\u0061p\u0070\u0065\u0061\u0072\u0061\u006e\u0063\u0065\u0020\u0073\u0074\u0072\u0065am\u0020\u002d\u0020\u0073\u006b\u0069\u0070\u0070\u0069n\u0067\u0020\u006f\u0076\u0065\u0072"); +continue ;};_fca .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u0020\u0041\u006e\u006e\u006f\u0074\u0061\u0074\u0069\u006f\u006e\u0020\u0077\u0069\u0074h\u006f\u0075\u0074\u0020\u0061\u0070\u0070\u0065\u0061\u0072\u0061\u006e\u0063\u0065\u0020\u0073\u0074\u0072\u0065\u0061\u006d,\u0020\u0065\u0072\u0072\u0020\u003a\u0020\u0025\u0076\u0020\u002d\u0020\u0073\u006bi\u0070\u0070\u0069n\u0067\u0020\u006f\u0076\u0065\u0072",_bbga ); +continue ;};if _abcgb ==nil {continue ;};_bddbd :=_egdb .Resources .GenerateXObjectName ();_egdb .Resources .SetXObjectFormByName (_bddbd ,_abcgb );_becc ,_gefed ,_bbga :=_bafda (_abcgb );if _bbga !=nil {_fca .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0063\u006f\u006e\u0076\u0065\u0072\u0074\u0069\u006e\u0067\u0020\u0061\u0070p\u0065\u0061\u0072\u0061\u006e\u0063\u0065\u0020\u004d\u0061\u0074\u0072\u0069\u0078\u002c\u0020s\u006b\u0069\u0070\u0070\u0069\u006e\u0067\u0020\u0078\u0066\u006f\u0072\u006d\u0020\u0062\u0062\u006f\u0078\u0020\u0061\u0064\u006a\u0075\u0073t\u006d\u0065\u006e\u0074\u003a \u0025\u0076",_bbga ); +}else {_cgcd :=_ac .IdentityMatrix ();_cgcd =_cgcd .Translate (-_becc .Llx ,-_becc .Lly );if _gefed {_aafe :=0.0;if _becc .Width ()> 0{_aafe =_ggdd .Width ()/_becc .Width ();};_bccf :=0.0;if _becc .Height ()> 0{_bccf =_ggdd .Height ()/_becc .Height (); +};_cgcd =_cgcd .Scale (_aafe ,_bccf );};_ggdd .Transform (_cgcd );};_ebeca :=_aaa .Min (_ggdd .Llx ,_ggdd .Urx );_cefgb :=_aaa .Min (_ggdd .Lly ,_ggdd .Ury );var _fagee []string ;_fagee =append (_fagee ,"\u0071");_fagee =append (_fagee ,_e .Sprintf ("\u0025\u002e\u0036\u0066\u0020\u0025\u002e\u0036\u0066\u0020\u0025\u002e\u0036\u0066\u0020%\u002e6\u0066\u0020\u0025\u002e\u0036\u0066\u0020\u0025\u002e\u0036\u0066\u0020\u0063\u006d",1.0,0.0,0.0,1.0,_ebeca ,_cefgb )); +_fagee =append (_fagee ,_e .Sprintf ("\u002f\u0025\u0073\u0020\u0044\u006f",_bddbd .String ()));_fagee =append (_fagee ,"\u0051");_efac :=_ad .Join (_fagee ,"\u000a");_bbga =_egdb .AppendContentStream (_efac );if _bbga !=nil {return _bbga ;};if _abcgb .Resources !=nil {_gdgbb ,_gead :=_cee .GetDict (_abcgb .Resources .Font ); +if _gead {for _ ,_fgfbad :=range _gdgbb .Keys (){if !_egdb .Resources .HasFontByName (_fgfbad ){_egdb .Resources .SetFontByName (_fgfbad ,_gdgbb .Get (_fgfbad ));};};};};};if len (_aadgg )> 0{_egdb ._eeaba =_aadgg ;}else {_egdb ._eeaba =[]*PdfAnnotation {}; +};return nil ;}; -// NewPdfReaderWithOpts creates a new PdfReader for an input io.ReadSeeker interface -// with a ReaderOpts. -// If ReaderOpts is nil it will be set to default value from NewReaderOpts. -func NewPdfReaderWithOpts (rs _bagf .ReadSeeker ,opts *ReaderOpts )(*PdfReader ,error ){const _dagb ="\u006d\u006f\u0064\u0065\u006c\u003a\u004e\u0065\u0077\u0050\u0064f\u0052\u0065\u0061\u0064\u0065\u0072\u0057\u0069\u0074\u0068O\u0070\u0074\u0073";return _dcgfe (rs ,opts ,true ,_dagb ); -}; +// DecodeArray returns the range of color component values in CalGray colorspace. +func (_efca *PdfColorspaceCalGray )DecodeArray ()[]float64 {return []float64 {0.0,1.0}};func (_ebga *PdfColorspaceLab )String ()string {return "\u004c\u0061\u0062"}; -// HasXObjectByName checks if has XObject resource by name. -func (_babfga *PdfPage )HasXObjectByName (name _eb .PdfObjectName )bool {_gcbe ,_cbacb :=_babfga .Resources .XObject .(*_eb .PdfObjectDictionary );if !_cbacb {return false ;};if _cccgf :=_gcbe .Get (name );_cccgf !=nil {return true ;};return false ;}; +// ToPdfObject implements interface PdfModel. +func (_gacc *PdfAnnotationUnderline )ToPdfObject ()_cee .PdfObject {_gacc .PdfAnnotation .ToPdfObject ();_adfg :=_gacc ._eddc ;_ebca :=_adfg .PdfObject .(*_cee .PdfObjectDictionary );_gacc .PdfAnnotationMarkup .appendToPdfDictionary (_ebca );_ebca .SetIfNotNil ("\u0053u\u0062\u0074\u0079\u0070\u0065",_cee .MakeName ("\u0055n\u0064\u0065\u0072\u006c\u0069\u006ee")); +_ebca .SetIfNotNil ("\u0051\u0075\u0061\u0064\u0050\u006f\u0069\u006e\u0074\u0073",_gacc .QuadPoints );return _adfg ;}; -// NewPdfActionImportData returns a new "import data" action. -func NewPdfActionImportData ()*PdfActionImportData {_ccf :=NewPdfAction ();_efa :=&PdfActionImportData {};_efa .PdfAction =_ccf ;_ccf .SetContext (_efa );return _efa ;}; +// GetRuneMetrics returns the character metrics for the rune. +// A bool flag is returned to indicate whether or not the entry was found. +func (_dagefg pdfFontSimple )GetRuneMetrics (r rune )(_ce .CharMetrics ,bool ){if _dagefg ._daefa !=nil {_bdecg ,_eace :=_dagefg ._daefa .Read (r );if _eace {return _bdecg ,true ;};};_eccd :=_dagefg .Encoder ();if _eccd ==nil {_fca .Log .Debug ("\u004e\u006f\u0020en\u0063\u006f\u0064\u0065\u0072\u0020\u0066\u006f\u0072\u0020\u0066\u006f\u006e\u0074\u0073\u003d\u0025\u0073",_dagefg ); +return _ce .CharMetrics {},false ;};_eefbc ,_bafcc :=_eccd .RuneToCharcode (r );if !_bafcc {if r !=' '{_fca .Log .Trace ("\u004e\u006f\u0020c\u0068\u0061\u0072\u0063o\u0064\u0065\u0020\u0066\u006f\u0072\u0020r\u0075\u006e\u0065\u003d\u0025\u0076\u0020\u0066\u006f\u006e\u0074\u003d\u0025\u0073",r ,_dagefg ); +};return _ce .CharMetrics {},false ;};_ggcc ,_gdfe :=_dagefg .GetCharMetrics (_eefbc );return _ggcc ,_gdfe ;}; -// Optimizer is the interface that performs optimization of PDF object structure for output writing. -// -// Optimize receives a slice of input `objects`, performs optimization, including removing, replacing objects and -// output the optimized slice of objects. -type Optimizer interface{Optimize (_dafca []_eb .PdfObject )([]_eb .PdfObject ,error );}; +// ToPdfObject returns the PDF representation of the colorspace. +func (_fddf *PdfColorspaceDeviceCMYK )ToPdfObject ()_cee .PdfObject {return _cee .MakeName ("\u0044\u0065\u0076\u0069\u0063\u0065\u0043\u004d\u0059\u004b");}; -// SetOpenAction sets the OpenAction in the PDF catalog. -// The value shall be either an array defining a destination (12.3.2 "Destinations" PDF32000_2008), -// or an action dictionary representing an action (12.6 "Actions" PDF32000_2008). -func (_facab *PdfWriter )SetOpenAction (dest _eb .PdfObject )error {if dest ==nil ||_eb .IsNullObject (dest ){return nil ;};_facab ._dbffa .Set ("\u004f\u0070\u0065\u006e\u0041\u0063\u0074\u0069\u006f\u006e",dest );return _facab .addObjects (dest );}; +// PageBoundary represents the name of the page boundary representing +// the visible area. +type PageBoundary string ; -// SetNonFullScreenPageMode sets the value of the nonFullScreenPageMode. -func (_ceebf *ViewerPreferences )SetNonFullScreenPageMode (nonFullScreenPageMode NonFullScreenPageMode ){_ceebf ._cdcff =nonFullScreenPageMode ;}; - -// XObjectImage (Table 89 in 8.9.5.1). -// Implements PdfModel interface. -type XObjectImage struct{ - -//ColorSpace PdfObject -Width *int64 ;Height *int64 ;ColorSpace PdfColorspace ;BitsPerComponent *int64 ;Filter _eb .StreamEncoder ;Intent _eb .PdfObject ;ImageMask _eb .PdfObject ;Mask _eb .PdfObject ;Matte _eb .PdfObject ;Decode _eb .PdfObject ;Interpolate _eb .PdfObject ;Alternatives _eb .PdfObject ; -SMask _eb .PdfObject ;SMaskInData _eb .PdfObject ;Name _eb .PdfObject ;StructParent _eb .PdfObject ;ID _eb .PdfObject ;OPI _eb .PdfObject ;Metadata _eb .PdfObject ;OC _eb .PdfObject ;Stream []byte ;_gceffg *_eb .PdfObjectStream ;_gfegb bool ;}; - -// StringToCharcodeBytes maps the provided string runes to charcode bytes and -// it returns the resulting slice of bytes, along with the number of runes -// which could not be converted. If the number of misses is 0, all string runes -// were successfully converted. -func (_cgaaa *PdfFont )StringToCharcodeBytes (str string )([]byte ,int ){return _cgaaa .RunesToCharcodeBytes ([]rune (str ));};func _cdcbe (_gccge *_eb .PdfObjectDictionary )(*PdfShadingType2 ,error ){_bbgfa :=PdfShadingType2 {};_dccgc :=_gccge .Get ("\u0043\u006f\u006f\u0072\u0064\u0073"); -if _dccgc ==nil {_ddb .Log .Debug ("R\u0065\u0071\u0075\u0069\u0072\u0065d\u0020\u0061\u0074\u0074\u0072\u0069b\u0075\u0074\u0065\u0020\u006d\u0069\u0073s\u0069\u006e\u0067\u003a\u0020\u0020\u0043\u006f\u006f\u0072d\u0073");return nil ,ErrRequiredAttributeMissing ; -};_agade ,_agbgac :=_dccgc .(*_eb .PdfObjectArray );if !_agbgac {_ddb .Log .Debug ("\u0043\u006f\u006f\u0072d\u0073\u0020\u006e\u006f\u0074\u0020\u0061\u006e\u0020\u0061r\u0072a\u0079\u0020\u0028\u0067\u006f\u0074\u0020%\u0054\u0029",_dccgc );return nil ,_dcf .New ("\u0074\u0079p\u0065\u0020\u0063h\u0065\u0063\u006b\u0020\u0065\u0072\u0072\u006f\u0072"); -};if _agade .Len ()!=4{_ddb .Log .Debug ("\u0043\u006f\u006f\u0072d\u0073\u0020\u006c\u0065\u006e\u0067\u0074\u0068\u0020\u006eo\u0074 \u0034\u0020\u0028\u0067\u006f\u0074\u0020%\u0064\u0029",_agade .Len ());return nil ,_dcf .New ("\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0061\u0074\u0074\u0072i\u0062\u0075\u0074\u0065"); -};_bbgfa .Coords =_agade ;if _eagfe :=_gccge .Get ("\u0044\u006f\u006d\u0061\u0069\u006e");_eagfe !=nil {_eagfe =_eb .TraceToDirectObject (_eagfe );_fgae ,_egbeb :=_eagfe .(*_eb .PdfObjectArray );if !_egbeb {_ddb .Log .Debug ("\u0044\u006f\u006d\u0061i\u006e\u0020\u006e\u006f\u0074\u0020\u0061\u006e\u0020\u0061r\u0072a\u0079\u0020\u0028\u0067\u006f\u0074\u0020%\u0054\u0029",_eagfe ); -return nil ,_dcf .New ("\u0074\u0079p\u0065\u0020\u0063h\u0065\u0063\u006b\u0020\u0065\u0072\u0072\u006f\u0072");};_bbgfa .Domain =_fgae ;};_dccgc =_gccge .Get ("\u0046\u0075\u006e\u0063\u0074\u0069\u006f\u006e");if _dccgc ==nil {_ddb .Log .Debug ("\u0052\u0065q\u0075\u0069\u0072\u0065d\u0020\u0061t\u0074\u0072\u0069\u0062\u0075\u0074\u0065\u0020m\u0069\u0073\u0073\u0069\u006e\u0067\u003a\u0020\u0020\u0046\u0075\u006ec\u0074\u0069\u006f\u006e"); -return nil ,ErrRequiredAttributeMissing ;};_bbgfa .Function =[]PdfFunction {};if _fcff ,_ffdfg :=_dccgc .(*_eb .PdfObjectArray );_ffdfg {for _ ,_feffg :=range _fcff .Elements (){_geccb ,_cdbaae :=_cccfa (_feffg );if _cdbaae !=nil {_ddb .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0070\u0061\u0072\u0073\u0069n\u0067\u0020\u0066\u0075\u006e\u0063\u0074\u0069\u006f\u006e:\u0020\u0025\u0076",_cdbaae ); -return nil ,_cdbaae ;};_bbgfa .Function =append (_bbgfa .Function ,_geccb );};}else {_afgd ,_fbgeeg :=_cccfa (_dccgc );if _fbgeeg !=nil {_ddb .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0070\u0061\u0072\u0073\u0069n\u0067\u0020\u0066\u0075\u006e\u0063\u0074\u0069\u006f\u006e:\u0020\u0025\u0076",_fbgeeg ); -return nil ,_fbgeeg ;};_bbgfa .Function =append (_bbgfa .Function ,_afgd );};if _fbfac :=_gccge .Get ("\u0045\u0078\u0074\u0065\u006e\u0064");_fbfac !=nil {_fbfac =_eb .TraceToDirectObject (_fbfac );_gccga ,_gdgdbf :=_fbfac .(*_eb .PdfObjectArray );if !_gdgdbf {_ddb .Log .Debug ("\u004d\u0061\u0074\u0072i\u0078\u0020\u006e\u006f\u0074\u0020\u0061\u006e\u0020\u0061r\u0072a\u0079\u0020\u0028\u0067\u006f\u0074\u0020%\u0054\u0029",_fbfac ); -return nil ,_eb .ErrTypeError ;};if _gccga .Len ()!=2{_ddb .Log .Debug ("\u0045\u0078\u0074\u0065n\u0064\u0020\u006c\u0065\u006e\u0067\u0074\u0068\u0020\u006eo\u0074 \u0032\u0020\u0028\u0067\u006f\u0074\u0020%\u0064\u0029",_gccga .Len ());return nil ,ErrInvalidAttribute ; -};_bbgfa .Extend =_gccga ;};return &_bbgfa ,nil ;};func (_deag *PdfReader )newPdfAnnotationWidgetFromDict (_ddeg *_eb .PdfObjectDictionary )(*PdfAnnotationWidget ,error ){_gdaf :=PdfAnnotationWidget {};_gdaf .H =_ddeg .Get ("\u0048");_gdaf .MK =_ddeg .Get ("\u004d\u004b"); -_gdaf .A =_ddeg .Get ("\u0041");_gdaf .AA =_ddeg .Get ("\u0041\u0041");_gdaf .BS =_ddeg .Get ("\u0042\u0053");_gdaf .Parent =_ddeg .Get ("\u0050\u0061\u0072\u0065\u006e\u0074");return &_gdaf ,nil ;}; - -// AddOCSPs adds OCSPs to DSS. -func (_feae *DSS )AddOCSPs (ocsps [][]byte )([]*_eb .PdfObjectStream ,error ){return _feae .add (&_feae .OCSPs ,_feae ._gccb ,ocsps );}; - -// ToPdfObject implements interface PdfModel. -func (_geg *PdfAnnotationUnderline )ToPdfObject ()_eb .PdfObject {_geg .PdfAnnotation .ToPdfObject ();_dbe :=_geg ._ggf ;_bdgd :=_dbe .PdfObject .(*_eb .PdfObjectDictionary );_geg .PdfAnnotationMarkup .appendToPdfDictionary (_bdgd );_bdgd .SetIfNotNil ("\u0053u\u0062\u0074\u0079\u0070\u0065",_eb .MakeName ("\u0055n\u0064\u0065\u0072\u006c\u0069\u006ee")); -_bdgd .SetIfNotNil ("\u0051\u0075\u0061\u0064\u0050\u006f\u0069\u006e\u0074\u0073",_geg .QuadPoints );return _dbe ;}; - -// GetNumComponents returns the number of color components (1 for grayscale). -func (_gdcac *PdfColorDeviceGray )GetNumComponents ()int {return 1}; - -// NewPdfInfoFromObject creates a new PdfInfo from the input core.PdfObject. -func NewPdfInfoFromObject (obj _eb .PdfObject )(*PdfInfo ,error ){var _ebgb PdfInfo ;_ggcb ,_baaf :=obj .(*_eb .PdfObjectDictionary );if !_baaf {return nil ,_e .Errorf ("i\u006e\u0076\u0061\u006c\u0069\u0064 \u0070\u0064\u0066\u0020\u006f\u0062\u006a\u0065\u0063t\u0020\u0074\u0079p\u0065:\u0020\u0025\u0054",obj ); -};for _ ,_fgdfd :=range _ggcb .Keys (){switch _fgdfd {case "\u0054\u0069\u0074l\u0065":_ebgb .Title ,_ =_eb .GetString (_ggcb .Get ("\u0054\u0069\u0074l\u0065"));case "\u0041\u0075\u0074\u0068\u006f\u0072":_ebgb .Author ,_ =_eb .GetString (_ggcb .Get ("\u0041\u0075\u0074\u0068\u006f\u0072")); -case "\u0053u\u0062\u006a\u0065\u0063\u0074":_ebgb .Subject ,_ =_eb .GetString (_ggcb .Get ("\u0053u\u0062\u006a\u0065\u0063\u0074"));case "\u004b\u0065\u0079\u0077\u006f\u0072\u0064\u0073":_ebgb .Keywords ,_ =_eb .GetString (_ggcb .Get ("\u004b\u0065\u0079\u0077\u006f\u0072\u0064\u0073")); -case "\u0043r\u0065\u0061\u0074\u006f\u0072":_ebgb .Creator ,_ =_eb .GetString (_ggcb .Get ("\u0043r\u0065\u0061\u0074\u006f\u0072"));case "\u0050\u0072\u006f\u0064\u0075\u0063\u0065\u0072":_ebgb .Producer ,_ =_eb .GetString (_ggcb .Get ("\u0050\u0072\u006f\u0064\u0075\u0063\u0065\u0072")); -case "\u0054r\u0061\u0070\u0070\u0065\u0064":_ebgb .Trapped ,_ =_eb .GetName (_ggcb .Get ("\u0054r\u0061\u0070\u0070\u0065\u0064"));case "\u0043\u0072\u0065a\u0074\u0069\u006f\u006e\u0044\u0061\u0074\u0065":if _ddba ,_eeef :=_eb .GetString (_ggcb .Get ("\u0043\u0072\u0065a\u0074\u0069\u006f\u006e\u0044\u0061\u0074\u0065")); -_eeef &&_ddba .String ()!=""{_bedg ,_egaa :=NewPdfDate (_ddba .String ());if _egaa !=nil {return nil ,_e .Errorf ("\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0043\u0072e\u0061\u0074\u0069\u006f\u006e\u0044\u0061t\u0065\u0020\u0066\u0069\u0065\u006c\u0064\u003a\u0020\u0025\u0077",_egaa ); -};_ebgb .CreationDate =&_bedg ;};case "\u004do\u0064\u0044\u0061\u0074\u0065":if _gbda ,_cdcb :=_eb .GetString (_ggcb .Get ("\u004do\u0064\u0044\u0061\u0074\u0065"));_cdcb &&_gbda .String ()!=""{_facbf ,_egee :=NewPdfDate (_gbda .String ());if _egee !=nil {return nil ,_e .Errorf ("\u0069n\u0076\u0061\u006c\u0069d\u0020\u004d\u006f\u0064\u0044a\u0074e\u0020f\u0069\u0065\u006c\u0064\u003a\u0020\u0025w",_egee ); -};_ebgb .ModifiedDate =&_facbf ;};default:_gfbe ,_ :=_eb .GetString (_ggcb .Get (_fgdfd ));if _ebgb ._cbfb ==nil {_ebgb ._cbfb =_eb .MakeDict ();};_ebgb ._cbfb .Set (_fgdfd ,_gfbe );};};return &_ebgb ,nil ;}; - -// GetBorderWidth returns the border style's width. -func (_eead *PdfBorderStyle )GetBorderWidth ()float64 {if _eead .W ==nil {return 1;};return *_eead .W ;};func (_adgb *PdfColorspaceCalGray )String ()string {return "\u0043a\u006c\u0047\u0072\u0061\u0079"}; - -// HasColorspaceByName checks if the colorspace with the specified name exists in the page resources. -func (_afcfad *PdfPageResources )HasColorspaceByName (keyName _eb .PdfObjectName )bool {_fbdbd ,_egecg :=_afcfad .GetColorspaces ();if _egecg !=nil {_ddb .Log .Debug ("\u0045\u0052R\u004f\u0052\u0020\u0067\u0065\u0074\u0074\u0069\u006e\u0067\u0020\u0063\u006f\u006c\u006f\u0072\u0073\u0070\u0072\u0061\u0063\u0065: \u0025\u0076",_egecg ); -return false ;};if _fbdbd ==nil {return false ;};_ ,_dgfbc :=_fbdbd .Colorspaces [string (keyName )];return _dgfbc ;}; - -// NewPdfActionGoTo returns a new "go to" action. -func NewPdfActionGoTo ()*PdfActionGoTo {_gac :=NewPdfAction ();_bdg :=&PdfActionGoTo {};_bdg .PdfAction =_gac ;_gac .SetContext (_bdg );return _bdg ;}; - -// NewReaderOpts generates a default `ReaderOpts` instance. -func NewReaderOpts ()*ReaderOpts {return &ReaderOpts {Password :"",LazyLoad :true }}; - -// NewPdfWriter initializes a new PdfWriter. -func NewPdfWriter ()PdfWriter {_aeecd :=PdfWriter {};_aeecd ._aeeda =map[_eb .PdfObject ]struct{}{};_aeecd ._dcfgf =[]_eb .PdfObject {};_aeecd ._cfggb =map[_eb .PdfObject ][]*_eb .PdfObjectDictionary {};_aeecd ._fabeca =map[_eb .PdfObject ]struct{}{};_aeecd ._edbbf .Major =1; -_aeecd ._edbbf .Minor =3;_degff :=_eb .MakeDict ();_gdaaed :=[]struct{_bdccef _eb .PdfObjectName ;_cggef string ;}{{"\u0050\u0072\u006f\u0064\u0075\u0063\u0065\u0072",_eabfd ()},{"\u0043r\u0065\u0061\u0074\u006f\u0072",_cdeea ()},{"\u0041\u0075\u0074\u0068\u006f\u0072",_agedg ()},{"\u0053u\u0062\u006a\u0065\u0063\u0074",_aecd ()},{"\u0054\u0069\u0074l\u0065",_efebc ()},{"\u004b\u0065\u0079\u0077\u006f\u0072\u0064\u0073",_ebbea ()}}; -for _ ,_dfcdg :=range _gdaaed {if _dfcdg ._cggef !=""{_degff .Set (_dfcdg ._bdccef ,_eb .MakeString (_dfcdg ._cggef ));};};if _beafa :=_gaffc ();!_beafa .IsZero (){if _acffe ,_fbfbd :=NewPdfDateFromTime (_beafa );_fbfbd ==nil {_degff .Set ("\u0043\u0072\u0065a\u0074\u0069\u006f\u006e\u0044\u0061\u0074\u0065",_acffe .ToPdfObject ()); -};};if _gdaea :=_fdegcc ();!_gdaea .IsZero (){if _ddaae ,_gfcgb :=NewPdfDateFromTime (_gdaea );_gfcgb ==nil {_degff .Set ("\u004do\u0064\u0044\u0061\u0074\u0065",_ddaae .ToPdfObject ());};};_begcbg :=_eb .PdfIndirectObject {};_begcbg .PdfObject =_degff ; -_aeecd ._ecagd =&_begcbg ;_aeecd .addObject (&_begcbg );_fdbcgc :=_eb .PdfIndirectObject {};_bfgg :=_eb .MakeDict ();_bfgg .Set ("\u0054\u0079\u0070\u0065",_eb .MakeName ("\u0043a\u0074\u0061\u006c\u006f\u0067"));_fdbcgc .PdfObject =_bfgg ;_aeecd ._ccea =&_fdbcgc ; -_aeecd .addObject (_aeecd ._ccea );_adbeg ,_bffcf :=_gaeaca ("\u0077");if _bffcf !=nil {_ddb .Log .Debug ("\u0045R\u0052\u004f\u0052\u003a\u0020\u0025v",_bffcf );};_aeecd ._badcb =_adbeg ;_bcbcf :=_eb .PdfIndirectObject {};_fgbfc :=_eb .MakeDict ();_fgbfc .Set ("\u0054\u0079\u0070\u0065",_eb .MakeName ("\u0050\u0061\u0067e\u0073")); -_fgcgd :=_eb .PdfObjectArray {};_fgbfc .Set ("\u004b\u0069\u0064\u0073",&_fgcgd );_fgbfc .Set ("\u0043\u006f\u0075n\u0074",_eb .MakeInteger (0));_bcbcf .PdfObject =_fgbfc ;_aeecd ._afga =&_bcbcf ;_aeecd ._gbgc =map[_eb .PdfObject ]struct{}{};_aeecd ._aadfg =[]*_eb .PdfIndirectObject {}; -_aeecd .addObject (_aeecd ._afga );_bfgg .Set ("\u0050\u0061\u0067e\u0073",&_bcbcf );_aeecd ._dbffa =_bfgg ;_ddb .Log .Trace ("\u0043\u0061\u0074\u0061\u006c\u006f\u0067\u0020\u0025\u0073",_fdbcgc );return _aeecd ;}; - -// ToPdfObject returns a PDF object representation of the outline destination. -func (_ecgb OutlineDest )ToPdfObject ()_eb .PdfObject {if (_ecgb .PageObj ==nil &&_ecgb .Page < 0)||_ecgb .Mode ==""{return _eb .MakeNull ();};_bbdag :=_eb .MakeArray ();if _ecgb .PageObj !=nil {_bbdag .Append (_ecgb .PageObj );}else {_bbdag .Append (_eb .MakeInteger (_ecgb .Page )); -};_bbdag .Append (_eb .MakeName (_ecgb .Mode ));switch _ecgb .Mode {case "\u0046\u0069\u0074","\u0046\u0069\u0074\u0042":case "\u0046\u0069\u0074\u0048","\u0046\u0069\u0074B\u0048":_bbdag .Append (_eb .MakeFloat (_ecgb .Y ));case "\u0046\u0069\u0074\u0056","\u0046\u0069\u0074B\u0056":_bbdag .Append (_eb .MakeFloat (_ecgb .X )); -case "\u0058\u0059\u005a":_bbdag .Append (_eb .MakeFloat (_ecgb .X ));_bbdag .Append (_eb .MakeFloat (_ecgb .Y ));_bbdag .Append (_eb .MakeFloat (_ecgb .Zoom ));default:_bbdag .Set (1,_eb .MakeName ("\u0046\u0069\u0074"));};return _bbdag ;}; - -// NewPdfAppenderWithOpts creates a new Pdf appender from a Pdf reader with options. -func NewPdfAppenderWithOpts (reader *PdfReader ,opts *ReaderOpts ,encryptOptions *EncryptOptions )(*PdfAppender ,error ){_befb :=&PdfAppender {_bccd :reader ._cbeg ,Reader :reader ,_ebcb :reader ._ebbe ,_fdfg :reader ._bcefc };_dfbe ,_dga :=_befb ._bccd .Seek (0,_bagf .SeekEnd ); -if _dga !=nil {return nil ,_dga ;};_befb ._eabd =_dfbe ;if _ ,_dga =_befb ._bccd .Seek (0,_bagf .SeekStart );_dga !=nil {return nil ,_dga ;};_befb ._adac ,_dga =NewPdfReaderWithOpts (_befb ._bccd ,opts );if _dga !=nil {return nil ,_dga ;};for _ ,_ccga :=range _befb .Reader .GetObjectNums (){if _befb ._cfgdf < _ccga {_befb ._cfgdf =_ccga ; -};};_befb ._dce =_befb ._ebcb .GetXrefTable ();_befb ._dgc =_befb ._ebcb .GetXrefOffset ();_befb ._fedg =append (_befb ._fedg ,_befb ._adac .PageList ...);_befb ._accfg =make (map[_eb .PdfObject ]struct{});_befb ._ebcbc =make (map[_eb .PdfObject ]int64 ); -_befb ._dbae =make (map[_eb .PdfObject ]struct{});_befb ._bddda =_befb ._adac .AcroForm ;_befb ._cedc =_befb ._adac .DSS ;if opts !=nil {_befb ._cedcf =opts .Password ;};if encryptOptions !=nil {_befb ._fcfd =encryptOptions ;};return _befb ,nil ;};const (BorderEffectNoEffect BorderEffect =iota ; -BorderEffectCloudy BorderEffect =iota ;);func (_gcfee *PdfReader )newPdfAnnotationPopupFromDict (_fcf *_eb .PdfObjectDictionary )(*PdfAnnotationPopup ,error ){_gfg :=PdfAnnotationPopup {};_gfg .Parent =_fcf .Get ("\u0050\u0061\u0072\u0065\u006e\u0074"); -_gfg .Open =_fcf .Get ("\u004f\u0070\u0065\u006e");return &_gfg ,nil ;}; - -// PdfAnnotationStamp represents Stamp annotations. -// (Section 12.5.6.12). -type PdfAnnotationStamp struct{*PdfAnnotation ;*PdfAnnotationMarkup ;Name _eb .PdfObject ;}; - -// SetCatalogMarkInfo sets the catalog MarkInfo dictionary. -func (_cdede *PdfWriter )SetCatalogMarkInfo (info _eb .PdfObject )error {if info ==nil {_cdede ._dbffa .Remove ("\u004d\u0061\u0072\u006b\u0049\u006e\u0066\u006f");return nil ;};if _egddg ,_dgcdeb :=info .(*_eb .PdfObjectReference );_dgcdeb {info =_egddg .Resolve (); -if info ==nil {_cdede ._dbffa .Remove ("\u004d\u0061\u0072\u006b\u0049\u006e\u0066\u006f");return nil ;};};_cdede .addObject (info );_cdede ._dbffa .Set ("\u004d\u0061\u0072\u006b\u0049\u006e\u0066\u006f",info );return nil ;}; - -// GetNumComponents returns the number of color components of the colorspace device. -// Returns 1 for a grayscale device. -func (_dgad *PdfColorspaceDeviceGray )GetNumComponents ()int {return 1};func (_dbeg *PdfWriter )setDocInfo (_aecdg _eb .PdfObject ){if _dbeg .hasObject (_dbeg ._ecagd ){delete (_dbeg ._aeeda ,_dbeg ._ecagd );delete (_dbeg ._fabeca ,_dbeg ._ecagd );for _dbagg ,_bcfbc :=range _dbeg ._dcfgf {if _bcfbc ==_dbeg ._ecagd {copy (_dbeg ._dcfgf [_dbagg :],_dbeg ._dcfgf [_dbagg +1:]); -_dbeg ._dcfgf [len (_dbeg ._dcfgf )-1]=nil ;_dbeg ._dcfgf =_dbeg ._dcfgf [:len (_dbeg ._dcfgf )-1];break ;};};};_affbfcc :=_eb .PdfIndirectObject {};_affbfcc .PdfObject =_aecdg ;_dbeg ._ecagd =&_affbfcc ;_dbeg .addObject (&_affbfcc );};func (_daf *PdfReader )newPdfAnnotationUnderlineFromDict (_ceeb *_eb .PdfObjectDictionary )(*PdfAnnotationUnderline ,error ){_eagg :=PdfAnnotationUnderline {}; -_dedge ,_bcgg :=_daf .newPdfAnnotationMarkupFromDict (_ceeb );if _bcgg !=nil {return nil ,_bcgg ;};_eagg .PdfAnnotationMarkup =_dedge ;_eagg .QuadPoints =_ceeb .Get ("\u0051\u0075\u0061\u0064\u0050\u006f\u0069\u006e\u0074\u0073");return &_eagg ,nil ;}; +// IsPush returns true if the button field represents a push button, false otherwise. +func (_aefg *PdfFieldButton )IsPush ()bool {return _aefg .GetType ()==ButtonTypePush };func (_fdgc *PdfAnnotation )String ()string {_fgfb :="";_aca ,_cgf :=_fdgc .ToPdfObject ().(*_cee .PdfIndirectObject );if _cgf {_fgfb =_e .Sprintf ("\u0025\u0054\u003a\u0020\u0025\u0073",_fdgc ._ecf ,_aca .PdfObject .String ()); +};return _fgfb ;}; +// NewPdfAnnotationSquare returns a new square annotation. +func NewPdfAnnotationSquare ()*PdfAnnotationSquare {_fdd :=NewPdfAnnotation ();_edb :=&PdfAnnotationSquare {};_edb .PdfAnnotation =_fdd ;_edb .PdfAnnotationMarkup =&PdfAnnotationMarkup {};_fdd .SetContext (_edb );return _edb ;}; -// PdfActionGoTo represents a GoTo action. -type PdfActionGoTo struct{*PdfAction ;D _eb .PdfObject ;}; +// ColorToRGB converts an Indexed color to an RGB color. +func (_efda *PdfColorspaceSpecialIndexed )ColorToRGB (color PdfColor )(PdfColor ,error ){if _efda .Base ==nil {return nil ,_cdf .New ("\u0069\u006e\u0064\u0065\u0078\u0065d\u0020\u0062\u0061\u0073\u0065\u0020\u0063\u006f\u006c\u006f\u0072\u0073\u0070a\u0063\u0065\u0020\u0075\u006e\u0064\u0065f\u0069\u006e\u0065\u0064"); +};return _efda .Base .ColorToRGB (color );}; // PrintPageRange returns the value of the printPageRange. -func (_dffef *ViewerPreferences )PrintPageRange ()[]int {return _dffef ._gcgfc }; - -// ToImage converts an object to an Image which can be transformed or saved out. -// The image data is decoded and the Image returned. -func (_bgfae *XObjectImage )ToImage ()(*Image ,error ){_edda :=&Image {};if _bgfae .Height ==nil {return nil ,_dcf .New ("\u0068e\u0069\u0067\u0068\u0074\u0020\u0061\u0074\u0074\u0072\u0069\u0062u\u0074\u0065\u0020\u006d\u0069\u0073\u0073\u0069\u006e\u0067"); -};_edda .Height =*_bgfae .Height ;if _bgfae .Width ==nil {return nil ,_dcf .New ("\u0077\u0069\u0064th\u0020\u0061\u0074\u0074\u0072\u0069\u0062\u0075\u0074\u0065\u0020\u006d\u0069\u0073\u0073\u0069\u006e\u0067");};_edda .Width =*_bgfae .Width ;if _bgfae .BitsPerComponent ==nil {switch _bgfae .Filter .(type ){case *_eb .CCITTFaxEncoder ,*_eb .JBIG2Encoder :_edda .BitsPerComponent =1; -case *_eb .LZWEncoder ,*_eb .RunLengthEncoder :_edda .BitsPerComponent =8;default:return nil ,_dcf .New ("\u0062\u0069\u0074\u0073\u0020\u0070\u0065\u0072\u0020\u0063\u006fm\u0070\u006f\u006e\u0065\u006e\u0074\u0020\u006d\u0069\u0073s\u0069\u006e\u0067"); -};}else {_edda .BitsPerComponent =*_bgfae .BitsPerComponent ;};_edda .ColorComponents =_bgfae .ColorSpace .GetNumComponents ();_bgfae ._gceffg .Set ("\u0043o\u006co\u0072\u0043\u006f\u006d\u0070\u006f\u006e\u0065\u006e\u0074\u0073",_eb .MakeInteger (int64 (_edda .ColorComponents ))); -_cgdfd ,_ebeab :=_eb .DecodeStream (_bgfae ._gceffg );if _ebeab !=nil {return nil ,_ebeab ;};_edda .Data =_cgdfd ;if _bgfae .Decode !=nil {_ebcfa ,_eacac :=_bgfae .Decode .(*_eb .PdfObjectArray );if !_eacac {_ddb .Log .Debug ("I\u006e\u0076\u0061\u006cid\u0020D\u0065\u0063\u006f\u0064\u0065 \u006f\u0062\u006a\u0065\u0063\u0074"); -return nil ,_dcf .New ("\u0069\u006e\u0076a\u006c\u0069\u0064\u0020\u0074\u0079\u0070\u0065");};_eacba ,_ffede :=_ebcfa .ToFloat64Array ();if _ffede !=nil {return nil ,_ffede ;};switch _bgfae .ColorSpace .(type ){case *PdfColorspaceDeviceCMYK :_cegaae :=_bgfae .ColorSpace .DecodeArray (); -if _cegaae [0]==_eacba [0]&&_cegaae [1]==_eacba [1]&&_cegaae [2]==_eacba [2]&&_cegaae [3]==_eacba [3]{_edda ._fedc =_eacba ;};default:_edda ._fedc =_eacba ;};};return _edda ,nil ;}; +func (_acgag *ViewerPreferences )PrintPageRange ()[]int {return _acgag ._acfdg }; -// PdfFieldButton represents a button field which includes push buttons, checkboxes, and radio buttons. -type PdfFieldButton struct{*PdfField ;Opt *_eb .PdfObjectArray ;_cadc *Image ;}; - -// GenerateXObjectName generates an unused XObject name that can be used for -// adding new XObjects. Uses format XObj1, XObj2, ... -func (_gbagf *PdfPageResources )GenerateXObjectName ()_eb .PdfObjectName {_ceccd :=1;for {_cgcd :=_eb .MakeName (_e .Sprintf ("\u0058\u004f\u0062\u006a\u0025\u0064",_ceccd ));if !_gbagf .HasXObjectByName (*_cgcd ){return *_cgcd ;};_ceccd ++;};}; - -// DecodeArray returns the range of color component values in CalRGB colorspace. -func (_geae *PdfColorspaceCalRGB )DecodeArray ()[]float64 {return []float64 {0.0,1.0,0.0,1.0,0.0,1.0};}; +// GetContainingPdfObject returns the container of the shading object (indirect object). +func (_cfcfa *PdfShading )GetContainingPdfObject ()_cee .PdfObject {return _cfcfa ._dfgbe }; -// GetXObjectByName gets XObject by name. -func (_cfeca *PdfPage )GetXObjectByName (name _eb .PdfObjectName )(_eb .PdfObject ,bool ){_bcbea ,_daaad :=_cfeca .Resources .XObject .(*_eb .PdfObjectDictionary );if !_daaad {return nil ,false ;};if _fbeee :=_bcbea .Get (name );_fbeee !=nil {return _fbeee ,true ; -};return nil ,false ;}; +// NewPdfAnnotationRedact returns a new redact annotation. +func NewPdfAnnotationRedact ()*PdfAnnotationRedact {_baf :=NewPdfAnnotation ();_gbb :=&PdfAnnotationRedact {};_gbb .PdfAnnotation =_baf ;_gbb .PdfAnnotationMarkup =&PdfAnnotationMarkup {};_baf .SetContext (_gbb );return _gbb ;}; -// GetNumComponents returns the number of color components of the colorspace device. -// Returns 1 for a CalGray device. -func (_ggfag *PdfColorspaceCalGray )GetNumComponents ()int {return 1}; +// ReplaceAcroForm replaces the acrobat form. It appends a new form to the Pdf which +// replaces the original AcroForm. +func (_bcge *PdfAppender )ReplaceAcroForm (acroForm *PdfAcroForm ){if acroForm !=nil {_bcge .updateObjectsDeep (acroForm .ToPdfObject (),nil );};_bcge ._ceed =acroForm ;}; -// ToPdfObject implements interface PdfModel. -func (_cb *PdfActionMovie )ToPdfObject ()_eb .PdfObject {_cb .PdfAction .ToPdfObject ();_ee :=_cb ._dee ;_ggb :=_ee .PdfObject .(*_eb .PdfObjectDictionary );_ggb .SetIfNotNil ("\u0053",_eb .MakeName (string (ActionTypeMovie )));_ggb .SetIfNotNil ("\u0041\u006e\u006e\u006f\u0074\u0061\u0074\u0069\u006f\u006e",_cb .Annotation ); -_ggb .SetIfNotNil ("\u0054",_cb .T );_ggb .SetIfNotNil ("\u004fp\u0065\u0072\u0061\u0074\u0069\u006fn",_cb .Operation );return _ee ;}; +// Mask returns the uin32 bitmask for the specific flag. +func (_gefe FieldFlag )Mask ()uint32 {return uint32 (_gefe )};func (_efgb *PdfReader )newPdfAnnotationUnderlineFromDict (_befc *_cee .PdfObjectDictionary )(*PdfAnnotationUnderline ,error ){_aceg :=PdfAnnotationUnderline {};_bgcg ,_ggfb :=_efgb .newPdfAnnotationMarkupFromDict (_befc ); +if _ggfb !=nil {return nil ,_ggfb ;};_aceg .PdfAnnotationMarkup =_bgcg ;_aceg .QuadPoints =_befc .Get ("\u0051\u0075\u0061\u0064\u0050\u006f\u0069\u006e\u0074\u0073");return &_aceg ,nil ;}; -// FlattenFieldsWithOpts flattens the AcroForm fields of the page using the -// provided field appearance generator and the specified options. If no options -// are specified, all form fields are flattened for the page. -// If a filter function is provided using the opts parameter, only the filtered -// fields are flattened. Otherwise, all form fields are flattened. -func (_acac *PdfPage )FlattenFieldsWithOpts (appgen FieldAppearanceGenerator ,opts *FieldFlattenOpts )error {_feaa :=map[*PdfAnnotation ]bool {};_fdege ,_bbbfc :=_acac .GetAnnotations ();if _bbbfc !=nil {return _bbbfc ;};_aceb :=false ;for _ ,_fecd :=range _fdege {if opts .AnnotFilterFunc !=nil {_feaa [_fecd ]=opts .AnnotFilterFunc (_fecd ); -}else {_feaa [_fecd ]=true ;};if _feaa [_fecd ]{_aceb =true ;};};if !_aceb {return nil ;};return _acac .flattenFieldsWithOpts (appgen ,opts ,_feaa );}; +// ToPdfObject returns the choice field dictionary within an indirect object (container). +func (_bbedg *PdfFieldChoice )ToPdfObject ()_cee .PdfObject {_bbedg .PdfField .ToPdfObject ();_geecc :=_bbedg ._ccbb ;_gdba :=_geecc .PdfObject .(*_cee .PdfObjectDictionary );_gdba .Set ("\u0046\u0054",_cee .MakeName ("\u0043\u0068"));if _bbedg .Opt !=nil {_gdba .Set ("\u004f\u0070\u0074",_bbedg .Opt ); +};if _bbedg .TI !=nil {_gdba .Set ("\u0054\u0049",_bbedg .TI );};if _bbedg .I !=nil {_gdba .Set ("\u0049",_bbedg .I );};return _geecc ;}; -// DecodeArray returns the component range values for the Separation colorspace. -func (_dcdf *PdfColorspaceSpecialSeparation )DecodeArray ()[]float64 {return []float64 {0,1.0}};func _dcgfe (_dada _bagf .ReadSeeker ,_gdcag *ReaderOpts ,_bdceaf bool ,_abedc string )(*PdfReader ,error ){if _gdcag ==nil {_gdcag =NewReaderOpts ();};_ffed :=""; -if _eaaag ,_ccdea :=_dada .(*_ccb .File );_ccdea {_ffed =_eaaag .Name ();};_ffde :=*_gdcag ;_adbed :=&PdfReader {_cbeg :_dada ,_bcefc :map[_eb .PdfObject ]struct{}{},_affaf :_fcfc (),_cfcgdf :_gdcag .LazyLoad ,_fafga :_gdcag .ComplianceMode ,_daag :_bdceaf ,_eacdg :&_ffde ,_fbgfg :_ffed }; -_efea ,_bfff :=_gaeaca ("\u0072");if _bfff !=nil {return nil ,_bfff ;};_bfff =_cf .Track (_efea ,_abedc ,_adbed ._fbgfg );if _bfff !=nil {return nil ,_bfff ;};_adbed ._cadbf =_efea ;var _bafab *_eb .PdfParser ;if !_adbed ._fafga {_bafab ,_bfff =_eb .NewParser (_dada ); -}else {_bafab ,_bfff =_eb .NewCompliancePdfParser (_dada );};if _bfff !=nil {return nil ,_bfff ;};_adbed ._ebbe =_bafab ;_ebabc ,_bfff :=_adbed .IsEncrypted ();if _bfff !=nil {return nil ,_bfff ;};if !_ebabc {_bfff =_adbed .loadStructure ();if _bfff !=nil {return nil ,_bfff ; -};}else if _bdceaf {_debf ,_fgaa :=_adbed .Decrypt ([]byte (_gdcag .Password ));if _fgaa !=nil {return nil ,_fgaa ;};if !_debf {return nil ,_dcf .New ("\u0055\u006e\u0061\u0062\u006c\u0065\u0020\u0074\u006f \u0064\u0065c\u0072\u0079\u0070\u0074\u0020\u0070\u0061\u0073\u0073w\u006f\u0072\u0064\u0020p\u0072\u006f\u0074\u0065\u0063\u0074\u0065\u0064\u0020\u0066\u0069\u006c\u0065\u0020\u002d\u0020\u006e\u0065\u0065\u0064\u0020\u0074\u006f\u0020\u0073\u0070\u0065\u0063\u0069\u0066y\u0020\u0070\u0061s\u0073\u0020\u0074\u006f\u0020\u0044\u0065\u0063\u0072\u0079\u0070\u0074"); -};};_adbed ._dbag =make (map[*PdfReader ]*PdfReader );_adbed ._dfeg =make ([]*PdfReader ,_bafab .GetRevisionNumber ());return _adbed ,nil ;}; +// HasExtGState checks if ExtGState name is available. +func (_bbfde *PdfPage )HasExtGState (name _cee .PdfObjectName )bool {if _bbfde .Resources ==nil {return false ;};if _bbfde .Resources .ExtGState ==nil {return false ;};_becee ,_fbaa :=_cee .TraceToDirectObject (_bbfde .Resources .ExtGState ).(*_cee .PdfObjectDictionary ); +if !_fbaa {_fca .Log .Debug ("\u0045\u0078\u0070\u0065\u0063\u0074\u0065\u0064\u0020\u0045\u0078t\u0047\u0053\u0074\u0061\u0074\u0065\u0020\u0064i\u0063t\u0069\u006f\u006e\u0061\u0072\u0079\u0020\u0069\u0073\u0020\u006e\u006f\u0074\u0020\u0061\u0020\u0064\u0069c\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u003a\u0020\u0025\u0076",_cee .TraceToDirectObject (_bbfde .Resources .ExtGState )); +return false ;};_dbcb :=_becee .Get (name );_fbdag :=_dbcb !=nil ;return _fbdag ;}; -// GetContainingPdfObject returns the container of the pattern object (indirect object). -func (_gaebf *PdfPattern )GetContainingPdfObject ()_eb .PdfObject {return _gaebf ._agddd }; +// SetViewArea sets the value of the viewArea. +func (_gfebc *ViewerPreferences )SetViewArea (viewArea PageBoundary ){_gfebc ._gagga =viewArea }; -// NewPdfColorPatternType2 returns an empty color shading pattern type 2 (Axial). -func NewPdfColorPatternType2 ()*PdfColorPatternType2 {_cebgg :=&PdfColorPatternType2 {};return _cebgg ;};func (_eec *PdfReader )newPdfActionRenditionFromDict (_fed *_eb .PdfObjectDictionary )(*PdfActionRendition ,error ){return &PdfActionRendition {R :_fed .Get ("\u0052"),AN :_fed .Get ("\u0041\u004e"),OP :_fed .Get ("\u004f\u0050"),JS :_fed .Get ("\u004a\u0053")},nil ; +// NewPdfReaderWithOpts creates a new PdfReader for an input io.ReadSeeker interface +// with a ReaderOpts. +// If ReaderOpts is nil it will be set to default value from NewReaderOpts. +func NewPdfReaderWithOpts (rs _fc .ReadSeeker ,opts *ReaderOpts )(*PdfReader ,error ){const _cbbdc ="\u006d\u006f\u0064\u0065\u006c\u003a\u004e\u0065\u0077\u0050\u0064f\u0052\u0065\u0061\u0064\u0065\u0072\u0057\u0069\u0074\u0068O\u0070\u0074\u0073";return _agfga (rs ,opts ,true ,_cbbdc ); }; -// SetContext set the sub annotation (context). -func (_dgcde *PdfShading )SetContext (ctx PdfModel ){_dgcde ._ecffg =ctx }; - -// RepairAcroForm attempts to rebuild the AcroForm fields using the widget -// annotations present in the document pages. Pass nil for the opts parameter -// in order to use the default options. -// NOTE: Currently, the opts parameter is declared in order to enable adding -// future options, but passing nil will always result in the default options -// being used. -func (_fccec *PdfReader )RepairAcroForm (opts *AcroFormRepairOptions )error {var _geega []*PdfField ;_fdcbf :=map[*_eb .PdfIndirectObject ]struct{}{};for _ ,_fbbfe :=range _fccec .PageList {_bgeg ,_cafedf :=_fbbfe .GetAnnotations ();if _cafedf !=nil {return _cafedf ; -};for _ ,_dedea :=range _bgeg {var _ccdfb *PdfField ;switch _aefea :=_dedea .GetContext ().(type ){case *PdfAnnotationWidget :if _aefea ._bca !=nil {_ccdfb =_aefea ._bca ;break ;};if _gfbef ,_cedfb :=_eb .GetIndirect (_aefea .Parent );_cedfb {_ccdfb ,_cafedf =_fccec .newPdfFieldFromIndirectObject (_gfbef ,nil ); -if _cafedf ==nil {break ;};_ddb .Log .Debug ("W\u0041\u0052\u004e\u003a\u0020\u0063\u006f\u0075\u006c\u0064\u0020\u006e\u006f\u0074\u0020\u0070\u0061\u0072s\u0065\u0020\u0066\u006f\u0072\u006d\u0020\u0066\u0069\u0065ld\u0020\u0025\u002bv\u003a \u0025\u0076",_gfbef ,_cafedf ); -};if _aefea ._ggf !=nil {_ccdfb ,_cafedf =_fccec .newPdfFieldFromIndirectObject (_aefea ._ggf ,nil );if _cafedf ==nil {break ;};_ddb .Log .Debug ("W\u0041\u0052\u004e\u003a\u0020\u0063\u006f\u0075\u006c\u0064\u0020\u006e\u006f\u0074\u0020\u0070\u0061\u0072s\u0065\u0020\u0066\u006f\u0072\u006d\u0020\u0066\u0069\u0065ld\u0020\u0025\u002bv\u003a \u0025\u0076",_aefea ._ggf ,_cafedf ); -};};if _ccdfb ==nil {continue ;};if _ ,_fbdad :=_fdcbf [_ccdfb ._adgda ];_fbdad {continue ;};_fdcbf [_ccdfb ._adgda ]=struct{}{};_geega =append (_geega ,_ccdfb );};};if len (_geega )==0{return nil ;};if _fccec .AcroForm ==nil {_fccec .AcroForm =NewPdfAcroForm (); -};_fccec .AcroForm .Fields =&_geega ;return nil ;}; - -// NonFullScreenPageMode represents the document’s page mode when exiting -// full-screen mode. -type NonFullScreenPageMode string ;func (_egacc *PdfWriter )updateObjectNumbers (){_afcfbg :=_egacc .ObjNumOffset ;_fdecd :=0;for _ ,_accgc :=range _egacc ._dcfgf {_ffbga :=int64 (_fdecd +1+_afcfbg );_agbfc :=true ;if _egacc ._caed {if _eeacd ,_adfge :=_egacc ._ecbgf [_accgc ]; -_adfge {_ffbga =_eeacd ;_agbfc =false ;};};switch _fccgc :=_accgc .(type ){case *_eb .PdfIndirectObject :_fccgc .ObjectNumber =_ffbga ;_fccgc .GenerationNumber =0;case *_eb .PdfObjectStream :_fccgc .ObjectNumber =_ffbga ;_fccgc .GenerationNumber =0;case *_eb .PdfObjectStreams :_fccgc .ObjectNumber =_ffbga ; -_fccgc .GenerationNumber =0;case *_eb .PdfObjectReference :_fccgc .ObjectNumber =_ffbga ;_fccgc .GenerationNumber =0;case *_eb .PdfObjectDictionary ,*_eb .PdfObjectString :default:_ddb .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a \u0055\u006e\u006b\u006e\u006f\u0077\u006e\u0020\u0074\u0079\u0070\u0065\u0020%\u0054\u0020\u002d\u0020\u0073\u006b\u0069p\u0070\u0069\u006e\u0067",_fccgc ); -continue ;};if _agbfc {_fdecd ++;};};_cfafe :=func (_fbcec _eb .PdfObject )int64 {switch _deecd :=_fbcec .(type ){case *_eb .PdfIndirectObject :return _deecd .ObjectNumber ;case *_eb .PdfObjectStream :return _deecd .ObjectNumber ;case *_eb .PdfObjectStreams :return _deecd .ObjectNumber ; -case *_eb .PdfObjectReference :return _deecd .ObjectNumber ;};return 0;};_ba .SliceStable (_egacc ._dcfgf ,func (_ceebb ,_fbdbb int )bool {return _cfafe (_egacc ._dcfgf [_ceebb ])< _cfafe (_egacc ._dcfgf [_fbdbb ])});}; +// Sign signs a specific page with a digital signature. +// The signature field parameter must have a valid signature dictionary +// specified by its V field. +func (_gddc *PdfAppender )Sign (pageNum int ,field *PdfFieldSignature )error {if field ==nil {return _cdf .New ("\u0073\u0069g\u006e\u0061\u0074\u0075\u0072\u0065\u0020\u0066\u0069\u0065\u006c\u0064\u0020\u0063\u0061\u006e\u006e\u006f\u0074\u0020\u0062\u0065 n\u0069\u006c"); +};_dcgd :=field .V ;if _dcgd ==nil {return _cdf .New ("\u0073\u0069\u0067na\u0074\u0075\u0072\u0065\u0020\u0064\u0069\u0063\u0074i\u006fn\u0061r\u0079 \u0063\u0061\u006e\u006e\u006f\u0074\u0020\u0062\u0065\u0020\u006e\u0069\u006c");};_dadc :=pageNum -1; +if _dadc < 0||_dadc > len (_gddc ._afca )-1{return _e .Errorf ("\u0070\u0061\u0067\u0065\u0020\u0025\u0064\u0020\u006e\u006f\u0074\u0020f\u006f\u0075\u006e\u0064",pageNum );};_dccb :=_gddc .Reader .PageList [_dadc ];field .P =_dccb .ToPdfObject ();if field .T ==nil ||field .T .String ()==""{field .T =_cee .MakeString (_e .Sprintf ("\u0053\u0069\u0067n\u0061\u0074\u0075\u0072\u0065\u0020\u0025\u0064",pageNum )); +};_dccb .AddAnnotation (field .PdfAnnotationWidget .PdfAnnotation );if _gddc ._ceed ==_gddc ._ebdd .AcroForm {_gddc ._ceed =_gddc .Reader .AcroForm ;};_gca :=_gddc ._ceed ;if _gca ==nil {_gca =NewPdfAcroForm ();};_gca .SigFlags =_cee .MakeInteger (3);if _gca .NeedAppearances !=nil {_gca .NeedAppearances =nil ; +};_bgga :=append (_gca .AllFields (),field .PdfField );_gca .Fields =&_bgga ;_gddc .ReplaceAcroForm (_gca );_gddc .UpdatePage (_dccb );_gddc ._afca [_dadc ]=_dccb ;if _ ,_dbff :=field .V .GetDocMDPPermission ();_dbff {_gddc ._dbec =NewPermissions (field .V ); +};return nil ;}; -// PdfAnnotationCircle represents Circle annotations. -// (Section 12.5.6.8). -type PdfAnnotationCircle struct{*PdfAnnotation ;*PdfAnnotationMarkup ;BS _eb .PdfObject ;IC _eb .PdfObject ;BE _eb .PdfObject ;RD _eb .PdfObject ;};func (_efeb *PdfFont )baseFields ()*fontCommon {if _efeb ._fdaa ==nil {_ddb .Log .Debug ("\u0045\u0052\u0052OR\u003a\u0020\u0062\u0061\u0073\u0065\u0046\u0069\u0065l\u0064s\u002e \u0063o\u006e\u0074\u0065\u0078\u0074\u0020\u0069\u0073\u0020\u006e\u0069\u006c\u002e"); -return nil ;};return _efeb ._fdaa .baseFields ();}; +// NewPdfWriter initializes a new PdfWriter. +func NewPdfWriter ()PdfWriter {_aedc :=PdfWriter {};_aedc ._dgbgbb =map[_cee .PdfObject ]struct{}{};_aedc ._gccff =[]_cee .PdfObject {};_aedc ._fgadee =map[_cee .PdfObject ][]*_cee .PdfObjectDictionary {};_aedc ._befcg =map[_cee .PdfObject ]struct{}{}; +_aedc ._gceef .Major =1;_aedc ._gceef .Minor =3;_bbcdc :=_cee .MakeDict ();_fgebe :=[]struct{_ggeeg _cee .PdfObjectName ;_bdaaf string ;}{{"\u0050\u0072\u006f\u0064\u0075\u0063\u0065\u0072",_egbad ()},{"\u0043r\u0065\u0061\u0074\u006f\u0072",_cgcdbe ()},{"\u0041\u0075\u0074\u0068\u006f\u0072",_eddfe ()},{"\u0053u\u0062\u006a\u0065\u0063\u0074",_gadad ()},{"\u0054\u0069\u0074l\u0065",_deeea ()},{"\u004b\u0065\u0079\u0077\u006f\u0072\u0064\u0073",_gadfef ()}}; +for _ ,_ebagaa :=range _fgebe {if _ebagaa ._bdaaf !=""{_bbcdc .Set (_ebagaa ._ggeeg ,_cee .MakeString (_ebagaa ._bdaaf ));};};if _gegbb :=_efffg ();!_gegbb .IsZero (){if _gbddd ,_gcedc :=NewPdfDateFromTime (_gegbb );_gcedc ==nil {_bbcdc .Set ("\u0043\u0072\u0065a\u0074\u0069\u006f\u006e\u0044\u0061\u0074\u0065",_gbddd .ToPdfObject ()); +};};if _dgdba :=_acgef ();!_dgdba .IsZero (){if _dgfde ,_fcacaf :=NewPdfDateFromTime (_dgdba );_fcacaf ==nil {_bbcdc .Set ("\u004do\u0064\u0044\u0061\u0074\u0065",_dgfde .ToPdfObject ());};};_adebc :=_cee .PdfIndirectObject {};_adebc .PdfObject =_bbcdc ; +_aedc ._cbfac =&_adebc ;_aedc .addObject (&_adebc );_gacf :=_cee .PdfIndirectObject {};_bcaf :=_cee .MakeDict ();_bcaf .Set ("\u0054\u0079\u0070\u0065",_cee .MakeName ("\u0043a\u0074\u0061\u006c\u006f\u0067"));_gacf .PdfObject =_bcaf ;_aedc ._fadf =&_gacf ; +_aedc .addObject (_aedc ._fadf );_dabaa ,_dgaa :=_dbdaag ("\u0077");if _dgaa !=nil {_fca .Log .Debug ("\u0045R\u0052\u004f\u0052\u003a\u0020\u0025v",_dgaa );};_aedc ._cbdcf =_dabaa ;_bfcfa :=_cee .PdfIndirectObject {};_cdbegd :=_cee .MakeDict ();_cdbegd .Set ("\u0054\u0079\u0070\u0065",_cee .MakeName ("\u0050\u0061\u0067e\u0073")); +_beede :=_cee .PdfObjectArray {};_cdbegd .Set ("\u004b\u0069\u0064\u0073",&_beede );_cdbegd .Set ("\u0043\u006f\u0075n\u0074",_cee .MakeInteger (0));_bfcfa .PdfObject =_cdbegd ;_aedc ._cdggg =&_bfcfa ;_aedc ._gecd =map[_cee .PdfObject ]struct{}{};_aedc ._dcdg =[]*_cee .PdfIndirectObject {}; +_aedc .addObject (_aedc ._cdggg );_bcaf .Set ("\u0050\u0061\u0067e\u0073",&_bfcfa );_aedc ._cdebc =_bcaf ;_fca .Log .Trace ("\u0043\u0061\u0074\u0061\u006c\u006f\u0067\u0020\u0025\u0073",_gacf );return _aedc ;}; -// GetPageAsIndirectObject returns the page as a dictionary within an PdfIndirectObject. -func (_bdcdd *PdfPage )GetPageAsIndirectObject ()*_eb .PdfIndirectObject {return _bdcdd ._efcff }; +// MergePageWith appends page content to source Pdf file page content. +func (_ecaa *PdfAppender )MergePageWith (pageNum int ,page *PdfPage )error {_daffc :=pageNum -1;var _fdae *PdfPage ;for _gdbf ,_fgccfc :=range _ecaa ._afca {if _gdbf ==_daffc {_fdae =_fgccfc ;};};if _fdae ==nil {return _e .Errorf ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0050\u0061\u0067\u0065\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061r\u0079\u0020\u0025\u0064\u0020\u006e\u006f\u0074\u0020f\u006f\u0075\u006e\u0064\u0020\u0069\u006e\u0020\u0074\u0068\u0065\u0020\u0073o\u0075\u0072\u0063\u0065\u0020\u0064o\u0063\u0075\u006de\u006e\u0074",pageNum ); +};if _fdae ._bafab !=nil &&_fdae ._bafab .GetParser ()==_ecaa ._ebdd ._ffdgf {_fdae =_fdae .Duplicate ();_ecaa ._afca [_daffc ]=_fdae ;};page =page .Duplicate ();_adfebd (page );_cbf :=_aagg (_fdae );_ddbg :=_aagg (page );_eaa :=make (map[_cee .PdfObjectName ]_cee .PdfObjectName ); +for _ggdb :=range _ddbg {if _ ,_cfbf :=_cbf [_ggdb ];_cfbf {for _ageb :=1;true ;_ageb ++{_dbed :=_cee .PdfObjectName (string (_ggdb )+_fa .Itoa (_ageb ));if _ ,_bcac :=_cbf [_dbed ];!_bcac {_eaa [_ggdb ]=_dbed ;break ;};};};};_fed ,_faac :=page .GetContentStreams (); +if _faac !=nil {return _faac ;};_acfa ,_faac :=_fdae .GetContentStreams ();if _faac !=nil {return _faac ;};for _degd ,_gdgg :=range _fed {for _degda ,_badb :=range _eaa {_gdgg =_ad .Replace (_gdgg ,"\u002f"+string (_degda ),"\u002f"+string (_badb ),-1); +};_fed [_degd ]=_gdgg ;};_acfa =append (_acfa ,_fed ...);if _dagf :=_fdae .SetContentStreams (_acfa ,_cee .NewFlateEncoder ());_dagf !=nil {return _dagf ;};_fdae ._eeaba =append (_fdae ._eeaba ,page ._eeaba ...);if _fdae .Resources ==nil {_fdae .Resources =NewPdfPageResources (); +};if page .Resources !=nil {_fdae .Resources .Font =_ecaa .mergeResources (_fdae .Resources .Font ,page .Resources .Font ,_eaa );_fdae .Resources .XObject =_ecaa .mergeResources (_fdae .Resources .XObject ,page .Resources .XObject ,_eaa );_fdae .Resources .Properties =_ecaa .mergeResources (_fdae .Resources .Properties ,page .Resources .Properties ,_eaa ); +if _fdae .Resources .ProcSet ==nil {_fdae .Resources .ProcSet =page .Resources .ProcSet ;};_fdae .Resources .Shading =_ecaa .mergeResources (_fdae .Resources .Shading ,page .Resources .Shading ,_eaa );_fdae .Resources .ExtGState =_ecaa .mergeResources (_fdae .Resources .ExtGState ,page .Resources .ExtGState ,_eaa ); +};_gaad ,_faac :=_fdae .GetMediaBox ();if _faac !=nil {return _faac ;};_feebf ,_faac :=page .GetMediaBox ();if _faac !=nil {return _faac ;};var _feed bool ;if _gaad .Llx > _feebf .Llx {_gaad .Llx =_feebf .Llx ;_feed =true ;};if _gaad .Lly > _feebf .Lly {_gaad .Lly =_feebf .Lly ; +_feed =true ;};if _gaad .Urx < _feebf .Urx {_gaad .Urx =_feebf .Urx ;_feed =true ;};if _gaad .Ury < _feebf .Ury {_gaad .Ury =_feebf .Ury ;_feed =true ;};if _feed {_fdae .MediaBox =_gaad ;};return nil ;}; -// ToPdfObject returns a PDF object representation of the ViewerPreferences. -func (_fcbcbb *ViewerPreferences )ToPdfObject ()_eb .PdfObject {_eceaa :=_eb .MakeDict ();if _fcbcbb ._caafc !=nil {_eceaa .Set ("H\u0069\u0064\u0065\u0054\u006f\u006f\u006c\u0062\u0061\u0072",_eb .MakeBool (*_fcbcbb ._caafc ));};if _fcbcbb ._gcbcb !=nil {_eceaa .Set ("H\u0069\u0064\u0065\u004d\u0065\u006e\u0075\u0062\u0061\u0072",_eb .MakeBool (*_fcbcbb ._gcbcb )); -};if _fcbcbb ._fcebae !=nil {_eceaa .Set ("\u0048\u0069\u0064e\u0057\u0069\u006e\u0064\u006f\u0077\u0055\u0049",_eb .MakeBool (*_fcbcbb ._fcebae ));};if _fcbcbb ._edbaa !=nil {_eceaa .Set ("\u0046i\u0074\u0057\u0069\u006e\u0064\u006fw",_eb .MakeBool (*_fcbcbb ._edbaa )); -};if _fcbcbb ._dacc !=nil {_eceaa .Set ("\u0043\u0065\u006et\u0065\u0072\u0057\u0069\u006e\u0064\u006f\u0077",_eb .MakeBool (*_fcbcbb ._dacc ));};if _fcbcbb ._bgdge !=nil {_eceaa .Set ("\u0044i\u0073p\u006c\u0061\u0079\u0044\u006f\u0063\u0054\u0069\u0074\u006c\u0065",_eb .MakeBool (*_fcbcbb ._bgdge )); -};if _fcbcbb ._cdcff !=""{_eceaa .Set ("N\u006f\u006e\u0046\u0075ll\u0053c\u0072\u0065\u0065\u006e\u0050a\u0067\u0065\u004d\u006f\u0064\u0065",_eb .MakeName (string (_fcbcbb ._cdcff )));};if _fcbcbb ._baeb !=""{_eceaa .Set ("\u0044i\u0072\u0065\u0063\u0074\u0069\u006fn",_eb .MakeName (string (_fcbcbb ._baeb ))); -};if _fcbcbb ._ffgda !=""{_eceaa .Set ("\u0056\u0069\u0065\u0077\u0041\u0072\u0065\u0061",_eb .MakeName (string (_fcbcbb ._ffgda )));};if _fcbcbb ._eadae !=""{_eceaa .Set ("\u0056\u0069\u0065\u0077\u0043\u006c\u0069\u0070",_eb .MakeName (string (_fcbcbb ._eadae ))); -};if _fcbcbb ._bdegd !=""{_eceaa .Set ("\u0050r\u0069\u006e\u0074\u0041\u0072\u0065a",_eb .MakeName (string (_fcbcbb ._bdegd )));};if _fcbcbb ._edef !=""{_eceaa .Set ("\u0050r\u0069\u006e\u0074\u0043\u006c\u0069p",_eb .MakeName (string (_fcbcbb ._edef ))); -};if _fcbcbb ._gefcg !=""{_eceaa .Set ("\u0050\u0072\u0069n\u0074\u0053\u0063\u0061\u006c\u0069\u006e\u0067",_eb .MakeName (string (_fcbcbb ._gefcg )));};if _fcbcbb ._ebabd !=""{_eceaa .Set ("\u0044\u0075\u0070\u006c\u0065\u0078",_eb .MakeName (string (_fcbcbb ._ebabd ))); -};if _fcbcbb ._gggea !=nil {_eceaa .Set ("\u0050\u0069\u0063\u006b\u0054\u0072\u0061\u0079\u0042\u0079\u0050\u0044F\u0053\u0069\u007a\u0065",_eb .MakeBool (*_fcbcbb ._gggea ));};if _fcbcbb ._gcgfc !=nil {_eceaa .Set ("\u0050\u0072\u0069\u006e\u0074\u0050\u0061\u0067\u0065R\u0061\u006e\u0067\u0065",_eb .MakeArrayFromIntegers (_fcbcbb ._gcgfc )); -};if _fcbcbb ._bdeec !=0{_eceaa .Set ("\u004eu\u006d\u0043\u006f\u0070\u0069\u0065s",_eb .MakeInteger (int64 (_fcbcbb ._bdeec )));};return _eceaa ;}; +// PdfAnnotationPolyLine represents PolyLine annotations. +// (Section 12.5.6.9). +type PdfAnnotationPolyLine struct{*PdfAnnotation ;*PdfAnnotationMarkup ;Vertices _cee .PdfObject ;LE _cee .PdfObject ;BS _cee .PdfObject ;IC _cee .PdfObject ;BE _cee .PdfObject ;IT _cee .PdfObject ;Measure _cee .PdfObject ;}; -// PdfPageResourcesColorspaces contains the colorspace in the PdfPageResources. -// Needs to have matching name and colorspace map entry. The Names define the order. -type PdfPageResourcesColorspaces struct{Names []string ;Colorspaces map[string ]PdfColorspace ;_ccba *_eb .PdfIndirectObject ;};func (_acgfg *PdfWriter )mapObjectStreams (_ebfeec bool )(map[_eb .PdfObject ]bool ,bool ){_cdgbg :=make (map[_eb .PdfObject ]bool ); -for _ ,_abbga :=range _acgfg ._dcfgf {if _dcefad ,_cgdfg :=_abbga .(*_eb .PdfObjectStreams );_cgdfg {_ebfeec =true ;for _ ,_babdcd :=range _dcefad .Elements (){_cdgbg [_babdcd ]=true ;if _acege ,_bdfag :=_babdcd .(*_eb .PdfIndirectObject );_bdfag {_cdgbg [_acege .PdfObject ]=true ; -};};};};return _cdgbg ,_ebfeec ;}; +// PdfAnnotationSquare represents Square annotations. +// (Section 12.5.6.8). +type PdfAnnotationSquare struct{*PdfAnnotation ;*PdfAnnotationMarkup ;BS _cee .PdfObject ;IC _cee .PdfObject ;BE _cee .PdfObject ;RD _cee .PdfObject ;};func (_bffb *PdfReader )newPdfAnnotationWidgetFromDict (_eggb *_cee .PdfObjectDictionary )(*PdfAnnotationWidget ,error ){_aade :=PdfAnnotationWidget {}; +_aade .H =_eggb .Get ("\u0048");_aade .MK =_eggb .Get ("\u004d\u004b");_aade .A =_eggb .Get ("\u0041");_aade .AA =_eggb .Get ("\u0041\u0041");_aade .BS =_eggb .Get ("\u0042\u0053");_aade .Parent =_eggb .Get ("\u0050\u0061\u0072\u0065\u006e\u0074");return &_aade ,nil ; +}; -// PdfAnnotationCaret represents Caret annotations. -// (Section 12.5.6.11). -type PdfAnnotationCaret struct{*PdfAnnotation ;*PdfAnnotationMarkup ;RD _eb .PdfObject ;Sy _eb .PdfObject ;}; +// NewReaderForText makes a new PdfReader for an input PDF content string. For use in testing. +func NewReaderForText (txt string )*PdfReader {return &PdfReader {_efaec :map[_cee .PdfObject ]struct{}{},_fcgbe :_baaedg (),_ffdgf :_cee .NewParserFromString (txt )};}; -// SubsetRegistered subsets the font to only the glyphs that have been registered by the encoder. -// -// NOTE: This only works on fonts that support subsetting. For unsupported fonts this is a no-op, although a debug -// message is emitted. Currently supported fonts are embedded Truetype CID fonts (type 0). -// -// NOTE: Make sure to call this soon before writing (once all needed runes have been registered). -// If using package creator, use its EnableFontSubsetting method instead. -func (_aeaa *PdfFont )SubsetRegistered ()error {switch _cfdc :=_aeaa ._fdaa .(type ){case *pdfFontType0 :_cfddd :=_cfdc .subsetRegistered ();if _cfddd !=nil {_ddb .Log .Debug ("\u0053\u0075b\u0073\u0065\u0074 \u0065\u0072\u0072\u006f\u0072\u003a\u0020\u0025\u0076",_cfddd ); -return _cfddd ;};if _cfdc ._eecg !=nil {if _cfdc ._edcff !=nil {_cfdc ._edcff .ToPdfObject ();};_cfdc .ToPdfObject ();};default:_ddb .Log .Debug ("F\u006f\u006e\u0074\u0020\u0025\u0054 \u0064\u006f\u0065\u0073\u0020\u006eo\u0074\u0020\u0073\u0075\u0070\u0070\u006fr\u0074\u0020\u0073\u0075\u0062\u0073\u0065\u0074\u0074\u0069n\u0067",_cfdc ); -};return nil ;}; +// NewPdfActionTrans returns a new "trans" action. +func NewPdfActionTrans ()*PdfActionTrans {_cbd :=NewPdfAction ();_dee :=&PdfActionTrans {};_dee .PdfAction =_cbd ;_cbd .SetContext (_dee );return _dee ;}; -// NewPdfShadingPatternType3 creates an empty shading pattern type 3 object. -func NewPdfShadingPatternType3 ()*PdfShadingPatternType3 {_efdagf :=&PdfShadingPatternType3 {};_efdagf .Matrix =_eb .MakeArrayFromIntegers ([]int {1,0,0,1,0,0});_efdagf .PdfPattern =&PdfPattern {};_efdagf .PdfPattern .PatternType =int64 (*_eb .MakeInteger (2)); -_efdagf .PdfPattern ._eefgb =_efdagf ;_efdagf .PdfPattern ._agddd =_eb .MakeIndirectObject (_eb .MakeDict ());return _efdagf ;}; +// A returns the value of the A component of the color. +func (_cdgf *PdfColorLab )A ()float64 {return _cdgf [1]}; -// NewXObjectImageFromImage creates a new XObject Image from an image object -// with default options. If encoder is nil, uses raw encoding (none). -func NewXObjectImageFromImage (img *Image ,cs PdfColorspace ,encoder _eb .StreamEncoder )(*XObjectImage ,error ){_cegfc :=NewXObjectImage ();return UpdateXObjectImageFromImage (_cegfc ,img ,cs ,encoder );}; +// ToPdfObject implements interface PdfModel. +func (_age *PdfActionURI )ToPdfObject ()_cee .PdfObject {_age .PdfAction .ToPdfObject ();_aeb :=_age ._gaf ;_eee :=_aeb .PdfObject .(*_cee .PdfObjectDictionary );_eee .SetIfNotNil ("\u0053",_cee .MakeName (string (ActionTypeURI )));_eee .SetIfNotNil ("\u0055\u0052\u0049",_age .URI ); +_eee .SetIfNotNil ("\u0049\u0073\u004da\u0070",_age .IsMap );return _aeb ;};func (_fagc *PdfReader )newPdfAnnotationLinkFromDict (_daef *_cee .PdfObjectDictionary )(*PdfAnnotationLink ,error ){_eef :=PdfAnnotationLink {};_eef .A =_daef .Get ("\u0041"); +_eef .Dest =_daef .Get ("\u0044\u0065\u0073\u0074");_eef .H =_daef .Get ("\u0048");_eef .PA =_daef .Get ("\u0050\u0041");_eef .QuadPoints =_daef .Get ("\u0051\u0075\u0061\u0064\u0050\u006f\u0069\u006e\u0074\u0073");_eef .BS =_daef .Get ("\u0042\u0053"); +return &_eef ,nil ;}; -// Val returns the value of the color. -func (_cfdd *PdfColorCalGray )Val ()float64 {return float64 (*_cfdd )}; +// NewPdfAnnotationTrapNet returns a new trapnet annotation. +func NewPdfAnnotationTrapNet ()*PdfAnnotationTrapNet {_cga :=NewPdfAnnotation ();_ggcg :=&PdfAnnotationTrapNet {};_ggcg .PdfAnnotation =_cga ;_cga .SetContext (_ggcg );return _ggcg ;}; -// NewPdfColorspaceLab returns a new Lab colorspace object. -func NewPdfColorspaceLab ()*PdfColorspaceLab {_afbg :=&PdfColorspaceLab {};_afbg .BlackPoint =[]float64 {0.0,0.0,0.0};_afbg .Range =[]float64 {-100,100,-100,100};return _afbg ;}; +// GetCatalogViewerPreferences gets catalog ViewerPreferences object. +func (_egeg *PdfReader )GetCatalogViewerPreferences ()(_cee .PdfObject ,bool ){if _egeg ._cacfe ==nil {return nil ,false ;};_daeeb :=_egeg ._cacfe .Get ("\u0056\u0069\u0065\u0077\u0065\u0072\u0050\u0072\u0065\u0066\u0065\u0072e\u006e\u0063\u0065\u0073"); +return _daeeb ,_daeeb !=nil ;}; -// ColorFromPdfObjects returns a new PdfColor based on the input slice of color -// component PDF objects. -func (_fgcc *PdfColorspaceICCBased )ColorFromPdfObjects (objects []_eb .PdfObject )(PdfColor ,error ){if _fgcc .Alternate ==nil {if _fgcc .N ==1{_affd :=NewPdfColorspaceDeviceGray ();return _affd .ColorFromPdfObjects (objects );}else if _fgcc .N ==3{_gged :=NewPdfColorspaceDeviceRGB (); -return _gged .ColorFromPdfObjects (objects );}else if _fgcc .N ==4{_dbda :=NewPdfColorspaceDeviceCMYK ();return _dbda .ColorFromPdfObjects (objects );}else {return nil ,_dcf .New ("I\u0043\u0043\u0020\u0042\u0061\u0073\u0065\u0064\u0020\u0063\u006f\u006c\u006f\u0072\u0073\u0070\u0061\u0063e\u0020\u006d\u0069\u0073\u0073\u0069\u006e\u0067\u0020\u0061lt\u0065\u0072\u006ea\u0074i\u0076\u0065"); -};};return _fgcc .Alternate .ColorFromPdfObjects (objects );};var _eeece =map[string ]string {"\u0053\u0079\u006d\u0062\u006f\u006c":"\u0053\u0079\u006d\u0062\u006f\u006c\u0045\u006e\u0063o\u0064\u0069\u006e\u0067","\u005a\u0061\u0070f\u0044\u0069\u006e\u0067\u0062\u0061\u0074\u0073":"Z\u0061p\u0066\u0044\u0069\u006e\u0067\u0062\u0061\u0074s\u0045\u006e\u0063\u006fdi\u006e\u0067"}; -const (NonFullScreenPageModeUseNone NonFullScreenPageMode ="\u0055s\u0065\u004e\u006f\u006e\u0065";NonFullScreenPageModeUseOutlines NonFullScreenPageMode ="U\u0073\u0065\u004f\u0075\u0074\u006c\u0069\u006e\u0065\u0073";NonFullScreenPageModeUseThumbs NonFullScreenPageMode ="\u0055s\u0065\u0054\u0068\u0075\u006d\u0062s"; -NonFullScreenPageModeUseOC NonFullScreenPageMode ="\u0055\u0073\u0065O\u0043";DirectionL2R Direction ="\u004c\u0032\u0052";DirectionR2L Direction ="\u0052\u0032\u004c";PageBoundaryMediaBox PageBoundary ="\u004d\u0065\u0064\u0069\u0061\u0042\u006f\u0078"; -PageBoundaryCropBox PageBoundary ="\u0043r\u006f\u0070\u0042\u006f\u0078";PageBoundaryBleedBox PageBoundary ="\u0042\u006c\u0065\u0065\u0064\u0042\u006f\u0078";PageBoundaryTrimBox PageBoundary ="\u0054r\u0069\u006d\u0042\u006f\u0078";PageBoundaryArtBox PageBoundary ="\u0041\u0072\u0074\u0042\u006f\u0078"; -PrintScalingNone PrintScaling ="\u004e\u006f\u006e\u0065";PrintScalingAppDefault PrintScaling ="\u0041\u0070\u0070\u0044\u0065\u0066\u0061\u0075\u006c\u0074";DuplexNone Duplex ="\u006e\u006f\u006e\u0065";DuplexSimplex Duplex ="\u0053i\u006d\u0070\u006c\u0065\u0078"; -DuplexFlipShortEdge Duplex ="\u0044\u0075\u0070\u006cex\u0046\u006c\u0069\u0070\u0053\u0068\u006f\u0072\u0074\u0045\u0064\u0067\u0065";DuplexFlipLongEdge Duplex ="\u0044u\u0070l\u0065\u0078\u0046\u006c\u0069p\u004c\u006fn\u0067\u0045\u0064\u0067\u0065"; -); +// NewPdfActionGoTo returns a new "go to" action. +func NewPdfActionGoTo ()*PdfActionGoTo {_ace :=NewPdfAction ();_cfa :=&PdfActionGoTo {};_cfa .PdfAction =_ace ;_ace .SetContext (_cfa );return _cfa ;}; -// NewPdfColorDeviceRGB returns a new PdfColorDeviceRGB based on the r,g,b component values. -func NewPdfColorDeviceRGB (r ,g ,b float64 )*PdfColorDeviceRGB {_acdg :=PdfColorDeviceRGB {r ,g ,b };return &_acdg ;}; +// ToPdfObject implements interface PdfModel. +func (_db *PdfActionTrans )ToPdfObject ()_cee .PdfObject {_db .PdfAction .ToPdfObject ();_fdc :=_db ._gaf ;_aag :=_fdc .PdfObject .(*_cee .PdfObjectDictionary );_aag .SetIfNotNil ("\u0053",_cee .MakeName (string (ActionTypeTrans )));_aag .SetIfNotNil ("\u0054\u0072\u0061n\u0073",_db .Trans ); +return _fdc ;}; -// ToPdfObject returns the PdfFontDescriptor as a PDF dictionary inside an indirect object. -func (_debcf *PdfFontDescriptor )ToPdfObject ()_eb .PdfObject {_bccec :=_eb .MakeDict ();if _debcf ._fdea ==nil {_debcf ._fdea =&_eb .PdfIndirectObject {};};_debcf ._fdea .PdfObject =_bccec ;_bccec .Set ("\u0054\u0079\u0070\u0065",_eb .MakeName ("\u0046\u006f\u006e\u0074\u0044\u0065\u0073\u0063\u0072i\u0070\u0074\u006f\u0072")); -if _debcf .FontName !=nil {_bccec .Set ("\u0046\u006f\u006e\u0074\u004e\u0061\u006d\u0065",_debcf .FontName );};if _debcf .FontFamily !=nil {_bccec .Set ("\u0046\u006f\u006e\u0074\u0046\u0061\u006d\u0069\u006c\u0079",_debcf .FontFamily );};if _debcf .FontStretch !=nil {_bccec .Set ("F\u006f\u006e\u0074\u0053\u0074\u0072\u0065\u0074\u0063\u0068",_debcf .FontStretch ); -};if _debcf .FontWeight !=nil {_bccec .Set ("\u0046\u006f\u006e\u0074\u0057\u0065\u0069\u0067\u0068\u0074",_debcf .FontWeight );};if _debcf .Flags !=nil {_bccec .Set ("\u0046\u006c\u0061g\u0073",_debcf .Flags );};if _debcf .FontBBox !=nil {_bccec .Set ("\u0046\u006f\u006e\u0074\u0042\u0042\u006f\u0078",_debcf .FontBBox ); -};if _debcf .ItalicAngle !=nil {_bccec .Set ("I\u0074\u0061\u006c\u0069\u0063\u0041\u006e\u0067\u006c\u0065",_debcf .ItalicAngle );};if _debcf .Ascent !=nil {_bccec .Set ("\u0041\u0073\u0063\u0065\u006e\u0074",_debcf .Ascent );};if _debcf .Descent !=nil {_bccec .Set ("\u0044e\u0073\u0063\u0065\u006e\u0074",_debcf .Descent ); -};if _debcf .Leading !=nil {_bccec .Set ("\u004ce\u0061\u0064\u0069\u006e\u0067",_debcf .Leading );};if _debcf .CapHeight !=nil {_bccec .Set ("\u0043a\u0070\u0048\u0065\u0069\u0067\u0068t",_debcf .CapHeight );};if _debcf .XHeight !=nil {_bccec .Set ("\u0058H\u0065\u0069\u0067\u0068\u0074",_debcf .XHeight ); -};if _debcf .StemV !=nil {_bccec .Set ("\u0053\u0074\u0065m\u0056",_debcf .StemV );};if _debcf .StemH !=nil {_bccec .Set ("\u0053\u0074\u0065m\u0048",_debcf .StemH );};if _debcf .AvgWidth !=nil {_bccec .Set ("\u0041\u0076\u0067\u0057\u0069\u0064\u0074\u0068",_debcf .AvgWidth ); -};if _debcf .MaxWidth !=nil {_bccec .Set ("\u004d\u0061\u0078\u0057\u0069\u0064\u0074\u0068",_debcf .MaxWidth );};if _debcf .MissingWidth !=nil {_bccec .Set ("\u004d\u0069\u0073s\u0069\u006e\u0067\u0057\u0069\u0064\u0074\u0068",_debcf .MissingWidth );}; -if _debcf .FontFile !=nil {_bccec .Set ("\u0046\u006f\u006e\u0074\u0046\u0069\u006c\u0065",_debcf .FontFile );};if _debcf .FontFile2 !=nil {_bccec .Set ("\u0046o\u006e\u0074\u0046\u0069\u006c\u00652",_debcf .FontFile2 );};if _debcf .FontFile3 !=nil {_bccec .Set ("\u0046o\u006e\u0074\u0046\u0069\u006c\u00653",_debcf .FontFile3 ); -};if _debcf .CharSet !=nil {_bccec .Set ("\u0043h\u0061\u0072\u0053\u0065\u0074",_debcf .CharSet );};if _debcf .Style !=nil {_bccec .Set ("\u0046\u006f\u006e\u0074\u004e\u0061\u006d\u0065",_debcf .FontName );};if _debcf .Lang !=nil {_bccec .Set ("\u004c\u0061\u006e\u0067",_debcf .Lang ); -};if _debcf .FD !=nil {_bccec .Set ("\u0046\u0044",_debcf .FD );};if _debcf .CIDSet !=nil {_bccec .Set ("\u0043\u0049\u0044\u0053\u0065\u0074",_debcf .CIDSet );};return _debcf ._fdea ;}; +// BorderEffect represents a border effect (Table 167 p. 395). +type BorderEffect int ; -// B returns the value of the blue component of the color. -func (_geeg *PdfColorDeviceRGB )B ()float64 {return _geeg [2]}; +// SetContext sets the sub pattern (context). Either PdfTilingPattern or PdfShadingPattern. +func (_aeggc *PdfPattern )SetContext (ctx PdfModel ){_aeggc ._gabf =ctx }; -// PrintArea returns the value of the printArea. -func (_bgebe *ViewerPreferences )PrintArea ()PageBoundary {return _bgebe ._bdegd }; +// AddContentStreamByString adds content stream by string. Puts the content +// string into a stream object and points the content stream towards it. +func (_cbeff *PdfPage )AddContentStreamByString (contentStr string )error {_afbc ,_adeff :=_cee .MakeStream ([]byte (contentStr ),_cee .NewFlateEncoder ());if _adeff !=nil {return _adeff ;};if _cbeff .Contents ==nil {_cbeff .Contents =_afbc ;}else {_cedbg :=_cee .TraceToDirectObject (_cbeff .Contents ); +_dbde ,_fcadf :=_cedbg .(*_cee .PdfObjectArray );if !_fcadf {_dbde =_cee .MakeArray (_cedbg );};_dbde .Append (_afbc );_cbeff .Contents =_dbde ;};return nil ;}; -// NewPdfColorPattern returns an empty color pattern. -func NewPdfColorPattern ()*PdfColorPattern {_fcbfd :=&PdfColorPattern {};return _fcbfd };func _aaccff (_faaae *PdfField )[]*PdfField {_ggfee :=[]*PdfField {_faaae };for _ ,_dcfga :=range _faaae .Kids {_ggfee =append (_ggfee ,_aaccff (_dcfga )...);};return _ggfee ; -}; +// AddOCSPs adds OCSPs to DSS. +func (_dffa *DSS )AddOCSPs (ocsps [][]byte )([]*_cee .PdfObjectStream ,error ){return _dffa .add (&_dffa .OCSPs ,_dffa ._dcff ,ocsps );}; -// Mask returns the uin32 bitmask for the specific flag. -func (_acbg FieldFlag )Mask ()uint32 {return uint32 (_acbg )}; +// FieldAppearanceGenerator generates appearance stream for a given field. +type FieldAppearanceGenerator interface{ContentStreamWrapper ;GenerateAppearanceDict (_ffec *PdfAcroForm ,_cgee *PdfField ,_beec *PdfAnnotationWidget )(*_cee .PdfObjectDictionary ,error );}; -// NewStructTreeRootFromPdfObject creates a new structure tree root from a PDF object. -func NewStructTreeRootFromPdfObject (obj _eb .PdfObject )(*StructTreeRoot ,error ){_gbcba :=_eb .ResolveReference (obj );_baceb ,_ecagbe :=_eb .GetDict (_gbcba );if !_ecagbe {return nil ,_e .Errorf ("\u0065\u0078\u0069\u0073\u0074\u0069\u006e\u0067 \u0073\u0074\u0072uc\u0074\u0075\u0072\u0065\u0020\u0074r\u0065\u0065\u0020\u0072\u006f\u006f\u0074\u0020\u0069\u0073\u0020\u006e\u006f\u0074\u0020a\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006ea\u0072\u0079"); -};_cbccg :=&StructTreeRoot {};_cbccg ._fggdf =_eb .MakeIndirectObject (_eb .MakeDict ());if _cbdaf :=_baceb .Get ("\u004b");_cbdaf !=nil {_ffdg :=_eb .ResolveReference (_cbdaf );_aeagb :=_eb .ResolveReferencesDeep (_ffdg ,nil );if _aeagb !=nil {_ddb .Log .Debug ("\u0045\u0072\u0072\u006fr\u0020\u0072\u0065\u0073\u006f\u006c\u0076\u0069\u006e\u0067 \u004b \u006f\u0062\u006a\u0065\u0063\u0074\u003a \u0025\u0076",_aeagb ); -};_cbccg .K =[]*KDict {};if _dfffc ,_bcfdec :=_eb .GetArray (_ffdg );_bcfdec {for _fefde :=0;_fefde < _dfffc .Len ();_fefde ++{_ddfae :=_dfffc .Get (_fefde );_dcce ,_ccbee :=_gfgbd (_ddfae );if _ccbee !=nil {return nil ,_ccbee ;};_cbccg .K =append (_cbccg .K ,_dcce ); -};}else {_cfefb ,_fdbgb :=_gfgbd (_ffdg );if _fdbgb !=nil {return nil ,_fdbgb ;};_cbccg .K =append (_cbccg .K ,_cfefb );};};if _deegb :=_baceb .Get ("\u0049\u0044\u0054\u0072\u0065\u0065");_deegb !=nil {_cbccg .IDTree =_cafbb (_deegb );};if _babbc :=_baceb .Get ("\u0050\u0061\u0072\u0065\u006e\u0074\u0054\u0072\u0065\u0065"); -_babbc !=nil {_effad :=_eb .ResolveReference (_babbc );if _egfgc ,_afbff :=_eb .GetDict (_effad );_afbff {_cbccg .ParentTree =_egfgc ;};};if _dggcdg :=_baceb .Get ("\u0050\u0061\u0072\u0065\u006e\u0074\u0054\u0072\u0065\u0065\u004e\u0065x\u0074\u004b\u0065\u0079"); -_dggcdg !=nil {_ ,_adfcc :=_eb .GetInt (_dggcdg );if _adfcc {_ddgbfb ,_dadf :=_eb .GetNumberAsInt64 (_dggcdg );if _dadf !=nil {return nil ,_dadf ;};_cbccg .ParentTreeNextKey =_ddgbfb ;};};if _aeabc :=_baceb .Get ("\u0052o\u006c\u0065\u004d\u0061\u0070"); -_aeabc !=nil {switch _cedfbd :=_aeabc .(type ){case *_eb .PdfIndirectObject :if _badbc ,_dgfgd :=_eb .GetDict (_cedfbd .PdfObject );_dgfgd {_cbccg .RoleMap =_badbc ;};case *_eb .PdfObjectDictionary :_cbccg .RoleMap =_cedfbd ;case *_eb .PdfObjectString :_cbccg .RoleMap =_cedfbd ; -};};if _fggega :=_baceb .Get ("\u0043\u006c\u0061\u0073\u0073\u004d\u0061\u0070");_fggega !=nil {if _eadd ,_dafcbg :=_eb .GetDict (_fggega );_dafcbg {_cbccg .ClassMap =_eadd ;};};return _cbccg ,nil ;}; +// DecodeArray returns an empty slice as there are no components associated with pattern colorspace. +func (_debg *PdfColorspaceSpecialPattern )DecodeArray ()[]float64 {return []float64 {}}; -// IsPush returns true if the button field represents a push button, false otherwise. -func (_ebfff *PdfFieldButton )IsPush ()bool {return _ebfff .GetType ()==ButtonTypePush }; +// PdfOutputIntent provides a means for matching the color characteristics of a PDF document with +// those of a target output device. +// Multiple PdfOutputIntents allows the production process to be customized to the expected workflow and the specific +// tools available. +type PdfOutputIntent struct{ -// XObjectType represents the type of an XObject. -type XObjectType int ; +// Type is an optional PDF object that this dictionary describes. +// If present, must be OutputIntent for an output intent dictionary. +Type string ; -// GetStandardApplier gets currently used StandardApplier.. -func (_gddgf *PdfWriter )GetStandardApplier ()StandardApplier {return _gddgf ._ggbcd };func (_fecbf *PdfPattern )getDict ()*_eb .PdfObjectDictionary {if _effeb ,_fbeec :=_fecbf ._agddd .(*_eb .PdfIndirectObject );_fbeec {_bafad ,_ffdff :=_effeb .PdfObject .(*_eb .PdfObjectDictionary ); -if !_ffdff {return nil ;};return _bafad ;}else if _aaebg ,_baceg :=_fecbf ._agddd .(*_eb .PdfObjectStream );_baceg {return _aaebg .PdfObjectDictionary ;}else {_ddb .Log .Debug ("\u0054r\u0079\u0069\u006e\u0067\u0020\u0074\u006f a\u0063\u0063\u0065\u0073\u0073\u0020\u0070\u0061\u0074\u0074\u0065\u0072\u006e\u0020d\u0069\u0063t\u0069\u006f\u006ea\u0072\u0079\u0020\u006f\u0066\u0020\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u006f\u0062j\u0065\u0063t \u0074\u0079\u0070e\u0020\u0028\u0025\u0054\u0029",_fecbf ._agddd ); -return nil ;};}; +// S defines the OutputIntent subtype which should match the standard used in given document i.e: +// for PDF/X use PdfOutputIntentTypeX. +S PdfOutputIntentType ; -// AddCustomInfo adds a custom info into document info dictionary. -func (_ddeb *PdfInfo )AddCustomInfo (name string ,value string )error {if _ddeb ._cbfb ==nil {_ddeb ._cbfb =_eb .MakeDict ();};if _ ,_gdea :=_baffe [name ];_gdea {return _e .Errorf ("\u0063\u0061\u006e\u006e\u006ft\u0020\u0075\u0073\u0065\u0020\u0073\u0074\u0061\u006e\u0064\u0061\u0072\u0064 \u0069\u006e\u0066\u006f\u0020\u006b\u0065\u0079\u0020\u0025\u0073\u0020\u0061\u0073\u0020\u0063\u0075\u0073\u0074\u006f\u006d\u0020\u0066\u0069\u0065\u006c\u0064\u0020\u006b\u0065y",name ); -};_ddeb ._cbfb .SetIfNotNil (*_eb .MakeName (name ),_eb .MakeString (value ));return nil ;};func (_ggc *PdfReader )newPdfActionFromIndirectObject (_bed *_eb .PdfIndirectObject )(*PdfAction ,error ){_gdca ,_aad :=_bed .PdfObject .(*_eb .PdfObjectDictionary ); -if !_aad {return nil ,_e .Errorf ("\u0061\u0063\u0074\u0069\u006f\u006e\u0020\u0069\u006e\u0064\u0069\u0072\u0065\u0063\u0074\u0020\u006f\u0062j\u0065\u0063\u0074\u0020\u006e\u006f\u0074 \u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0069\u006e\u0067\u0020a\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079"); -};if model :=_ggc ._affaf .GetModelFromPrimitive (_gdca );model !=nil {_ecb ,_fecb :=model .(*PdfAction );if !_fecb {return nil ,_e .Errorf ("\u0063\u0061c\u0068\u0065\u0064\u0020\u006d\u006f\u0064\u0065\u006c\u0020\u006e\u006f\u0074\u0020\u0061\u0020\u0050\u0044\u0046\u0020\u0061\u0063ti\u006f\u006e"); -};return _ecb ,nil ;};_adf :=&PdfAction {};_adf ._dee =_bed ;_ggc ._affaf .Register (_gdca ,_adf );if _gcf :=_gdca .Get ("\u0054\u0079\u0070\u0065");_gcf !=nil {_beee ,_gacf :=_gcf .(*_eb .PdfObjectName );if !_gacf {_ddb .Log .Trace ("\u0049\u006e\u0063\u006f\u006d\u0070\u0061\u0074\u0069\u0062\u0069\u006c\u0069\u0074\u0079\u0021\u0020\u0049\u006e\u0076a\u006c\u0069\u0064\u0020\u0074\u0079\u0070\u0065\u0020\u006f\u0066\u0020\u0054\u0079\u0070\u0065\u0020\u0028\u0025\u0054\u0029\u0020\u002d\u0020\u0073\u0068\u006f\u0075\u006c\u0064 \u0062\u0065\u0020\u004e\u0061m\u0065",_gcf ); -}else {if *_beee !="\u0041\u0063\u0074\u0069\u006f\u006e"{_ddb .Log .Trace ("\u0055\u006e\u0073u\u0073\u0070\u0065\u0063t\u0065\u0064\u0020\u0054\u0079\u0070\u0065 \u0021\u003d\u0020\u0041\u0063\u0074\u0069\u006f\u006e\u0020\u0028\u0025\u0073\u0029",*_beee ); -};_adf .Type =_beee ;};};if _afa :=_gdca .Get ("\u004e\u0065\u0078\u0074");_afa !=nil {_adf .Next =_afa ;};if _eef :=_gdca .Get ("\u0053");_eef !=nil {_adf .S =_eef ;};_dea ,_aac :=_adf .S .(*_eb .PdfObjectName );if !_aac {_ddb .Log .Debug ("\u0045\u0052\u0052\u004f\u0052:\u0020\u0049\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0053\u0020\u006f\u0062j\u0065\u0063\u0074\u0020\u0074\u0079\u0070\u0065\u0020\u0021\u003d\u0020\u006e\u0061\u006d\u0065\u0020\u0028\u0025\u0054\u0029",_adf .S ); -return nil ,_e .Errorf ("\u0069\u006e\u0076al\u0069\u0064\u0020\u0053\u0020\u006f\u0062\u006a\u0065c\u0074 \u0074y\u0070e\u0020\u0021\u003d\u0020\u006e\u0061\u006d\u0065\u0020\u0028\u0025\u0054\u0029",_adf .S );};_acc :=PdfActionType (_dea .String ()); -switch _acc {case ActionTypeGoTo :_acb ,_aca :=_ggc .newPdfActionGotoFromDict (_gdca );if _aca !=nil {return nil ,_aca ;};_acb .PdfAction =_adf ;_adf ._aee =_acb ;return _adf ,nil ;case ActionTypeGoToR :_cfgf ,_ceg :=_ggc .newPdfActionGotoRFromDict (_gdca ); -if _ceg !=nil {return nil ,_ceg ;};_cfgf .PdfAction =_adf ;_adf ._aee =_cfgf ;return _adf ,nil ;case ActionTypeGoToE :_gdg ,_adfb :=_ggc .newPdfActionGotoEFromDict (_gdca );if _adfb !=nil {return nil ,_adfb ;};_gdg .PdfAction =_adf ;_adf ._aee =_gdg ;return _adf ,nil ; -case ActionTypeLaunch :_bcg ,_bdfg :=_ggc .newPdfActionLaunchFromDict (_gdca );if _bdfg !=nil {return nil ,_bdfg ;};_bcg .PdfAction =_adf ;_adf ._aee =_bcg ;return _adf ,nil ;case ActionTypeThread :_gaga ,_ggd :=_ggc .newPdfActionThreadFromDict (_gdca ); -if _ggd !=nil {return nil ,_ggd ;};_gaga .PdfAction =_adf ;_adf ._aee =_gaga ;return _adf ,nil ;case ActionTypeURI :_cfc ,_dab :=_ggc .newPdfActionURIFromDict (_gdca );if _dab !=nil {return nil ,_dab ;};_cfc .PdfAction =_adf ;_adf ._aee =_cfc ;return _adf ,nil ; -case ActionTypeSound :_gfe ,_ede :=_ggc .newPdfActionSoundFromDict (_gdca );if _ede !=nil {return nil ,_ede ;};_gfe .PdfAction =_adf ;_adf ._aee =_gfe ;return _adf ,nil ;case ActionTypeMovie :_eea ,_aff :=_ggc .newPdfActionMovieFromDict (_gdca );if _aff !=nil {return nil ,_aff ; -};_eea .PdfAction =_adf ;_adf ._aee =_eea ;return _adf ,nil ;case ActionTypeHide :_dfd ,_dbc :=_ggc .newPdfActionHideFromDict (_gdca );if _dbc !=nil {return nil ,_dbc ;};_dfd .PdfAction =_adf ;_adf ._aee =_dfd ;return _adf ,nil ;case ActionTypeNamed :_afc ,_ecbe :=_ggc .newPdfActionNamedFromDict (_gdca ); -if _ecbe !=nil {return nil ,_ecbe ;};_afc .PdfAction =_adf ;_adf ._aee =_afc ;return _adf ,nil ;case ActionTypeSubmitForm :_dfb ,_dge :=_ggc .newPdfActionSubmitFormFromDict (_gdca );if _dge !=nil {return nil ,_dge ;};_dfb .PdfAction =_adf ;_adf ._aee =_dfb ; -return _adf ,nil ;case ActionTypeResetForm :_ggcd ,_fae :=_ggc .newPdfActionResetFormFromDict (_gdca );if _fae !=nil {return nil ,_fae ;};_ggcd .PdfAction =_adf ;_adf ._aee =_ggcd ;return _adf ,nil ;case ActionTypeImportData :_edc ,_dabf :=_ggc .newPdfActionImportDataFromDict (_gdca ); -if _dabf !=nil {return nil ,_dabf ;};_edc .PdfAction =_adf ;_adf ._aee =_edc ;return _adf ,nil ;case ActionTypeSetOCGState :_ace ,_dgb :=_ggc .newPdfActionSetOCGStateFromDict (_gdca );if _dgb !=nil {return nil ,_dgb ;};_ace .PdfAction =_adf ;_adf ._aee =_ace ; -return _adf ,nil ;case ActionTypeRendition :_eeaa ,_ffag :=_ggc .newPdfActionRenditionFromDict (_gdca );if _ffag !=nil {return nil ,_ffag ;};_eeaa .PdfAction =_adf ;_adf ._aee =_eeaa ;return _adf ,nil ;case ActionTypeTrans :_gad ,_bgdg :=_ggc .newPdfActionTransFromDict (_gdca ); -if _bgdg !=nil {return nil ,_bgdg ;};_gad .PdfAction =_adf ;_adf ._aee =_gad ;return _adf ,nil ;case ActionTypeGoTo3DView :_cdf ,_ecf :=_ggc .newPdfActionGoTo3DViewFromDict (_gdca );if _ecf !=nil {return nil ,_ecf ;};_cdf .PdfAction =_adf ;_adf ._aee =_cdf ; -return _adf ,nil ;case ActionTypeJavaScript :_ddg ,_ebg :=_ggc .newPdfActionJavaScriptFromDict (_gdca );if _ebg !=nil {return nil ,_ebg ;};_ddg .PdfAction =_adf ;_adf ._aee =_ddg ;return _adf ,nil ;};_ddb .Log .Debug ("\u0045\u0052\u0052OR\u003a\u0020\u0049\u0067\u006e\u006f\u0072\u0069\u006eg\u0020u\u006ek\u006eo\u0077\u006e\u0020\u0061\u0063\u0074\u0069\u006f\u006e\u003a\u0020\u0025\u0073",_acc ); -return nil ,nil ;};func (_gbab *PdfReader )newPdfAnnotationSoundFromDict (_dgba *_eb .PdfObjectDictionary )(*PdfAnnotationSound ,error ){_deca :=PdfAnnotationSound {};_bacc ,_dgbe :=_gbab .newPdfAnnotationMarkupFromDict (_dgba );if _dgbe !=nil {return nil ,_dgbe ; -};_deca .PdfAnnotationMarkup =_bacc ;_deca .Name =_dgba .Get ("\u004e\u0061\u006d\u0065");_deca .Sound =_dgba .Get ("\u0053\u006f\u0075n\u0064");return &_deca ,nil ;}; +// OutputCondition is an optional field that is identifying the intended output device or production condition in +// human-readable form. This is preferred method of defining such a string for presentation to the user. +OutputCondition string ; -// GetType returns the button field type which returns one of the following -// - PdfFieldButtonPush for push button fields -// - PdfFieldButtonCheckbox for checkbox fields -// - PdfFieldButtonRadio for radio button fields -func (_fbgaf *PdfFieldButton )GetType ()ButtonType {_egac :=ButtonTypeCheckbox ;if _fbgaf .Ff !=nil {if (uint32 (*_fbgaf .Ff )&FieldFlagPushbutton .Mask ())> 0{_egac =ButtonTypePush ;}else if (uint32 (*_fbgaf .Ff )&FieldFlagRadio .Mask ())> 0{_egac =ButtonTypeRadio ; -};};return _egac ;}; +// OutputConditionIdentifier is a required field identifying the intended output device or production condition in +// human or machine-readable form. If human-readable, this string may be used +// in lieu of an OutputCondition for presentation to the user. +// A typical value for this entry would be the name of a production condition maintained +// in an industry-standard registry such as the ICC Characterization Data Registry +// If the intended production condition is not a recognized standard, the value Custom is recommended for this entry. +// the DestOutputProfile entry defines the ICC profile, and the Info entry is used for further +// human-readable identification. +OutputConditionIdentifier string ; -// Evaluate runs the function on the passed in slice and returns the results. -func (_gadea *PdfFunctionType2 )Evaluate (x []float64 )([]float64 ,error ){if len (x )!=1{_ddb .Log .Error ("\u004f\u006e\u006c\u0079 o\u006e\u0065\u0020\u0069\u006e\u0070\u0075\u0074\u0020\u0061\u006c\u006c\u006f\u0077e\u0064");return nil ,_dcf .New ("r\u0061\u006e\u0067\u0065\u0020\u0063\u0068\u0065\u0063\u006b"); -};_aadba :=[]float64 {0.0};if _gadea .C0 !=nil {_aadba =_gadea .C0 ;};_badcd :=[]float64 {1.0};if _gadea .C1 !=nil {_badcd =_gadea .C1 ;};var _cbce []float64 ;for _dgdbga :=0;_dgdbga < len (_aadba );_dgdbga ++{_abbc :=_aadba [_dgdbga ]+_gg .Pow (x [0],_gadea .N )*(_badcd [_dgdbga ]-_aadba [_dgdbga ]); -_cbce =append (_cbce ,_abbc );};return _cbce ,nil ;}; +// RegistryName is an optional string field (conventionally URI) identifying the registry in which the condition +// designated by OutputConditionIdentifier is defined. +RegistryName string ; -// PdfFont represents an underlying font structure which can be of type: -// - Type0 -// - Type1 -// - TrueType -// etc. -type PdfFont struct{_fdaa pdfFont }; +// Info is a required field if OutputConditionIdentifier does not specify a standard production condition. +// A human-readable text string containing additional information or comments about intended +// target device or production condition. +Info string ; -// EmbeddedFile represents an embedded file. -type EmbeddedFile struct{Name string ;Content []byte ;FileType string ;Description string ;Relationship FileRelationship ;Hash string ;CreationTime _d .Time ;ModTime _d .Time ;}; +// DestOutputProfile is required if OutputConditionIdentifier does not specify a standard production condition. +// It is an ICC profile stream defining the transformation from the PDF document's source colors to output device colorants. +DestOutputProfile []byte ; -// UpdateXObjectImageFromImage creates a new XObject Image from an -// Image object `img` and default masks from xobjIn. -// The default masks are overridden if img.hasAlpha -// If `encoder` is nil, uses raw encoding (none). -func UpdateXObjectImageFromImage (xobjIn *XObjectImage ,img *Image ,cs PdfColorspace ,encoder _eb .StreamEncoder )(*XObjectImage ,error ){if encoder ==nil {var _eaeff error ;encoder ,_eaeff =img .getSuitableEncoder ();if _eaeff !=nil {_ddb .Log .Debug ("F\u0061\u0069l\u0075\u0072\u0065\u0020\u006f\u006e\u0020\u0066\u0069\u006e\u0064\u0069\u006e\u0067\u0020\u0073\u0075\u0069\u0074\u0061b\u006c\u0065\u0020\u0069\u006d\u0061\u0067\u0065\u0020\u0065\u006e\u0063\u006f\u0064\u0065\u0072,\u0020\u0066\u0061\u006c\u006c\u0062\u0061\u0063\u006b\u0020\u0074\u006f\u0020R\u0061\u0077\u0045\u006e\u0063\u006f\u0064\u0065\u0072\u003a\u0020%\u0076",_eaeff ); -encoder =_eb .NewRawEncoder ();};};encoder .UpdateParams (img .GetParamsDict ());_efaf ,_dbedgb :=encoder .EncodeBytes (img .Data );if _dbedgb !=nil {_ddb .Log .Debug ("\u0045\u0072\u0072or\u0020\u0077\u0069\u0074\u0068\u0020\u0065\u006e\u0063\u006f\u0064\u0069\u006e\u0067\u003a\u0020\u0025\u0076",_dbedgb ); -return nil ,_dbedgb ;};_bccbbg :=NewXObjectImage ();_gedda :=img .Width ;_daedc :=img .Height ;_bccbbg .Width =&_gedda ;_bccbbg .Height =&_daedc ;_bbeeda :=img .BitsPerComponent ;_bccbbg .BitsPerComponent =&_bbeeda ;_bccbbg .Filter =encoder ;_bccbbg .Stream =_efaf ; -if cs ==nil {if img .ColorComponents ==1{_bccbbg .ColorSpace =NewPdfColorspaceDeviceGray ();if img .BitsPerComponent ==16{switch encoder .(type ){case *_eb .DCTEncoder :_bccbbg .ColorSpace =NewPdfColorspaceDeviceRGB ();_bbeeda =8;_bccbbg .BitsPerComponent =&_bbeeda ; -};};}else if img .ColorComponents ==3{_bccbbg .ColorSpace =NewPdfColorspaceDeviceRGB ();}else if img .ColorComponents ==4{switch encoder .(type ){case *_eb .DCTEncoder :_bccbbg .ColorSpace =NewPdfColorspaceDeviceRGB ();default:_bccbbg .ColorSpace =NewPdfColorspaceDeviceCMYK (); -};}else {return nil ,_dcf .New ("c\u006fl\u006f\u0072\u0073\u0070\u0061\u0063\u0065\u0020u\u006e\u0064\u0065\u0066in\u0065\u0064");};}else {_bccbbg .ColorSpace =cs ;};if len (img ._bdcab )!=0{_ffec :=NewXObjectImage ();_ffec .Filter =encoder ;_degbfg ,_agbac :=encoder .EncodeBytes (img ._bdcab ); -if _agbac !=nil {_ddb .Log .Debug ("\u0045\u0072\u0072or\u0020\u0077\u0069\u0074\u0068\u0020\u0065\u006e\u0063\u006f\u0064\u0069\u006e\u0067\u003a\u0020\u0025\u0076",_agbac );return nil ,_agbac ;};_ffec .Stream =_degbfg ;_ffec .BitsPerComponent =_bccbbg .BitsPerComponent ; -_ffec .Width =&img .Width ;_ffec .Height =&img .Height ;_ffec .ColorSpace =NewPdfColorspaceDeviceGray ();_bccbbg .SMask =_ffec .ToPdfObject ();}else {_bccbbg .SMask =xobjIn .SMask ;_bccbbg .ImageMask =xobjIn .ImageMask ;if _bccbbg .ColorSpace .GetNumComponents ()==1{_ddbeg (_bccbbg ); -};};return _bccbbg ,nil ;}; +// ColorComponents is the number of color components supported by given output profile. +ColorComponents int ;_eebee *_cee .PdfObjectDictionary ;}; -// ToJBIG2Image converts current image to the core.JBIG2Image. -func (_bcbbg *Image )ToJBIG2Image ()(*_eb .JBIG2Image ,error ){_ecfe ,_eefga :=_bcbbg .ToGoImage ();if _eefga !=nil {return nil ,_eefga ;};return _eb .GoImageToJBIG2 (_ecfe ,_eb .JB2ImageAutoThreshold );}; +// SetColorSpace sets `r` colorspace object to `colorspace`. +func (_ggcag *PdfPageResources )SetColorSpace (colorspace *PdfPageResourcesColorspaces ){_ggcag ._ecfaf =colorspace ;}; -// DecodeArray returns the range of color component values in DeviceRGB colorspace. -func (_gaec *PdfColorspaceDeviceRGB )DecodeArray ()[]float64 {return []float64 {0.0,1.0,0.0,1.0,0.0,1.0};}; +// Has checks if flag fl is set in flag and returns true if so, false otherwise. +func (_fbda FieldFlag )Has (fl FieldFlag )bool {return (_fbda .Mask ()&fl .Mask ())> 0}; -// IsSimple returns true if `font` is a simple font. -func (_dced *PdfFont )IsSimple ()bool {_ ,_fedfag :=_dced ._fdaa .(*pdfFontSimple );return _fedfag }; +// NewPdfActionNamed returns a new "named" action. +func NewPdfActionNamed ()*PdfActionNamed {_bd :=NewPdfAction ();_aad :=&PdfActionNamed {};_aad .PdfAction =_bd ;_bd .SetContext (_aad );return _aad ;};type fontCommon struct{_fbcf string ;_ccdeg string ;_ccgfa string ;_deccd _cee .PdfObject ;_abcbf *_dgg .CMap ; +_ebcad *PdfFontDescriptor ;_facc int64 ;}; -// PdfInfo holds document information that will overwrite -// document information global variables defined above. -type PdfInfo struct{Title *_eb .PdfObjectString ;Author *_eb .PdfObjectString ;Subject *_eb .PdfObjectString ;Keywords *_eb .PdfObjectString ;Creator *_eb .PdfObjectString ;Producer *_eb .PdfObjectString ;CreationDate *PdfDate ;ModifiedDate *PdfDate ;Trapped *_eb .PdfObjectName ; -_cbfb *_eb .PdfObjectDictionary ;}; +// GetNumComponents returns the number of color components of the colorspace device. +// Returns 3 for a CalRGB device. +func (_fbddf *PdfColorspaceCalRGB )GetNumComponents ()int {return 3}; // ToPdfObject implements interface PdfModel. -func (_bbdb *PdfAnnotationStamp )ToPdfObject ()_eb .PdfObject {_bbdb .PdfAnnotation .ToPdfObject ();_effd :=_bbdb ._ggf ;_eede :=_effd .PdfObject .(*_eb .PdfObjectDictionary );_bbdb .PdfAnnotationMarkup .appendToPdfDictionary (_eede );_eede .SetIfNotNil ("\u0053u\u0062\u0074\u0079\u0070\u0065",_eb .MakeName ("\u0053\u0074\u0061m\u0070")); -_eede .SetIfNotNil ("\u004e\u0061\u006d\u0065",_bbdb .Name );return _effd ;}; - -// GetPatternByName gets the pattern specified by keyName. Returns nil if not existing. -// The bool flag indicated whether it was found or not. -func (_fcbaaa *PdfPageResources )GetPatternByName (keyName _eb .PdfObjectName )(*PdfPattern ,bool ){if _fcbaaa .Pattern ==nil {return nil ,false ;};_bfdba ,_fdbdd :=_eb .TraceToDirectObject (_fcbaaa .Pattern ).(*_eb .PdfObjectDictionary );if !_fdbdd {_ddb .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0049\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0050\u0061\u0074t\u0065\u0072\u006e\u0020\u0065\u006e\u0074r\u0079\u0020\u002d\u0020\u006e\u006f\u0074\u0020\u0061\u0020\u0064i\u0063\u0074\u0020\u0028\u0067\u006f\u0074\u0020\u0025\u0054\u0029",_fcbaaa .Pattern ); -return nil ,false ;};if _eafde :=_bfdba .Get (keyName );_eafde !=nil {_cfbb ,_aabae :=_aefe (_eafde );if _aabae !=nil {_ddb .Log .Debug ("\u0045\u0052R\u004f\u0052\u003a\u0020f\u0061\u0069l\u0065\u0064\u0020\u0074\u006f\u0020\u006c\u006fa\u0064\u0020\u0070\u0064\u0066\u0020\u0070\u0061\u0074\u0074\u0065\u0072n\u003a\u0020\u0025\u0076",_aabae ); -return nil ,false ;};return _cfbb ,true ;};return nil ,false ;};func _ddeca (_bdegf _eb .PdfObject )(*PdfFunctionType3 ,error ){_fbedb :=&PdfFunctionType3 {};var _fcac *_eb .PdfObjectDictionary ;if _gdff ,_egbbc :=_bdegf .(*_eb .PdfIndirectObject );_egbbc {_ggfdg ,_fdaf :=_gdff .PdfObject .(*_eb .PdfObjectDictionary ); -if !_fdaf {return nil ,_dcf .New ("\u0074\u0079p\u0065\u0020\u0063h\u0065\u0063\u006b\u0020\u0065\u0072\u0072\u006f\u0072");};_fbedb ._ddgdg =_gdff ;_fcac =_ggfdg ;}else if _eadgf ,_dcgfg :=_bdegf .(*_eb .PdfObjectDictionary );_dcgfg {_fcac =_eadgf ;}else {return nil ,_dcf .New ("\u0074\u0079p\u0065\u0020\u0063h\u0065\u0063\u006b\u0020\u0065\u0072\u0072\u006f\u0072"); -};_affg ,_eecdg :=_eb .TraceToDirectObject (_fcac .Get ("\u0044\u006f\u006d\u0061\u0069\u006e")).(*_eb .PdfObjectArray );if !_eecdg {_ddb .Log .Error ("D\u006fm\u0061\u0069\u006e\u0020\u006e\u006f\u0074\u0020s\u0070\u0065\u0063\u0069fi\u0065\u0064");return nil ,_dcf .New ("\u0072\u0065q\u0075\u0069\u0072\u0065d\u0020\u0061t\u0074\u0072\u0069\u0062\u0075\u0074\u0065\u0020m\u0069\u0073\u0073\u0069\u006e\u0067\u0020\u006f\u0072\u0020\u0069\u006ev\u0061\u006c\u0069\u0064"); -};if _affg .Len ()!=2{_ddb .Log .Error ("\u0044\u006f\u006d\u0061\u0069\u006e\u0020\u0069\u006ev\u0061\u006c\u0069\u0064");return nil ,_dcf .New ("i\u006ev\u0061\u006c\u0069\u0064\u0020\u0064\u006f\u006da\u0069\u006e\u0020\u0072an\u0067\u0065");};_feecc ,_fdfc :=_affg .ToFloat64Array (); -if _fdfc !=nil {return nil ,_fdfc ;};_fbedb .Domain =_feecc ;_affg ,_eecdg =_eb .TraceToDirectObject (_fcac .Get ("\u0052\u0061\u006eg\u0065")).(*_eb .PdfObjectArray );if _eecdg {if _affg .Len ()< 0||_affg .Len ()%2!=0{return nil ,_dcf .New ("\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0072\u0061\u006e\u0067\u0065"); -};_febc ,_gece :=_affg .ToFloat64Array ();if _gece !=nil {return nil ,_gece ;};_fbedb .Range =_febc ;};_affg ,_eecdg =_eb .TraceToDirectObject (_fcac .Get ("\u0046u\u006e\u0063\u0074\u0069\u006f\u006es")).(*_eb .PdfObjectArray );if !_eecdg {_ddb .Log .Error ("\u0046\u0075\u006ect\u0069\u006f\u006e\u0073\u0020\u006e\u006f\u0074\u0020\u0073\u0070\u0065\u0063\u0069\u0066\u0069\u0065\u0064"); -return nil ,_dcf .New ("\u0072\u0065q\u0075\u0069\u0072\u0065d\u0020\u0061t\u0074\u0072\u0069\u0062\u0075\u0074\u0065\u0020m\u0069\u0073\u0073\u0069\u006e\u0067\u0020\u006f\u0072\u0020\u0069\u006ev\u0061\u006c\u0069\u0064");};_fbedb .Functions =[]PdfFunction {}; -for _ ,_cgdec :=range _affg .Elements (){_fefe ,_eggd :=_cccfa (_cgdec );if _eggd !=nil {return nil ,_eggd ;};_fbedb .Functions =append (_fbedb .Functions ,_fefe );};_affg ,_eecdg =_eb .TraceToDirectObject (_fcac .Get ("\u0042\u006f\u0075\u006e\u0064\u0073")).(*_eb .PdfObjectArray ); -if !_eecdg {_ddb .Log .Error ("B\u006fu\u006e\u0064\u0073\u0020\u006e\u006f\u0074\u0020s\u0070\u0065\u0063\u0069fi\u0065\u0064");return nil ,_dcf .New ("\u0072\u0065q\u0075\u0069\u0072\u0065d\u0020\u0061t\u0074\u0072\u0069\u0062\u0075\u0074\u0065\u0020m\u0069\u0073\u0073\u0069\u006e\u0067\u0020\u006f\u0072\u0020\u0069\u006ev\u0061\u006c\u0069\u0064"); -};_fcbg ,_fdfc :=_affg .ToFloat64Array ();if _fdfc !=nil {return nil ,_fdfc ;};_fbedb .Bounds =_fcbg ;if len (_fbedb .Bounds )!=len (_fbedb .Functions )-1{_ddb .Log .Error ("B\u006f\u0075\u006e\u0064\u0073\u0020\u0028\u0025\u0064)\u0020\u0061\u006e\u0064\u0020\u006e\u0075m \u0066\u0075\u006e\u0063t\u0069\u006f\u006e\u0073\u0020\u0028\u0025\u0064\u0029 n\u006f\u0074 \u006d\u0061\u0074\u0063\u0068\u0069\u006e\u0067",len (_fbedb .Bounds ),len (_fbedb .Functions )); -return nil ,_dcf .New ("r\u0061\u006e\u0067\u0065\u0020\u0063\u0068\u0065\u0063\u006b");};_affg ,_eecdg =_eb .TraceToDirectObject (_fcac .Get ("\u0045\u006e\u0063\u006f\u0064\u0065")).(*_eb .PdfObjectArray );if !_eecdg {_ddb .Log .Error ("E\u006ec\u006f\u0064\u0065\u0020\u006e\u006f\u0074\u0020s\u0070\u0065\u0063\u0069fi\u0065\u0064"); -return nil ,_dcf .New ("\u0072\u0065q\u0075\u0069\u0072\u0065d\u0020\u0061t\u0074\u0072\u0069\u0062\u0075\u0074\u0065\u0020m\u0069\u0073\u0073\u0069\u006e\u0067\u0020\u006f\u0072\u0020\u0069\u006ev\u0061\u006c\u0069\u0064");};_eaga ,_fdfc :=_affg .ToFloat64Array (); -if _fdfc !=nil {return nil ,_fdfc ;};_fbedb .Encode =_eaga ;if len (_fbedb .Encode )!=2*len (_fbedb .Functions ){_ddb .Log .Error ("\u004c\u0065\u006e\u0020\u0065\u006e\u0063\u006f\u0064\u0065\u0020\u0028\u0025\u0064\u0029 \u0061\u006e\u0064\u0020\u006e\u0075\u006d\u0020\u0066\u0075\u006e\u0063\u0074i\u006f\u006e\u0073\u0020\u0028\u0025\u0064\u0029\u0020\u006e\u006f\u0074 m\u0061\u0074\u0063\u0068\u0069\u006e\u0067\u0020\u0075\u0070",len (_fbedb .Encode ),len (_fbedb .Functions )); -return nil ,_dcf .New ("r\u0061\u006e\u0067\u0065\u0020\u0063\u0068\u0065\u0063\u006b");};return _fbedb ,nil ;}; - -// GetNumComponents returns the number of color components (4 for CMYK32). -func (_eacd *PdfColorDeviceCMYK )GetNumComponents ()int {return 4}; - -// PdfAnnotationPolygon represents Polygon annotations. -// (Section 12.5.6.9). -type PdfAnnotationPolygon struct{*PdfAnnotation ;*PdfAnnotationMarkup ;Vertices _eb .PdfObject ;LE _eb .PdfObject ;BS _eb .PdfObject ;IC _eb .PdfObject ;BE _eb .PdfObject ;IT _eb .PdfObject ;Measure _eb .PdfObject ;}; +func (_cfg *PdfActionLaunch )ToPdfObject ()_cee .PdfObject {_cfg .PdfAction .ToPdfObject ();_ggd :=_cfg ._gaf ;_dage :=_ggd .PdfObject .(*_cee .PdfObjectDictionary );_dage .SetIfNotNil ("\u0053",_cee .MakeName (string (ActionTypeLaunch )));if _cfg .F !=nil {_dage .Set ("\u0046",_cfg .F .ToPdfObject ()); +};_dage .SetIfNotNil ("\u0057\u0069\u006e",_cfg .Win );_dage .SetIfNotNil ("\u004d\u0061\u0063",_cfg .Mac );_dage .SetIfNotNil ("\u0055\u006e\u0069\u0078",_cfg .Unix );_dage .SetIfNotNil ("\u004ee\u0077\u0057\u0069\u006e\u0064\u006fw",_cfg .NewWindow ); +return _ggd ;}; -// ToPdfObject implements interface PdfModel. -func (_cea *PdfActionImportData )ToPdfObject ()_eb .PdfObject {_cea .PdfAction .ToPdfObject ();_ea :=_cea ._dee ;_gacd :=_ea .PdfObject .(*_eb .PdfObjectDictionary );_gacd .SetIfNotNil ("\u0053",_eb .MakeName (string (ActionTypeImportData )));if _cea .F !=nil {_gacd .Set ("\u0046",_cea .F .ToPdfObject ()); -};return _ea ;}; +// GetCharMetrics returns the char metrics for character code `code`. +func (_cdag pdfCIDFontType0 )GetCharMetrics (code _dae .CharCode )(_ce .CharMetrics ,bool ){_gaaga :=_cdag ._bfecd ;if _edbdg ,_aggea :=_cdag ._gdde [code ];_aggea {_gaaga =_edbdg ;};return _ce .CharMetrics {Wx :_gaaga },true ;}; -// PdfAcroForm represents the AcroForm dictionary used for representation of form data in PDF. -type PdfAcroForm struct{Fields *[]*PdfField ;NeedAppearances *_eb .PdfObjectBool ;SigFlags *_eb .PdfObjectInteger ;CO *_eb .PdfObjectArray ;DR *PdfPageResources ;DA *_eb .PdfObjectString ;Q *_eb .PdfObjectInteger ;XFA _eb .PdfObject ; +// GetNumComponents returns the number of input color components, i.e. that are input to the tint transform. +func (_ceefb *PdfColorspaceDeviceN )GetNumComponents ()int {return _ceefb .ColorantNames .Len ()}; -// ADBEEchoSign extra objects from Adobe Acrobat, causing signature invalid if not exists. -ADBEEchoSign _eb .PdfObject ;_fbgad *_eb .PdfIndirectObject ;_cgedg bool ;}; +// GetRuneMetrics returns the character metrics for the specified rune. +// A bool flag is returned to indicate whether or not the entry was found. +func (_ceacf pdfCIDFontType0 )GetRuneMetrics (r rune )(_ce .CharMetrics ,bool ){return _ce .CharMetrics {Wx :_ceacf ._bfecd },true ;};func (_fdcea *PdfReader )buildNameNodes (_cddgc *_cee .PdfIndirectObject ,_dfbfc map[_cee .PdfObject ]struct{})error {if _cddgc ==nil {return nil ; +};if _ ,_ceaa :=_dfbfc [_cddgc ];_ceaa {_fca .Log .Debug ("\u0043\u0079\u0063l\u0069\u0063\u0020\u0072e\u0063\u0075\u0072\u0073\u0069\u006f\u006e,\u0020\u0073\u006b\u0069\u0070\u0070\u0069\u006e\u0067\u0020\u0028\u0025\u0076\u0029",_cddgc .ObjectNumber ); +return nil ;};_dfbfc [_cddgc ]=struct{}{};_aeaa ,_bgbcf :=_cddgc .PdfObject .(*_cee .PdfObjectDictionary );if !_bgbcf {return _cdf .New ("n\u006f\u0064\u0065\u0020no\u0074 \u0061\u0020\u0064\u0069\u0063t\u0069\u006f\u006e\u0061\u0072\u0079");};if _bebf ,_cbeeg :=_cee .GetDict (_aeaa .Get ("\u0044\u0065\u0073t\u0073")); +_cbeeg {_bgggee ,_gdded :=_cee .GetArray (_bebf .Get ("\u004b\u0069\u0064\u0073"));if !_gdded {return _cdf .New ("\u0049n\u0076\u0061\u006c\u0069d\u0020\u004b\u0069\u0064\u0073 \u0061r\u0072a\u0079\u0020\u006f\u0062\u006a\u0065\u0063t");};_fca .Log .Trace ("\u004b\u0069\u0064\u0073\u003a\u0020\u0025\u0073",_bgggee ); +for _acbdc ,_fcbed :=range _bgggee .Elements (){_ggcbe ,_efbcg :=_cee .GetIndirect (_fcbed );if !_efbcg {_fca .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0063\u0068\u0069\u006c\u0064\u0020n\u006f\u0074\u0020\u0069\u006e\u0064i\u0072\u0065\u0063\u0074\u0020\u006f\u0062\u006a\u0065\u0063\u0074\u0020\u002d \u0028\u0025\u0073\u0029",_ggcbe ); +return _cdf .New ("\u0063h\u0069\u006c\u0064\u0020n\u006f\u0074\u0020\u0069\u006ed\u0069r\u0065c\u0074\u0020\u006f\u0062\u006a\u0065\u0063t");};_bgggee .Set (_acbdc ,_ggcbe );_afafd :=_fdcea .buildNameNodes (_ggcbe ,_dfbfc );if _afafd !=nil {return _afafd ; +};};};if _cfcee ,_decgbc :=_cee .GetDict (_aeaa );_decgbc {if !_cee .IsNullObject (_cfcee .Get ("\u004b\u0069\u0064\u0073")){if _gefc ,_fbfeg :=_cee .GetArray (_cfcee .Get ("\u004b\u0069\u0064\u0073"));_fbfeg {for _bgca ,_gggga :=range _gefc .Elements (){if _cfcda ,_abfffd :=_cee .GetIndirect (_gggga ); +_abfffd {_gefc .Set (_bgca ,_cfcda );_acdgc :=_fdcea .buildNameNodes (_cfcda ,_dfbfc );if _acdgc !=nil {return _acdgc ;};};};};};};return nil ;}; -// NumCopies returns the value of the numCopies. -func (_bccfc *ViewerPreferences )NumCopies ()int {return _bccfc ._bdeec }; +// PdfAnnotationSound represents Sound annotations. +// (Section 12.5.6.16). +type PdfAnnotationSound struct{*PdfAnnotation ;*PdfAnnotationMarkup ;Sound _cee .PdfObject ;Name _cee .PdfObject ;};func (_dadd *PdfReader )newPdfAnnotationInkFromDict (_bgbb *_cee .PdfObjectDictionary )(*PdfAnnotationInk ,error ){_fbfd :=PdfAnnotationInk {}; +_fbfc ,_fdcb :=_dadd .newPdfAnnotationMarkupFromDict (_bgbb );if _fdcb !=nil {return nil ,_fdcb ;};_fbfd .PdfAnnotationMarkup =_fbfc ;_fbfd .InkList =_bgbb .Get ("\u0049n\u006b\u004c\u0069\u0073\u0074");_fbfd .BS =_bgbb .Get ("\u0042\u0053");return &_fbfd ,nil ; +}; -// PdfShadingType3 is a Radial shading. -type PdfShadingType3 struct{*PdfShading ;Coords *_eb .PdfObjectArray ;Domain *_eb .PdfObjectArray ;Function []PdfFunction ;Extend *_eb .PdfObjectArray ;}; +// SetSamples convert samples to byte-data and sets for the image. +// NOTE: The method resamples the data and this could lead to high memory usage, +// especially on large images. It should be used only when it is not possible +// to work with the image byte data directly. +func (_dbdbc *Image )SetSamples (samples []uint32 ){if _dbdbc .BitsPerComponent < 8{samples =_dbdbc .samplesAddPadding (samples );};_aageg :=_ag .ResampleUint32 (samples ,int (_dbdbc .BitsPerComponent ),8);_gccdaa :=make ([]byte ,len (_aageg ));for _bbaf ,_agga :=range _aageg {_gccdaa [_bbaf ]=byte (_agga ); +};_dbdbc .Data =_gccdaa ;};func _geca (_dbfga _cee .PdfObject )(*PdfColorspaceICCBased ,error ){_bdfa :=&PdfColorspaceICCBased {};if _cgca ,_dgffc :=_dbfga .(*_cee .PdfIndirectObject );_dgffc {_bdfa ._gagc =_cgca ;};_dbfga =_cee .TraceToDirectObject (_dbfga ); +_gcegd ,_bdda :=_dbfga .(*_cee .PdfObjectArray );if !_bdda {return nil ,_e .Errorf ("\u0074\u0079\u0070\u0065\u0020\u0065\u0072\u0072\u006f\u0072");};if _gcegd .Len ()!=2{return nil ,_e .Errorf ("i\u006e\u0076\u0061\u006c\u0069\u0064 \u0049\u0043\u0043\u0042\u0061\u0073\u0065\u0064\u0020c\u006f\u006c\u006fr\u0073p\u0061\u0063\u0065"); +};_dbfga =_cee .TraceToDirectObject (_gcegd .Get (0));_ged ,_bdda :=_dbfga .(*_cee .PdfObjectName );if !_bdda {return nil ,_e .Errorf ("\u0049\u0043\u0043B\u0061\u0073\u0065\u0064 \u006e\u0061\u006d\u0065\u0020\u006e\u006ft\u0020\u0061\u0020\u004e\u0061\u006d\u0065\u0020\u006f\u0062\u006a\u0065\u0063\u0074"); +};if *_ged !="\u0049\u0043\u0043\u0042\u0061\u0073\u0065\u0064"{return nil ,_e .Errorf ("\u006e\u006f\u0074\u0020\u0061\u006e\u0020\u0049\u0043\u0043\u0042a\u0073\u0065\u0064\u0020\u0063\u006f\u006c\u006f\u0072\u0073p\u0061\u0063\u0065");};_dbfga =_gcegd .Get (1); +_acc ,_bdda :=_cee .GetStream (_dbfga );if !_bdda {_fca .Log .Error ("I\u0043\u0043\u0042\u0061\u0073\u0065d\u0020\u006e\u006f\u0074\u0020\u0070o\u0069\u006e\u0074\u0069\u006e\u0067\u0020t\u006f\u0020\u0073\u0074\u0072\u0065\u0061\u006d\u003a\u0020%\u0054",_dbfga ); +return nil ,_e .Errorf ("\u0049\u0043\u0043Ba\u0073\u0065\u0064\u0020\u0073\u0074\u0072\u0065\u0061\u006d\u0020\u0069\u006e\u0076\u0061\u006c\u0069\u0064");};_aggge :=_acc .PdfObjectDictionary ;_gafe ,_bdda :=_aggge .Get ("\u004e").(*_cee .PdfObjectInteger ); +if !_bdda {return nil ,_e .Errorf ("I\u0043\u0043\u0042\u0061\u0073\u0065d\u0020\u006d\u0069\u0073\u0073\u0069n\u0067\u0020\u004e\u0020\u0066\u0072\u006fm\u0020\u0073\u0074\u0072\u0065\u0061\u006d\u0020\u0064\u0069c\u0074");};if *_gafe !=1&&*_gafe !=3&&*_gafe !=4{return nil ,_e .Errorf ("\u0049\u0043\u0043\u0042\u0061s\u0065\u0064\u0020\u0063\u006f\u006c\u006f\u0072\u0073\u0070\u0061\u0063\u0065 \u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u004e\u0020\u0028\u006e\u006f\u0074\u0020\u0031\u002c\u0033\u002c\u0034\u0029"); +};_bdfa .N =int (*_gafe );if _egea :=_aggge .Get ("\u0041l\u0074\u0065\u0072\u006e\u0061\u0074e");_egea !=nil {_bceb ,_dafd :=NewPdfColorspaceFromPdfObject (_egea );if _dafd !=nil {return nil ,_dafd ;};_bdfa .Alternate =_bceb ;};if _cceef :=_aggge .Get ("\u0052\u0061\u006eg\u0065"); +_cceef !=nil {_cceef =_cee .TraceToDirectObject (_cceef );_dfed ,_cfdef :=_cceef .(*_cee .PdfObjectArray );if !_cfdef {return nil ,_e .Errorf ("I\u0043\u0043\u0042\u0061\u0073\u0065d\u0020\u0052\u0061\u006e\u0067\u0065\u0020\u006e\u006ft\u0020\u0061\u006e \u0061r\u0072\u0061\u0079"); +};if _dfed .Len ()!=2*_bdfa .N {return nil ,_e .Errorf ("\u0049\u0043\u0043\u0042\u0061\u0073\u0065\u0064\u0020\u0052\u0061\u006e\u0067e\u0020\u0077\u0072\u006f\u006e\u0067 \u006e\u0075\u006d\u0062\u0065\u0072\u0020\u006f\u0066\u0020\u0065\u006c\u0065m\u0065\u006e\u0074\u0073"); +};_eefc ,_adbb :=_dfed .GetAsFloat64Slice ();if _adbb !=nil {return nil ,_adbb ;};_bdfa .Range =_eefc ;}else {_bdfa .Range =make ([]float64 ,2*_bdfa .N );for _gfca :=0;_gfca < _bdfa .N ;_gfca ++{_bdfa .Range [2*_gfca ]=0.0;_bdfa .Range [2*_gfca +1]=1.0; +};};if _fbef :=_aggge .Get ("\u004d\u0065\u0074\u0061\u0064\u0061\u0074\u0061");_fbef !=nil {_gegd ,_eegd :=_fbef .(*_cee .PdfObjectStream );if !_eegd {return nil ,_e .Errorf ("\u0049\u0043\u0043\u0042\u0061\u0073\u0065\u0064\u0020\u004de\u0074\u0061\u0064\u0061\u0074\u0061\u0020n\u006f\u0074\u0020\u0061\u0020\u0073\u0074\u0072\u0065\u0061\u006d"); +};_bdfa .Metadata =_gegd ;};_bbec ,_efdf :=_cee .DecodeStream (_acc );if _efdf !=nil {return nil ,_efdf ;};_bdfa .Data =_bbec ;_bdfa ._gcdbe =_acc ;return _bdfa ,nil ;}; -// ColorToRGB converts a color in Separation colorspace to RGB colorspace. -func (_dgdf *PdfColorspaceSpecialSeparation )ColorToRGB (color PdfColor )(PdfColor ,error ){if _dgdf .AlternateSpace ==nil {return nil ,_dcf .New ("\u0061\u006c\u0074\u0065\u0072\u006e\u0061\u0074\u0065\u0020c\u006f\u006c\u006f\u0072\u0073\u0070\u0061c\u0065\u0020\u0075\u006e\u0064\u0065\u0066\u0069\u006e\u0065\u0064"); -};return _dgdf .AlternateSpace .ColorToRGB (color );}; +// ColorAt returns the color of the image pixel specified by the x and y coordinates. +func (_gadc *Image )ColorAt (x ,y int )(_f .Color ,error ){_dafg :=_ca .BytesPerLine (int (_gadc .Width ),int (_gadc .BitsPerComponent ),_gadc .ColorComponents );switch _gadc .ColorComponents {case 1:return _ca .ColorAtGrayscale (x ,y ,int (_gadc .BitsPerComponent ),_dafg ,_gadc .Data ,_gadc ._cabgb ); +case 3:return _ca .ColorAtNRGBA (x ,y ,int (_gadc .Width ),_dafg ,int (_gadc .BitsPerComponent ),_gadc .Data ,_gadc ._cbfg ,_gadc ._cabgb );case 4:return _ca .ColorAtCMYK (x ,y ,int (_gadc .Width ),_gadc .Data ,_gadc ._cabgb );};_fca .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0075\u006e\u0073\u0075\u0070\u0070\u006f\u0072\u0074\u0065\u0064 i\u006da\u0067\u0065\u002e\u0020\u0025\u0064\u0020\u0063\u006f\u006d\u0070\u006fn\u0065\u006e\u0074\u0073\u002c\u0020\u0025\u0064\u0020\u0062\u0069\u0074\u0073\u0020\u0070\u0065\u0072 \u0063\u006f\u006d\u0070\u006f\u006e\u0065\u006e\u0074",_gadc .ColorComponents ,_gadc .BitsPerComponent ); +return nil ,_cdf .New ("\u0075\u006e\u0073\u0075p\u0070\u006f\u0072\u0074\u0065\u0064\u0020\u0069\u006d\u0061g\u0065 \u0063\u006f\u006c\u006f\u0072\u0073\u0070a\u0063\u0065");};func (_ffg *PdfReader )newPdfAnnotationPolyLineFromDict (_edbg *_cee .PdfObjectDictionary )(*PdfAnnotationPolyLine ,error ){_fdec :=PdfAnnotationPolyLine {}; +_gfba ,_ggeb :=_ffg .newPdfAnnotationMarkupFromDict (_edbg );if _ggeb !=nil {return nil ,_ggeb ;};_fdec .PdfAnnotationMarkup =_gfba ;_fdec .Vertices =_edbg .Get ("\u0056\u0065\u0072\u0074\u0069\u0063\u0065\u0073");_fdec .LE =_edbg .Get ("\u004c\u0045"); +_fdec .BS =_edbg .Get ("\u0042\u0053");_fdec .IC =_edbg .Get ("\u0049\u0043");_fdec .BE =_edbg .Get ("\u0042\u0045");_fdec .IT =_edbg .Get ("\u0049\u0054");_fdec .Measure =_edbg .Get ("\u004de\u0061\u0073\u0075\u0072\u0065");return &_fdec ,nil ;}; // SignatureHandler interface defines the common functionality for PDF signature handlers, which // need to be capable of validating digital signatures and signing PDF documents. @@ -1377,2230 +1100,2288 @@ type SignatureHandler interface{ // IsApplicable checks if a given signature dictionary `sig` is applicable for the signature handler. // For example a signature of type `adbe.pkcs7.detached` might not fit for a rsa.sha1 handler. -IsApplicable (_acfae *PdfSignature )bool ; +IsApplicable (_ebfg *PdfSignature )bool ; // Validate validates a PDF signature against a given digest (hash) such as that determined // for an input file. Returns validation results. -Validate (_gfdge *PdfSignature ,_daegf Hasher )(SignatureValidationResult ,error ); +Validate (_ddcee *PdfSignature ,_fbbdab Hasher )(SignatureValidationResult ,error ); // InitSignature prepares the signature dictionary for signing. This involves setting all // necessary fields, and also allocating sufficient space to the Contents so that the // finalized signature can be inserted once the hash is calculated. -InitSignature (_egbef *PdfSignature )error ; +InitSignature (_dfdcb *PdfSignature )error ; // NewDigest creates a new digest/hasher based on the signature dictionary and handler. -NewDigest (_gebgf *PdfSignature )(Hasher ,error ); +NewDigest (_eadbg *PdfSignature )(Hasher ,error ); // Sign receives the hash `digest` (for example hash of an input file), and signs based // on the signature dictionary `sig` and applies the signature data to the signature // dictionary Contents field. -Sign (_agfdb *PdfSignature ,_ebecef Hasher )error ;}; +Sign (_ceceg *PdfSignature ,_efcd Hasher )error ;}; -// PdfWriter handles outputing PDF content. -type PdfWriter struct{_ccea *_eb .PdfIndirectObject ;_afga *_eb .PdfIndirectObject ;_gbgc map[_eb .PdfObject ]struct{};_aadfg []*_eb .PdfIndirectObject ;_dcfgf []_eb .PdfObject ;_aeeda map[_eb .PdfObject ]struct{};_bggbe []*_eb .PdfIndirectObject ;_fbgge *PdfOutlineTreeNode ; -_dbffa *_eb .PdfObjectDictionary ;_daadd []_eb .PdfObject ;_ecagd *_eb .PdfIndirectObject ;_ccfbc *_ga .Writer ;_dfabe int64 ;_ceffa error ;_gadcaa *_eb .PdfCrypt ;_ffcbb *_eb .PdfObjectDictionary ;_ebdeed *_eb .PdfIndirectObject ;_ddefd *_eb .PdfObjectArray ; -_edbbf _eb .Version ;_bddggg *bool ;_cfggb map[_eb .PdfObject ][]*_eb .PdfObjectDictionary ;_dcbec *PdfAcroForm ;_agdbc *Names ;_fbaag Optimizer ;_ggbcd StandardApplier ;_aggfdb map[int ]crossReference ;_gedbe int64 ;ObjNumOffset int ;_caed bool ;_bfdeb _eb .XrefTable ; -_becbf int64 ;_dfbcf int64 ;_ecbgf map[_eb .PdfObject ]int64 ;_fabeca map[_eb .PdfObject ]struct{};_badcb string ;_adeee string ;_bbbff []*PdfOutputIntent ;_beeaf bool ;_cebgc ,_bgddbe string ;};func _gacff (_fbce *_eb .PdfIndirectObject ,_cgbb *_eb .PdfObjectDictionary )(*DSS ,error ){if _fbce ==nil {_fbce =_eb .MakeIndirectObject (nil ); -};_fbce .PdfObject =_eb .MakeDict ();_dbge :=map[string ]*VRI {};if _cfdg ,_fcbaa :=_eb .GetDict (_cgbb .Get ("\u0056\u0052\u0049"));_fcbaa {for _ ,_degg :=range _cfdg .Keys (){if _fgccg ,_fdbe :=_eb .GetDict (_cfdg .Get (_degg ));_fdbe {_dbge [_cc .ToUpper (_degg .String ())]=_eecd (_fgccg ); -};};};return &DSS {Certs :_egggc (_cgbb .Get ("\u0043\u0065\u0072t\u0073")),OCSPs :_egggc (_cgbb .Get ("\u004f\u0043\u0053P\u0073")),CRLs :_egggc (_cgbb .Get ("\u0043\u0052\u004c\u0073")),VRI :_dbge ,_fcdgc :_fbce },nil ;}; +// XObjectImage (Table 89 in 8.9.5.1). +// Implements PdfModel interface. +type XObjectImage struct{ -// GetNumComponents returns the number of color components of the colorspace device. -// Returns 3 for a CalRGB device. -func (_gfgda *PdfColorspaceCalRGB )GetNumComponents ()int {return 3}; +//ColorSpace PdfObject +Width *int64 ;Height *int64 ;ColorSpace PdfColorspace ;BitsPerComponent *int64 ;Filter _cee .StreamEncoder ;Intent _cee .PdfObject ;ImageMask _cee .PdfObject ;Mask _cee .PdfObject ;Matte _cee .PdfObject ;Decode _cee .PdfObject ;Interpolate _cee .PdfObject ; +Alternatives _cee .PdfObject ;SMask _cee .PdfObject ;SMaskInData _cee .PdfObject ;Name _cee .PdfObject ;StructParent _cee .PdfObject ;ID _cee .PdfObject ;OPI _cee .PdfObject ;Metadata _cee .PdfObject ;OC _cee .PdfObject ;Stream []byte ;_fggac *_cee .PdfObjectStream ; +_cdgeg bool ;}; -// CustomKeys returns all custom info keys as list. -func (_affdb *PdfInfo )CustomKeys ()[]string {if _affdb ._cbfb ==nil {return nil ;};_defdb :=make ([]string ,len (_affdb ._cbfb .Keys ()));for _ ,_edbb :=range _affdb ._cbfb .Keys (){_defdb =append (_defdb ,_edbb .String ());};return _defdb ;}; +// ColorFromFloats returns a new PdfColor based on the input slice of color +// components. +func (_ffeg *PdfColorspaceSpecialPattern )ColorFromFloats (vals []float64 )(PdfColor ,error ){if _ffeg .UnderlyingCS ==nil {return nil ,_cdf .New ("u\u006e\u0064\u0065\u0072\u006c\u0079i\u006e\u0067\u0020\u0043\u0053\u0020\u006e\u006f\u0074 \u0073\u0070\u0065c\u0069f\u0069\u0065\u0064"); +};return _ffeg .UnderlyingCS .ColorFromFloats (vals );}; -// AddRefChild adds a child reference object. -func (_gfgfa *KDict )AddRefChild (kChild *_eb .PdfObjectDictionary ){_gfgfa ._eegge =append (_gfgfa ._eegge ,&KValue {_fbgaa :kChild });};func (_gfgdf *PdfReader )loadForms ()(*PdfAcroForm ,error ){if _gfgdf ._ebbe .GetCrypter ()!=nil &&!_gfgdf ._ebbe .IsAuthenticated (){return nil ,_e .Errorf ("\u0066\u0069\u006ce\u0020\u006e\u0065\u0065d\u0020\u0074\u006f\u0020\u0062\u0065\u0020d\u0065\u0063\u0072\u0079\u0070\u0074\u0065\u0064\u0020\u0066\u0069\u0072\u0073\u0074"); -};_aggaa :=_gfgdf ._bagcfd ;_dgeee :=_aggaa .Get ("\u0041\u0063\u0072\u006f\u0046\u006f\u0072\u006d");if _dgeee ==nil {return nil ,nil ;};_acacgd ,_geaab :=_eb .GetIndirect (_dgeee );_dgeee =_eb .TraceToDirectObject (_dgeee );if _eb .IsNullObject (_dgeee ){_ddb .Log .Trace ("\u0041\u0063\u0072of\u006f\u0072\u006d\u0020\u0069\u0073\u0020\u0061\u0020n\u0075l\u006c \u006fb\u006a\u0065\u0063\u0074\u0020\u0028\u0065\u006d\u0070\u0074\u0079\u0029\u000a"); -return nil ,nil ;};_aeag ,_adfaf :=_eb .GetDict (_dgeee );if !_adfaf {_ddb .Log .Debug ("\u0049n\u0076\u0061\u006c\u0069d\u0020\u0041\u0063\u0072\u006fF\u006fr\u006d \u0065\u006e\u0074\u0072\u0079\u0020\u0025T",_dgeee );_ddb .Log .Debug ("\u0044\u006f\u0065\u0073 n\u006f\u0074\u0020\u0068\u0061\u0076\u0065\u0020\u0066\u006f\u0072\u006d\u0073"); -return nil ,_e .Errorf ("\u0069n\u0076\u0061\u006c\u0069d\u0020\u0061\u0063\u0072\u006ff\u006fr\u006d \u0065\u006e\u0074\u0072\u0079\u0020\u0025T",_dgeee );};_ddb .Log .Trace ("\u0048\u0061\u0073\u0020\u0041\u0063\u0072\u006f\u0020f\u006f\u0072\u006d\u0073"); -_ddb .Log .Trace ("\u0054\u0072\u0061\u0076\u0065\u0072\u0073\u0065\u0020\u0074\u0068\u0065\u0020\u0041\u0063r\u006ff\u006f\u0072\u006d\u0073\u0020\u0073\u0074\u0072\u0075\u0063\u0074\u0075\u0072\u0065");if !_gfgdf ._cfcgdf {_fbdead :=_gfgdf .traverseObjectData (_aeag ); -if _fbdead !=nil {_ddb .Log .Debug ("E\u0052\u0052\u004f\u0052\u003a\u0020\u0055\u006e\u0061\u0062\u006c\u0065\u0020\u0074\u006f\u0020\u0074\u0072a\u0076\u0065\u0072\u0073\u0065\u0020\u0041\u0063\u0072\u006fFo\u0072\u006d\u0073 \u0028%\u0073\u0029",_fbdead ); -return nil ,_fbdead ;};};_ecccfd ,_bfcgf :=_gfgdf .newPdfAcroFormFromDict (_acacgd ,_aeag );if _bfcgf !=nil {return nil ,_bfcgf ;};_ecccfd ._cgedg =!_geaab ;return _ecccfd ,nil ;};const (BorderStyleSolid BorderStyle =iota ;BorderStyleDashed BorderStyle =iota ; -BorderStyleBeveled BorderStyle =iota ;BorderStyleInset BorderStyle =iota ;BorderStyleUnderline BorderStyle =iota ;); +// AcroFormRepairOptions contains options for rebuilding the AcroForm. +type AcroFormRepairOptions struct{};func (_gabfc *PdfWriter )copyObjects (){_fbdcgb :=make (map[_cee .PdfObject ]_cee .PdfObject );_fgafed :=make ([]_cee .PdfObject ,0,len (_gabfc ._gccff ));_faddb :=make (map[_cee .PdfObject ]struct{},len (_gabfc ._gccff )); +_edcfc :=make (map[_cee .PdfObject ]struct{});for _ ,_bfcbdc :=range _gabfc ._gccff {_gdddf :=_gabfc .copyObject (_bfcbdc ,_fbdcgb ,_edcfc ,false );if _ ,_gabfcg :=_edcfc [_bfcbdc ];_gabfcg {continue ;};_fgafed =append (_fgafed ,_gdddf );_faddb [_gdddf ]=struct{}{}; +};_gabfc ._gccff =_fgafed ;_gabfc ._dgbgbb =_faddb ;_gabfc ._cbfac =_gabfc .copyObject (_gabfc ._cbfac ,_fbdcgb ,nil ,false ).(*_cee .PdfIndirectObject );_gabfc ._fadf =_gabfc .copyObject (_gabfc ._fadf ,_fbdcgb ,nil ,false ).(*_cee .PdfIndirectObject ); +if _gabfc ._bbfag !=nil {_gabfc ._bbfag =_gabfc .copyObject (_gabfc ._bbfag ,_fbdcgb ,nil ,false ).(*_cee .PdfIndirectObject );};if _gabfc ._fbaeb {_fbdbc :=make (map[_cee .PdfObject ]int64 );for _fgfbd ,_fagfe :=range _gabfc ._ccaed {if _aaeffa ,_bgcga :=_fbdcgb [_fgfbd ]; +_bgcga {_fbdbc [_aaeffa ]=_fagfe ;}else {_fca .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020a\u0070\u0070\u0065n\u0064\u0020\u006d\u006fd\u0065\u0020\u002d\u0020\u006f\u0062\u006a\u0065\u0063\u0074\u0020\u0063\u006f\u0070\u0079\u0020\u006e\u006f\u0074\u0020\u0069\u006e\u0020\u006d\u0061\u0070"); +};};_gabfc ._ccaed =_fbdbc ;};};const (TrappedUnknown PdfInfoTrapped ="\u0055n\u006b\u006e\u006f\u0077\u006e";TrappedTrue PdfInfoTrapped ="\u0054\u0072\u0075\u0065";TrappedFalse PdfInfoTrapped ="\u0046\u0061\u006cs\u0065";); -// PdfAnnotationProjection represents Projection annotations. -type PdfAnnotationProjection struct{*PdfAnnotation ;*PdfAnnotationMarkup ;};func (_agc *PdfReader )newPdfAnnotationRedactFromDict (_gdaa *_eb .PdfObjectDictionary )(*PdfAnnotationRedact ,error ){_eded :=PdfAnnotationRedact {};_agge ,_ecbd :=_agc .newPdfAnnotationMarkupFromDict (_gdaa ); -if _ecbd !=nil {return nil ,_ecbd ;};_eded .PdfAnnotationMarkup =_agge ;_eded .QuadPoints =_gdaa .Get ("\u0051\u0075\u0061\u0064\u0050\u006f\u0069\u006e\u0074\u0073");_eded .IC =_gdaa .Get ("\u0049\u0043");_eded .RO =_gdaa .Get ("\u0052\u004f");_eded .OverlayText =_gdaa .Get ("O\u0076\u0065\u0072\u006c\u0061\u0079\u0054\u0065\u0078\u0074"); -_eded .Repeat =_gdaa .Get ("\u0052\u0065\u0070\u0065\u0061\u0074");_eded .DA =_gdaa .Get ("\u0044\u0041");_eded .Q =_gdaa .Get ("\u0051");return &_eded ,nil ;};type pdfFontType3 struct{fontCommon ;_effbd *_eb .PdfIndirectObject ; +// NewPdfFieldSignature returns an initialized signature field. +func NewPdfFieldSignature (signature *PdfSignature )*PdfFieldSignature {_aabg :=&PdfFieldSignature {};_aabg .PdfField =NewPdfField ();_aabg .PdfField .SetContext (_aabg );_aabg .PdfAnnotationWidget =NewPdfAnnotationWidget ();_aabg .PdfAnnotationWidget .SetContext (_aabg ); +_aabg .PdfAnnotationWidget ._eddc =_aabg .PdfField ._ccbb ;_aabg .T =_cee .MakeString ("");_aabg .F =_cee .MakeInteger (132);_aabg .V =signature ;return _aabg ;}; -// These fields are specific to Type 3 fonts. -CharProcs _eb .PdfObject ;Encoding _eb .PdfObject ;FontBBox _eb .PdfObject ;FontMatrix _eb .PdfObject ;FirstChar _eb .PdfObject ;LastChar _eb .PdfObject ;Widths _eb .PdfObject ;Resources _eb .PdfObject ;_ccfdb map[_fc .CharCode ]float64 ;_bdde _fc .TextEncoder ; -}; +// AllFields returns a flattened list of all fields in the form. +func (_dfab *PdfAcroForm )AllFields ()[]*PdfField {if _dfab ==nil {return nil ;};var _bgee []*PdfField ;if _dfab .Fields !=nil {for _ ,_gffdfg :=range *_dfab .Fields {_bgee =append (_bgee ,_adfcc (_gffdfg )...);};};return _bgee ;}; -// PrintClip returns the value of the printClip. -func (_dbecg *ViewerPreferences )PrintClip ()PageBoundary {return _dbecg ._edef };type fontCommon struct{_agcc string ;_fgdee string ;_bgge string ;_geee _eb .PdfObject ;_bgbg *_ff .CMap ;_bged *PdfFontDescriptor ;_babgg int64 ;}; +// GetFontByName gets the font specified by keyName. Returns the PdfObject which +// the entry refers to. Returns a bool value indicating whether or not the entry was found. +func (_efddf *PdfPageResources )GetFontByName (keyName _cee .PdfObjectName )(_cee .PdfObject ,bool ){if _efddf .Font ==nil {return nil ,false ;};_deede ,_decd :=_cee .TraceToDirectObject (_efddf .Font ).(*_cee .PdfObjectDictionary );if !_decd {_fca .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0046\u006f\u006e\u0074\u0020\u006e\u006f\u0074\u0020\u0061\u0020\u0064\u0069\u0063\u0074\u0069\u006fn\u0061\u0072\u0079\u0021\u0020(\u0067\u006ft\u0020\u0025\u0054\u0029",_cee .TraceToDirectObject (_efddf .Font )); +return nil ,false ;};if _eebbb :=_deede .Get (keyName );_eebbb !=nil {return _eebbb ,true ;};return nil ,false ;}; -// SetPdfCreationDate sets the CreationDate attribute of the output PDF. -func SetPdfCreationDate (creationDate _d .Time ){_dfbafc .Lock ();defer _dfbafc .Unlock ();_ebffa =creationDate ;};func _ggcf (_cdfbg _eb .PdfObject )(*PdfFunctionType2 ,error ){_fegba :=&PdfFunctionType2 {};var _cbbd *_eb .PdfObjectDictionary ;if _acef ,_adege :=_cdfbg .(*_eb .PdfIndirectObject ); -_adege {_baccd ,_cgded :=_acef .PdfObject .(*_eb .PdfObjectDictionary );if !_cgded {return nil ,_dcf .New ("\u0074\u0079p\u0065\u0020\u0063h\u0065\u0063\u006b\u0020\u0065\u0072\u0072\u006f\u0072");};_fegba ._efee =_acef ;_cbbd =_baccd ;}else if _cgfgcg ,_cecdb :=_cdfbg .(*_eb .PdfObjectDictionary ); -_cecdb {_cbbd =_cgfgcg ;}else {return nil ,_dcf .New ("\u0074\u0079p\u0065\u0020\u0063h\u0065\u0063\u006b\u0020\u0065\u0072\u0072\u006f\u0072");};_ddb .Log .Trace ("\u0046U\u004e\u0043\u0032\u003a\u0020\u0025s",_cbbd .String ());_fbgab ,_eeaec :=_eb .TraceToDirectObject (_cbbd .Get ("\u0044\u006f\u006d\u0061\u0069\u006e")).(*_eb .PdfObjectArray ); -if !_eeaec {_ddb .Log .Error ("D\u006fm\u0061\u0069\u006e\u0020\u006e\u006f\u0074\u0020s\u0070\u0065\u0063\u0069fi\u0065\u0064");return nil ,_dcf .New ("\u0072\u0065q\u0075\u0069\u0072\u0065d\u0020\u0061t\u0074\u0072\u0069\u0062\u0075\u0074\u0065\u0020m\u0069\u0073\u0073\u0069\u006e\u0067\u0020\u006f\u0072\u0020\u0069\u006ev\u0061\u006c\u0069\u0064"); -};if _fbgab .Len ()< 0||_fbgab .Len ()%2!=0{_ddb .Log .Error ("D\u006fm\u0061\u0069\u006e\u0020\u0072\u0061\u006e\u0067e\u0020\u0069\u006e\u0076al\u0069\u0064");return nil ,_dcf .New ("i\u006ev\u0061\u006c\u0069\u0064\u0020\u0064\u006f\u006da\u0069\u006e\u0020\u0072an\u0067\u0065"); -};_fbgf ,_acbag :=_fbgab .ToFloat64Array ();if _acbag !=nil {return nil ,_acbag ;};_fegba .Domain =_fbgf ;_fbgab ,_eeaec =_eb .TraceToDirectObject (_cbbd .Get ("\u0052\u0061\u006eg\u0065")).(*_eb .PdfObjectArray );if _eeaec {if _fbgab .Len ()< 0||_fbgab .Len ()%2!=0{return nil ,_dcf .New ("\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0072\u0061\u006e\u0067\u0065"); -};_bbec ,_gdgea :=_fbgab .ToFloat64Array ();if _gdgea !=nil {return nil ,_gdgea ;};_fegba .Range =_bbec ;};_fbgab ,_eeaec =_eb .TraceToDirectObject (_cbbd .Get ("\u0043\u0030")).(*_eb .PdfObjectArray );if _eeaec {_afeaa ,_gdgg :=_fbgab .ToFloat64Array (); -if _gdgg !=nil {return nil ,_gdgg ;};_fegba .C0 =_afeaa ;};_fbgab ,_eeaec =_eb .TraceToDirectObject (_cbbd .Get ("\u0043\u0031")).(*_eb .PdfObjectArray );if _eeaec {_fdagd ,_afdcf :=_fbgab .ToFloat64Array ();if _afdcf !=nil {return nil ,_afdcf ;};_fegba .C1 =_fdagd ; -};if len (_fegba .C0 )!=len (_fegba .C1 ){_ddb .Log .Error ("\u0043\u0030\u0020\u0061nd\u0020\u0043\u0031\u0020\u006e\u006f\u0074\u0020\u006d\u0061\u0074\u0063\u0068\u0069n\u0067");return nil ,_eb .ErrRangeError ;};N ,_acbag :=_eb .GetNumberAsFloat (_eb .TraceToDirectObject (_cbbd .Get ("\u004e"))); -if _acbag !=nil {_ddb .Log .Error ("\u004e\u0020\u006d\u0069\u0073\u0073\u0069\u006e\u0067\u0020o\u0072\u0020\u0069\u006e\u0076\u0061\u006ci\u0064\u002c\u0020\u0064\u0069\u0063\u0074\u003a\u0020\u0025\u0073",_cbbd .String ());return nil ,_acbag ;};_fegba .N =N ; -return _fegba ,nil ;}; +// AddMCIDChild adds a child MCID object. +func (_ffaac *KDict )AddMCIDChild (mcid int ){_ffaac ._affgf =append (_ffaac ._affgf ,&KValue {_dfcf :&mcid });}; -// Register registers (caches) a model to primitive object relationship. -func (_ddcge *modelManager )Register (primitive _eb .PdfObject ,model PdfModel ){_ddcge ._edcg [model ]=primitive ;_ddcge ._fgffbd [primitive ]=model ;};func _abaa (_bffb *_eb .PdfObjectDictionary ){_cfcec ,_cdaf :=_eb .GetArray (_bffb .Get ("\u0057\u0069\u0064\u0074\u0068\u0073")); -_decbac ,_egff :=_eb .GetIntVal (_bffb .Get ("\u0046i\u0072\u0073\u0074\u0043\u0068\u0061r"));_deafg ,_cdbab :=_eb .GetIntVal (_bffb .Get ("\u004c\u0061\u0073\u0074\u0043\u0068\u0061\u0072"));if _cdaf &&_egff &&_cdbab {_agaaa :=_cfcec .Len ();if _agaaa !=_deafg -_decbac +1{_ddb .Log .Debug ("\u0055\u006e\u0065x\u0070\u0065\u0063\u0074\u0065\u0064\u0020\u0057\u0069\u0064\u0074\u0068\u0073\u0020\u006c\u0065\u006e\u0067\u0074\u0068\u003a\u0020\u0025\u0076\u002c\u0020\u004c\u0061\u0073t\u0043\u0068\u0061\u0072\u003a\u0020\u0025\u0076",_agaaa ,_deafg ); -_effgb :=_eb .PdfObjectInteger (_decbac +_agaaa -1);_bffb .Set ("\u004c\u0061\u0073\u0074\u0043\u0068\u0061\u0072",&_effgb );};};};func (_cegde *PdfWriter )hasObject (_facac _eb .PdfObject )bool {_ ,_dacec :=_cegde ._aeeda [_facac ];return _dacec ;};func _aecd ()string {_dfbafc .Lock (); -defer _dfbafc .Unlock ();return _bgabb };func (_cccce *PdfWriter )writeOutputIntents ()error {if len (_cccce ._bbbff )==0{return nil ;};_bbbd :=make ([]_eb .PdfObject ,len (_cccce ._bbbff ));for _ffcea ,_afgce :=range _cccce ._bbbff {_accdg :=_afgce .ToPdfObject (); -_bbbd [_ffcea ]=_eb .MakeIndirectObject (_accdg );};_bcgga :=_eb .MakeIndirectObject (_eb .MakeArray (_bbbd ...));_cccce ._dbffa .Set ("\u004f\u0075\u0074\u0070\u0075\u0074\u0049\u006e\u0074\u0065\u006e\u0074\u0073",_bcgga );if _bbfe :=_cccce .addObjects (_bcgga ); -_bbfe !=nil {return _bbfe ;};return nil ;};func (_ag *PdfReader )newPdfActionGotoEFromDict (_ece *_eb .PdfObjectDictionary )(*PdfActionGoToE ,error ){_bebg ,_cbe :=_dba (_ece .Get ("\u0046"));if _cbe !=nil {return nil ,_cbe ;};return &PdfActionGoToE {D :_ece .Get ("\u0044"),NewWindow :_ece .Get ("\u004ee\u0077\u0057\u0069\u006e\u0064\u006fw"),T :_ece .Get ("\u0054"),F :_bebg },nil ; -}; +// Field returns the parent form field of the widget annotation, if one exists. +// NOTE: the method returns nil if the parent form field has not been parsed. +func (_bec *PdfAnnotationWidget )Field ()*PdfField {return _bec ._dec }; -// GetAttachedFiles retrieves all the attached files info and content. -func (_cagce *PdfReader )GetAttachedFiles ()([]*EmbeddedFile ,error ){_aacg :=[]*EmbeddedFile {};_bcba ,_fgeda :=_cagce .GetNameDictionary ();if _fgeda !=nil {return nil ,_fgeda ;};if _bcba ==nil {return _aacg ,nil ;};_fgbeca :=_cadd (_bcba );if _fgbeca .EmbeddedFiles ==nil {return nil ,nil ; -};_aaeba :=_fgbeca .EmbeddedFiles .Get ("\u004e\u0061\u006de\u0073");_dffbe ,_dfge :=_aaeba .(*_eb .PdfObjectArray );if !_dfge {return nil ,_dcf .New ("\u0049\u006e\u0076\u0061li\u0064\u0020\u004e\u0061\u006d\u0065\u0073\u0020\u0061\u0072\u0072\u0061\u0079"); -};for _cgddcc :=1;_cgddcc < len (_dffbe .Elements ());_cgddcc +=2{if _cgddcc %2!=0{_gdcbb :=_dffbe .Get (_cgddcc );_afadd ,_edca :=NewPdfFilespecFromObj (_gdcbb );if _edca !=nil {return nil ,_edca ;};_ebgce ,_edca :=NewEmbeddedFileFromObject (_afadd .EF ); -if _edca !=nil {return nil ,_edca ;};_aeca ,_fedbd :=_afadd .F .(*_eb .PdfObjectString );if _fedbd {_ebgce .Name =_aeca .Str ();};_ebgce .Description =_afadd .Desc .WriteString ();_ebgce .Relationship =RelationshipUnspecified ;if _afadd .AFRelationship !=nil {switch _afadd .AFRelationship .WriteString (){case "\u0053\u006f\u0075\u0072\u0063\u0065":_ebgce .Relationship =RelationshipSource ; -case "\u0044\u0061\u0074\u0061":_ebgce .Relationship =RelationshipData ;case "A\u006c\u0074\u0065\u0072\u006e\u0061\u0074\u0069\u0076\u0065":_ebgce .Relationship =RelationshipAlternative ;case "\u0053\u0075\u0070\u0070\u006c\u0065\u006d\u0065\u006e\u0074":_ebgce .Relationship =RelationshipSupplement ; -default:_ebgce .Relationship =RelationshipUnspecified ;};};_aacg =append (_aacg ,_ebgce );};};return _aacg ,nil ;}; +// ToPdfObject recursively builds the Outline tree PDF object. +func (_fbgdg *PdfOutline )ToPdfObject ()_cee .PdfObject {_fabfb :=_fbgdg ._bbda ;_fbcfg :=_fabfb .PdfObject .(*_cee .PdfObjectDictionary );_fbcfg .Set ("\u0054\u0079\u0070\u0065",_cee .MakeName ("\u004f\u0075\u0074\u006c\u0069\u006e\u0065\u0073"));if _fbgdg .First !=nil {_fbcfg .Set ("\u0046\u0069\u0072s\u0074",_fbgdg .First .ToPdfObject ()); +};if _fbgdg .Last !=nil {_fbcfg .Set ("\u004c\u0061\u0073\u0074",_fbgdg .Last .GetContext ().GetContainingPdfObject ());};if _fbgdg .Parent !=nil {_fbcfg .Set ("\u0050\u0061\u0072\u0065\u006e\u0074",_fbgdg .Parent .GetContext ().GetContainingPdfObject ()); +};if _fbgdg .Count !=nil {_fbcfg .Set ("\u0043\u006f\u0075n\u0074",_cee .MakeInteger (*_fbgdg .Count ));};return _fabfb ;};func (_eacc *PdfReader )newPdfAnnotationFileAttachmentFromDict (_bgbg *_cee .PdfObjectDictionary )(*PdfAnnotationFileAttachment ,error ){_fgge :=PdfAnnotationFileAttachment {}; +_caea ,_eff :=_eacc .newPdfAnnotationMarkupFromDict (_bgbg );if _eff !=nil {return nil ,_eff ;};_fgge .PdfAnnotationMarkup =_caea ;_fgge .FS =_bgbg .Get ("\u0046\u0053");_fgge .Name =_bgbg .Get ("\u004e\u0061\u006d\u0065");return &_fgge ,nil ;}; -// GetContainingPdfObject implements interface PdfModel. -func (_bacbb *PdfSignature )GetContainingPdfObject ()_eb .PdfObject {return _bacbb ._cddce };func (_ffga *DSS )add (_ecda *[]*_eb .PdfObjectStream ,_dfbfe map[string ]*_eb .PdfObjectStream ,_afdaee [][]byte )([]*_eb .PdfObjectStream ,error ){_dfad :=make ([]*_eb .PdfObjectStream ,0,len (_afdaee )); -for _ ,_dgga :=range _afdaee {_afgba ,_cbgba :=_bceda (_dgga );if _cbgba !=nil {return nil ,_cbgba ;};_fdge ,_bbbc :=_dfbfe [string (_afgba )];if !_bbbc {_fdge ,_cbgba =_eb .MakeStream (_dgga ,_eb .NewRawEncoder ());if _cbgba !=nil {return nil ,_cbgba ; -};_dfbfe [string (_afgba )]=_fdge ;*_ecda =append (*_ecda ,_fdge );};_dfad =append (_dfad ,_fdge );};return _dfad ,nil ;}; +// GetContainingPdfObject gets the primitive used to parse the color space. +func (_aeba *PdfColorspaceICCBased )GetContainingPdfObject ()_cee .PdfObject {return _aeba ._gcdbe }; -// ColorToRGB verifies that the input color is an RGB color. Method exists in -// order to satisfy the PdfColorspace interface. -func (_fgbe *PdfColorspaceDeviceRGB )ColorToRGB (color PdfColor )(PdfColor ,error ){_ccgb ,_afbb :=color .(*PdfColorDeviceRGB );if !_afbb {_ddb .Log .Debug ("\u0049\u006e\u0070\u0075\u0074\u0020\u0063\u006f\u006c\u006f\u0072 \u006e\u006f\u0074\u0020\u0064\u0065\u0076\u0069\u0063\u0065 \u0052\u0047\u0042"); -return nil ,_dcf .New ("\u0074\u0079p\u0065\u0020\u0063h\u0065\u0063\u006b\u0020\u0065\u0072\u0072\u006f\u0072");};return _ccgb ,nil ;}; +// PdfActionGoToE represents a GoToE action. +type PdfActionGoToE struct{*PdfAction ;F *PdfFilespec ;D _cee .PdfObject ;NewWindow _cee .PdfObject ;T _cee .PdfObject ;}; -// ButtonType represents the subtype of a button field, can be one of: -// - Checkbox (ButtonTypeCheckbox) -// - PushButton (ButtonTypePushButton) -// - RadioButton (ButtonTypeRadioButton) -type ButtonType int ; +// GetEncryptionMethod returns a descriptive information string about the encryption method used. +func (_bacbd *PdfReader )GetEncryptionMethod ()string {_gegaf :=_bacbd ._ffdgf .GetCrypter ();return _gegaf .String ();}; -// Encoder returns the font's text encoder. -func (_bgbc pdfFontType3 )Encoder ()_fc .TextEncoder {return _bgbc ._bdde }; +// String returns string value of output intent for given type +// ISO_19005-2 6.2.3: GTS_PDFA1 value should be used for PDF/A-1, A-2 and A-3 at least +func (_cacgfg PdfOutputIntentType )String ()string {switch _cacgfg {case PdfOutputIntentTypeA1 :return "\u0047T\u0053\u005f\u0050\u0044\u0046\u00411";case PdfOutputIntentTypeA2 :return "\u0047T\u0053\u005f\u0050\u0044\u0046\u00411";case PdfOutputIntentTypeA3 :return "\u0047T\u0053\u005f\u0050\u0044\u0046\u00411"; +case PdfOutputIntentTypeA4 :return "\u0047T\u0053\u005f\u0050\u0044\u0046\u00411";case PdfOutputIntentTypeX :return "\u0047\u0054\u0053\u005f\u0050\u0044\u0046\u0058";default:return "\u0055N\u0044\u0045\u0046\u0049\u004e\u0045D";};};func _cgcdbe ()string {_dggagg .Lock (); +defer _dggagg .Unlock ();if len (_dgbgaa )> 0{return _dgbgaa ;};return "\u0055n\u0069\u0044\u006f\u0063 \u002d\u0020\u0068\u0074\u0074p\u003a/\u002fu\u006e\u0069\u0064\u006f\u0063\u002e\u0069o";}; -// GetContainingPdfObject returns the XObject Form's containing object (indirect object). -func (_cffbe *XObjectForm )GetContainingPdfObject ()_eb .PdfObject {return _cffbe ._afcag }; +// ToPdfObject converts the font to a PDF representation. +func (_dded *pdfFontType0 )ToPdfObject ()_cee .PdfObject {if _dded ._eddba ==nil {_dded ._eddba =&_cee .PdfIndirectObject {};};_gded :=_dded .baseFields ().asPdfObjectDictionary ("\u0054\u0079\u0070e\u0030");_dded ._eddba .PdfObject =_gded ;if _dded .Encoding !=nil {_gded .Set ("\u0045\u006e\u0063\u006f\u0064\u0069\u006e\u0067",_dded .Encoding ); +}else if _dded ._daac !=nil {_gded .Set ("\u0045\u006e\u0063\u006f\u0064\u0069\u006e\u0067",_dded ._daac .ToPdfObject ());};if _dded .DescendantFont !=nil {_gded .Set ("\u0044e\u0073c\u0065\u006e\u0064\u0061\u006e\u0074\u0046\u006f\u006e\u0074\u0073",_cee .MakeArray (_dded .DescendantFont .ToPdfObject ())); +};return _dded ._eddba ;};var (ErrRequiredAttributeMissing =_cdf .New ("\u0072\u0065\u0071\u0075\u0069\u0072\u0065\u0064\u0020\u0061\u0074t\u0072\u0069\u0062\u0075\u0074\u0065\u0020\u006d\u0069\u0073s\u0069\u006e\u0067");ErrInvalidAttribute =_cdf .New ("\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0061\u0074\u0074\u0072i\u0062\u0075\u0074\u0065"); +ErrTypeCheck =_cdf .New ("\u0074\u0079\u0070\u0065\u0020\u0063\u0068\u0065\u0063\u006b");_dagd =_cdf .New ("\u0072\u0061\u006e\u0067\u0065\u0020\u0063\u0068\u0065\u0063\u006b\u0020e\u0072\u0072\u006f\u0072");ErrEncrypted =_cdf .New ("\u0066\u0069\u006c\u0065\u0020\u006e\u0065\u0065\u0064\u0073\u0020\u0074\u006f\u0020\u0062e\u0020d\u0065\u0063\u0072\u0079\u0070\u0074\u0065\u0064\u0020\u0066\u0069\u0072\u0073\u0074"); +ErrNoFont =_cdf .New ("\u0066\u006fn\u0074\u0020\u006eo\u0074\u0020\u0064\u0065\u0066\u0069\u006e\u0065\u0064");ErrFontNotSupported =_dg .Errorf ("u\u006e\u0073\u0075\u0070po\u0072t\u0065\u0064\u0020\u0066\u006fn\u0074\u0020\u0028\u0025\u0077\u0029",_cee .ErrNotSupported ); +ErrType1CFontNotSupported =_dg .Errorf ("\u0054y\u0070\u00651\u0043\u0020\u0066o\u006e\u0074\u0073\u0020\u0061\u0072\u0065 \u006e\u006f\u0074\u0020\u0063\u0075r\u0072\u0065\u006e\u0074\u006c\u0079\u0020\u0073\u0075\u0070\u0070o\u0072\u0074\u0065\u0064\u0020\u0028\u0025\u0077\u0029",_cee .ErrNotSupported ); +ErrType3FontNotSupported =_dg .Errorf ("\u0054y\u0070\u00653\u0020\u0066\u006f\u006et\u0073\u0020\u0061r\u0065\u0020\u006e\u006f\u0074\u0020\u0063\u0075\u0072re\u006e\u0074\u006cy\u0020\u0073u\u0070\u0070\u006f\u0072\u0074\u0065d\u0020\u0028%\u0077\u0029",_cee .ErrNotSupported ); +ErrTTCmapNotSupported =_dg .Errorf ("\u0075\u006es\u0075\u0070\u0070\u006fr\u0074\u0065d\u0020\u0054\u0072\u0075\u0065\u0054\u0079\u0070e\u0020\u0063\u006d\u0061\u0070\u0020\u0066\u006f\u0072\u006d\u0061\u0074 \u0028\u0025\u0077\u0029",_cee .ErrNotSupported ); +ErrSignNotEnoughSpace =_dg .Errorf ("\u0069\u006e\u0073\u0075\u0066\u0066\u0069c\u0069\u0065\u006et\u0020\u0073\u0070a\u0063\u0065 \u0061\u006c\u006c\u006f\u0063\u0061t\u0065d \u0066\u006f\u0072\u0020\u0074\u0068\u0065\u0020\u0073\u0069\u0067\u006e\u0061\u0074\u0075\u0072\u0065\u0020\u0063\u006f\u006e\u0074\u0065\u006e\u0074\u0073"); +ErrSignNoCertificates =_dg .Errorf ("\u0063\u006ful\u0064\u0020\u006eo\u0074\u0020\u0072\u0065tri\u0065ve\u0020\u0063\u0065\u0072\u0074\u0069\u0066ic\u0061\u0074\u0065\u0020\u0063\u0068\u0061i\u006e"););func (_adbg *pdfFontSimple )getFontDescriptor ()*PdfFontDescriptor {if _dbfe :=_adbg ._ebcad ; +_dbfe !=nil {return _dbfe ;};return _adbg ._aaec ;}; -// Duplicate creates a duplicate page based on the current one and returns it. -func (_fdbb *PdfPage )Duplicate ()*PdfPage {_egbdc :=*_fdbb ;_egbdc ._aaagaa =_eb .MakeDict ();_egbdc ._efcff =_eb .MakeIndirectObject (_egbdc ._aaagaa );_egbdc ._eaebc =*_egbdc ._aaagaa ;return &_egbdc ;}; +// PdfShadingType6 is a Coons patch mesh. +type PdfShadingType6 struct{*PdfShading ;BitsPerCoordinate *_cee .PdfObjectInteger ;BitsPerComponent *_cee .PdfObjectInteger ;BitsPerFlag *_cee .PdfObjectInteger ;Decode *_cee .PdfObjectArray ;Function []PdfFunction ;};func _agfga (_ecada _fc .ReadSeeker ,_aefggc *ReaderOpts ,_bbaa bool ,_cgbd string )(*PdfReader ,error ){if _aefggc ==nil {_aefggc =NewReaderOpts (); +};_effgb :="";if _gabgg ,_ggefg :=_ecada .(*_fef .File );_ggefg {_effgb =_gabgg .Name ();};_dead :=*_aefggc ;_dcced :=&PdfReader {_cadbb :_ecada ,_efaec :map[_cee .PdfObject ]struct{}{},_fcgbe :_baaedg (),_dbfb :_aefggc .LazyLoad ,_cgegc :_aefggc .ComplianceMode ,_dddf :_bbaa ,_accf :&_dead ,_ddbge :_effgb }; +_aceea ,_dbgda :=_dbdaag ("\u0072");if _dbgda !=nil {return nil ,_dbgda ;};_dbgda =_ade .Track (_aceea ,_cgbd ,_dcced ._ddbge );if _dbgda !=nil {return nil ,_dbgda ;};_dcced ._cdddg =_aceea ;var _gcdbc *_cee .PdfParser ;if !_dcced ._cgegc {_gcdbc ,_dbgda =_cee .NewParser (_ecada ); +}else {_gcdbc ,_dbgda =_cee .NewCompliancePdfParser (_ecada );};if _dbgda !=nil {return nil ,_dbgda ;};_dcced ._ffdgf =_gcdbc ;_fgcb ,_dbgda :=_dcced .IsEncrypted ();if _dbgda !=nil {return nil ,_dbgda ;};if !_fgcb {_dbgda =_dcced .loadStructure ();if _dbgda !=nil {return nil ,_dbgda ; +};}else if _bbaa {_gfaee ,_egceb :=_dcced .Decrypt ([]byte (_aefggc .Password ));if _egceb !=nil {return nil ,_egceb ;};if !_gfaee {return nil ,_cdf .New ("\u0055\u006e\u0061\u0062\u006c\u0065\u0020\u0074\u006f \u0064\u0065c\u0072\u0079\u0070\u0074\u0020\u0070\u0061\u0073\u0073w\u006f\u0072\u0064\u0020p\u0072\u006f\u0074\u0065\u0063\u0074\u0065\u0064\u0020\u0066\u0069\u006c\u0065\u0020\u002d\u0020\u006e\u0065\u0065\u0064\u0020\u0074\u006f\u0020\u0073\u0070\u0065\u0063\u0069\u0066y\u0020\u0070\u0061s\u0073\u0020\u0074\u006f\u0020\u0044\u0065\u0063\u0072\u0079\u0070\u0074"); +};};_dcced ._gccce =make (map[*PdfReader ]*PdfReader );_dcced ._befca =make ([]*PdfReader ,_gcdbc .GetRevisionNumber ());return _dcced ,nil ;};func (_dgfb *PdfColorspaceSpecialPattern )String ()string {return "\u0050a\u0074\u0074\u0065\u0072\u006e";};func (_acfe *pdfCIDFontType2 )baseFields ()*fontCommon {return &_acfe .fontCommon }; +func (_ceeadf *PdfWriter )writeBytes (_bffee []byte ){if _ceeadf ._efdcg !=nil {return ;};_edaeb ,_abab :=_ceeadf ._cbeea .Write (_bffee );_ceeadf ._gfee +=int64 (_edaeb );_ceeadf ._efdcg =_abab ;}; -// NewCompliancePdfReader creates a PdfReader or an input io.ReadSeeker that during reading will scan the files for the -// metadata details. It could be used for the PDF standard implementations like PDF/A or PDF/X. -// NOTE: This implementation is in experimental development state. -// -// Keep in mind that it might change in the subsequent minor versions. -func NewCompliancePdfReader (rs _bagf .ReadSeeker )(*CompliancePdfReader ,error ){const _dbfd ="\u006d\u006f\u0064\u0065l\u003a\u004e\u0065\u0077\u0043\u006f\u006d\u0070\u006c\u0069a\u006ec\u0065\u0050\u0064\u0066\u0052\u0065\u0061d\u0065\u0072";_agdcb ,_gacdc :=_dcgfe (rs ,&ReaderOpts {ComplianceMode :true },false ,_dbfd ); -if _gacdc !=nil {return nil ,_gacdc ;};return &CompliancePdfReader {PdfReader :_agdcb },nil ;}; +// ToPdfObject converts the ID tree to a PDF object. +func (_aegcb *IDTree )ToPdfObject ()_cee .PdfObject {_dgcac :=_cee .MakeDict ();if _aegcb .Names !=nil &&_aegcb .Names .Len ()> 0{_dgcac .Set ("\u004e\u0061\u006de\u0073",_aegcb .Names );_dgcac .Set ("\u004c\u0069\u006d\u0069\u0074\u0073",_aegcb .Limits ); +};if len (_aegcb .Kids )> 0{_ccfe :=_cee .MakeArray ();for _ ,_efecb :=range _aegcb .Kids {_ccfe .Append (_efecb .ToPdfObject ());};_egbaf :=_cee .MakeDict ();_egbaf .Set ("\u004b\u0069\u0064\u0073",_ccfe );_dgcac .Set ("\u004b\u0069\u0064\u0073",_egbaf ); +};return _dgcac ;}; -// PdfAnnotationHighlight represents Highlight annotations. +// Evaluate runs the function on the passed in slice and returns the results. +func (_cbcab *PdfFunctionType3 )Evaluate (x []float64 )([]float64 ,error ){if len (x )!=1{_fca .Log .Error ("\u004f\u006e\u006c\u0079 o\u006e\u0065\u0020\u0069\u006e\u0070\u0075\u0074\u0020\u0061\u006c\u006c\u006f\u0077e\u0064");return nil ,_cdf .New ("r\u0061\u006e\u0067\u0065\u0020\u0063\u0068\u0065\u0063\u006b"); +};return nil ,_cdf .New ("\u006e\u006f\u0074\u0020im\u0070\u006c\u0065\u006d\u0065\u006e\u0074\u0065\u0064\u0020\u0079\u0065\u0074");}; + +// PdfAnnotationUnderline represents Underline annotations. // (Section 12.5.6.10). -type PdfAnnotationHighlight struct{*PdfAnnotation ;*PdfAnnotationMarkup ;QuadPoints _eb .PdfObject ;}; +type PdfAnnotationUnderline struct{*PdfAnnotation ;*PdfAnnotationMarkup ;QuadPoints _cee .PdfObject ;}; -// SetNameDictionary sets the Names entry in the PDF catalog. +// GetNameDictionary returns the Names entry in the PDF catalog. // See section 7.7.4 "Name Dictionary" (p. 80 PDF32000_2008). -func (_fbefa *PdfWriter )SetNameDictionary (names _eb .PdfObject )error {if names ==nil {return nil ;};_fbefa ._agdbc =_cadd (names );_ddb .Log .Trace ("\u0053e\u0074\u0074\u0069\u006e\u0067\u0020\u0063\u0061\u0074\u0061\u006co\u0067\u0020\u004e\u0061\u006d\u0065\u0073\u002e\u002e\u002e"); -_fbefa ._dbffa .Set ("\u004e\u0061\u006de\u0073",names );return _fbefa .addObjects (names );}; +func (_aegb *PdfReader )GetNameDictionary ()(_cee .PdfObject ,error ){_gbadb :=_cee .ResolveReference (_aegb ._cacfe .Get ("\u004e\u0061\u006de\u0073"));if _gbadb ==nil {return nil ,nil ;};if !_aegb ._dbfb {_gcad :=_aegb .traverseObjectData (_gbadb );if _gcad !=nil {return nil ,_gcad ; +};};return _gbadb ,nil ;}; -// GetCatalogStructTreeRoot gets the catalog StructTreeRoot object. -func (_addce *PdfReader )GetCatalogStructTreeRoot ()(_eb .PdfObject ,bool ){_bcgdf :=_eb .ResolveReference (_addce ._bagcfd .Get ("\u0053\u0074\u0072\u0075\u0063\u0074\u0054\u0072\u0065e\u0052\u006f\u006f\u0074"));if _bcgdf ==nil {return nil ,false ;}; -if !_addce ._cfcgdf {_gddfe :=_addce .traverseObjectData (_bcgdf );if _gddfe !=nil {_ddb .Log .Debug ("\u0045\u0052R\u004f\u0052\u003a\u0020\u0046a\u0069\u006c\u0065\u0064\u0020t\u006f\u0020\u0074\u0072\u0061\u0076\u0065\u0072\u0073\u0065\u0020\u0053\u0074\u0072\u0075\u0063\u0074\u0054\u0072\u0065\u0065\u0052\u006f\u006f\u0074\u0020\u006f\u0062\u006a\u0065\u0063\u0074\u0020\u0028\u0025\u0073\u0029",_gddfe ); -return nil ,false ;};};return _bcgdf ,true ;}; +// ColorFromPdfObjects returns a new PdfColor based on the input slice of color +// components. The slice should contain a single PdfObjectFloat element in +// range 0-1. +func (_dacga *PdfColorspaceDeviceGray )ColorFromPdfObjects (objects []_cee .PdfObject )(PdfColor ,error ){if len (objects )!=1{return nil ,_cdf .New ("r\u0061\u006e\u0067\u0065\u0020\u0063\u0068\u0065\u0063\u006b");};_faag ,_fbg :=_cee .GetNumbersAsFloat (objects ); +if _fbg !=nil {return nil ,_fbg ;};return _dacga .ColorFromFloats (_faag );}; -// ToPdfObject recursively builds the Outline tree PDF object. -func (_fcdbf *PdfOutlineItem )ToPdfObject ()_eb .PdfObject {_fbbfd :=_fcdbf ._efbfb ;_fgcdag :=_fbbfd .PdfObject .(*_eb .PdfObjectDictionary );_fgcdag .Set ("\u0054\u0069\u0074l\u0065",_fcdbf .Title );if _fcdbf .A !=nil {_fgcdag .Set ("\u0041",_fcdbf .A ); -};if _eeede :=_fgcdag .Get ("\u0053\u0045");_eeede !=nil {_fgcdag .Remove ("\u0053\u0045");};if _fcdbf .C !=nil {_fgcdag .Set ("\u0043",_fcdbf .C );};if _fcdbf .Dest !=nil {_fgcdag .Set ("\u0044\u0065\u0073\u0074",_fcdbf .Dest );};if _fcdbf .F !=nil {_fgcdag .Set ("\u0046",_fcdbf .F ); -};if _fcdbf .Count !=nil {_fgcdag .Set ("\u0043\u006f\u0075n\u0074",_eb .MakeInteger (*_fcdbf .Count ));};if _fcdbf .Next !=nil {_fgcdag .Set ("\u004e\u0065\u0078\u0074",_fcdbf .Next .ToPdfObject ());};if _fcdbf .First !=nil {_fgcdag .Set ("\u0046\u0069\u0072s\u0074",_fcdbf .First .ToPdfObject ()); -};if _fcdbf .Prev !=nil {_fgcdag .Set ("\u0050\u0072\u0065\u0076",_fcdbf .Prev .GetContext ().GetContainingPdfObject ());};if _fcdbf .Last !=nil {_fgcdag .Set ("\u004c\u0061\u0073\u0074",_fcdbf .Last .GetContext ().GetContainingPdfObject ());};if _fcdbf .Parent !=nil {_fgcdag .Set ("\u0050\u0061\u0072\u0065\u006e\u0074",_fcdbf .Parent .GetContext ().GetContainingPdfObject ()); -};return _fbbfd ;}; +// ColorFromFloats returns a new PdfColor based on the input slice of color +// components. The slice should contain a single element between 0 and 1. +func (_bead *PdfColorspaceCalGray )ColorFromFloats (vals []float64 )(PdfColor ,error ){if len (vals )!=1{return nil ,_cdf .New ("r\u0061\u006e\u0067\u0065\u0020\u0063\u0068\u0065\u0063\u006b");};_efbd :=vals [0];if _efbd < 0.0||_efbd > 1.0{_fca .Log .Debug ("\u0063\u006f\u006cor\u0020\u006f\u0075\u0074\u0020\u006f\u0066\u0020\u0043\u0053\u0020\u0072\u0061\u006e\u0067\u0065\u003a\u0020",_efbd ); +return nil ,ErrColorOutOfRange ;};_bgeg :=NewPdfColorCalGray (_efbd );return _bgeg ,nil ;}; -// ToInteger convert to an integer format. -func (_bfaa *PdfColorCalGray )ToInteger (bits int )uint32 {_bae :=_gg .Pow (2,float64 (bits ))-1;return uint32 (_bae *_bfaa .Val ());};func (_aggc *PdfColorspaceSpecialSeparation )String ()string {return "\u0053\u0065\u0070\u0061\u0072\u0061\u0074\u0069\u006f\u006e"; -}; +// AddFont adds a font dictionary to the Font resources. +func (_befef *PdfPage )AddFont (name _cee .PdfObjectName ,font _cee .PdfObject )error {if _befef .Resources ==nil {_befef .Resources =NewPdfPageResources ();};if _befef .Resources .Font ==nil {_befef .Resources .Font =_cee .MakeDict ();};_edga ,_bfaab :=_cee .TraceToDirectObject (_befef .Resources .Font ).(*_cee .PdfObjectDictionary ); +if !_bfaab {_fca .Log .Debug ("\u0045\u0078\u0070\u0065\u0063\u0074\u0065\u0064 \u0066\u006f\u006et \u0064\u0069\u0063\u0074\u0069\u006fn\u0061\u0072\u0079\u0020\u0069\u0073\u0020\u006e\u006f\u0074\u0020\u0061\u0020\u0064\u0069c\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u003a \u0025\u0076",_cee .TraceToDirectObject (_befef .Resources .Font )); +return _cdf .New ("\u0074\u0079p\u0065\u0020\u0063h\u0065\u0063\u006b\u0020\u0065\u0072\u0072\u006f\u0072");};_edga .Set (name ,font );return nil ;};const (BorderStyleSolid BorderStyle =iota ;BorderStyleDashed BorderStyle =iota ;BorderStyleBeveled BorderStyle =iota ; +BorderStyleInset BorderStyle =iota ;BorderStyleUnderline BorderStyle =iota ;); -// ToPdfObject implements interface PdfModel. -func (_fagcd *PdfTransformParamsDocMDP )ToPdfObject ()_eb .PdfObject {_bbebg :=_eb .MakeDict ();_bbebg .SetIfNotNil ("\u0054\u0079\u0070\u0065",_fagcd .Type );_bbebg .SetIfNotNil ("\u0056",_fagcd .V );_bbebg .SetIfNotNil ("\u0050",_fagcd .P );return _bbebg ; +// ToPdfObject generates a PdfObject representation of the Names struct. +func (_gcagb *Names )ToPdfObject ()_cee .PdfObject {_egedd :=_gcagb ._fggag ;_eabcb ,_cfcd :=_egedd .PdfObject .(*_cee .PdfObjectDictionary );if !_cfcd {_fca .Log .Debug ("\u0049\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u006fb\u006a\u0065\u0063\u0074"); +return _egedd ;};if _gcagb .EmbeddedFiles !=nil {_eabcb .Set ("\u0045\u006d\u0062\u0065\u0064\u0064\u0065\u0064\u0046\u0069\u006c\u0065\u0073",_cee .MakeIndirectObject (_gcagb .EmbeddedFiles ));};return _egedd ;}; + +// NewPdfOutputIntentFromPdfObject creates a new PdfOutputIntent from the input core.PdfObject. +func NewPdfOutputIntentFromPdfObject (object _cee .PdfObject )(*PdfOutputIntent ,error ){_cbffd :=&PdfOutputIntent {};if _edddg :=_cbffd .ParsePdfObject (object );_edddg !=nil {return nil ,_edddg ;};return _cbffd ,nil ;}; + +// SetXObjectImageByName adds the provided XObjectImage to the page resources. +// The added XObjectImage is identified by the specified name. +func (_badbg *PdfPageResources )SetXObjectImageByName (keyName _cee .PdfObjectName ,ximg *XObjectImage )error {_dcgdgb :=ximg .ToPdfObject ().(*_cee .PdfObjectStream );_bafba :=_badbg .SetXObjectByName (keyName ,_dcgdgb );return _bafba ;};func (_cafga *DSS )generateHashMap (_bfed []*_cee .PdfObjectStream )(map[string ]*_cee .PdfObjectStream ,error ){_eacgd :=map[string ]*_cee .PdfObjectStream {}; +for _ ,_ceacg :=range _bfed {_fdgg ,_ffgfg :=_cee .DecodeStream (_ceacg );if _ffgfg !=nil {return nil ,_ffgfg ;};_acef ,_ffgfg :=_cefaf (_fdgg );if _ffgfg !=nil {return nil ,_ffgfg ;};_eacgd [string (_acef )]=_ceacg ;};return _eacgd ,nil ;};func _deeb (_aaebb []*_cee .PdfObjectStream )*_cee .PdfObjectArray {if len (_aaebb )==0{return nil ; +};_afced :=make ([]_cee .PdfObject ,0,len (_aaebb ));for _ ,_afagc :=range _aaebb {_afced =append (_afced ,_afagc );};return _cee .MakeArray (_afced ...);};func (_gdfcg *PdfWriter )writeString (_edddb string ){if _gdfcg ._efdcg !=nil {return ;};_fggbg ,_dcfag :=_gdfcg ._cbeea .WriteString (_edddb ); +_gdfcg ._gfee +=int64 (_fggbg );_gdfcg ._efdcg =_dcfag ;}; + +// NewPdfActionMovie returns a new "movie" action. +func NewPdfActionMovie ()*PdfActionMovie {_afa :=NewPdfAction ();_cae :=&PdfActionMovie {};_cae .PdfAction =_afa ;_afa .SetContext (_cae );return _cae ;};func (_ffcdf *PdfReader )lookupPageByObject (_fcbbd _cee .PdfObject )(*PdfPage ,error ){return nil ,_cdf .New ("\u0070\u0061\u0067\u0065\u0020\u006e\u006f\u0074\u0020f\u006f\u0075\u006e\u0064"); }; -// PdfAnnotationMarkup represents additional fields for mark-up annotations. -// (Section 12.5.6.2 p. 399). -type PdfAnnotationMarkup struct{T _eb .PdfObject ;Popup *PdfAnnotationPopup ;CA _eb .PdfObject ;RC _eb .PdfObject ;CreationDate _eb .PdfObject ;IRT _eb .PdfObject ;Subj _eb .PdfObject ;RT _eb .PdfObject ;IT _eb .PdfObject ;ExData _eb .PdfObject ;};func _eaff (_cdffg _eb .PdfObject )(*fontFile ,error ){_ddb .Log .Trace ("\u006e\u0065\u0077\u0046\u006f\u006e\u0074\u0046\u0069\u006c\u0065\u0046\u0072\u006f\u006dP\u0064f\u004f\u0062\u006a\u0065\u0063\u0074\u003a\u0020\u006f\u0062\u006a\u003d\u0025\u0073",_cdffg ); -_ddgaa :=&fontFile {};_cdffg =_eb .TraceToDirectObject (_cdffg );_gcee ,_ecfbd :=_cdffg .(*_eb .PdfObjectStream );if !_ecfbd {_ddb .Log .Debug ("\u0045\u0052R\u004f\u0052\u003a\u0020F\u006f\u006et\u0046\u0069\u006c\u0065\u0020\u006d\u0075\u0073t\u0020\u0062\u0065\u0020\u0061\u0020\u0073\u0074\u0072\u0065\u0061\u006d \u0028\u0025\u0054\u0029",_cdffg ); -return nil ,_eb .ErrTypeError ;};_edbd :=_gcee .PdfObjectDictionary ;_gggc ,_fadfg :=_eb .DecodeStream (_gcee );if _fadfg !=nil {return nil ,_fadfg ;};_ccaaa ,_ecfbd :=_eb .GetNameVal (_edbd .Get ("\u0053u\u0062\u0074\u0079\u0070\u0065"));if !_ecfbd {_ddgaa ._fbca =_ccaaa ; -if _ccaaa =="\u0054\u0079\u0070\u0065\u0031\u0043"{_ddb .Log .Debug ("T\u0079\u0070\u0065\u0031\u0043\u0020\u0066\u006f\u006e\u0074\u0073\u0020\u0061\u0072\u0065\u0020\u0063\u0075r\u0072\u0065\u006e\u0074\u006c\u0079\u0020\u006e\u006f\u0074 s\u0075\u0070\u0070o\u0072t\u0065\u0064"); -return nil ,ErrType1CFontNotSupported ;};};_fgcf ,_ :=_eb .GetIntVal (_edbd .Get ("\u004ce\u006e\u0067\u0074\u0068\u0031"));_gfabe ,_ :=_eb .GetIntVal (_edbd .Get ("\u004ce\u006e\u0067\u0074\u0068\u0032"));if _fgcf > len (_gggc ){_fgcf =len (_gggc );}; -if _fgcf +_gfabe > len (_gggc ){_gfabe =len (_gggc )-_fgcf ;};_fbef :=_gggc [:_fgcf ];var _fcgba []byte ;if _gfabe > 0{_fcgba =_gggc [_fgcf :_fgcf +_gfabe ];};if _fgcf > 0&&_gfabe > 0{_ebaeb :=_ddgaa .loadFromSegments (_fbef ,_fcgba );if _ebaeb !=nil {return nil ,_ebaeb ; -};};return _ddgaa ,nil ;};func (_aagg *PdfFilespec )getDict ()*_eb .PdfObjectDictionary {if _afgga ,_gaced :=_aagg ._cbefe .(*_eb .PdfIndirectObject );_gaced {_defe ,_gbabe :=_afgga .PdfObject .(*_eb .PdfObjectDictionary );if !_gbabe {return nil ;};return _defe ; -}else if _affbf ,_gdeg :=_aagg ._cbefe .(*_eb .PdfObjectDictionary );_gdeg {return _affbf ;}else {_ddb .Log .Debug ("\u0054\u0072\u0079\u0069\u006e\u0067\u0020\u0074\u006f\u0020\u0061\u0063\u0063\u0065\u0073\u0073\u0020F\u0069\u006c\u0065\u0073\u0070\u0065\u0063\u0020\u0064\u0069c\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u0020\u006f\u0066\u0020\u0069\u006e\u0076\u0061\u006c\u0069\u0064 \u006f\u0062\u006a\u0065\u0063\u0074 \u0074\u0079p\u0065\u0020(\u0025T\u0029",_aagg ._cbefe ); -return nil ;};}; +// GetNumComponents returns the number of color components (1 for grayscale). +func (_cfgc *PdfColorDeviceGray )GetNumComponents ()int {return 1};var _ pdfFont =(*pdfCIDFontType2 )(nil );func (_accd *pdfCIDFontType0 )baseFields ()*fontCommon {return &_accd .fontCommon }; -// ToPdfObject implements interface PdfModel. -func (_ebgg *PdfAnnotationProjection )ToPdfObject ()_eb .PdfObject {_ebgg .PdfAnnotation .ToPdfObject ();_bcc :=_ebgg ._ggf ;_eegd :=_bcc .PdfObject .(*_eb .PdfObjectDictionary );_ebgg .PdfAnnotationMarkup .appendToPdfDictionary (_eegd );return _bcc ;}; +// String returns a string that describes `base`. +func (_eabc fontCommon )String ()string {return _e .Sprintf ("\u0046\u004f\u004e\u0054\u007b\u0025\u0073\u007d",_eabc .coreString ());}; +// NewPdfActionImportData returns a new "import data" action. +func NewPdfActionImportData ()*PdfActionImportData {_gcb :=NewPdfAction ();_dda :=&PdfActionImportData {};_dda .PdfAction =_gcb ;_gcb .SetContext (_dda );return _dda ;}; -// SetNamedDestinations sets the Dests entry in the PDF catalog. -// See section 12.3.2.3 "Named Destinations" (p. 367 PDF32000_2008). -func (_aegcg *PdfWriter )SetNamedDestinations (dests _eb .PdfObject )error {if dests ==nil {return nil ;};_ddb .Log .Trace ("\u0053e\u0074\u0074\u0069\u006e\u0067\u0020\u0063\u0061\u0074\u0061\u006co\u0067\u0020\u0044\u0065\u0073\u0074\u0073\u002e\u002e\u002e"); -_aegcg ._dbffa .Set ("\u0044\u0065\u0073t\u0073",dests );return _aegcg .addObjects (dests );}; +// IsSimple returns true if `font` is a simple font. +func (_dfdbd *PdfFont )IsSimple ()bool {_ ,_fgbbb :=_dfdbd ._bggcf .(*pdfFontSimple );return _fgbbb };func _acecd (_fffed *_ca .ImageBase )(_cebbg Image ){_cebbg .Width =int64 (_fffed .Width );_cebbg .Height =int64 (_fffed .Height );_cebbg .BitsPerComponent =int64 (_fffed .BitsPerComponent ); +_cebbg .ColorComponents =_fffed .ColorComponents ;_cebbg .Data =_fffed .Data ;_cebbg ._cabgb =_fffed .Decode ;_cebbg ._cbfg =_fffed .Alpha ;return _cebbg ;}; -// PdfAnnotationPopup represents Popup annotations. -// (Section 12.5.6.14). -type PdfAnnotationPopup struct{*PdfAnnotation ;Parent _eb .PdfObject ;Open _eb .PdfObject ;}; +// GetContainingPdfObject implements interface PdfModel. +func (_gegdd *Permissions )GetContainingPdfObject ()_cee .PdfObject {return _gegdd ._bgaae }; -// GetFontDescriptor returns the font descriptor for `font`. -func (_fedgd PdfFont )GetFontDescriptor ()(*PdfFontDescriptor ,error ){return _fedgd ._fdaa .getFontDescriptor (),nil ;}; +// ViewClip returns the value of the viewClip. +func (_gdadf *ViewerPreferences )ViewClip ()PageBoundary {return _gdadf ._baegf }; -// CharcodesToUnicode converts the character codes `charcodes` to a slice of runes. -// How it works: -// 1. Use the ToUnicode CMap if there is one. -// 2. Use the underlying font's encoding. -func (_beea *PdfFont )CharcodesToUnicode (charcodes []_fc .CharCode )[]rune {_ddcbe ,_ ,_ :=_beea .CharcodesToUnicodeWithStats (charcodes );return _ddcbe ;};func (_cafbda *Names )addEmbeddedFile (_dgedb *EmbeddedFile )error {if _cafbda .EmbeddedFiles ==nil {_cafbda .EmbeddedFiles =_eb .MakeDict (); -_cafbda .EmbeddedFiles .Set ("\u004e\u0061\u006de\u0073",_eb .MakeArray ());};_gegd :=NewPdfFileSpecFromEmbeddedFile (_dgedb );_bcaf :=_cafbda .EmbeddedFiles .Get ("\u004e\u0061\u006de\u0073");_ecdgfd ,_agfeg :=_bcaf .(*_eb .PdfObjectArray );if !_agfeg {return _dcf .New ("\u0049\u006e\u0076\u0061li\u0064\u0020\u004e\u0061\u006d\u0065\u0073\u0020\u0061\u0072\u0072\u0061\u0079"); -};type FileSpecMap struct{_gdcbe string ;_gbad *PdfFilespec ;};_bbfc :=[]FileSpecMap {};for _gdeaeb :=0;_gdeaeb < len (_ecdgfd .Elements ());_gdeaeb +=2{if _gdeaeb %2==0{_gfbd :=_ecdgfd .Get (_gdeaeb );if _gfbd !=nil {_gbeee :=_gfbd .(*_eb .PdfObjectString ); -_bfbb :=_ecdgfd .Get (_gdeaeb +1);_deefa ,_ffdaec :=NewPdfFilespecFromObj (_bfbb );if _ffdaec !=nil {return _ffdaec ;};_bbfc =append (_bbfc ,FileSpecMap {_gdcbe :_gbeee .String (),_gbad :_deefa });};};};_bbfc =append (_bbfc ,FileSpecMap {_gdcbe :_dgedb .Name ,_gbad :_gegd }); -_ba .Slice (_bbfc ,func (_ffgad ,_gegg int )bool {return _bbfc [_ffgad ]._gdcbe < _bbfc [_gegg ]._gdcbe });_ecdgfd =_eb .MakeArray ();for _ ,_bafe :=range _bbfc {_ecdgfd .Append (_eb .MakeString (_bafe ._gdcbe ));_ecdgfd .Append (_bafe ._gbad .ToPdfObject ()); -};_cafbda .EmbeddedFiles .Set ("\u004e\u0061\u006de\u0073",_ecdgfd );return nil ;}; +// AddAnnotation appends `annot` to the list of page annotations. +func (_fegfd *PdfPage )AddAnnotation (annot *PdfAnnotation ){if _fegfd ._eeaba ==nil {_fegfd .GetAnnotations ();};_fegfd ._eeaba =append (_fegfd ._eeaba ,annot );};func _dabe (_gdgcc _cee .PdfObject )(*PdfPageResourcesColorspaces ,error ){_fdgb :=&PdfPageResourcesColorspaces {}; +if _dfada ,_gbeb :=_gdgcc .(*_cee .PdfIndirectObject );_gbeb {_fdgb ._cdgce =_dfada ;_gdgcc =_dfada .PdfObject ;};_cabac ,_cdga :=_cee .GetDict (_gdgcc );if !_cdga {return nil ,_cdf .New ("\u0043\u0053\u0020at\u0074\u0072\u0069\u0062\u0075\u0074\u0065\u0020\u0074\u0079\u0070\u0065\u0020\u0065\u0072\u0072\u006f\u0072"); +};_fdgb .Names =[]string {};_fdgb .Colorspaces =map[string ]PdfColorspace {};for _ ,_ccef :=range _cabac .Keys (){_cbaa :=_cabac .Get (_ccef );_fdgb .Names =append (_fdgb .Names ,string (_ccef ));_cagab ,_abfafd :=NewPdfColorspaceFromPdfObject (_cbaa ); +if _abfafd !=nil {return nil ,_abfafd ;};_fdgb .Colorspaces [string (_ccef )]=_cagab ;};return _fdgb ,nil ;}; -// ToPdfObject implements interface PdfModel. -func (_aec *PdfActionSubmitForm )ToPdfObject ()_eb .PdfObject {_aec .PdfAction .ToPdfObject ();_ac :=_aec ._dee ;_efc :=_ac .PdfObject .(*_eb .PdfObjectDictionary );_efc .SetIfNotNil ("\u0053",_eb .MakeName (string (ActionTypeSubmitForm )));if _aec .F !=nil {_efc .Set ("\u0046",_aec .F .ToPdfObject ()); -};_efc .SetIfNotNil ("\u0046\u0069\u0065\u006c\u0064\u0073",_aec .Fields );_efc .SetIfNotNil ("\u0046\u006c\u0061g\u0073",_aec .Flags );return _ac ;}; +// PdfBorderEffect represents a PDF border effect. +type PdfBorderEffect struct{S *BorderEffect ;I *float64 ;}; -// PdfColorCalGray represents a CalGray colorspace. -type PdfColorCalGray float64 ;func _gbdf (_efdb *_eb .PdfObjectDictionary )(*PdfFieldButton ,error ){_aaccf :=&PdfFieldButton {};_aaccf .PdfField =NewPdfField ();_aaccf .PdfField .SetContext (_aaccf );_aaccf .Opt ,_ =_eb .GetArray (_efdb .Get ("\u004f\u0070\u0074")); -_decba :=NewPdfAnnotationWidget ();_decba .A ,_ =_eb .GetDict (_efdb .Get ("\u0041"));_decba .AP ,_ =_eb .GetDict (_efdb .Get ("\u0041\u0050"));_decba .SetContext (_aaccf );_aaccf .PdfField .Annotations =append (_aaccf .PdfField .Annotations ,_decba ); -return _aaccf ,nil ;}; +// PdfColorspaceSpecialPattern is a Pattern colorspace. +// Can be defined either as /Pattern or with an underlying colorspace [/Pattern cs]. +type PdfColorspaceSpecialPattern struct{UnderlyingCS PdfColorspace ;_gfcg *_cee .PdfIndirectObject ;}; -// PdfColorspaceSpecialSeparation is a Separation colorspace. -// At the moment the colour space is set to a Separation space, the conforming reader shall determine whether the -// device has an available colorant (e.g. dye) corresponding to the name of the requested space. If so, the conforming -// reader shall ignore the alternateSpace and tintTransform parameters; subsequent painting operations within the -// space shall apply the designated colorant directly, according to the tint values supplied. -// -// Format: [/Separation name alternateSpace tintTransform] -type PdfColorspaceSpecialSeparation struct{ColorantName *_eb .PdfObjectName ;AlternateSpace PdfColorspace ;TintTransform PdfFunction ;_degb *_eb .PdfIndirectObject ;}; +// WriteString outputs the object as it is to be written to file. +func (_egdba *pdfSignDictionary )WriteString ()string {_egdba ._dfadcd =0;_egdba ._geecb =0;_egdba ._beddd =0;_egdba ._cfedc =0;_cgfg :=_cd .NewBuffer (nil );_cgfg .WriteString ("\u003c\u003c");for _ ,_bafaeb :=range _egdba .Keys (){_cdaggcc :=_egdba .Get (_bafaeb ); +switch _bafaeb {case "\u0042y\u0074\u0065\u0052\u0061\u006e\u0067e":_cgfg .WriteString (_bafaeb .WriteString ());_cgfg .WriteString ("\u0020");_egdba ._beddd =_cgfg .Len ();_cgfg .WriteString (_cdaggcc .WriteString ());_cgfg .WriteString ("\u0020");_egdba ._cfedc =_cgfg .Len ()-1; +case "\u0043\u006f\u006e\u0074\u0065\u006e\u0074\u0073":_cgfg .WriteString (_bafaeb .WriteString ());_cgfg .WriteString ("\u0020");_egdba ._dfadcd =_cgfg .Len ();_cgfg .WriteString (_cdaggcc .WriteString ());_cgfg .WriteString ("\u0020");_egdba ._geecb =_cgfg .Len ()-1; +default:_cgfg .WriteString (_bafaeb .WriteString ());_cgfg .WriteString ("\u0020");_cgfg .WriteString (_cdaggcc .WriteString ());};};_cgfg .WriteString ("\u003e\u003e");return _cgfg .String ();}; -// Field returns the parent form field of the widget annotation, if one exists. -// NOTE: the method returns nil if the parent form field has not been parsed. -func (_bggf *PdfAnnotationWidget )Field ()*PdfField {return _bggf ._bca }; +// GetPatternByName gets the pattern specified by keyName. Returns nil if not existing. +// The bool flag indicated whether it was found or not. +func (_dfacd *PdfPageResources )GetPatternByName (keyName _cee .PdfObjectName )(*PdfPattern ,bool ){if _dfacd .Pattern ==nil {return nil ,false ;};_ffbg ,_cdcgg :=_cee .TraceToDirectObject (_dfacd .Pattern ).(*_cee .PdfObjectDictionary );if !_cdcgg {_fca .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0049\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0050\u0061\u0074t\u0065\u0072\u006e\u0020\u0065\u006e\u0074r\u0079\u0020\u002d\u0020\u006e\u006f\u0074\u0020\u0061\u0020\u0064i\u0063\u0074\u0020\u0028\u0067\u006f\u0074\u0020\u0025\u0054\u0029",_dfacd .Pattern ); +return nil ,false ;};if _ggcff :=_ffbg .Get (keyName );_ggcff !=nil {_gdffa ,_dfaag :=_abbe (_ggcff );if _dfaag !=nil {_fca .Log .Debug ("\u0045\u0052R\u004f\u0052\u003a\u0020f\u0061\u0069l\u0065\u0064\u0020\u0074\u006f\u0020\u006c\u006fa\u0064\u0020\u0070\u0064\u0066\u0020\u0070\u0061\u0074\u0074\u0065\u0072n\u003a\u0020\u0025\u0076",_dfaag ); +return nil ,false ;};return _gdffa ,true ;};return nil ,false ;}; -// GetNumComponents returns the number of color components (3 for CalRGB). -func (_gdfb *PdfColorCalRGB )GetNumComponents ()int {return 3}; +// DetermineColorspaceNameFromPdfObject determines PDF colorspace from a PdfObject. Returns the colorspace name and +// an error on failure. If the colorspace was not found, will return an empty string. +func DetermineColorspaceNameFromPdfObject (obj _cee .PdfObject )(_cee .PdfObjectName ,error ){var _gccd *_cee .PdfObjectName ;var _eade *_cee .PdfObjectArray ;if _facga ,_aaaa :=obj .(*_cee .PdfIndirectObject );_aaaa {if _ecec ,_dbgf :=_facga .PdfObject .(*_cee .PdfObjectArray ); +_dbgf {_eade =_ecec ;}else if _fcbg ,_fefd :=_facga .PdfObject .(*_cee .PdfObjectName );_fefd {_gccd =_fcbg ;};}else if _ddce ,_agee :=obj .(*_cee .PdfObjectArray );_agee {_eade =_ddce ;}else if _bcgfb ,_bbac :=obj .(*_cee .PdfObjectName );_bbac {_gccd =_bcgfb ; +};if _gccd !=nil {switch *_gccd {case "\u0044\u0065\u0076\u0069\u0063\u0065\u0047\u0072\u0061\u0079","\u0044e\u0076\u0069\u0063\u0065\u0052\u0047B","\u0044\u0065\u0076\u0069\u0063\u0065\u0043\u004d\u0059\u004b":return *_gccd ,nil ;case "\u0050a\u0074\u0074\u0065\u0072\u006e":return *_gccd ,nil ; +};};if _eade !=nil &&_eade .Len ()> 0{if _bgaf ,_babb :=_eade .Get (0).(*_cee .PdfObjectName );_babb {switch *_bgaf {case "\u0044\u0065\u0076\u0069\u0063\u0065\u0047\u0072\u0061\u0079","\u0044e\u0076\u0069\u0063\u0065\u0052\u0047B","\u0044\u0065\u0076\u0069\u0063\u0065\u0043\u004d\u0059\u004b":if _eade .Len ()==1{return *_bgaf ,nil ; +};case "\u0043a\u006c\u0047\u0072\u0061\u0079","\u0043\u0061\u006c\u0052\u0047\u0042","\u004c\u0061\u0062":return *_bgaf ,nil ;case "\u0049\u0043\u0043\u0042\u0061\u0073\u0065\u0064","\u0050a\u0074\u0074\u0065\u0072\u006e","\u0049n\u0064\u0065\u0078\u0065\u0064":return *_bgaf ,nil ; +case "\u0053\u0065\u0070\u0061\u0072\u0061\u0074\u0069\u006f\u006e","\u0044e\u0076\u0069\u0063\u0065\u004e":return *_bgaf ,nil ;};};};return "",nil ;}; -// GetCatalogLanguage gets catalog Language object. -func (_fcgcf *PdfReader )GetCatalogLanguage ()(_eb .PdfObject ,bool ){if _fcgcf ._bagcfd ==nil {return nil ,false ;};_eaecc :=_fcgcf ._bagcfd .Get ("\u004c\u0061\u006e\u0067");return _eaecc ,_eaecc !=nil ;}; +// ToPdfObject converts the PdfFont object to its PDF representation. +func (_bbgb *PdfFont )ToPdfObject ()_cee .PdfObject {if _bbgb ._bggcf ==nil {_fca .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0066\u006f\u006e\u0074 \u0063\u006f\u006e\u0074\u0065\u0078\u0074\u0020\u0069\u0073 \u006e\u0069\u006c");return _cee .MakeNull (); +};return _bbgb ._bggcf .ToPdfObject ();};func _ebdfb (_dggeg _cee .PdfObject ,_afdg _cee .PdfObject ,_gdebfb map[_cee .PdfObject ][]_cee .PdfObject ,_daeee map[string ]_cee .PdfObject ,_fdffe *[]_cee .PdfObject ){var _gcdde *_cee .PdfIndirectObject ;if _gdacg ,_eeedf :=_cee .GetIndirect (_dggeg ); +_eeedf {_gcdde =_gdacg ;_dggeg =_gdacg .PdfObject ;};switch _cgfde :=_dggeg .(type ){case *_cee .PdfObjectDictionary :if _cgfde .Get ("\u0053")==nil {return ;};_cgfde .Set ("\u0050",_afdg );if _dagab :=_cgfde .Get ("\u0050\u0067");_dagab !=nil {if _eccgab ,_fgcd :=_cee .GetIndirect (_dagab ); +_fgcd &&_eccgab !=nil &&_eccgab .PdfObject !=nil {_gdebfb [_dagab ]=append (_gdebfb [_dagab ],_gcdde );};};if _caccbb :=_cgfde .Get ("\u0053");_caccbb !=nil {if _fegcf ,_fceab :=_cee .GetNameVal (_caccbb );_fceab {if _fegcf ==StructureTypeLink {if _acaa :=_cgfde .Get ("\u004b"); +_acaa !=nil {if _dgaee ,_daebb :=_cee .GetArray (_acaa );_daebb &&_dgaee .Len ()==2{_ecgba :=false ;_adgbb :=false ;for _ ,_feffe :=range _dgaee .Elements (){if _cdeadg ,_fccdd :=_cee .GetDict (_feffe );_fccdd {if _cbfgg ,_dcbge :=_cee .GetName (_cdeadg .Get ("\u0054\u0079\u0070\u0065")); +_dcbge &&_cbfgg .String ()=="\u004f\u0042\u004a\u0052"{_adgbb =true ;};}else if _ ,_fgcdd :=_cee .GetInt (_feffe );_fgcdd {_ecgba =true ;};};if _ecgba &&_adgbb {*_fdffe =append (*_fdffe ,_gcdde );};}else if _bebgb ,_fgffa :=_cee .GetDict (_acaa );_fgffa {if _fdfga ,_ffaca :=_cee .GetName (_bebgb .Get ("\u0054\u0079\u0070\u0065")); +_ffaca &&_fdfga .String ()=="\u004f\u0042\u004a\u0052"{*_fdffe =append (*_fdffe ,_gcdde );};};};};};};if _cffccb :=_cgfde .Get ("\u0049\u0044");_cffccb !=nil {_daeee [_cffccb .String ()]=_dggeg ;};if _abdd :=_cgfde .Get ("\u004b");_abdd !=nil {_ebdfb (_abdd ,_gcdde ,_gdebfb ,_daeee ,_fdffe ); +};case *_cee .PdfObjectArray :for _ ,_fccbf :=range _cgfde .Elements (){_ebdfb (_fccbf ,_afdg ,_gdebfb ,_daeee ,_fdffe );};default:};}; -// PdfActionImportData represents a importData action. -type PdfActionImportData struct{*PdfAction ;F *PdfFilespec ;}; +// ColorToRGB converts a color in Separation colorspace to RGB colorspace. +func (_ececf *PdfColorspaceSpecialSeparation )ColorToRGB (color PdfColor )(PdfColor ,error ){if _ececf .AlternateSpace ==nil {return nil ,_cdf .New ("\u0061\u006c\u0074\u0065\u0072\u006e\u0061\u0074\u0065\u0020c\u006f\u006c\u006f\u0072\u0073\u0070\u0061c\u0065\u0020\u0075\u006e\u0064\u0065\u0066\u0069\u006e\u0065\u0064"); +};return _ececf .AlternateSpace .ColorToRGB (color );};func _afaaf (_bgag _cee .PdfObject )*Names {_gffc :=_fddc ();_dcgda :=_cee .TraceToDirectObject (_bgag ).(*_cee .PdfObjectDictionary );if _fgaea :=_dcgda .Get ("\u0044\u0065\u0073t\u0073");_fgaea !=nil {_gffc .Dests =_cee .TraceToDirectObject (_fgaea ).(*_cee .PdfObjectDictionary ); +};if _gffag :=_dcgda .Get ("\u0041\u0050");_gffag !=nil {_gffc .AP =_cee .TraceToDirectObject (_gffag ).(*_cee .PdfObjectDictionary );};if _ebage :=_dcgda .Get ("\u004a\u0061\u0076\u0061\u0053\u0063\u0072\u0069\u0070\u0074");_ebage !=nil {_gffc .JavaScript =_cee .TraceToDirectObject (_ebage ).(*_cee .PdfObjectDictionary ); +};if _fcgd :=_dcgda .Get ("\u0050\u0061\u0067e\u0073");_fcgd !=nil {_gffc .Pages =_cee .TraceToDirectObject (_fcgd ).(*_cee .PdfObjectDictionary );};if _cfddc :=_dcgda .Get ("\u0054e\u006d\u0070\u006c\u0061\u0074\u0065s");_cfddc !=nil {_gffc .Templates =_cee .TraceToDirectObject (_cfddc ).(*_cee .PdfObjectDictionary ); +};if _fbeaa :=_dcgda .Get ("\u0049\u0044\u0053");_fbeaa !=nil {_gffc .IDS =_cee .TraceToDirectObject (_fbeaa ).(*_cee .PdfObjectDictionary );};if _ddfaf :=_dcgda .Get ("\u0055\u0052\u004c\u0053");_ddfaf !=nil {_gffc .URLS =_cee .TraceToDirectObject (_ddfaf ).(*_cee .PdfObjectDictionary ); +};if _deca :=_dcgda .Get ("\u0045\u006d\u0062\u0065\u0064\u0064\u0065\u0064\u0046\u0069\u006c\u0065\u0073");_deca !=nil {_gffc .EmbeddedFiles =_cee .TraceToDirectObject (_deca ).(*_cee .PdfObjectDictionary );};if _begcc :=_dcgda .Get ("\u0041\u006c\u0074\u0065rn\u0061\u0074\u0065\u0050\u0072\u0065\u0073\u0065\u006e\u0074\u0061\u0074\u0069\u006fn\u0073"); +_begcc !=nil {_gffc .AlternatePresentations =_cee .TraceToDirectObject (_begcc ).(*_cee .PdfObjectDictionary );};if _cgccd :=_dcgda .Get ("\u0052\u0065\u006e\u0064\u0069\u0074\u0069\u006f\u006e\u0073");_cgccd !=nil {_gffc .Renditions =_cee .TraceToDirectObject (_cgccd ).(*_cee .PdfObjectDictionary ); +};return _gffc ;};func _efcfd (_gffeg []byte )bool {if len (_gffeg )< 4{return true ;};for _fbfbe :=range _gffeg [:4]{_befcb :=rune (_fbfbe );if !_a .Is (_a .ASCII_Hex_Digit ,_befcb )&&!_a .IsSpace (_befcb ){return true ;};};return false ;};const (BorderEffectNoEffect BorderEffect =iota ; +BorderEffectCloudy BorderEffect =iota ;); -// UpdatePage updates the `page` in the new revision if it has changed. -func (_gccef *PdfAppender )UpdatePage (page *PdfPage ){_gccef .updateObjectsDeep (page .ToPdfObject (),nil );}; +// GenerateXObjectName generates an unused XObject name that can be used for +// adding new XObjects. Uses format XObj1, XObj2, ... +func (_ebfbd *PdfPageResources )GenerateXObjectName ()_cee .PdfObjectName {_fecdc :=1;for {_acac :=_cee .MakeName (_e .Sprintf ("\u0058\u004f\u0062\u006a\u0025\u0064",_fecdc ));if !_ebfbd .HasXObjectByName (*_acac ){return *_acac ;};_fecdc ++;};}; -// String returns a string describing the font descriptor. -func (_eaagc *PdfFontDescriptor )String ()string {var _cdee []string ;if _eaagc .FontName !=nil {_cdee =append (_cdee ,_eaagc .FontName .String ());};if _eaagc .FontFamily !=nil {_cdee =append (_cdee ,_eaagc .FontFamily .String ());};if _eaagc .fontFile !=nil {_cdee =append (_cdee ,_eaagc .fontFile .String ()); -};if _eaagc ._bebgd !=nil {_cdee =append (_cdee ,_eaagc ._bebgd .String ());};_cdee =append (_cdee ,_e .Sprintf ("\u0046\u006f\u006et\u0046\u0069\u006c\u0065\u0033\u003d\u0025\u0074",_eaagc .FontFile3 !=nil ));return _e .Sprintf ("\u0046\u004f\u004e\u0054_D\u0045\u0053\u0043\u0052\u0049\u0050\u0054\u004f\u0052\u007b\u0025\u0073\u007d",_cc .Join (_cdee ,"\u002c\u0020")); -}; +// PdfColorPatternType3 represents a color shading pattern type 3 (Radial). +type PdfColorPatternType3 struct{Color PdfColor ;PatternName _cee .PdfObjectName ;}; -// GetSubFilter returns SubFilter value or empty string. -func (_bcfe *pdfSignDictionary )GetSubFilter ()string {_fbdda :=_bcfe .Get ("\u0053u\u0062\u0046\u0069\u006c\u0074\u0065r");if _fbdda ==nil {return "";};if _aeade ,_ccdag :=_eb .GetNameVal (_fbdda );_ccdag {return _aeade ;};return "";}; +// GetNumComponents returns the number of color components. +func (_egfa *PdfColorspaceICCBased )GetNumComponents ()int {return _egfa .N };func (_ebcb *PdfReader )loadPerms ()(*Permissions ,error ){if _fcfe :=_ebcb ._cacfe .Get ("\u0050\u0065\u0072m\u0073");_fcfe !=nil {if _ffcf ,_fffc :=_cee .GetDict (_fcfe );_fffc {_dagde :=_ffcf .Get ("\u0044\u006f\u0063\u004d\u0044\u0050"); +if _dagde ==nil {return nil ,nil ;};if _bafce ,_gddcc :=_cee .GetIndirect (_dagde );_gddcc {_cccff ,_cacc :=_ebcb .newPdfSignatureFromIndirect (_bafce );if _cacc !=nil {return nil ,_cacc ;};return NewPermissions (_cccff ),nil ;};return nil ,_e .Errorf ("i\u006ev\u0061\u006c\u0069\u0064\u0020\u0044\u006f\u0063M\u0044\u0050\u0020\u0065nt\u0072\u0079"); +};return nil ,_e .Errorf ("\u0069\u006e\u0076\u0061li\u0064\u0020\u0050\u0065\u0072\u006d\u0073\u0020\u0065\u006e\u0074\u0072\u0079");};return nil ,nil ;};func _bacd (_fgfe *_cee .PdfObjectDictionary )bool {for _ ,_ffcc :=range _fgfe .Keys (){if _ ,_ggda :=_cgfc [_ffcc .String ()]; +_ggda {return true ;};};return false ;};func _dcfgc (_bfdfb string )(map[_dae .CharCode ]_dae .GlyphName ,error ){_bfdd :=_ad .Split (_bfdfb ,"\u000a");_aacg :=make (map[_dae .CharCode ]_dae .GlyphName );for _ ,_cagf :=range _bfdd {_gceegc :=_fcbea .FindStringSubmatch (_cagf ); +if _gceegc ==nil {continue ;};_dbbec ,_ddbfeb :=_gceegc [1],_gceegc [2];_agfde ,_cdcc :=_fa .Atoi (_dbbec );if _cdcc !=nil {_fca .Log .Debug ("\u0045\u0052\u0052\u004fR\u003a\u0020\u0042\u0061\u0064\u0020\u0065\u006e\u0063\u006fd\u0069n\u0067\u0020\u006c\u0069\u006e\u0065\u002e \u0025\u0071",_cagf ); +return nil ,_cee .ErrTypeError ;};_aacg [_dae .CharCode (_agfde )]=_dae .GlyphName (_ddbfeb );};_fca .Log .Trace ("g\u0065\u0074\u0045\u006e\u0063\u006fd\u0069\u006e\u0067\u0073\u003a\u0020\u006b\u0065\u0079V\u0061\u006c\u0075e\u0073=\u0025\u0023\u0076",_aacg ); +return _aacg ,nil ;}; -// PdfColorCalRGB represents a color in the Colorimetric CIE RGB colorspace. -// A, B, C components -// Each component is defined in the range 0.0 - 1.0 where 1.0 is the primary intensity. -type PdfColorCalRGB [3]float64 ; +// GetPrimitiveFromModel returns the primitive object corresponding to the input `model`. +func (_ecdeb *modelManager )GetPrimitiveFromModel (model PdfModel )_cee .PdfObject {_cccac ,_ecggbd :=_ecdeb ._gfdc [model ];if !_ecggbd {return nil ;};return _cccac ;}; -// ToPdfObject implements interface PdfModel. -func (_bec *PdfActionJavaScript )ToPdfObject ()_eb .PdfObject {_bec .PdfAction .ToPdfObject ();_cef :=_bec ._dee ;_bee :=_cef .PdfObject .(*_eb .PdfObjectDictionary );_bee .SetIfNotNil ("\u0053",_eb .MakeName (string (ActionTypeJavaScript )));_bee .SetIfNotNil ("\u004a\u0053",_bec .JS ); -return _cef ;}; +// PdfColorspaceICCBased format [/ICCBased stream] +// +// The stream shall contain the ICC profile. +// A conforming reader shall support ICC.1:2004:10 as required by PDF 1.7, which will enable it +// to properly render all embedded ICC profiles regardless of the PDF version +// +// In the current implementation, we rely on the alternative colormap provided. +type PdfColorspaceICCBased struct{N int ;Alternate PdfColorspace ; -// PdfActionGoToE represents a GoToE action. -type PdfActionGoToE struct{*PdfAction ;F *PdfFilespec ;D _eb .PdfObject ;NewWindow _eb .PdfObject ;T _eb .PdfObject ;}; +// If omitted ICC not supported: then use DeviceGray, +// DeviceRGB or DeviceCMYK for N=1,3,4 respectively. +Range []float64 ;Metadata *_cee .PdfObjectStream ;Data []byte ;_gagc *_cee .PdfIndirectObject ;_gcdbe *_cee .PdfObjectStream ;}; -// ImageToRGB returns an error since an image cannot be defined in a pattern colorspace. -func (_fdeb *PdfColorspaceSpecialPattern )ImageToRGB (img Image )(Image ,error ){_ddb .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u003a\u0020\u0049\u006d\u0061\u0067\u0065\u0020\u0063\u0061n\u006e\u006f\u0074\u0020\u0062\u0065\u0020\u0073\u0070\u0065\u0063\u0069\u0066i\u0065\u0064\u0020\u0069\u006e\u0020\u0050\u0061\u0074\u0074\u0065\u0072n \u0063\u006f\u006c\u006f\u0072\u0073\u0070\u0061\u0063\u0065"); -return img ,_dcf .New ("\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0063\u006f\u006c\u006f\u0072\u0073\u0070\u0061\u0063\u0065\u0020\u0066\u006f\u0072\u0020\u0069m\u0061\u0067\u0065\u0020\u0028p\u0061\u0074t\u0065\u0072\u006e\u0029");}; +// ColorFromPdfObjects returns a new PdfColor based on the input slice of color +// components. The slice should contain a single PdfObjectFloat element. +func (_abcd *PdfColorspaceSpecialIndexed )ColorFromPdfObjects (objects []_cee .PdfObject )(PdfColor ,error ){if len (objects )!=1{return nil ,_cdf .New ("r\u0061\u006e\u0067\u0065\u0020\u0063\u0068\u0065\u0063\u006b");};_gcffb ,_bada :=_cee .GetNumbersAsFloat (objects ); +if _bada !=nil {return nil ,_bada ;};return _abcd .ColorFromFloats (_gcffb );}; -// GetContainingPdfObject implements interface PdfModel. -func (_accb *PdfSignatureReference )GetContainingPdfObject ()_eb .PdfObject {return _accb ._abdcb }; +// Insert adds an outline item as a child of the current outline item, +// at the specified index. +func (_edbde *OutlineItem )Insert (index uint ,item *OutlineItem ){_gegge :=uint (len (_edbde .Entries ));if index > _gegge {index =_gegge ;};_edbde .Entries =append (_edbde .Entries [:index ],append ([]*OutlineItem {item },_edbde .Entries [index :]...)...); +}; -// SetCatalogLanguage sets the catalog language. -func (_dgcdd *PdfWriter )SetCatalogLanguage (lang _eb .PdfObject )error {if lang ==nil {_dgcdd ._dbffa .Remove ("\u004c\u0061\u006e\u0067");return nil ;};_dgcdd .addObject (lang );_dgcdd ._dbffa .Set ("\u004c\u0061\u006e\u0067",lang );return nil ;}; +// GetContainingPdfObject returns the container of the DSS (indirect object). +func (_aedf *DSS )GetContainingPdfObject ()_cee .PdfObject {return _aedf ._bdcab }; -// ToPdfObject returns the PDF representation of the shading dictionary. -func (_cffe *PdfShadingType7 )ToPdfObject ()_eb .PdfObject {_cffe .PdfShading .ToPdfObject ();_edgc ,_gfacd :=_cffe .getShadingDict ();if _gfacd !=nil {_ddb .Log .Error ("\u0055\u006ea\u0062\u006c\u0065\u0020\u0074\u006f\u0020\u0061\u0063\u0063\u0065\u0073\u0073\u0020\u0073\u0068\u0061\u0064\u0069\u006e\u0067\u0020di\u0063\u0074"); -return nil ;};if _cffe .BitsPerCoordinate !=nil {_edgc .Set ("\u0042\u0069\u0074\u0073\u0050\u0065\u0072\u0043\u006f\u006f\u0072\u0064i\u006e\u0061\u0074\u0065",_cffe .BitsPerCoordinate );};if _cffe .BitsPerComponent !=nil {_edgc .Set ("\u0042\u0069t\u0073\u0050\u0065r\u0043\u006f\u006d\u0070\u006f\u006e\u0065\u006e\u0074",_cffe .BitsPerComponent ); -};if _cffe .BitsPerFlag !=nil {_edgc .Set ("B\u0069\u0074\u0073\u0050\u0065\u0072\u0046\u006c\u0061\u0067",_cffe .BitsPerFlag );};if _cffe .Decode !=nil {_edgc .Set ("\u0044\u0065\u0063\u006f\u0064\u0065",_cffe .Decode );};if _cffe .Function !=nil {if len (_cffe .Function )==1{_edgc .Set ("\u0046\u0075\u006e\u0063\u0074\u0069\u006f\u006e",_cffe .Function [0].ToPdfObject ()); -}else {_fcfbe :=_eb .MakeArray ();for _ ,_adacga :=range _cffe .Function {_fcfbe .Append (_adacga .ToPdfObject ());};_edgc .Set ("\u0046\u0075\u006e\u0063\u0074\u0069\u006f\u006e",_fcfbe );};};return _cffe ._cefaa ;}; +// Direction represents the predominant reading order for text. +type Direction string ; -// PartialName returns the partial name of the field. -func (_bdff *PdfField )PartialName ()string {_baee :="";if _bdff .T !=nil {_baee =_bdff .T .Decoded ();}else {_ddb .Log .Debug ("\u0046\u0069el\u0064\u0020\u006di\u0073\u0073\u0069\u006eg T\u0020fi\u0065\u006c\u0064\u0020\u0028\u0069\u006eco\u006d\u0070\u0061\u0074\u0069\u0062\u006ce\u0029"); -};return _baee ;};func _afcc (_bgcd *_eb .PdfObjectDictionary )bool {for _ ,_geca :=range _bgcd .Keys (){if _ ,_cefe :=_gdba [_geca .String ()];_cefe {return true ;};};return false ;}; +// NewPdfAnnotationPolygon returns a new polygon annotation. +func NewPdfAnnotationPolygon ()*PdfAnnotationPolygon {_dgge :=NewPdfAnnotation ();_ccbc :=&PdfAnnotationPolygon {};_ccbc .PdfAnnotation =_dgge ;_ccbc .PdfAnnotationMarkup =&PdfAnnotationMarkup {};_dgge .SetContext (_ccbc );return _ccbc ;}; -// NewPdfAnnotation returns an initialized generic PDF annotation model. -func NewPdfAnnotation ()*PdfAnnotation {_effc :=&PdfAnnotation {};_effc ._ggf =_eb .MakeIndirectObject (_eb .MakeDict ());return _effc ;}; +// GetNumComponents returns the number of color components (4 for CMYK32). +func (_caec *PdfColorDeviceCMYK )GetNumComponents ()int {return 4}; -// Reset sets the multi font encoder to its initial state. -func (_bega *MultipleFontEncoder )Reset (){_bega .CurrentFont =_bega ._fcgbc [0]}; +// PdfModel is a higher level PDF construct which can be collapsed into a PdfObject. +// Each PdfModel has an underlying PdfObject and vice versa (one-to-one). +// Under normal circumstances there should only be one copy of each. +// Copies can be made, but care must be taken to do it properly. +type PdfModel interface{ToPdfObject ()_cee .PdfObject ;GetContainingPdfObject ()_cee .PdfObject ;}; -// String returns a string representation of what flags are set. -func (_cfceba FieldFlag )String ()string {_ebec :="";if _cfceba ==FieldFlagClear {_ebec ="\u0043\u006c\u0065a\u0072";return _ebec ;};if _cfceba &FieldFlagReadOnly > 0{_ebec +="\u007cR\u0065\u0061\u0064\u004f\u006e\u006cy";};if _cfceba &FieldFlagRequired > 0{_ebec +="\u007cR\u0065\u0071\u0075\u0069\u0072\u0065d"; -};if _cfceba &FieldFlagNoExport > 0{_ebec +="\u007cN\u006f\u0045\u0078\u0070\u006f\u0072t";};if _cfceba &FieldFlagNoToggleToOff > 0{_ebec +="\u007c\u004e\u006f\u0054\u006f\u0067\u0067\u006c\u0065T\u006f\u004f\u0066\u0066";};if _cfceba &FieldFlagRadio > 0{_ebec +="\u007c\u0052\u0061\u0064\u0069\u006f"; -};if _cfceba &FieldFlagPushbutton > 0{_ebec +="|\u0050\u0075\u0073\u0068\u0062\u0075\u0074\u0074\u006f\u006e";};if _cfceba &FieldFlagRadiosInUnision > 0{_ebec +="\u007c\u0052a\u0064\u0069\u006fs\u0049\u006e\u0055\u006e\u0069\u0073\u0069\u006f\u006e";}; -if _cfceba &FieldFlagMultiline > 0{_ebec +="\u007c\u004d\u0075\u006c\u0074\u0069\u006c\u0069\u006e\u0065";};if _cfceba &FieldFlagPassword > 0{_ebec +="\u007cP\u0061\u0073\u0073\u0077\u006f\u0072d";};if _cfceba &FieldFlagFileSelect > 0{_ebec +="|\u0046\u0069\u006c\u0065\u0053\u0065\u006c\u0065\u0063\u0074"; -};if _cfceba &FieldFlagDoNotScroll > 0{_ebec +="\u007c\u0044\u006fN\u006f\u0074\u0053\u0063\u0072\u006f\u006c\u006c";};if _cfceba &FieldFlagComb > 0{_ebec +="\u007c\u0043\u006fm\u0062";};if _cfceba &FieldFlagRichText > 0{_ebec +="\u007cR\u0069\u0063\u0068\u0054\u0065\u0078t"; -};if _cfceba &FieldFlagDoNotSpellCheck > 0{_ebec +="\u007c\u0044o\u004e\u006f\u0074S\u0070\u0065\u006c\u006c\u0043\u0068\u0065\u0063\u006b";};if _cfceba &FieldFlagCombo > 0{_ebec +="\u007c\u0043\u006f\u006d\u0062\u006f";};if _cfceba &FieldFlagEdit > 0{_ebec +="\u007c\u0045\u0064i\u0074"; -};if _cfceba &FieldFlagSort > 0{_ebec +="\u007c\u0053\u006fr\u0074";};if _cfceba &FieldFlagMultiSelect > 0{_ebec +="\u007c\u004d\u0075l\u0074\u0069\u0053\u0065\u006c\u0065\u0063\u0074";};if _cfceba &FieldFlagCommitOnSelChange > 0{_ebec +="\u007cC\u006fm\u006d\u0069\u0074\u004f\u006eS\u0065\u006cC\u0068\u0061\u006e\u0067\u0065"; -};return _cc .Trim (_ebec ,"\u007c");}; +// ToPdfObject converts the K dictionary to a PDF object. +func (_beffbd *KValue )ToPdfObject ()_cee .PdfObject {if _beffbd ._aedde !=nil {return _cee .MakeIndirectObject (_beffbd ._aedde .ToPdfObject ());};if _beffbd ._abcfb !=nil {return _beffbd ._abcfb ;};if _beffbd ._dfcf !=nil {return _cee .MakeInteger (int64 (*_beffbd ._dfcf )); +};return nil ;}; -// ToPdfObject converts the font to a PDF representation. -func (_abdf *pdfFontType3 )ToPdfObject ()_eb .PdfObject {if _abdf ._effbd ==nil {_abdf ._effbd =&_eb .PdfIndirectObject {};};_dbef :=_abdf .baseFields ().asPdfObjectDictionary ("\u0054\u0079\u0070e\u0033");_abdf ._effbd .PdfObject =_dbef ;if _abdf .FirstChar !=nil {_dbef .Set ("\u0046i\u0072\u0073\u0074\u0043\u0068\u0061r",_abdf .FirstChar ); -};if _abdf .LastChar !=nil {_dbef .Set ("\u004c\u0061\u0073\u0074\u0043\u0068\u0061\u0072",_abdf .LastChar );};if _abdf .Widths !=nil {_dbef .Set ("\u0057\u0069\u0064\u0074\u0068\u0073",_abdf .Widths );};if _abdf .Encoding !=nil {_dbef .Set ("\u0045\u006e\u0063\u006f\u0064\u0069\u006e\u0067",_abdf .Encoding ); -}else if _abdf ._bdde !=nil {_efgea :=_abdf ._bdde .ToPdfObject ();if _efgea !=nil {_dbef .Set ("\u0045\u006e\u0063\u006f\u0064\u0069\u006e\u0067",_efgea );};};if _abdf .FontBBox !=nil {_dbef .Set ("\u0046\u006f\u006e\u0074\u0042\u0042\u006f\u0078",_abdf .FontBBox ); -};if _abdf .FontMatrix !=nil {_dbef .Set ("\u0046\u006f\u006e\u0074\u004d\u0061\u0074\u0069\u0072\u0078",_abdf .FontMatrix );};if _abdf .CharProcs !=nil {_dbef .Set ("\u0043h\u0061\u0072\u0050\u0072\u006f\u0063s",_abdf .CharProcs );};if _abdf .Resources !=nil {_dbef .Set ("\u0052e\u0073\u006f\u0075\u0072\u0063\u0065s",_abdf .Resources ); -};return _abdf ._effbd ;}; +// AddPages adds pages to be appended to the end of the source PDF. +func (_gdgd *PdfAppender )AddPages (pages ...*PdfPage ){for _ ,_bcfd :=range pages {_bcfd =_bcfd .Duplicate ();_adfebd (_bcfd );_gdgd ._afca =append (_gdgd ._afca ,_bcfd );};}; -// B returns the value of the B component of the color. -func (_aadcg *PdfColorCalRGB )B ()float64 {return _aadcg [1]};var (_ffee =_ab .MustCompile ("\u005cd\u002b\u0020\u0064\u0069c\u0074\u005c\u0073\u002b\u0028d\u0075p\u005cs\u002b\u0029\u003f\u0062\u0065\u0067\u0069n");_agffe =_ab .MustCompile ("\u005e\u005cs\u002a\u002f\u0028\u005c\u0053\u002b\u003f\u0029\u005c\u0073\u002b\u0028\u002e\u002b\u003f\u0029\u005c\u0073\u002b\u0064\u0065\u0066\\s\u002a\u0024"); -_cccge =_ab .MustCompile ("\u005e\u005c\u0073*\u0064\u0075\u0070\u005c\u0073\u002b\u0028\u005c\u0064\u002b\u0029\u005c\u0073\u002a\u002f\u0028\u005c\u0077\u002b\u003f\u0029\u0028\u003f\u003a\u005c\u002e\u005c\u0064\u002b)\u003f\u005c\u0073\u002b\u0070\u0075\u0074\u0024"); -_ccbg ="\u002f\u0045\u006e\u0063od\u0069\u006e\u0067\u0020\u0032\u0035\u0036\u0020\u0061\u0072\u0072\u0061\u0079";_ceab ="\u0072\u0065\u0061d\u006f\u006e\u006c\u0079\u0020\u0064\u0065\u0066";_dggg ="\u0063\u0075\u0072\u0072\u0065\u006e\u0074\u0066\u0069\u006c\u0065\u0020e\u0065\u0078\u0065\u0063"; -);func (_cge *PdfReader )loadAction (_ddcd _eb .PdfObject )(*PdfAction ,error ){if _cbgc ,_gebb :=_eb .GetIndirect (_ddcd );_gebb {_cgdg ,_gedg :=_cge .newPdfActionFromIndirectObject (_cbgc );if _gedg !=nil {return nil ,_gedg ;};return _cgdg ,nil ;}else if !_eb .IsNullObject (_ddcd ){return nil ,_dcf .New ("\u0061\u0063\u0074\u0069\u006fn\u0020\u0073\u0068\u006f\u0075\u006c\u0064\u0020\u0070\u006f\u0069\u006e\u0074 \u0074\u006f\u0020\u0061\u006e\u0020\u0069\u006e\u0064\u0069\u0072\u0065\u0063\u0074\u0020\u006f\u0062\u006a\u0065\u0063\u0074"); -};return nil ,nil ;}; +// NewPdfPageResourcesColorspaces returns a new PdfPageResourcesColorspaces object. +func NewPdfPageResourcesColorspaces ()*PdfPageResourcesColorspaces {_dcgef :=&PdfPageResourcesColorspaces {};_dcgef .Names =[]string {};_dcgef .Colorspaces =map[string ]PdfColorspace {};_dcgef ._cdgce =&_cee .PdfIndirectObject {};return _dcgef ;}; -// IsColored specifies if the pattern is colored. -func (_fgfe *PdfTilingPattern )IsColored ()bool {if _fgfe .PaintType !=nil &&*_fgfe .PaintType ==1{return true ;};return false ;};func (_daaba *PdfWriter )writeAcroFormFields ()error {if _daaba ._dcbec ==nil {return nil ;};_ddb .Log .Trace ("\u0057r\u0069t\u0069\u006e\u0067\u0020\u0061c\u0072\u006f \u0066\u006f\u0072\u006d\u0073"); -_cgda :=_daaba ._dcbec .ToPdfObject ();_ddb .Log .Trace ("\u0041\u0063\u0072\u006f\u0046\u006f\u0072\u006d\u003a\u0020\u0025\u002b\u0076",_cgda );_daaba ._dbffa .Set ("\u0041\u0063\u0072\u006f\u0046\u006f\u0072\u006d",_cgda );_baac :=_daaba .addObjects (_cgda ); -if _baac !=nil {return _baac ;};return nil ;}; +// OutlineItem represents a PDF outline item dictionary (Table 153 - pp. 376 - 377). +type OutlineItem struct{Title string `json:"title"`;Dest OutlineDest `json:"dest"`;Entries []*OutlineItem `json:"entries,omitempty"`;};func _ggdeb (_edcec *_cee .PdfObjectDictionary )(*PdfShadingType6 ,error ){_dbaga :=PdfShadingType6 {};_gcddg :=_edcec .Get ("\u0042\u0069\u0074\u0073\u0050\u0065\u0072\u0043\u006f\u006f\u0072\u0064i\u006e\u0061\u0074\u0065"); +if _gcddg ==nil {_fca .Log .Debug ("\u0052e\u0071\u0075i\u0072\u0065\u0064 \u0061\u0074\u0074\u0072\u0069\u0062\u0075t\u0065\u0020\u006d\u0069\u0073\u0073i\u006e\u0067\u003a\u0020\u0042\u0069\u0074\u0073\u0050\u0065\u0072C\u006f\u006f\u0072\u0064\u0069\u006e\u0061\u0074\u0065"); +return nil ,ErrRequiredAttributeMissing ;};_ggeg ,_ddbga :=_gcddg .(*_cee .PdfObjectInteger );if !_ddbga {_fca .Log .Debug ("\u0042\u0069\u0074\u0073\u0050e\u0072\u0043\u006f\u006f\u0072\u0064\u0069\u006e\u0061\u0074\u0065\u0020\u006eo\u0074\u0020\u0061\u006e\u0020\u0069\u006e\u0074\u0065\u0067\u0065\u0072\u0020\u0028\u0067\u006f\u0074\u0020\u0025\u0054\u0029",_gcddg ); +return nil ,_cee .ErrTypeError ;};_dbaga .BitsPerCoordinate =_ggeg ;_gcddg =_edcec .Get ("\u0042\u0069t\u0073\u0050\u0065r\u0043\u006f\u006d\u0070\u006f\u006e\u0065\u006e\u0074");if _gcddg ==nil {_fca .Log .Debug ("\u0052e\u0071\u0075i\u0072\u0065\u0064\u0020a\u0074\u0074\u0072i\u0062\u0075\u0074\u0065\u0020\u006d\u0069\u0073\u0073in\u0067\u003a\u0020B\u0069\u0074s\u0050\u0065\u0072\u0043\u006f\u006dp\u006f\u006ee\u006e\u0074"); +return nil ,ErrRequiredAttributeMissing ;};_ggeg ,_ddbga =_gcddg .(*_cee .PdfObjectInteger );if !_ddbga {_fca .Log .Debug ("B\u0069\u0074\u0073\u0050\u0065\u0072\u0043\u006f\u006d\u0070\u006f\u006e\u0065\u006e\u0074\u0020\u006e\u006ft\u0020\u0061\u006e\u0020\u0069\u006e\u0074\u0065\u0067\u0065r \u0028\u0067\u006ft\u0020%\u0054\u0029",_gcddg ); +return nil ,_cee .ErrTypeError ;};_dbaga .BitsPerComponent =_ggeg ;_gcddg =_edcec .Get ("B\u0069\u0074\u0073\u0050\u0065\u0072\u0046\u006c\u0061\u0067");if _gcddg ==nil {_fca .Log .Debug ("\u0052\u0065\u0071\u0075\u0069\u0072\u0065\u0064\u0020\u0061\u0074\u0074\u0072i\u0062\u0075\u0074\u0065\u0020\u006di\u0073\u0073\u0069\u006e\u0067\u003a\u0020\u0042\u0069\u0074\u0073\u0050\u0065r\u0046\u006c\u0061\u0067"); +return nil ,ErrRequiredAttributeMissing ;};_ggeg ,_ddbga =_gcddg .(*_cee .PdfObjectInteger );if !_ddbga {_fca .Log .Debug ("B\u0069\u0074\u0073\u0050\u0065\u0072F\u006c\u0061\u0067\u0020\u006e\u006ft\u0020\u0061\u006e\u0020\u0069\u006e\u0074e\u0067\u0065\u0072\u0020\u0028\u0067\u006f\u0074\u0020\u0025T\u0029",_gcddg ); +return nil ,_cee .ErrTypeError ;};_dbaga .BitsPerComponent =_ggeg ;_gcddg =_edcec .Get ("\u0044\u0065\u0063\u006f\u0064\u0065");if _gcddg ==nil {_fca .Log .Debug ("\u0052\u0065\u0071ui\u0072\u0065\u0064\u0020\u0061\u0074\u0074\u0072\u0069b\u0075t\u0065 \u006di\u0073\u0073\u0069\u006e\u0067\u003a\u0020\u0044\u0065\u0063\u006f\u0064\u0065"); +return nil ,ErrRequiredAttributeMissing ;};_ebdabf ,_ddbga :=_gcddg .(*_cee .PdfObjectArray );if !_ddbga {_fca .Log .Debug ("\u0044\u0065\u0063\u006fd\u0065\u0020\u006e\u006f\u0074\u0020\u0061\u006e\u0020\u0061r\u0072a\u0079\u0020\u0028\u0067\u006f\u0074\u0020%\u0054\u0029",_gcddg ); +return nil ,_cee .ErrTypeError ;};_dbaga .Decode =_ebdabf ;if _cegfd :=_edcec .Get ("\u0046\u0075\u006e\u0063\u0074\u0069\u006f\u006e");_cegfd !=nil {_dbaga .Function =[]PdfFunction {};if _ccac ,_ddbdb :=_cegfd .(*_cee .PdfObjectArray );_ddbdb {for _ ,_degfgc :=range _ccac .Elements (){_cgafad ,_egbbd :=_eeaec (_degfgc ); +if _egbbd !=nil {_fca .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0070\u0061\u0072\u0073\u0069n\u0067\u0020\u0066\u0075\u006e\u0063\u0074\u0069\u006f\u006e:\u0020\u0025\u0076",_egbbd );return nil ,_egbbd ;};_dbaga .Function =append (_dbaga .Function ,_cgafad ); +};}else {_bffab ,_gfdb :=_eeaec (_cegfd );if _gfdb !=nil {_fca .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0070\u0061\u0072\u0073\u0069n\u0067\u0020\u0066\u0075\u006e\u0063\u0074\u0069\u006f\u006e:\u0020\u0025\u0076",_gfdb );return nil ,_gfdb ; +};_dbaga .Function =append (_dbaga .Function ,_bffab );};};return &_dbaga ,nil ;};func (_ccbaa *PdfWriter )addObject (_dceea _cee .PdfObject )bool {_gdbfd :=_ccbaa .hasObject (_dceea );if !_gdbfd {_cfged :=_cee .ResolveReferencesDeep (_dceea ,_ccbaa ._befcg ); +if _cfged !=nil {_fca .Log .Debug ("E\u0052R\u004f\u0052\u003a\u0020\u0025\u0076\u0020\u002d \u0073\u006b\u0069\u0070pi\u006e\u0067",_cfged );};_ccbaa ._gccff =append (_ccbaa ._gccff ,_dceea );_ccbaa ._dgbgbb [_dceea ]=struct{}{};return true ;};return false ; +}; -// ToPdfObject implements interface PdfModel. -func (_gacc *PdfAnnotationLine )ToPdfObject ()_eb .PdfObject {_gacc .PdfAnnotation .ToPdfObject ();_fca :=_gacc ._ggf ;_cda :=_fca .PdfObject .(*_eb .PdfObjectDictionary );_gacc .PdfAnnotationMarkup .appendToPdfDictionary (_cda );_cda .SetIfNotNil ("\u0053u\u0062\u0074\u0079\u0070\u0065",_eb .MakeName ("\u004c\u0069\u006e\u0065")); -_cda .SetIfNotNil ("\u004c",_gacc .L );_cda .SetIfNotNil ("\u0042\u0053",_gacc .BS );_cda .SetIfNotNil ("\u004c\u0045",_gacc .LE );_cda .SetIfNotNil ("\u0049\u0043",_gacc .IC );_cda .SetIfNotNil ("\u004c\u004c",_gacc .LL );_cda .SetIfNotNil ("\u004c\u004c\u0045",_gacc .LLE ); -_cda .SetIfNotNil ("\u0043\u0061\u0070",_gacc .Cap );_cda .SetIfNotNil ("\u0049\u0054",_gacc .IT );_cda .SetIfNotNil ("\u004c\u004c\u004f",_gacc .LLO );_cda .SetIfNotNil ("\u0043\u0050",_gacc .CP );_cda .SetIfNotNil ("\u004de\u0061\u0073\u0075\u0072\u0065",_gacc .Measure ); -_cda .SetIfNotNil ("\u0043\u004f",_gacc .CO );return _fca ;}; +// Insert adds a top level outline item in the outline, +// at the specified index. +func (_fcecf *Outline )Insert (index uint ,item *OutlineItem ){_fbeg :=uint (len (_fcecf .Entries ));if index > _fbeg {index =_fbeg ;};_fcecf .Entries =append (_fcecf .Entries [:index ],append ([]*OutlineItem {item },_fcecf .Entries [index :]...)...);}; -// PageCallback callback function used in page loading -// that could be used to modify the page content. -// -// Deprecated: will be removed in v4. Use PageProcessCallback instead. -type PageCallback func (_eege int ,_gcda *PdfPage ); -// SetColorspaceByName adds the provided colorspace to the page resources. -func (_bgfbgb *PdfPageResources )SetColorspaceByName (keyName _eb .PdfObjectName ,cs PdfColorspace )error {_eedbb ,_fceec :=_bgfbgb .GetColorspaces ();if _fceec !=nil {_ddb .Log .Debug ("\u0045\u0052R\u004f\u0052\u0020\u0067\u0065\u0074\u0074\u0069\u006e\u0067\u0020\u0063\u006f\u006c\u006f\u0072\u0073\u0070\u0072\u0061\u0063\u0065: \u0025\u0076",_fceec ); -return _fceec ;};if _eedbb ==nil {_eedbb =NewPdfPageResourcesColorspaces ();_bgfbgb .SetColorSpace (_eedbb );};_eedbb .Set (keyName ,cs );return nil ;}; +// PdfFieldSignature signature field represents digital signatures and optional data for authenticating +// the name of the signer and verifying document contents. +type PdfFieldSignature struct{*PdfField ;*PdfAnnotationWidget ;V *PdfSignature ;Lock *_cee .PdfIndirectObject ;SV *_cee .PdfIndirectObject ;}; -// VRI represents a Validation-Related Information dictionary. -// The VRI dictionary contains validation data in the form of -// certificates, OCSP and CRL information, for a single signature. -// See ETSI TS 102 778-4 V1.1.1 for more information. -type VRI struct{Cert []*_eb .PdfObjectStream ;OCSP []*_eb .PdfObjectStream ;CRL []*_eb .PdfObjectStream ;TU *_eb .PdfObjectString ;TS *_eb .PdfObjectString ;}; +// ToPdfObject converts PdfAcroForm to a PdfObject, i.e. an indirect object containing the +// AcroForm dictionary. +func (_edgff *PdfAcroForm )ToPdfObject ()_cee .PdfObject {_gdgda :=_edgff ._cebbd ;_fadcdf :=_gdgda .PdfObject .(*_cee .PdfObjectDictionary );if _edgff .Fields !=nil {_badc :=_cee .PdfObjectArray {};for _ ,_egeac :=range *_edgff .Fields {_bedge :=_egeac .GetContext (); +if _bedge !=nil {_badc .Append (_bedge .ToPdfObject ());}else {_badc .Append (_egeac .ToPdfObject ());};};_fadcdf .Set ("\u0046\u0069\u0065\u006c\u0064\u0073",&_badc );};if _edgff .NeedAppearances !=nil {_fadcdf .Set ("\u004ee\u0065d\u0041\u0070\u0070\u0065\u0061\u0072\u0061\u006e\u0063\u0065\u0073",_edgff .NeedAppearances ); +}else {if _bgece :=_fadcdf .Get ("\u004ee\u0065d\u0041\u0070\u0070\u0065\u0061\u0072\u0061\u006e\u0063\u0065\u0073");_bgece !=nil {_fadcdf .Remove ("\u004ee\u0065d\u0041\u0070\u0070\u0065\u0061\u0072\u0061\u006e\u0063\u0065\u0073");};};if _edgff .SigFlags !=nil {_fadcdf .Set ("\u0053\u0069\u0067\u0046\u006c\u0061\u0067\u0073",_edgff .SigFlags ); +};if _edgff .CO !=nil {_fadcdf .Set ("\u0043\u004f",_edgff .CO );};if _edgff .DR !=nil {_fadcdf .Set ("\u0044\u0052",_edgff .DR .ToPdfObject ());};if _edgff .DA !=nil {_fadcdf .Set ("\u0044\u0041",_edgff .DA );};if _edgff .Q !=nil {_fadcdf .Set ("\u0051",_edgff .Q ); +};if _edgff .XFA !=nil {_fadcdf .Set ("\u0058\u0046\u0041",_edgff .XFA );};if _edgff .ADBEEchoSign !=nil {_fadcdf .Set ("\u0041\u0044\u0042\u0045\u005f\u0045\u0063\u0068\u006f\u0053\u0069\u0067\u006e",_edgff .ADBEEchoSign );};return _gdgda ;}; -// ToPdfObject converts colorspace to a PDF object. [/Indexed base hival lookup] -func (_abcd *PdfColorspaceSpecialIndexed )ToPdfObject ()_eb .PdfObject {_bgdf :=_eb .MakeArray (_eb .MakeName ("\u0049n\u0064\u0065\u0078\u0065\u0064"));_bgdf .Append (_abcd .Base .ToPdfObject ());_bgdf .Append (_eb .MakeInteger (int64 (_abcd .HiVal ))); -_bgdf .Append (_abcd .Lookup );if _abcd ._daac !=nil {_abcd ._daac .PdfObject =_bgdf ;return _abcd ._daac ;};return _bgdf ;}; +// GetContainingPdfObject returns the container of the resources object (indirect object). +func (_cddfe *PdfPageResources )GetContainingPdfObject ()_cee .PdfObject {return _cddfe ._agdcc }; -// NewPdfAnnotationUnderline returns a new text underline annotation. -func NewPdfAnnotationUnderline ()*PdfAnnotationUnderline {_ceaf :=NewPdfAnnotation ();_febb :=&PdfAnnotationUnderline {};_febb .PdfAnnotation =_ceaf ;_febb .PdfAnnotationMarkup =&PdfAnnotationMarkup {};_ceaf .SetContext (_febb );return _febb ;};func (_fee *PdfReader )newPdfActionURIFromDict (_ced *_eb .PdfObjectDictionary )(*PdfActionURI ,error ){return &PdfActionURI {URI :_ced .Get ("\u0055\u0052\u0049"),IsMap :_ced .Get ("\u0049\u0073\u004da\u0070")},nil ; -}; +// OutlineDest represents the destination of an outline item. +// It holds the page and the position on the page an outline item points to. +type OutlineDest struct{PageObj *_cee .PdfIndirectObject `json:"-"`;Page int64 `json:"page"`;Mode string `json:"mode"`;X float64 `json:"x"`;Y float64 `json:"y"`;Zoom float64 `json:"zoom"`;}; -// GetContainingPdfObject returns the container of the outline item (indirect object). -func (_gbbdf *PdfOutlineItem )GetContainingPdfObject ()_eb .PdfObject {return _gbbdf ._efbfb };func _fcfc ()*modelManager {_fagc :=modelManager {};_fagc ._edcg =map[PdfModel ]_eb .PdfObject {};_fagc ._fgffbd =map[_eb .PdfObject ]PdfModel {};return &_fagc ; -};func _gcbfd (_ccabf *XObjectForm )(*PdfRectangle ,bool ,error ){if _cbac ,_ecgce :=_ccabf .BBox .(*_eb .PdfObjectArray );_ecgce {_deeb ,_aeef :=NewPdfRectangle (*_cbac );if _aeef !=nil {return nil ,false ,_aeef ;};if _gbdfe ,_bbgd :=_ccabf .Matrix .(*_eb .PdfObjectArray ); -_bbgd {_eefaa ,_gege :=_gbdfe .ToFloat64Array ();if _gege !=nil {return nil ,false ,_gege ;};_bbfa :=_ffg .IdentityMatrix ();if len (_eefaa )==6{_bbfa =_ffg .NewMatrix (_eefaa [0],_eefaa [1],_eefaa [2],_eefaa [3],_eefaa [4],_eefaa [5]);};_deeb .Transform (_bbfa ); -return _deeb ,true ,nil ;};return _deeb ,false ,nil ;};return nil ,false ,_dcf .New ("\u0069\u006e\u0076\u0061l\u0069\u0064\u0020\u0061\u0070\u0070\u0065\u0061\u0072\u0061n\u0063e\u0020\u0042\u0042\u006f\u0078\u0020\u0074y\u0070\u0065");}; +// GetContainingPdfObject implements interface PdfModel. +func (_edeb *PdfFilespec )GetContainingPdfObject ()_cee .PdfObject {return _edeb ._gbfeg }; -// ToGray returns a PdfColorDeviceGray color based on the current RGB color. -func (_fffb *PdfColorDeviceRGB )ToGray ()*PdfColorDeviceGray {_bcda :=0.3*_fffb .R ()+0.59*_fffb .G ()+0.11*_fffb .B ();_bcda =_gg .Min (_gg .Max (_bcda ,0.0),1.0);return NewPdfColorDeviceGray (_bcda );}; +// NewPdfOutlineItem returns an initialized PdfOutlineItem. +func NewPdfOutlineItem ()*PdfOutlineItem {_fbbab :=&PdfOutlineItem {_bfcbc :_cee .MakeIndirectObject (_cee .MakeDict ())};_fbbab ._afcbg =_fbbab ;return _fbbab ;};func (_eaebf *PdfFilespec )getDict ()*_cee .PdfObjectDictionary {if _bgad ,_gceed :=_eaebf ._gbfeg .(*_cee .PdfIndirectObject ); +_gceed {_agbec ,_bdeeb :=_bgad .PdfObject .(*_cee .PdfObjectDictionary );if !_bdeeb {return nil ;};return _agbec ;}else if _gdega ,_daabb :=_eaebf ._gbfeg .(*_cee .PdfObjectDictionary );_daabb {return _gdega ;}else {_fca .Log .Debug ("\u0054\u0072\u0079\u0069\u006e\u0067\u0020\u0074\u006f\u0020\u0061\u0063\u0063\u0065\u0073\u0073\u0020F\u0069\u006c\u0065\u0073\u0070\u0065\u0063\u0020\u0064\u0069c\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u0020\u006f\u0066\u0020\u0069\u006e\u0076\u0061\u006c\u0069\u0064 \u006f\u0062\u006a\u0065\u0063\u0074 \u0074\u0079p\u0065\u0020(\u0025T\u0029",_eaebf ._gbfeg ); +return nil ;};};func (_bafcb *pdfFontSimple )getFontEncoding ()(_dfef string ,_bgddc map[_dae .CharCode ]_dae .GlyphName ,_gbab error ){_dfef ="\u0053\u0074a\u006e\u0064\u0061r\u0064\u0045\u006e\u0063\u006f\u0064\u0069\u006e\u0067";if _babge ,_bgdcd :=_ggfcf [_bafcb ._fbcf ]; +_bgdcd {_dfef =_babge ;}else if _bafcb .fontFlags ()&_cddf !=0{for _fedef ,_bbcfg :=range _ggfcf {if _ad .Contains (_bafcb ._fbcf ,_fedef ){_dfef =_bbcfg ;break ;};};};if _bafcb .Encoding ==nil {return _dfef ,nil ,nil ;};switch _dccbg :=_bafcb .Encoding .(type ){case *_cee .PdfObjectName :return string (*_dccbg ),nil ,nil ; +case *_cee .PdfObjectDictionary :_eaeade ,_ecbf :=_cee .GetName (_dccbg .Get ("\u0042\u0061\u0073e\u0045\u006e\u0063\u006f\u0064\u0069\u006e\u0067"));if _ecbf {_dfef =_eaeade .String ();};if _cabga :=_dccbg .Get ("D\u0069\u0066\u0066\u0065\u0072\u0065\u006e\u0063\u0065\u0073"); +_cabga !=nil {_acdg ,_begg :=_cee .GetArray (_cabga );if !_begg {_fca .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0042a\u0064\u0020\u0066on\u0074\u0020\u0065\u006e\u0063\u006fd\u0069\u006e\u0067\u0020\u0064\u0069\u0063\u0074\u003d\u0025\u002b\u0076\u0020\u0044\u0069f\u0066\u0065\u0072\u0065\u006e\u0063\u0065\u0073=\u0025\u0054",_dccbg ,_dccbg .Get ("D\u0069\u0066\u0066\u0065\u0072\u0065\u006e\u0063\u0065\u0073")); +return "",nil ,_cee .ErrTypeError ;};_bgddc ,_gbab =_dae .FromFontDifferences (_acdg );};return _dfef ,_bgddc ,_gbab ;default:_fca .Log .Debug ("\u0045\u0052\u0052O\u0052\u003a\u0020\u0045\u006e\u0063\u006f\u0064\u0069\u006e\u0067\u0020\u006e\u006f\u0074\u0020\u0061\u0020\u006e\u0061\u006d\u0065\u0020\u006f\u0072\u0020\u0064\u0069\u0063t\u0020\u0028\u0025\u0054\u0029\u0020\u0025\u0073",_bafcb .Encoding ,_bafcb .Encoding ); +return "",nil ,_cee .ErrTypeError ;};}; + +// SetPageNumber sets the page number. +func (_ggdfd *KDict )SetPageNumber (pageNumber int64 ){_ggdfd ._efbbe =pageNumber };func (_ceaf *PdfReader )newPdfAnnotationTrapNetFromDict (_cdae *_cee .PdfObjectDictionary )(*PdfAnnotationTrapNet ,error ){_fefe :=PdfAnnotationTrapNet {};return &_fefe ,nil ; +};func _gdcff (_bbag []byte )(_efeb ,_dadcce string ,_fgga error ){_fca .Log .Trace ("g\u0065\u0074\u0041\u0053CI\u0049S\u0065\u0063\u0074\u0069\u006fn\u0073\u003a\u0020\u0025\u0064\u0020",len (_bbag ));_afecb :=_adcc .FindIndex (_bbag );if _afecb ==nil {_fca .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a \u0067\u0065\u0074\u0041\u0053\u0043\u0049\u0049\u0053\u0065\u0063\u0074\u0069o\u006e\u0073\u002e\u0020\u004e\u006f\u0020d\u0069\u0063\u0074\u002e"); +return "","",_cee .ErrTypeError ;};_gdea :=_afecb [1];_eecab :=_ad .Index (string (_bbag [_gdea :]),_cgbec );if _eecab < 0{_efeb =string (_bbag [_gdea :]);return _efeb ,"",nil ;};_bacbb :=_gdea +_eecab ;_efeb =string (_bbag [_gdea :_bacbb ]);_dgbca :=_bacbb ; +_eecab =_ad .Index (string (_bbag [_dgbca :]),_edecc );if _eecab < 0{_fca .Log .Debug ("\u0045\u0052\u0052O\u0052\u003a\u0020\u0067e\u0074\u0041\u0053\u0043\u0049\u0049\u0053e\u0063\u0074\u0069\u006f\u006e\u0073\u002e\u0020\u0065\u0072\u0072\u003d\u0025\u0076",_fgga ); +return "","",_cee .ErrTypeError ;};_agbdg :=_dgbca +_eecab ;_dadcce =string (_bbag [_dgbca :_agbdg ]);return _efeb ,_dadcce ,nil ;}; // NewPdfFontFromPdfObject loads a PdfFont from the dictionary `fontObj`. If there is a problem an // error is returned. -func NewPdfFontFromPdfObject (fontObj _eb .PdfObject )(*PdfFont ,error ){return _fdce (fontObj ,true )}; +func NewPdfFontFromPdfObject (fontObj _cee .PdfObject )(*PdfFont ,error ){return _dfbe (fontObj ,true )}; -// PdfColorDeviceGray represents a grayscale color value that shall be represented by a single number in the -// range 0.0 to 1.0 where 0.0 corresponds to black and 1.0 to white. -type PdfColorDeviceGray float64 ; +// WriteString outputs the object as it is to be written to file. +func (_aeead *PdfTransformParamsDocMDP )WriteString ()string {return _aeead .ToPdfObject ().WriteString ();}; -// AddCRLs adds CRLs to DSS. -func (_agbb *DSS )AddCRLs (crls [][]byte )([]*_eb .PdfObjectStream ,error ){return _agbb .add (&_agbb .CRLs ,_agbb ._adcdd ,crls );}; +// NewLTV returns a new LTV client. +func NewLTV (appender *PdfAppender )(*LTV ,error ){_bggge :=appender .Reader .DSS ;if _bggge ==nil {_bggge =NewDSS ();};if _ccaec :=_bggge .GenerateHashMaps ();_ccaec !=nil {return nil ,_ccaec ;};return <V {CertClient :_ae .NewCertClient (),OCSPClient :_ae .NewOCSPClient (),CRLClient :_ae .NewCRLClient (),SkipExisting :true ,_gdggc :appender ,_fcbgb :_bggge },nil ; +}; -// ToPdfObject implements interface PdfModel. -func (_eeba *PdfActionSetOCGState )ToPdfObject ()_eb .PdfObject {_eeba .PdfAction .ToPdfObject ();_cbc :=_eeba ._dee ;_bfa :=_cbc .PdfObject .(*_eb .PdfObjectDictionary );_bfa .SetIfNotNil ("\u0053",_eb .MakeName (string (ActionTypeSetOCGState )));_bfa .SetIfNotNil ("\u0053\u0074\u0061t\u0065",_eeba .State ); -_bfa .SetIfNotNil ("\u0050\u0072\u0065\u0073\u0065\u0072\u0076\u0065\u0052\u0042",_eeba .PreserveRB );return _cbc ;}; +// PdfFunction interface represents the common methods of a function in PDF. +type PdfFunction interface{Evaluate ([]float64 )([]float64 ,error );ToPdfObject ()_cee .PdfObject ;};func _ggfdcd ()string {_dbfac :="\u0051\u0057\u0045\u0052\u0054\u0059\u0055\u0049\u004f\u0050\u0041S\u0044\u0046\u0047\u0048\u004a\u004b\u004c\u005a\u0058\u0043V\u0042\u004e\u004d"; +var _caced _cd .Buffer ;for _beaaf :=0;_beaaf < 6;_beaaf ++{_caced .WriteRune (rune (_dbfac [_bf .Intn (len (_dbfac ))]));};return _caced .String ();}; -// Evaluate runs the function on the passed in slice and returns the results. -func (_cdcd *PdfFunctionType0 )Evaluate (x []float64 )([]float64 ,error ){if len (x )!=_cdcd .NumInputs {_ddb .Log .Error ("\u004eu\u006d\u0062e\u0072\u0020\u006f\u0066 \u0069\u006e\u0070u\u0074\u0073\u0020\u006e\u006f\u0074\u0020\u006d\u0061tc\u0068\u0069\u006eg\u0020\u0077h\u0061\u0074\u0020\u0069\u0073\u0020n\u0065\u0065d\u0065\u0064"); -return nil ,_dcf .New ("\u0072\u0061\u006e\u0067\u0065\u0020\u0063\u0068\u0065\u0063\u006b\u0020e\u0072\u0072\u006f\u0072");};if _cdcd ._bgaaab ==nil {_efgd :=_cdcd .processSamples ();if _efgd !=nil {return nil ,_efgd ;};};_aadfd :=_cdcd .Encode ;if _aadfd ==nil {_aadfd =[]float64 {}; -for _fecff :=0;_fecff < len (_cdcd .Size );_fecff ++{_aadfd =append (_aadfd ,0);_aadfd =append (_aadfd ,float64 (_cdcd .Size [_fecff ]-1));};};_cbdeg :=_cdcd .Decode ;if _cbdeg ==nil {_cbdeg =_cdcd .Range ;};_ebdbf :=make ([]int ,len (x ));for _cgfgc :=0; -_cgfgc < len (x );_cgfgc ++{_bcgd :=x [_cgfgc ];_ddadd :=_gg .Min (_gg .Max (_bcgd ,_cdcd .Domain [2*_cgfgc ]),_cdcd .Domain [2*_cgfgc +1]);_geegd :=_df .LinearInterpolate (_ddadd ,_cdcd .Domain [2*_cgfgc ],_cdcd .Domain [2*_cgfgc +1],_aadfd [2*_cgfgc ],_aadfd [2*_cgfgc +1]); -_eefb :=_gg .Min (_gg .Max (_geegd ,0),float64 (_cdcd .Size [_cgfgc ]-1));_abccg :=int (_gg .Floor (_eefb +0.5));if _abccg < 0{_abccg =0;}else if _abccg > _cdcd .Size [_cgfgc ]{_abccg =_cdcd .Size [_cgfgc ]-1;};_ebdbf [_cgfgc ]=_abccg ;};_gdcaf :=_ebdbf [0]; -for _fegg :=1;_fegg < _cdcd .NumInputs ;_fegg ++{_cgffb :=_ebdbf [_fegg ];for _afacb :=0;_afacb < _fegg ;_afacb ++{_cgffb *=_cdcd .Size [_afacb ];};_gdcaf +=_cgffb ;};_gdcaf *=_cdcd .NumOutputs ;var _bacd []float64 ;for _ebfg :=0;_ebfg < _cdcd .NumOutputs ; -_ebfg ++{_ccdgc :=_gdcaf +_ebfg ;if _ccdgc >=len (_cdcd ._bgaaab ){_ddb .Log .Debug ("\u0057\u0041\u0052\u004e\u003a \u006e\u006ft\u0020\u0065\u006eo\u0075\u0067\u0068\u0020\u0069\u006ep\u0075\u0074\u0020sa\u006dp\u006c\u0065\u0073\u0020\u0074\u006f\u0020d\u0065\u0074\u0065\u0072\u006d\u0069\u006e\u0065\u0020\u006f\u0075\u0074\u0070\u0075\u0074\u0020\u0076\u0061lu\u0065\u0073\u002e\u0020\u004f\u0075\u0074\u0070\u0075\u0074\u0020\u006d\u0061\u0079\u0020\u0062\u0065\u0020\u0069\u006e\u0063\u006f\u0072\u0072\u0065\u0063\u0074\u002e"); -continue ;};_gfcfe :=_cdcd ._bgaaab [_ccdgc ];_cgeec :=_df .LinearInterpolate (float64 (_gfcfe ),0,_gg .Pow (2,float64 (_cdcd .BitsPerSample )),_cbdeg [2*_ebfg ],_cbdeg [2*_ebfg +1]);_gddcf :=_gg .Min (_gg .Max (_cgeec ,_cdcd .Range [2*_ebfg ]),_cdcd .Range [2*_ebfg +1]); -_bacd =append (_bacd ,_gddcf );};return _bacd ,nil ;}; +// NewEmbeddedFileFromObject construct a new EmbeddedFile from supplied object. +func NewEmbeddedFileFromObject (obj _cee .PdfObject )(*EmbeddedFile ,error ){_gcaac :=_cee .TraceToDirectObject (obj );_gcac ,_adfc :=_gcaac .(*_cee .PdfObjectDictionary );if !_adfc {return nil ,_cdf .New ("\u0049\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u006fb\u006a\u0065\u0063\u0074"); +};_fbeba :=_cee .TraceToDirectObject (_gcac .Get ("\u0046"));if _fbeba ==nil {return nil ,_cdf .New ("\u0049n\u0076\u0061\u006c\u0069\u0064\u0020\u006f\u0062\u006a\u0065\u0063t\u0020\u0073\u0074\u0072\u0075\u0063\u0074\u0075\u0072\u0065");};_beea ,_adfc :=_fbeba .(*_cee .PdfObjectStream ); +if !_adfc {return nil ,_cdf .New ("\u0049\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0073t\u0072\u0065\u0061\u006d");};_egcgg :=_beea .PdfObjectDictionary ;_fddd :=_egcgg .Get ("\u0050\u0061\u0072\u0061\u006d\u0073");if _fddd ==nil {return nil ,_cdf .New ("P\u0061\u0072\u0061\u006d\u0073\u0020o\u0062\u006a\u0065\u0063\u0074\u0020\u006e\u006f\u0074 \u0061\u0076\u0061i\u006ca\u0062\u006c\u0065"); +};_gcefb ,_adfc :=_fddd .(*_cee .PdfObjectDictionary );if !_adfc {return nil ,_cdf .New ("I\u006e\u0076\u0061\u006cid\u0020P\u0061\u0072\u0061\u006d\u0073 \u006f\u0062\u006a\u0065\u0063\u0074");};_defc :="";_cbff :=_gcefb .Get ("\u0043\u0068\u0065\u0063\u006b\u0053\u0075\u006d"); +if _cbff !=nil {_defc =_cbff .(*_cee .PdfObjectString ).Str ();};_aaffg ,_ddcg :=_cee .DecodeStream (_beea );if _ddcg !=nil {return nil ,_ddcg ;};_eaeeb :=&EmbeddedFile {Content :_aaffg ,Hash :_defc };return _eaeeb ,nil ;};func (_dcfgca *PdfWriter )setWriter (_fgfga _fc .Writer ){_dcfgca ._gfee =_dcfgca ._cdcea ; +_dcfgca ._cbeea =_g .NewWriter (_fgfga );};func (_ada *PdfReader )newPdfActionGotoRFromDict (_cbdc *_cee .PdfObjectDictionary )(*PdfActionGoToR ,error ){_geb ,_cafg :=_daf (_cbdc .Get ("\u0046"));if _cafg !=nil {return nil ,_cafg ;};return &PdfActionGoToR {D :_cbdc .Get ("\u0044"),NewWindow :_cbdc .Get ("\u004ee\u0077\u0057\u0069\u006e\u0064\u006fw"),F :_geb },nil ; +}; -// SetContext sets the specific fielddata type, e.g. would be PdfFieldButton for a button field. -func (_abae *PdfField )SetContext (ctx PdfModel ){_abae ._fbedg =ctx }; +// NewPdfAnnotationProjection returns a new projection annotation. +func NewPdfAnnotationProjection ()*PdfAnnotationProjection {_bff :=NewPdfAnnotation ();_dbb :=&PdfAnnotationProjection {};_dbb .PdfAnnotation =_bff ;_dbb .PdfAnnotationMarkup =&PdfAnnotationMarkup {};_bff .SetContext (_dbb );return _dbb ;};func (_bddf *PdfReader )newPdfAnnotationScreenFromDict (_bafc *_cee .PdfObjectDictionary )(*PdfAnnotationScreen ,error ){_ggeee :=PdfAnnotationScreen {}; +_ggeee .T =_bafc .Get ("\u0054");_ggeee .MK =_bafc .Get ("\u004d\u004b");_ggeee .A =_bafc .Get ("\u0041");_ggeee .AA =_bafc .Get ("\u0041\u0041");return &_ggeee ,nil ;}; -// ColorFromPdfObjects returns a new PdfColor based on the input slice of color -// components. The slice should contain three PdfObjectFloat elements representing -// the A, B and C components of the color. -func (_edff *PdfColorspaceCalRGB )ColorFromPdfObjects (objects []_eb .PdfObject )(PdfColor ,error ){if len (objects )!=3{return nil ,_dcf .New ("r\u0061\u006e\u0067\u0065\u0020\u0063\u0068\u0065\u0063\u006b");};_fefb ,_faeaa :=_eb .GetNumbersAsFloat (objects ); -if _faeaa !=nil {return nil ,_faeaa ;};return _edff .ColorFromFloats (_fefb );};func (_ecefg *PdfWriter )addObjects (_adcbd _eb .PdfObject )error {_ddb .Log .Trace ("\u0041d\u0064i\u006e\u0067\u0020\u006f\u0062\u006a\u0065\u0063\u0074\u0073\u0021");if _cabef ,_ebddg :=_adcbd .(*_eb .PdfIndirectObject ); -_ebddg {_ddb .Log .Trace ("\u0049\u006e\u0064\u0069\u0072\u0065\u0063\u0074");_ddb .Log .Trace ("\u002d \u0025\u0073\u0020\u0028\u0025\u0070)",_adcbd ,_cabef );_ddb .Log .Trace ("\u002d\u0020\u0025\u0073",_cabef .PdfObject );if _ecefg .addObject (_cabef ){_gdcab :=_ecefg .addObjects (_cabef .PdfObject ); -if _gdcab !=nil {return _gdcab ;};};return nil ;};if _adda ,_bgfa :=_adcbd .(*_eb .PdfObjectStream );_bgfa {_ddb .Log .Trace ("\u0053\u0074\u0072\u0065\u0061\u006d");_ddb .Log .Trace ("\u002d \u0025\u0073\u0020\u0025\u0070",_adcbd ,_adcbd );if _ecefg .addObject (_adda ){_baddd :=_ecefg .addObjects (_adda .PdfObjectDictionary ); -if _baddd !=nil {return _baddd ;};};return nil ;};if _debbe ,_fcdga :=_adcbd .(*_eb .PdfObjectDictionary );_fcdga {_ddb .Log .Trace ("\u0044\u0069\u0063\u0074");_ddb .Log .Trace ("\u002d\u0020\u0025\u0073",_adcbd );for _ ,_faga :=range _debbe .Keys (){_gede :=_debbe .Get (_faga ); -if _fbdde ,_bcgdg :=_gede .(*_eb .PdfObjectReference );_bcgdg {_gede =_fbdde .Resolve ();_debbe .Set (_faga ,_gede );};if _faga !="\u0050\u0061\u0072\u0065\u006e\u0074"{if _cccbd :=_ecefg .addObjects (_gede );_cccbd !=nil {return _cccbd ;};}else {if _ ,_bafdb :=_gede .(*_eb .PdfObjectNull ); -_bafdb {continue ;};if _efdfe :=_ecefg .hasObject (_gede );!_efdfe {_ddb .Log .Debug ("P\u0061\u0072\u0065\u006e\u0074\u0020o\u0062\u006a\u0020\u006e\u006f\u0074 \u0061\u0064\u0064\u0065\u0064\u0020\u0079e\u0074\u0021\u0021\u0020\u0025\u0054\u0020\u0025\u0070\u0020%\u0076",_gede ,_gede ,_gede ); -_ecefg ._cfggb [_gede ]=append (_ecefg ._cfggb [_gede ],_debbe );};};};return nil ;};if _eeacb ,_acecb :=_adcbd .(*_eb .PdfObjectArray );_acecb {_ddb .Log .Trace ("\u0041\u0072\u0072a\u0079");_ddb .Log .Trace ("\u002d\u0020\u0025\u0073",_adcbd );if _eeacb ==nil {return _dcf .New ("\u0061\u0072\u0072a\u0079\u0020\u0069\u0073\u0020\u006e\u0069\u006c"); -};for _acabc ,_dgbg :=range _eeacb .Elements (){if _gefdd ,_cccbb :=_dgbg .(*_eb .PdfObjectReference );_cccbb {_dgbg =_gefdd .Resolve ();_eeacb .Set (_acabc ,_dgbg );};if _gdgge :=_ecefg .addObjects (_dgbg );_gdgge !=nil {return _gdgge ;};};return nil ; -};if _ ,_fcbac :=_adcbd .(*_eb .PdfObjectReference );_fcbac {_ddb .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0043\u0061\u006e\u006e\u006f\u0074 \u0062\u0065\u0020\u0061\u0020\u0072e\u0066\u0065\u0072\u0065\u006e\u0063\u0065\u0020\u002d\u0020\u0067\u006f\u0074 \u0025\u0023\u0076\u0021",_adcbd ); -return _dcf .New ("r\u0065\u0066\u0065\u0072en\u0063e\u0020\u006e\u006f\u0074\u0020a\u006c\u006c\u006f\u0077\u0065\u0064");};return nil ;}; +// ToPdfObject implements interface PdfModel. +func (_gcef *PdfAnnotationRedact )ToPdfObject ()_cee .PdfObject {_gcef .PdfAnnotation .ToPdfObject ();_cceg :=_gcef ._eddc ;_bagd :=_cceg .PdfObject .(*_cee .PdfObjectDictionary );_gcef .PdfAnnotationMarkup .appendToPdfDictionary (_bagd );_bagd .SetIfNotNil ("\u0053u\u0062\u0074\u0079\u0070\u0065",_cee .MakeName ("\u0052\u0065\u0064\u0061\u0063\u0074")); +_bagd .SetIfNotNil ("\u0051\u0075\u0061\u0064\u0050\u006f\u0069\u006e\u0074\u0073",_gcef .QuadPoints );_bagd .SetIfNotNil ("\u0049\u0043",_gcef .IC );_bagd .SetIfNotNil ("\u0052\u004f",_gcef .RO );_bagd .SetIfNotNil ("O\u0076\u0065\u0072\u006c\u0061\u0079\u0054\u0065\u0078\u0074",_gcef .OverlayText ); +_bagd .SetIfNotNil ("\u0052\u0065\u0070\u0065\u0061\u0074",_gcef .Repeat );_bagd .SetIfNotNil ("\u0044\u0041",_gcef .DA );_bagd .SetIfNotNil ("\u0051",_gcef .Q );return _cceg ;}; -// PdfField contains the common attributes of a form field. The context object contains the specific field data -// which can represent a button, text, choice or signature. -// The PdfField is typically not used directly, but is encapsulated by the more specific field types such as -// PdfFieldButton etc (i.e. the context attribute). -type PdfField struct{_fbedg PdfModel ;_adgda *_eb .PdfIndirectObject ;Parent *PdfField ;Annotations []*PdfAnnotationWidget ;Kids []*PdfField ;FT *_eb .PdfObjectName ;T *_eb .PdfObjectString ;TU *_eb .PdfObjectString ;TM *_eb .PdfObjectString ;Ff *_eb .PdfObjectInteger ; -V _eb .PdfObject ;DV _eb .PdfObject ;AA _eb .PdfObject ;VariableText *VariableText ;}; +// PdfOutputIntentType is the subtype of the given PdfOutputIntent. +type PdfOutputIntentType int ; -// ToPdfObject return the CalGray colorspace as a PDF object (name dictionary). -func (_gdged *PdfColorspaceCalGray )ToPdfObject ()_eb .PdfObject {_cabe :=&_eb .PdfObjectArray {};_cabe .Append (_eb .MakeName ("\u0043a\u006c\u0047\u0072\u0061\u0079"));_ddbdc :=_eb .MakeDict ();if _gdged .WhitePoint !=nil {_ddbdc .Set ("\u0057\u0068\u0069\u0074\u0065\u0050\u006f\u0069\u006e\u0074",_eb .MakeArray (_eb .MakeFloat (_gdged .WhitePoint [0]),_eb .MakeFloat (_gdged .WhitePoint [1]),_eb .MakeFloat (_gdged .WhitePoint [2]))); -}else {_ddb .Log .Error ("\u0043\u0061\u006c\u0047\u0072\u0061\u0079\u003a\u0020\u004d\u0069\u0073\u0073\u0069\u006e\u0067\u0020\u0057\u0068\u0069\u0074\u0065\u0050\u006fi\u006e\u0074\u0020\u0028\u0052e\u0071\u0075i\u0072\u0065\u0064\u0029");};if _gdged .BlackPoint !=nil {_ddbdc .Set ("\u0042\u006c\u0061\u0063\u006b\u0050\u006f\u0069\u006e\u0074",_eb .MakeArray (_eb .MakeFloat (_gdged .BlackPoint [0]),_eb .MakeFloat (_gdged .BlackPoint [1]),_eb .MakeFloat (_gdged .BlackPoint [2]))); -};_ddbdc .Set ("\u0047\u0061\u006dm\u0061",_eb .MakeFloat (_gdged .Gamma ));_cabe .Append (_ddbdc );if _gdged ._gdee !=nil {_gdged ._gdee .PdfObject =_cabe ;return _gdged ._gdee ;};return _cabe ;}; +// PdfFontDescriptor specifies metrics and other attributes of a font and can refer to a FontFile +// for embedded fonts. +// 9.8 Font Descriptors (page 281) +type PdfFontDescriptor struct{FontName _cee .PdfObject ;FontFamily _cee .PdfObject ;FontStretch _cee .PdfObject ;FontWeight _cee .PdfObject ;Flags _cee .PdfObject ;FontBBox _cee .PdfObject ;ItalicAngle _cee .PdfObject ;Ascent _cee .PdfObject ;Descent _cee .PdfObject ; +Leading _cee .PdfObject ;CapHeight _cee .PdfObject ;XHeight _cee .PdfObject ;StemV _cee .PdfObject ;StemH _cee .PdfObject ;AvgWidth _cee .PdfObject ;MaxWidth _cee .PdfObject ;MissingWidth _cee .PdfObject ;FontFile _cee .PdfObject ;FontFile2 _cee .PdfObject ; +FontFile3 _cee .PdfObject ;CharSet _cee .PdfObject ;_cadgge int ;_efacg float64 ;*fontFile ;_bcga *_ce .TtfType ; -// ParserMetadata gets the parser metadata. -func (_eeaaa *CompliancePdfReader )ParserMetadata ()_eb .ParserMetadata {if _eeaaa ._fgafb ==(_eb .ParserMetadata {}){_eeaaa ._fgafb ,_ =_eeaaa ._ebbe .ParserMetadata ();};return _eeaaa ._fgafb ;}; +// Additional entries for CIDFonts +Style _cee .PdfObject ;Lang _cee .PdfObject ;FD _cee .PdfObject ;CIDSet _cee .PdfObject ;_gbfec *_cee .PdfIndirectObject ;}; -// String returns a string that describes `base`. -func (_efadd fontCommon )String ()string {return _e .Sprintf ("\u0046\u004f\u004e\u0054\u007b\u0025\u0073\u007d",_efadd .coreString ());}; +// AppendContentStream adds content stream by string. Appends to the last +// contentstream instance if many. +func (_bddec *PdfPage )AppendContentStream (contentStr string )error {_fddff ,_ecgbe :=_bddec .GetContentStreams ();if _ecgbe !=nil {return _ecgbe ;};if len (_fddff )==0{_fddff =[]string {contentStr };return _bddec .SetContentStreams (_fddff ,_cee .NewFlateEncoder ()); +};var _dcadg _cd .Buffer ;_dcadg .WriteString (_fddff [len (_fddff )-1]);_dcadg .WriteString ("\u000a");_dcadg .WriteString (contentStr );_fddff [len (_fddff )-1]=_dcadg .String ();return _bddec .SetContentStreams (_fddff ,_cee .NewFlateEncoder ());}; -// NewPdfRectangle creates a PDF rectangle object based on an input array of 4 integers. -// Defining the lower left (LL) and upper right (UR) corners with -// floating point numbers. -func NewPdfRectangle (arr _eb .PdfObjectArray )(*PdfRectangle ,error ){_edgfbd :=PdfRectangle {};if arr .Len ()!=4{return nil ,_dcf .New ("\u0069\u006e\u0076\u0061\u006c\u0069d\u0020\u0072\u0065\u0063\u0074\u0061\u006e\u0067\u006c\u0065\u0020\u0061\u0072r\u0061\u0079\u002c\u0020\u006c\u0065\u006e \u0021\u003d\u0020\u0034"); -};var _dfddg error ;_edgfbd .Llx ,_dfddg =_eb .GetNumberAsFloat (arr .Get (0));if _dfddg !=nil {return nil ,_dfddg ;};_edgfbd .Lly ,_dfddg =_eb .GetNumberAsFloat (arr .Get (1));if _dfddg !=nil {return nil ,_dfddg ;};_edgfbd .Urx ,_dfddg =_eb .GetNumberAsFloat (arr .Get (2)); -if _dfddg !=nil {return nil ,_dfddg ;};_edgfbd .Ury ,_dfddg =_eb .GetNumberAsFloat (arr .Get (3));if _dfddg !=nil {return nil ,_dfddg ;};return &_edgfbd ,nil ;}; +// NewPdfActionLaunch returns a new "launch" action. +func NewPdfActionLaunch ()*PdfActionLaunch {_fb :=NewPdfAction ();_bed :=&PdfActionLaunch {};_bed .PdfAction =_fb ;_fb .SetContext (_bed );return _bed ;}; -// NewPdfReaderLazy creates a new PdfReader for `rs` in lazy-loading mode. The difference -// from NewPdfReader is that in lazy-loading mode, objects are only loaded into memory when needed -// rather than entire structure being loaded into memory on reader creation. -// Note that it may make sense to use the lazy-load reader when processing only parts of files, -// rather than loading entire file into memory. Example: splitting a few pages from a large PDF file. -func NewPdfReaderLazy (rs _bagf .ReadSeeker )(*PdfReader ,error ){const _fcagd ="\u006d\u006f\u0064\u0065l:\u004e\u0065\u0077\u0050\u0064\u0066\u0052\u0065\u0061\u0064\u0065\u0072\u004c\u0061z\u0079";return _dcgfe (rs ,&ReaderOpts {LazyLoad :true },false ,_fcagd ); -}; +// PickTrayByPDFSize returns the value of the pickTrayByPDFSize flag. +func (_baea *ViewerPreferences )PickTrayByPDFSize ()bool {if _baea ._bdfed ==nil {return false ;};return *_baea ._bdfed ;}; -// SetContentStreams sets the content streams based on a string array. Will make -// 1 object stream for each string and reference from the page Contents. -// Each stream will be encoded using the encoding specified by the StreamEncoder, -// if empty, will use identity encoding (raw data). -func (_ddgbc *PdfPage )SetContentStreams (cStreams []string ,encoder _eb .StreamEncoder )error {if len (cStreams )==0{_ddgbc .Contents =nil ;return nil ;};if encoder ==nil {encoder =_eb .NewRawEncoder ();};var _ddfce []*_eb .PdfObjectStream ;for _ ,_ebggbe :=range cStreams {_gedbf :=&_eb .PdfObjectStream {}; -_egdd :=encoder .MakeStreamDict ();_cbfbb ,_fgab :=encoder .EncodeBytes ([]byte (_ebggbe ));if _fgab !=nil {return _fgab ;};_egdd .Set ("\u004c\u0065\u006e\u0067\u0074\u0068",_eb .MakeInteger (int64 (len (_cbfbb ))));_gedbf .PdfObjectDictionary =_egdd ; -_gedbf .Stream =_cbfbb ;_ddfce =append (_ddfce ,_gedbf );};if len (_ddfce )==1{_ddgbc .Contents =_ddfce [0];}else {_bafa :=_eb .MakeArray ();for _ ,_gggee :=range _ddfce {_bafa .Append (_gggee );};_ddgbc .Contents =_bafa ;};return nil ;}; +// Normalize swaps (Llx,Urx) if Urx < Llx, and (Lly,Ury) if Ury < Lly. +func (_fdfab *PdfRectangle )Normalize (){if _fdfab .Llx > _fdfab .Urx {_fdfab .Llx ,_fdfab .Urx =_fdfab .Urx ,_fdfab .Llx ;};if _fdfab .Lly > _fdfab .Ury {_fdfab .Lly ,_fdfab .Ury =_fdfab .Ury ,_fdfab .Lly ;};}; -// GetObjectNums returns the object numbers of the PDF objects in the file -// Numbered objects are either indirect objects or stream objects. -// e.g. objNums := pdfReader.GetObjectNums() -// The underlying objects can then be accessed with -// pdfReader.GetIndirectObjectByNumber(objNums[0]) for the first available object. -func (_bgdbe *PdfReader )GetObjectNums ()[]int {return _bgdbe ._ebbe .GetObjectNums ()};func (_dffaf *PdfReader )loadDSS ()(*DSS ,error ){if _dffaf ._ebbe .GetCrypter ()!=nil &&!_dffaf ._ebbe .IsAuthenticated (){return nil ,_e .Errorf ("\u0066\u0069\u006ce\u0020\u006e\u0065\u0065d\u0020\u0074\u006f\u0020\u0062\u0065\u0020d\u0065\u0063\u0072\u0079\u0070\u0074\u0065\u0064\u0020\u0066\u0069\u0072\u0073\u0074"); -};_gdacf :=_dffaf ._bagcfd .Get ("\u0044\u0053\u0053");if _gdacf ==nil {return nil ,nil ;};_gcddb ,_ :=_eb .GetIndirect (_gdacf );_gdacf =_eb .TraceToDirectObject (_gdacf );switch _acgfc :=_gdacf .(type ){case *_eb .PdfObjectNull :return nil ,nil ;case *_eb .PdfObjectDictionary :return _gacff (_gcddb ,_acgfc ); -};return nil ,_e .Errorf ("i\u006ev\u0061\u006c\u0069\u0064\u0020\u0044\u0053\u0053 \u0065\u006e\u0074\u0072y \u0025\u0054",_gdacf );}; +// GetStructRoot gets the StructTreeRoot object +func (_bbbbfg *PdfPage )GetStructTreeRoot ()(*_cee .PdfObject ,bool ){_gcdag ,_gfdf :=_bbbbfg ._acbbg .GetCatalogStructTreeRoot ();return &_gcdag ,_gfdf ;}; -// ColorToRGB converts a Lab color to an RGB color. -func (_ebag *PdfColorspaceLab )ColorToRGB (color PdfColor )(PdfColor ,error ){_ccgf :=func (_egfbf float64 )float64 {if _egfbf >=6.0/29{return _egfbf *_egfbf *_egfbf ;};return 108.0/841*(_egfbf -4.0/29.0);};_badd ,_cgbg :=color .(*PdfColorLab );if !_cgbg {_ddb .Log .Debug ("\u0069\u006e\u0070\u0075t \u0063\u006f\u006c\u006f\u0072\u0020\u006e\u006f\u0074\u0020\u006c\u0061\u0062"); -return nil ,_dcf .New ("\u0074\u0079p\u0065\u0020\u0063h\u0065\u0063\u006b\u0020\u0065\u0072\u0072\u006f\u0072");};LStar :=_badd .L ();AStar :=_badd .A ();BStar :=_badd .B ();L :=(LStar +16)/116+AStar /500;M :=(LStar +16)/116;N :=(LStar +16)/116-BStar /200; -X :=_ebag .WhitePoint [0]*_ccgf (L );Y :=_ebag .WhitePoint [1]*_ccgf (M );Z :=_ebag .WhitePoint [2]*_ccgf (N );_aafb :=3.240479*X +-1.537150*Y +-0.498535*Z ;_dfba :=-0.969256*X +1.875992*Y +0.041556*Z ;_acba :=0.055648*X +-0.204043*Y +1.057311*Z ;_aafb =_gg .Min (_gg .Max (_aafb ,0),1.0); -_dfba =_gg .Min (_gg .Max (_dfba ,0),1.0);_acba =_gg .Min (_gg .Max (_acba ,0),1.0);return NewPdfColorDeviceRGB (_aafb ,_dfba ,_acba ),nil ;}; +// ToPdfObject implements interface PdfModel. +func (_gfea *PdfAnnotationText )ToPdfObject ()_cee .PdfObject {_gfea .PdfAnnotation .ToPdfObject ();_geea :=_gfea ._eddc ;_dafcd :=_geea .PdfObject .(*_cee .PdfObjectDictionary );if _gfea .PdfAnnotationMarkup !=nil {_gfea .PdfAnnotationMarkup .appendToPdfDictionary (_dafcd ); +};_dafcd .SetIfNotNil ("\u0053u\u0062\u0074\u0079\u0070\u0065",_cee .MakeName ("\u0054\u0065\u0078\u0074"));_dafcd .SetIfNotNil ("\u004f\u0070\u0065\u006e",_gfea .Open );_dafcd .SetIfNotNil ("\u004e\u0061\u006d\u0065",_gfea .Name );_dafcd .SetIfNotNil ("\u0053\u0074\u0061t\u0065",_gfea .State ); +_dafcd .SetIfNotNil ("\u0053\u0074\u0061\u0074\u0065\u004d\u006f\u0064\u0065\u006c",_gfea .StateModel );return _geea ;}; -// GetCIDToGIDMapObject get the underlying CIDToGIDMap object if the font type is CIDFontType2. -func (_ebdc *PdfFont )GetCIDToGIDMapObject ()_eb .PdfObject {_gcaf ,_bbcg :=_ebdc ._fdaa .(*pdfCIDFontType2 );if _bbcg {return _gcaf .CIDToGIDMap ;};return nil ;};func (_gddg *pdfFontType3 )getFontDescriptor ()*PdfFontDescriptor {return _gddg ._bged }; +// ColorToRGB verifies that the input color is an RGB color. Method exists in +// order to satisfy the PdfColorspace interface. +func (_bbfd *PdfColorspaceDeviceRGB )ColorToRGB (color PdfColor )(PdfColor ,error ){_agaa ,_gcagd :=color .(*PdfColorDeviceRGB );if !_gcagd {_fca .Log .Debug ("\u0049\u006e\u0070\u0075\u0074\u0020\u0063\u006f\u006c\u006f\u0072 \u006e\u006f\u0074\u0020\u0064\u0065\u0076\u0069\u0063\u0065 \u0052\u0047\u0042"); +return nil ,_cdf .New ("\u0074\u0079p\u0065\u0020\u0063h\u0065\u0063\u006b\u0020\u0065\u0072\u0072\u006f\u0072");};return _agaa ,nil ;}; +// L returns the value of the L component of the color. +func (_eddbc *PdfColorLab )L ()float64 {return _eddbc [0]}; -// GenerateHashMaps generates DSS hashmaps for Certificates, OCSPs and CRLs to make sure they are unique. -func (_accd *DSS )GenerateHashMaps ()error {_afcfa ,_degda :=_accd .generateHashMap (_accd .Certs );if _degda !=nil {return _degda ;};_acdgg ,_degda :=_accd .generateHashMap (_accd .OCSPs );if _degda !=nil {return _degda ;};_gcad ,_degda :=_accd .generateHashMap (_accd .CRLs ); -if _degda !=nil {return _degda ;};_accd ._eaed =_afcfa ;_accd ._gccb =_acdgg ;_accd ._adcdd =_gcad ;return nil ;}; +// ToPdfObject returns the PDF representation of the tiling pattern. +func (_aeafd *PdfTilingPattern )ToPdfObject ()_cee .PdfObject {_aeafd .PdfPattern .ToPdfObject ();_aede :=_aeafd .getDict ();if _aeafd .PaintType !=nil {_aede .Set ("\u0050a\u0069\u006e\u0074\u0054\u0079\u0070e",_aeafd .PaintType );};if _aeafd .TilingType !=nil {_aede .Set ("\u0054\u0069\u006c\u0069\u006e\u0067\u0054\u0079\u0070\u0065",_aeafd .TilingType ); +};if _aeafd .BBox !=nil {_aede .Set ("\u0042\u0042\u006f\u0078",_aeafd .BBox .ToPdfObject ());};if _aeafd .XStep !=nil {_aede .Set ("\u0058\u0053\u0074e\u0070",_aeafd .XStep );};if _aeafd .YStep !=nil {_aede .Set ("\u0059\u0053\u0074e\u0070",_aeafd .YStep ); +};if _aeafd .Resources !=nil {_aede .Set ("\u0052e\u0073\u006f\u0075\u0072\u0063\u0065s",_aeafd .Resources .ToPdfObject ());};if _aeafd .Matrix !=nil {_aede .Set ("\u004d\u0061\u0074\u0072\u0069\u0078",_aeafd .Matrix );};return _aeafd ._bgabc ;};func _cfdb (_adgcd *_cee .PdfObjectDictionary ,_dadcc *fontCommon )(*pdfCIDFontType0 ,error ){if _dadcc ._ccdeg !="\u0043\u0049\u0044F\u006f\u006e\u0074\u0054\u0079\u0070\u0065\u0030"{_fca .Log .Debug ("\u0045R\u0052\u004fR\u003a\u0020\u0046\u006fn\u0074\u0020\u0053u\u0062\u0054\u0079\u0070\u0065\u0020\u0021\u003d\u0020CI\u0044\u0046\u006fn\u0074\u0054y\u0070\u0065\u0030\u002e\u0020\u0066o\u006e\u0074=\u0025\u0073",_dadcc ); +return nil ,_cee .ErrRangeError ;};_fdab :=_aeafc (_dadcc );_fbae ,_aeea :=_cee .GetDict (_adgcd .Get ("\u0043\u0049\u0044\u0053\u0079\u0073\u0074\u0065\u006d\u0049\u006e\u0066\u006f"));if !_aeea {_fca .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0043I\u0044\u0053\u0079st\u0065\u006d\u0049\u006e\u0066\u006f \u0028\u0052\u0065\u0071\u0075\u0069\u0072\u0065\u0064\u0029\u0020\u006d\u0069\u0073\u0073i\u006e\u0067\u002e\u0020\u0066\u006f\u006e\u0074=\u0025\u0073",_dadcc ); +return nil ,ErrRequiredAttributeMissing ;};_fdab .CIDSystemInfo =_fbae ;_fdab .DW =_adgcd .Get ("\u0044\u0057");_fdab .W =_adgcd .Get ("\u0057");_fdab .DW2 =_adgcd .Get ("\u0044\u0057\u0032");_fdab .W2 =_adgcd .Get ("\u0057\u0032");_fdab ._bfecd =1000.0; +if _ffage ,_ecagc :=_cee .GetNumberAsFloat (_fdab .DW );_ecagc ==nil {_fdab ._bfecd =_ffage ;};_fcgbc ,_fcgc :=_fceag (_fdab .W );if _fcgc !=nil {return nil ,_fcgc ;};if _fcgbc ==nil {_fcgbc =map[_dae .CharCode ]float64 {};};_fdab ._gdde =_fcgbc ;return _fdab ,nil ; +}; -// ToPdfObject returns the PDF representation of the colorspace. -func (_acdbf *PdfColorspaceSpecialPattern )ToPdfObject ()_eb .PdfObject {if _acdbf .UnderlyingCS ==nil {return _eb .MakeName ("\u0050a\u0074\u0074\u0065\u0072\u006e");};_cffc :=_eb .MakeArray (_eb .MakeName ("\u0050a\u0074\u0074\u0065\u0072\u006e"));_cffc .Append (_acdbf .UnderlyingCS .ToPdfObject ()); -if _acdbf ._fgff !=nil {_acdbf ._fgff .PdfObject =_cffc ;return _acdbf ._fgff ;};return _cffc ;}; +// G returns the value of the green component of the color. +func (_egfda *PdfColorDeviceRGB )G ()float64 {return _egfda [1]}; -// PdfAnnotationFileAttachment represents FileAttachment annotations. -// (Section 12.5.6.15). -type PdfAnnotationFileAttachment struct{*PdfAnnotation ;*PdfAnnotationMarkup ;FS _eb .PdfObject ;Name _eb .PdfObject ;}; +// Val returns the value of the color. +func (_bggg *PdfColorCalGray )Val ()float64 {return float64 (*_bggg )}; -// SetPrintArea sets the value of the printArea. -func (_daff *ViewerPreferences )SetPrintArea (printArea PageBoundary ){_daff ._bdegd =printArea }; +// ImageToRGB converts image in CalGray color space to RGB (A, B, C -> X, Y, Z). +func (_fdba *PdfColorspaceCalGray )ImageToRGB (img Image )(Image ,error ){_bedb :=_ag .NewReader (img .getBase ());_dbfg :=_ca .NewImageBase (int (img .Width ),int (img .Height ),int (img .BitsPerComponent ),3,nil ,nil ,nil );_aee :=_ag .NewWriter (_dbfg ); +_bbbea :=_aaa .Pow (2,float64 (img .BitsPerComponent ))-1;_eddgd :=make ([]uint32 ,3);var (_fcaf uint32 ;ANorm ,X ,Y ,Z ,_dedc ,_gebcb ,_dadaa float64 ;_geeb error ;);for {_fcaf ,_geeb =_bedb .ReadSample ();if _geeb ==_fc .EOF {break ;}else if _geeb !=nil {return img ,_geeb ; +};ANorm =float64 (_fcaf )/_bbbea ;X =_fdba .WhitePoint [0]*_aaa .Pow (ANorm ,_fdba .Gamma );Y =_fdba .WhitePoint [1]*_aaa .Pow (ANorm ,_fdba .Gamma );Z =_fdba .WhitePoint [2]*_aaa .Pow (ANorm ,_fdba .Gamma );_dedc =3.240479*X +-1.537150*Y +-0.498535*Z ; +_gebcb =-0.969256*X +1.875992*Y +0.041556*Z ;_dadaa =0.055648*X +-0.204043*Y +1.057311*Z ;_dedc =_aaa .Min (_aaa .Max (_dedc ,0),1.0);_gebcb =_aaa .Min (_aaa .Max (_gebcb ,0),1.0);_dadaa =_aaa .Min (_aaa .Max (_dadaa ,0),1.0);_eddgd [0]=uint32 (_dedc *_bbbea ); +_eddgd [1]=uint32 (_gebcb *_bbbea );_eddgd [2]=uint32 (_dadaa *_bbbea );if _geeb =_aee .WriteSamples (_eddgd );_geeb !=nil {return img ,_geeb ;};};return _acecd (&_dbfg ),nil ;};func (_befg Image )getBase ()_ca .ImageBase {return _ca .NewImageBase (int (_befg .Width ),int (_befg .Height ),int (_befg .BitsPerComponent ),_befg .ColorComponents ,_befg .Data ,_befg ._cbfg ,_befg ._cabgb ); +}; -// PdfActionSetOCGState represents a SetOCGState action. -type PdfActionSetOCGState struct{*PdfAction ;State _eb .PdfObject ;PreserveRB _eb .PdfObject ;};func (_fcg *PdfAnnotation )String ()string {_eag :="";_dggd ,_acd :=_fcg .ToPdfObject ().(*_eb .PdfIndirectObject );if _acd {_eag =_e .Sprintf ("\u0025\u0054\u003a\u0020\u0025\u0073",_fcg ._cdb ,_dggd .PdfObject .String ()); -};return _eag ;}; +// PartialName returns the partial name of the field. +func (_abeef *PdfField )PartialName ()string {_debgc :="";if _abeef .T !=nil {_debgc =_abeef .T .Decoded ();}else {_fca .Log .Debug ("\u0046\u0069el\u0064\u0020\u006di\u0073\u0073\u0069\u006eg T\u0020fi\u0065\u006c\u0064\u0020\u0028\u0069\u006eco\u006d\u0070\u0061\u0074\u0069\u0062\u006ce\u0029"); +};return _debgc ;}; -// PdfColorspaceICCBased format [/ICCBased stream] -// -// The stream shall contain the ICC profile. -// A conforming reader shall support ICC.1:2004:10 as required by PDF 1.7, which will enable it -// to properly render all embedded ICC profiles regardless of the PDF version -// -// In the current implementation, we rely on the alternative colormap provided. -type PdfColorspaceICCBased struct{N int ;Alternate PdfColorspace ; +// String returns the name of the colorspace (DeviceN). +func (_ccafg *PdfColorspaceDeviceN )String ()string {return "\u0044e\u0076\u0069\u0063\u0065\u004e"}; -// If omitted ICC not supported: then use DeviceGray, -// DeviceRGB or DeviceCMYK for N=1,3,4 respectively. -Range []float64 ;Metadata *_eb .PdfObjectStream ;Data []byte ;_ebggg *_eb .PdfIndirectObject ;_cdebc *_eb .PdfObjectStream ;}; +// String returns a string representation of what flags are set. +func (_febf FieldFlag )String ()string {_dcab :="";if _febf ==FieldFlagClear {_dcab ="\u0043\u006c\u0065a\u0072";return _dcab ;};if _febf &FieldFlagReadOnly > 0{_dcab +="\u007cR\u0065\u0061\u0064\u004f\u006e\u006cy";};if _febf &FieldFlagRequired > 0{_dcab +="\u007cR\u0065\u0071\u0075\u0069\u0072\u0065d"; +};if _febf &FieldFlagNoExport > 0{_dcab +="\u007cN\u006f\u0045\u0078\u0070\u006f\u0072t";};if _febf &FieldFlagNoToggleToOff > 0{_dcab +="\u007c\u004e\u006f\u0054\u006f\u0067\u0067\u006c\u0065T\u006f\u004f\u0066\u0066";};if _febf &FieldFlagRadio > 0{_dcab +="\u007c\u0052\u0061\u0064\u0069\u006f"; +};if _febf &FieldFlagPushbutton > 0{_dcab +="|\u0050\u0075\u0073\u0068\u0062\u0075\u0074\u0074\u006f\u006e";};if _febf &FieldFlagRadiosInUnision > 0{_dcab +="\u007c\u0052a\u0064\u0069\u006fs\u0049\u006e\u0055\u006e\u0069\u0073\u0069\u006f\u006e";};if _febf &FieldFlagMultiline > 0{_dcab +="\u007c\u004d\u0075\u006c\u0074\u0069\u006c\u0069\u006e\u0065"; +};if _febf &FieldFlagPassword > 0{_dcab +="\u007cP\u0061\u0073\u0073\u0077\u006f\u0072d";};if _febf &FieldFlagFileSelect > 0{_dcab +="|\u0046\u0069\u006c\u0065\u0053\u0065\u006c\u0065\u0063\u0074";};if _febf &FieldFlagDoNotScroll > 0{_dcab +="\u007c\u0044\u006fN\u006f\u0074\u0053\u0063\u0072\u006f\u006c\u006c"; +};if _febf &FieldFlagComb > 0{_dcab +="\u007c\u0043\u006fm\u0062";};if _febf &FieldFlagRichText > 0{_dcab +="\u007cR\u0069\u0063\u0068\u0054\u0065\u0078t";};if _febf &FieldFlagDoNotSpellCheck > 0{_dcab +="\u007c\u0044o\u004e\u006f\u0074S\u0070\u0065\u006c\u006c\u0043\u0068\u0065\u0063\u006b"; +};if _febf &FieldFlagCombo > 0{_dcab +="\u007c\u0043\u006f\u006d\u0062\u006f";};if _febf &FieldFlagEdit > 0{_dcab +="\u007c\u0045\u0064i\u0074";};if _febf &FieldFlagSort > 0{_dcab +="\u007c\u0053\u006fr\u0074";};if _febf &FieldFlagMultiSelect > 0{_dcab +="\u007c\u004d\u0075l\u0074\u0069\u0053\u0065\u006c\u0065\u0063\u0074"; +};if _febf &FieldFlagCommitOnSelChange > 0{_dcab +="\u007cC\u006fm\u006d\u0069\u0074\u004f\u006eS\u0065\u006cC\u0068\u0061\u006e\u0067\u0065";};return _ad .Trim (_dcab ,"\u007c");}; -// GetNumComponents returns the number of color components. -func (_fdcb *PdfColorspaceICCBased )GetNumComponents ()int {return _fdcb .N }; +// PdfActionLaunch represents a launch action. +type PdfActionLaunch struct{*PdfAction ;F *PdfFilespec ;Win _cee .PdfObject ;Mac _cee .PdfObject ;Unix _cee .PdfObject ;NewWindow _cee .PdfObject ;}; -// NewPdfFieldSignature returns an initialized signature field. -func NewPdfFieldSignature (signature *PdfSignature )*PdfFieldSignature {_dfdaa :=&PdfFieldSignature {};_dfdaa .PdfField =NewPdfField ();_dfdaa .PdfField .SetContext (_dfdaa );_dfdaa .PdfAnnotationWidget =NewPdfAnnotationWidget ();_dfdaa .PdfAnnotationWidget .SetContext (_dfdaa ); -_dfdaa .PdfAnnotationWidget ._ggf =_dfdaa .PdfField ._adgda ;_dfdaa .T =_eb .MakeString ("");_dfdaa .F =_eb .MakeInteger (132);_dfdaa .V =signature ;return _dfdaa ;}; +// ToInteger convert to an integer format. +func (_ececa *PdfColorLab )ToInteger (bits int )[3]uint32 {_adcbg :=_aaa .Pow (2,float64 (bits ))-1;return [3]uint32 {uint32 (_adcbg *_ececa .L ()),uint32 (_adcbg *_ececa .A ()),uint32 (_adcbg *_ececa .B ())};};func _ccbbb (_gabde *_cee .PdfObjectDictionary )(*PdfFieldText ,error ){_aeffa :=&PdfFieldText {}; +_aeffa .DA ,_ =_cee .GetString (_gabde .Get ("\u0044\u0041"));_aeffa .Q ,_ =_cee .GetInt (_gabde .Get ("\u0051"));_aeffa .DS ,_ =_cee .GetString (_gabde .Get ("\u0044\u0053"));_aeffa .RV =_gabde .Get ("\u0052\u0056");_aeffa .MaxLen ,_ =_cee .GetInt (_gabde .Get ("\u004d\u0061\u0078\u004c\u0065\u006e")); +return _aeffa ,nil ;}; -// GetFillImage get attached model.Image in push button. -func (_bdaf *PdfFieldButton )GetFillImage ()*Image {if _bdaf .IsPush (){return _bdaf ._cadc ;};return nil ;}; +// GetPageIndirectObject returns the indirect object of page for the specified page number. +func (_fbbc *PdfWriter )GetPageIndirectObject (pageNum int )(*_cee .PdfIndirectObject ,error ){if pageNum < 0||pageNum >=len (_fbbc ._dcdg ){return nil ,_cdf .New ("\u0070a\u0067\u0065\u0020\u006e\u0075\u006d\u0062\u0065\u0072\u0020\u006fu\u0074\u0020\u006f\u0066\u0020\u0072\u0061\u006e\u0067\u0065"); +};return _fbbc ._dcdg [pageNum ],nil ;}; -// GetNumComponents returns the number of color components of the colorspace device. -// Returns 3 for a Lab device. -func (_dedgd *PdfColorspaceLab )GetNumComponents ()int {return 3}; +// PdfShadingType7 is a Tensor-product patch mesh. +type PdfShadingType7 struct{*PdfShading ;BitsPerCoordinate *_cee .PdfObjectInteger ;BitsPerComponent *_cee .PdfObjectInteger ;BitsPerFlag *_cee .PdfObjectInteger ;Decode *_cee .PdfObjectArray ;Function []PdfFunction ;}; -// String implements interface PdfObject. -func (_egb *PdfAction )String ()string {_fec ,_dgg :=_egb .ToPdfObject ().(*_eb .PdfIndirectObject );if _dgg {return _e .Sprintf ("\u0025\u0054\u003a\u0020\u0025\u0073",_egb ._aee ,_fec .PdfObject .String ());};return "";};var (TabOrderRow TabOrderType ="\u0052"; -TabOrderColumn TabOrderType ="\u0043";TabOrderStructure TabOrderType ="\u0053";); +// ToGoTime returns the date in time.Time format. +func (_fcdgf PdfDate )ToGoTime ()_gc .Time {_ffcgb :=int (_fcdgf ._gccea *60*60+_fcdgf ._cacedd *60);switch _fcdgf ._cfbed {case '-':_ffcgb =-_ffcgb ;case 'Z':_ffcgb =0;};_bfeef :=_e .Sprintf ("\u0055\u0054\u0043\u0025\u0063\u0025\u002e\u0032\u0064\u0025\u002e\u0032\u0064",_fcdgf ._cfbed ,_fcdgf ._gccea ,_fcdgf ._cacedd ); +_cbcgg :=_gc .FixedZone (_bfeef ,_ffcgb );return _gc .Date (int (_fcdgf ._gffbe ),_gc .Month (_fcdgf ._dabdg ),int (_fcdgf ._cfdgf ),int (_fcdgf ._bbeea ),int (_fcdgf ._bfaec ),int (_fcdgf ._begea ),0,_cbcgg );}; -// DefaultImageHandler is the default implementation of the ImageHandler using the standard go library. -type DefaultImageHandler struct{}; +// Size returns the width and the height of the page. The method reports +// the page dimensions as displayed by a PDF viewer (i.e. page rotation is +// taken into account). +func (_bcbee *PdfPage )Size ()(float64 ,float64 ,error ){_debb ,_cbdag :=_bcbee .GetMediaBox ();if _cbdag !=nil {return 0,0,_cbdag ;};_edfea ,_ffede :=_debb .Width (),_debb .Height ();_bdaf ,_cbdag :=_bcbee .GetRotate ();if _cbdag !=nil {_fca .Log .Debug ("\u0045\u0052R\u004f\u0052\u003a\u0020\u0025\u0073\u0020\u002d\u0020\u0069\u0067\u006e\u006f\u0072\u0069\u006e\u0067\u0020\u0061\u006e\u0064\u0020\u0061\u0073\u0073\u0075\u006d\u0069\u006e\u0067\u0020\u006e\u006f\u0020\u0072\u006f\u0074\u0061\u0074\u0069\u006f\u006e\u000a",_cbdag .Error ()); +};if _abcaf :=_bdaf ;_abcaf %360!=0&&_abcaf %90==0{if _fcbf :=(360+_abcaf %360)%360;_fcbf ==90||_fcbf ==270{_edfea ,_ffede =_ffede ,_edfea ;};};return _edfea ,_ffede ,nil ;};func (_aceef *LTV )getCRLs (_gcegc []*_dfd .Certificate )([][]byte ,error ){_ceab :=make ([][]byte ,0,len (_gcegc )); +for _ ,_eggg :=range _gcegc {for _ ,_dffef :=range _eggg .CRLDistributionPoints {if _aceef .CertClient .IsCA (_eggg ){continue ;};_bccd ,_fabdc :=_aceef .CRLClient .MakeRequest (_dffef ,_eggg );if _fabdc !=nil {_fca .Log .Debug ("W\u0041\u0052\u004e\u003a\u0020\u0043R\u004c\u0020\u0072\u0065\u0071\u0075\u0065\u0073\u0074 \u0065\u0072\u0072o\u0072:\u0020\u0025\u0076",_fabdc ); +continue ;};_ceab =append (_ceab ,_bccd );};};return _ceab ,nil ;};func _ccba (_afbafc _cee .PdfObject )(*PdfColorspaceDeviceNAttributes ,error ){_dceg :=&PdfColorspaceDeviceNAttributes {};var _faage *_cee .PdfObjectDictionary ;switch _gbfb :=_afbafc .(type ){case *_cee .PdfIndirectObject :_dceg ._gedbb =_gbfb ; +var _acgf bool ;_faage ,_acgf =_gbfb .PdfObject .(*_cee .PdfObjectDictionary );if !_acgf {_fca .Log .Error ("\u0044\u0065\u0076\u0069c\u0065\u004e\u0020\u0061\u0074\u0074\u0072\u0069\u0062\u0075t\u0065 \u0074\u0079\u0070\u0065\u0020\u0065\u0072r\u006f\u0072"); +return nil ,_cdf .New ("\u0074\u0079\u0070\u0065\u0020\u0065\u0072\u0072\u006f\u0072");};case *_cee .PdfObjectDictionary :_faage =_gbfb ;case *_cee .PdfObjectReference :_cbdfc :=_gbfb .Resolve ();return _ccba (_cbdfc );default:_fca .Log .Error ("\u0044\u0065\u0076\u0069c\u0065\u004e\u0020\u0061\u0074\u0074\u0072\u0069\u0062\u0075t\u0065 \u0074\u0079\u0070\u0065\u0020\u0065\u0072r\u006f\u0072"); +return nil ,_cdf .New ("\u0074\u0079\u0070\u0065\u0020\u0065\u0072\u0072\u006f\u0072");};if _ecdd :=_faage .Get ("\u0053u\u0062\u0074\u0079\u0070\u0065");_ecdd !=nil {_ecaae ,_dbgbe :=_cee .TraceToDirectObject (_ecdd ).(*_cee .PdfObjectName );if !_dbgbe {_fca .Log .Error ("\u0044\u0065vi\u0063\u0065\u004e \u0061\u0074\u0074\u0072ibu\u0074e \u0053\u0075\u0062\u0074\u0079\u0070\u0065 t\u0079\u0070\u0065\u0020\u0065\u0072\u0072o\u0072"); +return nil ,_cdf .New ("\u0074\u0079\u0070\u0065\u0020\u0065\u0072\u0072\u006f\u0072");};_dceg .Subtype =_ecaae ;};if _dbgbc :=_faage .Get ("\u0043o\u006c\u006f\u0072\u0061\u006e\u0074s");_dbgbc !=nil {_dceg .Colorants =_dbgbc ;};if _cfac :=_faage .Get ("\u0050r\u006f\u0063\u0065\u0073\u0073"); +_cfac !=nil {_dceg .Process =_cfac ;};if _gcdbbf :=_faage .Get ("M\u0069\u0078\u0069\u006e\u0067\u0048\u0069\u006e\u0074\u0073");_gcdbbf !=nil {_dceg .MixingHints =_gcdbbf ;};return _dceg ,nil ;}; -// NewXObjectFormFromStream builds the Form XObject from a stream object. -// TODO: Should this be exposed? Consider different access points. -func NewXObjectFormFromStream (stream *_eb .PdfObjectStream )(*XObjectForm ,error ){_egdcg :=&XObjectForm {};_egdcg ._afcag =stream ;_gbgaf :=*(stream .PdfObjectDictionary );_faacc ,_bcddgd :=_eb .NewEncoderFromStream (stream );if _bcddgd !=nil {return nil ,_bcddgd ; -};_egdcg .Filter =_faacc ;if _gbfdf :=_gbgaf .Get ("\u0053u\u0062\u0074\u0079\u0070\u0065");_gbfdf !=nil {_fdfgb ,_eaagd :=_gbfdf .(*_eb .PdfObjectName );if !_eaagd {return nil ,_dcf .New ("\u0074\u0079\u0070\u0065\u0020\u0065\u0072\u0072\u006f\u0072"); -};if *_fdfgb !="\u0046\u006f\u0072\u006d"{_ddb .Log .Debug ("I\u006ev\u0061\u006c\u0069\u0064\u0020\u0066\u006f\u0072m\u0020\u0073\u0075\u0062ty\u0070\u0065");return nil ,_dcf .New ("i\u006ev\u0061\u006c\u0069\u0064\u0020\u0066\u006f\u0072m\u0020\u0073\u0075\u0062ty\u0070\u0065"); -};};if _gdce :=_gbgaf .Get ("\u0046\u006f\u0072\u006d\u0054\u0079\u0070\u0065");_gdce !=nil {_egdcg .FormType =_gdce ;};if _aefaab :=_gbgaf .Get ("\u0042\u0042\u006f\u0078");_aefaab !=nil {_egdcg .BBox =_aefaab ;};if _dcgae :=_gbgaf .Get ("\u004d\u0061\u0074\u0072\u0069\u0078"); -_dcgae !=nil {_egdcg .Matrix =_dcgae ;};if _bgafe :=_gbgaf .Get ("\u0052e\u0073\u006f\u0075\u0072\u0063\u0065s");_bgafe !=nil {_bgafe =_eb .TraceToDirectObject (_bgafe );_accfd ,_abebc :=_bgafe .(*_eb .PdfObjectDictionary );if !_abebc {_ddb .Log .Debug ("\u0049\u006e\u0076\u0061\u006ci\u0064\u0020\u0058\u004f\u0062j\u0065c\u0074\u0020\u0046\u006f\u0072\u006d\u0020\u0052\u0065\u0073\u006f\u0075\u0072\u0063\u0065\u0073\u0020\u006f\u0062j\u0065\u0063\u0074\u002c\u0020\u0070\u006f\u0069\u006e\u0074\u0069\u006e\u0067\u0020\u0074\u006f\u0020\u006e\u006f\u006e\u002d\u0064\u0069\u0063t\u0069\u006f\u006e\u0061\u0072\u0079"); -return nil ,_eb .ErrTypeError ;};_dacae ,_fbada :=NewPdfPageResourcesFromDict (_accfd );if _fbada !=nil {_ddb .Log .Debug ("\u0046\u0061i\u006c\u0065\u0064\u0020\u0067\u0065\u0074\u0074\u0069\u006e\u0067\u0020\u0066\u006f\u0072\u006d\u0020\u0072\u0065\u0073\u006f\u0075rc\u0065\u0073"); -return nil ,_fbada ;};_egdcg .Resources =_dacae ;_ddb .Log .Trace ("\u0046\u006f\u0072\u006d r\u0065\u0073\u006f\u0075\u0072\u0063\u0065\u0073\u003a\u0020\u0025\u0023\u0076",_egdcg .Resources );};_egdcg .Group =_gbgaf .Get ("\u0047\u0072\u006fu\u0070"); -_egdcg .Ref =_gbgaf .Get ("\u0052\u0065\u0066");_egdcg .MetaData =_gbgaf .Get ("\u004d\u0065\u0074\u0061\u0044\u0061\u0074\u0061");_egdcg .PieceInfo =_gbgaf .Get ("\u0050i\u0065\u0063\u0065\u0049\u006e\u0066o");_egdcg .LastModified =_gbgaf .Get ("\u004c\u0061\u0073t\u004d\u006f\u0064\u0069\u0066\u0069\u0065\u0064"); -_egdcg .StructParent =_gbgaf .Get ("\u0053\u0074\u0072u\u0063\u0074\u0050\u0061\u0072\u0065\u006e\u0074");_egdcg .StructParents =_gbgaf .Get ("\u0053\u0074\u0072\u0075\u0063\u0074\u0050\u0061\u0072\u0065\u006e\u0074\u0073");_egdcg .OPI =_gbgaf .Get ("\u004f\u0050\u0049"); -_egdcg .OC =_gbgaf .Get ("\u004f\u0043");_egdcg .Name =_gbgaf .Get ("\u004e\u0061\u006d\u0065");_egdcg .Stream =stream .Stream ;return _egdcg ,nil ;}; +// SetDisplayDocTitle sets the value of the displayDocTitle flag. +func (_baceb *ViewerPreferences )SetDisplayDocTitle (displayDocTitle bool ){_baceb ._gbbca =&displayDocTitle ;}; -// ToPdfObject implements interface PdfModel. -func (_acgc *PdfAnnotationPopup )ToPdfObject ()_eb .PdfObject {_acgc .PdfAnnotation .ToPdfObject ();_bde :=_acgc ._ggf ;_aegd :=_bde .PdfObject .(*_eb .PdfObjectDictionary );_aegd .SetIfNotNil ("\u0053u\u0062\u0074\u0079\u0070\u0065",_eb .MakeName ("\u0050\u006f\u0070u\u0070")); -_aegd .SetIfNotNil ("\u0050\u0061\u0072\u0065\u006e\u0074",_acgc .Parent );_aegd .SetIfNotNil ("\u004f\u0070\u0065\u006e",_acgc .Open );return _bde ;}; +// ToInteger convert to an integer format. +func (_cafgc *PdfColorDeviceGray )ToInteger (bits int )uint32 {_ggfc :=_aaa .Pow (2,float64 (bits ))-1;return uint32 (_ggfc *_cafgc .Val ());};func (_ceecd *PdfReader )newPdfSignatureFromIndirect (_aaecd *_cee .PdfIndirectObject )(*PdfSignature ,error ){_cdbbe ,_egbfc :=_aaecd .PdfObject .(*_cee .PdfObjectDictionary ); +if !_egbfc {_fca .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0053\u0069\u0067\u006e\u0061\u0074\u0075\u0072e\u0020\u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0065\u0072\u0020\u006e\u006ft\u0020\u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0069\u006e\u0067\u0020a \u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079"); +return nil ,ErrTypeCheck ;};if _gbfad ,_gdbad :=_ceecd ._fcgbe .GetModelFromPrimitive (_aaecd ).(*PdfSignature );_gdbad {return _gbfad ,nil ;};_cceb :=&PdfSignature {};_cceb ._gcfbb =_aaecd ;_cceb .Type ,_ =_cee .GetName (_cdbbe .Get ("\u0054\u0079\u0070\u0065")); +_cceb .Filter ,_egbfc =_cee .GetName (_cdbbe .Get ("\u0046\u0069\u006c\u0074\u0065\u0072"));if !_egbfc {_fca .Log .Error ("\u0045\u0052R\u004f\u0052\u003a\u0020\u0053i\u0067\u006e\u0061\u0074\u0075r\u0065\u0020\u0046\u0069\u006c\u0074\u0065\u0072\u0020\u0061\u0074\u0074\u0072\u0069\u0062\u0075\u0074\u0065\u0020\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u006f\u0072\u0020\u006d\u0069\u0073\u0073\u0069\u006e\u0067"); +return nil ,ErrInvalidAttribute ;};_cceb .SubFilter ,_ =_cee .GetName (_cdbbe .Get ("\u0053u\u0062\u0046\u0069\u006c\u0074\u0065r"));_cceb .Contents ,_egbfc =_cee .GetString (_cdbbe .Get ("\u0043\u006f\u006e\u0074\u0065\u006e\u0074\u0073"));if !_egbfc {_fca .Log .Error ("\u0045\u0052\u0052\u004f\u0052\u003a \u0053\u0069\u0067\u006e\u0061\u0074\u0075\u0072\u0065\u0020\u0063\u006f\u006et\u0065\u006e\u0074\u0073\u0020\u006d\u0069s\u0073\u0069\u006e\u0067"); +return nil ,ErrInvalidAttribute ;};if _fdafa ,_ecacb :=_cee .GetArray (_cdbbe .Get ("\u0052e\u0066\u0065\u0072\u0065\u006e\u0063e"));_ecacb {_cceb .Reference =_cee .MakeArray ();for _ ,_cbcb :=range _fdafa .Elements (){_afcbd ,_fadcf :=_cee .GetDict (_cbcb ); +if !_fadcf {_fca .Log .Error ("\u0045\u0052R\u004f\u0052\u003a\u0020R\u0065\u0066e\u0072\u0065\u006e\u0063\u0065\u0020\u0063\u006fn\u0074\u0065\u006e\u0074\u0073\u0020\u0069\u006e\u0076\u0061\u006c\u0069d\u0061\u0074\u0065\u0064");return nil ,ErrInvalidAttribute ; +};_bdfea ,_ccega :=_ceecd .newPdfSignatureReferenceFromDict (_afcbd );if _ccega !=nil {return nil ,_ccega ;};_cceb .Reference .Append (_bdfea .ToPdfObject ());};};_cceb .Cert =_cdbbe .Get ("\u0043\u0065\u0072\u0074");_cceb .ByteRange ,_ =_cee .GetArray (_cdbbe .Get ("\u0042y\u0074\u0065\u0052\u0061\u006e\u0067e")); +_cceb .Changes ,_ =_cee .GetArray (_cdbbe .Get ("\u0043h\u0061\u006e\u0067\u0065\u0073"));_cceb .Name ,_ =_cee .GetString (_cdbbe .Get ("\u004e\u0061\u006d\u0065"));_cceb .M ,_ =_cee .GetString (_cdbbe .Get ("\u004d"));_cceb .Location ,_ =_cee .GetString (_cdbbe .Get ("\u004c\u006f\u0063\u0061\u0074\u0069\u006f\u006e")); +_cceb .Reason ,_ =_cee .GetString (_cdbbe .Get ("\u0052\u0065\u0061\u0073\u006f\u006e"));_cceb .ContactInfo ,_ =_cee .GetString (_cdbbe .Get ("C\u006f\u006e\u0074\u0061\u0063\u0074\u0049\u006e\u0066\u006f"));_cceb .R ,_ =_cee .GetInt (_cdbbe .Get ("\u0052")); +_cceb .V ,_ =_cee .GetInt (_cdbbe .Get ("\u0056"));_cceb .PropBuild ,_ =_cee .GetDict (_cdbbe .Get ("\u0050\u0072\u006f\u0070\u005f\u0042\u0075\u0069\u006c\u0064"));_cceb .PropAuthTime ,_ =_cee .GetInt (_cdbbe .Get ("\u0050\u0072\u006f\u0070\u005f\u0041\u0075\u0074\u0068\u0054\u0069\u006d\u0065")); +_cceb .PropAuthType ,_ =_cee .GetName (_cdbbe .Get ("\u0050\u0072\u006f\u0070\u005f\u0041\u0075\u0074\u0068\u0054\u0079\u0070\u0065"));_ceecd ._fcgbe .Register (_aaecd ,_cceb );return _cceb ,nil ;}; -// ToPdfObject returns an indirect object containing the signature field dictionary. -func (_bbbf *PdfFieldSignature )ToPdfObject ()_eb .PdfObject {if _bbbf .PdfAnnotationWidget !=nil {_bbbf .PdfAnnotationWidget .ToPdfObject ();};_bbbf .PdfField .ToPdfObject ();_fedfac :=_bbbf ._adgda ;_bggfg :=_fedfac .PdfObject .(*_eb .PdfObjectDictionary ); -_bggfg .SetIfNotNil ("\u0046\u0054",_eb .MakeName ("\u0053\u0069\u0067"));_bggfg .SetIfNotNil ("\u004c\u006f\u0063\u006b",_bbbf .Lock );_bggfg .SetIfNotNil ("\u0053\u0056",_bbbf .SV );if _bbbf .V !=nil {_bggfg .SetIfNotNil ("\u0056",_bbbf .V .ToPdfObject ()); -};return _fedfac ;}; +// NewPdfActionGoToE returns a new "go to embedded" action. +func NewPdfActionGoToE ()*PdfActionGoToE {_ffb :=NewPdfAction ();_fgd :=&PdfActionGoToE {};_fgd .PdfAction =_ffb ;_ffb .SetContext (_fgd );return _fgd ;}; -// NewCompositePdfFontFromTTFFile loads a composite font from a TTF font file. Composite fonts can -// be used to represent unicode fonts which can have multi-byte character codes, representing a wide -// range of values. They are often used for symbolic languages, including Chinese, Japanese and Korean. -// It is represented by a Type0 Font with an underlying CIDFontType2 and an Identity-H encoding map. -// TODO: May be extended in the future to support a larger variety of CMaps and vertical fonts. -// NOTE: For simple fonts, use NewPdfFontFromTTFFile. -func NewCompositePdfFontFromTTFFile (filePath string )(*PdfFont ,error ){_fcggd ,_bcfd :=_ccb .Open (filePath );if _bcfd !=nil {_ddb .Log .Debug ("\u0045\u0052\u0052OR\u003a\u0020\u006f\u0070\u0065\u006e\u0069\u006e\u0067\u0020\u0066\u0069\u006c\u0065\u003a\u0020\u0025\u0076",_bcfd ); -return nil ,_bcfd ;};defer _fcggd .Close ();return NewCompositePdfFontFromTTF (_fcggd );}; +// GetContainingPdfObject returns the page as a dictionary within an PdfIndirectObject. +func (_gdbfg *PdfPage )GetContainingPdfObject ()_cee .PdfObject {return _gdbfg ._bafab }; -// PdfBorderEffect represents a PDF border effect. -type PdfBorderEffect struct{S *BorderEffect ;I *float64 ;}; +// SetPdfModifiedDate sets the ModDate attribute of the output PDF. +func SetPdfModifiedDate (modifiedDate _gc .Time ){_dggagg .Lock ();defer _dggagg .Unlock ();_cedfg =modifiedDate ;}; -// ToPdfObject returns the PDF representation of the outline tree node. -func (_eeaf *PdfOutlineTreeNode )ToPdfObject ()_eb .PdfObject {return _eeaf .GetContext ().ToPdfObject ()}; +// GetNumComponents returns the number of color components of the colorspace device. +// Returns 4 for a CMYK32 device. +func (_ecfe *PdfColorspaceDeviceCMYK )GetNumComponents ()int {return 4}; -// NewPdfPageResourcesFromDict creates and returns a new PdfPageResources object -// from the input dictionary. -func NewPdfPageResourcesFromDict (dict *_eb .PdfObjectDictionary )(*PdfPageResources ,error ){_fcbbe :=NewPdfPageResources ();if _eabf :=dict .Get ("\u0045x\u0074\u0047\u0053\u0074\u0061\u0074e");_eabf !=nil {_fcbbe .ExtGState =_eabf ;};if _ddegc :=dict .Get ("\u0043\u006f\u006c\u006f\u0072\u0053\u0070\u0061\u0063\u0065"); -_ddegc !=nil &&!_eb .IsNullObject (_ddegc ){_fcbbe .ColorSpace =_ddegc ;};if _dgdad :=dict .Get ("\u0050a\u0074\u0074\u0065\u0072\u006e");_dgdad !=nil {_fcbbe .Pattern =_dgdad ;};if _ecgba :=dict .Get ("\u0053h\u0061\u0064\u0069\u006e\u0067");_ecgba !=nil {_fcbbe .Shading =_ecgba ; -};if _efacdb :=dict .Get ("\u0058O\u0062\u006a\u0065\u0063\u0074");_efacdb !=nil {_fcbbe .XObject =_efacdb ;};if _ggde :=_eb .ResolveReference (dict .Get ("\u0046\u006f\u006e\u0074"));_ggde !=nil {_fcbbe .Font =_ggde ;};if _eaffa :=dict .Get ("\u0050r\u006f\u0063\u0053\u0065\u0074"); -_eaffa !=nil {_fcbbe .ProcSet =_eaffa ;};if _cebda :=dict .Get ("\u0050\u0072\u006f\u0070\u0065\u0072\u0074\u0069\u0065\u0073");_cebda !=nil {_fcbbe .Properties =_cebda ;};return _fcbbe ,nil ;}; +// ColorToRGB only converts color used with uncolored patterns (defined in underlying colorspace). Does not go into the +// pattern objects and convert those. If that is desired, needs to be done separately. See for example +// grayscale conversion example in unidoc-examples repo. +func (_dddc *PdfColorspaceSpecialPattern )ColorToRGB (color PdfColor )(PdfColor ,error ){_dbgc ,_egec :=color .(*PdfColorPattern );if !_egec {_fca .Log .Debug ("\u0043\u006f\u006c\u006f\u0072\u0020\u006e\u006f\u0074\u0020\u0070a\u0074\u0074\u0065\u0072\u006e\u0020\u0028\u0067\u006f\u0074 \u0025\u0054\u0029",color ); +return nil ,ErrTypeCheck ;};if _dbgc .Color ==nil {return color ,nil ;};if _dddc .UnderlyingCS ==nil {return nil ,_cdf .New ("\u0075n\u0064\u0065\u0072\u006cy\u0069\u006e\u0067\u0020\u0043S\u0020n\u006ft\u0020\u0064\u0065\u0066\u0069\u006e\u0065d");};return _dddc .UnderlyingCS .ColorToRGB (_dbgc .Color ); +}; -// GetShadingByName gets the shading specified by keyName. Returns nil if not existing. -// The bool flag indicated whether it was found or not. -func (_fdebd *PdfPageResources )GetShadingByName (keyName _eb .PdfObjectName )(*PdfShading ,bool ){if _fdebd .Shading ==nil {return nil ,false ;};_cbedf ,_bgfca :=_eb .TraceToDirectObject (_fdebd .Shading ).(*_eb .PdfObjectDictionary );if !_bgfca {_ddb .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0049\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0053\u0068\u0061d\u0069\u006e\u0067\u0020\u0065\u006e\u0074r\u0079\u0020\u002d\u0020\u006e\u006f\u0074\u0020\u0061\u0020\u0064i\u0063\u0074\u0020\u0028\u0067\u006f\u0074\u0020\u0025\u0054\u0029",_fdebd .Shading ); -return nil ,false ;};if _acgeg :=_cbedf .Get (keyName );_acgeg !=nil {_baccc ,_eabge :=_aggce (_acgeg );if _eabge !=nil {_ddb .Log .Debug ("\u0045\u0052R\u004f\u0052\u003a\u0020f\u0061\u0069l\u0065\u0064\u0020\u0074\u006f\u0020\u006c\u006fa\u0064\u0020\u0070\u0064\u0066\u0020\u0073\u0068\u0061\u0064\u0069\u006eg\u003a\u0020\u0025\u0076",_eabge ); -return nil ,false ;};return _baccc ,true ;};return nil ,false ;};func (_acfg *PdfAcroForm )fillImageWithAppearance (_gdgde FieldImageProvider ,_dfdfc FieldAppearanceGenerator )error {if _acfg ==nil {return nil ;};_edeg ,_eddgd :=_gdgde .FieldImageValues (); -if _eddgd !=nil {return _eddgd ;};for _ ,_gdgc :=range _acfg .AllFields (){_afcb :=_gdgc .PartialName ();_caeag ,_ffdb :=_edeg [_afcb ];if !_ffdb {if _dgag ,_bfgfc :=_gdgc .FullName ();_bfgfc ==nil {_caeag ,_ffdb =_edeg [_dgag ];};};if !_ffdb {_ddb .Log .Debug ("\u0057\u0041\u0052\u004e\u003a\u0020f\u006f\u0072\u006d \u0066\u0069\u0065l\u0064\u0020\u0025\u0073\u0020\u006e\u006f\u0074\u0020\u0066o\u0075\u006e\u0064\u0020\u0069n \u0074\u0068\u0065\u0020\u0070\u0072\u006f\u0076\u0069\u0064\u0065\u0072\u002e\u0020\u0053\u006b\u0069\u0070\u0070\u0069\u006e\u0067\u002e",_afcb ); -continue ;};switch _gbcg :=_gdgc .GetContext ().(type ){case *PdfFieldButton :if _gbcg .IsPush (){_gbcg .SetFillImage (_caeag );};};if _dfdfc ==nil {continue ;};for _ ,_fedgf :=range _gdgc .Annotations {_ffcaa ,_ffba :=_dfdfc .GenerateAppearanceDict (_acfg ,_gdgc ,_fedgf ); -if _ffba !=nil {return _ffba ;};_fedgf .AP =_ffcaa ;_fedgf .ToPdfObject ();};};return nil ;}; +// SetKDict sets the KDict for the KValue. +func (_bgdeb *KValue )SetKDict (kDict *KDict ){_bgdeb .Clear ();_bgdeb ._aedde =kDict };func (_ccdd *PdfColorspaceSpecialSeparation )String ()string {return "\u0053\u0065\u0070\u0061\u0072\u0061\u0074\u0069\u006f\u006e";}; -// GetXHeight returns the XHeight of the font `descriptor`. -func (_cgegc *PdfFontDescriptor )GetXHeight ()(float64 ,error ){return _eb .GetNumberAsFloat (_cgegc .XHeight );}; +// GetOutlineTree returns the outline tree. +func (_ddddf *PdfReader )GetOutlineTree ()*PdfOutlineTreeNode {return _ddddf ._bafag };func _dbead (_fagcg _cee .PdfObject )(*fontFile ,error ){_fca .Log .Trace ("\u006e\u0065\u0077\u0046\u006f\u006e\u0074\u0046\u0069\u006c\u0065\u0046\u0072\u006f\u006dP\u0064f\u004f\u0062\u006a\u0065\u0063\u0074\u003a\u0020\u006f\u0062\u006a\u003d\u0025\u0073",_fagcg ); +_cead :=&fontFile {};_fagcg =_cee .TraceToDirectObject (_fagcg );_egbb ,_dgfea :=_fagcg .(*_cee .PdfObjectStream );if !_dgfea {_fca .Log .Debug ("\u0045\u0052R\u004f\u0052\u003a\u0020F\u006f\u006et\u0046\u0069\u006c\u0065\u0020\u006d\u0075\u0073t\u0020\u0062\u0065\u0020\u0061\u0020\u0073\u0074\u0072\u0065\u0061\u006d \u0028\u0025\u0054\u0029",_fagcg ); +return nil ,_cee .ErrTypeError ;};_gffdf :=_egbb .PdfObjectDictionary ;_ffdbg ,_eddce :=_cee .DecodeStream (_egbb );if _eddce !=nil {return nil ,_eddce ;};_eada ,_dgfea :=_cee .GetNameVal (_gffdf .Get ("\u0053u\u0062\u0074\u0079\u0070\u0065"));if !_dgfea {_cead ._ggage =_eada ; +if _eada =="\u0054\u0079\u0070\u0065\u0031\u0043"{_fca .Log .Debug ("T\u0079\u0070\u0065\u0031\u0043\u0020\u0066\u006f\u006e\u0074\u0073\u0020\u0061\u0072\u0065\u0020\u0063\u0075r\u0072\u0065\u006e\u0074\u006c\u0079\u0020\u006e\u006f\u0074 s\u0075\u0070\u0070o\u0072t\u0065\u0064"); +return nil ,ErrType1CFontNotSupported ;};};_cedgb ,_ :=_cee .GetIntVal (_gffdf .Get ("\u004ce\u006e\u0067\u0074\u0068\u0031"));_dgea ,_ :=_cee .GetIntVal (_gffdf .Get ("\u004ce\u006e\u0067\u0074\u0068\u0032"));if _cedgb > len (_ffdbg ){_cedgb =len (_ffdbg ); +};if _cedgb +_dgea > len (_ffdbg ){_dgea =len (_ffdbg )-_cedgb ;};_bcab :=_ffdbg [:_cedgb ];var _cadcb []byte ;if _dgea > 0{_cadcb =_ffdbg [_cedgb :_cedgb +_dgea ];};if _cedgb > 0&&_dgea > 0{_bgfb :=_cead .loadFromSegments (_bcab ,_cadcb );if _bgfb !=nil {return nil ,_bgfb ; +};};return _cead ,nil ;}; -// NewPdfShadingType2 creates an empty shading type 2 dictionary. -func NewPdfShadingType2 ()*PdfShadingType2 {_dgedgb :=&PdfShadingType2 {};_dgedgb .PdfShading =&PdfShading {};_dgedgb .PdfShading ._cefaa =_eb .MakeIndirectObject (_eb .MakeDict ());_dgedgb .PdfShading ._ecffg =_dgedgb ;return _dgedgb ;}; +// ToPdfObject implements interface PdfModel. +func (_gacgf *PdfAnnotationStrikeOut )ToPdfObject ()_cee .PdfObject {_gacgf .PdfAnnotation .ToPdfObject ();_fbbfg :=_gacgf ._eddc ;_ecag :=_fbbfg .PdfObject .(*_cee .PdfObjectDictionary );_gacgf .PdfAnnotationMarkup .appendToPdfDictionary (_ecag );_ecag .SetIfNotNil ("\u0053u\u0062\u0074\u0079\u0070\u0065",_cee .MakeName ("\u0053t\u0072\u0069\u006b\u0065\u004f\u0075t")); +_ecag .SetIfNotNil ("\u0051\u0075\u0061\u0064\u0050\u006f\u0069\u006e\u0074\u0073",_gacgf .QuadPoints );return _fbbfg ;}; -// PdfVersion returns version of the PDF file. -func (_dfeae *PdfReader )PdfVersion ()_eb .Version {return _dfeae ._ebbe .PdfVersion ()}; +// SetTabOrder sets the tab order for the page. +func (_bbbf *PdfPage )SetTabOrder (order TabOrderType ){_bbbf .Tabs =_cee .MakeName (string (order ))}; -// Clear clears flag fl from the flag and returns the resulting flag. -func (_bgac FieldFlag )Clear (fl FieldFlag )FieldFlag {return FieldFlag (_bgac .Mask ()&^fl .Mask ())}; +// PdfOutline represents a PDF outline dictionary (Table 152 - p. 376). +type PdfOutline struct{PdfOutlineTreeNode ;Parent *PdfOutlineTreeNode ;Count *int64 ;_bbda *_cee .PdfIndirectObject ;}; -// ToPdfObject returns a PdfObject representation of PdfColorspaceDeviceNAttributes as a PdfObjectDictionary directly -// or indirectly within an indirect object container. -func (_babfbc *PdfColorspaceDeviceNAttributes )ToPdfObject ()_eb .PdfObject {_fddbd :=_eb .MakeDict ();if _babfbc .Subtype !=nil {_fddbd .Set ("\u0053u\u0062\u0074\u0079\u0070\u0065",_babfbc .Subtype );};_fddbd .SetIfNotNil ("\u0043o\u006c\u006f\u0072\u0061\u006e\u0074s",_babfbc .Colorants ); -_fddbd .SetIfNotNil ("\u0050r\u006f\u0063\u0065\u0073\u0073",_babfbc .Process );_fddbd .SetIfNotNil ("M\u0069\u0078\u0069\u006e\u0067\u0048\u0069\u006e\u0074\u0073",_babfbc .MixingHints );if _babfbc ._dbggc !=nil {_babfbc ._dbggc .PdfObject =_fddbd ;return _babfbc ._dbggc ; -};return _fddbd ;}; +// Direction returns the value of the direction. +func (_ccff *ViewerPreferences )Direction ()Direction {return _ccff ._gfegc }; -// SetCatalogStructTreeRoot sets the catalog struct tree root object. -func (_bdgfb *PdfWriter )SetCatalogStructTreeRoot (tree _eb .PdfObject )error {if tree ==nil {_bdgfb ._dbffa .Remove ("\u0053\u0074\u0072\u0075\u0063\u0074\u0054\u0072\u0065e\u0052\u006f\u006f\u0074");return nil ;};_bdgfb ._dbffa .Set ("\u0053\u0074\u0072\u0075\u0063\u0074\u0054\u0072\u0065e\u0052\u006f\u006f\u0074",tree ); -return _bdgfb .addObjects (tree );}; +// SetImageHandler sets the image handler used by the package. +func SetImageHandler (imgHandling ImageHandler ){ImageHandling =imgHandling }; -// Permissions specify a permissions dictionary (PDF 1.5). -// (Section 12.8.4, Table 258 - Entries in a permissions dictionary p. 477 in PDF32000_2008). -type Permissions struct{DocMDP *PdfSignature ;_cgbag *_eb .PdfObjectDictionary ;}; +// GetNumComponents returns the number of color components (3 for CalRGB). +func (_cbddd *PdfColorCalRGB )GetNumComponents ()int {return 3}; -// ToPdfObject recursively builds the Outline tree PDF object. -func (_cgcagf *PdfOutline )ToPdfObject ()_eb .PdfObject {_cgec :=_cgcagf ._becfb ;_dcgea :=_cgec .PdfObject .(*_eb .PdfObjectDictionary );_dcgea .Set ("\u0054\u0079\u0070\u0065",_eb .MakeName ("\u004f\u0075\u0074\u006c\u0069\u006e\u0065\u0073"));if _cgcagf .First !=nil {_dcgea .Set ("\u0046\u0069\u0072s\u0074",_cgcagf .First .ToPdfObject ()); -};if _cgcagf .Last !=nil {_dcgea .Set ("\u004c\u0061\u0073\u0074",_cgcagf .Last .GetContext ().GetContainingPdfObject ());};if _cgcagf .Parent !=nil {_dcgea .Set ("\u0050\u0061\u0072\u0065\u006e\u0074",_cgcagf .Parent .GetContext ().GetContainingPdfObject ()); -};if _cgcagf .Count !=nil {_dcgea .Set ("\u0043\u006f\u0075n\u0074",_eb .MakeInteger (*_cgcagf .Count ));};return _cgec ;}; +// ImageToRGB converts ICCBased colorspace image to RGB and returns the result. +func (_bfcbd *PdfColorspaceICCBased )ImageToRGB (img Image )(Image ,error ){if _bfcbd .Alternate ==nil {_fca .Log .Debug ("I\u0043\u0043\u0020\u0042\u0061\u0073\u0065\u0064\u0020\u0063\u006f\u006c\u006f\u0072\u0073\u0070\u0061\u0063e\u0020\u006d\u0069\u0073\u0073\u0069\u006e\u0067\u0020\u0061lt\u0065\u0072\u006ea\u0074i\u0076\u0065"); +if _bfcbd .N ==1{_fca .Log .Debug ("\u0049\u0043\u0043\u0020\u0042a\u0073\u0065\u0064\u0020\u0063o\u006co\u0072\u0073\u0070\u0061\u0063\u0065\u0020\u006d\u0069\u0073\u0073\u0069\u006e\u0067\u0020\u0061\u006c\u0074\u0065r\u006e\u0061\u0074\u0069\u0076\u0065\u0020\u002d\u0020\u0075\u0073\u0069\u006e\u0067\u0020\u0044\u0065\u0076\u0069\u0063\u0065\u0047\u0072\u0061y\u0020\u0028\u004e\u003d\u0031\u0029"); +_acbaa :=NewPdfColorspaceDeviceGray ();return _acbaa .ImageToRGB (img );}else if _bfcbd .N ==3{_fca .Log .Debug ("\u0049\u0043\u0043\u0020\u0042\u0061\u0073\u0065\u0064\u0020\u0063\u006f\u006c\u006f\u0072\u0073\u0070a\u0063\u0065\u0020\u006d\u0069\u0073\u0073\u0069\u006e\u0067 \u0061\u006c\u0074\u0065\u0072\u006e\u0061\u0074\u0069\u0076\u0065\u0020\u002d\u0020\u0075\u0073\u0069\u006eg\u0020\u0044\u0065\u0076\u0069\u0063e\u0052\u0047B\u0020\u0028N\u003d3\u0029"); +return img ,nil ;}else if _bfcbd .N ==4{_fca .Log .Debug ("\u0049\u0043\u0043\u0020\u0042a\u0073\u0065\u0064\u0020\u0063o\u006co\u0072\u0073\u0070\u0061\u0063\u0065\u0020\u006d\u0069\u0073\u0073\u0069\u006e\u0067\u0020\u0061\u006c\u0074\u0065r\u006e\u0061\u0074\u0069\u0076\u0065\u0020\u002d\u0020\u0075\u0073\u0069\u006e\u0067\u0020\u0044\u0065\u0076\u0069\u0063\u0065\u0043\u004d\u0059K\u0020\u0028\u004e\u003d\u0034\u0029"); +_abfe :=NewPdfColorspaceDeviceCMYK ();return _abfe .ImageToRGB (img );}else {return img ,_cdf .New ("I\u0043\u0043\u0020\u0042\u0061\u0073\u0065\u0064\u0020\u0063\u006f\u006c\u006f\u0072\u0073\u0070\u0061\u0063e\u0020\u006d\u0069\u0073\u0073\u0069\u006e\u0067\u0020\u0061lt\u0065\u0072\u006ea\u0074i\u0076\u0065"); +};};_fca .Log .Trace ("\u0049\u0043\u0043 \u0042\u0061\u0073\u0065\u0064\u0020\u0063\u006f\u006c\u006f\u0072\u0073\u0070\u0061\u0063\u0065\u0020\u0077\u0069\u0074\u0068\u0020\u0061\u006c\u0074\u0065\u0072\u006e\u0061t\u0069\u0076\u0065\u003a\u0020\u0025\u0023\u0076",_bfcbd ); +_fggg ,_feeeb :=_bfcbd .Alternate .ImageToRGB (img );_fca .Log .Trace ("I\u0043C\u0020\u0049\u006e\u0070\u0075\u0074\u0020\u0069m\u0061\u0067\u0065\u003a %\u002b\u0076",img );_fca .Log .Trace ("I\u0043\u0043\u0020\u004fut\u0070u\u0074\u0020\u0069\u006d\u0061g\u0065\u003a\u0020\u0025\u002b\u0076",_fggg ); +return _fggg ,_feeeb ;}; -// ToPdfObject implements interface PdfModel. -func (_gfafe *PdfAnnotationLink )ToPdfObject ()_eb .PdfObject {_gfafe .PdfAnnotation .ToPdfObject ();_debg :=_gfafe ._ggf ;_fede :=_debg .PdfObject .(*_eb .PdfObjectDictionary );_fede .SetIfNotNil ("\u0053u\u0062\u0074\u0079\u0070\u0065",_eb .MakeName ("\u004c\u0069\u006e\u006b")); -if _gfafe ._fbg !=nil &&_gfafe ._fbg ._aee !=nil {_fede .Set ("\u0041",_gfafe ._fbg ._aee .ToPdfObject ());}else if _gfafe .A !=nil {_fede .Set ("\u0041",_gfafe .A );};_fede .SetIfNotNil ("\u0044\u0065\u0073\u0074",_gfafe .Dest );_fede .SetIfNotNil ("\u0048",_gfafe .H ); -_fede .SetIfNotNil ("\u0050\u0041",_gfafe .PA );_fede .SetIfNotNil ("\u0051\u0075\u0061\u0064\u0050\u006f\u0069\u006e\u0074\u0073",_gfafe .QuadPoints );_fede .SetIfNotNil ("\u0042\u0053",_gfafe .BS );return _debg ;}; +// ToPdfObject converts the pdfCIDFontType2 to a PDF representation. +func (_gbdbb *pdfCIDFontType2 )ToPdfObject ()_cee .PdfObject {if _gbdbb ._bfeeb ==nil {_gbdbb ._bfeeb =&_cee .PdfIndirectObject {};};_cddae :=_gbdbb .baseFields ().asPdfObjectDictionary ("\u0043\u0049\u0044F\u006f\u006e\u0074\u0054\u0079\u0070\u0065\u0032"); +_gbdbb ._bfeeb .PdfObject =_cddae ;if _gbdbb .CIDSystemInfo !=nil {_cddae .Set ("\u0043\u0049\u0044\u0053\u0079\u0073\u0074\u0065\u006d\u0049\u006e\u0066\u006f",_gbdbb .CIDSystemInfo );};if _gbdbb .DW !=nil {_cddae .Set ("\u0044\u0057",_gbdbb .DW );};if _gbdbb .DW2 !=nil {_cddae .Set ("\u0044\u0057\u0032",_gbdbb .DW2 ); +};if _gbdbb .W !=nil {_cddae .Set ("\u0057",_gbdbb .W );};if _gbdbb .W2 !=nil {_cddae .Set ("\u0057\u0032",_gbdbb .W2 );};if _gbdbb .CIDToGIDMap !=nil {_cddae .Set ("C\u0049\u0044\u0054\u006f\u0047\u0049\u0044\u004d\u0061\u0070",_gbdbb .CIDToGIDMap );}; +return _gbdbb ._bfeeb ;};func (_cdaaf *PdfSignature )extractChainFromPKCS7 ()([]*_dfd .Certificate ,error ){_daafb ,_eedd :=_ed .Parse (_cdaaf .Contents .Bytes ());if _eedd !=nil {return nil ,_eedd ;};return _daafb .Certificates ,nil ;}; -// ApplyStandard is used to apply changes required on the document to match the rules required by the input standard. -// The writer's content would be changed after all the document parts are already established during the Write method. -// A good example of the StandardApplier could be a PDF/A Profile (i.e.: pdfa.Profile1A). In such a case PdfWriter would -// set up all rules required by that Profile. -func (_eeeb *PdfWriter )ApplyStandard (optimizer StandardApplier ){_eeeb ._ggbcd =optimizer }; +// RepairAcroForm attempts to rebuild the AcroForm fields using the widget +// annotations present in the document pages. Pass nil for the opts parameter +// in order to use the default options. +// NOTE: Currently, the opts parameter is declared in order to enable adding +// future options, but passing nil will always result in the default options +// being used. +func (_dfbgb *PdfReader )RepairAcroForm (opts *AcroFormRepairOptions )error {var _cfee []*PdfField ;_caac :=map[*_cee .PdfIndirectObject ]struct{}{};for _ ,_aagb :=range _dfbgb .PageList {_eebeb ,_fceec :=_aagb .GetAnnotations ();if _fceec !=nil {return _fceec ; +};for _ ,_efdca :=range _eebeb {var _caacf *PdfField ;switch _bgefe :=_efdca .GetContext ().(type ){case *PdfAnnotationWidget :if _bgefe ._dec !=nil {_caacf =_bgefe ._dec ;break ;};if _cdbf ,_fbebf :=_cee .GetIndirect (_bgefe .Parent );_fbebf {_caacf ,_fceec =_dfbgb .newPdfFieldFromIndirectObject (_cdbf ,nil ); +if _fceec ==nil {break ;};_fca .Log .Debug ("W\u0041\u0052\u004e\u003a\u0020\u0063\u006f\u0075\u006c\u0064\u0020\u006e\u006f\u0074\u0020\u0070\u0061\u0072s\u0065\u0020\u0066\u006f\u0072\u006d\u0020\u0066\u0069\u0065ld\u0020\u0025\u002bv\u003a \u0025\u0076",_cdbf ,_fceec ); +};if _bgefe ._eddc !=nil {_caacf ,_fceec =_dfbgb .newPdfFieldFromIndirectObject (_bgefe ._eddc ,nil );if _fceec ==nil {break ;};_fca .Log .Debug ("W\u0041\u0052\u004e\u003a\u0020\u0063\u006f\u0075\u006c\u0064\u0020\u006e\u006f\u0074\u0020\u0070\u0061\u0072s\u0065\u0020\u0066\u006f\u0072\u006d\u0020\u0066\u0069\u0065ld\u0020\u0025\u002bv\u003a \u0025\u0076",_bgefe ._eddc ,_fceec ); +};};if _caacf ==nil {continue ;};if _ ,_gfbdg :=_caac [_caacf ._ccbb ];_gfbdg {continue ;};_caac [_caacf ._ccbb ]=struct{}{};_cfee =append (_cfee ,_caacf );};};if len (_cfee )==0{return nil ;};if _dfbgb .AcroForm ==nil {_dfbgb .AcroForm =NewPdfAcroForm (); +};_dfbgb .AcroForm .Fields =&_cfee ;return nil ;}; -// ToPdfObject returns the PDF representation of the shading dictionary. -func (_fafae *PdfShading )ToPdfObject ()_eb .PdfObject {_ceca :=_fafae ._cefaa ;_eadff ,_caecf :=_fafae .getShadingDict ();if _caecf !=nil {_ddb .Log .Error ("\u0055\u006ea\u0062\u006c\u0065\u0020\u0074\u006f\u0020\u0061\u0063\u0063\u0065\u0073\u0073\u0020\u0073\u0068\u0061\u0064\u0069\u006e\u0067\u0020di\u0063\u0074"); -return nil ;};if _fafae .ShadingType !=nil {_eadff .Set ("S\u0068\u0061\u0064\u0069\u006e\u0067\u0054\u0079\u0070\u0065",_fafae .ShadingType );};if _fafae .ColorSpace !=nil {_eadff .Set ("\u0043\u006f\u006c\u006f\u0072\u0053\u0070\u0061\u0063\u0065",_fafae .ColorSpace .ToPdfObject ()); -};if _fafae .Background !=nil {_eadff .Set ("\u0042\u0061\u0063\u006b\u0067\u0072\u006f\u0075\u006e\u0064",_fafae .Background );};if _fafae .BBox !=nil {_eadff .Set ("\u0042\u0042\u006f\u0078",_fafae .BBox .ToPdfObject ());};if _fafae .AntiAlias !=nil {_eadff .Set ("\u0041n\u0074\u0069\u0041\u006c\u0069\u0061s",_fafae .AntiAlias ); -};return _ceca ;}; +// B returns the value of the blue component of the color. +func (_dcfb *PdfColorDeviceRGB )B ()float64 {return _dcfb [2]};func (_afbd *PdfAppender )mergeResources (_egfdf ,_befe _cee .PdfObject ,_gaba map[_cee .PdfObjectName ]_cee .PdfObjectName )_cee .PdfObject {if _befe ==nil &&_egfdf ==nil {return nil ;};if _befe ==nil {return _egfdf ; +};_acae ,_bfaa :=_cee .GetDict (_befe );if !_bfaa {return _egfdf ;};if _egfdf ==nil {_afae :=_cee .MakeDict ();_afae .Merge (_acae );return _befe ;};_egd ,_bfaa :=_cee .GetDict (_egfdf );if !_bfaa {_fca .Log .Error ("\u0045\u0072\u0072or\u0020\u0072\u0065\u0073\u006f\u0075\u0072\u0063\u0065 \u0069s\u0020n\u006ft\u0020\u0061\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079"); +_egd =_cee .MakeDict ();};for _ ,_gddb :=range _acae .Keys (){if _bcgf ,_eaeb :=_gaba [_gddb ];_eaeb {_egd .Set (_bcgf ,_acae .Get (_gddb ));}else {_egd .Set (_gddb ,_acae .Get (_gddb ));};};return _egd ;};func _bbcd (_ebbf *PdfField ,_dfcb _cee .PdfObject )error {switch _ebbf .GetContext ().(type ){case *PdfFieldText :switch _ceead :=_dfcb .(type ){case *_cee .PdfObjectName :_fcgg :=_ceead ; +_fca .Log .Debug ("\u0055\u006e\u0065\u0078\u0070\u0065\u0063\u0074\u0065\u0064\u003a\u0020\u0047\u006f\u0074 \u0056\u0020\u0061\u0073\u0020\u006e\u0061\u006d\u0065\u0020\u002d\u003e\u0020c\u006f\u006e\u0076\u0065\u0072\u0074\u0069\u006e\u0067\u0020\u0074\u006f s\u0074\u0072\u0069\u006e\u0067\u0020\u0027\u0025\u0073\u0027",_fcgg .String ()); +_ebbf .V =_cee .MakeEncodedString (_ceead .String (),true );case *_cee .PdfObjectString :_ebbf .V =_cee .MakeEncodedString (_ceead .String (),true );default:_fca .Log .Debug ("\u0045\u0052R\u004f\u0052\u003a\u0020\u0055\u006e\u0073\u0075\u0070\u0070\u006f\u0072\u0074\u0065\u0064\u0020\u0074\u0065\u0078\u0074\u0020\u0066\u0069\u0065\u006c\u0064\u0020\u0056\u0020\u0074\u0079\u0070\u0065\u003a\u0020\u0025\u0054\u0020\u0028\u0025\u0023\u0076\u0029",_ceead ,_ceead ); +};case *PdfFieldButton :switch _dfcb .(type ){case *_cee .PdfObjectName :if len (_dfcb .String ())> 0{_ebbf .V =_dfcb ;_feceb (_ebbf ,_dfcb );};case *_cee .PdfObjectString :if len (_dfcb .String ())> 0{_ebbf .V =_cee .MakeName (_dfcb .String ());_feceb (_ebbf ,_ebbf .V ); +};default:_fca .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0055\u004e\u0045\u0058P\u0045\u0043\u0054\u0045\u0044\u0020\u0025\u0073\u0020\u002d>\u0020\u0025\u0076",_ebbf .PartialName (),_dfcb );_ebbf .V =_dfcb ;};case *PdfFieldChoice :switch _dfcb .(type ){case *_cee .PdfObjectName :if len (_dfcb .String ())> 0{_ebbf .V =_cee .MakeString (_dfcb .String ()); +_feceb (_ebbf ,_dfcb );};case *_cee .PdfObjectString :if len (_dfcb .String ())> 0{_ebbf .V =_dfcb ;_feceb (_ebbf ,_cee .MakeName (_dfcb .String ()));};default:_fca .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0055\u004e\u0045\u0058P\u0045\u0043\u0054\u0045\u0044\u0020\u0025\u0073\u0020\u002d>\u0020\u0025\u0076",_ebbf .PartialName (),_dfcb ); +_ebbf .V =_dfcb ;};case *PdfFieldSignature :_fca .Log .Debug ("\u0054\u004f\u0044\u004f\u003a \u0053\u0069\u0067\u006e\u0061\u0074\u0075\u0072\u0065\u0020\u0061\u0070\u0070e\u0061\u0072\u0061\u006e\u0063\u0065\u0020\u006e\u006f\u0074\u0020\u0073\u0075\u0070\u0070\u006f\u0072\u0074\u0065\u0064\u0020\u0079\u0065\u0074\u003a\u0020\u0025\u0073\u002f\u0025v",_ebbf .PartialName (),_dfcb ); +};return nil ;};func (_gda *PdfReader )newPdfActionGotoFromDict (_afga *_cee .PdfObjectDictionary )(*PdfActionGoTo ,error ){return &PdfActionGoTo {D :_afga .Get ("\u0044")},nil ;}; -// DecodeArray returns the component range values for the Indexed colorspace. -func (_dacb *PdfColorspaceSpecialIndexed )DecodeArray ()[]float64 {return []float64 {0,float64 (_dacb .HiVal )};}; +// CharcodeBytesToUnicode converts PDF character codes `data` to a Go unicode string. +// +// 9.10 Extraction of Text Content (page 292) +// The process of finding glyph descriptions in OpenType fonts by a conforming reader shall be the following: +// - For Type 1 fonts using “CFF” tables, the process shall be as described in 9.6.6.2, "Encodings +// for Type 1 Fonts". +// - For TrueType fonts using “glyf” tables, the process shall be as described in 9.6.6.4, +// "Encodings for TrueType Fonts". Since this process sometimes produces ambiguous results, +// conforming writers, instead of using a simple font, shall use a Type 0 font with an Identity-H +// encoding and use the glyph indices as character codes, as described following Table 118. +func (_bgdgg *PdfFont )CharcodeBytesToUnicode (data []byte )(string ,int ,int ){_abef ,_ ,_gcbff :=_bgdgg .CharcodesToUnicodeWithStats (_bgdgg .BytesToCharcodes (data ));_ecdb :=_dae .ExpandLigatures (_abef );return _ecdb ,_c .RuneCountInString (_ecdb ),_gcbff ; +}; -// NewPdfActionSetOCGState returns a new "named" action. -func NewPdfActionSetOCGState ()*PdfActionSetOCGState {_cdd :=NewPdfAction ();_fbd :=&PdfActionSetOCGState {};_fbd .PdfAction =_cdd ;_cdd .SetContext (_fbd );return _fbd ;}; +// ToPdfObject convert PdfInfo to pdf object. +func (_geaae *PdfInfo )ToPdfObject ()_cee .PdfObject {_cbee :=_cee .MakeDict ();_cbee .SetIfNotNil ("\u0054\u0069\u0074l\u0065",_geaae .Title );_cbee .SetIfNotNil ("\u0041\u0075\u0074\u0068\u006f\u0072",_geaae .Author );_cbee .SetIfNotNil ("\u0053u\u0062\u006a\u0065\u0063\u0074",_geaae .Subject ); +_cbee .SetIfNotNil ("\u004b\u0065\u0079\u0077\u006f\u0072\u0064\u0073",_geaae .Keywords );_cbee .SetIfNotNil ("\u0043r\u0065\u0061\u0074\u006f\u0072",_geaae .Creator );_cbee .SetIfNotNil ("\u0050\u0072\u006f\u0064\u0075\u0063\u0065\u0072",_geaae .Producer ); +_cbee .SetIfNotNil ("\u0054r\u0061\u0070\u0070\u0065\u0064",_geaae .Trapped );if _geaae .CreationDate !=nil {_cbee .SetIfNotNil ("\u0043\u0072\u0065a\u0074\u0069\u006f\u006e\u0044\u0061\u0074\u0065",_geaae .CreationDate .ToPdfObject ());};if _geaae .ModifiedDate !=nil {_cbee .SetIfNotNil ("\u004do\u0064\u0044\u0061\u0074\u0065",_geaae .ModifiedDate .ToPdfObject ()); +};for _ ,_bgcc :=range _geaae ._ecfea .Keys (){_cbee .SetIfNotNil (_bgcc ,_geaae ._ecfea .Get (_bgcc ));};return _cbee ;};func _dabde (_acbbff *_cee .PdfObjectDictionary )(*PdfTilingPattern ,error ){_ffbd :=&PdfTilingPattern {};_egddd :=_acbbff .Get ("\u0050a\u0069\u006e\u0074\u0054\u0079\u0070e"); +if _egddd ==nil {_fca .Log .Debug ("\u0050\u0061\u0069\u006e\u0074\u0054\u0079\u0070\u0065\u0020\u006d\u0069s\u0073\u0069\u006e\u0067");return nil ,ErrRequiredAttributeMissing ;};_accdb ,_cdaggc :=_egddd .(*_cee .PdfObjectInteger );if !_cdaggc {_fca .Log .Debug ("\u0050\u0061\u0069\u006e\u0074\u0054y\u0070\u0065\u0020\u006e\u006f\u0074\u0020\u0061\u006e\u0020\u0069\u006e\u0074e\u0067\u0065\u0072\u0020\u0028\u0067\u006ft\u0020\u0025\u0054\u0029",_egddd ); +return nil ,_cee .ErrTypeError ;};_ffbd .PaintType =_accdb ;_egddd =_acbbff .Get ("\u0054\u0069\u006c\u0069\u006e\u0067\u0054\u0079\u0070\u0065");if _egddd ==nil {_fca .Log .Debug ("\u0054i\u006ci\u006e\u0067\u0054\u0079\u0070e\u0020\u006di\u0073\u0073\u0069\u006e\u0067"); +return nil ,ErrRequiredAttributeMissing ;};_aagd ,_cdaggc :=_egddd .(*_cee .PdfObjectInteger );if !_cdaggc {_fca .Log .Debug ("\u0054\u0069\u006cin\u0067\u0054\u0079\u0070\u0065\u0020\u006e\u006f\u0074 \u0061n\u0020i\u006et\u0065\u0067\u0065\u0072\u0020\u0028\u0067\u006f\u0074\u0020\u0025\u0054\u0029",_egddd ); +return nil ,_cee .ErrTypeError ;};_ffbd .TilingType =_aagd ;_egddd =_acbbff .Get ("\u0042\u0042\u006f\u0078");if _egddd ==nil {_fca .Log .Debug ("\u0042\u0042\u006fx\u0020\u006d\u0069\u0073\u0073\u0069\u006e\u0067");return nil ,ErrRequiredAttributeMissing ; +};_egddd =_cee .TraceToDirectObject (_egddd );_gcdc ,_cdaggc :=_egddd .(*_cee .PdfObjectArray );if !_cdaggc {_fca .Log .Debug ("\u0042B\u006f\u0078 \u0073\u0068\u006fu\u006c\u0064\u0020\u0062\u0065\u0020\u0073p\u0065\u0063\u0069\u0066\u0069\u0065d\u0020\u0062\u0079\u0020\u0061\u006e\u0020\u0061\u0072\u0072\u0061y\u0020\u0028\u0067\u006f\u0074\u0020\u0025\u0054\u0029",_egddd ); +return nil ,_cee .ErrTypeError ;};_fcffd ,_dgfcc :=NewPdfRectangle (*_gcdc );if _dgfcc !=nil {_fca .Log .Debug ("\u0042\u0042\u006f\u0078\u0020\u0065\u0072\u0072\u006fr\u003a\u0020\u0025\u0076",_dgfcc );return nil ,_dgfcc ;};_ffbd .BBox =_fcffd ;_egddd =_acbbff .Get ("\u0058\u0053\u0074e\u0070"); +if _egddd ==nil {_fca .Log .Debug ("\u0058\u0053\u0074\u0065\u0070\u0020\u006d\u0069\u0073\u0073\u0069\u006e\u0067");return nil ,ErrRequiredAttributeMissing ;};_fggdf ,_dgfcc :=_cee .GetNumberAsFloat (_egddd );if _dgfcc !=nil {_fca .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0067\u0065\u0074\u0074\u0069\u006e\u0067\u0020\u0058S\u0074e\u0070\u0020\u0061\u0073\u0020\u0066\u006c\u006f\u0061\u0074\u003a\u0020\u0025\u0076",_fggdf ); +return nil ,_dgfcc ;};_ffbd .XStep =_cee .MakeFloat (_fggdf );_egddd =_acbbff .Get ("\u0059\u0053\u0074e\u0070");if _egddd ==nil {_fca .Log .Debug ("\u0059\u0053\u0074\u0065\u0070\u0020\u006d\u0069\u0073\u0073\u0069\u006e\u0067");return nil ,ErrRequiredAttributeMissing ; +};_aggd ,_dgfcc :=_cee .GetNumberAsFloat (_egddd );if _dgfcc !=nil {_fca .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0067\u0065\u0074\u0074\u0069\u006e\u0067\u0020\u0059S\u0074e\u0070\u0020\u0061\u0073\u0020\u0066\u006c\u006f\u0061\u0074\u003a\u0020\u0025\u0076",_aggd ); +return nil ,_dgfcc ;};_ffbd .YStep =_cee .MakeFloat (_aggd );_egddd =_acbbff .Get ("\u0052e\u0073\u006f\u0075\u0072\u0063\u0065s");if _egddd ==nil {_fca .Log .Debug ("\u0052\u0065\u0073\u006f\u0075\u0072\u0063\u0065\u0073\u0020\u006d\u0069s\u0073\u0069\u006e\u0067"); +return nil ,ErrRequiredAttributeMissing ;};_acbbff ,_cdaggc =_cee .TraceToDirectObject (_egddd ).(*_cee .PdfObjectDictionary );if !_cdaggc {return nil ,_e .Errorf ("\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0072\u0065\u0073\u006f\u0075\u0072\u0063e\u0020d\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u0020\u0028\u0025\u0054\u0029",_egddd ); +};_adddg ,_dgfcc :=NewPdfPageResourcesFromDict (_acbbff );if _dgfcc !=nil {return nil ,_dgfcc ;};_ffbd .Resources =_adddg ;if _fegcg :=_acbbff .Get ("\u004d\u0061\u0074\u0072\u0069\u0078");_fegcg !=nil {_eeefc ,_fgdb :=_fegcg .(*_cee .PdfObjectArray ); +if !_fgdb {_fca .Log .Debug ("\u004d\u0061\u0074\u0072i\u0078\u0020\u006e\u006f\u0074\u0020\u0061\u006e\u0020\u0061r\u0072a\u0079\u0020\u0028\u0067\u006f\u0074\u0020%\u0054\u0029",_fegcg );return nil ,_cee .ErrTypeError ;};_ffbd .Matrix =_eeefc ;};return _ffbd ,nil ; +}; -// GetCharMetrics returns the char metrics for character code `code`. -func (_bggb pdfFontType0 )GetCharMetrics (code _fc .CharCode )(_fg .CharMetrics ,bool ){if _bggb .DescendantFont ==nil {_ddb .Log .Debug ("\u0045\u0052R\u004f\u0052\u003a\u0020\u004e\u006f\u0020\u0064\u0065\u0073\u0063\u0065\u006e\u0064\u0061\u006e\u0074\u002e\u0020\u0066\u006f\u006et=\u0025\u0073",_bggb ); -return _fg .CharMetrics {},false ;};return _bggb .DescendantFont .GetCharMetrics (code );}; +// NewPdfAnnotationCircle returns a new circle annotation. +func NewPdfAnnotationCircle ()*PdfAnnotationCircle {_bbb :=NewPdfAnnotation ();_fdf :=&PdfAnnotationCircle {};_fdf .PdfAnnotation =_bbb ;_fdf .PdfAnnotationMarkup =&PdfAnnotationMarkup {};_bbb .SetContext (_fdf );return _fdf ;}; -// GetContext returns the PdfField context which is the more specific field data type, e.g. PdfFieldButton -// for a button field. -func (_efdcc *PdfField )GetContext ()PdfModel {return _efdcc ._fbedg };func _dcadb (_dccdc *_eb .PdfObjectDictionary ,_abcf *fontCommon )(*pdfCIDFontType0 ,error ){if _abcf ._fgdee !="\u0043\u0049\u0044F\u006f\u006e\u0074\u0054\u0079\u0070\u0065\u0030"{_ddb .Log .Debug ("\u0045R\u0052\u004fR\u003a\u0020\u0046\u006fn\u0074\u0020\u0053u\u0062\u0054\u0079\u0070\u0065\u0020\u0021\u003d\u0020CI\u0044\u0046\u006fn\u0074\u0054y\u0070\u0065\u0030\u002e\u0020\u0066o\u006e\u0074=\u0025\u0073",_abcf ); -return nil ,_eb .ErrRangeError ;};_fcecg :=_cgag (_abcf );_bbff ,_addb :=_eb .GetDict (_dccdc .Get ("\u0043\u0049\u0044\u0053\u0079\u0073\u0074\u0065\u006d\u0049\u006e\u0066\u006f"));if !_addb {_ddb .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0043I\u0044\u0053\u0079st\u0065\u006d\u0049\u006e\u0066\u006f \u0028\u0052\u0065\u0071\u0075\u0069\u0072\u0065\u0064\u0029\u0020\u006d\u0069\u0073\u0073i\u006e\u0067\u002e\u0020\u0066\u006f\u006e\u0074=\u0025\u0073",_abcf ); -return nil ,ErrRequiredAttributeMissing ;};_fcecg .CIDSystemInfo =_bbff ;_fcecg .DW =_dccdc .Get ("\u0044\u0057");_fcecg .W =_dccdc .Get ("\u0057");_fcecg .DW2 =_dccdc .Get ("\u0044\u0057\u0032");_fcecg .W2 =_dccdc .Get ("\u0057\u0032");_fcecg ._dcfg =1000.0; -if _dgabg ,_ffddc :=_eb .GetNumberAsFloat (_fcecg .DW );_ffddc ==nil {_fcecg ._dcfg =_dgabg ;};_eacc ,_efeff :=_cbfdd (_fcecg .W );if _efeff !=nil {return nil ,_efeff ;};if _eacc ==nil {_eacc =map[_fc .CharCode ]float64 {};};_fcecg ._efege =_eacc ;return _fcecg ,nil ; -};func _cdeea ()string {_dfbafc .Lock ();defer _dfbafc .Unlock ();if len (_geba )> 0{return _geba ;};return "\u0055n\u0069\u0044\u006f\u0063 \u002d\u0020\u0068\u0074\u0074p\u003a/\u002fu\u006e\u0069\u0064\u006f\u0063\u002e\u0069o";}; +// NewPdfColorspaceCalRGB returns a new CalRGB colorspace object. +func NewPdfColorspaceCalRGB ()*PdfColorspaceCalRGB {_acbeg :=&PdfColorspaceCalRGB {};_acbeg .BlackPoint =[]float64 {0.0,0.0,0.0};_acbeg .Gamma =[]float64 {1.0,1.0,1.0};_acbeg .Matrix =[]float64 {1,0,0,0,1,0,0,0,1};return _acbeg ;}; -// OutlineDest represents the destination of an outline item. -// It holds the page and the position on the page an outline item points to. -type OutlineDest struct{PageObj *_eb .PdfIndirectObject `json:"-"`;Page int64 `json:"page"`;Mode string `json:"mode"`;X float64 `json:"x"`;Y float64 `json:"y"`;Zoom float64 `json:"zoom"`;}; +// FileRelationship represents a attachment file relationship type. +type FileRelationship int ; -// NewPdfAnnotationScreen returns a new screen annotation. -func NewPdfAnnotationScreen ()*PdfAnnotationScreen {_cac :=NewPdfAnnotation ();_ebgf :=&PdfAnnotationScreen {};_ebgf .PdfAnnotation =_cac ;_cac .SetContext (_ebgf );return _ebgf ;};type pdfFontSimple struct{fontCommon ;_ffgdb *_eb .PdfIndirectObject ;_cegda map[_fc .CharCode ]float64 ; -_eccbb _fc .TextEncoder ;_gcgb _fc .TextEncoder ;_debdb *PdfFontDescriptor ; +// PdfShadingPattern is a Shading patterns that provide a smooth transition between colors across an area to be painted, +// i.e. color(x,y) = f(x,y) at each point. +// It is a type 2 pattern (PatternType = 2). +type PdfShadingPattern struct{*PdfPattern ;Shading *PdfShading ;Matrix *_cee .PdfObjectArray ;ExtGState _cee .PdfObject ;}; -// Encoding is subject to limitations that are described in 9.6.6, "Character Encoding". -// BaseFont is derived differently. -FirstChar _eb .PdfObject ;LastChar _eb .PdfObject ;Widths _eb .PdfObject ;Encoding _eb .PdfObject ;_gacdb *_fg .RuneCharSafeMap ;}; +// ToPdfObject implements interface PdfModel. +func (_cdaa *PdfFilespec )ToPdfObject ()_cee .PdfObject {_bacgg :=_cdaa .getDict ();_bacgg .Clear ();_bacgg .Set ("\u0054\u0079\u0070\u0065",_cee .MakeName ("\u0046\u0069\u006c\u0065\u0073\u0070\u0065\u0063"));_bacgg .SetIfNotNil ("\u0046\u0053",_cdaa .FS ); +_bacgg .SetIfNotNil ("\u0046",_cdaa .F );_bacgg .SetIfNotNil ("\u0055\u0046",_cdaa .UF );_bacgg .SetIfNotNil ("\u0044\u004f\u0053",_cdaa .DOS );_bacgg .SetIfNotNil ("\u004d\u0061\u0063",_cdaa .Mac );_bacgg .SetIfNotNil ("\u0055\u006e\u0069\u0078",_cdaa .Unix ); +_bacgg .SetIfNotNil ("\u0049\u0044",_cdaa .ID );_bacgg .SetIfNotNil ("\u0056",_cdaa .V );_bacgg .SetIfNotNil ("\u0045\u0046",_cdaa .EF );_bacgg .SetIfNotNil ("\u0052\u0046",_cdaa .RF );_bacgg .SetIfNotNil ("\u0044\u0065\u0073\u0063",_cdaa .Desc );_bacgg .SetIfNotNil ("\u0043\u0049",_cdaa .CI ); +_bacgg .SetIfNotNil ("\u0041\u0046\u0052\u0065\u006c\u0061\u0074\u0069\u006fn\u0073\u0068\u0069\u0070",_cdaa .AFRelationship );return _cdaa ._gbfeg ;}; -// FileRelationship represents a attachment file relationship type. -type FileRelationship int ;func (_dbcg *pdfCIDFontType2 )baseFields ()*fontCommon {return &_dbcg .fontCommon };func (_eagf *PdfReader )newPdfAnnotation3DFromDict (_ceeed *_eb .PdfObjectDictionary )(*PdfAnnotation3D ,error ){_afdc :=PdfAnnotation3D {};_afdc .T3DD =_ceeed .Get ("\u0033\u0044\u0044"); -_afdc .T3DV =_ceeed .Get ("\u0033\u0044\u0056");_afdc .T3DA =_ceeed .Get ("\u0033\u0044\u0041");_afdc .T3DI =_ceeed .Get ("\u0033\u0044\u0049");_afdc .T3DB =_ceeed .Get ("\u0033\u0044\u0042");return &_afdc ,nil ;}; +// NewPdfColorspaceSpecialIndexed returns a new Indexed color. +func NewPdfColorspaceSpecialIndexed ()*PdfColorspaceSpecialIndexed {return &PdfColorspaceSpecialIndexed {HiVal :255};}; -// GetContainingPdfObject returns the container of the outline (indirect object). -func (_dgfb *PdfOutline )GetContainingPdfObject ()_eb .PdfObject {return _dgfb ._becfb }; +// ToPdfObject implements interface PdfModel. +func (_acf *PdfAction )ToPdfObject ()_cee .PdfObject {_dd :=_acf ._gaf ;_adg :=_dd .PdfObject .(*_cee .PdfObjectDictionary );_adg .Clear ();_adg .Set ("\u0054\u0079\u0070\u0065",_cee .MakeName ("\u0041\u0063\u0074\u0069\u006f\u006e"));_adg .SetIfNotNil ("\u0053",_acf .S ); +_adg .SetIfNotNil ("\u004e\u0065\u0078\u0074",_acf .Next );return _dd ;}; -// BorderEffect represents a border effect (Table 167 p. 395). -type BorderEffect int ; +// GetCatalogLanguage gets catalog Language object. +func (_agbc *PdfReader )GetCatalogLanguage ()(_cee .PdfObject ,bool ){if _agbc ._cacfe ==nil {return nil ,false ;};_gcdbed :=_agbc ._cacfe .Get ("\u004c\u0061\u006e\u0067");return _gcdbed ,_gcdbed !=nil ;}; -// Sign signs a specific page with a digital signature. -// The signature field parameter must have a valid signature dictionary -// specified by its V field. -func (_ddce *PdfAppender )Sign (pageNum int ,field *PdfFieldSignature )error {if field ==nil {return _dcf .New ("\u0073\u0069g\u006e\u0061\u0074\u0075\u0072\u0065\u0020\u0066\u0069\u0065\u006c\u0064\u0020\u0063\u0061\u006e\u006e\u006f\u0074\u0020\u0062\u0065 n\u0069\u006c"); -};_aefa :=field .V ;if _aefa ==nil {return _dcf .New ("\u0073\u0069\u0067na\u0074\u0075\u0072\u0065\u0020\u0064\u0069\u0063\u0074i\u006fn\u0061r\u0079 \u0063\u0061\u006e\u006e\u006f\u0074\u0020\u0062\u0065\u0020\u006e\u0069\u006c");};_deeaf :=pageNum -1; -if _deeaf < 0||_deeaf > len (_ddce ._fedg )-1{return _e .Errorf ("\u0070\u0061\u0067\u0065\u0020\u0025\u0064\u0020\u006e\u006f\u0074\u0020f\u006f\u0075\u006e\u0064",pageNum );};_fdgd :=_ddce .Reader .PageList [_deeaf ];field .P =_fdgd .ToPdfObject ();if field .T ==nil ||field .T .String ()==""{field .T =_eb .MakeString (_e .Sprintf ("\u0053\u0069\u0067n\u0061\u0074\u0075\u0072\u0065\u0020\u0025\u0064",pageNum )); -};_fdgd .AddAnnotation (field .PdfAnnotationWidget .PdfAnnotation );if _ddce ._bddda ==_ddce ._adac .AcroForm {_ddce ._bddda =_ddce .Reader .AcroForm ;};_afac :=_ddce ._bddda ;if _afac ==nil {_afac =NewPdfAcroForm ();};_afac .SigFlags =_eb .MakeInteger (3); -if _afac .NeedAppearances !=nil {_afac .NeedAppearances =nil ;};_fegf :=append (_afac .AllFields (),field .PdfField );_afac .Fields =&_fegf ;_ddce .ReplaceAcroForm (_afac );_ddce .UpdatePage (_fdgd );_ddce ._fedg [_deeaf ]=_fdgd ;if _ ,_gbac :=field .V .GetDocMDPPermission (); -_gbac {_ddce ._fbec =NewPermissions (field .V );};return nil ;};func _ggaa (_gcfa *_df .ImageBase )(_agfcd Image ){_agfcd .Width =int64 (_gcfa .Width );_agfcd .Height =int64 (_gcfa .Height );_agfcd .BitsPerComponent =int64 (_gcfa .BitsPerComponent );_agfcd .ColorComponents =_gcfa .ColorComponents ; -_agfcd .Data =_gcfa .Data ;_agfcd ._fedc =_gcfa .Decode ;_agfcd ._bdcab =_gcfa .Alpha ;return _agfcd ;}; +// PdfPage represents a page in a PDF document. (7.7.3.3 - Table 30). +type PdfPage struct{Parent _cee .PdfObject ;LastModified *PdfDate ;Resources *PdfPageResources ;CropBox *PdfRectangle ;MediaBox *PdfRectangle ;BleedBox *PdfRectangle ;TrimBox *PdfRectangle ;ArtBox *PdfRectangle ;BoxColorInfo _cee .PdfObject ;Contents _cee .PdfObject ; +Rotate *int64 ;Group _cee .PdfObject ;Thumb _cee .PdfObject ;B _cee .PdfObject ;Dur _cee .PdfObject ;Trans _cee .PdfObject ;AA _cee .PdfObject ;Metadata _cee .PdfObject ;PieceInfo _cee .PdfObject ;StructParents _cee .PdfObject ;ID _cee .PdfObject ;PZ _cee .PdfObject ; +SeparationInfo _cee .PdfObject ;Tabs _cee .PdfObject ;TemplateInstantiated _cee .PdfObject ;PresSteps _cee .PdfObject ;UserUnit _cee .PdfObject ;VP _cee .PdfObject ;Annots _cee .PdfObject ;_eeaba []*PdfAnnotation ;_cfdab *_cee .PdfObjectDictionary ;_bafab *_cee .PdfIndirectObject ; +_bfeab _cee .PdfObjectDictionary ;_acbbg *PdfReader ;};func (_edeea *PdfWriter )adjustXRefAffectedVersion (_fecgec bool ){if _fecgec &&_edeea ._gceef .Major ==1&&_edeea ._gceef .Minor < 5{_edeea ._gceef .Minor =5;};}; -// KValue is a wrapper object to hold various type of K's children objects. -type KValue struct{_ccbca *KDict ;_fbgaa _eb .PdfObject ;_ddaf *int ;}; +// PdfAnnotationPopup represents Popup annotations. +// (Section 12.5.6.14). +type PdfAnnotationPopup struct{*PdfAnnotation ;Parent _cee .PdfObject ;Open _cee .PdfObject ;}; -// UpdateObject marks `obj` as updated and to be included in the following revision. -func (_gdafc *PdfAppender )UpdateObject (obj _eb .PdfObject ){_gdafc .replaceObject (obj ,obj );if _ ,_ddf :=_gdafc ._accfg [obj ];!_ddf {_gdafc ._dfg =append (_gdafc ._dfg ,obj );_gdafc ._accfg [obj ]=struct{}{};};};func (_dcgf *PdfAppender )mergeResources (_dfdef ,_cgc _eb .PdfObject ,_bfb map[_eb .PdfObjectName ]_eb .PdfObjectName )_eb .PdfObject {if _cgc ==nil &&_dfdef ==nil {return nil ; -};if _cgc ==nil {return _dfdef ;};_gcce ,_ebed :=_eb .GetDict (_cgc );if !_ebed {return _dfdef ;};if _dfdef ==nil {_befd :=_eb .MakeDict ();_befd .Merge (_gcce );return _cgc ;};_bfcf ,_ebed :=_eb .GetDict (_dfdef );if !_ebed {_ddb .Log .Error ("\u0045\u0072\u0072or\u0020\u0072\u0065\u0073\u006f\u0075\u0072\u0063\u0065 \u0069s\u0020n\u006ft\u0020\u0061\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079"); -_bfcf =_eb .MakeDict ();};for _ ,_gfced :=range _gcce .Keys (){if _fega ,_abec :=_bfb [_gfced ];_abec {_bfcf .Set (_fega ,_gcce .Get (_gfced ));}else {_bfcf .Set (_gfced ,_gcce .Get (_gfced ));};};return _bfcf ;};func _eebd (_eacbe *_eb .PdfObjectDictionary )(*PdfShadingType1 ,error ){_ggbdbc :=PdfShadingType1 {}; -if _gggga :=_eacbe .Get ("\u0044\u006f\u006d\u0061\u0069\u006e");_gggga !=nil {_gggga =_eb .TraceToDirectObject (_gggga );_cdac ,_gdddg :=_gggga .(*_eb .PdfObjectArray );if !_gdddg {_ddb .Log .Debug ("\u0044\u006f\u006d\u0061i\u006e\u0020\u006e\u006f\u0074\u0020\u0061\u006e\u0020\u0061r\u0072a\u0079\u0020\u0028\u0067\u006f\u0074\u0020%\u0054\u0029",_gggga ); -return nil ,_dcf .New ("\u0074\u0079p\u0065\u0020\u0063h\u0065\u0063\u006b\u0020\u0065\u0072\u0072\u006f\u0072");};_ggbdbc .Domain =_cdac ;};if _fgdfc :=_eacbe .Get ("\u004d\u0061\u0074\u0072\u0069\u0078");_fgdfc !=nil {_fgdfc =_eb .TraceToDirectObject (_fgdfc ); -_bcfdd ,_abccge :=_fgdfc .(*_eb .PdfObjectArray );if !_abccge {_ddb .Log .Debug ("\u004d\u0061\u0074\u0072i\u0078\u0020\u006e\u006f\u0074\u0020\u0061\u006e\u0020\u0061r\u0072a\u0079\u0020\u0028\u0067\u006f\u0074\u0020%\u0054\u0029",_fgdfc );return nil ,_dcf .New ("\u0074\u0079p\u0065\u0020\u0063h\u0065\u0063\u006b\u0020\u0065\u0072\u0072\u006f\u0072"); -};_ggbdbc .Matrix =_bcfdd ;};_fcacc :=_eacbe .Get ("\u0046\u0075\u006e\u0063\u0074\u0069\u006f\u006e");if _fcacc ==nil {_ddb .Log .Debug ("\u0052\u0065q\u0075\u0069\u0072\u0065d\u0020\u0061t\u0074\u0072\u0069\u0062\u0075\u0074\u0065\u0020m\u0069\u0073\u0073\u0069\u006e\u0067\u003a\u0020\u0020\u0046\u0075\u006ec\u0074\u0069\u006f\u006e"); -return nil ,ErrRequiredAttributeMissing ;};_ggbdbc .Function =[]PdfFunction {};if _feccc ,_fddge :=_fcacc .(*_eb .PdfObjectArray );_fddge {for _ ,_ccgg :=range _feccc .Elements (){_degfba ,_eacgae :=_cccfa (_ccgg );if _eacgae !=nil {_ddb .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0070\u0061\u0072\u0073\u0069n\u0067\u0020\u0066\u0075\u006e\u0063\u0074\u0069\u006f\u006e:\u0020\u0025\u0076",_eacgae ); -return nil ,_eacgae ;};_ggbdbc .Function =append (_ggbdbc .Function ,_degfba );};}else {_aadccb ,_fgafec :=_cccfa (_fcacc );if _fgafec !=nil {_ddb .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0070\u0061\u0072\u0073\u0069n\u0067\u0020\u0066\u0075\u006e\u0063\u0074\u0069\u006f\u006e:\u0020\u0025\u0076",_fgafec ); -return nil ,_fgafec ;};_ggbdbc .Function =append (_ggbdbc .Function ,_aadccb );};return &_ggbdbc ,nil ;}; +// ToPdfObject returns the PDF representation of the colorspace. +func (_fege *PdfColorspaceSpecialSeparation )ToPdfObject ()_cee .PdfObject {_efcag :=_cee .MakeArray (_cee .MakeName ("\u0053\u0065\u0070\u0061\u0072\u0061\u0074\u0069\u006f\u006e"));_efcag .Append (_fege .ColorantName );_efcag .Append (_fege .AlternateSpace .ToPdfObject ()); +_efcag .Append (_fege .TintTransform .ToPdfObject ());if _fege ._dfgac !=nil {_fege ._dfgac .PdfObject =_efcag ;return _fege ._dfgac ;};return _efcag ;}; -// NewPdfColorCalRGB returns a new CalRBG color. -func NewPdfColorCalRGB (a ,b ,c float64 )*PdfColorCalRGB {_ecdf :=PdfColorCalRGB {a ,b ,c };return &_ecdf ;}; +// GetAttachedFiles retrieves all the attached files info and content. +func (_efacbe *PdfReader )GetAttachedFiles ()([]*EmbeddedFile ,error ){_gffegf :=[]*EmbeddedFile {};_acfdd ,_bedbfg :=_efacbe .GetNameDictionary ();if _bedbfg !=nil {return nil ,_bedbfg ;};if _acfdd ==nil {return _gffegf ,nil ;};_eedc :=_afaaf (_acfdd ); +if _eedc .EmbeddedFiles ==nil {return nil ,nil ;};_efdaa :=_eedc .EmbeddedFiles .Get ("\u004e\u0061\u006de\u0073");_baecd ,_gcbga :=_efdaa .(*_cee .PdfObjectArray );if !_gcbga {return nil ,_cdf .New ("\u0049\u006e\u0076\u0061li\u0064\u0020\u004e\u0061\u006d\u0065\u0073\u0020\u0061\u0072\u0072\u0061\u0079"); +};for _gecaca :=1;_gecaca < len (_baecd .Elements ());_gecaca +=2{if _gecaca %2!=0{_bdeef :=_baecd .Get (_gecaca );_eacggb ,_gged :=NewPdfFilespecFromObj (_bdeef );if _gged !=nil {return nil ,_gged ;};_cgbee ,_gged :=NewEmbeddedFileFromObject (_eacggb .EF ); +if _gged !=nil {return nil ,_gged ;};_ceacd ,_gfcbf :=_eacggb .F .(*_cee .PdfObjectString );if _gfcbf {_cgbee .Name =_ceacd .Str ();};_cgbee .Description =_eacggb .Desc .WriteString ();_cgbee .Relationship =RelationshipUnspecified ;if _eacggb .AFRelationship !=nil {switch _eacggb .AFRelationship .WriteString (){case "\u0053\u006f\u0075\u0072\u0063\u0065":_cgbee .Relationship =RelationshipSource ; +case "\u0044\u0061\u0074\u0061":_cgbee .Relationship =RelationshipData ;case "A\u006c\u0074\u0065\u0072\u006e\u0061\u0074\u0069\u0076\u0065":_cgbee .Relationship =RelationshipAlternative ;case "\u0053\u0075\u0070\u0070\u006c\u0065\u006d\u0065\u006e\u0074":_cgbee .Relationship =RelationshipSupplement ; +default:_cgbee .Relationship =RelationshipUnspecified ;};};_gffegf =append (_gffegf ,_cgbee );};};return _gffegf ,nil ;};func NewViewerPreferencesFromPdfObject (obj _cee .PdfObject )(*ViewerPreferences ,error ){_abdf :=_cee .ResolveReference (obj );_feffb ,_acgfc :=_cee .GetDict (_abdf ); +if !_acgfc {return nil ,_e .Errorf ("e\u0078\u0069\u0073\u0074\u0069\u006e\u0067\u0020\u0076i\u0065\u0077\u0065\u0072\u0020\u0070\u0072ef\u0065\u0072\u0065\u006ec\u0065\u0073\u0020\u0069\u0073\u0020\u006e\u006f\u0074 a\u0020\u0064i\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079"); +};_gfecd :=NewViewerPreferences ();if _cbcbg :=_feffb .Get ("H\u0069\u0064\u0065\u0054\u006f\u006f\u006c\u0062\u0061\u0072");_cbcbg !=nil {if _cbfd ,_dbbb :=_cee .GetBool (_cbcbg );_dbbb {_gfecd ._bfff =(*bool )(_cbfd );};};if _eeeba :=_feffb .Get ("H\u0069\u0064\u0065\u004d\u0065\u006e\u0075\u0062\u0061\u0072"); +_eeeba !=nil {if _ggbff ,_geggg :=_cee .GetBool (_eeeba );_geggg {_gfecd ._fcbcb =(*bool )(_ggbff );};};if _egccf :=_feffb .Get ("\u0048\u0069\u0064e\u0057\u0069\u006e\u0064\u006f\u0077\u0055\u0049");_egccf !=nil {if _acffc ,_ffeaa :=_cee .GetBool (_egccf ); +_ffeaa {_gfecd ._gfffg =(*bool )(_acffc );};};if _cdbfe :=_feffb .Get ("\u0046i\u0074\u0057\u0069\u006e\u0064\u006fw");_cdbfe !=nil {if _egedb ,_ebaeba :=_cee .GetBool (_cdbfe );_ebaeba {_gfecd ._cbdgc =(*bool )(_egedb );};};if _dbbeg :=_feffb .Get ("\u0043\u0065\u006et\u0065\u0072\u0057\u0069\u006e\u0064\u006f\u0077"); +_dbbeg !=nil {if _efefb ,_efcbg :=_cee .GetBool (_dbbeg );_efcbg {_gfecd ._gaffg =(*bool )(_efefb );};};if _bgbaf :=_feffb .Get ("\u0044i\u0073p\u006c\u0061\u0079\u0044\u006f\u0063\u0054\u0069\u0074\u006c\u0065");_bgbaf !=nil {if _gacab ,_fbbeb :=_cee .GetBool (_bgbaf ); +_fbbeb {_gfecd ._gbbca =(*bool )(_gacab );};};if _ecagb :=_feffb .Get ("N\u006f\u006e\u0046\u0075ll\u0053c\u0072\u0065\u0065\u006e\u0050a\u0067\u0065\u004d\u006f\u0064\u0065");_ecagb !=nil {if _efbgc ,_ccege :=_cee .GetName (_ecagb );_ccege {_gfecd ._efgaa =NonFullScreenPageMode (*_efbgc ); +};};if _aaggdg :=_feffb .Get ("\u0044i\u0072\u0065\u0063\u0074\u0069\u006fn");_aaggdg !=nil {if _bccgf ,_bfbbe :=_cee .GetName (_aaggdg );_bfbbe {_gfecd ._gfegc =Direction (*_bccgf );};};if _egfece :=_feffb .Get ("\u0056\u0069\u0065\u0077\u0041\u0072\u0065\u0061"); +_egfece !=nil {if _bbbde ,_faeg :=_cee .GetName (_egfece );_faeg {_gfecd ._gagga =PageBoundary (*_bbbde );};};if _gcacd :=_feffb .Get ("\u0056\u0069\u0065\u0077\u0043\u006c\u0069\u0070");_gcacd !=nil {if _dgada ,_dccafc :=_cee .GetName (_gcacd );_dccafc {_gfecd ._baegf =PageBoundary (*_dgada ); +};};if _gggcd :=_feffb .Get ("\u0050r\u0069\u006e\u0074\u0041\u0072\u0065a");_gggcd !=nil {if _fecfg ,_gcbbe :=_cee .GetName (_gggcd );_gcbbe {_gfecd ._eedee =PageBoundary (*_fecfg );};};if _gaed :=_feffb .Get ("\u0050r\u0069\u006e\u0074\u0043\u006c\u0069p"); +_gaed !=nil {if _bdcce ,_gcadf :=_cee .GetName (_gaed );_gcadf {_gfecd ._fcddg =PageBoundary (*_bdcce );};};if _afcad :=_feffb .Get ("\u0050\u0072\u0069n\u0074\u0053\u0063\u0061\u006c\u0069\u006e\u0067");_afcad !=nil {if _gdacd ,_fdgcba :=_cee .GetName (_afcad ); +_fdgcba {_gfecd ._fgbdf =PrintScaling (*_gdacd );};};if _cgaad :=_feffb .Get ("\u0044\u0075\u0070\u006c\u0065\u0078");_cgaad !=nil {if _ffadd ,_ebgca :=_cee .GetName (_cgaad );_ebgca {_gfecd ._cadea =Duplex (*_ffadd );};};if _aafda :=_feffb .Get ("\u0050\u0069\u0063\u006b\u0054\u0072\u0061\u0079\u0042\u0079\u0050\u0044F\u0053\u0069\u007a\u0065"); +_aafda !=nil {if _cgfbe ,_bcfeg :=_cee .GetBool (_aafda );_bcfeg {_gfecd ._bdfed =(*bool )(_cgfbe );};};if _ebebg :=_feffb .Get ("\u0050\u0072\u0069\u006e\u0074\u0050\u0061\u0067\u0065R\u0061\u006e\u0067\u0065");_ebebg !=nil {if _bacaf ,_gbedd :=_cee .GetArray (_ebebg ); +_gbedd {_gfecd ._acfdg =make ([]int ,_bacaf .Len ());for _cacge :=range _gfecd ._acfdg {if _eeeadd :=_bacaf .Get (_cacge );_eeeadd !=nil {if _fffad ,_bgegdg :=_cee .GetInt (_eeeadd );_bgegdg {_gfecd ._acfdg [_cacge ]=int (*_fffad );};};};};};if _fbdcgf :=_feffb .Get ("\u004eu\u006d\u0043\u006f\u0070\u0069\u0065s"); +_fbdcgf !=nil {if _ffbbbe ,_eagca :=_cee .GetInt (_fbdcgf );_eagca {_gfecd ._dbcbe =int (*_ffbbbe );};};return _gfecd ,nil ;}; -// WriteToFile writes the output PDF to file. -func (_caded *PdfWriter )WriteToFile (outputFilePath string )error {_aacdb ,_fabea :=_ccb .Create (outputFilePath );if _fabea !=nil {return _fabea ;};defer _aacdb .Close ();return _caded .Write (_aacdb );}; +// NewPdfDateFromTime will create a PdfDate based on the given time +func NewPdfDateFromTime (timeObj _gc .Time )(PdfDate ,error ){_geagge :=timeObj .Format ("\u002d\u0030\u0037\u003a\u0030\u0030");_dfdge ,_ :=_fa .ParseInt (_geagge [1:3],10,32);_dcdbc ,_ :=_fa .ParseInt (_geagge [4:6],10,32);return PdfDate {_gffbe :int64 (timeObj .Year ()),_dabdg :int64 (timeObj .Month ()),_cfdgf :int64 (timeObj .Day ()),_bbeea :int64 (timeObj .Hour ()),_bfaec :int64 (timeObj .Minute ()),_begea :int64 (timeObj .Second ()),_cfbed :_geagge [0],_gccea :_dfdge ,_cacedd :_dcdbc },nil ; +}; -// NewPdfAction returns an initialized generic PDF action model. -func NewPdfAction ()*PdfAction {_bg :=&PdfAction {};_bg ._dee =_eb .MakeIndirectObject (_eb .MakeDict ());return _bg ;};func (_fdegb *PdfWriter )AttachFile (file *EmbeddedFile )error {_dgeea :=_fdegb ._agdbc ;if _dgeea ==nil {_dgeea =_gaefa ();};_ebeee :=_dgeea .addEmbeddedFile (file ); -if _ebeee !=nil {return _ebeee ;};_fdegb ._agdbc =_dgeea ;return nil ;}; +// GetContext returns the PdfField context which is the more specific field data type, e.g. PdfFieldButton +// for a button field. +func (_bggdb *PdfField )GetContext ()PdfModel {return _bggdb ._egab };func _ceabe (_cbefa rune )string {for _ccgcd ,_eccfe :=range _a .Categories {if len (_ccgcd )==2&&_a .Is (_eccfe ,_cbefa ){return _ccgcd ;};};return "\u0043\u006e";}; -// PdfAnnotationLine represents Line annotations. -// (Section 12.5.6.7). -type PdfAnnotationLine struct{*PdfAnnotation ;*PdfAnnotationMarkup ;L _eb .PdfObject ;BS _eb .PdfObject ;LE _eb .PdfObject ;IC _eb .PdfObject ;LL _eb .PdfObject ;LLE _eb .PdfObject ;Cap _eb .PdfObject ;IT _eb .PdfObject ;LLO _eb .PdfObject ;CP _eb .PdfObject ; -Measure _eb .PdfObject ;CO _eb .PdfObject ;}; +// ToPdfObject returns the PDF representation of the VRI dictionary. +func (_gbac *VRI )ToPdfObject ()*_cee .PdfObjectDictionary {_adfebe :=_cee .MakeDict ();_adfebe .SetIfNotNil (_cee .PdfObjectName ("\u0043\u0065\u0072\u0074"),_deeb (_gbac .Cert ));_adfebe .SetIfNotNil (_cee .PdfObjectName ("\u004f\u0043\u0053\u0050"),_deeb (_gbac .OCSP )); +_adfebe .SetIfNotNil (_cee .PdfObjectName ("\u0043\u0052\u004c"),_deeb (_gbac .CRL ));_adfebe .SetIfNotNil ("\u0054\u0055",_gbac .TU );_adfebe .SetIfNotNil ("\u0054\u0053",_gbac .TS );return _adfebe ;}; -// PdfActionGoToR represents a GoToR action. -type PdfActionGoToR struct{*PdfAction ;F *PdfFilespec ;D _eb .PdfObject ;NewWindow _eb .PdfObject ;}; +// Evaluate runs the function on the passed in slice and returns the results. +func (_fbgde *PdfFunctionType0 )Evaluate (x []float64 )([]float64 ,error ){if len (x )!=_fbgde .NumInputs {_fca .Log .Error ("\u004eu\u006d\u0062e\u0072\u0020\u006f\u0066 \u0069\u006e\u0070u\u0074\u0073\u0020\u006e\u006f\u0074\u0020\u006d\u0061tc\u0068\u0069\u006eg\u0020\u0077h\u0061\u0074\u0020\u0069\u0073\u0020n\u0065\u0065d\u0065\u0064"); +return nil ,_cdf .New ("\u0072\u0061\u006e\u0067\u0065\u0020\u0063\u0068\u0065\u0063\u006b\u0020e\u0072\u0072\u006f\u0072");};if _fbgde ._efcg ==nil {_eebea :=_fbgde .processSamples ();if _eebea !=nil {return nil ,_eebea ;};};_deaf :=_fbgde .Encode ;if _deaf ==nil {_deaf =[]float64 {}; +for _eabdd :=0;_eabdd < len (_fbgde .Size );_eabdd ++{_deaf =append (_deaf ,0);_deaf =append (_deaf ,float64 (_fbgde .Size [_eabdd ]-1));};};_degfd :=_fbgde .Decode ;if _degfd ==nil {_degfd =_fbgde .Range ;};_bdae :=make ([]int ,len (x ));for _caeda :=0; +_caeda < len (x );_caeda ++{_cbdcd :=x [_caeda ];_aded :=_aaa .Min (_aaa .Max (_cbdcd ,_fbgde .Domain [2*_caeda ]),_fbgde .Domain [2*_caeda +1]);_dgead :=_ca .LinearInterpolate (_aded ,_fbgde .Domain [2*_caeda ],_fbgde .Domain [2*_caeda +1],_deaf [2*_caeda ],_deaf [2*_caeda +1]); +_fcafd :=_aaa .Min (_aaa .Max (_dgead ,0),float64 (_fbgde .Size [_caeda ]-1));_aecga :=int (_aaa .Floor (_fcafd +0.5));if _aecga < 0{_aecga =0;}else if _aecga > _fbgde .Size [_caeda ]{_aecga =_fbgde .Size [_caeda ]-1;};_bdae [_caeda ]=_aecga ;};_bfcd :=_bdae [0]; +for _fegeb :=1;_fegeb < _fbgde .NumInputs ;_fegeb ++{_gfcda :=_bdae [_fegeb ];for _aefbe :=0;_aefbe < _fegeb ;_aefbe ++{_gfcda *=_fbgde .Size [_aefbe ];};_bfcd +=_gfcda ;};_bfcd *=_fbgde .NumOutputs ;var _aada []float64 ;for _dccaf :=0;_dccaf < _fbgde .NumOutputs ; +_dccaf ++{_ebdb :=_bfcd +_dccaf ;if _ebdb >=len (_fbgde ._efcg ){_fca .Log .Debug ("\u0057\u0041\u0052\u004e\u003a \u006e\u006ft\u0020\u0065\u006eo\u0075\u0067\u0068\u0020\u0069\u006ep\u0075\u0074\u0020sa\u006dp\u006c\u0065\u0073\u0020\u0074\u006f\u0020d\u0065\u0074\u0065\u0072\u006d\u0069\u006e\u0065\u0020\u006f\u0075\u0074\u0070\u0075\u0074\u0020\u0076\u0061lu\u0065\u0073\u002e\u0020\u004f\u0075\u0074\u0070\u0075\u0074\u0020\u006d\u0061\u0079\u0020\u0062\u0065\u0020\u0069\u006e\u0063\u006f\u0072\u0072\u0065\u0063\u0074\u002e"); +continue ;};_dggba :=_fbgde ._efcg [_ebdb ];_bddabd :=_ca .LinearInterpolate (float64 (_dggba ),0,_aaa .Pow (2,float64 (_fbgde .BitsPerSample )),_degfd [2*_dccaf ],_degfd [2*_dccaf +1]);_bbgbb :=_aaa .Min (_aaa .Max (_bddabd ,_fbgde .Range [2*_dccaf ]),_fbgde .Range [2*_dccaf +1]); +_aada =append (_aada ,_bbgbb );};return _aada ,nil ;}; -// PdfFunctionType0 uses a sequence of sample values (contained in a stream) to provide an approximation -// for functions whose domains and ranges are bounded. The samples are organized as an m-dimensional -// table in which each entry has n components -type PdfFunctionType0 struct{Domain []float64 ;Range []float64 ;NumInputs int ;NumOutputs int ;Size []int ;BitsPerSample int ;Order int ;Encode []float64 ;Decode []float64 ;_dcdgc []byte ;_bgaaab []uint32 ;_bded *_eb .PdfObjectStream ;}; +// NewPdfFilespec returns an initialized generic PDF filespec model. +func NewPdfFilespec ()*PdfFilespec {_fccab :=&PdfFilespec {};_fccab ._gbfeg =_cee .MakeIndirectObject (_cee .MakeDict ());return _fccab ;};func _cfffg (_agbbf _cee .PdfObject )(*KDict ,error ){_aebcb :=_cee .ResolveReference (_agbbf );if _aebcb ==nil {return nil ,_e .Errorf ("\u004b \u006fb\u006a\u0065\u0063\u0074\u0020\u0069\u0073\u0020\u006e\u0069\u006c"); +};_beafg ,_gccb :=_cee .GetDict (_aebcb );if !_gccb {return nil ,_e .Errorf ("\u004b\u0020\u006f\u0062j\u0065\u0063\u0074\u0020\u0069\u0073\u0020\u006e\u006f\u0074 \u0061 \u0064\u0069\u0063\u0074\u0069\u006f\u006ea\u0072\u0079");};_fffab :=&KDict {};if _baab :=_beafg .Get ("\u0053"); +_baab !=nil {_fffab .S =_baab ;};if _cdace :=_beafg .Get ("\u0050");_cdace !=nil {_fffab .P =_cdace ;};if _ggaeg :=_beafg .Get ("\u0049\u0044");_ggaeg !=nil {if _cecde ,_aaefc :=_cee .GetString (_ggaeg );_aaefc {_fffab .ID =_cecde ;};};if _fggdg :=_beafg .Get ("\u0050\u0067"); +_fggdg !=nil {_fffab .Pg =_fggdg ;};if _aaffe :=_beafg .Get ("\u004b");_aaffe !=nil {_fffab .K =_aaffe ;switch _cbfea :=_aaffe .(type ){case *_cee .PdfObjectArray :if _dgffd ,_fgfeg :=_cee .GetArray (_aaffe );_fgfeg {for _ ,_cfded :=range _dgffd .Elements (){switch _eaada :=_cfded .(type ){case *_cee .PdfIndirectObject :_dfbbc ,_dcefb :=_cfffg (_eaada ); +if _dcefb !=nil {_fca .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0063\u0072\u0065\u0061\u0074i\u006e\u0067\u0020\u004b\u0020\u0063\u0068\u0069\u006c\u0064:\u0020\u0025\u0076",_dcefb );continue ;};_fffab ._affgf =append (_fffab ._affgf ,&KValue {_aedde :_dfbbc }); +case *_cee .PdfObjectInteger :if _gcfdf ,_abbf :=_cee .GetIntVal (_cfded );_abbf {_fffab ._affgf =append (_fffab ._affgf ,&KValue {_dfcf :&_gcfdf });};case *_cee .PdfObjectDictionary :_fffab ._affgf =append (_fffab ._affgf ,&KValue {_abcfb :_cfded });}; +};};case *_cee .PdfIndirectObject :_cddefg ,_fbad :=_cfffg (_cbfea );if _fbad !=nil {_fca .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0063\u0072\u0065\u0061\u0074i\u006e\u0067\u0020\u004b\u0020\u0063\u0068\u0069\u006c\u0064:\u0020\u0025\u0076",_fbad ); +};if _cddefg !=nil {_fffab ._affgf =append (_fffab ._affgf ,&KValue {_aedde :_cddefg });};case *_cee .PdfObjectDictionary :_fffab ._affgf =append (_fffab ._affgf ,&KValue {_abcfb :_cbfea });case *_cee .PdfObjectInteger :if _acacf ,_efed :=_cee .GetIntVal (_aaffe ); +_efed {_fffab ._affgf =append (_fffab ._affgf ,&KValue {_dfcf :&_acacf });};};};if _agdda :=_beafg .Get ("\u0041");_agdda !=nil {_fffab .A =_agdda ;};if _eceb :=_beafg .Get ("\u0043");_eceb !=nil {_fffab .C =_eceb ;};if _cacgd :=_beafg .Get ("\u0052"); +_cacgd !=nil {if _bgacf ,_efeaf :=_cee .GetInt (_cacgd );_efeaf {_fffab .R =_bgacf ;};};if _febc :=_beafg .Get ("\u0054");_febc !=nil {if _fcbbe ,_afbbg :=_cee .GetString (_febc );_afbbg {_fffab .T =_fcbbe ;};};if _gcfag :=_beafg .Get ("\u004c\u0061\u006e\u0067"); +_gcfag !=nil {if _agbeb ,_ecdgad :=_cee .GetString (_gcfag );_ecdgad {_fffab .Lang =_agbeb ;};};if _aeedg :=_beafg .Get ("\u0041\u006c\u0074");_aeedg !=nil {if _bfgcf ,_cgfb :=_cee .GetString (_aeedg );_cgfb {_fffab .Alt =_bfgcf ;};};if _ccdegg :=_beafg .Get ("\u0045"); +_ccdegg !=nil {if _gdbfgd ,_fffgd :=_cee .GetString (_ccdegg );_fffgd {_fffab .E =_gdbfgd ;};};return _fffab ,nil ;}; -// NewStandard14Font returns the standard 14 font named `basefont` as a *PdfFont, or an error if it -// `basefont` is not one of the standard 14 font names. -func NewStandard14Font (basefont StdFontName )(*PdfFont ,error ){_dbab ,_dbdbe :=_adca (basefont );if _dbdbe !=nil {return nil ,_dbdbe ;};if basefont !=SymbolName &&basefont !=ZapfDingbatsName {_dbab ._eccbb =_fc .NewWinAnsiEncoder ();};return &PdfFont {_fdaa :&_dbab },nil ; -}; +// PdfActionURI represents an URI action. +type PdfActionURI struct{*PdfAction ;URI _cee .PdfObject ;IsMap _cee .PdfObject ;}; -// NewPdfReader returns a new PdfReader for an input io.ReadSeeker interface. Can be used to read PDF from -// memory or file. Immediately loads and traverses the PDF structure including pages and page contents (if -// not encrypted). Loads entire document structure into memory. -// Alternatively a lazy-loading reader can be created with NewPdfReaderLazy which loads only references, -// and references are loaded from disk into memory on an as-needed basis. -func NewPdfReader (rs _bagf .ReadSeeker )(*PdfReader ,error ){const _gbgfa ="\u006do\u0064e\u006c\u003a\u004e\u0065\u0077P\u0064\u0066R\u0065\u0061\u0064\u0065\u0072";return _dcgfe (rs ,&ReaderOpts {},false ,_gbgfa );}; +// GetNumComponents returns the number of color components (1 for Indexed). +func (_bbcf *PdfColorspaceSpecialIndexed )GetNumComponents ()int {return 1};func (_bfgd *PdfReader )newPdfAnnotationSquareFromDict (_bfcf *_cee .PdfObjectDictionary )(*PdfAnnotationSquare ,error ){_ced :=PdfAnnotationSquare {};_cecf ,_bcgd :=_bfgd .newPdfAnnotationMarkupFromDict (_bfcf ); +if _bcgd !=nil {return nil ,_bcgd ;};_ced .PdfAnnotationMarkup =_cecf ;_ced .BS =_bfcf .Get ("\u0042\u0053");_ced .IC =_bfcf .Get ("\u0049\u0043");_ced .BE =_bfcf .Get ("\u0042\u0045");_ced .RD =_bfcf .Get ("\u0052\u0044");return &_ced ,nil ;}; -// AddOutlineTree adds outlines to a PDF file. -func (_bcagf *PdfWriter )AddOutlineTree (outlineTree *PdfOutlineTreeNode ){_bcagf ._fbgge =outlineTree }; +// SetCenterWindow sets the value of the centerWindow flag. +func (_bbcgg *ViewerPreferences )SetCenterWindow (centerWindow bool ){_bbcgg ._gaffg =¢erWindow };var _cgfc =map[string ]struct{}{"\u0046\u0054":{},"\u004b\u0069\u0064\u0073":{},"\u0054":{},"\u0054\u0055":{},"\u0054\u004d":{},"\u0046\u0066":{},"\u0056":{},"\u0044\u0056":{},"\u0041\u0041":{},"\u0044\u0041":{},"\u0051":{},"\u0044\u0053":{},"\u0052\u0056":{}}; +const (ButtonTypeCheckbox ButtonType =iota ;ButtonTypePush ButtonType =iota ;ButtonTypeRadio ButtonType =iota ;); -// ColorFromFloats returns a new PdfColor based on the input slice of color -// components. The slice should contain a single element. -func (_adccc *PdfColorspaceSpecialIndexed )ColorFromFloats (vals []float64 )(PdfColor ,error ){if len (vals )!=1{return nil ,_dcf .New ("r\u0061\u006e\u0067\u0065\u0020\u0063\u0068\u0065\u0063\u006b");};N :=_adccc .Base .GetNumComponents ();_fbee :=int (vals [0])*N ; -if _fbee < 0||(_fbee +N -1)>=len (_adccc ._efcb ){_ddb .Log .Debug ("\u0063\u006f\u006cor\u0020\u006f\u0075\u0074\u0020\u006f\u0066\u0020\u0043\u0053\u0020\u0072\u0061\u006e\u0067\u0065\u003a\u0020",_fbee );return nil ,ErrColorOutOfRange ;};_fgag :=_adccc ._efcb [_fbee :_fbee +N ]; -var _fdbfc []float64 ;for _ ,_ebcda :=range _fgag {_fdbfc =append (_fdbfc ,float64 (_ebcda )/255.0);};_cgg ,_acdc :=_adccc .Base .ColorFromFloats (_fdbfc );if _acdc !=nil {return nil ,_acdc ;};return _cgg ,nil ;}; +// SetPrintClip sets the value of the printClip. +func (_gbdfg *ViewerPreferences )SetPrintClip (printClip PageBoundary ){_gbdfg ._fcddg =printClip }; -// EncryptionAlgorithm is used in EncryptOptions to change the default algorithm used to encrypt the document. -type EncryptionAlgorithm int ; +// CharcodesToUnicodeWithStats is identical to CharcodesToUnicode except it returns more statistical +// information about hits and misses from the reverse mapping process. +// NOTE: The number of runes returned may be greater than the number of charcodes. +// TODO(peterwilliams97): Deprecate in v4 and use only CharcodesToStrings() +func (_fgfdc *PdfFont )CharcodesToUnicodeWithStats (charcodes []_dae .CharCode )(_feege []rune ,_eafgde ,_dfgd int ){_ccca ,_eafgde ,_dfgd :=_fgfdc .CharcodesToStrings (charcodes ,"");return []rune (_ad .Join (_ccca ,"")),_eafgde ,_dfgd ;}; -// SetEncoder sets the encoding for the underlying font. -// TODO(peterwilliams97): Change function signature to SetEncoder(encoder *textencoding.simpleEncoder). -// TODO(gunnsth): Makes sense if SetEncoder is removed from the interface fonts.Font as proposed in PR #260. -func (_bfabd *pdfFontSimple )SetEncoder (encoder _fc .TextEncoder ){_bfabd ._eccbb =encoder }; +// XObjectType represents the type of an XObject. +type XObjectType int ; -// SignatureHandlerDocMDPParams describe the specific parameters for the SignatureHandlerEx -// These parameters describe how to check the difference between revisions. -// Revisions of the document get from the PdfParser. -type SignatureHandlerDocMDPParams struct{Parser *_eb .PdfParser ;DiffPolicy _bab .DiffPolicy ;}; +// PdfFieldChoice represents a choice field which includes scrollable list boxes and combo boxes. +type PdfFieldChoice struct{*PdfField ;Opt *_cee .PdfObjectArray ;TI *_cee .PdfObjectInteger ;I *_cee .PdfObjectArray ;}; + +// GetXObjectByName returns the XObject with the specified keyName and the object type. +func (_gcbaa *PdfPageResources )GetXObjectByName (keyName _cee .PdfObjectName )(*_cee .PdfObjectStream ,XObjectType ){if _gcbaa .XObject ==nil {return nil ,XObjectTypeUndefined ;};_dfgcea ,_bfeeg :=_cee .TraceToDirectObject (_gcbaa .XObject ).(*_cee .PdfObjectDictionary ); +if !_bfeeg {_fca .Log .Debug ("\u0045\u0052\u0052\u004f\u0052:\u0020\u0058\u004f\u0062\u006a\u0065\u0063\u0074\u0020\u006e\u006f\u0074\u0020a\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u0021\u0020\u0028\u0067\u006f\u0074\u0020\u0025\u0054\u0029",_cee .TraceToDirectObject (_gcbaa .XObject )); +return nil ,XObjectTypeUndefined ;};if _dadaag :=_dfgcea .Get (keyName );_dadaag !=nil {_bcff ,_fgbdb :=_cee .GetStream (_dadaag );if !_fgbdb {_fca .Log .Debug ("X\u004f\u0062\u006a\u0065\u0063\u0074 \u006e\u006f\u0074\u0020\u0070\u006fi\u006e\u0074\u0069\u006e\u0067\u0020\u0074o\u0020\u0061\u0020\u0073\u0074\u0072\u0065\u0061\u006d\u0020%\u0054",_dadaag ); +return nil ,XObjectTypeUndefined ;};_ebbec :=_bcff .PdfObjectDictionary ;_aagaa ,_fgbdb :=_cee .TraceToDirectObject (_ebbec .Get ("\u0053u\u0062\u0074\u0079\u0070\u0065")).(*_cee .PdfObjectName );if !_fgbdb {_fca .Log .Debug ("\u0058\u004fbj\u0065\u0063\u0074 \u0053\u0075\u0062\u0074ype\u0020no\u0074\u0020\u0061\u0020\u004e\u0061\u006de,\u0020\u0064\u0069\u0063\u0074\u003a\u0020%\u0073",_ebbec .String ()); +return nil ,XObjectTypeUndefined ;};if *_aagaa =="\u0049\u006d\u0061g\u0065"{return _bcff ,XObjectTypeImage ;}else if *_aagaa =="\u0046\u006f\u0072\u006d"{return _bcff ,XObjectTypeForm ;}else if *_aagaa =="\u0050\u0053"{return _bcff ,XObjectTypePS ;}else {_fca .Log .Debug ("\u0058\u004f\u0062\u006a\u0065\u0063\u0074\u0020\u0053\u0075b\u0074\u0079\u0070\u0065\u0020\u006e\u006ft\u0020\u006b\u006e\u006f\u0077\u006e\u0020\u0028\u0025\u0073\u0029",*_aagaa ); +return nil ,XObjectTypeUndefined ;};}else {return nil ,XObjectTypeUndefined ;};}; // NewPdfColorspaceSpecialSeparation returns a new separation color. -func NewPdfColorspaceSpecialSeparation ()*PdfColorspaceSpecialSeparation {_efgg :=&PdfColorspaceSpecialSeparation {};return _efgg ;}; +func NewPdfColorspaceSpecialSeparation ()*PdfColorspaceSpecialSeparation {_gdaa :=&PdfColorspaceSpecialSeparation {};return _gdaa ;};const (XObjectTypeUndefined XObjectType =iota ;XObjectTypeImage ;XObjectTypeForm ;XObjectTypePS ;XObjectTypeUnknown ;); +func (_cacg *pdfFontType0 )getFontDescriptor ()*PdfFontDescriptor {if _cacg ._ebcad ==nil &&_cacg .DescendantFont !=nil {return _cacg .DescendantFont .FontDescriptor ();};return _cacg ._ebcad ;}; -// ToPdfObject returns the PDF representation of the function. -func (_ccdcf *PdfFunctionType4 )ToPdfObject ()_eb .PdfObject {_cdcf :=_ccdcf ._gbcd ;if _cdcf ==nil {_ccdcf ._gbcd =&_eb .PdfObjectStream {};_cdcf =_ccdcf ._gbcd ;};_dadcf :=_eb .MakeDict ();_dadcf .Set ("\u0046\u0075\u006ec\u0074\u0069\u006f\u006e\u0054\u0079\u0070\u0065",_eb .MakeInteger (4)); -_cabab :=&_eb .PdfObjectArray {};for _ ,_agaef :=range _ccdcf .Domain {_cabab .Append (_eb .MakeFloat (_agaef ));};_dadcf .Set ("\u0044\u006f\u006d\u0061\u0069\u006e",_cabab );_gbbgc :=&_eb .PdfObjectArray {};for _ ,_becac :=range _ccdcf .Range {_gbbgc .Append (_eb .MakeFloat (_becac )); -};_dadcf .Set ("\u0052\u0061\u006eg\u0065",_gbbgc );if _ccdcf ._bdcf ==nil &&_ccdcf .Program !=nil {_ccdcf ._bdcf =[]byte (_ccdcf .Program .String ());};_dadcf .Set ("\u004c\u0065\u006e\u0067\u0074\u0068",_eb .MakeInteger (int64 (len (_ccdcf ._bdcf )))); -_cdcf .Stream =_ccdcf ._bdcf ;_cdcf .PdfObjectDictionary =_dadcf ;return _cdcf ;}; +// SetVersion sets the PDF version of the output file. +func (_cbbacc *PdfWriter )SetVersion (majorVersion ,minorVersion int ){_cbbacc ._gceef .Major =majorVersion ;_cbbacc ._gceef .Minor =minorVersion ;}; -// PdfAnnotation3D represents 3D annotations. -// (Section 13.6.2). -type PdfAnnotation3D struct{*PdfAnnotation ;T3DD _eb .PdfObject ;T3DV _eb .PdfObject ;T3DA _eb .PdfObject ;T3DI _eb .PdfObject ;T3DB _eb .PdfObject ;};func _aeebg (_bddggd _eb .PdfObject ){_ddb .Log .Debug ("\u006f\u0062\u006a\u003a\u0020\u0025\u0054\u0020\u0025\u0073",_bddggd ,_bddggd .String ()); -if _ebadf ,_cfac :=_bddggd .(*_eb .PdfObjectStream );_cfac {_ffef ,_fdebf :=_eb .DecodeStream (_ebadf );if _fdebf !=nil {_ddb .Log .Debug ("\u0045r\u0072\u006f\u0072\u003a\u0020\u0025v",_fdebf );return ;};_ddb .Log .Debug ("D\u0065\u0063\u006f\u0064\u0065\u0064\u003a\u0020\u0025\u0073",_ffef ); -}else if _ecefb ,_eecgb :=_bddggd .(*_eb .PdfIndirectObject );_eecgb {_ddb .Log .Debug ("\u0025\u0054\u0020%\u0076",_ecefb .PdfObject ,_ecefb .PdfObject );_ddb .Log .Debug ("\u0025\u0073",_ecefb .PdfObject .String ());};}; +// Compress is yet to be implemented. +// Should be able to compress in terms of JPEG quality parameter, +// and DPI threshold (need to know bounding area dimensions). +func (_bfbcb DefaultImageHandler )Compress (input *Image ,quality int64 )(*Image ,error ){return input ,nil ;}; -// RemveTabOrder removes the tab order for the page. -func (_cbbgb *PdfPage )RemoveTabOrder (){_cbbgb .Tabs =nil }; +// GetSamples converts the raw byte slice into samples which are stored in a uint32 bit array. +// Each sample is represented by BitsPerComponent consecutive bits in the raw data. +// NOTE: The method resamples the image byte data before returning the result and +// this could lead to high memory usage, especially on large images. It should +// be avoided, when possible. It is recommended to access the Data field of the +// image directly or use the ColorAt method to extract individual pixels. +func (_efbc *Image )GetSamples ()[]uint32 {_cdfb :=_ag .ResampleBytes (_efbc .Data ,int (_efbc .BitsPerComponent ));if _efbc .BitsPerComponent < 8{_cdfb =_efbc .samplesTrimPadding (_cdfb );};_bffedb :=int (_efbc .Width )*int (_efbc .Height )*_efbc .ColorComponents ; +if len (_cdfb )< _bffedb {_fca .Log .Debug ("\u0045r\u0072\u006fr\u003a\u0020\u0054o\u006f\u0020\u0066\u0065\u0077\u0020\u0073a\u006d\u0070\u006c\u0065\u0073\u0020(\u0067\u006f\u0074\u0020\u0025\u0064\u002c\u0020\u0065\u0078\u0070e\u0063\u0074\u0069\u006e\u0067\u0020\u0025\u0064\u0029",len (_cdfb ),_bffedb ); +return _cdfb ;}else if len (_cdfb )> _bffedb {_fca .Log .Debug ("\u0045r\u0072\u006fr\u003a\u0020\u0054o\u006f\u0020\u006d\u0061\u006e\u0079\u0020s\u0061\u006d\u0070\u006c\u0065\u0073 \u0028\u0067\u006f\u0074\u0020\u0025\u0064\u002c\u0020\u0065\u0078p\u0065\u0063\u0074\u0069\u006e\u0067\u0020\u0025\u0064",len (_cdfb ),_bffedb ); +_cdfb =_cdfb [:_bffedb ];};return _cdfb ;}; -// PdfAnnotationUnderline represents Underline annotations. -// (Section 12.5.6.10). -type PdfAnnotationUnderline struct{*PdfAnnotation ;*PdfAnnotationMarkup ;QuadPoints _eb .PdfObject ;}; +// ToPdfObject implements interface PdfModel. +func (_fbefg *PdfSignatureReference )ToPdfObject ()_cee .PdfObject {_ebcae :=_cee .MakeDict ();_ebcae .SetIfNotNil ("\u0054\u0079\u0070\u0065",_fbefg .Type );_ebcae .SetIfNotNil ("\u0054r\u0061n\u0073\u0066\u006f\u0072\u006d\u004d\u0065\u0074\u0068\u006f\u0064",_fbefg .TransformMethod ); +_ebcae .SetIfNotNil ("\u0054r\u0061n\u0073\u0066\u006f\u0072\u006d\u0050\u0061\u0072\u0061\u006d\u0073",_fbefg .TransformParams );_ebcae .SetIfNotNil ("\u0044\u0061\u0074\u0061",_fbefg .Data );_ebcae .SetIfNotNil ("\u0044\u0069\u0067e\u0073\u0074\u004d\u0065\u0074\u0068\u006f\u0064",_fbefg .DigestMethod ); +return _ebcae ;}; -// PdfShadingType5 is a Lattice-form Gouraud-shaded triangle mesh. -type PdfShadingType5 struct{*PdfShading ;BitsPerCoordinate *_eb .PdfObjectInteger ;BitsPerComponent *_eb .PdfObjectInteger ;VerticesPerRow *_eb .PdfObjectInteger ;Decode *_eb .PdfObjectArray ;Function []PdfFunction ;}; +// NewPdfColorCalRGB returns a new CalRBG color. +func NewPdfColorCalRGB (a ,b ,c float64 )*PdfColorCalRGB {_dbbag :=PdfColorCalRGB {a ,b ,c };return &_dbbag ;}; -// NewPdfPageResourcesColorspaces returns a new PdfPageResourcesColorspaces object. -func NewPdfPageResourcesColorspaces ()*PdfPageResourcesColorspaces {_dbded :=&PdfPageResourcesColorspaces {};_dbded .Names =[]string {};_dbded .Colorspaces =map[string ]PdfColorspace {};_dbded ._ccba =&_eb .PdfIndirectObject {};return _dbded ;}; +// ToPdfObject implements interface PdfModel. +func (_fee *PdfActionSetOCGState )ToPdfObject ()_cee .PdfObject {_fee .PdfAction .ToPdfObject ();_edg :=_fee ._gaf ;_agf :=_edg .PdfObject .(*_cee .PdfObjectDictionary );_agf .SetIfNotNil ("\u0053",_cee .MakeName (string (ActionTypeSetOCGState )));_agf .SetIfNotNil ("\u0053\u0074\u0061t\u0065",_fee .State ); +_agf .SetIfNotNil ("\u0050\u0072\u0065\u0073\u0065\u0072\u0076\u0065\u0052\u0042",_fee .PreserveRB );return _edg ;}; -// ReaderToWriterOpts options used to generate a PdfWriter. -type ReaderToWriterOpts struct{SkipAcroForm bool ;SkipInfo bool ;SkipNameDictionary bool ;SkipNamedDests bool ;SkipOCProperties bool ;SkipOutlines bool ;SkipPageLabels bool ;SkipRotation bool ;SkipMetadata bool ;SkipMarkInfo bool ;SkipViewerPreferences bool ; -SkipLanguage bool ;PageProcessCallback PageProcessCallback ; +// PdfAnnotation represents an annotation in PDF (section 12.5 p. 389). +type PdfAnnotation struct{_ecf PdfModel ;Rect _cee .PdfObject ;Contents _cee .PdfObject ;P _cee .PdfObject ;NM _cee .PdfObject ;M _cee .PdfObject ;F _cee .PdfObject ;AP _cee .PdfObject ;AS _cee .PdfObject ;Border _cee .PdfObject ;C _cee .PdfObject ;StructParent _cee .PdfObject ; +OC _cee .PdfObject ;_eddc *_cee .PdfIndirectObject ;}; -// Deprecated: will be removed in v4. Use PageProcessCallback instead. -PageCallback PageCallback ;}; +// ToOutlineTree returns a low level PdfOutlineTreeNode object, based on +// the current instance. +func (_degea *Outline )ToOutlineTree ()*PdfOutlineTreeNode {return &_degea .ToPdfOutline ().PdfOutlineTreeNode ;}; -// GetRevisionNumber returns the version of the current Pdf document -func (_agbbb *PdfReader )GetRevisionNumber ()int {return _agbbb ._ebbe .GetRevisionNumber ()}; +// String returns a human readable description of `fontfile`. +func (_eacgb *fontFile )String ()string {_bdbf :="\u005b\u004e\u006f\u006e\u0065\u005d";if _eacgb ._beggd !=nil {_bdbf =_eacgb ._beggd .String ();};return _e .Sprintf ("\u0046O\u004e\u0054\u0046\u0049\u004c\u0045\u007b\u0025\u0023\u0071\u0020e\u006e\u0063\u006f\u0064\u0065\u0072\u003d\u0025\u0073\u007d",_eacgb ._cffac ,_bdbf ); +}; -// PdfActionGoTo3DView represents a GoTo3DView action. -type PdfActionGoTo3DView struct{*PdfAction ;TA _eb .PdfObject ;V _eb .PdfObject ;};func (_gacbe *pdfFontSimple )getFontDescriptor ()*PdfFontDescriptor {if _bffd :=_gacbe ._bged ;_bffd !=nil {return _bffd ;};return _gacbe ._debdb ;}; +// PdfShadingType5 is a Lattice-form Gouraud-shaded triangle mesh. +type PdfShadingType5 struct{*PdfShading ;BitsPerCoordinate *_cee .PdfObjectInteger ;BitsPerComponent *_cee .PdfObjectInteger ;VerticesPerRow *_cee .PdfObjectInteger ;Decode *_cee .PdfObjectArray ;Function []PdfFunction ;}; -// String returns a string representation of the field. -func (_cbbbd *PdfField )String ()string {if _aagdd ,_efdaa :=_cbbbd .ToPdfObject ().(*_eb .PdfIndirectObject );_efdaa {return _e .Sprintf ("\u0025\u0054\u003a\u0020\u0025\u0073",_cbbbd ._fbedg ,_aagdd .PdfObject .String ());};return "";}; +// ToPdfObject returns the PDF representation of the colorspace. +func (_fecg *PdfColorspaceDeviceGray )ToPdfObject ()_cee .PdfObject {return _cee .MakeName ("\u0044\u0065\u0076\u0069\u0063\u0065\u0047\u0072\u0061\u0079");}; -// ToPdfObject convert PdfInfo to pdf object. -func (_bfde *PdfInfo )ToPdfObject ()_eb .PdfObject {_bgaf :=_eb .MakeDict ();_bgaf .SetIfNotNil ("\u0054\u0069\u0074l\u0065",_bfde .Title );_bgaf .SetIfNotNil ("\u0041\u0075\u0074\u0068\u006f\u0072",_bfde .Author );_bgaf .SetIfNotNil ("\u0053u\u0062\u006a\u0065\u0063\u0074",_bfde .Subject ); -_bgaf .SetIfNotNil ("\u004b\u0065\u0079\u0077\u006f\u0072\u0064\u0073",_bfde .Keywords );_bgaf .SetIfNotNil ("\u0043r\u0065\u0061\u0074\u006f\u0072",_bfde .Creator );_bgaf .SetIfNotNil ("\u0050\u0072\u006f\u0064\u0075\u0063\u0065\u0072",_bfde .Producer ); -_bgaf .SetIfNotNil ("\u0054r\u0061\u0070\u0070\u0065\u0064",_bfde .Trapped );if _bfde .CreationDate !=nil {_bgaf .SetIfNotNil ("\u0043\u0072\u0065a\u0074\u0069\u006f\u006e\u0044\u0061\u0074\u0065",_bfde .CreationDate .ToPdfObject ());};if _bfde .ModifiedDate !=nil {_bgaf .SetIfNotNil ("\u004do\u0064\u0044\u0061\u0074\u0065",_bfde .ModifiedDate .ToPdfObject ()); -};for _ ,_cdcc :=range _bfde ._cbfb .Keys (){_bgaf .SetIfNotNil (_cdcc ,_bfde ._cbfb .Get (_cdcc ));};return _bgaf ;}; +// PdfBorderStyle represents a border style dictionary (12.5.4 Border Styles p. 394). +type PdfBorderStyle struct{W *float64 ;S *BorderStyle ;D *[]int ;_gbgb _cee .PdfObject ;};type pdfFont interface{_ce .Font ; -// SetOCProperties sets the optional content properties. -func (_ccaaee *PdfWriter )SetOCProperties (ocProperties _eb .PdfObject )error {_dddedf :=_ccaaee ._dbffa ;if ocProperties !=nil {_ddb .Log .Trace ("\u0053e\u0074\u0074\u0069\u006e\u0067\u0020\u004f\u0043\u0020\u0050\u0072o\u0070\u0065\u0072\u0074\u0069\u0065\u0073\u002e\u002e\u002e"); -_dddedf .Set ("\u004f\u0043\u0050r\u006f\u0070\u0065\u0072\u0074\u0069\u0065\u0073",ocProperties );return _ccaaee .addObjects (ocProperties );};return nil ;}; +// ToPdfObject returns a PDF representation of the font and implements interface Model. +ToPdfObject ()_cee .PdfObject ;getFontDescriptor ()*PdfFontDescriptor ;baseFields ()*fontCommon ;}; -// NewXObjectImageFromImageLazy creates a new XObject Image from an image object -// with default options. If encoder is nil, uses raw encoding (none). -// If lazy is true, then lazy mode is enabled for XObject. -// Lazy mode allows to reduce memory usage with the help of temporary files. -func NewXObjectImageFromImageLazy (img *Image ,cs PdfColorspace ,encoder _eb .StreamEncoder ,lazy bool )(*XObjectImage ,error ){_fbfged :=NewXObjectImage ();if lazy {_bdbba ,_gbea :=UpdateXObjectImageFromImage (_fbfged ,img ,cs ,encoder );if _gbea !=nil {return nil ,_gbea ; -};_bdbba .ToPdfObject ();_gbea =_bdbba ._gceffg .MakeLazy ();if _gbea !=nil {return nil ,_gbea ;};_bdbba .Stream =nil ;return _bdbba ,nil ;};return UpdateXObjectImageFromImage (_fbfged ,img ,cs ,encoder );}; +// PdfActionGoToR represents a GoToR action. +type PdfActionGoToR struct{*PdfAction ;F *PdfFilespec ;D _cee .PdfObject ;NewWindow _cee .PdfObject ;}; -// ToPdfObject returns the PDF representation of the page resources. -func (_ffdea *PdfPageResources )ToPdfObject ()_eb .PdfObject {_dcedc :=_ffdea ._fdada ;_dcedc .SetIfNotNil ("\u0045x\u0074\u0047\u0053\u0074\u0061\u0074e",_ffdea .ExtGState );if _ffdea ._cfcff !=nil {_ffdea .ColorSpace =_ffdea ._cfcff .ToPdfObject ();}; -_dcedc .SetIfNotNil ("\u0043\u006f\u006c\u006f\u0072\u0053\u0070\u0061\u0063\u0065",_ffdea .ColorSpace );_dcedc .SetIfNotNil ("\u0050a\u0074\u0074\u0065\u0072\u006e",_ffdea .Pattern );_dcedc .SetIfNotNil ("\u0053h\u0061\u0064\u0069\u006e\u0067",_ffdea .Shading ); -_dcedc .SetIfNotNil ("\u0058O\u0062\u006a\u0065\u0063\u0074",_ffdea .XObject );_dcedc .SetIfNotNil ("\u0046\u006f\u006e\u0074",_ffdea .Font );_dcedc .SetIfNotNil ("\u0050r\u006f\u0063\u0053\u0065\u0074",_ffdea .ProcSet );_dcedc .SetIfNotNil ("\u0050\u0072\u006f\u0070\u0065\u0072\u0074\u0069\u0065\u0073",_ffdea .Properties ); -return _dcedc ;}; +// NewPdfColorDeviceCMYK returns a new CMYK32 color. +func NewPdfColorDeviceCMYK (c ,m ,y ,k float64 )*PdfColorDeviceCMYK {_cfcb :=PdfColorDeviceCMYK {c ,m ,y ,k };return &_cfcb ;};func _ccae (_bffbd *_cee .PdfObjectDictionary )*VRI {_beedd ,_ :=_cee .GetString (_bffbd .Get ("\u0054\u0055"));_dcagd ,_ :=_cee .GetString (_bffbd .Get ("\u0054\u0053")); +return &VRI {Cert :_efcfc (_bffbd .Get ("\u0043\u0065\u0072\u0074")),OCSP :_efcfc (_bffbd .Get ("\u004f\u0043\u0053\u0050")),CRL :_efcfc (_bffbd .Get ("\u0043\u0052\u004c")),TU :_beedd ,TS :_dcagd };};func _daf (_afdd _cee .PdfObject )(*PdfFilespec ,error ){if _afdd ==nil {return nil ,nil ; +};return NewPdfFilespecFromObj (_afdd );}; -// GetParamsDict returns *core.PdfObjectDictionary with a set of basic image parameters. -func (_edbeac *Image )GetParamsDict ()*_eb .PdfObjectDictionary {_gafd :=_eb .MakeDict ();_gafd .Set ("\u0057\u0069\u0064t\u0068",_eb .MakeInteger (_edbeac .Width ));_gafd .Set ("\u0048\u0065\u0069\u0067\u0068\u0074",_eb .MakeInteger (_edbeac .Height )); -_gafd .Set ("\u0043o\u006co\u0072\u0043\u006f\u006d\u0070\u006f\u006e\u0065\u006e\u0074\u0073",_eb .MakeInteger (int64 (_edbeac .ColorComponents )));_gafd .Set ("\u0042\u0069t\u0073\u0050\u0065r\u0043\u006f\u006d\u0070\u006f\u006e\u0065\u006e\u0074",_eb .MakeInteger (_edbeac .BitsPerComponent )); -return _gafd ;}; +// CharcodesToStrings returns the unicode strings corresponding to `charcodes`. +// The int returns are the number of strings and the number of unconvereted codes. +// NOTE: The number of strings returned is equal to the number of charcodes +func (_adad *PdfFont )CharcodesToStrings (charcodes []_dae .CharCode ,replacementText string )([]string ,int ,int ){_bafe :=_adad .baseFields ();_dcaba :=make ([]string ,0,len (charcodes ));_begc :=0;_bfbgd :=_adad .Encoder ();_adgd :=_bafe ._abcbf !=nil &&_adad .IsSimple ()&&_adad .Subtype ()=="\u0054\u0072\u0075\u0065\u0054\u0079\u0070\u0065"&&!_ad .Contains (_bafe ._abcbf .Name (),"\u0049d\u0065\u006e\u0074\u0069\u0074\u0079-"); +if !_adgd &&_bfbgd !=nil {switch _cfdg :=_bfbgd .(type ){case _dae .SimpleEncoder :_abfff :=_cfdg .BaseName ();if _ ,_afbga :=_fceac [_abfff ];_afbga {for _ ,_gbed :=range charcodes {if _ffecb ,_edba :=_bfbgd .CharcodeToRune (_gbed );_edba {_dcaba =append (_dcaba ,string (_ffecb )); +}else {_fca .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u004e\u006f\u0020\u0072u\u006e\u0065\u002e\u0020\u0063\u006f\u0064\u0065=\u0030x\u0025\u0030\u0034\u0078\u0020\u0063\u0068\u0061\u0072\u0063\u006f\u0064\u0065\u0073\u003d\u005b\u0025\u00200\u0034\u0078\u005d\u0020\u0043\u0049\u0044\u003d\u0025\u0074\u000a"+"\t\u0066\u006f\u006e\u0074=%\u0073\n\u0009\u0065\u006e\u0063\u006fd\u0069\u006e\u0067\u003d\u0025\u0073",_gbed ,charcodes ,_bafe .isCIDFont (),_adad ,_bfbgd ); +_begc ++;_dcaba =append (_dcaba ,_dgg .MissingCodeString );};};return _dcaba ,len (_dcaba ),_begc ;};};};for _ ,_bcef :=range charcodes {if _bafe ._abcbf !=nil {if _dgffa ,_agbfe :=_bafe ._abcbf .CharcodeToUnicode (_dgg .CharCode (_bcef ));_agbfe {_faceg ,_ :=_c .DecodeLastRuneInString (_dgffa ); +_bdac :=_ceabe (_faceg );if !(_bdac =="\u0043\u006f"){_dcaba =append (_dcaba ,_dgffa );continue ;};_fca .Log .Debug ("E\u0052\u0052\u004fR\u003a\u0020\u0054\u006f\u0055\u006e\u0069\u0063\u006f\u0064\u0065\u0020\u0043\u006d\u0061p\u0020\u0068\u0061\u0073\u0020\u0069\u006e\u0063\u006f\u0072\u0072\u0065\u0063t\u0020\u006d\u0061\u0070\u0070\u0069\u006e\u0067.\u0020\u0063\u006f\u0064\u0065\u003d\u0030\u0078\u0025\u0030\u0034\u0078\u0020\u0069\u0073\u0020m\u0061\u0070\u0070\u0065\u0064 \u0074\u006f\u0020\u0061\u006e\u0020\u0069\u006e\u0076\u0061\u006c\u0069\u0064 \u0063\u006f\u0064\u0065 \u0070\u006f\u0069\u006e\u0074\u0020\u0025\u0073",_bcef ,_dgffa ); +};};if _bfbgd !=nil {if _cfgfg ,_dagcc :=_bfbgd .CharcodeToRune (_bcef );_dagcc {_edafa :=_ceabe (_cfgfg );if !(_edafa =="\u0043\u006f"){_dcaba =append (_dcaba ,string (_cfgfg ));continue ;};_fca .Log .Debug ("\u0045\u0052R\u004f\u0052\u003a\u0020\u0065\u006e\u0063\u006f\u0064\u0065\u0072\u0020\u0066\u0061\u0069\u006c\u0065\u0064\u002e \u0063\u006f\u0064\u0065\u003d\u0030x\u0025\u0030\u0034\u0078\u0020\u0069\u0073\u0020\u0064\u0065\u0063\u006f\u0064\u0065d\u0020\u0074o\u0020\u0061\u006e\u0020i\u006e\u0076\u0061\u006c\u0069d\u0020\u0072\u0075\u006e\u0020\u0025\u0073",_bcef ,string (_cfgfg )); +};};if replacementText !=""{_dcaba =append (_dcaba ,replacementText );}else {_fca .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u004e\u006f\u0020\u0072u\u006e\u0065\u002e\u0020\u0063\u006f\u0064\u0065=\u0030x\u0025\u0030\u0034\u0078\u0020\u0063\u0068\u0061\u0072\u0063\u006f\u0064\u0065\u0073\u003d\u005b\u0025\u00200\u0034\u0078\u005d\u0020\u0043\u0049\u0044\u003d\u0025\u0074\u000a"+"\t\u0066\u006f\u006e\u0074=%\u0073\n\u0009\u0065\u006e\u0063\u006fd\u0069\u006e\u0067\u003d\u0025\u0073",_bcef ,charcodes ,_bafe .isCIDFont (),_adad ,_bfbgd ); +_begc ++;_dcaba =append (_dcaba ,_dgg .MissingCodeString );};};if _begc !=0{_fca .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a \u0043\u006f\u0075\u006c\u0064\u006e\u0027\u0074\u0020\u0063\u006f\u006e\u0076\u0065\u0072\u0074\u0020\u0074\u006f\u0020u\u006e\u0069\u0063\u006f\u0064\u0065\u002e\u0020\u0055\u0073\u0069\u006e\u0067\u0020i\u006ep\u0075\u0074\u002e\u000a"+"\u0009\u006e\u0075\u006d\u0043\u0068\u0061\u0072\u0073\u003d\u0025d\u0020\u006e\u0075\u006d\u004d\u0069\u0073\u0073\u0065\u0073=\u0025\u0064\u000a"+"\u0009\u0066\u006f\u006e\u0074\u003d\u0025\u0073",len (charcodes ),_begc ,_adad ); +};return _dcaba ,len (_dcaba ),_begc ;}; -// GetCapHeight returns the CapHeight of the font `descriptor`. -func (_dfdeg *PdfFontDescriptor )GetCapHeight ()(float64 ,error ){return _eb .GetNumberAsFloat (_dfdeg .CapHeight );};func (_afbc fontCommon )coreString ()string {_gdaca :="";if _afbc ._bged !=nil {_gdaca =_afbc ._bged .String ();};return _e .Sprintf ("\u0025#\u0071\u0020%\u0023\u0071\u0020%\u0071\u0020\u006f\u0062\u006a\u003d\u0025d\u0020\u0054\u006f\u0055\u006e\u0069c\u006f\u0064\u0065\u003d\u0025\u0074\u0020\u0066\u006c\u0061\u0067s\u003d\u0030\u0078\u0025\u0030\u0078\u0020\u0025\u0073",_afbc ._fgdee ,_afbc ._agcc ,_afbc ._bgge ,_afbc ._babgg ,_afbc ._geee !=nil ,_afbc .fontFlags (),_gdaca ); -}; +// ToPdfObject returns the PDF representation of the shading dictionary. +func (_edff *PdfShadingType3 )ToPdfObject ()_cee .PdfObject {_edff .PdfShading .ToPdfObject ();_dbcfe ,_cbeg :=_edff .getShadingDict ();if _cbeg !=nil {_fca .Log .Error ("\u0055\u006ea\u0062\u006c\u0065\u0020\u0074\u006f\u0020\u0061\u0063\u0063\u0065\u0073\u0073\u0020\u0073\u0068\u0061\u0064\u0069\u006e\u0067\u0020di\u0063\u0074"); +return nil ;};if _edff .Coords !=nil {_dbcfe .Set ("\u0043\u006f\u006f\u0072\u0064\u0073",_edff .Coords );};if _edff .Domain !=nil {_dbcfe .Set ("\u0044\u006f\u006d\u0061\u0069\u006e",_edff .Domain );};if _edff .Function !=nil {if len (_edff .Function )==1{_dbcfe .Set ("\u0046\u0075\u006e\u0063\u0074\u0069\u006f\u006e",_edff .Function [0].ToPdfObject ()); +}else {_bdceg :=_cee .MakeArray ();for _ ,_cbdba :=range _edff .Function {_bdceg .Append (_cbdba .ToPdfObject ());};_dbcfe .Set ("\u0046\u0075\u006e\u0063\u0074\u0069\u006f\u006e",_bdceg );};};if _edff .Extend !=nil {_dbcfe .Set ("\u0045\u0078\u0074\u0065\u006e\u0064",_edff .Extend ); +};return _edff ._dfgbe ;}; -// IsRadio returns true if the button field represents a radio button, false otherwise. -func (_eceef *PdfFieldButton )IsRadio ()bool {return _eceef .GetType ()==ButtonTypeRadio };type modelManager struct{_edcg map[PdfModel ]_eb .PdfObject ;_fgffbd map[_eb .PdfObject ]PdfModel ;}; +// NewPdfColorPatternType3 returns an empty color shading pattern type 3 (Radial). +func NewPdfColorPatternType3 ()*PdfColorPatternType3 {_bdbe :=&PdfColorPatternType3 {};return _bdbe }; -// GetContainingPdfObject returns the page as a dictionary within an PdfIndirectObject. -func (_bdgc *PdfPage )GetContainingPdfObject ()_eb .PdfObject {return _bdgc ._efcff };func (_baba *PdfReader )newPdfActionLaunchFromDict (_bbae *_eb .PdfObjectDictionary )(*PdfActionLaunch ,error ){_dgd ,_cfcg :=_dba (_bbae .Get ("\u0046"));if _cfcg !=nil {return nil ,_cfcg ; -};return &PdfActionLaunch {Win :_bbae .Get ("\u0057\u0069\u006e"),Mac :_bbae .Get ("\u004d\u0061\u0063"),Unix :_bbae .Get ("\u0055\u006e\u0069\u0078"),NewWindow :_bbae .Get ("\u004ee\u0077\u0057\u0069\u006e\u0064\u006fw"),F :_dgd },nil ;}; +// ColorFromFloats returns a new PdfColorDevice based on the input slice of +// color components. The slice should contain four elements representing the +// cyan, magenta, yellow and key components of the color. The values of the +// elements should be between 0 and 1. +func (_caad *PdfColorspaceDeviceCMYK )ColorFromFloats (vals []float64 )(PdfColor ,error ){if len (vals )!=4{return nil ,_cdf .New ("r\u0061\u006e\u0067\u0065\u0020\u0063\u0068\u0065\u0063\u006b");};_bfge :=vals [0];if _bfge < 0.0||_bfge > 1.0{_fca .Log .Debug ("\u0063\u006f\u006cor\u0020\u006f\u0075\u0074\u0020\u006f\u0066\u0020\u0043\u0053\u0020\u0072\u0061\u006e\u0067\u0065\u003a\u0020",_bfge ); +return nil ,ErrColorOutOfRange ;};_ecaf :=vals [1];if _ecaf < 0.0||_ecaf > 1.0{_fca .Log .Debug ("\u0063\u006f\u006cor\u0020\u006f\u0075\u0074\u0020\u006f\u0066\u0020\u0043\u0053\u0020\u0072\u0061\u006e\u0067\u0065\u003a\u0020",_ecaf );return nil ,ErrColorOutOfRange ; +};_gdbg :=vals [2];if _gdbg < 0.0||_gdbg > 1.0{_fca .Log .Debug ("\u0063\u006f\u006cor\u0020\u006f\u0075\u0074\u0020\u006f\u0066\u0020\u0043\u0053\u0020\u0072\u0061\u006e\u0067\u0065\u003a\u0020",_gdbg );return nil ,ErrColorOutOfRange ;};_fcce :=vals [3]; +if _fcce < 0.0||_fcce > 1.0{_fca .Log .Debug ("\u0063\u006f\u006cor\u0020\u006f\u0075\u0074\u0020\u006f\u0066\u0020\u0043\u0053\u0020\u0072\u0061\u006e\u0067\u0065\u003a\u0020",_fcce );return nil ,ErrColorOutOfRange ;};_cfae :=NewPdfColorDeviceCMYK (_bfge ,_ecaf ,_gdbg ,_fcce ); +return _cfae ,nil ;}; -// NewOutlineBookmark returns an initialized PdfOutlineItem for a given bookmark title and page. -func NewOutlineBookmark (title string ,page *_eb .PdfIndirectObject )*PdfOutlineItem {_fgbgd :=PdfOutlineItem {};_fgbgd ._eeedb =&_fgbgd ;_fgbgd .Title =_eb .MakeString (title );_efcdf :=_eb .MakeArray ();_efcdf .Append (page );_efcdf .Append (_eb .MakeName ("\u0046\u0069\u0074")); -_fgbgd .Dest =_efcdf ;return &_fgbgd ;}; +// SetDocInfo set document info. +// This will overwrite any globally declared document info. +func (_gdcd *PdfWriter )SetDocInfo (info *PdfInfo ){_gdcd .setDocInfo (info .ToPdfObject ())}; -// PdfAnnotationText represents Text annotations. -// (Section 12.5.6.4 p. 402). -type PdfAnnotationText struct{*PdfAnnotation ;*PdfAnnotationMarkup ;Open _eb .PdfObject ;Name _eb .PdfObject ;State _eb .PdfObject ;StateModel _eb .PdfObject ;};func _cbcfd (_cecda *PdfField ,_aadeb _eb .PdfObject )error {switch _cecda .GetContext ().(type ){case *PdfFieldText :switch _agbaf :=_aadeb .(type ){case *_eb .PdfObjectName :_eacee :=_agbaf ; -_ddb .Log .Debug ("\u0055\u006e\u0065\u0078\u0070\u0065\u0063\u0074\u0065\u0064\u003a\u0020\u0047\u006f\u0074 \u0056\u0020\u0061\u0073\u0020\u006e\u0061\u006d\u0065\u0020\u002d\u003e\u0020c\u006f\u006e\u0076\u0065\u0072\u0074\u0069\u006e\u0067\u0020\u0074\u006f s\u0074\u0072\u0069\u006e\u0067\u0020\u0027\u0025\u0073\u0027",_eacee .String ()); -_cecda .V =_eb .MakeEncodedString (_agbaf .String (),true );case *_eb .PdfObjectString :_cecda .V =_eb .MakeEncodedString (_agbaf .String (),true );default:_ddb .Log .Debug ("\u0045\u0052R\u004f\u0052\u003a\u0020\u0055\u006e\u0073\u0075\u0070\u0070\u006f\u0072\u0074\u0065\u0064\u0020\u0074\u0065\u0078\u0074\u0020\u0066\u0069\u0065\u006c\u0064\u0020\u0056\u0020\u0074\u0079\u0070\u0065\u003a\u0020\u0025\u0054\u0020\u0028\u0025\u0023\u0076\u0029",_agbaf ,_agbaf ); -};case *PdfFieldButton :switch _aadeb .(type ){case *_eb .PdfObjectName :if len (_aadeb .String ())> 0{_cecda .V =_aadeb ;_faeef (_cecda ,_aadeb );};case *_eb .PdfObjectString :if len (_aadeb .String ())> 0{_cecda .V =_eb .MakeName (_aadeb .String ()); -_faeef (_cecda ,_cecda .V );};default:_ddb .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0055\u004e\u0045\u0058P\u0045\u0043\u0054\u0045\u0044\u0020\u0025\u0073\u0020\u002d>\u0020\u0025\u0076",_cecda .PartialName (),_aadeb );_cecda .V =_aadeb ; -};case *PdfFieldChoice :switch _aadeb .(type ){case *_eb .PdfObjectName :if len (_aadeb .String ())> 0{_cecda .V =_eb .MakeString (_aadeb .String ());_faeef (_cecda ,_aadeb );};case *_eb .PdfObjectString :if len (_aadeb .String ())> 0{_cecda .V =_aadeb ; -_faeef (_cecda ,_eb .MakeName (_aadeb .String ()));};default:_ddb .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0055\u004e\u0045\u0058P\u0045\u0043\u0054\u0045\u0044\u0020\u0025\u0073\u0020\u002d>\u0020\u0025\u0076",_cecda .PartialName (),_aadeb ); -_cecda .V =_aadeb ;};case *PdfFieldSignature :_ddb .Log .Debug ("\u0054\u004f\u0044\u004f\u003a \u0053\u0069\u0067\u006e\u0061\u0074\u0075\u0072\u0065\u0020\u0061\u0070\u0070e\u0061\u0072\u0061\u006e\u0063\u0065\u0020\u006e\u006f\u0074\u0020\u0073\u0075\u0070\u0070\u006f\u0072\u0074\u0065\u0064\u0020\u0079\u0065\u0074\u003a\u0020\u0025\u0073\u002f\u0025v",_cecda .PartialName (),_aadeb ); -};return nil ;};var _fefac =false ; +// Flags returns the field flags for the field accounting for any inherited flags. +func (_dgbfe *PdfField )Flags ()FieldFlag {var _gbea FieldFlag ;_cadgg ,_dagfe :=_dgbfe .inherit (func (_eegb *PdfField )bool {if _eegb .Ff !=nil {_gbea =FieldFlag (*_eegb .Ff );return true ;};return false ;});if _dagfe !=nil {_fca .Log .Debug ("\u0045\u0072\u0072o\u0072\u0020\u0065\u0076\u0061\u006c\u0075\u0061\u0074\u0069\u006e\u0067\u0020\u0066\u006c\u0061\u0067\u0073\u0020\u0076\u0069\u0061\u0020\u0069\u006e\u0068\u0065\u0072\u0069t\u0061\u006e\u0063\u0065\u003a\u0020\u0025\u0076",_dagfe ); +};if !_cadgg {_fca .Log .Trace ("N\u006f\u0020\u0066\u0069\u0065\u006cd\u0020\u0066\u006c\u0061\u0067\u0073 \u0066\u006f\u0075\u006e\u0064\u0020\u002d \u0061\u0073\u0073\u0075\u006d\u0065\u0020\u0063\u006c\u0065a\u0072");};return _gbea ;};func (_cbe *PdfReader )newPdfActionNamedFromDict (_gbc *_cee .PdfObjectDictionary )(*PdfActionNamed ,error ){return &PdfActionNamed {N :_gbc .Get ("\u004e")},nil ; +};func _ecad (_ccgb *_cee .PdfObjectDictionary ,_eagc *fontCommon ,_ebea _dae .TextEncoder )(*pdfFontSimple ,error ){_deab :=_ceafg (_eagc );_deab ._bdecc =_ebea ;if _ebea ==nil {_fcdfd :=_ccgb .Get ("\u0046i\u0072\u0073\u0074\u0043\u0068\u0061r");if _fcdfd ==nil {_fcdfd =_cee .MakeInteger (0); +};_deab .FirstChar =_fcdfd ;_gffbd ,_cege :=_cee .GetIntVal (_fcdfd );if !_cege {_fca .Log .Debug ("\u0045\u0052\u0052OR\u003a\u0020\u0049\u006e\u0076\u0061\u006c\u0069\u0064 \u0046i\u0072s\u0074C\u0068\u0061\u0072\u0020\u0074\u0079\u0070\u0065\u0020\u0028\u0025\u0054\u0029",_fcdfd ); +return nil ,_cee .ErrTypeError ;};_eaed :=_dae .CharCode (_gffbd );_fcdfd =_ccgb .Get ("\u004c\u0061\u0073\u0074\u0043\u0068\u0061\u0072");if _fcdfd ==nil {_fcdfd =_cee .MakeInteger (255);};_deab .LastChar =_fcdfd ;_gffbd ,_cege =_cee .GetIntVal (_fcdfd ); +if !_cege {_fca .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a \u0049\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u004c\u0061\u0073\u0074\u0043h\u0061\u0072\u0020\u0074\u0079\u0070\u0065 \u0028\u0025\u0054\u0029",_fcdfd );return nil ,_cee .ErrTypeError ; +};_abefg :=_dae .CharCode (_gffbd );_deab ._ccfb =make (map[_dae .CharCode ]float64 );_fcdfd =_ccgb .Get ("\u0057\u0069\u0064\u0074\u0068\u0073");if _fcdfd !=nil {_deab .Widths =_fcdfd ;_ccddb ,_acega :=_cee .GetArray (_fcdfd );if !_acega {_fca .Log .Debug ("\u0045\u0052R\u004f\u0052\u003a\u0020W\u0069\u0064t\u0068\u0073\u0020\u0061\u0074\u0074\u0072\u0069b\u0075\u0074\u0065\u0020\u0021\u003d\u0020\u0061\u0072\u0072\u0061\u0079 \u0028\u0025\u0054\u0029",_fcdfd ); +return nil ,_cee .ErrTypeError ;};_fcada ,_dbdfd :=_ccddb .ToFloat64Array ();if _dbdfd !=nil {_fca .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a \u0063\u006f\u006e\u0076\u0065\u0072\u0074\u0069\u006e\u0067\u0020\u0077\u0069d\u0074\u0068\u0073\u0020\u0074\u006f\u0020a\u0072\u0072\u0061\u0079"); +return nil ,_dbdfd ;};if len (_fcada )!=int (_abefg -_eaed +1){_fca .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0049\u006e\u0076\u0061\u006c\u0069d\u0020\u0077\u0069\u0064\u0074\u0068s\u0020\u006c\u0065\u006e\u0067\u0074\u0068\u0020\u0021\u003d\u0020\u0025\u0064 \u0028\u0025\u0064\u0029",_abefg -_eaed +1,len (_fcada )); +return nil ,_cee .ErrRangeError ;};for _bcfea ,_cfcab :=range _fcada {_deab ._ccfb [_eaed +_dae .CharCode (_bcfea )]=_cfcab ;};};};_deab .Encoding =_cee .TraceToDirectObject (_ccgb .Get ("\u0045\u006e\u0063\u006f\u0064\u0069\u006e\u0067"));return _deab ,nil ; +}; -// NewPdfAnnotationFileAttachment returns a new file attachment annotation. -func NewPdfAnnotationFileAttachment ()*PdfAnnotationFileAttachment {_daa :=NewPdfAnnotation ();_deaf :=&PdfAnnotationFileAttachment {};_deaf .PdfAnnotation =_daa ;_deaf .PdfAnnotationMarkup =&PdfAnnotationMarkup {};_daa .SetContext (_deaf );return _deaf ; +// NewPdfOutlineTree returns an initialized PdfOutline tree. +func NewPdfOutlineTree ()*PdfOutline {_gaaad :=NewPdfOutline ();_gaaad ._afcbg =&_gaaad ;return _gaaad ;};var (TabOrderRow TabOrderType ="\u0052";TabOrderColumn TabOrderType ="\u0043";TabOrderStructure TabOrderType ="\u0053";); + +// String returns a string describing the font descriptor. +func (_aeec *PdfFontDescriptor )String ()string {var _adec []string ;if _aeec .FontName !=nil {_adec =append (_adec ,_aeec .FontName .String ());};if _aeec .FontFamily !=nil {_adec =append (_adec ,_aeec .FontFamily .String ());};if _aeec .fontFile !=nil {_adec =append (_adec ,_aeec .fontFile .String ()); +};if _aeec ._bcga !=nil {_adec =append (_adec ,_aeec ._bcga .String ());};_adec =append (_adec ,_e .Sprintf ("\u0046\u006f\u006et\u0046\u0069\u006c\u0065\u0033\u003d\u0025\u0074",_aeec .FontFile3 !=nil ));return _e .Sprintf ("\u0046\u004f\u004e\u0054_D\u0045\u0053\u0043\u0052\u0049\u0050\u0054\u004f\u0052\u007b\u0025\u0073\u007d",_ad .Join (_adec ,"\u002c\u0020")); }; -// Direction represents the predominant reading order for text. -type Direction string ;func (_bbca *PdfReader )buildOutlineTree (_fgdfdff _eb .PdfObject ,_afdg *PdfOutlineTreeNode ,_gbcbb *PdfOutlineTreeNode ,_acgde map[_eb .PdfObject ]struct{})(*PdfOutlineTreeNode ,*PdfOutlineTreeNode ,error ){if _acgde ==nil {_acgde =map[_eb .PdfObject ]struct{}{}; -};_acgde [_fgdfdff ]=struct{}{};_abbed ,_ceafgb :=_fgdfdff .(*_eb .PdfIndirectObject );if !_ceafgb {return nil ,nil ,_e .Errorf ("\u006f\u0075\u0074\u006c\u0069\u006e\u0065 \u0063\u006f\u006et\u0061\u0069\u006e\u0065r\u0020\u006e\u006f\u0074\u0020\u0061\u006e\u0020\u0069\u006e\u0064\u0069\u0072\u0065\u0063\u0074\u0020\u006f\u0062\u006a\u0065\u0063\u0074\u0020\u0025\u0054",_fgdfdff ); -};_afbdg ,_fbcgc :=_abbed .PdfObject .(*_eb .PdfObjectDictionary );if !_fbcgc {return nil ,nil ,_dcf .New ("\u006e\u006f\u0074 a\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u0020\u006f\u0062\u006a\u0065\u0063\u0074");};_ddb .Log .Trace ("\u0062\u0075\u0069\u006c\u0064\u0020\u006f\u0075\u0074\u006c\u0069\u006e\u0065 \u0074\u0072\u0065\u0065\u003a\u0020d\u0069\u0063\u0074\u003a\u0020\u0025\u0076\u0020\u0028\u0025\u0076\u0029\u0020p\u003a\u0020\u0025\u0070",_afbdg ,_abbed ,_abbed ); -if _fadfa :=_afbdg .Get ("\u0054\u0069\u0074l\u0065");_fadfa !=nil {_agbbc ,_ddee :=_bbca .newPdfOutlineItemFromIndirectObject (_abbed );if _ddee !=nil {return nil ,nil ,_ddee ;};_agbbc .Parent =_afdg ;_agbbc .Prev =_gbcbb ;_bagbe :=_eb .ResolveReference (_afbdg .Get ("\u0046\u0069\u0072s\u0074")); -if _ ,_ebbf :=_acgde [_bagbe ];_bagbe !=nil &&_bagbe !=_abbed &&!_ebbf {if !_eb .IsNullObject (_bagbe ){_eaabd ,_bdcddb ,_fcbd :=_bbca .buildOutlineTree (_bagbe ,&_agbbc .PdfOutlineTreeNode ,nil ,_acgde );if _fcbd !=nil {_ddb .Log .Debug ("D\u0045\u0042U\u0047\u003a\u0020\u0063\u006f\u0075\u006c\u0064\u0020\u006e\u006f\u0074\u0020\u0062\u0075\u0069\u006c\u0064\u0020\u006fu\u0074\u006c\u0069\u006e\u0065\u0020\u0069\u0074\u0065\u006d\u0020\u0074\u0072\u0065\u0065\u003a \u0025\u0076\u002e\u0020\u0053\u006b\u0069\u0070\u0070\u0069\u006e\u0067\u0020n\u006f\u0064\u0065\u0020\u0063\u0068\u0069\u006c\u0064\u0072\u0065n\u002e",_fcbd ); -}else {_agbbc .First =_eaabd ;_agbbc .Last =_bdcddb ;};};};_cdca :=_eb .ResolveReference (_afbdg .Get ("\u004e\u0065\u0078\u0074"));if _ ,_dcace :=_acgde [_cdca ];_cdca !=nil &&_cdca !=_abbed &&!_dcace {if !_eb .IsNullObject (_cdca ){_dadb ,_addda ,_fbeff :=_bbca .buildOutlineTree (_cdca ,_afdg ,&_agbbc .PdfOutlineTreeNode ,_acgde ); -if _fbeff !=nil {_ddb .Log .Debug ("D\u0045\u0042U\u0047\u003a\u0020\u0063\u006f\u0075\u006c\u0064\u0020\u006e\u006f\u0074\u0020\u0062\u0075\u0069\u006c\u0064\u0020\u006fu\u0074\u006c\u0069\u006e\u0065\u0020\u0074\u0072\u0065\u0065\u0020\u0066\u006f\u0072\u0020\u004ee\u0078\u0074\u0020\u006e\u006f\u0064\u0065\u003a\u0020\u0025\u0076\u002e\u0020S\u006b\u0069\u0070\u0070\u0069\u006e\u0067\u0020\u006e\u006f\u0064e\u002e",_fbeff ); -}else {_agbbc .Next =_dadb ;return &_agbbc .PdfOutlineTreeNode ,_addda ,nil ;};};};return &_agbbc .PdfOutlineTreeNode ,&_agbbc .PdfOutlineTreeNode ,nil ;};_ecagb ,_fgbge :=_cffdc (_abbed );if _fgbge !=nil {return nil ,nil ,_fgbge ;};_ecagb .Parent =_afdg ; -if _edgab :=_afbdg .Get ("\u0046\u0069\u0072s\u0074");_edgab !=nil {_edgab =_eb .ResolveReference (_edgab );if _ ,_fcgfg :=_acgde [_edgab ];_edgab !=nil &&_edgab !=_abbed &&!_fcgfg {_cabce :=_eb .TraceToDirectObject (_edgab );if _ ,_gbadc :=_cabce .(*_eb .PdfObjectNull ); -!_gbadc &&_cabce !=nil {_abcaa ,_efbe ,_fgcbd :=_bbca .buildOutlineTree (_edgab ,&_ecagb .PdfOutlineTreeNode ,nil ,_acgde );if _fgcbd !=nil {_ddb .Log .Debug ("\u0044\u0045\u0042\u0055\u0047\u003a\u0020\u0063\u006f\u0075\u006c\u0064\u0020\u006e\u006f\u0074\u0020b\u0075\u0069\u006c\u0064\u0020\u006f\u0075\u0074\u006c\u0069n\u0065\u0020\u0074\u0072\u0065\u0065\u003a\u0020\u0025\u0076\u002e\u0020\u0053\u006b\u0069\u0070\u0070\u0069n\u0067\u0020\u006e\u006f\u0064\u0065 \u0063\u0068i\u006c\u0064r\u0065n\u002e",_fgcbd ); -}else {_ecagb .First =_abcaa ;_ecagb .Last =_efbe ;};};};};return &_ecagb .PdfOutlineTreeNode ,&_ecagb .PdfOutlineTreeNode ,nil ;}; +// NewPdfColorDeviceRGB returns a new PdfColorDeviceRGB based on the r,g,b component values. +func NewPdfColorDeviceRGB (r ,g ,b float64 )*PdfColorDeviceRGB {_fcff :=PdfColorDeviceRGB {r ,g ,b };return &_fcff ;};func (_bedbf *PdfAcroForm )fillImageWithAppearance (_daea FieldImageProvider ,_fdbed FieldAppearanceGenerator )error {if _bedbf ==nil {return nil ; +};_gagfd ,_dega :=_daea .FieldImageValues ();if _dega !=nil {return _dega ;};for _ ,_dbgba :=range _bedbf .AllFields (){_ddge :=_dbgba .PartialName ();_gcbca ,_dcgdc :=_gagfd [_ddge ];if !_dcgdc {if _baeef ,_gedc :=_dbgba .FullName ();_gedc ==nil {_gcbca ,_dcgdc =_gagfd [_baeef ]; +};};if !_dcgdc {_fca .Log .Debug ("\u0057\u0041\u0052\u004e\u003a\u0020f\u006f\u0072\u006d \u0066\u0069\u0065l\u0064\u0020\u0025\u0073\u0020\u006e\u006f\u0074\u0020\u0066o\u0075\u006e\u0064\u0020\u0069n \u0074\u0068\u0065\u0020\u0070\u0072\u006f\u0076\u0069\u0064\u0065\u0072\u002e\u0020\u0053\u006b\u0069\u0070\u0070\u0069\u006e\u0067\u002e",_ddge ); +continue ;};switch _fbefc :=_dbgba .GetContext ().(type ){case *PdfFieldButton :if _fbefc .IsPush (){_fbefc .SetFillImage (_gcbca );};};if _fdbed ==nil {continue ;};for _ ,_cdaeb :=range _dbgba .Annotations {_cgec ,_dgbgab :=_fdbed .GenerateAppearanceDict (_bedbf ,_dbgba ,_cdaeb ); +if _dgbgab !=nil {return _dgbgab ;};_cdaeb .AP =_cgec ;_cdaeb .ToPdfObject ();};};return nil ;};var (_dggagg _d .Mutex ;_aafgb ="";_dddda _gc .Time ;_dgbgaa ="";_dcae ="";_cedfg _gc .Time ;_bdefe ="";_bebae ="";_bcfcc ="";); -// ToPdfObject implements interface PdfModel. -func (_gcfc *PdfAnnotationText )ToPdfObject ()_eb .PdfObject {_gcfc .PdfAnnotation .ToPdfObject ();_gace :=_gcfc ._ggf ;_agdc :=_gace .PdfObject .(*_eb .PdfObjectDictionary );if _gcfc .PdfAnnotationMarkup !=nil {_gcfc .PdfAnnotationMarkup .appendToPdfDictionary (_agdc ); -};_agdc .SetIfNotNil ("\u0053u\u0062\u0074\u0079\u0070\u0065",_eb .MakeName ("\u0054\u0065\u0078\u0074"));_agdc .SetIfNotNil ("\u004f\u0070\u0065\u006e",_gcfc .Open );_agdc .SetIfNotNil ("\u004e\u0061\u006d\u0065",_gcfc .Name );_agdc .SetIfNotNil ("\u0053\u0074\u0061t\u0065",_gcfc .State ); -_agdc .SetIfNotNil ("\u0053\u0074\u0061\u0074\u0065\u004d\u006f\u0064\u0065\u006c",_gcfc .StateModel );return _gace ;};var _ pdfFont =(*pdfCIDFontType0 )(nil ); +// NewPdfAnnotationWidget returns an initialized annotation widget. +func NewPdfAnnotationWidget ()*PdfAnnotationWidget {_fbf :=NewPdfAnnotation ();_abd :=&PdfAnnotationWidget {};_abd .PdfAnnotation =_fbf ;_fbf .SetContext (_abd );return _abd ;}; -// PdfShadingType6 is a Coons patch mesh. -type PdfShadingType6 struct{*PdfShading ;BitsPerCoordinate *_eb .PdfObjectInteger ;BitsPerComponent *_eb .PdfObjectInteger ;BitsPerFlag *_eb .PdfObjectInteger ;Decode *_eb .PdfObjectArray ;Function []PdfFunction ;}; +// PdfActionJavaScript represents a javaScript action. +type PdfActionJavaScript struct{*PdfAction ;JS _cee .PdfObject ;}; -// GetContentStreamWithEncoder returns the pattern cell's content stream and its encoder -func (_aegb *PdfTilingPattern )GetContentStreamWithEncoder ()([]byte ,_eb .StreamEncoder ,error ){_bagcf ,_efbcc :=_aegb ._agddd .(*_eb .PdfObjectStream );if !_efbcc {_ddb .Log .Debug ("\u0054\u0069l\u0069\u006e\u0067\u0020\u0070\u0061\u0074\u0074\u0065\u0072\u006e\u0020\u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0065\u0072\u0020\u006e\u006f\u0074\u0020\u0061\u0020\u0073\u0074\u0072\u0065\u0061\u006d\u0020\u0028\u0067\u006f\u0074\u0020\u0025\u0054\u0029",_aegb ._agddd ); -return nil ,nil ,_eb .ErrTypeError ;};_afebe ,_abbde :=_eb .DecodeStream (_bagcf );if _abbde !=nil {_ddb .Log .Debug ("\u0046\u0061\u0069l\u0065\u0064\u0020\u0064e\u0063\u006f\u0064\u0069\u006e\u0067\u0020s\u0074\u0072\u0065\u0061\u006d\u002c\u0020\u0065\u0072\u0072\u003a\u0020\u0025\u0076",_abbde ); -return nil ,nil ,_abbde ;};_ccegb ,_abbde :=_eb .NewEncoderFromStream (_bagcf );if _abbde !=nil {_ddb .Log .Debug ("F\u0061\u0069\u006c\u0065\u0064\u0020f\u0069\u006e\u0064\u0069\u006e\u0067 \u0064\u0065\u0063\u006f\u0064\u0069\u006eg\u0020\u0065\u006e\u0063\u006f\u0064\u0065\u0072\u003a\u0020%\u0076",_abbde ); -return nil ,nil ,_abbde ;};return _afebe ,_ccegb ,nil ;}; +// ConvertToBinary converts current image into binary (bi-level) format. +// Binary images are composed of single bits per pixel (only black or white). +// If provided image has more color components, then it would be converted into binary image using +// histogram auto threshold function. +func (_gegg *Image )ConvertToBinary ()error {if _gegg .ColorComponents ==1&&_gegg .BitsPerComponent ==1{return nil ;};_acab ,_eggc :=_gegg .ToGoImage ();if _eggc !=nil {return _eggc ;};_feedba ,_eggc :=_ca .MonochromeConverter .Convert (_acab );if _eggc !=nil {return _eggc ; +};_gegg .Data =_feedba .Base ().Data ;_gegg ._cbfg ,_eggc =_ca .ScaleAlphaToMonochrome (_gegg ._cbfg ,int (_gegg .Width ),int (_gegg .Height ));if _eggc !=nil {return _eggc ;};_gegg .BitsPerComponent =1;_gegg .ColorComponents =1;_gegg ._cabgb =nil ;return nil ; +};func (_cdfef *PdfAcroForm )fill (_agdbd FieldValueProvider ,_bgde FieldAppearanceGenerator )error {if _cdfef ==nil {return nil ;};_bbeg ,_dgeb :=_agdbd .FieldValues ();if _dgeb !=nil {return _dgeb ;};for _ ,_fbcba :=range _cdfef .AllFields (){_cadec :=_fbcba .PartialName (); +_cabef ,_gfegg :=_bbeg [_cadec ];if !_gfegg {if _ecbbb ,_bbcba :=_fbcba .FullName ();_bbcba ==nil {_cabef ,_gfegg =_bbeg [_ecbbb ];};};if !_gfegg {_fca .Log .Debug ("\u0057\u0041\u0052\u004e\u003a\u0020f\u006f\u0072\u006d \u0066\u0069\u0065l\u0064\u0020\u0025\u0073\u0020\u006e\u006f\u0074\u0020\u0066o\u0075\u006e\u0064\u0020\u0069n \u0074\u0068\u0065\u0020\u0070\u0072\u006f\u0076\u0069\u0064\u0065\u0072\u002e\u0020\u0053\u006b\u0069\u0070\u0070\u0069\u006e\u0067\u002e",_cadec ); +continue ;};if _cffg :=_bbcd (_fbcba ,_cabef );_cffg !=nil {return _cffg ;};if _bgde ==nil {continue ;};for _ ,_ceec :=range _fbcba .Annotations {_gacea ,_fgafe :=_bgde .GenerateAppearanceDict (_cdfef ,_fbcba ,_ceec );if _fgafe !=nil {return _fgafe ;}; +_ceec .AP =_gacea ;_ceec .ToPdfObject ();};};return nil ;}; -// NewPdfActionResetForm returns a new "reset form" action. -func NewPdfActionResetForm ()*PdfActionResetForm {_bgg :=NewPdfAction ();_bf :=&PdfActionResetForm {};_bf .PdfAction =_bgg ;_bgg .SetContext (_bf );return _bf ;}; +// GetNumComponents returns the number of color components of the colorspace device. +// Returns 3 for an RGB device. +func (_dgcc *PdfColorspaceDeviceRGB )GetNumComponents ()int {return 3}; -// ImageHandler interface implements common image loading and processing tasks. -// Implementing as an interface allows for the possibility to use non-standard libraries for faster -// loading and processing of images. -type ImageHandler interface{ +// IsColored specifies if the pattern is colored. +func (_ecgbf *PdfTilingPattern )IsColored ()bool {if _ecgbf .PaintType !=nil &&*_ecgbf .PaintType ==1{return true ;};return false ;}; -// Read any image type and load into a new Image object. -Read (_ddfb _bagf .Reader )(*Image ,error ); +// ColorToRGB converts gray -> rgb for a single color component. +func (_feee *PdfColorspaceDeviceGray )ColorToRGB (color PdfColor )(PdfColor ,error ){_fddbg ,_deed :=color .(*PdfColorDeviceGray );if !_deed {_fca .Log .Debug ("\u0049\u006e\u0070\u0075\u0074\u0020\u0063\u006f\u006c\u006fr\u0020\u006e\u006f\u0074\u0020\u0064\u0065v\u0069\u0063\u0065\u0020\u0067\u0072\u0061\u0079\u0020\u0025\u0054",color ); +return nil ,_cdf .New ("\u0074\u0079p\u0065\u0020\u0063h\u0065\u0063\u006b\u0020\u0065\u0072\u0072\u006f\u0072");};return NewPdfColorDeviceRGB (float64 (*_fddbg ),float64 (*_fddbg ),float64 (*_fddbg )),nil ;}; -// NewImageFromGoImage loads a NRGBA32 unidoc Image from a standard Go image structure. -NewImageFromGoImage (_ccfa _fb .Image )(*Image ,error ); +// BytesToCharcodes converts the bytes in a PDF string to character codes. +func (_eeeb *PdfFont )BytesToCharcodes (data []byte )[]_dae .CharCode {_fca .Log .Trace ("\u0042\u0079\u0074es\u0054\u006f\u0043\u0068\u0061\u0072\u0063\u006f\u0064e\u0073:\u0020d\u0061t\u0061\u003d\u005b\u0025\u0020\u0030\u0032\u0078\u005d\u003d\u0025\u0023\u0071",data ,data ); +if _ddgc ,_cecb :=_eeeb ._bggcf .(*pdfFontType0 );_cecb &&_ddgc ._dcffd !=nil {if _fgdf ,_aefdd :=_ddgc .bytesToCharcodes (data );_aefdd {return _fgdf ;};};var (_cabe =make ([]_dae .CharCode ,0,len (data )+len (data )%2);_afbfg =_eeeb .baseFields ();); +if _afbfg ._abcbf !=nil {if _fbcg ,_gdgbe :=_afbfg ._abcbf .BytesToCharcodes (data );_gdgbe {for _ ,_bagc :=range _fbcg {_cabe =append (_cabe ,_dae .CharCode (_bagc ));};return _cabe ;};};if _afbfg .isCIDFont (){if len (data )==1{data =[]byte {0,data [0]}; +};if len (data )%2!=0{_fca .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0050\u0061\u0064\u0064\u0069\u006e\u0067\u0020\u0064\u0061\u0074\u0061\u003d\u0025\u002b\u0076\u0020t\u006f\u0020\u0065\u0076\u0065n\u0020\u006ce\u006e\u0067\u0074\u0068",data ); +data =append (data ,0);};for _dfcc :=0;_dfcc < len (data );_dfcc +=2{_agdf :=uint16 (data [_dfcc ])<<8|uint16 (data [_dfcc +1]);_cabe =append (_cabe ,_dae .CharCode (_agdf ));};}else {for _ ,_bcbce :=range data {_cabe =append (_cabe ,_dae .CharCode (_bcbce )); +};};return _cabe ;}; -// NewGrayImageFromGoImage loads a grayscale unidoc Image from a standard Go image structure. -NewGrayImageFromGoImage (_gdbcf _fb .Image )(*Image ,error ); +// Reset sets the multi font encoder to its initial state. +func (_edefe *MultipleFontEncoder )Reset (){_edefe .CurrentFont =_edefe ._ecfa [0]}; -// Compress an image. -Compress (_cbffa *Image ,_fbcba int64 )(*Image ,error );}; +// GetRuneMetrics returns the char metrics for a rune. +// TODO(peterwilliams97) There is nothing callers can do if no CharMetrics are found so we might as +// well give them 0 width. There is no need for the bool return. +func (_dabg *PdfFont )GetRuneMetrics (r rune )(CharMetrics ,bool ){_acfc :=_dabg .actualFont ();if _acfc ==nil {_fca .Log .Debug ("ER\u0052\u004fR\u003a\u0020\u0047\u0065\u0074\u0047\u006c\u0079\u0070h\u0043\u0068\u0061\u0072\u004d\u0065\u0074\u0072\u0069\u0063\u0073\u0020\u004e\u006f\u0074\u0020\u0069\u006d\u0070\u006c\u0065\u006d\u0065\u006e\u0074\u0065\u0064\u0020f\u006fr\u0020\u0066\u006f\u006e\u0074\u0020\u0074\u0079p\u0065=\u0025\u0023T",_dabg ._bggcf ); +return _ce .CharMetrics {},false ;};if _fbbea ,_cgdgef :=_acfc .GetRuneMetrics (r );_cgdgef {return _fbbea ,true ;};if _bdcb ,_egaf :=_dabg .GetFontDescriptor ();_egaf ==nil &&_bdcb !=nil {return _ce .CharMetrics {Wx :_bdcb ._efacg },true ;};_fca .Log .Debug ("\u0047\u0065\u0074\u0047\u006c\u0079\u0070h\u0043\u0068\u0061r\u004d\u0065\u0074\u0072i\u0063\u0073\u003a\u0020\u004e\u006f\u0020\u006d\u0065\u0074\u0072\u0069\u0063\u0073\u0020\u0066\u006f\u0072\u0020\u0066\u006f\u006e\u0074\u003d\u0025\u0073",_dabg ); +return _ce .CharMetrics {},false ;}; -// Duplex represents the paper handling option that shall be used when printing -// the file from the print dialog. -type Duplex string ;func (_eebe fontCommon )asPdfObjectDictionary (_egag string )*_eb .PdfObjectDictionary {if _egag !=""&&_eebe ._fgdee !=""&&_egag !=_eebe ._fgdee {_ddb .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0061\u0073\u0050\u0064\u0066\u004f\u0062\u006a\u0065\u0063\u0074\u0044\u0069c\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u002e\u0020O\u0076\u0065\u0072\u0072\u0069\u0064\u0069\u006e\u0067\u0020\u0073\u0075\u0062t\u0079\u0070\u0065\u0020\u0074\u006f \u0025\u0023\u0071 \u0025\u0073",_egag ,_eebe ); -}else if _egag ==""&&_eebe ._fgdee ==""{_ddb .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0061s\u0050\u0064\u0066Ob\u006a\u0065\u0063\u0074\u0044\u0069c\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u0020\u006e\u006f\u0020\u0073\u0075\u0062\u0074y\u0070\u0065\u002e\u0020\u0066\u006f\u006e\u0074=\u0025\u0073",_eebe ); -}else if _eebe ._fgdee ==""{_eebe ._fgdee =_egag ;};_dddce :=_eb .MakeDict ();_dddce .Set ("\u0054\u0079\u0070\u0065",_eb .MakeName ("\u0046\u006f\u006e\u0074"));_dddce .Set ("\u0042\u0061\u0073\u0065\u0046\u006f\u006e\u0074",_eb .MakeName (_eebe ._agcc )); -_dddce .Set ("\u0053u\u0062\u0074\u0079\u0070\u0065",_eb .MakeName (_eebe ._fgdee ));if _eebe ._bged !=nil {_dddce .Set ("\u0046\u006f\u006e\u0074\u0044\u0065\u0073\u0063\u0072i\u0070\u0074\u006f\u0072",_eebe ._bged .ToPdfObject ());};if _eebe ._geee !=nil {_dddce .Set ("\u0054o\u0055\u006e\u0069\u0063\u006f\u0064e",_eebe ._geee ); -}else if _eebe ._bgbg !=nil {_caaa ,_efaab :=_eebe ._bgbg .Stream ();if _efaab !=nil {_ddb .Log .Debug ("\u0057\u0041\u0052\u004e\u003a\u0020\u0063\u006f\u0075\u006c\u0064\u0020\u006eo\u0074\u0020\u0067\u0065\u0074\u0020C\u004d\u0061\u0070\u0020\u0073\u0074\u0072\u0065\u0061\u006d\u002e\u0020\u0065r\u0072\u003d\u0025\u0076",_efaab ); -}else {_dddce .Set ("\u0054o\u0055\u006e\u0069\u0063\u006f\u0064e",_caaa );};};return _dddce ;}; +// DecodeArray returns the range of color component values in the ICCBased colorspace. +func (_fgbd *PdfColorspaceICCBased )DecodeArray ()[]float64 {return _fgbd .Range };func _gadfef ()string {_dggagg .Lock ();defer _dggagg .Unlock ();return _dcae }; -// ToPdfObject returns colorspace in a PDF object format [name dictionary] -func (_fdag *PdfColorspaceCalRGB )ToPdfObject ()_eb .PdfObject {_dacd :=&_eb .PdfObjectArray {};_dacd .Append (_eb .MakeName ("\u0043\u0061\u006c\u0052\u0047\u0042"));_dccf :=_eb .MakeDict ();if _fdag .WhitePoint !=nil {_bdag :=_eb .MakeArray (_eb .MakeFloat (_fdag .WhitePoint [0]),_eb .MakeFloat (_fdag .WhitePoint [1]),_eb .MakeFloat (_fdag .WhitePoint [2])); -_dccf .Set ("\u0057\u0068\u0069\u0074\u0065\u0050\u006f\u0069\u006e\u0074",_bdag );}else {_ddb .Log .Error ("\u0043\u0061l\u0052\u0047\u0042\u003a \u004d\u0069s\u0073\u0069\u006e\u0067\u0020\u0057\u0068\u0069t\u0065\u0050\u006f\u0069\u006e\u0074\u0020\u0028\u0052\u0065\u0071\u0075i\u0072\u0065\u0064\u0029"); -};if _fdag .BlackPoint !=nil {_adfe :=_eb .MakeArray (_eb .MakeFloat (_fdag .BlackPoint [0]),_eb .MakeFloat (_fdag .BlackPoint [1]),_eb .MakeFloat (_fdag .BlackPoint [2]));_dccf .Set ("\u0042\u006c\u0061\u0063\u006b\u0050\u006f\u0069\u006e\u0074",_adfe ); -};if _fdag .Gamma !=nil {_dffb :=_eb .MakeArray (_eb .MakeFloat (_fdag .Gamma [0]),_eb .MakeFloat (_fdag .Gamma [1]),_eb .MakeFloat (_fdag .Gamma [2]));_dccf .Set ("\u0047\u0061\u006dm\u0061",_dffb );};if _fdag .Matrix !=nil {_fded :=_eb .MakeArray (_eb .MakeFloat (_fdag .Matrix [0]),_eb .MakeFloat (_fdag .Matrix [1]),_eb .MakeFloat (_fdag .Matrix [2]),_eb .MakeFloat (_fdag .Matrix [3]),_eb .MakeFloat (_fdag .Matrix [4]),_eb .MakeFloat (_fdag .Matrix [5]),_eb .MakeFloat (_fdag .Matrix [6]),_eb .MakeFloat (_fdag .Matrix [7]),_eb .MakeFloat (_fdag .Matrix [8])); -_dccf .Set ("\u004d\u0061\u0074\u0072\u0069\u0078",_fded );};_dacd .Append (_dccf );if _fdag ._cbfd !=nil {_fdag ._cbfd .PdfObject =_dacd ;return _fdag ._cbfd ;};return _dacd ;};func _cbfdd (_cedf _eb .PdfObject )(map[_fc .CharCode ]float64 ,error ){if _cedf ==nil {return nil ,nil ; -};_ffaec ,_dcgb :=_eb .GetArray (_cedf );if !_dcgb {return nil ,nil ;};_bdffff :=map[_fc .CharCode ]float64 {};_gccbb :=_ffaec .Len ();for _ffcb :=0;_ffcb < _gccbb -1;_ffcb ++{_eddb :=_eb .TraceToDirectObject (_ffaec .Get (_ffcb ));_gcfbb ,_cgebg :=_eb .GetIntVal (_eddb ); -if !_cgebg {return nil ,_e .Errorf ("\u0042a\u0064\u0020\u0066\u006fn\u0074\u0020\u0057\u0020\u006fb\u006a0\u003a \u0069\u003d\u0025\u0064\u0020\u0025\u0023v",_ffcb ,_eddb );};_ffcb ++;if _ffcb > _gccbb -1{return nil ,_e .Errorf ("\u0042\u0061\u0064\u0020\u0066\u006f\u006e\u0074\u0020\u0057\u0020a\u0072\u0072\u0061\u0079\u003a\u0020\u0061\u0072\u0072\u0032=\u0025\u002b\u0076",_ffaec ); -};_eaeef :=_eb .TraceToDirectObject (_ffaec .Get (_ffcb ));switch _eaeef .(type ){case *_eb .PdfObjectArray :_gead ,_ :=_eb .GetArray (_eaeef );if _dcadd ,_bfdbg :=_gead .ToFloat64Array ();_bfdbg ==nil {for _ggfb :=0;_ggfb < len (_dcadd );_ggfb ++{_bdffff [_fc .CharCode (_gcfbb +_ggfb )]=_dcadd [_ggfb ]; -};}else {return nil ,_e .Errorf ("\u0042\u0061\u0064 \u0066\u006f\u006e\u0074 \u0057\u0020\u0061\u0072\u0072\u0061\u0079 \u006f\u0062\u006a\u0031\u003a\u0020\u0069\u003d\u0025\u0064\u0020\u0025\u0023\u0076",_ffcb ,_eaeef );};case *_eb .PdfObjectInteger :_fgbf ,_eeed :=_eb .GetIntVal (_eaeef ); -if !_eeed {return nil ,_e .Errorf ("\u0042\u0061d\u0020\u0066\u006f\u006e\u0074\u0020\u0057\u0020\u0069\u006e\u0074\u0020\u006f\u0062\u006a\u0031\u003a\u0020\u0069\u003d\u0025\u0064 %\u0023\u0076",_ffcb ,_eaeef );};_ffcb ++;if _ffcb > _gccbb -1{return nil ,_e .Errorf ("\u0042\u0061\u0064\u0020\u0066\u006f\u006e\u0074\u0020\u0057\u0020a\u0072\u0072\u0061\u0079\u003a\u0020\u0061\u0072\u0072\u0032=\u0025\u002b\u0076",_ffaec ); -};_bacef :=_ffaec .Get (_ffcb );_cbagb ,_fcecga :=_eb .GetNumberAsFloat (_bacef );if _fcecga !=nil {return nil ,_e .Errorf ("\u0042\u0061d\u0020\u0066\u006f\u006e\u0074\u0020\u0057\u0020\u0069\u006e\u0074\u0020\u006f\u0062\u006a\u0032\u003a\u0020\u0069\u003d\u0025\u0064 %\u0023\u0076",_ffcb ,_bacef ); -};for _gagbd :=_gcfbb ;_gagbd <=_fgbf ;_gagbd ++{_bdffff [_fc .CharCode (_gagbd )]=_cbagb ;};default:return nil ,_e .Errorf ("\u0042\u0061\u0064\u0020\u0066\u006f\u006e\u0074\u0020\u0057 \u006f\u0062\u006a\u0031\u0020\u0074\u0079p\u0065\u003a\u0020\u0069\u003d\u0025\u0064\u0020\u0025\u0023\u0076",_ffcb ,_eaeef ); -};};return _bdffff ,nil ;}; +// NewBorderStyle returns an initialized PdfBorderStyle. +func NewBorderStyle ()*PdfBorderStyle {_ddca :=&PdfBorderStyle {};return _ddca }; -// PdfAnnotationRedact represents Redact annotations. -// (Section 12.5.6.23). -type PdfAnnotationRedact struct{*PdfAnnotation ;*PdfAnnotationMarkup ;QuadPoints _eb .PdfObject ;IC _eb .PdfObject ;RO _eb .PdfObject ;OverlayText _eb .PdfObject ;Repeat _eb .PdfObject ;DA _eb .PdfObject ;Q _eb .PdfObject ;}; +// SetDirection sets the value of the direction. +func (_fcfdg *ViewerPreferences )SetDirection (direction Direction ){_fcfdg ._gfegc =direction };func _agca (_cecfd *PdfAnnotation )(*XObjectForm ,*PdfRectangle ,error ){_bgea ,_fdeff :=_cee .GetDict (_cecfd .AP );if !_fdeff {return nil ,nil ,_cdf .New ("f\u0069\u0065\u006c\u0064\u0020\u006di\u0073\u0073\u0069\u006e\u0067\u0020\u0041\u0050\u0020d\u0069\u0063\u0074i\u006fn\u0061\u0072\u0079"); +};if _bgea ==nil {return nil ,nil ,nil ;};_aadgf ,_fdeff :=_cee .GetArray (_cecfd .Rect );if !_fdeff ||_aadgf .Len ()!=4{return nil ,nil ,_cdf .New ("\u0072\u0065\u0063t\u0020\u0069\u006e\u0076\u0061\u006c\u0069\u0064");};_ccgc ,_eebe :=NewPdfRectangle (*_aadgf ); +if _eebe !=nil {return nil ,nil ,_eebe ;};_ceff :=_cee .TraceToDirectObject (_bgea .Get ("\u004e"));switch _efaeg :=_ceff .(type ){case *_cee .PdfObjectStream :_fabe :=_efaeg ;_fgeeb ,_bagfa :=NewXObjectFormFromStream (_fabe );return _fgeeb ,_ccgc ,_bagfa ; +case *_cee .PdfObjectDictionary :_cfab :=_efaeg ;if _cfab ==nil {_fca .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0046\u0061\u0069\u006c\u0065\u0064\u0020\u0074\u006f\u0020\u0067e\u0074\u0020\u0061\u0070\u0070\u0065\u0061r\u0061\u006e\u0063\u0065\u002e\u0020\u0044\u0069\u0063\u0074\u0069o\u006e\u0061\u0072\u0079\u0020\u0069\u0073\u0020\u006e\u0069\u006c"); +return nil ,nil ,nil ;};var _cebce _cee .PdfObject ;_geccd ,_ffed :=_cee .GetName (_cecfd .AS );if _ffed {_cebce =_cfab .Get (*_geccd );}else {_abgb :=_cecfd ._eddc .PdfObject .(*_cee .PdfObjectDictionary );if _abgb ==nil {_fca .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020F\u0061\u0069\u006ce\u0064\u0020\u0074\u006f \u0067\u0065\u0074\u0020\u0061\u0070\u0070\u0065\u0061\u0072\u0061\u006e\u0063\u0065\u0020\u0066\u0072\u006f\u006d\u0020\u0076\u0061\u006c\u0075\u0065\u002e"); +return nil ,nil ,nil ;};if _gbddf :=_abgb .Get ("\u0056");_gbddf !=nil {_cebce =_cfab .Get (_cee .PdfObjectName (_gbddf .String ()));};};if _cebce ==nil {_fca .Log .Debug ("\u0045\u0052\u0052\u004f\u0052:\u0020\u0041\u0053\u0020\u0073\u0074\u0061\u0074\u0065\u0020\u006e\u006f\u0074 \u0073\u0070\u0065\u0063\u0069\u0066\u0069\u0065\u0064\u0020\u0069\u006e\u0020\u0041\u0050\u0020\u0064\u0069\u0063\u0074\u0020\u002d\u0020\u0069\u0067\u006e\u006f\u0072\u0069\u006eg"); +return nil ,nil ,nil ;};_gcda ,_ffed :=_cee .GetStream (_cebce );if !_ffed {_fca .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0055n\u0061\u0062\u006ce \u0074\u006f\u0020\u0061\u0063\u0063e\u0073\u0073\u0020\u0061\u0070\u0070\u0065\u0061\u0072\u0061\u006e\u0063\u0065\u0020\u0073t\u0072\u0065\u0061\u006d\u0020\u0066\u006f\u0072 \u0025\u0076",_geccd ); +return nil ,nil ,_cdf .New ("\u0073\u0074\u0072\u0065\u0061\u006d\u0020\u006d\u0069s\u0073\u0069\u006e\u0067");};_acggb ,_acfff :=NewXObjectFormFromStream (_gcda );return _acggb ,_ccgc ,_acfff ;};_fca .Log .Debug ("\u0049\u006e\u0076\u0061li\u0064\u0020\u0074\u0079\u0070\u0065\u0020\u0066\u006f\u0072\u0020\u004e\u003a\u0020%\u0054",_ceff ); +return nil ,nil ,_cdf .New ("\u0074\u0079p\u0065\u0020\u0063h\u0065\u0063\u006b\u0020\u0065\u0072\u0072\u006f\u0072");}; -// GetAsShadingPattern returns a shading pattern. Check with IsShading() prior to using this. -func (_aadcb *PdfPattern )GetAsShadingPattern ()*PdfShadingPattern {return _aadcb ._eefgb .(*PdfShadingPattern );};func _fcecd (_eeeda *_eb .PdfObjectStream )(*PdfFunctionType4 ,error ){_edcee :=&PdfFunctionType4 {};_edcee ._gbcd =_eeeda ;_adegd :=_eeeda .PdfObjectDictionary ; -_caebb ,_cccdg :=_eb .TraceToDirectObject (_adegd .Get ("\u0044\u006f\u006d\u0061\u0069\u006e")).(*_eb .PdfObjectArray );if !_cccdg {_ddb .Log .Error ("D\u006fm\u0061\u0069\u006e\u0020\u006e\u006f\u0074\u0020s\u0070\u0065\u0063\u0069fi\u0065\u0064");return nil ,_dcf .New ("\u0072\u0065q\u0075\u0069\u0072\u0065d\u0020\u0061t\u0074\u0072\u0069\u0062\u0075\u0074\u0065\u0020m\u0069\u0073\u0073\u0069\u006e\u0067\u0020\u006f\u0072\u0020\u0069\u006ev\u0061\u006c\u0069\u0064"); -};if _caebb .Len ()%2!=0{_ddb .Log .Error ("\u0044\u006f\u006d\u0061\u0069\u006e\u0020\u0069\u006ev\u0061\u006c\u0069\u0064");return nil ,_dcf .New ("i\u006ev\u0061\u006c\u0069\u0064\u0020\u0064\u006f\u006da\u0069\u006e\u0020\u0072an\u0067\u0065");};_dfbde ,_aeda :=_caebb .ToFloat64Array (); -if _aeda !=nil {return nil ,_aeda ;};_edcee .Domain =_dfbde ;_caebb ,_cccdg =_eb .TraceToDirectObject (_adegd .Get ("\u0052\u0061\u006eg\u0065")).(*_eb .PdfObjectArray );if _cccdg {if _caebb .Len ()< 0||_caebb .Len ()%2!=0{return nil ,_dcf .New ("\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0072\u0061\u006e\u0067\u0065"); -};_efbad ,_efecgb :=_caebb .ToFloat64Array ();if _efecgb !=nil {return nil ,_efecgb ;};_edcee .Range =_efbad ;};_efdcf ,_aeda :=_eb .DecodeStream (_eeeda );if _aeda !=nil {return nil ,_aeda ;};_edcee ._bdcf =_efdcf ;_ecdab :=_gc .NewPSParser (_efdcf ); -_feegb ,_aeda :=_ecdab .Parse ();if _aeda !=nil {return nil ,_aeda ;};_edcee .Program =_feegb ;return _edcee ,nil ;};func (_dade *PdfReader )newPdfAnnotationHighlightFromDict (_dec *_eb .PdfObjectDictionary )(*PdfAnnotationHighlight ,error ){_efe :=PdfAnnotationHighlight {}; -_eab ,_bffa :=_dade .newPdfAnnotationMarkupFromDict (_dec );if _bffa !=nil {return nil ,_bffa ;};_efe .PdfAnnotationMarkup =_eab ;_efe .QuadPoints =_dec .Get ("\u0051\u0075\u0061\u0064\u0050\u006f\u0069\u006e\u0074\u0073");return &_efe ,nil ;}; +// GetRevision returns the specific version of the PdfReader for the current Pdf document +func (_edfgf *PdfReader )GetRevision (revisionNumber int )(*PdfReader ,error ){_eggbf :=_edfgf ._ffdgf .GetRevisionNumber ();if revisionNumber < 0||revisionNumber > _eggbf {return nil ,_cdf .New ("w\u0072\u006f\u006e\u0067 r\u0065v\u0069\u0073\u0069\u006f\u006e \u006e\u0075\u006d\u0062\u0065\u0072"); +};if revisionNumber ==_eggbf {return _edfgf ,nil ;};if _edfgf ._befca [revisionNumber ]!=nil {return _edfgf ._befca [revisionNumber ],nil ;};_dbbaa :=_edfgf ;for _ceda :=_eggbf -1;_ceda >=revisionNumber ;_ceda --{_dgfdb ,_cdafeb :=_dbbaa .GetPreviousRevision (); +if _cdafeb !=nil {return nil ,_cdafeb ;};_edfgf ._befca [_ceda ]=_dgfdb ;_dbbaa =_dgfdb ;};return _dbbaa ,nil ;}; -// SetAnnotations sets the annotations list. -func (_ddac *PdfPage )SetAnnotations (annotations []*PdfAnnotation ){_ddac ._dbga =annotations }; +// GetRuneMetrics returns the character metrics for the specified rune. +// A bool flag is returned to indicate whether or not the entry was found. +func (_dfgg pdfCIDFontType2 )GetRuneMetrics (r rune )(_ce .CharMetrics ,bool ){_ecdgg ,_bcda :=_dfgg ._abdc [r ];if !_bcda {_aabd ,_ebgb :=_cee .GetInt (_dfgg .DW );if !_ebgb {return _ce .CharMetrics {},false ;};_ecdgg =int (*_aabd );};return _ce .CharMetrics {Wx :float64 (_ecdgg )},true ; +}; -// SetNumCopies sets the value of the numCopies. -func (_bfceda *ViewerPreferences )SetNumCopies (numCopies int ){_bfceda ._bdeec =numCopies }; +// NewPdfAnnotation returns an initialized generic PDF annotation model. +func NewPdfAnnotation ()*PdfAnnotation {_decg :=&PdfAnnotation {};_decg ._eddc =_cee .MakeIndirectObject (_cee .MakeDict ());return _decg ;}; -// PdfColorspaceDeviceCMYK represents a CMYK32 colorspace. -type PdfColorspaceDeviceCMYK struct{}; +// GetRevisionNumber returns the version of the current Pdf document +func (_cgccc *PdfReader )GetRevisionNumber ()int {return _cgccc ._ffdgf .GetRevisionNumber ()}; -// ColorFromPdfObjects returns a new PdfColor based on the input slice of color -// components. The slice should contain three PdfObjectFloat elements representing -// the L, A and B components of the color. -func (_gdcfgd *PdfColorspaceLab )ColorFromPdfObjects (objects []_eb .PdfObject )(PdfColor ,error ){if len (objects )!=3{return nil ,_dcf .New ("r\u0061\u006e\u0067\u0065\u0020\u0063\u0068\u0065\u0063\u006b");};_geaf ,_dfbd :=_eb .GetNumbersAsFloat (objects ); -if _dfbd !=nil {return nil ,_dfbd ;};return _gdcfgd .ColorFromFloats (_geaf );}; +// VariableText contains the common attributes of a variable text. +// The VariableText is typically not used directly, but is can encapsulate by PdfField +// See section 12.7.3.3 "Variable Text" and Table 222 (pp. 434-436 PDF32000_2008). +type VariableText struct{DA *_cee .PdfObjectString ;Q *_cee .PdfObjectInteger ;DS *_cee .PdfObjectString ;RV _cee .PdfObject ;};func _dffed (_fcffgd _cee .PdfObject )(string ,error ){_fcffgd =_cee .TraceToDirectObject (_fcffgd );switch _affc :=_fcffgd .(type ){case *_cee .PdfObjectString :return _affc .Str (),nil ; +case *_cee .PdfObjectStream :_dbga ,_agdbb :=_cee .DecodeStream (_affc );if _agdbb !=nil {return "",_agdbb ;};return string (_dbga ),nil ;};return "",_e .Errorf ("\u0069\u006e\u0076\u0061\u006ci\u0064\u0020\u0063\u006f\u006e\u0074\u0065\u006e\u0074\u0020\u0073\u0074\u0072e\u0061\u006d\u0020\u006f\u0062\u006a\u0065\u0063\u0074\u0020\u0068\u006f\u006c\u0064\u0065\u0072\u0020\u0028\u0025\u0054\u0029",_fcffgd ); +};func _bbeb (_cede *_cee .PdfObjectDictionary ,_dggb *fontCommon )(*pdfCIDFontType2 ,error ){if _dggb ._ccdeg !="\u0043\u0049\u0044F\u006f\u006e\u0074\u0054\u0079\u0070\u0065\u0032"{_fca .Log .Debug ("\u0045R\u0052\u004fR\u003a\u0020\u0046\u006fn\u0074\u0020\u0053u\u0062\u0054\u0079\u0070\u0065\u0020\u0021\u003d\u0020CI\u0044\u0046\u006fn\u0074\u0054y\u0070\u0065\u0032\u002e\u0020\u0066o\u006e\u0074=\u0025\u0073",_dggb ); +return nil ,_cee .ErrRangeError ;};_cgbea :=_cdba (_dggb );_bggda ,_dagae :=_cee .GetDict (_cede .Get ("\u0043\u0049\u0044\u0053\u0079\u0073\u0074\u0065\u006d\u0049\u006e\u0066\u006f"));if !_dagae {_fca .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0043I\u0044\u0053\u0079st\u0065\u006d\u0049\u006e\u0066\u006f \u0028\u0052\u0065\u0071\u0075\u0069\u0072\u0065\u0064\u0029\u0020\u006d\u0069\u0073\u0073i\u006e\u0067\u002e\u0020\u0066\u006f\u006e\u0074=\u0025\u0073",_dggb ); +return nil ,ErrRequiredAttributeMissing ;};_cgbea .CIDSystemInfo =_bggda ;_cgbea .DW =_cede .Get ("\u0044\u0057");_cgbea .W =_cede .Get ("\u0057");_cgbea .DW2 =_cede .Get ("\u0044\u0057\u0032");_cgbea .W2 =_cede .Get ("\u0057\u0032");_cgbea .CIDToGIDMap =_cede .Get ("C\u0049\u0044\u0054\u006f\u0047\u0049\u0044\u004d\u0061\u0070"); +_cgbea ._dfae =1000.0;if _geadf ,_cfaaf :=_cee .GetNumberAsFloat (_cgbea .DW );_cfaaf ==nil {_cgbea ._dfae =_geadf ;};_facdg ,_dbaf :=_fceag (_cgbea .W );if _dbaf !=nil {return nil ,_dbaf ;};if _facdg ==nil {_facdg =map[_dae .CharCode ]float64 {};};_cgbea ._dbffc =_facdg ; +return _cgbea ,nil ;}; -// GetRuneMetrics returns the character metrics for the rune. -// A bool flag is returned to indicate whether or not the entry was found. -func (_dcfa pdfFontSimple )GetRuneMetrics (r rune )(_fg .CharMetrics ,bool ){if _dcfa ._gacdb !=nil {_eefc ,_eccdf :=_dcfa ._gacdb .Read (r );if _eccdf {return _eefc ,true ;};};_gadbe :=_dcfa .Encoder ();if _gadbe ==nil {_ddb .Log .Debug ("\u004e\u006f\u0020en\u0063\u006f\u0064\u0065\u0072\u0020\u0066\u006f\u0072\u0020\u0066\u006f\u006e\u0074\u0073\u003d\u0025\u0073",_dcfa ); -return _fg .CharMetrics {},false ;};_eeddc ,_cddgd :=_gadbe .RuneToCharcode (r );if !_cddgd {if r !=' '{_ddb .Log .Trace ("\u004e\u006f\u0020c\u0068\u0061\u0072\u0063o\u0064\u0065\u0020\u0066\u006f\u0072\u0020r\u0075\u006e\u0065\u003d\u0025\u0076\u0020\u0066\u006f\u006e\u0074\u003d\u0025\u0073",r ,_dcfa ); -};return _fg .CharMetrics {},false ;};_fddg ,_bfcg :=_dcfa .GetCharMetrics (_eeddc );return _fddg ,_bfcg ;}; +// SetColorspaceByName adds the provided colorspace to the page resources. +func (_bgabf *PdfPageResources )SetColorspaceByName (keyName _cee .PdfObjectName ,cs PdfColorspace )error {_degc ,_dddeaf :=_bgabf .GetColorspaces ();if _dddeaf !=nil {_fca .Log .Debug ("\u0045\u0052R\u004f\u0052\u0020\u0067\u0065\u0074\u0074\u0069\u006e\u0067\u0020\u0063\u006f\u006c\u006f\u0072\u0073\u0070\u0072\u0061\u0063\u0065: \u0025\u0076",_dddeaf ); +return _dddeaf ;};if _degc ==nil {_degc =NewPdfPageResourcesColorspaces ();_bgabf .SetColorSpace (_degc );};_degc .Set (keyName ,cs );return nil ;};func (_facdf *PdfColorspaceICCBased )String ()string {return "\u0049\u0043\u0043\u0042\u0061\u0073\u0065\u0064"; +}; -// Y returns the value of the yellow component of the color. -func (_ebfc *PdfColorDeviceCMYK )Y ()float64 {return _ebfc [2]}; +// ToPdfObject implements interface PdfModel. +func (_dcd *PdfAnnotationSquiggly )ToPdfObject ()_cee .PdfObject {_dcd .PdfAnnotation .ToPdfObject ();_dgba :=_dcd ._eddc ;_dfec :=_dgba .PdfObject .(*_cee .PdfObjectDictionary );_dcd .PdfAnnotationMarkup .appendToPdfDictionary (_dfec );_dfec .SetIfNotNil ("\u0053u\u0062\u0074\u0079\u0070\u0065",_cee .MakeName ("\u0053\u0071\u0075\u0069\u0067\u0067\u006c\u0079")); +_dfec .SetIfNotNil ("\u0051\u0075\u0061\u0064\u0050\u006f\u0069\u006e\u0074\u0073",_dcd .QuadPoints );return _dgba ;}; -// IsShading specifies if the pattern is a shading pattern. -func (_ccaab *PdfPattern )IsShading ()bool {return _ccaab .PatternType ==2};func (_ccdec *PdfAcroForm )signatureFields ()[]*PdfFieldSignature {var _egdaf []*PdfFieldSignature ;for _ ,_eegda :=range _ccdec .AllFields (){switch _gccca :=_eegda .GetContext ().(type ){case *PdfFieldSignature :_cgada :=_gccca ; -_egdaf =append (_egdaf ,_cgada );};};return _egdaf ;};var _gdba =map[string ]struct{}{"\u0046\u0054":{},"\u004b\u0069\u0064\u0073":{},"\u0054":{},"\u0054\u0055":{},"\u0054\u004d":{},"\u0046\u0066":{},"\u0056":{},"\u0044\u0056":{},"\u0041\u0041":{},"\u0044\u0041":{},"\u0051":{},"\u0044\u0053":{},"\u0052\u0056":{}}; +// PdfColorLab represents a color in the L*, a*, b* 3 component colorspace. +// Each component is defined in the range 0.0 - 1.0 where 1.0 is the primary intensity. +type PdfColorLab [3]float64 ; +// B returns the value of the B component of the color. +func (_feadd *PdfColorCalRGB )B ()float64 {return _feadd [1]}; -// NewPdfFileSpecFromEmbeddedFile construct a new PdfFileSpec that contains an embedded file. -func NewPdfFileSpecFromEmbeddedFile (file *EmbeddedFile )*PdfFilespec {_bgfe :=&PdfFilespec {};_bgfe ._cbefe =_eb .MakeIndirectObject (_eb .MakeDict ());_bgfe .Desc =_eb .MakeString (file .Description );_bgfe .EF =file .ToPdfObject ();_bgfe .F =_eb .MakeString (file .Name ); -_bgfe .UF =_eb .MakeEncodedString (file .Name ,true );_bbgf :="U\u006e\u0073\u0070\u0065\u0063\u0069\u0066\u0069\u0065\u0064";switch file .Relationship {case RelationshipSource :_bbgf ="\u0053\u006f\u0075\u0072\u0063\u0065";case RelationshipData :_bbgf ="\u0044\u0061\u0074\u0061"; -case RelationshipAlternative :_bbgf ="A\u006c\u0074\u0065\u0072\u006e\u0061\u0074\u0069\u0076\u0065";case RelationshipSupplement :_bbgf ="\u0053\u0075\u0070\u0070\u006c\u0065\u006d\u0065\u006e\u0074";};_bgfe .AFRelationship =_eb .MakeName (_bbgf );return _bgfe ; -}; +// ColorFromPdfObjects returns a new PdfColor based on the input slice of color +// components. The slice should contain three PdfObjectFloat elements representing +// the A, B and C components of the color. +func (_edcg *PdfColorspaceCalRGB )ColorFromPdfObjects (objects []_cee .PdfObject )(PdfColor ,error ){if len (objects )!=3{return nil ,_cdf .New ("r\u0061\u006e\u0067\u0065\u0020\u0063\u0068\u0065\u0063\u006b");};_bfdad ,_abcb :=_cee .GetNumbersAsFloat (objects ); +if _abcb !=nil {return nil ,_abcb ;};return _edcg .ColorFromFloats (_bfdad );}; -// AlphaMap performs mapping of alpha data for transformations. Allows custom filtering of alpha data etc. -func (_fedbg *Image )AlphaMap (mapFunc AlphaMapFunc ){for _abfb ,_ccfbe :=range _fedbg ._bdcab {_fedbg ._bdcab [_abfb ]=mapFunc (_ccfbe );};}; +// AddOutlineTree adds outlines to a PDF file. +func (_debbd *PdfWriter )AddOutlineTree (outlineTree *PdfOutlineTreeNode ){_debbd ._fecge =outlineTree }; -// GetNumComponents returns the number of input color components, i.e. that are input to the tint transform. -func (_ecdb *PdfColorspaceDeviceN )GetNumComponents ()int {return _ecdb .ColorantNames .Len ()}; +// PdfColorspaceSpecialSeparation is a Separation colorspace. +// At the moment the colour space is set to a Separation space, the conforming reader shall determine whether the +// device has an available colorant (e.g. dye) corresponding to the name of the requested space. If so, the conforming +// reader shall ignore the alternateSpace and tintTransform parameters; subsequent painting operations within the +// space shall apply the designated colorant directly, according to the tint values supplied. +// +// Format: [/Separation name alternateSpace tintTransform] +type PdfColorspaceSpecialSeparation struct{ColorantName *_cee .PdfObjectName ;AlternateSpace PdfColorspace ;TintTransform PdfFunction ;_dfgac *_cee .PdfIndirectObject ;}; -// NewPdfOutlineTree returns an initialized PdfOutline tree. -func NewPdfOutlineTree ()*PdfOutline {_afcfd :=NewPdfOutline ();_afcfd ._eeedb =&_afcfd ;return _afcfd ;}; +// GetContainingPdfObject returns the containing object for the PdfField, i.e. an indirect object +// containing the field dictionary. +func (_cfdd *PdfField )GetContainingPdfObject ()_cee .PdfObject {return _cfdd ._ccbb }; -// SetDecode sets the decode image float slice. -func (_gbcad *Image )SetDecode (decode []float64 ){_gbcad ._fedc =decode }; +// PdfRectangle is a definition of a rectangle. +type PdfRectangle struct{Llx float64 ;Lly float64 ;Urx float64 ;Ury float64 ;};func (_ebd *PdfReader )newPdfActionFromIndirectObject (_fcb *_cee .PdfIndirectObject )(*PdfAction ,error ){_acbc ,_bbcc :=_fcb .PdfObject .(*_cee .PdfObjectDictionary );if !_bbcc {return nil ,_e .Errorf ("\u0061\u0063\u0074\u0069\u006f\u006e\u0020\u0069\u006e\u0064\u0069\u0072\u0065\u0063\u0074\u0020\u006f\u0062j\u0065\u0063\u0074\u0020\u006e\u006f\u0074 \u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0069\u006e\u0067\u0020a\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079"); +};if model :=_ebd ._fcgbe .GetModelFromPrimitive (_acbc );model !=nil {_aaeb ,_gea :=model .(*PdfAction );if !_gea {return nil ,_e .Errorf ("\u0063\u0061c\u0068\u0065\u0064\u0020\u006d\u006f\u0064\u0065\u006c\u0020\u006e\u006f\u0074\u0020\u0061\u0020\u0050\u0044\u0046\u0020\u0061\u0063ti\u006f\u006e"); +};return _aaeb ,nil ;};_gac :=&PdfAction {};_gac ._gaf =_fcb ;_ebd ._fcgbe .Register (_acbc ,_gac );if _dbf :=_acbc .Get ("\u0054\u0079\u0070\u0065");_dbf !=nil {_bacf ,_gbf :=_dbf .(*_cee .PdfObjectName );if !_gbf {_fca .Log .Trace ("\u0049\u006e\u0063\u006f\u006d\u0070\u0061\u0074\u0069\u0062\u0069\u006c\u0069\u0074\u0079\u0021\u0020\u0049\u006e\u0076a\u006c\u0069\u0064\u0020\u0074\u0079\u0070\u0065\u0020\u006f\u0066\u0020\u0054\u0079\u0070\u0065\u0020\u0028\u0025\u0054\u0029\u0020\u002d\u0020\u0073\u0068\u006f\u0075\u006c\u0064 \u0062\u0065\u0020\u004e\u0061m\u0065",_dbf ); +}else {if *_bacf !="\u0041\u0063\u0074\u0069\u006f\u006e"{_fca .Log .Trace ("\u0055\u006e\u0073u\u0073\u0070\u0065\u0063t\u0065\u0064\u0020\u0054\u0079\u0070\u0065 \u0021\u003d\u0020\u0041\u0063\u0074\u0069\u006f\u006e\u0020\u0028\u0025\u0073\u0029",*_bacf ); +};_gac .Type =_bacf ;};};if _fea :=_acbc .Get ("\u004e\u0065\u0078\u0074");_fea !=nil {_gac .Next =_fea ;};if _ebdf :=_acbc .Get ("\u0053");_ebdf !=nil {_gac .S =_ebdf ;};_cce ,_fefb :=_gac .S .(*_cee .PdfObjectName );if !_fefb {_fca .Log .Debug ("\u0045\u0052\u0052\u004f\u0052:\u0020\u0049\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0053\u0020\u006f\u0062j\u0065\u0063\u0074\u0020\u0074\u0079\u0070\u0065\u0020\u0021\u003d\u0020\u006e\u0061\u006d\u0065\u0020\u0028\u0025\u0054\u0029",_gac .S ); +return nil ,_e .Errorf ("\u0069\u006e\u0076al\u0069\u0064\u0020\u0053\u0020\u006f\u0062\u006a\u0065c\u0074 \u0074y\u0070e\u0020\u0021\u003d\u0020\u006e\u0061\u006d\u0065\u0020\u0028\u0025\u0054\u0029",_gac .S );};_ggf :=PdfActionType (_cce .String ()); +switch _ggf {case ActionTypeGoTo :_add ,_agg :=_ebd .newPdfActionGotoFromDict (_acbc );if _agg !=nil {return nil ,_agg ;};_add .PdfAction =_gac ;_gac ._afe =_add ;return _gac ,nil ;case ActionTypeGoToR :_cfb ,_edgg :=_ebd .newPdfActionGotoRFromDict (_acbc ); +if _edgg !=nil {return nil ,_edgg ;};_cfb .PdfAction =_gac ;_gac ._afe =_cfb ;return _gac ,nil ;case ActionTypeGoToE :_bgda ,_fgf :=_ebd .newPdfActionGotoEFromDict (_acbc );if _fgf !=nil {return nil ,_fgf ;};_bgda .PdfAction =_gac ;_gac ._afe =_bgda ;return _gac ,nil ; +case ActionTypeLaunch :_ddc ,_fgb :=_ebd .newPdfActionLaunchFromDict (_acbc );if _fgb !=nil {return nil ,_fgb ;};_ddc .PdfAction =_gac ;_gac ._afe =_ddc ;return _gac ,nil ;case ActionTypeThread :_eab ,_eac :=_ebd .newPdfActionThreadFromDict (_acbc );if _eac !=nil {return nil ,_eac ; +};_eab .PdfAction =_gac ;_gac ._afe =_eab ;return _gac ,nil ;case ActionTypeURI :_gaa ,_eeec :=_ebd .newPdfActionURIFromDict (_acbc );if _eeec !=nil {return nil ,_eeec ;};_gaa .PdfAction =_gac ;_gac ._afe =_gaa ;return _gac ,nil ;case ActionTypeSound :_ffd ,_gaff :=_ebd .newPdfActionSoundFromDict (_acbc ); +if _gaff !=nil {return nil ,_gaff ;};_ffd .PdfAction =_gac ;_gac ._afe =_ffd ;return _gac ,nil ;case ActionTypeMovie :_gcee ,_gff :=_ebd .newPdfActionMovieFromDict (_acbc );if _gff !=nil {return nil ,_gff ;};_gcee .PdfAction =_gac ;_gac ._afe =_gcee ;return _gac ,nil ; +case ActionTypeHide :_cdc ,_fge :=_ebd .newPdfActionHideFromDict (_acbc );if _fge !=nil {return nil ,_fge ;};_cdc .PdfAction =_gac ;_gac ._afe =_cdc ;return _gac ,nil ;case ActionTypeNamed :_dgc ,_afcf :=_ebd .newPdfActionNamedFromDict (_acbc );if _afcf !=nil {return nil ,_afcf ; +};_dgc .PdfAction =_gac ;_gac ._afe =_dgc ;return _gac ,nil ;case ActionTypeSubmitForm :_eeg ,_gfe :=_ebd .newPdfActionSubmitFormFromDict (_acbc );if _gfe !=nil {return nil ,_gfe ;};_eeg .PdfAction =_gac ;_gac ._afe =_eeg ;return _gac ,nil ;case ActionTypeResetForm :_afd ,_dde :=_ebd .newPdfActionResetFormFromDict (_acbc ); +if _dde !=nil {return nil ,_dde ;};_afd .PdfAction =_gac ;_gac ._afe =_afd ;return _gac ,nil ;case ActionTypeImportData :_dga ,_adgc :=_ebd .newPdfActionImportDataFromDict (_acbc );if _adgc !=nil {return nil ,_adgc ;};_dga .PdfAction =_gac ;_gac ._afe =_dga ; +return _gac ,nil ;case ActionTypeSetOCGState :_fcc ,_cgd :=_ebd .newPdfActionSetOCGStateFromDict (_acbc );if _cgd !=nil {return nil ,_cgd ;};_fcc .PdfAction =_gac ;_gac ._afe =_fcc ;return _gac ,nil ;case ActionTypeRendition :_edc ,_gdf :=_ebd .newPdfActionRenditionFromDict (_acbc ); +if _gdf !=nil {return nil ,_gdf ;};_edc .PdfAction =_gac ;_gac ._afe =_edc ;return _gac ,nil ;case ActionTypeTrans :_dfa ,_dca :=_ebd .newPdfActionTransFromDict (_acbc );if _dca !=nil {return nil ,_dca ;};_dfa .PdfAction =_gac ;_gac ._afe =_dfa ;return _gac ,nil ; +case ActionTypeGoTo3DView :_gbfg ,_efa :=_ebd .newPdfActionGoTo3DViewFromDict (_acbc );if _efa !=nil {return nil ,_efa ;};_gbfg .PdfAction =_gac ;_gac ._afe =_gbfg ;return _gac ,nil ;case ActionTypeJavaScript :_eege ,_gcf :=_ebd .newPdfActionJavaScriptFromDict (_acbc ); +if _gcf !=nil {return nil ,_gcf ;};_eege .PdfAction =_gac ;_gac ._afe =_eege ;return _gac ,nil ;};_fca .Log .Debug ("\u0045\u0052\u0052OR\u003a\u0020\u0049\u0067\u006e\u006f\u0072\u0069\u006eg\u0020u\u006ek\u006eo\u0077\u006e\u0020\u0061\u0063\u0074\u0069\u006f\u006e\u003a\u0020\u0025\u0073",_ggf ); +return nil ,nil ;}; -// ToPdfObject returns the PDF representation of the shading pattern. -func (_gdegg *PdfShadingPatternType2 )ToPdfObject ()_eb .PdfObject {_gdegg .PdfPattern .ToPdfObject ();_efcg :=_gdegg .getDict ();if _gdegg .Shading !=nil {_efcg .Set ("\u0053h\u0061\u0064\u0069\u006e\u0067",_gdegg .Shading .ToPdfObject ());};if _gdegg .Matrix !=nil {_efcg .Set ("\u004d\u0061\u0074\u0072\u0069\u0078",_gdegg .Matrix ); -};if _gdegg .ExtGState !=nil {_efcg .Set ("\u0045x\u0074\u0047\u0053\u0074\u0061\u0074e",_gdegg .ExtGState );};return _gdegg ._agddd ;}; +// NewPdfReaderLazy creates a new PdfReader for `rs` in lazy-loading mode. The difference +// from NewPdfReader is that in lazy-loading mode, objects are only loaded into memory when needed +// rather than entire structure being loaded into memory on reader creation. +// Note that it may make sense to use the lazy-load reader when processing only parts of files, +// rather than loading entire file into memory. Example: splitting a few pages from a large PDF file. +func NewPdfReaderLazy (rs _fc .ReadSeeker )(*PdfReader ,error ){const _aeede ="\u006d\u006f\u0064\u0065l:\u004e\u0065\u0077\u0050\u0064\u0066\u0052\u0065\u0061\u0064\u0065\u0072\u004c\u0061z\u0079";return _agfga (rs ,&ReaderOpts {LazyLoad :true },false ,_aeede ); +}; -// NewReaderForText makes a new PdfReader for an input PDF content string. For use in testing. -func NewReaderForText (txt string )*PdfReader {return &PdfReader {_bcefc :map[_eb .PdfObject ]struct{}{},_affaf :_fcfc (),_ebbe :_eb .NewParserFromString (txt )};};func _cafbb (_bbeec _eb .PdfObject )*IDTree {_bbeec =_eb .ResolveReference (_bbeec );_aeaab :=_eb .MakeArray (); -_bbgaf :=_eb .MakeArray ();_aeff :=[]*IDTree {};if _gbfbe ,_gacedc :=_eb .GetDict (_bbeec );_gacedc {if _fecca :=_gbfbe .Get ("\u004e\u0061\u006de\u0073");_fecca !=nil {_fecca =_eb .ResolveReference (_fecca );if _bdaac ,_ecca :=_eb .GetArray (_fecca ); -_ecca {for _ ,_cgacg :=range _bdaac .Elements (){_aeaab .Append (_cgacg );};};};if _cbab :=_gbfbe .Get ("\u004c\u0069\u006d\u0069\u0074\u0073");_cbab !=nil {_cbab =_eb .ResolveReference (_cbab );if _faefd ,_gggad :=_eb .GetArray (_cbab );_gggad {for _bgbcb :=0; -_bgbcb < 2;_bgbcb ++{_bbgaf .Append (_faefd .Get (_bgbcb ));};};};if _cfdfa :=_gbfbe .Get ("\u004b\u0069\u0064\u0073");_cfdfa !=nil {_cfdfa =_eb .ResolveReference (_cfdfa );if _bbdagg ,_bfbgd :=_eb .GetArray (_cfdfa );_bfbgd {for _ ,_adfef :=range _bbdagg .Elements (){_adccga :=_cafbb (_adfef ); -_aeff =append (_aeff ,_adccga );};};};};_cfecgf :=&IDTree {Names :_aeaab ,Limits :_bbgaf };if len (_aeff )> 0{_cfecgf .Kids =_aeff ;};return _cfecgf ;}; +// ToPdfObject implements interface PdfModel. +func (_bdg *PdfActionResetForm )ToPdfObject ()_cee .PdfObject {_bdg .PdfAction .ToPdfObject ();_gbd :=_bdg ._gaf ;_ege :=_gbd .PdfObject .(*_cee .PdfObjectDictionary );_ege .SetIfNotNil ("\u0053",_cee .MakeName (string (ActionTypeResetForm )));_ege .SetIfNotNil ("\u0046\u0069\u0065\u006c\u0064\u0073",_bdg .Fields ); +_ege .SetIfNotNil ("\u0046\u006c\u0061g\u0073",_bdg .Flags );return _gbd ;}; -// Compress is yet to be implemented. -// Should be able to compress in terms of JPEG quality parameter, -// and DPI threshold (need to know bounding area dimensions). -func (_efbc DefaultImageHandler )Compress (input *Image ,quality int64 )(*Image ,error ){return input ,nil ;}; +// Add appends an outline item as a child of the current outline item. +func (_ccab *OutlineItem )Add (item *OutlineItem ){_ccab .Entries =append (_ccab .Entries ,item )};func _fddc ()*Names {return &Names {_fggag :_cee .MakeIndirectObject (_cee .MakeDict ())}}; -// NewPdfAnnotationCircle returns a new circle annotation. -func NewPdfAnnotationCircle ()*PdfAnnotationCircle {_gcc :=NewPdfAnnotation ();_fdb :=&PdfAnnotationCircle {};_fdb .PdfAnnotation =_gcc ;_fdb .PdfAnnotationMarkup =&PdfAnnotationMarkup {};_gcc .SetContext (_fdb );return _fdb ;}; +// Register registers (caches) a model to primitive object relationship. +func (_efad *modelManager )Register (primitive _cee .PdfObject ,model PdfModel ){_efad ._gfdc [model ]=primitive ;_efad ._gdbbg [primitive ]=model ;}; -// GetNameDictionary returns the Names entry in the PDF catalog. -// See section 7.7.4 "Name Dictionary" (p. 80 PDF32000_2008). -func (_gdfeac *PdfReader )GetNameDictionary ()(_eb .PdfObject ,error ){_bdcdc :=_eb .ResolveReference (_gdfeac ._bagcfd .Get ("\u004e\u0061\u006de\u0073"));if _bdcdc ==nil {return nil ,nil ;};if !_gdfeac ._cfcgdf {_acbac :=_gdfeac .traverseObjectData (_bdcdc ); -if _acbac !=nil {return nil ,_acbac ;};};return _bdcdc ,nil ;};func _cgag (_afaef *fontCommon )*pdfCIDFontType0 {return &pdfCIDFontType0 {fontCommon :*_afaef }}; +// PdfActionThread represents a thread action. +type PdfActionThread struct{*PdfAction ;F *PdfFilespec ;D _cee .PdfObject ;B _cee .PdfObject ;}; -// ConvertToBinary converts current image into binary (bi-level) format. -// Binary images are composed of single bits per pixel (only black or white). -// If provided image has more color components, then it would be converted into binary image using -// histogram auto threshold function. -func (_dfade *Image )ConvertToBinary ()error {if _dfade .ColorComponents ==1&&_dfade .BitsPerComponent ==1{return nil ;};_bdaead ,_cgac :=_dfade .ToGoImage ();if _cgac !=nil {return _cgac ;};_febg ,_cgac :=_df .MonochromeConverter .Convert (_bdaead );if _cgac !=nil {return _cgac ; -};_dfade .Data =_febg .Base ().Data ;_dfade ._bdcab ,_cgac =_df .ScaleAlphaToMonochrome (_dfade ._bdcab ,int (_dfade .Width ),int (_dfade .Height ));if _cgac !=nil {return _cgac ;};_dfade .BitsPerComponent =1;_dfade .ColorComponents =1;_dfade ._fedc =nil ; -return nil ;}; +// NewViewerPreferences returns a new ViewerPreferences object with +// default empty values. +func NewViewerPreferences ()*ViewerPreferences {return &ViewerPreferences {}};func (_aedd *pdfFontSimple )baseFields ()*fontCommon {return &_aedd .fontCommon }; -// ToPdfObject returns the PDF representation of the colorspace. -func (_ebagd *PdfPageResourcesColorspaces )ToPdfObject ()_eb .PdfObject {_eebad :=_eb .MakeDict ();for _ ,_abff :=range _ebagd .Names {_eebad .Set (_eb .PdfObjectName (_abff ),_ebagd .Colorspaces [_abff ].ToPdfObject ());};if _ebagd ._ccba !=nil {_ebagd ._ccba .PdfObject =_eebad ; -return _ebagd ._ccba ;};return _eebad ;};func _gaffc ()_d .Time {_dfbafc .Lock ();defer _dfbafc .Unlock ();return _ebffa }; +// GetContainingPdfObject implements interface PdfModel. +func (_dgbg *PdfAnnotation )GetContainingPdfObject ()_cee .PdfObject {return _dgbg ._eddc }; -// PdfShading represents a shading dictionary. There are 7 types of shading, -// indicatedby the shading type variable: -// 1: Function-based shading. -// 2: Axial shading. -// 3: Radial shading. -// 4: Free-form Gouraud-shaded triangle mesh. -// 5: Lattice-form Gouraud-shaded triangle mesh. -// 6: Coons patch mesh. -// 7: Tensor-product patch mesh. -// types 4-7 are contained in a stream object, where the dictionary is given by the stream dictionary. -type PdfShading struct{ShadingType *_eb .PdfObjectInteger ;ColorSpace PdfColorspace ;Background *_eb .PdfObjectArray ;BBox *PdfRectangle ;AntiAlias *_eb .PdfObjectBool ;_ecffg PdfModel ;_cefaa _eb .PdfObject ;}; +// IsTerminal returns true for terminal fields, false otherwise. +// Terminal fields are fields whose descendants are only widget annotations. +func (_cefc *PdfField )IsTerminal ()bool {return len (_cefc .Kids )==0};func (_daaa *PdfReader )newPdfActionThreadFromDict (_eddb *_cee .PdfObjectDictionary )(*PdfActionThread ,error ){_bdd ,_ccf :=_daf (_eddb .Get ("\u0046"));if _ccf !=nil {return nil ,_ccf ; +};return &PdfActionThread {D :_eddb .Get ("\u0044"),B :_eddb .Get ("\u0042"),F :_bdd },nil ;}; -// ToPdfObject returns colorspace in a PDF object format [name stream] -func (_dggb *PdfColorspaceICCBased )ToPdfObject ()_eb .PdfObject {_cfgb :=&_eb .PdfObjectArray {};_cfgb .Append (_eb .MakeName ("\u0049\u0043\u0043\u0042\u0061\u0073\u0065\u0064"));var _cfcb *_eb .PdfObjectStream ;if _dggb ._cdebc !=nil {_cfcb =_dggb ._cdebc ; -}else {_cfcb =&_eb .PdfObjectStream {};};_aaedd :=_eb .MakeDict ();_aaedd .Set ("\u004e",_eb .MakeInteger (int64 (_dggb .N )));if _dggb .Alternate !=nil {_aaedd .Set ("\u0041l\u0074\u0065\u0072\u006e\u0061\u0074e",_dggb .Alternate .ToPdfObject ());};if _dggb .Metadata !=nil {_aaedd .Set ("\u004d\u0065\u0074\u0061\u0064\u0061\u0074\u0061",_dggb .Metadata ); -};if _dggb .Range !=nil {var _cefb []_eb .PdfObject ;for _ ,_fccb :=range _dggb .Range {_cefb =append (_cefb ,_eb .MakeFloat (_fccb ));};_aaedd .Set ("\u0052\u0061\u006eg\u0065",_eb .MakeArray (_cefb ...));};_aaedd .Set ("\u004c\u0065\u006e\u0067\u0074\u0068",_eb .MakeInteger (int64 (len (_dggb .Data )))); -_cfcb .Stream =_dggb .Data ;_cfcb .PdfObjectDictionary =_aaedd ;_cfgb .Append (_cfcb );if _dggb ._ebggg !=nil {_dggb ._ebggg .PdfObject =_cfgb ;return _dggb ._ebggg ;};return _cfgb ;};func (_bebc *PdfReader )newPdfActionGotoRFromDict (_bfc *_eb .PdfObjectDictionary )(*PdfActionGoToR ,error ){_ege ,_dfdg :=_dba (_bfc .Get ("\u0046")); -if _dfdg !=nil {return nil ,_dfdg ;};return &PdfActionGoToR {D :_bfc .Get ("\u0044"),NewWindow :_bfc .Get ("\u004ee\u0077\u0057\u0069\u006e\u0064\u006fw"),F :_ege },nil ;};var _aefb =_ab .MustCompile ("\u005b\\\u006e\u005c\u0072\u005d\u002b"); +// ToImage converts an object to an Image which can be transformed or saved out. +// The image data is decoded and the Image returned. +func (_efbac *XObjectImage )ToImage ()(*Image ,error ){_bbcga :=&Image {};if _efbac .Height ==nil {return nil ,_cdf .New ("\u0068e\u0069\u0067\u0068\u0074\u0020\u0061\u0074\u0074\u0072\u0069\u0062u\u0074\u0065\u0020\u006d\u0069\u0073\u0073\u0069\u006e\u0067"); +};_bbcga .Height =*_efbac .Height ;if _efbac .Width ==nil {return nil ,_cdf .New ("\u0077\u0069\u0064th\u0020\u0061\u0074\u0074\u0072\u0069\u0062\u0075\u0074\u0065\u0020\u006d\u0069\u0073\u0073\u0069\u006e\u0067");};_bbcga .Width =*_efbac .Width ;if _efbac .BitsPerComponent ==nil {switch _efbac .Filter .(type ){case *_cee .CCITTFaxEncoder ,*_cee .JBIG2Encoder :_bbcga .BitsPerComponent =1; +case *_cee .LZWEncoder ,*_cee .RunLengthEncoder :_bbcga .BitsPerComponent =8;default:return nil ,_cdf .New ("\u0062\u0069\u0074\u0073\u0020\u0070\u0065\u0072\u0020\u0063\u006fm\u0070\u006f\u006e\u0065\u006e\u0074\u0020\u006d\u0069\u0073s\u0069\u006e\u0067"); +};}else {_bbcga .BitsPerComponent =*_efbac .BitsPerComponent ;};_bbcga .ColorComponents =_efbac .ColorSpace .GetNumComponents ();_efbac ._fggac .Set ("\u0043o\u006co\u0072\u0043\u006f\u006d\u0070\u006f\u006e\u0065\u006e\u0074\u0073",_cee .MakeInteger (int64 (_bbcga .ColorComponents ))); +_ccabcg ,_geaeg :=_cee .DecodeStream (_efbac ._fggac );if _geaeg !=nil {return nil ,_geaeg ;};_bbcga .Data =_ccabcg ;if _efbac .Decode !=nil {_dfgcg ,_bfbgf :=_efbac .Decode .(*_cee .PdfObjectArray );if !_bfbgf {_fca .Log .Debug ("I\u006e\u0076\u0061\u006cid\u0020D\u0065\u0063\u006f\u0064\u0065 \u006f\u0062\u006a\u0065\u0063\u0074"); +return nil ,_cdf .New ("\u0069\u006e\u0076a\u006c\u0069\u0064\u0020\u0074\u0079\u0070\u0065");};_dccbb ,_gadab :=_dfgcg .ToFloat64Array ();if _gadab !=nil {return nil ,_gadab ;};switch _efbac .ColorSpace .(type ){case *PdfColorspaceDeviceCMYK :_bced :=_efbac .ColorSpace .DecodeArray (); +if _bced [0]==_dccbb [0]&&_bced [1]==_dccbb [1]&&_bced [2]==_dccbb [2]&&_bced [3]==_dccbb [3]{_bbcga ._cabgb =_dccbb ;};default:_bbcga ._cabgb =_dccbb ;};};return _bbcga ,nil ;}; -// CharcodeBytesToUnicode converts PDF character codes `data` to a Go unicode string. -// -// 9.10 Extraction of Text Content (page 292) -// The process of finding glyph descriptions in OpenType fonts by a conforming reader shall be the following: -// - For Type 1 fonts using “CFF” tables, the process shall be as described in 9.6.6.2, "Encodings -// for Type 1 Fonts". -// - For TrueType fonts using “glyf” tables, the process shall be as described in 9.6.6.4, -// "Encodings for TrueType Fonts". Since this process sometimes produces ambiguous results, -// conforming writers, instead of using a simple font, shall use a Type 0 font with an Identity-H -// encoding and use the glyph indices as character codes, as described following Table 118. -func (_bdce *PdfFont )CharcodeBytesToUnicode (data []byte )(string ,int ,int ){_gcgg ,_ ,_aedgc :=_bdce .CharcodesToUnicodeWithStats (_bdce .BytesToCharcodes (data ));_dcdgd :=_fc .ExpandLigatures (_gcgg );return _dcdgd ,_ae .RuneCountInString (_dcdgd ),_aedgc ; +// ImageToRGB converts Lab colorspace image to RGB and returns the result. +func (_efdcbf *PdfColorspaceLab )ImageToRGB (img Image )(Image ,error ){_bcad :=func (_cdef float64 )float64 {if _cdef >=6.0/29{return _cdef *_cdef *_cdef ;};return 108.0/841*(_cdef -4.0/29.0);};_dfb :=img ._cabgb ;if len (_dfb )!=6{_fca .Log .Trace ("\u0049\u006d\u0061\u0067\u0065\u0020\u002d\u0020\u004c\u0061\u0062\u0020\u0044e\u0063\u006f\u0064\u0065\u0020\u0072\u0061\u006e\u0067e\u0020\u0021\u003d\u0020\u0036\u002e\u002e\u002e\u0020\u0075\u0073\u0065\u0020\u005b0\u0020\u0031\u0030\u0030\u0020\u0061\u006d\u0069\u006e\u0020\u0061\u006d\u0061\u0078\u0020\u0062\u006d\u0069\u006e\u0020\u0062\u006d\u0061\u0078\u005d\u0020\u0064\u0065\u0066\u0061u\u006c\u0074\u0020\u0064\u0065\u0063\u006f\u0064\u0065 \u0061\u0072r\u0061\u0079"); +_dfb =_efdcbf .DecodeArray ();};_dgffe :=_ag .NewReader (img .getBase ());_fgfbb :=_ca .NewImageBase (int (img .Width ),int (img .Height ),int (img .BitsPerComponent ),3,nil ,img ._cbfg ,img ._cabgb );_defaa :=_ag .NewWriter (_fgfbb );_eegg :=_aaa .Pow (2,float64 (img .BitsPerComponent ))-1; +_feab :=make ([]uint32 ,3);var (_bgba error ;Ls ,As ,Bs ,L ,M ,N ,X ,Y ,Z ,_ccdf ,_aeef ,_acffd float64 ;);for {_bgba =_dgffe .ReadSamples (_feab );if _bgba ==_fc .EOF {break ;}else if _bgba !=nil {return img ,_bgba ;};Ls =float64 (_feab [0])/_eegg ;As =float64 (_feab [1])/_eegg ; +Bs =float64 (_feab [2])/_eegg ;Ls =_ca .LinearInterpolate (Ls ,0.0,1.0,_dfb [0],_dfb [1]);As =_ca .LinearInterpolate (As ,0.0,1.0,_dfb [2],_dfb [3]);Bs =_ca .LinearInterpolate (Bs ,0.0,1.0,_dfb [4],_dfb [5]);L =(Ls +16)/116+As /500;M =(Ls +16)/116;N =(Ls +16)/116-Bs /200; +X =_efdcbf .WhitePoint [0]*_bcad (L );Y =_efdcbf .WhitePoint [1]*_bcad (M );Z =_efdcbf .WhitePoint [2]*_bcad (N );_ccdf =3.240479*X +-1.537150*Y +-0.498535*Z ;_aeef =-0.969256*X +1.875992*Y +0.041556*Z ;_acffd =0.055648*X +-0.204043*Y +1.057311*Z ;_ccdf =_aaa .Min (_aaa .Max (_ccdf ,0),1.0); +_aeef =_aaa .Min (_aaa .Max (_aeef ,0),1.0);_acffd =_aaa .Min (_aaa .Max (_acffd ,0),1.0);_feab [0]=uint32 (_ccdf *_eegg );_feab [1]=uint32 (_aeef *_eegg );_feab [2]=uint32 (_acffd *_eegg );if _bgba =_defaa .WriteSamples (_feab );_bgba !=nil {return img ,_bgba ; +};};return _acecd (&_fgfbb ),nil ;};func (_fdb *PdfReader )newPdfActionLaunchFromDict (_ggc *_cee .PdfObjectDictionary )(*PdfActionLaunch ,error ){_egf ,_gbdc :=_daf (_ggc .Get ("\u0046"));if _gbdc !=nil {return nil ,_gbdc ;};return &PdfActionLaunch {Win :_ggc .Get ("\u0057\u0069\u006e"),Mac :_ggc .Get ("\u004d\u0061\u0063"),Unix :_ggc .Get ("\u0055\u006e\u0069\u0078"),NewWindow :_ggc .Get ("\u004ee\u0077\u0057\u0069\u006e\u0064\u006fw"),F :_egf },nil ; }; -// NewPdfTransformParamsDocMDP create a PdfTransformParamsDocMDP with the specific permissions. -func NewPdfTransformParamsDocMDP (permission _bab .DocMDPPermission )*PdfTransformParamsDocMDP {return &PdfTransformParamsDocMDP {Type :_eb .MakeName ("\u0054r\u0061n\u0073\u0066\u006f\u0072\u006d\u0050\u0061\u0072\u0061\u006d\u0073"),P :_eb .MakeInteger (int64 (permission )),V :_eb .MakeName ("\u0031\u002e\u0032")}; -}; +// RemovePage removes a page by number. +func (_ecdg *PdfAppender )RemovePage (pageNum int ){_cggeg :=pageNum -1;_ecdg ._afca =append (_ecdg ._afca [0:_cggeg ],_ecdg ._afca [pageNum :]...);}; -// ToPdfObject converts the ID tree to a PDF object. -func (_faace *IDTree )ToPdfObject ()_eb .PdfObject {_bgadcg :=_eb .MakeDict ();if _faace .Names !=nil &&_faace .Names .Len ()> 0{_bgadcg .Set ("\u004e\u0061\u006de\u0073",_faace .Names );_bgadcg .Set ("\u004c\u0069\u006d\u0069\u0074\u0073",_faace .Limits ); -};if len (_faace .Kids )> 0{_cbgee :=_eb .MakeArray ();for _ ,_gfbdb :=range _faace .Kids {_cbgee .Append (_gfbdb .ToPdfObject ());};_gcddf :=_eb .MakeDict ();_gcddf .Set ("\u004b\u0069\u0064\u0073",_cbgee );_bgadcg .Set ("\u004b\u0069\u0064\u0073",_gcddf ); -};return _bgadcg ;}; +// A returns the value of the A component of the color. +func (_cfdeg *PdfColorCalRGB )A ()float64 {return _cfdeg [0]}; -// GetXObjectImageByName returns the XObjectImage with the specified name from the -// page resources, if it exists. -func (_cggg *PdfPageResources )GetXObjectImageByName (keyName _eb .PdfObjectName )(*XObjectImage ,error ){_bfcc ,_dcaab :=_cggg .GetXObjectByName (keyName );if _bfcc ==nil {return nil ,nil ;};if _dcaab !=XObjectTypeImage {return nil ,_dcf .New ("\u006e\u006f\u0074 \u0061\u006e\u0020\u0069\u006d\u0061\u0067\u0065"); -};_dagadd ,_gddbf :=NewXObjectImageFromStream (_bfcc );if _gddbf !=nil {return nil ,_gddbf ;};return _dagadd ,nil ;}; +// PdfOutlineItem represents an outline item dictionary (Table 153 - pp. 376 - 377). +type PdfOutlineItem struct{PdfOutlineTreeNode ;Title *_cee .PdfObjectString ;Parent *PdfOutlineTreeNode ;Prev *PdfOutlineTreeNode ;Next *PdfOutlineTreeNode ;Count *int64 ;Dest _cee .PdfObject ;A _cee .PdfObject ;SE _cee .PdfObject ;C _cee .PdfObject ;F _cee .PdfObject ; +_bfcbc *_cee .PdfIndirectObject ;};func (_abag *PdfReader )newPdfAnnotationSoundFromDict (_gccg *_cee .PdfObjectDictionary )(*PdfAnnotationSound ,error ){_fecaf :=PdfAnnotationSound {};_efbf ,_dacf :=_abag .newPdfAnnotationMarkupFromDict (_gccg );if _dacf !=nil {return nil ,_dacf ; +};_fecaf .PdfAnnotationMarkup =_efbf ;_fecaf .Name =_gccg .Get ("\u004e\u0061\u006d\u0065");_fecaf .Sound =_gccg .Get ("\u0053\u006f\u0075n\u0064");return &_fecaf ,nil ;};func (_caa *PdfReader )newPdfAnnotationLineFromDict (_gae *_cee .PdfObjectDictionary )(*PdfAnnotationLine ,error ){_ddd :=PdfAnnotationLine {}; +_daca ,_dbe :=_caa .newPdfAnnotationMarkupFromDict (_gae );if _dbe !=nil {return nil ,_dbe ;};_ddd .PdfAnnotationMarkup =_daca ;_ddd .L =_gae .Get ("\u004c");_ddd .BS =_gae .Get ("\u0042\u0053");_ddd .LE =_gae .Get ("\u004c\u0045");_ddd .IC =_gae .Get ("\u0049\u0043"); +_ddd .LL =_gae .Get ("\u004c\u004c");_ddd .LLE =_gae .Get ("\u004c\u004c\u0045");_ddd .Cap =_gae .Get ("\u0043\u0061\u0070");_ddd .IT =_gae .Get ("\u0049\u0054");_ddd .LLO =_gae .Get ("\u004c\u004c\u004f");_ddd .CP =_gae .Get ("\u0043\u0050");_ddd .Measure =_gae .Get ("\u004de\u0061\u0073\u0075\u0072\u0065"); +_ddd .CO =_gae .Get ("\u0043\u004f");return &_ddd ,nil ;}; -// NewPdfActionJavaScript returns a new "javaScript" action. -func NewPdfActionJavaScript ()*PdfActionJavaScript {_afe :=NewPdfAction ();_bc :=&PdfActionJavaScript {};_bc .PdfAction =_afe ;_afe .SetContext (_bc );return _bc ;}; +// NewCompliancePdfReader creates a PdfReader or an input io.ReadSeeker that during reading will scan the files for the +// metadata details. It could be used for the PDF standard implementations like PDF/A or PDF/X. +// NOTE: This implementation is in experimental development state. +// +// Keep in mind that it might change in the subsequent minor versions. +func NewCompliancePdfReader (rs _fc .ReadSeeker )(*CompliancePdfReader ,error ){const _ffac ="\u006d\u006f\u0064\u0065l\u003a\u004e\u0065\u0077\u0043\u006f\u006d\u0070\u006c\u0069a\u006ec\u0065\u0050\u0064\u0066\u0052\u0065\u0061d\u0065\u0072";_cfgfd ,_bedgg :=_agfga (rs ,&ReaderOpts {ComplianceMode :true },false ,_ffac ); +if _bedgg !=nil {return nil ,_bedgg ;};return &CompliancePdfReader {PdfReader :_cfgfd },nil ;}; -// ColorToRGB converts a CalRGB color to an RGB color. -func (_dfcc *PdfColorspaceCalRGB )ColorToRGB (color PdfColor )(PdfColor ,error ){_deded ,_edea :=color .(*PdfColorCalRGB );if !_edea {_ddb .Log .Debug ("\u0049\u006e\u0070ut\u0020\u0063\u006f\u006c\u006f\u0072\u0020\u006e\u006f\u0074\u0020\u0063\u0061\u006c\u0020\u0072\u0067\u0062"); -return nil ,_dcf .New ("\u0074\u0079p\u0065\u0020\u0063h\u0065\u0063\u006b\u0020\u0065\u0072\u0072\u006f\u0072");};_agfb :=_deded .A ();_gcca :=_deded .B ();_fcbf :=_deded .C ();X :=_dfcc .Matrix [0]*_gg .Pow (_agfb ,_dfcc .Gamma [0])+_dfcc .Matrix [3]*_gg .Pow (_gcca ,_dfcc .Gamma [1])+_dfcc .Matrix [6]*_gg .Pow (_fcbf ,_dfcc .Gamma [2]); -Y :=_dfcc .Matrix [1]*_gg .Pow (_agfb ,_dfcc .Gamma [0])+_dfcc .Matrix [4]*_gg .Pow (_gcca ,_dfcc .Gamma [1])+_dfcc .Matrix [7]*_gg .Pow (_fcbf ,_dfcc .Gamma [2]);Z :=_dfcc .Matrix [2]*_gg .Pow (_agfb ,_dfcc .Gamma [0])+_dfcc .Matrix [5]*_gg .Pow (_gcca ,_dfcc .Gamma [1])+_dfcc .Matrix [8]*_gg .Pow (_fcbf ,_dfcc .Gamma [2]); -_ecbc :=3.240479*X +-1.537150*Y +-0.498535*Z ;_agbag :=-0.969256*X +1.875992*Y +0.041556*Z ;_ccfga :=0.055648*X +-0.204043*Y +1.057311*Z ;_ecbc =_gg .Min (_gg .Max (_ecbc ,0),1.0);_agbag =_gg .Min (_gg .Max (_agbag ,0),1.0);_ccfga =_gg .Min (_gg .Max (_ccfga ,0),1.0); -return NewPdfColorDeviceRGB (_ecbc ,_agbag ,_ccfga ),nil ;}; +// ImageToRGB converts an image in CMYK32 colorspace to an RGB image. +func (_cfff *PdfColorspaceDeviceCMYK )ImageToRGB (img Image )(Image ,error ){_fca .Log .Trace ("\u0043\u004d\u0059\u004b\u0033\u0032\u0020\u002d\u003e\u0020\u0052\u0047\u0042");_fca .Log .Trace ("I\u006d\u0061\u0067\u0065\u0020\u0042P\u0043\u003a\u0020\u0025\u0064\u002c \u0043\u006f\u006c\u006f\u0072\u0020\u0063o\u006d\u0070\u006f\u006e\u0065\u006e\u0074\u0073\u003a\u0020%\u0064",img .BitsPerComponent ,img .ColorComponents ); +_fca .Log .Trace ("\u004c\u0065\u006e \u0064\u0061\u0074\u0061\u003a\u0020\u0025\u0064",len (img .Data ));_fca .Log .Trace ("H\u0065\u0069\u0067\u0068t:\u0020%\u0064\u002c\u0020\u0057\u0069d\u0074\u0068\u003a\u0020\u0025\u0064",img .Height ,img .Width ); +_bfbb ,_cadb :=_ca .NewImage (int (img .Width ),int (img .Height ),int (img .BitsPerComponent ),img .ColorComponents ,img .Data ,img ._cbfg ,img ._cabgb );if _cadb !=nil {return Image {},_cadb ;};_ggba ,_cadb :=_ca .NRGBAConverter .Convert (_bfbb );if _cadb !=nil {return Image {},_cadb ; +};return _acecd (_ggba .Base ()),nil ;}; -// PdfAnnotationMovie represents Movie annotations. -// (Section 12.5.6.17). -type PdfAnnotationMovie struct{*PdfAnnotation ;T _eb .PdfObject ;Movie _eb .PdfObject ;A _eb .PdfObject ;}; +// NewPdfAction returns an initialized generic PDF action model. +func NewPdfAction ()*PdfAction {_cf :=&PdfAction {};_cf ._gaf =_cee .MakeIndirectObject (_cee .MakeDict ());return _cf ;}; -// ToPdfObject implements interface PdfModel. -func (_efef *PdfAnnotationFreeText )ToPdfObject ()_eb .PdfObject {_efef .PdfAnnotation .ToPdfObject ();_bfdb :=_efef ._ggf ;_aead :=_bfdb .PdfObject .(*_eb .PdfObjectDictionary );_efef .PdfAnnotationMarkup .appendToPdfDictionary (_aead );_aead .SetIfNotNil ("\u0053u\u0062\u0074\u0079\u0070\u0065",_eb .MakeName ("\u0046\u0072\u0065\u0065\u0054\u0065\u0078\u0074")); -_aead .SetIfNotNil ("\u0044\u0041",_efef .DA );_aead .SetIfNotNil ("\u0051",_efef .Q );_aead .SetIfNotNil ("\u0052\u0043",_efef .RC );_aead .SetIfNotNil ("\u0044\u0053",_efef .DS );_aead .SetIfNotNil ("\u0043\u004c",_efef .CL );_aead .SetIfNotNil ("\u0049\u0054",_efef .IT ); -_aead .SetIfNotNil ("\u0042\u0045",_efef .BE );_aead .SetIfNotNil ("\u0052\u0044",_efef .RD );_aead .SetIfNotNil ("\u0042\u0053",_efef .BS );_aead .SetIfNotNil ("\u004c\u0045",_efef .LE );return _bfdb ;}; +// NewPdfAppenderWithOpts creates a new Pdf appender from a Pdf reader with options. +func NewPdfAppenderWithOpts (reader *PdfReader ,opts *ReaderOpts ,encryptOptions *EncryptOptions )(*PdfAppender ,error ){_cebb :=&PdfAppender {_dege :reader ._cadbb ,Reader :reader ,_cbdb :reader ._ffdgf ,_gabb :reader ._efaec };_gebb ,_ede :=_cebb ._dege .Seek (0,_fc .SeekEnd ); +if _ede !=nil {return nil ,_ede ;};_cebb ._gbcc =_gebb ;if _ ,_ede =_cebb ._dege .Seek (0,_fc .SeekStart );_ede !=nil {return nil ,_ede ;};_cebb ._ebdd ,_ede =NewPdfReaderWithOpts (_cebb ._dege ,opts );if _ede !=nil {return nil ,_ede ;};for _ ,_dbeg :=range _cebb .Reader .GetObjectNums (){if _cebb ._cdbef < _dbeg {_cebb ._cdbef =_dbeg ; +};};_cebb ._beg =_cebb ._cbdb .GetXrefTable ();_cebb ._aaf =_cebb ._cbdb .GetXrefOffset ();_cebb ._afca =append (_cebb ._afca ,_cebb ._ebdd .PageList ...);_cebb ._efdc =make (map[_cee .PdfObject ]struct{});_cebb ._edae =make (map[_cee .PdfObject ]int64 ); +_cebb ._abda =make (map[_cee .PdfObject ]struct{});_cebb ._ceed =_cebb ._ebdd .AcroForm ;_cebb ._ccee =_cebb ._ebdd .DSS ;if opts !=nil {_cebb ._cbac =opts .Password ;};if encryptOptions !=nil {_cebb ._beb =encryptOptions ;};return _cebb ,nil ;}; -// ToPdfObject implements interface PdfModel. -func (_bbd *PdfActionNamed )ToPdfObject ()_eb .PdfObject {_bbd .PdfAction .ToPdfObject ();_gdb :=_bbd ._dee ;_eeb :=_gdb .PdfObject .(*_eb .PdfObjectDictionary );_eeb .SetIfNotNil ("\u0053",_eb .MakeName (string (ActionTypeNamed )));_eeb .SetIfNotNil ("\u004e",_bbd .N ); -return _gdb ;}; +// SetContentStream updates the content stream with specified encoding. +// If encoding is null, will use the xform.Filter object or Raw encoding if not set. +func (_dfeab *XObjectForm )SetContentStream (content []byte ,encoder _cee .StreamEncoder )error {_baaf :=content ;if encoder ==nil {if _dfeab .Filter !=nil {encoder =_dfeab .Filter ;}else {encoder =_cee .NewRawEncoder ();};};_fddgd ,_ddfd :=encoder .EncodeBytes (_baaf ); +if _ddfd !=nil {return _ddfd ;};_baaf =_fddgd ;_dfeab .Stream =_baaf ;_dfeab .Filter =encoder ;return nil ;}; -// SetDate sets the `M` field of the signature. -func (_adbgc *PdfSignature )SetDate (date _d .Time ,format string ){if format ==""{format ="\u0044\u003a\u003200\u0036\u0030\u0031\u0030\u0032\u0031\u0035\u0030\u0034\u0030\u0035\u002d\u0030\u0037\u0027\u0030\u0030\u0027";};_adbgc .M =_eb .MakeString (date .Format (format )); -}; +// PdfAnnotationCaret represents Caret annotations. +// (Section 12.5.6.11). +type PdfAnnotationCaret struct{*PdfAnnotation ;*PdfAnnotationMarkup ;RD _cee .PdfObject ;Sy _cee .PdfObject ;}; -// NewEmbeddedFileFromContent construct a new EmbeddedFile from supplied file content. -func NewEmbeddedFileFromContent (content []byte )(*EmbeddedFile ,error ){_acgb :=_egg .Detect (content );_eceb :=_c .Sum (content );_ggbb :=&EmbeddedFile {Name :"\u0061\u0074\u0074\u0061\u0063\u0068\u006d\u0065\u006e\u0074",Content :content ,FileType :_acgb .String (),Hash :_egf .EncodeToString (_eceb [:])}; -return _ggbb ,nil ;}; +// SetOptimizer sets the optimizer to optimize PDF before writing. +func (_bebaf *PdfWriter )SetOptimizer (optimizer Optimizer ){_bebaf ._ecgef =optimizer }; -// DecodeArray returns an empty slice as there are no components associated with pattern colorspace. -func (_gffga *PdfColorspaceSpecialPattern )DecodeArray ()[]float64 {return []float64 {}}; +// AnnotFilterFunc represents a PDF annotation filtering function. If the function +// returns true, the annotation is kept, otherwise it is discarded. +type AnnotFilterFunc func (*PdfAnnotation )bool ; -// SetFitWindow sets the value of the fitWindow flag. -func (_bcddaa *ViewerPreferences )SetFitWindow (fitWindow bool ){_bcddaa ._edbaa =&fitWindow }; +// PdfColorDeviceRGB represents a color in DeviceRGB colorspace with R, G, B components, where component is +// defined in the range 0.0 - 1.0 where 1.0 is the primary intensity. +type PdfColorDeviceRGB [3]float64 ;func _feceb (_gdgbf *PdfField ,_dbac _cee .PdfObject ){for _ ,_dedd :=range _gdgbf .Annotations {_dedd .AS =_dbac ;_dedd .ToPdfObject ();};}; -// SetPdfSubject sets the Subject attribute of the output PDF. -func SetPdfSubject (subject string ){_dfbafc .Lock ();defer _dfbafc .Unlock ();_bgabb =subject }; +// PdfAnnotationFileAttachment represents FileAttachment annotations. +// (Section 12.5.6.15). +type PdfAnnotationFileAttachment struct{*PdfAnnotation ;*PdfAnnotationMarkup ;FS _cee .PdfObject ;Name _cee .PdfObject ;};func (_fcbge fontCommon )isCIDFont ()bool {if _fcbge ._ccdeg ==""{_fca .Log .Debug ("\u0045\u0052\u0052\u004f\u0052:\u0020\u0069\u0073\u0043\u0049\u0044\u0046\u006f\u006e\u0074\u002e\u0020\u0063o\u006e\u0074\u0065\u0078\u0074\u0020\u0069\u0073\u0020\u006e\u0069\u006c\u002e\u0020\u0066\u006f\u006e\u0074\u003d\u0025\u0073",_fcbge ); +};_bdcad :=false ;switch _fcbge ._ccdeg {case "\u0054\u0079\u0070e\u0030","\u0043\u0049\u0044F\u006f\u006e\u0074\u0054\u0079\u0070\u0065\u0030","\u0043\u0049\u0044F\u006f\u006e\u0074\u0054\u0079\u0070\u0065\u0032":_bdcad =true ;};_fca .Log .Trace ("i\u0073\u0043\u0049\u0044\u0046\u006fn\u0074\u003a\u0020\u0069\u0073\u0043\u0049\u0044\u003d%\u0074\u0020\u0066o\u006et\u003d\u0025\u0073",_bdcad ,_fcbge ); +return _bdcad ;}; -// ToPdfObject returns a PDF object representation of the outline item. -func (_ceegb *OutlineItem )ToPdfObject ()_eb .PdfObject {_fddca ,_ :=_ceegb .ToPdfOutlineItem ();return _fddca .ToPdfObject ();}; +// IsHideToolbar returns the value of the hideToolbar flag. +func (_cecdc *ViewerPreferences )IsHideToolbar ()bool {if _cecdc ._bfff ==nil {return false ;};return *_cecdc ._bfff ;}; -// GetPdfVersion gets the version of the PDF used within this document. -func (_ddedgd *PdfWriter )GetPdfVersion ()string {return _ddedgd .getPdfVersion ()};func (_cccab *PdfWriter )setCatalogVersion (){_cccab ._dbffa .Set ("\u0056e\u0072\u0073\u0069\u006f\u006e",_eb .MakeName (_e .Sprintf ("\u0025\u0064\u002e%\u0064",_cccab ._edbbf .Major ,_cccab ._edbbf .Minor ))); -}; +// NewPdfActionHide returns a new "hide" action. +func NewPdfActionHide ()*PdfActionHide {_gd :=NewPdfAction ();_gge :=&PdfActionHide {};_gge .PdfAction =_gd ;_gd .SetContext (_gge );return _gge ;}; -// ToPdfObject converts the structure tree root to a PDF object. -func (_afdb *StructTreeRoot )ToPdfObject ()_eb .PdfObject {_fegfb :=_afdb ._fggdf ;if _fegfb ==nil {_fegfb =&_eb .PdfIndirectObject {};_fegfb .PdfObject =_eb .MakeDict ();};_eefcag :=_fegfb .PdfObject .(*_eb .PdfObjectDictionary );var _fgfga _eb .PdfObject ; -if len (_afdb .K )==1{_fgfga =_eb .MakeIndirectObject (_afdb .K [0].ToPdfObject ());}else {_cfcffa :=_eb .MakeArray ();for _ ,K :=range _afdb .K {_cfcffa .Append (_eb .MakeIndirectObject (K .ToPdfObject ()));};_fgfga =_cfcffa ;};var (_afab =[]_eb .PdfObject {}; -_adgbfc =map[_eb .PdfObject ][]_eb .PdfObject {};_edbcf =map[string ]_eb .PdfObject {};);_bfecg (_fgfga ,_fegfb ,_adgbfc ,_edbcf ,&_afab );_eefcag .Set ("\u0054\u0079\u0070\u0065",_eb .MakeName ("\u0053\u0074\u0072\u0075\u0063\u0074\u0054\u0072\u0065e\u0052\u006f\u006f\u0074")); -_eefcag .Set ("\u004b",_fgfga );if _afdb .IDTree !=nil {_eefcag .Set ("\u0049\u0044\u0054\u0072\u0065\u0065",_eb .MakeIndirectObject (_afdb .IDTree .ToPdfObject ()));}else if len (_edbcf )> 0{_eaeefe :=_eb .MakeArray ();_bafec :=make ([]string ,0,len (_edbcf )); -for _eedbf :=range _edbcf {_bafec =append (_bafec ,_eedbf );};_ba .Strings (_bafec );for _ ,_dfccb :=range _bafec {_eaeefe .Append (_eb .MakeString (_dfccb ));_eaeefe .Append (_edbcf [_dfccb ]);};_afdb .IDTree =&IDTree {Names :_eaeefe ,Limits :_eb .MakeArray (_eb .MakeString (_bafec [0]),_eb .MakeString (_bafec [len (_bafec )-1]))}; -_eefcag .Set ("\u0049\u0044\u0054\u0072\u0065\u0065",_eb .MakeIndirectObject (_afdb .IDTree .ToPdfObject ()));};if _afdb .ParentTree !=nil {_eefcag .Set ("\u0050\u0061\u0072\u0065\u006e\u0074\u0054\u0072\u0065\u0065",_eb .MakeIndirectObject (_afdb .ParentTree )); -}else if len (_adgbfc )> 0||len (_afab )> 0{_ccebf :=_eb .MakeArray ();_fbeg :=0;for _aeecc ,_fcafa :=range _adgbfc {_bfeg :=_eb .MakeArray ();for _ ,_ebgaaa :=range _fcafa {_bfeg .Append (_ebgaaa );};_aaaaf :=_eb .MakeInteger (int64 (_fbeg ));_ccebf .Append (_aaaaf ); -_ccebf .Append (_eb .MakeIndirectObject (_bfeg ));if _ddbfc ,_ebeg :=_eb .GetIndirect (_aeecc );_ebeg {if _ccaff ,_febba :=_eb .GetDict (_ddbfc .PdfObject );_febba {_bdcee :=_ccaff .Get ("\u0053\u0074\u0072\u0075\u0063\u0074\u0050\u0061\u0072\u0065\u006e\u0074\u0073"); -if _bdcee !=nil {if _bgegb ,_daced :=_eb .GetIntVal (_bdcee );_daced {if _fbeg < _bgegb {_ccaff .Set ("\u0053\u0074\u0072\u0075\u0063\u0074\u0050\u0061\u0072\u0065\u006e\u0074\u0073",_aaaaf );};};}else {_ccaff .Set ("\u0053\u0074\u0072\u0075\u0063\u0074\u0050\u0061\u0072\u0065\u006e\u0074\u0073",_aaaaf ); -};};};_fbeg ++;};_aedde :=func (_fdca _eb .PdfObject ,_ggdfb *_eb .PdfObjectDictionary )bool {if _fcad :=_ggdfb .Get ("\u004f\u0062\u006a");_fcad !=nil {if _abaad ,_bdgeb :=_eb .GetDict (_fcad );_bdgeb {_cagga :=_abaad .Get ("\u0054\u0079\u0070\u0065"); -_ebgggb :=_abaad .Get ("\u0053u\u0062\u0074\u0079\u0070\u0065");if _cagga !=nil &&_cagga .String ()=="\u0041\u006e\u006eo\u0074"&&_ebgggb !=nil &&_ebgggb .String ()=="\u004c\u0069\u006e\u006b"{_eafe :=_eb .MakeInteger (int64 (_fbeg ));_abaad .Set ("\u0053\u0074\u0072u\u0063\u0074\u0050\u0061\u0072\u0065\u006e\u0074",_eafe ); -_ccebf .Append (_eafe );_ccebf .Append (_fdca );_fbeg ++;return true ;};};};return false ;};for _ ,_cefca :=range _afab {if _eaeed ,_gfegc :=_eb .GetDict (_cefca );_gfegc {if _gaag :=_eaeed .Get ("\u0053");_gaag !=nil {if _ddbdb ,_eecbc :=_eb .GetNameVal (_gaag ); -_eecbc &&_ddbdb ==StructureTypeLink {if _aadfef :=_eaeed .Get ("\u004b");_aadfef !=nil {if _facbfd ,_dgfcc :=_eb .GetArray (_aadfef );_dgfcc {for _ ,_cfgbec :=range _facbfd .Elements (){if _bgdbb ,_bcgdb :=_eb .GetDict (_cfgbec );_bcgdb {_aedde (_cefca ,_bgdbb ); -};};}else if _baab ,_bgff :=_eb .GetDict (_aadfef );_bgff {_aedde (_cefca ,_baab );};};};};};};_afdb .ParentTree =_eb .MakeDict ();_afdb .ParentTree .Set ("\u004e\u0075\u006d\u0073",_ccebf );_afdb .ParentTreeNextKey =int64 (_fbeg );_eefcag .Set ("\u0050\u0061\u0072\u0065\u006e\u0074\u0054\u0072\u0065\u0065",_eb .MakeIndirectObject (_afdb .ParentTree )); -};_eefcag .Set ("\u0050\u0061\u0072\u0065\u006e\u0074\u0054\u0072\u0065\u0065\u004e\u0065x\u0074\u004b\u0065\u0079",_eb .MakeInteger (_afdb .ParentTreeNextKey ));if _afdb .RoleMap !=nil {_eefcag .Set ("\u0052o\u006c\u0065\u004d\u0061\u0070",_afdb .RoleMap ); -};if _afdb .ClassMap !=nil {_eefcag .Set ("\u0043\u006c\u0061\u0073\u0073\u004d\u0061\u0070",_afdb .ClassMap );};return _fegfb ;}; +// GetCatalogStructTreeRoot gets the catalog StructTreeRoot object. +func (_ddffd *PdfReader )GetCatalogStructTreeRoot ()(_cee .PdfObject ,bool ){_cffcc :=_cee .ResolveReference (_ddffd ._cacfe .Get ("\u0053\u0074\u0072\u0075\u0063\u0074\u0054\u0072\u0065e\u0052\u006f\u006f\u0074"));if _cffcc ==nil {return nil ,false ;}; +if !_ddffd ._dbfb {_cceab :=_ddffd .traverseObjectData (_cffcc );if _cceab !=nil {_fca .Log .Debug ("\u0045\u0052R\u004f\u0052\u003a\u0020\u0046a\u0069\u006c\u0065\u0064\u0020t\u006f\u0020\u0074\u0072\u0061\u0076\u0065\u0072\u0073\u0065\u0020\u0053\u0074\u0072\u0075\u0063\u0074\u0054\u0072\u0065\u0065\u0052\u006f\u006f\u0074\u0020\u006f\u0062\u006a\u0065\u0063\u0074\u0020\u0028\u0025\u0073\u0029",_cceab ); +return nil ,false ;};};return _cffcc ,true ;}; -// SetRefObject sets the reference object for the KValue. -func (_bbcbd *KValue )SetRefObject (refObject _eb .PdfObject ){_bbcbd .Clear ();_bbcbd ._fbgaa =refObject ;}; +// Encrypt encrypts the output file with a specified user/owner password. +func (_fefbc *PdfWriter )Encrypt (userPass ,ownerPass []byte ,options *EncryptOptions )error {_bbcbf :=RC4_128bit ;if options !=nil {_bbcbf =options .Algorithm ;};_ggcgb :=_ba .PermOwner ;if options !=nil {_ggcgb =options .Permissions ;};var _cfagc _dad .Filter ; +switch _bbcbf {case RC4_128bit :_cfagc =_dad .NewFilterV2 (16);case AES_128bit :_cfagc =_dad .NewFilterAESV2 ();case AES_256bit :_cfagc =_dad .NewFilterAESV3 ();default:return _e .Errorf ("\u0075n\u0073\u0075\u0070\u0070o\u0072\u0074\u0065\u0064\u0020a\u006cg\u006fr\u0069\u0074\u0068\u006d\u003a\u0020\u0025v",options .Algorithm ); +};_cebdf ,_aeacf ,_bfgff :=_cee .PdfCryptNewEncrypt (_cfagc ,userPass ,ownerPass ,_ggcgb );if _bfgff !=nil {return _bfgff ;};_fefbc ._ddafb =_cebdf ;if _aeacf .Major !=0{_fefbc .SetVersion (_aeacf .Major ,_aeacf .Minor );};_fefbc ._ggfgf =_aeacf .Encrypt ; +_fefbc ._dfea ,_fefbc ._bcggd =_aeacf .ID0 ,_aeacf .ID1 ;_aaffd :=_cee .MakeIndirectObject (_aeacf .Encrypt );_fefbc ._bbfag =_aaffd ;_fefbc .addObject (_aaffd );return nil ;}; // Write writes out the PDF. -func (_bceff *PdfWriter )Write (writer _bagf .Writer )error {_ddb .Log .Trace ("\u0057r\u0069\u0074\u0065\u0028\u0029");if _ccbce ,_fdcd :=writer .(*_ccb .File );_fdcd {_bceff .SetFileName (_ccbce .Name ());};_bdgae :=_bceff .checkLicense ();if _bdgae !=nil {return _bdgae ; -};if _bdgae =_bceff .writeOutlines ();_bdgae !=nil {return _bdgae ;};if _bdgae =_bceff .writeAcroFormFields ();_bdgae !=nil {return _bdgae ;};if _bdgae =_bceff .writeNamesDictionary ();_bdgae !=nil {return _bdgae ;};_bceff .checkPendingObjects ();if _bdgae =_bceff .writeOutputIntents (); -_bdgae !=nil {return _bdgae ;};_bceff .setCatalogVersion ();_bceff .copyObjects ();if _bdgae =_bceff .optimize ();_bdgae !=nil {return _bdgae ;};if _bdgae =_bceff .optimizeDocument ();_bdgae !=nil {return _bdgae ;};var _ccfea _ecd .Hash ;if _bceff ._beeaf {_ccfea =_c .New (); -writer =_bagf .MultiWriter (_ccfea ,writer );};_bceff .setWriter (writer );_gccab :=_bceff .checkCrossReferenceStream ();_bcgeg ,_gccab :=_bceff .mapObjectStreams (_gccab );_bceff .adjustXRefAffectedVersion (_gccab );_bceff .writeDocumentVersion ();_bceff .updateObjectNumbers (); -_bceff .writeObjects ();if _bdgae =_bceff .writeObjectsInStreams (_bcgeg );_bdgae !=nil {return _bdgae ;};_gbgde :=_bceff ._dfabe ;var _ccagb int ;for _ecbac :=range _bceff ._aggfdb {if _ecbac > _ccagb {_ccagb =_ecbac ;};};if _bceff ._beeaf {if _bdgae =_bceff .setHashIDs (_ccfea ); -_bdgae !=nil {return _bdgae ;};};if _gccab {if _bdgae =_bceff .writeXRefStreams (_ccagb ,_gbgde );_bdgae !=nil {return _bdgae ;};}else {_bceff .writeTrailer (_ccagb );};_bceff .makeOffSetReference (_gbgde );if _bdgae =_bceff .flushWriter ();_bdgae !=nil {return _bdgae ; -};return nil ;};func (_bceea *PdfReader )newPdfFieldSignatureFromDict (_fdcg *_eb .PdfObjectDictionary )(*PdfFieldSignature ,error ){_daece :=&PdfFieldSignature {};_cggf ,_agdff :=_eb .GetIndirect (_fdcg .Get ("\u0056"));if _agdff {var _eaebd error ;_daece .V ,_eaebd =_bceea .newPdfSignatureFromIndirect (_cggf ); -if _eaebd !=nil {return nil ,_eaebd ;};};_daece .Lock ,_ =_eb .GetIndirect (_fdcg .Get ("\u004c\u006f\u0063\u006b"));_daece .SV ,_ =_eb .GetIndirect (_fdcg .Get ("\u0053\u0056"));return _daece ,nil ;}; +func (_effca *PdfWriter )Write (writer _fc .Writer )error {_fca .Log .Trace ("\u0057r\u0069\u0074\u0065\u0028\u0029");if _bagca ,_adadda :=writer .(*_fef .File );_adadda {_effca .SetFileName (_bagca .Name ());};_cgebd :=_effca .checkLicense ();if _cgebd !=nil {return _cgebd ; +};if _cgebd =_effca .writeOutlines ();_cgebd !=nil {return _cgebd ;};if _cgebd =_effca .writeAcroFormFields ();_cgebd !=nil {return _cgebd ;};if _cgebd =_effca .writeNamesDictionary ();_cgebd !=nil {return _cgebd ;};_effca .checkPendingObjects ();if _cgebd =_effca .writeOutputIntents (); +_cgebd !=nil {return _cgebd ;};_effca .setCatalogVersion ();_effca .copyObjects ();if _cgebd =_effca .optimize ();_cgebd !=nil {return _cgebd ;};if _cgebd =_effca .optimizeDocument ();_cgebd !=nil {return _cgebd ;};var _aafac _ea .Hash ;if _effca ._dabaf {_aafac =_ga .New (); +writer =_fc .MultiWriter (_aafac ,writer );};_effca .setWriter (writer );_bgfa :=_effca .checkCrossReferenceStream ();_cfbad ,_bgfa :=_effca .mapObjectStreams (_bgfa );_effca .adjustXRefAffectedVersion (_bgfa );_effca .writeDocumentVersion ();_effca .updateObjectNumbers (); +_effca .writeObjects ();if _cgebd =_effca .writeObjectsInStreams (_cfbad );_cgebd !=nil {return _cgebd ;};_afcfg :=_effca ._gfee ;var _gdfgcb int ;for _facdfg :=range _effca ._gceegb {if _facdfg > _gdfgcb {_gdfgcb =_facdfg ;};};if _effca ._dabaf {if _cgebd =_effca .setHashIDs (_aafac ); +_cgebd !=nil {return _cgebd ;};};if _bgfa {if _cgebd =_effca .writeXRefStreams (_gdfgcb ,_afcfg );_cgebd !=nil {return _cgebd ;};}else {_effca .writeTrailer (_gdfgcb );};_effca .makeOffSetReference (_afcfg );if _cgebd =_effca .flushWriter ();_cgebd !=nil {return _cgebd ; +};return nil ;}; -// NewXObjectImageFromStream builds the image xobject from a stream object. -// An image dictionary is the dictionary portion of a stream object representing an image XObject. -func NewXObjectImageFromStream (stream *_eb .PdfObjectStream )(*XObjectImage ,error ){_agedd :=&XObjectImage {};_agedd ._gceffg =stream ;_geecc :=*(stream .PdfObjectDictionary );_aefbee ,_addfe :=_eb .NewEncoderFromStream (stream );if _addfe !=nil {return nil ,_addfe ; -};_agedd .Filter =_aefbee ;if _fddbf :=_eb .TraceToDirectObject (_geecc .Get ("\u0057\u0069\u0064t\u0068"));_fddbf !=nil {_dcbfg ,_fbea :=_fddbf .(*_eb .PdfObjectInteger );if !_fbea {return nil ,_dcf .New ("\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0069\u006d\u0061g\u0065\u0020\u0077\u0069\u0064\u0074\u0068\u0020\u006f\u0062j\u0065\u0063\u0074"); -};_ceeag :=int64 (*_dcbfg );_agedd .Width =&_ceeag ;}else {return nil ,_dcf .New ("\u0077\u0069\u0064\u0074\u0068\u0020\u006d\u0069\u0073\u0073\u0069\u006e\u0067");};if _cbaffc :=_eb .TraceToDirectObject (_geecc .Get ("\u0048\u0065\u0069\u0067\u0068\u0074")); -_cbaffc !=nil {_bccfb ,_adab :=_cbaffc .(*_eb .PdfObjectInteger );if !_adab {return nil ,_dcf .New ("i\u006e\u0076\u0061\u006c\u0069\u0064 \u0069\u006d\u0061\u0067\u0065\u0020\u0068\u0065\u0069g\u0068\u0074\u0020o\u0062j\u0065\u0063\u0074");};_cgddd :=int64 (*_bccfb ); -_agedd .Height =&_cgddd ;}else {return nil ,_dcf .New ("\u0068\u0065\u0069\u0067\u0068\u0074\u0020\u006d\u0069s\u0073\u0069\u006e\u0067");};if _daee :=_eb .TraceToDirectObject (_geecc .Get ("\u0043\u006f\u006c\u006f\u0072\u0053\u0070\u0061\u0063\u0065")); -_daee !=nil {_bffcb ,_dffbb :=NewPdfColorspaceFromPdfObject (_daee );if _dffbb !=nil {return nil ,_dffbb ;};_agedd .ColorSpace =_bffcb ;}else {_ddb .Log .Debug ("\u0058O\u0062\u006a\u0065c\u0074\u0020\u0049m\u0061ge\u0020\u0063\u006f\u006c\u006f\u0072\u0073p\u0061\u0063\u0065\u0020\u006e\u006f\u0074\u0020\u0073\u0070\u0065\u0063\u0069\u0066\u0069\u0065\u0064\u0020\u002d\u0020\u0061\u0073\u0073\u0075\u006d\u0069\u006e\u0067 1\u0020c\u006f\u006c\u006f\u0072\u0020\u0063o\u006d\u0070\u006f\u006e\u0065n\u0074\u0020\u002d\u0020\u0044\u0065\u0076\u0069\u0063\u0065\u0047r\u0061\u0079"); -_agedd .ColorSpace =NewPdfColorspaceDeviceGray ();};if _fbgaef :=_eb .TraceToDirectObject (_geecc .Get ("\u0042\u0069t\u0073\u0050\u0065r\u0043\u006f\u006d\u0070\u006f\u006e\u0065\u006e\u0074"));_fbgaef !=nil {_cbdcb ,_dddad :=_fbgaef .(*_eb .PdfObjectInteger ); -if !_dddad {return nil ,_dcf .New ("i\u006e\u0076\u0061\u006c\u0069\u0064 \u0069\u006d\u0061\u0067\u0065\u0020\u0068\u0065\u0069g\u0068\u0074\u0020o\u0062j\u0065\u0063\u0074");};_bcfbe :=int64 (*_cbdcb );_agedd .BitsPerComponent =&_bcfbe ;};_agedd .Intent =_geecc .Get ("\u0049\u006e\u0074\u0065\u006e\u0074"); -_agedd .ImageMask =_geecc .Get ("\u0049m\u0061\u0067\u0065\u004d\u0061\u0073k");_agedd .Mask =_geecc .Get ("\u004d\u0061\u0073\u006b");_agedd .Decode =_geecc .Get ("\u0044\u0065\u0063\u006f\u0064\u0065");_agedd .Interpolate =_geecc .Get ("I\u006e\u0074\u0065\u0072\u0070\u006f\u006c\u0061\u0074\u0065"); -_agedd .Alternatives =_geecc .Get ("\u0041\u006c\u0074e\u0072\u006e\u0061\u0074\u0069\u0076\u0065\u0073");_agedd .SMask =_geecc .Get ("\u0053\u004d\u0061s\u006b");_agedd .SMaskInData =_geecc .Get ("S\u004d\u0061\u0073\u006b\u0049\u006e\u0044\u0061\u0074\u0061"); -_agedd .Matte =_geecc .Get ("\u004d\u0061\u0074t\u0065");_agedd .Name =_geecc .Get ("\u004e\u0061\u006d\u0065");_agedd .StructParent =_geecc .Get ("\u0053\u0074\u0072u\u0063\u0074\u0050\u0061\u0072\u0065\u006e\u0074");_agedd .ID =_geecc .Get ("\u0049\u0044"); -_agedd .OPI =_geecc .Get ("\u004f\u0050\u0049");_agedd .Metadata =_geecc .Get ("\u004d\u0065\u0074\u0061\u0064\u0061\u0074\u0061");_agedd .OC =_geecc .Get ("\u004f\u0043");_agedd .Stream =stream .Stream ;return _agedd ,nil ;}; +// ColorFromFloats returns a new PdfColor based on the input slice of color +// components. The slice should contain a single element. +func (_fage *PdfColorspaceSpecialSeparation )ColorFromFloats (vals []float64 )(PdfColor ,error ){if len (vals )!=1{return nil ,_cdf .New ("r\u0061\u006e\u0067\u0065\u0020\u0063\u0068\u0065\u0063\u006b");};_gdeg :=vals [0];_dfdde :=[]float64 {_gdeg };_adfd ,_eacge :=_fage .TintTransform .Evaluate (_dfdde ); +if _eacge !=nil {_fca .Log .Debug ("\u0045\u0072r\u006f\u0072\u002c\u0020\u0066\u0061\u0069\u006c\u0065\u0064\u0020\u0074\u006f\u0020\u0065\u0076\u0061\u006c\u0075\u0061\u0074\u0065: \u0025\u0076",_eacge );_fca .Log .Trace ("\u0054\u0069\u006e\u0074 t\u0072\u0061\u006e\u0073\u0066\u006f\u0072\u006d\u003a\u0020\u0025\u002b\u0076",_fage .TintTransform ); +return nil ,_eacge ;};_fca .Log .Trace ("\u0050\u0072\u006f\u0063\u0065\u0073\u0073\u0069\u006e\u0067\u0020\u0043\u006f\u006c\u006fr\u0046\u0072\u006f\u006d\u0046\u006c\u006f\u0061\u0074\u0073\u0028\u0025\u002bv\u0029\u0020\u006f\u006e\u0020\u0041\u006c\u0074\u0065\u0072\u006e\u0061te\u0053\u0070\u0061\u0063\u0065\u003a\u0020\u0025\u0023\u0076",_adfd ,_fage .AlternateSpace ); +_cagd ,_eacge :=_fage .AlternateSpace .ColorFromFloats (_adfd );if _eacge !=nil {_fca .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u002c\u0020\u0066a\u0069\u006c\u0065d \u0074\u006f\u0020\u0065\u0076\u0061l\u0075\u0061\u0074\u0065\u0020\u0069\u006e\u0020\u0061\u006c\u0074\u0065\u0072\u006e\u0061t\u0065\u0020\u0073\u0070\u0061\u0063\u0065\u003a \u0025\u0076",_eacge ); +return nil ,_eacge ;};return _cagd ,nil ;}; -// SetPdfModifiedDate sets the ModDate attribute of the output PDF. -func SetPdfModifiedDate (modifiedDate _d .Time ){_dfbafc .Lock ();defer _dfbafc .Unlock ();_eegaeb =modifiedDate ;};func (_egea *PdfReader )newPdfActionThreadFromDict (_baf *_eb .PdfObjectDictionary )(*PdfActionThread ,error ){_egc ,_add :=_dba (_baf .Get ("\u0046")); -if _add !=nil {return nil ,_add ;};return &PdfActionThread {D :_baf .Get ("\u0044"),B :_baf .Get ("\u0042"),F :_egc },nil ;}; +// NewGrayImageFromGoImage creates a new grayscale unidoc Image from a golang Image. +func (_eece DefaultImageHandler )NewGrayImageFromGoImage (goimg _bg .Image )(*Image ,error ){_aggaa :=goimg .Bounds ();_dcecc :=&Image {Width :int64 (_aggaa .Dx ()),Height :int64 (_aggaa .Dy ()),ColorComponents :1,BitsPerComponent :8};switch _dfaeg :=goimg .(type ){case *_bg .Gray :if len (_dfaeg .Pix )!=_aggaa .Dx ()*_aggaa .Dy (){_gbeaa ,_ecac :=_ca .GrayConverter .Convert (goimg ); +if _ecac !=nil {return nil ,_ecac ;};_dcecc .Data =_gbeaa .Pix ();}else {_dcecc .Data =_dfaeg .Pix ;};case *_bg .Gray16 :_dcecc .BitsPerComponent =16;if len (_dfaeg .Pix )!=_aggaa .Dx ()*_aggaa .Dy ()*2{_ffeba ,_feff :=_ca .Gray16Converter .Convert (goimg ); +if _feff !=nil {return nil ,_feff ;};_dcecc .Data =_ffeba .Pix ();}else {_dcecc .Data =_dfaeg .Pix ;};case _ca .Image :_ddcef :=_dfaeg .Base ();if _ddcef .ColorComponents ==1{_dcecc .BitsPerComponent =int64 (_ddcef .BitsPerComponent );_dcecc .Data =_ddcef .Data ; +return _dcecc ,nil ;};_ebgad ,_fbdce :=_ca .GrayConverter .Convert (goimg );if _fbdce !=nil {return nil ,_fbdce ;};_dcecc .Data =_ebgad .Pix ();default:_cgdf ,_bbcdf :=_ca .GrayConverter .Convert (goimg );if _bbcdf !=nil {return nil ,_bbcdf ;};_dcecc .Data =_cgdf .Pix (); +};return _dcecc ,nil ;}; -// NewPdfColorspaceICCBased returns a new ICCBased colorspace object. -func NewPdfColorspaceICCBased (N int )(*PdfColorspaceICCBased ,error ){_eabe :=&PdfColorspaceICCBased {};if N !=1&&N !=3&&N !=4{return nil ,_e .Errorf ("\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u004e\u0020\u0028\u0031/\u0033\u002f\u0034\u0029"); -};_eabe .N =N ;return _eabe ,nil ;}; +// ToPdfOutlineItem returns a low level PdfOutlineItem object, +// based on the current instance. +func (_egfdga *OutlineItem )ToPdfOutlineItem ()(*PdfOutlineItem ,int64 ){_ecdfb :=NewPdfOutlineItem ();_ecdfb .Title =_cee .MakeEncodedString (_egfdga .Title ,true );_ecdfb .Dest =_egfdga .Dest .ToPdfObject ();var _dgdg []*PdfOutlineItem ;var _cccba int64 ; +var _egcfa *PdfOutlineItem ;for _ ,_becb :=range _egfdga .Entries {_eacd ,_decef :=_becb .ToPdfOutlineItem ();_eacd .Parent =&_ecdfb .PdfOutlineTreeNode ;if _egcfa !=nil {_egcfa .Next =&_eacd .PdfOutlineTreeNode ;_eacd .Prev =&_egcfa .PdfOutlineTreeNode ; +};_dgdg =append (_dgdg ,_eacd );_cccba +=_decef ;_egcfa =_eacd ;};_ffgge :=len (_dgdg );_cccba +=int64 (_ffgge );if _ffgge > 0{_ecdfb .First =&_dgdg [0].PdfOutlineTreeNode ;_ecdfb .Last =&_dgdg [_ffgge -1].PdfOutlineTreeNode ;_ecdfb .Count =&_cccba ;}; +return _ecdfb ,_cccba ;}; -// A returns the value of the A component of the color. -func (_cfeg *PdfColorLab )A ()float64 {return _cfeg [1]}; +// HasXObjectByName checks if an XObject with a specified keyName is defined. +func (_fdgbg *PdfPageResources )HasXObjectByName (keyName _cee .PdfObjectName )bool {_fcdcb ,_ :=_fdgbg .GetXObjectByName (keyName );return _fcdcb !=nil ;}; -// SetTabOrder sets the tab order for the page. -func (_efdab *PdfPage )SetTabOrder (order TabOrderType ){_efdab .Tabs =_eb .MakeName (string (order ))};func (_fgedf *PdfWriter )makeOffSetReference (_afdcg int64 ){_bbaaf :=_e .Sprintf ("\u0073\u0074\u0061\u0072\u0074\u0078\u0072\u0065\u0066\u000a\u0025\u0064\u000a",_afdcg ); -_fgedf .writeString (_bbaaf );_fgedf .writeString ("\u0025\u0025\u0045\u004f\u0046\u000a");}; +// NewXObjectFormFromStream builds the Form XObject from a stream object. +// TODO: Should this be exposed? Consider different access points. +func NewXObjectFormFromStream (stream *_cee .PdfObjectStream )(*XObjectForm ,error ){_fggcg :=&XObjectForm {};_fggcg ._fbged =stream ;_bccad :=*(stream .PdfObjectDictionary );_aabcfb ,_fbfega :=_cee .NewEncoderFromStream (stream );if _fbfega !=nil {return nil ,_fbfega ; +};_fggcg .Filter =_aabcfb ;if _cfdgd :=_bccad .Get ("\u0053u\u0062\u0074\u0079\u0070\u0065");_cfdgd !=nil {_eagge ,_dgefa :=_cfdgd .(*_cee .PdfObjectName );if !_dgefa {return nil ,_cdf .New ("\u0074\u0079\u0070\u0065\u0020\u0065\u0072\u0072\u006f\u0072"); +};if *_eagge !="\u0046\u006f\u0072\u006d"{_fca .Log .Debug ("I\u006ev\u0061\u006c\u0069\u0064\u0020\u0066\u006f\u0072m\u0020\u0073\u0075\u0062ty\u0070\u0065");return nil ,_cdf .New ("i\u006ev\u0061\u006c\u0069\u0064\u0020\u0066\u006f\u0072m\u0020\u0073\u0075\u0062ty\u0070\u0065"); +};};if _agggeg :=_bccad .Get ("\u0046\u006f\u0072\u006d\u0054\u0079\u0070\u0065");_agggeg !=nil {_fggcg .FormType =_agggeg ;};if _efdfgc :=_bccad .Get ("\u0042\u0042\u006f\u0078");_efdfgc !=nil {_fggcg .BBox =_efdfgc ;};if _feba :=_bccad .Get ("\u004d\u0061\u0074\u0072\u0069\u0078"); +_feba !=nil {_fggcg .Matrix =_feba ;};if _abbgd :=_bccad .Get ("\u0052e\u0073\u006f\u0075\u0072\u0063\u0065s");_abbgd !=nil {_abbgd =_cee .TraceToDirectObject (_abbgd );_dbdde ,_bcfce :=_abbgd .(*_cee .PdfObjectDictionary );if !_bcfce {_fca .Log .Debug ("\u0049\u006e\u0076\u0061\u006ci\u0064\u0020\u0058\u004f\u0062j\u0065c\u0074\u0020\u0046\u006f\u0072\u006d\u0020\u0052\u0065\u0073\u006f\u0075\u0072\u0063\u0065\u0073\u0020\u006f\u0062j\u0065\u0063\u0074\u002c\u0020\u0070\u006f\u0069\u006e\u0074\u0069\u006e\u0067\u0020\u0074\u006f\u0020\u006e\u006f\u006e\u002d\u0064\u0069\u0063t\u0069\u006f\u006e\u0061\u0072\u0079"); +return nil ,_cee .ErrTypeError ;};_fccf ,_ddgd :=NewPdfPageResourcesFromDict (_dbdde );if _ddgd !=nil {_fca .Log .Debug ("\u0046\u0061i\u006c\u0065\u0064\u0020\u0067\u0065\u0074\u0074\u0069\u006e\u0067\u0020\u0066\u006f\u0072\u006d\u0020\u0072\u0065\u0073\u006f\u0075rc\u0065\u0073"); +return nil ,_ddgd ;};_fggcg .Resources =_fccf ;_fca .Log .Trace ("\u0046\u006f\u0072\u006d r\u0065\u0073\u006f\u0075\u0072\u0063\u0065\u0073\u003a\u0020\u0025\u0023\u0076",_fggcg .Resources );};_fggcg .Group =_bccad .Get ("\u0047\u0072\u006fu\u0070");_fggcg .Ref =_bccad .Get ("\u0052\u0065\u0066"); +_fggcg .MetaData =_bccad .Get ("\u004d\u0065\u0074\u0061\u0044\u0061\u0074\u0061");_fggcg .PieceInfo =_bccad .Get ("\u0050i\u0065\u0063\u0065\u0049\u006e\u0066o");_fggcg .LastModified =_bccad .Get ("\u004c\u0061\u0073t\u004d\u006f\u0064\u0069\u0066\u0069\u0065\u0064"); +_fggcg .StructParent =_bccad .Get ("\u0053\u0074\u0072u\u0063\u0074\u0050\u0061\u0072\u0065\u006e\u0074");_fggcg .StructParents =_bccad .Get ("\u0053\u0074\u0072\u0075\u0063\u0074\u0050\u0061\u0072\u0065\u006e\u0074\u0073");_fggcg .OPI =_bccad .Get ("\u004f\u0050\u0049"); +_fggcg .OC =_bccad .Get ("\u004f\u0043");_fggcg .Name =_bccad .Get ("\u004e\u0061\u006d\u0065");_fggcg .Stream =stream .Stream ;return _fggcg ,nil ;};func (_ggcdc *PdfShading )getShadingDict ()(*_cee .PdfObjectDictionary ,error ){_aacd :=_ggcdc ._dfgbe ; +if _fffce ,_gegc :=_aacd .(*_cee .PdfIndirectObject );_gegc {_fgceb ,_agggg :=_fffce .PdfObject .(*_cee .PdfObjectDictionary );if !_agggg {return nil ,_cee .ErrTypeError ;};return _fgceb ,nil ;}else if _gaaf ,_cbbfe :=_aacd .(*_cee .PdfObjectStream );_cbbfe {return _gaaf .PdfObjectDictionary ,nil ; +}else if _ffcae ,_dfde :=_aacd .(*_cee .PdfObjectDictionary );_dfde {return _ffcae ,nil ;}else {_fca .Log .Debug ("U\u006e\u0061\u0062\u006c\u0065\u0020t\u006f\u0020\u0061\u0063\u0063\u0065s\u0073\u0020\u0073\u0068\u0061\u0064\u0069n\u0067\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061r\u0079"); +return nil ,_cee .ErrTypeError ;};};func (_abacg *PdfWriter )setHashIDs (_feffa _ea .Hash )error {_dcaaa :=_feffa .Sum (nil );if _abacg ._dfea ==""{_abacg ._dfea =_aa .EncodeToString (_dcaaa [:8]);};_abacg .setDocumentIDs (_abacg ._dfea ,_aa .EncodeToString (_dcaaa [8:])); +return nil ;}; -// GetContainingPdfObject returns the container of the PdfAcroForm (indirect object). -func (_dccdbb *PdfAcroForm )GetContainingPdfObject ()_eb .PdfObject {return _dccdbb ._fbgad }; +// ToPdfObject implements interface PdfModel. +func (_dgae *PdfAnnotationPolygon )ToPdfObject ()_cee .PdfObject {_dgae .PdfAnnotation .ToPdfObject ();_bcdg :=_dgae ._eddc ;_bfec :=_bcdg .PdfObject .(*_cee .PdfObjectDictionary );_dgae .PdfAnnotationMarkup .appendToPdfDictionary (_bfec );_bfec .SetIfNotNil ("\u0053u\u0062\u0074\u0079\u0070\u0065",_cee .MakeName ("\u0050o\u006c\u0079\u0067\u006f\u006e")); +_bfec .SetIfNotNil ("\u0056\u0065\u0072\u0074\u0069\u0063\u0065\u0073",_dgae .Vertices );_bfec .SetIfNotNil ("\u004c\u0045",_dgae .LE );_bfec .SetIfNotNil ("\u0042\u0053",_dgae .BS );_bfec .SetIfNotNil ("\u0049\u0043",_dgae .IC );_bfec .SetIfNotNil ("\u0042\u0045",_dgae .BE ); +_bfec .SetIfNotNil ("\u0049\u0054",_dgae .IT );_bfec .SetIfNotNil ("\u004de\u0061\u0073\u0075\u0072\u0065",_dgae .Measure );return _bcdg ;};func _aagg (_aff *PdfPage )map[_cee .PdfObjectName ]_cee .PdfObject {_bacfb :=make (map[_cee .PdfObjectName ]_cee .PdfObject ); +if _aff .Resources ==nil {return _bacfb ;};if _aff .Resources .Font !=nil {if _dfeb ,_gebe :=_cee .GetDict (_aff .Resources .Font );_gebe {for _ ,_bfecg :=range _dfeb .Keys (){_bacfb [_bfecg ]=_dfeb .Get (_bfecg );};};};if _aff .Resources .ExtGState !=nil {if _dcb ,_gfcd :=_cee .GetDict (_aff .Resources .ExtGState ); +_gfcd {for _ ,_cgcb :=range _dcb .Keys (){_bacfb [_cgcb ]=_dcb .Get (_cgcb );};};};if _aff .Resources .XObject !=nil {if _dada ,_gecg :=_cee .GetDict (_aff .Resources .XObject );_gecg {for _ ,_fbea :=range _dada .Keys (){_bacfb [_fbea ]=_dada .Get (_fbea ); +};};};if _aff .Resources .Pattern !=nil {if _bfd ,_ebce :=_cee .GetDict (_aff .Resources .Pattern );_ebce {for _ ,_bdbg :=range _bfd .Keys (){_bacfb [_bdbg ]=_bfd .Get (_bdbg );};};};if _aff .Resources .Shading !=nil {if _abebf ,_baae :=_cee .GetDict (_aff .Resources .Shading ); +_baae {for _ ,_ccbcf :=range _abebf .Keys (){_bacfb [_ccbcf ]=_abebf .Get (_ccbcf );};};};if _aff .Resources .ProcSet !=nil {if _decgb ,_ecae :=_cee .GetDict (_aff .Resources .ProcSet );_ecae {for _ ,_edf :=range _decgb .Keys (){_bacfb [_edf ]=_decgb .Get (_edf ); +};};};if _aff .Resources .Properties !=nil {if _eeb ,_bfa :=_cee .GetDict (_aff .Resources .Properties );_bfa {for _ ,_fgcf :=range _eeb .Keys (){_bacfb [_fgcf ]=_eeb .Get (_fgcf );};};};return _bacfb ;}; -// GetContainingPdfObject returns the container of the DSS (indirect object). -func (_bdcc *DSS )GetContainingPdfObject ()_eb .PdfObject {return _bdcc ._fcdgc }; +// ToPdfObject recursively builds the Outline tree PDF object. +func (_dacged *PdfOutlineItem )ToPdfObject ()_cee .PdfObject {_fceba :=_dacged ._bfcbc ;_eafff :=_fceba .PdfObject .(*_cee .PdfObjectDictionary );_eafff .Set ("\u0054\u0069\u0074l\u0065",_dacged .Title );if _dacged .A !=nil {_eafff .Set ("\u0041",_dacged .A ); +};if _ggfca :=_eafff .Get ("\u0053\u0045");_ggfca !=nil {_eafff .Remove ("\u0053\u0045");};if _dacged .C !=nil {_eafff .Set ("\u0043",_dacged .C );};if _dacged .Dest !=nil {_eafff .Set ("\u0044\u0065\u0073\u0074",_dacged .Dest );};if _dacged .F !=nil {_eafff .Set ("\u0046",_dacged .F ); +};if _dacged .Count !=nil {_eafff .Set ("\u0043\u006f\u0075n\u0074",_cee .MakeInteger (*_dacged .Count ));};if _dacged .Next !=nil {_eafff .Set ("\u004e\u0065\u0078\u0074",_dacged .Next .ToPdfObject ());};if _dacged .First !=nil {_eafff .Set ("\u0046\u0069\u0072s\u0074",_dacged .First .ToPdfObject ()); +};if _dacged .Prev !=nil {_eafff .Set ("\u0050\u0072\u0065\u0076",_dacged .Prev .GetContext ().GetContainingPdfObject ());};if _dacged .Last !=nil {_eafff .Set ("\u004c\u0061\u0073\u0074",_dacged .Last .GetContext ().GetContainingPdfObject ());};if _dacged .Parent !=nil {_eafff .Set ("\u0050\u0061\u0072\u0065\u006e\u0074",_dacged .Parent .GetContext ().GetContainingPdfObject ()); +};return _fceba ;}; -// GetChildren returns the children of the K dictionary object. -func (_feegd *KDict )GetChildren ()[]*KValue {return _feegd ._eegge };func (_bbaed *LTV )enable (_ecdbb ,_ffbdg []*_bag .Certificate ,_agfcda string )error {_cceb ,_caadb ,_cgfbg :=_bbaed .buildCertChain (_ecdbb ,_ffbdg );if _cgfbg !=nil {return _cgfbg ; -};_cbbc ,_cgfbg :=_bbaed .getCerts (_cceb );if _cgfbg !=nil {return _cgfbg ;};var _bcacg ,_agfbde [][]byte ;if _bbaed .OCSPClient !=nil {_bcacg ,_cgfbg =_bbaed .getOCSPs (_cceb ,_caadb );if _cgfbg !=nil {return _cgfbg ;};};if _bbaed .CRLClient !=nil {_agfbde ,_cgfbg =_bbaed .getCRLs (_cceb ); -if _cgfbg !=nil {return _cgfbg ;};};_adfg :=_bbaed ._fadg ;_aafcf ,_cgfbg :=_adfg .AddCerts (_cbbc );if _cgfbg !=nil {return _cgfbg ;};_bdba ,_cgfbg :=_adfg .AddOCSPs (_bcacg );if _cgfbg !=nil {return _cgfbg ;};_gbec ,_cgfbg :=_adfg .AddCRLs (_agfbde ); -if _cgfbg !=nil {return _cgfbg ;};if _agfcda !=""{_adfg .VRI [_agfcda ]=&VRI {Cert :_aafcf ,OCSP :_bdba ,CRL :_gbec };};_bbaed ._feba .SetDSS (_adfg );return nil ;};func (_edbea *PdfAcroForm )fill (_beaac FieldValueProvider ,_dcfca FieldAppearanceGenerator )error {if _edbea ==nil {return nil ; -};_dbadc ,_abaed :=_beaac .FieldValues ();if _abaed !=nil {return _abaed ;};for _ ,_aggbe :=range _edbea .AllFields (){_cdabc :=_aggbe .PartialName ();_befcb ,_bbbe :=_dbadc [_cdabc ];if !_bbbe {if _bdbf ,_acff :=_aggbe .FullName ();_acff ==nil {_befcb ,_bbbe =_dbadc [_bdbf ]; -};};if !_bbbe {_ddb .Log .Debug ("\u0057\u0041\u0052\u004e\u003a\u0020f\u006f\u0072\u006d \u0066\u0069\u0065l\u0064\u0020\u0025\u0073\u0020\u006e\u006f\u0074\u0020\u0066o\u0075\u006e\u0064\u0020\u0069n \u0074\u0068\u0065\u0020\u0070\u0072\u006f\u0076\u0069\u0064\u0065\u0072\u002e\u0020\u0053\u006b\u0069\u0070\u0070\u0069\u006e\u0067\u002e",_cdabc ); -continue ;};if _bfae :=_cbcfd (_aggbe ,_befcb );_bfae !=nil {return _bfae ;};if _dcfca ==nil {continue ;};for _ ,_gcagf :=range _aggbe .Annotations {_daabc ,_fdbfd :=_dcfca .GenerateAppearanceDict (_edbea ,_aggbe ,_gcagf );if _fdbfd !=nil {return _fdbfd ; -};_gcagf .AP =_daabc ;_gcagf .ToPdfObject ();};};return nil ;}; +// ToPdfObject returns the PDF representation of the colorspace. +func (_cdbgf *PdfPageResourcesColorspaces )ToPdfObject ()_cee .PdfObject {_adcd :=_cee .MakeDict ();for _ ,_agfe :=range _cdbgf .Names {_adcd .Set (_cee .PdfObjectName (_agfe ),_cdbgf .Colorspaces [_agfe ].ToPdfObject ());};if _cdbgf ._cdgce !=nil {_cdbgf ._cdgce .PdfObject =_adcd ; +return _cdbgf ._cdgce ;};return _adcd ;}; -// NewPdfAppender creates a new Pdf appender from a Pdf reader. -func NewPdfAppender (reader *PdfReader )(*PdfAppender ,error ){_cgba :=&PdfAppender {_bccd :reader ._cbeg ,Reader :reader ,_ebcb :reader ._ebbe ,_fdfg :reader ._bcefc };_gaea ,_ffb :=_cgba ._bccd .Seek (0,_bagf .SeekEnd );if _ffb !=nil {return nil ,_ffb ; -};_cgba ._eabd =_gaea ;if _ ,_ffb =_cgba ._bccd .Seek (0,_bagf .SeekStart );_ffb !=nil {return nil ,_ffb ;};_cgba ._adac ,_ffb =NewPdfReader (_cgba ._bccd );if _ffb !=nil {return nil ,_ffb ;};for _ ,_begf :=range _cgba .Reader .GetObjectNums (){if _cgba ._cfgdf < _begf {_cgba ._cfgdf =_begf ; -};};_cgba ._dce =_cgba ._ebcb .GetXrefTable ();_cgba ._dgc =_cgba ._ebcb .GetXrefOffset ();_cgba ._fedg =append (_cgba ._fedg ,_cgba ._adac .PageList ...);_cgba ._accfg =make (map[_eb .PdfObject ]struct{});_cgba ._ebcbc =make (map[_eb .PdfObject ]int64 ); -_cgba ._dbae =make (map[_eb .PdfObject ]struct{});_cgba ._bddda =_cgba ._adac .AcroForm ;_cgba ._cedc =_cgba ._adac .DSS ;return _cgba ,nil ;}; +// multiFontEncoder implements a an Encoder that holds a list of fonts provided. +type MultipleFontEncoder struct{_ecfa []*PdfFont ;CurrentFont *PdfFont ;}; -// ParsePdfObject parses input pdf object into given output intent. -func (_abcg *PdfOutputIntent )ParsePdfObject (object _eb .PdfObject )error {_ccbe ,_ebdec :=_eb .GetDict (object );if !_ebdec {_ddb .Log .Error ("\u0055\u006e\u006bno\u0077\u006e\u0020\u0074\u0079\u0070\u0065\u003a\u0020%\u0054 \u0066o\u0072 \u006f\u0075\u0074\u0070\u0075\u0074\u0020\u0069\u006e\u0074\u0065\u006e\u0074",object ); -return _dcf .New ("\u0075\u006e\u006b\u006e\u006fw\u006e\u0020\u0070\u0064\u0066\u0020\u006f\u0062\u006a\u0065\u0063\u0074\u0020t\u0079\u0070\u0065\u0020\u0066\u006f\u0072\u0020\u006f\u0075\u0074\u0070\u0075\u0074\u0020\u0069\u006e\u0074\u0065\u006e\u0074"); -};_abcg ._ebbd =_ccbe ;_abcg .Type ,_ =_ccbe .GetString ("\u0054\u0079\u0070\u0065");_fecgf ,_ebdec :=_ccbe .GetString ("\u0053");if _ebdec {switch _fecgf {case "\u0047T\u0053\u005f\u0050\u0044\u0046\u00411":_abcg .S =PdfOutputIntentTypeA1 ;case "\u0047T\u0053\u005f\u0050\u0044\u0046\u00412":_abcg .S =PdfOutputIntentTypeA2 ; -case "\u0047T\u0053\u005f\u0050\u0044\u0046\u00413":_abcg .S =PdfOutputIntentTypeA3 ;case "\u0047T\u0053\u005f\u0050\u0044\u0046\u00414":_abcg .S =PdfOutputIntentTypeA4 ;case "\u0047\u0054\u0053\u005f\u0050\u0044\u0046\u0058":_abcg .S =PdfOutputIntentTypeX ; -};};_abcg .OutputCondition ,_ =_ccbe .GetString ("\u004fu\u0074p\u0075\u0074\u0043\u006f\u006e\u0064\u0069\u0074\u0069\u006f\u006e");_abcg .OutputConditionIdentifier ,_ =_ccbe .GetString ("\u004fu\u0074\u0070\u0075\u0074C\u006f\u006e\u0064\u0069\u0074i\u006fn\u0049d\u0065\u006e\u0074\u0069\u0066\u0069\u0065r"); -_abcg .RegistryName ,_ =_ccbe .GetString ("\u0052\u0065\u0067i\u0073\u0074\u0072\u0079\u004e\u0061\u006d\u0065");_abcg .Info ,_ =_ccbe .GetString ("\u0049\u006e\u0066\u006f");if _fgaff ,_egde :=_eb .GetStream (_ccbe .Get ("\u0044\u0065\u0073\u0074\u004f\u0075\u0074\u0070\u0075\u0074\u0050\u0072o\u0066\u0069\u006c\u0065")); -_egde {_abcg .ColorComponents ,_ =_eb .GetIntVal (_fgaff .Get ("\u004e"));_fgagf ,_dbgeg :=_eb .DecodeStream (_fgaff );if _dbgeg !=nil {return _dbgeg ;};_abcg .DestOutputProfile =_fgagf ;};return nil ;}; +// NewOutline returns a new outline instance. +func NewOutline ()*Outline {return &Outline {}};func _edgd (_cbdcg _cee .PdfObject )(*PdfColorspaceCalRGB ,error ){_ecagg :=NewPdfColorspaceCalRGB ();if _ggbd ,_abfb :=_cbdcg .(*_cee .PdfIndirectObject );_abfb {_ecagg ._fbgd =_ggbd ;};_cbdcg =_cee .TraceToDirectObject (_cbdcg ); +_dcba ,_eebb :=_cbdcg .(*_cee .PdfObjectArray );if !_eebb {return nil ,_e .Errorf ("\u0074\u0079\u0070\u0065\u0020\u0065\u0072\u0072\u006f\u0072");};if _dcba .Len ()!=2{return nil ,_e .Errorf ("\u0069n\u0076\u0061\u006c\u0069d\u0020\u0043\u0061\u006c\u0052G\u0042 \u0063o\u006c\u006f\u0072\u0073\u0070\u0061\u0063e"); +};_cbdcg =_cee .TraceToDirectObject (_dcba .Get (0));_dgbf ,_eebb :=_cbdcg .(*_cee .PdfObjectName );if !_eebb {return nil ,_e .Errorf ("\u0043\u0061l\u0052\u0047\u0042\u0020\u006e\u0061\u006d\u0065\u0020\u006e\u006f\u0074\u0020\u0061\u0020\u004e\u0061\u006d\u0065\u0020\u006f\u0062je\u0063\u0074"); +};if *_dgbf !="\u0043\u0061\u006c\u0052\u0047\u0042"{return nil ,_e .Errorf ("\u006e\u006f\u0074 a\u0020\u0043\u0061\u006c\u0052\u0047\u0042\u0020\u0063\u006f\u006c\u006f\u0072\u0073\u0070\u0061\u0063\u0065");};_cbdcg =_cee .TraceToDirectObject (_dcba .Get (1)); +_bgdd ,_eebb :=_cbdcg .(*_cee .PdfObjectDictionary );if !_eebb {return nil ,_e .Errorf ("\u0043\u0061l\u0052\u0047\u0042\u0020\u006e\u0061\u006d\u0065\u0020\u006e\u006f\u0074\u0020\u0061\u0020\u004e\u0061\u006d\u0065\u0020\u006f\u0062je\u0063\u0074");}; +_cbdcg =_bgdd .Get ("\u0057\u0068\u0069\u0074\u0065\u0050\u006f\u0069\u006e\u0074");_cbdcg =_cee .TraceToDirectObject (_cbdcg );_cgad ,_eebb :=_cbdcg .(*_cee .PdfObjectArray );if !_eebb {return nil ,_e .Errorf ("\u0043\u0061\u006c\u0052\u0047\u0042\u003a\u0020\u0049\u006e\u0076a\u006c\u0069\u0064\u0020\u0057\u0068\u0069\u0074\u0065\u0050o\u0069\u006e\u0074"); +};if _cgad .Len ()!=3{return nil ,_e .Errorf ("\u0043\u0061\u006c\u0052\u0047\u0042\u003a\u0020\u0049\u006e\u0076\u0061\u006c\u0069\u0064 \u0057h\u0069\u0074\u0065\u0050\u006f\u0069\u006e\u0074\u0020\u0061\u0072\u0072\u0061\u0079");};_ddeb ,_aadef :=_cgad .GetAsFloat64Slice (); +if _aadef !=nil {return nil ,_aadef ;};_ecagg .WhitePoint =_ddeb ;_cbdcg =_bgdd .Get ("\u0042\u006c\u0061\u0063\u006b\u0050\u006f\u0069\u006e\u0074");if _cbdcg !=nil {_cbdcg =_cee .TraceToDirectObject (_cbdcg );_ddbf ,_abgc :=_cbdcg .(*_cee .PdfObjectArray ); +if !_abgc {return nil ,_e .Errorf ("\u0043\u0061\u006c\u0052\u0047\u0042\u003a\u0020\u0049\u006e\u0076a\u006c\u0069\u0064\u0020\u0042\u006c\u0061\u0063\u006b\u0050o\u0069\u006e\u0074");};if _ddbf .Len ()!=3{return nil ,_e .Errorf ("\u0043\u0061\u006c\u0052\u0047\u0042\u003a\u0020\u0049\u006e\u0076\u0061\u006c\u0069\u0064 \u0042l\u0061\u0063\u006b\u0050\u006f\u0069\u006e\u0074\u0020\u0061\u0072\u0072\u0061\u0079"); +};_affg ,_bggff :=_ddbf .GetAsFloat64Slice ();if _bggff !=nil {return nil ,_bggff ;};_ecagg .BlackPoint =_affg ;};_cbdcg =_bgdd .Get ("\u0047\u0061\u006dm\u0061");if _cbdcg !=nil {_cbdcg =_cee .TraceToDirectObject (_cbdcg );_bedf ,_effb :=_cbdcg .(*_cee .PdfObjectArray ); +if !_effb {return nil ,_e .Errorf ("C\u0061\u006c\u0052\u0047B:\u0020I\u006e\u0076\u0061\u006c\u0069d\u0020\u0047\u0061\u006d\u006d\u0061");};if _bedf .Len ()!=3{return nil ,_e .Errorf ("C\u0061\u006c\u0052\u0047\u0042\u003a \u0049\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0047a\u006d\u006d\u0061 \u0061r\u0072\u0061\u0079"); +};_acbcd ,_aegc :=_bedf .GetAsFloat64Slice ();if _aegc !=nil {return nil ,_aegc ;};_ecagg .Gamma =_acbcd ;};_cbdcg =_bgdd .Get ("\u004d\u0061\u0074\u0072\u0069\u0078");if _cbdcg !=nil {_cbdcg =_cee .TraceToDirectObject (_cbdcg );_abca ,_fccb :=_cbdcg .(*_cee .PdfObjectArray ); +if !_fccb {return nil ,_e .Errorf ("\u0043\u0061\u006c\u0052GB\u003a\u0020\u0049\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u004d\u0061\u0074\u0072i\u0078");};if _abca .Len ()!=9{_fca .Log .Error ("\u004d\u0061t\u0072\u0069\u0078 \u0061\u0072\u0072\u0061\u0079\u003a\u0020\u0025\u0073",_abca .String ()); +return nil ,_e .Errorf ("\u0043\u0061\u006c\u0052G\u0042\u003a\u0020\u0049\u006e\u0076\u0061\u006c\u0069\u0064 \u004da\u0074\u0072\u0069\u0078\u0020\u0061\u0072r\u0061\u0079");};_ceac ,_fgfde :=_abca .GetAsFloat64Slice ();if _fgfde !=nil {return nil ,_fgfde ; +};_ecagg .Matrix =_ceac ;};return _ecagg ,nil ;}; -// String returns a string that describes `font`. -func (_baced *PdfFont )String ()string {_fbcb :="";if _baced ._fdaa .Encoder ()!=nil {_fbcb =_baced ._fdaa .Encoder ().String ();};return _e .Sprintf ("\u0046\u004f\u004e\u0054\u007b\u0025\u0054\u0020\u0025s\u0020\u0025\u0073\u007d",_baced ._fdaa ,_baced .baseFields ().coreString (),_fbcb ); -}; +// Width returns the width of `rect`. +func (_bcddd *PdfRectangle )Width ()float64 {return _aaa .Abs (_bcddd .Urx -_bcddd .Llx )}; -// AddChild adds a child object. -func (_bcgfd *KDict )AddChild (kv *KValue ){_bcgfd ._eegge =append (_bcgfd ._eegge ,kv )};func _bfcca (_bbgg *PdfPage ){_fgcae :=_cf .GetLicenseKey ();if _fgcae !=nil &&_fgcae .IsLicensed (){return ;};_gaccf :=_eb .PdfObjectName ("\u0055\u0046\u0031"); -if !_bbgg .Resources .HasFontByName (_gaccf ){_bbgg .Resources .SetFontByName (_gaccf ,DefaultFont ().ToPdfObject ());};var _egdeb []string ;_egdeb =append (_egdeb ,"\u0071");_egdeb =append (_egdeb ,"\u0042\u0054");_egdeb =append (_egdeb ,_e .Sprintf ("\u002f%\u0073\u0020\u0031\u0034\u0020\u0054f",_gaccf .String ())); -_egdeb =append (_egdeb ,"\u0031\u0020\u0030\u0020\u0030\u0020\u0072\u0067");_egdeb =append (_egdeb ,"\u0031\u0030\u0020\u0031\u0030\u0020\u0054\u0064");_gadff :="\u0055\u006e\u006c\u0069\u0063\u0065\u006e\u0073\u0065\u0064\u0020\u0055\u006e\u0069\u0044o\u0063\u0020\u002d\u0020\u0047\u0065\u0074\u0020\u0061\u0020\u006c\u0069\u0063e\u006e\u0073\u0065\u0020\u006f\u006e\u0020\u0068\u0074\u0074\u0070\u0073:/\u002f\u0075\u006e\u0069\u0064\u006f\u0063\u002e\u0069\u006f"; -_egdeb =append (_egdeb ,_e .Sprintf ("\u0028%\u0073\u0029\u0020\u0054\u006a",_gadff ));_egdeb =append (_egdeb ,"\u0045\u0054");_egdeb =append (_egdeb ,"\u0051");_efgfd :=_cc .Join (_egdeb ,"\u000a");_bbgg .AddContentStreamByString (_efgfd );_bbgg .ToPdfObject (); -}; +// Encoder returns the font's text encoder. +func (_acfee pdfFontType3 )Encoder ()_dae .TextEncoder {return _acfee ._fgaa }; -// PdfColorspaceCalRGB stores A, B, C components -type PdfColorspaceCalRGB struct{WhitePoint []float64 ;BlackPoint []float64 ;Gamma []float64 ;Matrix []float64 ;_ccfd *_eb .PdfObjectDictionary ;_cbfd *_eb .PdfIndirectObject ;}; +// ToPdfObject implements interface PdfModel. +func (_aeg *PdfAnnotationCaret )ToPdfObject ()_cee .PdfObject {_aeg .PdfAnnotation .ToPdfObject ();_gaaa :=_aeg ._eddc ;_feaag :=_gaaa .PdfObject .(*_cee .PdfObjectDictionary );_aeg .PdfAnnotationMarkup .appendToPdfDictionary (_feaag );_feaag .SetIfNotNil ("\u0053u\u0062\u0074\u0079\u0070\u0065",_cee .MakeName ("\u0043\u0061\u0072e\u0074")); +_feaag .SetIfNotNil ("\u0052\u0044",_aeg .RD );_feaag .SetIfNotNil ("\u0053\u0079",_aeg .Sy );return _gaaa ;}; -// AddAnnotation appends `annot` to the list of page annotations. -func (_fgddb *PdfPage )AddAnnotation (annot *PdfAnnotation ){if _fgddb ._dbga ==nil {_fgddb .GetAnnotations ();};_fgddb ._dbga =append (_fgddb ._dbga ,annot );};func (_egbb *PdfReader )newPdfActionGoTo3DViewFromDict (_aab *_eb .PdfObjectDictionary )(*PdfActionGoTo3DView ,error ){return &PdfActionGoTo3DView {TA :_aab .Get ("\u0054\u0041"),V :_aab .Get ("\u0056")},nil ; -}; +// ColorFromFloats returns a new PdfColor based on the input slice of color +// components. The slice should contain three elements representing the +// red, green and blue components of the color. The values of the elements +// should be between 0 and 1. +func (_bgdc *PdfColorspaceDeviceRGB )ColorFromFloats (vals []float64 )(PdfColor ,error ){if len (vals )!=3{return nil ,_cdf .New ("r\u0061\u006e\u0067\u0065\u0020\u0063\u0068\u0065\u0063\u006b");};_ecbe :=vals [0];if _ecbe < 0.0||_ecbe > 1.0{_fca .Log .Debug ("\u0063\u006f\u006cor\u0020\u006f\u0075\u0074\u0020\u006f\u0066\u0020\u0043\u0053\u0020\u0072\u0061\u006e\u0067\u0065\u003a\u0020",_ecbe ); +return nil ,ErrColorOutOfRange ;};_face :=vals [1];if _face < 0.0||_face > 1.0{_fca .Log .Debug ("\u0063\u006f\u006cor\u0020\u006f\u0075\u0074\u0020\u006f\u0066\u0020\u0043\u0053\u0020\u0072\u0061\u006e\u0067\u0065\u003a\u0020",_ecbe );return nil ,ErrColorOutOfRange ; +};_ffcb :=vals [2];if _ffcb < 0.0||_ffcb > 1.0{_fca .Log .Debug ("\u0063\u006f\u006cor\u0020\u006f\u0075\u0074\u0020\u006f\u0066\u0020\u0043\u0053\u0020\u0072\u0061\u006e\u0067\u0065\u003a\u0020",_ecbe );return nil ,ErrColorOutOfRange ;};_bdbd :=NewPdfColorDeviceRGB (_ecbe ,_face ,_ffcb ); +return _bdbd ,nil ;};func (_ffgfe *pdfFontType0 )subsetRegistered ()error {_ebee ,_ggaa :=_ffgfe .DescendantFont ._bggcf .(*pdfCIDFontType2 );if !_ggaa {_fca .Log .Debug ("\u0046\u006fnt\u0020\u006e\u006ft\u0020\u0073\u0075\u0070por\u0074ed\u0020\u0066\u006f\u0072\u0020\u0073\u0075bs\u0065\u0074\u0074\u0069\u006e\u0067\u0020%\u0054",_ffgfe .DescendantFont ); +return nil ;};if _ebee ==nil {return nil ;};if _ebee ._ebcad ==nil {_fca .Log .Debug ("\u004d\u0069\u0073si\u006e\u0067\u0020\u0066\u006f\u006e\u0074\u0020\u0064\u0065\u0073\u0063\u0072\u0069\u0070\u0074\u006f\u0072");return nil ;};if _ffgfe ._daac ==nil {_fca .Log .Debug ("\u004e\u006f\u0020e\u006e\u0063\u006f\u0064e\u0072\u0020\u002d\u0020\u0073\u0075\u0062s\u0065\u0074\u0074\u0069\u006e\u0067\u0020\u0069\u0067\u006e\u006f\u0072\u0065\u0064"); +return nil ;};_gdcc ,_ggaa :=_cee .GetStream (_ebee ._ebcad .FontFile2 );if !_ggaa {_fca .Log .Debug ("\u0045\u006d\u0062\u0065\u0064\u0064\u0065\u0064\u0020\u0066\u006f\u006e\u0074\u0020\u006f\u0062\u006a\u0065c\u0074\u0020\u006e\u006f\u0074\u0020\u0066o\u0075\u006e\u0064\u0020\u002d\u002d\u0020\u0041\u0042\u004f\u0052T\u0020\u0073\u0075\u0062\u0073\u0065\u0074\u0074\u0069\u006e\u0067"); +return _cdf .New ("\u0066\u006f\u006e\u0074fi\u006c\u0065\u0032\u0020\u006e\u006f\u0074\u0020\u0066\u006f\u0075\u006e\u0064");};_acebd ,_fefced :=_cee .DecodeStream (_gdcc );if _fefced !=nil {_fca .Log .Debug ("\u0044\u0065c\u006f\u0064\u0065 \u0065\u0072\u0072\u006f\u0072\u003a\u0020\u0025\u0076",_fefced ); +return _fefced ;};_eegec ,_fefced :=_eag .Parse (_cd .NewReader (_acebd ));if _fefced !=nil {_fca .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0070\u0061\u0072\u0073\u0069n\u0067\u0020\u0025\u0064\u0020\u0062\u0079\u0074\u0065\u0020f\u006f\u006e\u0074",len (_gdcc .Stream )); +return _fefced ;};var _aecbf []rune ;var _begfb *_eag .Font ;switch _gdgf :=_ffgfe ._daac .(type ){case *_dae .TrueTypeFontEncoder :_aecbf =_gdgf .RegisteredRunes ();_begfb ,_fefced =_eegec .SubsetKeepRunes (_aecbf );if _fefced !=nil {_fca .Log .Debug ("\u0045R\u0052\u004f\u0052\u003a\u0020\u0025v",_fefced ); +return _fefced ;};_gdgf .SubsetRegistered ();case *_dae .IdentityEncoder :_aecbf =_gdgf .RegisteredRunes ();_geaf :=make ([]_eag .GlyphIndex ,len (_aecbf ));for _bggfa ,_acbf :=range _aecbf {_geaf [_bggfa ]=_eag .GlyphIndex (_acbf );};_begfb ,_fefced =_eegec .SubsetKeepIndices (_geaf ); +if _fefced !=nil {_fca .Log .Debug ("\u0045R\u0052\u004f\u0052\u003a\u0020\u0025v",_fefced );return _fefced ;};case _dae .SimpleEncoder :_ecggb :=_gdgf .Charcodes ();for _ ,_ccfdf :=range _ecggb {_eegge ,_egcae :=_gdgf .CharcodeToRune (_ccfdf );if !_egcae {_fca .Log .Debug ("\u0045\u0052\u0052O\u0052\u003a\u0020\u0075\u006e\u0061\u0062\u006c\u0065\u0020\u0063\u006f\u006e\u0076\u0065\u0072\u0074\u0020\u0063\u0068\u0061\u0072\u0063\u006f\u0064\u0065\u0020\u0074\u006f \u0072\u0075\u006e\u0065\u003a\u0020\u0025\u0064",_ccfdf ); +continue ;};_aecbf =append (_aecbf ,_eegge );};default:return _e .Errorf ("\u0075\u006e\u0073\u0075\u0070\u0070\u006f\u0072\u0074\u0065\u0064\u0020\u0065\u006e\u0063\u006f\u0064\u0065\u0072\u0020\u0066\u006f\u0072\u0020s\u0075\u0062\u0073\u0065\u0074t\u0069\u006eg\u003a\u0020\u0025\u0054",_ffgfe ._daac ); +};var _fedc _cd .Buffer ;_fefced =_begfb .Write (&_fedc );if _fefced !=nil {_fca .Log .Debug ("\u0045R\u0052\u004f\u0052\u003a\u0020\u0025v",_fefced );return _fefced ;};if _ffgfe ._abcbf !=nil {_bedd :=make (map[_dgg .CharCode ]rune ,len (_aecbf ));for _ ,_ccfdc :=range _aecbf {_efdd ,_ffgd :=_ffgfe ._daac .RuneToCharcode (_ccfdc ); +if !_ffgd {continue ;};_bedd [_dgg .CharCode (_efdd )]=_ccfdc ;};_ffgfe ._abcbf =_dgg .NewToUnicodeCMap (_bedd );};_gdcc ,_fefced =_cee .MakeStream (_fedc .Bytes (),_cee .NewFlateEncoder ());if _fefced !=nil {_fca .Log .Debug ("\u0045R\u0052\u004f\u0052\u003a\u0020\u0025v",_fefced ); +return _fefced ;};_gdcc .Set ("\u004ce\u006e\u0067\u0074\u0068\u0031",_cee .MakeInteger (int64 (_fedc .Len ())));if _dffb ,_eadg :=_cee .GetStream (_ebee ._ebcad .FontFile2 );_eadg {*_dffb =*_gdcc ;}else {_ebee ._ebcad .FontFile2 =_gdcc ;};_cgbg :=_ggfdcd (); +if len (_ffgfe ._fbcf )> 0{_ffgfe ._fbcf =_bdeb (_ffgfe ._fbcf ,_cgbg );};if len (_ebee ._fbcf )> 0{_ebee ._fbcf =_bdeb (_ebee ._fbcf ,_cgbg );};if len (_ffgfe ._ccgfa )> 0{_ffgfe ._ccgfa =_bdeb (_ffgfe ._ccgfa ,_cgbg );};if _ebee ._ebcad !=nil {_bdde ,_bgegd :=_cee .GetName (_ebee ._ebcad .FontName ); +if _bgegd &&len (_bdde .String ())> 0{_gceeg :=_bdeb (_bdde .String (),_cgbg );_ebee ._ebcad .FontName =_cee .MakeName (_gceeg );};};return nil ;}; -// WriteString outputs the object as it is to be written to file. -func (_faef *PdfTransformParamsDocMDP )WriteString ()string {return _faef .ToPdfObject ().WriteString ()}; +// NewPdfAnnotationFileAttachment returns a new file attachment annotation. +func NewPdfAnnotationFileAttachment ()*PdfAnnotationFileAttachment {_ead :=NewPdfAnnotation ();_afb :=&PdfAnnotationFileAttachment {};_afb .PdfAnnotation =_ead ;_afb .PdfAnnotationMarkup =&PdfAnnotationMarkup {};_ead .SetContext (_afb );return _afb ;}; -// SetLocation sets the `Location` field of the signature. -func (_fcbbb *PdfSignature )SetLocation (location string ){_fcbbb .Location =_eb .MakeString (location )}; -// Encoder returns the font's text encoder. -func (_cfgbf *pdfFontSimple )Encoder ()_fc .TextEncoder {if _cfgbf ._eccbb !=nil {return _cfgbf ._eccbb ;};if _cfgbf ._gcgb !=nil {return _cfgbf ._gcgb ;};_dacdd ,_ :=_fc .NewSimpleTextEncoder ("\u0053\u0074a\u006e\u0064\u0061r\u0064\u0045\u006e\u0063\u006f\u0064\u0069\u006e\u0067",nil ); -return _dacdd ;}; +// ToPdfObject returns colorspace in a PDF object format [name dictionary] +func (_dcga *PdfColorspaceLab )ToPdfObject ()_cee .PdfObject {_gafd :=_cee .MakeArray ();_gafd .Append (_cee .MakeName ("\u004c\u0061\u0062"));_ddde :=_cee .MakeDict ();if _dcga .WhitePoint !=nil {_dfaa :=_cee .MakeArray (_cee .MakeFloat (_dcga .WhitePoint [0]),_cee .MakeFloat (_dcga .WhitePoint [1]),_cee .MakeFloat (_dcga .WhitePoint [2])); +_ddde .Set ("\u0057\u0068\u0069\u0074\u0065\u0050\u006f\u0069\u006e\u0074",_dfaa );}else {_fca .Log .Error ("\u004c\u0061\u0062: \u004d\u0069\u0073\u0073\u0069\u006e\u0067\u0020\u0057h\u0069t\u0065P\u006fi\u006e\u0074\u0020\u0028\u0052\u0065\u0071\u0075\u0069\u0072\u0065\u0064\u0029"); +};if _dcga .BlackPoint !=nil {_cdda :=_cee .MakeArray (_cee .MakeFloat (_dcga .BlackPoint [0]),_cee .MakeFloat (_dcga .BlackPoint [1]),_cee .MakeFloat (_dcga .BlackPoint [2]));_ddde .Set ("\u0042\u006c\u0061\u0063\u006b\u0050\u006f\u0069\u006e\u0074",_cdda ); +};if _dcga .Range !=nil {_edag :=_cee .MakeArray (_cee .MakeFloat (_dcga .Range [0]),_cee .MakeFloat (_dcga .Range [1]),_cee .MakeFloat (_dcga .Range [2]),_cee .MakeFloat (_dcga .Range [3]));_ddde .Set ("\u0052\u0061\u006eg\u0065",_edag );};_gafd .Append (_ddde ); +if _dcga ._acff !=nil {_dcga ._acff .PdfObject =_gafd ;return _dcga ._acff ;};return _gafd ;}; -// GetOCProperties returns the optional content properties PdfObject. -func (_gabbg *PdfReader )GetOCProperties ()(_eb .PdfObject ,error ){_efbg :=_gabbg ._bagcfd ;_ccbfa :=_efbg .Get ("\u004f\u0043\u0050r\u006f\u0070\u0065\u0072\u0074\u0069\u0065\u0073");_ccbfa =_eb .ResolveReference (_ccbfa );if !_gabbg ._cfcgdf {_adbbc :=_gabbg .traverseObjectData (_ccbfa ); -if _adbbc !=nil {return nil ,_adbbc ;};};return _ccbfa ,nil ;}; +// PdfWriter handles outputing PDF content. +type PdfWriter struct{_fadf *_cee .PdfIndirectObject ;_cdggg *_cee .PdfIndirectObject ;_gecd map[_cee .PdfObject ]struct{};_dcdg []*_cee .PdfIndirectObject ;_gccff []_cee .PdfObject ;_dgbgbb map[_cee .PdfObject ]struct{};_fceged []*_cee .PdfIndirectObject ; +_fecge *PdfOutlineTreeNode ;_cdebc *_cee .PdfObjectDictionary ;_cfba []_cee .PdfObject ;_cbfac *_cee .PdfIndirectObject ;_cbeea *_g .Writer ;_gfee int64 ;_efdcg error ;_ddafb *_cee .PdfCrypt ;_ggfgf *_cee .PdfObjectDictionary ;_bbfag *_cee .PdfIndirectObject ; +_aeffd *_cee .PdfObjectArray ;_gceef _cee .Version ;_deda *bool ;_fgadee map[_cee .PdfObject ][]*_cee .PdfObjectDictionary ;_acfdc *PdfAcroForm ;_bbcfgd *Names ;_ecgef Optimizer ;_bacda StandardApplier ;_gceegb map[int ]crossReference ;_cdcea int64 ;ObjNumOffset int ; +_fbaeb bool ;_dedac _cee .XrefTable ;_dfdbb int64 ;_ffcbgf int64 ;_ccaed map[_cee .PdfObject ]int64 ;_befcg map[_cee .PdfObject ]struct{};_cbdcf string ;_cafaa string ;_dbbf []*PdfOutputIntent ;_dabaf bool ;_dfea ,_bcggd string ;}; -// SetPrintClip sets the value of the printClip. -func (_cfgfcc *ViewerPreferences )SetPrintClip (printClip PageBoundary ){_cfgfcc ._edef =printClip };func (_dcc *PdfReader )newPdfAnnotationLinkFromDict (_bbc *_eb .PdfObjectDictionary )(*PdfAnnotationLink ,error ){_cdgg :=PdfAnnotationLink {};_cdgg .A =_bbc .Get ("\u0041"); -_cdgg .Dest =_bbc .Get ("\u0044\u0065\u0073\u0074");_cdgg .H =_bbc .Get ("\u0048");_cdgg .PA =_bbc .Get ("\u0050\u0041");_cdgg .QuadPoints =_bbc .Get ("\u0051\u0075\u0061\u0064\u0050\u006f\u0069\u006e\u0074\u0073");_cdgg .BS =_bbc .Get ("\u0042\u0053"); -return &_cdgg ,nil ;}; +// SetContext set the sub annotation (context). +func (_fffbc *PdfShading )SetContext (ctx PdfModel ){_fffbc ._ddffe =ctx }; -// NewPdfAnnotationPolygon returns a new polygon annotation. -func NewPdfAnnotationPolygon ()*PdfAnnotationPolygon {_cfe :=NewPdfAnnotation ();_fbda :=&PdfAnnotationPolygon {};_fbda .PdfAnnotation =_cfe ;_fbda .PdfAnnotationMarkup =&PdfAnnotationMarkup {};_cfe .SetContext (_fbda );return _fbda ;}; +// ToPdfObject returns the PDF representation of the colorspace. +func (_bage *PdfColorspaceDeviceRGB )ToPdfObject ()_cee .PdfObject {return _cee .MakeName ("\u0044e\u0076\u0069\u0063\u0065\u0052\u0047B");}; -// ReaderOpts defines options for creating PdfReader instances. -type ReaderOpts struct{ +// NewPdfActionSound returns a new "sound" action. +func NewPdfActionSound ()*PdfActionSound {_fba :=NewPdfAction ();_cfag :=&PdfActionSound {};_cfag .PdfAction =_fba ;_fba .SetContext (_cfag );return _cfag ;}; -// Password password of the PDF file encryption. -// Default: empty (""). -Password string ; +// ToPdfObject implements interface PdfModel. +func (_eafgb *PdfAnnotationScreen )ToPdfObject ()_cee .PdfObject {_eafgb .PdfAnnotation .ToPdfObject ();_fdecg :=_eafgb ._eddc ;_dgbaf :=_fdecg .PdfObject .(*_cee .PdfObjectDictionary );_dgbaf .SetIfNotNil ("\u0053u\u0062\u0074\u0079\u0070\u0065",_cee .MakeName ("\u0053\u0063\u0072\u0065\u0065\u006e")); +_dgbaf .SetIfNotNil ("\u0054",_eafgb .T );_dgbaf .SetIfNotNil ("\u004d\u004b",_eafgb .MK );_dgbaf .SetIfNotNil ("\u0041",_eafgb .A );_dgbaf .SetIfNotNil ("\u0041\u0041",_eafgb .AA );return _fdecg ;};func (_cgecg *PdfWriter )setCatalogVersion (){_cgecg ._cdebc .Set ("\u0056e\u0072\u0073\u0069\u006f\u006e",_cee .MakeName (_e .Sprintf ("\u0025\u0064\u002e%\u0064",_cgecg ._gceef .Major ,_cgecg ._gceef .Minor ))); +};func (_cgcaf *PdfReader )loadAnnotations (_fegaa _cee .PdfObject )([]*PdfAnnotation ,error ){_ddga ,_fagga :=_cee .GetArray (_fegaa );if !_fagga {return nil ,_e .Errorf ("\u0041\u006e\u006e\u006fts\u0020\u006e\u006f\u0074\u0020\u0061\u006e\u0020\u0061\u0072\u0072\u0061\u0079"); +};var _affab []*PdfAnnotation ;for _ ,_ceeea :=range _ddga .Elements (){_ceeea =_cee .ResolveReference (_ceeea );if _ ,_beaca :=_ceeea .(*_cee .PdfObjectNull );_beaca {continue ;};_cfge ,_ccfg :=_ceeea .(*_cee .PdfObjectDictionary );_ccadg ,_dcbe :=_ceeea .(*_cee .PdfIndirectObject ); +if _ccfg {_ccadg =&_cee .PdfIndirectObject {};_ccadg .PdfObject =_cfge ;}else {if !_dcbe {return nil ,_e .Errorf ("\u0061\u006eno\u0074\u0061\u0074i\u006f\u006e\u0020\u006eot \u0069n \u0061\u006e\u0020\u0069\u006e\u0064\u0069re\u0063\u0074\u0020\u006f\u0062\u006a\u0065c\u0074"); +};};_edgec ,_fbff :=_cgcaf .newPdfAnnotationFromIndirectObject (_ccadg );if _fbff !=nil {return nil ,_fbff ;};switch _fcgcg :=_edgec .GetContext ().(type ){case *PdfAnnotationWidget :for _ ,_acggbb :=range _cgcaf .AcroForm .AllFields (){if _acggbb ._ccbb ==_fcgcg .Parent {_fcgcg ._dec =_acggbb ; +break ;};};};if _edgec !=nil {_affab =append (_affab ,_edgec );};};return _affab ,nil ;}; -// LazyLoad set if the PDF file would be loaded using lazy-loading mode. -// Default: true. -LazyLoad bool ; +// ToPdfObject implements interface PdfModel. +func (_eg *PdfActionMovie )ToPdfObject ()_cee .PdfObject {_eg .PdfAction .ToPdfObject ();_adcb :=_eg ._gaf ;_gba :=_adcb .PdfObject .(*_cee .PdfObjectDictionary );_gba .SetIfNotNil ("\u0053",_cee .MakeName (string (ActionTypeMovie )));_gba .SetIfNotNil ("\u0041\u006e\u006e\u006f\u0074\u0061\u0074\u0069\u006f\u006e",_eg .Annotation ); +_gba .SetIfNotNil ("\u0054",_eg .T );_gba .SetIfNotNil ("\u004fp\u0065\u0072\u0061\u0074\u0069\u006fn",_eg .Operation );return _adcb ;}; -// ComplianceMode set if parsed PDF file should contain meta information for the verifiers of the compliance standards like PDF/A. -ComplianceMode bool ;}; +// ContentStreamWrapper wraps the Page's contentstream into q ... Q blocks. +type ContentStreamWrapper interface{WrapContentStream (_bfecgf *PdfPage )error ;}; -// GetContentStreamObjs returns a slice of PDF objects containing the content -// streams of the page. -func (_ebcf *PdfPage )GetContentStreamObjs ()[]_eb .PdfObject {if _ebcf .Contents ==nil {return nil ;};_edaa :=_eb .TraceToDirectObject (_ebcf .Contents );if _dfacga ,_gabcd :=_edaa .(*_eb .PdfObjectArray );_gabcd {return _dfacga .Elements ();};return []_eb .PdfObject {_edaa }; +// ToPdfObject returns a PDF object representation of the outline item. +func (_dgceb *OutlineItem )ToPdfObject ()_cee .PdfObject {_gbbd ,_ :=_dgceb .ToPdfOutlineItem ();return _gbbd .ToPdfObject ();}; + +// String returns a string that describes `font`. +func (_aabe *PdfFont )String ()string {_fecb :="";if _aabe ._bggcf .Encoder ()!=nil {_fecb =_aabe ._bggcf .Encoder ().String ();};return _e .Sprintf ("\u0046\u004f\u004e\u0054\u007b\u0025\u0054\u0020\u0025s\u0020\u0025\u0073\u007d",_aabe ._bggcf ,_aabe .baseFields ().coreString (),_fecb ); }; -// B returns the value of the B component of the color. -func (_deagd *PdfColorLab )B ()float64 {return _deagd [2]}; +// GetContext returns a reference to the subpattern entry: either PdfTilingPattern or PdfShadingPattern. +func (_dcbec *PdfPattern )GetContext ()PdfModel {return _dcbec ._gabf };func (_fgfg *Image )samplesTrimPadding (_fdbb []uint32 )[]uint32 {_gfef :=_fgfg .ColorComponents *int (_fgfg .Width )*int (_fgfg .Height );if len (_fdbb )==_gfef {return _fdbb ;};_eageg :=make ([]uint32 ,_gfef ); +_ggdec :=int (_fgfg .Width )*_fgfg .ColorComponents ;var _aafcb ,_facdfe ,_daefc ,_cdbeg int ;_cffe :=_ca .BytesPerLine (int (_fgfg .Width ),int (_fgfg .BitsPerComponent ),_fgfg .ColorComponents );for _aafcb =0;_aafcb < int (_fgfg .Height );_aafcb ++{_facdfe =_aafcb *int (_fgfg .Width ); +_daefc =_aafcb *_cffe ;for _cdbeg =0;_cdbeg < _ggdec ;_cdbeg ++{_eageg [_facdfe +_cdbeg ]=_fdbb [_daefc +_cdbeg ];};};return _eageg ;}; -// ToPdfOutlineItem returns a low level PdfOutlineItem object, -// based on the current instance. -func (_cfad *OutlineItem )ToPdfOutlineItem ()(*PdfOutlineItem ,int64 ){_abege :=NewPdfOutlineItem ();_abege .Title =_eb .MakeEncodedString (_cfad .Title ,true );_abege .Dest =_cfad .Dest .ToPdfObject ();var _bgaegb []*PdfOutlineItem ;var _dgbfe int64 ; -var _ddeda *PdfOutlineItem ;for _ ,_bdeed :=range _cfad .Entries {_baffea ,_fgcdcc :=_bdeed .ToPdfOutlineItem ();_baffea .Parent =&_abege .PdfOutlineTreeNode ;if _ddeda !=nil {_ddeda .Next =&_baffea .PdfOutlineTreeNode ;_baffea .Prev =&_ddeda .PdfOutlineTreeNode ; -};_bgaegb =append (_bgaegb ,_baffea );_dgbfe +=_fgcdcc ;_ddeda =_baffea ;};_ffcc :=len (_bgaegb );_dgbfe +=int64 (_ffcc );if _ffcc > 0{_abege .First =&_bgaegb [0].PdfOutlineTreeNode ;_abege .Last =&_bgaegb [_ffcc -1].PdfOutlineTreeNode ;_abege .Count =&_dgbfe ; -};return _abege ,_dgbfe ;}; +// Permissions specify a permissions dictionary (PDF 1.5). +// (Section 12.8.4, Table 258 - Entries in a permissions dictionary p. 477 in PDF32000_2008). +type Permissions struct{DocMDP *PdfSignature ;_bgaae *_cee .PdfObjectDictionary ;};func (_dbfa *PdfReader )newPdfAnnotationMarkupFromDict (_aeac *_cee .PdfObjectDictionary )(*PdfAnnotationMarkup ,error ){_dbbc :=&PdfAnnotationMarkup {};if _bfee :=_aeac .Get ("\u0054"); +_bfee !=nil {_dbbc .T =_bfee ;};if _bgdaa :=_aeac .Get ("\u0050\u006f\u0070u\u0070");_bgdaa !=nil {_cdad ,_fcf :=_bgdaa .(*_cee .PdfIndirectObject );if !_fcf {if _ ,_eddf :=_bgdaa .(*_cee .PdfObjectNull );!_eddf {return nil ,_cdf .New ("p\u006f\u0070\u0075\u0070\u0020\u0073\u0068\u006f\u0075\u006c\u0064\u0020\u0070\u006f\u0069\u006e\u0074\u0020t\u006f\u0020\u0061\u006e\u0020\u0069\u006e\u0064\u0069\u0072ec\u0074\u0020\u006fb\u006ae\u0063\u0074"); +};}else {_fdgd ,_egae :=_dbfa .newPdfAnnotationFromIndirectObject (_cdad );if _egae !=nil {return nil ,_egae ;};if _fdgd !=nil {_gfgg ,_fgg :=_fdgd ._ecf .(*PdfAnnotationPopup );if !_fgg {return nil ,_cdf .New ("\u006f\u0062\u006ae\u0063\u0074\u0020\u006e\u006f\u0074\u0020\u0072\u0065\u0066\u0065\u0072\u0072\u0069\u006e\u0067\u0020\u0074\u006f\u0020\u0061\u0020\u0070\u006f\u0070\u0075\u0070\u0020\u0061n\u006e\u006f\u0074\u0061\u0074\u0069\u006f\u006e"); +};_dbbc .Popup =_gfgg ;};};};if _bad :=_aeac .Get ("\u0043\u0041");_bad !=nil {_dbbc .CA =_bad ;};if _dfdc :=_aeac .Get ("\u0052\u0043");_dfdc !=nil {_dbbc .RC =_dfdc ;};if _adaf :=_aeac .Get ("\u0043\u0072\u0065a\u0074\u0069\u006f\u006e\u0044\u0061\u0074\u0065"); +_adaf !=nil {_dbbc .CreationDate =_adaf ;};if _gga :=_aeac .Get ("\u0049\u0052\u0054");_gga !=nil {_dbbc .IRT =_gga ;};if _egff :=_aeac .Get ("\u0053\u0075\u0062\u006a");_egff !=nil {_dbbc .Subj =_egff ;};if _abe :=_aeac .Get ("\u0052\u0054");_abe !=nil {_dbbc .RT =_abe ; +};if _fcbc :=_aeac .Get ("\u0049\u0054");_fcbc !=nil {_dbbc .IT =_fcbc ;};if _bbdg :=_aeac .Get ("\u0045\u0078\u0044\u0061\u0074\u0061");_bbdg !=nil {_dbbc .ExData =_bbdg ;};return _dbbc ,nil ;}; -// GetAsTilingPattern returns a tiling pattern. Check with IsTiling() prior to using this. -func (_fbebb *PdfPattern )GetAsTilingPattern ()*PdfTilingPattern {return _fbebb ._eefgb .(*PdfTilingPattern );}; +// PdfShading represents a shading dictionary. There are 7 types of shading, +// indicatedby the shading type variable: +// 1: Function-based shading. +// 2: Axial shading. +// 3: Radial shading. +// 4: Free-form Gouraud-shaded triangle mesh. +// 5: Lattice-form Gouraud-shaded triangle mesh. +// 6: Coons patch mesh. +// 7: Tensor-product patch mesh. +// types 4-7 are contained in a stream object, where the dictionary is given by the stream dictionary. +type PdfShading struct{ShadingType *_cee .PdfObjectInteger ;ColorSpace PdfColorspace ;Background *_cee .PdfObjectArray ;BBox *PdfRectangle ;AntiAlias *_cee .PdfObjectBool ;_ddffe PdfModel ;_dfgbe _cee .PdfObject ;}; -// IsHideMenubar returns the value of the hideMenubar flag. -func (_efeea *ViewerPreferences )IsHideMenubar ()bool {if _efeea ._gcbcb ==nil {return false ;};return *_efeea ._gcbcb ;};func (_cgf *PdfReader )newPdfAnnotationPrinterMarkFromDict (_cdce *_eb .PdfObjectDictionary )(*PdfAnnotationPrinterMark ,error ){_fcfb :=PdfAnnotationPrinterMark {}; -_fcfb .MN =_cdce .Get ("\u004d\u004e");return &_fcfb ,nil ;}; +// ToPdfObject sets the common field elements. +// Note: Call the more field context's ToPdfObject to set both the generic and +// non-generic information. +func (_ffdb *PdfField )ToPdfObject ()_cee .PdfObject {_ffaa :=_ffdb ._ccbb ;_fggc :=_ffaa .PdfObject .(*_cee .PdfObjectDictionary );_geec :=_cee .MakeArray ();for _ ,_fddfc :=range _ffdb .Kids {_geec .Append (_fddfc .ToPdfObject ());};for _ ,_cdcb :=range _ffdb .Annotations {if _cdcb ._eddc !=_ffdb ._ccbb {_geec .Append (_cdcb .GetContext ().ToPdfObject ()); +};};if _ffdb .Parent !=nil {_fggc .SetIfNotNil ("\u0050\u0061\u0072\u0065\u006e\u0074",_ffdb .Parent .GetContainingPdfObject ());};if _geec .Len ()> 0{_fggc .Set ("\u004b\u0069\u0064\u0073",_geec );};_fggc .SetIfNotNil ("\u0046\u0054",_ffdb .FT );_fggc .SetIfNotNil ("\u0054",_ffdb .T ); +_fggc .SetIfNotNil ("\u0054\u0055",_ffdb .TU );_fggc .SetIfNotNil ("\u0054\u004d",_ffdb .TM );_fggc .SetIfNotNil ("\u0046\u0066",_ffdb .Ff );_fggc .SetIfNotNil ("\u0056",_ffdb .V );_fggc .SetIfNotNil ("\u0044\u0056",_ffdb .DV );_fggc .SetIfNotNil ("\u0041\u0041",_ffdb .AA ); +if _ffdb .VariableText !=nil {_fggc .SetIfNotNil ("\u0044\u0041",_ffdb .VariableText .DA );_fggc .SetIfNotNil ("\u0051",_ffdb .VariableText .Q );_fggc .SetIfNotNil ("\u0044\u0053",_ffdb .VariableText .DS );_fggc .SetIfNotNil ("\u0052\u0056",_ffdb .VariableText .RV ); +};return _ffaa ;}; -// ImageToRGB converts an image in CMYK32 colorspace to an RGB image. -func (_aaag *PdfColorspaceDeviceCMYK )ImageToRGB (img Image )(Image ,error ){_ddb .Log .Trace ("\u0043\u004d\u0059\u004b\u0033\u0032\u0020\u002d\u003e\u0020\u0052\u0047\u0042");_ddb .Log .Trace ("I\u006d\u0061\u0067\u0065\u0020\u0042P\u0043\u003a\u0020\u0025\u0064\u002c \u0043\u006f\u006c\u006f\u0072\u0020\u0063o\u006d\u0070\u006f\u006e\u0065\u006e\u0074\u0073\u003a\u0020%\u0064",img .BitsPerComponent ,img .ColorComponents ); -_ddb .Log .Trace ("\u004c\u0065\u006e \u0064\u0061\u0074\u0061\u003a\u0020\u0025\u0064",len (img .Data ));_ddb .Log .Trace ("H\u0065\u0069\u0067\u0068t:\u0020%\u0064\u002c\u0020\u0057\u0069d\u0074\u0068\u003a\u0020\u0025\u0064",img .Height ,img .Width ); -_eada ,_cfbe :=_df .NewImage (int (img .Width ),int (img .Height ),int (img .BitsPerComponent ),img .ColorComponents ,img .Data ,img ._bdcab ,img ._fedc );if _cfbe !=nil {return Image {},_cfbe ;};_fefa ,_cfbe :=_df .NRGBAConverter .Convert (_eada );if _cfbe !=nil {return Image {},_cfbe ; -};return _ggaa (_fefa .Base ()),nil ;}; +// SetCatalogStructTreeRoot sets the catalog struct tree root object. +func (_ceedcc *PdfWriter )SetCatalogStructTreeRoot (tree _cee .PdfObject )error {if tree ==nil {_ceedcc ._cdebc .Remove ("\u0053\u0074\u0072\u0075\u0063\u0074\u0054\u0072\u0065e\u0052\u006f\u006f\u0074");return nil ;};_ceedcc ._cdebc .Set ("\u0053\u0074\u0072\u0075\u0063\u0074\u0054\u0072\u0065e\u0052\u006f\u006f\u0074",tree ); +return _ceedcc .addObjects (tree );}; -// PdfActionTrans represents a trans action. -type PdfActionTrans struct{*PdfAction ;Trans _eb .PdfObject ;};func (_ecgd fontCommon )fontFlags ()int {if _ecgd ._bged ==nil {return 0;};return _ecgd ._bged ._eeda ;};func _agbf (_eebef string )(map[_fc .CharCode ]_fc .GlyphName ,error ){_ecag :=_cc .Split (_eebef ,"\u000a"); -_cgbdb :=make (map[_fc .CharCode ]_fc .GlyphName );for _ ,_ffebg :=range _ecag {_bedfe :=_cccge .FindStringSubmatch (_ffebg );if _bedfe ==nil {continue ;};_bcdd ,_gfcec :=_bedfe [1],_bedfe [2];_fffba ,_cged :=_de .Atoi (_bcdd );if _cged !=nil {_ddb .Log .Debug ("\u0045\u0052\u0052\u004fR\u003a\u0020\u0042\u0061\u0064\u0020\u0065\u006e\u0063\u006fd\u0069n\u0067\u0020\u006c\u0069\u006e\u0065\u002e \u0025\u0071",_ffebg ); -return nil ,_eb .ErrTypeError ;};_cgbdb [_fc .CharCode (_fffba )]=_fc .GlyphName (_gfcec );};_ddb .Log .Trace ("g\u0065\u0074\u0045\u006e\u0063\u006fd\u0069\u006e\u0067\u0073\u003a\u0020\u006b\u0065\u0079V\u0061\u006c\u0075e\u0073=\u0025\u0023\u0076",_cgbdb ); -return _cgbdb ,nil ;}; +// NumCopies returns the value of the numCopies. +func (_bcdfe *ViewerPreferences )NumCopies ()int {return _bcdfe ._dbcbe }; -// GetPageNumber returns the page number that has been assigned to the K object. -func (_daad *KDict )GetPageNumber ()int64 {return _daad ._dcgce };func (_cagb *PdfColorspaceDeviceRGB )String ()string {return "\u0044e\u0076\u0069\u0063\u0065\u0052\u0047B";}; +// ToPdfObject returns the PDF representation of the pattern. +func (_bcabe *PdfPattern )ToPdfObject ()_cee .PdfObject {_abgaga :=_bcabe .getDict ();_abgaga .Set ("\u0054\u0079\u0070\u0065",_cee .MakeName ("\u0050a\u0074\u0074\u0065\u0072\u006e"));_abgaga .Set ("P\u0061\u0074\u0074\u0065\u0072\u006e\u0054\u0079\u0070\u0065",_cee .MakeInteger (_bcabe .PatternType )); +return _bcabe ._bgabc ;}; -// ToPdfObject returns a PDF object representation of the outline. -func (_cfaa *Outline )ToPdfObject ()_eb .PdfObject {return _cfaa .ToPdfOutline ().ToPdfObject ()}; +// PdfAnnotationMovie represents Movie annotations. +// (Section 12.5.6.17). +type PdfAnnotationMovie struct{*PdfAnnotation ;T _cee .PdfObject ;Movie _cee .PdfObject ;A _cee .PdfObject ;}; -// ColorAt returns the color of the image pixel specified by the x and y coordinates. -func (_ggbc *Image )ColorAt (x ,y int )(_b .Color ,error ){_edgbd :=_df .BytesPerLine (int (_ggbc .Width ),int (_ggbc .BitsPerComponent ),_ggbc .ColorComponents );switch _ggbc .ColorComponents {case 1:return _df .ColorAtGrayscale (x ,y ,int (_ggbc .BitsPerComponent ),_edgbd ,_ggbc .Data ,_ggbc ._fedc ); -case 3:return _df .ColorAtNRGBA (x ,y ,int (_ggbc .Width ),_edgbd ,int (_ggbc .BitsPerComponent ),_ggbc .Data ,_ggbc ._bdcab ,_ggbc ._fedc );case 4:return _df .ColorAtCMYK (x ,y ,int (_ggbc .Width ),_ggbc .Data ,_ggbc ._fedc );};_ddb .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0075\u006e\u0073\u0075\u0070\u0070\u006f\u0072\u0074\u0065\u0064 i\u006da\u0067\u0065\u002e\u0020\u0025\u0064\u0020\u0063\u006f\u006d\u0070\u006fn\u0065\u006e\u0074\u0073\u002c\u0020\u0025\u0064\u0020\u0062\u0069\u0074\u0073\u0020\u0070\u0065\u0072 \u0063\u006f\u006d\u0070\u006f\u006e\u0065\u006e\u0074",_ggbc .ColorComponents ,_ggbc .BitsPerComponent ); -return nil ,_dcf .New ("\u0075\u006e\u0073\u0075p\u0070\u006f\u0072\u0074\u0065\u0064\u0020\u0069\u006d\u0061g\u0065 \u0063\u006f\u006c\u006f\u0072\u0073\u0070a\u0063\u0065");};func (_age *PdfAppender )updateObjectsDeep (_gcbd _eb .PdfObject ,_cbea map[_eb .PdfObject ]struct{}){if _cbea ==nil {_cbea =map[_eb .PdfObject ]struct{}{}; -};if _ ,_ccab :=_cbea [_gcbd ];_ccab ||_gcbd ==nil {return ;};_cbea [_gcbd ]=struct{}{};_fcae :=_eb .ResolveReferencesDeep (_gcbd ,_age ._fdfg );if _fcae !=nil {_ddb .Log .Debug ("\u0045R\u0052\u004f\u0052\u003a\u0020\u0025v",_fcae );};switch _agga :=_gcbd .(type ){case *_eb .PdfIndirectObject :switch {case _agga .GetParser ()==_age ._adac ._ebbe :return ; -case _agga .GetParser ()==_age .Reader ._ebbe :_ccaa ,_ :=_age ._adac .GetIndirectObjectByNumber (int (_agga .ObjectNumber ));_ffaca ,_bffaa :=_ccaa .(*_eb .PdfIndirectObject );if _bffaa &&_ffaca !=nil {if _ffaca .PdfObject !=_agga .PdfObject &&_ffaca .PdfObject .WriteString ()!=_agga .PdfObject .WriteString (){if _cc .Contains (_agga .PdfObject .WriteString (),"\u002f\u0053\u0069\u0067")&&_cc .Contains (_agga .PdfObject .WriteString (),"\u002f\u0053\u0075\u0062\u0074\u0079\u0070\u0065"){return ; -};_age .addNewObject (_gcbd );_age ._ebcbc [_gcbd ]=_agga .ObjectNumber ;};};default:_age .addNewObject (_gcbd );};_age .updateObjectsDeep (_agga .PdfObject ,_cbea );case *_eb .PdfObjectArray :for _ ,_eagga :=range _agga .Elements (){_age .updateObjectsDeep (_eagga ,_cbea ); -};case *_eb .PdfObjectDictionary :for _ ,_bdfbe :=range _agga .Keys (){_age .updateObjectsDeep (_agga .Get (_bdfbe ),_cbea );};case *_eb .PdfObjectStreams :if _agga .GetParser ()!=_age ._adac ._ebbe {for _ ,_gffe :=range _agga .Elements (){_age .updateObjectsDeep (_gffe ,_cbea ); -};};case *_eb .PdfObjectStream :switch {case _agga .GetParser ()==_age ._adac ._ebbe :return ;case _agga .GetParser ()==_age .Reader ._ebbe :if _afda ,_aga :=_age ._adac ._ebbe .LookupByReference (_agga .PdfObjectReference );_aga ==nil {var _cfbd bool ; -if _dfbf ,_badg :=_eb .GetStream (_afda );_badg &&_dd .Equal (_dfbf .Stream ,_agga .Stream ){_cfbd =true ;};if _aagd ,_ccfg :=_eb .GetDict (_afda );_cfbd &&_ccfg {_cfbd =_aagd .WriteString ()==_agga .PdfObjectDictionary .WriteString ();};if _cfbd {return ; -};};if _agga .ObjectNumber !=0{_age ._ebcbc [_gcbd ]=_agga .ObjectNumber ;};default:if _ ,_fecga :=_age ._accfg [_gcbd ];!_fecga {_age .addNewObject (_gcbd );};};_age .updateObjectsDeep (_agga .PdfObjectDictionary ,_cbea );};}; +// UpdateXObjectImageFromImage creates a new XObject Image from an +// Image object `img` and default masks from xobjIn. +// The default masks are overridden if img.hasAlpha +// If `encoder` is nil, uses raw encoding (none). +func UpdateXObjectImageFromImage (xobjIn *XObjectImage ,img *Image ,cs PdfColorspace ,encoder _cee .StreamEncoder )(*XObjectImage ,error ){if encoder ==nil {var _effge error ;encoder ,_effge =img .getSuitableEncoder ();if _effge !=nil {_fca .Log .Debug ("F\u0061\u0069l\u0075\u0072\u0065\u0020\u006f\u006e\u0020\u0066\u0069\u006e\u0064\u0069\u006e\u0067\u0020\u0073\u0075\u0069\u0074\u0061b\u006c\u0065\u0020\u0069\u006d\u0061\u0067\u0065\u0020\u0065\u006e\u0063\u006f\u0064\u0065\u0072,\u0020\u0066\u0061\u006c\u006c\u0062\u0061\u0063\u006b\u0020\u0074\u006f\u0020R\u0061\u0077\u0045\u006e\u0063\u006f\u0064\u0065\u0072\u003a\u0020%\u0076",_effge ); +encoder =_cee .NewRawEncoder ();};};encoder .UpdateParams (img .GetParamsDict ());_gfdef ,_gfcdb :=encoder .EncodeBytes (img .Data );if _gfcdb !=nil {_fca .Log .Debug ("\u0045\u0072\u0072or\u0020\u0077\u0069\u0074\u0068\u0020\u0065\u006e\u0063\u006f\u0064\u0069\u006e\u0067\u003a\u0020\u0025\u0076",_gfcdb ); +return nil ,_gfcdb ;};_bgbgd :=NewXObjectImage ();_aabgc :=img .Width ;_fdac :=img .Height ;_bgbgd .Width =&_aabgc ;_bgbgd .Height =&_fdac ;_gdeeg :=img .BitsPerComponent ;_bgbgd .BitsPerComponent =&_gdeeg ;_bgbgd .Filter =encoder ;_bgbgd .Stream =_gfdef ; +if cs ==nil {if img .ColorComponents ==1{_bgbgd .ColorSpace =NewPdfColorspaceDeviceGray ();if img .BitsPerComponent ==16{switch encoder .(type ){case *_cee .DCTEncoder :_bgbgd .ColorSpace =NewPdfColorspaceDeviceRGB ();_gdeeg =8;_bgbgd .BitsPerComponent =&_gdeeg ; +};};}else if img .ColorComponents ==3{_bgbgd .ColorSpace =NewPdfColorspaceDeviceRGB ();}else if img .ColorComponents ==4{switch encoder .(type ){case *_cee .DCTEncoder :_bgbgd .ColorSpace =NewPdfColorspaceDeviceRGB ();default:_bgbgd .ColorSpace =NewPdfColorspaceDeviceCMYK (); +};}else {return nil ,_cdf .New ("c\u006fl\u006f\u0072\u0073\u0070\u0061\u0063\u0065\u0020u\u006e\u0064\u0065\u0066in\u0065\u0064");};}else {_bgbgd .ColorSpace =cs ;};if len (img ._cbfg )!=0{_egcab :=NewXObjectImage ();_egcab .Filter =encoder ;_daebbe ,_gfgda :=encoder .EncodeBytes (img ._cbfg ); +if _gfgda !=nil {_fca .Log .Debug ("\u0045\u0072\u0072or\u0020\u0077\u0069\u0074\u0068\u0020\u0065\u006e\u0063\u006f\u0064\u0069\u006e\u0067\u003a\u0020\u0025\u0076",_gfgda );return nil ,_gfgda ;};_egcab .Stream =_daebbe ;_egcab .BitsPerComponent =_bgbgd .BitsPerComponent ; +_egcab .Width =&img .Width ;_egcab .Height =&img .Height ;_egcab .ColorSpace =NewPdfColorspaceDeviceGray ();_bgbgd .SMask =_egcab .ToPdfObject ();}else {_bgbgd .SMask =xobjIn .SMask ;_bgbgd .ImageMask =xobjIn .ImageMask ;if _bgbgd .ColorSpace .GetNumComponents ()==1{_eeeea (_bgbgd ); +};};return _bgbgd ,nil ;};var _fceac =map[string ]struct{}{"\u0057i\u006eA\u006e\u0073\u0069\u0045\u006e\u0063\u006f\u0064\u0069\u006e\u0067":{},"\u004d\u0061c\u0052\u006f\u006da\u006e\u0045\u006e\u0063\u006f\u0064\u0069\u006e\u0067":{},"\u004d\u0061\u0063\u0045\u0078\u0070\u0065\u0072\u0074\u0045\u006e\u0063o\u0064\u0069\u006e\u0067":{},"\u0053\u0074a\u006e\u0064\u0061r\u0064\u0045\u006e\u0063\u006f\u0064\u0069\u006e\u0067":{}}; -// NewPdfDateFromTime will create a PdfDate based on the given time -func NewPdfDateFromTime (timeObj _d .Time )(PdfDate ,error ){_baefd :=timeObj .Format ("\u002d\u0030\u0037\u003a\u0030\u0030");_gadca ,_ :=_de .ParseInt (_baefd [1:3],10,32);_bdfce ,_ :=_de .ParseInt (_baefd [4:6],10,32);return PdfDate {_fffdf :int64 (timeObj .Year ()),_aacegf :int64 (timeObj .Month ()),_afgfb :int64 (timeObj .Day ()),_bdfbf :int64 (timeObj .Hour ()),_aecad :int64 (timeObj .Minute ()),_cfdb :int64 (timeObj .Second ()),_eaede :_baefd [0],_fgggd :_gadca ,_gadga :_bdfce },nil ; -}; -// GetContainingPdfObject implements model.PdfModel interface. -func (_facaa *PdfOutputIntent )GetContainingPdfObject ()_eb .PdfObject {return _facaa ._ebbd }; +// PdfAnnotationWatermark represents Watermark annotations. +// (Section 12.5.6.22). +type PdfAnnotationWatermark struct{*PdfAnnotation ;FixedPrint _cee .PdfObject ;}; -// ImageToRGB converts ICCBased colorspace image to RGB and returns the result. -func (_fad *PdfColorspaceICCBased )ImageToRGB (img Image )(Image ,error ){if _fad .Alternate ==nil {_ddb .Log .Debug ("I\u0043\u0043\u0020\u0042\u0061\u0073\u0065\u0064\u0020\u0063\u006f\u006c\u006f\u0072\u0073\u0070\u0061\u0063e\u0020\u006d\u0069\u0073\u0073\u0069\u006e\u0067\u0020\u0061lt\u0065\u0072\u006ea\u0074i\u0076\u0065"); -if _fad .N ==1{_ddb .Log .Debug ("\u0049\u0043\u0043\u0020\u0042a\u0073\u0065\u0064\u0020\u0063o\u006co\u0072\u0073\u0070\u0061\u0063\u0065\u0020\u006d\u0069\u0073\u0073\u0069\u006e\u0067\u0020\u0061\u006c\u0074\u0065r\u006e\u0061\u0074\u0069\u0076\u0065\u0020\u002d\u0020\u0075\u0073\u0069\u006e\u0067\u0020\u0044\u0065\u0076\u0069\u0063\u0065\u0047\u0072\u0061y\u0020\u0028\u004e\u003d\u0031\u0029"); -_dfcf :=NewPdfColorspaceDeviceGray ();return _dfcf .ImageToRGB (img );}else if _fad .N ==3{_ddb .Log .Debug ("\u0049\u0043\u0043\u0020\u0042\u0061\u0073\u0065\u0064\u0020\u0063\u006f\u006c\u006f\u0072\u0073\u0070a\u0063\u0065\u0020\u006d\u0069\u0073\u0073\u0069\u006e\u0067 \u0061\u006c\u0074\u0065\u0072\u006e\u0061\u0074\u0069\u0076\u0065\u0020\u002d\u0020\u0075\u0073\u0069\u006eg\u0020\u0044\u0065\u0076\u0069\u0063e\u0052\u0047B\u0020\u0028N\u003d3\u0029"); -return img ,nil ;}else if _fad .N ==4{_ddb .Log .Debug ("\u0049\u0043\u0043\u0020\u0042a\u0073\u0065\u0064\u0020\u0063o\u006co\u0072\u0073\u0070\u0061\u0063\u0065\u0020\u006d\u0069\u0073\u0073\u0069\u006e\u0067\u0020\u0061\u006c\u0074\u0065r\u006e\u0061\u0074\u0069\u0076\u0065\u0020\u002d\u0020\u0075\u0073\u0069\u006e\u0067\u0020\u0044\u0065\u0076\u0069\u0063\u0065\u0043\u004d\u0059K\u0020\u0028\u004e\u003d\u0034\u0029"); -_dcfe :=NewPdfColorspaceDeviceCMYK ();return _dcfe .ImageToRGB (img );}else {return img ,_dcf .New ("I\u0043\u0043\u0020\u0042\u0061\u0073\u0065\u0064\u0020\u0063\u006f\u006c\u006f\u0072\u0073\u0070\u0061\u0063e\u0020\u006d\u0069\u0073\u0073\u0069\u006e\u0067\u0020\u0061lt\u0065\u0072\u006ea\u0074i\u0076\u0065"); -};};_ddb .Log .Trace ("\u0049\u0043\u0043 \u0042\u0061\u0073\u0065\u0064\u0020\u0063\u006f\u006c\u006f\u0072\u0073\u0070\u0061\u0063\u0065\u0020\u0077\u0069\u0074\u0068\u0020\u0061\u006c\u0074\u0065\u0072\u006e\u0061t\u0069\u0076\u0065\u003a\u0020\u0025\u0023\u0076",_fad ); -_cege ,_fgaf :=_fad .Alternate .ImageToRGB (img );_ddb .Log .Trace ("I\u0043C\u0020\u0049\u006e\u0070\u0075\u0074\u0020\u0069m\u0061\u0067\u0065\u003a %\u002b\u0076",img );_ddb .Log .Trace ("I\u0043\u0043\u0020\u004fut\u0070u\u0074\u0020\u0069\u006d\u0061g\u0065\u003a\u0020\u0025\u002b\u0076",_cege ); -return _cege ,_fgaf ;}; +// NewPdfColorPatternType2 returns an empty color shading pattern type 2 (Axial). +func NewPdfColorPatternType2 ()*PdfColorPatternType2 {_gebf :=&PdfColorPatternType2 {};return _gebf }; -// CheckAccessRights checks access rights and permissions for a specified password. If either user/owner -// password is specified, full rights are granted, otherwise the access rights are specified by the -// Permissions flag. -// -// The bool flag indicates that the user can access and view the file. -// The AccessPermissions shows what access the user has for editing etc. -// An error is returned if there was a problem performing the authentication. -func (_acec *PdfReader )CheckAccessRights (password []byte )(bool ,_cg .Permissions ,error ){return _acec ._ebbe .CheckAccessRights (password );}; +// GetRotate gets the inheritable rotate value, either from the page +// or a higher up page/pages struct. +func (_fdffg *PdfPage )GetRotate ()(int64 ,error ){if _fdffg .Rotate !=nil {return *_fdffg .Rotate ,nil ;};_dfdga :=_fdffg .Parent ;for _dfdga !=nil {_eaeda ,_agafd :=_cee .GetDict (_dfdga );if !_agafd {return 0,_cdf .New ("\u0069\u006e\u0076\u0061\u006c\u0069d\u0020\u0070\u0061\u0072\u0065\u006e\u0074\u0020\u006f\u0062\u006a\u0065\u0063t\u0073\u0020\u0064\u0069\u0063\u0074\u0069o\u006e\u0061\u0072\u0079"); +};if _eede :=_eaeda .Get ("\u0052\u006f\u0074\u0061\u0074\u0065");_eede !=nil {_dffbf ,_baca :=_cee .GetInt (_eede );if !_baca {return 0,_cdf .New ("i\u006ev\u0061\u006c\u0069\u0064\u0020\u0072\u006f\u0074a\u0074\u0065\u0020\u0076al\u0075\u0065");};if _dffbf !=nil {return int64 (*_dffbf ),nil ; +};return 0,_cdf .New ("\u0072\u006f\u0074\u0061te\u0020\u0076\u0061\u006c\u0075\u0065\u0020\u0069\u0073\u0020\u006e\u0069\u006c");};_dfdga =_eaeda .Get ("\u0050\u0061\u0072\u0065\u006e\u0074");};return 0,_cdf .New ("\u0072o\u0074a\u0074\u0065\u0020\u006e\u006ft\u0020\u0064e\u0066\u0069\u006e\u0065\u0064"); +}; -// ImageToRGB converts an image with samples in Separation CS to an image with samples specified in -// DeviceRGB CS. -func (_ggbd *PdfColorspaceSpecialSeparation )ImageToRGB (img Image )(Image ,error ){_cdbd :=_bb .NewReader (img .getBase ());_bfdf :=_df .NewImageBase (int (img .Width ),int (img .Height ),int (img .BitsPerComponent ),_ggbd .AlternateSpace .GetNumComponents (),nil ,img ._bdcab ,nil ); -_adeb :=_bb .NewWriter (_bfdf );_fbad :=_gg .Pow (2,float64 (img .BitsPerComponent ))-1;_ddb .Log .Trace ("\u0053\u0065\u0070a\u0072\u0061\u0074\u0069\u006f\u006e\u0020\u0063\u006f\u006c\u006f\u0072\u0020\u0073\u0070\u0061\u0063\u0065\u0020\u002d\u003e\u0020\u0054\u006f\u0052\u0047\u0042\u0020\u0063o\u006e\u0076\u0065\u0072\u0073\u0069\u006f\u006e"); -_ddb .Log .Trace ("\u0054i\u006et\u0054\u0072\u0061\u006e\u0073f\u006f\u0072m\u003a\u0020\u0025\u002b\u0076",_ggbd .TintTransform );_gddd :=_ggbd .AlternateSpace .DecodeArray ();var (_bgad uint32 ;_edfe error ;);for {_bgad ,_edfe =_cdbd .ReadSample (); -if _edfe ==_bagf .EOF {break ;};if _edfe !=nil {return img ,_edfe ;};_eggg :=float64 (_bgad )/_fbad ;_dgfff ,_ffce :=_ggbd .TintTransform .Evaluate ([]float64 {_eggg });if _ffce !=nil {return img ,_ffce ;};for _ccfed ,_bade :=range _dgfff {_cgeg :=_df .LinearInterpolate (_bade ,_gddd [_ccfed *2],_gddd [_ccfed *2+1],0,1); -if _ffce =_adeb .WriteSample (uint32 (_cgeg *_fbad ));_ffce !=nil {return img ,_ffce ;};};};return _ggbd .AlternateSpace .ImageToRGB (_ggaa (&_bfdf ));};func (_eebf *PdfReader )newPdfAnnotationRichMediaFromDict (_fgac *_eb .PdfObjectDictionary )(*PdfAnnotationRichMedia ,error ){_eegc :=&PdfAnnotationRichMedia {}; -_eegc .RichMediaSettings =_fgac .Get ("\u0052\u0069\u0063\u0068\u004d\u0065\u0064\u0069\u0061\u0053\u0065\u0074t\u0069\u006e\u0067\u0073");_eegc .RichMediaContent =_fgac .Get ("\u0052\u0069c\u0068\u004d\u0065d\u0069\u0061\u0043\u006f\u006e\u0074\u0065\u006e\u0074"); -return _eegc ,nil ;}; +// SetRefObject sets the reference object for the KValue. +func (_aeefd *KValue )SetRefObject (refObject _cee .PdfObject ){_aeefd .Clear ();_aeefd ._abcfb =refObject ;};func (_caed *PdfReader )newPdfAnnotationPrinterMarkFromDict (_gdfc *_cee .PdfObjectDictionary )(*PdfAnnotationPrinterMark ,error ){_dbea :=PdfAnnotationPrinterMark {}; +_dbea .MN =_gdfc .Get ("\u004d\u004e");return &_dbea ,nil ;}; -// GetPdfName returns the PDF name used to indicate the border style. -// (Table 166 p. 395). -func (_bcce *BorderStyle )GetPdfName ()string {switch *_bcce {case BorderStyleSolid :return "\u0053";case BorderStyleDashed :return "\u0044";case BorderStyleBeveled :return "\u0042";case BorderStyleInset :return "\u0049";case BorderStyleUnderline :return "\u0055"; -};return "";}; +// SetHideWindowUI sets the value of the hideWindowUI flag. +func (_dcgfc *ViewerPreferences )SetHideWindowUI (hideWindowUI bool ){_dcgfc ._gfffg =&hideWindowUI }; -// AddExtGState adds a graphics state to the XObject resources. -func (_acbbf *PdfPage )AddExtGState (name _eb .PdfObjectName ,egs *_eb .PdfObjectDictionary )error {if _acbbf .Resources ==nil {_acbbf .Resources =NewPdfPageResources ();};if _acbbf .Resources .ExtGState ==nil {_acbbf .Resources .ExtGState =_eb .MakeDict (); -};_gbfb ,_aeea :=_eb .TraceToDirectObject (_acbbf .Resources .ExtGState ).(*_eb .PdfObjectDictionary );if !_aeea {_ddb .Log .Debug ("\u0045\u0078\u0070\u0065\u0063\u0074\u0065\u0064\u0020\u0045\u0078t\u0047\u0053\u0074\u0061\u0074\u0065\u0020\u0064i\u0063t\u0069\u006f\u006e\u0061\u0072\u0079\u0020\u0069\u0073\u0020\u006e\u006f\u0074\u0020\u0061\u0020\u0064\u0069c\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u003a\u0020\u0025\u0076",_eb .TraceToDirectObject (_acbbf .Resources .ExtGState )); -return _dcf .New ("\u0074\u0079p\u0065\u0020\u0063h\u0065\u0063\u006b\u0020\u0065\u0072\u0072\u006f\u0072");};_gbfb .Set (name ,egs );return nil ;};func _degga (_dafbd *[]*PdfField ,_gdcc FieldFilterFunc ,_fgcg bool )[]*PdfField {if _dafbd ==nil {return nil ; -};_aaefg :=*_dafbd ;if len (*_dafbd )==0{return nil ;};_gabc :=_aaefg [:0];if _gdcc ==nil {_gdcc =func (*PdfField )bool {return true };};var _ceefa []*PdfField ;for _ ,_bafgc :=range _aaefg {_dbabg :=_gdcc (_bafgc );if _dbabg {_ceefa =append (_ceefa ,_bafgc ); -if len (_bafgc .Kids )> 0{_ceefa =append (_ceefa ,_degga (&_bafgc .Kids ,_gdcc ,_fgcg )...);};};if !_fgcg ||!_dbabg ||len (_bafgc .Kids )> 0{_gabc =append (_gabc ,_bafgc );};};*_dafbd =_gabc ;return _ceefa ;};func (_eebc *PdfReader )newPdfAnnotationInkFromDict (_cdbg *_eb .PdfObjectDictionary )(*PdfAnnotationInk ,error ){_cab :=PdfAnnotationInk {}; -_eacg ,_dfdbd :=_eebc .newPdfAnnotationMarkupFromDict (_cdbg );if _dfdbd !=nil {return nil ,_dfdbd ;};_cab .PdfAnnotationMarkup =_eacg ;_cab .InkList =_cdbg .Get ("\u0049n\u006b\u004c\u0069\u0073\u0074");_cab .BS =_cdbg .Get ("\u0042\u0053");return &_cab ,nil ; -}; +// WatermarkImageOptions contains options for configuring the watermark process. +type WatermarkImageOptions struct{Alpha float64 ;FitToWidth bool ;PreserveAspectRatio bool ;}; -// ToPdfObject implements interface PdfModel. -func (_adcc *PdfAnnotationPolyLine )ToPdfObject ()_eb .PdfObject {_adcc .PdfAnnotation .ToPdfObject ();_afb :=_adcc ._ggf ;_deae :=_afb .PdfObject .(*_eb .PdfObjectDictionary );_adcc .PdfAnnotationMarkup .appendToPdfDictionary (_deae );_deae .SetIfNotNil ("\u0053u\u0062\u0074\u0079\u0070\u0065",_eb .MakeName ("\u0050\u006f\u006c\u0079\u004c\u0069\u006e\u0065")); -_deae .SetIfNotNil ("\u0056\u0065\u0072\u0074\u0069\u0063\u0065\u0073",_adcc .Vertices );_deae .SetIfNotNil ("\u004c\u0045",_adcc .LE );_deae .SetIfNotNil ("\u0042\u0053",_adcc .BS );_deae .SetIfNotNil ("\u0049\u0043",_adcc .IC );_deae .SetIfNotNil ("\u0042\u0045",_adcc .BE ); -_deae .SetIfNotNil ("\u0049\u0054",_adcc .IT );_deae .SetIfNotNil ("\u004de\u0061\u0073\u0075\u0072\u0065",_adcc .Measure );return _afb ;};func _ddcgg (_bgdae *_eb .PdfObjectDictionary )(*PdfTilingPattern ,error ){_ecgcea :=&PdfTilingPattern {};_gegdg :=_bgdae .Get ("\u0050a\u0069\u006e\u0074\u0054\u0079\u0070e"); -if _gegdg ==nil {_ddb .Log .Debug ("\u0050\u0061\u0069\u006e\u0074\u0054\u0079\u0070\u0065\u0020\u006d\u0069s\u0073\u0069\u006e\u0067");return nil ,ErrRequiredAttributeMissing ;};_cabcf ,_gdcdf :=_gegdg .(*_eb .PdfObjectInteger );if !_gdcdf {_ddb .Log .Debug ("\u0050\u0061\u0069\u006e\u0074\u0054y\u0070\u0065\u0020\u006e\u006f\u0074\u0020\u0061\u006e\u0020\u0069\u006e\u0074e\u0067\u0065\u0072\u0020\u0028\u0067\u006ft\u0020\u0025\u0054\u0029",_gegdg ); -return nil ,_eb .ErrTypeError ;};_ecgcea .PaintType =_cabcf ;_gegdg =_bgdae .Get ("\u0054\u0069\u006c\u0069\u006e\u0067\u0054\u0079\u0070\u0065");if _gegdg ==nil {_ddb .Log .Debug ("\u0054i\u006ci\u006e\u0067\u0054\u0079\u0070e\u0020\u006di\u0073\u0073\u0069\u006e\u0067"); -return nil ,ErrRequiredAttributeMissing ;};_dbgf ,_gdcdf :=_gegdg .(*_eb .PdfObjectInteger );if !_gdcdf {_ddb .Log .Debug ("\u0054\u0069\u006cin\u0067\u0054\u0079\u0070\u0065\u0020\u006e\u006f\u0074 \u0061n\u0020i\u006et\u0065\u0067\u0065\u0072\u0020\u0028\u0067\u006f\u0074\u0020\u0025\u0054\u0029",_gegdg ); -return nil ,_eb .ErrTypeError ;};_ecgcea .TilingType =_dbgf ;_gegdg =_bgdae .Get ("\u0042\u0042\u006f\u0078");if _gegdg ==nil {_ddb .Log .Debug ("\u0042\u0042\u006fx\u0020\u006d\u0069\u0073\u0073\u0069\u006e\u0067");return nil ,ErrRequiredAttributeMissing ; -};_gegdg =_eb .TraceToDirectObject (_gegdg );_dgea ,_gdcdf :=_gegdg .(*_eb .PdfObjectArray );if !_gdcdf {_ddb .Log .Debug ("\u0042B\u006f\u0078 \u0073\u0068\u006fu\u006c\u0064\u0020\u0062\u0065\u0020\u0073p\u0065\u0063\u0069\u0066\u0069\u0065d\u0020\u0062\u0079\u0020\u0061\u006e\u0020\u0061\u0072\u0072\u0061y\u0020\u0028\u0067\u006f\u0074\u0020\u0025\u0054\u0029",_gegdg ); -return nil ,_eb .ErrTypeError ;};_ffbfb ,_cdfce :=NewPdfRectangle (*_dgea );if _cdfce !=nil {_ddb .Log .Debug ("\u0042\u0042\u006f\u0078\u0020\u0065\u0072\u0072\u006fr\u003a\u0020\u0025\u0076",_cdfce );return nil ,_cdfce ;};_ecgcea .BBox =_ffbfb ;_gegdg =_bgdae .Get ("\u0058\u0053\u0074e\u0070"); -if _gegdg ==nil {_ddb .Log .Debug ("\u0058\u0053\u0074\u0065\u0070\u0020\u006d\u0069\u0073\u0073\u0069\u006e\u0067");return nil ,ErrRequiredAttributeMissing ;};_adbeb ,_cdfce :=_eb .GetNumberAsFloat (_gegdg );if _cdfce !=nil {_ddb .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0067\u0065\u0074\u0074\u0069\u006e\u0067\u0020\u0058S\u0074e\u0070\u0020\u0061\u0073\u0020\u0066\u006c\u006f\u0061\u0074\u003a\u0020\u0025\u0076",_adbeb ); -return nil ,_cdfce ;};_ecgcea .XStep =_eb .MakeFloat (_adbeb );_gegdg =_bgdae .Get ("\u0059\u0053\u0074e\u0070");if _gegdg ==nil {_ddb .Log .Debug ("\u0059\u0053\u0074\u0065\u0070\u0020\u006d\u0069\u0073\u0073\u0069\u006e\u0067");return nil ,ErrRequiredAttributeMissing ; -};_befgg ,_cdfce :=_eb .GetNumberAsFloat (_gegdg );if _cdfce !=nil {_ddb .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0067\u0065\u0074\u0074\u0069\u006e\u0067\u0020\u0059S\u0074e\u0070\u0020\u0061\u0073\u0020\u0066\u006c\u006f\u0061\u0074\u003a\u0020\u0025\u0076",_befgg ); -return nil ,_cdfce ;};_ecgcea .YStep =_eb .MakeFloat (_befgg );_gegdg =_bgdae .Get ("\u0052e\u0073\u006f\u0075\u0072\u0063\u0065s");if _gegdg ==nil {_ddb .Log .Debug ("\u0052\u0065\u0073\u006f\u0075\u0072\u0063\u0065\u0073\u0020\u006d\u0069s\u0073\u0069\u006e\u0067"); -return nil ,ErrRequiredAttributeMissing ;};_bgdae ,_gdcdf =_eb .TraceToDirectObject (_gegdg ).(*_eb .PdfObjectDictionary );if !_gdcdf {return nil ,_e .Errorf ("\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0072\u0065\u0073\u006f\u0075\u0072\u0063e\u0020d\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u0020\u0028\u0025\u0054\u0029",_gegdg ); -};_fdbbe ,_cdfce :=NewPdfPageResourcesFromDict (_bgdae );if _cdfce !=nil {return nil ,_cdfce ;};_ecgcea .Resources =_fdbbe ;if _ebea :=_bgdae .Get ("\u004d\u0061\u0074\u0072\u0069\u0078");_ebea !=nil {_bbadb ,_eacgf :=_ebea .(*_eb .PdfObjectArray );if !_eacgf {_ddb .Log .Debug ("\u004d\u0061\u0074\u0072i\u0078\u0020\u006e\u006f\u0074\u0020\u0061\u006e\u0020\u0061r\u0072a\u0079\u0020\u0028\u0067\u006f\u0074\u0020%\u0054\u0029",_ebea ); -return nil ,_eb .ErrTypeError ;};_ecgcea .Matrix =_bbadb ;};return _ecgcea ,nil ;};func _fdbc (_gbcc *fontCommon )*pdfFontType0 {return &pdfFontType0 {fontCommon :*_gbcc }}; +// SetPdfProducer sets the Producer attribute of the output PDF. +func SetPdfProducer (producer string ){_dggagg .Lock ();defer _dggagg .Unlock ();_bdefe =producer }; -// GetContentStream returns the XObject Form's content stream. -func (_dacca *XObjectForm )GetContentStream ()([]byte ,error ){_fgaae ,_gdccb :=_eb .DecodeStream (_dacca ._afcag );if _gdccb !=nil {return nil ,_gdccb ;};return _fgaae ,nil ;}; +// ImageToRGB converts an Image in a given PdfColorspace to an RGB image. +func (_facef *PdfColorspaceDeviceN )ImageToRGB (img Image )(Image ,error ){_gafc :=_ag .NewReader (img .getBase ());_afcd :=_ca .NewImageBase (int (img .Width ),int (img .Height ),int (img .BitsPerComponent ),img .ColorComponents ,nil ,img ._cbfg ,img ._cabgb ); +_dbef :=_ag .NewWriter (_afcd );_cgcc :=_aaa .Pow (2,float64 (img .BitsPerComponent ))-1;_daddd :=_facef .GetNumComponents ();_feeg :=make ([]uint32 ,_daddd );_gddg :=make ([]float64 ,_daddd );for {_dfad :=_gafc .ReadSamples (_feeg );if _dfad ==_fc .EOF {break ; +}else if _dfad !=nil {return img ,_dfad ;};for _afcb :=0;_afcb < _daddd ;_afcb ++{_gfcba :=float64 (_feeg [_afcb ])/_cgcc ;_gddg [_afcb ]=_gfcba ;};_bfbg ,_dfad :=_facef .TintTransform .Evaluate (_gddg );if _dfad !=nil {return img ,_dfad ;};for _ ,_efce :=range _bfbg {_efce =_aaa .Min (_aaa .Max (0,_efce ),1.0); +if _dfad =_dbef .WriteSample (uint32 (_efce *_cgcc ));_dfad !=nil {return img ,_dfad ;};};};return _facef .AlternateSpace .ImageToRGB (_acecd (&_afcd ));};func (_afcace *PdfReader )buildOutlineTree (_ddbec _cee .PdfObject ,_bbce *PdfOutlineTreeNode ,_dgfeae *PdfOutlineTreeNode ,_afbcg map[_cee .PdfObject ]struct{})(*PdfOutlineTreeNode ,*PdfOutlineTreeNode ,error ){if _afbcg ==nil {_afbcg =map[_cee .PdfObject ]struct{}{}; +};_afbcg [_ddbec ]=struct{}{};_dffg ,_caeff :=_ddbec .(*_cee .PdfIndirectObject );if !_caeff {return nil ,nil ,_e .Errorf ("\u006f\u0075\u0074\u006c\u0069\u006e\u0065 \u0063\u006f\u006et\u0061\u0069\u006e\u0065r\u0020\u006e\u006f\u0074\u0020\u0061\u006e\u0020\u0069\u006e\u0064\u0069\u0072\u0065\u0063\u0074\u0020\u006f\u0062\u006a\u0065\u0063\u0074\u0020\u0025\u0054",_ddbec ); +};_bgaca ,_gfegb :=_dffg .PdfObject .(*_cee .PdfObjectDictionary );if !_gfegb {return nil ,nil ,_cdf .New ("\u006e\u006f\u0074 a\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u0020\u006f\u0062\u006a\u0065\u0063\u0074");};_fca .Log .Trace ("\u0062\u0075\u0069\u006c\u0064\u0020\u006f\u0075\u0074\u006c\u0069\u006e\u0065 \u0074\u0072\u0065\u0065\u003a\u0020d\u0069\u0063\u0074\u003a\u0020\u0025\u0076\u0020\u0028\u0025\u0076\u0029\u0020p\u003a\u0020\u0025\u0070",_bgaca ,_dffg ,_dffg ); +if _gdggd :=_bgaca .Get ("\u0054\u0069\u0074l\u0065");_gdggd !=nil {_dcdb ,_egefg :=_afcace .newPdfOutlineItemFromIndirectObject (_dffg );if _egefg !=nil {return nil ,nil ,_egefg ;};_dcdb .Parent =_bbce ;_dcdb .Prev =_dgfeae ;_gbeaf :=_cee .ResolveReference (_bgaca .Get ("\u0046\u0069\u0072s\u0074")); +if _ ,_eaaae :=_afbcg [_gbeaf ];_gbeaf !=nil &&_gbeaf !=_dffg &&!_eaaae {if !_cee .IsNullObject (_gbeaf ){_dbacc ,_acfcb ,_agfbc :=_afcace .buildOutlineTree (_gbeaf ,&_dcdb .PdfOutlineTreeNode ,nil ,_afbcg );if _agfbc !=nil {_fca .Log .Debug ("D\u0045\u0042U\u0047\u003a\u0020\u0063\u006f\u0075\u006c\u0064\u0020\u006e\u006f\u0074\u0020\u0062\u0075\u0069\u006c\u0064\u0020\u006fu\u0074\u006c\u0069\u006e\u0065\u0020\u0069\u0074\u0065\u006d\u0020\u0074\u0072\u0065\u0065\u003a \u0025\u0076\u002e\u0020\u0053\u006b\u0069\u0070\u0070\u0069\u006e\u0067\u0020n\u006f\u0064\u0065\u0020\u0063\u0068\u0069\u006c\u0064\u0072\u0065n\u002e",_agfbc ); +}else {_dcdb .First =_dbacc ;_dcdb .Last =_acfcb ;};};};_ceaff :=_cee .ResolveReference (_bgaca .Get ("\u004e\u0065\u0078\u0074"));if _ ,_ecdbde :=_afbcg [_ceaff ];_ceaff !=nil &&_ceaff !=_dffg &&!_ecdbde {if !_cee .IsNullObject (_ceaff ){_efdb ,_edbab ,_ffadf :=_afcace .buildOutlineTree (_ceaff ,_bbce ,&_dcdb .PdfOutlineTreeNode ,_afbcg ); +if _ffadf !=nil {_fca .Log .Debug ("D\u0045\u0042U\u0047\u003a\u0020\u0063\u006f\u0075\u006c\u0064\u0020\u006e\u006f\u0074\u0020\u0062\u0075\u0069\u006c\u0064\u0020\u006fu\u0074\u006c\u0069\u006e\u0065\u0020\u0074\u0072\u0065\u0065\u0020\u0066\u006f\u0072\u0020\u004ee\u0078\u0074\u0020\u006e\u006f\u0064\u0065\u003a\u0020\u0025\u0076\u002e\u0020S\u006b\u0069\u0070\u0070\u0069\u006e\u0067\u0020\u006e\u006f\u0064e\u002e",_ffadf ); +}else {_dcdb .Next =_efdb ;return &_dcdb .PdfOutlineTreeNode ,_edbab ,nil ;};};};return &_dcdb .PdfOutlineTreeNode ,&_dcdb .PdfOutlineTreeNode ,nil ;};_afbfa ,_degeg :=_ffcg (_dffg );if _degeg !=nil {return nil ,nil ,_degeg ;};_afbfa .Parent =_bbce ;if _adbef :=_bgaca .Get ("\u0046\u0069\u0072s\u0074"); +_adbef !=nil {_adbef =_cee .ResolveReference (_adbef );if _ ,_ecfad :=_afbcg [_adbef ];_adbef !=nil &&_adbef !=_dffg &&!_ecfad {_cdgb :=_cee .TraceToDirectObject (_adbef );if _ ,_gadgg :=_cdgb .(*_cee .PdfObjectNull );!_gadgg &&_cdgb !=nil {_ffdd ,_ebbgcf ,_efced :=_afcace .buildOutlineTree (_adbef ,&_afbfa .PdfOutlineTreeNode ,nil ,_afbcg ); +if _efced !=nil {_fca .Log .Debug ("\u0044\u0045\u0042\u0055\u0047\u003a\u0020\u0063\u006f\u0075\u006c\u0064\u0020\u006e\u006f\u0074\u0020b\u0075\u0069\u006c\u0064\u0020\u006f\u0075\u0074\u006c\u0069n\u0065\u0020\u0074\u0072\u0065\u0065\u003a\u0020\u0025\u0076\u002e\u0020\u0053\u006b\u0069\u0070\u0070\u0069n\u0067\u0020\u006e\u006f\u0064\u0065 \u0063\u0068i\u006c\u0064r\u0065n\u002e",_efced ); +}else {_afbfa .First =_ffdd ;_afbfa .Last =_ebbgcf ;};};};};return &_afbfa .PdfOutlineTreeNode ,&_afbfa .PdfOutlineTreeNode ,nil ;}; -// ToPdfObject implements interface PdfModel. -func (_def *PdfAnnotationMovie )ToPdfObject ()_eb .PdfObject {_def .PdfAnnotation .ToPdfObject ();_gaca :=_def ._ggf ;_bdgg :=_gaca .PdfObject .(*_eb .PdfObjectDictionary );_bdgg .SetIfNotNil ("\u0053u\u0062\u0074\u0079\u0070\u0065",_eb .MakeName ("\u004d\u006f\u0076i\u0065")); -_bdgg .SetIfNotNil ("\u0054",_def .T );_bdgg .SetIfNotNil ("\u004d\u006f\u0076i\u0065",_def .Movie );_bdgg .SetIfNotNil ("\u0041",_def .A );return _gaca ;}; +// FieldValueProvider provides field values from a data source such as FDF, JSON or any other. +type FieldValueProvider interface{FieldValues ()(map[string ]_cee .PdfObject ,error );}; -// GetAlphabet returns a map of the runes in `text` and their frequencies. -func GetAlphabet (text string )map[rune ]int {_abag :=map[rune ]int {};for _ ,_bfdff :=range text {_abag [_bfdff ]++;};return _abag ;}; +// ToPdfObject returns the PDF representation of the function. +func (_afaf *PdfFunctionType0 )ToPdfObject ()_cee .PdfObject {if _afaf ._gaagd ==nil {_afaf ._gaagd =&_cee .PdfObjectStream {};};_aaef :=_cee .MakeDict ();_aaef .Set ("\u0046\u0075\u006ec\u0074\u0069\u006f\u006e\u0054\u0079\u0070\u0065",_cee .MakeInteger (0)); +_dcgdg :=&_cee .PdfObjectArray {};for _ ,_dgfcd :=range _afaf .Domain {_dcgdg .Append (_cee .MakeFloat (_dgfcd ));};_aaef .Set ("\u0044\u006f\u006d\u0061\u0069\u006e",_dcgdg );_cbdcc :=&_cee .PdfObjectArray {};for _ ,_eabca :=range _afaf .Range {_cbdcc .Append (_cee .MakeFloat (_eabca )); +};_aaef .Set ("\u0052\u0061\u006eg\u0065",_cbdcc );_adee :=&_cee .PdfObjectArray {};for _ ,_cgbae :=range _afaf .Size {_adee .Append (_cee .MakeInteger (int64 (_cgbae )));};_aaef .Set ("\u0053\u0069\u007a\u0065",_adee );_aaef .Set ("\u0042\u0069\u0074\u0073\u0050\u0065\u0072\u0053\u0061\u006d\u0070\u006c\u0065",_cee .MakeInteger (int64 (_afaf .BitsPerSample ))); +if _afaf .Order !=1{_aaef .Set ("\u004f\u0072\u0064e\u0072",_cee .MakeInteger (int64 (_afaf .Order )));};_aaef .Set ("\u004c\u0065\u006e\u0067\u0074\u0068",_cee .MakeInteger (int64 (len (_afaf ._bbdc ))));_afaf ._gaagd .Stream =_afaf ._bbdc ;_afaf ._gaagd .PdfObjectDictionary =_aaef ; +return _afaf ._gaagd ;}; -// NewPdfReaderFromFile creates a new PdfReader from the speficied PDF file. -// If ReaderOpts is nil it will be set to default value from NewReaderOpts. -func NewPdfReaderFromFile (pdfFile string ,opts *ReaderOpts )(*PdfReader ,*_ccb .File ,error ){const _gbgb ="\u006d\u006f\u0064\u0065\u006c\u003a\u004e\u0065\u0077\u0050\u0064f\u0052\u0065\u0061\u0064\u0065\u0072\u0046\u0072\u006f\u006dF\u0069\u006c\u0065"; -_effdb ,_dggce :=_ccb .Open (pdfFile );if _dggce !=nil {return nil ,nil ,_dggce ;};_gfbae ,_dggce :=_dcgfe (_effdb ,opts ,true ,_gbgb );if _dggce !=nil {_effdb .Close ();return nil ,nil ,_dggce ;};_gfbae ._fbgfg =pdfFile ;return _gfbae ,_effdb ,nil ;}; -func _bfecg (_aefbe _eb .PdfObject ,_cfda _eb .PdfObject ,_bgdfd map[_eb .PdfObject ][]_eb .PdfObject ,_dedf map[string ]_eb .PdfObject ,_gefbf *[]_eb .PdfObject ){var _aggag *_eb .PdfIndirectObject ;if _fbggb ,_bcaag :=_eb .GetIndirect (_aefbe );_bcaag {_aggag =_fbggb ; -_aefbe =_fbggb .PdfObject ;};switch _aedad :=_aefbe .(type ){case *_eb .PdfObjectDictionary :if _aedad .Get ("\u0053")==nil {return ;};_aedad .Set ("\u0050",_cfda );if _fcega :=_aedad .Get ("\u0050\u0067");_fcega !=nil {if _cbdab ,_gced :=_eb .GetIndirect (_fcega ); -_gced &&_cbdab !=nil &&_cbdab .PdfObject !=nil {_bgdfd [_fcega ]=append (_bgdfd [_fcega ],_aggag );};};if _gacefg :=_aedad .Get ("\u0053");_gacefg !=nil {if _ggfdge ,_acgdf :=_eb .GetNameVal (_gacefg );_acgdf {if _ggfdge ==StructureTypeLink {if _deacb :=_aedad .Get ("\u004b"); -_deacb !=nil {if _agfca ,_dcbbg :=_eb .GetArray (_deacb );_dcbbg &&_agfca .Len ()==2{_gfdac :=false ;_acee :=false ;for _ ,_ecde :=range _agfca .Elements (){if _bbcegc ,_cgfga :=_eb .GetDict (_ecde );_cgfga {if _fcbfb ,_gdad :=_eb .GetName (_bbcegc .Get ("\u0054\u0079\u0070\u0065")); -_gdad &&_fcbfb .String ()=="\u004f\u0042\u004a\u0052"{_acee =true ;};}else if _ ,_cegab :=_eb .GetInt (_ecde );_cegab {_gfdac =true ;};};if _gfdac &&_acee {*_gefbf =append (*_gefbf ,_aggag );};}else if _aabcb ,_defc :=_eb .GetDict (_deacb );_defc {if _bbaec ,_aefcg :=_eb .GetName (_aabcb .Get ("\u0054\u0079\u0070\u0065")); -_aefcg &&_bbaec .String ()=="\u004f\u0042\u004a\u0052"{*_gefbf =append (*_gefbf ,_aggag );};};};};};};if _ffabb :=_aedad .Get ("\u0049\u0044");_ffabb !=nil {_dedf [_ffabb .String ()]=_aefbe ;};if _babbe :=_aedad .Get ("\u004b");_babbe !=nil {_bfecg (_babbe ,_aggag ,_bgdfd ,_dedf ,_gefbf ); -};case *_eb .PdfObjectArray :for _ ,_bfbdb :=range _aedad .Elements (){_bfecg (_bfbdb ,_cfda ,_bgdfd ,_dedf ,_gefbf );};default:};};func (_gebg *PdfReader )newPdfAnnotationTrapNetFromDict (_fedb *_eb .PdfObjectDictionary )(*PdfAnnotationTrapNet ,error ){_agba :=PdfAnnotationTrapNet {}; -return &_agba ,nil ;}; +// SignatureValidationResult defines the response from the signature validation handler. +type SignatureValidationResult struct{ -// ToPdfObject returns the PDF representation of the shading dictionary. -func (_cfcfe *PdfShadingType5 )ToPdfObject ()_eb .PdfObject {_cfcfe .PdfShading .ToPdfObject ();_degba ,_ceadb :=_cfcfe .getShadingDict ();if _ceadb !=nil {_ddb .Log .Error ("\u0055\u006ea\u0062\u006c\u0065\u0020\u0074\u006f\u0020\u0061\u0063\u0063\u0065\u0073\u0073\u0020\u0073\u0068\u0061\u0064\u0069\u006e\u0067\u0020di\u0063\u0074"); -return nil ;};if _cfcfe .BitsPerCoordinate !=nil {_degba .Set ("\u0042\u0069\u0074\u0073\u0050\u0065\u0072\u0043\u006f\u006f\u0072\u0064i\u006e\u0061\u0074\u0065",_cfcfe .BitsPerCoordinate );};if _cfcfe .BitsPerComponent !=nil {_degba .Set ("\u0042\u0069t\u0073\u0050\u0065r\u0043\u006f\u006d\u0070\u006f\u006e\u0065\u006e\u0074",_cfcfe .BitsPerComponent ); -};if _cfcfe .VerticesPerRow !=nil {_degba .Set ("\u0056\u0065\u0072\u0074\u0069\u0063\u0065\u0073\u0050e\u0072\u0052\u006f\u0077",_cfcfe .VerticesPerRow );};if _cfcfe .Decode !=nil {_degba .Set ("\u0044\u0065\u0063\u006f\u0064\u0065",_cfcfe .Decode );}; -if _cfcfe .Function !=nil {if len (_cfcfe .Function )==1{_degba .Set ("\u0046\u0075\u006e\u0063\u0074\u0069\u006f\u006e",_cfcfe .Function [0].ToPdfObject ());}else {_edafe :=_eb .MakeArray ();for _ ,_egdeg :=range _cfcfe .Function {_edafe .Append (_egdeg .ToPdfObject ()); -};_degba .Set ("\u0046\u0075\u006e\u0063\u0074\u0069\u006f\u006e",_edafe );};};return _cfcfe ._cefaa ;}; +// List of errors when validating the signature. +Errors []string ;IsSigned bool ;IsVerified bool ;IsTrusted bool ;Fields []*PdfField ;Name string ;Date PdfDate ;Reason string ;Location string ;ContactInfo string ;DiffResults *_cc .DiffResults ;IsCrlFound bool ;IsOcspFound bool ; -// SetCenterWindow sets the value of the centerWindow flag. -func (_bfeag *ViewerPreferences )SetCenterWindow (centerWindow bool ){_bfeag ._dacc =¢erWindow }; +// GeneralizedTime is the time at which the time-stamp token has been created by the TSA (RFC 3161). +GeneralizedTime _gc .Time ;};func (_acdga *PdfReader )loadForms ()(*PdfAcroForm ,error ){if _acdga ._ffdgf .GetCrypter ()!=nil &&!_acdga ._ffdgf .IsAuthenticated (){return nil ,_e .Errorf ("\u0066\u0069\u006ce\u0020\u006e\u0065\u0065d\u0020\u0074\u006f\u0020\u0062\u0065\u0020d\u0065\u0063\u0072\u0079\u0070\u0074\u0065\u0064\u0020\u0066\u0069\u0072\u0073\u0074"); +};_egfec :=_acdga ._cacfe ;_bfddfe :=_egfec .Get ("\u0041\u0063\u0072\u006f\u0046\u006f\u0072\u006d");if _bfddfe ==nil {return nil ,nil ;};_cedce ,_agdaa :=_cee .GetIndirect (_bfddfe );_bfddfe =_cee .TraceToDirectObject (_bfddfe );if _cee .IsNullObject (_bfddfe ){_fca .Log .Trace ("\u0041\u0063\u0072of\u006f\u0072\u006d\u0020\u0069\u0073\u0020\u0061\u0020n\u0075l\u006c \u006fb\u006a\u0065\u0063\u0074\u0020\u0028\u0065\u006d\u0070\u0074\u0079\u0029\u000a"); +return nil ,nil ;};_afgf ,_eeaf :=_cee .GetDict (_bfddfe );if !_eeaf {_fca .Log .Debug ("\u0049n\u0076\u0061\u006c\u0069d\u0020\u0041\u0063\u0072\u006fF\u006fr\u006d \u0065\u006e\u0074\u0072\u0079\u0020\u0025T",_bfddfe );_fca .Log .Debug ("\u0044\u006f\u0065\u0073 n\u006f\u0074\u0020\u0068\u0061\u0076\u0065\u0020\u0066\u006f\u0072\u006d\u0073"); +return nil ,_e .Errorf ("\u0069n\u0076\u0061\u006c\u0069d\u0020\u0061\u0063\u0072\u006ff\u006fr\u006d \u0065\u006e\u0074\u0072\u0079\u0020\u0025T",_bfddfe );};_fca .Log .Trace ("\u0048\u0061\u0073\u0020\u0041\u0063\u0072\u006f\u0020f\u006f\u0072\u006d\u0073"); +_fca .Log .Trace ("\u0054\u0072\u0061\u0076\u0065\u0072\u0073\u0065\u0020\u0074\u0068\u0065\u0020\u0041\u0063r\u006ff\u006f\u0072\u006d\u0073\u0020\u0073\u0074\u0072\u0075\u0063\u0074\u0075\u0072\u0065");if !_acdga ._dbfb {_dddeb :=_acdga .traverseObjectData (_afgf ); +if _dddeb !=nil {_fca .Log .Debug ("E\u0052\u0052\u004f\u0052\u003a\u0020\u0055\u006e\u0061\u0062\u006c\u0065\u0020\u0074\u006f\u0020\u0074\u0072a\u0076\u0065\u0072\u0073\u0065\u0020\u0041\u0063\u0072\u006fFo\u0072\u006d\u0073 \u0028%\u0073\u0029",_dddeb ); +return nil ,_dddeb ;};};_eeafb ,_bgaac :=_acdga .newPdfAcroFormFromDict (_cedce ,_afgf );if _bgaac !=nil {return nil ,_bgaac ;};_eeafb ._gcfcc =!_agdaa ;return _eeafb ,nil ;}; -// GetCharMetrics returns the character metrics for the specified character code. A bool flag is -// returned to indicate whether or not the entry was found in the glyph to charcode mapping. -// How it works: -// 1. Return a value the /Widths array (charWidths) if there is one. -// 2. If the font has the same name as a standard 14 font then return width=250. -// 3. Otherwise return no match and let the caller substitute a default. -func (_eeddf pdfFontSimple )GetCharMetrics (code _fc .CharCode )(_fg .CharMetrics ,bool ){if _efab ,_fbcbfc :=_eeddf ._cegda [code ];_fbcbfc {return _fg .CharMetrics {Wx :_efab },true ;};if _fg .IsStdFont (_fg .StdFontName (_eeddf ._agcc )){return _fg .CharMetrics {Wx :250},true ; -};return _fg .CharMetrics {},false ;}; +// ToPdfObject returns a PDF object representation of the ViewerPreferences. +func (_aeeba *ViewerPreferences )ToPdfObject ()_cee .PdfObject {_gaafb :=_cee .MakeDict ();if _aeeba ._bfff !=nil {_gaafb .Set ("H\u0069\u0064\u0065\u0054\u006f\u006f\u006c\u0062\u0061\u0072",_cee .MakeBool (*_aeeba ._bfff ));};if _aeeba ._fcbcb !=nil {_gaafb .Set ("H\u0069\u0064\u0065\u004d\u0065\u006e\u0075\u0062\u0061\u0072",_cee .MakeBool (*_aeeba ._fcbcb )); +};if _aeeba ._gfffg !=nil {_gaafb .Set ("\u0048\u0069\u0064e\u0057\u0069\u006e\u0064\u006f\u0077\u0055\u0049",_cee .MakeBool (*_aeeba ._gfffg ));};if _aeeba ._cbdgc !=nil {_gaafb .Set ("\u0046i\u0074\u0057\u0069\u006e\u0064\u006fw",_cee .MakeBool (*_aeeba ._cbdgc )); +};if _aeeba ._gaffg !=nil {_gaafb .Set ("\u0043\u0065\u006et\u0065\u0072\u0057\u0069\u006e\u0064\u006f\u0077",_cee .MakeBool (*_aeeba ._gaffg ));};if _aeeba ._gbbca !=nil {_gaafb .Set ("\u0044i\u0073p\u006c\u0061\u0079\u0044\u006f\u0063\u0054\u0069\u0074\u006c\u0065",_cee .MakeBool (*_aeeba ._gbbca )); +};if _aeeba ._efgaa !=""{_gaafb .Set ("N\u006f\u006e\u0046\u0075ll\u0053c\u0072\u0065\u0065\u006e\u0050a\u0067\u0065\u004d\u006f\u0064\u0065",_cee .MakeName (string (_aeeba ._efgaa )));};if _aeeba ._gfegc !=""{_gaafb .Set ("\u0044i\u0072\u0065\u0063\u0074\u0069\u006fn",_cee .MakeName (string (_aeeba ._gfegc ))); +};if _aeeba ._gagga !=""{_gaafb .Set ("\u0056\u0069\u0065\u0077\u0041\u0072\u0065\u0061",_cee .MakeName (string (_aeeba ._gagga )));};if _aeeba ._baegf !=""{_gaafb .Set ("\u0056\u0069\u0065\u0077\u0043\u006c\u0069\u0070",_cee .MakeName (string (_aeeba ._baegf ))); +};if _aeeba ._eedee !=""{_gaafb .Set ("\u0050r\u0069\u006e\u0074\u0041\u0072\u0065a",_cee .MakeName (string (_aeeba ._eedee )));};if _aeeba ._fcddg !=""{_gaafb .Set ("\u0050r\u0069\u006e\u0074\u0043\u006c\u0069p",_cee .MakeName (string (_aeeba ._fcddg ))); +};if _aeeba ._fgbdf !=""{_gaafb .Set ("\u0050\u0072\u0069n\u0074\u0053\u0063\u0061\u006c\u0069\u006e\u0067",_cee .MakeName (string (_aeeba ._fgbdf )));};if _aeeba ._cadea !=""{_gaafb .Set ("\u0044\u0075\u0070\u006c\u0065\u0078",_cee .MakeName (string (_aeeba ._cadea ))); +};if _aeeba ._bdfed !=nil {_gaafb .Set ("\u0050\u0069\u0063\u006b\u0054\u0072\u0061\u0079\u0042\u0079\u0050\u0044F\u0053\u0069\u007a\u0065",_cee .MakeBool (*_aeeba ._bdfed ));};if _aeeba ._acfdg !=nil {_gaafb .Set ("\u0050\u0072\u0069\u006e\u0074\u0050\u0061\u0067\u0065R\u0061\u006e\u0067\u0065",_cee .MakeArrayFromIntegers (_aeeba ._acfdg )); +};if _aeeba ._dbcbe !=0{_gaafb .Set ("\u004eu\u006d\u0043\u006f\u0070\u0069\u0065s",_cee .MakeInteger (int64 (_aeeba ._dbcbe )));};return _gaafb ;}; -// NewImageFromGoImage creates a new NRGBA32 unidoc Image from a golang Image. -// If `goimg` is grayscale (*goimage.Gray8) then calls NewGrayImageFromGoImage instead. -func (_cegee DefaultImageHandler )NewImageFromGoImage (goimg _fb .Image )(*Image ,error ){_cfcaa ,_dgbae :=_df .FromGoImage (goimg );if _dgbae !=nil {return nil ,_dgbae ;};_abeg :=_ggaa (_cfcaa .Base ());return &_abeg ,nil ;};func _cfgc (_cadbb _eb .PdfObject )(*PdfColorspaceCalGray ,error ){_gabd :=NewPdfColorspaceCalGray (); -if _egdc ,_gadc :=_cadbb .(*_eb .PdfIndirectObject );_gadc {_gabd ._gdee =_egdc ;};_cadbb =_eb .TraceToDirectObject (_cadbb );_afcfc ,_dgffa :=_cadbb .(*_eb .PdfObjectArray );if !_dgffa {return nil ,_e .Errorf ("\u0074\u0079\u0070\u0065\u0020\u0065\u0072\u0072\u006f\u0072"); -};if _afcfc .Len ()!=2{return nil ,_e .Errorf ("\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0043\u0061\u006cG\u0072\u0061\u0079\u0020\u0063\u006f\u006c\u006f\u0072\u0073p\u0061\u0063\u0065");};_cadbb =_eb .TraceToDirectObject (_afcfc .Get (0));_dcad ,_dgffa :=_cadbb .(*_eb .PdfObjectName ); -if !_dgffa {return nil ,_e .Errorf ("\u0043\u0061\u006c\u0047\u0072\u0061\u0079\u0020\u006e\u0061m\u0065\u0020\u006e\u006f\u0074\u0020\u0061 \u004e\u0061\u006d\u0065\u0020\u006f\u0062\u006a\u0065\u0063\u0074");};if *_dcad !="\u0043a\u006c\u0047\u0072\u0061\u0079"{return nil ,_e .Errorf ("\u006eo\u0074\u0020\u0061\u0020\u0043\u0061\u006c\u0047\u0072\u0061\u0079 \u0063\u006f\u006c\u006f\u0072\u0073\u0070\u0061\u0063\u0065"); -};_cadbb =_eb .TraceToDirectObject (_afcfc .Get (1));_bbcfb ,_dgffa :=_cadbb .(*_eb .PdfObjectDictionary );if !_dgffa {return nil ,_e .Errorf ("\u0043\u0061lG\u0072\u0061\u0079 \u0064\u0069\u0063\u0074 no\u0074 a\u0020\u0044\u0069\u0063\u0074\u0069\u006fna\u0072\u0079\u0020\u006f\u0062\u006a\u0065c\u0074"); -};_cadbb =_bbcfb .Get ("\u0057\u0068\u0069\u0074\u0065\u0050\u006f\u0069\u006e\u0074");_cadbb =_eb .TraceToDirectObject (_cadbb );_defd ,_dgffa :=_cadbb .(*_eb .PdfObjectArray );if !_dgffa {return nil ,_e .Errorf ("C\u0061\u006c\u0047\u0072\u0061\u0079:\u0020\u0049\u006e\u0076\u0061\u006c\u0069\u0064\u0020W\u0068\u0069\u0074e\u0050o\u0069\u006e\u0074"); -};if _defd .Len ()!=3{return nil ,_e .Errorf ("\u0043\u0061\u006c\u0047\u0072\u0061y\u003a\u0020\u0049\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0057\u0068\u0069t\u0065\u0050\u006f\u0069\u006e\u0074\u0020a\u0072\u0072\u0061\u0079");};_cgfg ,_cbcg :=_defd .GetAsFloat64Slice (); -if _cbcg !=nil {return nil ,_cbcg ;};_gabd .WhitePoint =_cgfg ;_cadbb =_bbcfb .Get ("\u0042\u006c\u0061\u0063\u006b\u0050\u006f\u0069\u006e\u0074");if _cadbb !=nil {_cadbb =_eb .TraceToDirectObject (_cadbb );_dbgd ,_acda :=_cadbb .(*_eb .PdfObjectArray ); -if !_acda {return nil ,_e .Errorf ("C\u0061\u006c\u0047\u0072\u0061\u0079:\u0020\u0049\u006e\u0076\u0061\u006c\u0069\u0064\u0020B\u006c\u0061\u0063k\u0050o\u0069\u006e\u0074");};if _dbgd .Len ()!=3{return nil ,_e .Errorf ("\u0043\u0061\u006c\u0047\u0072\u0061y\u003a\u0020\u0049\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0042\u006c\u0061c\u006b\u0050\u006f\u0069\u006e\u0074\u0020a\u0072\u0072\u0061\u0079"); -};_gdbcb ,_ggdg :=_dbgd .GetAsFloat64Slice ();if _ggdg !=nil {return nil ,_ggdg ;};_gabd .BlackPoint =_gdbcb ;};_cadbb =_bbcfb .Get ("\u0047\u0061\u006dm\u0061");if _cadbb !=nil {_cadbb =_eb .TraceToDirectObject (_cadbb );_cdaa ,_cegdgc :=_eb .GetNumberAsFloat (_cadbb ); -if _cegdgc !=nil {return nil ,_e .Errorf ("C\u0061\u006c\u0047\u0072\u0061\u0079:\u0020\u0067\u0061\u006d\u006d\u0061\u0020\u006e\u006ft\u0020\u0061\u0020n\u0075m\u0062\u0065\u0072");};_gabd .Gamma =_cdaa ;};return _gabd ,nil ;}; +// GetPageAsIndirectObject returns the page as a dictionary within an PdfIndirectObject. +func (_ffeegf *PdfPage )GetPageAsIndirectObject ()*_cee .PdfIndirectObject {return _ffeegf ._bafab }; -// WriteToFile writes the Appender output to file specified by path. -func (_fedfa *PdfAppender )WriteToFile (outputPath string )error {_edaf ,_degeg :=_ccb .Create (outputPath );if _degeg !=nil {return _degeg ;};defer _edaf .Close ();return _fedfa .Write (_edaf );};func (_facde *PdfWriter )optimizeDocument ()error {if _facde ._ggbcd ==nil {return nil ; -};_ebaga ,_dadgc :=_eb .GetDict (_facde ._ecagd );if !_dadgc {return _dcf .New ("\u0061\u006e\u0020in\u0066\u006f\u0020\u006f\u0062\u006a\u0065\u0063\u0074 \u0069s\u0020n\u006ft\u0020\u0061\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079"); -};_beeaec :=_cd .Document {ID :[2]string {_facde ._cebgc ,_facde ._bgddbe },Version :_facde ._edbbf ,Objects :_facde ._dcfgf ,Info :_ebaga ,Crypt :_facde ._gadcaa ,UseHashBasedID :_facde ._beeaf };if _dfadc :=_facde ._ggbcd .ApplyStandard (&_beeaec );_dfadc !=nil {return _dfadc ; -};_facde ._cebgc ,_facde ._bgddbe =_beeaec .ID [0],_beeaec .ID [1];_facde ._edbbf =_beeaec .Version ;_facde ._dcfgf =_beeaec .Objects ;_facde ._ecagd .PdfObject =_beeaec .Info ;_facde ._beeaf =_beeaec .UseHashBasedID ;_facde ._gadcaa =_beeaec .Crypt ;_gadcaad :=make (map[_eb .PdfObject ]struct{},len (_facde ._dcfgf )); -for _ ,_dabfg :=range _facde ._dcfgf {_gadcaad [_dabfg ]=struct{}{};};_facde ._aeeda =_gadcaad ;return nil ;}; +// Encoder returns the font's text encoder. +func (_ccge *PdfFont )Encoder ()_dae .TextEncoder {_fega :=_ccge .actualFont ();if _fega ==nil {_fca .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0045n\u0063\u006f\u0064er\u0020\u006e\u006f\u0074\u0020\u0069m\u0070\u006c\u0065\u006d\u0065\u006e\u0074\u0065\u0064\u0020\u0066\u006f\u0072\u0020\u0066o\u006e\u0074\u0020\u0074\u0079\u0070\u0065\u003d%\u0023\u0054",_ccge ._bggcf ); +return nil ;};return _fega .Encoder ();}; + +// A PdfPattern can represent a Pattern, either a tiling pattern or a shading pattern. +// Note that all patterns shall be treated as colours; a Pattern colour space shall be established with the CS or cs +// operator just like other colour spaces, and a particular pattern shall be installed as the current colour with the +// SCN or scn operator. +type PdfPattern struct{ + +// Type: Pattern +PatternType int64 ;_gabf PdfModel ;_bgabc _cee .PdfObject ;}; // ToPdfObject implements interface PdfModel. -func (_dggc *PdfAnnotationPolygon )ToPdfObject ()_eb .PdfObject {_dggc .PdfAnnotation .ToPdfObject ();_bdb :=_dggc ._ggf ;_gacef :=_bdb .PdfObject .(*_eb .PdfObjectDictionary );_dggc .PdfAnnotationMarkup .appendToPdfDictionary (_gacef );_gacef .SetIfNotNil ("\u0053u\u0062\u0074\u0079\u0070\u0065",_eb .MakeName ("\u0050o\u006c\u0079\u0067\u006f\u006e")); -_gacef .SetIfNotNil ("\u0056\u0065\u0072\u0074\u0069\u0063\u0065\u0073",_dggc .Vertices );_gacef .SetIfNotNil ("\u004c\u0045",_dggc .LE );_gacef .SetIfNotNil ("\u0042\u0053",_dggc .BS );_gacef .SetIfNotNil ("\u0049\u0043",_dggc .IC );_gacef .SetIfNotNil ("\u0042\u0045",_dggc .BE ); -_gacef .SetIfNotNil ("\u0049\u0054",_dggc .IT );_gacef .SetIfNotNil ("\u004de\u0061\u0073\u0075\u0072\u0065",_dggc .Measure );return _bdb ;}; +func (_cgg *PdfActionHide )ToPdfObject ()_cee .PdfObject {_cgg .PdfAction .ToPdfObject ();_cca :=_cgg ._gaf ;_dfc :=_cca .PdfObject .(*_cee .PdfObjectDictionary );_dfc .SetIfNotNil ("\u0053",_cee .MakeName (string (ActionTypeHide )));_dfc .SetIfNotNil ("\u0054",_cgg .T ); +_dfc .SetIfNotNil ("\u0048",_cgg .H );return _cca ;}; -// ToGoImage converts the unidoc Image to a golang Image structure. -func (_cgfab *Image )ToGoImage ()(_fb .Image ,error ){_ddb .Log .Trace ("\u0043\u006f\u006e\u0076er\u0074\u0069\u006e\u0067\u0020\u0074\u006f\u0020\u0067\u006f\u0020\u0069\u006d\u0061g\u0065");_adde ,_abacf :=_df .NewImage (int (_cgfab .Width ),int (_cgfab .Height ),int (_cgfab .BitsPerComponent ),_cgfab .ColorComponents ,_cgfab .Data ,_cgfab ._bdcab ,_cgfab ._fedc ); -if _abacf !=nil {return nil ,_abacf ;};return _adde ,nil ;}; +// VRI represents a Validation-Related Information dictionary. +// The VRI dictionary contains validation data in the form of +// certificates, OCSP and CRL information, for a single signature. +// See ETSI TS 102 778-4 V1.1.1 for more information. +type VRI struct{Cert []*_cee .PdfObjectStream ;OCSP []*_cee .PdfObjectStream ;CRL []*_cee .PdfObjectStream ;TU *_cee .PdfObjectString ;TS *_cee .PdfObjectString ;}; -// ToPdfObject returns the PDF representation of the function. -func (_dgggg *PdfFunctionType2 )ToPdfObject ()_eb .PdfObject {_fcfdf :=_eb .MakeDict ();_fcfdf .Set ("\u0046\u0075\u006ec\u0074\u0069\u006f\u006e\u0054\u0079\u0070\u0065",_eb .MakeInteger (2));_baaac :=&_eb .PdfObjectArray {};for _ ,_efebe :=range _dgggg .Domain {_baaac .Append (_eb .MakeFloat (_efebe )); -};_fcfdf .Set ("\u0044\u006f\u006d\u0061\u0069\u006e",_baaac );if _dgggg .Range !=nil {_gecd :=&_eb .PdfObjectArray {};for _ ,_edee :=range _dgggg .Range {_gecd .Append (_eb .MakeFloat (_edee ));};_fcfdf .Set ("\u0052\u0061\u006eg\u0065",_gecd );};if _dgggg .C0 !=nil {_cecge :=&_eb .PdfObjectArray {}; -for _ ,_efacd :=range _dgggg .C0 {_cecge .Append (_eb .MakeFloat (_efacd ));};_fcfdf .Set ("\u0043\u0030",_cecge );};if _dgggg .C1 !=nil {_dagad :=&_eb .PdfObjectArray {};for _ ,_fgcdc :=range _dgggg .C1 {_dagad .Append (_eb .MakeFloat (_fgcdc ));};_fcfdf .Set ("\u0043\u0031",_dagad ); -};_fcfdf .Set ("\u004e",_eb .MakeFloat (_dgggg .N ));if _dgggg ._efee !=nil {_dgggg ._efee .PdfObject =_fcfdf ;return _dgggg ._efee ;};return _fcfdf ;}; +// GetObjectNums returns the object numbers of the PDF objects in the file +// Numbered objects are either indirect objects or stream objects. +// e.g. objNums := pdfReader.GetObjectNums() +// The underlying objects can then be accessed with +// pdfReader.GetIndirectObjectByNumber(objNums[0]) for the first available object. +func (_ddceg *PdfReader )GetObjectNums ()[]int {return _ddceg ._ffdgf .GetObjectNums ()};func (_eacfd *PdfWriter )setDocInfo (_acbbdc _cee .PdfObject ){if _eacfd .hasObject (_eacfd ._cbfac ){delete (_eacfd ._dgbgbb ,_eacfd ._cbfac );delete (_eacfd ._befcg ,_eacfd ._cbfac ); +for _feaae ,_gdgdc :=range _eacfd ._gccff {if _gdgdc ==_eacfd ._cbfac {copy (_eacfd ._gccff [_feaae :],_eacfd ._gccff [_feaae +1:]);_eacfd ._gccff [len (_eacfd ._gccff )-1]=nil ;_eacfd ._gccff =_eacfd ._gccff [:len (_eacfd ._gccff )-1];break ;};};};_fegba :=_cee .PdfIndirectObject {}; +_fegba .PdfObject =_acbbdc ;_eacfd ._cbfac =&_fegba ;_eacfd .addObject (&_fegba );}; -// FieldFlag represents form field flags. Some of the flags can apply to all types of fields whereas other -// flags are specific. -type FieldFlag uint32 ; +// GetContext returns the context of the outline tree node, which is either a +// *PdfOutline or a *PdfOutlineItem. The method returns nil for uninitialized +// tree nodes. +func (_bedga *PdfOutlineTreeNode )GetContext ()PdfModel {if _cddg ,_fcffgb :=_bedga ._afcbg .(*PdfOutline );_fcffgb {return _cddg ;};if _cddc ,_fbfa :=_bedga ._afcbg .(*PdfOutlineItem );_fbfa {return _cddc ;};_fca .Log .Debug ("\u0045\u0052RO\u0052\u0020\u0049n\u0076\u0061\u006c\u0069d o\u0075tl\u0069\u006e\u0065\u0020\u0074\u0072\u0065e \u006e\u006f\u0064\u0065\u0020\u0069\u0074e\u006d"); +return nil ;}; -// ToPdfObject converts the pdfCIDFontType2 to a PDF representation. -func (_bbaef *pdfCIDFontType2 )ToPdfObject ()_eb .PdfObject {if _bbaef ._fceef ==nil {_bbaef ._fceef =&_eb .PdfIndirectObject {};};_cecc :=_bbaef .baseFields ().asPdfObjectDictionary ("\u0043\u0049\u0044F\u006f\u006e\u0074\u0054\u0079\u0070\u0065\u0032"); -_bbaef ._fceef .PdfObject =_cecc ;if _bbaef .CIDSystemInfo !=nil {_cecc .Set ("\u0043\u0049\u0044\u0053\u0079\u0073\u0074\u0065\u006d\u0049\u006e\u0066\u006f",_bbaef .CIDSystemInfo );};if _bbaef .DW !=nil {_cecc .Set ("\u0044\u0057",_bbaef .DW );};if _bbaef .DW2 !=nil {_cecc .Set ("\u0044\u0057\u0032",_bbaef .DW2 ); -};if _bbaef .W !=nil {_cecc .Set ("\u0057",_bbaef .W );};if _bbaef .W2 !=nil {_cecc .Set ("\u0057\u0032",_bbaef .W2 );};if _bbaef .CIDToGIDMap !=nil {_cecc .Set ("C\u0049\u0044\u0054\u006f\u0047\u0049\u0044\u004d\u0061\u0070",_bbaef .CIDToGIDMap );};return _bbaef ._fceef ; -}; +// ToPdfObject returns a PDF object representation of the outline destination. +func (_aabde OutlineDest )ToPdfObject ()_cee .PdfObject {if (_aabde .PageObj ==nil &&_aabde .Page < 0)||_aabde .Mode ==""{return _cee .MakeNull ();};_bcbdb :=_cee .MakeArray ();if _aabde .PageObj !=nil {_bcbdb .Append (_aabde .PageObj );}else {_bcbdb .Append (_cee .MakeInteger (_aabde .Page )); +};_bcbdb .Append (_cee .MakeName (_aabde .Mode ));switch _aabde .Mode {case "\u0046\u0069\u0074","\u0046\u0069\u0074\u0042":case "\u0046\u0069\u0074\u0048","\u0046\u0069\u0074B\u0048":_bcbdb .Append (_cee .MakeFloat (_aabde .Y ));case "\u0046\u0069\u0074\u0056","\u0046\u0069\u0074B\u0056":_bcbdb .Append (_cee .MakeFloat (_aabde .X )); +case "\u0058\u0059\u005a":_bcbdb .Append (_cee .MakeFloat (_aabde .X ));_bcbdb .Append (_cee .MakeFloat (_aabde .Y ));_bcbdb .Append (_cee .MakeFloat (_aabde .Zoom ));default:_bcbdb .Set (1,_cee .MakeName ("\u0046\u0069\u0074"));};return _bcbdb ;}; -// Set applies flag fl to the flag's bitmask and returns the combined flag. -func (_bdfdg FieldFlag )Set (fl FieldFlag )FieldFlag {return FieldFlag (_bdfdg .Mask ()|fl .Mask ())};const (ButtonTypeCheckbox ButtonType =iota ;ButtonTypePush ButtonType =iota ;ButtonTypeRadio ButtonType =iota ;); +// SetName sets the `Name` field of the signature. +func (_bbccf *PdfSignature )SetName (name string ){_bbccf .Name =_cee .MakeEncodedString (name ,true )}; -// SetPatternByName sets a pattern resource specified by keyName. -func (_cfdge *PdfPageResources )SetPatternByName (keyName _eb .PdfObjectName ,pattern _eb .PdfObject )error {if _cfdge .Pattern ==nil {_cfdge .Pattern =_eb .MakeDict ();};_accfga ,_befce :=_eb .GetDict (_cfdge .Pattern );if !_befce {return _eb .ErrTypeError ; -};_accfga .Set (keyName ,pattern );return nil ;}; +// GetContainingPdfObject returns the XObject Form's containing object (indirect object). +func (_effdc *XObjectForm )GetContainingPdfObject ()_cee .PdfObject {return _effdc ._fbged }; -// Width returns the width of `rect`. -func (_gcbeb *PdfRectangle )Width ()float64 {return _gg .Abs (_gcbeb .Urx -_gcbeb .Llx )}; +// HasFontByName checks whether a font is defined by the specified keyName. +func (_dbcdf *PdfPageResources )HasFontByName (keyName _cee .PdfObjectName )bool {_ ,_aagfd :=_dbcdf .GetFontByName (keyName );return _aagfd ;}; -// AnnotFilterFunc represents a PDF annotation filtering function. If the function -// returns true, the annotation is kept, otherwise it is discarded. -type AnnotFilterFunc func (*PdfAnnotation )bool ;func _fbcef (_gfcg *_eb .PdfObjectDictionary ,_fbabg *fontCommon )(*pdfCIDFontType2 ,error ){if _fbabg ._fgdee !="\u0043\u0049\u0044F\u006f\u006e\u0074\u0054\u0079\u0070\u0065\u0032"{_ddb .Log .Debug ("\u0045R\u0052\u004fR\u003a\u0020\u0046\u006fn\u0074\u0020\u0053u\u0062\u0054\u0079\u0070\u0065\u0020\u0021\u003d\u0020CI\u0044\u0046\u006fn\u0074\u0054y\u0070\u0065\u0032\u002e\u0020\u0066o\u006e\u0074=\u0025\u0073",_fbabg ); -return nil ,_eb .ErrRangeError ;};_gffa :=_fegae (_fbabg );_bbbg ,_agef :=_eb .GetDict (_gfcg .Get ("\u0043\u0049\u0044\u0053\u0079\u0073\u0074\u0065\u006d\u0049\u006e\u0066\u006f"));if !_agef {_ddb .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0043I\u0044\u0053\u0079st\u0065\u006d\u0049\u006e\u0066\u006f \u0028\u0052\u0065\u0071\u0075\u0069\u0072\u0065\u0064\u0029\u0020\u006d\u0069\u0073\u0073i\u006e\u0067\u002e\u0020\u0066\u006f\u006e\u0074=\u0025\u0073",_fbabg ); -return nil ,ErrRequiredAttributeMissing ;};_gffa .CIDSystemInfo =_bbbg ;_gffa .DW =_gfcg .Get ("\u0044\u0057");_gffa .W =_gfcg .Get ("\u0057");_gffa .DW2 =_gfcg .Get ("\u0044\u0057\u0032");_gffa .W2 =_gfcg .Get ("\u0057\u0032");_gffa .CIDToGIDMap =_gfcg .Get ("C\u0049\u0044\u0054\u006f\u0047\u0049\u0044\u004d\u0061\u0070"); -_gffa ._aggd =1000.0;if _faggc ,_fbffb :=_eb .GetNumberAsFloat (_gffa .DW );_fbffb ==nil {_gffa ._aggd =_faggc ;};_fgafa ,_ddgdc :=_cbfdd (_gffa .W );if _ddgdc !=nil {return nil ,_ddgdc ;};if _fgafa ==nil {_fgafa =map[_fc .CharCode ]float64 {};};_gffa ._fcgg =_fgafa ; -return _gffa ,nil ;}; +// GetContext returns the annotation context which contains the specific type-dependent context. +// The context represents the subannotation. +func (_cdb *PdfAnnotation )GetContext ()PdfModel {if _cdb ==nil {return nil ;};return _cdb ._ecf ;};func (_eaea *PdfAnnotationMarkup )appendToPdfDictionary (_bfgdf *_cee .PdfObjectDictionary ){_bfgdf .SetIfNotNil ("\u0054",_eaea .T );if _eaea .Popup !=nil {_bfgdf .Set ("\u0050\u006f\u0070u\u0070",_eaea .Popup .ToPdfObject ()); +};_bfgdf .SetIfNotNil ("\u0043\u0041",_eaea .CA );_bfgdf .SetIfNotNil ("\u0052\u0043",_eaea .RC );_bfgdf .SetIfNotNil ("\u0043\u0072\u0065a\u0074\u0069\u006f\u006e\u0044\u0061\u0074\u0065",_eaea .CreationDate );_bfgdf .SetIfNotNil ("\u0049\u0052\u0054",_eaea .IRT ); +_bfgdf .SetIfNotNil ("\u0053\u0075\u0062\u006a",_eaea .Subj );_bfgdf .SetIfNotNil ("\u0052\u0054",_eaea .RT );_bfgdf .SetIfNotNil ("\u0049\u0054",_eaea .IT );_bfgdf .SetIfNotNil ("\u0045\u0078\u0044\u0061\u0074\u0061",_eaea .ExData );}; -// ToPdfObject implements interface PdfModel. -func (_bdf *PdfActionGoToR )ToPdfObject ()_eb .PdfObject {_bdf .PdfAction .ToPdfObject ();_fdc :=_bdf ._dee ;_fecf :=_fdc .PdfObject .(*_eb .PdfObjectDictionary );_fecf .SetIfNotNil ("\u0053",_eb .MakeName (string (ActionTypeGoToR )));if _bdf .F !=nil {_fecf .Set ("\u0046",_bdf .F .ToPdfObject ()); -};_fecf .SetIfNotNil ("\u0044",_bdf .D );_fecf .SetIfNotNil ("\u004ee\u0077\u0057\u0069\u006e\u0064\u006fw",_bdf .NewWindow );return _fdc ;};func (_eccbc *PdfReader )newPdfSignatureReferenceFromDict (_cgegg *_eb .PdfObjectDictionary )(*PdfSignatureReference ,error ){if _ccce ,_dgge :=_eccbc ._affaf .GetModelFromPrimitive (_cgegg ).(*PdfSignatureReference ); -_dgge {return _ccce ,nil ;};_ebbb :=&PdfSignatureReference {_abdcb :_cgegg ,Data :_cgegg .Get ("\u0044\u0061\u0074\u0061")};var _bddbc bool ;_ebbb .Type ,_ =_eb .GetName (_cgegg .Get ("\u0054\u0079\u0070\u0065"));_ebbb .TransformMethod ,_bddbc =_eb .GetName (_cgegg .Get ("\u0054r\u0061n\u0073\u0066\u006f\u0072\u006d\u004d\u0065\u0074\u0068\u006f\u0064")); -if !_bddbc {_ddb .Log .Error ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0053\u0069g\u006e\u0061\u0074\u0075\u0072\u0065\u0020\u0052\u0065\u0066\u0065\u0072\u0065\u006e\u0063\u0065\u0020\u0054\u0072\u0061\u006e\u0073\u0066o\u0072\u006dM\u0065\u0074h\u006f\u0064\u0020\u0061\u0074\u0074\u0072\u0069\u0062\u0075\u0074\u0065\u0020in\u0076\u0061\u006c\u0069\u0064\u0020\u006f\u0072\u0020m\u0069\u0073\u0073\u0069\u006e\u0067"); -return nil ,ErrInvalidAttribute ;};_ebbb .TransformParams ,_ =_eb .GetDict (_cgegg .Get ("\u0054r\u0061n\u0073\u0066\u006f\u0072\u006d\u0050\u0061\u0072\u0061\u006d\u0073"));_ebbb .DigestMethod ,_ =_eb .GetName (_cgegg .Get ("\u0044\u0069\u0067e\u0073\u0074\u004d\u0065\u0074\u0068\u006f\u0064")); -return _ebbb ,nil ;}; +// CharMetrics represents width and height metrics of a glyph. +type CharMetrics =_ce .CharMetrics ; -// FlattenFieldsWithOpts flattens the AcroForm fields of the reader using the -// provided field appearance generator and the specified options. If no options -// are specified, all form fields are flattened. -// If a filter function is provided using the opts parameter, only the filtered -// fields are flattened. Otherwise, all form fields are flattened. -// At the end of the process, the AcroForm contains all the fields which were -// not flattened. If all fields are flattened, the reader's AcroForm field -// is set to nil. -func (_affa *PdfReader )FlattenFieldsWithOpts (appgen FieldAppearanceGenerator ,opts *FieldFlattenOpts )error {return _affa .flattenFieldsWithOpts (false ,appgen ,opts );}; +// GetNumComponents returns the number of color components (1 for Separation). +func (_gdee *PdfColorspaceSpecialSeparation )GetNumComponents ()int {return 1}; -// GetFontByName gets the font specified by keyName. Returns the PdfObject which -// the entry refers to. Returns a bool value indicating whether or not the entry was found. -func (_faad *PdfPageResources )GetFontByName (keyName _eb .PdfObjectName )(_eb .PdfObject ,bool ){if _faad .Font ==nil {return nil ,false ;};_adff ,_ccacc :=_eb .TraceToDirectObject (_faad .Font ).(*_eb .PdfObjectDictionary );if !_ccacc {_ddb .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0046\u006f\u006e\u0074\u0020\u006e\u006f\u0074\u0020\u0061\u0020\u0064\u0069\u0063\u0074\u0069\u006fn\u0061\u0072\u0079\u0021\u0020(\u0067\u006ft\u0020\u0025\u0054\u0029",_eb .TraceToDirectObject (_faad .Font )); -return nil ,false ;};if _facfe :=_adff .Get (keyName );_facfe !=nil {return _facfe ,true ;};return nil ,false ;}; +// StandardApplier is the interface that performs optimization of the whole PDF document. +// As a result an input document is being changed by the optimizer. +// The writer than takes back all it's parts and overwrites it. +// NOTE: This implementation is in experimental development state. +// +// Keep in mind that it might change in the subsequent minor versions. +type StandardApplier interface{ApplyStandard (_dfdaf *_fg .Document )error ;}; -// M returns the value of the magenta component of the color. -func (_dbfa *PdfColorDeviceCMYK )M ()float64 {return _dbfa [1]}; +// SetNamedDestinations sets the Dests entry in the PDF catalog. +// See section 12.3.2.3 "Named Destinations" (p. 367 PDF32000_2008). +func (_faede *PdfWriter )SetNamedDestinations (dests _cee .PdfObject )error {if dests ==nil {return nil ;};_fca .Log .Trace ("\u0053e\u0074\u0074\u0069\u006e\u0067\u0020\u0063\u0061\u0074\u0061\u006co\u0067\u0020\u0044\u0065\u0073\u0074\u0073\u002e\u002e\u002e"); +_faede ._cdebc .Set ("\u0044\u0065\u0073t\u0073",dests );return _faede .addObjects (dests );}; -// ToPdfObject returns the PDF representation of the shading dictionary. -func (_dcdb *PdfShadingType4 )ToPdfObject ()_eb .PdfObject {_dcdb .PdfShading .ToPdfObject ();_fegcg ,_bdaec :=_dcdb .getShadingDict ();if _bdaec !=nil {_ddb .Log .Error ("\u0055\u006ea\u0062\u006c\u0065\u0020\u0074\u006f\u0020\u0061\u0063\u0063\u0065\u0073\u0073\u0020\u0073\u0068\u0061\u0064\u0069\u006e\u0067\u0020di\u0063\u0074"); -return nil ;};if _dcdb .BitsPerCoordinate !=nil {_fegcg .Set ("\u0042\u0069\u0074\u0073\u0050\u0065\u0072\u0043\u006f\u006f\u0072\u0064i\u006e\u0061\u0074\u0065",_dcdb .BitsPerCoordinate );};if _dcdb .BitsPerComponent !=nil {_fegcg .Set ("\u0042\u0069t\u0073\u0050\u0065r\u0043\u006f\u006d\u0070\u006f\u006e\u0065\u006e\u0074",_dcdb .BitsPerComponent ); -};if _dcdb .BitsPerFlag !=nil {_fegcg .Set ("B\u0069\u0074\u0073\u0050\u0065\u0072\u0046\u006c\u0061\u0067",_dcdb .BitsPerFlag );};if _dcdb .Decode !=nil {_fegcg .Set ("\u0044\u0065\u0063\u006f\u0064\u0065",_dcdb .Decode );};if _dcdb .Function !=nil {if len (_dcdb .Function )==1{_fegcg .Set ("\u0046\u0075\u006e\u0063\u0074\u0069\u006f\u006e",_dcdb .Function [0].ToPdfObject ()); -}else {_dfaga :=_eb .MakeArray ();for _ ,_bbega :=range _dcdb .Function {_dfaga .Append (_bbega .ToPdfObject ());};_fegcg .Set ("\u0046\u0075\u006e\u0063\u0074\u0069\u006f\u006e",_dfaga );};};return _dcdb ._cefaa ;}; +// AppendContentBytes creates a PDF stream from `cs` and appends it to the +// array of streams specified by the pages's Contents entry. +// If `wrapContents` is true, the content stream of the page is wrapped using +// a `q/Q` operator pair, so that its state does not affect the appended +// content stream. +func (_cdefc *PdfPage )AppendContentBytes (cs []byte ,wrapContents bool )error {_edbf :=_cdefc .GetContentStreamObjs ();wrapContents =wrapContents &&len (_edbf )> 0;_eaeg :=_cee .NewFlateEncoder ();_fgbae :=_cee .MakeArray ();if wrapContents {_bdfe ,_afecg :=_cee .MakeStream ([]byte ("\u0071\u000a"),_eaeg ); +if _afecg !=nil {return _afecg ;};_fgbae .Append (_bdfe );};_fgbae .Append (_edbf ...);if wrapContents {_dffde ,_agfbd :=_cee .MakeStream ([]byte ("\u000a\u0051\u000a"),_eaeg );if _agfbd !=nil {return _agfbd ;};_fgbae .Append (_dffde );};_eabda ,_bccbc :=_cee .MakeStream (cs ,_eaeg ); +if _bccbc !=nil {return _bccbc ;};_fgbae .Append (_eabda );_cdefc .Contents =_fgbae ;return nil ;}; -// GenerateRandomID generates a random ID for the K dictionary object. -func (_cdbec *KDict )GenerateRandomID ()string {_abef ,_effdc :=_deb .NewUUID ();if _effdc !=nil {_ddb .Log .Debug ("\u0045r\u0072\u006f\u0072\u0020g\u0065\u006e\u0065\u0072\u0061t\u0069n\u0067 \u0055\u0055\u0049\u0044\u003a\u0020\u0025v",_effdc );};if _abef !=_deb .Nil {_dagfc :=_abef .String (); -_cdbec .ID =_eb .MakeString (_dagfc );return _dagfc ;};return "";}; +// IsValid checks if the given pdf output intent type is valid. +func (_fgac PdfOutputIntentType )IsValid ()bool {return _fgac >=PdfOutputIntentTypeA1 &&_fgac <=PdfOutputIntentTypeX ;}; -// PdfColorDeviceCMYK is a CMYK32 color, where each component is defined in the range 0.0 - 1.0 where 1.0 is the primary intensity. -type PdfColorDeviceCMYK [4]float64 ; +// NewPdfAnnotationWatermark returns a new watermark annotation. +func NewPdfAnnotationWatermark ()*PdfAnnotationWatermark {_cgc :=NewPdfAnnotation ();_dfdg :=&PdfAnnotationWatermark {};_dfdg .PdfAnnotation =_cgc ;_cgc .SetContext (_dfdg );return _dfdg ;}; -// GetContainingPdfObject implements interface PdfModel. -func (_ffa *PdfAction )GetContainingPdfObject ()_eb .PdfObject {return _ffa ._dee };func _dfgf (_gffac _eb .PdfObject )(*PdfPageResourcesColorspaces ,error ){_bgbad :=&PdfPageResourcesColorspaces {};if _agbga ,_eagc :=_gffac .(*_eb .PdfIndirectObject ); -_eagc {_bgbad ._ccba =_agbga ;_gffac =_agbga .PdfObject ;};_gbgfd ,_fgdbe :=_eb .GetDict (_gffac );if !_fgdbe {return nil ,_dcf .New ("\u0043\u0053\u0020at\u0074\u0072\u0069\u0062\u0075\u0074\u0065\u0020\u0074\u0079\u0070\u0065\u0020\u0065\u0072\u0072\u006f\u0072"); -};_bgbad .Names =[]string {};_bgbad .Colorspaces =map[string ]PdfColorspace {};for _ ,_cefeec :=range _gbgfd .Keys (){_ecbegf :=_gbgfd .Get (_cefeec );_bgbad .Names =append (_bgbad .Names ,string (_cefeec ));_gdfca ,_ggfeg :=NewPdfColorspaceFromPdfObject (_ecbegf ); -if _ggfeg !=nil {return nil ,_ggfeg ;};_bgbad .Colorspaces [string (_cefeec )]=_gdfca ;};return _bgbad ,nil ;}; +// NewPdfColorspaceICCBased returns a new ICCBased colorspace object. +func NewPdfColorspaceICCBased (N int )(*PdfColorspaceICCBased ,error ){_cfagd :=&PdfColorspaceICCBased {};if N !=1&&N !=3&&N !=4{return nil ,_e .Errorf ("\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u004e\u0020\u0028\u0031/\u0033\u002f\u0034\u0029"); +};_cfagd .N =N ;return _cfagd ,nil ;};func (_bgfgd *Image )resampleLowBits (_ccada []uint32 ){_bdfb :=_ca .BytesPerLine (int (_bgfgd .Width ),int (_bgfgd .BitsPerComponent ),_bgfgd .ColorComponents );_edgda :=make ([]byte ,_bgfgd .ColorComponents *_bdfb *int (_bgfgd .Height )); +_agdg :=int (_bgfgd .BitsPerComponent )*_bgfgd .ColorComponents *int (_bgfgd .Width );_dgeag :=uint8 (8);var (_cbacg ,_ggdad int ;_cdccb uint32 ;);for _acecg :=0;_acecg < int (_bgfgd .Height );_acecg ++{_ggdad =_acecg *_bdfb ;for _agfbf :=0;_agfbf < _agdg ; +_agfbf ++{_cdccb =_ccada [_cbacg ];_dgeag -=uint8 (_bgfgd .BitsPerComponent );_edgda [_ggdad ]|=byte (_cdccb )<<_dgeag ;if _dgeag ==0{_dgeag =8;_ggdad ++;};_cbacg ++;};};_bgfgd .Data =_edgda ;}; -// ToPdfObject implements model.PdfModel interface. -func (_debcd *PdfOutputIntent )ToPdfObject ()_eb .PdfObject {if _debcd ._ebbd ==nil {_debcd ._ebbd =_eb .MakeDict ();};_ggbg :=_debcd ._ebbd ;if _debcd .Type !=""{_ggbg .Set ("\u0054\u0079\u0070\u0065",_eb .MakeName (_debcd .Type ));};_ggbg .Set ("\u0053",_eb .MakeName (_debcd .S .String ())); -if _debcd .OutputCondition !=""{_ggbg .Set ("\u004fu\u0074p\u0075\u0074\u0043\u006f\u006e\u0064\u0069\u0074\u0069\u006f\u006e",_eb .MakeString (_debcd .OutputCondition ));};_ggbg .Set ("\u004fu\u0074\u0070\u0075\u0074C\u006f\u006e\u0064\u0069\u0074i\u006fn\u0049d\u0065\u006e\u0074\u0069\u0066\u0069\u0065r",_eb .MakeString (_debcd .OutputConditionIdentifier )); -_ggbg .Set ("\u0052\u0065\u0067i\u0073\u0074\u0072\u0079\u004e\u0061\u006d\u0065",_eb .MakeString (_debcd .RegistryName ));if _debcd .Info !=""{_ggbg .Set ("\u0049\u006e\u0066\u006f",_eb .MakeString (_debcd .Info ));};if len (_debcd .DestOutputProfile )!=0{_ggfea ,_edeeg :=_eb .MakeStream (_debcd .DestOutputProfile ,_eb .NewFlateEncoder ()); -if _edeeg !=nil {_ddb .Log .Error ("\u004d\u0061\u006b\u0065\u0053\u0074\u0072\u0065\u0061\u006d\u0020\u0044\u0065s\u0074\u004f\u0075\u0074\u0070\u0075t\u0050\u0072\u006f\u0066\u0069\u006c\u0065\u0020\u0066\u0061\u0069\u006c\u0065d\u003a\u0020\u0025\u0076",_edeeg ); -};_ggfea .PdfObjectDictionary .Set ("\u004e",_eb .MakeInteger (int64 (_debcd .ColorComponents )));_bbea :=make ([]float64 ,_debcd .ColorComponents *2);for _gdcdd :=0;_gdcdd < _debcd .ColorComponents *2;_gdcdd ++{_afdefa :=0.0;if _gdcdd %2!=0{_afdefa =1.0; -};_bbea [_gdcdd ]=_afdefa ;};_ggfea .PdfObjectDictionary .Set ("\u0052\u0061\u006eg\u0065",_eb .MakeArrayFromFloats (_bbea ));_ggbg .Set ("\u0044\u0065\u0073\u0074\u004f\u0075\u0074\u0070\u0075\u0074\u0050\u0072o\u0066\u0069\u006c\u0065",_ggfea );};return _ggbg ; -}; +// NewReaderOpts generates a default `ReaderOpts` instance. +func NewReaderOpts ()*ReaderOpts {return &ReaderOpts {Password :"",LazyLoad :true }}; + +// NewPdfColorspaceFromPdfObject loads a PdfColorspace from a PdfObject. Returns an error if there is +// a failure in loading. +func NewPdfColorspaceFromPdfObject (obj _cee .PdfObject )(PdfColorspace ,error ){if obj ==nil {return nil ,nil ;};var _geagg *_cee .PdfIndirectObject ;var _dacg *_cee .PdfObjectName ;var _afbb *_cee .PdfObjectArray ;if _bdf ,_afddb :=obj .(*_cee .PdfIndirectObject ); +_afddb {_geagg =_bdf ;};obj =_cee .TraceToDirectObject (obj );switch _cdca :=obj .(type ){case *_cee .PdfObjectArray :_afbb =_cdca ;case *_cee .PdfObjectName :_dacg =_cdca ;};if _dacg !=nil {switch *_dacg {case "\u0044\u0065\u0076\u0069\u0063\u0065\u0047\u0072\u0061\u0079":return NewPdfColorspaceDeviceGray (),nil ; +case "\u0044e\u0076\u0069\u0063\u0065\u0052\u0047B":return NewPdfColorspaceDeviceRGB (),nil ;case "\u0044\u0065\u0076\u0069\u0063\u0065\u0043\u004d\u0059\u004b":return NewPdfColorspaceDeviceCMYK (),nil ;case "\u0050a\u0074\u0074\u0065\u0072\u006e":return NewPdfColorspaceSpecialPattern (),nil ; +default:_fca .Log .Debug ("\u0045\u0052\u0052\u004fR\u003a\u0020\u0055\u006e\u006b\u006e\u006f\u0077\u006e\u0020c\u006fl\u006f\u0072\u0073\u0070\u0061\u0063\u0065 \u0025\u0073",*_dacg );return nil ,_dagd ;};};if _afbb !=nil &&_afbb .Len ()> 0{var _bagdf _cee .PdfObject =_geagg ; +if _geagg ==nil {_bagdf =_afbb ;};if _bbgc ,_fcea :=_cee .GetName (_afbb .Get (0));_fcea {switch _bbgc .String (){case "\u0044\u0065\u0076\u0069\u0063\u0065\u0047\u0072\u0061\u0079":if _afbb .Len ()==1{return NewPdfColorspaceDeviceGray (),nil ;};case "\u0044e\u0076\u0069\u0063\u0065\u0052\u0047B":if _afbb .Len ()==1{return NewPdfColorspaceDeviceRGB (),nil ; +};case "\u0044\u0065\u0076\u0069\u0063\u0065\u0043\u004d\u0059\u004b":if _afbb .Len ()==1{return NewPdfColorspaceDeviceCMYK (),nil ;};case "\u0043a\u006c\u0047\u0072\u0061\u0079":return _edgf (_bagdf );case "\u0043\u0061\u006c\u0052\u0047\u0042":return _edgd (_bagdf ); +case "\u004c\u0061\u0062":return _aefb (_bagdf );case "\u0049\u0043\u0043\u0042\u0061\u0073\u0065\u0064":return _geca (_bagdf );case "\u0050a\u0074\u0074\u0065\u0072\u006e":return _gabea (_bagdf );case "\u0049n\u0064\u0065\u0078\u0065\u0064":return _gdcb (_bagdf ); +case "\u0053\u0065\u0070\u0061\u0072\u0061\u0074\u0069\u006f\u006e":return _cbda (_bagdf );case "\u0044e\u0076\u0069\u0063\u0065\u004e":return _eeeg (_bagdf );default:_fca .Log .Debug ("A\u0072\u0072\u0061\u0079\u0020\u0077i\u0074\u0068\u0020\u0069\u006e\u0076\u0061\u006c\u0069d\u0020\u006e\u0061m\u0065:\u0020\u0025\u0073",*_bbgc ); +};};};_fca .Log .Debug ("\u0050\u0044\u0046\u0020\u0046i\u006c\u0065\u0020\u0045\u0072\u0072\u006f\u0072\u003a\u0020\u0043\u006f\u006co\u0072\u0073\u0070\u0061\u0063\u0065\u0020\u0074\u0079\u0070\u0065\u0020\u0065\u0072\u0072\u006f\u0072\u003a\u0020\u0025\u0073",obj .String ()); +return nil ,ErrTypeCheck ;}; // Evaluate runs the function. Input is [x1 x2 x3]. -func (_efged *PdfFunctionType4 )Evaluate (xVec []float64 )([]float64 ,error ){if _efged ._aabg ==nil {_efged ._aabg =_gc .NewPSExecutor (_efged .Program );};var _cffd []_gc .PSObject ;for _ ,_faag :=range xVec {_cffd =append (_cffd ,_gc .MakeReal (_faag )); -};_gfbac ,_dceag :=_efged ._aabg .Execute (_cffd );if _dceag !=nil {return nil ,_dceag ;};_ebdee ,_dceag :=_gc .PSObjectArrayToFloat64Array (_gfbac );if _dceag !=nil {return nil ,_dceag ;};return _ebdee ,nil ;};func _cbdd (_dcef _eb .PdfObject )(*_eb .PdfObjectDictionary ,*fontCommon ,error ){_gcfb :=&fontCommon {}; -if _eaaab ,_abfa :=_dcef .(*_eb .PdfIndirectObject );_abfa {_gcfb ._babgg =_eaaab .ObjectNumber ;};_gagb ,_cadbd :=_eb .GetDict (_dcef );if !_cadbd {_ddb .Log .Debug ("\u0045\u0052\u0052O\u0052\u003a\u0020\u0046\u006f\u006e\u0074\u0020\u006e\u006f\u0074\u0020\u0067\u0069\u0076\u0065\u006e\u0020\u0062\u0079\u0020\u0061\u0020\u0064\u0069\u0063\u0074\u0069\u006fn\u0061\u0072\u0079\u0020\u0028\u0025\u0054\u0029",_dcef ); -return nil ,nil ,ErrFontNotSupported ;};_bbef ,_cadbd :=_eb .GetNameVal (_gagb .Get ("\u0054\u0079\u0070\u0065"));if !_cadbd {_ddb .Log .Debug ("\u0045\u0052R\u004f\u0052\u003a\u0020\u0046o\u006e\u0074\u0020\u0049\u006ec\u006f\u006d\u0070\u0061\u0074\u0069\u0062\u0069\u006c\u0069\u0074\u0079\u002e\u0020\u0054\u0079\u0070\u0065\u0020\u0028\u0052\u0065\u0071\u0075\u0069\u0072\u0065\u0064\u0029\u0020\u006d\u0069\u0073\u0073\u0069\u006e\u0067"); -return nil ,nil ,ErrRequiredAttributeMissing ;};if _bbef !="\u0046\u006f\u006e\u0074"{_ddb .Log .Debug ("\u0045\u0052\u0052\u004f\u0052:\u0020\u0046\u006f\u006e\u0074\u0020\u0049\u006e\u0063\u006f\u006d\u0070\u0061t\u0069\u0062\u0069\u006c\u0069\u0074\u0079\u002e\u0020\u0054\u0079\u0070\u0065\u003d\u0025\u0071\u002e\u0020\u0053\u0068\u006f\u0075\u006c\u0064\u0020\u0062\u0065\u0020\u0025\u0071.",_bbef ,"\u0046\u006f\u006e\u0074"); -return nil ,nil ,_eb .ErrTypeError ;};_gdef ,_cadbd :=_eb .GetNameVal (_gagb .Get ("\u0053u\u0062\u0074\u0079\u0070\u0065"));if !_cadbd {_ddb .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020F\u006f\u006e\u0074 \u0049\u006e\u0063o\u006d\u0070a\u0074\u0069\u0062\u0069\u006c\u0069t\u0079. \u0053\u0075\u0062\u0074\u0079\u0070\u0065\u0020\u0028\u0052\u0065\u0071\u0075\u0069\u0072\u0065\u0064\u0029\u0020\u006d\u0069\u0073\u0073\u0069\u006e\u0067"); -return nil ,nil ,ErrRequiredAttributeMissing ;};_gcfb ._fgdee =_gdef ;_cbde ,_cadbd :=_eb .GetNameVal (_gagb .Get ("\u004e\u0061\u006d\u0065"));if _cadbd {_gcfb ._bgge =_cbde ;};_fddf :=_gagb .Get ("\u0054o\u0055\u006e\u0069\u0063\u006f\u0064e");if _fddf !=nil {_gcfb ._geee =_eb .TraceToDirectObject (_fddf ); -_gaae ,_dbadb :=_geebd (_gcfb ._geee ,_gcfb );if _dbadb !=nil {return _gagb ,_gcfb ,_dbadb ;};_gcfb ._bgbg =_gaae ;}else if _gdef =="\u0043\u0049\u0044F\u006f\u006e\u0074\u0054\u0079\u0070\u0065\u0030"||_gdef =="\u0043\u0049\u0044F\u006f\u006e\u0074\u0054\u0079\u0070\u0065\u0032"{_bgec ,_gaccc :=_ff .NewCIDSystemInfo (_gagb .Get ("\u0043\u0049\u0044\u0053\u0079\u0073\u0074\u0065\u006d\u0049\u006e\u0066\u006f")); -if _gaccc !=nil {return _gagb ,_gcfb ,_gaccc ;};_dadc :=_e .Sprintf ("\u0025\u0073\u002d\u0025\u0073\u002d\u0055\u0043\u0053\u0032",_bgec .Registry ,_bgec .Ordering );if _ff .IsPredefinedCMap (_dadc ){_gcfb ._bgbg ,_gaccc =_ff .LoadPredefinedCMap (_dadc ); -if _gaccc !=nil {_ddb .Log .Debug ("\u0057\u0041\u0052\u004e\u003a\u0020\u0063o\u0075\u006c\u0064 \u006e\u006f\u0074\u0020l\u006f\u0061\u0064\u0020\u0070\u0072\u0065\u0064\u0065\u0066\u0069\u006e\u0065\u0064\u0020\u0043\u004d\u0061\u0070\u0020\u0025\u0073\u003a\u0020\u0025\u0076",_dadc ,_gaccc ); -};};};_bbcfe :=_gagb .Get ("\u0046\u006f\u006e\u0074\u0044\u0065\u0073\u0063\u0072i\u0070\u0074\u006f\u0072");if _bbcfe !=nil {_gefg ,_gfba :=_cbff (_bbcfe );if _gfba !=nil {_ddb .Log .Debug ("\u0045\u0052\u0052OR\u003a\u0020\u0042\u0061\u0064\u0020\u0066\u006f\u006et\u0020d\u0065s\u0063r\u0069\u0070\u0074\u006f\u0072\u002e\u0020\u0065\u0072\u0072\u003d\u0025\u0076",_gfba ); -return _gagb ,_gcfb ,_gfba ;};_gcfb ._bged =_gefg ;};if _gdef !="\u0054\u0079\u0070e\u0033"{_fbff ,_eebff :=_eb .GetNameVal (_gagb .Get ("\u0042\u0061\u0073\u0065\u0046\u006f\u006e\u0074"));if !_eebff {_ddb .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a \u0046\u006f\u006et\u0020\u0049\u006ec\u006f\u006d\u0070\u0061\u0074\u0069\u0062\u0069\u006c\u0069t\u0079\u002e\u0020\u0042\u0061se\u0046\u006f\u006e\u0074\u0020\u0028\u0052\u0065\u0071\u0075\u0069\u0072\u0065\u0064\u0029\u0020\u006d\u0069\u0073\u0073\u0069\u006e\u0067"); -return _gagb ,_gcfb ,ErrRequiredAttributeMissing ;};_gcfb ._agcc =_fbff ;};return _gagb ,_gcfb ,nil ;};type pdfCIDFontType0 struct{fontCommon ;_dbeda *_eb .PdfIndirectObject ;_ebgbc _fc .TextEncoder ; +func (_ecbcg *PdfFunctionType4 )Evaluate (xVec []float64 )([]float64 ,error ){if _ecbcg ._gfcca ==nil {_ecbcg ._gfcca =_daa .NewPSExecutor (_ecbcg .Program );};var _bfgc []_daa .PSObject ;for _ ,_gabcd :=range xVec {_bfgc =append (_bfgc ,_daa .MakeReal (_gabcd )); +};_cgegb ,_gdfeb :=_ecbcg ._gfcca .Execute (_bfgc );if _gdfeb !=nil {return nil ,_gdfeb ;};_defcb ,_gdfeb :=_daa .PSObjectArrayToFloat64Array (_cgegb );if _gdfeb !=nil {return nil ,_gdfeb ;};return _defcb ,nil ;}; -// Table 117 – Entries in a CIDFont dictionary (page 269) -// (Required) Dictionary that defines the character collection of the CIDFont. -// See Table 116. -CIDSystemInfo *_eb .PdfObjectDictionary ; +// FieldImageProvider provides fields images for specified fields. +type FieldImageProvider interface{FieldImageValues ()(map[string ]*Image ,error );}; -// Glyph metrics fields (optional). -DW _eb .PdfObject ;W _eb .PdfObject ;DW2 _eb .PdfObject ;W2 _eb .PdfObject ;_efege map[_fc .CharCode ]float64 ;_dcfg float64 ;}; +// ToPdfObject returns the PDF representation of the shading dictionary. +func (_gfegf *PdfShadingType4 )ToPdfObject ()_cee .PdfObject {_gfegf .PdfShading .ToPdfObject ();_eadfa ,_efgefd :=_gfegf .getShadingDict ();if _efgefd !=nil {_fca .Log .Error ("\u0055\u006ea\u0062\u006c\u0065\u0020\u0074\u006f\u0020\u0061\u0063\u0063\u0065\u0073\u0073\u0020\u0073\u0068\u0061\u0064\u0069\u006e\u0067\u0020di\u0063\u0074"); +return nil ;};if _gfegf .BitsPerCoordinate !=nil {_eadfa .Set ("\u0042\u0069\u0074\u0073\u0050\u0065\u0072\u0043\u006f\u006f\u0072\u0064i\u006e\u0061\u0074\u0065",_gfegf .BitsPerCoordinate );};if _gfegf .BitsPerComponent !=nil {_eadfa .Set ("\u0042\u0069t\u0073\u0050\u0065r\u0043\u006f\u006d\u0070\u006f\u006e\u0065\u006e\u0074",_gfegf .BitsPerComponent ); +};if _gfegf .BitsPerFlag !=nil {_eadfa .Set ("B\u0069\u0074\u0073\u0050\u0065\u0072\u0046\u006c\u0061\u0067",_gfegf .BitsPerFlag );};if _gfegf .Decode !=nil {_eadfa .Set ("\u0044\u0065\u0063\u006f\u0064\u0065",_gfegf .Decode );};if _gfegf .Function !=nil {if len (_gfegf .Function )==1{_eadfa .Set ("\u0046\u0075\u006e\u0063\u0074\u0069\u006f\u006e",_gfegf .Function [0].ToPdfObject ()); +}else {_fbbde :=_cee .MakeArray ();for _ ,_caffe :=range _gfegf .Function {_fbbde .Append (_caffe .ToPdfObject ());};_eadfa .Set ("\u0046\u0075\u006e\u0063\u0074\u0069\u006f\u006e",_fbbde );};};return _gfegf ._dfgbe ;}; -// SetRotation sets the rotation of all pages added to writer. The rotation is -// specified in degrees and must be a multiple of 90. -// The Rotate field of individual pages has priority over the global rotation. -func (_cafeg *PdfWriter )SetRotation (rotate int64 )error {_gdfgg ,_ebffb :=_eb .GetDict (_cafeg ._afga );if !_ebffb {return ErrTypeCheck ;};_gdfgg .Set ("\u0052\u006f\u0074\u0061\u0074\u0065",_eb .MakeInteger (rotate ));return nil ;}; +// SetOpenAction sets the OpenAction in the PDF catalog. +// The value shall be either an array defining a destination (12.3.2 "Destinations" PDF32000_2008), +// or an action dictionary representing an action (12.6 "Actions" PDF32000_2008). +func (_cadbc *PdfWriter )SetOpenAction (dest _cee .PdfObject )error {if dest ==nil ||_cee .IsNullObject (dest ){return nil ;};_cadbc ._cdebc .Set ("\u004f\u0070\u0065\u006e\u0041\u0063\u0074\u0069\u006f\u006e",dest );return _cadbc .addObjects (dest );}; -// SetContext sets the sub pattern (context). Either PdfTilingPattern or PdfShadingPattern. -func (_fdceb *PdfPattern )SetContext (ctx PdfModel ){_fdceb ._eefgb =ctx };func (_feed *PdfReader )newPdfAnnotationFromIndirectObject (_dbd *_eb .PdfIndirectObject )(*PdfAnnotation ,error ){_bddd ,_gffd :=_dbd .PdfObject .(*_eb .PdfObjectDictionary );if !_gffd {return nil ,_e .Errorf ("\u0061\u006e\u006e\u006f\u0074\u0061\u0074\u0069\u006f\u006e\u0020\u0069\u006e\u0064\u0069r\u0065\u0063\u0074\u0020\u006f\u0062\u006a\u0065\u0063\u0074\u0020\u006e\u006ft\u0020\u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0069\u006e\u0067\u0020a \u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079"); -};if model :=_feed ._affaf .GetModelFromPrimitive (_bddd );model !=nil {_cegg ,_dega :=model .(*PdfAnnotation );if !_dega {return nil ,_e .Errorf ("\u0063\u0061\u0063\u0068\u0065\u0064 \u006d\u006f\u0064\u0065\u006c\u0020\u006e\u006f\u0074\u0020\u0061\u0020\u0050D\u0046\u0020\u0061\u006e\u006e\u006f\u0074a\u0074\u0069\u006f\u006e"); -};return _cegg ,nil ;};_abce :=&PdfAnnotation {};_abce ._ggf =_dbd ;_feed ._affaf .Register (_bddd ,_abce );if _afcf :=_bddd .Get ("\u0054\u0079\u0070\u0065");_afcf !=nil {_gfaf ,_ggfd :=_afcf .(*_eb .PdfObjectName );if !_ggfd {_ddb .Log .Trace ("\u0049\u006e\u0063\u006f\u006d\u0070\u0061\u0074\u0069\u0062\u0069\u006c\u0069\u0074\u0079\u0021\u0020\u0049\u006e\u0076a\u006c\u0069\u0064\u0020\u0074\u0079\u0070\u0065\u0020\u006f\u0066\u0020\u0054\u0079\u0070\u0065\u0020\u0028\u0025\u0054\u0029\u0020\u002d\u0020\u0073\u0068\u006f\u0075\u006c\u0064 \u0062\u0065\u0020\u004e\u0061m\u0065",_afcf ); -}else {if *_gfaf !="\u0041\u006e\u006eo\u0074"{_ddb .Log .Trace ("\u0055\u006e\u0073\u0075\u0073\u0070\u0065\u0063\u0074\u0065d\u0020\u0054\u0079\u0070\u0065\u0020\u0021=\u0020\u0041\u006e\u006e\u006f\u0074\u0020\u0028\u0025\u0073\u0029",*_gfaf );};};}; -if _fbe :=_bddd .Get ("\u0052\u0065\u0063\u0074");_fbe !=nil {_abce .Rect =_fbe ;};if _dgf :=_bddd .Get ("\u0043\u006f\u006e\u0074\u0065\u006e\u0074\u0073");_dgf !=nil {_abce .Contents =_dgf ;};if _bef :=_bddd .Get ("\u0050");_bef !=nil {_abce .P =_bef ; -};if _cbbb :=_bddd .Get ("\u004e\u004d");_cbbb !=nil {_abce .NM =_cbbb ;};if _cgdb :=_bddd .Get ("\u004d");_cgdb !=nil {_abce .M =_cgdb ;};if _acfe :=_bddd .Get ("\u0046");_acfe !=nil {_abce .F =_acfe ;};if _cacc :=_bddd .Get ("\u0041\u0050");_cacc !=nil {_abce .AP =_cacc ; -};if _ecdd :=_bddd .Get ("\u0041\u0053");_ecdd !=nil {_abce .AS =_ecdd ;};if _gdcg :=_bddd .Get ("\u0042\u006f\u0072\u0064\u0065\u0072");_gdcg !=nil {_abce .Border =_gdcg ;};if _gdcgc :=_bddd .Get ("\u0043");_gdcgc !=nil {_abce .C =_gdcgc ;};if _eee :=_bddd .Get ("\u0053\u0074\u0072u\u0063\u0074\u0050\u0061\u0072\u0065\u006e\u0074"); -_eee !=nil {_abce .StructParent =_eee ;};if _fba :=_bddd .Get ("\u004f\u0043");_fba !=nil {_abce .OC =_fba ;};_gffc :=_bddd .Get ("\u0053u\u0062\u0074\u0079\u0070\u0065");if _gffc ==nil {_ddb .Log .Debug ("\u0057\u0041\u0052\u004e\u0049\u004e\u0047:\u0020\u0043\u006f\u006d\u0070\u0061\u0074\u0069\u0062\u0069\u006c\u0069\u0074\u0079 \u0069s\u0073\u0075\u0065\u0020\u002d\u0020a\u006e\u006e\u006f\u0074\u0061\u0074\u0069o\u006e\u0020\u0053\u0075\u0062\u0074\u0079\u0070\u0065\u0020\u006d\u0069\u0073\u0073\u0069\u006e\u0067\u0020\u002d\u0020\u0061\u0073\u0073u\u006d\u0069\u006e\u0067\u0020\u006e\u006f\u0020\u0073\u0075\u0062\u0074\u0079p\u0065"); -_abce ._cdb =nil ;return _abce ,nil ;};_dgee ,_agd :=_gffc .(*_eb .PdfObjectName );if !_agd {_ddb .Log .Debug ("E\u0052\u0052\u004f\u0052\u003a\u0020\u0049\u006e\u0076a\u006c\u0069\u0064\u0020\u0053\u0075\u0062ty\u0070\u0065\u0020\u006fb\u006a\u0065\u0063\u0074\u0020\u0074\u0079\u0070\u0065 !\u003d\u0020n\u0061\u006d\u0065\u0020\u0028\u0025\u0054\u0029",_gffc ); -return nil ,_e .Errorf ("i\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0053\u0075\u0062\u0074\u0079\u0070\u0065\u0020\u006f\u0062\u006ae\u0063\u0074\u0020\u0074\u0079\u0070\u0065\u0020\u0021\u003d n\u0061\u006d\u0065 \u0028%\u0054\u0029",_gffc );};switch *_dgee {case "\u0054\u0065\u0078\u0074":_cfce ,_fce :=_feed .newPdfAnnotationTextFromDict (_bddd ); -if _fce !=nil {return nil ,_fce ;};_cfce .PdfAnnotation =_abce ;_abce ._cdb =_cfce ;return _abce ,nil ;case "\u004c\u0069\u006e\u006b":_cfcgd ,_feee :=_feed .newPdfAnnotationLinkFromDict (_bddd );if _feee !=nil {return nil ,_feee ;};_cfcgd .PdfAnnotation =_abce ; -_abce ._cdb =_cfcgd ;return _abce ,nil ;case "\u0046\u0072\u0065\u0065\u0054\u0065\u0078\u0074":_agb ,_bbdc :=_feed .newPdfAnnotationFreeTextFromDict (_bddd );if _bbdc !=nil {return nil ,_bbdc ;};_agb .PdfAnnotation =_abce ;_abce ._cdb =_agb ;return _abce ,nil ; -case "\u004c\u0069\u006e\u0065":_ddd ,_efad :=_feed .newPdfAnnotationLineFromDict (_bddd );if _efad !=nil {return nil ,_efad ;};_ddd .PdfAnnotation =_abce ;_abce ._cdb =_ddd ;_ddb .Log .Trace ("\u004c\u0049\u004e\u0045\u0020\u0041N\u004e\u004f\u0054\u0041\u0054\u0049\u004f\u004e\u003a\u0020\u0061\u006e\u006eo\u0074\u0020\u0028\u0025\u0054\u0029\u003a \u0025\u002b\u0076\u000a",_abce ,_abce ); -_ddb .Log .Trace ("\u004c\u0049\u004eE\u0020\u0041\u004e\u004eO\u0054\u0041\u0054\u0049\u004f\u004e\u003a \u0063\u0074\u0078\u0020\u0028\u0025\u0054\u0029\u003a\u0020\u0025\u002b\u0076\u000a",_ddd ,_ddd );_ddb .Log .Trace ("\u004c\u0049\u004e\u0045\u0020\u0041\u004e\u004e\u004f\u0054\u0041\u0054\u0049\u004f\u004e\u0020\u004d\u0061\u0072\u006b\u0075\u0070\u003a\u0020c\u0074\u0078\u0020\u0028\u0025T\u0029\u003a \u0025\u002b\u0076\u000a",_ddd .PdfAnnotationMarkup ,_ddd .PdfAnnotationMarkup ); -return _abce ,nil ;case "\u0053\u0071\u0075\u0061\u0072\u0065":_efba ,_addc :=_feed .newPdfAnnotationSquareFromDict (_bddd );if _addc !=nil {return nil ,_addc ;};_efba .PdfAnnotation =_abce ;_abce ._cdb =_efba ;return _abce ,nil ;case "\u0043\u0069\u0072\u0063\u006c\u0065":_dac ,_gaf :=_feed .newPdfAnnotationCircleFromDict (_bddd ); -if _gaf !=nil {return nil ,_gaf ;};_dac .PdfAnnotation =_abce ;_abce ._cdb =_dac ;return _abce ,nil ;case "\u0050o\u006c\u0079\u0067\u006f\u006e":_gcfe ,_eeg :=_feed .newPdfAnnotationPolygonFromDict (_bddd );if _eeg !=nil {return nil ,_eeg ;};_gcfe .PdfAnnotation =_abce ; -_abce ._cdb =_gcfe ;return _abce ,nil ;case "\u0050\u006f\u006c\u0079\u004c\u0069\u006e\u0065":_cad ,_fbgd :=_feed .newPdfAnnotationPolyLineFromDict (_bddd );if _fbgd !=nil {return nil ,_fbgd ;};_cad .PdfAnnotation =_abce ;_abce ._cdb =_cad ;return _abce ,nil ; -case "\u0048i\u0067\u0068\u006c\u0069\u0067\u0068t":_edga ,_bad :=_feed .newPdfAnnotationHighlightFromDict (_bddd );if _bad !=nil {return nil ,_bad ;};_edga .PdfAnnotation =_abce ;_abce ._cdb =_edga ;return _abce ,nil ;case "\u0055n\u0064\u0065\u0072\u006c\u0069\u006ee":_egcd ,_ddae :=_feed .newPdfAnnotationUnderlineFromDict (_bddd ); -if _ddae !=nil {return nil ,_ddae ;};_egcd .PdfAnnotation =_abce ;_abce ._cdb =_egcd ;return _abce ,nil ;case "\u0053\u0071\u0075\u0069\u0067\u0067\u006c\u0079":_ffda ,_ggg :=_feed .newPdfAnnotationSquigglyFromDict (_bddd );if _ggg !=nil {return nil ,_ggg ; -};_ffda .PdfAnnotation =_abce ;_abce ._cdb =_ffda ;return _abce ,nil ;case "\u0053t\u0072\u0069\u006b\u0065\u004f\u0075t":_abb ,_eega :=_feed .newPdfAnnotationStrikeOut (_bddd );if _eega !=nil {return nil ,_eega ;};_abb .PdfAnnotation =_abce ;_abce ._cdb =_abb ; -return _abce ,nil ;case "\u0043\u0061\u0072e\u0074":_fff ,_fbeb :=_feed .newPdfAnnotationCaretFromDict (_bddd );if _fbeb !=nil {return nil ,_fbeb ;};_fff .PdfAnnotation =_abce ;_abce ._cdb =_fff ;return _abce ,nil ;case "\u0053\u0074\u0061m\u0070":_cbfa ,_ddga :=_feed .newPdfAnnotationStampFromDict (_bddd ); -if _ddga !=nil {return nil ,_ddga ;};_cbfa .PdfAnnotation =_abce ;_abce ._cdb =_cbfa ;return _abce ,nil ;case "\u0049\u006e\u006b":_eaad ,_gaab :=_feed .newPdfAnnotationInkFromDict (_bddd );if _gaab !=nil {return nil ,_gaab ;};_eaad .PdfAnnotation =_abce ; -_abce ._cdb =_eaad ;return _abce ,nil ;case "\u0050\u006f\u0070u\u0070":_bgb ,_daec :=_feed .newPdfAnnotationPopupFromDict (_bddd );if _daec !=nil {return nil ,_daec ;};_bgb .PdfAnnotation =_abce ;_abce ._cdb =_bgb ;return _abce ,nil ;case "\u0046\u0069\u006c\u0065\u0041\u0074\u0074\u0061\u0063h\u006d\u0065\u006e\u0074":_gage ,_dfde :=_feed .newPdfAnnotationFileAttachmentFromDict (_bddd ); -if _dfde !=nil {return nil ,_dfde ;};_gage .PdfAnnotation =_abce ;_abce ._cdb =_gage ;return _abce ,nil ;case "\u0053\u006f\u0075n\u0064":_cegd ,_ceee :=_feed .newPdfAnnotationSoundFromDict (_bddd );if _ceee !=nil {return nil ,_ceee ;};_cegd .PdfAnnotation =_abce ; -_abce ._cdb =_cegd ;return _abce ,nil ;case "\u0052i\u0063\u0068\u004d\u0065\u0064\u0069a":_gfb ,_ecg :=_feed .newPdfAnnotationRichMediaFromDict (_bddd );if _ecg !=nil {return nil ,_ecg ;};_gfb .PdfAnnotation =_abce ;_abce ._cdb =_gfb ;return _abce ,nil ; -case "\u004d\u006f\u0076i\u0065":_gffg ,_cfcd :=_feed .newPdfAnnotationMovieFromDict (_bddd );if _cfcd !=nil {return nil ,_cfcd ;};_gffg .PdfAnnotation =_abce ;_abce ._cdb =_gffg ;return _abce ,nil ;case "\u0053\u0063\u0072\u0065\u0065\u006e":_cfd ,_gdbg :=_feed .newPdfAnnotationScreenFromDict (_bddd ); -if _gdbg !=nil {return nil ,_gdbg ;};_cfd .PdfAnnotation =_abce ;_abce ._cdb =_cfd ;return _abce ,nil ;case "\u0057\u0069\u0064\u0067\u0065\u0074":_fddd ,_fgbbd :=_feed .newPdfAnnotationWidgetFromDict (_bddd );if _fgbbd !=nil {return nil ,_fgbbd ;};_fddd .PdfAnnotation =_abce ; -_abce ._cdb =_fddd ;return _abce ,nil ;case "P\u0072\u0069\u006e\u0074\u0065\u0072\u004d\u0061\u0072\u006b":_cacf ,_ebcc :=_feed .newPdfAnnotationPrinterMarkFromDict (_bddd );if _ebcc !=nil {return nil ,_ebcc ;};_cacf .PdfAnnotation =_abce ;_abce ._cdb =_cacf ; -return _abce ,nil ;case "\u0054r\u0061\u0070\u004e\u0065\u0074":_ddbd ,_beeb :=_feed .newPdfAnnotationTrapNetFromDict (_bddd );if _beeb !=nil {return nil ,_beeb ;};_ddbd .PdfAnnotation =_abce ;_abce ._cdb =_ddbd ;return _abce ,nil ;case "\u0057a\u0074\u0065\u0072\u006d\u0061\u0072k":_aae ,_ged :=_feed .newPdfAnnotationWatermarkFromDict (_bddd ); -if _ged !=nil {return nil ,_ged ;};_aae .PdfAnnotation =_abce ;_abce ._cdb =_aae ;return _abce ,nil ;case "\u0033\u0044":_dedg ,_bafg :=_feed .newPdfAnnotation3DFromDict (_bddd );if _bafg !=nil {return nil ,_bafg ;};_dedg .PdfAnnotation =_abce ;_abce ._cdb =_dedg ; -return _abce ,nil ;case "\u0050\u0072\u006f\u006a\u0065\u0063\u0074\u0069\u006f\u006e":_bedf ,_dbb :=_feed .newPdfAnnotationProjectionFromDict (_bddd );if _dbb !=nil {return nil ,_dbb ;};_bedf .PdfAnnotation =_abce ;_abce ._cdb =_bedf ;return _abce ,nil ; -case "\u0052\u0065\u0064\u0061\u0063\u0074":_gdbcg ,_gdd :=_feed .newPdfAnnotationRedactFromDict (_bddd );if _gdd !=nil {return nil ,_gdd ;};_gdbcg .PdfAnnotation =_abce ;_abce ._cdb =_gdbcg ;return _abce ,nil ;};_ddb .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0049\u0067\u006e\u006f\u0072\u0069\u006e\u0067\u0020\u0075\u006e\u006b\u006e\u006f\u0077\u006e\u0020a\u006e\u006e\u006f\u0074\u0061t\u0069\u006fn\u003a\u0020\u0025\u0073",*_dgee ); -return nil ,nil ;};func (_aea *PdfReader )newPdfAnnotationWatermarkFromDict (_adb *_eb .PdfObjectDictionary )(*PdfAnnotationWatermark ,error ){_fggd :=PdfAnnotationWatermark {};_fggd .FixedPrint =_adb .Get ("\u0046\u0069\u0078\u0065\u0064\u0050\u0072\u0069\u006e\u0074"); -return &_fggd ,nil ;}; -// GetAllContentStreams gets all the content streams for a page as one string. -func (_gcgd *PdfPage )GetAllContentStreams ()(string ,error ){_bcga ,_gbbeb :=_gcgd .GetContentStreams ();if _gbbeb !=nil {return "",_gbbeb ;};return _cc .Join (_bcga ,"\u0020"),nil ;};func (_eaea *PdfReader )buildPageList (_eabga *_eb .PdfIndirectObject ,_eddfd *_eb .PdfIndirectObject ,_cfbca map[_eb .PdfObject ]struct{})error {if _eabga ==nil {return nil ; -};if _ ,_gega :=_cfbca [_eabga ];_gega {_ddb .Log .Debug ("\u0043\u0079\u0063l\u0069\u0063\u0020\u0072e\u0063\u0075\u0072\u0073\u0069\u006f\u006e,\u0020\u0073\u006b\u0069\u0070\u0070\u0069\u006e\u0067\u0020\u0028\u0025\u0076\u0029",_eabga .ObjectNumber ); -return nil ;};_cfbca [_eabga ]=struct{}{};_feab ,_dgac :=_eabga .PdfObject .(*_eb .PdfObjectDictionary );if !_dgac {return _dcf .New ("n\u006f\u0064\u0065\u0020no\u0074 \u0061\u0020\u0064\u0069\u0063t\u0069\u006f\u006e\u0061\u0072\u0079");};_gfdd ,_dgac :=(*_feab ).Get ("\u0054\u0079\u0070\u0065").(*_eb .PdfObjectName ); -if !_dgac {if _feab .Get ("\u004b\u0069\u0064\u0073")==nil {return _dcf .New ("\u006e\u006f\u0064\u0065 \u006d\u0069\u0073\u0073\u0069\u006e\u0067\u0020\u0054\u0079p\u0065 \u0028\u0052\u0065\u0071\u0075\u0069\u0072e\u0064\u0029");};_ddb .Log .Debug ("ER\u0052\u004fR\u003a\u0020\u006e\u006f\u0064\u0065\u0020\u006d\u0069s\u0073\u0069\u006e\u0067\u0020\u0054\u0079\u0070\u0065\u002c\u0020\u0062\u0075\u0074\u0020\u0068\u0061\u0073\u0020\u004b\u0069\u0064\u0073\u002e\u0020\u0041\u0073\u0073u\u006di\u006e\u0067\u0020\u0050\u0061\u0067\u0065\u0073 \u006eo\u0064\u0065."); -_gfdd =_eb .MakeName ("\u0050\u0061\u0067e\u0073");_feab .Set ("\u0054\u0079\u0070\u0065",_gfdd );};_ddb .Log .Trace ("\u0062\u0075\u0069\u006c\u0064\u0050a\u0067\u0065\u004c\u0069\u0073\u0074\u0020\u006e\u006f\u0064\u0065\u0020\u0074y\u0070\u0065\u003a\u0020\u0025\u0073\u0020(\u0025\u002b\u0076\u0029",*_gfdd ,_eabga ); -if *_gfdd =="\u0050\u0061\u0067\u0065"{_cedbb ,_dafec :=_eaea .newPdfPageFromDict (_feab );if _dafec !=nil {return _dafec ;};_cedbb .setContainer (_eabga );if _eddfd !=nil {_feab .Set ("\u0050\u0061\u0072\u0065\u006e\u0074",_eddfd );};_eaea ._cbaff =append (_eaea ._cbaff ,_eabga ); -_eaea .PageList =append (_eaea .PageList ,_cedbb );return nil ;};if *_gfdd !="\u0050\u0061\u0067e\u0073"{_ddb .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0054\u0061\u0062\u006c\u0065\u0020\u006f\u0066\u0020\u0063\u006fnt\u0065n\u0074\u0020\u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0069\u006e\u0067 \u006e\u006f\u006e\u0020\u0050\u0061\u0067\u0065\u002f\u0050\u0061\u0067\u0065\u0073\u0020\u006f\u0062j\u0065\u0063\u0074\u0021\u0020\u0028\u0025\u0073\u0029",_gfdd ); -return _dcf .New ("\u0074\u0061\u0062\u006c\u0065\u0020o\u0066\u0020\u0063\u006f\u006e\u0074\u0065\u006e\u0074\u0020\u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0069\u006e\u0067 \u006e\u006f\u006e\u0020\u0050\u0061\u0067\u0065\u002f\u0050\u0061\u0067\u0065\u0073 \u006fb\u006a\u0065\u0063\u0074"); -};if _eddfd !=nil {_feab .Set ("\u0050\u0061\u0072\u0065\u006e\u0074",_eddfd );};if !_eaea ._cfcgdf {_feefe :=_eaea .traverseObjectData (_eabga );if _feefe !=nil {return _feefe ;};};_bbbcc ,_cbegb :=_eaea ._ebbe .Resolve (_feab .Get ("\u004b\u0069\u0064\u0073")); -if _cbegb !=nil {_ddb .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a \u0046\u0061\u0069\u006c\u0065\u0064\u0020\u006c\u006f\u0061\u0064\u0069\u006eg\u0020\u004b\u0069\u0064\u0073\u0020\u006fb\u006a\u0065\u0063\u0074");return _cbegb ;};var _ageec *_eb .PdfObjectArray ; -_ageec ,_dgac =_bbbcc .(*_eb .PdfObjectArray );if !_dgac {_agcba ,_eeggd :=_bbbcc .(*_eb .PdfIndirectObject );if !_eeggd {return _dcf .New ("\u0069\u006e\u0076\u0061li\u0064\u0020\u004b\u0069\u0064\u0073\u0020\u006f\u0062\u006a\u0065\u0063\u0074");};_ageec ,_dgac =_agcba .PdfObject .(*_eb .PdfObjectArray ); -if !_dgac {return _dcf .New ("\u0069\u006e\u0076\u0061l\u0069\u0064\u0020\u004b\u0069\u0064\u0073\u0020\u0069\u006ed\u0069r\u0065\u0063\u0074\u0020\u006f\u0062\u006ae\u0063\u0074");};};_ddb .Log .Trace ("\u004b\u0069\u0064\u0073\u003a\u0020\u0025\u0073",_ageec ); -for _gbdbf ,_dedcg :=range _ageec .Elements (){_aecge ,_fecea :=_eb .GetIndirect (_dedcg );if !_fecea {_ddb .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0050\u0061\u0067\u0065\u0020\u006e\u006f\u0074\u0020\u0069\u006e\u0064\u0069\u0072\u0065\u0063\u0074 \u006f\u0062\u006a\u0065\u0063t\u0020\u002d \u0028\u0025\u0073\u0029",_aecge ); -return _dcf .New ("\u0070a\u0067\u0065\u0020\u006e\u006f\u0074\u0020\u0069\u006e\u0064\u0069r\u0065\u0063\u0074\u0020\u006f\u0062\u006a\u0065\u0063\u0074");};_ageec .Set (_gbdbf ,_aecge );_cbegb =_eaea .buildPageList (_aecge ,_eabga ,_cfbca );if _cbegb !=nil {return _cbegb ; -};};return nil ;}; +// ToPdfObject returns the PDF representation of the function. +func (_dagge *PdfFunctionType4 )ToPdfObject ()_cee .PdfObject {_ffgeg :=_dagge ._agbg ;if _ffgeg ==nil {_dagge ._agbg =&_cee .PdfObjectStream {};_ffgeg =_dagge ._agbg ;};_ggfcb :=_cee .MakeDict ();_ggfcb .Set ("\u0046\u0075\u006ec\u0074\u0069\u006f\u006e\u0054\u0079\u0070\u0065",_cee .MakeInteger (4)); +_defbe :=&_cee .PdfObjectArray {};for _ ,_afcae :=range _dagge .Domain {_defbe .Append (_cee .MakeFloat (_afcae ));};_ggfcb .Set ("\u0044\u006f\u006d\u0061\u0069\u006e",_defbe );_gacgg :=&_cee .PdfObjectArray {};for _ ,_ceag :=range _dagge .Range {_gacgg .Append (_cee .MakeFloat (_ceag )); +};_ggfcb .Set ("\u0052\u0061\u006eg\u0065",_gacgg );if _dagge ._fedee ==nil &&_dagge .Program !=nil {_dagge ._fedee =[]byte (_dagge .Program .String ());};_ggfcb .Set ("\u004c\u0065\u006e\u0067\u0074\u0068",_cee .MakeInteger (int64 (len (_dagge ._fedee )))); +_ffgeg .Stream =_dagge ._fedee ;_ffgeg .PdfObjectDictionary =_ggfcb ;return _ffgeg ;}; -// String returns a string representation of PdfTransformParamsDocMDP. -func (_edfa *PdfTransformParamsDocMDP )String ()string {return _e .Sprintf ("\u0025\u0073\u0020\u0050\u003a\u0020\u0025\u0073\u0020V\u003a\u0020\u0025\u0073",_edfa .Type ,_edfa .P ,_edfa .V );}; +// SetDuplex sets the value of the duplex. +func (_gadfd *ViewerPreferences )SetDuplex (duplex Duplex ){_gadfd ._cadea =duplex }; -// ImageToRGB converts CalRGB colorspace image to RGB and returns the result. -func (_agedb *PdfColorspaceCalRGB )ImageToRGB (img Image )(Image ,error ){_cdeb :=_bb .NewReader (img .getBase ());_effa :=_df .NewImageBase (int (img .Width ),int (img .Height ),int (img .BitsPerComponent ),3,nil ,nil ,nil );_babaf :=_bb .NewWriter (_effa ); -_cebg :=_gg .Pow (2,float64 (img .BitsPerComponent ))-1;_fdbd :=make ([]uint32 ,3);var (_gddc error ;_cbef ,_dgedd ,_adccb ,_fea ,_dcbg ,_gdac float64 ;);for {_gddc =_cdeb .ReadSamples (_fdbd );if _gddc ==_bagf .EOF {break ;}else if _gddc !=nil {return img ,_gddc ; -};_cbef =float64 (_fdbd [0])/_cebg ;_dgedd =float64 (_fdbd [1])/_cebg ;_adccb =float64 (_fdbd [2])/_cebg ;_fea =_agedb .Matrix [0]*_gg .Pow (_cbef ,_agedb .Gamma [0])+_agedb .Matrix [3]*_gg .Pow (_dgedd ,_agedb .Gamma [1])+_agedb .Matrix [6]*_gg .Pow (_adccb ,_agedb .Gamma [2]); -_dcbg =_agedb .Matrix [1]*_gg .Pow (_cbef ,_agedb .Gamma [0])+_agedb .Matrix [4]*_gg .Pow (_dgedd ,_agedb .Gamma [1])+_agedb .Matrix [7]*_gg .Pow (_adccb ,_agedb .Gamma [2]);_gdac =_agedb .Matrix [2]*_gg .Pow (_cbef ,_agedb .Gamma [0])+_agedb .Matrix [5]*_gg .Pow (_dgedd ,_agedb .Gamma [1])+_agedb .Matrix [8]*_gg .Pow (_adccb ,_agedb .Gamma [2]); -_cbef =3.240479*_fea +-1.537150*_dcbg +-0.498535*_gdac ;_dgedd =-0.969256*_fea +1.875992*_dcbg +0.041556*_gdac ;_adccb =0.055648*_fea +-0.204043*_dcbg +1.057311*_gdac ;_cbef =_gg .Min (_gg .Max (_cbef ,0),1.0);_dgedd =_gg .Min (_gg .Max (_dgedd ,0),1.0); -_adccb =_gg .Min (_gg .Max (_adccb ,0),1.0);_fdbd [0]=uint32 (_cbef *_cebg );_fdbd [1]=uint32 (_dgedd *_cebg );_fdbd [2]=uint32 (_adccb *_cebg );if _gddc =_babaf .WriteSamples (_fdbd );_gddc !=nil {return img ,_gddc ;};};return _ggaa (&_effa ),nil ;};func (_abad *PdfAnnotationMarkup )appendToPdfDictionary (_gdae *_eb .PdfObjectDictionary ){_gdae .SetIfNotNil ("\u0054",_abad .T ); -if _abad .Popup !=nil {_gdae .Set ("\u0050\u006f\u0070u\u0070",_abad .Popup .ToPdfObject ());};_gdae .SetIfNotNil ("\u0043\u0041",_abad .CA );_gdae .SetIfNotNil ("\u0052\u0043",_abad .RC );_gdae .SetIfNotNil ("\u0043\u0072\u0065a\u0074\u0069\u006f\u006e\u0044\u0061\u0074\u0065",_abad .CreationDate ); -_gdae .SetIfNotNil ("\u0049\u0052\u0054",_abad .IRT );_gdae .SetIfNotNil ("\u0053\u0075\u0062\u006a",_abad .Subj );_gdae .SetIfNotNil ("\u0052\u0054",_abad .RT );_gdae .SetIfNotNil ("\u0049\u0054",_abad .IT );_gdae .SetIfNotNil ("\u0045\u0078\u0044\u0061\u0074\u0061",_abad .ExData ); -};var _ pdfFont =(*pdfCIDFontType2 )(nil ); +// GetContainingPdfObject returns the container of the image object (indirect object). +func (_cagfa *XObjectImage )GetContainingPdfObject ()_cee .PdfObject {return _cagfa ._fggac }; -// ToPdfObject converts the K dictionary to a PDF object. -func (_gdbca *KValue )ToPdfObject ()_eb .PdfObject {if _gdbca ._ccbca !=nil {return _eb .MakeIndirectObject (_gdbca ._ccbca .ToPdfObject ());};if _gdbca ._fbgaa !=nil {return _gdbca ._fbgaa ;};if _gdbca ._ddaf !=nil {return _eb .MakeInteger (int64 (*_gdbca ._ddaf )); -};return nil ;}; +// PdfColor interface represents a generic color in PDF. +type PdfColor interface{}; -// RemovePage removes a page by number. -func (_egdf *PdfAppender )RemovePage (pageNum int ){_gdgdb :=pageNum -1;_egdf ._fedg =append (_egdf ._fedg [0:_gdgdb ],_egdf ._fedg [pageNum :]...);}; +// GetContainingPdfObject implements interface PdfModel. +func (_dbce *PdfSignature )GetContainingPdfObject ()_cee .PdfObject {return _dbce ._gcfbb };type fontFile struct{_cffac string ;_ggage string ;_beggd _dae .SimpleEncoder ;}; -// SetXObjectImageByName adds the provided XObjectImage to the page resources. -// The added XObjectImage is identified by the specified name. -func (_egecgg *PdfPageResources )SetXObjectImageByName (keyName _eb .PdfObjectName ,ximg *XObjectImage )error {_ggaf :=ximg .ToPdfObject ().(*_eb .PdfObjectStream );_egge :=_egecgg .SetXObjectByName (keyName ,_ggaf );return _egge ;}; +// NewPdfAnnotationText returns a new text annotation. +func NewPdfAnnotationText ()*PdfAnnotationText {_deg :=NewPdfAnnotation ();_daec :=&PdfAnnotationText {};_daec .PdfAnnotation =_deg ;_daec .PdfAnnotationMarkup =&PdfAnnotationMarkup {};_deg .SetContext (_daec );return _daec ;}; -// SetViewClip sets the value of the viewClip. -func (_cfegf *ViewerPreferences )SetViewClip (viewClip PageBoundary ){_cfegf ._eadae =viewClip };const (RC4_128bit =EncryptionAlgorithm (iota );AES_128bit ;AES_256bit ;); +// SetPatternByName sets a pattern resource specified by keyName. +func (_ecadaa *PdfPageResources )SetPatternByName (keyName _cee .PdfObjectName ,pattern _cee .PdfObject )error {if _ecadaa .Pattern ==nil {_ecadaa .Pattern =_cee .MakeDict ();};_fagbe ,_bbcg :=_cee .GetDict (_ecadaa .Pattern );if !_bbcg {return _cee .ErrTypeError ; +};_fagbe .Set (keyName ,pattern );return nil ;}; -// NewPdfActionGoToR returns a new "go to remote" action. -func NewPdfActionGoToR ()*PdfActionGoToR {_ccg :=NewPdfAction ();_bdd :=&PdfActionGoToR {};_bdd .PdfAction =_ccg ;_ccg .SetContext (_bdd );return _bdd ;}; +// PdfSignatureReference represents a PDF signature reference dictionary and is used for signing via form signature fields. +// (Section 12.8.1, Table 253 - Entries in a signature reference dictionary p. 469 in PDF32000_2008). +type PdfSignatureReference struct{_bfegdg *_cee .PdfObjectDictionary ;Type *_cee .PdfObjectName ;TransformMethod *_cee .PdfObjectName ;TransformParams _cee .PdfObject ;Data _cee .PdfObject ;DigestMethod *_cee .PdfObjectName ;}; -// Write writes the Appender output to io.Writer. -// It can only be called once and further invocations will result in an error. -func (_cegdg *PdfAppender )Write (w _bagf .Writer )error {if _cegdg ._ffac {return _dcf .New ("\u0061\u0070\u0070\u0065\u006e\u0064\u0065\u0072\u0020\u0077\u0072\u0069\u0074e\u0020\u0063\u0061\u006e\u0020\u006fn\u006c\u0079\u0020\u0062\u0065\u0020\u0069\u006e\u0076\u006f\u006b\u0065\u0064 \u006f\u006e\u0063\u0065"); -};_dcgd :=NewPdfWriter ();_fgcd ,_fcgc :=_eb .GetDict (_dcgd ._afga );if !_fcgc {return _dcf .New ("\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0050\u0061g\u0065\u0073\u0020\u006f\u0062\u006a\u0020(\u006e\u006f\u0074\u0020\u0061\u0020\u0064\u0069\u0063\u0074\u0029"); -};_efec ,_fcgc :=_fgcd .Get ("\u004b\u0069\u0064\u0073").(*_eb .PdfObjectArray );if !_fcgc {return _dcf .New ("\u0069\u006ev\u0061\u006c\u0069\u0064 \u0050\u0061g\u0065\u0073\u0020\u004b\u0069\u0064\u0073\u0020o\u0062\u006a\u0020\u0028\u006e\u006f\u0074\u0020\u0061\u006e\u0020\u0061r\u0072\u0061\u0079\u0029"); -};_fdcc ,_fcgc :=_fgcd .Get ("\u0043\u006f\u0075n\u0074").(*_eb .PdfObjectInteger );if !_fcgc {return _dcf .New ("\u0069\u006e\u0076\u0061\u006c\u0069\u0064 \u0050\u0061\u0067e\u0073\u0020\u0043\u006fu\u006e\u0074\u0020\u006f\u0062\u006a\u0065\u0063\u0074\u0020\u0028\u006e\u006f\u0074\u0020\u0061\u006e\u0020\u0069\u006e\u0074\u0065\u0067\u0065\u0072\u0029"); -};_gfed :=_cegdg ._adac ._ebbe ;_geab :=_gfed .GetTrailer ();if _geab ==nil {return _dcf .New ("\u006di\u0073s\u0069\u006e\u0067\u0020\u0074\u0072\u0061\u0069\u006c\u0065\u0072");};_dede ,_fcgc :=_eb .GetIndirect (_geab .Get ("\u0052\u006f\u006f\u0074")); -if !_fcgc {return _dcf .New ("c\u0061\u0074\u0061\u006c\u006f\u0067 \u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0065\u0072 \u006e\u006f\u0074 \u0066o\u0075\u006e\u0064");};_abba ,_fcgc :=_eb .GetDict (_dede );if !_fcgc {_ddb .Log .Debug ("\u0045\u0052R\u004f\u0052\u003a\u0020\u004d\u0069\u0073\u0073\u0069\u006e\u0067\u0020\u0063\u0061\u0074\u0061\u006c\u006f\u0067\u003a\u0020\u0028\u0072\u006f\u006f\u0074\u0020\u0025\u0071\u0029\u0020\u0028\u0074\u0072\u0061\u0069\u006c\u0065\u0072\u0020\u0025\u0073\u0029",_dede ,*_geab ); -return _dcf .New ("\u006di\u0073s\u0069\u006e\u0067\u0020\u0063\u0061\u0074\u0061\u006c\u006f\u0067");};_ffgc :=false ;for _ ,_cae :=range _cegdg ._adac .AcroForm .signatureFields (){if _cae .Lock !=nil {_ffgc =true ;break ;};};if _ffgc {_dcgd ._ccea =_dede ; -};for _ ,_eae :=range _abba .Keys (){if _dcgd ._dbffa .Get (_eae )==nil {_ffgg :=_abba .Get (_eae );_dcgd ._dbffa .Set (_eae ,_ffgg );};};if _cegdg ._bddda !=nil {if _cegdg ._bddda ._cgedg {if _gdcd :=_eb .TraceToDirectObject (_cegdg ._bddda .ToPdfObject ()); -!_eb .IsNullObject (_gdcd ){_dcgd ._dbffa .Set ("\u0041\u0063\u0072\u006f\u0046\u006f\u0072\u006d",_gdcd );_cegdg .updateObjectsDeep (_gdcd ,nil );}else {_ddb .Log .Debug ("\u0055\u006e\u0061\u0062\u006c\u0065 \u0074\u006f\u0020t\u0072\u0061\u0063e\u0020\u0041\u0063\u0072\u006f\u0046\u006f\u0072\u006d\u0020o\u0062\u006a\u0065\u0063\u0074, \u0066\u0061\u0069\u006c\u0065\u0064\u0020\u0074\u006f\u0020\u0061\u0064\u0064\u0020\u0041\u0063\u0072\u006f\u0046\u006f\u0072\u006d\u002e"); -};}else {_dcgd ._dbffa .Set ("\u0041\u0063\u0072\u006f\u0046\u006f\u0072\u006d",_cegdg ._bddda .ToPdfObject ());_cegdg .updateObjectsDeep (_cegdg ._bddda .ToPdfObject (),nil );};};if _cegdg ._cedc !=nil {_cegdg .updateObjectsDeep (_cegdg ._cedc .ToPdfObject (),nil ); -_dcgd ._dbffa .Set ("\u0044\u0053\u0053",_cegdg ._cedc .GetContainingPdfObject ());};if _cegdg ._fbec !=nil {_dcgd ._dbffa .Set ("\u0050\u0065\u0072m\u0073",_cegdg ._fbec .ToPdfObject ());_cegdg .updateObjectsDeep (_cegdg ._fbec .ToPdfObject (),nil );}; -if _dcgd ._edbbf .Major < 2{_dcgd .AddExtension ("\u0045\u0053\u0049\u0043","\u0031\u002e\u0037",5);_dcgd .AddExtension ("\u0041\u0044\u0042\u0045","\u0031\u002e\u0037",8);};if _dged ,_dcca :=_eb .GetDict (_geab .Get ("\u0049\u006e\u0066\u006f"));_dcca {if _edgd ,_ecgf :=_eb .GetDict (_dcgd ._ecagd ); -_ecgf {for _ ,_bbaeb :=range _dged .Keys (){if _edgd .Get (_bbaeb )==nil {_edgd .Set (_bbaeb ,_dged .Get (_bbaeb ));};};};};if _cegdg ._ccag !=nil {_dcgd ._ecagd =_eb .MakeIndirectObject (_cegdg ._ccag .ToPdfObject ());};_cegdg .updateObjectsDeep (_dcgd ._ecagd ,nil ); -_cegdg .updateObjectsDeep (_dcgd ._ccea ,nil );_egab :=false ;if len (_cegdg ._adac .PageList )!=len (_cegdg ._fedg ){_egab =true ;}else {for _agff :=range _cegdg ._adac .PageList {switch {case _cegdg ._fedg [_agff ]==_cegdg ._adac .PageList [_agff ]:case _cegdg ._fedg [_agff ]==_cegdg .Reader .PageList [_agff ]:default:_egab =true ; -};if _egab {break ;};};};if _egab {_cegdg .updateObjectsDeep (_dcgd ._afga ,nil );}else {_cegdg ._dbae [_dcgd ._afga ]=struct{}{};};_dcgd ._afga .ObjectNumber =_cegdg .Reader ._agfdg .ObjectNumber ;_cegdg ._ebcbc [_dcgd ._afga ]=_cegdg .Reader ._agfdg .ObjectNumber ; -_ccgc :=[]_eb .PdfObjectName {"\u0052e\u0073\u006f\u0075\u0072\u0063\u0065s","\u004d\u0065\u0064\u0069\u0061\u0042\u006f\u0078","\u0043r\u006f\u0070\u0042\u006f\u0078","\u0052\u006f\u0074\u0061\u0074\u0065"};for _ ,_bfdbe :=range _cegdg ._fedg {_efed :=_bfdbe .ToPdfObject (); -*_fdcc =*_fdcc +1;if _ddcc ,_cgfc :=_efed .(*_eb .PdfIndirectObject );_cgfc &&_ddcc .GetParser ()==_cegdg ._adac ._ebbe {_efec .Append (&_ddcc .PdfObjectReference );continue ;};if _aaea ,_acdd :=_eb .GetDict (_efed );_acdd {_adbf ,_bcge :=_aaea .Get ("\u0050\u0061\u0072\u0065\u006e\u0074").(*_eb .PdfIndirectObject ); -for _bcge {_ddb .Log .Trace ("\u0050a\u0067e\u0020\u0050\u0061\u0072\u0065\u006e\u0074\u003a\u0020\u0025\u0054",_adbf );_gacb ,_bfgb :=_adbf .PdfObject .(*_eb .PdfObjectDictionary );if !_bfgb {return _dcf .New ("i\u006e\u0076\u0061\u006cid\u0020P\u0061\u0072\u0065\u006e\u0074 \u006f\u0062\u006a\u0065\u0063\u0074"); -};for _ ,_acbec :=range _ccgc {_ddb .Log .Trace ("\u0046\u0069\u0065\u006c\u0064\u0020\u0025\u0073",_acbec );if _gfeg :=_aaea .Get (_acbec );_gfeg !=nil {_ddb .Log .Trace ("\u002d \u0070a\u0067\u0065\u0020\u0068\u0061s\u0020\u0061l\u0072\u0065\u0061\u0064\u0079"); -if len (_bfdbe ._eaebc .Keys ())> 0&&!_egab {_feec :=_bfdbe ._eaebc ;if _eeeg :=_feec .Get (_acbec );_eeeg !=nil {if _gfeg !=_eeeg {_ddb .Log .Trace ("\u0049\u006e\u0068\u0065\u0072\u0069\u0074\u0069\u006e\u0067\u0020\u006f\u0072\u0069\u0067i\u006ea\u006c\u0020\u0066\u0069\u0065\u006c\u0064\u0020\u0025\u0073\u002c\u0020\u0025\u0054",_acbec ,_eeeg ); -_aaea .Set (_acbec ,_eeeg );};};};continue ;};if _eegdd :=_gacb .Get (_acbec );_eegdd !=nil {_ddb .Log .Trace ("\u0049\u006e\u0068\u0065ri\u0074\u0069\u006e\u0067\u0020\u0066\u0069\u0065\u006c\u0064\u0020\u0025\u0073",_acbec );_aaea .Set (_acbec ,_eegdd ); -};};_adbf ,_bcge =_gacb .Get ("\u0050\u0061\u0072\u0065\u006e\u0074").(*_eb .PdfIndirectObject );_ddb .Log .Trace ("\u004ee\u0078t\u0020\u0070\u0061\u0072\u0065\u006e\u0074\u003a\u0020\u0025\u0054",_gacb .Get ("\u0050\u0061\u0072\u0065\u006e\u0074"));}; -if _egab {_aaea .Set ("\u0050\u0061\u0072\u0065\u006e\u0074",_dcgd ._afga );};};_cegdg .updateObjectsDeep (_efed ,nil );_efec .Append (_efed );};if _ ,_aged :=_cegdg ._bccd .Seek (0,_bagf .SeekStart );_aged !=nil {return _aged ;};_edcf :=make (map[SignatureHandler ]_bagf .Writer ); -_cbbf :=_eb .MakeArray ();for _ ,_bcf :=range _cegdg ._dfg {if _ddfa ,_ebd :=_eb .GetIndirect (_bcf );_ebd {if _begc ,_dfgc :=_ddfa .PdfObject .(*pdfSignDictionary );_dfgc {_afea :=*_begc ._bfadg ;var _gaeac error ;_edcf [_afea ],_gaeac =_afea .NewDigest (_begc ._abegc ); -if _gaeac !=nil {return _gaeac ;};_cbbf .Append (_eb .MakeInteger (0xfffff),_eb .MakeInteger (0xfffff));};};};if _cbbf .Len ()> 0{_cbbf .Append (_eb .MakeInteger (0xfffff),_eb .MakeInteger (0xfffff));};for _ ,_ggcc :=range _cegdg ._dfg {if _eeaad ,_bggd :=_eb .GetIndirect (_ggcc ); -_bggd {if _ggbf ,_gcec :=_eeaad .PdfObject .(*pdfSignDictionary );_gcec {_ggbf .Set ("\u0042y\u0074\u0065\u0052\u0061\u006e\u0067e",_cbbf );};};};_gdeb :=len (_edcf )> 0;var _effg _bagf .Reader =_cegdg ._bccd ;if _gdeb {_adg :=make ([]_bagf .Writer ,0,len (_edcf )); -for _ ,_dbgg :=range _edcf {_adg =append (_adg ,_dbgg );};_effg =_bagf .TeeReader (_cegdg ._bccd ,_bagf .MultiWriter (_adg ...));};_fbcf ,_cfea :=_bagf .Copy (w ,_effg );if _cfea !=nil {return _cfea ;};if len (_cegdg ._dfg )==0{return nil ;};_dcgd ._gedbe =_fbcf ; -_dcgd .ObjNumOffset =_cegdg ._cfgdf ;_dcgd ._caed =true ;_dcgd ._bfdeb =_cegdg ._dce ;_dcgd ._becbf =_cegdg ._dgc ;_dcgd ._dfbcf =_cegdg ._eabd ;_dcgd ._edbbf =_cegdg ._adac .PdfVersion ();_dcgd ._ecbgf =_cegdg ._ebcbc ;_dcgd ._gadcaa =_cegdg ._ebcb .GetCrypter (); -_dcgd ._ebdeed =_cegdg ._ebcb .GetEncryptObj ();_faeg :=_cegdg ._ebcb .GetXrefType ();if _faeg !=nil {_bdeg :=*_faeg ==_eb .XrefTypeObjectStream ;_dcgd ._bddggg =&_bdeg ;};_dcgd ._aeeda =map[_eb .PdfObject ]struct{}{};_dcgd ._dcfgf =[]_eb .PdfObject {}; -for _ ,_abd :=range _cegdg ._dfg {if _ ,_ecdg :=_cegdg ._dbae [_abd ];_ecdg {continue ;};_dcgd .addObject (_abd );};_eedea :=w ;if _gdeb {_eedea =_dd .NewBuffer (nil );};if _cegdg ._cedcf !=""&&_dcgd ._gadcaa ==nil {_dcgd .Encrypt ([]byte (_cegdg ._cedcf ),[]byte (_cegdg ._cedcf ),_cegdg ._fcfd ); -};if _egae :=_geab .Get ("\u0049\u0044");_egae !=nil {if _edcef ,_bfdg :=_eb .GetArray (_egae );_bfdg {_dcgd ._ddefd =_edcef ;};};if _afad :=_dcgd .Write (_eedea );_afad !=nil {return _afad ;};if _gdeb {_edgb :=_eedea .(*_dd .Buffer ).Bytes ();_gee :=_eb .MakeArray (); -var _gegf []*pdfSignDictionary ;var _cbcc int64 ;for _ ,_edgg :=range _dcgd ._dcfgf {if _aebe ,_cdge :=_eb .GetIndirect (_edgg );_cdge {if _bfe ,_gebe :=_aebe .PdfObject .(*pdfSignDictionary );_gebe {_gegf =append (_gegf ,_bfe );_dfda :=_bfe ._afeabg +int64 (_bfe ._eegea ); -_gee .Append (_eb .MakeInteger (_cbcc ),_eb .MakeInteger (_dfda -_cbcc ));_cbcc =_bfe ._afeabg +int64 (_bfe ._defaa );};};};_gee .Append (_eb .MakeInteger (_cbcc ),_eb .MakeInteger (_fbcf +int64 (len (_edgb ))-_cbcc ));_fbba :=[]byte (_gee .WriteString ()); -for _ ,_ebfd :=range _gegf {_abbd :=int (_ebfd ._afeabg -_fbcf );for _bfce :=_ebfd ._caeba ;_bfce < _ebfd ._dbcd ;_bfce ++{_edgb [_abbd +_bfce ]=' ';};_fdde :=_edgb [_abbd +_ebfd ._caeba :_abbd +_ebfd ._dbcd ];copy (_fdde ,_fbba );};var _gbd int ;for _ ,_cfbdc :=range _gegf {_bcdg :=int (_cfbdc ._afeabg -_fbcf ); -_ffdd :=_edgb [_gbd :_bcdg +_cfbdc ._eegea ];_adcd :=*_cfbdc ._bfadg ;_edcf [_adcd ].Write (_ffdd );_gbd =_bcdg +_cfbdc ._defaa ;};for _ ,_fgdfg :=range _gegf {_bgfg :=_edgb [_gbd :];_fcaa :=*_fgdfg ._bfadg ;_edcf [_fcaa ].Write (_bgfg );};for _ ,_agdcc :=range _gegf {_eace :=int (_agdcc ._afeabg -_fbcf ); -_ebac :=*_agdcc ._bfadg ;_adfaa :=_edcf [_ebac ];if _adeg :=_ebac .Sign (_agdcc ._abegc ,_adfaa );_adeg !=nil {return _adeg ;};_agdcc ._abegc .ByteRange =_gee ;_agaf :=[]byte (_agdcc ._abegc .Contents .WriteString ());for _acce :=_agdcc ._caeba ;_acce < _agdcc ._dbcd ; -_acce ++{_edgb [_eace +_acce ]=' ';};for _bcfb :=_agdcc ._eegea ;_bcfb < _agdcc ._defaa ;_bcfb ++{_edgb [_eace +_bcfb ]=' ';};_babg :=_edgb [_eace +_agdcc ._caeba :_eace +_agdcc ._dbcd ];copy (_babg ,_fbba );_babg =_edgb [_eace +_agdcc ._eegea :_eace +_agdcc ._defaa ]; -copy (_babg ,_agaf );};_bgfc :=_dd .NewBuffer (_edgb );_ ,_cfea =_bagf .Copy (w ,_bgfc );if _cfea !=nil {return _cfea ;};};_cegdg ._ffac =true ;return nil ;}; +// GetPreviousRevision returns the previous revision of PdfReader for the Pdf document +func (_ceca *PdfReader )GetPreviousRevision ()(*PdfReader ,error ){if _ceca ._ffdgf .GetRevisionNumber ()==0{return nil ,_cdf .New ("\u0070\u0072e\u0076\u0069\u006f\u0075\u0073\u0020\u0076\u0065\u0072\u0073\u0069\u006f\u006e\u0020\u0069\u0073\u0020\u006e\u006f\u0074\u0020\u0065xi\u0073\u0074"); +};if _fcbadc ,_egfc :=_ceca ._gccce [_ceca ];_egfc {return _fcbadc ,nil ;};_ffggb ,_cdcae :=_ceca ._ffdgf .GetPreviousRevisionReadSeeker ();if _cdcae !=nil {return nil ,_cdcae ;};_ebfeb ,_cdcae :=_agfga (_ffggb ,_ceca ._accf ,_ceca ._dddf ,"\u006do\u0064\u0065\u006c\u003aG\u0065\u0074\u0050\u0072\u0065v\u0069o\u0075s\u0052\u0065\u0076\u0069\u0073\u0069\u006fn"); +if _cdcae !=nil {return nil ,_cdcae ;};_ceca ._befca [_ceca ._ffdgf .GetRevisionNumber ()-1]=_ebfeb ;_ceca ._gccce [_ceca ]=_ebfeb ;_ebfeb ._gccce =_ceca ._gccce ;return _ebfeb ,nil ;}; -// NewViewerPreferences returns a new ViewerPreferences object with -// default empty values. -func NewViewerPreferences ()*ViewerPreferences {return &ViewerPreferences {}};func _cafc (_eccgf []*_eb .PdfObjectStream )*_eb .PdfObjectArray {if len (_eccgf )==0{return nil ;};_egddd :=make ([]_eb .PdfObject ,0,len (_eccgf ));for _ ,_efae :=range _eccgf {_egddd =append (_egddd ,_efae ); -};return _eb .MakeArray (_egddd ...);}; +// PdfAnnotationFreeText represents FreeText annotations. +// (Section 12.5.6.6). +type PdfAnnotationFreeText struct{*PdfAnnotation ;*PdfAnnotationMarkup ;DA _cee .PdfObject ;Q _cee .PdfObject ;RC _cee .PdfObject ;DS _cee .PdfObject ;CL _cee .PdfObject ;IT _cee .PdfObject ;BE _cee .PdfObject ;RD _cee .PdfObject ;BS _cee .PdfObject ;LE _cee .PdfObject ; +};func (_dgfa *PdfReader )newPdfAnnotationTextFromDict (_fcac *_cee .PdfObjectDictionary )(*PdfAnnotationText ,error ){_geeg :=PdfAnnotationText {};_bce ,_afba :=_dgfa .newPdfAnnotationMarkupFromDict (_fcac );if _afba !=nil {return nil ,_afba ;};_geeg .PdfAnnotationMarkup =_bce ; +_geeg .Open =_fcac .Get ("\u004f\u0070\u0065\u006e");_geeg .Name =_fcac .Get ("\u004e\u0061\u006d\u0065");_geeg .State =_fcac .Get ("\u0053\u0074\u0061t\u0065");_geeg .StateModel =_fcac .Get ("\u0053\u0074\u0061\u0074\u0065\u004d\u006f\u0064\u0065\u006c"); +return &_geeg ,nil ;}; -// PdfOutline represents a PDF outline dictionary (Table 152 - p. 376). -type PdfOutline struct{PdfOutlineTreeNode ;Parent *PdfOutlineTreeNode ;Count *int64 ;_becfb *_eb .PdfIndirectObject ;}; +// ViewArea returns the value of the viewArea. +func (_bdccb *ViewerPreferences )ViewArea ()PageBoundary {return _bdccb ._gagga }; -// ToPdfObject implements interface PdfModel. -func (_ad *PdfActionRendition )ToPdfObject ()_eb .PdfObject {_ad .PdfAction .ToPdfObject ();_cba :=_ad ._dee ;_eaf :=_cba .PdfObject .(*_eb .PdfObjectDictionary );_eaf .SetIfNotNil ("\u0053",_eb .MakeName (string (ActionTypeRendition )));_eaf .SetIfNotNil ("\u0052",_ad .R ); -_eaf .SetIfNotNil ("\u0041\u004e",_ad .AN );_eaf .SetIfNotNil ("\u004f\u0050",_ad .OP );_eaf .SetIfNotNil ("\u004a\u0053",_ad .JS );return _cba ;}; +// SetFlag sets the flag for the field. +func (_cagg *PdfField )SetFlag (flag FieldFlag ){_cagg .Ff =_cee .MakeInteger (int64 (flag ))}; -// Enable LTV enables the specified signature. The signing certificate -// chain is extracted from the signature dictionary. Optionally, additional -// certificates can be specified through the `extraCerts` parameter. -// The LTV client attempts to build the certificate chain up to a trusted root -// by downloading any missing certificates. -func (_gedge *LTV )Enable (sig *PdfSignature ,extraCerts []*_bag .Certificate )error {if _cefef :=_gedge .validateSig (sig );_cefef !=nil {return _cefef ;};_gefc ,_daeb :=_gedge .generateVRIKey (sig );if _daeb !=nil {return _daeb ;};if _ ,_acbgb :=_gedge ._fadg .VRI [_gefc ]; -_acbgb &&_gedge .SkipExisting {return nil ;};_ccae ,_daeb :=sig .GetCerts ();if _daeb !=nil {return _daeb ;};return _gedge .enable (_ccae ,extraCerts ,_gefc );}; +// GetRuneMetrics returns the character metrics for the specified rune. +// A bool flag is returned to indicate whether or not the entry was found. +func (_gbdeab pdfFontType3 )GetRuneMetrics (r rune )(_ce .CharMetrics ,bool ){_fcffg :=_gbdeab .Encoder ();if _fcffg ==nil {_fca .Log .Debug ("\u004e\u006f\u0020en\u0063\u006f\u0064\u0065\u0072\u0020\u0066\u006f\u0072\u0020\u0066\u006f\u006e\u0074\u0073\u003d\u0025\u0073",_gbdeab ); +return _ce .CharMetrics {},false ;};_fbfg ,_ccfdb :=_fcffg .RuneToCharcode (r );if !_ccfdb {if r !=' '{_fca .Log .Trace ("\u004e\u006f\u0020c\u0068\u0061\u0072\u0063o\u0064\u0065\u0020\u0066\u006f\u0072\u0020r\u0075\u006e\u0065\u003d\u0025\u0076\u0020\u0066\u006f\u006e\u0074\u003d\u0025\u0073",r ,_gbdeab ); +};return _ce .CharMetrics {},false ;};_edcf ,_dbggg :=_gbdeab .GetCharMetrics (_fbfg );return _edcf ,_dbggg ;}; -// PdfFunctionType3 defines stitching of the subdomains of several 1-input functions to produce -// a single new 1-input function. -type PdfFunctionType3 struct{Domain []float64 ;Range []float64 ;Functions []PdfFunction ;Bounds []float64 ;Encode []float64 ;_ddgdg *_eb .PdfIndirectObject ;}; +// GetXHeight returns the XHeight of the font `descriptor`. +func (_bbcfa *PdfFontDescriptor )GetXHeight ()(float64 ,error ){return _cee .GetNumberAsFloat (_bbcfa .XHeight );}; -// DecodeArray returns the range of color component values in DeviceCMYK colorspace. -func (_fabe *PdfColorspaceDeviceCMYK )DecodeArray ()[]float64 {return []float64 {0.0,1.0,0.0,1.0,0.0,1.0,0.0,1.0};}; +// ToPdfObject implements interface PdfModel. +func (_aefe *PdfAnnotationFreeText )ToPdfObject ()_cee .PdfObject {_aefe .PdfAnnotation .ToPdfObject ();_dagg :=_aefe ._eddc ;_fefad :=_dagg .PdfObject .(*_cee .PdfObjectDictionary );_aefe .PdfAnnotationMarkup .appendToPdfDictionary (_fefad );_fefad .SetIfNotNil ("\u0053u\u0062\u0074\u0079\u0070\u0065",_cee .MakeName ("\u0046\u0072\u0065\u0065\u0054\u0065\u0078\u0074")); +_fefad .SetIfNotNil ("\u0044\u0041",_aefe .DA );_fefad .SetIfNotNil ("\u0051",_aefe .Q );_fefad .SetIfNotNil ("\u0052\u0043",_aefe .RC );_fefad .SetIfNotNil ("\u0044\u0053",_aefe .DS );_fefad .SetIfNotNil ("\u0043\u004c",_aefe .CL );_fefad .SetIfNotNil ("\u0049\u0054",_aefe .IT ); +_fefad .SetIfNotNil ("\u0042\u0045",_aefe .BE );_fefad .SetIfNotNil ("\u0052\u0044",_aefe .RD );_fefad .SetIfNotNil ("\u0042\u0053",_aefe .BS );_fefad .SetIfNotNil ("\u004c\u0045",_aefe .LE );return _dagg ;}; -// AddKChild adds a child K dictionary object. -func (_cdedb *KDict )AddKChild (kChild *KDict ){_cdedb ._eegge =append (_cdedb ._eegge ,&KValue {_ccbca :kChild });}; +// GetPdfInfo returns the PDF info dictionary. +func (_ffecbg *PdfReader )GetPdfInfo ()(*PdfInfo ,error ){_bcgfbf ,_ccdee :=_ffecbg .GetTrailer ();if _ccdee !=nil {return nil ,_ccdee ;};var _bbceb *_cee .PdfObjectDictionary ;_ebaf :=_bcgfbf .Get ("\u0049\u006e\u0066\u006f");switch _dfag :=_ebaf .(type ){case *_cee .PdfObjectReference :_cafaf :=_dfag ; +_ebaf ,_ccdee =_ffecbg .GetIndirectObjectByNumber (int (_cafaf .ObjectNumber ));_ebaf =_cee .TraceToDirectObject (_ebaf );if _ccdee !=nil {return nil ,_ccdee ;};_bbceb ,_ =_ebaf .(*_cee .PdfObjectDictionary );case *_cee .PdfObjectDictionary :_bbceb =_dfag ; +};if _bbceb ==nil {return nil ,_cdf .New ("I\u006e\u0066\u006f\u0020\u0064\u0069c\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u0020\u006eo\u0074\u0020\u0070r\u0065s\u0065\u006e\u0074");};_ffbcg ,_ccdee :=NewPdfInfoFromObject (_bbceb );if _ccdee !=nil {return nil ,_ccdee ; +};return _ffbcg ,nil ;};var (StructureTypeDocument ="\u0044\u006f\u0063\u0075\u006d\u0065\u006e\u0074";StructureTypePart ="\u0050\u0061\u0072\u0074";StructureTypeArticle ="\u0041\u0072\u0074";StructureTypeSection ="\u0053\u0065\u0063\u0074";StructureTypeDivision ="\u0044\u0069\u0076"; +StructureTypeBlockQuote ="\u0042\u006c\u006f\u0063\u006b\u0051\u0075\u006f\u0074\u0065";StructureTypeCaption ="\u0043a\u0070\u0074\u0069\u006f\u006e";StructureTypeTOC ="\u0054\u004f\u0043";StructureTypeTOCI ="\u0054\u004f\u0043\u0049";StructureTypeIndex ="\u0049\u006e\u0064e\u0078"; +StructureTypeNonStructural ="\u004eo\u006e\u0053\u0074\u0072\u0075\u0063t";StructureTypePrivate ="\u0050r\u0069\u0076\u0061\u0074\u0065";); -// Size returns the width and the height of the page. The method reports -// the page dimensions as displayed by a PDF viewer (i.e. page rotation is -// taken into account). -func (_gbgef *PdfPage )Size ()(float64 ,float64 ,error ){_eegbg ,_becfg :=_gbgef .GetMediaBox ();if _becfg !=nil {return 0,0,_becfg ;};_dbdge ,_gdbfe :=_eegbg .Width (),_eegbg .Height ();_baaec ,_becfg :=_gbgef .GetRotate ();if _becfg !=nil {_ddb .Log .Debug ("\u0045\u0052R\u004f\u0052\u003a\u0020\u0025\u0073\u0020\u002d\u0020\u0069\u0067\u006e\u006f\u0072\u0069\u006e\u0067\u0020\u0061\u006e\u0064\u0020\u0061\u0073\u0073\u0075\u006d\u0069\u006e\u0067\u0020\u006e\u006f\u0020\u0072\u006f\u0074\u0061\u0074\u0069\u006f\u006e\u000a",_becfg .Error ()); -};if _egffc :=_baaec ;_egffc %360!=0&&_egffc %90==0{if _fdade :=(360+_egffc %360)%360;_fdade ==90||_fdade ==270{_dbdge ,_gdbfe =_gdbfe ,_dbdge ;};};return _dbdge ,_gdbfe ,nil ;}; +// String returns a string representation of PdfTransformParamsDocMDP. +func (_ceba *PdfTransformParamsDocMDP )String ()string {return _e .Sprintf ("\u0025\u0073\u0020\u0050\u003a\u0020\u0025\u0073\u0020V\u003a\u0020\u0025\u0073",_ceba .Type ,_ceba .P ,_ceba .V );};func (_eafb *PdfReader )newPdfActionJavaScriptFromDict (_fgfa *_cee .PdfObjectDictionary )(*PdfActionJavaScript ,error ){return &PdfActionJavaScript {JS :_fgfa .Get ("\u004a\u0053")},nil ; +};func (_gbde *PdfReader )newPdfActionSetOCGStateFromDict (_cge *_cee .PdfObjectDictionary )(*PdfActionSetOCGState ,error ){return &PdfActionSetOCGState {State :_cge .Get ("\u0053\u0074\u0061t\u0065"),PreserveRB :_cge .Get ("\u0050\u0072\u0065\u0073\u0065\u0072\u0076\u0065\u0052\u0042")},nil ; +};var _ pdfFont =(*pdfFontSimple )(nil ); -// CharMetrics represents width and height metrics of a glyph. -type CharMetrics =_fg .CharMetrics ; +// SetDecode sets the decode image float slice. +func (_gbggg *Image )SetDecode (decode []float64 ){_gbggg ._cabgb =decode }; -// GetRefObject returns the reference object of the KValue. -func (_dcee *KValue )GetRefObject ()_eb .PdfObject {return _dcee ._fbgaa }; +// GetContainingPdfObject returns the container of the pattern object (indirect object). +func (_caagd *PdfPattern )GetContainingPdfObject ()_cee .PdfObject {return _caagd ._bgabc }; -// BytesToCharcodes converts the bytes in a PDF string to character codes. -func (_bdabe *PdfFont )BytesToCharcodes (data []byte )[]_fc .CharCode {_ddb .Log .Trace ("\u0042\u0079\u0074es\u0054\u006f\u0043\u0068\u0061\u0072\u0063\u006f\u0064e\u0073:\u0020d\u0061t\u0061\u003d\u005b\u0025\u0020\u0030\u0032\u0078\u005d\u003d\u0025\u0023\u0071",data ,data ); -if _acebd ,_cfgfb :=_bdabe ._fdaa .(*pdfFontType0 );_cfgfb &&_acebd ._ebeb !=nil {if _bgeb ,_efca :=_acebd .bytesToCharcodes (data );_efca {return _bgeb ;};};var (_edae =make ([]_fc .CharCode ,0,len (data )+len (data )%2);_edaff =_bdabe .baseFields (); -);if _edaff ._bgbg !=nil {if _bdaa ,_gdgfa :=_edaff ._bgbg .BytesToCharcodes (data );_gdgfa {for _ ,_edgde :=range _bdaa {_edae =append (_edae ,_fc .CharCode (_edgde ));};return _edae ;};};if _edaff .isCIDFont (){if len (data )==1{data =[]byte {0,data [0]}; -};if len (data )%2!=0{_ddb .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0050\u0061\u0064\u0064\u0069\u006e\u0067\u0020\u0064\u0061\u0074\u0061\u003d\u0025\u002b\u0076\u0020t\u006f\u0020\u0065\u0076\u0065n\u0020\u006ce\u006e\u0067\u0074\u0068",data ); -data =append (data ,0);};for _eedec :=0;_eedec < len (data );_eedec +=2{_aegcb :=uint16 (data [_eedec ])<<8|uint16 (data [_eedec +1]);_edae =append (_edae ,_fc .CharCode (_aegcb ));};}else {for _ ,_gdfea :=range data {_edae =append (_edae ,_fc .CharCode (_gdfea )); -};};return _edae ;}; +// ToUnicode returns the name of the font's "ToUnicode" field if there is one, or "" if there isn't. +func (_gcbf *PdfFont )ToUnicode ()string {if _gcbf .baseFields ()._abcbf ==nil {return "";};return _gcbf .baseFields ()._abcbf .Name ();}; -// AddMCIDChild adds a child MCID object. -func (_dffeg *KDict )AddMCIDChild (mcid int ){_dffeg ._eegge =append (_dffeg ._eegge ,&KValue {_ddaf :&mcid });}; +// PdfActionImportData represents a importData action. +type PdfActionImportData struct{*PdfAction ;F *PdfFilespec ;}; -// Resample resamples the image data converting from current BitsPerComponent to a target BitsPerComponent -// value. Sets the image's BitsPerComponent to the target value following resampling. -// -// For example, converting an 8-bit RGB image to 1-bit grayscale (common for scanned images): -// -// // Convert RGB image to grayscale. -// rgbColorSpace := pdf.NewPdfColorspaceDeviceRGB() -// grayImage, err := rgbColorSpace.ImageToGray(rgbImage) -// if err != nil { -// return err -// } -// // Resample as 1 bit. -// grayImage.Resample(1) -func (_aaeg *Image )Resample (targetBitsPerComponent int64 ){if _aaeg .BitsPerComponent ==targetBitsPerComponent {return ;};_bgba :=_aaeg .GetSamples ();if targetBitsPerComponent < _aaeg .BitsPerComponent {_cbbfb :=_aaeg .BitsPerComponent -targetBitsPerComponent ; -for _ccacd :=range _bgba {_bgba [_ccacd ]>>=uint (_cbbfb );};}else if targetBitsPerComponent > _aaeg .BitsPerComponent {_agfd :=targetBitsPerComponent -_aaeg .BitsPerComponent ;for _febdb :=range _bgba {_bgba [_febdb ]<<=uint (_agfd );};};_aaeg .BitsPerComponent =targetBitsPerComponent ; -if _aaeg .BitsPerComponent < 8{_aaeg .resampleLowBits (_bgba );return ;};_gbgd :=_df .BytesPerLine (int (_aaeg .Width ),int (_aaeg .BitsPerComponent ),_aaeg .ColorComponents );_befe :=make ([]byte ,_gbgd *int (_aaeg .Height ));var (_cgddc ,_ggdd ,_bcfde ,_fddcd int ; -_bgdag uint32 ;);for _bcfde =0;_bcfde < int (_aaeg .Height );_bcfde ++{_cgddc =_bcfde *_gbgd ;_ggdd =(_bcfde +1)*_gbgd -1;_bcac :=_bb .ResampleUint32 (_bgba [_cgddc :_ggdd ],int (targetBitsPerComponent ),8);for _fddcd ,_bgdag =range _bcac {_befe [_fddcd +_cgddc ]=byte (_bgdag ); -};};_aaeg .Data =_befe ;};func (_cecea *PdfSignature )extractChainFromPKCS7 ()([]*_bag .Certificate ,error ){_fcgef ,_eadaf :=_dg .Parse (_cecea .Contents .Bytes ());if _eadaf !=nil {return nil ,_eadaf ;};return _fcgef .Certificates ,nil ;}; - -// GetCatalogMetadata gets the catalog defined XMP Metadata. -func (_bcaec *PdfReader )GetCatalogMetadata ()(_eb .PdfObject ,bool ){if _bcaec ._bagcfd ==nil {return nil ,false ;};_becc :=_bcaec ._bagcfd .Get ("\u004d\u0065\u0074\u0061\u0064\u0061\u0074\u0061");return _becc ,_becc !=nil ;}; +// DecodeArray returns the component range values for the Indexed colorspace. +func (_bddg *PdfColorspaceSpecialIndexed )DecodeArray ()[]float64 {return []float64 {0,float64 (_bddg .HiVal )};}; -// PdfColorspaceSpecialPattern is a Pattern colorspace. -// Can be defined either as /Pattern or with an underlying colorspace [/Pattern cs]. -type PdfColorspaceSpecialPattern struct{UnderlyingCS PdfColorspace ;_fgff *_eb .PdfIndirectObject ;}; +// PdfAnnotationLink represents Link annotations. +// (Section 12.5.6.5 p. 403). +type PdfAnnotationLink struct{*PdfAnnotation ;A _cee .PdfObject ;Dest _cee .PdfObject ;H _cee .PdfObject ;PA _cee .PdfObject ;QuadPoints _cee .PdfObject ;BS _cee .PdfObject ;_bef *PdfAction ;_cfd *PdfReader ;}; -// PdfColorspaceDeviceGray represents a grayscale colorspace. -type PdfColorspaceDeviceGray struct{}; +// GetContainingPdfObject returns the container of the PdfAcroForm (indirect object). +func (_dbeec *PdfAcroForm )GetContainingPdfObject ()_cee .PdfObject {return _dbeec ._cebbd }; -// NewPdfAnnotationStrikeOut returns a new text strikeout annotation. -func NewPdfAnnotationStrikeOut ()*PdfAnnotationStrikeOut {_gebf :=NewPdfAnnotation ();_eac :=&PdfAnnotationStrikeOut {};_eac .PdfAnnotation =_gebf ;_eac .PdfAnnotationMarkup =&PdfAnnotationMarkup {};_gebf .SetContext (_eac );return _eac ;}; +// NewPdfShadingType2 creates an empty shading type 2 dictionary. +func NewPdfShadingType2 ()*PdfShadingType2 {_bbfda :=&PdfShadingType2 {};_bbfda .PdfShading =&PdfShading {};_bbfda .PdfShading ._dfgbe =_cee .MakeIndirectObject (_cee .MakeDict ());_bbfda .PdfShading ._ddffe =_bbfda ;return _bbfda ;}; -// IsCheckbox returns true if the button field represents a checkbox, false otherwise. -func (_beac *PdfFieldButton )IsCheckbox ()bool {return _beac .GetType ()==ButtonTypeCheckbox }; +// SetXObjectImageByNameLazy adds the provided XObjectImage to the page resources. +// The added XObjectImage is identified by the specified name. +func (_gafg *PdfPageResources )SetXObjectImageByNameLazy (keyName _cee .PdfObjectName ,ximg *XObjectImage ,lazy bool )error {_agccc :=ximg .ToPdfObject ().(*_cee .PdfObjectStream );if lazy {_agccc .MakeLazy ();};_dbfedg :=_gafg .SetXObjectByName (keyName ,_agccc ); +return _dbfedg ;}; -// ToPdfObject implements interface PdfModel. -func (_edge *PdfAnnotationPrinterMark )ToPdfObject ()_eb .PdfObject {_edge .PdfAnnotation .ToPdfObject ();_fdcf :=_edge ._ggf ;_aade :=_fdcf .PdfObject .(*_eb .PdfObjectDictionary );_aade .SetIfNotNil ("\u0053u\u0062\u0074\u0079\u0070\u0065",_eb .MakeName ("P\u0072\u0069\u006e\u0074\u0065\u0072\u004d\u0061\u0072\u006b")); -_aade .SetIfNotNil ("\u004d\u004e",_edge .MN );return _fdcf ;}; +// GetCatalogMetadata gets the catalog defined XMP Metadata. +func (_gfge *PdfReader )GetCatalogMetadata ()(_cee .PdfObject ,bool ){if _gfge ._cacfe ==nil {return nil ,false ;};_bdgccf :=_gfge ._cacfe .Get ("\u004d\u0065\u0074\u0061\u0064\u0061\u0074\u0061");return _bdgccf ,_bdgccf !=nil ;}; -// GetMediaBox gets the inheritable media box value, either from the page -// or a higher up page/pages struct. -func (_cbbgef *PdfPage )GetMediaBox ()(*PdfRectangle ,error ){if _cbbgef .MediaBox !=nil {return _cbbgef .MediaBox ,nil ;};_edgbb :=_cbbgef .Parent ;for _edgbb !=nil {_bdcabd ,_cfbge :=_eb .GetDict (_edgbb );if !_cfbge {return nil ,_dcf .New ("\u0069\u006e\u0076\u0061\u006c\u0069d\u0020\u0070\u0061\u0072\u0065\u006e\u0074\u0020\u006f\u0062\u006a\u0065\u0063t\u0073\u0020\u0064\u0069\u0063\u0074\u0069o\u006e\u0061\u0072\u0079"); -};if _cegae :=_bdcabd .Get ("\u004d\u0065\u0064\u0069\u0061\u0042\u006f\u0078");_cegae !=nil {_fbfge ,_adfbe :=_eb .GetArray (_cegae );if !_adfbe {return nil ,_dcf .New ("\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u006d\u0065\u0064\u0069a\u0020\u0062\u006f\u0078"); -};_dggbd ,_gfcea :=NewPdfRectangle (*_fbfge );if _gfcea !=nil {return nil ,_gfcea ;};return _dggbd ,nil ;};_edgbb =_bdcabd .Get ("\u0050\u0061\u0072\u0065\u006e\u0074");};return nil ,_dcf .New ("m\u0065\u0064\u0069\u0061 b\u006fx\u0020\u006e\u006f\u0074\u0020d\u0065\u0066\u0069\u006e\u0065\u0064"); +// ToPdfObject implements model.PdfModel interface. +func (_egcad *PdfOutputIntent )ToPdfObject ()_cee .PdfObject {if _egcad ._eebee ==nil {_egcad ._eebee =_cee .MakeDict ();};_dgeab :=_egcad ._eebee ;if _egcad .Type !=""{_dgeab .Set ("\u0054\u0079\u0070\u0065",_cee .MakeName (_egcad .Type ));};_dgeab .Set ("\u0053",_cee .MakeName (_egcad .S .String ())); +if _egcad .OutputCondition !=""{_dgeab .Set ("\u004fu\u0074p\u0075\u0074\u0043\u006f\u006e\u0064\u0069\u0074\u0069\u006f\u006e",_cee .MakeString (_egcad .OutputCondition ));};_dgeab .Set ("\u004fu\u0074\u0070\u0075\u0074C\u006f\u006e\u0064\u0069\u0074i\u006fn\u0049d\u0065\u006e\u0074\u0069\u0066\u0069\u0065r",_cee .MakeString (_egcad .OutputConditionIdentifier )); +_dgeab .Set ("\u0052\u0065\u0067i\u0073\u0074\u0072\u0079\u004e\u0061\u006d\u0065",_cee .MakeString (_egcad .RegistryName ));if _egcad .Info !=""{_dgeab .Set ("\u0049\u006e\u0066\u006f",_cee .MakeString (_egcad .Info ));};if len (_egcad .DestOutputProfile )!=0{_bdga ,_gbce :=_cee .MakeStream (_egcad .DestOutputProfile ,_cee .NewFlateEncoder ()); +if _gbce !=nil {_fca .Log .Error ("\u004d\u0061\u006b\u0065\u0053\u0074\u0072\u0065\u0061\u006d\u0020\u0044\u0065s\u0074\u004f\u0075\u0074\u0070\u0075t\u0050\u0072\u006f\u0066\u0069\u006c\u0065\u0020\u0066\u0061\u0069\u006c\u0065d\u003a\u0020\u0025\u0076",_gbce ); +};_bdga .PdfObjectDictionary .Set ("\u004e",_cee .MakeInteger (int64 (_egcad .ColorComponents )));_gabbc :=make ([]float64 ,_egcad .ColorComponents *2);for _ffffg :=0;_ffffg < _egcad .ColorComponents *2;_ffffg ++{_aabdc :=0.0;if _ffffg %2!=0{_aabdc =1.0; +};_gabbc [_ffffg ]=_aabdc ;};_bdga .PdfObjectDictionary .Set ("\u0052\u0061\u006eg\u0065",_cee .MakeArrayFromFloats (_gabbc ));_dgeab .Set ("\u0044\u0065\u0073\u0074\u004f\u0075\u0074\u0070\u0075\u0074\u0050\u0072o\u0066\u0069\u006c\u0065",_bdga );};return _dgeab ; }; -// ToPdfObject returns a stream object. -func (_cdefa *XObjectForm )ToPdfObject ()_eb .PdfObject {_cgfac :=_cdefa ._afcag ;_fefaa :=_cgfac .PdfObjectDictionary ;if _cdefa .Filter !=nil {_fefaa =_cdefa .Filter .MakeStreamDict ();_cgfac .PdfObjectDictionary =_fefaa ;};_fefaa .Set ("\u0054\u0079\u0070\u0065",_eb .MakeName ("\u0058O\u0062\u006a\u0065\u0063\u0074")); -_fefaa .Set ("\u0053u\u0062\u0074\u0079\u0070\u0065",_eb .MakeName ("\u0046\u006f\u0072\u006d"));_fefaa .SetIfNotNil ("\u0046\u006f\u0072\u006d\u0054\u0079\u0070\u0065",_cdefa .FormType );_fefaa .SetIfNotNil ("\u0042\u0042\u006f\u0078",_cdefa .BBox );_fefaa .SetIfNotNil ("\u004d\u0061\u0074\u0072\u0069\u0078",_cdefa .Matrix ); -if _cdefa .Resources !=nil {_fefaa .SetIfNotNil ("\u0052e\u0073\u006f\u0075\u0072\u0063\u0065s",_cdefa .Resources .ToPdfObject ());};_fefaa .SetIfNotNil ("\u0047\u0072\u006fu\u0070",_cdefa .Group );_fefaa .SetIfNotNil ("\u0052\u0065\u0066",_cdefa .Ref ); -_fefaa .SetIfNotNil ("\u004d\u0065\u0074\u0061\u0044\u0061\u0074\u0061",_cdefa .MetaData );_fefaa .SetIfNotNil ("\u0050i\u0065\u0063\u0065\u0049\u006e\u0066o",_cdefa .PieceInfo );_fefaa .SetIfNotNil ("\u004c\u0061\u0073t\u004d\u006f\u0064\u0069\u0066\u0069\u0065\u0064",_cdefa .LastModified ); -_fefaa .SetIfNotNil ("\u0053\u0074\u0072u\u0063\u0074\u0050\u0061\u0072\u0065\u006e\u0074",_cdefa .StructParent );_fefaa .SetIfNotNil ("\u0053\u0074\u0072\u0075\u0063\u0074\u0050\u0061\u0072\u0065\u006e\u0074\u0073",_cdefa .StructParents );_fefaa .SetIfNotNil ("\u004f\u0050\u0049",_cdefa .OPI ); -_fefaa .SetIfNotNil ("\u004f\u0043",_cdefa .OC );_fefaa .SetIfNotNil ("\u004e\u0061\u006d\u0065",_cdefa .Name );_fefaa .Set ("\u004c\u0065\u006e\u0067\u0074\u0068",_eb .MakeInteger (int64 (len (_cdefa .Stream ))));_cgfac .Stream =_cdefa .Stream ;return _cgfac ; -}; +// GetType returns the button field type which returns one of the following +// - PdfFieldButtonPush for push button fields +// - PdfFieldButtonCheckbox for checkbox fields +// - PdfFieldButtonRadio for radio button fields +func (_fdff *PdfFieldButton )GetType ()ButtonType {_afbgb :=ButtonTypeCheckbox ;if _fdff .Ff !=nil {if (uint32 (*_fdff .Ff )&FieldFlagPushbutton .Mask ())> 0{_afbgb =ButtonTypePush ;}else if (uint32 (*_fdff .Ff )&FieldFlagRadio .Mask ())> 0{_afbgb =ButtonTypeRadio ; +};};return _afbgb ;}; -// GetStructParentsKey returns the StructParents key. -// If not set, returns -1. -func (_aeega *PdfPage )GetStructParentsKey ()int {if _cacca ,_bbcgc :=_eb .GetIntVal (_aeega .StructParents );_bbcgc {return _cacca ;};return -1;}; +// ColorFromPdfObjects returns a new PdfColor based on the input slice of color +// component PDF objects. +func (_fccc *PdfColorspaceICCBased )ColorFromPdfObjects (objects []_cee .PdfObject )(PdfColor ,error ){if _fccc .Alternate ==nil {if _fccc .N ==1{_aagf :=NewPdfColorspaceDeviceGray ();return _aagf .ColorFromPdfObjects (objects );}else if _fccc .N ==3{_aage :=NewPdfColorspaceDeviceRGB (); +return _aage .ColorFromPdfObjects (objects );}else if _fccc .N ==4{_fgdd :=NewPdfColorspaceDeviceCMYK ();return _fgdd .ColorFromPdfObjects (objects );}else {return nil ,_cdf .New ("I\u0043\u0043\u0020\u0042\u0061\u0073\u0065\u0064\u0020\u0063\u006f\u006c\u006f\u0072\u0073\u0070\u0061\u0063e\u0020\u006d\u0069\u0073\u0073\u0069\u006e\u0067\u0020\u0061lt\u0065\u0072\u006ea\u0074i\u0076\u0065"); +};};return _fccc .Alternate .ColorFromPdfObjects (objects );};func (_fgcdb *PdfWriter )writeOutlines ()error {if _fgcdb ._fecge ==nil {return nil ;};_fca .Log .Trace ("\u004f\u0075t\u006c\u0069\u006ee\u0054\u0072\u0065\u0065\u003a\u0020\u0025\u002b\u0076",_fgcdb ._fecge ); +_agae :=_fgcdb ._fecge .ToPdfObject ();_fca .Log .Trace ("\u004fu\u0074\u006c\u0069\u006e\u0065\u0073\u003a\u0020\u0025\u002b\u0076 \u0028\u0025\u0054\u002c\u0020\u0070\u003a\u0025\u0070\u0029",_agae ,_agae ,_agae );_fgcdb ._cdebc .Set ("\u004f\u0075\u0074\u006c\u0069\u006e\u0065\u0073",_agae ); +_eeede :=_fgcdb .addObjects (_agae );if _eeede !=nil {return _eeede ;};return nil ;}; -// Add appends an outline item as a child of the current outline item. -func (_bfdce *OutlineItem )Add (item *OutlineItem ){_bfdce .Entries =append (_bfdce .Entries ,item )}; +// GetNamedDestinations returns the Dests entry in the PDF catalog. +// See section 12.3.2.3 "Named Destinations" (p. 367 PDF32000_2008). +func (_efgf *PdfReader )GetNamedDestinations ()(_cee .PdfObject ,error ){_baec :=_cee .ResolveReference (_efgf ._cacfe .Get ("\u0044\u0065\u0073t\u0073"));if _baec ==nil {return nil ,nil ;};if !_efgf ._dbfb {_geef :=_efgf .traverseObjectData (_baec );if _geef !=nil {return nil ,_geef ; +};};return _baec ,nil ;}; -// NewPdfField returns an initialized PdfField. -func NewPdfField ()*PdfField {return &PdfField {_adgda :_eb .MakeIndirectObject (_eb .MakeDict ())}}; +// AddKDict adds a K dictionary object to the structure tree root. +func (_fecab *StructTreeRoot )AddKDict (k *KDict ){_fecab .K =append (_fecab .K ,k )}; -// ToWriter creates a new writer from the current reader, based on the specified options. -// If no options are provided, all reader properties are copied to the writer. -func (_fegfa *PdfReader )ToWriter (opts *ReaderToWriterOpts )(*PdfWriter ,error ){_bdfgd :=NewPdfWriter ();_bdfgd .SetFileName (_fegfa ._fbgfg );if opts ==nil {opts =&ReaderToWriterOpts {};};_eedb ,_bbeb :=_fegfa .GetNumPages ();if _bbeb !=nil {_ddb .Log .Debug ("\u0045R\u0052\u004f\u0052\u003a\u0020\u0025v",_bbeb ); -return nil ,_bbeb ;};for _gdebd :=1;_gdebd <=_eedb ;_gdebd ++{_gafcg ,_adeeg :=_fegfa .GetPage (_gdebd );if _adeeg !=nil {_ddb .Log .Debug ("\u0045R\u0052\u004f\u0052\u003a\u0020\u0025v",_adeeg );return nil ,_adeeg ;};if opts .PageProcessCallback !=nil {_adeeg =opts .PageProcessCallback (_gdebd ,_gafcg ); -if _adeeg !=nil {_ddb .Log .Debug ("\u0045R\u0052\u004f\u0052\u003a\u0020\u0025v",_adeeg );return nil ,_adeeg ;};}else if opts .PageCallback !=nil {opts .PageCallback (_gdebd ,_gafcg );};_adeeg =_bdfgd .AddPage (_gafcg );if _adeeg !=nil {_ddb .Log .Debug ("\u0045R\u0052\u004f\u0052\u003a\u0020\u0025v",_adeeg ); -return nil ,_adeeg ;};};_bdfgd ._edbbf =_fegfa .PdfVersion ();if !opts .SkipInfo {_cafgf ,_dbgae :=_fegfa .GetPdfInfo ();if _dbgae !=nil {_ddb .Log .Debug ("\u0045R\u0052\u004f\u0052\u003a\u0020\u0025v",_dbgae );}else {_bdfgd ._ecagd .PdfObject =_cafgf .ToPdfObject (); -};};if !opts .SkipMetadata {if _befbb :=_fegfa ._bagcfd .Get ("\u004d\u0065\u0074\u0061\u0064\u0061\u0074\u0061");_befbb !=nil {if _dcadad :=_bdfgd .SetCatalogMetadata (_befbb );_dcadad !=nil {return nil ,_dcadad ;};};};if !opts .SkipMarkInfo {if _ecac ,_becff :=_fegfa .GetCatalogMarkInfo (); -_becff {if _deac :=_bdfgd .SetCatalogMarkInfo (_ecac );_deac !=nil {return nil ,_deac ;};};};if !opts .SkipAcroForm {_gdbdd :=_bdfgd .SetForms (_fegfa .AcroForm );if _gdbdd !=nil {_ddb .Log .Debug ("\u0045R\u0052\u004f\u0052\u003a\u0020\u0025v",_gdbdd ); -return nil ,_gdbdd ;};};if !opts .SkipViewerPreferences {if _gcbec ,_aafd :=_fegfa .GetCatalogViewerPreferences ();_aafd {if _cfee :=_bdfgd .SetCatalogViewerPreferences (_gcbec );_cfee !=nil {return nil ,_cfee ;};};};if !opts .SkipLanguage {if _ebcfd ,_cddbd :=_fegfa .GetCatalogLanguage (); -_cddbd {if _bfdbee :=_bdfgd .SetCatalogLanguage (_ebcfd );_bfdbee !=nil {return nil ,_bfdbee ;};};};if !opts .SkipOutlines {_bdfgd .AddOutlineTree (_fegfa .GetOutlineTree ());};if !opts .SkipOCProperties {_aebeb ,_bffec :=_fegfa .GetOCProperties ();if _bffec !=nil {_ddb .Log .Debug ("\u0045R\u0052\u004f\u0052\u003a\u0020\u0025v",_bffec ); -}else {_bffec =_bdfgd .SetOCProperties (_aebeb );if _bffec !=nil {_ddb .Log .Debug ("\u0045R\u0052\u004f\u0052\u003a\u0020\u0025v",_bffec );};};};if !opts .SkipPageLabels {_cbdec ,_bedee :=_fegfa .GetPageLabels ();if _bedee !=nil {_ddb .Log .Debug ("\u0045R\u0052\u004f\u0052\u003a\u0020\u0025v",_bedee ); -}else {_bedee =_bdfgd .SetPageLabels (_cbdec );if _bedee !=nil {_ddb .Log .Debug ("\u0045R\u0052\u004f\u0052\u003a\u0020\u0025v",_bedee );};};};if !opts .SkipNamedDests {_ccgda ,_cadaf :=_fegfa .GetNamedDestinations ();if _cadaf !=nil {_ddb .Log .Debug ("\u0045R\u0052\u004f\u0052\u003a\u0020\u0025v",_cadaf ); -}else {_cadaf =_bdfgd .SetNamedDestinations (_ccgda );if _cadaf !=nil {_ddb .Log .Debug ("\u0045R\u0052\u004f\u0052\u003a\u0020\u0025v",_cadaf );};};};if !opts .SkipNameDictionary {_agfdf ,_egdcd :=_fegfa .GetNameDictionary ();if _egdcd !=nil {_ddb .Log .Debug ("\u0045R\u0052\u004f\u0052\u003a\u0020\u0025v",_egdcd ); -}else {_egdcd =_bdfgd .SetNameDictionary (_agfdf );if _egdcd !=nil {_ddb .Log .Debug ("\u0045R\u0052\u004f\u0052\u003a\u0020\u0025v",_egdcd );};};};_afccf ,_fgfec :=_fegfa .GetCatalogStructTreeRoot ();if _fgfec {_dgbb :=_bdfgd .SetCatalogStructTreeRoot (_afccf ); -if _dgbb !=nil {_ddb .Log .Debug ("\u0045R\u0052\u004f\u0052\u003a\u0020\u0025v",_dgbb );};};if !opts .SkipRotation &&_fegfa .Rotate !=nil {if _beddb :=_bdfgd .SetRotation (*_fegfa .Rotate );_beddb !=nil {_ddb .Log .Debug ("\u0045R\u0052\u004f\u0052\u003a\u0020\u0025v",_beddb ); -};};return &_bdfgd ,nil ;}; +// ToPdfObject returns the PDF representation of the shading dictionary. +func (_fdfad *PdfShading )ToPdfObject ()_cee .PdfObject {_eaafg :=_fdfad ._dfgbe ;_ebagae ,_egeea :=_fdfad .getShadingDict ();if _egeea !=nil {_fca .Log .Error ("\u0055\u006ea\u0062\u006c\u0065\u0020\u0074\u006f\u0020\u0061\u0063\u0063\u0065\u0073\u0073\u0020\u0073\u0068\u0061\u0064\u0069\u006e\u0067\u0020di\u0063\u0074"); +return nil ;};if _fdfad .ShadingType !=nil {_ebagae .Set ("S\u0068\u0061\u0064\u0069\u006e\u0067\u0054\u0079\u0070\u0065",_fdfad .ShadingType );};if _fdfad .ColorSpace !=nil {_ebagae .Set ("\u0043\u006f\u006c\u006f\u0072\u0053\u0070\u0061\u0063\u0065",_fdfad .ColorSpace .ToPdfObject ()); +};if _fdfad .Background !=nil {_ebagae .Set ("\u0042\u0061\u0063\u006b\u0067\u0072\u006f\u0075\u006e\u0064",_fdfad .Background );};if _fdfad .BBox !=nil {_ebagae .Set ("\u0042\u0042\u006f\u0078",_fdfad .BBox .ToPdfObject ());};if _fdfad .AntiAlias !=nil {_ebagae .Set ("\u0041n\u0074\u0069\u0041\u006c\u0069\u0061s",_fdfad .AntiAlias ); +};return _eaafg ;}; -// PdfShadingPatternType2 is shading patterns that will use a Type 2 shading pattern (Axial). -type PdfShadingPatternType2 struct{*PdfPattern ;Shading *PdfShadingType2 ;Matrix *_eb .PdfObjectArray ;ExtGState _eb .PdfObject ;}; +// SetPdfKeywords sets the Keywords attribute of the output PDF. +func SetPdfKeywords (keywords string ){_dggagg .Lock ();defer _dggagg .Unlock ();_dcae =keywords }; -// DefaultFont returns the default font, which is currently the built in Helvetica. -func DefaultFont ()*PdfFont {_ebgde ,_aacf :=_fg .NewStdFontByName (HelveticaName );if !_aacf {panic ("\u0048\u0065lv\u0065\u0074\u0069c\u0061\u0020\u0073\u0068oul\u0064 a\u006c\u0077\u0061\u0079\u0073\u0020\u0062e \u0061\u0076\u0061\u0069\u006c\u0061\u0062l\u0065"); -};_ffgf :=_fbfae (_ebgde );return &PdfFont {_fdaa :&_ffgf };}; +// NewPdfColorspaceSpecialPattern returns a new pattern color. +func NewPdfColorspaceSpecialPattern ()*PdfColorspaceSpecialPattern {return &PdfColorspaceSpecialPattern {};}; -// NewPdfShadingPatternType2 creates an empty shading pattern type 2 object. -func NewPdfShadingPatternType2 ()*PdfShadingPatternType2 {_bfddba :=&PdfShadingPatternType2 {};_bfddba .Matrix =_eb .MakeArrayFromIntegers ([]int {1,0,0,1,0,0});_bfddba .PdfPattern =&PdfPattern {};_bfddba .PdfPattern .PatternType =int64 (*_eb .MakeInteger (2)); -_bfddba .PdfPattern ._eefgb =_bfddba ;_bfddba .PdfPattern ._agddd =_eb .MakeIndirectObject (_eb .MakeDict ());return _bfddba ;}; +// HasPatternByName checks whether a pattern object is defined by the specified keyName. +func (_afag *PdfPageResources )HasPatternByName (keyName _cee .PdfObjectName )bool {_ ,_fafcc :=_afag .GetPatternByName (keyName );return _fafcc ;};var (StructureTypeParagraph ="\u0050";StructureTypeHeader ="\u0048";StructureTypeHeading1 ="\u0048\u0031"; +StructureTypeHeading2 ="\u0048\u0032";StructureTypeHeading3 ="\u0048\u0033";StructureTypeHeading4 ="\u0048\u0034";StructureTypeHeading5 ="\u0048\u0035";StructureTypeHeading6 ="\u0048\u0036";StructureTypeList ="\u004c";StructureTypeListItem ="\u004c\u0049"; +StructureTypeLabel ="\u004c\u0062\u006c";StructureTypeListBody ="\u004c\u0042\u006fd\u0079";StructureTypeTable ="\u0054\u0061\u0062l\u0065";StructureTypeTableRow ="\u0054\u0052";StructureTypeTableHeaderCell ="\u0054\u0048";StructureTypeTableData ="\u0054\u0044"; +StructureTypeTableHead ="\u0054\u0048\u0065a\u0064";StructureTypeTableBody ="\u0054\u0042\u006fd\u0079";StructureTypeTableFooter ="\u0054\u0046\u006fo\u0074";); -// FieldFlattenOpts defines a set of options which can be used to configure -// the field flattening process. -type FieldFlattenOpts struct{ +// SetHideMenubar sets the value of the hideMenubar flag. +func (_eadebg *ViewerPreferences )SetHideMenubar (hideMenubar bool ){_eadebg ._fcbcb =&hideMenubar }; -// FilterFunc allows filtering the form fields used in the flattening -// process. If the filter function returns true, the field is flattened, -// otherwise it is skipped. -// If a non-terminal field is discarded, all of its children (the fields -// present in the Kids array) are discarded as well. -// Non-terminal fields are kept in the AcroForm if one or more of their -// child fields have not been selected for flattening. -// If a filter function is not provided, all form fields are flattened. -FilterFunc FieldFilterFunc ; +// EnableChain adds the specified certificate chain and validation data (OCSP +// and CRL information) for it to the global scope of the document DSS. The +// added data is used for validating any of the signatures present in the +// document. The LTV client attempts to build the certificate chain up to a +// trusted root by downloading any missing certificates. +func (_cbed *LTV )EnableChain (chain []*_dfd .Certificate )error {return _cbed .enable (nil ,chain ,"")}; -// AnnotFilterFunc allows filtering the annotations in the flattening -// process. If the filter function returns true, the annotation is flattened, -// otherwise it is skipped. -AnnotFilterFunc AnnotFilterFunc ;}; +// PdfActionMovie represents a movie action. +type PdfActionMovie struct{*PdfAction ;Annotation _cee .PdfObject ;T _cee .PdfObject ;Operation _cee .PdfObject ;}; -// AllFields returns a flattened list of all fields in the form. -func (_cadeg *PdfAcroForm )AllFields ()[]*PdfField {if _cadeg ==nil {return nil ;};var _eecdc []*PdfField ;if _cadeg .Fields !=nil {for _ ,_eabg :=range *_cadeg .Fields {_eecdc =append (_eecdc ,_aaccff (_eabg )...);};};return _eecdc ;}; +// ToInteger convert to an integer format. +func (_aadb *PdfColorDeviceCMYK )ToInteger (bits int )[4]uint32 {_ecbb :=_aaa .Pow (2,float64 (bits ))-1;return [4]uint32 {uint32 (_ecbb *_aadb .C ()),uint32 (_ecbb *_aadb .M ()),uint32 (_ecbb *_aadb .Y ()),uint32 (_ecbb *_aadb .K ())};}; -// PageFromIndirectObject returns the PdfPage and page number for a given indirect object. -func (_aabdd *PdfReader )PageFromIndirectObject (ind *_eb .PdfIndirectObject )(*PdfPage ,int ,error ){if len (_aabdd .PageList )!=len (_aabdd ._cbaff ){return nil ,0,_dcf .New ("\u0070\u0061\u0067\u0065\u0020\u006c\u0069\u0073\u0074\u0020\u0069\u006ev\u0061\u006c\u0069\u0064"); -};for _degae ,_ggfdgd :=range _aabdd ._cbaff {if _ggfdgd ==ind {return _aabdd .PageList [_degae ],_degae +1,nil ;};};return nil ,0,_dcf .New ("\u0070\u0061\u0067\u0065\u0020\u006e\u006f\u0074\u0020f\u006f\u0075\u006e\u0064");}; +// PdfFunctionType4 is a Postscript calculator functions. +type PdfFunctionType4 struct{Domain []float64 ;Range []float64 ;Program *_daa .PSProgram ;_gfcca *_daa .PSExecutor ;_fedee []byte ;_agbg *_cee .PdfObjectStream ;}; -// PdfAnnotationWatermark represents Watermark annotations. -// (Section 12.5.6.22). -type PdfAnnotationWatermark struct{*PdfAnnotation ;FixedPrint _eb .PdfObject ;};func (_gcd *PdfReader )newPdfAnnotationScreenFromDict (_bcgge *_eb .PdfObjectDictionary )(*PdfAnnotationScreen ,error ){_cca :=PdfAnnotationScreen {};_cca .T =_bcgge .Get ("\u0054"); -_cca .MK =_bcgge .Get ("\u004d\u004b");_cca .A =_bcgge .Get ("\u0041");_cca .AA =_bcgge .Get ("\u0041\u0041");return &_cca ,nil ;}; +// PdfAnnotationSquiggly represents Squiggly annotations. +// (Section 12.5.6.10). +type PdfAnnotationSquiggly struct{*PdfAnnotation ;*PdfAnnotationMarkup ;QuadPoints _cee .PdfObject ;}; -// GetRuneMetrics returns the character metrics for the specified rune. -// A bool flag is returned to indicate whether or not the entry was found. -func (_gegbc pdfCIDFontType0 )GetRuneMetrics (r rune )(_fg .CharMetrics ,bool ){return _fg .CharMetrics {Wx :_gegbc ._dcfg },true ;};func (_gffge *PdfWriter )setHashIDs (_dbacd _ecd .Hash )error {_dfedf :=_dbacd .Sum (nil );if _gffge ._cebgc ==""{_gffge ._cebgc =_egf .EncodeToString (_dfedf [:8]); -};_gffge .setDocumentIDs (_gffge ._cebgc ,_egf .EncodeToString (_dfedf [8:]));return nil ;}; +// GetContext returns a reference to the subshading entry as represented by PdfShadingType1-7. +func (_aggbb *PdfShading )GetContext ()PdfModel {return _aggbb ._ddffe }; -// NewPdfAnnotationSquare returns a new square annotation. -func NewPdfAnnotationSquare ()*PdfAnnotationSquare {_agf :=NewPdfAnnotation ();_gdf :=&PdfAnnotationSquare {};_gdf .PdfAnnotation =_agf ;_gdf .PdfAnnotationMarkup =&PdfAnnotationMarkup {};_agf .SetContext (_gdf );return _gdf ;}; +// PdfTilingPattern is a Tiling pattern that consists of repetitions of a pattern cell with defined intervals. +// It is a type 1 pattern. (PatternType = 1). +// A tiling pattern is represented by a stream object, where the stream content is +// a content stream that describes the pattern cell. +type PdfTilingPattern struct{*PdfPattern ;PaintType *_cee .PdfObjectInteger ;TilingType *_cee .PdfObjectInteger ;BBox *PdfRectangle ;XStep *_cee .PdfObjectFloat ;YStep *_cee .PdfObjectFloat ;Resources *PdfPageResources ;Matrix *_cee .PdfObjectArray ;}; -// GetColorspaceByName returns the colorspace with the specified name from the page resources. -func (_bcfce *PdfPageResources )GetColorspaceByName (keyName _eb .PdfObjectName )(PdfColorspace ,bool ){_bcbc ,_agecd :=_bcfce .GetColorspaces ();if _agecd !=nil {_ddb .Log .Debug ("\u0045\u0052R\u004f\u0052\u0020\u0067\u0065\u0074\u0074\u0069\u006e\u0067\u0020\u0063\u006f\u006c\u006f\u0072\u0073\u0070\u0072\u0061\u0063\u0065: \u0025\u0076",_agecd ); -return nil ,false ;};if _bcbc ==nil {return nil ,false ;};_gdfg ,_ffbec :=_bcbc .Colorspaces [string (keyName )];if !_ffbec {return nil ,false ;};return _gdfg ,true ;}; -// CharcodesToStrings returns the unicode strings corresponding to `charcodes`. -// The int returns are the number of strings and the number of unconvereted codes. -// NOTE: The number of strings returned is equal to the number of charcodes -func (_bgacde *PdfFont )CharcodesToStrings (charcodes []_fc .CharCode ,replacementText string )([]string ,int ,int ){_dgaf :=_bgacde .baseFields ();_feaeg :=make ([]string ,0,len (charcodes ));_ceffc :=0;_ccagd :=_bgacde .Encoder ();_gcge :=_dgaf ._bgbg !=nil &&_bgacde .IsSimple ()&&_bgacde .Subtype ()=="\u0054\u0072\u0075\u0065\u0054\u0079\u0070\u0065"&&!_cc .Contains (_dgaf ._bgbg .Name (),"\u0049d\u0065\u006e\u0074\u0069\u0074\u0079-"); -if !_gcge &&_ccagd !=nil {switch _bebe :=_ccagd .(type ){case _fc .SimpleEncoder :_bgga :=_bebe .BaseName ();if _ ,_caadd :=_bcaad [_bgga ];_caadd {for _ ,_egabb :=range charcodes {if _ddcg ,_geeb :=_ccagd .CharcodeToRune (_egabb );_geeb {_feaeg =append (_feaeg ,string (_ddcg )); -}else {_ddb .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u004e\u006f\u0020\u0072u\u006e\u0065\u002e\u0020\u0063\u006f\u0064\u0065=\u0030x\u0025\u0030\u0034\u0078\u0020\u0063\u0068\u0061\u0072\u0063\u006f\u0064\u0065\u0073\u003d\u005b\u0025\u00200\u0034\u0078\u005d\u0020\u0043\u0049\u0044\u003d\u0025\u0074\u000a"+"\t\u0066\u006f\u006e\u0074=%\u0073\n\u0009\u0065\u006e\u0063\u006fd\u0069\u006e\u0067\u003d\u0025\u0073",_egabb ,charcodes ,_dgaf .isCIDFont (),_bgacde ,_ccagd ); -_ceffc ++;_feaeg =append (_feaeg ,_ff .MissingCodeString );};};return _feaeg ,len (_feaeg ),_ceffc ;};};};for _ ,_ebdg :=range charcodes {if _dgaf ._bgbg !=nil {if _cefee ,_edd :=_dgaf ._bgbg .CharcodeToUnicode (_ff .CharCode (_ebdg ));_edd {_fegc ,_ :=_ae .DecodeLastRuneInString (_cefee ); -_fffc :=_ggaac (_fegc );if !(_fffc =="\u0043\u006f"){_feaeg =append (_feaeg ,_cefee );continue ;};_ddb .Log .Debug ("E\u0052\u0052\u004fR\u003a\u0020\u0054\u006f\u0055\u006e\u0069\u0063\u006f\u0064\u0065\u0020\u0043\u006d\u0061p\u0020\u0068\u0061\u0073\u0020\u0069\u006e\u0063\u006f\u0072\u0072\u0065\u0063t\u0020\u006d\u0061\u0070\u0070\u0069\u006e\u0067.\u0020\u0063\u006f\u0064\u0065\u003d\u0030\u0078\u0025\u0030\u0034\u0078\u0020\u0069\u0073\u0020m\u0061\u0070\u0070\u0065\u0064 \u0074\u006f\u0020\u0061\u006e\u0020\u0069\u006e\u0076\u0061\u006c\u0069\u0064 \u0063\u006f\u0064\u0065 \u0070\u006f\u0069\u006e\u0074\u0020\u0025\u0073",_ebdg ,_cefee ); -};};if _ccagd !=nil {if _gcfca ,_aggb :=_ccagd .CharcodeToRune (_ebdg );_aggb {_cadfg :=_ggaac (_gcfca );if !(_cadfg =="\u0043\u006f"){_feaeg =append (_feaeg ,string (_gcfca ));continue ;};_ddb .Log .Debug ("\u0045\u0052R\u004f\u0052\u003a\u0020\u0065\u006e\u0063\u006f\u0064\u0065\u0072\u0020\u0066\u0061\u0069\u006c\u0065\u0064\u002e \u0063\u006f\u0064\u0065\u003d\u0030x\u0025\u0030\u0034\u0078\u0020\u0069\u0073\u0020\u0064\u0065\u0063\u006f\u0064\u0065d\u0020\u0074o\u0020\u0061\u006e\u0020i\u006e\u0076\u0061\u006c\u0069d\u0020\u0072\u0075\u006e\u0020\u0025\u0073",_ebdg ,string (_gcfca )); -};};if replacementText !=""{_feaeg =append (_feaeg ,replacementText );}else {_ddb .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u004e\u006f\u0020\u0072u\u006e\u0065\u002e\u0020\u0063\u006f\u0064\u0065=\u0030x\u0025\u0030\u0034\u0078\u0020\u0063\u0068\u0061\u0072\u0063\u006f\u0064\u0065\u0073\u003d\u005b\u0025\u00200\u0034\u0078\u005d\u0020\u0043\u0049\u0044\u003d\u0025\u0074\u000a"+"\t\u0066\u006f\u006e\u0074=%\u0073\n\u0009\u0065\u006e\u0063\u006fd\u0069\u006e\u0067\u003d\u0025\u0073",_ebdg ,charcodes ,_dgaf .isCIDFont (),_bgacde ,_ccagd ); -_ceffc ++;_feaeg =append (_feaeg ,_ff .MissingCodeString );};};if _ceffc !=0{_ddb .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a \u0043\u006f\u0075\u006c\u0064\u006e\u0027\u0074\u0020\u0063\u006f\u006e\u0076\u0065\u0072\u0074\u0020\u0074\u006f\u0020u\u006e\u0069\u0063\u006f\u0064\u0065\u002e\u0020\u0055\u0073\u0069\u006e\u0067\u0020i\u006ep\u0075\u0074\u002e\u000a"+"\u0009\u006e\u0075\u006d\u0043\u0068\u0061\u0072\u0073\u003d\u0025d\u0020\u006e\u0075\u006d\u004d\u0069\u0073\u0073\u0065\u0073=\u0025\u0064\u000a"+"\u0009\u0066\u006f\u006e\u0074\u003d\u0025\u0073",len (charcodes ),_ceffc ,_bgacde ); -};return _feaeg ,len (_feaeg ),_ceffc ;}; +// PdfColorDeviceGray represents a grayscale color value that shall be represented by a single number in the +// range 0.0 to 1.0 where 0.0 corresponds to black and 1.0 to white. +type PdfColorDeviceGray float64 ;func _cfgd ()string {return _fca .Version };func (_cgaf *LTV )buildCertChain (_beegg ,_bgafb []*_dfd .Certificate )([]*_dfd .Certificate ,map[string ]*_dfd .Certificate ,error ){_gaggg :=map[string ]*_dfd .Certificate {}; +for _ ,_eaecc :=range _beegg {_gaggg [_eaecc .Subject .CommonName ]=_eaecc ;};_adgde :=_beegg ;for _ ,_fcbee :=range _bgafb {_abafda :=_fcbee .Subject .CommonName ;if _ ,_agaab :=_gaggg [_abafda ];_agaab {continue ;};_gaggg [_abafda ]=_fcbee ;_adgde =append (_adgde ,_fcbee ); +};if len (_adgde )==0{return nil ,nil ,ErrSignNoCertificates ;};var _babbc error ;for _bgafg :=_adgde [0];_bgafg !=nil &&!_cgaf .CertClient .IsCA (_bgafg );{_egdga ,_cgcf :=_gaggg [_bgafg .Issuer .CommonName ];if !_cgcf {if _egdga ,_babbc =_cgaf .CertClient .GetIssuer (_bgafg ); +_babbc !=nil {_fca .Log .Debug ("W\u0041\u0052\u004e\u003a\u0020\u0043\u006f\u0075\u006cd\u0020\u006e\u006f\u0074\u0020\u0072\u0065tr\u0069\u0065\u0076\u0065 \u0063\u0065\u0072\u0074\u0069\u0066\u0069\u0063\u0061te\u0020\u0069s\u0073\u0075\u0065\u0072\u003a\u0020\u0025\u0076",_babbc ); +break ;};_gaggg [_bgafg .Issuer .CommonName ]=_egdga ;_adgde =append (_adgde ,_egdga );};_bgafg =_egdga ;};return _adgde ,_gaggg ,nil ;}; -// IsHideWindowUI returns the value of the hideWindowUI flag. -func (_abacc *ViewerPreferences )IsHideWindowUI ()bool {if _abacc ._fcebae ==nil {return false ;};return *_abacc ._fcebae ;}; +// NewPdfActionResetForm returns a new "reset form" action. +func NewPdfActionResetForm ()*PdfActionResetForm {_cg :=NewPdfAction ();_gf :=&PdfActionResetForm {};_gf .PdfAction =_cg ;_cg .SetContext (_gf );return _gf ;}; -// PdfAnnotationScreen represents Screen annotations. -// (Section 12.5.6.18). -type PdfAnnotationScreen struct{*PdfAnnotation ;T _eb .PdfObject ;MK _eb .PdfObject ;A _eb .PdfObject ;AA _eb .PdfObject ;}; +// NewPdfAnnotationLink returns a new link annotation. +func NewPdfAnnotationLink ()*PdfAnnotationLink {_dgf :=NewPdfAnnotation ();_degf :=&PdfAnnotationLink {};_degf .PdfAnnotation =_dgf ;_dgf .SetContext (_degf );return _degf ;}; -// StandardApplier is the interface that performs optimization of the whole PDF document. -// As a result an input document is being changed by the optimizer. -// The writer than takes back all it's parts and overwrites it. -// NOTE: This implementation is in experimental development state. +// ToPdfObject implements interface PdfModel. +func (_adb *PdfActionJavaScript )ToPdfObject ()_cee .PdfObject {_adb .PdfAction .ToPdfObject ();_gef :=_adb ._gaf ;_gee :=_gef .PdfObject .(*_cee .PdfObjectDictionary );_gee .SetIfNotNil ("\u0053",_cee .MakeName (string (ActionTypeJavaScript )));_gee .SetIfNotNil ("\u004a\u0053",_adb .JS ); +return _gef ;}; + +// Optimizer is the interface that performs optimization of PDF object structure for output writing. // -// Keep in mind that it might change in the subsequent minor versions. -type StandardApplier interface{ApplyStandard (_dbec *_cd .Document )error ;}; +// Optimize receives a slice of input `objects`, performs optimization, including removing, replacing objects and +// output the optimized slice of objects. +type Optimizer interface{Optimize (_gfbg []_cee .PdfObject )([]_cee .PdfObject ,error );}; -// Hasher is the interface that wraps the basic Write method. -type Hasher interface{Write (_bbed []byte )(_ecbgd int ,_bcbdaf error );}; +// PdfAnnotationPolygon represents Polygon annotations. +// (Section 12.5.6.9). +type PdfAnnotationPolygon struct{*PdfAnnotation ;*PdfAnnotationMarkup ;Vertices _cee .PdfObject ;LE _cee .PdfObject ;BS _cee .PdfObject ;IC _cee .PdfObject ;BE _cee .PdfObject ;IT _cee .PdfObject ;Measure _cee .PdfObject ;}; -// HasFontByName checks if has font resource by name. -func (_fedac *PdfPage )HasFontByName (name _eb .PdfObjectName )bool {_eaef ,_bdbac :=_fedac .Resources .Font .(*_eb .PdfObjectDictionary );if !_bdbac {return false ;};if _aecfb :=_eaef .Get (name );_aecfb !=nil {return true ;};return false ;};func _bfbdg (_eddf *_eb .PdfObjectDictionary ,_feffd *fontCommon ,_ccgbg _fc .TextEncoder )(*pdfFontSimple ,error ){_aaaae :=_abbaa (_feffd ); -_aaaae ._gcgb =_ccgbg ;if _ccgbg ==nil {_cega :=_eddf .Get ("\u0046i\u0072\u0073\u0074\u0043\u0068\u0061r");if _cega ==nil {_cega =_eb .MakeInteger (0);};_aaaae .FirstChar =_cega ;_gedf ,_cgfdb :=_eb .GetIntVal (_cega );if !_cgfdb {_ddb .Log .Debug ("\u0045\u0052\u0052OR\u003a\u0020\u0049\u006e\u0076\u0061\u006c\u0069\u0064 \u0046i\u0072s\u0074C\u0068\u0061\u0072\u0020\u0074\u0079\u0070\u0065\u0020\u0028\u0025\u0054\u0029",_cega ); -return nil ,_eb .ErrTypeError ;};_bgdc :=_fc .CharCode (_gedf );_cega =_eddf .Get ("\u004c\u0061\u0073\u0074\u0043\u0068\u0061\u0072");if _cega ==nil {_cega =_eb .MakeInteger (255);};_aaaae .LastChar =_cega ;_gedf ,_cgfdb =_eb .GetIntVal (_cega );if !_cgfdb {_ddb .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a \u0049\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u004c\u0061\u0073\u0074\u0043h\u0061\u0072\u0020\u0074\u0079\u0070\u0065 \u0028\u0025\u0054\u0029",_cega ); -return nil ,_eb .ErrTypeError ;};_fecc :=_fc .CharCode (_gedf );_aaaae ._cegda =make (map[_fc .CharCode ]float64 );_cega =_eddf .Get ("\u0057\u0069\u0064\u0074\u0068\u0073");if _cega !=nil {_aaaae .Widths =_cega ;_gaebg ,_cebb :=_eb .GetArray (_cega ); -if !_cebb {_ddb .Log .Debug ("\u0045\u0052R\u004f\u0052\u003a\u0020W\u0069\u0064t\u0068\u0073\u0020\u0061\u0074\u0074\u0072\u0069b\u0075\u0074\u0065\u0020\u0021\u003d\u0020\u0061\u0072\u0072\u0061\u0079 \u0028\u0025\u0054\u0029",_cega );return nil ,_eb .ErrTypeError ; -};_ecef ,_gedcb :=_gaebg .ToFloat64Array ();if _gedcb !=nil {_ddb .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a \u0063\u006f\u006e\u0076\u0065\u0072\u0074\u0069\u006e\u0067\u0020\u0077\u0069d\u0074\u0068\u0073\u0020\u0074\u006f\u0020a\u0072\u0072\u0061\u0079"); -return nil ,_gedcb ;};if len (_ecef )!=int (_fecc -_bgdc +1){_ddb .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0049\u006e\u0076\u0061\u006c\u0069d\u0020\u0077\u0069\u0064\u0074\u0068s\u0020\u006c\u0065\u006e\u0067\u0074\u0068\u0020\u0021\u003d\u0020\u0025\u0064 \u0028\u0025\u0064\u0029",_fecc -_bgdc +1,len (_ecef )); -return nil ,_eb .ErrRangeError ;};for _gedb ,_dddd :=range _ecef {_aaaae ._cegda [_bgdc +_fc .CharCode (_gedb )]=_dddd ;};};};_aaaae .Encoding =_eb .TraceToDirectObject (_eddf .Get ("\u0045\u006e\u0063\u006f\u0064\u0069\u006e\u0067"));return _aaaae ,nil ; +// NewPdfOutline returns an initialized PdfOutline. +func NewPdfOutline ()*PdfOutline {_aacc :=&PdfOutline {_bbda :_cee .MakeIndirectObject (_cee .MakeDict ())};_aacc ._afcbg =_aacc ;return _aacc ;};func _ebdab (_fgfac _ce .StdFont )pdfFontSimple {_becce :=_fgfac .Descriptor ();return pdfFontSimple {fontCommon :fontCommon {_ccdeg :"\u0054\u0079\u0070e\u0031",_fbcf :_fgfac .Name ()},_daefa :_fgfac .GetMetricsTable (),_aaec :&PdfFontDescriptor {FontName :_cee .MakeName (string (_becce .Name )),FontFamily :_cee .MakeName (_becce .Family ),FontWeight :_cee .MakeFloat (float64 (_becce .Weight )),Flags :_cee .MakeInteger (int64 (_becce .Flags )),FontBBox :_cee .MakeArrayFromFloats (_becce .BBox [:]),ItalicAngle :_cee .MakeFloat (_becce .ItalicAngle ),Ascent :_cee .MakeFloat (_becce .Ascent ),Descent :_cee .MakeFloat (_becce .Descent ),CapHeight :_cee .MakeFloat (_becce .CapHeight ),XHeight :_cee .MakeFloat (_becce .XHeight ),StemV :_cee .MakeFloat (_becce .StemV ),StemH :_cee .MakeFloat (_becce .StemH )},_bdecc :_fgfac .Encoder ()}; }; -// NewPdfShadingType3 creates an empty shading type 3 dictionary. -func NewPdfShadingType3 ()*PdfShadingType3 {_fdgc :=&PdfShadingType3 {};_fdgc .PdfShading =&PdfShading {};_fdgc .PdfShading ._cefaa =_eb .MakeIndirectObject (_eb .MakeDict ());_fdgc .PdfShading ._ecffg =_fdgc ;return _fdgc ;}; +// ToPdfObject returns the button field dictionary within an indirect object. +func (_efcab *PdfFieldButton )ToPdfObject ()_cee .PdfObject {_efcab .PdfField .ToPdfObject ();_gecf :=_efcab ._ccbb ;_gabee :=_gecf .PdfObject .(*_cee .PdfObjectDictionary );_gabee .Set ("\u0046\u0054",_cee .MakeName ("\u0042\u0074\u006e"));if _efcab .Opt !=nil {_gabee .Set ("\u004f\u0070\u0074",_efcab .Opt ); +};return _gecf ;}; -// NewPdfActionRendition returns a new "rendition" action. -func NewPdfActionRendition ()*PdfActionRendition {_ge :=NewPdfAction ();_geb :=&PdfActionRendition {};_geb .PdfAction =_ge ;_ge .SetContext (_geb );return _geb ;}; +// NewPdfColorspaceDeviceRGB returns a new RGB colorspace object. +func NewPdfColorspaceDeviceRGB ()*PdfColorspaceDeviceRGB {return &PdfColorspaceDeviceRGB {}}; -// PrintScaling returns the value of the printScaling. -func (_eadaa *ViewerPreferences )PrintScaling ()PrintScaling {return _eadaa ._gefcg }; +// ColorToRGB converts a CMYK32 color to an RGB color. +func (_ageeg *PdfColorspaceDeviceCMYK )ColorToRGB (color PdfColor )(PdfColor ,error ){_abacc ,_bgf :=color .(*PdfColorDeviceCMYK );if !_bgf {_fca .Log .Debug ("I\u006e\u0070\u0075\u0074\u0020\u0063o\u006c\u006f\u0072\u0020\u006e\u006f\u0074\u0020\u0064e\u0076\u0069\u0063e\u0020c\u006d\u0079\u006b"); +return nil ,_cdf .New ("\u0074\u0079p\u0065\u0020\u0063h\u0065\u0063\u006b\u0020\u0065\u0072\u0072\u006f\u0072");};_abdb :=_abacc .C ();_fadc :=_abacc .M ();_ageegd :=_abacc .Y ();_gbdea :=_abacc .K ();_abdb =_abdb *(1-_gbdea )+_gbdea ;_fadc =_fadc *(1-_gbdea )+_gbdea ; +_ageegd =_ageegd *(1-_gbdea )+_gbdea ;_dadf :=1-_abdb ;_cbbaf :=1-_fadc ;_dgga :=1-_ageegd ;return NewPdfColorDeviceRGB (_dadf ,_cbbaf ,_dgga ),nil ;};type crossReference struct{Type int ; -// ToPdfObject converts rectangle to a PDF object. -func (_fdbcg *PdfRectangle )ToPdfObject ()_eb .PdfObject {return _eb .MakeArray (_eb .MakeFloat (_fdbcg .Llx ),_eb .MakeFloat (_fdbcg .Lly ),_eb .MakeFloat (_fdbcg .Urx ),_eb .MakeFloat (_fdbcg .Ury ));}; +// Type 1 +Offset int64 ;Generation int64 ; -// PdfFieldChoice represents a choice field which includes scrollable list boxes and combo boxes. -type PdfFieldChoice struct{*PdfField ;Opt *_eb .PdfObjectArray ;TI *_eb .PdfObjectInteger ;I *_eb .PdfObjectArray ;}; +// Type 2 +ObjectNumber int ;Index int ;}; -// PdfActionRendition represents a Rendition action. -type PdfActionRendition struct{*PdfAction ;R _eb .PdfObject ;AN _eb .PdfObject ;OP _eb .PdfObject ;JS _eb .PdfObject ;}; +// Set sets the colorspace corresponding to key. Add to Names if not set. +func (_fcffc *PdfPageResourcesColorspaces )Set (key _cee .PdfObjectName ,val PdfColorspace ){if _ ,_dbcdd :=_fcffc .Colorspaces [string (key )];!_dbcdd {_fcffc .Names =append (_fcffc .Names ,string (key ));};_fcffc .Colorspaces [string (key )]=val ;};func (_agc *PdfReader )newPdfActionImportDataFromDict (_bbg *_cee .PdfObjectDictionary )(*PdfActionImportData ,error ){_fdbg ,_gcbg :=_daf (_bbg .Get ("\u0046")); +if _gcbg !=nil {return nil ,_gcbg ;};return &PdfActionImportData {F :_fdbg },nil ;};func _edgf (_fdef _cee .PdfObject )(*PdfColorspaceCalGray ,error ){_gabd :=NewPdfColorspaceCalGray ();if _bcc ,_agbd :=_fdef .(*_cee .PdfIndirectObject );_agbd {_gabd ._afbg =_bcc ; +};_fdef =_cee .TraceToDirectObject (_fdef );_ecda ,_cfe :=_fdef .(*_cee .PdfObjectArray );if !_cfe {return nil ,_e .Errorf ("\u0074\u0079\u0070\u0065\u0020\u0065\u0072\u0072\u006f\u0072");};if _ecda .Len ()!=2{return nil ,_e .Errorf ("\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0043\u0061\u006cG\u0072\u0061\u0079\u0020\u0063\u006f\u006c\u006f\u0072\u0073p\u0061\u0063\u0065"); +};_fdef =_cee .TraceToDirectObject (_ecda .Get (0));_daaae ,_cfe :=_fdef .(*_cee .PdfObjectName );if !_cfe {return nil ,_e .Errorf ("\u0043\u0061\u006c\u0047\u0072\u0061\u0079\u0020\u006e\u0061m\u0065\u0020\u006e\u006f\u0074\u0020\u0061 \u004e\u0061\u006d\u0065\u0020\u006f\u0062\u006a\u0065\u0063\u0074"); +};if *_daaae !="\u0043a\u006c\u0047\u0072\u0061\u0079"{return nil ,_e .Errorf ("\u006eo\u0074\u0020\u0061\u0020\u0043\u0061\u006c\u0047\u0072\u0061\u0079 \u0063\u006f\u006c\u006f\u0072\u0073\u0070\u0061\u0063\u0065");};_fdef =_cee .TraceToDirectObject (_ecda .Get (1)); +_debf ,_cfe :=_fdef .(*_cee .PdfObjectDictionary );if !_cfe {return nil ,_e .Errorf ("\u0043\u0061lG\u0072\u0061\u0079 \u0064\u0069\u0063\u0074 no\u0074 a\u0020\u0044\u0069\u0063\u0074\u0069\u006fna\u0072\u0079\u0020\u006f\u0062\u006a\u0065c\u0074");}; +_fdef =_debf .Get ("\u0057\u0068\u0069\u0074\u0065\u0050\u006f\u0069\u006e\u0074");_fdef =_cee .TraceToDirectObject (_fdef );_fcca ,_cfe :=_fdef .(*_cee .PdfObjectArray );if !_cfe {return nil ,_e .Errorf ("C\u0061\u006c\u0047\u0072\u0061\u0079:\u0020\u0049\u006e\u0076\u0061\u006c\u0069\u0064\u0020W\u0068\u0069\u0074e\u0050o\u0069\u006e\u0074"); +};if _fcca .Len ()!=3{return nil ,_e .Errorf ("\u0043\u0061\u006c\u0047\u0072\u0061y\u003a\u0020\u0049\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0057\u0068\u0069t\u0065\u0050\u006f\u0069\u006e\u0074\u0020a\u0072\u0072\u0061\u0079");};_ffee ,_aagga :=_fcca .GetAsFloat64Slice (); +if _aagga !=nil {return nil ,_aagga ;};_gabd .WhitePoint =_ffee ;_fdef =_debf .Get ("\u0042\u006c\u0061\u0063\u006b\u0050\u006f\u0069\u006e\u0074");if _fdef !=nil {_fdef =_cee .TraceToDirectObject (_fdef );_cacd ,_egbg :=_fdef .(*_cee .PdfObjectArray ); +if !_egbg {return nil ,_e .Errorf ("C\u0061\u006c\u0047\u0072\u0061\u0079:\u0020\u0049\u006e\u0076\u0061\u006c\u0069\u0064\u0020B\u006c\u0061\u0063k\u0050o\u0069\u006e\u0074");};if _cacd .Len ()!=3{return nil ,_e .Errorf ("\u0043\u0061\u006c\u0047\u0072\u0061y\u003a\u0020\u0049\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0042\u006c\u0061c\u006b\u0050\u006f\u0069\u006e\u0074\u0020a\u0072\u0072\u0061\u0079"); +};_dbcf ,_cfgf :=_cacd .GetAsFloat64Slice ();if _cfgf !=nil {return nil ,_cfgf ;};_gabd .BlackPoint =_dbcf ;};_fdef =_debf .Get ("\u0047\u0061\u006dm\u0061");if _fdef !=nil {_fdef =_cee .TraceToDirectObject (_fdef );_aggg ,_bdbc :=_cee .GetNumberAsFloat (_fdef ); +if _bdbc !=nil {return nil ,_e .Errorf ("C\u0061\u006c\u0047\u0072\u0061\u0079:\u0020\u0067\u0061\u006d\u006d\u0061\u0020\u006e\u006ft\u0020\u0061\u0020n\u0075m\u0062\u0065\u0072");};_gabd .Gamma =_aggg ;};return _gabd ,nil ;};func _gabea (_gcbe _cee .PdfObject )(*PdfColorspaceSpecialPattern ,error ){_fca .Log .Trace ("\u004e\u0065\u0077\u0020\u0050\u0061\u0074\u0074\u0065\u0072n\u0020\u0043\u0053\u0020\u0066\u0072\u006fm\u0020\u006f\u0062\u006a\u003a\u0020\u0025\u0073\u0020\u0025\u0054",_gcbe .String (),_gcbe ); +_dagc :=NewPdfColorspaceSpecialPattern ();if _bacb ,_aebfc :=_gcbe .(*_cee .PdfIndirectObject );_aebfc {_dagc ._gfcg =_bacb ;};_gcbe =_cee .TraceToDirectObject (_gcbe );if _ggca ,_gedb :=_gcbe .(*_cee .PdfObjectName );_gedb {if *_ggca !="\u0050a\u0074\u0074\u0065\u0072\u006e"{return nil ,_e .Errorf ("\u0069\u006e\u0076a\u006c\u0069\u0064\u0020\u006e\u0061\u006d\u0065"); +};return _dagc ,nil ;};_ddbc ,_eegf :=_gcbe .(*_cee .PdfObjectArray );if !_eegf {_fca .Log .Error ("\u0049\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0050\u0061t\u0074\u0065\u0072\u006e\u0020\u0043\u0053 \u004f\u0062\u006a\u0065\u0063\u0074\u003a\u0020\u0025\u0023\u0076",_gcbe ); +return nil ,_e .Errorf ("\u0069n\u0076\u0061\u006c\u0069d\u0020\u0050\u0061\u0074\u0074e\u0072n\u0020C\u0053\u0020\u006f\u0062\u006a\u0065\u0063t");};if _ddbc .Len ()!=1&&_ddbc .Len ()!=2{_fca .Log .Error ("\u0049\u006ev\u0061\u006c\u0069\u0064\u0020\u0050\u0061\u0074\u0074\u0065\u0072\u006e\u0020\u0043\u0053\u0020\u0061\u0072\u0072\u0061\u0079\u003a %\u0023\u0076",_ddbc ); +return nil ,_e .Errorf ("\u0069n\u0076\u0061\u006c\u0069\u0064\u0020\u0050\u0061\u0074\u0074\u0065r\u006e\u0020\u0043\u0053\u0020\u0061\u0072\u0072\u0061\u0079");};_gcbe =_ddbc .Get (0);if _gaga ,_fceg :=_gcbe .(*_cee .PdfObjectName );_fceg {if *_gaga !="\u0050a\u0074\u0074\u0065\u0072\u006e"{_fca .Log .Error ("\u0049\u006e\u0076al\u0069\u0064\u0020\u0050\u0061\u0074\u0074\u0065\u0072n\u0020C\u0053 \u0061r\u0072\u0061\u0079\u0020\u006e\u0061\u006d\u0065\u003a\u0020\u0025\u0023\u0076",_gaga ); +return nil ,_e .Errorf ("\u0069\u006e\u0076a\u006c\u0069\u0064\u0020\u006e\u0061\u006d\u0065");};};if _ddbc .Len ()> 1{_gcbe =_ddbc .Get (1);_gcbe =_cee .TraceToDirectObject (_gcbe );_eafcg ,_fccd :=NewPdfColorspaceFromPdfObject (_gcbe );if _fccd !=nil {return nil ,_fccd ; +};_dagc .UnderlyingCS =_eafcg ;};_fca .Log .Trace ("R\u0065\u0074\u0075\u0072\u006e\u0069\u006e\u0067\u0020\u0050\u0061\u0074\u0074\u0065\u0072\u006e\u0020\u0077i\u0074\u0068\u0020\u0075\u006e\u0064\u0065\u0072\u006c\u0079in\u0067\u0020\u0063s\u003a \u0025\u0054",_dagc .UnderlyingCS ); +return _dagc ,nil ;};func (_gegb SignatureValidationResult )String ()string {var _fcege _cd .Buffer ;_fcege .WriteString (_e .Sprintf ("\u004ea\u006d\u0065\u003a\u0020\u0025\u0073\n",_gegb .Name ));if _gegb .Date ._gffbe > 0{_fcege .WriteString (_e .Sprintf ("\u0044a\u0074\u0065\u003a\u0020\u0025\u0073\n",_gegb .Date .ToGoTime ().String ())); +}else {_fcege .WriteString ("\u0044\u0061\u0074\u0065 n\u006f\u0074\u0020\u0073\u0070\u0065\u0063\u0069\u0066\u0069\u0065\u0064\u000a");};if len (_gegb .Reason )> 0{_fcege .WriteString (_e .Sprintf ("R\u0065\u0061\u0073\u006f\u006e\u003a\u0020\u0025\u0073\u000a",_gegb .Reason )); +}else {_fcege .WriteString ("N\u006f \u0072\u0065\u0061\u0073\u006f\u006e\u0020\u0073p\u0065\u0063\u0069\u0066ie\u0064\u000a");};if len (_gegb .Location )> 0{_fcege .WriteString (_e .Sprintf ("\u004c\u006f\u0063\u0061\u0074\u0069\u006f\u006e\u003a\u0020\u0025\u0073\u000a",_gegb .Location )); +}else {_fcege .WriteString ("\u004c\u006f\u0063at\u0069\u006f\u006e\u0020\u006e\u006f\u0074\u0020\u0073\u0070\u0065\u0063\u0069\u0066\u0069\u0065\u0064\u000a");};if len (_gegb .ContactInfo )> 0{_fcege .WriteString (_e .Sprintf ("\u0043\u006f\u006e\u0074\u0061\u0063\u0074\u0020\u0049\u006e\u0066\u006f:\u0020\u0025\u0073\u000a",_gegb .ContactInfo )); +}else {_fcege .WriteString ("C\u006f\u006e\u0074\u0061\u0063\u0074 \u0069\u006e\u0066\u006f\u0020\u006e\u006f\u0074\u0020s\u0070\u0065\u0063i\u0066i\u0065\u0064\u000a");};_fcege .WriteString (_e .Sprintf ("F\u0069\u0065\u006c\u0064\u0073\u003a\u0020\u0025\u0064\u000a",len (_gegb .Fields ))); +if _gegb .IsSigned {_fcege .WriteString ("S\u0069\u0067\u006e\u0065\u0064\u003a \u0044\u006f\u0063\u0075\u006d\u0065\u006e\u0074\u0020i\u0073\u0020\u0073i\u0067n\u0065\u0064\u000a");}else {_fcege .WriteString ("\u0053\u0069\u0067\u006eed\u003a\u0020\u004e\u006f\u0074\u0020\u0073\u0069\u0067\u006e\u0065\u0064\u000a"); +};if _gegb .IsVerified {_fcege .WriteString ("\u0053\u0069\u0067n\u0061\u0074\u0075\u0072e\u0020\u0076\u0061\u006c\u0069\u0064\u0061t\u0069\u006f\u006e\u003a\u0020\u0049\u0073\u0020\u0076\u0061\u006c\u0069\u0064\u000a");}else {_fcege .WriteString ("\u0053\u0069\u0067\u006e\u0061\u0074u\u0072\u0065\u0020\u0076\u0061\u006c\u0069\u0064\u0061\u0074\u0069\u006f\u006e:\u0020\u0049\u0073\u0020\u0069\u006e\u0076a\u006c\u0069\u0064\u000a"); +};if _gegb .IsTrusted {_fcege .WriteString ("\u0054\u0072\u0075\u0073\u0074\u0065\u0064\u003a\u0020\u0043\u0065\u0072\u0074\u0069\u0066i\u0063a\u0074\u0065\u0020\u0069\u0073\u0020\u0074\u0072\u0075\u0073\u0074\u0065\u0064\u000a");}else {_fcege .WriteString ("\u0054\u0072\u0075s\u0074\u0065\u0064\u003a \u0055\u006e\u0074\u0072\u0075\u0073\u0074e\u0064\u0020\u0063\u0065\u0072\u0074\u0069\u0066\u0069\u0063\u0061\u0074\u0065\u000a"); +};if !_gegb .GeneralizedTime .IsZero (){_fcege .WriteString (_e .Sprintf ("G\u0065n\u0065\u0072\u0061\u006c\u0069\u007a\u0065\u0064T\u0069\u006d\u0065\u003a %\u0073\u000a",_gegb .GeneralizedTime .String ()));};if _gegb .DiffResults !=nil {_fcege .WriteString (_e .Sprintf ("\u0064\u0069\u0066\u0066 i\u0073\u0020\u0070\u0065\u0072\u006d\u0069\u0074\u0074\u0065\u0064\u003a\u0020\u0025v\u000a",_gegb .DiffResults .IsPermitted ())); +if len (_gegb .DiffResults .Warnings )> 0{_fcege .WriteString ("\u004d\u0044\u0050\u0020\u0077\u0061\u0072\u006e\u0069n\u0067\u0073\u003a\u000a");for _ ,_ddeba :=range _gegb .DiffResults .Warnings {_fcege .WriteString (_e .Sprintf ("\u0009\u0025\u0073\u000a",_ddeba )); +};};if len (_gegb .DiffResults .Errors )> 0{_fcege .WriteString ("\u004d\u0044\u0050 \u0065\u0072\u0072\u006f\u0072\u0073\u003a\u000a");for _ ,_cdcac :=range _gegb .DiffResults .Errors {_fcege .WriteString (_e .Sprintf ("\u0009\u0025\u0073\u000a",_cdcac )); +};};};if _gegb .IsCrlFound {_fcege .WriteString ("R\u0065\u0076\u006f\u0063\u0061\u0074i\u006f\u006e\u0020\u0064\u0061\u0074\u0061\u003a\u0020C\u0052\u004c\u0020f\u006fu\u006e\u0064\u000a");}else {_fcege .WriteString ("\u0052\u0065\u0076o\u0063\u0061\u0074\u0069o\u006e\u0020\u0064\u0061\u0074\u0061\u003a \u0043\u0052\u004c\u0020\u006e\u006f\u0074\u0020\u0066\u006f\u0075\u006e\u0064\u000a"); +};if _gegb .IsOcspFound {_fcege .WriteString ("\u0052\u0065\u0076\u006fc\u0061\u0074\u0069\u006f\u006e\u0020\u0064\u0061\u0074\u0061:\u0020O\u0043\u0053\u0050\u0020\u0066\u006f\u0075n\u0064\u000a");}else {_fcege .WriteString ("\u0052\u0065\u0076\u006f\u0063\u0061\u0074\u0069\u006f\u006e\u0020\u0064\u0061\u0074\u0061:\u0020O\u0043\u0053\u0050\u0020\u006e\u006f\u0074\u0020\u0066\u006f\u0075\u006e\u0064\u000a"); +};return _fcege .String ();};func (_fffgb *pdfFontType3 )baseFields ()*fontCommon {return &_fffgb .fontCommon }; -// Height returns the height of `rect`. -func (_cdbce *PdfRectangle )Height ()float64 {return _gg .Abs (_cdbce .Ury -_cdbce .Lly )}; +// SetXObjectByName adds the XObject from the passed in stream to the page resources. +// The added XObject is identified by the specified name. +func (_agcc *PdfPageResources )SetXObjectByName (keyName _cee .PdfObjectName ,stream *_cee .PdfObjectStream )error {if _agcc .XObject ==nil {_agcc .XObject =_cee .MakeDict ();};_gedfa :=_cee .TraceToDirectObject (_agcc .XObject );_ggge ,_adeca :=_gedfa .(*_cee .PdfObjectDictionary ); +if !_adeca {_fca .Log .Debug ("\u0049\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0058\u004f\u0062j\u0065\u0063\u0074\u002c\u0020\u0067\u006f\u0074\u0020\u0025T\u002f\u0025\u0054",_agcc .XObject ,_gedfa );return _cdf .New ("\u0074\u0079p\u0065\u0020\u0063h\u0065\u0063\u006b\u0020\u0065\u0072\u0072\u006f\u0072"); +};_ggge .Set (keyName ,stream );return nil ;}; -// DetermineColorspaceNameFromPdfObject determines PDF colorspace from a PdfObject. Returns the colorspace name and -// an error on failure. If the colorspace was not found, will return an empty string. -func DetermineColorspaceNameFromPdfObject (obj _eb .PdfObject )(_eb .PdfObjectName ,error ){var _gec *_eb .PdfObjectName ;var _eceg *_eb .PdfObjectArray ;if _gcgf ,_agcg :=obj .(*_eb .PdfIndirectObject );_agcg {if _ffe ,_adgd :=_gcgf .PdfObject .(*_eb .PdfObjectArray ); -_adgd {_eceg =_ffe ;}else if _egbe ,_fdcfa :=_gcgf .PdfObject .(*_eb .PdfObjectName );_fdcfa {_gec =_egbe ;};}else if _eeca ,_aadb :=obj .(*_eb .PdfObjectArray );_aadb {_eceg =_eeca ;}else if _geec ,_deec :=obj .(*_eb .PdfObjectName );_deec {_gec =_geec ; -};if _gec !=nil {switch *_gec {case "\u0044\u0065\u0076\u0069\u0063\u0065\u0047\u0072\u0061\u0079","\u0044e\u0076\u0069\u0063\u0065\u0052\u0047B","\u0044\u0065\u0076\u0069\u0063\u0065\u0043\u004d\u0059\u004b":return *_gec ,nil ;case "\u0050a\u0074\u0074\u0065\u0072\u006e":return *_gec ,nil ; -};};if _eceg !=nil &&_eceg .Len ()> 0{if _acbb ,_fgcde :=_eceg .Get (0).(*_eb .PdfObjectName );_fgcde {switch *_acbb {case "\u0044\u0065\u0076\u0069\u0063\u0065\u0047\u0072\u0061\u0079","\u0044e\u0076\u0069\u0063\u0065\u0052\u0047B","\u0044\u0065\u0076\u0069\u0063\u0065\u0043\u004d\u0059\u004b":if _eceg .Len ()==1{return *_acbb ,nil ; -};case "\u0043a\u006c\u0047\u0072\u0061\u0079","\u0043\u0061\u006c\u0052\u0047\u0042","\u004c\u0061\u0062":return *_acbb ,nil ;case "\u0049\u0043\u0043\u0042\u0061\u0073\u0065\u0064","\u0050a\u0074\u0074\u0065\u0072\u006e","\u0049n\u0064\u0065\u0078\u0065\u0064":return *_acbb ,nil ; -case "\u0053\u0065\u0070\u0061\u0072\u0061\u0074\u0069\u006f\u006e","\u0044e\u0076\u0069\u0063\u0065\u004e":return *_acbb ,nil ;};};};return "",nil ;}; +// ColorToRGB converts a DeviceN color to an RGB color. +func (_gcdbb *PdfColorspaceDeviceN )ColorToRGB (color PdfColor )(PdfColor ,error ){if _gcdbb .AlternateSpace ==nil {return nil ,_cdf .New ("\u0044\u0065\u0076\u0069\u0063\u0065N\u0020\u0061\u006c\u0074\u0065\u0072\u006e\u0061\u0074\u0065\u0020\u0073\u0070a\u0063\u0065\u0020\u0075\u006e\u0064\u0065f\u0069\u006e\u0065\u0064"); +};return _gcdbb .AlternateSpace .ColorToRGB (color );}; -// NewPdfAnnotationSound returns a new sound annotation. -func NewPdfAnnotationSound ()*PdfAnnotationSound {_fdd :=NewPdfAnnotation ();_efb :=&PdfAnnotationSound {};_efb .PdfAnnotation =_fdd ;_efb .PdfAnnotationMarkup =&PdfAnnotationMarkup {};_fdd .SetContext (_efb );return _efb ;}; +// Inspect inspects the object types, subtypes and content in the PDF file returning a map of +// object type to number of instances of each. +func (_caddc *PdfReader )Inspect ()(map[string ]int ,error ){return _caddc ._ffdgf .Inspect ()}; -// NewPdfFontFromTTFFile loads a TTF font file and returns a PdfFont type -// that can be used in text styling functions. -// Uses a WinAnsiTextEncoder and loads only character codes 32-255. -// NOTE: For composite fonts such as used in symbolic languages, use NewCompositePdfFontFromTTFFile. -func NewPdfFontFromTTFFile (filePath string )(*PdfFont ,error ){_dfgd ,_ebcbf :=_ccb .Open (filePath );if _ebcbf !=nil {_ddb .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0072\u0065\u0061\u0064\u0069\u006e\u0067\u0020T\u0054F\u0020\u0066\u006f\u006e\u0074\u0020\u0066\u0069\u006c\u0065\u003a\u0020\u0025\u0076",_ebcbf ); -return nil ,_ebcbf ;};defer _dfgd .Close ();return NewPdfFontFromTTF (_dfgd );}; +// StdFontName represents name of a standard font. +type StdFontName =_ce .StdFontName ; -// PdfAnnotationFreeText represents FreeText annotations. -// (Section 12.5.6.6). -type PdfAnnotationFreeText struct{*PdfAnnotation ;*PdfAnnotationMarkup ;DA _eb .PdfObject ;Q _eb .PdfObject ;RC _eb .PdfObject ;DS _eb .PdfObject ;CL _eb .PdfObject ;IT _eb .PdfObject ;BE _eb .PdfObject ;RD _eb .PdfObject ;BS _eb .PdfObject ;LE _eb .PdfObject ; -}; +// CheckAccessRights checks access rights and permissions for a specified password. If either user/owner +// password is specified, full rights are granted, otherwise the access rights are specified by the +// Permissions flag. +// +// The bool flag indicates that the user can access and view the file. +// The AccessPermissions shows what access the user has for editing etc. +// An error is returned if there was a problem performing the authentication. +func (_daecdb *PdfReader )CheckAccessRights (password []byte )(bool ,_ba .Permissions ,error ){return _daecdb ._ffdgf .CheckAccessRights (password );}; -// ToPdfOutline returns a low level PdfOutline object, based on the current -// instance. -func (_cgacbg *Outline )ToPdfOutline ()*PdfOutline {_dbfbe :=NewPdfOutline ();var _bfbg []*PdfOutlineItem ;var _eeefa int64 ;var _egbd *PdfOutlineItem ;for _ ,_ggee :=range _cgacbg .Entries {_bffad ,_bcffe :=_ggee .ToPdfOutlineItem ();_bffad .Parent =&_dbfbe .PdfOutlineTreeNode ; -if _egbd !=nil {_egbd .Next =&_bffad .PdfOutlineTreeNode ;_bffad .Prev =&_egbd .PdfOutlineTreeNode ;};_bfbg =append (_bfbg ,_bffad );_eeefa +=_bcffe ;_egbd =_bffad ;};_ddgbf :=int64 (len (_bfbg ));_eeefa +=_ddgbf ;if _ddgbf > 0{_dbfbe .First =&_bfbg [0].PdfOutlineTreeNode ; -_dbfbe .Last =&_bfbg [_ddgbf -1].PdfOutlineTreeNode ;_dbfbe .Count =&_eeefa ;};return _dbfbe ;};func (_adegg *PdfPage )setContainer (_cggfe *_eb .PdfIndirectObject ){_cggfe .PdfObject =_adegg ._aaagaa ;_adegg ._efcff =_cggfe ;};func (_dfa *PdfReader )newPdfAnnotationFileAttachmentFromDict (_dfaa *_eb .PdfObjectDictionary )(*PdfAnnotationFileAttachment ,error ){_fga :=PdfAnnotationFileAttachment {}; -_dcae ,_gfab :=_dfa .newPdfAnnotationMarkupFromDict (_dfaa );if _gfab !=nil {return nil ,_gfab ;};_fga .PdfAnnotationMarkup =_dcae ;_fga .FS =_dfaa .Get ("\u0046\u0053");_fga .Name =_dfaa .Get ("\u004e\u0061\u006d\u0065");return &_fga ,nil ;}; +// NewStructTreeRoot creates a new structure tree root dictionary. +func NewStructTreeRoot ()*StructTreeRoot {return &StructTreeRoot {K :[]*KDict {},RoleMap :_cee .MakeDict (),ParentTreeNextKey :0};}; -// FullName returns the full name of the field as in rootname.parentname.partialname. -func (_ddaa *PdfField )FullName ()(string ,error ){var _fabc _dd .Buffer ;_baga :=[]string {};if _ddaa .T !=nil {_baga =append (_baga ,_ddaa .T .Decoded ());};_cfbf :=map[*PdfField ]bool {};_cfbf [_ddaa ]=true ;_agab :=_ddaa .Parent ;for _agab !=nil {if _ ,_eedef :=_cfbf [_agab ]; -_eedef {return _fabc .String (),_dcf .New ("\u0072\u0065\u0063\u0075rs\u0069\u0076\u0065\u0020\u0074\u0072\u0061\u0076\u0065\u0072\u0073\u0061\u006c");};if _agab .T ==nil {return _fabc .String (),_dcf .New ("\u0066\u0069el\u0064\u0020\u0070a\u0072\u0074\u0069\u0061l n\u0061me\u0020\u0028\u0054\u0029\u0020\u006e\u006ft \u0073\u0070\u0065\u0063\u0069\u0066\u0069e\u0064"); -};_baga =append (_baga ,_agab .T .Decoded ());_cfbf [_agab ]=true ;_agab =_agab .Parent ;};for _ddcca :=len (_baga )-1;_ddcca >=0;_ddcca --{_fabc .WriteString (_baga [_ddcca ]);if _ddcca > 0{_fabc .WriteString ("\u002e");};};return _fabc .String (),nil ; -}; +// ImageToRGB returns the passed in image. Method exists in order to satisfy +// the PdfColorspace interface. +func (_bedg *PdfColorspaceDeviceRGB )ImageToRGB (img Image )(Image ,error ){return img ,nil }; -// Decrypt decrypts the PDF file with a specified password. Also tries to -// decrypt with an empty password. Returns true if successful, -// false otherwise. -func (_ggfc *PdfReader )Decrypt (password []byte )(bool ,error ){_bbfg ,_abecc :=_ggfc ._ebbe .Decrypt (password );if _abecc !=nil {return false ,_abecc ;};if !_bbfg {return false ,nil ;};_abecc =_ggfc .loadStructure ();if _abecc !=nil {_ddb .Log .Debug ("\u0045\u0052\u0052OR\u003a\u0020\u0046\u0061\u0069\u006c\u0020\u0074\u006f \u006co\u0061d\u0020s\u0074\u0072\u0075\u0063\u0074\u0075\u0072\u0065\u0020\u0028\u0025\u0073\u0029",_abecc ); -return false ,_abecc ;};return true ,nil ;}; +// ToPdfObject returns the PDF representation of the shading pattern. +func (_feeggd *PdfShadingPattern )ToPdfObject ()_cee .PdfObject {_feeggd .PdfPattern .ToPdfObject ();_gaea :=_feeggd .getDict ();if _feeggd .Shading !=nil {_gaea .Set ("\u0053h\u0061\u0064\u0069\u006e\u0067",_feeggd .Shading .ToPdfObject ());};if _feeggd .Matrix !=nil {_gaea .Set ("\u004d\u0061\u0074\u0072\u0069\u0078",_feeggd .Matrix ); +};if _feeggd .ExtGState !=nil {_gaea .Set ("\u0045x\u0074\u0047\u0053\u0074\u0061\u0074e",_feeggd .ExtGState );};return _feeggd ._bgabc ;}; -// ToPdfObject returns a *PdfIndirectObject containing a *PdfObjectArray representation of the DeviceN colorspace. -/* - Format: [/DeviceN names alternateSpace tintTransform] - or: [/DeviceN names alternateSpace tintTransform attributes] -*/ -func (_beece *PdfColorspaceDeviceN )ToPdfObject ()_eb .PdfObject {_bfed :=_eb .MakeArray (_eb .MakeName ("\u0044e\u0076\u0069\u0063\u0065\u004e"));_bfed .Append (_beece .ColorantNames );_bfed .Append (_beece .AlternateSpace .ToPdfObject ());_bfed .Append (_beece .TintTransform .ToPdfObject ()); -if _beece .Attributes !=nil {_bfed .Append (_beece .Attributes .ToPdfObject ());};if _beece ._cfef !=nil {_beece ._cfef .PdfObject =_bfed ;return _beece ._cfef ;};return _bfed ;}; +// ToPdfObject returns the PDF representation of the outline tree node. +func (_afff *PdfOutlineTreeNode )ToPdfObject ()_cee .PdfObject {return _afff .GetContext ().ToPdfObject ();}; -// PdfOutlineItem represents an outline item dictionary (Table 153 - pp. 376 - 377). -type PdfOutlineItem struct{PdfOutlineTreeNode ;Title *_eb .PdfObjectString ;Parent *PdfOutlineTreeNode ;Prev *PdfOutlineTreeNode ;Next *PdfOutlineTreeNode ;Count *int64 ;Dest _eb .PdfObject ;A _eb .PdfObject ;SE _eb .PdfObject ;C _eb .PdfObject ;F _eb .PdfObject ; -_efbfb *_eb .PdfIndirectObject ;}; +// GetOCProperties returns the optional content properties PdfObject. +func (_begfbb *PdfReader )GetOCProperties ()(_cee .PdfObject ,error ){_befa :=_begfbb ._cacfe ;_gbcda :=_befa .Get ("\u004f\u0043\u0050r\u006f\u0070\u0065\u0072\u0074\u0069\u0065\u0073");_gbcda =_cee .ResolveReference (_gbcda );if !_begfbb ._dbfb {_bffbe :=_begfbb .traverseObjectData (_gbcda ); +if _bffbe !=nil {return nil ,_bffbe ;};};return _gbcda ,nil ;}; -// ColorToRGB converts gray -> rgb for a single color component. -func (_ebcd *PdfColorspaceDeviceGray )ColorToRGB (color PdfColor )(PdfColor ,error ){_dbaf ,_eacga :=color .(*PdfColorDeviceGray );if !_eacga {_ddb .Log .Debug ("\u0049\u006e\u0070\u0075\u0074\u0020\u0063\u006f\u006c\u006fr\u0020\u006e\u006f\u0074\u0020\u0064\u0065v\u0069\u0063\u0065\u0020\u0067\u0072\u0061\u0079\u0020\u0025\u0054",color ); -return nil ,_dcf .New ("\u0074\u0079p\u0065\u0020\u0063h\u0065\u0063\u006b\u0020\u0065\u0072\u0072\u006f\u0072");};return NewPdfColorDeviceRGB (float64 (*_dbaf ),float64 (*_dbaf ),float64 (*_dbaf )),nil ;}; +// NewPermissions returns a new permissions object. +func NewPermissions (docMdp *PdfSignature )*Permissions {_beef :=Permissions {};_beef .DocMDP =docMdp ;_eefa :=_cee .MakeDict ();_eefa .Set ("\u0044\u006f\u0063\u004d\u0044\u0050",docMdp .ToPdfObject ());_beef ._bgaae =_eefa ;return &_beef ;}; -// SetOptimizer sets the optimizer to optimize PDF before writing. -func (_dbfc *PdfWriter )SetOptimizer (optimizer Optimizer ){_dbfc ._fbaag =optimizer }; +// GetCatalogMarkInfo gets catalog MarkInfo object. +func (_dgfec *PdfReader )GetCatalogMarkInfo ()(_cee .PdfObject ,bool ){if _dgfec ._cacfe ==nil {return nil ,false ;};_acbac :=_dgfec ._cacfe .Get ("\u004d\u0061\u0072\u006b\u0049\u006e\u0066\u006f");return _acbac ,_acbac !=nil ;}; -// GetAction returns the PDF action for the annotation link. -func (_cdff *PdfAnnotationLink )GetAction ()(*PdfAction ,error ){if _cdff ._fbg !=nil {return _cdff ._fbg ,nil ;};if _cdff .A ==nil {return nil ,nil ;};if _cdff ._aced ==nil {return nil ,nil ;};_fged ,_aag :=_cdff ._aced .loadAction (_cdff .A );if _aag !=nil {return nil ,_aag ; -};_cdff ._fbg =_fged ;return _cdff ._fbg ,nil ;}; +// GetContentStream returns the XObject Form's content stream. +func (_ddcf *XObjectForm )GetContentStream ()([]byte ,error ){_gdbdc ,_ebbb :=_cee .DecodeStream (_ddcf ._fbged );if _ebbb !=nil {return nil ,_ebbb ;};return _gdbdc ,nil ;}; -// NonFullScreenPageMode returns the value of the nonFullScreenPageMode. -func (_befbbe *ViewerPreferences )NonFullScreenPageMode ()NonFullScreenPageMode {return _befbbe ._cdcff ;}; +// ToPdfObject implements interface PdfModel. +func (_eba *PdfActionGoToE )ToPdfObject ()_cee .PdfObject {_eba .PdfAction .ToPdfObject ();_fac :=_eba ._gaf ;_abf :=_fac .PdfObject .(*_cee .PdfObjectDictionary );_abf .SetIfNotNil ("\u0053",_cee .MakeName (string (ActionTypeGoToE )));if _eba .F !=nil {_abf .Set ("\u0046",_eba .F .ToPdfObject ()); +};_abf .SetIfNotNil ("\u0044",_eba .D );_abf .SetIfNotNil ("\u004ee\u0077\u0057\u0069\u006e\u0064\u006fw",_eba .NewWindow );_abf .SetIfNotNil ("\u0054",_eba .T );return _fac ;}; -// AddExtension adds the specified extension to the Extensions dictionary. -// See section 7.1.2 "Extensions Dictionary" (pp. 108-109 PDF32000_2008). -func (_ecgaa *PdfWriter )AddExtension (extName ,baseVersion string ,extLevel int ){_dbgff ,_dcbag :=_eb .GetDict (_ecgaa ._dbffa .Get ("\u0045\u0078\u0074\u0065\u006e\u0073\u0069\u006f\u006e\u0073"));if !_dcbag {_dbgff =_eb .MakeDict ();_ecgaa ._dbffa .Set ("\u0045\u0078\u0074\u0065\u006e\u0073\u0069\u006f\u006e\u0073",_dbgff ); -};_fbggba ,_dcbag :=_eb .GetDict (_dbgff .Get (_eb .PdfObjectName (extName )));if !_dcbag {_fbggba =_eb .MakeDict ();_dbgff .Set (_eb .PdfObjectName (extName ),_fbggba );};if _aadgf ,_ :=_eb .GetNameVal (_fbggba .Get ("B\u0061\u0073\u0065\u0056\u0065\u0072\u0073\u0069\u006f\u006e")); -_aadgf !=baseVersion {_fbggba .Set ("B\u0061\u0073\u0065\u0056\u0065\u0072\u0073\u0069\u006f\u006e",_eb .MakeName (baseVersion ));};if _faeeb ,_ :=_eb .GetIntVal (_fbggba .Get ("\u0045\u0078\u0074\u0065\u006e\u0073\u0069\u006f\u006eL\u0065\u0076\u0065\u006c")); -_faeeb !=extLevel {_fbggba .Set ("\u0045\u0078\u0074\u0065\u006e\u0073\u0069\u006f\u006eL\u0065\u0076\u0065\u006c",_eb .MakeInteger (int64 (extLevel )));};}; +// ToPdfObject implements interface PdfModel. +func (_faddd *Permissions )ToPdfObject ()_cee .PdfObject {return _faddd ._bgaae }; -// PdfAnnotationInk represents Ink annotations. -// (Section 12.5.6.13). -type PdfAnnotationInk struct{*PdfAnnotation ;*PdfAnnotationMarkup ;InkList _eb .PdfObject ;BS _eb .PdfObject ;};func (_aaac *PdfColorspaceDeviceCMYK )String ()string {return "\u0044\u0065\u0076\u0069\u0063\u0065\u0043\u004d\u0059\u004b";}; +// NewPdfActionRendition returns a new "rendition" action. +func NewPdfActionRendition ()*PdfActionRendition {_adc :=NewPdfAction ();_aac :=&PdfActionRendition {};_aac .PdfAction =_adc ;_adc .SetContext (_aac );return _aac ;}; -// GetXObjectFormByName returns the XObjectForm with the specified name from the -// page resources, if it exists. -func (_eafc *PdfPageResources )GetXObjectFormByName (keyName _eb .PdfObjectName )(*XObjectForm ,error ){_fbgae ,_ababb :=_eafc .GetXObjectByName (keyName );if _fbgae ==nil {return nil ,nil ;};if _ababb !=XObjectTypeForm {return nil ,_dcf .New ("\u006e\u006f\u0074\u0020\u0061\u0020\u0066\u006f\u0072\u006d"); -};_gadg ,_cfeae :=NewXObjectFormFromStream (_fbgae );if _cfeae !=nil {return nil ,_cfeae ;};return _gadg ,nil ;};func (_dabeb *PdfWriter )copyObjects (){_cbbbbd :=make (map[_eb .PdfObject ]_eb .PdfObject );_aegab :=make ([]_eb .PdfObject ,0,len (_dabeb ._dcfgf )); -_baea :=make (map[_eb .PdfObject ]struct{},len (_dabeb ._dcfgf ));_gfcc :=make (map[_eb .PdfObject ]struct{});for _ ,_acca :=range _dabeb ._dcfgf {_gcbcc :=_dabeb .copyObject (_acca ,_cbbbbd ,_gfcc ,false );if _ ,_abffc :=_gfcc [_acca ];_abffc {continue ; -};_aegab =append (_aegab ,_gcbcc );_baea [_gcbcc ]=struct{}{};};_dabeb ._dcfgf =_aegab ;_dabeb ._aeeda =_baea ;_dabeb ._ecagd =_dabeb .copyObject (_dabeb ._ecagd ,_cbbbbd ,nil ,false ).(*_eb .PdfIndirectObject );_dabeb ._ccea =_dabeb .copyObject (_dabeb ._ccea ,_cbbbbd ,nil ,false ).(*_eb .PdfIndirectObject ); -if _dabeb ._ebdeed !=nil {_dabeb ._ebdeed =_dabeb .copyObject (_dabeb ._ebdeed ,_cbbbbd ,nil ,false ).(*_eb .PdfIndirectObject );};if _dabeb ._caed {_dffgg :=make (map[_eb .PdfObject ]int64 );for _aecgeb ,_eedgf :=range _dabeb ._ecbgf {if _cgbaf ,_egfab :=_cbbbbd [_aecgeb ]; -_egfab {_dffgg [_cgbaf ]=_eedgf ;}else {_ddb .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020a\u0070\u0070\u0065n\u0064\u0020\u006d\u006fd\u0065\u0020\u002d\u0020\u006f\u0062\u006a\u0065\u0063\u0074\u0020\u0063\u006f\u0070\u0079\u0020\u006e\u006f\u0074\u0020\u0069\u006e\u0020\u006d\u0061\u0070"); -};};_dabeb ._ecbgf =_dffgg ;};}; +// NewPdfColorspaceDeviceCMYK returns a new CMYK32 colorspace object. +func NewPdfColorspaceDeviceCMYK ()*PdfColorspaceDeviceCMYK {return &PdfColorspaceDeviceCMYK {}}; -// NewPdfAnnotationStamp returns a new stamp annotation. -func NewPdfAnnotationStamp ()*PdfAnnotationStamp {_daed :=NewPdfAnnotation ();_ccge :=&PdfAnnotationStamp {};_ccge .PdfAnnotation =_daed ;_ccge .PdfAnnotationMarkup =&PdfAnnotationMarkup {};_daed .SetContext (_ccge );return _ccge ;}; +// PdfReader represents a PDF file reader. It is a frontend to the lower level parsing mechanism and provides +// a higher level access to work with PDF structure and information, such as the page structure etc. +type PdfReader struct{_ffdgf *_cee .PdfParser ;_adcdc _cee .PdfObject ;_gfgcd *_cee .PdfIndirectObject ;_bfcgg *_cee .PdfObjectDictionary ;_fded []*_cee .PdfIndirectObject ;PageList []*PdfPage ;_gadfe int ;_cacfe *_cee .PdfObjectDictionary ;_bafag *PdfOutlineTreeNode ; +AcroForm *PdfAcroForm ;DSS *DSS ;Rotate *int64 ;_aaggd *Permissions ;_gccce map[*PdfReader ]*PdfReader ;_befca []*PdfReader ;_fcgbe *modelManager ;_dbfb bool ;_efaec map[_cee .PdfObject ]struct{};_cadbb _fc .ReadSeeker ;_cdddg string ;_cgegc bool ;_ddbge string ; +_accf *ReaderOpts ;_dddf bool ;}; -// ToPdfObject implements interface PdfModel. -func (_gae *PdfActionURI )ToPdfObject ()_eb .PdfObject {_gae .PdfAction .ToPdfObject ();_ebe :=_gae ._dee ;_eggc :=_ebe .PdfObject .(*_eb .PdfObjectDictionary );_eggc .SetIfNotNil ("\u0053",_eb .MakeName (string (ActionTypeURI )));_eggc .SetIfNotNil ("\u0055\u0052\u0049",_gae .URI ); -_eggc .SetIfNotNil ("\u0049\u0073\u004da\u0070",_gae .IsMap );return _ebe ;}; +// PdfPageResourcesColorspaces contains the colorspace in the PdfPageResources. +// Needs to have matching name and colorspace map entry. The Names define the order. +type PdfPageResourcesColorspaces struct{Names []string ;Colorspaces map[string ]PdfColorspace ;_cdgce *_cee .PdfIndirectObject ;}; -// ToPdfObject returns the PDF representation of the shading dictionary. -func (_dbbf *PdfShadingType3 )ToPdfObject ()_eb .PdfObject {_dbbf .PdfShading .ToPdfObject ();_fcef ,_gcfcb :=_dbbf .getShadingDict ();if _gcfcb !=nil {_ddb .Log .Error ("\u0055\u006ea\u0062\u006c\u0065\u0020\u0074\u006f\u0020\u0061\u0063\u0063\u0065\u0073\u0073\u0020\u0073\u0068\u0061\u0064\u0069\u006e\u0067\u0020di\u0063\u0074"); -return nil ;};if _dbbf .Coords !=nil {_fcef .Set ("\u0043\u006f\u006f\u0072\u0064\u0073",_dbbf .Coords );};if _dbbf .Domain !=nil {_fcef .Set ("\u0044\u006f\u006d\u0061\u0069\u006e",_dbbf .Domain );};if _dbbf .Function !=nil {if len (_dbbf .Function )==1{_fcef .Set ("\u0046\u0075\u006e\u0063\u0074\u0069\u006f\u006e",_dbbf .Function [0].ToPdfObject ()); -}else {_gbce :=_eb .MakeArray ();for _ ,_aebg :=range _dbbf .Function {_gbce .Append (_aebg .ToPdfObject ());};_fcef .Set ("\u0046\u0075\u006e\u0063\u0074\u0069\u006f\u006e",_gbce );};};if _dbbf .Extend !=nil {_fcef .Set ("\u0045\u0078\u0074\u0065\u006e\u0064",_dbbf .Extend ); -};return _dbbf ._cefaa ;};func (_cddcd *PdfWriter )getPdfVersion ()string {return _e .Sprintf ("\u0025\u0064\u002e%\u0064",_cddcd ._edbbf .Major ,_cddcd ._edbbf .Minor );}; +// SetDocInfo sets the document /Info metadata. +// This will overwrite any globally declared document info. +func (_fgab *PdfAppender )SetDocInfo (info *PdfInfo ){_fgab ._eafc =info };func _eagcc (_acdcf *_cee .PdfObjectArray )(float64 ,error ){_gdcgf ,_bdacg :=_acdcf .ToFloat64Array ();if _bdacg !=nil {_fca .Log .Debug ("\u0042\u0061\u0064\u0020\u004d\u0061\u0074\u0074\u0065\u0020\u0061\u0072\u0072\u0061\u0079:\u0020m\u0061\u0074\u0074\u0065\u003d\u0025\u0073\u0020\u0065\u0072\u0072\u003d\u0025\u0076",_acdcf ,_bdacg ); +};switch len (_gdcgf ){case 1:return _gdcgf [0],nil ;case 3:_acffca :=PdfColorspaceDeviceRGB {};_cabcf ,_ebdfc :=_acffca .ColorFromFloats (_gdcgf );if _ebdfc !=nil {return 0.0,_ebdfc ;};return _cabcf .(*PdfColorDeviceRGB ).ToGray ().Val (),nil ;case 4:_ecbbe :=PdfColorspaceDeviceCMYK {}; +_agfgaa ,_fdbgb :=_ecbbe .ColorFromFloats (_gdcgf );if _fdbgb !=nil {return 0.0,_fdbgb ;};_ccbfc ,_fdbgb :=_ecbbe .ColorToRGB (_agfgaa .(*PdfColorDeviceCMYK ));if _fdbgb !=nil {return 0.0,_fdbgb ;};return _ccbfc .(*PdfColorDeviceRGB ).ToGray ().Val (),nil ; +};_bdacg =_cdf .New ("\u0062a\u0064 \u004d\u0061\u0074\u0074\u0065\u0020\u0063\u006f\u006c\u006f\u0072");_fca .Log .Error ("\u0074\u006f\u0047ra\u0079\u003a\u0020\u006d\u0061\u0074\u0074\u0065\u003d\u0025\u0073\u0020\u0065\u0072\u0072\u003d\u0025\u0076",_acdcf ,_bdacg ); +return 0.0,_bdacg ;}; -// PdfActionSubmitForm represents a submitForm action. -type PdfActionSubmitForm struct{*PdfAction ;F *PdfFilespec ;Fields _eb .PdfObject ;Flags _eb .PdfObject ;}; +// NewXObjectImageFromStream builds the image xobject from a stream object. +// An image dictionary is the dictionary portion of a stream object representing an image XObject. +func NewXObjectImageFromStream (stream *_cee .PdfObjectStream )(*XObjectImage ,error ){_dgbgbd :=&XObjectImage {};_dgbgbd ._fggac =stream ;_ccccf :=*(stream .PdfObjectDictionary );_cedfgg ,_fcfbad :=_cee .NewEncoderFromStream (stream );if _fcfbad !=nil {return nil ,_fcfbad ; +};_dgbgbd .Filter =_cedfgg ;if _fbdgea :=_cee .TraceToDirectObject (_ccccf .Get ("\u0057\u0069\u0064t\u0068"));_fbdgea !=nil {_dgab ,_edcfd :=_fbdgea .(*_cee .PdfObjectInteger );if !_edcfd {return nil ,_cdf .New ("\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0069\u006d\u0061g\u0065\u0020\u0077\u0069\u0064\u0074\u0068\u0020\u006f\u0062j\u0065\u0063\u0074"); +};_bbcceb :=int64 (*_dgab );_dgbgbd .Width =&_bbcceb ;}else {return nil ,_cdf .New ("\u0077\u0069\u0064\u0074\u0068\u0020\u006d\u0069\u0073\u0073\u0069\u006e\u0067");};if _eadea :=_cee .TraceToDirectObject (_ccccf .Get ("\u0048\u0065\u0069\u0067\u0068\u0074")); +_eadea !=nil {_bfebg ,_dace :=_eadea .(*_cee .PdfObjectInteger );if !_dace {return nil ,_cdf .New ("i\u006e\u0076\u0061\u006c\u0069\u0064 \u0069\u006d\u0061\u0067\u0065\u0020\u0068\u0065\u0069g\u0068\u0074\u0020o\u0062j\u0065\u0063\u0074");};_dceab :=int64 (*_bfebg ); +_dgbgbd .Height =&_dceab ;}else {return nil ,_cdf .New ("\u0068\u0065\u0069\u0067\u0068\u0074\u0020\u006d\u0069s\u0073\u0069\u006e\u0067");};if _ccedb :=_cee .TraceToDirectObject (_ccccf .Get ("\u0043\u006f\u006c\u006f\u0072\u0053\u0070\u0061\u0063\u0065")); +_ccedb !=nil {_ceaea ,_gagfc :=NewPdfColorspaceFromPdfObject (_ccedb );if _gagfc !=nil {return nil ,_gagfc ;};_dgbgbd .ColorSpace =_ceaea ;}else {_fca .Log .Debug ("\u0058O\u0062\u006a\u0065c\u0074\u0020\u0049m\u0061ge\u0020\u0063\u006f\u006c\u006f\u0072\u0073p\u0061\u0063\u0065\u0020\u006e\u006f\u0074\u0020\u0073\u0070\u0065\u0063\u0069\u0066\u0069\u0065\u0064\u0020\u002d\u0020\u0061\u0073\u0073\u0075\u006d\u0069\u006e\u0067 1\u0020c\u006f\u006c\u006f\u0072\u0020\u0063o\u006d\u0070\u006f\u006e\u0065n\u0074\u0020\u002d\u0020\u0044\u0065\u0076\u0069\u0063\u0065\u0047r\u0061\u0079"); +_dgbgbd .ColorSpace =NewPdfColorspaceDeviceGray ();};if _fgdee :=_cee .TraceToDirectObject (_ccccf .Get ("\u0042\u0069t\u0073\u0050\u0065r\u0043\u006f\u006d\u0070\u006f\u006e\u0065\u006e\u0074"));_fgdee !=nil {_defde ,_faad :=_fgdee .(*_cee .PdfObjectInteger ); +if !_faad {return nil ,_cdf .New ("i\u006e\u0076\u0061\u006c\u0069\u0064 \u0069\u006d\u0061\u0067\u0065\u0020\u0068\u0065\u0069g\u0068\u0074\u0020o\u0062j\u0065\u0063\u0074");};_ebfdd :=int64 (*_defde );_dgbgbd .BitsPerComponent =&_ebfdd ;};_dgbgbd .Intent =_ccccf .Get ("\u0049\u006e\u0074\u0065\u006e\u0074"); +_dgbgbd .ImageMask =_ccccf .Get ("\u0049m\u0061\u0067\u0065\u004d\u0061\u0073k");_dgbgbd .Mask =_ccccf .Get ("\u004d\u0061\u0073\u006b");_dgbgbd .Decode =_ccccf .Get ("\u0044\u0065\u0063\u006f\u0064\u0065");_dgbgbd .Interpolate =_ccccf .Get ("I\u006e\u0074\u0065\u0072\u0070\u006f\u006c\u0061\u0074\u0065"); +_dgbgbd .Alternatives =_ccccf .Get ("\u0041\u006c\u0074e\u0072\u006e\u0061\u0074\u0069\u0076\u0065\u0073");_dgbgbd .SMask =_ccccf .Get ("\u0053\u004d\u0061s\u006b");_dgbgbd .SMaskInData =_ccccf .Get ("S\u004d\u0061\u0073\u006b\u0049\u006e\u0044\u0061\u0074\u0061"); +_dgbgbd .Matte =_ccccf .Get ("\u004d\u0061\u0074t\u0065");_dgbgbd .Name =_ccccf .Get ("\u004e\u0061\u006d\u0065");_dgbgbd .StructParent =_ccccf .Get ("\u0053\u0074\u0072u\u0063\u0074\u0050\u0061\u0072\u0065\u006e\u0074");_dgbgbd .ID =_ccccf .Get ("\u0049\u0044"); +_dgbgbd .OPI =_ccccf .Get ("\u004f\u0050\u0049");_dgbgbd .Metadata =_ccccf .Get ("\u004d\u0065\u0074\u0061\u0064\u0061\u0074\u0061");_dgbgbd .OC =_ccccf .Get ("\u004f\u0043");_dgbgbd .Stream =stream .Stream ;return _dgbgbd ,nil ;}; -// SetHideToolbar sets the value of the hideToolbar flag. -func (_gface *ViewerPreferences )SetHideToolbar (hideToolbar bool ){_gface ._caafc =&hideToolbar }; +// NewPdfField returns an initialized PdfField. +func NewPdfField ()*PdfField {return &PdfField {_ccbb :_cee .MakeIndirectObject (_cee .MakeDict ())}};func (_aef *PdfReader )newPdfAnnotationFreeTextFromDict (_decf *_cee .PdfObjectDictionary )(*PdfAnnotationFreeText ,error ){_gbdbd :=PdfAnnotationFreeText {}; +_aebdb ,_bafb :=_aef .newPdfAnnotationMarkupFromDict (_decf );if _bafb !=nil {return nil ,_bafb ;};_gbdbd .PdfAnnotationMarkup =_aebdb ;_gbdbd .DA =_decf .Get ("\u0044\u0041");_gbdbd .Q =_decf .Get ("\u0051");_gbdbd .RC =_decf .Get ("\u0052\u0043");_gbdbd .DS =_decf .Get ("\u0044\u0053"); +_gbdbd .CL =_decf .Get ("\u0043\u004c");_gbdbd .IT =_decf .Get ("\u0049\u0054");_gbdbd .BE =_decf .Get ("\u0042\u0045");_gbdbd .RD =_decf .Get ("\u0052\u0044");_gbdbd .BS =_decf .Get ("\u0042\u0053");_gbdbd .LE =_decf .Get ("\u004c\u0045");return &_gbdbd ,nil ; +}; -// ToPdfObject implements interface PdfModel. -func (_gfcaa *PdfAnnotationSound )ToPdfObject ()_eb .PdfObject {_gfcaa .PdfAnnotation .ToPdfObject ();_eedd :=_gfcaa ._ggf ;_dgff :=_eedd .PdfObject .(*_eb .PdfObjectDictionary );_gfcaa .PdfAnnotationMarkup .appendToPdfDictionary (_dgff );_dgff .SetIfNotNil ("\u0053u\u0062\u0074\u0079\u0070\u0065",_eb .MakeName ("\u0053\u006f\u0075n\u0064")); -_dgff .SetIfNotNil ("\u0053\u006f\u0075n\u0064",_gfcaa .Sound );_dgff .SetIfNotNil ("\u004e\u0061\u006d\u0065",_gfcaa .Name );return _eedd ;}; +// SetFillImage attach a model.Image to push button. +func (_gffb *PdfFieldButton )SetFillImage (image *Image ){if _gffb .IsPush (){_gffb ._effg =image ;};}; -// ToPdfObject returns the PDF representation of the shading pattern. -func (_gdega *PdfShadingPatternType3 )ToPdfObject ()_eb .PdfObject {_gdega .PdfPattern .ToPdfObject ();_bgab :=_gdega .getDict ();if _gdega .Shading !=nil {_bgab .Set ("\u0053h\u0061\u0064\u0069\u006e\u0067",_gdega .Shading .ToPdfObject ());};if _gdega .Matrix !=nil {_bgab .Set ("\u004d\u0061\u0074\u0072\u0069\u0078",_gdega .Matrix ); -};if _gdega .ExtGState !=nil {_bgab .Set ("\u0045x\u0074\u0047\u0053\u0074\u0061\u0074e",_gdega .ExtGState );};return _gdega ._agddd ;}; +// GetAlphabet returns a map of the runes in `text` and their frequencies. +func GetAlphabet (text string )map[rune ]int {_dgaeb :=map[rune ]int {};for _ ,_dacdf :=range text {_dgaeb [_dacdf ]++;};return _dgaeb ;};func (_feca *PdfReader )newPdfAnnotationStrikeOut (_ecc *_cee .PdfObjectDictionary )(*PdfAnnotationStrikeOut ,error ){_bcd :=PdfAnnotationStrikeOut {}; +_cbg ,_aabc :=_feca .newPdfAnnotationMarkupFromDict (_ecc );if _aabc !=nil {return nil ,_aabc ;};_bcd .PdfAnnotationMarkup =_cbg ;_bcd .QuadPoints =_ecc .Get ("\u0051\u0075\u0061\u0064\u0050\u006f\u0069\u006e\u0074\u0073");return &_bcd ,nil ;}; -// NewKValue creates a new K value object. -func NewKValue ()*KValue {return &KValue {}}; +// NewPdfColorspaceCalGray returns a new CalGray colorspace object. +func NewPdfColorspaceCalGray ()*PdfColorspaceCalGray {_cece :=&PdfColorspaceCalGray {};_cece .BlackPoint =[]float64 {0.0,0.0,0.0};_cece .Gamma =1;return _cece ;}; -// GetRotate gets the inheritable rotate value, either from the page -// or a higher up page/pages struct. -func (_dbedg *PdfPage )GetRotate ()(int64 ,error ){if _dbedg .Rotate !=nil {return *_dbedg .Rotate ,nil ;};_adadb :=_dbedg .Parent ;for _adadb !=nil {_dagcg ,_bdfcc :=_eb .GetDict (_adadb );if !_bdfcc {return 0,_dcf .New ("\u0069\u006e\u0076\u0061\u006c\u0069d\u0020\u0070\u0061\u0072\u0065\u006e\u0074\u0020\u006f\u0062\u006a\u0065\u0063t\u0073\u0020\u0064\u0069\u0063\u0074\u0069o\u006e\u0061\u0072\u0079"); -};if _gfdfe :=_dagcg .Get ("\u0052\u006f\u0074\u0061\u0074\u0065");_gfdfe !=nil {_eacea ,_gdgfe :=_eb .GetInt (_gfdfe );if !_gdgfe {return 0,_dcf .New ("i\u006ev\u0061\u006c\u0069\u0064\u0020\u0072\u006f\u0074a\u0074\u0065\u0020\u0076al\u0075\u0065");}; -if _eacea !=nil {return int64 (*_eacea ),nil ;};return 0,_dcf .New ("\u0072\u006f\u0074\u0061te\u0020\u0076\u0061\u006c\u0075\u0065\u0020\u0069\u0073\u0020\u006e\u0069\u006c");};_adadb =_dagcg .Get ("\u0050\u0061\u0072\u0065\u006e\u0074");};return 0,_dcf .New ("\u0072o\u0074a\u0074\u0065\u0020\u006e\u006ft\u0020\u0064e\u0066\u0069\u006e\u0065\u0064"); -};func _aggce (_gdbeb _eb .PdfObject )(*PdfShading ,error ){_baed :=&PdfShading {};var _bcbg *_eb .PdfObjectDictionary ;if _baca ,_cedcc :=_eb .GetIndirect (_gdbeb );_cedcc {_baed ._cefaa =_baca ;_bcbge ,_aaccb :=_baca .PdfObject .(*_eb .PdfObjectDictionary ); -if !_aaccb {_ddb .Log .Debug ("\u004f\u0062\u006a\u0065c\u0074\u0020\u006e\u006f\u0074\u0020\u0061\u0020\u0064\u0069c\u0074i\u006f\u006e\u0061\u0072\u0079\u0020\u0074y\u0070\u0065");return nil ,_eb .ErrTypeError ;};_bcbg =_bcbge ;}else if _gadf ,_gcgaf :=_eb .GetStream (_gdbeb ); -_gcgaf {_baed ._cefaa =_gadf ;_bcbg =_gadf .PdfObjectDictionary ;}else if _ebecec ,_cagf :=_eb .GetDict (_gdbeb );_cagf {_baed ._cefaa =_ebecec ;_bcbg =_ebecec ;}else {_ddb .Log .Debug ("O\u0062\u006a\u0065\u0063\u0074\u0020t\u0079\u0070\u0065\u0020\u0075\u006e\u0065\u0078\u0070e\u0063\u0074\u0065d\u0020(\u0025\u0054\u0029",_gdbeb ); -return nil ,_eb .ErrTypeError ;};if _bcbg ==nil {_ddb .Log .Debug ("\u0044i\u0063t\u0069\u006f\u006e\u0061\u0072y\u0020\u006di\u0073\u0073\u0069\u006e\u0067");return nil ,_dcf .New ("\u0064\u0069\u0063t\u0020\u006d\u0069\u0073\u0073\u0069\u006e\u0067"); -};_gdbeb =_bcbg .Get ("S\u0068\u0061\u0064\u0069\u006e\u0067\u0054\u0079\u0070\u0065");if _gdbeb ==nil {_ddb .Log .Debug ("\u0052\u0065q\u0075\u0069\u0072\u0065\u0064\u0020\u0073\u0068\u0061\u0064\u0069\u006e\u0067\u0020\u0074\u0079\u0070\u0065\u0020\u006d\u0069\u0073si\u006e\u0067"); -return nil ,ErrRequiredAttributeMissing ;};_gdbeb =_eb .TraceToDirectObject (_gdbeb );_cdffb ,_fgca :=_gdbeb .(*_eb .PdfObjectInteger );if !_fgca {_ddb .Log .Debug ("\u0049\u006e\u0076al\u0069\u0064\u0020\u0074\u0079\u0070\u0065\u0020\u0066o\u0072 \u0073h\u0061d\u0069\u006e\u0067\u0020\u0074\u0079\u0070\u0065\u0020\u0028\u0025\u0054\u0029",_gdbeb ); -return nil ,_eb .ErrTypeError ;};if *_cdffb < 1||*_cdffb > 7{_ddb .Log .Debug ("\u0049\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0073\u0068\u0061\u0064\u0069\u006e\u0067\u0020\u0074\u0079\u0070\u0065\u002c\u0020\u006e\u006ft\u0020\u0031\u002d\u0037\u0020(\u0067\u006ft\u0020\u0025\u0064\u0029",*_cdffb ); -return nil ,_eb .ErrTypeError ;};_baed .ShadingType =_cdffb ;_gdbeb =_bcbg .Get ("\u0043\u006f\u006c\u006f\u0072\u0053\u0070\u0061\u0063\u0065");if _gdbeb ==nil {_ddb .Log .Debug ("\u0052\u0065\u0071\u0075\u0069\u0072e\u0064\u0020\u0043\u006f\u006c\u006f\u0072\u0053\u0070\u0061\u0063\u0065\u0020e\u006e\u0074\u0072\u0079\u0020\u006d\u0069s\u0073\u0069\u006e\u0067"); -return nil ,ErrRequiredAttributeMissing ;};_gebcd ,_ecbg :=NewPdfColorspaceFromPdfObject (_gdbeb );if _ecbg !=nil {_ddb .Log .Debug ("\u0046\u0061i\u006c\u0065\u0064\u0020\u006c\u006f\u0061\u0064\u0069\u006e\u0067\u0020\u0063\u006f\u006c\u006f\u0072\u0073\u0070\u0061\u0063\u0065: \u0025\u0076",_ecbg ); -return nil ,_ecbg ;};_baed .ColorSpace =_gebcd ;_gdbeb =_bcbg .Get ("\u0042\u0061\u0063\u006b\u0067\u0072\u006f\u0075\u006e\u0064");if _gdbeb !=nil {_gdbeb =_eb .TraceToDirectObject (_gdbeb );_ddaef ,_cffag :=_gdbeb .(*_eb .PdfObjectArray );if !_cffag {_ddb .Log .Debug ("\u0042\u0061\u0063\u006b\u0067r\u006f\u0075\u006e\u0064\u0020\u0073\u0068\u006f\u0075\u006c\u0064\u0020\u0062e\u0020\u0073\u0070\u0065\u0063\u0069\u0066\u0069\u0065\u0064\u0020\u0062\u0079\u0020\u0061\u006e\u0020\u0061\u0072\u0072\u0061\u0079\u0020\u0028\u0067\u006f\u0074\u0020\u0025\u0054)",_gdbeb ); -return nil ,_eb .ErrTypeError ;};_baed .Background =_ddaef ;};_gdbeb =_bcbg .Get ("\u0042\u0042\u006f\u0078");if _gdbeb !=nil {_gdbeb =_eb .TraceToDirectObject (_gdbeb );_deaca ,_adacd :=_gdbeb .(*_eb .PdfObjectArray );if !_adacd {_ddb .Log .Debug ("\u0042\u0061\u0063\u006b\u0067r\u006f\u0075\u006e\u0064\u0020\u0073\u0068\u006f\u0075\u006c\u0064\u0020\u0062e\u0020\u0073\u0070\u0065\u0063\u0069\u0066\u0069\u0065\u0064\u0020\u0062\u0079\u0020\u0061\u006e\u0020\u0061\u0072\u0072\u0061\u0079\u0020\u0028\u0067\u006f\u0074\u0020\u0025\u0054)",_gdbeb ); -return nil ,_eb .ErrTypeError ;};_aedf ,_eacde :=NewPdfRectangle (*_deaca );if _eacde !=nil {_ddb .Log .Debug ("\u0042\u0042\u006f\u0078\u0020\u0065\u0072\u0072\u006fr\u003a\u0020\u0025\u0076",_eacde );return nil ,_eacde ;};_baed .BBox =_aedf ;};_gdbeb =_bcbg .Get ("\u0041n\u0074\u0069\u0041\u006c\u0069\u0061s"); -if _gdbeb !=nil {_gdbeb =_eb .TraceToDirectObject (_gdbeb );_edfb ,_gcde :=_gdbeb .(*_eb .PdfObjectBool );if !_gcde {_ddb .Log .Debug ("A\u006e\u0074\u0069\u0041\u006c\u0069\u0061\u0073\u0020i\u006e\u0076\u0061\u006c\u0069\u0064\u0020ty\u0070\u0065\u002c\u0020s\u0068\u006f\u0075\u006c\u0064\u0020\u0062\u0065\u0020bo\u006f\u006c \u0028\u0067\u006f\u0074\u0020\u0025\u0054\u0029",_gdbeb ); -return nil ,_eb .ErrTypeError ;};_baed .AntiAlias =_edfb ;};switch *_cdffb {case 1:_aaacf ,_bcbca :=_eebd (_bcbg );if _bcbca !=nil {return nil ,_bcbca ;};_aaacf .PdfShading =_baed ;_baed ._ecffg =_aaacf ;return _baed ,nil ;case 2:_befdc ,_eedaa :=_cdcbe (_bcbg ); -if _eedaa !=nil {return nil ,_eedaa ;};_befdc .PdfShading =_baed ;_baed ._ecffg =_befdc ;return _baed ,nil ;case 3:_aabdf ,_fdfa :=_edafd (_bcbg );if _fdfa !=nil {return nil ,_fdfa ;};_aabdf .PdfShading =_baed ;_baed ._ecffg =_aabdf ;return _baed ,nil ; -case 4:_cfgcg ,_cdbf :=_edcffb (_bcbg );if _cdbf !=nil {return nil ,_cdbf ;};_cfgcg .PdfShading =_baed ;_baed ._ecffg =_cfgcg ;return _baed ,nil ;case 5:_fbbaf ,_fbbec :=_edcec (_bcbg );if _fbbec !=nil {return nil ,_fbbec ;};_fbbaf .PdfShading =_baed ; -_baed ._ecffg =_fbbaf ;return _baed ,nil ;case 6:_cgaec ,_febaf :=_ffeeb (_bcbg );if _febaf !=nil {return nil ,_febaf ;};_cgaec .PdfShading =_baed ;_baed ._ecffg =_cgaec ;return _baed ,nil ;case 7:_cggdc ,_feecb :=_facfg (_bcbg );if _feecb !=nil {return nil ,_feecb ; -};_cggdc .PdfShading =_baed ;_baed ._ecffg =_cggdc ;return _baed ,nil ;};return nil ,_dcf .New ("u\u006ek\u006e\u006f\u0077\u006e\u0020\u0073\u0068\u0061d\u0069\u006e\u0067\u0020ty\u0070\u0065");}; +// GetAsShadingPattern returns a shading pattern. Check with IsShading() prior to using this. +func (_ffecg *PdfPattern )GetAsShadingPattern ()*PdfShadingPattern {return _ffecg ._gabf .(*PdfShadingPattern );}; -// GetVersion gets the document version. -func (_dfffa *PdfWriter )GetVersion ()_eb .Version {return _dfffa ._edbbf }; +// ToPdfObject implements interface PdfModel. +func (_dbagg *PdfSignature )ToPdfObject ()_cee .PdfObject {_bffbb :=_dbagg ._gcfbb ;var _ccbfd *_cee .PdfObjectDictionary ;if _daagg ,_acaee :=_bffbb .PdfObject .(*pdfSignDictionary );_acaee {_ccbfd =_daagg .PdfObjectDictionary ;}else {_ccbfd =_bffbb .PdfObject .(*_cee .PdfObjectDictionary ); +};_ccbfd .SetIfNotNil ("\u0054\u0079\u0070\u0065",_dbagg .Type );_ccbfd .SetIfNotNil ("\u0046\u0069\u006c\u0074\u0065\u0072",_dbagg .Filter );_ccbfd .SetIfNotNil ("\u0053u\u0062\u0046\u0069\u006c\u0074\u0065r",_dbagg .SubFilter );_ccbfd .SetIfNotNil ("\u0042y\u0074\u0065\u0052\u0061\u006e\u0067e",_dbagg .ByteRange ); +_ccbfd .SetIfNotNil ("\u0043\u006f\u006e\u0074\u0065\u006e\u0074\u0073",_dbagg .Contents );_ccbfd .SetIfNotNil ("\u0043\u0065\u0072\u0074",_dbagg .Cert );_ccbfd .SetIfNotNil ("\u004e\u0061\u006d\u0065",_dbagg .Name );_ccbfd .SetIfNotNil ("\u0052\u0065\u0061\u0073\u006f\u006e",_dbagg .Reason ); +_ccbfd .SetIfNotNil ("\u004d",_dbagg .M );_ccbfd .SetIfNotNil ("\u0052e\u0066\u0065\u0072\u0065\u006e\u0063e",_dbagg .Reference );_ccbfd .SetIfNotNil ("\u0043h\u0061\u006e\u0067\u0065\u0073",_dbagg .Changes );_ccbfd .SetIfNotNil ("C\u006f\u006e\u0074\u0061\u0063\u0074\u0049\u006e\u0066\u006f",_dbagg .ContactInfo ); +_ccbfd .SetIfNotNil ("\u004c\u006f\u0063\u0061\u0074\u0069\u006f\u006e",_dbagg .Location );return _bffbb ;}; -// PrintScaling represents the page scaling option that shall be selected -// when a print dialog is displayed for this document. -type PrintScaling string ; +// PdfInfo holds document information that will overwrite +// document information global variables defined above. +type PdfInfo struct{Title *_cee .PdfObjectString ;Author *_cee .PdfObjectString ;Subject *_cee .PdfObjectString ;Keywords *_cee .PdfObjectString ;Creator *_cee .PdfObjectString ;Producer *_cee .PdfObjectString ;CreationDate *PdfDate ;ModifiedDate *PdfDate ; +Trapped *_cee .PdfObjectName ;_ecfea *_cee .PdfObjectDictionary ;}; -// ToPdfObject converts the PdfFont object to its PDF representation. -func (_ddedf *PdfFont )ToPdfObject ()_eb .PdfObject {if _ddedf ._fdaa ==nil {_ddb .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0066\u006f\u006e\u0074 \u0063\u006f\u006e\u0074\u0065\u0078\u0074\u0020\u0069\u0073 \u006e\u0069\u006c");return _eb .MakeNull (); -};return _ddedf ._fdaa .ToPdfObject ();}; +// SetCatalogLanguage sets the catalog language. +func (_cbbfbd *PdfWriter )SetCatalogLanguage (lang _cee .PdfObject )error {if lang ==nil {_cbbfbd ._cdebc .Remove ("\u004c\u0061\u006e\u0067");return nil ;};_cbbfbd .addObject (lang );_cbbfbd ._cdebc .Set ("\u004c\u0061\u006e\u0067",lang );return nil ; +}; -// NewPdfActionSound returns a new "sound" action. -func NewPdfActionSound ()*PdfActionSound {_ed :=NewPdfAction ();_fcc :=&PdfActionSound {};_fcc .PdfAction =_ed ;_ed .SetContext (_fcc );return _fcc ;}; +// FlattenFields flattens the form fields and annotations for the PDF loaded in `pdf` and makes +// non-editable. +// Looks up all widget annotations corresponding to form fields and flattens them by drawing the content +// through the content stream rather than annotations. +// References to flattened annotations will be removed from Page Annots array. For fields the AcroForm entry +// will be emptied. +// When `allannots` is true, all annotations will be flattened. Keep false if want to keep non-form related +// annotations intact. +// When `appgen` is not nil, it will be used to generate appearance streams for the field annotations. +func (_abcda *PdfReader )FlattenFields (allannots bool ,appgen FieldAppearanceGenerator )error {return _abcda .flattenFieldsWithOpts (allannots ,appgen ,nil );};func (_beab *PdfReader )newPdfAnnotationMovieFromDict (_ccfd *_cee .PdfObjectDictionary )(*PdfAnnotationMovie ,error ){_aadf :=PdfAnnotationMovie {}; +_aadf .T =_ccfd .Get ("\u0054");_aadf .Movie =_ccfd .Get ("\u004d\u006f\u0076i\u0065");_aadf .A =_ccfd .Get ("\u0041");return &_aadf ,nil ;}; -// GetAnnotations returns the list of page annotations for `page`. If not loaded attempts to load the -// annotations, otherwise returns the loaded list. -func (_accde *PdfPage )GetAnnotations ()([]*PdfAnnotation ,error ){if _accde ._dbga !=nil {return _accde ._dbga ,nil ;};if _accde .Annots ==nil {_accde ._dbga =[]*PdfAnnotation {};return nil ,nil ;};if _accde ._dcdfd ==nil {_accde ._dbga =[]*PdfAnnotation {}; -return nil ,nil ;};_cfbgd ,_egaef :=_accde ._dcdfd .loadAnnotations (_accde .Annots );if _egaef !=nil {return nil ,_egaef ;};if _cfbgd ==nil {_accde ._dbga =[]*PdfAnnotation {};};_accde ._dbga =_cfbgd ;return _accde ._dbga ,nil ;}; +// AddExtGState adds a graphics state to the XObject resources. +func (_aecca *PdfPage )AddExtGState (name _cee .PdfObjectName ,egs *_cee .PdfObjectDictionary )error {if _aecca .Resources ==nil {_aecca .Resources =NewPdfPageResources ();};if _aecca .Resources .ExtGState ==nil {_aecca .Resources .ExtGState =_cee .MakeDict (); +};_gecac ,_eddbe :=_cee .TraceToDirectObject (_aecca .Resources .ExtGState ).(*_cee .PdfObjectDictionary );if !_eddbe {_fca .Log .Debug ("\u0045\u0078\u0070\u0065\u0063\u0074\u0065\u0064\u0020\u0045\u0078t\u0047\u0053\u0074\u0061\u0074\u0065\u0020\u0064i\u0063t\u0069\u006f\u006e\u0061\u0072\u0079\u0020\u0069\u0073\u0020\u006e\u006f\u0074\u0020\u0061\u0020\u0064\u0069c\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u003a\u0020\u0025\u0076",_cee .TraceToDirectObject (_aecca .Resources .ExtGState )); +return _cdf .New ("\u0074\u0079p\u0065\u0020\u0063h\u0065\u0063\u006b\u0020\u0065\u0072\u0072\u006f\u0072");};_gecac .Set (name ,egs );return nil ;}; -// PdfFieldText represents a text field where user can enter text. -type PdfFieldText struct{*PdfField ;DA *_eb .PdfObjectString ;Q *_eb .PdfObjectInteger ;DS *_eb .PdfObjectString ;RV _eb .PdfObject ;MaxLen *_eb .PdfObjectInteger ;}; +// NewPdfShadingPatternType3 creates an empty shading pattern type 3 object. +func NewPdfShadingPatternType3 ()*PdfShadingPatternType3 {_gddcb :=&PdfShadingPatternType3 {};_gddcb .Matrix =_cee .MakeArrayFromIntegers ([]int {1,0,0,1,0,0});_gddcb .PdfPattern =&PdfPattern {};_gddcb .PdfPattern .PatternType =int64 (*_cee .MakeInteger (2)); +_gddcb .PdfPattern ._gabf =_gddcb ;_gddcb .PdfPattern ._bgabc =_cee .MakeIndirectObject (_cee .MakeDict ());return _gddcb ;}; -// ToPdfObject returns the PDF representation of the shading dictionary. -func (_eafdc *PdfShadingType2 )ToPdfObject ()_eb .PdfObject {_eafdc .PdfShading .ToPdfObject ();_egdafe ,_bbeef :=_eafdc .getShadingDict ();if _bbeef !=nil {_ddb .Log .Error ("\u0055\u006ea\u0062\u006c\u0065\u0020\u0074\u006f\u0020\u0061\u0063\u0063\u0065\u0073\u0073\u0020\u0073\u0068\u0061\u0064\u0069\u006e\u0067\u0020di\u0063\u0074"); -return nil ;};if _egdafe ==nil {_ddb .Log .Error ("\u0053\u0068\u0061\u0064in\u0067\u0020\u0064\u0069\u0063\u0074\u0020\u0069\u0073\u0020\u006e\u0069\u006c");return nil ;};if _eafdc .Coords !=nil {_egdafe .Set ("\u0043\u006f\u006f\u0072\u0064\u0073",_eafdc .Coords ); -};if _eafdc .Domain !=nil {_egdafe .Set ("\u0044\u006f\u006d\u0061\u0069\u006e",_eafdc .Domain );};if _eafdc .Function !=nil {if len (_eafdc .Function )==1{_egdafe .Set ("\u0046\u0075\u006e\u0063\u0074\u0069\u006f\u006e",_eafdc .Function [0].ToPdfObject ()); -}else {_fbdag :=_eb .MakeArray ();for _ ,_babfe :=range _eafdc .Function {_fbdag .Append (_babfe .ToPdfObject ());};_egdafe .Set ("\u0046\u0075\u006e\u0063\u0074\u0069\u006f\u006e",_fbdag );};};if _eafdc .Extend !=nil {_egdafe .Set ("\u0045\u0078\u0074\u0065\u006e\u0064",_eafdc .Extend ); -};return _eafdc ._cefaa ;}; +// ToPdfObject implements interface PdfModel. +func (_bb *PdfActionThread )ToPdfObject ()_cee .PdfObject {_bb .PdfAction .ToPdfObject ();_fde :=_bb ._gaf ;_afc :=_fde .PdfObject .(*_cee .PdfObjectDictionary );_afc .SetIfNotNil ("\u0053",_cee .MakeName (string (ActionTypeThread )));if _bb .F !=nil {_afc .Set ("\u0046",_bb .F .ToPdfObject ()); +};_afc .SetIfNotNil ("\u0044",_bb .D );_afc .SetIfNotNil ("\u0042",_bb .B );return _fde ;};func _eeaec (_ggccd _cee .PdfObject )(PdfFunction ,error ){_ggccd =_cee .ResolveReference (_ggccd );if _agcdc ,_gdcba :=_ggccd .(*_cee .PdfObjectStream );_gdcba {_ffacc :=_agcdc .PdfObjectDictionary ; +_gcaca ,_beeac :=_ffacc .Get ("\u0046\u0075\u006ec\u0074\u0069\u006f\u006e\u0054\u0079\u0070\u0065").(*_cee .PdfObjectInteger );if !_beeac {_fca .Log .Error ("F\u0075\u006e\u0063\u0074\u0069\u006fn\u0054\u0079\u0070\u0065\u0020\u006e\u0075\u006d\u0062e\u0072\u0020\u006di\u0073s\u0069\u006e\u0067"); +return nil ,_cdf .New ("\u0069\u006e\u0076\u0061l\u0069\u0064\u0020\u0070\u0061\u0072\u0061\u006d\u0065\u0074e\u0072 \u006f\u0072\u0020\u006d\u0069\u0073\u0073i\u006e\u0067");};if *_gcaca ==0{return _fabef (_agcdc );}else if *_gcaca ==4{return _agac (_agcdc ); +}else {return nil ,_cdf .New ("i\u006e\u0076\u0061\u006cid\u0020f\u0075\u006e\u0063\u0074\u0069o\u006e\u0020\u0074\u0079\u0070\u0065");};}else if _cfgcf ,_fdbgf :=_ggccd .(*_cee .PdfIndirectObject );_fdbgf {_bfcfd ,_gbca :=_cfgcf .PdfObject .(*_cee .PdfObjectDictionary ); +if !_gbca {_fca .Log .Error ("\u0046\u0075\u006e\u0063\u0074\u0069\u006f\u006e\u0020\u0049\u006e\u0064\u0069\u0072\u0065\u0063\u0074\u0020o\u0062\u006a\u0065\u0063\u0074\u0020\u006eo\u0074\u0020\u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0069\u006eg\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079"); +return nil ,_cdf .New ("\u0069\u006e\u0076\u0061l\u0069\u0064\u0020\u0070\u0061\u0072\u0061\u006d\u0065\u0074e\u0072 \u006f\u0072\u0020\u006d\u0069\u0073\u0073i\u006e\u0067");};_dggea ,_gbca :=_bfcfd .Get ("\u0046\u0075\u006ec\u0074\u0069\u006f\u006e\u0054\u0079\u0070\u0065").(*_cee .PdfObjectInteger ); +if !_gbca {_fca .Log .Error ("F\u0075\u006e\u0063\u0074\u0069\u006fn\u0054\u0079\u0070\u0065\u0020\u006e\u0075\u006d\u0062e\u0072\u0020\u006di\u0073s\u0069\u006e\u0067");return nil ,_cdf .New ("\u0069\u006e\u0076\u0061l\u0069\u0064\u0020\u0070\u0061\u0072\u0061\u006d\u0065\u0074e\u0072 \u006f\u0072\u0020\u006d\u0069\u0073\u0073i\u006e\u0067"); +};if *_dggea ==2{return _fegfe (_cfgcf );}else if *_dggea ==3{return _afgafg (_cfgcf );}else {return nil ,_cdf .New ("i\u006e\u0076\u0061\u006cid\u0020f\u0075\u006e\u0063\u0074\u0069o\u006e\u0020\u0074\u0079\u0070\u0065");};}else if _dcef ,_gcfffb :=_ggccd .(*_cee .PdfObjectDictionary ); +_gcfffb {_gfde ,_effbb :=_dcef .Get ("\u0046\u0075\u006ec\u0074\u0069\u006f\u006e\u0054\u0079\u0070\u0065").(*_cee .PdfObjectInteger );if !_effbb {_fca .Log .Error ("F\u0075\u006e\u0063\u0074\u0069\u006fn\u0054\u0079\u0070\u0065\u0020\u006e\u0075\u006d\u0062e\u0072\u0020\u006di\u0073s\u0069\u006e\u0067"); +return nil ,_cdf .New ("\u0069\u006e\u0076\u0061l\u0069\u0064\u0020\u0070\u0061\u0072\u0061\u006d\u0065\u0074e\u0072 \u006f\u0072\u0020\u006d\u0069\u0073\u0073i\u006e\u0067");};if *_gfde ==2{return _fegfe (_dcef );}else if *_gfde ==3{return _afgafg (_dcef ); +}else {return nil ,_cdf .New ("i\u006e\u0076\u0061\u006cid\u0020f\u0075\u006e\u0063\u0074\u0069o\u006e\u0020\u0074\u0079\u0070\u0065");};}else {_fca .Log .Debug ("\u0046u\u006e\u0063\u0074\u0069\u006f\u006e\u0020\u0054\u0079\u0070\u0065 \u0065\u0072\u0072\u006f\u0072\u003a\u0020\u0025\u0023\u0076",_ggccd ); +return nil ,_cdf .New ("\u0074\u0079\u0070\u0065\u0020\u0065\u0072\u0072\u006f\u0072");};};func (_efagdb *XObjectImage )getParamsDict ()*_cee .PdfObjectDictionary {_afefbb :=_cee .MakeDict ();_afefbb .Set ("\u0057\u0069\u0064t\u0068",_cee .MakeInteger (*_efagdb .Width )); +_afefbb .Set ("\u0048\u0065\u0069\u0067\u0068\u0074",_cee .MakeInteger (*_efagdb .Height ));_afefbb .Set ("\u0043o\u006co\u0072\u0043\u006f\u006d\u0070\u006f\u006e\u0065\u006e\u0074\u0073",_cee .MakeInteger (int64 (_efagdb .ColorSpace .GetNumComponents ()))); +_afefbb .Set ("\u0042\u0069t\u0073\u0050\u0065r\u0043\u006f\u006d\u0070\u006f\u006e\u0065\u006e\u0074",_cee .MakeInteger (*_efagdb .BitsPerComponent ));return _afefbb ;}; -// C returns the value of the cyan component of the color. -func (_cbbga *PdfColorDeviceCMYK )C ()float64 {return _cbbga [0]};func _agcd (_acgd _eb .PdfObject )(*PdfColorspaceSpecialSeparation ,error ){_bdca :=NewPdfColorspaceSpecialSeparation ();if _gfafa ,_fgdg :=_acgd .(*_eb .PdfIndirectObject );_fgdg {_bdca ._degb =_gfafa ; -};_acgd =_eb .TraceToDirectObject (_acgd );_dafb ,_badgb :=_acgd .(*_eb .PdfObjectArray );if !_badgb {return nil ,_e .Errorf ("\u0073\u0065p\u0061\u0072\u0061\u0074\u0069\u006f\u006e\u0020\u0043\u0053\u003a\u0020\u0049\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u006f\u0062je\u0063\u0074"); -};if _dafb .Len ()!=4{return nil ,_e .Errorf ("\u0073\u0065p\u0061\u0072\u0061\u0074i\u006f\u006e \u0043\u0053\u003a\u0020\u0049\u006e\u0063\u006fr\u0072\u0065\u0063\u0074\u0020\u0061\u0072\u0072\u0061\u0079\u0020\u006ce\u006e\u0067\u0074\u0068");};_acgd =_dafb .Get (0); -_ggad ,_badgb :=_acgd .(*_eb .PdfObjectName );if !_badgb {return nil ,_e .Errorf ("\u0073\u0065\u0070ar\u0061\u0074\u0069\u006f\u006e\u0020\u0043\u0053\u003a \u0069n\u0076a\u006ci\u0064\u0020\u0066\u0061\u006d\u0069\u006c\u0079\u0020\u006e\u0061\u006d\u0065"); -};if *_ggad !="\u0053\u0065\u0070\u0061\u0072\u0061\u0074\u0069\u006f\u006e"{return nil ,_e .Errorf ("\u0073\u0065\u0070\u0061\u0072\u0061\u0074\u0069\u006f\u006e\u0020\u0043\u0053\u003a\u0020w\u0072o\u006e\u0067\u0020\u0066\u0061\u006d\u0069\u006c\u0079\u0020\u006e\u0061\u006d\u0065"); -};_acgd =_dafb .Get (1);_ggad ,_badgb =_acgd .(*_eb .PdfObjectName );if !_badgb {return nil ,_e .Errorf ("\u0073\u0065pa\u0072\u0061\u0074i\u006f\u006e\u0020\u0043S: \u0049nv\u0061\u006c\u0069\u0064\u0020\u0063\u006flo\u0072\u0061\u006e\u0074\u0020\u006e\u0061m\u0065"); -};_bdca .ColorantName =_ggad ;_acgd =_dafb .Get (2);_cdgdd ,_fgafe :=NewPdfColorspaceFromPdfObject (_acgd );if _fgafe !=nil {return nil ,_fgafe ;};_bdca .AlternateSpace =_cdgdd ;_eagb ,_fgafe :=_cccfa (_dafb .Get (3));if _fgafe !=nil {return nil ,_fgafe ; -};_bdca .TintTransform =_eagb ;return _bdca ,nil ;}; +// IsFitWindow returns the value of the fitWindow flag. +func (_ecfbg *ViewerPreferences )IsFitWindow ()bool {if _ecfbg ._cbdgc ==nil {return false ;};return *_ecfbg ._cbdgc ;}; -// SetCatalogViewerPreferences sets the catalog ViewerPreferences dictionary. -func (_efcffg *PdfWriter )SetCatalogViewerPreferences (pref _eb .PdfObject )error {if pref ==nil {_efcffg ._dbffa .Remove ("\u0056\u0069\u0065\u0077\u0065\u0072\u0050\u0072\u0065\u0066\u0065\u0072e\u006e\u0063\u0065\u0073");return nil ;};if _dbdgd ,_deadg :=pref .(*_eb .PdfObjectReference ); -_deadg {pref =_dbdgd .Resolve ();if pref ==nil {_efcffg ._dbffa .Remove ("\u0056\u0069\u0065\u0077\u0065\u0072\u0050\u0072\u0065\u0066\u0065\u0072e\u006e\u0063\u0065\u0073");return nil ;};};_efcffg .addObject (pref );_efcffg ._dbffa .Set ("\u0056\u0069\u0065\u0077\u0065\u0072\u0050\u0072\u0065\u0066\u0065\u0072e\u006e\u0063\u0065\u0073",pref ); -return nil ;}; +// NewOutlineItem returns a new outline item instance. +func NewOutlineItem (title string ,dest OutlineDest )*OutlineItem {return &OutlineItem {Title :title ,Dest :dest };};func _cdba (_bdad *fontCommon )*pdfCIDFontType2 {return &pdfCIDFontType2 {fontCommon :*_bdad }}; -// StructTreeRoot represents the structure tree root dictionary. -// Reference: PDF documentation chapter 14.7 Logical Structure, table 322. -type StructTreeRoot struct{K []*KDict ;IDTree *IDTree ;ParentTree *_eb .PdfObjectDictionary ;ParentTreeNextKey int64 ;RoleMap _eb .PdfObject ;ClassMap *_eb .PdfObjectDictionary ;_fggdf *_eb .PdfIndirectObject ;_gagc []_deb .UUID ;}; +// PrintScaling represents the page scaling option that shall be selected +// when a print dialog is displayed for this document. +type PrintScaling string ; -// GetContext returns the action context which contains the specific type-dependent context. -// The context represents the subaction. -func (_egga *PdfAction )GetContext ()PdfModel {if _egga ==nil {return nil ;};return _egga ._aee ;};func (_eagd *pdfCIDFontType0 )getFontDescriptor ()*PdfFontDescriptor {return _eagd ._bged };func (_abda *pdfFontSimple )getFontEncoding ()(_cabb string ,_cdgee map[_fc .CharCode ]_fc .GlyphName ,_aafg error ){_cabb ="\u0053\u0074a\u006e\u0064\u0061r\u0064\u0045\u006e\u0063\u006f\u0064\u0069\u006e\u0067"; -if _eecab ,_fdagf :=_eeece [_abda ._agcc ];_fdagf {_cabb =_eecab ;}else if _abda .fontFlags ()&_bdcce !=0{for _gcba ,_cgga :=range _eeece {if _cc .Contains (_abda ._agcc ,_gcba ){_cabb =_cgga ;break ;};};};if _abda .Encoding ==nil {return _cabb ,nil ,nil ; -};switch _bfad :=_abda .Encoding .(type ){case *_eb .PdfObjectName :return string (*_bfad ),nil ,nil ;case *_eb .PdfObjectDictionary :_fgdfdf ,_bgdfa :=_eb .GetName (_bfad .Get ("\u0042\u0061\u0073e\u0045\u006e\u0063\u006f\u0064\u0069\u006e\u0067"));if _bgdfa {_cabb =_fgdfdf .String (); -};if _ebece :=_bfad .Get ("D\u0069\u0066\u0066\u0065\u0072\u0065\u006e\u0063\u0065\u0073");_ebece !=nil {_afccg ,_efga :=_eb .GetArray (_ebece );if !_efga {_ddb .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0042a\u0064\u0020\u0066on\u0074\u0020\u0065\u006e\u0063\u006fd\u0069\u006e\u0067\u0020\u0064\u0069\u0063\u0074\u003d\u0025\u002b\u0076\u0020\u0044\u0069f\u0066\u0065\u0072\u0065\u006e\u0063\u0065\u0073=\u0025\u0054",_bfad ,_bfad .Get ("D\u0069\u0066\u0066\u0065\u0072\u0065\u006e\u0063\u0065\u0073")); -return "",nil ,_eb .ErrTypeError ;};_cdgee ,_aafg =_fc .FromFontDifferences (_afccg );};return _cabb ,_cdgee ,_aafg ;default:_ddb .Log .Debug ("\u0045\u0052\u0052O\u0052\u003a\u0020\u0045\u006e\u0063\u006f\u0064\u0069\u006e\u0067\u0020\u006e\u006f\u0074\u0020\u0061\u0020\u006e\u0061\u006d\u0065\u0020\u006f\u0072\u0020\u0064\u0069\u0063t\u0020\u0028\u0025\u0054\u0029\u0020\u0025\u0073",_abda .Encoding ,_abda .Encoding ); -return "",nil ,_eb .ErrTypeError ;};}; +// PdfAnnotationScreen represents Screen annotations. +// (Section 12.5.6.18). +type PdfAnnotationScreen struct{*PdfAnnotation ;T _cee .PdfObject ;MK _cee .PdfObject ;A _cee .PdfObject ;AA _cee .PdfObject ;}; -// ImageToRGB returns the passed in image. Method exists in order to satisfy -// the PdfColorspace interface. -func (_fcea *PdfColorspaceDeviceRGB )ImageToRGB (img Image )(Image ,error ){return img ,nil };func (_babe *PdfReader )newPdfAnnotationSquigglyFromDict (_dde *_eb .PdfObjectDictionary )(*PdfAnnotationSquiggly ,error ){_edad :=PdfAnnotationSquiggly {};_dege ,_acag :=_babe .newPdfAnnotationMarkupFromDict (_dde ); -if _acag !=nil {return nil ,_acag ;};_edad .PdfAnnotationMarkup =_dege ;_edad .QuadPoints =_dde .Get ("\u0051\u0075\u0061\u0064\u0050\u006f\u0069\u006e\u0074\u0073");return &_edad ,nil ;}; +// PdfColorPatternType2 represents a color shading pattern type 2 (Axial). +type PdfColorPatternType2 struct{Color PdfColor ;PatternName _cee .PdfObjectName ;}; -// NewEmbeddedFileFromObject construct a new EmbeddedFile from supplied object. -func NewEmbeddedFileFromObject (obj _eb .PdfObject )(*EmbeddedFile ,error ){_gafe :=_eb .TraceToDirectObject (obj );_egfd ,_befa :=_gafe .(*_eb .PdfObjectDictionary );if !_befa {return nil ,_dcf .New ("\u0049\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u006fb\u006a\u0065\u0063\u0074"); -};_fcaf :=_eb .TraceToDirectObject (_egfd .Get ("\u0046"));if _fcaf ==nil {return nil ,_dcf .New ("\u0049n\u0076\u0061\u006c\u0069\u0064\u0020\u006f\u0062\u006a\u0065\u0063t\u0020\u0073\u0074\u0072\u0075\u0063\u0074\u0075\u0072\u0065");};_dbaa ,_befa :=_fcaf .(*_eb .PdfObjectStream ); -if !_befa {return nil ,_dcf .New ("\u0049\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0073t\u0072\u0065\u0061\u006d");};_bdae :=_dbaa .PdfObjectDictionary ;_eeacc :=_bdae .Get ("\u0050\u0061\u0072\u0061\u006d\u0073");if _eeacc ==nil {return nil ,_dcf .New ("P\u0061\u0072\u0061\u006d\u0073\u0020o\u0062\u006a\u0065\u0063\u0074\u0020\u006e\u006f\u0074 \u0061\u0076\u0061i\u006ca\u0062\u006c\u0065"); -};_edbe ,_befa :=_eeacc .(*_eb .PdfObjectDictionary );if !_befa {return nil ,_dcf .New ("I\u006e\u0076\u0061\u006cid\u0020P\u0061\u0072\u0061\u006d\u0073 \u006f\u0062\u006a\u0065\u0063\u0074");};_fdegd :="";_faaa :=_edbe .Get ("\u0043\u0068\u0065\u0063\u006b\u0053\u0075\u006d"); -if _faaa !=nil {_fdegd =_faaa .(*_eb .PdfObjectString ).Str ();};_cdba ,_edbge :=_eb .DecodeStream (_dbaa );if _edbge !=nil {return nil ,_edbge ;};_dafd :=&EmbeddedFile {Content :_cdba ,Hash :_fdegd };return _dafd ,nil ;}; +// Initialize initializes the PdfSignature. +func (_daega *PdfSignature )Initialize ()error {if _daega .Handler ==nil {return _cdf .New ("\u0073\u0069\u0067n\u0061\u0074\u0075\u0072e\u0020\u0068\u0061\u006e\u0064\u006c\u0065r\u0020\u0063\u0061\u006e\u006e\u006f\u0074\u0020\u0062\u0065\u0020\u006e\u0069\u006c"); +};return _daega .Handler .InitSignature (_daega );};func (_degfg *PdfPage )getParentResources ()(*PdfPageResources ,error ){_fdabd :=_degfg .Parent ;for _fdabd !=nil {_fbbdb ,_ffcbg :=_cee .GetDict (_fdabd );if !_ffcbg {_fca .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0069\u006e\u0076\u0061l\u0069\u0064\u0020\u0070\u0061\u0072\u0065\u006e\u0074\u0020n\u006f\u0064\u0065"); +return nil ,_cdf .New ("i\u006e\u0076\u0061\u006cid\u0020p\u0061\u0072\u0065\u006e\u0074 \u006f\u0062\u006a\u0065\u0063\u0074");};if _ggcgd :=_fbbdb .Get ("\u0052e\u0073\u006f\u0075\u0072\u0063\u0065s");_ggcgd !=nil {_eccgc ,_fegdb :=_cee .GetDict (_ggcgd ); +if !_fegdb {return nil ,_cdf .New ("i\u006e\u0076\u0061\u006cid\u0020r\u0065\u0073\u006f\u0075\u0072c\u0065\u0020\u0064\u0069\u0063\u0074");};_ebab ,_fdaee :=NewPdfPageResourcesFromDict (_eccgc );if _fdaee !=nil {return nil ,_fdaee ;};return _ebab ,nil ; +};_fdabd =_fbbdb .Get ("\u0050\u0061\u0072\u0065\u006e\u0074");};return nil ,nil ;}; -// ToPdfObject returns the PDF representation of the VRI dictionary. -func (_fdfge *VRI )ToPdfObject ()*_eb .PdfObjectDictionary {_bfdc :=_eb .MakeDict ();_bfdc .SetIfNotNil (_eb .PdfObjectName ("\u0043\u0065\u0072\u0074"),_cafc (_fdfge .Cert ));_bfdc .SetIfNotNil (_eb .PdfObjectName ("\u004f\u0043\u0053\u0050"),_cafc (_fdfge .OCSP )); -_bfdc .SetIfNotNil (_eb .PdfObjectName ("\u0043\u0052\u004c"),_cafc (_fdfge .CRL ));_bfdc .SetIfNotNil ("\u0054\u0055",_fdfge .TU );_bfdc .SetIfNotNil ("\u0054\u0053",_fdfge .TS );return _bfdc ;};func _ebbea ()string {_dfbafc .Lock ();defer _dfbafc .Unlock (); -return _addbb }; +// HasXObjectByName checks if has XObject resource by name. +func (_baacd *PdfPage )HasXObjectByName (name _cee .PdfObjectName )bool {_fbfbgf ,_bdaa :=_baacd .Resources .XObject .(*_cee .PdfObjectDictionary );if !_bdaa {return false ;};if _ggaagc :=_fbfbgf .Get (name );_ggaagc !=nil {return true ;};return false ; +}; -// GetDescent returns the Descent of the font `descriptor`. -func (_dafcb *PdfFontDescriptor )GetDescent ()(float64 ,error ){return _eb .GetNumberAsFloat (_dafcb .Descent );}; +// PdfInfoTrapped specifies pdf trapped information. +type PdfInfoTrapped string ; -// NewStandard14FontWithEncoding returns the standard 14 font named `basefont` as a *PdfFont and -// a TextEncoder that encodes all the runes in `alphabet`, or an error if this is not possible. -// An error can occur if `basefont` is not one the standard 14 font names. -func NewStandard14FontWithEncoding (basefont StdFontName ,alphabet map[rune ]int )(*PdfFont ,_fc .SimpleEncoder ,error ){_badb ,_degf :=_adca (basefont );if _degf !=nil {return nil ,nil ,_degf ;};_cded ,_agcb :=_badb .Encoder ().(_fc .SimpleEncoder );if !_agcb {return nil ,nil ,_e .Errorf ("\u006f\u006e\u006c\u0079\u0020s\u0069\u006d\u0070\u006c\u0065\u0020\u0065\u006e\u0063\u006f\u0064\u0069\u006eg\u0020\u0069\u0073\u0020\u0073\u0075\u0070\u0070\u006f\u0072\u0074\u0065\u0064\u002c\u0020\u0067\u006f\u0074\u0020\u0025\u0054",_badb .Encoder ()); -};_aaca :=make (map[rune ]_fc .GlyphName );for _bgae :=range alphabet {if _ ,_bebdb :=_cded .RuneToCharcode (_bgae );!_bebdb {_ ,_aagef :=_badb ._gacdb .Read (_bgae );if !_aagef {_ddb .Log .Trace ("r\u0075\u006e\u0065\u0020\u0025\u0023x\u003d\u0025\u0071\u0020\u006e\u006f\u0074\u0020\u0069n\u0020\u0074\u0068e\u0020f\u006f\u006e\u0074",_bgae ,_bgae ); -continue ;};_gbca ,_aagef :=_fc .RuneToGlyph (_bgae );if !_aagef {_ddb .Log .Debug ("\u006eo\u0020\u0067\u006c\u0079\u0070\u0068\u0020\u0066\u006f\u0072\u0020r\u0075\u006e\u0065\u0020\u0025\u0023\u0078\u003d\u0025\u0071",_bgae ,_bgae );continue ;};if len (_aaca )>=255{return nil ,nil ,_dcf .New ("\u0074\u006f\u006f\u0020\u006d\u0061\u006e\u0079\u0020\u0063\u0068\u0061\u0072a\u0063\u0074\u0065\u0072\u0073\u0020f\u006f\u0072\u0020\u0073\u0069\u006d\u0070\u006c\u0065\u0020\u0065\u006e\u0063o\u0064\u0069\u006e\u0067"); -};_aaca [_bgae ]=_gbca ;};};var (_fbdef []_fc .CharCode ;_cfecc []_fc .CharCode ;);for _cbcb :=_fc .CharCode (1);_cbcb <=0xff;_cbcb ++{_gbbga ,_cccfe :=_cded .CharcodeToRune (_cbcb );if !_cccfe {_fbdef =append (_fbdef ,_cbcb );continue ;};if _ ,_cccfe =alphabet [_gbbga ]; -!_cccfe {_cfecc =append (_cfecc ,_cbcb );};};_dage :=append (_fbdef ,_cfecc ...);if len (_dage )< len (_aaca ){return nil ,nil ,_e .Errorf ("n\u0065\u0065\u0064\u0020\u0074\u006f\u0020\u0065\u006ec\u006f\u0064\u0065\u0020\u0025\u0064\u0020ru\u006e\u0065\u0073\u002c \u0062\u0075\u0074\u0020\u0068\u0061\u0076\u0065\u0020on\u006c\u0079 \u0025\u0064\u0020\u0073\u006c\u006f\u0074\u0073",len (_aaca ),len (_dage )); -};_fddbc :=make ([]rune ,0,len (_aaca ));for _acaee :=range _aaca {_fddbc =append (_fddbc ,_acaee );};_ba .Slice (_fddbc ,func (_cfba ,_dgeg int )bool {return _fddbc [_cfba ]< _fddbc [_dgeg ]});_afgc :=make (map[_fc .CharCode ]_fc .GlyphName ,len (_fddbc )); -for _ ,_gfdaf :=range _fddbc {_aegc :=_dage [0];_dage =_dage [1:];_afgc [_aegc ]=_aaca [_gfdaf ];};_cded =_fc .ApplyDifferences (_cded ,_afgc );_badb .SetEncoder (_cded );return &PdfFont {_fdaa :&_badb },_cded ,nil ;}; +// PdfField contains the common attributes of a form field. The context object contains the specific field data +// which can represent a button, text, choice or signature. +// The PdfField is typically not used directly, but is encapsulated by the more specific field types such as +// PdfFieldButton etc (i.e. the context attribute). +type PdfField struct{_egab PdfModel ;_ccbb *_cee .PdfIndirectObject ;Parent *PdfField ;Annotations []*PdfAnnotationWidget ;Kids []*PdfField ;FT *_cee .PdfObjectName ;T *_cee .PdfObjectString ;TU *_cee .PdfObjectString ;TM *_cee .PdfObjectString ;Ff *_cee .PdfObjectInteger ; +V _cee .PdfObject ;DV _cee .PdfObject ;AA _cee .PdfObject ;VariableText *VariableText ;};func (_dcfe *pdfFontSimple )updateStandard14Font (){_cddd ,_debgcd :=_dcfe .Encoder ().(_dae .SimpleEncoder );if !_debgcd {_fca .Log .Error ("\u0057\u0072\u006f\u006e\u0067\u0020\u0065\u006e\u0063\u006f\u0064\u0065\u0072\u0020\u0074y\u0070e\u003a\u0020\u0025\u0054\u002e\u0020\u0066\u006f\u006e\u0074\u003d\u0025\u0073\u002e",_dcfe .Encoder (),_dcfe ); +return ;};_bbgbg :=_cddd .Charcodes ();_dcfe ._ccfb =make (map[_dae .CharCode ]float64 ,len (_bbgbg ));for _ ,_gaaae :=range _bbgbg {_efafg ,_ :=_cddd .CharcodeToRune (_gaaae );_dfdbc ,_ :=_dcfe ._daefa .Read (_efafg );_dcfe ._ccfb [_gaaae ]=_dfdbc .Wx ; +};}; -// IsCID returns true if the underlying font is CID. -func (_bfced *PdfFont )IsCID ()bool {return _bfced .baseFields ().isCIDFont ()}; +// PdfSignature represents a PDF signature dictionary and is used for signing via form signature fields. +// (Section 12.8, Table 252 - Entries in a signature dictionary p. 475 in PDF32000_2008). +type PdfSignature struct{Handler SignatureHandler ;_gcfbb *_cee .PdfIndirectObject ; -// PdfFilespec represents a file specification which can either refer to an external or embedded file. -type PdfFilespec struct{Type _eb .PdfObject ;FS _eb .PdfObject ;F _eb .PdfObject ;UF _eb .PdfObject ;DOS _eb .PdfObject ;Mac _eb .PdfObject ;Unix _eb .PdfObject ;ID _eb .PdfObject ;V _eb .PdfObject ;EF _eb .PdfObject ;RF _eb .PdfObject ;Desc _eb .PdfObject ; -CI _eb .PdfObject ;AFRelationship _eb .PdfObject ;_cbefe _eb .PdfObject ;}; +// Type: Sig/DocTimeStamp +Type *_cee .PdfObjectName ;Filter *_cee .PdfObjectName ;SubFilter *_cee .PdfObjectName ;Contents *_cee .PdfObjectString ;Cert _cee .PdfObject ;ByteRange *_cee .PdfObjectArray ;Reference *_cee .PdfObjectArray ;Changes *_cee .PdfObjectArray ;Name *_cee .PdfObjectString ; +M *_cee .PdfObjectString ;Location *_cee .PdfObjectString ;Reason *_cee .PdfObjectString ;ContactInfo *_cee .PdfObjectString ;R *_cee .PdfObjectInteger ;V *_cee .PdfObjectInteger ;PropBuild *_cee .PdfObjectDictionary ;PropAuthTime *_cee .PdfObjectInteger ; +PropAuthType *_cee .PdfObjectName ;}; -// NewPdfAnnotationSquiggly returns a new text squiggly annotation. -func NewPdfAnnotationSquiggly ()*PdfAnnotationSquiggly {_cegc :=NewPdfAnnotation ();_caf :=&PdfAnnotationSquiggly {};_caf .PdfAnnotation =_cegc ;_caf .PdfAnnotationMarkup =&PdfAnnotationMarkup {};_cegc .SetContext (_caf );return _caf ;}; +// PdfFunctionType0 uses a sequence of sample values (contained in a stream) to provide an approximation +// for functions whose domains and ranges are bounded. The samples are organized as an m-dimensional +// table in which each entry has n components +type PdfFunctionType0 struct{Domain []float64 ;Range []float64 ;NumInputs int ;NumOutputs int ;Size []int ;BitsPerSample int ;Order int ;Encode []float64 ;Decode []float64 ;_bbdc []byte ;_efcg []uint32 ;_gaagd *_cee .PdfObjectStream ;};func (_gebfb *PdfReader )newPdfSignatureReferenceFromDict (_bdfcd *_cee .PdfObjectDictionary )(*PdfSignatureReference ,error ){if _gbef ,_fcgbg :=_gebfb ._fcgbe .GetModelFromPrimitive (_bdfcd ).(*PdfSignatureReference ); +_fcgbg {return _gbef ,nil ;};_bcbcg :=&PdfSignatureReference {_bfegdg :_bdfcd ,Data :_bdfcd .Get ("\u0044\u0061\u0074\u0061")};var _ccdegb bool ;_bcbcg .Type ,_ =_cee .GetName (_bdfcd .Get ("\u0054\u0079\u0070\u0065"));_bcbcg .TransformMethod ,_ccdegb =_cee .GetName (_bdfcd .Get ("\u0054r\u0061n\u0073\u0066\u006f\u0072\u006d\u004d\u0065\u0074\u0068\u006f\u0064")); +if !_ccdegb {_fca .Log .Error ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0053\u0069g\u006e\u0061\u0074\u0075\u0072\u0065\u0020\u0052\u0065\u0066\u0065\u0072\u0065\u006e\u0063\u0065\u0020\u0054\u0072\u0061\u006e\u0073\u0066o\u0072\u006dM\u0065\u0074h\u006f\u0064\u0020\u0061\u0074\u0074\u0072\u0069\u0062\u0075\u0074\u0065\u0020in\u0076\u0061\u006c\u0069\u0064\u0020\u006f\u0072\u0020m\u0069\u0073\u0073\u0069\u006e\u0067"); +return nil ,ErrInvalidAttribute ;};_bcbcg .TransformParams ,_ =_cee .GetDict (_bdfcd .Get ("\u0054r\u0061n\u0073\u0066\u006f\u0072\u006d\u0050\u0061\u0072\u0061\u006d\u0073"));_bcbcg .DigestMethod ,_ =_cee .GetName (_bdfcd .Get ("\u0044\u0069\u0067e\u0073\u0074\u004d\u0065\u0074\u0068\u006f\u0064")); +return _bcbcg ,nil ;}; -// PdfShadingPattern is a Shading patterns that provide a smooth transition between colors across an area to be painted, -// i.e. color(x,y) = f(x,y) at each point. -// It is a type 2 pattern (PatternType = 2). -type PdfShadingPattern struct{*PdfPattern ;Shading *PdfShading ;Matrix *_eb .PdfObjectArray ;ExtGState _eb .PdfObject ;}; +// GetMCID returns the MCID of the KValue. +func (_efeag *KValue )GetMCID ()*int {return _efeag ._dfcf }; -// PdfColorPattern represents a pattern color. -type PdfColorPattern struct{Color PdfColor ;PatternName _eb .PdfObjectName ;};func (_eed *PdfReader )newPdfActionSetOCGStateFromDict (_aacc *_eb .PdfObjectDictionary )(*PdfActionSetOCGState ,error ){return &PdfActionSetOCGState {State :_aacc .Get ("\u0053\u0074\u0061t\u0065"),PreserveRB :_aacc .Get ("\u0050\u0072\u0065\u0073\u0065\u0072\u0076\u0065\u0052\u0042")},nil ; -}; +// PdfActionResetForm represents a resetForm action. +type PdfActionResetForm struct{*PdfAction ;Fields _cee .PdfObject ;Flags _cee .PdfObject ;}; -// NewPdfAnnotationMovie returns a new movie annotation. -func NewPdfAnnotationMovie ()*PdfAnnotationMovie {_bac :=NewPdfAnnotation ();_gge :=&PdfAnnotationMovie {};_gge .PdfAnnotation =_bac ;_bac .SetContext (_gge );return _gge ;}; +// IsHideWindowUI returns the value of the hideWindowUI flag. +func (_abbff *ViewerPreferences )IsHideWindowUI ()bool {if _abbff ._gfffg ==nil {return false ;};return *_abbff ._gfffg ;};func (_adege *PdfReader )newPdfPageFromDict (_geee *_cee .PdfObjectDictionary )(*PdfPage ,error ){_efcee :=NewPdfPage ();_efcee ._cfdab =_geee ; +_efcee ._bfeab =*_geee ;_aebad :=*_geee ;_ggebg ,_afgg :=_aebad .Get ("\u0054\u0079\u0070\u0065").(*_cee .PdfObjectName );if !_afgg {return nil ,_cdf .New ("\u006d\u0069ss\u0069\u006e\u0067/\u0069\u006e\u0076\u0061lid\u0020Pa\u0067\u0065\u0020\u0064\u0069\u0063\u0074io\u006e\u0061\u0072\u0079\u0020\u0054\u0079p\u0065"); +};if *_ggebg !="\u0050\u0061\u0067\u0065"{return nil ,_cdf .New ("\u0070\u0061\u0067\u0065 \u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079 \u0054y\u0070\u0065\u0020\u0021\u003d\u0020\u0050a\u0067\u0065");};if _bcgdf :=_aebad .Get ("\u0050\u0061\u0072\u0065\u006e\u0074"); +_bcgdf !=nil {_efcee .Parent =_bcgdf ;};if _agafe :=_aebad .Get ("\u004c\u0061\u0073t\u004d\u006f\u0064\u0069\u0066\u0069\u0065\u0064");_agafe !=nil {_fgbc ,_agda :=_cee .GetString (_agafe );if !_agda {return nil ,_cdf .New ("\u0070\u0061\u0067\u0065\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u0020\u004c\u0061\u0073\u0074\u004d\u006f\u0064\u0069f\u0069\u0065\u0064\u0020\u0021=\u0020\u0073t\u0072\u0069\u006e\u0067"); +};_ecgdf ,_gbfgg :=NewPdfDate (_fgbc .Str ());if _gbfgg !=nil {return nil ,_gbfgg ;};_efcee .LastModified =&_ecgdf ;};if _dgfac :=_aebad .Get ("\u0052e\u0073\u006f\u0075\u0072\u0063\u0065s");_dgfac !=nil &&!_cee .IsNullObject (_dgfac ){_edfa ,_dbdg :=_cee .GetDict (_dgfac ); +if !_dbdg {return nil ,_e .Errorf ("\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0072\u0065\u0073\u006f\u0075\u0072\u0063e\u0020d\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u0020\u0028\u0025\u0054\u0029",_dgfac );};var _befde error ;_efcee .Resources ,_befde =NewPdfPageResourcesFromDict (_edfa ); +if _befde !=nil {return nil ,_befde ;};}else {_bedbb ,_eegaf :=_efcee .getParentResources ();if _eegaf !=nil {return nil ,_eegaf ;};if _bedbb ==nil {_bedbb =NewPdfPageResources ();};_efcee .Resources =_bedbb ;};if _eaedg :=_aebad .Get ("\u004d\u0065\u0064\u0069\u0061\u0042\u006f\u0078"); +_eaedg !=nil {_aaagc ,_gbdgb :=_cee .GetArray (_eaedg );if !_gbdgb {return nil ,_cdf .New ("\u0070\u0061\u0067\u0065\u0020\u004d\u0065\u0064\u0069\u0061\u0042o\u0078\u0020\u006e\u006f\u0074\u0020\u0061\u006e\u0020\u0061r\u0072\u0061\u0079");};var _gadg error ; +_efcee .MediaBox ,_gadg =NewPdfRectangle (*_aaagc );if _gadg !=nil {return nil ,_gadg ;};};if _facadb :=_aebad .Get ("\u0043r\u006f\u0070\u0042\u006f\u0078");_facadb !=nil {_cdfc ,_efgg :=_cee .GetArray (_facadb );if !_efgg {return nil ,_cdf .New ("\u0070a\u0067\u0065\u0020\u0043r\u006f\u0070\u0042\u006f\u0078 \u006eo\u0074 \u0061\u006e\u0020\u0061\u0072\u0072\u0061y"); +};var _abfaf error ;_efcee .CropBox ,_abfaf =NewPdfRectangle (*_cdfc );if _abfaf !=nil {return nil ,_abfaf ;};};if _fefgc :=_aebad .Get ("\u0042\u006c\u0065\u0065\u0064\u0042\u006f\u0078");_fefgc !=nil {_gddag ,_aebee :=_cee .GetArray (_fefgc );if !_aebee {return nil ,_cdf .New ("\u0070\u0061\u0067\u0065\u0020\u0042\u006c\u0065\u0065\u0064\u0042o\u0078\u0020\u006e\u006f\u0074\u0020\u0061\u006e\u0020\u0061r\u0072\u0061\u0079"); +};var _ddaf error ;_efcee .BleedBox ,_ddaf =NewPdfRectangle (*_gddag );if _ddaf !=nil {return nil ,_ddaf ;};};if _fafc :=_aebad .Get ("\u0054r\u0069\u006d\u0042\u006f\u0078");_fafc !=nil {_cdbbf ,_fgegbe :=_cee .GetArray (_fafc );if !_fgegbe {return nil ,_cdf .New ("\u0070a\u0067\u0065\u0020\u0054r\u0069\u006d\u0042\u006f\u0078 \u006eo\u0074 \u0061\u006e\u0020\u0061\u0072\u0072\u0061y"); +};var _aaagf error ;_efcee .TrimBox ,_aaagf =NewPdfRectangle (*_cdbbf );if _aaagf !=nil {return nil ,_aaagf ;};};if _ebgd :=_aebad .Get ("\u0041\u0072\u0074\u0042\u006f\u0078");_ebgd !=nil {_efec ,_bcagde :=_cee .GetArray (_ebgd );if !_bcagde {return nil ,_cdf .New ("\u0070a\u0067\u0065\u0020\u0041\u0072\u0074\u0042\u006f\u0078\u0020\u006eo\u0074\u0020\u0061\u006e\u0020\u0061\u0072\u0072\u0061\u0079"); +};var _gecbe error ;_efcee .ArtBox ,_gecbe =NewPdfRectangle (*_efec );if _gecbe !=nil {return nil ,_gecbe ;};};if _fgba :=_aebad .Get ("\u0042\u006f\u0078C\u006f\u006c\u006f\u0072\u0049\u006e\u0066\u006f");_fgba !=nil {_efcee .BoxColorInfo =_fgba ;};if _eeedb :=_aebad .Get ("\u0043\u006f\u006e\u0074\u0065\u006e\u0074\u0073"); +_eeedb !=nil {_efcee .Contents =_eeedb ;};if _bgfc :=_aebad .Get ("\u0052\u006f\u0074\u0061\u0074\u0065");_bgfc !=nil {_fgfc ,_edggf :=_cee .GetNumberAsInt64 (_bgfc );if _edggf !=nil {return nil ,_cdf .New ("\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0050\u0061\u0067e\u0020\u0052\u006f\u0074\u0061\u0074\u0065\u0020\u006f\u0062j\u0065\u0063\u0074"); +};_efcee .Rotate =&_fgfc ;};if _cfdbb :=_aebad .Get ("\u0047\u0072\u006fu\u0070");_cfdbb !=nil {_efcee .Group =_cfdbb ;};if _caffg :=_aebad .Get ("\u0054\u0068\u0075m\u0062");_caffg !=nil {_efcee .Thumb =_caffg ;};if _ggfa :=_aebad .Get ("\u0042");_ggfa !=nil {_efcee .B =_ggfa ; +};if _cffcd :=_aebad .Get ("\u0044\u0075\u0072");_cffcd !=nil {_efcee .Dur =_cffcd ;};if _cfcea :=_aebad .Get ("\u0054\u0072\u0061n\u0073");_cfcea !=nil {_efcee .Trans =_cfcea ;};if _adff :=_aebad .Get ("\u0041\u0041");_adff !=nil {_efcee .AA =_adff ;}; +if _fabce :=_aebad .Get ("\u004d\u0065\u0074\u0061\u0064\u0061\u0074\u0061");_fabce !=nil {_efcee .Metadata =_fabce ;};if _gdbbf :=_aebad .Get ("\u0050i\u0065\u0063\u0065\u0049\u006e\u0066o");_gdbbf !=nil {_efcee .PieceInfo =_gdbbf ;};if _cggf :=_aebad .Get ("\u0053\u0074\u0072\u0075\u0063\u0074\u0050\u0061\u0072\u0065\u006e\u0074\u0073"); +_cggf !=nil {_efcee .StructParents =_cggf ;};if _eaaa :=_aebad .Get ("\u0049\u0044");_eaaa !=nil {_efcee .ID =_eaaa ;};if _dfaf :=_aebad .Get ("\u0050\u005a");_dfaf !=nil {_efcee .PZ =_dfaf ;};if _cfacd :=_aebad .Get ("\u0053\u0065\u0070\u0061\u0072\u0061\u0074\u0069\u006fn\u0049\u006e\u0066\u006f"); +_cfacd !=nil {_efcee .SeparationInfo =_cfacd ;};if _egcc :=_aebad .Get ("\u0054\u0061\u0062\u0073");_egcc !=nil {_efcee .Tabs =_egcc ;};if _ffca :=_aebad .Get ("T\u0065m\u0070\u006c\u0061\u0074\u0065\u0049\u006e\u0073t\u0061\u006e\u0074\u0069at\u0065\u0064"); +_ffca !=nil {_efcee .TemplateInstantiated =_ffca ;};if _beece :=_aebad .Get ("\u0050r\u0065\u0073\u0053\u0074\u0065\u0070s");_beece !=nil {_efcee .PresSteps =_beece ;};if _ebcgf :=_aebad .Get ("\u0055\u0073\u0065\u0072\u0055\u006e\u0069\u0074");_ebcgf !=nil {_efcee .UserUnit =_ebcgf ; +};if _aefdg :=_aebad .Get ("\u0056\u0050");_aefdg !=nil {_efcee .VP =_aefdg ;};if _caeca :=_aebad .Get ("\u0041\u006e\u006e\u006f\u0074\u0073");_caeca !=nil {_efcee .Annots =_caeca ;};_efcee ._acbbg =_adege ;return _efcee ,nil ;};func _dbaba (_baegc _cee .PdfObject ,_efgbg *fontCommon )(*_dgg .CMap ,error ){_adfdf ,_gfab :=_cee .GetStream (_baegc ); +if !_gfab {_fca .Log .Debug ("\u0045\u0052\u0052\u004f\u0052:\u0020\u0074\u006f\u0055\u006e\u0069\u0063\u006f\u0064\u0065\u0054\u006f\u0043m\u0061\u0070\u003a\u0020\u004e\u006f\u0074\u0020\u0061\u0020\u0073\u0074\u0072\u0065\u0061\u006d\u0020\u0028\u0025\u0054\u0029",_baegc ); +return nil ,_cee .ErrTypeError ;};_geaaef ,_dabgg :=_cee .DecodeStream (_adfdf );if _dabgg !=nil {return nil ,_dabgg ;};_ecdeg ,_dabgg :=_dgg .LoadCmapFromData (_geaaef ,!_efgbg .isCIDFont ());if _dabgg !=nil {_fca .Log .Debug ("\u0045\u0052R\u004f\u0052\u003a\u0020\u004f\u0062\u006a\u0065\u0063\u0074\u004e\u0075\u006d\u0062\u0065\u0072\u003d\u0025\u0064\u0020\u0065\u0072r=\u0025\u0076",_adfdf .ObjectNumber ,_dabgg ); +};return _ecdeg ,_dabgg ;}; -// K returns the value of the key component of the color. -func (_bccf *PdfColorDeviceCMYK )K ()float64 {return _bccf [3]}; +// PdfActionType represents an action type in PDF (section 12.6.4 p. 417). +type PdfActionType string ; -// ColorFromFloats returns a new PdfColor based on input color components. -func (_fffd *PdfColorspaceDeviceN )ColorFromFloats (vals []float64 )(PdfColor ,error ){if len (vals )!=_fffd .GetNumComponents (){return nil ,_dcf .New ("r\u0061\u006e\u0067\u0065\u0020\u0063\u0068\u0065\u0063\u006b");};_feeea ,_caga :=_fffd .TintTransform .Evaluate (vals ); -if _caga !=nil {return nil ,_caga ;};_efaa ,_caga :=_fffd .AlternateSpace .ColorFromFloats (_feeea );if _caga !=nil {return nil ,_caga ;};return _efaa ,nil ;}; +// ToPdfObject implements interface PdfModel. +func (_abeb *PdfAnnotationPopup )ToPdfObject ()_cee .PdfObject {_abeb .PdfAnnotation .ToPdfObject ();_ecb :=_abeb ._eddc ;_fcg :=_ecb .PdfObject .(*_cee .PdfObjectDictionary );_fcg .SetIfNotNil ("\u0053u\u0062\u0074\u0079\u0070\u0065",_cee .MakeName ("\u0050\u006f\u0070u\u0070")); +_fcg .SetIfNotNil ("\u0050\u0061\u0072\u0065\u006e\u0074",_abeb .Parent );_fcg .SetIfNotNil ("\u004f\u0070\u0065\u006e",_abeb .Open );return _ecb ;}; -// DecodeArray returns the range of color component values in the ICCBased colorspace. -func (_cabga *PdfColorspaceICCBased )DecodeArray ()[]float64 {return _cabga .Range }; +// K returns the value of the key component of the color. +func (_gade *PdfColorDeviceCMYK )K ()float64 {return _gade [3]};func (_ebbc fontCommon )fontFlags ()int {if _ebbc ._ebcad ==nil {return 0;};return _ebbc ._ebcad ._cadgge ;}; -// GetDSS gets the DSS dictionary (ETSI TS 102 778-4 V1.1.1) of the current -// document revision. -func (_ggcg *PdfAppender )GetDSS ()(_gebc *DSS ){return _ggcg ._cedc }; +// SetNonFullScreenPageMode sets the value of the nonFullScreenPageMode. +func (_fgbge *ViewerPreferences )SetNonFullScreenPageMode (nonFullScreenPageMode NonFullScreenPageMode ){_fgbge ._efgaa =nonFullScreenPageMode ;}; -// NewPdfActionTrans returns a new "trans" action. -func NewPdfActionTrans ()*PdfActionTrans {_abc :=NewPdfAction ();_dcb :=&PdfActionTrans {};_dcb .PdfAction =_abc ;_abc .SetContext (_dcb );return _dcb ;}; +// GetXObjectFormByName returns the XObjectForm with the specified name from the +// page resources, if it exists. +func (_eabfa *PdfPageResources )GetXObjectFormByName (keyName _cee .PdfObjectName )(*XObjectForm ,error ){_adca ,_cdbdf :=_eabfa .GetXObjectByName (keyName );if _adca ==nil {return nil ,nil ;};if _cdbdf !=XObjectTypeForm {return nil ,_cdf .New ("\u006e\u006f\u0074\u0020\u0061\u0020\u0066\u006f\u0072\u006d"); +};_dddag ,_cegc :=NewXObjectFormFromStream (_adca );if _cegc !=nil {return nil ,_cegc ;};return _dddag ,nil ;};func (_cgdde *PdfWriter )writeNamesDictionary ()error {if _cgdde ._bbcfgd ==nil {return nil ;};_bddbe :=_cgdde ._bbcfgd .ToPdfObject ();_cgdde ._cdebc .Set ("\u004e\u0061\u006de\u0073",_bddbe ); +_agagc :=_cgdde .addObjects (_bddbe );if _agagc !=nil {return _agagc ;};return nil ;}; -// ImageToRGB convert an indexed image to RGB. -func (_cacde *PdfColorspaceSpecialIndexed )ImageToRGB (img Image )(Image ,error ){N :=_cacde .Base .GetNumComponents ();if N < 1{return Image {},_e .Errorf ("\u0062\u0061d \u0062\u0061\u0073e\u0020\u0063\u006f\u006cors\u0070ac\u0065\u0020\u004e\u0075\u006d\u0043\u006fmp\u006f\u006e\u0065\u006e\u0074\u0073\u003d%\u0064",N ); -};_gegb :=_df .NewImageBase (int (img .Width ),int (img .Height ),8,N ,nil ,img ._bdcab ,img ._fedc );_ecgc :=_bb .NewReader (img .getBase ());_efda :=_bb .NewWriter (_gegb );var (_efgf uint32 ;_gadb int ;_adfd error ;);for {_efgf ,_adfd =_ecgc .ReadSample (); -if _adfd ==_bagf .EOF {break ;}else if _adfd !=nil {return img ,_adfd ;};_gadb =int (_efgf );_ddb .Log .Trace ("\u0049\u006ed\u0065\u0078\u0065\u0064\u003a\u0020\u0069\u006e\u0064\u0065\u0078\u003d\u0025\u0064\u0020\u004e\u003d\u0025\u0064\u0020\u006c\u0075t=\u0025\u0064",_gadb ,N ,len (_cacde ._efcb )); -if (_gadb +1)*N > len (_cacde ._efcb ){_gadb =len (_cacde ._efcb )/N -1;_ddb .Log .Trace ("C\u006c\u0069\u0070\u0070in\u0067 \u0074\u006f\u0020\u0069\u006ed\u0065\u0078\u003a\u0020\u0025\u0064",_gadb );if _gadb < 0{_ddb .Log .Debug ("\u0045R\u0052\u004fR\u003a\u0020\u0043a\u006e\u0027\u0074\u0020\u0063\u006c\u0069p\u0020\u0069\u006e\u0064\u0065\u0078.\u0020\u0049\u0073\u0020\u0050\u0044\u0046\u0020\u0066\u0069\u006ce\u0020\u0064\u0061\u006d\u0061\u0067\u0065\u0064\u003f"); -break ;};};for _dgedf :=_gadb *N ;_dgedf < (_gadb +1)*N ;_dgedf ++{if _adfd =_efda .WriteSample (uint32 (_cacde ._efcb [_dgedf ]));_adfd !=nil {return img ,_adfd ;};};};return _cacde .Base .ImageToRGB (_ggaa (&_gegb ));}; +// PdfAnnotation3D represents 3D annotations. +// (Section 13.6.2). +type PdfAnnotation3D struct{*PdfAnnotation ;T3DD _cee .PdfObject ;T3DV _cee .PdfObject ;T3DA _cee .PdfObject ;T3DI _cee .PdfObject ;T3DB _cee .PdfObject ;}; -// GetNumPages returns the number of pages in the document. -func (_cfgbeb *PdfReader )GetNumPages ()(int ,error ){if _cfgbeb ._ebbe .GetCrypter ()!=nil &&!_cfgbeb ._ebbe .IsAuthenticated (){return 0,_e .Errorf ("\u0066\u0069\u006ce\u0020\u006e\u0065\u0065d\u0020\u0074\u006f\u0020\u0062\u0065\u0020d\u0065\u0063\u0072\u0079\u0070\u0074\u0065\u0064\u0020\u0066\u0069\u0072\u0073\u0074"); -};return len (_cfgbeb ._cbaff ),nil ;};var _ pdfFont =(*pdfFontType0 )(nil ); +// EncryptionAlgorithm is used in EncryptOptions to change the default algorithm used to encrypt the document. +type EncryptionAlgorithm int ;func (_cgdg *PdfReader )newPdfActionResetFormFromDict (_eafd *_cee .PdfObjectDictionary )(*PdfActionResetForm ,error ){return &PdfActionResetForm {Fields :_eafd .Get ("\u0046\u0069\u0065\u006c\u0064\u0073"),Flags :_eafd .Get ("\u0046\u006c\u0061g\u0073")},nil ; +};func (_bdccf *pdfCIDFontType2 )getFontDescriptor ()*PdfFontDescriptor {return _bdccf ._ebcad }; -// SetFontByName sets the font specified by keyName to the given object. -func (_bbbbcc *PdfPageResources )SetFontByName (keyName _eb .PdfObjectName ,obj _eb .PdfObject )error {if _bbbbcc .Font ==nil {_bbbbcc .Font =_eb .MakeDict ();};_gdfbb ,_dfgeb :=_eb .TraceToDirectObject (_bbbbcc .Font ).(*_eb .PdfObjectDictionary );if !_dfgeb {_ddb .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0046\u006f\u006e\u0074\u0020\u006e\u006f\u0074\u0020\u0061\u0020\u0064\u0069\u0063\u0074\u0069\u006fn\u0061\u0072\u0079\u0021\u0020(\u0067\u006ft\u0020\u0025\u0054\u0029",_eb .TraceToDirectObject (_bbbbcc .Font )); -return _eb .ErrTypeError ;};_gdfbb .Set (keyName ,obj );return nil ;}; +// AddExtGState add External Graphics State (GState). The gsDict can be specified +// either directly as a dictionary or an indirect object containing a dictionary. +func (_febd *PdfPageResources )AddExtGState (gsName _cee .PdfObjectName ,gsDict _cee .PdfObject )error {if _febd .ExtGState ==nil {_febd .ExtGState =_cee .MakeDict ();};_gadfa :=_febd .ExtGState ;_cced ,_fbfff :=_cee .TraceToDirectObject (_gadfa ).(*_cee .PdfObjectDictionary ); +if !_fbfff {_fca .Log .Debug ("\u0045\u0078\u0074\u0047\u0053\u0074\u0061\u0074\u0065\u0020\u0074\u0079\u0070\u0065\u0020e\u0072r\u006f\u0072\u0020\u0028\u0067\u006f\u0074\u0020\u0025\u0054\u002f\u0025\u0054\u0029",_gadfa ,_cee .TraceToDirectObject (_gadfa )); +return _cee .ErrTypeError ;};_cced .Set (gsName ,gsDict );return nil ;}; -// ToPdfObject returns the button field dictionary within an indirect object. -func (_egce *PdfFieldButton )ToPdfObject ()_eb .PdfObject {_egce .PdfField .ToPdfObject ();_ebfcc :=_egce ._adgda ;_cafd :=_ebfcc .PdfObject .(*_eb .PdfObjectDictionary );_cafd .Set ("\u0046\u0054",_eb .MakeName ("\u0042\u0074\u006e"));if _egce .Opt !=nil {_cafd .Set ("\u004f\u0070\u0074",_egce .Opt ); -};return _ebfcc ;}; +// GetNumComponents returns the number of color components (1 for CalGray). +func (_dbgb *PdfColorCalGray )GetNumComponents ()int {return 1}; -// ColorFromPdfObjects returns a new PdfColor based on the input slice of color -// components. The slice should contain a single PdfObjectFloat element. -func (_cdaae *PdfColorspaceSpecialSeparation )ColorFromPdfObjects (objects []_eb .PdfObject )(PdfColor ,error ){if len (objects )!=1{return nil ,_dcf .New ("r\u0061\u006e\u0067\u0065\u0020\u0063\u0068\u0065\u0063\u006b");};_dfdf ,_bdebb :=_eb .GetNumbersAsFloat (objects ); -if _bdebb !=nil {return nil ,_bdebb ;};return _cdaae .ColorFromFloats (_dfdf );};func (_dfdff *LTV )validateSig (_gbbd *PdfSignature )error {if _gbbd ==nil ||_gbbd .Contents ==nil ||len (_gbbd .Contents .Bytes ())==0{return _e .Errorf ("i\u006e\u0076\u0061\u006c\u0069\u0064 \u0073\u0069\u0067\u006e\u0061\u0074\u0075\u0072\u0065 \u0066\u0069\u0065l\u0064:\u0020\u0025\u0076",_gbbd ); -};return nil ;}; +// SetAction sets the PDF action for the annotation link. +func (_dgaf *PdfAnnotationLink )SetAction (action *PdfAction ){_dgaf ._bef =action ;if action ==nil {_dgaf .A =nil ;};};func (_aafacb *PdfWriter )writeTrailer (_efcba int ){_aafacb .writeString ("\u0078\u0072\u0065\u0066\u000d\u000a");for _efab :=0;_efab <=_efcba ; +{for ;_efab <=_efcba ;_efab ++{_fcedb ,_dcbff :=_aafacb ._gceegb [_efab ];if _dcbff &&(!_aafacb ._fbaeb ||_aafacb ._fbaeb &&(_fcedb .Type ==1&&_fcedb .Offset >=_aafacb ._ffcbgf ||_fcedb .Type ==0)){break ;};};var _dcbgb int ;for _dcbgb =_efab +1;_dcbgb <=_efcba ; +_dcbgb ++{_daffb ,_fbbcc :=_aafacb ._gceegb [_dcbgb ];if _fbbcc &&(!_aafacb ._fbaeb ||_aafacb ._fbaeb &&(_daffb .Type ==1&&_daffb .Offset > _aafacb ._ffcbgf )){continue ;};break ;};_gcfdc :=_e .Sprintf ("\u0025d\u0020\u0025\u0064\u000d\u000a",_efab ,_dcbgb -_efab ); +_aafacb .writeString (_gcfdc );for _bdeefe :=_efab ;_bdeefe < _dcbgb ;_bdeefe ++{_efaag :=_aafacb ._gceegb [_bdeefe ];switch _efaag .Type {case 0:_gcfdc =_e .Sprintf ("\u0025\u002e\u0031\u0030\u0064\u0020\u0025\u002e\u0035d\u0020\u0066\u000d\u000a",0,65535); +_aafacb .writeString (_gcfdc );case 1:_gcfdc =_e .Sprintf ("\u0025\u002e\u0031\u0030\u0064\u0020\u0025\u002e\u0035d\u0020\u006e\u000d\u000a",_efaag .Offset ,0);_aafacb .writeString (_gcfdc );};};_efab =_dcbgb +1;};_efgbdg :=_cee .MakeDict ();_efgbdg .Set ("\u0049\u006e\u0066\u006f",_aafacb ._cbfac ); +_efgbdg .Set ("\u0052\u006f\u006f\u0074",_aafacb ._fadf );_efgbdg .Set ("\u0053\u0069\u007a\u0065",_cee .MakeInteger (int64 (_efcba +1)));if _aafacb ._fbaeb &&_aafacb ._dfdbb > 0{_efgbdg .Set ("\u0050\u0072\u0065\u0076",_cee .MakeInteger (_aafacb ._dfdbb )); +};if _aafacb ._ddafb !=nil {_efgbdg .Set ("\u0045n\u0063\u0072\u0079\u0070\u0074",_aafacb ._bbfag );};if _aafacb ._aeffd ==nil &&_aafacb ._dfea !=""&&_aafacb ._bcggd !=""{_aafacb ._aeffd =_cee .MakeArray (_cee .MakeHexString (_aafacb ._dfea ),_cee .MakeHexString (_aafacb ._bcggd )); +};if _aafacb ._aeffd !=nil {_efgbdg .Set ("\u0049\u0044",_aafacb ._aeffd );_fca .Log .Trace ("\u0049d\u0073\u003a\u0020\u0025\u0073",_aafacb ._aeffd );};_aafacb .writeString ("\u0074\u0072\u0061\u0069\u006c\u0065\u0072\u000a");_aafacb .writeString (_efgbdg .WriteString ()); +_aafacb .writeString ("\u000a");}; + +// SetPrintPageRange sets the value of the printPageRange. +func (_gcggf *ViewerPreferences )SetPrintPageRange (printPageRange []int ){_gcggf ._acfdg =printPageRange ;}; // ToPdfObject implements interface PdfModel. -func (_bagc *PdfActionGoToE )ToPdfObject ()_eb .PdfObject {_bagc .PdfAction .ToPdfObject ();_ebc :=_bagc ._dee ;_afd :=_ebc .PdfObject .(*_eb .PdfObjectDictionary );_afd .SetIfNotNil ("\u0053",_eb .MakeName (string (ActionTypeGoToE )));if _bagc .F !=nil {_afd .Set ("\u0046",_bagc .F .ToPdfObject ()); -};_afd .SetIfNotNil ("\u0044",_bagc .D );_afd .SetIfNotNil ("\u004ee\u0077\u0057\u0069\u006e\u0064\u006fw",_bagc .NewWindow );_afd .SetIfNotNil ("\u0054",_bagc .T );return _ebc ;}; +func (_bbc *PdfActionSubmitForm )ToPdfObject ()_cee .PdfObject {_bbc .PdfAction .ToPdfObject ();_dc :=_bbc ._gaf ;_bc :=_dc .PdfObject .(*_cee .PdfObjectDictionary );_bc .SetIfNotNil ("\u0053",_cee .MakeName (string (ActionTypeSubmitForm )));if _bbc .F !=nil {_bc .Set ("\u0046",_bbc .F .ToPdfObject ()); +};_bc .SetIfNotNil ("\u0046\u0069\u0065\u006c\u0064\u0073",_bbc .Fields );_bc .SetIfNotNil ("\u0046\u006c\u0061g\u0073",_bbc .Flags );return _dc ;}; -// PageProcessCallback callback function used in page loading -// that could be used to modify the page content. -// -// If an error is returned, the `ToWriter` process would fail. -// -// This callback, if defined, will take precedence over `PageCallback` callback. -type PageProcessCallback func (_ddbe int ,_bcaaf *PdfPage )error ;func (_acfa *PdfReader )traverseObjectData (_cbcbf _eb .PdfObject )error {return _eb .ResolveReferencesDeep (_cbcbf ,_acfa ._bcefc );}; +// PrintScaling returns the value of the printScaling. +func (_dbdba *ViewerPreferences )PrintScaling ()PrintScaling {return _dbdba ._fgbdf }; // ToPdfObject implements interface PdfModel. -// Note: Call the sub-annotation's ToPdfObject to set both the generic and non-generic information. -func (_ceea *PdfAnnotation )ToPdfObject ()_eb .PdfObject {_gcb :=_ceea ._ggf ;_bbbb :=_gcb .PdfObject .(*_eb .PdfObjectDictionary );_bbbb .Clear ();_bbbb .Set ("\u0054\u0079\u0070\u0065",_eb .MakeName ("\u0041\u006e\u006eo\u0074"));_bbbb .SetIfNotNil ("\u0052\u0065\u0063\u0074",_ceea .Rect ); -_bbbb .SetIfNotNil ("\u0043\u006f\u006e\u0074\u0065\u006e\u0074\u0073",_ceea .Contents );_bbbb .SetIfNotNil ("\u0050",_ceea .P );_bbbb .SetIfNotNil ("\u004e\u004d",_ceea .NM );_bbbb .SetIfNotNil ("\u004d",_ceea .M );_bbbb .SetIfNotNil ("\u0046",_ceea .F ); -_bbbb .SetIfNotNil ("\u0041\u0050",_ceea .AP );_bbbb .SetIfNotNil ("\u0041\u0053",_ceea .AS );_bbbb .SetIfNotNil ("\u0042\u006f\u0072\u0064\u0065\u0072",_ceea .Border );_bbbb .SetIfNotNil ("\u0043",_ceea .C );_bbbb .SetIfNotNil ("\u0053\u0074\u0072u\u0063\u0074\u0050\u0061\u0072\u0065\u006e\u0074",_ceea .StructParent ); -_bbbb .SetIfNotNil ("\u004f\u0043",_ceea .OC );return _gcb ;}; +func (_bddb *PdfAnnotationWidget )ToPdfObject ()_cee .PdfObject {_bddb .PdfAnnotation .ToPdfObject ();_addb :=_bddb ._eddc ;_dcaf :=_addb .PdfObject .(*_cee .PdfObjectDictionary );if _bddb ._dcf {return _addb ;};_bddb ._dcf =true ;_dcaf .SetIfNotNil ("\u0053u\u0062\u0074\u0079\u0070\u0065",_cee .MakeName ("\u0057\u0069\u0064\u0067\u0065\u0074")); +_dcaf .SetIfNotNil ("\u0048",_bddb .H );_dcaf .SetIfNotNil ("\u004d\u004b",_bddb .MK );_dcaf .SetIfNotNil ("\u0041",_bddb .A );_dcaf .SetIfNotNil ("\u0041\u0041",_bddb .AA );_dcaf .SetIfNotNil ("\u0042\u0053",_bddb .BS );_dgfg :=_bddb .Parent ;if _bddb ._dec !=nil {if _bddb ._dec ._ccbb ==_bddb ._eddc {_bddb ._dec .ToPdfObject (); +};_dgfg =_bddb ._dec .GetContainingPdfObject ();};if _dgfg !=_addb {_dcaf .SetIfNotNil ("\u0050\u0061\u0072\u0065\u006e\u0074",_dgfg );};_bddb ._dcf =false ;return _addb ;}; + +// NewPdfAnnotationStrikeOut returns a new text strikeout annotation. +func NewPdfAnnotationStrikeOut ()*PdfAnnotationStrikeOut {_bab :=NewPdfAnnotation ();_dgcf :=&PdfAnnotationStrikeOut {};_dgcf .PdfAnnotation =_bab ;_dgcf .PdfAnnotationMarkup =&PdfAnnotationMarkup {};_bab .SetContext (_dgcf );return _dgcf ;}; + +// NewPdfAnnotationLine returns a new line annotation. +func NewPdfAnnotationLine ()*PdfAnnotationLine {_gfg :=NewPdfAnnotation ();_ccb :=&PdfAnnotationLine {};_ccb .PdfAnnotation =_gfg ;_ccb .PdfAnnotationMarkup =&PdfAnnotationMarkup {};_gfg .SetContext (_ccb );return _ccb ;};func (_dgfeg *pdfFontType3 )getFontDescriptor ()*PdfFontDescriptor {return _dgfeg ._ebcad }; + + +// NewPdfRectangle creates a PDF rectangle object based on an input array of 4 integers. +// Defining the lower left (LL) and upper right (UR) corners with +// floating point numbers. +func NewPdfRectangle (arr _cee .PdfObjectArray )(*PdfRectangle ,error ){_bagcfb :=PdfRectangle {};if arr .Len ()!=4{return nil ,_cdf .New ("\u0069\u006e\u0076\u0061\u006c\u0069d\u0020\u0072\u0065\u0063\u0074\u0061\u006e\u0067\u006c\u0065\u0020\u0061\u0072r\u0061\u0079\u002c\u0020\u006c\u0065\u006e \u0021\u003d\u0020\u0034"); +};var _ecedb error ;_bagcfb .Llx ,_ecedb =_cee .GetNumberAsFloat (arr .Get (0));if _ecedb !=nil {return nil ,_ecedb ;};_bagcfb .Lly ,_ecedb =_cee .GetNumberAsFloat (arr .Get (1));if _ecedb !=nil {return nil ,_ecedb ;};_bagcfb .Urx ,_ecedb =_cee .GetNumberAsFloat (arr .Get (2)); +if _ecedb !=nil {return nil ,_ecedb ;};_bagcfb .Ury ,_ecedb =_cee .GetNumberAsFloat (arr .Get (3));if _ecedb !=nil {return nil ,_ecedb ;};return &_bagcfb ,nil ;};func (_bgbac *PdfField )inherit (_adfa func (*PdfField )bool )(bool ,error ){_dffaa :=map[*PdfField ]bool {}; +_cbc :=false ;_bade :=_bgbac ;for _bade !=nil {if _ ,_cgbc :=_dffaa [_bade ];_cgbc {return false ,_cdf .New ("\u0072\u0065\u0063\u0075rs\u0069\u0076\u0065\u0020\u0074\u0072\u0061\u0076\u0065\u0072\u0073\u0061\u006c");};_efaeea :=_adfa (_bade );if _efaeea {_cbc =true ; +break ;};_dffaa [_bade ]=true ;_bade =_bade .Parent ;};return _cbc ,nil ;}; + +// NewImageFromGoImage creates a new NRGBA32 unidoc Image from a golang Image. +// If `goimg` is grayscale (*goimage.Gray8) then calls NewGrayImageFromGoImage instead. +func (_aadc DefaultImageHandler )NewImageFromGoImage (goimg _bg .Image )(*Image ,error ){_bgfe ,_gfgc :=_ca .FromGoImage (goimg );if _gfgc !=nil {return nil ,_gfgc ;};_fbbd :=_acecd (_bgfe .Base ());return &_fbbd ,nil ;};func _agac (_ecbg *_cee .PdfObjectStream )(*PdfFunctionType4 ,error ){_dfgce :=&PdfFunctionType4 {}; +_dfgce ._agbg =_ecbg ;_eddd :=_ecbg .PdfObjectDictionary ;_gbegb ,_bdade :=_cee .TraceToDirectObject (_eddd .Get ("\u0044\u006f\u006d\u0061\u0069\u006e")).(*_cee .PdfObjectArray );if !_bdade {_fca .Log .Error ("D\u006fm\u0061\u0069\u006e\u0020\u006e\u006f\u0074\u0020s\u0070\u0065\u0063\u0069fi\u0065\u0064"); +return nil ,_cdf .New ("\u0072\u0065q\u0075\u0069\u0072\u0065d\u0020\u0061t\u0074\u0072\u0069\u0062\u0075\u0074\u0065\u0020m\u0069\u0073\u0073\u0069\u006e\u0067\u0020\u006f\u0072\u0020\u0069\u006ev\u0061\u006c\u0069\u0064");};if _gbegb .Len ()%2!=0{_fca .Log .Error ("\u0044\u006f\u006d\u0061\u0069\u006e\u0020\u0069\u006ev\u0061\u006c\u0069\u0064"); +return nil ,_cdf .New ("i\u006ev\u0061\u006c\u0069\u0064\u0020\u0064\u006f\u006da\u0069\u006e\u0020\u0072an\u0067\u0065");};_cegdc ,_feabc :=_gbegb .ToFloat64Array ();if _feabc !=nil {return nil ,_feabc ;};_dfgce .Domain =_cegdc ;_gbegb ,_bdade =_cee .TraceToDirectObject (_eddd .Get ("\u0052\u0061\u006eg\u0065")).(*_cee .PdfObjectArray ); +if _bdade {if _gbegb .Len ()< 0||_gbegb .Len ()%2!=0{return nil ,_cdf .New ("\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0072\u0061\u006e\u0067\u0065");};_cgbfc ,_bffega :=_gbegb .ToFloat64Array ();if _bffega !=nil {return nil ,_bffega ;};_dfgce .Range =_cgbfc ; +};_daage ,_feabc :=_cee .DecodeStream (_ecbg );if _feabc !=nil {return nil ,_feabc ;};_dfgce ._fedee =_daage ;_cecd :=_daa .NewPSParser (_daage );_abgcc ,_feabc :=_cecd .Parse ();if _feabc !=nil {return nil ,_feabc ;};_dfgce .Program =_abgcc ;return _dfgce ,nil ; +}; + +// ToPdfObject returns the PDF representation of the shading dictionary. +func (_dbedgd *PdfShadingType1 )ToPdfObject ()_cee .PdfObject {_dbedgd .PdfShading .ToPdfObject ();_eaedaa ,_bgfcf :=_dbedgd .getShadingDict ();if _bgfcf !=nil {_fca .Log .Error ("\u0055\u006ea\u0062\u006c\u0065\u0020\u0074\u006f\u0020\u0061\u0063\u0063\u0065\u0073\u0073\u0020\u0073\u0068\u0061\u0064\u0069\u006e\u0067\u0020di\u0063\u0074"); +return nil ;};if _dbedgd .Domain !=nil {_eaedaa .Set ("\u0044\u006f\u006d\u0061\u0069\u006e",_dbedgd .Domain );};if _dbedgd .Matrix !=nil {_eaedaa .Set ("\u004d\u0061\u0074\u0072\u0069\u0078",_dbedgd .Matrix );};if _dbedgd .Function !=nil {if len (_dbedgd .Function )==1{_eaedaa .Set ("\u0046\u0075\u006e\u0063\u0074\u0069\u006f\u006e",_dbedgd .Function [0].ToPdfObject ()); +}else {_afcff :=_cee .MakeArray ();for _ ,_fafccd :=range _dbedgd .Function {_afcff .Append (_fafccd .ToPdfObject ());};_eaedaa .Set ("\u0046\u0075\u006e\u0063\u0074\u0069\u006f\u006e",_afcff );};};return _dbedgd ._dfgbe ;};func (_cebd PdfFont )actualFont ()pdfFont {if _cebd ._bggcf ==nil {_fca .Log .Debug ("\u0045\u0052\u0052O\u0052\u003a\u0020\u0061\u0063\u0074\u0075\u0061\u006c\u0046\u006f\u006e\u0074\u002e\u0020\u0063\u006f\u006e\u0074\u0065\u0078\u0074\u0020\u0069\u0073\u0020\u006e\u0069\u006c.\u0020\u0066\u006f\u006e\u0074\u003d\u0025\u0073",_cebd ); +};return _cebd ._bggcf ;}; // EnableByName LTV enables the signature dictionary of the PDF AcroForm // field identified the specified name. The signing certificate chain is @@ -3608,2005 +3389,2231 @@ _bbbb .SetIfNotNil ("\u004f\u0043",_ceea .OC );return _gcb ;}; // can be specified through the `extraCerts` parameter. The LTV client attempts // to build the certificate chain up to a trusted root by downloading any // missing certificates. -func (_feaad *LTV )EnableByName (name string ,extraCerts []*_bag .Certificate )error {_fbge :=_feaad ._feba ._adac .AcroForm ;for _ ,_egcg :=range _fbge .AllFields (){_eaceb ,_ :=_egcg .GetContext ().(*PdfFieldSignature );if _eaceb ==nil {continue ;};if _ddfeg :=_eaceb .PartialName (); -_ddfeg !=name {continue ;};return _feaad .Enable (_eaceb .V ,extraCerts );};return nil ;}; +func (_cegdf *LTV )EnableByName (name string ,extraCerts []*_dfd .Certificate )error {_feaf :=_cegdf ._gdggc ._ebdd .AcroForm ;for _ ,_dbdaa :=range _feaf .AllFields (){_cbaeb ,_ :=_dbdaa .GetContext ().(*PdfFieldSignature );if _cbaeb ==nil {continue ; +};if _ggaag :=_cbaeb .PartialName ();_ggaag !=name {continue ;};return _cegdf .Enable (_cbaeb .V ,extraCerts );};return nil ;}; -// SetReason sets the `Reason` field of the signature. -func (_cedcb *PdfSignature )SetReason (reason string ){_cedcb .Reason =_eb .MakeEncodedString (reason ,true );}; +// GetPerms returns the Permissions dictionary +func (_cefb *PdfReader )GetPerms ()*Permissions {return _cefb ._aaggd }; -// GetPrimitiveFromModel returns the primitive object corresponding to the input `model`. -func (_baeg *modelManager )GetPrimitiveFromModel (model PdfModel )_eb .PdfObject {_fbbbc ,_cead :=_baeg ._edcg [model ];if !_cead {return nil ;};return _fbbbc ;};func (_dfaef *PdfWriter )writeBytes (_eeeec []byte ){if _dfaef ._ceffa !=nil {return ;};_ffgcd ,_fgabe :=_dfaef ._ccfbc .Write (_eeeec ); -_dfaef ._dfabe +=int64 (_ffgcd );_dfaef ._ceffa =_fgabe ;}; +// ToPdfObject implements interface PdfModel. +func (_gbgf *PdfAnnotationInk )ToPdfObject ()_cee .PdfObject {_gbgf .PdfAnnotation .ToPdfObject ();_dba :=_gbgf ._eddc ;_cade :=_dba .PdfObject .(*_cee .PdfObjectDictionary );_gbgf .PdfAnnotationMarkup .appendToPdfDictionary (_cade );_cade .SetIfNotNil ("\u0053u\u0062\u0074\u0079\u0070\u0065",_cee .MakeName ("\u0049\u006e\u006b")); +_cade .SetIfNotNil ("\u0049n\u006b\u004c\u0069\u0073\u0074",_gbgf .InkList );_cade .SetIfNotNil ("\u0042\u0053",_gbgf .BS );return _dba ;}; -// NewPdfColorspaceFromPdfObject loads a PdfColorspace from a PdfObject. Returns an error if there is -// a failure in loading. -func NewPdfColorspaceFromPdfObject (obj _eb .PdfObject )(PdfColorspace ,error ){if obj ==nil {return nil ,nil ;};var _acdb *_eb .PdfIndirectObject ;var _gegfc *_eb .PdfObjectName ;var _fddde *_eb .PdfObjectArray ;if _dadea ,_bgbf :=obj .(*_eb .PdfIndirectObject ); -_bgbf {_acdb =_dadea ;};obj =_eb .TraceToDirectObject (obj );switch _ecad :=obj .(type ){case *_eb .PdfObjectArray :_fddde =_ecad ;case *_eb .PdfObjectName :_gegfc =_ecad ;};if _gegfc !=nil {switch *_gegfc {case "\u0044\u0065\u0076\u0069\u0063\u0065\u0047\u0072\u0061\u0079":return NewPdfColorspaceDeviceGray (),nil ; -case "\u0044e\u0076\u0069\u0063\u0065\u0052\u0047B":return NewPdfColorspaceDeviceRGB (),nil ;case "\u0044\u0065\u0076\u0069\u0063\u0065\u0043\u004d\u0059\u004b":return NewPdfColorspaceDeviceCMYK (),nil ;case "\u0050a\u0074\u0074\u0065\u0072\u006e":return NewPdfColorspaceSpecialPattern (),nil ; -default:_ddb .Log .Debug ("\u0045\u0052\u0052\u004fR\u003a\u0020\u0055\u006e\u006b\u006e\u006f\u0077\u006e\u0020c\u006fl\u006f\u0072\u0073\u0070\u0061\u0063\u0065 \u0025\u0073",*_gegfc );return nil ,_eggcg ;};};if _fddde !=nil &&_fddde .Len ()> 0{var _beae _eb .PdfObject =_acdb ; -if _acdb ==nil {_beae =_fddde ;};if _cgdd ,_efcd :=_eb .GetName (_fddde .Get (0));_efcd {switch _cgdd .String (){case "\u0044\u0065\u0076\u0069\u0063\u0065\u0047\u0072\u0061\u0079":if _fddde .Len ()==1{return NewPdfColorspaceDeviceGray (),nil ;};case "\u0044e\u0076\u0069\u0063\u0065\u0052\u0047B":if _fddde .Len ()==1{return NewPdfColorspaceDeviceRGB (),nil ; -};case "\u0044\u0065\u0076\u0069\u0063\u0065\u0043\u004d\u0059\u004b":if _fddde .Len ()==1{return NewPdfColorspaceDeviceCMYK (),nil ;};case "\u0043a\u006c\u0047\u0072\u0061\u0079":return _cfgc (_beae );case "\u0043\u0061\u006c\u0052\u0047\u0042":return _ffaa (_beae ); -case "\u004c\u0061\u0062":return _ecdgf (_beae );case "\u0049\u0043\u0043\u0042\u0061\u0073\u0065\u0064":return _ecff (_beae );case "\u0050a\u0074\u0074\u0065\u0072\u006e":return _eegg (_beae );case "\u0049n\u0064\u0065\u0078\u0065\u0064":return _dgfc (_beae ); -case "\u0053\u0065\u0070\u0061\u0072\u0061\u0074\u0069\u006f\u006e":return _agcd (_beae );case "\u0044e\u0076\u0069\u0063\u0065\u004e":return _gbge (_beae );default:_ddb .Log .Debug ("A\u0072\u0072\u0061\u0079\u0020\u0077i\u0074\u0068\u0020\u0069\u006e\u0076\u0061\u006c\u0069d\u0020\u006e\u0061m\u0065:\u0020\u0025\u0073",*_cgdd ); -};};};_ddb .Log .Debug ("\u0050\u0044\u0046\u0020\u0046i\u006c\u0065\u0020\u0045\u0072\u0072\u006f\u0072\u003a\u0020\u0043\u006f\u006co\u0072\u0073\u0070\u0061\u0063\u0065\u0020\u0074\u0079\u0070\u0065\u0020\u0065\u0072\u0072\u006f\u0072\u003a\u0020\u0025\u0073",obj .String ()); -return nil ,ErrTypeCheck ;}; +// AddCustomInfo adds a custom info into document info dictionary. +func (_aeeb *PdfInfo )AddCustomInfo (name string ,value string )error {if _aeeb ._ecfea ==nil {_aeeb ._ecfea =_cee .MakeDict ();};if _ ,_acce :=_ccda [name ];_acce {return _e .Errorf ("\u0063\u0061\u006e\u006e\u006ft\u0020\u0075\u0073\u0065\u0020\u0073\u0074\u0061\u006e\u0064\u0061\u0072\u0064 \u0069\u006e\u0066\u006f\u0020\u006b\u0065\u0079\u0020\u0025\u0073\u0020\u0061\u0073\u0020\u0063\u0075\u0073\u0074\u006f\u006d\u0020\u0066\u0069\u0065\u006c\u0064\u0020\u006b\u0065y",name ); +};_aeeb ._ecfea .SetIfNotNil (*_cee .MakeName (name ),_cee .MakeString (value ));return nil ;}; -// NewPdfOutputIntentFromPdfObject creates a new PdfOutputIntent from the input core.PdfObject. -func NewPdfOutputIntentFromPdfObject (object _eb .PdfObject )(*PdfOutputIntent ,error ){_fdga :=&PdfOutputIntent {};if _fdcfg :=_fdga .ParsePdfObject (object );_fdcfg !=nil {return nil ,_fdcfg ;};return _fdga ,nil ;}; +// Write writes the Appender output to io.Writer. +// It can only be called once and further invocations will result in an error. +func (_abdae *PdfAppender )Write (w _fc .Writer )error {if _abdae ._ccd {return _cdf .New ("\u0061\u0070\u0070\u0065\u006e\u0064\u0065\u0072\u0020\u0077\u0072\u0069\u0074e\u0020\u0063\u0061\u006e\u0020\u006fn\u006c\u0079\u0020\u0062\u0065\u0020\u0069\u006e\u0076\u006f\u006b\u0065\u0064 \u006f\u006e\u0063\u0065"); +};_cdab :=NewPdfWriter ();_bfb ,_cbbde :=_cee .GetDict (_cdab ._cdggg );if !_cbbde {return _cdf .New ("\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0050\u0061g\u0065\u0073\u0020\u006f\u0062\u006a\u0020(\u006e\u006f\u0074\u0020\u0061\u0020\u0064\u0069\u0063\u0074\u0029"); +};_bggf ,_cbbde :=_bfb .Get ("\u004b\u0069\u0064\u0073").(*_cee .PdfObjectArray );if !_cbbde {return _cdf .New ("\u0069\u006ev\u0061\u006c\u0069\u0064 \u0050\u0061g\u0065\u0073\u0020\u004b\u0069\u0064\u0073\u0020o\u0062\u006a\u0020\u0028\u006e\u006f\u0074\u0020\u0061\u006e\u0020\u0061r\u0072\u0061\u0079\u0029"); +};_deega ,_cbbde :=_bfb .Get ("\u0043\u006f\u0075n\u0074").(*_cee .PdfObjectInteger );if !_cbbde {return _cdf .New ("\u0069\u006e\u0076\u0061\u006c\u0069\u0064 \u0050\u0061\u0067e\u0073\u0020\u0043\u006fu\u006e\u0074\u0020\u006f\u0062\u006a\u0065\u0063\u0074\u0020\u0028\u006e\u006f\u0074\u0020\u0061\u006e\u0020\u0069\u006e\u0074\u0065\u0067\u0065\u0072\u0029"); +};_ffda :=_abdae ._ebdd ._ffdgf ;_ggbf :=_ffda .GetTrailer ();if _ggbf ==nil {return _cdf .New ("\u006di\u0073s\u0069\u006e\u0067\u0020\u0074\u0072\u0061\u0069\u006c\u0065\u0072");};_gfeg ,_cbbde :=_cee .GetIndirect (_ggbf .Get ("\u0052\u006f\u006f\u0074")); +if !_cbbde {return _cdf .New ("c\u0061\u0074\u0061\u006c\u006f\u0067 \u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0065\u0072 \u006e\u006f\u0074 \u0066o\u0075\u006e\u0064");};_ffag ,_cbbde :=_cee .GetDict (_gfeg );if !_cbbde {_fca .Log .Debug ("\u0045\u0052R\u004f\u0052\u003a\u0020\u004d\u0069\u0073\u0073\u0069\u006e\u0067\u0020\u0063\u0061\u0074\u0061\u006c\u006f\u0067\u003a\u0020\u0028\u0072\u006f\u006f\u0074\u0020\u0025\u0071\u0029\u0020\u0028\u0074\u0072\u0061\u0069\u006c\u0065\u0072\u0020\u0025\u0073\u0029",_gfeg ,*_ggbf ); +return _cdf .New ("\u006di\u0073s\u0069\u006e\u0067\u0020\u0063\u0061\u0074\u0061\u006c\u006f\u0067");};_fbeb :=false ;for _ ,_edfb :=range _abdae ._ebdd .AcroForm .signatureFields (){if _edfb .Lock !=nil {_fbeb =true ;break ;};};if _fbeb {_cdab ._fadf =_gfeg ; +};for _ ,_eddbd :=range _ffag .Keys (){if _cdab ._cdebc .Get (_eddbd )==nil {_aabcb :=_ffag .Get (_eddbd );_cdab ._cdebc .Set (_eddbd ,_aabcb );};};if _abdae ._ceed !=nil {if _abdae ._ceed ._gcfcc {if _ebg :=_cee .TraceToDirectObject (_abdae ._ceed .ToPdfObject ()); +!_cee .IsNullObject (_ebg ){_cdab ._cdebc .Set ("\u0041\u0063\u0072\u006f\u0046\u006f\u0072\u006d",_ebg );_abdae .updateObjectsDeep (_ebg ,nil );}else {_fca .Log .Debug ("\u0055\u006e\u0061\u0062\u006c\u0065 \u0074\u006f\u0020t\u0072\u0061\u0063e\u0020\u0041\u0063\u0072\u006f\u0046\u006f\u0072\u006d\u0020o\u0062\u006a\u0065\u0063\u0074, \u0066\u0061\u0069\u006c\u0065\u0064\u0020\u0074\u006f\u0020\u0061\u0064\u0064\u0020\u0041\u0063\u0072\u006f\u0046\u006f\u0072\u006d\u002e"); +};}else {_cdab ._cdebc .Set ("\u0041\u0063\u0072\u006f\u0046\u006f\u0072\u006d",_abdae ._ceed .ToPdfObject ());_abdae .updateObjectsDeep (_abdae ._ceed .ToPdfObject (),nil );};};if _abdae ._ccee !=nil {_abdae .updateObjectsDeep (_abdae ._ccee .ToPdfObject (),nil ); +_cdab ._cdebc .Set ("\u0044\u0053\u0053",_abdae ._ccee .GetContainingPdfObject ());};if _abdae ._dbec !=nil {_cdab ._cdebc .Set ("\u0050\u0065\u0072m\u0073",_abdae ._dbec .ToPdfObject ());_abdae .updateObjectsDeep (_abdae ._dbec .ToPdfObject (),nil );}; +if _cdab ._gceef .Major < 2{_cdab .AddExtension ("\u0045\u0053\u0049\u0043","\u0031\u002e\u0037",5);_cdab .AddExtension ("\u0041\u0044\u0042\u0045","\u0031\u002e\u0037",8);};if _bcfe ,_dfdb :=_cee .GetDict (_ggbf .Get ("\u0049\u006e\u0066\u006f"));_dfdb {if _ebec ,_fffb :=_cee .GetDict (_cdab ._cbfac ); +_fffb {for _ ,_eabeg :=range _bcfe .Keys (){if _ebec .Get (_eabeg )==nil {_ebec .Set (_eabeg ,_bcfe .Get (_eabeg ));};};};};if _abdae ._eafc !=nil {_cdab ._cbfac =_cee .MakeIndirectObject (_abdae ._eafc .ToPdfObject ());};_abdae .updateObjectsDeep (_cdab ._cbfac ,nil ); +_abdae .updateObjectsDeep (_cdab ._fadf ,nil );_bece :=false ;if len (_abdae ._ebdd .PageList )!=len (_abdae ._afca ){_bece =true ;}else {for _gbdcc :=range _abdae ._ebdd .PageList {switch {case _abdae ._afca [_gbdcc ]==_abdae ._ebdd .PageList [_gbdcc ]:case _abdae ._afca [_gbdcc ]==_abdae .Reader .PageList [_gbdcc ]:default:_bece =true ; +};if _bece {break ;};};};if _bece {_abdae .updateObjectsDeep (_cdab ._cdggg ,nil );}else {_abdae ._abda [_cdab ._cdggg ]=struct{}{};};_cdab ._cdggg .ObjectNumber =_abdae .Reader ._gfgcd .ObjectNumber ;_abdae ._edae [_cdab ._cdggg ]=_abdae .Reader ._gfgcd .ObjectNumber ; +_abgf :=[]_cee .PdfObjectName {"\u0052e\u0073\u006f\u0075\u0072\u0063\u0065s","\u004d\u0065\u0064\u0069\u0061\u0042\u006f\u0078","\u0043r\u006f\u0070\u0042\u006f\u0078","\u0052\u006f\u0074\u0061\u0074\u0065"};for _ ,_gdcga :=range _abdae ._afca {_acaf :=_gdcga .ToPdfObject (); +*_deega =*_deega +1;if _gabe ,_cgba :=_acaf .(*_cee .PdfIndirectObject );_cgba &&_gabe .GetParser ()==_abdae ._ebdd ._ffdgf {_bggf .Append (&_gabe .PdfObjectReference );continue ;};if _ccce ,_dfdd :=_cee .GetDict (_acaf );_dfdd {_dcag ,_gaec :=_ccce .Get ("\u0050\u0061\u0072\u0065\u006e\u0074").(*_cee .PdfIndirectObject ); +for _gaec {_fca .Log .Trace ("\u0050a\u0067e\u0020\u0050\u0061\u0072\u0065\u006e\u0074\u003a\u0020\u0025\u0054",_dcag );_dccc ,_cedg :=_dcag .PdfObject .(*_cee .PdfObjectDictionary );if !_cedg {return _cdf .New ("i\u006e\u0076\u0061\u006cid\u0020P\u0061\u0072\u0065\u006e\u0074 \u006f\u0062\u006a\u0065\u0063\u0074"); +};for _ ,_bacg :=range _abgf {_fca .Log .Trace ("\u0046\u0069\u0065\u006c\u0064\u0020\u0025\u0073",_bacg );if _fefc :=_ccce .Get (_bacg );_fefc !=nil {_fca .Log .Trace ("\u002d \u0070a\u0067\u0065\u0020\u0068\u0061s\u0020\u0061l\u0072\u0065\u0061\u0064\u0079"); +if len (_gdcga ._bfeab .Keys ())> 0&&!_bece {_bfcg :=_gdcga ._bfeab ;if _bdgc :=_bfcg .Get (_bacg );_bdgc !=nil {if _fefc !=_bdgc {_fca .Log .Trace ("\u0049\u006e\u0068\u0065\u0072\u0069\u0074\u0069\u006e\u0067\u0020\u006f\u0072\u0069\u0067i\u006ea\u006c\u0020\u0066\u0069\u0065\u006c\u0064\u0020\u0025\u0073\u002c\u0020\u0025\u0054",_bacg ,_bdgc ); +_ccce .Set (_bacg ,_bdgc );};};};continue ;};if _gggc :=_dccc .Get (_bacg );_gggc !=nil {_fca .Log .Trace ("\u0049\u006e\u0068\u0065ri\u0074\u0069\u006e\u0067\u0020\u0066\u0069\u0065\u006c\u0064\u0020\u0025\u0073",_bacg );_ccce .Set (_bacg ,_gggc );};}; +_dcag ,_gaec =_dccc .Get ("\u0050\u0061\u0072\u0065\u006e\u0074").(*_cee .PdfIndirectObject );_fca .Log .Trace ("\u004ee\u0078t\u0020\u0070\u0061\u0072\u0065\u006e\u0074\u003a\u0020\u0025\u0054",_dccc .Get ("\u0050\u0061\u0072\u0065\u006e\u0074"));};if _bece {_ccce .Set ("\u0050\u0061\u0072\u0065\u006e\u0074",_cdab ._cdggg ); +};};_abdae .updateObjectsDeep (_acaf ,nil );_bggf .Append (_acaf );};if _ ,_bagf :=_abdae ._dege .Seek (0,_fc .SeekStart );_bagf !=nil {return _bagf ;};_fcga :=make (map[SignatureHandler ]_fc .Writer );_acbeb :=_cee .MakeArray ();for _ ,_fbc :=range _abdae ._eccb {if _bfebf ,_ffcd :=_cee .GetIndirect (_fbc ); +_ffcd {if _geegc ,_ecdf :=_bfebf .PdfObject .(*pdfSignDictionary );_ecdf {_dccf :=*_geegc ._efde ;var _cafe error ;_fcga [_dccf ],_cafe =_dccf .NewDigest (_geegc ._dddage );if _cafe !=nil {return _cafe ;};_acbeb .Append (_cee .MakeInteger (0xfffff),_cee .MakeInteger (0xfffff)); +};};};if _acbeb .Len ()> 0{_acbeb .Append (_cee .MakeInteger (0xfffff),_cee .MakeInteger (0xfffff));};for _ ,_acbb :=range _abdae ._eccb {if _cef ,_gcag :=_cee .GetIndirect (_acbb );_gcag {if _gcaa ,_efag :=_cef .PdfObject .(*pdfSignDictionary );_efag {_gcaa .Set ("\u0042y\u0074\u0065\u0052\u0061\u006e\u0067e",_acbeb ); +};};};_abee :=len (_fcga )> 0;var _ddbe _fc .Reader =_abdae ._dege ;if _abee {_bcfa :=make ([]_fc .Writer ,0,len (_fcga ));for _ ,_edaf :=range _fcga {_bcfa =append (_bcfa ,_edaf );};_ddbe =_fc .TeeReader (_abdae ._dege ,_fc .MultiWriter (_bcfa ...));}; +_dce ,_cdadc :=_fc .Copy (w ,_ddbe );if _cdadc !=nil {return _cdadc ;};if len (_abdae ._eccb )==0{return nil ;};_cdab ._cdcea =_dce ;_cdab .ObjNumOffset =_abdae ._cdbef ;_cdab ._fbaeb =true ;_cdab ._dedac =_abdae ._beg ;_cdab ._dfdbb =_abdae ._aaf ;_cdab ._ffcbgf =_abdae ._gbcc ; +_cdab ._gceef =_abdae ._ebdd .PdfVersion ();_cdab ._ccaed =_abdae ._edae ;_cdab ._ddafb =_abdae ._cbdb .GetCrypter ();_cdab ._bbfag =_abdae ._cbdb .GetEncryptObj ();_cggg :=_abdae ._cbdb .GetXrefType ();if _cggg !=nil {_eagg :=*_cggg ==_cee .XrefTypeObjectStream ; +_cdab ._deda =&_eagg ;};_cdab ._dgbgbb =map[_cee .PdfObject ]struct{}{};_cdab ._gccff =[]_cee .PdfObject {};for _ ,_abeed :=range _abdae ._eccb {if _ ,_fbeca :=_abdae ._abda [_abeed ];_fbeca {continue ;};_cdab .addObject (_abeed );};_aacf :=w ;if _abee {_aacf =_cd .NewBuffer (nil ); +};if _abdae ._cbac !=""&&_cdab ._ddafb ==nil {_cdab .Encrypt ([]byte (_abdae ._cbac ),[]byte (_abdae ._cbac ),_abdae ._beb );};if _fad :=_ggbf .Get ("\u0049\u0044");_fad !=nil {if _aefd ,_abfa :=_cee .GetArray (_fad );_abfa {_cdab ._aeffd =_aefd ;};};if _beba :=_cdab .Write (_aacf ); +_beba !=nil {return _beba ;};if _abee {_gdgb :=_aacf .(*_cd .Buffer ).Bytes ();_edee :=_cee .MakeArray ();var _deec []*pdfSignDictionary ;var _fgaf int64 ;for _ ,_fece :=range _cdab ._gccff {if _cdde ,_egee :=_cee .GetIndirect (_fece );_egee {if _daba ,_bda :=_cdde .PdfObject .(*pdfSignDictionary ); +_bda {_deec =append (_deec ,_daba );_edbd :=_daba ._gcccf +int64 (_daba ._dfadcd );_edee .Append (_cee .MakeInteger (_fgaf ),_cee .MakeInteger (_edbd -_fgaf ));_fgaf =_daba ._gcccf +int64 (_daba ._geecb );};};};_edee .Append (_cee .MakeInteger (_fgaf ),_cee .MakeInteger (_dce +int64 (len (_gdgb ))-_fgaf )); +_fadd :=[]byte (_edee .WriteString ());for _ ,_fffg :=range _deec {_dabb :=int (_fffg ._gcccf -_dce );for _aafc :=_fffg ._beddd ;_aafc < _fffg ._cfedc ;_aafc ++{_gdgb [_dabb +_aafc ]=' ';};_eeda :=_gdgb [_dabb +_fffg ._beddd :_dabb +_fffg ._cfedc ];copy (_eeda ,_fadd ); +};var _geaa int ;for _ ,_fcad :=range _deec {_fdgaa :=int (_fcad ._gcccf -_dce );_gafb :=_gdgb [_geaa :_fdgaa +_fcad ._dfadcd ];_ceea :=*_fcad ._efde ;_fcga [_ceea ].Write (_gafb );_geaa =_fdgaa +_fcad ._geecb ;};for _ ,_bcfc :=range _deec {_dedg :=_gdgb [_geaa :]; +_fced :=*_bcfc ._efde ;_fcga [_fced ].Write (_dedg );};for _ ,_agebf :=range _deec {_fdeg :=int (_agebf ._gcccf -_dce );_fcag :=*_agebf ._efde ;_agef :=_fcga [_fcag ];if _eacg :=_fcag .Sign (_agebf ._dddage ,_agef );_eacg !=nil {return _eacg ;};_agebf ._dddage .ByteRange =_edee ; +_gcbb :=[]byte (_agebf ._dddage .Contents .WriteString ());for _cedc :=_agebf ._beddd ;_cedc < _agebf ._cfedc ;_cedc ++{_gdgb [_fdeg +_cedc ]=' ';};for _dbag :=_agebf ._dfadcd ;_dbag < _agebf ._geecb ;_dbag ++{_gdgb [_fdeg +_dbag ]=' ';};_gfa :=_gdgb [_fdeg +_agebf ._beddd :_fdeg +_agebf ._cfedc ]; +copy (_gfa ,_fadd );_gfa =_gdgb [_fdeg +_agebf ._dfadcd :_fdeg +_agebf ._geecb ];copy (_gfa ,_gcbb );};_dgac :=_cd .NewBuffer (_gdgb );_ ,_cdadc =_fc .Copy (w ,_dgac );if _cdadc !=nil {return _cdadc ;};};_abdae ._ccd =true ;return nil ;}; -// ToPdfObject returns the PDF representation of the colorspace. -func (_ggdb *PdfColorspaceDeviceCMYK )ToPdfObject ()_eb .PdfObject {return _eb .MakeName ("\u0044\u0065\u0076\u0069\u0063\u0065\u0043\u004d\u0059\u004b");}; +// SetContext sets the sub annotation (context). +func (_fefa *PdfAnnotation )SetContext (ctx PdfModel ){_fefa ._ecf =ctx };func (_cbbd *PdfReader )newPdfAnnotation3DFromDict (_fffa *_cee .PdfObjectDictionary )(*PdfAnnotation3D ,error ){_dfe :=PdfAnnotation3D {};_dfe .T3DD =_fffa .Get ("\u0033\u0044\u0044"); +_dfe .T3DV =_fffa .Get ("\u0033\u0044\u0056");_dfe .T3DA =_fffa .Get ("\u0033\u0044\u0041");_dfe .T3DI =_fffa .Get ("\u0033\u0044\u0049");_dfe .T3DB =_fffa .Get ("\u0033\u0044\u0042");return &_dfe ,nil ;}; -// GetNumComponents returns the number of color components of the colorspace device. -// Returns 3 for an RGB device. -func (_cecg *PdfColorspaceDeviceRGB )GetNumComponents ()int {return 3}; +// NewPdfAnnotationPopup returns a new popup annotation. +func NewPdfAnnotationPopup ()*PdfAnnotationPopup {_egg :=NewPdfAnnotation ();_ecd :=&PdfAnnotationPopup {};_ecd .PdfAnnotation =_egg ;_egg .SetContext (_ecd );return _ecd ;}; -// GetPageDict converts the Page to a PDF object dictionary. -func (_added *PdfPage )GetPageDict ()*_eb .PdfObjectDictionary {_feadg :=_added ._aaagaa ;_feadg .Clear ();_feadg .Set ("\u0054\u0079\u0070\u0065",_eb .MakeName ("\u0050\u0061\u0067\u0065"));_feadg .Set ("\u0050\u0061\u0072\u0065\u006e\u0074",_added .Parent ); -if _added .LastModified !=nil {_feadg .Set ("\u004c\u0061\u0073t\u004d\u006f\u0064\u0069\u0066\u0069\u0065\u0064",_added .LastModified .ToPdfObject ());};if _added .Resources !=nil {_feadg .Set ("\u0052e\u0073\u006f\u0075\u0072\u0063\u0065s",_added .Resources .ToPdfObject ()); -};if _added .CropBox !=nil {_feadg .Set ("\u0043r\u006f\u0070\u0042\u006f\u0078",_added .CropBox .ToPdfObject ());};if _added .MediaBox !=nil {_feadg .Set ("\u004d\u0065\u0064\u0069\u0061\u0042\u006f\u0078",_added .MediaBox .ToPdfObject ());};if _added .BleedBox !=nil {_feadg .Set ("\u0042\u006c\u0065\u0065\u0064\u0042\u006f\u0078",_added .BleedBox .ToPdfObject ()); -};if _added .TrimBox !=nil {_feadg .Set ("\u0054r\u0069\u006d\u0042\u006f\u0078",_added .TrimBox .ToPdfObject ());};if _added .ArtBox !=nil {_feadg .Set ("\u0041\u0072\u0074\u0042\u006f\u0078",_added .ArtBox .ToPdfObject ());};_feadg .SetIfNotNil ("\u0042\u006f\u0078C\u006f\u006c\u006f\u0072\u0049\u006e\u0066\u006f",_added .BoxColorInfo ); -_feadg .SetIfNotNil ("\u0043\u006f\u006e\u0074\u0065\u006e\u0074\u0073",_added .Contents );if _added .Rotate !=nil {_feadg .Set ("\u0052\u006f\u0074\u0061\u0074\u0065",_eb .MakeInteger (*_added .Rotate ));};_feadg .SetIfNotNil ("\u0047\u0072\u006fu\u0070",_added .Group ); -_feadg .SetIfNotNil ("\u0054\u0068\u0075m\u0062",_added .Thumb );_feadg .SetIfNotNil ("\u0042",_added .B );_feadg .SetIfNotNil ("\u0044\u0075\u0072",_added .Dur );_feadg .SetIfNotNil ("\u0054\u0072\u0061n\u0073",_added .Trans );_feadg .SetIfNotNil ("\u0041\u0041",_added .AA ); -_feadg .SetIfNotNil ("\u004d\u0065\u0074\u0061\u0064\u0061\u0074\u0061",_added .Metadata );_feadg .SetIfNotNil ("\u0050i\u0065\u0063\u0065\u0049\u006e\u0066o",_added .PieceInfo );_feadg .SetIfNotNil ("\u0053\u0074\u0072\u0075\u0063\u0074\u0050\u0061\u0072\u0065\u006e\u0074\u0073",_added .StructParents ); -_feadg .SetIfNotNil ("\u0049\u0044",_added .ID );_feadg .SetIfNotNil ("\u0050\u005a",_added .PZ );_feadg .SetIfNotNil ("\u0053\u0065\u0070\u0061\u0072\u0061\u0074\u0069\u006fn\u0049\u006e\u0066\u006f",_added .SeparationInfo );_feadg .SetIfNotNil ("\u0054\u0061\u0062\u0073",_added .Tabs ); -_feadg .SetIfNotNil ("T\u0065m\u0070\u006c\u0061\u0074\u0065\u0049\u006e\u0073t\u0061\u006e\u0074\u0069at\u0065\u0064",_added .TemplateInstantiated );_feadg .SetIfNotNil ("\u0050r\u0065\u0073\u0053\u0074\u0065\u0070s",_added .PresSteps );_feadg .SetIfNotNil ("\u0055\u0073\u0065\u0072\u0055\u006e\u0069\u0074",_added .UserUnit ); -_feadg .SetIfNotNil ("\u0056\u0050",_added .VP );if _added ._dbga !=nil {_befg :=_eb .MakeArray ();for _ ,_ddbdg :=range _added ._dbga {if _bafd :=_ddbdg .GetContext ();_bafd !=nil {_befg .Append (_bafd .ToPdfObject ());}else {_befg .Append (_ddbdg .ToPdfObject ()); -};};if _befg .Len ()> 0{_feadg .Set ("\u0041\u006e\u006e\u006f\u0074\u0073",_befg );};}else if _added .Annots !=nil {_feadg .SetIfNotNil ("\u0041\u006e\u006e\u006f\u0074\u0073",_added .Annots );};return _feadg ;}; +// AddRefChild adds a child reference object. +func (_ccedc *KDict )AddRefChild (kChild *_cee .PdfObjectDictionary ){_ccedc ._affgf =append (_ccedc ._affgf ,&KValue {_abcfb :kChild });}; -// IsEncrypted returns true if the PDF file is encrypted. -func (_dgabe *PdfReader )IsEncrypted ()(bool ,error ){return _dgabe ._ebbe .IsEncrypted ()};func _ccbbc (_fgdd map[_fg .GID ]int ,_cebc uint16 )*_eb .PdfObjectArray {_dgdb :=&_eb .PdfObjectArray {};_gdbcbg :=_fg .GID (_cebc );for _dgdbg :=_fg .GID (0); -_dgdbg < _gdbcbg ;{_dcgbd ,_dfbga :=_fgdd [_dgdbg ];if !_dfbga {_dgdbg ++;continue ;};_fcded :=_dgdbg ;for _ddedg :=_fcded +1;_ddedg < _gdbcbg ;_ddedg ++{if _fbfbg ,_fggga :=_fgdd [_ddedg ];!_fggga ||_dcgbd !=_fbfbg {break ;};_fcded =_ddedg ;};_dgdb .Append (_eb .MakeInteger (int64 (_dgdbg ))); -_dgdb .Append (_eb .MakeInteger (int64 (_fcded )));_dgdb .Append (_eb .MakeInteger (int64 (_dcgbd )));_dgdbg =_fcded +1;};return _dgdb ;}; +// PdfColorPattern represents a pattern color. +type PdfColorPattern struct{Color PdfColor ;PatternName _cee .PdfObjectName ;}; -// FillWithAppearance populates `form` with values provided by `provider`. -// If not nil, `appGen` is used to generate appearance dictionaries for the -// field annotations, based on the specified settings. Otherwise, appearance -// generation is skipped. -// e.g.: appGen := annotator.FieldAppearance{OnlyIfMissing: true, RegenerateTextFields: true} -// NOTE: In next major version this functionality will be part of Fill. (v4) -func (_ffacfa *PdfAcroForm )FillWithAppearance (provider FieldValueProvider ,appGen FieldAppearanceGenerator )error {_fdcfab :=_ffacfa .fill (provider ,appGen );if _fdcfab !=nil {return _fdcfab ;};if _ ,_gdeaf :=provider .(FieldImageProvider );_gdeaf {_fdcfab =_ffacfa .fillImageWithAppearance (provider .(FieldImageProvider ),appGen ); -};return _fdcfab ;};func _geebd (_ddbdd _eb .PdfObject ,_eeace *fontCommon )(*_ff .CMap ,error ){_abca ,_cbbba :=_eb .GetStream (_ddbdd );if !_cbbba {_ddb .Log .Debug ("\u0045\u0052\u0052\u004f\u0052:\u0020\u0074\u006f\u0055\u006e\u0069\u0063\u006f\u0064\u0065\u0054\u006f\u0043m\u0061\u0070\u003a\u0020\u004e\u006f\u0074\u0020\u0061\u0020\u0073\u0074\u0072\u0065\u0061\u006d\u0020\u0028\u0025\u0054\u0029",_ddbdd ); -return nil ,_eb .ErrTypeError ;};_cfcbd ,_affdg :=_eb .DecodeStream (_abca );if _affdg !=nil {return nil ,_affdg ;};_afeba ,_affdg :=_ff .LoadCmapFromData (_cfcbd ,!_eeace .isCIDFont ());if _affdg !=nil {_ddb .Log .Debug ("\u0045\u0052R\u004f\u0052\u003a\u0020\u004f\u0062\u006a\u0065\u0063\u0074\u004e\u0075\u006d\u0062\u0065\u0072\u003d\u0025\u0064\u0020\u0065\u0072r=\u0025\u0076",_abca .ObjectNumber ,_affdg ); -};return _afeba ,_affdg ;};func (_aeeaf *PdfWriter )writeObjects (){_ddb .Log .Trace ("\u0057\u0072\u0069\u0074\u0069\u006e\u0067\u0020\u0025d\u0020\u006f\u0062\u006a",len (_aeeaf ._dcfgf ));_aeeaf ._aggfdb =make (map[int ]crossReference );_aeeaf ._aggfdb [0]=crossReference {Type :0,ObjectNumber :0,Generation :0xFFFF}; -if _aeeaf ._bfdeb .ObjectMap !=nil {for _bdcbb ,_dfdfca :=range _aeeaf ._bfdeb .ObjectMap {if _bdcbb ==0{continue ;};if _dfdfca .XType ==_eb .XrefTypeObjectStream {_debgd :=crossReference {Type :2,ObjectNumber :_dfdfca .OsObjNumber ,Index :_dfdfca .OsObjIndex }; -_aeeaf ._aggfdb [_bdcbb ]=_debgd ;};if _dfdfca .XType ==_eb .XrefTypeTableEntry {_eebde :=crossReference {Type :1,ObjectNumber :_dfdfca .ObjectNumber ,Offset :_dfdfca .Offset };_aeeaf ._aggfdb [_bdcbb ]=_eebde ;};};};}; +// ToPdfObject converts date to a PDF string object. +func (_gecca *PdfDate )ToPdfObject ()_cee .PdfObject {_agcbda :=_e .Sprintf ("\u0044\u003a\u0025\u002e\u0034\u0064\u0025\u002e\u0032\u0064\u0025\u002e\u0032\u0064\u0025\u002e\u0032\u0064\u0025\u002e\u0032\u0064\u0025\u002e2\u0064\u0025\u0063\u0025\u002e2\u0064\u0027%\u002e\u0032\u0064\u0027",_gecca ._gffbe ,_gecca ._dabdg ,_gecca ._cfdgf ,_gecca ._bbeea ,_gecca ._bfaec ,_gecca ._begea ,_gecca ._cfbed ,_gecca ._gccea ,_gecca ._cacedd ); +return _cee .MakeString (_agcbda );}; -// GetContainingPdfObject gets the primitive used to parse the color space. -func (_bedd *PdfColorspaceICCBased )GetContainingPdfObject ()_eb .PdfObject {return _bedd ._cdebc }; +// NewStandardPdfOutputIntent creates a new standard PdfOutputIntent. +func NewStandardPdfOutputIntent (outputCondition ,outputConditionIdentifier ,registryName string ,destOutputProfile []byte ,colorComponents int )*PdfOutputIntent {return &PdfOutputIntent {Type :"\u004f\u0075\u0074p\u0075\u0074\u0049\u006e\u0074\u0065\u006e\u0074",OutputCondition :outputCondition ,OutputConditionIdentifier :outputConditionIdentifier ,RegistryName :registryName ,DestOutputProfile :destOutputProfile ,ColorComponents :colorComponents ,_eebee :_cee .MakeDict ()}; +}; -// EncryptOptions represents encryption options for an output PDF. -type EncryptOptions struct{Permissions _cg .Permissions ;Algorithm EncryptionAlgorithm ;}; +// ToPdfObject converts the structure tree root to a PDF object. +func (_cgcbf *StructTreeRoot )ToPdfObject ()_cee .PdfObject {_dcacg :=_cgcbf ._fgafdd ;if _dcacg ==nil {_dcacg =&_cee .PdfIndirectObject {};_dcacg .PdfObject =_cee .MakeDict ();};_aeaaf :=_dcacg .PdfObject .(*_cee .PdfObjectDictionary );var _cdabda _cee .PdfObject ; +if len (_cgcbf .K )==1{_cdabda =_cee .MakeIndirectObject (_cgcbf .K [0].ToPdfObject ());}else {_gbaa :=_cee .MakeArray ();for _ ,K :=range _cgcbf .K {_gbaa .Append (_cee .MakeIndirectObject (K .ToPdfObject ()));};_cdabda =_gbaa ;};var (_gfbab =[]_cee .PdfObject {}; +_dadda =map[_cee .PdfObject ][]_cee .PdfObject {};_bcdfd =map[string ]_cee .PdfObject {};);_ebdfb (_cdabda ,_dcacg ,_dadda ,_bcdfd ,&_gfbab );_aeaaf .Set ("\u0054\u0079\u0070\u0065",_cee .MakeName ("\u0053\u0074\u0072\u0075\u0063\u0074\u0054\u0072\u0065e\u0052\u006f\u006f\u0074")); +_aeaaf .Set ("\u004b",_cdabda );if _cgcbf .IDTree !=nil {_aeaaf .Set ("\u0049\u0044\u0054\u0072\u0065\u0065",_cee .MakeIndirectObject (_cgcbf .IDTree .ToPdfObject ()));}else if len (_bcdfd )> 0{_agacb :=_cee .MakeArray ();_bcce :=make ([]string ,0,len (_bcdfd )); +for _eeeca :=range _bcdfd {_bcce =append (_bcce ,_eeeca );};_da .Strings (_bcce );for _ ,_gafcee :=range _bcce {_agacb .Append (_cee .MakeString (_gafcee ));_agacb .Append (_bcdfd [_gafcee ]);};_cgcbf .IDTree =&IDTree {Names :_agacb ,Limits :_cee .MakeArray (_cee .MakeString (_bcce [0]),_cee .MakeString (_bcce [len (_bcce )-1]))}; +_aeaaf .Set ("\u0049\u0044\u0054\u0072\u0065\u0065",_cee .MakeIndirectObject (_cgcbf .IDTree .ToPdfObject ()));};if _cgcbf .ParentTree !=nil {_aeaaf .Set ("\u0050\u0061\u0072\u0065\u006e\u0074\u0054\u0072\u0065\u0065",_cee .MakeIndirectObject (_cgcbf .ParentTree )); +}else if len (_dadda )> 0||len (_gfbab )> 0{_ddee :=_cee .MakeArray ();_abcaac :=0;for _bfecf ,_abcfg :=range _dadda {_adaec :=_cee .MakeArray ();for _ ,_gefa :=range _abcfg {_adaec .Append (_gefa );};_bdgce :=_cee .MakeInteger (int64 (_abcaac ));_ddee .Append (_bdgce ); +_ddee .Append (_cee .MakeIndirectObject (_adaec ));if _gdfac ,_gfggg :=_cee .GetIndirect (_bfecf );_gfggg {if _ccgda ,_faffd :=_cee .GetDict (_gdfac .PdfObject );_faffd {_dgfba :=_ccgda .Get ("\u0053\u0074\u0072\u0075\u0063\u0074\u0050\u0061\u0072\u0065\u006e\u0074\u0073"); +if _dgfba !=nil {if _dceba ,_dbbgd :=_cee .GetIntVal (_dgfba );_dbbgd {if _abcaac < _dceba {_ccgda .Set ("\u0053\u0074\u0072\u0075\u0063\u0074\u0050\u0061\u0072\u0065\u006e\u0074\u0073",_bdgce );};};}else {_ccgda .Set ("\u0053\u0074\u0072\u0075\u0063\u0074\u0050\u0061\u0072\u0065\u006e\u0074\u0073",_bdgce ); +};};};_abcaac ++;};_dgbgg :=func (_adab _cee .PdfObject ,_dcgeb *_cee .PdfObjectDictionary )bool {if _baeed :=_dcgeb .Get ("\u004f\u0062\u006a");_baeed !=nil {if _ffcde ,_acde :=_cee .GetDict (_baeed );_acde {_cagce :=_ffcde .Get ("\u0054\u0079\u0070\u0065"); +_fgeab :=_ffcde .Get ("\u0053u\u0062\u0074\u0079\u0070\u0065");if _cagce !=nil &&_cagce .String ()=="\u0041\u006e\u006eo\u0074"&&_fgeab !=nil &&_fgeab .String ()=="\u004c\u0069\u006e\u006b"{_bbabeb :=_cee .MakeInteger (int64 (_abcaac ));_ffcde .Set ("\u0053\u0074\u0072u\u0063\u0074\u0050\u0061\u0072\u0065\u006e\u0074",_bbabeb ); +_ddee .Append (_bbabeb );_ddee .Append (_adab );_abcaac ++;return true ;};};};return false ;};for _ ,_ceagf :=range _gfbab {if _feadg ,_fcaca :=_cee .GetDict (_ceagf );_fcaca {if _fbdbb :=_feadg .Get ("\u0053");_fbdbb !=nil {if _cgecf ,_beged :=_cee .GetNameVal (_fbdbb ); +_beged &&_cgecf ==StructureTypeLink {if _aaccc :=_feadg .Get ("\u004b");_aaccc !=nil {if _deabd ,_egbgf :=_cee .GetArray (_aaccc );_egbgf {for _ ,_bebfc :=range _deabd .Elements (){if _gebbe ,_bggeb :=_cee .GetDict (_bebfc );_bggeb {_dgbgg (_ceagf ,_gebbe ); +};};}else if _fbdcg ,_cdead :=_cee .GetDict (_aaccc );_cdead {_dgbgg (_ceagf ,_fbdcg );};};};};};};_cgcbf .ParentTree =_cee .MakeDict ();_cgcbf .ParentTree .Set ("\u004e\u0075\u006d\u0073",_ddee );_cgcbf .ParentTreeNextKey =int64 (_abcaac );_aeaaf .Set ("\u0050\u0061\u0072\u0065\u006e\u0074\u0054\u0072\u0065\u0065",_cee .MakeIndirectObject (_cgcbf .ParentTree )); +};_aeaaf .Set ("\u0050\u0061\u0072\u0065\u006e\u0074\u0054\u0072\u0065\u0065\u004e\u0065x\u0074\u004b\u0065\u0079",_cee .MakeInteger (_cgcbf .ParentTreeNextKey ));if _cgcbf .RoleMap !=nil {_aeaaf .Set ("\u0052o\u006c\u0065\u004d\u0061\u0070",_cgcbf .RoleMap ); +};if _cgcbf .ClassMap !=nil {_aeaaf .Set ("\u0043\u006c\u0061\u0073\u0073\u004d\u0061\u0070",_cgcbf .ClassMap );};return _dcacg ;}; -// PdfColorspaceSpecialIndexed is an indexed color space is a lookup table, where the input element -// is an index to the lookup table and the output is a color defined in the lookup table in the Base -// colorspace. -// [/Indexed base hival lookup] -type PdfColorspaceSpecialIndexed struct{Base PdfColorspace ;HiVal int ;Lookup _eb .PdfObject ;_efcb []byte ;_daac *_eb .PdfIndirectObject ;}; +// SetFontByName sets the font specified by keyName to the given object. +func (_bgbf *PdfPageResources )SetFontByName (keyName _cee .PdfObjectName ,obj _cee .PdfObject )error {if _bgbf .Font ==nil {_bgbf .Font =_cee .MakeDict ();};_adae ,_gfccae :=_cee .TraceToDirectObject (_bgbf .Font ).(*_cee .PdfObjectDictionary );if !_gfccae {_fca .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0046\u006f\u006e\u0074\u0020\u006e\u006f\u0074\u0020\u0061\u0020\u0064\u0069\u0063\u0074\u0069\u006fn\u0061\u0072\u0079\u0021\u0020(\u0067\u006ft\u0020\u0025\u0054\u0029",_cee .TraceToDirectObject (_bgbf .Font )); +return _cee .ErrTypeError ;};_adae .Set (keyName ,obj );return nil ;};func _ffcg (_bgeab *_cee .PdfIndirectObject )(*PdfOutline ,error ){_geccc ,_baacf :=_bgeab .PdfObject .(*_cee .PdfObjectDictionary );if !_baacf {return nil ,_e .Errorf ("\u006f\u0075\u0074l\u0069\u006e\u0065\u0020o\u0062\u006a\u0065\u0063\u0074\u0020\u006eo\u0074\u0020\u0061\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079"); +};_abaaa :=NewPdfOutline ();if _eadec :=_geccc .Get ("\u0054\u0079\u0070\u0065");_eadec !=nil {_gfbdb ,_fdgge :=_eadec .(*_cee .PdfObjectName );if _fdgge {if *_gfbdb !="\u004f\u0075\u0074\u006c\u0069\u006e\u0065\u0073"{_fca .Log .Debug ("E\u0052\u0052\u004f\u0052\u0020\u0054y\u0070\u0065\u0020\u0021\u003d\u0020\u004f\u0075\u0074l\u0069\u006e\u0065s\u0020(\u0025\u0073\u0029",*_gfbdb ); +};};};if _abfba :=_geccc .Get ("\u0043\u006f\u0075n\u0074");_abfba !=nil {_dgeec ,_ggcbc :=_cee .GetNumberAsInt64 (_abfba );if _ggcbc !=nil {return nil ,_ggcbc ;};_abaaa .Count =&_dgeec ;};return _abaaa ,nil ;}; -// ToPdfObject implements interface PdfModel. -func (_bbab *PdfAnnotationSquiggly )ToPdfObject ()_eb .PdfObject {_bbab .PdfAnnotation .ToPdfObject ();_ada :=_bbab ._ggf ;_acab :=_ada .PdfObject .(*_eb .PdfObjectDictionary );_bbab .PdfAnnotationMarkup .appendToPdfDictionary (_acab );_acab .SetIfNotNil ("\u0053u\u0062\u0074\u0079\u0070\u0065",_eb .MakeName ("\u0053\u0071\u0075\u0069\u0067\u0067\u006c\u0079")); -_acab .SetIfNotNil ("\u0051\u0075\u0061\u0064\u0050\u006f\u0069\u006e\u0074\u0073",_bbab .QuadPoints );return _ada ;}; +// GetContentStreamWithEncoder returns the pattern cell's content stream and its encoder +func (_eddcg *PdfTilingPattern )GetContentStreamWithEncoder ()([]byte ,_cee .StreamEncoder ,error ){_feegg ,_bcee :=_eddcg ._bgabc .(*_cee .PdfObjectStream );if !_bcee {_fca .Log .Debug ("\u0054\u0069l\u0069\u006e\u0067\u0020\u0070\u0061\u0074\u0074\u0065\u0072\u006e\u0020\u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0065\u0072\u0020\u006e\u006f\u0074\u0020\u0061\u0020\u0073\u0074\u0072\u0065\u0061\u006d\u0020\u0028\u0067\u006f\u0074\u0020\u0025\u0054\u0029",_eddcg ._bgabc ); +return nil ,nil ,_cee .ErrTypeError ;};_dbaff ,_ebfaf :=_cee .DecodeStream (_feegg );if _ebfaf !=nil {_fca .Log .Debug ("\u0046\u0061\u0069l\u0065\u0064\u0020\u0064e\u0063\u006f\u0064\u0069\u006e\u0067\u0020s\u0074\u0072\u0065\u0061\u006d\u002c\u0020\u0065\u0072\u0072\u003a\u0020\u0025\u0076",_ebfaf ); +return nil ,nil ,_ebfaf ;};_cdff ,_ebfaf :=_cee .NewEncoderFromStream (_feegg );if _ebfaf !=nil {_fca .Log .Debug ("F\u0061\u0069\u006c\u0065\u0064\u0020f\u0069\u006e\u0064\u0069\u006e\u0067 \u0064\u0065\u0063\u006f\u0064\u0069\u006eg\u0020\u0065\u006e\u0063\u006f\u0064\u0065\u0072\u003a\u0020%\u0076",_ebfaf ); +return nil ,nil ,_ebfaf ;};return _dbaff ,_cdff ,nil ;}; -// SignatureHandlerDocMDP extends SignatureHandler with the ValidateWithOpts method for checking the DocMDP policy. -type SignatureHandlerDocMDP interface{SignatureHandler ; +// PdfAnnotationMarkup represents additional fields for mark-up annotations. +// (Section 12.5.6.2 p. 399). +type PdfAnnotationMarkup struct{T _cee .PdfObject ;Popup *PdfAnnotationPopup ;CA _cee .PdfObject ;RC _cee .PdfObject ;CreationDate _cee .PdfObject ;IRT _cee .PdfObject ;Subj _cee .PdfObject ;RT _cee .PdfObject ;IT _cee .PdfObject ;ExData _cee .PdfObject ; +};func (_eedac *PdfWriter )checkLicense ()error {_dddcf :=_ade .GetLicenseKey ();if (_dddcf ==nil ||!_dddcf .IsLicensed ())&&!_ggdge {_e .Printf ("\u0055\u006e\u006c\u0069\u0063\u0065\u006e\u0073\u0065\u0064\u0020c\u006f\u0070\u0079\u0020\u006f\u0066\u0020\u0055\u006e\u0069P\u0044\u0046\u000a"); +_e .Println ("-\u0020\u0047\u0065\u0074\u0020\u0061\u0020\u0066\u0072e\u0065\u0020\u0074\u0072\u0069\u0061\u006c l\u0069\u0063\u0065\u006es\u0065\u0020\u006f\u006e\u0020\u0068\u0074\u0074\u0070s:\u002f\u002fu\u006e\u0069\u0064\u006f\u0063\u002e\u0069\u006f"); +return _cdf .New ("\u0075\u006e\u0069\u0070d\u0066\u0020\u006c\u0069\u0063\u0065\u006e\u0073\u0065\u0020c\u006fd\u0065\u0020\u0072\u0065\u0071\u0075\u0069r\u0065\u0064");};return nil ;}; -// ValidateWithOpts validates a PDF signature by checking PdfReader or PdfParser -// ValidateWithOpts shall contain Validate call -ValidateWithOpts (_dedcc *PdfSignature ,_agaca Hasher ,_acgg SignatureHandlerDocMDPParams )(SignatureValidationResult ,error );}; +// StructTreeRoot represents the structure tree root dictionary. +// Reference: PDF documentation chapter 14.7 Logical Structure, table 322. +type StructTreeRoot struct{K []*KDict ;IDTree *IDTree ;ParentTree *_cee .PdfObjectDictionary ;ParentTreeNextKey int64 ;RoleMap _cee .PdfObject ;ClassMap *_cee .PdfObjectDictionary ;_fgafdd *_cee .PdfIndirectObject ;_gfcefg []_ee .UUID ;}; -// GetContainingPdfObject implements interface PdfModel. -func (_cgfd *PdfFilespec )GetContainingPdfObject ()_eb .PdfObject {return _cgfd ._cbefe }; +// ToPdfObject returns a PDF object representation of the outline. +func (_begd *Outline )ToPdfObject ()_cee .PdfObject {return _begd .ToPdfOutline ().ToPdfObject ()}; -// SetColorSpace sets `r` colorspace object to `colorspace`. -func (_fbdbc *PdfPageResources )SetColorSpace (colorspace *PdfPageResourcesColorspaces ){_fbdbc ._cfcff =colorspace ;};func (_bfag *PdfReader )newPdfOutlineItemFromIndirectObject (_dgcgg *_eb .PdfIndirectObject )(*PdfOutlineItem ,error ){_defda ,_bfgaa :=_dgcgg .PdfObject .(*_eb .PdfObjectDictionary ); -if !_bfgaa {return nil ,_e .Errorf ("\u006f\u0075\u0074l\u0069\u006e\u0065\u0020o\u0062\u006a\u0065\u0063\u0074\u0020\u006eo\u0074\u0020\u0061\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079");};_agdffa :=NewPdfOutlineItem ();_ccdcb :=_defda .Get ("\u0054\u0069\u0074l\u0065"); -if _ccdcb ==nil {return nil ,_e .Errorf ("\u006d\u0069\u0073s\u0069\u006e\u0067\u0020\u0054\u0069\u0074\u006c\u0065\u0020\u0066\u0072\u006f\u006d\u0020\u004f\u0075\u0074\u006c\u0069\u006e\u0065\u0020\u0049\u0074\u0065\u006d\u0020\u0028r\u0065\u0071\u0075\u0069\u0072\u0065\u0064\u0029"); -};_abdc ,_gaee :=_eb .GetString (_ccdcb );if !_gaee {return nil ,_e .Errorf ("\u0074\u0069\u0074le\u0020\u006e\u006f\u0074\u0020\u0061\u0020\u0073\u0074\u0072\u0069\u006e\u0067\u0020\u0028\u0025\u0054\u0029",_ccdcb );};_agdffa .Title =_abdc ;if _acacg :=_defda .Get ("\u0043\u006f\u0075n\u0074"); -_acacg !=nil {_gbbc ,_facg :=_acacg .(*_eb .PdfObjectInteger );if !_facg {return nil ,_e .Errorf ("\u0063o\u0075\u006e\u0074\u0020n\u006f\u0074\u0020\u0061\u006e \u0069n\u0074e\u0067\u0065\u0072\u0020\u0028\u0025\u0054)",_acacg );};_gefa :=int64 (*_gbbc ); -_agdffa .Count =&_gefa ;};if _dffa :=_defda .Get ("\u0044\u0065\u0073\u0074");_dffa !=nil {_agdffa .Dest =_eb .ResolveReference (_dffa );if !_bfag ._cfcgdf {_cagg :=_bfag .traverseObjectData (_agdffa .Dest );if _cagg !=nil {return nil ,_cagg ;};};};if _dfdfce :=_defda .Get ("\u0041"); -_dfdfce !=nil {_agdffa .A =_eb .ResolveReference (_dfdfce );if !_bfag ._cfcgdf {_eeadc :=_bfag .traverseObjectData (_agdffa .A );if _eeadc !=nil {return nil ,_eeadc ;};};};if _gfdg :=_defda .Get ("\u0053\u0045");_gfdg !=nil {_agdffa .SE =nil ;};if _gfabf :=_defda .Get ("\u0043"); -_gfabf !=nil {_agdffa .C =_eb .ResolveReference (_gfabf );};if _bfgd :=_defda .Get ("\u0046");_bfgd !=nil {_agdffa .F =_eb .ResolveReference (_bfgd );};return _agdffa ,nil ;};func _bcbe (_bgaeg _eb .PdfObject ,_fedfc *PdfReader )(*OutlineDest ,error ){_fbgee ,_cbbfba :=_eb .GetArray (_bgaeg ); -if !_cbbfba {return nil ,_dcf .New ("\u006f\u0075\u0074\u006c\u0069\u006e\u0065 \u0064\u0065\u0073t\u0069\u006e\u0061\u0074i\u006f\u006e\u0020\u006f\u0062\u006a\u0065\u0063\u0074\u0020\u006d\u0075\u0073\u0074\u0020\u0062\u0065\u0020\u0061\u006e\u0020\u0061\u0072\u0072\u0061\u0079"); -};_degbf :=_fbgee .Len ();if _degbf < 2{return nil ,_e .Errorf ("\u0069n\u0076\u0061l\u0069\u0064\u0020\u006fu\u0074\u006c\u0069n\u0065\u0020\u0064\u0065\u0073\u0074\u0069\u006e\u0061ti\u006f\u006e\u0020a\u0072\u0072a\u0079\u0020\u006c\u0065\u006e\u0067t\u0068\u003a \u0025\u0064",_degbf ); -};_efbab :=&OutlineDest {Mode :"\u0046\u0069\u0074"};_baggc :=_fbgee .Get (0);if _cebdg ,_gccbe :=_eb .GetIndirect (_baggc );_gccbe {if _ ,_fgfdd ,_daafa :=_fedfc .PageFromIndirectObject (_cebdg );_daafa ==nil {_efbab .Page =int64 (_fgfdd -1);}else {_ddb .Log .Debug ("\u0057\u0041\u0052\u004e\u003a\u0020\u0063o\u0075\u006c\u0064 \u006e\u006f\u0074\u0020g\u0065\u0074\u0020\u0070\u0061\u0067\u0065\u0020\u0069\u006e\u0064\u0065\u0078\u0020\u0066\u006f\u0072\u0020\u0070\u0061\u0067\u0065\u0020\u0025\u002b\u0076",_cebdg ); -};_efbab .PageObj =_cebdg ;}else if _gdaab ,_dbaaa :=_eb .GetIntVal (_baggc );_dbaaa {if _gdaab >=0&&_gdaab < len (_fedfc .PageList ){_efbab .PageObj =_fedfc .PageList [_gdaab ].GetPageAsIndirectObject ();}else {_ddb .Log .Debug ("\u0057\u0041R\u004e\u003a\u0020\u0063\u006f\u0075\u006c\u0064\u0020\u006e\u006f\u0074\u0020\u0067\u0065\u0074\u0020\u0070\u0061\u0067\u0065\u0020\u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0065\u0072\u0020\u0066\u006f\u0072\u0020\u0070\u0061\u0067\u0065\u0020\u0025\u0064",_gdaab ); -};_efbab .Page =int64 (_gdaab );}else {return nil ,_e .Errorf ("\u0069\u006eva\u006c\u0069\u0064 \u006f\u0075\u0074\u006cine\u0020de\u0073\u0074\u0069\u006e\u0061\u0074\u0069on\u0020\u0070\u0061\u0067\u0065\u003a\u0020%\u0054",_baggc );};_ceccg ,_cbbfba :=_eb .GetNameVal (_fbgee .Get (1)); -if !_cbbfba {_ddb .Log .Debug ("\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u006f\u0075\u0074\u006c\u0069\u006e\u0065\u0020\u0064\u0065s\u0074\u0069\u006e\u0061\u0074\u0069\u006fn\u0020\u006d\u0061\u0067\u006e\u0069\u0066\u0069\u0063\u0061\u0074i\u006f\u006e\u0020\u006d\u006f\u0064\u0065\u003a\u0020\u0025\u0076",_fbgee .Get (1)); -return _efbab ,nil ;};switch _ceccg {case "\u0046\u0069\u0074","\u0046\u0069\u0074\u0042":case "\u0046\u0069\u0074\u0048","\u0046\u0069\u0074B\u0048":if _degbf > 2{_efbab .Y ,_ =_eb .GetNumberAsFloat (_eb .TraceToDirectObject (_fbgee .Get (2)));};case "\u0046\u0069\u0074\u0056","\u0046\u0069\u0074B\u0056":if _degbf > 2{_efbab .X ,_ =_eb .GetNumberAsFloat (_eb .TraceToDirectObject (_fbgee .Get (2))); -};case "\u0058\u0059\u005a":if _degbf > 4{_efbab .X ,_ =_eb .GetNumberAsFloat (_eb .TraceToDirectObject (_fbgee .Get (2)));_efbab .Y ,_ =_eb .GetNumberAsFloat (_eb .TraceToDirectObject (_fbgee .Get (3)));_efbab .Zoom ,_ =_eb .GetNumberAsFloat (_eb .TraceToDirectObject (_fbgee .Get (4))); -};default:_ceccg ="\u0046\u0069\u0074";};_efbab .Mode =_ceccg ;return _efbab ,nil ;}; +// SubsetRegistered subsets the font to only the glyphs that have been registered by the encoder. +// +// NOTE: This only works on fonts that support subsetting. For unsupported fonts this is a no-op, although a debug +// message is emitted. Currently supported fonts are embedded Truetype CID fonts (type 0). +// +// NOTE: Make sure to call this soon before writing (once all needed runes have been registered). +// If using package creator, use its EnableFontSubsetting method instead. +func (_bdfd *PdfFont )SubsetRegistered ()error {switch _gedec :=_bdfd ._bggcf .(type ){case *pdfFontType0 :_ecffg :=_gedec .subsetRegistered ();if _ecffg !=nil {_fca .Log .Debug ("\u0053\u0075b\u0073\u0065\u0074 \u0065\u0072\u0072\u006f\u0072\u003a\u0020\u0025\u0076",_ecffg ); +return _ecffg ;};if _gedec ._eddba !=nil {if _gedec ._daac !=nil {_gedec ._daac .ToPdfObject ();};_gedec .ToPdfObject ();};default:_fca .Log .Debug ("F\u006f\u006e\u0074\u0020\u0025\u0054 \u0064\u006f\u0065\u0073\u0020\u006eo\u0074\u0020\u0073\u0075\u0070\u0070\u006fr\u0074\u0020\u0073\u0075\u0062\u0073\u0065\u0074\u0074\u0069n\u0067",_gedec ); +};return nil ;}; -// NewPdfDate returns a new PdfDate object from a PDF date string (see 7.9.4 Dates). -// format: "D: YYYYMMDDHHmmSSOHH'mm" -func NewPdfDate (dateStr string )(PdfDate ,error ){_gbdae ,_efff :=_eggb .ParsePdfTime (dateStr );if _efff !=nil {return PdfDate {},_efff ;};return NewPdfDateFromTime (_gbdae );};const (_ PdfOutputIntentType =iota ;PdfOutputIntentTypeA1 ;PdfOutputIntentTypeA2 ; -PdfOutputIntentTypeA3 ;PdfOutputIntentTypeA4 ;PdfOutputIntentTypeX ;); +// PageCallback callback function used in page loading +// that could be used to modify the page content. +// +// Deprecated: will be removed in v4. Use PageProcessCallback instead. +type PageCallback func (_aeeag int ,_dfdgc *PdfPage ); -// IsFitWindow returns the value of the fitWindow flag. -func (_feeec *ViewerPreferences )IsFitWindow ()bool {if _feeec ._edbaa ==nil {return false ;};return *_feeec ._edbaa ;};type pdfSignDictionary struct{*_eb .PdfObjectDictionary ;_bfadg *SignatureHandler ;_abegc *PdfSignature ;_afeabg int64 ;_eegea int ; -_defaa int ;_caeba int ;_dbcd int ;}; +// GetFillImage get attached model.Image in push button. +func (_cgffe *PdfFieldButton )GetFillImage ()*Image {if _cgffe .IsPush (){return _cgffe ._effg ;};return nil ;};var _eefd =_bgc .MustCompile ("\u005b\\\u006e\u005c\u0072\u005d\u002b");func (_dafcb *LTV )getOCSPs (_gceea []*_dfd .Certificate ,_fbdad map[string ]*_dfd .Certificate )([][]byte ,error ){_gcagf :=make ([][]byte ,0,len (_gceea )); +for _ ,_beee :=range _gceea {for _ ,_daee :=range _beee .OCSPServer {if _dafcb .CertClient .IsCA (_beee ){continue ;};_eeead ,_gcbfe :=_fbdad [_beee .Issuer .CommonName ];if !_gcbfe {_fca .Log .Debug ("\u0057\u0041\u0052\u004e:\u0020\u0053\u006b\u0069\u0070\u0070\u0069\u006e\u0067 \u004f\u0043\u0053\u0050\u0020\u0072\u0065\u0071\u0075\u0065\u0073\u0074\u003a\u0020\u0069\u0073\u0073\u0075e\u0072\u0020\u0063\u0065\u0072t\u0069\u0066\u0069\u0063\u0061\u0074\u0065\u0020\u006e\u006f\u0074\u0020\u0066\u006f\u0075\u006e\u0064"); +continue ;};_ ,_acgae ,_badea :=_dafcb .OCSPClient .MakeRequest (_daee ,_beee ,_eeead );if _badea !=nil {_fca .Log .Debug ("\u0057\u0041\u0052\u004e:\u0020\u004f\u0043\u0053\u0050\u0020\u0072\u0065\u0071\u0075e\u0073t\u0020\u0065\u0072\u0072\u006f\u0072\u003a \u0025\u0076",_badea ); +continue ;};_gcagf =append (_gcagf ,_acgae );};};return _gcagf ,nil ;}; -// ColorFromPdfObjects gets the color from a series of pdf objects (4 for cmyk). -func (_ddfg *PdfColorspaceDeviceCMYK )ColorFromPdfObjects (objects []_eb .PdfObject )(PdfColor ,error ){if len (objects )!=4{return nil ,_dcf .New ("r\u0061\u006e\u0067\u0065\u0020\u0063\u0068\u0065\u0063\u006b");};_ebee ,_bbcf :=_eb .GetNumbersAsFloat (objects ); -if _bbcf !=nil {return nil ,_bbcf ;};return _ddfg .ColorFromFloats (_ebee );};func (_cgab *PdfShading )getShadingDict ()(*_eb .PdfObjectDictionary ,error ){_fcaef :=_cgab ._cefaa ;if _aegaf ,_cbdcd :=_fcaef .(*_eb .PdfIndirectObject );_cbdcd {_cdaaf ,_ggede :=_aegaf .PdfObject .(*_eb .PdfObjectDictionary ); -if !_ggede {return nil ,_eb .ErrTypeError ;};return _cdaaf ,nil ;}else if _gdgcf ,_ffagd :=_fcaef .(*_eb .PdfObjectStream );_ffagd {return _gdgcf .PdfObjectDictionary ,nil ;}else if _dgcf ,_ccage :=_fcaef .(*_eb .PdfObjectDictionary );_ccage {return _dgcf ,nil ; -}else {_ddb .Log .Debug ("U\u006e\u0061\u0062\u006c\u0065\u0020t\u006f\u0020\u0061\u0063\u0063\u0065s\u0073\u0020\u0073\u0068\u0061\u0064\u0069n\u0067\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061r\u0079");return nil ,_eb .ErrTypeError ;};};func (_cefed *pdfFontType0 )baseFields ()*fontCommon {return &_cefed .fontCommon }; +// NewStructTreeRootFromPdfObject creates a new structure tree root from a PDF object. +func NewStructTreeRootFromPdfObject (obj _cee .PdfObject )(*StructTreeRoot ,error ){_eceda :=_cee .ResolveReference (obj );_fgeebc ,_cddcg :=_cee .GetDict (_eceda );if !_cddcg {return nil ,_e .Errorf ("\u0065\u0078\u0069\u0073\u0074\u0069\u006e\u0067 \u0073\u0074\u0072uc\u0074\u0075\u0072\u0065\u0020\u0074r\u0065\u0065\u0020\u0072\u006f\u006f\u0074\u0020\u0069\u0073\u0020\u006e\u006f\u0074\u0020a\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006ea\u0072\u0079"); +};_ccdbc :=&StructTreeRoot {};_ccdbc ._fgafdd =_cee .MakeIndirectObject (_cee .MakeDict ());if _gffcd :=_fgeebc .Get ("\u004b");_gffcd !=nil {_ecba :=_cee .ResolveReference (_gffcd );_gaadeb :=_cee .ResolveReferencesDeep (_ecba ,nil );if _gaadeb !=nil {_fca .Log .Debug ("\u0045\u0072\u0072\u006fr\u0020\u0072\u0065\u0073\u006f\u006c\u0076\u0069\u006e\u0067 \u004b \u006f\u0062\u006a\u0065\u0063\u0074\u003a \u0025\u0076",_gaadeb ); +};_ccdbc .K =[]*KDict {};if _egefb ,_fdaa :=_cee .GetArray (_ecba );_fdaa {for _gbbcg :=0;_gbbcg < _egefb .Len ();_gbbcg ++{_bagba :=_egefb .Get (_gbbcg );_fbgc ,_gecge :=_cfffg (_bagba );if _gecge !=nil {return nil ,_gecge ;};_ccdbc .K =append (_ccdbc .K ,_fbgc ); +};}else {_efddd ,_caacg :=_cfffg (_ecba );if _caacg !=nil {return nil ,_caacg ;};_ccdbc .K =append (_ccdbc .K ,_efddd );};};if _cafca :=_fgeebc .Get ("\u0049\u0044\u0054\u0072\u0065\u0065");_cafca !=nil {_ccdbc .IDTree =_edddd (_cafca );};if _cgcfd :=_fgeebc .Get ("\u0050\u0061\u0072\u0065\u006e\u0074\u0054\u0072\u0065\u0065"); +_cgcfd !=nil {_bdgac :=_cee .ResolveReference (_cgcfd );if _efbfd ,_eafab :=_cee .GetDict (_bdgac );_eafab {_ccdbc .ParentTree =_efbfd ;};};if _ccabc :=_fgeebc .Get ("\u0050\u0061\u0072\u0065\u006e\u0074\u0054\u0072\u0065\u0065\u004e\u0065x\u0074\u004b\u0065\u0079"); +_ccabc !=nil {_ ,_ddgab :=_cee .GetInt (_ccabc );if _ddgab {_gaadd ,_cdbfd :=_cee .GetNumberAsInt64 (_ccabc );if _cdbfd !=nil {return nil ,_cdbfd ;};_ccdbc .ParentTreeNextKey =_gaadd ;};};if _bbfdb :=_fgeebc .Get ("\u0052o\u006c\u0065\u004d\u0061\u0070"); +_bbfdb !=nil {switch _gcggg :=_bbfdb .(type ){case *_cee .PdfIndirectObject :if _abebd ,_degag :=_cee .GetDict (_gcggg .PdfObject );_degag {_ccdbc .RoleMap =_abebd ;};case *_cee .PdfObjectDictionary :_ccdbc .RoleMap =_gcggg ;case *_cee .PdfObjectString :_ccdbc .RoleMap =_gcggg ; +};};if _fgdbd :=_fgeebc .Get ("\u0043\u006c\u0061\u0073\u0073\u004d\u0061\u0070");_fgdbd !=nil {if _efffc ,_fbdge :=_cee .GetDict (_fgdbd );_fbdge {_ccdbc .ClassMap =_efffc ;};};return _ccdbc ,nil ;}; +// NewKDictionary creates a new K dictionary object. +func NewKDictionary ()*KDict {return &KDict {_affgf :make ([]*KValue ,0),_efbbe :-1}}; -// ImageToRGB convert 1-component grayscale data to 3-component RGB. -func (_ffab *PdfColorspaceDeviceGray )ImageToRGB (img Image )(Image ,error ){if img .ColorComponents !=1{return img ,_dcf .New ("\u0074\u0068e \u0070\u0072\u006fv\u0069\u0064\u0065\u0064 im\u0061ge\u0020\u0069\u0073\u0020\u006e\u006f\u0074 g\u0072\u0061\u0079\u0020\u0073\u0063\u0061l\u0065"); -};_faed ,_gcbb :=_df .NewImage (int (img .Width ),int (img .Height ),int (img .BitsPerComponent ),img .ColorComponents ,img .Data ,img ._bdcab ,img ._fedc );if _gcbb !=nil {return img ,_gcbb ;};_eaca ,_gcbb :=_df .NRGBAConverter .Convert (_faed );if _gcbb !=nil {return img ,_gcbb ; -};_cddb :=_ggaa (_eaca .Base ());_ddb .Log .Trace ("\u0044\u0065\u0076\u0069\u0063\u0065\u0047\u0072\u0061\u0079\u0020\u002d>\u0020\u0052\u0047\u0042");_ddb .Log .Trace ("s\u0061\u006d\u0070\u006c\u0065\u0073\u003a\u0020\u0025\u0076",img .Data );_ddb .Log .Trace ("\u0052G\u0042 \u0073\u0061\u006d\u0070\u006c\u0065\u0073\u003a\u0020\u0025\u0076",_cddb .Data ); -_ddb .Log .Trace ("\u0025\u0076\u0020\u002d\u003e\u0020\u0025\u0076",img ,_cddb );return _cddb ,nil ;}; +// SetViewClip sets the value of the viewClip. +func (_bdag *ViewerPreferences )SetViewClip (viewClip PageBoundary ){_bdag ._baegf =viewClip }; -// NewPdfSignature creates a new PdfSignature object. -func NewPdfSignature (handler SignatureHandler )*PdfSignature {_gefad :=&PdfSignature {Type :_eb .MakeName ("\u0053\u0069\u0067"),Handler :handler };_fgddee :=&pdfSignDictionary {PdfObjectDictionary :_eb .MakeDict (),_bfadg :&handler ,_abegc :_gefad }; -_gefad ._cddce =_eb .MakeIndirectObject (_fgddee );return _gefad ;};func (_cfgca fontCommon )isCIDFont ()bool {if _cfgca ._fgdee ==""{_ddb .Log .Debug ("\u0045\u0052\u0052\u004f\u0052:\u0020\u0069\u0073\u0043\u0049\u0044\u0046\u006f\u006e\u0074\u002e\u0020\u0063o\u006e\u0074\u0065\u0078\u0074\u0020\u0069\u0073\u0020\u006e\u0069\u006c\u002e\u0020\u0066\u006f\u006e\u0074\u003d\u0025\u0073",_cfgca ); -};_eeaga :=false ;switch _cfgca ._fgdee {case "\u0054\u0079\u0070e\u0030","\u0043\u0049\u0044F\u006f\u006e\u0074\u0054\u0079\u0070\u0065\u0030","\u0043\u0049\u0044F\u006f\u006e\u0074\u0054\u0079\u0070\u0065\u0032":_eeaga =true ;};_ddb .Log .Trace ("i\u0073\u0043\u0049\u0044\u0046\u006fn\u0074\u003a\u0020\u0069\u0073\u0043\u0049\u0044\u003d%\u0074\u0020\u0066o\u006et\u003d\u0025\u0073",_eeaga ,_cfgca ); -return _eeaga ;}; +// GetExtGState gets the ExtGState specified by keyName. Returns a bool +// indicating whether it was found or not. +func (_cabaa *PdfPageResources )GetExtGState (keyName _cee .PdfObjectName )(_cee .PdfObject ,bool ){if _cabaa .ExtGState ==nil {return nil ,false ;};_eggbc ,_aabcfc :=_cee .TraceToDirectObject (_cabaa .ExtGState ).(*_cee .PdfObjectDictionary );if !_aabcfc {_fca .Log .Debug ("\u0045\u0052R\u004f\u0052\u003a\u0020\u0049n\u0076\u0061\u006c\u0069\u0064 \u0045\u0078\u0074\u0047\u0053\u0074\u0061\u0074\u0065\u0020\u0065\u006e\u0074\u0072\u0079\u0020\u002d\u0020\u006e\u006f\u0074\u0020\u0061\u0020\u0064\u0069\u0063\u0074\u0020\u0028\u0067\u006f\u0074\u0020\u0025\u0054\u0029",_cabaa .ExtGState ); +return nil ,false ;};if _aagdd :=_eggbc .Get (keyName );_aagdd !=nil {return _aagdd ,true ;};return nil ,false ;};const (_ PdfOutputIntentType =iota ;PdfOutputIntentTypeA1 ;PdfOutputIntentTypeA2 ;PdfOutputIntentTypeA3 ;PdfOutputIntentTypeA4 ;PdfOutputIntentTypeX ; +); -// PdfColorDeviceRGB represents a color in DeviceRGB colorspace with R, G, B components, where component is -// defined in the range 0.0 - 1.0 where 1.0 is the primary intensity. -type PdfColorDeviceRGB [3]float64 ; +// NewPdfAnnotationSquiggly returns a new text squiggly annotation. +func NewPdfAnnotationSquiggly ()*PdfAnnotationSquiggly {_aba :=NewPdfAnnotation ();_bbd :=&PdfAnnotationSquiggly {};_bbd .PdfAnnotation =_aba ;_bbd .PdfAnnotationMarkup =&PdfAnnotationMarkup {};_aba .SetContext (_bbd );return _bbd ;}; -// GetMCID returns the MCID of the KValue. -func (_afbgg *KValue )GetMCID ()*int {return _afbgg ._ddaf }; +// FlattenFieldsWithOpts flattens the AcroForm fields of the reader using the +// provided field appearance generator and the specified options. If no options +// are specified, all form fields are flattened. +// If a filter function is provided using the opts parameter, only the filtered +// fields are flattened. Otherwise, all form fields are flattened. +// At the end of the process, the AcroForm contains all the fields which were +// not flattened. If all fields are flattened, the reader's AcroForm field +// is set to nil. +func (_fbfdc *PdfReader )FlattenFieldsWithOpts (appgen FieldAppearanceGenerator ,opts *FieldFlattenOpts )error {return _fbfdc .flattenFieldsWithOpts (false ,appgen ,opts );}; -// NewPdfActionMovie returns a new "movie" action. -func NewPdfActionMovie ()*PdfActionMovie {_cfg :=NewPdfAction ();_da :=&PdfActionMovie {};_da .PdfAction =_cfg ;_cfg .SetContext (_da );return _da ;}; +// DecodeArray returns the range of color component values in DeviceRGB colorspace. +func (_cebbf *PdfColorspaceDeviceRGB )DecodeArray ()[]float64 {return []float64 {0.0,1.0,0.0,1.0,0.0,1.0};};func (_dgfeb *PdfReader )buildPageList (_aefa *_cee .PdfIndirectObject ,_ffdfb *_cee .PdfIndirectObject ,_abeede map[_cee .PdfObject ]struct{})error {if _aefa ==nil {return nil ; +};if _ ,_geeef :=_abeede [_aefa ];_geeef {_fca .Log .Debug ("\u0043\u0079\u0063l\u0069\u0063\u0020\u0072e\u0063\u0075\u0072\u0073\u0069\u006f\u006e,\u0020\u0073\u006b\u0069\u0070\u0070\u0069\u006e\u0067\u0020\u0028\u0025\u0076\u0029",_aefa .ObjectNumber ); +return nil ;};_abeede [_aefa ]=struct{}{};_bbdd ,_dfgbb :=_aefa .PdfObject .(*_cee .PdfObjectDictionary );if !_dfgbb {return _cdf .New ("n\u006f\u0064\u0065\u0020no\u0074 \u0061\u0020\u0064\u0069\u0063t\u0069\u006f\u006e\u0061\u0072\u0079");};_gfgce ,_dfgbb :=(*_bbdd ).Get ("\u0054\u0079\u0070\u0065").(*_cee .PdfObjectName ); +if !_dfgbb {if _bbdd .Get ("\u004b\u0069\u0064\u0073")==nil {return _cdf .New ("\u006e\u006f\u0064\u0065 \u006d\u0069\u0073\u0073\u0069\u006e\u0067\u0020\u0054\u0079p\u0065 \u0028\u0052\u0065\u0071\u0075\u0069\u0072e\u0064\u0029");};_fca .Log .Debug ("ER\u0052\u004fR\u003a\u0020\u006e\u006f\u0064\u0065\u0020\u006d\u0069s\u0073\u0069\u006e\u0067\u0020\u0054\u0079\u0070\u0065\u002c\u0020\u0062\u0075\u0074\u0020\u0068\u0061\u0073\u0020\u004b\u0069\u0064\u0073\u002e\u0020\u0041\u0073\u0073u\u006di\u006e\u0067\u0020\u0050\u0061\u0067\u0065\u0073 \u006eo\u0064\u0065."); +_gfgce =_cee .MakeName ("\u0050\u0061\u0067e\u0073");_bbdd .Set ("\u0054\u0079\u0070\u0065",_gfgce );};_fca .Log .Trace ("\u0062\u0075\u0069\u006c\u0064\u0050a\u0067\u0065\u004c\u0069\u0073\u0074\u0020\u006e\u006f\u0064\u0065\u0020\u0074y\u0070\u0065\u003a\u0020\u0025\u0073\u0020(\u0025\u002b\u0076\u0029",*_gfgce ,_aefa ); +if *_gfgce =="\u0050\u0061\u0067\u0065"{_abfcg ,_cafa :=_dgfeb .newPdfPageFromDict (_bbdd );if _cafa !=nil {return _cafa ;};_abfcg .setContainer (_aefa );if _ffdfb !=nil {_bbdd .Set ("\u0050\u0061\u0072\u0065\u006e\u0074",_ffdfb );};_dgfeb ._fded =append (_dgfeb ._fded ,_aefa ); +_dgfeb .PageList =append (_dgfeb .PageList ,_abfcg );return nil ;};if *_gfgce !="\u0050\u0061\u0067e\u0073"{_fca .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0054\u0061\u0062\u006c\u0065\u0020\u006f\u0066\u0020\u0063\u006fnt\u0065n\u0074\u0020\u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0069\u006e\u0067 \u006e\u006f\u006e\u0020\u0050\u0061\u0067\u0065\u002f\u0050\u0061\u0067\u0065\u0073\u0020\u006f\u0062j\u0065\u0063\u0074\u0021\u0020\u0028\u0025\u0073\u0029",_gfgce ); +return _cdf .New ("\u0074\u0061\u0062\u006c\u0065\u0020o\u0066\u0020\u0063\u006f\u006e\u0074\u0065\u006e\u0074\u0020\u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0069\u006e\u0067 \u006e\u006f\u006e\u0020\u0050\u0061\u0067\u0065\u002f\u0050\u0061\u0067\u0065\u0073 \u006fb\u006a\u0065\u0063\u0074"); +};if _ffdfb !=nil {_bbdd .Set ("\u0050\u0061\u0072\u0065\u006e\u0074",_ffdfb );};if !_dgfeb ._dbfb {_cgag :=_dgfeb .traverseObjectData (_aefa );if _cgag !=nil {return _cgag ;};};_cgcbe ,_ggdac :=_dgfeb ._ffdgf .Resolve (_bbdd .Get ("\u004b\u0069\u0064\u0073")); +if _ggdac !=nil {_fca .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a \u0046\u0061\u0069\u006c\u0065\u0064\u0020\u006c\u006f\u0061\u0064\u0069\u006eg\u0020\u004b\u0069\u0064\u0073\u0020\u006fb\u006a\u0065\u0063\u0074");return _ggdac ;};var _ecdba *_cee .PdfObjectArray ; +_ecdba ,_dfgbb =_cgcbe .(*_cee .PdfObjectArray );if !_dfgbb {_efceg ,_afcbgf :=_cgcbe .(*_cee .PdfIndirectObject );if !_afcbgf {return _cdf .New ("\u0069\u006e\u0076\u0061li\u0064\u0020\u004b\u0069\u0064\u0073\u0020\u006f\u0062\u006a\u0065\u0063\u0074"); +};_ecdba ,_dfgbb =_efceg .PdfObject .(*_cee .PdfObjectArray );if !_dfgbb {return _cdf .New ("\u0069\u006e\u0076\u0061l\u0069\u0064\u0020\u004b\u0069\u0064\u0073\u0020\u0069\u006ed\u0069r\u0065\u0063\u0074\u0020\u006f\u0062\u006ae\u0063\u0074");};};_fca .Log .Trace ("\u004b\u0069\u0064\u0073\u003a\u0020\u0025\u0073",_ecdba ); +for _edac ,_dfecb :=range _ecdba .Elements (){_ebaea ,_cfeec :=_cee .GetIndirect (_dfecb );if !_cfeec {_fca .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0050\u0061\u0067\u0065\u0020\u006e\u006f\u0074\u0020\u0069\u006e\u0064\u0069\u0072\u0065\u0063\u0074 \u006f\u0062\u006a\u0065\u0063t\u0020\u002d \u0028\u0025\u0073\u0029",_ebaea ); +return _cdf .New ("\u0070a\u0067\u0065\u0020\u006e\u006f\u0074\u0020\u0069\u006e\u0064\u0069r\u0065\u0063\u0074\u0020\u006f\u0062\u006a\u0065\u0063\u0074");};_ecdba .Set (_edac ,_ebaea );_ggdac =_dgfeb .buildPageList (_ebaea ,_aefa ,_abeede );if _ggdac !=nil {return _ggdac ; +};};return nil ;}; -// SetStructParentsKey sets the StructParents key. -func (_cadef *PdfPage )SetStructParentsKey (key int ){if key ==-1{_cadef .StructParents =nil ;}else {_cadef .StructParents =_eb .MakeInteger (int64 (key ));};}; +// SetPrintScaling sets the value of the printScaling. +func (_ecgcg *ViewerPreferences )SetPrintScaling (printScaling PrintScaling ){_ecgcg ._fgbdf =printScaling ;}; -// GetEncryptionMethod returns a descriptive information string about the encryption method used. -func (_dcfee *PdfReader )GetEncryptionMethod ()string {_ebabb :=_dcfee ._ebbe .GetCrypter ();return _ebabb .String ();}; +// NewPdfAnnotationCaret returns a new caret annotation. +func NewPdfAnnotationCaret ()*PdfAnnotationCaret {_ebf :=NewPdfAnnotation ();_bga :=&PdfAnnotationCaret {};_bga .PdfAnnotation =_ebf ;_bga .PdfAnnotationMarkup =&PdfAnnotationMarkup {};_ebf .SetContext (_bga );return _bga ;}; -// ToPdfObject converts date to a PDF string object. -func (_gcac *PdfDate )ToPdfObject ()_eb .PdfObject {_cdeae :=_e .Sprintf ("\u0044\u003a\u0025\u002e\u0034\u0064\u0025\u002e\u0032\u0064\u0025\u002e\u0032\u0064\u0025\u002e\u0032\u0064\u0025\u002e\u0032\u0064\u0025\u002e2\u0064\u0025\u0063\u0025\u002e2\u0064\u0027%\u002e\u0032\u0064\u0027",_gcac ._fffdf ,_gcac ._aacegf ,_gcac ._afgfb ,_gcac ._bdfbf ,_gcac ._aecad ,_gcac ._cfdb ,_gcac ._eaede ,_gcac ._fgggd ,_gcac ._gadga ); -return _eb .MakeString (_cdeae );}; +// PdfActionNamed represents a named action. +type PdfActionNamed struct{*PdfAction ;N _cee .PdfObject ;}; -// NewPdfAnnotationPrinterMark returns a new printermark annotation. -func NewPdfAnnotationPrinterMark ()*PdfAnnotationPrinterMark {_cee :=NewPdfAnnotation ();_aba :=&PdfAnnotationPrinterMark {};_aba .PdfAnnotation =_cee ;_cee .SetContext (_aba );return _aba ;}; +// PdfAcroForm represents the AcroForm dictionary used for representation of form data in PDF. +type PdfAcroForm struct{Fields *[]*PdfField ;NeedAppearances *_cee .PdfObjectBool ;SigFlags *_cee .PdfObjectInteger ;CO *_cee .PdfObjectArray ;DR *PdfPageResources ;DA *_cee .PdfObjectString ;Q *_cee .PdfObjectInteger ;XFA _cee .PdfObject ; -// GetTrailer returns the PDF's trailer dictionary. -func (_dfbcc *PdfReader )GetTrailer ()(*_eb .PdfObjectDictionary ,error ){_deecaa :=_dfbcc ._ebbe .GetTrailer ();if _deecaa ==nil {return nil ,_dcf .New ("\u0074r\u0061i\u006c\u0065\u0072\u0020\u006d\u0069\u0073\u0073\u0069\u006e\u0067");};return _deecaa ,nil ; -}; +// ADBEEchoSign extra objects from Adobe Acrobat, causing signature invalid if not exists. +ADBEEchoSign _cee .PdfObject ;_cebbd *_cee .PdfIndirectObject ;_gcfcc bool ;}; -// GetContext returns the annotation context which contains the specific type-dependent context. -// The context represents the subannotation. -func (_fccg *PdfAnnotation )GetContext ()PdfModel {if _fccg ==nil {return nil ;};return _fccg ._cdb ;}; +// GenerateHashMaps generates DSS hashmaps for Certificates, OCSPs and CRLs to make sure they are unique. +func (_defe *DSS )GenerateHashMaps ()error {_cfcf ,_adge :=_defe .generateHashMap (_defe .Certs );if _adge !=nil {return _adge ;};_cedb ,_adge :=_defe .generateHashMap (_defe .OCSPs );if _adge !=nil {return _adge ;};_afeg ,_adge :=_defe .generateHashMap (_defe .CRLs ); +if _adge !=nil {return _adge ;};_defe ._eged =_cfcf ;_defe ._dcff =_cedb ;_defe ._fbfec =_afeg ;return nil ;}; -// GetContext returns the context of the outline tree node, which is either a -// *PdfOutline or a *PdfOutlineItem. The method returns nil for uninitialized -// tree nodes. -func (_cbdbd *PdfOutlineTreeNode )GetContext ()PdfModel {if _ebbcf ,_afcdf :=_cbdbd ._eeedb .(*PdfOutline );_afcdf {return _ebbcf ;};if _dgda ,_dcgfc :=_cbdbd ._eeedb .(*PdfOutlineItem );_dcgfc {return _dgda ;};_ddb .Log .Debug ("\u0045\u0052RO\u0052\u0020\u0049n\u0076\u0061\u006c\u0069d o\u0075tl\u0069\u006e\u0065\u0020\u0074\u0072\u0065e \u006e\u006f\u0064\u0065\u0020\u0069\u0074e\u006d"); -return nil ;};func (_gdbc *PdfReader )newPdfActionNamedFromDict (_gdcb *_eb .PdfObjectDictionary )(*PdfActionNamed ,error ){return &PdfActionNamed {N :_gdcb .Get ("\u004e")},nil ;};type pdfFont interface{_fg .Font ; +// GetMediaBox gets the inheritable media box value, either from the page +// or a higher up page/pages struct. +func (_dfbeg *PdfPage )GetMediaBox ()(*PdfRectangle ,error ){if _dfbeg .MediaBox !=nil {return _dfbeg .MediaBox ,nil ;};_fdcf :=_dfbeg .Parent ;for _fdcf !=nil {_egefa ,_dbabe :=_cee .GetDict (_fdcf );if !_dbabe {return nil ,_cdf .New ("\u0069\u006e\u0076\u0061\u006c\u0069d\u0020\u0070\u0061\u0072\u0065\u006e\u0074\u0020\u006f\u0062\u006a\u0065\u0063t\u0073\u0020\u0064\u0069\u0063\u0074\u0069o\u006e\u0061\u0072\u0079"); +};if _bgbcc :=_egefa .Get ("\u004d\u0065\u0064\u0069\u0061\u0042\u006f\u0078");_bgbcc !=nil {_eadeb ,_gbbgb :=_cee .GetArray (_bgbcc );if !_gbbgb {return nil ,_cdf .New ("\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u006d\u0065\u0064\u0069a\u0020\u0062\u006f\u0078"); +};_bbcaf ,_edgde :=NewPdfRectangle (*_eadeb );if _edgde !=nil {return nil ,_edgde ;};return _bbcaf ,nil ;};_fdcf =_egefa .Get ("\u0050\u0061\u0072\u0065\u006e\u0074");};return nil ,_cdf .New ("m\u0065\u0064\u0069\u0061 b\u006fx\u0020\u006e\u006f\u0074\u0020d\u0065\u0066\u0069\u006e\u0065\u0064"); +};func (_gceca *Image )samplesAddPadding (_eceaa []uint32 )[]uint32 {_cedf :=_ca .BytesPerLine (int (_gceca .Width ),int (_gceca .BitsPerComponent ),_gceca .ColorComponents )*(8/int (_gceca .BitsPerComponent ));_beag :=_cedf *int (_gceca .Height );if len (_eceaa )==_beag {return _eceaa ; +};_cacb :=make ([]uint32 ,_beag );_gfgcc :=int (_gceca .Width )*_gceca .ColorComponents ;for _dceb :=0;_dceb < int (_gceca .Height );_dceb ++{_cgdb :=_dceb *int (_gceca .Width );_bfaaa :=_dceb *_cedf ;for _dcbad :=0;_dcbad < _gfgcc ;_dcbad ++{_cacb [_bfaaa +_dcbad ]=_eceaa [_cgdb +_dcbad ]; +};};return _cacb ;}; -// ToPdfObject returns a PDF representation of the font and implements interface Model. -ToPdfObject ()_eb .PdfObject ;getFontDescriptor ()*PdfFontDescriptor ;baseFields ()*fontCommon ;}; +// ColorToRGB converts a ICCBased color to an RGB color. +func (_ggeeeg *PdfColorspaceICCBased )ColorToRGB (color PdfColor )(PdfColor ,error ){if _ggeeeg .Alternate ==nil {_fca .Log .Debug ("I\u0043\u0043\u0020\u0042\u0061\u0073\u0065\u0064\u0020\u0063\u006f\u006c\u006f\u0072\u0073\u0070\u0061\u0063e\u0020\u006d\u0069\u0073\u0073\u0069\u006e\u0067\u0020\u0061lt\u0065\u0072\u006ea\u0074i\u0076\u0065"); +if _ggeeeg .N ==1{_fca .Log .Debug ("\u0049\u0043\u0043\u0020\u0042a\u0073\u0065\u0064\u0020\u0063o\u006co\u0072\u0073\u0070\u0061\u0063\u0065\u0020\u006d\u0069\u0073\u0073\u0069\u006e\u0067\u0020\u0061\u006c\u0074\u0065r\u006e\u0061\u0074\u0069\u0076\u0065\u0020\u002d\u0020\u0075\u0073\u0069\u006e\u0067\u0020\u0044\u0065\u0076\u0069\u0063\u0065\u0047\u0072\u0061y\u0020\u0028\u004e\u003d\u0031\u0029"); +_aebc :=NewPdfColorspaceDeviceGray ();return _aebc .ColorToRGB (color );}else if _ggeeeg .N ==3{_fca .Log .Debug ("\u0049\u0043\u0043\u0020\u0042\u0061\u0073\u0065\u0064\u0020\u0063\u006f\u006c\u006f\u0072\u0073\u0070a\u0063\u0065\u0020\u006d\u0069\u0073\u0073\u0069\u006e\u0067 \u0061\u006c\u0074\u0065\u0072\u006e\u0061\u0074\u0069\u0076\u0065\u0020\u002d\u0020\u0075\u0073\u0069\u006eg\u0020\u0044\u0065\u0076\u0069\u0063e\u0052\u0047B\u0020\u0028N\u003d3\u0029"); +return color ,nil ;}else if _ggeeeg .N ==4{_fca .Log .Debug ("\u0049\u0043\u0043\u0020\u0042a\u0073\u0065\u0064\u0020\u0063o\u006co\u0072\u0073\u0070\u0061\u0063\u0065\u0020\u006d\u0069\u0073\u0073\u0069\u006e\u0067\u0020\u0061\u006c\u0074\u0065r\u006e\u0061\u0074\u0069\u0076\u0065\u0020\u002d\u0020\u0075\u0073\u0069\u006e\u0067\u0020\u0044\u0065\u0076\u0069\u0063\u0065\u0043\u004d\u0059K\u0020\u0028\u004e\u003d\u0034\u0029"); +_bgff :=NewPdfColorspaceDeviceCMYK ();return _bgff .ColorToRGB (color );}else {return nil ,_cdf .New ("I\u0043\u0043\u0020\u0042\u0061\u0073\u0065\u0064\u0020\u0063\u006f\u006c\u006f\u0072\u0073\u0070\u0061\u0063e\u0020\u006d\u0069\u0073\u0073\u0069\u006e\u0067\u0020\u0061lt\u0065\u0072\u006ea\u0074i\u0076\u0065"); +};};_fca .Log .Trace ("\u0049\u0043\u0043 \u0042\u0061\u0073\u0065\u0064\u0020\u0063\u006f\u006c\u006f\u0072\u0073\u0070\u0061\u0063\u0065\u0020\u0077\u0069\u0074\u0068\u0020\u0061\u006c\u0074\u0065\u0072\u006e\u0061t\u0069\u0076\u0065\u003a\u0020\u0025\u0023\u0076",_ggeeeg ); +return _ggeeeg .Alternate .ColorToRGB (color );};func (_abfc *PdfReader )newPdfActionTransFromDict (_aecd *_cee .PdfObjectDictionary )(*PdfActionTrans ,error ){return &PdfActionTrans {Trans :_aecd .Get ("\u0054\u0072\u0061n\u0073")},nil ;}; -// ToPdfObject implements interface PdfModel. -func (_bgee *PdfAnnotationWidget )ToPdfObject ()_eb .PdfObject {_bgee .PdfAnnotation .ToPdfObject ();_acgf :=_bgee ._ggf ;_fda :=_acgf .PdfObject .(*_eb .PdfObjectDictionary );if _bgee ._eccd {return _acgf ;};_bgee ._eccd =true ;_fda .SetIfNotNil ("\u0053u\u0062\u0074\u0079\u0070\u0065",_eb .MakeName ("\u0057\u0069\u0064\u0067\u0065\u0074")); -_fda .SetIfNotNil ("\u0048",_bgee .H );_fda .SetIfNotNil ("\u004d\u004b",_bgee .MK );_fda .SetIfNotNil ("\u0041",_bgee .A );_fda .SetIfNotNil ("\u0041\u0041",_bgee .AA );_fda .SetIfNotNil ("\u0042\u0053",_bgee .BS );_aadg :=_bgee .Parent ;if _bgee ._bca !=nil {if _bgee ._bca ._adgda ==_bgee ._ggf {_bgee ._bca .ToPdfObject (); -};_aadg =_bgee ._bca .GetContainingPdfObject ();};if _aadg !=_acgf {_fda .SetIfNotNil ("\u0050\u0061\u0072\u0065\u006e\u0074",_aadg );};_bgee ._eccd =false ;return _acgf ;};func (_caac *fontFile )loadFromSegments (_ecddf ,_eegac []byte )error {_ddb .Log .Trace ("\u006c\u006f\u0061dF\u0072\u006f\u006d\u0053\u0065\u0067\u006d\u0065\u006e\u0074\u0073\u003a\u0020\u0025\u0064\u0020\u0025\u0064",len (_ecddf ),len (_eegac )); -_aggfd :=_caac .parseASCIIPart (_ecddf );if _aggfd !=nil {return _aggfd ;};_ddb .Log .Trace ("f\u006f\u006e\u0074\u0066\u0069\u006c\u0065\u003d\u0025\u0073",_caac );if len (_eegac )==0{return nil ;};_ddb .Log .Trace ("f\u006f\u006e\u0074\u0066\u0069\u006c\u0065\u003d\u0025\u0073",_caac ); -return nil ;}; +// IsShading specifies if the pattern is a shading pattern. +func (_faeaa *PdfPattern )IsShading ()bool {return _faeaa .PatternType ==2}; -// String returns the name of the colorspace (DeviceN). -func (_fbfaf *PdfColorspaceDeviceN )String ()string {return "\u0044e\u0076\u0069\u0063\u0065\u004e"}; +// PdfFunctionType3 defines stitching of the subdomains of several 1-input functions to produce +// a single new 1-input function. +type PdfFunctionType3 struct{Domain []float64 ;Range []float64 ;Functions []PdfFunction ;Bounds []float64 ;Encode []float64 ;_ebff *_cee .PdfIndirectObject ;}; -// PdfDate represents a date, which is a PDF string of the form: -// (D:YYYYMMDDHHmmSSOHH'mm) -type PdfDate struct{_fffdf int64 ;_aacegf int64 ;_afgfb int64 ;_bdfbf int64 ;_aecad int64 ;_cfdb int64 ;_eaede byte ;_fgggd int64 ;_gadga int64 ;};func (_cgee *PdfColorspaceLab )String ()string {return "\u004c\u0061\u0062"};func _bceda (_fagga []byte )([]byte ,error ){_fdbcc :=_bd .New (); -if _ ,_fcffb :=_bagf .Copy (_fdbcc ,_dd .NewReader (_fagga ));_fcffb !=nil {return nil ,_fcffb ;};return _fdbcc .Sum (nil ),nil ;}; +// KDict represents a K dictionary object. +type KDict struct{ -// GetDocMDPPermission returns the DocMDP level of the restrictions -func (_gcgcf *PdfSignature )GetDocMDPPermission ()(_bab .DocMDPPermission ,bool ){for _ ,_fcgfb :=range _gcgcf .Reference .Elements (){if _bgfdf ,_gcefbf :=_eb .GetDict (_fcgfb );_gcefbf {if _abfbc ,_ggae :=_eb .GetNameVal (_bgfdf .Get ("\u0054r\u0061n\u0073\u0066\u006f\u0072\u006d\u004d\u0065\u0074\u0068\u006f\u0064")); -_ggae &&_abfbc =="\u0044\u006f\u0063\u004d\u0044\u0050"{if _afbgcf ,_dadca :=_eb .GetDict (_bgfdf .Get ("\u0054r\u0061n\u0073\u0066\u006f\u0072\u006d\u0050\u0061\u0072\u0061\u006d\u0073"));_dadca {if P ,_eecec :=_eb .GetIntVal (_afbgcf .Get ("\u0050")); -_eecec {return _bab .DocMDPPermission (P ),true ;};};};};};return 0,false ;}; +// The structure type, a name object identifying the nature of the +// structure element and its role within the document, +// such as a chapter, paragraph, or footnote +S _cee .PdfObject ; -// PdfBorderStyle represents a border style dictionary (12.5.4 Border Styles p. 394). -type PdfBorderStyle struct{W *float64 ;S *BorderStyle ;D *[]int ;_gdgd _eb .PdfObject ;};func (_ebggb *PdfReader )flattenFieldsWithOpts (_ffegb bool ,_bgfcd FieldAppearanceGenerator ,_dead *FieldFlattenOpts )error {if _dead ==nil {_dead =&FieldFlattenOpts {}; -};var _ceebc bool ;_dcdfc :=map[*PdfAnnotation ]bool {};{var _afdeb []*PdfField ;_cfdfb :=_ebggb .AcroForm ;if _cfdfb !=nil {if _dead .FilterFunc !=nil {_afdeb =_cfdfb .filteredFields (_dead .FilterFunc ,true );_ceebc =_cfdfb .Fields !=nil &&len (*_cfdfb .Fields )> 0; -}else {_afdeb =_cfdfb .AllFields ();};};for _ ,_febd :=range _afdeb {if len (_febd .Annotations )< 1{_ddb .Log .Debug ("\u004e\u006f\u0020\u0061\u006e\u006e\u006f\u0074\u0061\u0074\u0069\u006f\u006e\u0020\u0066\u006f\u0075\u006ed\u0020\u0066\u006f\u0072\u003a\u0020\u0025v\u002c\u0020\u006c\u006f\u006f\u006b\u0020\u0069\u006e\u0074\u006f \u004b\u0069\u0064\u0073\u0020\u004f\u0062\u006a\u0065\u0063\u0074",_febd .PartialName ()); -for _fbag ,_dbgbb :=range _febd .Kids {for _ ,_gdag :=range _dbgbb .Annotations {_dcdfc [_gdag .PdfAnnotation ]=_febd .V !=nil ;if _dbgbb .V ==nil {_dbgbb .V =_febd .V ;};if _dbgbb .T ==nil {_dbgbb .T =_eb .MakeString (_e .Sprintf ("\u0025\u0073\u0023%\u0064",_febd .PartialName (),_fbag )); -};if _bgfcd !=nil {_ceacg ,_bbeg :=_bgfcd .GenerateAppearanceDict (_cfdfb ,_dbgbb ,_gdag );if _bbeg !=nil {return _bbeg ;};_gdag .AP =_ceacg ;};};};};for _ ,_efecg :=range _febd .Annotations {_dcdfc [_efecg .PdfAnnotation ]=_febd .V !=nil ;if _bgfcd !=nil {_dccd ,_accec :=_bgfcd .GenerateAppearanceDict (_cfdfb ,_febd ,_efecg ); -if _accec !=nil {return _accec ;};_efecg .AP =_dccd ;};};};};if _ffegb {for _ ,_ebfe :=range _ebggb .PageList {_fgdec ,_fbgdf :=_ebfe .GetAnnotations ();if _fbgdf !=nil {return _fbgdf ;};for _ ,_gggg :=range _fgdec {_dcdfc [_gggg ]=true ;};};};for _ ,_dbde :=range _ebggb .PageList {_aaaba :=_dbde .flattenFieldsWithOpts (_bgfcd ,_dead ,_dcdfc ); -if _aaaba !=nil {return _aaaba ;};};if !_ceebc {_ebggb .AcroForm =nil ;};return nil ;}; +// The structure element that is the immediate parent of this one +// in the structure hierarchy. +P _cee .PdfObject ; -// GetOptimizer returns current PDF optimizer. -func (_cdecc *PdfWriter )GetOptimizer ()Optimizer {return _cdecc ._fbaag }; +// The element identifier, a byte string designating this structure element. +ID *_cee .PdfObjectString ; -// HasExtGState checks whether a font is defined by the specified keyName. -func (_fbacc *PdfPageResources )HasExtGState (keyName _eb .PdfObjectName )bool {_ ,_aeegb :=_fbacc .GetFontByName (keyName );return _aeegb ;}; +// A page object representing a page on which some or all of the content +// items designated by the K entry shall be rendered. +Pg _cee .PdfObject ; -// A returns the value of the A component of the color. -func (_gccg *PdfColorCalRGB )A ()float64 {return _gccg [0]}; +// The children of this structure element. +K _cee .PdfObject ; -// SetContext sets the sub annotation (context). -func (_cgd *PdfAnnotation )SetContext (ctx PdfModel ){_cgd ._cdb =ctx };func (_gbga *PdfReader )newPdfAcroFormFromDict (_dgce *_eb .PdfIndirectObject ,_cbffd *_eb .PdfObjectDictionary )(*PdfAcroForm ,error ){_cafda :=NewPdfAcroForm ();if _dgce !=nil {_cafda ._fbgad =_dgce ; -_dgce .PdfObject =_eb .MakeDict ();};if _aeacf :=_cbffd .Get ("\u0046\u0069\u0065\u006c\u0064\u0073");_aeacf !=nil &&!_eb .IsNullObject (_aeacf ){_dgcd ,_egdad :=_eb .GetArray (_aeacf );if !_egdad {return nil ,_e .Errorf ("\u0066i\u0065\u006c\u0064\u0073\u0020\u006e\u006f\u0074\u0020\u0061\u006e \u0061\u0072\u0072\u0061\u0079\u0020\u0028\u0025\u0054\u0029",_aeacf ); -};var _ceafe []*PdfField ;for _ ,_beeae :=range _dgcd .Elements (){_cced ,_ddegd :=_eb .GetIndirect (_beeae );if !_ddegd {if _ ,_bacg :=_beeae .(*_eb .PdfObjectNull );_bacg {_ddb .Log .Trace ("\u0053k\u0069\u0070\u0070\u0069\u006e\u0067\u0020\u006f\u0076\u0065\u0072 \u006e\u0075\u006c\u006c\u0020\u0066\u0069\u0065\u006c\u0064"); -continue ;};_ddb .Log .Debug ("\u0046\u0069\u0065\u006c\u0064 \u006e\u006f\u0074\u0020\u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0065\u0064 \u0069\u006e\u0020\u0069\u006e\u0064\u0069\u0072\u0065\u0063\u0074\u0020\u006f\u0062\u006a\u0065\u0063\u0074\u0020\u0025\u0054",_beeae ); -return nil ,_e .Errorf ("\u0066\u0069\u0065l\u0064\u0020\u006e\u006ft\u0020\u0069\u006e\u0020\u0061\u006e\u0020i\u006e\u0064\u0069\u0072\u0065\u0063\u0074\u0020\u006f\u0062\u006a\u0065\u0063\u0074");};_ebce ,_dbeaa :=_gbga .newPdfFieldFromIndirectObject (_cced ,nil ); -if _dbeaa !=nil {return nil ,_dbeaa ;};_ddb .Log .Trace ("\u0041\u0063\u0072\u006fFo\u0072\u006d\u0020\u0046\u0069\u0065\u006c\u0064\u003a\u0020\u0025\u002b\u0076",*_ebce );_ceafe =append (_ceafe ,_ebce );};_cafda .Fields =&_ceafe ;};if _cefg :=_cbffd .Get ("\u004ee\u0065d\u0041\u0070\u0070\u0065\u0061\u0072\u0061\u006e\u0063\u0065\u0073"); -_cefg !=nil {_feef ,_bbbfb :=_eb .GetBool (_cefg );if _bbbfb {_cafda .NeedAppearances =_feef ;}else {_ddb .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u004e\u0065\u0065\u0064\u0041\u0070p\u0065\u0061\u0072\u0061\u006e\u0063e\u0073\u0020\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0028\u0067\u006ft\u0020\u0025\u0054\u0029",_cefg ); -};};if _abcab :=_cbffd .Get ("\u0053\u0069\u0067\u0046\u006c\u0061\u0067\u0073");_abcab !=nil {_bgbe ,_ffbde :=_eb .GetInt (_abcab );if _ffbde {_cafda .SigFlags =_bgbe ;}else {_ddb .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0053\u0069\u0067\u0046\u006c\u0061\u0067\u0073 \u0069n\u0076\u0061\u006c\u0069\u0064\u0020\u0028\u0067\u006f\u0074\u0020\u0025\u0054\u0029",_abcab ); -};};if _fbfc :=_cbffd .Get ("\u0043\u004f");_fbfc !=nil {_aaggc ,_bedgb :=_eb .GetArray (_fbfc );if _bedgb {_cafda .CO =_aaggc ;}else {_ddb .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0043\u004f\u0020\u0069n\u0076\u0061\u006c\u0069\u0064\u0020\u0028\u0067\u006f\u0074 \u0025\u0054\u0029",_fbfc ); -};};if _bcbda :=_cbffd .Get ("\u0044\u0052");_bcbda !=nil {if _baae ,_gbbff :=_eb .GetDict (_bcbda );_gbbff {_fdcbe ,_ddgb :=NewPdfPageResourcesFromDict (_baae );if _ddgb !=nil {_ddb .Log .Error ("\u0049\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0044R\u003a\u0020\u0025\u0076",_ddgb ); -return nil ,_ddgb ;};_cafda .DR =_fdcbe ;}else {_ddb .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0044\u0052\u0020\u0069n\u0076\u0061\u006c\u0069\u0064\u0020\u0028\u0067\u006f\u0074 \u0025\u0054\u0029",_bcbda );};};if _bceb :=_cbffd .Get ("\u0044\u0041"); -_bceb !=nil {_gbee ,_adcag :=_eb .GetString (_bceb );if _adcag {_cafda .DA =_gbee ;}else {_ddb .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0044\u0041\u0020\u0069n\u0076\u0061\u006c\u0069\u0064\u0020\u0028\u0067\u006f\u0074 \u0025\u0054\u0029",_bceb ); -};};if _bffda :=_cbffd .Get ("\u0051");_bffda !=nil {_ffcf ,_dccag :=_eb .GetInt (_bffda );if _dccag {_cafda .Q =_ffcf ;}else {_ddb .Log .Debug ("\u0045R\u0052\u004f\u0052\u003a \u0051\u0020\u0069\u006e\u0076a\u006ci\u0064 \u0028\u0067\u006f\u0074\u0020\u0025\u0054)",_bffda ); -};};if _cgeff :=_cbffd .Get ("\u0058\u0046\u0041");_cgeff !=nil {_cafda .XFA =_cgeff ;};if _addg :=_cbffd .Get ("\u0041\u0044\u0042\u0045\u005f\u0045\u0063\u0068\u006f\u0053\u0069\u0067\u006e");_addg !=nil {_cafda .ADBEEchoSign =_addg ;};_cafda .ToPdfObject (); -return _cafda ,nil ;}; +// A single attribute object or array of attribute objects associated +// with this structure element. +A _cee .PdfObject ; -// NewPdfAnnotationCaret returns a new caret annotation. -func NewPdfAnnotationCaret ()*PdfAnnotationCaret {_gde :=NewPdfAnnotation ();_dae :=&PdfAnnotationCaret {};_dae .PdfAnnotation =_gde ;_dae .PdfAnnotationMarkup =&PdfAnnotationMarkup {};_gde .SetContext (_dae );return _dae ;}; +// An attribute class name or array of class names associated with +// this structure element. +C _cee .PdfObject ; -// NewPdfAnnotationTrapNet returns a new trapnet annotation. -func NewPdfAnnotationTrapNet ()*PdfAnnotationTrapNet {_gbb :=NewPdfAnnotation ();_gfaa :=&PdfAnnotationTrapNet {};_gfaa .PdfAnnotation =_gbb ;_gbb .SetContext (_gfaa );return _gfaa ;}; +// The current revision number of this structure element +R *_cee .PdfObjectInteger ; -// ToPdfObject implements interface PdfModel. -func (_gga *PdfActionLaunch )ToPdfObject ()_eb .PdfObject {_gga .PdfAction .ToPdfObject ();_dbf :=_gga ._dee ;_feb :=_dbf .PdfObject .(*_eb .PdfObjectDictionary );_feb .SetIfNotNil ("\u0053",_eb .MakeName (string (ActionTypeLaunch )));if _gga .F !=nil {_feb .Set ("\u0046",_gga .F .ToPdfObject ()); -};_feb .SetIfNotNil ("\u0057\u0069\u006e",_gga .Win );_feb .SetIfNotNil ("\u004d\u0061\u0063",_gga .Mac );_feb .SetIfNotNil ("\u0055\u006e\u0069\u0078",_gga .Unix );_feb .SetIfNotNil ("\u004ee\u0077\u0057\u0069\u006e\u0064\u006fw",_gga .NewWindow );return _dbf ; -};func (_fcca Image )getBase ()_df .ImageBase {return _df .NewImageBase (int (_fcca .Width ),int (_fcca .Height ),int (_fcca .BitsPerComponent ),_fcca .ColorComponents ,_fcca .Data ,_fcca ._bdcab ,_fcca ._fedc );};var (_dfbafc _ec .Mutex ;_aeee ="";_ebffa _d .Time ; -_geba ="";_addbb ="";_eegaeb _d .Time ;_ccgde ="";_bgabb ="";_gacdf ="";);func (_babbd *pdfCIDFontType0 )baseFields ()*fontCommon {return &_babbd .fontCommon }; +// The title of the structure element, a text string representing +// it in human-readable form. +T *_cee .PdfObjectString ; -// GetContainingPdfObject returns the container of the shading object (indirect object). -func (_dbca *PdfShading )GetContainingPdfObject ()_eb .PdfObject {return _dbca ._cefaa }; +// A language identifier specifying the natural language for all text +// in the structure element except where overridden by +// language specifications for nested structure elements or marked content. +Lang *_cee .PdfObjectString ; -// SetContentStream updates the content stream with specified encoding. -// If encoding is null, will use the xform.Filter object or Raw encoding if not set. -func (_dbcea *XObjectForm )SetContentStream (content []byte ,encoder _eb .StreamEncoder )error {_baafg :=content ;if encoder ==nil {if _dbcea .Filter !=nil {encoder =_dbcea .Filter ;}else {encoder =_eb .NewRawEncoder ();};};_dadeeb ,_cdef :=encoder .EncodeBytes (_baafg ); -if _cdef !=nil {return _cdef ;};_baafg =_dadeeb ;_dbcea .Stream =_baafg ;_dbcea .Filter =encoder ;return nil ;}; +// An alternate description of the structure element and its +// children in human-readable form, which is useful when extracting +// the document’s contents in support of accessibility to users with +// disabilities or for other purposes. +Alt *_cee .PdfObjectString ; -// ToPdfObject returns the PDF representation of the shading dictionary. -func (_fedcc *PdfShadingType6 )ToPdfObject ()_eb .PdfObject {_fedcc .PdfShading .ToPdfObject ();_ggddf ,_bfca :=_fedcc .getShadingDict ();if _bfca !=nil {_ddb .Log .Error ("\u0055\u006ea\u0062\u006c\u0065\u0020\u0074\u006f\u0020\u0061\u0063\u0063\u0065\u0073\u0073\u0020\u0073\u0068\u0061\u0064\u0069\u006e\u0067\u0020di\u0063\u0074"); -return nil ;};if _fedcc .BitsPerCoordinate !=nil {_ggddf .Set ("\u0042\u0069\u0074\u0073\u0050\u0065\u0072\u0043\u006f\u006f\u0072\u0064i\u006e\u0061\u0074\u0065",_fedcc .BitsPerCoordinate );};if _fedcc .BitsPerComponent !=nil {_ggddf .Set ("\u0042\u0069t\u0073\u0050\u0065r\u0043\u006f\u006d\u0070\u006f\u006e\u0065\u006e\u0074",_fedcc .BitsPerComponent ); -};if _fedcc .BitsPerFlag !=nil {_ggddf .Set ("B\u0069\u0074\u0073\u0050\u0065\u0072\u0046\u006c\u0061\u0067",_fedcc .BitsPerFlag );};if _fedcc .Decode !=nil {_ggddf .Set ("\u0044\u0065\u0063\u006f\u0064\u0065",_fedcc .Decode );};if _fedcc .Function !=nil {if len (_fedcc .Function )==1{_ggddf .Set ("\u0046\u0075\u006e\u0063\u0074\u0069\u006f\u006e",_fedcc .Function [0].ToPdfObject ()); -}else {_ffbdd :=_eb .MakeArray ();for _ ,_cfcc :=range _fedcc .Function {_ffbdd .Append (_cfcc .ToPdfObject ());};_ggddf .Set ("\u0046\u0075\u006e\u0063\u0074\u0069\u006f\u006e",_ffbdd );};};return _fedcc ._cefaa ;}; +// The expanded form of an abbreviation. +E *_cee .PdfObjectString ; -// NewPdfColorPatternType3 returns an empty color shading pattern type 3 (Radial). -func NewPdfColorPatternType3 ()*PdfColorPatternType3 {_gbdc :=&PdfColorPatternType3 {};return _gbdc };func (_eaecd *LTV )getCerts (_agaac []*_bag .Certificate )([][]byte ,error ){_eefaf :=make ([][]byte ,0,len (_agaac ));for _ ,_dfacg :=range _agaac {_eefaf =append (_eefaf ,_dfacg .Raw ); -};return _eefaf ,nil ;}; +// Text that is an exact replacement for the structure element and its children. +ActualText *_cee .PdfObjectString ;_affgf []*KValue ;_efbbe int64 ;_daafg *PdfRectangle ;};func _acgef ()_gc .Time {_dggagg .Lock ();defer _dggagg .Unlock ();return _cedfg };func _eeeg (_gffd _cee .PdfObject )(*PdfColorspaceDeviceN ,error ){_gfeged :=NewPdfColorspaceDeviceN (); +if _bggffa ,_ffbbb :=_gffd .(*_cee .PdfIndirectObject );_ffbbb {_gfeged ._eaee =_bggffa ;};_gffd =_cee .TraceToDirectObject (_gffd );_fefdb ,_bcbc :=_gffd .(*_cee .PdfObjectArray );if !_bcbc {return nil ,_e .Errorf ("\u0064\u0065\u0076\u0069\u0063\u0065\u004e\u0020\u0043\u0053\u003a \u0049\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u006f\u0062j\u0065\u0063\u0074"); +};if _fefdb .Len ()!=4&&_fefdb .Len ()!=5{return nil ,_e .Errorf ("\u0064\u0065\u0076ic\u0065\u004e\u0020\u0043\u0053\u003a\u0020\u0049\u006ec\u006fr\u0072e\u0063t\u0020\u0061\u0072\u0072\u0061\u0079\u0020\u006c\u0065\u006e\u0067\u0074\u0068");};_gffd =_fefdb .Get (0); +_gbcd ,_bcbc :=_gffd .(*_cee .PdfObjectName );if !_bcbc {return nil ,_e .Errorf ("\u0064\u0065\u0076i\u0063\u0065\u004e\u0020C\u0053\u003a\u0020\u0069\u006e\u0076\u0061l\u0069\u0064\u0020\u0066\u0061\u006d\u0069\u006c\u0079\u0020\u006e\u0061\u006d\u0065"); +};if *_gbcd !="\u0044e\u0076\u0069\u0063\u0065\u004e"{return nil ,_e .Errorf ("\u0064\u0065v\u0069\u0063\u0065\u004e\u0020\u0043\u0053\u003a\u0020\u0077\u0072\u006f\u006e\u0067\u0020\u0066\u0061\u006d\u0069\u006c\u0079\u0020na\u006d\u0065");};_gffd =_fefdb .Get (1); +_gffd =_cee .TraceToDirectObject (_gffd );_aecb ,_bcbc :=_gffd .(*_cee .PdfObjectArray );if !_bcbc {return nil ,_e .Errorf ("\u0064\u0065\u0076i\u0063\u0065\u004e\u0020C\u0053\u003a\u0020\u0049\u006e\u0076\u0061l\u0069\u0064\u0020\u006e\u0061\u006d\u0065\u0073\u0020\u0061\u0072\u0072\u0061\u0079"); +};_gfeged .ColorantNames =_aecb ;_gffd =_fefdb .Get (2);_caag ,_cefg :=NewPdfColorspaceFromPdfObject (_gffd );if _cefg !=nil {return nil ,_cefg ;};_gfeged .AlternateSpace =_caag ;_affe ,_cefg :=_eeaec (_fefdb .Get (3));if _cefg !=nil {return nil ,_cefg ; +};_gfeged .TintTransform =_affe ;if _fefdb .Len ()==5{_efge ,_acfae :=_ccba (_fefdb .Get (4));if _acfae !=nil {return nil ,_acfae ;};_gfeged .Attributes =_efge ;};return _gfeged ,nil ;}; -// ColorToRGB converts an Indexed color to an RGB color. -func (_dacfg *PdfColorspaceSpecialIndexed )ColorToRGB (color PdfColor )(PdfColor ,error ){if _dacfg .Base ==nil {return nil ,_dcf .New ("\u0069\u006e\u0064\u0065\u0078\u0065d\u0020\u0062\u0061\u0073\u0065\u0020\u0063\u006f\u006c\u006f\u0072\u0073\u0070a\u0063\u0065\u0020\u0075\u006e\u0064\u0065f\u0069\u006e\u0065\u0064"); -};return _dacfg .Base .ColorToRGB (color );}; +// ToPdfObject implements interface PdfModel. +func (_cab *PdfActionNamed )ToPdfObject ()_cee .PdfObject {_cab .PdfAction .ToPdfObject ();_aadg :=_cab ._gaf ;_eae :=_aadg .PdfObject .(*_cee .PdfObjectDictionary );_eae .SetIfNotNil ("\u0053",_cee .MakeName (string (ActionTypeNamed )));_eae .SetIfNotNil ("\u004e",_cab .N ); +return _aadg ;};func _gadad ()string {_dggagg .Lock ();defer _dggagg .Unlock ();return _bebae };func _baggd (_dfdbg *_cee .PdfObjectDictionary )(*PdfShadingType4 ,error ){_gcdf :=PdfShadingType4 {};_aabfa :=_dfdbg .Get ("\u0042\u0069\u0074\u0073\u0050\u0065\u0072\u0043\u006f\u006f\u0072\u0064i\u006e\u0061\u0074\u0065"); +if _aabfa ==nil {_fca .Log .Debug ("\u0052e\u0071\u0075i\u0072\u0065\u0064 \u0061\u0074\u0074\u0072\u0069\u0062\u0075t\u0065\u0020\u006d\u0069\u0073\u0073i\u006e\u0067\u003a\u0020\u0042\u0069\u0074\u0073\u0050\u0065\u0072C\u006f\u006f\u0072\u0064\u0069\u006e\u0061\u0074\u0065"); +return nil ,ErrRequiredAttributeMissing ;};_ffddg ,_bbecf :=_aabfa .(*_cee .PdfObjectInteger );if !_bbecf {_fca .Log .Debug ("\u0042\u0069\u0074\u0073\u0050e\u0072\u0043\u006f\u006f\u0072\u0064\u0069\u006e\u0061\u0074\u0065\u0020\u006eo\u0074\u0020\u0061\u006e\u0020\u0069\u006e\u0074\u0065\u0067\u0065\u0072\u0020\u0028\u0067\u006f\u0074\u0020\u0025\u0054\u0029",_aabfa ); +return nil ,_cee .ErrTypeError ;};_gcdf .BitsPerCoordinate =_ffddg ;_aabfa =_dfdbg .Get ("\u0042\u0069t\u0073\u0050\u0065r\u0043\u006f\u006d\u0070\u006f\u006e\u0065\u006e\u0074");if _aabfa ==nil {_fca .Log .Debug ("\u0052e\u0071\u0075i\u0072\u0065\u0064\u0020a\u0074\u0074\u0072i\u0062\u0075\u0074\u0065\u0020\u006d\u0069\u0073\u0073in\u0067\u003a\u0020B\u0069\u0074s\u0050\u0065\u0072\u0043\u006f\u006dp\u006f\u006ee\u006e\u0074"); +return nil ,ErrRequiredAttributeMissing ;};_ffddg ,_bbecf =_aabfa .(*_cee .PdfObjectInteger );if !_bbecf {_fca .Log .Debug ("B\u0069\u0074\u0073\u0050\u0065\u0072\u0043\u006f\u006d\u0070\u006f\u006e\u0065\u006e\u0074\u0020\u006e\u006ft\u0020\u0061\u006e\u0020\u0069\u006e\u0074\u0065\u0067\u0065r \u0028\u0067\u006ft\u0020%\u0054\u0029",_aabfa ); +return nil ,_cee .ErrTypeError ;};_gcdf .BitsPerComponent =_ffddg ;_aabfa =_dfdbg .Get ("B\u0069\u0074\u0073\u0050\u0065\u0072\u0046\u006c\u0061\u0067");if _aabfa ==nil {_fca .Log .Debug ("\u0052\u0065\u0071\u0075\u0069\u0072\u0065\u0064\u0020\u0061\u0074\u0074\u0072i\u0062\u0075\u0074\u0065\u0020\u006di\u0073\u0073\u0069\u006e\u0067\u003a\u0020\u0042\u0069\u0074\u0073\u0050\u0065r\u0046\u006c\u0061\u0067"); +return nil ,ErrRequiredAttributeMissing ;};_ffddg ,_bbecf =_aabfa .(*_cee .PdfObjectInteger );if !_bbecf {_fca .Log .Debug ("B\u0069\u0074\u0073\u0050\u0065\u0072F\u006c\u0061\u0067\u0020\u006e\u006ft\u0020\u0061\u006e\u0020\u0069\u006e\u0074e\u0067\u0065\u0072\u0020\u0028\u0067\u006f\u0074\u0020\u0025T\u0029",_aabfa ); +return nil ,_cee .ErrTypeError ;};_gcdf .BitsPerComponent =_ffddg ;_aabfa =_dfdbg .Get ("\u0044\u0065\u0063\u006f\u0064\u0065");if _aabfa ==nil {_fca .Log .Debug ("\u0052\u0065\u0071ui\u0072\u0065\u0064\u0020\u0061\u0074\u0074\u0072\u0069b\u0075t\u0065 \u006di\u0073\u0073\u0069\u006e\u0067\u003a\u0020\u0044\u0065\u0063\u006f\u0064\u0065"); +return nil ,ErrRequiredAttributeMissing ;};_daegg ,_bbecf :=_aabfa .(*_cee .PdfObjectArray );if !_bbecf {_fca .Log .Debug ("\u0044\u0065\u0063\u006fd\u0065\u0020\u006e\u006f\u0074\u0020\u0061\u006e\u0020\u0061r\u0072a\u0079\u0020\u0028\u0067\u006f\u0074\u0020%\u0054\u0029",_aabfa ); +return nil ,_cee .ErrTypeError ;};_gcdf .Decode =_daegg ;_aabfa =_dfdbg .Get ("\u0046\u0075\u006e\u0063\u0074\u0069\u006f\u006e");if _aabfa ==nil {_fca .Log .Debug ("\u0052\u0065q\u0075\u0069\u0072\u0065d\u0020\u0061t\u0074\u0072\u0069\u0062\u0075\u0074\u0065\u0020m\u0069\u0073\u0073\u0069\u006e\u0067\u003a\u0020\u0020\u0046\u0075\u006ec\u0074\u0069\u006f\u006e"); +return nil ,ErrRequiredAttributeMissing ;};_gcdf .Function =[]PdfFunction {};if _gdbag ,_dbacf :=_aabfa .(*_cee .PdfObjectArray );_dbacf {for _ ,_dfbfd :=range _gdbag .Elements (){_dfbee ,_eccfb :=_eeaec (_dfbfd );if _eccfb !=nil {_fca .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0070\u0061\u0072\u0073\u0069n\u0067\u0020\u0066\u0075\u006e\u0063\u0074\u0069\u006f\u006e:\u0020\u0025\u0076",_eccfb ); +return nil ,_eccfb ;};_gcdf .Function =append (_gcdf .Function ,_dfbee );};}else {_cbecc ,_cgddc :=_eeaec (_aabfa );if _cgddc !=nil {_fca .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0070\u0061\u0072\u0073\u0069n\u0067\u0020\u0066\u0075\u006e\u0063\u0074\u0069\u006f\u006e:\u0020\u0025\u0076",_cgddc ); +return nil ,_cgddc ;};_gcdf .Function =append (_gcdf .Function ,_cbecc );};return &_gcdf ,nil ;}; -// PdfTilingPattern is a Tiling pattern that consists of repetitions of a pattern cell with defined intervals. -// It is a type 1 pattern. (PatternType = 1). -// A tiling pattern is represented by a stream object, where the stream content is -// a content stream that describes the pattern cell. -type PdfTilingPattern struct{*PdfPattern ;PaintType *_eb .PdfObjectInteger ;TilingType *_eb .PdfObjectInteger ;BBox *PdfRectangle ;XStep *_eb .PdfObjectFloat ;YStep *_eb .PdfObjectFloat ;Resources *PdfPageResources ;Matrix *_eb .PdfObjectArray ;}; +// IsCheckbox returns true if the button field represents a checkbox, false otherwise. +func (_aggf *PdfFieldButton )IsCheckbox ()bool {return _aggf .GetType ()==ButtonTypeCheckbox }; -// XObjectForm (Table 95 in 8.10.2). -type XObjectForm struct{Filter _eb .StreamEncoder ;FormType _eb .PdfObject ;BBox _eb .PdfObject ;Matrix _eb .PdfObject ;Resources *PdfPageResources ;Group _eb .PdfObject ;Ref _eb .PdfObject ;MetaData _eb .PdfObject ;PieceInfo _eb .PdfObject ;LastModified _eb .PdfObject ; -StructParent _eb .PdfObject ;StructParents _eb .PdfObject ;OPI _eb .PdfObject ;OC _eb .PdfObject ;Name _eb .PdfObject ; +// GetPageLabels returns the PageLabels entry in the PDF catalog. +// See section 12.4.2 "Page Labels" (p. 382 PDF32000_2008). +func (_fcbd *PdfReader )GetPageLabels ()(_cee .PdfObject ,error ){_fgagf :=_cee .ResolveReference (_fcbd ._cacfe .Get ("\u0050\u0061\u0067\u0065\u004c\u0061\u0062\u0065\u006c\u0073"));if _fgagf ==nil {return nil ,nil ;};if !_fcbd ._dbfb {_cdfcb :=_fcbd .traverseObjectData (_fgagf ); +if _cdfcb !=nil {return nil ,_cdfcb ;};};return _fgagf ,nil ;};func (_dabbb *PdfColorspaceCalRGB )String ()string {return "\u0043\u0061\u006c\u0052\u0047\u0042"}; -// Stream data. -Stream []byte ;_afcag *_eb .PdfObjectStream ;}; +// SetShadingByName sets a shading resource specified by keyName. +func (_bgabb *PdfPageResources )SetShadingByName (keyName _cee .PdfObjectName ,shadingObj _cee .PdfObject )error {if _bgabb .Shading ==nil {_bgabb .Shading =_cee .MakeDict ();};_caccb ,_daddb :=_cee .GetDict (_bgabb .Shading );if !_daddb {return _cee .ErrTypeError ; +};_caccb .Set (keyName ,shadingObj );return nil ;}; -// ToPdfObject implements interface PdfModel. -func (_debb *EmbeddedFile )ToPdfObject ()_eb .PdfObject {_cgefa :=_eb .NewFlateEncoder ();_cgde ,_bcff :=_eb .MakeStream (_debb .Content ,_cgefa );if _bcff !=nil {_ddb .Log .Debug ("\u0046\u0061\u0069\u006c\u0065d\u0020\u0074\u006f\u0020\u0063\u0072\u0065\u0061\u0074\u0065\u0020\u0065\u006db\u0065\u0064\u0064\u0065\u0064\u0020\u0066\u0069\u006c\u0065\u0020\u0073\u0074\u0072\u0065\u0061\u006d\u003a\u0020\u0025\u0076",_bcff ); -return nil ;};_cefaf :=_cgde .PdfObjectDictionary ;_cefaf .Set ("\u0054\u0079\u0070\u0065",_eb .MakeName ("\u0045\u006d\u0062e\u0064\u0064\u0065\u0064\u0046\u0069\u006c\u0065"));_cefaf .Set ("\u0053u\u0062\u0074\u0079\u0070\u0065",_eb .MakeEncodedString ("\u0074\u0065\u0078\u0074\u002f\u0070\u006c\u0061\u0069\u006e",true )); -_fcdec :=_eb .MakeDict ();_fcdec .Set ("\u0043\u0068\u0065\u0063\u006b\u0053\u0075\u006d",_eb .MakeString (_debb .Hash [:]));_fcdec .Set ("\u0053\u0069\u007a\u0065",_eb .MakeInteger (int64 (len (_debb .Content ))));_efdd :=_debb .CreationTime ;if _efdd .IsZero (){_efdd =_d .Now (); -};_dbfb :=_debb .ModTime ;if _dbfb .IsZero (){_dbfb =_efdd ;};_cgdf ,_bcff :=NewPdfDateFromTime (_efdd );if _bcff !=nil {_ddb .Log .Debug ("\u0046\u0061\u0069\u006c\u0065\u0064\u0020\u0074o\u0020\u0063\u0072ea\u0074\u0065\u0020\u0065\u006d\u0062e\u0064\u0064\u0065\u0064\u0020\u0066\u0069\u006c\u0065\u0020\u0063\u0072\u0065\u0061\u0074i\u006f\u006e\u0020\u0064\u0061\u0074\u0065\u003a \u0025\u0076",_bcff ); -return nil ;};_gcdcg ,_bcff :=NewPdfDateFromTime (_dbfb );if _bcff !=nil {_ddb .Log .Debug ("\u0046\u0061\u0069\u006c\u0065\u0064\u0020\u0074o\u0020\u0063\u0072ea\u0074\u0065\u0020\u0065\u006d\u0062e\u0064\u0064\u0065\u0064\u0020\u0066\u0069\u006c\u0065\u0020\u0063\u0072\u0065\u0061\u0074i\u006f\u006e\u0020\u0064\u0061\u0074\u0065\u003a \u0025\u0076",_bcff ); -return nil ;};_fcdec .Set ("\u0043\u0072\u0065a\u0074\u0069\u006f\u006e\u0044\u0061\u0074\u0065",_cgdf .ToPdfObject ());_fcdec .Set ("\u004do\u0064\u0044\u0061\u0074\u0065",_gcdcg .ToPdfObject ());_cefaf .Set ("\u0050\u0061\u0072\u0061\u006d\u0073",_fcdec ); -_aece :=_eb .MakeDict ();_aece .Set (*_eb .MakeName ("\u0046"),_cgde );return _aece ;};const (_eaggc =0x00001;_dcaf =0x00002;_bdcce =0x00004;_fgbece =0x00008;_ebaed =0x00020;_ffbe =0x00040;_bcdae =0x10000;_dfcd =0x20000;_gfegd =0x40000;); +// GetCharMetrics returns the char metrics for character code `code`. +// How it works: +// 1. It calls the GetCharMetrics function for the underlying font, either a simple font or +// a Type0 font. The underlying font GetCharMetrics() functions do direct charcode ➞ metrics +// mappings. +// 2. If the underlying font's GetCharMetrics() doesn't have a CharMetrics for `code` then a +// a CharMetrics with the FontDescriptor's /MissingWidth is returned. +// 3. If there is no /MissingWidth then a failure is returned. +// +// TODO(peterwilliams97) There is nothing callers can do if no CharMetrics are found so we might as +// well give them 0 width. There is no need for the bool return. +// +// TODO(gunnsth): Reconsider whether needed or if can map via GlyphName. +func (_defg *PdfFont )GetCharMetrics (code _dae .CharCode )(CharMetrics ,bool ){var _fdbe _ce .CharMetrics ;switch _aabf :=_defg ._bggcf .(type ){case *pdfFontSimple :if _faacb ,_gfgd :=_aabf .GetCharMetrics (code );_gfgd {return _faacb ,_gfgd ;};case *pdfFontType0 :if _agfd ,_afcbc :=_aabf .GetCharMetrics (code ); +_afcbc {return _agfd ,_afcbc ;};case *pdfCIDFontType0 :if _cbgg ,_eafe :=_aabf .GetCharMetrics (code );_eafe {return _cbgg ,_eafe ;};case *pdfCIDFontType2 :if _cbae ,_fecag :=_aabf .GetCharMetrics (code );_fecag {return _cbae ,_fecag ;};case *pdfFontType3 :if _adeg ,_daefb :=_aabf .GetCharMetrics (code ); +_daefb {return _adeg ,_daefb ;};default:_fca .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020G\u0065\u0074\u0043h\u0061\u0072\u004de\u0074\u0072i\u0063\u0073\u0020\u006e\u006f\u0074 \u0069mp\u006c\u0065\u006d\u0065\u006e\u0074\u0065\u0064\u0020\u0066\u006f\u0072\u0020\u0066\u006f\u006e\u0074\u0020\u0074\u0079\u0070\u0065\u003d\u0025\u0054\u002e",_defg ._bggcf ); +return _fdbe ,false ;};if _eefg ,_bace :=_defg .GetFontDescriptor ();_bace ==nil &&_eefg !=nil {return _ce .CharMetrics {Wx :_eefg ._efacg },true ;};_fca .Log .Debug ("\u0047\u0065\u0074\u0043\u0068\u0061\u0072\u004d\u0065\u0074\u0072\u0069\u0063\u0073\u003a\u0020\u004e\u006f\u0020\u006d\u0065\u0074\u0072\u0069c\u0073\u0020\u0066\u006f\u0072 \u0066\u006fn\u0074\u003d\u0025\u0073",_defg ); +return _fdbe ,false ;}; -// ToPdfObject converts the pdfFontSimple to its PDF representation for outputting. -func (_eggag *pdfFontSimple )ToPdfObject ()_eb .PdfObject {if _eggag ._ffgdb ==nil {_eggag ._ffgdb =&_eb .PdfIndirectObject {};};_ffbd :=_eggag .baseFields ().asPdfObjectDictionary ("");_eggag ._ffgdb .PdfObject =_ffbd ;if _eggag .FirstChar !=nil {_ffbd .Set ("\u0046i\u0072\u0073\u0074\u0043\u0068\u0061r",_eggag .FirstChar ); -};if _eggag .LastChar !=nil {_ffbd .Set ("\u004c\u0061\u0073\u0074\u0043\u0068\u0061\u0072",_eggag .LastChar );};if _eggag .Widths !=nil {_ffbd .Set ("\u0057\u0069\u0064\u0074\u0068\u0073",_eggag .Widths );};if _eggag .Encoding !=nil {_ffbd .Set ("\u0045\u006e\u0063\u006f\u0064\u0069\u006e\u0067",_eggag .Encoding ); -}else if _eggag ._eccbb !=nil {_adee :=_eggag ._eccbb .ToPdfObject ();if _adee !=nil {_ffbd .Set ("\u0045\u006e\u0063\u006f\u0064\u0069\u006e\u0067",_adee );};};return _eggag ._ffgdb ;}; +// AddCerts adds certificates to DSS. +func (_dacag *DSS )AddCerts (certs [][]byte )([]*_cee .PdfObjectStream ,error ){return _dacag .add (&_dacag .Certs ,_dacag ._eged ,certs );}; -// HasFontByName checks whether a font is defined by the specified keyName. -func (_fagee *PdfPageResources )HasFontByName (keyName _eb .PdfObjectName )bool {_ ,_cafdg :=_fagee .GetFontByName (keyName );return _cafdg ;};func (_dfaab *PdfReader )newPdfSignatureFromIndirect (_ggga *_eb .PdfIndirectObject )(*PdfSignature ,error ){_bbdgg ,_dgegb :=_ggga .PdfObject .(*_eb .PdfObjectDictionary ); -if !_dgegb {_ddb .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0053\u0069\u0067\u006e\u0061\u0074\u0075\u0072e\u0020\u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0065\u0072\u0020\u006e\u006ft\u0020\u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0069\u006e\u0067\u0020a \u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079"); -return nil ,ErrTypeCheck ;};if _ccfdd ,_ccaae :=_dfaab ._affaf .GetModelFromPrimitive (_ggga ).(*PdfSignature );_ccaae {return _ccfdd ,nil ;};_efacg :=&PdfSignature {};_efacg ._cddce =_ggga ;_efacg .Type ,_ =_eb .GetName (_bbdgg .Get ("\u0054\u0079\u0070\u0065")); -_efacg .Filter ,_dgegb =_eb .GetName (_bbdgg .Get ("\u0046\u0069\u006c\u0074\u0065\u0072"));if !_dgegb {_ddb .Log .Error ("\u0045\u0052R\u004f\u0052\u003a\u0020\u0053i\u0067\u006e\u0061\u0074\u0075r\u0065\u0020\u0046\u0069\u006c\u0074\u0065\u0072\u0020\u0061\u0074\u0074\u0072\u0069\u0062\u0075\u0074\u0065\u0020\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u006f\u0072\u0020\u006d\u0069\u0073\u0073\u0069\u006e\u0067"); -return nil ,ErrInvalidAttribute ;};_efacg .SubFilter ,_ =_eb .GetName (_bbdgg .Get ("\u0053u\u0062\u0046\u0069\u006c\u0074\u0065r"));_efacg .Contents ,_dgegb =_eb .GetString (_bbdgg .Get ("\u0043\u006f\u006e\u0074\u0065\u006e\u0074\u0073"));if !_dgegb {_ddb .Log .Error ("\u0045\u0052\u0052\u004f\u0052\u003a \u0053\u0069\u0067\u006e\u0061\u0074\u0075\u0072\u0065\u0020\u0063\u006f\u006et\u0065\u006e\u0074\u0073\u0020\u006d\u0069s\u0073\u0069\u006e\u0067"); -return nil ,ErrInvalidAttribute ;};if _bgedd ,_gefbc :=_eb .GetArray (_bbdgg .Get ("\u0052e\u0066\u0065\u0072\u0065\u006e\u0063e"));_gefbc {_efacg .Reference =_eb .MakeArray ();for _ ,_aaaag :=range _bgedd .Elements (){_fggdb ,_egeaa :=_eb .GetDict (_aaaag ); -if !_egeaa {_ddb .Log .Error ("\u0045\u0052R\u004f\u0052\u003a\u0020R\u0065\u0066e\u0072\u0065\u006e\u0063\u0065\u0020\u0063\u006fn\u0074\u0065\u006e\u0074\u0073\u0020\u0069\u006e\u0076\u0061\u006c\u0069d\u0061\u0074\u0065\u0064");return nil ,ErrInvalidAttribute ; -};_aaede ,_gedce :=_dfaab .newPdfSignatureReferenceFromDict (_fggdb );if _gedce !=nil {return nil ,_gedce ;};_efacg .Reference .Append (_aaede .ToPdfObject ());};};_efacg .Cert =_bbdgg .Get ("\u0043\u0065\u0072\u0074");_efacg .ByteRange ,_ =_eb .GetArray (_bbdgg .Get ("\u0042y\u0074\u0065\u0052\u0061\u006e\u0067e")); -_efacg .Changes ,_ =_eb .GetArray (_bbdgg .Get ("\u0043h\u0061\u006e\u0067\u0065\u0073"));_efacg .Name ,_ =_eb .GetString (_bbdgg .Get ("\u004e\u0061\u006d\u0065"));_efacg .M ,_ =_eb .GetString (_bbdgg .Get ("\u004d"));_efacg .Location ,_ =_eb .GetString (_bbdgg .Get ("\u004c\u006f\u0063\u0061\u0074\u0069\u006f\u006e")); -_efacg .Reason ,_ =_eb .GetString (_bbdgg .Get ("\u0052\u0065\u0061\u0073\u006f\u006e"));_efacg .ContactInfo ,_ =_eb .GetString (_bbdgg .Get ("C\u006f\u006e\u0074\u0061\u0063\u0074\u0049\u006e\u0066\u006f"));_efacg .R ,_ =_eb .GetInt (_bbdgg .Get ("\u0052")); -_efacg .V ,_ =_eb .GetInt (_bbdgg .Get ("\u0056"));_efacg .PropBuild ,_ =_eb .GetDict (_bbdgg .Get ("\u0050\u0072\u006f\u0070\u005f\u0042\u0075\u0069\u006c\u0064"));_efacg .PropAuthTime ,_ =_eb .GetInt (_bbdgg .Get ("\u0050\u0072\u006f\u0070\u005f\u0041\u0075\u0074\u0068\u0054\u0069\u006d\u0065")); -_efacg .PropAuthType ,_ =_eb .GetName (_bbdgg .Get ("\u0050\u0072\u006f\u0070\u005f\u0041\u0075\u0074\u0068\u0054\u0079\u0070\u0065"));_dfaab ._affaf .Register (_ggga ,_efacg );return _efacg ,nil ;}; +// NewPdfAnnotation3D returns a new 3d annotation. +func NewPdfAnnotation3D ()*PdfAnnotation3D {_edgc :=NewPdfAnnotation ();_fff :=&PdfAnnotation3D {};_fff .PdfAnnotation =_edgc ;_edgc .SetContext (_fff );return _fff ;}; -// ToPdfObject implements interface PdfModel. -func (_gfdbg *PdfSignature )ToPdfObject ()_eb .PdfObject {_gcceg :=_gfdbg ._cddce ;var _gdab *_eb .PdfObjectDictionary ;if _abdd ,_abdbd :=_gcceg .PdfObject .(*pdfSignDictionary );_abdbd {_gdab =_abdd .PdfObjectDictionary ;}else {_gdab =_gcceg .PdfObject .(*_eb .PdfObjectDictionary ); -};_gdab .SetIfNotNil ("\u0054\u0079\u0070\u0065",_gfdbg .Type );_gdab .SetIfNotNil ("\u0046\u0069\u006c\u0074\u0065\u0072",_gfdbg .Filter );_gdab .SetIfNotNil ("\u0053u\u0062\u0046\u0069\u006c\u0074\u0065r",_gfdbg .SubFilter );_gdab .SetIfNotNil ("\u0042y\u0074\u0065\u0052\u0061\u006e\u0067e",_gfdbg .ByteRange ); -_gdab .SetIfNotNil ("\u0043\u006f\u006e\u0074\u0065\u006e\u0074\u0073",_gfdbg .Contents );_gdab .SetIfNotNil ("\u0043\u0065\u0072\u0074",_gfdbg .Cert );_gdab .SetIfNotNil ("\u004e\u0061\u006d\u0065",_gfdbg .Name );_gdab .SetIfNotNil ("\u0052\u0065\u0061\u0073\u006f\u006e",_gfdbg .Reason ); -_gdab .SetIfNotNil ("\u004d",_gfdbg .M );_gdab .SetIfNotNil ("\u0052e\u0066\u0065\u0072\u0065\u006e\u0063e",_gfdbg .Reference );_gdab .SetIfNotNil ("\u0043h\u0061\u006e\u0067\u0065\u0073",_gfdbg .Changes );_gdab .SetIfNotNil ("C\u006f\u006e\u0074\u0061\u0063\u0074\u0049\u006e\u0066\u006f",_gfdbg .ContactInfo ); -_gdab .SetIfNotNil ("\u004c\u006f\u0063\u0061\u0074\u0069\u006f\u006e",_gfdbg .Location );return _gcceg ;}; +// PdfPageResources is a Page resources model. +// Implements PdfModel. +type PdfPageResources struct{ExtGState _cee .PdfObject ;ColorSpace _cee .PdfObject ;Pattern _cee .PdfObject ;Shading _cee .PdfObject ;XObject _cee .PdfObject ;Font _cee .PdfObject ;ProcSet _cee .PdfObject ;Properties _cee .PdfObject ;_agdcc *_cee .PdfObjectDictionary ; +_ecfaf *PdfPageResourcesColorspaces ;}; -// PdfInfoTrapped specifies pdf trapped information. -type PdfInfoTrapped string ; +// NewPdfColorDeviceGray returns a new grayscale color based on an input grayscale float value in range [0-1]. +func NewPdfColorDeviceGray (grayVal float64 )*PdfColorDeviceGray {_bdff :=PdfColorDeviceGray (grayVal );return &_bdff ;}; -// GetPerms returns the Permissions dictionary -func (_gabe *PdfReader )GetPerms ()*Permissions {return _gabe ._bdffe };func (_adgfa *PdfWriter )seekByName (_egdcb _eb .PdfObject ,_faggac []string ,_bcbbgc string )([]_eb .PdfObject ,error ){_ddb .Log .Trace ("\u0053\u0065\u0065\u006b\u0020\u0062\u0079\u0020\u006e\u0061\u006d\u0065.\u002e\u0020\u0025\u0054",_egdcb ); -var _bfdgg []_eb .PdfObject ;if _bfggg ,_agfaf :=_egdcb .(*_eb .PdfIndirectObject );_agfaf {return _adgfa .seekByName (_bfggg .PdfObject ,_faggac ,_bcbbgc );};if _fabd ,_ccbdga :=_egdcb .(*_eb .PdfObjectStream );_ccbdga {return _adgfa .seekByName (_fabd .PdfObjectDictionary ,_faggac ,_bcbbgc ); -};if _egedc ,_bbdgb :=_egdcb .(*_eb .PdfObjectDictionary );_bbdgb {_ddb .Log .Trace ("\u0044\u0069\u0063\u0074");for _ ,_aaedc :=range _egedc .Keys (){_ecgaad :=_egedc .Get (_aaedc );if string (_aaedc )==_bcbbgc {_bfdgg =append (_bfdgg ,_ecgaad );};for _ ,_dfgge :=range _faggac {if string (_aaedc )==_dfgge {_ddb .Log .Trace ("\u0046\u006f\u006c\u006c\u006f\u0077\u0020\u006b\u0065\u0079\u0020\u0025\u0073",_dfgge ); -_dbeba ,_adccd :=_adgfa .seekByName (_ecgaad ,_faggac ,_bcbbgc );if _adccd !=nil {return _bfdgg ,_adccd ;};_bfdgg =append (_bfdgg ,_dbeba ...);break ;};};};return _bfdgg ,nil ;};return _bfdgg ,nil ;};func (_ceeaa *PdfColorspaceSpecialIndexed )String ()string {return "\u0049n\u0064\u0065\u0078\u0065\u0064"; -};func (_ggba *PdfReader )newPdfActionSubmitFormFromDict (_ccfe *_eb .PdfObjectDictionary )(*PdfActionSubmitForm ,error ){_bagdg ,_ecc :=_dba (_ccfe .Get ("\u0046"));if _ecc !=nil {return nil ,_ecc ;};return &PdfActionSubmitForm {F :_bagdg ,Fields :_ccfe .Get ("\u0046\u0069\u0065\u006c\u0064\u0073"),Flags :_ccfe .Get ("\u0046\u006c\u0061g\u0073")},nil ; -}; +// GetOptimizer returns current PDF optimizer. +func (_adgg *PdfWriter )GetOptimizer ()Optimizer {return _adgg ._ecgef };func _adgcf (_abgfg *_cee .PdfIndirectObject ,_dfbb *_cee .PdfObjectDictionary )(*DSS ,error ){if _abgfg ==nil {_abgfg =_cee .MakeIndirectObject (nil );};_abgfg .PdfObject =_cee .MakeDict (); +_bccb :=map[string ]*VRI {};if _fbdc ,_cfea :=_cee .GetDict (_dfbb .Get ("\u0056\u0052\u0049"));_cfea {for _ ,_fbcd :=range _fbdc .Keys (){if _bfegd ,_cbgef :=_cee .GetDict (_fbdc .Get (_fbcd ));_cbgef {_bccb [_ad .ToUpper (_fbcd .String ())]=_ccae (_bfegd ); +};};};return &DSS {Certs :_efcfc (_dfbb .Get ("\u0043\u0065\u0072t\u0073")),OCSPs :_efcfc (_dfbb .Get ("\u004f\u0043\u0053P\u0073")),CRLs :_efcfc (_dfbb .Get ("\u0043\u0052\u004c\u0073")),VRI :_bccb ,_bdcab :_abgfg },nil ;}; -// MergePageWith appends page content to source Pdf file page content. -func (_faf *PdfAppender )MergePageWith (pageNum int ,page *PdfPage )error {_adea :=pageNum -1;var _dbdf *PdfPage ;for _fgdf ,_gdge :=range _faf ._fedg {if _fgdf ==_adea {_dbdf =_gdge ;};};if _dbdf ==nil {return _e .Errorf ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0050\u0061\u0067\u0065\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061r\u0079\u0020\u0025\u0064\u0020\u006e\u006f\u0074\u0020f\u006f\u0075\u006e\u0064\u0020\u0069\u006e\u0020\u0074\u0068\u0065\u0020\u0073o\u0075\u0072\u0063\u0065\u0020\u0064o\u0063\u0075\u006de\u006e\u0074",pageNum ); -};if _dbdf ._efcff !=nil &&_dbdf ._efcff .GetParser ()==_faf ._adac ._ebbe {_dbdf =_dbdf .Duplicate ();_faf ._fedg [_adea ]=_dbdf ;};page =page .Duplicate ();_bfcca (page );_fgde :=_adbb (_dbdf );_ceac :=_adbb (page );_gdda :=make (map[_eb .PdfObjectName ]_eb .PdfObjectName ); -for _dcbb :=range _ceac {if _ ,_dfbc :=_fgde [_dcbb ];_dfbc {for _gfgd :=1;true ;_gfgd ++{_fcde :=_eb .PdfObjectName (string (_dcbb )+_de .Itoa (_gfgd ));if _ ,_afdae :=_fgde [_fcde ];!_afdae {_gdda [_dcbb ]=_fcde ;break ;};};};};_eba ,_gccc :=page .GetContentStreams (); -if _gccc !=nil {return _gccc ;};_fbed ,_gccc :=_dbdf .GetContentStreams ();if _gccc !=nil {return _gccc ;};for _bdcb ,_bgdd :=range _eba {for _ebga ,_bafc :=range _gdda {_bgdd =_cc .Replace (_bgdd ,"\u002f"+string (_ebga ),"\u002f"+string (_bafc ),-1); -};_eba [_bdcb ]=_bgdd ;};_fbed =append (_fbed ,_eba ...);if _fbdc :=_dbdf .SetContentStreams (_fbed ,_eb .NewFlateEncoder ());_fbdc !=nil {return _fbdc ;};_dbdf ._dbga =append (_dbdf ._dbga ,page ._dbga ...);if _dbdf .Resources ==nil {_dbdf .Resources =NewPdfPageResources (); -};if page .Resources !=nil {_dbdf .Resources .Font =_faf .mergeResources (_dbdf .Resources .Font ,page .Resources .Font ,_gdda );_dbdf .Resources .XObject =_faf .mergeResources (_dbdf .Resources .XObject ,page .Resources .XObject ,_gdda );_dbdf .Resources .Properties =_faf .mergeResources (_dbdf .Resources .Properties ,page .Resources .Properties ,_gdda ); -if _dbdf .Resources .ProcSet ==nil {_dbdf .Resources .ProcSet =page .Resources .ProcSet ;};_dbdf .Resources .Shading =_faf .mergeResources (_dbdf .Resources .Shading ,page .Resources .Shading ,_gdda );_dbdf .Resources .ExtGState =_faf .mergeResources (_dbdf .Resources .ExtGState ,page .Resources .ExtGState ,_gdda ); -};_bfg ,_gccc :=_dbdf .GetMediaBox ();if _gccc !=nil {return _gccc ;};_gffed ,_gccc :=page .GetMediaBox ();if _gccc !=nil {return _gccc ;};var _ececa bool ;if _bfg .Llx > _gffed .Llx {_bfg .Llx =_gffed .Llx ;_ececa =true ;};if _bfg .Lly > _gffed .Lly {_bfg .Lly =_gffed .Lly ; -_ececa =true ;};if _bfg .Urx < _gffed .Urx {_bfg .Urx =_gffed .Urx ;_ececa =true ;};if _bfg .Ury < _gffed .Ury {_bfg .Ury =_gffed .Ury ;_ececa =true ;};if _ececa {_dbdf .MediaBox =_bfg ;};return nil ;}; +// PdfColorspaceDeviceNAttributes contains additional information about the components of colour space that +// conforming readers may use. Conforming readers need not use the alternateSpace and tintTransform parameters, +// and may instead use a custom blending algorithms, along with other information provided in the attributes +// dictionary if present. +type PdfColorspaceDeviceNAttributes struct{Subtype *_cee .PdfObjectName ;Colorants _cee .PdfObject ;Process _cee .PdfObject ;MixingHints _cee .PdfObject ;_gedbb *_cee .PdfIndirectObject ;};func _fegfe (_dacb _cee .PdfObject )(*PdfFunctionType2 ,error ){_egcea :=&PdfFunctionType2 {}; +var _acbcf *_cee .PdfObjectDictionary ;if _fdecd ,_cage :=_dacb .(*_cee .PdfIndirectObject );_cage {_bdcd ,_faacg :=_fdecd .PdfObject .(*_cee .PdfObjectDictionary );if !_faacg {return nil ,_cdf .New ("\u0074\u0079p\u0065\u0020\u0063h\u0065\u0063\u006b\u0020\u0065\u0072\u0072\u006f\u0072"); +};_egcea ._eebdf =_fdecd ;_acbcf =_bdcd ;}else if _edebe ,_acbbf :=_dacb .(*_cee .PdfObjectDictionary );_acbbf {_acbcf =_edebe ;}else {return nil ,_cdf .New ("\u0074\u0079p\u0065\u0020\u0063h\u0065\u0063\u006b\u0020\u0065\u0072\u0072\u006f\u0072");};_fca .Log .Trace ("\u0046U\u004e\u0043\u0032\u003a\u0020\u0025s",_acbcf .String ()); +_bcagd ,_becd :=_cee .TraceToDirectObject (_acbcf .Get ("\u0044\u006f\u006d\u0061\u0069\u006e")).(*_cee .PdfObjectArray );if !_becd {_fca .Log .Error ("D\u006fm\u0061\u0069\u006e\u0020\u006e\u006f\u0074\u0020s\u0070\u0065\u0063\u0069fi\u0065\u0064");return nil ,_cdf .New ("\u0072\u0065q\u0075\u0069\u0072\u0065d\u0020\u0061t\u0074\u0072\u0069\u0062\u0075\u0074\u0065\u0020m\u0069\u0073\u0073\u0069\u006e\u0067\u0020\u006f\u0072\u0020\u0069\u006ev\u0061\u006c\u0069\u0064"); +};if _bcagd .Len ()< 0||_bcagd .Len ()%2!=0{_fca .Log .Error ("D\u006fm\u0061\u0069\u006e\u0020\u0072\u0061\u006e\u0067e\u0020\u0069\u006e\u0076al\u0069\u0064");return nil ,_cdf .New ("i\u006ev\u0061\u006c\u0069\u0064\u0020\u0064\u006f\u006da\u0069\u006e\u0020\u0072an\u0067\u0065"); +};_deege ,_egfdg :=_bcagd .ToFloat64Array ();if _egfdg !=nil {return nil ,_egfdg ;};_egcea .Domain =_deege ;_bcagd ,_becd =_cee .TraceToDirectObject (_acbcf .Get ("\u0052\u0061\u006eg\u0065")).(*_cee .PdfObjectArray );if _becd {if _bcagd .Len ()< 0||_bcagd .Len ()%2!=0{return nil ,_cdf .New ("\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0072\u0061\u006e\u0067\u0065"); +};_cagef ,_bebg :=_bcagd .ToFloat64Array ();if _bebg !=nil {return nil ,_bebg ;};_egcea .Range =_cagef ;};_bcagd ,_becd =_cee .TraceToDirectObject (_acbcf .Get ("\u0043\u0030")).(*_cee .PdfObjectArray );if _becd {_cedca ,_bgbda :=_bcagd .ToFloat64Array (); +if _bgbda !=nil {return nil ,_bgbda ;};_egcea .C0 =_cedca ;};_bcagd ,_becd =_cee .TraceToDirectObject (_acbcf .Get ("\u0043\u0031")).(*_cee .PdfObjectArray );if _becd {_eedge ,_fbac :=_bcagd .ToFloat64Array ();if _fbac !=nil {return nil ,_fbac ;};_egcea .C1 =_eedge ; +};if len (_egcea .C0 )!=len (_egcea .C1 ){_fca .Log .Error ("\u0043\u0030\u0020\u0061nd\u0020\u0043\u0031\u0020\u006e\u006f\u0074\u0020\u006d\u0061\u0074\u0063\u0068\u0069n\u0067");return nil ,_cee .ErrRangeError ;};N ,_egfdg :=_cee .GetNumberAsFloat (_cee .TraceToDirectObject (_acbcf .Get ("\u004e"))); +if _egfdg !=nil {_fca .Log .Error ("\u004e\u0020\u006d\u0069\u0073\u0073\u0069\u006e\u0067\u0020o\u0072\u0020\u0069\u006e\u0076\u0061\u006ci\u0064\u002c\u0020\u0064\u0069\u0063\u0074\u003a\u0020\u0025\u0073",_acbcf .String ());return nil ,_egfdg ;};_egcea .N =N ; +return _egcea ,nil ;};func (_gfged *PdfWriter )writeObjects (){_fca .Log .Trace ("\u0057\u0072\u0069\u0074\u0069\u006e\u0067\u0020\u0025d\u0020\u006f\u0062\u006a",len (_gfged ._gccff ));_gfged ._gceegb =make (map[int ]crossReference );_gfged ._gceegb [0]=crossReference {Type :0,ObjectNumber :0,Generation :0xFFFF}; +if _gfged ._dedac .ObjectMap !=nil {for _fdbd ,_adacb :=range _gfged ._dedac .ObjectMap {if _fdbd ==0{continue ;};if _adacb .XType ==_cee .XrefTypeObjectStream {_afgdc :=crossReference {Type :2,ObjectNumber :_adacb .OsObjNumber ,Index :_adacb .OsObjIndex }; +_gfged ._gceegb [_fdbd ]=_afgdc ;};if _adacb .XType ==_cee .XrefTypeTableEntry {_bfde :=crossReference {Type :1,ObjectNumber :_adacb .ObjectNumber ,Offset :_adacb .Offset };_gfged ._gceegb [_fdbd ]=_bfde ;};};};}; -// PdfFunction interface represents the common methods of a function in PDF. -type PdfFunction interface{Evaluate ([]float64 )([]float64 ,error );ToPdfObject ()_eb .PdfObject ;}; +// AddChild adds a child object. +func (_ddegf *KDict )AddChild (kv *KValue ){_ddegf ._affgf =append (_ddegf ._affgf ,kv )}; -// SetViewArea sets the value of the viewArea. -func (_ggece *ViewerPreferences )SetViewArea (viewArea PageBoundary ){_ggece ._ffgda =viewArea }; +// GenerateRandomID generates a random ID for the K dictionary object. +func (_agacc *KDict )GenerateRandomID ()string {_eabbde ,_ecfaa :=_ee .NewUUID ();if _ecfaa !=nil {_fca .Log .Debug ("\u0045r\u0072\u006f\u0072\u0020g\u0065\u006e\u0065\u0072\u0061t\u0069n\u0067 \u0055\u0055\u0049\u0044\u003a\u0020\u0025v",_ecfaa );};if _eabbde !=_ee .Nil {_ceebb :=_eabbde .String (); +_agacc .ID =_cee .MakeString (_ceebb );return _ceebb ;};return "";};func (_fcafc *PdfWriter )seekByName (_eaece _cee .PdfObject ,_gcbge []string ,_ecacf string )([]_cee .PdfObject ,error ){_fca .Log .Trace ("\u0053\u0065\u0065\u006b\u0020\u0062\u0079\u0020\u006e\u0061\u006d\u0065.\u002e\u0020\u0025\u0054",_eaece ); +var _ebeda []_cee .PdfObject ;if _fdgdd ,_abecg :=_eaece .(*_cee .PdfIndirectObject );_abecg {return _fcafc .seekByName (_fdgdd .PdfObject ,_gcbge ,_ecacf );};if _dbgggg ,_aaage :=_eaece .(*_cee .PdfObjectStream );_aaage {return _fcafc .seekByName (_dbgggg .PdfObjectDictionary ,_gcbge ,_ecacf ); +};if _facfe ,_abfbd :=_eaece .(*_cee .PdfObjectDictionary );_abfbd {_fca .Log .Trace ("\u0044\u0069\u0063\u0074");for _ ,_dadab :=range _facfe .Keys (){_fbgbg :=_facfe .Get (_dadab );if string (_dadab )==_ecacf {_ebeda =append (_ebeda ,_fbgbg );};for _ ,_gfeacb :=range _gcbge {if string (_dadab )==_gfeacb {_fca .Log .Trace ("\u0046\u006f\u006c\u006c\u006f\u0077\u0020\u006b\u0065\u0079\u0020\u0025\u0073",_gfeacb ); +_agag ,_gadffa :=_fcafc .seekByName (_fbgbg ,_gcbge ,_ecacf );if _gadffa !=nil {return _ebeda ,_gadffa ;};_ebeda =append (_ebeda ,_agag ...);break ;};};};return _ebeda ,nil ;};return _ebeda ,nil ;}; -// BorderStyle defines border type, typically used for annotations. -type BorderStyle int ; +// NewPdfShadingType3 creates an empty shading type 3 dictionary. +func NewPdfShadingType3 ()*PdfShadingType3 {_agbeg :=&PdfShadingType3 {};_agbeg .PdfShading =&PdfShading {};_agbeg .PdfShading ._dfgbe =_cee .MakeIndirectObject (_cee .MakeDict ());_agbeg .PdfShading ._ddffe =_agbeg ;return _agbeg ;};func (_acebb *PdfReader )loadOutlines ()(*PdfOutlineTreeNode ,error ){if _acebb ._ffdgf .GetCrypter ()!=nil &&!_acebb ._ffdgf .IsAuthenticated (){return nil ,_e .Errorf ("\u0066\u0069\u006ce\u0020\u006e\u0065\u0065d\u0020\u0074\u006f\u0020\u0062\u0065\u0020d\u0065\u0063\u0072\u0079\u0070\u0074\u0065\u0064\u0020\u0066\u0069\u0072\u0073\u0074"); +};_fcfba :=_acebb ._cacfe ;_cbedd :=_fcfba .Get ("\u004f\u0075\u0074\u006c\u0069\u006e\u0065\u0073");if _cbedd ==nil {return nil ,nil ;};_fca .Log .Trace ("\u002d\u0048\u0061\u0073\u0020\u006f\u0075\u0074\u006c\u0069\u006e\u0065\u0073");_acfffa :=_cee .ResolveReference (_cbedd ); +_fca .Log .Trace ("\u004f\u0075t\u006c\u0069\u006ee\u0020\u0072\u006f\u006f\u0074\u003a\u0020\u0025\u0076",_acfffa );if _cbeef :=_cee .IsNullObject (_acfffa );_cbeef {_fca .Log .Trace ("\u004f\u0075\u0074li\u006e\u0065\u0020\u0072\u006f\u006f\u0074\u0020\u0069s\u0020n\u0075l\u006c \u002d\u0020\u006e\u006f\u0020\u006f\u0075\u0074\u006c\u0069\u006e\u0065\u0073"); +return nil ,nil ;};_acggg ,_bfabe :=_acfffa .(*_cee .PdfIndirectObject );if !_bfabe {if _ ,_beceg :=_cee .GetDict (_acfffa );!_beceg {_fca .Log .Debug ("\u0049\u006e\u0076a\u006c\u0069\u0064\u0020o\u0075\u0074\u006c\u0069\u006e\u0065\u0020r\u006f\u006f\u0074\u0020\u002d\u0020\u0073\u006b\u0069\u0070\u0070\u0069\u006e\u0067"); +return nil ,nil ;};_fca .Log .Debug ("\u004f\u0075t\u006c\u0069\u006e\u0065\u0020r\u006f\u006f\u0074\u0020\u0069s\u0020\u0061\u0020\u0064\u0069\u0063\u0074\u002e\u0020\u0053\u0068\u006f\u0075\u006c\u0064\u0020\u0062\u0065\u0020\u0061\u006e\u0020\u0069\u006e\u0064\u0069\u0072\u0065\u0063\u0074\u0020\u006f\u0062\u006a\u0065\u0063\u0074"); +_acggg =_cee .MakeIndirectObject (_acfffa );};_gfgdd ,_bfabe :=_acggg .PdfObject .(*_cee .PdfObjectDictionary );if !_bfabe {return nil ,_cdf .New ("\u006f\u0075\u0074\u006c\u0069n\u0065\u0020\u0069\u006e\u0064\u0069\u0072\u0065\u0063\u0074\u0020\u006f\u0062j\u0065\u0063\u0074\u0020\u0073\u0068\u006f\u0075\u006c\u0064\u0020\u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0020\u0061\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072y"); +};_fca .Log .Trace ("O\u0075\u0074\u006c\u0069ne\u0020r\u006f\u006f\u0074\u0020\u0064i\u0063\u0074\u003a\u0020\u0025\u0076",_gfgdd );_bfeca ,_ ,_fdbfc :=_acebb .buildOutlineTree (_acggg ,nil ,nil ,nil );if _fdbfc !=nil {return nil ,_fdbfc ;};_fca .Log .Trace ("\u0052\u0065\u0073\u0075\u006c\u0074\u0069\u006e\u0067\u0020\u006fu\u0074\u006c\u0069\u006e\u0065\u0020\u0074\u0072\u0065\u0065:\u0020\u0025\u0076",_bfeca ); +return _bfeca ,nil ;}; -// PdfShadingType4 is a Free-form Gouraud-shaded triangle mesh. -type PdfShadingType4 struct{*PdfShading ;BitsPerCoordinate *_eb .PdfObjectInteger ;BitsPerComponent *_eb .PdfObjectInteger ;BitsPerFlag *_eb .PdfObjectInteger ;Decode *_eb .PdfObjectArray ;Function []PdfFunction ;}; +// NonFullScreenPageMode returns the value of the nonFullScreenPageMode. +func (_dddeba *ViewerPreferences )NonFullScreenPageMode ()NonFullScreenPageMode {return _dddeba ._efgaa ;}; -// ToPdfObject implements interface PdfModel. -func (_bage *PdfActionHide )ToPdfObject ()_eb .PdfObject {_bage .PdfAction .ToPdfObject ();_gdc :=_bage ._dee ;_bagd :=_gdc .PdfObject .(*_eb .PdfObjectDictionary );_bagd .SetIfNotNil ("\u0053",_eb .MakeName (string (ActionTypeHide )));_bagd .SetIfNotNil ("\u0054",_bage .T ); -_bagd .SetIfNotNil ("\u0048",_bage .H );return _gdc ;}; +// GetOutlinesFlattened returns a flattened list of tree nodes and titles. +// NOTE: for most use cases, it is recommended to use the high-level GetOutlines +// method instead, which also provides information regarding the destination +// of the outline items. +func (_agdcd *PdfReader )GetOutlinesFlattened ()([]*PdfOutlineTreeNode ,[]string ,error ){var _eded []*PdfOutlineTreeNode ;var _fbdcb []string ;var _efddcg func (*PdfOutlineTreeNode ,*[]*PdfOutlineTreeNode ,*[]string ,int );_efddcg =func (_gdcgc *PdfOutlineTreeNode ,_dceaa *[]*PdfOutlineTreeNode ,_cdbd *[]string ,_eeeac int ){if _gdcgc ==nil {return ; +};if _gdcgc ._afcbg ==nil {_fca .Log .Debug ("E\u0052\u0052\u004f\u0052\u003a\u0020M\u0069\u0073\u0073\u0069\u006e\u0067\u0020\u006e\u006fd\u0065\u002e\u0063o\u006et\u0065\u0078\u0074");return ;};_ffabe ,_dgdcb :=_gdcgc ._afcbg .(*PdfOutlineItem );if _dgdcb {*_dceaa =append (*_dceaa ,&_ffabe .PdfOutlineTreeNode ); +_fggfa :=_ad .Repeat ("\u0020",_eeeac *2)+_ffabe .Title .Decoded ();*_cdbd =append (*_cdbd ,_fggfa );};if _gdcgc .First !=nil {_edfgd :=_ad .Repeat ("\u0020",_eeeac *2)+"\u002b";*_cdbd =append (*_cdbd ,_edfgd );_efddcg (_gdcgc .First ,_dceaa ,_cdbd ,_eeeac +1); +};if _dgdcb &&_ffabe .Next !=nil {_efddcg (_ffabe .Next ,_dceaa ,_cdbd ,_eeeac );};};_efddcg (_agdcd ._bafag ,&_eded ,&_fbdcb ,0);return _eded ,_fbdcb ,nil ;}; -// GetContainingPdfObject implements interface PdfModel. -func (_abceg *Permissions )GetContainingPdfObject ()_eb .PdfObject {return _abceg ._cgbag };func _ecdgf (_afaca _eb .PdfObject )(*PdfColorspaceLab ,error ){_agfab :=NewPdfColorspaceLab ();if _gcbbd ,_afegc :=_afaca .(*_eb .PdfIndirectObject );_afegc {_agfab ._cbag =_gcbbd ; -};_afaca =_eb .TraceToDirectObject (_afaca );_fgbec ,_cbgbg :=_afaca .(*_eb .PdfObjectArray );if !_cbgbg {return nil ,_e .Errorf ("\u0074\u0079\u0070\u0065\u0020\u0065\u0072\u0072\u006f\u0072");};if _fgbec .Len ()!=2{return nil ,_e .Errorf ("\u0069n\u0076\u0061\u006c\u0069d\u0020\u0043\u0061\u006c\u0052G\u0042 \u0063o\u006c\u006f\u0072\u0073\u0070\u0061\u0063e"); -};_afaca =_eb .TraceToDirectObject (_fgbec .Get (0));_daga ,_cbgbg :=_afaca .(*_eb .PdfObjectName );if !_cbgbg {return nil ,_e .Errorf ("\u006c\u0061\u0062\u0020\u006e\u0061\u006d\u0065\u0020\u006e\u006ft\u0020\u0061\u0020\u004e\u0061\u006d\u0065\u0020\u006f\u0062j\u0065\u0063\u0074"); -};if *_daga !="\u004c\u0061\u0062"{return nil ,_e .Errorf ("n\u006ft\u0020\u0061\u0020\u004c\u0061\u0062\u0020\u0063o\u006c\u006f\u0072\u0073pa\u0063\u0065");};_afaca =_eb .TraceToDirectObject (_fgbec .Get (1));_aegdf ,_cbgbg :=_afaca .(*_eb .PdfObjectDictionary ); -if !_cbgbg {return nil ,_e .Errorf ("c\u006f\u006c\u006f\u0072\u0073\u0070\u0061\u0063\u0065\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061r\u0079\u0020\u006d\u0069\u0073\u0073\u0069\u006e\u0067\u0020or\u0020\u0069\u006ev\u0061l\u0069\u0064");}; -_afaca =_aegdf .Get ("\u0057\u0068\u0069\u0074\u0065\u0050\u006f\u0069\u006e\u0074");_afaca =_eb .TraceToDirectObject (_afaca );_cbee ,_cbgbg :=_afaca .(*_eb .PdfObjectArray );if !_cbgbg {return nil ,_e .Errorf ("\u004c\u0061\u0062\u0020In\u0076\u0061\u006c\u0069\u0064\u0020\u0057\u0068\u0069\u0074\u0065\u0050\u006f\u0069n\u0074"); -};if _cbee .Len ()!=3{return nil ,_e .Errorf ("\u004c\u0061b\u003a\u0020\u0049\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0057\u0068\u0069\u0074\u0065\u0050\u006f\u0069\u006e\u0074\u0020\u0061rr\u0061\u0079");};_efgc ,_edcca :=_cbee .GetAsFloat64Slice (); -if _edcca !=nil {return nil ,_edcca ;};_agfab .WhitePoint =_efgc ;_afaca =_aegdf .Get ("\u0042\u006c\u0061\u0063\u006b\u0050\u006f\u0069\u006e\u0074");if _afaca !=nil {_afaca =_eb .TraceToDirectObject (_afaca );_bagb ,_fbaf :=_afaca .(*_eb .PdfObjectArray ); -if !_fbaf {return nil ,_e .Errorf ("\u004c\u0061\u0062: \u0049\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0042\u006c\u0061\u0063\u006b\u0050\u006f\u0069\u006e\u0074");};if _bagb .Len ()!=3{return nil ,_e .Errorf ("\u004c\u0061b\u003a\u0020\u0049\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0042\u006c\u0061\u0063\u006b\u0050\u006f\u0069\u006e\u0074\u0020\u0061rr\u0061\u0079"); -};_gfda ,_aaed :=_bagb .GetAsFloat64Slice ();if _aaed !=nil {return nil ,_aaed ;};_agfab .BlackPoint =_gfda ;};_afaca =_aegdf .Get ("\u0052\u0061\u006eg\u0065");if _afaca !=nil {_afaca =_eb .TraceToDirectObject (_afaca );_fag ,_dcdg :=_afaca .(*_eb .PdfObjectArray ); -if !_dcdg {_ddb .Log .Error ("\u0052\u0061n\u0067\u0065\u0020t\u0079\u0070\u0065\u0020\u0065\u0072\u0072\u006f\u0072");return nil ,_e .Errorf ("\u004ca\u0062:\u0020\u0054\u0079\u0070\u0065\u0020\u0065\u0072\u0072\u006f\u0072");};if _fag .Len ()!=4{_ddb .Log .Error ("\u0052\u0061\u006e\u0067\u0065\u0020\u0072\u0061\u006e\u0067\u0065\u0020e\u0072\u0072\u006f\u0072"); -return nil ,_e .Errorf ("\u004c\u0061b\u003a\u0020\u0052a\u006e\u0067\u0065\u0020\u0065\u0072\u0072\u006f\u0072");};_bgcg ,_bffc :=_fag .GetAsFloat64Slice ();if _bffc !=nil {return nil ,_bffc ;};_agfab .Range =_bgcg ;};return _agfab ,nil ;};func _eeaaf (_dffee string )map[string ]string {_adba :=_aefb .Split (_dffee ,-1); -_eebee :=map[string ]string {};for _ ,_ccda :=range _adba {_bfgf :=_agffe .FindStringSubmatch (_ccda );if _bfgf ==nil {continue ;};_dccdbd ,_dggde :=_bfgf [1],_bfgf [2];_eebee [_dccdbd ]=_dggde ;};return _eebee ;}; +// NewPdfAnnotationHighlight returns a new text highlight annotation. +func NewPdfAnnotationHighlight ()*PdfAnnotationHighlight {_bgb :=NewPdfAnnotation ();_bdb :=&PdfAnnotationHighlight {};_bdb .PdfAnnotation =_bgb ;_bdb .PdfAnnotationMarkup =&PdfAnnotationMarkup {};_bgb .SetContext (_bdb );return _bdb ;}; -// NewPdfAnnotationText returns a new text annotation. -func NewPdfAnnotationText ()*PdfAnnotationText {_eda :=NewPdfAnnotation ();_gdcfg :=&PdfAnnotationText {};_gdcfg .PdfAnnotation =_eda ;_gdcfg .PdfAnnotationMarkup =&PdfAnnotationMarkup {};_eda .SetContext (_gdcfg );return _gdcfg ;}; +// GetContext returns the action context which contains the specific type-dependent context. +// The context represents the subaction. +func (_eb *PdfAction )GetContext ()PdfModel {if _eb ==nil {return nil ;};return _eb ._afe ;};func _cefaf (_dcbfgf []byte )([]byte ,error ){_adfea :=_fe .New ();if _ ,_bgbcg :=_fc .Copy (_adfea ,_cd .NewReader (_dcbfgf ));_bgbcg !=nil {return nil ,_bgbcg ; +};return _adfea .Sum (nil ),nil ;}; -// EnableChain adds the specified certificate chain and validation data (OCSP -// and CRL information) for it to the global scope of the document DSS. The -// added data is used for validating any of the signatures present in the -// document. The LTV client attempts to build the certificate chain up to a -// trusted root by downloading any missing certificates. -func (_afdef *LTV )EnableChain (chain []*_bag .Certificate )error {return _afdef .enable (nil ,chain ,"")};func (_ffbgc *PdfWriter )checkCrossReferenceStream ()bool {_ggdge :=_ffbgc ._edbbf .Major > 1||(_ffbgc ._edbbf .Major ==1&&_ffbgc ._edbbf .Minor > 4); -if _ffbgc ._bddggg !=nil {_ggdge =*_ffbgc ._bddggg ;};return _ggdge ;}; +// NewEmbeddedFile constructs a new EmbeddedFile object from supplied file. +// The file type of the file would be detected automatically. +func NewEmbeddedFile (path string )(*EmbeddedFile ,error ){_dcgee ,_ecff :=_fef .ReadFile (path );if _ecff !=nil {return nil ,_ecff ;};_cfffb :=_gg .Detect (_dcgee );_dbge :=_ga .Sum (_dcgee );_cgea :=&EmbeddedFile {Name :_ef .Base (path ),Content :_dcgee ,FileType :_cfffb .String (),Hash :_aa .EncodeToString (_dbge [:])}; +return _cgea ,nil ;}; -// SetXObjectImageByNameLazy adds the provided XObjectImage to the page resources. -// The added XObjectImage is identified by the specified name. -func (_gdbcfd *PdfPageResources )SetXObjectImageByNameLazy (keyName _eb .PdfObjectName ,ximg *XObjectImage ,lazy bool )error {_cbefb :=ximg .ToPdfObject ().(*_eb .PdfObjectStream );if lazy {_cbefb .MakeLazy ();};_aadbac :=_gdbcfd .SetXObjectByName (keyName ,_cbefb ); -return _aadbac ;}; +// HasExtGState checks whether a font is defined by the specified keyName. +func (_degee *PdfPageResources )HasExtGState (keyName _cee .PdfObjectName )bool {_ ,_eefbf :=_degee .GetFontByName (keyName );return _eefbf ;}; -// SetCatalogMetadata sets the catalog metadata (XMP) stream object. -func (_ebbdd *PdfWriter )SetCatalogMetadata (meta _eb .PdfObject )error {if meta ==nil {_ebbdd ._dbffa .Remove ("\u004d\u0065\u0074\u0061\u0064\u0061\u0074\u0061");return nil ;};_eeedg ,_dbfeb :=_eb .GetStream (meta );if !_dbfeb {return _dcf .New ("\u0063\u0061\u0074\u0061\u006c\u006f\u0067\u0020\u006d\u0065\u0074\u0061\u0064a\u0074\u0061\u0020\u006d\u0075\u0073t\u0020\u0062\u0065\u0020\u0061\u0020\u0076\u0061\u006c\u0069\u0064\u0020\u0073t\u0072\u0065\u0061\u006d"); -};_ebbdd .addObject (_eeedg );_ebbdd ._dbffa .Set ("\u004d\u0065\u0074\u0061\u0064\u0061\u0074\u0061",_eeedg );return nil ;}; +// PdfColorspaceDeviceGray represents a grayscale colorspace. +type PdfColorspaceDeviceGray struct{}; -// ViewClip returns the value of the viewClip. -func (_acfc *ViewerPreferences )ViewClip ()PageBoundary {return _acfc ._eadae }; +// ToPdfObject returns the PDF representation of the page resources. +func (_ccbff *PdfPageResources )ToPdfObject ()_cee .PdfObject {_bfac :=_ccbff ._agdcc ;_bfac .SetIfNotNil ("\u0045x\u0074\u0047\u0053\u0074\u0061\u0074e",_ccbff .ExtGState );if _ccbff ._ecfaf !=nil {_ccbff .ColorSpace =_ccbff ._ecfaf .ToPdfObject ();}; +_bfac .SetIfNotNil ("\u0043\u006f\u006c\u006f\u0072\u0053\u0070\u0061\u0063\u0065",_ccbff .ColorSpace );_bfac .SetIfNotNil ("\u0050a\u0074\u0074\u0065\u0072\u006e",_ccbff .Pattern );_bfac .SetIfNotNil ("\u0053h\u0061\u0064\u0069\u006e\u0067",_ccbff .Shading ); +_bfac .SetIfNotNil ("\u0058O\u0062\u006a\u0065\u0063\u0074",_ccbff .XObject );_bfac .SetIfNotNil ("\u0046\u006f\u006e\u0074",_ccbff .Font );_bfac .SetIfNotNil ("\u0050r\u006f\u0063\u0053\u0065\u0074",_ccbff .ProcSet );_bfac .SetIfNotNil ("\u0050\u0072\u006f\u0070\u0065\u0072\u0074\u0069\u0065\u0073",_ccbff .Properties ); +return _bfac ;};const (_aabcf =0x00001;_bffa =0x00002;_cddf =0x00004;_edec =0x00008;_caaa =0x00020;_dgbc =0x00040;_dfgace =0x10000;_cgedg =0x20000;_ggdg =0x40000;); -// ToPdfObject converts the PdfPage to a dictionary within an indirect object container. -func (_dceac *PdfPage )ToPdfObject ()_eb .PdfObject {_deebe :=_dceac ._efcff ;_dceac .GetPageDict ();return _deebe ;};func (_bddab *PdfReader )loadOutlines ()(*PdfOutlineTreeNode ,error ){if _bddab ._ebbe .GetCrypter ()!=nil &&!_bddab ._ebbe .IsAuthenticated (){return nil ,_e .Errorf ("\u0066\u0069\u006ce\u0020\u006e\u0065\u0065d\u0020\u0074\u006f\u0020\u0062\u0065\u0020d\u0065\u0063\u0072\u0079\u0070\u0074\u0065\u0064\u0020\u0066\u0069\u0072\u0073\u0074"); -};_adbad :=_bddab ._bagcfd ;_abcfd :=_adbad .Get ("\u004f\u0075\u0074\u006c\u0069\u006e\u0065\u0073");if _abcfd ==nil {return nil ,nil ;};_ddb .Log .Trace ("\u002d\u0048\u0061\u0073\u0020\u006f\u0075\u0074\u006c\u0069\u006e\u0065\u0073");_ffbeb :=_eb .ResolveReference (_abcfd ); -_ddb .Log .Trace ("\u004f\u0075t\u006c\u0069\u006ee\u0020\u0072\u006f\u006f\u0074\u003a\u0020\u0025\u0076",_ffbeb );if _cabddb :=_eb .IsNullObject (_ffbeb );_cabddb {_ddb .Log .Trace ("\u004f\u0075\u0074li\u006e\u0065\u0020\u0072\u006f\u006f\u0074\u0020\u0069s\u0020n\u0075l\u006c \u002d\u0020\u006e\u006f\u0020\u006f\u0075\u0074\u006c\u0069\u006e\u0065\u0073"); -return nil ,nil ;};_afcdfb ,_cffcc :=_ffbeb .(*_eb .PdfIndirectObject );if !_cffcc {if _ ,_deefc :=_eb .GetDict (_ffbeb );!_deefc {_ddb .Log .Debug ("\u0049\u006e\u0076a\u006c\u0069\u0064\u0020o\u0075\u0074\u006c\u0069\u006e\u0065\u0020r\u006f\u006f\u0074\u0020\u002d\u0020\u0073\u006b\u0069\u0070\u0070\u0069\u006e\u0067"); -return nil ,nil ;};_ddb .Log .Debug ("\u004f\u0075t\u006c\u0069\u006e\u0065\u0020r\u006f\u006f\u0074\u0020\u0069s\u0020\u0061\u0020\u0064\u0069\u0063\u0074\u002e\u0020\u0053\u0068\u006f\u0075\u006c\u0064\u0020\u0062\u0065\u0020\u0061\u006e\u0020\u0069\u006e\u0064\u0069\u0072\u0065\u0063\u0074\u0020\u006f\u0062\u006a\u0065\u0063\u0074"); -_afcdfb =_eb .MakeIndirectObject (_ffbeb );};_cabeb ,_cffcc :=_afcdfb .PdfObject .(*_eb .PdfObjectDictionary );if !_cffcc {return nil ,_dcf .New ("\u006f\u0075\u0074\u006c\u0069n\u0065\u0020\u0069\u006e\u0064\u0069\u0072\u0065\u0063\u0074\u0020\u006f\u0062j\u0065\u0063\u0074\u0020\u0073\u0068\u006f\u0075\u006c\u0064\u0020\u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0020\u0061\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072y"); -};_ddb .Log .Trace ("O\u0075\u0074\u006c\u0069ne\u0020r\u006f\u006f\u0074\u0020\u0064i\u0063\u0074\u003a\u0020\u0025\u0076",_cabeb );_gbef ,_ ,_egfda :=_bddab .buildOutlineTree (_afcdfb ,nil ,nil ,nil );if _egfda !=nil {return nil ,_egfda ;};_ddb .Log .Trace ("\u0052\u0065\u0073\u0075\u006c\u0074\u0069\u006e\u0067\u0020\u006fu\u0074\u006c\u0069\u006e\u0065\u0020\u0074\u0072\u0065\u0065:\u0020\u0025\u0076",_gbef ); -return _gbef ,nil ;}; +// IsTiling specifies if the pattern is a tiling pattern. +func (_faga *PdfPattern )IsTiling ()bool {return _faga .PatternType ==1};func _abcf (_cdadd *_cee .PdfObjectDictionary )(*PdfShadingType2 ,error ){_dgcfc :=PdfShadingType2 {};_bafdf :=_cdadd .Get ("\u0043\u006f\u006f\u0072\u0064\u0073");if _bafdf ==nil {_fca .Log .Debug ("R\u0065\u0071\u0075\u0069\u0072\u0065d\u0020\u0061\u0074\u0074\u0072\u0069b\u0075\u0074\u0065\u0020\u006d\u0069\u0073s\u0069\u006e\u0067\u003a\u0020\u0020\u0043\u006f\u006f\u0072d\u0073"); +return nil ,ErrRequiredAttributeMissing ;};_dddb ,_ddabc :=_bafdf .(*_cee .PdfObjectArray );if !_ddabc {_fca .Log .Debug ("\u0043\u006f\u006f\u0072d\u0073\u0020\u006e\u006f\u0074\u0020\u0061\u006e\u0020\u0061r\u0072a\u0079\u0020\u0028\u0067\u006f\u0074\u0020%\u0054\u0029",_bafdf ); +return nil ,_cdf .New ("\u0074\u0079p\u0065\u0020\u0063h\u0065\u0063\u006b\u0020\u0065\u0072\u0072\u006f\u0072");};if _dddb .Len ()!=4{_fca .Log .Debug ("\u0043\u006f\u006f\u0072d\u0073\u0020\u006c\u0065\u006e\u0067\u0074\u0068\u0020\u006eo\u0074 \u0034\u0020\u0028\u0067\u006f\u0074\u0020%\u0064\u0029",_dddb .Len ()); +return nil ,_cdf .New ("\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0061\u0074\u0074\u0072i\u0062\u0075\u0074\u0065");};_dgcfc .Coords =_dddb ;if _bdfg :=_cdadd .Get ("\u0044\u006f\u006d\u0061\u0069\u006e");_bdfg !=nil {_bdfg =_cee .TraceToDirectObject (_bdfg ); +_ffeda ,_ebcfc :=_bdfg .(*_cee .PdfObjectArray );if !_ebcfc {_fca .Log .Debug ("\u0044\u006f\u006d\u0061i\u006e\u0020\u006e\u006f\u0074\u0020\u0061\u006e\u0020\u0061r\u0072a\u0079\u0020\u0028\u0067\u006f\u0074\u0020%\u0054\u0029",_bdfg );return nil ,_cdf .New ("\u0074\u0079p\u0065\u0020\u0063h\u0065\u0063\u006b\u0020\u0065\u0072\u0072\u006f\u0072"); +};_dgcfc .Domain =_ffeda ;};_bafdf =_cdadd .Get ("\u0046\u0075\u006e\u0063\u0074\u0069\u006f\u006e");if _bafdf ==nil {_fca .Log .Debug ("\u0052\u0065q\u0075\u0069\u0072\u0065d\u0020\u0061t\u0074\u0072\u0069\u0062\u0075\u0074\u0065\u0020m\u0069\u0073\u0073\u0069\u006e\u0067\u003a\u0020\u0020\u0046\u0075\u006ec\u0074\u0069\u006f\u006e"); +return nil ,ErrRequiredAttributeMissing ;};_dgcfc .Function =[]PdfFunction {};if _geced ,_dgdd :=_bafdf .(*_cee .PdfObjectArray );_dgdd {for _ ,_ecfccg :=range _geced .Elements (){_afdb ,_fffga :=_eeaec (_ecfccg );if _fffga !=nil {_fca .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0070\u0061\u0072\u0073\u0069n\u0067\u0020\u0066\u0075\u006e\u0063\u0074\u0069\u006f\u006e:\u0020\u0025\u0076",_fffga ); +return nil ,_fffga ;};_dgcfc .Function =append (_dgcfc .Function ,_afdb );};}else {_fecfa ,_afdce :=_eeaec (_bafdf );if _afdce !=nil {_fca .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0070\u0061\u0072\u0073\u0069n\u0067\u0020\u0066\u0075\u006e\u0063\u0074\u0069\u006f\u006e:\u0020\u0025\u0076",_afdce ); +return nil ,_afdce ;};_dgcfc .Function =append (_dgcfc .Function ,_fecfa );};if _ddegb :=_cdadd .Get ("\u0045\u0078\u0074\u0065\u006e\u0064");_ddegb !=nil {_ddegb =_cee .TraceToDirectObject (_ddegb );_gcbfd ,_acedg :=_ddegb .(*_cee .PdfObjectArray );if !_acedg {_fca .Log .Debug ("\u004d\u0061\u0074\u0072i\u0078\u0020\u006e\u006f\u0074\u0020\u0061\u006e\u0020\u0061r\u0072a\u0079\u0020\u0028\u0067\u006f\u0074\u0020%\u0054\u0029",_ddegb ); +return nil ,_cee .ErrTypeError ;};if _gcbfd .Len ()!=2{_fca .Log .Debug ("\u0045\u0078\u0074\u0065n\u0064\u0020\u006c\u0065\u006e\u0067\u0074\u0068\u0020\u006eo\u0074 \u0032\u0020\u0028\u0067\u006f\u0074\u0020%\u0064\u0029",_gcbfd .Len ());return nil ,ErrInvalidAttribute ; +};_dgcfc .Extend =_gcbfd ;};return &_dgcfc ,nil ;}; -// PdfActionNamed represents a named action. -type PdfActionNamed struct{*PdfAction ;N _eb .PdfObject ;}; +// PdfAnnotationTrapNet represents TrapNet annotations. +// (Section 12.5.6.21). +type PdfAnnotationTrapNet struct{*PdfAnnotation }; -// SetDirection sets the value of the direction. -func (_dbaag *ViewerPreferences )SetDirection (direction Direction ){_dbaag ._baeb =direction };func (_cabf *PdfColorspaceCalRGB )String ()string {return "\u0043\u0061\u006c\u0052\u0047\u0042"};const (XObjectTypeUndefined XObjectType =iota ;XObjectTypeImage ; -XObjectTypeForm ;XObjectTypePS ;XObjectTypeUnknown ;); +// XObjectForm (Table 95 in 8.10.2). +type XObjectForm struct{Filter _cee .StreamEncoder ;FormType _cee .PdfObject ;BBox _cee .PdfObject ;Matrix _cee .PdfObject ;Resources *PdfPageResources ;Group _cee .PdfObject ;Ref _cee .PdfObject ;MetaData _cee .PdfObject ;PieceInfo _cee .PdfObject ;LastModified _cee .PdfObject ; +StructParent _cee .PdfObject ;StructParents _cee .PdfObject ;OPI _cee .PdfObject ;OC _cee .PdfObject ;Name _cee .PdfObject ; -// PdfShadingType7 is a Tensor-product patch mesh. -type PdfShadingType7 struct{*PdfShading ;BitsPerCoordinate *_eb .PdfObjectInteger ;BitsPerComponent *_eb .PdfObjectInteger ;BitsPerFlag *_eb .PdfObjectInteger ;Decode *_eb .PdfObjectArray ;Function []PdfFunction ;};func _fgeg ()string {_bddg :="\u0051\u0057\u0045\u0052\u0054\u0059\u0055\u0049\u004f\u0050\u0041S\u0044\u0046\u0047\u0048\u004a\u004b\u004c\u005a\u0058\u0043V\u0042\u004e\u004d"; -var _face _dd .Buffer ;for _gffef :=0;_gffef < 6;_gffef ++{_face .WriteRune (rune (_bddg [_gaa .Intn (len (_bddg ))]));};return _face .String ();}; +// Stream data. +Stream []byte ;_fbged *_cee .PdfObjectStream ;}; -// GetRuneMetrics iterates through each font in the list of fonts the returns the fonts.CharMetrics from working font. -func (_ffddd *MultipleFontEncoder )GetRuneMetrics (r rune )(_fg .CharMetrics ,bool ){_ecccf :=_ffddd .CurrentFont ;_gcaec ,_ddfc :=_ecccf .GetRuneMetrics (r );for _bdafb :=1;_bdafb < len (_ffddd ._fcgbc )&&_gcaec .Wx ==0;_bdafb ++{_ecccf =_ffddd ._fcgbc [_bdafb ]; -_gcaec ,_ddfc =_ecccf .GetRuneMetrics (r );};return _gcaec ,_ddfc ;}; +// NewStandard14Font returns the standard 14 font named `basefont` as a *PdfFont, or an error if it +// `basefont` is not one of the standard 14 font names. +func NewStandard14Font (basefont StdFontName )(*PdfFont ,error ){_acdcg ,_cdcf :=_cbcc (basefont );if _cdcf !=nil {return nil ,_cdcf ;};if basefont !=SymbolName &&basefont !=ZapfDingbatsName {_acdcg ._bgggf =_dae .NewWinAnsiEncoder ();};return &PdfFont {_bggcf :&_acdcg },nil ; +}; -// GetContainingPdfObject returns the container of the image object (indirect object). -func (_bgcad *XObjectImage )GetContainingPdfObject ()_eb .PdfObject {return _bgcad ._gceffg }; +// NewPdfAnnotationInk returns a new ink annotation. +func NewPdfAnnotationInk ()*PdfAnnotationInk {_bee :=NewPdfAnnotation ();_gbg :=&PdfAnnotationInk {};_gbg .PdfAnnotation =_bee ;_gbg .PdfAnnotationMarkup =&PdfAnnotationMarkup {};_bee .SetContext (_gbg );return _gbg ;};func _cbcc (_bgbe StdFontName )(pdfFontSimple ,error ){_fdda ,_edda :=_ce .NewStdFontByName (_bgbe ); +if !_edda {return pdfFontSimple {},ErrFontNotSupported ;};_gebd :=_ebdab (_fdda );return _gebd ,nil ;}; -// GetRuneMetrics returns the character metrics for the specified rune. -// A bool flag is returned to indicate whether or not the entry was found. -func (_accgf pdfCIDFontType2 )GetRuneMetrics (r rune )(_fg .CharMetrics ,bool ){_bacb ,_fefg :=_accgf ._caba [r ];if !_fefg {_babgb ,_fbcbf :=_eb .GetInt (_accgf .DW );if !_fbcbf {return _fg .CharMetrics {},false ;};_bacb =int (*_babgb );};return _fg .CharMetrics {Wx :float64 (_bacb )},true ; +// SetDate sets the `M` field of the signature. +func (_adfebb *PdfSignature )SetDate (date _gc .Time ,format string ){if format ==""{format ="\u0044\u003a\u003200\u0036\u0030\u0031\u0030\u0032\u0031\u0035\u0030\u0034\u0030\u0035\u002d\u0030\u0037\u0027\u0030\u0030\u0027";};_adfebb .M =_cee .MakeString (date .Format (format )); +};func _egbad ()string {_dggagg .Lock ();defer _dggagg .Unlock ();_bdfdf :=_ade .GetLicenseKey ();if len (_bdefe )> 0&&(_bdfdf .IsLicensed ()||_ggdge ){return _bdefe ;};return _e .Sprintf ("\u0055\u006e\u0069Do\u0063\u0020\u0076\u0025\u0073\u0020\u0028\u0025\u0073)\u0020-\u0020h\u0074t\u0070\u003a\u002f\u002f\u0075\u006e\u0069\u0064\u006f\u0063\u002e\u0069\u006f",_cfgd (),_bdfdf .TypeToString ()); }; -// ToPdfObject returns the text field dictionary within an indirect object (container). -func (_fage *PdfFieldText )ToPdfObject ()_eb .PdfObject {_fage .PdfField .ToPdfObject ();_aded :=_fage ._adgda ;_dfdd :=_aded .PdfObject .(*_eb .PdfObjectDictionary );_dfdd .Set ("\u0046\u0054",_eb .MakeName ("\u0054\u0078"));if _fage .DA !=nil {_dfdd .Set ("\u0044\u0041",_fage .DA ); -};if _fage .Q !=nil {_dfdd .Set ("\u0051",_fage .Q );};if _fage .DS !=nil {_dfdd .Set ("\u0044\u0053",_fage .DS );};if _fage .RV !=nil {_dfdd .Set ("\u0052\u0056",_fage .RV );};if _fage .MaxLen !=nil {_dfdd .Set ("\u004d\u0061\u0078\u004c\u0065\u006e",_fage .MaxLen ); -};return _aded ;};func _dgfc (_aaef _eb .PdfObject )(*PdfColorspaceSpecialIndexed ,error ){_gbag :=NewPdfColorspaceSpecialIndexed ();if _afca ,_dcfc :=_aaef .(*_eb .PdfIndirectObject );_dcfc {_gbag ._daac =_afca ;};_aaef =_eb .TraceToDirectObject (_aaef ); -_accg ,_ebgfd :=_aaef .(*_eb .PdfObjectArray );if !_ebgfd {return nil ,_e .Errorf ("\u0074\u0079\u0070\u0065\u0020\u0065\u0072\u0072\u006f\u0072");};if _accg .Len ()!=4{return nil ,_e .Errorf ("\u0069\u006e\u0064\u0065\u0078\u0065\u0064\u0020\u0043\u0053\u003a\u0020\u0069\u006e\u0076a\u006ci\u0064\u0020\u0061\u0072\u0072\u0061\u0079\u0020\u006c\u0065\u006e\u0067\u0074\u0068"); -};_aaef =_accg .Get (0);_becag ,_ebgfd :=_aaef .(*_eb .PdfObjectName );if !_ebgfd {return nil ,_e .Errorf ("\u0069n\u0064\u0065\u0078\u0065\u0064\u0020\u0043\u0053\u003a\u0020\u0069n\u0076\u0061\u006c\u0069\u0064\u0020\u006e\u0061\u006d\u0065");};if *_becag !="\u0049n\u0064\u0065\u0078\u0065\u0064"{return nil ,_e .Errorf ("\u0069\u006e\u0064\u0065xe\u0064\u0020\u0043\u0053\u003a\u0020\u0077\u0072\u006f\u006e\u0067\u0020\u006e\u0061m\u0065"); -};_aaef =_accg .Get (1);_dfccd ,_baaa :=DetermineColorspaceNameFromPdfObject (_aaef );if _baaa !=nil {return nil ,_baaa ;};if _dfccd =="\u0049n\u0064\u0065\u0078\u0065\u0064"||_dfccd =="\u0050a\u0074\u0074\u0065\u0072\u006e"{_ddb .Log .Debug ("E\u0072\u0072o\u0072\u003a\u0020\u0049\u006e\u0064\u0065\u0078\u0065\u0064\u0020\u0063\u006f\u006c\u006f\u0072\u0073\u0070\u0061\u0063e\u0020\u0063\u0061\u006e\u006e\u006f\u0074\u0020\u0068\u0061\u0076\u0065\u0020\u0049\u006e\u0064e\u0078\u0065\u0064\u002f\u0050\u0061\u0074\u0074\u0065\u0072\u006e\u0020\u0043S\u0020\u0061\u0073\u0020\u0062\u0061\u0073\u0065\u0020\u0028\u0025v\u0029",_dfccd ); -return nil ,_eggcg ;};_eefe ,_baaa :=NewPdfColorspaceFromPdfObject (_aaef );if _baaa !=nil {return nil ,_baaa ;};_gbag .Base =_eefe ;_aaef =_accg .Get (2);_aecbe ,_baaa :=_eb .GetNumberAsInt64 (_aaef );if _baaa !=nil {return nil ,_baaa ;};if _aecbe > 255{return nil ,_e .Errorf ("\u0069n\u0064\u0065\u0078\u0065d\u0020\u0043\u0053\u003a\u0020I\u006ev\u0061l\u0069\u0064\u0020\u0068\u0069\u0076\u0061l"); -};_gbag .HiVal =int (_aecbe );_aaef =_accg .Get (3);_gbag .Lookup =_aaef ;_aaef =_eb .TraceToDirectObject (_aaef );var _ccgd []byte ;if _efgca ,_beaf :=_aaef .(*_eb .PdfObjectString );_beaf {_ccgd =_efgca .Bytes ();_ddb .Log .Trace ("\u0049\u006e\u0064\u0065\u0078\u0065\u0064\u0020\u0073\u0074r\u0069\u006e\u0067\u0020\u0063\u006f\u006co\u0072\u0020\u0064\u0061\u0074\u0061\u003a\u0020\u0025\u0020\u0064",_ccgd ); -}else if _bbaa ,_fddb :=_aaef .(*_eb .PdfObjectStream );_fddb {_ddb .Log .Trace ("\u0049n\u0064e\u0078\u0065\u0064\u0020\u0073t\u0072\u0065a\u006d\u003a\u0020\u0025\u0073",_aaef .String ());_ddb .Log .Trace ("\u0045\u006e\u0063\u006fde\u0064\u0020\u0028\u0025\u0064\u0029\u0020\u003a\u0020\u0025\u0023\u0020\u0078",len (_bbaa .Stream ),_bbaa .Stream ); -_fbfdg ,_bggg :=_eb .DecodeStream (_bbaa );if _bggg !=nil {return nil ,_bggg ;};_ddb .Log .Trace ("\u0044e\u0063o\u0064\u0065\u0064\u0020\u0028%\u0064\u0029 \u003a\u0020\u0025\u0020\u0058",len (_fbfdg ),_fbfdg );_ccgd =_fbfdg ;}else {_ddb .Log .Debug ("\u0054\u0079\u0070\u0065\u003a\u0020\u0025\u0054",_aaef ); -return nil ,_e .Errorf ("\u0069\u006e\u0064\u0065\u0078\u0065\u0064\u0020\u0043\u0053\u003a\u0020\u0049\u006e\u0076a\u006ci\u0064\u0020\u0074\u0061\u0062\u006c\u0065\u0020\u0066\u006f\u0072\u006d\u0061\u0074");};if len (_ccgd )< _gbag .Base .GetNumComponents ()*(_gbag .HiVal +1){_ddb .Log .Debug ("\u0050\u0044\u0046\u0020\u0049\u006e\u0063o\u006d\u0070\u0061t\u0069\u0062\u0069\u006ci\u0074\u0079\u003a\u0020\u0049\u006e\u0064\u0065\u0078\u0020\u0073\u0074\u0072\u0065\u0061\u006d\u0020\u0074\u006f\u006f\u0020\u0073\u0068\u006f\u0072\u0074"); -_ddb .Log .Debug ("\u0046\u0061i\u006c\u002c\u0020\u006c\u0065\u006e\u0028\u0064\u0061\u0074\u0061\u0029\u003a\u0020\u0025\u0064\u002c\u0020\u0063\u006f\u006d\u0070\u006f\u006e\u0065\u006e\u0074\u0073\u003a\u0020\u0025\u0064\u002c\u0020\u0068\u0069\u0056\u0061\u006c\u003a\u0020\u0025\u0064",len (_ccgd ),_gbag .Base .GetNumComponents (),_gbag .HiVal ); -}else {_ccgd =_ccgd [:_gbag .Base .GetNumComponents ()*(_gbag .HiVal +1)];};_gbag ._efcb =_ccgd ;return _gbag ,nil ;}; +// GetContainingPdfObject returns the container of the outline item (indirect object). +func (_bbagf *PdfOutlineItem )GetContainingPdfObject ()_cee .PdfObject {return _bbagf ._bfcbc }; -// ColorToRGB converts a CMYK32 color to an RGB color. -func (_bcbb *PdfColorspaceDeviceCMYK )ColorToRGB (color PdfColor )(PdfColor ,error ){_ggfa ,_dgef :=color .(*PdfColorDeviceCMYK );if !_dgef {_ddb .Log .Debug ("I\u006e\u0070\u0075\u0074\u0020\u0063o\u006c\u006f\u0072\u0020\u006e\u006f\u0074\u0020\u0064e\u0076\u0069\u0063e\u0020c\u006d\u0079\u006b"); -return nil ,_dcf .New ("\u0074\u0079p\u0065\u0020\u0063h\u0065\u0063\u006b\u0020\u0065\u0072\u0072\u006f\u0072");};_bbdfc :=_ggfa .C ();_fccc :=_ggfa .M ();_feeg :=_ggfa .Y ();_ceec :=_ggfa .K ();_bbdfc =_bbdfc *(1-_ceec )+_ceec ;_fccc =_fccc *(1-_ceec )+_ceec ; -_feeg =_feeg *(1-_ceec )+_ceec ;_dgca :=1-_bbdfc ;_ddag :=1-_fccc ;_faa :=1-_feeg ;return NewPdfColorDeviceRGB (_dgca ,_ddag ,_faa ),nil ;}; +// ToPdfObject implements interface PdfModel. +func (_gbgd *PdfAnnotationSquare )ToPdfObject ()_cee .PdfObject {_gbgd .PdfAnnotation .ToPdfObject ();_geff :=_gbgd ._eddc ;_feeb :=_geff .PdfObject .(*_cee .PdfObjectDictionary );if _gbgd .PdfAnnotationMarkup !=nil {_gbgd .PdfAnnotationMarkup .appendToPdfDictionary (_feeb ); +};_feeb .SetIfNotNil ("\u0053u\u0062\u0074\u0079\u0070\u0065",_cee .MakeName ("\u0053\u0071\u0075\u0061\u0072\u0065"));_feeb .SetIfNotNil ("\u0042\u0053",_gbgd .BS );_feeb .SetIfNotNil ("\u0049\u0043",_gbgd .IC );_feeb .SetIfNotNil ("\u0042\u0045",_gbgd .BE ); +_feeb .SetIfNotNil ("\u0052\u0044",_gbgd .RD );return _geff ;}; -// Flags returns the field flags for the field accounting for any inherited flags. -func (_ededc *PdfField )Flags ()FieldFlag {var _ecfa FieldFlag ;_ggffd ,_bffe :=_ededc .inherit (func (_ecbeg *PdfField )bool {if _ecbeg .Ff !=nil {_ecfa =FieldFlag (*_ecbeg .Ff );return true ;};return false ;});if _bffe !=nil {_ddb .Log .Debug ("\u0045\u0072\u0072o\u0072\u0020\u0065\u0076\u0061\u006c\u0075\u0061\u0074\u0069\u006e\u0067\u0020\u0066\u006c\u0061\u0067\u0073\u0020\u0076\u0069\u0061\u0020\u0069\u006e\u0068\u0065\u0072\u0069t\u0061\u006e\u0063\u0065\u003a\u0020\u0025\u0076",_bffe ); -};if !_ggffd {_ddb .Log .Trace ("N\u006f\u0020\u0066\u0069\u0065\u006cd\u0020\u0066\u006c\u0061\u0067\u0073 \u0066\u006f\u0075\u006e\u0064\u0020\u002d \u0061\u0073\u0073\u0075\u006d\u0065\u0020\u0063\u006c\u0065a\u0072");};return _ecfa ;}; +// NewPdfFilespecFromObj creates and returns a new PdfFilespec object. +func NewPdfFilespecFromObj (obj _cee .PdfObject )(*PdfFilespec ,error ){_fcdg :=&PdfFilespec {};var _dabac *_cee .PdfObjectDictionary ;if _ffaad ,_fdea :=_cee .GetIndirect (obj );_fdea {_fcdg ._gbfeg =_ffaad ;_bfgeg ,_gdcfb :=_cee .GetDict (_ffaad .PdfObject ); +if !_gdcfb {_fca .Log .Debug ("\u004f\u0062\u006a\u0065c\u0074\u0020\u006e\u006f\u0074\u0020\u0061\u0020\u0064\u0069c\u0074i\u006f\u006e\u0061\u0072\u0079\u0020\u0074y\u0070\u0065");return nil ,_cee .ErrTypeError ;};_dabac =_bfgeg ;}else if _ecdfd ,_cabc :=_cee .GetDict (obj ); +_cabc {_fcdg ._gbfeg =_ecdfd ;_dabac =_ecdfd ;}else {_fca .Log .Debug ("O\u0062\u006a\u0065\u0063\u0074\u0020t\u0079\u0070\u0065\u0020\u0075\u006e\u0065\u0078\u0070e\u0063\u0074\u0065d\u0020(\u0025\u0054\u0029",obj );return nil ,_cee .ErrTypeError ;};if _dabac ==nil {_fca .Log .Debug ("\u0044i\u0063t\u0069\u006f\u006e\u0061\u0072y\u0020\u006di\u0073\u0073\u0069\u006e\u0067"); +return nil ,_cdf .New ("\u0064\u0069\u0063t\u0020\u006d\u0069\u0073\u0073\u0069\u006e\u0067");};if _afda :=_dabac .Get ("\u0054\u0079\u0070\u0065");_afda !=nil {_dcge ,_ccad :=_afda .(*_cee .PdfObjectName );if !_ccad {_fca .Log .Trace ("\u0049\u006e\u0063\u006f\u006d\u0070\u0061\u0074\u0069\u0062\u0069\u006c\u0069\u0074\u0079\u0021\u0020\u0049\u006e\u0076a\u006c\u0069\u0064\u0020\u0074\u0079\u0070\u0065\u0020\u006f\u0066\u0020\u0054\u0079\u0070\u0065\u0020\u0028\u0025\u0054\u0029\u0020\u002d\u0020\u0073\u0068\u006f\u0075\u006c\u0064 \u0062\u0065\u0020\u004e\u0061m\u0065",_afda ); +}else {if *_dcge !="\u0046\u0069\u006c\u0065\u0073\u0070\u0065\u0063"{_fca .Log .Trace ("\u0055\u006e\u0073\u0075\u0073\u0070e\u0063\u0074\u0065\u0064\u0020\u0054\u0079\u0070\u0065\u0020\u0021\u003d\u0020F\u0069\u006c\u0065\u0073\u0070\u0065\u0063 \u0028\u0025\u0073\u0029",*_dcge ); +};};};if _fafb :=_dabac .Get ("\u0046\u0053");_fafb !=nil {_fcdg .FS =_fafb ;};if _gfd :=_dabac .Get ("\u0046");_gfd !=nil {_fcdg .F =_gfd ;};if _bbgd :=_dabac .Get ("\u0055\u0046");_bbgd !=nil {_fcdg .UF =_bbgd ;};if _aaea :=_dabac .Get ("\u0044\u004f\u0053"); +_aaea !=nil {_fcdg .DOS =_aaea ;};if _dfdgg :=_dabac .Get ("\u004d\u0061\u0063");_dfdgg !=nil {_fcdg .Mac =_dfdgg ;};if _cabcc :=_dabac .Get ("\u0055\u006e\u0069\u0078");_cabcc !=nil {_fcdg .Unix =_cabcc ;};if _affbg :=_dabac .Get ("\u0049\u0044");_affbg !=nil {_fcdg .ID =_affbg ; +};if _eagga :=_dabac .Get ("\u0056");_eagga !=nil {_fcdg .V =_eagga ;};if _eccg :=_dabac .Get ("\u0045\u0046");_eccg !=nil {_fcdg .EF =_eccg ;};if _edgdf :=_dabac .Get ("\u0052\u0046");_edgdf !=nil {_fcdg .RF =_edgdf ;};if _gggf :=_dabac .Get ("\u0044\u0065\u0073\u0063"); +_gggf !=nil {_fcdg .Desc =_gggf ;};if _eegag :=_dabac .Get ("\u0043\u0049");_eegag !=nil {_fcdg .CI =_eegag ;};if _baeg :=_dabac .Get ("\u0041\u0046\u0052\u0065\u006c\u0061\u0074\u0069\u006fn\u0073\u0068\u0069\u0070");_baeg !=nil {_fcdg .AFRelationship =_baeg ; +};return _fcdg ,nil ;}; -// ToPdfObject converts the K dictionary to a PDF object. -func (_eefed *KDict )ToPdfObject ()_eb .PdfObject {_faddg :=_eb .MakeDict ();if _eefed .ID !=nil {_faddg .Set ("\u0049\u0044",_eefed .ID );};if _eefed .K !=nil {_faddg .Set ("\u004b",_eefed .K );}else if len (_eefed ._eegge )> 0{if len (_eefed ._eegge )==1{_eefed .K =_eefed ._eegge [0].ToPdfObject (); -}else {_adbfb :=_eb .MakeArray ();for _ ,_gaed :=range _eefed ._eegge {_adbfb .Append (_gaed .ToPdfObject ());};_eefed .K =_adbfb ;};_faddg .Set ("\u004b",_eefed .K );};if _eefed .S !=nil {_faddg .Set ("\u0053",_eefed .S );};if _eefed .P !=nil {_faddg .Set ("\u0050",_eefed .P ); -};if _eefed .Pg !=nil {_faddg .Set ("\u0050\u0067",_eefed .Pg );};if _eefed .C !=nil {_faddg .Set ("\u0043",_eefed .C );};if _eefed .R !=nil {_faddg .Set ("\u0052",_eefed .R );};if _eefed .T !=nil {_faddg .Set ("\u0054",_eefed .T );};if _eefed .Lang !=nil {_faddg .Set ("\u004c\u0061\u006e\u0067",_eefed .Lang ); -};if _eefed .Alt !=nil {_faddg .Set ("\u0041\u006c\u0074",_eefed .Alt );};if _eefed .E !=nil {_faddg .Set ("\u0045",_eefed .E );};if _eefed .A !=nil {_faddg .Set ("\u0041",_eefed .A );}else if _eefed ._aagfc !=nil {_fafaf :=_eb .MakeArrayFromFloats ([]float64 {_eefed ._aagfc .Llx ,_eefed ._aagfc .Lly ,_eefed ._aagfc .Urx ,_eefed ._aagfc .Ury }); -_babdcf :=_eb .MakeDict ();_babdcf .Set ("\u0042\u0042\u006f\u0078",_fafaf );_babdcf .Set ("\u004f",_eb .MakeString ("\u004c\u0061\u0079\u006f\u0075\u0074"));_faddg .Set ("\u0041",_eb .MakeIndirectObject (_babdcf ));};return _faddg ;};func _cffg (_gddb *PdfAnnotation )(*XObjectForm ,*PdfRectangle ,error ){_gdbda ,_deeca :=_eb .GetDict (_gddb .AP ); -if !_deeca {return nil ,nil ,_dcf .New ("f\u0069\u0065\u006c\u0064\u0020\u006di\u0073\u0073\u0069\u006e\u0067\u0020\u0041\u0050\u0020d\u0069\u0063\u0074i\u006fn\u0061\u0072\u0079");};if _gdbda ==nil {return nil ,nil ,nil ;};_gbcf ,_deeca :=_eb .GetArray (_gddb .Rect ); -if !_deeca ||_gbcf .Len ()!=4{return nil ,nil ,_dcf .New ("\u0072\u0065\u0063t\u0020\u0069\u006e\u0076\u0061\u006c\u0069\u0064");};_ffbf ,_adbg :=NewPdfRectangle (*_gbcf );if _adbg !=nil {return nil ,nil ,_adbg ;};_gfcd :=_eb .TraceToDirectObject (_gdbda .Get ("\u004e")); -switch _cdfc :=_gfcd .(type ){case *_eb .PdfObjectStream :_fabgd :=_cdfc ;_gbacd ,_fgede :=NewXObjectFormFromStream (_fabgd );return _gbacd ,_ffbf ,_fgede ;case *_eb .PdfObjectDictionary :_gccaa :=_cdfc ;if _gccaa ==nil {_ddb .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0046\u0061\u0069\u006c\u0065\u0064\u0020\u0074\u006f\u0020\u0067e\u0074\u0020\u0061\u0070\u0070\u0065\u0061r\u0061\u006e\u0063\u0065\u002e\u0020\u0044\u0069\u0063\u0074\u0069o\u006e\u0061\u0072\u0079\u0020\u0069\u0073\u0020\u006e\u0069\u006c"); -return nil ,nil ,nil ;};var _ccdc _eb .PdfObject ;_cgad ,_dcba :=_eb .GetName (_gddb .AS );if _dcba {_ccdc =_gccaa .Get (*_cgad );}else {_caca :=_gddb ._ggf .PdfObject .(*_eb .PdfObjectDictionary );if _caca ==nil {_ddb .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020F\u0061\u0069\u006ce\u0064\u0020\u0074\u006f \u0067\u0065\u0074\u0020\u0061\u0070\u0070\u0065\u0061\u0072\u0061\u006e\u0063\u0065\u0020\u0066\u0072\u006f\u006d\u0020\u0076\u0061\u006c\u0075\u0065\u002e"); -return nil ,nil ,nil ;};if _gded :=_caca .Get ("\u0056");_gded !=nil {_ccdc =_gccaa .Get (_eb .PdfObjectName (_gded .String ()));};};if _ccdc ==nil {_ddb .Log .Debug ("\u0045\u0052\u0052\u004f\u0052:\u0020\u0041\u0053\u0020\u0073\u0074\u0061\u0074\u0065\u0020\u006e\u006f\u0074 \u0073\u0070\u0065\u0063\u0069\u0066\u0069\u0065\u0064\u0020\u0069\u006e\u0020\u0041\u0050\u0020\u0064\u0069\u0063\u0074\u0020\u002d\u0020\u0069\u0067\u006e\u006f\u0072\u0069\u006eg"); -return nil ,nil ,nil ;};_bacec ,_dcba :=_eb .GetStream (_ccdc );if !_dcba {_ddb .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0055n\u0061\u0062\u006ce \u0074\u006f\u0020\u0061\u0063\u0063e\u0073\u0073\u0020\u0061\u0070\u0070\u0065\u0061\u0072\u0061\u006e\u0063\u0065\u0020\u0073t\u0072\u0065\u0061\u006d\u0020\u0066\u006f\u0072 \u0025\u0076",_cgad ); -return nil ,nil ,_dcf .New ("\u0073\u0074\u0072\u0065\u0061\u006d\u0020\u006d\u0069s\u0073\u0069\u006e\u0067");};_agag ,_cdfag :=NewXObjectFormFromStream (_bacec );return _agag ,_ffbf ,_cdfag ;};_ddb .Log .Debug ("\u0049\u006e\u0076\u0061li\u0064\u0020\u0074\u0079\u0070\u0065\u0020\u0066\u006f\u0072\u0020\u004e\u003a\u0020%\u0054",_gfcd ); -return nil ,nil ,_dcf .New ("\u0074\u0079p\u0065\u0020\u0063h\u0065\u0063\u006b\u0020\u0065\u0072\u0072\u006f\u0072");}; +// NewPdfPage returns a new PDF page. +func NewPdfPage ()*PdfPage {_beagd :=PdfPage {};_beagd ._cfdab =_cee .MakeDict ();_beagd .Resources =NewPdfPageResources ();_fdcgg :=_cee .PdfIndirectObject {};_fdcgg .PdfObject =_beagd ._cfdab ;_beagd ._bafab =&_fdcgg ;_beagd ._bfeab =*_beagd ._cfdab ; +return &_beagd ;}; -// SetXObjectByName adds the XObject from the passed in stream to the page resources. -// The added XObject is identified by the specified name. -func (_gdeca *PdfPageResources )SetXObjectByName (keyName _eb .PdfObjectName ,stream *_eb .PdfObjectStream )error {if _gdeca .XObject ==nil {_gdeca .XObject =_eb .MakeDict ();};_ebbca :=_eb .TraceToDirectObject (_gdeca .XObject );_geed ,_ebbg :=_ebbca .(*_eb .PdfObjectDictionary ); -if !_ebbg {_ddb .Log .Debug ("\u0049\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0058\u004f\u0062j\u0065\u0063\u0074\u002c\u0020\u0067\u006f\u0074\u0020\u0025T\u002f\u0025\u0054",_gdeca .XObject ,_ebbca );return _dcf .New ("\u0074\u0079p\u0065\u0020\u0063h\u0065\u0063\u006b\u0020\u0065\u0072\u0072\u006f\u0072"); -};_geed .Set (keyName ,stream );return nil ;}; +// FieldFlag represents form field flags. Some of the flags can apply to all types of fields whereas other +// flags are specific. +type FieldFlag uint32 ; -// ColorFromFloats returns a new PdfColor based on the input slice of color -// components. The slice should contain three elements representing the -// L (range 0-100), A (range -100-100) and B (range -100-100) components of -// the color. -func (_gfef *PdfColorspaceLab )ColorFromFloats (vals []float64 )(PdfColor ,error ){if len (vals )!=3{return nil ,_dcf .New ("r\u0061\u006e\u0067\u0065\u0020\u0063\u0068\u0065\u0063\u006b");};_aegdb :=vals [0];if _aegdb < 0.0||_aegdb > 100.0{_ddb .Log .Debug ("\u004c\u0020\u006f\u0075\u0074\u0020\u006f\u0066\u0020\u0072\u0061\u006e\u0067e\u0020\u0028\u0067\u006f\u0074\u0020%\u0076\u0020\u0073\u0068\u006f\u0075\u006c\u0064\u0020\u0062\u0065\u0020\u0030-\u0031\u0030\u0030\u0029",_aegdb ); -return nil ,ErrColorOutOfRange ;};_bfga :=vals [1];_fdgb :=float64 (-100);_fbbg :=float64 (100);if len (_gfef .Range )> 1{_fdgb =_gfef .Range [0];_fbbg =_gfef .Range [1];};if _bfga < _fdgb ||_bfga > _fbbg {_ddb .Log .Debug ("\u0041\u0020\u006f\u0075\u0074\u0020\u006f\u0066\u0020\u0072\u0061\u006e\u0067e\u0020\u0028\u0067\u006f\u0074\u0020%\u0076\u003b\u0020\u0072\u0061\u006e\u0067\u0065\u0020\u0025\u0076\u0020\u0074o\u0020\u0025\u0076\u0029",_bfga ,_fdgb ,_fbbg ); -return nil ,ErrColorOutOfRange ;};_bbfb :=vals [2];_fbcd :=float64 (-100);_cfgcf :=float64 (100);if len (_gfef .Range )> 3{_fbcd =_gfef .Range [2];_cfgcf =_gfef .Range [3];};if _bbfb < _fbcd ||_bbfb > _cfgcf {_ddb .Log .Debug ("\u0062\u0020\u006f\u0075\u0074\u0020\u006f\u0066\u0020\u0072\u0061\u006e\u0067e\u0020\u0028\u0067\u006f\u0074\u0020%\u0076\u003b\u0020\u0072\u0061\u006e\u0067\u0065\u0020\u0025\u0076\u0020\u0074o\u0020\u0025\u0076\u0029",_bbfb ,_fbcd ,_cfgcf ); -return nil ,ErrColorOutOfRange ;};_adgbd :=NewPdfColorLab (_aegdb ,_bfga ,_bbfb );return _adgbd ,nil ;};type crossReference struct{Type int ; +// ToInteger convert to an integer format. +func (_ecegc *PdfColorCalGray )ToInteger (bits int )uint32 {_aece :=_aaa .Pow (2,float64 (bits ))-1;return uint32 (_aece *_ecegc .Val ());}; -// Type 1 -Offset int64 ;Generation int64 ; +// NewStandard14FontWithEncoding returns the standard 14 font named `basefont` as a *PdfFont and +// a TextEncoder that encodes all the runes in `alphabet`, or an error if this is not possible. +// An error can occur if `basefont` is not one the standard 14 font names. +func NewStandard14FontWithEncoding (basefont StdFontName ,alphabet map[rune ]int )(*PdfFont ,_dae .SimpleEncoder ,error ){_cddef ,_fada :=_cbcc (basefont );if _fada !=nil {return nil ,nil ,_fada ;};_gdad ,_caef :=_cddef .Encoder ().(_dae .SimpleEncoder ); +if !_caef {return nil ,nil ,_e .Errorf ("\u006f\u006e\u006c\u0079\u0020s\u0069\u006d\u0070\u006c\u0065\u0020\u0065\u006e\u0063\u006f\u0064\u0069\u006eg\u0020\u0069\u0073\u0020\u0073\u0075\u0070\u0070\u006f\u0072\u0074\u0065\u0064\u002c\u0020\u0067\u006f\u0074\u0020\u0025\u0054",_cddef .Encoder ()); +};_bdbdf :=make (map[rune ]_dae .GlyphName );for _ffff :=range alphabet {if _ ,_ccbd :=_gdad .RuneToCharcode (_ffff );!_ccbd {_ ,_dggf :=_cddef ._daefa .Read (_ffff );if !_dggf {_fca .Log .Trace ("r\u0075\u006e\u0065\u0020\u0025\u0023x\u003d\u0025\u0071\u0020\u006e\u006f\u0074\u0020\u0069n\u0020\u0074\u0068e\u0020f\u006f\u006e\u0074",_ffff ,_ffff ); +continue ;};_acda ,_dggf :=_dae .RuneToGlyph (_ffff );if !_dggf {_fca .Log .Debug ("\u006eo\u0020\u0067\u006c\u0079\u0070\u0068\u0020\u0066\u006f\u0072\u0020r\u0075\u006e\u0065\u0020\u0025\u0023\u0078\u003d\u0025\u0071",_ffff ,_ffff );continue ;};if len (_bdbdf )>=255{return nil ,nil ,_cdf .New ("\u0074\u006f\u006f\u0020\u006d\u0061\u006e\u0079\u0020\u0063\u0068\u0061\u0072a\u0063\u0074\u0065\u0072\u0073\u0020f\u006f\u0072\u0020\u0073\u0069\u006d\u0070\u006c\u0065\u0020\u0065\u006e\u0063o\u0064\u0069\u006e\u0067"); +};_bdbdf [_ffff ]=_acda ;};};var (_eaffa []_dae .CharCode ;_dcgc []_dae .CharCode ;);for _ecde :=_dae .CharCode (1);_ecde <=0xff;_ecde ++{_gcca ,_fdgfc :=_gdad .CharcodeToRune (_ecde );if !_fdgfc {_eaffa =append (_eaffa ,_ecde );continue ;};if _ ,_fdgfc =alphabet [_gcca ]; +!_fdgfc {_dcgc =append (_dcgc ,_ecde );};};_fefec :=append (_eaffa ,_dcgc ...);if len (_fefec )< len (_bdbdf ){return nil ,nil ,_e .Errorf ("n\u0065\u0065\u0064\u0020\u0074\u006f\u0020\u0065\u006ec\u006f\u0064\u0065\u0020\u0025\u0064\u0020ru\u006e\u0065\u0073\u002c \u0062\u0075\u0074\u0020\u0068\u0061\u0076\u0065\u0020on\u006c\u0079 \u0025\u0064\u0020\u0073\u006c\u006f\u0074\u0073",len (_bdbdf ),len (_fefec )); +};_aebe :=make ([]rune ,0,len (_bdbdf ));for _ggbb :=range _bdbdf {_aebe =append (_aebe ,_ggbb );};_da .Slice (_aebe ,func (_ffde ,_ececb int )bool {return _aebe [_ffde ]< _aebe [_ececb ]});_bagff :=make (map[_dae .CharCode ]_dae .GlyphName ,len (_aebe )); +for _ ,_abacb :=range _aebe {_agff :=_fefec [0];_fefec =_fefec [1:];_bagff [_agff ]=_bdbdf [_abacb ];};_gdad =_dae .ApplyDifferences (_gdad ,_bagff );_cddef .SetEncoder (_gdad );return &PdfFont {_bggcf :&_cddef },_gdad ,nil ;}; -// Type 2 -ObjectNumber int ;Index int ;}; +// ToPdfObject implements interface PdfModel. +func (_efg *PdfActionGoTo )ToPdfObject ()_cee .PdfObject {_efg .PdfAction .ToPdfObject ();_fbe :=_efg ._gaf ;_bgd :=_fbe .PdfObject .(*_cee .PdfObjectDictionary );_bgd .SetIfNotNil ("\u0053",_cee .MakeName (string (ActionTypeGoTo )));_bgd .SetIfNotNil ("\u0044",_efg .D ); +return _fbe ;}; -// HasXObjectByName checks if an XObject with a specified keyName is defined. -func (_efead *PdfPageResources )HasXObjectByName (keyName _eb .PdfObjectName )bool {_dgfg ,_ :=_efead .GetXObjectByName (keyName );return _dgfg !=nil ;}; +// SetPdfTitle sets the Title attribute of the output PDF. +func SetPdfTitle (title string ){_dggagg .Lock ();defer _dggagg .Unlock ();_bcfcc =title }; -// GetOutlinesFlattened returns a flattened list of tree nodes and titles. -// NOTE: for most use cases, it is recommended to use the high-level GetOutlines -// method instead, which also provides information regarding the destination -// of the outline items. -func (_dddf *PdfReader )GetOutlinesFlattened ()([]*PdfOutlineTreeNode ,[]string ,error ){var _bcdda []*PdfOutlineTreeNode ;var _bgfgb []string ;var _cdcfb func (*PdfOutlineTreeNode ,*[]*PdfOutlineTreeNode ,*[]string ,int );_cdcfb =func (_caae *PdfOutlineTreeNode ,_gaceff *[]*PdfOutlineTreeNode ,_bbceg *[]string ,_cede int ){if _caae ==nil {return ; -};if _caae ._eeedb ==nil {_ddb .Log .Debug ("E\u0052\u0052\u004f\u0052\u003a\u0020M\u0069\u0073\u0073\u0069\u006e\u0067\u0020\u006e\u006fd\u0065\u002e\u0063o\u006et\u0065\u0078\u0074");return ;};_gefd ,_fbac :=_caae ._eeedb .(*PdfOutlineItem );if _fbac {*_gaceff =append (*_gaceff ,&_gefd .PdfOutlineTreeNode ); -_dedc :=_cc .Repeat ("\u0020",_cede *2)+_gefd .Title .Decoded ();*_bbceg =append (*_bbceg ,_dedc );};if _caae .First !=nil {_fdda :=_cc .Repeat ("\u0020",_cede *2)+"\u002b";*_bbceg =append (*_bbceg ,_fdda );_cdcfb (_caae .First ,_gaceff ,_bbceg ,_cede +1); -};if _fbac &&_gefd .Next !=nil {_cdcfb (_gefd .Next ,_gaceff ,_bbceg ,_cede );};};_cdcfb (_dddf ._efabg ,&_bcdda ,&_bgfgb ,0);return _bcdda ,_bgfgb ,nil ;}; +// UpdatePage updates the `page` in the new revision if it has changed. +func (_bdca *PdfAppender )UpdatePage (page *PdfPage ){_bdca .updateObjectsDeep (page .ToPdfObject (),nil )};func (_gbbb *pdfCIDFontType0 )getFontDescriptor ()*PdfFontDescriptor {return _gbbb ._ebcad };func (_eec *PdfReader )newPdfActionHideFromDict (_gcc *_cee .PdfObjectDictionary )(*PdfActionHide ,error ){return &PdfActionHide {T :_gcc .Get ("\u0054"),H :_gcc .Get ("\u0048")},nil ; +}; -// Fill populates `form` with values provided by `provider`. -func (_efbf *PdfAcroForm )Fill (provider FieldValueProvider )error {return _efbf .fill (provider ,nil )}; +// NewPdfColorLab returns a new Lab color. +func NewPdfColorLab (l ,a ,b float64 )*PdfColorLab {_fbcb :=PdfColorLab {l ,a ,b };return &_fbcb }; -// GetStructRoot gets the StructTreeRoot object -func (_fafbd *PdfPage )GetStructTreeRoot ()(*_eb .PdfObject ,bool ){_cffcf ,_ddfge :=_fafbd ._dcdfd .GetCatalogStructTreeRoot ();return &_cffcf ,_ddfge ;};func _eadgga (_ggca *_eb .PdfObjectArray )(float64 ,error ){_dcbae ,_gcadg :=_ggca .ToFloat64Array (); -if _gcadg !=nil {_ddb .Log .Debug ("\u0042\u0061\u0064\u0020\u004d\u0061\u0074\u0074\u0065\u0020\u0061\u0072\u0072\u0061\u0079:\u0020m\u0061\u0074\u0074\u0065\u003d\u0025\u0073\u0020\u0065\u0072\u0072\u003d\u0025\u0076",_ggca ,_gcadg );};switch len (_dcbae ){case 1:return _dcbae [0],nil ; -case 3:_cgbc :=PdfColorspaceDeviceRGB {};_fgebedc ,_ggfdd :=_cgbc .ColorFromFloats (_dcbae );if _ggfdd !=nil {return 0.0,_ggfdd ;};return _fgebedc .(*PdfColorDeviceRGB ).ToGray ().Val (),nil ;case 4:_abfab :=PdfColorspaceDeviceCMYK {};_faedg ,_eabbcd :=_abfab .ColorFromFloats (_dcbae ); -if _eabbcd !=nil {return 0.0,_eabbcd ;};_daae ,_eabbcd :=_abfab .ColorToRGB (_faedg .(*PdfColorDeviceCMYK ));if _eabbcd !=nil {return 0.0,_eabbcd ;};return _daae .(*PdfColorDeviceRGB ).ToGray ().Val (),nil ;};_gcadg =_dcf .New ("\u0062a\u0064 \u004d\u0061\u0074\u0074\u0065\u0020\u0063\u006f\u006c\u006f\u0072"); -_ddb .Log .Error ("\u0074\u006f\u0047ra\u0079\u003a\u0020\u006d\u0061\u0074\u0074\u0065\u003d\u0025\u0073\u0020\u0065\u0072\u0072\u003d\u0025\u0076",_ggca ,_gcadg );return 0.0,_gcadg ;}; +// AddKChild adds a child K dictionary object. +func (_dgfbd *KDict )AddKChild (kChild *KDict ){_dgfbd ._affgf =append (_dgfbd ._affgf ,&KValue {_aedde :kChild });};type pdfFontSimple struct{fontCommon ;_eggbg *_cee .PdfIndirectObject ;_ccfb map[_dae .CharCode ]float64 ;_bgggf _dae .TextEncoder ;_bdecc _dae .TextEncoder ; +_aaec *PdfFontDescriptor ; -// A PdfPattern can represent a Pattern, either a tiling pattern or a shading pattern. -// Note that all patterns shall be treated as colours; a Pattern colour space shall be established with the CS or cs -// operator just like other colour spaces, and a particular pattern shall be installed as the current colour with the -// SCN or scn operator. -type PdfPattern struct{ +// Encoding is subject to limitations that are described in 9.6.6, "Character Encoding". +// BaseFont is derived differently. +FirstChar _cee .PdfObject ;LastChar _cee .PdfObject ;Widths _cee .PdfObject ;Encoding _cee .PdfObject ;_daefa *_ce .RuneCharSafeMap ;}; -// Type: Pattern -PatternType int64 ;_eefgb PdfModel ;_agddd _eb .PdfObject ;};func _agdf (_adaf *_eb .PdfObjectDictionary )(*PdfFieldChoice ,error ){_dcea :=&PdfFieldChoice {};_dcea .Opt ,_ =_eb .GetArray (_adaf .Get ("\u004f\u0070\u0074"));_dcea .TI ,_ =_eb .GetInt (_adaf .Get ("\u0054\u0049")); -_dcea .I ,_ =_eb .GetArray (_adaf .Get ("\u0049"));return _dcea ,nil ;}; +// SetAlpha sets the alpha layer for the image. +func (_fbga *Image )SetAlpha (alpha []byte ){_fbga ._cbfg =alpha };var _ pdfFont =(*pdfFontType0 )(nil ); -// GetCustomInfo returns a custom info value for the specified name. -func (_dcge *PdfInfo )GetCustomInfo (name string )*_eb .PdfObjectString {var _afae *_eb .PdfObjectString ;if _dcge ._cbfb ==nil {return _afae ;};if _abfg ,_eedf :=_dcge ._cbfb .Get (*_eb .MakeName (name )).(*_eb .PdfObjectString );_eedf {_afae =_abfg ; -};return _afae ;}; +// ToPdfObject implements interface PdfModel. +func (_eegea *PdfAnnotationWatermark )ToPdfObject ()_cee .PdfObject {_eegea .PdfAnnotation .ToPdfObject ();_gecb :=_eegea ._eddc ;_eagd :=_gecb .PdfObject .(*_cee .PdfObjectDictionary );_eagd .SetIfNotNil ("\u0053u\u0062\u0074\u0079\u0070\u0065",_cee .MakeName ("\u0057a\u0074\u0065\u0072\u006d\u0061\u0072k")); +_eagd .SetIfNotNil ("\u0046\u0069\u0078\u0065\u0064\u0050\u0072\u0069\u006e\u0074",_eegea .FixedPrint );return _gecb ;};func _badf (_eeca *fontCommon )*pdfFontType3 {return &pdfFontType3 {fontCommon :*_eeca }}; -// GetNumComponents returns the number of color components (1 for Separation). -func (_ecba *PdfColorspaceSpecialSeparation )GetNumComponents ()int {return 1}; +// NewMultipleFontEncoder returns instantiates a new *MultipleFontEncoder +func NewMultipleFontEncoder (fonts []*PdfFont )*MultipleFontEncoder {return &MultipleFontEncoder {_ecfa :fonts ,CurrentFont :fonts [0]};}; -// ToPdfObject returns the PDF representation of the colorspace. -func (_cgff *PdfColorspaceDeviceRGB )ToPdfObject ()_eb .PdfObject {return _eb .MakeName ("\u0044e\u0076\u0069\u0063\u0065\u0052\u0047B");}; +// ColorFromPdfObjects returns a new PdfColor based on the input slice of color +// components. The slice should contain a single PdfObjectFloat element. +func (_egdd *PdfColorspaceSpecialSeparation )ColorFromPdfObjects (objects []_cee .PdfObject )(PdfColor ,error ){if len (objects )!=1{return nil ,_cdf .New ("r\u0061\u006e\u0067\u0065\u0020\u0063\u0068\u0065\u0063\u006b");};_bgafd ,_ccdfa :=_cee .GetNumbersAsFloat (objects ); +if _ccdfa !=nil {return nil ,_ccdfa ;};return _egdd .ColorFromFloats (_bgafd );}; -// ToPdfObject returns the PDF representation of the colorspace. -func (_dedd *PdfColorspaceDeviceGray )ToPdfObject ()_eb .PdfObject {return _eb .MakeName ("\u0044\u0065\u0076\u0069\u0063\u0065\u0047\u0072\u0061\u0079");};func (_cegb *PdfColorspaceDeviceGray )String ()string {return "\u0044\u0065\u0076\u0069\u0063\u0065\u0047\u0072\u0061\u0079"; -}; +// NewPdfFontFromTTF loads a TTF font and returns a PdfFont type that can be +// used in text styling functions. +// Uses a WinAnsiTextEncoder and loads only character codes 32-255. +// NOTE: For composite fonts such as used in symbolic languages, use NewCompositePdfFontFromTTF. +func NewPdfFontFromTTF (r _fc .ReadSeeker )(*PdfFont ,error ){const _adag =_dae .CharCode (32);const _gcfce =_dae .CharCode (255);_gfece ,_dcabb :=_fc .ReadAll (r );if _dcabb !=nil {_fca .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0055\u006e\u0061\u0062\u006c\u0065 \u0074\u006f\u0020\u0072\u0065\u0061d\u0020\u0066\u006f\u006e\u0074\u0020\u0063\u006f\u006e\u0074\u0065\u006e\u0074s\u003a\u0020\u0025\u0076",_dcabb ); +return nil ,_dcabb ;};_dabc ,_dcabb :=_ce .TtfParse (_cd .NewReader (_gfece ));if _dcabb !=nil {_fca .Log .Debug ("E\u0052\u0052\u004f\u0052\u003a\u0020l\u006f\u0061\u0064\u0069\u006e\u0067\u0020\u0054\u0054F\u0020\u0066\u006fn\u0074:\u0020\u0025\u0076",_dcabb ); +return nil ,_dcabb ;};_adagg :=&pdfFontSimple {_ccfb :make (map[_dae .CharCode ]float64 ),fontCommon :fontCommon {_ccdeg :"\u0054\u0072\u0075\u0065\u0054\u0079\u0070\u0065"}};_adagg ._bgggf =_dae .NewWinAnsiEncoder ();_adagg ._fbcf =_dabc .PostScriptName ; +_adagg .FirstChar =_cee .MakeInteger (int64 (_adag ));_adagg .LastChar =_cee .MakeInteger (int64 (_gcfce ));_eaad :=1000.0/float64 (_dabc .UnitsPerEm );if len (_dabc .Widths )<=0{return nil ,_cdf .New ("\u0045\u0052\u0052O\u0052\u003a\u0020\u004d\u0069\u0073\u0073\u0069\u006e\u0067\u0020\u0072\u0065\u0071\u0075\u0069\u0072\u0065\u0064\u0020\u0061\u0074\u0074\u0072\u0069\u0062\u0075\u0074\u0065 \u0028\u0057\u0069\u0064\u0074\u0068\u0073\u0029"); +};_cffc :=_eaad *float64 (_dabc .Widths [0]);_ggada :=make ([]float64 ,0,_gcfce -_adag +1);for _bdace :=_adag ;_bdace <=_gcfce ;_bdace ++{_ccceg ,_dbgcd :=_adagg .Encoder ().CharcodeToRune (_bdace );if !_dbgcd {_fca .Log .Debug ("\u0052u\u006e\u0065\u0020\u006eo\u0074\u0020\u0066\u006f\u0075n\u0064 \u0028c\u006f\u0064\u0065\u003a\u0020\u0025\u0064)",_bdace ); +_ggada =append (_ggada ,_cffc );continue ;};_bcec ,_dbcfd :=_dabc .Chars [_ccceg ];if !_dbcfd {_fca .Log .Debug ("R\u0075\u006e\u0065\u0020no\u0074 \u0069\u006e\u0020\u0054\u0054F\u0020\u0043\u0068\u0061\u0072\u0073");_ggada =append (_ggada ,_cffc );continue ; +};_gbaf :=_eaad *float64 (_dabc .Widths [_bcec ]);_ggada =append (_ggada ,_gbaf );};_adagg .Widths =_cee .MakeIndirectObject (_cee .MakeArrayFromFloats (_ggada ));if len (_ggada )< int (_gcfce -_adag +1){_fca .Log .Debug ("E\u0052\u0052\u004f\u0052\u003a\u0020\u0049\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u006c\u0065\u006e\u0067t\u0068\u0020\u006f\u0066\u0020\u0077\u0069\u0064\u0074\u0068s,\u0020\u0025\u0064 \u003c \u0025\u0064",len (_ggada ),255-32+1); +return nil ,_cee .ErrRangeError ;};for _ecgb :=_adag ;_ecgb <=_gcfce ;_ecgb ++{_adagg ._ccfb [_ecgb ]=_ggada [_ecgb -_adag ];};_adagg .Encoding =_cee .MakeName ("\u0057i\u006eA\u006e\u0073\u0069\u0045\u006e\u0063\u006f\u0064\u0069\u006e\u0067");_fbeda :=&PdfFontDescriptor {}; +_fbeda .FontName =_cee .MakeName (_dabc .PostScriptName );_fbeda .Ascent =_cee .MakeFloat (_eaad *float64 (_dabc .TypoAscender ));_fbeda .Descent =_cee .MakeFloat (_eaad *float64 (_dabc .TypoDescender ));_fbeda .CapHeight =_cee .MakeFloat (_eaad *float64 (_dabc .CapHeight )); +_fbeda .FontBBox =_cee .MakeArrayFromFloats ([]float64 {_eaad *float64 (_dabc .Xmin ),_eaad *float64 (_dabc .Ymin ),_eaad *float64 (_dabc .Xmax ),_eaad *float64 (_dabc .Ymax )});_fbeda .ItalicAngle =_cee .MakeFloat (_dabc .ItalicAngle );_fbeda .MissingWidth =_cee .MakeFloat (_eaad *float64 (_dabc .Widths [0])); +_edfc ,_dcabb :=_cee .MakeStream (_gfece ,_cee .NewFlateEncoder ());if _dcabb !=nil {_fca .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0055\u006e\u0061\u0062\u006c\u0065\u0020\u0074o\u0020m\u0061\u006b\u0065\u0020\u0073\u0074\u0072\u0065\u0061\u006d\u003a\u0020\u0025\u0076",_dcabb ); +return nil ,_dcabb ;};_edfc .PdfObjectDictionary .Set ("\u004ce\u006e\u0067\u0074\u0068\u0031",_cee .MakeInteger (int64 (len (_gfece ))));_fbeda .FontFile2 =_edfc ;if _dabc .Bold {_fbeda .StemV =_cee .MakeInteger (120);}else {_fbeda .StemV =_cee .MakeInteger (70); +};_defgc :=_caaa ;if _dabc .IsFixedPitch {_defgc |=_aabcf ;};if _dabc .ItalicAngle !=0{_defgc |=_dgbc ;};_fbeda .Flags =_cee .MakeInteger (int64 (_defgc ));_adagg ._ebcad =_fbeda ;_gcce :=&PdfFont {_bggcf :_adagg };return _gcce ,nil ;}; -// NewCustomPdfOutputIntent creates a new custom PdfOutputIntent. -func NewCustomPdfOutputIntent (outputCondition ,outputConditionIdentifier ,info string ,destOutputProfile []byte ,colorComponents int )*PdfOutputIntent {return &PdfOutputIntent {Type :"\u004f\u0075\u0074p\u0075\u0074\u0049\u006e\u0074\u0065\u006e\u0074",OutputCondition :outputCondition ,OutputConditionIdentifier :outputConditionIdentifier ,Info :info ,DestOutputProfile :destOutputProfile ,_ebbd :_eb .MakeDict (),ColorComponents :colorComponents }; -};func _ddbeg (_bbefb *XObjectImage )error {if _bbefb .SMask ==nil {return nil ;};_gbbcg ,_cgcf :=_bbefb .SMask .(*_eb .PdfObjectStream );if !_cgcf {_ddb .Log .Debug ("\u0053\u004da\u0073\u006b\u0020\u0069\u0073\u0020\u006e\u006f\u0074\u0020\u002a\u0050\u0064\u0066\u004f\u0062\u006a\u0065\u0063\u0074\u0053\u0074re\u0061\u006d"); -return _eb .ErrTypeError ;};_cgfe :=_gbbcg .PdfObjectDictionary ;_eaafe :=_cgfe .Get ("\u004d\u0061\u0074t\u0065");if _eaafe ==nil {return nil ;};_gffba ,_bgecg :=_eadgga (_eaafe .(*_eb .PdfObjectArray ));if _bgecg !=nil {return _bgecg ;};_ffdaa :=_eb .MakeArrayFromFloats ([]float64 {_gffba }); -_cgfe .SetIfNotNil ("\u004d\u0061\u0074t\u0065",_ffdaa );return nil ;}; +// Resample resamples the image data converting from current BitsPerComponent to a target BitsPerComponent +// value. Sets the image's BitsPerComponent to the target value following resampling. +// +// For example, converting an 8-bit RGB image to 1-bit grayscale (common for scanned images): +// +// // Convert RGB image to grayscale. +// rgbColorSpace := pdf.NewPdfColorspaceDeviceRGB() +// grayImage, err := rgbColorSpace.ImageToGray(rgbImage) +// if err != nil { +// return err +// } +// // Resample as 1 bit. +// grayImage.Resample(1) +func (_cafb *Image )Resample (targetBitsPerComponent int64 ){if _cafb .BitsPerComponent ==targetBitsPerComponent {return ;};_cdgc :=_cafb .GetSamples ();if targetBitsPerComponent < _cafb .BitsPerComponent {_dfgef :=_cafb .BitsPerComponent -targetBitsPerComponent ; +for _debff :=range _cdgc {_cdgc [_debff ]>>=uint (_dfgef );};}else if targetBitsPerComponent > _cafb .BitsPerComponent {_ggccf :=targetBitsPerComponent -_cafb .BitsPerComponent ;for _cdea :=range _cdgc {_cdgc [_cdea ]<<=uint (_ggccf );};};_cafb .BitsPerComponent =targetBitsPerComponent ; +if _cafb .BitsPerComponent < 8{_cafb .resampleLowBits (_cdgc );return ;};_dffea :=_ca .BytesPerLine (int (_cafb .Width ),int (_cafb .BitsPerComponent ),_cafb .ColorComponents );_dfee :=make ([]byte ,_dffea *int (_cafb .Height ));var (_gddfb ,_bbdbe ,_bddda ,_bddaba int ; +_debfb uint32 ;);for _bddda =0;_bddda < int (_cafb .Height );_bddda ++{_gddfb =_bddda *_dffea ;_bbdbe =(_bddda +1)*_dffea -1;_geeccd :=_ag .ResampleUint32 (_cdgc [_gddfb :_bbdbe ],int (targetBitsPerComponent ),8);for _bddaba ,_debfb =range _geeccd {_dfee [_bddaba +_gddfb ]=byte (_debfb ); +};};_cafb .Data =_dfee ;}; -// IsCenterWindow returns the value of the centerWindow flag. -func (_aebbc *ViewerPreferences )IsCenterWindow ()bool {if _aebbc ._dacc ==nil {return false ;};return *_aebbc ._dacc ;}; +// PdfFunctionType2 defines an exponential interpolation of one input value and n +// output values: +// +// f(x) = y_0, ..., y_(n-1) +// +// y_j = C0_j + x^N * (C1_j - C0_j); for 0 <= j < n +// When N=1 ; linear interpolation between C0 and C1. +type PdfFunctionType2 struct{Domain []float64 ;Range []float64 ;C0 []float64 ;C1 []float64 ;N float64 ;_eebdf *_cee .PdfIndirectObject ;}; -// PdfActionThread represents a thread action. -type PdfActionThread struct{*PdfAction ;F *PdfFilespec ;D _eb .PdfObject ;B _eb .PdfObject ;}; +// GetDocMDPPermission returns the DocMDP level of the restrictions +func (_fgfcf *PdfSignature )GetDocMDPPermission ()(_cc .DocMDPPermission ,bool ){for _ ,_dggbc :=range _fgfcf .Reference .Elements (){if _cfdeb ,_dffgg :=_cee .GetDict (_dggbc );_dffgg {if _eabbd ,_aeafb :=_cee .GetNameVal (_cfdeb .Get ("\u0054r\u0061n\u0073\u0066\u006f\u0072\u006d\u004d\u0065\u0074\u0068\u006f\u0064")); +_aeafb &&_eabbd =="\u0044\u006f\u0063\u004d\u0044\u0050"{if _gbfaca ,_adced :=_cee .GetDict (_cfdeb .Get ("\u0054r\u0061n\u0073\u0066\u006f\u0072\u006d\u0050\u0061\u0072\u0061\u006d\u0073"));_adced {if P ,_bcfgg :=_cee .GetIntVal (_gbfaca .Get ("\u0050")); +_bcfgg {return _cc .DocMDPPermission (P ),true ;};};};};};return 0,false ;}; -// ToPdfObject returns the PDF representation of the function. -func (_ecfba *PdfFunctionType3 )ToPdfObject ()_eb .PdfObject {_bbgfb :=_eb .MakeDict ();_bbgfb .Set ("\u0046\u0075\u006ec\u0074\u0069\u006f\u006e\u0054\u0079\u0070\u0065",_eb .MakeInteger (3));_eegaa :=&_eb .PdfObjectArray {};for _ ,_bcad :=range _ecfba .Domain {_eegaa .Append (_eb .MakeFloat (_bcad )); -};_bbgfb .Set ("\u0044\u006f\u006d\u0061\u0069\u006e",_eegaa );if _ecfba .Range !=nil {_fgbca :=&_eb .PdfObjectArray {};for _ ,_bacdc :=range _ecfba .Range {_fgbca .Append (_eb .MakeFloat (_bacdc ));};_bbgfb .Set ("\u0052\u0061\u006eg\u0065",_fgbca );}; -if _ecfba .Functions !=nil {_gfedc :=&_eb .PdfObjectArray {};for _ ,_eefcaa :=range _ecfba .Functions {_gfedc .Append (_eefcaa .ToPdfObject ());};_bbgfb .Set ("\u0046u\u006e\u0063\u0074\u0069\u006f\u006es",_gfedc );};if _ecfba .Bounds !=nil {_gdgb :=&_eb .PdfObjectArray {}; -for _ ,_dbeb :=range _ecfba .Bounds {_gdgb .Append (_eb .MakeFloat (_dbeb ));};_bbgfb .Set ("\u0042\u006f\u0075\u006e\u0064\u0073",_gdgb );};if _ecfba .Encode !=nil {_gcfed :=&_eb .PdfObjectArray {};for _ ,_gacgf :=range _ecfba .Encode {_gcfed .Append (_eb .MakeFloat (_gacgf )); -};_bbgfb .Set ("\u0045\u006e\u0063\u006f\u0064\u0065",_gcfed );};if _ecfba ._ddgdg !=nil {_ecfba ._ddgdg .PdfObject =_bbgfb ;return _ecfba ._ddgdg ;};return _bbgfb ;}; +// WriteToFile writes the Appender output to file specified by path. +func (_abaae *PdfAppender )WriteToFile (outputPath string )error {_bddc ,_baag :=_fef .Create (outputPath );if _baag !=nil {return _baag ;};defer _bddc .Close ();return _abaae .Write (_bddc );};func _fabef (_eegbb *_cee .PdfObjectStream )(*PdfFunctionType0 ,error ){_aaeeb :=&PdfFunctionType0 {}; +_aaeeb ._gaagd =_eegbb ;_efebf :=_eegbb .PdfObjectDictionary ;_gacad ,_cbfa :=_cee .TraceToDirectObject (_efebf .Get ("\u0044\u006f\u006d\u0061\u0069\u006e")).(*_cee .PdfObjectArray );if !_cbfa {_fca .Log .Error ("D\u006fm\u0061\u0069\u006e\u0020\u006e\u006f\u0074\u0020s\u0070\u0065\u0063\u0069fi\u0065\u0064"); +return nil ,_cdf .New ("\u0072\u0065q\u0075\u0069\u0072\u0065d\u0020\u0061t\u0074\u0072\u0069\u0062\u0075\u0074\u0065\u0020m\u0069\u0073\u0073\u0069\u006e\u0067\u0020\u006f\u0072\u0020\u0069\u006ev\u0061\u006c\u0069\u0064");};if _gacad .Len ()< 0||_gacad .Len ()%2!=0{_fca .Log .Error ("\u0044\u006f\u006d\u0061\u0069\u006e\u0020\u0069\u006ev\u0061\u006c\u0069\u0064"); +return nil ,_cdf .New ("i\u006ev\u0061\u006c\u0069\u0064\u0020\u0064\u006f\u006da\u0069\u006e\u0020\u0072an\u0067\u0065");};_aaeeb .NumInputs =_gacad .Len ()/2;_adeb ,_ccbg :=_gacad .ToFloat64Array ();if _ccbg !=nil {return nil ,_ccbg ;};_aaeeb .Domain =_adeb ; +_gacad ,_cbfa =_cee .TraceToDirectObject (_efebf .Get ("\u0052\u0061\u006eg\u0065")).(*_cee .PdfObjectArray );if !_cbfa {_fca .Log .Error ("\u0052\u0061\u006e\u0067e \u006e\u006f\u0074\u0020\u0073\u0070\u0065\u0063\u0069\u0066\u0069\u0065\u0064");return nil ,_cdf .New ("\u0072\u0065q\u0075\u0069\u0072\u0065d\u0020\u0061t\u0074\u0072\u0069\u0062\u0075\u0074\u0065\u0020m\u0069\u0073\u0073\u0069\u006e\u0067\u0020\u006f\u0072\u0020\u0069\u006ev\u0061\u006c\u0069\u0064"); +};if _gacad .Len ()< 0||_gacad .Len ()%2!=0{return nil ,_cdf .New ("\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0072\u0061\u006e\u0067\u0065");};_aaeeb .NumOutputs =_gacad .Len ()/2;_ggbab ,_ccbg :=_gacad .ToFloat64Array ();if _ccbg !=nil {return nil ,_ccbg ; +};_aaeeb .Range =_ggbab ;_gacad ,_cbfa =_cee .TraceToDirectObject (_efebf .Get ("\u0053\u0069\u007a\u0065")).(*_cee .PdfObjectArray );if !_cbfa {_fca .Log .Error ("\u0053i\u007ae\u0020\u006e\u006f\u0074\u0020s\u0070\u0065c\u0069\u0066\u0069\u0065\u0064"); +return nil ,_cdf .New ("\u0072\u0065q\u0075\u0069\u0072\u0065d\u0020\u0061t\u0074\u0072\u0069\u0062\u0075\u0074\u0065\u0020m\u0069\u0073\u0073\u0069\u006e\u0067\u0020\u006f\u0072\u0020\u0069\u006ev\u0061\u006c\u0069\u0064");};_agcbg ,_ccbg :=_gacad .ToIntegerArray (); +if _ccbg !=nil {return nil ,_ccbg ;};if len (_agcbg )!=_aaeeb .NumInputs {_fca .Log .Error ("T\u0061\u0062\u006c\u0065\u0020\u0073\u0069\u007a\u0065\u0020\u006e\u006f\u0074\u0020\u006d\u0061\u0074\u0063h\u0069\u006e\u0067\u0020\u006e\u0075\u006d\u0062\u0065\u0072 o\u0066\u0020\u0069n\u0070u\u0074\u0073"); +return nil ,_cdf .New ("r\u0061\u006e\u0067\u0065\u0020\u0063\u0068\u0065\u0063\u006b");};_aaeeb .Size =_agcbg ;_dfgdb ,_cbfa :=_cee .TraceToDirectObject (_efebf .Get ("\u0042\u0069\u0074\u0073\u0050\u0065\u0072\u0053\u0061\u006d\u0070\u006c\u0065")).(*_cee .PdfObjectInteger ); +if !_cbfa {_fca .Log .Error ("B\u0069\u0074\u0073\u0050\u0065\u0072S\u0061\u006d\u0070\u006c\u0065\u0020\u006e\u006f\u0074 \u0073\u0070\u0065c\u0069f\u0069\u0065\u0064");return nil ,_cdf .New ("\u0072\u0065q\u0075\u0069\u0072\u0065d\u0020\u0061t\u0074\u0072\u0069\u0062\u0075\u0074\u0065\u0020m\u0069\u0073\u0073\u0069\u006e\u0067\u0020\u006f\u0072\u0020\u0069\u006ev\u0061\u006c\u0069\u0064"); +};if *_dfgdb !=1&&*_dfgdb !=2&&*_dfgdb !=4&&*_dfgdb !=8&&*_dfgdb !=12&&*_dfgdb !=16&&*_dfgdb !=24&&*_dfgdb !=32{_fca .Log .Error ("\u0042\u0069\u0074s \u0070\u0065\u0072\u0020\u0073\u0061\u006d\u0070\u006ce\u0020o\u0075t\u0073i\u0064\u0065\u0020\u0072\u0061\u006e\u0067\u0065\u0020\u0028\u0025\u0064\u0029",*_dfgdb ); +return nil ,_cdf .New ("r\u0061\u006e\u0067\u0065\u0020\u0063\u0068\u0065\u0063\u006b");};_aaeeb .BitsPerSample =int (*_dfgdb );_aaeeb .Order =1;_fgfee ,_cbfa :=_cee .TraceToDirectObject (_efebf .Get ("\u004f\u0072\u0064e\u0072")).(*_cee .PdfObjectInteger ); +if _cbfa {if *_fgfee !=1&&*_fgfee !=3{_fca .Log .Error ("\u0049n\u0076a\u006c\u0069\u0064\u0020\u006fr\u0064\u0065r\u0020\u0028\u0025\u0064\u0029",*_fgfee );return nil ,_cdf .New ("r\u0061\u006e\u0067\u0065\u0020\u0063\u0068\u0065\u0063\u006b");};_aaeeb .Order =int (*_fgfee ); +};_gacad ,_cbfa =_cee .TraceToDirectObject (_efebf .Get ("\u0045\u006e\u0063\u006f\u0064\u0065")).(*_cee .PdfObjectArray );if _cbfa {_dbgbad ,_cfdf :=_gacad .ToFloat64Array ();if _cfdf !=nil {return nil ,_cfdf ;};_aaeeb .Encode =_dbgbad ;};_gacad ,_cbfa =_cee .TraceToDirectObject (_efebf .Get ("\u0044\u0065\u0063\u006f\u0064\u0065")).(*_cee .PdfObjectArray ); +if _cbfa {_bgdbeb ,_gaecg :=_gacad .ToFloat64Array ();if _gaecg !=nil {return nil ,_gaecg ;};_aaeeb .Decode =_bgdbeb ;};_dfba ,_ccbg :=_cee .DecodeStream (_eegbb );if _ccbg !=nil {return nil ,_ccbg ;};_aaeeb ._bbdc =_dfba ;return _aaeeb ,nil ;}; -// GetRuneMetrics returns the character metrics for the specified rune. -// A bool flag is returned to indicate whether or not the entry was found. -func (_bcbf pdfFontType3 )GetRuneMetrics (r rune )(_fg .CharMetrics ,bool ){_fcda :=_bcbf .Encoder ();if _fcda ==nil {_ddb .Log .Debug ("\u004e\u006f\u0020en\u0063\u006f\u0064\u0065\u0072\u0020\u0066\u006f\u0072\u0020\u0066\u006f\u006e\u0074\u0073\u003d\u0025\u0073",_bcbf ); -return _fg .CharMetrics {},false ;};_cecd ,_cdggf :=_fcda .RuneToCharcode (r );if !_cdggf {if r !=' '{_ddb .Log .Trace ("\u004e\u006f\u0020c\u0068\u0061\u0072\u0063o\u0064\u0065\u0020\u0066\u006f\u0072\u0020r\u0075\u006e\u0065\u003d\u0025\u0076\u0020\u0066\u006f\u006e\u0074\u003d\u0025\u0073",r ,_bcbf ); -};return _fg .CharMetrics {},false ;};_badc ,_gcef :=_bcbf .GetCharMetrics (_cecd );return _badc ,_gcef ;}; +// PdfColorspaceLab is a L*, a*, b* 3 component colorspace. +type PdfColorspaceLab struct{WhitePoint []float64 ;BlackPoint []float64 ;Range []float64 ;_acff *_cee .PdfIndirectObject ;}; -// SignatureValidationResult defines the response from the signature validation handler. -type SignatureValidationResult struct{ +// NewPdfActionGoTo3DView returns a new "goTo3DView" action. +func NewPdfActionGoTo3DView ()*PdfActionGoTo3DView {_aec :=NewPdfAction ();_edd :=&PdfActionGoTo3DView {};_edd .PdfAction =_aec ;_aec .SetContext (_edd );return _edd ;}; -// List of errors when validating the signature. -Errors []string ;IsSigned bool ;IsVerified bool ;IsTrusted bool ;Fields []*PdfField ;Name string ;Date PdfDate ;Reason string ;Location string ;ContactInfo string ;DiffResults *_bab .DiffResults ;IsCrlFound bool ;IsOcspFound bool ; +// ToPdfObject implements interface PdfModel. +func (_dbbae *PdfAnnotationRichMedia )ToPdfObject ()_cee .PdfObject {_dbbae .PdfAnnotation .ToPdfObject ();_aaba :=_dbbae ._eddc ;_cfgb :=_aaba .PdfObject .(*_cee .PdfObjectDictionary );_cfgb .SetIfNotNil ("\u0053u\u0062\u0074\u0079\u0070\u0065",_cee .MakeName ("\u0052i\u0063\u0068\u004d\u0065\u0064\u0069a")); +_cfgb .SetIfNotNil ("\u0052\u0069\u0063\u0068\u004d\u0065\u0064\u0069\u0061\u0053\u0065\u0074t\u0069\u006e\u0067\u0073",_dbbae .RichMediaSettings );_cfgb .SetIfNotNil ("\u0052\u0069c\u0068\u004d\u0065d\u0069\u0061\u0043\u006f\u006e\u0074\u0065\u006e\u0074",_dbbae .RichMediaContent ); +return _aaba ;};func _adfebd (_addeb *PdfPage ){_fgdc :=_ade .GetLicenseKey ();if _fgdc !=nil &&_fgdc .IsLicensed (){return ;};_begb :=_cee .PdfObjectName ("\u0055\u0046\u0031");if !_addeb .Resources .HasFontByName (_begb ){_addeb .Resources .SetFontByName (_begb ,DefaultFont ().ToPdfObject ()); +};var _dacaf []string ;_dacaf =append (_dacaf ,"\u0071");_dacaf =append (_dacaf ,"\u0042\u0054");_dacaf =append (_dacaf ,_e .Sprintf ("\u002f%\u0073\u0020\u0031\u0034\u0020\u0054f",_begb .String ()));_dacaf =append (_dacaf ,"\u0031\u0020\u0030\u0020\u0030\u0020\u0072\u0067"); +_dacaf =append (_dacaf ,"\u0031\u0030\u0020\u0031\u0030\u0020\u0054\u0064");_ccegaa :="\u0055\u006e\u006c\u0069\u0063\u0065\u006e\u0073\u0065\u0064\u0020\u0055\u006e\u0069\u0044o\u0063\u0020\u002d\u0020\u0047\u0065\u0074\u0020\u0061\u0020\u006c\u0069\u0063e\u006e\u0073\u0065\u0020\u006f\u006e\u0020\u0068\u0074\u0074\u0070\u0073:/\u002f\u0075\u006e\u0069\u0064\u006f\u0063\u002e\u0069\u006f"; +_dacaf =append (_dacaf ,_e .Sprintf ("\u0028%\u0073\u0029\u0020\u0054\u006a",_ccegaa ));_dacaf =append (_dacaf ,"\u0045\u0054");_dacaf =append (_dacaf ,"\u0051");_fedg :=_ad .Join (_dacaf ,"\u000a");_addeb .AddContentStreamByString (_fedg );_addeb .ToPdfObject (); +}; -// GeneralizedTime is the time at which the time-stamp token has been created by the TSA (RFC 3161). -GeneralizedTime _d .Time ;}; +// PdfAnnotationHighlight represents Highlight annotations. +// (Section 12.5.6.10). +type PdfAnnotationHighlight struct{*PdfAnnotation ;*PdfAnnotationMarkup ;QuadPoints _cee .PdfObject ;};func _afgafg (_abeeg _cee .PdfObject )(*PdfFunctionType3 ,error ){_beabc :=&PdfFunctionType3 {};var _defb *_cee .PdfObjectDictionary ;if _gbfgb ,_eeedd :=_abeeg .(*_cee .PdfIndirectObject ); +_eeedd {_bgfda ,_gegf :=_gbfgb .PdfObject .(*_cee .PdfObjectDictionary );if !_gegf {return nil ,_cdf .New ("\u0074\u0079p\u0065\u0020\u0063h\u0065\u0063\u006b\u0020\u0065\u0072\u0072\u006f\u0072");};_beabc ._ebff =_gbfgb ;_defb =_bgfda ;}else if _bgce ,_facad :=_abeeg .(*_cee .PdfObjectDictionary ); +_facad {_defb =_bgce ;}else {return nil ,_cdf .New ("\u0074\u0079p\u0065\u0020\u0063h\u0065\u0063\u006b\u0020\u0065\u0072\u0072\u006f\u0072");};_bdabc ,_fdcda :=_cee .TraceToDirectObject (_defb .Get ("\u0044\u006f\u006d\u0061\u0069\u006e")).(*_cee .PdfObjectArray ); +if !_fdcda {_fca .Log .Error ("D\u006fm\u0061\u0069\u006e\u0020\u006e\u006f\u0074\u0020s\u0070\u0065\u0063\u0069fi\u0065\u0064");return nil ,_cdf .New ("\u0072\u0065q\u0075\u0069\u0072\u0065d\u0020\u0061t\u0074\u0072\u0069\u0062\u0075\u0074\u0065\u0020m\u0069\u0073\u0073\u0069\u006e\u0067\u0020\u006f\u0072\u0020\u0069\u006ev\u0061\u006c\u0069\u0064"); +};if _bdabc .Len ()!=2{_fca .Log .Error ("\u0044\u006f\u006d\u0061\u0069\u006e\u0020\u0069\u006ev\u0061\u006c\u0069\u0064");return nil ,_cdf .New ("i\u006ev\u0061\u006c\u0069\u0064\u0020\u0064\u006f\u006da\u0069\u006e\u0020\u0072an\u0067\u0065");};_cegd ,_efffd :=_bdabc .ToFloat64Array (); +if _efffd !=nil {return nil ,_efffd ;};_beabc .Domain =_cegd ;_bdabc ,_fdcda =_cee .TraceToDirectObject (_defb .Get ("\u0052\u0061\u006eg\u0065")).(*_cee .PdfObjectArray );if _fdcda {if _bdabc .Len ()< 0||_bdabc .Len ()%2!=0{return nil ,_cdf .New ("\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0072\u0061\u006e\u0067\u0065"); +};_bcgc ,_bcfgc :=_bdabc .ToFloat64Array ();if _bcfgc !=nil {return nil ,_bcfgc ;};_beabc .Range =_bcgc ;};_bdabc ,_fdcda =_cee .TraceToDirectObject (_defb .Get ("\u0046u\u006e\u0063\u0074\u0069\u006f\u006es")).(*_cee .PdfObjectArray );if !_fdcda {_fca .Log .Error ("\u0046\u0075\u006ect\u0069\u006f\u006e\u0073\u0020\u006e\u006f\u0074\u0020\u0073\u0070\u0065\u0063\u0069\u0066\u0069\u0065\u0064"); +return nil ,_cdf .New ("\u0072\u0065q\u0075\u0069\u0072\u0065d\u0020\u0061t\u0074\u0072\u0069\u0062\u0075\u0074\u0065\u0020m\u0069\u0073\u0073\u0069\u006e\u0067\u0020\u006f\u0072\u0020\u0069\u006ev\u0061\u006c\u0069\u0064");};_beabc .Functions =[]PdfFunction {}; +for _ ,_agabf :=range _bdabc .Elements (){_ggbag ,_acecf :=_eeaec (_agabf );if _acecf !=nil {return nil ,_acecf ;};_beabc .Functions =append (_beabc .Functions ,_ggbag );};_bdabc ,_fdcda =_cee .TraceToDirectObject (_defb .Get ("\u0042\u006f\u0075\u006e\u0064\u0073")).(*_cee .PdfObjectArray ); +if !_fdcda {_fca .Log .Error ("B\u006fu\u006e\u0064\u0073\u0020\u006e\u006f\u0074\u0020s\u0070\u0065\u0063\u0069fi\u0065\u0064");return nil ,_cdf .New ("\u0072\u0065q\u0075\u0069\u0072\u0065d\u0020\u0061t\u0074\u0072\u0069\u0062\u0075\u0074\u0065\u0020m\u0069\u0073\u0073\u0069\u006e\u0067\u0020\u006f\u0072\u0020\u0069\u006ev\u0061\u006c\u0069\u0064"); +};_gdeefe ,_efffd :=_bdabc .ToFloat64Array ();if _efffd !=nil {return nil ,_efffd ;};_beabc .Bounds =_gdeefe ;if len (_beabc .Bounds )!=len (_beabc .Functions )-1{_fca .Log .Error ("B\u006f\u0075\u006e\u0064\u0073\u0020\u0028\u0025\u0064)\u0020\u0061\u006e\u0064\u0020\u006e\u0075m \u0066\u0075\u006e\u0063t\u0069\u006f\u006e\u0073\u0020\u0028\u0025\u0064\u0029 n\u006f\u0074 \u006d\u0061\u0074\u0063\u0068\u0069\u006e\u0067",len (_beabc .Bounds ),len (_beabc .Functions )); +return nil ,_cdf .New ("r\u0061\u006e\u0067\u0065\u0020\u0063\u0068\u0065\u0063\u006b");};_bdabc ,_fdcda =_cee .TraceToDirectObject (_defb .Get ("\u0045\u006e\u0063\u006f\u0064\u0065")).(*_cee .PdfObjectArray );if !_fdcda {_fca .Log .Error ("E\u006ec\u006f\u0064\u0065\u0020\u006e\u006f\u0074\u0020s\u0070\u0065\u0063\u0069fi\u0065\u0064"); +return nil ,_cdf .New ("\u0072\u0065q\u0075\u0069\u0072\u0065d\u0020\u0061t\u0074\u0072\u0069\u0062\u0075\u0074\u0065\u0020m\u0069\u0073\u0073\u0069\u006e\u0067\u0020\u006f\u0072\u0020\u0069\u006ev\u0061\u006c\u0069\u0064");};_bbggb ,_efffd :=_bdabc .ToFloat64Array (); +if _efffd !=nil {return nil ,_efffd ;};_beabc .Encode =_bbggb ;if len (_beabc .Encode )!=2*len (_beabc .Functions ){_fca .Log .Error ("\u004c\u0065\u006e\u0020\u0065\u006e\u0063\u006f\u0064\u0065\u0020\u0028\u0025\u0064\u0029 \u0061\u006e\u0064\u0020\u006e\u0075\u006d\u0020\u0066\u0075\u006e\u0063\u0074i\u006f\u006e\u0073\u0020\u0028\u0025\u0064\u0029\u0020\u006e\u006f\u0074 m\u0061\u0074\u0063\u0068\u0069\u006e\u0067\u0020\u0075\u0070",len (_beabc .Encode ),len (_beabc .Functions )); +return nil ,_cdf .New ("r\u0061\u006e\u0067\u0065\u0020\u0063\u0068\u0065\u0063\u006b");};return _beabc ,nil ;}; -// SetName sets the `Name` field of the signature. -func (_gdccd *PdfSignature )SetName (name string ){_gdccd .Name =_eb .MakeEncodedString (name ,true )};func (_babag *PdfReader )newPdfActionSoundFromDict (_gff *_eb .PdfObjectDictionary )(*PdfActionSound ,error ){return &PdfActionSound {Sound :_gff .Get ("\u0053\u006f\u0075n\u0064"),Volume :_gff .Get ("\u0056\u006f\u006c\u0075\u006d\u0065"),Synchronous :_gff .Get ("S\u0079\u006e\u0063\u0068\u0072\u006f\u006e\u006f\u0075\u0073"),Repeat :_gff .Get ("\u0052\u0065\u0070\u0065\u0061\u0074"),Mix :_gff .Get ("\u004d\u0069\u0078")},nil ; -};func (_agdbd *PdfColorspaceICCBased )String ()string {return "\u0049\u0043\u0043\u0042\u0061\u0073\u0065\u0064";}; +// GetCerts returns the signature certificate chain. +func (_gadec *PdfSignature )GetCerts ()([]*_dfd .Certificate ,error ){var _facdgb []func ()([]*_dfd .Certificate ,error );switch _dggag ,_ :=_cee .GetNameVal (_gadec .SubFilter );_dggag {case "\u0061\u0064\u0062\u0065.p\u006b\u0063\u0073\u0037\u002e\u0064\u0065\u0074\u0061\u0063\u0068\u0065\u0064","\u0045\u0054\u0053\u0049.C\u0041\u0064\u0045\u0053\u002e\u0064\u0065\u0074\u0061\u0063\u0068\u0065\u0064":_facdgb =append (_facdgb ,_gadec .extractChainFromPKCS7 ,_gadec .extractChainFromCert ); +case "\u0061d\u0062e\u002e\u0078\u0035\u0030\u0039.\u0072\u0073a\u005f\u0073\u0068\u0061\u0031":_facdgb =append (_facdgb ,_gadec .extractChainFromCert );case "\u0045\u0054\u0053I\u002e\u0052\u0046\u0043\u0033\u0031\u0036\u0031":_facdgb =append (_facdgb ,_gadec .extractChainFromPKCS7 ); +default:return nil ,_e .Errorf ("\u0075n\u0073\u0075\u0070\u0070o\u0072\u0074\u0065\u0064\u0020S\u0075b\u0046i\u006c\u0074\u0065\u0072\u003a\u0020\u0025s",_dggag );};for _ ,_cgddb :=range _facdgb {_dcacf ,_fcecg :=_cgddb ();if _fcecg !=nil {return nil ,_fcecg ; +};if len (_dcacf )> 0{return _dcacf ,nil ;};};return nil ,ErrSignNoCertificates ;};func (_ffge *PdfAppender )replaceObject (_edgb ,_dbc _cee .PdfObject ){switch _fbdg :=_edgb .(type ){case *_cee .PdfIndirectObject :_ffge ._edae [_dbc ]=_fbdg .ObjectNumber ; +case *_cee .PdfObjectStream :_ffge ._edae [_dbc ]=_fbdg .ObjectNumber ;};};func (_gfedd *PdfWriter )checkPendingObjects (){for _eacca ,_cagac :=range _gfedd ._fgadee {if !_gfedd .hasObject (_eacca ){_fca .Log .Debug ("\u0057\u0041\u0052\u004e\u0020\u0050\u0065n\u0064\u0069\u006eg\u0020\u006f\u0062j\u0065\u0063t\u0020\u0025\u002b\u0076\u0020\u0025T\u0020(%\u0070\u0029\u0020\u006e\u0065\u0076\u0065\u0072\u0020\u0061\u0064\u0064\u0065\u0064\u0020\u0066\u006f\u0072\u0020\u0077\u0072\u0069\u0074\u0069\u006e\u0067",_eacca ,_eacca ,_eacca ); +for _ ,_feedbc :=range _cagac {for _ ,_eeeda :=range _feedbc .Keys (){_cdeaf :=_feedbc .Get (_eeeda );if _cdeaf ==_eacca {_fca .Log .Debug ("\u0050e\u006e\u0064i\u006e\u0067\u0020\u006fb\u006a\u0065\u0063t\u0020\u0066\u006f\u0075\u006e\u0064\u0021\u0020\u0061nd\u0020\u0072\u0065p\u006c\u0061c\u0065\u0064\u0020\u0077\u0069\u0074h\u0020\u006eu\u006c\u006c"); +_feedbc .Set (_eeeda ,_cee .MakeNull ());break ;};};};};};}; -// PdfActionURI represents an URI action. -type PdfActionURI struct{*PdfAction ;URI _eb .PdfObject ;IsMap _eb .PdfObject ;}; +// ColorFromPdfObjects returns a new PdfColor based on the input slice of color +// components. The slice should contain three PdfObjectFloat elements representing +// the L, A and B components of the color. +func (_gdga *PdfColorspaceLab )ColorFromPdfObjects (objects []_cee .PdfObject )(PdfColor ,error ){if len (objects )!=3{return nil ,_cdf .New ("r\u0061\u006e\u0067\u0065\u0020\u0063\u0068\u0065\u0063\u006b");};_babce ,_eced :=_cee .GetNumbersAsFloat (objects ); +if _eced !=nil {return nil ,_eced ;};return _gdga .ColorFromFloats (_babce );}; -// SetPdfProducer sets the Producer attribute of the output PDF. -func SetPdfProducer (producer string ){_dfbafc .Lock ();defer _dfbafc .Unlock ();_ccgde =producer }; +// ToPdfObject implements interface PdfModel. +func (_abec *PdfAnnotationCircle )ToPdfObject ()_cee .PdfObject {_abec .PdfAnnotation .ToPdfObject ();_bfeg :=_abec ._eddc ;_abagd :=_bfeg .PdfObject .(*_cee .PdfObjectDictionary );_abec .PdfAnnotationMarkup .appendToPdfDictionary (_abagd );_abagd .SetIfNotNil ("\u0053u\u0062\u0074\u0079\u0070\u0065",_cee .MakeName ("\u0043\u0069\u0072\u0063\u006c\u0065")); +_abagd .SetIfNotNil ("\u0042\u0053",_abec .BS );_abagd .SetIfNotNil ("\u0049\u0043",_abec .IC );_abagd .SetIfNotNil ("\u0042\u0045",_abec .BE );_abagd .SetIfNotNil ("\u0052\u0044",_abec .RD );return _bfeg ;}; -// PdfFontDescriptor specifies metrics and other attributes of a font and can refer to a FontFile -// for embedded fonts. -// 9.8 Font Descriptors (page 281) -type PdfFontDescriptor struct{FontName _eb .PdfObject ;FontFamily _eb .PdfObject ;FontStretch _eb .PdfObject ;FontWeight _eb .PdfObject ;Flags _eb .PdfObject ;FontBBox _eb .PdfObject ;ItalicAngle _eb .PdfObject ;Ascent _eb .PdfObject ;Descent _eb .PdfObject ; -Leading _eb .PdfObject ;CapHeight _eb .PdfObject ;XHeight _eb .PdfObject ;StemV _eb .PdfObject ;StemH _eb .PdfObject ;AvgWidth _eb .PdfObject ;MaxWidth _eb .PdfObject ;MissingWidth _eb .PdfObject ;FontFile _eb .PdfObject ;FontFile2 _eb .PdfObject ;FontFile3 _eb .PdfObject ; -CharSet _eb .PdfObject ;_eeda int ;_acaad float64 ;*fontFile ;_bebgd *_fg .TtfType ; +// DecodeArray returns the range of color component values in DeviceCMYK colorspace. +func (_dfga *PdfColorspaceDeviceCMYK )DecodeArray ()[]float64 {return []float64 {0.0,1.0,0.0,1.0,0.0,1.0,0.0,1.0};};func (_bfbbac *PdfPattern )getDict ()*_cee .PdfObjectDictionary {if _bddfc ,_befcc :=_bfbbac ._bgabc .(*_cee .PdfIndirectObject );_befcc {_eaeac ,_ffagc :=_bddfc .PdfObject .(*_cee .PdfObjectDictionary ); +if !_ffagc {return nil ;};return _eaeac ;}else if _fbdcee ,_dbgde :=_bfbbac ._bgabc .(*_cee .PdfObjectStream );_dbgde {return _fbdcee .PdfObjectDictionary ;}else {_fca .Log .Debug ("\u0054r\u0079\u0069\u006e\u0067\u0020\u0074\u006f a\u0063\u0063\u0065\u0073\u0073\u0020\u0070\u0061\u0074\u0074\u0065\u0072\u006e\u0020d\u0069\u0063t\u0069\u006f\u006ea\u0072\u0079\u0020\u006f\u0066\u0020\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u006f\u0062j\u0065\u0063t \u0074\u0079\u0070e\u0020\u0028\u0025\u0054\u0029",_bfbbac ._bgabc ); +return nil ;};}; -// Additional entries for CIDFonts -Style _eb .PdfObject ;Lang _eb .PdfObject ;FD _eb .PdfObject ;CIDSet _eb .PdfObject ;_fdea *_eb .PdfIndirectObject ;}; +// SetPickTrayByPDFSize sets the value of the pickTrayByPDFSize flag. +func (_aedgd *ViewerPreferences )SetPickTrayByPDFSize (pickTrayByPDFSize bool ){_aedgd ._bdfed =&pickTrayByPDFSize ;}; -// Encoder iterates through the list of fonts and returns a working encoder -func (_abdbe *MultipleFontEncoder )Encoder (rn rune )(_fc .TextEncoder ,bool ){_gcgac :=_abdbe .CurrentFont ;_cbgbf :=_gcgac .Encoder ();_ ,_ddede :=_cbgbf .RuneToCharcode (rn );for _affge :=1;_affge < len (_abdbe ._fcgbc )&&!_ddede ;_affge ++{_gcgac =_abdbe ._fcgbc [_affge ]; -_cbgbf =_gcgac .Encoder ();_ ,_ddede =_cbgbf .RuneToCharcode (rn );_abdbe .CurrentFont =_gcgac ;};return _cbgbf ,_ddede ;}; +// SetMCID sets the MCID for the KValue. +func (_acecdc *KValue )SetMCID (mcid int ){_acecdc .Clear ();_acecdc ._dfcf =&mcid };var _ggfcf =map[string ]string {"\u0053\u0079\u006d\u0062\u006f\u006c":"\u0053\u0079\u006d\u0062\u006f\u006c\u0045\u006e\u0063o\u0064\u0069\u006e\u0067","\u005a\u0061\u0070f\u0044\u0069\u006e\u0067\u0062\u0061\u0074\u0073":"Z\u0061p\u0066\u0044\u0069\u006e\u0067\u0062\u0061\u0074s\u0045\u006e\u0063\u006fdi\u006e\u0067"}; -// SetHideWindowUI sets the value of the hideWindowUI flag. -func (_fcdac *ViewerPreferences )SetHideWindowUI (hideWindowUI bool ){_fcdac ._fcebae =&hideWindowUI }; -// PdfFieldSignature signature field represents digital signatures and optional data for authenticating -// the name of the signer and verifying document contents. -type PdfFieldSignature struct{*PdfField ;*PdfAnnotationWidget ;V *PdfSignature ;Lock *_eb .PdfIndirectObject ;SV *_eb .PdfIndirectObject ;}; +// ToPdfObject returns the PDF representation of the shading dictionary. +func (_gcae *PdfShadingType2 )ToPdfObject ()_cee .PdfObject {_gcae .PdfShading .ToPdfObject ();_bbfdge ,_fceeb :=_gcae .getShadingDict ();if _fceeb !=nil {_fca .Log .Error ("\u0055\u006ea\u0062\u006c\u0065\u0020\u0074\u006f\u0020\u0061\u0063\u0063\u0065\u0073\u0073\u0020\u0073\u0068\u0061\u0064\u0069\u006e\u0067\u0020di\u0063\u0074"); +return nil ;};if _bbfdge ==nil {_fca .Log .Error ("\u0053\u0068\u0061\u0064in\u0067\u0020\u0064\u0069\u0063\u0074\u0020\u0069\u0073\u0020\u006e\u0069\u006c");return nil ;};if _gcae .Coords !=nil {_bbfdge .Set ("\u0043\u006f\u006f\u0072\u0064\u0073",_gcae .Coords ); +};if _gcae .Domain !=nil {_bbfdge .Set ("\u0044\u006f\u006d\u0061\u0069\u006e",_gcae .Domain );};if _gcae .Function !=nil {if len (_gcae .Function )==1{_bbfdge .Set ("\u0046\u0075\u006e\u0063\u0074\u0069\u006f\u006e",_gcae .Function [0].ToPdfObject ()); +}else {_dccgg :=_cee .MakeArray ();for _ ,_cffd :=range _gcae .Function {_dccgg .Append (_cffd .ToPdfObject ());};_bbfdge .Set ("\u0046\u0075\u006e\u0063\u0074\u0069\u006f\u006e",_dccgg );};};if _gcae .Extend !=nil {_bbfdge .Set ("\u0045\u0078\u0074\u0065\u006e\u0064",_gcae .Extend ); +};return _gcae ._dfgbe ;};func _caaf (_ecdgb map[_ce .GID ]int ,_dfgc uint16 )*_cee .PdfObjectArray {_aaee :=&_cee .PdfObjectArray {};_fffbf :=_ce .GID (_dfgc );for _gfggc :=_ce .GID (0);_gfggc < _fffbf ;{_fcbb ,_bbbg :=_ecdgb [_gfggc ];if !_bbbg {_gfggc ++; +continue ;};_gfcf :=_gfggc ;for _gbfc :=_gfcf +1;_gbfc < _fffbf ;_gbfc ++{if _cbbf ,_ffeeg :=_ecdgb [_gbfc ];!_ffeeg ||_fcbb !=_cbbf {break ;};_gfcf =_gbfc ;};_aaee .Append (_cee .MakeInteger (int64 (_gfggc )));_aaee .Append (_cee .MakeInteger (int64 (_gfcf ))); +_aaee .Append (_cee .MakeInteger (int64 (_fcbb )));_gfggc =_gfcf +1;};return _aaee ;}; -// SetPdfKeywords sets the Keywords attribute of the output PDF. -func SetPdfKeywords (keywords string ){_dfbafc .Lock ();defer _dfbafc .Unlock ();_addbb =keywords };func (_fgdde *PdfReader )loadAnnotations (_fbbee _eb .PdfObject )([]*PdfAnnotation ,error ){_ebdd ,_eaedbe :=_eb .GetArray (_fbbee );if !_eaedbe {return nil ,_e .Errorf ("\u0041\u006e\u006e\u006fts\u0020\u006e\u006f\u0074\u0020\u0061\u006e\u0020\u0061\u0072\u0072\u0061\u0079"); -};var _faafa []*PdfAnnotation ;for _ ,_dfefd :=range _ebdd .Elements (){_dfefd =_eb .ResolveReference (_dfefd );if _ ,_gdfcf :=_dfefd .(*_eb .PdfObjectNull );_gdfcf {continue ;};_aaee ,_decbd :=_dfefd .(*_eb .PdfObjectDictionary );_eaggaf ,_bege :=_dfefd .(*_eb .PdfIndirectObject ); -if _decbd {_eaggaf =&_eb .PdfIndirectObject {};_eaggaf .PdfObject =_aaee ;}else {if !_bege {return nil ,_e .Errorf ("\u0061\u006eno\u0074\u0061\u0074i\u006f\u006e\u0020\u006eot \u0069n \u0061\u006e\u0020\u0069\u006e\u0064\u0069re\u0063\u0074\u0020\u006f\u0062\u006a\u0065c\u0074"); -};};_gfeag ,_acgbe :=_fgdde .newPdfAnnotationFromIndirectObject (_eaggaf );if _acgbe !=nil {return nil ,_acgbe ;};switch _bcae :=_gfeag .GetContext ().(type ){case *PdfAnnotationWidget :for _ ,_dfagd :=range _fgdde .AcroForm .AllFields (){if _dfagd ._adgda ==_bcae .Parent {_bcae ._bca =_dfagd ; -break ;};};};if _gfeag !=nil {_faafa =append (_faafa ,_gfeag );};};return _faafa ,nil ;}; +// ValidateSignatures validates digital signatures in the document. +func (_dgbgb *PdfReader )ValidateSignatures (handlers []SignatureHandler )([]SignatureValidationResult ,error ){if _dgbgb .AcroForm ==nil {return nil ,nil ;};if _dgbgb .AcroForm .Fields ==nil {return nil ,nil ;};type sigFieldPair struct{_ebac *PdfSignature ; +_gefb *PdfField ;_fcdde SignatureHandler ;};var _bdabb []*sigFieldPair ;for _ ,_fdfg :=range _dgbgb .AcroForm .AllFields (){if _fdfg .V ==nil {continue ;};if _geefb ,_cdbdg :=_cee .GetDict (_fdfg .V );_cdbdg {if _adcac ,_cdcfc :=_cee .GetNameVal (_geefb .Get ("\u0054\u0079\u0070\u0065")); +_cdcfc &&(_adcac =="\u0053\u0069\u0067"||_adcac =="\u0044\u006f\u0063T\u0069\u006d\u0065\u0053\u0074\u0061\u006d\u0070"){_ccabg ,_ccdfg :=_cee .GetIndirect (_fdfg .V );if !_ccdfg {_fca .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a \u0053\u0069\u0067\u006e\u0061\u0074\u0075\u0072\u0065\u0020\u0063\u006f\u006et\u0061\u0069\u006e\u0065\u0072\u0020\u0069s\u0020\u006e\u0069\u006c"); +return nil ,ErrTypeCheck ;};_ddece ,_dcgde :=_dgbgb .newPdfSignatureFromIndirect (_ccabg );if _dcgde !=nil {return nil ,_dcgde ;};var _dbgea SignatureHandler ;for _ ,_adecf :=range handlers {if _adecf .IsApplicable (_ddece ){_dbgea =_adecf ;break ;};}; +_bdabb =append (_bdabb ,&sigFieldPair {_ebac :_ddece ,_gefb :_fdfg ,_fcdde :_dbgea });};};};var _aafdd []SignatureValidationResult ;for _ ,_fdgfd :=range _bdabb {_cfabd :=SignatureValidationResult {IsSigned :true ,Fields :[]*PdfField {_fdgfd ._gefb }}; +if _fdgfd ._fcdde ==nil {_cfabd .Errors =append (_cfabd .Errors ,"\u0068a\u006ed\u006c\u0065\u0072\u0020\u006e\u006f\u0074\u0020\u0073\u0065\u0074");_aafdd =append (_aafdd ,_cfabd );continue ;};_gabgb ,_bacc :=_fdgfd ._fcdde .NewDigest (_fdgfd ._ebac ); +if _bacc !=nil {_cfabd .Errors =append (_cfabd .Errors ,"\u0064\u0069\u0067e\u0073\u0074\u0020\u0065\u0072\u0072\u006f\u0072",_bacc .Error ());_aafdd =append (_aafdd ,_cfabd );continue ;};_gdebf :=_fdgfd ._ebac .ByteRange ;if _gdebf ==nil {_cfabd .Errors =append (_cfabd .Errors ,"\u0042\u0079\u0074\u0065\u0052\u0061\u006e\u0067\u0065\u0020\u006e\u006ft\u0020\u0073\u0065\u0074"); +_aafdd =append (_aafdd ,_cfabd );continue ;};for _dbbeb :=0;_dbbeb < _gdebf .Len ();_dbbeb =_dbbeb +2{_gedaf ,_ :=_cee .GetNumberAsInt64 (_gdebf .Get (_dbbeb ));_afgff ,_ :=_cee .GetIntVal (_gdebf .Get (_dbbeb +1));if _ ,_ffgfb :=_dgbgb ._cadbb .Seek (_gedaf ,_fc .SeekStart ); +_ffgfb !=nil {return nil ,_ffgfb ;};_ffcec :=make ([]byte ,_afgff );if _ ,_debda :=_dgbgb ._cadbb .Read (_ffcec );_debda !=nil {return nil ,_debda ;};_gabgb .Write (_ffcec );};var _edgfb SignatureValidationResult ;if _cdce ,_cdgd :=_fdgfd ._fcdde .(SignatureHandlerDocMDP ); +_cdgd {_edgfb ,_bacc =_cdce .ValidateWithOpts (_fdgfd ._ebac ,_gabgb ,SignatureHandlerDocMDPParams {Parser :_dgbgb ._ffdgf });}else {_edgfb ,_bacc =_fdgfd ._fcdde .Validate (_fdgfd ._ebac ,_gabgb );};if _bacc !=nil {_fca .Log .Debug ("E\u0052\u0052\u004f\u0052: \u0025v\u0020\u0028\u0025\u0054\u0029 \u002d\u0020\u0073\u006b\u0069\u0070",_bacc ,_fdgfd ._fcdde ); +_edgfb .Errors =append (_edgfb .Errors ,_bacc .Error ());};_edgfb .Name =_fdgfd ._ebac .Name .Decoded ();_edgfb .Reason =_fdgfd ._ebac .Reason .Decoded ();if _fdgfd ._ebac .M !=nil {_ccfbg ,_gadff :=NewPdfDate (_fdgfd ._ebac .M .String ());if _gadff !=nil {_fca .Log .Debug ("\u0045R\u0052\u004f\u0052\u003a\u0020\u0025v",_gadff ); +_edgfb .Errors =append (_edgfb .Errors ,_gadff .Error ());continue ;};_edgfb .Date =_ccfbg ;};_edgfb .ContactInfo =_fdgfd ._ebac .ContactInfo .Decoded ();_edgfb .Location =_fdgfd ._ebac .Location .Decoded ();_edgfb .Fields =_cfabd .Fields ;_aafdd =append (_aafdd ,_edgfb ); +};return _aafdd ,nil ;}; -// IsDisplayDocTitle returns the value of the displayDocTitle flag. -func (_abgef *ViewerPreferences )IsDisplayDocTitle ()bool {if _abgef ._bgdge ==nil {return false ;};return *_abgef ._bgdge ;}; +// NewCustomPdfOutputIntent creates a new custom PdfOutputIntent. +func NewCustomPdfOutputIntent (outputCondition ,outputConditionIdentifier ,info string ,destOutputProfile []byte ,colorComponents int )*PdfOutputIntent {return &PdfOutputIntent {Type :"\u004f\u0075\u0074p\u0075\u0074\u0049\u006e\u0074\u0065\u006e\u0074",OutputCondition :outputCondition ,OutputConditionIdentifier :outputConditionIdentifier ,Info :info ,DestOutputProfile :destOutputProfile ,_eebee :_cee .MakeDict (),ColorComponents :colorComponents }; +}; -// ToPdfObject returns colorspace in a PDF object format [name dictionary] -func (_agdb *PdfColorspaceLab )ToPdfObject ()_eb .PdfObject {_fgcb :=_eb .MakeArray ();_fgcb .Append (_eb .MakeName ("\u004c\u0061\u0062"));_ccac :=_eb .MakeDict ();if _agdb .WhitePoint !=nil {_gdcfb :=_eb .MakeArray (_eb .MakeFloat (_agdb .WhitePoint [0]),_eb .MakeFloat (_agdb .WhitePoint [1]),_eb .MakeFloat (_agdb .WhitePoint [2])); -_ccac .Set ("\u0057\u0068\u0069\u0074\u0065\u0050\u006f\u0069\u006e\u0074",_gdcfb );}else {_ddb .Log .Error ("\u004c\u0061\u0062: \u004d\u0069\u0073\u0073\u0069\u006e\u0067\u0020\u0057h\u0069t\u0065P\u006fi\u006e\u0074\u0020\u0028\u0052\u0065\u0071\u0075\u0069\u0072\u0065\u0064\u0029"); -};if _agdb .BlackPoint !=nil {_fgdb :=_eb .MakeArray (_eb .MakeFloat (_agdb .BlackPoint [0]),_eb .MakeFloat (_agdb .BlackPoint [1]),_eb .MakeFloat (_agdb .BlackPoint [2]));_ccac .Set ("\u0042\u006c\u0061\u0063\u006b\u0050\u006f\u0069\u006e\u0074",_fgdb ); -};if _agdb .Range !=nil {_aedba :=_eb .MakeArray (_eb .MakeFloat (_agdb .Range [0]),_eb .MakeFloat (_agdb .Range [1]),_eb .MakeFloat (_agdb .Range [2]),_eb .MakeFloat (_agdb .Range [3]));_ccac .Set ("\u0052\u0061\u006eg\u0065",_aedba );};_fgcb .Append (_ccac ); -if _agdb ._cbag !=nil {_agdb ._cbag .PdfObject =_fgcb ;return _agdb ._cbag ;};return _fgcb ;};func _facfg (_gegce *_eb .PdfObjectDictionary )(*PdfShadingType7 ,error ){_febdg :=PdfShadingType7 {};_cafef :=_gegce .Get ("\u0042\u0069\u0074\u0073\u0050\u0065\u0072\u0043\u006f\u006f\u0072\u0064i\u006e\u0061\u0074\u0065"); -if _cafef ==nil {_ddb .Log .Debug ("\u0052e\u0071\u0075i\u0072\u0065\u0064 \u0061\u0074\u0074\u0072\u0069\u0062\u0075t\u0065\u0020\u006d\u0069\u0073\u0073i\u006e\u0067\u003a\u0020\u0042\u0069\u0074\u0073\u0050\u0065\u0072C\u006f\u006f\u0072\u0064\u0069\u006e\u0061\u0074\u0065"); -return nil ,ErrRequiredAttributeMissing ;};_dbbbb ,_gbbebb :=_cafef .(*_eb .PdfObjectInteger );if !_gbbebb {_ddb .Log .Debug ("\u0042\u0069\u0074\u0073\u0050e\u0072\u0043\u006f\u006f\u0072\u0064\u0069\u006e\u0061\u0074\u0065\u0020\u006eo\u0074\u0020\u0061\u006e\u0020\u0069\u006e\u0074\u0065\u0067\u0065\u0072\u0020\u0028\u0067\u006f\u0074\u0020\u0025\u0054\u0029",_cafef ); -return nil ,_eb .ErrTypeError ;};_febdg .BitsPerCoordinate =_dbbbb ;_cafef =_gegce .Get ("\u0042\u0069t\u0073\u0050\u0065r\u0043\u006f\u006d\u0070\u006f\u006e\u0065\u006e\u0074");if _cafef ==nil {_ddb .Log .Debug ("\u0052e\u0071\u0075i\u0072\u0065\u0064\u0020a\u0074\u0074\u0072i\u0062\u0075\u0074\u0065\u0020\u006d\u0069\u0073\u0073in\u0067\u003a\u0020B\u0069\u0074s\u0050\u0065\u0072\u0043\u006f\u006dp\u006f\u006ee\u006e\u0074"); -return nil ,ErrRequiredAttributeMissing ;};_dbbbb ,_gbbebb =_cafef .(*_eb .PdfObjectInteger );if !_gbbebb {_ddb .Log .Debug ("B\u0069\u0074\u0073\u0050\u0065\u0072\u0043\u006f\u006d\u0070\u006f\u006e\u0065\u006e\u0074\u0020\u006e\u006ft\u0020\u0061\u006e\u0020\u0069\u006e\u0074\u0065\u0067\u0065r \u0028\u0067\u006ft\u0020%\u0054\u0029",_cafef ); -return nil ,_eb .ErrTypeError ;};_febdg .BitsPerComponent =_dbbbb ;_cafef =_gegce .Get ("B\u0069\u0074\u0073\u0050\u0065\u0072\u0046\u006c\u0061\u0067");if _cafef ==nil {_ddb .Log .Debug ("\u0052\u0065\u0071\u0075\u0069\u0072\u0065\u0064\u0020\u0061\u0074\u0074\u0072i\u0062\u0075\u0074\u0065\u0020\u006di\u0073\u0073\u0069\u006e\u0067\u003a\u0020\u0042\u0069\u0074\u0073\u0050\u0065r\u0046\u006c\u0061\u0067"); -return nil ,ErrRequiredAttributeMissing ;};_dbbbb ,_gbbebb =_cafef .(*_eb .PdfObjectInteger );if !_gbbebb {_ddb .Log .Debug ("B\u0069\u0074\u0073\u0050\u0065\u0072F\u006c\u0061\u0067\u0020\u006e\u006ft\u0020\u0061\u006e\u0020\u0069\u006e\u0074e\u0067\u0065\u0072\u0020\u0028\u0067\u006f\u0074\u0020\u0025T\u0029",_cafef ); -return nil ,_eb .ErrTypeError ;};_febdg .BitsPerComponent =_dbbbb ;_cafef =_gegce .Get ("\u0044\u0065\u0063\u006f\u0064\u0065");if _cafef ==nil {_ddb .Log .Debug ("\u0052\u0065\u0071ui\u0072\u0065\u0064\u0020\u0061\u0074\u0074\u0072\u0069b\u0075t\u0065 \u006di\u0073\u0073\u0069\u006e\u0067\u003a\u0020\u0044\u0065\u0063\u006f\u0064\u0065"); -return nil ,ErrRequiredAttributeMissing ;};_abaae ,_gbbebb :=_cafef .(*_eb .PdfObjectArray );if !_gbbebb {_ddb .Log .Debug ("\u0044\u0065\u0063\u006fd\u0065\u0020\u006e\u006f\u0074\u0020\u0061\u006e\u0020\u0061r\u0072a\u0079\u0020\u0028\u0067\u006f\u0074\u0020%\u0054\u0029",_cafef ); -return nil ,_eb .ErrTypeError ;};_febdg .Decode =_abaae ;if _bgcbc :=_gegce .Get ("\u0046\u0075\u006e\u0063\u0074\u0069\u006f\u006e");_bgcbc !=nil {_febdg .Function =[]PdfFunction {};if _gcabg ,_fdcba :=_bgcbc .(*_eb .PdfObjectArray );_fdcba {for _ ,_ebffc :=range _gcabg .Elements (){_cccc ,_faac :=_cccfa (_ebffc ); -if _faac !=nil {_ddb .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0070\u0061\u0072\u0073\u0069n\u0067\u0020\u0066\u0075\u006e\u0063\u0074\u0069\u006f\u006e:\u0020\u0025\u0076",_faac );return nil ,_faac ;};_febdg .Function =append (_febdg .Function ,_cccc ); -};}else {_fbbcg ,_cdcfe :=_cccfa (_bgcbc );if _cdcfe !=nil {_ddb .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0070\u0061\u0072\u0073\u0069n\u0067\u0020\u0066\u0075\u006e\u0063\u0074\u0069\u006f\u006e:\u0020\u0025\u0076",_cdcfe );return nil ,_cdcfe ; -};_febdg .Function =append (_febdg .Function ,_fbbcg );};};return &_febdg ,nil ;};func (_cffged *PdfWriter )copyObject (_adeea _eb .PdfObject ,_bdgbc map[_eb .PdfObject ]_eb .PdfObject ,_cfefe map[_eb .PdfObject ]struct{},_dcfgc bool )_eb .PdfObject {_afdf :=!_cffged ._caed &&_cfefe !=nil ; -if _fbdbdg ,_cddd :=_bdgbc [_adeea ];_cddd {if _afdf &&!_dcfgc {delete (_cfefe ,_adeea );};return _fbdbdg ;};if _adeea ==nil {_fdbfa :=_eb .MakeNull ();return _fdbfa ;};_cccef :=_adeea ;switch _cffbc :=_adeea .(type ){case *_eb .PdfObjectArray :_gacag :=_eb .MakeArray (); -_cccef =_gacag ;_bdgbc [_adeea ]=_cccef ;for _ ,_gbbea :=range _cffbc .Elements (){_gacag .Append (_cffged .copyObject (_gbbea ,_bdgbc ,_cfefe ,_dcfgc ));};case *_eb .PdfObjectStreams :_fgbae :=&_eb .PdfObjectStreams {PdfObjectReference :_cffbc .PdfObjectReference }; -_cccef =_fgbae ;_bdgbc [_adeea ]=_cccef ;for _ ,_cegf :=range _cffbc .Elements (){_fgbae .Append (_cffged .copyObject (_cegf ,_bdgbc ,_cfefe ,_dcfgc ));};case *_eb .PdfObjectStream :_dbeeca :=&_eb .PdfObjectStream {Stream :_cffbc .Stream ,PdfObjectReference :_cffbc .PdfObjectReference ,Lazy :_cffbc .Lazy ,TempFile :_cffbc .TempFile }; -_cccef =_dbeeca ;_bdgbc [_adeea ]=_cccef ;_dbeeca .PdfObjectDictionary =_cffged .copyObject (_cffbc .PdfObjectDictionary ,_bdgbc ,_cfefe ,_dcfgc ).(*_eb .PdfObjectDictionary );case *_eb .PdfObjectDictionary :var _dfbbb bool ;if _afdf &&!_dcfgc {if _acaga ,_ :=_eb .GetNameVal (_cffbc .Get ("\u0054\u0079\u0070\u0065")); -_acaga =="\u0050\u0061\u0067\u0065"{_ ,_ffcec :=_cffged ._gbgc [_cffbc ];_dcfgc =!_ffcec ;_dfbbb =_dcfgc ;};};_dggf :=_eb .MakeDict ();_cccef =_dggf ;_bdgbc [_adeea ]=_cccef ;for _ ,_gbbab :=range _cffbc .Keys (){_dggf .Set (_gbbab ,_cffged .copyObject (_cffbc .Get (_gbbab ),_bdgbc ,_cfefe ,_dcfgc )); -};if _dfbbb {_cccef =_eb .MakeNull ();_dcfgc =false ;};case *_eb .PdfIndirectObject :_aedccc :=&_eb .PdfIndirectObject {PdfObjectReference :_cffbc .PdfObjectReference };_cccef =_aedccc ;_bdgbc [_adeea ]=_cccef ;_aedccc .PdfObject =_cffged .copyObject (_cffbc .PdfObject ,_bdgbc ,_cfefe ,_dcfgc ); -case *_eb .PdfObjectString :_bdgfc :=*_cffbc ;_cccef =&_bdgfc ;_bdgbc [_adeea ]=_cccef ;case *_eb .PdfObjectName :_eagae :=*_cffbc ;_cccef =&_eagae ;_bdgbc [_adeea ]=_cccef ;case *_eb .PdfObjectNull :_cccef =_eb .MakeNull ();_bdgbc [_adeea ]=_cccef ;case *_eb .PdfObjectInteger :_gefbg :=*_cffbc ; -_cccef =&_gefbg ;_bdgbc [_adeea ]=_cccef ;case *_eb .PdfObjectReference :_gcfgb :=*_cffbc ;_cccef =&_gcfgb ;_bdgbc [_adeea ]=_cccef ;case *_eb .PdfObjectFloat :_ebcffd :=*_cffbc ;_cccef =&_ebcffd ;_bdgbc [_adeea ]=_cccef ;case *_eb .PdfObjectBool :_aadgd :=*_cffbc ; -_cccef =&_aadgd ;_bdgbc [_adeea ]=_cccef ;case *pdfSignDictionary :_dfcbg :=&pdfSignDictionary {PdfObjectDictionary :_eb .MakeDict (),_bfadg :_cffbc ._bfadg ,_abegc :_cffbc ._abegc };_cccef =_dfcbg ;_bdgbc [_adeea ]=_cccef ;for _ ,_cbcfae :=range _cffbc .Keys (){_dfcbg .Set (_cbcfae ,_cffged .copyObject (_cffbc .Get (_cbcfae ),_bdgbc ,_cfefe ,_dcfgc )); -};default:_ddb .Log .Info ("\u0054\u004f\u0044\u004f\u0028\u0061\u0035\u0069\u0029\u003a\u0020\u0069\u006dp\u006c\u0065\u006d\u0065\u006e\u0074 \u0063\u006f\u0070\u0079\u004f\u0062\u006a\u0065\u0063\u0074\u0020\u0066\u006fr\u0020\u0025\u002b\u0076",_adeea ); -};if _afdf &&_dcfgc {_cfefe [_adeea ]=struct{}{};};return _cccef ;}; +// ColorFromFloats returns a new PdfColor based on the input slice of color +// components. The slice should contain three elements representing the +// L (range 0-100), A (range -100-100) and B (range -100-100) components of +// the color. +func (_gfcc *PdfColorspaceLab )ColorFromFloats (vals []float64 )(PdfColor ,error ){if len (vals )!=3{return nil ,_cdf .New ("r\u0061\u006e\u0067\u0065\u0020\u0063\u0068\u0065\u0063\u006b");};_bfbc :=vals [0];if _bfbc < 0.0||_bfbc > 100.0{_fca .Log .Debug ("\u004c\u0020\u006f\u0075\u0074\u0020\u006f\u0066\u0020\u0072\u0061\u006e\u0067e\u0020\u0028\u0067\u006f\u0074\u0020%\u0076\u0020\u0073\u0068\u006f\u0075\u006c\u0064\u0020\u0062\u0065\u0020\u0030-\u0031\u0030\u0030\u0029",_bfbc ); +return nil ,ErrColorOutOfRange ;};_dgeg :=vals [1];_fgee :=float64 (-100);_bfag :=float64 (100);if len (_gfcc .Range )> 1{_fgee =_gfcc .Range [0];_bfag =_gfcc .Range [1];};if _dgeg < _fgee ||_dgeg > _bfag {_fca .Log .Debug ("\u0041\u0020\u006f\u0075\u0074\u0020\u006f\u0066\u0020\u0072\u0061\u006e\u0067e\u0020\u0028\u0067\u006f\u0074\u0020%\u0076\u003b\u0020\u0072\u0061\u006e\u0067\u0065\u0020\u0025\u0076\u0020\u0074o\u0020\u0025\u0076\u0029",_dgeg ,_fgee ,_bfag ); +return nil ,ErrColorOutOfRange ;};_gddf :=vals [2];_agge :=float64 (-100);_efbdg :=float64 (100);if len (_gfcc .Range )> 3{_agge =_gfcc .Range [2];_efbdg =_gfcc .Range [3];};if _gddf < _agge ||_gddf > _efbdg {_fca .Log .Debug ("\u0062\u0020\u006f\u0075\u0074\u0020\u006f\u0066\u0020\u0072\u0061\u006e\u0067e\u0020\u0028\u0067\u006f\u0074\u0020%\u0076\u003b\u0020\u0072\u0061\u006e\u0067\u0065\u0020\u0025\u0076\u0020\u0074o\u0020\u0025\u0076\u0029",_gddf ,_agge ,_efbdg ); +return nil ,ErrColorOutOfRange ;};_egffa :=NewPdfColorLab (_bfbc ,_dgeg ,_gddf );return _egffa ,nil ;}; -// DecodeArray returns the range of color component values in CalGray colorspace. -func (_gfac *PdfColorspaceCalGray )DecodeArray ()[]float64 {return []float64 {0.0,1.0}}; +// EnableAll LTV enables all signatures in the PDF document. +// The signing certificate chain is extracted from each signature dictionary. +// Optionally, additional certificates can be specified through the +// `extraCerts` parameter. The LTV client attempts to build the certificate +// chain up to a trusted root by downloading any missing certificates. +func (_cdagd *LTV )EnableAll (extraCerts []*_dfd .Certificate )error {_eadgb :=_cdagd ._gdggc ._ebdd .AcroForm ;for _ ,_gggfe :=range _eadgb .AllFields (){_fdfc ,_ :=_gggfe .GetContext ().(*PdfFieldSignature );if _fdfc ==nil {continue ;};_abedg :=_fdfc .V ; +if _edfed :=_cdagd .validateSig (_abedg );_edfed !=nil {_fca .Log .Debug ("\u0057\u0041\u0052N\u003a\u0020\u0053\u006b\u0069\u0070\u0070\u0069\u006e\u0067\u0020\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0073\u0069\u0067\u006e\u0061\u0074\u0075\u0072\u0065\u0020f\u0069\u0065\u006c\u0064\u003a\u0020\u0025\u0076",_edfed ); +};if _fbdae :=_cdagd .Enable (_abedg ,extraCerts );_fbdae !=nil {return _fbdae ;};};return nil ;};func (_aaegf *PdfReader )flattenFieldsWithOpts (_gcgf bool ,_dbcd FieldAppearanceGenerator ,_agcf *FieldFlattenOpts )error {if _agcf ==nil {_agcf =&FieldFlattenOpts {}; +};var _gccc bool ;_aebaf :=map[*PdfAnnotation ]bool {};{var _ebgaf []*PdfField ;_ecbde :=_aaegf .AcroForm ;if _ecbde !=nil {if _agcf .FilterFunc !=nil {_ebgaf =_ecbde .filteredFields (_agcf .FilterFunc ,true );_gccc =_ecbde .Fields !=nil &&len (*_ecbde .Fields )> 0; +}else {_ebgaf =_ecbde .AllFields ();};};for _ ,_bgeba :=range _ebgaf {if len (_bgeba .Annotations )< 1{_fca .Log .Debug ("\u004e\u006f\u0020\u0061\u006e\u006e\u006f\u0074\u0061\u0074\u0069\u006f\u006e\u0020\u0066\u006f\u0075\u006ed\u0020\u0066\u006f\u0072\u003a\u0020\u0025v\u002c\u0020\u006c\u006f\u006f\u006b\u0020\u0069\u006e\u0074\u006f \u004b\u0069\u0064\u0073\u0020\u004f\u0062\u006a\u0065\u0063\u0074",_bgeba .PartialName ()); +for _ebbed ,_cddec :=range _bgeba .Kids {for _ ,_bfbdf :=range _cddec .Annotations {_aebaf [_bfbdf .PdfAnnotation ]=_bgeba .V !=nil ;if _cddec .V ==nil {_cddec .V =_bgeba .V ;};if _cddec .T ==nil {_cddec .T =_cee .MakeString (_e .Sprintf ("\u0025\u0073\u0023%\u0064",_bgeba .PartialName (),_ebbed )); +};if _dbcd !=nil {_bedgf ,_afed :=_dbcd .GenerateAppearanceDict (_ecbde ,_cddec ,_bfbdf );if _afed !=nil {return _afed ;};_bfbdf .AP =_bedgf ;};};};};for _ ,_gede :=range _bgeba .Annotations {_aebaf [_gede .PdfAnnotation ]=_bgeba .V !=nil ;if _dbcd !=nil {_afdc ,_fffd :=_dbcd .GenerateAppearanceDict (_ecbde ,_bgeba ,_gede ); +if _fffd !=nil {return _fffd ;};_gede .AP =_afdc ;};};};};if _gcgf {for _ ,_fabd :=range _aaegf .PageList {_adef ,_eefb :=_fabd .GetAnnotations ();if _eefb !=nil {return _eefb ;};for _ ,_bdcc :=range _adef {_aebaf [_bdcc ]=true ;};};};for _ ,_gdeef :=range _aaegf .PageList {_gacge :=_gdeef .flattenFieldsWithOpts (_dbcd ,_agcf ,_aebaf ); +if _gacge !=nil {return _gacge ;};};if !_gccc {_aaegf .AcroForm =nil ;};return nil ;}; -// GetXObjectByName returns the XObject with the specified keyName and the object type. -func (_dbbe *PdfPageResources )GetXObjectByName (keyName _eb .PdfObjectName )(*_eb .PdfObjectStream ,XObjectType ){if _dbbe .XObject ==nil {return nil ,XObjectTypeUndefined ;};_ddcfa ,_bcage :=_eb .TraceToDirectObject (_dbbe .XObject ).(*_eb .PdfObjectDictionary ); -if !_bcage {_ddb .Log .Debug ("\u0045\u0052\u0052\u004f\u0052:\u0020\u0058\u004f\u0062\u006a\u0065\u0063\u0074\u0020\u006e\u006f\u0074\u0020a\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u0021\u0020\u0028\u0067\u006f\u0074\u0020\u0025\u0054\u0029",_eb .TraceToDirectObject (_dbbe .XObject )); -return nil ,XObjectTypeUndefined ;};if _cggaa :=_ddcfa .Get (keyName );_cggaa !=nil {_fgafd ,_ddgga :=_eb .GetStream (_cggaa );if !_ddgga {_ddb .Log .Debug ("X\u004f\u0062\u006a\u0065\u0063\u0074 \u006e\u006f\u0074\u0020\u0070\u006fi\u006e\u0074\u0069\u006e\u0067\u0020\u0074o\u0020\u0061\u0020\u0073\u0074\u0072\u0065\u0061\u006d\u0020%\u0054",_cggaa ); -return nil ,XObjectTypeUndefined ;};_beeac :=_fgafd .PdfObjectDictionary ;_dcddf ,_ddgga :=_eb .TraceToDirectObject (_beeac .Get ("\u0053u\u0062\u0074\u0079\u0070\u0065")).(*_eb .PdfObjectName );if !_ddgga {_ddb .Log .Debug ("\u0058\u004fbj\u0065\u0063\u0074 \u0053\u0075\u0062\u0074ype\u0020no\u0074\u0020\u0061\u0020\u004e\u0061\u006de,\u0020\u0064\u0069\u0063\u0074\u003a\u0020%\u0073",_beeac .String ()); -return nil ,XObjectTypeUndefined ;};if *_dcddf =="\u0049\u006d\u0061g\u0065"{return _fgafd ,XObjectTypeImage ;}else if *_dcddf =="\u0046\u006f\u0072\u006d"{return _fgafd ,XObjectTypeForm ;}else if *_dcddf =="\u0050\u0053"{return _fgafd ,XObjectTypePS ; -}else {_ddb .Log .Debug ("\u0058\u004f\u0062\u006a\u0065\u0063\u0074\u0020\u0053\u0075b\u0074\u0079\u0070\u0065\u0020\u006e\u006ft\u0020\u006b\u006e\u006f\u0077\u006e\u0020\u0028\u0025\u0073\u0029",*_dcddf );return nil ,XObjectTypeUndefined ;};}else {return nil ,XObjectTypeUndefined ; -};}; +// Duplex returns the value of the duplex. +func (_gfggac *ViewerPreferences )Duplex ()Duplex {return _gfggac ._cadea };func (_dfgbdf *pdfFontSimple )addEncoding ()error {var (_bfeed string ;_gcfgd map[_dae .CharCode ]_dae .GlyphName ;_dcbde _dae .SimpleEncoder ;);if _dfgbdf .Encoder ()!=nil {_aecf ,_bffgc :=_dfgbdf .Encoder ().(_dae .SimpleEncoder ); +if _bffgc &&_aecf !=nil {_bfeed =_aecf .BaseName ();};};if _dfgbdf .Encoding !=nil {_gdcce ,_dgdc ,_ecfba :=_dfgbdf .getFontEncoding ();if _ecfba !=nil {_fca .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0042\u0061\u0073\u0065F\u006f\u006e\u0074\u003d\u0025\u0071\u0020\u0053u\u0062t\u0079\u0070\u0065\u003d\u0025\u0071\u0020\u0045\u006e\u0063\u006f\u0064\u0069\u006e\u0067\u003d\u0025\u0073 \u0028\u0025\u0054\u0029\u0020\u0065\u0072\u0072\u003d\u0025\u0076",_dfgbdf ._fbcf ,_dfgbdf ._ccdeg ,_dfgbdf .Encoding ,_dfgbdf .Encoding ,_ecfba ); +return _ecfba ;};if _gdcce !=""{_bfeed =_gdcce ;};_gcfgd =_dgdc ;_dcbde ,_ecfba =_dae .NewSimpleTextEncoder (_bfeed ,_gcfgd );if _ecfba !=nil {return _ecfba ;};};if _dcbde ==nil {_bfeea :=_dfgbdf ._ebcad ;if _bfeea !=nil {switch _dfgbdf ._ccdeg {case "\u0054\u0079\u0070e\u0031":if _bfeea .fontFile !=nil &&_bfeea .fontFile ._beggd !=nil {_fca .Log .Debug ("\u0055\u0073\u0069\u006e\u0067\u0020\u0066\u006f\u006et\u0046\u0069\u006c\u0065"); +_dcbde =_bfeea .fontFile ._beggd ;};case "\u0054\u0072\u0075\u0065\u0054\u0079\u0070\u0065":if _bfeea ._bcga !=nil {_fca .Log .Debug ("\u0055s\u0069n\u0067\u0020\u0046\u006f\u006e\u0074\u0046\u0069\u006c\u0065\u0032");_beecc ,_defab :=_bfeea ._bcga .MakeEncoder (); +if _defab ==nil {_dcbde =_beecc ;};if _dfgbdf ._abcbf ==nil {_dfgbdf ._abcbf =_bfeea ._bcga .MakeToUnicode ();};};};};};if _dcbde !=nil {if _gcfgd !=nil {_fca .Log .Trace ("\u0064\u0069\u0066fe\u0072\u0065\u006e\u0063\u0065\u0073\u003d\u0025\u002b\u0076\u0020\u0066\u006f\u006e\u0074\u003d\u0025\u0073",_gcfgd ,_dfgbdf .baseFields ()); +_dcbde =_dae .ApplyDifferences (_dcbde ,_gcfgd );};_dfgbdf .SetEncoder (_dcbde );};return nil ;}; + +// PdfColorspaceSpecialIndexed is an indexed color space is a lookup table, where the input element +// is an index to the lookup table and the output is a color defined in the lookup table in the Base +// colorspace. +// [/Indexed base hival lookup] +type PdfColorspaceSpecialIndexed struct{Base PdfColorspace ;HiVal int ;Lookup _cee .PdfObject ;_aecec []byte ;_cgbb *_cee .PdfIndirectObject ;}; + +// DecodeArray returns the component range values for the Separation colorspace. +func (_addd *PdfColorspaceSpecialSeparation )DecodeArray ()[]float64 {return []float64 {0,1.0}}; // ToPdfObject implements interface PdfModel. -func (_ggec *PdfAnnotationScreen )ToPdfObject ()_eb .PdfObject {_ggec .PdfAnnotation .ToPdfObject ();_bcb :=_ggec ._ggf ;_eecb :=_bcb .PdfObject .(*_eb .PdfObjectDictionary );_eecb .SetIfNotNil ("\u0053u\u0062\u0074\u0079\u0070\u0065",_eb .MakeName ("\u0053\u0063\u0072\u0065\u0065\u006e")); -_eecb .SetIfNotNil ("\u0054",_ggec .T );_eecb .SetIfNotNil ("\u004d\u004b",_ggec .MK );_eecb .SetIfNotNil ("\u0041",_ggec .A );_eecb .SetIfNotNil ("\u0041\u0041",_ggec .AA );return _bcb ;};func _fegae (_ddded *fontCommon )*pdfCIDFontType2 {return &pdfCIDFontType2 {fontCommon :*_ddded }}; +func (_geag *PdfAnnotationMovie )ToPdfObject ()_cee .PdfObject {_geag .PdfAnnotation .ToPdfObject ();_bcbd :=_geag ._eddc ;_bbed :=_bcbd .PdfObject .(*_cee .PdfObjectDictionary );_bbed .SetIfNotNil ("\u0053u\u0062\u0074\u0079\u0070\u0065",_cee .MakeName ("\u004d\u006f\u0076i\u0065")); +_bbed .SetIfNotNil ("\u0054",_geag .T );_bbed .SetIfNotNil ("\u004d\u006f\u0076i\u0065",_geag .Movie );_bbed .SetIfNotNil ("\u0041",_geag .A );return _bcbd ;}; +// SetPdfAuthor sets the Author attribute of the output PDF. +func SetPdfAuthor (author string ){_dggagg .Lock ();defer _dggagg .Unlock ();_aafgb =author };func _adfcc (_bcdf *PdfField )[]*PdfField {_cefcd :=[]*PdfField {_bcdf };for _ ,_ffedg :=range _bcdf .Kids {_cefcd =append (_cefcd ,_adfcc (_ffedg )...);};return _cefcd ; +}; -// Val returns the color value. -func (_fafa *PdfColorDeviceGray )Val ()float64 {return float64 (*_fafa )}; +// SetBoundingBox sets the bounding box in the attribute object. +func (_fgddf *KDict )SetBoundingBox (x ,y ,width ,height float64 ){_fgddf ._daafg =&PdfRectangle {Llx :x ,Lly :y ,Urx :x +width ,Ury :y +height };}; -// SetBorderWidth sets the style's border width. -func (_gdfe *PdfBorderStyle )SetBorderWidth (width float64 ){_gdfe .W =&width }; +// Clear clears flag fl from the flag and returns the resulting flag. +func (_cfeg FieldFlag )Clear (fl FieldFlag )FieldFlag {return FieldFlag (_cfeg .Mask ()&^fl .Mask ())};func (_gbeg *PdfAppender )addNewObject (_cbade _cee .PdfObject ){if _ ,_eebc :=_gbeg ._efdc [_cbade ];!_eebc {_gbeg ._eccb =append (_gbeg ._eccb ,_cbade ); +_gbeg ._efdc [_cbade ]=struct{}{};};};func (_fgccf *PdfAppender )updateObjectsDeep (_eedf _cee .PdfObject ,_bbdb map[_cee .PdfObject ]struct{}){if _bbdb ==nil {_bbdb =map[_cee .PdfObject ]struct{}{};};if _ ,_fcef :=_bbdb [_eedf ];_fcef ||_eedf ==nil {return ; +};_bbdb [_eedf ]=struct{}{};_gacd :=_cee .ResolveReferencesDeep (_eedf ,_fgccf ._gabb );if _gacd !=nil {_fca .Log .Debug ("\u0045R\u0052\u004f\u0052\u003a\u0020\u0025v",_gacd );};switch _efff :=_eedf .(type ){case *_cee .PdfIndirectObject :switch {case _efff .GetParser ()==_fgccf ._ebdd ._ffdgf :return ; +case _efff .GetParser ()==_fgccf .Reader ._ffdgf :_dab ,_ :=_fgccf ._ebdd .GetIndirectObjectByNumber (int (_efff .ObjectNumber ));_dcg ,_aggb :=_dab .(*_cee .PdfIndirectObject );if _aggb &&_dcg !=nil {if _dcg .PdfObject !=_efff .PdfObject &&_dcg .PdfObject .WriteString ()!=_efff .PdfObject .WriteString (){if _ad .Contains (_efff .PdfObject .WriteString (),"\u002f\u0053\u0069\u0067")&&_ad .Contains (_efff .PdfObject .WriteString (),"\u002f\u0053\u0075\u0062\u0074\u0079\u0070\u0065"){return ; +};_fgccf .addNewObject (_eedf );_fgccf ._edae [_eedf ]=_efff .ObjectNumber ;};};default:_fgccf .addNewObject (_eedf );};_fgccf .updateObjectsDeep (_efff .PdfObject ,_bbdb );case *_cee .PdfObjectArray :for _ ,_agcd :=range _efff .Elements (){_fgccf .updateObjectsDeep (_agcd ,_bbdb ); +};case *_cee .PdfObjectDictionary :for _ ,_dgfe :=range _efff .Keys (){_fgccf .updateObjectsDeep (_efff .Get (_dgfe ),_bbdb );};case *_cee .PdfObjectStreams :if _efff .GetParser ()!=_fgccf ._ebdd ._ffdgf {for _ ,_ebb :=range _efff .Elements (){_fgccf .updateObjectsDeep (_ebb ,_bbdb ); +};};case *_cee .PdfObjectStream :switch {case _efff .GetParser ()==_fgccf ._ebdd ._ffdgf :return ;case _efff .GetParser ()==_fgccf .Reader ._ffdgf :if _bfdf ,_dged :=_fgccf ._ebdd ._ffdgf .LookupByReference (_efff .PdfObjectReference );_dged ==nil {var _dbdf bool ; +if _dfg ,_bfdff :=_cee .GetStream (_bfdf );_bfdff &&_cd .Equal (_dfg .Stream ,_efff .Stream ){_dbdf =true ;};if _deba ,_dcbc :=_cee .GetDict (_bfdf );_dbdf &&_dcbc {_dbdf =_deba .WriteString ()==_efff .PdfObjectDictionary .WriteString ();};if _dbdf {return ; +};};if _efff .ObjectNumber !=0{_fgccf ._edae [_eedf ]=_efff .ObjectNumber ;};default:if _ ,_ccgg :=_fgccf ._efdc [_eedf ];!_ccgg {_fgccf .addNewObject (_eedf );};};_fgccf .updateObjectsDeep (_efff .PdfObjectDictionary ,_bbdb );};}; // Encoder returns the font's text encoder. -func (_daacf pdfCIDFontType2 )Encoder ()_fc .TextEncoder {return _daacf ._cafea };func (_eccg *LTV )getCRLs (_acaf []*_bag .Certificate )([][]byte ,error ){_eeaef :=make ([][]byte ,0,len (_acaf ));for _ ,_cdfge :=range _acaf {for _ ,_abegf :=range _cdfge .CRLDistributionPoints {if _eccg .CertClient .IsCA (_cdfge ){continue ; -};_cdda ,_fbfgf :=_eccg .CRLClient .MakeRequest (_abegf ,_cdfge );if _fbfgf !=nil {_ddb .Log .Debug ("W\u0041\u0052\u004e\u003a\u0020\u0043R\u004c\u0020\u0072\u0065\u0071\u0075\u0065\u0073\u0074 \u0065\u0072\u0072o\u0072:\u0020\u0025\u0076",_fbfgf );continue ; -};_eeaef =append (_eeaef ,_cdda );};};return _eeaef ,nil ;}; - -// AddPages adds pages to be appended to the end of the source PDF. -func (_cgbad *PdfAppender )AddPages (pages ...*PdfPage ){for _ ,_badf :=range pages {_badf =_badf .Duplicate ();_bfcca (_badf );_cgbad ._fedg =append (_cgbad ._fedg ,_badf );};}; +func (_ggaae *pdfFontSimple )Encoder ()_dae .TextEncoder {if _ggaae ._bgggf !=nil {return _ggaae ._bgggf ;};if _ggaae ._bdecc !=nil {return _ggaae ._bdecc ;};_gaccc ,_ :=_dae .NewSimpleTextEncoder ("\u0053\u0074a\u006e\u0064\u0061r\u0064\u0045\u006e\u0063\u006f\u0064\u0069\u006e\u0067",nil ); +return _gaccc ;};func _gbeda (_gdfec string )map[string ]string {_ccdad :=_eefd .Split (_gdfec ,-1);_adbgc :=map[string ]string {};for _ ,_ddbdg :=range _ccdad {_dgec :=_bgfgf .FindStringSubmatch (_ddbdg );if _dgec ==nil {continue ;};_fadcd ,_gfaeg :=_dgec [1],_dgec [2]; +_adbgc [_fadcd ]=_gfaeg ;};return _adbgc ;};func (_ece *PdfReader )newPdfActionURIFromDict (_gebc *_cee .PdfObjectDictionary )(*PdfActionURI ,error ){return &PdfActionURI {URI :_gebc .Get ("\u0055\u0052\u0049"),IsMap :_gebc .Get ("\u0049\u0073\u004da\u0070")},nil ; +}; -// GetContentStreams returns the content stream as an array of strings. -func (_cdebd *PdfPage )GetContentStreams ()([]string ,error ){_agegd :=_cdebd .GetContentStreamObjs ();var _adgdg []string ;for _ ,_bgcdg :=range _agegd {_dcacf ,_fcce :=_edba (_bgcdg );if _fcce !=nil {return nil ,_fcce ;};_adgdg =append (_adgdg ,_dcacf ); -};return _adgdg ,nil ;}; +// SetDSS sets the DSS dictionary (ETSI TS 102 778-4 V1.1.1) of the current +// document revision. +func (_dgee *PdfAppender )SetDSS (dss *DSS ){if dss !=nil {_dgee .updateObjectsDeep (dss .ToPdfObject (),nil );};_dgee ._ccee =dss ;};func (_bbaac *PdfWriter )flushWriter ()error {if _bbaac ._efdcg ==nil {_bbaac ._efdcg =_bbaac ._cbeea .Flush ();};return _bbaac ._efdcg ; +};func _gcdb (_aebb _cee .PdfObject )(*PdfBorderStyle ,error ){_gab :=&PdfBorderStyle {};_gab ._gbgb =_aebb ;var _bbca *_cee .PdfObjectDictionary ;_aebb =_cee .TraceToDirectObject (_aebb );_bbca ,_cfda :=_aebb .(*_cee .PdfObjectDictionary );if !_cfda {return nil ,_cdf .New ("\u0074\u0079\u0070\u0065\u0020\u0063\u0068\u0065\u0063\u006b"); +};if _fbdd :=_bbca .Get ("\u0054\u0079\u0070\u0065");_fbdd !=nil {_gece ,_afec :=_fbdd .(*_cee .PdfObjectName );if !_afec {_fca .Log .Debug ("I\u006e\u0063\u006f\u006d\u0070\u0061\u0074\u0069\u0062i\u006c\u0069\u0074\u0079\u0020\u0077\u0069th\u0020\u0054\u0079\u0070e\u0020\u006e\u006f\u0074\u0020\u0061\u0020\u006e\u0061me\u0020\u006fb\u006a\u0065\u0063\u0074\u003a\u0020\u0025\u0054",_fbdd ); +}else {if *_gece !="\u0042\u006f\u0072\u0064\u0065\u0072"{_fca .Log .Debug ("W\u0061\u0072\u006e\u0069\u006e\u0067,\u0020\u0054\u0079\u0070\u0065\u0020\u0021\u003d\u0020B\u006f\u0072\u0064e\u0072:\u0020\u0025\u0073",*_gece );};};};if _fgad :=_bbca .Get ("\u0057"); +_fgad !=nil {_cbad ,_daecd :=_cee .GetNumberAsFloat (_fgad );if _daecd !=nil {_fca .Log .Debug ("\u0045\u0072\u0072\u006fr \u0072\u0065\u0074\u0072\u0069\u0065\u0076\u0069\u006e\u0067\u0020\u0057\u003a\u0020%\u0076",_daecd );return nil ,_daecd ;};_gab .W =&_cbad ; +};if _fbfe :=_bbca .Get ("\u0053");_fbfe !=nil {_gbe ,_cccc :=_fbfe .(*_cee .PdfObjectName );if !_cccc {return nil ,_cdf .New ("\u0062\u006f\u0072\u0064\u0065\u0072\u0020\u0053\u0020\u006e\u006ft\u0020\u0061\u0020\u006e\u0061\u006d\u0065\u0020\u006f\u0062j\u0065\u0063\u0074"); +};var _bba BorderStyle ;switch *_gbe {case "\u0053":_bba =BorderStyleSolid ;case "\u0044":_bba =BorderStyleDashed ;case "\u0042":_bba =BorderStyleBeveled ;case "\u0049":_bba =BorderStyleInset ;case "\u0055":_bba =BorderStyleUnderline ;default:_fca .Log .Debug ("I\u006e\u0076\u0061\u006cid\u0020s\u0074\u0079\u006c\u0065\u0020n\u0061\u006d\u0065\u0020\u0025\u0073",*_gbe ); +return nil ,_cdf .New ("\u0073\u0074\u0079\u006ce \u0074\u0079\u0070\u0065\u0020\u0072\u0061\u006e\u0067\u0065\u0020\u0063\u0068\u0065c\u006b");};_gab .S =&_bba ;};if _bagg :=_bbca .Get ("\u0044");_bagg !=nil {_eedg ,_aegg :=_bagg .(*_cee .PdfObjectArray ); +if !_aegg {_fca .Log .Debug ("\u0042\u006f\u0072\u0064\u0065\u0072\u0020\u0044\u0020\u0064a\u0073\u0068\u0020\u006e\u006f\u0074\u0020a\u006e\u0020\u0061\u0072\u0072\u0061\u0079\u003a\u0020\u0025\u0054",_bagg );return nil ,_cdf .New ("\u0062o\u0072\u0064\u0065\u0072 \u0044\u0020\u0074\u0079\u0070e\u0020c\u0068e\u0063\u006b\u0020\u0065\u0072\u0072\u006fr"); +};_bdgg ,_cfbe :=_eedg .ToIntegerArray ();if _cfbe !=nil {_fca .Log .Debug ("\u0042\u006f\u0072\u0064\u0065\u0072\u0020\u0044 \u0050\u0072\u006fbl\u0065\u006d\u0020\u0063\u006f\u006ev\u0065\u0072\u0074\u0069\u006e\u0067\u0020\u0074\u006f\u0020\u0069\u006e\u0074\u0065\u0067e\u0072\u0020\u0061\u0072\u0072\u0061\u0079\u003a \u0025\u0076",_cfbe ); +return nil ,_cfbe ;};_gab .D =&_bdgg ;};return _gab ,nil ;}; -// NewPdfAnnotationRichMedia returns a new rich media annotation. -func NewPdfAnnotationRichMedia ()*PdfAnnotationRichMedia {_gba :=NewPdfAnnotation ();_eaa :=&PdfAnnotationRichMedia {};_eaa .PdfAnnotation =_gba ;_gba .SetContext (_eaa );return _eaa ;}; +// Outline represents a PDF outline dictionary (Table 152 - p. 376). +// Currently, the Outline object can only be used to construct PDF outlines. +type Outline struct{Entries []*OutlineItem `json:"entries,omitempty"`;}; -// AddPage adds a page to the PDF file. The new page should be an indirect object. -func (_dddda *PdfWriter )AddPage (page *PdfPage )error {const _cedd ="\u006d\u006f\u0064el\u003a\u0050\u0064\u0066\u0057\u0072\u0069\u0074\u0065\u0072\u002e\u0041\u0064\u0064\u0050\u0061\u0067\u0065";_bfcca (page );_egad :=page .ToPdfObject ();_ddb .Log .Trace ("\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d"); -_ddb .Log .Trace ("\u0041p\u0070\u0065\u006e\u0064i\u006e\u0067\u0020\u0074\u006f \u0070a\u0067e\u0020\u006c\u0069\u0073\u0074\u0020\u0025T",_egad );_agfdc ,_eeafg :=_eb .GetIndirect (_egad );if !_eeafg {return _dcf .New ("\u0070\u0061\u0067\u0065\u0020\u0073h\u006f\u0075\u006c\u0064\u0020\u0062\u0065\u0020\u0061\u006e\u0020\u0069\u006ed\u0069\u0072\u0065\u0063\u0074\u0020\u006fb\u006a\u0065\u0063\u0074"); -};_ddb .Log .Trace ("\u0025\u0073",_agfdc );_ddb .Log .Trace ("\u0025\u0073",_agfdc .PdfObject );_adga ,_eeafg :=_eb .GetDict (_agfdc .PdfObject );if !_eeafg {return _dcf .New ("\u0070\u0061\u0067e \u006f\u0062\u006a\u0065\u0063\u0074\u0020\u0073\u0068o\u0075l\u0064 \u0062e\u0020\u0061\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079"); -};_ceccf ,_eeafg :=_eb .GetName (_adga .Get ("\u0054\u0079\u0070\u0065"));if !_eeafg {return _e .Errorf ("\u0070\u0061\u0067\u0065\u0020\u0073\u0068\u006f\u0075\u006c\u0064\u0020\u0068\u0061\u0076\u0065\u0020\u0061\u0020\u0054y\u0070\u0065\u0020\u006b\u0065\u0079\u0020\u0077\u0069t\u0068\u0020\u0061\u0020\u0076\u0061\u006c\u0075\u0065\u0020\u006f\u0066\u0020t\u0079\u0070\u0065\u0020\u006e\u0061m\u0065\u0020\u0028%\u0054\u0029",_adga .Get ("\u0054\u0079\u0070\u0065")); -};if _ceccf .String ()!="\u0050\u0061\u0067\u0065"{return _dcf .New ("\u0066\u0069e\u006c\u0064\u0020\u0054\u0079\u0070\u0065\u0020\u0021\u003d\u0020\u0050\u0061\u0067\u0065\u0020\u0028\u0052\u0065\u0071\u0075\u0069re\u0064\u0029");};_ebcff :=[]_eb .PdfObjectName {"\u0052e\u0073\u006f\u0075\u0072\u0063\u0065s","\u004d\u0065\u0064\u0069\u0061\u0042\u006f\u0078","\u0043r\u006f\u0070\u0042\u006f\u0078","\u0052\u006f\u0074\u0061\u0074\u0065"}; -_daffe ,_gdgcaa :=_eb .GetIndirect (_adga .Get ("\u0050\u0061\u0072\u0065\u006e\u0074"));_ddb .Log .Trace ("P\u0061g\u0065\u0020\u0050\u0061\u0072\u0065\u006e\u0074:\u0020\u0025\u0054\u0020(%\u0076\u0029",_adga .Get ("\u0050\u0061\u0072\u0065\u006e\u0074"),_gdgcaa ); -for _gdgcaa {_ddb .Log .Trace ("\u0050a\u0067e\u0020\u0050\u0061\u0072\u0065\u006e\u0074\u003a\u0020\u0025\u0054",_daffe );_eadbf ,_gbcda :=_eb .GetDict (_daffe .PdfObject );if !_gbcda {return _dcf .New ("i\u006e\u0076\u0061\u006cid\u0020P\u0061\u0072\u0065\u006e\u0074 \u006f\u0062\u006a\u0065\u0063\u0074"); -};for _ ,_gdbb :=range _ebcff {_ddb .Log .Trace ("\u0046\u0069\u0065\u006c\u0064\u0020\u0025\u0073",_gdbb );if _adga .Get (_gdbb )!=nil {_ddb .Log .Trace ("\u002d \u0070a\u0067\u0065\u0020\u0068\u0061s\u0020\u0061l\u0072\u0065\u0061\u0064\u0079");continue ; -};if _cbga :=_eadbf .Get (_gdbb );_cbga !=nil {_ddb .Log .Trace ("\u0049\u006e\u0068\u0065ri\u0074\u0069\u006e\u0067\u0020\u0066\u0069\u0065\u006c\u0064\u0020\u0025\u0073",_gdbb );_adga .Set (_gdbb ,_cbga );};};_daffe ,_gdgcaa =_eb .GetIndirect (_eadbf .Get ("\u0050\u0061\u0072\u0065\u006e\u0074")); -_ddb .Log .Trace ("\u004ee\u0078t\u0020\u0070\u0061\u0072\u0065\u006e\u0074\u003a\u0020\u0025\u0054",_eadbf .Get ("\u0050\u0061\u0072\u0065\u006e\u0074"));};_ddb .Log .Trace ("\u0054\u0072\u0061\u0076\u0065\u0072\u0073\u0061\u006c \u0064\u006f\u006e\u0065"); -_adga .Set ("\u0050\u0061\u0072\u0065\u006e\u0074",_dddda ._afga );_agfdc .PdfObject =_adga ;_bdfcb ,_eeafg :=_eb .GetDict (_dddda ._afga .PdfObject );if !_eeafg {return _dcf .New ("\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0050\u0061g\u0065\u0073\u0020\u006f\u0062\u006a\u0020(\u006e\u006f\u0074\u0020\u0061\u0020\u0064\u0069\u0063\u0074\u0029"); -};_adccce ,_eeafg :=_eb .GetArray (_bdfcb .Get ("\u004b\u0069\u0064\u0073"));if !_eeafg {return _dcf .New ("\u0069\u006ev\u0061\u006c\u0069\u0064 \u0050\u0061g\u0065\u0073\u0020\u004b\u0069\u0064\u0073\u0020o\u0062\u006a\u0020\u0028\u006e\u006f\u0074\u0020\u0061\u006e\u0020\u0061r\u0072\u0061\u0079\u0029"); -};_adccce .Append (_agfdc );_dddda ._gbgc [_adga ]=struct{}{};_dddda ._aadfg =append (_dddda ._aadfg ,_agfdc );_cdgf ,_eeafg :=_eb .GetInt (_bdfcb .Get ("\u0043\u006f\u0075n\u0074"));if !_eeafg {return _dcf .New ("\u0069\u006e\u0076\u0061\u006c\u0069\u0064 \u0050\u0061\u0067e\u0073\u0020\u0043\u006fu\u006e\u0074\u0020\u006f\u0062\u006a\u0065\u0063\u0074\u0020\u0028\u006e\u006f\u0074\u0020\u0061\u006e\u0020\u0069\u006e\u0074\u0065\u0067\u0065\u0072\u0029"); -};*_cdgf =*_cdgf +1;if page ._dcdfd ==nil {_ffaad :=_cf .Track (_dddda ._badcb ,_cedd ,_dddda ._adeee );if _ffaad !=nil {return _ffaad ;};}else {_gegbg :=_cf .Track (page ._dcdfd ._cadbf ,_cedd ,page ._dcdfd ._fbgfg );if _gegbg !=nil {return _gegbg ;}; -};_dddda .addObject (_agfdc );_agagd :=_dddda .addObjects (_adga );if _agagd !=nil {return _agagd ;};return nil ;}; +// GetContentStream returns the pattern cell's content stream +func (_bddcc *PdfTilingPattern )GetContentStream ()([]byte ,error ){_fegc ,_ ,_geedd :=_bddcc .GetContentStreamWithEncoder ();return _fegc ,_geedd ;};func _efffg ()_gc .Time {_dggagg .Lock ();defer _dggagg .Unlock ();return _dddda }; -// KDict represents a K dictionary object. -type KDict struct{ +// SetContentStreams sets the content streams based on a string array. Will make +// 1 object stream for each string and reference from the page Contents. +// Each stream will be encoded using the encoding specified by the StreamEncoder, +// if empty, will use identity encoding (raw data). +func (_bbabe *PdfPage )SetContentStreams (cStreams []string ,encoder _cee .StreamEncoder )error {if len (cStreams )==0{_bbabe .Contents =nil ;return nil ;};if encoder ==nil {encoder =_cee .NewRawEncoder ();};var _bggfg []*_cee .PdfObjectStream ;for _ ,_aadgfc :=range cStreams {_gdaba :=&_cee .PdfObjectStream {}; +_edad :=encoder .MakeStreamDict ();_bcbba ,_fcfc :=encoder .EncodeBytes ([]byte (_aadgfc ));if _fcfc !=nil {return _fcfc ;};_edad .Set ("\u004c\u0065\u006e\u0067\u0074\u0068",_cee .MakeInteger (int64 (len (_bcbba ))));_gdaba .PdfObjectDictionary =_edad ; +_gdaba .Stream =_bcbba ;_bggfg =append (_bggfg ,_gdaba );};if len (_bggfg )==1{_bbabe .Contents =_bggfg [0];}else {_aeab :=_cee .MakeArray ();for _ ,_dfce :=range _bggfg {_aeab .Append (_dfce );};_bbabe .Contents =_aeab ;};return nil ;}; -// The structure type, a name object identifying the nature of the -// structure element and its role within the document, -// such as a chapter, paragraph, or footnote -S _eb .PdfObject ; +// Items returns all children outline items. +func (_fddaf *Outline )Items ()[]*OutlineItem {return _fddaf .Entries };func _dfbe (_ebdfg _cee .PdfObject ,_bedc bool )(*PdfFont ,error ){_ggbda ,_dbbe ,_ffdge :=_babe (_ebdfg );if _ggbda !=nil {_ebad (_ggbda );};if _ffdge !=nil {if _ffdge ==ErrType1CFontNotSupported {_cbce ,_bebd :=_ecad (_ggbda ,_dbbe ,nil ); +if _bebd !=nil {_fca .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0057h\u0069\u006c\u0065 l\u006f\u0061\u0064\u0069\u006e\u0067 \u0073\u0069\u006d\u0070\u006c\u0065\u0020\u0066\u006f\u006e\u0074\u003a\u0020\u0066\u006fn\u0074\u003d\u0025\u0073\u0020\u0065\u0072\u0072=\u0025\u0076",_dbbe ,_bebd ); +return nil ,_ffdge ;};return &PdfFont {_bggcf :_cbce },_ffdge ;};return nil ,_ffdge ;};_faff :=&PdfFont {};switch _dbbe ._ccdeg {case "\u0054\u0079\u0070e\u0030":if !_bedc {_fca .Log .Debug ("\u0045\u0052\u0052\u004f\u0052:\u0020\u004c\u006f\u0061\u0064\u0069\u006e\u0067\u0020\u0074\u0079\u0070\u00650\u0020\u006e\u006f\u0074\u0020\u0061\u006c\u006c\u006f\u0077\u0065\u0064\u002e\u0020\u0066\u006f\u006e\u0074\u003d\u0025\u0073",_dbbe ); +return nil ,_cdf .New ("\u0063\u0079\u0063\u006cic\u0061\u006c\u0020\u0074\u0079\u0070\u0065\u0030\u0020\u006c\u006f\u0061\u0064\u0069n\u0067");};_dggef ,_gfff :=_cgbbg (_ggbda ,_dbbe );if _gfff !=nil {_fca .Log .Debug ("E\u0052\u0052\u004f\u0052\u003a\u0020\u0057\u0068\u0069l\u0065\u0020\u006c\u006f\u0061\u0064\u0069ng\u0020\u0054\u0079\u0070e\u0030\u0020\u0066\u006f\u006e\u0074\u002e\u0020\u0066on\u0074\u003d%\u0073\u0020\u0065\u0072\u0072\u003d\u0025\u0076",_dbbe ,_gfff ); +return nil ,_gfff ;};_faff ._bggcf =_dggef ;case "\u0054\u0079\u0070e\u0031","\u004dM\u0054\u0079\u0070\u0065\u0031","\u0054\u0072\u0075\u0065\u0054\u0079\u0070\u0065":var _babbe *pdfFontSimple ;_gcgfg ,_fdbf :=_ce .NewStdFontByName (_ce .StdFontName (_dbbe ._fbcf )); +if _fdbf {_gabbf :=_ebdab (_gcgfg );_faff ._bggcf =&_gabbf ;_gdbge :=_cee .TraceToDirectObject (_gabbf .ToPdfObject ());_adgbg ,_cdcdb ,_ddbd :=_babe (_gdbge );if _ddbd !=nil {_fca .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0042\u0061\u0064\u0020\u0053\u0074a\u006e\u0064\u0061\u0072\u0064\u00314\u000a\u0009\u0066\u006f\u006e\u0074\u003d\u0025\u0073\u000a\u0009\u0073\u0074d\u003d\u0025\u002b\u0076",_dbbe ,_gabbf ); +return nil ,_ddbd ;};for _ ,_agfce :=range _ggbda .Keys (){_adgbg .Set (_agfce ,_ggbda .Get (_agfce ));};_babbe ,_ddbd =_ecad (_adgbg ,_cdcdb ,_gabbf ._bdecc );if _ddbd !=nil {_fca .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0042\u0061\u0064\u0020\u0053\u0074a\u006e\u0064\u0061\u0072\u0064\u00314\u000a\u0009\u0066\u006f\u006e\u0074\u003d\u0025\u0073\u000a\u0009\u0073\u0074d\u003d\u0025\u002b\u0076",_dbbe ,_gabbf ); +return nil ,_ddbd ;};_babbe ._ccfb =_gabbf ._ccfb ;_babbe ._daefa =_gabbf ._daefa ;if _babbe ._aaec ==nil {_babbe ._aaec =_gabbf ._aaec ;};}else {_babbe ,_ffdge =_ecad (_ggbda ,_dbbe ,nil );if _ffdge !=nil {_fca .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0057h\u0069\u006c\u0065 l\u006f\u0061\u0064\u0069\u006e\u0067 \u0073\u0069\u006d\u0070\u006c\u0065\u0020\u0066\u006f\u006e\u0074\u003a\u0020\u0066\u006fn\u0074\u003d\u0025\u0073\u0020\u0065\u0072\u0072=\u0025\u0076",_dbbe ,_ffdge ); +return nil ,_ffdge ;};};_ffdge =_babbe .addEncoding ();if _ffdge !=nil {return nil ,_ffdge ;};if _fdbf {_babbe .updateStandard14Font ();};if _fdbf &&_babbe ._bgggf ==nil &&_babbe ._bdecc ==nil {_fca .Log .Error ("\u0073\u0069\u006d\u0070\u006c\u0065\u0066\u006f\u006e\u0074\u003d\u0025\u0073",_babbe ); +_fca .Log .Error ("\u0066n\u0074\u003d\u0025\u002b\u0076",_gcgfg );};if len (_babbe ._ccfb )==0{_fca .Log .Debug ("\u0045R\u0052\u004f\u0052\u003a \u004e\u006f\u0020\u0077\u0069d\u0074h\u0073.\u0020\u0066\u006f\u006e\u0074\u003d\u0025s",_babbe );};_faff ._bggcf =_babbe ; +case "\u0054\u0079\u0070e\u0033":_feabf ,_gcfc :=_feedb (_ggbda ,_dbbe );if _gcfc !=nil {_fca .Log .Debug ("E\u0052\u0052\u004f\u0052\u003a\u0020W\u0068\u0069\u006c\u0065\u0020\u006co\u0061\u0064\u0069\u006e\u0067\u0020\u0074y\u0070\u0065\u0033\u0020\u0066\u006f\u006e\u0074\u003a\u0020%\u0076",_gcfc ); +return nil ,_gcfc ;};_faff ._bggcf =_feabf ;case "\u0043\u0049\u0044F\u006f\u006e\u0074\u0054\u0079\u0070\u0065\u0030":_agbb ,_fcdcg :=_cfdb (_ggbda ,_dbbe );if _fcdcg !=nil {_fca .Log .Debug ("\u0045R\u0052\u004fR\u003a\u0020\u0057\u0068i\u006c\u0065\u0020l\u006f\u0061\u0064\u0069\u006e\u0067\u0020\u0063\u0069d \u0066\u006f\u006et\u0020\u0074y\u0070\u0065\u0030\u0020\u0066\u006fn\u0074\u003a \u0025\u0076",_fcdcg ); +return nil ,_fcdcg ;};_faff ._bggcf =_agbb ;case "\u0043\u0049\u0044F\u006f\u006e\u0074\u0054\u0079\u0070\u0065\u0032":_aacb ,_baega :=_bbeb (_ggbda ,_dbbe );if _baega !=nil {_fca .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a \u0057\u0068\u0069l\u0065\u0020\u006co\u0061\u0064\u0069\u006e\u0067\u0020\u0063\u0069\u0064\u0020f\u006f\u006e\u0074\u0020\u0074yp\u0065\u0032\u0020\u0066\u006f\u006e\u0074\u002e\u0020\u0066\u006f\u006e\u0074\u003d\u0025\u0073\u0020\u0065\u0072\u0072\u003d\u0025\u0076",_dbbe ,_baega ); +return nil ,_baega ;};_faff ._bggcf =_aacb ;default:_fca .Log .Debug ("\u0045\u0052R\u004f\u0052\u003a\u0020U\u006e\u0073u\u0070\u0070\u006f\u0072\u0074\u0065\u0064\u0020f\u006f\u006e\u0074\u0020\u0074\u0079\u0070\u0065\u003a\u0020\u0066\u006fn\u0074\u003d\u0025\u0073",_dbbe ); +return nil ,_e .Errorf ("\u0075\u006e\u0073\u0075\u0070\u0070\u006f\u0072\u0074\u0065d\u0020\u0066\u006f\u006e\u0074\u0020\u0074y\u0070\u0065\u003a\u0020\u0066\u006f\u006e\u0074\u003d\u0025\u0073",_dbbe );};return _faff ,nil ;};func (_bffae *LTV )validateSig (_gdaef *PdfSignature )error {if _gdaef ==nil ||_gdaef .Contents ==nil ||len (_gdaef .Contents .Bytes ())==0{return _e .Errorf ("i\u006e\u0076\u0061\u006c\u0069\u0064 \u0073\u0069\u0067\u006e\u0061\u0074\u0075\u0072\u0065 \u0066\u0069\u0065l\u0064:\u0020\u0025\u0076",_gdaef ); +};return nil ;}; -// The structure element that is the immediate parent of this one -// in the structure hierarchy. -P _eb .PdfObject ; +// ToInteger convert to an integer format. +func (_cgbf *PdfColorCalRGB )ToInteger (bits int )[3]uint32 {_gega :=_aaa .Pow (2,float64 (bits ))-1;return [3]uint32 {uint32 (_gega *_cgbf .A ()),uint32 (_gega *_cgbf .B ()),uint32 (_gega *_cgbf .C ())};}; -// The element identifier, a byte string designating this structure element. -ID *_eb .PdfObjectString ; +// NewKValue creates a new K value object. +func NewKValue ()*KValue {return &KValue {}}; -// A page object representing a page on which some or all of the content -// items designated by the K entry shall be rendered. -Pg _eb .PdfObject ; +// GetAsTilingPattern returns a tiling pattern. Check with IsTiling() prior to using this. +func (_gcggb *PdfPattern )GetAsTilingPattern ()*PdfTilingPattern {return _gcggb ._gabf .(*PdfTilingPattern );}; -// The children of this structure element. -K _eb .PdfObject ; +// ToPdfObject returns the PDF representation of the shading pattern. +func (_ffab *PdfShadingPatternType3 )ToPdfObject ()_cee .PdfObject {_ffab .PdfPattern .ToPdfObject ();_egfeb :=_ffab .getDict ();if _ffab .Shading !=nil {_egfeb .Set ("\u0053h\u0061\u0064\u0069\u006e\u0067",_ffab .Shading .ToPdfObject ());};if _ffab .Matrix !=nil {_egfeb .Set ("\u004d\u0061\u0074\u0072\u0069\u0078",_ffab .Matrix ); +};if _ffab .ExtGState !=nil {_egfeb .Set ("\u0045x\u0074\u0047\u0053\u0074\u0061\u0074e",_ffab .ExtGState );};return _ffab ._bgabc ;}; -// A single attribute object or array of attribute objects associated -// with this structure element. -A _eb .PdfObject ; +// GetNumComponents returns the number of color components (3 for RGB). +func (_ceef *PdfColorDeviceRGB )GetNumComponents ()int {return 3}; -// An attribute class name or array of class names associated with -// this structure element. -C _eb .PdfObject ; +// SetStructParentsKey sets the StructParents key. +func (_gdef *PdfPage )SetStructParentsKey (key int ){if key ==-1{_gdef .StructParents =nil ;}else {_gdef .StructParents =_cee .MakeInteger (int64 (key ));};}; -// The current revision number of this structure element -R *_eb .PdfObjectInteger ; +// ToPdfObject returns a *PdfIndirectObject containing a *PdfObjectArray representation of the DeviceN colorspace. +/* + Format: [/DeviceN names alternateSpace tintTransform] + or: [/DeviceN names alternateSpace tintTransform attributes] +*/ +func (_ffdg *PdfColorspaceDeviceN )ToPdfObject ()_cee .PdfObject {_bebb :=_cee .MakeArray (_cee .MakeName ("\u0044e\u0076\u0069\u0063\u0065\u004e"));_bebb .Append (_ffdg .ColorantNames );_bebb .Append (_ffdg .AlternateSpace .ToPdfObject ());_bebb .Append (_ffdg .TintTransform .ToPdfObject ()); +if _ffdg .Attributes !=nil {_bebb .Append (_ffdg .Attributes .ToPdfObject ());};if _ffdg ._eaee !=nil {_ffdg ._eaee .PdfObject =_bebb ;return _ffdg ._eaee ;};return _bebb ;};func _cgbaea (_eeagaa _cee .PdfObject ){_fca .Log .Debug ("\u006f\u0062\u006a\u003a\u0020\u0025\u0054\u0020\u0025\u0073",_eeagaa ,_eeagaa .String ()); +if _beafb ,_gbgdc :=_eeagaa .(*_cee .PdfObjectStream );_gbgdc {_cefff ,_cfdae :=_cee .DecodeStream (_beafb );if _cfdae !=nil {_fca .Log .Debug ("\u0045r\u0072\u006f\u0072\u003a\u0020\u0025v",_cfdae );return ;};_fca .Log .Debug ("D\u0065\u0063\u006f\u0064\u0065\u0064\u003a\u0020\u0025\u0073",_cefff ); +}else if _cedfd ,_fefdba :=_eeagaa .(*_cee .PdfIndirectObject );_fefdba {_fca .Log .Debug ("\u0025\u0054\u0020%\u0076",_cedfd .PdfObject ,_cedfd .PdfObject );_fca .Log .Debug ("\u0025\u0073",_cedfd .PdfObject .String ());};}; -// The title of the structure element, a text string representing -// it in human-readable form. -T *_eb .PdfObjectString ; +// NewPdfAnnotationUnderline returns a new text underline annotation. +func NewPdfAnnotationUnderline ()*PdfAnnotationUnderline {_cgff :=NewPdfAnnotation ();_addg :=&PdfAnnotationUnderline {};_addg .PdfAnnotation =_cgff ;_addg .PdfAnnotationMarkup =&PdfAnnotationMarkup {};_cgff .SetContext (_addg );return _addg ;}; -// A language identifier specifying the natural language for all text -// in the structure element except where overridden by -// language specifications for nested structure elements or marked content. -Lang *_eb .PdfObjectString ; +// GetPdfVersion gets the version of the PDF used within this document. +func (_debad *PdfWriter )GetPdfVersion ()string {return _debad .getPdfVersion ()}; -// An alternate description of the structure element and its -// children in human-readable form, which is useful when extracting -// the document’s contents in support of accessibility to users with -// disabilities or for other purposes. -Alt *_eb .PdfObjectString ; +// SetHideToolbar sets the value of the hideToolbar flag. +func (_eeaa *ViewerPreferences )SetHideToolbar (hideToolbar bool ){_eeaa ._bfff =&hideToolbar };func (_dccge *PdfWriter )mapObjectStreams (_dbebde bool )(map[_cee .PdfObject ]bool ,bool ){_baddf :=make (map[_cee .PdfObject ]bool );for _ ,_ggbfd :=range _dccge ._gccff {if _bbggf ,_faaa :=_ggbfd .(*_cee .PdfObjectStreams ); +_faaa {_dbebde =true ;for _ ,_ecdad :=range _bbggf .Elements (){_baddf [_ecdad ]=true ;if _gfggaa ,_aaaf :=_ecdad .(*_cee .PdfIndirectObject );_aaaf {_baddf [_gfggaa .PdfObject ]=true ;};};};};return _baddf ,_dbebde ;};func (_gag *PdfReader )newPdfAnnotationCircleFromDict (_gagg *_cee .PdfObjectDictionary )(*PdfAnnotationCircle ,error ){_dbd :=PdfAnnotationCircle {}; +_adcf ,_deeg :=_gag .newPdfAnnotationMarkupFromDict (_gagg );if _deeg !=nil {return nil ,_deeg ;};_dbd .PdfAnnotationMarkup =_adcf ;_dbd .BS =_gagg .Get ("\u0042\u0053");_dbd .IC =_gagg .Get ("\u0049\u0043");_dbd .BE =_gagg .Get ("\u0042\u0045");_dbd .RD =_gagg .Get ("\u0052\u0044"); +return &_dbd ,nil ;}; -// The expanded form of an abbreviation. -E *_eb .PdfObjectString ; +// GetTrailer returns the PDF's trailer dictionary. +func (_gfcff *PdfReader )GetTrailer ()(*_cee .PdfObjectDictionary ,error ){_cbcd :=_gfcff ._ffdgf .GetTrailer ();if _cbcd ==nil {return nil ,_cdf .New ("\u0074r\u0061i\u006c\u0065\u0072\u0020\u006d\u0069\u0073\u0073\u0069\u006e\u0067");};return _cbcd ,nil ; +}; -// Text that is an exact replacement for the structure element and its children. -ActualText *_eb .PdfObjectString ;_eegge []*KValue ;_dcgce int64 ;_aagfc *PdfRectangle ;}; +// ToPdfObject implements interface PdfModel. +func (_faa *PdfAnnotationFileAttachment )ToPdfObject ()_cee .PdfObject {_faa .PdfAnnotation .ToPdfObject ();_dff :=_faa ._eddc ;_bfcfc :=_dff .PdfObject .(*_cee .PdfObjectDictionary );_faa .PdfAnnotationMarkup .appendToPdfDictionary (_bfcfc );_bfcfc .SetIfNotNil ("\u0053u\u0062\u0074\u0079\u0070\u0065",_cee .MakeName ("\u0046\u0069\u006c\u0065\u0041\u0074\u0074\u0061\u0063h\u006d\u0065\u006e\u0074")); +_bfcfc .SetIfNotNil ("\u0046\u0053",_faa .FS );_bfcfc .SetIfNotNil ("\u004e\u0061\u006d\u0065",_faa .Name );return _dff ;}; -// PdfFunctionType2 defines an exponential interpolation of one input value and n -// output values: -// -// f(x) = y_0, ..., y_(n-1) -// -// y_j = C0_j + x^N * (C1_j - C0_j); for 0 <= j < n -// When N=1 ; linear interpolation between C0 and C1. -type PdfFunctionType2 struct{Domain []float64 ;Range []float64 ;C0 []float64 ;C1 []float64 ;N float64 ;_efee *_eb .PdfIndirectObject ;}; +// PdfAnnotationCircle represents Circle annotations. +// (Section 12.5.6.8). +type PdfAnnotationCircle struct{*PdfAnnotation ;*PdfAnnotationMarkup ;BS _cee .PdfObject ;IC _cee .PdfObject ;BE _cee .PdfObject ;RD _cee .PdfObject ;}; -// AddContentStreamByString adds content stream by string. Puts the content -// string into a stream object and points the content stream towards it. -func (_ebgc *PdfPage )AddContentStreamByString (contentStr string )error {_bbgfg ,_cabdd :=_eb .MakeStream ([]byte (contentStr ),_eb .NewFlateEncoder ());if _cabdd !=nil {return _cabdd ;};if _ebgc .Contents ==nil {_ebgc .Contents =_bbgfg ;}else {_ddbc :=_eb .TraceToDirectObject (_ebgc .Contents ); -_afba ,_dfgb :=_ddbc .(*_eb .PdfObjectArray );if !_dfgb {_afba =_eb .MakeArray (_ddbc );};_afba .Append (_bbgfg );_ebgc .Contents =_afba ;};return nil ;}; +// Transform rectangle with the supplied matrix. +func (_eabfab *PdfRectangle )Transform (transformMatrix _ac .Matrix ){_eabfab .Llx ,_eabfab .Lly =transformMatrix .Transform (_eabfab .Llx ,_eabfab .Lly );_eabfab .Urx ,_eabfab .Ury =transformMatrix .Transform (_eabfab .Urx ,_eabfab .Ury );_eabfab .Normalize (); +}; -// SetPageLabels sets the PageLabels entry in the PDF catalog. -// See section 12.4.2 "Page Labels" (p. 382 PDF32000_2008). -func (_bafb *PdfWriter )SetPageLabels (pageLabels _eb .PdfObject )error {if pageLabels ==nil {return nil ;};_ddb .Log .Trace ("\u0053\u0065t\u0074\u0069\u006e\u0067\u0020\u0063\u0061\u0074\u0061\u006c\u006f\u0067\u0020\u0050\u0061\u0067\u0065\u004c\u0061\u0062\u0065\u006cs.\u002e\u002e"); -_bafb ._dbffa .Set ("\u0050\u0061\u0067\u0065\u004c\u0061\u0062\u0065\u006c\u0073",pageLabels );return _bafb .addObjects (pageLabels );}; +// Fill populates `form` with values provided by `provider`. +func (_gbcdg *PdfAcroForm )Fill (provider FieldValueProvider )error {return _gbcdg .fill (provider ,nil )}; -// SetPdfTitle sets the Title attribute of the output PDF. -func SetPdfTitle (title string ){_dfbafc .Lock ();defer _dfbafc .Unlock ();_gacdf =title }; +// ToPdfObject converts rectangle to a PDF object. +func (_abgfe *PdfRectangle )ToPdfObject ()_cee .PdfObject {return _cee .MakeArray (_cee .MakeFloat (_abgfe .Llx ),_cee .MakeFloat (_abgfe .Lly ),_cee .MakeFloat (_abgfe .Urx ),_cee .MakeFloat (_abgfe .Ury ));}; -// ToPdfObject generates a PdfObject representation of the Names struct. -func (_degeb *Names )ToPdfObject ()_eb .PdfObject {_bdgb :=_degeb ._cggag ;_gecef ,_eacdb :=_bdgb .PdfObject .(*_eb .PdfObjectDictionary );if !_eacdb {_ddb .Log .Debug ("\u0049\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u006fb\u006a\u0065\u0063\u0074"); -return _bdgb ;};if _degeb .EmbeddedFiles !=nil {_gecef .Set ("\u0045\u006d\u0062\u0065\u0064\u0064\u0065\u0064\u0046\u0069\u006c\u0065\u0073",_eb .MakeIndirectObject (_degeb .EmbeddedFiles ));};return _bdgb ;};func _eabfd ()string {_dfbafc .Lock ();defer _dfbafc .Unlock (); -_edgaa :=_cf .GetLicenseKey ();if len (_ccgde )> 0&&(_edgaa .IsLicensed ()||_fefac ){return _ccgde ;};return _e .Sprintf ("\u0055\u006e\u0069Do\u0063\u0020\u0076\u0025\u0073\u0020\u0028\u0025\u0073)\u0020-\u0020h\u0074t\u0070\u003a\u002f\u002f\u0075\u006e\u0069\u0064\u006f\u0063\u002e\u0069\u006f",_dgeac (),_edgaa .TypeToString ()); -}; +// ColorFromPdfObjects returns a new PdfColor based on input color components. The input PdfObjects should +// be numeric. +func (_ecbd *PdfColorspaceDeviceN )ColorFromPdfObjects (objects []_cee .PdfObject )(PdfColor ,error ){if len (objects )!=_ecbd .GetNumComponents (){return nil ,_cdf .New ("r\u0061\u006e\u0067\u0065\u0020\u0063\u0068\u0065\u0063\u006b");};_ccde ,_bbfc :=_cee .GetNumbersAsFloat (objects ); +if _bbfc !=nil {return nil ,_bbfc ;};return _ecbd .ColorFromFloats (_ccde );}; -// PdfReader represents a PDF file reader. It is a frontend to the lower level parsing mechanism and provides -// a higher level access to work with PDF structure and information, such as the page structure etc. -type PdfReader struct{_ebbe *_eb .PdfParser ;_ecddba _eb .PdfObject ;_agfdg *_eb .PdfIndirectObject ;_bgdad *_eb .PdfObjectDictionary ;_cbaff []*_eb .PdfIndirectObject ;PageList []*PdfPage ;_cdbc int ;_bagcfd *_eb .PdfObjectDictionary ;_efabg *PdfOutlineTreeNode ; -AcroForm *PdfAcroForm ;DSS *DSS ;Rotate *int64 ;_bdffe *Permissions ;_dbag map[*PdfReader ]*PdfReader ;_dfeg []*PdfReader ;_affaf *modelManager ;_cfcgdf bool ;_bcefc map[_eb .PdfObject ]struct{};_cbeg _bagf .ReadSeeker ;_cadbf string ;_fafga bool ;_fbgfg string ; -_eacdg *ReaderOpts ;_daag bool ;}; +// PdfAnnotationRichMedia represents Rich Media annotations. +type PdfAnnotationRichMedia struct{*PdfAnnotation ;RichMediaSettings _cee .PdfObject ;RichMediaContent _cee .PdfObject ;}; -// ImageToGray returns a new grayscale image based on the passed in RGB image. -func (_aecb *PdfColorspaceDeviceRGB )ImageToGray (img Image )(Image ,error ){if img .ColorComponents !=3{return img ,_dcf .New ("\u0070\u0072\u006f\u0076\u0069\u0064e\u0064\u0020\u0069\u006d\u0061\u0067\u0065\u0020\u0069\u0073\u0020\u006e\u006ft\u0020\u0061\u0020\u0044\u0065\u0076\u0069c\u0065\u0052\u0047\u0042"); -};_dfe ,_aacd :=_df .NewImage (int (img .Width ),int (img .Height ),int (img .BitsPerComponent ),img .ColorComponents ,img .Data ,img ._bdcab ,img ._fedc );if _aacd !=nil {return img ,_aacd ;};_eged ,_aacd :=_df .GrayConverter .Convert (_dfe );if _aacd !=nil {return img ,_aacd ; -};return _ggaa (_eged .Base ()),nil ;};func (_faae *PdfReader )loadStructure ()error {if _faae ._ebbe .GetCrypter ()!=nil &&!_faae ._ebbe .IsAuthenticated (){return _e .Errorf ("\u0066\u0069\u006ce\u0020\u006e\u0065\u0065d\u0020\u0074\u006f\u0020\u0062\u0065\u0020d\u0065\u0063\u0072\u0079\u0070\u0074\u0065\u0064\u0020\u0066\u0069\u0072\u0073\u0074"); -};_fabbd :=_faae ._ebbe .GetTrailer ();if _fabbd ==nil {return _e .Errorf ("\u006di\u0073s\u0069\u006e\u0067\u0020\u0074\u0072\u0061\u0069\u006c\u0065\u0072");};_cadac ,_fgbaa :=_fabbd .Get ("\u0052\u006f\u006f\u0074").(*_eb .PdfObjectReference );if !_fgbaa {return _e .Errorf ("\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0052\u006f\u006ft\u0020\u0028\u0074\u0072\u0061\u0069\u006c\u0065\u0072\u003a \u0025\u0073\u0029",_fabbd ); -};_egfa ,_dbagb :=_faae ._ebbe .LookupByReference (*_cadac );if _dbagb !=nil {_ddb .Log .Debug ("\u0045\u0052R\u004f\u0052\u003a\u0020\u0046\u0061\u0069\u006c\u0065\u0064\u0020\u0074\u006f\u0020\u0072\u0065\u0061\u0064\u0020\u0072\u006f\u006f\u0074\u0020\u0065\u006c\u0065\u006d\u0065\u006e\u0074\u0020\u0063\u0061\u0074\u0061\u006c\u006f\u0067\u003a\u0020\u0025\u0073",_dbagb ); -return _dbagb ;};_efgbc ,_fgbaa :=_egfa .(*_eb .PdfIndirectObject );if !_fgbaa {_ddb .Log .Debug ("\u0045\u0052R\u004f\u0052\u003a\u0020\u004d\u0069\u0073\u0073\u0069\u006e\u0067\u0020\u0063\u0061\u0074\u0061\u006c\u006f\u0067\u003a\u0020\u0028\u0072\u006f\u006f\u0074\u0020\u0025\u0071\u0029\u0020\u0028\u0074\u0072\u0061\u0069\u006c\u0065\u0072\u0020\u0025\u0073\u0029",_egfa ,*_fabbd ); -return _dcf .New ("\u006di\u0073s\u0069\u006e\u0067\u0020\u0063\u0061\u0074\u0061\u006c\u006f\u0067");};_fadc ,_fgbaa :=(*_efgbc ).PdfObject .(*_eb .PdfObjectDictionary );if !_fgbaa {_ddb .Log .Debug ("E\u0052\u0052\u004f\u0052\u003a\u0020I\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0063\u0061t\u0061\u006c\u006fg\u0020(\u0025\u0073\u0029",_efgbc .PdfObject ); -return _dcf .New ("\u0069n\u0076a\u006c\u0069\u0064\u0020\u0063\u0061\u0074\u0061\u006c\u006f\u0067");};_ddb .Log .Trace ("C\u0061\u0074\u0061\u006c\u006f\u0067\u003a\u0020\u0025\u0073",_fadc );_edaef ,_fgbaa :=_fadc .Get ("\u0050\u0061\u0067e\u0073").(*_eb .PdfObjectReference ); -if !_fgbaa {return _dcf .New ("\u0070\u0061\u0067\u0065\u0073\u0020\u0069\u006e\u0020\u0063\u0061\u0074\u0061\u006c\u006f\u0067\u0020\u0073\u0068\u006f\u0075\u006c\u0064\u0020b\u0065\u0020\u0061\u0020\u0072e\u0066\u0065r\u0065\u006e\u0063\u0065");};_eaaga ,_dbagb :=_faae ._ebbe .LookupByReference (*_edaef ); -if _dbagb !=nil {_ddb .Log .Debug ("E\u0052\u0052\u004f\u0052\u003a\u0020F\u0061\u0069\u006c\u0065\u0064\u0020\u0074\u006f\u0020r\u0065\u0061\u0064 \u0070a\u0067\u0065\u0073");return _dbagb ;};_bdabg ,_fgbaa :=_eaaga .(*_eb .PdfIndirectObject );if !_fgbaa {_ddb .Log .Debug ("E\u0052\u0052\u004f\u0052\u003a\u0020P\u0061\u0067\u0065\u0073\u0020\u006f\u0062\u006a\u0065c\u0074\u0020\u0069n\u0076a\u006c\u0069\u0064"); -_ddb .Log .Debug ("\u006f\u0070\u003a\u0020\u0025\u0070",_bdabg );return _dcf .New ("p\u0061g\u0065\u0073\u0020\u006f\u0062\u006a\u0065\u0063t\u0020\u0069\u006e\u0076al\u0069\u0064");};_dagcd ,_fgbaa :=_bdabg .PdfObject .(*_eb .PdfObjectDictionary );if !_fgbaa {_ddb .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0050\u0061\u0067\u0065\u0073\u0020\u006f\u0062j\u0065c\u0074\u0020\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0028\u0025\u0073\u0029",_bdabg ); -return _dcf .New ("p\u0061g\u0065\u0073\u0020\u006f\u0062\u006a\u0065\u0063t\u0020\u0069\u006e\u0076al\u0069\u0064");};_bfdgd ,_fgbaa :=_eb .GetInt (_dagcd .Get ("\u0043\u006f\u0075n\u0074"));if !_fgbaa {_ddb .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a \u0050\u0061\u0067\u0065\u0073\u0020\u0063\u006f\u0075\u006e\u0074\u0020\u006fb\u006a\u0065\u0063\u0074\u0020\u0069\u006ev\u0061\u006c\u0069\u0064"); -return _dcf .New ("\u0070\u0061\u0067\u0065s \u0063\u006f\u0075\u006e\u0074\u0020\u0069\u006e\u0076\u0061\u006c\u0069\u0064");};if _ ,_fgbaa =_eb .GetName (_dagcd .Get ("\u0054\u0079\u0070\u0065"));!_fgbaa {_ddb .Log .Debug ("\u0050\u0061\u0067\u0065\u0073\u0020\u0064\u0069\u0063\u0074\u0020T\u0079\u0070\u0065\u0020\u0066\u0069\u0065\u006cd\u0020n\u006f\u0074\u0020\u0073\u0065\u0074\u002e\u0020\u0053\u0065\u0074\u0074\u0069\u006e\u0067\u0020\u0054\u0079p\u0065\u0020\u0074\u006f\u0020\u0050\u0061\u0067\u0065\u0073\u002e"); -_dagcd .Set ("\u0054\u0079\u0070\u0065",_eb .MakeName ("\u0050\u0061\u0067e\u0073"));};if _ffcfd ,_fdgdg :=_eb .GetInt (_dagcd .Get ("\u0052\u006f\u0074\u0061\u0074\u0065"));_fdgdg {_bcfg :=int64 (*_ffcfd );_faae .Rotate =&_bcfg ;};_faae ._ecddba =_cadac ; -_faae ._bagcfd =_fadc ;_faae ._bgdad =_dagcd ;_faae ._agfdg =_bdabg ;_faae ._cdbc =int (*_bfdgd );_faae ._cbaff =[]*_eb .PdfIndirectObject {};_cccfag :=map[_eb .PdfObject ]struct{}{};_dbagb =_faae .buildPageList (_bdabg ,nil ,_cccfag );if _dbagb !=nil {return _dbagb ; -};_ddb .Log .Trace ("\u002d\u002d\u002d");_ddb .Log .Trace ("\u0054\u004f\u0043");_ddb .Log .Trace ("\u0050\u0061\u0067e\u0073");_ddb .Log .Trace ("\u0025\u0064\u003a\u0020\u0025\u0073",len (_faae ._cbaff ),_faae ._cbaff );_faae ._efabg ,_dbagb =_faae .loadOutlines (); -if _dbagb !=nil {_ddb .Log .Debug ("E\u0052\u0052\u004f\u0052\u003a\u0020\u0046\u0061\u0069\u006c\u0065\u0064\u0020\u0074\u006f\u0020\u0062\u0075i\u006c\u0064\u0020\u006f\u0075\u0074\u006c\u0069\u006e\u0065 t\u0072\u0065\u0065 \u0028%\u0073\u0029",_dbagb ); -return _dbagb ;};_faae .AcroForm ,_dbagb =_faae .loadForms ();if _dbagb !=nil {return _dbagb ;};_faae .DSS ,_dbagb =_faae .loadDSS ();if _dbagb !=nil {return _dbagb ;};_faae ._bdffe ,_dbagb =_faae .loadPerms ();if _dbagb !=nil {return _dbagb ;};return nil ; -}; +// NewPdfColorspaceLab returns a new Lab colorspace object. +func NewPdfColorspaceLab ()*PdfColorspaceLab {_cebg :=&PdfColorspaceLab {};_cebg .BlackPoint =[]float64 {0.0,0.0,0.0};_cebg .Range =[]float64 {-100,100,-100,100};return _cebg ;};func (_adf *PdfReader )loadAction (_afef _cee .PdfObject )(*PdfAction ,error ){if _gbbf ,_cbb :=_cee .GetIndirect (_afef ); +_cbb {_ecg ,_ggfd :=_adf .newPdfActionFromIndirectObject (_gbbf );if _ggfd !=nil {return nil ,_ggfd ;};return _ecg ,nil ;}else if !_cee .IsNullObject (_afef ){return nil ,_cdf .New ("\u0061\u0063\u0074\u0069\u006fn\u0020\u0073\u0068\u006f\u0075\u006c\u0064\u0020\u0070\u006f\u0069\u006e\u0074 \u0074\u006f\u0020\u0061\u006e\u0020\u0069\u006e\u0064\u0069\u0072\u0065\u0063\u0074\u0020\u006f\u0062\u006a\u0065\u0063\u0074"); +};return nil ,nil ;}; -// GetPage returns the PdfPage model for the specified page number. -func (_dbbb *PdfReader )GetPage (pageNumber int )(*PdfPage ,error ){if _dbbb ._ebbe .GetCrypter ()!=nil &&!_dbbb ._ebbe .IsAuthenticated (){return nil ,_e .Errorf ("\u0066\u0069\u006c\u0065\u0020\u006e\u0065\u0065\u0064\u0073\u0020\u0074\u006f\u0020\u0062e\u0020d\u0065\u0063\u0072\u0079\u0070\u0074\u0065\u0064\u0020\u0066\u0069\u0072\u0073\u0074"); -};if len (_dbbb ._cbaff )< pageNumber {return nil ,_dcf .New ("\u0069\u006e\u0076a\u006c\u0069\u0064\u0020\u0070\u0061\u0067\u0065\u0020\u006e\u0075\u006d\u0062\u0065\u0072\u0020\u0028\u0070\u0061\u0067\u0065\u0020\u0063\u006f\u0075\u006e\u0074\u0020\u0074o\u006f\u0020\u0073\u0068\u006f\u0072\u0074\u0029"); -};_bgacdc :=pageNumber -1;if _bgacdc < 0{return nil ,_e .Errorf ("\u0070\u0061\u0067\u0065\u0020\u006e\u0075\u006d\u0062\u0065r\u0069\u006e\u0067\u0020\u006d\u0075\u0073t\u0020\u0073\u0074\u0061\u0072\u0074\u0020\u0061\u0074\u0020\u0031");};_eecfc :=_dbbb .PageList [_bgacdc ]; -return _eecfc ,nil ;}; +// IsCenterWindow returns the value of the centerWindow flag. +func (_bfggb *ViewerPreferences )IsCenterWindow ()bool {if _bfggb ._gaffg ==nil {return false ;};return *_bfggb ._gaffg ;};func (_cggda *PdfWriter )copyObject (_gcdcb _cee .PdfObject ,_cefba map[_cee .PdfObject ]_cee .PdfObject ,_ddfb map[_cee .PdfObject ]struct{},_fcccg bool )_cee .PdfObject {_acbfc :=!_cggda ._fbaeb &&_ddfb !=nil ; +if _feef ,_fegb :=_cefba [_gcdcb ];_fegb {if _acbfc &&!_fcccg {delete (_ddfb ,_gcdcb );};return _feef ;};if _gcdcb ==nil {_bdgf :=_cee .MakeNull ();return _bdgf ;};_beedee :=_gcdcb ;switch _gfeaca :=_gcdcb .(type ){case *_cee .PdfObjectArray :_fabfa :=_cee .MakeArray (); +_beedee =_fabfa ;_cefba [_gcdcb ]=_beedee ;for _ ,_fcffgg :=range _gfeaca .Elements (){_fabfa .Append (_cggda .copyObject (_fcffgg ,_cefba ,_ddfb ,_fcccg ));};case *_cee .PdfObjectStreams :_dfgfg :=&_cee .PdfObjectStreams {PdfObjectReference :_gfeaca .PdfObjectReference }; +_beedee =_dfgfg ;_cefba [_gcdcb ]=_beedee ;for _ ,_eaffad :=range _gfeaca .Elements (){_dfgfg .Append (_cggda .copyObject (_eaffad ,_cefba ,_ddfb ,_fcccg ));};case *_cee .PdfObjectStream :_bcba :=&_cee .PdfObjectStream {Stream :_gfeaca .Stream ,PdfObjectReference :_gfeaca .PdfObjectReference ,Lazy :_gfeaca .Lazy ,TempFile :_gfeaca .TempFile }; +_beedee =_bcba ;_cefba [_gcdcb ]=_beedee ;_bcba .PdfObjectDictionary =_cggda .copyObject (_gfeaca .PdfObjectDictionary ,_cefba ,_ddfb ,_fcccg ).(*_cee .PdfObjectDictionary );case *_cee .PdfObjectDictionary :var _cbfge bool ;if _acbfc &&!_fcccg {if _bbbbd ,_ :=_cee .GetNameVal (_gfeaca .Get ("\u0054\u0079\u0070\u0065")); +_bbbbd =="\u0050\u0061\u0067\u0065"{_ ,_bcbdd :=_cggda ._gecd [_gfeaca ];_fcccg =!_bcbdd ;_cbfge =_fcccg ;};};_facgg :=_cee .MakeDict ();_beedee =_facgg ;_cefba [_gcdcb ]=_beedee ;for _ ,_ffbdg :=range _gfeaca .Keys (){_facgg .Set (_ffbdg ,_cggda .copyObject (_gfeaca .Get (_ffbdg ),_cefba ,_ddfb ,_fcccg )); +};if _cbfge {_beedee =_cee .MakeNull ();_fcccg =false ;};case *_cee .PdfIndirectObject :_bceeb :=&_cee .PdfIndirectObject {PdfObjectReference :_gfeaca .PdfObjectReference };_beedee =_bceeb ;_cefba [_gcdcb ]=_beedee ;_bceeb .PdfObject =_cggda .copyObject (_gfeaca .PdfObject ,_cefba ,_ddfb ,_fcccg ); +case *_cee .PdfObjectString :_dfeeb :=*_gfeaca ;_beedee =&_dfeeb ;_cefba [_gcdcb ]=_beedee ;case *_cee .PdfObjectName :_geagd :=*_gfeaca ;_beedee =&_geagd ;_cefba [_gcdcb ]=_beedee ;case *_cee .PdfObjectNull :_beedee =_cee .MakeNull ();_cefba [_gcdcb ]=_beedee ; +case *_cee .PdfObjectInteger :_aefbfa :=*_gfeaca ;_beedee =&_aefbfa ;_cefba [_gcdcb ]=_beedee ;case *_cee .PdfObjectReference :_afab :=*_gfeaca ;_beedee =&_afab ;_cefba [_gcdcb ]=_beedee ;case *_cee .PdfObjectFloat :_aaeffe :=*_gfeaca ;_beedee =&_aaeffe ; +_cefba [_gcdcb ]=_beedee ;case *_cee .PdfObjectBool :_agcg :=*_gfeaca ;_beedee =&_agcg ;_cefba [_gcdcb ]=_beedee ;case *pdfSignDictionary :_febdf :=&pdfSignDictionary {PdfObjectDictionary :_cee .MakeDict (),_efde :_gfeaca ._efde ,_dddage :_gfeaca ._dddage }; +_beedee =_febdf ;_cefba [_gcdcb ]=_beedee ;for _ ,_bdgb :=range _gfeaca .Keys (){_febdf .Set (_bdgb ,_cggda .copyObject (_gfeaca .Get (_bdgb ),_cefba ,_ddfb ,_fcccg ));};default:_fca .Log .Info ("\u0054\u004f\u0044\u004f\u0028\u0061\u0035\u0069\u0029\u003a\u0020\u0069\u006dp\u006c\u0065\u006d\u0065\u006e\u0074 \u0063\u006f\u0070\u0079\u004f\u0062\u006a\u0065\u0063\u0074\u0020\u0066\u006fr\u0020\u0025\u002b\u0076",_gcdcb ); +};if _acbfc &&_fcccg {_ddfb [_gcdcb ]=struct{}{};};return _beedee ;}; + +// SetCatalogViewerPreferences sets the catalog ViewerPreferences dictionary. +func (_effd *PdfWriter )SetCatalogViewerPreferences (pref _cee .PdfObject )error {if pref ==nil {_effd ._cdebc .Remove ("\u0056\u0069\u0065\u0077\u0065\u0072\u0050\u0072\u0065\u0066\u0065\u0072e\u006e\u0063\u0065\u0073");return nil ;};if _cbcca ,_acgfcc :=pref .(*_cee .PdfObjectReference ); +_acgfcc {pref =_cbcca .Resolve ();if pref ==nil {_effd ._cdebc .Remove ("\u0056\u0069\u0065\u0077\u0065\u0072\u0050\u0072\u0065\u0066\u0065\u0072e\u006e\u0063\u0065\u0073");return nil ;};};_effd .addObject (pref );_effd ._cdebc .Set ("\u0056\u0069\u0065\u0077\u0065\u0072\u0050\u0072\u0065\u0066\u0065\u0072e\u006e\u0063\u0065\u0073",pref ); +return nil ;}; + +// GetStandardApplier gets currently used StandardApplier.. +func (_fdbfa *PdfWriter )GetStandardApplier ()StandardApplier {return _fdbfa ._bacda }; // ToPdfObject implements interface PdfModel. -func (_abgdb *PdfFilespec )ToPdfObject ()_eb .PdfObject {_bfdef :=_abgdb .getDict ();_bfdef .Clear ();_bfdef .Set ("\u0054\u0079\u0070\u0065",_eb .MakeName ("\u0046\u0069\u006c\u0065\u0073\u0070\u0065\u0063"));_bfdef .SetIfNotNil ("\u0046\u0053",_abgdb .FS ); -_bfdef .SetIfNotNil ("\u0046",_abgdb .F );_bfdef .SetIfNotNil ("\u0055\u0046",_abgdb .UF );_bfdef .SetIfNotNil ("\u0044\u004f\u0053",_abgdb .DOS );_bfdef .SetIfNotNil ("\u004d\u0061\u0063",_abgdb .Mac );_bfdef .SetIfNotNil ("\u0055\u006e\u0069\u0078",_abgdb .Unix ); -_bfdef .SetIfNotNil ("\u0049\u0044",_abgdb .ID );_bfdef .SetIfNotNil ("\u0056",_abgdb .V );_bfdef .SetIfNotNil ("\u0045\u0046",_abgdb .EF );_bfdef .SetIfNotNil ("\u0052\u0046",_abgdb .RF );_bfdef .SetIfNotNil ("\u0044\u0065\u0073\u0063",_abgdb .Desc ); -_bfdef .SetIfNotNil ("\u0043\u0049",_abgdb .CI );_bfdef .SetIfNotNil ("\u0041\u0046\u0052\u0065\u006c\u0061\u0074\u0069\u006fn\u0073\u0068\u0069\u0070",_abgdb .AFRelationship );return _abgdb ._cbefe ;}; +func (_cbga *PdfAnnotationPolyLine )ToPdfObject ()_cee .PdfObject {_cbga .PdfAnnotation .ToPdfObject ();_fdga :=_cbga ._eddc ;_efe :=_fdga .PdfObject .(*_cee .PdfObjectDictionary );_cbga .PdfAnnotationMarkup .appendToPdfDictionary (_efe );_efe .SetIfNotNil ("\u0053u\u0062\u0074\u0079\u0070\u0065",_cee .MakeName ("\u0050\u006f\u006c\u0079\u004c\u0069\u006e\u0065")); +_efe .SetIfNotNil ("\u0056\u0065\u0072\u0074\u0069\u0063\u0065\u0073",_cbga .Vertices );_efe .SetIfNotNil ("\u004c\u0045",_cbga .LE );_efe .SetIfNotNil ("\u0042\u0053",_cbga .BS );_efe .SetIfNotNil ("\u0049\u0043",_cbga .IC );_efe .SetIfNotNil ("\u0042\u0045",_cbga .BE ); +_efe .SetIfNotNil ("\u0049\u0054",_cbga .IT );_efe .SetIfNotNil ("\u004de\u0061\u0073\u0075\u0072\u0065",_cbga .Measure );return _fdga ;};func _edddd (_fgfcg _cee .PdfObject )*IDTree {_fgfcg =_cee .ResolveReference (_fgfcg );_gfddcb :=_cee .MakeArray (); +_ececad :=_cee .MakeArray ();_agedd :=[]*IDTree {};if _bfbbf ,_facfa :=_cee .GetDict (_fgfcg );_facfa {if _dggege :=_bfbbf .Get ("\u004e\u0061\u006de\u0073");_dggege !=nil {_dggege =_cee .ResolveReference (_dggege );if _bbfce ,_cbaf :=_cee .GetArray (_dggege ); +_cbaf {for _ ,_egacc :=range _bbfce .Elements (){_gfddcb .Append (_egacc );};};};if _fagba :=_bfbbf .Get ("\u004c\u0069\u006d\u0069\u0074\u0073");_fagba !=nil {_fagba =_cee .ResolveReference (_fagba );if _gdagf ,_cbdbg :=_cee .GetArray (_fagba );_cbdbg {for _gbbda :=0; +_gbbda < 2;_gbbda ++{_ececad .Append (_gdagf .Get (_gbbda ));};};};if _ffedea :=_bfbbf .Get ("\u004b\u0069\u0064\u0073");_ffedea !=nil {_ffedea =_cee .ResolveReference (_ffedea );if _fdged ,_dggdd :=_cee .GetArray (_ffedea );_dggdd {for _ ,_bcadc :=range _fdged .Elements (){_cdfca :=_edddd (_bcadc ); +_agedd =append (_agedd ,_cdfca );};};};};_fadeg :=&IDTree {Names :_gfddcb ,Limits :_ececad };if len (_agedd )> 0{_fadeg .Kids =_agedd ;};return _fadeg ;};type pdfFontType0 struct{fontCommon ;_eddba *_cee .PdfIndirectObject ;_daac _dae .TextEncoder ;Encoding _cee .PdfObject ; +DescendantFont *PdfFont ;_dcffd *_dgg .CMap ;}; -// PdfShadingPatternType3 is shading patterns that will use a Type 3 shading pattern (Radial). -type PdfShadingPatternType3 struct{*PdfPattern ;Shading *PdfShadingType3 ;Matrix *_eb .PdfObjectArray ;ExtGState _eb .PdfObject ;}; +// NewStandard14FontMustCompile returns the standard 14 font named `basefont` as a *PdfFont. +// If `basefont` is one of the 14 Standard14Font values defined above then NewStandard14FontMustCompile +// is guaranteed to succeed. +func NewStandard14FontMustCompile (basefont StdFontName )*PdfFont {_eeefa ,_agbf :=NewStandard14Font (basefont );if _agbf !=nil {panic (_e .Errorf ("\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0053\u0074\u0061n\u0064\u0061\u0072\u0064\u0031\u0034\u0046\u006f\u006e\u0074 \u0025\u0023\u0071",basefont )); +};return _eeefa ;}; -// GetContainingPdfObject returns the container of the resources object (indirect object). -func (_becba *PdfPageResources )GetContainingPdfObject ()_eb .PdfObject {return _becba ._fdada }; +// PrintArea returns the value of the printArea. +func (_dbabea *ViewerPreferences )PrintArea ()PageBoundary {return _dbabea ._eedee }; -// FieldAppearanceGenerator generates appearance stream for a given field. -type FieldAppearanceGenerator interface{ContentStreamWrapper ;GenerateAppearanceDict (_dacgd *PdfAcroForm ,_dbed *PdfField ,_ggbde *PdfAnnotationWidget )(*_eb .PdfObjectDictionary ,error );}; +// AddPage adds a page to the PDF file. The new page should be an indirect object. +func (_ffcdg *PdfWriter )AddPage (page *PdfPage )error {const _eeaaa ="\u006d\u006f\u0064el\u003a\u0050\u0064\u0066\u0057\u0072\u0069\u0074\u0065\u0072\u002e\u0041\u0064\u0064\u0050\u0061\u0067\u0065";_adfebd (page );_gagb :=page .ToPdfObject ();_fca .Log .Trace ("\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d"); +_fca .Log .Trace ("\u0041p\u0070\u0065\u006e\u0064i\u006e\u0067\u0020\u0074\u006f \u0070a\u0067e\u0020\u006c\u0069\u0073\u0074\u0020\u0025T",_gagb );_afbba ,_ddfaa :=_cee .GetIndirect (_gagb );if !_ddfaa {return _cdf .New ("\u0070\u0061\u0067\u0065\u0020\u0073h\u006f\u0075\u006c\u0064\u0020\u0062\u0065\u0020\u0061\u006e\u0020\u0069\u006ed\u0069\u0072\u0065\u0063\u0074\u0020\u006fb\u006a\u0065\u0063\u0074"); +};_fca .Log .Trace ("\u0025\u0073",_afbba );_fca .Log .Trace ("\u0025\u0073",_afbba .PdfObject );_gaeda ,_ddfaa :=_cee .GetDict (_afbba .PdfObject );if !_ddfaa {return _cdf .New ("\u0070\u0061\u0067e \u006f\u0062\u006a\u0065\u0063\u0074\u0020\u0073\u0068o\u0075l\u0064 \u0062e\u0020\u0061\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079"); +};_ccgdb ,_ddfaa :=_cee .GetName (_gaeda .Get ("\u0054\u0079\u0070\u0065"));if !_ddfaa {return _e .Errorf ("\u0070\u0061\u0067\u0065\u0020\u0073\u0068\u006f\u0075\u006c\u0064\u0020\u0068\u0061\u0076\u0065\u0020\u0061\u0020\u0054y\u0070\u0065\u0020\u006b\u0065\u0079\u0020\u0077\u0069t\u0068\u0020\u0061\u0020\u0076\u0061\u006c\u0075\u0065\u0020\u006f\u0066\u0020t\u0079\u0070\u0065\u0020\u006e\u0061m\u0065\u0020\u0028%\u0054\u0029",_gaeda .Get ("\u0054\u0079\u0070\u0065")); +};if _ccgdb .String ()!="\u0050\u0061\u0067\u0065"{return _cdf .New ("\u0066\u0069e\u006c\u0064\u0020\u0054\u0079\u0070\u0065\u0020\u0021\u003d\u0020\u0050\u0061\u0067\u0065\u0020\u0028\u0052\u0065\u0071\u0075\u0069re\u0064\u0029");};_fcedfg :=[]_cee .PdfObjectName {"\u0052e\u0073\u006f\u0075\u0072\u0063\u0065s","\u004d\u0065\u0064\u0069\u0061\u0042\u006f\u0078","\u0043r\u006f\u0070\u0042\u006f\u0078","\u0052\u006f\u0074\u0061\u0074\u0065"}; +_fagcf ,_affeb :=_cee .GetIndirect (_gaeda .Get ("\u0050\u0061\u0072\u0065\u006e\u0074"));_fca .Log .Trace ("P\u0061g\u0065\u0020\u0050\u0061\u0072\u0065\u006e\u0074:\u0020\u0025\u0054\u0020(%\u0076\u0029",_gaeda .Get ("\u0050\u0061\u0072\u0065\u006e\u0074"),_affeb ); +for _affeb {_fca .Log .Trace ("\u0050a\u0067e\u0020\u0050\u0061\u0072\u0065\u006e\u0074\u003a\u0020\u0025\u0054",_fagcf );_dgcee ,_eeebg :=_cee .GetDict (_fagcf .PdfObject );if !_eeebg {return _cdf .New ("i\u006e\u0076\u0061\u006cid\u0020P\u0061\u0072\u0065\u006e\u0074 \u006f\u0062\u006a\u0065\u0063\u0074"); +};for _ ,_gccef :=range _fcedfg {_fca .Log .Trace ("\u0046\u0069\u0065\u006c\u0064\u0020\u0025\u0073",_gccef );if _gaeda .Get (_gccef )!=nil {_fca .Log .Trace ("\u002d \u0070a\u0067\u0065\u0020\u0068\u0061s\u0020\u0061l\u0072\u0065\u0061\u0064\u0079"); +continue ;};if _fbfcg :=_dgcee .Get (_gccef );_fbfcg !=nil {_fca .Log .Trace ("\u0049\u006e\u0068\u0065ri\u0074\u0069\u006e\u0067\u0020\u0066\u0069\u0065\u006c\u0064\u0020\u0025\u0073",_gccef );_gaeda .Set (_gccef ,_fbfcg );};};_fagcf ,_affeb =_cee .GetIndirect (_dgcee .Get ("\u0050\u0061\u0072\u0065\u006e\u0074")); +_fca .Log .Trace ("\u004ee\u0078t\u0020\u0070\u0061\u0072\u0065\u006e\u0074\u003a\u0020\u0025\u0054",_dgcee .Get ("\u0050\u0061\u0072\u0065\u006e\u0074"));};_fca .Log .Trace ("\u0054\u0072\u0061\u0076\u0065\u0072\u0073\u0061\u006c \u0064\u006f\u006e\u0065"); +_gaeda .Set ("\u0050\u0061\u0072\u0065\u006e\u0074",_ffcdg ._cdggg );_afbba .PdfObject =_gaeda ;_cfbfed ,_ddfaa :=_cee .GetDict (_ffcdg ._cdggg .PdfObject );if !_ddfaa {return _cdf .New ("\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0050\u0061g\u0065\u0073\u0020\u006f\u0062\u006a\u0020(\u006e\u006f\u0074\u0020\u0061\u0020\u0064\u0069\u0063\u0074\u0029"); +};_ceebbg ,_ddfaa :=_cee .GetArray (_cfbfed .Get ("\u004b\u0069\u0064\u0073"));if !_ddfaa {return _cdf .New ("\u0069\u006ev\u0061\u006c\u0069\u0064 \u0050\u0061g\u0065\u0073\u0020\u004b\u0069\u0064\u0073\u0020o\u0062\u006a\u0020\u0028\u006e\u006f\u0074\u0020\u0061\u006e\u0020\u0061r\u0072\u0061\u0079\u0029"); +};_ceebbg .Append (_afbba );_ffcdg ._gecd [_gaeda ]=struct{}{};_ffcdg ._dcdg =append (_ffcdg ._dcdg ,_afbba );_ffgff ,_ddfaa :=_cee .GetInt (_cfbfed .Get ("\u0043\u006f\u0075n\u0074"));if !_ddfaa {return _cdf .New ("\u0069\u006e\u0076\u0061\u006c\u0069\u0064 \u0050\u0061\u0067e\u0073\u0020\u0043\u006fu\u006e\u0074\u0020\u006f\u0062\u006a\u0065\u0063\u0074\u0020\u0028\u006e\u006f\u0074\u0020\u0061\u006e\u0020\u0069\u006e\u0074\u0065\u0067\u0065\u0072\u0029"); +};*_ffgff =*_ffgff +1;if page ._acbbg ==nil {_bcadb :=_ade .Track (_ffcdg ._cbdcf ,_eeaaa ,_ffcdg ._cafaa );if _bcadb !=nil {return _bcadb ;};}else {_egbada :=_ade .Track (page ._acbbg ._cdddg ,_eeaaa ,page ._acbbg ._ddbge );if _egbada !=nil {return _egbada ; +};};_ffcdg .addObject (_afbba );_deff :=_ffcdg .addObjects (_gaeda );if _deff !=nil {return _deff ;};return nil ;}; -// ToPdfObject sets the common field elements. -// Note: Call the more field context's ToPdfObject to set both the generic and -// non-generic information. -func (_gaeb *PdfField )ToPdfObject ()_eb .PdfObject {_cdbdb :=_gaeb ._adgda ;_aeaf :=_cdbdb .PdfObject .(*_eb .PdfObjectDictionary );_fcec :=_eb .MakeArray ();for _ ,_bdee :=range _gaeb .Kids {_fcec .Append (_bdee .ToPdfObject ());};for _ ,_cbeeg :=range _gaeb .Annotations {if _cbeeg ._ggf !=_gaeb ._adgda {_fcec .Append (_cbeeg .GetContext ().ToPdfObject ()); -};};if _gaeb .Parent !=nil {_aeaf .SetIfNotNil ("\u0050\u0061\u0072\u0065\u006e\u0074",_gaeb .Parent .GetContainingPdfObject ());};if _fcec .Len ()> 0{_aeaf .Set ("\u004b\u0069\u0064\u0073",_fcec );};_aeaf .SetIfNotNil ("\u0046\u0054",_gaeb .FT );_aeaf .SetIfNotNil ("\u0054",_gaeb .T ); -_aeaf .SetIfNotNil ("\u0054\u0055",_gaeb .TU );_aeaf .SetIfNotNil ("\u0054\u004d",_gaeb .TM );_aeaf .SetIfNotNil ("\u0046\u0066",_gaeb .Ff );_aeaf .SetIfNotNil ("\u0056",_gaeb .V );_aeaf .SetIfNotNil ("\u0044\u0056",_gaeb .DV );_aeaf .SetIfNotNil ("\u0041\u0041",_gaeb .AA ); -if _gaeb .VariableText !=nil {_aeaf .SetIfNotNil ("\u0044\u0041",_gaeb .VariableText .DA );_aeaf .SetIfNotNil ("\u0051",_gaeb .VariableText .Q );_aeaf .SetIfNotNil ("\u0044\u0053",_gaeb .VariableText .DS );_aeaf .SetIfNotNil ("\u0052\u0056",_gaeb .VariableText .RV ); -};return _cdbdb ;};func _gaefa ()*Names {return &Names {_cggag :_eb .MakeIndirectObject (_eb .MakeDict ())}}; +// GetRuneMetrics iterates through each font in the list of fonts the returns the fonts.CharMetrics from working font. +func (_gggca *MultipleFontEncoder )GetRuneMetrics (r rune )(_ce .CharMetrics ,bool ){_bfegdb :=_gggca .CurrentFont ;_ffgg ,_fabac :=_bfegdb .GetRuneMetrics (r );for _feddb :=1;_feddb < len (_gggca ._ecfa )&&_ffgg .Wx ==0;_feddb ++{_bfegdb =_gggca ._ecfa [_feddb ]; +_ffgg ,_fabac =_bfegdb .GetRuneMetrics (r );};return _ffgg ,_fabac ;}; -// NewDSS returns a new DSS dictionary. -func NewDSS ()*DSS {return &DSS {_fcdgc :_eb .MakeIndirectObject (_eb .MakeDict ()),VRI :map[string ]*VRI {}};}; +// SetFilter sets compression filter. Decodes with current filter sets and +// encodes the data with the new filter. +func (_bafcbf *XObjectImage )SetFilter (encoder _cee .StreamEncoder )error {_eegc :=_bafcbf .Stream ;_dggg ,_gggfc :=_bafcbf .Filter .DecodeBytes (_eegc );if _gggfc !=nil {return _gggfc ;};_bafcbf .Filter =encoder ;encoder .UpdateParams (_bafcbf .getParamsDict ()); +_eegc ,_gggfc =encoder .EncodeBytes (_dggg );if _gggfc !=nil {return _gggfc ;};_bafcbf .Stream =_eegc ;return nil ;}; -// NewPdfActionHide returns a new "hide" action. -func NewPdfActionHide ()*PdfActionHide {_eggf :=NewPdfAction ();_gab :=&PdfActionHide {};_gab .PdfAction =_eggf ;_eggf .SetContext (_gab );return _gab ;}; +// NewPdfAnnotationRichMedia returns a new rich media annotation. +func NewPdfAnnotationRichMedia ()*PdfAnnotationRichMedia {_bbbb :=NewPdfAnnotation ();_cadc :=&PdfAnnotationRichMedia {};_cadc .PdfAnnotation =_bbbb ;_bbbb .SetContext (_cadc );return _cadc ;}; -// GetNumComponents returns the number of color components of the underlying -// colorspace device. -func (_bfbd *PdfColorspaceSpecialPattern )GetNumComponents ()int {return _bfbd .UnderlyingCS .GetNumComponents ();};func (_ceddg *PdfWriter )writeTrailer (_dgfbce int ){_ceddg .writeString ("\u0078\u0072\u0065\u0066\u000d\u000a");for _eefadc :=0;_eefadc <=_dgfbce ; -{for ;_eefadc <=_dgfbce ;_eefadc ++{_gbcbd ,_addgg :=_ceddg ._aggfdb [_eefadc ];if _addgg &&(!_ceddg ._caed ||_ceddg ._caed &&(_gbcbd .Type ==1&&_gbcbd .Offset >=_ceddg ._dfbcf ||_gbcbd .Type ==0)){break ;};};var _bgce int ;for _bgce =_eefadc +1;_bgce <=_dgfbce ; -_bgce ++{_caccg ,_cedbf :=_ceddg ._aggfdb [_bgce ];if _cedbf &&(!_ceddg ._caed ||_ceddg ._caed &&(_caccg .Type ==1&&_caccg .Offset > _ceddg ._dfbcf )){continue ;};break ;};_fadgc :=_e .Sprintf ("\u0025d\u0020\u0025\u0064\u000d\u000a",_eefadc ,_bgce -_eefadc ); -_ceddg .writeString (_fadgc );for _cgbdc :=_eefadc ;_cgbdc < _bgce ;_cgbdc ++{_edgea :=_ceddg ._aggfdb [_cgbdc ];switch _edgea .Type {case 0:_fadgc =_e .Sprintf ("\u0025\u002e\u0031\u0030\u0064\u0020\u0025\u002e\u0035d\u0020\u0066\u000d\u000a",0,65535); -_ceddg .writeString (_fadgc );case 1:_fadgc =_e .Sprintf ("\u0025\u002e\u0031\u0030\u0064\u0020\u0025\u002e\u0035d\u0020\u006e\u000d\u000a",_edgea .Offset ,0);_ceddg .writeString (_fadgc );};};_eefadc =_bgce +1;};_eaebdf :=_eb .MakeDict ();_eaebdf .Set ("\u0049\u006e\u0066\u006f",_ceddg ._ecagd ); -_eaebdf .Set ("\u0052\u006f\u006f\u0074",_ceddg ._ccea );_eaebdf .Set ("\u0053\u0069\u007a\u0065",_eb .MakeInteger (int64 (_dgfbce +1)));if _ceddg ._caed &&_ceddg ._becbf > 0{_eaebdf .Set ("\u0050\u0072\u0065\u0076",_eb .MakeInteger (_ceddg ._becbf )); -};if _ceddg ._gadcaa !=nil {_eaebdf .Set ("\u0045n\u0063\u0072\u0079\u0070\u0074",_ceddg ._ebdeed );};if _ceddg ._ddefd ==nil &&_ceddg ._cebgc !=""&&_ceddg ._bgddbe !=""{_ceddg ._ddefd =_eb .MakeArray (_eb .MakeHexString (_ceddg ._cebgc ),_eb .MakeHexString (_ceddg ._bgddbe )); -};if _ceddg ._ddefd !=nil {_eaebdf .Set ("\u0049\u0044",_ceddg ._ddefd );_ddb .Log .Trace ("\u0049d\u0073\u003a\u0020\u0025\u0073",_ceddg ._ddefd );};_ceddg .writeString ("\u0074\u0072\u0061\u0069\u006c\u0065\u0072\u000a");_ceddg .writeString (_eaebdf .WriteString ()); -_ceddg .writeString ("\u000a");}; +// NewOutlineBookmark returns an initialized PdfOutlineItem for a given bookmark title and page. +func NewOutlineBookmark (title string ,page *_cee .PdfIndirectObject )*PdfOutlineItem {_gbcff :=PdfOutlineItem {};_gbcff ._afcbg =&_gbcff ;_gbcff .Title =_cee .MakeString (title );_eabfg :=_cee .MakeArray ();_eabfg .Append (page );_eabfg .Append (_cee .MakeName ("\u0046\u0069\u0074")); +_gbcff .Dest =_eabfg ;return &_gbcff ;};func (_ecgfg *PdfReader )traverseObjectData (_gggce _cee .PdfObject )error {return _cee .ResolveReferencesDeep (_gggce ,_ecgfg ._efaec );}; -// GetSamples converts the raw byte slice into samples which are stored in a uint32 bit array. -// Each sample is represented by BitsPerComponent consecutive bits in the raw data. -// NOTE: The method resamples the image byte data before returning the result and -// this could lead to high memory usage, especially on large images. It should -// be avoided, when possible. It is recommended to access the Data field of the -// image directly or use the ColorAt method to extract individual pixels. -func (_gdefb *Image )GetSamples ()[]uint32 {_aebd :=_bb .ResampleBytes (_gdefb .Data ,int (_gdefb .BitsPerComponent ));if _gdefb .BitsPerComponent < 8{_aebd =_gdefb .samplesTrimPadding (_aebd );};_ebacb :=int (_gdefb .Width )*int (_gdefb .Height )*_gdefb .ColorComponents ; -if len (_aebd )< _ebacb {_ddb .Log .Debug ("\u0045r\u0072\u006fr\u003a\u0020\u0054o\u006f\u0020\u0066\u0065\u0077\u0020\u0073a\u006d\u0070\u006c\u0065\u0073\u0020(\u0067\u006f\u0074\u0020\u0025\u0064\u002c\u0020\u0065\u0078\u0070e\u0063\u0074\u0069\u006e\u0067\u0020\u0025\u0064\u0029",len (_aebd ),_ebacb ); -return _aebd ;}else if len (_aebd )> _ebacb {_ddb .Log .Debug ("\u0045r\u0072\u006fr\u003a\u0020\u0054o\u006f\u0020\u006d\u0061\u006e\u0079\u0020s\u0061\u006d\u0070\u006c\u0065\u0073 \u0028\u0067\u006f\u0074\u0020\u0025\u0064\u002c\u0020\u0065\u0078p\u0065\u0063\u0074\u0069\u006e\u0067\u0020\u0025\u0064",len (_aebd ),_ebacb ); -_aebd =_aebd [:_ebacb ];};return _aebd ;}; +// IsCID returns true if the underlying font is CID. +func (_ffega *PdfFont )IsCID ()bool {return _ffega .baseFields ().isCIDFont ()}; -// NewPdfSignatureReferenceDocMDP returns PdfSignatureReference for the transformParams. -func NewPdfSignatureReferenceDocMDP (transformParams *PdfTransformParamsDocMDP )*PdfSignatureReference {return &PdfSignatureReference {Type :_eb .MakeName ("\u0053\u0069\u0067\u0052\u0065\u0066"),TransformMethod :_eb .MakeName ("\u0044\u006f\u0063\u004d\u0044\u0050"),TransformParams :transformParams .ToPdfObject ()}; -}; +// DefaultImageHandler is the default implementation of the ImageHandler using the standard go library. +type DefaultImageHandler struct{}; -// ReplacePage replaces the original page to a new page. -func (_effb *PdfAppender )ReplacePage (pageNum int ,page *PdfPage ){_fcgf :=pageNum -1;for _fffe :=range _effb ._fedg {if _fffe ==_fcgf {_ebab :=page .Duplicate ();_bfcca (_ebab );_effb ._fedg [_fffe ]=_ebab ;};};};type pdfCIDFontType2 struct{fontCommon ; -_fceef *_eb .PdfIndirectObject ;_cafea _fc .TextEncoder ; +// SetContext sets the sub action (context). +func (_bge *PdfAction )SetContext (ctx PdfModel ){_bge ._afe =ctx }; -// Table 117 – Entries in a CIDFont dictionary (page 269) -// Dictionary that defines the character collection of the CIDFont (required). -// See Table 116. -CIDSystemInfo *_eb .PdfObjectDictionary ; +// ColorFromFloats returns a new PdfColor based on the input slice of color +// components. +func (_afaa *PdfColorspaceICCBased )ColorFromFloats (vals []float64 )(PdfColor ,error ){if _afaa .Alternate ==nil {if _afaa .N ==1{_eeef :=NewPdfColorspaceDeviceGray ();return _eeef .ColorFromFloats (vals );}else if _afaa .N ==3{_fdgcb :=NewPdfColorspaceDeviceRGB (); +return _fdgcb .ColorFromFloats (vals );}else if _afaa .N ==4{_dcfg :=NewPdfColorspaceDeviceCMYK ();return _dcfg .ColorFromFloats (vals );}else {return nil ,_cdf .New ("I\u0043\u0043\u0020\u0042\u0061\u0073\u0065\u0064\u0020\u0063\u006f\u006c\u006f\u0072\u0073\u0070\u0061\u0063e\u0020\u006d\u0069\u0073\u0073\u0069\u006e\u0067\u0020\u0061lt\u0065\u0072\u006ea\u0074i\u0076\u0065"); +};};return _afaa .Alternate .ColorFromFloats (vals );}; -// Glyph metrics fields (optional). -DW _eb .PdfObject ;W _eb .PdfObject ;DW2 _eb .PdfObject ;W2 _eb .PdfObject ; +// SetPageLabels sets the PageLabels entry in the PDF catalog. +// See section 12.4.2 "Page Labels" (p. 382 PDF32000_2008). +func (_cfeb *PdfWriter )SetPageLabels (pageLabels _cee .PdfObject )error {if pageLabels ==nil {return nil ;};_fca .Log .Trace ("\u0053\u0065t\u0074\u0069\u006e\u0067\u0020\u0063\u0061\u0074\u0061\u006c\u006f\u0067\u0020\u0050\u0061\u0067\u0065\u004c\u0061\u0062\u0065\u006cs.\u002e\u002e"); +_cfeb ._cdebc .Set ("\u0050\u0061\u0067\u0065\u004c\u0061\u0062\u0065\u006c\u0073",pageLabels );return _cfeb .addObjects (pageLabels );}; -// CIDs to glyph indices mapping (optional). -CIDToGIDMap _eb .PdfObject ;_fcgg map[_fc .CharCode ]float64 ;_aggd float64 ;_caba map[rune ]int ;}; +// NewPdfActionThread returns a new "thread" action. +func NewPdfActionThread ()*PdfActionThread {_cdd :=NewPdfAction ();_ffc :=&PdfActionThread {};_ffc .PdfAction =_cdd ;_cdd .SetContext (_ffc );return _ffc ;}; -// ToPdfObject implements interface PdfModel. -func (_gfa *PdfActionTrans )ToPdfObject ()_eb .PdfObject {_gfa .PdfAction .ToPdfObject ();_bgd :=_gfa ._dee ;_acg :=_bgd .PdfObject .(*_eb .PdfObjectDictionary );_acg .SetIfNotNil ("\u0053",_eb .MakeName (string (ActionTypeTrans )));_acg .SetIfNotNil ("\u0054\u0072\u0061n\u0073",_gfa .Trans ); -return _bgd ;}; +// AddWatermarkImage adds a watermark to the page. +func (_bdeed *PdfPage )AddWatermarkImage (ximg *XObjectImage ,opt WatermarkImageOptions )error {_cfagf ,_cffb :=_bdeed .GetMediaBox ();if _cffb !=nil {return _cffb ;};_bbggbc :=_cfagf .Urx -_cfagf .Llx ;_fbefee :=_cfagf .Ury -_cfagf .Lly ;_fbbbe :=float64 (*ximg .Width ); +_bdce :=(_bbggbc -_fbbbe )/2;if opt .FitToWidth {_fbbbe =_bbggbc ;_bdce =0;};_addgd :=_fbefee ;_afbbb :=float64 (0);if opt .PreserveAspectRatio {_addgd =_fbbbe *float64 (*ximg .Height )/float64 (*ximg .Width );_afbbb =(_fbefee -_addgd )/2;};if _bdeed .Resources ==nil {_bdeed .Resources =NewPdfPageResources (); +};_agbgc :=0;_abaffd :=_cee .PdfObjectName (_e .Sprintf ("\u0049\u006d\u0077%\u0064",_agbgc ));for _bdeed .Resources .HasXObjectByName (_abaffd ){_agbgc ++;_abaffd =_cee .PdfObjectName (_e .Sprintf ("\u0049\u006d\u0077%\u0064",_agbgc ));};_cffb =_bdeed .AddImageResource (_abaffd ,ximg ); +if _cffb !=nil {return _cffb ;};_agbgc =0;_egdgf :=_cee .PdfObjectName (_e .Sprintf ("\u0047\u0053\u0025\u0064",_agbgc ));for _bdeed .HasExtGState (_egdgf ){_agbgc ++;_egdgf =_cee .PdfObjectName (_e .Sprintf ("\u0047\u0053\u0025\u0064",_agbgc ));};_ceega :=_cee .MakeDict (); +_ceega .Set ("\u0042\u004d",_cee .MakeName ("\u004e\u006f\u0072\u006d\u0061\u006c"));_ceega .Set ("\u0043\u0041",_cee .MakeFloat (opt .Alpha ));_ceega .Set ("\u0063\u0061",_cee .MakeFloat (opt .Alpha ));_cffb =_bdeed .AddExtGState (_egdgf ,_ceega );if _cffb !=nil {return _cffb ; +};_acggd :=_e .Sprintf ("\u0071\u000a"+"\u002f%\u0073\u0020\u0067\u0073\u000a"+"%\u002e\u0030\u0066\u0020\u0030\u00200\u0020\u0025\u002e\u0030\u0066\u0020\u0025\u002e\u0034f\u0020\u0025\u002e4\u0066 \u0063\u006d\u000a"+"\u002f%\u0073\u0020\u0044\u006f\u000a"+"\u0051",_egdgf ,_fbbbe ,_addgd ,_bdce ,_afbbb ,_abaffd ); +_bdeed .AddContentStreamByString (_acggd );return nil ;}; -// Image interface is a basic representation of an image used in PDF. -// The colorspace is not specified, but must be known when handling the image. -type Image struct{Width int64 ;Height int64 ;BitsPerComponent int64 ;ColorComponents int ;Data []byte ;_bdcab []byte ;_fedc []float64 ;}; +// ColorToRGB converts a CalRGB color to an RGB color. +func (_dfeg *PdfColorspaceCalRGB )ColorToRGB (color PdfColor )(PdfColor ,error ){_bdgcc ,_eebce :=color .(*PdfColorCalRGB );if !_eebce {_fca .Log .Debug ("\u0049\u006e\u0070ut\u0020\u0063\u006f\u006c\u006f\u0072\u0020\u006e\u006f\u0074\u0020\u0063\u0061\u006c\u0020\u0072\u0067\u0062"); +return nil ,_cdf .New ("\u0074\u0079p\u0065\u0020\u0063h\u0065\u0063\u006b\u0020\u0065\u0072\u0072\u006f\u0072");};_fbfb :=_bdgcc .A ();_dagff :=_bdgcc .B ();_fdbga :=_bdgcc .C ();X :=_dfeg .Matrix [0]*_aaa .Pow (_fbfb ,_dfeg .Gamma [0])+_dfeg .Matrix [3]*_aaa .Pow (_dagff ,_dfeg .Gamma [1])+_dfeg .Matrix [6]*_aaa .Pow (_fdbga ,_dfeg .Gamma [2]); +Y :=_dfeg .Matrix [1]*_aaa .Pow (_fbfb ,_dfeg .Gamma [0])+_dfeg .Matrix [4]*_aaa .Pow (_dagff ,_dfeg .Gamma [1])+_dfeg .Matrix [7]*_aaa .Pow (_fdbga ,_dfeg .Gamma [2]);Z :=_dfeg .Matrix [2]*_aaa .Pow (_fbfb ,_dfeg .Gamma [0])+_dfeg .Matrix [5]*_aaa .Pow (_dagff ,_dfeg .Gamma [1])+_dfeg .Matrix [8]*_aaa .Pow (_fdbga ,_dfeg .Gamma [2]); +_fbde :=3.240479*X +-1.537150*Y +-0.498535*Z ;_afcfa :=-0.969256*X +1.875992*Y +0.041556*Z ;_bcdb :=0.055648*X +-0.204043*Y +1.057311*Z ;_fbde =_aaa .Min (_aaa .Max (_fbde ,0),1.0);_afcfa =_aaa .Min (_aaa .Max (_afcfa ,0),1.0);_bcdb =_aaa .Min (_aaa .Max (_bcdb ,0),1.0); +return NewPdfColorDeviceRGB (_fbde ,_afcfa ,_bcdb ),nil ;}; -// multiFontEncoder implements a an Encoder that holds a list of fonts provided. -type MultipleFontEncoder struct{_fcgbc []*PdfFont ;CurrentFont *PdfFont ;}; +// GetNumComponents returns the number of color components of the colorspace device. +// Returns 1 for a CalGray device. +func (_edbb *PdfColorspaceCalGray )GetNumComponents ()int {return 1}; -// NewPdfColorspaceDeviceN returns an initialized PdfColorspaceDeviceN. -func NewPdfColorspaceDeviceN ()*PdfColorspaceDeviceN {_eebcd :=&PdfColorspaceDeviceN {};return _eebcd ;}; +// FontDescriptor returns font's PdfFontDescriptor. This may be a builtin descriptor for standard 14 +// fonts but must be an explicit descriptor for other fonts. +func (_bgec *PdfFont )FontDescriptor ()*PdfFontDescriptor {if _bgec .baseFields ()._ebcad !=nil {return _bgec .baseFields ()._ebcad ;};if _eagdc :=_bgec ._bggcf .getFontDescriptor ();_eagdc !=nil {return _eagdc ;};_fca .Log .Error ("\u0041\u006cl \u0066\u006f\u006et\u0073\u0020\u0068\u0061ve \u0061 D\u0065\u0073\u0063\u0072\u0069\u0070\u0074or\u002e\u0020\u0066\u006f\u006e\u0074\u003d%\u0073",_bgec ); +return nil ;}; -// Transform rectangle with the supplied matrix. -func (_ecead *PdfRectangle )Transform (transformMatrix _ffg .Matrix ){_ecead .Llx ,_ecead .Lly =transformMatrix .Transform (_ecead .Llx ,_ecead .Lly );_ecead .Urx ,_ecead .Ury =transformMatrix .Transform (_ecead .Urx ,_ecead .Ury );_ecead .Normalize (); -}; +// GetNumComponents returns the number of color components of the colorspace device. +// Returns 3 for a Lab device. +func (_dfdcc *PdfColorspaceLab )GetNumComponents ()int {return 3}; -// SetDuplex sets the value of the duplex. -func (_bbbbd *ViewerPreferences )SetDuplex (duplex Duplex ){_bbbbd ._ebabd =duplex }; +// AddImageResource adds an image to the XObject resources. +func (_cgfdg *PdfPage )AddImageResource (name _cee .PdfObjectName ,ximg *XObjectImage )error {var _abffe *_cee .PdfObjectDictionary ;if _cgfdg .Resources .XObject ==nil {_abffe =_cee .MakeDict ();_cgfdg .Resources .XObject =_abffe ;}else {var _bfede bool ; +_abffe ,_bfede =(_cgfdg .Resources .XObject ).(*_cee .PdfObjectDictionary );if !_bfede {return _cdf .New ("\u0069\u006e\u0076\u0061li\u0064\u0020\u0078\u0072\u0065\u0073\u0020\u0064\u0069\u0063\u0074\u0020\u0074\u0079p\u0065");};};_abffe .Set (name ,ximg .ToPdfObject ()); +return nil ;}; -// Set sets the colorspace corresponding to key. Add to Names if not set. -func (_cbcdb *PdfPageResourcesColorspaces )Set (key _eb .PdfObjectName ,val PdfColorspace ){if _ ,_cfcda :=_cbcdb .Colorspaces [string (key )];!_cfcda {_cbcdb .Names =append (_cbcdb .Names ,string (key ));};_cbcdb .Colorspaces [string (key )]=val ;}; +// NewPdfDate returns a new PdfDate object from a PDF date string (see 7.9.4 Dates). +// format: "D: YYYYMMDDHHmmSSOHH'mm" +func NewPdfDate (dateStr string )(PdfDate ,error ){_gbgge ,_faef :=_af .ParsePdfTime (dateStr );if _faef !=nil {return PdfDate {},_faef ;};return NewPdfDateFromTime (_gbgge );}; -// AddExtGState add External Graphics State (GState). The gsDict can be specified -// either directly as a dictionary or an indirect object containing a dictionary. -func (_dgae *PdfPageResources )AddExtGState (gsName _eb .PdfObjectName ,gsDict _eb .PdfObject )error {if _dgae .ExtGState ==nil {_dgae .ExtGState =_eb .MakeDict ();};_bbeed :=_dgae .ExtGState ;_adef ,_cfgfc :=_eb .TraceToDirectObject (_bbeed ).(*_eb .PdfObjectDictionary ); -if !_cfgfc {_ddb .Log .Debug ("\u0045\u0078\u0074\u0047\u0053\u0074\u0061\u0074\u0065\u0020\u0074\u0079\u0070\u0065\u0020e\u0072r\u006f\u0072\u0020\u0028\u0067\u006f\u0074\u0020\u0025\u0054\u002f\u0025\u0054\u0029",_bbeed ,_eb .TraceToDirectObject (_bbeed )); -return _eb .ErrTypeError ;};_adef .Set (gsName ,gsDict );return nil ;}; +// ToPdfObject returns a PdfObject representation of PdfColorspaceDeviceNAttributes as a PdfObjectDictionary directly +// or indirectly within an indirect object container. +func (_edgfe *PdfColorspaceDeviceNAttributes )ToPdfObject ()_cee .PdfObject {_fabfg :=_cee .MakeDict ();if _edgfe .Subtype !=nil {_fabfg .Set ("\u0053u\u0062\u0074\u0079\u0070\u0065",_edgfe .Subtype );};_fabfg .SetIfNotNil ("\u0043o\u006c\u006f\u0072\u0061\u006e\u0074s",_edgfe .Colorants ); +_fabfg .SetIfNotNil ("\u0050r\u006f\u0063\u0065\u0073\u0073",_edgfe .Process );_fabfg .SetIfNotNil ("M\u0069\u0078\u0069\u006e\u0067\u0048\u0069\u006e\u0074\u0073",_edgfe .MixingHints );if _edgfe ._gedbb !=nil {_edgfe ._gedbb .PdfObject =_fabfg ;return _edgfe ._gedbb ; +};return _fabfg ;}; -// ToInteger convert to an integer format. -func (_gedc *PdfColorDeviceGray )ToInteger (bits int )uint32 {_ecegb :=_gg .Pow (2,float64 (bits ))-1;return uint32 (_ecegb *_gedc .Val ());}; +// NewCompositePdfFontFromTTFFile loads a composite font from a TTF font file. Composite fonts can +// be used to represent unicode fonts which can have multi-byte character codes, representing a wide +// range of values. They are often used for symbolic languages, including Chinese, Japanese and Korean. +// It is represented by a Type0 Font with an underlying CIDFontType2 and an Identity-H encoding map. +// TODO: May be extended in the future to support a larger variety of CMaps and vertical fonts. +// NOTE: For simple fonts, use NewPdfFontFromTTFFile. +func NewCompositePdfFontFromTTFFile (filePath string )(*PdfFont ,error ){_gdgc ,_acee :=_fef .Open (filePath );if _acee !=nil {_fca .Log .Debug ("\u0045\u0052\u0052OR\u003a\u0020\u006f\u0070\u0065\u006e\u0069\u006e\u0067\u0020\u0066\u0069\u006c\u0065\u003a\u0020\u0025\u0076",_acee ); +return nil ,_acee ;};defer _gdgc .Close ();return NewCompositePdfFontFromTTF (_gdgc );}; -// BaseFont returns the font's "BaseFont" field. -func (_fbbb *PdfFont )BaseFont ()string {return _fbbb .baseFields ()._agcc }; +// ColorFromPdfObjects returns a new PdfColor based on the input slice of color +// components. The slice should contain a single PdfObjectFloat element in +// range 0-1. +func (_bgfdf *PdfColorspaceCalGray )ColorFromPdfObjects (objects []_cee .PdfObject )(PdfColor ,error ){if len (objects )!=1{return nil ,_cdf .New ("r\u0061\u006e\u0067\u0065\u0020\u0063\u0068\u0065\u0063\u006b");};_bbbd ,_cabg :=_cee .GetNumbersAsFloat (objects ); +if _cabg !=nil {return nil ,_cabg ;};return _bgfdf .ColorFromFloats (_bbbd );}; -// NewPdfColorspaceDeviceGray returns a new grayscale colorspace. -func NewPdfColorspaceDeviceGray ()*PdfColorspaceDeviceGray {return &PdfColorspaceDeviceGray {}};func (_agdd *Image )samplesTrimPadding (_fefea []uint32 )[]uint32 {_ecfgg :=_agdd .ColorComponents *int (_agdd .Width )*int (_agdd .Height );if len (_fefea )==_ecfgg {return _fefea ; -};_ecea :=make ([]uint32 ,_ecfgg );_adeab :=int (_agdd .Width )*_agdd .ColorComponents ;var _abcff ,_bdaaa ,_facce ,_eafgb int ;_bccb :=_df .BytesPerLine (int (_agdd .Width ),int (_agdd .BitsPerComponent ),_agdd .ColorComponents );for _abcff =0;_abcff < int (_agdd .Height ); -_abcff ++{_bdaaa =_abcff *int (_agdd .Width );_facce =_abcff *_bccb ;for _eafgb =0;_eafgb < _adeab ;_eafgb ++{_ecea [_bdaaa +_eafgb ]=_fefea [_facce +_eafgb ];};};return _ecea ;}; +// NewPdfAppender creates a new Pdf appender from a Pdf reader. +func NewPdfAppender (reader *PdfReader )(*PdfAppender ,error ){_adcg :=&PdfAppender {_dege :reader ._cadbb ,Reader :reader ,_cbdb :reader ._ffdgf ,_gabb :reader ._efaec };_ddec ,_bca :=_adcg ._dege .Seek (0,_fc .SeekEnd );if _bca !=nil {return nil ,_bca ; +};_adcg ._gbcc =_ddec ;if _ ,_bca =_adcg ._dege .Seek (0,_fc .SeekStart );_bca !=nil {return nil ,_bca ;};_adcg ._ebdd ,_bca =NewPdfReader (_adcg ._dege );if _bca !=nil {return nil ,_bca ;};for _ ,_cdcd :=range _adcg .Reader .GetObjectNums (){if _adcg ._cdbef < _cdcd {_adcg ._cdbef =_cdcd ; +};};_adcg ._beg =_adcg ._cbdb .GetXrefTable ();_adcg ._aaf =_adcg ._cbdb .GetXrefOffset ();_adcg ._afca =append (_adcg ._afca ,_adcg ._ebdd .PageList ...);_adcg ._efdc =make (map[_cee .PdfObject ]struct{});_adcg ._edae =make (map[_cee .PdfObject ]int64 ); +_adcg ._abda =make (map[_cee .PdfObject ]struct{});_adcg ._ceed =_adcg ._ebdd .AcroForm ;_adcg ._ccee =_adcg ._ebdd .DSS ;return _adcg ,nil ;};var (CourierName =_ce .CourierName ;CourierBoldName =_ce .CourierBoldName ;CourierObliqueName =_ce .CourierObliqueName ; +CourierBoldObliqueName =_ce .CourierBoldObliqueName ;HelveticaName =_ce .HelveticaName ;HelveticaBoldName =_ce .HelveticaBoldName ;HelveticaObliqueName =_ce .HelveticaObliqueName ;HelveticaBoldObliqueName =_ce .HelveticaBoldObliqueName ;SymbolName =_ce .SymbolName ; +ZapfDingbatsName =_ce .ZapfDingbatsName ;TimesRomanName =_ce .TimesRomanName ;TimesBoldName =_ce .TimesBoldName ;TimesItalicName =_ce .TimesItalicName ;TimesBoldItalicName =_ce .TimesBoldItalicName ;);func (_aeag *PdfReader )newPdfAnnotationStampFromDict (_eeed *_cee .PdfObjectDictionary )(*PdfAnnotationStamp ,error ){_gcfg :=PdfAnnotationStamp {}; +_ecea ,_bcb :=_aeag .newPdfAnnotationMarkupFromDict (_eeed );if _bcb !=nil {return nil ,_bcb ;};_gcfg .PdfAnnotationMarkup =_ecea ;_gcfg .Name =_eeed .Get ("\u004e\u0061\u006d\u0065");return &_gcfg ,nil ;}; -// ToPdfObject implements interface PdfModel. -func (_gadef *Permissions )ToPdfObject ()_eb .PdfObject {return _gadef ._cgbag }; +// FlattenFieldsWithOpts flattens the AcroForm fields of the page using the +// provided field appearance generator and the specified options. If no options +// are specified, all form fields are flattened for the page. +// If a filter function is provided using the opts parameter, only the filtered +// fields are flattened. Otherwise, all form fields are flattened. +func (_gaca *PdfPage )FlattenFieldsWithOpts (appgen FieldAppearanceGenerator ,opts *FieldFlattenOpts )error {_gage :=map[*PdfAnnotation ]bool {};_eage ,_gfdd :=_gaca .GetAnnotations ();if _gfdd !=nil {return _gfdd ;};_dbgg :=false ;for _ ,_faae :=range _eage {if opts .AnnotFilterFunc !=nil {_gage [_faae ]=opts .AnnotFilterFunc (_faae ); +}else {_gage [_faae ]=true ;};if _gage [_faae ]{_dbgg =true ;};};if !_dbgg {return nil ;};return _gaca .flattenFieldsWithOpts (appgen ,opts ,_gage );}; -// GetCharMetrics returns the char metrics for character code `code`. -func (_fabec pdfCIDFontType0 )GetCharMetrics (code _fc .CharCode )(_fg .CharMetrics ,bool ){_cafb :=_fabec ._dcfg ;if _dbada ,_acdcd :=_fabec ._efege [code ];_acdcd {_cafb =_dbada ;};return _fg .CharMetrics {Wx :_cafb },true ;}; +// HasShadingByName checks whether a shading is defined by the specified keyName. +func (_fgde *PdfPageResources )HasShadingByName (keyName _cee .PdfObjectName )bool {_ ,_beacg :=_fgde .GetShadingByName (keyName );return _beacg ;}; -// G returns the value of the green component of the color. -func (_ffc *PdfColorDeviceRGB )G ()float64 {return _ffc [1]};func _ggaac (_ffcbg rune )string {for _cagcee ,_fbcgf :=range _eg .Categories {if len (_cagcee )==2&&_eg .Is (_fbcgf ,_ffcbg ){return _cagcee ;};};return "\u0043\u006e";}; +// PdfShadingType3 is a Radial shading. +type PdfShadingType3 struct{*PdfShading ;Coords *_cee .PdfObjectArray ;Domain *_cee .PdfObjectArray ;Function []PdfFunction ;Extend *_cee .PdfObjectArray ;}; -// NewPdfAnnotationInk returns a new ink annotation. -func NewPdfAnnotationInk ()*PdfAnnotationInk {_feg :=NewPdfAnnotation ();_cbf :=&PdfAnnotationInk {};_cbf .PdfAnnotation =_feg ;_cbf .PdfAnnotationMarkup =&PdfAnnotationMarkup {};_feg .SetContext (_cbf );return _cbf ;};func (_fgdeca *pdfFontSimple )updateStandard14Font (){_edgfb ,_geeeb :=_fgdeca .Encoder ().(_fc .SimpleEncoder ); -if !_geeeb {_ddb .Log .Error ("\u0057\u0072\u006f\u006e\u0067\u0020\u0065\u006e\u0063\u006f\u0064\u0065\u0072\u0020\u0074y\u0070e\u003a\u0020\u0025\u0054\u002e\u0020\u0066\u006f\u006e\u0074\u003d\u0025\u0073\u002e",_fgdeca .Encoder (),_fgdeca );return ; -};_deggf :=_edgfb .Charcodes ();_fgdeca ._cegda =make (map[_fc .CharCode ]float64 ,len (_deggf ));for _ ,_afefc :=range _deggf {_cegaa ,_ :=_edgfb .CharcodeToRune (_afefc );_dfbeb ,_ :=_fgdeca ._gacdb .Read (_cegaa );_fgdeca ._cegda [_afefc ]=_dfbeb .Wx ; -};}; +// ToPdfObject returns the PDF representation of the function. +func (_cgcca *PdfFunctionType3 )ToPdfObject ()_cee .PdfObject {_aeecf :=_cee .MakeDict ();_aeecf .Set ("\u0046\u0075\u006ec\u0074\u0069\u006f\u006e\u0054\u0079\u0070\u0065",_cee .MakeInteger (3));_fbgeb :=&_cee .PdfObjectArray {};for _ ,_dffbc :=range _cgcca .Domain {_fbgeb .Append (_cee .MakeFloat (_dffbc )); +};_aeecf .Set ("\u0044\u006f\u006d\u0061\u0069\u006e",_fbgeb );if _cgcca .Range !=nil {_gdgcb :=&_cee .PdfObjectArray {};for _ ,_cabad :=range _cgcca .Range {_gdgcb .Append (_cee .MakeFloat (_cabad ));};_aeecf .Set ("\u0052\u0061\u006eg\u0065",_gdgcb ); +};if _cgcca .Functions !=nil {_agfdg :=&_cee .PdfObjectArray {};for _ ,_cacef :=range _cgcca .Functions {_agfdg .Append (_cacef .ToPdfObject ());};_aeecf .Set ("\u0046u\u006e\u0063\u0074\u0069\u006f\u006es",_agfdg );};if _cgcca .Bounds !=nil {_bgdgb :=&_cee .PdfObjectArray {}; +for _ ,_cdfgf :=range _cgcca .Bounds {_bgdgb .Append (_cee .MakeFloat (_cdfgf ));};_aeecf .Set ("\u0042\u006f\u0075\u006e\u0064\u0073",_bgdgb );};if _cgcca .Encode !=nil {_badd :=&_cee .PdfObjectArray {};for _ ,_dcged :=range _cgcca .Encode {_badd .Append (_cee .MakeFloat (_dcged )); +};_aeecf .Set ("\u0045\u006e\u0063\u006f\u0064\u0065",_badd );};if _cgcca ._ebff !=nil {_cgcca ._ebff .PdfObject =_aeecf ;return _cgcca ._ebff ;};return _aeecf ;}; -// PdfAnnotationPrinterMark represents PrinterMark annotations. -// (Section 12.5.6.20). -type PdfAnnotationPrinterMark struct{*PdfAnnotation ;MN _eb .PdfObject ;}; +// NewPdfAnnotationFreeText returns a new free text annotation. +func NewPdfAnnotationFreeText ()*PdfAnnotationFreeText {_dece :=NewPdfAnnotation ();_aecg :=&PdfAnnotationFreeText {};_aecg .PdfAnnotation =_dece ;_aecg .PdfAnnotationMarkup =&PdfAnnotationMarkup {};_dece .SetContext (_aecg );return _aecg ;}; -// Evaluate runs the function on the passed in slice and returns the results. -func (_ggeab *PdfFunctionType3 )Evaluate (x []float64 )([]float64 ,error ){if len (x )!=1{_ddb .Log .Error ("\u004f\u006e\u006c\u0079 o\u006e\u0065\u0020\u0069\u006e\u0070\u0075\u0074\u0020\u0061\u006c\u006c\u006f\u0077e\u0064");return nil ,_dcf .New ("r\u0061\u006e\u0067\u0065\u0020\u0063\u0068\u0065\u0063\u006b"); -};return nil ,_dcf .New ("\u006e\u006f\u0074\u0020im\u0070\u006c\u0065\u006d\u0065\u006e\u0074\u0065\u0064\u0020\u0079\u0065\u0074");}; +// GetDescent returns the Descent of the font `descriptor`. +func (_ebgf *PdfFontDescriptor )GetDescent ()(float64 ,error ){return _cee .GetNumberAsFloat (_ebgf .Descent );}; -// SetSamples convert samples to byte-data and sets for the image. -// NOTE: The method resamples the data and this could lead to high memory usage, -// especially on large images. It should be used only when it is not possible -// to work with the image byte data directly. -func (_aeabf *Image )SetSamples (samples []uint32 ){if _aeabf .BitsPerComponent < 8{samples =_aeabf .samplesAddPadding (samples );};_bbege :=_bb .ResampleUint32 (samples ,int (_aeabf .BitsPerComponent ),8);_gcab :=make ([]byte ,len (_bbege ));for _eecae ,_bcgee :=range _bbege {_gcab [_eecae ]=byte (_bcgee ); -};_aeabf .Data =_gcab ;}; +// ColorFromPdfObjects loads the color from PDF objects. +// The first objects (if present) represent the color in underlying colorspace. The last one represents +// the name of the pattern. +func (_cfaef *PdfColorspaceSpecialPattern )ColorFromPdfObjects (objects []_cee .PdfObject )(PdfColor ,error ){if len (objects )< 1{return nil ,_cdf .New ("\u0069\u006e\u0076\u0061l\u0069\u0064\u0020\u006e\u0075\u006d\u0062\u0065\u0072\u0020o\u0066 \u0070\u0061\u0072\u0061\u006d\u0065\u0074e\u0072\u0073"); +};_abff :=&PdfColorPattern {};_cbge ,_bfad :=objects [len (objects )-1].(*_cee .PdfObjectName );if !_bfad {_fca .Log .Debug ("\u0050\u0061\u0074\u0074\u0065\u0072\u006e\u0020\u006e\u0061\u006d\u0065\u0020\u006e\u006ft\u0020a\u0020\u006e\u0061\u006d\u0065\u0020\u0028\u0067\u006f\u0074\u0020\u0025\u0054\u0029",objects [len (objects )-1]); +return nil ,ErrTypeCheck ;};_abff .PatternName =*_cbge ;if len (objects )> 1{_cggef :=objects [0:len (objects )-1];if _cfaef .UnderlyingCS ==nil {_fca .Log .Debug ("P\u0061\u0074t\u0065\u0072\u006e\u0020\u0063\u006f\u006c\u006f\u0072\u0020\u0077\u0069\u0074\u0068\u0020\u0064\u0065\u0066\u0069\u006ee\u0064\u0020\u0063\u006f\u006c\u006f\u0072\u0020\u0063\u006f\u006d\u0070\u006f\u006e\u0065\u006et\u0073\u0020\u0062\u0075\u0074\u0020\u0075\u006e\u0064\u0065\u0072\u006c\u0079i\u006e\u0067\u0020\u0063\u0073\u0020\u006d\u0069\u0073\u0073\u0069n\u0067"); +return nil ,_cdf .New ("\u0075n\u0064\u0065\u0072\u006cy\u0069\u006e\u0067\u0020\u0043S\u0020n\u006ft\u0020\u0064\u0065\u0066\u0069\u006e\u0065d");};_fgag ,_daag :=_cfaef .UnderlyingCS .ColorFromPdfObjects (_cggef );if _daag !=nil {_fca .Log .Debug ("\u0045\u0052R\u004f\u0052\u003a\u0020\u0055n\u0061\u0062\u006c\u0065\u0020t\u006f\u0020\u0063\u006f\u006e\u0076\u0065\u0072\u0074\u0020\u0063\u006f\u006c\u006f\u0072\u0020\u0076\u0069\u0061\u0020\u0075\u006e\u0064\u0065\u0072\u006c\u0079\u0069\u006e\u0067\u0020\u0063\u0073\u003a\u0020\u0025\u0076",_daag ); +return nil ,_daag ;};_abff .Color =_fgag ;};return _abff ,nil ;}; -// PdfAppender appends new PDF content to an existing PDF document via incremental updates. -type PdfAppender struct{_bccd _bagf .ReadSeeker ;_ebcb *_eb .PdfParser ;_adac *PdfReader ;Reader *PdfReader ;_fedg []*PdfPage ;_bddda *PdfAcroForm ;_cedc *DSS ;_fbec *Permissions ;_dce _eb .XrefTable ;_dgc int64 ;_cfgdf int ;_dfg []_eb .PdfObject ;_accfg map[_eb .PdfObject ]struct{}; -_ebcbc map[_eb .PdfObject ]int64 ;_dbae map[_eb .PdfObject ]struct{};_fdfg map[_eb .PdfObject ]struct{};_eabd int64 ;_ffac bool ;_cedcf string ;_fcfd *EncryptOptions ;_ccag *PdfInfo ;}; +// DefaultFont returns the default font, which is currently the built in Helvetica. +func DefaultFont ()*PdfFont {_ggcb ,_fgef :=_ce .NewStdFontByName (HelveticaName );if !_fgef {panic ("\u0048\u0065lv\u0065\u0074\u0069c\u0061\u0020\u0073\u0068oul\u0064 a\u006c\u0077\u0061\u0079\u0073\u0020\u0062e \u0061\u0076\u0061\u0069\u006c\u0061\u0062l\u0065"); +};_ddbfe :=_ebdab (_ggcb );return &PdfFont {_bggcf :&_ddbfe };};func _deeea ()string {_dggagg .Lock ();defer _dggagg .Unlock ();return _bcfcc };func _gbbc (_gcbd *_cee .PdfObjectDictionary )(*PdfFieldChoice ,error ){_faba :=&PdfFieldChoice {};_faba .Opt ,_ =_cee .GetArray (_gcbd .Get ("\u004f\u0070\u0074")); +_faba .TI ,_ =_cee .GetInt (_gcbd .Get ("\u0054\u0049"));_faba .I ,_ =_cee .GetArray (_gcbd .Get ("\u0049"));return _faba ,nil ;}; -// Clear clears the KValue. -func (_ecbaa *KValue )Clear (){_ecbaa ._ccbca =nil ;_ecbaa ._fbgaa =nil ;_ecbaa ._ddaf =nil };func _adbdb (_agadf *fontCommon )*pdfFontType3 {return &pdfFontType3 {fontCommon :*_agadf }};func _fdegcc ()_d .Time {_dfbafc .Lock ();defer _dfbafc .Unlock (); -return _eegaeb }; +// GetCapHeight returns the CapHeight of the font `descriptor`. +func (_cfbg *PdfFontDescriptor )GetCapHeight ()(float64 ,error ){return _cee .GetNumberAsFloat (_cfbg .CapHeight );}; -// FieldFilterFunc represents a PDF field filtering function. If the function -// returns true, the PDF field is kept, otherwise it is discarded. -type FieldFilterFunc func (*PdfField )bool ;func _eadcd (_dabc []byte )[]byte {const _dddcb =52845;const _cefedg =22719;_aafcc :=55665;for _ ,_gbbe :=range _dabc [:4]{_aafcc =(int (_gbbe )+_aafcc )*_dddcb +_cefedg ;};_aeec :=make ([]byte ,len (_dabc )-4); -for _daedf ,_fgcda :=range _dabc [4:]{_aeec [_daedf ]=byte (int (_fgcda )^_aafcc >>8);_aafcc =(int (_fgcda )+_aafcc )*_dddcb +_cefedg ;};return _aeec ;}; +// IsHideMenubar returns the value of the hideMenubar flag. +func (_gafec *ViewerPreferences )IsHideMenubar ()bool {if _gafec ._fcbcb ==nil {return false ;};return *_gafec ._fcbcb ;}; -// ColorToRGB converts a ICCBased color to an RGB color. -func (_cbed *PdfColorspaceICCBased )ColorToRGB (color PdfColor )(PdfColor ,error ){if _cbed .Alternate ==nil {_ddb .Log .Debug ("I\u0043\u0043\u0020\u0042\u0061\u0073\u0065\u0064\u0020\u0063\u006f\u006c\u006f\u0072\u0073\u0070\u0061\u0063e\u0020\u006d\u0069\u0073\u0073\u0069\u006e\u0067\u0020\u0061lt\u0065\u0072\u006ea\u0074i\u0076\u0065"); -if _cbed .N ==1{_ddb .Log .Debug ("\u0049\u0043\u0043\u0020\u0042a\u0073\u0065\u0064\u0020\u0063o\u006co\u0072\u0073\u0070\u0061\u0063\u0065\u0020\u006d\u0069\u0073\u0073\u0069\u006e\u0067\u0020\u0061\u006c\u0074\u0065r\u006e\u0061\u0074\u0069\u0076\u0065\u0020\u002d\u0020\u0075\u0073\u0069\u006e\u0067\u0020\u0044\u0065\u0076\u0069\u0063\u0065\u0047\u0072\u0061y\u0020\u0028\u004e\u003d\u0031\u0029"); -_bdeb :=NewPdfColorspaceDeviceGray ();return _bdeb .ColorToRGB (color );}else if _cbed .N ==3{_ddb .Log .Debug ("\u0049\u0043\u0043\u0020\u0042\u0061\u0073\u0065\u0064\u0020\u0063\u006f\u006c\u006f\u0072\u0073\u0070a\u0063\u0065\u0020\u006d\u0069\u0073\u0073\u0069\u006e\u0067 \u0061\u006c\u0074\u0065\u0072\u006e\u0061\u0074\u0069\u0076\u0065\u0020\u002d\u0020\u0075\u0073\u0069\u006eg\u0020\u0044\u0065\u0076\u0069\u0063e\u0052\u0047B\u0020\u0028N\u003d3\u0029"); -return color ,nil ;}else if _cbed .N ==4{_ddb .Log .Debug ("\u0049\u0043\u0043\u0020\u0042a\u0073\u0065\u0064\u0020\u0063o\u006co\u0072\u0073\u0070\u0061\u0063\u0065\u0020\u006d\u0069\u0073\u0073\u0069\u006e\u0067\u0020\u0061\u006c\u0074\u0065r\u006e\u0061\u0074\u0069\u0076\u0065\u0020\u002d\u0020\u0075\u0073\u0069\u006e\u0067\u0020\u0044\u0065\u0076\u0069\u0063\u0065\u0043\u004d\u0059K\u0020\u0028\u004e\u003d\u0034\u0029"); -_abecf :=NewPdfColorspaceDeviceCMYK ();return _abecf .ColorToRGB (color );}else {return nil ,_dcf .New ("I\u0043\u0043\u0020\u0042\u0061\u0073\u0065\u0064\u0020\u0063\u006f\u006c\u006f\u0072\u0073\u0070\u0061\u0063e\u0020\u006d\u0069\u0073\u0073\u0069\u006e\u0067\u0020\u0061lt\u0065\u0072\u006ea\u0074i\u0076\u0065"); -};};_ddb .Log .Trace ("\u0049\u0043\u0043 \u0042\u0061\u0073\u0065\u0064\u0020\u0063\u006f\u006c\u006f\u0072\u0073\u0070\u0061\u0063\u0065\u0020\u0077\u0069\u0074\u0068\u0020\u0061\u006c\u0074\u0065\u0072\u006e\u0061t\u0069\u0076\u0065\u003a\u0020\u0025\u0023\u0076",_cbed ); -return _cbed .Alternate .ColorToRGB (color );};func (_cadb *PdfReader )newPdfAnnotationLineFromDict (_dff *_eb .PdfObjectDictionary )(*PdfAnnotationLine ,error ){_acad :=PdfAnnotationLine {};_efcf ,_ead :=_cadb .newPdfAnnotationMarkupFromDict (_dff );if _ead !=nil {return nil ,_ead ; -};_acad .PdfAnnotationMarkup =_efcf ;_acad .L =_dff .Get ("\u004c");_acad .BS =_dff .Get ("\u0042\u0053");_acad .LE =_dff .Get ("\u004c\u0045");_acad .IC =_dff .Get ("\u0049\u0043");_acad .LL =_dff .Get ("\u004c\u004c");_acad .LLE =_dff .Get ("\u004c\u004c\u0045"); -_acad .Cap =_dff .Get ("\u0043\u0061\u0070");_acad .IT =_dff .Get ("\u0049\u0054");_acad .LLO =_dff .Get ("\u004c\u004c\u004f");_acad .CP =_dff .Get ("\u0043\u0050");_acad .Measure =_dff .Get ("\u004de\u0061\u0073\u0075\u0072\u0065");_acad .CO =_dff .Get ("\u0043\u004f"); -return &_acad ,nil ;}; +// NewPdfPageResourcesFromDict creates and returns a new PdfPageResources object +// from the input dictionary. +func NewPdfPageResourcesFromDict (dict *_cee .PdfObjectDictionary )(*PdfPageResources ,error ){_bcecf :=NewPdfPageResources ();if _gccf :=dict .Get ("\u0045x\u0074\u0047\u0053\u0074\u0061\u0074e");_gccf !=nil {_bcecf .ExtGState =_gccf ;};if _babgg :=dict .Get ("\u0043\u006f\u006c\u006f\u0072\u0053\u0070\u0061\u0063\u0065"); +_babgg !=nil &&!_cee .IsNullObject (_babgg ){_bcecf .ColorSpace =_babgg ;};if _dbccf :=dict .Get ("\u0050a\u0074\u0074\u0065\u0072\u006e");_dbccf !=nil {_bcecf .Pattern =_dbccf ;};if _ggeaa :=dict .Get ("\u0053h\u0061\u0064\u0069\u006e\u0067");_ggeaa !=nil {_bcecf .Shading =_ggeaa ; +};if _bggcd :=dict .Get ("\u0058O\u0062\u006a\u0065\u0063\u0074");_bggcd !=nil {_bcecf .XObject =_bggcd ;};if _adcbc :=_cee .ResolveReference (dict .Get ("\u0046\u006f\u006e\u0074"));_adcbc !=nil {_bcecf .Font =_adcbc ;};if _bcfb :=dict .Get ("\u0050r\u006f\u0063\u0053\u0065\u0074"); +_bcfb !=nil {_bcecf .ProcSet =_bcfb ;};if _dbfed :=dict .Get ("\u0050\u0072\u006f\u0070\u0065\u0072\u0074\u0069\u0065\u0073");_dbfed !=nil {_bcecf .Properties =_dbfed ;};return _bcecf ,nil ;};func _bafda (_egcbf *XObjectForm )(*PdfRectangle ,bool ,error ){if _ebcd ,_faed :=_egcbf .BBox .(*_cee .PdfObjectArray ); +_faed {_cfbb ,_cdafe :=NewPdfRectangle (*_ebcd );if _cdafe !=nil {return nil ,false ,_cdafe ;};if _aedfe ,_ebfe :=_egcbf .Matrix .(*_cee .PdfObjectArray );_ebfe {_fgaeg ,_bcfec :=_aedfe .ToFloat64Array ();if _bcfec !=nil {return nil ,false ,_bcfec ;};_fgbfa :=_ac .IdentityMatrix (); +if len (_fgaeg )==6{_fgbfa =_ac .NewMatrix (_fgaeg [0],_fgaeg [1],_fgaeg [2],_fgaeg [3],_fgaeg [4],_fgaeg [5]);};_cfbb .Transform (_fgbfa );return _cfbb ,true ,nil ;};return _cfbb ,false ,nil ;};return nil ,false ,_cdf .New ("\u0069\u006e\u0076\u0061l\u0069\u0064\u0020\u0061\u0070\u0070\u0065\u0061\u0072\u0061n\u0063e\u0020\u0042\u0042\u006f\u0078\u0020\u0074y\u0070\u0065"); +};const (NonFullScreenPageModeUseNone NonFullScreenPageMode ="\u0055s\u0065\u004e\u006f\u006e\u0065";NonFullScreenPageModeUseOutlines NonFullScreenPageMode ="U\u0073\u0065\u004f\u0075\u0074\u006c\u0069\u006e\u0065\u0073";NonFullScreenPageModeUseThumbs NonFullScreenPageMode ="\u0055s\u0065\u0054\u0068\u0075\u006d\u0062s"; +NonFullScreenPageModeUseOC NonFullScreenPageMode ="\u0055\u0073\u0065O\u0043";DirectionL2R Direction ="\u004c\u0032\u0052";DirectionR2L Direction ="\u0052\u0032\u004c";PageBoundaryMediaBox PageBoundary ="\u004d\u0065\u0064\u0069\u0061\u0042\u006f\u0078"; +PageBoundaryCropBox PageBoundary ="\u0043r\u006f\u0070\u0042\u006f\u0078";PageBoundaryBleedBox PageBoundary ="\u0042\u006c\u0065\u0065\u0064\u0042\u006f\u0078";PageBoundaryTrimBox PageBoundary ="\u0054r\u0069\u006d\u0042\u006f\u0078";PageBoundaryArtBox PageBoundary ="\u0041\u0072\u0074\u0042\u006f\u0078"; +PrintScalingNone PrintScaling ="\u004e\u006f\u006e\u0065";PrintScalingAppDefault PrintScaling ="\u0041\u0070\u0070\u0044\u0065\u0066\u0061\u0075\u006c\u0074";DuplexNone Duplex ="\u006e\u006f\u006e\u0065";DuplexSimplex Duplex ="\u0053i\u006d\u0070\u006c\u0065\u0078"; +DuplexFlipShortEdge Duplex ="\u0044\u0075\u0070\u006cex\u0046\u006c\u0069\u0070\u0053\u0068\u006f\u0072\u0074\u0045\u0064\u0067\u0065";DuplexFlipLongEdge Duplex ="\u0044u\u0070l\u0065\u0078\u0046\u006c\u0069p\u004c\u006fn\u0067\u0045\u0064\u0067\u0065"; +); -// SetMCID sets the MCID for the KValue. -func (_cdbdg *KValue )SetMCID (mcid int ){_cdbdg .Clear ();_cdbdg ._ddaf =&mcid };func _cadd (_gddfd _eb .PdfObject )*Names {_fcabd :=_gaefa ();_babfg :=_eb .TraceToDirectObject (_gddfd ).(*_eb .PdfObjectDictionary );if _dcda :=_babfg .Get ("\u0044\u0065\u0073t\u0073"); -_dcda !=nil {_fcabd .Dests =_eb .TraceToDirectObject (_dcda ).(*_eb .PdfObjectDictionary );};if _eefcc :=_babfg .Get ("\u0041\u0050");_eefcc !=nil {_fcabd .AP =_eb .TraceToDirectObject (_eefcc ).(*_eb .PdfObjectDictionary );};if _gcfaa :=_babfg .Get ("\u004a\u0061\u0076\u0061\u0053\u0063\u0072\u0069\u0070\u0074"); -_gcfaa !=nil {_fcabd .JavaScript =_eb .TraceToDirectObject (_gcfaa ).(*_eb .PdfObjectDictionary );};if _bagbg :=_babfg .Get ("\u0050\u0061\u0067e\u0073");_bagbg !=nil {_fcabd .Pages =_eb .TraceToDirectObject (_bagbg ).(*_eb .PdfObjectDictionary );};if _dcada :=_babfg .Get ("\u0054e\u006d\u0070\u006c\u0061\u0074\u0065s"); -_dcada !=nil {_fcabd .Templates =_eb .TraceToDirectObject (_dcada ).(*_eb .PdfObjectDictionary );};if _acefb :=_babfg .Get ("\u0049\u0044\u0053");_acefb !=nil {_fcabd .IDS =_eb .TraceToDirectObject (_acefb ).(*_eb .PdfObjectDictionary );};if _bcdad :=_babfg .Get ("\u0055\u0052\u004c\u0053"); -_bcdad !=nil {_fcabd .URLS =_eb .TraceToDirectObject (_bcdad ).(*_eb .PdfObjectDictionary );};if _cgacb :=_babfg .Get ("\u0045\u006d\u0062\u0065\u0064\u0064\u0065\u0064\u0046\u0069\u006c\u0065\u0073");_cgacb !=nil {_fcabd .EmbeddedFiles =_eb .TraceToDirectObject (_cgacb ).(*_eb .PdfObjectDictionary ); -};if _fgggb :=_babfg .Get ("\u0041\u006c\u0074\u0065rn\u0061\u0074\u0065\u0050\u0072\u0065\u0073\u0065\u006e\u0074\u0061\u0074\u0069\u006fn\u0073");_fgggb !=nil {_fcabd .AlternatePresentations =_eb .TraceToDirectObject (_fgggb ).(*_eb .PdfObjectDictionary ); -};if _daeba :=_babfg .Get ("\u0052\u0065\u006e\u0064\u0069\u0074\u0069\u006f\u006e\u0073");_daeba !=nil {_fcabd .Renditions =_eb .TraceToDirectObject (_daeba ).(*_eb .PdfObjectDictionary );};return _fcabd ;}; +// IsRadio returns true if the button field represents a radio button, false otherwise. +func (_ecef *PdfFieldButton )IsRadio ()bool {return _ecef .GetType ()==ButtonTypeRadio };func (_dfaaa *PdfFont )baseFields ()*fontCommon {if _dfaaa ._bggcf ==nil {_fca .Log .Debug ("\u0045\u0052\u0052OR\u003a\u0020\u0062\u0061\u0073\u0065\u0046\u0069\u0065l\u0064s\u002e \u0063o\u006e\u0074\u0065\u0078\u0074\u0020\u0069\u0073\u0020\u006e\u0069\u006c\u002e"); +return nil ;};return _dfaaa ._bggcf .baseFields ();}; -// NewPdfOutline returns an initialized PdfOutline. -func NewPdfOutline ()*PdfOutline {_bagda :=&PdfOutline {_becfb :_eb .MakeIndirectObject (_eb .MakeDict ())};_bagda ._eeedb =_bagda ;return _bagda ;}; +// NewPdfColorspaceDeviceN returns an initialized PdfColorspaceDeviceN. +func NewPdfColorspaceDeviceN ()*PdfColorspaceDeviceN {_bbae :=&PdfColorspaceDeviceN {};return _bbae };func (_bgfd *PdfColorspaceCalGray )String ()string {return "\u0043a\u006c\u0047\u0072\u0061\u0079"}; -// StandardImplementer is an interface that defines specified PDF standards like PDF/A-1A (pdfa.Profile1A) -// NOTE: This implementation is in experimental development state. -// -// Keep in mind that it might change in the subsequent minor versions. -type StandardImplementer interface{StandardValidator ;StandardApplier ; +// WriteToFile writes the output PDF to file. +func (_egfdfa *PdfWriter )WriteToFile (outputFilePath string )error {_cdfcf ,_fgdgf :=_fef .Create (outputFilePath );if _fgdgf !=nil {return _fgdgf ;};defer _cdfcf .Close ();return _egfdfa .Write (_cdfcf );}; -// StandardName gets the human-readable name of the standard. -StandardName ()string ;};func (_fcadb *PdfWriter )checkPendingObjects (){for _gcfad ,_cadab :=range _fcadb ._cfggb {if !_fcadb .hasObject (_gcfad ){_ddb .Log .Debug ("\u0057\u0041\u0052\u004e\u0020\u0050\u0065n\u0064\u0069\u006eg\u0020\u006f\u0062j\u0065\u0063t\u0020\u0025\u002b\u0076\u0020\u0025T\u0020(%\u0070\u0029\u0020\u006e\u0065\u0076\u0065\u0072\u0020\u0061\u0064\u0064\u0065\u0064\u0020\u0066\u006f\u0072\u0020\u0077\u0072\u0069\u0074\u0069\u006e\u0067",_gcfad ,_gcfad ,_gcfad ); -for _ ,_dfcde :=range _cadab {for _ ,_eceab :=range _dfcde .Keys (){_dcde :=_dfcde .Get (_eceab );if _dcde ==_gcfad {_ddb .Log .Debug ("\u0050e\u006e\u0064i\u006e\u0067\u0020\u006fb\u006a\u0065\u0063t\u0020\u0066\u006f\u0075\u006e\u0064\u0021\u0020\u0061nd\u0020\u0072\u0065p\u006c\u0061c\u0065\u0064\u0020\u0077\u0069\u0074h\u0020\u006eu\u006c\u006c"); -_dfcde .Set (_eceab ,_eb .MakeNull ());break ;};};};};};}; +// ToPdfObject converts the PdfPage to a dictionary within an indirect object container. +func (_dbbgg *PdfPage )ToPdfObject ()_cee .PdfObject {_dcdd :=_dbbgg ._bafab ;_dbbgg .GetPageDict ();return _dcdd ;};func (_bfgg *PdfSignature )extractChainFromCert ()([]*_dfd .Certificate ,error ){var _dcbdc *_cee .PdfObjectArray ;switch _agad :=_bfgg .Cert .(type ){case *_cee .PdfObjectString :_dcbdc =_cee .MakeArray (_agad ); +case *_cee .PdfObjectArray :_dcbdc =_agad ;default:return nil ,_e .Errorf ("\u0069n\u0076\u0061l\u0069\u0064\u0020s\u0069\u0067\u006e\u0061\u0074\u0075\u0072e\u0020\u0063\u0065\u0072\u0074\u0069f\u0069\u0063\u0061\u0074\u0065\u0020\u006f\u0062\u006a\u0065\u0063t\u0020\u0074\u0079\u0070\u0065\u003a\u0020\u0025\u0054",_agad ); +};var _cgefe _cd .Buffer ;for _ ,_fgff :=range _dcbdc .Elements (){_fdada ,_ebgbg :=_cee .GetString (_fgff );if !_ebgbg {return nil ,_e .Errorf ("\u0069\u006ev\u0061\u006c\u0069\u0064\u0020\u0063\u0065\u0072\u0074\u0069\u0066\u0069\u0063\u0061\u0074\u0065\u0020\u006f\u0062j\u0065\u0063\u0074\u0020\u0074\u0079p\u0065\u0020\u0069\u006e\u0020\u0073\u0069\u0067\u006e\u0061\u0074\u0075\u0072\u0065 \u0063\u0065r\u0074\u0069\u0066\u0069c\u0061\u0074\u0065\u0020\u0063h\u0061\u0069\u006e\u003a\u0020\u0025\u0054",_fgff ); +};if _ ,_caagg :=_cgefe .Write (_fdada .Bytes ());_caagg !=nil {return nil ,_caagg ;};};return _dfd .ParseCertificates (_cgefe .Bytes ());};type modelManager struct{_gfdc map[PdfModel ]_cee .PdfObject ;_gdbbg map[_cee .PdfObject ]PdfModel ;};func _ggad (_cdeg _cee .PdfObject )(*PdfFontDescriptor ,error ){_gdag :=&PdfFontDescriptor {}; +_cdeg =_cee .ResolveReference (_cdeg );if _acbbd ,_ggfg :=_cdeg .(*_cee .PdfIndirectObject );_ggfg {_gdag ._gbfec =_acbbd ;_cdeg =_acbbd .PdfObject ;};_cfaf ,_eaffd :=_cee .GetDict (_cdeg );if !_eaffd {_fca .Log .Debug ("\u0045\u0052R\u004f\u0052\u003a\u0020\u0046o\u006e\u0074\u0044\u0065\u0073c\u0072\u0069\u0070\u0074\u006f\u0072\u0020\u006e\u006f\u0074\u0020\u0067\u0069\u0076\u0065\u006e\u0020\u0062\u0079\u0020\u0061\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u0020\u0028\u0025\u0054\u0029",_cdeg ); +return nil ,_cee .ErrTypeError ;};if _eaaf :=_cfaf .Get ("\u0046\u006f\u006e\u0074\u004e\u0061\u006d\u0065");_eaaf !=nil {_gdag .FontName =_eaaf ;}else {_fca .Log .Debug ("\u0049n\u0063\u006fm\u0070\u0061\u0074\u0069b\u0069\u006c\u0069t\u0079\u003a\u0020\u0046\u006f\u006e\u0074\u004e\u0061me\u0020\u0028\u0052e\u0071\u0075i\u0072\u0065\u0064\u0029\u0020\u006di\u0073\u0073i\u006e\u0067"); +};_dedcf ,_ :=_cee .GetName (_gdag .FontName );if _ffbbe :=_cfaf .Get ("\u0054\u0079\u0070\u0065");_ffbbe !=nil {_fbfbg ,_fgafd :=_ffbbe .(*_cee .PdfObjectName );if !_fgafd ||string (*_fbfbg )!="\u0046\u006f\u006e\u0074\u0044\u0065\u0073\u0063\u0072i\u0070\u0074\u006f\u0072"{_fca .Log .Debug ("I\u006e\u0063\u006f\u006d\u0070\u0061\u0074\u0069\u0062\u0069\u006c\u0069\u0074\u0079\u003a\u0020\u0046\u006f\u006e\u0074\u0020\u0064\u0065\u0073\u0063\u0072i\u0070t\u006f\u0072\u0020\u0054y\u0070\u0065 \u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0028\u0025\u0054\u0029\u0020\u0066\u006f\u006e\u0074\u003d\u0025\u0071\u0020\u0025\u0054",_ffbbe ,_dedcf ,_gdag .FontName ); +};}else {_fca .Log .Trace ("\u0049\u006ec\u006f\u006d\u0070\u0061\u0074i\u0062\u0069\u006c\u0069\u0074y\u003a\u0020\u0054\u0079\u0070\u0065\u0020\u0028\u0052\u0065\u0071\u0075\u0069\u0072\u0065\u0064\u0029\u0020\u006d\u0069\u0073\u0073\u0069\u006e\u0067\u002e\u0020\u0066\u006f\u006e\u0074\u003d\u0025\u0071\u0020\u0025\u0054",_dedcf ,_gdag .FontName ); +};_gdag .FontFamily =_cfaf .Get ("\u0046\u006f\u006e\u0074\u0046\u0061\u006d\u0069\u006c\u0079");_gdag .FontStretch =_cfaf .Get ("F\u006f\u006e\u0074\u0053\u0074\u0072\u0065\u0074\u0063\u0068");_gdag .FontWeight =_cfaf .Get ("\u0046\u006f\u006e\u0074\u0057\u0065\u0069\u0067\u0068\u0074"); +_gdag .Flags =_cfaf .Get ("\u0046\u006c\u0061g\u0073");_gdag .FontBBox =_cfaf .Get ("\u0046\u006f\u006e\u0074\u0042\u0042\u006f\u0078");_gdag .ItalicAngle =_cfaf .Get ("I\u0074\u0061\u006c\u0069\u0063\u0041\u006e\u0067\u006c\u0065");_gdag .Ascent =_cfaf .Get ("\u0041\u0073\u0063\u0065\u006e\u0074"); +_gdag .Descent =_cfaf .Get ("\u0044e\u0073\u0063\u0065\u006e\u0074");_gdag .Leading =_cfaf .Get ("\u004ce\u0061\u0064\u0069\u006e\u0067");_gdag .CapHeight =_cfaf .Get ("\u0043a\u0070\u0048\u0065\u0069\u0067\u0068t");_gdag .XHeight =_cfaf .Get ("\u0058H\u0065\u0069\u0067\u0068\u0074"); +_gdag .StemV =_cfaf .Get ("\u0053\u0074\u0065m\u0056");_gdag .StemH =_cfaf .Get ("\u0053\u0074\u0065m\u0048");_gdag .AvgWidth =_cfaf .Get ("\u0041\u0076\u0067\u0057\u0069\u0064\u0074\u0068");_gdag .MaxWidth =_cfaf .Get ("\u004d\u0061\u0078\u0057\u0069\u0064\u0074\u0068"); +_gdag .MissingWidth =_cfaf .Get ("\u004d\u0069\u0073s\u0069\u006e\u0067\u0057\u0069\u0064\u0074\u0068");_gdag .FontFile =_cfaf .Get ("\u0046\u006f\u006e\u0074\u0046\u0069\u006c\u0065");_gdag .FontFile2 =_cfaf .Get ("\u0046o\u006e\u0074\u0046\u0069\u006c\u00652"); +_gdag .FontFile3 =_cfaf .Get ("\u0046o\u006e\u0074\u0046\u0069\u006c\u00653");_gdag .CharSet =_cfaf .Get ("\u0043h\u0061\u0072\u0053\u0065\u0074");_gdag .Style =_cfaf .Get ("\u0053\u0074\u0079l\u0065");_gdag .Lang =_cfaf .Get ("\u004c\u0061\u006e\u0067"); +_gdag .FD =_cfaf .Get ("\u0046\u0044");_gdag .CIDSet =_cfaf .Get ("\u0043\u0049\u0044\u0053\u0065\u0074");if _gdag .Flags !=nil {if _cgggc ,_ggfdg :=_cee .GetIntVal (_gdag .Flags );_ggfdg {_gdag ._cadgge =_cgggc ;};};if _gdag .MissingWidth !=nil {if _gdagb ,_fbebab :=_cee .GetNumberAsFloat (_gdag .MissingWidth ); +_fbebab ==nil {_gdag ._efacg =_gdagb ;};};if _gdag .FontFile !=nil {_becf ,_cbde :=_dbead (_gdag .FontFile );if _cbde !=nil {return _gdag ,_cbde ;};_fca .Log .Trace ("f\u006f\u006e\u0074\u0046\u0069\u006c\u0065\u003d\u0025\u0073",_becf );_gdag .fontFile =_becf ; +};if _gdag .FontFile2 !=nil {_bcgdb ,_agdc :=_ce .NewFontFile2FromPdfObject (_gdag .FontFile2 );if _agdc !=nil {return _gdag ,_agdc ;};_fca .Log .Trace ("\u0066\u006f\u006et\u0046\u0069\u006c\u0065\u0032\u003d\u0025\u0073",_bcgdb .String ());_gdag ._bcga =&_bcgdb ; +};return _gdag ,nil ;}; -// SetType sets the field button's type. Can be one of: -// - PdfFieldButtonPush for push button fields -// - PdfFieldButtonCheckbox for checkbox fields -// - PdfFieldButtonRadio for radio button fields -// This sets the field's flag appropriately. -func (_gggb *PdfFieldButton )SetType (btype ButtonType ){_afcd :=uint32 (0);if _gggb .Ff !=nil {_afcd =uint32 (*_gggb .Ff );};switch btype {case ButtonTypePush :_afcd |=FieldFlagPushbutton .Mask ();case ButtonTypeRadio :_afcd |=FieldFlagRadio .Mask (); -};_gggb .Ff =_eb .MakeInteger (int64 (_afcd ));}; +// CharcodesToUnicode converts the character codes `charcodes` to a slice of runes. +// How it works: +// 1. Use the ToUnicode CMap if there is one. +// 2. Use the underlying font's encoding. +func (_addgf *PdfFont )CharcodesToUnicode (charcodes []_dae .CharCode )[]rune {_dcea ,_ ,_ :=_addgf .CharcodesToUnicodeWithStats (charcodes );return _dcea ;}; -// ColorFromPdfObjects loads the color from PDF objects. -// The first objects (if present) represent the color in underlying colorspace. The last one represents -// the name of the pattern. -func (_bdab *PdfColorspaceSpecialPattern )ColorFromPdfObjects (objects []_eb .PdfObject )(PdfColor ,error ){if len (objects )< 1{return nil ,_dcf .New ("\u0069\u006e\u0076\u0061l\u0069\u0064\u0020\u006e\u0075\u006d\u0062\u0065\u0072\u0020o\u0066 \u0070\u0061\u0072\u0061\u006d\u0065\u0074e\u0072\u0073"); -};_aedg :=&PdfColorPattern {};_gfec ,_gddab :=objects [len (objects )-1].(*_eb .PdfObjectName );if !_gddab {_ddb .Log .Debug ("\u0050\u0061\u0074\u0074\u0065\u0072\u006e\u0020\u006e\u0061\u006d\u0065\u0020\u006e\u006ft\u0020a\u0020\u006e\u0061\u006d\u0065\u0020\u0028\u0067\u006f\u0074\u0020\u0025\u0054\u0029",objects [len (objects )-1]); -return nil ,ErrTypeCheck ;};_aedg .PatternName =*_gfec ;if len (objects )> 1{_fgec :=objects [0:len (objects )-1];if _bdab .UnderlyingCS ==nil {_ddb .Log .Debug ("P\u0061\u0074t\u0065\u0072\u006e\u0020\u0063\u006f\u006c\u006f\u0072\u0020\u0077\u0069\u0074\u0068\u0020\u0064\u0065\u0066\u0069\u006ee\u0064\u0020\u0063\u006f\u006c\u006f\u0072\u0020\u0063\u006f\u006d\u0070\u006f\u006e\u0065\u006et\u0073\u0020\u0062\u0075\u0074\u0020\u0075\u006e\u0064\u0065\u0072\u006c\u0079i\u006e\u0067\u0020\u0063\u0073\u0020\u006d\u0069\u0073\u0073\u0069n\u0067"); -return nil ,_dcf .New ("\u0075n\u0064\u0065\u0072\u006cy\u0069\u006e\u0067\u0020\u0043S\u0020n\u006ft\u0020\u0064\u0065\u0066\u0069\u006e\u0065d");};_efbb ,_ecga :=_bdab .UnderlyingCS .ColorFromPdfObjects (_fgec );if _ecga !=nil {_ddb .Log .Debug ("\u0045\u0052R\u004f\u0052\u003a\u0020\u0055n\u0061\u0062\u006c\u0065\u0020t\u006f\u0020\u0063\u006f\u006e\u0076\u0065\u0072\u0074\u0020\u0063\u006f\u006c\u006f\u0072\u0020\u0076\u0069\u0061\u0020\u0075\u006e\u0064\u0065\u0072\u006c\u0079\u0069\u006e\u0067\u0020\u0063\u0073\u003a\u0020\u0025\u0076",_ecga ); -return nil ,_ecga ;};_aedg .Color =_efbb ;};return _aedg ,nil ;}; +// PdfAnnotationInk represents Ink annotations. +// (Section 12.5.6.13). +type PdfAnnotationInk struct{*PdfAnnotation ;*PdfAnnotationMarkup ;InkList _cee .PdfObject ;BS _cee .PdfObject ;};func (_cda *PdfReader )newPdfActionMovieFromDict (_abc *_cee .PdfObjectDictionary )(*PdfActionMovie ,error ){return &PdfActionMovie {Annotation :_abc .Get ("\u0041\u006e\u006e\u006f\u0074\u0061\u0074\u0069\u006f\u006e"),T :_abc .Get ("\u0054"),Operation :_abc .Get ("\u004fp\u0065\u0072\u0061\u0074\u0069\u006fn")},nil ; +};func (_fga *PdfReader )newPdfActionRenditionFromDict (_fdg *_cee .PdfObjectDictionary )(*PdfActionRendition ,error ){return &PdfActionRendition {R :_fdg .Get ("\u0052"),AN :_fdg .Get ("\u0041\u004e"),OP :_fdg .Get ("\u004f\u0050"),JS :_fdg .Get ("\u004a\u0053")},nil ; +}; -// PdfAnnotationLink represents Link annotations. -// (Section 12.5.6.5 p. 403). -type PdfAnnotationLink struct{*PdfAnnotation ;A _eb .PdfObject ;Dest _eb .PdfObject ;H _eb .PdfObject ;PA _eb .PdfObject ;QuadPoints _eb .PdfObject ;BS _eb .PdfObject ;_fbg *PdfAction ;_aced *PdfReader ;}; +// GetCustomInfo returns a custom info value for the specified name. +func (_egca *PdfInfo )GetCustomInfo (name string )*_cee .PdfObjectString {var _ddg *_cee .PdfObjectString ;if _egca ._ecfea ==nil {return _ddg ;};if _bega ,_ageeb :=_egca ._ecfea .Get (*_cee .MakeName (name )).(*_cee .PdfObjectString );_ageeb {_ddg =_bega ; +};return _ddg ;}; -// GetPageIndirectObject returns the indirect object of page for the specified page number. -func (_fgggab *PdfWriter )GetPageIndirectObject (pageNum int )(*_eb .PdfIndirectObject ,error ){if pageNum < 0||pageNum >=len (_fgggab ._aadfg ){return nil ,_dcf .New ("\u0070a\u0067\u0065\u0020\u006e\u0075\u006d\u0062\u0065\u0072\u0020\u006fu\u0074\u0020\u006f\u0066\u0020\u0072\u0061\u006e\u0067\u0065"); -};return _fgggab ._aadfg [pageNum ],nil ;};func (_bgf *PdfReader )newPdfAnnotationPolyLineFromDict (_fgf *_eb .PdfObjectDictionary )(*PdfAnnotationPolyLine ,error ){_deef :=PdfAnnotationPolyLine {};_caff ,_aaf :=_bgf .newPdfAnnotationMarkupFromDict (_fgf ); -if _aaf !=nil {return nil ,_aaf ;};_deef .PdfAnnotationMarkup =_caff ;_deef .Vertices =_fgf .Get ("\u0056\u0065\u0072\u0074\u0069\u0063\u0065\u0073");_deef .LE =_fgf .Get ("\u004c\u0045");_deef .BS =_fgf .Get ("\u0042\u0053");_deef .IC =_fgf .Get ("\u0049\u0043"); -_deef .BE =_fgf .Get ("\u0042\u0045");_deef .IT =_fgf .Get ("\u0049\u0054");_deef .Measure =_fgf .Get ("\u004de\u0061\u0073\u0075\u0072\u0065");return &_deef ,nil ;}; +// Names represents a PDF name tree. +// +// Ref: PDF32000_2008 chapter 7.7.4. +type Names struct{_fggag *_cee .PdfIndirectObject ; -// ImageToRGB converts an Image in a given PdfColorspace to an RGB image. -func (_fdac *PdfColorspaceDeviceN )ImageToRGB (img Image )(Image ,error ){_gfecb :=_bb .NewReader (img .getBase ());_geda :=_df .NewImageBase (int (img .Width ),int (img .Height ),int (img .BitsPerComponent ),img .ColorComponents ,nil ,img ._bdcab ,img ._fedc ); -_ceef :=_bb .NewWriter (_geda );_cggb :=_gg .Pow (2,float64 (img .BitsPerComponent ))-1;_cbec :=_fdac .GetNumComponents ();_babdc :=make ([]uint32 ,_cbec );_bgdb :=make ([]float64 ,_cbec );for {_ddfef :=_gfecb .ReadSamples (_babdc );if _ddfef ==_bagf .EOF {break ; -}else if _ddfef !=nil {return img ,_ddfef ;};for _gdfc :=0;_gdfc < _cbec ;_gdfc ++{_bgdba :=float64 (_babdc [_gdfc ])/_cggb ;_bgdb [_gdfc ]=_bgdba ;};_bdfc ,_ddfef :=_fdac .TintTransform .Evaluate (_bgdb );if _ddfef !=nil {return img ,_ddfef ;};for _ ,_fdbg :=range _bdfc {_fdbg =_gg .Min (_gg .Max (0,_fdbg ),1.0); -if _ddfef =_ceef .WriteSample (uint32 (_fdbg *_cggb ));_ddfef !=nil {return img ,_ddfef ;};};};return _fdac .AlternateSpace .ImageToRGB (_ggaa (&_geda ));};func (_eegace *LTV )generateVRIKey (_aaagfc *PdfSignature )(string ,error ){_cfbc ,_cagd :=_bceda (_aaagfc .Contents .Bytes ()); -if _cagd !=nil {return "",_cagd ;};return _cc .ToUpper (_egf .EncodeToString (_cfbc )),nil ;}; +// Dests is a name tree mapping name string to destinations. +Dests *_cee .PdfObjectDictionary ; -// NewPdfActionThread returns a new "thread" action. -func NewPdfActionThread ()*PdfActionThread {_ded :=NewPdfAction ();_fd :=&PdfActionThread {};_fd .PdfAction =_ded ;_ded .SetContext (_fd );return _fd ;}; +// AP is a name tree mapping name strings to annotation appearance streams. +AP *_cee .PdfObjectDictionary ; -// Encoder returns the font's text encoder. -func (_bfbe pdfCIDFontType0 )Encoder ()_fc .TextEncoder {return _bfbe ._ebgbc };func _gaeaca (_ceeee string )(string ,error ){var _efgcc _dd .Buffer ;_efgcc .WriteString (_ceeee );_ffadd :=make ([]byte ,8+16);_bccbb :=_d .Now ().UTC ().UnixNano ();_ef .BigEndian .PutUint64 (_ffadd ,uint64 (_bccbb )); -_ ,_ccbaf :=_gaaa .Read (_ffadd [8:]);if _ccbaf !=nil {return "",_ccbaf ;};_efgcc .WriteString (_egf .EncodeToString (_ffadd ));return _efgcc .String (),nil ;};func _fdce (_geaa _eb .PdfObject ,_ffaf bool )(*PdfFont ,error ){_fgded ,_eefeg ,_fdfb :=_cbdd (_geaa ); -if _fgded !=nil {_abaa (_fgded );};if _fdfb !=nil {if _fdfb ==ErrType1CFontNotSupported {_dfea ,_bfddb :=_bfbdg (_fgded ,_eefeg ,nil );if _bfddb !=nil {_ddb .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0057h\u0069\u006c\u0065 l\u006f\u0061\u0064\u0069\u006e\u0067 \u0073\u0069\u006d\u0070\u006c\u0065\u0020\u0066\u006f\u006e\u0074\u003a\u0020\u0066\u006fn\u0074\u003d\u0025\u0073\u0020\u0065\u0072\u0072=\u0025\u0076",_eefeg ,_bfddb ); -return nil ,_fdfb ;};return &PdfFont {_fdaa :_dfea },_fdfb ;};return nil ,_fdfb ;};_caab :=&PdfFont {};switch _eefeg ._fgdee {case "\u0054\u0079\u0070e\u0030":if !_ffaf {_ddb .Log .Debug ("\u0045\u0052\u0052\u004f\u0052:\u0020\u004c\u006f\u0061\u0064\u0069\u006e\u0067\u0020\u0074\u0079\u0070\u00650\u0020\u006e\u006f\u0074\u0020\u0061\u006c\u006c\u006f\u0077\u0065\u0064\u002e\u0020\u0066\u006f\u006e\u0074\u003d\u0025\u0073",_eefeg ); -return nil ,_dcf .New ("\u0063\u0079\u0063\u006cic\u0061\u006c\u0020\u0074\u0079\u0070\u0065\u0030\u0020\u006c\u006f\u0061\u0064\u0069n\u0067");};_dfccg ,_cdgea :=_affe (_fgded ,_eefeg );if _cdgea !=nil {_ddb .Log .Debug ("E\u0052\u0052\u004f\u0052\u003a\u0020\u0057\u0068\u0069l\u0065\u0020\u006c\u006f\u0061\u0064\u0069ng\u0020\u0054\u0079\u0070e\u0030\u0020\u0066\u006f\u006e\u0074\u002e\u0020\u0066on\u0074\u003d%\u0073\u0020\u0065\u0072\u0072\u003d\u0025\u0076",_eefeg ,_cdgea ); -return nil ,_cdgea ;};_caab ._fdaa =_dfccg ;case "\u0054\u0079\u0070e\u0031","\u004dM\u0054\u0079\u0070\u0065\u0031","\u0054\u0072\u0075\u0065\u0054\u0079\u0070\u0065":var _dgcag *pdfFontSimple ;_egdfc ,_abfga :=_fg .NewStdFontByName (_fg .StdFontName (_eefeg ._agcc )); -if _abfga {_ebcbcb :=_fbfae (_egdfc );_caab ._fdaa =&_ebcbcb ;_ebccde :=_eb .TraceToDirectObject (_ebcbcb .ToPdfObject ());_gbdb ,_babb ,_bcfc :=_cbdd (_ebccde );if _bcfc !=nil {_ddb .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0042\u0061\u0064\u0020\u0053\u0074a\u006e\u0064\u0061\u0072\u0064\u00314\u000a\u0009\u0066\u006f\u006e\u0074\u003d\u0025\u0073\u000a\u0009\u0073\u0074d\u003d\u0025\u002b\u0076",_eefeg ,_ebcbcb ); -return nil ,_bcfc ;};for _ ,_gfaff :=range _fgded .Keys (){_gbdb .Set (_gfaff ,_fgded .Get (_gfaff ));};_dgcag ,_bcfc =_bfbdg (_gbdb ,_babb ,_ebcbcb ._gcgb );if _bcfc !=nil {_ddb .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0042\u0061\u0064\u0020\u0053\u0074a\u006e\u0064\u0061\u0072\u0064\u00314\u000a\u0009\u0066\u006f\u006e\u0074\u003d\u0025\u0073\u000a\u0009\u0073\u0074d\u003d\u0025\u002b\u0076",_eefeg ,_ebcbcb ); -return nil ,_bcfc ;};_dgcag ._cegda =_ebcbcb ._cegda ;_dgcag ._gacdb =_ebcbcb ._gacdb ;if _dgcag ._debdb ==nil {_dgcag ._debdb =_ebcbcb ._debdb ;};}else {_dgcag ,_fdfb =_bfbdg (_fgded ,_eefeg ,nil );if _fdfb !=nil {_ddb .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0057h\u0069\u006c\u0065 l\u006f\u0061\u0064\u0069\u006e\u0067 \u0073\u0069\u006d\u0070\u006c\u0065\u0020\u0066\u006f\u006e\u0074\u003a\u0020\u0066\u006fn\u0074\u003d\u0025\u0073\u0020\u0065\u0072\u0072=\u0025\u0076",_eefeg ,_fdfb ); -return nil ,_fdfb ;};};_fdfb =_dgcag .addEncoding ();if _fdfb !=nil {return nil ,_fdfb ;};if _abfga {_dgcag .updateStandard14Font ();};if _abfga &&_dgcag ._eccbb ==nil &&_dgcag ._gcgb ==nil {_ddb .Log .Error ("\u0073\u0069\u006d\u0070\u006c\u0065\u0066\u006f\u006e\u0074\u003d\u0025\u0073",_dgcag ); -_ddb .Log .Error ("\u0066n\u0074\u003d\u0025\u002b\u0076",_egdfc );};if len (_dgcag ._cegda )==0{_ddb .Log .Debug ("\u0045R\u0052\u004f\u0052\u003a \u004e\u006f\u0020\u0077\u0069d\u0074h\u0073.\u0020\u0066\u006f\u006e\u0074\u003d\u0025s",_dgcag );};_caab ._fdaa =_dgcag ; -case "\u0054\u0079\u0070e\u0033":_gggd ,_aagb :=_fafe (_fgded ,_eefeg );if _aagb !=nil {_ddb .Log .Debug ("E\u0052\u0052\u004f\u0052\u003a\u0020W\u0068\u0069\u006c\u0065\u0020\u006co\u0061\u0064\u0069\u006e\u0067\u0020\u0074y\u0070\u0065\u0033\u0020\u0066\u006f\u006e\u0074\u003a\u0020%\u0076",_aagb ); -return nil ,_aagb ;};_caab ._fdaa =_gggd ;case "\u0043\u0049\u0044F\u006f\u006e\u0074\u0054\u0079\u0070\u0065\u0030":_deage ,_bcgf :=_dcadb (_fgded ,_eefeg );if _bcgf !=nil {_ddb .Log .Debug ("\u0045R\u0052\u004fR\u003a\u0020\u0057\u0068i\u006c\u0065\u0020l\u006f\u0061\u0064\u0069\u006e\u0067\u0020\u0063\u0069d \u0066\u006f\u006et\u0020\u0074y\u0070\u0065\u0030\u0020\u0066\u006fn\u0074\u003a \u0025\u0076",_bcgf ); -return nil ,_bcgf ;};_caab ._fdaa =_deage ;case "\u0043\u0049\u0044F\u006f\u006e\u0074\u0054\u0079\u0070\u0065\u0032":_cece ,_cdeaf :=_fbcef (_fgded ,_eefeg );if _cdeaf !=nil {_ddb .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a \u0057\u0068\u0069l\u0065\u0020\u006co\u0061\u0064\u0069\u006e\u0067\u0020\u0063\u0069\u0064\u0020f\u006f\u006e\u0074\u0020\u0074yp\u0065\u0032\u0020\u0066\u006f\u006e\u0074\u002e\u0020\u0066\u006f\u006e\u0074\u003d\u0025\u0073\u0020\u0065\u0072\u0072\u003d\u0025\u0076",_eefeg ,_cdeaf ); -return nil ,_cdeaf ;};_caab ._fdaa =_cece ;default:_ddb .Log .Debug ("\u0045\u0052R\u004f\u0052\u003a\u0020U\u006e\u0073u\u0070\u0070\u006f\u0072\u0074\u0065\u0064\u0020f\u006f\u006e\u0074\u0020\u0074\u0079\u0070\u0065\u003a\u0020\u0066\u006fn\u0074\u003d\u0025\u0073",_eefeg ); -return nil ,_e .Errorf ("\u0075\u006e\u0073\u0075\u0070\u0070\u006f\u0072\u0074\u0065d\u0020\u0066\u006f\u006e\u0074\u0020\u0074y\u0070\u0065\u003a\u0020\u0066\u006f\u006e\u0074\u003d\u0025\u0073",_eefeg );};return _caab ,nil ;}; +// JavaScript is a name tree mapping name strings to JavaScript actions. +JavaScript *_cee .PdfObjectDictionary ; -// ToPdfObject implements interface PdfModel. -func (_abe *PdfAction )ToPdfObject ()_eb .PdfObject {_fe :=_abe ._dee ;_gb :=_fe .PdfObject .(*_eb .PdfObjectDictionary );_gb .Clear ();_gb .Set ("\u0054\u0079\u0070\u0065",_eb .MakeName ("\u0041\u0063\u0074\u0069\u006f\u006e"));_gb .SetIfNotNil ("\u0053",_abe .S ); -_gb .SetIfNotNil ("\u004e\u0065\u0078\u0074",_abe .Next );return _fe ;}; +// Pages is a name tree mapping name strings to visible pages for use in interactive forms. +Pages *_cee .PdfObjectDictionary ; -// FieldImageProvider provides fields images for specified fields. -type FieldImageProvider interface{FieldImageValues ()(map[string ]*Image ,error );}; +// Templates is a name tree mapping name strings to invisible (template) pages for use in interactive forms. +Templates *_cee .PdfObjectDictionary ; -// PdfAnnotationWidget represents Widget annotations. -// Note: Widget annotations are used to display form fields. -// (Section 12.5.6.19). -type PdfAnnotationWidget struct{*PdfAnnotation ;H _eb .PdfObject ;MK _eb .PdfObject ;A _eb .PdfObject ;AA _eb .PdfObject ;BS _eb .PdfObject ;Parent _eb .PdfObject ;_bca *PdfField ;_eccd bool ;};func (_ggge *PdfReader )newPdfFieldFromIndirectObject (_babaa *_eb .PdfIndirectObject ,_ffeg *PdfField )(*PdfField ,error ){if _cagc ,_dabe :=_ggge ._affaf .GetModelFromPrimitive (_babaa ).(*PdfField ); -_dabe {return _cagc ,nil ;};_fdec ,_gcbf :=_eb .GetDict (_babaa );if !_gcbf {return nil ,_e .Errorf ("\u0050\u0064f\u0046\u0069\u0065\u006c\u0064 \u0069\u006e\u0064\u0069\u0072e\u0063\u0074\u0020\u006f\u0062\u006a\u0065\u0063\u0074\u0020\u006e\u006f\u0074\u0020\u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0069\u006e\u0067\u0020\u0061\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079"); -};_cgbd :=NewPdfField ();_cgbd ._adgda =_babaa ;_cgbd ._adgda .PdfObject =_fdec ;if _bbda ,_ccaf :=_eb .GetName (_fdec .Get ("\u0046\u0054"));_ccaf {_cgbd .FT =_bbda ;};if _ffeg !=nil {_cgbd .Parent =_ffeg ;};_cgbd .T ,_ =_fdec .Get ("\u0054").(*_eb .PdfObjectString ); -_cgbd .TU ,_ =_fdec .Get ("\u0054\u0055").(*_eb .PdfObjectString );_cgbd .TM ,_ =_fdec .Get ("\u0054\u004d").(*_eb .PdfObjectString );_cgbd .Ff ,_ =_fdec .Get ("\u0046\u0066").(*_eb .PdfObjectInteger );_cgbd .V =_fdec .Get ("\u0056");_cgbd .DV =_fdec .Get ("\u0044\u0056"); -_cgbd .AA =_fdec .Get ("\u0041\u0041");if DA :=_fdec .Get ("\u0044\u0041");DA !=nil {DA ,_ :=_eb .GetString (DA );_cgbd .VariableText =&VariableText {DA :DA };Q ,_ :=_fdec .Get ("\u0051").(*_eb .PdfObjectInteger );DS ,_ :=_fdec .Get ("\u0044\u0053").(*_eb .PdfObjectString ); -RV :=_fdec .Get ("\u0052\u0056");_cgbd .VariableText .Q =Q ;_cgbd .VariableText .DS =DS ;_cgbd .VariableText .RV =RV ;};_becb :=_cgbd .FT ;if _becb ==nil &&_ffeg !=nil {_becb =_ffeg .FT ;};if _becb !=nil {switch *_becb {case "\u0054\u0078":_aecc ,_feag :=_cbcf (_fdec ); -if _feag !=nil {return nil ,_feag ;};_aecc .PdfField =_cgbd ;_cgbd ._fbedg =_aecc ;case "\u0043\u0068":_cebd ,_ddfgd :=_agdf (_fdec );if _ddfgd !=nil {return nil ,_ddfgd ;};_cebd .PdfField =_cgbd ;_cgbd ._fbedg =_cebd ;case "\u0042\u0074\u006e":_gbcb ,_eeag :=_gbdf (_fdec ); -if _eeag !=nil {return nil ,_eeag ;};_gbcb .PdfField =_cgbd ;_cgbd ._fbedg =_gbcb ;case "\u0053\u0069\u0067":_dbdg ,_dadg :=_ggge .newPdfFieldSignatureFromDict (_fdec );if _dadg !=nil {return nil ,_dadg ;};_dbdg .PdfField =_cgbd ;_cgbd ._fbedg =_dbdg ; -default:_ddb .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0055\u006e\u0073\u0075\u0070\u0070\u006f\u0072t\u0065d\u0020\u0066\u0069\u0065\u006c\u0064\u0020\u0074\u0079\u0070\u0065\u0020\u0025\u0073",*_cgbd .FT );return nil ,_dcf .New ("\u0075\u006e\u0073\u0075pp\u006f\u0072\u0074\u0065\u0064\u0020\u0066\u0069\u0065\u006c\u0064\u0020\u0074\u0079p\u0065"); -};};if _aafea ,_bceef :=_eb .GetName (_fdec .Get ("\u0053u\u0062\u0074\u0079\u0070\u0065"));_bceef {if *_aafea =="\u0057\u0069\u0064\u0067\u0065\u0074"{_fbbe ,_eebb :=_ggge .newPdfAnnotationFromIndirectObject (_babaa );if _eebb !=nil {return nil ,_eebb ; -};_bfea ,_aadd :=_fbbe .GetContext ().(*PdfAnnotationWidget );if !_aadd {return nil ,_dcf .New ("\u0069n\u0076\u0061\u006c\u0069d\u0020\u0077\u0069\u0064\u0067e\u0074 \u0061n\u006e\u006f\u0074\u0061\u0074\u0069\u006fn");};_bfea ._bca =_cgbd ;_bfea .Parent =_cgbd ._adgda ; -_cgbd .Annotations =append (_cgbd .Annotations ,_bfea );return _cgbd ,nil ;};};_fcdeg :=true ;if _dbafc ,_dafc :=_eb .GetArray (_fdec .Get ("\u004b\u0069\u0064\u0073"));_dafc {_gffca :=make ([]*_eb .PdfIndirectObject ,0,_dbafc .Len ());for _ ,_ebbc :=range _dbafc .Elements (){_affda ,_cdea :=_eb .GetIndirect (_ebbc ); -if !_cdea {_gccd ,_cbfe :=_eb .GetStream (_ebbc );if _cbfe &&_gccd .PdfObjectDictionary !=nil {_aefg ,_fefc :=_eb .GetNameVal (_gccd .Get ("\u0054\u0079\u0070\u0065"));if _fefc &&_aefg =="\u004d\u0065\u0074\u0061\u0064\u0061\u0074\u0061"{_ddb .Log .Debug ("E\u0052RO\u0052:\u0020f\u006f\u0072\u006d\u0020\u0066i\u0065\u006c\u0064 \u004b\u0069\u0064\u0073\u0020a\u0072\u0072\u0061y\u0020\u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0073\u0020\u0069n\u0076\u0061\u006cid \u004d\u0065\u0074\u0061\u0064\u0061t\u0061\u0020\u0073\u0074\u0072\u0065\u0061\u006d\u002e\u0020\u0053\u006bi\u0070p\u0069\u006e\u0067\u002e"); -continue ;};};return nil ,_dcf .New ("n\u006f\u0074\u0020\u0061\u006e\u0020i\u006e\u0064\u0069\u0072\u0065\u0063t\u0020\u006f\u0062\u006a\u0065\u0063\u0074 \u0028\u0066\u006f\u0072\u006d\u0020\u0066\u0069\u0065\u006cd\u0029");};_cdabe ,_eaae :=_eb .GetDict (_affda ); -if !_eaae {return nil ,ErrTypeCheck ;};if _fcdeg {_fcdeg =!_afcc (_cdabe );};_gffca =append (_gffca ,_affda );};for _ ,_gbe :=range _gffca {if _fcdeg {_aecf ,_dfed :=_ggge .newPdfAnnotationFromIndirectObject (_gbe );if _dfed !=nil {_ddb .Log .Debug ("\u0045r\u0072\u006fr\u0020\u006c\u006fa\u0064\u0069\u006e\u0067\u0020\u0077\u0069d\u0067\u0065\u0074\u0020\u0061\u006en\u006f\u0074\u0061\u0074\u0069\u006f\u006e\u0020\u0066\u006f\u0072 \u0066\u0069\u0065\u006c\u0064\u003a\u0020\u0025\u0076",_dfed ); -return nil ,_dfed ;};_dfab ,_ebgff :=_aecf ._cdb .(*PdfAnnotationWidget );if !_ebgff {return nil ,ErrTypeCheck ;};_dfab ._bca =_cgbd ;_cgbd .Annotations =append (_cgbd .Annotations ,_dfab );}else {_afgg ,_ffdf :=_ggge .newPdfFieldFromIndirectObject (_gbe ,_cgbd ); -if _ffdf !=nil {_ddb .Log .Debug ("\u0045\u0072r\u006f\u0072\u0020\u006c\u006f\u0061\u0064\u0069\u006e\u0067\u0020\u0063\u0068\u0069\u006c\u0064\u0020\u0066\u0069\u0065\u006c\u0064: \u0025\u0076",_ffdf );return nil ,_ffdf ;};_cgbd .Kids =append (_cgbd .Kids ,_afgg ); -};};};return _cgbd ,nil ;}; +// IDS is a name tree mapping digital identifies to Web Capture content sets. +IDS *_cee .PdfObjectDictionary ; -// ViewerPreferences represents the viewer preferences of a PDF document. -type ViewerPreferences struct{_caafc *bool ;_gcbcb *bool ;_fcebae *bool ;_edbaa *bool ;_dacc *bool ;_bgdge *bool ;_cdcff NonFullScreenPageMode ;_baeb Direction ;_ffgda PageBoundary ;_eadae PageBoundary ;_bdegd PageBoundary ;_edef PageBoundary ;_gefcg PrintScaling ; -_ebabd Duplex ;_gggea *bool ;_gcgfc []int ;_bdeec int ;};const (FieldFlagClear FieldFlag =0;FieldFlagReadOnly FieldFlag =1;FieldFlagRequired FieldFlag =(1<<1);FieldFlagNoExport FieldFlag =(2<<1);FieldFlagNoToggleToOff FieldFlag =(1<<14);FieldFlagRadio FieldFlag =(1<<15); -FieldFlagPushbutton FieldFlag =(1<<16);FieldFlagRadiosInUnision FieldFlag =(1<<25);FieldFlagMultiline FieldFlag =(1<<12);FieldFlagPassword FieldFlag =(1<<13);FieldFlagFileSelect FieldFlag =(1<<20);FieldFlagDoNotScroll FieldFlag =(1<<23);FieldFlagComb FieldFlag =(1<<24); -FieldFlagRichText FieldFlag =(1<<26);FieldFlagDoNotSpellCheck FieldFlag =(1<<22);FieldFlagCombo FieldFlag =(1<<17);FieldFlagEdit FieldFlag =(1<<18);FieldFlagSort FieldFlag =(1<<19);FieldFlagMultiSelect FieldFlag =(1<<21);FieldFlagCommitOnSelChange FieldFlag =(1<<27); -); +// URLS is a name tree mapping URLs to Web Capture content sets. +URLS *_cee .PdfObjectDictionary ; -// SetFileName sets the pdf writer file name for metered usage tracker. -func (_afcgd *PdfWriter )SetFileName (name string ){_afcgd ._adeee =name }; +// EmbeddedFiles is a name tree mapping name strings to file specifications for embedded file streams. +EmbeddedFiles *_cee .PdfObjectDictionary ; -// DecodeArray returns the range of color component values in DeviceGray colorspace. -func (_bbcb *PdfColorspaceDeviceGray )DecodeArray ()[]float64 {return []float64 {0,1.0}}; +// AlternatePresentations is a name tree mapping name strings to alternate presentations. +AlternatePresentations *_cee .PdfObjectDictionary ; -// GetKDict returns the KDict of the KValue. -func (_eegbd *KValue )GetKDict ()*KDict {return _eegbd ._ccbca }; +// Renditions is a name tree mapping name strings (which shall have Unicode encoding) to rendition objects. +Renditions *_cee .PdfObjectDictionary ;}; -// NewPdfColorLab returns a new Lab color. -func NewPdfColorLab (l ,a ,b float64 )*PdfColorLab {_gaad :=PdfColorLab {l ,a ,b };return &_gaad }; +// NewPdfAcroForm returns a new PdfAcroForm with an initialized container (indirect object). +func NewPdfAcroForm ()*PdfAcroForm {return &PdfAcroForm {Fields :&[]*PdfField {},_cebbd :_cee .MakeIndirectObject (_cee .MakeDict ())};};func _ceafg (_fadab *fontCommon )*pdfFontSimple {return &pdfFontSimple {fontCommon :*_fadab }}; -// SetFlag sets the flag for the field. -func (_bageg *PdfField )SetFlag (flag FieldFlag ){_bageg .Ff =_eb .MakeInteger (int64 (flag ))}; +// PdfActionGoTo represents a GoTo action. +type PdfActionGoTo struct{*PdfAction ;D _cee .PdfObject ;};func (_begfe *PdfReader )newPdfOutlineItemFromIndirectObject (_ccbbe *_cee .PdfIndirectObject )(*PdfOutlineItem ,error ){_fgabe ,_fecaa :=_ccbbe .PdfObject .(*_cee .PdfObjectDictionary );if !_fecaa {return nil ,_e .Errorf ("\u006f\u0075\u0074l\u0069\u006e\u0065\u0020o\u0062\u006a\u0065\u0063\u0074\u0020\u006eo\u0074\u0020\u0061\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079"); +};_bafg :=NewPdfOutlineItem ();_gfcad :=_fgabe .Get ("\u0054\u0069\u0074l\u0065");if _gfcad ==nil {return nil ,_e .Errorf ("\u006d\u0069\u0073s\u0069\u006e\u0067\u0020\u0054\u0069\u0074\u006c\u0065\u0020\u0066\u0072\u006f\u006d\u0020\u004f\u0075\u0074\u006c\u0069\u006e\u0065\u0020\u0049\u0074\u0065\u006d\u0020\u0028r\u0065\u0071\u0075\u0069\u0072\u0065\u0064\u0029"); +};_bcgab ,_bbeda :=_cee .GetString (_gfcad );if !_bbeda {return nil ,_e .Errorf ("\u0074\u0069\u0074le\u0020\u006e\u006f\u0074\u0020\u0061\u0020\u0073\u0074\u0072\u0069\u006e\u0067\u0020\u0028\u0025\u0054\u0029",_gfcad );};_bafg .Title =_bcgab ;if _cegde :=_fgabe .Get ("\u0043\u006f\u0075n\u0074"); +_cegde !=nil {_dgca ,_egcbe :=_cegde .(*_cee .PdfObjectInteger );if !_egcbe {return nil ,_e .Errorf ("\u0063o\u0075\u006e\u0074\u0020n\u006f\u0074\u0020\u0061\u006e \u0069n\u0074e\u0067\u0065\u0072\u0020\u0028\u0025\u0054)",_cegde );};_dcgeac :=int64 (*_dgca ); +_bafg .Count =&_dcgeac ;};if _ebagc :=_fgabe .Get ("\u0044\u0065\u0073\u0074");_ebagc !=nil {_bafg .Dest =_cee .ResolveReference (_ebagc );if !_begfe ._dbfb {_gbdf :=_begfe .traverseObjectData (_bafg .Dest );if _gbdf !=nil {return nil ,_gbdf ;};};};if _gcffe :=_fgabe .Get ("\u0041"); +_gcffe !=nil {_bafg .A =_cee .ResolveReference (_gcffe );if !_begfe ._dbfb {_cccfd :=_begfe .traverseObjectData (_bafg .A );if _cccfd !=nil {return nil ,_cccfd ;};};};if _bgbga :=_fgabe .Get ("\u0053\u0045");_bgbga !=nil {_bafg .SE =nil ;};if _gbdfd :=_fgabe .Get ("\u0043"); +_gbdfd !=nil {_bafg .C =_cee .ResolveReference (_gbdfd );};if _bfegb :=_fgabe .Get ("\u0046");_bfegb !=nil {_bafg .F =_cee .ResolveReference (_bfegb );};return _bafg ,nil ;};var (StructureTypeSpan ="\u0053\u0070\u0061\u006e";StructureTypeQuote ="\u0051\u0075\u006ft\u0065"; +StructureTypeNote ="\u004e\u006f\u0074\u0065";StructureTypeReference ="\u0052e\u0066\u0065\u0072\u0065\u006e\u0063e";StructureTypeBibliography ="\u0042\u0069\u0062\u0045\u006e\u0074\u0072\u0079";StructureTypeCode ="\u0043\u006f\u0064\u0065";StructureTypeLink ="\u004c\u0069\u006e\u006b"; +StructureTypeAnnot ="\u0041\u006e\u006eo\u0074";StructureTypeRuby ="\u0052\u0075\u0062\u0079";StructureTypeWarichu ="\u0057a\u0072\u0069\u0063\u0068\u0075";StructureTypeRubyBase ="\u0052\u0042";StructureTypeRubyText ="\u0052\u0054";StructureTypeRubyPunctuation ="\u0052\u0050"; +StructureTypeWarichuText ="\u0057\u0054";StructureTypeWarichuPunctuation ="\u0057\u0050";StructureTypeFigure ="\u0046\u0069\u0067\u0075\u0072\u0065";StructureTypeFormula ="\u0046o\u0072\u006d\u0075\u006c\u0061";StructureTypeForm ="\u0046\u006f\u0072\u006d"; +);func _gcbce (_fadcg []byte )[]byte {const _fbca =52845;const _fgaab =22719;_dcgea :=55665;for _ ,_aagee :=range _fadcg [:4]{_dcgea =(int (_aagee )+_dcgea )*_fbca +_fgaab ;};_gdbee :=make ([]byte ,len (_fadcg )-4);for _cgadf ,_dfcg :=range _fadcg [4:]{_gdbee [_cgadf ]=byte (int (_dfcg )^_dcgea >>8); +_dcgea =(int (_dfcg )+_dcgea )*_fbca +_fgaab ;};return _gdbee ;}; -// Subtype returns the font's "Subtype" field. -func (_fceab *PdfFont )Subtype ()string {_fadfd :=_fceab .baseFields ()._fgdee ;if _fbbf ,_fceae :=_fceab ._fdaa .(*pdfFontType0 );_fceae {_fadfd =_fadfd +"\u003a"+_fbbf .DescendantFont .Subtype ();};return _fadfd ;}; +// ColorFromFloats returns a new PdfColor based on the input slice of color +// components. The slice should contain a single element. +func (_bffg *PdfColorspaceSpecialIndexed )ColorFromFloats (vals []float64 )(PdfColor ,error ){if len (vals )!=1{return nil ,_cdf .New ("r\u0061\u006e\u0067\u0065\u0020\u0063\u0068\u0065\u0063\u006b");};N :=_bffg .Base .GetNumComponents ();_ccea :=int (vals [0])*N ; +if _ccea < 0||(_ccea +N -1)>=len (_bffg ._aecec ){_fca .Log .Debug ("\u0063\u006f\u006cor\u0020\u006f\u0075\u0074\u0020\u006f\u0066\u0020\u0043\u0053\u0020\u0072\u0061\u006e\u0067\u0065\u003a\u0020",_ccea );return nil ,ErrColorOutOfRange ;};_gbfac :=_bffg ._aecec [_ccea :_ccea +N ]; +var _ebbe []float64 ;for _ ,_dbcg :=range _gbfac {_ebbe =append (_ebbe ,float64 (_dbcg )/255.0);};_geda ,_deecc :=_bffg .Base .ColorFromFloats (_ebbe );if _deecc !=nil {return nil ,_deecc ;};return _geda ,nil ;}; -// NewPdfAnnotationPolyLine returns a new polyline annotation. -func NewPdfAnnotationPolyLine ()*PdfAnnotationPolyLine {_fdf :=NewPdfAnnotation ();_afef :=&PdfAnnotationPolyLine {};_afef .PdfAnnotation =_fdf ;_afef .PdfAnnotationMarkup =&PdfAnnotationMarkup {};_fdf .SetContext (_afef );return _afef ;}; +// GetKDict returns the KDict of the KValue. +func (_fecc *KValue )GetKDict ()*KDict {return _fecc ._aedde };func _baaedg ()*modelManager {_cacgf :=modelManager {};_cacgf ._gfdc =map[PdfModel ]_cee .PdfObject {};_cacgf ._gdbbg =map[_cee .PdfObject ]PdfModel {};return &_cacgf ;};const (ActionTypeGoTo PdfActionType ="\u0047\u006f\u0054\u006f"; +ActionTypeGoTo3DView PdfActionType ="\u0047\u006f\u0054\u006f\u0033\u0044\u0056\u0069\u0065\u0077";ActionTypeGoToE PdfActionType ="\u0047\u006f\u0054o\u0045";ActionTypeGoToR PdfActionType ="\u0047\u006f\u0054o\u0052";ActionTypeHide PdfActionType ="\u0048\u0069\u0064\u0065"; +ActionTypeImportData PdfActionType ="\u0049\u006d\u0070\u006f\u0072\u0074\u0044\u0061\u0074\u0061";ActionTypeJavaScript PdfActionType ="\u004a\u0061\u0076\u0061\u0053\u0063\u0072\u0069\u0070\u0074";ActionTypeLaunch PdfActionType ="\u004c\u0061\u0075\u006e\u0063\u0068"; +ActionTypeMovie PdfActionType ="\u004d\u006f\u0076i\u0065";ActionTypeNamed PdfActionType ="\u004e\u0061\u006de\u0064";ActionTypeRendition PdfActionType ="\u0052e\u006e\u0064\u0069\u0074\u0069\u006fn";ActionTypeResetForm PdfActionType ="\u0052e\u0073\u0065\u0074\u0046\u006f\u0072m"; +ActionTypeSetOCGState PdfActionType ="S\u0065\u0074\u004f\u0043\u0047\u0053\u0074\u0061\u0074\u0065";ActionTypeSound PdfActionType ="\u0053\u006f\u0075n\u0064";ActionTypeSubmitForm PdfActionType ="\u0053\u0075\u0062\u006d\u0069\u0074\u0046\u006f\u0072\u006d"; +ActionTypeThread PdfActionType ="\u0054\u0068\u0072\u0065\u0061\u0064";ActionTypeTrans PdfActionType ="\u0054\u0072\u0061n\u0073";ActionTypeURI PdfActionType ="\u0055\u0052\u0049";); -// SetDocInfo set document info. -// This will overwrite any globally declared document info. -func (_affbfb *PdfWriter )SetDocInfo (info *PdfInfo ){_affbfb .setDocInfo (info .ToPdfObject ())}; +// ParsePdfObject parses input pdf object into given output intent. +func (_fdaf *PdfOutputIntent )ParsePdfObject (object _cee .PdfObject )error {_gfbb ,_agce :=_cee .GetDict (object );if !_agce {_fca .Log .Error ("\u0055\u006e\u006bno\u0077\u006e\u0020\u0074\u0079\u0070\u0065\u003a\u0020%\u0054 \u0066o\u0072 \u006f\u0075\u0074\u0070\u0075\u0074\u0020\u0069\u006e\u0074\u0065\u006e\u0074",object ); +return _cdf .New ("\u0075\u006e\u006b\u006e\u006fw\u006e\u0020\u0070\u0064\u0066\u0020\u006f\u0062\u006a\u0065\u0063\u0074\u0020t\u0079\u0070\u0065\u0020\u0066\u006f\u0072\u0020\u006f\u0075\u0074\u0070\u0075\u0074\u0020\u0069\u006e\u0074\u0065\u006e\u0074"); +};_fdaf ._eebee =_gfbb ;_fdaf .Type ,_ =_gfbb .GetString ("\u0054\u0079\u0070\u0065");_eeba ,_agce :=_gfbb .GetString ("\u0053");if _agce {switch _eeba {case "\u0047T\u0053\u005f\u0050\u0044\u0046\u00411":_fdaf .S =PdfOutputIntentTypeA1 ;case "\u0047T\u0053\u005f\u0050\u0044\u0046\u00412":_fdaf .S =PdfOutputIntentTypeA2 ; +case "\u0047T\u0053\u005f\u0050\u0044\u0046\u00413":_fdaf .S =PdfOutputIntentTypeA3 ;case "\u0047T\u0053\u005f\u0050\u0044\u0046\u00414":_fdaf .S =PdfOutputIntentTypeA4 ;case "\u0047\u0054\u0053\u005f\u0050\u0044\u0046\u0058":_fdaf .S =PdfOutputIntentTypeX ; +};};_fdaf .OutputCondition ,_ =_gfbb .GetString ("\u004fu\u0074p\u0075\u0074\u0043\u006f\u006e\u0064\u0069\u0074\u0069\u006f\u006e");_fdaf .OutputConditionIdentifier ,_ =_gfbb .GetString ("\u004fu\u0074\u0070\u0075\u0074C\u006f\u006e\u0064\u0069\u0074i\u006fn\u0049d\u0065\u006e\u0074\u0069\u0066\u0069\u0065r"); +_fdaf .RegistryName ,_ =_gfbb .GetString ("\u0052\u0065\u0067i\u0073\u0074\u0072\u0079\u004e\u0061\u006d\u0065");_fdaf .Info ,_ =_gfbb .GetString ("\u0049\u006e\u0066\u006f");if _cgcfg ,_gegdc :=_cee .GetStream (_gfbb .Get ("\u0044\u0065\u0073\u0074\u004f\u0075\u0074\u0070\u0075\u0074\u0050\u0072o\u0066\u0069\u006c\u0065")); +_gegdc {_fdaf .ColorComponents ,_ =_cee .GetIntVal (_cgcfg .Get ("\u004e"));_bfcae ,_egbe :=_cee .DecodeStream (_cgcfg );if _egbe !=nil {return _egbe ;};_fdaf .DestOutputProfile =_bfcae ;};return nil ;};func (_ffea *Image )getSuitableEncoder ()(_cee .StreamEncoder ,error ){var (_ebbgc ,_cafeb =int (_ffea .Width ),int (_ffea .Height ); +_cbbe =make (map[string ]bool );_afadc =true ;_dfdgf =false ;_fgeee =func ()*_cee .DCTEncoder {return _cee .NewDCTEncoder ()};_gbad =func ()*_cee .DCTEncoder {_ffae :=_cee .NewDCTEncoder ();_ffae .BitsPerComponent =16;return _ffae };);for _efea :=0;_efea < _cafeb ; +_efea ++{for _egac :=0;_egac < _ebbgc ;_egac ++{_eecb ,_abgag :=_ffea .ColorAt (_egac ,_efea );if _abgag !=nil {return nil ,_abgag ;};_bafa ,_aacfg ,_eccac ,_ggde :=_eecb .RGBA ();if _afadc &&(_bafa !=_aacfg ||_bafa !=_eccac ||_aacfg !=_eccac ){_afadc =false ; +};if !_dfdgf {switch _eecb .(type ){case _f .NRGBA :_dfdgf =_ggde > 0;};};_cbbe [_e .Sprintf ("\u0025\u0064\u002c\u0025\u0064\u002c\u0025\u0064",_bafa ,_aacfg ,_eccac )]=true ;if len (_cbbe )> 2&&_dfdgf {return _gbad (),nil ;};};};if _dfdgf ||len (_ffea ._cbfg )> 0{return _cee .NewFlateEncoder (),nil ; +};if len (_cbbe )<=2{_cdagg :=_ffea .ConvertToBinary ();if _cdagg !=nil {return nil ,_cdagg ;};return _cee .NewJBIG2Encoder (),nil ;};if _afadc {return _fgeee (),nil ;};if _ffea .ColorComponents ==1{if _ffea .BitsPerComponent ==1{return _cee .NewJBIG2Encoder (),nil ; +}else if _ffea .BitsPerComponent ==8{_fbfeb :=_cee .NewDCTEncoder ();_fbfeb .ColorComponents =1;return _fbfeb ,nil ;};}else if _ffea .ColorComponents ==3{if _ffea .BitsPerComponent ==8{return _fgeee (),nil ;}else if _ffea .BitsPerComponent ==16{return _gbad (),nil ; +};}else if _ffea .ColorComponents ==4{_bafae :=_gbad ();_bafae .ColorComponents =4;return _bafae ,nil ;};return _gbad (),nil ;}; -// RunesToCharcodeBytes maps the provided runes to charcode bytes and it -// returns the resulting slice of bytes, along with the number of runes which -// could not be converted. If the number of misses is 0, all runes were -// successfully converted. -func (_fgedg *PdfFont )RunesToCharcodeBytes (data []rune )([]byte ,int ){var _cadfc []_fc .TextEncoder ;var _adeaf _fc .CMapEncoder ;if _ebda :=_fgedg .baseFields ()._bgbg ;_ebda !=nil {_adeaf =_fc .NewCMapEncoder ("",nil ,_ebda );};_bdege :=_fgedg .Encoder (); -if _bdege !=nil {switch _fgeb :=_bdege .(type ){case _fc .SimpleEncoder :_abbe :=_fgeb .BaseName ();if _ ,_ebeec :=_bcaad [_abbe ];_ebeec {_cadfc =append (_cadfc ,_bdege );};};};if len (_cadfc )==0{if _fgedg .baseFields ()._bgbg !=nil {_cadfc =append (_cadfc ,_adeaf ); -};if _bdege !=nil {_cadfc =append (_cadfc ,_bdege );};};var _bccg _dd .Buffer ;var _eagff int ;for _ ,_agbd :=range data {var _cafa bool ;for _ ,_cdgec :=range _cadfc {if _bdfff :=_cdgec .Encode (string (_agbd ));len (_bdfff )> 0{_bccg .Write (_bdfff ); -_cafa =true ;break ;};};if !_cafa {_ddb .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020f\u0061\u0069\u006ce\u0064\u0020\u0074\u006f \u006d\u0061\u0070\u0020\u0072\u0075\u006e\u0065\u0020\u0060\u0025\u002b\u0071\u0060\u0020\u0074\u006f\u0020\u0063\u0068\u0061\u0072\u0063\u006f\u0064\u0065",_agbd ); -_eagff ++;};};if _eagff !=0{_ddb .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a \u0063\u006f\u0075\u006c\u0064\u0020\u006e\u006f\u0074\u0020\u0063\u006f\u006e\u0076\u0065\u0072\u0074\u0020\u0061\u006cl\u0020\u0072\u0075\u006e\u0065\u0073\u0020\u0074\u006f\u0020\u0063\u0068\u0061\u0072c\u006fd\u0065\u0073\u002e\u000a"+"\u0009\u006e\u0075\u006d\u0052\u0075\u006e\u0065\u0073\u003d\u0025d\u0020\u006e\u0075\u006d\u004d\u0069\u0073\u0073\u0065\u0073=\u0025\u0064\u000a"+"\t\u0066\u006f\u006e\u0074=%\u0073 \u0065\u006e\u0063\u006f\u0064e\u0072\u0073\u003d\u0025\u002b\u0076",len (data ),_eagff ,_fgedg ,_cadfc ); -};return _bccg .Bytes (),_eagff ;}; +// ButtonType represents the subtype of a button field, can be one of: +// - Checkbox (ButtonTypeCheckbox) +// - PushButton (ButtonTypePushButton) +// - RadioButton (ButtonTypeRadioButton) +type ButtonType int ; -// Read reads an image and loads into a new Image object with an RGB -// colormap and 8 bits per component. -func (_ecgge DefaultImageHandler )Read (reader _bagf .Reader )(*Image ,error ){_fgddf ,_ ,_edbga :=_fb .Decode (reader );if _edbga !=nil {_ddb .Log .Debug ("\u0045\u0072\u0072or\u0020\u0064\u0065\u0063\u006f\u0064\u0069\u006e\u0067\u0020\u0066\u0069\u006c\u0065\u003a\u0020\u0025\u0073",_edbga ); -return nil ,_edbga ;};return _ecgge .NewImageFromGoImage (_fgddf );}; +// GetVersion gets the document version. +func (_fgcef *PdfWriter )GetVersion ()_cee .Version {return _fgcef ._gceef }; -// HasPatternByName checks whether a pattern object is defined by the specified keyName. -func (_cffge *PdfPageResources )HasPatternByName (keyName _eb .PdfObjectName )bool {_ ,_cffca :=_cffge .GetPatternByName (keyName );return _cffca ;}; +// PdfColorspaceCalGray represents CalGray color space. +type PdfColorspaceCalGray struct{WhitePoint []float64 ;BlackPoint []float64 ;Gamma float64 ;_afbg *_cee .PdfIndirectObject ;};var _ pdfFont =(*pdfFontType3 )(nil ); -// Duplex returns the value of the duplex. -func (_adfgc *ViewerPreferences )Duplex ()Duplex {return _adfgc ._ebabd };func _edcec (_acgff *_eb .PdfObjectDictionary )(*PdfShadingType5 ,error ){_eabab :=PdfShadingType5 {};_ecacg :=_acgff .Get ("\u0042\u0069\u0074\u0073\u0050\u0065\u0072\u0043\u006f\u006f\u0072\u0064i\u006e\u0061\u0074\u0065"); -if _ecacg ==nil {_ddb .Log .Debug ("\u0052e\u0071\u0075i\u0072\u0065\u0064 \u0061\u0074\u0074\u0072\u0069\u0062\u0075t\u0065\u0020\u006d\u0069\u0073\u0073i\u006e\u0067\u003a\u0020\u0042\u0069\u0074\u0073\u0050\u0065\u0072C\u006f\u006f\u0072\u0064\u0069\u006e\u0061\u0074\u0065"); -return nil ,ErrRequiredAttributeMissing ;};_afaa ,_dafgd :=_ecacg .(*_eb .PdfObjectInteger );if !_dafgd {_ddb .Log .Debug ("\u0042\u0069\u0074\u0073\u0050e\u0072\u0043\u006f\u006f\u0072\u0064\u0069\u006e\u0061\u0074\u0065\u0020\u006eo\u0074\u0020\u0061\u006e\u0020\u0069\u006e\u0074\u0065\u0067\u0065\u0072\u0020\u0028\u0067\u006f\u0074\u0020\u0025\u0054\u0029",_ecacg ); -return nil ,_eb .ErrTypeError ;};_eabab .BitsPerCoordinate =_afaa ;_ecacg =_acgff .Get ("\u0042\u0069t\u0073\u0050\u0065r\u0043\u006f\u006d\u0070\u006f\u006e\u0065\u006e\u0074");if _ecacg ==nil {_ddb .Log .Debug ("\u0052e\u0071\u0075i\u0072\u0065\u0064\u0020a\u0074\u0074\u0072i\u0062\u0075\u0074\u0065\u0020\u006d\u0069\u0073\u0073in\u0067\u003a\u0020B\u0069\u0074s\u0050\u0065\u0072\u0043\u006f\u006dp\u006f\u006ee\u006e\u0074"); -return nil ,ErrRequiredAttributeMissing ;};_afaa ,_dafgd =_ecacg .(*_eb .PdfObjectInteger );if !_dafgd {_ddb .Log .Debug ("B\u0069\u0074\u0073\u0050\u0065\u0072\u0043\u006f\u006d\u0070\u006f\u006e\u0065\u006e\u0074\u0020\u006e\u006ft\u0020\u0061\u006e\u0020\u0069\u006e\u0074\u0065\u0067\u0065r \u0028\u0067\u006ft\u0020%\u0054\u0029",_ecacg ); -return nil ,_eb .ErrTypeError ;};_eabab .BitsPerComponent =_afaa ;_ecacg =_acgff .Get ("\u0056\u0065\u0072\u0074\u0069\u0063\u0065\u0073\u0050e\u0072\u0052\u006f\u0077");if _ecacg ==nil {_ddb .Log .Debug ("\u0052\u0065\u0071u\u0069\u0072\u0065\u0064\u0020\u0061\u0074\u0074\u0072\u0069\u0062\u0075\u0074\u0065\u0020\u006d\u0069\u0073\u0073\u0069\u006e\u0067\u003a\u0020\u0056\u0065\u0072\u0074\u0069c\u0065\u0073\u0050\u0065\u0072\u0052\u006f\u0077"); -return nil ,ErrRequiredAttributeMissing ;};_afaa ,_dafgd =_ecacg .(*_eb .PdfObjectInteger );if !_dafgd {_ddb .Log .Debug ("\u0056\u0065\u0072\u0074\u0069\u0063\u0065\u0073\u0050\u0065\u0072\u0052\u006f\u0077\u0020\u006e\u006f\u0074\u0020\u0061\u006e\u0020\u0069\u006et\u0065\u0067\u0065\u0072\u0020(\u0067\u006ft\u0020\u0025\u0054\u0029",_ecacg ); -return nil ,_eb .ErrTypeError ;};_eabab .VerticesPerRow =_afaa ;_ecacg =_acgff .Get ("\u0044\u0065\u0063\u006f\u0064\u0065");if _ecacg ==nil {_ddb .Log .Debug ("\u0052\u0065\u0071ui\u0072\u0065\u0064\u0020\u0061\u0074\u0074\u0072\u0069b\u0075t\u0065 \u006di\u0073\u0073\u0069\u006e\u0067\u003a\u0020\u0044\u0065\u0063\u006f\u0064\u0065"); -return nil ,ErrRequiredAttributeMissing ;};_fgcff ,_dafgd :=_ecacg .(*_eb .PdfObjectArray );if !_dafgd {_ddb .Log .Debug ("\u0044\u0065\u0063\u006fd\u0065\u0020\u006e\u006f\u0074\u0020\u0061\u006e\u0020\u0061r\u0072a\u0079\u0020\u0028\u0067\u006f\u0074\u0020%\u0054\u0029",_ecacg ); -return nil ,_eb .ErrTypeError ;};_eabab .Decode =_fgcff ;if _gaeg :=_acgff .Get ("\u0046\u0075\u006e\u0063\u0074\u0069\u006f\u006e");_gaeg !=nil {_eabab .Function =[]PdfFunction {};if _dfbaf ,_ffeef :=_gaeg .(*_eb .PdfObjectArray );_ffeef {for _ ,_gbebd :=range _dfbaf .Elements (){_bgdcf ,_ffgfe :=_cccfa (_gbebd ); -if _ffgfe !=nil {_ddb .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0070\u0061\u0072\u0073\u0069n\u0067\u0020\u0066\u0075\u006e\u0063\u0074\u0069\u006f\u006e:\u0020\u0025\u0076",_ffgfe );return nil ,_ffgfe ;};_eabab .Function =append (_eabab .Function ,_bgdcf ); -};}else {_baffb ,_bdgf :=_cccfa (_gaeg );if _bdgf !=nil {_ddb .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0070\u0061\u0072\u0073\u0069n\u0067\u0020\u0066\u0075\u006e\u0063\u0074\u0069\u006f\u006e:\u0020\u0025\u0076",_bdgf );return nil ,_bdgf ;}; -_eabab .Function =append (_eabab .Function ,_baffb );};};return &_eabab ,nil ;}; +// PdfColorspaceDeviceRGB represents an RGB colorspace. +type PdfColorspaceDeviceRGB struct{};func (_cbcf *PdfFunctionType0 )processSamples ()error {_decfc :=_ag .ResampleBytes (_cbcf ._bbdc ,_cbcf .BitsPerSample );_cbcf ._efcg =_decfc ;return nil ;}; -// Insert adds a top level outline item in the outline, -// at the specified index. -func (_cbcab *Outline )Insert (index uint ,item *OutlineItem ){_aebef :=uint (len (_cbcab .Entries ));if index > _aebef {index =_aebef ;};_cbcab .Entries =append (_cbcab .Entries [:index ],append ([]*OutlineItem {item },_cbcab .Entries [index :]...)...); -};func (_ccgfc *PdfPage )flattenFieldsWithOpts (_afeb FieldAppearanceGenerator ,_deggb *FieldFlattenOpts ,_ccaba map[*PdfAnnotation ]bool )error {var _gcga []*PdfAnnotation ;if _afeb !=nil {if _bceg :=_afeb .WrapContentStream (_ccgfc );_bceg !=nil {return _bceg ; -};};_bcecb ,_fgffb :=_ccgfc .GetAnnotations ();if _fgffb !=nil {return _fgffb ;};for _ ,_efge :=range _bcecb {_bgacd ,_aeceg :=_ccaba [_efge ];if !_aeceg &&_deggb .AnnotFilterFunc !=nil {if _ ,_gfcedd :=_efge .GetContext ().(*PdfAnnotationWidget );!_gfcedd {_aeceg =_deggb .AnnotFilterFunc (_efge ); -};};if !_aeceg {_gcga =append (_gcga ,_efge );continue ;};switch _efge .GetContext ().(type ){case *PdfAnnotationPopup :continue ;case *PdfAnnotationLink :continue ;case *PdfAnnotationProjection :continue ;};_ddef ,_gdbd ,_ceffe :=_cffg (_efge );if _ceffe !=nil {if !_bgacd {_ddb .Log .Trace ("\u0046\u0069\u0065\u006c\u0064\u0020\u0077\u0069\u0074h\u006f\u0075\u0074\u0020\u0056\u0020\u002d\u003e\u0020\u0061\u006e\u006e\u006f\u0074\u0061\u0074\u0069\u006f\u006e\u0020\u0077\u0069\u0074h\u006f\u0075t\u0020\u0061p\u0070\u0065\u0061\u0072\u0061\u006e\u0063\u0065\u0020\u0073\u0074\u0072\u0065am\u0020\u002d\u0020\u0073\u006b\u0069\u0070\u0070\u0069n\u0067\u0020\u006f\u0076\u0065\u0072"); -continue ;};_ddb .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u0020\u0041\u006e\u006e\u006f\u0074\u0061\u0074\u0069\u006f\u006e\u0020\u0077\u0069\u0074h\u006f\u0075\u0074\u0020\u0061\u0070\u0070\u0065\u0061\u0072\u0061\u006e\u0063\u0065\u0020\u0073\u0074\u0072\u0065\u0061\u006d,\u0020\u0065\u0072\u0072\u0020\u003a\u0020\u0025\u0076\u0020\u002d\u0020\u0073\u006bi\u0070\u0070\u0069n\u0067\u0020\u006f\u0076\u0065\u0072",_ceffe ); -continue ;};if _ddef ==nil {continue ;};_acge :=_ccgfc .Resources .GenerateXObjectName ();_ccgfc .Resources .SetXObjectFormByName (_acge ,_ddef );_adacb ,_bebd ,_ceffe :=_gcbfd (_ddef );if _ceffe !=nil {_ddb .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0063\u006f\u006e\u0076\u0065\u0072\u0074\u0069\u006e\u0067\u0020\u0061\u0070p\u0065\u0061\u0072\u0061\u006e\u0063\u0065\u0020\u004d\u0061\u0074\u0072\u0069\u0078\u002c\u0020s\u006b\u0069\u0070\u0070\u0069\u006e\u0067\u0020\u0078\u0066\u006f\u0072\u006d\u0020\u0062\u0062\u006f\u0078\u0020\u0061\u0064\u006a\u0075\u0073t\u006d\u0065\u006e\u0074\u003a \u0025\u0076",_ceffe ); -}else {_deeff :=_ffg .IdentityMatrix ();_deeff =_deeff .Translate (-_adacb .Llx ,-_adacb .Lly );if _bebd {_gcdf :=0.0;if _adacb .Width ()> 0{_gcdf =_gdbd .Width ()/_adacb .Width ();};_cccd :=0.0;if _adacb .Height ()> 0{_cccd =_gdbd .Height ()/_adacb .Height (); -};_deeff =_deeff .Scale (_gcdf ,_cccd );};_gdbd .Transform (_deeff );};_ebabg :=_gg .Min (_gdbd .Llx ,_gdbd .Urx );_cceg :=_gg .Min (_gdbd .Lly ,_gdbd .Ury );var _bdccf []string ;_bdccf =append (_bdccf ,"\u0071");_bdccf =append (_bdccf ,_e .Sprintf ("\u0025\u002e\u0036\u0066\u0020\u0025\u002e\u0036\u0066\u0020\u0025\u002e\u0036\u0066\u0020%\u002e6\u0066\u0020\u0025\u002e\u0036\u0066\u0020\u0025\u002e\u0036\u0066\u0020\u0063\u006d",1.0,0.0,0.0,1.0,_ebabg ,_cceg )); -_bdccf =append (_bdccf ,_e .Sprintf ("\u002f\u0025\u0073\u0020\u0044\u006f",_acge .String ()));_bdccf =append (_bdccf ,"\u0051");_eegae :=_cc .Join (_bdccf ,"\u000a");_ceffe =_ccgfc .AppendContentStream (_eegae );if _ceffe !=nil {return _ceffe ;};if _ddef .Resources !=nil {_ccdg ,_dcdd :=_eb .GetDict (_ddef .Resources .Font ); -if _dcdd {for _ ,_cbba :=range _ccdg .Keys (){if !_ccgfc .Resources .HasFontByName (_cbba ){_ccgfc .Resources .SetFontByName (_cbba ,_ccdg .Get (_cbba ));};};};};};if len (_gcga )> 0{_ccgfc ._dbga =_gcga ;}else {_ccgfc ._dbga =[]*PdfAnnotation {};};return nil ; -}; +// String implements interface PdfObject. +func (_ab *PdfAction )String ()string {_gb ,_dag :=_ab .ToPdfObject ().(*_cee .PdfIndirectObject );if _dag {return _e .Sprintf ("\u0025\u0054\u003a\u0020\u0025\u0073",_ab ._afe ,_gb .PdfObject .String ());};return "";};var (_adcc =_bgc .MustCompile ("\u005cd\u002b\u0020\u0064\u0069c\u0074\u005c\u0073\u002b\u0028d\u0075p\u005cs\u002b\u0029\u003f\u0062\u0065\u0067\u0069n"); +_bgfgf =_bgc .MustCompile ("\u005e\u005cs\u002a\u002f\u0028\u005c\u0053\u002b\u003f\u0029\u005c\u0073\u002b\u0028\u002e\u002b\u003f\u0029\u005c\u0073\u002b\u0064\u0065\u0066\\s\u002a\u0024");_fcbea =_bgc .MustCompile ("\u005e\u005c\u0073*\u0064\u0075\u0070\u005c\u0073\u002b\u0028\u005c\u0064\u002b\u0029\u005c\u0073\u002a\u002f\u0028\u005c\u0077\u002b\u003f\u0029\u0028\u003f\u003a\u005c\u002e\u005c\u0064\u002b)\u003f\u005c\u0073\u002b\u0070\u0075\u0074\u0024"); +_cgbec ="\u002f\u0045\u006e\u0063od\u0069\u006e\u0067\u0020\u0032\u0035\u0036\u0020\u0061\u0072\u0072\u0061\u0079";_edecc ="\u0072\u0065\u0061d\u006f\u006e\u006c\u0079\u0020\u0064\u0065\u0066";_fcgce ="\u0063\u0075\u0072\u0072\u0065\u006e\u0074\u0066\u0069\u006c\u0065\u0020e\u0065\u0078\u0065\u0063"; +); -// ColorToRGB only converts color used with uncolored patterns (defined in underlying colorspace). Does not go into the -// pattern objects and convert those. If that is desired, needs to be done separately. See for example -// grayscale conversion example in unidoc-examples repo. -func (_gbba *PdfColorspaceSpecialPattern )ColorToRGB (color PdfColor )(PdfColor ,error ){_gaff ,_ceggb :=color .(*PdfColorPattern );if !_ceggb {_ddb .Log .Debug ("\u0043\u006f\u006c\u006f\u0072\u0020\u006e\u006f\u0074\u0020\u0070a\u0074\u0074\u0065\u0072\u006e\u0020\u0028\u0067\u006f\u0074 \u0025\u0054\u0029",color ); -return nil ,ErrTypeCheck ;};if _gaff .Color ==nil {return color ,nil ;};if _gbba .UnderlyingCS ==nil {return nil ,_dcf .New ("\u0075n\u0064\u0065\u0072\u006cy\u0069\u006e\u0067\u0020\u0043S\u0020n\u006ft\u0020\u0064\u0065\u0066\u0069\u006e\u0065d");};return _gbba .UnderlyingCS .ColorToRGB (_gaff .Color ); -}; +// R returns the value of the red component of the color. +func (_bafd *PdfColorDeviceRGB )R ()float64 {return _bafd [0]}; -// NewPermissions returns a new permissions object. -func NewPermissions (docMdp *PdfSignature )*Permissions {_aadaa :=Permissions {};_aadaa .DocMDP =docMdp ;_ebdeec :=_eb .MakeDict ();_ebdeec .Set ("\u0044\u006f\u0063\u004d\u0044\u0050",docMdp .ToPdfObject ());_aadaa ._cgbag =_ebdeec ;return &_aadaa ;}; +// SetAnnotations sets the annotations list. +func (_efagd *PdfPage )SetAnnotations (annotations []*PdfAnnotation ){_efagd ._eeaba =annotations };func (_ggaf *PdfWriter )writeObjectsInStreams (_bfdde map[_cee .PdfObject ]bool )error {for _ ,_edeeb :=range _ggaf ._gccff {if _bdfag :=_bfdde [_edeeb ]; +_bdfag {continue ;};_ebbff :=int64 (0);switch _ggebgf :=_edeeb .(type ){case *_cee .PdfIndirectObject :_ebbff =_ggebgf .ObjectNumber ;case *_cee .PdfObjectStream :_ebbff =_ggebgf .ObjectNumber ;case *_cee .PdfObjectStreams :_ebbff =_ggebgf .ObjectNumber ; +case *_cee .PdfObjectDictionary ,*_cee .PdfObjectString :default:_fca .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020U\u006e\u0073\u0075p\u0070\u006f\u0072t\u0065\u0064 \u0074\u0079\u0070\u0065\u0020\u0069n\u0020wr\u0069\u0074\u0065\u0072\u0020\u006f\u0062\u006a\u0065\u0063\u0074\u0073\u003a\u0020\u0025\u0054\u0020\u0028\u0074\u0079\u0070\u0065\u0020\u0025\u0054\u0029",_edeeb ,_ggebgf ); +return ErrTypeCheck ;};if _ggaf ._ddafb !=nil &&_edeeb !=_ggaf ._bbfag {_bafga :=_ggaf ._ddafb .Encrypt (_edeeb ,_ebbff ,0);if _bafga !=nil {_fca .Log .Debug ("\u0045\u0052R\u004f\u0052\u003a\u0020\u0046\u0061\u0069\u006c\u0065\u0064\u0020\u0065\u006e\u0063\u0072\u0079\u0070\u0074\u0069\u006e\u0067\u0020(%\u0073\u0029",_bafga ); +return _bafga ;};};_ggaf .writeObject (int (_ebbff ),_edeeb );};return nil ;}; +// ToPdfObject implements interface PdfModel. +func (_abaa *PdfAnnotationTrapNet )ToPdfObject ()_cee .PdfObject {_abaa .PdfAnnotation .ToPdfObject ();_gdc :=_abaa ._eddc ;_cfaa :=_gdc .PdfObject .(*_cee .PdfObjectDictionary );_cfaa .SetIfNotNil ("\u0053u\u0062\u0074\u0079\u0070\u0065",_cee .MakeName ("\u0054r\u0061\u0070\u004e\u0065\u0074")); +return _gdc ;};func (_abge *PdfWriter )makeOffSetReference (_dgcde int64 ){_facgd :=_e .Sprintf ("\u0073\u0074\u0061\u0072\u0074\u0078\u0072\u0065\u0066\u000a\u0025\u0064\u000a",_dgcde );_abge .writeString (_facgd );_abge .writeString ("\u0025\u0025\u0045\u004f\u0046\u000a"); +};func _aeafc (_cgaeg *fontCommon )*pdfCIDFontType0 {return &pdfCIDFontType0 {fontCommon :*_cgaeg }}; -// PdfShadingType1 is a Function-based shading. -type PdfShadingType1 struct{*PdfShading ;Domain *_eb .PdfObjectArray ;Matrix *_eb .PdfObjectArray ;Function []PdfFunction ;}; +// StringToCharcodeBytes maps the provided string runes to charcode bytes and +// it returns the resulting slice of bytes, along with the number of runes +// which could not be converted. If the number of misses is 0, all string runes +// were successfully converted. +func (_bddbdg *PdfFont )StringToCharcodeBytes (str string )([]byte ,int ){return _bddbdg .RunesToCharcodeBytes ([]rune (str ));}; + +// GetPdfName returns the PDF name used to indicate the border style. +// (Table 166 p. 395). +func (_bddfg *BorderStyle )GetPdfName ()string {switch *_bddfg {case BorderStyleSolid :return "\u0053";case BorderStyleDashed :return "\u0044";case BorderStyleBeveled :return "\u0042";case BorderStyleInset :return "\u0049";case BorderStyleUnderline :return "\u0055"; +};return "";}; // ToPdfObject implements interface PdfModel. -func (_egfg *PdfAnnotationRedact )ToPdfObject ()_eb .PdfObject {_egfg .PdfAnnotation .ToPdfObject ();_cdgdg :=_egfg ._ggf ;_beg :=_cdgdg .PdfObject .(*_eb .PdfObjectDictionary );_egfg .PdfAnnotationMarkup .appendToPdfDictionary (_beg );_beg .SetIfNotNil ("\u0053u\u0062\u0074\u0079\u0070\u0065",_eb .MakeName ("\u0052\u0065\u0064\u0061\u0063\u0074")); -_beg .SetIfNotNil ("\u0051\u0075\u0061\u0064\u0050\u006f\u0069\u006e\u0074\u0073",_egfg .QuadPoints );_beg .SetIfNotNil ("\u0049\u0043",_egfg .IC );_beg .SetIfNotNil ("\u0052\u004f",_egfg .RO );_beg .SetIfNotNil ("O\u0076\u0065\u0072\u006c\u0061\u0079\u0054\u0065\u0078\u0074",_egfg .OverlayText ); -_beg .SetIfNotNil ("\u0052\u0065\u0070\u0065\u0061\u0074",_egfg .Repeat );_beg .SetIfNotNil ("\u0044\u0041",_egfg .DA );_beg .SetIfNotNil ("\u0051",_egfg .Q );return _cdgdg ;};func (_bdge *PdfReader )newPdfPageFromDict (_gdaag *_eb .PdfObjectDictionary )(*PdfPage ,error ){_cace :=NewPdfPage (); -_cace ._aaagaa =_gdaag ;_cace ._eaebc =*_gdaag ;_acgdb :=*_gdaag ;_ebagb ,_ggabbb :=_acgdb .Get ("\u0054\u0079\u0070\u0065").(*_eb .PdfObjectName );if !_ggabbb {return nil ,_dcf .New ("\u006d\u0069ss\u0069\u006e\u0067/\u0069\u006e\u0076\u0061lid\u0020Pa\u0067\u0065\u0020\u0064\u0069\u0063\u0074io\u006e\u0061\u0072\u0079\u0020\u0054\u0079p\u0065"); -};if *_ebagb !="\u0050\u0061\u0067\u0065"{return nil ,_dcf .New ("\u0070\u0061\u0067\u0065 \u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079 \u0054y\u0070\u0065\u0020\u0021\u003d\u0020\u0050a\u0067\u0065");};if _accfgc :=_acgdb .Get ("\u0050\u0061\u0072\u0065\u006e\u0074"); -_accfgc !=nil {_cace .Parent =_accfgc ;};if _aeeg :=_acgdb .Get ("\u004c\u0061\u0073t\u004d\u006f\u0064\u0069\u0066\u0069\u0065\u0064");_aeeg !=nil {_bebgb ,_cfbde :=_eb .GetString (_aeeg );if !_cfbde {return nil ,_dcf .New ("\u0070\u0061\u0067\u0065\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u0020\u004c\u0061\u0073\u0074\u004d\u006f\u0064\u0069f\u0069\u0065\u0064\u0020\u0021=\u0020\u0073t\u0072\u0069\u006e\u0067"); -};_ggbdb ,_acged :=NewPdfDate (_bebgb .Str ());if _acged !=nil {return nil ,_acged ;};_cace .LastModified =&_ggbdb ;};if _cggfg :=_acgdb .Get ("\u0052e\u0073\u006f\u0075\u0072\u0063\u0065s");_cggfg !=nil &&!_eb .IsNullObject (_cggfg ){_cabbg ,_fagd :=_eb .GetDict (_cggfg ); -if !_fagd {return nil ,_e .Errorf ("\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0072\u0065\u0073\u006f\u0075\u0072\u0063e\u0020d\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u0020\u0028\u0025\u0054\u0029",_cggfg );};var _fgadc error ;_cace .Resources ,_fgadc =NewPdfPageResourcesFromDict (_cabbg ); -if _fgadc !=nil {return nil ,_fgadc ;};}else {_aeaag ,_dcbfd :=_cace .getParentResources ();if _dcbfd !=nil {return nil ,_dcbfd ;};if _aeaag ==nil {_aeaag =NewPdfPageResources ();};_cace .Resources =_aeaag ;};if _cfbaa :=_acgdb .Get ("\u004d\u0065\u0064\u0069\u0061\u0042\u006f\u0078"); -_cfbaa !=nil {_cgge ,_cada :=_eb .GetArray (_cfbaa );if !_cada {return nil ,_dcf .New ("\u0070\u0061\u0067\u0065\u0020\u004d\u0065\u0064\u0069\u0061\u0042o\u0078\u0020\u006e\u006f\u0074\u0020\u0061\u006e\u0020\u0061r\u0072\u0061\u0079");};var _cbbca error ; -_cace .MediaBox ,_cbbca =NewPdfRectangle (*_cgge );if _cbbca !=nil {return nil ,_cbbca ;};};if _bdda :=_acgdb .Get ("\u0043r\u006f\u0070\u0042\u006f\u0078");_bdda !=nil {_cedg ,_efdag :=_eb .GetArray (_bdda );if !_efdag {return nil ,_dcf .New ("\u0070a\u0067\u0065\u0020\u0043r\u006f\u0070\u0042\u006f\u0078 \u006eo\u0074 \u0061\u006e\u0020\u0061\u0072\u0072\u0061y"); -};var _ebecg error ;_cace .CropBox ,_ebecg =NewPdfRectangle (*_cedg );if _ebecg !=nil {return nil ,_ebecg ;};};if _adegf :=_acgdb .Get ("\u0042\u006c\u0065\u0065\u0064\u0042\u006f\u0078");_adegf !=nil {_ggcde ,_aaad :=_eb .GetArray (_adegf );if !_aaad {return nil ,_dcf .New ("\u0070\u0061\u0067\u0065\u0020\u0042\u006c\u0065\u0065\u0064\u0042o\u0078\u0020\u006e\u006f\u0074\u0020\u0061\u006e\u0020\u0061r\u0072\u0061\u0079"); -};var _fabb error ;_cace .BleedBox ,_fabb =NewPdfRectangle (*_ggcde );if _fabb !=nil {return nil ,_fabb ;};};if _fgebed :=_acgdb .Get ("\u0054r\u0069\u006d\u0042\u006f\u0078");_fgebed !=nil {_aebed ,_cggdf :=_eb .GetArray (_fgebed );if !_cggdf {return nil ,_dcf .New ("\u0070a\u0067\u0065\u0020\u0054r\u0069\u006d\u0042\u006f\u0078 \u006eo\u0074 \u0061\u006e\u0020\u0061\u0072\u0072\u0061y"); -};var _fabcc error ;_cace .TrimBox ,_fabcc =NewPdfRectangle (*_aebed );if _fabcc !=nil {return nil ,_fabcc ;};};if _ccbdg :=_acgdb .Get ("\u0041\u0072\u0074\u0042\u006f\u0078");_ccbdg !=nil {_dcefa ,_cfdcg :=_eb .GetArray (_ccbdg );if !_cfdcg {return nil ,_dcf .New ("\u0070a\u0067\u0065\u0020\u0041\u0072\u0074\u0042\u006f\u0078\u0020\u006eo\u0074\u0020\u0061\u006e\u0020\u0061\u0072\u0072\u0061\u0079"); -};var _fbdf error ;_cace .ArtBox ,_fbdf =NewPdfRectangle (*_dcefa );if _fbdf !=nil {return nil ,_fbdf ;};};if _cebbg :=_acgdb .Get ("\u0042\u006f\u0078C\u006f\u006c\u006f\u0072\u0049\u006e\u0066\u006f");_cebbg !=nil {_cace .BoxColorInfo =_cebbg ;};if _degdd :=_acgdb .Get ("\u0043\u006f\u006e\u0074\u0065\u006e\u0074\u0073"); -_degdd !=nil {_cace .Contents =_degdd ;};if _cfaab :=_acgdb .Get ("\u0052\u006f\u0074\u0061\u0074\u0065");_cfaab !=nil {_eabdg ,_aaaab :=_eb .GetNumberAsInt64 (_cfaab );if _aaaab !=nil {return nil ,_dcf .New ("\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0050\u0061\u0067e\u0020\u0052\u006f\u0074\u0061\u0074\u0065\u0020\u006f\u0062j\u0065\u0063\u0074"); -};_cace .Rotate =&_eabdg ;};if _gfgge :=_acgdb .Get ("\u0047\u0072\u006fu\u0070");_gfgge !=nil {_cace .Group =_gfgge ;};if _ceaa :=_acgdb .Get ("\u0054\u0068\u0075m\u0062");_ceaa !=nil {_cace .Thumb =_ceaa ;};if _fgfgc :=_acgdb .Get ("\u0042");_fgfgc !=nil {_cace .B =_fgfgc ; -};if _cadbc :=_acgdb .Get ("\u0044\u0075\u0072");_cadbc !=nil {_cace .Dur =_cadbc ;};if _gagbf :=_acgdb .Get ("\u0054\u0072\u0061n\u0073");_gagbf !=nil {_cace .Trans =_gagbf ;};if _dfag :=_acgdb .Get ("\u0041\u0041");_dfag !=nil {_cace .AA =_dfag ;};if _gecc :=_acgdb .Get ("\u004d\u0065\u0074\u0061\u0064\u0061\u0074\u0061"); -_gecc !=nil {_cace .Metadata =_gecc ;};if _cgdgd :=_acgdb .Get ("\u0050i\u0065\u0063\u0065\u0049\u006e\u0066o");_cgdgd !=nil {_cace .PieceInfo =_cgdgd ;};if _fcdcg :=_acgdb .Get ("\u0053\u0074\u0072\u0075\u0063\u0074\u0050\u0061\u0072\u0065\u006e\u0074\u0073"); -_fcdcg !=nil {_cace .StructParents =_fcdcg ;};if _dfga :=_acgdb .Get ("\u0049\u0044");_dfga !=nil {_cace .ID =_dfga ;};if _bbegc :=_acgdb .Get ("\u0050\u005a");_bbegc !=nil {_cace .PZ =_bbegc ;};if _dgabbc :=_acgdb .Get ("\u0053\u0065\u0070\u0061\u0072\u0061\u0074\u0069\u006fn\u0049\u006e\u0066\u006f"); -_dgabbc !=nil {_cace .SeparationInfo =_dgabbc ;};if _aaga :=_acgdb .Get ("\u0054\u0061\u0062\u0073");_aaga !=nil {_cace .Tabs =_aaga ;};if _eefad :=_acgdb .Get ("T\u0065m\u0070\u006c\u0061\u0074\u0065\u0049\u006e\u0073t\u0061\u006e\u0074\u0069at\u0065\u0064"); -_eefad !=nil {_cace .TemplateInstantiated =_eefad ;};if _bcde :=_acgdb .Get ("\u0050r\u0065\u0073\u0053\u0074\u0065\u0070s");_bcde !=nil {_cace .PresSteps =_bcde ;};if _fcfde :=_acgdb .Get ("\u0055\u0073\u0065\u0072\u0055\u006e\u0069\u0074");_fcfde !=nil {_cace .UserUnit =_fcfde ; -};if _egfde :=_acgdb .Get ("\u0056\u0050");_egfde !=nil {_cace .VP =_egfde ;};if _cbead :=_acgdb .Get ("\u0041\u006e\u006e\u006f\u0074\u0073");_cbead !=nil {_cace .Annots =_cbead ;};_cace ._dcdfd =_bdge ;return _cace ,nil ;}; +func (_dagb *PdfAnnotationSound )ToPdfObject ()_cee .PdfObject {_dagb .PdfAnnotation .ToPdfObject ();_agbe :=_dagb ._eddc ;_gfbf :=_agbe .PdfObject .(*_cee .PdfObjectDictionary );_dagb .PdfAnnotationMarkup .appendToPdfDictionary (_gfbf );_gfbf .SetIfNotNil ("\u0053u\u0062\u0074\u0079\u0070\u0065",_cee .MakeName ("\u0053\u006f\u0075n\u0064")); +_gfbf .SetIfNotNil ("\u0053\u006f\u0075n\u0064",_dagb .Sound );_gfbf .SetIfNotNil ("\u004e\u0061\u006d\u0065",_dagb .Name );return _agbe ;};func (_ddae *PdfWriter )setDocumentIDs (_fffac ,_daad string ){_ddae ._aeffd =_cee .MakeArray (_cee .MakeHexString (_fffac ),_cee .MakeHexString (_daad )); +};func (_dbage *PdfColorspaceDeviceRGB )String ()string {return "\u0044e\u0076\u0069\u0063\u0065\u0052\u0047B";};func (_eeaga *PdfReader )newPdfAcroFormFromDict (_abga *_cee .PdfIndirectObject ,_eadb *_cee .PdfObjectDictionary )(*PdfAcroForm ,error ){_dgcgf :=NewPdfAcroForm (); +if _abga !=nil {_dgcgf ._cebbd =_abga ;_abga .PdfObject =_cee .MakeDict ();};if _bbee :=_eadb .Get ("\u0046\u0069\u0065\u006c\u0064\u0073");_bbee !=nil &&!_cee .IsNullObject (_bbee ){_efddc ,_bbfa :=_cee .GetArray (_bbee );if !_bbfa {return nil ,_e .Errorf ("\u0066i\u0065\u006c\u0064\u0073\u0020\u006e\u006f\u0074\u0020\u0061\u006e \u0061\u0072\u0072\u0061\u0079\u0020\u0028\u0025\u0054\u0029",_bbee ); +};var _bdfc []*PdfField ;for _ ,_daacg :=range _efddc .Elements (){_bdfaf ,_cddfd :=_cee .GetIndirect (_daacg );if !_cddfd {if _ ,_gdbb :=_daacg .(*_cee .PdfObjectNull );_gdbb {_fca .Log .Trace ("\u0053k\u0069\u0070\u0070\u0069\u006e\u0067\u0020\u006f\u0076\u0065\u0072 \u006e\u0075\u006c\u006c\u0020\u0066\u0069\u0065\u006c\u0064"); +continue ;};_fca .Log .Debug ("\u0046\u0069\u0065\u006c\u0064 \u006e\u006f\u0074\u0020\u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0065\u0064 \u0069\u006e\u0020\u0069\u006e\u0064\u0069\u0072\u0065\u0063\u0074\u0020\u006f\u0062\u006a\u0065\u0063\u0074\u0020\u0025\u0054",_daacg ); +return nil ,_e .Errorf ("\u0066\u0069\u0065l\u0064\u0020\u006e\u006ft\u0020\u0069\u006e\u0020\u0061\u006e\u0020i\u006e\u0064\u0069\u0072\u0065\u0063\u0074\u0020\u006f\u0062\u006a\u0065\u0063\u0074");};_aefgg ,_egeab :=_eeaga .newPdfFieldFromIndirectObject (_bdfaf ,nil ); +if _egeab !=nil {return nil ,_egeab ;};_fca .Log .Trace ("\u0041\u0063\u0072\u006fFo\u0072\u006d\u0020\u0046\u0069\u0065\u006c\u0064\u003a\u0020\u0025\u002b\u0076",*_aefgg );_bdfc =append (_bdfc ,_aefgg );};_dgcgf .Fields =&_bdfc ;};if _dgfc :=_eadb .Get ("\u004ee\u0065d\u0041\u0070\u0070\u0065\u0061\u0072\u0061\u006e\u0063\u0065\u0073"); +_dgfc !=nil {_ceedc ,_bbeec :=_cee .GetBool (_dgfc );if _bbeec {_dgcgf .NeedAppearances =_ceedc ;}else {_fca .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u004e\u0065\u0065\u0064\u0041\u0070p\u0065\u0061\u0072\u0061\u006e\u0063e\u0073\u0020\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0028\u0067\u006ft\u0020\u0025\u0054\u0029",_dgfc ); +};};if _ebfb :=_eadb .Get ("\u0053\u0069\u0067\u0046\u006c\u0061\u0067\u0073");_ebfb !=nil {_gfga ,_gbcf :=_cee .GetInt (_ebfb );if _gbcf {_dgcgf .SigFlags =_gfga ;}else {_fca .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0053\u0069\u0067\u0046\u006c\u0061\u0067\u0073 \u0069n\u0076\u0061\u006c\u0069\u0064\u0020\u0028\u0067\u006f\u0074\u0020\u0025\u0054\u0029",_ebfb ); +};};if _dbddc :=_eadb .Get ("\u0043\u004f");_dbddc !=nil {_cedea ,_cfec :=_cee .GetArray (_dbddc );if _cfec {_dgcgf .CO =_cedea ;}else {_fca .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0043\u004f\u0020\u0069n\u0076\u0061\u006c\u0069\u0064\u0020\u0028\u0067\u006f\u0074 \u0025\u0054\u0029",_dbddc ); +};};if _gafed :=_eadb .Get ("\u0044\u0052");_gafed !=nil {if _fagg ,_dagba :=_cee .GetDict (_gafed );_dagba {_gafaf ,_ggcdae :=NewPdfPageResourcesFromDict (_fagg );if _ggcdae !=nil {_fca .Log .Error ("\u0049\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0044R\u003a\u0020\u0025\u0076",_ggcdae ); +return nil ,_ggcdae ;};_dgcgf .DR =_gafaf ;}else {_fca .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0044\u0052\u0020\u0069n\u0076\u0061\u006c\u0069\u0064\u0020\u0028\u0067\u006f\u0074 \u0025\u0054\u0029",_gafed );};};if _fgeg :=_eadb .Get ("\u0044\u0041"); +_fgeg !=nil {_gadf ,_bdcabc :=_cee .GetString (_fgeg );if _bdcabc {_dgcgf .DA =_gadf ;}else {_fca .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0044\u0041\u0020\u0069n\u0076\u0061\u006c\u0069\u0064\u0020\u0028\u0067\u006f\u0074 \u0025\u0054\u0029",_fgeg ); +};};if _fbcc :=_eadb .Get ("\u0051");_fbcc !=nil {_gdccb ,_bbcad :=_cee .GetInt (_fbcc );if _bbcad {_dgcgf .Q =_gdccb ;}else {_fca .Log .Debug ("\u0045R\u0052\u004f\u0052\u003a \u0051\u0020\u0069\u006e\u0076a\u006ci\u0064 \u0028\u0067\u006f\u0074\u0020\u0025\u0054)",_fbcc ); +};};if _fcadg :=_eadb .Get ("\u0058\u0046\u0041");_fcadg !=nil {_dgcgf .XFA =_fcadg ;};if _bddee :=_eadb .Get ("\u0041\u0044\u0042\u0045\u005f\u0045\u0063\u0068\u006f\u0053\u0069\u0067\u006e");_bddee !=nil {_dgcgf .ADBEEchoSign =_bddee ;};_dgcgf .ToPdfObject (); +return _dgcgf ,nil ;}; -// PdfColorPatternType3 represents a color shading pattern type 3 (Radial). -type PdfColorPatternType3 struct{Color PdfColor ;PatternName _eb .PdfObjectName ;};func _dfaf (_bced _eb .PdfObject )(*PdfBorderStyle ,error ){_edab :=&PdfBorderStyle {};_edab ._gdgd =_bced ;var _dded *_eb .PdfObjectDictionary ;_bced =_eb .TraceToDirectObject (_bced ); -_dded ,_abbg :=_bced .(*_eb .PdfObjectDictionary );if !_abbg {return nil ,_dcf .New ("\u0074\u0079\u0070\u0065\u0020\u0063\u0068\u0065\u0063\u006b");};if _adbe :=_dded .Get ("\u0054\u0079\u0070\u0065");_adbe !=nil {_gfdc ,_afgb :=_adbe .(*_eb .PdfObjectName ); -if !_afgb {_ddb .Log .Debug ("I\u006e\u0063\u006f\u006d\u0070\u0061\u0074\u0069\u0062i\u006c\u0069\u0074\u0079\u0020\u0077\u0069th\u0020\u0054\u0079\u0070e\u0020\u006e\u006f\u0074\u0020\u0061\u0020\u006e\u0061me\u0020\u006fb\u006a\u0065\u0063\u0074\u003a\u0020\u0025\u0054",_adbe ); -}else {if *_gfdc !="\u0042\u006f\u0072\u0064\u0065\u0072"{_ddb .Log .Debug ("W\u0061\u0072\u006e\u0069\u006e\u0067,\u0020\u0054\u0079\u0070\u0065\u0020\u0021\u003d\u0020B\u006f\u0072\u0064e\u0072:\u0020\u0025\u0073",*_gfdc );};};};if _ffagf :=_dded .Get ("\u0057"); -_ffagf !=nil {_dbg ,_gcfcg :=_eb .GetNumberAsFloat (_ffagf );if _gcfcg !=nil {_ddb .Log .Debug ("\u0045\u0072\u0072\u006fr \u0072\u0065\u0074\u0072\u0069\u0065\u0076\u0069\u006e\u0067\u0020\u0057\u003a\u0020%\u0076",_gcfcg );return nil ,_gcfcg ;};_edab .W =&_dbg ; -};if _ddgd :=_dded .Get ("\u0053");_ddgd !=nil {_babf ,_cdfg :=_ddgd .(*_eb .PdfObjectName );if !_cdfg {return nil ,_dcf .New ("\u0062\u006f\u0072\u0064\u0065\u0072\u0020\u0053\u0020\u006e\u006ft\u0020\u0061\u0020\u006e\u0061\u006d\u0065\u0020\u006f\u0062j\u0065\u0063\u0074"); -};var _agce BorderStyle ;switch *_babf {case "\u0053":_agce =BorderStyleSolid ;case "\u0044":_agce =BorderStyleDashed ;case "\u0042":_agce =BorderStyleBeveled ;case "\u0049":_agce =BorderStyleInset ;case "\u0055":_agce =BorderStyleUnderline ;default:_ddb .Log .Debug ("I\u006e\u0076\u0061\u006cid\u0020s\u0074\u0079\u006c\u0065\u0020n\u0061\u006d\u0065\u0020\u0025\u0073",*_babf ); -return nil ,_dcf .New ("\u0073\u0074\u0079\u006ce \u0074\u0079\u0070\u0065\u0020\u0072\u0061\u006e\u0067\u0065\u0020\u0063\u0068\u0065c\u006b");};_edab .S =&_agce ;};if _ceb :=_dded .Get ("\u0044");_ceb !=nil {_bebcb ,_fcbb :=_ceb .(*_eb .PdfObjectArray ); -if !_fcbb {_ddb .Log .Debug ("\u0042\u006f\u0072\u0064\u0065\u0072\u0020\u0044\u0020\u0064a\u0073\u0068\u0020\u006e\u006f\u0074\u0020a\u006e\u0020\u0061\u0072\u0072\u0061\u0079\u003a\u0020\u0025\u0054",_ceb );return nil ,_dcf .New ("\u0062o\u0072\u0064\u0065\u0072 \u0044\u0020\u0074\u0079\u0070e\u0020c\u0068e\u0063\u006b\u0020\u0065\u0072\u0072\u006fr"); -};_eaab ,_edfd :=_bebcb .ToIntegerArray ();if _edfd !=nil {_ddb .Log .Debug ("\u0042\u006f\u0072\u0064\u0065\u0072\u0020\u0044 \u0050\u0072\u006fbl\u0065\u006d\u0020\u0063\u006f\u006ev\u0065\u0072\u0074\u0069\u006e\u0067\u0020\u0074\u006f\u0020\u0069\u006e\u0074\u0065\u0067e\u0072\u0020\u0061\u0072\u0072\u0061\u0079\u003a \u0025\u0076",_edfd ); -return nil ,_edfd ;};_edab .D =&_eaab ;};return _edab ,nil ;};func (_cabgg *PdfWriter )setDocumentIDs (_cdgdf ,_cdaeg string ){_cabgg ._ddefd =_eb .MakeArray (_eb .MakeHexString (_cdgdf ),_eb .MakeHexString (_cdaeg ));};func _aefe (_eacb _eb .PdfObject )(*PdfPattern ,error ){_fabf :=&PdfPattern {}; -var _ffadg *_eb .PdfObjectDictionary ;if _bbgc ,_ccbef :=_eb .GetIndirect (_eacb );_ccbef {_fabf ._agddd =_bbgc ;_ddcea ,_gaada :=_bbgc .PdfObject .(*_eb .PdfObjectDictionary );if !_gaada {_ddb .Log .Debug ("\u0050\u0061\u0074\u0074\u0065\u0072\u006e\u0020\u0069\u006e\u0064\u0069\u0072\u0065\u0063\u0074\u0020\u006f\u0062\u006ae\u0063\u0074\u0020\u006e\u006f\u0074\u0020\u0063\u006fn\u0074\u0061\u0069\u006e\u0069\u006e\u0067\u0020\u0064\u0069\u0063\u0074\u0069o\u006e\u0061\u0072\u0079\u0020\u0028g\u006f\u0074\u0020%\u0054\u0029",_bbgc .PdfObject ); -return nil ,_eb .ErrTypeError ;};_ffadg =_ddcea ;}else if _fcfe ,_gbffd :=_eb .GetStream (_eacb );_gbffd {_fabf ._agddd =_fcfe ;_ffadg =_fcfe .PdfObjectDictionary ;}else {_ddb .Log .Debug ("\u0050a\u0074\u0074e\u0072\u006e\u0020\u006eo\u0074\u0020\u0061n\u0020\u0069\u006e\u0064\u0069\u0072\u0065\u0063\u0074 o\u0062\u006a\u0065c\u0074\u0020o\u0072\u0020\u0073\u0074\u0072\u0065a\u006d\u002e \u0025\u0054",_eacb ); -return nil ,_eb .ErrTypeError ;};_dagab :=_ffadg .Get ("P\u0061\u0074\u0074\u0065\u0072\u006e\u0054\u0079\u0070\u0065");if _dagab ==nil {_ddb .Log .Debug ("\u0050\u0064\u0066\u0020\u0050\u0061\u0074\u0074\u0065\u0072\u006e\u0020\u006e\u006f\u0074\u0020\u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0069n\u0067\u0020\u0050\u0061\u0074t\u0065\u0072n\u0054\u0079\u0070\u0065"); -return nil ,ErrRequiredAttributeMissing ;};_gdbgg ,_caee :=_dagab .(*_eb .PdfObjectInteger );if !_caee {_ddb .Log .Debug ("\u0050\u0061tt\u0065\u0072\u006e \u0074\u0079\u0070\u0065 no\u0074 a\u006e\u0020\u0069\u006e\u0074\u0065\u0067er\u0020\u0028\u0067\u006f\u0074\u0020\u0025T\u0029",_dagab ); -return nil ,_eb .ErrTypeError ;};if *_gdbgg !=1&&*_gdbgg !=2{_ddb .Log .Debug ("\u0050\u0061\u0074\u0074e\u0072\u006e\u0020\u0074\u0079\u0070\u0065\u0020\u0021\u003d \u0031/\u0032\u0020\u0028\u0067\u006f\u0074\u0020%\u0064\u0029",*_gdbgg );return nil ,_eb .ErrRangeError ; -};_fabf .PatternType =int64 (*_gdbgg );switch *_gdbgg {case 1:_gdga ,_abgeb :=_ddcgg (_ffadg );if _abgeb !=nil {return nil ,_abgeb ;};_gdga .PdfPattern =_fabf ;_fabf ._eefgb =_gdga ;return _fabf ,nil ;case 2:_gegc ,_agfcb :=_dfgag (_ffadg );if _agfcb !=nil {return nil ,_agfcb ; -};_gegc .PdfPattern =_fabf ;_fabf ._eefgb =_gegc ;return _fabf ,nil ;};return nil ,_dcf .New ("\u0075n\u006bn\u006f\u0077\u006e\u0020\u0070\u0061\u0074\u0074\u0065\u0072\u006e");}; +// PdfAnnotationStamp represents Stamp annotations. +// (Section 12.5.6.12). +type PdfAnnotationStamp struct{*PdfAnnotation ;*PdfAnnotationMarkup ;Name _cee .PdfObject ;}; -// NewStandardPdfOutputIntent creates a new standard PdfOutputIntent. -func NewStandardPdfOutputIntent (outputCondition ,outputConditionIdentifier ,registryName string ,destOutputProfile []byte ,colorComponents int )*PdfOutputIntent {return &PdfOutputIntent {Type :"\u004f\u0075\u0074p\u0075\u0074\u0049\u006e\u0074\u0065\u006e\u0074",OutputCondition :outputCondition ,OutputConditionIdentifier :outputConditionIdentifier ,RegistryName :registryName ,DestOutputProfile :destOutputProfile ,ColorComponents :colorComponents ,_ebbd :_eb .MakeDict ()}; -}; +// PdfAppender appends new PDF content to an existing PDF document via incremental updates. +type PdfAppender struct{_dege _fc .ReadSeeker ;_cbdb *_cee .PdfParser ;_ebdd *PdfReader ;Reader *PdfReader ;_afca []*PdfPage ;_ceed *PdfAcroForm ;_ccee *DSS ;_dbec *Permissions ;_beg _cee .XrefTable ;_aaf int64 ;_cdbef int ;_eccb []_cee .PdfObject ;_efdc map[_cee .PdfObject ]struct{}; +_edae map[_cee .PdfObject ]int64 ;_abda map[_cee .PdfObject ]struct{};_gabb map[_cee .PdfObject ]struct{};_gbcc int64 ;_ccd bool ;_cbac string ;_beb *EncryptOptions ;_eafc *PdfInfo ;}; -// ToPdfObject implements interface PdfModel. -func (_gddf *PdfAnnotationSquare )ToPdfObject ()_eb .PdfObject {_gddf .PdfAnnotation .ToPdfObject ();_dfac :=_gddf ._ggf ;_gdgf :=_dfac .PdfObject .(*_eb .PdfObjectDictionary );if _gddf .PdfAnnotationMarkup !=nil {_gddf .PdfAnnotationMarkup .appendToPdfDictionary (_gdgf ); -};_gdgf .SetIfNotNil ("\u0053u\u0062\u0074\u0079\u0070\u0065",_eb .MakeName ("\u0053\u0071\u0075\u0061\u0072\u0065"));_gdgf .SetIfNotNil ("\u0042\u0053",_gddf .BS );_gdgf .SetIfNotNil ("\u0049\u0043",_gddf .IC );_gdgf .SetIfNotNil ("\u0042\u0045",_gddf .BE ); -_gdgf .SetIfNotNil ("\u0052\u0044",_gddf .RD );return _dfac ;}; +// ToPdfObject returns the PDF representation of the shading dictionary. +func (_fagbc *PdfShadingType6 )ToPdfObject ()_cee .PdfObject {_fagbc .PdfShading .ToPdfObject ();_afgaa ,_fcfg :=_fagbc .getShadingDict ();if _fcfg !=nil {_fca .Log .Error ("\u0055\u006ea\u0062\u006c\u0065\u0020\u0074\u006f\u0020\u0061\u0063\u0063\u0065\u0073\u0073\u0020\u0073\u0068\u0061\u0064\u0069\u006e\u0067\u0020di\u0063\u0074"); +return nil ;};if _fagbc .BitsPerCoordinate !=nil {_afgaa .Set ("\u0042\u0069\u0074\u0073\u0050\u0065\u0072\u0043\u006f\u006f\u0072\u0064i\u006e\u0061\u0074\u0065",_fagbc .BitsPerCoordinate );};if _fagbc .BitsPerComponent !=nil {_afgaa .Set ("\u0042\u0069t\u0073\u0050\u0065r\u0043\u006f\u006d\u0070\u006f\u006e\u0065\u006e\u0074",_fagbc .BitsPerComponent ); +};if _fagbc .BitsPerFlag !=nil {_afgaa .Set ("B\u0069\u0074\u0073\u0050\u0065\u0072\u0046\u006c\u0061\u0067",_fagbc .BitsPerFlag );};if _fagbc .Decode !=nil {_afgaa .Set ("\u0044\u0065\u0063\u006f\u0064\u0065",_fagbc .Decode );};if _fagbc .Function !=nil {if len (_fagbc .Function )==1{_afgaa .Set ("\u0046\u0075\u006e\u0063\u0074\u0069\u006f\u006e",_fagbc .Function [0].ToPdfObject ()); +}else {_fbffg :=_cee .MakeArray ();for _ ,_fddg :=range _fagbc .Function {_fbffg .Append (_fddg .ToPdfObject ());};_afgaa .Set ("\u0046\u0075\u006e\u0063\u0074\u0069\u006f\u006e",_fbffg );};};return _fagbc ._dfgbe ;}; -// SetPrintScaling sets the value of the printScaling. -func (_eagab *ViewerPreferences )SetPrintScaling (printScaling PrintScaling ){_eagab ._gefcg =printScaling ;}; +// GetAscent returns the Ascent of the font `descriptor`. +func (_gcdd *PdfFontDescriptor )GetAscent ()(float64 ,error ){return _cee .GetNumberAsFloat (_gcdd .Ascent );};func (_ggea *PdfReader )newPdfAnnotationPopupFromDict (_bagb *_cee .PdfObjectDictionary )(*PdfAnnotationPopup ,error ){_befd :=PdfAnnotationPopup {}; +_befd .Parent =_bagb .Get ("\u0050\u0061\u0072\u0065\u006e\u0074");_befd .Open =_bagb .Get ("\u004f\u0070\u0065\u006e");return &_befd ,nil ;}; -// PdfPageResources is a Page resources model. -// Implements PdfModel. -type PdfPageResources struct{ExtGState _eb .PdfObject ;ColorSpace _eb .PdfObject ;Pattern _eb .PdfObject ;Shading _eb .PdfObject ;XObject _eb .PdfObject ;Font _eb .PdfObject ;ProcSet _eb .PdfObject ;Properties _eb .PdfObject ;_fdada *_eb .PdfObjectDictionary ; -_cfcff *PdfPageResourcesColorspaces ;}; +// KValue is a wrapper object to hold various type of K's children objects. +type KValue struct{_aedde *KDict ;_abcfb _cee .PdfObject ;_dfcf *int ;}; -// ColorFromFloats returns a new PdfColor based on the input slice of color -// components. The slice should contain a single element. -func (_fadf *PdfColorspaceSpecialSeparation )ColorFromFloats (vals []float64 )(PdfColor ,error ){if len (vals )!=1{return nil ,_dcf .New ("r\u0061\u006e\u0067\u0065\u0020\u0063\u0068\u0065\u0063\u006b");};_cgfb :=vals [0];_gaecc :=[]float64 {_cgfb };_baff ,_cbca :=_fadf .TintTransform .Evaluate (_gaecc ); -if _cbca !=nil {_ddb .Log .Debug ("\u0045\u0072r\u006f\u0072\u002c\u0020\u0066\u0061\u0069\u006c\u0065\u0064\u0020\u0074\u006f\u0020\u0065\u0076\u0061\u006c\u0075\u0061\u0074\u0065: \u0025\u0076",_cbca );_ddb .Log .Trace ("\u0054\u0069\u006e\u0074 t\u0072\u0061\u006e\u0073\u0066\u006f\u0072\u006d\u003a\u0020\u0025\u002b\u0076",_fadf .TintTransform ); -return nil ,_cbca ;};_ddb .Log .Trace ("\u0050\u0072\u006f\u0063\u0065\u0073\u0073\u0069\u006e\u0067\u0020\u0043\u006f\u006c\u006fr\u0046\u0072\u006f\u006d\u0046\u006c\u006f\u0061\u0074\u0073\u0028\u0025\u002bv\u0029\u0020\u006f\u006e\u0020\u0041\u006c\u0074\u0065\u0072\u006e\u0061te\u0053\u0070\u0061\u0063\u0065\u003a\u0020\u0025\u0023\u0076",_baff ,_fadf .AlternateSpace ); -_ddcb ,_cbca :=_fadf .AlternateSpace .ColorFromFloats (_baff );if _cbca !=nil {_ddb .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u002c\u0020\u0066a\u0069\u006c\u0065d \u0074\u006f\u0020\u0065\u0076\u0061l\u0075\u0061\u0074\u0065\u0020\u0069\u006e\u0020\u0061\u006c\u0074\u0065\u0072\u006e\u0061t\u0065\u0020\u0073\u0070\u0061\u0063\u0065\u003a \u0025\u0076",_cbca ); -return nil ,_cbca ;};return _ddcb ,nil ;}; +// SignatureHandlerDocMDP extends SignatureHandler with the ValidateWithOpts method for checking the DocMDP policy. +type SignatureHandlerDocMDP interface{SignatureHandler ; -// PdfAnnotation represents an annotation in PDF (section 12.5 p. 389). -type PdfAnnotation struct{_cdb PdfModel ;Rect _eb .PdfObject ;Contents _eb .PdfObject ;P _eb .PdfObject ;NM _eb .PdfObject ;M _eb .PdfObject ;F _eb .PdfObject ;AP _eb .PdfObject ;AS _eb .PdfObject ;Border _eb .PdfObject ;C _eb .PdfObject ;StructParent _eb .PdfObject ; -OC _eb .PdfObject ;_ggf *_eb .PdfIndirectObject ;}; +// ValidateWithOpts validates a PDF signature by checking PdfReader or PdfParser +// ValidateWithOpts shall contain Validate call +ValidateWithOpts (_fccafg *PdfSignature ,_cbbac Hasher ,_gdfgc SignatureHandlerDocMDPParams )(SignatureValidationResult ,error );}; -// GetOutlines returns a high-level Outline object, based on the outline tree -// of the reader. -func (_begaa *PdfReader )GetOutlines ()(*Outline ,error ){if _begaa ==nil {return nil ,_dcf .New ("\u0063\u0061n\u006e\u006f\u0074\u0020c\u0072\u0065a\u0074\u0065\u0020\u006f\u0075\u0074\u006c\u0069n\u0065\u0020\u0066\u0072\u006f\u006d\u0020\u006e\u0069\u006c\u0020\u0072e\u0061\u0064\u0065\u0072"); -};_bdfa :=_begaa .GetOutlineTree ();if _bdfa ==nil {return nil ,_dcf .New ("\u0074\u0068\u0065\u0020\u0073\u0070\u0065\u0063\u0069\u0066\u0069\u0065\u0064\u0020\u0072\u0065\u0061\u0064e\u0072\u0020\u0064\u006f\u0065\u0073\u0020n\u006f\u0074\u0020\u0068\u0061\u0076\u0065\u0020\u0061\u006e\u0020o\u0075\u0074\u006c\u0069\u006e\u0065\u0020\u0074\u0072\u0065\u0065"); -};var _bggdd func (_fcdf *PdfOutlineTreeNode ,_bcfa *[]*OutlineItem );_bggdd =func (_feaea *PdfOutlineTreeNode ,_dbfgg *[]*OutlineItem ){if _feaea ==nil {return ;};if _feaea ._eeedb ==nil {_ddb .Log .Debug ("\u0045\u0052RO\u0052\u003a\u0020m\u0069\u0073\u0073\u0069ng \u006fut\u006c\u0069\u006e\u0065\u0020\u0065\u006etr\u0079\u0020\u0063\u006f\u006e\u0074\u0065x\u0074"); -return ;};var _aggbg *OutlineItem ;if _efeba ,_gccac :=_feaea ._eeedb .(*PdfOutlineItem );_gccac {_dabfa :=_efeba .Dest ;if (_dabfa ==nil ||_eb .IsNullObject (_dabfa ))&&_efeba .A !=nil {if _gcebe ,_fgcdg :=_eb .GetDict (_efeba .A );_fgcdg {if _cdaef ,_befba :=_eb .GetArray (_gcebe .Get ("\u0044")); -_befba {_dabfa =_cdaef ;}else {_fgce ,_agabe :=_eb .GetString (_gcebe .Get ("\u0044"));if !_agabe {return ;};_cfgbe ,_agabe :=_begaa ._bagcfd .Get ("\u004e\u0061\u006de\u0073").(*_eb .PdfObjectReference );if !_agabe {return ;};_bbdd ,_ffgb :=_begaa ._ebbe .LookupByReference (*_cfgbe ); -if _ffgb !=nil {_ddb .Log .Debug ("\u0045\u0052\u0052O\u0052\u003a\u0020\u0046\u0061\u0069\u006c\u0065\u0064\u0020\u0074\u006f\u0020\u0072\u0065\u0061\u0064\u0020\u006e\u0061\u006d\u0065\u0073\u0020\u0072\u0065\u0066\u0065\u0072e\u006e\u0063\u0065\u0020\u0028\u0025\u0073\u0029",_ffgb .Error ()); -return ;};_adcb ,_agabe :=_bbdd .(*_eb .PdfIndirectObject );if !_agabe {return ;};_caec :=map[_eb .PdfObject ]struct{}{};_ffgb =_begaa .buildNameNodes (_adcb ,_caec );if _ffgb !=nil {_ddb .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0046\u0061\u0069\u006c\u0065\u0064\u0020\u0074\u006f\u0020\u0062\u0075\u0069\u006c\u0064\u0020\u006ea\u006d\u0065\u0020\u006e\u006fd\u0065\u0073 \u0028\u0025\u0073\u0029",_ffgb .Error ()); -return ;};for _gcgcd :=range _caec {_gfbeg ,_acegd :=_eb .GetDict (_gcgcd );if !_acegd {continue ;};_befad ,_acegd :=_eb .GetArray (_gfbeg .Get ("\u004e\u0061\u006de\u0073"));if !_acegd {continue ;};for _gcgbe ,_ebdgb :=range _befad .Elements (){switch _ebdgb .(type ){case *_eb .PdfObjectString :if _ebdgb .String ()==_fgce .String (){if _fadd :=_befad .Get (_gcgbe +1); -_fadd !=nil {if _effea ,_bgef :=_eb .GetDict (_fadd );_bgef {_dabfa =_effea .Get ("\u0044");break ;};};};};};};};};};var _ddceaf OutlineDest ;if _dabfa !=nil &&!_eb .IsNullObject (_dabfa ){if _afgfa ,_cdeecc :=_bcbe (_dabfa ,_begaa );_cdeecc ==nil {_ddceaf =*_afgfa ; -}else {_ddb .Log .Debug ("\u0057\u0041\u0052\u004e\u003a\u0020\u0063o\u0075\u006c\u0064 \u006e\u006f\u0074\u0020p\u0061\u0072\u0073\u0065\u0020\u006f\u0075\u0074\u006c\u0069\u006e\u0065\u0020\u0064\u0065\u0073\u0074\u0020\u0028\u0025\u0076\u0029\u003a\u0020\u0025\u0076",_dabfa ,_cdeecc ); -};};_aggbg =NewOutlineItem (_efeba .Title .Decoded (),_ddceaf );*_dbfgg =append (*_dbfgg ,_aggbg );if _efeba .Next !=nil {_bggdd (_efeba .Next ,_dbfgg );};};if _feaea .First !=nil {if _aggbg !=nil {_dbfgg =&_aggbg .Entries ;};_bggdd (_feaea .First ,_dbfgg ); -};};_dfbdef :=NewOutline ();_bggdd (_bdfa ,&_dfbdef .Entries );return _dfbdef ,nil ;}; +// PdfColorspace interface defines the common methods of a PDF colorspace. +// The colorspace defines the data storage format for each color and color representation. +// +// Device based colorspace, specified by name +// - /DeviceGray +// - /DeviceRGB +// - /DeviceCMYK +// +// CIE based colorspace specified by [name, dictionary] +// - [/CalGray dict] +// - [/CalRGB dict] +// - [/Lab dict] +// - [/ICCBased dict] +// +// Special colorspaces +// - /Pattern +// - /Indexed +// - /Separation +// - /DeviceN +// +// Work is in progress to support all colorspaces. At the moment ICCBased color spaces fall back to the alternate +// colorspace which works OK in most cases. For full color support, will need fully featured ICC support. +type PdfColorspace interface{ -// Inspect inspects the object types, subtypes and content in the PDF file returning a map of -// object type to number of instances of each. -func (_daafe *PdfReader )Inspect ()(map[string ]int ,error ){return _daafe ._ebbe .Inspect ()}; +// String returns the PdfColorspace's name. +String ()string ; -// Encoder returns the font's text encoder. -func (_edgeg pdfFontType0 )Encoder ()_fc .TextEncoder {return _edgeg ._edcff }; +// ImageToRGB converts an Image in a given PdfColorspace to an RGB image. +ImageToRGB (Image )(Image ,error ); -// GetCerts returns the signature certificate chain. -func (_dfcfcd *PdfSignature )GetCerts ()([]*_bag .Certificate ,error ){var _fdaba []func ()([]*_bag .Certificate ,error );switch _cgddg ,_ :=_eb .GetNameVal (_dfcfcd .SubFilter );_cgddg {case "\u0061\u0064\u0062\u0065.p\u006b\u0063\u0073\u0037\u002e\u0064\u0065\u0074\u0061\u0063\u0068\u0065\u0064","\u0045\u0054\u0053\u0049.C\u0041\u0064\u0045\u0053\u002e\u0064\u0065\u0074\u0061\u0063\u0068\u0065\u0064":_fdaba =append (_fdaba ,_dfcfcd .extractChainFromPKCS7 ,_dfcfcd .extractChainFromCert ); -case "\u0061d\u0062e\u002e\u0078\u0035\u0030\u0039.\u0072\u0073a\u005f\u0073\u0068\u0061\u0031":_fdaba =append (_fdaba ,_dfcfcd .extractChainFromCert );case "\u0045\u0054\u0053I\u002e\u0052\u0046\u0043\u0033\u0031\u0036\u0031":_fdaba =append (_fdaba ,_dfcfcd .extractChainFromPKCS7 ); -default:return nil ,_e .Errorf ("\u0075n\u0073\u0075\u0070\u0070o\u0072\u0074\u0065\u0064\u0020S\u0075b\u0046i\u006c\u0074\u0065\u0072\u003a\u0020\u0025s",_cgddg );};for _ ,_dgdgc :=range _fdaba {_bdafg ,_baedg :=_dgdgc ();if _baedg !=nil {return nil ,_baedg ; -};if len (_bdafg )> 0{return _bdafg ,nil ;};};return nil ,ErrSignNoCertificates ;};func (_cbffag *PdfWriter )writeDocumentVersion (){if _cbffag ._caed {_cbffag .writeString ("\u000a");}else {_cbffag .writeString (_e .Sprintf ("\u0025\u0025\u0050D\u0046\u002d\u0025\u0064\u002e\u0025\u0064\u000a",_cbffag ._edbbf .Major ,_cbffag ._edbbf .Minor )); -_cbffag .writeString ("\u0025\u00e2\u00e3\u00cf\u00d3\u000a");};};var _bcaad =map[string ]struct{}{"\u0057i\u006eA\u006e\u0073\u0069\u0045\u006e\u0063\u006f\u0064\u0069\u006e\u0067":{},"\u004d\u0061c\u0052\u006f\u006da\u006e\u0045\u006e\u0063\u006f\u0064\u0069\u006e\u0067":{},"\u004d\u0061\u0063\u0045\u0078\u0070\u0065\u0072\u0074\u0045\u006e\u0063o\u0064\u0069\u006e\u0067":{},"\u0053\u0074a\u006e\u0064\u0061r\u0064\u0045\u006e\u0063\u006f\u0064\u0069\u006e\u0067":{}}; +// ColorToRGB converts a single color in a given PdfColorspace to an RGB color. +ColorToRGB (_ccdg PdfColor )(PdfColor ,error ); +// GetNumComponents returns the number of components in the PdfColorspace. +GetNumComponents ()int ; -// NewPdfColorspaceDeviceCMYK returns a new CMYK32 colorspace object. -func NewPdfColorspaceDeviceCMYK ()*PdfColorspaceDeviceCMYK {return &PdfColorspaceDeviceCMYK {}};func (_eabbc *PdfWriter )writeOutlines ()error {if _eabbc ._fbgge ==nil {return nil ;};_ddb .Log .Trace ("\u004f\u0075t\u006c\u0069\u006ee\u0054\u0072\u0065\u0065\u003a\u0020\u0025\u002b\u0076",_eabbc ._fbgge ); -_gffbf :=_eabbc ._fbgge .ToPdfObject ();_ddb .Log .Trace ("\u004fu\u0074\u006c\u0069\u006e\u0065\u0073\u003a\u0020\u0025\u002b\u0076 \u0028\u0025\u0054\u002c\u0020\u0070\u003a\u0025\u0070\u0029",_gffbf ,_gffbf ,_gffbf );_eabbc ._dbffa .Set ("\u004f\u0075\u0074\u006c\u0069\u006e\u0065\u0073",_gffbf ); -_gdcfbc :=_eabbc .addObjects (_gffbf );if _gdcfbc !=nil {return _gdcfbc ;};return nil ;}; +// ToPdfObject returns a PdfObject representation of the PdfColorspace. +ToPdfObject ()_cee .PdfObject ; -// ColorToRGB converts a DeviceN color to an RGB color. -func (_fdgbf *PdfColorspaceDeviceN )ColorToRGB (color PdfColor )(PdfColor ,error ){if _fdgbf .AlternateSpace ==nil {return nil ,_dcf .New ("\u0044\u0065\u0076\u0069\u0063\u0065N\u0020\u0061\u006c\u0074\u0065\u0072\u006e\u0061\u0074\u0065\u0020\u0073\u0070a\u0063\u0065\u0020\u0075\u006e\u0064\u0065f\u0069\u006e\u0065\u0064"); -};return _fdgbf .AlternateSpace .ColorToRGB (color );}; +// ColorFromPdfObjects returns a PdfColor in the given PdfColorspace from an array of PdfObject where each +// PdfObject represents a numeric value. +ColorFromPdfObjects (_adce []_cee .PdfObject )(PdfColor ,error ); -// GetNumComponents returns the number of color components (1 for CalGray). -func (_bbabe *PdfColorCalGray )GetNumComponents ()int {return 1};func (_ggbad *Image )samplesAddPadding (_ddbdf []uint32 )[]uint32 {_cgcaf :=_df .BytesPerLine (int (_ggbad .Width ),int (_ggbad .BitsPerComponent ),_ggbad .ColorComponents )*(8/int (_ggbad .BitsPerComponent )); -_gceeb :=_cgcaf *int (_ggbad .Height );if len (_ddbdf )==_gceeb {return _ddbdf ;};_bcddg :=make ([]uint32 ,_gceeb );_eaeea :=int (_ggbad .Width )*_ggbad .ColorComponents ;for _aadcc :=0;_aadcc < int (_ggbad .Height );_aadcc ++{_fdfd :=_aadcc *int (_ggbad .Width ); -_aeebc :=_aadcc *_cgcaf ;for _dfff :=0;_dfff < _eaeea ;_dfff ++{_bcddg [_aeebc +_dfff ]=_ddbdf [_fdfd +_dfff ];};};return _bcddg ;}; +// ColorFromFloats returns a new PdfColor based on input color components for a given PdfColorspace. +ColorFromFloats (_edge []float64 )(PdfColor ,error ); -// ColorFromFloats returns a new PdfColor based on the input slice of color -// components. The slice should contain a single element between 0 and 1. -func (_bfab *PdfColorspaceCalGray )ColorFromFloats (vals []float64 )(PdfColor ,error ){if len (vals )!=1{return nil ,_dcf .New ("r\u0061\u006e\u0067\u0065\u0020\u0063\u0068\u0065\u0063\u006b");};_fbab :=vals [0];if _fbab < 0.0||_fbab > 1.0{_ddb .Log .Debug ("\u0063\u006f\u006cor\u0020\u006f\u0075\u0074\u0020\u006f\u0066\u0020\u0043\u0053\u0020\u0072\u0061\u006e\u0067\u0065\u003a\u0020",_fbab ); -return nil ,ErrColorOutOfRange ;};_fcdc :=NewPdfColorCalGray (_fbab );return _fcdc ,nil ;}; +// DecodeArray returns the Decode array for the PdfColorSpace, i.e. the range of each component. +DecodeArray ()[]float64 ;}; -// ViewArea returns the value of the viewArea. -func (_beafe *ViewerPreferences )ViewArea ()PageBoundary {return _beafe ._ffgda }; +// GetBorderWidth returns the border style's width. +func (_gdcg *PdfBorderStyle )GetBorderWidth ()float64 {if _gdcg .W ==nil {return 1;};return *_gdcg .W ;}; + +// PageProcessCallback callback function used in page loading +// that could be used to modify the page content. +// +// If an error is returned, the `ToWriter` process would fail. +// +// This callback, if defined, will take precedence over `PageCallback` callback. +type PageProcessCallback func (_agedg int ,_eagbe *PdfPage )error ; + +// GetContainingPdfObject returns the container of the outline tree node (indirect object). +func (_dccca *PdfOutlineTreeNode )GetContainingPdfObject ()_cee .PdfObject {return _dccca .GetContext ().GetContainingPdfObject ();}; + +// ToPdfObject return the CalGray colorspace as a PDF object (name dictionary). +func (_cebc *PdfColorspaceCalGray )ToPdfObject ()_cee .PdfObject {_cged :=&_cee .PdfObjectArray {};_cged .Append (_cee .MakeName ("\u0043a\u006c\u0047\u0072\u0061\u0079"));_dcac :=_cee .MakeDict ();if _cebc .WhitePoint !=nil {_dcac .Set ("\u0057\u0068\u0069\u0074\u0065\u0050\u006f\u0069\u006e\u0074",_cee .MakeArray (_cee .MakeFloat (_cebc .WhitePoint [0]),_cee .MakeFloat (_cebc .WhitePoint [1]),_cee .MakeFloat (_cebc .WhitePoint [2]))); +}else {_fca .Log .Error ("\u0043\u0061\u006c\u0047\u0072\u0061\u0079\u003a\u0020\u004d\u0069\u0073\u0073\u0069\u006e\u0067\u0020\u0057\u0068\u0069\u0074\u0065\u0050\u006fi\u006e\u0074\u0020\u0028\u0052e\u0071\u0075i\u0072\u0065\u0064\u0029");};if _cebc .BlackPoint !=nil {_dcac .Set ("\u0042\u006c\u0061\u0063\u006b\u0050\u006f\u0069\u006e\u0074",_cee .MakeArray (_cee .MakeFloat (_cebc .BlackPoint [0]),_cee .MakeFloat (_cebc .BlackPoint [1]),_cee .MakeFloat (_cebc .BlackPoint [2]))); +};_dcac .Set ("\u0047\u0061\u006dm\u0061",_cee .MakeFloat (_cebc .Gamma ));_cged .Append (_dcac );if _cebc ._afbg !=nil {_cebc ._afbg .PdfObject =_cged ;return _cebc ._afbg ;};return _cged ;}; + +// Clear clears the KValue. +func (_fgbdc *KValue )Clear (){_fgbdc ._aedde =nil ;_fgbdc ._abcfb =nil ;_fgbdc ._dfcf =nil }; + +// PdfAnnotationStrikeOut represents StrikeOut annotations. +// (Section 12.5.6.10). +type PdfAnnotationStrikeOut struct{*PdfAnnotation ;*PdfAnnotationMarkup ;QuadPoints _cee .PdfObject ;}; // SetContentStream sets the pattern cell's content stream. -func (_cdeec *PdfTilingPattern )SetContentStream (content []byte ,encoder _eb .StreamEncoder )error {_cgbbe ,_eefgf :=_cdeec ._agddd .(*_eb .PdfObjectStream );if !_eefgf {_ddb .Log .Debug ("\u0054\u0069l\u0069\u006e\u0067\u0020\u0070\u0061\u0074\u0074\u0065\u0072\u006e\u0020\u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0065\u0072\u0020\u006e\u006f\u0074\u0020\u0061\u0020\u0073\u0074\u0072\u0065\u0061\u006d\u0020\u0028\u0067\u006f\u0074\u0020\u0025\u0054\u0029",_cdeec ._agddd ); -return _eb .ErrTypeError ;};if encoder ==nil {encoder =_eb .NewRawEncoder ();};_eefcb :=_cgbbe .PdfObjectDictionary ;_ecabd :=encoder .MakeStreamDict ();_eefcb .Merge (_ecabd );_aeddb ,_fgdbeg :=encoder .EncodeBytes (content );if _fgdbeg !=nil {return _fgdbeg ; -};_eefcb .Set ("\u004c\u0065\u006e\u0067\u0074\u0068",_eb .MakeInteger (int64 (len (_aeddb ))));_cgbbe .Stream =_aeddb ;return nil ;}; +func (_fabb *PdfTilingPattern )SetContentStream (content []byte ,encoder _cee .StreamEncoder )error {_accc ,_fbddd :=_fabb ._bgabc .(*_cee .PdfObjectStream );if !_fbddd {_fca .Log .Debug ("\u0054\u0069l\u0069\u006e\u0067\u0020\u0070\u0061\u0074\u0074\u0065\u0072\u006e\u0020\u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0065\u0072\u0020\u006e\u006f\u0074\u0020\u0061\u0020\u0073\u0074\u0072\u0065\u0061\u006d\u0020\u0028\u0067\u006f\u0074\u0020\u0025\u0054\u0029",_fabb ._bgabc ); +return _cee .ErrTypeError ;};if encoder ==nil {encoder =_cee .NewRawEncoder ();};_cacdg :=_accc .PdfObjectDictionary ;_dfbf :=encoder .MakeStreamDict ();_cacdg .Merge (_dfbf );_cfbfe ,_ggfge :=encoder .EncodeBytes (content );if _ggfge !=nil {return _ggfge ; +};_cacdg .Set ("\u004c\u0065\u006e\u0067\u0074\u0068",_cee .MakeInteger (int64 (len (_cfbfe ))));_accc .Stream =_cfbfe ;return nil ;}; -// GetNumComponents returns the number of color components (3 for Lab). -func (_acae *PdfColorLab )GetNumComponents ()int {return 3}; +// GetContainingPdfObject implements model.PdfModel interface. +func (_eafbf *PdfOutputIntent )GetContainingPdfObject ()_cee .PdfObject {return _eafbf ._eebee };func _cfgg (_bbabd *_cee .PdfObjectDictionary )(*PdfFieldButton ,error ){_gcecc :=&PdfFieldButton {};_gcecc .PdfField =NewPdfField ();_gcecc .PdfField .SetContext (_gcecc ); +_gcecc .Opt ,_ =_cee .GetArray (_bbabd .Get ("\u004f\u0070\u0074"));_cgbbf :=NewPdfAnnotationWidget ();_cgbbf .A ,_ =_cee .GetDict (_bbabd .Get ("\u0041"));_cgbbf .AP ,_ =_cee .GetDict (_bbabd .Get ("\u0041\u0050"));_cgbbf .SetContext (_gcecc );_gcecc .PdfField .Annotations =append (_gcecc .PdfField .Annotations ,_cgbbf ); +return _gcecc ,nil ;};func _gdcb (_fgabc _cee .PdfObject )(*PdfColorspaceSpecialIndexed ,error ){_agdb :=NewPdfColorspaceSpecialIndexed ();if _dgad ,_dacge :=_fgabc .(*_cee .PdfIndirectObject );_dacge {_agdb ._cgbb =_dgad ;};_fgabc =_cee .TraceToDirectObject (_fgabc ); +_dggee ,_ccccg :=_fgabc .(*_cee .PdfObjectArray );if !_ccccg {return nil ,_e .Errorf ("\u0074\u0079\u0070\u0065\u0020\u0065\u0072\u0072\u006f\u0072");};if _dggee .Len ()!=4{return nil ,_e .Errorf ("\u0069\u006e\u0064\u0065\u0078\u0065\u0064\u0020\u0043\u0053\u003a\u0020\u0069\u006e\u0076a\u006ci\u0064\u0020\u0061\u0072\u0072\u0061\u0079\u0020\u006c\u0065\u006e\u0067\u0074\u0068"); +};_fgabc =_dggee .Get (0);_ffaga ,_ccccg :=_fgabc .(*_cee .PdfObjectName );if !_ccccg {return nil ,_e .Errorf ("\u0069n\u0064\u0065\u0078\u0065\u0064\u0020\u0043\u0053\u003a\u0020\u0069n\u0076\u0061\u006c\u0069\u0064\u0020\u006e\u0061\u006d\u0065");};if *_ffaga !="\u0049n\u0064\u0065\u0078\u0065\u0064"{return nil ,_e .Errorf ("\u0069\u006e\u0064\u0065xe\u0064\u0020\u0043\u0053\u003a\u0020\u0077\u0072\u006f\u006e\u0067\u0020\u006e\u0061m\u0065"); +};_fgabc =_dggee .Get (1);_gecc ,_afaeg :=DetermineColorspaceNameFromPdfObject (_fgabc );if _afaeg !=nil {return nil ,_afaeg ;};if _gecc =="\u0049n\u0064\u0065\u0078\u0065\u0064"||_gecc =="\u0050a\u0074\u0074\u0065\u0072\u006e"{_fca .Log .Debug ("E\u0072\u0072o\u0072\u003a\u0020\u0049\u006e\u0064\u0065\u0078\u0065\u0064\u0020\u0063\u006f\u006c\u006f\u0072\u0073\u0070\u0061\u0063e\u0020\u0063\u0061\u006e\u006e\u006f\u0074\u0020\u0068\u0061\u0076\u0065\u0020\u0049\u006e\u0064e\u0078\u0065\u0064\u002f\u0050\u0061\u0074\u0074\u0065\u0072\u006e\u0020\u0043S\u0020\u0061\u0073\u0020\u0062\u0061\u0073\u0065\u0020\u0028\u0025v\u0029",_gecc ); +return nil ,_dagd ;};_gbgc ,_afaeg :=NewPdfColorspaceFromPdfObject (_fgabc );if _afaeg !=nil {return nil ,_afaeg ;};_agdb .Base =_gbgc ;_fgabc =_dggee .Get (2);_dagef ,_afaeg :=_cee .GetNumberAsInt64 (_fgabc );if _afaeg !=nil {return nil ,_afaeg ;};if _dagef > 255{return nil ,_e .Errorf ("\u0069n\u0064\u0065\u0078\u0065d\u0020\u0043\u0053\u003a\u0020I\u006ev\u0061l\u0069\u0064\u0020\u0068\u0069\u0076\u0061l"); +};_agdb .HiVal =int (_dagef );_fgabc =_dggee .Get (3);_agdb .Lookup =_fgabc ;_fgabc =_cee .TraceToDirectObject (_fgabc );var _gfcgc []byte ;if _abfeg ,_acbad :=_fgabc .(*_cee .PdfObjectString );_acbad {_gfcgc =_abfeg .Bytes ();_fca .Log .Trace ("\u0049\u006e\u0064\u0065\u0078\u0065\u0064\u0020\u0073\u0074r\u0069\u006e\u0067\u0020\u0063\u006f\u006co\u0072\u0020\u0064\u0061\u0074\u0061\u003a\u0020\u0025\u0020\u0064",_gfcgc ); +}else if _cggeb ,_ebge :=_fgabc .(*_cee .PdfObjectStream );_ebge {_fca .Log .Trace ("\u0049n\u0064e\u0078\u0065\u0064\u0020\u0073t\u0072\u0065a\u006d\u003a\u0020\u0025\u0073",_fgabc .String ());_fca .Log .Trace ("\u0045\u006e\u0063\u006fde\u0064\u0020\u0028\u0025\u0064\u0029\u0020\u003a\u0020\u0025\u0023\u0020\u0078",len (_cggeb .Stream ),_cggeb .Stream ); +_cdabd ,_fbdda :=_cee .DecodeStream (_cggeb );if _fbdda !=nil {return nil ,_fbdda ;};_fca .Log .Trace ("\u0044e\u0063o\u0064\u0065\u0064\u0020\u0028%\u0064\u0029 \u003a\u0020\u0025\u0020\u0058",len (_cdabd ),_cdabd );_gfcgc =_cdabd ;}else {_fca .Log .Debug ("\u0054\u0079\u0070\u0065\u003a\u0020\u0025\u0054",_fgabc ); +return nil ,_e .Errorf ("\u0069\u006e\u0064\u0065\u0078\u0065\u0064\u0020\u0043\u0053\u003a\u0020\u0049\u006e\u0076a\u006ci\u0064\u0020\u0074\u0061\u0062\u006c\u0065\u0020\u0066\u006f\u0072\u006d\u0061\u0074");};if len (_gfcgc )< _agdb .Base .GetNumComponents ()*(_agdb .HiVal +1){_fca .Log .Debug ("\u0050\u0044\u0046\u0020\u0049\u006e\u0063o\u006d\u0070\u0061t\u0069\u0062\u0069\u006ci\u0074\u0079\u003a\u0020\u0049\u006e\u0064\u0065\u0078\u0020\u0073\u0074\u0072\u0065\u0061\u006d\u0020\u0074\u006f\u006f\u0020\u0073\u0068\u006f\u0072\u0074"); +_fca .Log .Debug ("\u0046\u0061i\u006c\u002c\u0020\u006c\u0065\u006e\u0028\u0064\u0061\u0074\u0061\u0029\u003a\u0020\u0025\u0064\u002c\u0020\u0063\u006f\u006d\u0070\u006f\u006e\u0065\u006e\u0074\u0073\u003a\u0020\u0025\u0064\u002c\u0020\u0068\u0069\u0056\u0061\u006c\u003a\u0020\u0025\u0064",len (_gfcgc ),_agdb .Base .GetNumComponents (),_agdb .HiVal ); +}else {_gfcgc =_gfcgc [:_agdb .Base .GetNumComponents ()*(_agdb .HiVal +1)];};_agdb ._aecec =_gfcgc ;return _agdb ,nil ;}; -// SetPdfAuthor sets the Author attribute of the output PDF. -func SetPdfAuthor (author string ){_dfbafc .Lock ();defer _dfbafc .Unlock ();_aeee =author }; +// SetFileName sets the pdf writer file name for metered usage tracker. +func (_abce *PdfWriter )SetFileName (name string ){_abce ._cafaa =name }; -// DecodeArray returns the component range values for the DeviceN colorspace. -// [0 1.0 0 1.0 ...] for each color component. -func (_aaaa *PdfColorspaceDeviceN )DecodeArray ()[]float64 {var _aaagf []float64 ;for _eece :=0;_eece < _aaaa .GetNumComponents ();_eece ++{_aaagf =append (_aaagf ,0.0,1.0);};return _aaagf ;}; +// PdfActionSetOCGState represents a SetOCGState action. +type PdfActionSetOCGState struct{*PdfAction ;State _cee .PdfObject ;PreserveRB _cee .PdfObject ;}; -// SetDSS sets the DSS dictionary (ETSI TS 102 778-4 V1.1.1) of the current -// document revision. -func (_agee *PdfAppender )SetDSS (dss *DSS ){if dss !=nil {_agee .updateObjectsDeep (dss .ToPdfObject (),nil );};_agee ._cedc =dss ;}; +// PdfAction represents an action in PDF (section 12.6 p. 412). +type PdfAction struct{_afe PdfModel ;Type _cee .PdfObject ;S _cee .PdfObject ;Next _cee .PdfObject ;_gaf *_cee .PdfIndirectObject ;}; -// GetExtGState gets the ExtGState specified by keyName. Returns a bool -// indicating whether it was found or not. -func (_bfcdd *PdfPageResources )GetExtGState (keyName _eb .PdfObjectName )(_eb .PdfObject ,bool ){if _bfcdd .ExtGState ==nil {return nil ,false ;};_geef ,_dcgba :=_eb .TraceToDirectObject (_bfcdd .ExtGState ).(*_eb .PdfObjectDictionary );if !_dcgba {_ddb .Log .Debug ("\u0045\u0052R\u004f\u0052\u003a\u0020\u0049n\u0076\u0061\u006c\u0069\u0064 \u0045\u0078\u0074\u0047\u0053\u0074\u0061\u0074\u0065\u0020\u0065\u006e\u0074\u0072\u0079\u0020\u002d\u0020\u006e\u006f\u0074\u0020\u0061\u0020\u0064\u0069\u0063\u0074\u0020\u0028\u0067\u006f\u0074\u0020\u0025\u0054\u0029",_bfcdd .ExtGState ); -return nil ,false ;};if _cgfgce :=_geef .Get (keyName );_cgfgce !=nil {return _cgfgce ,true ;};return nil ,false ;}; +// PdfActionRendition represents a Rendition action. +type PdfActionRendition struct{*PdfAction ;R _cee .PdfObject ;AN _cee .PdfObject ;OP _cee .PdfObject ;JS _cee .PdfObject ;}; -// NewPdfAnnotationFreeText returns a new free text annotation. -func NewPdfAnnotationFreeText ()*PdfAnnotationFreeText {_cbgf :=NewPdfAnnotation ();_fgbb :=&PdfAnnotationFreeText {};_fgbb .PdfAnnotation =_cbgf ;_fgbb .PdfAnnotationMarkup =&PdfAnnotationMarkup {};_cbgf .SetContext (_fgbb );return _fgbb ;}; +// ViewerPreferences represents the viewer preferences of a PDF document. +type ViewerPreferences struct{_bfff *bool ;_fcbcb *bool ;_gfffg *bool ;_cbdgc *bool ;_gaffg *bool ;_gbbca *bool ;_efgaa NonFullScreenPageMode ;_gfegc Direction ;_gagga PageBoundary ;_baegf PageBoundary ;_eedee PageBoundary ;_fcddg PageBoundary ;_fgbdf PrintScaling ; +_cadea Duplex ;_bdfed *bool ;_acfdg []int ;_dbcbe int ;}; -// IsValid checks if the given pdf output intent type is valid. -func (_dcecg PdfOutputIntentType )IsValid ()bool {return _dcecg >=PdfOutputIntentTypeA1 &&_dcecg <=PdfOutputIntentTypeX ;}; +// ImageToRGB converts an image with samples in Separation CS to an image with samples specified in +// DeviceRGB CS. +func (_fcgb *PdfColorspaceSpecialSeparation )ImageToRGB (img Image )(Image ,error ){_ccec :=_ag .NewReader (img .getBase ());_dfebf :=_ca .NewImageBase (int (img .Width ),int (img .Height ),int (img .BitsPerComponent ),_fcgb .AlternateSpace .GetNumComponents (),nil ,img ._cbfg ,nil ); +_eafgd :=_ag .NewWriter (_dfebf );_bcebd :=_aaa .Pow (2,float64 (img .BitsPerComponent ))-1;_fca .Log .Trace ("\u0053\u0065\u0070a\u0072\u0061\u0074\u0069\u006f\u006e\u0020\u0063\u006f\u006c\u006f\u0072\u0020\u0073\u0070\u0061\u0063\u0065\u0020\u002d\u003e\u0020\u0054\u006f\u0052\u0047\u0042\u0020\u0063o\u006e\u0076\u0065\u0072\u0073\u0069\u006f\u006e"); +_fca .Log .Trace ("\u0054i\u006et\u0054\u0072\u0061\u006e\u0073f\u006f\u0072m\u003a\u0020\u0025\u002b\u0076",_fcgb .TintTransform );_fgbfc :=_fcgb .AlternateSpace .DecodeArray ();var (_acaeb uint32 ;_agde error ;);for {_acaeb ,_agde =_ccec .ReadSample (); +if _agde ==_fc .EOF {break ;};if _agde !=nil {return img ,_agde ;};_fffe :=float64 (_acaeb )/_bcebd ;_dadca ,_dddcc :=_fcgb .TintTransform .Evaluate ([]float64 {_fffe });if _dddcc !=nil {return img ,_dddcc ;};for _ebbg ,_fdgaae :=range _dadca {_gaccf :=_ca .LinearInterpolate (_fdgaae ,_fgbfc [_ebbg *2],_fgbfc [_ebbg *2+1],0,1); +if _dddcc =_eafgd .WriteSample (uint32 (_gaccf *_bcebd ));_dddcc !=nil {return img ,_dddcc ;};};};return _fcgb .AlternateSpace .ImageToRGB (_acecd (&_dfebf ));};const (RC4_128bit =EncryptionAlgorithm (iota );AES_128bit ;AES_256bit ;); -// SetFilter sets compression filter. Decodes with current filter sets and -// encodes the data with the new filter. -func (_gdbddd *XObjectImage )SetFilter (encoder _eb .StreamEncoder )error {_aaedcb :=_gdbddd .Stream ;_cfdca ,_bfdee :=_gdbddd .Filter .DecodeBytes (_aaedcb );if _bfdee !=nil {return _bfdee ;};_gdbddd .Filter =encoder ;encoder .UpdateParams (_gdbddd .getParamsDict ()); -_aaedcb ,_bfdee =encoder .EncodeBytes (_cfdca );if _bfdee !=nil {return _bfdee ;};_gdbddd .Stream =_aaedcb ;return nil ;}; +// ToPdfObject returns the PDF representation of the DSS dictionary. +func (_aebfbg *DSS )ToPdfObject ()_cee .PdfObject {_abb :=_aebfbg ._bdcab .PdfObject .(*_cee .PdfObjectDictionary );_abb .Clear ();_gebgd :=_cee .MakeDict ();for _deeeg ,_cdcad :=range _aebfbg .VRI {_gebgd .Set (*_cee .MakeName (_deeeg ),_cdcad .ToPdfObject ()); +};_abb .SetIfNotNil ("\u0043\u0065\u0072t\u0073",_deeb (_aebfbg .Certs ));_abb .SetIfNotNil ("\u004f\u0043\u0053P\u0073",_deeb (_aebfbg .OCSPs ));_abb .SetIfNotNil ("\u0043\u0052\u004c\u0073",_deeb (_aebfbg .CRLs ));_abb .Set ("\u0056\u0052\u0049",_gebgd ); +return _aebfbg ._bdcab ;}; -// ContentStreamWrapper wraps the Page's contentstream into q ... Q blocks. -type ContentStreamWrapper interface{WrapContentStream (_dfeca *PdfPage )error ;}; +// ReaderOpts defines options for creating PdfReader instances. +type ReaderOpts struct{ -// GetAscent returns the Ascent of the font `descriptor`. -func (_caeb *PdfFontDescriptor )GetAscent ()(float64 ,error ){return _eb .GetNumberAsFloat (_caeb .Ascent );}; +// Password password of the PDF file encryption. +// Default: empty (""). +Password string ; -// SetImage updates XObject Image with new image data. -func (_ddggg *XObjectImage )SetImage (img *Image ,cs PdfColorspace )error {_ddggg .Filter .UpdateParams (img .GetParamsDict ());_cacb ,_cdfaa :=_ddggg .Filter .EncodeBytes (img .Data );if _cdfaa !=nil {return _cdfaa ;};_ddggg .Stream =_cacb ;_feded :=img .Width ; -_ddggg .Width =&_feded ;_cbbbf :=img .Height ;_ddggg .Height =&_cbbbf ;_cefcbg :=img .BitsPerComponent ;_ddggg .BitsPerComponent =&_cefcbg ;if cs ==nil {if img .ColorComponents ==1{_ddggg .ColorSpace =NewPdfColorspaceDeviceGray ();}else if img .ColorComponents ==3{_ddggg .ColorSpace =NewPdfColorspaceDeviceRGB (); -}else if img .ColorComponents ==4{_ddggg .ColorSpace =NewPdfColorspaceDeviceCMYK ();}else {return _dcf .New ("c\u006fl\u006f\u0072\u0073\u0070\u0061\u0063\u0065\u0020u\u006e\u0064\u0065\u0066in\u0065\u0064");};}else {_ddggg .ColorSpace =cs ;};return nil ; +// LazyLoad set if the PDF file would be loaded using lazy-loading mode. +// Default: true. +LazyLoad bool ; + +// ComplianceMode set if parsed PDF file should contain meta information for the verifiers of the compliance standards like PDF/A. +ComplianceMode bool ;}; + +// GetNumComponents returns the number of color components of the colorspace device. +// Returns 1 for a grayscale device. +func (_bbcca *PdfColorspaceDeviceGray )GetNumComponents ()int {return 1}; + +// SetPdfSubject sets the Subject attribute of the output PDF. +func SetPdfSubject (subject string ){_dggagg .Lock ();defer _dggagg .Unlock ();_bebae =subject };func (_bfcb *PdfReader )newPdfActionSoundFromDict (_facg *_cee .PdfObjectDictionary )(*PdfActionSound ,error ){return &PdfActionSound {Sound :_facg .Get ("\u0053\u006f\u0075n\u0064"),Volume :_facg .Get ("\u0056\u006f\u006c\u0075\u006d\u0065"),Synchronous :_facg .Get ("S\u0079\u006e\u0063\u0068\u0072\u006f\u006e\u006f\u0075\u0073"),Repeat :_facg .Get ("\u0052\u0065\u0070\u0065\u0061\u0074"),Mix :_facg .Get ("\u004d\u0069\u0078")},nil ; }; -// LTV represents an LTV (Long-Term Validation) client. It is used to LTV -// enable signatures by adding validation and revocation data (certificate, -// OCSP and CRL information) to the DSS dictionary of a PDF document. -// -// LTV is added through the DSS by: -// - Adding certificates, OCSP and CRL information in the global scope of the -// DSS. The global data is used for validating any of the signatures present -// in the document. -// - Adding certificates, OCSP and CRL information for a single signature, -// through an entry in the VRI dictionary of the DSS. The added data is used -// for validating that particular signature only. This is the recommended -// method for adding validation data for a signature. However, this is not -// is not possible in the same revision the signature is applied. Validation -// data for a signature is added based on the Contents entry of the signature, -// which is known only after the revision is written. Even if the Contents -// are known (e.g. when signing externally), updating the DSS at that point -// would invalidate the calculated signature. As a result, if adding LTV -// in the same revision is a requirement, use the first method. -// See LTV.EnableChain. -// -// The client applies both methods, when possible. +// PdfShadingPatternType3 is shading patterns that will use a Type 3 shading pattern (Radial). +type PdfShadingPatternType3 struct{*PdfPattern ;Shading *PdfShadingType3 ;Matrix *_cee .PdfObjectArray ;ExtGState _cee .PdfObject ;};func _eaaca (_ebabb *_cee .PdfObjectDictionary )(*PdfShadingType3 ,error ){_ecee :=PdfShadingType3 {};_begdd :=_ebabb .Get ("\u0043\u006f\u006f\u0072\u0064\u0073"); +if _begdd ==nil {_fca .Log .Debug ("\u0052\u0065\u0071ui\u0072\u0065\u0064\u0020\u0061\u0074\u0074\u0072\u0069b\u0075t\u0065 \u006di\u0073\u0073\u0069\u006e\u0067\u003a\u0020\u0043\u006f\u006f\u0072\u0064\u0073");return nil ,ErrRequiredAttributeMissing ; +};_ccaaf ,_adgcg :=_begdd .(*_cee .PdfObjectArray );if !_adgcg {_fca .Log .Debug ("\u0043\u006f\u006f\u0072d\u0073\u0020\u006e\u006f\u0074\u0020\u0061\u006e\u0020\u0061r\u0072a\u0079\u0020\u0028\u0067\u006f\u0074\u0020%\u0054\u0029",_begdd );return nil ,_cee .ErrTypeError ; +};if _ccaaf .Len ()!=6{_fca .Log .Debug ("\u0043\u006f\u006f\u0072d\u0073\u0020\u006c\u0065\u006e\u0067\u0074\u0068\u0020\u006eo\u0074 \u0036\u0020\u0028\u0067\u006f\u0074\u0020%\u0064\u0029",_ccaaf .Len ());return nil ,ErrInvalidAttribute ;};_ecee .Coords =_ccaaf ; +if _ecbbc :=_ebabb .Get ("\u0044\u006f\u006d\u0061\u0069\u006e");_ecbbc !=nil {_ecbbc =_cee .TraceToDirectObject (_ecbbc );_bdbea ,_dgega :=_ecbbc .(*_cee .PdfObjectArray );if !_dgega {_fca .Log .Debug ("\u0044\u006f\u006d\u0061i\u006e\u0020\u006e\u006f\u0074\u0020\u0061\u006e\u0020\u0061r\u0072a\u0079\u0020\u0028\u0067\u006f\u0074\u0020%\u0054\u0029",_ecbbc ); +return nil ,_cee .ErrTypeError ;};_ecee .Domain =_bdbea ;};_begdd =_ebabb .Get ("\u0046\u0075\u006e\u0063\u0074\u0069\u006f\u006e");if _begdd ==nil {_fca .Log .Debug ("\u0052\u0065q\u0075\u0069\u0072\u0065d\u0020\u0061t\u0074\u0072\u0069\u0062\u0075\u0074\u0065\u0020m\u0069\u0073\u0073\u0069\u006e\u0067\u003a\u0020\u0020\u0046\u0075\u006ec\u0074\u0069\u006f\u006e"); +return nil ,ErrRequiredAttributeMissing ;};_ecee .Function =[]PdfFunction {};if _ceacc ,_ebedf :=_begdd .(*_cee .PdfObjectArray );_ebedf {for _ ,_gdbfe :=range _ceacc .Elements (){_dgcfbg ,_ecefc :=_eeaec (_gdbfe );if _ecefc !=nil {_fca .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0070\u0061\u0072\u0073\u0069n\u0067\u0020\u0066\u0075\u006e\u0063\u0074\u0069\u006f\u006e:\u0020\u0025\u0076",_ecefc ); +return nil ,_ecefc ;};_ecee .Function =append (_ecee .Function ,_dgcfbg );};}else {_ebdc ,_gdcgce :=_eeaec (_begdd );if _gdcgce !=nil {_fca .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0070\u0061\u0072\u0073\u0069n\u0067\u0020\u0066\u0075\u006e\u0063\u0074\u0069\u006f\u006e:\u0020\u0025\u0076",_gdcgce ); +return nil ,_gdcgce ;};_ecee .Function =append (_ecee .Function ,_ebdc );};if _dcbfg :=_ebabb .Get ("\u0045\u0078\u0074\u0065\u006e\u0064");_dcbfg !=nil {_dcbfg =_cee .TraceToDirectObject (_dcbfg );_bcgga ,_eagbc :=_dcbfg .(*_cee .PdfObjectArray );if !_eagbc {_fca .Log .Debug ("\u004d\u0061\u0074\u0072i\u0078\u0020\u006e\u006f\u0074\u0020\u0061\u006e\u0020\u0061r\u0072a\u0079\u0020\u0028\u0067\u006f\u0074\u0020%\u0054\u0029",_dcbfg ); +return nil ,_cee .ErrTypeError ;};if _bcgga .Len ()!=2{_fca .Log .Debug ("\u0045\u0078\u0074\u0065n\u0064\u0020\u006c\u0065\u006e\u0067\u0074\u0068\u0020\u006eo\u0074 \u0032\u0020\u0028\u0067\u006f\u0074\u0020%\u0064\u0029",_bcgga .Len ());return nil ,ErrInvalidAttribute ; +};_ecee .Extend =_bcgga ;};return &_ecee ,nil ;}; + +// PdfAnnotationPrinterMark represents PrinterMark annotations. +// (Section 12.5.6.20). +type PdfAnnotationPrinterMark struct{*PdfAnnotation ;MN _cee .PdfObject ;};func _cdffc (_ccadb *_cee .PdfObjectDictionary )(*PdfShadingType5 ,error ){_caaaed :=PdfShadingType5 {};_bedad :=_ccadb .Get ("\u0042\u0069\u0074\u0073\u0050\u0065\u0072\u0043\u006f\u006f\u0072\u0064i\u006e\u0061\u0074\u0065"); +if _bedad ==nil {_fca .Log .Debug ("\u0052e\u0071\u0075i\u0072\u0065\u0064 \u0061\u0074\u0074\u0072\u0069\u0062\u0075t\u0065\u0020\u006d\u0069\u0073\u0073i\u006e\u0067\u003a\u0020\u0042\u0069\u0074\u0073\u0050\u0065\u0072C\u006f\u006f\u0072\u0064\u0069\u006e\u0061\u0074\u0065"); +return nil ,ErrRequiredAttributeMissing ;};_gggcg ,_gedfg :=_bedad .(*_cee .PdfObjectInteger );if !_gedfg {_fca .Log .Debug ("\u0042\u0069\u0074\u0073\u0050e\u0072\u0043\u006f\u006f\u0072\u0064\u0069\u006e\u0061\u0074\u0065\u0020\u006eo\u0074\u0020\u0061\u006e\u0020\u0069\u006e\u0074\u0065\u0067\u0065\u0072\u0020\u0028\u0067\u006f\u0074\u0020\u0025\u0054\u0029",_bedad ); +return nil ,_cee .ErrTypeError ;};_caaaed .BitsPerCoordinate =_gggcg ;_bedad =_ccadb .Get ("\u0042\u0069t\u0073\u0050\u0065r\u0043\u006f\u006d\u0070\u006f\u006e\u0065\u006e\u0074");if _bedad ==nil {_fca .Log .Debug ("\u0052e\u0071\u0075i\u0072\u0065\u0064\u0020a\u0074\u0074\u0072i\u0062\u0075\u0074\u0065\u0020\u006d\u0069\u0073\u0073in\u0067\u003a\u0020B\u0069\u0074s\u0050\u0065\u0072\u0043\u006f\u006dp\u006f\u006ee\u006e\u0074"); +return nil ,ErrRequiredAttributeMissing ;};_gggcg ,_gedfg =_bedad .(*_cee .PdfObjectInteger );if !_gedfg {_fca .Log .Debug ("B\u0069\u0074\u0073\u0050\u0065\u0072\u0043\u006f\u006d\u0070\u006f\u006e\u0065\u006e\u0074\u0020\u006e\u006ft\u0020\u0061\u006e\u0020\u0069\u006e\u0074\u0065\u0067\u0065r \u0028\u0067\u006ft\u0020%\u0054\u0029",_bedad ); +return nil ,_cee .ErrTypeError ;};_caaaed .BitsPerComponent =_gggcg ;_bedad =_ccadb .Get ("\u0056\u0065\u0072\u0074\u0069\u0063\u0065\u0073\u0050e\u0072\u0052\u006f\u0077");if _bedad ==nil {_fca .Log .Debug ("\u0052\u0065\u0071u\u0069\u0072\u0065\u0064\u0020\u0061\u0074\u0074\u0072\u0069\u0062\u0075\u0074\u0065\u0020\u006d\u0069\u0073\u0073\u0069\u006e\u0067\u003a\u0020\u0056\u0065\u0072\u0074\u0069c\u0065\u0073\u0050\u0065\u0072\u0052\u006f\u0077"); +return nil ,ErrRequiredAttributeMissing ;};_gggcg ,_gedfg =_bedad .(*_cee .PdfObjectInteger );if !_gedfg {_fca .Log .Debug ("\u0056\u0065\u0072\u0074\u0069\u0063\u0065\u0073\u0050\u0065\u0072\u0052\u006f\u0077\u0020\u006e\u006f\u0074\u0020\u0061\u006e\u0020\u0069\u006et\u0065\u0067\u0065\u0072\u0020(\u0067\u006ft\u0020\u0025\u0054\u0029",_bedad ); +return nil ,_cee .ErrTypeError ;};_caaaed .VerticesPerRow =_gggcg ;_bedad =_ccadb .Get ("\u0044\u0065\u0063\u006f\u0064\u0065");if _bedad ==nil {_fca .Log .Debug ("\u0052\u0065\u0071ui\u0072\u0065\u0064\u0020\u0061\u0074\u0074\u0072\u0069b\u0075t\u0065 \u006di\u0073\u0073\u0069\u006e\u0067\u003a\u0020\u0044\u0065\u0063\u006f\u0064\u0065"); +return nil ,ErrRequiredAttributeMissing ;};_gfcffb ,_gedfg :=_bedad .(*_cee .PdfObjectArray );if !_gedfg {_fca .Log .Debug ("\u0044\u0065\u0063\u006fd\u0065\u0020\u006e\u006f\u0074\u0020\u0061\u006e\u0020\u0061r\u0072a\u0079\u0020\u0028\u0067\u006f\u0074\u0020%\u0054\u0029",_bedad ); +return nil ,_cee .ErrTypeError ;};_caaaed .Decode =_gfcffb ;if _gcgcf :=_ccadb .Get ("\u0046\u0075\u006e\u0063\u0074\u0069\u006f\u006e");_gcgcf !=nil {_caaaed .Function =[]PdfFunction {};if _afbfc ,_ffeac :=_gcgcf .(*_cee .PdfObjectArray );_ffeac {for _ ,_fbedb :=range _afbfc .Elements (){_bfaee ,_bfcde :=_eeaec (_fbedb ); +if _bfcde !=nil {_fca .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0070\u0061\u0072\u0073\u0069n\u0067\u0020\u0066\u0075\u006e\u0063\u0074\u0069\u006f\u006e:\u0020\u0025\u0076",_bfcde );return nil ,_bfcde ;};_caaaed .Function =append (_caaaed .Function ,_bfaee ); +};}else {_fcgae ,_bbaeg :=_eeaec (_gcgcf );if _bbaeg !=nil {_fca .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0070\u0061\u0072\u0073\u0069n\u0067\u0020\u0066\u0075\u006e\u0063\u0074\u0069\u006f\u006e:\u0020\u0025\u0076",_bbaeg );return nil ,_bbaeg ; +};_caaaed .Function =append (_caaaed .Function ,_fcgae );};};return &_caaaed ,nil ;};func (_fcdbd *PdfWriter )addObjects (_feafd _cee .PdfObject )error {_fca .Log .Trace ("\u0041d\u0064i\u006e\u0067\u0020\u006f\u0062\u006a\u0065\u0063\u0074\u0073\u0021"); +if _gfbc ,_cbag :=_feafd .(*_cee .PdfIndirectObject );_cbag {_fca .Log .Trace ("\u0049\u006e\u0064\u0069\u0072\u0065\u0063\u0074");_fca .Log .Trace ("\u002d \u0025\u0073\u0020\u0028\u0025\u0070)",_feafd ,_gfbc );_fca .Log .Trace ("\u002d\u0020\u0025\u0073",_gfbc .PdfObject ); +if _fcdbd .addObject (_gfbc ){_ggccb :=_fcdbd .addObjects (_gfbc .PdfObject );if _ggccb !=nil {return _ggccb ;};};return nil ;};if _dbdbe ,_dbdedd :=_feafd .(*_cee .PdfObjectStream );_dbdedd {_fca .Log .Trace ("\u0053\u0074\u0072\u0065\u0061\u006d");_fca .Log .Trace ("\u002d \u0025\u0073\u0020\u0025\u0070",_feafd ,_feafd ); +if _fcdbd .addObject (_dbdbe ){_dadb :=_fcdbd .addObjects (_dbdbe .PdfObjectDictionary );if _dadb !=nil {return _dadb ;};};return nil ;};if _dccbc ,_deffb :=_feafd .(*_cee .PdfObjectDictionary );_deffb {_fca .Log .Trace ("\u0044\u0069\u0063\u0074");_fca .Log .Trace ("\u002d\u0020\u0025\u0073",_feafd ); +for _ ,_edfbe :=range _dccbc .Keys (){_eecf :=_dccbc .Get (_edfbe );if _fgdef ,_gbdfe :=_eecf .(*_cee .PdfObjectReference );_gbdfe {_eecf =_fgdef .Resolve ();_dccbc .Set (_edfbe ,_eecf );};if _edfbe !="\u0050\u0061\u0072\u0065\u006e\u0074"{if _afdac :=_fcdbd .addObjects (_eecf ); +_afdac !=nil {return _afdac ;};}else {if _ ,_cdcbb :=_eecf .(*_cee .PdfObjectNull );_cdcbb {continue ;};if _dcgfb :=_fcdbd .hasObject (_eecf );!_dcgfb {_fca .Log .Debug ("P\u0061\u0072\u0065\u006e\u0074\u0020o\u0062\u006a\u0020\u006e\u006f\u0074 \u0061\u0064\u0064\u0065\u0064\u0020\u0079e\u0074\u0021\u0021\u0020\u0025\u0054\u0020\u0025\u0070\u0020%\u0076",_eecf ,_eecf ,_eecf ); +_fcdbd ._fgadee [_eecf ]=append (_fcdbd ._fgadee [_eecf ],_dccbc );};};};return nil ;};if _fefbb ,_eeddg :=_feafd .(*_cee .PdfObjectArray );_eeddg {_fca .Log .Trace ("\u0041\u0072\u0072a\u0079");_fca .Log .Trace ("\u002d\u0020\u0025\u0073",_feafd );if _fefbb ==nil {return _cdf .New ("\u0061\u0072\u0072a\u0079\u0020\u0069\u0073\u0020\u006e\u0069\u006c"); +};for _aefeb ,_bbfdee :=range _fefbb .Elements (){if _abgba ,_dbfbg :=_bbfdee .(*_cee .PdfObjectReference );_dbfbg {_bbfdee =_abgba .Resolve ();_fefbb .Set (_aefeb ,_bbfdee );};if _bgbag :=_fcdbd .addObjects (_bbfdee );_bgbag !=nil {return _bgbag ;};}; +return nil ;};if _ ,_eadgce :=_feafd .(*_cee .PdfObjectReference );_eadgce {_fca .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0043\u0061\u006e\u006e\u006f\u0074 \u0062\u0065\u0020\u0061\u0020\u0072e\u0066\u0065\u0072\u0065\u006e\u0063\u0065\u0020\u002d\u0020\u0067\u006f\u0074 \u0025\u0023\u0076\u0021",_feafd ); +return _cdf .New ("r\u0065\u0066\u0065\u0072en\u0063e\u0020\u006e\u006f\u0074\u0020a\u006c\u006c\u006f\u0077\u0065\u0064");};return nil ;}; + +// ToPdfObject returns a stream object. +func (_ffaf *XObjectImage )ToPdfObject ()_cee .PdfObject {_fdefe :=_ffaf ._fggac ;if _ffaf ._cdgeg {return _fdefe ;};_faefb :=_fdefe .PdfObjectDictionary ;if _ffaf .Filter !=nil {_faefb =_ffaf .Filter .MakeStreamDict ();_fdefe .PdfObjectDictionary =_faefb ; +};_faefb .Set ("\u0054\u0079\u0070\u0065",_cee .MakeName ("\u0058O\u0062\u006a\u0065\u0063\u0074"));_faefb .Set ("\u0053u\u0062\u0074\u0079\u0070\u0065",_cee .MakeName ("\u0049\u006d\u0061g\u0065"));_faefb .Set ("\u0057\u0069\u0064t\u0068",_cee .MakeInteger (*(_ffaf .Width ))); +_faefb .Set ("\u0048\u0065\u0069\u0067\u0068\u0074",_cee .MakeInteger (*(_ffaf .Height )));if _ffaf .BitsPerComponent !=nil {_faefb .Set ("\u0042\u0069t\u0073\u0050\u0065r\u0043\u006f\u006d\u0070\u006f\u006e\u0065\u006e\u0074",_cee .MakeInteger (*(_ffaf .BitsPerComponent ))); +};if _ffaf .ColorSpace !=nil {_faefb .SetIfNotNil ("\u0043\u006f\u006c\u006f\u0072\u0053\u0070\u0061\u0063\u0065",_ffaf .ColorSpace .ToPdfObject ());};_faefb .SetIfNotNil ("\u0049\u006e\u0074\u0065\u006e\u0074",_ffaf .Intent );_faefb .SetIfNotNil ("\u0049m\u0061\u0067\u0065\u004d\u0061\u0073k",_ffaf .ImageMask ); +_faefb .SetIfNotNil ("\u004d\u0061\u0073\u006b",_ffaf .Mask );_gfbae :=_faefb .Get ("\u0044\u0065\u0063\u006f\u0064\u0065")!=nil ;if _ffaf .Decode ==nil &&_gfbae {_faefb .Remove ("\u0044\u0065\u0063\u006f\u0064\u0065");}else if _ffaf .Decode !=nil {_faefb .Set ("\u0044\u0065\u0063\u006f\u0064\u0065",_ffaf .Decode ); +};_faefb .SetIfNotNil ("I\u006e\u0074\u0065\u0072\u0070\u006f\u006c\u0061\u0074\u0065",_ffaf .Interpolate );_faefb .SetIfNotNil ("\u0041\u006c\u0074e\u0072\u006e\u0061\u0074\u0069\u0076\u0065\u0073",_ffaf .Alternatives );_faefb .SetIfNotNil ("\u0053\u004d\u0061s\u006b",_ffaf .SMask ); +_faefb .SetIfNotNil ("S\u004d\u0061\u0073\u006b\u0049\u006e\u0044\u0061\u0074\u0061",_ffaf .SMaskInData );_faefb .SetIfNotNil ("\u004d\u0061\u0074t\u0065",_ffaf .Matte );_faefb .SetIfNotNil ("\u004e\u0061\u006d\u0065",_ffaf .Name );_faefb .SetIfNotNil ("\u0053\u0074\u0072u\u0063\u0074\u0050\u0061\u0072\u0065\u006e\u0074",_ffaf .StructParent ); +_faefb .SetIfNotNil ("\u0049\u0044",_ffaf .ID );_faefb .SetIfNotNil ("\u004f\u0050\u0049",_ffaf .OPI );_faefb .SetIfNotNil ("\u004d\u0065\u0074\u0061\u0064\u0061\u0074\u0061",_ffaf .Metadata );_faefb .SetIfNotNil ("\u004f\u0043",_ffaf .OC );_faefb .Set ("\u004c\u0065\u006e\u0067\u0074\u0068",_cee .MakeInteger (int64 (len (_ffaf .Stream )))); +_fdefe .Stream =_ffaf .Stream ;_ffaf ._cdgeg =true ;return _fdefe ;}; + +// StandardImplementer is an interface that defines specified PDF standards like PDF/A-1A (pdfa.Profile1A) +// NOTE: This implementation is in experimental development state. // -// If `LTV.SkipExisting` is set to true (the default), validations are -// not added for signatures which are already present in the VRI entry of the -// document's DSS dictionary. -type LTV struct{ +// Keep in mind that it might change in the subsequent minor versions. +type StandardImplementer interface{StandardValidator ;StandardApplier ; -// CertClient is the client used to retrieve certificates. -CertClient *_dda .CertClient ; +// StandardName gets the human-readable name of the standard. +StandardName ()string ;};func (_affgg fontCommon )asPdfObjectDictionary (_fgdad string )*_cee .PdfObjectDictionary {if _fgdad !=""&&_affgg ._ccdeg !=""&&_fgdad !=_affgg ._ccdeg {_fca .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0061\u0073\u0050\u0064\u0066\u004f\u0062\u006a\u0065\u0063\u0074\u0044\u0069c\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u002e\u0020O\u0076\u0065\u0072\u0072\u0069\u0064\u0069\u006e\u0067\u0020\u0073\u0075\u0062t\u0079\u0070\u0065\u0020\u0074\u006f \u0025\u0023\u0071 \u0025\u0073",_fgdad ,_affgg ); +}else if _fgdad ==""&&_affgg ._ccdeg ==""{_fca .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0061s\u0050\u0064\u0066Ob\u006a\u0065\u0063\u0074\u0044\u0069c\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u0020\u006e\u006f\u0020\u0073\u0075\u0062\u0074y\u0070\u0065\u002e\u0020\u0066\u006f\u006e\u0074=\u0025\u0073",_affgg ); +}else if _affgg ._ccdeg ==""{_affgg ._ccdeg =_fgdad ;};_egbf :=_cee .MakeDict ();_egbf .Set ("\u0054\u0079\u0070\u0065",_cee .MakeName ("\u0046\u006f\u006e\u0074"));_egbf .Set ("\u0042\u0061\u0073\u0065\u0046\u006f\u006e\u0074",_cee .MakeName (_affgg ._fbcf )); +_egbf .Set ("\u0053u\u0062\u0074\u0079\u0070\u0065",_cee .MakeName (_affgg ._ccdeg ));if _affgg ._ebcad !=nil {_egbf .Set ("\u0046\u006f\u006e\u0074\u0044\u0065\u0073\u0063\u0072i\u0070\u0074\u006f\u0072",_affgg ._ebcad .ToPdfObject ());};if _affgg ._deccd !=nil {_egbf .Set ("\u0054o\u0055\u006e\u0069\u0063\u006f\u0064e",_affgg ._deccd ); +}else if _affgg ._abcbf !=nil {_eeea ,_gfgdf :=_affgg ._abcbf .Stream ();if _gfgdf !=nil {_fca .Log .Debug ("\u0057\u0041\u0052\u004e\u003a\u0020\u0063\u006f\u0075\u006c\u0064\u0020\u006eo\u0074\u0020\u0067\u0065\u0074\u0020C\u004d\u0061\u0070\u0020\u0073\u0074\u0072\u0065\u0061\u006d\u002e\u0020\u0065r\u0072\u003d\u0025\u0076",_gfgdf ); +}else {_egbf .Set ("\u0054o\u0055\u006e\u0069\u0063\u006f\u0064e",_eeea );};};return _egbf ;}; -// OCSPClient is the client used to retrieve OCSP validation information. -OCSPClient *_dda .OCSPClient ; +// NewPdfReader returns a new PdfReader for an input io.ReadSeeker interface. Can be used to read PDF from +// memory or file. Immediately loads and traverses the PDF structure including pages and page contents (if +// not encrypted). Loads entire document structure into memory. +// Alternatively a lazy-loading reader can be created with NewPdfReaderLazy which loads only references, +// and references are loaded from disk into memory on an as-needed basis. +func NewPdfReader (rs _fc .ReadSeeker )(*PdfReader ,error ){const _gbcdc ="\u006do\u0064e\u006c\u003a\u004e\u0065\u0077P\u0064\u0066R\u0065\u0061\u0064\u0065\u0072";return _agfga (rs ,&ReaderOpts {},false ,_gbcdc );}; -// CRLClient is the client used to retrieve CRL validation information. -CRLClient *_dda .CRLClient ; +// ToInteger convert to an integer format. +func (_bdab *PdfColorDeviceRGB )ToInteger (bits int )[3]uint32 {_fgda :=_aaa .Pow (2,float64 (bits ))-1;return [3]uint32 {uint32 (_fgda *_bdab .R ()),uint32 (_fgda *_bdab .G ()),uint32 (_fgda *_bdab .B ())};}; -// SkipExisting specifies whether existing signature validations -// should be skipped. -SkipExisting bool ;_feba *PdfAppender ;_fadg *DSS ;};func (_cddf *pdfFontType3 )baseFields ()*fontCommon {return &_cddf .fontCommon };func (_ccgad *PdfWriter )checkLicense ()error {_bcgfdd :=_cf .GetLicenseKey ();if (_bcgfdd ==nil ||!_bcgfdd .IsLicensed ())&&!_fefac {_e .Printf ("\u0055\u006e\u006c\u0069\u0063\u0065\u006e\u0073\u0065\u0064\u0020c\u006f\u0070\u0079\u0020\u006f\u0066\u0020\u0055\u006e\u0069P\u0044\u0046\u000a"); -_e .Println ("-\u0020\u0047\u0065\u0074\u0020\u0061\u0020\u0066\u0072e\u0065\u0020\u0074\u0072\u0069\u0061\u006c l\u0069\u0063\u0065\u006es\u0065\u0020\u006f\u006e\u0020\u0068\u0074\u0074\u0070s:\u002f\u002fu\u006e\u0069\u0064\u006f\u0063\u002e\u0069\u006f"); -return _dcf .New ("\u0075\u006e\u0069\u0070d\u0066\u0020\u006c\u0069\u0063\u0065\u006e\u0073\u0065\u0020c\u006fd\u0065\u0020\u0072\u0065\u0071\u0075\u0069r\u0065\u0064");};return nil ;};func (_cce *PdfReader )newPdfAnnotationPolygonFromDict (_dabd *_eb .PdfObjectDictionary )(*PdfAnnotationPolygon ,error ){_bgc :=PdfAnnotationPolygon {}; -_cec ,_efdc :=_cce .newPdfAnnotationMarkupFromDict (_dabd );if _efdc !=nil {return nil ,_efdc ;};_bgc .PdfAnnotationMarkup =_cec ;_bgc .Vertices =_dabd .Get ("\u0056\u0065\u0072\u0074\u0069\u0063\u0065\u0073");_bgc .LE =_dabd .Get ("\u004c\u0045");_bgc .BS =_dabd .Get ("\u0042\u0053"); -_bgc .IC =_dabd .Get ("\u0049\u0043");_bgc .BE =_dabd .Get ("\u0042\u0045");_bgc .IT =_dabd .Get ("\u0049\u0054");_bgc .Measure =_dabd .Get ("\u004de\u0061\u0073\u0075\u0072\u0065");return &_bgc ,nil ;};func _dgeac ()string {return _ddb .Version }; +// GetXObjectByName gets XObject by name. +func (_aegcdb *PdfPage )GetXObjectByName (name _cee .PdfObjectName )(_cee .PdfObject ,bool ){_cgbgd ,_babd :=_aegcdb .Resources .XObject .(*_cee .PdfObjectDictionary );if !_babd {return nil ,false ;};if _fageg :=_cgbgd .Get (name );_fageg !=nil {return _fageg ,true ; +};return nil ,false ;}; -// PdfAnnotationTrapNet represents TrapNet annotations. -// (Section 12.5.6.21). -type PdfAnnotationTrapNet struct{*PdfAnnotation };func (_bdfbd *PdfReader )loadPerms ()(*Permissions ,error ){if _fgebb :=_bdfbd ._bagcfd .Get ("\u0050\u0065\u0072m\u0073");_fgebb !=nil {if _egbge ,_beaab :=_eb .GetDict (_fgebb );_beaab {_abegb :=_egbge .Get ("\u0044\u006f\u0063\u004d\u0044\u0050"); -if _abegb ==nil {return nil ,nil ;};if _afdcdd ,_ecddbd :=_eb .GetIndirect (_abegb );_ecddbd {_gddfc ,_dggdeb :=_bdfbd .newPdfSignatureFromIndirect (_afdcdd );if _dggdeb !=nil {return nil ,_dggdeb ;};return NewPermissions (_gddfc ),nil ;};return nil ,_e .Errorf ("i\u006ev\u0061\u006c\u0069\u0064\u0020\u0044\u006f\u0063M\u0044\u0050\u0020\u0065nt\u0072\u0079"); -};return nil ,_e .Errorf ("\u0069\u006e\u0076\u0061li\u0064\u0020\u0050\u0065\u0072\u006d\u0073\u0020\u0065\u006e\u0074\u0072\u0079");};return nil ,nil ;}; +// NewPdfActionGoToR returns a new "go to remote" action. +func NewPdfActionGoToR ()*PdfActionGoToR {_ggg :=NewPdfAction ();_acfb :=&PdfActionGoToR {};_acfb .PdfAction =_ggg ;_ggg .SetContext (_acfb );return _acfb ;};func _cgbbg (_cgce *_cee .PdfObjectDictionary ,_gcgc *fontCommon )(*pdfFontType0 ,error ){_gafce ,_aegcd :=_cee .GetArray (_cgce .Get ("\u0044e\u0073c\u0065\u006e\u0064\u0061\u006e\u0074\u0046\u006f\u006e\u0074\u0073")); +if !_aegcd {_fca .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0049n\u0076\u0061\u006cid\u0020\u0044\u0065\u0073\u0063\u0065n\u0064\u0061\u006e\u0074\u0046\u006f\u006e\u0074\u0073\u0020\u002d\u0020\u006e\u006f\u0074 \u0061\u006e\u0020\u0061\u0072\u0072\u0061\u0079 \u0025\u0073",_gcgc ); +return nil ,_cee .ErrRangeError ;};if _gafce .Len ()!=1{_fca .Log .Debug ("\u0045\u0052R\u004f\u0052\u003a\u0020\u0041\u0072\u0072\u0061\u0079\u0020\u006c\u0065\u006e\u0067\u0074\u0068\u0020\u0021\u003d\u0020\u0031\u0020(%\u0064\u0029",_gafce .Len ()); +return nil ,_cee .ErrRangeError ;};_agbdf ,_eabf :=_dfbe (_gafce .Get (0),false );if _eabf !=nil {_fca .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0046a\u0069\u006c\u0065d \u006c\u006f\u0061\u0064\u0069\u006eg\u0020\u0064\u0065\u0073\u0063\u0065\u006e\u0064\u0061\u006e\u0074\u0020\u0066\u006f\u006et\u003a\u0020\u0065\u0072\u0072\u003d\u0025\u0076 \u0025\u0073",_eabf ,_gcgc ); +return nil ,_eabf ;};_ebaga :=_cgce .Get ("\u0045\u006e\u0063\u006f\u0064\u0069\u006e\u0067");_agfg :="";_cega :=_faca (_gcgc );_cega .DescendantFont =_agbdf ;switch _gaade :=_ebaga .(type ){case *_cee .PdfObjectName :_agfg ,_aegcd =_cee .GetNameVal (_ebaga ); +if _aegcd {if _agfg =="\u0049\u0064\u0065\u006e\u0074\u0069\u0074\u0079\u002d\u0048"||_agfg =="\u0049\u0064\u0065\u006e\u0074\u0069\u0074\u0079\u002d\u0056"{_cega ._daac =_dae .NewIdentityTextEncoder (_agfg );}else if _dgg .IsPredefinedCMap (_agfg ){_cega ._dcffd ,_eabf =_dgg .LoadPredefinedCMap (_agfg ); +if _eabf !=nil {_fca .Log .Debug ("\u0057\u0041\u0052\u004e\u003a\u0020\u0063o\u0075\u006c\u0064 \u006e\u006f\u0074\u0020l\u006f\u0061\u0064\u0020\u0070\u0072\u0065\u0064\u0065\u0066\u0069\u006e\u0065\u0064\u0020\u0043\u004d\u0061\u0070\u0020\u0025\u0073\u003a\u0020\u0025\u0076",_agfg ,_eabf ); +};}else {_fca .Log .Debug ("\u0055\u006e\u0068\u0061\u006e\u0064\u006c\u0065\u0064\u0020\u0063\u006da\u0070\u0020\u0025\u0071",_agfg );};};case *_cee .PdfObjectStream :if _cega ._deccd ==nil {_gcgg ,_afde :=_dgg .NewCIDSystemInfo (_gaade .PdfObjectDictionary .Get ("\u0043\u0049\u0044\u0053\u0079\u0073\u0074\u0065\u006d\u0049\u006e\u0066\u006f")); +if _afde !=nil {_fca .Log .Debug ("\u0055\u006e\u0061b\u006c\u0065\u0020\u0074o\u0020\u0067\u0065\u0074\u0020\u0043\u0049D\u0053\u0079\u0073\u0074\u0065\u006d\u0049\u006e\u0066\u006f\u003a\u0020\u0025\u0076",_afde );};_afad :=_e .Sprintf ("\u0025\u0073\u002d\u0025\u0073\u002d\u0055\u0043\u0053\u0032",_gcgg .Registry ,_gcgg .Ordering ); +if _dgg .IsPredefinedCMap (_afad ){_cega ._dcffd ,_afde =_dgg .LoadPredefinedCMap (_afad );if _afde !=nil {_fca .Log .Debug ("\u0057\u0041\u0052\u004e\u003a\u0020\u0063o\u0075\u006c\u0064 \u006e\u006f\u0074\u0020l\u006f\u0061\u0064\u0020\u0070\u0072\u0065\u0064\u0065\u0066\u0069\u006e\u0065\u0064\u0020\u0043\u004d\u0061\u0070\u0020\u0025\u0073\u003a\u0020\u0025\u0076",_afad ,_afde ); +};}else {_afad =_gaade .PdfObjectDictionary .Get ("\u0043\u004d\u0061\u0070\u004e\u0061\u006d\u0065").String ();_eafce ,_fegf :=_cee .DecodeStream (_gaade );if _fegf !=nil {_fca .Log .Debug ("U\u006e\u0061\u0062\u006c\u0065\u0020t\u006f\u0020\u0064\u0065\u0063\u006f\u0064\u0065\u0020s\u0074\u0072\u0065a\u006d:\u0020\u0025\u0076",_fegf ); +return _cega ,_fegf ;};if _aedgg :=_afad =="\u004f\u006ee\u0042\u0079\u0074e\u0049\u0064\u0065\u006e\u0074\u0069\u0074\u0079\u0048"||_afad =="\u004f\u006ee\u0042\u0079\u0074e\u0049\u0064\u0065\u006e\u0074\u0069\u0074\u0079\u0056";_aedgg {_cega ._dcffd ,_fegf =_dgg .LoadCmapFromData (_eafce ,_aedgg ); +if _fegf !=nil {_fca .Log .Debug ("\u0055\u006e\u0061\u0062\u006ce\u0020\u0074\u006f\u0020\u006c\u006f\u0061\u0064\u0020\u0043\u004d\u0061\u0070 \u0066\u0072\u006f\u006d\u0020\u0073\u0074\u0072\u0065\u0061\u006d\u003a\u0020\u0025\u0076\u0020\u002d\u002d\u0020\u0025\u0076",_fegf ,string (_eafce )); +return _cega ,_fegf ;};_gecba :=make (map[_dgg .CharCode ]rune ,256);for _aeefg :=0x00;_aeefg <=0xFF;_aeefg ++{_gecba [_dgg .CharCode (_aeefg )]=rune (_aeefg );};_cega ._abcbf =_dgg .NewToUnicodeCMap (_gecba );};};};};if _adgcfa :=_agbdf .baseFields ()._abcbf ; +_adgcfa !=nil {if _cdfg :=_adgcfa .Name ();_cdfg =="\u0041d\u006fb\u0065\u002d\u0043\u004e\u0053\u0031\u002d\u0055\u0043\u0053\u0032"||_cdfg =="\u0041\u0064\u006f\u0062\u0065\u002d\u0047\u0042\u0031-\u0055\u0043\u0053\u0032"||_cdfg =="\u0041\u0064\u006f\u0062\u0065\u002d\u004a\u0061\u0070\u0061\u006e\u0031-\u0055\u0043\u0053\u0032"||_cdfg =="\u0041\u0064\u006f\u0062\u0065\u002d\u004b\u006f\u0072\u0065\u0061\u0031-\u0055\u0043\u0053\u0032"{_cega ._daac =_dae .NewCMapEncoder (_agfg ,_cega ._dcffd ,_adgcfa ); +};};return _cega ,nil ;}; + +// GetContentStreams returns the content stream as an array of strings. +func (_ffcdd *PdfPage )GetContentStreams ()([]string ,error ){_gggb :=_ffcdd .GetContentStreamObjs ();var _ggbde []string ;for _ ,_cdaca :=range _gggb {_dgfcdf ,_eaade :=_dffed (_cdaca );if _eaade !=nil {return nil ,_eaade ;};_ggbde =append (_ggbde ,_dgfcdf ); +};return _ggbde ,nil ;}; // ToPdfObject implements interface PdfModel. -func (_fge *PdfActionSound )ToPdfObject ()_eb .PdfObject {_fge .PdfAction .ToPdfObject ();_fbde :=_fge ._dee ;_fgb :=_fbde .PdfObject .(*_eb .PdfObjectDictionary );_fgb .SetIfNotNil ("\u0053",_eb .MakeName (string (ActionTypeSound )));_fgb .SetIfNotNil ("\u0053\u006f\u0075n\u0064",_fge .Sound ); -_fgb .SetIfNotNil ("\u0056\u006f\u006c\u0075\u006d\u0065",_fge .Volume );_fgb .SetIfNotNil ("S\u0079\u006e\u0063\u0068\u0072\u006f\u006e\u006f\u0075\u0073",_fge .Synchronous );_fgb .SetIfNotNil ("\u0052\u0065\u0070\u0065\u0061\u0074",_fge .Repeat );_fgb .SetIfNotNil ("\u004d\u0069\u0078",_fge .Mix ); -return _fbde ;}; +func (_bfc *PdfActionSound )ToPdfObject ()_cee .PdfObject {_bfc .PdfAction .ToPdfObject ();_afg :=_bfc ._gaf ;_daab :=_afg .PdfObject .(*_cee .PdfObjectDictionary );_daab .SetIfNotNil ("\u0053",_cee .MakeName (string (ActionTypeSound )));_daab .SetIfNotNil ("\u0053\u006f\u0075n\u0064",_bfc .Sound ); +_daab .SetIfNotNil ("\u0056\u006f\u006c\u0075\u006d\u0065",_bfc .Volume );_daab .SetIfNotNil ("S\u0079\u006e\u0063\u0068\u0072\u006f\u006e\u006f\u0075\u0073",_bfc .Synchronous );_daab .SetIfNotNil ("\u0052\u0065\u0070\u0065\u0061\u0074",_bfc .Repeat ); +_daab .SetIfNotNil ("\u004d\u0069\u0078",_bfc .Mix );return _afg ;}; -// PdfSignatureReference represents a PDF signature reference dictionary and is used for signing via form signature fields. -// (Section 12.8.1, Table 253 - Entries in a signature reference dictionary p. 469 in PDF32000_2008). -type PdfSignatureReference struct{_abdcb *_eb .PdfObjectDictionary ;Type *_eb .PdfObjectName ;TransformMethod *_eb .PdfObjectName ;TransformParams _eb .PdfObject ;Data _eb .PdfObject ;DigestMethod *_eb .PdfObjectName ;};var (ErrRequiredAttributeMissing =_dcf .New ("\u0072\u0065\u0071\u0075\u0069\u0072\u0065\u0064\u0020\u0061\u0074t\u0072\u0069\u0062\u0075\u0074\u0065\u0020\u006d\u0069\u0073s\u0069\u006e\u0067"); -ErrInvalidAttribute =_dcf .New ("\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0061\u0074\u0074\u0072i\u0062\u0075\u0074\u0065");ErrTypeCheck =_dcf .New ("\u0074\u0079\u0070\u0065\u0020\u0063\u0068\u0065\u0063\u006b");_eggcg =_dcf .New ("\u0072\u0061\u006e\u0067\u0065\u0020\u0063\u0068\u0065\u0063\u006b\u0020e\u0072\u0072\u006f\u0072"); -ErrEncrypted =_dcf .New ("\u0066\u0069\u006c\u0065\u0020\u006e\u0065\u0065\u0064\u0073\u0020\u0074\u006f\u0020\u0062e\u0020d\u0065\u0063\u0072\u0079\u0070\u0074\u0065\u0064\u0020\u0066\u0069\u0072\u0073\u0074");ErrNoFont =_dcf .New ("\u0066\u006fn\u0074\u0020\u006eo\u0074\u0020\u0064\u0065\u0066\u0069\u006e\u0065\u0064"); -ErrFontNotSupported =_db .Errorf ("u\u006e\u0073\u0075\u0070po\u0072t\u0065\u0064\u0020\u0066\u006fn\u0074\u0020\u0028\u0025\u0077\u0029",_eb .ErrNotSupported );ErrType1CFontNotSupported =_db .Errorf ("\u0054y\u0070\u00651\u0043\u0020\u0066o\u006e\u0074\u0073\u0020\u0061\u0072\u0065 \u006e\u006f\u0074\u0020\u0063\u0075r\u0072\u0065\u006e\u0074\u006c\u0079\u0020\u0073\u0075\u0070\u0070o\u0072\u0074\u0065\u0064\u0020\u0028\u0025\u0077\u0029",_eb .ErrNotSupported ); -ErrType3FontNotSupported =_db .Errorf ("\u0054y\u0070\u00653\u0020\u0066\u006f\u006et\u0073\u0020\u0061r\u0065\u0020\u006e\u006f\u0074\u0020\u0063\u0075\u0072re\u006e\u0074\u006cy\u0020\u0073u\u0070\u0070\u006f\u0072\u0074\u0065d\u0020\u0028%\u0077\u0029",_eb .ErrNotSupported ); -ErrTTCmapNotSupported =_db .Errorf ("\u0075\u006es\u0075\u0070\u0070\u006fr\u0074\u0065d\u0020\u0054\u0072\u0075\u0065\u0054\u0079\u0070e\u0020\u0063\u006d\u0061\u0070\u0020\u0066\u006f\u0072\u006d\u0061\u0074 \u0028\u0025\u0077\u0029",_eb .ErrNotSupported ); -ErrSignNotEnoughSpace =_db .Errorf ("\u0069\u006e\u0073\u0075\u0066\u0066\u0069c\u0069\u0065\u006et\u0020\u0073\u0070a\u0063\u0065 \u0061\u006c\u006c\u006f\u0063\u0061t\u0065d \u0066\u006f\u0072\u0020\u0074\u0068\u0065\u0020\u0073\u0069\u0067\u006e\u0061\u0074\u0075\u0072\u0065\u0020\u0063\u006f\u006e\u0074\u0065\u006e\u0074\u0073"); -ErrSignNoCertificates =_db .Errorf ("\u0063\u006ful\u0064\u0020\u006eo\u0074\u0020\u0072\u0065tri\u0065ve\u0020\u0063\u0065\u0072\u0074\u0069\u0066ic\u0061\u0074\u0065\u0020\u0063\u0068\u0061i\u006e");); +// SetOCProperties sets the optional content properties. +func (_fbdca *PdfWriter )SetOCProperties (ocProperties _cee .PdfObject )error {_dfaac :=_fbdca ._cdebc ;if ocProperties !=nil {_fca .Log .Trace ("\u0053e\u0074\u0074\u0069\u006e\u0067\u0020\u004f\u0043\u0020\u0050\u0072o\u0070\u0065\u0072\u0074\u0069\u0065\u0073\u002e\u002e\u002e"); +_dfaac .Set ("\u004f\u0043\u0050r\u006f\u0070\u0065\u0072\u0074\u0069\u0065\u0073",ocProperties );return _fbdca .addObjects (ocProperties );};return nil ;};func (_bdcdb *PdfWriter )checkCrossReferenceStream ()bool {_gbded :=_bdcdb ._gceef .Major > 1||(_bdcdb ._gceef .Major ==1&&_bdcdb ._gceef .Minor > 4); +if _bdcdb ._deda !=nil {_gbded =*_bdcdb ._deda ;};return _gbded ;}; -// AppendContentStream adds content stream by string. Appends to the last -// contentstream instance if many. -func (_deccf *PdfPage )AppendContentStream (contentStr string )error {_cdcdd ,_gcdfe :=_deccf .GetContentStreams ();if _gcdfe !=nil {return _gcdfe ;};if len (_cdcdd )==0{_cdcdd =[]string {contentStr };return _deccf .SetContentStreams (_cdcdd ,_eb .NewFlateEncoder ()); -};var _gabb _dd .Buffer ;_gabb .WriteString (_cdcdd [len (_cdcdd )-1]);_gabb .WriteString ("\u000a");_gabb .WriteString (contentStr );_cdcdd [len (_cdcdd )-1]=_gabb .String ();return _deccf .SetContentStreams (_cdcdd ,_eb .NewFlateEncoder ());}; +// GetContainingPdfObject implements interface PdfModel. +func (_fedbf *PdfSignatureReference )GetContainingPdfObject ()_cee .PdfObject {return _fedbf ._bfegdg }; -// SetSubtype sets the Subtype S for given PdfOutputIntent. -func (_cbeb *PdfOutputIntent )SetSubtype (subtype PdfOutputIntentType )error {if !subtype .IsValid (){return _dcf .New ("\u0070\u0072o\u0076\u0069\u0064\u0065d\u0020\u0069n\u0076\u0061\u006c\u0069\u0064\u0020\u004f\u0075t\u0070\u0075\u0074\u0049\u006e\u0074\u0065\u006e\u0074\u0020\u0053\u0075b\u0054\u0079\u0070\u0065"); -};_cbeb .S =subtype ;return nil ;};func (_ffdae *PdfReader )newPdfAnnotationTextFromDict (_beca *_eb .PdfObjectDictionary )(*PdfAnnotationText ,error ){_aeg :=PdfAnnotationText {};_dbdb ,_fac :=_ffdae .newPdfAnnotationMarkupFromDict (_beca );if _fac !=nil {return nil ,_fac ; -};_aeg .PdfAnnotationMarkup =_dbdb ;_aeg .Open =_beca .Get ("\u004f\u0070\u0065\u006e");_aeg .Name =_beca .Get ("\u004e\u0061\u006d\u0065");_aeg .State =_beca .Get ("\u0053\u0074\u0061t\u0065");_aeg .StateModel =_beca .Get ("\u0053\u0074\u0061\u0074\u0065\u004d\u006f\u0064\u0065\u006c"); -return &_aeg ,nil ;}; +// ColorFromPdfObjects gets the color from a series of pdf objects (3 for rgb). +func (_dgff *PdfColorspaceDeviceRGB )ColorFromPdfObjects (objects []_cee .PdfObject )(PdfColor ,error ){if len (objects )!=3{return nil ,_cdf .New ("r\u0061\u006e\u0067\u0065\u0020\u0063\u0068\u0065\u0063\u006b");};_adfec ,_eceg :=_cee .GetNumbersAsFloat (objects ); +if _eceg !=nil {return nil ,_eceg ;};return _dgff .ColorFromFloats (_adfec );}; -// Has checks if flag fl is set in flag and returns true if so, false otherwise. -func (_fdaca FieldFlag )Has (fl FieldFlag )bool {return (_fdaca .Mask ()&fl .Mask ())> 0};func (_aada *PdfReader )lookupPageByObject (_aaeafa _eb .PdfObject )(*PdfPage ,error ){return nil ,_dcf .New ("\u0070\u0061\u0067\u0065\u0020\u006e\u006f\u0074\u0020f\u006f\u0075\u006e\u0064"); -};func _ffaa (_cabd _eb .PdfObject )(*PdfColorspaceCalRGB ,error ){_fbgc :=NewPdfColorspaceCalRGB ();if _dafe ,_deeg :=_cabd .(*_eb .PdfIndirectObject );_deeg {_fbgc ._cbfd =_dafe ;};_cabd =_eb .TraceToDirectObject (_cabd );_ccbd ,_edcc :=_cabd .(*_eb .PdfObjectArray ); -if !_edcc {return nil ,_e .Errorf ("\u0074\u0079\u0070\u0065\u0020\u0065\u0072\u0072\u006f\u0072");};if _ccbd .Len ()!=2{return nil ,_e .Errorf ("\u0069n\u0076\u0061\u006c\u0069d\u0020\u0043\u0061\u006c\u0052G\u0042 \u0063o\u006c\u006f\u0072\u0073\u0070\u0061\u0063e"); -};_cabd =_eb .TraceToDirectObject (_ccbd .Get (0));_cfga ,_edcc :=_cabd .(*_eb .PdfObjectName );if !_edcc {return nil ,_e .Errorf ("\u0043\u0061l\u0052\u0047\u0042\u0020\u006e\u0061\u006d\u0065\u0020\u006e\u006f\u0074\u0020\u0061\u0020\u004e\u0061\u006d\u0065\u0020\u006f\u0062je\u0063\u0074"); -};if *_cfga !="\u0043\u0061\u006c\u0052\u0047\u0042"{return nil ,_e .Errorf ("\u006e\u006f\u0074 a\u0020\u0043\u0061\u006c\u0052\u0047\u0042\u0020\u0063\u006f\u006c\u006f\u0072\u0073\u0070\u0061\u0063\u0065");};_cabd =_eb .TraceToDirectObject (_ccbd .Get (1)); -_decb ,_edcc :=_cabd .(*_eb .PdfObjectDictionary );if !_edcc {return nil ,_e .Errorf ("\u0043\u0061l\u0052\u0047\u0042\u0020\u006e\u0061\u006d\u0065\u0020\u006e\u006f\u0074\u0020\u0061\u0020\u004e\u0061\u006d\u0065\u0020\u006f\u0062je\u0063\u0074");};_cabd =_decb .Get ("\u0057\u0068\u0069\u0074\u0065\u0050\u006f\u0069\u006e\u0074"); -_cabd =_eb .TraceToDirectObject (_cabd );_ggfab ,_edcc :=_cabd .(*_eb .PdfObjectArray );if !_edcc {return nil ,_e .Errorf ("\u0043\u0061\u006c\u0052\u0047\u0042\u003a\u0020\u0049\u006e\u0076a\u006c\u0069\u0064\u0020\u0057\u0068\u0069\u0074\u0065\u0050o\u0069\u006e\u0074"); -};if _ggfab .Len ()!=3{return nil ,_e .Errorf ("\u0043\u0061\u006c\u0052\u0047\u0042\u003a\u0020\u0049\u006e\u0076\u0061\u006c\u0069\u0064 \u0057h\u0069\u0074\u0065\u0050\u006f\u0069\u006e\u0074\u0020\u0061\u0072\u0072\u0061\u0079");};_cdde ,_bdfbeg :=_ggfab .GetAsFloat64Slice (); -if _bdfbeg !=nil {return nil ,_bdfbeg ;};_fbgc .WhitePoint =_cdde ;_cabd =_decb .Get ("\u0042\u006c\u0061\u0063\u006b\u0050\u006f\u0069\u006e\u0074");if _cabd !=nil {_cabd =_eb .TraceToDirectObject (_cabd );_beag ,_ccd :=_cabd .(*_eb .PdfObjectArray ); -if !_ccd {return nil ,_e .Errorf ("\u0043\u0061\u006c\u0052\u0047\u0042\u003a\u0020\u0049\u006e\u0076a\u006c\u0069\u0064\u0020\u0042\u006c\u0061\u0063\u006b\u0050o\u0069\u006e\u0074");};if _beag .Len ()!=3{return nil ,_e .Errorf ("\u0043\u0061\u006c\u0052\u0047\u0042\u003a\u0020\u0049\u006e\u0076\u0061\u006c\u0069\u0064 \u0042l\u0061\u0063\u006b\u0050\u006f\u0069\u006e\u0074\u0020\u0061\u0072\u0072\u0061\u0079"); -};_bbe ,_cfdf :=_beag .GetAsFloat64Slice ();if _cfdf !=nil {return nil ,_cfdf ;};_fbgc .BlackPoint =_bbe ;};_cabd =_decb .Get ("\u0047\u0061\u006dm\u0061");if _cabd !=nil {_cabd =_eb .TraceToDirectObject (_cabd );_bgeed ,_ededd :=_cabd .(*_eb .PdfObjectArray ); -if !_ededd {return nil ,_e .Errorf ("C\u0061\u006c\u0052\u0047B:\u0020I\u006e\u0076\u0061\u006c\u0069d\u0020\u0047\u0061\u006d\u006d\u0061");};if _bgeed .Len ()!=3{return nil ,_e .Errorf ("C\u0061\u006c\u0052\u0047\u0042\u003a \u0049\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0047a\u006d\u006d\u0061 \u0061r\u0072\u0061\u0079"); -};_cage ,_ageg :=_bgeed .GetAsFloat64Slice ();if _ageg !=nil {return nil ,_ageg ;};_fbgc .Gamma =_cage ;};_cabd =_decb .Get ("\u004d\u0061\u0074\u0072\u0069\u0078");if _cabd !=nil {_cabd =_eb .TraceToDirectObject (_cabd );_gca ,_eaee :=_cabd .(*_eb .PdfObjectArray ); -if !_eaee {return nil ,_e .Errorf ("\u0043\u0061\u006c\u0052GB\u003a\u0020\u0049\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u004d\u0061\u0074\u0072i\u0078");};if _gca .Len ()!=9{_ddb .Log .Error ("\u004d\u0061t\u0072\u0069\u0078 \u0061\u0072\u0072\u0061\u0079\u003a\u0020\u0025\u0073",_gca .String ()); -return nil ,_e .Errorf ("\u0043\u0061\u006c\u0052G\u0042\u003a\u0020\u0049\u006e\u0076\u0061\u006c\u0069\u0064 \u004da\u0074\u0072\u0069\u0078\u0020\u0061\u0072r\u0061\u0079");};_gfga ,_baag :=_gca .GetAsFloat64Slice ();if _baag !=nil {return nil ,_baag ; -};_fbgc .Matrix =_gfga ;};return _fbgc ,nil ;}; +// GetRefObject returns the reference object of the KValue. +func (_gdcad *KValue )GetRefObject ()_cee .PdfObject {return _gdcad ._abcfb }; -// PdfAnnotationSquiggly represents Squiggly annotations. -// (Section 12.5.6.10). -type PdfAnnotationSquiggly struct{*PdfAnnotation ;*PdfAnnotationMarkup ;QuadPoints _eb .PdfObject ;}; +// ToPdfObject returns the text field dictionary within an indirect object (container). +func (_bfbba *PdfFieldText )ToPdfObject ()_cee .PdfObject {_bfbba .PdfField .ToPdfObject ();_decgbe :=_bfbba ._ccbb ;_fbfce :=_decgbe .PdfObject .(*_cee .PdfObjectDictionary );_fbfce .Set ("\u0046\u0054",_cee .MakeName ("\u0054\u0078"));if _bfbba .DA !=nil {_fbfce .Set ("\u0044\u0041",_bfbba .DA ); +};if _bfbba .Q !=nil {_fbfce .Set ("\u0051",_bfbba .Q );};if _bfbba .DS !=nil {_fbfce .Set ("\u0044\u0053",_bfbba .DS );};if _bfbba .RV !=nil {_fbfce .Set ("\u0052\u0056",_bfbba .RV );};if _bfbba .MaxLen !=nil {_fbfce .Set ("\u004d\u0061\u0078\u004c\u0065\u006e",_bfbba .MaxLen ); +};return _decgbe ;}; -// ToInteger convert to an integer format. -func (_cgaf *PdfColorDeviceRGB )ToInteger (bits int )[3]uint32 {_bdegg :=_gg .Pow (2,float64 (bits ))-1;return [3]uint32 {uint32 (_bdegg *_cgaf .R ()),uint32 (_bdegg *_cgaf .G ()),uint32 (_bdegg *_cgaf .B ())};};func (_ebgca *PdfSignature )extractChainFromCert ()([]*_bag .Certificate ,error ){var _bafaa *_eb .PdfObjectArray ; -switch _afcfb :=_ebgca .Cert .(type ){case *_eb .PdfObjectString :_bafaa =_eb .MakeArray (_afcfb );case *_eb .PdfObjectArray :_bafaa =_afcfb ;default:return nil ,_e .Errorf ("\u0069n\u0076\u0061l\u0069\u0064\u0020s\u0069\u0067\u006e\u0061\u0074\u0075\u0072e\u0020\u0063\u0065\u0072\u0074\u0069f\u0069\u0063\u0061\u0074\u0065\u0020\u006f\u0062\u006a\u0065\u0063t\u0020\u0074\u0079\u0070\u0065\u003a\u0020\u0025\u0054",_afcfb ); -};var _deaead _dd .Buffer ;for _ ,_cecff :=range _bafaa .Elements (){_eggcc ,_cafag :=_eb .GetString (_cecff );if !_cafag {return nil ,_e .Errorf ("\u0069\u006ev\u0061\u006c\u0069\u0064\u0020\u0063\u0065\u0072\u0074\u0069\u0066\u0069\u0063\u0061\u0074\u0065\u0020\u006f\u0062j\u0065\u0063\u0074\u0020\u0074\u0079p\u0065\u0020\u0069\u006e\u0020\u0073\u0069\u0067\u006e\u0061\u0074\u0075\u0072\u0065 \u0063\u0065r\u0074\u0069\u0066\u0069c\u0061\u0074\u0065\u0020\u0063h\u0061\u0069\u006e\u003a\u0020\u0025\u0054",_cecff ); -};if _ ,_cgged :=_deaead .Write (_eggcc .Bytes ());_cgged !=nil {return nil ,_cgged ;};};return _bag .ParseCertificates (_deaead .Bytes ());}; +// Tab order types. +type TabOrderType string ; -// ToPdfObject implements interface PdfModel. -func (_fef *PdfActionGoTo )ToPdfObject ()_eb .PdfObject {_fef .PdfAction .ToPdfObject ();_ffd :=_fef ._dee ;_abg :=_ffd .PdfObject .(*_eb .PdfObjectDictionary );_abg .SetIfNotNil ("\u0053",_eb .MakeName (string (ActionTypeGoTo )));_abg .SetIfNotNil ("\u0044",_fef .D ); -return _ffd ;}; +// ToPdfObject returns the PDF representation of the colorspace. +func (_cecga *PdfColorspaceSpecialPattern )ToPdfObject ()_cee .PdfObject {if _cecga .UnderlyingCS ==nil {return _cee .MakeName ("\u0050a\u0074\u0074\u0065\u0072\u006e");};_fefg :=_cee .MakeArray (_cee .MakeName ("\u0050a\u0074\u0074\u0065\u0072\u006e")); +_fefg .Append (_cecga .UnderlyingCS .ToPdfObject ());if _cecga ._gfcg !=nil {_cecga ._gfcg .PdfObject =_fefg ;return _cecga ._gfcg ;};return _fefg ;};func _ffce (_fadb *_cee .PdfObjectDictionary )(*PdfShadingType1 ,error ){_eeabe :=PdfShadingType1 {};if _dcdc :=_fadb .Get ("\u0044\u006f\u006d\u0061\u0069\u006e"); +_dcdc !=nil {_dcdc =_cee .TraceToDirectObject (_dcdc );_ffbf ,_fbcae :=_dcdc .(*_cee .PdfObjectArray );if !_fbcae {_fca .Log .Debug ("\u0044\u006f\u006d\u0061i\u006e\u0020\u006e\u006f\u0074\u0020\u0061\u006e\u0020\u0061r\u0072a\u0079\u0020\u0028\u0067\u006f\u0074\u0020%\u0054\u0029",_dcdc ); +return nil ,_cdf .New ("\u0074\u0079p\u0065\u0020\u0063h\u0065\u0063\u006b\u0020\u0065\u0072\u0072\u006f\u0072");};_eeabe .Domain =_ffbf ;};if _dfcdc :=_fadb .Get ("\u004d\u0061\u0074\u0072\u0069\u0078");_dfcdc !=nil {_dfcdc =_cee .TraceToDirectObject (_dfcdc ); +_gceb ,_gdefg :=_dfcdc .(*_cee .PdfObjectArray );if !_gdefg {_fca .Log .Debug ("\u004d\u0061\u0074\u0072i\u0078\u0020\u006e\u006f\u0074\u0020\u0061\u006e\u0020\u0061r\u0072a\u0079\u0020\u0028\u0067\u006f\u0074\u0020%\u0054\u0029",_dfcdc );return nil ,_cdf .New ("\u0074\u0079p\u0065\u0020\u0063h\u0065\u0063\u006b\u0020\u0065\u0072\u0072\u006f\u0072"); +};_eeabe .Matrix =_gceb ;};_fcefd :=_fadb .Get ("\u0046\u0075\u006e\u0063\u0074\u0069\u006f\u006e");if _fcefd ==nil {_fca .Log .Debug ("\u0052\u0065q\u0075\u0069\u0072\u0065d\u0020\u0061t\u0074\u0072\u0069\u0062\u0075\u0074\u0065\u0020m\u0069\u0073\u0073\u0069\u006e\u0067\u003a\u0020\u0020\u0046\u0075\u006ec\u0074\u0069\u006f\u006e"); +return nil ,ErrRequiredAttributeMissing ;};_eeabe .Function =[]PdfFunction {};if _ageff ,_dbafg :=_fcefd .(*_cee .PdfObjectArray );_dbafg {for _ ,_dbbecb :=range _ageff .Elements (){_abcaa ,_bffege :=_eeaec (_dbbecb );if _bffege !=nil {_fca .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0070\u0061\u0072\u0073\u0069n\u0067\u0020\u0066\u0075\u006e\u0063\u0074\u0069\u006f\u006e:\u0020\u0025\u0076",_bffege ); +return nil ,_bffege ;};_eeabe .Function =append (_eeabe .Function ,_abcaa );};}else {_ebaeb ,_ggae :=_eeaec (_fcefd );if _ggae !=nil {_fca .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0070\u0061\u0072\u0073\u0069n\u0067\u0020\u0066\u0075\u006e\u0063\u0074\u0069\u006f\u006e:\u0020\u0025\u0076",_ggae ); +return nil ,_ggae ;};_eeabe .Function =append (_eeabe .Function ,_ebaeb );};return &_eeabe ,nil ;};func (_deee *PdfReader )newPdfActionGoTo3DViewFromDict (_deb *_cee .PdfObjectDictionary )(*PdfActionGoTo3DView ,error ){return &PdfActionGoTo3DView {TA :_deb .Get ("\u0054\u0041"),V :_deb .Get ("\u0056")},nil ; +};var _ggdge =false ; -// SetHideMenubar sets the value of the hideMenubar flag. -func (_ceacc *ViewerPreferences )SetHideMenubar (hideMenubar bool ){_ceacc ._gcbcb =&hideMenubar }; +// PageFromIndirectObject returns the PdfPage and page number for a given indirect object. +func (_fbefd *PdfReader )PageFromIndirectObject (ind *_cee .PdfIndirectObject )(*PdfPage ,int ,error ){if len (_fbefd .PageList )!=len (_fbefd ._fded ){return nil ,0,_cdf .New ("\u0070\u0061\u0067\u0065\u0020\u006c\u0069\u0073\u0074\u0020\u0069\u006ev\u0061\u006c\u0069\u0064"); +};for _gfbdbf ,_dgebb :=range _fbefd ._fded {if _dgebb ==ind {return _fbefd .PageList [_gfbdbf ],_gfbdbf +1,nil ;};};return nil ,0,_cdf .New ("\u0070\u0061\u0067\u0065\u0020\u006e\u006f\u0074\u0020f\u006f\u0075\u006e\u0064");}; -// NewKDictionary creates a new K dictionary object. -func NewKDictionary ()*KDict {return &KDict {_eegge :make ([]*KValue ,0),_dcgce :-1}}; +// ToPdfObject implements interface PdfModel. +func (_fcaff *PdfTransformParamsDocMDP )ToPdfObject ()_cee .PdfObject {_cbcg :=_cee .MakeDict ();_cbcg .SetIfNotNil ("\u0054\u0079\u0070\u0065",_fcaff .Type );_cbcg .SetIfNotNil ("\u0056",_fcaff .V );_cbcg .SetIfNotNil ("\u0050",_fcaff .P );return _cbcg ; +}; -// Encrypt encrypts the output file with a specified user/owner password. -func (_edbag *PdfWriter )Encrypt (userPass ,ownerPass []byte ,options *EncryptOptions )error {_agcbac :=RC4_128bit ;if options !=nil {_agcbac =options .Algorithm ;};_bdaba :=_cg .PermOwner ;if options !=nil {_bdaba =options .Permissions ;};var _cfcgg _be .Filter ; -switch _agcbac {case RC4_128bit :_cfcgg =_be .NewFilterV2 (16);case AES_128bit :_cfcgg =_be .NewFilterAESV2 ();case AES_256bit :_cfcgg =_be .NewFilterAESV3 ();default:return _e .Errorf ("\u0075n\u0073\u0075\u0070\u0070o\u0072\u0074\u0065\u0064\u0020a\u006cg\u006fr\u0069\u0074\u0068\u006d\u003a\u0020\u0025v",options .Algorithm ); -};_ggdac ,_dbeec ,_fecda :=_eb .PdfCryptNewEncrypt (_cfcgg ,userPass ,ownerPass ,_bdaba );if _fecda !=nil {return _fecda ;};_edbag ._gadcaa =_ggdac ;if _dbeec .Major !=0{_edbag .SetVersion (_dbeec .Major ,_dbeec .Minor );};_edbag ._ffcbb =_dbeec .Encrypt ; -_edbag ._cebgc ,_edbag ._bgddbe =_dbeec .ID0 ,_dbeec .ID1 ;_babgbc :=_eb .MakeIndirectObject (_dbeec .Encrypt );_edbag ._ebdeed =_babgbc ;_edbag .addObject (_babgbc );return nil ;}; +// IsEncrypted returns true if the PDF file is encrypted. +func (_cgde *PdfReader )IsEncrypted ()(bool ,error ){return _cgde ._ffdgf .IsEncrypted ()};func (_baagf *PdfReader )newPdfFieldSignatureFromDict (_fbefe *_cee .PdfObjectDictionary )(*PdfFieldSignature ,error ){_ggcac :=&PdfFieldSignature {};_dbbad ,_fbag :=_cee .GetIndirect (_fbefe .Get ("\u0056")); +if _fbag {var _gffad error ;_ggcac .V ,_gffad =_baagf .newPdfSignatureFromIndirect (_dbbad );if _gffad !=nil {return nil ,_gffad ;};};_ggcac .Lock ,_ =_cee .GetIndirect (_fbefe .Get ("\u004c\u006f\u0063\u006b"));_ggcac .SV ,_ =_cee .GetIndirect (_fbefe .Get ("\u0053\u0056")); +return _ggcac ,nil ;}; -// GetModelFromPrimitive returns the model corresponding to the `primitive` PdfObject. -func (_beeag *modelManager )GetModelFromPrimitive (primitive _eb .PdfObject )PdfModel {model ,_gbfdb :=_beeag ._fgffbd [primitive ];if !_gbfdb {return nil ;};return model ;}; +// ToPdfObject returns the PDF representation of the shading dictionary. +func (_bggef *PdfShadingType5 )ToPdfObject ()_cee .PdfObject {_bggef .PdfShading .ToPdfObject ();_dcdfd ,_geece :=_bggef .getShadingDict ();if _geece !=nil {_fca .Log .Error ("\u0055\u006ea\u0062\u006c\u0065\u0020\u0074\u006f\u0020\u0061\u0063\u0063\u0065\u0073\u0073\u0020\u0073\u0068\u0061\u0064\u0069\u006e\u0067\u0020di\u0063\u0074"); +return nil ;};if _bggef .BitsPerCoordinate !=nil {_dcdfd .Set ("\u0042\u0069\u0074\u0073\u0050\u0065\u0072\u0043\u006f\u006f\u0072\u0064i\u006e\u0061\u0074\u0065",_bggef .BitsPerCoordinate );};if _bggef .BitsPerComponent !=nil {_dcdfd .Set ("\u0042\u0069t\u0073\u0050\u0065r\u0043\u006f\u006d\u0070\u006f\u006e\u0065\u006e\u0074",_bggef .BitsPerComponent ); +};if _bggef .VerticesPerRow !=nil {_dcdfd .Set ("\u0056\u0065\u0072\u0074\u0069\u0063\u0065\u0073\u0050e\u0072\u0052\u006f\u0077",_bggef .VerticesPerRow );};if _bggef .Decode !=nil {_dcdfd .Set ("\u0044\u0065\u0063\u006f\u0064\u0065",_bggef .Decode );}; +if _bggef .Function !=nil {if len (_bggef .Function )==1{_dcdfd .Set ("\u0046\u0075\u006e\u0063\u0074\u0069\u006f\u006e",_bggef .Function [0].ToPdfObject ());}else {_fdede :=_cee .MakeArray ();for _ ,_acbce :=range _bggef .Function {_fdede .Append (_acbce .ToPdfObject ()); +};_dcdfd .Set ("\u0046\u0075\u006e\u0063\u0074\u0069\u006f\u006e",_fdede );};};return _bggef ._dfgbe ;}; -// NewPdfAnnotationHighlight returns a new text highlight annotation. -func NewPdfAnnotationHighlight ()*PdfAnnotationHighlight {_dad :=NewPdfAnnotation ();_egbg :=&PdfAnnotationHighlight {};_egbg .PdfAnnotation =_dad ;_egbg .PdfAnnotationMarkup =&PdfAnnotationMarkup {};_dad .SetContext (_egbg );return _egbg ;};func (_baccf *PdfAcroForm )filteredFields (_eadf FieldFilterFunc ,_fbdg bool )[]*PdfField {if _baccf ==nil {return nil ; -};return _degga (_baccf .Fields ,_eadf ,_fbdg );};func (_cdaab *pdfFontSimple )addEncoding ()error {var (_cgbf string ;_efcbg map[_fc .CharCode ]_fc .GlyphName ;_ababd _fc .SimpleEncoder ;);if _cdaab .Encoder ()!=nil {_aaggd ,_gefe :=_cdaab .Encoder ().(_fc .SimpleEncoder ); -if _gefe &&_aaggd !=nil {_cgbf =_aaggd .BaseName ();};};if _cdaab .Encoding !=nil {_bccgf ,_bbcbb ,_fdgf :=_cdaab .getFontEncoding ();if _fdgf !=nil {_ddb .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0042\u0061\u0073\u0065F\u006f\u006e\u0074\u003d\u0025\u0071\u0020\u0053u\u0062t\u0079\u0070\u0065\u003d\u0025\u0071\u0020\u0045\u006e\u0063\u006f\u0064\u0069\u006e\u0067\u003d\u0025\u0073 \u0028\u0025\u0054\u0029\u0020\u0065\u0072\u0072\u003d\u0025\u0076",_cdaab ._agcc ,_cdaab ._fgdee ,_cdaab .Encoding ,_cdaab .Encoding ,_fdgf ); -return _fdgf ;};if _bccgf !=""{_cgbf =_bccgf ;};_efcbg =_bbcbb ;_ababd ,_fdgf =_fc .NewSimpleTextEncoder (_cgbf ,_efcbg );if _fdgf !=nil {return _fdgf ;};};if _ababd ==nil {_aaeab :=_cdaab ._bged ;if _aaeab !=nil {switch _cdaab ._fgdee {case "\u0054\u0079\u0070e\u0031":if _aaeab .fontFile !=nil &&_aaeab .fontFile ._gggff !=nil {_ddb .Log .Debug ("\u0055\u0073\u0069\u006e\u0067\u0020\u0066\u006f\u006et\u0046\u0069\u006c\u0065"); -_ababd =_aaeab .fontFile ._gggff ;};case "\u0054\u0072\u0075\u0065\u0054\u0079\u0070\u0065":if _aaeab ._bebgd !=nil {_ddb .Log .Debug ("\u0055s\u0069n\u0067\u0020\u0046\u006f\u006e\u0074\u0046\u0069\u006c\u0065\u0032");_fbfg ,_gecac :=_aaeab ._bebgd .MakeEncoder (); -if _gecac ==nil {_ababd =_fbfg ;};if _cdaab ._bgbg ==nil {_cdaab ._bgbg =_aaeab ._bebgd .MakeToUnicode ();};};};};};if _ababd !=nil {if _efcbg !=nil {_ddb .Log .Trace ("\u0064\u0069\u0066fe\u0072\u0065\u006e\u0063\u0065\u0073\u003d\u0025\u002b\u0076\u0020\u0066\u006f\u006e\u0074\u003d\u0025\u0073",_efcbg ,_cdaab .baseFields ()); -_ababd =_fc .ApplyDifferences (_ababd ,_efcbg );};_cdaab .SetEncoder (_ababd );};return nil ;}; +// SetRotation sets the rotation of all pages added to writer. The rotation is +// specified in degrees and must be a multiple of 90. +// The Rotate field of individual pages has priority over the global rotation. +func (_ebcbd *PdfWriter )SetRotation (rotate int64 )error {_cegfe ,_acabe :=_cee .GetDict (_ebcbd ._cdggg );if !_acabe {return ErrTypeCheck ;};_cegfe .Set ("\u0052\u006f\u0074\u0061\u0074\u0065",_cee .MakeInteger (rotate ));return nil ;}; -// SetImageHandler sets the image handler used by the package. -func SetImageHandler (imgHandling ImageHandler ){ImageHandling =imgHandling }; +// NewPdfAnnotationPolyLine returns a new polyline annotation. +func NewPdfAnnotationPolyLine ()*PdfAnnotationPolyLine {_fbb :=NewPdfAnnotation ();_fab :=&PdfAnnotationPolyLine {};_fab .PdfAnnotation =_fbb ;_fab .PdfAnnotationMarkup =&PdfAnnotationMarkup {};_fbb .SetContext (_fab );return _fab ;}; -// Add appends a top level outline item to the outline. -func (_cgddb *Outline )Add (item *OutlineItem ){_cgddb .Entries =append (_cgddb .Entries ,item )}; +// CompliancePdfReader is a wrapper over PdfReader that is used for verifying if the input Pdf document matches the +// compliance rules of standards like PDF/A. +// NOTE: This implementation is in experimental development state. +// +// Keep in mind that it might change in the subsequent minor versions. +type CompliancePdfReader struct{*PdfReader ;_eabdgb _cee .ParserMetadata ;}; -// PdfModel is a higher level PDF construct which can be collapsed into a PdfObject. -// Each PdfModel has an underlying PdfObject and vice versa (one-to-one). -// Under normal circumstances there should only be one copy of each. -// Copies can be made, but care must be taken to do it properly. -type PdfModel interface{ToPdfObject ()_eb .PdfObject ;GetContainingPdfObject ()_eb .PdfObject ;}; +// ToPdfObject implements interface PdfModel. +func (_aeff *PdfAnnotationLine )ToPdfObject ()_cee .PdfObject {_aeff .PdfAnnotation .ToPdfObject ();_eea :=_aeff ._eddc ;_fdcbg :=_eea .PdfObject .(*_cee .PdfObjectDictionary );_aeff .PdfAnnotationMarkup .appendToPdfDictionary (_fdcbg );_fdcbg .SetIfNotNil ("\u0053u\u0062\u0074\u0079\u0070\u0065",_cee .MakeName ("\u004c\u0069\u006e\u0065")); +_fdcbg .SetIfNotNil ("\u004c",_aeff .L );_fdcbg .SetIfNotNil ("\u0042\u0053",_aeff .BS );_fdcbg .SetIfNotNil ("\u004c\u0045",_aeff .LE );_fdcbg .SetIfNotNil ("\u0049\u0043",_aeff .IC );_fdcbg .SetIfNotNil ("\u004c\u004c",_aeff .LL );_fdcbg .SetIfNotNil ("\u004c\u004c\u0045",_aeff .LLE ); +_fdcbg .SetIfNotNil ("\u0043\u0061\u0070",_aeff .Cap );_fdcbg .SetIfNotNil ("\u0049\u0054",_aeff .IT );_fdcbg .SetIfNotNil ("\u004c\u004c\u004f",_aeff .LLO );_fdcbg .SetIfNotNil ("\u0043\u0050",_aeff .CP );_fdcbg .SetIfNotNil ("\u004de\u0061\u0073\u0075\u0072\u0065",_aeff .Measure ); +_fdcbg .SetIfNotNil ("\u0043\u004f",_aeff .CO );return _eea ;}; -// ColorFromFloats returns a new PdfColorDevice based on the input slice of -// color components. The slice should contain four elements representing the -// cyan, magenta, yellow and key components of the color. The values of the -// elements should be between 0 and 1. -func (_dfgcb *PdfColorspaceDeviceCMYK )ColorFromFloats (vals []float64 )(PdfColor ,error ){if len (vals )!=4{return nil ,_dcf .New ("r\u0061\u006e\u0067\u0065\u0020\u0063\u0068\u0065\u0063\u006b");};_ddad :=vals [0];if _ddad < 0.0||_ddad > 1.0{_ddb .Log .Debug ("\u0063\u006f\u006cor\u0020\u006f\u0075\u0074\u0020\u006f\u0066\u0020\u0043\u0053\u0020\u0072\u0061\u006e\u0067\u0065\u003a\u0020",_ddad ); -return nil ,ErrColorOutOfRange ;};_edbgd :=vals [1];if _edbgd < 0.0||_edbgd > 1.0{_ddb .Log .Debug ("\u0063\u006f\u006cor\u0020\u006f\u0075\u0074\u0020\u006f\u0066\u0020\u0043\u0053\u0020\u0072\u0061\u006e\u0067\u0065\u003a\u0020",_edbgd );return nil ,ErrColorOutOfRange ; -};_bbdg :=vals [2];if _bbdg < 0.0||_bbdg > 1.0{_ddb .Log .Debug ("\u0063\u006f\u006cor\u0020\u006f\u0075\u0074\u0020\u006f\u0066\u0020\u0043\u0053\u0020\u0072\u0061\u006e\u0067\u0065\u003a\u0020",_bbdg );return nil ,ErrColorOutOfRange ;};_gacg :=vals [3]; -if _gacg < 0.0||_gacg > 1.0{_ddb .Log .Debug ("\u0063\u006f\u006cor\u0020\u006f\u0075\u0074\u0020\u006f\u0066\u0020\u0043\u0053\u0020\u0072\u0061\u006e\u0067\u0065\u003a\u0020",_gacg );return nil ,ErrColorOutOfRange ;};_ggff :=NewPdfColorDeviceCMYK (_ddad ,_edbgd ,_bbdg ,_gacg ); -return _ggff ,nil ;}; +// GetCIDToGIDMapObject get the underlying CIDToGIDMap object if the font type is CIDFontType2. +func (_cagdc *PdfFont )GetCIDToGIDMapObject ()_cee .PdfObject {_gdbef ,_eafdg :=_cagdc ._bggcf .(*pdfCIDFontType2 );if _eafdg {return _gdbef .CIDToGIDMap ;};return nil ;}; -// NewPdfActionGoToE returns a new "go to embedded" action. -func NewPdfActionGoToE ()*PdfActionGoToE {_gd :=NewPdfAction ();_aeb :=&PdfActionGoToE {};_aeb .PdfAction =_gd ;_gd .SetContext (_aeb );return _aeb ;}; +// PdfColorspaceDeviceCMYK represents a CMYK32 colorspace. +type PdfColorspaceDeviceCMYK struct{}; -// GetContainingPdfObject implements interface PdfModel. -func (_gdbf *PdfAnnotation )GetContainingPdfObject ()_eb .PdfObject {return _gdbf ._ggf }; +// NewPdfTransformParamsDocMDP create a PdfTransformParamsDocMDP with the specific permissions. +func NewPdfTransformParamsDocMDP (permission _cc .DocMDPPermission )*PdfTransformParamsDocMDP {return &PdfTransformParamsDocMDP {Type :_cee .MakeName ("\u0054r\u0061n\u0073\u0066\u006f\u0072\u006d\u0050\u0061\u0072\u0061\u006d\u0073"),P :_cee .MakeInteger (int64 (permission )),V :_cee .MakeName ("\u0031\u002e\u0032")}; +}; -// ToPdfObject returns a stream object. -func (_gcccf *XObjectImage )ToPdfObject ()_eb .PdfObject {_cdga :=_gcccf ._gceffg ;if _gcccf ._gfegb {return _cdga ;};_egfcg :=_cdga .PdfObjectDictionary ;if _gcccf .Filter !=nil {_egfcg =_gcccf .Filter .MakeStreamDict ();_cdga .PdfObjectDictionary =_egfcg ; -};_egfcg .Set ("\u0054\u0079\u0070\u0065",_eb .MakeName ("\u0058O\u0062\u006a\u0065\u0063\u0074"));_egfcg .Set ("\u0053u\u0062\u0074\u0079\u0070\u0065",_eb .MakeName ("\u0049\u006d\u0061g\u0065"));_egfcg .Set ("\u0057\u0069\u0064t\u0068",_eb .MakeInteger (*(_gcccf .Width ))); -_egfcg .Set ("\u0048\u0065\u0069\u0067\u0068\u0074",_eb .MakeInteger (*(_gcccf .Height )));if _gcccf .BitsPerComponent !=nil {_egfcg .Set ("\u0042\u0069t\u0073\u0050\u0065r\u0043\u006f\u006d\u0070\u006f\u006e\u0065\u006e\u0074",_eb .MakeInteger (*(_gcccf .BitsPerComponent ))); -};if _gcccf .ColorSpace !=nil {_egfcg .SetIfNotNil ("\u0043\u006f\u006c\u006f\u0072\u0053\u0070\u0061\u0063\u0065",_gcccf .ColorSpace .ToPdfObject ());};_egfcg .SetIfNotNil ("\u0049\u006e\u0074\u0065\u006e\u0074",_gcccf .Intent );_egfcg .SetIfNotNil ("\u0049m\u0061\u0067\u0065\u004d\u0061\u0073k",_gcccf .ImageMask ); -_egfcg .SetIfNotNil ("\u004d\u0061\u0073\u006b",_gcccf .Mask );_cafec :=_egfcg .Get ("\u0044\u0065\u0063\u006f\u0064\u0065")!=nil ;if _gcccf .Decode ==nil &&_cafec {_egfcg .Remove ("\u0044\u0065\u0063\u006f\u0064\u0065");}else if _gcccf .Decode !=nil {_egfcg .Set ("\u0044\u0065\u0063\u006f\u0064\u0065",_gcccf .Decode ); -};_egfcg .SetIfNotNil ("I\u006e\u0074\u0065\u0072\u0070\u006f\u006c\u0061\u0074\u0065",_gcccf .Interpolate );_egfcg .SetIfNotNil ("\u0041\u006c\u0074e\u0072\u006e\u0061\u0074\u0069\u0076\u0065\u0073",_gcccf .Alternatives );_egfcg .SetIfNotNil ("\u0053\u004d\u0061s\u006b",_gcccf .SMask ); -_egfcg .SetIfNotNil ("S\u004d\u0061\u0073\u006b\u0049\u006e\u0044\u0061\u0074\u0061",_gcccf .SMaskInData );_egfcg .SetIfNotNil ("\u004d\u0061\u0074t\u0065",_gcccf .Matte );_egfcg .SetIfNotNil ("\u004e\u0061\u006d\u0065",_gcccf .Name );_egfcg .SetIfNotNil ("\u0053\u0074\u0072u\u0063\u0074\u0050\u0061\u0072\u0065\u006e\u0074",_gcccf .StructParent ); -_egfcg .SetIfNotNil ("\u0049\u0044",_gcccf .ID );_egfcg .SetIfNotNil ("\u004f\u0050\u0049",_gcccf .OPI );_egfcg .SetIfNotNil ("\u004d\u0065\u0074\u0061\u0064\u0061\u0074\u0061",_gcccf .Metadata );_egfcg .SetIfNotNil ("\u004f\u0043",_gcccf .OC );_egfcg .Set ("\u004c\u0065\u006e\u0067\u0074\u0068",_eb .MakeInteger (int64 (len (_gcccf .Stream )))); -_cdga .Stream =_gcccf .Stream ;_gcccf ._gfegb =true ;return _cdga ;}; +// PdfActionSubmitForm represents a submitForm action. +type PdfActionSubmitForm struct{*PdfAction ;F *PdfFilespec ;Fields _cee .PdfObject ;Flags _cee .PdfObject ;}; -// R returns the value of the red component of the color. -func (_cedb *PdfColorDeviceRGB )R ()float64 {return _cedb [0]}; +// Read reads an image and loads into a new Image object with an RGB +// colormap and 8 bits per component. +func (_eaec DefaultImageHandler )Read (reader _fc .Reader )(*Image ,error ){_dgfgb ,_ ,_bbbbfc :=_bg .Decode (reader );if _bbbbfc !=nil {_fca .Log .Debug ("\u0045\u0072\u0072or\u0020\u0064\u0065\u0063\u006f\u0064\u0069\u006e\u0067\u0020\u0066\u0069\u006c\u0065\u003a\u0020\u0025\u0073",_bbbbfc ); +return nil ,_bbbbfc ;};return _eaec .NewImageFromGoImage (_dgfgb );}; -// GetColorspaces loads PdfPageResourcesColorspaces from `r.ColorSpace` and returns an error if there -// is a problem loading. Once loaded, the same object is returned on multiple calls. -func (_bgcdc *PdfPageResources )GetColorspaces ()(*PdfPageResourcesColorspaces ,error ){if _bgcdc ._cfcff !=nil {return _bgcdc ._cfcff ,nil ;};if _bgcdc .ColorSpace ==nil {return nil ,nil ;};_cacag ,_feggf :=_dfgf (_bgcdc .ColorSpace );if _feggf !=nil {return nil ,_feggf ; -};_bgcdc ._cfcff =_cacag ;return _bgcdc ._cfcff ,nil ;}; +// NewPdfReaderFromFile creates a new PdfReader from the speficied PDF file. +// If ReaderOpts is nil it will be set to default value from NewReaderOpts. +func NewPdfReaderFromFile (pdfFile string ,opts *ReaderOpts )(*PdfReader ,*_fef .File ,error ){const _ecdga ="\u006d\u006f\u0064\u0065\u006c\u003a\u004e\u0065\u0077\u0050\u0064f\u0052\u0065\u0061\u0064\u0065\u0072\u0046\u0072\u006f\u006dF\u0069\u006c\u0065"; +_bgebd ,_ggdf :=_fef .Open (pdfFile );if _ggdf !=nil {return nil ,nil ,_ggdf ;};_bebc ,_ggdf :=_agfga (_bgebd ,opts ,true ,_ecdga );if _ggdf !=nil {_bgebd .Close ();return nil ,nil ,_ggdf ;};_bebc ._ddbge =pdfFile ;return _bebc ,_bgebd ,nil ;}; -// PdfActionJavaScript represents a javaScript action. -type PdfActionJavaScript struct{*PdfAction ;JS _eb .PdfObject ;};func _adca (_beaec StdFontName )(pdfFontSimple ,error ){_agfbd ,_afdebf :=_fg .NewStdFontByName (_beaec );if !_afdebf {return pdfFontSimple {},ErrFontNotSupported ;};_ccdf :=_fbfae (_agfbd ); -return _ccdf ,nil ;}; +// GetXObjectImageByName returns the XObjectImage with the specified name from the +// page resources, if it exists. +func (_ebcf *PdfPageResources )GetXObjectImageByName (keyName _cee .PdfObjectName )(*XObjectImage ,error ){_bbfdfb ,_fbgec :=_ebcf .GetXObjectByName (keyName );if _bbfdfb ==nil {return nil ,nil ;};if _fbgec !=XObjectTypeImage {return nil ,_cdf .New ("\u006e\u006f\u0074 \u0061\u006e\u0020\u0069\u006d\u0061\u0067\u0065"); +};_eegeg ,_fdcdf :=NewXObjectImageFromStream (_bbfdfb );if _fdcdf !=nil {return nil ,_fdcdf ;};return _eegeg ,nil ;};func (_dbedc *PdfWriter )writeAcroFormFields ()error {if _dbedc ._acfdc ==nil {return nil ;};_fca .Log .Trace ("\u0057r\u0069t\u0069\u006e\u0067\u0020\u0061c\u0072\u006f \u0066\u006f\u0072\u006d\u0073"); +_dgacc :=_dbedc ._acfdc .ToPdfObject ();_fca .Log .Trace ("\u0041\u0063\u0072\u006f\u0046\u006f\u0072\u006d\u003a\u0020\u0025\u002b\u0076",_dgacc );_dbedc ._cdebc .Set ("\u0041\u0063\u0072\u006f\u0046\u006f\u0072\u006d",_dgacc );_abgfd :=_dbedc .addObjects (_dgacc ); +if _abgfd !=nil {return _abgfd ;};return nil ;}; -// NewXObjectForm creates a brand new XObject Form. Creates a new underlying PDF object stream primitive. -func NewXObjectForm ()*XObjectForm {_bafgd :=&XObjectForm {};_gagaa :=&_eb .PdfObjectStream {};_gagaa .PdfObjectDictionary =_eb .MakeDict ();_bafgd ._afcag =_gagaa ;return _bafgd ;}; +// FieldFlattenOpts defines a set of options which can be used to configure +// the field flattening process. +type FieldFlattenOpts struct{ -// SetForms sets the Acroform for a PDF file. -func (_ebcdf *PdfWriter )SetForms (form *PdfAcroForm )error {_ebcdf ._dcbec =form ;return nil }; +// FilterFunc allows filtering the form fields used in the flattening +// process. If the filter function returns true, the field is flattened, +// otherwise it is skipped. +// If a non-terminal field is discarded, all of its children (the fields +// present in the Kids array) are discarded as well. +// Non-terminal fields are kept in the AcroForm if one or more of their +// child fields have not been selected for flattening. +// If a filter function is not provided, all form fields are flattened. +FilterFunc FieldFilterFunc ; -// ToPdfObject returns the PDF representation of the colorspace. -func (_cfcdb *PdfColorspaceSpecialSeparation )ToPdfObject ()_eb .PdfObject {_eceed :=_eb .MakeArray (_eb .MakeName ("\u0053\u0065\u0070\u0061\u0072\u0061\u0074\u0069\u006f\u006e"));_eceed .Append (_cfcdb .ColorantName );_eceed .Append (_cfcdb .AlternateSpace .ToPdfObject ()); -_eceed .Append (_cfcdb .TintTransform .ToPdfObject ());if _cfcdb ._degb !=nil {_cfcdb ._degb .PdfObject =_eceed ;return _cfcdb ._degb ;};return _eceed ;}; +// AnnotFilterFunc allows filtering the annotations in the flattening +// process. If the filter function returns true, the annotation is flattened, +// otherwise it is skipped. +AnnotFilterFunc AnnotFilterFunc ;}; -// NewStructTreeRoot creates a new structure tree root dictionary. -func NewStructTreeRoot ()*StructTreeRoot {return &StructTreeRoot {K :[]*KDict {},RoleMap :_eb .MakeDict (),ParentTreeNextKey :0};};func (_egd *PdfReader )newPdfActionMovieFromDict (_fbc *_eb .PdfObjectDictionary )(*PdfActionMovie ,error ){return &PdfActionMovie {Annotation :_fbc .Get ("\u0041\u006e\u006e\u006f\u0074\u0061\u0074\u0069\u006f\u006e"),T :_fbc .Get ("\u0054"),Operation :_fbc .Get ("\u004fp\u0065\u0072\u0061\u0074\u0069\u006fn")},nil ; -};func (_cfdcc *PdfWriter )writeNamesDictionary ()error {if _cfdcc ._agdbc ==nil {return nil ;};_abccgb :=_cfdcc ._agdbc .ToPdfObject ();_cfdcc ._dbffa .Set ("\u004e\u0061\u006de\u0073",_abccgb );_ffbfe :=_cfdcc .addObjects (_abccgb );if _ffbfe !=nil {return _ffbfe ; -};return nil ;};func (_fgba *PdfColorspaceSpecialPattern )String ()string {return "\u0050a\u0074\u0074\u0065\u0072\u006e";}; +// SetReason sets the `Reason` field of the signature. +func (_bggfc *PdfSignature )SetReason (reason string ){_bggfc .Reason =_cee .MakeEncodedString (reason ,true );}; -// GetCharMetrics returns the char metrics for character code `code`. -// How it works: -// 1. It calls the GetCharMetrics function for the underlying font, either a simple font or -// a Type0 font. The underlying font GetCharMetrics() functions do direct charcode ➞ metrics -// mappings. -// 2. If the underlying font's GetCharMetrics() doesn't have a CharMetrics for `code` then a -// a CharMetrics with the FontDescriptor's /MissingWidth is returned. -// 3. If there is no /MissingWidth then a failure is returned. -// -// TODO(peterwilliams97) There is nothing callers can do if no CharMetrics are found so we might as -// well give them 0 width. There is no need for the bool return. -// -// TODO(gunnsth): Reconsider whether needed or if can map via GlyphName. -func (_cbbe *PdfFont )GetCharMetrics (code _fc .CharCode )(CharMetrics ,bool ){var _bedaa _fg .CharMetrics ;switch _faaf :=_cbbe ._fdaa .(type ){case *pdfFontSimple :if _fbgg ,_bdddd :=_faaf .GetCharMetrics (code );_bdddd {return _fbgg ,_bdddd ;};case *pdfFontType0 :if _gfbf ,_ffca :=_faaf .GetCharMetrics (code ); -_ffca {return _gfbf ,_ffca ;};case *pdfCIDFontType0 :if _faeaf ,_ddebc :=_faaf .GetCharMetrics (code );_ddebc {return _faeaf ,_ddebc ;};case *pdfCIDFontType2 :if _eafb ,_gfdcb :=_faaf .GetCharMetrics (code );_gfdcb {return _eafb ,_gfdcb ;};case *pdfFontType3 :if _efccg ,_efde :=_faaf .GetCharMetrics (code ); -_efde {return _efccg ,_efde ;};default:_ddb .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020G\u0065\u0074\u0043h\u0061\u0072\u004de\u0074\u0072i\u0063\u0073\u0020\u006e\u006f\u0074 \u0069mp\u006c\u0065\u006d\u0065\u006e\u0074\u0065\u0064\u0020\u0066\u006f\u0072\u0020\u0066\u006f\u006e\u0074\u0020\u0074\u0079\u0070\u0065\u003d\u0025\u0054\u002e",_cbbe ._fdaa ); -return _bedaa ,false ;};if _cbbbb ,_dfccge :=_cbbe .GetFontDescriptor ();_dfccge ==nil &&_cbbbb !=nil {return _fg .CharMetrics {Wx :_cbbbb ._acaad },true ;};_ddb .Log .Debug ("\u0047\u0065\u0074\u0043\u0068\u0061\u0072\u004d\u0065\u0074\u0072\u0069\u0063\u0073\u003a\u0020\u004e\u006f\u0020\u006d\u0065\u0074\u0072\u0069c\u0073\u0020\u0066\u006f\u0072 \u0066\u006fn\u0074\u003d\u0025\u0073",_cbbe ); -return _bedaa ,false ;}; +// CustomKeys returns all custom info keys as list. +func (_fgfba *PdfInfo )CustomKeys ()[]string {if _fgfba ._ecfea ==nil {return nil ;};_gdbfa :=make ([]string ,len (_fgfba ._ecfea .Keys ()));for _ ,_bbfdg :=range _fgfba ._ecfea .Keys (){_gdbfa =append (_gdbfa ,_bbfdg .String ());};return _gdbfa ;}; -// NewMultipleFontEncoder returns instantiates a new *MultipleFontEncoder -func NewMultipleFontEncoder (fonts []*PdfFont )*MultipleFontEncoder {return &MultipleFontEncoder {_fcgbc :fonts ,CurrentFont :fonts [0]};}; +// SetLocation sets the `Location` field of the signature. +func (_gddee *PdfSignature )SetLocation (location string ){_gddee .Location =_cee .MakeEncodedString (location ,true );}; -// PdfActionHide represents a hide action. -type PdfActionHide struct{*PdfAction ;T _eb .PdfObject ;H _eb .PdfObject ;}; +// DSS represents a Document Security Store dictionary. +// The DSS dictionary contains both global and signature specific validation +// information. The certificates and revocation data in the `Certs`, `OCSPs`, +// and `CRLs` fields can be used to validate any signature in the document. +// Additionally, the VRI entry contains validation data per signature. +// The keys in the VRI entry are calculated as upper(hex(sha1(sig.Contents))). +// The values are VRI dictionaries containing certificates and revocation +// information used for validating a single signature. +// See ETSI TS 102 778-4 V1.1.1 for more information. +type DSS struct{_bdcab *_cee .PdfIndirectObject ;Certs []*_cee .PdfObjectStream ;OCSPs []*_cee .PdfObjectStream ;CRLs []*_cee .PdfObjectStream ;VRI map[string ]*VRI ;_eged map[string ]*_cee .PdfObjectStream ;_dcff map[string ]*_cee .PdfObjectStream ;_fbfec map[string ]*_cee .PdfObjectStream ; +}; -// NewStandard14FontMustCompile returns the standard 14 font named `basefont` as a *PdfFont. -// If `basefont` is one of the 14 Standard14Font values defined above then NewStandard14FontMustCompile -// is guaranteed to succeed. -func NewStandard14FontMustCompile (basefont StdFontName )*PdfFont {_debd ,_bbegd :=NewStandard14Font (basefont );if _bbegd !=nil {panic (_e .Errorf ("\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0053\u0074\u0061n\u0064\u0061\u0072\u0064\u0031\u0034\u0046\u006f\u006e\u0074 \u0025\u0023\u0071",basefont )); -};return _debd ;}; +// SetEncoder sets the encoding for the underlying font. +// TODO(peterwilliams97): Change function signature to SetEncoder(encoder *textencoding.simpleEncoder). +// TODO(gunnsth): Makes sense if SetEncoder is removed from the interface fonts.Font as proposed in PR #260. +func (_bddd *pdfFontSimple )SetEncoder (encoder _dae .TextEncoder ){_bddd ._bgggf =encoder }; -// Names represents a PDF name tree. -// -// Ref: PDF32000_2008 chapter 7.7.4. -type Names struct{_cggag *_eb .PdfIndirectObject ; +// AlphaMap performs mapping of alpha data for transformations. Allows custom filtering of alpha data etc. +func (_dcdf *Image )AlphaMap (mapFunc AlphaMapFunc ){for _bcca ,_cbecg :=range _dcdf ._cbfg {_dcdf ._cbfg [_bcca ]=mapFunc (_cbecg );};}; -// Dests is a name tree mapping name string to destinations. -Dests *_eb .PdfObjectDictionary ; +// ToPdfOutline returns a low level PdfOutline object, based on the current +// instance. +func (_afddf *Outline )ToPdfOutline ()*PdfOutline {_cgafa :=NewPdfOutline ();var _fcdfg []*PdfOutlineItem ;var _bbdbf int64 ;var _bfca *PdfOutlineItem ;for _ ,_cffga :=range _afddf .Entries {_fdfa ,_gbdeg :=_cffga .ToPdfOutlineItem ();_fdfa .Parent =&_cgafa .PdfOutlineTreeNode ; +if _bfca !=nil {_bfca .Next =&_fdfa .PdfOutlineTreeNode ;_fdfa .Prev =&_bfca .PdfOutlineTreeNode ;};_fcdfg =append (_fcdfg ,_fdfa );_bbdbf +=_gbdeg ;_bfca =_fdfa ;};_fdbaa :=int64 (len (_fcdfg ));_bbdbf +=_fdbaa ;if _fdbaa > 0{_cgafa .First =&_fcdfg [0].PdfOutlineTreeNode ; +_cgafa .Last =&_fcdfg [_fdbaa -1].PdfOutlineTreeNode ;_cgafa .Count =&_bbdbf ;};return _cgafa ;}; -// AP is a name tree mapping name strings to annotation appearance streams. -AP *_eb .PdfObjectDictionary ; +// C returns the value of the C component of the color. +func (_egcf *PdfColorCalRGB )C ()float64 {return _egcf [2]}; -// JavaScript is a name tree mapping name strings to JavaScript actions. -JavaScript *_eb .PdfObjectDictionary ; +// NewPdfSignatureReferenceDocMDP returns PdfSignatureReference for the transformParams. +func NewPdfSignatureReferenceDocMDP (transformParams *PdfTransformParamsDocMDP )*PdfSignatureReference {return &PdfSignatureReference {Type :_cee .MakeName ("\u0053\u0069\u0067\u0052\u0065\u0066"),TransformMethod :_cee .MakeName ("\u0044\u006f\u0063\u004d\u0044\u0050"),TransformParams :transformParams .ToPdfObject ()}; +};func _efcfc (_fdbeb _cee .PdfObject )[]*_cee .PdfObjectStream {if _fdbeb ==nil {return nil ;};_dedb ,_dbaa :=_cee .GetArray (_fdbeb );if !_dbaa ||_dedb .Len ()==0{return nil ;};_cecag :=make ([]*_cee .PdfObjectStream ,0,_dedb .Len ());for _ ,_gdfb :=range _dedb .Elements (){if _egaab ,_abeefd :=_cee .GetStream (_gdfb ); +_abeefd {_cecag =append (_cecag ,_egaab );};};return _cecag ;};func (_bcfgf *PdfWriter )optimizeDocument ()error {if _bcfgf ._bacda ==nil {return nil ;};_eadd ,_bebgg :=_cee .GetDict (_bcfgf ._cbfac );if !_bebgg {return _cdf .New ("\u0061\u006e\u0020in\u0066\u006f\u0020\u006f\u0062\u006a\u0065\u0063\u0074 \u0069s\u0020n\u006ft\u0020\u0061\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079"); +};_caedf :=_fg .Document {ID :[2]string {_bcfgf ._dfea ,_bcfgf ._bcggd },Version :_bcfgf ._gceef ,Objects :_bcfgf ._gccff ,Info :_eadd ,Crypt :_bcfgf ._ddafb ,UseHashBasedID :_bcfgf ._dabaf };if _ddgee :=_bcfgf ._bacda .ApplyStandard (&_caedf );_ddgee !=nil {return _ddgee ; +};_bcfgf ._dfea ,_bcfgf ._bcggd =_caedf .ID [0],_caedf .ID [1];_bcfgf ._gceef =_caedf .Version ;_bcfgf ._gccff =_caedf .Objects ;_bcfgf ._cbfac .PdfObject =_caedf .Info ;_bcfgf ._dabaf =_caedf .UseHashBasedID ;_bcfgf ._ddafb =_caedf .Crypt ;_bgddd :=make (map[_cee .PdfObject ]struct{},len (_bcfgf ._gccff )); +for _ ,_eafgg :=range _bcfgf ._gccff {_bgddd [_eafgg ]=struct{}{};};_bcfgf ._dgbgbb =_bgddd ;return nil ;}; -// Pages is a name tree mapping name strings to visible pages for use in interactive forms. -Pages *_eb .PdfObjectDictionary ; +// IsDisplayDocTitle returns the value of the displayDocTitle flag. +func (_bdcde *ViewerPreferences )IsDisplayDocTitle ()bool {if _bdcde ._gbbca ==nil {return false ;};return *_bdcde ._gbbca ;}; -// Templates is a name tree mapping name strings to invisible (template) pages for use in interactive forms. -Templates *_eb .PdfObjectDictionary ; +// GetModelFromPrimitive returns the model corresponding to the `primitive` PdfObject. +func (_cacdf *modelManager )GetModelFromPrimitive (primitive _cee .PdfObject )PdfModel {model ,_cgbaed :=_cacdf ._gdbbg [primitive ];if !_cgbaed {return nil ;};return model ;}; -// IDS is a name tree mapping digital identifies to Web Capture content sets. -IDS *_eb .PdfObjectDictionary ; +// EmbeddedFile represents an embedded file. +type EmbeddedFile struct{Name string ;Content []byte ;FileType string ;Description string ;Relationship FileRelationship ;Hash string ;CreationTime _gc .Time ;ModTime _gc .Time ;}; + +// SetNameDictionary sets the Names entry in the PDF catalog. +// See section 7.7.4 "Name Dictionary" (p. 80 PDF32000_2008). +func (_ccdcb *PdfWriter )SetNameDictionary (names _cee .PdfObject )error {if names ==nil {return nil ;};_ccdcb ._bbcfgd =_afaaf (names );_fca .Log .Trace ("\u0053e\u0074\u0074\u0069\u006e\u0067\u0020\u0063\u0061\u0074\u0061\u006co\u0067\u0020\u004e\u0061\u006d\u0065\u0073\u002e\u002e\u002e"); +_ccdcb ._cdebc .Set ("\u004e\u0061\u006de\u0073",names );return _ccdcb .addObjects (names );}; -// URLS is a name tree mapping URLs to Web Capture content sets. -URLS *_eb .PdfObjectDictionary ; +// StandardValidator is the interface that is used for the PDF StandardImplementer validation for the PDF document. +// It is using a CompliancePdfReader which is expected to give more Metadata during reading process. +// NOTE: This implementation is in experimental development state. +// +// Keep in mind that it might change in the subsequent minor versions. +type StandardValidator interface{ -// EmbeddedFiles is a name tree mapping name strings to file specifications for embedded file streams. -EmbeddedFiles *_eb .PdfObjectDictionary ; +// ValidateStandard checks if the input reader +ValidateStandard (_aecea *CompliancePdfReader )error ;};func (_ecgg *PdfReader )newPdfAnnotationWatermarkFromDict (_geg *_cee .PdfObjectDictionary )(*PdfAnnotationWatermark ,error ){_eda :=PdfAnnotationWatermark {};_eda .FixedPrint =_geg .Get ("\u0046\u0069\u0078\u0065\u0064\u0050\u0072\u0069\u006e\u0074"); +return &_eda ,nil ;}; -// AlternatePresentations is a name tree mapping name strings to alternate presentations. -AlternatePresentations *_eb .PdfObjectDictionary ; +// ToPdfObject returns the PDF representation of the shading dictionary. +func (_gfeggb *PdfShadingType7 )ToPdfObject ()_cee .PdfObject {_gfeggb .PdfShading .ToPdfObject ();_caab ,_fbbda :=_gfeggb .getShadingDict ();if _fbbda !=nil {_fca .Log .Error ("\u0055\u006ea\u0062\u006c\u0065\u0020\u0074\u006f\u0020\u0061\u0063\u0063\u0065\u0073\u0073\u0020\u0073\u0068\u0061\u0064\u0069\u006e\u0067\u0020di\u0063\u0074"); +return nil ;};if _gfeggb .BitsPerCoordinate !=nil {_caab .Set ("\u0042\u0069\u0074\u0073\u0050\u0065\u0072\u0043\u006f\u006f\u0072\u0064i\u006e\u0061\u0074\u0065",_gfeggb .BitsPerCoordinate );};if _gfeggb .BitsPerComponent !=nil {_caab .Set ("\u0042\u0069t\u0073\u0050\u0065r\u0043\u006f\u006d\u0070\u006f\u006e\u0065\u006e\u0074",_gfeggb .BitsPerComponent ); +};if _gfeggb .BitsPerFlag !=nil {_caab .Set ("B\u0069\u0074\u0073\u0050\u0065\u0072\u0046\u006c\u0061\u0067",_gfeggb .BitsPerFlag );};if _gfeggb .Decode !=nil {_caab .Set ("\u0044\u0065\u0063\u006f\u0064\u0065",_gfeggb .Decode );};if _gfeggb .Function !=nil {if len (_gfeggb .Function )==1{_caab .Set ("\u0046\u0075\u006e\u0063\u0074\u0069\u006f\u006e",_gfeggb .Function [0].ToPdfObject ()); +}else {_gcebb :=_cee .MakeArray ();for _ ,_dfbgd :=range _gfeggb .Function {_gcebb .Append (_dfbgd .ToPdfObject ());};_caab .Set ("\u0046\u0075\u006e\u0063\u0074\u0069\u006f\u006e",_gcebb );};};return _gfeggb ._dfgbe ;}; -// Renditions is a name tree mapping name strings (which shall have Unicode encoding) to rendition objects. -Renditions *_eb .PdfObjectDictionary ;}; +// PdfColorspaceDeviceN represents a DeviceN color space. DeviceN color spaces are similar to Separation color +// spaces, except they can contain an arbitrary number of color components. +/* + Format: [/DeviceN names alternateSpace tintTransform] + or: [/DeviceN names alternateSpace tintTransform attributes] +*/ +type PdfColorspaceDeviceN struct{ColorantNames *_cee .PdfObjectArray ;AlternateSpace PdfColorspace ;TintTransform PdfFunction ;Attributes *PdfColorspaceDeviceNAttributes ;_eaee *_cee .PdfIndirectObject ;}; -// DecodeArray returns the range of color component values in the Lab colorspace. -func (_egbed *PdfColorspaceLab )DecodeArray ()[]float64 {_gcdc :=[]float64 {0,100};if _egbed !=nil &&_egbed .Range !=nil &&len (_egbed .Range )==4{_gcdc =append (_gcdc ,_egbed .Range ...);}else {_gcdc =append (_gcdc ,-100,100,-100,100);};return _gcdc ; +// ToPdfObject returns a stream object. +func (_dfbac *XObjectForm )ToPdfObject ()_cee .PdfObject {_ecbgd :=_dfbac ._fbged ;_eaaea :=_ecbgd .PdfObjectDictionary ;if _dfbac .Filter !=nil {_eaaea =_dfbac .Filter .MakeStreamDict ();_ecbgd .PdfObjectDictionary =_eaaea ;};_eaaea .Set ("\u0054\u0079\u0070\u0065",_cee .MakeName ("\u0058O\u0062\u006a\u0065\u0063\u0074")); +_eaaea .Set ("\u0053u\u0062\u0074\u0079\u0070\u0065",_cee .MakeName ("\u0046\u006f\u0072\u006d"));_eaaea .SetIfNotNil ("\u0046\u006f\u0072\u006d\u0054\u0079\u0070\u0065",_dfbac .FormType );_eaaea .SetIfNotNil ("\u0042\u0042\u006f\u0078",_dfbac .BBox ); +_eaaea .SetIfNotNil ("\u004d\u0061\u0074\u0072\u0069\u0078",_dfbac .Matrix );if _dfbac .Resources !=nil {_eaaea .SetIfNotNil ("\u0052e\u0073\u006f\u0075\u0072\u0063\u0065s",_dfbac .Resources .ToPdfObject ());};_eaaea .SetIfNotNil ("\u0047\u0072\u006fu\u0070",_dfbac .Group ); +_eaaea .SetIfNotNil ("\u0052\u0065\u0066",_dfbac .Ref );_eaaea .SetIfNotNil ("\u004d\u0065\u0074\u0061\u0044\u0061\u0074\u0061",_dfbac .MetaData );_eaaea .SetIfNotNil ("\u0050i\u0065\u0063\u0065\u0049\u006e\u0066o",_dfbac .PieceInfo );_eaaea .SetIfNotNil ("\u004c\u0061\u0073t\u004d\u006f\u0064\u0069\u0066\u0069\u0065\u0064",_dfbac .LastModified ); +_eaaea .SetIfNotNil ("\u0053\u0074\u0072u\u0063\u0074\u0050\u0061\u0072\u0065\u006e\u0074",_dfbac .StructParent );_eaaea .SetIfNotNil ("\u0053\u0074\u0072\u0075\u0063\u0074\u0050\u0061\u0072\u0065\u006e\u0074\u0073",_dfbac .StructParents );_eaaea .SetIfNotNil ("\u004f\u0050\u0049",_dfbac .OPI ); +_eaaea .SetIfNotNil ("\u004f\u0043",_dfbac .OC );_eaaea .SetIfNotNil ("\u004e\u0061\u006d\u0065",_dfbac .Name );_eaaea .Set ("\u004c\u0065\u006e\u0067\u0074\u0068",_cee .MakeInteger (int64 (len (_dfbac .Stream ))));_ecbgd .Stream =_dfbac .Stream ;return _ecbgd ; }; -// GetNamedDestinations returns the Dests entry in the PDF catalog. -// See section 12.3.2.3 "Named Destinations" (p. 367 PDF32000_2008). -func (_fbfag *PdfReader )GetNamedDestinations ()(_eb .PdfObject ,error ){_ffcab :=_eb .ResolveReference (_fbfag ._bagcfd .Get ("\u0044\u0065\u0073t\u0073"));if _ffcab ==nil {return nil ,nil ;};if !_fbfag ._cfcgdf {_bagfb :=_fbfag .traverseObjectData (_ffcab ); -if _bagfb !=nil {return nil ,_bagfb ;};};return _ffcab ,nil ;};func _gfgbd (_gbefb _eb .PdfObject )(*KDict ,error ){_agffg :=_eb .ResolveReference (_gbefb );if _agffg ==nil {return nil ,_e .Errorf ("\u004b \u006fb\u006a\u0065\u0063\u0074\u0020\u0069\u0073\u0020\u006e\u0069\u006c"); -};_aafde ,_badfg :=_eb .GetDict (_agffg );if !_badfg {return nil ,_e .Errorf ("\u004b\u0020\u006f\u0062j\u0065\u0063\u0074\u0020\u0069\u0073\u0020\u006e\u006f\u0074 \u0061 \u0064\u0069\u0063\u0074\u0069\u006f\u006ea\u0072\u0079");};_fabab :=&KDict {};if _gacegg :=_aafde .Get ("\u0053"); -_gacegg !=nil {_fabab .S =_gacegg ;};if _egdcda :=_aafde .Get ("\u0050");_egdcda !=nil {_fabab .P =_egdcda ;};if _fcecc :=_aafde .Get ("\u0049\u0044");_fcecc !=nil {if _fgage ,_gdggd :=_eb .GetString (_fcecc );_gdggd {_fabab .ID =_fgage ;};};if _gfefd :=_aafde .Get ("\u0050\u0067"); -_gfefd !=nil {_fabab .Pg =_gfefd ;};if _eefgc :=_aafde .Get ("\u004b");_eefgc !=nil {_fabab .K =_eefgc ;switch _dgdba :=_eefgc .(type ){case *_eb .PdfObjectArray :if _cdfd ,_fegcc :=_eb .GetArray (_eefgc );_fegcc {for _ ,_cecbe :=range _cdfd .Elements (){switch _cefcf :=_cecbe .(type ){case *_eb .PdfIndirectObject :_eegeaf ,_cfegg :=_gfgbd (_cefcf ); -if _cfegg !=nil {_ddb .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0063\u0072\u0065\u0061\u0074i\u006e\u0067\u0020\u004b\u0020\u0063\u0068\u0069\u006c\u0064:\u0020\u0025\u0076",_cfegg );continue ;};_fabab ._eegge =append (_fabab ._eegge ,&KValue {_ccbca :_eegeaf }); -case *_eb .PdfObjectInteger :if _bcbde ,_fedbgd :=_eb .GetIntVal (_cecbe );_fedbgd {_fabab ._eegge =append (_fabab ._eegge ,&KValue {_ddaf :&_bcbde });};case *_eb .PdfObjectDictionary :_fabab ._eegge =append (_fabab ._eegge ,&KValue {_fbgaa :_cecbe }); -};};};case *_eb .PdfIndirectObject :_ggbag ,_gafce :=_gfgbd (_dgdba );if _gafce !=nil {_ddb .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0063\u0072\u0065\u0061\u0074i\u006e\u0067\u0020\u004b\u0020\u0063\u0068\u0069\u006c\u0064:\u0020\u0025\u0076",_gafce ); -};if _ggbag !=nil {_fabab ._eegge =append (_fabab ._eegge ,&KValue {_ccbca :_ggbag });};case *_eb .PdfObjectDictionary :_fabab ._eegge =append (_fabab ._eegge ,&KValue {_fbgaa :_dgdba });case *_eb .PdfObjectInteger :if _fccf ,_dcedb :=_eb .GetIntVal (_eefgc ); -_dcedb {_fabab ._eegge =append (_fabab ._eegge ,&KValue {_ddaf :&_fccf });};};};if _efebd :=_aafde .Get ("\u0041");_efebd !=nil {_fabab .A =_efebd ;};if _bdfge :=_aafde .Get ("\u0043");_bdfge !=nil {_fabab .C =_bdfge ;};if _dcga :=_aafde .Get ("\u0052"); -_dcga !=nil {if _gefde ,_cfag :=_eb .GetInt (_dcga );_cfag {_fabab .R =_gefde ;};};if _edfbf :=_aafde .Get ("\u0054");_edfbf !=nil {if _gcbee ,_caceg :=_eb .GetString (_edfbf );_caceg {_fabab .T =_gcbee ;};};if _fffcb :=_aafde .Get ("\u004c\u0061\u006e\u0067"); -_fffcb !=nil {if _fgdfda ,_bcfdb :=_eb .GetString (_fffcb );_bcfdb {_fabab .Lang =_fgdfda ;};};if _ebggc :=_aafde .Get ("\u0041\u006c\u0074");_ebggc !=nil {if _abede ,_cbagd :=_eb .GetString (_ebggc );_cbagd {_fabab .Alt =_abede ;};};if _bagfe :=_aafde .Get ("\u0045"); -_bagfe !=nil {if _abfae ,_dabdc :=_eb .GetString (_bagfe );_dabdc {_fabab .E =_abfae ;};};return _fabab ,nil ;};func _dbeff (_dacdda []byte )bool {if len (_dacdda )< 4{return true ;};for _bcefe :=range _dacdda [:4]{_agcga :=rune (_bcefe );if !_eg .Is (_eg .ASCII_Hex_Digit ,_agcga )&&!_eg .IsSpace (_agcga ){return true ; -};};return false ;}; - -// CharcodesToUnicodeWithStats is identical to CharcodesToUnicode except it returns more statistical -// information about hits and misses from the reverse mapping process. -// NOTE: The number of runes returned may be greater than the number of charcodes. -// TODO(peterwilliams97): Deprecate in v4 and use only CharcodesToStrings() -func (_fgfdb *PdfFont )CharcodesToUnicodeWithStats (charcodes []_fc .CharCode )(_afgcd []rune ,_dabgd ,_aeed int ){_cdceb ,_dabgd ,_aeed :=_fgfdb .CharcodesToStrings (charcodes ,"");return []rune (_cc .Join (_cdceb ,"")),_dabgd ,_aeed ;}; +// ImageHandler interface implements common image loading and processing tasks. +// Implementing as an interface allows for the possibility to use non-standard libraries for faster +// loading and processing of images. +type ImageHandler interface{ -// Tab order types. -type TabOrderType string ; +// Read any image type and load into a new Image object. +Read (_gegdg _fc .Reader )(*Image ,error ); -// NewOutlineDest returns a new outline destination which can be used -// with outline items. -func NewOutlineDest (page int64 ,x ,y float64 )OutlineDest {return OutlineDest {Page :page ,Mode :"\u0058\u0059\u005a",X :x ,Y :y };}; +// NewImageFromGoImage loads a NRGBA32 unidoc Image from a standard Go image structure. +NewImageFromGoImage (_geebe _bg .Image )(*Image ,error ); -// WriteString outputs the object as it is to be written to file. -func (_eefbc *pdfSignDictionary )WriteString ()string {_eefbc ._eegea =0;_eefbc ._defaa =0;_eefbc ._caeba =0;_eefbc ._dbcd =0;_bfcfc :=_dd .NewBuffer (nil );_bfcfc .WriteString ("\u003c\u003c");for _ ,_acfdc :=range _eefbc .Keys (){_ffccf :=_eefbc .Get (_acfdc ); -switch _acfdc {case "\u0042y\u0074\u0065\u0052\u0061\u006e\u0067e":_bfcfc .WriteString (_acfdc .WriteString ());_bfcfc .WriteString ("\u0020");_eefbc ._caeba =_bfcfc .Len ();_bfcfc .WriteString (_ffccf .WriteString ());_bfcfc .WriteString ("\u0020");_eefbc ._dbcd =_bfcfc .Len ()-1; -case "\u0043\u006f\u006e\u0074\u0065\u006e\u0074\u0073":_bfcfc .WriteString (_acfdc .WriteString ());_bfcfc .WriteString ("\u0020");_eefbc ._eegea =_bfcfc .Len ();_bfcfc .WriteString (_ffccf .WriteString ());_bfcfc .WriteString ("\u0020");_eefbc ._defaa =_bfcfc .Len ()-1; -default:_bfcfc .WriteString (_acfdc .WriteString ());_bfcfc .WriteString ("\u0020");_bfcfc .WriteString (_ffccf .WriteString ());};};_bfcfc .WriteString ("\u003e\u003e");return _bfcfc .String ();};func (_cfae *PdfWriter )addObject (_cabcd _eb .PdfObject )bool {_aaecf :=_cfae .hasObject (_cabcd ); -if !_aaecf {_bcaafe :=_eb .ResolveReferencesDeep (_cabcd ,_cfae ._fabeca );if _bcaafe !=nil {_ddb .Log .Debug ("E\u0052R\u004f\u0052\u003a\u0020\u0025\u0076\u0020\u002d \u0073\u006b\u0069\u0070pi\u006e\u0067",_bcaafe );};_cfae ._dcfgf =append (_cfae ._dcfgf ,_cabcd ); -_cfae ._aeeda [_cabcd ]=struct{}{};return true ;};return false ;}; +// NewGrayImageFromGoImage loads a grayscale unidoc Image from a standard Go image structure. +NewGrayImageFromGoImage (_aeacgd _bg .Image )(*Image ,error ); -// ToPdfObject implements interface PdfModel. -func (_dece *PdfAnnotationStrikeOut )ToPdfObject ()_eb .PdfObject {_dece .PdfAnnotation .ToPdfObject ();_fcdd :=_dece ._ggf ;_gea :=_fcdd .PdfObject .(*_eb .PdfObjectDictionary );_dece .PdfAnnotationMarkup .appendToPdfDictionary (_gea );_gea .SetIfNotNil ("\u0053u\u0062\u0074\u0079\u0070\u0065",_eb .MakeName ("\u0053t\u0072\u0069\u006b\u0065\u004f\u0075t")); -_gea .SetIfNotNil ("\u0051\u0075\u0061\u0064\u0050\u006f\u0069\u006e\u0074\u0073",_dece .QuadPoints );return _fcdd ;};func _dfgag (_daegg *_eb .PdfObjectDictionary )(*PdfShadingPattern ,error ){_bdcea :=&PdfShadingPattern {};_bdgeg :=_daegg .Get ("\u0053h\u0061\u0064\u0069\u006e\u0067"); -if _bdgeg ==nil {_ddb .Log .Debug ("\u0053h\u0061d\u0069\u006e\u0067\u0020\u006d\u0069\u0073\u0073\u0069\u006e\u0067");return nil ,ErrRequiredAttributeMissing ;};_dcaa ,_bgcgf :=_aggce (_bdgeg );if _bgcgf !=nil {_ddb .Log .Debug ("\u0045r\u0072\u006f\u0072\u0020l\u006f\u0061\u0064\u0069\u006eg\u0020s\u0068a\u0064\u0069\u006e\u0067\u003a\u0020\u0025v",_bgcgf ); -return nil ,_bgcgf ;};_bdcea .Shading =_dcaa ;if _afbbe :=_daegg .Get ("\u004d\u0061\u0074\u0072\u0069\u0078");_afbbe !=nil {_fagcc ,_bdac :=_afbbe .(*_eb .PdfObjectArray );if !_bdac {_ddb .Log .Debug ("\u004d\u0061\u0074\u0072i\u0078\u0020\u006e\u006f\u0074\u0020\u0061\u006e\u0020\u0061r\u0072a\u0079\u0020\u0028\u0067\u006f\u0074\u0020%\u0054\u0029",_afbbe ); -return nil ,_eb .ErrTypeError ;};_bdcea .Matrix =_fagcc ;};if _dabce :=_daegg .Get ("\u0045x\u0074\u0047\u0053\u0074\u0061\u0074e");_dabce !=nil {_bdcea .ExtGState =_dabce ;};return _bdcea ,nil ;}; +// Compress an image. +Compress (_feebd *Image ,_afgd int64 )(*Image ,error );}; -// ToPdfObject implements interface PdfModel. -func (_cafe *PdfAnnotationHighlight )ToPdfObject ()_eb .PdfObject {_cafe .PdfAnnotation .ToPdfObject ();_cgb :=_cafe ._ggf ;_fbb :=_cgb .PdfObject .(*_eb .PdfObjectDictionary );_cafe .PdfAnnotationMarkup .appendToPdfDictionary (_fbb );_fbb .SetIfNotNil ("\u0053u\u0062\u0074\u0079\u0070\u0065",_eb .MakeName ("\u0048i\u0067\u0068\u006c\u0069\u0067\u0068t")); -_fbb .SetIfNotNil ("\u0051\u0075\u0061\u0064\u0050\u006f\u0069\u006e\u0074\u0073",_cafe .QuadPoints );return _cgb ;}; +// NewPdfColorCalGray returns a new CalGray color. +func NewPdfColorCalGray (grayVal float64 )*PdfColorCalGray {_eaccb :=PdfColorCalGray (grayVal );return &_eaccb ;}; -// PdfAnnotationRichMedia represents Rich Media annotations. -type PdfAnnotationRichMedia struct{*PdfAnnotation ;RichMediaSettings _eb .PdfObject ;RichMediaContent _eb .PdfObject ;}; +// AddCRLs adds CRLs to DSS. +func (_dgbga *DSS )AddCRLs (crls [][]byte )([]*_cee .PdfObjectStream ,error ){return _dgbga .add (&_dgbga .CRLs ,_dgbga ._fbfec ,crls );}; -// ColorFromPdfObjects returns a new PdfColor based on the input slice of color -// components. The slice should contain a single PdfObjectFloat element in -// range 0-1. -func (_fcbag *PdfColorspaceDeviceGray )ColorFromPdfObjects (objects []_eb .PdfObject )(PdfColor ,error ){if len (objects )!=1{return nil ,_dcf .New ("r\u0061\u006e\u0067\u0065\u0020\u0063\u0068\u0065\u0063\u006b");};_ddfe ,_gdeba :=_eb .GetNumbersAsFloat (objects ); -if _gdeba !=nil {return nil ,_gdeba ;};return _fcbag .ColorFromFloats (_ddfe );}; +// NewPdfAnnotationMovie returns a new movie annotation. +func NewPdfAnnotationMovie ()*PdfAnnotationMovie {_abaf :=NewPdfAnnotation ();_acd :=&PdfAnnotationMovie {};_acd .PdfAnnotation =_abaf ;_abaf .SetContext (_acd );return _acd ;};func (_aafb *PdfWriter )updateObjectNumbers (){_ebgcf :=_aafb .ObjNumOffset ; +_bcfaa :=0;for _ ,_feafc :=range _aafb ._gccff {_eafde :=int64 (_bcfaa +1+_ebgcf );_ecbdea :=true ;if _aafb ._fbaeb {if _aaab ,_gbceaa :=_aafb ._ccaed [_feafc ];_gbceaa {_eafde =_aaab ;_ecbdea =false ;};};switch _cecab :=_feafc .(type ){case *_cee .PdfIndirectObject :_cecab .ObjectNumber =_eafde ; +_cecab .GenerationNumber =0;case *_cee .PdfObjectStream :_cecab .ObjectNumber =_eafde ;_cecab .GenerationNumber =0;case *_cee .PdfObjectStreams :_cecab .ObjectNumber =_eafde ;_cecab .GenerationNumber =0;case *_cee .PdfObjectReference :_cecab .ObjectNumber =_eafde ; +_cecab .GenerationNumber =0;case *_cee .PdfObjectDictionary ,*_cee .PdfObjectString :default:_fca .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a \u0055\u006e\u006b\u006e\u006f\u0077\u006e\u0020\u0074\u0079\u0070\u0065\u0020%\u0054\u0020\u002d\u0020\u0073\u006b\u0069p\u0070\u0069\u006e\u0067",_cecab ); +continue ;};if _ecbdea {_bcfaa ++;};};_cabadc :=func (_eeac _cee .PdfObject )int64 {switch _dffbfg :=_eeac .(type ){case *_cee .PdfIndirectObject :return _dffbfg .ObjectNumber ;case *_cee .PdfObjectStream :return _dffbfg .ObjectNumber ;case *_cee .PdfObjectStreams :return _dffbfg .ObjectNumber ; +case *_cee .PdfObjectReference :return _dffbfg .ObjectNumber ;};return 0;};_da .SliceStable (_aafb ._gccff ,func (_beeae ,_bebgc int )bool {return _cabadc (_aafb ._gccff [_beeae ])< _cabadc (_aafb ._gccff [_bebgc ])});};func (_eagae *pdfFontType0 )baseFields ()*fontCommon {return &_eagae .fontCommon }; -// String returns string value of output intent for given type -// ISO_19005-2 6.2.3: GTS_PDFA1 value should be used for PDF/A-1, A-2 and A-3 at least -func (_cabc PdfOutputIntentType )String ()string {switch _cabc {case PdfOutputIntentTypeA1 :return "\u0047T\u0053\u005f\u0050\u0044\u0046\u00411";case PdfOutputIntentTypeA2 :return "\u0047T\u0053\u005f\u0050\u0044\u0046\u00411";case PdfOutputIntentTypeA3 :return "\u0047T\u0053\u005f\u0050\u0044\u0046\u00411"; -case PdfOutputIntentTypeA4 :return "\u0047T\u0053\u005f\u0050\u0044\u0046\u00411";case PdfOutputIntentTypeX :return "\u0047\u0054\u0053\u005f\u0050\u0044\u0046\u0058";default:return "\u0055N\u0044\u0045\u0046\u0049\u004e\u0045D";};}; -// NewPdfFilespec returns an initialized generic PDF filespec model. -func NewPdfFilespec ()*PdfFilespec {_cgca :=&PdfFilespec {};_cgca ._cbefe =_eb .MakeIndirectObject (_eb .MakeDict ());return _cgca ;}; +// ImageToRGB convert 1-component grayscale data to 3-component RGB. +func (_fcec *PdfColorspaceDeviceGray )ImageToRGB (img Image )(Image ,error ){if img .ColorComponents !=1{return img ,_cdf .New ("\u0074\u0068e \u0070\u0072\u006fv\u0069\u0064\u0065\u0064 im\u0061ge\u0020\u0069\u0073\u0020\u006e\u006f\u0074 g\u0072\u0061\u0079\u0020\u0073\u0063\u0061l\u0065"); +};_dcbg ,_caeg :=_ca .NewImage (int (img .Width ),int (img .Height ),int (img .BitsPerComponent ),img .ColorComponents ,img .Data ,img ._cbfg ,img ._cabgb );if _caeg !=nil {return img ,_caeg ;};_dfdba ,_caeg :=_ca .NRGBAConverter .Convert (_dcbg );if _caeg !=nil {return img ,_caeg ; +};_ageec :=_acecd (_dfdba .Base ());_fca .Log .Trace ("\u0044\u0065\u0076\u0069\u0063\u0065\u0047\u0072\u0061\u0079\u0020\u002d>\u0020\u0052\u0047\u0042");_fca .Log .Trace ("s\u0061\u006d\u0070\u006c\u0065\u0073\u003a\u0020\u0025\u0076",img .Data );_fca .Log .Trace ("\u0052G\u0042 \u0073\u0061\u006d\u0070\u006c\u0065\u0073\u003a\u0020\u0025\u0076",_ageec .Data ); +_fca .Log .Trace ("\u0025\u0076\u0020\u002d\u003e\u0020\u0025\u0076",img ,_ageec );return _ageec ,nil ;}; -// PdfActionType represents an action type in PDF (section 12.6.4 p. 417). -type PdfActionType string ; +// Val returns the color value. +func (_abcg *PdfColorDeviceGray )Val ()float64 {return float64 (*_abcg )}; -// SetPageNumber sets the page number. -func (_egecd *KDict )SetPageNumber (pageNumber int64 ){_egecd ._dcgce =pageNumber };func _efebc ()string {_dfbafc .Lock ();defer _dfbafc .Unlock ();return _gacdf };func (_ffdfb *Image )resampleLowBits (_bfbc []uint32 ){_abeb :=_df .BytesPerLine (int (_ffdfb .Width ),int (_ffdfb .BitsPerComponent ),_ffdfb .ColorComponents ); -_fcdgf :=make ([]byte ,_ffdfb .ColorComponents *_abeb *int (_ffdfb .Height ));_dfce :=int (_ffdfb .BitsPerComponent )*_ffdfb .ColorComponents *int (_ffdfb .Width );_dfca :=uint8 (8);var (_bdad ,_gfcdc int ;_bgca uint32 ;);for _gcdd :=0;_gcdd < int (_ffdfb .Height ); -_gcdd ++{_gfcdc =_gcdd *_abeb ;for _cbbbaf :=0;_cbbbaf < _dfce ;_cbbbaf ++{_bgca =_bfbc [_bdad ];_dfca -=uint8 (_ffdfb .BitsPerComponent );_fcdgf [_gfcdc ]|=byte (_bgca )<<_dfca ;if _dfca ==0{_dfca =8;_gfcdc ++;};_bdad ++;};};_ffdfb .Data =_fcdgf ;};func _dba (_cbg _eb .PdfObject )(*PdfFilespec ,error ){if _cbg ==nil {return nil ,nil ; -};return NewPdfFilespecFromObj (_cbg );}; +// SetForms sets the Acroform for a PDF file. +func (_aagcb *PdfWriter )SetForms (form *PdfAcroForm )error {_aagcb ._acfdc =form ;return nil }; -// ToPdfObject converts PdfAcroForm to a PdfObject, i.e. an indirect object containing the -// AcroForm dictionary. -func (_fbaa *PdfAcroForm )ToPdfObject ()_eb .PdfObject {_ddec :=_fbaa ._fbgad ;_fdff :=_ddec .PdfObject .(*_eb .PdfObjectDictionary );if _fbaa .Fields !=nil {_ceae :=_eb .PdfObjectArray {};for _ ,_faffc :=range *_fbaa .Fields {_eggbg :=_faffc .GetContext (); -if _eggbg !=nil {_ceae .Append (_eggbg .ToPdfObject ());}else {_ceae .Append (_faffc .ToPdfObject ());};};_fdff .Set ("\u0046\u0069\u0065\u006c\u0064\u0073",&_ceae );};if _fbaa .NeedAppearances !=nil {_fdff .Set ("\u004ee\u0065d\u0041\u0070\u0070\u0065\u0061\u0072\u0061\u006e\u0063\u0065\u0073",_fbaa .NeedAppearances ); -}else {if _ebdbb :=_fdff .Get ("\u004ee\u0065d\u0041\u0070\u0070\u0065\u0061\u0072\u0061\u006e\u0063\u0065\u0073");_ebdbb !=nil {_fdff .Remove ("\u004ee\u0065d\u0041\u0070\u0070\u0065\u0061\u0072\u0061\u006e\u0063\u0065\u0073");};};if _fbaa .SigFlags !=nil {_fdff .Set ("\u0053\u0069\u0067\u0046\u006c\u0061\u0067\u0073",_fbaa .SigFlags ); -};if _fbaa .CO !=nil {_fdff .Set ("\u0043\u004f",_fbaa .CO );};if _fbaa .DR !=nil {_fdff .Set ("\u0044\u0052",_fbaa .DR .ToPdfObject ());};if _fbaa .DA !=nil {_fdff .Set ("\u0044\u0041",_fbaa .DA );};if _fbaa .Q !=nil {_fdff .Set ("\u0051",_fbaa .Q );}; -if _fbaa .XFA !=nil {_fdff .Set ("\u0058\u0046\u0041",_fbaa .XFA );};if _fbaa .ADBEEchoSign !=nil {_fdff .Set ("\u0041\u0044\u0042\u0045\u005f\u0045\u0063\u0068\u006f\u0053\u0069\u0067\u006e",_fbaa .ADBEEchoSign );};return _ddec ;}; +// Set applies flag fl to the flag's bitmask and returns the combined flag. +func (_gaac FieldFlag )Set (fl FieldFlag )FieldFlag {return FieldFlag (_gaac .Mask ()|fl .Mask ())}; -// NewPdfActionURI returns a new "Uri" action. -func NewPdfActionURI ()*PdfActionURI {_cdg :=NewPdfAction ();_af :=&PdfActionURI {};_af .PdfAction =_cdg ;_cdg .SetContext (_af );return _af ;}; +// ToJBIG2Image converts current image to the core.JBIG2Image. +func (_dccd *Image )ToJBIG2Image ()(*_cee .JBIG2Image ,error ){_fgbfd ,_cfgbe :=_dccd .ToGoImage ();if _cfgbe !=nil {return nil ,_cfgbe ;};return _cee .GoImageToJBIG2 (_fgbfd ,_cee .JB2ImageAutoThreshold );}; -// PdfColorspaceCalGray represents CalGray color space. -type PdfColorspaceCalGray struct{WhitePoint []float64 ;BlackPoint []float64 ;Gamma float64 ;_gdee *_eb .PdfIndirectObject ;};func (_gdede *PdfWriter )setWriter (_dgaa _bagf .Writer ){_gdede ._dfabe =_gdede ._gedbe ;_gdede ._ccfbc =_ga .NewWriter (_dgaa ); -};func (_cffgb *LTV )getOCSPs (_gffda []*_bag .Certificate ,_beffb map[string ]*_bag .Certificate )([][]byte ,error ){_eggbb :=make ([][]byte ,0,len (_gffda ));for _ ,_aabe :=range _gffda {for _ ,_eeceb :=range _aabe .OCSPServer {if _cffgb .CertClient .IsCA (_aabe ){continue ; -};_efabc ,_afgf :=_beffb [_aabe .Issuer .CommonName ];if !_afgf {_ddb .Log .Debug ("\u0057\u0041\u0052\u004e:\u0020\u0053\u006b\u0069\u0070\u0070\u0069\u006e\u0067 \u004f\u0043\u0053\u0050\u0020\u0072\u0065\u0071\u0075\u0065\u0073\u0074\u003a\u0020\u0069\u0073\u0073\u0075e\u0072\u0020\u0063\u0065\u0072t\u0069\u0066\u0069\u0063\u0061\u0074\u0065\u0020\u006e\u006f\u0074\u0020\u0066\u006f\u0075\u006e\u0064"); -continue ;};_ ,_adfc ,_egdafa :=_cffgb .OCSPClient .MakeRequest (_eeceb ,_aabe ,_efabc );if _egdafa !=nil {_ddb .Log .Debug ("\u0057\u0041\u0052\u004e:\u0020\u004f\u0043\u0053\u0050\u0020\u0072\u0065\u0071\u0075e\u0073t\u0020\u0065\u0072\u0072\u006f\u0072\u003a \u0025\u0076",_egdafa ); -continue ;};_eggbb =append (_eggbb ,_adfc );};};return _eggbb ,nil ;}; +// NewXObjectForm creates a brand new XObject Form. Creates a new underlying PDF object stream primitive. +func NewXObjectForm ()*XObjectForm {_ebafe :=&XObjectForm {};_cabec :=&_cee .PdfObjectStream {};_cabec .PdfObjectDictionary =_cee .MakeDict ();_ebafe ._fbged =_cabec ;return _ebafe ;}; -// GetNumComponents returns the number of color components (3 for RGB). -func (_eadb *PdfColorDeviceRGB )GetNumComponents ()int {return 3};func _gbge (_dbff _eb .PdfObject )(*PdfColorspaceDeviceN ,error ){_ebb :=NewPdfColorspaceDeviceN ();if _fagg ,_cggc :=_dbff .(*_eb .PdfIndirectObject );_cggc {_ebb ._cfef =_fagg ;};_dbff =_eb .TraceToDirectObject (_dbff ); -_gbdce ,_afag :=_dbff .(*_eb .PdfObjectArray );if !_afag {return nil ,_e .Errorf ("\u0064\u0065\u0076\u0069\u0063\u0065\u004e\u0020\u0043\u0053\u003a \u0049\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u006f\u0062j\u0065\u0063\u0074");};if _gbdce .Len ()!=4&&_gbdce .Len ()!=5{return nil ,_e .Errorf ("\u0064\u0065\u0076ic\u0065\u004e\u0020\u0043\u0053\u003a\u0020\u0049\u006ec\u006fr\u0072e\u0063t\u0020\u0061\u0072\u0072\u0061\u0079\u0020\u006c\u0065\u006e\u0067\u0074\u0068"); -};_dbff =_gbdce .Get (0);_ccbbf ,_afag :=_dbff .(*_eb .PdfObjectName );if !_afag {return nil ,_e .Errorf ("\u0064\u0065\u0076i\u0063\u0065\u004e\u0020C\u0053\u003a\u0020\u0069\u006e\u0076\u0061l\u0069\u0064\u0020\u0066\u0061\u006d\u0069\u006c\u0079\u0020\u006e\u0061\u006d\u0065"); -};if *_ccbbf !="\u0044e\u0076\u0069\u0063\u0065\u004e"{return nil ,_e .Errorf ("\u0064\u0065v\u0069\u0063\u0065\u004e\u0020\u0043\u0053\u003a\u0020\u0077\u0072\u006f\u006e\u0067\u0020\u0066\u0061\u006d\u0069\u006c\u0079\u0020na\u006d\u0065");};_dbff =_gbdce .Get (1); -_dbff =_eb .TraceToDirectObject (_dbff );_gaceg ,_afag :=_dbff .(*_eb .PdfObjectArray );if !_afag {return nil ,_e .Errorf ("\u0064\u0065\u0076i\u0063\u0065\u004e\u0020C\u0053\u003a\u0020\u0049\u006e\u0076\u0061l\u0069\u0064\u0020\u006e\u0061\u006d\u0065\u0073\u0020\u0061\u0072\u0072\u0061\u0079"); -};_ebb .ColorantNames =_gaceg ;_dbff =_gbdce .Get (2);_afed ,_adad :=NewPdfColorspaceFromPdfObject (_dbff );if _adad !=nil {return nil ,_adad ;};_ebb .AlternateSpace =_afed ;_eafa ,_adad :=_cccfa (_gbdce .Get (3));if _adad !=nil {return nil ,_adad ;};_ebb .TintTransform =_eafa ; -if _gbdce .Len ()==5{_edffd ,_bdage :=_abf (_gbdce .Get (4));if _bdage !=nil {return nil ,_bdage ;};_ebb .Attributes =_edffd ;};return _ebb ,nil ;}; +// NonFullScreenPageMode represents the document’s page mode when exiting +// full-screen mode. +type NonFullScreenPageMode string ; -// GetRuneMetrics returns the character metrics for the specified rune. -// A bool flag is returned to indicate whether or not the entry was found. -func (_dgdc pdfFontType0 )GetRuneMetrics (r rune )(_fg .CharMetrics ,bool ){if _dgdc .DescendantFont ==nil {_ddb .Log .Debug ("\u0045\u0052R\u004f\u0052\u003a\u0020\u004e\u006f\u0020\u0064\u0065\u0073\u0063\u0065\u006e\u0064\u0061\u006e\u0074\u002e\u0020\u0066\u006f\u006et=\u0025\u0073",_dgdc ); -return _fg .CharMetrics {},false ;};return _dgdc .DescendantFont .GetRuneMetrics (r );}; +// GetPageDict converts the Page to a PDF object dictionary. +func (_aaae *PdfPage )GetPageDict ()*_cee .PdfObjectDictionary {_aeafe :=_aaae ._cfdab ;_aeafe .Clear ();_aeafe .Set ("\u0054\u0079\u0070\u0065",_cee .MakeName ("\u0050\u0061\u0067\u0065"));_aeafe .Set ("\u0050\u0061\u0072\u0065\u006e\u0074",_aaae .Parent ); +if _aaae .LastModified !=nil {_aeafe .Set ("\u004c\u0061\u0073t\u004d\u006f\u0064\u0069\u0066\u0069\u0065\u0064",_aaae .LastModified .ToPdfObject ());};if _aaae .Resources !=nil {_aeafe .Set ("\u0052e\u0073\u006f\u0075\u0072\u0063\u0065s",_aaae .Resources .ToPdfObject ()); +};if _aaae .CropBox !=nil {_aeafe .Set ("\u0043r\u006f\u0070\u0042\u006f\u0078",_aaae .CropBox .ToPdfObject ());};if _aaae .MediaBox !=nil {_aeafe .Set ("\u004d\u0065\u0064\u0069\u0061\u0042\u006f\u0078",_aaae .MediaBox .ToPdfObject ());};if _aaae .BleedBox !=nil {_aeafe .Set ("\u0042\u006c\u0065\u0065\u0064\u0042\u006f\u0078",_aaae .BleedBox .ToPdfObject ()); +};if _aaae .TrimBox !=nil {_aeafe .Set ("\u0054r\u0069\u006d\u0042\u006f\u0078",_aaae .TrimBox .ToPdfObject ());};if _aaae .ArtBox !=nil {_aeafe .Set ("\u0041\u0072\u0074\u0042\u006f\u0078",_aaae .ArtBox .ToPdfObject ());};_aeafe .SetIfNotNil ("\u0042\u006f\u0078C\u006f\u006c\u006f\u0072\u0049\u006e\u0066\u006f",_aaae .BoxColorInfo ); +_aeafe .SetIfNotNil ("\u0043\u006f\u006e\u0074\u0065\u006e\u0074\u0073",_aaae .Contents );if _aaae .Rotate !=nil {_aeafe .Set ("\u0052\u006f\u0074\u0061\u0074\u0065",_cee .MakeInteger (*_aaae .Rotate ));};_aeafe .SetIfNotNil ("\u0047\u0072\u006fu\u0070",_aaae .Group ); +_aeafe .SetIfNotNil ("\u0054\u0068\u0075m\u0062",_aaae .Thumb );_aeafe .SetIfNotNil ("\u0042",_aaae .B );_aeafe .SetIfNotNil ("\u0044\u0075\u0072",_aaae .Dur );_aeafe .SetIfNotNil ("\u0054\u0072\u0061n\u0073",_aaae .Trans );_aeafe .SetIfNotNil ("\u0041\u0041",_aaae .AA ); +_aeafe .SetIfNotNil ("\u004d\u0065\u0074\u0061\u0064\u0061\u0074\u0061",_aaae .Metadata );_aeafe .SetIfNotNil ("\u0050i\u0065\u0063\u0065\u0049\u006e\u0066o",_aaae .PieceInfo );_aeafe .SetIfNotNil ("\u0053\u0074\u0072\u0075\u0063\u0074\u0050\u0061\u0072\u0065\u006e\u0074\u0073",_aaae .StructParents ); +_aeafe .SetIfNotNil ("\u0049\u0044",_aaae .ID );_aeafe .SetIfNotNil ("\u0050\u005a",_aaae .PZ );_aeafe .SetIfNotNil ("\u0053\u0065\u0070\u0061\u0072\u0061\u0074\u0069\u006fn\u0049\u006e\u0066\u006f",_aaae .SeparationInfo );_aeafe .SetIfNotNil ("\u0054\u0061\u0062\u0073",_aaae .Tabs ); +_aeafe .SetIfNotNil ("T\u0065m\u0070\u006c\u0061\u0074\u0065\u0049\u006e\u0073t\u0061\u006e\u0074\u0069at\u0065\u0064",_aaae .TemplateInstantiated );_aeafe .SetIfNotNil ("\u0050r\u0065\u0073\u0053\u0074\u0065\u0070s",_aaae .PresSteps );_aeafe .SetIfNotNil ("\u0055\u0073\u0065\u0072\u0055\u006e\u0069\u0074",_aaae .UserUnit ); +_aeafe .SetIfNotNil ("\u0056\u0050",_aaae .VP );if _aaae ._eeaba !=nil {_eeecg :=_cee .MakeArray ();for _ ,_cbeb :=range _aaae ._eeaba {if _gfbfe :=_cbeb .GetContext ();_gfbfe !=nil {_eeecg .Append (_gfbfe .ToPdfObject ());}else {_eeecg .Append (_cbeb .ToPdfObject ()); +};};if _eeecg .Len ()> 0{_aeafe .Set ("\u0041\u006e\u006e\u006f\u0074\u0073",_eeecg );};}else if _aaae .Annots !=nil {_aeafe .SetIfNotNil ("\u0041\u006e\u006e\u006f\u0074\u0073",_aaae .Annots );};return _aeafe ;}; -// ColorToRGB converts a CalGray color to an RGB color. -func (_aaec *PdfColorspaceCalGray )ColorToRGB (color PdfColor )(PdfColor ,error ){_efg ,_dag :=color .(*PdfColorCalGray );if !_dag {_ddb .Log .Debug ("\u0049n\u0070\u0075\u0074\u0020\u0063\u006f\u006c\u006f\u0072\u0020\u006eo\u0074\u0020\u0063\u0061\u006c\u0020\u0067\u0072\u0061\u0079"); -return nil ,_dcf .New ("\u0074\u0079p\u0065\u0020\u0063h\u0065\u0063\u006b\u0020\u0065\u0072\u0072\u006f\u0072");};ANorm :=_efg .Val ();X :=_aaec .WhitePoint [0]*_gg .Pow (ANorm ,_aaec .Gamma );Y :=_aaec .WhitePoint [1]*_gg .Pow (ANorm ,_aaec .Gamma ); -Z :=_aaec .WhitePoint [2]*_gg .Pow (ANorm ,_aaec .Gamma );_acdf :=3.240479*X +-1.537150*Y +-0.498535*Z ;_febf :=-0.969256*X +1.875992*Y +0.041556*Z ;_adcg :=0.055648*X +-0.204043*Y +1.057311*Z ;_acdf =_gg .Min (_gg .Max (_acdf ,0),1.0);_febf =_gg .Min (_gg .Max (_febf ,0),1.0); -_adcg =_gg .Min (_gg .Max (_adcg ,0),1.0);return NewPdfColorDeviceRGB (_acdf ,_febf ,_adcg ),nil ;}; +// ToPdfObject implements interface PdfModel. +func (_ge *PdfActionGoTo3DView )ToPdfObject ()_cee .PdfObject {_ge .PdfAction .ToPdfObject ();_dac :=_ge ._gaf ;_ec :=_dac .PdfObject .(*_cee .PdfObjectDictionary );_ec .SetIfNotNil ("\u0053",_cee .MakeName (string (ActionTypeGoTo3DView )));_ec .SetIfNotNil ("\u0054\u0041",_ge .TA ); +_ec .SetIfNotNil ("\u0056",_ge .V );return _dac ;}; -// IsTerminal returns true for terminal fields, false otherwise. -// Terminal fields are fields whose descendants are only widget annotations. -func (_fcddf *PdfField )IsTerminal ()bool {return len (_fcddf .Kids )==0}; +// PdfActionSound represents a sound action. +type PdfActionSound struct{*PdfAction ;Sound _cee .PdfObject ;Volume _cee .PdfObject ;Synchronous _cee .PdfObject ;Repeat _cee .PdfObject ;Mix _cee .PdfObject ;};func _babe (_fcdgc _cee .PdfObject )(*_cee .PdfObjectDictionary ,*fontCommon ,error ){_gabg :=&fontCommon {}; +if _dbdd ,_dfac :=_fcdgc .(*_cee .PdfIndirectObject );_dfac {_gabg ._facc =_dbdd .ObjectNumber ;};_ebfa ,_cfgbg :=_cee .GetDict (_fcdgc );if !_cfgbg {_fca .Log .Debug ("\u0045\u0052\u0052O\u0052\u003a\u0020\u0046\u006f\u006e\u0074\u0020\u006e\u006f\u0074\u0020\u0067\u0069\u0076\u0065\u006e\u0020\u0062\u0079\u0020\u0061\u0020\u0064\u0069\u0063\u0074\u0069\u006fn\u0061\u0072\u0079\u0020\u0028\u0025\u0054\u0029",_fcdgc ); +return nil ,nil ,ErrFontNotSupported ;};_fdge ,_cfgbg :=_cee .GetNameVal (_ebfa .Get ("\u0054\u0079\u0070\u0065"));if !_cfgbg {_fca .Log .Debug ("\u0045\u0052R\u004f\u0052\u003a\u0020\u0046o\u006e\u0074\u0020\u0049\u006ec\u006f\u006d\u0070\u0061\u0074\u0069\u0062\u0069\u006c\u0069\u0074\u0079\u002e\u0020\u0054\u0079\u0070\u0065\u0020\u0028\u0052\u0065\u0071\u0075\u0069\u0072\u0065\u0064\u0029\u0020\u006d\u0069\u0073\u0073\u0069\u006e\u0067"); +return nil ,nil ,ErrRequiredAttributeMissing ;};if _fdge !="\u0046\u006f\u006e\u0074"{_fca .Log .Debug ("\u0045\u0052\u0052\u004f\u0052:\u0020\u0046\u006f\u006e\u0074\u0020\u0049\u006e\u0063\u006f\u006d\u0070\u0061t\u0069\u0062\u0069\u006c\u0069\u0074\u0079\u002e\u0020\u0054\u0079\u0070\u0065\u003d\u0025\u0071\u002e\u0020\u0053\u0068\u006f\u0075\u006c\u0064\u0020\u0062\u0065\u0020\u0025\u0071.",_fdge ,"\u0046\u006f\u006e\u0074"); +return nil ,nil ,_cee .ErrTypeError ;};_gbfag ,_cfgbg :=_cee .GetNameVal (_ebfa .Get ("\u0053u\u0062\u0074\u0079\u0070\u0065"));if !_cfgbg {_fca .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020F\u006f\u006e\u0074 \u0049\u006e\u0063o\u006d\u0070a\u0074\u0069\u0062\u0069\u006c\u0069t\u0079. \u0053\u0075\u0062\u0074\u0079\u0070\u0065\u0020\u0028\u0052\u0065\u0071\u0075\u0069\u0072\u0065\u0064\u0029\u0020\u006d\u0069\u0073\u0073\u0069\u006e\u0067"); +return nil ,nil ,ErrRequiredAttributeMissing ;};_gabg ._ccdeg =_gbfag ;_cbbb ,_cfgbg :=_cee .GetNameVal (_ebfa .Get ("\u004e\u0061\u006d\u0065"));if _cfgbg {_gabg ._ccgfa =_cbbb ;};_adddd :=_ebfa .Get ("\u0054o\u0055\u006e\u0069\u0063\u006f\u0064e");if _adddd !=nil {_gabg ._deccd =_cee .TraceToDirectObject (_adddd ); +_gcgfd ,_faffa :=_dbaba (_gabg ._deccd ,_gabg );if _faffa !=nil {return _ebfa ,_gabg ,_faffa ;};_gabg ._abcbf =_gcgfd ;}else if _gbfag =="\u0043\u0049\u0044F\u006f\u006e\u0074\u0054\u0079\u0070\u0065\u0030"||_gbfag =="\u0043\u0049\u0044F\u006f\u006e\u0074\u0054\u0079\u0070\u0065\u0032"{_cgef ,_ecbc :=_dgg .NewCIDSystemInfo (_ebfa .Get ("\u0043\u0049\u0044\u0053\u0079\u0073\u0074\u0065\u006d\u0049\u006e\u0066\u006f")); +if _ecbc !=nil {return _ebfa ,_gabg ,_ecbc ;};_efbg :=_e .Sprintf ("\u0025\u0073\u002d\u0025\u0073\u002d\u0055\u0043\u0053\u0032",_cgef .Registry ,_cgef .Ordering );if _dgg .IsPredefinedCMap (_efbg ){_gabg ._abcbf ,_ecbc =_dgg .LoadPredefinedCMap (_efbg ); +if _ecbc !=nil {_fca .Log .Debug ("\u0057\u0041\u0052\u004e\u003a\u0020\u0063o\u0075\u006c\u0064 \u006e\u006f\u0074\u0020l\u006f\u0061\u0064\u0020\u0070\u0072\u0065\u0064\u0065\u0066\u0069\u006e\u0065\u0064\u0020\u0043\u004d\u0061\u0070\u0020\u0025\u0073\u003a\u0020\u0025\u0076",_efbg ,_ecbc ); +};};};_beedb :=_ebfa .Get ("\u0046\u006f\u006e\u0074\u0044\u0065\u0073\u0063\u0072i\u0070\u0074\u006f\u0072");if _beedb !=nil {_bcddf ,_gccda :=_ggad (_beedb );if _gccda !=nil {_fca .Log .Debug ("\u0045\u0052\u0052OR\u003a\u0020\u0042\u0061\u0064\u0020\u0066\u006f\u006et\u0020d\u0065s\u0063r\u0069\u0070\u0074\u006f\u0072\u002e\u0020\u0065\u0072\u0072\u003d\u0025\u0076",_gccda ); +return _ebfa ,_gabg ,_gccda ;};_gabg ._ebcad =_bcddf ;};if _gbfag !="\u0054\u0079\u0070e\u0033"{_bgbec ,_bdba :=_cee .GetNameVal (_ebfa .Get ("\u0042\u0061\u0073\u0065\u0046\u006f\u006e\u0074"));if !_bdba {_fca .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a \u0046\u006f\u006et\u0020\u0049\u006ec\u006f\u006d\u0070\u0061\u0074\u0069\u0062\u0069\u006c\u0069t\u0079\u002e\u0020\u0042\u0061se\u0046\u006f\u006e\u0074\u0020\u0028\u0052\u0065\u0071\u0075\u0069\u0072\u0065\u0064\u0029\u0020\u006d\u0069\u0073\u0073\u0069\u006e\u0067"); +return _ebfa ,_gabg ,ErrRequiredAttributeMissing ;};_gabg ._fbcf =_bgbec ;};return _ebfa ,_gabg ,nil ;}; -// NewLTV returns a new LTV client. -func NewLTV (appender *PdfAppender )(*LTV ,error ){_cgae :=appender .Reader .DSS ;if _cgae ==nil {_cgae =NewDSS ();};if _gaef :=_cgae .GenerateHashMaps ();_gaef !=nil {return nil ,_gaef ;};return <V {CertClient :_dda .NewCertClient (),OCSPClient :_dda .NewOCSPClient (),CRLClient :_dda .NewCRLClient (),SkipExisting :true ,_feba :appender ,_fadg :_cgae },nil ; -}; +// PdfVersion returns version of the PDF file. +func (_bdcbe *PdfReader )PdfVersion ()_cee .Version {return _bdcbe ._ffdgf .PdfVersion ()}; -// NewPdfActionGoTo3DView returns a new "goTo3DView" action. -func NewPdfActionGoTo3DView ()*PdfActionGoTo3DView {_bff :=NewPdfAction ();_egfb :=&PdfActionGoTo3DView {};_egfb .PdfAction =_bff ;_bff .SetContext (_egfb );return _egfb ;};func (_cbda *pdfFontSimple )baseFields ()*fontCommon {return &_cbda .fontCommon }; -var (CourierName =_fg .CourierName ;CourierBoldName =_fg .CourierBoldName ;CourierObliqueName =_fg .CourierObliqueName ;CourierBoldObliqueName =_fg .CourierBoldObliqueName ;HelveticaName =_fg .HelveticaName ;HelveticaBoldName =_fg .HelveticaBoldName ;HelveticaObliqueName =_fg .HelveticaObliqueName ; -HelveticaBoldObliqueName =_fg .HelveticaBoldObliqueName ;SymbolName =_fg .SymbolName ;ZapfDingbatsName =_fg .ZapfDingbatsName ;TimesRomanName =_fg .TimesRomanName ;TimesBoldName =_fg .TimesBoldName ;TimesItalicName =_fg .TimesItalicName ;TimesBoldItalicName =_fg .TimesBoldItalicName ; -); +// ToPdfObject implements interface PdfModel. +func (_caf *PdfActionGoToR )ToPdfObject ()_cee .PdfObject {_caf .PdfAction .ToPdfObject ();_fd :=_caf ._gaf ;_acb :=_fd .PdfObject .(*_cee .PdfObjectDictionary );_acb .SetIfNotNil ("\u0053",_cee .MakeName (string (ActionTypeGoToR )));if _caf .F !=nil {_acb .Set ("\u0046",_caf .F .ToPdfObject ()); +};_acb .SetIfNotNil ("\u0044",_caf .D );_acb .SetIfNotNil ("\u004ee\u0077\u0057\u0069\u006e\u0064\u006fw",_caf .NewWindow );return _fd ;};func (_afdad *PdfAcroForm )signatureFields ()[]*PdfFieldSignature {var _fggd []*PdfFieldSignature ;for _ ,_ccgdf :=range _afdad .AllFields (){switch _ddgg :=_ccgdf .GetContext ().(type ){case *PdfFieldSignature :_eeag :=_ddgg ; +_fggd =append (_fggd ,_eeag );};};return _fggd ;}; -// NewPdfActionLaunch returns a new "launch" action. -func NewPdfActionLaunch ()*PdfActionLaunch {_aa :=NewPdfAction ();_gda :=&PdfActionLaunch {};_gda .PdfAction =_aa ;_aa .SetContext (_gda );return _gda ;}; +// NewPdfActionJavaScript returns a new "javaScript" action. +func NewPdfActionJavaScript ()*PdfActionJavaScript {_cdfe :=NewPdfAction ();_fag :=&PdfActionJavaScript {};_fag .PdfAction =_cdfe ;_cdfe .SetContext (_fag );return _fag ;}; -// IsTiling specifies if the pattern is a tiling pattern. -func (_egbdb *PdfPattern )IsTiling ()bool {return _egbdb .PatternType ==1}; +// EncryptOptions represents encryption options for an output PDF. +type EncryptOptions struct{Permissions _ba .Permissions ;Algorithm EncryptionAlgorithm ;}; -// GetCatalogViewerPreferences gets catalog ViewerPreferences object. -func (_gdbea *PdfReader )GetCatalogViewerPreferences ()(_eb .PdfObject ,bool ){if _gdbea ._bagcfd ==nil {return nil ,false ;};_dfcfc :=_gdbea ._bagcfd .Get ("\u0056\u0069\u0065\u0077\u0065\u0072\u0050\u0072\u0065\u0066\u0065\u0072e\u006e\u0063\u0065\u0073"); -return _dfcfc ,_dfcfc !=nil ;}; +// PdfAnnotationWidget represents Widget annotations. +// Note: Widget annotations are used to display form fields. +// (Section 12.5.6.19). +type PdfAnnotationWidget struct{*PdfAnnotation ;H _cee .PdfObject ;MK _cee .PdfObject ;A _cee .PdfObject ;AA _cee .PdfObject ;BS _cee .PdfObject ;Parent _cee .PdfObject ;_dec *PdfField ;_dcf bool ;};type pdfSignDictionary struct{*_cee .PdfObjectDictionary ; +_efde *SignatureHandler ;_dddage *PdfSignature ;_gcccf int64 ;_dfadcd int ;_geecb int ;_beddd int ;_cfedc int ;}; -// PageBoundary represents the name of the page boundary representing -// the visible area. -type PageBoundary string ;func _edba (_fdfbg _eb .PdfObject )(string ,error ){_fdfbg =_eb .TraceToDirectObject (_fdfbg );switch _dabbd :=_fdfbg .(type ){case *_eb .PdfObjectString :return _dabbd .Str (),nil ;case *_eb .PdfObjectStream :_eedfg ,_eeaafg :=_eb .DecodeStream (_dabbd ); -if _eeaafg !=nil {return "",_eeaafg ;};return string (_eedfg ),nil ;};return "",_e .Errorf ("\u0069\u006e\u0076\u0061\u006ci\u0064\u0020\u0063\u006f\u006e\u0074\u0065\u006e\u0074\u0020\u0073\u0074\u0072e\u0061\u006d\u0020\u006f\u0062\u006a\u0065\u0063\u0074\u0020\u0068\u006f\u006c\u0064\u0065\u0072\u0020\u0028\u0025\u0054\u0029",_fdfbg ); -};type pdfFontType0 struct{fontCommon ;_eecg *_eb .PdfIndirectObject ;_edcff _fc .TextEncoder ;Encoding _eb .PdfObject ;DescendantFont *PdfFont ;_ebeb *_ff .CMap ;}; +// String returns a string representation of the field. +func (_bfgdc *PdfField )String ()string {if _efaa ,_baba :=_bfgdc .ToPdfObject ().(*_cee .PdfIndirectObject );_baba {return _e .Sprintf ("\u0025\u0054\u003a\u0020\u0025\u0073",_bfgdc ._egab ,_efaa .PdfObject .String ());};return "";};func _faca (_faab *fontCommon )*pdfFontType0 {return &pdfFontType0 {fontCommon :*_faab }}; -// NewPdfColorspaceDeviceRGB returns a new RGB colorspace object. -func NewPdfColorspaceDeviceRGB ()*PdfColorspaceDeviceRGB {return &PdfColorspaceDeviceRGB {}}; -// ColorFromPdfObjects returns a new PdfColor based on input color components. The input PdfObjects should -// be numeric. -func (_ggabb *PdfColorspaceDeviceN )ColorFromPdfObjects (objects []_eb .PdfObject )(PdfColor ,error ){if len (objects )!=_ggabb .GetNumComponents (){return nil ,_dcf .New ("r\u0061\u006e\u0067\u0065\u0020\u0063\u0068\u0065\u0063\u006b");};_eeec ,_cegdgcb :=_eb .GetNumbersAsFloat (objects ); -if _cegdgcb !=nil {return nil ,_cegdgcb ;};return _ggabb .ColorFromFloats (_eeec );}; +// ToPdfObject implements interface PdfModel. +func (_bcdd *PdfAnnotationPrinterMark )ToPdfObject ()_cee .PdfObject {_bcdd .PdfAnnotation .ToPdfObject ();_beeb :=_bcdd ._eddc ;_bgdbe :=_beeb .PdfObject .(*_cee .PdfObjectDictionary );_bgdbe .SetIfNotNil ("\u0053u\u0062\u0074\u0079\u0070\u0065",_cee .MakeName ("P\u0072\u0069\u006e\u0074\u0065\u0072\u004d\u0061\u0072\u006b")); +_bgdbe .SetIfNotNil ("\u004d\u004e",_bcdd .MN );return _beeb ;}; -// NewPdfColorspaceSpecialIndexed returns a new Indexed color. -func NewPdfColorspaceSpecialIndexed ()*PdfColorspaceSpecialIndexed {return &PdfColorspaceSpecialIndexed {HiVal :255};}; +// PdfColorspaceCalRGB stores A, B, C components +type PdfColorspaceCalRGB struct{WhitePoint []float64 ;BlackPoint []float64 ;Gamma []float64 ;Matrix []float64 ;_eabeb *_cee .PdfObjectDictionary ;_fbgd *_cee .PdfIndirectObject ;};func (_efb *PdfReader )newPdfAnnotationPolygonFromDict (_decc *_cee .PdfObjectDictionary )(*PdfAnnotationPolygon ,error ){_gdb :=PdfAnnotationPolygon {}; +_ggag ,_acdc :=_efb .newPdfAnnotationMarkupFromDict (_decc );if _acdc !=nil {return nil ,_acdc ;};_gdb .PdfAnnotationMarkup =_ggag ;_gdb .Vertices =_decc .Get ("\u0056\u0065\u0072\u0074\u0069\u0063\u0065\u0073");_gdb .LE =_decc .Get ("\u004c\u0045");_gdb .BS =_decc .Get ("\u0042\u0053"); +_gdb .IC =_decc .Get ("\u0049\u0043");_gdb .BE =_decc .Get ("\u0042\u0045");_gdb .IT =_decc .Get ("\u0049\u0054");_gdb .Measure =_decc .Get ("\u004de\u0061\u0073\u0075\u0072\u0065");return &_gdb ,nil ;}; -// NewPdfColorCalGray returns a new CalGray color. -func NewPdfColorCalGray (grayVal float64 )*PdfColorCalGray {_cbdf :=PdfColorCalGray (grayVal );return &_cbdf ;};func _cbff (_eeefe _eb .PdfObject )(*PdfFontDescriptor ,error ){_eaba :=&PdfFontDescriptor {};_eeefe =_eb .ResolveReference (_eeefe );if _ggcga ,_agadc :=_eeefe .(*_eb .PdfIndirectObject ); -_agadc {_eaba ._fdea =_ggcga ;_eeefe =_ggcga .PdfObject ;};_gcbcd ,_fdaaf :=_eb .GetDict (_eeefe );if !_fdaaf {_ddb .Log .Debug ("\u0045\u0052R\u004f\u0052\u003a\u0020\u0046o\u006e\u0074\u0044\u0065\u0073c\u0072\u0069\u0070\u0074\u006f\u0072\u0020\u006e\u006f\u0074\u0020\u0067\u0069\u0076\u0065\u006e\u0020\u0062\u0079\u0020\u0061\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u0020\u0028\u0025\u0054\u0029",_eeefe ); -return nil ,_eb .ErrTypeError ;};if _cfgda :=_gcbcd .Get ("\u0046\u006f\u006e\u0074\u004e\u0061\u006d\u0065");_cfgda !=nil {_eaba .FontName =_cfgda ;}else {_ddb .Log .Debug ("\u0049n\u0063\u006fm\u0070\u0061\u0074\u0069b\u0069\u006c\u0069t\u0079\u003a\u0020\u0046\u006f\u006e\u0074\u004e\u0061me\u0020\u0028\u0052e\u0071\u0075i\u0072\u0065\u0064\u0029\u0020\u006di\u0073\u0073i\u006e\u0067"); -};_afeag ,_ :=_eb .GetName (_eaba .FontName );if _cadcf :=_gcbcd .Get ("\u0054\u0079\u0070\u0065");_cadcf !=nil {_begb ,_afbe :=_cadcf .(*_eb .PdfObjectName );if !_afbe ||string (*_begb )!="\u0046\u006f\u006e\u0074\u0044\u0065\u0073\u0063\u0072i\u0070\u0074\u006f\u0072"{_ddb .Log .Debug ("I\u006e\u0063\u006f\u006d\u0070\u0061\u0074\u0069\u0062\u0069\u006c\u0069\u0074\u0079\u003a\u0020\u0046\u006f\u006e\u0074\u0020\u0064\u0065\u0073\u0063\u0072i\u0070t\u006f\u0072\u0020\u0054y\u0070\u0065 \u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0028\u0025\u0054\u0029\u0020\u0066\u006f\u006e\u0074\u003d\u0025\u0071\u0020\u0025\u0054",_cadcf ,_afeag ,_eaba .FontName ); -};}else {_ddb .Log .Trace ("\u0049\u006ec\u006f\u006d\u0070\u0061\u0074i\u0062\u0069\u006c\u0069\u0074y\u003a\u0020\u0054\u0079\u0070\u0065\u0020\u0028\u0052\u0065\u0071\u0075\u0069\u0072\u0065\u0064\u0029\u0020\u006d\u0069\u0073\u0073\u0069\u006e\u0067\u002e\u0020\u0066\u006f\u006e\u0074\u003d\u0025\u0071\u0020\u0025\u0054",_afeag ,_eaba .FontName ); -};_eaba .FontFamily =_gcbcd .Get ("\u0046\u006f\u006e\u0074\u0046\u0061\u006d\u0069\u006c\u0079");_eaba .FontStretch =_gcbcd .Get ("F\u006f\u006e\u0074\u0053\u0074\u0072\u0065\u0074\u0063\u0068");_eaba .FontWeight =_gcbcd .Get ("\u0046\u006f\u006e\u0074\u0057\u0065\u0069\u0067\u0068\u0074"); -_eaba .Flags =_gcbcd .Get ("\u0046\u006c\u0061g\u0073");_eaba .FontBBox =_gcbcd .Get ("\u0046\u006f\u006e\u0074\u0042\u0042\u006f\u0078");_eaba .ItalicAngle =_gcbcd .Get ("I\u0074\u0061\u006c\u0069\u0063\u0041\u006e\u0067\u006c\u0065");_eaba .Ascent =_gcbcd .Get ("\u0041\u0073\u0063\u0065\u006e\u0074"); -_eaba .Descent =_gcbcd .Get ("\u0044e\u0073\u0063\u0065\u006e\u0074");_eaba .Leading =_gcbcd .Get ("\u004ce\u0061\u0064\u0069\u006e\u0067");_eaba .CapHeight =_gcbcd .Get ("\u0043a\u0070\u0048\u0065\u0069\u0067\u0068t");_eaba .XHeight =_gcbcd .Get ("\u0058H\u0065\u0069\u0067\u0068\u0074"); -_eaba .StemV =_gcbcd .Get ("\u0053\u0074\u0065m\u0056");_eaba .StemH =_gcbcd .Get ("\u0053\u0074\u0065m\u0048");_eaba .AvgWidth =_gcbcd .Get ("\u0041\u0076\u0067\u0057\u0069\u0064\u0074\u0068");_eaba .MaxWidth =_gcbcd .Get ("\u004d\u0061\u0078\u0057\u0069\u0064\u0074\u0068"); -_eaba .MissingWidth =_gcbcd .Get ("\u004d\u0069\u0073s\u0069\u006e\u0067\u0057\u0069\u0064\u0074\u0068");_eaba .FontFile =_gcbcd .Get ("\u0046\u006f\u006e\u0074\u0046\u0069\u006c\u0065");_eaba .FontFile2 =_gcbcd .Get ("\u0046o\u006e\u0074\u0046\u0069\u006c\u00652"); -_eaba .FontFile3 =_gcbcd .Get ("\u0046o\u006e\u0074\u0046\u0069\u006c\u00653");_eaba .CharSet =_gcbcd .Get ("\u0043h\u0061\u0072\u0053\u0065\u0074");_eaba .Style =_gcbcd .Get ("\u0053\u0074\u0079l\u0065");_eaba .Lang =_gcbcd .Get ("\u004c\u0061\u006e\u0067"); -_eaba .FD =_gcbcd .Get ("\u0046\u0044");_eaba .CIDSet =_gcbcd .Get ("\u0043\u0049\u0044\u0053\u0065\u0074");if _eaba .Flags !=nil {if _fbecd ,_cafg :=_eb .GetIntVal (_eaba .Flags );_cafg {_eaba ._eeda =_fbecd ;};};if _eaba .MissingWidth !=nil {if _ggeb ,_bcbd :=_eb .GetNumberAsFloat (_eaba .MissingWidth ); -_bcbd ==nil {_eaba ._acaad =_ggeb ;};};if _eaba .FontFile !=nil {_eeegb ,_affc :=_eaff (_eaba .FontFile );if _affc !=nil {return _eaba ,_affc ;};_ddb .Log .Trace ("f\u006f\u006e\u0074\u0046\u0069\u006c\u0065\u003d\u0025\u0073",_eeegb );_eaba .fontFile =_eeegb ; -};if _eaba .FontFile2 !=nil {_dgeb ,_eafg :=_fg .NewFontFile2FromPdfObject (_eaba .FontFile2 );if _eafg !=nil {return _eaba ,_eafg ;};_ddb .Log .Trace ("\u0066\u006f\u006et\u0046\u0069\u006c\u0065\u0032\u003d\u0025\u0073",_dgeb .String ());_eaba ._bebgd =&_dgeb ; -};return _eaba ,nil ;}; +// DecodeArray returns the component range values for the DeviceN colorspace. +// [0 1.0 0 1.0 ...] for each color component. +func (_addge *PdfColorspaceDeviceN )DecodeArray ()[]float64 {var _aceb []float64 ;for _bcddg :=0;_bcddg < _addge .GetNumComponents ();_bcddg ++{_aceb =append (_aceb ,0.0,1.0);};return _aceb ;}; -// ToPdfObject returns the PDF representation of the DSS dictionary. -func (_ggbfd *DSS )ToPdfObject ()_eb .PdfObject {_cdbbf :=_ggbfd ._fcdgc .PdfObject .(*_eb .PdfObjectDictionary );_cdbbf .Clear ();_beaad :=_eb .MakeDict ();for _ffbg ,_fcaeg :=range _ggbfd .VRI {_beaad .Set (*_eb .MakeName (_ffbg ),_fcaeg .ToPdfObject ()); -};_cdbbf .SetIfNotNil ("\u0043\u0065\u0072t\u0073",_cafc (_ggbfd .Certs ));_cdbbf .SetIfNotNil ("\u004f\u0043\u0053P\u0073",_cafc (_ggbfd .OCSPs ));_cdbbf .SetIfNotNil ("\u0043\u0052\u004c\u0073",_cafc (_ggbfd .CRLs ));_cdbbf .Set ("\u0056\u0052\u0049",_beaad ); -return _ggbfd ._fcdgc ;}; +// ReaderToWriterOpts options used to generate a PdfWriter. +type ReaderToWriterOpts struct{SkipAcroForm bool ;SkipInfo bool ;SkipNameDictionary bool ;SkipNamedDests bool ;SkipOCProperties bool ;SkipOutlines bool ;SkipPageLabels bool ;SkipRotation bool ;SkipMetadata bool ;SkipMarkInfo bool ;SkipViewerPreferences bool ; +SkipLanguage bool ;PageProcessCallback PageProcessCallback ; -// AddFont adds a font dictionary to the Font resources. -func (_gagg *PdfPage )AddFont (name _eb .PdfObjectName ,font _eb .PdfObject )error {if _gagg .Resources ==nil {_gagg .Resources =NewPdfPageResources ();};if _gagg .Resources .Font ==nil {_gagg .Resources .Font =_eb .MakeDict ();};_fbddc ,_afced :=_eb .TraceToDirectObject (_gagg .Resources .Font ).(*_eb .PdfObjectDictionary ); -if !_afced {_ddb .Log .Debug ("\u0045\u0078\u0070\u0065\u0063\u0074\u0065\u0064 \u0066\u006f\u006et \u0064\u0069\u0063\u0074\u0069\u006fn\u0061\u0072\u0079\u0020\u0069\u0073\u0020\u006e\u006f\u0074\u0020\u0061\u0020\u0064\u0069c\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u003a \u0025\u0076",_eb .TraceToDirectObject (_gagg .Resources .Font )); -return _dcf .New ("\u0074\u0079p\u0065\u0020\u0063h\u0065\u0063\u006b\u0020\u0065\u0072\u0072\u006f\u0072");};_fbddc .Set (name ,font );return nil ;}; +// Deprecated: will be removed in v4. Use PageProcessCallback instead. +PageCallback PageCallback ;}; -// PdfColorLab represents a color in the L*, a*, b* 3 component colorspace. -// Each component is defined in the range 0.0 - 1.0 where 1.0 is the primary intensity. -type PdfColorLab [3]float64 ;func (_gaba *PdfReader )newPdfAnnotationSquareFromDict (_aadf *_eb .PdfObjectDictionary )(*PdfAnnotationSquare ,error ){_ega :=PdfAnnotationSquare {};_ecee ,_gfce :=_gaba .newPdfAnnotationMarkupFromDict (_aadf );if _gfce !=nil {return nil ,_gfce ; -};_ega .PdfAnnotationMarkup =_ecee ;_ega .BS =_aadf .Get ("\u0042\u0053");_ega .IC =_aadf .Get ("\u0049\u0043");_ega .BE =_aadf .Get ("\u0042\u0045");_ega .RD =_aadf .Get ("\u0052\u0044");return &_ega ,nil ;}; +// DecodeArray returns the range of color component values in DeviceGray colorspace. +func (_dabd *PdfColorspaceDeviceGray )DecodeArray ()[]float64 {return []float64 {0,1.0}};func (_fda *PdfReader )newPdfAnnotationSquigglyFromDict (_aeca *_cee .PdfObjectDictionary )(*PdfAnnotationSquiggly ,error ){_bbe :=PdfAnnotationSquiggly {};_dgb ,_dfdf :=_fda .newPdfAnnotationMarkupFromDict (_aeca ); +if _dfdf !=nil {return nil ,_dfdf ;};_bbe .PdfAnnotationMarkup =_dgb ;_bbe .QuadPoints =_aeca .Get ("\u0051\u0075\u0061\u0064\u0050\u006f\u0069\u006e\u0074\u0073");return &_bbe ,nil ;}; -// StdFontName represents name of a standard font. -type StdFontName =_fg .StdFontName ; +// PdfActionHide represents a hide action. +type PdfActionHide struct{*PdfAction ;T _cee .PdfObject ;H _cee .PdfObject ;}; -// ToInteger convert to an integer format. -func (_adbc *PdfColorCalRGB )ToInteger (bits int )[3]uint32 {_cdfgg :=_gg .Pow (2,float64 (bits ))-1;return [3]uint32 {uint32 (_cdfgg *_adbc .A ()),uint32 (_cdfgg *_adbc .B ()),uint32 (_cdfgg *_adbc .C ())};}; +// NewPdfFontFromTTFFile loads a TTF font file and returns a PdfFont type +// that can be used in text styling functions. +// Uses a WinAnsiTextEncoder and loads only character codes 32-255. +// NOTE: For composite fonts such as used in symbolic languages, use NewCompositePdfFontFromTTFFile. +func NewPdfFontFromTTFFile (filePath string )(*PdfFont ,error ){_bbfdf ,_gbbfb :=_fef .Open (filePath );if _gbbfb !=nil {_fca .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0072\u0065\u0061\u0064\u0069\u006e\u0067\u0020T\u0054F\u0020\u0066\u006f\u006e\u0074\u0020\u0066\u0069\u006c\u0065\u003a\u0020\u0025\u0076",_gbbfb ); +return nil ,_gbbfb ;};defer _bbfdf .Close ();return NewPdfFontFromTTF (_bbfdf );}; -// PdfPage represents a page in a PDF document. (7.7.3.3 - Table 30). -type PdfPage struct{Parent _eb .PdfObject ;LastModified *PdfDate ;Resources *PdfPageResources ;CropBox *PdfRectangle ;MediaBox *PdfRectangle ;BleedBox *PdfRectangle ;TrimBox *PdfRectangle ;ArtBox *PdfRectangle ;BoxColorInfo _eb .PdfObject ;Contents _eb .PdfObject ; -Rotate *int64 ;Group _eb .PdfObject ;Thumb _eb .PdfObject ;B _eb .PdfObject ;Dur _eb .PdfObject ;Trans _eb .PdfObject ;AA _eb .PdfObject ;Metadata _eb .PdfObject ;PieceInfo _eb .PdfObject ;StructParents _eb .PdfObject ;ID _eb .PdfObject ;PZ _eb .PdfObject ; -SeparationInfo _eb .PdfObject ;Tabs _eb .PdfObject ;TemplateInstantiated _eb .PdfObject ;PresSteps _eb .PdfObject ;UserUnit _eb .PdfObject ;VP _eb .PdfObject ;Annots _eb .PdfObject ;_dbga []*PdfAnnotation ;_aaagaa *_eb .PdfObjectDictionary ;_efcff *_eb .PdfIndirectObject ; -_eaebc _eb .PdfObjectDictionary ;_dcdfd *PdfReader ;}; +// SetBorderWidth sets the style's border width. +func (_ggb *PdfBorderStyle )SetBorderWidth (width float64 ){_ggb .W =&width }; -// C returns the value of the C component of the color. -func (_ddceg *PdfColorCalRGB )C ()float64 {return _ddceg [2]}; +// LTV represents an LTV (Long-Term Validation) client. It is used to LTV +// enable signatures by adding validation and revocation data (certificate, +// OCSP and CRL information) to the DSS dictionary of a PDF document. +// +// LTV is added through the DSS by: +// - Adding certificates, OCSP and CRL information in the global scope of the +// DSS. The global data is used for validating any of the signatures present +// in the document. +// - Adding certificates, OCSP and CRL information for a single signature, +// through an entry in the VRI dictionary of the DSS. The added data is used +// for validating that particular signature only. This is the recommended +// method for adding validation data for a signature. However, this is not +// is not possible in the same revision the signature is applied. Validation +// data for a signature is added based on the Contents entry of the signature, +// which is known only after the revision is written. Even if the Contents +// are known (e.g. when signing externally), updating the DSS at that point +// would invalidate the calculated signature. As a result, if adding LTV +// in the same revision is a requirement, use the first method. +// See LTV.EnableChain. +// +// The client applies both methods, when possible. +// +// If `LTV.SkipExisting` is set to true (the default), validations are +// not added for signatures which are already present in the VRI entry of the +// document's DSS dictionary. +type LTV struct{ -// IsHideToolbar returns the value of the hideToolbar flag. -func (_deeec *ViewerPreferences )IsHideToolbar ()bool {if _deeec ._caafc ==nil {return false ;};return *_deeec ._caafc ;}; +// CertClient is the client used to retrieve certificates. +CertClient *_ae .CertClient ; -// ToPdfObject implements interface PdfModel. -func (_fbga *PdfAnnotationRichMedia )ToPdfObject ()_eb .PdfObject {_fbga .PdfAnnotation .ToPdfObject ();_gbf :=_fbga ._ggf ;_fdbf :=_gbf .PdfObject .(*_eb .PdfObjectDictionary );_fdbf .SetIfNotNil ("\u0053u\u0062\u0074\u0079\u0070\u0065",_eb .MakeName ("\u0052i\u0063\u0068\u004d\u0065\u0064\u0069a")); -_fdbf .SetIfNotNil ("\u0052\u0069\u0063\u0068\u004d\u0065\u0064\u0069\u0061\u0053\u0065\u0074t\u0069\u006e\u0067\u0073",_fbga .RichMediaSettings );_fdbf .SetIfNotNil ("\u0052\u0069c\u0068\u004d\u0065d\u0069\u0061\u0043\u006f\u006e\u0074\u0065\u006e\u0074",_fbga .RichMediaContent ); -return _gbf ;}; +// OCSPClient is the client used to retrieve OCSP validation information. +OCSPClient *_ae .OCSPClient ; -// NewXObjectImage returns a new XObjectImage. -func NewXObjectImage ()*XObjectImage {_ddgdd :=&XObjectImage {};_gedab :=&_eb .PdfObjectStream {};_gedab .PdfObjectDictionary =_eb .MakeDict ();_ddgdd ._gceffg =_gedab ;return _ddgdd ;};func _abbaa (_gdbfa *fontCommon )*pdfFontSimple {return &pdfFontSimple {fontCommon :*_gdbfa }}; +// CRLClient is the client used to retrieve CRL validation information. +CRLClient *_ae .CRLClient ; +// SkipExisting specifies whether existing signature validations +// should be skipped. +SkipExisting bool ;_gdggc *PdfAppender ;_fcbgb *DSS ;}; -// AddWatermarkImage adds a watermark to the page. -func (_agcbf *PdfPage )AddWatermarkImage (ximg *XObjectImage ,opt WatermarkImageOptions )error {_deda ,_gccbf :=_agcbf .GetMediaBox ();if _gccbf !=nil {return _gccbf ;};_cfgg :=_deda .Urx -_deda .Llx ;_dccg :=_deda .Ury -_deda .Lly ;_daca :=float64 (*ximg .Width ); -_bdafe :=(_cfgg -_daca )/2;if opt .FitToWidth {_daca =_cfgg ;_bdafe =0;};_aefaa :=_dccg ;_gfbg :=float64 (0);if opt .PreserveAspectRatio {_aefaa =_daca *float64 (*ximg .Height )/float64 (*ximg .Width );_gfbg =(_dccg -_aefaa )/2;};if _agcbf .Resources ==nil {_agcbf .Resources =NewPdfPageResources (); -};_bgag :=0;_cfeaf :=_eb .PdfObjectName (_e .Sprintf ("\u0049\u006d\u0077%\u0064",_bgag ));for _agcbf .Resources .HasXObjectByName (_cfeaf ){_bgag ++;_cfeaf =_eb .PdfObjectName (_e .Sprintf ("\u0049\u006d\u0077%\u0064",_bgag ));};_gccbf =_agcbf .AddImageResource (_cfeaf ,ximg ); -if _gccbf !=nil {return _gccbf ;};_bgag =0;_gafeb :=_eb .PdfObjectName (_e .Sprintf ("\u0047\u0053\u0025\u0064",_bgag ));for _agcbf .HasExtGState (_gafeb ){_bgag ++;_gafeb =_eb .PdfObjectName (_e .Sprintf ("\u0047\u0053\u0025\u0064",_bgag ));};_edccc :=_eb .MakeDict (); -_edccc .Set ("\u0042\u004d",_eb .MakeName ("\u004e\u006f\u0072\u006d\u0061\u006c"));_edccc .Set ("\u0043\u0041",_eb .MakeFloat (opt .Alpha ));_edccc .Set ("\u0063\u0061",_eb .MakeFloat (opt .Alpha ));_gccbf =_agcbf .AddExtGState (_gafeb ,_edccc );if _gccbf !=nil {return _gccbf ; -};_aefge :=_e .Sprintf ("\u0071\u000a"+"\u002f%\u0073\u0020\u0067\u0073\u000a"+"%\u002e\u0030\u0066\u0020\u0030\u00200\u0020\u0025\u002e\u0030\u0066\u0020\u0025\u002e\u0034f\u0020\u0025\u002e4\u0066 \u0063\u006d\u000a"+"\u002f%\u0073\u0020\u0044\u006f\u000a"+"\u0051",_gafeb ,_daca ,_aefaa ,_bdafe ,_gfbg ,_cfeaf ); -_agcbf .AddContentStreamByString (_aefge );return nil ;}; +// FillWithAppearance populates `form` with values provided by `provider`. +// If not nil, `appGen` is used to generate appearance dictionaries for the +// field annotations, based on the specified settings. Otherwise, appearance +// generation is skipped. +// e.g.: appGen := annotator.FieldAppearance{OnlyIfMissing: true, RegenerateTextFields: true} +// NOTE: In next major version this functionality will be part of Fill. (v4) +func (_fgegb *PdfAcroForm )FillWithAppearance (provider FieldValueProvider ,appGen FieldAppearanceGenerator )error {_cdcgd :=_fgegb .fill (provider ,appGen );if _cdcgd !=nil {return _cdcgd ;};if _ ,_deea :=provider .(FieldImageProvider );_deea {_cdcgd =_fgegb .fillImageWithAppearance (provider .(FieldImageProvider ),appGen ); +};return _cdcgd ;}; -// NewPdfColorDeviceGray returns a new grayscale color based on an input grayscale float value in range [0-1]. -func NewPdfColorDeviceGray (grayVal float64 )*PdfColorDeviceGray {_cga :=PdfColorDeviceGray (grayVal );return &_cga ;}; +// SetCatalogMarkInfo sets the catalog MarkInfo dictionary. +func (_facff *PdfWriter )SetCatalogMarkInfo (info _cee .PdfObject )error {if info ==nil {_facff ._cdebc .Remove ("\u004d\u0061\u0072\u006b\u0049\u006e\u0066\u006f");return nil ;};if _cgda ,_cfadc :=info .(*_cee .PdfObjectReference );_cfadc {info =_cgda .Resolve (); +if info ==nil {_facff ._cdebc .Remove ("\u004d\u0061\u0072\u006b\u0049\u006e\u0066\u006f");return nil ;};};_facff .addObject (info );_facff ._cdebc .Set ("\u004d\u0061\u0072\u006b\u0049\u006e\u0066\u006f",info );return nil ;};func (_cbbbb *PdfWriter )writeXRefStreams (_ceadd int ,_dffeab int64 )error {_dcacd :=_ceadd +1; +_cbbbb ._gceegb [_dcacd ]=crossReference {Type :1,ObjectNumber :_dcacd ,Offset :_dffeab };_ecfadc :=_cd .NewBuffer (nil );_eccbg :=_cee .MakeArray ();for _ageddd :=0;_ageddd <=_ceadd ;{for ;_ageddd <=_ceadd ;_ageddd ++{_cbfgc ,_gfgb :=_cbbbb ._gceegb [_ageddd ]; +if _gfgb &&(!_cbbbb ._fbaeb ||_cbbbb ._fbaeb &&(_cbfgc .Type ==1&&_cbfgc .Offset >=_cbbbb ._ffcbgf ||_cbfgc .Type ==0)){break ;};};var _gaeac int ;for _gaeac =_ageddd +1;_gaeac <=_ceadd ;_gaeac ++{_fdeaf ,_gefedf :=_cbbbb ._gceegb [_gaeac ];if _gefedf &&(!_cbbbb ._fbaeb ||_cbbbb ._fbaeb &&(_fdeaf .Type ==1&&_fdeaf .Offset > _cbbbb ._ffcbgf )){continue ; +};break ;};_eccbg .Append (_cee .MakeInteger (int64 (_ageddd )),_cee .MakeInteger (int64 (_gaeac -_ageddd )));for _cbgd :=_ageddd ;_cbgd < _gaeac ;_cbgd ++{_adfcf :=_cbbbb ._gceegb [_cbgd ];switch _adfcf .Type {case 0:_de .Write (_ecfadc ,_de .BigEndian ,byte (0)); +_de .Write (_ecfadc ,_de .BigEndian ,uint32 (0));_de .Write (_ecfadc ,_de .BigEndian ,uint16 (0xFFFF));case 1:_de .Write (_ecfadc ,_de .BigEndian ,byte (1));_de .Write (_ecfadc ,_de .BigEndian ,uint32 (_adfcf .Offset ));_de .Write (_ecfadc ,_de .BigEndian ,uint16 (_adfcf .Generation )); +case 2:_de .Write (_ecfadc ,_de .BigEndian ,byte (2));_de .Write (_ecfadc ,_de .BigEndian ,uint32 (_adfcf .ObjectNumber ));_de .Write (_ecfadc ,_de .BigEndian ,uint16 (_adfcf .Index ));};};_ageddd =_gaeac +1;};_gedbf ,_ffeega :=_cee .MakeStream (_ecfadc .Bytes (),_cee .NewFlateEncoder ()); +if _ffeega !=nil {return _ffeega ;};_gedbf .ObjectNumber =int64 (_dcacd );_gedbf .PdfObjectDictionary .Set ("\u0054\u0079\u0070\u0065",_cee .MakeName ("\u0058\u0052\u0065\u0066"));_gedbf .PdfObjectDictionary .Set ("\u0057",_cee .MakeArray (_cee .MakeInteger (1),_cee .MakeInteger (4),_cee .MakeInteger (2))); +_gedbf .PdfObjectDictionary .Set ("\u0049\u006e\u0064e\u0078",_eccbg );_gedbf .PdfObjectDictionary .Set ("\u0053\u0069\u007a\u0065",_cee .MakeInteger (int64 (_dcacd )));_gedbf .PdfObjectDictionary .Set ("\u0049\u006e\u0066\u006f",_cbbbb ._cbfac );_gedbf .PdfObjectDictionary .Set ("\u0052\u006f\u006f\u0074",_cbbbb ._fadf ); +if _cbbbb ._fbaeb &&_cbbbb ._dfdbb > 0{_gedbf .PdfObjectDictionary .Set ("\u0050\u0072\u0065\u0076",_cee .MakeInteger (_cbbbb ._dfdbb ));};if _cbbbb ._ddafb !=nil {_gedbf .Set ("\u0045n\u0063\u0072\u0079\u0070\u0074",_cbbbb ._bbfag );};if _cbbbb ._aeffd ==nil &&_cbbbb ._dfea !=""&&_cbbbb ._bcggd !=""{_cbbbb ._aeffd =_cee .MakeArray (_cee .MakeHexString (_cbbbb ._dfea ),_cee .MakeHexString (_cbbbb ._bcggd )); +};if _cbbbb ._aeffd !=nil {_fca .Log .Trace ("\u0049d\u0073\u003a\u0020\u0025\u0073",_cbbbb ._aeffd );_gedbf .Set ("\u0049\u0044",_cbbbb ._aeffd );};_cbbbb .writeObject (int (_gedbf .ObjectNumber ),_gedbf );return nil ;}; -// ColorFromFloats returns a new PdfColor based on the input slice of color -// components. The slice should contain three elements representing the -// red, green and blue components of the color. The values of the elements -// should be between 0 and 1. -func (_bbcc *PdfColorspaceDeviceRGB )ColorFromFloats (vals []float64 )(PdfColor ,error ){if len (vals )!=3{return nil ,_dcf .New ("r\u0061\u006e\u0067\u0065\u0020\u0063\u0068\u0065\u0063\u006b");};_afeg :=vals [0];if _afeg < 0.0||_afeg > 1.0{_ddb .Log .Debug ("\u0063\u006f\u006cor\u0020\u006f\u0075\u0074\u0020\u006f\u0066\u0020\u0043\u0053\u0020\u0072\u0061\u006e\u0067\u0065\u003a\u0020",_afeg ); -return nil ,ErrColorOutOfRange ;};_faee :=vals [1];if _faee < 0.0||_faee > 1.0{_ddb .Log .Debug ("\u0063\u006f\u006cor\u0020\u006f\u0075\u0074\u0020\u006f\u0066\u0020\u0043\u0053\u0020\u0072\u0061\u006e\u0067\u0065\u003a\u0020",_afeg );return nil ,ErrColorOutOfRange ; -};_efedd :=vals [2];if _efedd < 0.0||_efedd > 1.0{_ddb .Log .Debug ("\u0063\u006f\u006cor\u0020\u006f\u0075\u0074\u0020\u006f\u0066\u0020\u0043\u0053\u0020\u0072\u0061\u006e\u0067\u0065\u003a\u0020",_afeg );return nil ,ErrColorOutOfRange ;};_agfc :=NewPdfColorDeviceRGB (_afeg ,_faee ,_efedd ); -return _agfc ,nil ;}; +// ImageToRGB returns an error since an image cannot be defined in a pattern colorspace. +func (_fagb *PdfColorspaceSpecialPattern )ImageToRGB (img Image )(Image ,error ){_fca .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u003a\u0020\u0049\u006d\u0061\u0067\u0065\u0020\u0063\u0061n\u006e\u006f\u0074\u0020\u0062\u0065\u0020\u0073\u0070\u0065\u0063\u0069\u0066i\u0065\u0064\u0020\u0069\u006e\u0020\u0050\u0061\u0074\u0074\u0065\u0072n \u0063\u006f\u006c\u006f\u0072\u0073\u0070\u0061\u0063\u0065"); +return img ,_cdf .New ("\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0063\u006f\u006c\u006f\u0072\u0073\u0070\u0061\u0063\u0065\u0020\u0066\u006f\u0072\u0020\u0069m\u0061\u0067\u0065\u0020\u0028p\u0061\u0074t\u0065\u0072\u006e\u0029");};func _dbdaag (_dcaae string )(string ,error ){var _aaac _cd .Buffer ; +_aaac .WriteString (_dcaae );_bdcbb :=make ([]byte ,8+16);_cggc :=_gc .Now ().UTC ().UnixNano ();_de .BigEndian .PutUint64 (_bdcbb ,uint64 (_cggc ));_ ,_badff :=_ff .Read (_bdcbb [8:]);if _badff !=nil {return "",_badff ;};_aaac .WriteString (_aa .EncodeToString (_bdcbb )); +return _aaac .String (),nil ;}; -// ToPdfObject converts the font to a PDF representation. -func (_cdae *pdfFontType0 )ToPdfObject ()_eb .PdfObject {if _cdae ._eecg ==nil {_cdae ._eecg =&_eb .PdfIndirectObject {};};_gcae :=_cdae .baseFields ().asPdfObjectDictionary ("\u0054\u0079\u0070e\u0030");_cdae ._eecg .PdfObject =_gcae ;if _cdae .Encoding !=nil {_gcae .Set ("\u0045\u006e\u0063\u006f\u0064\u0069\u006e\u0067",_cdae .Encoding ); -}else if _cdae ._edcff !=nil {_gcae .Set ("\u0045\u006e\u0063\u006f\u0064\u0069\u006e\u0067",_cdae ._edcff .ToPdfObject ());};if _cdae .DescendantFont !=nil {_gcae .Set ("\u0044e\u0073c\u0065\u006e\u0064\u0061\u006e\u0074\u0046\u006f\u006e\u0074\u0073",_eb .MakeArray (_cdae .DescendantFont .ToPdfObject ())); -};return _cdae ._eecg ;};func _abf (_addd _eb .PdfObject )(*PdfColorspaceDeviceNAttributes ,error ){_fedff :=&PdfColorspaceDeviceNAttributes {};var _facb *_eb .PdfObjectDictionary ;switch _aaefd :=_addd .(type ){case *_eb .PdfIndirectObject :_fedff ._dbggc =_aaefd ; -var _dafg bool ;_facb ,_dafg =_aaefd .PdfObject .(*_eb .PdfObjectDictionary );if !_dafg {_ddb .Log .Error ("\u0044\u0065\u0076\u0069c\u0065\u004e\u0020\u0061\u0074\u0074\u0072\u0069\u0062\u0075t\u0065 \u0074\u0079\u0070\u0065\u0020\u0065\u0072r\u006f\u0072"); -return nil ,_dcf .New ("\u0074\u0079\u0070\u0065\u0020\u0065\u0072\u0072\u006f\u0072");};case *_eb .PdfObjectDictionary :_facb =_aaefd ;case *_eb .PdfObjectReference :_cdaad :=_aaefd .Resolve ();return _abf (_cdaad );default:_ddb .Log .Error ("\u0044\u0065\u0076\u0069c\u0065\u004e\u0020\u0061\u0074\u0074\u0072\u0069\u0062\u0075t\u0065 \u0074\u0079\u0070\u0065\u0020\u0065\u0072r\u006f\u0072"); -return nil ,_dcf .New ("\u0074\u0079\u0070\u0065\u0020\u0065\u0072\u0072\u006f\u0072");};if _cbdb :=_facb .Get ("\u0053u\u0062\u0074\u0079\u0070\u0065");_cbdb !=nil {_edcfb ,_fbcc :=_eb .TraceToDirectObject (_cbdb ).(*_eb .PdfObjectName );if !_fbcc {_ddb .Log .Error ("\u0044\u0065vi\u0063\u0065\u004e \u0061\u0074\u0074\u0072ibu\u0074e \u0053\u0075\u0062\u0074\u0079\u0070\u0065 t\u0079\u0070\u0065\u0020\u0065\u0072\u0072o\u0072"); -return nil ,_dcf .New ("\u0074\u0079\u0070\u0065\u0020\u0065\u0072\u0072\u006f\u0072");};_fedff .Subtype =_edcfb ;};if _fcag :=_facb .Get ("\u0043o\u006c\u006f\u0072\u0061\u006e\u0074s");_fcag !=nil {_fedff .Colorants =_fcag ;};if _fceb :=_facb .Get ("\u0050r\u006f\u0063\u0065\u0073\u0073"); -_fceb !=nil {_fedff .Process =_fceb ;};if _agdg :=_facb .Get ("M\u0069\u0078\u0069\u006e\u0067\u0048\u0069\u006e\u0074\u0073");_agdg !=nil {_fedff .MixingHints =_agdg ;};return _fedff ,nil ;}; +// AlphaMapFunc represents a alpha mapping function: byte -> byte. Can be used for +// thresholding the alpha channel, i.e. setting all alpha values below threshold to transparent. +type AlphaMapFunc func (_agba byte )byte ; -// GetRuneMetrics returns the char metrics for a rune. -// TODO(peterwilliams97) There is nothing callers can do if no CharMetrics are found so we might as -// well give them 0 width. There is no need for the bool return. -func (_fcdecg *PdfFont )GetRuneMetrics (r rune )(CharMetrics ,bool ){_fegac :=_fcdecg .actualFont ();if _fegac ==nil {_ddb .Log .Debug ("ER\u0052\u004fR\u003a\u0020\u0047\u0065\u0074\u0047\u006c\u0079\u0070h\u0043\u0068\u0061\u0072\u004d\u0065\u0074\u0072\u0069\u0063\u0073\u0020\u004e\u006f\u0074\u0020\u0069\u006d\u0070\u006c\u0065\u006d\u0065\u006e\u0074\u0065\u0064\u0020f\u006fr\u0020\u0066\u006f\u006e\u0074\u0020\u0074\u0079p\u0065=\u0025\u0023T",_fcdecg ._fdaa ); -return _fg .CharMetrics {},false ;};if _dgcab ,_ecfbg :=_fegac .GetRuneMetrics (r );_ecfbg {return _dgcab ,true ;};if _abcc ,_fcdb :=_fcdecg .GetFontDescriptor ();_fcdb ==nil &&_abcc !=nil {return _fg .CharMetrics {Wx :_abcc ._acaad },true ;};_ddb .Log .Debug ("\u0047\u0065\u0074\u0047\u006c\u0079\u0070h\u0043\u0068\u0061r\u004d\u0065\u0074\u0072i\u0063\u0073\u003a\u0020\u004e\u006f\u0020\u006d\u0065\u0074\u0072\u0069\u0063\u0073\u0020\u0066\u006f\u0072\u0020\u0066\u006f\u006e\u0074\u003d\u0025\u0073",_fcdecg ); -return _fg .CharMetrics {},false ;}; +// B returns the value of the B component of the color. +func (_gdff *PdfColorLab )B ()float64 {return _gdff [2]}; -// SetShadingByName sets a shading resource specified by keyName. -func (_aebaa *PdfPageResources )SetShadingByName (keyName _eb .PdfObjectName ,shadingObj _eb .PdfObject )error {if _aebaa .Shading ==nil {_aebaa .Shading =_eb .MakeDict ();};_ffddb ,_fegbab :=_eb .GetDict (_aebaa .Shading );if !_fegbab {return _eb .ErrTypeError ; -};_ffddb .Set (keyName ,shadingObj );return nil ;}; +// Duplicate creates a duplicate page based on the current one and returns it. +func (_eadfb *PdfPage )Duplicate ()*PdfPage {_ccgea :=*_eadfb ;_ccgea ._cfdab =_cee .MakeDict ();_ccgea ._bafab =_cee .MakeIndirectObject (_ccgea ._cfdab );_ccgea ._bfeab =*_ccgea ._cfdab ;return &_ccgea ;}; -// SetPrintPageRange sets the value of the printPageRange. -func (_eacgaa *ViewerPreferences )SetPrintPageRange (printPageRange []int ){_eacgaa ._gcgfc =printPageRange ;}; +// Y returns the value of the yellow component of the color. +func (_aced *PdfColorDeviceCMYK )Y ()float64 {return _aced [2]}; -// ToPdfObject returns the PDF representation of the shading dictionary. -func (_dbcbb *PdfShadingType1 )ToPdfObject ()_eb .PdfObject {_dbcbb .PdfShading .ToPdfObject ();_bfbcf ,_feaba :=_dbcbb .getShadingDict ();if _feaba !=nil {_ddb .Log .Error ("\u0055\u006ea\u0062\u006c\u0065\u0020\u0074\u006f\u0020\u0061\u0063\u0063\u0065\u0073\u0073\u0020\u0073\u0068\u0061\u0064\u0069\u006e\u0067\u0020di\u0063\u0074"); -return nil ;};if _dbcbb .Domain !=nil {_bfbcf .Set ("\u0044\u006f\u006d\u0061\u0069\u006e",_dbcbb .Domain );};if _dbcbb .Matrix !=nil {_bfbcf .Set ("\u004d\u0061\u0074\u0072\u0069\u0078",_dbcbb .Matrix );};if _dbcbb .Function !=nil {if len (_dbcbb .Function )==1{_bfbcf .Set ("\u0046\u0075\u006e\u0063\u0074\u0069\u006f\u006e",_dbcbb .Function [0].ToPdfObject ()); -}else {_aagf :=_eb .MakeArray ();for _ ,_cbeea :=range _dbcbb .Function {_aagf .Append (_cbeea .ToPdfObject ());};_bfbcf .Set ("\u0046\u0075\u006e\u0063\u0074\u0069\u006f\u006e",_aagf );};};return _dbcbb ._cefaa ;}; +// HasColorspaceByName checks if the colorspace with the specified name exists in the page resources. +func (_aaeff *PdfPageResources )HasColorspaceByName (keyName _cee .PdfObjectName )bool {_gfcef ,_adebd :=_aaeff .GetColorspaces ();if _adebd !=nil {_fca .Log .Debug ("\u0045\u0052R\u004f\u0052\u0020\u0067\u0065\u0074\u0074\u0069\u006e\u0067\u0020\u0063\u006f\u006c\u006f\u0072\u0073\u0070\u0072\u0061\u0063\u0065: \u0025\u0076",_adebd ); +return false ;};if _gfcef ==nil {return false ;};_ ,_eccbb :=_gfcef .Colorspaces [string (keyName )];return _eccbb ;};func (_cbgc *PdfWriter )writeOutputIntents ()error {if len (_cbgc ._dbbf )==0{return nil ;};_eabad :=make ([]_cee .PdfObject ,len (_cbgc ._dbbf )); +for _gdadc ,_bdfce :=range _cbgc ._dbbf {_cbgbg :=_bdfce .ToPdfObject ();_eabad [_gdadc ]=_cee .MakeIndirectObject (_cbgbg );};_aecad :=_cee .MakeIndirectObject (_cee .MakeArray (_eabad ...));_cbgc ._cdebc .Set ("\u004f\u0075\u0074\u0070\u0075\u0074\u0049\u006e\u0074\u0065\u006e\u0074\u0073",_aecad ); +if _dfbegd :=_cbgc .addObjects (_aecad );_dfbegd !=nil {return _dfbegd ;};return nil ;};func _fegd (_bedgc *[]*PdfField ,_egbgc FieldFilterFunc ,_gcfgc bool )[]*PdfField {if _bedgc ==nil {return nil ;};_gcaf :=*_bedgc ;if len (*_bedgc )==0{return nil ; +};_fgbfg :=_gcaf [:0];if _egbgc ==nil {_egbgc =func (*PdfField )bool {return true };};var _bcbb []*PdfField ;for _ ,_ecddc :=range _gcaf {_edaff :=_egbgc (_ecddc );if _edaff {_bcbb =append (_bcbb ,_ecddc );if len (_ecddc .Kids )> 0{_bcbb =append (_bcbb ,_fegd (&_ecddc .Kids ,_egbgc ,_gcfgc )...); +};};if !_gcfgc ||!_edaff ||len (_ecddc .Kids )> 0{_fgbfg =append (_fgbfg ,_ecddc );};};*_bedgc =_fgbfg ;return _bcbb ;}; -// GetCharMetrics returns the char metrics for character code `code`. -func (_dbaeg pdfCIDFontType2 )GetCharMetrics (code _fc .CharCode )(_fg .CharMetrics ,bool ){if _aecfe ,_bbge :=_dbaeg ._fcgg [code ];_bbge {return _fg .CharMetrics {Wx :_aecfe },true ;};_fggg :=rune (code );_facf ,_dacgb :=_dbaeg ._caba [_fggg ];if !_dacgb {_facf =int (_dbaeg ._aggd ); -};return _fg .CharMetrics {Wx :float64 (_facf )},true ;};func _bgadc (_bbdbe []byte )(_eegbe ,_dagc string ,_gegbe error ){_ddb .Log .Trace ("g\u0065\u0074\u0041\u0053CI\u0049S\u0065\u0063\u0074\u0069\u006fn\u0073\u003a\u0020\u0025\u0064\u0020",len (_bbdbe )); -_ebedb :=_ffee .FindIndex (_bbdbe );if _ebedb ==nil {_ddb .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a \u0067\u0065\u0074\u0041\u0053\u0043\u0049\u0049\u0053\u0065\u0063\u0074\u0069o\u006e\u0073\u002e\u0020\u004e\u006f\u0020d\u0069\u0063\u0074\u002e"); -return "","",_eb .ErrTypeError ;};_ecfg :=_ebedb [1];_cbecd :=_cc .Index (string (_bbdbe [_ecfg :]),_ccbg );if _cbecd < 0{_eegbe =string (_bbdbe [_ecfg :]);return _eegbe ,"",nil ;};_aadfe :=_ecfg +_cbecd ;_eegbe =string (_bbdbe [_ecfg :_aadfe ]);_caccd :=_aadfe ; -_cbecd =_cc .Index (string (_bbdbe [_caccd :]),_ceab );if _cbecd < 0{_ddb .Log .Debug ("\u0045\u0052\u0052O\u0052\u003a\u0020\u0067e\u0074\u0041\u0053\u0043\u0049\u0049\u0053e\u0063\u0074\u0069\u006f\u006e\u0073\u002e\u0020\u0065\u0072\u0072\u003d\u0025\u0076",_gegbe ); -return "","",_eb .ErrTypeError ;};_cgbgb :=_caccd +_cbecd ;_dagc =string (_bbdbe [_caccd :_cgbgb ]);return _eegbe ,_dagc ,nil ;};func (_aed *PdfReader )newPdfAnnotationMarkupFromDict (_aadc *_eb .PdfObjectDictionary )(*PdfAnnotationMarkup ,error ){_fcd :=&PdfAnnotationMarkup {}; -if _cbbg :=_aadc .Get ("\u0054");_cbbg !=nil {_fcd .T =_cbbg ;};if _adc :=_aadc .Get ("\u0050\u006f\u0070u\u0070");_adc !=nil {_gbg ,_eeae :=_adc .(*_eb .PdfIndirectObject );if !_eeae {if _ ,_ebf :=_adc .(*_eb .PdfObjectNull );!_ebf {return nil ,_dcf .New ("p\u006f\u0070\u0075\u0070\u0020\u0073\u0068\u006f\u0075\u006c\u0064\u0020\u0070\u006f\u0069\u006e\u0074\u0020t\u006f\u0020\u0061\u006e\u0020\u0069\u006e\u0064\u0069\u0072ec\u0074\u0020\u006fb\u006ae\u0063\u0074"); -};}else {_agfa ,_bedb :=_aed .newPdfAnnotationFromIndirectObject (_gbg );if _bedb !=nil {return nil ,_bedb ;};if _agfa !=nil {_fbfb ,_cag :=_agfa ._cdb .(*PdfAnnotationPopup );if !_cag {return nil ,_dcf .New ("\u006f\u0062\u006ae\u0063\u0074\u0020\u006e\u006f\u0074\u0020\u0072\u0065\u0066\u0065\u0072\u0072\u0069\u006e\u0067\u0020\u0074\u006f\u0020\u0061\u0020\u0070\u006f\u0070\u0075\u0070\u0020\u0061n\u006e\u006f\u0074\u0061\u0074\u0069\u006f\u006e"); -};_fcd .Popup =_fbfb ;};};};if _gggf :=_aadc .Get ("\u0043\u0041");_gggf !=nil {_fcd .CA =_gggf ;};if _ddc :=_aadc .Get ("\u0052\u0043");_ddc !=nil {_fcd .RC =_ddc ;};if _abgd :=_aadc .Get ("\u0043\u0072\u0065a\u0074\u0069\u006f\u006e\u0044\u0061\u0074\u0065"); -_abgd !=nil {_fcd .CreationDate =_abgd ;};if _gcfd :=_aadc .Get ("\u0049\u0052\u0054");_gcfd !=nil {_fcd .IRT =_gcfd ;};if _gce :=_aadc .Get ("\u0053\u0075\u0062\u006a");_gce !=nil {_fcd .Subj =_gce ;};if _edf :=_aadc .Get ("\u0052\u0054");_edf !=nil {_fcd .RT =_edf ; -};if _fcgd :=_aadc .Get ("\u0049\u0054");_fcgd !=nil {_fcd .IT =_fcgd ;};if _ebgfa :=_aadc .Get ("\u0045\u0078\u0044\u0061\u0074\u0061");_ebgfa !=nil {_fcd .ExData =_ebgfa ;};return _fcd ,nil ;}; +// GetAllContentStreams gets all the content streams for a page as one string. +func (_aeed *PdfPage )GetAllContentStreams ()(string ,error ){_gfed ,_bddeb :=_aeed .GetContentStreams ();if _bddeb !=nil {return "",_bddeb ;};return _ad .Join (_gfed ,"\u0020"),nil ;}; -// PdfAnnotationSquare represents Square annotations. -// (Section 12.5.6.8). -type PdfAnnotationSquare struct{*PdfAnnotation ;*PdfAnnotationMarkup ;BS _eb .PdfObject ;IC _eb .PdfObject ;BE _eb .PdfObject ;RD _eb .PdfObject ;}; +// GetSubFilter returns SubFilter value or empty string. +func (_gdfa *pdfSignDictionary )GetSubFilter ()string {_cadcg :=_gdfa .Get ("\u0053u\u0062\u0046\u0069\u006c\u0074\u0065r");if _cadcg ==nil {return "";};if _gebag ,_dcddd :=_cee .GetNameVal (_cadcg );_dcddd {return _gebag ;};return "";}; -// PdfActionSound represents a sound action. -type PdfActionSound struct{*PdfAction ;Sound _eb .PdfObject ;Volume _eb .PdfObject ;Synchronous _eb .PdfObject ;Repeat _eb .PdfObject ;Mix _eb .PdfObject ;};func (_efefb *PdfWriter )optimize ()error {if _efefb ._fbaag ==nil {return nil ;};var _eeedc error ; -_efefb ._dcfgf ,_eeedc =_efefb ._fbaag .Optimize (_efefb ._dcfgf );if _eeedc !=nil {return _eeedc ;};_befdb :=make (map[_eb .PdfObject ]struct{},len (_efefb ._dcfgf ));for _ ,_gddce :=range _efefb ._dcfgf {_befdb [_gddce ]=struct{}{};};_efefb ._aeeda =_befdb ; -return nil ;}; +// PdfActionTrans represents a trans action. +type PdfActionTrans struct{*PdfAction ;Trans _cee .PdfObject ;}; -// AcroFormRepairOptions contains options for rebuilding the AcroForm. -type AcroFormRepairOptions struct{}; +// NewXObjectImageFromImage creates a new XObject Image from an image object +// with default options. If encoder is nil, uses raw encoding (none). +func NewXObjectImageFromImage (img *Image ,cs PdfColorspace ,encoder _cee .StreamEncoder )(*XObjectImage ,error ){_deggd :=NewXObjectImage ();return UpdateXObjectImageFromImage (_deggd ,img ,cs ,encoder );};func _abbe (_ebeb _cee .PdfObject )(*PdfPattern ,error ){_eadae :=&PdfPattern {}; +var _geab *_cee .PdfObjectDictionary ;if _dddea ,_ccaee :=_cee .GetIndirect (_ebeb );_ccaee {_eadae ._bgabc =_dddea ;_fcfa ,_fcfb :=_dddea .PdfObject .(*_cee .PdfObjectDictionary );if !_fcfb {_fca .Log .Debug ("\u0050\u0061\u0074\u0074\u0065\u0072\u006e\u0020\u0069\u006e\u0064\u0069\u0072\u0065\u0063\u0074\u0020\u006f\u0062\u006ae\u0063\u0074\u0020\u006e\u006f\u0074\u0020\u0063\u006fn\u0074\u0061\u0069\u006e\u0069\u006e\u0067\u0020\u0064\u0069\u0063\u0074\u0069o\u006e\u0061\u0072\u0079\u0020\u0028g\u006f\u0074\u0020%\u0054\u0029",_dddea .PdfObject ); +return nil ,_cee .ErrTypeError ;};_geab =_fcfa ;}else if _bfcad ,_deedg :=_cee .GetStream (_ebeb );_deedg {_eadae ._bgabc =_bfcad ;_geab =_bfcad .PdfObjectDictionary ;}else {_fca .Log .Debug ("\u0050a\u0074\u0074e\u0072\u006e\u0020\u006eo\u0074\u0020\u0061n\u0020\u0069\u006e\u0064\u0069\u0072\u0065\u0063\u0074 o\u0062\u006a\u0065c\u0074\u0020o\u0072\u0020\u0073\u0074\u0072\u0065a\u006d\u002e \u0025\u0054",_ebeb ); +return nil ,_cee .ErrTypeError ;};_aged :=_geab .Get ("P\u0061\u0074\u0074\u0065\u0072\u006e\u0054\u0079\u0070\u0065");if _aged ==nil {_fca .Log .Debug ("\u0050\u0064\u0066\u0020\u0050\u0061\u0074\u0074\u0065\u0072\u006e\u0020\u006e\u006f\u0074\u0020\u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0069n\u0067\u0020\u0050\u0061\u0074t\u0065\u0072n\u0054\u0079\u0070\u0065"); +return nil ,ErrRequiredAttributeMissing ;};_dddga ,_ebcec :=_aged .(*_cee .PdfObjectInteger );if !_ebcec {_fca .Log .Debug ("\u0050\u0061tt\u0065\u0072\u006e \u0074\u0079\u0070\u0065 no\u0074 a\u006e\u0020\u0069\u006e\u0074\u0065\u0067er\u0020\u0028\u0067\u006f\u0074\u0020\u0025T\u0029",_aged ); +return nil ,_cee .ErrTypeError ;};if *_dddga !=1&&*_dddga !=2{_fca .Log .Debug ("\u0050\u0061\u0074\u0074e\u0072\u006e\u0020\u0074\u0079\u0070\u0065\u0020\u0021\u003d \u0031/\u0032\u0020\u0028\u0067\u006f\u0074\u0020%\u0064\u0029",*_dddga );return nil ,_cee .ErrRangeError ; +};_eadae .PatternType =int64 (*_dddga );switch *_dddga {case 1:_gced ,_feea :=_dabde (_geab );if _feea !=nil {return nil ,_feea ;};_gced .PdfPattern =_eadae ;_eadae ._gabf =_gced ;return _eadae ,nil ;case 2:_aedb ,_bbdca :=_aebcf (_geab );if _bbdca !=nil {return nil ,_bbdca ; +};_aedb .PdfPattern =_eadae ;_eadae ._gabf =_aedb ;return _eadae ,nil ;};return nil ,_cdf .New ("\u0075n\u006bn\u006f\u0077\u006e\u0020\u0070\u0061\u0074\u0074\u0065\u0072\u006e");};func _cbda (_eega _cee .PdfObject )(*PdfColorspaceSpecialSeparation ,error ){_edfdc :=NewPdfColorspaceSpecialSeparation (); +if _daeg ,_ceegc :=_eega .(*_cee .PdfIndirectObject );_ceegc {_edfdc ._dfgac =_daeg ;};_eega =_cee .TraceToDirectObject (_eega );_gffa ,_dgef :=_eega .(*_cee .PdfObjectArray );if !_dgef {return nil ,_e .Errorf ("\u0073\u0065p\u0061\u0072\u0061\u0074\u0069\u006f\u006e\u0020\u0043\u0053\u003a\u0020\u0049\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u006f\u0062je\u0063\u0074"); +};if _gffa .Len ()!=4{return nil ,_e .Errorf ("\u0073\u0065p\u0061\u0072\u0061\u0074i\u006f\u006e \u0043\u0053\u003a\u0020\u0049\u006e\u0063\u006fr\u0072\u0065\u0063\u0074\u0020\u0061\u0072\u0072\u0061\u0079\u0020\u006ce\u006e\u0067\u0074\u0068");};_eega =_gffa .Get (0); +_bfcc ,_dgef :=_eega .(*_cee .PdfObjectName );if !_dgef {return nil ,_e .Errorf ("\u0073\u0065\u0070ar\u0061\u0074\u0069\u006f\u006e\u0020\u0043\u0053\u003a \u0069n\u0076a\u006ci\u0064\u0020\u0066\u0061\u006d\u0069\u006c\u0079\u0020\u006e\u0061\u006d\u0065"); +};if *_bfcc !="\u0053\u0065\u0070\u0061\u0072\u0061\u0074\u0069\u006f\u006e"{return nil ,_e .Errorf ("\u0073\u0065\u0070\u0061\u0072\u0061\u0074\u0069\u006f\u006e\u0020\u0043\u0053\u003a\u0020w\u0072o\u006e\u0067\u0020\u0066\u0061\u006d\u0069\u006c\u0079\u0020\u006e\u0061\u006d\u0065"); +};_eega =_gffa .Get (1);_bfcc ,_dgef =_eega .(*_cee .PdfObjectName );if !_dgef {return nil ,_e .Errorf ("\u0073\u0065pa\u0072\u0061\u0074i\u006f\u006e\u0020\u0043S: \u0049nv\u0061\u006c\u0069\u0064\u0020\u0063\u006flo\u0072\u0061\u006e\u0074\u0020\u006e\u0061m\u0065"); +};_edfdc .ColorantName =_bfcc ;_eega =_gffa .Get (2);_bfdac ,_dcec :=NewPdfColorspaceFromPdfObject (_eega );if _dcec !=nil {return nil ,_dcec ;};_edfdc .AlternateSpace =_bfdac ;_gdac ,_dcec :=_eeaec (_gffa .Get (3));if _dcec !=nil {return nil ,_dcec ;}; +_edfdc .TintTransform =_gdac ;return _edfdc ,nil ;}; -// PdfRectangle is a definition of a rectangle. -type PdfRectangle struct{Llx float64 ;Lly float64 ;Urx float64 ;Ury float64 ;}; +// NewPdfAnnotationSound returns a new sound annotation. +func NewPdfAnnotationSound ()*PdfAnnotationSound {_ebc :=NewPdfAnnotation ();_abg :=&PdfAnnotationSound {};_abg .PdfAnnotation =_ebc ;_abg .PdfAnnotationMarkup =&PdfAnnotationMarkup {};_ebc .SetContext (_abg );return _abg ;}; -// NewPdfPageResources returns a new PdfPageResources object. -func NewPdfPageResources ()*PdfPageResources {_egaec :=&PdfPageResources {};_egaec ._fdada =_eb .MakeDict ();return _egaec ;};func (_bdc *PdfAppender )addNewObject (_adcf _eb .PdfObject ){if _ ,_eaag :=_bdc ._accfg [_adcf ];!_eaag {_bdc ._dfg =append (_bdc ._dfg ,_adcf ); -_bdc ._accfg [_adcf ]=struct{}{};};}; +// ToPdfObject returns the PdfFontDescriptor as a PDF dictionary inside an indirect object. +func (_fccbg *PdfFontDescriptor )ToPdfObject ()_cee .PdfObject {_eeggc :=_cee .MakeDict ();if _fccbg ._gbfec ==nil {_fccbg ._gbfec =&_cee .PdfIndirectObject {};};_fccbg ._gbfec .PdfObject =_eeggc ;_eeggc .Set ("\u0054\u0079\u0070\u0065",_cee .MakeName ("\u0046\u006f\u006e\u0074\u0044\u0065\u0073\u0063\u0072i\u0070\u0074\u006f\u0072")); +if _fccbg .FontName !=nil {_eeggc .Set ("\u0046\u006f\u006e\u0074\u004e\u0061\u006d\u0065",_fccbg .FontName );};if _fccbg .FontFamily !=nil {_eeggc .Set ("\u0046\u006f\u006e\u0074\u0046\u0061\u006d\u0069\u006c\u0079",_fccbg .FontFamily );};if _fccbg .FontStretch !=nil {_eeggc .Set ("F\u006f\u006e\u0074\u0053\u0074\u0072\u0065\u0074\u0063\u0068",_fccbg .FontStretch ); +};if _fccbg .FontWeight !=nil {_eeggc .Set ("\u0046\u006f\u006e\u0074\u0057\u0065\u0069\u0067\u0068\u0074",_fccbg .FontWeight );};if _fccbg .Flags !=nil {_eeggc .Set ("\u0046\u006c\u0061g\u0073",_fccbg .Flags );};if _fccbg .FontBBox !=nil {_eeggc .Set ("\u0046\u006f\u006e\u0074\u0042\u0042\u006f\u0078",_fccbg .FontBBox ); +};if _fccbg .ItalicAngle !=nil {_eeggc .Set ("I\u0074\u0061\u006c\u0069\u0063\u0041\u006e\u0067\u006c\u0065",_fccbg .ItalicAngle );};if _fccbg .Ascent !=nil {_eeggc .Set ("\u0041\u0073\u0063\u0065\u006e\u0074",_fccbg .Ascent );};if _fccbg .Descent !=nil {_eeggc .Set ("\u0044e\u0073\u0063\u0065\u006e\u0074",_fccbg .Descent ); +};if _fccbg .Leading !=nil {_eeggc .Set ("\u004ce\u0061\u0064\u0069\u006e\u0067",_fccbg .Leading );};if _fccbg .CapHeight !=nil {_eeggc .Set ("\u0043a\u0070\u0048\u0065\u0069\u0067\u0068t",_fccbg .CapHeight );};if _fccbg .XHeight !=nil {_eeggc .Set ("\u0058H\u0065\u0069\u0067\u0068\u0074",_fccbg .XHeight ); +};if _fccbg .StemV !=nil {_eeggc .Set ("\u0053\u0074\u0065m\u0056",_fccbg .StemV );};if _fccbg .StemH !=nil {_eeggc .Set ("\u0053\u0074\u0065m\u0048",_fccbg .StemH );};if _fccbg .AvgWidth !=nil {_eeggc .Set ("\u0041\u0076\u0067\u0057\u0069\u0064\u0074\u0068",_fccbg .AvgWidth ); +};if _fccbg .MaxWidth !=nil {_eeggc .Set ("\u004d\u0061\u0078\u0057\u0069\u0064\u0074\u0068",_fccbg .MaxWidth );};if _fccbg .MissingWidth !=nil {_eeggc .Set ("\u004d\u0069\u0073s\u0069\u006e\u0067\u0057\u0069\u0064\u0074\u0068",_fccbg .MissingWidth );}; +if _fccbg .FontFile !=nil {_eeggc .Set ("\u0046\u006f\u006e\u0074\u0046\u0069\u006c\u0065",_fccbg .FontFile );};if _fccbg .FontFile2 !=nil {_eeggc .Set ("\u0046o\u006e\u0074\u0046\u0069\u006c\u00652",_fccbg .FontFile2 );};if _fccbg .FontFile3 !=nil {_eeggc .Set ("\u0046o\u006e\u0074\u0046\u0069\u006c\u00653",_fccbg .FontFile3 ); +};if _fccbg .CharSet !=nil {_eeggc .Set ("\u0043h\u0061\u0072\u0053\u0065\u0074",_fccbg .CharSet );};if _fccbg .Style !=nil {_eeggc .Set ("\u0046\u006f\u006e\u0074\u004e\u0061\u006d\u0065",_fccbg .FontName );};if _fccbg .Lang !=nil {_eeggc .Set ("\u004c\u0061\u006e\u0067",_fccbg .Lang ); +};if _fccbg .FD !=nil {_eeggc .Set ("\u0046\u0044",_fccbg .FD );};if _fccbg .CIDSet !=nil {_eeggc .Set ("\u0043\u0049\u0044\u0053\u0065\u0074",_fccbg .CIDSet );};return _fccbg ._gbfec ;};var ImageHandling ImageHandler =DefaultImageHandler {}; -// Items returns all children outline items. -func (_fbabgd *OutlineItem )Items ()[]*OutlineItem {return _fbabgd .Entries };func _edafd (_dddddc *_eb .PdfObjectDictionary )(*PdfShadingType3 ,error ){_dacgca :=PdfShadingType3 {};_ccbbg :=_dddddc .Get ("\u0043\u006f\u006f\u0072\u0064\u0073");if _ccbbg ==nil {_ddb .Log .Debug ("\u0052\u0065\u0071ui\u0072\u0065\u0064\u0020\u0061\u0074\u0074\u0072\u0069b\u0075t\u0065 \u006di\u0073\u0073\u0069\u006e\u0067\u003a\u0020\u0043\u006f\u006f\u0072\u0064\u0073"); -return nil ,ErrRequiredAttributeMissing ;};_adgbf ,_abbef :=_ccbbg .(*_eb .PdfObjectArray );if !_abbef {_ddb .Log .Debug ("\u0043\u006f\u006f\u0072d\u0073\u0020\u006e\u006f\u0074\u0020\u0061\u006e\u0020\u0061r\u0072a\u0079\u0020\u0028\u0067\u006f\u0074\u0020%\u0054\u0029",_ccbbg ); -return nil ,_eb .ErrTypeError ;};if _adgbf .Len ()!=6{_ddb .Log .Debug ("\u0043\u006f\u006f\u0072d\u0073\u0020\u006c\u0065\u006e\u0067\u0074\u0068\u0020\u006eo\u0074 \u0036\u0020\u0028\u0067\u006f\u0074\u0020%\u0064\u0029",_adgbf .Len ());return nil ,ErrInvalidAttribute ; -};_dacgca .Coords =_adgbf ;if _cfgeg :=_dddddc .Get ("\u0044\u006f\u006d\u0061\u0069\u006e");_cfgeg !=nil {_cfgeg =_eb .TraceToDirectObject (_cfgeg );_gdacb ,_eceac :=_cfgeg .(*_eb .PdfObjectArray );if !_eceac {_ddb .Log .Debug ("\u0044\u006f\u006d\u0061i\u006e\u0020\u006e\u006f\u0074\u0020\u0061\u006e\u0020\u0061r\u0072a\u0079\u0020\u0028\u0067\u006f\u0074\u0020%\u0054\u0029",_cfgeg ); -return nil ,_eb .ErrTypeError ;};_dacgca .Domain =_gdacb ;};_ccbbg =_dddddc .Get ("\u0046\u0075\u006e\u0063\u0074\u0069\u006f\u006e");if _ccbbg ==nil {_ddb .Log .Debug ("\u0052\u0065q\u0075\u0069\u0072\u0065d\u0020\u0061t\u0074\u0072\u0069\u0062\u0075\u0074\u0065\u0020m\u0069\u0073\u0073\u0069\u006e\u0067\u003a\u0020\u0020\u0046\u0075\u006ec\u0074\u0069\u006f\u006e"); -return nil ,ErrRequiredAttributeMissing ;};_dacgca .Function =[]PdfFunction {};if _gcefb ,_febbd :=_ccbbg .(*_eb .PdfObjectArray );_febbd {for _ ,_fcecf :=range _gcefb .Elements (){_eeadf ,_bacce :=_cccfa (_fcecf );if _bacce !=nil {_ddb .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0070\u0061\u0072\u0073\u0069n\u0067\u0020\u0066\u0075\u006e\u0063\u0074\u0069\u006f\u006e:\u0020\u0025\u0076",_bacce ); -return nil ,_bacce ;};_dacgca .Function =append (_dacgca .Function ,_eeadf );};}else {_bfaba ,_babff :=_cccfa (_ccbbg );if _babff !=nil {_ddb .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0070\u0061\u0072\u0073\u0069n\u0067\u0020\u0066\u0075\u006e\u0063\u0074\u0069\u006f\u006e:\u0020\u0025\u0076",_babff ); -return nil ,_babff ;};_dacgca .Function =append (_dacgca .Function ,_bfaba );};if _edgdb :=_dddddc .Get ("\u0045\u0078\u0074\u0065\u006e\u0064");_edgdb !=nil {_edgdb =_eb .TraceToDirectObject (_edgdb );_bgegf ,_edbdd :=_edgdb .(*_eb .PdfObjectArray );if !_edbdd {_ddb .Log .Debug ("\u004d\u0061\u0074\u0072i\u0078\u0020\u006e\u006f\u0074\u0020\u0061\u006e\u0020\u0061r\u0072a\u0079\u0020\u0028\u0067\u006f\u0074\u0020%\u0054\u0029",_edgdb ); -return nil ,_eb .ErrTypeError ;};if _bgegf .Len ()!=2{_ddb .Log .Debug ("\u0045\u0078\u0074\u0065n\u0064\u0020\u006c\u0065\u006e\u0067\u0074\u0068\u0020\u006eo\u0074 \u0032\u0020\u0028\u0067\u006f\u0074\u0020%\u0064\u0029",_bgegf .Len ());return nil ,ErrInvalidAttribute ; -};_dacgca .Extend =_bgegf ;};return &_dacgca ,nil ;};func _cffdc (_agddc *_eb .PdfIndirectObject )(*PdfOutline ,error ){_ffbge ,_dacbe :=_agddc .PdfObject .(*_eb .PdfObjectDictionary );if !_dacbe {return nil ,_e .Errorf ("\u006f\u0075\u0074l\u0069\u006e\u0065\u0020o\u0062\u006a\u0065\u0063\u0074\u0020\u006eo\u0074\u0020\u0061\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079"); -};_gedgb :=NewPdfOutline ();if _gbgf :=_ffbge .Get ("\u0054\u0079\u0070\u0065");_gbgf !=nil {_eebefe ,_cefgf :=_gbgf .(*_eb .PdfObjectName );if _cefgf {if *_eebefe !="\u004f\u0075\u0074\u006c\u0069\u006e\u0065\u0073"{_ddb .Log .Debug ("E\u0052\u0052\u004f\u0052\u0020\u0054y\u0070\u0065\u0020\u0021\u003d\u0020\u004f\u0075\u0074l\u0069\u006e\u0065s\u0020(\u0025\u0073\u0029",*_eebefe ); -};};};if _ccafc :=_ffbge .Get ("\u0043\u006f\u0075n\u0074");_ccafc !=nil {_gcff ,_cffa :=_eb .GetNumberAsInt64 (_ccafc );if _cffa !=nil {return nil ,_cffa ;};_gedgb .Count =&_gcff ;};return _gedgb ,nil ;};func (_bcddf *LTV )buildCertChain (_gbff ,_defb []*_bag .Certificate )([]*_bag .Certificate ,map[string ]*_bag .Certificate ,error ){_gfaba :=map[string ]*_bag .Certificate {}; -for _ ,_fcbc :=range _gbff {_gfaba [_fcbc .Subject .CommonName ]=_fcbc ;};_ggcbg :=_gbff ;for _ ,_eccef :=range _defb {_eafbc :=_eccef .Subject .CommonName ;if _ ,_ccfaf :=_gfaba [_eafbc ];_ccfaf {continue ;};_gfaba [_eafbc ]=_eccef ;_ggcbg =append (_ggcbg ,_eccef ); -};if len (_ggcbg )==0{return nil ,nil ,ErrSignNoCertificates ;};var _bcabf error ;for _ebca :=_ggcbg [0];_ebca !=nil &&!_bcddf .CertClient .IsCA (_ebca );{_fece ,_ffdafd :=_gfaba [_ebca .Issuer .CommonName ];if !_ffdafd {if _fece ,_bcabf =_bcddf .CertClient .GetIssuer (_ebca ); -_bcabf !=nil {_ddb .Log .Debug ("W\u0041\u0052\u004e\u003a\u0020\u0043\u006f\u0075\u006cd\u0020\u006e\u006f\u0074\u0020\u0072\u0065tr\u0069\u0065\u0076\u0065 \u0063\u0065\u0072\u0074\u0069\u0066\u0069\u0063\u0061te\u0020\u0069s\u0073\u0075\u0065\u0072\u003a\u0020\u0025\u0076",_bcabf ); -break ;};_gfaba [_ebca .Issuer .CommonName ]=_fece ;_ggcbg =append (_ggcbg ,_fece );};_ebca =_fece ;};return _ggcbg ,_gfaba ,nil ;}; +// PdfActionGoTo3DView represents a GoTo3DView action. +type PdfActionGoTo3DView struct{*PdfAction ;TA _cee .PdfObject ;V _cee .PdfObject ;};func (_ffad *PdfReader )loadStructure ()error {if _ffad ._ffdgf .GetCrypter ()!=nil &&!_ffad ._ffdgf .IsAuthenticated (){return _e .Errorf ("\u0066\u0069\u006ce\u0020\u006e\u0065\u0065d\u0020\u0074\u006f\u0020\u0062\u0065\u0020d\u0065\u0063\u0072\u0079\u0070\u0074\u0065\u0064\u0020\u0066\u0069\u0072\u0073\u0074"); +};_dfadc :=_ffad ._ffdgf .GetTrailer ();if _dfadc ==nil {return _e .Errorf ("\u006di\u0073s\u0069\u006e\u0067\u0020\u0074\u0072\u0061\u0069\u006c\u0065\u0072");};_dbbd ,_fedcc :=_dfadc .Get ("\u0052\u006f\u006f\u0074").(*_cee .PdfObjectReference );if !_fedcc {return _e .Errorf ("\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0052\u006f\u006ft\u0020\u0028\u0074\u0072\u0061\u0069\u006c\u0065\u0072\u003a \u0025\u0073\u0029",_dfadc ); +};_egcbfa ,_bacgge :=_ffad ._ffdgf .LookupByReference (*_dbbd );if _bacgge !=nil {_fca .Log .Debug ("\u0045\u0052R\u004f\u0052\u003a\u0020\u0046\u0061\u0069\u006c\u0065\u0064\u0020\u0074\u006f\u0020\u0072\u0065\u0061\u0064\u0020\u0072\u006f\u006f\u0074\u0020\u0065\u006c\u0065\u006d\u0065\u006e\u0074\u0020\u0063\u0061\u0074\u0061\u006c\u006f\u0067\u003a\u0020\u0025\u0073",_bacgge ); +return _bacgge ;};_cffec ,_fedcc :=_egcbfa .(*_cee .PdfIndirectObject );if !_fedcc {_fca .Log .Debug ("\u0045\u0052R\u004f\u0052\u003a\u0020\u004d\u0069\u0073\u0073\u0069\u006e\u0067\u0020\u0063\u0061\u0074\u0061\u006c\u006f\u0067\u003a\u0020\u0028\u0072\u006f\u006f\u0074\u0020\u0025\u0071\u0029\u0020\u0028\u0074\u0072\u0061\u0069\u006c\u0065\u0072\u0020\u0025\u0073\u0029",_egcbfa ,*_dfadc ); +return _cdf .New ("\u006di\u0073s\u0069\u006e\u0067\u0020\u0063\u0061\u0074\u0061\u006c\u006f\u0067");};_eecc ,_fedcc :=(*_cffec ).PdfObject .(*_cee .PdfObjectDictionary );if !_fedcc {_fca .Log .Debug ("E\u0052\u0052\u004f\u0052\u003a\u0020I\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0063\u0061t\u0061\u006c\u006fg\u0020(\u0025\u0073\u0029",_cffec .PdfObject ); +return _cdf .New ("\u0069n\u0076a\u006c\u0069\u0064\u0020\u0063\u0061\u0074\u0061\u006c\u006f\u0067");};_fca .Log .Trace ("C\u0061\u0074\u0061\u006c\u006f\u0067\u003a\u0020\u0025\u0073",_eecc );_dfgf ,_fedcc :=_eecc .Get ("\u0050\u0061\u0067e\u0073").(*_cee .PdfObjectReference ); +if !_fedcc {return _cdf .New ("\u0070\u0061\u0067\u0065\u0073\u0020\u0069\u006e\u0020\u0063\u0061\u0074\u0061\u006c\u006f\u0067\u0020\u0073\u0068\u006f\u0075\u006c\u0064\u0020b\u0065\u0020\u0061\u0020\u0072e\u0066\u0065r\u0065\u006e\u0063\u0065");};_bgbeg ,_bacgge :=_ffad ._ffdgf .LookupByReference (*_dfgf ); +if _bacgge !=nil {_fca .Log .Debug ("E\u0052\u0052\u004f\u0052\u003a\u0020F\u0061\u0069\u006c\u0065\u0064\u0020\u0074\u006f\u0020r\u0065\u0061\u0064 \u0070a\u0067\u0065\u0073");return _bacgge ;};_dfbeb ,_fedcc :=_bgbeg .(*_cee .PdfIndirectObject );if !_fedcc {_fca .Log .Debug ("E\u0052\u0052\u004f\u0052\u003a\u0020P\u0061\u0067\u0065\u0073\u0020\u006f\u0062\u006a\u0065c\u0074\u0020\u0069n\u0076a\u006c\u0069\u0064"); +_fca .Log .Debug ("\u006f\u0070\u003a\u0020\u0025\u0070",_dfbeb );return _cdf .New ("p\u0061g\u0065\u0073\u0020\u006f\u0062\u006a\u0065\u0063t\u0020\u0069\u006e\u0076al\u0069\u0064");};_gfdca ,_fedcc :=_dfbeb .PdfObject .(*_cee .PdfObjectDictionary );if !_fedcc {_fca .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0050\u0061\u0067\u0065\u0073\u0020\u006f\u0062j\u0065c\u0074\u0020\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0028\u0025\u0073\u0029",_dfbeb ); +return _cdf .New ("p\u0061g\u0065\u0073\u0020\u006f\u0062\u006a\u0065\u0063t\u0020\u0069\u006e\u0076al\u0069\u0064");};_baagg ,_fedcc :=_cee .GetInt (_gfdca .Get ("\u0043\u006f\u0075n\u0074"));if !_fedcc {_fca .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a \u0050\u0061\u0067\u0065\u0073\u0020\u0063\u006f\u0075\u006e\u0074\u0020\u006fb\u006a\u0065\u0063\u0074\u0020\u0069\u006ev\u0061\u006c\u0069\u0064"); +return _cdf .New ("\u0070\u0061\u0067\u0065s \u0063\u006f\u0075\u006e\u0074\u0020\u0069\u006e\u0076\u0061\u006c\u0069\u0064");};if _ ,_fedcc =_cee .GetName (_gfdca .Get ("\u0054\u0079\u0070\u0065"));!_fedcc {_fca .Log .Debug ("\u0050\u0061\u0067\u0065\u0073\u0020\u0064\u0069\u0063\u0074\u0020T\u0079\u0070\u0065\u0020\u0066\u0069\u0065\u006cd\u0020n\u006f\u0074\u0020\u0073\u0065\u0074\u002e\u0020\u0053\u0065\u0074\u0074\u0069\u006e\u0067\u0020\u0054\u0079p\u0065\u0020\u0074\u006f\u0020\u0050\u0061\u0067\u0065\u0073\u002e"); +_gfdca .Set ("\u0054\u0079\u0070\u0065",_cee .MakeName ("\u0050\u0061\u0067e\u0073"));};if _cdcbf ,_gbbge :=_cee .GetInt (_gfdca .Get ("\u0052\u006f\u0074\u0061\u0074\u0065"));_gbbge {_gbag :=int64 (*_cdcbf );_ffad .Rotate =&_gbag ;};_ffad ._adcdc =_dbbd ; +_ffad ._cacfe =_eecc ;_ffad ._bfcgg =_gfdca ;_ffad ._gfgcd =_dfbeb ;_ffad ._gadfe =int (*_baagg );_ffad ._fded =[]*_cee .PdfIndirectObject {};_ecdbd :=map[_cee .PdfObject ]struct{}{};_bacgge =_ffad .buildPageList (_dfbeb ,nil ,_ecdbd );if _bacgge !=nil {return _bacgge ; +};_fca .Log .Trace ("\u002d\u002d\u002d");_fca .Log .Trace ("\u0054\u004f\u0043");_fca .Log .Trace ("\u0050\u0061\u0067e\u0073");_fca .Log .Trace ("\u0025\u0064\u003a\u0020\u0025\u0073",len (_ffad ._fded ),_ffad ._fded );_ffad ._bafag ,_bacgge =_ffad .loadOutlines (); +if _bacgge !=nil {_fca .Log .Debug ("E\u0052\u0052\u004f\u0052\u003a\u0020\u0046\u0061\u0069\u006c\u0065\u0064\u0020\u0074\u006f\u0020\u0062\u0075i\u006c\u0064\u0020\u006f\u0075\u0074\u006c\u0069\u006e\u0065 t\u0072\u0065\u0065 \u0028%\u0073\u0029",_bacgge ); +return _bacgge ;};_ffad .AcroForm ,_bacgge =_ffad .loadForms ();if _bacgge !=nil {return _bacgge ;};_ffad .DSS ,_bacgge =_ffad .loadDSS ();if _bacgge !=nil {return _bacgge ;};_ffad ._aaggd ,_bacgge =_ffad .loadPerms ();if _bacgge !=nil {return _bacgge ; +};return nil ;}; -// GetContainingPdfObject returns the container of the outline tree node (indirect object). -func (_fafc *PdfOutlineTreeNode )GetContainingPdfObject ()_eb .PdfObject {return _fafc .GetContext ().GetContainingPdfObject ();}; +// ColorToRGB converts a Lab color to an RGB color. +func (_gfad *PdfColorspaceLab )ColorToRGB (color PdfColor )(PdfColor ,error ){_gfege :=func (_febb float64 )float64 {if _febb >=6.0/29{return _febb *_febb *_febb ;};return 108.0/841*(_febb -4.0/29.0);};_dgcff ,_aeeg :=color .(*PdfColorLab );if !_aeeg {_fca .Log .Debug ("\u0069\u006e\u0070\u0075t \u0063\u006f\u006c\u006f\u0072\u0020\u006e\u006f\u0074\u0020\u006c\u0061\u0062"); +return nil ,_cdf .New ("\u0074\u0079p\u0065\u0020\u0063h\u0065\u0063\u006b\u0020\u0065\u0072\u0072\u006f\u0072");};LStar :=_dgcff .L ();AStar :=_dgcff .A ();BStar :=_dgcff .B ();L :=(LStar +16)/116+AStar /500;M :=(LStar +16)/116;N :=(LStar +16)/116-BStar /200; +X :=_gfad .WhitePoint [0]*_gfege (L );Y :=_gfad .WhitePoint [1]*_gfege (M );Z :=_gfad .WhitePoint [2]*_gfege (N );_fafe :=3.240479*X +-1.537150*Y +-0.498535*Z ;_dcbd :=-0.969256*X +1.875992*Y +0.041556*Z ;_gagf :=0.055648*X +-0.204043*Y +1.057311*Z ;_fafe =_aaa .Min (_aaa .Max (_fafe ,0),1.0); +_dcbd =_aaa .Min (_aaa .Max (_dcbd ,0),1.0);_gagf =_aaa .Min (_aaa .Max (_gagf ,0),1.0);return NewPdfColorDeviceRGB (_fafe ,_dcbd ,_gagf ),nil ;};func (_eccf *PdfReader )newPdfAnnotationRedactFromDict (_egc *_cee .PdfObjectDictionary )(*PdfAnnotationRedact ,error ){_ffa :=PdfAnnotationRedact {}; +_bdc ,_ccg :=_eccf .newPdfAnnotationMarkupFromDict (_egc );if _ccg !=nil {return nil ,_ccg ;};_ffa .PdfAnnotationMarkup =_bdc ;_ffa .QuadPoints =_egc .Get ("\u0051\u0075\u0061\u0064\u0050\u006f\u0069\u006e\u0074\u0073");_ffa .IC =_egc .Get ("\u0049\u0043"); +_ffa .RO =_egc .Get ("\u0052\u004f");_ffa .OverlayText =_egc .Get ("O\u0076\u0065\u0072\u006c\u0061\u0079\u0054\u0065\u0078\u0074");_ffa .Repeat =_egc .Get ("\u0052\u0065\u0070\u0065\u0061\u0074");_ffa .DA =_egc .Get ("\u0044\u0041");_ffa .Q =_egc .Get ("\u0051"); +return &_ffa ,nil ;}; -// Direction returns the value of the direction. -func (_gedbb *ViewerPreferences )Direction ()Direction {return _gedbb ._baeb };func (_bfd *PdfReader )newPdfAnnotationStrikeOut (_agbg *_eb .PdfObjectDictionary )(*PdfAnnotationStrikeOut ,error ){_ccc :=PdfAnnotationStrikeOut {};_eadc ,_agg :=_bfd .newPdfAnnotationMarkupFromDict (_agbg ); -if _agg !=nil {return nil ,_agg ;};_ccc .PdfAnnotationMarkup =_eadc ;_ccc .QuadPoints =_agbg .Get ("\u0051\u0075\u0061\u0064\u0050\u006f\u0069\u006e\u0074\u0073");return &_ccc ,nil ;};func (_cbad *PdfReader )newPdfActionJavaScriptFromDict (_deg *_eb .PdfObjectDictionary )(*PdfActionJavaScript ,error ){return &PdfActionJavaScript {JS :_deg .Get ("\u004a\u0053")},nil ; -};func (_aebc *PdfReader )newPdfAnnotationCircleFromDict (_daef *_eb .PdfObjectDictionary )(*PdfAnnotationCircle ,error ){_gfca :=PdfAnnotationCircle {};_gcg ,_cgeb :=_aebc .newPdfAnnotationMarkupFromDict (_daef );if _cgeb !=nil {return nil ,_cgeb ;};_gfca .PdfAnnotationMarkup =_gcg ; -_gfca .BS =_daef .Get ("\u0042\u0053");_gfca .IC =_daef .Get ("\u0049\u0043");_gfca .BE =_daef .Get ("\u0042\u0045");_gfca .RD =_daef .Get ("\u0052\u0044");return &_gfca ,nil ;};func (_acbe *PdfReader )newPdfAnnotationMovieFromDict (_cff *_eb .PdfObjectDictionary )(*PdfAnnotationMovie ,error ){_aaebb :=PdfAnnotationMovie {}; -_aaebb .T =_cff .Get ("\u0054");_aaebb .Movie =_cff .Get ("\u004d\u006f\u0076i\u0065");_aaebb .A =_cff .Get ("\u0041");return &_aaebb ,nil ;}; +// NewOutlineDest returns a new outline destination which can be used +// with outline items. +func NewOutlineDest (page int64 ,x ,y float64 )OutlineDest {return OutlineDest {Page :page ,Mode :"\u0058\u0059\u005a",X :x ,Y :y };};func _ffcag (_ggefa *_cee .PdfObjectDictionary )(*PdfShadingType7 ,error ){_beffb :=PdfShadingType7 {};_cddde :=_ggefa .Get ("\u0042\u0069\u0074\u0073\u0050\u0065\u0072\u0043\u006f\u006f\u0072\u0064i\u006e\u0061\u0074\u0065"); +if _cddde ==nil {_fca .Log .Debug ("\u0052e\u0071\u0075i\u0072\u0065\u0064 \u0061\u0074\u0074\u0072\u0069\u0062\u0075t\u0065\u0020\u006d\u0069\u0073\u0073i\u006e\u0067\u003a\u0020\u0042\u0069\u0074\u0073\u0050\u0065\u0072C\u006f\u006f\u0072\u0064\u0069\u006e\u0061\u0074\u0065"); +return nil ,ErrRequiredAttributeMissing ;};_bbdbeb ,_eagec :=_cddde .(*_cee .PdfObjectInteger );if !_eagec {_fca .Log .Debug ("\u0042\u0069\u0074\u0073\u0050e\u0072\u0043\u006f\u006f\u0072\u0064\u0069\u006e\u0061\u0074\u0065\u0020\u006eo\u0074\u0020\u0061\u006e\u0020\u0069\u006e\u0074\u0065\u0067\u0065\u0072\u0020\u0028\u0067\u006f\u0074\u0020\u0025\u0054\u0029",_cddde ); +return nil ,_cee .ErrTypeError ;};_beffb .BitsPerCoordinate =_bbdbeb ;_cddde =_ggefa .Get ("\u0042\u0069t\u0073\u0050\u0065r\u0043\u006f\u006d\u0070\u006f\u006e\u0065\u006e\u0074");if _cddde ==nil {_fca .Log .Debug ("\u0052e\u0071\u0075i\u0072\u0065\u0064\u0020a\u0074\u0074\u0072i\u0062\u0075\u0074\u0065\u0020\u006d\u0069\u0073\u0073in\u0067\u003a\u0020B\u0069\u0074s\u0050\u0065\u0072\u0043\u006f\u006dp\u006f\u006ee\u006e\u0074"); +return nil ,ErrRequiredAttributeMissing ;};_bbdbeb ,_eagec =_cddde .(*_cee .PdfObjectInteger );if !_eagec {_fca .Log .Debug ("B\u0069\u0074\u0073\u0050\u0065\u0072\u0043\u006f\u006d\u0070\u006f\u006e\u0065\u006e\u0074\u0020\u006e\u006ft\u0020\u0061\u006e\u0020\u0069\u006e\u0074\u0065\u0067\u0065r \u0028\u0067\u006ft\u0020%\u0054\u0029",_cddde ); +return nil ,_cee .ErrTypeError ;};_beffb .BitsPerComponent =_bbdbeb ;_cddde =_ggefa .Get ("B\u0069\u0074\u0073\u0050\u0065\u0072\u0046\u006c\u0061\u0067");if _cddde ==nil {_fca .Log .Debug ("\u0052\u0065\u0071\u0075\u0069\u0072\u0065\u0064\u0020\u0061\u0074\u0074\u0072i\u0062\u0075\u0074\u0065\u0020\u006di\u0073\u0073\u0069\u006e\u0067\u003a\u0020\u0042\u0069\u0074\u0073\u0050\u0065r\u0046\u006c\u0061\u0067"); +return nil ,ErrRequiredAttributeMissing ;};_bbdbeb ,_eagec =_cddde .(*_cee .PdfObjectInteger );if !_eagec {_fca .Log .Debug ("B\u0069\u0074\u0073\u0050\u0065\u0072F\u006c\u0061\u0067\u0020\u006e\u006ft\u0020\u0061\u006e\u0020\u0069\u006e\u0074e\u0067\u0065\u0072\u0020\u0028\u0067\u006f\u0074\u0020\u0025T\u0029",_cddde ); +return nil ,_cee .ErrTypeError ;};_beffb .BitsPerComponent =_bbdbeb ;_cddde =_ggefa .Get ("\u0044\u0065\u0063\u006f\u0064\u0065");if _cddde ==nil {_fca .Log .Debug ("\u0052\u0065\u0071ui\u0072\u0065\u0064\u0020\u0061\u0074\u0074\u0072\u0069b\u0075t\u0065 \u006di\u0073\u0073\u0069\u006e\u0067\u003a\u0020\u0044\u0065\u0063\u006f\u0064\u0065"); +return nil ,ErrRequiredAttributeMissing ;};_afaed ,_eagec :=_cddde .(*_cee .PdfObjectArray );if !_eagec {_fca .Log .Debug ("\u0044\u0065\u0063\u006fd\u0065\u0020\u006e\u006f\u0074\u0020\u0061\u006e\u0020\u0061r\u0072a\u0079\u0020\u0028\u0067\u006f\u0074\u0020%\u0054\u0029",_cddde ); +return nil ,_cee .ErrTypeError ;};_beffb .Decode =_afaed ;if _deafc :=_ggefa .Get ("\u0046\u0075\u006e\u0063\u0074\u0069\u006f\u006e");_deafc !=nil {_beffb .Function =[]PdfFunction {};if _fgbgc ,_dbbca :=_deafc .(*_cee .PdfObjectArray );_dbbca {for _ ,_bfegg :=range _fgbgc .Elements (){_cdbc ,_daeea :=_eeaec (_bfegg ); +if _daeea !=nil {_fca .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0070\u0061\u0072\u0073\u0069n\u0067\u0020\u0066\u0075\u006e\u0063\u0074\u0069\u006f\u006e:\u0020\u0025\u0076",_daeea );return nil ,_daeea ;};_beffb .Function =append (_beffb .Function ,_cdbc ); +};}else {_gabgd ,_ecfce :=_eeaec (_deafc );if _ecfce !=nil {_fca .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0070\u0061\u0072\u0073\u0069n\u0067\u0020\u0066\u0075\u006e\u0063\u0074\u0069\u006f\u006e:\u0020\u0025\u0076",_ecfce );return nil ,_ecfce ; +};_beffb .Function =append (_beffb .Function ,_gabgd );};};return &_beffb ,nil ;};func (_cffce *LTV )enable (_aege ,_bcddb []*_dfd .Certificate ,_bdef string )error {_ecfbd ,_cfcc ,_cacf :=_cffce .buildCertChain (_aege ,_bcddb );if _cacf !=nil {return _cacf ; +};_ggcf ,_cacf :=_cffce .getCerts (_ecfbd );if _cacf !=nil {return _cacf ;};var _fdbgg ,_dbgfge [][]byte ;if _cffce .OCSPClient !=nil {_fdbgg ,_cacf =_cffce .getOCSPs (_ecfbd ,_cfcc );if _cacf !=nil {return _cacf ;};};if _cffce .CRLClient !=nil {_dbgfge ,_cacf =_cffce .getCRLs (_ecfbd ); +if _cacf !=nil {return _cacf ;};};_acbd :=_cffce ._fcbgb ;_cbfc ,_cacf :=_acbd .AddCerts (_ggcf );if _cacf !=nil {return _cacf ;};_aeccd ,_cacf :=_acbd .AddOCSPs (_fdbgg );if _cacf !=nil {return _cacf ;};_degff ,_cacf :=_acbd .AddCRLs (_dbgfge );if _cacf !=nil {return _cacf ; +};if _bdef !=""{_acbd .VRI [_bdef ]=&VRI {Cert :_cbfc ,OCSP :_aeccd ,CRL :_degff };};_cffce ._gdggc .SetDSS (_acbd );return nil ;}; -// Insert adds an outline item as a child of the current outline item, -// at the specified index. -func (_dcff *OutlineItem )Insert (index uint ,item *OutlineItem ){_dcfaa :=uint (len (_dcff .Entries ));if index > _dcfaa {index =_dcfaa ;};_dcff .Entries =append (_dcff .Entries [:index ],append ([]*OutlineItem {item },_dcff .Entries [index :]...)...); -}; +// GetPageNumber returns the page number that has been assigned to the K object. +func (_faebe *KDict )GetPageNumber ()int64 {return _faebe ._efbbe }; -// ToGoTime returns the date in time.Time format. -func (_cgcg PdfDate )ToGoTime ()_d .Time {_adbcb :=int (_cgcg ._fgggd *60*60+_cgcg ._gadga *60);switch _cgcg ._eaede {case '-':_adbcb =-_adbcb ;case 'Z':_adbcb =0;};_cfagc :=_e .Sprintf ("\u0055\u0054\u0043\u0025\u0063\u0025\u002e\u0032\u0064\u0025\u002e\u0032\u0064",_cgcg ._eaede ,_cgcg ._fgggd ,_cgcg ._gadga ); -_fgbed :=_d .FixedZone (_cfagc ,_adbcb );return _d .Date (int (_cgcg ._fffdf ),_d .Month (_cgcg ._aacegf ),int (_cgcg ._afgfb ),int (_cgcg ._bdfbf ),int (_cgcg ._aecad ),int (_cgcg ._cfdb ),0,_fgbed );}; +// SetNumCopies sets the value of the numCopies. +func (_ecgfc *ViewerPreferences )SetNumCopies (numCopies int ){_ecgfc ._dbcbe =numCopies }; -// NewPdfColorDeviceCMYK returns a new CMYK32 color. -func NewPdfColorDeviceCMYK (c ,m ,y ,k float64 )*PdfColorDeviceCMYK {_aceg :=PdfColorDeviceCMYK {c ,m ,y ,k };return &_aceg ;};func (_agbc SignatureValidationResult )String ()string {var _aabc _dd .Buffer ;_aabc .WriteString (_e .Sprintf ("\u004ea\u006d\u0065\u003a\u0020\u0025\u0073\n",_agbc .Name )); -if _agbc .Date ._fffdf > 0{_aabc .WriteString (_e .Sprintf ("\u0044a\u0074\u0065\u003a\u0020\u0025\u0073\n",_agbc .Date .ToGoTime ().String ()));}else {_aabc .WriteString ("\u0044\u0061\u0074\u0065 n\u006f\u0074\u0020\u0073\u0070\u0065\u0063\u0069\u0066\u0069\u0065\u0064\u000a"); -};if len (_agbc .Reason )> 0{_aabc .WriteString (_e .Sprintf ("R\u0065\u0061\u0073\u006f\u006e\u003a\u0020\u0025\u0073\u000a",_agbc .Reason ));}else {_aabc .WriteString ("N\u006f \u0072\u0065\u0061\u0073\u006f\u006e\u0020\u0073p\u0065\u0063\u0069\u0066ie\u0064\u000a"); -};if len (_agbc .Location )> 0{_aabc .WriteString (_e .Sprintf ("\u004c\u006f\u0063\u0061\u0074\u0069\u006f\u006e\u003a\u0020\u0025\u0073\u000a",_agbc .Location ));}else {_aabc .WriteString ("\u004c\u006f\u0063at\u0069\u006f\u006e\u0020\u006e\u006f\u0074\u0020\u0073\u0070\u0065\u0063\u0069\u0066\u0069\u0065\u0064\u000a"); -};if len (_agbc .ContactInfo )> 0{_aabc .WriteString (_e .Sprintf ("\u0043\u006f\u006e\u0074\u0061\u0063\u0074\u0020\u0049\u006e\u0066\u006f:\u0020\u0025\u0073\u000a",_agbc .ContactInfo ));}else {_aabc .WriteString ("C\u006f\u006e\u0074\u0061\u0063\u0074 \u0069\u006e\u0066\u006f\u0020\u006e\u006f\u0074\u0020s\u0070\u0065\u0063i\u0066i\u0065\u0064\u000a"); -};_aabc .WriteString (_e .Sprintf ("F\u0069\u0065\u006c\u0064\u0073\u003a\u0020\u0025\u0064\u000a",len (_agbc .Fields )));if _agbc .IsSigned {_aabc .WriteString ("S\u0069\u0067\u006e\u0065\u0064\u003a \u0044\u006f\u0063\u0075\u006d\u0065\u006e\u0074\u0020i\u0073\u0020\u0073i\u0067n\u0065\u0064\u000a"); -}else {_aabc .WriteString ("\u0053\u0069\u0067\u006eed\u003a\u0020\u004e\u006f\u0074\u0020\u0073\u0069\u0067\u006e\u0065\u0064\u000a");};if _agbc .IsVerified {_aabc .WriteString ("\u0053\u0069\u0067n\u0061\u0074\u0075\u0072e\u0020\u0076\u0061\u006c\u0069\u0064\u0061t\u0069\u006f\u006e\u003a\u0020\u0049\u0073\u0020\u0076\u0061\u006c\u0069\u0064\u000a"); -}else {_aabc .WriteString ("\u0053\u0069\u0067\u006e\u0061\u0074u\u0072\u0065\u0020\u0076\u0061\u006c\u0069\u0064\u0061\u0074\u0069\u006f\u006e:\u0020\u0049\u0073\u0020\u0069\u006e\u0076a\u006c\u0069\u0064\u000a");};if _agbc .IsTrusted {_aabc .WriteString ("\u0054\u0072\u0075\u0073\u0074\u0065\u0064\u003a\u0020\u0043\u0065\u0072\u0074\u0069\u0066i\u0063a\u0074\u0065\u0020\u0069\u0073\u0020\u0074\u0072\u0075\u0073\u0074\u0065\u0064\u000a"); -}else {_aabc .WriteString ("\u0054\u0072\u0075s\u0074\u0065\u0064\u003a \u0055\u006e\u0074\u0072\u0075\u0073\u0074e\u0064\u0020\u0063\u0065\u0072\u0074\u0069\u0066\u0069\u0063\u0061\u0074\u0065\u000a");};if !_agbc .GeneralizedTime .IsZero (){_aabc .WriteString (_e .Sprintf ("G\u0065n\u0065\u0072\u0061\u006c\u0069\u007a\u0065\u0064T\u0069\u006d\u0065\u003a %\u0073\u000a",_agbc .GeneralizedTime .String ())); -};if _agbc .DiffResults !=nil {_aabc .WriteString (_e .Sprintf ("\u0064\u0069\u0066\u0066 i\u0073\u0020\u0070\u0065\u0072\u006d\u0069\u0074\u0074\u0065\u0064\u003a\u0020\u0025v\u000a",_agbc .DiffResults .IsPermitted ()));if len (_agbc .DiffResults .Warnings )> 0{_aabc .WriteString ("\u004d\u0044\u0050\u0020\u0077\u0061\u0072\u006e\u0069n\u0067\u0073\u003a\u000a"); -for _ ,_gbeed :=range _agbc .DiffResults .Warnings {_aabc .WriteString (_e .Sprintf ("\u0009\u0025\u0073\u000a",_gbeed ));};};if len (_agbc .DiffResults .Errors )> 0{_aabc .WriteString ("\u004d\u0044\u0050 \u0065\u0072\u0072\u006f\u0072\u0073\u003a\u000a"); -for _ ,_efbed :=range _agbc .DiffResults .Errors {_aabc .WriteString (_e .Sprintf ("\u0009\u0025\u0073\u000a",_efbed ));};};};if _agbc .IsCrlFound {_aabc .WriteString ("R\u0065\u0076\u006f\u0063\u0061\u0074i\u006f\u006e\u0020\u0064\u0061\u0074\u0061\u003a\u0020C\u0052\u004c\u0020f\u006fu\u006e\u0064\u000a"); -}else {_aabc .WriteString ("\u0052\u0065\u0076o\u0063\u0061\u0074\u0069o\u006e\u0020\u0064\u0061\u0074\u0061\u003a \u0043\u0052\u004c\u0020\u006e\u006f\u0074\u0020\u0066\u006f\u0075\u006e\u0064\u000a");};if _agbc .IsOcspFound {_aabc .WriteString ("\u0052\u0065\u0076\u006fc\u0061\u0074\u0069\u006f\u006e\u0020\u0064\u0061\u0074\u0061:\u0020O\u0043\u0053\u0050\u0020\u0066\u006f\u0075n\u0064\u000a"); -}else {_aabc .WriteString ("\u0052\u0065\u0076\u006f\u0063\u0061\u0074\u0069\u006f\u006e\u0020\u0064\u0061\u0074\u0061:\u0020O\u0043\u0053\u0050\u0020\u006e\u006f\u0074\u0020\u0066\u006f\u0075\u006e\u0064\u000a");};return _aabc .String ();}; +// SetSubtype sets the Subtype S for given PdfOutputIntent. +func (_cfecd *PdfOutputIntent )SetSubtype (subtype PdfOutputIntentType )error {if !subtype .IsValid (){return _cdf .New ("\u0070\u0072o\u0076\u0069\u0064\u0065d\u0020\u0069n\u0076\u0061\u006c\u0069\u0064\u0020\u004f\u0075t\u0070\u0075\u0074\u0049\u006e\u0074\u0065\u006e\u0074\u0020\u0053\u0075b\u0054\u0079\u0070\u0065"); +};_cfecd .S =subtype ;return nil ;};func (_defa *PdfColorspaceDeviceGray )String ()string {return "\u0044\u0065\u0076\u0069\u0063\u0065\u0047\u0072\u0061\u0079";};func _feedb (_fgdg *_cee .PdfObjectDictionary ,_bfeff *fontCommon )(*pdfFontType3 ,error ){_abbg :=_badf (_bfeff ); +_edfg :=_fgdg .Get ("\u0046i\u0072\u0073\u0074\u0043\u0068\u0061r");if _edfg ==nil {_edfg =_cee .MakeInteger (0);};_abbg .FirstChar =_edfg ;_ebgbb ,_abffg :=_cee .GetIntVal (_edfg );if !_abffg {_fca .Log .Debug ("\u0045\u0052\u0052OR\u003a\u0020\u0049\u006e\u0076\u0061\u006c\u0069\u0064 \u0046i\u0072s\u0074C\u0068\u0061\u0072\u0020\u0074\u0079\u0070\u0065\u0020\u0028\u0025\u0054\u0029",_edfg ); +return nil ,_cee .ErrTypeError ;};_bggfff :=_dae .CharCode (_ebgbb );_edfg =_fgdg .Get ("\u004c\u0061\u0073\u0074\u0043\u0068\u0061\u0072");if _edfg ==nil {_edfg =_cee .MakeInteger (255);};_abbg .LastChar =_edfg ;_ebgbb ,_abffg =_cee .GetIntVal (_edfg ); +if !_abffg {_fca .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a \u0049\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u004c\u0061\u0073\u0074\u0043h\u0061\u0072\u0020\u0074\u0079\u0070\u0065 \u0028\u0025\u0054\u0029",_edfg );return nil ,_cee .ErrTypeError ; +};_gbdceb :=_dae .CharCode (_ebgbb );_edfg =_fgdg .Get ("\u0052e\u0073\u006f\u0075\u0072\u0063\u0065s");if _edfg !=nil {_abbg .Resources =_edfg ;};_edfg =_fgdg .Get ("\u0043h\u0061\u0072\u0050\u0072\u006f\u0063s");if _edfg ==nil {_fca .Log .Debug ("\u0045\u0052R\u004f\u0052\u003a\u0020\u0049\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0043\u0068\u0061\u0072\u0050\u0072\u006f\u0063\u0073\u0020(%\u0076\u0029",_edfg ); +return nil ,_cee .ErrNotSupported ;};_abbg .CharProcs =_edfg ;_edfg =_fgdg .Get ("\u0046\u006f\u006e\u0074\u004d\u0061\u0074\u0072\u0069\u0078");if _edfg ==nil {_fca .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0049\u006e\u0076a\u006c\u0069\u0064\u0020\u0046\u006f\u006et\u004d\u0061\u0074\u0072\u0069\u0078\u0020\u0028\u0025\u0076\u0029",_edfg ); +return nil ,_cee .ErrNotSupported ;};_abbg .FontMatrix =_edfg ;_abbg ._fdfff =make (map[_dae .CharCode ]float64 );_edfg =_fgdg .Get ("\u0057\u0069\u0064\u0074\u0068\u0073");if _edfg !=nil {_abbg .Widths =_edfg ;_gbafb ,_ebcc :=_cee .GetArray (_edfg );if !_ebcc {_fca .Log .Debug ("\u0045\u0052R\u004f\u0052\u003a\u0020W\u0069\u0064t\u0068\u0073\u0020\u0061\u0074\u0074\u0072\u0069b\u0075\u0074\u0065\u0020\u0021\u003d\u0020\u0061\u0072\u0072\u0061\u0079 \u0028\u0025\u0054\u0029",_edfg ); +return nil ,_cee .ErrTypeError ;};_ceee ,_dffc :=_gbafb .ToFloat64Array ();if _dffc !=nil {_fca .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a \u0063\u006f\u006e\u0076\u0065\u0072\u0074\u0069\u006e\u0067\u0020\u0077\u0069d\u0074\u0068\u0073\u0020\u0074\u006f\u0020a\u0072\u0072\u0061\u0079"); +return nil ,_dffc ;};if len (_ceee )!=int (_gbdceb -_bggfff +1){_fca .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0049\u006e\u0076\u0061\u006c\u0069d\u0020\u0077\u0069\u0064\u0074\u0068s\u0020\u006c\u0065\u006e\u0067\u0074\u0068\u0020\u0021\u003d\u0020\u0025\u0064 \u0028\u0025\u0064\u0029",_gbdceb -_bggfff +1,len (_ceee )); +return nil ,_cee .ErrRangeError ;};_cfce ,_ebcc :=_cee .GetArray (_abbg .FontMatrix );if !_ebcc {_fca .Log .Debug ("\u0045\u0052\u0052\u004f\u0052:\u0020\u0046\u006f\u006e\u0074\u004d\u0061\u0074\u0072\u0069\u0078\u0020\u0061t\u0074\u0072\u0069\u0062\u0075\u0074\u0065\u0020\u0021\u003d\u0020\u0061\u0072\u0072\u0061\u0079\u0020\u0028\u0025\u0054\u0029",_cfce ); +return nil ,_dffc ;};_ccdc ,_dffc :=_cfce .ToFloat64Array ();if _dffc !=nil {_fca .Log .Debug ("\u0045\u0052R\u004f\u0052\u003a\u0020c\u006f\u006ev\u0065\u0072\u0074\u0069\u006e\u0067\u0020\u0046o\u006e\u0074\u004d\u0061\u0074\u0072\u0069\u0078\u0020\u0074\u006f\u0020a\u0072\u0072\u0061\u0079"); +return nil ,_dffc ;};_effgf :=_ac .NewMatrix (_ccdc [0],_ccdc [1],_ccdc [2],_ccdc [3],_ccdc [4],_ccdc [5]);for _efdfc ,_gdab :=range _ceee {_abefe ,_ :=_effgf .Transform (_gdab ,_gdab );_abbg ._fdfff [_bggfff +_dae .CharCode (_efdfc )]=_abefe ;};};_abbg .Encoding =_cee .TraceToDirectObject (_fgdg .Get ("\u0045\u006e\u0063\u006f\u0064\u0069\u006e\u0067")); +_cgfd :=_fgdg .Get ("\u0054o\u0055\u006e\u0069\u0063\u006f\u0064e");if _cgfd !=nil {_abbg ._deccd =_cee .TraceToDirectObject (_cgfd );_abcbd ,_beccf :=_dbaba (_abbg ._deccd ,&_abbg .fontCommon );if _beccf !=nil {return nil ,_beccf ;};_abbg ._abcbf =_abcbd ; +};if _gggfd :=_abbg ._abcbf ;_gggfd !=nil {_abbg ._fgaa =_dae .NewCMapEncoder ("",nil ,_gggfd );}else {_abbg ._fgaa =_dae .NewPdfDocEncoder ();};return _abbg ,nil ;};func (_fccbe *PdfWriter )optimize ()error {if _fccbe ._ecgef ==nil {return nil ;};var _becag error ; +_fccbe ._gccff ,_becag =_fccbe ._ecgef .Optimize (_fccbe ._gccff );if _becag !=nil {return _becag ;};_eaeefd :=make (map[_cee .PdfObject ]struct{},len (_fccbe ._gccff ));for _ ,_effdg :=range _fccbe ._gccff {_eaeefd [_effdg ]=struct{}{};};_fccbe ._dgbgbb =_eaeefd ; +return nil ;}; -// ImageToRGB converts image in CalGray color space to RGB (A, B, C -> X, Y, Z). -func (_bede *PdfColorspaceCalGray )ImageToRGB (img Image )(Image ,error ){_dcgdg :=_bb .NewReader (img .getBase ());_gafc :=_df .NewImageBase (int (img .Width ),int (img .Height ),int (img .BitsPerComponent ),3,nil ,nil ,nil );_aebb :=_bb .NewWriter (_gafc ); -_bbaeg :=_gg .Pow (2,float64 (img .BitsPerComponent ))-1;_cabg :=make ([]uint32 ,3);var (_ebae uint32 ;ANorm ,X ,Y ,Z ,_ffebd ,_cebe ,_dffe float64 ;_caa error ;);for {_ebae ,_caa =_dcgdg .ReadSample ();if _caa ==_bagf .EOF {break ;}else if _caa !=nil {return img ,_caa ; -};ANorm =float64 (_ebae )/_bbaeg ;X =_bede .WhitePoint [0]*_gg .Pow (ANorm ,_bede .Gamma );Y =_bede .WhitePoint [1]*_gg .Pow (ANorm ,_bede .Gamma );Z =_bede .WhitePoint [2]*_gg .Pow (ANorm ,_bede .Gamma );_ffebd =3.240479*X +-1.537150*Y +-0.498535*Z ;_cebe =-0.969256*X +1.875992*Y +0.041556*Z ; -_dffe =0.055648*X +-0.204043*Y +1.057311*Z ;_ffebd =_gg .Min (_gg .Max (_ffebd ,0),1.0);_cebe =_gg .Min (_gg .Max (_cebe ,0),1.0);_dffe =_gg .Min (_gg .Max (_dffe ,0),1.0);_cabg [0]=uint32 (_ffebd *_bbaeg );_cabg [1]=uint32 (_cebe *_bbaeg );_cabg [2]=uint32 (_dffe *_bbaeg ); -if _caa =_aebb .WriteSamples (_cabg );_caa !=nil {return img ,_caa ;};};return _ggaa (&_gafc ),nil ;}; +// AcroFormNeedsRepair returns true if the document contains widget annotations +// linked to fields which are not referenced in the AcroForm. The AcroForm can +// be repaired using the RepairAcroForm method of the reader. +func (_fcceb *PdfReader )AcroFormNeedsRepair ()(bool ,error ){var _dgadd []*PdfField ;if _fcceb .AcroForm !=nil {_dgadd =_fcceb .AcroForm .AllFields ();};_acgac :=make (map[*PdfField ]struct{},len (_dgadd ));for _ ,_afcc :=range _dgadd {_acgac [_afcc ]=struct{}{}; +};for _ ,_dbcc :=range _fcceb .PageList {_abbee ,_dddec :=_dbcc .GetAnnotations ();if _dddec !=nil {return false ,_dddec ;};for _ ,_gfggcc :=range _abbee {_dceccd ,_bfgf :=_gfggcc .GetContext ().(*PdfAnnotationWidget );if !_bfgf {continue ;};_gbda :=_dceccd .Field (); +if _gbda ==nil {return true ,nil ;};if _ ,_fagf :=_acgac [_gbda ];!_fagf {return true ,nil ;};};};return false ,nil ;}; // ToPdfObject implements interface PdfModel. -func (_bcec *PdfAnnotationCaret )ToPdfObject ()_eb .PdfObject {_bcec .PdfAnnotation .ToPdfObject ();_cacd :=_bcec ._ggf ;_fcdg :=_cacd .PdfObject .(*_eb .PdfObjectDictionary );_bcec .PdfAnnotationMarkup .appendToPdfDictionary (_fcdg );_fcdg .SetIfNotNil ("\u0053u\u0062\u0074\u0079\u0070\u0065",_eb .MakeName ("\u0043\u0061\u0072e\u0074")); -_fcdg .SetIfNotNil ("\u0052\u0044",_bcec .RD );_fcdg .SetIfNotNil ("\u0053\u0079",_bcec .Sy );return _cacd ;}; +func (_cdeb *PdfAnnotationStamp )ToPdfObject ()_cee .PdfObject {_cdeb .PdfAnnotation .ToPdfObject ();_eeae :=_cdeb ._eddc ;_ceb :=_eeae .PdfObject .(*_cee .PdfObjectDictionary );_cdeb .PdfAnnotationMarkup .appendToPdfDictionary (_ceb );_ceb .SetIfNotNil ("\u0053u\u0062\u0074\u0079\u0070\u0065",_cee .MakeName ("\u0053\u0074\u0061m\u0070")); +_ceb .SetIfNotNil ("\u004e\u0061\u006d\u0065",_cdeb .Name );return _eeae ;}; -// GetPageLabels returns the PageLabels entry in the PDF catalog. -// See section 12.4.2 "Page Labels" (p. 382 PDF32000_2008). -func (_fefbg *PdfReader )GetPageLabels ()(_eb .PdfObject ,error ){_bdbg :=_eb .ResolveReference (_fefbg ._bagcfd .Get ("\u0050\u0061\u0067\u0065\u004c\u0061\u0062\u0065\u006c\u0073"));if _bdbg ==nil {return nil ,nil ;};if !_fefbg ._cfcgdf {_dbgdg :=_fefbg .traverseObjectData (_bdbg ); -if _dbgdg !=nil {return nil ,_dbgdg ;};};return _bdbg ,nil ;}; +// PdfFont represents an underlying font structure which can be of type: +// - Type0 +// - Type1 +// - TrueType +// etc. +type PdfFont struct{_bggcf pdfFont };func (_cac *PdfColorspaceDeviceCMYK )String ()string {return "\u0044\u0065\u0076\u0069\u0063\u0065\u0043\u004d\u0059\u004b";}; -// GetOutlineTree returns the outline tree. -func (_ecbb *PdfReader )GetOutlineTree ()*PdfOutlineTreeNode {return _ecbb ._efabg }; +// GetParamsDict returns *core.PdfObjectDictionary with a set of basic image parameters. +func (_bfead *Image )GetParamsDict ()*_cee .PdfObjectDictionary {_fadg :=_cee .MakeDict ();_fadg .Set ("\u0057\u0069\u0064t\u0068",_cee .MakeInteger (_bfead .Width ));_fadg .Set ("\u0048\u0065\u0069\u0067\u0068\u0074",_cee .MakeInteger (_bfead .Height )); +_fadg .Set ("\u0043o\u006co\u0072\u0043\u006f\u006d\u0070\u006f\u006e\u0065\u006e\u0074\u0073",_cee .MakeInteger (int64 (_bfead .ColorComponents )));_fadg .Set ("\u0042\u0069t\u0073\u0050\u0065r\u0043\u006f\u006d\u0070\u006f\u006e\u0065\u006e\u0074",_cee .MakeInteger (_bfead .BitsPerComponent )); +return _fadg ;}; -// PickTrayByPDFSize returns the value of the pickTrayByPDFSize flag. -func (_acebf *ViewerPreferences )PickTrayByPDFSize ()bool {if _acebf ._gggea ==nil {return false ;};return *_acebf ._gggea ;}; +// PdfShadingType1 is a Function-based shading. +type PdfShadingType1 struct{*PdfShading ;Domain *_cee .PdfObjectArray ;Matrix *_cee .PdfObjectArray ;Function []PdfFunction ;}; -// VariableText contains the common attributes of a variable text. -// The VariableText is typically not used directly, but is can encapsulate by PdfField -// See section 12.7.3.3 "Variable Text" and Table 222 (pp. 434-436 PDF32000_2008). -type VariableText struct{DA *_eb .PdfObjectString ;Q *_eb .PdfObjectInteger ;DS *_eb .PdfObjectString ;RV _eb .PdfObject ;}; +// NewPdfPageResources returns a new PdfPageResources object. +func NewPdfPageResources ()*PdfPageResources {_eeegd :=&PdfPageResources {};_eeegd ._agdcc =_cee .MakeDict ();return _eeegd ;}; -// PdfActionResetForm represents a resetForm action. -type PdfActionResetForm struct{*PdfAction ;Fields _eb .PdfObject ;Flags _eb .PdfObject ;}; +// NewXObjectImageFromImageLazy creates a new XObject Image from an image object +// with default options. If encoder is nil, uses raw encoding (none). +// If lazy is true, then lazy mode is enabled for XObject. +// Lazy mode allows to reduce memory usage with the help of temporary files. +func NewXObjectImageFromImageLazy (img *Image ,cs PdfColorspace ,encoder _cee .StreamEncoder ,lazy bool )(*XObjectImage ,error ){_fbagg :=NewXObjectImage ();if lazy {_cdacea ,_dbdef :=UpdateXObjectImageFromImage (_fbagg ,img ,cs ,encoder );if _dbdef !=nil {return nil ,_dbdef ; +};_cdacea .ToPdfObject ();_dbdef =_cdacea ._fggac .MakeLazy ();if _dbdef !=nil {return nil ,_dbdef ;};_cdacea .Stream =nil ;return _cdacea ,nil ;};return UpdateXObjectImageFromImage (_fbagg ,img ,cs ,encoder );}; -// StandardValidator is the interface that is used for the PDF StandardImplementer validation for the PDF document. -// It is using a CompliancePdfReader which is expected to give more Metadata during reading process. -// NOTE: This implementation is in experimental development state. -// -// Keep in mind that it might change in the subsequent minor versions. -type StandardValidator interface{ +// PdfFieldText represents a text field where user can enter text. +type PdfFieldText struct{*PdfField ;DA *_cee .PdfObjectString ;Q *_cee .PdfObjectInteger ;DS *_cee .PdfObjectString ;RV _cee .PdfObject ;MaxLen *_cee .PdfObjectInteger ;}; -// ValidateStandard checks if the input reader -ValidateStandard (_gdddd *CompliancePdfReader )error ;}; \ No newline at end of file +// GetNumPages returns the number of pages in the document. +func (_efged *PdfReader )GetNumPages ()(int ,error ){if _efged ._ffdgf .GetCrypter ()!=nil &&!_efged ._ffdgf .IsAuthenticated (){return 0,_e .Errorf ("\u0066\u0069\u006ce\u0020\u006e\u0065\u0065d\u0020\u0074\u006f\u0020\u0062\u0065\u0020d\u0065\u0063\u0072\u0079\u0070\u0074\u0065\u0064\u0020\u0066\u0069\u0072\u0073\u0074"); +};return len (_efged ._fded ),nil ;}; + +// PdfShadingType2 is an Axial shading. +type PdfShadingType2 struct{*PdfShading ;Coords *_cee .PdfObjectArray ;Domain *_cee .PdfObjectArray ;Function []PdfFunction ;Extend *_cee .PdfObjectArray ;}; + +// GetFontDescriptor returns the font descriptor for `font`. +func (_gedbbe PdfFont )GetFontDescriptor ()(*PdfFontDescriptor ,error ){return _gedbbe ._bggcf .getFontDescriptor (),nil ;}; \ No newline at end of file diff --git a/model/optimize/optimize.go b/model/optimize/optimize.go index a4ec561cd..4acc2e31e 100644 --- a/model/optimize/optimize.go +++ b/model/optimize/optimize.go @@ -9,182 +9,144 @@ // Use of this source code is governed by the UniDoc End User License Agreement // terms that can be accessed at https://unidoc.io/eula/ -package optimize ;import (_a "bytes";_ce "crypto/md5";_d "errors";_gc "fmt";_f "github.com/unidoc/unipdf/v3/common";_fcg "github.com/unidoc/unipdf/v3/contentstream";_dc "github.com/unidoc/unipdf/v3/core";_fcf "github.com/unidoc/unipdf/v3/extractor";_fd "github.com/unidoc/unipdf/v3/internal/imageutil"; -_fc "github.com/unidoc/unipdf/v3/internal/textencoding";_e "github.com/unidoc/unipdf/v3/model";_gb "github.com/unidoc/unitype";_c "golang.org/x/image/draw";_fb "math";_cg "strings";); +package optimize ;import (_bb "bytes";_a "crypto/md5";_gc "errors";_ac "fmt";_c "github.com/unidoc/unipdf/v3/common";_fe "github.com/unidoc/unipdf/v3/contentstream";_e "github.com/unidoc/unipdf/v3/core";_fg "github.com/unidoc/unipdf/v3/extractor";_be "github.com/unidoc/unipdf/v3/internal/imageutil"; +_b "github.com/unidoc/unipdf/v3/internal/textencoding";_ae "github.com/unidoc/unipdf/v3/model";_d "github.com/unidoc/unitype";_gf "golang.org/x/image/draw";_ca "math";_f "strings";); -// Optimize optimizes PDF objects to decrease PDF size. -func (_cdfb *CombineDuplicateDirectObjects )Optimize (objects []_dc .PdfObject )(_cac []_dc .PdfObject ,_bdec error ){_dcab (objects );_eaee :=make (map[string ][]*_dc .PdfObjectDictionary );var _eeba func (_geg *_dc .PdfObjectDictionary );_eeba =func (_egc *_dc .PdfObjectDictionary ){for _ ,_aab :=range _egc .Keys (){_cdfc :=_egc .Get (_aab ); -if _agdd ,_ggea :=_cdfc .(*_dc .PdfObjectDictionary );_ggea {if _adeb :=_agdd .Keys ();len (_adeb )==0{continue ;};_fcgb :=_ce .New ();_fcgb .Write ([]byte (_agdd .WriteString ()));_faa :=string (_fcgb .Sum (nil ));_eaee [_faa ]=append (_eaee [_faa ],_agdd ); -_eeba (_agdd );};};};for _ ,_bbb :=range objects {_fag ,_fdcf :=_bbb .(*_dc .PdfIndirectObject );if !_fdcf {continue ;};if _afgc ,_aead :=_fag .PdfObject .(*_dc .PdfObjectDictionary );_aead {_eeba (_afgc );};};_adbaa :=make ([]_dc .PdfObject ,0,len (_eaee )); -_bcg :=make (map[_dc .PdfObject ]_dc .PdfObject );for _ ,_adgc :=range _eaee {if len (_adgc )< 2{continue ;};_fed :=_dc .MakeDict ();_fed .Merge (_adgc [0]);_gcb :=_dc .MakeIndirectObject (_fed );_adbaa =append (_adbaa ,_gcb );for _gfbf :=0;_gfbf < len (_adgc ); -_gfbf ++{_acc :=_adgc [_gfbf ];_bcg [_acc ]=_gcb ;};};_cac =make ([]_dc .PdfObject ,len (objects ));copy (_cac ,objects );_cac =append (_adbaa ,_cac ...);_beg (_cac ,_bcg );return _cac ,nil ;};func _cbdc (_gdca []_dc .PdfObject )objectStructure {_dce :=objectStructure {}; -_dba :=false ;for _ ,_gefg :=range _gdca {switch _ggb :=_gefg .(type ){case *_dc .PdfIndirectObject :_agddb ,_acdd :=_dc .GetDict (_ggb );if !_acdd {continue ;};_ggdd ,_acdd :=_dc .GetName (_agddb .Get ("\u0054\u0079\u0070\u0065"));if !_acdd {continue ; -};switch _ggdd .String (){case "\u0043a\u0074\u0061\u006c\u006f\u0067":_dce ._cfe =_agddb ;_dba =true ;};};if _dba {break ;};};if !_dba {return _dce ;};_acaa ,_abaf :=_dc .GetDict (_dce ._cfe .Get ("\u0050\u0061\u0067e\u0073"));if !_abaf {return _dce ; -};_dce ._edfbg =_acaa ;_aabc ,_abaf :=_dc .GetArray (_acaa .Get ("\u004b\u0069\u0064\u0073"));if !_abaf {return _dce ;};for _ ,_cafa :=range _aabc .Elements (){_deb ,_degc :=_dc .GetIndirect (_cafa );if !_degc {break ;};_dce ._fbc =append (_dce ._fbc ,_deb ); -};return _dce ;}; - -// GetOptimizers gets the list of optimizers in chain `c`. -func (_gcd *Chain )GetOptimizers ()[]_e .Optimizer {return _gcd ._b }; +// CombineDuplicateStreams combines duplicated streams by its data hash. +// It implements interface model.Optimizer. +type CombineDuplicateStreams struct{};func _ebe (_cfe []_e .PdfObject )(_bge map[*_e .PdfObjectStream ]struct{},_ega error ){_bge =map[*_e .PdfObjectStream ]struct{}{};_fbea :=map[*_ae .PdfFont ]struct{}{};_fcg :=_badc (_cfe );for _ ,_dce :=range _fcg ._fcdd {_fgfb ,_ccg :=_e .GetDict (_dce .PdfObject ); +if !_ccg {continue ;};_bac ,_ccg :=_e .GetDict (_fgfb .Get ("\u0052e\u0073\u006f\u0075\u0072\u0063\u0065s"));if !_ccg {continue ;};_adf ,_ :=_eaee (_fgfb .Get ("\u0043\u006f\u006e\u0074\u0065\u006e\u0074\u0073"));_daef ,_adfc :=_ae .NewPdfPageResourcesFromDict (_bac ); +if _adfc !=nil {return nil ,_adfc ;};_fce :=[]content {{_cec :_adf ,_aacb :_daef }};_addd :=_gaa (_fgfb .Get ("\u0041\u006e\u006e\u006f\u0074\u0073"));if _addd !=nil {_fce =append (_fce ,_addd ...);};for _ ,_ee :=range _fce {_ag ,_ade :=_fg .NewFromContents (_ee ._cec ,_ee ._aacb ); +if _ade !=nil {return nil ,_ade ;};_cge ,_ ,_ ,_ade :=_ag .ExtractPageText ();if _ade !=nil {return nil ,_ade ;};for _ ,_ddb :=range _cge .Marks ().Elements (){if _ddb .Font ==nil {continue ;};if _ ,_fbc :=_fbea [_ddb .Font ];!_fbc {_fbea [_ddb .Font ]=struct{}{}; +};};};};_aeca :=map[*_e .PdfObjectStream ][]*_ae .PdfFont {};for _de :=range _fbea {_abe :=_de .FontDescriptor ();if _abe ==nil ||_abe .FontFile2 ==nil {continue ;};_dab ,_eee :=_e .GetStream (_abe .FontFile2 );if !_eee {continue ;};_aeca [_dab ]=append (_aeca [_dab ],_de ); +};for _cfeb :=range _aeca {var _ce []rune ;var _cbe []_d .GlyphIndex ;for _ ,_bfc :=range _aeca [_cfeb ]{switch _fgd :=_bfc .Encoder ().(type ){case *_b .IdentityEncoder :_fed :=_fgd .RegisteredRunes ();_fbg :=make ([]_d .GlyphIndex ,len (_fed ));for _cea ,_aece :=range _fed {_fbg [_cea ]=_d .GlyphIndex (_aece ); +};_cbe =append (_cbe ,_fbg ...);case *_b .TrueTypeFontEncoder :_fd :=_fgd .RegisteredRunes ();_ce =append (_ce ,_fd ...);case _b .SimpleEncoder :_fcc :=_fgd .Charcodes ();for _ ,_ga :=range _fcc {_gb ,_fdc :=_fgd .CharcodeToRune (_ga );if !_fdc {_c .Log .Debug ("\u0043\u0068a\u0072\u0063\u006f\u0064\u0065\u003c\u002d\u003e\u0072\u0075\u006e\u0065\u0020\u006e\u006f\u0074\u0020\u0066\u006f\u0075\u006e\u0064: \u0025\u0064",_ga ); +continue ;};_ce =append (_ce ,_gb );};};};_ega =_fa (_cfeb ,_ce ,_cbe );if _ega !=nil {_c .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u0020\u0073\u0075\u0062\u0073\u0065\u0074\u0074\u0069\u006eg\u0020f\u006f\u006e\u0074\u0020\u0073\u0074\u0072\u0065\u0061\u006d\u003a\u0020\u0025\u0076",_ega ); +return nil ,_ega ;};_bge [_cfeb ]=struct{}{};};return _bge ,nil ;};func _gd (_fbf *_e .PdfObjectStream )error {_gfa ,_bf :=_e .DecodeStream (_fbf );if _bf !=nil {return _bf ;};_fgf :=_fe .NewContentStreamParser (string (_gfa ));_cde ,_bf :=_fgf .Parse (); +if _bf !=nil {return _bf ;};_cde =_dbe (_cde );_fge :=_cde .Bytes ();if len (_fge )>=len (_gfa ){return nil ;};_accc ,_bf :=_e .MakeStream (_cde .Bytes (),_e .NewFlateEncoder ());if _bf !=nil {return _bf ;};_fbf .Stream =_accc .Stream ;_fbf .Merge (_accc .PdfObjectDictionary ); +return nil ;};func _agca (_bacd _e .PdfObject ,_gaef map[_e .PdfObject ]struct{})error {if _fedf ,_gfe :=_bacd .(*_e .PdfIndirectObject );_gfe {_gaef [_bacd ]=struct{}{};_cdc :=_agca (_fedf .PdfObject ,_gaef );if _cdc !=nil {return _cdc ;};return nil ; +};if _fddg ,_ebd :=_bacd .(*_e .PdfObjectStream );_ebd {_gaef [_fddg ]=struct{}{};_fde :=_agca (_fddg .PdfObjectDictionary ,_gaef );if _fde !=nil {return _fde ;};return nil ;};if _eced ,_fefc :=_bacd .(*_e .PdfObjectDictionary );_fefc {for _ ,_bab :=range _eced .Keys (){_egga :=_eced .Get (_bab ); +_ =_egga ;if _egc ,_gfcba :=_egga .(*_e .PdfObjectReference );_gfcba {_egga =_egc .Resolve ();_eced .Set (_bab ,_egga );};if _bab !="\u0050\u0061\u0072\u0065\u006e\u0074"{if _dfde :=_agca (_egga ,_gaef );_dfde !=nil {return _dfde ;};};};return nil ;};if _ecbb ,_cga :=_bacd .(*_e .PdfObjectArray ); +_cga {if _ecbb ==nil {return _gc .New ("\u0061\u0072\u0072a\u0079\u0020\u0069\u0073\u0020\u006e\u0069\u006c");};for _gcbf ,_gbb :=range _ecbb .Elements (){if _edb ,_gfdg :=_gbb .(*_e .PdfObjectReference );_gfdg {_gbb =_edb .Resolve ();_ecbb .Set (_gcbf ,_gbb ); +};if _fagd :=_agca (_gbb ,_gaef );_fagd !=nil {return _fagd ;};};return nil ;};return nil ;}; // CombineIdenticalIndirectObjects combines identical indirect objects. // It implements interface model.Optimizer. -type CombineIdenticalIndirectObjects struct{};type imageInfo struct{BitsPerComponent int ;ColorComponents int ;Width int ;Height int ;Stream *_dc .PdfObjectStream ;PPI float64 ;}; +type CombineIdenticalIndirectObjects struct{}; // Optimize optimizes PDF objects to decrease PDF size. -func (_ggef *ObjectStreams )Optimize (objects []_dc .PdfObject )(_gbec []_dc .PdfObject ,_feff error ){_eead :=&_dc .PdfObjectStreams {};_efeg :=make ([]_dc .PdfObject ,0,len (objects ));for _ ,_gcbd :=range objects {if _aac ,_fbdd :=_gcbd .(*_dc .PdfIndirectObject ); -_fbdd &&_aac .GenerationNumber ==0{_eead .Append (_gcbd );}else {_efeg =append (_efeg ,_gcbd );};};if _eead .Len ()==0{return _efeg ,nil ;};_gbec =make ([]_dc .PdfObject ,0,len (_efeg )+_eead .Len ()+1);if _eead .Len ()> 1{_gbec =append (_gbec ,_eead ); -};_gbec =append (_gbec ,_eead .Elements ()...);_gbec =append (_gbec ,_efeg ...);return _gbec ,nil ;};func _bdc (_bag _dc .PdfObject )[]content {if _bag ==nil {return nil ;};_cce ,_gg :=_dc .GetArray (_bag );if !_gg {_f .Log .Debug ("\u0041\u006e\u006e\u006fts\u0020\u006e\u006f\u0074\u0020\u0061\u006e\u0020\u0061\u0072\u0072\u0061\u0079"); -return nil ;};var _gdbac []content ;for _ ,_efg :=range _cce .Elements (){_dag ,_eeb :=_dc .GetDict (_efg );if !_eeb {_f .Log .Debug ("I\u0067\u006e\u006f\u0072\u0069\u006eg\u0020\u006e\u006f\u006e\u002d\u0064i\u0063\u0074\u0020\u0065\u006c\u0065\u006de\u006e\u0074\u0020\u0069\u006e\u0020\u0041\u006e\u006e\u006ft\u0073"); -continue ;};_afc ,_eeb :=_dc .GetDict (_dag .Get ("\u0041\u0050"));if !_eeb {_f .Log .Debug ("\u004e\u006f\u0020\u0041P \u0065\u006e\u0074\u0072\u0079\u0020\u002d\u0020\u0073\u006b\u0069\u0070\u0070\u0069n\u0067");continue ;};_bcee :=_dc .TraceToDirectObject (_afc .Get ("\u004e")); -if _bcee ==nil {_f .Log .Debug ("N\u006f\u0020\u004e\u0020en\u0074r\u0079\u0020\u002d\u0020\u0073k\u0069\u0070\u0070\u0069\u006e\u0067");continue ;};var _cad *_dc .PdfObjectStream ;switch _gfc :=_bcee .(type ){case *_dc .PdfObjectDictionary :_bdd ,_fecc :=_dc .GetName (_dag .Get ("\u0041\u0053")); -if !_fecc {_f .Log .Debug ("\u004e\u006f\u0020\u0041S \u0065\u006e\u0074\u0072\u0079\u0020\u002d\u0020\u0073\u006b\u0069\u0070\u0070\u0069n\u0067");continue ;};_cad ,_fecc =_dc .GetStream (_gfc .Get (*_bdd ));if !_fecc {_f .Log .Debug ("\u0046o\u0072\u006d\u0020\u006eo\u0074\u0020\u0066\u006f\u0075n\u0064 \u002d \u0073\u006b\u0069\u0070\u0070\u0069\u006eg"); -continue ;};case *_dc .PdfObjectStream :_cad =_gfc ;};if _cad ==nil {_f .Log .Debug ("\u0046\u006f\u0072m\u0020\u006e\u006f\u0074 \u0066\u006f\u0075\u006e\u0064\u0020\u0028n\u0069\u006c\u0029\u0020\u002d\u0020\u0073\u006b\u0069\u0070\u0070\u0069\u006e\u0067"); -continue ;};_gge ,_adgg :=_e .NewXObjectFormFromStream (_cad );if _adgg !=nil {_f .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020l\u006f\u0061\u0064\u0069\u006e\u0067\u0020\u0066\u006f\u0072\u006d\u003a\u0020%\u0076\u0020\u002d\u0020\u0069\u0067\u006eo\u0072\u0069\u006e\u0067",_adgg ); -continue ;};_dfaf ,_adgg :=_gge .GetContentStream ();if _adgg !=nil {_f .Log .Debug ("E\u0072\u0072\u006f\u0072\u0020\u0064e\u0063\u006f\u0064\u0069\u006e\u0067\u0020\u0063\u006fn\u0074\u0065\u006et\u0073:\u0020\u0025\u0076",_adgg );continue ;};_gdbac =append (_gdbac ,content {_gba :string (_dfaf ),_fbb :_gge .Resources }); -};return _gdbac ;};func _ga (_ecg *_dc .PdfObjectStream )error {_gf ,_cef :=_dc .DecodeStream (_ecg );if _cef !=nil {return _cef ;};_ffc :=_fcg .NewContentStreamParser (string (_gf ));_gca ,_cef :=_ffc .Parse ();if _cef !=nil {return _cef ;};_gca =_bf (_gca ); -_de :=_gca .Bytes ();if len (_de )>=len (_gf ){return nil ;};_fca ,_cef :=_dc .MakeStream (_gca .Bytes (),_dc .NewFlateEncoder ());if _cef !=nil {return _cef ;};_ecg .Stream =_fca .Stream ;_ecg .Merge (_fca .PdfObjectDictionary );return nil ;}; +func (_aaaa *ObjectStreams )Optimize (objects []_e .PdfObject )(_afeb []_e .PdfObject ,_fbcc error ){_ccf :=&_e .PdfObjectStreams {};_fcdf :=make ([]_e .PdfObject ,0,len (objects ));for _ ,_abed :=range objects {if _dcba ,_ebaa :=_abed .(*_e .PdfIndirectObject ); +_ebaa &&_dcba .GenerationNumber ==0{_ccf .Append (_abed );}else {_fcdf =append (_fcdf ,_abed );};};if _ccf .Len ()==0{return _fcdf ,nil ;};_afeb =make ([]_e .PdfObject ,0,len (_fcdf )+_ccf .Len ()+1);if _ccf .Len ()> 1{_afeb =append (_afeb ,_ccf );};_afeb =append (_afeb ,_ccf .Elements ()...); +_afeb =append (_afeb ,_fcdf ...);return _afeb ,nil ;};func _fggg (_egcb []_e .PdfObject )[]*imageInfo {_afae :=_e .PdfObjectName ("\u0053u\u0062\u0074\u0079\u0070\u0065");_ggb :=make (map[*_e .PdfObjectStream ]struct{});var _cabd []*imageInfo ;for _ ,_fdg :=range _egcb {_edca ,_ccdd :=_e .GetStream (_fdg ); +if !_ccdd {continue ;};if _ ,_bfe :=_ggb [_edca ];_bfe {continue ;};_ggb [_edca ]=struct{}{};_bffb :=_edca .PdfObjectDictionary .Get (_afae );_babg ,_ccdd :=_e .GetName (_bffb );if !_ccdd ||string (*_babg )!="\u0049\u006d\u0061g\u0065"{continue ;};_cccc :=&imageInfo {Stream :_edca ,BitsPerComponent :8}; +if _fbb ,_fcdc :=_e .GetIntVal (_edca .Get ("\u0042\u0069t\u0073\u0050\u0065r\u0043\u006f\u006d\u0070\u006f\u006e\u0065\u006e\u0074"));_fcdc {_cccc .BitsPerComponent =_fbb ;};if _eda ,_eegg :=_e .GetIntVal (_edca .Get ("\u0057\u0069\u0064t\u0068"));_eegg {_cccc .Width =_eda ; +};if _gee ,_faec :=_e .GetIntVal (_edca .Get ("\u0048\u0065\u0069\u0067\u0068\u0074"));_faec {_cccc .Height =_gee ;};_gfbb ,_gbd :=_ae .NewPdfColorspaceFromPdfObject (_edca .Get ("\u0043\u006f\u006c\u006f\u0072\u0053\u0070\u0061\u0063\u0065"));if _gbd !=nil {_c .Log .Debug ("\u0045R\u0052\u004f\u0052\u003a\u0020\u0025v",_gbd ); +continue ;};if _gfbb ==nil {_bdd ,_gcgb :=_e .GetName (_edca .Get ("\u0046\u0069\u006c\u0074\u0065\u0072"));if _gcgb {switch _bdd .String (){case "\u0043\u0043\u0049\u0054\u0054\u0046\u0061\u0078\u0044e\u0063\u006f\u0064\u0065","J\u0042\u0049\u0047\u0032\u0044\u0065\u0063\u006f\u0064\u0065":_gfbb =_ae .NewPdfColorspaceDeviceGray (); +_cccc .BitsPerComponent =1;};};};switch _gcgbf :=_gfbb .(type ){case *_ae .PdfColorspaceDeviceRGB :_cccc .ColorComponents =3;case *_ae .PdfColorspaceDeviceGray :_cccc .ColorComponents =1;default:_c .Log .Debug ("\u004f\u0070\u0074\u0069\u006d\u0069\u007aa\u0074\u0069\u006fn\u0020\u0069\u0073 \u006e\u006ft\u0020\u0073\u0075\u0070\u0070\u006fr\u0074ed\u0020\u0066\u006f\u0072\u0020\u0063\u006f\u006c\u006f\u0072\u0020\u0073\u0070\u0061\u0063\u0065\u0020\u0025\u0054\u0020\u002d\u0020\u0073\u006b\u0069\u0070",_gcgbf ); +continue ;};_cabd =append (_cabd ,_cccc );};return _cabd ;}; + +// Append appends optimizers to the chain. +func (_db *Chain )Append (optimizers ..._ae .Optimizer ){_db ._cf =append (_db ._cf ,optimizers ...)}; // Optimize optimizes PDF objects to decrease PDF size. -func (_cdbb *CombineDuplicateStreams )Optimize (objects []_dc .PdfObject )(_agdc []_dc .PdfObject ,_cged error ){_gfe :=make (map[_dc .PdfObject ]_dc .PdfObject );_dgg :=make (map[_dc .PdfObject ]struct{});_cagd :=make (map[string ][]*_dc .PdfObjectStream ); -for _ ,_ccae :=range objects {if _edfb ,_cfg :=_ccae .(*_dc .PdfObjectStream );_cfg {_fcag :=_ce .New ();_fcag .Write (_edfb .Stream );_fcag .Write ([]byte (_edfb .PdfObjectDictionary .WriteString ()));_fde :=string (_fcag .Sum (nil ));_cagd [_fde ]=append (_cagd [_fde ],_edfb ); -};};for _ ,_bff :=range _cagd {if len (_bff )< 2{continue ;};_dcd :=_bff [0];for _fgf :=1;_fgf < len (_bff );_fgf ++{_ebc :=_bff [_fgf ];_gfe [_ebc ]=_dcd ;_dgg [_ebc ]=struct{}{};};};_agdc =make ([]_dc .PdfObject ,0,len (objects )-len (_dgg ));for _ ,_dddd :=range objects {if _ ,_eebf :=_dgg [_dddd ]; -_eebf {continue ;};_agdc =append (_agdc ,_dddd );};_beg (_agdc ,_gfe );return _agdc ,nil ;}; +func (_ceb *ImagePPI )Optimize (objects []_e .PdfObject )(_ggdg []_e .PdfObject ,_fgde error ){if _ceb .ImageUpperPPI <=0{return objects ,nil ;};_fage :=_fggg (objects );if len (_fage )==0{return objects ,nil ;};_ebg :=make (map[_e .PdfObject ]struct{}); +for _ ,_dbdb :=range _fage {_dcgg :=_dbdb .Stream .PdfObjectDictionary .Get ("\u0053\u004d\u0061s\u006b");_ebg [_dcgg ]=struct{}{};};_edfa :=make (map[*_e .PdfObjectStream ]*imageInfo );for _ ,_fbge :=range _fage {_edfa [_fbge .Stream ]=_fbge ;};var _bee *_e .PdfObjectDictionary ; +for _ ,_cfg :=range objects {if _gdg ,_abee :=_e .GetDict (_cfg );_bee ==nil &&_abee {if _babge ,_eab :=_e .GetName (_gdg .Get ("\u0054\u0079\u0070\u0065"));_eab &&*_babge =="\u0043a\u0074\u0061\u006c\u006f\u0067"{_bee =_gdg ;};};};if _bee ==nil {return objects ,nil ; +};_bcf ,_eba :=_e .GetDict (_bee .Get ("\u0050\u0061\u0067e\u0073"));if !_eba {return objects ,nil ;};_bffa ,_fdef :=_e .GetArray (_bcf .Get ("\u004b\u0069\u0064\u0073"));if !_fdef {return objects ,nil ;};for _ ,_egad :=range _bffa .Elements (){_dbca :=make (map[string ]*imageInfo ); +_fbfg ,_ecbbc :=_e .GetDict (_egad );if !_ecbbc {continue ;};_bcg ,_ :=_eaee (_fbfg .Get ("\u0043\u006f\u006e\u0074\u0065\u006e\u0074\u0073"));if len (_bcg )==0{continue ;};_fdb ,_cdf :=_e .GetDict (_fbfg .Get ("\u0052e\u0073\u006f\u0075\u0072\u0063\u0065s")); +if !_cdf {continue ;};_acbb ,_deab :=_ae .NewPdfPageResourcesFromDict (_fdb );if _deab !=nil {_c .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u0020\u0070\u0061\u0072\u0073\u0069\u006e\u0067\u0020\u0072\u0065\u0073\u006f\u0075\u0072\u0063\u0065\u0073\u0020-\u0020\u0069\u0067\u006e\u006fr\u0069\u006eg\u003a\u0020\u0025\u0076",_deab ); +continue ;};_fdab ,_bce :=_e .GetDict (_fdb .Get ("\u0058O\u0062\u006a\u0065\u0063\u0074"));if !_bce {continue ;};_afga :=_fdab .Keys ();for _ ,_gccb :=range _afga {if _agcd ,_fgda :=_e .GetStream (_fdab .Get (_gccb ));_fgda {if _fafb ,_fbfb :=_edfa [_agcd ]; +_fbfb {_dbca [string (_gccb )]=_fafb ;};};};_edfe :=_fe .NewContentStreamParser (_bcg );_eeda ,_deab :=_edfe .Parse ();if _deab !=nil {_c .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0025\u002b\u0076",_deab );continue ;};_gec :=_fe .NewContentStreamProcessor (*_eeda ); +_gec .AddHandler (_fe .HandlerConditionEnumAllOperands ,"",func (_aedg *_fe .ContentStreamOperation ,_fbbd _fe .GraphicsState ,_ebbd *_ae .PdfPageResources )error {switch _aedg .Operand {case "\u0044\u006f":if len (_aedg .Params )!=1{_c .Log .Debug ("E\u0052\u0052\u004f\u0052\u003a\u0020\u0049\u0067\u006e\u006f\u0072\u0069\u006e\u0067\u0020\u0044\u006f\u0020w\u0069\u0074\u0068\u0020\u006c\u0065\u006e\u0028\u0070\u0061ra\u006d\u0073\u0029 \u0021=\u0020\u0031"); +return nil ;};_bffd ,_fgff :=_e .GetName (_aedg .Params [0]);if !_fgff {_c .Log .Debug ("\u0045\u0052\u0052O\u0052\u003a\u0020\u0049\u0067\u006e\u006f\u0072\u0069\u006e\u0067\u0020\u0044\u006f\u0020\u0077\u0069\u0074\u0068\u0020\u006e\u006f\u006e\u0020\u004e\u0061\u006d\u0065\u0020p\u0061\u0072\u0061\u006d\u0065\u0074\u0065\u0072"); +return nil ;};if _cbaa ,_bgef :=_dbca [string (*_bffd )];_bgef {_abcc :=_fbbd .CTM .ScalingFactorX ();_afd :=_fbbd .CTM .ScalingFactorY ();_bbgd ,_fedfb :=_abcc /72.0,_afd /72.0;_cbge ,_bgefb :=float64 (_cbaa .Width )/_bbgd ,float64 (_cbaa .Height )/_fedfb ; +if _bbgd ==0||_fedfb ==0{_cbge =72.0;_bgefb =72.0;};_cbaa .PPI =_ca .Max (_cbaa .PPI ,_cbge );_cbaa .PPI =_ca .Max (_cbaa .PPI ,_bgefb );};};return nil ;});_deab =_gec .Process (_acbb );if _deab !=nil {_c .Log .Debug ("E\u0052\u0052\u004f\u0052 p\u0072o\u0063\u0065\u0073\u0073\u0069n\u0067\u003a\u0020\u0025\u002b\u0076",_deab ); +continue ;};};for _ ,_acaaf :=range _fage {if _ ,_bdf :=_ebg [_acaaf .Stream ];_bdf {continue ;};if _acaaf .PPI <=_ceb .ImageUpperPPI {continue ;};_cad ,_dgebc :=_ae .NewXObjectImageFromStream (_acaaf .Stream );if _dgebc !=nil {_c .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0025\u002b\u0076",_dgebc ); +continue ;};var _cced imageModifications ;_cced .Scale =_ceb .ImageUpperPPI /_acaaf .PPI ;if _acaaf .BitsPerComponent ==1&&_acaaf .ColorComponents ==1{_gbae :=_ca .Round (_acaaf .PPI /_ceb .ImageUpperPPI );_ffdc :=_be .NextPowerOf2 (uint (_gbae ));if _be .InDelta (float64 (_ffdc ),1/_cced .Scale ,0.3){_cced .Scale =float64 (1)/float64 (_ffdc ); +};if _ ,_cdg :=_cad .Filter .(*_e .JBIG2Encoder );!_cdg {_cced .Encoding =_e .NewJBIG2Encoder ();};};if _dgebc =_dcge (_cad ,_cced );_dgebc !=nil {_c .Log .Debug ("\u0045\u0072\u0072\u006f\u0072 \u0073\u0063\u0061\u006c\u0065\u0020\u0069\u006d\u0061\u0067\u0065\u0020\u006be\u0065\u0070\u0020\u006f\u0072\u0069\u0067\u0069\u006e\u0061\u006c\u0020\u0069\u006d\u0061\u0067\u0065\u003a\u0020\u0025\u0073",_dgebc ); +continue ;};_cced .Encoding =nil ;if _edfd ,_dafc :=_e .GetStream (_acaaf .Stream .PdfObjectDictionary .Get ("\u0053\u004d\u0061s\u006b"));_dafc {_bdag ,_ceab :=_ae .NewXObjectImageFromStream (_edfd );if _ceab !=nil {_c .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0025\u002b\u0076",_ceab ); +continue ;};if _ceab =_dcge (_bdag ,_cced );_ceab !=nil {_c .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0025\u002b\u0076",_ceab );continue ;};};};return objects ,nil ;}; + +// Optimize optimizes PDF objects to decrease PDF size. +func (_fbfe *CombineDuplicateStreams )Optimize (objects []_e .PdfObject )(_ebee []_e .PdfObject ,_gcd error ){_gcff :=make (map[_e .PdfObject ]_e .PdfObject );_agcc :=make (map[_e .PdfObject ]struct{});_dfaa :=make (map[string ][]*_e .PdfObjectStream ); +for _ ,_bagb :=range objects {if _dgfd ,_bacdf :=_bagb .(*_e .PdfObjectStream );_bacdf {_feff :=_a .New ();_feff .Write (_dgfd .Stream );_feff .Write ([]byte (_dgfd .PdfObjectDictionary .WriteString ()));_faf :=string (_feff .Sum (nil ));_dfaa [_faf ]=append (_dfaa [_faf ],_dgfd ); +};};for _ ,_cbgg :=range _dfaa {if len (_cbgg )< 2{continue ;};_gaab :=_cbgg [0];for _aad :=1;_aad < len (_cbgg );_aad ++{_aegf :=_cbgg [_aad ];_gcff [_aegf ]=_gaab ;_agcc [_aegf ]=struct{}{};};};_ebee =make ([]_e .PdfObject ,0,len (objects )-len (_agcc )); +for _ ,_feb :=range objects {if _ ,_efdg :=_agcc [_feb ];_efdg {continue ;};_ebee =append (_ebee ,_feb );};_fea (_ebee ,_gcff );return _ebee ,nil ;};func _dcg (_ffeg _e .PdfObject )(string ,error ){_dbff :=_e .TraceToDirectObject (_ffeg );switch _ffb :=_dbff .(type ){case *_e .PdfObjectString :return _ffb .Str (),nil ; +case *_e .PdfObjectStream :_dbfa ,_bcc :=_e .DecodeStream (_ffb );if _bcc !=nil {return "",_bcc ;};return string (_dbfa ),nil ;};return "",_ac .Errorf ("\u0069\u006e\u0076\u0061\u006ci\u0064\u0020\u0063\u006f\u006e\u0074\u0065\u006e\u0074\u0020\u0073\u0074\u0072e\u0061\u006d\u0020\u006f\u0062\u006a\u0065\u0063\u0074\u0020\u0068\u006f\u006c\u0064\u0065\u0072\u0020\u0028\u0025\u0054\u0029",_dbff ); +}; + +// Chain allows to use sequence of optimizers. +// It implements interface model.Optimizer. +type Chain struct{_cf []_ae .Optimizer };type imageInfo struct{BitsPerComponent int ;ColorComponents int ;Width int ;Height int ;Stream *_e .PdfObjectStream ;PPI float64 ;};func _eeb (_edd *_ae .Image ,_eaaf float64 )(*_ae .Image ,error ){_cddaf ,_aeb :=_edd .ToGoImage (); +if _aeb !=nil {return nil ,_aeb ;};var _ffbe _be .Image ;_egfa ,_abc :=_cddaf .(*_be .Monochrome );if _abc {if _aeb =_egfa .ResolveDecode ();_aeb !=nil {return nil ,_aeb ;};_ffbe ,_aeb =_egfa .Scale (_eaaf );if _aeb !=nil {return nil ,_aeb ;};}else {_ecge :=int (_ca .RoundToEven (float64 (_edd .Width )*_eaaf )); +_efdc :=int (_ca .RoundToEven (float64 (_edd .Height )*_eaaf ));_ffbe ,_aeb =_be .NewImage (_ecge ,_efdc ,int (_edd .BitsPerComponent ),_edd .ColorComponents ,nil ,nil ,nil );if _aeb !=nil {return nil ,_aeb ;};_gf .CatmullRom .Scale (_ffbe ,_ffbe .Bounds (),_cddaf ,_cddaf .Bounds (),_gf .Over ,&_gf .Options {}); +};_ceg :=_ffbe .Base ();_badf :=&_ae .Image {Width :int64 (_ceg .Width ),Height :int64 (_ceg .Height ),BitsPerComponent :int64 (_ceg .BitsPerComponent ),ColorComponents :_ceg .ColorComponents ,Data :_ceg .Data };_badf .SetDecode (_ceg .Decode );_badf .SetAlpha (_ceg .Alpha ); +return _badf ,nil ;};type objectStructure struct{_fad *_e .PdfObjectDictionary ;_bfaf *_e .PdfObjectDictionary ;_fcdd []*_e .PdfIndirectObject ;};type content struct{_cec string ;_aacb *_ae .PdfPageResources ;}; + +// ObjectStreams groups PDF objects to object streams. +// It implements interface model.Optimizer. +type ObjectStreams struct{}; // CleanContentstream cleans up redundant operands in content streams, including Page and XObject Form // contents. This process includes: // 1. Marked content operators are removed. // 2. Some operands are simplified (shorter form). // TODO: Add more reduction methods and improving the methods for identifying unnecessary operands. -type CleanContentstream struct{}; - -// Optimize optimizes PDF objects to decrease PDF size. -func (_ba *Chain )Optimize (objects []_dc .PdfObject )(_fg []_dc .PdfObject ,_ag error ){_gd :=objects ;for _ ,_dd :=range _ba ._b {_fcge ,_ad :=_dd .Optimize (_gd );if _ad !=nil {_f .Log .Debug ("\u0045\u0052\u0052OR\u0020\u004f\u0070\u0074\u0069\u006d\u0069\u007a\u0061\u0074\u0069\u006f\u006e\u003a\u0020\u0025\u002b\u0076",_ad ); -continue ;};_gd =_fcge ;};return _gd ,nil ;};func _cga (_gcfa _dc .PdfObject ,_ffg map[_dc .PdfObject ]struct{})error {if _dgf ,_bcdd :=_gcfa .(*_dc .PdfIndirectObject );_bcdd {_ffg [_gcfa ]=struct{}{};_gfaf :=_cga (_dgf .PdfObject ,_ffg );if _gfaf !=nil {return _gfaf ; -};return nil ;};if _bgc ,_bee :=_gcfa .(*_dc .PdfObjectStream );_bee {_ffg [_bgc ]=struct{}{};_cgcc :=_cga (_bgc .PdfObjectDictionary ,_ffg );if _cgcc !=nil {return _cgcc ;};return nil ;};if _aad ,_bafd :=_gcfa .(*_dc .PdfObjectDictionary );_bafd {for _ ,_afg :=range _aad .Keys (){_eaa :=_aad .Get (_afg ); -_ =_eaa ;if _acb ,_cgaa :=_eaa .(*_dc .PdfObjectReference );_cgaa {_eaa =_acb .Resolve ();_aad .Set (_afg ,_eaa );};if _afg !="\u0050\u0061\u0072\u0065\u006e\u0074"{if _aaf :=_cga (_eaa ,_ffg );_aaf !=nil {return _aaf ;};};};return nil ;};if _ecaf ,_cdd :=_gcfa .(*_dc .PdfObjectArray ); -_cdd {if _ecaf ==nil {return _d .New ("\u0061\u0072\u0072a\u0079\u0020\u0069\u0073\u0020\u006e\u0069\u006c");};for _dae ,_aaa :=range _ecaf .Elements (){if _eg ,_add :=_aaa .(*_dc .PdfObjectReference );_add {_aaa =_eg .Resolve ();_ecaf .Set (_dae ,_aaa ); -};if _acd :=_cga (_aaa ,_ffg );_acd !=nil {return _acd ;};};return nil ;};return nil ;}; - -// Optimize optimizes PDF objects to decrease PDF size. -func (_bg *CleanContentstream )Optimize (objects []_dc .PdfObject )(_adf []_dc .PdfObject ,_ca error ){_fdc :=map[*_dc .PdfObjectStream ]struct{}{};var _gac []*_dc .PdfObjectStream ;_ecd :=func (_cae *_dc .PdfObjectStream ){if _ ,_df :=_fdc [_cae ];!_df {_fdc [_cae ]=struct{}{}; -_gac =append (_gac ,_cae );};};_da :=map[_dc .PdfObject ]bool {};_daf :=map[_dc .PdfObject ]bool {};for _ ,_ea :=range objects {switch _dg :=_ea .(type ){case *_dc .PdfIndirectObject :switch _gae :=_dg .PdfObject .(type ){case *_dc .PdfObjectDictionary :if _fcb ,_cc :=_dc .GetName (_gae .Get ("\u0054\u0079\u0070\u0065")); -!_cc ||_fcb .String ()!="\u0050\u0061\u0067\u0065"{continue ;};if _ee ,_eb :=_dc .GetStream (_gae .Get ("\u0043\u006f\u006e\u0074\u0065\u006e\u0074\u0073"));_eb {_ecd (_ee );}else if _ddb ,_bb :=_dc .GetArray (_gae .Get ("\u0043\u006f\u006e\u0074\u0065\u006e\u0074\u0073")); -_bb {var _gaee []*_dc .PdfObjectStream ;for _ ,_gcf :=range _ddb .Elements (){if _ed ,_fcga :=_dc .GetStream (_gcf );_fcga {_gaee =append (_gaee ,_ed );};};if len (_gaee )> 0{var _ffd _a .Buffer ;for _ ,_eda :=range _gaee {if _caa ,_bce :=_dc .DecodeStream (_eda ); -_bce ==nil {_ffd .Write (_caa );};_da [_eda ]=true ;};_caf ,_gdb :=_dc .MakeStream (_ffd .Bytes (),_dc .NewFlateEncoder ());if _gdb !=nil {return nil ,_gdb ;};_daf [_caf ]=true ;_gae .Set ("\u0043\u006f\u006e\u0074\u0065\u006e\u0074\u0073",_caf );_ecd (_caf ); -};};};case *_dc .PdfObjectStream :if _ae ,_fcba :=_dc .GetName (_dg .Get ("\u0054\u0079\u0070\u0065"));!_fcba ||_ae .String ()!="\u0058O\u0062\u006a\u0065\u0063\u0074"{continue ;};if _gbc ,_bcb :=_dc .GetName (_dg .Get ("\u0053u\u0062\u0074\u0079\u0070\u0065")); -!_bcb ||_gbc .String ()!="\u0046\u006f\u0072\u006d"{continue ;};_ecd (_dg );};};for _ ,_cgc :=range _gac {_ca =_ga (_cgc );if _ca !=nil {return nil ,_ca ;};};_adf =nil ;for _ ,_aea :=range objects {if _da [_aea ]{continue ;};_adf =append (_adf ,_aea ); -};for _cge :=range _daf {_adf =append (_adf ,_cge );};return _adf ,nil ;}; +type CleanContentstream struct{};func _agaf (_bdaa []_e .PdfObject ){for _gdgb ,_dcbc :=range _bdaa {switch _adbc :=_dcbc .(type ){case *_e .PdfIndirectObject :_adbc .ObjectNumber =int64 (_gdgb +1);_adbc .GenerationNumber =0;case *_e .PdfObjectStream :_adbc .ObjectNumber =int64 (_gdgb +1); +_adbc .GenerationNumber =0;case *_e .PdfObjectStreams :_adbc .ObjectNumber =int64 (_gdgb +1);_adbc .GenerationNumber =0;};};}; // CleanUnusedResources represents an optimizer used to clean unused resources. -type CleanUnusedResources struct{};type imageModifications struct{Scale float64 ;Encoding _dc .StreamEncoder ;};func _beg (_baa []_dc .PdfObject ,_abc map[_dc .PdfObject ]_dc .PdfObject ){if len (_abc )==0{return ;};for _aee ,_cedc :=range _baa {if _fgb ,_abde :=_abc [_cedc ]; -_abde {_baa [_aee ]=_fgb ;continue ;};_abc [_cedc ]=_cedc ;switch _cec :=_cedc .(type ){case *_dc .PdfObjectArray :_fdgde :=make ([]_dc .PdfObject ,_cec .Len ());copy (_fdgde ,_cec .Elements ());_beg (_fdgde ,_abc );for _gbff ,_egg :=range _fdgde {_cec .Set (_gbff ,_egg ); -};case *_dc .PdfObjectStreams :_beg (_cec .Elements (),_abc );case *_dc .PdfObjectStream :_caaf :=[]_dc .PdfObject {_cec .PdfObjectDictionary };_beg (_caaf ,_abc );_cec .PdfObjectDictionary =_caaf [0].(*_dc .PdfObjectDictionary );case *_dc .PdfObjectDictionary :_agfa :=_cec .Keys (); -_daad :=make ([]_dc .PdfObject ,len (_agfa ));for _dbda ,_bcde :=range _agfa {_daad [_dbda ]=_cec .Get (_bcde );};_beg (_daad ,_abc );for _ccaeb ,_dcb :=range _agfa {_cec .Set (_dcb ,_daad [_ccaeb ]);};case *_dc .PdfIndirectObject :_fbgd :=[]_dc .PdfObject {_cec .PdfObject }; -_beg (_fbgd ,_abc );_cec .PdfObject =_fbgd [0];};};};func _geb (_gfb *_dc .PdfObjectDictionary )[]string {_ebb :=[]string {};for _ ,_gga :=range _gfb .Keys (){_ebb =append (_ebb ,_gga .String ());};return _ebb ;}; - -// ObjectStreams groups PDF objects to object streams. -// It implements interface model.Optimizer. -type ObjectStreams struct{};func _bdb (_dgc []_dc .PdfObject )(map[_dc .PdfObject ]struct{},error ){_gbe :=_cbdc (_dgc );_agd :=_gbe ._fbc ;_agc :=make (map[_dc .PdfObject ]struct{});_ge :=_baga (_agd );for _ ,_eca :=range _agd {_dcf ,_cag :=_dc .GetDict (_eca .PdfObject ); -if !_cag {continue ;};_ddd ,_cag :=_dc .GetDict (_dcf .Get ("\u0052e\u0073\u006f\u0075\u0072\u0063\u0065s"));if !_cag {continue ;};_dda :=_ge ["\u0058O\u0062\u006a\u0065\u0063\u0074"];_gfd ,_cag :=_dc .GetDict (_ddd .Get ("\u0058O\u0062\u006a\u0065\u0063\u0074")); -if _cag {_gfca :=_geb (_gfd );for _ ,_bdda :=range _gfca {if _afd (_bdda ,_dda ){continue ;};_cfd :=*_dc .MakeName (_bdda );_gacc :=_gfd .Get (_cfd );_agc [_gacc ]=struct{}{};_gfd .Remove (_cfd );_bcc :=_cga (_gacc ,_agc );if _bcc !=nil {_f .Log .Debug ("\u0066\u0061\u0069\u006ce\u0064\u0020\u0074\u006f\u0020\u0074\u0072\u0061\u0076\u0065r\u0073e\u0020\u006f\u0062\u006a\u0065\u0063\u0074 \u0025\u0076",_gacc ); -};};};_ceg ,_cag :=_dc .GetDict (_ddd .Get ("\u0046\u006f\u006e\u0074"));_efga :=_ge ["\u0046\u006f\u006e\u0074"];if _cag {_baf :=_geb (_ceg );for _ ,_edab :=range _baf {if _afd (_edab ,_efga ){continue ;};_gdff :=*_dc .MakeName (_edab );_bde :=_ceg .Get (_gdff ); -_agc [_bde ]=struct{}{};_ceg .Remove (_gdff );_gffa :=_cga (_bde ,_agc );if _gffa !=nil {_f .Log .Debug ("\u0046\u0061i\u006c\u0065\u0064\u0020\u0074\u006f\u0020\u0074\u0072\u0061\u0076\u0065\u0072\u0073\u0065\u0020\u006f\u0062\u006a\u0065\u0063\u0074 %\u0076\u000a",_bde ); -};};};_eff ,_cag :=_dc .GetDict (_ddd .Get ("\u0045x\u0074\u0047\u0053\u0074\u0061\u0074e"));if _cag {_adfe :=_geb (_eff );_afe :=_ge ["\u0045x\u0074\u0047\u0053\u0074\u0061\u0074e"];for _ ,_agf :=range _adfe {if _afd (_agf ,_afe ){continue ;};_eeaa :=*_dc .MakeName (_agf ); -_gffag :=_eff .Get (_eeaa );_agc [_gffag ]=struct{}{};_eff .Remove (_eeaa );_fdg :=_cga (_gffag ,_agc );if _fdg !=nil {_f .Log .Debug ("\u0066\u0061i\u006c\u0065\u0064\u0020\u0074\u006f\u0020\u0074\u0072\u0061\u0076\u0065\u0072\u0073\u0065\u0020\u006f\u0062\u006a\u0065\u0063\u0074 %\u0076\u000a",_gffag ); -};};};};return _agc ,nil ;};func _baga (_gea []*_dc .PdfIndirectObject )map[string ][]string {_ccc :=map[string ][]string {};for _ ,_cfde :=range _gea {_cgga ,_acf :=_dc .GetDict (_cfde .PdfObject );if !_acf {continue ;};_fdgd :=_cgga .Get ("\u0043\u006f\u006e\u0074\u0065\u006e\u0074\u0073"); -_ddf :=_dc .TraceToDirectObject (_fdgd );_aba :="";if _ggf ,_adb :=_ddf .(*_dc .PdfObjectArray );_adb {var _bfcc []string ;for _ ,_fgg :=range _ggf .Elements (){_fbg ,_ccg :=_adda (_fgg );if _ccg !=nil {continue ;};_bfcc =append (_bfcc ,_fbg );};_aba =_cg .Join (_bfcc ,"\u0020"); -};if _abe ,_fff :=_ddf .(*_dc .PdfObjectStream );_fff {_ede ,_bfd :=_dc .DecodeStream (_abe );if _bfd !=nil {continue ;};_aba =string (_ede );};_agdf :=_fcg .NewContentStreamParser (_aba );_ecgd ,_cbf :=_agdf .Parse ();if _cbf !=nil {continue ;};for _ ,_fffe :=range *_ecgd {_beb :=_fffe .Operand ; -_acfc :=_fffe .Params ;switch _beb {case "\u0044\u006f":_bfde :=_acfc [0].String ();if _ ,_bdfg :=_ccc ["\u0058O\u0062\u006a\u0065\u0063\u0074"];!_bdfg {_ccc ["\u0058O\u0062\u006a\u0065\u0063\u0074"]=[]string {_bfde };}else {_ccc ["\u0058O\u0062\u006a\u0065\u0063\u0074"]=append (_ccc ["\u0058O\u0062\u006a\u0065\u0063\u0074"],_bfde ); -};case "\u0054\u0066":_afeg :=_acfc [0].String ();if _ ,_gec :=_ccc ["\u0046\u006f\u006e\u0074"];!_gec {_ccc ["\u0046\u006f\u006e\u0074"]=[]string {_afeg };}else {_ccc ["\u0046\u006f\u006e\u0074"]=append (_ccc ["\u0046\u006f\u006e\u0074"],_afeg );};case "\u0067\u0073":_eebb :=_acfc [0].String (); -if _ ,_fef :=_ccc ["\u0045x\u0074\u0047\u0053\u0074\u0061\u0074e"];!_fef {_ccc ["\u0045x\u0074\u0047\u0053\u0074\u0061\u0074e"]=[]string {_eebb };}else {_ccc ["\u0045x\u0074\u0047\u0053\u0074\u0061\u0074e"]=append (_ccc ["\u0045x\u0074\u0047\u0053\u0074\u0061\u0074e"],_eebb ); -};};};};return _ccc ;}; +type CleanUnusedResources struct{};type imageModifications struct{Scale float64 ;Encoding _e .StreamEncoder ;}; // CombineDuplicateDirectObjects combines duplicated direct objects by its data hash. // It implements interface model.Optimizer. -type CombineDuplicateDirectObjects struct{}; +type CombineDuplicateDirectObjects struct{};func _dbe (_gce *_fe .ContentStreamOperations )*_fe .ContentStreamOperations {if _gce ==nil {return nil ;};_cb :=_fe .ContentStreamOperations {};for _ ,_fb :=range *_gce {switch _fb .Operand {case "\u0042\u0044\u0043","\u0042\u004d\u0043","\u0045\u004d\u0043":continue ; +case "\u0054\u006d":if len (_fb .Params )==6{if _ffd ,_dbf :=_e .GetNumbersAsFloat (_fb .Params );_dbf ==nil {if _ffd [0]==1&&_ffd [1]==0&&_ffd [2]==0&&_ffd [3]==1{_fb =&_fe .ContentStreamOperation {Params :[]_e .PdfObject {_fb .Params [4],_fb .Params [5]},Operand :"\u0054\u0064"}; +};};};};_cb =append (_cb ,_fb );};return &_cb ;}; -// Chain allows to use sequence of optimizers. +// CompressStreams compresses uncompressed streams. // It implements interface model.Optimizer. -type Chain struct{_b []_e .Optimizer }; +type CompressStreams struct{};func _badc (_gef []_e .PdfObject )objectStructure {_ege :=objectStructure {};_gcfg :=false ;for _ ,_fgaag :=range _gef {switch _fagf :=_fgaag .(type ){case *_e .PdfIndirectObject :_cffa ,_gacd :=_e .GetDict (_fagf );if !_gacd {continue ; +};_bbfa ,_gacd :=_e .GetName (_cffa .Get ("\u0054\u0079\u0070\u0065"));if !_gacd {continue ;};switch _bbfa .String (){case "\u0043a\u0074\u0061\u006c\u006f\u0067":_ege ._fad =_cffa ;_gcfg =true ;};};if _gcfg {break ;};};if !_gcfg {return _ege ;};_bgcc ,_aagc :=_e .GetDict (_ege ._fad .Get ("\u0050\u0061\u0067e\u0073")); +if !_aagc {return _ege ;};_ege ._bfaf =_bgcc ;_egag ,_aagc :=_e .GetArray (_bgcc .Get ("\u004b\u0069\u0064\u0073"));if !_aagc {return _ege ;};for _ ,_dcab :=range _egag .Elements (){_dfaf ,_dcf :=_e .GetIndirect (_dcab );if !_dcf {break ;};_ege ._fcdd =append (_ege ._fcdd ,_dfaf ); +};return _ege ;};func _fcgg (_cbcg []*_e .PdfIndirectObject )map[string ][]string {_bec :=map[string ][]string {};for _ ,_eae :=range _cbcg {_ecdd ,_bbc :=_e .GetDict (_eae .PdfObject );if !_bbc {continue ;};_feg :=_ecdd .Get ("\u0043\u006f\u006e\u0074\u0065\u006e\u0074\u0073"); +_cab :=_e .TraceToDirectObject (_feg );_ef :="";if _bbb ,_ggd :=_cab .(*_e .PdfObjectArray );_ggd {var _dgg []string ;for _ ,_gcf :=range _bbb .Elements (){_agc ,_fagg :=_dcg (_gcf );if _fagg !=nil {continue ;};_dgg =append (_dgg ,_agc );};_ef =_f .Join (_dgg ,"\u0020"); +};if _bgf ,_affg :=_cab .(*_e .PdfObjectStream );_affg {_ggc ,_afg :=_e .DecodeStream (_bgf );if _afg !=nil {continue ;};_ef =string (_ggc );};_ggf :=_fe .NewContentStreamParser (_ef );_age ,_adeb :=_ggf .Parse ();if _adeb !=nil {continue ;};for _ ,_cca :=range *_age {_bbcd :=_cca .Operand ; +_edf :=_cca .Params ;switch _bbcd {case "\u0044\u006f":_gea :=_edf [0].String ();if _ ,_efc :=_bec ["\u0058O\u0062\u006a\u0065\u0063\u0074"];!_efc {_bec ["\u0058O\u0062\u006a\u0065\u0063\u0074"]=[]string {_gea };}else {_bec ["\u0058O\u0062\u006a\u0065\u0063\u0074"]=append (_bec ["\u0058O\u0062\u006a\u0065\u0063\u0074"],_gea ); +};case "\u0054\u0066":_agcb :=_edf [0].String ();if _ ,_cgd :=_bec ["\u0046\u006f\u006e\u0074"];!_cgd {_bec ["\u0046\u006f\u006e\u0074"]=[]string {_agcb };}else {_bec ["\u0046\u006f\u006e\u0074"]=append (_bec ["\u0046\u006f\u006e\u0074"],_agcb );};case "\u0067\u0073":_bdbg :=_edf [0].String (); +if _ ,_gac :=_bec ["\u0045x\u0074\u0047\u0053\u0074\u0061\u0074e"];!_gac {_bec ["\u0045x\u0074\u0047\u0053\u0074\u0061\u0074e"]=[]string {_bdbg };}else {_bec ["\u0045x\u0074\u0047\u0053\u0074\u0061\u0074e"]=append (_bec ["\u0045x\u0074\u0047\u0053\u0074\u0061\u0074e"],_bdbg ); +};};};};return _bec ;}; // Optimize optimizes PDF objects to decrease PDF size. -func (_gfbfd *Image )Optimize (objects []_dc .PdfObject )(_deeg []_dc .PdfObject ,_gfcag error ){if _gfbfd .ImageQuality <=0{return objects ,nil ;};_effa :=_ffag (objects );if len (_effa )==0{return objects ,nil ;};_feb :=make (map[_dc .PdfObject ]_dc .PdfObject ); -_egd :=make (map[_dc .PdfObject ]struct{});for _ ,_edbe :=range _effa {_dfb :=_edbe .Stream .Get ("\u0053\u004d\u0061s\u006b");_egd [_dfb ]=struct{}{};};for _fab ,_dbge :=range _effa {_ddc :=_dbge .Stream ;if _ ,_gad :=_egd [_ddc ];_gad {continue ;};_gdfe ,_gfg :=_e .NewXObjectImageFromStream (_ddc ); -if _gfg !=nil {_f .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0025\u002b\u0076",_gfg );continue ;};switch _gdfe .Filter .(type ){case *_dc .JBIG2Encoder :continue ;case *_dc .CCITTFaxEncoder :continue ;};_gfgd ,_gfg :=_gdfe .ToImage ();if _gfg !=nil {_f .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0025\u002b\u0076",_gfg ); -continue ;};_gbcf :=_dc .NewDCTEncoder ();_gbcf .ColorComponents =_gfgd .ColorComponents ;_gbcf .Quality =_gfbfd .ImageQuality ;_gbcf .BitsPerComponent =_dbge .BitsPerComponent ;_gbcf .Width =_dbge .Width ;_gbcf .Height =_dbge .Height ;_gcg ,_gfg :=_gbcf .EncodeBytes (_gfgd .Data ); -if _gfg !=nil {_f .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0025\u002b\u0076",_gfg );continue ;};var _adcd _dc .StreamEncoder ;_adcd =_gbcf ;{_eeee :=_dc .NewFlateEncoder ();_aef :=_dc .NewMultiEncoder ();_aef .AddEncoder (_eeee );_aef .AddEncoder (_gbcf ); -_ecge ,_fbdg :=_aef .EncodeBytes (_gfgd .Data );if _fbdg !=nil {_f .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0025\u002b\u0076",_fbdg );continue ;};if len (_ecge )< len (_gcg ){_f .Log .Trace ("\u004d\u0075\u006c\u0074\u0069\u0020\u0065\u006e\u0063\u0020\u0069\u006d\u0070\u0072\u006f\u0076\u0065\u0073\u003a\u0020\u0025\u0064\u0020\u0074o\u0020\u0025\u0064\u0020\u0028o\u0072\u0069g\u0020\u0025\u0064\u0029",len (_gcg ),len (_ecge ),len (_ddc .Stream )); -_gcg =_ecge ;_adcd =_aef ;};};_abee :=len (_ddc .Stream );if _abee < len (_gcg ){continue ;};_cbc :=&_dc .PdfObjectStream {Stream :_gcg };_cbc .PdfObjectReference =_ddc .PdfObjectReference ;_cbc .PdfObjectDictionary =_dc .MakeDict ();_cbc .Merge (_ddc .PdfObjectDictionary ); -_cbc .Merge (_adcd .MakeStreamDict ());_cbc .Set ("\u004c\u0065\u006e\u0067\u0074\u0068",_dc .MakeInteger (int64 (len (_gcg ))));_feb [_ddc ]=_cbc ;_effa [_fab ].Stream =_cbc ;};_deeg =make ([]_dc .PdfObject ,len (objects ));copy (_deeg ,objects );_beg (_deeg ,_feb ); -return _deeg ,nil ;};func _dcab (_faeb []_dc .PdfObject ){for _cace ,_ecde :=range _faeb {switch _dcbc :=_ecde .(type ){case *_dc .PdfIndirectObject :_dcbc .ObjectNumber =int64 (_cace +1);_dcbc .GenerationNumber =0;case *_dc .PdfObjectStream :_dcbc .ObjectNumber =int64 (_cace +1); -_dcbc .GenerationNumber =0;case *_dc .PdfObjectStreams :_dcbc .ObjectNumber =int64 (_cace +1);_dcbc .GenerationNumber =0;};};};type content struct{_gba string ;_fbb *_e .PdfPageResources ;}; +func (_ba *CleanContentstream )Optimize (objects []_e .PdfObject )(_bbd []_e .PdfObject ,_cdd error ){_aeg :=map[*_e .PdfObjectStream ]struct{}{};var _gfc []*_e .PdfObjectStream ;_ea :=func (_eb *_e .PdfObjectStream ){if _ ,_da :=_aeg [_eb ];!_da {_aeg [_eb ]=struct{}{}; +_gfc =append (_gfc ,_eb );};};_aea :=map[_e .PdfObject ]bool {};_daf :=map[_e .PdfObject ]bool {};for _ ,_fbe :=range objects {switch _dfd :=_fbe .(type ){case *_e .PdfIndirectObject :switch _cc :=_dfd .PdfObject .(type ){case *_e .PdfObjectDictionary :if _gfd ,_fff :=_e .GetName (_cc .Get ("\u0054\u0079\u0070\u0065")); +!_fff ||_gfd .String ()!="\u0050\u0061\u0067\u0065"{continue ;};if _fc ,_cg :=_e .GetStream (_cc .Get ("\u0043\u006f\u006e\u0074\u0065\u006e\u0074\u0073"));_cg {_ea (_fc );}else if _eg ,_cae :=_e .GetArray (_cc .Get ("\u0043\u006f\u006e\u0074\u0065\u006e\u0074\u0073")); +_cae {var _ccc []*_e .PdfObjectStream ;for _ ,_bc :=range _eg .Elements (){if _fgef ,_aec :=_e .GetStream (_bc );_aec {_ccc =append (_ccc ,_fgef );};};if len (_ccc )> 0{var _dd _bb .Buffer ;for _ ,_dae :=range _ccc {if _gddf ,_aega :=_e .DecodeStream (_dae ); +_aega ==nil {_dd .Write (_gddf );};_aea [_dae ]=true ;};_eaa ,_aa :=_e .MakeStream (_dd .Bytes (),_e .NewFlateEncoder ());if _aa !=nil {return nil ,_aa ;};_daf [_eaa ]=true ;_cc .Set ("\u0043\u006f\u006e\u0074\u0065\u006e\u0074\u0073",_eaa );_ea (_eaa ); +};};};case *_e .PdfObjectStream :if _cgc ,_aae :=_e .GetName (_dfd .Get ("\u0054\u0079\u0070\u0065"));!_aae ||_cgc .String ()!="\u0058O\u0062\u006a\u0065\u0063\u0074"{continue ;};if _dc ,_gfcc :=_e .GetName (_dfd .Get ("\u0053u\u0062\u0074\u0079\u0070\u0065")); +!_gfcc ||_dc .String ()!="\u0046\u006f\u0072\u006d"{continue ;};_ea (_dfd );};};for _ ,_aac :=range _gfc {_cdd =_gd (_aac );if _cdd !=nil {return nil ,_cdd ;};};_bbd =nil ;for _ ,_bbf :=range objects {if _aea [_bbf ]{continue ;};_bbd =append (_bbd ,_bbf ); +};for _egf :=range _daf {_bbd =append (_bbd ,_egf );};return _bbd ,nil ;}; -// Optimize optimizes PDF objects to decrease PDF size. -func (_def *CombineIdenticalIndirectObjects )Optimize (objects []_dc .PdfObject )(_afdg []_dc .PdfObject ,_eed error ){_dcab (objects );_dafd :=make (map[_dc .PdfObject ]_dc .PdfObject );_gaecc :=make (map[_dc .PdfObject ]struct{});_gaag :=make (map[string ][]*_dc .PdfIndirectObject ); -for _ ,_dbb :=range objects {_cda ,_agad :=_dbb .(*_dc .PdfIndirectObject );if !_agad {continue ;};if _bagc ,_bga :=_cda .PdfObject .(*_dc .PdfObjectDictionary );_bga {if _cgfe ,_fdga :=_bagc .Get ("\u0054\u0079\u0070\u0065").(*_dc .PdfObjectName );_fdga &&*_cgfe =="\u0050\u0061\u0067\u0065"{continue ; -};if _ega :=_bagc .Keys ();len (_ega )==0{continue ;};_dbg :=_ce .New ();_dbg .Write ([]byte (_bagc .WriteString ()));_cgfg :=string (_dbg .Sum (nil ));_gaag [_cgfg ]=append (_gaag [_cgfg ],_cda );};};for _ ,_dad :=range _gaag {if len (_dad )< 2{continue ; -};_deab :=_dad [0];for _faca :=1;_faca < len (_dad );_faca ++{_ffa :=_dad [_faca ];_dafd [_ffa ]=_deab ;_gaecc [_ffa ]=struct{}{};};};_afdg =make ([]_dc .PdfObject ,0,len (objects )-len (_gaecc ));for _ ,_fafc :=range objects {if _ ,_egaa :=_gaecc [_fafc ]; -_egaa {continue ;};_afdg =append (_afdg ,_fafc );};_beg (_afdg ,_dafd );return _afdg ,nil ;}; - -// CompressStreams compresses uncompressed streams. +// ImagePPI optimizes images by scaling images such that the PPI (pixels per inch) is never higher than ImageUpperPPI. +// TODO(a5i): Add support for inline images. // It implements interface model.Optimizer. -type CompressStreams struct{};func _dea (_bge *_dc .PdfObjectStream ,_ccb []rune ,_cdfg []_gb .GlyphIndex )error {_bge ,_bgee :=_dc .GetStream (_bge );if !_bgee {_f .Log .Debug ("\u0045\u006d\u0062\u0065\u0064\u0064\u0065\u0064\u0020\u0066\u006f\u006e\u0074\u0020\u006f\u0062\u006a\u0065c\u0074\u0020\u006e\u006f\u0074\u0020\u0066o\u0075\u006e\u0064\u0020\u002d\u002d\u0020\u0041\u0042\u004f\u0052T\u0020\u0073\u0075\u0062\u0073\u0065\u0074\u0074\u0069\u006e\u0067"); -return _d .New ("\u0066\u006f\u006e\u0074fi\u006c\u0065\u0032\u0020\u006e\u006f\u0074\u0020\u0066\u006f\u0075\u006e\u0064");};_gfac ,_bgg :=_dc .DecodeStream (_bge );if _bgg !=nil {_f .Log .Debug ("\u0044\u0065c\u006f\u0064\u0065 \u0065\u0072\u0072\u006f\u0072\u003a\u0020\u0025\u0076",_bgg ); -return _bgg ;};_cgce ,_bgg :=_gb .Parse (_a .NewReader (_gfac ));if _bgg !=nil {_f .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0070\u0061\u0072\u0073\u0069n\u0067\u0020\u0025\u0064\u0020\u0062\u0079\u0074\u0065\u0020f\u006f\u006e\u0074",len (_bge .Stream )); -return _bgg ;};_bcdg :=_cdfg ;if len (_ccb )> 0{_ded :=_cgce .LookupRunes (_ccb );_bcdg =append (_bcdg ,_ded ...);};_cgce ,_bgg =_cgce .SubsetKeepIndices (_bcdg );if _bgg !=nil {_f .Log .Debug ("\u0045R\u0052\u004f\u0052\u0020s\u0075\u0062\u0073\u0065\u0074t\u0069n\u0067 \u0066\u006f\u006e\u0074\u003a\u0020\u0025v",_bgg ); -return _bgg ;};var _dbd _a .Buffer ;_bgg =_cgce .Write (&_dbd );if _bgg !=nil {_f .Log .Debug ("\u0045\u0052\u0052\u004fR \u0057\u0072\u0069\u0074\u0069\u006e\u0067\u0020\u0066\u006f\u006e\u0074\u003a\u0020%\u0076",_bgg );return _bgg ;};if _dbd .Len ()> len (_gfac ){_f .Log .Debug ("\u0052\u0065-\u0077\u0072\u0069\u0074\u0074\u0065\u006e\u0020\u0066\u006f\u006e\u0074\u0020\u0069\u0073\u0020\u006c\u0061\u0072\u0067\u0065\u0072\u0020\u0074\u0068\u0061\u006e\u0020\u006f\u0072\u0069\u0067\u0069\u006e\u0061\u006c\u0020\u002d\u0020\u0073\u006b\u0069\u0070"); -return nil ;};_eab ,_bgg :=_dc .MakeStream (_dbd .Bytes (),_dc .NewFlateEncoder ());if _bgg !=nil {_f .Log .Debug ("\u0045\u0052\u0052\u004fR \u0057\u0072\u0069\u0074\u0069\u006e\u0067\u0020\u0066\u006f\u006e\u0074\u003a\u0020%\u0076",_bgg );return _bgg ; -};*_bge =*_eab ;_bge .Set ("\u004ce\u006e\u0067\u0074\u0068\u0031",_dc .MakeInteger (int64 (_dbd .Len ())));return nil ;}; +type ImagePPI struct{ImageUpperPPI float64 ;}; // Options describes PDF optimization parameters. type Options struct{CombineDuplicateStreams bool ;CombineDuplicateDirectObjects bool ;ImageUpperPPI float64 ;ImageQuality int ;UseObjectStreams bool ;CombineIdenticalIndirectObjects bool ;CompressStreams bool ;CleanFonts bool ;SubsetFonts bool ;CleanContentstream bool ; CleanUnusedResources bool ;}; -// Optimize implements Optimizer interface. -func (_efgc *CleanUnusedResources )Optimize (objects []_dc .PdfObject )(_deg []_dc .PdfObject ,_gff error ){_ddbf ,_gff :=_bdb (objects );if _gff !=nil {return nil ,_gff ;};_cba :=[]_dc .PdfObject {};for _ ,_dca :=range objects {_ ,_cgg :=_ddbf [_dca ]; -if _cgg {continue ;};_cba =append (_cba ,_dca );};return _cba ,nil ;}; - -// ImagePPI optimizes images by scaling images such that the PPI (pixels per inch) is never higher than ImageUpperPPI. -// TODO(a5i): Add support for inline images. -// It implements interface model.Optimizer. -type ImagePPI struct{ImageUpperPPI float64 ;};func _bf (_fa *_fcg .ContentStreamOperations )*_fcg .ContentStreamOperations {if _fa ==nil {return nil ;};_ff :=_fcg .ContentStreamOperations {};for _ ,_gcc :=range *_fa {switch _gcc .Operand {case "\u0042\u0044\u0043","\u0042\u004d\u0043","\u0045\u004d\u0043":continue ; -case "\u0054\u006d":if len (_gcc .Params )==6{if _cf ,_bc :=_dc .GetNumbersAsFloat (_gcc .Params );_bc ==nil {if _cf [0]==1&&_cf [1]==0&&_cf [2]==0&&_cf [3]==1{_gcc =&_fcg .ContentStreamOperation {Params :[]_dc .PdfObject {_gcc .Params [4],_gcc .Params [5]},Operand :"\u0054\u0064"}; -};};};};_ff =append (_ff ,_gcc );};return &_ff ;}; - // Optimize optimizes PDF objects to decrease PDF size. -func (_fcfbb *ImagePPI )Optimize (objects []_dc .PdfObject )(_gcde []_dc .PdfObject ,_cbbf error ){if _fcfbb .ImageUpperPPI <=0{return objects ,nil ;};_cabe :=_ffag (objects );if len (_cabe )==0{return objects ,nil ;};_efbc :=make (map[_dc .PdfObject ]struct{}); -for _ ,_bae :=range _cabe {_eabe :=_bae .Stream .PdfObjectDictionary .Get ("\u0053\u004d\u0061s\u006b");_efbc [_eabe ]=struct{}{};};_aaaf :=make (map[*_dc .PdfObjectStream ]*imageInfo );for _ ,_fbdb :=range _cabe {_aaaf [_fbdb .Stream ]=_fbdb ;};var _afgg *_dc .PdfObjectDictionary ; -for _ ,_faeg :=range objects {if _deabb ,_deega :=_dc .GetDict (_faeg );_afgg ==nil &&_deega {if _caeb ,_gegg :=_dc .GetName (_deabb .Get ("\u0054\u0079\u0070\u0065"));_gegg &&*_caeb =="\u0043a\u0074\u0061\u006c\u006f\u0067"{_afgg =_deabb ;};};};if _afgg ==nil {return objects ,nil ; -};_dadc ,_gfdd :=_dc .GetDict (_afgg .Get ("\u0050\u0061\u0067e\u0073"));if !_gfdd {return objects ,nil ;};_ecca ,_ecf :=_dc .GetArray (_dadc .Get ("\u004b\u0069\u0064\u0073"));if !_ecf {return objects ,nil ;};for _ ,_gee :=range _ecca .Elements (){_agadg :=make (map[string ]*imageInfo ); -_cead ,_cabf :=_dc .GetDict (_gee );if !_cabf {continue ;};_gab ,_ :=_dccfg (_cead .Get ("\u0043\u006f\u006e\u0074\u0065\u006e\u0074\u0073"));if len (_gab )==0{continue ;};_degb ,_ffgg :=_dc .GetDict (_cead .Get ("\u0052e\u0073\u006f\u0075\u0072\u0063\u0065s")); -if !_ffgg {continue ;};_ceac ,_fad :=_e .NewPdfPageResourcesFromDict (_degb );if _fad !=nil {_f .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u0020\u0070\u0061\u0072\u0073\u0069\u006e\u0067\u0020\u0072\u0065\u0073\u006f\u0075\u0072\u0063\u0065\u0073\u0020-\u0020\u0069\u0067\u006e\u006fr\u0069\u006eg\u003a\u0020\u0025\u0076",_fad ); -continue ;};_bbbg ,_gbde :=_dc .GetDict (_degb .Get ("\u0058O\u0062\u006a\u0065\u0063\u0074"));if !_gbde {continue ;};_fggg :=_bbbg .Keys ();for _ ,_acca :=range _fggg {if _ddab ,_fecd :=_dc .GetStream (_bbbg .Get (_acca ));_fecd {if _afb ,_dfcb :=_aaaf [_ddab ]; -_dfcb {_agadg [string (_acca )]=_afb ;};};};_acdc :=_fcg .NewContentStreamParser (_gab );_feec ,_fad :=_acdc .Parse ();if _fad !=nil {_f .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0025\u002b\u0076",_fad );continue ;};_cbcc :=_fcg .NewContentStreamProcessor (*_feec ); -_cbcc .AddHandler (_fcg .HandlerConditionEnumAllOperands ,"",func (_efe *_fcg .ContentStreamOperation ,_gcca _fcg .GraphicsState ,_bba *_e .PdfPageResources )error {switch _efe .Operand {case "\u0044\u006f":if len (_efe .Params )!=1{_f .Log .Debug ("E\u0052\u0052\u004f\u0052\u003a\u0020\u0049\u0067\u006e\u006f\u0072\u0069\u006e\u0067\u0020\u0044\u006f\u0020w\u0069\u0074\u0068\u0020\u006c\u0065\u006e\u0028\u0070\u0061ra\u006d\u0073\u0029 \u0021=\u0020\u0031"); -return nil ;};_aeaa ,_agb :=_dc .GetName (_efe .Params [0]);if !_agb {_f .Log .Debug ("\u0045\u0052\u0052O\u0052\u003a\u0020\u0049\u0067\u006e\u006f\u0072\u0069\u006e\u0067\u0020\u0044\u006f\u0020\u0077\u0069\u0074\u0068\u0020\u006e\u006f\u006e\u0020\u004e\u0061\u006d\u0065\u0020p\u0061\u0072\u0061\u006d\u0065\u0074\u0065\u0072"); -return nil ;};if _dcga ,_bfa :=_agadg [string (*_aeaa )];_bfa {_dege :=_gcca .CTM .ScalingFactorX ();_fdf :=_gcca .CTM .ScalingFactorY ();_bfcf ,_agdg :=_dege /72.0,_fdf /72.0;_bbee ,_defc :=float64 (_dcga .Width )/_bfcf ,float64 (_dcga .Height )/_agdg ; -if _bfcf ==0||_agdg ==0{_bbee =72.0;_defc =72.0;};_dcga .PPI =_fb .Max (_dcga .PPI ,_bbee );_dcga .PPI =_fb .Max (_dcga .PPI ,_defc );};};return nil ;});_fad =_cbcc .Process (_ceac );if _fad !=nil {_f .Log .Debug ("E\u0052\u0052\u004f\u0052 p\u0072o\u0063\u0065\u0073\u0073\u0069n\u0067\u003a\u0020\u0025\u002b\u0076",_fad ); -continue ;};};for _ ,_fbbe :=range _cabe {if _ ,_cddb :=_efbc [_fbbe .Stream ];_cddb {continue ;};if _fbbe .PPI <=_fcfbb .ImageUpperPPI {continue ;};_gdg ,_beec :=_e .NewXObjectImageFromStream (_fbbe .Stream );if _beec !=nil {_f .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0025\u002b\u0076",_beec ); -continue ;};var _bef imageModifications ;_bef .Scale =_fcfbb .ImageUpperPPI /_fbbe .PPI ;if _fbbe .BitsPerComponent ==1&&_fbbe .ColorComponents ==1{_fcc :=_fb .Round (_fbbe .PPI /_fcfbb .ImageUpperPPI );_gfbg :=_fd .NextPowerOf2 (uint (_fcc ));if _fd .InDelta (float64 (_gfbg ),1/_bef .Scale ,0.3){_bef .Scale =float64 (1)/float64 (_gfbg ); -};if _ ,_gaed :=_gdg .Filter .(*_dc .JBIG2Encoder );!_gaed {_bef .Encoding =_dc .NewJBIG2Encoder ();};};if _beec =_dgd (_gdg ,_bef );_beec !=nil {_f .Log .Debug ("\u0045\u0072\u0072\u006f\u0072 \u0073\u0063\u0061\u006c\u0065\u0020\u0069\u006d\u0061\u0067\u0065\u0020\u006be\u0065\u0070\u0020\u006f\u0072\u0069\u0067\u0069\u006e\u0061\u006c\u0020\u0069\u006d\u0061\u0067\u0065\u003a\u0020\u0025\u0073",_beec ); -continue ;};_bef .Encoding =nil ;if _dbgg ,_eeaf :=_dc .GetStream (_fbbe .Stream .PdfObjectDictionary .Get ("\u0053\u004d\u0061s\u006b"));_eeaf {_gabd ,_eeceg :=_e .NewXObjectImageFromStream (_dbgg );if _eeceg !=nil {_f .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0025\u002b\u0076",_eeceg ); -continue ;};if _eeceg =_dgd (_gabd ,_bef );_eeceg !=nil {_f .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0025\u002b\u0076",_eeceg );continue ;};};};return objects ,nil ;}; +func (_ec *Chain )Optimize (objects []_e .PdfObject )(_df []_e .PdfObject ,_ff error ){_ab :=objects ;for _ ,_cfc :=range _ec ._cf {_cd ,_bg :=_cfc .Optimize (_ab );if _bg !=nil {_c .Log .Debug ("\u0045\u0052\u0052OR\u0020\u004f\u0070\u0074\u0069\u006d\u0069\u007a\u0061\u0074\u0069\u006f\u006e\u003a\u0020\u0025\u002b\u0076",_bg ); +continue ;};_ab =_cd ;};return _ab ,nil ;};func _eaee (_adce _e .PdfObject )(_afcg string ,_dfe []_e .PdfObject ){var _dcbe _bb .Buffer ;switch _egfd :=_adce .(type ){case *_e .PdfIndirectObject :_dfe =append (_dfe ,_egfd );_adce =_egfd .PdfObject ;};switch _fcbb :=_adce .(type ){case *_e .PdfObjectStream :if _dbb ,_cac :=_e .DecodeStream (_fcbb ); +_cac ==nil {_dcbe .Write (_dbb );_dfe =append (_dfe ,_fcbb );};case *_e .PdfObjectArray :for _ ,_eddg :=range _fcbb .Elements (){switch _fgbf :=_eddg .(type ){case *_e .PdfObjectStream :if _bdaad ,_baa :=_e .DecodeStream (_fgbf );_baa ==nil {_dcbe .Write (_bdaad ); +_dfe =append (_dfe ,_fgbf );};};};};return _dcbe .String (),_dfe ;}; -// Optimize optimizes PDF objects to decrease PDF size. -func (_dfa *CleanFonts )Optimize (objects []_dc .PdfObject )(_eec []_dc .PdfObject ,_cb error ){var _aec map[*_dc .PdfObjectStream ]struct{};if _dfa .Subset {var _fdcg error ;_aec ,_fdcg =_dcg (objects );if _fdcg !=nil {_f .Log .Debug ("\u0045\u0052\u0052\u004fR\u003a\u0020\u0046\u0061\u0069\u006c\u0065\u0064\u0020\u0073u\u0062s\u0065\u0074\u0074\u0069\u006e\u0067\u003a \u0025\u0076",_fdcg ); -return nil ,_fdcg ;};};for _ ,_cca :=range objects {_fcfb ,_eece :=_dc .GetStream (_cca );if !_eece {continue ;};if _ ,_cgf :=_aec [_fcfb ];_cgf {continue ;};_eaf ,_dfae :=_dc .NewEncoderFromStream (_fcfb );if _dfae !=nil {_f .Log .Debug ("\u0045\u0052RO\u0052\u0020\u0067e\u0074\u0074\u0069\u006eg e\u006eco\u0064\u0065\u0072\u003a\u0020\u0025\u0076 -\u0020\u0069\u0067\u006e\u006f\u0072\u0069n\u0067",_dfae ); -continue ;};_ecc ,_dfae :=_eaf .DecodeStream (_fcfb );if _dfae !=nil {_f .Log .Debug ("\u0044\u0065\u0063\u006f\u0064\u0069\u006e\u0067\u0020\u0065r\u0072\u006f\u0072\u0020\u003a\u0020\u0025v\u0020\u002d\u0020\u0069\u0067\u006e\u006f\u0072\u0069\u006e\u0067",_dfae ); -continue ;};if len (_ecc )< 4{continue ;};_fec :=string (_ecc [:4]);if _fec =="\u004f\u0054\u0054\u004f"{continue ;};if _fec !="\u0000\u0001\u0000\u0000"&&_fec !="\u0074\u0072\u0075\u0065"{continue ;};_gdc ,_dfae :=_gb .Parse (_a .NewReader (_ecc ));if _dfae !=nil {_f .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u0020P\u0061\u0072\u0073\u0069\u006e\u0067\u0020\u0066\u006f\u006e\u0074\u003a\u0020%\u0076\u0020\u002d\u0020\u0069\u0067\u006eo\u0072\u0069\u006e\u0067",_dfae ); -continue ;};_dfae =_gdc .Optimize ();if _dfae !=nil {_f .Log .Debug ("\u0045\u0052RO\u0052\u0020\u004fp\u0074\u0069\u006d\u0069zin\u0067 f\u006f\u006e\u0074\u003a\u0020\u0025\u0076 -\u0020\u0073\u006b\u0069\u0070\u0070\u0069n\u0067",_dfae );continue ;}; -var _faf _a .Buffer ;_dfae =_gdc .Write (&_faf );if _dfae !=nil {_f .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u0020W\u0072\u0069\u0074\u0069\u006e\u0067\u0020\u0066\u006f\u006e\u0074\u003a\u0020%\u0076\u0020\u002d\u0020\u0069\u0067\u006eo\u0072\u0069\u006e\u0067",_dfae ); -continue ;};if _faf .Len ()> len (_ecc ){_f .Log .Debug ("\u0052\u0065-\u0077\u0072\u0069\u0074\u0074\u0065\u006e\u0020\u0066\u006f\u006e\u0074\u0020\u0069\u0073\u0020\u006c\u0061\u0072\u0067\u0065\u0072\u0020\u0074\u0068\u0061\u006e\u0020\u006f\u0072\u0069\u0067\u0069\u006e\u0061\u006c\u0020\u002d\u0020\u0073\u006b\u0069\u0070"); -continue ;};_gdba ,_dfae :=_dc .MakeStream (_faf .Bytes (),_dc .NewFlateEncoder ());if _dfae !=nil {continue ;};*_fcfb =*_gdba ;_fcfb .Set ("\u004ce\u006e\u0067\u0074\u0068\u0031",_dc .MakeInteger (int64 (_faf .Len ())));};return objects ,nil ;};func _adda (_cgff _dc .PdfObject )(string ,error ){_ade :=_dc .TraceToDirectObject (_cgff ); -switch _gaa :=_ade .(type ){case *_dc .PdfObjectString :return _gaa .Str (),nil ;case *_dc .PdfObjectStream :_ggc ,_eebd :=_dc .DecodeStream (_gaa );if _eebd !=nil {return "",_eebd ;};return string (_ggc ),nil ;};return "",_gc .Errorf ("\u0069\u006e\u0076\u0061\u006ci\u0064\u0020\u0063\u006f\u006e\u0074\u0065\u006e\u0074\u0020\u0073\u0074\u0072e\u0061\u006d\u0020\u006f\u0062\u006a\u0065\u0063\u0074\u0020\u0068\u006f\u006c\u0064\u0065\u0072\u0020\u0028\u0025\u0054\u0029",_ade ); -}; - -// CombineDuplicateStreams combines duplicated streams by its data hash. -// It implements interface model.Optimizer. -type CombineDuplicateStreams struct{}; +// New creates a optimizers chain from options. +func New (options Options )*Chain {_gcdg :=new (Chain );if options .CleanFonts ||options .SubsetFonts {_gcdg .Append (&CleanFonts {Subset :options .SubsetFonts });};if options .CleanContentstream {_gcdg .Append (new (CleanContentstream ));};if options .ImageUpperPPI > 0{_ddcc :=new (ImagePPI ); +_ddcc .ImageUpperPPI =options .ImageUpperPPI ;_gcdg .Append (_ddcc );};if options .ImageQuality > 0{_ddfe :=new (Image );_ddfe .ImageQuality =options .ImageQuality ;_gcdg .Append (_ddfe );};if options .CombineDuplicateDirectObjects {_gcdg .Append (new (CombineDuplicateDirectObjects )); +};if options .CombineDuplicateStreams {_gcdg .Append (new (CombineDuplicateStreams ));};if options .CombineIdenticalIndirectObjects {_gcdg .Append (new (CombineIdenticalIndirectObjects ));};if options .UseObjectStreams {_gcdg .Append (new (ObjectStreams )); +};if options .CompressStreams {_gcdg .Append (new (CompressStreams ));};if options .CleanUnusedResources {_gcdg .Append (new (CleanUnusedResources ));};return _gcdg ;}; // CleanFonts cleans up embedded fonts, reducing font sizes. type CleanFonts struct{ @@ -193,45 +155,85 @@ type CleanFonts struct{ // Otherwise attempts to reduce the font program. Subset bool ;}; -// Append appends optimizers to the chain. -func (_be *Chain )Append (optimizers ..._e .Optimizer ){_be ._b =append (_be ._b ,optimizers ...)};func _dccfg (_aafa _dc .PdfObject )(_bca string ,_ddac []_dc .PdfObject ){var _dcag _a .Buffer ;switch _beaf :=_aafa .(type ){case *_dc .PdfIndirectObject :_ddac =append (_ddac ,_beaf ); -_aafa =_beaf .PdfObject ;};switch _cbbb :=_aafa .(type ){case *_dc .PdfObjectStream :if _aae ,_eeg :=_dc .DecodeStream (_cbbb );_eeg ==nil {_dcag .Write (_aae );_ddac =append (_ddac ,_cbbb );};case *_dc .PdfObjectArray :for _ ,_ffcf :=range _cbbb .Elements (){switch _gbga :=_ffcf .(type ){case *_dc .PdfObjectStream :if _bec ,_bbdd :=_dc .DecodeStream (_gbga ); -_bbdd ==nil {_dcag .Write (_bec );_ddac =append (_ddac ,_gbga );};};};};return _dcag .String (),_ddac ;};func _dgd (_ddca *_e .XObjectImage ,_efb imageModifications )error {_bagg ,_bbfc :=_ddca .ToImage ();if _bbfc !=nil {return _bbfc ;};if _efb .Scale !=0{_bagg ,_bbfc =_fdeb (_bagg ,_efb .Scale ); -if _bbfc !=nil {return _bbfc ;};};if _efb .Encoding !=nil {_ddca .Filter =_efb .Encoding ;};_ddca .Decode =nil ;switch _fea :=_ddca .Filter .(type ){case *_dc .FlateEncoder :if _fea .Predictor !=1&&_fea .Predictor !=11{_fea .Predictor =1;};};if _bbfc =_ddca .SetImage (_bagg ,nil ); -_bbfc !=nil {_f .Log .Debug ("\u0045\u0072\u0072or\u0020\u0073\u0065\u0074\u0074\u0069\u006e\u0067\u0020\u0069\u006d\u0061\u0067\u0065\u003a\u0020\u0025\u0076",_bbfc );return _bbfc ;};_ddca .ToPdfObject ();return nil ;};func _afd (_fee string ,_cafg []string )bool {for _ ,_ggg :=range _cafg {if _fee ==_ggg {return true ; -};};return false ;};func _fdeb (_aegg *_e .Image ,_ccad float64 )(*_e .Image ,error ){_cafgg ,_bgf :=_aegg .ToGoImage ();if _bgf !=nil {return nil ,_bgf ;};var _ced _fd .Image ;_eaea ,_bcf :=_cafgg .(*_fd .Monochrome );if _bcf {if _bgf =_eaea .ResolveDecode (); -_bgf !=nil {return nil ,_bgf ;};_ced ,_bgf =_eaea .Scale (_ccad );if _bgf !=nil {return nil ,_bgf ;};}else {_ccbf :=int (_fb .RoundToEven (float64 (_aegg .Width )*_ccad ));_adfc :=int (_fb .RoundToEven (float64 (_aegg .Height )*_ccad ));_ced ,_bgf =_fd .NewImage (_ccbf ,_adfc ,int (_aegg .BitsPerComponent ),_aegg .ColorComponents ,nil ,nil ,nil ); -if _bgf !=nil {return nil ,_bgf ;};_c .CatmullRom .Scale (_ced ,_ced .Bounds (),_cafgg ,_cafgg .Bounds (),_c .Over ,&_c .Options {});};_fcbg :=_ced .Base ();_adff :=&_e .Image {Width :int64 (_fcbg .Width ),Height :int64 (_fcbg .Height ),BitsPerComponent :int64 (_fcbg .BitsPerComponent ),ColorComponents :_fcbg .ColorComponents ,Data :_fcbg .Data }; -_adff .SetDecode (_fcbg .Decode );_adff .SetAlpha (_fcbg .Alpha );return _adff ,nil ;};type objectStructure struct{_cfe *_dc .PdfObjectDictionary ;_edfbg *_dc .PdfObjectDictionary ;_fbc []*_dc .PdfIndirectObject ;};func _ffag (_egb []_dc .PdfObject )[]*imageInfo {_fdgad :=_dc .PdfObjectName ("\u0053u\u0062\u0074\u0079\u0070\u0065"); -_fcgbb :=make (map[*_dc .PdfObjectStream ]struct{});var _dab []*imageInfo ;for _ ,_accc :=range _egb {_eeae ,_edad :=_dc .GetStream (_accc );if !_edad {continue ;};if _ ,_feg :=_fcgbb [_eeae ];_feg {continue ;};_fcgbb [_eeae ]=struct{}{};_aeb :=_eeae .PdfObjectDictionary .Get (_fdgad ); -_ddda ,_edad :=_dc .GetName (_aeb );if !_edad ||string (*_ddda )!="\u0049\u006d\u0061g\u0065"{continue ;};_dbfb :=&imageInfo {Stream :_eeae ,BitsPerComponent :8};if _dccf ,_gef :=_dc .GetIntVal (_eeae .Get ("\u0042\u0069t\u0073\u0050\u0065r\u0043\u006f\u006d\u0070\u006f\u006e\u0065\u006e\u0074")); -_gef {_dbfb .BitsPerComponent =_dccf ;};if _cbb ,_dfe :=_dc .GetIntVal (_eeae .Get ("\u0057\u0069\u0064t\u0068"));_dfe {_dbfb .Width =_cbb ;};if _dfc ,_fae :=_dc .GetIntVal (_eeae .Get ("\u0048\u0065\u0069\u0067\u0068\u0074"));_fae {_dbfb .Height =_dfc ; -};_deaa ,_fggb :=_e .NewPdfColorspaceFromPdfObject (_eeae .Get ("\u0043\u006f\u006c\u006f\u0072\u0053\u0070\u0061\u0063\u0065"));if _fggb !=nil {_f .Log .Debug ("\u0045R\u0052\u004f\u0052\u003a\u0020\u0025v",_fggb );continue ;};if _deaa ==nil {_ffdd ,_dbbe :=_dc .GetName (_eeae .Get ("\u0046\u0069\u006c\u0074\u0065\u0072")); -if _dbbe {switch _ffdd .String (){case "\u0043\u0043\u0049\u0054\u0054\u0046\u0061\u0078\u0044e\u0063\u006f\u0064\u0065","J\u0042\u0049\u0047\u0032\u0044\u0065\u0063\u006f\u0064\u0065":_deaa =_e .NewPdfColorspaceDeviceGray ();_dbfb .BitsPerComponent =1; -};};};switch _cea :=_deaa .(type ){case *_e .PdfColorspaceDeviceRGB :_dbfb .ColorComponents =3;case *_e .PdfColorspaceDeviceGray :_dbfb .ColorComponents =1;default:_f .Log .Debug ("\u004f\u0070\u0074\u0069\u006d\u0069\u007aa\u0074\u0069\u006fn\u0020\u0069\u0073 \u006e\u006ft\u0020\u0073\u0075\u0070\u0070\u006fr\u0074ed\u0020\u0066\u006f\u0072\u0020\u0063\u006f\u006c\u006f\u0072\u0020\u0073\u0070\u0061\u0063\u0065\u0020\u0025\u0054\u0020\u002d\u0020\u0073\u006b\u0069\u0070",_cea ); -continue ;};_dab =append (_dab ,_dbfb );};return _dab ;};func _dcg (_db []_dc .PdfObject )(_edg map[*_dc .PdfObjectStream ]struct{},_cfc error ){_edg =map[*_dc .PdfObjectStream ]struct{}{};_aga :=map[*_e .PdfFont ]struct{}{};_ebd :=_cbdc (_db );for _ ,_age :=range _ebd ._fbc {_gdf ,_caab :=_dc .GetDict (_age .PdfObject ); -if !_caab {continue ;};_edae ,_caab :=_dc .GetDict (_gdf .Get ("\u0052e\u0073\u006f\u0075\u0072\u0063\u0065s"));if !_caab {continue ;};_fac ,_ :=_dccfg (_gdf .Get ("\u0043\u006f\u006e\u0074\u0065\u006e\u0074\u0073"));_bdf ,_eae :=_e .NewPdfPageResourcesFromDict (_edae ); -if _eae !=nil {return nil ,_eae ;};_gbd :=[]content {{_gba :_fac ,_fbb :_bdf }};_bda :=_bdc (_gdf .Get ("\u0041\u006e\u006e\u006f\u0074\u0073"));if _bda !=nil {_gbd =append (_gbd ,_bda ...);};for _ ,_aeg :=range _gbd {_aeaf ,_bcd :=_fcf .NewFromContents (_aeg ._gba ,_aeg ._fbb ); -if _bcd !=nil {return nil ,_bcd ;};_bfc ,_ ,_ ,_bcd :=_aeaf .ExtractPageText ();if _bcd !=nil {return nil ,_bcd ;};for _ ,_gbg :=range _bfc .Marks ().Elements (){if _gbg .Font ==nil {continue ;};if _ ,_gde :=_aga [_gbg .Font ];!_gde {_aga [_gbg .Font ]=struct{}{}; -};};};};_cd :=map[*_dc .PdfObjectStream ][]*_e .PdfFont {};for _ef :=range _aga {_fbd :=_ef .FontDescriptor ();if _fbd ==nil ||_fbd .FontFile2 ==nil {continue ;};_cdf ,_edb :=_dc .GetStream (_fbd .FontFile2 );if !_edb {continue ;};_cd [_cdf ]=append (_cd [_cdf ],_ef ); -};for _ac :=range _cd {var _dac []rune ;var _cfae []_gb .GlyphIndex ;for _ ,_bbd :=range _cd [_ac ]{switch _bab :=_bbd .Encoder ().(type ){case *_fc .IdentityEncoder :_adg :=_bab .RegisteredRunes ();_dee :=make ([]_gb .GlyphIndex ,len (_adg ));for _edf ,_ace :=range _adg {_dee [_edf ]=_gb .GlyphIndex (_ace ); -};_cfae =append (_cfae ,_dee ...);case *_fc .TrueTypeFontEncoder :_bfe :=_bab .RegisteredRunes ();_dac =append (_dac ,_bfe ...);case _fc .SimpleEncoder :_gccef :=_bab .Charcodes ();for _ ,_dcc :=range _gccef {_af ,_cab :=_bab .CharcodeToRune (_dcc );if !_cab {_f .Log .Debug ("\u0043\u0068a\u0072\u0063\u006f\u0064\u0065\u003c\u002d\u003e\u0072\u0075\u006e\u0065\u0020\u006e\u006f\u0074\u0020\u0066\u006f\u0075\u006e\u0064: \u0025\u0064",_dcc ); -continue ;};_dac =append (_dac ,_af );};};};_cfc =_dea (_ac ,_dac ,_cfae );if _cfc !=nil {_f .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u0020\u0073\u0075\u0062\u0073\u0065\u0074\u0074\u0069\u006eg\u0020f\u006f\u006e\u0074\u0020\u0073\u0074\u0072\u0065\u0061\u006d\u003a\u0020\u0025\u0076",_cfc ); -return nil ,_cfc ;};_edg [_ac ]=struct{}{};};return _edg ,nil ;}; +// Optimize optimizes PDF objects to decrease PDF size. +func (_dcb *CombineDuplicateDirectObjects )Optimize (objects []_e .PdfObject )(_babd []_e .PdfObject ,_ffff error ){_agaf (objects );_bae :=make (map[string ][]*_e .PdfObjectDictionary );var _eeg func (_baf *_e .PdfObjectDictionary );_eeg =func (_fdcd *_e .PdfObjectDictionary ){for _ ,_gcg :=range _fdcd .Keys (){_adc :=_fdcd .Get (_gcg ); +if _bgfc ,_ccde :=_adc .(*_e .PdfObjectDictionary );_ccde {if _ebeg :=_bgfc .Keys ();len (_ebeg )==0{continue ;};_ecddd :=_a .New ();_ecddd .Write ([]byte (_bgfc .WriteString ()));_fffa :=string (_ecddd .Sum (nil ));_bae [_fffa ]=append (_bae [_fffa ],_bgfc ); +_eeg (_bgfc );};};};for _ ,_efd :=range objects {_ddf ,_fgb :=_efd .(*_e .PdfIndirectObject );if !_fgb {continue ;};if _bdg ,_gcac :=_ddf .PdfObject .(*_e .PdfObjectDictionary );_gcac {_eeg (_bdg );};};_gbf :=make ([]_e .PdfObject ,0,len (_bae ));_ffc :=make (map[_e .PdfObject ]_e .PdfObject ); +for _ ,_bff :=range _bae {if len (_bff )< 2{continue ;};_dgeb :=_e .MakeDict ();_dgeb .Merge (_bff [0]);_aaeb :=_e .MakeIndirectObject (_dgeb );_gbf =append (_gbf ,_aaeb );for _cagg :=0;_cagg < len (_bff );_cagg ++{_edbf :=_bff [_cagg ];_ffc [_edbf ]=_aaeb ; +};};_babd =make ([]_e .PdfObject ,len (objects ));copy (_babd ,objects );_babd =append (_gbf ,_babd ...);_fea (_babd ,_ffc );return _babd ,nil ;}; + +// Optimize optimizes PDF objects to decrease PDF size. +func (_cdda *CleanFonts )Optimize (objects []_e .PdfObject )(_aed []_e .PdfObject ,_dda error ){var _aaa map[*_e .PdfObjectStream ]struct{};if _cdda .Subset {var _gca error ;_aaa ,_gca =_ebe (objects );if _gca !=nil {_c .Log .Debug ("\u0045\u0052\u0052\u004fR\u003a\u0020\u0046\u0061\u0069\u006c\u0065\u0064\u0020\u0073u\u0062s\u0065\u0074\u0074\u0069\u006e\u0067\u003a \u0025\u0076",_gca ); +return nil ,_gca ;};};for _ ,_gfb :=range objects {_acg ,_afa :=_e .GetStream (_gfb );if !_afa {continue ;};if _ ,_dfa :=_aaa [_acg ];_dfa {continue ;};_eed ,_cba :=_e .NewEncoderFromStream (_acg );if _cba !=nil {_c .Log .Debug ("\u0045\u0052RO\u0052\u0020\u0067e\u0074\u0074\u0069\u006eg e\u006eco\u0064\u0065\u0072\u003a\u0020\u0025\u0076 -\u0020\u0069\u0067\u006e\u006f\u0072\u0069n\u0067",_cba ); +continue ;};_ebb ,_cba :=_eed .DecodeStream (_acg );if _cba !=nil {_c .Log .Debug ("\u0044\u0065\u0063\u006f\u0064\u0069\u006e\u0067\u0020\u0065r\u0072\u006f\u0072\u0020\u003a\u0020\u0025v\u0020\u002d\u0020\u0069\u0067\u006e\u006f\u0072\u0069\u006e\u0067",_cba ); +continue ;};if len (_ebb )< 4{continue ;};_bed :=string (_ebb [:4]);if _bed =="\u004f\u0054\u0054\u004f"{continue ;};if _bed !="\u0000\u0001\u0000\u0000"&&_bed !="\u0074\u0072\u0075\u0065"{continue ;};_cag ,_cba :=_d .Parse (_bb .NewReader (_ebb ));if _cba !=nil {_c .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u0020P\u0061\u0072\u0073\u0069\u006e\u0067\u0020\u0066\u006f\u006e\u0074\u003a\u0020%\u0076\u0020\u002d\u0020\u0069\u0067\u006eo\u0072\u0069\u006e\u0067",_cba ); +continue ;};_cba =_cag .Optimize ();if _cba !=nil {_c .Log .Debug ("\u0045\u0052RO\u0052\u0020\u004fp\u0074\u0069\u006d\u0069zin\u0067 f\u006f\u006e\u0074\u003a\u0020\u0025\u0076 -\u0020\u0073\u006b\u0069\u0070\u0070\u0069n\u0067",_cba );continue ;};var _gfcb _bb .Buffer ; +_cba =_cag .Write (&_gfcb );if _cba !=nil {_c .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u0020W\u0072\u0069\u0074\u0069\u006e\u0067\u0020\u0066\u006f\u006e\u0074\u003a\u0020%\u0076\u0020\u002d\u0020\u0069\u0067\u006eo\u0072\u0069\u006e\u0067",_cba ); +continue ;};if _gfcb .Len ()> len (_ebb ){_c .Log .Debug ("\u0052\u0065-\u0077\u0072\u0069\u0074\u0074\u0065\u006e\u0020\u0066\u006f\u006e\u0074\u0020\u0069\u0073\u0020\u006c\u0061\u0072\u0067\u0065\u0072\u0020\u0074\u0068\u0061\u006e\u0020\u006f\u0072\u0069\u0067\u0069\u006e\u0061\u006c\u0020\u002d\u0020\u0073\u006b\u0069\u0070"); +continue ;};_bag ,_cba :=_e .MakeStream (_gfcb .Bytes (),_e .NewFlateEncoder ());if _cba !=nil {continue ;};*_acg =*_bag ;_acg .Set ("\u004ce\u006e\u0067\u0074\u0068\u0031",_e .MakeInteger (int64 (_gfcb .Len ())));};return objects ,nil ;};func _gaa (_cbd _e .PdfObject )[]content {if _cbd ==nil {return nil ; +};_fef ,_beb :=_e .GetArray (_cbd );if !_beb {_c .Log .Debug ("\u0041\u006e\u006e\u006fts\u0020\u006e\u006f\u0074\u0020\u0061\u006e\u0020\u0061\u0072\u0072\u0061\u0079");return nil ;};var _ebf []content ;for _ ,_ddab :=range _fef .Elements (){_eeee ,_ccd :=_e .GetDict (_ddab ); +if !_ccd {_c .Log .Debug ("I\u0067\u006e\u006f\u0072\u0069\u006eg\u0020\u006e\u006f\u006e\u002d\u0064i\u0063\u0074\u0020\u0065\u006c\u0065\u006de\u006e\u0074\u0020\u0069\u006e\u0020\u0041\u006e\u006e\u006ft\u0073");continue ;};_cgf ,_ccd :=_e .GetDict (_eeee .Get ("\u0041\u0050")); +if !_ccd {_c .Log .Debug ("\u004e\u006f\u0020\u0041P \u0065\u006e\u0074\u0072\u0079\u0020\u002d\u0020\u0073\u006b\u0069\u0070\u0070\u0069n\u0067");continue ;};_fab :=_e .TraceToDirectObject (_cgf .Get ("\u004e"));if _fab ==nil {_c .Log .Debug ("N\u006f\u0020\u004e\u0020en\u0074r\u0079\u0020\u002d\u0020\u0073k\u0069\u0070\u0070\u0069\u006e\u0067"); +continue ;};var _gcc *_e .PdfObjectStream ;switch _bde :=_fab .(type ){case *_e .PdfObjectDictionary :_gfab ,_aff :=_e .GetName (_eeee .Get ("\u0041\u0053"));if !_aff {_c .Log .Debug ("\u004e\u006f\u0020\u0041S \u0065\u006e\u0074\u0072\u0079\u0020\u002d\u0020\u0073\u006b\u0069\u0070\u0070\u0069n\u0067"); +continue ;};_gcc ,_aff =_e .GetStream (_bde .Get (*_gfab ));if !_aff {_c .Log .Debug ("\u0046o\u0072\u006d\u0020\u006eo\u0074\u0020\u0066\u006f\u0075n\u0064 \u002d \u0073\u006b\u0069\u0070\u0070\u0069\u006eg");continue ;};case *_e .PdfObjectStream :_gcc =_bde ; +};if _gcc ==nil {_c .Log .Debug ("\u0046\u006f\u0072m\u0020\u006e\u006f\u0074 \u0066\u006f\u0075\u006e\u0064\u0020\u0028n\u0069\u006c\u0029\u0020\u002d\u0020\u0073\u006b\u0069\u0070\u0070\u0069\u006e\u0067");continue ;};_ecd ,_abb :=_ae .NewXObjectFormFromStream (_gcc ); +if _abb !=nil {_c .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020l\u006f\u0061\u0064\u0069\u006e\u0067\u0020\u0066\u006f\u0072\u006d\u003a\u0020%\u0076\u0020\u002d\u0020\u0069\u0067\u006eo\u0072\u0069\u006e\u0067",_abb );continue ;};_eac ,_abb :=_ecd .GetContentStream (); +if _abb !=nil {_c .Log .Debug ("E\u0072\u0072\u006f\u0072\u0020\u0064e\u0063\u006f\u0064\u0069\u006e\u0067\u0020\u0063\u006fn\u0074\u0065\u006et\u0073:\u0020\u0025\u0076",_abb );continue ;};_ebf =append (_ebf ,content {_cec :string (_eac ),_aacb :_ecd .Resources }); +};return _ebf ;};func _fea (_cgbd []_e .PdfObject ,_edef map[_e .PdfObject ]_e .PdfObject ){if len (_edef )==0{return ;};for _egcbc ,_geef :=range _cgbd {if _feaf ,_ebde :=_edef [_geef ];_ebde {_cgbd [_egcbc ]=_feaf ;continue ;};_edef [_geef ]=_geef ;switch _fac :=_geef .(type ){case *_e .PdfObjectArray :_fcga :=make ([]_e .PdfObject ,_fac .Len ()); +copy (_fcga ,_fac .Elements ());_fea (_fcga ,_edef );for _cbaf ,_adae :=range _fcga {_fac .Set (_cbaf ,_adae );};case *_e .PdfObjectStreams :_fea (_fac .Elements (),_edef );case *_e .PdfObjectStream :_bdad :=[]_e .PdfObject {_fac .PdfObjectDictionary }; +_fea (_bdad ,_edef );_fac .PdfObjectDictionary =_bdad [0].(*_e .PdfObjectDictionary );case *_e .PdfObjectDictionary :_ccb :=_fac .Keys ();_fgaa :=make ([]_e .PdfObject ,len (_ccb ));for _efb ,_cdfd :=range _ccb {_fgaa [_efb ]=_fac .Get (_cdfd );};_fea (_fgaa ,_edef ); +for _ddd ,_fdba :=range _ccb {_fac .Set (_fdba ,_fgaa [_ddd ]);};case *_e .PdfIndirectObject :_dad :=[]_e .PdfObject {_fac .PdfObject };_fea (_dad ,_edef );_fac .PdfObject =_dad [0];};};};func _fa (_dcd *_e .PdfObjectStream ,_ed []rune ,_acb []_d .GlyphIndex )error {_dcd ,_gbg :=_e .GetStream (_dcd ); +if !_gbg {_c .Log .Debug ("\u0045\u006d\u0062\u0065\u0064\u0064\u0065\u0064\u0020\u0066\u006f\u006e\u0074\u0020\u006f\u0062\u006a\u0065c\u0074\u0020\u006e\u006f\u0074\u0020\u0066o\u0075\u006e\u0064\u0020\u002d\u002d\u0020\u0041\u0042\u004f\u0052T\u0020\u0073\u0075\u0062\u0073\u0065\u0074\u0074\u0069\u006e\u0067"); +return _gc .New ("\u0066\u006f\u006e\u0074fi\u006c\u0065\u0032\u0020\u006e\u006f\u0074\u0020\u0066\u006f\u0075\u006e\u0064");};_acd ,_aca :=_e .DecodeStream (_dcd );if _aca !=nil {_c .Log .Debug ("\u0044\u0065c\u006f\u0064\u0065 \u0065\u0072\u0072\u006f\u0072\u003a\u0020\u0025\u0076",_aca ); +return _aca ;};_af ,_aca :=_d .Parse (_bb .NewReader (_acd ));if _aca !=nil {_c .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0070\u0061\u0072\u0073\u0069n\u0067\u0020\u0025\u0064\u0020\u0062\u0079\u0074\u0065\u0020f\u006f\u006e\u0074",len (_dcd .Stream )); +return _aca ;};_fag :=_acb ;if len (_ed )> 0{_agg :=_af .LookupRunes (_ed );_fag =append (_fag ,_agg ...);};_af ,_aca =_af .SubsetKeepIndices (_fag );if _aca !=nil {_c .Log .Debug ("\u0045R\u0052\u004f\u0052\u0020s\u0075\u0062\u0073\u0065\u0074t\u0069n\u0067 \u0066\u006f\u006e\u0074\u003a\u0020\u0025v",_aca ); +return _aca ;};var _gcb _bb .Buffer ;_aca =_af .Write (&_gcb );if _aca !=nil {_c .Log .Debug ("\u0045\u0052\u0052\u004fR \u0057\u0072\u0069\u0074\u0069\u006e\u0067\u0020\u0066\u006f\u006e\u0074\u003a\u0020%\u0076",_aca );return _aca ;};if _gcb .Len ()> len (_acd ){_c .Log .Debug ("\u0052\u0065-\u0077\u0072\u0069\u0074\u0074\u0065\u006e\u0020\u0066\u006f\u006e\u0074\u0020\u0069\u0073\u0020\u006c\u0061\u0072\u0067\u0065\u0072\u0020\u0074\u0068\u0061\u006e\u0020\u006f\u0072\u0069\u0067\u0069\u006e\u0061\u006c\u0020\u002d\u0020\u0073\u006b\u0069\u0070"); +return nil ;};_gg ,_aca :=_e .MakeStream (_gcb .Bytes (),_e .NewFlateEncoder ());if _aca !=nil {_c .Log .Debug ("\u0045\u0052\u0052\u004fR \u0057\u0072\u0069\u0074\u0069\u006e\u0067\u0020\u0066\u006f\u006e\u0074\u003a\u0020%\u0076",_aca );return _aca ; +};*_dcd =*_gg ;_dcd .Set ("\u004ce\u006e\u0067\u0074\u0068\u0031",_e .MakeInteger (int64 (_gcb .Len ())));return nil ;}; + +// Optimize optimizes PDF objects to decrease PDF size. +func (_cgac *Image )Optimize (objects []_e .PdfObject )(_fec []_e .PdfObject ,_cecc error ){if _cgac .ImageQuality <=0{return objects ,nil ;};_eacd :=_fggg (objects );if len (_eacd )==0{return objects ,nil ;};_agd :=make (map[_e .PdfObject ]_e .PdfObject ); +_dgb :=make (map[_e .PdfObject ]struct{});for _ ,_gcge :=range _eacd {_gfca :=_gcge .Stream .Get ("\u0053\u004d\u0061s\u006b");_dgb [_gfca ]=struct{}{};};for _ged ,_ecg :=range _eacd {_cgb :=_ecg .Stream ;if _ ,_aagg :=_dgb [_cgb ];_aagg {continue ;};_abf ,_bbba :=_ae .NewXObjectImageFromStream (_cgb ); +if _bbba !=nil {_c .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0025\u002b\u0076",_bbba );continue ;};switch _abf .Filter .(type ){case *_e .JBIG2Encoder :continue ;case *_e .CCITTFaxEncoder :continue ;};_gdca ,_bbba :=_abf .ToImage ();if _bbba !=nil {_c .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0025\u002b\u0076",_bbba ); +continue ;};_adcb :=_e .NewDCTEncoder ();_adcb .ColorComponents =_gdca .ColorComponents ;_adcb .Quality =_cgac .ImageQuality ;_adcb .BitsPerComponent =_ecg .BitsPerComponent ;_adcb .Width =_ecg .Width ;_adcb .Height =_ecg .Height ;_gab ,_bbba :=_adcb .EncodeBytes (_gdca .Data ); +if _bbba !=nil {_c .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0025\u002b\u0076",_bbba );continue ;};var _fga _e .StreamEncoder ;_fga =_adcb ;{_daeg :=_e .NewFlateEncoder ();_bcd :=_e .NewMultiEncoder ();_bcd .AddEncoder (_daeg );_bcd .AddEncoder (_adcb ); +_bad ,_acfd :=_bcd .EncodeBytes (_gdca .Data );if _acfd !=nil {_c .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0025\u002b\u0076",_acfd );continue ;};if len (_bad )< len (_gab ){_c .Log .Trace ("\u004d\u0075\u006c\u0074\u0069\u0020\u0065\u006e\u0063\u0020\u0069\u006d\u0070\u0072\u006f\u0076\u0065\u0073\u003a\u0020\u0025\u0064\u0020\u0074o\u0020\u0025\u0064\u0020\u0028o\u0072\u0069g\u0020\u0025\u0064\u0029",len (_gab ),len (_bad ),len (_cgb .Stream )); +_gab =_bad ;_fga =_bcd ;};};_aga :=len (_cgb .Stream );if _aga < len (_gab ){continue ;};_ffee :=&_e .PdfObjectStream {Stream :_gab };_ffee .PdfObjectReference =_cgb .PdfObjectReference ;_ffee .PdfObjectDictionary =_e .MakeDict ();_ffee .Merge (_cgb .PdfObjectDictionary ); +_ffee .Merge (_fga .MakeStreamDict ());_ffee .Set ("\u004c\u0065\u006e\u0067\u0074\u0068",_e .MakeInteger (int64 (len (_gab ))));_agd [_cgb ]=_ffee ;_eacd [_ged ].Stream =_ffee ;};_fec =make ([]_e .PdfObject ,len (objects ));copy (_fec ,objects );_fea (_fec ,_agd ); +return _fec ,nil ;}; + +// Optimize implements Optimizer interface. +func (_ddc *CleanUnusedResources )Optimize (objects []_e .PdfObject )(_bda []_e .PdfObject ,_caec error ){_bagd ,_caec :=_acaa (objects );if _caec !=nil {return nil ,_caec ;};_egg :=[]_e .PdfObject {};for _ ,_addde :=range objects {_ ,_ddbb :=_bagd [_addde ]; +if _ddbb {continue ;};_egg =append (_egg ,_addde );};return _egg ,nil ;}; // Optimize optimizes PDF objects to decrease PDF size. -func (_fgc *CompressStreams )Optimize (objects []_dc .PdfObject )(_bbf []_dc .PdfObject ,_ebe error ){_bbf =make ([]_dc .PdfObject ,len (objects ));copy (_bbf ,objects );for _ ,_gcae :=range objects {_ebfe ,_fgce :=_dc .GetStream (_gcae );if !_fgce {continue ; -};if _eccc :=_ebfe .Get ("\u0046\u0069\u006c\u0074\u0065\u0072");_eccc !=nil {if _ ,_gfeg :=_dc .GetName (_eccc );_gfeg {continue ;};if _abf ,_dcgc :=_dc .GetArray (_eccc );_dcgc &&_abf .Len ()> 0{continue ;};};_cabc :=_dc .NewFlateEncoder ();var _gdbb []byte ; -_gdbb ,_ebe =_cabc .EncodeBytes (_ebfe .Stream );if _ebe !=nil {return _bbf ,_ebe ;};_eabc :=_cabc .MakeStreamDict ();if len (_gdbb )+len (_eabc .WriteString ())< len (_ebfe .Stream ){_ebfe .Stream =_gdbb ;_ebfe .PdfObjectDictionary .Merge (_eabc );_ebfe .PdfObjectDictionary .Set ("\u004c\u0065\u006e\u0067\u0074\u0068",_dc .MakeInteger (int64 (len (_ebfe .Stream )))); -};};return _bbf ,nil ;}; +func (_fcgd *CompressStreams )Optimize (objects []_e .PdfObject )(_cfea []_e .PdfObject ,_dba error ){_cfea =make ([]_e .PdfObject ,len (objects ));copy (_cfea ,objects );for _ ,_ddgb :=range objects {_ace ,_afea :=_e .GetStream (_ddgb );if !_afea {continue ; +};if _gdcd :=_ace .Get ("\u0046\u0069\u006c\u0074\u0065\u0072");_gdcd !=nil {if _ ,_gdcf :=_e .GetName (_gdcd );_gdcf {continue ;};if _dbga ,_afag :=_e .GetArray (_gdcd );_afag &&_dbga .Len ()> 0{continue ;};};_acfg :=_e .NewFlateEncoder ();var _aaf []byte ; +_aaf ,_dba =_acfg .EncodeBytes (_ace .Stream );if _dba !=nil {return _cfea ,_dba ;};_fgca :=_acfg .MakeStreamDict ();if len (_aaf )+len (_fgca .WriteString ())< len (_ace .Stream ){_ace .Stream =_aaf ;_ace .PdfObjectDictionary .Merge (_fgca );_ace .PdfObjectDictionary .Set ("\u004c\u0065\u006e\u0067\u0074\u0068",_e .MakeInteger (int64 (len (_ace .Stream )))); +};};return _cfea ,nil ;}; + +// GetOptimizers gets the list of optimizers in chain `c`. +func (_dg *Chain )GetOptimizers ()[]_ae .Optimizer {return _dg ._cf };func _afe (_gdc *_e .PdfObjectDictionary )[]string {_edg :=[]string {};for _ ,_gaaa :=range _gdc .Keys (){_edg =append (_edg ,_gaaa .String ());};return _edg ;}; + +// Optimize optimizes PDF objects to decrease PDF size. +func (_cee *CombineIdenticalIndirectObjects )Optimize (objects []_e .PdfObject )(_dcgb []_e .PdfObject ,_deg error ){_agaf (objects );_fgec :=make (map[_e .PdfObject ]_e .PdfObject );_adb :=make (map[_e .PdfObject ]struct{});_acbf :=make (map[string ][]*_e .PdfIndirectObject ); +for _ ,_dca :=range objects {_ffeb ,_bbcf :=_dca .(*_e .PdfIndirectObject );if !_bbcf {continue ;};if _fbfd ,_bga :=_ffeb .PdfObject .(*_e .PdfObjectDictionary );_bga {if _dea ,_affd :=_fbfd .Get ("\u0054\u0079\u0070\u0065").(*_e .PdfObjectName );_affd &&*_dea =="\u0050\u0061\u0067\u0065"{continue ; +};if _ddg :=_fbfd .Keys ();len (_ddg )==0{continue ;};_cfebg :=_a .New ();_cfebg .Write ([]byte (_fbfd .WriteString ()));_edbb :=string (_cfebg .Sum (nil ));_acbf [_edbb ]=append (_acbf [_edbb ],_ffeb );};};for _ ,_eeec :=range _acbf {if len (_eeec )< 2{continue ; +};_acf :=_eeec [0];for _dbdgf :=1;_dbdgf < len (_eeec );_dbdgf ++{_cdec :=_eeec [_dbdgf ];_fgec [_cdec ]=_acf ;_adb [_cdec ]=struct{}{};};};_dcgb =make ([]_e .PdfObject ,0,len (objects )-len (_adb ));for _ ,_fgcd :=range objects {if _ ,_afc :=_adb [_fgcd ]; +_afc {continue ;};_dcgb =append (_dcgb ,_fgcd );};_fea (_dcgb ,_fgec );return _dcgb ,nil ;};func _acaa (_adfg []_e .PdfObject )(map[_e .PdfObject ]struct{},error ){_egae :=_badc (_adfg );_ggg :=_egae ._fcdd ;_dfdc :=make (map[_e .PdfObject ]struct{});_bdc :=_fcgg (_ggg ); +for _ ,_gbc :=range _ggg {_fae ,_edc :=_e .GetDict (_gbc .PdfObject );if !_edc {continue ;};_fbd ,_edc :=_e .GetDict (_fae .Get ("\u0052e\u0073\u006f\u0075\u0072\u0063\u0065s"));if !_edc {continue ;};_dbdg :=_bdc ["\u0058O\u0062\u006a\u0065\u0063\u0074"]; +_ffe ,_edc :=_e .GetDict (_fbd .Get ("\u0058O\u0062\u006a\u0065\u0063\u0074"));if _edc {_fdd :=_afe (_ffe );for _ ,_dge :=range _fdd {if _dbc (_dge ,_dbdg ){continue ;};_bdb :=*_e .MakeName (_dge );_geg :=_ffe .Get (_bdb );_dfdc [_geg ]=struct{}{};_ffe .Remove (_bdb ); +_gbce :=_agca (_geg ,_dfdc );if _gbce !=nil {_c .Log .Debug ("\u0066\u0061\u0069\u006ce\u0064\u0020\u0074\u006f\u0020\u0074\u0072\u0061\u0076\u0065r\u0073e\u0020\u006f\u0062\u006a\u0065\u0063\u0074 \u0025\u0076",_geg );};};};_cce ,_edc :=_e .GetDict (_fbd .Get ("\u0046\u006f\u006e\u0074")); +_ffed :=_bdc ["\u0046\u006f\u006e\u0074"];if _edc {_fcb :=_afe (_cce );for _ ,_bgg :=range _fcb {if _dbc (_bgg ,_ffed ){continue ;};_bfa :=*_e .MakeName (_bgg );_gcec :=_cce .Get (_bfa );_dfdc [_gcec ]=struct{}{};_cce .Remove (_bfa );_ffg :=_agca (_gcec ,_dfdc ); +if _ffg !=nil {_c .Log .Debug ("\u0046\u0061i\u006c\u0065\u0064\u0020\u0074\u006f\u0020\u0074\u0072\u0061\u0076\u0065\u0072\u0073\u0065\u0020\u006f\u0062\u006a\u0065\u0063\u0074 %\u0076\u000a",_gcec );};};};_dbg ,_edc :=_e .GetDict (_fbd .Get ("\u0045x\u0074\u0047\u0053\u0074\u0061\u0074e")); +if _edc {_fffd :=_afe (_dbg );_fgeb :=_bdc ["\u0045x\u0074\u0047\u0053\u0074\u0061\u0074e"];for _ ,_cbg :=range _fffd {if _dbc (_cbg ,_fgeb ){continue ;};_faba :=*_e .MakeName (_cbg );_ece :=_dbg .Get (_faba );_dfdc [_ece ]=struct{}{};_dbg .Remove (_faba ); +_beg :=_agca (_ece ,_dfdc );if _beg !=nil {_c .Log .Debug ("\u0066\u0061i\u006c\u0065\u0064\u0020\u0074\u006f\u0020\u0074\u0072\u0061\u0076\u0065\u0072\u0073\u0065\u0020\u006f\u0062\u006a\u0065\u0063\u0074 %\u0076\u000a",_ece );};};};};return _dfdc ,nil ; +};func _dbc (_dgf string ,_caa []string )bool {for _ ,_fced :=range _caa {if _dgf ==_fced {return true ;};};return false ;};func _dcge (_acae *_ae .XObjectImage ,_gba imageModifications )error {_adfb ,_fbfa :=_acae .ToImage ();if _fbfa !=nil {return _fbfa ; +};if _gba .Scale !=0{_adfb ,_fbfa =_eeb (_adfb ,_gba .Scale );if _fbfa !=nil {return _fbfa ;};};if _gba .Encoding !=nil {_acae .Filter =_gba .Encoding ;};_acae .Decode =nil ;switch _aef :=_acae .Filter .(type ){case *_e .FlateEncoder :if _aef .Predictor !=1&&_aef .Predictor !=11{_aef .Predictor =1; +};};if _fbfa =_acae .SetImage (_adfb ,nil );_fbfa !=nil {_c .Log .Debug ("\u0045\u0072\u0072or\u0020\u0073\u0065\u0074\u0074\u0069\u006e\u0067\u0020\u0069\u006d\u0061\u0067\u0065\u003a\u0020\u0025\u0076",_fbfa );return _fbfa ;};_acae .ToPdfObject ();return nil ; +}; // Image optimizes images by rewrite images into JPEG format with quality equals to ImageQuality. // TODO(a5i): Add support for inline images. // It implements interface model.Optimizer. -type Image struct{ImageQuality int ;}; - -// New creates a optimizers chain from options. -func New (options Options )*Chain {_dge :=new (Chain );if options .CleanFonts ||options .SubsetFonts {_dge .Append (&CleanFonts {Subset :options .SubsetFonts });};if options .CleanContentstream {_dge .Append (new (CleanContentstream ));};if options .ImageUpperPPI > 0{_bfed :=new (ImagePPI ); -_bfed .ImageUpperPPI =options .ImageUpperPPI ;_dge .Append (_bfed );};if options .ImageQuality > 0{_aaae :=new (Image );_aaae .ImageQuality =options .ImageQuality ;_dge .Append (_aaae );};if options .CombineDuplicateDirectObjects {_dge .Append (new (CombineDuplicateDirectObjects )); -};if options .CombineDuplicateStreams {_dge .Append (new (CombineDuplicateStreams ));};if options .CombineIdenticalIndirectObjects {_dge .Append (new (CombineIdenticalIndirectObjects ));};if options .UseObjectStreams {_dge .Append (new (ObjectStreams )); -};if options .CompressStreams {_dge .Append (new (CompressStreams ));};if options .CleanUnusedResources {_dge .Append (new (CleanUnusedResources ));};return _dge ;}; \ No newline at end of file +type Image struct{ImageQuality int ;}; \ No newline at end of file diff --git a/model/pdfa/pdfa.go b/model/pdfa/pdfa.go index 5373f40cd..5e170a249 100644 --- a/model/pdfa/pdfa.go +++ b/model/pdfa/pdfa.go @@ -13,854 +13,852 @@ // NOTE: This implementation is in experimental development state. // // Keep in mind that it might change in the subsequent minor versions. -package pdfa ;import (_e "errors";_d "fmt";_fg "github.com/adrg/sysfont";_ag "github.com/trimmer-io/go-xmp/models/dc";_ba "github.com/trimmer-io/go-xmp/models/pdf";_b "github.com/trimmer-io/go-xmp/models/xmp_base";_dd "github.com/trimmer-io/go-xmp/models/xmp_mm"; -_ge "github.com/trimmer-io/go-xmp/models/xmp_rights";_c "github.com/trimmer-io/go-xmp/xmp";_gd "github.com/unidoc/unipdf/v3/common";_gg "github.com/unidoc/unipdf/v3/contentstream";_geb "github.com/unidoc/unipdf/v3/core";_gba "github.com/unidoc/unipdf/v3/internal/cmap"; -_gb "github.com/unidoc/unipdf/v3/internal/imageutil";_cf "github.com/unidoc/unipdf/v3/internal/timeutils";_ae "github.com/unidoc/unipdf/v3/model";_bae "github.com/unidoc/unipdf/v3/model/internal/colorprofile";_bag "github.com/unidoc/unipdf/v3/model/internal/docutil"; -_dbe "github.com/unidoc/unipdf/v3/model/internal/fonts";_eg "github.com/unidoc/unipdf/v3/model/xmputil";_ee "github.com/unidoc/unipdf/v3/model/xmputil/pdfaextension";_ab "github.com/unidoc/unipdf/v3/model/xmputil/pdfaid";_g "image/color";_dg "math";_f "sort"; -_db "strings";_ff "time";); +package pdfa ;import (_a "errors";_b "fmt";_gb "github.com/adrg/sysfont";_fg "github.com/trimmer-io/go-xmp/models/dc";_cgf "github.com/trimmer-io/go-xmp/models/pdf";_bd "github.com/trimmer-io/go-xmp/models/xmp_base";_d "github.com/trimmer-io/go-xmp/models/xmp_mm"; +_ca "github.com/trimmer-io/go-xmp/models/xmp_rights";_fge "github.com/trimmer-io/go-xmp/xmp";_be "github.com/unidoc/unipdf/v3/common";_fgd "github.com/unidoc/unipdf/v3/contentstream";_aad "github.com/unidoc/unipdf/v3/core";_bf "github.com/unidoc/unipdf/v3/internal/cmap"; +_fc "github.com/unidoc/unipdf/v3/internal/imageutil";_df "github.com/unidoc/unipdf/v3/internal/timeutils";_g "github.com/unidoc/unipdf/v3/model";_ab "github.com/unidoc/unipdf/v3/model/internal/colorprofile";_ad "github.com/unidoc/unipdf/v3/model/internal/docutil"; +_caa "github.com/unidoc/unipdf/v3/model/internal/fonts";_bg "github.com/unidoc/unipdf/v3/model/xmputil";_gc "github.com/unidoc/unipdf/v3/model/xmputil/pdfaextension";_dg "github.com/unidoc/unipdf/v3/model/xmputil/pdfaid";_cg "image/color";_c "math";_bb "sort"; +_aa "strings";_f "time";);type imageModifications struct{_gae *colorspaceModification ;_efd _aad .StreamEncoder ;}; -// Part gets the PDF/A version level. -func (_afgd *profile3 )Part ()int {return _afgd ._egbf ._fgb }; - -// NewProfile1B creates a new Profile1B with the given options. -func NewProfile1B (options *Profile1Options )*Profile1B {if options ==nil {options =DefaultProfile1Options ();};_gdef (options );return &Profile1B {profile1 {_dbbb :*options ,_bcaf :_ed ()}};};func _bfd (_cfbe *_ae .XObjectImage ,_dc imageModifications )error {_aefg ,_cbf :=_cfbe .ToImage (); -if _cbf !=nil {return _cbf ;};if _dc ._adgf !=nil {_cfbe .Filter =_dc ._adgf ;};_cagd :=_geb .MakeDict ();_cagd .Set ("\u0051u\u0061\u006c\u0069\u0074\u0079",_geb .MakeInteger (100));_cagd .Set ("\u0050r\u0065\u0064\u0069\u0063\u0074\u006fr",_geb .MakeInteger (1)); -_cfbe .Decode =nil ;if _cbf =_cfbe .SetImage (_aefg ,nil );_cbf !=nil {return _cbf ;};_cfbe .ToPdfObject ();return nil ;};func _fgaag (_gefbea *_ae .CompliancePdfReader )(_dfbbf []ViolatedRule ){var _fcada ,_bbfb ,_bcggd bool ;if _gefbea .ParserMetadata ().HasNonConformantStream (){_dfbbf =[]ViolatedRule {_eef ("\u0036.\u0031\u002e\u0037\u002d\u0032","T\u0068\u0065\u0020\u0073\u0074\u0072\u0065\u0061\u006d\u0020\u006b\u0065\u0079\u0077\u006fr\u0064\u0020\u0073\u0068\u0061\u006c\u006c \u0062\u0065\u0020f\u006f\u006cl\u006fw\u0065\u0064\u0020e\u0069\u0074h\u0065\u0072\u0020\u0062\u0079\u0020\u0061 \u0043\u0041\u0052\u0052I\u0041\u0047\u0045\u0020\u0052E\u0054\u0055\u0052\u004e\u0020\u00280\u0044\u0068\u0029\u0020\u0061\u006e\u0064\u0020\u004c\u0049\u004e\u0045\u0020F\u0045\u0045\u0044\u0020\u0028\u0030\u0041\u0068\u0029\u0020\u0063\u0068\u0061\u0072\u0061\u0063\u0074\u0065\u0072\u0020\u0073\u0065\u0071\u0075\u0065\u006e\u0063\u0065\u0020o\u0072\u0020\u0062\u0079\u0020\u0061 \u0073\u0069ng\u006c\u0065\u0020\u004cIN\u0045 \u0046\u0045\u0045\u0044 \u0063\u0068\u0061r\u0061\u0063\u0074\u0065\u0072\u002e\u0020T\u0068\u0065\u0020e\u006e\u0064\u0073\u0074r\u0065\u0061\u006d\u0020\u006b\u0065\u0079\u0077\u006fr\u0064\u0020\u0073\u0068\u0061\u006c\u006c \u0062e\u0020p\u0072\u0065\u0063\u0065\u0064\u0065\u0064\u0020\u0062\u0079\u0020\u0061n\u0020\u0045\u004f\u004c \u006d\u0061\u0072\u006b\u0065\u0072\u002e")}; -};for _ ,_dddg :=range _gefbea .GetObjectNums (){_gfdb ,_ :=_gefbea .GetIndirectObjectByNumber (_dddg );if _gfdb ==nil {continue ;};_cgfc ,_cbgg :=_geb .GetStream (_gfdb );if !_cbgg {continue ;};if !_fcada {_dead :=_cgfc .Get ("\u004c\u0065\u006e\u0067\u0074\u0068"); -if _dead ==nil {_dfbbf =append (_dfbbf ,_eef ("\u0036.\u0031\u002e\u0037\u002d\u0031","\u006e\u006f\u0020'\u004c\u0065\u006e\u0067\u0074\u0068\u0027\u0020\u006b\u0065\u0079\u0020\u0066\u006f\u0075\u006e\u0064\u0020\u0069\u006e\u0020\u0074\u0068\u0065\u0020\u0073\u0074\u0072\u0065a\u006d\u0020\u006f\u0062\u006a\u0065\u0063\u0074")); -_fcada =true ;}else {_fbade ,_cfadf :=_geb .GetIntVal (_dead );if !_cfadf {_dfbbf =append (_dfbbf ,_eef ("\u0036.\u0031\u002e\u0037\u002d\u0031","s\u0074\u0072\u0065\u0061\u006d\u0020\u0027\u004c\u0065\u006e\u0067\u0074\u0068\u0027\u0020\u006b\u0065\u0079 \u0073\u0068\u006f\u0075\u006c\u0064\u0020\u0062\u0065\u0020an\u0020\u0069\u006et\u0065g\u0065\u0072")); -_fcada =true ;}else {if len (_cgfc .Stream )!=_fbade {_dfbbf =append (_dfbbf ,_eef ("\u0036.\u0031\u002e\u0037\u002d\u0031","\u0073\u0074\u0072\u0065\u0061\u006d\u0020\u006f\u0062\u006a\u0065\u0063\u0074\u0020\u006c\u0065\u006e\u0067th\u0020v\u0061\u006c\u0075\u0065\u0020\u0073\u0068\u006f\u0075\u006c\u0064\u0020m\u0061\u0074\u0063\u0068\u0020\u0074\u0068\u0065\u0020\u0073\u0069\u007a\u0065\u0020\u006f\u0066\u0020t\u0068\u0065\u0020\u0073\u0074\u0072\u0065\u0061\u006d")); -_fcada =true ;};};};};if !_bbfb {if _cgfc .Get ("\u0046")!=nil {_bbfb =true ;_dfbbf =append (_dfbbf ,_eef ("\u0036.\u0031\u002e\u0037\u002d\u0033","\u0073\u0074\u0072\u0065\u0061\u006d\u0020\u006f\u0062j\u0065\u0063\u0074\u0020\u0073\u0068\u006f\u0075\u006c\u0064\u0020\u006e\u006f\u0074\u0020\u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0020'\u0046\u0027,\u0020\u0027F\u0046\u0069\u006c\u0074\u0065\u0072\u0027\u002c\u0020\u006f\u0072\u0020\u0027FD\u0065\u0063\u006f\u0064\u0065\u0050\u0061\u0072\u0061m\u0073\u0027\u0020\u006b\u0065\u0079")); -};if _cgfc .Get ("\u0046F\u0069\u006c\u0074\u0065\u0072")!=nil &&!_bbfb {_bbfb =true ;_dfbbf =append (_dfbbf ,_eef ("\u0036.\u0031\u002e\u0037\u002d\u0033","\u0073\u0074\u0072\u0065\u0061\u006d\u0020\u006f\u0062j\u0065\u0063\u0074\u0020\u0073\u0068\u006f\u0075\u006c\u0064\u0020\u006e\u006f\u0074\u0020\u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0020'\u0046\u0027,\u0020\u0027F\u0046\u0069\u006c\u0074\u0065\u0072\u0027\u002c\u0020\u006f\u0072\u0020\u0027FD\u0065\u0063\u006f\u0064\u0065\u0050\u0061\u0072\u0061m\u0073\u0027\u0020\u006b\u0065\u0079")); -continue ;};if _cgfc .Get ("\u0046\u0044\u0065\u0063\u006f\u0064\u0065\u0050\u0061\u0072\u0061\u006d\u0073")!=nil &&!_bbfb {_bbfb =true ;_dfbbf =append (_dfbbf ,_eef ("\u0036.\u0031\u002e\u0037\u002d\u0033","\u0073\u0074\u0072\u0065\u0061\u006d\u0020\u006f\u0062j\u0065\u0063\u0074\u0020\u0073\u0068\u006f\u0075\u006c\u0064\u0020\u006e\u006f\u0074\u0020\u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0020'\u0046\u0027,\u0020\u0027F\u0046\u0069\u006c\u0074\u0065\u0072\u0027\u002c\u0020\u006f\u0072\u0020\u0027FD\u0065\u0063\u006f\u0064\u0065\u0050\u0061\u0072\u0061m\u0073\u0027\u0020\u006b\u0065\u0079")); -continue ;};};if !_bcggd {_ecgf ,_fbcea :=_geb .GetName (_geb .TraceToDirectObject (_cgfc .Get ("\u0046\u0069\u006c\u0074\u0065\u0072")));if !_fbcea {continue ;};if *_ecgf ==_geb .StreamEncodingFilterNameLZW {_bcggd =true ;_dfbbf =append (_dfbbf ,_eef ("\u0036.\u0031\u002e\u0037\u002d\u0034","\u0054h\u0065\u0020L\u005a\u0057\u0044\u0065c\u006f\u0064\u0065 \u0066\u0069\u006c\u0074\u0065\u0072\u0020\u0073\u0068al\u006c\u0020\u006eo\u0074\u0020b\u0065\u0020\u0070\u0065\u0072\u006di\u0074\u0074e\u0064\u002e")); -};};};return _dfbbf ;};func _cba ()standardType {return standardType {_fgb :2,_ea :"\u0041"}};func _edddc (_ccbab *_geb .PdfObjectDictionary )ViolatedRule {const (_bebad ="\u0036\u002e\u0032\u002e\u0031\u0031\u002e\u0033\u002d\u0032";_dceac ="IS\u004f\u0020\u0033\u0032\u0030\u0030\u0030\u002d\u0031\u003a\u0032\u0030\u0030\u0038\u002c\u00209\u002e\u0037\u002e\u0034\u002c\u0020\u0054\u0061\u0062\u006c\u0065\u0020\u0031\u0031\u0037\u0020\u0072\u0065\u0071\u0075\u0069\u0072\u0065\u0073\u0020\u0074\u0068a\u0074\u0020\u0061\u006c\u006c\u0020\u0065m\u0062\u0065\u0064\u0064\u0065\u0064\u0020\u0054\u0079\u0070\u0065\u0020\u0032\u0020\u0043\u0049\u0044\u0046\u006fn\u0074\u0073\u0020\u0069n\u0020t\u0068e\u0020\u0043\u0049D\u0046\u006f\u006e\u0074\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061r\u0079\u0020\u0073\u0068a\u006c\u006c\u0020\u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0020\u0061\u0020\u0043\u0049\u0044\u0054\u006fG\u0049\u0044M\u0061\u0070\u0020\u0065\u006e\u0074\u0072\u0079 \u0074\u0068\u0061\u0074\u0020\u0073\u0068\u0061\u006c\u006c \u0062e\u0020\u0061\u0020\u0073t\u0072\u0065\u0061\u006d\u0020\u006d\u0061\u0070p\u0069\u006e\u0067 f\u0072\u006f\u006d \u0043\u0049\u0044\u0073\u0020\u0074\u006f\u0020\u0067\u006c\u0079p\u0068 \u0069\u006e\u0064\u0069c\u0065\u0073\u0020\u006fr\u0020\u0074\u0068\u0065\u0020\u006e\u0061\u006d\u0065\u0020\u0049d\u0065\u006e\u0074\u0069\u0074\u0079\u002c\u0020\u0061\u0073\u0020\u0064\u0065\u0073\u0063\u0072\u0069\u0062\u0065\u0064\u0020\u0069\u006e\u0020\u0049\u0053\u004f\u0020\u0033\u0032\u0030\u0030\u0030\u002d\u0031\u003a\u0032\u0030\u0030\u0038\u002c\u0020\u0039\u002e\u0037\u002e\u0034\u002c\u0020\u0054\u0061\u0062\u006c\u0065\u0020\u0031\u0031\u0037\u002e"; -);var _dfcga string ;if _bcca ,_dgfc :=_geb .GetName (_ccbab .Get ("\u0053u\u0062\u0074\u0079\u0070\u0065"));_dgfc {_dfcga =_bcca .String ();};if _dfcga !="\u0043\u0049\u0044F\u006f\u006e\u0074\u0054\u0079\u0070\u0065\u0032"{return _fc ;};if _ccbab .Get ("C\u0049\u0044\u0054\u006f\u0047\u0049\u0044\u004d\u0061\u0070")==nil {return _eef (_bebad ,_dceac ); -};return _fc ;};func _efbe (_gffc *_ae .CompliancePdfReader )(_dfgb []ViolatedRule ){var _bfda ,_fddee bool ;_cdfe :=func ()bool {return _bfda &&_fddee };for _ ,_caead :=range _gffc .GetObjectNums (){_baefg ,_bddbg :=_gffc .GetIndirectObjectByNumber (_caead ); -if _bddbg !=nil {_gd .Log .Debug ("G\u0065\u0074\u0074\u0069\u006e\u0067\u0020\u006f\u0062\u006a\u0065\u0063\u0074\u0020\u0077\u0069\u0074\u0068 \u006e\u0075\u006d\u0062\u0065\u0072\u0020\u0025\u0064\u0020fa\u0069\u006c\u0065d\u003a \u0025\u0076",_caead ,_bddbg ); -continue ;};_ggdef ,_ccegc :=_geb .GetDict (_baefg );if !_ccegc {continue ;};_eedg ,_ccegc :=_geb .GetName (_ggdef .Get ("\u0054\u0079\u0070\u0065"));if !_ccegc {continue ;};if *_eedg !="\u0041\u0063\u0074\u0069\u006f\u006e"{continue ;};_eebcg ,_ccegc :=_geb .GetName (_ggdef .Get ("\u0053")); -if !_ccegc {if !_bfda {_dfgb =append (_dfgb ,_eef ("\u0036.\u0035\u002e\u0031\u002d\u0031","\u0054\u0068\u0065\u0020\u004caun\u0063\u0068\u002c\u0020S\u006f\u0075\u006e\u0064,\u0020\u004d\u006f\u0076\u0069\u0065\u002c\u0020\u0052\u0065\u0073\u0065\u0074\u0046\u006f\u0072\u006d\u002c\u0020\u0049\u006d\u0070\u006f\u0072\u0074\u0044a\u0074\u0061,\u0020\u0048\u0069\u0064\u0065\u002c\u0020\u0053\u0065\u0074\u004f\u0043\u0047\u0053\u0074\u0061\u0074\u0065\u002c\u0020\u0052\u0065\u006e\u0064\u0069\u0074\u0069\u006f\u006e\u002c\u0020T\u0072\u0061\u006e\u0073\u002c\u0020\u0047o\u0054\u006f\u0033\u0044\u0056\u0069\u0065\u0077\u0020\u0061\u006e\u0064\u0020\u004a\u0061v\u0061Sc\u0072\u0069p\u0074\u0020\u0061\u0063\u0074\u0069\u006f\u006e\u0073\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u006e\u006f\u0074 \u0062\u0065\u0020\u0070\u0065\u0072m\u0069\u0074\u0074\u0065\u0064\u002e \u0041\u0064d\u0069\u0074\u0069\u006f\u006e\u0061\u006c\u006c\u0079\u002c\u0020t\u0068\u0065\u0020\u0064\u0065\u0070\u0072\u0065\u0063\u0061\u0074\u0065\u0064\u0020\u0073\u0065\u0074\u002d\u0073\u0074\u0061\u0074\u0065\u0020\u0061\u006e\u0064\u0020\u006e\u006f\u006f\u0070\u0020\u0061c\u0074\u0069\u006f\u006e\u0073\u0020\u0073\u0068\u0061l\u006c\u0020\u006e\u006f\u0074\u0020\u0062\u0065\u0020\u0070e\u0072\u006d\u0069\u0074\u0074\u0065\u0064\u002e")); -_bfda =true ;if _cdfe (){return _dfgb ;};};continue ;};switch _ae .PdfActionType (*_eebcg ){case _ae .ActionTypeLaunch ,_ae .ActionTypeSound ,_ae .ActionTypeMovie ,_ae .ActionTypeResetForm ,_ae .ActionTypeImportData ,_ae .ActionTypeJavaScript ,_ae .ActionTypeHide ,_ae .ActionTypeSetOCGState ,_ae .ActionTypeRendition ,_ae .ActionTypeTrans ,_ae .ActionTypeGoTo3DView :if !_bfda {_dfgb =append (_dfgb ,_eef ("\u0036.\u0035\u002e\u0031\u002d\u0031","\u0054\u0068\u0065\u0020\u004caun\u0063\u0068\u002c\u0020S\u006f\u0075\u006e\u0064,\u0020\u004d\u006f\u0076\u0069\u0065\u002c\u0020\u0052\u0065\u0073\u0065\u0074\u0046\u006f\u0072\u006d\u002c\u0020\u0049\u006d\u0070\u006f\u0072\u0074\u0044a\u0074\u0061,\u0020\u0048\u0069\u0064\u0065\u002c\u0020\u0053\u0065\u0074\u004f\u0043\u0047\u0053\u0074\u0061\u0074\u0065\u002c\u0020\u0052\u0065\u006e\u0064\u0069\u0074\u0069\u006f\u006e\u002c\u0020T\u0072\u0061\u006e\u0073\u002c\u0020\u0047o\u0054\u006f\u0033\u0044\u0056\u0069\u0065\u0077\u0020\u0061\u006e\u0064\u0020\u004a\u0061v\u0061Sc\u0072\u0069p\u0074\u0020\u0061\u0063\u0074\u0069\u006f\u006e\u0073\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u006e\u006f\u0074 \u0062\u0065\u0020\u0070\u0065\u0072m\u0069\u0074\u0074\u0065\u0064\u002e \u0041\u0064d\u0069\u0074\u0069\u006f\u006e\u0061\u006c\u006c\u0079\u002c\u0020t\u0068\u0065\u0020\u0064\u0065\u0070\u0072\u0065\u0063\u0061\u0074\u0065\u0064\u0020\u0073\u0065\u0074\u002d\u0073\u0074\u0061\u0074\u0065\u0020\u0061\u006e\u0064\u0020\u006e\u006f\u006f\u0070\u0020\u0061c\u0074\u0069\u006f\u006e\u0073\u0020\u0073\u0068\u0061l\u006c\u0020\u006e\u006f\u0074\u0020\u0062\u0065\u0020\u0070e\u0072\u006d\u0069\u0074\u0074\u0065\u0064\u002e")); -_bfda =true ;if _cdfe (){return _dfgb ;};};continue ;case _ae .ActionTypeNamed :if !_fddee {_egbd ,_cdca :=_geb .GetName (_ggdef .Get ("\u004e"));if !_cdca {_dfgb =append (_dfgb ,_eef ("\u0036.\u0035\u002e\u0031\u002d\u0032","N\u0061\u006d\u0065\u0064\u0020\u0061\u0063t\u0069\u006f\u006e\u0073\u0020\u006f\u0074\u0068e\u0072\u0020\u0074h\u0061\u006e\u0020\u004e\u0065\u0078\u0074\u0050\u0061\u0067\u0065\u002c\u0020P\u0072\u0065v\u0050\u0061\u0067\u0065\u002c\u0020\u0046\u0069\u0072\u0073\u0074\u0050a\u0067e\u002c\u0020\u0061\u006e\u0064\u0020\u004c\u0061\u0073\u0074\u0050\u0061\u0067\u0065\u0020\u0073h\u0061\u006c\u006c\u0020\u006e\u006f\u0074\u0020\u0062\u0065\u0020\u0070\u0065\u0072\u006d\u0069\u0074\u0074\u0065\u0064\u002e")); -_fddee =true ;if _cdfe (){return _dfgb ;};continue ;};switch *_egbd {case "\u004e\u0065\u0078\u0074\u0050\u0061\u0067\u0065","\u0050\u0072\u0065\u0076\u0050\u0061\u0067\u0065","\u0046i\u0072\u0073\u0074\u0050\u0061\u0067e","\u004c\u0061\u0073\u0074\u0050\u0061\u0067\u0065":default:_dfgb =append (_dfgb ,_eef ("\u0036.\u0035\u002e\u0031\u002d\u0032","N\u0061\u006d\u0065\u0064\u0020\u0061\u0063t\u0069\u006f\u006e\u0073\u0020\u006f\u0074\u0068e\u0072\u0020\u0074h\u0061\u006e\u0020\u004e\u0065\u0078\u0074\u0050\u0061\u0067\u0065\u002c\u0020P\u0072\u0065v\u0050\u0061\u0067\u0065\u002c\u0020\u0046\u0069\u0072\u0073\u0074\u0050a\u0067e\u002c\u0020\u0061\u006e\u0064\u0020\u004c\u0061\u0073\u0074\u0050\u0061\u0067\u0065\u0020\u0073h\u0061\u006c\u006c\u0020\u006e\u006f\u0074\u0020\u0062\u0065\u0020\u0070\u0065\u0072\u006d\u0069\u0074\u0074\u0065\u0064\u002e")); -_fddee =true ;if _cdfe (){return _dfgb ;};continue ;};};};};return _dfgb ;}; - -// Error implements error interface. -func (_fbe VerificationError )Error ()string {_af :=_db .Builder {};_af .WriteString ("\u0053\u0074\u0061\u006e\u0064\u0061\u0072\u0064\u003a\u0020");_af .WriteString (_d .Sprintf ("\u0050\u0044\u0046\u002f\u0041\u002d\u0025\u0064\u0025\u0073",_fbe .ConformanceLevel ,_fbe .ConformanceVariant )); -_af .WriteString ("\u0020\u0056\u0069\u006f\u006c\u0061\u0074\u0065\u0064\u0020\u0072\u0075l\u0065\u0073\u003a\u0020");for _da ,_eaa :=range _fbe .ViolatedRules {_af .WriteString (_eaa .String ());if _da !=len (_fbe .ViolatedRules )-1{_af .WriteRune ('\n'); -};};return _af .String ();}; +// String gets a string representation of the violated rule. +func (_cb ViolatedRule )String ()string {return _b .Sprintf ("\u0025\u0073\u003a\u0020\u0025\u0073",_cb .RuleNo ,_cb .Detail );};var _ Profile =(*Profile2U )(nil ); -// Profile2U is the implementation of the PDF/A-2U standard profile. -// Implements model.StandardImplementer, Profile interfaces. -type Profile2U struct{profile2 };func _abda (_bffb *_ae .CompliancePdfReader )(_aeaga []ViolatedRule ){var _addd ,_fbbec ,_dedd ,_fcbca ,_bdbg ,_cccb ,_cbcd bool ;_baefd :=func ()bool {return _addd &&_fbbec &&_dedd &&_fcbca &&_bdbg &&_cccb &&_cbcd };_bgfge :=func (_befg *_geb .PdfObjectDictionary )bool {if !_addd &&_befg .Get ("\u0054\u0052")!=nil {_addd =true ; -_aeaga =append (_aeaga ,_eef ("\u0036.\u0032\u002e\u0035\u002d\u0031","\u0041\u006e\u0020\u0045\u0078\u0074\u0047\u0053\u0074\u0061\u0074e\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006ea\u0072y\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u006e\u006f\u0074\u0020\u0063\u006f\u006e\u0074\u0061\u0069\u006e \u0074\u0068\u0065\u0020\u0054\u0052\u0020\u006b\u0065\u0079\u002e")); -};if _cffgf :=_befg .Get ("\u0054\u0052\u0032");!_fbbec &&_cffgf !=nil {_gecd ,_bfgd :=_geb .GetName (_cffgf );if !_bfgd ||(_bfgd &&*_gecd !="\u0044e\u0066\u0061\u0075\u006c\u0074"){_fbbec =true ;_aeaga =append (_aeaga ,_eef ("\u0036.\u0032\u002e\u0035\u002d\u0032","\u0041\u006e \u0045\u0078\u0074G\u0053\u0074\u0061\u0074\u0065 \u0064\u0069\u0063\u0074\u0069on\u0061\u0072\u0079\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u006e\u006f\u0074\u0020\u0063\u006f\u006e\u0074a\u0069n\u0020\u0074\u0068\u0065\u0020\u0054R2 \u006b\u0065\u0079\u0020\u0077\u0069\u0074\u0068\u0020\u0061\u0020\u0076al\u0075e\u0020\u006f\u0074\u0068e\u0072 \u0074h\u0061\u006e \u0044\u0065fa\u0075\u006c\u0074\u002e")); -if _baefd (){return true ;};};};if !_dedd &&_befg .Get ("\u0048\u0054\u0050")!=nil {_dedd =true ;_aeaga =append (_aeaga ,_eef ("\u0036.\u0032\u002e\u0035\u002d\u0033","\u0041\u006e\u0020\u0045\u0078\u0074\u0047\u0053\u0074\u0061\u0074\u0065\u0020\u0064\u0069c\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u0020\u0073\u0068\u0061\u006c\u006c \u006e\u006f\u0074\u0020\u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0020th\u0065\u0020\u0048\u0054\u0050\u0020\u006b\u0065\u0079\u002e")); -};_bfec ,_dbgad :=_geb .GetDict (_befg .Get ("\u0048\u0054"));if _dbgad {if _deaaa :=_bfec .Get ("\u0048\u0061\u006cf\u0074\u006f\u006e\u0065\u0054\u0079\u0070\u0065");!_fcbca &&_deaaa !=nil {_aefeg ,_gbfa :=_geb .GetInt (_deaaa );if !_gbfa ||(_gbfa &&!(*_aefeg ==1||*_aefeg ==5)){_aeaga =append (_aeaga ,_eef ("\u0020\u0036\u002e\u0032\u002e\u0035\u002d\u0034","\u0041\u006c\u006c\u0020\u0068\u0061\u006c\u0066\u0074\u006f\u006e\u0065\u0073\u0020\u0069\u006e\u0020\u0061\u0020\u0063\u006f\u006e\u0066\u006f\u0072\u006d\u0069\u006e\u0067\u0020\u0050\u0044\u0046\u002f\u0041\u002d\u0032\u0020\u0066\u0069\u006ce\u0020\u0073h\u0061\u006c\u006c\u0020h\u0061\u0076\u0065\u0020\u0074\u0068\u0065\u0020\u0076\u0061l\u0075\u0065\u0020\u0031\u0020\u006f\u0072\u0020\u0035 \u0066\u006f\u0072\u0020\u0074\u0068\u0065\u0020\u0048\u0061l\u0066\u0074\u006fn\u0065\u0054\u0079\u0070\u0065\u0020\u006be\u0079\u002e")); -if _baefd (){return true ;};};};if _cdde :=_bfec .Get ("\u0048\u0061\u006cf\u0074\u006f\u006e\u0065\u004e\u0061\u006d\u0065");!_bdbg &&_cdde !=nil {_bdbg =true ;_aeaga =append (_aeaga ,_eef ("\u0036.\u0032\u002e\u0035\u002d\u0035","\u0048\u0061\u006c\u0066\u0074o\u006e\u0065\u0073\u0020\u0069\u006e\u0020a\u0020\u0063\u006f\u006e\u0066\u006f\u0072\u006d\u0069\u006e\u0067\u0020\u0050\u0044\u0046\u002f\u0041\u002d\u0032\u0020\u0066\u0069\u006c\u0065\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u006e\u006f\u0074\u0020\u0063\u006f\u006e\u0074\u0061i\u006e\u0020\u0061\u0020\u0048\u0061\u006c\u0066\u0074\u006f\u006e\u0065N\u0061\u006d\u0065\u0020\u006b\u0065y\u002e")); -if _baefd (){return true ;};};};_ ,_bbbd :=_fdaf (_bffb );var _gfcf bool ;_bfdge ,_dbgad :=_geb .GetDict (_befg .Get ("\u0047\u0072\u006fu\u0070"));if _dbgad {_ ,_cddb :=_geb .GetName (_bfdge .Get ("\u0043\u0053"));if _cddb {_gfcf =true ;};};if _caecd :=_befg .Get ("\u0042\u004d"); -!_cccb &&!_cbcd &&_caecd !=nil {_aebab ,_cefb :=_geb .GetName (_caecd );if _cefb {switch _aebab .String (){case "\u004e\u006f\u0072\u006d\u0061\u006c","\u0043\u006f\u006d\u0070\u0061\u0074\u0069\u0062\u006c\u0065","\u004d\u0075\u006c\u0074\u0069\u0070\u006c\u0079","\u0053\u0063\u0072\u0065\u0065\u006e","\u004fv\u0065\u0072\u006c\u0061\u0079","\u0044\u0061\u0072\u006b\u0065\u006e","\u004ci\u0067\u0068\u0074\u0065\u006e","\u0043\u006f\u006c\u006f\u0072\u0044\u006f\u0064\u0067\u0065","\u0043o\u006c\u006f\u0072\u0042\u0075\u0072n","\u0048a\u0072\u0064\u004c\u0069\u0067\u0068t","\u0053o\u0066\u0074\u004c\u0069\u0067\u0068t","\u0044\u0069\u0066\u0066\u0065\u0072\u0065\u006e\u0063\u0065","\u0045x\u0063\u006c\u0075\u0073\u0069\u006fn","\u0048\u0075\u0065","\u0053\u0061\u0074\u0075\u0072\u0061\u0074\u0069\u006f\u006e","\u0043\u006f\u006co\u0072","\u004c\u0075\u006d\u0069\u006e\u006f\u0073\u0069\u0074\u0079":default:_cccb =true ; -_aeaga =append (_aeaga ,_eef ("\u0036\u002e\u0032\u002e\u0031\u0030\u002d\u0031","\u004f\u006el\u0079\u0020\u0062\u006c\u0065\u006e\u0064\u0020\u006d\u006f\u0064\u0065\u0073\u0020\u0074h\u0061\u0074\u0020\u0061\u0072\u0065\u0020\u0073\u0070\u0065c\u0069\u0066\u0069ed\u0020\u0069\u006e\u0020\u0049\u0053O\u0020\u0033\u0032\u0030\u0030\u0030\u002d\u0031\u003a2\u0030\u0030\u0038\u0020\u0073h\u0061\u006c\u006c\u0020\u0062\u0065\u0020\u0075\u0073\u0065\u0064\u0020\u0066\u006f\u0072\u0020\u0074\u0068\u0065 \u0076\u0061\u006c\u0075e\u0020\u006f\u0066\u0020\u0074\u0068e\u0020\u0042M\u0020\u006b\u0065\u0079\u0020\u0069\u006e\u0020\u0061\u006e\u0020\u0065\u0078t\u0065\u006e\u0064\u0065\u0064\u0020\u0067\u0072\u0061\u0070\u0068\u0069\u0063\u0020\u0073\u0074\u0061\u0074\u0065 \u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u002e")); -if _baefd (){return true ;};};if _aebab .String ()!="\u004e\u006f\u0072\u006d\u0061\u006c"&&!_bbbd &&!_gfcf {_cbcd =true ;_aeaga =append (_aeaga ,_eef ("\u0036\u002e\u0032\u002e\u0031\u0030\u002d\u0032","\u0049\u0066\u0020\u0074\u0068\u0065 \u0064\u006f\u0063\u0075\u006de\u006e\u0074\u0020\u0064\u006f\u0065\u0073\u0020\u006e\u006f\u0074\u0020c\u006f\u006e\u0074\u0061\u0069\u006e\u0020\u0061\u0020P\u0044\u0046\u002f\u0041\u0020\u004f\u0075\u0074\u0070u\u0074\u0049\u006e\u0074\u0065\u006e\u0074\u002c\u0020\u0074\u0068\u0065\u006e\u0020\u0061\u006c\u006c\u0020\u0050\u0061\u0067\u0065\u0020\u006f\u0062\u006a\u0065\u0063t\u0073\u0020\u0074\u0068a\u0074 \u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0020t\u0072\u0061\u006e\u0073\u0070\u0061\u0072\u0065\u006e\u0063\u0079\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u0069\u006e\u0063l\u0075\u0064\u0065\u0020\u0074\u0068\u0065\u0020\u0047\u0072\u006f\u0075\u0070\u0020\u006b\u0065y\u002c a\u006e\u0064\u0020\u0074\u0068\u0065\u0020\u0061\u0074\u0074\u0072\u0069\u0062\u0075\u0074\u0065\u0020\u0064\u0069c\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u0020\u0074\u0068\u0061\u0074\u0020\u0066\u006f\u0072\u006d\u0073\u0020\u0074\u0068\u0065\u0020\u0076\u0061\u006cu\u0065\u0020\u006f\u0066\u0020\u0074\u0068\u0061\u0074\u0020\u0047\u0072\u006fu\u0070\u0020\u006b\u0065y\u0020sh\u0061\u006c\u006c\u0020\u0069\u006e\u0063\u006c\u0075d\u0065\u0020\u0061\u0020\u0043\u0053\u0020\u0065\u006e\u0074\u0072\u0079\u0020\u0077\u0068\u006fs\u0065\u0020\u0076\u0061\u006c\u0075\u0065\u0020\u0073\u0068\u0061\u006c\u006c \u0062\u0065 \u0075\u0073\u0065\u0064\u0020\u0061\u0073\u0020\u0074\u0068\u0065\u0020\u0064\u0065\u0066\u0061\u0075\u006c\u0074\u0020\u0062\u006c\u0065\u006e\u0064\u0069n\u0067 \u0063\u006f\u006c\u006f\u0075\u0072\u0020\u0073p\u0061\u0063\u0065\u002e")); -if _baefd (){return true ;};};};};if _ ,_dbgad =_geb .GetDict (_befg .Get ("\u0053\u004d\u0061s\u006b"));!_cbcd &&_dbgad &&!_bbbd &&!_gfcf {_cbcd =true ;_aeaga =append (_aeaga ,_eef ("\u0036\u002e\u0032\u002e\u0031\u0030\u002d\u0032","\u0049\u0066\u0020\u0074\u0068\u0065 \u0064\u006f\u0063\u0075\u006de\u006e\u0074\u0020\u0064\u006f\u0065\u0073\u0020\u006e\u006f\u0074\u0020c\u006f\u006e\u0074\u0061\u0069\u006e\u0020\u0061\u0020P\u0044\u0046\u002f\u0041\u0020\u004f\u0075\u0074\u0070u\u0074\u0049\u006e\u0074\u0065\u006e\u0074\u002c\u0020\u0074\u0068\u0065\u006e\u0020\u0061\u006c\u006c\u0020\u0050\u0061\u0067\u0065\u0020\u006f\u0062\u006a\u0065\u0063t\u0073\u0020\u0074\u0068a\u0074 \u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0020t\u0072\u0061\u006e\u0073\u0070\u0061\u0072\u0065\u006e\u0063\u0079\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u0069\u006e\u0063l\u0075\u0064\u0065\u0020\u0074\u0068\u0065\u0020\u0047\u0072\u006f\u0075\u0070\u0020\u006b\u0065y\u002c a\u006e\u0064\u0020\u0074\u0068\u0065\u0020\u0061\u0074\u0074\u0072\u0069\u0062\u0075\u0074\u0065\u0020\u0064\u0069c\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u0020\u0074\u0068\u0061\u0074\u0020\u0066\u006f\u0072\u006d\u0073\u0020\u0074\u0068\u0065\u0020\u0076\u0061\u006cu\u0065\u0020\u006f\u0066\u0020\u0074\u0068\u0061\u0074\u0020\u0047\u0072\u006fu\u0070\u0020\u006b\u0065y\u0020sh\u0061\u006c\u006c\u0020\u0069\u006e\u0063\u006c\u0075d\u0065\u0020\u0061\u0020\u0043\u0053\u0020\u0065\u006e\u0074\u0072\u0079\u0020\u0077\u0068\u006fs\u0065\u0020\u0076\u0061\u006c\u0075\u0065\u0020\u0073\u0068\u0061\u006c\u006c \u0062\u0065 \u0075\u0073\u0065\u0064\u0020\u0061\u0073\u0020\u0074\u0068\u0065\u0020\u0064\u0065\u0066\u0061\u0075\u006c\u0074\u0020\u0062\u006c\u0065\u006e\u0064\u0069n\u0067 \u0063\u006f\u006c\u006f\u0075\u0072\u0020\u0073p\u0061\u0063\u0065\u002e")); -if _baefd (){return true ;};};if _bgdbf :=_befg .Get ("\u0043\u0041");!_cbcd &&_bgdbf !=nil &&!_bbbd &&!_gfcf {_beeg ,_adgee :=_geb .GetNumberAsFloat (_bgdbf );if _adgee ==nil &&_beeg < 1.0{_cbcd =true ;_aeaga =append (_aeaga ,_eef ("\u0036\u002e\u0032\u002e\u0031\u0030\u002d\u0032","\u0049\u0066\u0020\u0074\u0068\u0065 \u0064\u006f\u0063\u0075\u006de\u006e\u0074\u0020\u0064\u006f\u0065\u0073\u0020\u006e\u006f\u0074\u0020c\u006f\u006e\u0074\u0061\u0069\u006e\u0020\u0061\u0020P\u0044\u0046\u002f\u0041\u0020\u004f\u0075\u0074\u0070u\u0074\u0049\u006e\u0074\u0065\u006e\u0074\u002c\u0020\u0074\u0068\u0065\u006e\u0020\u0061\u006c\u006c\u0020\u0050\u0061\u0067\u0065\u0020\u006f\u0062\u006a\u0065\u0063t\u0073\u0020\u0074\u0068a\u0074 \u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0020t\u0072\u0061\u006e\u0073\u0070\u0061\u0072\u0065\u006e\u0063\u0079\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u0069\u006e\u0063l\u0075\u0064\u0065\u0020\u0074\u0068\u0065\u0020\u0047\u0072\u006f\u0075\u0070\u0020\u006b\u0065y\u002c a\u006e\u0064\u0020\u0074\u0068\u0065\u0020\u0061\u0074\u0074\u0072\u0069\u0062\u0075\u0074\u0065\u0020\u0064\u0069c\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u0020\u0074\u0068\u0061\u0074\u0020\u0066\u006f\u0072\u006d\u0073\u0020\u0074\u0068\u0065\u0020\u0076\u0061\u006cu\u0065\u0020\u006f\u0066\u0020\u0074\u0068\u0061\u0074\u0020\u0047\u0072\u006fu\u0070\u0020\u006b\u0065y\u0020sh\u0061\u006c\u006c\u0020\u0069\u006e\u0063\u006c\u0075d\u0065\u0020\u0061\u0020\u0043\u0053\u0020\u0065\u006e\u0074\u0072\u0079\u0020\u0077\u0068\u006fs\u0065\u0020\u0076\u0061\u006c\u0075\u0065\u0020\u0073\u0068\u0061\u006c\u006c \u0062\u0065 \u0075\u0073\u0065\u0064\u0020\u0061\u0073\u0020\u0074\u0068\u0065\u0020\u0064\u0065\u0066\u0061\u0075\u006c\u0074\u0020\u0062\u006c\u0065\u006e\u0064\u0069n\u0067 \u0063\u006f\u006c\u006f\u0075\u0072\u0020\u0073p\u0061\u0063\u0065\u002e")); -if _baefd (){return true ;};};};if _cbdgf :=_befg .Get ("\u0063\u0061");!_cbcd &&_cbdgf !=nil &&!_bbbd &&!_gfcf {_faaf ,_gfbg :=_geb .GetNumberAsFloat (_cbdgf );if _gfbg ==nil &&_faaf < 1.0{_cbcd =true ;_aeaga =append (_aeaga ,_eef ("\u0036\u002e\u0032\u002e\u0031\u0030\u002d\u0032","\u0049\u0066\u0020\u0074\u0068\u0065 \u0064\u006f\u0063\u0075\u006de\u006e\u0074\u0020\u0064\u006f\u0065\u0073\u0020\u006e\u006f\u0074\u0020c\u006f\u006e\u0074\u0061\u0069\u006e\u0020\u0061\u0020P\u0044\u0046\u002f\u0041\u0020\u004f\u0075\u0074\u0070u\u0074\u0049\u006e\u0074\u0065\u006e\u0074\u002c\u0020\u0074\u0068\u0065\u006e\u0020\u0061\u006c\u006c\u0020\u0050\u0061\u0067\u0065\u0020\u006f\u0062\u006a\u0065\u0063t\u0073\u0020\u0074\u0068a\u0074 \u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0020t\u0072\u0061\u006e\u0073\u0070\u0061\u0072\u0065\u006e\u0063\u0079\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u0069\u006e\u0063l\u0075\u0064\u0065\u0020\u0074\u0068\u0065\u0020\u0047\u0072\u006f\u0075\u0070\u0020\u006b\u0065y\u002c a\u006e\u0064\u0020\u0074\u0068\u0065\u0020\u0061\u0074\u0074\u0072\u0069\u0062\u0075\u0074\u0065\u0020\u0064\u0069c\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u0020\u0074\u0068\u0061\u0074\u0020\u0066\u006f\u0072\u006d\u0073\u0020\u0074\u0068\u0065\u0020\u0076\u0061\u006cu\u0065\u0020\u006f\u0066\u0020\u0074\u0068\u0061\u0074\u0020\u0047\u0072\u006fu\u0070\u0020\u006b\u0065y\u0020sh\u0061\u006c\u006c\u0020\u0069\u006e\u0063\u006c\u0075d\u0065\u0020\u0061\u0020\u0043\u0053\u0020\u0065\u006e\u0074\u0072\u0079\u0020\u0077\u0068\u006fs\u0065\u0020\u0076\u0061\u006c\u0075\u0065\u0020\u0073\u0068\u0061\u006c\u006c \u0062\u0065 \u0075\u0073\u0065\u0064\u0020\u0061\u0073\u0020\u0074\u0068\u0065\u0020\u0064\u0065\u0066\u0061\u0075\u006c\u0074\u0020\u0062\u006c\u0065\u006e\u0064\u0069n\u0067 \u0063\u006f\u006c\u006f\u0075\u0072\u0020\u0073p\u0061\u0063\u0065\u002e")); -if _baefd (){return true ;};};};return false ;};for _ ,_ccge :=range _bffb .PageList {_deec :=_ccge .Resources ;if _deec ==nil {continue ;};if _deec .ExtGState ==nil {continue ;};_faabe ,_gebb :=_geb .GetDict (_deec .ExtGState );if !_gebb {continue ;}; -_cebf :=_faabe .Keys ();for _ ,_fddd :=range _cebf {_edcag ,_dgcda :=_geb .GetDict (_faabe .Get (_fddd ));if !_dgcda {continue ;};if _bgfge (_edcag ){return _aeaga ;};};};for _ ,_fdbee :=range _bffb .PageList {_dceb :=_fdbee .Resources ;if _dceb ==nil {continue ; -};_becc ,_ddecc :=_geb .GetDict (_dceb .XObject );if !_ddecc {continue ;};for _ ,_ddga :=range _becc .Keys (){_aadg ,_caea :=_geb .GetStream (_becc .Get (_ddga ));if !_caea {continue ;};_fcgb ,_caea :=_geb .GetDict (_aadg .Get ("\u0052e\u0073\u006f\u0075\u0072\u0063\u0065s")); -if !_caea {continue ;};_fdbc ,_caea :=_geb .GetDict (_fcgb .Get ("\u0045x\u0074\u0047\u0053\u0074\u0061\u0074e"));if !_caea {continue ;};for _ ,_ccabc :=range _fdbc .Keys (){_ecgda ,_ccgea :=_geb .GetDict (_fdbc .Get (_ccabc ));if !_ccgea {continue ;}; -if _bgfge (_ecgda ){return _aeaga ;};};};};return _aeaga ;};func _fbce (_gabg *_ae .CompliancePdfReader )(_acdeca ViolatedRule ){_gbaaa ,_eaeg :=_debed (_gabg );if !_eaeg {return _fc ;};_ggcf ,_eaeg :=_geb .GetDict (_gbaaa .Get ("\u0041\u0063\u0072\u006f\u0046\u006f\u0072\u006d")); -if !_eaeg {return _fc ;};_fggg ,_eaeg :=_geb .GetArray (_ggcf .Get ("\u0046\u0069\u0065\u006c\u0064\u0073"));if !_eaeg {return _fc ;};for _aebe :=0;_aebe < _fggg .Len ();_aebe ++{_bgdae ,_bfea :=_geb .GetDict (_fggg .Get (_aebe ));if !_bfea {continue ; -};if _bgdae .Get ("\u0041\u0041")!=nil {return _eef ("\u0036.\u0036\u002e\u0032\u002d\u0032","\u0041\u0020F\u0069\u0065\u006cd\u0020\u0064\u0069\u0063\u0074i\u006f\u006e\u0061\u0072\u0079 s\u0068\u0061\u006c\u006c\u0020\u006e\u006f\u0074\u0020\u0069\u006e\u0063\u006c\u0075\u0064\u0065\u0020\u0061n\u0020A\u0041\u0020\u0065\u006e\u0074\u0072y f\u006f\u0072\u0020\u0061\u006e\u0020\u0061\u0064\u0064\u0069\u0074\u0069on\u0061l\u002d\u0061\u0063\u0074i\u006fn\u0073 \u0064\u0069c\u0074\u0069on\u0061\u0072\u0079\u002e"); -};};return _fc ;};func _cgad (_bagag *_ae .CompliancePdfReader )(_fdag []ViolatedRule ){return _fdag };type pageColorspaceOptimizeFunc func (_fbcbg *_bag .Document ,_afe *_bag .Page ,_ddd []*_bag .Image )error ;func _daf (_bgf []*_bag .Image ,_ef bool )error {_cfa :=_geb .PdfObjectName ("\u0044e\u0076\u0069\u0063\u0065\u0052\u0047B"); -if _ef {_cfa ="\u0044\u0065\u0076\u0069\u0063\u0065\u0043\u004d\u0059\u004b";};for _ ,_gc :=range _bgf {if _gc .Colorspace ==_cfa {continue ;};_aeb ,_fbcb :=_ae .NewXObjectImageFromStream (_gc .Stream );if _fbcb !=nil {return _fbcb ;};_dbc ,_fbcb :=_aeb .ToImage (); -if _fbcb !=nil {return _fbcb ;};_dbd ,_fbcb :=_dbc .ToGoImage ();if _fbcb !=nil {return _fbcb ;};var _caa _ae .PdfColorspace ;if _ef {_caa =_ae .NewPdfColorspaceDeviceCMYK ();_dbd ,_fbcb =_gb .CMYKConverter .Convert (_dbd );}else {_caa =_ae .NewPdfColorspaceDeviceRGB (); -_dbd ,_fbcb =_gb .NRGBAConverter .Convert (_dbd );};if _fbcb !=nil {return _fbcb ;};_bgd ,_aae :=_dbd .(_gb .Image );if !_aae {return _e .New ("\u0069\u006d\u0061\u0067\u0065\u0020\u0064\u006f\u0065\u0073\u006e\u0027\u0074 \u0069\u006d\u0070\u006c\u0065\u006de\u006e\u0074\u0020\u0069\u006d\u0061\u0067\u0065\u0075\u0074\u0069\u006c\u002eI\u006d\u0061\u0067\u0065"); -};_dcb :=_bgd .Base ();_efd :=&_ae .Image {Width :int64 (_dcb .Width ),Height :int64 (_dcb .Height ),BitsPerComponent :int64 (_dcb .BitsPerComponent ),ColorComponents :_dcb .ColorComponents ,Data :_dcb .Data };_efd .SetDecode (_dcb .Decode );_efd .SetAlpha (_dcb .Alpha ); -if _fbcb =_aeb .SetImage (_efd ,_caa );_fbcb !=nil {return _fbcb ;};_aeb .ToPdfObject ();_gc .ColorComponents =_dcb .ColorComponents ;_gc .Colorspace =_cfa ;};return nil ;};var _ Profile =(*Profile1A )(nil );func _efg (_gbefg *_bag .Document ,_fcf bool )error {_dga ,_dfe :=_gbefg .GetPages (); -if !_dfe {return nil ;};for _ ,_bdea :=range _dga {_fefe ,_ead :=_bdea .GetContents ();if !_ead {continue ;};var _acfb *_ae .PdfPageResources ;_gcfa ,_ead :=_bdea .GetResources ();if _ead {_acfb ,_ =_ae .NewPdfPageResourcesFromDict (_gcfa );};for _acae ,_bgce :=range _fefe {_bafd ,_eacb :=_bgce .GetData (); -if _eacb !=nil {continue ;};_aad :=_gg .NewContentStreamParser (string (_bafd ));_gad ,_eacb :=_aad .Parse ();if _eacb !=nil {continue ;};_bea ,_eacb :=_dgac (_acfb ,_gad ,_fcf );if _eacb !=nil {return _eacb ;};if _bea ==nil {continue ;};if _eacb =(&_fefe [_acae ]).SetData (_bea ); -_eacb !=nil {return _eacb ;};};};return nil ;};func _cc ()standardType {return standardType {_fgb :3,_ea :"\u0055"}}; +// VerificationError is the PDF/A verification error structure, that contains all violated rules. +type VerificationError struct{ -// Profile3U is the implementation of the PDF/A-3U standard profile. -// Implements model.StandardImplementer, Profile interfaces. -type Profile3U struct{profile3 }; +// ViolatedRules are the rules that were violated during error verification. +ViolatedRules []ViolatedRule ; -// NewProfile3B creates a new Profile3B with the given options. -func NewProfile3B (options *Profile3Options )*Profile3B {if options ==nil {options =DefaultProfile3Options ();};_aged (options );return &Profile3B {profile3 {_ebg :*options ,_egbf :_eb ()}};}; +// ConformanceLevel defines the standard on verification failed. +ConformanceLevel int ; -// Profile2Options are the options that changes the way how optimizer may try to adapt document into PDF/A standard. -type Profile2Options struct{ +// ConformanceVariant is the standard variant used on verification. +ConformanceVariant string ;};type colorspaceModification struct{_gg _fc .ColorConverter ;_aef _g .PdfColorspace ;};func _cdec (_cadca *_g .CompliancePdfReader )(_gggg []ViolatedRule ){_fbcf :=true ;_cebgf ,_dbag :=_cadca .GetCatalogMarkInfo ();if !_dbag {_fbcf =false ; +}else {_dbbeb ,_fegbe :=_aad .GetDict (_cebgf );if _fegbe {_bbgdb ,_cgade :=_aad .GetBool (_dbbeb .Get ("\u004d\u0061\u0072\u006b\u0065\u0064"));if !bool (*_bbgdb )||!_cgade {_fbcf =false ;};}else {_fbcf =false ;};};if !_fbcf {_gggg =append (_gggg ,_fgdg ("\u0036.\u0037\u002e\u0032\u002e\u0032\u002d1","\u0054\u0068\u0065\u0020\u0064\u006f\u0063\u0075\u006d\u0065\u006e\u0074\u0020\u0063\u0061\u0074\u0061\u006cog\u0020d\u0069\u0063\u0074\u0069\u006f\u006e\u0061r\u0079 \u0073\u0068\u0061\u006c\u006c\u0020\u0069\u006e\u0063\u006c\u0075\u0064\u0065\u0020\u0061\u0020M\u0061r\u006b\u0049\u006e\u0066\u006f\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006ea\u0072\u0079\u0020\u0077\u0069\u0074\u0068\u0020\u0061 \u004d\u0061\u0072\u006b\u0065\u0064\u0020\u0065\u006et\u0072\u0079\u0020\u0069\u006e\u0020\u0069\u0074,\u0020\u0077\u0068\u006f\u0073\u0065\u0020\u0076\u0061lu\u0065\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u0062\u0065\u0020\u0074\u0072\u0075\u0065")); +};_cecbc ,_dbag :=_cadca .GetCatalogStructTreeRoot ();if !_dbag {_gggg =append (_gggg ,_fgdg ("\u0036.\u0037\u002e\u0033\u002e\u0033\u002d1","\u0054\u0068\u0065\u0020\u006c\u006f\u0067\u0069\u0063\u0061\u006c\u0020\u0073\u0074\u0072\u0075\u0063\u0074\u0075r\u0065\u0020\u006f\u0066\u0020\u0074\u0068e\u0020\u0063\u006f\u006e\u0066\u006f\u0072\u006d\u0069\u006e\u0067 \u0066\u0069\u006c\u0065\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u0062\u0065\u0020\u0064\u0065\u0073\u0063\u0072\u0069\u0062\u0065d \u0062\u0079\u0020a\u0020s\u0074\u0072\u0075\u0063\u0074\u0075\u0072e\u0020\u0068\u0069\u0065\u0072\u0061\u0072\u0063\u0068\u0079\u0020\u0072\u006f\u006ft\u0065\u0064\u0020i\u006e\u0020\u0074\u0068\u0065\u0020\u0053\u0074\u0072\u0075\u0063\u0074\u0054\u0072\u0065\u0065\u0052\u006f\u006f\u0074\u0020\u0065\u006e\u0074r\u0079\u0020\u006f\u0066\u0020\u0074h\u0065\u0020d\u006fc\u0075\u006d\u0065\u006e\u0074\u0020\u0063\u0061t\u0061\u006c\u006fg \u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u002c\u0020\u0061\u0073\u0020\u0064\u0065\u0073\u0063\u0072\u0069\u0062\u0065\u0064\u0020\u0069n\u0020\u0050\u0044\u0046\u0020\u0052\u0065\u0066\u0065\u0072\u0065\u006e\u0063\u0065 \u0039\u002e\u0036\u002e")); +};_afba ,_dbag :=_aad .GetDict (_cecbc );if _dbag {_gedb ,_gdec :=_aad .GetName (_afba .Get ("\u0052o\u006c\u0065\u004d\u0061\u0070"));if _gdec {_baca ,_bcca :=_aad .GetDict (_gedb );if _bcca {for _ ,_debbg :=range _baca .Keys (){_bfed :=_baca .Get (_debbg ); +if _bfed ==nil {_gggg =append (_gggg ,_fgdg ("\u0036.\u0037\u002e\u0033\u002e\u0034\u002d1","\u0041\u006c\u006c\u0020\u006eo\u006e\u002ds\u0074\u0061\u006e\u0064\u0061\u0072\u0064\u0020\u0073t\u0072\u0075\u0063\u0074ure\u0020\u0074\u0079\u0070\u0065s\u0020\u0073\u0068\u0061\u006c\u006c \u0062\u0065\u0020\u006d\u0061\u0070\u0070\u0065d\u0020\u0074\u006f\u0020\u0074\u0068\u0065\u0020n\u0065\u0061\u0072\u0065\u0073\u0074\u0020\u0066\u0075\u006e\u0063t\u0069\u006f\u006e\u0061\u006c\u006c\u0079\u0020\u0065\u0071\u0075\u0069\u0076\u0061\u006c\u0065\u006e\u0074\u0020\u0073\u0074a\u006ed\u0061r\u0064\u0020\u0074\u0079\u0070\u0065\u002c\u0020\u0061\u0073\u0020\u0064\u0065\u0066\u0069\u006ee\u0064\u0020\u0069\u006e\u0020\u0050\u0044\u0046\u0020\u0052\u0065\u0066\u0065re\u006e\u0063e\u0020\u0039\u002e\u0037\u002e\u0034\u002c\u0020i\u006e\u0020\u0074\u0068e\u0020\u0072\u006fl\u0065\u0020\u006d\u0061p \u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u0020\u006f\u0066 \u0074h\u0065\u0020\u0073\u0074\u0072\u0075c\u0074\u0075r\u0065\u0020\u0074\u0072e\u0065\u0020\u0072\u006f\u006ft\u002e")); +};};};};};return _gggg ;};func _dgfcg (_cffg *_g .CompliancePdfReader )(_edfd []ViolatedRule ){var _fbed ,_eddga ,_gabc ,_fgbf bool ;_ebdd :=func ()bool {return _fbed &&_eddga &&_gabc &&_fgbf };_bdfea ,_dddd :=_cegda (_cffg );var _bbaf _ab .ProfileHeader ; +if _dddd {_bbaf ,_ =_ab .ParseHeader (_bdfea .DestOutputProfile );};_gaad :=map[_aad .PdfObject ]struct{}{};var _cegg func (_eccc _g .PdfColorspace )bool ;_cegg =func (_dgcf _g .PdfColorspace )bool {switch _afege :=_dgcf .(type ){case *_g .PdfColorspaceDeviceGray :if !_fbed {if !_dddd {_edfd =append (_edfd ,_fgdg ("\u0036.\u0032\u002e\u0034\u002e\u0033\u002d4","\u0044\u0065\u0076\u0069\u0063\u0065\u0047\u0072\u0061\u0079 \u0073\u0068\u0061\u006c\u006c\u0020\u006f\u006e\u006c\u0079\u0020\u0062\u0065\u0020\u0075\u0073\u0065\u0064 \u0069\u0066\u0020\u0061\u0020\u0064\u0065v\u0069\u0063\u0065\u0020\u0069\u006e\u0064\u0065p\u0065\u006e\u0064\u0065\u006e\u0074\u0020\u0044\u0065\u0066\u0061\u0075\u006c\u0074\u0047\u0072\u0061\u0079\u0020\u0063\u006f\u006c\u006f\u0075r \u0073\u0070\u0061\u0063\u0065\u0020\u0068\u0061\u0073\u0020\u0062\u0065\u0065\u006e \u0073\u0065\u0074\u0020\u0077\u0068\u0065n \u0074\u0068\u0065\u0020\u0044\u0065\u0076\u0069\u0063\u0065\u0047\u0072a\u0079\u0020\u0063\u006f\u006c\u006f\u0075\u0072\u0020\u0073\u0070\u0061\u0063\u0065\u0020\u0069\u0073\u0020\u0075\u0073\u0065\u0064\u002c o\u0072\u0020\u0069\u0066\u0020\u0061\u0020\u0050\u0044\u0046\u002fA\u0020\u004f\u0075tp\u0075\u0074\u0049\u006e\u0074\u0065\u006e\u0074\u0020\u0069\u0073\u0020\u0070\u0072\u0065\u0073\u0065\u006e\u0074\u002e")); +_fbed =true ;if _ebdd (){return true ;};};};case *_g .PdfColorspaceDeviceRGB :if !_eddga {if !_dddd ||_bbaf .ColorSpace !=_ab .ColorSpaceRGB {_edfd =append (_edfd ,_fgdg ("\u0036.\u0032\u002e\u0034\u002e\u0033\u002d2","\u0044\u0065\u0076\u0069c\u0065\u0052\u0047\u0042\u0020\u0073\u0068\u0061\u006cl\u0020\u006f\u006e\u006c\u0079\u0020\u0062e\u0020\u0075\u0073\u0065\u0064\u0020\u0069f\u0020\u0061\u0020\u0064\u0065\u0076\u0069\u0063e\u0020\u0069n\u0064\u0065\u0070e\u006e\u0064\u0065\u006et \u0044\u0065\u0066\u0061\u0075\u006c\u0074\u0052\u0047\u0042\u0020\u0063\u006fl\u006f\u0075r\u0020\u0073\u0070\u0061\u0063\u0065\u0020\u0068\u0061\u0073\u0020b\u0065\u0065\u006e\u0020s\u0065\u0074 \u0077\u0068\u0065\u006e\u0020\u0074\u0068\u0065\u0020\u0044\u0065\u0076\u0069\u0063\u0065\u0052\u0047\u0042\u0020c\u006flou\u0072\u0020\u0073\u0070\u0061\u0063\u0065\u0020i\u0073\u0020\u0075\u0073\u0065\u0064\u002c\u0020\u006f\u0072\u0020if\u0020\u0074\u0068\u0065\u0020\u0066\u0069\u006c\u0065\u0020\u0068\u0061\u0073\u0020\u0061\u0020\u0050\u0044F\u002f\u0041\u0020\u004fut\u0070\u0075\u0074\u0049\u006e\u0074\u0065n\u0074\u0020t\u0068\u0061t\u0020\u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0073\u0020\u0061\u006e\u0020\u0052\u0047\u0042\u0020\u0064\u0065\u0073\u0074\u0069\u006e\u0061\u0074io\u006e\u0020\u0070\u0072\u006f\u0066\u0069\u006c\u0065\u002e")); +_eddga =true ;if _ebdd (){return true ;};};};case *_g .PdfColorspaceDeviceCMYK :if !_gabc {if !_dddd ||_bbaf .ColorSpace !=_ab .ColorSpaceCMYK {_edfd =append (_edfd ,_fgdg ("\u0036.\u0032\u002e\u0034\u002e\u0033\u002d3","\u0044e\u0076\u0069c\u0065\u0043\u004d\u0059\u004b\u0020\u0073hal\u006c\u0020\u006f\u006e\u006c\u0079\u0020\u0062\u0065\u0020\u0075\u0073\u0065\u0064\u0020\u0069\u0066\u0020\u0061\u0020\u0064\u0065\u0076\u0069\u0063\u0065\u0020\u0069\u006e\u0064\u0065\u0070\u0065\u006e\u0064\u0065\u006e\u0074\u0020\u0044ef\u0061\u0075\u006c\u0074\u0043\u004d\u0059K\u0020\u0063\u006f\u006c\u006f\u0075\u0072\u0020\u0073\u0070\u0061\u0063\u0065\u0020\u0068\u0061s\u0020\u0062\u0065\u0065\u006e \u0073\u0065\u0074\u0020\u006fr \u0069\u0066\u0020\u0061\u0020\u0044e\u0076\u0069\u0063\u0065\u004e\u002d\u0062\u0061\u0073\u0065\u0064\u0020\u0044\u0065f\u0061\u0075\u006c\u0074\u0043\u004d\u0059\u004b\u0020c\u006f\u006c\u006f\u0075r\u0020\u0073\u0070\u0061\u0063e\u0020\u0068\u0061\u0073\u0020\u0062\u0065\u0065\u006e\u0020\u0073\u0065\u0074\u0020\u0077\u0068\u0065\u006e\u0020\u0074h\u0065\u0020\u0044\u0065\u0076\u0069c\u0065\u0043\u004d\u0059\u004b\u0020c\u006f\u006c\u006fu\u0072\u0020\u0073\u0070\u0061\u0063\u0065\u0020\u0069\u0073\u0020\u0075\u0073\u0065\u0064\u0020\u006f\u0072\u0020t\u0068\u0065\u0020\u0066\u0069l\u0065\u0020\u0068\u0061\u0073\u0020\u0061\u0020\u0050\u0044\u0046\u002f\u0041\u0020\u004f\u0075\u0074p\u0075\u0074\u0049\u006e\u0074\u0065\u006e\u0074\u0020\u0074\u0068\u0061\u0074\u0020\u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0073\u0020\u0061\u0020\u0043\u004d\u0059\u004b\u0020d\u0065\u0073\u0074\u0069\u006e\u0061t\u0069\u006f\u006e\u0020\u0070r\u006f\u0066\u0069\u006c\u0065\u002e")); +_gabc =true ;if _ebdd (){return true ;};};};case *_g .PdfColorspaceICCBased :if !_fgbf {_ecge ,_fggg :=_ab .ParseHeader (_afege .Data );if _fggg !=nil {_be .Log .Debug ("\u0070\u0061\u0072si\u006e\u0067\u0020\u0049\u0043\u0043\u0042\u0061\u0073e\u0064 \u0068e\u0061d\u0065\u0072\u0020\u0066\u0061\u0069\u006c\u0065\u0064\u003a\u0020\u0025\u0076",_fggg ); +_edfd =append (_edfd ,func ()ViolatedRule {return _fgdg ("\u0036.\u0032\u002e\u0034\u002e\u0032\u002d1","\u0054\u0068e\u0020\u0070\u0072\u006f\u0066\u0069\u006c\u0065\u0020\u0074\u0068\u0061\u0074\u0020\u0066o\u0072\u006d\u0073\u0020\u0074\u0068\u0065\u0020\u0073\u0074r\u0065\u0061\u006d o\u0066\u0020\u0061\u006e\u0020\u0049C\u0043\u0042\u0061\u0073\u0065\u0064\u0020\u0063\u006fl\u006f\u0075\u0072\u0020\u0073p\u0061\u0063\u0065\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u0063\u006f\u006e\u0066\u006f\u0072\u006d\u0020\u0074o\u0020\u0049\u0043\u0043.\u0031\u003a\u0031\u0039\u0039\u0038-\u0030\u0039,\u0020\u0049\u0043\u0043\u002e\u0031\u003a\u0032\u0030\u0030\u0031\u002d\u00312\u002c\u0020\u0049\u0043\u0043\u002e\u0031\u003a\u0032\u0030\u0030\u0033\u002d\u0030\u0039\u0020\u006f\u0072\u0020I\u0053\u004f\u0020\u0031\u0035\u0030\u0037\u0036\u002d\u0031\u002e"); +}());_fgbf =true ;if _ebdd (){return true ;};};if !_fgbf {var _cfffa ,_fdec bool ;switch _ecge .DeviceClass {case _ab .DeviceClassPRTR ,_ab .DeviceClassMNTR ,_ab .DeviceClassSCNR ,_ab .DeviceClassSPAC :default:_cfffa =true ;};switch _ecge .ColorSpace {case _ab .ColorSpaceRGB ,_ab .ColorSpaceCMYK ,_ab .ColorSpaceGRAY ,_ab .ColorSpaceLAB :default:_fdec =true ; +};if _cfffa ||_fdec {_edfd =append (_edfd ,_fgdg ("\u0036.\u0032\u002e\u0034\u002e\u0032\u002d1","\u0054\u0068e\u0020\u0070\u0072\u006f\u0066\u0069\u006c\u0065\u0020\u0074\u0068\u0061\u0074\u0020\u0066o\u0072\u006d\u0073\u0020\u0074\u0068\u0065\u0020\u0073\u0074r\u0065\u0061\u006d o\u0066\u0020\u0061\u006e\u0020\u0049C\u0043\u0042\u0061\u0073\u0065\u0064\u0020\u0063\u006fl\u006f\u0075\u0072\u0020\u0073p\u0061\u0063\u0065\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u0063\u006f\u006e\u0066\u006f\u0072\u006d\u0020\u0074o\u0020\u0049\u0043\u0043.\u0031\u003a\u0031\u0039\u0039\u0038-\u0030\u0039,\u0020\u0049\u0043\u0043\u002e\u0031\u003a\u0032\u0030\u0030\u0031\u002d\u00312\u002c\u0020\u0049\u0043\u0043\u002e\u0031\u003a\u0032\u0030\u0030\u0033\u002d\u0030\u0039\u0020\u006f\u0072\u0020I\u0053\u004f\u0020\u0031\u0035\u0030\u0037\u0036\u002d\u0031\u002e")); +_fgbf =true ;if _ebdd (){return true ;};};};};if _afege .Alternate !=nil {return _cegg (_afege .Alternate );};};return false ;};for _ ,_gabgg :=range _cffg .GetObjectNums (){_caac ,_fdeaa :=_cffg .GetIndirectObjectByNumber (_gabgg );if _fdeaa !=nil {continue ; +};_dbaff ,_gefd :=_aad .GetStream (_caac );if !_gefd {continue ;};_gacb ,_gefd :=_aad .GetName (_dbaff .Get ("\u0054\u0079\u0070\u0065"));if !_gefd ||_gacb .String ()!="\u0058O\u0062\u006a\u0065\u0063\u0074"{continue ;};_daabc ,_gefd :=_aad .GetName (_dbaff .Get ("\u0053u\u0062\u0074\u0079\u0070\u0065")); +if !_gefd {continue ;};_gaad [_dbaff ]=struct{}{};switch _daabc .String (){case "\u0049\u006d\u0061g\u0065":_adab ,_ceaf :=_g .NewXObjectImageFromStream (_dbaff );if _ceaf !=nil {continue ;};_gaad [_dbaff ]=struct{}{};if _cegg (_adab .ColorSpace ){return _edfd ; +};case "\u0046\u006f\u0072\u006d":_fdge ,_afcga :=_aad .GetDict (_dbaff .Get ("\u0047\u0072\u006fu\u0070"));if !_afcga {continue ;};_cfad :=_fdge .Get ("\u0043\u0053");if _cfad ==nil {continue ;};_ecff ,_bbaa :=_g .NewPdfColorspaceFromPdfObject (_cfad ); +if _bbaa !=nil {continue ;};if _cegg (_ecff ){return _edfd ;};};};for _ ,_dfbff :=range _cffg .PageList {_baagd ,_eeagg :=_dfbff .GetContentStreams ();if _eeagg !=nil {continue ;};for _ ,_bgcb :=range _baagd {_bbca ,_baff :=_fgd .NewContentStreamParser (_bgcb ).Parse (); +if _baff !=nil {continue ;};for _ ,_abab :=range *_bbca {if len (_abab .Params )> 1{continue ;};switch _abab .Operand {case "\u0042\u0049":_gaae ,_ddff :=_abab .Params [0].(*_fgd .ContentStreamInlineImage );if !_ddff {continue ;};_cddcb ,_ebge :=_gaae .GetColorSpace (_dfbff .Resources ); +if _ebge !=nil {continue ;};if _cegg (_cddcb ){return _edfd ;};case "\u0044\u006f":_dcde ,_ebeae :=_aad .GetName (_abab .Params [0]);if !_ebeae {continue ;};_cfda ,_ggdf :=_dfbff .Resources .GetXObjectByName (*_dcde );if _ ,_bgdf :=_gaad [_cfda ];_bgdf {continue ; +};switch _ggdf {case _g .XObjectTypeImage :_gbbe ,_dgce :=_g .NewXObjectImageFromStream (_cfda );if _dgce !=nil {continue ;};_gaad [_cfda ]=struct{}{};if _cegg (_gbbe .ColorSpace ){return _edfd ;};case _g .XObjectTypeForm :_cadb ,_eaabe :=_aad .GetDict (_cfda .Get ("\u0047\u0072\u006fu\u0070")); +if !_eaabe {continue ;};_abfc ,_eaabe :=_aad .GetName (_cadb .Get ("\u0043\u0053"));if !_eaabe {continue ;};_fgab ,_ccfaa :=_g .NewPdfColorspaceFromPdfObject (_abfc );if _ccfaa !=nil {continue ;};_gaad [_cfda ]=struct{}{};if _cegg (_fgab ){return _edfd ; +};};};};};};return _edfd ;};func _egaee (_cfedb *_g .PdfFont ,_fdcce *_aad .PdfObjectDictionary )ViolatedRule {const (_ceadd ="\u0036\u002e\u0032\u002e\u0031\u0031\u002e\u0036\u002d\u0033";_eacgg ="\u0041l\u006c\u0020\u0073\u0079\u006d\u0062\u006f\u006c\u0069\u0063\u0020\u0054\u0072u\u0065\u0054\u0079p\u0065\u0020\u0066\u006f\u006e\u0074s\u0020\u0073h\u0061\u006c\u006c\u0020\u006e\u006f\u0074\u0020\u0073\u0070\u0065\u0063\u0069\u0066\u0079\u0020\u0061\u006e\u0020\u0045\u006e\u0063\u006f\u0064\u0069\u006e\u0067\u0020\u0065n\u0074\u0072\u0079\u0020\u0069n\u0020\u0074\u0068e\u0020\u0066\u006f\u006e\u0074 \u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u002e"; +);var _dabc string ;if _cbcc ,_gdeeg :=_aad .GetName (_fdcce .Get ("\u0053u\u0062\u0074\u0079\u0070\u0065"));_gdeeg {_dabc =_cbcc .String ();};if _dabc !="\u0054\u0072\u0075\u0065\u0054\u0079\u0070\u0065"{return _fbc ;};_gcad :=_cfedb .FontDescriptor (); +_dcce ,_ebefg :=_aad .GetIntVal (_gcad .Flags );if !_ebefg {_be .Log .Debug ("\u0066\u006c\u0061\u0067\u0073 \u006e\u006f\u0074\u0020\u0064\u0065\u0066\u0069\u006e\u0065\u0064\u0020\u0066o\u0072\u0020\u0074\u0068\u0065\u0020\u0066\u006f\u006e\u0074\u0020\u0064\u0065\u0073\u0063\u0072\u0069\u0070\u0074\u006f\u0072"); +return _fgdg (_ceadd ,_eacgg );};_eggba :=(uint32 (_dcce )>>3)&1;_cgeb :=_eggba !=0;if !_cgeb {return _fbc ;};if _fdcce .Get ("\u0045\u006e\u0063\u006f\u0064\u0069\u006e\u0067")!=nil {return _fgdg (_ceadd ,_eacgg );};return _fbc ;};func _decf (_ddc ,_egfd ,_ffea ,_face string )(string ,bool ){_bbde :=_aa .Index (_ddc ,_egfd ); +if _bbde ==-1{return "",false ;};_gcaabf :=_aa .Index (_ddc ,_ffea );if _gcaabf ==-1{return "",false ;};if _gcaabf < _bbde {return "",false ;};return _ddc [:_bbde ]+_egfd +_face +_ddc [_gcaabf :],true ;}; -// CMYKDefaultColorSpace is an option that refers PDF/A -CMYKDefaultColorSpace bool ; +// NewProfile3A creates a new Profile3A with given options. +func NewProfile3A (options *Profile3Options )*Profile3A {if options ==nil {options =DefaultProfile3Options ();};_dggc (options );return &Profile3A {profile3 {_fcaa :*options ,_fbdd :_cc ()}};};func _efdgc (_aaeba *_g .CompliancePdfReader )ViolatedRule {return _fbc }; +func _cc ()standardType {return standardType {_bc :3,_fa :"\u0041"}};func _cgfg (_bbcf *_g .PdfFont ,_aabgd *_aad .PdfObjectDictionary )ViolatedRule {const (_faad ="\u0036.\u0033\u002e\u0035\u002d\u0033";_bcfb ="\u0046\u006f\u0072\u0020\u0061\u006c\u006c\u0020\u0043\u0049\u0044\u0046\u006f\u006e\u0074\u0020\u0073\u0075\u0062\u0073\u0065\u0074\u0073 \u0072e\u0066\u0065\u0072\u0065\u006e\u0063\u0065\u0064\u0020\u0077i\u0074\u0068\u0069n\u0020\u0061\u0020c\u006f\u006e\u0066\u006f\u0072\u006d\u0069\u006e\u0067\u0020\u0066\u0069l\u0065\u002c\u0020\u0074\u0068\u0065\u0020\u0066\u006f\u006et\u0020\u0064\u0065s\u0063\u0072\u0069\u0070\u0074\u006f\u0072\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061r\u0079\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u0069\u006e\u0063\u006c\u0075\u0064\u0065\u0020\u0061\u0020\u0043\u0049\u0044\u0053\u0065\u0074\u0020s\u0074\u0072\u0065\u0061\u006d\u0020\u0069\u0064\u0065\u006e\u0074\u0069\u0066\u0079\u0069\u006eg\u0020\u0077\u0068i\u0063\u0068\u0020\u0043\u0049\u0044\u0073 \u0061\u0072e\u0020\u0070\u0072\u0065\u0073\u0065\u006e\u0074\u0020\u0069\u006e \u0074\u0068\u0065\u0020\u0065\u006d\u0062\u0065\u0064d\u0065\u0064\u0020\u0043\u0049D\u0046\u006f\u006e\u0074\u0020\u0066\u0069l\u0065,\u0020\u0061\u0073 \u0064\u0065\u0073\u0063\u0072\u0069b\u0065\u0064 \u0069\u006e\u0020\u0050\u0044\u0046\u0020\u0052\u0065\u0066\u0065\u0072\u0065\u006e\u0063e\u0020\u0054ab\u006c\u0065\u0020\u0035.\u00320\u002e"; +);var _egbbf string ;if _efac ,_caef :=_aad .GetName (_aabgd .Get ("\u0053u\u0062\u0074\u0079\u0070\u0065"));_caef {_egbbf =_efac .String ();};switch _egbbf {case "\u0043\u0049\u0044F\u006f\u006e\u0074\u0054\u0079\u0070\u0065\u0030","\u0043\u0049\u0044F\u006f\u006e\u0074\u0054\u0079\u0070\u0065\u0032":_adef :=_bbcf .FontDescriptor (); +if _adef .CIDSet ==nil {return _fgdg (_faad ,_bcfb );};return _fbc ;default:return _fbc ;};};func _bbge (_cfdcf *_g .CompliancePdfReader )(_eeac []ViolatedRule ){var _ffab ,_gggd ,_dfc ,_aggce ,_bcgc ,_acbg ,_abcd bool ;_gfbb :=func ()bool {return _ffab &&_gggd &&_dfc &&_aggce &&_bcgc &&_acbg &&_abcd }; +for _ ,_cfef :=range _cfdcf .PageList {if _cfef .Resources ==nil {continue ;};_gggc ,_agc :=_aad .GetDict (_cfef .Resources .Font );if !_agc {continue ;};for _ ,_bfgf :=range _gggc .Keys (){_bafc ,_cecf :=_aad .GetDict (_gggc .Get (_bfgf ));if !_cecf {if !_ffab {_eeac =append (_eeac ,_fgdg ("\u0036.\u0033\u002e\u0032\u002d\u0031","\u0041\u006c\u006c\u0020\u0066\u006fn\u0074\u0073\u0020\u0075\u0073e\u0064\u0020\u0069\u006e\u0020\u0061\u0020\u0063\u006f\u006e\u0066\u006f\u0072\u006d\u0069\u006e\u0067\u0020\u0066\u0069\u006c\u0065\u0020\u0073\u0068\u0061\u006c\u006c\u0020c\u006f\u006e\u0066\u006f\u0072m\u0020\u0074\u006f\u0020\u0074\u0068\u0065\u0020\u0066\u006f\u006e\u0074\u0020\u0073\u0070\u0065\u0063\u0069\u0066\u0069\u0063\u0061\u0074\u0069\u006f\u006e\u0073\u0020d\u0065\u0066\u0069\u006e\u0065d \u0069\u006e\u0020\u0050\u0044\u0046\u0020\u0052\u0065\u0066\u0065\u0072\u0065\u006e\u0063\u0065\u0020\u0035\u002e\u0035\u002e")); +_ffab =true ;if _gfbb (){return _eeac ;};};continue ;};if _abbb ,_bbeg :=_aad .GetName (_bafc .Get ("\u0054\u0079\u0070\u0065"));!_ffab &&(!_bbeg ||_abbb .String ()!="\u0046\u006f\u006e\u0074"){_eeac =append (_eeac ,_fgdg ("\u0036.\u0033\u002e\u0032\u002d\u0031","\u0054\u0079\u0070e\u0020\u002d\u0020\u006e\u0061\u006d\u0065\u0020\u002d\u0020\u0028\u0052\u0065\u0071\u0075i\u0072\u0065\u0064\u0029 Th\u0065\u0020\u0074\u0079\u0070\u0065\u0020\u006f\u0066 \u0050\u0044\u0046\u0020\u006fbj\u0065\u0063\u0074\u0020\u0074\u0068\u0061t\u0020\u0074\u0068\u0069s\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u0020\u0064\u0065\u0073c\u0072\u0069\u0062\u0065\u0073\u003b\u0020\u006d\u0075\u0073t\u0020\u0062\u0065\u0020\u0046\u006f\u006e\u0074\u0020\u0066\u006fr\u0020\u0061\u0020\u0066\u006f\u006e\u0074\u0020\u0064\u0069\u0063t\u0069\u006f\u006e\u0061\u0072\u0079\u002e")); +_ffab =true ;if _gfbb (){return _eeac ;};};_cbdg ,_dbfa :=_g .NewPdfFontFromPdfObject (_bafc );if _dbfa !=nil {continue ;};var _afee string ;if _fcab ,_bedec :=_aad .GetName (_bafc .Get ("\u0053u\u0062\u0074\u0079\u0070\u0065"));_bedec {_afee =_fcab .String (); +};if !_gggd {switch _afee {case "\u0054\u0079\u0070e\u0030","\u0054\u0079\u0070e\u0031","\u004dM\u0054\u0079\u0070\u0065\u0031","\u0054\u0072\u0075\u0065\u0054\u0079\u0070\u0065","\u0043\u0049\u0044F\u006f\u006e\u0074\u0054\u0079\u0070\u0065\u0030","\u0043\u0049\u0044F\u006f\u006e\u0074\u0054\u0079\u0070\u0065\u0032":default:_gggd =true ; +_eeac =append (_eeac ,_fgdg ("\u0036.\u0033\u002e\u0032\u002d\u0032","\u0053\u0075\u0062\u0074\u0079\u0070\u0065\u0020\u002d\u0020\u006e\u0061\u006d\u0065\u0020\u002d\u0020\u0028\u0052\u0065\u0071\u0075\u0069\u0072\u0065d\u0029\u0020\u0054\u0068e \u0074\u0079\u0070\u0065 \u006f\u0066\u0020\u0066\u006f\u006et\u003b\u0020\u006d\u0075\u0073\u0074\u0020b\u0065\u0020\u0022\u0054\u0079\u0070\u0065\u0031\u0022\u0020f\u006f\u0072\u0020\u0054\u0079\u0070\u0065\u0020\u0031\u0020f\u006f\u006e\u0074\u0073\u002c\u0020\u0022\u004d\u004d\u0054\u0079\u0070\u0065\u0031\u0022\u0020\u0066\u006f\u0072\u0020\u006d\u0075\u006c\u0074\u0069\u0070\u006c\u0065\u0020\u006da\u0073\u0074e\u0072\u0020\u0066\u006f\u006e\u0074s\u002c\u0020\u0022\u0054\u0072\u0075\u0065T\u0079\u0070\u0065\u0022\u0020\u0066\u006f\u0072\u0020\u0054\u0072\u0075\u0065T\u0079\u0070\u0065\u0020\u0066\u006f\u006e\u0074\u0073\u0020\u0022\u0054\u0079\u0070\u0065\u0033\u0022\u0020\u0066\u006f\u0072\u0020\u0054\u0079\u0070e\u0020\u0033\u0020\u0066\u006f\u006e\u0074\u0073\u002c\u0020\"\u0054\u0079\u0070\u0065\u0030\"\u0020\u0066\u006f\u0072\u0020\u0054\u0079\u0070\u0065\u0020\u0030\u0020\u0066\u006f\u006e\u0074\u0073\u0020\u0061\u006ed\u0020\u0022\u0043\u0049\u0044\u0046\u006fn\u0074\u0054\u0079\u0070\u0065\u0030\u0022 \u006f\u0072\u0020\u0022\u0043\u0049\u0044\u0046\u006f\u006e\u0074T\u0079\u0070e\u0032\u0022\u0020\u0066\u006f\u0072\u0020\u0043\u0049\u0044\u0020\u0066\u006f\u006e\u0074\u0073\u002e")); +if _gfbb (){return _eeac ;};};};if !_dfc {if _afee !="\u0054\u0079\u0070e\u0033"{_bab ,_eeba :=_aad .GetName (_bafc .Get ("\u0042\u0061\u0073\u0065\u0046\u006f\u006e\u0074"));if !_eeba ||_bab .String ()==""{_eeac =append (_eeac ,_fgdg ("\u0036.\u0033\u002e\u0032\u002d\u0033","B\u0061\u0073\u0065\u0046\u006f\u006e\u0074\u0020\u002d\u0020\u006e\u0061\u006d\u0065\u0020\u002d\u0020\u0028\u0052\u0065\u0071\u0075\u0069\u0072\u0065\u0064)\u0020T\u0068\u0065\u0020\u0050o\u0073\u0074S\u0063\u0072\u0069\u0070\u0074\u0020\u006e\u0061\u006d\u0065\u0020\u006f\u0066\u0020\u0074\u0068\u0065\u0020\u0066\u006f\u006e\u0074\u002e")); +_dfc =true ;if _gfbb (){return _eeac ;};};};};if _afee !="\u0054\u0079\u0070e\u0031"{continue ;};_ecdc :=_caa .IsStdFont (_caa .StdFontName (_cbdg .BaseFont ()));if _ecdc {continue ;};_gbegf ,_ggce :=_aad .GetIntVal (_bafc .Get ("\u0046i\u0072\u0073\u0074\u0043\u0068\u0061r")); +if !_ggce &&!_aggce {_eeac =append (_eeac ,_fgdg ("\u0036.\u0033\u002e\u0032\u002d\u0034","\u0046\u0069r\u0073t\u0043\u0068\u0061\u0072\u0020\u002d\u0020\u0069\u006e\u0074\u0065\u0067\u0065\u0072\u0020\u002d\u0020\u0028\u0052\u0065\u0071\u0075i\u0072\u0065\u0064\u0020\u0065\u0078\u0063\u0065\u0070t\u0020\u0066\u006f\u0072\u0020\u0074h\u0065\u0020\u0073\u0074\u0061\u006e\u0064\u0061\u0072d\u0020\u0031\u0034\u0020\u0066\u006f\u006e\u0074\u0073\u0029\u0020\u0054\u0068\u0065\u0020\u0066\u0069\u0072\u0073\u0074\u0020\u0063\u0068\u0061\u0072\u0061\u0063\u0074\u0065\u0072\u0020\u0063\u006f\u0064e\u0020\u0064\u0065\u0066i\u006ee\u0064\u0020\u0069\u006e\u0020\u0074\u0068\u0065\u0020\u0066\u006f\u006e\u0074\u0027\u0073\u0020\u0057i\u0064\u0074\u0068\u0073 \u0061r\u0072\u0061y\u002e")); +_aggce =true ;if _gfbb (){return _eeac ;};};_ccff ,_fgebb :=_aad .GetIntVal (_bafc .Get ("\u004c\u0061\u0073\u0074\u0043\u0068\u0061\u0072"));if !_fgebb &&!_bcgc {_eeac =append (_eeac ,_fgdg ("\u0036.\u0033\u002e\u0032\u002d\u0035","\u004c\u0061\u0073t\u0043\u0068\u0061\u0072\u0020\u002d\u0020\u0069n\u0074\u0065\u0067e\u0072 \u002d\u0020\u0028\u0052\u0065\u0071u\u0069\u0072\u0065d\u0020\u0065\u0078\u0063\u0065\u0070\u0074\u0020\u0066\u006f\u0072\u0020t\u0068\u0065 s\u0074\u0061\u006e\u0064\u0061\u0072\u0064\u0020\u0031\u0034\u0020\u0066\u006f\u006ets\u0029\u0020\u0054\u0068\u0065\u0020\u006c\u0061\u0073t\u0020\u0063\u0068\u0061\u0072\u0061\u0063\u0074\u0065\u0072\u0020\u0063\u006f\u0064\u0065\u0020\u0064\u0065\u0066\u0069\u006e\u0065\u0064\u0020\u0069\u006e\u0020\u0074\u0068\u0065\u0020\u0066\u006f\u006e\u0074\u0027\u0073\u0020\u0057\u0069\u0064\u0074h\u0073\u0020\u0061\u0072\u0072\u0061\u0079\u002e")); +_bcgc =true ;if _gfbb (){return _eeac ;};};if !_acbg {_dfed ,_egfde :=_aad .GetArray (_bafc .Get ("\u0057\u0069\u0064\u0074\u0068\u0073"));if !_egfde ||!_ggce ||!_fgebb ||_dfed .Len ()!=_ccff -_gbegf +1{_eeac =append (_eeac ,_fgdg ("\u0036.\u0033\u002e\u0032\u002d\u0036","\u0057\u0069\u0064\u0074\u0068\u0073\u0020\u002d a\u0072\u0072\u0061y \u002d\u0020\u0028\u0052\u0065\u0071\u0075\u0069\u0072\u0065\u0064\u0020\u0065\u0078\u0063\u0065\u0070t\u0020\u0066\u006f\u0072\u0020\u0074\u0068\u0065\u0020\u0073\u0074a\u006e\u0064a\u0072\u0064\u00201\u0034\u0020\u0066\u006f\u006e\u0074\u0073\u003b\u0020\u0069\u006ed\u0069\u0072\u0065\u0063\u0074\u0020\u0072\u0065\u0066\u0065\u0072\u0065\u006e\u0063\u0065\u0020\u0070\u0072\u0065\u0066e\u0072\u0072e\u0064\u0029\u0020\u0041\u006e \u0061\u0072\u0072\u0061\u0079\u0020\u006f\u0066\u0020\u0028\u004c\u0061\u0073\u0074\u0043\u0068\u0061\u0072\u0020\u2212 F\u0069\u0072\u0073\u0074\u0043\u0068\u0061\u0072\u0020\u002b\u00201\u0029\u0020\u0077\u0069\u0064\u0074\u0068\u0073.")); +_acbg =true ;if _gfbb (){return _eeac ;};};};};};return _eeac ;}; -// Now is a function that returns current time. -Now func ()_ff .Time ; +// Profile3A is the implementation of the PDF/A-3A standard profile. +// Implements model.StandardImplementer, Profile interfaces. +type Profile3A struct{profile3 };func _dag (_eecc *_g .PdfPageResources ,_aeeb *_fgd .ContentStreamOperations ,_eaf bool )([]byte ,error ){var _eabg bool ;for _ ,_fegd :=range *_aeeb {_ecdd :switch _fegd .Operand {case "\u0042\u0049":_dfadf ,_caag :=_fegd .Params [0].(*_fgd .ContentStreamInlineImage ); +if !_caag {break ;};_afcb ,_cae :=_dfadf .GetColorSpace (_eecc );if _cae !=nil {return nil ,_cae ;};switch _afcb .(type ){case *_g .PdfColorspaceDeviceCMYK :if _eaf {break _ecdd ;};case *_g .PdfColorspaceDeviceGray :case *_g .PdfColorspaceDeviceRGB :if !_eaf {break _ecdd ; +};default:break _ecdd ;};_eabg =true ;_fbfb ,_cae :=_dfadf .ToImage (_eecc );if _cae !=nil {return nil ,_cae ;};_gadc ,_cae :=_fbfb .ToGoImage ();if _cae !=nil {return nil ,_cae ;};if _eaf {_gadc ,_cae =_fc .CMYKConverter .Convert (_gadc );}else {_gadc ,_cae =_fc .NRGBAConverter .Convert (_gadc ); +};if _cae !=nil {return nil ,_cae ;};_fedf ,_caag :=_gadc .(_fc .Image );if !_caag {return nil ,_a .New ("\u0069\u006d\u0061\u0067\u0065\u0020\u0064\u006f\u0065\u0073\u006e\u0027\u0074 \u0069\u006d\u0070\u006c\u0065\u006de\u006e\u0074\u0020\u0069\u006d\u0061\u0067\u0065\u0075\u0074\u0069\u006c\u002eI\u006d\u0061\u0067\u0065"); +};_eacg :=_fedf .Base ();_afe :=_g .Image {Width :int64 (_eacg .Width ),Height :int64 (_eacg .Height ),BitsPerComponent :int64 (_eacg .BitsPerComponent ),ColorComponents :_eacg .ColorComponents ,Data :_eacg .Data };_afe .SetDecode (_eacg .Decode );_afe .SetAlpha (_eacg .Alpha ); +_daca ,_cae :=_dfadf .GetEncoder ();if _cae !=nil {_daca =_aad .NewFlateEncoder ();};_edca ,_cae :=_fgd .NewInlineImageFromImage (_afe ,_daca );if _cae !=nil {return nil ,_cae ;};_fegd .Params [0]=_edca ;case "\u0047","\u0067":if len (_fegd .Params )!=1{break ; +};_fbb ,_bgcd :=_aad .GetNumberAsFloat (_fegd .Params [0]);if _bgcd !=nil {break ;};if _eaf {_fegd .Params =[]_aad .PdfObject {_aad .MakeFloat (0),_aad .MakeFloat (0),_aad .MakeFloat (0),_aad .MakeFloat (1-_fbb )};_ced :="\u004b";if _fegd .Operand =="\u0067"{_ced ="\u006b"; +};_fegd .Operand =_ced ;}else {_fegd .Params =[]_aad .PdfObject {_aad .MakeFloat (_fbb ),_aad .MakeFloat (_fbb ),_aad .MakeFloat (_fbb )};_ecag :="\u0052\u0047";if _fegd .Operand =="\u0067"{_ecag ="\u0072\u0067";};_fegd .Operand =_ecag ;};_eabg =true ; +case "\u0052\u0047","\u0072\u0067":if !_eaf {break ;};if len (_fegd .Params )!=3{break ;};_agec ,_egddf :=_aad .GetNumbersAsFloat (_fegd .Params );if _egddf !=nil {break ;};_eabg =true ;_ggge ,_dfdb ,_cbed :=_agec [0],_agec [1],_agec [2];_affd ,_aaef ,_cbeg ,_ecfc :=_cg .RGBToCMYK (uint8 (_ggge *255),uint8 (_dfdb *255),uint8 (255*_cbed )); +_fegd .Params =[]_aad .PdfObject {_aad .MakeFloat (float64 (_affd )/255),_aad .MakeFloat (float64 (_aaef )/255),_aad .MakeFloat (float64 (_cbeg )/255),_aad .MakeFloat (float64 (_ecfc )/255)};_dcac :="\u004b";if _fegd .Operand =="\u0072\u0067"{_dcac ="\u006b"; +};_fegd .Operand =_dcac ;case "\u004b","\u006b":if _eaf {break ;};if len (_fegd .Params )!=4{break ;};_gdcf ,_aedf :=_aad .GetNumbersAsFloat (_fegd .Params );if _aedf !=nil {break ;};_bgac ,_aegcb ,_fffg ,_bdfe :=_gdcf [0],_gdcf [1],_gdcf [2],_gdcf [3]; +_adga ,_bda ,_cdgg :=_cg .CMYKToRGB (uint8 (255*_bgac ),uint8 (255*_aegcb ),uint8 (255*_fffg ),uint8 (255*_bdfe ));_fegd .Params =[]_aad .PdfObject {_aad .MakeFloat (float64 (_adga )/255),_aad .MakeFloat (float64 (_bda )/255),_aad .MakeFloat (float64 (_cdgg )/255)}; +_efg :="\u0052\u0047";if _fegd .Operand =="\u006b"{_efg ="\u0072\u0067";};_fegd .Operand =_efg ;_eabg =true ;};};if !_eabg {return nil ,nil ;};_egec :=_fgd .NewContentCreator ();for _ ,_fbff :=range *_aeeb {_egec .AddOperand (*_fbff );};_dgga :=_egec .Bytes (); +return _dgga ,nil ;};func _fe ()standardType {return standardType {_bc :2,_fa :"\u0042"}};func _gced (_cbc *_g .PdfFont ,_ffgd *_aad .PdfObjectDictionary )ViolatedRule {const (_ccgb ="\u0036.\u0033\u002e\u0037\u002d\u0032";_gfgdd ="\u0041l\u006c\u0020\u0073\u0079\u006d\u0062\u006f\u006c\u0069\u0063\u0020\u0054\u0072u\u0065\u0054\u0079p\u0065\u0020\u0066\u006f\u006e\u0074s\u0020\u0073h\u0061\u006c\u006c\u0020\u006e\u006f\u0074\u0020\u0073\u0070\u0065\u0063\u0069\u0066\u0079\u0020\u0061\u006e\u0020\u0045\u006e\u0063\u006f\u0064\u0069\u006e\u0067\u0020\u0065n\u0074\u0072\u0079\u0020\u0069n\u0020\u0074\u0068e\u0020\u0066\u006f\u006e\u0074 \u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u002e"; +);var _dgedg string ;if _feefe ,_fafd :=_aad .GetName (_ffgd .Get ("\u0053u\u0062\u0074\u0079\u0070\u0065"));_fafd {_dgedg =_feefe .String ();};if _dgedg !="\u0054\u0072\u0075\u0065\u0054\u0079\u0070\u0065"{return _fbc ;};_cfce :=_cbc .FontDescriptor (); +_fbgcc ,_faec :=_aad .GetIntVal (_cfce .Flags );if !_faec {_be .Log .Debug ("\u0066\u006c\u0061\u0067\u0073 \u006e\u006f\u0074\u0020\u0064\u0065\u0066\u0069\u006e\u0065\u0064\u0020\u0066o\u0072\u0020\u0074\u0068\u0065\u0020\u0066\u006f\u006e\u0074\u0020\u0064\u0065\u0073\u0063\u0072\u0069\u0070\u0074\u006f\u0072"); +return _fgdg (_ccgb ,_gfgdd );};_acdcd :=(uint32 (_fbgcc )>>3)&1;_faadb :=_acdcd !=0;if !_faadb {return _fbc ;};if _ffgd .Get ("\u0045\u006e\u0063\u006f\u0064\u0069\u006e\u0067")!=nil {return _fgdg (_ccgb ,_gfgdd );};return _fbc ;};func _dfbfg (_gbcgf *_g .CompliancePdfReader )ViolatedRule {for _ ,_bfee :=range _gbcgf .GetObjectNums (){_bfcg ,_faac :=_gbcgf .GetIndirectObjectByNumber (_bfee ); +if _faac !=nil {continue ;};_gdea ,_dfef :=_aad .GetStream (_bfcg );if !_dfef {continue ;};_cgfb ,_dfef :=_aad .GetName (_gdea .Get ("\u0054\u0079\u0070\u0065"));if !_dfef {continue ;};if *_cgfb !="\u0058O\u0062\u006a\u0065\u0063\u0074"{continue ;};if _gdea .Get ("\u0053\u004d\u0061s\u006b")!=nil {return _fgdg ("\u0036\u002e\u0034-\u0032","\u0041\u006e\u0020\u0058\u004f\u0062\u006a\u0065\u0063\u0074\u0020\u0064\u0069\u0063\u0074i\u006f\u006e\u0061\u0072\u0079\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u006eo\u0074\u0020\u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0020\u0074\u0068e \u0053\u004d\u0061\u0073\u006b\u0020\u006b\u0065\u0079\u002e"); +};};return _fbc ;};func _gdfde (_fdgb *_aad .PdfObjectDictionary ,_cgagb map[*_aad .PdfObjectStream ][]byte ,_dbead map[*_aad .PdfObjectStream ]*_bf .CMap )ViolatedRule {const (_bgee ="\u0036\u002e\u0032\u002e\u0031\u0031\u002e\u0037\u002d\u0031";_cfafb ="\u0054\u0068\u0065\u0020\u0066\u006f\u006e\u0074\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006ea\u0072\u0079\u0020\u0073\u0068\u0061\u006cl\u0020\u0069\u006e\u0063l\u0075\u0064e\u0020\u0061 \u0054\u006f\u0055\u006e\u0069\u0063\u006f\u0064\u0065\u0020\u0065\u006e\u0074\u0072\u0079\u0020w\u0068\u006f\u0073\u0065\u0020\u0076\u0061\u006c\u0075\u0065\u0020\u0069\u0073 \u0061\u0020\u0043M\u0061\u0070\u0020\u0073\u0074\u0072\u0065\u0061\u006d \u006f\u0062\u006a\u0065\u0063\u0074\u0020\u0074\u0068\u0061\u0074\u0020\u006d\u0061p\u0073\u0020\u0063\u0068\u0061\u0072ac\u0074\u0065\u0072\u0020\u0063\u006fd\u0065s\u0020\u0074\u006f\u0020\u0055\u006e\u0069\u0063\u006f\u0064e \u0076a\u006c\u0075\u0065\u0073,\u0020\u0061\u0073\u0020\u0064\u0065\u0073\u0063r\u0069\u0062\u0065\u0064\u0020\u0069\u006e\u0020P\u0044\u0046\u0020\u0052\u0065f\u0065\u0072\u0065\u006e\u0063\u0065\u0020\u0035.\u0039\u002c\u0020\u0075\u006e\u006ce\u0073\u0073\u0020\u0074\u0068\u0065\u0020\u0066\u006f\u006e\u0074\u0020\u006d\u0065\u0065\u0074\u0073 \u0061\u006e\u0079\u0020\u006f\u0066\u0020\u0074\u0068\u0065\u0020\u0066\u006f\u006c\u006c\u006f\u0077\u0069\u006e\u0067\u0020\u0074\u0068\u0072\u0065\u0065\u0020\u0063\u006f\u006e\u0064\u0069\u0074\u0069\u006f\u006e\u0073\u003a\u000a\u0020\u002d\u0020\u0066o\u006e\u0074\u0073\u0020\u0074\u0068\u0061\u0074\u0020\u0075\u0073\u0065\u0020\u0074\u0068\u0065\u0020\u0070\u0072\u0065\u0064\u0065\u0066\u0069\u006e\u0065\u0064\u0020\u0065\u006e\u0063\u006f\u0064\u0069n\u0067\u0073\u0020M\u0061\u0063\u0052o\u006d\u0061\u006e\u0045\u006e\u0063\u006f\u0064\u0069\u006e\u0067\u002c\u0020\u004d\u0061\u0063\u0045\u0078\u0070\u0065\u0072\u0074E\u006e\u0063\u006f\u0064\u0069\u006e\u0067\u0020\u006f\u0072\u0020\u0057\u0069\u006e\u0041n\u0073\u0069\u0045\u006e\u0063\u006f\u0064\u0069\u006e\u0067\u002c\u0020\u006f\u0072\u0020\u0074\u0068\u0061\u0074\u0020\u0075\u0073\u0065\u0020t\u0068\u0065\u0020\u0070\u0072\u0065d\u0065\u0066\u0069\u006e\u0065\u0064\u0020\u0049\u0064\u0065\u006e\u0074\u0069\u0074\u0079\u002d\u0048\u0020\u006f\u0072\u0020\u0049\u0064\u0065n\u0074\u0069\u0074\u0079\u002d\u0056\u0020C\u004d\u0061\u0070s\u003b\u000a\u0020\u002d\u0020\u0054\u0079\u0070\u0065\u0020\u0031\u0020\u0066\u006f\u006e\u0074\u0073\u0020\u0077\u0068\u006f\u0073\u0065\u0020\u0063\u0068\u0061\u0072\u0061\u0063\u0074\u0065\u0072\u0020\u006e\u0061\u006d\u0065\u0073\u0020a\u0072\u0065 \u0074\u0061k\u0065\u006e\u0020\u0066\u0072\u006f\u006d\u0020\u0074\u0068\u0065\u0020\u0041\u0064\u006f\u0062\u0065\u0020\u0073\u0074\u0061n\u0064\u0061\u0072\u0064\u0020L\u0061t\u0069\u006e\u0020\u0063\u0068a\u0072\u0061\u0063\u0074\u0065\u0072\u0020\u0073\u0065\u0074\u0020\u006fr\u0020\u0074\u0068\u0065 \u0073\u0065\u0074\u0020\u006f\u0066 \u006e\u0061\u006d\u0065\u0064\u0020\u0063\u0068\u0061\u0072\u0061\u0063\u0074\u0065r\u0073\u0020\u0069\u006e\u0020\u0074\u0068\u0065\u0020\u0053\u0079\u006d\u0062\u006f\u006c\u0020\u0066\u006f\u006e\u0074\u002c\u0020\u0061\u0073\u0020\u0064\u0065\u0066\u0069\u006e\u0065\u0064\u0020i\u006e\u0020\u0050\u0044\u0046 \u0052\u0065\u0066\u0065\u0072\u0065\u006e\u0063\u0065\u0020\u0041\u0070\u0070\u0065\u006e\u0064\u0069\u0078 \u0044\u003b\u000a\u0020\u002d\u0020\u0054\u0079\u0070\u0065\u0020\u0030\u0020\u0066\u006f\u006e\u0074\u0073\u0020w\u0068\u006f\u0073e\u0020d\u0065\u0073\u0063\u0065n\u0064\u0061\u006e\u0074 \u0043\u0049\u0044\u0046\u006f\u006e\u0074\u0020\u0075\u0073\u0065\u0073\u0020\u0074\u0068\u0065\u0020\u0041\u0064\u006f\u0062\u0065\u002d\u0047B\u0031\u002c\u0020\u0041\u0064\u006fb\u0065\u002d\u0043\u004e\u0053\u0031\u002c\u0020\u0041\u0064\u006f\u0062\u0065\u002d\u004a\u0061\u0070\u0061\u006e\u0031\u0020\u006f\u0072\u0020\u0041\u0064\u006f\u0062\u0065\u002d\u004b\u006fr\u0065\u0061\u0031\u0020\u0063\u0068\u0061r\u0061\u0063\u0074\u0065\u0072\u0020\u0063\u006f\u006c\u006c\u0065\u0063\u0074\u0069\u006f\u006e\u0073\u002e"; +);_ggef ,_fcaaf :=_aad .GetStream (_fdgb .Get ("\u0054o\u0055\u006e\u0069\u0063\u006f\u0064e"));if _fcaaf {_ ,_cfde :=_gfada (_ggef ,_cgagb ,_dbead );if _cfde !=nil {return _fgdg (_bgee ,_cfafb );};return _fbc ;};_cfbd ,_fcaaf :=_aad .GetName (_fdgb .Get ("\u0053u\u0062\u0074\u0079\u0070\u0065")); +if !_fcaaf {return _fgdg (_bgee ,_cfafb );};switch _cfbd .String (){case "\u0054\u0079\u0070e\u0031":return _fbc ;};return _fgdg (_bgee ,_cfafb );};func _afg (_dgbd *_g .CompliancePdfReader )[]ViolatedRule {return nil };func _gbfgb (_febbd *_g .CompliancePdfReader )(_fegb []ViolatedRule ){var _daab ,_acde ,_gcff ,_dbfdd ,_cggba ,_aedd bool ; +_egac :=map[*_aad .PdfObjectStream ]struct{}{};for _ ,_ddcc :=range _febbd .GetObjectNums (){if _daab &&_acde &&_cggba &&_gcff &&_dbfdd &&_aedd {return _fegb ;};_febe ,_ddfd :=_febbd .GetIndirectObjectByNumber (_ddcc );if _ddfd !=nil {continue ;};_deeg ,_gdfd :=_aad .GetStream (_febe ); +if !_gdfd {continue ;};if _ ,_gdfd =_egac [_deeg ];_gdfd {continue ;};_egac [_deeg ]=struct{}{};_geea ,_gdfd :=_aad .GetName (_deeg .Get ("\u0053u\u0062\u0054\u0079\u0070\u0065"));if !_gdfd {continue ;};if !_dbfdd {if _deeg .Get ("\u0052\u0065\u0066")!=nil {_fegb =append (_fegb ,_fgdg ("\u0036.\u0032\u002e\u0036\u002d\u0031","\u0041\u0020\u0063\u006f\u006e\u0066\u006f\u0072\u006d\u0069\u006e\u0067\u0020\u0066\u0069\u006c\u0065\u0020\u0073\u0068a\u006c\u006c\u0020\u006e\u006f\u0074\u0020\u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0020\u0061\u006e\u0079\u0020\u0072\u0065\u0066\u0065\u0072\u0065\u006e\u0063\u0065\u0020\u0058O\u0062\u006a\u0065\u0063\u0074s\u002e")); +_dbfdd =true ;};};if _geea .String ()=="\u0050\u0053"{if !_aedd {_fegb =append (_fegb ,_fgdg ("\u0036.\u0032\u002e\u0037\u002d\u0031","A \u0063\u006fn\u0066\u006f\u0072\u006d\u0069\u006e\u0067\u0020\u0066i\u006c\u0065\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u006e\u006f\u0074\u0020\u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0020\u0061\u006e\u0079\u0020\u0050\u006f\u0073t\u0053c\u0072\u0069\u0070\u0074\u0020\u0058\u004f\u0062j\u0065c\u0074\u0073.")); +_aedd =true ;continue ;};};if _geea .String ()=="\u0046\u006f\u0072\u006d"{if _acde &&_gcff &&_dbfdd {continue ;};if !_acde &&_deeg .Get ("\u004f\u0050\u0049")!=nil {_fegb =append (_fegb ,_fgdg ("\u0036.\u0032\u002e\u0034\u002d\u0032","\u0041\u006e\u0020\u0058\u004f\u0062\u006a\u0065\u0063\u0074\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072y\u0020\u0028\u0049\u006d\u0061\u0067\u0065\u0020\u006f\u0072\u0020\u0046\u006f\u0072\u006d\u0029\u0020\u0073\u0068\u0061\u006cl\u0020\u006e\u006f\u0074\u0020\u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0020\u0074h\u0065\u0020\u004fP\u0049\u0020\u006b\u0065\u0079\u002e")); +_acde =true ;};if !_gcff {if _deeg .Get ("\u0050\u0053")!=nil {_gcff =true ;};if _ffcf :=_deeg .Get ("\u0053\u0075\u0062\u0074\u0079\u0070\u0065\u0032");_ffcf !=nil &&!_gcff {if _cgdg ,_fddc :=_aad .GetName (_ffcf );_fddc &&*_cgdg =="\u0050\u0053"{_gcff =true ; +};};if _gcff {_fegb =append (_fegb ,_fgdg ("\u0036.\u0032\u002e\u0035\u002d\u0031","A\u0020\u0066\u006fr\u006d\u0020\u0058\u004f\u0062\u006a\u0065\u0063\u0074\u0020\u0064\u0069\u0063\u0074\u0069o\u006e\u0061\u0072\u0079\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u006e\u006ft\u0020\u0063\u006f\u006e\u0074\u0061\u0069\u006e \u0074\u0068\u0065\u0020\u0053\u0075\u0062\u0074\u0079\u0070\u0065\u0032\u0020\u006b\u0065\u0079 \u0077\u0069\u0074\u0068\u0020a\u0020\u0076\u0061\u006c\u0075\u0065\u0020\u006f\u0066\u0020\u0050\u0053\u0020o\u0072\u0020\u0074\u0068e\u0020\u0050\u0053\u0020\u006b\u0065\u0079\u002e")); +};};continue ;};if _geea .String ()!="\u0049\u006d\u0061g\u0065"{continue ;};if !_daab &&_deeg .Get ("\u0041\u006c\u0074\u0065\u0072\u006e\u0061\u0074\u0065\u0073")!=nil {_fegb =append (_fegb ,_fgdg ("\u0036.\u0032\u002e\u0034\u002d\u0031","\u0041\u006e\u0020\u0049m\u0061\u0067\u0065\u0020\u0064\u0069\u0063\u0074\u0069o\u006e\u0061\u0072\u0079\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u006e\u006f\u0074\u0020\u0063\u006f\u006et\u0061\u0069\u006e\u0020\u0074h\u0065\u0020\u0041\u006c\u0074\u0065\u0072\u006e\u0061\u0074\u0065\u0073\u0020\u006b\u0065\u0079\u002e")); +_daab =true ;};if !_cggba &&_deeg .Get ("I\u006e\u0074\u0065\u0072\u0070\u006f\u006c\u0061\u0074\u0065")!=nil {_ffbe ,_dgee :=_aad .GetBool (_deeg .Get ("I\u006e\u0074\u0065\u0072\u0070\u006f\u006c\u0061\u0074\u0065"));if _dgee &&bool (*_ffbe ){continue ; +};_fegb =append (_fegb ,_fgdg ("\u0036.\u0032\u002e\u0034\u002d\u0033","\u0049\u0066 a\u006e\u0020\u0049\u006d\u0061\u0067\u0065\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u0020\u0063o\u006e\u0074\u0061\u0069n\u0073\u0020\u0074\u0068e \u0049\u006et\u0065r\u0070\u006f\u006c\u0061\u0074\u0065 \u006b\u0065\u0079,\u0020\u0069t\u0073\u0020\u0076\u0061\u006c\u0075\u0065\u0020\u0073\u0068\u0061\u006c\u006c\u0020b\u0065\u0020\u0066\u0061\u006c\u0073\u0065\u002e")); +_cggba =true ;};};return _fegb ;};func _gagf (_dcacc *_g .CompliancePdfReader )(_bebb []ViolatedRule ){_eaec ,_fbfba :=_dagg (_dcacc );if !_fbfba {return _bebb ;};_gceb ,_fbfba :=_aad .GetDict (_eaec .Get ("\u0050\u0065\u0072m\u0073"));if !_fbfba {return _bebb ; +};_fdadc :=_gceb .Keys ();for _ ,_egad :=range _fdadc {if _egad .String ()!="\u0055\u0052\u0033"&&_egad .String ()!="\u0044\u006f\u0063\u004d\u0044\u0050"{_bebb =append (_bebb ,_fgdg ("\u0036\u002e\u0031\u002e\u0031\u0032\u002d\u0031","\u004e\u006f\u0020\u006b\u0065\u0079\u0073 \u006f\u0074\u0068\u0065\u0072\u0020\u0074\u0068\u0061\u006e\u0020\u0055\u0052\u0033 \u0061n\u0064\u0020\u0044\u006f\u0063\u004dD\u0050\u0020\u0073\u0068\u0061\u006c\u006c \u0062\u0065\u0020\u0070\u0072\u0065\u0073\u0065\u006e\u0074\u0020\u0069\u006e\u0020\u0061\u0020\u0070\u0065\u0072\u006d\u0069\u0073\u0073i\u006f\u006e\u0073\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072y\u002e")); +};};return _bebb ;};func _cfbc (_eebca *_g .CompliancePdfReader )(_efebc []ViolatedRule ){_bedc :=_eebca .GetObjectNums ();for _ ,_aegdda :=range _bedc {_cbad ,_bedef :=_eebca .GetIndirectObjectByNumber (_aegdda );if _bedef !=nil {continue ;};_feegd ,_eabeb :=_aad .GetDict (_cbad ); +if !_eabeb {continue ;};_ecfg ,_eabeb :=_aad .GetName (_feegd .Get ("\u0054\u0079\u0070\u0065"));if !_eabeb {continue ;};if _ecfg .String ()!="\u0046\u0069\u006c\u0065\u0073\u0070\u0065\u0063"{continue ;};_bggf ,_bedef :=_g .NewPdfFilespecFromObj (_feegd ); +if _bedef !=nil {continue ;};if _bggf .EF !=nil {if _bggf .F ==nil ||_bggf .UF ==nil {_efebc =append (_efebc ,_fgdg ("\u0036\u002e\u0038-\u0032","\u0054h\u0065\u0020\u0066\u0069\u006c\u0065\u0020\u0073\u0070\u0065\u0063\u0069\u0066i\u0063\u0061\u0074i\u006f\u006e\u0020\u0064\u0069\u0063t\u0069\u006fn\u0061\u0072\u0079\u0020\u0066\u006f\u0072\u0020\u0061\u006e\u0020\u0065\u006d\u0062\u0065\u0064\u0064\u0065\u0064\u0020\u0066\u0069\u006c\u0065\u0020\u0073\u0068\u0061\u006cl\u0020\u0063\u006f\u006e\u0074a\u0069\u006e\u0020t\u0068\u0065\u0020\u0046\u0020a\u006e\u0064\u0020\u0055\u0046\u0020\u006b\u0065\u0079\u0073\u002e")); +break ;};if _bggf .AFRelationship ==nil {_efebc =append (_efebc ,_fgdg ("\u0036\u002e\u0038-\u0033","\u0049\u006e\u0020\u006f\u0072d\u0065\u0072\u0020\u0074\u006f\u0020\u0065\u006e\u0061\u0062\u006c\u0065\u0020i\u0064\u0065nt\u0069\u0066\u0069c\u0061\u0074\u0069o\u006e\u0020\u006f\u0066\u0020\u0074\u0068\u0065\u0020\u0072\u0065\u006c\u0061\u0074\u0069\u006f\u006e\u0073h\u0069\u0070\u0020\u0062\u0065\u0074\u0077\u0065\u0065\u006e\u0020\u0074\u0068\u0065\u0020fi\u006ce\u0020\u0073\u0070\u0065\u0063\u0069f\u0069c\u0061\u0074\u0069o\u006e\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u0020\u0061\u006e\u0064\u0020\u0074\u0068\u0065\u0020c\u006f\u006e\u0074e\u006e\u0074\u0020\u0074\u0068\u0061\u0074\u0020\u0069\u0073\u0020\u0072\u0065\u0066\u0065\u0072\u0072\u0069\u006e\u0067\u0020\u0074\u006f\u0020\u0069\u0074\u002c\u0020\u0061\u0020\u006e\u0065\u0077\u0020(\u0072\u0065\u0071\u0075i\u0072\u0065\u0064\u0029\u0020\u006be\u0079\u0020h\u0061\u0073\u0020\u0062e\u0065\u006e\u0020\u0064\u0065\u0066i\u006e\u0065\u0064\u0020a\u006e\u0064\u0020\u0069\u0074s \u0070\u0072e\u0073\u0065n\u0063\u0065\u0020\u0028\u0069\u006e\u0020\u0074\u0068e\u0020\u0064\u0069\u0063\u0074i\u006f\u006e\u0061\u0072\u0079\u0029\u0020\u0069\u0073\u0020\u0072\u0065q\u0075\u0069\u0072e\u0064\u002e")); +break ;};};};return _efebc ;};func (_ec *documentImages )hasOnlyDeviceGray ()bool {return _ec ._dcf &&!_ec ._fba &&!_ec ._dcc };func _dagf (_cgd *_ad .Document )error {_fffc ,_bddc :=_cgd .GetPages ();if !_bddc {return nil ;};for _ ,_bcdc :=range _fffc {_dbae :=_bcdc .FindXObjectForms (); +for _ ,_daae :=range _dbae {_bdab ,_abea :=_aad .GetDict (_daae .Get ("\u0047\u0072\u006fu\u0070"));if _abea {if _gded :=_bdab .Get ("\u0053");_gded !=nil {_egda ,_dgda :=_aad .GetName (_gded );if _dgda &&_egda .String ()=="\u0054\u0072\u0061n\u0073\u0070\u0061\u0072\u0065\u006e\u0063\u0079"{_daae .Remove ("\u0047\u0072\u006fu\u0070"); +};};};};_ccg ,_fcd :=_bcdc .GetResourcesXObject ();if _fcd {_deff ,_edagf :=_aad .GetDict (_ccg .Get ("\u0047\u0072\u006fu\u0070"));if _edagf {_bbfb :=_deff .Get ("\u0053");if _bbfb !=nil {_feea ,_egdc :=_aad .GetName (_bbfb );if _egdc &&_feea .String ()=="\u0054\u0072\u0061n\u0073\u0070\u0061\u0072\u0065\u006e\u0063\u0079"{_ccg .Remove ("\u0047\u0072\u006fu\u0070"); +};};};};_cgcf ,_ecda :=_aad .GetDict (_bcdc .Object .Get ("\u0047\u0072\u006fu\u0070"));if _ecda {_geb :=_cgcf .Get ("\u0053");if _geb !=nil {_gdef ,_aebg :=_aad .GetName (_geb );if _aebg &&_gdef .String ()=="\u0054\u0072\u0061n\u0073\u0070\u0061\u0072\u0065\u006e\u0063\u0079"{_bcdc .Object .Remove ("\u0047\u0072\u006fu\u0070"); +};};};};return nil ;};func _gf (_eab *_ad .Document )error {_da :=func (_bbf *_aad .PdfObjectDictionary )error {if _aae :=_bbf .Get ("\u0053\u004d\u0061s\u006b");_aae !=nil {_bbf .Set ("\u0053\u004d\u0061s\u006b",_aad .MakeName ("\u004e\u006f\u006e\u0065")); +};_bea :=_bbf .Get ("\u0043\u0041");if _bea !=nil {_ccb ,_dac :=_aad .GetNumberAsFloat (_bea );if _dac !=nil {_be .Log .Debug ("\u0045x\u0074\u0047S\u0074\u0061\u0074\u0065 \u006f\u0062\u006ae\u0063\u0074\u0020\u0043\u0041\u0020\u0076\u0061\u006cue\u0020\u0069\u0073 \u006e\u006ft\u0020\u0061\u0020\u0066\u006c\u006fa\u0074\u003a \u0025\u0076",_dac ); +_ccb =0;};if _ccb !=1.0{_bbf .Set ("\u0043\u0041",_aad .MakeFloat (1.0));};};_bea =_bbf .Get ("\u0063\u0061");if _bea !=nil {_dgf ,_cde :=_aad .GetNumberAsFloat (_bea );if _cde !=nil {_be .Log .Debug ("\u0045\u0078t\u0047\u0053\u0074\u0061\u0074\u0065\u0020\u006f\u0062\u006a\u0065\u0063\u0074\u0020\u0027\u0063\u0061\u0027\u0020\u0076\u0061\u006c\u0075\u0065\u0020\u0069\u0073\u0020\u006e\u006f\u0074\u0020\u0061\u0020\u0066\u006c\u006f\u0061\u0074\u003a\u0020\u0025\u0076",_cde ); +_dgf =0;};if _dgf !=1.0{_bbf .Set ("\u0063\u0061",_aad .MakeFloat (1.0));};};_de :=_bbf .Get ("\u0042\u004d");if _de !=nil {_gce ,_bfa :=_aad .GetName (_de );if !_bfa {_be .Log .Debug ("E\u0078\u0074\u0047\u0053\u0074\u0061t\u0065\u0020\u006f\u0062\u006a\u0065c\u0074\u0020\u0027\u0042\u004d\u0027\u0020i\u0073\u0020\u006e\u006f\u0074\u0020\u0061\u0020\u004e\u0061m\u0065"); +_gce =_aad .MakeName ("");};_gbc :=_gce .String ();switch _gbc {case "\u004e\u006f\u0072\u006d\u0061\u006c","\u0043\u006f\u006d\u0070\u0061\u0074\u0069\u0062\u006c\u0065":default:_bbf .Set ("\u0042\u004d",_aad .MakeName ("\u004e\u006f\u0072\u006d\u0061\u006c")); +};};_ebd :=_bbf .Get ("\u0054\u0052");if _ebd !=nil {_be .Log .Debug ("\u0045\u0078\u0074\u0047\u0053\u0074\u0061\u0074\u0065\u0020\u006f\u0062\u006a\u0065\u0063t\u0020c\u006f\u006e\u0074\u0061\u0069\u006e\u0073\u0020\u0054\u0052\u0020\u006b\u0065\u0079"); +_bbf .Remove ("\u0054\u0052");};_dfd :=_bbf .Get ("\u0054\u0052\u0032");if _dfd !=nil {_ace :=_dfd .String ();if _ace !="\u0044e\u0066\u0061\u0075\u006c\u0074"{_be .Log .Debug ("\u0045x\u0074\u0047\u0053\u0074\u0061\u0074\u0065 o\u0062\u006a\u0065\u0063\u0074\u0020\u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0073 \u0054\u00522\u0020\u006b\u0065y\u0020\u0077\u0069\u0074\u0068\u0020\u0076\u0061\u006c\u0075\u0065\u0020\u006f\u0074\u0068\u0065r\u0020\u0074ha\u006e\u0020\u0044e\u0066\u0061\u0075\u006c\u0074"); +_bbf .Set ("\u0054\u0052\u0032",_aad .MakeName ("\u0044e\u0066\u0061\u0075\u006c\u0074"));};};return nil ;};_gbd ,_ddd :=_eab .GetPages ();if !_ddd {return nil ;};for _ ,_cgb :=range _gbd {_bfb ,_gcgb :=_cgb .GetResources ();if !_gcgb {continue ;};_egd ,_cca :=_aad .GetDict (_bfb .Get ("\u0045x\u0074\u0047\u0053\u0074\u0061\u0074e")); +if !_cca {return nil ;};_cad :=_egd .Keys ();for _ ,_aeff :=range _cad {_gfd ,_eec :=_aad .GetDict (_egd .Get (_aeff ));if !_eec {continue ;};_ffd :=_da (_gfd );if _ffd !=nil {continue ;};};};for _ ,_afd :=range _gbd {_aefb ,_abg :=_afd .GetContents (); +if !_abg {return nil ;};for _ ,_eca :=range _aefb {_feb ,_ce :=_eca .GetData ();if _ce !=nil {continue ;};_ecf :=_fgd .NewContentStreamParser (string (_feb ));_eea ,_ce :=_ecf .Parse ();if _ce !=nil {continue ;};for _ ,_bgeb :=range *_eea {if len (_bgeb .Params )==0{continue ; +};_ ,_fgc :=_aad .GetName (_bgeb .Params [0]);if !_fgc {continue ;};_badc ,_dca :=_afd .GetResourcesXObject ();if !_dca {continue ;};for _ ,_ffdd :=range _badc .Keys (){_dbe ,_bbe :=_aad .GetStream (_badc .Get (_ffdd ));if !_bbe {continue ;};_deaf ,_bbe :=_aad .GetDict (_dbe .Get ("\u0052e\u0073\u006f\u0075\u0072\u0063\u0065s")); +if !_bbe {continue ;};_aade ,_bbe :=_aad .GetDict (_deaf .Get ("\u0045x\u0074\u0047\u0053\u0074\u0061\u0074e"));if !_bbe {continue ;};for _ ,_fed :=range _aade .Keys (){_gbb ,_ggad :=_aad .GetDict (_aade .Get (_fed ));if !_ggad {continue ;};_bgg :=_da (_gbb ); +if _bgg !=nil {continue ;};};};};};};return nil ;};func _dged (_gefb *_ad .Document )error {_fbdg ,_fgeb :=_gefb .FindCatalog ();if !_fgeb {return _a .New ("\u0063\u0061\u0074\u0061\u006c\u006f\u0067\u0020\u006e\u006f\u0074\u0020f\u006f\u0075\u006e\u0064"); +};if _fbdg .Object .Get ("\u0052\u0065\u0071u\u0069\u0072\u0065\u006d\u0065\u006e\u0074\u0073")!=nil {_fbdg .Object .Remove ("\u0052\u0065\u0071u\u0069\u0072\u0065\u006d\u0065\u006e\u0074\u0073");};return nil ;}; -// Xmp is the xmp options information. -Xmp XmpOptions ;};func _gdfegg (_edggd *_ae .CompliancePdfReader )(_bdfaed []ViolatedRule ){_aaba ,_gcfg :=_debed (_edggd );if !_gcfg {return _bdfaed ;};_caacf ,_gcfg :=_geb .GetDict (_aaba .Get ("\u0050\u0065\u0072m\u0073"));if !_gcfg {return _bdfaed ; -};_dgfe :=_caacf .Keys ();for _ ,_cgdc :=range _dgfe {if _cgdc .String ()!="\u0055\u0052\u0033"&&_cgdc .String ()!="\u0044\u006f\u0063\u004d\u0044\u0050"{_bdfaed =append (_bdfaed ,_eef ("\u0036\u002e\u0031\u002e\u0031\u0032\u002d\u0031","\u004e\u006f\u0020\u006b\u0065\u0079\u0073 \u006f\u0074\u0068\u0065\u0072\u0020\u0074\u0068\u0061\u006e\u0020\u0055\u0052\u0033 \u0061n\u0064\u0020\u0044\u006f\u0063\u004dD\u0050\u0020\u0073\u0068\u0061\u006c\u006c \u0062\u0065\u0020\u0070\u0072\u0065\u0073\u0065\u006e\u0074\u0020\u0069\u006e\u0020\u0061\u0020\u0070\u0065\u0072\u006d\u0069\u0073\u0073i\u006f\u006e\u0073\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072y\u002e")); -};};return _bdfaed ;};func _bfdgc (_gccea *_ae .CompliancePdfReader )(_ebgf []ViolatedRule ){_cgcd :=_gccea .GetObjectNums ();for _ ,_accba :=range _cgcd {_eegeg ,_ffdfg :=_gccea .GetIndirectObjectByNumber (_accba );if _ffdfg !=nil {continue ;};_fegde ,_befbc :=_geb .GetDict (_eegeg ); -if !_befbc {continue ;};_fecag ,_befbc :=_geb .GetName (_fegde .Get ("\u0054\u0079\u0070\u0065"));if !_befbc {continue ;};if _fecag .String ()!="\u0046\u0069\u006c\u0065\u0073\u0070\u0065\u0063"{continue ;};_agda ,_ffdfg :=_ae .NewPdfFilespecFromObj (_fegde ); -if _ffdfg !=nil {continue ;};if _agda .EF !=nil {if _agda .F ==nil ||_agda .UF ==nil {_ebgf =append (_ebgf ,_eef ("\u0036\u002e\u0038-\u0032","\u0054h\u0065\u0020\u0066\u0069\u006c\u0065\u0020\u0073\u0070\u0065\u0063\u0069\u0066i\u0063\u0061\u0074i\u006f\u006e\u0020\u0064\u0069\u0063t\u0069\u006fn\u0061\u0072\u0079\u0020\u0066\u006f\u0072\u0020\u0061\u006e\u0020\u0065\u006d\u0062\u0065\u0064\u0064\u0065\u0064\u0020\u0066\u0069\u006c\u0065\u0020\u0073\u0068\u0061\u006cl\u0020\u0063\u006f\u006e\u0074a\u0069\u006e\u0020t\u0068\u0065\u0020\u0046\u0020a\u006e\u0064\u0020\u0055\u0046\u0020\u006b\u0065\u0079\u0073\u002e")); -break ;};if _agda .AFRelationship ==nil {_ebgf =append (_ebgf ,_eef ("\u0036\u002e\u0038-\u0033","\u0049\u006e\u0020\u006f\u0072d\u0065\u0072\u0020\u0074\u006f\u0020\u0065\u006e\u0061\u0062\u006c\u0065\u0020i\u0064\u0065nt\u0069\u0066\u0069c\u0061\u0074\u0069o\u006e\u0020\u006f\u0066\u0020\u0074\u0068\u0065\u0020\u0072\u0065\u006c\u0061\u0074\u0069\u006f\u006e\u0073h\u0069\u0070\u0020\u0062\u0065\u0074\u0077\u0065\u0065\u006e\u0020\u0074\u0068\u0065\u0020fi\u006ce\u0020\u0073\u0070\u0065\u0063\u0069f\u0069c\u0061\u0074\u0069o\u006e\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u0020\u0061\u006e\u0064\u0020\u0074\u0068\u0065\u0020c\u006f\u006e\u0074e\u006e\u0074\u0020\u0074\u0068\u0061\u0074\u0020\u0069\u0073\u0020\u0072\u0065\u0066\u0065\u0072\u0072\u0069\u006e\u0067\u0020\u0074\u006f\u0020\u0069\u0074\u002c\u0020\u0061\u0020\u006e\u0065\u0077\u0020(\u0072\u0065\u0071\u0075i\u0072\u0065\u0064\u0029\u0020\u006be\u0079\u0020h\u0061\u0073\u0020\u0062e\u0065\u006e\u0020\u0064\u0065\u0066i\u006e\u0065\u0064\u0020a\u006e\u0064\u0020\u0069\u0074s \u0070\u0072e\u0073\u0065n\u0063\u0065\u0020\u0028\u0069\u006e\u0020\u0074\u0068e\u0020\u0064\u0069\u0063\u0074i\u006f\u006e\u0061\u0072\u0079\u0029\u0020\u0069\u0073\u0020\u0072\u0065q\u0075\u0069\u0072e\u0064\u002e")); -break ;};_faga ,_gdegb :=_ae .NewEmbeddedFileFromObject (_agda .EF );if _gdegb !=nil {continue ;};if _db .ToLower (_faga .FileType )!="\u0061p\u0070l\u0069\u0063\u0061\u0074\u0069\u006f\u006e\u002f\u0070\u0064\u0066"{_ebgf =append (_ebgf ,_eef ("\u0036\u002e\u0038-\u0034","\u0041\u006c\u006c\u0020\u0065\u006d\u0062\u0065\u0064d\u0065\u0064 \u0066\u0069\u006c\u0065\u0073\u0020\u0073\u0068\u006fu\u006c\u0064\u0020\u0062e\u0020\u0061\u0020\u0050\u0044\u0046\u0020\u0066\u0069\u006c\u0065\u0020\u0074\u0068\u0061\u0074\u0020\u0063\u006f\u006e\u0066\u006f\u0072\u006d\u0020\u0074\u006f\u0020\u0050\u0044F\u002f\u0041\u002d1\u0020\u006f\u0072\u0020\u0050\u0044\u0046\u002f\u0041\u002d\u0032\u002e")); -break ;};};};return _ebgf ;};func _dfad (_gcb *_bag .Document ,_fbfg func ()_ff .Time )error {_dbf ,_gaf :=_ae .NewPdfInfoFromObject (_gcb .Info );if _gaf !=nil {return _gaf ;};if _abd :=_ebcb (_dbf ,_fbfg );_abd !=nil {return _abd ;};_gcb .Info =_dbf .ToPdfObject (); -return nil ;};func _eef (_bg string ,_ad string )ViolatedRule {return ViolatedRule {RuleNo :_bg ,Detail :_ad }};func _eb ()standardType {return standardType {_fgb :3,_ea :"\u0042"}}; +// StandardName gets the name of the standard. +func (_dafg *profile2 )StandardName ()string {return _b .Sprintf ("\u0050D\u0046\u002f\u0041\u002d\u0032\u0025s",_dafg ._cbebb ._fa );};func _fdeag (_dbac *_g .PdfInfo ,_bfbd *_bg .Document )bool {_aafc ,_ebfg :=_bfbd .GetPdfInfo ();if !_ebfg {return false ; +};if _aafc .InfoDict ==nil {return false ;};_cbdge ,_aecc :=_g .NewPdfInfoFromObject (_aafc .InfoDict );if _aecc !=nil {return false ;};if _dbac .Creator !=nil {if _cbdge .Creator ==nil ||_cbdge .Creator .String ()!=_dbac .Creator .String (){return false ; +};};if _dbac .CreationDate !=nil {if _cbdge .CreationDate ==nil ||!_cbdge .CreationDate .ToGoTime ().Equal (_dbac .CreationDate .ToGoTime ()){return false ;};};if _dbac .ModifiedDate !=nil {if _cbdge .ModifiedDate ==nil ||!_cbdge .ModifiedDate .ToGoTime ().Equal (_dbac .ModifiedDate .ToGoTime ()){return false ; +};};if _dbac .Producer !=nil {if _cbdge .Producer ==nil ||_cbdge .Producer .String ()!=_dbac .Producer .String (){return false ;};};if _dbac .Keywords !=nil {if _cbdge .Keywords ==nil ||_cbdge .Keywords .String ()!=_dbac .Keywords .String (){return false ; +};};if _dbac .Trapped !=nil {if _cbdge .Trapped ==nil {return false ;};switch _dbac .Trapped .String (){case "\u0054\u0072\u0075\u0065":if _cbdge .Trapped .String ()!="\u0054\u0072\u0075\u0065"{return false ;};case "\u0046\u0061\u006cs\u0065":if _cbdge .Trapped .String ()!="\u0046\u0061\u006cs\u0065"{return false ; +};default:if _cbdge .Trapped .String ()!="\u0046\u0061\u006cs\u0065"{return false ;};};};if _dbac .Title !=nil {if _cbdge .Title ==nil ||_cbdge .Title .String ()!=_dbac .Title .String (){return false ;};};if _dbac .Subject !=nil {if _cbdge .Subject ==nil ||_cbdge .Subject .String ()!=_dbac .Subject .String (){return false ; +};};return true ;};func _cbeb (_dfdbg *_ad .Document ,_effa *_ad .Page ,_gbdag []*_ad .Image )error {for _ ,_dgec :=range _gbdag {if _dgec .SMask ==nil {continue ;};_cdb ,_geg :=_g .NewXObjectImageFromStream (_dgec .Stream );if _geg !=nil {return _geg ; +};_bdbb ,_geg :=_cdb .ToImage ();if _geg !=nil {return _geg ;};_ddge ,_geg :=_bdbb .ToGoImage ();if _geg !=nil {return _geg ;};_eacga ,_geg :=_fc .RGBAConverter .Convert (_ddge );if _geg !=nil {return _geg ;};_fbbe :=_eacga .Base ();_gda :=&_g .Image {Width :int64 (_fbbe .Width ),Height :int64 (_fbbe .Height ),BitsPerComponent :int64 (_fbbe .BitsPerComponent ),ColorComponents :_fbbe .ColorComponents ,Data :_fbbe .Data }; +_gda .SetDecode (_fbbe .Decode );_gda .SetAlpha (_fbbe .Alpha );if _geg =_cdb .SetImage (_gda ,nil );_geg !=nil {return _geg ;};_cdb .SMask =_aad .MakeNull ();var _gec _aad .PdfObject ;_eabc :=-1;for _eabc ,_gec =range _dfdbg .Objects {if _gec ==_dgec .SMask .Stream {break ; +};};if _eabc !=-1{_dfdbg .Objects =append (_dfdbg .Objects [:_eabc ],_dfdbg .Objects [_eabc +1:]...);};_dgec .SMask =nil ;_cdb .ToPdfObject ();};return nil ;}; -// Profile1B is the implementation of the PDF/A-1B standard profile. +// Profile3U is the implementation of the PDF/A-3U standard profile. // Implements model.StandardImplementer, Profile interfaces. -type Profile1B struct{profile1 };func _bdcg (_geac *_ae .CompliancePdfReader )ViolatedRule {if _geac .ParserMetadata ().HasDataAfterEOF (){return _eef ("\u0036.\u0031\u002e\u0033\u002d\u0033","\u004e\u006f\u0020\u0064\u0061ta\u0020\u0073h\u0061\u006c\u006c\u0020\u0066\u006f\u006c\u006c\u006f\u0077\u0020\u0074\u0068\u0065\u0020\u006c\u0061\u0073\u0074\u0020\u0065\u006e\u0064\u002d\u006f\u0066\u002d\u0066\u0069l\u0065\u0020\u006da\u0072\u006b\u0065\u0072\u0020\u0065\u0078\u0063\u0065\u0070\u0074\u0020\u0061 \u0073\u0069\u006e\u0067\u006ce\u0020\u006f\u0070\u0074\u0069\u006f\u006e\u0061\u006c \u0065\u006ed\u002do\u0066\u002d\u006c\u0069\u006e\u0065\u0020m\u0061\u0072\u006b\u0065\u0072\u002e"); -};return _fc ;};func _fe ()standardType {return standardType {_fgb :2,_ea :"\u0055"}};func _cb ()standardType {return standardType {_fgb :1,_ea :"\u0041"}};func _eggbb (_aedc *_ae .PdfFont ,_ebgb *_geb .PdfObjectDictionary )ViolatedRule {const (_gadc ="\u0036.\u0033\u002e\u0035\u002d\u0033"; -_dcdgd ="\u0046\u006f\u0072\u0020\u0061\u006c\u006c\u0020\u0043\u0049\u0044\u0046\u006f\u006e\u0074\u0020\u0073\u0075\u0062\u0073\u0065\u0074\u0073 \u0072e\u0066\u0065\u0072\u0065\u006e\u0063\u0065\u0064\u0020\u0077i\u0074\u0068\u0069n\u0020\u0061\u0020c\u006f\u006e\u0066\u006f\u0072\u006d\u0069\u006e\u0067\u0020\u0066\u0069l\u0065\u002c\u0020\u0074\u0068\u0065\u0020\u0066\u006f\u006et\u0020\u0064\u0065s\u0063\u0072\u0069\u0070\u0074\u006f\u0072\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061r\u0079\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u0069\u006e\u0063\u006c\u0075\u0064\u0065\u0020\u0061\u0020\u0043\u0049\u0044\u0053\u0065\u0074\u0020s\u0074\u0072\u0065\u0061\u006d\u0020\u0069\u0064\u0065\u006e\u0074\u0069\u0066\u0079\u0069\u006eg\u0020\u0077\u0068i\u0063\u0068\u0020\u0043\u0049\u0044\u0073 \u0061\u0072e\u0020\u0070\u0072\u0065\u0073\u0065\u006e\u0074\u0020\u0069\u006e \u0074\u0068\u0065\u0020\u0065\u006d\u0062\u0065\u0064d\u0065\u0064\u0020\u0043\u0049D\u0046\u006f\u006e\u0074\u0020\u0066\u0069l\u0065,\u0020\u0061\u0073 \u0064\u0065\u0073\u0063\u0072\u0069b\u0065\u0064 \u0069\u006e\u0020\u0050\u0044\u0046\u0020\u0052\u0065\u0066\u0065\u0072\u0065\u006e\u0063e\u0020\u0054ab\u006c\u0065\u0020\u0035.\u00320\u002e"; -);var _ggbe string ;if _abccg ,_ebbe :=_geb .GetName (_ebgb .Get ("\u0053u\u0062\u0074\u0079\u0070\u0065"));_ebbe {_ggbe =_abccg .String ();};switch _ggbe {case "\u0043\u0049\u0044F\u006f\u006e\u0074\u0054\u0079\u0070\u0065\u0030","\u0043\u0049\u0044F\u006f\u006e\u0074\u0054\u0079\u0070\u0065\u0032":_faba :=_aedc .FontDescriptor (); -if _faba .CIDSet ==nil {return _eef (_gadc ,_dcdgd );};return _fc ;default:return _fc ;};};func _acfc (_fdd *_bag .Document ,_cbgf standardType ,_bbfg *_bag .OutputIntents )error {var (_gdg *_ae .PdfOutputIntent ;_eadf error ;);if _fdd .Version .Minor <=7{_gdg ,_eadf =_bae .NewSRGBv2OutputIntent (_cbgf .outputIntentSubtype ()); -}else {_gdg ,_eadf =_bae .NewSRGBv4OutputIntent (_cbgf .outputIntentSubtype ());};if _eadf !=nil {return _eadf ;};if _eadf =_bbfg .Add (_gdg .ToPdfObject ());_eadf !=nil {return _eadf ;};return nil ;}; +type Profile3U struct{profile3 };func _bfe (_fbbb *Profile2Options ){if _fbbb .Now ==nil {_fbbb .Now =_f .Now ;};};func _ggg (_acga *_ad .Document )error {for _ ,_agf :=range _acga .Objects {_cda ,_cadc :=_aad .GetDict (_agf );if !_cadc {continue ;};_eabd :=_cda .Get ("\u0054\u0079\u0070\u0065"); +if _eabd ==nil {continue ;};if _aag ,_ded :=_aad .GetName (_eabd );_ded &&_aag .String ()!="\u0041\u0063\u0072\u006f\u0046\u006f\u0072\u006d"{continue ;};_gaf ,_bdf :=_aad .GetBool (_cda .Get ("\u004ee\u0065d\u0041\u0070\u0070\u0065\u0061\u0072\u0061\u006e\u0063\u0065\u0073")); +if _bdf {if bool (*_gaf ){_cda .Set ("\u004ee\u0065d\u0041\u0070\u0070\u0065\u0061\u0072\u0061\u006e\u0063\u0065\u0073",_aad .MakeBool (false ));};};_bbg :=_cda .Get ("\u0041");if _bbg !=nil {_cda .Remove ("\u0041");};_fbcg ,_bdf :=_aad .GetArray (_cda .Get ("\u0046\u0069\u0065\u006c\u0064\u0073")); +if _bdf {for _eef :=0;_eef < _fbcg .Len ();_eef ++{_bag ,_dafa :=_aad .GetDict (_fbcg .Get (_eef ));if !_dafa {continue ;};if _bag .Get ("\u0041\u0041")!=nil {_bag .Remove ("\u0041\u0041");};};};};return nil ;}; -// Profile1Options are the options that changes the way how optimizer may try to adapt document into PDF/A standard. -type Profile1Options struct{ +// Conformance gets the PDF/A conformance. +func (_gbed *profile1 )Conformance ()string {return _gbed ._deeb ._fa };func _affe (_eeca *_ad .Document ,_bcdb bool )error {_geaf ,_gcaab :=_eeca .GetPages ();if !_gcaab {return nil ;};for _ ,_fgde :=range _geaf {_egdd ,_caaa :=_fgde .GetContents ();if !_caaa {continue ; +};var _abed *_g .PdfPageResources ;_begb ,_caaa :=_fgde .GetResources ();if _caaa {_abed ,_ =_g .NewPdfPageResourcesFromDict (_begb );};for _gfa ,_gdda :=range _egdd {_feba ,_aadd :=_gdda .GetData ();if _aadd !=nil {continue ;};_fcac :=_fgd .NewContentStreamParser (string (_feba )); +_abcc ,_aadd :=_fcac .Parse ();if _aadd !=nil {continue ;};_gfb ,_aadd :=_dag (_abed ,_abcc ,_bcdb );if _aadd !=nil {return _aadd ;};if _gfb ==nil {continue ;};if _aadd =(&_egdd [_gfa ]).SetData (_gfb );_aadd !=nil {return _aadd ;};};};return nil ;};var _ Profile =(*Profile1B )(nil ); +func _eeb (_gafe *_ad .Document ,_gaa standardType ,_baf *_ad .OutputIntents )error {var (_cegd *_g .PdfOutputIntent ;_eeae error ;);if _gafe .Version .Minor <=7{_cegd ,_eeae =_ab .NewSRGBv2OutputIntent (_gaa .outputIntentSubtype ());}else {_cegd ,_eeae =_ab .NewSRGBv4OutputIntent (_gaa .outputIntentSubtype ()); +};if _eeae !=nil {return _eeae ;};if _eeae =_baf .Add (_cegd .ToPdfObject ());_eeae !=nil {return _eeae ;};return nil ;};func _cfg (_dadc *_ad .Document ,_daa int )error {_bcf :=map[*_aad .PdfObjectStream ]struct{}{};for _ ,_ecbd :=range _dadc .Objects {_fdde ,_ccfg :=_aad .GetStream (_ecbd ); +if !_ccfg {continue ;};if _ ,_ccfg =_bcf [_fdde ];_ccfg {continue ;};_bcf [_fdde ]=struct{}{};_ebcd ,_ccfg :=_aad .GetName (_fdde .Get ("\u0053u\u0062\u0054\u0079\u0070\u0065"));if !_ccfg {continue ;};if _fdde .Get ("\u0052\u0065\u0066")!=nil {_fdde .Remove ("\u0052\u0065\u0066"); +};if _ebcd .String ()=="\u0050\u0053"{_fdde .Remove ("\u0050\u0053");continue ;};if _ebcd .String ()=="\u0046\u006f\u0072\u006d"{if _fdde .Get ("\u004f\u0050\u0049")!=nil {_fdde .Remove ("\u004f\u0050\u0049");};if _fdde .Get ("\u0050\u0053")!=nil {_fdde .Remove ("\u0050\u0053"); +};if _fedc :=_fdde .Get ("\u0053\u0075\u0062\u0074\u0079\u0070\u0065\u0032");_fedc !=nil {if _ffedd ,_bagf :=_aad .GetName (_fedc );_bagf &&*_ffedd =="\u0050\u0053"{_fdde .Remove ("\u0053\u0075\u0062\u0074\u0079\u0070\u0065\u0032");};};continue ;};if _ebcd .String ()=="\u0049\u006d\u0061g\u0065"{_gab ,_edf :=_aad .GetBool (_fdde .Get ("I\u006e\u0074\u0065\u0072\u0070\u006f\u006c\u0061\u0074\u0065")); +if _edf &&bool (*_gab ){_fdde .Set ("I\u006e\u0074\u0065\u0072\u0070\u006f\u006c\u0061\u0074\u0065",_aad .MakeBool (false ));};if _daa ==2{if _fdde .Get ("\u004f\u0050\u0049")!=nil {_fdde .Remove ("\u004f\u0050\u0049");};};if _fdde .Get ("\u0041\u006c\u0074\u0065\u0072\u006e\u0061\u0074\u0065\u0073")!=nil {_fdde .Remove ("\u0041\u006c\u0074\u0065\u0072\u006e\u0061\u0074\u0065\u0073"); +};continue ;};};return nil ;};func _dgag (_fddd *_g .CompliancePdfReader )ViolatedRule {if _fddd .ParserMetadata ().HeaderPosition ()!=0{return _fgdg ("\u0036.\u0031\u002e\u0032\u002d\u0031","h\u0065\u0061\u0064\u0065\u0072\u0020\u0070\u006f\u0073\u0069\u0074\u0069\u006f\u006e\u0020\u0069\u0073\u0020n\u006f\u0074\u0020\u0061\u0074\u0020\u0074\u0068\u0065\u0020fi\u0072\u0073\u0074 \u0062y\u0074\u0065"); +};if _fddd .PdfVersion ().Major !=1{return _fgdg ("\u0036.\u0031\u002e\u0032\u002d\u0031","\u0054\u0068\u0065\u0020\u0066\u0069l\u0065\u0020\u0068\u0065\u0061\u0064e\u0072 \u0073\u0068\u0061\u006c\u006c\u0020c\u006f\u006e\u0073\u0069s\u0074 \u006f\u0066\u0020\u201c%\u0050\u0044\u0046\u002d\u0031\u002e\u006e\u201d\u0020\u0066\u006f\u006c\u006c\u006f\u0077\u0065\u0064\u0020\u0062\u0079\u0020\u0061\u0020\u0073\u0069\u006e\u0067\u006c\u0065 \u0045\u004f\u004c\u0020ma\u0072\u006b\u0065\u0072\u002c \u0077\u0068\u0065\u0072\u0065\u0020\u0027\u006e\u0027\u0020\u0069s\u0020\u0061\u0020\u0073\u0069\u006e\u0067\u006c\u0065\u0020\u0064\u0069\u0067\u0069t\u0020\u006e\u0075\u006d\u0062e\u0072\u0020\u0062\u0065\u0074\u0077\u0065\u0065\u006e\u0020\u0030\u0020(\u0033\u0030h\u0029\u0020\u0061\u006e\u0064\u0020\u0037\u0020\u0028\u0033\u0037\u0068\u0029"); +};if _fddd .PdfVersion ().Minor < 0||_fddd .PdfVersion ().Minor > 7{return _fgdg ("\u0036.\u0031\u002e\u0032\u002d\u0031","\u0054\u0068\u0065\u0020\u0066\u0069l\u0065\u0020\u0068\u0065\u0061\u0064e\u0072 \u0073\u0068\u0061\u006c\u006c\u0020c\u006f\u006e\u0073\u0069s\u0074 \u006f\u0066\u0020\u201c%\u0050\u0044\u0046\u002d\u0031\u002e\u006e\u201d\u0020\u0066\u006f\u006c\u006c\u006f\u0077\u0065\u0064\u0020\u0062\u0079\u0020\u0061\u0020\u0073\u0069\u006e\u0067\u006c\u0065 \u0045\u004f\u004c\u0020ma\u0072\u006b\u0065\u0072\u002c \u0077\u0068\u0065\u0072\u0065\u0020\u0027\u006e\u0027\u0020\u0069s\u0020\u0061\u0020\u0073\u0069\u006e\u0067\u006c\u0065\u0020\u0064\u0069\u0067\u0069t\u0020\u006e\u0075\u006d\u0062e\u0072\u0020\u0062\u0065\u0074\u0077\u0065\u0065\u006e\u0020\u0030\u0020(\u0033\u0030h\u0029\u0020\u0061\u006e\u0064\u0020\u0037\u0020\u0028\u0033\u0037\u0068\u0029"); +};return _fbc ;};func _dcgfd (_fgae *_g .CompliancePdfReader )(_gffd []ViolatedRule ){var _acfa ,_beeg ,_egbbe bool ;if _fgae .ParserMetadata ().HasNonConformantStream (){_gffd =[]ViolatedRule {_fgdg ("\u0036.\u0031\u002e\u0037\u002d\u0032","T\u0068\u0065\u0020\u0073\u0074\u0072\u0065\u0061\u006d\u0020\u006b\u0065\u0079\u0077\u006fr\u0064\u0020\u0073\u0068\u0061\u006c\u006c \u0062\u0065\u0020f\u006f\u006cl\u006fw\u0065\u0064\u0020e\u0069\u0074h\u0065\u0072\u0020\u0062\u0079\u0020\u0061 \u0043\u0041\u0052\u0052I\u0041\u0047\u0045\u0020\u0052E\u0054\u0055\u0052\u004e\u0020\u00280\u0044\u0068\u0029\u0020\u0061\u006e\u0064\u0020\u004c\u0049\u004e\u0045\u0020F\u0045\u0045\u0044\u0020\u0028\u0030\u0041\u0068\u0029\u0020\u0063\u0068\u0061\u0072\u0061\u0063\u0074\u0065\u0072\u0020\u0073\u0065\u0071\u0075\u0065\u006e\u0063\u0065\u0020o\u0072\u0020\u0062\u0079\u0020\u0061 \u0073\u0069ng\u006c\u0065\u0020\u004cIN\u0045 \u0046\u0045\u0045\u0044 \u0063\u0068\u0061r\u0061\u0063\u0074\u0065\u0072\u002e\u0020T\u0068\u0065\u0020e\u006e\u0064\u0073\u0074r\u0065\u0061\u006d\u0020\u006b\u0065\u0079\u0077\u006fr\u0064\u0020\u0073\u0068\u0061\u006c\u006c \u0062e\u0020p\u0072\u0065\u0063\u0065\u0064\u0065\u0064\u0020\u0062\u0079\u0020\u0061n\u0020\u0045\u004f\u004c \u006d\u0061\u0072\u006b\u0065\u0072\u002e")}; +};for _ ,_aaeb :=range _fgae .GetObjectNums (){_egbe ,_ :=_fgae .GetIndirectObjectByNumber (_aaeb );if _egbe ==nil {continue ;};_bcee ,_dfbg :=_aad .GetStream (_egbe );if !_dfbg {continue ;};if !_acfa {_cbaa :=_bcee .Get ("\u004c\u0065\u006e\u0067\u0074\u0068"); +if _cbaa ==nil {_gffd =append (_gffd ,_fgdg ("\u0036.\u0031\u002e\u0037\u002d\u0031","\u006e\u006f\u0020'\u004c\u0065\u006e\u0067\u0074\u0068\u0027\u0020\u006b\u0065\u0079\u0020\u0066\u006f\u0075\u006e\u0064\u0020\u0069\u006e\u0020\u0074\u0068\u0065\u0020\u0073\u0074\u0072\u0065a\u006d\u0020\u006f\u0062\u006a\u0065\u0063\u0074")); +_acfa =true ;}else {_eged ,_cdfa :=_aad .GetIntVal (_cbaa );if !_cdfa {_gffd =append (_gffd ,_fgdg ("\u0036.\u0031\u002e\u0037\u002d\u0031","s\u0074\u0072\u0065\u0061\u006d\u0020\u0027\u004c\u0065\u006e\u0067\u0074\u0068\u0027\u0020\u006b\u0065\u0079 \u0073\u0068\u006f\u0075\u006c\u0064\u0020\u0062\u0065\u0020an\u0020\u0069\u006et\u0065g\u0065\u0072")); +_acfa =true ;}else {if len (_bcee .Stream )!=_eged {_gffd =append (_gffd ,_fgdg ("\u0036.\u0031\u002e\u0037\u002d\u0031","\u0073\u0074\u0072\u0065\u0061\u006d\u0020\u006f\u0062\u006a\u0065\u0063\u0074\u0020\u006c\u0065\u006e\u0067th\u0020v\u0061\u006c\u0075\u0065\u0020\u0073\u0068\u006f\u0075\u006c\u0064\u0020m\u0061\u0074\u0063\u0068\u0020\u0074\u0068\u0065\u0020\u0073\u0069\u007a\u0065\u0020\u006f\u0066\u0020t\u0068\u0065\u0020\u0073\u0074\u0072\u0065\u0061\u006d")); +_acfa =true ;};};};};if !_beeg {if _bcee .Get ("\u0046")!=nil {_beeg =true ;_gffd =append (_gffd ,_fgdg ("\u0036.\u0031\u002e\u0037\u002d\u0033","\u0073\u0074\u0072\u0065\u0061\u006d\u0020\u006f\u0062j\u0065\u0063\u0074\u0020\u0073\u0068\u006f\u0075\u006c\u0064\u0020\u006e\u006f\u0074\u0020\u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0020'\u0046\u0027,\u0020\u0027F\u0046\u0069\u006c\u0074\u0065\u0072\u0027\u002c\u0020\u006f\u0072\u0020\u0027FD\u0065\u0063\u006f\u0064\u0065\u0050\u0061\u0072\u0061m\u0073\u0027\u0020\u006b\u0065\u0079")); +};if _bcee .Get ("\u0046F\u0069\u006c\u0074\u0065\u0072")!=nil &&!_beeg {_beeg =true ;_gffd =append (_gffd ,_fgdg ("\u0036.\u0031\u002e\u0037\u002d\u0033","\u0073\u0074\u0072\u0065\u0061\u006d\u0020\u006f\u0062j\u0065\u0063\u0074\u0020\u0073\u0068\u006f\u0075\u006c\u0064\u0020\u006e\u006f\u0074\u0020\u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0020'\u0046\u0027,\u0020\u0027F\u0046\u0069\u006c\u0074\u0065\u0072\u0027\u002c\u0020\u006f\u0072\u0020\u0027FD\u0065\u0063\u006f\u0064\u0065\u0050\u0061\u0072\u0061m\u0073\u0027\u0020\u006b\u0065\u0079")); +continue ;};if _bcee .Get ("\u0046\u0044\u0065\u0063\u006f\u0064\u0065\u0050\u0061\u0072\u0061\u006d\u0073")!=nil &&!_beeg {_beeg =true ;_gffd =append (_gffd ,_fgdg ("\u0036.\u0031\u002e\u0037\u002d\u0033","\u0073\u0074\u0072\u0065\u0061\u006d\u0020\u006f\u0062j\u0065\u0063\u0074\u0020\u0073\u0068\u006f\u0075\u006c\u0064\u0020\u006e\u006f\u0074\u0020\u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0020'\u0046\u0027,\u0020\u0027F\u0046\u0069\u006c\u0074\u0065\u0072\u0027\u002c\u0020\u006f\u0072\u0020\u0027FD\u0065\u0063\u006f\u0064\u0065\u0050\u0061\u0072\u0061m\u0073\u0027\u0020\u006b\u0065\u0079")); +continue ;};};if !_egbbe {_gdfc ,_dcddc :=_aad .GetName (_aad .TraceToDirectObject (_bcee .Get ("\u0046\u0069\u006c\u0074\u0065\u0072")));if !_dcddc {continue ;};if *_gdfc ==_aad .StreamEncodingFilterNameLZW {_egbbe =true ;_gffd =append (_gffd ,_fgdg ("\u0036.\u0031\u002e\u0037\u002d\u0034","\u0054h\u0065\u0020L\u005a\u0057\u0044\u0065c\u006f\u0064\u0065 \u0066\u0069\u006c\u0074\u0065\u0072\u0020\u0073\u0068al\u006c\u0020\u006eo\u0074\u0020b\u0065\u0020\u0070\u0065\u0072\u006di\u0074\u0074e\u0064\u002e")); +};};};return _gffd ;};func _ecb (_ebg *_ad .Document ,_bcb func ()_f .Time )error {_gcd ,_dfa :=_g .NewPdfInfoFromObject (_ebg .Info );if _dfa !=nil {return _dfa ;};if _dfg :=_dgc (_gcd ,_bcb );_dfg !=nil {return _dfg ;};_ebg .Info =_gcd .ToPdfObject (); +return nil ;}; -// CMYKDefaultColorSpace is an option that refers PDF/A-1 -CMYKDefaultColorSpace bool ; +// ApplyStandard tries to change the content of the writer to match the PDF/A-1 standard. +// Implements model.StandardApplier. +func (_fccc *profile1 )ApplyStandard (document *_ad .Document )(_ggca error ){_eefb (document ,4);if _ggca =_ecb (document ,_fccc ._bgd .Now );_ggca !=nil {return _ggca ;};if _ggca =_fca (document );_ggca !=nil {return _ggca ;};_agaa ,_aggc :=_aec (_fccc ._bgd .CMYKDefaultColorSpace ,_fccc ._deeb ); +_ggca =_fabeb (document ,[]pageColorspaceOptimizeFunc {_cbeb ,_agaa },[]documentColorspaceOptimizeFunc {_aggc });if _ggca !=nil {return _ggca ;};_aeae (document );if _ggca =_cfg (document ,_fccc ._deeb ._bc );_ggca !=nil {return _ggca ;};if _ggca =_dagf (document ); +_ggca !=nil {return _ggca ;};if _ggca =_fffa (document );_ggca !=nil {return _ggca ;};if _ggca =_gf (document );_ggca !=nil {return _ggca ;};if _ggca =_dcfg (document );_ggca !=nil {return _ggca ;};if _fccc ._deeb ._fa =="\u0041"{_begbd (document );};if _ggca =_fbf (document ,_fccc ._deeb ._bc ); +_ggca !=nil {return _ggca ;};if _ggca =_adf (document );_ggca !=nil {return _ggca ;};if _dgdf :=_eac (document ,_fccc ._deeb ,_fccc ._bgd .Xmp );_dgdf !=nil {return _dgdf ;};if _fccc ._deeb ==_ea (){if _ggca =_eff (document );_ggca !=nil {return _ggca ; +};};if _ggca =_ggg (document );_ggca !=nil {return _ggca ;};return nil ;};func _egc (_faf []*_ad .Image ,_fecb bool )error {_gde :=_aad .PdfObjectName ("\u0044e\u0076\u0069\u0063\u0065\u0052\u0047B");if _fecb {_gde ="\u0044\u0065\u0076\u0069\u0063\u0065\u0043\u004d\u0059\u004b"; +};for _ ,_baa :=range _faf {if _baa .Colorspace ==_gde {continue ;};_aeac ,_gga :=_g .NewXObjectImageFromStream (_baa .Stream );if _gga !=nil {return _gga ;};_feg ,_gga :=_aeac .ToImage ();if _gga !=nil {return _gga ;};_dgb ,_gga :=_feg .ToGoImage ();if _gga !=nil {return _gga ; +};var _bdg _g .PdfColorspace ;if _fecb {_bdg =_g .NewPdfColorspaceDeviceCMYK ();_dgb ,_gga =_fc .CMYKConverter .Convert (_dgb );}else {_bdg =_g .NewPdfColorspaceDeviceRGB ();_dgb ,_gga =_fc .NRGBAConverter .Convert (_dgb );};if _gga !=nil {return _gga ; +};_cgg ,_bef :=_dgb .(_fc .Image );if !_bef {return _a .New ("\u0069\u006d\u0061\u0067\u0065\u0020\u0064\u006f\u0065\u0073\u006e\u0027\u0074 \u0069\u006d\u0070\u006c\u0065\u006de\u006e\u0074\u0020\u0069\u006d\u0061\u0067\u0065\u0075\u0074\u0069\u006c\u002eI\u006d\u0061\u0067\u0065"); +};_eb :=_cgg .Base ();_ee :=&_g .Image {Width :int64 (_eb .Width ),Height :int64 (_eb .Height ),BitsPerComponent :int64 (_eb .BitsPerComponent ),ColorComponents :_eb .ColorComponents ,Data :_eb .Data };_ee .SetDecode (_eb .Decode );_ee .SetAlpha (_eb .Alpha ); +if _gga =_aeac .SetImage (_ee ,_bdg );_gga !=nil {return _gga ;};_aeac .ToPdfObject ();_baa .ColorComponents =_eb .ColorComponents ;_baa .Colorspace =_gde ;};return nil ;};func _ceb (_aeaa *_g .CompliancePdfReader )ViolatedRule {if _aeaa .ParserMetadata ().HeaderPosition ()!=0{return _fgdg ("\u0036.\u0031\u002e\u0032\u002d\u0031","h\u0065\u0061\u0064\u0065\u0072\u0020\u0070\u006f\u0073\u0069\u0074\u0069\u006f\u006e\u0020\u0069\u0073\u0020n\u006f\u0074\u0020\u0061\u0074\u0020\u0074\u0068\u0065\u0020fi\u0072\u0073\u0074 \u0062y\u0074\u0065"); +};return _fbc ;};func _egbc (_dbfe *_ad .Document ,_ecc bool )error {_gbe ,_feaa :=_dbfe .GetPages ();if !_feaa {return nil ;};for _ ,_ffed :=range _gbe {_cdee ,_cgc :=_aad .GetArray (_ffed .Object .Get ("\u0041\u006e\u006e\u006f\u0074\u0073"));if !_cgc {continue ; +};for _ ,_deg :=range _cdee .Elements (){_bggc ,_gbf :=_aad .GetDict (_deg );if !_gbf {continue ;};_gaee :=_bggc .Get ("\u0043");if _gaee ==nil {continue ;};_gbag ,_gbf :=_aad .GetArray (_gaee );if !_gbf {continue ;};_gag ,_dacf :=_gbag .GetAsFloat64Slice (); +if _dacf !=nil {return _dacf ;};switch _gbag .Len (){case 0,1:if _ecc {_bggc .Set ("\u0043",_aad .MakeArrayFromIntegers ([]int {1,1,1,1}));}else {_bggc .Set ("\u0043",_aad .MakeArrayFromIntegers ([]int {1,1,1}));};case 3:if _ecc {_beg ,_gdde ,_dgbb ,_adc :=_cg .RGBToCMYK (uint8 (_gag [0]*255),uint8 (_gag [1]*255),uint8 (_gag [2]*255)); +_bggc .Set ("\u0043",_aad .MakeArrayFromFloats ([]float64 {float64 (_beg )/255,float64 (_gdde )/255,float64 (_dgbb )/255,float64 (_adc )/255}));};case 4:if !_ecc {_feeg ,_gbbc ,_gdcc :=_cg .CMYKToRGB (uint8 (_gag [0]*255),uint8 (_gag [1]*255),uint8 (_gag [2]*255),uint8 (_gag [3]*255)); +_bggc .Set ("\u0043",_aad .MakeArrayFromFloats ([]float64 {float64 (_feeg )/255,float64 (_gbbc )/255,float64 (_gdcc )/255}));};};};};return nil ;};func _eeaf (_dcbb *_g .PdfFont ,_ffbeea *_aad .PdfObjectDictionary ,_gddc bool )ViolatedRule {const (_gebe ="\u0036\u002e\u0032\u002e\u0031\u0031\u002e\u0034\u002d\u0031"; +_gebdf ="\u0054\u0068\u0065\u0020\u0066\u006f\u006e\u0074\u0020\u0070\u0072\u006f\u0067\u0072\u0061\u006ds\u0020\u0066\u006fr\u0020\u0061\u006c\u006c\u0020f\u006f\u006e\u0074\u0073\u0020\u0075\u0073\u0065\u0064\u0020\u0066\u006f\u0072\u0020\u0072e\u006e\u0064\u0065\u0072\u0069\u006eg\u0020\u0077\u0069\u0074\u0068\u0069\u006e\u0020\u0061\u0020\u0063\u006f\u006e\u0066\u006f\u0072\u006d\u0069\u006e\u0067\u0020\u0066\u0069\u006c\u0065\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u0062\u0065\u0020\u0065\u006d\u0062\u0065\u0064\u0064\u0065\u0064\u0020w\u0069t\u0068\u0069\u006e\u0020\u0074\u0068\u0061\u0074\u0020\u0066\u0069\u006c\u0065\u002c \u0061\u0073\u0020\u0064\u0065\u0066\u0069n\u0065\u0064 \u0069\u006e\u0020\u0049S\u004f\u0020\u0033\u0032\u00300\u0030\u002d\u0031\u003a\u0032\u0030\u0030\u0038\u002c\u0020\u0039\u002e\u0039\u002e"; +);if _gddc {return _fbc ;};_gabd :=_dcbb .FontDescriptor ();var _fddee string ;if _caff ,_ccda :=_aad .GetName (_ffbeea .Get ("\u0053u\u0062\u0074\u0079\u0070\u0065"));_ccda {_fddee =_caff .String ();};switch _fddee {case "\u0054\u0079\u0070e\u0031":if _gabd .FontFile ==nil {return _fgdg (_gebe ,_gebdf ); +};case "\u0054\u0072\u0075\u0065\u0054\u0079\u0070\u0065":if _gabd .FontFile2 ==nil {return _fgdg (_gebe ,_gebdf );};case "\u0054\u0079\u0070e\u0030","\u0054\u0079\u0070e\u0033":default:if _gabd .FontFile3 ==nil {return _fgdg (_gebe ,_gebdf );};};return _fbc ; +};var _ Profile =(*Profile3A )(nil );func _fggd (_dfdd *_g .CompliancePdfReader )ViolatedRule {return _fbc };func _dagg (_adaa *_g .CompliancePdfReader )(*_aad .PdfObjectDictionary ,bool ){_ddba ,_feae :=_adaa .GetTrailer ();if _feae !=nil {_be .Log .Debug ("\u0043\u0061\u006en\u006f\u0074\u0020\u0067e\u0074\u0020\u0064\u006f\u0063\u0075\u006de\u006e\u0074\u0020\u0074\u0072\u0061\u0069\u006c\u0065\u0072\u003a\u0020\u0025\u0076",_feae ); +return nil ,false ;};_bdaa ,_dcca :=_ddba .Get ("\u0052\u006f\u006f\u0074").(*_aad .PdfObjectReference );if !_dcca {_be .Log .Debug ("\u0043a\u006e\u006e\u006f\u0074 \u0066\u0069\u006e\u0064\u0020d\u006fc\u0075m\u0065\u006e\u0074\u0020\u0072\u006f\u006ft"); +return nil ,false ;};_baeb ,_dcca :=_aad .GetDict (_aad .ResolveReference (_bdaa ));if !_dcca {_be .Log .Debug ("\u0063\u0061\u006e\u006e\u006f\u0074 \u0072\u0065\u0073\u006f\u006c\u0076\u0065\u0020\u0063\u0061\u0074\u0061\u006co\u0067\u0020\u0064\u0069\u0063\u0074\u0069o\u006e\u0061\u0072\u0079"); +return nil ,false ;};return _baeb ,true ;};func (_bcd *documentImages )hasUncalibratedImages ()bool {return _bcd ._fba ||_bcd ._dcc ||_bcd ._dcf };func _aggcd (_bbgf *_g .PdfFont ,_eefbd *_aad .PdfObjectDictionary )ViolatedRule {const (_gefga ="\u0036.\u0033\u002e\u0037\u002d\u0031"; +_cfebea ="\u0041\u006cl \u006e\u006f\u006e\u002d\u0073\u0079\u006db\u006f\u006c\u0069\u0063\u0020\u0054\u0072\u0075\u0065\u0054\u0079\u0070\u0065\u0020\u0066o\u006e\u0074s\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u0068\u0061\u0076\u0065\u0020e\u0069\u0074h\u0065\u0072\u0020\u004d\u0061\u0063\u0052\u006f\u006d\u0061\u006e\u0045\u006e\u0063\u006fd\u0069\u006e\u0067\u0020\u006f\u0072\u0020\u0057\u0069\u006e\u0041\u006e\u0073i\u0045n\u0063\u006f\u0064\u0069n\u0067\u0020\u0061\u0073\u0020\u0074\u0068\u0065\u0020\u0076\u0061\u006c\u0075\u0065\u0020\u0066o\u0072\u0020t\u0068\u0065 \u0045n\u0063\u006f\u0064\u0069\u006e\u0067\u0020\u006b\u0065\u0079 \u0069\u006e\u0020t\u0068e\u0020\u0046o\u006e\u0074\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u0020\u006f\u0072\u0020\u0061\u0073\u0020\u0074\u0068\u0065\u0020\u0076\u0061\u006c\u0075\u0065\u0020\u0066\u006f\u0072 \u0074\u0068\u0065\u0020\u0042\u0061\u0073\u0065\u0045\u006e\u0063\u006fd\u0069\u006e\u0067\u0020\u006b\u0065\u0079\u0020\u0069\u006e\u0020\u0074\u0068\u0065 \u0064i\u0063\u0074i\u006fn\u0061\u0072\u0079\u0020\u0077\u0068\u0069\u0063\u0068\u0020\u0069s\u0020\u0074\u0068\u0065\u0020\u0076\u0061\u006c\u0075\u0065\u0020\u006ff\u0020\u0074\u0068e\u0020\u0045\u006e\u0063\u006f\u0064\u0069\u006e\u0067\u0020\u006be\u0079\u0020\u0069\u006e\u0020\u0074\u0068\u0065\u0020\u0046\u006f\u006e\u0074 \u0064\u0069\u0063\u0074i\u006f\u006e\u0061\u0072\u0079\u002e\u0020\u0049\u006e\u0020\u0061\u0064\u0064\u0069\u0074\u0069\u006f\u006e, \u006eo\u0020n\u006f\u006e\u002d\u0073\u0079\u006d\u0062\u006f\u006c\u0069\u0063\u0020\u0054\u0072\u0075\u0065\u0054\u0079p\u0065 \u0066\u006f\u006e\u0074\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u0064\u0065\u0066\u0069\u006e\u0065\u0020\u0061\u0020\u0044\u0069\u0066\u0066e\u0072\u0065\u006e\u0063\u0065\u0073\u0020a\u0072\u0072\u0061\u0079\u0020\u0075n\u006c\u0065s\u0073\u0020\u0061\u006c\u006c\u0020\u006f\u0066\u0020\u0074h\u0065\u0020\u0067\u006c\u0079\u0070\u0068\u0020\u006e\u0061\u006d\u0065\u0073 \u0069\u006e\u0020\u0074\u0068\u0065\u0020\u0044\u0069f\u0066\u0065\u0072\u0065\u006ec\u0065\u0073\u0020a\u0072\u0072\u0061\u0079\u0020\u0061\u0072\u0065\u0020\u006c\u0069\u0073\u0074\u0065\u0064 \u0069\u006e \u0074\u0068\u0065\u0020\u0041\u0064\u006f\u0062\u0065 G\u006c\u0079\u0070\u0068\u0020\u004c\u0069\u0073t\u0020\u0061\u006e\u0064\u0020\u0074h\u0065\u0020\u0065\u006d\u0062\u0065\u0064\u0064\u0065\u0064\u0020\u0066o\u006e\u0074\u0020\u0070\u0072\u006f\u0067\u0072a\u006d\u0020\u0063\u006f\u006e\u0074\u0061\u0069n\u0073\u0020\u0061\u0074\u0020\u006c\u0065\u0061\u0073t\u0020\u0074\u0068\u0065\u0020\u004d\u0069\u0063\u0072o\u0073o\u0066\u0074\u0020\u0055\u006e\u0069\u0063\u006f\u0064\u0065\u0020\u0028\u0033\u002c\u0031 \u2013 P\u006c\u0061\u0074\u0066\u006f\u0072\u006d\u0020I\u0044\u003d\u0033\u002c\u0020\u0045\u006e\u0063\u006f\u0064\u0069\u006e\u0067 I\u0044\u003d\u0031\u0029\u0020\u0065\u006e\u0063\u006f\u0064i\u006e\u0067 \u0069\u006e\u0020t\u0068\u0065\u0020'\u0063\u006d\u0061\u0070\u0027\u0020\u0074\u0061\u0062\u006c\u0065\u002e"; +);var _gbcg string ;if _egae ,_dfee :=_aad .GetName (_eefbd .Get ("\u0053u\u0062\u0074\u0079\u0070\u0065"));_dfee {_gbcg =_egae .String ();};if _gbcg !="\u0054\u0072\u0075\u0065\u0054\u0079\u0070\u0065"{return _fbc ;};_bfdd :=_bbgf .FontDescriptor ();_bdbbf ,_caec :=_aad .GetIntVal (_bfdd .Flags ); +if !_caec {_be .Log .Debug ("\u0066\u006c\u0061\u0067\u0073 \u006e\u006f\u0074\u0020\u0064\u0065\u0066\u0069\u006e\u0065\u0064\u0020\u0066o\u0072\u0020\u0074\u0068\u0065\u0020\u0066\u006f\u006e\u0074\u0020\u0064\u0065\u0073\u0063\u0072\u0069\u0070\u0074\u006f\u0072"); +return _fgdg (_gefga ,_cfebea );};_fggf :=(uint32 (_bdbbf )>>3)!=0;if _fggf {return _fbc ;};_eggf ,_caec :=_aad .GetName (_eefbd .Get ("\u0045\u006e\u0063\u006f\u0064\u0069\u006e\u0067"));if !_caec {return _fgdg (_gefga ,_cfebea );};switch _eggf .String (){case "\u004d\u0061c\u0052\u006f\u006da\u006e\u0045\u006e\u0063\u006f\u0064\u0069\u006e\u0067","\u0057i\u006eA\u006e\u0073\u0069\u0045\u006e\u0063\u006f\u0064\u0069\u006e\u0067":return _fbc ; +default:return _fgdg (_gefga ,_cfebea );};}; -// Now is a function that returns current time. -Now func ()_ff .Time ; +// Profile2U is the implementation of the PDF/A-2U standard profile. +// Implements model.StandardImplementer, Profile interfaces. +type Profile2U struct{profile2 };func _fagf (_ccdd *_g .CompliancePdfReader )(_addc []ViolatedRule ){var _gcfa ,_dggbd ,_abga ,_afa ,_adece ,_aeabd ,_decb bool ;_bfec :=func ()bool {return _gcfa &&_dggbd &&_abga &&_afa &&_adece &&_aeabd &&_decb };for _ ,_bdae :=range _ccdd .PageList {_agcc ,_bgbce :=_bdae .GetAnnotations (); +if _bgbce !=nil {_be .Log .Trace ("\u006c\u006f\u0061\u0064\u0069\u006e\u0067\u0020\u0061\u006en\u006f\u0074\u0061\u0074\u0069\u006f\u006es\u0020\u0066\u0061\u0069\u006c\u0065\u0064\u003a\u0020\u0025\u0076",_bgbce );continue ;};for _ ,_dfcca :=range _agcc {if !_gcfa {switch _dfcca .GetContext ().(type ){case *_g .PdfAnnotationFileAttachment ,*_g .PdfAnnotationSound ,*_g .PdfAnnotationMovie ,nil :_addc =append (_addc ,_fgdg ("\u0036.\u0035\u002e\u0032\u002d\u0031","\u0041\u006e\u006e\u006f\u0074\u0061\u0074\u0069\u006f\u006e\u0020\u0074\u0079\u0070\u0065\u0073\u0020\u006e\u006f\u0074 \u0064\u0065\u0066\u0069\u006e\u0065\u0064\u0020i\u006e\u0020\u0050\u0044\u0046\u0020\u0052\u0065\u0066\u0065\u0072\u0065\u006ec\u0065\u0020\u0073\u0068\u0061l\u006c\u0020\u006e\u006f\u0074 \u0062\u0065\u0020p\u0065\u0072m\u0069\u0074\u0074\u0065\u0064\u002e\u0020\u0041d\u0064\u0069\u0074\u0069\u006f\u006e\u0061\u006c\u006c\u0079\u002c\u0020\u0074\u0068\u0065\u0020F\u0069\u006c\u0065\u0041\u0074\u0074\u0061\u0063\u0068\u006de\u006e\u0074\u002c\u0020\u0053\u006f\u0075\u006e\u0064\u0020\u0061\u006e\u0064\u0020\u004d\u006f\u0076\u0069e\u0020\u0074\u0079\u0070\u0065s \u0073ha\u006c\u006c\u0020\u006eo\u0074\u0020\u0062\u0065\u0020\u0070\u0065\u0072\u006d\u0069\u0074\u0074\u0065\u0064\u002e")); +_gcfa =true ;if _bfec (){return _addc ;};};};_cagde ,_dgdc :=_aad .GetDict (_dfcca .GetContainingPdfObject ());if !_dgdc {continue ;};if !_dggbd {_aeaf ,_cace :=_aad .GetFloatVal (_cagde .Get ("\u0043\u0041"));if _cace &&_aeaf !=1.0{_addc =append (_addc ,_fgdg ("\u0036.\u0035\u002e\u0033\u002d\u0031","\u0041\u006e\u0020\u0061\u006e\u006e\u006ft\u0061\u0074\u0069\u006f\u006e\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u0020\u0073h\u0061\u006c\u006c\u0020\u006eo\u0074\u0020\u0063\u006f\u006e\u0074\u0061\u0069\u006e \u0074\u0068\u0065\u0020\u0043\u0041\u0020\u006b\u0065\u0079\u0020\u0077\u0069\u0074\u0068\u0020\u0061\u0020\u0076\u0061\u006c\u0075\u0065\u0020\u006f\u0074\u0068\u0065\u0072\u0020\u0074\u0068\u0061\u006e\u0020\u0031\u002e\u0030\u002e")); +_dggbd =true ;if _bfec (){return _addc ;};};};if !_abga {_adbb ,_cdag :=_aad .GetIntVal (_cagde .Get ("\u0046"));if !(_cdag &&_adbb &4==4&&_adbb &1==0&&_adbb &2==0&&_adbb &32==0){_addc =append (_addc ,_fgdg ("\u0036.\u0035\u002e\u0033\u002d\u0032","\u0041\u006e\u0020\u0061\u006e\u006e\u006f\u0074\u0061\u0074i\u006f\u006e\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079 \u0073\u0068\u0061\u006c\u006c\u0020\u0063\u006f\u006e\u0074\u0061\u0069n\u0020\u0074\u0068\u0065\u0020\u0046\u0020\u006b\u0065\u0079\u002e\u0020\u0054\u0068\u0065\u0020\u0046\u0020\u006b\u0065\u0079\u0027\u0073\u0020\u0050\u0072\u0069\u006e\u0074\u0020\u0066\u006c\u0061\u0067\u0020\u0062\u0069\u0074\u0020\u0073h\u0061\u006c\u006c\u0020\u0062\u0065 s\u0065\u0074\u0020\u0074\u006f\u0020\u0031\u0020\u0061\u006e\u0064\u0020\u0069\u0074\u0073\u0020\u0048\u0069\u0064\u0064\u0065\u006e\u002c\u0020I\u006e\u0076\u0069\u0073\u0069\u0062\u006c\u0065\u0020\u0061\u006e\u0064\u0020\u004e\u006f\u0056\u0069\u0065\u0077\u0020\u0066\u006c\u0061\u0067\u0020b\u0069\u0074\u0073 \u0073\u0068\u0061\u006c\u006c\u0020\u0062\u0065\u0020\u0073e\u0074\u0020t\u006f\u0020\u0030\u002e")); +_abga =true ;if _bfec (){return _addc ;};};};if !_afa {_bbgd ,_dacca :=_aad .GetDict (_cagde .Get ("\u0041\u0050"));if _dacca {_ddeaf :=_bbgd .Get ("\u004e");if _ddeaf ==nil ||len (_bbgd .Keys ())> 1{_addc =append (_addc ,_fgdg ("\u0036.\u0035\u002e\u0033\u002d\u0034","\u0046\u006f\u0072\u0020\u0061\u006c\u006c\u0020\u0061\u006e\u006e\u006ft\u0061\u0074\u0069\u006f\u006e\u0020d\u0069\u0063t\u0069\u006f\u006ea\u0072\u0069\u0065\u0073 \u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0069\u006e\u0067\u0020\u0061\u006e\u0020\u0041\u0050 \u006b\u0065\u0079\u002c\u0020\u0074\u0068\u0065\u0020\u0061p\u0070\u0065\u0061\u0072\u0061\u006e\u0063\u0065\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u0020\u0074\u0068\u0061\u0074\u0020\u0069\u0074\u0020\u0064\u0065\u0066\u0069\u006e\u0065\u0073\u0020\u0061\u0073\u0020it\u0073\u0020\u0076\u0061\u006cu\u0065\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u0063\u006f\u006e\u0074\u0061i\u006e\u0020o\u006e\u006c\u0079\u0020\u0074\u0068\u0065\u0020\u004e\u0020\u006b\u0065\u0079\u002e\u0020\u0049\u0066\u0020\u0061\u006e\u0020\u0061\u006e\u006e\u006f\u0074\u0061\u0074\u0069\u006f\u006e\u0020\u0064i\u0063\u0074\u0069o\u006e\u0061\u0072\u0079\u0027\u0073\u0020\u0053\u0075\u0062ty\u0070\u0065\u0020\u006b\u0065\u0079\u0020\u0068\u0061\u0073\u0020\u0061\u0020\u0076\u0061\u006c\u0075\u0065\u0020\u006f\u0066\u0020\u0057\u0069\u0064g\u0065\u0074\u0020\u0061\u006e\u0064\u0020\u0069\u0074s\u0020\u0046\u0054 \u006be\u0079\u0020\u0068\u0061\u0073\u0020\u0061\u0020\u0076\u0061\u006c\u0075\u0065\u0020\u006f\u0066\u0020B\u0074\u006e,\u0020\u0074he \u0076a\u006c\u0075\u0065\u0020\u006f\u0066\u0020\u0074\u0068\u0065\u0020\u004e\u0020\u006b\u0065\u0079\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u0062\u0065\u0020\u0061\u006e\u0020\u0061\u0070\u0070\u0065\u0061\u0072\u0061\u006e\u0063\u0065\u0020\u0073\u0075\u0062\u0064\u0069\u0063\u0074\u0069\u006fn\u0061r\u0079; \u006f\u0074\u0068\u0065\u0072\u0077\u0069s\u0065\u0020\u0074\u0068\u0065\u0020\u0076\u0061\u006c\u0075\u0065\u0020\u006f\u0066\u0020th\u0065\u0020N\u0020\u006b\u0065y\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u0062e\u0020\u0061\u006e\u0020\u0061\u0070\u0070\u0065\u0061\u0072\u0061n\u0063\u0065\u0020\u0073\u0074\u0072\u0065\u0061\u006d\u002e")); +_afa =true ;if _bfec (){return _addc ;};continue ;};_ ,_gfdc :=_dfcca .GetContext ().(*_g .PdfAnnotationWidget );if _gfdc {_ccad ,_ggbb :=_aad .GetName (_cagde .Get ("\u0046\u0054"));if _ggbb &&*_ccad =="\u0042\u0074\u006e"{if _ ,_gcffd :=_aad .GetDict (_ddeaf ); +!_gcffd {_addc =append (_addc ,_fgdg ("\u0036.\u0035\u002e\u0033\u002d\u0034","\u0046\u006f\u0072\u0020\u0061\u006c\u006c\u0020\u0061\u006e\u006e\u006ft\u0061\u0074\u0069\u006f\u006e\u0020d\u0069\u0063t\u0069\u006f\u006ea\u0072\u0069\u0065\u0073 \u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0069\u006e\u0067\u0020\u0061\u006e\u0020\u0041\u0050 \u006b\u0065\u0079\u002c\u0020\u0074\u0068\u0065\u0020\u0061p\u0070\u0065\u0061\u0072\u0061\u006e\u0063\u0065\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u0020\u0074\u0068\u0061\u0074\u0020\u0069\u0074\u0020\u0064\u0065\u0066\u0069\u006e\u0065\u0073\u0020\u0061\u0073\u0020it\u0073\u0020\u0076\u0061\u006cu\u0065\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u0063\u006f\u006e\u0074\u0061i\u006e\u0020o\u006e\u006c\u0079\u0020\u0074\u0068\u0065\u0020\u004e\u0020\u006b\u0065\u0079\u002e\u0020\u0049\u0066\u0020\u0061\u006e\u0020\u0061\u006e\u006e\u006f\u0074\u0061\u0074\u0069\u006f\u006e\u0020\u0064i\u0063\u0074\u0069o\u006e\u0061\u0072\u0079\u0027\u0073\u0020\u0053\u0075\u0062ty\u0070\u0065\u0020\u006b\u0065\u0079\u0020\u0068\u0061\u0073\u0020\u0061\u0020\u0076\u0061\u006c\u0075\u0065\u0020\u006f\u0066\u0020\u0057\u0069\u0064g\u0065\u0074\u0020\u0061\u006e\u0064\u0020\u0069\u0074s\u0020\u0046\u0054 \u006be\u0079\u0020\u0068\u0061\u0073\u0020\u0061\u0020\u0076\u0061\u006c\u0075\u0065\u0020\u006f\u0066\u0020B\u0074\u006e,\u0020\u0074he \u0076a\u006c\u0075\u0065\u0020\u006f\u0066\u0020\u0074\u0068\u0065\u0020\u004e\u0020\u006b\u0065\u0079\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u0062\u0065\u0020\u0061\u006e\u0020\u0061\u0070\u0070\u0065\u0061\u0072\u0061\u006e\u0063\u0065\u0020\u0073\u0075\u0062\u0064\u0069\u0063\u0074\u0069\u006fn\u0061r\u0079; \u006f\u0074\u0068\u0065\u0072\u0077\u0069s\u0065\u0020\u0074\u0068\u0065\u0020\u0076\u0061\u006c\u0075\u0065\u0020\u006f\u0066\u0020th\u0065\u0020N\u0020\u006b\u0065y\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u0062e\u0020\u0061\u006e\u0020\u0061\u0070\u0070\u0065\u0061\u0072\u0061n\u0063\u0065\u0020\u0073\u0074\u0072\u0065\u0061\u006d\u002e")); +_afa =true ;if _bfec (){return _addc ;};continue ;};};};_ ,_affg :=_aad .GetStream (_ddeaf );if !_affg {_addc =append (_addc ,_fgdg ("\u0036.\u0035\u002e\u0033\u002d\u0034","\u0046\u006f\u0072\u0020\u0061\u006c\u006c\u0020\u0061\u006e\u006e\u006ft\u0061\u0074\u0069\u006f\u006e\u0020d\u0069\u0063t\u0069\u006f\u006ea\u0072\u0069\u0065\u0073 \u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0069\u006e\u0067\u0020\u0061\u006e\u0020\u0041\u0050 \u006b\u0065\u0079\u002c\u0020\u0074\u0068\u0065\u0020\u0061p\u0070\u0065\u0061\u0072\u0061\u006e\u0063\u0065\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u0020\u0074\u0068\u0061\u0074\u0020\u0069\u0074\u0020\u0064\u0065\u0066\u0069\u006e\u0065\u0073\u0020\u0061\u0073\u0020it\u0073\u0020\u0076\u0061\u006cu\u0065\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u0063\u006f\u006e\u0074\u0061i\u006e\u0020o\u006e\u006c\u0079\u0020\u0074\u0068\u0065\u0020\u004e\u0020\u006b\u0065\u0079\u002e\u0020\u0049\u0066\u0020\u0061\u006e\u0020\u0061\u006e\u006e\u006f\u0074\u0061\u0074\u0069\u006f\u006e\u0020\u0064i\u0063\u0074\u0069o\u006e\u0061\u0072\u0079\u0027\u0073\u0020\u0053\u0075\u0062ty\u0070\u0065\u0020\u006b\u0065\u0079\u0020\u0068\u0061\u0073\u0020\u0061\u0020\u0076\u0061\u006c\u0075\u0065\u0020\u006f\u0066\u0020\u0057\u0069\u0064g\u0065\u0074\u0020\u0061\u006e\u0064\u0020\u0069\u0074s\u0020\u0046\u0054 \u006be\u0079\u0020\u0068\u0061\u0073\u0020\u0061\u0020\u0076\u0061\u006c\u0075\u0065\u0020\u006f\u0066\u0020B\u0074\u006e,\u0020\u0074he \u0076a\u006c\u0075\u0065\u0020\u006f\u0066\u0020\u0074\u0068\u0065\u0020\u004e\u0020\u006b\u0065\u0079\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u0062\u0065\u0020\u0061\u006e\u0020\u0061\u0070\u0070\u0065\u0061\u0072\u0061\u006e\u0063\u0065\u0020\u0073\u0075\u0062\u0064\u0069\u0063\u0074\u0069\u006fn\u0061r\u0079; \u006f\u0074\u0068\u0065\u0072\u0077\u0069s\u0065\u0020\u0074\u0068\u0065\u0020\u0076\u0061\u006c\u0075\u0065\u0020\u006f\u0066\u0020th\u0065\u0020N\u0020\u006b\u0065y\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u0062e\u0020\u0061\u006e\u0020\u0061\u0070\u0070\u0065\u0061\u0072\u0061n\u0063\u0065\u0020\u0073\u0074\u0072\u0065\u0061\u006d\u002e")); +_afa =true ;if _bfec (){return _addc ;};continue ;};};};if !_adece {if _cagde .Get ("\u0043")!=nil ||_cagde .Get ("\u0049\u0043")!=nil {_bfgfe ,_bcae :=_edcgd (_ccdd );if !_bcae {_addc =append (_addc ,_fgdg ("\u0036.\u0035\u002e\u0033\u002d\u0033","\u0041\u006e\u0020\u0061\u006e\u006e\u006f\u0074\u0061\u0074\u0069\u006f\u006e\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006ea\u0072\u0079\u0020\u0073\u0068\u0061l\u006c\u0020\u006e\u006f\u0074\u0020\u0063\u006fn\u0074a\u0069\u006e\u0020t\u0068e\u0020\u0043\u0020\u0061\u0072\u0072\u0061\u0079\u0020\u006f\u0072\u0020\u0074\u0068e\u0020\u0049\u0043\u0020\u0061\u0072\u0072\u0061\u0079\u0020\u0075\u006e\u006c\u0065\u0073\u0073\u0020\u0074\u0068\u0065\u0020\u0063o\u006c\u006f\u0072\u0020\u0073\u0070\u0061\u0063\u0065\u0020\u006f\u0066\u0020\u0074\u0068\u0065\u0020\u0044\u0065\u0073\u0074\u004f\u0075\u0074\u0070\u0075\u0074\u0050\u0072\u006ff\u0069\u006ce\u0020\u0069\u006e\u0020\u0074h\u0065\u0020\u0050\u0044\u0046\u002f\u0041\u002d\u0031\u0020\u004f\u0075\u0074\u0070\u0075\u0074\u0049\u006e\u0074\u0065\u006e\u0074\u0020\u0064\u0069\u0063t\u0069\u006f\u006e\u0061\u0072\u0079\u002c\u0020\u0064\u0065\u0066\u0069\u006e\u0065\u0064\u0020\u0069n\u0020\u0036\u002e\u0032\u002e2\u002c\u0020\u0069\u0073\u0020\u0052\u0047\u0042.")); +_adece =true ;if _bfec (){return _addc ;};}else {_egaed ,_dfdg :=_aad .GetIntVal (_bfgfe .Get ("\u004e"));if !_dfdg ||_egaed !=3{_addc =append (_addc ,_fgdg ("\u0036.\u0035\u002e\u0033\u002d\u0033","\u0041\u006e\u0020\u0061\u006e\u006e\u006f\u0074\u0061\u0074\u0069\u006f\u006e\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006ea\u0072\u0079\u0020\u0073\u0068\u0061l\u006c\u0020\u006e\u006f\u0074\u0020\u0063\u006fn\u0074a\u0069\u006e\u0020t\u0068e\u0020\u0043\u0020\u0061\u0072\u0072\u0061\u0079\u0020\u006f\u0072\u0020\u0074\u0068e\u0020\u0049\u0043\u0020\u0061\u0072\u0072\u0061\u0079\u0020\u0075\u006e\u006c\u0065\u0073\u0073\u0020\u0074\u0068\u0065\u0020\u0063o\u006c\u006f\u0072\u0020\u0073\u0070\u0061\u0063\u0065\u0020\u006f\u0066\u0020\u0074\u0068\u0065\u0020\u0044\u0065\u0073\u0074\u004f\u0075\u0074\u0070\u0075\u0074\u0050\u0072\u006ff\u0069\u006ce\u0020\u0069\u006e\u0020\u0074h\u0065\u0020\u0050\u0044\u0046\u002f\u0041\u002d\u0031\u0020\u004f\u0075\u0074\u0070\u0075\u0074\u0049\u006e\u0074\u0065\u006e\u0074\u0020\u0064\u0069\u0063t\u0069\u006f\u006e\u0061\u0072\u0079\u002c\u0020\u0064\u0065\u0066\u0069\u006e\u0065\u0064\u0020\u0069n\u0020\u0036\u002e\u0032\u002e2\u002c\u0020\u0069\u0073\u0020\u0052\u0047\u0042.")); +_adece =true ;if _bfec (){return _addc ;};};};};};_bcag ,_gdgec :=_dfcca .GetContext ().(*_g .PdfAnnotationWidget );if !_gdgec {continue ;};if !_aeabd {if _bcag .A !=nil {_addc =append (_addc ,_fgdg ("\u0036.\u0036\u002e\u0031\u002d\u0033","A \u0057\u0069d\u0067\u0065\u0074\u0020\u0061\u006e\u006e\u006f\u0074a\u0074\u0069\u006f\u006e\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u006e\u006f\u0074\u0020\u0069\u006ec\u006cu\u0064\u0065\u0020\u0061\u006e\u0020\u0041\u0020e\u006et\u0072\u0079.")); +_aeabd =true ;if _bfec (){return _addc ;};};};if !_decb {if _bcag .AA !=nil {_addc =append (_addc ,_fgdg ("\u0036.\u0036\u002e\u0032\u002d\u0031","\u0041\u0020\u0057\u0069\u0064\u0067\u0065\u0074\u0020\u0061\u006e\u006eo\u0074\u0061\u0074i\u006f\u006e\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061r\u0079\u0020\u0073h\u0061\u006c\u006c\u0020n\u006f\u0074\u0020\u0069\u006e\u0063\u006c\u0075\u0064\u0065\u0020\u0061\u006e\u0020\u0041\u0041\u0020\u0065\u006e\u0074\u0072\u0079\u0020\u0066\u006f\u0072\u0020\u0061\u006e\u0020\u0061d\u0064\u0069\u0074\u0069\u006f\u006e\u0061\u006c\u002d\u0061\u0063t\u0069\u006f\u006e\u0073\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u002e")); +_decb =true ;if _bfec (){return _addc ;};};};};};return _addc ;};type documentColorspaceOptimizeFunc func (_gdd *_ad .Document ,_acc []*_ad .Image )error ; -// Xmp is the xmp options information. -Xmp XmpOptions ;};func _gbec (_bdcdf *_geb .PdfObjectDictionary )ViolatedRule {const (_eccg ="\u0036.\u0033\u002e\u0033\u002d\u0032";_ddcc ="\u0046\u006f\u0072\u0020\u0061\u006c\u006c\u0020\u0054y\u0070\u0065\u0020\u0032\u0020\u0043\u0049\u0044\u0046\u006f\u006e\u0074\u0073\u0020\u0074\u0068\u0061\u0074\u0020\u0061\u0072\u0065\u0020\u0075\u0073\u0065\u0064\u0020f\u006f\u0072 \u0072\u0065\u006e\u0064\u0065\u0072\u0069\u006e\u0067,\u0020\u0074\u0068\u0065\u0020\u0043\u0049\u0044\u0046\u006fn\u0074\u0020\u0064\u0069c\u0074\u0069o\u006e\u0061\u0072\u0079\u0020\u0073\u0068\u0061\u006c\u006c \u0063\u006f\u006e\u0074\u0061i\u006e\u0020\u0061\u0020\u0043\u0049\u0044\u0054\u006f\u0047\u0049D\u004d\u0061\u0070\u0020\u0065\u006e\u0074\u0072\u0079\u0020\u0074\u0068\u0061\u0074\u0020\u0073\u0068\u0061\u006c\u006c \u0062\u0065\u0020a\u0020\u0073\u0074\u0072\u0065\u0061\u006d\u0020\u006d\u0061\u0070\u0070\u0069\u006e\u0067\u0020\u0066\u0072\u006f\u006d\u0020\u0043\u0049\u0044\u0073\u0020\u0074\u006f\u0020\u0067\u006c\u0079\u0070\u0068\u0020\u0069\u006e\u0064\u0069c\u0065\u0073\u0020\u006f\u0072\u0020\u0074\u0068\u0065\u0020\u006e\u0061\u006d\u0065\u0020\u0049d\u0065\u006e\u0074\u0069\u0074\u0079\u002c\u0020\u0061s d\u0065\u0073\u0063\u0072\u0069\u0062\u0065\u0064\u0020\u0069n\u0020P\u0044\u0046\u0020\u0052\u0065\u0066\u0065\u0072e\u006e\u0063\u0065\u0020\u0054a\u0062\u006c\u0065\u0020\u0035\u002e\u00313"; -);var _ccgf string ;if _afeec ,_cagdg :=_geb .GetName (_bdcdf .Get ("\u0053u\u0062\u0074\u0079\u0070\u0065"));_cagdg {_ccgf =_afeec .String ();};if _ccgf !="\u0043\u0049\u0044F\u006f\u006e\u0074\u0054\u0079\u0070\u0065\u0032"{return _fc ;};if _bdcdf .Get ("C\u0049\u0044\u0054\u006f\u0047\u0049\u0044\u004d\u0061\u0070")==nil {return _eef (_eccg ,_ddcc ); -};return _fc ;}; +// Profile2A is the implementation of the PDF/A-2A standard profile. +// Implements model.StandardImplementer, Profile interfaces. +type Profile2A struct{profile2 };func _efgd (_ccag *_g .CompliancePdfReader )(_gbeg []ViolatedRule ){if _ccag .ParserMetadata ().HasOddLengthHexStrings (){_gbeg =append (_gbeg ,_fgdg ("\u0036.\u0031\u002e\u0036\u002d\u0031","\u0068\u0065\u0078a\u0064\u0065\u0063\u0069\u006d\u0061\u006c\u0020\u0073\u0074\u0072\u0069\u006e\u0067\u0073\u0020\u0073\u0068\u006f\u0075\u006c\u0064\u0020\u0062\u0065\u0020\u006f\u0066\u0020e\u0076\u0065\u006e\u0020\u0073\u0069\u007a\u0065")); +};if _ccag .ParserMetadata ().HasOddLengthHexStrings (){_gbeg =append (_gbeg ,_fgdg ("\u0036.\u0031\u002e\u0036\u002d\u0032","\u0068\u0065\u0078\u0061\u0064\u0065\u0063\u0069\u006da\u006c\u0020s\u0074\u0072\u0069\u006e\u0067\u0073\u0020\u0073\u0068o\u0075\u006c\u0064\u0020c\u006f\u006e\u0074\u0061\u0069\u006e\u0020\u006f\u006e\u006c\u0079\u0020\u0063\u0068\u0061\u0072\u0061\u0063\u0074\u0065\u0072\u0073\u0020\u0066\u0072\u006f\u006d\u0020\u0072\u0061n\u0067\u0065\u0020[\u0030\u002d\u0039\u003b\u0041\u002d\u0046\u003b\u0061\u002d\u0066\u005d")); +};return _gbeg ;}; + +// Profile1A is the implementation of the PDF/A-1A standard profile. +// Implements model.StandardImplementer, Profile interfaces. +type Profile1A struct{profile1 }; // ValidateStandard checks if provided input CompliancePdfReader matches rules that conforms PDF/A-2 standard. -func (_fdcc *profile2 )ValidateStandard (r *_ae .CompliancePdfReader )error {_gaeg :=VerificationError {ConformanceLevel :_fdcc ._ceceg ._fgb ,ConformanceVariant :_fdcc ._ceceg ._ea };if _gege :=_caec (r );_gege !=_fc {_gaeg .ViolatedRules =append (_gaeg .ViolatedRules ,_gege ); -};if _ebcf :=_fedf (r );_ebcf !=_fc {_gaeg .ViolatedRules =append (_gaeg .ViolatedRules ,_ebcf );};if _ddee :=_cgd (r );_ddee !=_fc {_gaeg .ViolatedRules =append (_gaeg .ViolatedRules ,_ddee );};if _ceg :=_bdcg (r );_ceg !=_fc {_gaeg .ViolatedRules =append (_gaeg .ViolatedRules ,_ceg ); -};if _eda :=_fbgfd (r );_eda !=_fc {_gaeg .ViolatedRules =append (_gaeg .ViolatedRules ,_eda );};if _dfbb :=_abeg (r );len (_dfbb )!=0{_gaeg .ViolatedRules =append (_gaeg .ViolatedRules ,_dfbb ...);};if _fbdc :=_fgaag (r );len (_fbdc )!=0{_gaeg .ViolatedRules =append (_gaeg .ViolatedRules ,_fbdc ...); -};if _cgebg :=_fgabb (r );len (_cgebg )!=0{_gaeg .ViolatedRules =append (_gaeg .ViolatedRules ,_cgebg ...);};if _gdad :=_bbdbb (r );_gdad !=_fc {_gaeg .ViolatedRules =append (_gaeg .ViolatedRules ,_gdad );};if _fbad :=_gdfegg (r );len (_fbad )!=0{_gaeg .ViolatedRules =append (_gaeg .ViolatedRules ,_fbad ...); -};if _ccbf :=_ggcc (r );len (_ccbf )!=0{_gaeg .ViolatedRules =append (_gaeg .ViolatedRules ,_ccbf ...);};if _edag :=_faab (r );_edag !=_fc {_gaeg .ViolatedRules =append (_gaeg .ViolatedRules ,_edag );};if _ddacb :=_bdfda (r );len (_ddacb )!=0{_gaeg .ViolatedRules =append (_gaeg .ViolatedRules ,_ddacb ...); -};if _ded :=_abda (r );len (_ded )!=0{_gaeg .ViolatedRules =append (_gaeg .ViolatedRules ,_ded ...);};if _agfb :=_fbgb (r );_agfb !=_fc {_gaeg .ViolatedRules =append (_gaeg .ViolatedRules ,_agfb );};if _bdfg :=_cega (r );len (_bdfg )!=0{_gaeg .ViolatedRules =append (_gaeg .ViolatedRules ,_bdfg ...); -};if _fddb :=_cgad (r );len (_fddb )!=0{_gaeg .ViolatedRules =append (_gaeg .ViolatedRules ,_fddb ...);};if _bdeab :=_cgce (r );_bdeab !=_fc {_gaeg .ViolatedRules =append (_gaeg .ViolatedRules ,_bdeab );};if _ffdf :=_bbff (r );len (_ffdf )!=0{_gaeg .ViolatedRules =append (_gaeg .ViolatedRules ,_ffdf ...); -};if _dfaf :=_bbed (r ,_fdcc ._ceceg );len (_dfaf )!=0{_gaeg .ViolatedRules =append (_gaeg .ViolatedRules ,_dfaf ...);};if _dbda :=_gcbe (r );len (_dbda )!=0{_gaeg .ViolatedRules =append (_gaeg .ViolatedRules ,_dbda ...);};if _cbcae :=_bggcdg (r );len (_cbcae )!=0{_gaeg .ViolatedRules =append (_gaeg .ViolatedRules ,_cbcae ...); -};if _dag :=_ebdd (r );len (_dag )!=0{_gaeg .ViolatedRules =append (_gaeg .ViolatedRules ,_dag ...);};if _cabc :=_bdcf (r );_cabc !=_fc {_gaeg .ViolatedRules =append (_gaeg .ViolatedRules ,_cabc );};if _ggdf :=_efbe (r );len (_ggdf )!=0{_gaeg .ViolatedRules =append (_gaeg .ViolatedRules ,_ggdf ...); -};if _ccg :=_dfcge (r );_ccg !=_fc {_gaeg .ViolatedRules =append (_gaeg .ViolatedRules ,_ccg );};if _gbdg :=_ddadb (r ,_fdcc ._ceceg ,false );len (_gbdg )!=0{_gaeg .ViolatedRules =append (_gaeg .ViolatedRules ,_gbdg ...);};if _fdcc ._ceceg ==_cba (){if _fffa :=_ggefb (r ); -len (_fffa )!=0{_gaeg .ViolatedRules =append (_gaeg .ViolatedRules ,_fffa ...);};};if _bbcd :=_bfdgc (r );len (_bbcd )!=0{_gaeg .ViolatedRules =append (_gaeg .ViolatedRules ,_bbcd ...);};if _ffgf :=_cebe (r );len (_ffgf )!=0{_gaeg .ViolatedRules =append (_gaeg .ViolatedRules ,_ffgf ...); -};if _gbgc :=_cdfeb (r );len (_gbgc )!=0{_gaeg .ViolatedRules =append (_gaeg .ViolatedRules ,_gbgc ...);};if _egaf :=_beef (r );_egaf !=_fc {_gaeg .ViolatedRules =append (_gaeg .ViolatedRules ,_egaf );};if len (_gaeg .ViolatedRules )> 0{_f .Slice (_gaeg .ViolatedRules ,func (_ffedd ,_afge int )bool {return _gaeg .ViolatedRules [_ffedd ].RuleNo < _gaeg .ViolatedRules [_afge ].RuleNo ; -});return _gaeg ;};return nil ;};func _edbg (_ade *_bag .Document )(*_geb .PdfObjectDictionary ,bool ){_eggd ,_cgbe :=_ade .FindCatalog ();if !_cgbe {return nil ,false ;};_fdcd ,_cgbe :=_geb .GetArray (_eggd .Object .Get ("\u004f\u0075\u0074\u0070\u0075\u0074\u0049\u006e\u0074\u0065\u006e\u0074\u0073")); -if !_cgbe {return nil ,false ;};if _fdcd .Len ()==0{return nil ,false ;};return _geb .GetDict (_fdcd .Get (0));};func (_bad *documentImages )hasOnlyDeviceRGB ()bool {return _bad ._gdf &&!_bad ._cag &&!_bad ._cfb }; +func (_cgcff *profile2 )ValidateStandard (r *_g .CompliancePdfReader )error {_eadb :=VerificationError {ConformanceLevel :_cgcff ._cbebb ._bc ,ConformanceVariant :_cgcff ._cbebb ._fa };if _gabb :=_dgag (r );_gabb !=_fbc {_eadb .ViolatedRules =append (_eadb .ViolatedRules ,_gabb ); +};if _facd :=_eggb (r );_facd !=_fbc {_eadb .ViolatedRules =append (_eadb .ViolatedRules ,_facd );};if _gbff :=_ccc (r );_gbff !=_fbc {_eadb .ViolatedRules =append (_eadb .ViolatedRules ,_gbff );};if _ffec :=_cadf (r );_ffec !=_fbc {_eadb .ViolatedRules =append (_eadb .ViolatedRules ,_ffec ); +};if _dbef :=_efceg (r );_dbef !=_fbc {_eadb .ViolatedRules =append (_eadb .ViolatedRules ,_dbef );};if _eaaf :=_efgd (r );len (_eaaf )!=0{_eadb .ViolatedRules =append (_eadb .ViolatedRules ,_eaaf ...);};if _ecfbg :=_dcgfd (r );len (_ecfbg )!=0{_eadb .ViolatedRules =append (_eadb .ViolatedRules ,_ecfbg ...); +};if _dddae :=_ccfa (r );len (_dddae )!=0{_eadb .ViolatedRules =append (_eadb .ViolatedRules ,_dddae ...);};if _cdf :=_gbbb (r );_cdf !=_fbc {_eadb .ViolatedRules =append (_eadb .ViolatedRules ,_cdf );};if _bcdbb :=_gagf (r );len (_bcdbb )!=0{_eadb .ViolatedRules =append (_eadb .ViolatedRules ,_bcdbb ...); +};if _aegb :=_fdae (r );len (_aegb )!=0{_eadb .ViolatedRules =append (_eadb .ViolatedRules ,_aegb ...);};if _cgec :=_cabf (r );_cgec !=_fbc {_eadb .ViolatedRules =append (_eadb .ViolatedRules ,_cgec );};if _cabe :=_dgfcg (r );len (_cabe )!=0{_eadb .ViolatedRules =append (_eadb .ViolatedRules ,_cabe ...); +};if _faca :=_fgca (r );len (_faca )!=0{_eadb .ViolatedRules =append (_eadb .ViolatedRules ,_faca ...);};if _dadb :=_efdgc (r );_dadb !=_fbc {_eadb .ViolatedRules =append (_eadb .ViolatedRules ,_dadb );};if _begc :=_fdccb (r );len (_begc )!=0{_eadb .ViolatedRules =append (_eadb .ViolatedRules ,_begc ...); +};if _eabf :=_bdge (r );len (_eabf )!=0{_eadb .ViolatedRules =append (_eadb .ViolatedRules ,_eabf ...);};if _afda :=_aabca (r );_afda !=_fbc {_eadb .ViolatedRules =append (_eadb .ViolatedRules ,_afda );};if _fdbd :=_gegg (r );len (_fdbd )!=0{_eadb .ViolatedRules =append (_eadb .ViolatedRules ,_fdbd ...); +};if _bbed :=_abdd (r ,_cgcff ._cbebb );len (_bbed )!=0{_eadb .ViolatedRules =append (_eadb .ViolatedRules ,_bbed ...);};if _fade :=_ddgg (r );len (_fade )!=0{_eadb .ViolatedRules =append (_eadb .ViolatedRules ,_fade ...);};if _gbcec :=_bccb (r );len (_gbcec )!=0{_eadb .ViolatedRules =append (_eadb .ViolatedRules ,_gbcec ...); +};if _gcaf :=_dgcb (r );len (_gcaf )!=0{_eadb .ViolatedRules =append (_eadb .ViolatedRules ,_gcaf ...);};if _ccbe :=_edgad (r );_ccbe !=_fbc {_eadb .ViolatedRules =append (_eadb .ViolatedRules ,_ccbe );};if _bfdc :=_ebba (r );len (_bfdc )!=0{_eadb .ViolatedRules =append (_eadb .ViolatedRules ,_bfdc ...); +};if _aaafa :=_bdcb (r );_aaafa !=_fbc {_eadb .ViolatedRules =append (_eadb .ViolatedRules ,_aaafa );};if _eefbf :=_cdgbg (r ,_cgcff ._cbebb ,false );len (_eefbf )!=0{_eadb .ViolatedRules =append (_eadb .ViolatedRules ,_eefbf ...);};if _cgcff ._cbebb ==_fcb (){if _adfg :=_cdec (r ); +len (_adfg )!=0{_eadb .ViolatedRules =append (_eadb .ViolatedRules ,_adfg ...);};};if _feab :=_debf (r );len (_feab )!=0{_eadb .ViolatedRules =append (_eadb .ViolatedRules ,_feab ...);};if _ggfc :=_abgf (r );len (_ggfc )!=0{_eadb .ViolatedRules =append (_eadb .ViolatedRules ,_ggfc ...); +};if _bac :=_eaef (r );len (_bac )!=0{_eadb .ViolatedRules =append (_eadb .ViolatedRules ,_bac ...);};if _aeee :=_daaac (r );_aeee !=_fbc {_eadb .ViolatedRules =append (_eadb .ViolatedRules ,_aeee );};if len (_eadb .ViolatedRules )> 0{_bb .Slice (_eadb .ViolatedRules ,func (_cbab ,_dfda int )bool {return _eadb .ViolatedRules [_cbab ].RuleNo < _eadb .ViolatedRules [_dfda ].RuleNo ; +});return _eadb ;};return nil ;};type imageInfo struct{ColorSpace _aad .PdfObjectName ;BitsPerComponent int ;ColorComponents int ;Width int ;Height int ;Stream *_aad .PdfObjectStream ;_fbaa bool ;}; -// Profile is the model.StandardImplementer enhanced by the information about the profile conformance level. -type Profile interface{_ae .StandardImplementer ;Conformance ()string ;Part ()int ;};func _aafd (_abgg *_ae .CompliancePdfReader )ViolatedRule {_ccad ,_edefb :=_abgg .GetTrailer ();if _edefb !=nil {_gd .Log .Debug ("\u0043\u0061\u006en\u006f\u0074\u0020\u0067e\u0074\u0020\u0064\u006f\u0063\u0075\u006de\u006e\u0074\u0020\u0074\u0072\u0061\u0069\u006c\u0065\u0072\u003a\u0020\u0025\u0076",_edefb ); -return _fc ;};_cbdf ,_ccfe :=_ccad .Get ("\u0052\u006f\u006f\u0074").(*_geb .PdfObjectReference );if !_ccfe {_gd .Log .Debug ("\u0043a\u006e\u006e\u006f\u0074 \u0066\u0069\u006e\u0064\u0020d\u006fc\u0075m\u0065\u006e\u0074\u0020\u0072\u006f\u006ft");return _fc ; -};_deba ,_ccfe :=_geb .GetDict (_geb .ResolveReference (_cbdf ));if !_ccfe {_gd .Log .Debug ("\u0063\u0061\u006e\u006e\u006f\u0074 \u0072\u0065\u0073\u006f\u006c\u0076\u0065\u0020\u0063\u0061\u0074\u0061\u006co\u0067\u0020\u0064\u0069\u0063\u0074\u0069o\u006e\u0061\u0072\u0079"); -return _fc ;};if _deba .Get ("\u004f\u0043\u0050r\u006f\u0070\u0065\u0072\u0074\u0069\u0065\u0073")!=nil {return _eef ("\u0036\u002e\u0031\u002e\u0031\u0033\u002d\u0031","\u0054\u0068\u0065\u0020\u0064\u006f\u0063u\u006d\u0065\u006e\u0074\u0020\u0063\u0061\u0074\u0061\u006c\u006f\u0067\u0020\u0064\u0069\u0063\u0074\u0069o\u006e\u0061\u0072\u0079\u0020s\u0068\u0061\u006c\u006c\u0020\u006e\u006f\u0074\u0020c\u006f\u006e\u0074\u0061\u0069\u006e\u0020\u0061\u0020\u006b\u0065\u0079\u0020\u0077\u0069\u0074\u0068\u0020\u0074\u0068\u0065\u0020\u006e\u0061\u006d\u0065\u0020\u004f\u0043\u0050\u0072\u006f\u0070\u0065\u0072\u0074\u0069\u0065\u0073"); -};return _fc ;};func _cgce (_aagfb *_ae .CompliancePdfReader )(_cced ViolatedRule ){for _ ,_fgde :=range _aagfb .GetObjectNums (){_eecd ,_edbea :=_aagfb .GetIndirectObjectByNumber (_fgde );if _edbea !=nil {continue ;};_cgeg ,_cada :=_geb .GetStream (_eecd ); -if !_cada {continue ;};_cdgga ,_cada :=_geb .GetName (_cgeg .Get ("\u0054\u0079\u0070\u0065"));if !_cada {continue ;};if *_cdgga !="\u0058O\u0062\u006a\u0065\u0063\u0074"{continue ;};_ ,_cada =_geb .GetName (_cgeg .Get ("\u004f\u0050\u0049"));if _cada {return _eef ("\u0036.\u0032\u002e\u0039\u002d\u0031","\u0041\u0020\u0066\u006f\u0072m\u0020\u0058\u004f\u0062\u006a\u0065c\u0074\u0020\u0064i\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u006e\u006ft\u0020\u0063\u006f\u006e\u0074\u0061\u0069n\u0020\u0061\u006e\u0079\u0020\u006f\u0066\u0020\u0074\u0068\u0065\u0020\u0066\u006f\u006c\u006c\u006f\u0077\u0069\u006e\u0067\u003a \u002d\u0020\u0074\u0068\u0065\u0020O\u0050\u0049\u0020\u006b\u0065\u0079\u003b \u002d\u0020\u0074\u0068e \u0053u\u0062\u0074\u0079\u0070\u0065\u0032 ke\u0079 \u0077\u0069t\u0068\u0020\u0061\u0020\u0076\u0061l\u0075\u0065\u0020\u006f\u0066\u0020\u0050\u0053\u003b\u0020\u002d \u0074\u0068\u0065\u0020\u0050\u0053\u0020\u006b\u0065\u0079\u002e"); -};_abdga ,_cada :=_geb .GetName (_cgeg .Get ("\u0053\u0075\u0062\u0074\u0079\u0070\u0065\u0032"));if !_cada {continue ;};if *_abdga =="\u0050\u0053"{return _eef ("\u0036.\u0032\u002e\u0039\u002d\u0031","\u0041\u0020\u0066\u006f\u0072m\u0020\u0058\u004f\u0062\u006a\u0065c\u0074\u0020\u0064i\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u006e\u006ft\u0020\u0063\u006f\u006e\u0074\u0061\u0069n\u0020\u0061\u006e\u0079\u0020\u006f\u0066\u0020\u0074\u0068\u0065\u0020\u0066\u006f\u006c\u006c\u006f\u0077\u0069\u006e\u0067\u003a \u002d\u0020\u0074\u0068\u0065\u0020O\u0050\u0049\u0020\u006b\u0065\u0079\u003b \u002d\u0020\u0074\u0068e \u0053u\u0062\u0074\u0079\u0070\u0065\u0032 ke\u0079 \u0077\u0069t\u0068\u0020\u0061\u0020\u0076\u0061l\u0075\u0065\u0020\u006f\u0066\u0020\u0050\u0053\u003b\u0020\u002d \u0074\u0068\u0065\u0020\u0050\u0053\u0020\u006b\u0065\u0079\u002e"); -};if _cgeg .Get ("\u0050\u0053")!=nil {return _eef ("\u0036.\u0032\u002e\u0039\u002d\u0031","\u0041\u0020\u0066\u006f\u0072m\u0020\u0058\u004f\u0062\u006a\u0065c\u0074\u0020\u0064i\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u006e\u006ft\u0020\u0063\u006f\u006e\u0074\u0061\u0069n\u0020\u0061\u006e\u0079\u0020\u006f\u0066\u0020\u0074\u0068\u0065\u0020\u0066\u006f\u006c\u006c\u006f\u0077\u0069\u006e\u0067\u003a \u002d\u0020\u0074\u0068\u0065\u0020O\u0050\u0049\u0020\u006b\u0065\u0079\u003b \u002d\u0020\u0074\u0068e \u0053u\u0062\u0074\u0079\u0070\u0065\u0032 ke\u0079 \u0077\u0069t\u0068\u0020\u0061\u0020\u0076\u0061l\u0075\u0065\u0020\u006f\u0066\u0020\u0050\u0053\u003b\u0020\u002d \u0074\u0068\u0065\u0020\u0050\u0053\u0020\u006b\u0065\u0079\u002e"); -};};return _cced ;};func _cgfb (_fdgc *_ae .CompliancePdfReader )(_cgdb []ViolatedRule ){var _fefdb ,_feccb ,_dcce ,_cbccb ,_gdddfe ,_afbf ,_fecad bool ;_abgd :=func ()bool {return _fefdb &&_feccb &&_dcce &&_cbccb &&_gdddfe &&_afbf &&_fecad };for _ ,_ecad :=range _fdgc .PageList {_aacdg ,_afea :=_ecad .GetAnnotations (); -if _afea !=nil {_gd .Log .Trace ("\u006c\u006f\u0061\u0064\u0069\u006e\u0067\u0020\u0061\u006en\u006f\u0074\u0061\u0074\u0069\u006f\u006es\u0020\u0066\u0061\u0069\u006c\u0065\u0064\u003a\u0020\u0025\u0076",_afea );continue ;};for _ ,_dbcbg :=range _aacdg {if !_fefdb {switch _dbcbg .GetContext ().(type ){case *_ae .PdfAnnotationFileAttachment ,*_ae .PdfAnnotationSound ,*_ae .PdfAnnotationMovie ,nil :_cgdb =append (_cgdb ,_eef ("\u0036.\u0035\u002e\u0032\u002d\u0031","\u0041\u006e\u006e\u006f\u0074\u0061\u0074\u0069\u006f\u006e\u0020\u0074\u0079\u0070\u0065\u0073\u0020\u006e\u006f\u0074 \u0064\u0065\u0066\u0069\u006e\u0065\u0064\u0020i\u006e\u0020\u0050\u0044\u0046\u0020\u0052\u0065\u0066\u0065\u0072\u0065\u006ec\u0065\u0020\u0073\u0068\u0061l\u006c\u0020\u006e\u006f\u0074 \u0062\u0065\u0020p\u0065\u0072m\u0069\u0074\u0074\u0065\u0064\u002e\u0020\u0041d\u0064\u0069\u0074\u0069\u006f\u006e\u0061\u006c\u006c\u0079\u002c\u0020\u0074\u0068\u0065\u0020F\u0069\u006c\u0065\u0041\u0074\u0074\u0061\u0063\u0068\u006de\u006e\u0074\u002c\u0020\u0053\u006f\u0075\u006e\u0064\u0020\u0061\u006e\u0064\u0020\u004d\u006f\u0076\u0069e\u0020\u0074\u0079\u0070\u0065s \u0073ha\u006c\u006c\u0020\u006eo\u0074\u0020\u0062\u0065\u0020\u0070\u0065\u0072\u006d\u0069\u0074\u0074\u0065\u0064\u002e")); -_fefdb =true ;if _abgd (){return _cgdb ;};};};_fgc ,_cbaa :=_geb .GetDict (_dbcbg .GetContainingPdfObject ());if !_cbaa {continue ;};if !_feccb {_efccc ,_ebab :=_geb .GetFloatVal (_fgc .Get ("\u0043\u0041"));if _ebab &&_efccc !=1.0{_cgdb =append (_cgdb ,_eef ("\u0036.\u0035\u002e\u0033\u002d\u0031","\u0041\u006e\u0020\u0061\u006e\u006e\u006ft\u0061\u0074\u0069\u006f\u006e\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u0020\u0073h\u0061\u006c\u006c\u0020\u006eo\u0074\u0020\u0063\u006f\u006e\u0074\u0061\u0069\u006e \u0074\u0068\u0065\u0020\u0043\u0041\u0020\u006b\u0065\u0079\u0020\u0077\u0069\u0074\u0068\u0020\u0061\u0020\u0076\u0061\u006c\u0075\u0065\u0020\u006f\u0074\u0068\u0065\u0072\u0020\u0074\u0068\u0061\u006e\u0020\u0031\u002e\u0030\u002e")); -_feccb =true ;if _abgd (){return _cgdb ;};};};if !_dcce {_febd ,_gfde :=_geb .GetIntVal (_fgc .Get ("\u0046"));if !(_gfde &&_febd &4==4&&_febd &1==0&&_febd &2==0&&_febd &32==0){_cgdb =append (_cgdb ,_eef ("\u0036.\u0035\u002e\u0033\u002d\u0032","\u0041\u006e\u0020\u0061\u006e\u006e\u006f\u0074\u0061\u0074i\u006f\u006e\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079 \u0073\u0068\u0061\u006c\u006c\u0020\u0063\u006f\u006e\u0074\u0061\u0069n\u0020\u0074\u0068\u0065\u0020\u0046\u0020\u006b\u0065\u0079\u002e\u0020\u0054\u0068\u0065\u0020\u0046\u0020\u006b\u0065\u0079\u0027\u0073\u0020\u0050\u0072\u0069\u006e\u0074\u0020\u0066\u006c\u0061\u0067\u0020\u0062\u0069\u0074\u0020\u0073h\u0061\u006c\u006c\u0020\u0062\u0065 s\u0065\u0074\u0020\u0074\u006f\u0020\u0031\u0020\u0061\u006e\u0064\u0020\u0069\u0074\u0073\u0020\u0048\u0069\u0064\u0064\u0065\u006e\u002c\u0020I\u006e\u0076\u0069\u0073\u0069\u0062\u006c\u0065\u0020\u0061\u006e\u0064\u0020\u004e\u006f\u0056\u0069\u0065\u0077\u0020\u0066\u006c\u0061\u0067\u0020b\u0069\u0074\u0073 \u0073\u0068\u0061\u006c\u006c\u0020\u0062\u0065\u0020\u0073e\u0074\u0020t\u006f\u0020\u0030\u002e")); -_dcce =true ;if _abgd (){return _cgdb ;};};};if !_cbccb {_gebgf ,_cbde :=_geb .GetDict (_fgc .Get ("\u0041\u0050"));if _cbde {_eadea :=_gebgf .Get ("\u004e");if _eadea ==nil ||len (_gebgf .Keys ())> 1{_cgdb =append (_cgdb ,_eef ("\u0036.\u0035\u002e\u0033\u002d\u0034","\u0046\u006f\u0072\u0020\u0061\u006c\u006c\u0020\u0061\u006e\u006e\u006ft\u0061\u0074\u0069\u006f\u006e\u0020d\u0069\u0063t\u0069\u006f\u006ea\u0072\u0069\u0065\u0073 \u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0069\u006e\u0067\u0020\u0061\u006e\u0020\u0041\u0050 \u006b\u0065\u0079\u002c\u0020\u0074\u0068\u0065\u0020\u0061p\u0070\u0065\u0061\u0072\u0061\u006e\u0063\u0065\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u0020\u0074\u0068\u0061\u0074\u0020\u0069\u0074\u0020\u0064\u0065\u0066\u0069\u006e\u0065\u0073\u0020\u0061\u0073\u0020it\u0073\u0020\u0076\u0061\u006cu\u0065\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u0063\u006f\u006e\u0074\u0061i\u006e\u0020o\u006e\u006c\u0079\u0020\u0074\u0068\u0065\u0020\u004e\u0020\u006b\u0065\u0079\u002e\u0020\u0049\u0066\u0020\u0061\u006e\u0020\u0061\u006e\u006e\u006f\u0074\u0061\u0074\u0069\u006f\u006e\u0020\u0064i\u0063\u0074\u0069o\u006e\u0061\u0072\u0079\u0027\u0073\u0020\u0053\u0075\u0062ty\u0070\u0065\u0020\u006b\u0065\u0079\u0020\u0068\u0061\u0073\u0020\u0061\u0020\u0076\u0061\u006c\u0075\u0065\u0020\u006f\u0066\u0020\u0057\u0069\u0064g\u0065\u0074\u0020\u0061\u006e\u0064\u0020\u0069\u0074s\u0020\u0046\u0054 \u006be\u0079\u0020\u0068\u0061\u0073\u0020\u0061\u0020\u0076\u0061\u006c\u0075\u0065\u0020\u006f\u0066\u0020B\u0074\u006e,\u0020\u0074he \u0076a\u006c\u0075\u0065\u0020\u006f\u0066\u0020\u0074\u0068\u0065\u0020\u004e\u0020\u006b\u0065\u0079\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u0062\u0065\u0020\u0061\u006e\u0020\u0061\u0070\u0070\u0065\u0061\u0072\u0061\u006e\u0063\u0065\u0020\u0073\u0075\u0062\u0064\u0069\u0063\u0074\u0069\u006fn\u0061r\u0079; \u006f\u0074\u0068\u0065\u0072\u0077\u0069s\u0065\u0020\u0074\u0068\u0065\u0020\u0076\u0061\u006c\u0075\u0065\u0020\u006f\u0066\u0020th\u0065\u0020N\u0020\u006b\u0065y\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u0062e\u0020\u0061\u006e\u0020\u0061\u0070\u0070\u0065\u0061\u0072\u0061n\u0063\u0065\u0020\u0073\u0074\u0072\u0065\u0061\u006d\u002e")); -_cbccb =true ;if _abgd (){return _cgdb ;};continue ;};_ ,_bfffa :=_dbcbg .GetContext ().(*_ae .PdfAnnotationWidget );if _bfffa {_gaea ,_adfc :=_geb .GetName (_fgc .Get ("\u0046\u0054"));if _adfc &&*_gaea =="\u0042\u0074\u006e"{if _ ,_cfag :=_geb .GetDict (_eadea ); -!_cfag {_cgdb =append (_cgdb ,_eef ("\u0036.\u0035\u002e\u0033\u002d\u0034","\u0046\u006f\u0072\u0020\u0061\u006c\u006c\u0020\u0061\u006e\u006e\u006ft\u0061\u0074\u0069\u006f\u006e\u0020d\u0069\u0063t\u0069\u006f\u006ea\u0072\u0069\u0065\u0073 \u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0069\u006e\u0067\u0020\u0061\u006e\u0020\u0041\u0050 \u006b\u0065\u0079\u002c\u0020\u0074\u0068\u0065\u0020\u0061p\u0070\u0065\u0061\u0072\u0061\u006e\u0063\u0065\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u0020\u0074\u0068\u0061\u0074\u0020\u0069\u0074\u0020\u0064\u0065\u0066\u0069\u006e\u0065\u0073\u0020\u0061\u0073\u0020it\u0073\u0020\u0076\u0061\u006cu\u0065\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u0063\u006f\u006e\u0074\u0061i\u006e\u0020o\u006e\u006c\u0079\u0020\u0074\u0068\u0065\u0020\u004e\u0020\u006b\u0065\u0079\u002e\u0020\u0049\u0066\u0020\u0061\u006e\u0020\u0061\u006e\u006e\u006f\u0074\u0061\u0074\u0069\u006f\u006e\u0020\u0064i\u0063\u0074\u0069o\u006e\u0061\u0072\u0079\u0027\u0073\u0020\u0053\u0075\u0062ty\u0070\u0065\u0020\u006b\u0065\u0079\u0020\u0068\u0061\u0073\u0020\u0061\u0020\u0076\u0061\u006c\u0075\u0065\u0020\u006f\u0066\u0020\u0057\u0069\u0064g\u0065\u0074\u0020\u0061\u006e\u0064\u0020\u0069\u0074s\u0020\u0046\u0054 \u006be\u0079\u0020\u0068\u0061\u0073\u0020\u0061\u0020\u0076\u0061\u006c\u0075\u0065\u0020\u006f\u0066\u0020B\u0074\u006e,\u0020\u0074he \u0076a\u006c\u0075\u0065\u0020\u006f\u0066\u0020\u0074\u0068\u0065\u0020\u004e\u0020\u006b\u0065\u0079\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u0062\u0065\u0020\u0061\u006e\u0020\u0061\u0070\u0070\u0065\u0061\u0072\u0061\u006e\u0063\u0065\u0020\u0073\u0075\u0062\u0064\u0069\u0063\u0074\u0069\u006fn\u0061r\u0079; \u006f\u0074\u0068\u0065\u0072\u0077\u0069s\u0065\u0020\u0074\u0068\u0065\u0020\u0076\u0061\u006c\u0075\u0065\u0020\u006f\u0066\u0020th\u0065\u0020N\u0020\u006b\u0065y\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u0062e\u0020\u0061\u006e\u0020\u0061\u0070\u0070\u0065\u0061\u0072\u0061n\u0063\u0065\u0020\u0073\u0074\u0072\u0065\u0061\u006d\u002e")); -_cbccb =true ;if _abgd (){return _cgdb ;};continue ;};};};_ ,_adcd :=_geb .GetStream (_eadea );if !_adcd {_cgdb =append (_cgdb ,_eef ("\u0036.\u0035\u002e\u0033\u002d\u0034","\u0046\u006f\u0072\u0020\u0061\u006c\u006c\u0020\u0061\u006e\u006e\u006ft\u0061\u0074\u0069\u006f\u006e\u0020d\u0069\u0063t\u0069\u006f\u006ea\u0072\u0069\u0065\u0073 \u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0069\u006e\u0067\u0020\u0061\u006e\u0020\u0041\u0050 \u006b\u0065\u0079\u002c\u0020\u0074\u0068\u0065\u0020\u0061p\u0070\u0065\u0061\u0072\u0061\u006e\u0063\u0065\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u0020\u0074\u0068\u0061\u0074\u0020\u0069\u0074\u0020\u0064\u0065\u0066\u0069\u006e\u0065\u0073\u0020\u0061\u0073\u0020it\u0073\u0020\u0076\u0061\u006cu\u0065\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u0063\u006f\u006e\u0074\u0061i\u006e\u0020o\u006e\u006c\u0079\u0020\u0074\u0068\u0065\u0020\u004e\u0020\u006b\u0065\u0079\u002e\u0020\u0049\u0066\u0020\u0061\u006e\u0020\u0061\u006e\u006e\u006f\u0074\u0061\u0074\u0069\u006f\u006e\u0020\u0064i\u0063\u0074\u0069o\u006e\u0061\u0072\u0079\u0027\u0073\u0020\u0053\u0075\u0062ty\u0070\u0065\u0020\u006b\u0065\u0079\u0020\u0068\u0061\u0073\u0020\u0061\u0020\u0076\u0061\u006c\u0075\u0065\u0020\u006f\u0066\u0020\u0057\u0069\u0064g\u0065\u0074\u0020\u0061\u006e\u0064\u0020\u0069\u0074s\u0020\u0046\u0054 \u006be\u0079\u0020\u0068\u0061\u0073\u0020\u0061\u0020\u0076\u0061\u006c\u0075\u0065\u0020\u006f\u0066\u0020B\u0074\u006e,\u0020\u0074he \u0076a\u006c\u0075\u0065\u0020\u006f\u0066\u0020\u0074\u0068\u0065\u0020\u004e\u0020\u006b\u0065\u0079\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u0062\u0065\u0020\u0061\u006e\u0020\u0061\u0070\u0070\u0065\u0061\u0072\u0061\u006e\u0063\u0065\u0020\u0073\u0075\u0062\u0064\u0069\u0063\u0074\u0069\u006fn\u0061r\u0079; \u006f\u0074\u0068\u0065\u0072\u0077\u0069s\u0065\u0020\u0074\u0068\u0065\u0020\u0076\u0061\u006c\u0075\u0065\u0020\u006f\u0066\u0020th\u0065\u0020N\u0020\u006b\u0065y\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u0062e\u0020\u0061\u006e\u0020\u0061\u0070\u0070\u0065\u0061\u0072\u0061n\u0063\u0065\u0020\u0073\u0074\u0072\u0065\u0061\u006d\u002e")); -_cbccb =true ;if _abgd (){return _cgdb ;};continue ;};};};if !_gdddfe {if _fgc .Get ("\u0043")!=nil ||_fgc .Get ("\u0049\u0043")!=nil {_adfb ,_eagbd :=_cbfe (_fdgc );if !_eagbd {_cgdb =append (_cgdb ,_eef ("\u0036.\u0035\u002e\u0033\u002d\u0033","\u0041\u006e\u0020\u0061\u006e\u006e\u006f\u0074\u0061\u0074\u0069\u006f\u006e\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006ea\u0072\u0079\u0020\u0073\u0068\u0061l\u006c\u0020\u006e\u006f\u0074\u0020\u0063\u006fn\u0074a\u0069\u006e\u0020t\u0068e\u0020\u0043\u0020\u0061\u0072\u0072\u0061\u0079\u0020\u006f\u0072\u0020\u0074\u0068e\u0020\u0049\u0043\u0020\u0061\u0072\u0072\u0061\u0079\u0020\u0075\u006e\u006c\u0065\u0073\u0073\u0020\u0074\u0068\u0065\u0020\u0063o\u006c\u006f\u0072\u0020\u0073\u0070\u0061\u0063\u0065\u0020\u006f\u0066\u0020\u0074\u0068\u0065\u0020\u0044\u0065\u0073\u0074\u004f\u0075\u0074\u0070\u0075\u0074\u0050\u0072\u006ff\u0069\u006ce\u0020\u0069\u006e\u0020\u0074h\u0065\u0020\u0050\u0044\u0046\u002f\u0041\u002d\u0031\u0020\u004f\u0075\u0074\u0070\u0075\u0074\u0049\u006e\u0074\u0065\u006e\u0074\u0020\u0064\u0069\u0063t\u0069\u006f\u006e\u0061\u0072\u0079\u002c\u0020\u0064\u0065\u0066\u0069\u006e\u0065\u0064\u0020\u0069n\u0020\u0036\u002e\u0032\u002e2\u002c\u0020\u0069\u0073\u0020\u0052\u0047\u0042.")); -_gdddfe =true ;if _abgd (){return _cgdb ;};}else {_bdgf ,_ggegc :=_geb .GetIntVal (_adfb .Get ("\u004e"));if !_ggegc ||_bdgf !=3{_cgdb =append (_cgdb ,_eef ("\u0036.\u0035\u002e\u0033\u002d\u0033","\u0041\u006e\u0020\u0061\u006e\u006e\u006f\u0074\u0061\u0074\u0069\u006f\u006e\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006ea\u0072\u0079\u0020\u0073\u0068\u0061l\u006c\u0020\u006e\u006f\u0074\u0020\u0063\u006fn\u0074a\u0069\u006e\u0020t\u0068e\u0020\u0043\u0020\u0061\u0072\u0072\u0061\u0079\u0020\u006f\u0072\u0020\u0074\u0068e\u0020\u0049\u0043\u0020\u0061\u0072\u0072\u0061\u0079\u0020\u0075\u006e\u006c\u0065\u0073\u0073\u0020\u0074\u0068\u0065\u0020\u0063o\u006c\u006f\u0072\u0020\u0073\u0070\u0061\u0063\u0065\u0020\u006f\u0066\u0020\u0074\u0068\u0065\u0020\u0044\u0065\u0073\u0074\u004f\u0075\u0074\u0070\u0075\u0074\u0050\u0072\u006ff\u0069\u006ce\u0020\u0069\u006e\u0020\u0074h\u0065\u0020\u0050\u0044\u0046\u002f\u0041\u002d\u0031\u0020\u004f\u0075\u0074\u0070\u0075\u0074\u0049\u006e\u0074\u0065\u006e\u0074\u0020\u0064\u0069\u0063t\u0069\u006f\u006e\u0061\u0072\u0079\u002c\u0020\u0064\u0065\u0066\u0069\u006e\u0065\u0064\u0020\u0069n\u0020\u0036\u002e\u0032\u002e2\u002c\u0020\u0069\u0073\u0020\u0052\u0047\u0042.")); -_gdddfe =true ;if _abgd (){return _cgdb ;};};};};};_eegad ,_gedcb :=_dbcbg .GetContext ().(*_ae .PdfAnnotationWidget );if !_gedcb {continue ;};if !_afbf {if _eegad .A !=nil {_cgdb =append (_cgdb ,_eef ("\u0036.\u0036\u002e\u0031\u002d\u0033","A \u0057\u0069d\u0067\u0065\u0074\u0020\u0061\u006e\u006e\u006f\u0074a\u0074\u0069\u006f\u006e\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u006e\u006f\u0074\u0020\u0069\u006ec\u006cu\u0064\u0065\u0020\u0061\u006e\u0020\u0041\u0020e\u006et\u0072\u0079.")); -_afbf =true ;if _abgd (){return _cgdb ;};};};if !_fecad {if _eegad .AA !=nil {_cgdb =append (_cgdb ,_eef ("\u0036.\u0036\u002e\u0032\u002d\u0031","\u0041\u0020\u0057\u0069\u0064\u0067\u0065\u0074\u0020\u0061\u006e\u006eo\u0074\u0061\u0074i\u006f\u006e\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061r\u0079\u0020\u0073h\u0061\u006c\u006c\u0020n\u006f\u0074\u0020\u0069\u006e\u0063\u006c\u0075\u0064\u0065\u0020\u0061\u006e\u0020\u0041\u0041\u0020\u0065\u006e\u0074\u0072\u0079\u0020\u0066\u006f\u0072\u0020\u0061\u006e\u0020\u0061d\u0064\u0069\u0074\u0069\u006f\u006e\u0061\u006c\u002d\u0061\u0063t\u0069\u006f\u006e\u0073\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u002e")); -_fecad =true ;if _abgd (){return _cgdb ;};};};};};return _cgdb ;}; +// NewProfile3B creates a new Profile3B with the given options. +func NewProfile3B (options *Profile3Options )*Profile3B {if options ==nil {options =DefaultProfile3Options ();};_dggc (options );return &Profile3B {profile3 {_fcaa :*options ,_fbdd :_ac ()}};};func _eff (_dba *_ad .Document )error {_fabe ,_cfa :=_dba .FindCatalog (); +if !_cfa {return nil ;};_ ,_cfa =_fabe .GetStructTreeRoot ();if !_cfa {_ccbg :=_g .NewStructTreeRoot ();_dcd :=_ccbg .ToPdfObject ().(*_aad .PdfIndirectObject );_bbd :=_dcd .PdfObject .(*_aad .PdfObjectDictionary );_fabe .SetStructTreeRoot (_bbd );};return nil ; +};var _ Profile =(*Profile3B )(nil );func _dcfg (_edd *_ad .Document )error {_ffc :=map[string ]*_aad .PdfObjectDictionary {};_acgf :=_gb .NewFinder (&_gb .FinderOpts {Extensions :[]string {"\u002e\u0074\u0074\u0066","\u002e\u0074\u0074\u0063"}});_afc :=map[_aad .PdfObject ]struct{}{}; +_edc :=map[_aad .PdfObject ]struct{}{};for _ ,_daf :=range _edd .Objects {_beb ,_gge :=_aad .GetDict (_daf );if !_gge {continue ;};_eee :=_beb .Get ("\u0054\u0079\u0070\u0065");if _eee ==nil {continue ;};if _fag ,_ffb :=_aad .GetName (_eee );_ffb &&_fag .String ()!="\u0046\u006f\u006e\u0074"{continue ; +};if _ ,_bgf :=_afc [_daf ];_bgf {continue ;};_ega ,_fde :=_g .NewPdfFontFromPdfObject (_beb );if _fde !=nil {_be .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0063\u006f\u0075\u006c\u0064\u0020\u006e\u006f\u0074\u0020\u006c\u006f\u0061\u0064\u0020\u0066\u006fn\u0074\u0020\u0066\u0072\u006fm\u0020\u006fb\u006a\u0065\u0063\u0074"); +return _fde ;};if _ega .Encoder ()!=nil &&(_ega .Encoder ().String ()=="\u0049\u0064\u0065\u006e\u0074\u0069\u0074\u0079\u002d\u0048"||_ega .Encoder ().String ()=="\u0049\u0064\u0065\u006e\u0074\u0069\u0074\u0079\u002d\u0056"){continue ;};if _ega .Subtype ()=="\u0043\u0049\u0044F\u006f\u006e\u0074\u0054\u0079\u0070\u0065\u0032"{_egfa :=_ega .GetCIDToGIDMapObject (); +if _egfa !=nil {continue ;};};_dde ,_fde :=_ega .GetFontDescriptor ();if _fde !=nil {return _fde ;};if _dde !=nil &&(_dde .FontFile !=nil ||_dde .FontFile2 !=nil ||_dde .FontFile3 !=nil ){continue ;};_bfd :=_ega .BaseFont ();if _bfd ==""{_bfg ,_afdd :=_ega .GetFontDescriptor (); +if _afdd !=nil {return _b .Errorf ("\u0063\u0061\u006e\u0027\u0074\u0020\u0067\u0065t\u0020\u0074\u0068e \u0066\u006f\u006e\u0074\u0020\u006ea\u006d\u0065\u0020\u0066\u0072\u006f\u006d\u0020\u0066\u006f\u006e\u0074\u0020\u0064\u0065s\u0063\u0072\u0069\u0070\u0074\u006f\u0072\u003a \u0025\u0073",_beb .String ()); +};_bfd =_bfg .FontName .String ();if _bfd ==""{return _b .Errorf ("\u006f\u006e\u0065\u0020\u006f\u0066\u0020\u0074\u0068\u0065\u0020\u0066\u006f\u006e\u0074\u0020\u006f\u0062\u006a\u0065c\u0074\u0073\u0020\u0073\u0079\u006e\u0074\u0061\u0078\u0020\u0069\u0073\u0020\u006e\u006f\u0074\u0020\u0076\u0061\u006c\u0069d\u0020\u002d\u0020\u0042\u0061\u0073\u0065\u0046\u006f\u006e\u0074\u0020\u0075\u006ed\u0065\u0066\u0069n\u0065\u0064\u003a\u0020\u0025\u0073",_beb .String ()); +};};_acdg ,_egb :=_ffc [_bfd ];if !_egb {if len (_bfd )> 7&&_bfd [6]=='+'{_bfd =_bfd [7:];};_gfg :=[]string {_bfd ,"\u0054i\u006de\u0073\u0020\u004e\u0065\u0077\u0020\u0052\u006f\u006d\u0061\u006e","\u0041\u0072\u0069a\u006c","D\u0065\u006a\u0061\u0056\u0075\u0020\u0053\u0061\u006e\u0073"}; +for _ ,_cbb :=range _gfg {_be .Log .Debug ("\u0044\u0045\u0042\u0055\u0047\u003a \u0073\u0065\u0061\u0072\u0063\u0068\u0069\u006e\u0067\u0020\u0073\u0079\u0073t\u0065\u006d\u0020\u0066\u006f\u006e\u0074 \u0060\u0025\u0073\u0060",_cbb );if _acdg ,_egb =_ffc [_cbb ]; +_egb {break ;};_dbf :=_acgf .Match (_cbb );if _dbf ==nil {_be .Log .Debug ("c\u006f\u0075\u006c\u0064\u0020\u006eo\u0074\u0020\u0066\u0069\u006e\u0064\u0020\u0066\u006fn\u0074\u0020\u0066i\u006ce\u0020\u0025\u0073",_cbb );continue ;};_aee ,_cbe :=_g .NewPdfFontFromTTFFile (_dbf .Filename ); +if _cbe !=nil {return _cbe ;};_eaabc :=_aee .FontDescriptor ();if _eaabc .FontFile !=nil {if _ ,_egb =_edc [_eaabc .FontFile ];!_egb {_edd .Objects =append (_edd .Objects ,_eaabc .FontFile );_edc [_eaabc .FontFile ]=struct{}{};};};if _eaabc .FontFile2 !=nil {if _ ,_egb =_edc [_eaabc .FontFile2 ]; +!_egb {_edd .Objects =append (_edd .Objects ,_eaabc .FontFile2 );_edc [_eaabc .FontFile2 ]=struct{}{};};};if _eaabc .FontFile3 !=nil {if _ ,_egb =_edc [_eaabc .FontFile3 ];!_egb {_edd .Objects =append (_edd .Objects ,_eaabc .FontFile3 );_edc [_eaabc .FontFile3 ]=struct{}{}; +};};_cee ,_gea :=_aee .ToPdfObject ().(*_aad .PdfIndirectObject );if !_gea {_be .Log .Debug ("\u0066\u006f\u006e\u0074\u0020\u0069\u0073\u0020\u006e\u006ft\u0020\u0061\u006e\u0020\u0069\u006e\u0064i\u0072\u0065\u0063\u0074\u0020\u006f\u0062\u006a\u0065\u0063\u0074"); +continue ;};_edcg ,_gea :=_cee .PdfObject .(*_aad .PdfObjectDictionary );if !_gea {_be .Log .Debug ("\u0046\u006fn\u0074\u0020\u0074\u0079p\u0065\u0020i\u0073\u0020\u006e\u006f\u0074\u0020\u0061\u006e \u006f\u0062\u006a\u0065\u0063\u0074\u0020\u0064\u0069\u0063\u0074\u0069o\u006e\u0061\u0072\u0079"); +continue ;};_ffc [_cbb ]=_edcg ;_acdg =_edcg ;break ;};if _acdg ==nil {_be .Log .Debug ("\u004e\u006f\u0020\u006d\u0061\u0074\u0063\u0068\u0069\u006eg\u0020\u0066\u006f\u006e\u0074\u0020\u0066o\u0075\u006e\u0064\u0020\u0066\u006f\u0072\u003a\u0020\u0025\u0073",_ega .BaseFont ()); +return _a .New ("\u006e\u006f m\u0061\u0074\u0063h\u0069\u006e\u0067\u0020fon\u0074 f\u006f\u0075\u006e\u0064\u0020\u0069\u006e t\u0068\u0065\u0020\u0073\u0079\u0073\u0074e\u006d");};};for _ ,_afb :=range _acdg .Keys (){_beb .Set (_afb ,_acdg .Get (_afb )); +};_egde :=_acdg .Get ("\u0057\u0069\u0064\u0074\u0068\u0073");if _egde !=nil {if _ ,_egb =_edc [_egde ];!_egb {_edd .Objects =append (_edd .Objects ,_egde );_edc [_egde ]=struct{}{};};};_afc [_daf ]=struct{}{};_abc :=_beb .Get ("\u0046\u006f\u006e\u0074\u0044\u0065\u0073\u0063\u0072i\u0070\u0074\u006f\u0072"); +if _abc !=nil {_edd .Objects =append (_edd .Objects ,_abc );_edc [_abc ]=struct{}{};};};return nil ;};func _fcbg (_fccg *_aad .PdfObjectDictionary ,_bcega map[*_aad .PdfObjectStream ][]byte ,_gfabb map[*_aad .PdfObjectStream ]*_bf .CMap )ViolatedRule {const (_ddac ="\u0036\u002e\u0032\u002e\u0031\u0031\u002e\u0033\u002d\u0033"; +_ffac ="\u0041\u006c\u006c \u0043\u004d\u0061\u0070s\u0020\u0075\u0073ed\u0020\u0077\u0069\u0074\u0068i\u006e\u0020\u0061\u0020\u0050\u0044\u0046\u002f\u0041\u002d\u0032\u0020\u0066\u0069\u006c\u0065\u002c\u0020\u0065\u0078\u0063\u0065\u0070\u0074 th\u006f\u0073\u0065\u0020\u006ci\u0073\u0074\u0065\u0064\u0020i\u006e\u0020\u0049\u0053\u004f\u0020\u0033\u00320\u00300\u002d1\u003a\u0032\u0030\u0030\u0038\u002c\u0020\u0039\u002e\u0037\u002e\u0035\u002e\u0032\u002c\u0020\u0054\u0061\u0062\u006c\u0065 \u0031\u00318,\u0020\u0073h\u0061\u006c\u006c\u0020\u0062\u0065\u0020\u0065\u006d\u0062\u0065\u0064\u0064\u0065\u0064\u0020\u0069\u006e \u0074\u0068\u0061\u0074\u0020\u0066\u0069\u006c\u0065\u0020\u0061\u0073\u0020\u0064e\u0073\u0063\u0072\u0069\u0062\u0065\u0064\u0020\u0069\u006e\u0020\u0049\u0053\u004f\u0020\u0033\u0032\u00300\u0030-\u0031\u003a\u0032\u0030\u0030\u0038\u002c\u00209\u002e\u0037\u002e\u0035\u002e"; +);var _babd string ;if _gcec ,_gcfbc :=_aad .GetName (_fccg .Get ("\u0053u\u0062\u0074\u0079\u0070\u0065"));_gcfbc {_babd =_gcec .String ();};if _babd !="\u0054\u0079\u0070e\u0030"{return _fbc ;};_edbd :=_fccg .Get ("\u0045\u006e\u0063\u006f\u0064\u0069\u006e\u0067"); +if _agfe ,_aadea :=_aad .GetName (_edbd );_aadea {switch _agfe .String (){case "\u0049\u0064\u0065\u006e\u0074\u0069\u0074\u0079\u002d\u0048","\u0049\u0064\u0065\u006e\u0074\u0069\u0074\u0079\u002d\u0056":return _fbc ;default:return _fgdg (_ddac ,_ffac ); +};};_gbebe ,_cfdd :=_aad .GetStream (_edbd );if !_cfdd {return _fgdg (_ddac ,_ffac );};_ ,_agad :=_gfada (_gbebe ,_bcega ,_gfabb );if _agad !=nil {return _fgdg (_ddac ,_ffac );};return _fbc ;};func _gfada (_cfgb *_aad .PdfObjectStream ,_ebefb map[*_aad .PdfObjectStream ][]byte ,_dgeda map[*_aad .PdfObjectStream ]*_bf .CMap )(*_bf .CMap ,error ){_gcga ,_ffbee :=_dgeda [_cfgb ]; +if !_ffbee {var _geba error ;_deebf ,_acgg :=_ebefb [_cfgb ];if !_acgg {_deebf ,_geba =_aad .DecodeStream (_cfgb );if _geba !=nil {_be .Log .Debug ("\u0064\u0065\u0063\u006f\u0064\u0069\u006e\u0067\u0020\u0073\u0074r\u0065\u0061\u006d\u0020\u0066\u0061\u0069\u006c\u0065\u0064:\u0020\u0025\u0076",_geba ); +return nil ,_geba ;};_ebefb [_cfgb ]=_deebf ;};_gcga ,_geba =_bf .LoadCmapFromData (_deebf ,false );if _geba !=nil {return nil ,_geba ;};_dgeda [_cfgb ]=_gcga ;};return _gcga ,nil ;};func (_dc standardType )String ()string {return _b .Sprintf ("\u0050\u0044\u0046\u002f\u0041\u002d\u0025\u0064\u0025\u0073",_dc ._bc ,_dc ._fa ); +};func _gefae (_dabb *_g .CompliancePdfReader )(_ccdg []ViolatedRule ){var (_egbdb ,_ggfd ,_ccde ,_bcgf ,_cce ,_ceca ,_ebae bool ;_gffe func (_aad .PdfObject ););_gffe =func (_edcd _aad .PdfObject ){switch _cgcc :=_edcd .(type ){case *_aad .PdfObjectInteger :if !_egbdb &&(int64 (*_cgcc )> _c .MaxInt32 ||int64 (*_cgcc )< -_c .MaxInt32 ){_ccdg =append (_ccdg ,_fgdg ("\u0036\u002e\u0031\u002e\u0031\u0032\u002d\u0031","L\u0061\u0072\u0067e\u0073\u0074\u0020\u0049\u006e\u0074\u0065\u0067\u0065\u0072\u0020\u0076\u0061\u006c\u0075\u0065\u0020\u0069\u0073\u0020\u0032\u002c\u0031\u0034\u0037,\u0034\u0038\u0033,\u0036\u0034\u0037\u002e\u0020\u0053\u006d\u0061\u006c\u006c\u0065\u0073\u0074 \u0069\u006e\u0074\u0065g\u0065\u0072\u0020\u0076a\u006c\u0075\u0065\u0020\u0069\u0073\u0020\u002d\u0032\u002c\u0031\u0034\u0037\u002c\u0034\u0038\u0033,\u0036\u0034\u0038\u002e")); +_egbdb =true ;};case *_aad .PdfObjectFloat :if !_ggfd &&(_c .Abs (float64 (*_cgcc ))> 32767.0){_ccdg =append (_ccdg ,_fgdg ("\u0036\u002e\u0031\u002e\u0031\u0032\u002d\u0032","\u0041\u0062\u0073\u006f\u006c\u0075\u0074\u0065\u0020\u0072\u0065\u0061\u006c\u0020\u0076\u0061\u006c\u0075\u0065\u0020m\u0075\u0073\u0074\u0020\u0062\u0065\u0020\u006c\u0065s\u0073\u0020\u0074\u0068\u0061\u006e\u0020\u006f\u0072\u0020\u0065\u0071\u0075a\u006c\u0020\u0074\u006f\u0020\u00332\u0037\u0036\u0037.\u0030\u002e")); +};case *_aad .PdfObjectString :if !_ccde &&len ([]byte (_cgcc .Str ()))> 65535{_ccdg =append (_ccdg ,_fgdg ("\u0036\u002e\u0031\u002e\u0031\u0032\u002d\u0033","M\u0061\u0078\u0069\u006d\u0075\u006d\u0020\u006c\u0065n\u0067\u0074\u0068\u0020\u006f\u0066\u0020a \u0073\u0074\u0072\u0069n\u0067\u0020\u0028\u0069\u006e\u0020\u0062\u0079\u0074es\u0029\u0020i\u0073\u0020\u0036\u0035\u0035\u0033\u0035\u002e")); +_ccde =true ;};case *_aad .PdfObjectName :if !_bcgf &&len ([]byte (*_cgcc ))> 127{_ccdg =append (_ccdg ,_fgdg ("\u0036\u002e\u0031\u002e\u0031\u0032\u002d\u0034","\u004d\u0061\u0078\u0069\u006d\u0075\u006d \u006c\u0065\u006eg\u0074\u0068\u0020\u006ff\u0020\u0061\u0020\u006e\u0061\u006d\u0065\u0020\u0028\u0069\u006e\u0020\u0062\u0079\u0074\u0065\u0073\u0029\u0020\u0069\u0073\u0020\u0031\u0032\u0037\u002e")); +_bcgf =true ;};case *_aad .PdfObjectArray :if !_cce &&_cgcc .Len ()> 8191{_ccdg =append (_ccdg ,_fgdg ("\u0036\u002e\u0031\u002e\u0031\u0032\u002d\u0035","\u004d\u0061\u0078\u0069\u006d\u0075m\u0020\u006c\u0065\u006e\u0067\u0074\u0068\u0020\u006f\u0066\u0020\u0061\u006e\u0020\u0061\u0072\u0072\u0061\u0079\u0020(\u0069\u006e\u0020\u0065\u006c\u0065\u006d\u0065\u006e\u0074\u0073\u0029\u0020\u0069s\u00208\u0031\u0039\u0031\u002e")); +_cce =true ;};for _ ,_cdc :=range _cgcc .Elements (){_gffe (_cdc );};if !_ebae &&(_cgcc .Len ()==4||_cgcc .Len ()==5){_gfad ,_gbbcd :=_aad .GetName (_cgcc .Get (0));if !_gbbcd {return ;};if *_gfad !="\u0044e\u0076\u0069\u0063\u0065\u004e"{return ;};_fbgb :=_cgcc .Get (1); +_fbgb =_aad .TraceToDirectObject (_fbgb );_ddcd ,_gbbcd :=_aad .GetArray (_fbgb );if !_gbbcd {return ;};if _ddcd .Len ()> 8{_ccdg =append (_ccdg ,_fgdg ("\u0036\u002e\u0031\u002e\u0031\u0032\u002d\u0039","\u004d\u0061\u0078i\u006d\u0075\u006d\u0020\u006e\u0075\u006d\u0062\u0065\u0072\u0020\u006f\u0066\u0020\u0044\u0065\u0076\u0069\u0063\u0065\u004e\u0020\u0063\u006f\u006d\u0070\u006f\u006e\u0065n\u0074\u0073\u0020\u0069\u0073\u0020\u0038\u002e")); +_ebae =true ;};};case *_aad .PdfObjectDictionary :_dgaf :=_cgcc .Keys ();if !_ceca &&len (_dgaf )> 4095{_ccdg =append (_ccdg ,_fgdg ("\u0036.\u0031\u002e\u0031\u0032\u002d\u00311","\u004d\u0061\u0078\u0069\u006d\u0075\u006d\u0020\u0063\u0061\u0070\u0061\u0063\u0069\u0074y\u0020\u006f\u0066\u0020\u0061\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006ea\u0072\u0079\u0020\u0028\u0069\u006e\u0020\u0065\u006e\u0074\u0072\u0069es\u0029\u0020\u0069\u0073\u0020\u0034\u0030\u0039\u0035\u002e")); +_ceca =true ;};for _ggcc ,_cgdc :=range _dgaf {_gffe (&_dgaf [_ggcc ]);_gffe (_cgcc .Get (_cgdc ));};case *_aad .PdfObjectStream :_gffe (_cgcc .PdfObjectDictionary );case *_aad .PdfObjectStreams :for _ ,_ccgf :=range _cgcc .Elements (){_gffe (_ccgf );}; +case *_aad .PdfObjectReference :_gffe (_cgcc .Resolve ());};};_febb :=_dabb .GetObjectNums ();if len (_febb )> 8388607{_ccdg =append (_ccdg ,_fgdg ("\u0036\u002e\u0031\u002e\u0031\u0032\u002d\u0037","\u004d\u0061\u0078\u0069\u006d\u0075\u006d\u0020\u006e\u0075\u006d\u0062\u0065\u0072\u0020\u006f\u0066\u0020in\u0064i\u0072\u0065\u0063\u0074\u0020\u006f\u0062\u006a\u0065\u0063\u0074\u0073 \u0069\u006e\u0020\u0061\u0020\u0050\u0044\u0046\u0020\u0066\u0069\u006c\u0065\u0020\u0069\u0073\u00208\u002c\u0033\u0038\u0038\u002c\u0036\u0030\u0037\u002e")); +};for _ ,_bbcga :=range _febb {_edga ,_ecdb :=_dabb .GetIndirectObjectByNumber (_bbcga );if _ecdb !=nil {continue ;};_dbfg :=_aad .TraceToDirectObject (_edga );_gffe (_dbfg );};return _ccdg ;};func _cdgbg (_acfe *_g .CompliancePdfReader ,_ecccg standardType ,_ecce bool )(_cadcd []ViolatedRule ){_bgada ,_eebc :=_dagg (_acfe ); +if !_eebc {return []ViolatedRule {_fgdg ("\u0036.\u0036\u002e\u0032\u002e\u0031\u002d1","\u0063a\u0074a\u006c\u006f\u0067\u0020\u006eo\u0074\u0020f\u006f\u0075\u006e\u0064\u002e")};};_edeg :=_bgada .Get ("\u004d\u0065\u0074\u0061\u0064\u0061\u0074\u0061"); +if _edeg ==nil {return []ViolatedRule {_fgdg ("\u0036.\u0036\u002e\u0032\u002e\u0031\u002d1","\u0054\u0068\u0065\u0020\u0043\u0061\u0074\u0061\u006c\u006f\u0067\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072y\u0020\u006f\u0066\u0020\u0061\u0020\u0063\u006f\u006e\u0066\u006f\u0072\u006d\u0069\u006e\u0067\u0020\u0066\u0069\u006c\u0065\u0020\u0073h\u0061\u006c\u006c\u0020\u0063\u006f\u006e\u0074ai\u006e\u0020\u0074\u0068\u0065\u0020\u004d\u0065\u0074\u0061\u0064\u0061\u0074\u0061\u0020\u006b\u0065\u0079\u0020\u0077\u0068\u006f\u0073\u0065\u0020v\u0061\u006c\u0075\u0065\u0020\u0069\u0073\u0020\u0061\u0020m\u0065\u0074\u0061\u0064\u0061\u0074\u0061\u0020s\u0074\u0072\u0065\u0061\u006d")}; +};_affgb ,_eebc :=_aad .GetStream (_edeg );if !_eebc {return []ViolatedRule {_fgdg ("\u0036.\u0036\u002e\u0032\u002e\u0031\u002d1","\u0054\u0068\u0065\u0020\u0043\u0061\u0074\u0061\u006c\u006f\u0067\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072y\u0020\u006f\u0066\u0020\u0061\u0020\u0063\u006f\u006e\u0066\u006f\u0072\u006d\u0069\u006e\u0067\u0020\u0066\u0069\u006c\u0065\u0020\u0073h\u0061\u006c\u006c\u0020\u0063\u006f\u006e\u0074ai\u006e\u0020\u0074\u0068\u0065\u0020\u004d\u0065\u0074\u0061\u0064\u0061\u0074\u0061\u0020\u006b\u0065\u0079\u0020\u0077\u0068\u006f\u0073\u0065\u0020v\u0061\u006c\u0075\u0065\u0020\u0069\u0073\u0020\u0061\u0020m\u0065\u0074\u0061\u0064\u0061\u0074\u0061\u0020s\u0074\u0072\u0065\u0061\u006d")}; +};_bgefb ,_ebfac :=_bg .LoadDocument (_affgb .Stream );if _ebfac !=nil {return []ViolatedRule {_fgdg ("\u0036.\u0036\u002e\u0032\u002e\u0031\u002d4","\u0041\u006c\u006c\u0020\u006de\u0074\u0061\u0064a\u0074\u0061\u0020\u0073\u0074\u0072\u0065\u0061\u006d\u0073\u0020\u0070\u0072\u0065\u0073\u0065\u006e\u0074\u0020i\u006e \u0074\u0068\u0065\u0020\u0050\u0044\u0046 \u0073\u0068\u0061\u006c\u006c\u0020\u0063o\u006e\u0066\u006f\u0072\u006d\u0020\u0074\u006f\u0020\u0074\u0068\u0065\u0020\u0058\u004d\u0050\u0020\u0053\u0070\u0065ci\u0066\u0069\u0063\u0061\u0074\u0069\u006fn\u002e\u0020\u0041\u006c\u006c\u0020c\u006fn\u0074\u0065\u006e\u0074\u0020\u006f\u0066\u0020\u0061\u006c\u006c\u0020\u0058\u004d\u0050\u0020p\u0061\u0063\u006b\u0065\u0074\u0073 \u0073h\u0061\u006c\u006c \u0062\u0065\u0020\u0077\u0065\u006c\u006c\u002d\u0066o\u0072\u006de\u0064")}; +};_efgc :=_bgefb .GetGoXmpDocument ();var _bbgbf []*_fge .Namespace ;for _ ,_bfabe :=range _efgc .Namespaces (){switch _bfabe .Name {case _fg .NsDc .Name ,_cgf .NsPDF .Name ,_bd .NsXmp .Name ,_ca .NsXmpRights .Name ,_dg .Namespace .Name ,_gc .Namespace .Name ,_d .NsXmpMM .Name ,_gc .FieldNS .Name ,_gc .SchemaNS .Name ,_gc .PropertyNS .Name ,"\u0073\u0074\u0045v\u0074","\u0073\u0074\u0056e\u0072","\u0073\u0074\u0052e\u0066","\u0073\u0074\u0044i\u006d","\u0078a\u0070\u0047\u0049\u006d\u0067","\u0073\u0074\u004ao\u0062","\u0078\u006d\u0070\u0069\u0064\u0071":continue ; +};_bbgbf =append (_bbgbf ,_bfabe );};_bbdca :=true ;_efbd ,_ebfac :=_bgefb .GetPdfaExtensionSchemas ();if _ebfac ==nil {for _ ,_bccg :=range _bbgbf {var _egcb bool ;for _afbfa :=range _efbd {if _bccg .URI ==_efbd [_afbfa ].NamespaceURI {_egcb =true ;break ; +};};if !_egcb {_bbdca =false ;break ;};};}else {_bbdca =false ;};if !_bbdca {_cadcd =append (_cadcd ,_fgdg ("\u0036.\u0036\u002e\u0032\u002e\u0033\u002d7","\u0041\u006c\u006c\u0020\u0070\u0072\u006f\u0070e\u0072\u0074\u0069e\u0073\u0020\u0073\u0070\u0065\u0063i\u0066\u0069\u0065\u0064\u0020\u0069\u006e\u0020\u0058\u004d\u0050\u0020\u0066\u006f\u0072m\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u0075s\u0065\u0020\u0065\u0069\u0074\u0068\u0065\u0072\u0020\u0074\u0068\u0065\u0020\u0070\u0072\u0065\u0064\u0065\u0066\u0069\u006e\u0065\u0064\u0020\u0073\u0063he\u006da\u0073 \u0064\u0065\u0066\u0069\u006e\u0065\u0064\u0020\u0069\u006e\u0020\u0074\u0068\u0065\u0020\u0058\u004d\u0050\u0020\u0053\u0070\u0065\u0063\u0069\u0066\u0069\u0063\u0061\u0074\u0069\u006f\u006e\u002c\u0020\u0049\u0053\u004f\u0020\u0031\u00390\u0030\u0035-\u0031\u0020\u006f\u0072\u0020\u0074h\u0069s\u0020\u0070\u0061\u0072\u0074\u0020\u006f\u0066\u0020\u0049\u0053\u004f\u0020\u0031\u0039\u0030\u0030\u0035\u002c\u0020o\u0072\u0020\u0061\u006e\u0079\u0020e\u0078\u0074\u0065\u006e\u0073\u0069\u006f\u006e\u0020\u0073c\u0068\u0065\u006das\u0020\u0074\u0068\u0061\u0074\u0020\u0063\u006fm\u0070\u006c\u0079\u0020\u0077\u0069\u0074\u0068\u0020\u0036\u002e\u0036\u002e\u0032.\u0033\u002e\u0032\u002e")); +};_bcaad ,_eebc :=_bgefb .GetPdfAID ();if !_eebc {_cadcd =append (_cadcd ,_fgdg ("\u0036.\u0036\u002e\u0034\u002d\u0031","\u0054\u0068\u0065\u0020\u0050\u0044\u0046\u002f\u0041\u0020\u0076\u0065\u0072\u0073\u0069\u006f\u006e\u0020\u0061n\u0064\u0020\u0063\u006f\u006e\u0066\u006f\u0072\u006d\u0061\u006ec\u0065\u0020\u006c\u0065\u0076\u0065l\u0020\u006f\u0066\u0020\u0061\u0020\u0066\u0069\u006c\u0065\u0020\u0073h\u0061\u006c\u006c\u0020\u0062\u0065\u0020\u0073\u0070e\u0063\u0069\u0066\u0069\u0065\u0064\u0020\u0075\u0073\u0069\u006e\u0067\u0020\u0074\u0068\u0065\u0020\u0050\u0044\u0046\u002f\u0041\u0020\u0049\u0064\u0065\u006e\u0074\u0069\u0066\u0069\u0063\u0061\u0074\u0069\u006f\u006e\u0020\u0065\u0078\u0074\u0065\u006e\u0073\u0069\u006f\u006e\u0020\u0073\u0063h\u0065\u006da.")); +}else {if _bcaad .Part !=_ecccg ._bc {_cadcd =append (_cadcd ,_fgdg ("\u0036.\u0036\u002e\u0034\u002d\u0032","\u0054h\u0065\u0020\u0076\u0061lue\u0020\u006f\u0066\u0020p\u0064\u0066\u0061\u0069\u0064\u003a\u0070\u0061\u0072\u0074 \u0073\u0068\u0061\u006c\u006c\u0020\u0062\u0065\u0020\u0074\u0068\u0065\u0020\u0070\u0061\u0072\u0074\u0020\u006e\u0075\u006d\u0062\u0065r\u0020\u006f\u0066\u0020\u0049\u0053\u004f\u002019\u0030\u0030\u0035 \u0074\u006f\u0020\u0077\u0068i\u0063h\u0020\u0074\u0068\u0065\u0020\u0066\u0069\u006c\u0065 \u0063\u006f\u006e\u0066\u006f\u0072\u006d\u0073\u002e")); +};if _ecccg ._fa =="\u0041"&&_bcaad .Conformance !="\u0041"{_cadcd =append (_cadcd ,_fgdg ("\u0036.\u0036\u002e\u0034\u002d\u0033","\u0041\u0020\u004c\u0065\u0076\u0065\u006c\u0020\u0041\u0020\u0063\u006f\u006e\u0066\u006f\u0072\u006d\u0069\u006e\u0067\u0020\u0066\u0069\u006c\u0065 \u0073\u0068\u0061l\u006c\u0020\u0073\u0070ec\u0069\u0066\u0079\u0020\u0074\u0068\u0065\u0020\u0076\u0061\u006cu\u0065\u0020\u006f\u0066\u0020\u0070\u0064\u0066\u0061\u0069\u0064\u003a\u0063\u006f\u006e\u0066\u006f\u0072\u006d\u0061\u006ec\u0065\u0020as\u0020\u0041\u002e\u0020\u0041 \u004c\u0065v\u0065\u006c\u0020\u0042\u0020c\u006f\u006e\u0066\u006f\u0072\u006d\u0069\u006e\u0067\u0020\u0066\u0069\u006c\u0065\u0020\u0073\u0068\u0061\u006cl\u0020\u0073\u0070\u0065\u0063\u0069\u0066\u0079\u0020\u0074\u0068\u0065\u0020\u0076\u0061lu\u0065\u0020o\u0066 \u0070\u0064\u0066\u0061\u0069d\u003a\u0063\u006f\u006e\u0066\u006f\u0072\u006d\u0061\u006e\u0063\u0065\u0020\u0061\u0073\u0020\u0042\u002e\u0020\u0041\u0020\u004c\u0065\u0076\u0065\u006c \u0055\u0020\u0063\u006f\u006e\u0066\u006fr\u006d\u0069\u006e\u0067\u0020\u0066\u0069\u006c\u0065\u0020\u0073\u0068\u0061\u006c\u006c\u0020s\u0070\u0065\u0063\u0069\u0066\u0079 \u0074\u0068\u0065\u0020\u0076\u0061\u006c\u0075\u0065\u0020\u006ff\u0020\u0070\u0064f\u0061i\u0064\u003ac\u006fn\u0066\u006f\u0072\u006d\u0061\u006e\u0063\u0065 \u0061\u0073\u0020\u0055.")); +}else if _ecccg ._fa =="\u0055"&&(_bcaad .Conformance !="\u0041"&&_bcaad .Conformance !="\u0055"){_cadcd =append (_cadcd ,_fgdg ("\u0036.\u0036\u002e\u0034\u002d\u0033","\u0041\u0020\u004c\u0065\u0076\u0065\u006c\u0020\u0041\u0020\u0063\u006f\u006e\u0066\u006f\u0072\u006d\u0069\u006e\u0067\u0020\u0066\u0069\u006c\u0065 \u0073\u0068\u0061l\u006c\u0020\u0073\u0070ec\u0069\u0066\u0079\u0020\u0074\u0068\u0065\u0020\u0076\u0061\u006cu\u0065\u0020\u006f\u0066\u0020\u0070\u0064\u0066\u0061\u0069\u0064\u003a\u0063\u006f\u006e\u0066\u006f\u0072\u006d\u0061\u006ec\u0065\u0020as\u0020\u0041\u002e\u0020\u0041 \u004c\u0065v\u0065\u006c\u0020\u0042\u0020c\u006f\u006e\u0066\u006f\u0072\u006d\u0069\u006e\u0067\u0020\u0066\u0069\u006c\u0065\u0020\u0073\u0068\u0061\u006cl\u0020\u0073\u0070\u0065\u0063\u0069\u0066\u0079\u0020\u0074\u0068\u0065\u0020\u0076\u0061lu\u0065\u0020o\u0066 \u0070\u0064\u0066\u0061\u0069d\u003a\u0063\u006f\u006e\u0066\u006f\u0072\u006d\u0061\u006e\u0063\u0065\u0020\u0061\u0073\u0020\u0042\u002e\u0020\u0041\u0020\u004c\u0065\u0076\u0065\u006c \u0055\u0020\u0063\u006f\u006e\u0066\u006fr\u006d\u0069\u006e\u0067\u0020\u0066\u0069\u006c\u0065\u0020\u0073\u0068\u0061\u006c\u006c\u0020s\u0070\u0065\u0063\u0069\u0066\u0079 \u0074\u0068\u0065\u0020\u0076\u0061\u006c\u0075\u0065\u0020\u006ff\u0020\u0070\u0064f\u0061i\u0064\u003ac\u006fn\u0066\u006f\u0072\u006d\u0061\u006e\u0063\u0065 \u0061\u0073\u0020\u0055.")); +}else if _ecccg ._fa =="\u0042"&&(_bcaad .Conformance !="\u0041"&&_bcaad .Conformance !="\u0042"&&_bcaad .Conformance !="\u0055"){_cadcd =append (_cadcd ,_fgdg ("\u0036.\u0036\u002e\u0034\u002d\u0033","\u0041\u0020\u004c\u0065\u0076\u0065\u006c\u0020\u0041\u0020\u0063\u006f\u006e\u0066\u006f\u0072\u006d\u0069\u006e\u0067\u0020\u0066\u0069\u006c\u0065 \u0073\u0068\u0061l\u006c\u0020\u0073\u0070ec\u0069\u0066\u0079\u0020\u0074\u0068\u0065\u0020\u0076\u0061\u006cu\u0065\u0020\u006f\u0066\u0020\u0070\u0064\u0066\u0061\u0069\u0064\u003a\u0063\u006f\u006e\u0066\u006f\u0072\u006d\u0061\u006ec\u0065\u0020as\u0020\u0041\u002e\u0020\u0041 \u004c\u0065v\u0065\u006c\u0020\u0042\u0020c\u006f\u006e\u0066\u006f\u0072\u006d\u0069\u006e\u0067\u0020\u0066\u0069\u006c\u0065\u0020\u0073\u0068\u0061\u006cl\u0020\u0073\u0070\u0065\u0063\u0069\u0066\u0079\u0020\u0074\u0068\u0065\u0020\u0076\u0061lu\u0065\u0020o\u0066 \u0070\u0064\u0066\u0061\u0069d\u003a\u0063\u006f\u006e\u0066\u006f\u0072\u006d\u0061\u006e\u0063\u0065\u0020\u0061\u0073\u0020\u0042\u002e\u0020\u0041\u0020\u004c\u0065\u0076\u0065\u006c \u0055\u0020\u0063\u006f\u006e\u0066\u006fr\u006d\u0069\u006e\u0067\u0020\u0066\u0069\u006c\u0065\u0020\u0073\u0068\u0061\u006c\u006c\u0020s\u0070\u0065\u0063\u0069\u0066\u0079 \u0074\u0068\u0065\u0020\u0076\u0061\u006c\u0075\u0065\u0020\u006ff\u0020\u0070\u0064f\u0061i\u0064\u003ac\u006fn\u0066\u006f\u0072\u006d\u0061\u006e\u0063\u0065 \u0061\u0073\u0020\u0055.")); +};};return _cadcd ;};func _agecf (_bcbg *_ad .Document )error {_deaa ,_eace :=_bcbg .GetPages ();if !_eace {return nil ;};for _ ,_aagf :=range _deaa {_abad ,_eafb :=_aad .GetArray (_aagf .Object .Get ("\u0041\u006e\u006e\u006f\u0074\u0073"));if !_eafb {continue ; +};for _ ,_egfb :=range _abad .Elements (){_egfb =_aad .ResolveReference (_egfb );if _ ,_ggaf :=_egfb .(*_aad .PdfObjectNull );_ggaf {continue ;};_ebgf ,_dga :=_aad .GetDict (_egfb );if !_dga {continue ;};_fbbc ,_ :=_aad .GetIntVal (_ebgf .Get ("\u0046")); +_fbbc &=^(1<<0);_fbbc &=^(1<<1);_fbbc &=^(1<<5);_fbbc &=^(1<<8);_fbbc |=1<<2;_ebgf .Set ("\u0046",_aad .MakeInteger (int64 (_fbbc )));_deac :=false ;if _gbab :=_ebgf .Get ("\u0053u\u0062\u0074\u0079\u0070\u0065");_gbab !=nil {_ecfb ,_cba :=_aad .GetName (_gbab ); +if _cba &&_ecfb .String ()=="\u0057\u0069\u0064\u0067\u0065\u0074"{_deac =true ;if _ebgf .Get ("\u0041\u0041")!=nil {_ebgf .Remove ("\u0041\u0041");};if _ebgf .Get ("\u0041")!=nil {_ebgf .Remove ("\u0041");};};if _cba &&_ecfb .String ()=="\u0054\u0065\u0078\u0074"{_ebf ,_ :=_aad .GetIntVal (_ebgf .Get ("\u0046")); +_ebf |=1<<3;_ebf |=1<<4;_ebgf .Set ("\u0046",_aad .MakeInteger (int64 (_ebf )));};};_facge ,_dga :=_aad .GetDict (_ebgf .Get ("\u0041\u0050"));if _dga {_fceg :=_facge .Get ("\u004e");if _fceg ==nil {continue ;};if len (_facge .Keys ())> 1{_facge .Clear (); +_facge .Set ("\u004e",_fceg );};if _deac {_befc ,_efa :=_aad .GetName (_ebgf .Get ("\u0046\u0054"));if _efa &&*_befc =="\u0042\u0074\u006e"{continue ;};};};};};return nil ;}; -// DefaultProfile2Options are the default options for the Profile2. -func DefaultProfile2Options ()*Profile2Options {return &Profile2Options {Now :_ff .Now ,Xmp :XmpOptions {MarshalIndent :"\u0009"}};};func _cagb (_aage *_geb .PdfObjectDictionary ,_eaedb map[*_geb .PdfObjectStream ][]byte ,_caeb map[*_geb .PdfObjectStream ]*_gba .CMap )ViolatedRule {const (_bedfg ="\u0036\u002e\u0032\u002e\u0031\u0031\u002e\u0033\u002d\u0034"; -_fffbg ="\u0046\u006f\u0072\u0020\u0074\u0068\u006fs\u0065\u0020\u0043\u004d\u0061\u0070\u0073\u0020\u0074\u0068\u0061\u0074\u0020\u0061\u0072e\u0020\u0065m\u0062\u0065\u0064de\u0064\u002c\u0020\u0074\u0068\u0065\u0020\u0069\u006et\u0065\u0067\u0065\u0072 \u0076\u0061\u006c\u0075\u0065\u0020\u006f\u0066\u0020\u0074\u0068\u0065\u0020\u0057\u004d\u006f\u0064\u0065\u0020\u0065\u006e\u0074r\u0079\u0020i\u006e t\u0068\u0065\u0020CM\u0061\u0070\u0020\u0064\u0069\u0063\u0074\u0069o\u006ea\u0072\u0079\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u0062\u0065\u0020\u0069\u0064\u0065\u006e\u0074\u0069\u0063\u0061\u006c\u0020\u0074\u006f \u0074h\u0065\u0020\u0057\u004d\u006f\u0064e\u0020\u0076\u0061\u006c\u0075\u0065\u0020\u0069\u006e\u0020\u0074h\u0065\u0020\u0065\u006d\u0062\u0065\u0064\u0064ed\u0020\u0043\u004d\u0061\u0070\u0020\u0073\u0074\u0072\u0065\u0061\u006d\u002e"; -);var _acfg string ;if _fbeda ,_eegce :=_geb .GetName (_aage .Get ("\u0053u\u0062\u0074\u0079\u0070\u0065"));_eegce {_acfg =_fbeda .String ();};if _acfg !="\u0054\u0079\u0070e\u0030"{return _fc ;};_gffda :=_aage .Get ("\u0045\u006e\u0063\u006f\u0064\u0069\u006e\u0067"); -if _ ,_ggbf :=_geb .GetName (_gffda );_ggbf {return _fc ;};_dggac ,_ddece :=_geb .GetStream (_gffda );if !_ddece {return _eef (_bedfg ,_fffbg );};_ddfbe ,_daecb :=_caddc (_dggac ,_eaedb ,_caeb );if _daecb !=nil {return _eef (_bedfg ,_fffbg );};_eefb ,_fdcf :=_geb .GetIntVal (_dggac .Get ("\u0057\u004d\u006fd\u0065")); -_fabb ,_edaba :=_ddfbe .WMode ();if _fdcf &&_edaba {if _fabb !=_eefb {return _eef (_bedfg ,_fffbg );};};if (_fdcf &&!_edaba )||(!_fdcf &&_edaba ){return _eef (_bedfg ,_fffbg );};return _fc ;};func _geee (_aefeb standardType ,_debg *_bag .OutputIntents )error {_gaec ,_cae :=_bae .NewISOCoatedV2Gray1CBasOutputIntent (_aefeb .outputIntentSubtype ()); -if _cae !=nil {return _cae ;};if _cae =_debg .Add (_gaec .ToPdfObject ());_cae !=nil {return _cae ;};return nil ;}; +// ApplyStandard tries to change the content of the writer to match the PDF/A-3 standard. +// Implements model.StandardApplier. +func (_aced *profile3 )ApplyStandard (document *_ad .Document )(_aaaa error ){_eefb (document ,7);if _aaaa =_ecb (document ,_aced ._fcaa .Now );_aaaa !=nil {return _aaaa ;};if _aaaa =_fca (document );_aaaa !=nil {return _aaaa ;};_dbba ,_bbba :=_aec (_aced ._fcaa .CMYKDefaultColorSpace ,_aced ._fbdd ); +_aaaa =_fabeb (document ,[]pageColorspaceOptimizeFunc {_dbba },[]documentColorspaceOptimizeFunc {_bbba });if _aaaa !=nil {return _aaaa ;};_aeae (document );if _aaaa =_cbec (document );_aaaa !=nil {return _aaaa ;};if _aaaa =_cfg (document ,_aced ._fbdd ._bc ); +_aaaa !=nil {return _aaaa ;};if _aaaa =_agecf (document );_aaaa !=nil {return _aaaa ;};if _aaaa =_ffeg (document );_aaaa !=nil {return _aaaa ;};if _aaaa =_dcfg (document );_aaaa !=nil {return _aaaa ;};if _aaaa =_bdbe (document );_aaaa !=nil {return _aaaa ; +};if _aced ._fbdd ._fa =="\u0041"{_begbd (document );};if _aaaa =_fbf (document ,_aced ._fbdd ._bc );_aaaa !=nil {return _aaaa ;};if _aaaa =_adf (document );_aaaa !=nil {return _aaaa ;};if _edfb :=_eac (document ,_aced ._fbdd ,_aced ._fcaa .Xmp );_edfb !=nil {return _edfb ; +};if _aced ._fbdd ==_cc (){if _aaaa =_eff (document );_aaaa !=nil {return _aaaa ;};};if _aaaa =_cgbbd (document );_aaaa !=nil {return _aaaa ;};if _aaaa =_ffee (document );_aaaa !=nil {return _aaaa ;};if _aaaa =_dged (document );_aaaa !=nil {return _aaaa ; +};return nil ;};func _ed ()standardType {return standardType {_bc :1,_fa :"\u0042"}};func _begf (_beagb *_aad .PdfObjectDictionary ,_dfdf map[*_aad .PdfObjectStream ][]byte ,_dggcd map[*_aad .PdfObjectStream ]*_bf .CMap )ViolatedRule {const (_afeg ="\u0036.\u0033\u002e\u0033\u002d\u0034"; +_aeacg ="\u0046\u006f\u0072\u0020\u0074\u0068\u006fs\u0065\u0020\u0043\u004d\u0061\u0070\u0073\u0020\u0074\u0068\u0061\u0074\u0020\u0061\u0072e\u0020\u0065m\u0062\u0065\u0064de\u0064\u002c\u0020\u0074\u0068\u0065\u0020\u0069\u006et\u0065\u0067\u0065\u0072 \u0076\u0061\u006c\u0075\u0065\u0020\u006f\u0066\u0020\u0074\u0068\u0065\u0020\u0057\u004d\u006f\u0064\u0065\u0020\u0065\u006e\u0074r\u0079\u0020i\u006e t\u0068\u0065\u0020CM\u0061\u0070\u0020\u0064\u0069\u0063\u0074\u0069o\u006ea\u0072\u0079\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u0062\u0065\u0020\u0069\u0064\u0065\u006e\u0074\u0069\u0063\u0061\u006c\u0020\u0074\u006f \u0074h\u0065\u0020\u0057\u004d\u006f\u0064e\u0020\u0076\u0061\u006c\u0075\u0065\u0020\u0069\u006e\u0020\u0074h\u0065\u0020\u0065\u006d\u0062\u0065\u0064\u0064ed\u0020\u0043\u004d\u0061\u0070\u0020\u0073\u0074\u0072\u0065\u0061\u006d\u002e"; +);var _agdf string ;if _aegdd ,_ecab :=_aad .GetName (_beagb .Get ("\u0053u\u0062\u0074\u0079\u0070\u0065"));_ecab {_agdf =_aegdd .String ();};if _agdf !="\u0054\u0079\u0070e\u0030"{return _fbc ;};_efba :=_beagb .Get ("\u0045\u006e\u0063\u006f\u0064\u0069\u006e\u0067"); +if _ ,_edab :=_aad .GetName (_efba );_edab {return _fbc ;};_gafd ,_bcea :=_aad .GetStream (_efba );if !_bcea {return _fgdg (_afeg ,_aeacg );};_eeef ,_gfef :=_gfada (_gafd ,_dfdf ,_dggcd );if _gfef !=nil {return _fgdg (_afeg ,_aeacg );};_dfgdc ,_cbba :=_aad .GetIntVal (_gafd .Get ("\u0057\u004d\u006fd\u0065")); +_fdag ,_degde :=_eeef .WMode ();if _cbba &&_degde {if _fdag !=_dfgdc {return _fgdg (_afeg ,_aeacg );};};if (_cbba &&!_degde )||(!_cbba &&_degde ){return _fgdg (_afeg ,_aeacg );};return _fbc ;};func _cbec (_ecagc *_ad .Document )error {_bfdf ,_gbbca :=_ecagc .FindCatalog (); +if !_gbbca {return _a .New ("\u0063\u0061\u0074\u0061\u006c\u006f\u0067\u0020\u006e\u006f\u0074\u0020f\u006f\u0075\u006e\u0064");};_gcgd ,_gbbca :=_aad .GetDict (_bfdf .Object .Get ("\u0050\u0065\u0072m\u0073"));if _gbbca {_cfge :=_aad .MakeDict ();_ebag :=_gcgd .Keys (); +for _ ,_gffc :=range _ebag {if _gffc .String ()=="\u0055\u0052\u0033"||_gffc .String ()=="\u0044\u006f\u0063\u004d\u0044\u0050"{_cfge .Set (_gffc ,_gcgd .Get (_gffc ));};};_bfdf .Object .Set ("\u0050\u0065\u0072m\u0073",_cfge );};return nil ;};func (_cbg *documentImages )hasOnlyDeviceRGB ()bool {return _cbg ._fba &&!_cbg ._dcc &&!_cbg ._dcf }; +type profile2 struct{_cbebb standardType ;_ece Profile2Options ;};type standardType struct{_bc int ;_fa string ;};func _gegg (_ecgf *_g .CompliancePdfReader )(_ceege []ViolatedRule ){var _dddca ,_fcfb ,_gbbeg ,_ebfe ,_gcgfd ,_ebaed bool ;_bedbc :=func ()bool {return _dddca &&_fcfb &&_gbbeg &&_ebfe &&_gcgfd &&_ebaed }; +for _ ,_gceec :=range _ecgf .PageList {if _gceec .Resources ==nil {continue ;};_fbcgb ,_egfc :=_aad .GetDict (_gceec .Resources .Font );if !_egfc {continue ;};for _ ,_eaeg :=range _fbcgb .Keys (){_fcdca ,_bagda :=_aad .GetDict (_fbcgb .Get (_eaeg ));if !_bagda {if !_dddca {_ceege =append (_ceege ,_fgdg ("\u0036\u002e\u0032\u002e\u0031\u0031\u002e\u0032\u002d\u0031","\u0041\u006c\u006c\u0020\u0066\u006f\u006e\u0074\u0073\u0020\u0061\u006e\u0064\u0020\u0066on\u0074 \u0070\u0072\u006fg\u0072\u0061\u006ds\u0020\u0075\u0073\u0065\u0064\u0020\u0069\u006e\u0020\u0061\u0020\u0063\u006f\u006e\u0066\u006f\u0072mi\u006e\u0067\u0020\u0066\u0069\u006ce\u002c\u0020\u0072\u0065\u0067\u0061\u0072\u0064\u006c\u0065s\u0073\u0020\u006f\u0066\u0020\u0072\u0065\u006e\u0064\u0065\u0072\u0069\u006eg m\u006f\u0064\u0065\u0020\u0075\u0073\u0061\u0067\u0065\u002c\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u0063\u006f\u006e\u0066\u006f\u0072\u006d\u0020\u0074o\u0020\u0074\u0068e\u0020\u0070\u0072o\u0076\u0069\u0073\u0069\u006f\u006e\u0073\u0020\u0069\u006e \u0049\u0053\u004f\u0020\u0033\u0032\u0030\u0030\u0030\u002d\u0031:\u0032\u0030\u0030\u0038\u002c \u0039\u002e\u0036\u0020a\u006e\u0064\u0020\u0039.\u0037\u002e")); +_dddca =true ;if _bedbc (){return _ceege ;};};continue ;};if _ccee ,_gaaef :=_aad .GetName (_fcdca .Get ("\u0054\u0079\u0070\u0065"));!_dddca &&(!_gaaef ||_ccee .String ()!="\u0046\u006f\u006e\u0074"){_ceege =append (_ceege ,_fgdg ("\u0036\u002e\u0032\u002e\u0031\u0031\u002e\u0032\u002d\u0031","\u0054\u0079\u0070e\u0020\u002d\u0020\u006e\u0061\u006d\u0065\u0020\u002d\u0020\u0028\u0052\u0065\u0071\u0075i\u0072\u0065\u0064\u0029 Th\u0065\u0020\u0074\u0079\u0070\u0065\u0020\u006f\u0066 \u0050\u0044\u0046\u0020\u006fbj\u0065\u0063\u0074\u0020\u0074\u0068\u0061t\u0020\u0074\u0068\u0069s\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u0020\u0064\u0065\u0073c\u0072\u0069\u0062\u0065\u0073\u003b\u0020\u006d\u0075\u0073t\u0020\u0062\u0065\u0020\u0046\u006f\u006e\u0074\u0020\u0066\u006fr\u0020\u0061\u0020\u0066\u006f\u006e\u0074\u0020\u0064\u0069\u0063t\u0069\u006f\u006e\u0061\u0072\u0079\u002e")); +_dddca =true ;if _bedbc (){return _ceege ;};};_defb ,_efeb :=_g .NewPdfFontFromPdfObject (_fcdca );if _efeb !=nil {continue ;};var _bfddd string ;if _aafeg ,_cdfe :=_aad .GetName (_fcdca .Get ("\u0053u\u0062\u0074\u0079\u0070\u0065"));_cdfe {_bfddd =_aafeg .String (); +};if !_fcfb {switch _bfddd {case "\u0054\u0079\u0070e\u0030","\u0054\u0079\u0070e\u0031","\u004dM\u0054\u0079\u0070\u0065\u0031","\u0054\u0072\u0075\u0065\u0054\u0079\u0070\u0065","\u0043\u0049\u0044F\u006f\u006e\u0074\u0054\u0079\u0070\u0065\u0030","\u0043\u0049\u0044F\u006f\u006e\u0074\u0054\u0079\u0070\u0065\u0032":default:_fcfb =true ; +_ceege =append (_ceege ,_fgdg ("\u0036\u002e\u0032\u002e\u0031\u0031\u002e\u0032\u002d\u0032","\u0053\u0075\u0062\u0074\u0079\u0070\u0065\u0020\u002d\u0020\u006e\u0061\u006d\u0065\u0020\u002d\u0020\u0028\u0052\u0065\u0071\u0075\u0069\u0072\u0065d\u0029\u0020\u0054\u0068e \u0074\u0079\u0070\u0065 \u006f\u0066\u0020\u0066\u006f\u006et\u003b\u0020\u006d\u0075\u0073\u0074\u0020b\u0065\u0020\u0022\u0054\u0079\u0070\u0065\u0031\u0022\u0020f\u006f\u0072\u0020\u0054\u0079\u0070\u0065\u0020\u0031\u0020f\u006f\u006e\u0074\u0073\u002c\u0020\u0022\u004d\u004d\u0054\u0079\u0070\u0065\u0031\u0022\u0020\u0066\u006f\u0072\u0020\u006d\u0075\u006c\u0074\u0069\u0070\u006c\u0065\u0020\u006da\u0073\u0074e\u0072\u0020\u0066\u006f\u006e\u0074s\u002c\u0020\u0022\u0054\u0072\u0075\u0065T\u0079\u0070\u0065\u0022\u0020\u0066\u006f\u0072\u0020\u0054\u0072\u0075\u0065T\u0079\u0070\u0065\u0020\u0066\u006f\u006e\u0074\u0073\u0020\u0022\u0054\u0079\u0070\u0065\u0033\u0022\u0020\u0066\u006f\u0072\u0020\u0054\u0079\u0070e\u0020\u0033\u0020\u0066\u006f\u006e\u0074\u0073\u002c\u0020\"\u0054\u0079\u0070\u0065\u0030\"\u0020\u0066\u006f\u0072\u0020\u0054\u0079\u0070\u0065\u0020\u0030\u0020\u0066\u006f\u006e\u0074\u0073\u0020\u0061\u006ed\u0020\u0022\u0043\u0049\u0044\u0046\u006fn\u0074\u0054\u0079\u0070\u0065\u0030\u0022 \u006f\u0072\u0020\u0022\u0043\u0049\u0044\u0046\u006f\u006e\u0074T\u0079\u0070e\u0032\u0022\u0020\u0066\u006f\u0072\u0020\u0043\u0049\u0044\u0020\u0066\u006f\u006e\u0074\u0073\u002e")); +if _bedbc (){return _ceege ;};};};if !_gbbeg {if _bfddd !="\u0054\u0079\u0070e\u0033"{_eaee ,_ddbda :=_aad .GetName (_fcdca .Get ("\u0042\u0061\u0073\u0065\u0046\u006f\u006e\u0074"));if !_ddbda ||_eaee .String ()==""{_ceege =append (_ceege ,_fgdg ("\u0036\u002e\u0032\u002e\u0031\u0031\u002e\u0032\u002d\u0033","B\u0061\u0073\u0065\u0046\u006f\u006e\u0074\u0020\u002d\u0020\u006e\u0061\u006d\u0065\u0020\u002d\u0020\u0028\u0052\u0065\u0071\u0075\u0069\u0072\u0065\u0064)\u0020T\u0068\u0065\u0020\u0050o\u0073\u0074S\u0063\u0072\u0069\u0070\u0074\u0020\u006e\u0061\u006d\u0065\u0020\u006f\u0066\u0020\u0074\u0068\u0065\u0020\u0066\u006f\u006e\u0074\u002e")); +_gbbeg =true ;if _bedbc (){return _ceege ;};};};};if _bfddd !="\u0054\u0079\u0070e\u0031"{continue ;};_cgad :=_caa .IsStdFont (_caa .StdFontName (_defb .BaseFont ()));if _cgad {continue ;};_fefa ,_cfba :=_aad .GetIntVal (_fcdca .Get ("\u0046i\u0072\u0073\u0074\u0043\u0068\u0061r")); +if !_cfba &&!_ebfe {_ceege =append (_ceege ,_fgdg ("\u0036\u002e\u0032\u002e\u0031\u0031\u002e\u0032\u002d\u0034","\u0046\u0069r\u0073t\u0043\u0068\u0061\u0072\u0020\u002d\u0020\u0069\u006e\u0074\u0065\u0067\u0065\u0072\u0020\u002d\u0020\u0028\u0052\u0065\u0071\u0075i\u0072\u0065\u0064\u0020\u0065\u0078\u0063\u0065\u0070t\u0020\u0066\u006f\u0072\u0020\u0074h\u0065\u0020\u0073\u0074\u0061\u006e\u0064\u0061\u0072d\u0020\u0031\u0034\u0020\u0066\u006f\u006e\u0074\u0073\u0029\u0020\u0054\u0068\u0065\u0020\u0066\u0069\u0072\u0073\u0074\u0020\u0063\u0068\u0061\u0072\u0061\u0063\u0074\u0065\u0072\u0020\u0063\u006f\u0064e\u0020\u0064\u0065\u0066i\u006ee\u0064\u0020\u0069\u006e\u0020\u0074\u0068\u0065\u0020\u0066\u006f\u006e\u0074\u0027\u0073\u0020\u0057i\u0064\u0074\u0068\u0073 \u0061r\u0072\u0061y\u002e")); +_ebfe =true ;if _bedbc (){return _ceege ;};};_bbedd ,_dddcd :=_aad .GetIntVal (_fcdca .Get ("\u004c\u0061\u0073\u0074\u0043\u0068\u0061\u0072"));if !_dddcd &&!_gcgfd {_ceege =append (_ceege ,_fgdg ("\u0036\u002e\u0032\u002e\u0031\u0031\u002e\u0032\u002d\u0035","\u004c\u0061\u0073t\u0043\u0068\u0061\u0072\u0020\u002d\u0020\u0069n\u0074\u0065\u0067e\u0072 \u002d\u0020\u0028\u0052\u0065\u0071u\u0069\u0072\u0065d\u0020\u0065\u0078\u0063\u0065\u0070\u0074\u0020\u0066\u006f\u0072\u0020t\u0068\u0065 s\u0074\u0061\u006e\u0064\u0061\u0072\u0064\u0020\u0031\u0034\u0020\u0066\u006f\u006ets\u0029\u0020\u0054\u0068\u0065\u0020\u006c\u0061\u0073t\u0020\u0063\u0068\u0061\u0072\u0061\u0063\u0074\u0065\u0072\u0020\u0063\u006f\u0064\u0065\u0020\u0064\u0065\u0066\u0069\u006e\u0065\u0064\u0020\u0069\u006e\u0020\u0074\u0068\u0065\u0020\u0066\u006f\u006e\u0074\u0027\u0073\u0020\u0057\u0069\u0064\u0074h\u0073\u0020\u0061\u0072\u0072\u0061\u0079\u002e")); +_gcgfd =true ;if _bedbc (){return _ceege ;};};if !_ebaed {_aggfd ,_bbda :=_aad .GetArray (_fcdca .Get ("\u0057\u0069\u0064\u0074\u0068\u0073"));if !_bbda ||!_cfba ||!_dddcd ||_aggfd .Len ()!=_bbedd -_fefa +1{_ceege =append (_ceege ,_fgdg ("\u0036\u002e\u0032\u002e\u0031\u0031\u002e\u0032\u002d\u0036","\u0057\u0069\u0064\u0074\u0068\u0073\u0020\u002d a\u0072\u0072\u0061y \u002d\u0020\u0028\u0052\u0065\u0071\u0075\u0069\u0072\u0065\u0064\u0020\u0065\u0078\u0063\u0065\u0070t\u0020\u0066\u006f\u0072\u0020\u0074\u0068\u0065\u0020\u0073\u0074a\u006e\u0064a\u0072\u0064\u00201\u0034\u0020\u0066\u006f\u006e\u0074\u0073\u003b\u0020\u0069\u006ed\u0069\u0072\u0065\u0063\u0074\u0020\u0072\u0065\u0066\u0065\u0072\u0065\u006e\u0063\u0065\u0020\u0070\u0072\u0065\u0066e\u0072\u0072e\u0064\u0029\u0020\u0041\u006e \u0061\u0072\u0072\u0061\u0079\u0020\u006f\u0066\u0020\u0028\u004c\u0061\u0073\u0074\u0043\u0068\u0061\u0072\u0020\u2212 F\u0069\u0072\u0073\u0074\u0043\u0068\u0061\u0072\u0020\u002b\u00201\u0029\u0020\u0077\u0069\u0064\u0074\u0068\u0073.")); +_ebaed =true ;if _bedbc (){return _ceege ;};};};};};return _ceege ;}; -// StandardName gets the name of the standard. -func (_dcbfb *profile2 )StandardName ()string {return _d .Sprintf ("\u0050D\u0046\u002f\u0041\u002d\u0032\u0025s",_dcbfb ._ceceg ._ea );}; +// Profile is the model.StandardImplementer enhanced by the information about the profile conformance level. +type Profile interface{_g .StandardImplementer ;Conformance ()string ;Part ()int ;}; -// Part gets the PDF/A version level. -func (_aaf *profile1 )Part ()int {return _aaf ._bcaf ._fgb }; +// NewProfile3U creates a new Profile3U with the given options. +func NewProfile3U (options *Profile3Options )*Profile3U {if options ==nil {options =DefaultProfile3Options ();};_dggc (options );return &Profile3U {profile3 {_fcaa :*options ,_fbdd :_gd ()}};};func _fcb ()standardType {return standardType {_bc :2,_fa :"\u0041"}}; +func _cabf (_cafaa *_g .CompliancePdfReader )ViolatedRule {for _ ,_degc :=range _cafaa .PageList {_geegee ,_bceef :=_degc .GetContentStreams ();if _bceef !=nil {continue ;};for _ ,_gbfgc :=range _geegee {_bege :=_fgd .NewContentStreamParser (_gbfgc );_ ,_bceef =_bege .Parse (); +if _bceef !=nil {return _fgdg ("\u0036.\u0032\u002e\u0032\u002d\u0031","\u0041\u0020\u0063onten\u0074\u0020\u0073\u0074\u0072\u0065\u0061\u006d\u0020\u0073\u0068\u0061\u006c\u006c n\u006f\u0074\u0020c\u006f\u006e\u0074\u0061\u0069\u006e\u0020\u0061\u006e\u0079 \u006f\u0070\u0065\u0072\u0061\u0074\u006f\u0072\u0073\u0020\u006e\u006ft\u0020\u0064\u0065\u0066\u0069\u006e\u0065\u0064\u0020\u0069\u006e\u0020\u0050\u0044\u0046\u0020\u0052\u0065f\u0065\u0072\u0065\u006e\u0063\u0065\u0020\u0065\u0076\u0065\u006e\u0020\u0069\u0066\u0020s\u0075\u0063\u0068\u0020\u006f\u0070\u0065r\u0061\u0074\u006f\u0072\u0073\u0020\u0061\u0072\u0065\u0020\u0062\u0072\u0061\u0063\u006b\u0065\u0074\u0065\u0064\u0020\u0062\u0079\u0020\u0074\u0068\u0065\u0020\u0042\u0058\u002f\u0045\u0058\u0020\u0063\u006f\u006d\u0070\u0061\u0074\u0069\u0062i\u006c\u0069\u0074\u0079\u0020\u006f\u0070\u0065\u0072\u0061\u0074\u006f\u0072\u0073\u002e"); +};};};return _fbc ;};func _ddgg (_abba *_g .CompliancePdfReader )(_aabd []ViolatedRule ){var _bafcg ,_cacdd ,_bfbb ,_cabc ,_cfbga ,_ggbed ,_febd bool ;_ffbg :=func ()bool {return _bafcg &&_cacdd &&_bfbb &&_cabc &&_cfbga &&_ggbed &&_febd };for _ ,_ecbaf :=range _abba .PageList {_acae ,_egfe :=_ecbaf .GetAnnotations (); +if _egfe !=nil {_be .Log .Trace ("\u006c\u006f\u0061\u0064\u0069\u006e\u0067\u0020\u0061\u006en\u006f\u0074\u0061\u0074\u0069\u006f\u006es\u0020\u0066\u0061\u0069\u006c\u0065\u0064\u003a\u0020\u0025\u0076",_egfe );continue ;};for _ ,_dddg :=range _acae {if !_bafcg {switch _dddg .GetContext ().(type ){case *_g .PdfAnnotationScreen ,*_g .PdfAnnotation3D ,*_g .PdfAnnotationSound ,*_g .PdfAnnotationMovie ,nil :_aabd =append (_aabd ,_fgdg ("\u0036.\u0033\u002e\u0031\u002d\u0031","\u0041nn\u006f\u0074\u0061\u0074i\u006f\u006e t\u0079\u0070\u0065\u0073\u0020\u006e\u006f\u0074\u0020\u0064\u0065f\u0069\u006e\u0065\u0064\u0020i\u006e\u0020\u0050\u0044\u0046\u0020\u0052\u0065\u0066\u0065\u0072e\u006e\u0063\u0065\u0020\u0073\u0068\u0061\u006cl\u0020\u006e\u006f\u0074\u0020\u0062\u0065\u0020\u0070\u0065r\u006d\u0069t\u0074\u0065\u0064\u002e\u0020\u0041\u0064d\u0069\u0074\u0069\u006f\u006e\u0061\u006c\u006c\u0079\u002c\u0020\u0074\u0068\u0065\u0020\u0033\u0044\u002c\u0020\u0053\u006f\u0075\u006e\u0064\u002c\u0020\u0053\u0063\u0072\u0065\u0065\u006e\u0020\u0061n\u0064\u0020\u004d\u006f\u0076\u0069\u0065\u0020\u0074\u0079\u0070\u0065\u0073\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u006e\u006f\u0074\u0020\u0062\u0065\u0020\u0070\u0065\u0072\u006d\u0069\u0074\u0074\u0065\u0064\u002e")); +_bafcg =true ;if _ffbg (){return _aabd ;};};};_edgf ,_faea :=_aad .GetDict (_dddg .GetContainingPdfObject ());if !_faea {continue ;};_ ,_gfadb :=_dddg .GetContext ().(*_g .PdfAnnotationPopup );if !_gfadb &&!_cacdd {_ ,_gccg :=_aad .GetIntVal (_edgf .Get ("\u0046")); +if !_gccg {_aabd =append (_aabd ,_fgdg ("\u0036.\u0033\u002e\u0032\u002d\u0031","\u0045\u0078\u0063\u0065\u0070\u0074\u0020\u0066\u006f\u0072\u0020\u0061\u006e\u006e\u006f\u0074\u0061\u0074\u0069o\u006e\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072i\u0065\u0073\u0020\u0077\u0068\u006fs\u0065\u0020\u0053\u0075\u0062\u0074\u0079\u0070\u0065\u0020\u0076\u0061l\u0075\u0065\u0020\u0069\u0073\u0020\u0050\u006f\u0070u\u0070\u002c\u0020\u0061\u006c\u006c\u0020\u0061\u006e\u006e\u006f\u0074\u0061\u0074\u0069\u006f\u006e\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0069\u0065\u0073\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0020\u0074\u0068\u0065\u0020\u0046 \u006b\u0065y.")); +_cacdd =true ;if _ffbg (){return _aabd ;};};};if !_bfbb {_cgegg ,_becd :=_aad .GetIntVal (_edgf .Get ("\u0046"));if _becd &&!(_cgegg &4==4&&_cgegg &1==0&&_cgegg &2==0&&_cgegg &32==0&&_cgegg &256==0){_aabd =append (_aabd ,_fgdg ("\u0036.\u0033\u002e\u0032\u002d\u0032","I\u0066\u0020\u0070\u0072\u0065\u0073\u0065\u006e\u0074\u002c\u0020\u0074\u0068\u0065\u0020\u0046 \u006b\u0065\u0079\u0027\u0073\u0020\u0050\u0072\u0069\u006e\u0074\u0020\u0066\u006c\u0061\u0067\u0020\u0062\u0069\u0074\u0020\u0073\u0068\u0061l\u006c\u0020\u0062\u0065\u0020\u0073\u0065\u0074\u0020\u0074\u006f\u0020\u0031\u0020\u0061\u006e\u0064\u0020\u0069\u0074\u0073\u0020\u0048\u0069\u0064\u0064\u0065\u006e\u002c\u0020\u0049\u006e\u0076\u0069\u0073\u0069\u0062\u006c\u0065\u002c\u0020\u0054\u006f\u0067\u0067\u006c\u0065\u004e\u006f\u0056\u0069\u0065\u0077\u002c\u0020\u0061\u006e\u0064 \u004eo\u0056\u0069\u0065\u0077\u0020\u0066\u006c\u0061\u0067\u0020\u0062\u0069\u0074\u0073\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u0062\u0065\u0020s\u0065\u0074\u0020t\u006f\u0020\u0030.")); +_bfbb =true ;if _ffbg (){return _aabd ;};};};_ ,_gdgab :=_dddg .GetContext ().(*_g .PdfAnnotationText );if _gdgab &&!_cabc {_faaa ,_ebaca :=_aad .GetIntVal (_edgf .Get ("\u0046"));if _ebaca &&!(_faaa &8==8&&_faaa &16==16){_aabd =append (_aabd ,_fgdg ("\u0036.\u0033\u002e\u0032\u002d\u0033","\u0054\u0065\u0078\u0074\u0020a\u006e\u006e\u006f\u0074\u0061t\u0069o\u006e\u0020\u0068\u0061\u0073\u0020\u006f\u006e\u0065\u0020\u006f\u0066\u0020\u0074\u0068\u0065\u0020\u0066\u006ca\u0067\u0073\u0020\u004e\u006f\u005a\u006f\u006f\u006d\u0020\u006f\u0072\u0020\u004e\u006f\u0052\u006f\u0074\u0061\u0074\u0065\u0020\u0073\u0065t\u0020\u0074\u006f\u0020\u0030\u002e")); +_cabc =true ;if _ffbg (){return _aabd ;};};};if !_cfbga {_ebcf ,_febg :=_aad .GetDict (_edgf .Get ("\u0041\u0050"));if _febg {_abaf :=_ebcf .Get ("\u004e");if _abaf ==nil ||len (_ebcf .Keys ())> 1{_aabd =append (_aabd ,_fgdg ("\u0036.\u0033\u002e\u0033\u002d\u0032","\u0046\u006f\u0072\u0020\u0061\u006c\u006c\u0020\u0061\u006e\u006e\u006ft\u0061\u0074\u0069\u006f\u006e\u0020d\u0069\u0063t\u0069\u006f\u006ea\u0072\u0069\u0065\u0073 \u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0069\u006e\u0067\u0020\u0061\u006e\u0020\u0041\u0050 \u006b\u0065\u0079\u002c\u0020\u0074\u0068\u0065\u0020\u0061p\u0070\u0065\u0061\u0072\u0061\u006e\u0063\u0065\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u0020\u0074\u0068\u0061\u0074\u0020\u0069\u0074\u0020\u0064\u0065\u0066\u0069\u006e\u0065\u0073\u0020\u0061\u0073\u0020it\u0073\u0020\u0076\u0061\u006cu\u0065\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u0063\u006f\u006e\u0074\u0061i\u006e\u0020o\u006e\u006c\u0079\u0020\u0074\u0068\u0065\u0020\u004e\u0020\u006b\u0065\u0079\u002e\u0020\u0049\u0066\u0020\u0061\u006e\u0020\u0061\u006e\u006e\u006f\u0074\u0061\u0074\u0069\u006f\u006e\u0020\u0064i\u0063\u0074\u0069o\u006e\u0061\u0072\u0079\u0027\u0073\u0020\u0053\u0075\u0062ty\u0070\u0065\u0020\u006b\u0065\u0079\u0020\u0068\u0061\u0073\u0020\u0061\u0020\u0076\u0061\u006c\u0075\u0065\u0020\u006f\u0066\u0020\u0057\u0069\u0064g\u0065\u0074\u0020\u0061\u006e\u0064\u0020\u0069\u0074s\u0020\u0046\u0054 \u006be\u0079\u0020\u0068\u0061\u0073\u0020\u0061\u0020\u0076\u0061\u006c\u0075\u0065\u0020\u006f\u0066\u0020B\u0074\u006e,\u0020\u0074he \u0076a\u006c\u0075\u0065\u0020\u006f\u0066\u0020\u0074\u0068\u0065\u0020\u004e\u0020\u006b\u0065\u0079\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u0062\u0065\u0020\u0061\u006e\u0020\u0061\u0070\u0070\u0065\u0061\u0072\u0061\u006e\u0063\u0065\u0020\u0073\u0075\u0062\u0064\u0069\u0063\u0074\u0069\u006fn\u0061r\u0079; \u006f\u0074\u0068\u0065\u0072\u0077\u0069s\u0065\u0020\u0074\u0068\u0065\u0020\u0076\u0061\u006c\u0075\u0065\u0020\u006f\u0066\u0020th\u0065\u0020N\u0020\u006b\u0065y\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u0062e\u0020\u0061\u006e\u0020\u0061\u0070\u0070\u0065\u0061\u0072\u0061n\u0063\u0065\u0020\u0073\u0074\u0072\u0065\u0061\u006d\u002e")); +_cfbga =true ;if _ffbg (){return _aabd ;};continue ;};_ ,_cgdb :=_dddg .GetContext ().(*_g .PdfAnnotationWidget );if _cgdb {_gebc ,_eede :=_aad .GetName (_edgf .Get ("\u0046\u0054"));if _eede &&*_gebc =="\u0042\u0074\u006e"{if _ ,_dgeea :=_aad .GetDict (_abaf ); +!_dgeea {_aabd =append (_aabd ,_fgdg ("\u0036.\u0033\u002e\u0033\u002d\u0032","\u0046\u006f\u0072\u0020\u0061\u006c\u006c\u0020\u0061\u006e\u006e\u006ft\u0061\u0074\u0069\u006f\u006e\u0020d\u0069\u0063t\u0069\u006f\u006ea\u0072\u0069\u0065\u0073 \u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0069\u006e\u0067\u0020\u0061\u006e\u0020\u0041\u0050 \u006b\u0065\u0079\u002c\u0020\u0074\u0068\u0065\u0020\u0061p\u0070\u0065\u0061\u0072\u0061\u006e\u0063\u0065\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u0020\u0074\u0068\u0061\u0074\u0020\u0069\u0074\u0020\u0064\u0065\u0066\u0069\u006e\u0065\u0073\u0020\u0061\u0073\u0020it\u0073\u0020\u0076\u0061\u006cu\u0065\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u0063\u006f\u006e\u0074\u0061i\u006e\u0020o\u006e\u006c\u0079\u0020\u0074\u0068\u0065\u0020\u004e\u0020\u006b\u0065\u0079\u002e\u0020\u0049\u0066\u0020\u0061\u006e\u0020\u0061\u006e\u006e\u006f\u0074\u0061\u0074\u0069\u006f\u006e\u0020\u0064i\u0063\u0074\u0069o\u006e\u0061\u0072\u0079\u0027\u0073\u0020\u0053\u0075\u0062ty\u0070\u0065\u0020\u006b\u0065\u0079\u0020\u0068\u0061\u0073\u0020\u0061\u0020\u0076\u0061\u006c\u0075\u0065\u0020\u006f\u0066\u0020\u0057\u0069\u0064g\u0065\u0074\u0020\u0061\u006e\u0064\u0020\u0069\u0074s\u0020\u0046\u0054 \u006be\u0079\u0020\u0068\u0061\u0073\u0020\u0061\u0020\u0076\u0061\u006c\u0075\u0065\u0020\u006f\u0066\u0020B\u0074\u006e,\u0020\u0074he \u0076a\u006c\u0075\u0065\u0020\u006f\u0066\u0020\u0074\u0068\u0065\u0020\u004e\u0020\u006b\u0065\u0079\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u0062\u0065\u0020\u0061\u006e\u0020\u0061\u0070\u0070\u0065\u0061\u0072\u0061\u006e\u0063\u0065\u0020\u0073\u0075\u0062\u0064\u0069\u0063\u0074\u0069\u006fn\u0061r\u0079; \u006f\u0074\u0068\u0065\u0072\u0077\u0069s\u0065\u0020\u0074\u0068\u0065\u0020\u0076\u0061\u006c\u0075\u0065\u0020\u006f\u0066\u0020th\u0065\u0020N\u0020\u006b\u0065y\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u0062e\u0020\u0061\u006e\u0020\u0061\u0070\u0070\u0065\u0061\u0072\u0061n\u0063\u0065\u0020\u0073\u0074\u0072\u0065\u0061\u006d\u002e")); +_cfbga =true ;if _ffbg (){return _aabd ;};continue ;};};};_ ,_cgaag :=_aad .GetStream (_abaf );if !_cgaag {_aabd =append (_aabd ,_fgdg ("\u0036.\u0033\u002e\u0033\u002d\u0032","\u0046\u006f\u0072\u0020\u0061\u006c\u006c\u0020\u0061\u006e\u006e\u006ft\u0061\u0074\u0069\u006f\u006e\u0020d\u0069\u0063t\u0069\u006f\u006ea\u0072\u0069\u0065\u0073 \u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0069\u006e\u0067\u0020\u0061\u006e\u0020\u0041\u0050 \u006b\u0065\u0079\u002c\u0020\u0074\u0068\u0065\u0020\u0061p\u0070\u0065\u0061\u0072\u0061\u006e\u0063\u0065\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u0020\u0074\u0068\u0061\u0074\u0020\u0069\u0074\u0020\u0064\u0065\u0066\u0069\u006e\u0065\u0073\u0020\u0061\u0073\u0020it\u0073\u0020\u0076\u0061\u006cu\u0065\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u0063\u006f\u006e\u0074\u0061i\u006e\u0020o\u006e\u006c\u0079\u0020\u0074\u0068\u0065\u0020\u004e\u0020\u006b\u0065\u0079\u002e\u0020\u0049\u0066\u0020\u0061\u006e\u0020\u0061\u006e\u006e\u006f\u0074\u0061\u0074\u0069\u006f\u006e\u0020\u0064i\u0063\u0074\u0069o\u006e\u0061\u0072\u0079\u0027\u0073\u0020\u0053\u0075\u0062ty\u0070\u0065\u0020\u006b\u0065\u0079\u0020\u0068\u0061\u0073\u0020\u0061\u0020\u0076\u0061\u006c\u0075\u0065\u0020\u006f\u0066\u0020\u0057\u0069\u0064g\u0065\u0074\u0020\u0061\u006e\u0064\u0020\u0069\u0074s\u0020\u0046\u0054 \u006be\u0079\u0020\u0068\u0061\u0073\u0020\u0061\u0020\u0076\u0061\u006c\u0075\u0065\u0020\u006f\u0066\u0020B\u0074\u006e,\u0020\u0074he \u0076a\u006c\u0075\u0065\u0020\u006f\u0066\u0020\u0074\u0068\u0065\u0020\u004e\u0020\u006b\u0065\u0079\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u0062\u0065\u0020\u0061\u006e\u0020\u0061\u0070\u0070\u0065\u0061\u0072\u0061\u006e\u0063\u0065\u0020\u0073\u0075\u0062\u0064\u0069\u0063\u0074\u0069\u006fn\u0061r\u0079; \u006f\u0074\u0068\u0065\u0072\u0077\u0069s\u0065\u0020\u0074\u0068\u0065\u0020\u0076\u0061\u006c\u0075\u0065\u0020\u006f\u0066\u0020th\u0065\u0020N\u0020\u006b\u0065y\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u0062e\u0020\u0061\u006e\u0020\u0061\u0070\u0070\u0065\u0061\u0072\u0061n\u0063\u0065\u0020\u0073\u0074\u0072\u0065\u0061\u006d\u002e")); +_cfbga =true ;if _ffbg (){return _aabd ;};continue ;};};};_ecdge ,_eddf :=_dddg .GetContext ().(*_g .PdfAnnotationWidget );if !_eddf {continue ;};if !_ggbed {if _ecdge .A !=nil {_aabd =append (_aabd ,_fgdg ("\u0036.\u0034\u002e\u0031\u002d\u0031","A \u0057\u0069d\u0067\u0065\u0074\u0020\u0061\u006e\u006e\u006f\u0074a\u0074\u0069\u006f\u006e\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u006e\u006f\u0074\u0020\u0069\u006ec\u006cu\u0064\u0065\u0020\u0061\u006e\u0020\u0041\u0020e\u006et\u0072\u0079.")); +_ggbed =true ;if _ffbg (){return _aabd ;};};};if !_febd {if _ecdge .AA !=nil {_aabd =append (_aabd ,_fgdg ("\u0036.\u0034\u002e\u0031\u002d\u0031","\u0041\u0020\u0057\u0069\u0064\u0067\u0065\u0074\u0020\u0061\u006e\u006eo\u0074\u0061\u0074i\u006f\u006e\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061r\u0079\u0020\u0073h\u0061\u006c\u006c\u0020n\u006f\u0074\u0020\u0069\u006e\u0063\u006c\u0075\u0064\u0065\u0020\u0061\u006e\u0020\u0041\u0041\u0020\u0065\u006e\u0074\u0072\u0079\u0020\u0066\u006f\u0072\u0020\u0061\u006e\u0020\u0061d\u0064\u0069\u0074\u0069\u006f\u006e\u0061\u006c\u002d\u0061\u0063t\u0069\u006f\u006e\u0073\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u002e")); +_febd =true ;if _ffbg (){return _aabd ;};};};};};return _aabd ;};func _afeaa (_ddedc *_g .CompliancePdfReader )ViolatedRule {_eebg :=map[*_aad .PdfObjectStream ]struct{}{};for _ ,_fbdgb :=range _ddedc .PageList {if _fbdgb .Resources ==nil &&_fbdgb .Contents ==nil {continue ; +};if _accac :=_fbdgb .GetPageDict ();_accac !=nil {_dgeg ,_cbbc :=_aad .GetDict (_accac .Get ("\u0047\u0072\u006fu\u0070"));if _cbbc {if _ffcb :=_dgeg .Get ("\u0053");_ffcb !=nil {_ecde ,_cbfc :=_aad .GetName (_ffcb );if _cbfc &&_ecde .String ()=="\u0054\u0072\u0061n\u0073\u0070\u0061\u0072\u0065\u006e\u0063\u0079"{return _fgdg ("\u0036\u002e\u0034-\u0033","\u0041\u0020\u0047\u0072\u006f\u0075\u0070\u0020\u006f\u0062\u006a\u0065\u0063\u0074\u0020\u0077\u0069\u0074\u0068\u0020\u0061\u006e\u0020\u0053\u0020\u0078Ob\u006a\u0065c\u0074\u0020\u0077\u0069\u0074h\u0020\u0061\u0020\u0076a\u006c\u0075\u0065\u0020o\u0066\u0020\u0054\u0072\u0061\u006e\u0073\u0070\u0061\u0072\u0065\u006e\u0063\u0079 \u0073\u0068\u0061\u006c\u006c\u0020\u006eo\u0074\u0020\u0062\u0065\u0020i\u006e\u0063\u006c\u0075\u0064\u0065\u0064\u0020\u0069\u006e\u0020\u0061\u0020\u0066\u006f\u0072\u006d\u0020\u0058\u004f\u0062je\u0063\u0074\u002e\n\u0041 \u0047\u0072\u006f\u0075p\u0020\u006f\u0062j\u0065\u0063\u0074\u0020\u0077\u0069\u0074\u0068\u0020\u0061\u006e\u0020S\u0020\u0078\u004fb\u006a\u0065\u0063\u0074\u0020\u0077\u0069\u0074\u0068\u0020\u0061\u0020v\u0061\u006c\u0075\u0065\u0020o\u0066\u0020\u0054\u0072\u0061n\u0073\u0070\u0061\u0072\u0065\u006ec\u0079\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u006e\u006f\u0074\u0020\u0062\u0065\u0020i\u006e\u0063\u006c\u0075\u0064e\u0064\u0020\u0069\u006e\u0020\u0061\u0020\u0070\u0061\u0067\u0065\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u002e"); +};};};};if _fbdgb .Resources !=nil {if _gddge ,_cbbeg :=_aad .GetDict (_fbdgb .Resources .XObject );_cbbeg {for _ ,_afdge :=range _gddge .Keys (){_ggacfe ,_gbae :=_aad .GetStream (_gddge .Get (_afdge ));if !_gbae {continue ;};if _ ,_edae :=_eebg [_ggacfe ]; +_edae {continue ;};_fcaf ,_gbae :=_aad .GetDict (_ggacfe .Get ("\u0047\u0072\u006fu\u0070"));if !_gbae {_eebg [_ggacfe ]=struct{}{};continue ;};_ecaa :=_fcaf .Get ("\u0053");if _ecaa !=nil {_dgead ,_gceea :=_aad .GetName (_ecaa );if _gceea &&_dgead .String ()=="\u0054\u0072\u0061n\u0073\u0070\u0061\u0072\u0065\u006e\u0063\u0079"{return _fgdg ("\u0036\u002e\u0034-\u0033","\u0041\u0020\u0047\u0072\u006f\u0075\u0070\u0020\u006f\u0062\u006a\u0065\u0063\u0074\u0020\u0077\u0069\u0074\u0068\u0020\u0061\u006e\u0020\u0053\u0020\u0078Ob\u006a\u0065c\u0074\u0020\u0077\u0069\u0074h\u0020\u0061\u0020\u0076a\u006c\u0075\u0065\u0020o\u0066\u0020\u0054\u0072\u0061\u006e\u0073\u0070\u0061\u0072\u0065\u006e\u0063\u0079 \u0073\u0068\u0061\u006c\u006c\u0020\u006eo\u0074\u0020\u0062\u0065\u0020i\u006e\u0063\u006c\u0075\u0064\u0065\u0064\u0020\u0069\u006e\u0020\u0061\u0020\u0066\u006f\u0072\u006d\u0020\u0058\u004f\u0062je\u0063\u0074\u002e\n\u0041 \u0047\u0072\u006f\u0075p\u0020\u006f\u0062j\u0065\u0063\u0074\u0020\u0077\u0069\u0074\u0068\u0020\u0061\u006e\u0020S\u0020\u0078\u004fb\u006a\u0065\u0063\u0074\u0020\u0077\u0069\u0074\u0068\u0020\u0061\u0020v\u0061\u006c\u0075\u0065\u0020o\u0066\u0020\u0054\u0072\u0061n\u0073\u0070\u0061\u0072\u0065\u006ec\u0079\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u006e\u006f\u0074\u0020\u0062\u0065\u0020i\u006e\u0063\u006c\u0075\u0064e\u0064\u0020\u0069\u006e\u0020\u0061\u0020\u0070\u0061\u0067\u0065\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u002e"); +};};_eebg [_ggacfe ]=struct{}{};continue ;};};};if _fbdgb .Contents !=nil {_dcgf ,_dgaa :=_fbdgb .GetContentStreams ();if _dgaa !=nil {continue ;};for _ ,_gdaea :=range _dcgf {_dbad ,_cgccf :=_fgd .NewContentStreamParser (_gdaea ).Parse ();if _cgccf !=nil {continue ; +};for _ ,_abef :=range *_dbad {if len (_abef .Params )==0{continue ;};_ffafd ,_agbc :=_aad .GetName (_abef .Params [0]);if !_agbc {continue ;};_deba ,_bfdb :=_fbdgb .Resources .GetXObjectByName (*_ffafd );if _bfdb !=_g .XObjectTypeForm {continue ;};if _ ,_abge :=_eebg [_deba ]; +_abge {continue ;};_debb ,_agbc :=_aad .GetDict (_deba .Get ("\u0047\u0072\u006fu\u0070"));if !_agbc {_eebg [_deba ]=struct{}{};continue ;};_abaee :=_debb .Get ("\u0053");if _abaee !=nil {_gfga ,_defe :=_aad .GetName (_abaee );if _defe &&_gfga .String ()=="\u0054\u0072\u0061n\u0073\u0070\u0061\u0072\u0065\u006e\u0063\u0079"{return _fgdg ("\u0036\u002e\u0034-\u0033","\u0041\u0020\u0047\u0072\u006f\u0075\u0070\u0020\u006f\u0062\u006a\u0065\u0063\u0074\u0020\u0077\u0069\u0074\u0068\u0020\u0061\u006e\u0020\u0053\u0020\u0078Ob\u006a\u0065c\u0074\u0020\u0077\u0069\u0074h\u0020\u0061\u0020\u0076a\u006c\u0075\u0065\u0020o\u0066\u0020\u0054\u0072\u0061\u006e\u0073\u0070\u0061\u0072\u0065\u006e\u0063\u0079 \u0073\u0068\u0061\u006c\u006c\u0020\u006eo\u0074\u0020\u0062\u0065\u0020i\u006e\u0063\u006c\u0075\u0064\u0065\u0064\u0020\u0069\u006e\u0020\u0061\u0020\u0066\u006f\u0072\u006d\u0020\u0058\u004f\u0062je\u0063\u0074\u002e\n\u0041 \u0047\u0072\u006f\u0075p\u0020\u006f\u0062j\u0065\u0063\u0074\u0020\u0077\u0069\u0074\u0068\u0020\u0061\u006e\u0020S\u0020\u0078\u004fb\u006a\u0065\u0063\u0074\u0020\u0077\u0069\u0074\u0068\u0020\u0061\u0020v\u0061\u006c\u0075\u0065\u0020o\u0066\u0020\u0054\u0072\u0061n\u0073\u0070\u0061\u0072\u0065\u006ec\u0079\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u006e\u006f\u0074\u0020\u0062\u0065\u0020i\u006e\u0063\u006c\u0075\u0064e\u0064\u0020\u0069\u006e\u0020\u0061\u0020\u0070\u0061\u0067\u0065\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u002e"); +};};_eebg [_deba ]=struct{}{};};};};};return _fbc ;};func _gfgc (_afddfd *_aad .PdfObjectDictionary )ViolatedRule {const (_agbde ="\u0036\u002e\u0032\u002e\u0031\u0031\u002e\u0033\u002d\u0032";_deebfb ="IS\u004f\u0020\u0033\u0032\u0030\u0030\u0030\u002d\u0031\u003a\u0032\u0030\u0030\u0038\u002c\u00209\u002e\u0037\u002e\u0034\u002c\u0020\u0054\u0061\u0062\u006c\u0065\u0020\u0031\u0031\u0037\u0020\u0072\u0065\u0071\u0075\u0069\u0072\u0065\u0073\u0020\u0074\u0068a\u0074\u0020\u0061\u006c\u006c\u0020\u0065m\u0062\u0065\u0064\u0064\u0065\u0064\u0020\u0054\u0079\u0070\u0065\u0020\u0032\u0020\u0043\u0049\u0044\u0046\u006fn\u0074\u0073\u0020\u0069n\u0020t\u0068e\u0020\u0043\u0049D\u0046\u006f\u006e\u0074\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061r\u0079\u0020\u0073\u0068a\u006c\u006c\u0020\u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0020\u0061\u0020\u0043\u0049\u0044\u0054\u006fG\u0049\u0044M\u0061\u0070\u0020\u0065\u006e\u0074\u0072\u0079 \u0074\u0068\u0061\u0074\u0020\u0073\u0068\u0061\u006c\u006c \u0062e\u0020\u0061\u0020\u0073t\u0072\u0065\u0061\u006d\u0020\u006d\u0061\u0070p\u0069\u006e\u0067 f\u0072\u006f\u006d \u0043\u0049\u0044\u0073\u0020\u0074\u006f\u0020\u0067\u006c\u0079p\u0068 \u0069\u006e\u0064\u0069c\u0065\u0073\u0020\u006fr\u0020\u0074\u0068\u0065\u0020\u006e\u0061\u006d\u0065\u0020\u0049d\u0065\u006e\u0074\u0069\u0074\u0079\u002c\u0020\u0061\u0073\u0020\u0064\u0065\u0073\u0063\u0072\u0069\u0062\u0065\u0064\u0020\u0069\u006e\u0020\u0049\u0053\u004f\u0020\u0033\u0032\u0030\u0030\u0030\u002d\u0031\u003a\u0032\u0030\u0030\u0038\u002c\u0020\u0039\u002e\u0037\u002e\u0034\u002c\u0020\u0054\u0061\u0062\u006c\u0065\u0020\u0031\u0031\u0037\u002e"; +);var _ffbfd string ;if _dbda ,_ceafgd :=_aad .GetName (_afddfd .Get ("\u0053u\u0062\u0074\u0079\u0070\u0065"));_ceafgd {_ffbfd =_dbda .String ();};if _ffbfd !="\u0043\u0049\u0044F\u006f\u006e\u0074\u0054\u0079\u0070\u0065\u0032"{return _fbc ;};if _afddfd .Get ("C\u0049\u0044\u0054\u006f\u0047\u0049\u0044\u004d\u0061\u0070")==nil {return _fgdg (_agbde ,_deebfb ); +};return _fbc ;}; // NewProfile1A creates a new Profile1A with given options. -func NewProfile1A (options *Profile1Options )*Profile1A {if options ==nil {options =DefaultProfile1Options ();};_gdef (options );return &Profile1A {profile1 {_dbbb :*options ,_bcaf :_cb ()}};};func _dgdb (_dabc *_bag .Document ){if _dabc .ID [0]!=""&&_dabc .ID [1]!=""{return ; -};_dabc .UseHashBasedID =true ;}; +func NewProfile1A (options *Profile1Options )*Profile1A {if options ==nil {options =DefaultProfile1Options ();};_fcf (options );return &Profile1A {profile1 {_bgd :*options ,_deeb :_ea ()}};};func _adcb (_ged *_g .CompliancePdfReader )(_dgeb []ViolatedRule ){var _ffccb ,_effd ,_deec ,_gfdde ,_gabba ,_edcaf bool ; +_effb :=func ()bool {return _ffccb &&_effd &&_deec &&_gfdde &&_gabba &&_edcaf };_afcbe :=func (_gbdgc *_aad .PdfObjectDictionary )bool {if !_ffccb &&_gbdgc .Get ("\u0054\u0052")!=nil {_ffccb =true ;_dgeb =append (_dgeb ,_fgdg ("\u0036.\u0032\u002e\u0038\u002d\u0031","\u0041\u006e\u0020\u0045\u0078\u0074\u0047\u0053\u0074\u0061\u0074e\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006ea\u0072y\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u006e\u006f\u0074\u0020\u0063\u006f\u006e\u0074\u0061\u0069\u006e \u0074\u0068\u0065\u0020\u0054\u0052\u0020\u006b\u0065\u0079\u002e")); +};if _gdga :=_gbdgc .Get ("\u0054\u0052\u0032");!_effd &&_gdga !=nil {_fecg ,_cbfbe :=_aad .GetName (_gdga );if !_cbfbe ||(_cbfbe &&*_fecg !="\u0044e\u0066\u0061\u0075\u006c\u0074"){_effd =true ;_dgeb =append (_dgeb ,_fgdg ("\u0036.\u0032\u002e\u0038\u002d\u0032","\u0041\u006e \u0045\u0078\u0074G\u0053\u0074\u0061\u0074\u0065 \u0064\u0069\u0063\u0074\u0069on\u0061\u0072\u0079\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u006e\u006f\u0074\u0020\u0063\u006f\u006e\u0074a\u0069n\u0020\u0074\u0068\u0065\u0020\u0054R2 \u006b\u0065\u0079\u0020\u0077\u0069\u0074\u0068\u0020\u0061\u0020\u0076al\u0075e\u0020\u006f\u0074\u0068e\u0072 \u0074h\u0061\u006e \u0044\u0065fa\u0075\u006c\u0074\u002e")); +if _effb (){return true ;};};};if _cafb :=_gbdgc .Get ("\u0053\u004d\u0061s\u006b");!_deec &&_cafb !=nil {_bdafb ,_ddec :=_aad .GetName (_cafb );if !_ddec ||(_ddec &&*_bdafb !="\u004e\u006f\u006e\u0065"){_deec =true ;_dgeb =append (_dgeb ,_fgdg ("\u0036\u002e\u0034-\u0031","\u0049\u0066\u0020\u0061\u006e \u0053\u004d\u0061\u0073\u006b\u0020\u006be\u0079\u0020\u0061\u0070\u0070\u0065\u0061\u0072\u0073\u0020\u0069\u006e\u0020\u0061\u006e\u0020\u0045\u0078\u0074\u0047\u0053\u0074\u0061\u0074\u0065\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u002c\u0020\u0069\u0074s\u0020\u0076\u0061\u006c\u0075\u0065\u0020\u0073\u0068\u0061\u006c\u006c \u0062\u0065\u0020\u004e\u006f\u006ee\u002e")); +if _effb (){return true ;};};};if _efdg :=_gbdgc .Get ("\u0043\u0041");!_gabba &&_efdg !=nil {_cffb ,_gbaaa :=_aad .GetNumberAsFloat (_efdg );if _gbaaa ==nil &&_cffb !=1.0{_gabba =true ;_dgeb =append (_dgeb ,_fgdg ("\u0036\u002e\u0034-\u0035","\u0054\u0068\u0065\u0020\u0066ol\u006c\u006fw\u0069\u006e\u0067\u0020\u006b\u0065\u0079\u0073\u002c\u0020\u0069\u0066\u0020\u0070\u0072\u0065\u0073\u0065\u006e\u0074\u0020\u0069\u006e\u0020\u0061\u006e\u0020\u0045\u0078t\u0047\u0053\u0074a\u0074\u0065\u0020\u006f\u0062\u006a\u0065\u0063\u0074\u002c\u0020\u0073\u0068a\u006c\u006c\u0020\u0068\u0061v\u0065\u0020\u0074\u0068\u0065\u0020\u0076\u0061\u006cu\u0065\u0073 \u0073h\u006f\u0077\u006e\u003a\u0020\u0043\u0041 \u002d\u0020\u0031\u002e\u0030\u002e")); +if _effb (){return true ;};};};if _gbedc :=_gbdgc .Get ("\u0063\u0061");!_edcaf &&_gbedc !=nil {_gege ,_bfgb :=_aad .GetNumberAsFloat (_gbedc );if _bfgb ==nil &&_gege !=1.0{_edcaf =true ;_dgeb =append (_dgeb ,_fgdg ("\u0036\u002e\u0034-\u0036","\u0054\u0068\u0065\u0020\u0066ol\u006c\u006fw\u0069\u006e\u0067\u0020\u006b\u0065\u0079\u0073\u002c\u0020\u0069\u0066\u0020\u0070\u0072\u0065\u0073\u0065\u006e\u0074\u0020\u0069\u006e\u0020\u0061\u006e\u0020\u0045\u0078t\u0047\u0053\u0074a\u0074\u0065\u0020\u006f\u0062\u006a\u0065\u0063\u0074\u002c\u0020\u0073\u0068a\u006c\u006c\u0020\u0068\u0061v\u0065\u0020\u0074\u0068\u0065\u0020\u0076\u0061\u006cu\u0065\u0073 \u0073h\u006f\u0077\u006e\u003a\u0020\u0063\u0061 \u002d\u0020\u0031\u002e\u0030\u002e")); +if _effb (){return true ;};};};if _cbgg :=_gbdgc .Get ("\u0042\u004d");!_gfdde &&_cbgg !=nil {_eabe ,_fcdc :=_aad .GetName (_cbgg );if _fcdc {switch _eabe .String (){case "\u004e\u006f\u0072\u006d\u0061\u006c","\u0043\u006f\u006d\u0070\u0061\u0074\u0069\u0062\u006c\u0065":default:_gfdde =true ; +_dgeb =append (_dgeb ,_fgdg ("\u0036\u002e\u0034-\u0034","T\u0068\u0065\u0020\u0066\u006f\u006cl\u006f\u0077\u0069\u006e\u0067 \u006b\u0065y\u0073\u002c\u0020\u0069\u0066 \u0070res\u0065\u006e\u0074\u0020\u0069\u006e\u0020\u0061\u006e\u0020\u0045\u0078\u0074\u0047S\u0074\u0061t\u0065\u0020\u006f\u0062\u006a\u0065\u0063\u0074\u002c\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u0068\u0061\u0076\u0065 \u0074\u0068\u0065 \u0076\u0061\u006c\u0075\u0065\u0073\u0020\u0073\u0068\u006f\u0077n\u003a\u0020\u0042\u004d\u0020\u002d\u0020\u004e\u006f\u0072m\u0061\u006c\u0020\u006f\u0072\u0020\u0043\u006f\u006d\u0070\u0061t\u0069\u0062\u006c\u0065\u002e")); +if _effb (){return true ;};};};};return false ;};for _ ,_cgfe :=range _ged .PageList {_cgcb :=_cgfe .Resources ;if _cgcb ==nil {continue ;};if _cgcb .ExtGState ==nil {continue ;};_cbaf ,_aeffa :=_aad .GetDict (_cgcb .ExtGState );if !_aeffa {continue ;}; +_eafag :=_cbaf .Keys ();for _ ,_fbaae :=range _eafag {_fdbfa ,_cbgfc :=_aad .GetDict (_cbaf .Get (_fbaae ));if !_cbgfc {continue ;};if _afcbe (_fdbfa ){return _dgeb ;};};};for _ ,_ccbf :=range _ged .PageList {_bfgd :=_ccbf .Resources ;if _bfgd ==nil {continue ; +};_fadg ,_dded :=_aad .GetDict (_bfgd .XObject );if !_dded {continue ;};for _ ,_bcfg :=range _fadg .Keys (){_egcd ,_fbab :=_aad .GetStream (_fadg .Get (_bcfg ));if !_fbab {continue ;};_bcge ,_fbab :=_aad .GetDict (_egcd .Get ("\u0052e\u0073\u006f\u0075\u0072\u0063\u0065s")); +if !_fbab {continue ;};_dggcb ,_fbab :=_aad .GetDict (_bcge .Get ("\u0045x\u0074\u0047\u0053\u0074\u0061\u0074e"));if !_fbab {continue ;};for _ ,_acbc :=range _dggcb .Keys (){_dbbc ,_ebbd :=_aad .GetDict (_dggcb .Get (_acbc ));if !_ebbd {continue ;};if _afcbe (_dbbc ){return _dgeb ; +};};};};return _dgeb ;};func _efceg (_fabdc *_g .CompliancePdfReader )ViolatedRule {_dfcg :=_fabdc .ParserMetadata ();if _dfcg .HasInvalidSeparationAfterXRef (){return _fgdg ("\u0036.\u0031\u002e\u0034\u002d\u0032","\u0054\u0068\u0065 \u0078\u0072\u0065\u0066\u0020\u006b\u0065\u0079\u0077\u006fr\u0064\u0020\u0061\u006e\u0064\u0020\u0074\u0068\u0065\u0020\u0063\u0072\u006f\u0073s\u0020\u0072\u0065\u0066e\u0072\u0065\u006e\u0063\u0065 s\u0075b\u0073\u0065\u0063ti\u006f\u006e\u0020\u0068\u0065\u0061\u0064e\u0072\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u0062\u0065\u0020\u0073\u0065\u0070\u0061\u0072\u0061\u0074\u0065\u0064\u0020\u0062\u0079 \u0061\u0020\u0073i\u006e\u0067\u006c\u0065\u0020\u0045\u004fL\u0020\u006d\u0061\u0072\u006b\u0065\u0072\u002e"); +};return _fbc ;}; -// ValidateStandard checks if provided input CompliancePdfReader matches rules that conforms PDF/A-1 standard. -func (_gggc *profile1 )ValidateStandard (r *_ae .CompliancePdfReader )error {_cgeb :=VerificationError {ConformanceLevel :_gggc ._bcaf ._fgb ,ConformanceVariant :_gggc ._bcaf ._ea };if _bbga :=_ffbf (r );_bbga !=_fc {_cgeb .ViolatedRules =append (_cgeb .ViolatedRules ,_bbga ); -};if _cefc :=_fedf (r );_cefc !=_fc {_cgeb .ViolatedRules =append (_cgeb .ViolatedRules ,_cefc );};if _egagg :=_cgd (r );_egagg !=_fc {_cgeb .ViolatedRules =append (_cgeb .ViolatedRules ,_egagg );};if _dee :=_bdcg (r );_dee !=_fc {_cgeb .ViolatedRules =append (_cgeb .ViolatedRules ,_dee ); -};if _fbec :=_eebc (r );_fbec !=_fc {_cgeb .ViolatedRules =append (_cgeb .ViolatedRules ,_fbec );};if _cbeg :=_adef (r );len (_cbeg )!=0{_cgeb .ViolatedRules =append (_cgeb .ViolatedRules ,_cbeg ...);};if _acdec :=_gabb (r );_acdec !=_fc {_cgeb .ViolatedRules =append (_cgeb .ViolatedRules ,_acdec ); -};if _caae :=_abeg (r );len (_caae )!=0{_cgeb .ViolatedRules =append (_cgeb .ViolatedRules ,_caae ...);};if _fcc :=_feff (r );len (_fcc )!=0{_cgeb .ViolatedRules =append (_cgeb .ViolatedRules ,_fcc ...);};if _cea :=_cfec (r );len (_cea )!=0{_cgeb .ViolatedRules =append (_cgeb .ViolatedRules ,_cea ...); -};if _eddd :=_dbbe (r );_eddd !=_fc {_cgeb .ViolatedRules =append (_cgeb .ViolatedRules ,_eddd );};if _dfdg :=_ebcg (r );len (_dfdg )!=0{_cgeb .ViolatedRules =append (_cgeb .ViolatedRules ,_dfdg ...);};if _degd :=_fgbdf (r );len (_degd )!=0{_cgeb .ViolatedRules =append (_cgeb .ViolatedRules ,_degd ...); -};if _ggga :=_aafd (r );_ggga !=_fc {_cgeb .ViolatedRules =append (_cgeb .ViolatedRules ,_ggga );};if _fddg :=_fdac (r ,false );len (_fddg )!=0{_cgeb .ViolatedRules =append (_cgeb .ViolatedRules ,_fddg ...);};if _caaac :=_bdfc (r );len (_caaac )!=0{_cgeb .ViolatedRules =append (_cgeb .ViolatedRules ,_caaac ...); -};if _aaee :=_gbcb (r );_aaee !=_fc {_cgeb .ViolatedRules =append (_cgeb .ViolatedRules ,_aaee );};if _eabc :=_gdgd (r );_eabc !=_fc {_cgeb .ViolatedRules =append (_cgeb .ViolatedRules ,_eabc );};if _fece :=_bfcb (r );_fece !=_fc {_cgeb .ViolatedRules =append (_cgeb .ViolatedRules ,_fece ); -};if _acdcc :=_fcga (r );_acdcc !=_fc {_cgeb .ViolatedRules =append (_cgeb .ViolatedRules ,_acdcc );};if _gdcfe :=_fafd (r );_gdcfe !=_fc {_cgeb .ViolatedRules =append (_cgeb .ViolatedRules ,_gdcfe );};if _adaa :=_febb (r );len (_adaa )!=0{_cgeb .ViolatedRules =append (_cgeb .ViolatedRules ,_adaa ...); -};if _ebaf :=_dgba (r ,_gggc ._bcaf );len (_ebaf )!=0{_cgeb .ViolatedRules =append (_cgeb .ViolatedRules ,_ebaf ...);};if _dfddf :=_ccag (r );len (_dfddf )!=0{_cgeb .ViolatedRules =append (_cgeb .ViolatedRules ,_dfddf ...);};if _gfd :=_fdbef (r );_gfd !=_fc {_cgeb .ViolatedRules =append (_cgeb .ViolatedRules ,_gfd ); -};if _bfdc :=_ffa (r );_bfdc !=_fc {_cgeb .ViolatedRules =append (_cgeb .ViolatedRules ,_bfdc );};if _egd :=_cgfb (r );len (_egd )!=0{_cgeb .ViolatedRules =append (_cgeb .ViolatedRules ,_egd ...);};if _fefeg :=_ebgbd (r );len (_fefeg )!=0{_cgeb .ViolatedRules =append (_cgeb .ViolatedRules ,_fefeg ...); -};if _cdga :=_fbce (r );_cdga !=_fc {_cgeb .ViolatedRules =append (_cgeb .ViolatedRules ,_cdga );};if _feed :=_gdagde (r );_feed !=_fc {_cgeb .ViolatedRules =append (_cgeb .ViolatedRules ,_feed );};if _fcbe :=_ffgb (r ,_gggc ._bcaf ,false );len (_fcbe )!=0{_cgeb .ViolatedRules =append (_cgeb .ViolatedRules ,_fcbe ...); -};if _gggc ._bcaf ==_cb (){if _bbaa :=_fffbf (r );len (_bbaa )!=0{_cgeb .ViolatedRules =append (_cgeb .ViolatedRules ,_bbaa ...);};};if _fecg :=_bcbdc (r );len (_fecg )!=0{_cgeb .ViolatedRules =append (_cgeb .ViolatedRules ,_fecg ...);};if len (_cgeb .ViolatedRules )> 0{_f .Slice (_cgeb .ViolatedRules ,func (_ccfd ,_edec int )bool {return _cgeb .ViolatedRules [_ccfd ].RuleNo < _cgeb .ViolatedRules [_edec ].RuleNo ; -});return _cgeb ;};return nil ;};func _bdcf (_ecfca *_ae .CompliancePdfReader )(_bdbfc ViolatedRule ){_aefag ,_bdca :=_debed (_ecfca );if !_bdca {return _fc ;};_fbfdg ,_bdca :=_geb .GetDict (_aefag .Get ("\u0041\u0063\u0072\u006f\u0046\u006f\u0072\u006d")); -if !_bdca {return _fc ;};_fgdg ,_bdca :=_geb .GetArray (_fbfdg .Get ("\u0046\u0069\u0065\u006c\u0064\u0073"));if !_bdca {return _fc ;};for _ecdeg :=0;_ecdeg < _fgdg .Len ();_ecdeg ++{_caca ,_gfab :=_geb .GetDict (_fgdg .Get (_ecdeg ));if !_gfab {continue ; -};if _caca .Get ("\u0041")!=nil {return _eef ("\u0036.\u0034\u002e\u0031\u002d\u0032","\u0041\u0020\u0046\u0069\u0065\u006c\u0064\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006ea\u0072\u0079\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u006e\u006f\u0074\u0020c\u006f\u006e\u0074\u0061\u0069\u006e\u0020\u0074\u0068\u0065\u0020\u0041 o\u0072\u0020\u0041\u0041\u0020\u006b\u0065\u0079\u0073\u002e"); -};if _caca .Get ("\u0041\u0041")!=nil {return _eef ("\u0036.\u0034\u002e\u0031\u002d\u0032","\u0041\u0020\u0046\u0069\u0065\u006c\u0064\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006ea\u0072\u0079\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u006e\u006f\u0074\u0020c\u006f\u006e\u0074\u0061\u0069\u006e\u0020\u0074\u0068\u0065\u0020\u0041 o\u0072\u0020\u0041\u0041\u0020\u006b\u0065\u0079\u0073\u002e"); -};};return _fc ;}; +// Error implements error interface. +func (_ae VerificationError )Error ()string {_ge :=_aa .Builder {};_ge .WriteString ("\u0053\u0074\u0061\u006e\u0064\u0061\u0072\u0064\u003a\u0020");_ge .WriteString (_b .Sprintf ("\u0050\u0044\u0046\u002f\u0041\u002d\u0025\u0064\u0025\u0073",_ae .ConformanceLevel ,_ae .ConformanceVariant )); +_ge .WriteString ("\u0020\u0056\u0069\u006f\u006c\u0061\u0074\u0065\u0064\u0020\u0072\u0075l\u0065\u0073\u003a\u0020");for _cf ,_fb :=range _ae .ViolatedRules {_ge .WriteString (_fb .String ());if _cf !=len (_ae .ViolatedRules )-1{_ge .WriteRune ('\n'); +};};return _ge .String ();};var _ Profile =(*Profile1A )(nil );func _dcgd (_gfffb *_g .CompliancePdfReader ,_bcdaa standardType )(_dddc []ViolatedRule ){var _efce ,_aeec ,_bdbf ,_aefe ,_ceea ,_edcef ,_fgaf ,_dfgd ,_faa ,_fabd ,_aaea bool ;_dbff :=func ()bool {return _efce &&_aeec &&_bdbf &&_aefe &&_ceea &&_edcef &&_fgaf &&_dfgd &&_faa &&_fabd &&_aaea ; +};_ceed :=map[*_aad .PdfObjectStream ]*_bf .CMap {};_beafa :=map[*_aad .PdfObjectStream ][]byte {};_dfafc :=map[_aad .PdfObject ]*_g .PdfFont {};for _ ,_adfe :=range _gfffb .GetObjectNums (){_cdfg ,_ebdfd :=_gfffb .GetIndirectObjectByNumber (_adfe );if _ebdfd !=nil {continue ; +};_gccb ,_fdcb :=_aad .GetDict (_cdfg );if !_fdcb {continue ;};_ebef ,_fdcb :=_aad .GetName (_gccb .Get ("\u0054\u0079\u0070\u0065"));if !_fdcb {continue ;};if *_ebef !="\u0046\u006f\u006e\u0074"{continue ;};_cagd ,_ebdfd :=_g .NewPdfFontFromPdfObject (_gccb ); +if _ebdfd !=nil {_be .Log .Debug ("g\u0065\u0074\u0074\u0069\u006e\u0067 \u0066\u006f\u006e\u0074\u0020\u0066r\u006f\u006d\u0020\u006f\u0062\u006a\u0065c\u0074\u0020\u0066\u0061\u0069\u006c\u0065\u0064\u003a\u0020%\u0076",_ebdfd );continue ;};_dfafc [_gccb ]=_cagd ; +};for _ ,_dfgc :=range _gfffb .PageList {_edac ,_gdaf :=_dfgc .GetContentStreams ();if _gdaf !=nil {_be .Log .Debug ("G\u0065\u0074\u0074\u0069\u006e\u0067 \u0070\u0061\u0067\u0065\u0020\u0063o\u006e\u0074\u0065\u006e\u0074\u0020\u0073t\u0072\u0065\u0061\u006d\u0073\u0020\u0066\u0061\u0069\u006ce\u0064"); +continue ;};for _ ,_dcaca :=range _edac {_bdcc :=_fgd .NewContentStreamParser (_dcaca );_aaaag ,_bcdg :=_bdcc .Parse ();if _bcdg !=nil {_be .Log .Debug ("\u0070\u0061\u0072\u0073\u0069\u006e\u0067\u0020\u0063\u006f\u006e\u0074\u0065\u006e\u0074s\u0074r\u0065\u0061\u006d\u0020\u0066\u0061\u0069\u006c\u0065\u0064\u003a\u0020\u0025\u0076",_bcdg ); +continue ;};var _bace bool ;for _ ,_aadeg :=range *_aaaag {if _aadeg .Operand !="\u0054\u0072"{continue ;};if len (_aadeg .Params )!=1{_be .Log .Debug ("\u0069\u006e\u0076\u0061\u006ci\u0064\u0020\u006e\u0075\u006d\u0062\u0065r\u0020\u006f\u0066\u0020\u0070\u0061\u0072\u0061\u006d\u0065\u0074\u0065\u0072\u0073\u0020\u0066\u006f\u0072\u0020\u0074\u0068\u0065\u0020\u0027\u0054\u0072\u0027\u0020\u006f\u0070\u0065\u0072\u0061\u006e\u0064\u002c\u0020\u0065\u0078\u0070e\u0063\u0074\u0065\u0064\u0020\u0027\u0031\u0027\u0020\u0062\u0075\u0074 \u0069\u0073\u003a\u0020\u0027\u0025d\u0027",len (_aadeg .Params )); +continue ;};_gabg ,_cfeab :=_aad .GetIntVal (_aadeg .Params [0]);if !_cfeab {_be .Log .Debug ("\u0072\u0065\u006e\u0064\u0065\u0072\u0069\u006e\u0067\u0020\u006d\u006f\u0064\u0065\u0020i\u0073 \u006e\u006f\u0074\u0020\u0061\u006e\u0020\u0069\u006e\u0074\u0065\u0067\u0065\u0072"); +continue ;};if _gabg ==3{_bace =true ;break ;};};for _ ,_deffd :=range *_aaaag {if _deffd .Operand !="\u0054\u0066"{continue ;};if len (_deffd .Params )!=2{_be .Log .Debug ("i\u006eva\u006ci\u0064 \u006e\u0075\u006d\u0062\u0065r\u0020\u006f\u0066 \u0070\u0061\u0072\u0061\u006de\u0074\u0065\u0072s\u0020\u0066\u006f\u0072\u0020\u0074\u0068\u0065\u0020\u0027\u0054f\u0027\u0020\u006fper\u0061\u006e\u0064\u002c\u0020\u0065x\u0070\u0065\u0063\u0074\u0065\u0064\u0020\u0027\u0032\u0027\u0020\u0069s\u003a \u0027\u0025\u0064\u0027",len (_deffd .Params )); +continue ;};_gdge ,_deb :=_aad .GetName (_deffd .Params [0]);if !_deb {_be .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a \u0054\u0066\u0020\u006f\u0070\u003d\u0025\u0073\u0020\u0047\u0065\u0074\u004ea\u006d\u0065\u0056\u0061\u006c\u0020\u0066a\u0069\u006c\u0065\u0064",_deffd ); +continue ;};_acdcg ,_gdbg :=_dfgc .Resources .GetFontByName (*_gdge );if !_gdbg {_be .Log .Debug ("\u0066\u006f\u006e\u0074\u0020\u006e\u006f\u0074\u0020f\u006f\u0075\u006e\u0064");continue ;};_afgc ,_deb :=_aad .GetDict (_acdcg );if !_deb {_be .Log .Debug ("\u0066\u006f\u006e\u0074 d\u0069\u0063\u0074\u0020\u006e\u006f\u0074\u0020\u0066\u006f\u0075\u006e\u0064"); +continue ;};_edfe ,_deb :=_dfafc [_afgc ];if !_deb {var _dfcc error ;_edfe ,_dfcc =_g .NewPdfFontFromPdfObject (_afgc );if _dfcc !=nil {_be .Log .Debug ("\u0067\u0065\u0074\u0074i\u006e\u0067\u0020\u0066\u006f\u006e\u0074\u0020\u0066\u0072o\u006d \u006f\u0062\u006a\u0065\u0063\u0074\u003a \u0025\u0076",_dfcc ); +continue ;};_dfafc [_afgc ]=_edfe ;};if !_efce {_edcc :=_bdcg (_afgc ,_beafa ,_ceed );if _edcc !=_fbc {_dddc =append (_dddc ,_edcc );_efce =true ;if _dbff (){return _dddc ;};};};if !_aeec {_beff :=_eced (_afgc );if _beff !=_fbc {_dddc =append (_dddc ,_beff ); +_aeec =true ;if _dbff (){return _dddc ;};};};if !_bdbf {_ceag :=_aggf (_afgc ,_beafa ,_ceed );if _ceag !=_fbc {_dddc =append (_dddc ,_ceag );_bdbf =true ;if _dbff (){return _dddc ;};};};if !_aefe {_ecad :=_begf (_afgc ,_beafa ,_ceed );if _ecad !=_fbc {_dddc =append (_dddc ,_ecad ); +_aefe =true ;if _dbff (){return _dddc ;};};};if !_ceea {_fdef :=_cffff (_edfe ,_afgc ,_bace );if _fdef !=_fbc {_ceea =true ;_dddc =append (_dddc ,_fdef );if _dbff (){return _dddc ;};};};if !_edcef {_gbea :=_aegff (_edfe ,_afgc );if _gbea !=_fbc {_edcef =true ; +_dddc =append (_dddc ,_gbea );if _dbff (){return _dddc ;};};};if !_fgaf {_dfga :=_cgfg (_edfe ,_afgc );if _dfga !=_fbc {_fgaf =true ;_dddc =append (_dddc ,_dfga );if _dbff (){return _dddc ;};};};if !_dfgd {_ecgg :=_aggcd (_edfe ,_afgc );if _ecgg !=_fbc {_dfgd =true ; +_dddc =append (_dddc ,_ecgg );if _dbff (){return _dddc ;};};};if !_faa {_cgae :=_gced (_edfe ,_afgc );if _cgae !=_fbc {_faa =true ;_dddc =append (_dddc ,_cgae );if _dbff (){return _dddc ;};};};if !_fabd {_gdgd :=_badb (_edfe ,_afgc );if _gdgd !=_fbc {_fabd =true ; +_dddc =append (_dddc ,_gdgd );if _dbff (){return _dddc ;};};};if !_aaea &&_bcdaa ._fa =="\u0041"{_cgcg :=_eecaa (_afgc ,_beafa ,_ceed );if _cgcg !=_fbc {_aaea =true ;_dddc =append (_dddc ,_cgcg );if _dbff (){return _dddc ;};};};};};};return _dddc ;};func _cgcgf (_ggcg *_g .CompliancePdfReader ,_bccdg standardType ,_aeaeg bool )(_eaeb []ViolatedRule ){_bgcdf ,_cdebc :=_dagg (_ggcg ); +if !_cdebc {return []ViolatedRule {_fgdg ("\u0036.\u0037\u002e\u0032\u002d\u0031","\u0063a\u0074a\u006c\u006f\u0067\u0020\u006eo\u0074\u0020f\u006f\u0075\u006e\u0064\u002e")};};_abde :=_bgcdf .Get ("\u004d\u0065\u0074\u0061\u0064\u0061\u0074\u0061");if _abde ==nil {return []ViolatedRule {_fgdg ("\u0036.\u0037\u002e\u0032\u002d\u0031","\u006e\u006f\u0020\u0027\u004d\u0065\u0074\u0061d\u0061\u0074\u0061' \u006b\u0065\u0079\u0020\u0066\u006fu\u006e\u0064\u0020\u0069\u006e\u0020\u0074\u0068\u0065\u0020\u0064\u006f\u0063\u0075\u006de\u006e\u0074\u0020\u0063\u0061\u0074\u0061\u006co\u0067\u002e"),_fgdg ("\u0036.\u0037\u002e\u0033\u002d\u0031","\u0049\u0066\u0020\u005b\u0061\u0020\u0064\u006fc\u0075\u006d\u0065\u006e\u0074\u0020\u0069\u006e\u0066o\u0072\u006d\u0061t\u0069\u006f\u006e\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u0020\u0061\u0070p\u0065\u0061r\u0073\u0020\u0069n\u0020\u0061 \u0064\u006f\u0063um\u0065\u006e\u0074\u005d\u002c\u0020\u0074\u0068\u0065n\u0020\u0061\u006c\u006c\u0020\u006f\u0066\u0020\u0069\u0074\u0073\u0020\u0065\u006e\u0074\u0072\u0069\u0065\u0073\u0020\u0074\u0068\u0061\u0074\u0020\u0068\u0061\u0076\u0065\u0020\u0061\u006e\u0061\u006c\u006f\u0067\u006fu\u0073\u0020\u0070\u0072\u006f\u0070\u0065\u0072\u0074\u0069\u0065\u0073 \u0069\u006e\u0020\u0070\u0072\u0065\u0064e\u0066\u0069\u006e\u0065\u0064\u0020\u0058\u004d\u0050\u0020\u0073\u0063\u0068\u0065\u006d\u0061\u0073\u0020\u2026 \u0073\u0068\u0061\u006c\u006c\u0020\u0061\u006c\u0073\u006f\u0020\u0062\u0065\u0020\u0065\u006d\u0062\u0065\u0064\u0064\u0065d\u0020\u0069\u006e\u0020\u0074he\u0020\u0066i\u006c\u0065 \u0069\u006e\u0020\u0058\u004d\u0050\u0020\u0066\u006f\u0072\u006d\u0020\u0077\u0069\u0074\u0068\u0020\u0065\u0071\u0075\u0069\u0076\u0061\u006c\u0065\u006e\u0074\u0020\u0076\u0061\u006c\u0075\u0065\u0073\u002e")}; +};_ecfd ,_cdebc :=_aad .GetStream (_abde );if !_cdebc {return []ViolatedRule {_fgdg ("\u0036.\u0037\u002e\u0032\u002d\u0032","\u0063\u0061\u0074a\u006c\u006f\u0067\u0020\u0027\u004d\u0065\u0074\u0061\u0064\u0061\u0074\u0061\u0027\u0020\u006f\u0062\u006a\u0065\u0063\u0074\u0020\u0069\u0073\u0020\u006e\u006f\u0074\u0020a\u0020\u0073\u0074\u0072\u0065\u0061\u006d\u002e"),_fgdg ("\u0036.\u0037\u002e\u0033\u002d\u0031","\u0049\u0066\u0020\u005b\u0061\u0020\u0064\u006fc\u0075\u006d\u0065\u006e\u0074\u0020\u0069\u006e\u0066o\u0072\u006d\u0061t\u0069\u006f\u006e\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u0020\u0061\u0070p\u0065\u0061r\u0073\u0020\u0069n\u0020\u0061 \u0064\u006f\u0063um\u0065\u006e\u0074\u005d\u002c\u0020\u0074\u0068\u0065n\u0020\u0061\u006c\u006c\u0020\u006f\u0066\u0020\u0069\u0074\u0073\u0020\u0065\u006e\u0074\u0072\u0069\u0065\u0073\u0020\u0074\u0068\u0061\u0074\u0020\u0068\u0061\u0076\u0065\u0020\u0061\u006e\u0061\u006c\u006f\u0067\u006fu\u0073\u0020\u0070\u0072\u006f\u0070\u0065\u0072\u0074\u0069\u0065\u0073 \u0069\u006e\u0020\u0070\u0072\u0065\u0064e\u0066\u0069\u006e\u0065\u0064\u0020\u0058\u004d\u0050\u0020\u0073\u0063\u0068\u0065\u006d\u0061\u0073\u0020\u2026 \u0073\u0068\u0061\u006c\u006c\u0020\u0061\u006c\u0073\u006f\u0020\u0062\u0065\u0020\u0065\u006d\u0062\u0065\u0064\u0064\u0065d\u0020\u0069\u006e\u0020\u0074he\u0020\u0066i\u006c\u0065 \u0069\u006e\u0020\u0058\u004d\u0050\u0020\u0066\u006f\u0072\u006d\u0020\u0077\u0069\u0074\u0068\u0020\u0065\u0071\u0075\u0069\u0076\u0061\u006c\u0065\u006e\u0074\u0020\u0076\u0061\u006c\u0075\u0065\u0073\u002e")}; +};if _ecfd .Get ("\u0046\u0069\u006c\u0074\u0065\u0072")!=nil {_eaeb =append (_eaeb ,_fgdg ("\u0036.\u0037\u002e\u0032\u002d\u0032","M\u0065\u0074a\u0064\u0061\u0074\u0061\u0020\u006f\u0062\u006a\u0065\u0063\u0074\u0020\u0073\u0074\u0072\u0065\u0061\u006d\u0020\u0064i\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0069\u0065\u0073\u0020\u0073\u0068\u0061\u006c\u006c \u006e\u006f\u0074\u0020\u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0020\u0074h\u0065\u0020\u0046\u0069\u006c\u0074\u0065\u0072\u0020\u006b\u0065y\u002e")); +};_gebd ,_faed :=_bg .LoadDocument (_ecfd .Stream );if _faed !=nil {return []ViolatedRule {_fgdg ("\u0036.\u0037\u002e\u0039\u002d\u0031","The\u0020\u006d\u0065\u0074a\u0064\u0061t\u0061\u0020\u0073\u0074\u0072\u0065\u0061\u006d\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u0063o\u006e\u0066\u006f\u0072\u006d\u0020\u0074o\u0020\u0058\u004d\u0050\u0020\u0053\u0070\u0065\u0063\u0069\u0066\u0069\u0063\u0061\u0074\u0069\u006f\u006e\u0020\u0061\u006e\u0064\u0020\u0077\u0065\u006c\u006c\u0020\u0066\u006f\u0072\u006de\u0064\u0020\u0050\u0044\u0046\u0041\u0045\u0078\u0074e\u006e\u0073\u0069\u006f\u006e\u0020\u0053\u0063\u0068\u0065\u006da\u0020\u0066\u006fr\u0020\u0061\u006c\u006c\u0020\u0065\u0078\u0074\u0065\u006e\u0073\u0069\u006f\u006e\u0073\u002e")}; +};_fecbc :=_gebd .GetGoXmpDocument ();var _gbaf []*_fge .Namespace ;for _ ,_aaga :=range _fecbc .Namespaces (){switch _aaga .Name {case _fg .NsDc .Name ,_cgf .NsPDF .Name ,_bd .NsXmp .Name ,_ca .NsXmpRights .Name ,_dg .Namespace .Name ,_gc .Namespace .Name ,_d .NsXmpMM .Name ,_gc .FieldNS .Name ,_gc .SchemaNS .Name ,_gc .PropertyNS .Name ,"\u0073\u0074\u0045v\u0074","\u0073\u0074\u0056e\u0072","\u0073\u0074\u0052e\u0066","\u0073\u0074\u0044i\u006d","\u0078a\u0070\u0047\u0049\u006d\u0067","\u0073\u0074\u004ao\u0062","\u0078\u006d\u0070\u0069\u0064\u0071":continue ; +};_gbaf =append (_gbaf ,_aaga );};_ecdgc :=true ;_gfbea ,_faed :=_gebd .GetPdfaExtensionSchemas ();if _faed ==nil {for _ ,_faef :=range _gbaf {var _gaaa bool ;for _bbbd :=range _gfbea {if _faef .URI ==_gfbea [_bbbd ].NamespaceURI {_gaaa =true ;break ;}; +};if !_gaaa {_ecdgc =false ;break ;};};}else {_ecdgc =false ;};if !_ecdgc {_eaeb =append (_eaeb ,_fgdg ("\u0036.\u0037\u002e\u0039\u002d\u0032","\u0050\u0072\u006f\u0070\u0065\u0072\u0074i\u0065\u0073 \u0073\u0070\u0065\u0063\u0069\u0066\u0069ed\u0020\u0069\u006e\u0020\u0058M\u0050\u0020\u0066\u006f\u0072\u006d\u0020\u0073\u0068\u0061\u006cl\u0020\u0075\u0073\u0065\u0020\u0065\u0069\u0074\u0068\u0065\u0072\u0020\u0074\u0068\u0065\u0020\u0070\u0072\u0065\u0064\u0065\u0066\u0069\u006e\u0065\u0064\u0020\u0073\u0063\u0068\u0065\u006d\u0061\u0073 \u0064\u0065\u0066i\u006e\u0065\u0064\u0020\u0069\u006e\u0020\u0058\u004d\u0050\u0020\u0053\u0070\u0065\u0063\u0069\u0066\u0069\u0063\u0061\u0074\u0069\u006fn\u002c\u0020\u006f\u0072\u0020\u0065\u0078\u0074\u0065ns\u0069\u006f\u006e\u0020\u0073\u0063\u0068\u0065\u006d\u0061\u0073\u0020\u0074\u0068\u0061\u0074 \u0063\u006f\u006d\u0070\u006c\u0079\u0020\u0077\u0069\u0074h\u0020\u0058\u004d\u0050\u0020\u0053\u0070e\u0063\u0069\u0066\u0069\u0063\u0061\u0074\u0069\u006f\u006e\u002e")); +};_gffb ,_faed :=_ggcg .GetPdfInfo ();if _faed ==nil {if !_fdeag (_gffb ,_gebd ){_eaeb =append (_eaeb ,_fgdg ("\u0036.\u0037\u002e\u0033\u002d\u0031","\u0049\u0066\u0020\u005b\u0061\u0020\u0064\u006fc\u0075\u006d\u0065\u006e\u0074\u0020\u0069\u006e\u0066o\u0072\u006d\u0061t\u0069\u006f\u006e\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u0020\u0061\u0070p\u0065\u0061r\u0073\u0020\u0069n\u0020\u0061 \u0064\u006f\u0063um\u0065\u006e\u0074\u005d\u002c\u0020\u0074\u0068\u0065n\u0020\u0061\u006c\u006c\u0020\u006f\u0066\u0020\u0069\u0074\u0073\u0020\u0065\u006e\u0074\u0072\u0069\u0065\u0073\u0020\u0074\u0068\u0061\u0074\u0020\u0068\u0061\u0076\u0065\u0020\u0061\u006e\u0061\u006c\u006f\u0067\u006fu\u0073\u0020\u0070\u0072\u006f\u0070\u0065\u0072\u0074\u0069\u0065\u0073 \u0069\u006e\u0020\u0070\u0072\u0065\u0064e\u0066\u0069\u006e\u0065\u0064\u0020\u0058\u004d\u0050\u0020\u0073\u0063\u0068\u0065\u006d\u0061\u0073\u0020\u2026 \u0073\u0068\u0061\u006c\u006c\u0020\u0061\u006c\u0073\u006f\u0020\u0062\u0065\u0020\u0065\u006d\u0062\u0065\u0064\u0064\u0065d\u0020\u0069\u006e\u0020\u0074he\u0020\u0066i\u006c\u0065 \u0069\u006e\u0020\u0058\u004d\u0050\u0020\u0066\u006f\u0072\u006d\u0020\u0077\u0069\u0074\u0068\u0020\u0065\u0071\u0075\u0069\u0076\u0061\u006c\u0065\u006e\u0074\u0020\u0076\u0061\u006c\u0075\u0065\u0073\u002e")); +};}else if _ ,_bdeb :=_gebd .GetMediaManagement ();_bdeb {_eaeb =append (_eaeb ,_fgdg ("\u0036.\u0037\u002e\u0033\u002d\u0031","\u0049\u0066\u0020\u005b\u0061\u0020\u0064\u006fc\u0075\u006d\u0065\u006e\u0074\u0020\u0069\u006e\u0066o\u0072\u006d\u0061t\u0069\u006f\u006e\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u0020\u0061\u0070p\u0065\u0061r\u0073\u0020\u0069n\u0020\u0061 \u0064\u006f\u0063um\u0065\u006e\u0074\u005d\u002c\u0020\u0074\u0068\u0065n\u0020\u0061\u006c\u006c\u0020\u006f\u0066\u0020\u0069\u0074\u0073\u0020\u0065\u006e\u0074\u0072\u0069\u0065\u0073\u0020\u0074\u0068\u0061\u0074\u0020\u0068\u0061\u0076\u0065\u0020\u0061\u006e\u0061\u006c\u006f\u0067\u006fu\u0073\u0020\u0070\u0072\u006f\u0070\u0065\u0072\u0074\u0069\u0065\u0073 \u0069\u006e\u0020\u0070\u0072\u0065\u0064e\u0066\u0069\u006e\u0065\u0064\u0020\u0058\u004d\u0050\u0020\u0073\u0063\u0068\u0065\u006d\u0061\u0073\u0020\u2026 \u0073\u0068\u0061\u006c\u006c\u0020\u0061\u006c\u0073\u006f\u0020\u0062\u0065\u0020\u0065\u006d\u0062\u0065\u0064\u0064\u0065d\u0020\u0069\u006e\u0020\u0074he\u0020\u0066i\u006c\u0065 \u0069\u006e\u0020\u0058\u004d\u0050\u0020\u0066\u006f\u0072\u006d\u0020\u0077\u0069\u0074\u0068\u0020\u0065\u0071\u0075\u0069\u0076\u0061\u006c\u0065\u006e\u0074\u0020\u0076\u0061\u006c\u0075\u0065\u0073\u002e")); +};_fgdb ,_cdebc :=_gebd .GetPdfAID ();if !_cdebc {_eaeb =append (_eaeb ,_fgdg ("\u0036\u002e\u0037\u002e\u0031\u0031\u002d\u0031","\u0054\u0068\u0065\u0020\u0050\u0044\u0046\u002f\u0041\u0020\u0076\u0065\u0072\u0073\u0069\u006f\u006e\u0020\u0061n\u0064\u0020\u0063\u006f\u006e\u0066\u006f\u0072\u006d\u0061\u006ec\u0065\u0020\u006c\u0065\u0076\u0065l\u0020\u006f\u0066\u0020\u0061\u0020\u0066\u0069\u006c\u0065\u0020\u0073h\u0061\u006c\u006c\u0020\u0062\u0065\u0020\u0073\u0070e\u0063\u0069\u0066\u0069\u0065\u0064\u0020\u0075\u0073\u0069\u006e\u0067\u0020\u0074\u0068\u0065\u0020\u0050\u0044\u0046\u002f\u0041\u0020\u0049\u0064\u0065\u006e\u0074\u0069\u0066\u0069\u0063\u0061\u0074\u0069\u006f\u006e\u0020\u0065\u0078\u0074\u0065\u006e\u0073\u0069\u006f\u006e\u0020\u0073\u0063h\u0065\u006da.")); +}else {if _fgdb .Part !=_bccdg ._bc {_eaeb =append (_eaeb ,_fgdg ("\u0036\u002e\u0037\u002e\u0031\u0031\u002d\u0032","\u0054h\u0065\u0020\u0076\u0061lue\u0020\u006f\u0066\u0020p\u0064\u0066\u0061\u0069\u0064\u003a\u0070\u0061\u0072\u0074 \u0073\u0068\u0061\u006c\u006c\u0020\u0062\u0065\u0020\u0074\u0068\u0065\u0020\u0070\u0061\u0072\u0074\u0020\u006e\u0075\u006d\u0062\u0065r\u0020\u006f\u0066\u0020\u0049\u0053\u004f\u002019\u0030\u0030\u0035 \u0074\u006f\u0020\u0077\u0068i\u0063h\u0020\u0074\u0068\u0065\u0020\u0066\u0069\u006c\u0065 \u0063\u006f\u006e\u0066\u006f\u0072\u006d\u0073\u002e")); +};if _bccdg ._fa =="\u0041"&&_fgdb .Conformance !="\u0041"{_eaeb =append (_eaeb ,_fgdg ("\u0036\u002e\u0037\u002e\u0031\u0031\u002d\u0033","\u0041\u0020\u004c\u0065\u0076e\u006c\u0020\u0041\u0020\u0063\u006f\u006e\u0066\u006f\u0072\u006d\u0069\u006e\u0067\u0020\u0066\u0069\u006c\u0065 \u0073\u0068\u0061\u006c\u006c\u0020s\u0070\u0065\u0063i\u0066\u0079\u0020\u0074\u0068\u0065\u0020\u0076\u0061\u006c\u0075\u0065\u0020\u006f\u0066\u0020\u0070\u0064\u0066\u0061\u0069\u0064\u003a\u0063o\u006e\u0066\u006fr\u006d\u0061\u006e\u0063\u0065\u0020\u0061\u0073\u0020\u0041\u002e\u0020\u0041\u0020\u004c\u0065\u0076e\u006c\u0020\u0042\u0020\u0063\u006f\u006e\u0066o\u0072\u006d\u0069\u006e\u0067\u0020\u0066\u0069\u006c\u0065\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u0073\u0070e\u0063\u0069\u0066\u0079\u0020\u0074\u0068\u0065\u0020\u0076\u0061\u006c\u0075\u0065\u0020\u006f\u0066\u0020\u0070\u0064\u0066\u0061\u0069d\u003a\u0063\u006f\u006e\u0066\u006f\u0072\u006d\u0061\u006e\u0063\u0065\u0020\u0061\u0073\u0020\u0042\u002e")); +}else if _bccdg ._fa =="\u0042"&&(_fgdb .Conformance !="\u0041"&&_fgdb .Conformance !="\u0042"){_eaeb =append (_eaeb ,_fgdg ("\u0036\u002e\u0037\u002e\u0031\u0031\u002d\u0033","\u0041\u0020\u004c\u0065\u0076e\u006c\u0020\u0041\u0020\u0063\u006f\u006e\u0066\u006f\u0072\u006d\u0069\u006e\u0067\u0020\u0066\u0069\u006c\u0065 \u0073\u0068\u0061\u006c\u006c\u0020s\u0070\u0065\u0063i\u0066\u0079\u0020\u0074\u0068\u0065\u0020\u0076\u0061\u006c\u0075\u0065\u0020\u006f\u0066\u0020\u0070\u0064\u0066\u0061\u0069\u0064\u003a\u0063o\u006e\u0066\u006fr\u006d\u0061\u006e\u0063\u0065\u0020\u0061\u0073\u0020\u0041\u002e\u0020\u0041\u0020\u004c\u0065\u0076e\u006c\u0020\u0042\u0020\u0063\u006f\u006e\u0066o\u0072\u006d\u0069\u006e\u0067\u0020\u0066\u0069\u006c\u0065\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u0073\u0070e\u0063\u0069\u0066\u0079\u0020\u0074\u0068\u0065\u0020\u0076\u0061\u006c\u0075\u0065\u0020\u006f\u0066\u0020\u0070\u0064\u0066\u0061\u0069d\u003a\u0063\u006f\u006e\u0066\u006f\u0072\u006d\u0061\u006e\u0063\u0065\u0020\u0061\u0073\u0020\u0042\u002e")); +};};return _eaeb ;};func _gbbb (_gafda *_g .CompliancePdfReader )ViolatedRule {return _fbc };func _bccb (_bacd *_g .CompliancePdfReader )(_accc []ViolatedRule ){for _ ,_ecbe :=range _bacd .GetObjectNums (){_aagg ,_dbbac :=_bacd .GetIndirectObjectByNumber (_ecbe ); +if _dbbac !=nil {continue ;};_befdg ,_fcbeg :=_aad .GetDict (_aagg );if !_fcbeg {continue ;};_acddc ,_fcbeg :=_aad .GetName (_befdg .Get ("\u0054\u0079\u0070\u0065"));if !_fcbeg {continue ;};if _acddc .String ()!="\u0041\u0063\u0072\u006f\u0046\u006f\u0072\u006d"{continue ; +};_fgbff ,_fcbeg :=_aad .GetBool (_befdg .Get ("\u004ee\u0065d\u0041\u0070\u0070\u0065\u0061\u0072\u0061\u006e\u0063\u0065\u0073"));if _fcbeg &&bool (*_fgbff ){_accc =append (_accc ,_fgdg ("\u0036.\u0034\u002e\u0031\u002d\u0033","\u0054\u0068\u0065\u0020\u004e\u0065e\u0064\u0041\u0070\u0070\u0065a\u0072\u0061\u006e\u0063\u0065\u0073\u0020\u0066\u006c\u0061\u0067\u0020\u006f\u0066\u0020\u0074\u0068\u0065\u0020\u0069\u006e\u0074\u0065\u0072\u0061\u0063\u0074\u0069\u0076e\u0020\u0066\u006f\u0072\u006d \u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u0065\u0069\u0074\u0068\u0065\u0072\u0020\u006e\u006f\u0074\u0020b\u0065\u0020\u0070\u0072\u0065se\u006e\u0074\u0020\u006f\u0072\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u0062\u0065\u0020\u0066\u0061\u006c\u0073\u0065\u002e")); +};if _befdg .Get ("\u0058\u0046\u0041")!=nil {_accc =append (_accc ,_fgdg ("\u0036.\u0034\u002e\u0032\u002d\u0031","\u0054\u0068\u0065\u0020\u0064o\u0063\u0075\u006d\u0065\u006e\u0074\u0027\u0073\u0020i\u006e\u0074\u0065\u0072\u0061\u0063\u0074\u0069\u0076\u0065\u0020\u0066\u006f\u0072\u006d\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061r\u0079\u0020t\u0068\u0061\u0074\u0020f\u006f\u0072\u006d\u0073\u0020\u0074\u0068\u0065\u0020\u0076\u0061\u006c\u0075\u0065 \u006f\u0066\u0020\u0074\u0068\u0065\u0020\u0041\u0063\u0072\u006f\u0046\u006f\u0072\u006d \u006b\u0065\u0079\u0020i\u006e\u0020\u0074\u0068\u0065\u0020\u0064\u006f\u0063\u0075\u006d\u0065\u006e\u0074\u0027\u0073\u0020\u0043\u0061\u0074\u0061\u006c\u006f\u0067\u0020\u006f\u0066 \u0061 \u0050\u0044F\u002fA\u002d\u0032\u0020\u0066ile\u002c\u0020\u0069\u0066\u0020\u0070\u0072\u0065\u0073\u0065n\u0074\u002c\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u006e\u006ft\u0020\u0063\u006f\u006e\u0074a\u0069\u006e\u0020\u0074\u0068\u0065\u0020\u0058\u0046\u0041\u0020\u006b\u0065y.")); +};};_aabdd ,_dbffc :=_dagg (_bacd );if _dbffc &&_aabdd .Get ("\u004e\u0065\u0065\u0064\u0073\u0052\u0065\u006e\u0064e\u0072\u0069\u006e\u0067")!=nil {_accc =append (_accc ,_fgdg ("\u0036.\u0034\u002e\u0032\u002d\u0032","\u0041\u0020\u0064\u006f\u0063\u0075\u006d\u0065\u006e\u0074\u0027\u0073\u0020\u0043\u0061\u0074\u0061\u006cog\u0020s\u0068\u0061\u006c\u006c\u0020\u006e\u006f\u0074\u0020\u0063\u006f\u006et\u0061\u0069\u006e\u0020\u0074\u0068\u0065\u0020\u004e\u0065\u0065\u0064\u0073\u0052\u0065\u006e\u0064e\u0072\u0069\u006e\u0067\u0020\u006b\u0065\u0079\u002e")); +};return _accc ;};func _aaad (_cbfb *_g .CompliancePdfReader )ViolatedRule {return _fbc };var _ Profile =(*Profile3U )(nil );func _fcf (_gcgg *Profile1Options ){if _gcgg .Now ==nil {_gcgg .Now =_f .Now ;};};func _gcbf (_befef *_g .CompliancePdfReader ,_fcef bool )(_bdec []ViolatedRule ){var _cgac ,_aefba ,_acbe ,_gbeb ,_cfd ,_gcggg ,_ecdfc bool ; +_dae :=func ()bool {return _cgac &&_aefba &&_acbe &&_gbeb &&_cfd &&_gcggg &&_ecdfc };_eddba ,_cbeda :=_cegda (_befef );var _dcab _ab .ProfileHeader ;if _cbeda {_dcab ,_ =_ab .ParseHeader (_eddba .DestOutputProfile );};var _gdcff bool ;_fede :=map[_aad .PdfObject ]struct{}{}; +var _ade func (_beag _g .PdfColorspace )bool ;_ade =func (_afbe _g .PdfColorspace )bool {switch _egced :=_afbe .(type ){case *_g .PdfColorspaceDeviceGray :if !_gcggg {if !_cbeda {_gdcff =true ;_bdec =append (_bdec ,_fgdg ("\u0036.\u0032\u002e\u0033\u002d\u0034","\u0044\u0065\u0076\u0069\u0063\u0065G\u0072\u0061\u0079\u0020\u006da\u0079\u0020\u0062\u0065\u0020\u0075s\u0065\u0064\u0020\u006f\u006el\u0079\u0020\u0069\u0066\u0020\u0074\u0068\u0065\u0020\u0066\u0069\u006ce\u0020\u0068\u0061\u0073\u0020\u0061\u0020\u0050\u0044\u0046\u002f\u0041\u002d\u0031\u0020O\u0075\u0074\u0070\u0075\u0074\u0049\u006e\u0074e\u006e\u0074\u002e")); +_gcggg =true ;if _dae (){return true ;};};};case *_g .PdfColorspaceDeviceRGB :if !_gbeb {if !_cbeda ||_dcab .ColorSpace !=_ab .ColorSpaceRGB {_gdcff =true ;_bdec =append (_bdec ,_fgdg ("\u0036.\u0032\u002e\u0033\u002d\u0032","\u0044\u0065\u0076\u0069\u0063\u0065\u0052\u0047\u0042\u0020\u006d\u0061\u0079\u0020\u0062\u0065\u0020\u0075\u0073\u0065\u0064\u0020\u006f\u006e\u006c\u0079\u0020\u0069\u0066\u0020\u0074\u0068\u0065 \u0066\u0069\u006c\u0065\u0020\u0068\u0061\u0073\u0020\u0061\u0020\u0050\u0044\u0046\u002f\u0041\u002d\u0031\u0020\u004f\u0075\u0074\u0070\u0075\u0074In\u0074\u0065\u006e\u0074\u0020\u0074\u0068\u0061\u0074\u0020u\u0073es\u0020a\u006e\u0020\u0052\u0047\u0042\u0020\u0063o\u006c\u006f\u0072\u0020\u0073\u0070\u0061\u0063\u0065\u002e")); +_gbeb =true ;if _dae (){return true ;};};};case *_g .PdfColorspaceDeviceCMYK :if !_cfd {if !_cbeda ||_dcab .ColorSpace !=_ab .ColorSpaceCMYK {_gdcff =true ;_bdec =append (_bdec ,_fgdg ("\u0036.\u0032\u002e\u0033\u002d\u0033","\u0044\u0065\u0076\u0069\u0063e\u0043\u004d\u0059\u004b \u006d\u0061\u0079\u0020\u0062\u0065\u0020\u0075\u0073\u0065\u0064\u0020\u006f\u006e\u006c\u0079\u0020\u0069\u0066\u0020\u0074h\u0065\u0020\u0066\u0069\u006ce \u0068\u0061\u0073\u0020\u0061 \u0050\u0044\u0046\u002f\u0041\u002d\u0031\u0020\u004f\u0075\u0074p\u0075\u0074\u0049\u006e\u0074\u0065\u006e\u0074\u0020\u0074\u0068a\u0074\u0020\u0075\u0073\u0065\u0073\u0020\u0061\u006e \u0043\u004d\u0059\u004b\u0020\u0063\u006f\u006c\u006f\u0072\u0020s\u0070\u0061\u0063e\u002e")); +_cfd =true ;if _dae (){return true ;};};};case *_g .PdfColorspaceICCBased :if !_acbe ||!_ecdfc {_ggde ,_fdg :=_ab .ParseHeader (_egced .Data );if _fdg !=nil {_be .Log .Debug ("\u0070\u0061\u0072si\u006e\u0067\u0020\u0049\u0043\u0043\u0042\u0061\u0073e\u0064 \u0068e\u0061d\u0065\u0072\u0020\u0066\u0061\u0069\u006c\u0065\u0064\u003a\u0020\u0025\u0076",_fdg ); +_bdec =append (_bdec ,func ()ViolatedRule {return _fgdg ("\u0036.\u0032\u002e\u0033\u002d\u0031","\u0041\u006cl \u0049\u0043\u0043\u0042\u0061\u0073\u0065\u0064\u0020\u0063\u006f\u006co\u0072\u0020\u0073\u0070a\u0063e\u0073\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u0062\u0065\u0020\u0065\u006d\u0062\u0065\u0064\u0064\u0065d\u0020\u0061\u0073\u0020\u0049\u0043\u0043 \u0070\u0072\u006f\u0066\u0069\u006c\u0065\u0020\u0073\u0074\u0072\u0065a\u006d\u0073 \u0061\u0073\u0020d\u0065\u0073\u0063\u0072\u0069\u0062\u0065\u0064\u0020\u0069\u006e\u0020\u0050\u0044\u0046\u0020R\u0065\u0066\u0065\u0072\u0065\u006e\u0063\u0065\u0020\u0034\u002e\u0035"); +}());_acbe =true ;if _dae (){return true ;};};if !_acbe {var _cega ,_egbda bool ;switch _ggde .DeviceClass {case _ab .DeviceClassPRTR ,_ab .DeviceClassMNTR ,_ab .DeviceClassSCNR ,_ab .DeviceClassSPAC :default:_cega =true ;};switch _ggde .ColorSpace {case _ab .ColorSpaceRGB ,_ab .ColorSpaceCMYK ,_ab .ColorSpaceGRAY ,_ab .ColorSpaceLAB :default:_egbda =true ; +};if _cega ||_egbda {_bdec =append (_bdec ,_fgdg ("\u0036.\u0032\u002e\u0033\u002d\u0031","\u0041\u006cl \u0049\u0043\u0043\u0042\u0061\u0073\u0065\u0064\u0020\u0063\u006f\u006co\u0072\u0020\u0073\u0070a\u0063e\u0073\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u0062\u0065\u0020\u0065\u006d\u0062\u0065\u0064\u0064\u0065d\u0020\u0061\u0073\u0020\u0049\u0043\u0043 \u0070\u0072\u006f\u0066\u0069\u006c\u0065\u0020\u0073\u0074\u0072\u0065a\u006d\u0073 \u0061\u0073\u0020d\u0065\u0073\u0063\u0072\u0069\u0062\u0065\u0064\u0020\u0069\u006e\u0020\u0050\u0044\u0046\u0020R\u0065\u0066\u0065\u0072\u0065\u006e\u0063\u0065\u0020\u0034\u002e\u0035")); +_acbe =true ;if _dae (){return true ;};};};if !_ecdfc {_fgdc ,_ :=_aad .GetStream (_egced .GetContainingPdfObject ());if _fgdc .Get ("\u004e")==nil ||(_egced .N ==1&&_ggde .ColorSpace !=_ab .ColorSpaceGRAY )||(_egced .N ==3&&!(_ggde .ColorSpace ==_ab .ColorSpaceRGB ||_ggde .ColorSpace ==_ab .ColorSpaceLAB ))||(_egced .N ==4&&_ggde .ColorSpace !=_ab .ColorSpaceCMYK ){_bdec =append (_bdec ,_fgdg ("\u0036.\u0032\u002e\u0033\u002d\u0035","\u0049\u0066\u0020a\u006e\u0020u\u006e\u0063\u0061\u006c\u0069\u0062\u0072a\u0074\u0065\u0064\u0020\u0063\u006fl\u006f\u0072 \u0073\u0070\u0061c\u0065\u0020\u0069\u0073\u0020\u0075\u0073\u0065\u0064\u0020\u0069\u006e\u0020\u0061\u0020\u0066\u0069\u006c\u0065 \u0074\u0068\u0065\u006e \u0074\u0068\u0061\u0074 \u0066\u0069\u006c\u0065\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u0063o\u006e\u0074\u0061\u0069\u006e\u0020\u0061\u0020\u0050\u0044\u0046\u002f\u0041-\u0031\u0020\u004f\u0075\u0074\u0070\u0075\u0074\u0049\u006e\u0074\u0065\u006e\u0074\u002c\u0020\u0061\u0073\u0020\u0064\u0065\u0066\u0069\u006e\u0065d\u0020\u0069\u006e\u0020\u0036\u002e\u0032\u002e\u0032\u002e")); +_ecdfc =true ;if _dae (){return true ;};};};};if _egced .Alternate !=nil {return _ade (_egced .Alternate );};};return false ;};for _ ,_agee :=range _befef .GetObjectNums (){_ceda ,_daff :=_befef .GetIndirectObjectByNumber (_agee );if _daff !=nil {continue ; +};_dfdad ,_cceb :=_aad .GetStream (_ceda );if !_cceb {continue ;};_cfc ,_cceb :=_aad .GetName (_dfdad .Get ("\u0054\u0079\u0070\u0065"));if !_cceb ||_cfc .String ()!="\u0058O\u0062\u006a\u0065\u0063\u0074"{continue ;};_beaf ,_cceb :=_aad .GetName (_dfdad .Get ("\u0053u\u0062\u0074\u0079\u0070\u0065")); +if !_cceb {continue ;};_fede [_dfdad ]=struct{}{};switch _beaf .String (){case "\u0049\u006d\u0061g\u0065":_fgfa ,_ffad :=_g .NewXObjectImageFromStream (_dfdad );if _ffad !=nil {continue ;};_fede [_dfdad ]=struct{}{};if _ade (_fgfa .ColorSpace ){return _bdec ; +};case "\u0046\u006f\u0072\u006d":_cfab ,_eed :=_aad .GetDict (_dfdad .Get ("\u0047\u0072\u006fu\u0070"));if !_eed {continue ;};_dffc :=_cfab .Get ("\u0043\u0053");if _dffc ==nil {continue ;};_eead ,_aebb :=_g .NewPdfColorspaceFromPdfObject (_dffc );if _aebb !=nil {continue ; +};if _ade (_eead ){return _bdec ;};};};for _ ,_cfea :=range _befef .PageList {_caeec ,_ceeg :=_cfea .GetContentStreams ();if _ceeg !=nil {continue ;};for _ ,_bgag :=range _caeec {_cbd ,_bdgd :=_fgd .NewContentStreamParser (_bgag ).Parse ();if _bdgd !=nil {continue ; +};for _ ,_fcfd :=range *_cbd {if len (_fcfd .Params )> 1{continue ;};switch _fcfd .Operand {case "\u0042\u0049":_ceff ,_fdc :=_fcfd .Params [0].(*_fgd .ContentStreamInlineImage );if !_fdc {continue ;};_gaca ,_gacc :=_ceff .GetColorSpace (_cfea .Resources ); +if _gacc !=nil {continue ;};if _ade (_gaca ){return _bdec ;};case "\u0044\u006f":_gdf ,_ccebd :=_aad .GetName (_fcfd .Params [0]);if !_ccebd {continue ;};_begd ,_bddf :=_cfea .Resources .GetXObjectByName (*_gdf );if _ ,_eaff :=_fede [_begd ];_eaff {continue ; +};switch _bddf {case _g .XObjectTypeImage :_ceef ,_fffe :=_g .NewXObjectImageFromStream (_begd );if _fffe !=nil {continue ;};_fede [_begd ]=struct{}{};if _ade (_ceef .ColorSpace ){return _bdec ;};case _g .XObjectTypeForm :_fafb ,_cgagc :=_aad .GetDict (_begd .Get ("\u0047\u0072\u006fu\u0070")); +if !_cgagc {continue ;};_gfgg ,_cgagc :=_aad .GetName (_fafb .Get ("\u0043\u0053"));if !_cgagc {continue ;};_cea ,_geege :=_g .NewPdfColorspaceFromPdfObject (_gfgg );if _geege !=nil {continue ;};_fede [_begd ]=struct{}{};if _ade (_cea ){return _bdec ;}; +};};};};};if !_gdcff {return _bdec ;};if (_dcab .DeviceClass ==_ab .DeviceClassPRTR ||_dcab .DeviceClass ==_ab .DeviceClassMNTR )&&(_dcab .ColorSpace ==_ab .ColorSpaceRGB ||_dcab .ColorSpace ==_ab .ColorSpaceCMYK ||_dcab .ColorSpace ==_ab .ColorSpaceGRAY ){return _bdec ; +};if !_fcef {return _bdec ;};_gdba ,_abae :=_dagg (_befef );if !_abae {return _bdec ;};_gcbfg ,_abae :=_aad .GetArray (_gdba .Get ("\u004f\u0075\u0074\u0070\u0075\u0074\u0049\u006e\u0074\u0065\u006e\u0074\u0073"));if !_abae {_bdec =append (_bdec ,_fgdg ("\u0036.\u0032\u002e\u0032\u002d\u0031","\u0041\u0020\u0050\u0044\u0046\u002f\u0041\u002d\u0031\u0020\u004f\u0075\u0074p\u0075\u0074\u0049\u006e\u0074e\u006e\u0074\u0020\u0069\u0073\u0020a\u006e \u004f\u0075\u0074\u0070\u0075\u0074\u0049n\u0074\u0065\u006e\u0074\u0020\u0064i\u0063\u0074\u0069\u006fn\u0061\u0072\u0079\u002c\u0020\u0061\u0073\u0020\u0064\u0065\u0066\u0069\u006e\u0065\u0064\u0020\u0062y\u0020\u0050\u0044F\u0020\u0052\u0065\u0066\u0065\u0072\u0065\u006e\u0063\u0065 \u0039\u002e\u0031\u0030.4\u002c\u0020\u0074\u0068\u0061\u0074\u0020\u0069\u0073 \u0069\u006e\u0063\u006c\u0075\u0064e\u0064\u0020i\u006e\u0020\u0074\u0068\u0065\u0020\u0066\u0069\u006c\u0065\u0027\u0073\u0020O\u0075\u0074p\u0075\u0074I\u006e\u0074\u0065\u006e\u0074\u0073\u0020\u0061\u0072\u0072\u0061\u0079\u0020a\u006e\u0064\u0020h\u0061\u0073\u0020\u0047\u0054\u0053\u005f\u0050\u0044\u0046\u0041\u0031\u0020\u0061\u0073 \u0074\u0068\u0065\u0020\u0076a\u006c\u0075e\u0020\u006f\u0066\u0020i\u0074\u0073 \u0053\u0020\u006b\u0065\u0079\u0020\u0061\u006e\u0064\u0020\u0061\u0020\u0076\u0061\u006c\u0069\u0064\u0020I\u0043\u0043\u0020\u0070\u0072\u006f\u0066\u0069\u006ce\u0020s\u0074\u0072\u0065\u0061\u006d \u0061\u0073\u0020\u0074h\u0065\u0020\u0076a\u006c\u0075\u0065\u0020\u0069\u0074\u0073\u0020\u0044\u0065\u0073t\u004f\u0075t\u0070\u0075\u0074P\u0072\u006f\u0066\u0069\u006c\u0065 \u006b\u0065\u0079\u002e"),_fgdg ("\u0036.\u0032\u002e\u0032\u002d\u0032","\u0049\u0066\u0020\u0061\u0020\u0066\u0069\u006c\u0065's\u0020O\u0075\u0074\u0070u\u0074\u0049\u006e\u0074\u0065\u006e\u0074\u0073 \u0061\u0072\u0072a\u0079\u0020\u0063\u006f\u006e\u0074\u0061\u0069n\u0073\u0020\u006d\u006f\u0072\u0065\u0020\u0074\u0068a\u006e\u0020\u006f\u006ee\u0020\u0065\u006e\u0074\u0072\u0079\u002c\u0020\u0074\u0068\u0065\u006e\u0020\u0061\u006c\u006c\u0020\u0065n\u0074\u0072\u0069\u0065\u0073\u0020\u0074\u0068\u0061\u0074\u0020\u0063\u006f\u006e\u0074\u0061\u0069\u006e a \u0044\u0065\u0073\u0074\u004f\u0075\u0074\u0070\u0075\u0074\u0050\u0072\u006f\u0066\u0069\u006c\u0065\u0020\u006b\u0065y\u0020\u0073\u0068\u0061\u006cl\u0020\u0068\u0061\u0076\u0065 \u0061\u0073\u0020\u0074\u0068\u0065 \u0076\u0061\u006c\u0075\u0065\u0020\u006f\u0066\u0020\u0074\u0068a\u0074\u0020\u006b\u0065\u0079 \u0074\u0068\u0065\u0020\u0073\u0061\u006d\u0065\u0020\u0069\u006e\u0064\u0069\u0072\u0065c\u0074\u0020\u006fb\u006ae\u0063t\u002c\u0020\u0077h\u0069\u0063\u0068\u0020\u0073\u0068\u0061\u006c\u006c \u0062\u0065\u0020\u0061\u0020\u0076\u0061\u006c\u0069d\u0020\u0049\u0043\u0043\u0020\u0070\u0072\u006f\u0066\u0069\u006c\u0065\u0020\u0073\u0074r\u0065\u0061m\u002e")); +return _bdec ;};if _gcbfg .Len ()> 1{_efde :=map[*_aad .PdfObjectDictionary ]struct{}{};for _ceffa :=0;_ceffa < _gcbfg .Len ();_ceffa ++{_bcaag ,_afcg :=_aad .GetDict (_gcbfg .Get (_ceffa ));if !_afcg {continue ;};if _ceffa ==0{_efde [_bcaag ]=struct{}{}; +continue ;};if _ ,_bddgg :=_efde [_bcaag ];!_bddgg {_bdec =append (_bdec ,_fgdg ("\u0036.\u0032\u002e\u0032\u002d\u0032","\u0049\u0066\u0020\u0061\u0020\u0066\u0069\u006c\u0065's\u0020O\u0075\u0074\u0070u\u0074\u0049\u006e\u0074\u0065\u006e\u0074\u0073 \u0061\u0072\u0072a\u0079\u0020\u0063\u006f\u006e\u0074\u0061\u0069n\u0073\u0020\u006d\u006f\u0072\u0065\u0020\u0074\u0068a\u006e\u0020\u006f\u006ee\u0020\u0065\u006e\u0074\u0072\u0079\u002c\u0020\u0074\u0068\u0065\u006e\u0020\u0061\u006c\u006c\u0020\u0065n\u0074\u0072\u0069\u0065\u0073\u0020\u0074\u0068\u0061\u0074\u0020\u0063\u006f\u006e\u0074\u0061\u0069\u006e a \u0044\u0065\u0073\u0074\u004f\u0075\u0074\u0070\u0075\u0074\u0050\u0072\u006f\u0066\u0069\u006c\u0065\u0020\u006b\u0065y\u0020\u0073\u0068\u0061\u006cl\u0020\u0068\u0061\u0076\u0065 \u0061\u0073\u0020\u0074\u0068\u0065 \u0076\u0061\u006c\u0075\u0065\u0020\u006f\u0066\u0020\u0074\u0068a\u0074\u0020\u006b\u0065\u0079 \u0074\u0068\u0065\u0020\u0073\u0061\u006d\u0065\u0020\u0069\u006e\u0064\u0069\u0072\u0065c\u0074\u0020\u006fb\u006ae\u0063t\u002c\u0020\u0077h\u0069\u0063\u0068\u0020\u0073\u0068\u0061\u006c\u006c \u0062\u0065\u0020\u0061\u0020\u0076\u0061\u006c\u0069d\u0020\u0049\u0043\u0043\u0020\u0070\u0072\u006f\u0066\u0069\u006c\u0065\u0020\u0073\u0074r\u0065\u0061m\u002e")); +break ;};};};return _bdec ;};func _eced (_cfebe *_aad .PdfObjectDictionary )ViolatedRule {const (_gbbfe ="\u0036.\u0033\u002e\u0033\u002d\u0032";_abcf ="\u0046\u006f\u0072\u0020\u0061\u006c\u006c\u0020\u0054y\u0070\u0065\u0020\u0032\u0020\u0043\u0049\u0044\u0046\u006f\u006e\u0074\u0073\u0020\u0074\u0068\u0061\u0074\u0020\u0061\u0072\u0065\u0020\u0075\u0073\u0065\u0064\u0020f\u006f\u0072 \u0072\u0065\u006e\u0064\u0065\u0072\u0069\u006e\u0067,\u0020\u0074\u0068\u0065\u0020\u0043\u0049\u0044\u0046\u006fn\u0074\u0020\u0064\u0069c\u0074\u0069o\u006e\u0061\u0072\u0079\u0020\u0073\u0068\u0061\u006c\u006c \u0063\u006f\u006e\u0074\u0061i\u006e\u0020\u0061\u0020\u0043\u0049\u0044\u0054\u006f\u0047\u0049D\u004d\u0061\u0070\u0020\u0065\u006e\u0074\u0072\u0079\u0020\u0074\u0068\u0061\u0074\u0020\u0073\u0068\u0061\u006c\u006c \u0062\u0065\u0020a\u0020\u0073\u0074\u0072\u0065\u0061\u006d\u0020\u006d\u0061\u0070\u0070\u0069\u006e\u0067\u0020\u0066\u0072\u006f\u006d\u0020\u0043\u0049\u0044\u0073\u0020\u0074\u006f\u0020\u0067\u006c\u0079\u0070\u0068\u0020\u0069\u006e\u0064\u0069c\u0065\u0073\u0020\u006f\u0072\u0020\u0074\u0068\u0065\u0020\u006e\u0061\u006d\u0065\u0020\u0049d\u0065\u006e\u0074\u0069\u0074\u0079\u002c\u0020\u0061s d\u0065\u0073\u0063\u0072\u0069\u0062\u0065\u0064\u0020\u0069n\u0020P\u0044\u0046\u0020\u0052\u0065\u0066\u0065\u0072e\u006e\u0063\u0065\u0020\u0054a\u0062\u006c\u0065\u0020\u0035\u002e\u00313"; +);var _bbgb string ;if _gcfb ,_ddea :=_aad .GetName (_cfebe .Get ("\u0053u\u0062\u0074\u0079\u0070\u0065"));_ddea {_bbgb =_gcfb .String ();};if _bbgb !="\u0043\u0049\u0044F\u006f\u006e\u0074\u0054\u0079\u0070\u0065\u0032"{return _fbc ;};if _cfebe .Get ("C\u0049\u0044\u0054\u006f\u0047\u0049\u0044\u004d\u0061\u0070")==nil {return _fgdg (_gbbfe ,_abcf ); +};return _fbc ;};func _ebaa (_bdcd *_g .CompliancePdfReader )(_cgaf []ViolatedRule ){var _dfgf ,_bbad ,_eae bool ;if _bdcd .ParserMetadata ().HasNonConformantStream (){_cgaf =[]ViolatedRule {_fgdg ("\u0036.\u0031\u002e\u0037\u002d\u0031","T\u0068\u0065\u0020\u0073\u0074\u0072\u0065\u0061\u006d\u0020\u006b\u0065\u0079\u0077\u006fr\u0064\u0020\u0073\u0068\u0061\u006c\u006c \u0062\u0065\u0020f\u006f\u006cl\u006fw\u0065\u0064\u0020e\u0069\u0074h\u0065\u0072\u0020\u0062\u0079\u0020\u0061 \u0043\u0041\u0052\u0052I\u0041\u0047\u0045\u0020\u0052E\u0054\u0055\u0052\u004e\u0020\u00280\u0044\u0068\u0029\u0020\u0061\u006e\u0064\u0020\u004c\u0049\u004e\u0045\u0020F\u0045\u0045\u0044\u0020\u0028\u0030\u0041\u0068\u0029\u0020\u0063\u0068\u0061\u0072\u0061\u0063\u0074\u0065\u0072\u0020\u0073\u0065\u0071\u0075\u0065\u006e\u0063\u0065\u0020o\u0072\u0020\u0062\u0079\u0020\u0061 \u0073\u0069ng\u006c\u0065\u0020\u004cIN\u0045 \u0046\u0045\u0045\u0044 \u0063\u0068\u0061r\u0061\u0063\u0074\u0065\u0072\u002e\u0020T\u0068\u0065\u0020e\u006e\u0064\u0073\u0074r\u0065\u0061\u006d\u0020\u006b\u0065\u0079\u0077\u006fr\u0064\u0020\u0073\u0068\u0061\u006c\u006c \u0062e\u0020p\u0072\u0065\u0063\u0065\u0064\u0065\u0064\u0020\u0062\u0079\u0020\u0061n\u0020\u0045\u004f\u004c \u006d\u0061\u0072\u006b\u0065\u0072\u002e")}; +};for _ ,_dafc :=range _bdcd .GetObjectNums (){_fdbag ,_ :=_bdcd .GetIndirectObjectByNumber (_dafc );if _fdbag ==nil {continue ;};_eccf ,_dcgc :=_aad .GetStream (_fdbag );if !_dcgc {continue ;};if !_dfgf {_ffga :=_eccf .Get ("\u004c\u0065\u006e\u0067\u0074\u0068"); +if _ffga ==nil {_cgaf =append (_cgaf ,_fgdg ("\u0036.\u0031\u002e\u0037\u002d\u0032","\u006e\u006f\u0020'\u004c\u0065\u006e\u0067\u0074\u0068\u0027\u0020\u006b\u0065\u0079\u0020\u0066\u006f\u0075\u006e\u0064\u0020\u0069\u006e\u0020\u0074\u0068\u0065\u0020\u0073\u0074\u0072\u0065a\u006d\u0020\u006f\u0062\u006a\u0065\u0063\u0074")); +_dfgf =true ;}else {_aegf ,_affedg :=_aad .GetIntVal (_ffga );if !_affedg {_cgaf =append (_cgaf ,_fgdg ("\u0036.\u0031\u002e\u0037\u002d\u0032","s\u0074\u0072\u0065\u0061\u006d\u0020\u0027\u004c\u0065\u006e\u0067\u0074\u0068\u0027\u0020\u006b\u0065\u0079 \u0073\u0068\u006f\u0075\u006c\u0064\u0020\u0062\u0065\u0020an\u0020\u0069\u006et\u0065g\u0065\u0072")); +_dfgf =true ;}else {if len (_eccf .Stream )!=_aegf {_cgaf =append (_cgaf ,_fgdg ("\u0036.\u0031\u002e\u0037\u002d\u0032","\u0073\u0074\u0072\u0065\u0061\u006d\u0020\u006f\u0062\u006a\u0065\u0063\u0074\u0020\u006c\u0065\u006e\u0067th\u0020v\u0061\u006c\u0075\u0065\u0020\u0073\u0068\u006f\u0075\u006c\u0064\u0020m\u0061\u0074\u0063\u0068\u0020\u0074\u0068\u0065\u0020\u0073\u0069\u007a\u0065\u0020\u006f\u0066\u0020t\u0068\u0065\u0020\u0073\u0074\u0072\u0065\u0061\u006d")); +_dfgf =true ;};};};};if !_bbad {if _eccf .Get ("\u0046")!=nil {_bbad =true ;_cgaf =append (_cgaf ,_fgdg ("\u0036.\u0031\u002e\u0037\u002d\u0033","\u0073\u0074r\u0065\u0061\u006d\u0020\u006f\u0062\u006a\u0065\u0063\u0074\u0020\u0073\u0068\u006f\u0075\u006c\u0064\u0020\u006eo\u0074\u0020\u0063\u006f\u006e\u0074a\u0069\u006e\u0020\u0027\u0046\u0027\u002c\u0027\u0046\u0046\u0069\u006c\u0074\u0065r\u0027\u002c'\u0046\u0044\u0065\u0063o\u0064\u0065\u0050\u0061\u0072a\u006d\u0073\u0027\u0020\u006b\u0065\u0079")); +};if _eccf .Get ("\u0046F\u0069\u006c\u0074\u0065\u0072")!=nil &&!_bbad {_bbad =true ;_cgaf =append (_cgaf ,_fgdg ("\u0036.\u0031\u002e\u0037\u002d\u0033","\u0073\u0074r\u0065\u0061\u006d\u0020\u006f\u0062\u006a\u0065\u0063\u0074\u0020\u0073\u0068\u006f\u0075\u006c\u0064\u0020\u006eo\u0074\u0020\u0063\u006f\u006e\u0074a\u0069\u006e\u0020\u0027\u0046\u0027\u002c\u0027\u0046\u0046\u0069\u006c\u0074\u0065r\u0027\u002c'\u0046\u0044\u0065\u0063o\u0064\u0065\u0050\u0061\u0072a\u006d\u0073\u0027\u0020\u006b\u0065\u0079")); +continue ;};if _eccf .Get ("\u0046\u0044\u0065\u0063\u006f\u0064\u0065\u0050\u0061\u0072\u0061\u006d\u0073")!=nil &&!_bbad {_bbad =true ;_cgaf =append (_cgaf ,_fgdg ("\u0036.\u0031\u002e\u0037\u002d\u0033","\u0073\u0074r\u0065\u0061\u006d\u0020\u006f\u0062\u006a\u0065\u0063\u0074\u0020\u0073\u0068\u006f\u0075\u006c\u0064\u0020\u006eo\u0074\u0020\u0063\u006f\u006e\u0074a\u0069\u006e\u0020\u0027\u0046\u0027\u002c\u0027\u0046\u0046\u0069\u006c\u0074\u0065r\u0027\u002c'\u0046\u0044\u0065\u0063o\u0064\u0065\u0050\u0061\u0072a\u006d\u0073\u0027\u0020\u006b\u0065\u0079")); +continue ;};};if !_eae {_accf ,_cfbff :=_aad .GetName (_aad .TraceToDirectObject (_eccf .Get ("\u0046\u0069\u006c\u0074\u0065\u0072")));if !_cfbff {continue ;};if *_accf ==_aad .StreamEncodingFilterNameLZW {_eae =true ;_cgaf =append (_cgaf ,_fgdg ("\u0036\u002e\u0031\u002e\u0031\u0030\u002d\u0031","\u0054h\u0065\u0020L\u005a\u0057\u0044\u0065c\u006f\u0064\u0065 \u0066\u0069\u006c\u0074\u0065\u0072\u0020\u0073\u0068al\u006c\u0020\u006eo\u0074\u0020b\u0065\u0020\u0070\u0065\u0072\u006di\u0074\u0074e\u0064\u002e")); +};};};return _cgaf ;};func _edgad (_gfcc *_g .CompliancePdfReader )(_edgd ViolatedRule ){_bfbf ,_bgbaf :=_dagg (_gfcc );if !_bgbaf {return _fbc ;};_afceb ,_bgbaf :=_aad .GetDict (_bfbf .Get ("\u0041\u0063\u0072\u006f\u0046\u006f\u0072\u006d"));if !_bgbaf {return _fbc ; +};_aggcf ,_bgbaf :=_aad .GetArray (_afceb .Get ("\u0046\u0069\u0065\u006c\u0064\u0073"));if !_bgbaf {return _fbc ;};for _ccgg :=0;_ccgg < _aggcf .Len ();_ccgg ++{_abag ,_feeae :=_aad .GetDict (_aggcf .Get (_ccgg ));if !_feeae {continue ;};if _abag .Get ("\u0041")!=nil {return _fgdg ("\u0036.\u0034\u002e\u0031\u002d\u0032","\u0041\u0020\u0046\u0069\u0065\u006c\u0064\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006ea\u0072\u0079\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u006e\u006f\u0074\u0020c\u006f\u006e\u0074\u0061\u0069\u006e\u0020\u0074\u0068\u0065\u0020\u0041 o\u0072\u0020\u0041\u0041\u0020\u006b\u0065\u0079\u0073\u002e"); +};if _abag .Get ("\u0041\u0041")!=nil {return _fgdg ("\u0036.\u0034\u002e\u0031\u002d\u0032","\u0041\u0020\u0046\u0069\u0065\u006c\u0064\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006ea\u0072\u0079\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u006e\u006f\u0074\u0020c\u006f\u006e\u0074\u0061\u0069\u006e\u0020\u0074\u0068\u0065\u0020\u0041 o\u0072\u0020\u0041\u0041\u0020\u006b\u0065\u0079\u0073\u002e"); +};};return _fbc ;};func _begbd (_dgbf *_ad .Document ){_bfaa ,_edbb :=_dgbf .FindCatalog ();if !_edbb {return ;};_gbfg ,_edbb :=_bfaa .GetMarkInfo ();if !_edbb {_gbfg =_aad .MakeDict ();};_eddbf ,_edbb :=_aad .GetBool (_gbfg .Get ("\u004d\u0061\u0072\u006b\u0065\u0064")); +if !_edbb ||!bool (*_eddbf ){_gbfg .Set ("\u004d\u0061\u0072\u006b\u0065\u0064",_aad .MakeBool (true ));_bfaa .SetMarkInfo (_gbfg );};};func _eaef (_bebc *_g .CompliancePdfReader )(_cdga []ViolatedRule ){_cbggc ,_feaae :=_dagg (_bebc );if !_feaae {return _cdga ; +};_aecf ,_feaae :=_aad .GetDict (_cbggc .Get ("\u004e\u0061\u006de\u0073"));if !_feaae {return _cdga ;};if _aecf .Get ("\u0041\u006c\u0074\u0065rn\u0061\u0074\u0065\u0050\u0072\u0065\u0073\u0065\u006e\u0074\u0061\u0074\u0069\u006fn\u0073")!=nil {_cdga =append (_cdga ,_fgdg ("\u0036\u002e\u0031\u0030\u002d\u0031","T\u0068\u0065\u0072e\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u0062\u0065\u0020\u006e\u006f\u0020\u0041\u006c\u0074\u0065\u0072\u006e\u0061\u0074\u0065\u0050\u0072\u0065s\u0065\u006e\u0074a\u0074\u0069\u006f\u006e\u0073\u0020\u0065\u006e\u0074\u0072\u0079\u0020\u0069n\u0020\u0074\u0068\u0065 \u0064\u006f\u0063\u0075m\u0065\u006e\u0074\u0027\u0073\u0020\u006e\u0061\u006d\u0065\u0020\u0064\u0069\u0063\u0074\u0069\u006fn\u0061\u0072\u0079\u002e")); +};return _cdga ;};func _fbf (_afce *_ad .Document ,_fda int )error {for _ ,_bcg :=range _afce .Objects {_ccf ,_ggf :=_aad .GetDict (_bcg );if !_ggf {continue ;};_aac :=_ccf .Get ("\u0054\u0079\u0070\u0065");if _aac ==nil {continue ;};if _fbg ,_dfe :=_aad .GetName (_aac ); +_dfe &&_fbg .String ()!="\u0041\u0063\u0074\u0069\u006f\u006e"{continue ;};_fee ,_bce :=_aad .GetName (_ccf .Get ("\u0053"));if !_bce {continue ;};switch _g .PdfActionType (*_fee ){case _g .ActionTypeLaunch ,_g .ActionTypeSound ,_g .ActionTypeMovie ,_g .ActionTypeResetForm ,_g .ActionTypeImportData ,_g .ActionTypeJavaScript :_ccf .Remove ("\u0053"); +case _g .ActionTypeHide ,_g .ActionTypeSetOCGState ,_g .ActionTypeRendition ,_g .ActionTypeTrans ,_g .ActionTypeGoTo3DView :if _fda ==2{_ccf .Remove ("\u0053");};case _g .ActionTypeNamed :_fae ,_cge :=_aad .GetName (_ccf .Get ("\u004e"));if !_cge {continue ; +};switch *_fae {case "\u004e\u0065\u0078\u0074\u0050\u0061\u0067\u0065","\u0050\u0072\u0065\u0076\u0050\u0061\u0067\u0065","\u0046i\u0072\u0073\u0074\u0050\u0061\u0067e","\u004c\u0061\u0073\u0074\u0050\u0061\u0067\u0065":default:_ccf .Remove ("\u004e"); +};};};return nil ;};func _eecaa (_bdbc *_aad .PdfObjectDictionary ,_cfdcb map[*_aad .PdfObjectStream ][]byte ,_cdeb map[*_aad .PdfObjectStream ]*_bf .CMap )ViolatedRule {const (_gcfg ="\u0036.\u0033\u002e\u0038\u002d\u0031";_faga ="\u0054\u0068\u0065\u0020\u0066\u006f\u006e\u0074\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006ea\u0072\u0079\u0020\u0073\u0068\u0061\u006cl\u0020\u0069\u006e\u0063l\u0075\u0064e\u0020\u0061 \u0054\u006f\u0055\u006e\u0069\u0063\u006f\u0064\u0065\u0020\u0065\u006e\u0074\u0072\u0079\u0020w\u0068\u006f\u0073\u0065\u0020\u0076\u0061\u006c\u0075\u0065\u0020\u0069\u0073 \u0061\u0020\u0043M\u0061\u0070\u0020\u0073\u0074\u0072\u0065\u0061\u006d \u006f\u0062\u006a\u0065\u0063\u0074\u0020\u0074\u0068\u0061\u0074\u0020\u006d\u0061p\u0073\u0020\u0063\u0068\u0061\u0072ac\u0074\u0065\u0072\u0020\u0063\u006fd\u0065s\u0020\u0074\u006f\u0020\u0055\u006e\u0069\u0063\u006f\u0064e \u0076a\u006c\u0075\u0065\u0073,\u0020\u0061\u0073\u0020\u0064\u0065\u0073\u0063r\u0069\u0062\u0065\u0064\u0020\u0069\u006e\u0020P\u0044\u0046\u0020\u0052\u0065f\u0065\u0072\u0065\u006e\u0063\u0065\u0020\u0035.\u0039\u002c\u0020\u0075\u006e\u006ce\u0073\u0073\u0020\u0074\u0068\u0065\u0020\u0066\u006f\u006e\u0074\u0020\u006d\u0065\u0065\u0074\u0073 \u0061\u006e\u0079\u0020\u006f\u0066\u0020\u0074\u0068\u0065\u0020\u0066\u006f\u006c\u006c\u006f\u0077\u0069\u006e\u0067\u0020\u0074\u0068\u0072\u0065\u0065\u0020\u0063\u006f\u006e\u0064\u0069\u0074\u0069\u006f\u006e\u0073\u003a\u000a\u0020\u002d\u0020\u0066o\u006e\u0074\u0073\u0020\u0074\u0068\u0061\u0074\u0020\u0075\u0073\u0065\u0020\u0074\u0068\u0065\u0020\u0070\u0072\u0065\u0064\u0065\u0066\u0069\u006e\u0065\u0064\u0020\u0065\u006e\u0063\u006f\u0064\u0069n\u0067\u0073\u0020M\u0061\u0063\u0052o\u006d\u0061\u006e\u0045\u006e\u0063\u006f\u0064\u0069\u006e\u0067\u002c\u0020\u004d\u0061\u0063\u0045\u0078\u0070\u0065\u0072\u0074E\u006e\u0063\u006f\u0064\u0069\u006e\u0067\u0020\u006f\u0072\u0020\u0057\u0069\u006e\u0041n\u0073\u0069\u0045\u006e\u0063\u006f\u0064\u0069\u006e\u0067\u002c\u0020\u006f\u0072\u0020\u0074\u0068\u0061\u0074\u0020\u0075\u0073\u0065\u0020t\u0068\u0065\u0020\u0070\u0072\u0065d\u0065\u0066\u0069\u006e\u0065\u0064\u0020\u0049\u0064\u0065\u006e\u0074\u0069\u0074\u0079\u002d\u0048\u0020\u006f\u0072\u0020\u0049\u0064\u0065n\u0074\u0069\u0074\u0079\u002d\u0056\u0020C\u004d\u0061\u0070s\u003b\u000a\u0020\u002d\u0020\u0054\u0079\u0070\u0065\u0020\u0031\u0020\u0066\u006f\u006e\u0074\u0073\u0020\u0077\u0068\u006f\u0073\u0065\u0020\u0063\u0068\u0061\u0072\u0061\u0063\u0074\u0065\u0072\u0020\u006e\u0061\u006d\u0065\u0073\u0020a\u0072\u0065 \u0074\u0061k\u0065\u006e\u0020\u0066\u0072\u006f\u006d\u0020\u0074\u0068\u0065\u0020\u0041\u0064\u006f\u0062\u0065\u0020\u0073\u0074\u0061n\u0064\u0061\u0072\u0064\u0020L\u0061t\u0069\u006e\u0020\u0063\u0068a\u0072\u0061\u0063\u0074\u0065\u0072\u0020\u0073\u0065\u0074\u0020\u006fr\u0020\u0074\u0068\u0065 \u0073\u0065\u0074\u0020\u006f\u0066 \u006e\u0061\u006d\u0065\u0064\u0020\u0063\u0068\u0061\u0072\u0061\u0063\u0074\u0065r\u0073\u0020\u0069\u006e\u0020\u0074\u0068\u0065\u0020\u0053\u0079\u006d\u0062\u006f\u006c\u0020\u0066\u006f\u006e\u0074\u002c\u0020\u0061\u0073\u0020\u0064\u0065\u0066\u0069\u006e\u0065\u0064\u0020i\u006e\u0020\u0050\u0044\u0046 \u0052\u0065\u0066\u0065\u0072\u0065\u006e\u0063\u0065\u0020\u0041\u0070\u0070\u0065\u006e\u0064\u0069\u0078 \u0044\u003b\u000a\u0020\u002d\u0020\u0054\u0079\u0070\u0065\u0020\u0030\u0020\u0066\u006f\u006e\u0074\u0073\u0020w\u0068\u006f\u0073e\u0020d\u0065\u0073\u0063\u0065n\u0064\u0061\u006e\u0074 \u0043\u0049\u0044\u0046\u006f\u006e\u0074\u0020\u0075\u0073\u0065\u0073\u0020\u0074\u0068\u0065\u0020\u0041\u0064\u006f\u0062\u0065\u002d\u0047B\u0031\u002c\u0020\u0041\u0064\u006fb\u0065\u002d\u0043\u004e\u0053\u0031\u002c\u0020\u0041\u0064\u006f\u0062\u0065\u002d\u004a\u0061\u0070\u0061\u006e\u0031\u0020\u006f\u0072\u0020\u0041\u0064\u006f\u0062\u0065\u002d\u004b\u006fr\u0065\u0061\u0031\u0020\u0063\u0068\u0061r\u0061\u0063\u0074\u0065\u0072\u0020\u0063\u006f\u006c\u006c\u0065\u0063\u0074\u0069\u006f\u006e\u0073\u002e"; +);_agca :=_bdbc .Get ("\u0045\u006e\u0063\u006f\u0064\u0069\u006e\u0067");if _afbfd ,_ggacf :=_aad .GetName (_agca );_ggacf {if _afbfd .String ()=="\u0049\u0064\u0065\u006e\u0074\u0069\u0074\u0079\u002d\u0048"||_afbfd .String ()=="\u0049\u0064\u0065\u006e\u0074\u0069\u0074\u0079\u002d\u0056"||_afbfd .String ()=="\u004d\u0061c\u0052\u006f\u006da\u006e\u0045\u006e\u0063\u006f\u0064\u0069\u006e\u0067"||_afbfd .String ()=="\u004d\u0061\u0063\u0045\u0078\u0070\u0065\u0072\u0074\u0045\u006e\u0063o\u0064\u0069\u006e\u0067"||_afbfd .String ()=="\u0057i\u006eA\u006e\u0073\u0069\u0045\u006e\u0063\u006f\u0064\u0069\u006e\u0067"{return _fbc ; +};};_dfcb ,_gacg :=_aad .GetStream (_bdbc .Get ("\u0054o\u0055\u006e\u0069\u0063\u006f\u0064e"));if _gacg {_ ,_cacc :=_gfada (_dfcb ,_cfdcb ,_cdeb );if _cacc !=nil {return _fgdg (_gcfg ,_faga );};return _fbc ;};_fafdg ,_gacg :=_aad .GetName (_bdbc .Get ("\u0053u\u0062\u0074\u0079\u0070\u0065")); +if !_gacg {return _fgdg (_gcfg ,_faga );};switch _fafdg .String (){case "\u0054\u0079\u0070e\u0031":return _fbc ;};return _fgdg (_gcfg ,_faga );};func _dcdd (_dadf *_g .CompliancePdfReader )(_efe []ViolatedRule ){_dadbc ,_cbbe :=_dagg (_dadf );if !_cbbe {return _efe ; +};_bgbb :=_fgdg ("\u0036.\u0032\u002e\u0032\u002d\u0031","\u0041\u0020\u0050\u0044\u0046\u002f\u0041\u002d\u0031\u0020\u004f\u0075\u0074p\u0075\u0074\u0049\u006e\u0074e\u006e\u0074\u0020\u0069\u0073\u0020a\u006e \u004f\u0075\u0074\u0070\u0075\u0074\u0049n\u0074\u0065\u006e\u0074\u0020\u0064i\u0063\u0074\u0069\u006fn\u0061\u0072\u0079\u002c\u0020\u0061\u0073\u0020\u0064\u0065\u0066\u0069\u006e\u0065\u0064\u0020\u0062y\u0020\u0050\u0044F\u0020\u0052\u0065\u0066\u0065\u0072\u0065\u006e\u0063\u0065 \u0039\u002e\u0031\u0030.4\u002c\u0020\u0074\u0068\u0061\u0074\u0020\u0069\u0073 \u0069\u006e\u0063\u006c\u0075\u0064e\u0064\u0020i\u006e\u0020\u0074\u0068\u0065\u0020\u0066\u0069\u006c\u0065\u0027\u0073\u0020O\u0075\u0074p\u0075\u0074I\u006e\u0074\u0065\u006e\u0074\u0073\u0020\u0061\u0072\u0072\u0061\u0079\u0020a\u006e\u0064\u0020h\u0061\u0073\u0020\u0047\u0054\u0053\u005f\u0050\u0044\u0046\u0041\u0031\u0020\u0061\u0073 \u0074\u0068\u0065\u0020\u0076a\u006c\u0075e\u0020\u006f\u0066\u0020i\u0074\u0073 \u0053\u0020\u006b\u0065\u0079\u0020\u0061\u006e\u0064\u0020\u0061\u0020\u0076\u0061\u006c\u0069\u0064\u0020I\u0043\u0043\u0020\u0070\u0072\u006f\u0066\u0069\u006ce\u0020s\u0074\u0072\u0065\u0061\u006d \u0061\u0073\u0020\u0074h\u0065\u0020\u0076a\u006c\u0075\u0065\u0020\u0069\u0074\u0073\u0020\u0044\u0065\u0073t\u004f\u0075t\u0070\u0075\u0074P\u0072\u006f\u0066\u0069\u006c\u0065 \u006b\u0065\u0079\u002e"); +_bgad ,_cbbe :=_aad .GetArray (_dadbc .Get ("\u004f\u0075\u0074\u0070\u0075\u0074\u0049\u006e\u0074\u0065\u006e\u0074\u0073"));if !_cbbe {_efe =append (_efe ,_bgbb );return _efe ;};_adce :=_fgdg ("\u0036.\u0032\u002e\u0032\u002d\u0032","\u0049\u0066\u0020\u0061\u0020\u0066\u0069\u006c\u0065's\u0020O\u0075\u0074\u0070u\u0074\u0049\u006e\u0074\u0065\u006e\u0074\u0073 \u0061\u0072\u0072a\u0079\u0020\u0063\u006f\u006e\u0074\u0061\u0069n\u0073\u0020\u006d\u006f\u0072\u0065\u0020\u0074\u0068a\u006e\u0020\u006f\u006ee\u0020\u0065\u006e\u0074\u0072\u0079\u002c\u0020\u0074\u0068\u0065\u006e\u0020\u0061\u006c\u006c\u0020\u0065n\u0074\u0072\u0069\u0065\u0073\u0020\u0074\u0068\u0061\u0074\u0020\u0063\u006f\u006e\u0074\u0061\u0069\u006e a \u0044\u0065\u0073\u0074\u004f\u0075\u0074\u0070\u0075\u0074\u0050\u0072\u006f\u0066\u0069\u006c\u0065\u0020\u006b\u0065y\u0020\u0073\u0068\u0061\u006cl\u0020\u0068\u0061\u0076\u0065 \u0061\u0073\u0020\u0074\u0068\u0065 \u0076\u0061\u006c\u0075\u0065\u0020\u006f\u0066\u0020\u0074\u0068a\u0074\u0020\u006b\u0065\u0079 \u0074\u0068\u0065\u0020\u0073\u0061\u006d\u0065\u0020\u0069\u006e\u0064\u0069\u0072\u0065c\u0074\u0020\u006fb\u006ae\u0063t\u002c\u0020\u0077h\u0069\u0063\u0068\u0020\u0073\u0068\u0061\u006c\u006c \u0062\u0065\u0020\u0061\u0020\u0076\u0061\u006c\u0069d\u0020\u0049\u0043\u0043\u0020\u0070\u0072\u006f\u0066\u0069\u006c\u0065\u0020\u0073\u0074r\u0065\u0061m\u002e"); +if _bgad .Len ()> 1{_gefg :=map[*_aad .PdfObjectDictionary ]struct{}{};for _dgde :=0;_dgde < _bgad .Len ();_dgde ++{_degd ,_gbec :=_aad .GetDict (_bgad .Get (_dgde ));if !_gbec {_efe =append (_efe ,_bgbb );return _efe ;};if _dgde ==0{_gefg [_degd ]=struct{}{}; +continue ;};if _ ,_bcda :=_gefg [_degd ];!_bcda {_efe =append (_efe ,_adce );break ;};};}else if _bgad .Len ()==0{_efe =append (_efe ,_bgbb );return _efe ;};_ddeb ,_cbbe :=_aad .GetDict (_bgad .Get (0));if !_cbbe {_efe =append (_efe ,_bgbb );return _efe ; +};if _geac ,_bcbb :=_aad .GetName (_ddeb .Get ("\u0053"));!_bcbb ||(*_geac )!="\u0047T\u0053\u005f\u0050\u0044\u0046\u00411"{_efe =append (_efe ,_bgbb );return _efe ;};_eeee ,_ffead :=_g .NewPdfOutputIntentFromPdfObject (_ddeb );if _ffead !=nil {_be .Log .Debug ("\u0070\u0061\u0072\u0073\u0069\u006e\u0067\u0020\u006f\u0075\u0074\u0070\u0075\u0074\u0020i\u006et\u0065\u006e\u0074\u0020\u0066\u0061\u0069\u006c\u0065\u0064\u003a\u0020\u0025\u0076",_ffead ); +return _efe ;};_bdabf ,_ffead :=_ab .ParseHeader (_eeee .DestOutputProfile );if _ffead !=nil {_be .Log .Debug ("\u0070\u0061\u0072\u0073\u0069\u006e\u0067\u0020\u0063\u006f\u006c\u006f\u0072\u0070\u0072\u006f\u0066\u0069\u006c\u0065\u0020\u0068\u0065\u0061d\u0065\u0072\u0020\u0066\u0061i\u006c\u0065d\u003a\u0020\u0025\u0076",_ffead ); +return _efe ;};if (_bdabf .DeviceClass ==_ab .DeviceClassPRTR ||_bdabf .DeviceClass ==_ab .DeviceClassMNTR )&&(_bdabf .ColorSpace ==_ab .ColorSpaceRGB ||_bdabf .ColorSpace ==_ab .ColorSpaceCMYK ||_bdabf .ColorSpace ==_ab .ColorSpaceGRAY ){return _efe ; +};_efe =append (_efe ,_bgbb );return _efe ;};func _daaac (_ebgab *_g .CompliancePdfReader )(_fecba ViolatedRule ){_cfgeb ,_acaea :=_dagg (_ebgab );if !_acaea {return _fbc ;};if _cfgeb .Get ("\u0052\u0065\u0071u\u0069\u0072\u0065\u006d\u0065\u006e\u0074\u0073")!=nil {return _fgdg ("\u0036\u002e\u0031\u0031\u002d\u0031","Th\u0065\u0020d\u006f\u0063\u0075\u006d\u0065\u006e\u0074\u0020\u0063a\u0074\u0061\u006c\u006f\u0067\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u006e\u006f\u0074\u0020\u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0020\u0074\u0068\u0065\u0020R\u0065q\u0075\u0069\u0072\u0065\u006d\u0065\u006e\u0074s\u0020k\u0065\u0079."); +};return _fbc ;}; -// XmpOptions are the options used by the optimization of the XMP metadata. -type XmpOptions struct{ +// NewProfile2B creates a new Profile2B with the given options. +func NewProfile2B (options *Profile2Options )*Profile2B {if options ==nil {options =DefaultProfile2Options ();};_bfe (options );return &Profile2B {profile2 {_ece :*options ,_cbebb :_fe ()}};};func _bdge (_dffcd *_g .CompliancePdfReader )(_cdage []ViolatedRule ){return _cdage }; +func _egcee (_dfge *_ad .Document )(*_aad .PdfObjectDictionary ,bool ){_fecbg ,_fffb :=_dfge .FindCatalog ();if !_fffb {return nil ,false ;};_dcb ,_fffb :=_aad .GetArray (_fecbg .Object .Get ("\u004f\u0075\u0074\u0070\u0075\u0074\u0049\u006e\u0074\u0065\u006e\u0074\u0073")); +if !_fffb {return nil ,false ;};if _dcb .Len ()==0{return nil ,false ;};return _aad .GetDict (_dcb .Get (0));};func _cgcd (_cfdc *_g .CompliancePdfReader )ViolatedRule {for _ ,_abbf :=range _cfdc .PageList {_dfae ,_bccd :=_abbf .GetContentStreams ();if _bccd !=nil {continue ; +};for _ ,_bgce :=range _dfae {_fegbc :=_fgd .NewContentStreamParser (_bgce );_ ,_bccd =_fegbc .Parse ();if _bccd !=nil {return _fgdg ("\u0036\u002e\u0032\u002e\u0031\u0030\u002d\u0031","\u0041\u0020\u0063onten\u0074\u0020\u0073\u0074\u0072\u0065\u0061\u006d\u0020\u0073\u0068\u0061\u006c\u006c n\u006f\u0074\u0020c\u006f\u006e\u0074\u0061\u0069\u006e\u0020\u0061\u006e\u0079 \u006f\u0070\u0065\u0072\u0061\u0074\u006f\u0072\u0073\u0020\u006e\u006ft\u0020\u0064\u0065\u0066\u0069\u006e\u0065\u0064\u0020\u0069\u006e\u0020\u0050\u0044\u0046\u0020\u0052\u0065f\u0065\u0072\u0065\u006e\u0063\u0065\u0020\u0065\u0076\u0065\u006e\u0020\u0069\u0066\u0020s\u0075\u0063\u0068\u0020\u006f\u0070\u0065r\u0061\u0074\u006f\u0072\u0073\u0020\u0061\u0072\u0065\u0020\u0062\u0072\u0061\u0063\u006b\u0065\u0074\u0065\u0064\u0020\u0062\u0079\u0020\u0074\u0068\u0065\u0020\u0042\u0058\u002f\u0045\u0058\u0020\u0063\u006f\u006d\u0070\u0061\u0074\u0069\u0062i\u006c\u0069\u0074\u0079\u0020\u006f\u0070\u0065\u0072\u0061\u0074\u006f\u0072\u0073\u002e"); +};};};return _fbc ;};func _dfafg (_dage *_g .CompliancePdfReader )ViolatedRule {for _ ,_edg :=range _dage .PageList {_gfbe :=_edg .GetContentStreamObjs ();for _ ,_egbd :=range _gfbe {_egbd =_aad .TraceToDirectObject (_egbd );var _ebdb string ;switch _dbaed :=_egbd .(type ){case *_aad .PdfObjectString :_ebdb =_dbaed .Str (); +case *_aad .PdfObjectStream :_gcf ,_cccc :=_aad .GetName (_aad .TraceToDirectObject (_dbaed .Get ("\u0046\u0069\u006c\u0074\u0065\u0072")));if _cccc {if *_gcf ==_aad .StreamEncodingFilterNameLZW {return _fgdg ("\u0036\u002e\u0031\u002e\u0031\u0030\u002d\u0032","\u0054h\u0065\u0020L\u005a\u0057\u0044\u0065c\u006f\u0064\u0065 \u0066\u0069\u006c\u0074\u0065\u0072\u0020\u0073\u0068al\u006c\u0020\u006eo\u0074\u0020b\u0065\u0020\u0070\u0065\u0072\u006di\u0074\u0074e\u0064\u002e"); +};};_bgfe ,_gddg :=_aad .DecodeStream (_dbaed );if _gddg !=nil {_be .Log .Debug ("\u0045r\u0072\u003a\u0020\u0025\u0076",_gddg );continue ;};_ebdb =string (_bgfe );default:_be .Log .Debug ("\u0049\u006e\u0076\u0061\u006c\u0069d\u0020\u0063\u006f\u006e\u0074\u0065\u006e\u0074\u0020\u0073\u0074\u0072\u0065a\u006d\u0020\u006f\u0062\u006a\u0065\u0063t\u003a\u0020\u0025\u0054",_egbd ); +continue ;};_afgd :=_fgd .NewContentStreamParser (_ebdb );_acdc ,_edfbg :=_afgd .Parse ();if _edfbg !=nil {_be .Log .Debug ("\u0049\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0063\u006f\u006et\u0065\u006e\u0074\u0020\u0073\u0074\u0072\u0065\u0061\u006d:\u0020\u0025\u0076",_edfbg ); +continue ;};for _ ,_eegdd :=range *_acdc {if !(_eegdd .Operand =="\u0042\u0049"&&len (_eegdd .Params )==1){continue ;};_gbfc ,_feeb :=_eegdd .Params [0].(*_fgd .ContentStreamInlineImage );if !_feeb {continue ;};_egag ,_cbfg :=_gbfc .GetEncoder ();if _cbfg !=nil {_be .Log .Debug ("\u0067\u0065\u0074\u0074\u0069\u006e\u0067\u0020\u0069\u006e\u006c\u0069\u006ee\u0020\u0069\u006d\u0061\u0067\u0065 \u0065\u006e\u0063\u006f\u0064\u0065\u0072\u0020\u0066\u0061\u0069\u006c\u0065d\u003a\u0020\u0025\u0076",_cbfg ); +continue ;};if _egag .GetFilterName ()==_aad .StreamEncodingFilterNameLZW {return _fgdg ("\u0036\u002e\u0031\u002e\u0031\u0030\u002d\u0032","\u0054h\u0065\u0020L\u005a\u0057\u0044\u0065c\u006f\u0064\u0065 \u0066\u0069\u006c\u0074\u0065\u0072\u0020\u0073\u0068al\u006c\u0020\u006eo\u0074\u0020b\u0065\u0020\u0070\u0065\u0072\u006di\u0074\u0074e\u0064\u002e"); +};};};};return _fbc ;};func _fca (_efdc *_ad .Document )error {_cab ,_egce :=_efdc .FindCatalog ();if !_egce {return _a .New ("\u0063\u0061\u0074\u0061\u006c\u006f\u0067\u0020\u006e\u006f\u0074\u0020f\u006f\u0075\u006e\u0064");};_cab .SetVersion ();return nil ; +};func _fgca (_dafe *_g .CompliancePdfReader )(_gdca []ViolatedRule ){var _gabf ,_ceab ,_adee ,_adceb ,_bfea ,_adabe ,_bggg bool ;_ebaeg :=func ()bool {return _gabf &&_ceab &&_adee &&_adceb &&_bfea &&_adabe &&_bggg };_gdedf :=func (_ccbb *_aad .PdfObjectDictionary )bool {if !_gabf &&_ccbb .Get ("\u0054\u0052")!=nil {_gabf =true ; +_gdca =append (_gdca ,_fgdg ("\u0036.\u0032\u002e\u0035\u002d\u0031","\u0041\u006e\u0020\u0045\u0078\u0074\u0047\u0053\u0074\u0061\u0074e\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006ea\u0072y\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u006e\u006f\u0074\u0020\u0063\u006f\u006e\u0074\u0061\u0069\u006e \u0074\u0068\u0065\u0020\u0054\u0052\u0020\u006b\u0065\u0079\u002e")); +};if _bcfe :=_ccbb .Get ("\u0054\u0052\u0032");!_ceab &&_bcfe !=nil {_beea ,_bfead :=_aad .GetName (_bcfe );if !_bfead ||(_bfead &&*_beea !="\u0044e\u0066\u0061\u0075\u006c\u0074"){_ceab =true ;_gdca =append (_gdca ,_fgdg ("\u0036.\u0032\u002e\u0035\u002d\u0032","\u0041\u006e \u0045\u0078\u0074G\u0053\u0074\u0061\u0074\u0065 \u0064\u0069\u0063\u0074\u0069on\u0061\u0072\u0079\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u006e\u006f\u0074\u0020\u0063\u006f\u006e\u0074a\u0069n\u0020\u0074\u0068\u0065\u0020\u0054R2 \u006b\u0065\u0079\u0020\u0077\u0069\u0074\u0068\u0020\u0061\u0020\u0076al\u0075e\u0020\u006f\u0074\u0068e\u0072 \u0074h\u0061\u006e \u0044\u0065fa\u0075\u006c\u0074\u002e")); +if _ebaeg (){return true ;};};};if !_adee &&_ccbb .Get ("\u0048\u0054\u0050")!=nil {_adee =true ;_gdca =append (_gdca ,_fgdg ("\u0036.\u0032\u002e\u0035\u002d\u0033","\u0041\u006e\u0020\u0045\u0078\u0074\u0047\u0053\u0074\u0061\u0074\u0065\u0020\u0064\u0069c\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u0020\u0073\u0068\u0061\u006c\u006c \u006e\u006f\u0074\u0020\u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0020th\u0065\u0020\u0048\u0054\u0050\u0020\u006b\u0065\u0079\u002e")); +};_fffga ,_eaed :=_aad .GetDict (_ccbb .Get ("\u0048\u0054"));if _eaed {if _bbcaf :=_fffga .Get ("\u0048\u0061\u006cf\u0074\u006f\u006e\u0065\u0054\u0079\u0070\u0065");!_adceb &&_bbcaf !=nil {_gace ,_cbeca :=_aad .GetInt (_bbcaf );if !_cbeca ||(_cbeca &&!(*_gace ==1||*_gace ==5)){_gdca =append (_gdca ,_fgdg ("\u0020\u0036\u002e\u0032\u002e\u0035\u002d\u0034","\u0041\u006c\u006c\u0020\u0068\u0061\u006c\u0066\u0074\u006f\u006e\u0065\u0073\u0020\u0069\u006e\u0020\u0061\u0020\u0063\u006f\u006e\u0066\u006f\u0072\u006d\u0069\u006e\u0067\u0020\u0050\u0044\u0046\u002f\u0041\u002d\u0032\u0020\u0066\u0069\u006ce\u0020\u0073h\u0061\u006c\u006c\u0020h\u0061\u0076\u0065\u0020\u0074\u0068\u0065\u0020\u0076\u0061l\u0075\u0065\u0020\u0031\u0020\u006f\u0072\u0020\u0035 \u0066\u006f\u0072\u0020\u0074\u0068\u0065\u0020\u0048\u0061l\u0066\u0074\u006fn\u0065\u0054\u0079\u0070\u0065\u0020\u006be\u0079\u002e")); +if _ebaeg (){return true ;};};};if _bfag :=_fffga .Get ("\u0048\u0061\u006cf\u0074\u006f\u006e\u0065\u004e\u0061\u006d\u0065");!_bfea &&_bfag !=nil {_bfea =true ;_gdca =append (_gdca ,_fgdg ("\u0036.\u0032\u002e\u0035\u002d\u0035","\u0048\u0061\u006c\u0066\u0074o\u006e\u0065\u0073\u0020\u0069\u006e\u0020a\u0020\u0063\u006f\u006e\u0066\u006f\u0072\u006d\u0069\u006e\u0067\u0020\u0050\u0044\u0046\u002f\u0041\u002d\u0032\u0020\u0066\u0069\u006c\u0065\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u006e\u006f\u0074\u0020\u0063\u006f\u006e\u0074\u0061i\u006e\u0020\u0061\u0020\u0048\u0061\u006c\u0066\u0074\u006f\u006e\u0065N\u0061\u006d\u0065\u0020\u006b\u0065y\u002e")); +if _ebaeg (){return true ;};};};_ ,_gagg :=_cegda (_dafe );var _cffa bool ;_eeecf ,_eaed :=_aad .GetDict (_ccbb .Get ("\u0047\u0072\u006fu\u0070"));if _eaed {_ ,_cada :=_aad .GetName (_eeecf .Get ("\u0043\u0053"));if _cada {_cffa =true ;};};if _eage :=_ccbb .Get ("\u0042\u004d"); +!_adabe &&!_bggg &&_eage !=nil {_dbab ,_affb :=_aad .GetName (_eage );if _affb {switch _dbab .String (){case "\u004e\u006f\u0072\u006d\u0061\u006c","\u0043\u006f\u006d\u0070\u0061\u0074\u0069\u0062\u006c\u0065","\u004d\u0075\u006c\u0074\u0069\u0070\u006c\u0079","\u0053\u0063\u0072\u0065\u0065\u006e","\u004fv\u0065\u0072\u006c\u0061\u0079","\u0044\u0061\u0072\u006b\u0065\u006e","\u004ci\u0067\u0068\u0074\u0065\u006e","\u0043\u006f\u006c\u006f\u0072\u0044\u006f\u0064\u0067\u0065","\u0043o\u006c\u006f\u0072\u0042\u0075\u0072n","\u0048a\u0072\u0064\u004c\u0069\u0067\u0068t","\u0053o\u0066\u0074\u004c\u0069\u0067\u0068t","\u0044\u0069\u0066\u0066\u0065\u0072\u0065\u006e\u0063\u0065","\u0045x\u0063\u006c\u0075\u0073\u0069\u006fn","\u0048\u0075\u0065","\u0053\u0061\u0074\u0075\u0072\u0061\u0074\u0069\u006f\u006e","\u0043\u006f\u006co\u0072","\u004c\u0075\u006d\u0069\u006e\u006f\u0073\u0069\u0074\u0079":default:_adabe =true ; +_gdca =append (_gdca ,_fgdg ("\u0036\u002e\u0032\u002e\u0031\u0030\u002d\u0031","\u004f\u006el\u0079\u0020\u0062\u006c\u0065\u006e\u0064\u0020\u006d\u006f\u0064\u0065\u0073\u0020\u0074h\u0061\u0074\u0020\u0061\u0072\u0065\u0020\u0073\u0070\u0065c\u0069\u0066\u0069ed\u0020\u0069\u006e\u0020\u0049\u0053O\u0020\u0033\u0032\u0030\u0030\u0030\u002d\u0031\u003a2\u0030\u0030\u0038\u0020\u0073h\u0061\u006c\u006c\u0020\u0062\u0065\u0020\u0075\u0073\u0065\u0064\u0020\u0066\u006f\u0072\u0020\u0074\u0068\u0065 \u0076\u0061\u006c\u0075e\u0020\u006f\u0066\u0020\u0074\u0068e\u0020\u0042M\u0020\u006b\u0065\u0079\u0020\u0069\u006e\u0020\u0061\u006e\u0020\u0065\u0078t\u0065\u006e\u0064\u0065\u0064\u0020\u0067\u0072\u0061\u0070\u0068\u0069\u0063\u0020\u0073\u0074\u0061\u0074\u0065 \u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u002e")); +if _ebaeg (){return true ;};};if _dbab .String ()!="\u004e\u006f\u0072\u006d\u0061\u006c"&&!_gagg &&!_cffa {_bggg =true ;_gdca =append (_gdca ,_fgdg ("\u0036\u002e\u0032\u002e\u0031\u0030\u002d\u0032","\u0049\u0066\u0020\u0074\u0068\u0065 \u0064\u006f\u0063\u0075\u006de\u006e\u0074\u0020\u0064\u006f\u0065\u0073\u0020\u006e\u006f\u0074\u0020c\u006f\u006e\u0074\u0061\u0069\u006e\u0020\u0061\u0020P\u0044\u0046\u002f\u0041\u0020\u004f\u0075\u0074\u0070u\u0074\u0049\u006e\u0074\u0065\u006e\u0074\u002c\u0020\u0074\u0068\u0065\u006e\u0020\u0061\u006c\u006c\u0020\u0050\u0061\u0067\u0065\u0020\u006f\u0062\u006a\u0065\u0063t\u0073\u0020\u0074\u0068a\u0074 \u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0020t\u0072\u0061\u006e\u0073\u0070\u0061\u0072\u0065\u006e\u0063\u0079\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u0069\u006e\u0063l\u0075\u0064\u0065\u0020\u0074\u0068\u0065\u0020\u0047\u0072\u006f\u0075\u0070\u0020\u006b\u0065y\u002c a\u006e\u0064\u0020\u0074\u0068\u0065\u0020\u0061\u0074\u0074\u0072\u0069\u0062\u0075\u0074\u0065\u0020\u0064\u0069c\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u0020\u0074\u0068\u0061\u0074\u0020\u0066\u006f\u0072\u006d\u0073\u0020\u0074\u0068\u0065\u0020\u0076\u0061\u006cu\u0065\u0020\u006f\u0066\u0020\u0074\u0068\u0061\u0074\u0020\u0047\u0072\u006fu\u0070\u0020\u006b\u0065y\u0020sh\u0061\u006c\u006c\u0020\u0069\u006e\u0063\u006c\u0075d\u0065\u0020\u0061\u0020\u0043\u0053\u0020\u0065\u006e\u0074\u0072\u0079\u0020\u0077\u0068\u006fs\u0065\u0020\u0076\u0061\u006c\u0075\u0065\u0020\u0073\u0068\u0061\u006c\u006c \u0062\u0065 \u0075\u0073\u0065\u0064\u0020\u0061\u0073\u0020\u0074\u0068\u0065\u0020\u0064\u0065\u0066\u0061\u0075\u006c\u0074\u0020\u0062\u006c\u0065\u006e\u0064\u0069n\u0067 \u0063\u006f\u006c\u006f\u0075\u0072\u0020\u0073p\u0061\u0063\u0065\u002e")); +if _ebaeg (){return true ;};};};};if _ ,_eaed =_aad .GetDict (_ccbb .Get ("\u0053\u004d\u0061s\u006b"));!_bggg &&_eaed &&!_gagg &&!_cffa {_bggg =true ;_gdca =append (_gdca ,_fgdg ("\u0036\u002e\u0032\u002e\u0031\u0030\u002d\u0032","\u0049\u0066\u0020\u0074\u0068\u0065 \u0064\u006f\u0063\u0075\u006de\u006e\u0074\u0020\u0064\u006f\u0065\u0073\u0020\u006e\u006f\u0074\u0020c\u006f\u006e\u0074\u0061\u0069\u006e\u0020\u0061\u0020P\u0044\u0046\u002f\u0041\u0020\u004f\u0075\u0074\u0070u\u0074\u0049\u006e\u0074\u0065\u006e\u0074\u002c\u0020\u0074\u0068\u0065\u006e\u0020\u0061\u006c\u006c\u0020\u0050\u0061\u0067\u0065\u0020\u006f\u0062\u006a\u0065\u0063t\u0073\u0020\u0074\u0068a\u0074 \u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0020t\u0072\u0061\u006e\u0073\u0070\u0061\u0072\u0065\u006e\u0063\u0079\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u0069\u006e\u0063l\u0075\u0064\u0065\u0020\u0074\u0068\u0065\u0020\u0047\u0072\u006f\u0075\u0070\u0020\u006b\u0065y\u002c a\u006e\u0064\u0020\u0074\u0068\u0065\u0020\u0061\u0074\u0074\u0072\u0069\u0062\u0075\u0074\u0065\u0020\u0064\u0069c\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u0020\u0074\u0068\u0061\u0074\u0020\u0066\u006f\u0072\u006d\u0073\u0020\u0074\u0068\u0065\u0020\u0076\u0061\u006cu\u0065\u0020\u006f\u0066\u0020\u0074\u0068\u0061\u0074\u0020\u0047\u0072\u006fu\u0070\u0020\u006b\u0065y\u0020sh\u0061\u006c\u006c\u0020\u0069\u006e\u0063\u006c\u0075d\u0065\u0020\u0061\u0020\u0043\u0053\u0020\u0065\u006e\u0074\u0072\u0079\u0020\u0077\u0068\u006fs\u0065\u0020\u0076\u0061\u006c\u0075\u0065\u0020\u0073\u0068\u0061\u006c\u006c \u0062\u0065 \u0075\u0073\u0065\u0064\u0020\u0061\u0073\u0020\u0074\u0068\u0065\u0020\u0064\u0065\u0066\u0061\u0075\u006c\u0074\u0020\u0062\u006c\u0065\u006e\u0064\u0069n\u0067 \u0063\u006f\u006c\u006f\u0075\u0072\u0020\u0073p\u0061\u0063\u0065\u002e")); +if _ebaeg (){return true ;};};if _bgaa :=_ccbb .Get ("\u0043\u0041");!_bggg &&_bgaa !=nil &&!_gagg &&!_cffa {_cfdcg ,_gcef :=_aad .GetNumberAsFloat (_bgaa );if _gcef ==nil &&_cfdcg < 1.0{_bggg =true ;_gdca =append (_gdca ,_fgdg ("\u0036\u002e\u0032\u002e\u0031\u0030\u002d\u0032","\u0049\u0066\u0020\u0074\u0068\u0065 \u0064\u006f\u0063\u0075\u006de\u006e\u0074\u0020\u0064\u006f\u0065\u0073\u0020\u006e\u006f\u0074\u0020c\u006f\u006e\u0074\u0061\u0069\u006e\u0020\u0061\u0020P\u0044\u0046\u002f\u0041\u0020\u004f\u0075\u0074\u0070u\u0074\u0049\u006e\u0074\u0065\u006e\u0074\u002c\u0020\u0074\u0068\u0065\u006e\u0020\u0061\u006c\u006c\u0020\u0050\u0061\u0067\u0065\u0020\u006f\u0062\u006a\u0065\u0063t\u0073\u0020\u0074\u0068a\u0074 \u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0020t\u0072\u0061\u006e\u0073\u0070\u0061\u0072\u0065\u006e\u0063\u0079\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u0069\u006e\u0063l\u0075\u0064\u0065\u0020\u0074\u0068\u0065\u0020\u0047\u0072\u006f\u0075\u0070\u0020\u006b\u0065y\u002c a\u006e\u0064\u0020\u0074\u0068\u0065\u0020\u0061\u0074\u0074\u0072\u0069\u0062\u0075\u0074\u0065\u0020\u0064\u0069c\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u0020\u0074\u0068\u0061\u0074\u0020\u0066\u006f\u0072\u006d\u0073\u0020\u0074\u0068\u0065\u0020\u0076\u0061\u006cu\u0065\u0020\u006f\u0066\u0020\u0074\u0068\u0061\u0074\u0020\u0047\u0072\u006fu\u0070\u0020\u006b\u0065y\u0020sh\u0061\u006c\u006c\u0020\u0069\u006e\u0063\u006c\u0075d\u0065\u0020\u0061\u0020\u0043\u0053\u0020\u0065\u006e\u0074\u0072\u0079\u0020\u0077\u0068\u006fs\u0065\u0020\u0076\u0061\u006c\u0075\u0065\u0020\u0073\u0068\u0061\u006c\u006c \u0062\u0065 \u0075\u0073\u0065\u0064\u0020\u0061\u0073\u0020\u0074\u0068\u0065\u0020\u0064\u0065\u0066\u0061\u0075\u006c\u0074\u0020\u0062\u006c\u0065\u006e\u0064\u0069n\u0067 \u0063\u006f\u006c\u006f\u0075\u0072\u0020\u0073p\u0061\u0063\u0065\u002e")); +if _ebaeg (){return true ;};};};if _eagda :=_ccbb .Get ("\u0063\u0061");!_bggg &&_eagda !=nil &&!_gagg &&!_cffa {_bgfb ,_bdda :=_aad .GetNumberAsFloat (_eagda );if _bdda ==nil &&_bgfb < 1.0{_bggg =true ;_gdca =append (_gdca ,_fgdg ("\u0036\u002e\u0032\u002e\u0031\u0030\u002d\u0032","\u0049\u0066\u0020\u0074\u0068\u0065 \u0064\u006f\u0063\u0075\u006de\u006e\u0074\u0020\u0064\u006f\u0065\u0073\u0020\u006e\u006f\u0074\u0020c\u006f\u006e\u0074\u0061\u0069\u006e\u0020\u0061\u0020P\u0044\u0046\u002f\u0041\u0020\u004f\u0075\u0074\u0070u\u0074\u0049\u006e\u0074\u0065\u006e\u0074\u002c\u0020\u0074\u0068\u0065\u006e\u0020\u0061\u006c\u006c\u0020\u0050\u0061\u0067\u0065\u0020\u006f\u0062\u006a\u0065\u0063t\u0073\u0020\u0074\u0068a\u0074 \u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0020t\u0072\u0061\u006e\u0073\u0070\u0061\u0072\u0065\u006e\u0063\u0079\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u0069\u006e\u0063l\u0075\u0064\u0065\u0020\u0074\u0068\u0065\u0020\u0047\u0072\u006f\u0075\u0070\u0020\u006b\u0065y\u002c a\u006e\u0064\u0020\u0074\u0068\u0065\u0020\u0061\u0074\u0074\u0072\u0069\u0062\u0075\u0074\u0065\u0020\u0064\u0069c\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u0020\u0074\u0068\u0061\u0074\u0020\u0066\u006f\u0072\u006d\u0073\u0020\u0074\u0068\u0065\u0020\u0076\u0061\u006cu\u0065\u0020\u006f\u0066\u0020\u0074\u0068\u0061\u0074\u0020\u0047\u0072\u006fu\u0070\u0020\u006b\u0065y\u0020sh\u0061\u006c\u006c\u0020\u0069\u006e\u0063\u006c\u0075d\u0065\u0020\u0061\u0020\u0043\u0053\u0020\u0065\u006e\u0074\u0072\u0079\u0020\u0077\u0068\u006fs\u0065\u0020\u0076\u0061\u006c\u0075\u0065\u0020\u0073\u0068\u0061\u006c\u006c \u0062\u0065 \u0075\u0073\u0065\u0064\u0020\u0061\u0073\u0020\u0074\u0068\u0065\u0020\u0064\u0065\u0066\u0061\u0075\u006c\u0074\u0020\u0062\u006c\u0065\u006e\u0064\u0069n\u0067 \u0063\u006f\u006c\u006f\u0075\u0072\u0020\u0073p\u0061\u0063\u0065\u002e")); +if _ebaeg (){return true ;};};};return false ;};for _ ,_cgfea :=range _dafe .PageList {_eeggc :=_cgfea .Resources ;if _eeggc ==nil {continue ;};if _eeggc .ExtGState ==nil {continue ;};_eeadb ,_ebbec :=_aad .GetDict (_eeggc .ExtGState );if !_ebbec {continue ; +};_ebgc :=_eeadb .Keys ();for _ ,_gcdd :=range _ebgc {_efdda ,_fagd :=_aad .GetDict (_eeadb .Get (_gcdd ));if !_fagd {continue ;};if _gdedf (_efdda ){return _gdca ;};};};for _ ,_bedbe :=range _dafe .PageList {_dcbfdg :=_bedbe .Resources ;if _dcbfdg ==nil {continue ; +};_efdgd ,_bccc :=_aad .GetDict (_dcbfdg .XObject );if !_bccc {continue ;};for _ ,_bfecc :=range _efdgd .Keys (){_adcd ,_egbbfc :=_aad .GetStream (_efdgd .Get (_bfecc ));if !_egbbfc {continue ;};_dbbec ,_egbbfc :=_aad .GetDict (_adcd .Get ("\u0052e\u0073\u006f\u0075\u0072\u0063\u0065s")); +if !_egbbfc {continue ;};_bdcca ,_egbbfc :=_aad .GetDict (_dbbec .Get ("\u0045x\u0074\u0047\u0053\u0074\u0061\u0074e"));if !_egbbfc {continue ;};for _ ,_ccae :=range _bdcca .Keys (){_afgdd ,_bgcc :=_aad .GetDict (_bdcca .Get (_ccae ));if !_bgcc {continue ; +};if _gdedf (_afgdd ){return _gdca ;};};};};return _gdca ;}; -// Copyright information. -Copyright string ; +// Conformance gets the PDF/A conformance. +func (_bdfa *profile3 )Conformance ()string {return _bdfa ._fbdd ._fa };var _ Profile =(*Profile2A )(nil );func _badb (_cddg *_g .PdfFont ,_abead *_aad .PdfObjectDictionary )ViolatedRule {const (_dgbdd ="\u0036.\u0033\u002e\u0037\u002d\u0033";_fdad ="\u0046\u006f\u006e\u0074\u0020\u0070\u0072\u006f\u0067\u0072\u0061\u006d\u0073\u0027\u0020\u0022\u0063\u006d\u0061\u0070\u0022\u0020\u0074\u0061\u0062\u006c\u0065\u0073\u0020\u0066\u006f\u0072\u0020\u0061\u006c\u006c\u0020\u0073\u0079\u006d\u0062o\u006c\u0069c\u0020\u0054\u0072\u0075e\u0054\u0079\u0070\u0065\u0020\u0066\u006f\u006e\u0074\u0073 \u0073\u0068\u0061\u006c\u006c\u0020\u0063\u006f\u006et\u0061\u0069\u006e\u0020\u0065\u0078\u0061\u0063\u0074\u006cy\u0020\u006f\u006ee\u0020\u0065\u006e\u0063\u006f\u0064\u0069n\u0067\u002e"; +);var _fead string ;if _abf ,_ecbc :=_aad .GetName (_abead .Get ("\u0053u\u0062\u0074\u0079\u0070\u0065"));_ecbc {_fead =_abf .String ();};if _fead !="\u0054\u0072\u0075\u0065\u0054\u0079\u0070\u0065"{return _fbc ;};_edfc :=_cddg .FontDescriptor ();_bagd ,_dggbe :=_aad .GetIntVal (_edfc .Flags ); +if !_dggbe {_be .Log .Debug ("\u0066\u006c\u0061\u0067\u0073 \u006e\u006f\u0074\u0020\u0064\u0065\u0066\u0069\u006e\u0065\u0064\u0020\u0066o\u0072\u0020\u0074\u0068\u0065\u0020\u0066\u006f\u006e\u0074\u0020\u0064\u0065\u0073\u0063\u0072\u0069\u0070\u0074\u006f\u0072"); +return _fgdg (_dgbdd ,_fdad );};_abac :=(uint32 (_bagd )>>3)!=0;if !_abac {return _fbc ;};return _fbc ;};func _fabeb (_ffbf *_ad .Document ,_aaaf []pageColorspaceOptimizeFunc ,_ggac []documentColorspaceOptimizeFunc )error {_ffe ,_eefc :=_ffbf .GetPages (); +if !_eefc {return nil ;};var _cabd []*_ad .Image ;for _caf ,_fbe :=range _ffe {_bbc ,_bfc :=_fbe .FindXObjectImages ();if _bfc !=nil {return _bfc ;};for _ ,_ddf :=range _aaaf {if _bfc =_ddf (_ffbf ,&_ffe [_caf ],_bbc );_bfc !=nil {return _bfc ;};};_cabd =append (_cabd ,_bbc ...); +};for _ ,_abe :=range _ggac {if _ddda :=_abe (_ffbf ,_cabd );_ddda !=nil {return _ddda ;};};return nil ;};func _bdbe (_aecg *_ad .Document )error {for _ ,_cbgf :=range _aecg .Objects {_ddfa ,_cef :=_aad .GetDict (_cbgf );if !_cef {continue ;};_bebd :=_ddfa .Get ("\u0054\u0079\u0070\u0065"); +if _bebd ==nil {continue ;};if _ddga ,_adgb :=_aad .GetName (_bebd );_adgb &&_ddga .String ()!="\u0041\u0063\u0072\u006f\u0046\u006f\u0072\u006d"{continue ;};_affdg ,_bgge :=_aad .GetBool (_ddfa .Get ("\u004ee\u0065d\u0041\u0070\u0070\u0065\u0061\u0072\u0061\u006e\u0063\u0065\u0073")); +if _bgge &&bool (*_affdg ){_ddfa .Set ("\u004ee\u0065d\u0041\u0070\u0070\u0065\u0061\u0072\u0061\u006e\u0063\u0065\u0073",_aad .MakeBool (false ));};if _ddfa .Get ("\u0058\u0046\u0041")!=nil {_ddfa .Remove ("\u0058\u0046\u0041");};};_dcbg ,_ffaf :=_aecg .FindCatalog (); +if !_ffaf {return _a .New ("\u0063\u0061\u0074\u0061\u006c\u006f\u0067\u0020\u006e\u006f\u0074\u0020f\u006f\u0075\u006e\u0064");};if _dcbg .Object .Get ("\u004e\u0065\u0065\u0064\u0073\u0052\u0065\u006e\u0064e\u0072\u0069\u006e\u0067")!=nil {_dcbg .Object .Remove ("\u004e\u0065\u0065\u0064\u0073\u0052\u0065\u006e\u0064e\u0072\u0069\u006e\u0067"); +};return nil ;}; -// OriginalDocumentID is the original document identifier. -// By default, if this field is empty the value is extracted from the XMP Metadata or generated UUID. -OriginalDocumentID string ; +// ValidateStandard checks if provided input CompliancePdfReader matches rules that conforms PDF/A-1 standard. +func (_cga *profile1 )ValidateStandard (r *_g .CompliancePdfReader )error {_gcb :=VerificationError {ConformanceLevel :_cga ._deeb ._bc ,ConformanceVariant :_cga ._deeb ._fa };if _efga :=_ceb (r );_efga !=_fbc {_gcb .ViolatedRules =append (_gcb .ViolatedRules ,_efga ); +};if _ddfg :=_eggb (r );_ddfg !=_fbc {_gcb .ViolatedRules =append (_gcb .ViolatedRules ,_ddfg );};if _afddb :=_ccc (r );_afddb !=_fbc {_gcb .ViolatedRules =append (_gcb .ViolatedRules ,_afddb );};if _gfda :=_cadf (r );_gfda !=_fbc {_gcb .ViolatedRules =append (_gcb .ViolatedRules ,_gfda ); +};if _bgca :=_aaf (r );_bgca !=_fbc {_gcb .ViolatedRules =append (_gcb .ViolatedRules ,_bgca );};if _dada :=_fada (r );len (_dada )!=0{_gcb .ViolatedRules =append (_gcb .ViolatedRules ,_dada ...);};if _dbaf :=_aaad (r );_dbaf !=_fbc {_gcb .ViolatedRules =append (_gcb .ViolatedRules ,_dbaf ); +};if _dbcd :=_efgd (r );len (_dbcd )!=0{_gcb .ViolatedRules =append (_gcb .ViolatedRules ,_dbcd ...);};if _eeea :=_ebaa (r );len (_eeea )!=0{_gcb .ViolatedRules =append (_gcb .ViolatedRules ,_eeea ...);};if _gbgaf :=_afg (r );len (_gbgaf )!=0{_gcb .ViolatedRules =append (_gcb .ViolatedRules ,_gbgaf ...); +};if _dgeab :=_dfafg (r );_dgeab !=_fbc {_gcb .ViolatedRules =append (_gcb .ViolatedRules ,_dgeab );};if _aaac :=_fdea (r );len (_aaac )!=0{_gcb .ViolatedRules =append (_gcb .ViolatedRules ,_aaac ...);};if _dcg :=_gefae (r );len (_dcg )!=0{_gcb .ViolatedRules =append (_gcb .ViolatedRules ,_dcg ...); +};if _dbg :=_cgfdg (r );_dbg !=_fbc {_gcb .ViolatedRules =append (_gcb .ViolatedRules ,_dbg );};if _gcgdg :=_gcbf (r ,false );len (_gcgdg )!=0{_gcb .ViolatedRules =append (_gcb .ViolatedRules ,_gcgdg ...);};if _edb :=_gbfgb (r );len (_edb )!=0{_gcb .ViolatedRules =append (_gcb .ViolatedRules ,_edb ...); +};if _cegdf :=_dbaef (r );_cegdf !=_fbc {_gcb .ViolatedRules =append (_gcb .ViolatedRules ,_cegdf );};if _fdb :=_gdcd (r );_fdb !=_fbc {_gcb .ViolatedRules =append (_gcb .ViolatedRules ,_fdb );};if _dfff :=_ebga (r );_dfff !=_fbc {_gcb .ViolatedRules =append (_gcb .ViolatedRules ,_dfff ); +};if _cfeb :=_fggd (r );_cfeb !=_fbc {_gcb .ViolatedRules =append (_gcb .ViolatedRules ,_cfeb );};if _aebe :=_cgcd (r );_aebe !=_fbc {_gcb .ViolatedRules =append (_gcb .ViolatedRules ,_aebe );};if _dcbf :=_bbge (r );len (_dcbf )!=0{_gcb .ViolatedRules =append (_gcb .ViolatedRules ,_dcbf ...); +};if _gfdd :=_dcgd (r ,_cga ._deeb );len (_gfdd )!=0{_gcb .ViolatedRules =append (_gcb .ViolatedRules ,_gfdd ...);};if _ecbf :=_adcb (r );len (_ecbf )!=0{_gcb .ViolatedRules =append (_gcb .ViolatedRules ,_ecbf ...);};if _ebbe :=_dfbfg (r );_ebbe !=_fbc {_gcb .ViolatedRules =append (_gcb .ViolatedRules ,_ebbe ); +};if _fbac :=_afeaa (r );_fbac !=_fbc {_gcb .ViolatedRules =append (_gcb .ViolatedRules ,_fbac );};if _baae :=_fagf (r );len (_baae )!=0{_gcb .ViolatedRules =append (_gcb .ViolatedRules ,_baae ...);};if _gac :=_bgdg (r );len (_gac )!=0{_gcb .ViolatedRules =append (_gcb .ViolatedRules ,_gac ...); +};if _ggb :=_egcc (r );_ggb !=_fbc {_gcb .ViolatedRules =append (_gcb .ViolatedRules ,_ggb );};if _daaa :=_ecedg (r );_daaa !=_fbc {_gcb .ViolatedRules =append (_gcb .ViolatedRules ,_daaa );};if _bbcc :=_cgcgf (r ,_cga ._deeb ,false );len (_bbcc )!=0{_gcb .ViolatedRules =append (_gcb .ViolatedRules ,_bbcc ...); +};if _cga ._deeb ==_ea (){if _ggba :=_cdde (r );len (_ggba )!=0{_gcb .ViolatedRules =append (_gcb .ViolatedRules ,_ggba ...);};};if _dgab :=_acbb (r );len (_dgab )!=0{_gcb .ViolatedRules =append (_gcb .ViolatedRules ,_dgab ...);};if len (_gcb .ViolatedRules )> 0{_bb .Slice (_gcb .ViolatedRules ,func (_agag ,_caad int )bool {return _gcb .ViolatedRules [_agag ].RuleNo < _gcb .ViolatedRules [_caad ].RuleNo ; +});return _gcb ;};return nil ;}; -// DocumentID is the original document identifier. -// By default, if this field is empty the value is extracted from the XMP Metadata or generated UUID. -DocumentID string ; +// Profile1Options are the options that changes the way how optimizer may try to adapt document into PDF/A standard. +type Profile1Options struct{ -// InstanceID is the original document identifier. -// By default, if this field is empty the value is set to generated UUID. -InstanceID string ; +// CMYKDefaultColorSpace is an option that refers PDF/A-1 +CMYKDefaultColorSpace bool ; -// NewDocumentVersion is a flag that defines if a document was overwritten. -// If the new document was created this should be true. On changing given document file, and overwriting it it should be true. -NewDocumentVersion bool ; +// Now is a function that returns current time. +Now func ()_f .Time ; -// MarshalIndent defines marshaling indent of the XMP metadata. -MarshalIndent string ; +// Xmp is the xmp options information. +Xmp XmpOptions ;};type profile3 struct{_fbdd standardType ;_fcaa Profile3Options ;}; -// MarshalPrefix defines marshaling prefix of the XMP metadata. -MarshalPrefix string ;};func _dcbd (_fec *_bag .Document )error {_cece ,_dgda :=_fec .GetPages ();if !_dgda {return nil ;};for _ ,_bagg :=range _cece {_bdfb ,_eaba :=_geb .GetArray (_bagg .Object .Get ("\u0041\u006e\u006e\u006f\u0074\u0073"));if !_eaba {continue ; -};for _ ,_faec :=range _bdfb .Elements (){_faec =_geb .ResolveReference (_faec );if _ ,_defba :=_faec .(*_geb .PdfObjectNull );_defba {continue ;};_eeeb ,_adcg :=_geb .GetDict (_faec );if !_adcg {continue ;};_fecf ,_ :=_geb .GetIntVal (_eeeb .Get ("\u0046")); -_fecf &=^(1<<0);_fecf &=^(1<<1);_fecf &=^(1<<5);_fecf &=^(1<<8);_fecf |=1<<2;_eeeb .Set ("\u0046",_geb .MakeInteger (int64 (_fecf )));_gcbb :=false ;if _cfef :=_eeeb .Get ("\u0053u\u0062\u0074\u0079\u0070\u0065");_cfef !=nil {_daba ,_edea :=_geb .GetName (_cfef ); -if _edea &&_daba .String ()=="\u0057\u0069\u0064\u0067\u0065\u0074"{_gcbb =true ;if _eeeb .Get ("\u0041\u0041")!=nil {_eeeb .Remove ("\u0041\u0041");};if _eeeb .Get ("\u0041")!=nil {_eeeb .Remove ("\u0041");};};if _edea &&_daba .String ()=="\u0054\u0065\u0078\u0074"{_egac ,_ :=_geb .GetIntVal (_eeeb .Get ("\u0046")); -_egac |=1<<3;_egac |=1<<4;_eeeb .Set ("\u0046",_geb .MakeInteger (int64 (_egac )));};};_dfdd ,_adcg :=_geb .GetDict (_eeeb .Get ("\u0041\u0050"));if _adcg {_ddbd :=_dfdd .Get ("\u004e");if _ddbd ==nil {continue ;};if len (_dfdd .Keys ())> 1{_dfdd .Clear (); -_dfdd .Set ("\u004e",_ddbd );};if _gcbb {_deae ,_bca :=_geb .GetName (_eeeb .Get ("\u0046\u0054"));if _bca &&*_deae =="\u0042\u0074\u006e"{continue ;};};};};};return nil ;};func _fcd (_aabe *_bag .Document ,_eaag *_bag .Page ,_dfb []*_bag .Image )error {for _ ,_afad :=range _dfb {if _afad .SMask ==nil {continue ; -};_cfcd ,_ccdd :=_ae .NewXObjectImageFromStream (_afad .Stream );if _ccdd !=nil {return _ccdd ;};_eff ,_ccdd :=_cfcd .ToImage ();if _ccdd !=nil {return _ccdd ;};_defb ,_ccdd :=_eff .ToGoImage ();if _ccdd !=nil {return _ccdd ;};_ddfb ,_ccdd :=_gb .RGBAConverter .Convert (_defb ); -if _ccdd !=nil {return _ccdd ;};_ebfe :=_ddfb .Base ();_dfdc :=&_ae .Image {Width :int64 (_ebfe .Width ),Height :int64 (_ebfe .Height ),BitsPerComponent :int64 (_ebfe .BitsPerComponent ),ColorComponents :_ebfe .ColorComponents ,Data :_ebfe .Data };_dfdc .SetDecode (_ebfe .Decode ); -_dfdc .SetAlpha (_ebfe .Alpha );if _ccdd =_cfcd .SetImage (_dfdc ,nil );_ccdd !=nil {return _ccdd ;};_cfcd .SMask =_geb .MakeNull ();var _deca _geb .PdfObject ;_efgc :=-1;for _efgc ,_deca =range _aabe .Objects {if _deca ==_afad .SMask .Stream {break ;}; -};if _efgc !=-1{_aabe .Objects =append (_aabe .Objects [:_efgc ],_aabe .Objects [_efgc +1:]...);};_afad .SMask =nil ;_cfcd .ToPdfObject ();};return nil ;}; +// DefaultProfile2Options are the default options for the Profile2. +func DefaultProfile2Options ()*Profile2Options {return &Profile2Options {Now :_f .Now ,Xmp :XmpOptions {MarshalIndent :"\u0009"}};};func _cffff (_ecggd *_g .PdfFont ,_fbfa *_aad .PdfObjectDictionary ,_eggg bool )ViolatedRule {const (_aecb ="\u0036.\u0033\u002e\u0034\u002d\u0031"; +_egca ="\u0054\u0068\u0065\u0020\u0066\u006f\u006et\u0020\u0070\u0072\u006f\u0067\u0072\u0061\u006d\u0073\u0020\u0066\u006f\u0072\u0020\u0061\u006c\u006c\u0020\u0066\u006f\u006e\u0074\u0073\u0020\u0075\u0073\u0065\u0064\u0020\u0077\u0069\u0074\u0068\u0069\u006e \u0061\u0020\u0063\u006f\u006e\u0066\u006f\u0072\u006d\u0069\u006e\u0067\u0020\u0066\u0069l\u0065\u0020s\u0068\u0061\u006cl\u0020\u0062\u0065\u0020\u0065\u006d\u0062\u0065\u0064\u0064\u0065\u0064\u0020\u0077\u0069\u0074\u0068i\u006e\u0020\u0074h\u0061\u0074\u0020\u0066\u0069\u006ce\u002c\u0020a\u0073\u0020\u0064\u0065\u0066\u0069\u006e\u0065\u0064\u0020\u0069\u006e\u0020\u0050\u0044\u0046\u0020\u0052e\u0066\u0065\u0072\u0065\u006e\u0063\u0065 \u0035\u002e\u0038\u002c\u0020\u0065\u0078\u0063\u0065\u0070\u0074\u0020\u0077h\u0065\u006e\u0020\u0074\u0068\u0065 \u0066\u006f\u006e\u0074\u0073\u0020\u0061\u0072\u0065\u0020\u0075\u0073\u0065\u0064\u0020\u0065\u0078\u0063\u006cu\u0073i\u0076\u0065\u006c\u0079\u0020\u0077\u0069t\u0068\u0020\u0074\u0065\u0078\u0074\u0020\u0072e\u006ed\u0065\u0072\u0069\u006e\u0067\u0020\u006d\u006f\u0064\u0065\u0020\u0033\u002e"; +);if _eggg {return _fbc ;};_cead :=_ecggd .FontDescriptor ();var _deea string ;if _dgcc ,_fef :=_aad .GetName (_fbfa .Get ("\u0053u\u0062\u0074\u0079\u0070\u0065"));_fef {_deea =_dgcc .String ();};switch _deea {case "\u0054\u0079\u0070e\u0031":if _cead .FontFile ==nil {return _fgdg (_aecb ,_egca ); +};case "\u0054\u0072\u0075\u0065\u0054\u0079\u0070\u0065":if _cead .FontFile2 ==nil {return _fgdg (_aecb ,_egca );};case "\u0054\u0079\u0070e\u0030","\u0054\u0079\u0070e\u0033":default:if _cead .FontFile3 ==nil {return _fgdg (_aecb ,_egca );};};return _fbc ; +};type pageColorspaceOptimizeFunc func (_cff *_ad .Document ,_fegf *_ad .Page ,_bddd []*_ad .Image )error ;func _ebga (_agbe *_g .CompliancePdfReader )(_aabe ViolatedRule ){for _ ,_dfaae :=range _agbe .GetObjectNums (){_acf ,_ffbb :=_agbe .GetIndirectObjectByNumber (_dfaae ); +if _ffbb !=nil {continue ;};_aebgg ,_dfgfg :=_aad .GetStream (_acf );if !_dfgfg {continue ;};_efcg ,_dfgfg :=_aad .GetName (_aebgg .Get ("\u0054\u0079\u0070\u0065"));if !_dfgfg {continue ;};if *_efcg !="\u0058O\u0062\u006a\u0065\u0063\u0074"{continue ; +};_cedc ,_dfgfg :=_aad .GetName (_aebgg .Get ("\u0053u\u0062\u0074\u0079\u0070\u0065"));if !_dfgfg {continue ;};if *_cedc =="\u0050\u0053"{return _fgdg ("\u0036.\u0032\u002e\u0037\u002d\u0031","A \u0063\u006fn\u0066\u006f\u0072\u006d\u0069\u006e\u0067\u0020\u0066i\u006c\u0065\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u006e\u006f\u0074\u0020\u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0020\u0061\u006e\u0079\u0020\u0050\u006f\u0073t\u0053c\u0072\u0069\u0070\u0074\u0020\u0058\u004f\u0062j\u0065c\u0074\u0073."); +};};return _aabe ;};func _abdd (_cccd *_g .CompliancePdfReader ,_bfeg standardType )(_dafcb []ViolatedRule ){var _gebdc ,_edeb ,_fcedf ,_feec ,_cgbf ,_ecgd ,_cdaa bool ;_dfeeb :=func ()bool {return _gebdc &&_edeb &&_fcedf &&_feec &&_cgbf &&_ecgd &&_cdaa }; +_edaa :=map[*_aad .PdfObjectStream ]*_bf .CMap {};_efebe :=map[*_aad .PdfObjectStream ][]byte {};_acgef :=map[_aad .PdfObject ]*_g .PdfFont {};for _ ,_fbca :=range _cccd .GetObjectNums (){_dgdad ,_cdcc :=_cccd .GetIndirectObjectByNumber (_fbca );if _cdcc !=nil {continue ; +};_beca ,_cdbf :=_aad .GetDict (_dgdad );if !_cdbf {continue ;};_cebe ,_cdbf :=_aad .GetName (_beca .Get ("\u0054\u0079\u0070\u0065"));if !_cdbf {continue ;};if *_cebe !="\u0046\u006f\u006e\u0074"{continue ;};_efbae ,_cdcc :=_g .NewPdfFontFromPdfObject (_beca ); +if _cdcc !=nil {_be .Log .Debug ("g\u0065\u0074\u0074\u0069\u006e\u0067 \u0066\u006f\u006e\u0074\u0020\u0066r\u006f\u006d\u0020\u006f\u0062\u006a\u0065c\u0074\u0020\u0066\u0061\u0069\u006c\u0065\u0064\u003a\u0020%\u0076",_cdcc );continue ;};_acgef [_beca ]=_efbae ; +};for _ ,_abacf :=range _cccd .PageList {_gceeg ,_dead :=_abacf .GetContentStreams ();if _dead !=nil {_be .Log .Debug ("G\u0065\u0074\u0074\u0069\u006e\u0067 \u0070\u0061\u0067\u0065\u0020\u0063o\u006e\u0074\u0065\u006e\u0074\u0020\u0073t\u0072\u0065\u0061\u006d\u0073\u0020\u0066\u0061\u0069\u006ce\u0064"); +continue ;};for _ ,_eggd :=range _gceeg {_ecgbc :=_fgd .NewContentStreamParser (_eggd );_aggg ,_ffca :=_ecgbc .Parse ();if _ffca !=nil {_be .Log .Debug ("\u0070\u0061\u0072\u0073\u0069\u006e\u0067\u0020\u0063\u006f\u006e\u0074\u0065\u006e\u0074s\u0074r\u0065\u0061\u006d\u0020\u0066\u0061\u0069\u006c\u0065\u0064\u003a\u0020\u0025\u0076",_ffca ); +continue ;};var _bbbe bool ;for _ ,_bfeac :=range *_aggg {if _bfeac .Operand !="\u0054\u0072"{continue ;};if len (_bfeac .Params )!=1{_be .Log .Debug ("\u0069\u006e\u0076\u0061\u006ci\u0064\u0020\u006e\u0075\u006d\u0062\u0065r\u0020\u006f\u0066\u0020\u0070\u0061\u0072\u0061\u006d\u0065\u0074\u0065\u0072\u0073\u0020\u0066\u006f\u0072\u0020\u0074\u0068\u0065\u0020\u0027\u0054\u0072\u0027\u0020\u006f\u0070\u0065\u0072\u0061\u006e\u0064\u002c\u0020\u0065\u0078\u0070e\u0063\u0074\u0065\u0064\u0020\u0027\u0031\u0027\u0020\u0062\u0075\u0074 \u0069\u0073\u003a\u0020\u0027\u0025d\u0027",len (_bfeac .Params )); +continue ;};_geged ,_ageab :=_aad .GetIntVal (_bfeac .Params [0]);if !_ageab {_be .Log .Debug ("\u0072\u0065\u006e\u0064\u0065\u0072\u0069\u006e\u0067\u0020\u006d\u006f\u0064\u0065\u0020i\u0073 \u006e\u006f\u0074\u0020\u0061\u006e\u0020\u0069\u006e\u0074\u0065\u0067\u0065\u0072"); +continue ;};if _geged ==3{_bbbe =true ;break ;};};for _ ,_bdeda :=range *_aggg {if _bdeda .Operand !="\u0054\u0066"{continue ;};if len (_bdeda .Params )!=2{_be .Log .Debug ("i\u006eva\u006ci\u0064 \u006e\u0075\u006d\u0062\u0065r\u0020\u006f\u0066 \u0070\u0061\u0072\u0061\u006de\u0074\u0065\u0072s\u0020\u0066\u006f\u0072\u0020\u0074\u0068\u0065\u0020\u0027\u0054f\u0027\u0020\u006fper\u0061\u006e\u0064\u002c\u0020\u0065x\u0070\u0065\u0063\u0074\u0065\u0064\u0020\u0027\u0032\u0027\u0020\u0069s\u003a \u0027\u0025\u0064\u0027",len (_bdeda .Params )); +continue ;};_dcbgc ,_ggbga :=_aad .GetName (_bdeda .Params [0]);if !_ggbga {_be .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a \u0054\u0066\u0020\u006f\u0070\u003d\u0025\u0073\u0020\u0047\u0065\u0074\u004ea\u006d\u0065\u0056\u0061\u006c\u0020\u0066a\u0069\u006c\u0065\u0064",_bdeda ); +continue ;};_ceefd ,_cfedd :=_abacf .Resources .GetFontByName (*_dcbgc );if !_cfedd {_be .Log .Debug ("\u0066\u006f\u006e\u0074\u0020\u006e\u006f\u0074\u0020f\u006f\u0075\u006e\u0064");continue ;};_cfffc ,_ggbga :=_aad .GetDict (_ceefd );if !_ggbga {_be .Log .Debug ("\u0066\u006f\u006e\u0074 d\u0069\u0063\u0074\u0020\u006e\u006f\u0074\u0020\u0066\u006f\u0075\u006e\u0064"); +continue ;};_ffdg ,_ggbga :=_acgef [_cfffc ];if !_ggbga {var _dcgca error ;_ffdg ,_dcgca =_g .NewPdfFontFromPdfObject (_cfffc );if _dcgca !=nil {_be .Log .Debug ("\u0067\u0065\u0074\u0074i\u006e\u0067\u0020\u0066\u006f\u006e\u0074\u0020\u0066\u0072o\u006d \u006f\u0062\u006a\u0065\u0063\u0074\u003a \u0025\u0076",_dcgca ); +continue ;};_acgef [_cfffc ]=_ffdg ;};if !_gebdc {_daffd :=_facc (_cfffc ,_efebe ,_edaa );if _daffd !=_fbc {_dafcb =append (_dafcb ,_daffd );_gebdc =true ;if _dfeeb (){return _dafcb ;};};};if !_edeb {_abbe :=_gfgc (_cfffc );if _abbe !=_fbc {_dafcb =append (_dafcb ,_abbe ); +_edeb =true ;if _dfeeb (){return _dafcb ;};};};if !_fcedf {_accae :=_fcbg (_cfffc ,_efebe ,_edaa );if _accae !=_fbc {_dafcb =append (_dafcb ,_accae );_fcedf =true ;if _dfeeb (){return _dafcb ;};};};if !_feec {_agbb :=_bafb (_cfffc ,_efebe ,_edaa );if _agbb !=_fbc {_dafcb =append (_dafcb ,_agbb ); +_feec =true ;if _dfeeb (){return _dafcb ;};};};if !_cgbf {_bbadd :=_eeaf (_ffdg ,_cfffc ,_bbbe );if _bbadd !=_fbc {_cgbf =true ;_dafcb =append (_dafcb ,_bbadd );if _dfeeb (){return _dafcb ;};};};if !_ecgd {_bgae :=_egaee (_ffdg ,_cfffc );if _bgae !=_fbc {_ecgd =true ; +_dafcb =append (_dafcb ,_bgae );if _dfeeb (){return _dafcb ;};};};if !_cdaa &&(_bfeg ._fa =="\u0041"||_bfeg ._fa =="\u0055"){_cffgb :=_gdfde (_cfffc ,_efebe ,_edaa );if _cffgb !=_fbc {_cdaa =true ;_dafcb =append (_dafcb ,_cffgb );if _dfeeb (){return _dafcb ; +};};};};};};return _dafcb ;};func _bafb (_gfgda *_aad .PdfObjectDictionary ,_acgaf map[*_aad .PdfObjectStream ][]byte ,_faee map[*_aad .PdfObjectStream ]*_bf .CMap )ViolatedRule {const (_cgfeg ="\u0036\u002e\u0032\u002e\u0031\u0031\u002e\u0033\u002d\u0034"; +_ecbdf ="\u0046\u006f\u0072\u0020\u0074\u0068\u006fs\u0065\u0020\u0043\u004d\u0061\u0070\u0073\u0020\u0074\u0068\u0061\u0074\u0020\u0061\u0072e\u0020\u0065m\u0062\u0065\u0064de\u0064\u002c\u0020\u0074\u0068\u0065\u0020\u0069\u006et\u0065\u0067\u0065\u0072 \u0076\u0061\u006c\u0075\u0065\u0020\u006f\u0066\u0020\u0074\u0068\u0065\u0020\u0057\u004d\u006f\u0064\u0065\u0020\u0065\u006e\u0074r\u0079\u0020i\u006e t\u0068\u0065\u0020CM\u0061\u0070\u0020\u0064\u0069\u0063\u0074\u0069o\u006ea\u0072\u0079\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u0062\u0065\u0020\u0069\u0064\u0065\u006e\u0074\u0069\u0063\u0061\u006c\u0020\u0074\u006f \u0074h\u0065\u0020\u0057\u004d\u006f\u0064e\u0020\u0076\u0061\u006c\u0075\u0065\u0020\u0069\u006e\u0020\u0074h\u0065\u0020\u0065\u006d\u0062\u0065\u0064\u0064ed\u0020\u0043\u004d\u0061\u0070\u0020\u0073\u0074\u0072\u0065\u0061\u006d\u002e"; +);var _dggg string ;if _befg ,_adcf :=_aad .GetName (_gfgda .Get ("\u0053u\u0062\u0074\u0079\u0070\u0065"));_adcf {_dggg =_befg .String ();};if _dggg !="\u0054\u0079\u0070e\u0030"{return _fbc ;};_efgad :=_gfgda .Get ("\u0045\u006e\u0063\u006f\u0064\u0069\u006e\u0067"); +if _ ,_ebddc :=_aad .GetName (_efgad );_ebddc {return _fbc ;};_ffbd ,_caeg :=_aad .GetStream (_efgad );if !_caeg {return _fgdg (_cgfeg ,_ecbdf );};_aggfa ,_dcdb :=_gfada (_ffbd ,_acgaf ,_faee );if _dcdb !=nil {return _fgdg (_cgfeg ,_ecbdf );};_egbee ,_cbdf :=_aad .GetIntVal (_ffbd .Get ("\u0057\u004d\u006fd\u0065")); +_bbff ,_edbg :=_aggfa .WMode ();if _cbdf &&_edbg {if _bbff !=_egbee {return _fgdg (_cgfeg ,_ecbdf );};};if (_cbdf &&!_edbg )||(!_cbdf &&_edbg ){return _fgdg (_cgfeg ,_ecbdf );};return _fbc ;};func _cgfdg (_afea *_g .CompliancePdfReader )ViolatedRule {_fdbf ,_dggb :=_afea .GetTrailer (); +if _dggb !=nil {_be .Log .Debug ("\u0043\u0061\u006en\u006f\u0074\u0020\u0067e\u0074\u0020\u0064\u006f\u0063\u0075\u006de\u006e\u0074\u0020\u0074\u0072\u0061\u0069\u006c\u0065\u0072\u003a\u0020\u0025\u0076",_dggb );return _fbc ;};_fdbc ,_bfae :=_fdbf .Get ("\u0052\u006f\u006f\u0074").(*_aad .PdfObjectReference ); +if !_bfae {_be .Log .Debug ("\u0043a\u006e\u006e\u006f\u0074 \u0066\u0069\u006e\u0064\u0020d\u006fc\u0075m\u0065\u006e\u0074\u0020\u0072\u006f\u006ft");return _fbc ;};_abeb ,_bfae :=_aad .GetDict (_aad .ResolveReference (_fdbc ));if !_bfae {_be .Log .Debug ("\u0063\u0061\u006e\u006e\u006f\u0074 \u0072\u0065\u0073\u006f\u006c\u0076\u0065\u0020\u0063\u0061\u0074\u0061\u006co\u0067\u0020\u0064\u0069\u0063\u0074\u0069o\u006e\u0061\u0072\u0079"); +return _fbc ;};if _abeb .Get ("\u004f\u0043\u0050r\u006f\u0070\u0065\u0072\u0074\u0069\u0065\u0073")!=nil {return _fgdg ("\u0036\u002e\u0031\u002e\u0031\u0033\u002d\u0031","\u0054\u0068\u0065\u0020\u0064\u006f\u0063u\u006d\u0065\u006e\u0074\u0020\u0063\u0061\u0074\u0061\u006c\u006f\u0067\u0020\u0064\u0069\u0063\u0074\u0069o\u006e\u0061\u0072\u0079\u0020s\u0068\u0061\u006c\u006c\u0020\u006e\u006f\u0074\u0020c\u006f\u006e\u0074\u0061\u0069\u006e\u0020\u0061\u0020\u006b\u0065\u0079\u0020\u0077\u0069\u0074\u0068\u0020\u0074\u0068\u0065\u0020\u006e\u0061\u006d\u0065\u0020\u004f\u0043\u0050\u0072\u006f\u0070\u0065\u0072\u0074\u0069\u0065\u0073"); +};return _fbc ;};func _dgc (_cdgb *_g .PdfInfo ,_geee func ()_f .Time )error {var _dgba *_g .PdfDate ;if _cdgb .CreationDate ==nil {_fdf ,_dab :=_g .NewPdfDateFromTime (_geee ());if _dab !=nil {return _dab ;};_dgba =&_fdf ;_cdgb .CreationDate =_dgba ;}; +if _cdgb .ModifiedDate ==nil {if _dgba !=nil {_egff ,_gaga :=_g .NewPdfDateFromTime (_geee ());if _gaga !=nil {return _gaga ;};_dgba =&_egff ;};_cdgb .ModifiedDate =_dgba ;};return nil ;};func _aeae (_ffba *_ad .Document ){if _ffba .ID [0]!=""&&_ffba .ID [1]!=""{return ; +};_ffba .UseHashBasedID =true ;};func _edcgd (_fgfe *_g .CompliancePdfReader )(*_aad .PdfObjectDictionary ,bool ){_baef ,_ddeae :=_dagg (_fgfe );if !_ddeae {return nil ,false ;};_gdgdg ,_ddeae :=_aad .GetArray (_baef .Get ("\u004f\u0075\u0074\u0070\u0075\u0074\u0049\u006e\u0074\u0065\u006e\u0074\u0073")); +if !_ddeae {return nil ,false ;};if _gdgdg .Len ()==0{return nil ,false ;};return _aad .GetDict (_gdgdg .Get (0));};func _cadf (_beda *_g .CompliancePdfReader )ViolatedRule {if _beda .ParserMetadata ().HasDataAfterEOF (){return _fgdg ("\u0036.\u0031\u002e\u0033\u002d\u0033","\u004e\u006f\u0020\u0064\u0061ta\u0020\u0073h\u0061\u006c\u006c\u0020\u0066\u006f\u006c\u006c\u006f\u0077\u0020\u0074\u0068\u0065\u0020\u006c\u0061\u0073\u0074\u0020\u0065\u006e\u0064\u002d\u006f\u0066\u002d\u0066\u0069l\u0065\u0020\u006da\u0072\u006b\u0065\u0072\u0020\u0065\u0078\u0063\u0065\u0070\u0074\u0020\u0061 \u0073\u0069\u006e\u0067\u006ce\u0020\u006f\u0070\u0074\u0069\u006f\u006e\u0061\u006c \u0065\u006ed\u002do\u0066\u002d\u006c\u0069\u006e\u0065\u0020m\u0061\u0072\u006b\u0065\u0072\u002e"); +};return _fbc ;};func _fdea (_feebc *_g .CompliancePdfReader )(_dbfdg []ViolatedRule ){_cecb :=_feebc .GetObjectNums ();for _ ,_cfbffa :=range _cecb {_eega ,_eeggf :=_feebc .GetIndirectObjectByNumber (_cfbffa );if _eeggf !=nil {continue ;};_bgbd ,_dacc :=_aad .GetDict (_eega ); +if !_dacc {continue ;};_acab ,_dacc :=_aad .GetName (_bgbd .Get ("\u0054\u0079\u0070\u0065"));if !_dacc {continue ;};if _acab .String ()!="\u0046\u0069\u006c\u0065\u0073\u0070\u0065\u0063"{continue ;};if _bgbd .Get ("\u0045\u0046")!=nil {_dbfdg =append (_dbfdg ,_fgdg ("\u0036\u002e\u0031\u002e\u0031\u0031\u002d\u0031","\u0041 \u0066\u0069\u006c\u0065 \u0073p\u0065\u0063\u0069\u0066\u0069\u0063\u0061\u0074\u0069o\u006e\u0020\u0064\u0069\u0063\u0074\u0069\u006fn\u0061\u0072\u0079\u002c\u0020\u0061\u0073\u0020\u0064\u0065\u0066i\u006e\u0065\u0064\u0020\u0069\u006e\u0020\u0050\u0044\u0046 \u0033\u002e\u0031\u0030\u002e\u0032\u002c\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u006e\u006f\u0074\u0020\u0063o\u006e\u0074\u0061\u0069\u006e\u0020\u0074\u0068\u0065\u0020\u0045\u0046 \u006be\u0079\u002e")); +break ;};};_cgeg ,_gdbd :=_dagg (_feebc );if !_gdbd {return _dbfdg ;};_ceee ,_gdbd :=_aad .GetDict (_cgeg .Get ("\u004e\u0061\u006de\u0073"));if !_gdbd {return _dbfdg ;};if _ceee .Get ("\u0045\u006d\u0062\u0065\u0064\u0064\u0065\u0064\u0046\u0069\u006c\u0065\u0073")!=nil {_dbfdg =append (_dbfdg ,_fgdg ("\u0036\u002e\u0031\u002e\u0031\u0031\u002d\u0032","\u0041\u0020\u0066i\u006c\u0065\u0027\u0073\u0020\u006e\u0061\u006d\u0065\u0020d\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u002c\u0020\u0061\u0073\u0020d\u0065\u0066\u0069\u006ee\u0064\u0020\u0069\u006e\u0020PD\u0046 \u0052\u0065\u0066er\u0065\u006e\u0063\u0065\u0020\u0033\u002e6\u002e\u0033\u002c\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u006e\u006f\u0074\u0020\u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0020\u0074h\u0065\u0020\u0045m\u0062\u0065\u0064\u0064\u0065\u0064\u0046i\u006c\u0065\u0073\u0020\u006b\u0065\u0079\u002e")); +};return _dbfdg ;};func _ccc (_bbga *_g .CompliancePdfReader )ViolatedRule {_fgg ,_ddfee :=_bbga .PdfReader .GetTrailer ();if _ddfee !=nil {return _fgdg ("\u0036.\u0031\u002e\u0033\u002d\u0031","\u006d\u0069\u0073s\u0069\u006e\u0067\u0020t\u0072\u0061\u0069\u006c\u0065\u0072\u0020i\u006e\u0020\u0074\u0068\u0065\u0020\u0064\u006f\u0063\u0075\u006d\u0065\u006e\u0074"); +};if _fgg .Get ("\u0049\u0044")==nil {return _fgdg ("\u0036.\u0031\u002e\u0033\u002d\u0031","\u0054\u0068\u0065\u0020\u0066\u0069\u006c\u0065\u0020\u0074\u0072\u0061\u0069\u006c\u0065\u0072\u0020\u0064\u0069\u0063t\u0069\u006f\u006e\u0061\u0072\u0079\u0020\u0073\u0068a\u006c\u006c\u0020\u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0020\u0074\u0068e\u0020\u0027\u0049\u0044\u0027\u0020k\u0065\u0079\u0077o\u0072\u0064"); +};if _fgg .Get ("\u0045n\u0063\u0072\u0079\u0070\u0074")!=nil {return _fgdg ("\u0036.\u0031\u002e\u0033\u002d\u0032","\u0054\u0068\u0065\u0020\u006b\u0065y\u0077\u006f\u0072\u0064\u0020'\u0045\u006e\u0063\u0072\u0079\u0070t\u0027\u0020\u0073\u0068\u0061l\u006c\u0020\u006e\u006f\u0074\u0020\u0062\u0065\u0020\u0075\u0073\u0065d\u0020\u0069\u006e\u0020\u0074\u0068\u0065\u0020\u0074\u0072\u0061\u0069\u006c\u0065\u0072 \u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061r\u0079\u002e\u0020"); +};return _fbc ;};func _bbdg (_aaefb string ,_egeae string ,_eefbe string )(string ,bool ){_ebbg :=_aa .Index (_aaefb ,_egeae );if _ebbg ==-1{return "",false ;};_ebbg +=len (_egeae );_egacf :=_aa .Index (_aaefb [_ebbg :],_eefbe );if _egacf ==-1{return "",false ; +};_egacf =_ebbg +_egacf ;return _aaefb [_ebbg :_egacf ],true ;}; -// Profile3B is the implementation of the PDF/A-3B standard profile. -// Implements model.StandardImplementer, Profile interfaces. -type Profile3B struct{profile3 };func _ffbf (_dcc *_ae .CompliancePdfReader )ViolatedRule {if _dcc .ParserMetadata ().HeaderPosition ()!=0{return _eef ("\u0036.\u0031\u002e\u0032\u002d\u0031","h\u0065\u0061\u0064\u0065\u0072\u0020\u0070\u006f\u0073\u0069\u0074\u0069\u006f\u006e\u0020\u0069\u0073\u0020n\u006f\u0074\u0020\u0061\u0074\u0020\u0074\u0068\u0065\u0020fi\u0072\u0073\u0074 \u0062y\u0074\u0065"); -};return _fc ;};func _gdgd (_cggf *_ae .CompliancePdfReader )(_baa ViolatedRule ){for _ ,_ffga :=range _cggf .GetObjectNums (){_gfgb ,_gbeaa :=_cggf .GetIndirectObjectByNumber (_ffga );if _gbeaa !=nil {continue ;};_gfeg ,_cddc :=_geb .GetStream (_gfgb ); -if !_cddc {continue ;};_feaf ,_cddc :=_geb .GetName (_gfeg .Get ("\u0054\u0079\u0070\u0065"));if !_cddc {continue ;};if *_feaf !="\u0058O\u0062\u006a\u0065\u0063\u0074"{continue ;};if _gfeg .Get ("\u0052\u0065\u0066")!=nil {return _eef ("\u0036.\u0032\u002e\u0036\u002d\u0031","\u0041\u0020\u0063\u006f\u006e\u0066\u006f\u0072\u006d\u0069\u006e\u0067\u0020\u0066\u0069\u006c\u0065\u0020\u0073\u0068a\u006c\u006c\u0020\u006e\u006f\u0074\u0020\u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0020\u0061\u006e\u0079\u0020\u0072\u0065\u0066\u0065\u0072\u0065\u006e\u0063\u0065\u0020\u0058O\u0062\u006a\u0065\u0063\u0074s\u002e"); -};};return _baa ;};func _fdaf (_deebf *_ae .CompliancePdfReader )(*_ae .PdfOutputIntent ,bool ){_adacb ,_facbb :=_cbfe (_deebf );if !_facbb {return nil ,false ;};_aaea ,_dfdcf :=_ae .NewPdfOutputIntentFromPdfObject (_adacb );if _dfdcf !=nil {return nil ,false ; -};return _aaea ,true ;};func _gdef (_ebfea *Profile1Options ){if _ebfea .Now ==nil {_ebfea .Now =_ff .Now ;};};func _fdbef (_cbcbb *_ae .CompliancePdfReader )ViolatedRule {for _ ,_geddb :=range _cbcbb .GetObjectNums (){_dace ,_bfaeb :=_cbcbb .GetIndirectObjectByNumber (_geddb ); -if _bfaeb !=nil {continue ;};_cgcf ,_ddfd :=_geb .GetStream (_dace );if !_ddfd {continue ;};_bdfbc ,_ddfd :=_geb .GetName (_cgcf .Get ("\u0054\u0079\u0070\u0065"));if !_ddfd {continue ;};if *_bdfbc !="\u0058O\u0062\u006a\u0065\u0063\u0074"{continue ;}; -if _cgcf .Get ("\u0053\u004d\u0061s\u006b")!=nil {return _eef ("\u0036\u002e\u0034-\u0032","\u0041\u006e\u0020\u0058\u004f\u0062\u006a\u0065\u0063\u0074\u0020\u0064\u0069\u0063\u0074i\u006f\u006e\u0061\u0072\u0079\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u006eo\u0074\u0020\u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0020\u0074\u0068e \u0053\u004d\u0061\u0073\u006b\u0020\u006b\u0065\u0079\u002e"); -};};return _fc ;}; +// ValidateStandard checks if provided input CompliancePdfReader matches rules that conforms PDF/A-3 standard. +func (_ebdf *profile3 )ValidateStandard (r *_g .CompliancePdfReader )error {_ffcc :=VerificationError {ConformanceLevel :_ebdf ._fbdd ._bc ,ConformanceVariant :_ebdf ._fbdd ._fa };if _agafc :=_dgag (r );_agafc !=_fbc {_ffcc .ViolatedRules =append (_ffcc .ViolatedRules ,_agafc ); +};if _bdcec :=_eggb (r );_bdcec !=_fbc {_ffcc .ViolatedRules =append (_ffcc .ViolatedRules ,_bdcec );};if _cbf :=_ccc (r );_cbf !=_fbc {_ffcc .ViolatedRules =append (_ffcc .ViolatedRules ,_cbf );};if _aebgd :=_cadf (r );_aebgd !=_fbc {_ffcc .ViolatedRules =append (_ffcc .ViolatedRules ,_aebgd ); +};if _afdg :=_efceg (r );_afdg !=_fbc {_ffcc .ViolatedRules =append (_ffcc .ViolatedRules ,_afdg );};if _febc :=_efgd (r );len (_febc )!=0{_ffcc .ViolatedRules =append (_ffcc .ViolatedRules ,_febc ...);};if _bed :=_dcgfd (r );len (_bed )!=0{_ffcc .ViolatedRules =append (_ffcc .ViolatedRules ,_bed ...); +};if _ddfe :=_ccfa (r );len (_ddfe )!=0{_ffcc .ViolatedRules =append (_ffcc .ViolatedRules ,_ddfe ...);};if _bedb :=_gbbb (r );_bedb !=_fbc {_ffcc .ViolatedRules =append (_ffcc .ViolatedRules ,_bedb );};if _dfea :=_gagf (r );len (_dfea )!=0{_ffcc .ViolatedRules =append (_ffcc .ViolatedRules ,_dfea ...); +};if _fcca :=_fdae (r );len (_fcca )!=0{_ffcc .ViolatedRules =append (_ffcc .ViolatedRules ,_fcca ...);};if _dbea :=_cabf (r );_dbea !=_fbc {_ffcc .ViolatedRules =append (_ffcc .ViolatedRules ,_dbea );};if _daac :=_dgfcg (r );len (_daac )!=0{_ffcc .ViolatedRules =append (_ffcc .ViolatedRules ,_daac ...); +};if _gdbe :=_fgca (r );len (_gdbe )!=0{_ffcc .ViolatedRules =append (_ffcc .ViolatedRules ,_gdbe ...);};if _aacg :=_efdgc (r );_aacg !=_fbc {_ffcc .ViolatedRules =append (_ffcc .ViolatedRules ,_aacg );};if _gfba :=_fdccb (r );len (_gfba )!=0{_ffcc .ViolatedRules =append (_ffcc .ViolatedRules ,_gfba ...); +};if _afbf :=_bdge (r );len (_afbf )!=0{_ffcc .ViolatedRules =append (_ffcc .ViolatedRules ,_afbf ...);};if _bbb :=_aabca (r );_bbb !=_fbc {_ffcc .ViolatedRules =append (_ffcc .ViolatedRules ,_bbb );};if _ecdf :=_gegg (r );len (_ecdf )!=0{_ffcc .ViolatedRules =append (_ffcc .ViolatedRules ,_ecdf ...); +};if _gcee :=_abdd (r ,_ebdf ._fbdd );len (_gcee )!=0{_ffcc .ViolatedRules =append (_ffcc .ViolatedRules ,_gcee ...);};if _fcgc :=_ddgg (r );len (_fcgc )!=0{_ffcc .ViolatedRules =append (_ffcc .ViolatedRules ,_fcgc ...);};if _aacb :=_bccb (r );len (_aacb )!=0{_ffcc .ViolatedRules =append (_ffcc .ViolatedRules ,_aacb ...); +};if _ebda :=_dgcb (r );len (_ebda )!=0{_ffcc .ViolatedRules =append (_ffcc .ViolatedRules ,_ebda ...);};if _dgff :=_edgad (r );_dgff !=_fbc {_ffcc .ViolatedRules =append (_ffcc .ViolatedRules ,_dgff );};if _eacca :=_ebba (r );len (_eacca )!=0{_ffcc .ViolatedRules =append (_ffcc .ViolatedRules ,_eacca ...); +};if _gbbf :=_bdcb (r );_gbbf !=_fbc {_ffcc .ViolatedRules =append (_ffcc .ViolatedRules ,_gbbf );};if _caee :=_cdgbg (r ,_ebdf ._fbdd ,false );len (_caee )!=0{_ffcc .ViolatedRules =append (_ffcc .ViolatedRules ,_caee ...);};if _ebdf ._fbdd ==_cc (){if _cdbc :=_cdec (r ); +len (_cdbc )!=0{_ffcc .ViolatedRules =append (_ffcc .ViolatedRules ,_cdbc ...);};};if _ggagf :=_cfbc (r );len (_ggagf )!=0{_ffcc .ViolatedRules =append (_ffcc .ViolatedRules ,_ggagf ...);};if _cadg :=_abgf (r );len (_cadg )!=0{_ffcc .ViolatedRules =append (_ffcc .ViolatedRules ,_cadg ...); +};if _fedb :=_eaef (r );len (_fedb )!=0{_ffcc .ViolatedRules =append (_ffcc .ViolatedRules ,_fedb ...);};if _cgag :=_daaac (r );_cgag !=_fbc {_ffcc .ViolatedRules =append (_ffcc .ViolatedRules ,_cgag );};if len (_ffcc .ViolatedRules )> 0{_bb .Slice (_ffcc .ViolatedRules ,func (_fdba ,_aggb int )bool {return _ffcc .ViolatedRules [_fdba ].RuleNo < _ffcc .ViolatedRules [_aggb ].RuleNo ; +});return _ffcc ;};return nil ;};func _debf (_aaec *_g .CompliancePdfReader )(_ffdef []ViolatedRule ){_dfce :=_aaec .GetObjectNums ();for _ ,_dagdcb :=range _dfce {_fefd ,_dbcgg :=_aaec .GetIndirectObjectByNumber (_dagdcb );if _dbcgg !=nil {continue ;}; +_aabgdg ,_efgg :=_aad .GetDict (_fefd );if !_efgg {continue ;};_acda ,_efgg :=_aad .GetName (_aabgdg .Get ("\u0054\u0079\u0070\u0065"));if !_efgg {continue ;};if _acda .String ()!="\u0046\u0069\u006c\u0065\u0073\u0070\u0065\u0063"{continue ;};_ddca ,_dbcgg :=_g .NewPdfFilespecFromObj (_aabgdg ); +if _dbcgg !=nil {continue ;};if _ddca .EF !=nil {if _ddca .F ==nil ||_ddca .UF ==nil {_ffdef =append (_ffdef ,_fgdg ("\u0036\u002e\u0038-\u0032","\u0054h\u0065\u0020\u0066\u0069\u006c\u0065\u0020\u0073\u0070\u0065\u0063\u0069\u0066i\u0063\u0061\u0074i\u006f\u006e\u0020\u0064\u0069\u0063t\u0069\u006fn\u0061\u0072\u0079\u0020\u0066\u006f\u0072\u0020\u0061\u006e\u0020\u0065\u006d\u0062\u0065\u0064\u0064\u0065\u0064\u0020\u0066\u0069\u006c\u0065\u0020\u0073\u0068\u0061\u006cl\u0020\u0063\u006f\u006e\u0074a\u0069\u006e\u0020t\u0068\u0065\u0020\u0046\u0020a\u006e\u0064\u0020\u0055\u0046\u0020\u006b\u0065\u0079\u0073\u002e")); +break ;};if _ddca .AFRelationship ==nil {_ffdef =append (_ffdef ,_fgdg ("\u0036\u002e\u0038-\u0033","\u0049\u006e\u0020\u006f\u0072d\u0065\u0072\u0020\u0074\u006f\u0020\u0065\u006e\u0061\u0062\u006c\u0065\u0020i\u0064\u0065nt\u0069\u0066\u0069c\u0061\u0074\u0069o\u006e\u0020\u006f\u0066\u0020\u0074\u0068\u0065\u0020\u0072\u0065\u006c\u0061\u0074\u0069\u006f\u006e\u0073h\u0069\u0070\u0020\u0062\u0065\u0074\u0077\u0065\u0065\u006e\u0020\u0074\u0068\u0065\u0020fi\u006ce\u0020\u0073\u0070\u0065\u0063\u0069f\u0069c\u0061\u0074\u0069o\u006e\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u0020\u0061\u006e\u0064\u0020\u0074\u0068\u0065\u0020c\u006f\u006e\u0074e\u006e\u0074\u0020\u0074\u0068\u0061\u0074\u0020\u0069\u0073\u0020\u0072\u0065\u0066\u0065\u0072\u0072\u0069\u006e\u0067\u0020\u0074\u006f\u0020\u0069\u0074\u002c\u0020\u0061\u0020\u006e\u0065\u0077\u0020(\u0072\u0065\u0071\u0075i\u0072\u0065\u0064\u0029\u0020\u006be\u0079\u0020h\u0061\u0073\u0020\u0062e\u0065\u006e\u0020\u0064\u0065\u0066i\u006e\u0065\u0064\u0020a\u006e\u0064\u0020\u0069\u0074s \u0070\u0072e\u0073\u0065n\u0063\u0065\u0020\u0028\u0069\u006e\u0020\u0074\u0068e\u0020\u0064\u0069\u0063\u0074i\u006f\u006e\u0061\u0072\u0079\u0029\u0020\u0069\u0073\u0020\u0072\u0065q\u0075\u0069\u0072e\u0064\u002e")); +break ;};_eafg ,_acfd :=_g .NewEmbeddedFileFromObject (_ddca .EF );if _acfd !=nil {continue ;};if _aa .ToLower (_eafg .FileType )!="\u0061p\u0070l\u0069\u0063\u0061\u0074\u0069\u006f\u006e\u002f\u0070\u0064\u0066"{_ffdef =append (_ffdef ,_fgdg ("\u0036\u002e\u0038-\u0034","\u0041\u006c\u006c\u0020\u0065\u006d\u0062\u0065\u0064d\u0065\u0064 \u0066\u0069\u006c\u0065\u0073\u0020\u0073\u0068\u006fu\u006c\u0064\u0020\u0062e\u0020\u0061\u0020\u0050\u0044\u0046\u0020\u0066\u0069\u006c\u0065\u0020\u0074\u0068\u0061\u0074\u0020\u0063\u006f\u006e\u0066\u006f\u0072\u006d\u0020\u0074\u006f\u0020\u0050\u0044F\u002f\u0041\u002d1\u0020\u006f\u0072\u0020\u0050\u0044\u0046\u002f\u0041\u002d\u0032\u002e")); +break ;};};};return _ffdef ;};func _ac ()standardType {return standardType {_bc :3,_fa :"\u0042"}};func _cgbbd (_befb *_ad .Document )error {_aagfd ,_agaf :=_befb .FindCatalog ();if !_agaf {return _a .New ("\u0063\u0061\u0074\u0061\u006c\u006f\u0067\u0020\u006e\u006f\u0074\u0020f\u006f\u0075\u006e\u0064"); +};_gaag ,_agaf :=_aad .GetDict (_aagfd .Object .Get ("\u004f\u0043\u0050r\u006f\u0070\u0065\u0072\u0074\u0069\u0065\u0073"));if !_agaf {return nil ;};_adb ,_agaf :=_aad .GetDict (_gaag .Get ("\u0044"));if _agaf {if _adb .Get ("\u0041\u0053")!=nil {_adb .Remove ("\u0041\u0053"); +};};_affed ,_agaf :=_aad .GetArray (_gaag .Get ("\u0043o\u006e\u0066\u0069\u0067\u0073"));if _agaf {for _cafa :=0;_cafa < _affed .Len ();_cafa ++{_agba ,_efbc :=_aad .GetDict (_affed .Get (_cafa ));if !_efbc {continue ;};if _agba .Get ("\u0041\u0053")!=nil {_agba .Remove ("\u0041\u0053"); +};};};return nil ;}; // Conformance gets the PDF/A conformance. -func (_bda *profile1 )Conformance ()string {return _bda ._bcaf ._ea };func _fcea (_cgg bool ,_bgfb standardType )(pageColorspaceOptimizeFunc ,documentColorspaceOptimizeFunc ){var _aecg ,_efaf ,_gagc bool ;_bgda :=func (_fad *_bag .Document ,_ebc *_bag .Page ,_ega []*_bag .Image )error {_efaf =true ; -for _ ,_gbgb :=range _ega {switch _gbgb .Colorspace {case "\u0044\u0065\u0076\u0069\u0063\u0065\u0047\u0072\u0061\u0079":_efaf =true ;case "\u0044e\u0076\u0069\u0063\u0065\u0052\u0047B":_aecg =true ;case "\u0044\u0065\u0076\u0069\u0063\u0065\u0043\u004d\u0059\u004b":_gagc =true ; -};};_bgc ,_afg :=_ebc .GetContents ();if !_afg {return nil ;};for _ ,_egfc :=range _bgc {_ccaa ,_aga :=_egfc .GetData ();if _aga !=nil {continue ;};_efeg :=_gg .NewContentStreamParser (string (_ccaa ));_gcbf ,_aga :=_efeg .Parse ();if _aga !=nil {continue ; -};for _ ,_gfc :=range *_gcbf {switch _gfc .Operand {case "\u0047","\u0067":_efaf =true ;case "\u0052\u0047","\u0072\u0067":_aecg =true ;case "\u004b","\u006b":_gagc =true ;case "\u0043\u0053","\u0063\u0073":if len (_gfc .Params )==0{continue ;};_deab ,_fbde :=_geb .GetName (_gfc .Params [0]); -if !_fbde {continue ;};switch _deab .String (){case "\u0052\u0047\u0042","\u0044e\u0076\u0069\u0063\u0065\u0052\u0047B":_aecg =true ;case "\u0047","\u0044\u0065\u0076\u0069\u0063\u0065\u0047\u0072\u0061\u0079":_efaf =true ;case "\u0043\u004d\u0059\u004b","\u0044\u0065\u0076\u0069\u0063\u0065\u0043\u004d\u0059\u004b":_gagc =true ; -};};};};_ddc :=_ebc .FindXObjectForms ();for _ ,_fgge :=range _ddc {_bgdg :=_gg .NewContentStreamParser (string (_fgge .Stream ));_gdfe ,_ecg :=_bgdg .Parse ();if _ecg !=nil {continue ;};for _ ,_deb :=range *_gdfe {switch _deb .Operand {case "\u0047","\u0067":_efaf =true ; -case "\u0052\u0047","\u0072\u0067":_aecg =true ;case "\u004b","\u006b":_gagc =true ;case "\u0043\u0053","\u0063\u0073":if len (_deb .Params )==0{continue ;};_bcdg ,_fcbf :=_geb .GetName (_deb .Params [0]);if !_fcbf {continue ;};switch _bcdg .String (){case "\u0052\u0047\u0042","\u0044e\u0076\u0069\u0063\u0065\u0052\u0047B":_aecg =true ; -case "\u0047","\u0044\u0065\u0076\u0069\u0063\u0065\u0047\u0072\u0061\u0079":_efaf =true ;case "\u0043\u004d\u0059\u004b","\u0044\u0065\u0076\u0069\u0063\u0065\u0043\u004d\u0059\u004b":_gagc =true ;};};};_gdd ,_bfc :=_geb .GetArray (_ebc .Object .Get ("\u0041\u006e\u006e\u006f\u0074\u0073")); -if !_bfc {return nil ;};for _ ,_agge :=range _gdd .Elements (){_gddd ,_bbde :=_geb .GetDict (_agge );if !_bbde {continue ;};_eae :=_gddd .Get ("\u0043");if _eae ==nil {continue ;};_gdce ,_bbde :=_geb .GetArray (_eae );if !_bbde {continue ;};switch _gdce .Len (){case 0:case 1:_efaf =true ; -case 3:_aecg =true ;case 4:_gagc =true ;};};};return nil ;};_bbe :=func (_gedd *_bag .Document ,_cfac []*_bag .Image )error {_bbdd ,_afgc :=_gedd .FindCatalog ();if !_afgc {return nil ;};_dbac ,_afgc :=_bbdd .GetOutputIntents ();if _afgc &&_dbac .Len ()> 0{return nil ; -};if !_afgc {_dbac =_bbdd .NewOutputIntents ();};if !(_aecg ||_gagc ||_efaf ){return nil ;};defer _bbdd .SetOutputIntents (_dbac );if _aecg &&!_gagc &&!_efaf {return _acfc (_gedd ,_bgfb ,_dbac );};if _gagc &&!_aecg &&!_efaf {return _ebee (_bgfb ,_dbac ); -};if _efaf &&!_aecg &&!_gagc {return _geee (_bgfb ,_dbac );};if (_aecg &&_gagc )||(_aecg &&_efaf )||(_gagc &&_efaf ){if _ggd :=_daf (_cfac ,_cgg );_ggd !=nil {return _ggd ;};if _eega :=_efg (_gedd ,_cgg );_eega !=nil {return _eega ;};if _aggea :=_aebf (_gedd ,_cgg ); -_aggea !=nil {return _aggea ;};if _fbbf :=_bbf (_gedd ,_cgg );_fbbf !=nil {return _fbbf ;};if _cgg {return _ebee (_bgfb ,_dbac );};return _acfc (_gedd ,_bgfb ,_dbac );};return nil ;};return _bgda ,_bbe ;};var _ Profile =(*Profile2A )(nil );func (_fb standardType )outputIntentSubtype ()_ae .PdfOutputIntentType {switch _fb ._fgb {case 1:return _ae .PdfOutputIntentTypeA1 ; -case 2:return _ae .PdfOutputIntentTypeA2 ;case 3:return _ae .PdfOutputIntentTypeA3 ;case 4:return _ae .PdfOutputIntentTypeA4 ;default:return 0;};}; +func (_ggae *profile2 )Conformance ()string {return _ggae ._cbebb ._fa };func _bdcg (_dagd *_aad .PdfObjectDictionary ,_cebg map[*_aad .PdfObjectStream ][]byte ,_ffedb map[*_aad .PdfObjectStream ]*_bf .CMap )ViolatedRule {const (_aabg ="\u0046\u006f\u0072 \u0061\u006e\u0079\u0020\u0067\u0069\u0076\u0065\u006e\u0020\u0063\u006f\u006d\u0070\u006f\u0073\u0069\u0074\u0065\u0020\u0028\u0054\u0079\u0070\u0065\u0020\u0030\u0029\u0020\u0066\u006f\u006et \u0072\u0065\u0066\u0065\u0072\u0065\u006ec\u0065\u0064 \u0077\u0069\u0074\u0068\u0069\u006e\u0020\u0061\u0020\u0063\u006fn\u0066\u006fr\u006d\u0069\u006e\u0067\u0020\u0066\u0069\u006c\u0065\u002c\u0020\u0074\u0068\u0065\u0020\u0043I\u0044\u0053y\u0073\u0074\u0065\u006d\u0049nf\u006f\u0020\u0065\u006e\u0074\u0072\u0069\u0065\u0073\u0020\u006f\u0066\u0020i\u0074\u0073\u0020\u0043\u0049\u0044\u0046\u006f\u006e\u0074\u0020\u0061\u006e\u0064 \u0043\u004d\u0061\u0070 \u0064\u0069\u0063\u0074i\u006f\u006e\u0061\u0072\u0069\u0065\u0073\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u0062\u0065\u0020\u0063\u006f\u006d\u0070\u0061\u0074i\u0062\u006c\u0065\u002e\u0020\u0049\u006e\u0020o\u0074\u0068\u0065\u0072\u0020\u0077\u006f\u0072\u0064\u0073\u002c\u0020\u0074\u0068\u0065\u0020R\u0065\u0067\u0069\u0073\u0074\u0072\u0079\u0020a\u006e\u0064\u0020\u004fr\u0064\u0065\u0072\u0069\u006e\u0067 \u0073\u0074\u0072i\u006e\u0067\u0073\u0020\u006f\u0066\u0020\u0074\u0068\u0065\u0020\u0043\u0049\u0044\u0053\u0079\u0073\u0074\u0065\u006d\u0049\u006e\u0066\u006f\u0020\u0064\u0069\u0063\u0074i\u006f\u006e\u0061\u0072\u0069\u0065\u0073\u0020\u0066\u006f\u0072 \u0074\u0068\u0061\u0074\u0020\u0066o\u006e\u0074\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u0062\u0065\u0020\u0069\u0064\u0065\u006e\u0074\u0069\u0063\u0061\u006c\u002c\u0020u\u006el\u0065ss \u0074\u0068\u0065\u0020\u0076a\u006c\u0075\u0065\u0020\u006f\u0066\u0020\u0074\u0068\u0065\u0020\u0045\u006e\u0063\u006f\u0064\u0069\u006eg\u0020\u006b\u0065\u0079\u0020\u0069\u006e\u0020\u0074h\u0065 \u0066\u006f\u006e\u0074\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u0020\u0069\u0073 \u0049\u0064\u0065\u006e\u0074\u0069t\u0079\u002d\u0048\u0020o\u0072\u0020\u0049\u0064\u0065\u006e\u0074\u0069\u0074y\u002dV\u002e"; +_bgede ="\u0036.\u0033\u002e\u0033\u002d\u0031";);var _dgcgb string ;if _ecae ,_ddab :=_aad .GetName (_dagd .Get ("\u0053u\u0062\u0074\u0079\u0070\u0065"));_ddab {_dgcgb =_ecae .String ();};if _dgcgb !="\u0054\u0079\u0070e\u0030"{return _fbc ;};_ffdc :=_dagd .Get ("\u0045\u006e\u0063\u006f\u0064\u0069\u006e\u0067"); +if _fcgcc ,_bbfe :=_aad .GetName (_ffdc );_bbfe {switch _fcgcc .String (){case "\u0049\u0064\u0065\u006e\u0074\u0069\u0074\u0079\u002d\u0048","\u0049\u0064\u0065\u006e\u0074\u0069\u0074\u0079\u002d\u0056":return _fbc ;};_dgdb ,_daag :=_bf .LoadPredefinedCMap (_fcgcc .String ()); +if _daag !=nil {return _fgdg (_bgede ,_aabg );};_cfaa :=_dgdb .CIDSystemInfo ();if _cfaa .Ordering !=_cfaa .Registry {return _fgdg (_bgede ,_aabg );};return _fbc ;};_adde ,_bcfa :=_aad .GetStream (_ffdc );if !_bcfa {return _fgdg (_bgede ,_aabg );};_dcbd ,_ebdfda :=_gfada (_adde ,_cebg ,_ffedb ); +if _ebdfda !=nil {return _fgdg (_bgede ,_aabg );};_fbce :=_dcbd .CIDSystemInfo ();if _fbce .Ordering !=_fbce .Registry {return _fgdg (_bgede ,_aabg );};return _fbc ;};func _dbaef (_eeag *_g .CompliancePdfReader )(_dafd ViolatedRule ){for _ ,_egbg :=range _eeag .GetObjectNums (){_gdae ,_gbgf :=_eeag .GetIndirectObjectByNumber (_egbg ); +if _gbgf !=nil {continue ;};_ccbec ,_ggaea :=_aad .GetStream (_gdae );if !_ggaea {continue ;};_gaccf ,_ggaea :=_aad .GetName (_ccbec .Get ("\u0054\u0079\u0070\u0065"));if !_ggaea {continue ;};if *_gaccf !="\u0058O\u0062\u006a\u0065\u0063\u0074"{continue ; +};_edceb ,_ggaea :=_aad .GetName (_ccbec .Get ("\u0053\u0075\u0062\u0074\u0079\u0070\u0065\u0032"));if !_ggaea {continue ;};if *_edceb =="\u0050\u0053"{return _fgdg ("\u0036.\u0032\u002e\u0035\u002d\u0031","A\u0020\u0066\u006fr\u006d\u0020\u0058\u004f\u0062\u006a\u0065\u0063\u0074\u0020\u0064\u0069\u0063\u0074\u0069o\u006e\u0061\u0072\u0079\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u006e\u006ft\u0020\u0063\u006f\u006e\u0074\u0061\u0069\u006e \u0074\u0068\u0065\u0020\u0053\u0075\u0062\u0074\u0079\u0070\u0065\u0032\u0020\u006b\u0065\u0079 \u0077\u0069\u0074\u0068\u0020a\u0020\u0076\u0061\u006c\u0075\u0065\u0020\u006f\u0066\u0020\u0050\u0053\u0020o\u0072\u0020\u0074\u0068e\u0020\u0050\u0053\u0020\u006b\u0065\u0079\u002e"); +};if _ccbec .Get ("\u0050\u0053")!=nil {return _fgdg ("\u0036.\u0032\u002e\u0035\u002d\u0031","A\u0020\u0066\u006fr\u006d\u0020\u0058\u004f\u0062\u006a\u0065\u0063\u0074\u0020\u0064\u0069\u0063\u0074\u0069o\u006e\u0061\u0072\u0079\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u006e\u006ft\u0020\u0063\u006f\u006e\u0074\u0061\u0069\u006e \u0074\u0068\u0065\u0020\u0053\u0075\u0062\u0074\u0079\u0070\u0065\u0032\u0020\u006b\u0065\u0079 \u0077\u0069\u0074\u0068\u0020a\u0020\u0076\u0061\u006c\u0075\u0065\u0020\u006f\u0066\u0020\u0050\u0053\u0020o\u0072\u0020\u0074\u0068e\u0020\u0050\u0053\u0020\u006b\u0065\u0079\u002e"); +};};return _dafd ;};func _egcc (_bded *_g .CompliancePdfReader )(_fbfaf ViolatedRule ){_geeee ,_bddgad :=_dagg (_bded );if !_bddgad {return _fbc ;};_deed ,_bddgad :=_aad .GetDict (_geeee .Get ("\u0041\u0063\u0072\u006f\u0046\u006f\u0072\u006d"));if !_bddgad {return _fbc ; +};_decfg ,_bddgad :=_aad .GetArray (_deed .Get ("\u0046\u0069\u0065\u006c\u0064\u0073"));if !_bddgad {return _fbc ;};for _cdggb :=0;_cdggb < _decfg .Len ();_cdggb ++{_eefe ,_bbgc :=_aad .GetDict (_decfg .Get (_cdggb ));if !_bbgc {continue ;};if _eefe .Get ("\u0041\u0041")!=nil {return _fgdg ("\u0036.\u0036\u002e\u0032\u002d\u0032","\u0041\u0020F\u0069\u0065\u006cd\u0020\u0064\u0069\u0063\u0074i\u006f\u006e\u0061\u0072\u0079 s\u0068\u0061\u006c\u006c\u0020\u006e\u006f\u0074\u0020\u0069\u006e\u0063\u006c\u0075\u0064\u0065\u0020\u0061n\u0020A\u0041\u0020\u0065\u006e\u0074\u0072y f\u006f\u0072\u0020\u0061\u006e\u0020\u0061\u0064\u0064\u0069\u0074\u0069on\u0061l\u002d\u0061\u0063\u0074i\u006fn\u0073 \u0064\u0069c\u0074\u0069on\u0061\u0072\u0079\u002e"); +};};return _fbc ;};func _aaa (_gca []_aad .PdfObject )(*documentImages ,error ){_cd :=_aad .PdfObjectName ("\u0053u\u0062\u0074\u0079\u0070\u0065");_eg :=make (map[*_aad .PdfObjectStream ]struct{});_gbg :=make (map[_aad .PdfObject ]struct{});var (_db ,_gdc ,_gbgc bool ; +_gbga []*imageInfo ;_ef error ;);for _ ,_ff :=range _gca {_acg ,_fac :=_aad .GetStream (_ff );if !_fac {continue ;};if _ ,_ag :=_eg [_acg ];_ag {continue ;};_eg [_acg ]=struct{}{};_bdd :=_acg .PdfObjectDictionary .Get (_cd );_aed ,_fac :=_aad .GetName (_bdd ); +if !_fac ||string (*_aed )!="\u0049\u006d\u0061g\u0065"{continue ;};if _ege :=_acg .PdfObjectDictionary .Get ("\u0053\u004d\u0061s\u006b");_ege !=nil {_gbg [_ege ]=struct{}{};};_dd :=imageInfo {BitsPerComponent :8,Stream :_acg };_dd .ColorSpace ,_ef =_g .DetermineColorspaceNameFromPdfObject (_acg .PdfObjectDictionary .Get ("\u0043\u006f\u006c\u006f\u0072\u0053\u0070\u0061\u0063\u0065")); +if _ef !=nil {return nil ,_ef ;};if _bee ,_cdd :=_aad .GetIntVal (_acg .PdfObjectDictionary .Get ("\u0042\u0069t\u0073\u0050\u0065r\u0043\u006f\u006d\u0070\u006f\u006e\u0065\u006e\u0074"));_cdd {_dd .BitsPerComponent =_bee ;};if _cdg ,_acd :=_aad .GetIntVal (_acg .PdfObjectDictionary .Get ("\u0057\u0069\u0064t\u0068")); +_acd {_dd .Width =_cdg ;};if _eaa ,_cfe :=_aad .GetIntVal (_acg .PdfObjectDictionary .Get ("\u0048\u0065\u0069\u0067\u0068\u0074"));_cfe {_dd .Height =_eaa ;};switch _dd .ColorSpace {case "\u0044\u0065\u0076\u0069\u0063\u0065\u0047\u0072\u0061\u0079":_gbgc =true ; +_dd .ColorComponents =1;case "\u0044e\u0076\u0069\u0063\u0065\u0052\u0047B":_db =true ;_dd .ColorComponents =3;case "\u0044\u0065\u0076\u0069\u0063\u0065\u0043\u004d\u0059\u004b":_gdc =true ;_dd .ColorComponents =4;default:_dd ._fbaa =true ;};_gbga =append (_gbga ,&_dd ); +};if len (_gbg )> 0{if len (_gbg )==len (_gbga ){_gbga =nil ;}else {_gcc :=make ([]*imageInfo ,len (_gbga )-len (_gbg ));var _bdb int ;for _ ,_ga :=range _gbga {if _ ,_fga :=_gbg [_ga .Stream ];_fga {continue ;};_gcc [_bdb ]=_ga ;_bdb ++;};_gbga =_gcc ; +};};return &documentImages {_fba :_db ,_dcc :_gdc ,_dcf :_gbgc ,_aeg :_gbg ,_aea :_gbga },nil ;};func _ba ()standardType {return standardType {_bc :2,_fa :"\u0055"}};func _fgdg (_fab string ,_af string )ViolatedRule {return ViolatedRule {RuleNo :_fab ,Detail :_af }}; -// Profile2B is the implementation of the PDF/A-2B standard profile. -// Implements model.StandardImplementer, Profile interfaces. -type Profile2B struct{profile2 }; -// Profile1A is the implementation of the PDF/A-1A standard profile. -// Implements model.StandardImplementer, Profile interfaces. -type Profile1A struct{profile1 };func _cega (_gbgbb *_ae .CompliancePdfReader )(_gfdcg []ViolatedRule ){var _cafd ,_bgdf ,_cfdf ,_bgca ,_cedge ,_dbdg ,_cafe bool ;_cace :=map[*_geb .PdfObjectStream ]struct{}{};for _ ,_fggeca :=range _gbgbb .GetObjectNums (){if _cafd &&_bgdf &&_cedge &&_cfdf &&_bgca &&_dbdg &&_cafe {return _gfdcg ; -};_abdb ,_baad :=_gbgbb .GetIndirectObjectByNumber (_fggeca );if _baad !=nil {continue ;};_efcdc ,_dcab :=_geb .GetStream (_abdb );if !_dcab {continue ;};if _ ,_dcab =_cace [_efcdc ];_dcab {continue ;};_cace [_efcdc ]=struct{}{};_fcefe ,_dcab :=_geb .GetName (_efcdc .Get ("\u0053u\u0062\u0054\u0079\u0070\u0065")); -if !_dcab {continue ;};if !_bgca {if _efcdc .Get ("\u0052\u0065\u0066")!=nil {_gfdcg =append (_gfdcg ,_eef ("\u0036.\u0032\u002e\u0039\u002d\u0032","\u0041\u0020\u0063\u006f\u006e\u0066\u006f\u0072\u006d\u0069\u006e\u0067\u0020\u0066\u0069\u006c\u0065\u0020\u0073\u0068a\u006c\u006c\u0020\u006e\u006f\u0074\u0020\u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0020\u0061\u006e\u0079\u0020\u0072\u0065\u0066\u0065\u0072\u0065\u006e\u0063\u0065\u0020\u0058O\u0062\u006a\u0065\u0063\u0074s\u002e")); -_bgca =true ;};};if _fcefe .String ()=="\u0050\u0053"{if !_dbdg {_gfdcg =append (_gfdcg ,_eef ("\u0036.\u0032\u002e\u0039\u002d\u0033","A \u0063\u006fn\u0066\u006f\u0072\u006d\u0069\u006e\u0067\u0020\u0066i\u006c\u0065\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u006e\u006f\u0074\u0020\u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0020\u0061\u006e\u0079\u0020\u0050\u006f\u0073t\u0053c\u0072\u0069\u0070\u0074\u0020\u0058\u004f\u0062j\u0065c\u0074\u0073.")); -_dbdg =true ;continue ;};};if _fcefe .String ()=="\u0046\u006f\u0072\u006d"{if _bgdf &&_cfdf &&_bgca {continue ;};if !_bgdf &&_efcdc .Get ("\u004f\u0050\u0049")!=nil {_gfdcg =append (_gfdcg ,_eef ("\u0036.\u0032\u002e\u0039\u002d\u0031","\u0041\u0020\u0066\u006f\u0072\u006d \u0058\u004f\u0062j\u0065\u0063\u0074 \u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079 \u0073\u0068\u0061\u006c\u006c n\u006f\u0074\u0020\u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0020\u0074\u0068\u0065\u0020\u004f\u0050\u0049\u0020\u006b\u0065\u0079\u002e")); -_bgdf =true ;};if !_cfdf {if _efcdc .Get ("\u0050\u0053")!=nil {_cfdf =true ;};if _cbbg :=_efcdc .Get ("\u0053\u0075\u0062\u0074\u0079\u0070\u0065\u0032");_cbbg !=nil &&!_cfdf {if _bfbg ,_gafc :=_geb .GetName (_cbbg );_gafc &&*_bfbg =="\u0050\u0053"{_cfdf =true ; -};};if _cfdf {_gfdcg =append (_gfdcg ,_eef ("\u0036.\u0032\u002e\u0039\u002d\u0031","\u0041\u0020\u0066\u006f\u0072\u006d\u0020\u0058\u004f\u0062\u006a\u0065\u0063\u0074\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u006eo\u0074\u0020\u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0020\u0074\u0068\u0065\u0020\u0053\u0075\u0062\u0074\u0079\u0070\u0065\u0032\u0020\u006b\u0065y \u0077\u0069\u0074\u0068\u0020\u0061\u0020\u0076\u0061\u006cu\u0065 o\u0066 \u0050\u0053\u0020\u0061\u006e\u0064\u0020t\u0068\u0065\u0020\u0050\u0053\u0020\u006b\u0065\u0079\u002e")); -};};continue ;};if _fcefe .String ()!="\u0049\u006d\u0061g\u0065"{continue ;};if !_cafd &&_efcdc .Get ("\u0041\u006c\u0074\u0065\u0072\u006e\u0061\u0074\u0065\u0073")!=nil {_gfdcg =append (_gfdcg ,_eef ("\u0036.\u0032\u002e\u0038\u002d\u0031","\u0041\u006e\u0020\u0049m\u0061\u0067\u0065\u0020\u0064\u0069\u0063\u0074\u0069o\u006e\u0061\u0072\u0079\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u006e\u006f\u0074\u0020\u0063\u006f\u006et\u0061\u0069\u006e\u0020\u0074h\u0065\u0020\u0041\u006c\u0074\u0065\u0072\u006e\u0061\u0074\u0065\u0073\u0020\u006b\u0065\u0079\u002e")); -_cafd =true ;};if !_cafe &&_efcdc .Get ("\u004f\u0050\u0049")!=nil {_gfdcg =append (_gfdcg ,_eef ("\u0036.\u0032\u002e\u0038\u002d\u0032","\u0041\u006e\u0020\u0049\u006d\u0061\u0067\u0065\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072y\u0020\u0073\u0068\u0061\u006c\u006c\u0020n\u006f\u0074\u0020\u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0020t\u0068\u0065\u0020\u004f\u0050\u0049\u0020\u006b\u0065\u0079\u002e")); -_cafe =true ;};if !_cedge &&_efcdc .Get ("I\u006e\u0074\u0065\u0072\u0070\u006f\u006c\u0061\u0074\u0065")!=nil {_aeecg ,_gcaa :=_geb .GetBool (_efcdc .Get ("I\u006e\u0074\u0065\u0072\u0070\u006f\u006c\u0061\u0074\u0065"));if _gcaa &&bool (*_aeecg ){continue ; -};_gfdcg =append (_gfdcg ,_eef ("\u0036.\u0032\u002e\u0038\u002d\u0033","\u0049\u0066 a\u006e\u0020\u0049\u006d\u0061\u0067\u0065\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u0020\u0063o\u006e\u0074\u0061\u0069n\u0073\u0020\u0074\u0068e \u0049\u006et\u0065r\u0070\u006f\u006c\u0061\u0074\u0065 \u006b\u0065\u0079,\u0020\u0069t\u0073\u0020\u0076\u0061\u006c\u0075\u0065\u0020\u0073\u0068\u0061\u006c\u006c\u0020b\u0065\u0020\u0066\u0061\u006c\u0073\u0065\u002e")); -_cedge =true ;};};return _gfdcg ;}; +// NewProfile2A creates a new Profile2A with given options. +func NewProfile2A (options *Profile2Options )*Profile2A {if options ==nil {options =DefaultProfile2Options ();};_bfe (options );return &Profile2A {profile2 {_ece :*options ,_cbebb :_fcb ()}};};func _aaf (_dece *_g .CompliancePdfReader )ViolatedRule {return _fbc }; +func _gcgf (_ffeb standardType ,_ffce *_ad .OutputIntents )error {_ffedg ,_egdf :=_ab .NewCmykIsoCoatedV2OutputIntent (_ffeb .outputIntentSubtype ());if _egdf !=nil {return _egdf ;};if _egdf =_ffce .Add (_ffedg .ToPdfObject ());_egdf !=nil {return _egdf ; +};return nil ;}; -// ViolatedRule is the structure that defines violated PDF/A rule. -type ViolatedRule struct{RuleNo string ;Detail string ;};type profile1 struct{_bcaf standardType ;_dbbb Profile1Options ;};func _bbf (_afef *_bag .Document ,_gcg bool )error {_dfd ,_gfa :=_afef .GetPages ();if !_gfa {return nil ;};for _ ,_ccab :=range _dfd {_dbb ,_aacb :=_geb .GetArray (_ccab .Object .Get ("\u0041\u006e\u006e\u006f\u0074\u0073")); -if !_aacb {continue ;};for _ ,_cbee :=range _dbb .Elements (){_edbc ,_aeegd :=_geb .GetDict (_cbee );if !_aeegd {continue ;};_gab :=_edbc .Get ("\u0043");if _gab ==nil {continue ;};_bgab ,_aeegd :=_geb .GetArray (_gab );if !_aeegd {continue ;};_gdbe ,_gfec :=_bgab .GetAsFloat64Slice (); -if _gfec !=nil {return _gfec ;};switch _bgab .Len (){case 0,1:if _gcg {_edbc .Set ("\u0043",_geb .MakeArrayFromIntegers ([]int {1,1,1,1}));}else {_edbc .Set ("\u0043",_geb .MakeArrayFromIntegers ([]int {1,1,1}));};case 3:if _gcg {_bgfe ,_feac ,_ffd ,_gabc :=_g .RGBToCMYK (uint8 (_gdbe [0]*255),uint8 (_gdbe [1]*255),uint8 (_gdbe [2]*255)); -_edbc .Set ("\u0043",_geb .MakeArrayFromFloats ([]float64 {float64 (_bgfe )/255,float64 (_feac )/255,float64 (_ffd )/255,float64 (_gabc )/255}));};case 4:if !_gcg {_eac ,_eceg ,_ggef :=_g .CMYKToRGB (uint8 (_gdbe [0]*255),uint8 (_gdbe [1]*255),uint8 (_gdbe [2]*255),uint8 (_gdbe [3]*255)); -_edbc .Set ("\u0043",_geb .MakeArrayFromFloats ([]float64 {float64 (_eac )/255,float64 (_eceg )/255,float64 (_ggef )/255}));};};};};return nil ;};func _bdd (_add *_bag .Document )error {_fef :=func (_ffg *_geb .PdfObjectDictionary )error {if _gbe :=_ffg .Get ("\u0053\u004d\u0061s\u006b"); -_gbe !=nil {_ffg .Set ("\u0053\u004d\u0061s\u006b",_geb .MakeName ("\u004e\u006f\u006e\u0065"));};_ffgg :=_ffg .Get ("\u0043\u0041");if _ffgg !=nil {_egb ,_ffge :=_geb .GetNumberAsFloat (_ffgg );if _ffge !=nil {_gd .Log .Debug ("\u0045x\u0074\u0047S\u0074\u0061\u0074\u0065 \u006f\u0062\u006ae\u0063\u0074\u0020\u0043\u0041\u0020\u0076\u0061\u006cue\u0020\u0069\u0073 \u006e\u006ft\u0020\u0061\u0020\u0066\u006c\u006fa\u0074\u003a \u0025\u0076",_ffge ); -_egb =0;};if _egb !=1.0{_ffg .Set ("\u0043\u0041",_geb .MakeFloat (1.0));};};_ffgg =_ffg .Get ("\u0063\u0061");if _ffgg !=nil {_beg ,_fge :=_geb .GetNumberAsFloat (_ffgg );if _fge !=nil {_gd .Log .Debug ("\u0045\u0078t\u0047\u0053\u0074\u0061\u0074\u0065\u0020\u006f\u0062\u006a\u0065\u0063\u0074\u0020\u0027\u0063\u0061\u0027\u0020\u0076\u0061\u006c\u0075\u0065\u0020\u0069\u0073\u0020\u006e\u006f\u0074\u0020\u0061\u0020\u0066\u006c\u006f\u0061\u0074\u003a\u0020\u0025\u0076",_fge ); -_beg =0;};if _beg !=1.0{_ffg .Set ("\u0063\u0061",_geb .MakeFloat (1.0));};};_gbg :=_ffg .Get ("\u0042\u004d");if _gbg !=nil {_fag ,_ac :=_geb .GetName (_gbg );if !_ac {_gd .Log .Debug ("E\u0078\u0074\u0047\u0053\u0074\u0061t\u0065\u0020\u006f\u0062\u006a\u0065c\u0074\u0020\u0027\u0042\u004d\u0027\u0020i\u0073\u0020\u006e\u006f\u0074\u0020\u0061\u0020\u004e\u0061m\u0065"); -_fag =_geb .MakeName ("");};_def :=_fag .String ();switch _def {case "\u004e\u006f\u0072\u006d\u0061\u006c","\u0043\u006f\u006d\u0070\u0061\u0074\u0069\u0062\u006c\u0065":default:_ffg .Set ("\u0042\u004d",_geb .MakeName ("\u004e\u006f\u0072\u006d\u0061\u006c")); -};};_aec :=_ffg .Get ("\u0054\u0052");if _aec !=nil {_gd .Log .Debug ("\u0045\u0078\u0074\u0047\u0053\u0074\u0061\u0074\u0065\u0020\u006f\u0062\u006a\u0065\u0063t\u0020c\u006f\u006e\u0074\u0061\u0069\u006e\u0073\u0020\u0054\u0052\u0020\u006b\u0065\u0079"); -_ffg .Remove ("\u0054\u0052");};_gbga :=_ffg .Get ("\u0054\u0052\u0032");if _gbga !=nil {_dgg :=_gbga .String ();if _dgg !="\u0044e\u0066\u0061\u0075\u006c\u0074"{_gd .Log .Debug ("\u0045x\u0074\u0047\u0053\u0074\u0061\u0074\u0065 o\u0062\u006a\u0065\u0063\u0074\u0020\u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0073 \u0054\u00522\u0020\u006b\u0065y\u0020\u0077\u0069\u0074\u0068\u0020\u0076\u0061\u006c\u0075\u0065\u0020\u006f\u0074\u0068\u0065r\u0020\u0074ha\u006e\u0020\u0044e\u0066\u0061\u0075\u006c\u0074"); -_ffg .Set ("\u0054\u0052\u0032",_geb .MakeName ("\u0044e\u0066\u0061\u0075\u006c\u0074"));};};return nil ;};_ccd ,_cff :=_add .GetPages ();if !_cff {return nil ;};for _ ,_efa :=range _ccd {_fbeg ,_edd :=_efa .GetResources ();if !_edd {continue ;};_caf ,_bdg :=_geb .GetDict (_fbeg .Get ("\u0045x\u0074\u0047\u0053\u0074\u0061\u0074e")); -if !_bdg {return nil ;};_gag :=_caf .Keys ();for _ ,_fbed :=range _gag {_aba ,_fdf :=_geb .GetDict (_caf .Get (_fbed ));if !_fdf {continue ;};_dab :=_fef (_aba );if _dab !=nil {continue ;};};};for _ ,_afb :=range _ccd {_ecf ,_gee :=_afb .GetContents (); -if !_gee {return nil ;};for _ ,_dea :=range _ecf {_afcg ,_agg :=_dea .GetData ();if _agg !=nil {continue ;};_gfe :=_gg .NewContentStreamParser (string (_afcg ));_gde ,_agg :=_gfe .Parse ();if _agg !=nil {continue ;};for _ ,_fbf :=range *_gde {if len (_fbf .Params )==0{continue ; -};_ ,_bde :=_geb .GetName (_fbf .Params [0]);if !_bde {continue ;};_ffc ,_feg :=_afb .GetResourcesXObject ();if !_feg {continue ;};for _ ,_fagd :=range _ffc .Keys (){_cbc ,_afa :=_geb .GetStream (_ffc .Get (_fagd ));if !_afa {continue ;};_dge ,_afa :=_geb .GetDict (_cbc .Get ("\u0052e\u0073\u006f\u0075\u0072\u0063\u0065s")); -if !_afa {continue ;};_efaa ,_afa :=_geb .GetDict (_dge .Get ("\u0045x\u0074\u0047\u0053\u0074\u0061\u0074e"));if !_afa {continue ;};for _ ,_bcf :=range _efaa .Keys (){_bce ,_bbc :=_geb .GetDict (_efaa .Get (_bcf ));if !_bbc {continue ;};_dged :=_fef (_bce ); -if _dged !=nil {continue ;};};};};};};return nil ;};func _aedda (_daed *_geb .PdfObjectDictionary ,_edbec map[*_geb .PdfObjectStream ][]byte ,_ebbg map[*_geb .PdfObjectStream ]*_gba .CMap )ViolatedRule {const (_ageg ="\u0046\u006f\u0072 \u0061\u006e\u0079\u0020\u0067\u0069\u0076\u0065\u006e\u0020\u0063\u006f\u006d\u0070\u006f\u0073\u0069\u0074\u0065\u0020\u0028\u0054\u0079\u0070\u0065\u0020\u0030\u0029\u0020\u0066\u006f\u006et \u0072\u0065\u0066\u0065\u0072\u0065\u006ec\u0065\u0064 \u0077\u0069\u0074\u0068\u0069\u006e\u0020\u0061\u0020\u0063\u006fn\u0066\u006fr\u006d\u0069\u006e\u0067\u0020\u0066\u0069\u006c\u0065\u002c\u0020\u0074\u0068\u0065\u0020\u0043I\u0044\u0053y\u0073\u0074\u0065\u006d\u0049nf\u006f\u0020\u0065\u006e\u0074\u0072\u0069\u0065\u0073\u0020\u006f\u0066\u0020i\u0074\u0073\u0020\u0043\u0049\u0044\u0046\u006f\u006e\u0074\u0020\u0061\u006e\u0064 \u0043\u004d\u0061\u0070 \u0064\u0069\u0063\u0074i\u006f\u006e\u0061\u0072\u0069\u0065\u0073\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u0062\u0065\u0020\u0063\u006f\u006d\u0070\u0061\u0074i\u0062\u006c\u0065\u002e\u0020\u0049\u006e\u0020o\u0074\u0068\u0065\u0072\u0020\u0077\u006f\u0072\u0064\u0073\u002c\u0020\u0074\u0068\u0065\u0020R\u0065\u0067\u0069\u0073\u0074\u0072\u0079\u0020a\u006e\u0064\u0020\u004fr\u0064\u0065\u0072\u0069\u006e\u0067 \u0073\u0074\u0072i\u006e\u0067\u0073\u0020\u006f\u0066\u0020\u0074\u0068\u0065\u0020\u0043\u0049\u0044\u0053\u0079\u0073\u0074\u0065\u006d\u0049\u006e\u0066\u006f\u0020\u0064\u0069\u0063\u0074i\u006f\u006e\u0061\u0072\u0069\u0065\u0073\u0020\u0066\u006f\u0072 \u0074\u0068\u0061\u0074\u0020\u0066o\u006e\u0074\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u0062\u0065\u0020\u0069\u0064\u0065\u006e\u0074\u0069\u0063\u0061\u006c\u002c\u0020u\u006el\u0065ss \u0074\u0068\u0065\u0020\u0076a\u006c\u0075\u0065\u0020\u006f\u0066\u0020\u0074\u0068\u0065\u0020\u0045\u006e\u0063\u006f\u0064\u0069\u006eg\u0020\u006b\u0065\u0079\u0020\u0069\u006e\u0020\u0074h\u0065 \u0066\u006f\u006e\u0074\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u0020\u0069\u0073 \u0049\u0064\u0065\u006e\u0074\u0069t\u0079\u002d\u0048\u0020o\u0072\u0020\u0049\u0064\u0065\u006e\u0074\u0069\u0074y\u002dV\u002e"; -_begba ="\u0036.\u0033\u002e\u0033\u002d\u0031";);var _edaa string ;if _dbcd ,_defg :=_geb .GetName (_daed .Get ("\u0053u\u0062\u0074\u0079\u0070\u0065"));_defg {_edaa =_dbcd .String ();};if _edaa !="\u0054\u0079\u0070e\u0030"{return _fc ;};_bee :=_daed .Get ("\u0045\u006e\u0063\u006f\u0064\u0069\u006e\u0067"); -if _bbdb ,_fegc :=_geb .GetName (_bee );_fegc {switch _bbdb .String (){case "\u0049\u0064\u0065\u006e\u0074\u0069\u0074\u0079\u002d\u0048","\u0049\u0064\u0065\u006e\u0074\u0069\u0074\u0079\u002d\u0056":return _fc ;};_aabb ,_eace :=_gba .LoadPredefinedCMap (_bbdb .String ()); -if _eace !=nil {return _eef (_begba ,_ageg );};_baga :=_aabb .CIDSystemInfo ();if _baga .Ordering !=_baga .Registry {return _eef (_begba ,_ageg );};return _fc ;};_cdcg ,_cddg :=_geb .GetStream (_bee );if !_cddg {return _eef (_begba ,_ageg );};_faegb ,_gagda :=_caddc (_cdcg ,_edbec ,_ebbg ); -if _gagda !=nil {return _eef (_begba ,_ageg );};_dagb :=_faegb .CIDSystemInfo ();if _dagb .Ordering !=_dagb .Registry {return _eef (_begba ,_ageg );};return _fc ;};var _ Profile =(*Profile1B )(nil );func _dgcef (_cefcg *_geb .PdfObjectDictionary ,_eeggbd map[*_geb .PdfObjectStream ][]byte ,_bfdg map[*_geb .PdfObjectStream ]*_gba .CMap )ViolatedRule {const (_fdcb ="\u0036.\u0033\u002e\u0033\u002d\u0033"; -_cbag ="\u0041\u006cl \u0043\u004d\u0061\u0070\u0073\u0020\u0075\u0073e\u0064 \u0077i\u0074\u0068\u0069\u006e\u0020\u0061\u0020\u0063\u006f\u006e\u0066\u006f\u0072m\u0069n\u0067\u0020\u0066\u0069\u006c\u0065\u002c\u0020\u0065\u0078\u0063\u0065\u0070\u0074\u0020\u0049\u0064\u0065\u006e\u0074\u0069\u0074\u0079\u002d\u0048\u0020a\u006e\u0064\u0020\u0049\u0064\u0065\u006et\u0069\u0074\u0079-\u0056\u002c\u0020\u0073\u0068a\u006c\u006c \u0062\u0065\u0020\u0065\u006d\u0062\u0065\u0064\u0064\u0065\u0064\u0020\u0069\u006e\u0020\u0074h\u0061\u0074\u0020\u0066\u0069\u006c\u0065\u0020\u0061\u0073\u0020\u0064es\u0063\u0072\u0069\u0062\u0065\u0064\u0020\u0069\u006e\u0020\u0050\u0044F\u0020\u0052\u0065\u0066\u0065\u0072\u0065\u006e\u0063\u0065\u00205\u002e\u0036\u002e\u0034\u002e"; -);var _fcca string ;if _dfcb ,_gaag :=_geb .GetName (_cefcg .Get ("\u0053u\u0062\u0074\u0079\u0070\u0065"));_gaag {_fcca =_dfcb .String ();};if _fcca !="\u0054\u0079\u0070e\u0030"{return _fc ;};_efbc :=_cefcg .Get ("\u0045\u006e\u0063\u006f\u0064\u0069\u006e\u0067"); -if _cdgge ,_dgef :=_geb .GetName (_efbc );_dgef {switch _cdgge .String (){case "\u0049\u0064\u0065\u006e\u0074\u0069\u0074\u0079\u002d\u0048","\u0049\u0064\u0065\u006e\u0074\u0069\u0074\u0079\u002d\u0056":return _fc ;default:return _eef (_fdcb ,_cbag ); -};};_beca ,_cgee :=_geb .GetStream (_efbc );if !_cgee {return _eef (_fdcb ,_cbag );};_ ,_dccfd :=_caddc (_beca ,_eeggbd ,_bfdg );if _dccfd !=nil {return _eef (_fdcb ,_cbag );};return _fc ;};func _bcbdc (_fbcbgg *_ae .CompliancePdfReader )(_dfac []ViolatedRule ){for _ ,_bcec :=range _fbcbgg .GetObjectNums (){_fcfee ,_fdbf :=_fbcbgg .GetIndirectObjectByNumber (_bcec ); -if _fdbf !=nil {continue ;};_dgdc ,_bagae :=_geb .GetDict (_fcfee );if !_bagae {continue ;};_egee ,_bagae :=_geb .GetName (_dgdc .Get ("\u0054\u0079\u0070\u0065"));if !_bagae {continue ;};if _egee .String ()!="\u0041\u0063\u0072\u006f\u0046\u006f\u0072\u006d"{continue ; -};_dgbce ,_bagae :=_geb .GetBool (_dgdc .Get ("\u004ee\u0065d\u0041\u0070\u0070\u0065\u0061\u0072\u0061\u006e\u0063\u0065\u0073"));if !_bagae {return _dfac ;};if bool (*_dgbce ){_dfac =append (_dfac ,_eef ("\u0036\u002e\u0039-\u0031","\u0054\u0068\u0065\u0020\u004e\u0065e\u0064\u0041\u0070\u0070\u0065a\u0072\u0061\u006e\u0063\u0065\u0073\u0020\u0066\u006c\u0061\u0067\u0020\u006f\u0066\u0020\u0074\u0068\u0065\u0020\u0069\u006e\u0074\u0065\u0072\u0061\u0063\u0074\u0069\u0076e\u0020\u0066\u006f\u0072\u006d \u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u0065\u0069\u0074\u0068\u0065\u0072\u0020\u006e\u006f\u0074\u0020b\u0065\u0020\u0070\u0072\u0065se\u006e\u0074\u0020\u006f\u0072\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u0062\u0065\u0020\u0066\u0061\u006c\u0073\u0065\u002e")); -};};return _dfac ;};func _dabae (_cfcg *_ae .PdfFont ,_ebbc *_geb .PdfObjectDictionary )ViolatedRule {const (_adcee ="\u0036\u002e\u0032\u002e\u0031\u0031\u002e\u0036\u002d\u0033";_ccaac ="\u0041l\u006c\u0020\u0073\u0079\u006d\u0062\u006f\u006c\u0069\u0063\u0020\u0054\u0072u\u0065\u0054\u0079p\u0065\u0020\u0066\u006f\u006e\u0074s\u0020\u0073h\u0061\u006c\u006c\u0020\u006e\u006f\u0074\u0020\u0073\u0070\u0065\u0063\u0069\u0066\u0079\u0020\u0061\u006e\u0020\u0045\u006e\u0063\u006f\u0064\u0069\u006e\u0067\u0020\u0065n\u0074\u0072\u0079\u0020\u0069n\u0020\u0074\u0068e\u0020\u0066\u006f\u006e\u0074 \u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u002e"; -);var _dffe string ;if _caacb ,_edfad :=_geb .GetName (_ebbc .Get ("\u0053u\u0062\u0074\u0079\u0070\u0065"));_edfad {_dffe =_caacb .String ();};if _dffe !="\u0054\u0072\u0075\u0065\u0054\u0079\u0070\u0065"{return _fc ;};_cggdc :=_cfcg .FontDescriptor (); -_dacg ,_fcgca :=_geb .GetIntVal (_cggdc .Flags );if !_fcgca {_gd .Log .Debug ("\u0066\u006c\u0061\u0067\u0073 \u006e\u006f\u0074\u0020\u0064\u0065\u0066\u0069\u006e\u0065\u0064\u0020\u0066o\u0072\u0020\u0074\u0068\u0065\u0020\u0066\u006f\u006e\u0074\u0020\u0064\u0065\u0073\u0063\u0072\u0069\u0070\u0074\u006f\u0072"); -return _eef (_adcee ,_ccaac );};_gegaf :=(uint32 (_dacg )>>3)&1;_badc :=_gegaf !=0;if !_badc {return _fc ;};if _ebbc .Get ("\u0045\u006e\u0063\u006f\u0064\u0069\u006e\u0067")!=nil {return _eef (_adcee ,_ccaac );};return _fc ;};type imageModifications struct{_fbc *colorspaceModification ; -_adgf _geb .StreamEncoder ;};func _feff (_ggb *_ae .CompliancePdfReader )(_dgeb []ViolatedRule ){var _gdcbe ,_ddg ,_cbcc bool ;if _ggb .ParserMetadata ().HasNonConformantStream (){_dgeb =[]ViolatedRule {_eef ("\u0036.\u0031\u002e\u0037\u002d\u0031","T\u0068\u0065\u0020\u0073\u0074\u0072\u0065\u0061\u006d\u0020\u006b\u0065\u0079\u0077\u006fr\u0064\u0020\u0073\u0068\u0061\u006c\u006c \u0062\u0065\u0020f\u006f\u006cl\u006fw\u0065\u0064\u0020e\u0069\u0074h\u0065\u0072\u0020\u0062\u0079\u0020\u0061 \u0043\u0041\u0052\u0052I\u0041\u0047\u0045\u0020\u0052E\u0054\u0055\u0052\u004e\u0020\u00280\u0044\u0068\u0029\u0020\u0061\u006e\u0064\u0020\u004c\u0049\u004e\u0045\u0020F\u0045\u0045\u0044\u0020\u0028\u0030\u0041\u0068\u0029\u0020\u0063\u0068\u0061\u0072\u0061\u0063\u0074\u0065\u0072\u0020\u0073\u0065\u0071\u0075\u0065\u006e\u0063\u0065\u0020o\u0072\u0020\u0062\u0079\u0020\u0061 \u0073\u0069ng\u006c\u0065\u0020\u004cIN\u0045 \u0046\u0045\u0045\u0044 \u0063\u0068\u0061r\u0061\u0063\u0074\u0065\u0072\u002e\u0020T\u0068\u0065\u0020e\u006e\u0064\u0073\u0074r\u0065\u0061\u006d\u0020\u006b\u0065\u0079\u0077\u006fr\u0064\u0020\u0073\u0068\u0061\u006c\u006c \u0062e\u0020p\u0072\u0065\u0063\u0065\u0064\u0065\u0064\u0020\u0062\u0079\u0020\u0061n\u0020\u0045\u004f\u004c \u006d\u0061\u0072\u006b\u0065\u0072\u002e")}; -};for _ ,_ccc :=range _ggb .GetObjectNums (){_aefgb ,_ :=_ggb .GetIndirectObjectByNumber (_ccc );if _aefgb ==nil {continue ;};_fada ,_efb :=_geb .GetStream (_aefgb );if !_efb {continue ;};if !_gdcbe {_gfbe :=_fada .Get ("\u004c\u0065\u006e\u0067\u0074\u0068"); -if _gfbe ==nil {_dgeb =append (_dgeb ,_eef ("\u0036.\u0031\u002e\u0037\u002d\u0032","\u006e\u006f\u0020'\u004c\u0065\u006e\u0067\u0074\u0068\u0027\u0020\u006b\u0065\u0079\u0020\u0066\u006f\u0075\u006e\u0064\u0020\u0069\u006e\u0020\u0074\u0068\u0065\u0020\u0073\u0074\u0072\u0065a\u006d\u0020\u006f\u0062\u006a\u0065\u0063\u0074")); -_gdcbe =true ;}else {_adgbc ,_efff :=_geb .GetIntVal (_gfbe );if !_efff {_dgeb =append (_dgeb ,_eef ("\u0036.\u0031\u002e\u0037\u002d\u0032","s\u0074\u0072\u0065\u0061\u006d\u0020\u0027\u004c\u0065\u006e\u0067\u0074\u0068\u0027\u0020\u006b\u0065\u0079 \u0073\u0068\u006f\u0075\u006c\u0064\u0020\u0062\u0065\u0020an\u0020\u0069\u006et\u0065g\u0065\u0072")); -_gdcbe =true ;}else {if len (_fada .Stream )!=_adgbc {_dgeb =append (_dgeb ,_eef ("\u0036.\u0031\u002e\u0037\u002d\u0032","\u0073\u0074\u0072\u0065\u0061\u006d\u0020\u006f\u0062\u006a\u0065\u0063\u0074\u0020\u006c\u0065\u006e\u0067th\u0020v\u0061\u006c\u0075\u0065\u0020\u0073\u0068\u006f\u0075\u006c\u0064\u0020m\u0061\u0074\u0063\u0068\u0020\u0074\u0068\u0065\u0020\u0073\u0069\u007a\u0065\u0020\u006f\u0066\u0020t\u0068\u0065\u0020\u0073\u0074\u0072\u0065\u0061\u006d")); -_gdcbe =true ;};};};};if !_ddg {if _fada .Get ("\u0046")!=nil {_ddg =true ;_dgeb =append (_dgeb ,_eef ("\u0036.\u0031\u002e\u0037\u002d\u0033","\u0073\u0074r\u0065\u0061\u006d\u0020\u006f\u0062\u006a\u0065\u0063\u0074\u0020\u0073\u0068\u006f\u0075\u006c\u0064\u0020\u006eo\u0074\u0020\u0063\u006f\u006e\u0074a\u0069\u006e\u0020\u0027\u0046\u0027\u002c\u0027\u0046\u0046\u0069\u006c\u0074\u0065r\u0027\u002c'\u0046\u0044\u0065\u0063o\u0064\u0065\u0050\u0061\u0072a\u006d\u0073\u0027\u0020\u006b\u0065\u0079")); -};if _fada .Get ("\u0046F\u0069\u006c\u0074\u0065\u0072")!=nil &&!_ddg {_ddg =true ;_dgeb =append (_dgeb ,_eef ("\u0036.\u0031\u002e\u0037\u002d\u0033","\u0073\u0074r\u0065\u0061\u006d\u0020\u006f\u0062\u006a\u0065\u0063\u0074\u0020\u0073\u0068\u006f\u0075\u006c\u0064\u0020\u006eo\u0074\u0020\u0063\u006f\u006e\u0074a\u0069\u006e\u0020\u0027\u0046\u0027\u002c\u0027\u0046\u0046\u0069\u006c\u0074\u0065r\u0027\u002c'\u0046\u0044\u0065\u0063o\u0064\u0065\u0050\u0061\u0072a\u006d\u0073\u0027\u0020\u006b\u0065\u0079")); -continue ;};if _fada .Get ("\u0046\u0044\u0065\u0063\u006f\u0064\u0065\u0050\u0061\u0072\u0061\u006d\u0073")!=nil &&!_ddg {_ddg =true ;_dgeb =append (_dgeb ,_eef ("\u0036.\u0031\u002e\u0037\u002d\u0033","\u0073\u0074r\u0065\u0061\u006d\u0020\u006f\u0062\u006a\u0065\u0063\u0074\u0020\u0073\u0068\u006f\u0075\u006c\u0064\u0020\u006eo\u0074\u0020\u0063\u006f\u006e\u0074a\u0069\u006e\u0020\u0027\u0046\u0027\u002c\u0027\u0046\u0046\u0069\u006c\u0074\u0065r\u0027\u002c'\u0046\u0044\u0065\u0063o\u0064\u0065\u0050\u0061\u0072a\u006d\u0073\u0027\u0020\u006b\u0065\u0079")); -continue ;};};if !_cbcc {_afed ,_cbgd :=_geb .GetName (_geb .TraceToDirectObject (_fada .Get ("\u0046\u0069\u006c\u0074\u0065\u0072")));if !_cbgd {continue ;};if *_afed ==_geb .StreamEncodingFilterNameLZW {_cbcc =true ;_dgeb =append (_dgeb ,_eef ("\u0036\u002e\u0031\u002e\u0031\u0030\u002d\u0031","\u0054h\u0065\u0020L\u005a\u0057\u0044\u0065c\u006f\u0064\u0065 \u0066\u0069\u006c\u0074\u0065\u0072\u0020\u0073\u0068al\u006c\u0020\u006eo\u0074\u0020b\u0065\u0020\u0070\u0065\u0072\u006di\u0074\u0074e\u0064\u002e")); -};};};return _dgeb ;}; +// Profile3Options are the options that changes the way how optimizer may try to adapt document into PDF/A standard. +type Profile3Options struct{ -// ApplyStandard tries to change the content of the writer to match the PDF/A-1 standard. -// Implements model.StandardApplier. -func (_dgdg *profile1 )ApplyStandard (document *_bag .Document )(_fcde error ){_fdc (document ,4);if _fcde =_dfad (document ,_dgdg ._dbbb .Now );_fcde !=nil {return _fcde ;};if _fcde =_cbbd (document );_fcde !=nil {return _fcde ;};_bdb ,_edff :=_fcea (_dgdg ._dbbb .CMYKDefaultColorSpace ,_dgdg ._bcaf ); -_fcde =_bffd (document ,[]pageColorspaceOptimizeFunc {_fcd ,_bdb },[]documentColorspaceOptimizeFunc {_edff });if _fcde !=nil {return _fcde ;};_dgdb (document );if _fcde =_gfcc (document ,_dgdg ._bcaf ._fgb );_fcde !=nil {return _fcde ;};if _fcde =_bgea (document ); -_fcde !=nil {return _fcde ;};if _fcde =_feb (document );_fcde !=nil {return _fcde ;};if _fcde =_bdd (document );_fcde !=nil {return _fcde ;};if _fcde =_gfb (document );_fcde !=nil {return _fcde ;};if _dgdg ._bcaf ._ea =="\u0041"{_fagcd (document );};if _fcde =_bdf (document ,_dgdg ._bcaf ._fgb ); -_fcde !=nil {return _fcde ;};if _fcde =_ce (document );_fcde !=nil {return _fcde ;};if _fcdg :=_abc (document ,_dgdg ._bcaf ,_dgdg ._dbbb .Xmp );_fcdg !=nil {return _fcdg ;};if _dgdg ._bcaf ==_cb (){if _fcde =_gfef (document );_fcde !=nil {return _fcde ; -};};if _fcde =_bbg (document );_fcde !=nil {return _fcde ;};return nil ;};func _bbg (_ebf *_bag .Document )error {for _ ,_eab :=range _ebf .Objects {_ede ,_dda :=_geb .GetDict (_eab );if !_dda {continue ;};_egc :=_ede .Get ("\u0054\u0079\u0070\u0065"); -if _egc ==nil {continue ;};if _fagc ,_fcg :=_geb .GetName (_egc );_fcg &&_fagc .String ()!="\u0041\u0063\u0072\u006f\u0046\u006f\u0072\u006d"{continue ;};_gdcb ,_cfbea :=_geb .GetBool (_ede .Get ("\u004ee\u0065d\u0041\u0070\u0070\u0065\u0061\u0072\u0061\u006e\u0063\u0065\u0073")); -if _cfbea {if bool (*_gdcb ){_ede .Set ("\u004ee\u0065d\u0041\u0070\u0070\u0065\u0061\u0072\u0061\u006e\u0063\u0065\u0073",_geb .MakeBool (false ));};};_ege :=_ede .Get ("\u0041");if _ege !=nil {_ede .Remove ("\u0041");};_dbeg ,_cfbea :=_geb .GetArray (_ede .Get ("\u0046\u0069\u0065\u006c\u0064\u0073")); -if _cfbea {for _cgec :=0;_cgec < _dbeg .Len ();_cgec ++{_bcd ,_cfd :=_geb .GetDict (_dbeg .Get (_cgec ));if !_cfd {continue ;};if _bcd .Get ("\u0041\u0041")!=nil {_bcd .Remove ("\u0041\u0041");};};};};return nil ;};func _debed (_daaab *_ae .CompliancePdfReader )(*_geb .PdfObjectDictionary ,bool ){_bbad ,_cbfg :=_daaab .GetTrailer (); -if _cbfg !=nil {_gd .Log .Debug ("\u0043\u0061\u006en\u006f\u0074\u0020\u0067e\u0074\u0020\u0064\u006f\u0063\u0075\u006de\u006e\u0074\u0020\u0074\u0072\u0061\u0069\u006c\u0065\u0072\u003a\u0020\u0025\u0076",_cbfg );return nil ,false ;};_aafb ,_egbff :=_bbad .Get ("\u0052\u006f\u006f\u0074").(*_geb .PdfObjectReference ); -if !_egbff {_gd .Log .Debug ("\u0043a\u006e\u006e\u006f\u0074 \u0066\u0069\u006e\u0064\u0020d\u006fc\u0075m\u0065\u006e\u0074\u0020\u0072\u006f\u006ft");return nil ,false ;};_ebaba ,_egbff :=_geb .GetDict (_geb .ResolveReference (_aafb ));if !_egbff {_gd .Log .Debug ("\u0063\u0061\u006e\u006e\u006f\u0074 \u0072\u0065\u0073\u006f\u006c\u0076\u0065\u0020\u0063\u0061\u0074\u0061\u006co\u0067\u0020\u0064\u0069\u0063\u0074\u0069o\u006e\u0061\u0072\u0079"); -return nil ,false ;};return _ebaba ,true ;}; +// CMYKDefaultColorSpace is an option that refers PDF/A +CMYKDefaultColorSpace bool ; -// String gets a string representation of the violated rule. -func (_afd ViolatedRule )String ()string {return _d .Sprintf ("\u0025\u0073\u003a\u0020\u0025\u0073",_afd .RuleNo ,_afd .Detail );}; +// Now is a function that returns current time. +Now func ()_f .Time ; -// NewProfile2U creates a new Profile2U with the given options. -func NewProfile2U (options *Profile2Options )*Profile2U {if options ==nil {options =DefaultProfile2Options ();};_ddad (options );return &Profile2U {profile2 {_feca :*options ,_ceceg :_fe ()}};};func _dfggc (_bgge *_geb .PdfObjectDictionary ,_edbeb map[*_geb .PdfObjectStream ][]byte ,_fggea map[*_geb .PdfObjectStream ]*_gba .CMap )ViolatedRule {const (_bcdc ="\u0046\u006f\u0072\u0020\u0061\u006e\u0079\u0020\u0067\u0069\u0076\u0065\u006e\u0020\u0063\u006f\u006d\u0070o\u0073\u0069\u0074e\u0020\u0028\u0054\u0079\u0070\u0065\u0020\u0030\u0029 \u0066\u006fn\u0074\u0020\u0077\u0069\u0074\u0068\u0069\u006e \u0061\u0020\u0063\u006fn\u0066\u006fr\u006d\u0069\u006e\u0067\u0020\u0066\u0069\u006c\u0065\u002c\u0020\u0074\u0068\u0065\u0020\u0043\u0049\u0044\u0053\u0079\u0073\u0074\u0065\u006d\u0049\u006e\u0066\u006f \u0065\u006e\u0074\u0072\u0079\u0020\u0069\u006e\u0020\u0069\u0074\u0073 \u0043\u0049\u0044\u0046\u006f\u006e\u0074\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u0020\u0061\u006e\u0064\u0020\u0069\u0074\u0073\u0020\u0045\u006e\u0063\u006f\u0064\u0069\u006e\u0067\u0020\u0064\u0069\u0063\u0074\u0069o\u006e\u0061\u0072y\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u0068\u0061\u0076\u0065\u0020\u0074\u0068\u0065\u0020\u0066\u006fl\u006c\u006f\u0077\u0069\u006e\u0067\u0020\u0072\u0065l\u0061t\u0069\u006f\u006e\u0073\u0068\u0069\u0070. \u0049\u0066\u0020\u0074\u0068\u0065\u0020\u0045\u006e\u0063\u006f\u0064\u0069\u006e\u0067\u0020\u006b\u0065\u0079 \u0069\u006e\u0020\u0074\u0068\u0065\u0020\u0054\u0079\u0070\u0065\u0020\u0030 \u0066\u006f\u006e\u0074\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079 \u0069\u0073\u0020I\u0064\u0065n\u0074\u0069\u0074\u0079\u002d\u0048\u0020\u006f\u0072\u0020\u0049\u0064\u0065\u006e\u0074\u0069\u0074\u0079\u002d\u0056\u002c\u0020\u0061\u006e\u0079\u0020v\u0061\u006c\u0075\u0065\u0073\u0020\u006f\u0066\u0020\u0052\u0065\u0067\u0069\u0073\u0074\u0072\u0079\u002c\u0020\u004f\u0072\u0064\u0065\u0072\u0069\u006e\u0067\u002c\u0020\u0061\u006e\u0064\u0020\u0053up\u0070\u006c\u0065\u006d\u0065\u006e\u0074\u0020\u006d\u0061\u0079\u0020\u0062\u0065\u0020\u0075\u0073\u0065\u0064\u0020\u0069n\u0020\u0074h\u0065\u0020\u0043\u0049\u0044\u0053\u0079\u0073\u0074\u0065\u006d\u0049\u006e\u0066\u006f\u0020\u0065\u006e\u0074r\u0079\u0020\u006ff\u0020\u0074\u0068\u0065\u0020\u0043\u0049\u0044F\u006f\u006e\u0074\u002e\u0020\u004f\u0074\u0068\u0065\u0072\u0077\u0069\u0073\u0065\u002c\u0020\u0074\u0068\u0065\u0020\u0063\u006f\u0072\u0072\u0065\u0073\u0070\u006f\u006e\u0064\u0069\u006e\u0067\u0020\u0052\u0065\u0067\u0069\u0073\u0074\u0072\u0079\u0020a\u006e\u0064\u0020\u004f\u0072\u0064\u0065\u0072\u0069\u006e\u0067\u0020s\u0074\u0072\u0069\u006e\u0067\u0073\u0020\u0069\u006e\u0020\u0062\u006f\u0074h\u0020\u0043\u0049\u0044\u0053\u0079\u0073\u0074\u0065m\u0049\u006e\u0066\u006f\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0069\u0065\u0073\u0020\u0073\u0068\u0061\u006cl\u0020\u0062\u0065\u0020i\u0064en\u0074\u0069\u0063\u0061\u006c\u002c \u0061n\u0064\u0020\u0074\u0068\u0065\u0020v\u0061\u006c\u0075\u0065\u0020\u006f\u0066\u0020\u0074\u0068\u0065\u0020\u0053\u0075\u0070\u0070l\u0065\u006d\u0065\u006e\u0074 \u006b\u0065\u0079\u0020\u0069\u006e\u0020t\u0068\u0065\u0020\u0043I\u0044S\u0079\u0073\u0074\u0065\u006d\u0049\u006e\u0066o\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u0020\u006ff\u0020\u0074\u0068\u0065\u0020\u0043\u0049\u0044\u0046\u006f\u006e\u0074\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u0062\u0065\u0020\u0067re\u0061\u0074\u0065\u0072\u0020\u0074\u0068\u0061\u006e\u0020\u006f\u0072\u0020\u0065\u0071\u0075\u0061\u006c\u0020\u0074\u006f t\u0068\u0065\u0020\u0053\u0075\u0070\u0070\u006c\u0065\u006d\u0065\u006e\u0074\u0020\u006b\u0065\u0079\u0020\u0069\u006e\u0020\u0074h\u0065\u0020\u0043\u0049\u0044\u0053\u0079\u0073\u0074\u0065\u006d\u0049\u006e\u0066o\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u0020\u006ff\u0020\u0074\u0068\u0065\u0020\u0043M\u0061p\u002e"; -_deffd ="\u0036\u002e\u0032\u002e\u0031\u0031\u002e\u0033\u002d\u0031";);var _bdcc string ;if _dfefe ,_ffefb :=_geb .GetName (_bgge .Get ("\u0053u\u0062\u0074\u0079\u0070\u0065"));_ffefb {_bdcc =_dfefe .String ();};if _bdcc !="\u0054\u0079\u0070e\u0030"{return _fc ; -};_baggd :=_bgge .Get ("\u0045\u006e\u0063\u006f\u0064\u0069\u006e\u0067");if _efgda ,_bbeg :=_geb .GetName (_baggd );_bbeg {switch _efgda .String (){case "\u0049\u0064\u0065\u006e\u0074\u0069\u0074\u0079\u002d\u0048","\u0049\u0064\u0065\u006e\u0074\u0069\u0074\u0079\u002d\u0056":return _fc ; -};_bafgc ,_abaeb :=_gba .LoadPredefinedCMap (_efgda .String ());if _abaeb !=nil {return _eef (_deffd ,_bcdc );};_egdfg :=_bafgc .CIDSystemInfo ();if _egdfg .Ordering !=_egdfg .Registry {return _eef (_deffd ,_bcdc );};return _fc ;};_fbegg ,_ecde :=_geb .GetStream (_baggd ); -if !_ecde {return _eef (_deffd ,_bcdc );};_dadbd ,_abde :=_caddc (_fbegg ,_edbeb ,_fggea );if _abde !=nil {return _eef (_deffd ,_bcdc );};_gbca :=_dadbd .CIDSystemInfo ();if _gbca .Ordering !=_gbca .Registry {return _eef (_deffd ,_bcdc );};return _fc ; -}; +// Xmp is the xmp options information. +Xmp XmpOptions ;}; -// Part gets the PDF/A version level. -func (_cga *profile2 )Part ()int {return _cga ._ceceg ._fgb };func _abc (_bdgg *_bag .Document ,_fbfd standardType ,_acf XmpOptions )error {_ged ,_gefc :=_bdgg .FindCatalog ();if !_gefc {return nil ;};var _efc *_eg .Document ;_dcg ,_gefc :=_ged .GetMetadata (); -if !_gefc {_efc =_eg .NewDocument ();}else {var _dfc error ;_efc ,_dfc =_eg .LoadDocument (_dcg .Stream );if _dfc !=nil {return _dfc ;};};_bgg :=_eg .PdfInfoOptions {InfoDict :_bdgg .Info ,PdfVersion :_d .Sprintf ("\u0025\u0064\u002e%\u0064",_bdgg .Version .Major ,_bdgg .Version .Minor ),Copyright :_acf .Copyright ,Overwrite :true }; -_dcge ,_gefc :=_ged .GetMarkInfo ();if _gefc {_dca ,_abe :=_geb .GetBool (_dcge .Get ("\u004d\u0061\u0072\u006b\u0065\u0064"));if _abe &&bool (*_dca ){_bgg .Marked =true ;};};if _caac :=_efc .SetPdfInfo (&_bgg );_caac !=nil {return _caac ;};if _gdcf :=_efc .SetPdfAID (_fbfd ._fgb ,_fbfd ._ea ); -_gdcf !=nil {return _gdcf ;};_bfdd :=_eg .MediaManagementOptions {OriginalDocumentID :_acf .OriginalDocumentID ,DocumentID :_acf .DocumentID ,InstanceID :_acf .InstanceID ,NewDocumentID :!_acf .NewDocumentVersion ,ModifyComment :"O\u0070\u0074\u0069\u006d\u0069\u007ae\u0020\u0064\u006f\u0063\u0075\u006de\u006e\u0074\u0020\u0074\u006f\u0020\u0050D\u0046\u002f\u0041\u0020\u0073\u0074\u0061\u006e\u0064\u0061r\u0064"}; -_ccf ,_gefc :=_geb .GetDict (_bdgg .Info );if _gefc {if _fabf ,_cca :=_geb .GetString (_ccf .Get ("\u004do\u0064\u0044\u0061\u0074\u0065"));_cca &&_fabf .String ()!=""{_gaa ,_agf :=_cf .ParsePdfTime (_fabf .String ());if _agf !=nil {return _d .Errorf ("\u0069n\u0076\u0061\u006c\u0069d\u0020\u004d\u006f\u0064\u0044a\u0074e\u0020f\u0069\u0065\u006c\u0064\u003a\u0020\u0025w",_agf ); -};_bfdd .ModifyDate =_gaa ;};};if _ddf :=_efc .SetMediaManagement (&_bfdd );_ddf !=nil {return _ddf ;};if _aebb :=_efc .SetPdfAExtension ();_aebb !=nil {return _aebb ;};_egf ,_ddff :=_efc .MarshalIndent (_acf .MarshalPrefix ,_acf .MarshalIndent );if _ddff !=nil {return _ddff ; -};if _ace :=_ged .SetMetadata (_egf );_ace !=nil {return _ace ;};return nil ;};func _beac (_afda *_bag .Document )error {_dcbf ,_aaaf :=_afda .FindCatalog ();if !_aaaf {return _e .New ("\u0063\u0061\u0074\u0061\u006c\u006f\u0067\u0020\u006e\u006f\u0074\u0020f\u006f\u0075\u006e\u0064"); -};_gbbg ,_aaaf :=_geb .GetDict (_dcbf .Object .Get ("\u004e\u0061\u006de\u0073"));if !_aaaf {return nil ;};if _gbbg .Get ("\u0041\u006c\u0074\u0065rn\u0061\u0074\u0065\u0050\u0072\u0065\u0073\u0065\u006e\u0074\u0061\u0074\u0069\u006fn\u0073")!=nil {_gbbg .Remove ("\u0041\u006c\u0074\u0065rn\u0061\u0074\u0065\u0050\u0072\u0065\u0073\u0065\u006e\u0074\u0061\u0074\u0069\u006fn\u0073"); -};return nil ;};func _fffbf (_ddccf *_ae .CompliancePdfReader )(_eddf []ViolatedRule ){_cfca :=true ;_cacf ,_dfcgc :=_ddccf .GetCatalogMarkInfo ();if !_dfcgc {_cfca =false ;}else {_bbaf ,_dgefe :=_geb .GetDict (_cacf );if _dgefe {_fegga ,_cedg :=_geb .GetBool (_bbaf .Get ("\u004d\u0061\u0072\u006b\u0065\u0064")); -if !bool (*_fegga )||!_cedg {_cfca =false ;};}else {_cfca =false ;};};if !_cfca {_eddf =append (_eddf ,_eef ("\u0036.\u0038\u002e\u0032\u002e\u0032\u002d1","\u0054\u0068\u0065\u0020\u0064\u006f\u0063\u0075\u006d\u0065\u006e\u0074\u0020\u0063\u0061\u0074\u0061\u006cog\u0020d\u0069\u0063\u0074\u0069\u006f\u006e\u0061r\u0079 \u0073\u0068\u0061\u006c\u006c\u0020\u0069\u006e\u0063\u006c\u0075\u0064\u0065\u0020\u0061\u0020M\u0061r\u006b\u0049\u006e\u0066\u006f\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006ea\u0072\u0079\u0020\u0077\u0069\u0074\u0068\u0020\u0061 \u004d\u0061\u0072\u006b\u0065\u0064\u0020\u0065\u006et\u0072\u0079\u0020\u0069\u006e\u0020\u0069\u0074,\u0020\u0077\u0068\u006f\u0073\u0065\u0020\u0076\u0061lu\u0065\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u0062\u0065\u0020\u0074\u0072\u0075\u0065")); -};_dgebb ,_dfcgc :=_ddccf .GetCatalogStructTreeRoot ();if !_dfcgc {_eddf =append (_eddf ,_eef ("\u0036.\u0038\u002e\u0033\u002e\u0033\u002d1","\u0054\u0068\u0065\u0020\u006c\u006f\u0067\u0069\u0063\u0061\u006c\u0020\u0073\u0074\u0072\u0075\u0063\u0074\u0075r\u0065\u0020\u006f\u0066\u0020\u0074\u0068e\u0020\u0063\u006f\u006e\u0066\u006f\u0072\u006d\u0069\u006e\u0067 \u0066\u0069\u006c\u0065\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u0062\u0065\u0020\u0064\u0065\u0073\u0063\u0072\u0069\u0062\u0065d \u0062\u0079\u0020a\u0020s\u0074\u0072\u0075\u0063\u0074\u0075\u0072e\u0020\u0068\u0069\u0065\u0072\u0061\u0072\u0063\u0068\u0079\u0020\u0072\u006f\u006ft\u0065\u0064\u0020i\u006e\u0020\u0074\u0068\u0065\u0020\u0053\u0074\u0072\u0075\u0063\u0074\u0054\u0072\u0065\u0065\u0052\u006f\u006f\u0074\u0020\u0065\u006e\u0074r\u0079\u0020\u006f\u0066\u0020\u0074h\u0065\u0020d\u006fc\u0075\u006d\u0065\u006e\u0074\u0020\u0063\u0061t\u0061\u006c\u006fg \u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u002c\u0020\u0061\u0073\u0020\u0064\u0065\u0073\u0063\u0072\u0069\u0062\u0065\u0064\u0020\u0069n\u0020\u0050\u0044\u0046\u0020\u0052\u0065\u0066\u0065\u0072\u0065\u006e\u0063\u0065 \u0039\u002e\u0036\u002e")); -};_egde ,_dfcgc :=_geb .GetDict (_dgebb );if _dfcgc {_faa ,_fcbd :=_geb .GetName (_egde .Get ("\u0052o\u006c\u0065\u004d\u0061\u0070"));if _fcbd {_dbdeb ,_fadf :=_geb .GetDict (_faa );if _fadf {for _ ,_abae :=range _dbdeb .Keys (){_edbba :=_dbdeb .Get (_abae ); -if _edbba ==nil {_eddf =append (_eddf ,_eef ("\u0036.\u0038\u002e\u0033\u002e\u0034\u002d1","\u0041\u006c\u006c\u0020\u006eo\u006e\u002ds\u0074\u0061\u006e\u0064\u0061\u0072\u0064\u0020\u0073t\u0072\u0075\u0063\u0074ure\u0020\u0074\u0079\u0070\u0065s\u0020\u0073\u0068\u0061\u006c\u006c \u0062\u0065\u0020\u006d\u0061\u0070\u0070\u0065d\u0020\u0074\u006f\u0020\u0074\u0068\u0065\u0020n\u0065\u0061\u0072\u0065\u0073\u0074\u0020\u0066\u0075\u006e\u0063t\u0069\u006f\u006e\u0061\u006c\u006c\u0079\u0020\u0065\u0071\u0075\u0069\u0076\u0061\u006c\u0065\u006e\u0074\u0020\u0073\u0074a\u006ed\u0061r\u0064\u0020\u0074\u0079\u0070\u0065\u002c\u0020\u0061\u0073\u0020\u0064\u0065\u0066\u0069\u006ee\u0064\u0020\u0069\u006e\u0020\u0050\u0044\u0046\u0020\u0052\u0065\u0066\u0065re\u006e\u0063e\u0020\u0039\u002e\u0037\u002e\u0034\u002c\u0020i\u006e\u0020\u0074\u0068e\u0020\u0072\u006fl\u0065\u0020\u006d\u0061p \u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u0020\u006f\u0066 \u0074h\u0065\u0020\u0073\u0074\u0072\u0075c\u0074\u0075r\u0065\u0020\u0074\u0072e\u0065\u0020\u0072\u006f\u006ft\u002e")); -};};};};};return _eddf ;}; +// StandardName gets the name of the standard. +func (_gfe *profile1 )StandardName ()string {return _b .Sprintf ("\u0050D\u0046\u002f\u0041\u002d\u0031\u0025s",_gfe ._deeb ._fa );}; -// NewProfile2A creates a new Profile2A with given options. -func NewProfile2A (options *Profile2Options )*Profile2A {if options ==nil {options =DefaultProfile2Options ();};_ddad (options );return &Profile2A {profile2 {_feca :*options ,_ceceg :_cba ()}};};func _dfcge (_gabe *_ae .CompliancePdfReader )(_fgcg ViolatedRule ){_dgca ,_bgbfg :=_debed (_gabe ); -if !_bgbfg {return _fc ;};if _dgca .Get ("\u0041\u0041")!=nil {return _eef ("\u0036.\u0035\u002e\u0032\u002d\u0031","\u0054h\u0065\u0020\u0064\u006fc\u0075m\u0065\u006e\u0074\u0020\u0063\u0061\u0074\u0061\u006co\u0067\u0020\u0073\u0068\u0061\u006c\u006c\u0020n\u006f\u0074\u0020\u0069\u006e\u0063\u006c\u0075\u0064\u0065\u0020a\u006e\u0020\u0041\u0041\u0020\u0065\u006e\u0074\u0072\u0079 \u0066\u006f\u0072\u0020\u0061\u006e\u0020\u0061\u0064\u0064\u0069\u0074\u0069\u006f\u006e\u0061\u006c\u002d\u0061c\u0074\u0069\u006f\u006e\u0073\u0020\u0064\u0069\u0063\u0074\u0069\u006fn\u0061r\u0079\u002e"); -};return _fc ;};func _gebd (_eggbe *_ae .PdfFont ,_bccg *_geb .PdfObjectDictionary )ViolatedRule {const (_eced ="\u0036.\u0033\u002e\u0037\u002d\u0032";_deag ="\u0041l\u006c\u0020\u0073\u0079\u006d\u0062\u006f\u006c\u0069\u0063\u0020\u0054\u0072u\u0065\u0054\u0079p\u0065\u0020\u0066\u006f\u006e\u0074s\u0020\u0073h\u0061\u006c\u006c\u0020\u006e\u006f\u0074\u0020\u0073\u0070\u0065\u0063\u0069\u0066\u0079\u0020\u0061\u006e\u0020\u0045\u006e\u0063\u006f\u0064\u0069\u006e\u0067\u0020\u0065n\u0074\u0072\u0079\u0020\u0069n\u0020\u0074\u0068e\u0020\u0066\u006f\u006e\u0074 \u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u002e"; -);var _abbe string ;if _dacd ,_cgbdf :=_geb .GetName (_bccg .Get ("\u0053u\u0062\u0074\u0079\u0070\u0065"));_cgbdf {_abbe =_dacd .String ();};if _abbe !="\u0054\u0072\u0075\u0065\u0054\u0079\u0070\u0065"{return _fc ;};_fffea :=_eggbe .FontDescriptor (); -_gbad ,_edfc :=_geb .GetIntVal (_fffea .Flags );if !_edfc {_gd .Log .Debug ("\u0066\u006c\u0061\u0067\u0073 \u006e\u006f\u0074\u0020\u0064\u0065\u0066\u0069\u006e\u0065\u0064\u0020\u0066o\u0072\u0020\u0074\u0068\u0065\u0020\u0066\u006f\u006e\u0074\u0020\u0064\u0065\u0073\u0063\u0072\u0069\u0070\u0074\u006f\u0072"); -return _eef (_eced ,_deag );};_dcdgg :=(uint32 (_gbad )>>3)&1;_dbbbg :=_dcdgg !=0;if !_dbbbg {return _fc ;};if _bccg .Get ("\u0045\u006e\u0063\u006f\u0064\u0069\u006e\u0067")!=nil {return _eef (_eced ,_deag );};return _fc ;};func _cbfe (_aabd *_ae .CompliancePdfReader )(*_geb .PdfObjectDictionary ,bool ){_fccf ,_gbaf :=_debed (_aabd ); -if !_gbaf {return nil ,false ;};_aaaa ,_gbaf :=_geb .GetArray (_fccf .Get ("\u004f\u0075\u0074\u0070\u0075\u0074\u0049\u006e\u0074\u0065\u006e\u0074\u0073"));if !_gbaf {return nil ,false ;};if _aaaa .Len ()==0{return nil ,false ;};return _geb .GetDict (_aaaa .Get (0)); -}; +// DefaultProfile3Options the default options for the Profile3. +func DefaultProfile3Options ()*Profile3Options {return &Profile3Options {Now :_f .Now ,Xmp :XmpOptions {MarshalIndent :"\u0009"}};};func _aabca (_cfcf *_g .CompliancePdfReader )(_aeffg ViolatedRule ){for _ ,_caed :=range _cfcf .GetObjectNums (){_ddde ,_gbceb :=_cfcf .GetIndirectObjectByNumber (_caed ); +if _gbceb !=nil {continue ;};_dagdg ,_ebgd :=_aad .GetStream (_ddde );if !_ebgd {continue ;};_gagge ,_ebgd :=_aad .GetName (_dagdg .Get ("\u0054\u0079\u0070\u0065"));if !_ebgd {continue ;};if *_gagge !="\u0058O\u0062\u006a\u0065\u0063\u0074"{continue ; +};_ ,_ebgd =_aad .GetName (_dagdg .Get ("\u004f\u0050\u0049"));if _ebgd {return _fgdg ("\u0036.\u0032\u002e\u0039\u002d\u0031","\u0041\u0020\u0066\u006f\u0072m\u0020\u0058\u004f\u0062\u006a\u0065c\u0074\u0020\u0064i\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u006e\u006ft\u0020\u0063\u006f\u006e\u0074\u0061\u0069n\u0020\u0061\u006e\u0079\u0020\u006f\u0066\u0020\u0074\u0068\u0065\u0020\u0066\u006f\u006c\u006c\u006f\u0077\u0069\u006e\u0067\u003a \u002d\u0020\u0074\u0068\u0065\u0020O\u0050\u0049\u0020\u006b\u0065\u0079\u003b \u002d\u0020\u0074\u0068e \u0053u\u0062\u0074\u0079\u0070\u0065\u0032 ke\u0079 \u0077\u0069t\u0068\u0020\u0061\u0020\u0076\u0061l\u0075\u0065\u0020\u006f\u0066\u0020\u0050\u0053\u003b\u0020\u002d \u0074\u0068\u0065\u0020\u0050\u0053\u0020\u006b\u0065\u0079\u002e"); +};_agagf ,_ebgd :=_aad .GetName (_dagdg .Get ("\u0053\u0075\u0062\u0074\u0079\u0070\u0065\u0032"));if !_ebgd {continue ;};if *_agagf =="\u0050\u0053"{return _fgdg ("\u0036.\u0032\u002e\u0039\u002d\u0031","\u0041\u0020\u0066\u006f\u0072m\u0020\u0058\u004f\u0062\u006a\u0065c\u0074\u0020\u0064i\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u006e\u006ft\u0020\u0063\u006f\u006e\u0074\u0061\u0069n\u0020\u0061\u006e\u0079\u0020\u006f\u0066\u0020\u0074\u0068\u0065\u0020\u0066\u006f\u006c\u006c\u006f\u0077\u0069\u006e\u0067\u003a \u002d\u0020\u0074\u0068\u0065\u0020O\u0050\u0049\u0020\u006b\u0065\u0079\u003b \u002d\u0020\u0074\u0068e \u0053u\u0062\u0074\u0079\u0070\u0065\u0032 ke\u0079 \u0077\u0069t\u0068\u0020\u0061\u0020\u0076\u0061l\u0075\u0065\u0020\u006f\u0066\u0020\u0050\u0053\u003b\u0020\u002d \u0074\u0068\u0065\u0020\u0050\u0053\u0020\u006b\u0065\u0079\u002e"); +};if _dagdg .Get ("\u0050\u0053")!=nil {return _fgdg ("\u0036.\u0032\u002e\u0039\u002d\u0031","\u0041\u0020\u0066\u006f\u0072m\u0020\u0058\u004f\u0062\u006a\u0065c\u0074\u0020\u0064i\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u006e\u006ft\u0020\u0063\u006f\u006e\u0074\u0061\u0069n\u0020\u0061\u006e\u0079\u0020\u006f\u0066\u0020\u0074\u0068\u0065\u0020\u0066\u006f\u006c\u006c\u006f\u0077\u0069\u006e\u0067\u003a \u002d\u0020\u0074\u0068\u0065\u0020O\u0050\u0049\u0020\u006b\u0065\u0079\u003b \u002d\u0020\u0074\u0068e \u0053u\u0062\u0074\u0079\u0070\u0065\u0032 ke\u0079 \u0077\u0069t\u0068\u0020\u0061\u0020\u0076\u0061l\u0075\u0065\u0020\u006f\u0066\u0020\u0050\u0053\u003b\u0020\u002d \u0074\u0068\u0065\u0020\u0050\u0053\u0020\u006b\u0065\u0079\u002e"); +};};return _aeffg ;}; -// NewProfile3U creates a new Profile3U with the given options. -func NewProfile3U (options *Profile3Options )*Profile3U {if options ==nil {options =DefaultProfile3Options ();};_aged (options );return &Profile3U {profile3 {_ebg :*options ,_egbf :_cc ()}};};func _ed ()standardType {return standardType {_fgb :1,_ea :"\u0042"}}; -func _faab (_efegb *_ae .CompliancePdfReader )ViolatedRule {for _ ,_fdee :=range _efegb .PageList {_afcf ,_abba :=_fdee .GetContentStreams ();if _abba !=nil {continue ;};for _ ,_gddgg :=range _afcf {_ccfg :=_gg .NewContentStreamParser (_gddgg );_ ,_abba =_ccfg .Parse (); -if _abba !=nil {return _eef ("\u0036.\u0032\u002e\u0032\u002d\u0031","\u0041\u0020\u0063onten\u0074\u0020\u0073\u0074\u0072\u0065\u0061\u006d\u0020\u0073\u0068\u0061\u006c\u006c n\u006f\u0074\u0020c\u006f\u006e\u0074\u0061\u0069\u006e\u0020\u0061\u006e\u0079 \u006f\u0070\u0065\u0072\u0061\u0074\u006f\u0072\u0073\u0020\u006e\u006ft\u0020\u0064\u0065\u0066\u0069\u006e\u0065\u0064\u0020\u0069\u006e\u0020\u0050\u0044\u0046\u0020\u0052\u0065f\u0065\u0072\u0065\u006e\u0063\u0065\u0020\u0065\u0076\u0065\u006e\u0020\u0069\u0066\u0020s\u0075\u0063\u0068\u0020\u006f\u0070\u0065r\u0061\u0074\u006f\u0072\u0073\u0020\u0061\u0072\u0065\u0020\u0062\u0072\u0061\u0063\u006b\u0065\u0074\u0065\u0064\u0020\u0062\u0079\u0020\u0074\u0068\u0065\u0020\u0042\u0058\u002f\u0045\u0058\u0020\u0063\u006f\u006d\u0070\u0061\u0074\u0069\u0062i\u006c\u0069\u0074\u0079\u0020\u006f\u0070\u0065\u0072\u0061\u0074\u006f\u0072\u0073\u002e"); -};};};return _fc ;}; +// NewProfile1B creates a new Profile1B with the given options. +func NewProfile1B (options *Profile1Options )*Profile1B {if options ==nil {options =DefaultProfile1Options ();};_fcf (options );return &Profile1B {profile1 {_bgd :*options ,_deeb :_ed ()}};};var _ Profile =(*Profile2B )(nil );func _ecedg (_eddc *_g .CompliancePdfReader )(_cage ViolatedRule ){_bagde ,_caga :=_dagg (_eddc ); +if !_caga {return _fbc ;};if _bagde .Get ("\u0041\u0041")!=nil {return _fgdg ("\u0036.\u0036\u002e\u0032\u002d\u0033","\u0054\u0068e\u0020\u0064\u006f\u0063\u0075\u006d\u0065n\u0074 \u0063\u0061\u0074a\u006c\u006f\u0067\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u006eo\u0074\u0020\u0069\u006e\u0063\u006c\u0075\u0064\u0065\u0020\u0061\u006e\u0020\u0041\u0041\u0020\u0065n\u0074r\u0079 \u0066\u006f\u0072 \u0061\u006e\u0020\u0061\u0064\u0064\u0069\u0074\u0069\u006f\u006e\u0061\u006c\u002d\u0061\u0063\u0074i\u006f\u006e\u0073\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u002e"); +};return _fbc ;}; + +// DefaultProfile1Options are the default options for the Profile1. +func DefaultProfile1Options ()*Profile1Options {return &Profile1Options {Now :_f .Now ,Xmp :XmpOptions {MarshalIndent :"\u0009"}};};func _ffee (_afdc *_ad .Document )error {_ebdcg ,_befe :=_afdc .FindCatalog ();if !_befe {return _a .New ("\u0063\u0061\u0074\u0061\u006c\u006f\u0067\u0020\u006e\u006f\u0074\u0020f\u006f\u0075\u006e\u0064"); +};_dfb ,_befe :=_aad .GetDict (_ebdcg .Object .Get ("\u004e\u0061\u006de\u0073"));if !_befe {return nil ;};if _dfb .Get ("\u0041\u006c\u0074\u0065rn\u0061\u0074\u0065\u0050\u0072\u0065\u0073\u0065\u006e\u0074\u0061\u0074\u0069\u006fn\u0073")!=nil {_dfb .Remove ("\u0041\u006c\u0074\u0065rn\u0061\u0074\u0065\u0050\u0072\u0065\u0073\u0065\u006e\u0074\u0061\u0074\u0069\u006fn\u0073"); +};return nil ;};func _aggf (_cggg *_aad .PdfObjectDictionary ,_agea map[*_aad .PdfObjectStream ][]byte ,_baag map[*_aad .PdfObjectStream ]*_bf .CMap )ViolatedRule {const (_fafe ="\u0036.\u0033\u002e\u0033\u002d\u0033";_fadc ="\u0041\u006cl \u0043\u004d\u0061\u0070\u0073\u0020\u0075\u0073e\u0064 \u0077i\u0074\u0068\u0069\u006e\u0020\u0061\u0020\u0063\u006f\u006e\u0066\u006f\u0072m\u0069n\u0067\u0020\u0066\u0069\u006c\u0065\u002c\u0020\u0065\u0078\u0063\u0065\u0070\u0074\u0020\u0049\u0064\u0065\u006e\u0074\u0069\u0074\u0079\u002d\u0048\u0020a\u006e\u0064\u0020\u0049\u0064\u0065\u006et\u0069\u0074\u0079-\u0056\u002c\u0020\u0073\u0068a\u006c\u006c \u0062\u0065\u0020\u0065\u006d\u0062\u0065\u0064\u0064\u0065\u0064\u0020\u0069\u006e\u0020\u0074h\u0061\u0074\u0020\u0066\u0069\u006c\u0065\u0020\u0061\u0073\u0020\u0064es\u0063\u0072\u0069\u0062\u0065\u0064\u0020\u0069\u006e\u0020\u0050\u0044F\u0020\u0052\u0065\u0066\u0065\u0072\u0065\u006e\u0063\u0065\u00205\u002e\u0036\u002e\u0034\u002e"; +);var _agbd string ;if _acge ,_ebac :=_aad .GetName (_cggg .Get ("\u0053u\u0062\u0074\u0079\u0070\u0065"));_ebac {_agbd =_acge .String ();};if _agbd !="\u0054\u0079\u0070e\u0030"{return _fbc ;};_eade :=_cggg .Get ("\u0045\u006e\u0063\u006f\u0064\u0069\u006e\u0067"); +if _effca ,_cbecc :=_aad .GetName (_eade );_cbecc {switch _effca .String (){case "\u0049\u0064\u0065\u006e\u0074\u0069\u0074\u0079\u002d\u0048","\u0049\u0064\u0065\u006e\u0074\u0069\u0074\u0079\u002d\u0056":return _fbc ;default:return _fgdg (_fafe ,_fadc ); +};};_fdac ,_cfff :=_aad .GetStream (_eade );if !_cfff {return _fgdg (_fafe ,_fadc );};_ ,_fcda :=_gfada (_fdac ,_agea ,_baag );if _fcda !=nil {return _fgdg (_fafe ,_fadc );};return _fbc ;};func _abgf (_ebbga *_g .CompliancePdfReader )(_ceac []ViolatedRule ){_fdbb :=func (_feaba *_aad .PdfObjectDictionary ,_cfbdf *[]string ,_gbde *[]ViolatedRule )error {_abceg :=_feaba .Get ("\u004e\u0061\u006d\u0065"); +if _abceg ==nil ||len (_abceg .String ())==0{*_gbde =append (*_gbde ,_fgdg ("\u0036\u002e\u0039-\u0031","\u0045\u0061\u0063\u0068\u0020o\u0070\u0074\u0069\u006f\u006e\u0061l\u0020\u0063\u006f\u006e\u0074\u0065\u006et\u0020\u0063\u006fn\u0066\u0069\u0067\u0075r\u0061\u0074\u0069\u006f\u006e\u0020d\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u0063o\u006e\u0074\u0061\u0069\u006e\u0020\u0074\u0068\u0065\u0020\u004e\u0061\u006d\u0065\u0020\u006b\u0065\u0079\u002e")); +};for _ ,_bdba :=range *_cfbdf {if _bdba ==_abceg .String (){*_gbde =append (*_gbde ,_fgdg ("\u0036\u002e\u0039-\u0032","\u0045\u0061\u0063\u0068\u0020\u006f\u0070\u0074\u0069\u006f\u006e\u0061l\u0020\u0063\u006f\u006e\u0074\u0065\u006e\u0074\u0020\u0063\u006f\u006e\u0066\u0069\u0067\u0075\u0072a\u0074\u0069\u006fn\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u0020\u0073\u0068a\u006c\u006c\u0020\u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0020\u0074\u0068\u0065\u0020N\u0061\u006d\u0065\u0020\u006b\u0065\u0079\u002c w\u0068\u006fs\u0065\u0020\u0076\u0061\u006c\u0075\u0065\u0020s\u0068\u0061\u006c\u006c\u0020\u0062\u0065\u0020\u0075ni\u0071\u0075\u0065 \u0061\u006d\u006f\u006e\u0067\u0073\u0074\u0020\u0061\u006c\u006c\u0020o\u0070\u0074\u0069\u006f\u006e\u0061\u006c\u0020\u0063\u006fn\u0074\u0065\u006e\u0074 \u0063\u006f\u006e\u0066\u0069\u0067u\u0072\u0061\u0074\u0069\u006f\u006e\u0020\u0064\u0069\u0063\u0074i\u006fn\u0061\u0072\u0069\u0065\u0073\u0020\u0077\u0069\u0074\u0068\u0069\u006e\u0020\u0074\u0068e\u0020\u0050\u0044\u0046\u002fA\u002d\u0032\u0020\u0066\u0069l\u0065\u002e")); +}else {*_cfbdf =append (*_cfbdf ,_abceg .String ());};};if _feaba .Get ("\u0041\u0053")!=nil {*_gbde =append (*_gbde ,_fgdg ("\u0036\u002e\u0039-\u0034","Th\u0065\u0020\u0041\u0053\u0020\u006b\u0065y \u0073\u0068\u0061\u006c\u006c\u0020\u006e\u006f\u0074\u0020\u0061\u0070\u0070\u0065\u0061r\u0020\u0069\u006e\u0020\u0061\u006e\u0079\u0020\u006f\u0070\u0074\u0069\u006f\u006e\u0061\u006c\u0020\u0063\u006f\u006et\u0065\u006e\u0074\u0020\u0063\u006fn\u0066\u0069\u0067\u0075\u0072\u0061\u0074\u0069\u006fn\u0020d\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u002e")); +};return nil ;};_gcag ,_fbfc :=_dagg (_ebbga );if !_fbfc {return _ceac ;};_bdebe ,_fbfc :=_aad .GetDict (_gcag .Get ("\u004f\u0043\u0050r\u006f\u0070\u0065\u0072\u0074\u0069\u0065\u0073"));if !_fbfc {return _ceac ;};var _ecaed []string ;_eddd ,_fbfc :=_aad .GetDict (_bdebe .Get ("\u0044")); +if _fbfc {_fdbb (_eddd ,&_ecaed ,&_ceac );};_gfffe ,_fbfc :=_aad .GetArray (_bdebe .Get ("\u0043o\u006e\u0066\u0069\u0067\u0073"));if _fbfc {for _cdcg :=0;_cdcg < _gfffe .Len ();_cdcg ++{_dfedg ,_bbdd :=_aad .GetDict (_gfffe .Get (_cdcg ));if !_bbdd {continue ; +};_fdbb (_dfedg ,&_ecaed ,&_ceac );};};return _ceac ;}; + +// Part gets the PDF/A version level. +func (_bgfd *profile1 )Part ()int {return _bgfd ._deeb ._bc };func _bgdg (_aeaba *_g .CompliancePdfReader )(_fcbe []ViolatedRule ){var _abccd ,_gbcef bool ;_baba :=func ()bool {return _abccd &&_gbcef };for _ ,_baed :=range _aeaba .GetObjectNums (){_deecb ,_ddabd :=_aeaba .GetIndirectObjectByNumber (_baed ); +if _ddabd !=nil {_be .Log .Debug ("G\u0065\u0074\u0074\u0069\u006e\u0067\u0020\u006f\u0062\u006a\u0065\u0063\u0074\u0020\u0077\u0069\u0074\u0068 \u006e\u0075\u006d\u0062\u0065\u0072\u0020\u0025\u0064\u0020fa\u0069\u006c\u0065d\u003a \u0025\u0076",_baed ,_ddabd ); +continue ;};_egggd ,_ddbf :=_aad .GetDict (_deecb );if !_ddbf {continue ;};_daffe ,_ddbf :=_aad .GetName (_egggd .Get ("\u0054\u0079\u0070\u0065"));if !_ddbf {continue ;};if *_daffe !="\u0041\u0063\u0074\u0069\u006f\u006e"{continue ;};_aace ,_ddbf :=_aad .GetName (_egggd .Get ("\u0053")); +if !_ddbf {if !_abccd {_fcbe =append (_fcbe ,_fgdg ("\u0036.\u0036\u002e\u0031\u002d\u0031","\u0054\u0068\u0065\u0020\u004c\u0061\u0075\u006e\u0063\u0068\u002c\u0020\u0053\u006f\u0075\u006e\u0064\u002c\u0020\u004d\u006f\u0076\u0069\u0065\u002c\u0020\u0052\u0065\u0073\u0065\u0074\u0046o\u0072\u006d\u002c\u0020\u0049\u006d\u0070\u006f\u0072\u0074\u0044\u0061\u0074\u0061\u0020\u0061\u006e\u0064 \u004a\u0061\u0076a\u0053\u0063\u0072\u0069\u0070\u0074\u0020\u0061\u0063\u0074\u0069\u006f\u006e\u0073\u0020s\u0068\u0061\u006c\u006c\u0020\u006eo\u0074\u0020\u0062\u0065\u0020\u0070\u0065\u0072\u006d\u0069\u0074\u0074e\u0064\u002e \u0041\u0064\u0064\u0069\u0074\u0069\u006f\u006e\u0061\u006c\u006c\u0079\u002c\u0020th\u0065\u0020\u0064\u0065p\u0072\u0065\u0063\u0061\u0074\u0065\u0064\u0020s\u0065\u0074\u002d\u0073\u0074\u0061\u0074\u0065\u0020\u0061\u006e\u0064\u0020\u006e\u006f\u002d\u006f\u0070\u0020\u0061\u0063\u0074\u0069\u006f\u006e\u0073\u0020\u0073\u0068a\u006c\u006c\u0020\u006e\u006f\u0074\u0020\u0062e\u0020\u0070\u0065\u0072\u006d\u0069\u0074\u0074e\u0064\u002e\u0020T\u0068\u0065\u0020\u0048\u0069\u0064\u0065\u0020a\u0063\u0074\u0069\u006f\u006e \u0073\u0068\u0061\u006c\u006c\u0020\u006e\u006f\u0074\u0020\u0062\u0065\u0020\u0070\u0065\u0072\u006d\u0069\u0074\u0074\u0065\u0064\u002e")); +_abccd =true ;if _baba (){return _fcbe ;};};continue ;};switch _g .PdfActionType (*_aace ){case _g .ActionTypeLaunch ,_g .ActionTypeSound ,_g .ActionTypeMovie ,_g .ActionTypeResetForm ,_g .ActionTypeImportData ,_g .ActionTypeJavaScript :if !_abccd {_fcbe =append (_fcbe ,_fgdg ("\u0036.\u0036\u002e\u0031\u002d\u0031","\u0054\u0068\u0065\u0020\u004c\u0061\u0075\u006e\u0063\u0068\u002c\u0020\u0053\u006f\u0075\u006e\u0064\u002c\u0020\u004d\u006f\u0076\u0069\u0065\u002c\u0020\u0052\u0065\u0073\u0065\u0074\u0046o\u0072\u006d\u002c\u0020\u0049\u006d\u0070\u006f\u0072\u0074\u0044\u0061\u0074\u0061\u0020\u0061\u006e\u0064 \u004a\u0061\u0076a\u0053\u0063\u0072\u0069\u0070\u0074\u0020\u0061\u0063\u0074\u0069\u006f\u006e\u0073\u0020s\u0068\u0061\u006c\u006c\u0020\u006eo\u0074\u0020\u0062\u0065\u0020\u0070\u0065\u0072\u006d\u0069\u0074\u0074e\u0064\u002e \u0041\u0064\u0064\u0069\u0074\u0069\u006f\u006e\u0061\u006c\u006c\u0079\u002c\u0020th\u0065\u0020\u0064\u0065p\u0072\u0065\u0063\u0061\u0074\u0065\u0064\u0020s\u0065\u0074\u002d\u0073\u0074\u0061\u0074\u0065\u0020\u0061\u006e\u0064\u0020\u006e\u006f\u002d\u006f\u0070\u0020\u0061\u0063\u0074\u0069\u006f\u006e\u0073\u0020\u0073\u0068a\u006c\u006c\u0020\u006e\u006f\u0074\u0020\u0062e\u0020\u0070\u0065\u0072\u006d\u0069\u0074\u0074e\u0064\u002e\u0020T\u0068\u0065\u0020\u0048\u0069\u0064\u0065\u0020a\u0063\u0074\u0069\u006f\u006e \u0073\u0068\u0061\u006c\u006c\u0020\u006e\u006f\u0074\u0020\u0062\u0065\u0020\u0070\u0065\u0072\u006d\u0069\u0074\u0074\u0065\u0064\u002e")); +_abccd =true ;if _baba (){return _fcbe ;};};continue ;case _g .ActionTypeNamed :if !_gbcef {_abd ,_effcb :=_aad .GetName (_egggd .Get ("\u004e"));if !_effcb {_fcbe =append (_fcbe ,_fgdg ("\u0036.\u0036\u002e\u0031\u002d\u0032","N\u0061\u006d\u0065\u0064\u0020\u0061\u0063t\u0069\u006f\u006e\u0073\u0020\u006f\u0074\u0068e\u0072\u0020\u0074h\u0061\u006e\u0020\u004e\u0065\u0078\u0074\u0050\u0061\u0067\u0065\u002c\u0020P\u0072\u0065v\u0050\u0061\u0067\u0065\u002c\u0020\u0046\u0069\u0072\u0073\u0074\u0050a\u0067e\u002c\u0020\u0061\u006e\u0064\u0020\u004c\u0061\u0073\u0074\u0050\u0061\u0067\u0065\u0020\u0073h\u0061\u006c\u006c\u0020\u006e\u006f\u0074\u0020\u0062\u0065\u0020\u0070\u0065\u0072\u006d\u0069\u0074\u0074\u0065\u0064\u002e")); +_gbcef =true ;if _baba (){return _fcbe ;};continue ;};switch *_abd {case "\u004e\u0065\u0078\u0074\u0050\u0061\u0067\u0065","\u0050\u0072\u0065\u0076\u0050\u0061\u0067\u0065","\u0046i\u0072\u0073\u0074\u0050\u0061\u0067e","\u004c\u0061\u0073\u0074\u0050\u0061\u0067\u0065":default:_fcbe =append (_fcbe ,_fgdg ("\u0036.\u0036\u002e\u0031\u002d\u0032","N\u0061\u006d\u0065\u0064\u0020\u0061\u0063t\u0069\u006f\u006e\u0073\u0020\u006f\u0074\u0068e\u0072\u0020\u0074h\u0061\u006e\u0020\u004e\u0065\u0078\u0074\u0050\u0061\u0067\u0065\u002c\u0020P\u0072\u0065v\u0050\u0061\u0067\u0065\u002c\u0020\u0046\u0069\u0072\u0073\u0074\u0050a\u0067e\u002c\u0020\u0061\u006e\u0064\u0020\u004c\u0061\u0073\u0074\u0050\u0061\u0067\u0065\u0020\u0073h\u0061\u006c\u006c\u0020\u006e\u006f\u0074\u0020\u0062\u0065\u0020\u0070\u0065\u0072\u006d\u0069\u0074\u0074\u0065\u0064\u002e")); +_gbcef =true ;if _baba (){return _fcbe ;};continue ;};};};};return _fcbe ;}; // StandardName gets the name of the standard. -func (_efaag *profile1 )StandardName ()string {return _d .Sprintf ("\u0050D\u0046\u002f\u0041\u002d\u0031\u0025s",_efaag ._bcaf ._ea );};func _bfcb (_fadb *_ae .CompliancePdfReader )(_afbbd ViolatedRule ){for _ ,_badda :=range _fadb .GetObjectNums (){_edgb ,_abbfc :=_fadb .GetIndirectObjectByNumber (_badda ); -if _abbfc !=nil {continue ;};_debd ,_fefdf :=_geb .GetStream (_edgb );if !_fefdf {continue ;};_fbecd ,_fefdf :=_geb .GetName (_debd .Get ("\u0054\u0079\u0070\u0065"));if !_fefdf {continue ;};if *_fbecd !="\u0058O\u0062\u006a\u0065\u0063\u0074"{continue ; -};_fcabg ,_fefdf :=_geb .GetName (_debd .Get ("\u0053u\u0062\u0074\u0079\u0070\u0065"));if !_fefdf {continue ;};if *_fcabg =="\u0050\u0053"{return _eef ("\u0036.\u0032\u002e\u0037\u002d\u0031","A \u0063\u006fn\u0066\u006f\u0072\u006d\u0069\u006e\u0067\u0020\u0066i\u006c\u0065\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u006e\u006f\u0074\u0020\u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0020\u0061\u006e\u0079\u0020\u0050\u006f\u0073t\u0053c\u0072\u0069\u0070\u0074\u0020\u0058\u004f\u0062j\u0065c\u0074\u0073."); -};};return _afbbd ;};func _adef (_affgg *_ae .CompliancePdfReader )(_fffd []ViolatedRule ){_gbff :=_affgg .ParserMetadata ();if _gbff .HasInvalidSubsectionHeader (){_fffd =append (_fffd ,_eef ("\u0036.\u0031\u002e\u0034\u002d\u0031","\u006e\u0020\u0061\u0020\u0063\u0072\u006f\u0073\u0073\u0020\u0072\u0065\u0066\u0065\u0072\u0065\u006e\u0063\u0065\u0020\u0073\u0075\u0062\u0073\u0065c\u0074\u0069\u006f\u006e\u0020h\u0065a\u0064\u0065\u0072\u0020t\u0068\u0065\u0020\u0073\u0074\u0061\u0072t\u0069\u006e\u0067\u0020\u006fb\u006a\u0065\u0063\u0074 \u006e\u0075\u006d\u0062\u0065\u0072\u0020\u0061\u006e\u0064\u0020\u0074\u0068\u0065\u0020\u0072\u0061n\u0067e\u0020s\u0068\u0061\u006c\u006c\u0020\u0062\u0065\u0020\u0073\u0065\u0070\u0061\u0072\u0061\u0074\u0065\u0064\u0020\u0062\u0079\u0020\u0061\u0020s\u0069\u006e\u0067\u006c\u0065\u0020\u0053\u0050\u0041C\u0045\u0020\u0063\u0068\u0061\u0072\u0061\u0063\u0074e\u0072\u0020\u0028\u0032\u0030\u0068\u0029\u002e")); -};if _gbff .HasInvalidSeparationAfterXRef (){_fffd =append (_fffd ,_eef ("\u0036.\u0031\u002e\u0034\u002d\u0032","\u0054\u0068\u0065 \u0078\u0072\u0065\u0066\u0020\u006b\u0065\u0079\u0077\u006fr\u0064\u0020\u0061\u006e\u0064\u0020\u0074\u0068\u0065\u0020\u0063\u0072\u006f\u0073s\u0020\u0072\u0065\u0066e\u0072\u0065\u006e\u0063\u0065 s\u0075b\u0073\u0065\u0063ti\u006f\u006e\u0020\u0068\u0065\u0061\u0064e\u0072\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u0062\u0065\u0020\u0073\u0065\u0070\u0061\u0072\u0061\u0074\u0065\u0064\u0020\u0062\u0079 \u0061\u0020\u0073i\u006e\u0067\u006c\u0065\u0020\u0045\u004fL\u0020\u006d\u0061\u0072\u006b\u0065\u0072\u002e")); -};return _fffd ;}; +func (_cfbfb *profile3 )StandardName ()string {return _b .Sprintf ("\u0050D\u0046\u002f\u0041\u002d\u0033\u0025s",_cfbfb ._fbdd ._fa );};func _ccfa (_ccbd *_g .CompliancePdfReader )[]ViolatedRule {return nil };func (_gcg standardType )outputIntentSubtype ()_g .PdfOutputIntentType {switch _gcg ._bc {case 1:return _g .PdfOutputIntentTypeA1 ; +case 2:return _g .PdfOutputIntentTypeA2 ;case 3:return _g .PdfOutputIntentTypeA3 ;case 4:return _g .PdfOutputIntentTypeA4 ;default:return 0;};};func _gd ()standardType {return standardType {_bc :3,_fa :"\u0055"}};func _adf (_eba *_ad .Document )error {_dgfc ,_faff :=_eba .FindCatalog (); +if !_faff {return _a .New ("\u0063\u0061\u0074\u0061\u006c\u006f\u0067\u0020\u006e\u006f\u0074\u0020f\u006f\u0075\u006e\u0064");};_ ,_faff =_aad .GetDict (_dgfc .Object .Get ("\u0041\u0041"));if !_faff {return nil ;};_dgfc .Object .Remove ("\u0041\u0041"); +return nil ;};func _fffa (_gefa *_ad .Document )error {_ebea ,_dbbe :=_gefa .GetPages ();if !_dbbe {return nil ;};for _ ,_caeb :=range _ebea {_dec ,_ffa :=_aad .GetArray (_caeb .Object .Get ("\u0041\u006e\u006e\u006f\u0074\u0073"));if !_ffa {continue ; +};for _ ,_efdd :=range _dec .Elements (){_efdd =_aad .ResolveReference (_efdd );if _ ,_bdce :=_efdd .(*_aad .PdfObjectNull );_bdce {continue ;};_edde ,_gbdf :=_aad .GetDict (_efdd );if !_gbdf {continue ;};_bdfeg ,_ :=_aad .GetIntVal (_edde .Get ("\u0046")); +_bdfeg &=^(1<<0);_bdfeg &=^(1<<1);_bdfeg &=^(1<<5);_bdfeg |=1<<2;_edde .Set ("\u0046",_aad .MakeInteger (int64 (_bdfeg )));_agb :=false ;if _eefba :=_edde .Get ("\u0053u\u0062\u0074\u0079\u0070\u0065");_eefba !=nil {_dbdg ,_fgec :=_aad .GetName (_eefba ); +if _fgec &&_dbdg .String ()=="\u0057\u0069\u0064\u0067\u0065\u0074"{_agb =true ;if _edde .Get ("\u0041\u0041")!=nil {_edde .Remove ("\u0041\u0041");};};};if _edde .Get ("\u0043")!=nil ||_edde .Get ("\u0049\u0043")!=nil {_dbdgf ,_caaac :=_egcee (_gefa ); +if !_caaac {_edde .Remove ("\u0043");_edde .Remove ("\u0049\u0043");}else {_ffceg ,_eddb :=_aad .GetIntVal (_dbdgf .Get ("\u004e"));if !_eddb ||_ffceg !=3{_edde .Remove ("\u0043");_edde .Remove ("\u0049\u0043");};};};_abb ,_gbdf :=_aad .GetDict (_edde .Get ("\u0041\u0050")); +if _gbdf {_edce :=_abb .Get ("\u004e");if _edce ==nil {continue ;};if len (_abb .Keys ())> 1{_abb .Clear ();_abb .Set ("\u004e",_edce );};if _agb {_fbcc ,_feeff :=_aad .GetName (_edde .Get ("\u0046\u0054"));if _feeff &&*_fbcc =="\u0042\u0074\u006e"{continue ; +};};};};};return nil ;};func _aegff (_edcga *_g .PdfFont ,_dfbf *_aad .PdfObjectDictionary )ViolatedRule {const (_adec ="\u0036.\u0033\u002e\u0035\u002d\u0032";_bgcg ="\u0046\u006f\u0072\u0020\u0061l\u006c\u0020\u0054\u0079\u0070\u0065\u0020\u0031\u0020\u0066\u006f\u006e\u0074 \u0073\u0075bs\u0065\u0074\u0073 \u0072\u0065\u0066e\u0072\u0065\u006e\u0063\u0065\u0064\u0020\u0077\u0069\u0074\u0068\u0069\u006e\u0020\u0061\u0020\u0063\u006fn\u0066\u006f\u0072\u006d\u0069\u006e\u0067\u0020\u0066\u0069\u006c\u0065\u002c\u0020\u0074he\u0020f\u006f\u006e\u0074\u0020\u0064\u0065s\u0063r\u0069\u0070\u0074o\u0072\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u0069\u006ec\u006c\u0075\u0064e\u0020\u0061\u0020\u0043\u0068\u0061\u0072\u0053\u0065\u0074\u0020\u0073\u0074\u0072\u0069\u006e\u0067\u0020\u006c\u0069\u0073\u0074\u0069\u006e\u0067\u0020\u0074\u0068\u0065\u0020\u0063\u0068\u0061\u0072a\u0063\u0074\u0065\u0072 \u006e\u0061\u006d\u0065\u0073\u0020d\u0065\u0066i\u006e\u0065\u0064\u0020i\u006e\u0020\u0074\u0068\u0065\u0020f\u006f\u006e\u0074\u0020s\u0075\u0062\u0073\u0065\u0074, \u0061\u0073 \u0064\u0065s\u0063\u0072\u0069\u0062\u0065\u0064\u0020\u0069\u006e \u0050\u0044\u0046\u0020\u0052e\u0066\u0065\u0072\u0065\u006e\u0063\u0065\u0020\u0054\u0061\u0062\u006ce\u0020\u0035\u002e1\u0038\u002e"; +);var _bceg string ;if _geec ,_agbf :=_aad .GetName (_dfbf .Get ("\u0053u\u0062\u0074\u0079\u0070\u0065"));_agbf {_bceg =_geec .String ();};if _bceg !="\u0054\u0079\u0070e\u0031"{return _fbc ;};if _caa .IsStdFont (_caa .StdFontName (_edcga .BaseFont ())){return _fbc ; +};_eeeeb :=_edcga .FontDescriptor ();if _eeeeb .CharSet ==nil {return _fgdg (_adec ,_bgcg );};return _fbc ;}; -// VerificationError is the PDF/A verification error structure, that contains all violated rules. -type VerificationError struct{ +// Validate checks if provided input document reader matches given PDF/A profile. +func Validate (d *_g .CompliancePdfReader ,profile Profile )error {return profile .ValidateStandard (d )};func (_ede *documentImages )hasOnlyDeviceCMYK ()bool {return _ede ._dcc &&!_ede ._fba &&!_ede ._dcf };func _ffeg (_agde *_ad .Document )error {_dffb :=func (_acbd *_aad .PdfObjectDictionary )error {if _acbd .Get ("\u0054\u0052")!=nil {_be .Log .Debug ("\u0045\u0078\u0074\u0047\u0053\u0074\u0061\u0074\u0065\u0020\u006f\u0062\u006a\u0065\u0063t\u0020c\u006f\u006e\u0074\u0061\u0069\u006e\u0073\u0020\u0054\u0052\u0020\u006b\u0065\u0079"); +_acbd .Remove ("\u0054\u0052");};_afcee :=_acbd .Get ("\u0054\u0052\u0032");if _afcee !=nil {_gebf :=_afcee .String ();if _gebf !="\u0044e\u0066\u0061\u0075\u006c\u0074"{_be .Log .Debug ("\u0045x\u0074\u0047\u0053\u0074\u0061\u0074\u0065 o\u0062\u006a\u0065\u0063\u0074\u0020\u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0073 \u0054\u00522\u0020\u006b\u0065y\u0020\u0077\u0069\u0074\u0068\u0020\u0076\u0061\u006c\u0075\u0065\u0020\u006f\u0074\u0068\u0065r\u0020\u0074ha\u006e\u0020\u0044e\u0066\u0061\u0075\u006c\u0074"); +_acbd .Set ("\u0054\u0052\u0032",_aad .MakeName ("\u0044e\u0066\u0061\u0075\u006c\u0074"));};};if _acbd .Get ("\u0048\u0054\u0050")!=nil {_be .Log .Debug ("\u0045\u0078\u0074\u0047\u0053\u0074a\u0074\u0065\u0020\u006f\u0062\u006a\u0065\u0063\u0074\u0020\u0063\u006f\u006et\u0061\u0069\u006e\u0073\u0020\u0048\u0054P\u0020\u006b\u0065\u0079"); +_acbd .Remove ("\u0048\u0054\u0050");};_cgbea :=_acbd .Get ("\u0042\u004d");if _cgbea !=nil {_ecbg ,_efb :=_aad .GetName (_cgbea );if !_efb {_be .Log .Debug ("E\u0078\u0074\u0047\u0053\u0074\u0061t\u0065\u0020\u006f\u0062\u006a\u0065c\u0074\u0020\u0027\u0042\u004d\u0027\u0020i\u0073\u0020\u006e\u006f\u0074\u0020\u0061\u0020\u004e\u0061m\u0065"); +_ecbg =_aad .MakeName ("");};_ddae :=_ecbg .String ();switch _ddae {case "\u004e\u006f\u0072\u006d\u0061\u006c","\u0043\u006f\u006d\u0070\u0061\u0074\u0069\u0062\u006c\u0065","\u004d\u0075\u006c\u0074\u0069\u0070\u006c\u0079","\u0053\u0063\u0072\u0065\u0065\u006e","\u004fv\u0065\u0072\u006c\u0061\u0079","\u0044\u0061\u0072\u006b\u0065\u006e","\u004ci\u0067\u0068\u0074\u0065\u006e","\u0043\u006f\u006c\u006f\u0072\u0044\u006f\u0064\u0067\u0065","\u0043o\u006c\u006f\u0072\u0042\u0075\u0072n","\u0048a\u0072\u0064\u004c\u0069\u0067\u0068t","\u0053o\u0066\u0074\u004c\u0069\u0067\u0068t","\u0044\u0069\u0066\u0066\u0065\u0072\u0065\u006e\u0063\u0065","\u0045x\u0063\u006c\u0075\u0073\u0069\u006fn","\u0048\u0075\u0065","\u0053\u0061\u0074\u0075\u0072\u0061\u0074\u0069\u006f\u006e","\u0043\u006f\u006co\u0072","\u004c\u0075\u006d\u0069\u006e\u006f\u0073\u0069\u0074\u0079":default:_acbd .Set ("\u0042\u004d",_aad .MakeName ("\u004e\u006f\u0072\u006d\u0061\u006c")); +};};return nil ;};_ebeb ,_dbce :=_agde .GetPages ();if !_dbce {return nil ;};for _ ,_dgdg :=range _ebeb {_abgg ,_cfed :=_dgdg .GetResources ();if !_cfed {continue ;};_egg ,_agff :=_aad .GetDict (_abgg .Get ("\u0045x\u0074\u0047\u0053\u0074\u0061\u0074e")); +if !_agff {return nil ;};_abcg :=_egg .Keys ();for _ ,_bfcb :=range _abcg {_fcg ,_ecba :=_aad .GetDict (_egg .Get (_bfcb ));if !_ecba {continue ;};_ebdcd :=_dffb (_fcg );if _ebdcd !=nil {continue ;};};};for _ ,_gaeeb :=range _ebeb {_bcab ,_bdaf :=_gaeeb .GetContents (); +if !_bdaf {return nil ;};for _ ,_ead :=range _bcab {_agfb ,_bcad :=_ead .GetData ();if _bcad !=nil {continue ;};_abbg :=_fgd .NewContentStreamParser (string (_agfb ));_gdeg ,_bcad :=_abbg .Parse ();if _bcad !=nil {continue ;};for _ ,_eegg :=range *_gdeg {if len (_eegg .Params )==0{continue ; +};_ ,_cbbg :=_aad .GetName (_eegg .Params [0]);if !_cbbg {continue ;};_fccb ,_ccgc :=_gaeeb .GetResourcesXObject ();if !_ccgc {continue ;};for _ ,_cggb :=range _fccb .Keys (){_geeg ,_ccd :=_aad .GetStream (_fccb .Get (_cggb ));if !_ccd {continue ;};_cgbb ,_ccd :=_aad .GetDict (_geeg .Get ("\u0052e\u0073\u006f\u0075\u0072\u0063\u0065s")); +if !_ccd {continue ;};_ggd ,_ccd :=_aad .GetDict (_cgbb .Get ("\u0045x\u0074\u0047\u0053\u0074\u0061\u0074e"));if !_ccd {continue ;};for _ ,_dbcg :=range _ggd .Keys (){_agffa ,_dcag :=_aad .GetDict (_ggd .Get (_dbcg ));if !_dcag {continue ;};_ebb :=_dffb (_agffa ); +if _ebb !=nil {continue ;};};};};};};return nil ;};func _aab (_egf *_g .XObjectImage ,_bgb imageModifications )error {_ffg ,_bec :=_egf .ToImage ();if _bec !=nil {return _bec ;};if _bgb ._efd !=nil {_egf .Filter =_bgb ._efd ;};_bad :=_aad .MakeDict (); +_bad .Set ("\u0051u\u0061\u006c\u0069\u0074\u0079",_aad .MakeInteger (100));_bad .Set ("\u0050r\u0065\u0064\u0069\u0063\u0074\u006fr",_aad .MakeInteger (1));_egf .Decode =nil ;if _bec =_egf .SetImage (_ffg ,nil );_bec !=nil {return _bec ;};_egf .ToPdfObject (); +return nil ;}; -// ViolatedRules are the rules that were violated during error verification. -ViolatedRules []ViolatedRule ; +// Profile2Options are the options that changes the way how optimizer may try to adapt document into PDF/A standard. +type Profile2Options struct{ -// ConformanceLevel defines the standard on verification failed. -ConformanceLevel int ; +// CMYKDefaultColorSpace is an option that refers PDF/A +CMYKDefaultColorSpace bool ; -// ConformanceVariant is the standard variant used on verification. -ConformanceVariant string ;};func _ca ()standardType {return standardType {_fgb :2,_ea :"\u0042"}};func _feb (_gebf *_bag .Document )error {_acdf ,_cfed :=_gebf .GetPages ();if !_cfed {return nil ;};for _ ,_adb :=range _acdf {_bgdc ,_dcadd :=_geb .GetArray (_adb .Object .Get ("\u0041\u006e\u006e\u006f\u0074\u0073")); -if !_dcadd {continue ;};for _ ,_agac :=range _bgdc .Elements (){_agac =_geb .ResolveReference (_agac );if _ ,_bggb :=_agac .(*_geb .PdfObjectNull );_bggb {continue ;};_agdb ,_aag :=_geb .GetDict (_agac );if !_aag {continue ;};_cddd ,_ :=_geb .GetIntVal (_agdb .Get ("\u0046")); -_cddd &=^(1<<0);_cddd &=^(1<<1);_cddd &=^(1<<5);_cddd |=1<<2;_agdb .Set ("\u0046",_geb .MakeInteger (int64 (_cddd )));_afee :=false ;if _ddb :=_agdb .Get ("\u0053u\u0062\u0074\u0079\u0070\u0065");_ddb !=nil {_dbcc ,_affe :=_geb .GetName (_ddb );if _affe &&_dbcc .String ()=="\u0057\u0069\u0064\u0067\u0065\u0074"{_afee =true ; -if _agdb .Get ("\u0041\u0041")!=nil {_agdb .Remove ("\u0041\u0041");};};};if _agdb .Get ("\u0043")!=nil ||_agdb .Get ("\u0049\u0043")!=nil {_ceea ,_adeb :=_edbg (_gebf );if !_adeb {_agdb .Remove ("\u0043");_agdb .Remove ("\u0049\u0043");}else {_ddec ,_dcf :=_geb .GetIntVal (_ceea .Get ("\u004e")); -if !_dcf ||_ddec !=3{_agdb .Remove ("\u0043");_agdb .Remove ("\u0049\u0043");};};};_cdac ,_aag :=_geb .GetDict (_agdb .Get ("\u0041\u0050"));if _aag {_feee :=_cdac .Get ("\u004e");if _feee ==nil {continue ;};if len (_cdac .Keys ())> 1{_cdac .Clear ();_cdac .Set ("\u004e",_feee ); -};if _afee {_eec ,_bedf :=_geb .GetName (_agdb .Get ("\u0046\u0054"));if _bedf &&*_eec =="\u0042\u0074\u006e"{continue ;};};};};};return nil ;};func _cgd (_gfcab *_ae .CompliancePdfReader )ViolatedRule {_cffd ,_gbed :=_gfcab .PdfReader .GetTrailer ();if _gbed !=nil {return _eef ("\u0036.\u0031\u002e\u0033\u002d\u0031","\u006d\u0069\u0073s\u0069\u006e\u0067\u0020t\u0072\u0061\u0069\u006c\u0065\u0072\u0020i\u006e\u0020\u0074\u0068\u0065\u0020\u0064\u006f\u0063\u0075\u006d\u0065\u006e\u0074"); -};if _cffd .Get ("\u0049\u0044")==nil {return _eef ("\u0036.\u0031\u002e\u0033\u002d\u0031","\u0054\u0068\u0065\u0020\u0066\u0069\u006c\u0065\u0020\u0074\u0072\u0061\u0069\u006c\u0065\u0072\u0020\u0064\u0069\u0063t\u0069\u006f\u006e\u0061\u0072\u0079\u0020\u0073\u0068a\u006c\u006c\u0020\u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0020\u0074\u0068e\u0020\u0027\u0049\u0044\u0027\u0020k\u0065\u0079\u0077o\u0072\u0064"); -};if _cffd .Get ("\u0045n\u0063\u0072\u0079\u0070\u0074")!=nil {return _eef ("\u0036.\u0031\u002e\u0033\u002d\u0032","\u0054\u0068\u0065\u0020\u006b\u0065y\u0077\u006f\u0072\u0064\u0020'\u0045\u006e\u0063\u0072\u0079\u0070t\u0027\u0020\u0073\u0068\u0061l\u006c\u0020\u006e\u006f\u0074\u0020\u0062\u0065\u0020\u0075\u0073\u0065d\u0020\u0069\u006e\u0020\u0074\u0068\u0065\u0020\u0074\u0072\u0061\u0069\u006c\u0065\u0072 \u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061r\u0079\u002e\u0020"); -};return _fc ;};func _fcad (_ecgb string ,_ffdd string ,_cfeg string )(string ,bool ){_ddgc :=_db .Index (_ecgb ,_ffdd );if _ddgc ==-1{return "",false ;};_ddgc +=len (_ffdd );_degdf :=_db .Index (_ecgb [_ddgc :],_cfeg );if _degdf ==-1{return "",false ; -};_degdf =_ddgc +_degdf ;return _ecgb [_ddgc :_degdf ],true ;};func _gfcc (_eaea *_bag .Document ,_aeda int )error {_fbfc :=map[*_geb .PdfObjectStream ]struct{}{};for _ ,_fdfd :=range _eaea .Objects {_fcgc ,_abdd :=_geb .GetStream (_fdfd );if !_abdd {continue ; -};if _ ,_abdd =_fbfc [_fcgc ];_abdd {continue ;};_fbfc [_fcgc ]=struct{}{};_edfa ,_abdd :=_geb .GetName (_fcgc .Get ("\u0053u\u0062\u0054\u0079\u0070\u0065"));if !_abdd {continue ;};if _fcgc .Get ("\u0052\u0065\u0066")!=nil {_fcgc .Remove ("\u0052\u0065\u0066"); -};if _edfa .String ()=="\u0050\u0053"{_fcgc .Remove ("\u0050\u0053");continue ;};if _edfa .String ()=="\u0046\u006f\u0072\u006d"{if _fcgc .Get ("\u004f\u0050\u0049")!=nil {_fcgc .Remove ("\u004f\u0050\u0049");};if _fcgc .Get ("\u0050\u0053")!=nil {_fcgc .Remove ("\u0050\u0053"); -};if _gda :=_fcgc .Get ("\u0053\u0075\u0062\u0074\u0079\u0070\u0065\u0032");_gda !=nil {if _fgbb ,_fee :=_geb .GetName (_gda );_fee &&*_fgbb =="\u0050\u0053"{_fcgc .Remove ("\u0053\u0075\u0062\u0074\u0079\u0070\u0065\u0032");};};continue ;};if _edfa .String ()=="\u0049\u006d\u0061g\u0065"{_feea ,_fggb :=_geb .GetBool (_fcgc .Get ("I\u006e\u0074\u0065\u0072\u0070\u006f\u006c\u0061\u0074\u0065")); -if _fggb &&bool (*_feea ){_fcgc .Set ("I\u006e\u0074\u0065\u0072\u0070\u006f\u006c\u0061\u0074\u0065",_geb .MakeBool (false ));};if _aeda ==2{if _fcgc .Get ("\u004f\u0050\u0049")!=nil {_fcgc .Remove ("\u004f\u0050\u0049");};};if _fcgc .Get ("\u0041\u006c\u0074\u0065\u0072\u006e\u0061\u0074\u0065\u0073")!=nil {_fcgc .Remove ("\u0041\u006c\u0074\u0065\u0072\u006e\u0061\u0074\u0065\u0073"); -};continue ;};};return nil ;};func _dgac (_aaa *_ae .PdfPageResources ,_aefec *_gg .ContentStreamOperations ,_ggeg bool )([]byte ,error ){var _fbcba bool ;for _ ,_egeg :=range *_aefec {_agc :switch _egeg .Operand {case "\u0042\u0049":_ddffb ,_aff :=_egeg .Params [0].(*_gg .ContentStreamInlineImage ); -if !_aff {break ;};_acdb ,_bafc :=_ddffb .GetColorSpace (_aaa );if _bafc !=nil {return nil ,_bafc ;};switch _acdb .(type ){case *_ae .PdfColorspaceDeviceCMYK :if _ggeg {break _agc ;};case *_ae .PdfColorspaceDeviceGray :case *_ae .PdfColorspaceDeviceRGB :if !_ggeg {break _agc ; -};default:break _agc ;};_fbcba =true ;_cgbec ,_bafc :=_ddffb .ToImage (_aaa );if _bafc !=nil {return nil ,_bafc ;};_dgbg ,_bafc :=_cgbec .ToGoImage ();if _bafc !=nil {return nil ,_bafc ;};if _ggeg {_dgbg ,_bafc =_gb .CMYKConverter .Convert (_dgbg );}else {_dgbg ,_bafc =_gb .NRGBAConverter .Convert (_dgbg ); -};if _bafc !=nil {return nil ,_bafc ;};_beb ,_aff :=_dgbg .(_gb .Image );if !_aff {return nil ,_e .New ("\u0069\u006d\u0061\u0067\u0065\u0020\u0064\u006f\u0065\u0073\u006e\u0027\u0074 \u0069\u006d\u0070\u006c\u0065\u006de\u006e\u0074\u0020\u0069\u006d\u0061\u0067\u0065\u0075\u0074\u0069\u006c\u002eI\u006d\u0061\u0067\u0065"); -};_abb :=_beb .Base ();_gca :=_ae .Image {Width :int64 (_abb .Width ),Height :int64 (_abb .Height ),BitsPerComponent :int64 (_abb .BitsPerComponent ),ColorComponents :_abb .ColorComponents ,Data :_abb .Data };_gca .SetDecode (_abb .Decode );_gca .SetAlpha (_abb .Alpha ); -_bfddb ,_bafc :=_ddffb .GetEncoder ();if _bafc !=nil {_bfddb =_geb .NewFlateEncoder ();};_gdcc ,_bafc :=_gg .NewInlineImageFromImage (_gca ,_bfddb );if _bafc !=nil {return nil ,_bafc ;};_egeg .Params [0]=_gdcc ;case "\u0047","\u0067":if len (_egeg .Params )!=1{break ; -};_abab ,_efge :=_geb .GetNumberAsFloat (_egeg .Params [0]);if _efge !=nil {break ;};if _ggeg {_egeg .Params =[]_geb .PdfObject {_geb .MakeFloat (0),_geb .MakeFloat (0),_geb .MakeFloat (0),_geb .MakeFloat (1-_abab )};_eaaf :="\u004b";if _egeg .Operand =="\u0067"{_eaaf ="\u006b"; -};_egeg .Operand =_eaaf ;}else {_egeg .Params =[]_geb .PdfObject {_geb .MakeFloat (_abab ),_geb .MakeFloat (_abab ),_geb .MakeFloat (_abab )};_bcgg :="\u0052\u0047";if _egeg .Operand =="\u0067"{_bcgg ="\u0072\u0067";};_egeg .Operand =_bcgg ;};_fbcba =true ; -case "\u0052\u0047","\u0072\u0067":if !_ggeg {break ;};if len (_egeg .Params )!=3{break ;};_cab ,_gec :=_geb .GetNumbersAsFloat (_egeg .Params );if _gec !=nil {break ;};_fbcba =true ;_agcb ,_eggb ,_gdcfa :=_cab [0],_cab [1],_cab [2];_ada ,_eegae ,_gbc ,_bfb :=_g .RGBToCMYK (uint8 (_agcb *255),uint8 (_eggb *255),uint8 (255*_gdcfa )); -_egeg .Params =[]_geb .PdfObject {_geb .MakeFloat (float64 (_ada )/255),_geb .MakeFloat (float64 (_eegae )/255),_geb .MakeFloat (float64 (_gbc )/255),_geb .MakeFloat (float64 (_bfb )/255)};_dce :="\u004b";if _egeg .Operand =="\u0072\u0067"{_dce ="\u006b"; -};_egeg .Operand =_dce ;case "\u004b","\u006b":if _ggeg {break ;};if len (_egeg .Params )!=4{break ;};_ffb ,_ebe :=_geb .GetNumbersAsFloat (_egeg .Params );if _ebe !=nil {break ;};_acde ,_dbde ,_gcac ,_edef :=_ffb [0],_ffb [1],_ffb [2],_ffb [3];_badb ,_ebfa ,_ebffd :=_g .CMYKToRGB (uint8 (255*_acde ),uint8 (255*_dbde ),uint8 (255*_gcac ),uint8 (255*_edef )); -_egeg .Params =[]_geb .PdfObject {_geb .MakeFloat (float64 (_badb )/255),_geb .MakeFloat (float64 (_ebfa )/255),_geb .MakeFloat (float64 (_ebffd )/255)};_daa :="\u0052\u0047";if _egeg .Operand =="\u006b"{_daa ="\u0072\u0067";};_egeg .Operand =_daa ;_fbcba =true ; -};};if !_fbcba {return nil ,nil ;};_agcbg :=_gg .NewContentCreator ();for _ ,_bfg :=range *_aefec {_agcbg .AddOperand (*_bfg );};_adc :=_agcbg .Bytes ();return _adc ,nil ;};func _fafd (_cacd *_ae .CompliancePdfReader )ViolatedRule {for _ ,_fbef :=range _cacd .PageList {_gbfd ,_dcdc :=_fbef .GetContentStreams (); -if _dcdc !=nil {continue ;};for _ ,_afbg :=range _gbfd {_feffa :=_gg .NewContentStreamParser (_afbg );_ ,_dcdc =_feffa .Parse ();if _dcdc !=nil {return _eef ("\u0036\u002e\u0032\u002e\u0031\u0030\u002d\u0031","\u0041\u0020\u0063onten\u0074\u0020\u0073\u0074\u0072\u0065\u0061\u006d\u0020\u0073\u0068\u0061\u006c\u006c n\u006f\u0074\u0020c\u006f\u006e\u0074\u0061\u0069\u006e\u0020\u0061\u006e\u0079 \u006f\u0070\u0065\u0072\u0061\u0074\u006f\u0072\u0073\u0020\u006e\u006ft\u0020\u0064\u0065\u0066\u0069\u006e\u0065\u0064\u0020\u0069\u006e\u0020\u0050\u0044\u0046\u0020\u0052\u0065f\u0065\u0072\u0065\u006e\u0063\u0065\u0020\u0065\u0076\u0065\u006e\u0020\u0069\u0066\u0020s\u0075\u0063\u0068\u0020\u006f\u0070\u0065r\u0061\u0074\u006f\u0072\u0073\u0020\u0061\u0072\u0065\u0020\u0062\u0072\u0061\u0063\u006b\u0065\u0074\u0065\u0064\u0020\u0062\u0079\u0020\u0074\u0068\u0065\u0020\u0042\u0058\u002f\u0045\u0058\u0020\u0063\u006f\u006d\u0070\u0061\u0074\u0069\u0062i\u006c\u0069\u0074\u0079\u0020\u006f\u0070\u0065\u0072\u0061\u0074\u006f\u0072\u0073\u002e"); -};};};return _fc ;};func _de (_aed []_geb .PdfObject )(*documentImages ,error ){_aee :=_geb .PdfObjectName ("\u0053u\u0062\u0074\u0079\u0070\u0065");_edf :=make (map[*_geb .PdfObjectStream ]struct{});_eca :=make (map[_geb .PdfObject ]struct{});var (_aa ,_cbe ,_bga bool ; -_ga []*imageInfo ;_aac error ;);for _ ,_gdc :=range _aed {_gf ,_abg :=_geb .GetStream (_gdc );if !_abg {continue ;};if _ ,_cdg :=_edf [_gf ];_cdg {continue ;};_edf [_gf ]=struct{}{};_be :=_gf .PdfObjectDictionary .Get (_aee );_fgd ,_abg :=_geb .GetName (_be ); -if !_abg ||string (*_fgd )!="\u0049\u006d\u0061g\u0065"{continue ;};if _egg :=_gf .PdfObjectDictionary .Get ("\u0053\u004d\u0061s\u006b");_egg !=nil {_eca [_egg ]=struct{}{};};_fab :=imageInfo {BitsPerComponent :8,Stream :_gf };_fab .ColorSpace ,_aac =_ae .DetermineColorspaceNameFromPdfObject (_gf .PdfObjectDictionary .Get ("\u0043\u006f\u006c\u006f\u0072\u0053\u0070\u0061\u0063\u0065")); -if _aac !=nil {return nil ,_aac ;};if _afc ,_eeg :=_geb .GetIntVal (_gf .PdfObjectDictionary .Get ("\u0042\u0069t\u0073\u0050\u0065r\u0043\u006f\u006d\u0070\u006f\u006e\u0065\u006e\u0074"));_eeg {_fab .BitsPerComponent =_afc ;};if _bb ,_eag :=_geb .GetIntVal (_gf .PdfObjectDictionary .Get ("\u0057\u0069\u0064t\u0068")); -_eag {_fab .Width =_bb ;};if _fea ,_cbg :=_geb .GetIntVal (_gf .PdfObjectDictionary .Get ("\u0048\u0065\u0069\u0067\u0068\u0074"));_cbg {_fab .Height =_fea ;};switch _fab .ColorSpace {case "\u0044\u0065\u0076\u0069\u0063\u0065\u0047\u0072\u0061\u0079":_bga =true ; -_fab .ColorComponents =1;case "\u0044e\u0076\u0069\u0063\u0065\u0052\u0047B":_aa =true ;_fab .ColorComponents =3;case "\u0044\u0065\u0076\u0069\u0063\u0065\u0043\u004d\u0059\u004b":_cbe =true ;_fab .ColorComponents =4;default:_fab ._fga =true ;};_ga =append (_ga ,&_fab ); -};if len (_eca )> 0{if len (_eca )==len (_ga ){_ga =nil ;}else {_eagc :=make ([]*imageInfo ,len (_ga )-len (_eca ));var _fd int ;for _ ,_aefe :=range _ga {if _ ,_gef :=_eca [_aefe .Stream ];_gef {continue ;};_eagc [_fd ]=_aefe ;_fd ++;};_ga =_eagc ;};}; -return &documentImages {_gdf :_aa ,_cag :_cbe ,_cfb :_bga ,_cd :_eca ,_fbb :_ga },nil ;};type documentImages struct{_gdf ,_cag ,_cfb bool ;_cd map[_geb .PdfObject ]struct{};_fbb []*imageInfo ;};var _ Profile =(*Profile3U )(nil ); +// Now is a function that returns current time. +Now func ()_f .Time ; -// NewProfile2B creates a new Profile2B with the given options. -func NewProfile2B (options *Profile2Options )*Profile2B {if options ==nil {options =DefaultProfile2Options ();};_ddad (options );return &Profile2B {profile2 {_feca :*options ,_ceceg :_ca ()}};};func _ce (_gbef *_bag .Document )error {_ffe ,_gae :=_gbef .FindCatalog (); -if !_gae {return _e .New ("\u0063\u0061\u0074\u0061\u006c\u006f\u0067\u0020\u006e\u006f\u0074\u0020f\u006f\u0075\u006e\u0064");};_ ,_gae =_geb .GetDict (_ffe .Object .Get ("\u0041\u0041"));if !_gae {return nil ;};_ffe .Object .Remove ("\u0041\u0041");return nil ; -};func _ffgb (_dbggb *_ae .CompliancePdfReader ,_eegeb standardType ,_aebg bool )(_ceef []ViolatedRule ){_dfdgdc ,_bgbb :=_debed (_dbggb );if !_bgbb {return []ViolatedRule {_eef ("\u0036.\u0037\u002e\u0032\u002d\u0031","\u0063a\u0074a\u006c\u006f\u0067\u0020\u006eo\u0074\u0020f\u006f\u0075\u006e\u0064\u002e")}; -};_fcbc :=_dfdgdc .Get ("\u004d\u0065\u0074\u0061\u0064\u0061\u0074\u0061");if _fcbc ==nil {return []ViolatedRule {_eef ("\u0036.\u0037\u002e\u0032\u002d\u0031","\u006e\u006f\u0020\u0027\u004d\u0065\u0074\u0061d\u0061\u0074\u0061' \u006b\u0065\u0079\u0020\u0066\u006fu\u006e\u0064\u0020\u0069\u006e\u0020\u0074\u0068\u0065\u0020\u0064\u006f\u0063\u0075\u006de\u006e\u0074\u0020\u0063\u0061\u0074\u0061\u006co\u0067\u002e"),_eef ("\u0036.\u0037\u002e\u0033\u002d\u0031","\u0049\u0066\u0020\u005b\u0061\u0020\u0064\u006fc\u0075\u006d\u0065\u006e\u0074\u0020\u0069\u006e\u0066o\u0072\u006d\u0061t\u0069\u006f\u006e\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u0020\u0061\u0070p\u0065\u0061r\u0073\u0020\u0069n\u0020\u0061 \u0064\u006f\u0063um\u0065\u006e\u0074\u005d\u002c\u0020\u0074\u0068\u0065n\u0020\u0061\u006c\u006c\u0020\u006f\u0066\u0020\u0069\u0074\u0073\u0020\u0065\u006e\u0074\u0072\u0069\u0065\u0073\u0020\u0074\u0068\u0061\u0074\u0020\u0068\u0061\u0076\u0065\u0020\u0061\u006e\u0061\u006c\u006f\u0067\u006fu\u0073\u0020\u0070\u0072\u006f\u0070\u0065\u0072\u0074\u0069\u0065\u0073 \u0069\u006e\u0020\u0070\u0072\u0065\u0064e\u0066\u0069\u006e\u0065\u0064\u0020\u0058\u004d\u0050\u0020\u0073\u0063\u0068\u0065\u006d\u0061\u0073\u0020\u2026 \u0073\u0068\u0061\u006c\u006c\u0020\u0061\u006c\u0073\u006f\u0020\u0062\u0065\u0020\u0065\u006d\u0062\u0065\u0064\u0064\u0065d\u0020\u0069\u006e\u0020\u0074he\u0020\u0066i\u006c\u0065 \u0069\u006e\u0020\u0058\u004d\u0050\u0020\u0066\u006f\u0072\u006d\u0020\u0077\u0069\u0074\u0068\u0020\u0065\u0071\u0075\u0069\u0076\u0061\u006c\u0065\u006e\u0074\u0020\u0076\u0061\u006c\u0075\u0065\u0073\u002e")}; -};_efgf ,_bgbb :=_geb .GetStream (_fcbc );if !_bgbb {return []ViolatedRule {_eef ("\u0036.\u0037\u002e\u0032\u002d\u0032","\u0063\u0061\u0074a\u006c\u006f\u0067\u0020\u0027\u004d\u0065\u0074\u0061\u0064\u0061\u0074\u0061\u0027\u0020\u006f\u0062\u006a\u0065\u0063\u0074\u0020\u0069\u0073\u0020\u006e\u006f\u0074\u0020a\u0020\u0073\u0074\u0072\u0065\u0061\u006d\u002e"),_eef ("\u0036.\u0037\u002e\u0033\u002d\u0031","\u0049\u0066\u0020\u005b\u0061\u0020\u0064\u006fc\u0075\u006d\u0065\u006e\u0074\u0020\u0069\u006e\u0066o\u0072\u006d\u0061t\u0069\u006f\u006e\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u0020\u0061\u0070p\u0065\u0061r\u0073\u0020\u0069n\u0020\u0061 \u0064\u006f\u0063um\u0065\u006e\u0074\u005d\u002c\u0020\u0074\u0068\u0065n\u0020\u0061\u006c\u006c\u0020\u006f\u0066\u0020\u0069\u0074\u0073\u0020\u0065\u006e\u0074\u0072\u0069\u0065\u0073\u0020\u0074\u0068\u0061\u0074\u0020\u0068\u0061\u0076\u0065\u0020\u0061\u006e\u0061\u006c\u006f\u0067\u006fu\u0073\u0020\u0070\u0072\u006f\u0070\u0065\u0072\u0074\u0069\u0065\u0073 \u0069\u006e\u0020\u0070\u0072\u0065\u0064e\u0066\u0069\u006e\u0065\u0064\u0020\u0058\u004d\u0050\u0020\u0073\u0063\u0068\u0065\u006d\u0061\u0073\u0020\u2026 \u0073\u0068\u0061\u006c\u006c\u0020\u0061\u006c\u0073\u006f\u0020\u0062\u0065\u0020\u0065\u006d\u0062\u0065\u0064\u0064\u0065d\u0020\u0069\u006e\u0020\u0074he\u0020\u0066i\u006c\u0065 \u0069\u006e\u0020\u0058\u004d\u0050\u0020\u0066\u006f\u0072\u006d\u0020\u0077\u0069\u0074\u0068\u0020\u0065\u0071\u0075\u0069\u0076\u0061\u006c\u0065\u006e\u0074\u0020\u0076\u0061\u006c\u0075\u0065\u0073\u002e")}; -};if _efgf .Get ("\u0046\u0069\u006c\u0074\u0065\u0072")!=nil {_ceef =append (_ceef ,_eef ("\u0036.\u0037\u002e\u0032\u002d\u0032","M\u0065\u0074a\u0064\u0061\u0074\u0061\u0020\u006f\u0062\u006a\u0065\u0063\u0074\u0020\u0073\u0074\u0072\u0065\u0061\u006d\u0020\u0064i\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0069\u0065\u0073\u0020\u0073\u0068\u0061\u006c\u006c \u006e\u006f\u0074\u0020\u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0020\u0074h\u0065\u0020\u0046\u0069\u006c\u0074\u0065\u0072\u0020\u006b\u0065y\u002e")); -};_egdg ,_abgf :=_eg .LoadDocument (_efgf .Stream );if _abgf !=nil {return []ViolatedRule {_eef ("\u0036.\u0037\u002e\u0039\u002d\u0031","The\u0020\u006d\u0065\u0074a\u0064\u0061t\u0061\u0020\u0073\u0074\u0072\u0065\u0061\u006d\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u0063o\u006e\u0066\u006f\u0072\u006d\u0020\u0074o\u0020\u0058\u004d\u0050\u0020\u0053\u0070\u0065\u0063\u0069\u0066\u0069\u0063\u0061\u0074\u0069\u006f\u006e\u0020\u0061\u006e\u0064\u0020\u0077\u0065\u006c\u006c\u0020\u0066\u006f\u0072\u006de\u0064\u0020\u0050\u0044\u0046\u0041\u0045\u0078\u0074e\u006e\u0073\u0069\u006f\u006e\u0020\u0053\u0063\u0068\u0065\u006da\u0020\u0066\u006fr\u0020\u0061\u006c\u006c\u0020\u0065\u0078\u0074\u0065\u006e\u0073\u0069\u006f\u006e\u0073\u002e")}; -};_cbddg :=_egdg .GetGoXmpDocument ();var _gaada []*_c .Namespace ;for _ ,_aeac :=range _cbddg .Namespaces (){switch _aeac .Name {case _ag .NsDc .Name ,_ba .NsPDF .Name ,_b .NsXmp .Name ,_ge .NsXmpRights .Name ,_ab .Namespace .Name ,_ee .Namespace .Name ,_dd .NsXmpMM .Name ,_ee .FieldNS .Name ,_ee .SchemaNS .Name ,_ee .PropertyNS .Name ,"\u0073\u0074\u0045v\u0074","\u0073\u0074\u0056e\u0072","\u0073\u0074\u0052e\u0066","\u0073\u0074\u0044i\u006d","\u0078a\u0070\u0047\u0049\u006d\u0067","\u0073\u0074\u004ao\u0062","\u0078\u006d\u0070\u0069\u0064\u0071":continue ; -};_gaada =append (_gaada ,_aeac );};_gfeb :=true ;_bcba ,_abgf :=_egdg .GetPdfaExtensionSchemas ();if _abgf ==nil {for _ ,_gfgc :=range _gaada {var _caad bool ;for _degf :=range _bcba {if _gfgc .URI ==_bcba [_degf ].NamespaceURI {_caad =true ;break ;}; -};if !_caad {_gfeb =false ;break ;};};}else {_gfeb =false ;};if !_gfeb {_ceef =append (_ceef ,_eef ("\u0036.\u0037\u002e\u0039\u002d\u0032","\u0050\u0072\u006f\u0070\u0065\u0072\u0074i\u0065\u0073 \u0073\u0070\u0065\u0063\u0069\u0066\u0069ed\u0020\u0069\u006e\u0020\u0058M\u0050\u0020\u0066\u006f\u0072\u006d\u0020\u0073\u0068\u0061\u006cl\u0020\u0075\u0073\u0065\u0020\u0065\u0069\u0074\u0068\u0065\u0072\u0020\u0074\u0068\u0065\u0020\u0070\u0072\u0065\u0064\u0065\u0066\u0069\u006e\u0065\u0064\u0020\u0073\u0063\u0068\u0065\u006d\u0061\u0073 \u0064\u0065\u0066i\u006e\u0065\u0064\u0020\u0069\u006e\u0020\u0058\u004d\u0050\u0020\u0053\u0070\u0065\u0063\u0069\u0066\u0069\u0063\u0061\u0074\u0069\u006fn\u002c\u0020\u006f\u0072\u0020\u0065\u0078\u0074\u0065ns\u0069\u006f\u006e\u0020\u0073\u0063\u0068\u0065\u006d\u0061\u0073\u0020\u0074\u0068\u0061\u0074 \u0063\u006f\u006d\u0070\u006c\u0079\u0020\u0077\u0069\u0074h\u0020\u0058\u004d\u0050\u0020\u0053\u0070e\u0063\u0069\u0066\u0069\u0063\u0061\u0074\u0069\u006f\u006e\u002e")); -};_bdff ,_abgf :=_dbggb .GetPdfInfo ();if _abgf ==nil {if !_acfcb (_bdff ,_egdg ){_ceef =append (_ceef ,_eef ("\u0036.\u0037\u002e\u0033\u002d\u0031","\u0049\u0066\u0020\u005b\u0061\u0020\u0064\u006fc\u0075\u006d\u0065\u006e\u0074\u0020\u0069\u006e\u0066o\u0072\u006d\u0061t\u0069\u006f\u006e\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u0020\u0061\u0070p\u0065\u0061r\u0073\u0020\u0069n\u0020\u0061 \u0064\u006f\u0063um\u0065\u006e\u0074\u005d\u002c\u0020\u0074\u0068\u0065n\u0020\u0061\u006c\u006c\u0020\u006f\u0066\u0020\u0069\u0074\u0073\u0020\u0065\u006e\u0074\u0072\u0069\u0065\u0073\u0020\u0074\u0068\u0061\u0074\u0020\u0068\u0061\u0076\u0065\u0020\u0061\u006e\u0061\u006c\u006f\u0067\u006fu\u0073\u0020\u0070\u0072\u006f\u0070\u0065\u0072\u0074\u0069\u0065\u0073 \u0069\u006e\u0020\u0070\u0072\u0065\u0064e\u0066\u0069\u006e\u0065\u0064\u0020\u0058\u004d\u0050\u0020\u0073\u0063\u0068\u0065\u006d\u0061\u0073\u0020\u2026 \u0073\u0068\u0061\u006c\u006c\u0020\u0061\u006c\u0073\u006f\u0020\u0062\u0065\u0020\u0065\u006d\u0062\u0065\u0064\u0064\u0065d\u0020\u0069\u006e\u0020\u0074he\u0020\u0066i\u006c\u0065 \u0069\u006e\u0020\u0058\u004d\u0050\u0020\u0066\u006f\u0072\u006d\u0020\u0077\u0069\u0074\u0068\u0020\u0065\u0071\u0075\u0069\u0076\u0061\u006c\u0065\u006e\u0074\u0020\u0076\u0061\u006c\u0075\u0065\u0073\u002e")); -};}else if _ ,_gaeag :=_egdg .GetMediaManagement ();_gaeag {_ceef =append (_ceef ,_eef ("\u0036.\u0037\u002e\u0033\u002d\u0031","\u0049\u0066\u0020\u005b\u0061\u0020\u0064\u006fc\u0075\u006d\u0065\u006e\u0074\u0020\u0069\u006e\u0066o\u0072\u006d\u0061t\u0069\u006f\u006e\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u0020\u0061\u0070p\u0065\u0061r\u0073\u0020\u0069n\u0020\u0061 \u0064\u006f\u0063um\u0065\u006e\u0074\u005d\u002c\u0020\u0074\u0068\u0065n\u0020\u0061\u006c\u006c\u0020\u006f\u0066\u0020\u0069\u0074\u0073\u0020\u0065\u006e\u0074\u0072\u0069\u0065\u0073\u0020\u0074\u0068\u0061\u0074\u0020\u0068\u0061\u0076\u0065\u0020\u0061\u006e\u0061\u006c\u006f\u0067\u006fu\u0073\u0020\u0070\u0072\u006f\u0070\u0065\u0072\u0074\u0069\u0065\u0073 \u0069\u006e\u0020\u0070\u0072\u0065\u0064e\u0066\u0069\u006e\u0065\u0064\u0020\u0058\u004d\u0050\u0020\u0073\u0063\u0068\u0065\u006d\u0061\u0073\u0020\u2026 \u0073\u0068\u0061\u006c\u006c\u0020\u0061\u006c\u0073\u006f\u0020\u0062\u0065\u0020\u0065\u006d\u0062\u0065\u0064\u0064\u0065d\u0020\u0069\u006e\u0020\u0074he\u0020\u0066i\u006c\u0065 \u0069\u006e\u0020\u0058\u004d\u0050\u0020\u0066\u006f\u0072\u006d\u0020\u0077\u0069\u0074\u0068\u0020\u0065\u0071\u0075\u0069\u0076\u0061\u006c\u0065\u006e\u0074\u0020\u0076\u0061\u006c\u0075\u0065\u0073\u002e")); -};_bbge ,_bgbb :=_egdg .GetPdfAID ();if !_bgbb {_ceef =append (_ceef ,_eef ("\u0036\u002e\u0037\u002e\u0031\u0031\u002d\u0031","\u0054\u0068\u0065\u0020\u0050\u0044\u0046\u002f\u0041\u0020\u0076\u0065\u0072\u0073\u0069\u006f\u006e\u0020\u0061n\u0064\u0020\u0063\u006f\u006e\u0066\u006f\u0072\u006d\u0061\u006ec\u0065\u0020\u006c\u0065\u0076\u0065l\u0020\u006f\u0066\u0020\u0061\u0020\u0066\u0069\u006c\u0065\u0020\u0073h\u0061\u006c\u006c\u0020\u0062\u0065\u0020\u0073\u0070e\u0063\u0069\u0066\u0069\u0065\u0064\u0020\u0075\u0073\u0069\u006e\u0067\u0020\u0074\u0068\u0065\u0020\u0050\u0044\u0046\u002f\u0041\u0020\u0049\u0064\u0065\u006e\u0074\u0069\u0066\u0069\u0063\u0061\u0074\u0069\u006f\u006e\u0020\u0065\u0078\u0074\u0065\u006e\u0073\u0069\u006f\u006e\u0020\u0073\u0063h\u0065\u006da.")); -}else {if _bbge .Part !=_eegeb ._fgb {_ceef =append (_ceef ,_eef ("\u0036\u002e\u0037\u002e\u0031\u0031\u002d\u0032","\u0054h\u0065\u0020\u0076\u0061lue\u0020\u006f\u0066\u0020p\u0064\u0066\u0061\u0069\u0064\u003a\u0070\u0061\u0072\u0074 \u0073\u0068\u0061\u006c\u006c\u0020\u0062\u0065\u0020\u0074\u0068\u0065\u0020\u0070\u0061\u0072\u0074\u0020\u006e\u0075\u006d\u0062\u0065r\u0020\u006f\u0066\u0020\u0049\u0053\u004f\u002019\u0030\u0030\u0035 \u0074\u006f\u0020\u0077\u0068i\u0063h\u0020\u0074\u0068\u0065\u0020\u0066\u0069\u006c\u0065 \u0063\u006f\u006e\u0066\u006f\u0072\u006d\u0073\u002e")); -};if _eegeb ._ea =="\u0041"&&_bbge .Conformance !="\u0041"{_ceef =append (_ceef ,_eef ("\u0036\u002e\u0037\u002e\u0031\u0031\u002d\u0033","\u0041\u0020\u004c\u0065\u0076e\u006c\u0020\u0041\u0020\u0063\u006f\u006e\u0066\u006f\u0072\u006d\u0069\u006e\u0067\u0020\u0066\u0069\u006c\u0065 \u0073\u0068\u0061\u006c\u006c\u0020s\u0070\u0065\u0063i\u0066\u0079\u0020\u0074\u0068\u0065\u0020\u0076\u0061\u006c\u0075\u0065\u0020\u006f\u0066\u0020\u0070\u0064\u0066\u0061\u0069\u0064\u003a\u0063o\u006e\u0066\u006fr\u006d\u0061\u006e\u0063\u0065\u0020\u0061\u0073\u0020\u0041\u002e\u0020\u0041\u0020\u004c\u0065\u0076e\u006c\u0020\u0042\u0020\u0063\u006f\u006e\u0066o\u0072\u006d\u0069\u006e\u0067\u0020\u0066\u0069\u006c\u0065\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u0073\u0070e\u0063\u0069\u0066\u0079\u0020\u0074\u0068\u0065\u0020\u0076\u0061\u006c\u0075\u0065\u0020\u006f\u0066\u0020\u0070\u0064\u0066\u0061\u0069d\u003a\u0063\u006f\u006e\u0066\u006f\u0072\u006d\u0061\u006e\u0063\u0065\u0020\u0061\u0073\u0020\u0042\u002e")); -}else if _eegeb ._ea =="\u0042"&&(_bbge .Conformance !="\u0041"&&_bbge .Conformance !="\u0042"){_ceef =append (_ceef ,_eef ("\u0036\u002e\u0037\u002e\u0031\u0031\u002d\u0033","\u0041\u0020\u004c\u0065\u0076e\u006c\u0020\u0041\u0020\u0063\u006f\u006e\u0066\u006f\u0072\u006d\u0069\u006e\u0067\u0020\u0066\u0069\u006c\u0065 \u0073\u0068\u0061\u006c\u006c\u0020s\u0070\u0065\u0063i\u0066\u0079\u0020\u0074\u0068\u0065\u0020\u0076\u0061\u006c\u0075\u0065\u0020\u006f\u0066\u0020\u0070\u0064\u0066\u0061\u0069\u0064\u003a\u0063o\u006e\u0066\u006fr\u006d\u0061\u006e\u0063\u0065\u0020\u0061\u0073\u0020\u0041\u002e\u0020\u0041\u0020\u004c\u0065\u0076e\u006c\u0020\u0042\u0020\u0063\u006f\u006e\u0066o\u0072\u006d\u0069\u006e\u0067\u0020\u0066\u0069\u006c\u0065\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u0073\u0070e\u0063\u0069\u0066\u0079\u0020\u0074\u0068\u0065\u0020\u0076\u0061\u006c\u0075\u0065\u0020\u006f\u0066\u0020\u0070\u0064\u0066\u0061\u0069d\u003a\u0063\u006f\u006e\u0066\u006f\u0072\u006d\u0061\u006e\u0063\u0065\u0020\u0061\u0073\u0020\u0042\u002e")); -};};return _ceef ;};func _gfb (_dfg *_bag .Document )error {_bgb :=map[string ]*_geb .PdfObjectDictionary {};_dbdb :=_fg .NewFinder (&_fg .FinderOpts {Extensions :[]string {"\u002e\u0074\u0074\u0066","\u002e\u0074\u0074\u0063"}});_fff :=map[_geb .PdfObject ]struct{}{}; -_aefa :=map[_geb .PdfObject ]struct{}{};for _ ,_fda :=range _dfg .Objects {_aeec ,_fegf :=_geb .GetDict (_fda );if !_fegf {continue ;};_aca :=_aeec .Get ("\u0054\u0079\u0070\u0065");if _aca ==nil {continue ;};if _cgb ,_ccb :=_geb .GetName (_aca );_ccb &&_cgb .String ()!="\u0046\u006f\u006e\u0074"{continue ; -};if _ ,_faf :=_fff [_fda ];_faf {continue ;};_edb ,_ccdb :=_ae .NewPdfFontFromPdfObject (_aeec );if _ccdb !=nil {_gd .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0063\u006f\u0075\u006c\u0064\u0020\u006e\u006f\u0074\u0020\u006c\u006f\u0061\u0064\u0020\u0066\u006fn\u0074\u0020\u0066\u0072\u006fm\u0020\u006fb\u006a\u0065\u0063\u0074"); -return _ccdb ;};if _edb .Encoder ()!=nil &&(_edb .Encoder ().String ()=="\u0049\u0064\u0065\u006e\u0074\u0069\u0074\u0079\u002d\u0048"||_edb .Encoder ().String ()=="\u0049\u0064\u0065\u006e\u0074\u0069\u0074\u0079\u002d\u0056"){continue ;};if _edb .Subtype ()=="\u0043\u0049\u0044F\u006f\u006e\u0074\u0054\u0079\u0070\u0065\u0032"{_fgg :=_edb .GetCIDToGIDMapObject (); -if _fgg !=nil {continue ;};};_ggg ,_ccdb :=_edb .GetFontDescriptor ();if _ccdb !=nil {return _ccdb ;};if _ggg !=nil &&(_ggg .FontFile !=nil ||_ggg .FontFile2 !=nil ||_ggg .FontFile3 !=nil ){continue ;};_efdg :=_edb .BaseFont ();if _efdg ==""{_ggc ,_efad :=_edb .GetFontDescriptor (); -if _efad !=nil {return _d .Errorf ("\u0063\u0061\u006e\u0027\u0074\u0020\u0067\u0065t\u0020\u0074\u0068e \u0066\u006f\u006e\u0074\u0020\u006ea\u006d\u0065\u0020\u0066\u0072\u006f\u006d\u0020\u0066\u006f\u006e\u0074\u0020\u0064\u0065s\u0063\u0072\u0069\u0070\u0074\u006f\u0072\u003a \u0025\u0073",_aeec .String ()); -};_efdg =_ggc .FontName .String ();if _efdg ==""{return _d .Errorf ("\u006f\u006e\u0065\u0020\u006f\u0066\u0020\u0074\u0068\u0065\u0020\u0066\u006f\u006e\u0074\u0020\u006f\u0062\u006a\u0065c\u0074\u0073\u0020\u0073\u0079\u006e\u0074\u0061\u0078\u0020\u0069\u0073\u0020\u006e\u006f\u0074\u0020\u0076\u0061\u006c\u0069d\u0020\u002d\u0020\u0042\u0061\u0073\u0065\u0046\u006f\u006e\u0074\u0020\u0075\u006ed\u0065\u0066\u0069n\u0065\u0064\u003a\u0020\u0025\u0073",_aeec .String ()); -};};_dbg ,_gbeg :=_bgb [_efdg ];if !_gbeg {if len (_efdg )> 7&&_efdg [6]=='+'{_efdg =_efdg [7:];};_cbb :=[]string {_efdg ,"\u0054i\u006de\u0073\u0020\u004e\u0065\u0077\u0020\u0052\u006f\u006d\u0061\u006e","\u0041\u0072\u0069a\u006c","D\u0065\u006a\u0061\u0056\u0075\u0020\u0053\u0061\u006e\u0073"}; -for _ ,_gbd :=range _cbb {_gd .Log .Debug ("\u0044\u0045\u0042\u0055\u0047\u003a \u0073\u0065\u0061\u0072\u0063\u0068\u0069\u006e\u0067\u0020\u0073\u0079\u0073t\u0065\u006d\u0020\u0066\u006f\u006e\u0074 \u0060\u0025\u0073\u0060",_gbd );if _dbg ,_gbeg =_bgb [_gbd ]; -_gbeg {break ;};_gcf :=_dbdb .Match (_gbd );if _gcf ==nil {_gd .Log .Debug ("c\u006f\u0075\u006c\u0064\u0020\u006eo\u0074\u0020\u0066\u0069\u006e\u0064\u0020\u0066\u006fn\u0074\u0020\u0066i\u006ce\u0020\u0025\u0073",_gbd );continue ;};_fdff ,_dgd :=_ae .NewPdfFontFromTTFFile (_gcf .Filename ); -if _dgd !=nil {return _dgd ;};_bdge :=_fdff .FontDescriptor ();if _bdge .FontFile !=nil {if _ ,_gbeg =_aefa [_bdge .FontFile ];!_gbeg {_dfg .Objects =append (_dfg .Objects ,_bdge .FontFile );_aefa [_bdge .FontFile ]=struct{}{};};};if _bdge .FontFile2 !=nil {if _ ,_gbeg =_aefa [_bdge .FontFile2 ]; -!_gbeg {_dfg .Objects =append (_dfg .Objects ,_bdge .FontFile2 );_aefa [_bdge .FontFile2 ]=struct{}{};};};if _bdge .FontFile3 !=nil {if _ ,_gbeg =_aefa [_bdge .FontFile3 ];!_gbeg {_dfg .Objects =append (_dfg .Objects ,_bdge .FontFile3 );_aefa [_bdge .FontFile3 ]=struct{}{}; -};};_dad ,_cfbdd :=_fdff .ToPdfObject ().(*_geb .PdfIndirectObject );if !_cfbdd {_gd .Log .Debug ("\u0066\u006f\u006e\u0074\u0020\u0069\u0073\u0020\u006e\u006ft\u0020\u0061\u006e\u0020\u0069\u006e\u0064i\u0072\u0065\u0063\u0074\u0020\u006f\u0062\u006a\u0065\u0063\u0074"); -continue ;};_defc ,_cfbdd :=_dad .PdfObject .(*_geb .PdfObjectDictionary );if !_cfbdd {_gd .Log .Debug ("\u0046\u006fn\u0074\u0020\u0074\u0079p\u0065\u0020i\u0073\u0020\u006e\u006f\u0074\u0020\u0061\u006e \u006f\u0062\u006a\u0065\u0063\u0074\u0020\u0064\u0069\u0063\u0074\u0069o\u006e\u0061\u0072\u0079"); -continue ;};_bgb [_gbd ]=_defc ;_dbg =_defc ;break ;};if _dbg ==nil {_gd .Log .Debug ("\u004e\u006f\u0020\u006d\u0061\u0074\u0063\u0068\u0069\u006eg\u0020\u0066\u006f\u006e\u0074\u0020\u0066o\u0075\u006e\u0064\u0020\u0066\u006f\u0072\u003a\u0020\u0025\u0073",_edb .BaseFont ()); -return _e .New ("\u006e\u006f m\u0061\u0074\u0063h\u0069\u006e\u0067\u0020fon\u0074 f\u006f\u0075\u006e\u0064\u0020\u0069\u006e t\u0068\u0065\u0020\u0073\u0079\u0073\u0074e\u006d");};};for _ ,_abf :=range _dbg .Keys (){_aeec .Set (_abf ,_dbg .Get (_abf )); -};_efde :=_dbg .Get ("\u0057\u0069\u0064\u0074\u0068\u0073");if _efde !=nil {if _ ,_gbeg =_aefa [_efde ];!_gbeg {_dfg .Objects =append (_dfg .Objects ,_efde );_aefa [_efde ]=struct{}{};};};_fff [_fda ]=struct{}{};_ece :=_aeec .Get ("\u0046\u006f\u006e\u0074\u0044\u0065\u0073\u0063\u0072i\u0070\u0074\u006f\u0072"); -if _ece !=nil {_dfg .Objects =append (_dfg .Objects ,_ece );_aefa [_ece ]=struct{}{};};};return nil ;};func _bbcc (_ced *_bag .Document )error {for _ ,_fbbfa :=range _ced .Objects {_acee ,_eaf :=_geb .GetDict (_fbbfa );if !_eaf {continue ;};_gbgaf :=_acee .Get ("\u0054\u0079\u0070\u0065"); -if _gbgaf ==nil {continue ;};if _dgf ,_fafe :=_geb .GetName (_gbgaf );_fafe &&_dgf .String ()!="\u0041\u0063\u0072\u006f\u0046\u006f\u0072\u006d"{continue ;};_ddfc ,_cef :=_geb .GetBool (_acee .Get ("\u004ee\u0065d\u0041\u0070\u0070\u0065\u0061\u0072\u0061\u006e\u0063\u0065\u0073")); -if _cef &&bool (*_ddfc ){_acee .Set ("\u004ee\u0065d\u0041\u0070\u0070\u0065\u0061\u0072\u0061\u006e\u0063\u0065\u0073",_geb .MakeBool (false ));};if _acee .Get ("\u0058\u0046\u0041")!=nil {_acee .Remove ("\u0058\u0046\u0041");};};_ccac ,_fbabb :=_ced .FindCatalog (); -if !_fbabb {return _e .New ("\u0063\u0061\u0074\u0061\u006c\u006f\u0067\u0020\u006e\u006f\u0074\u0020f\u006f\u0075\u006e\u0064");};if _ccac .Object .Get ("\u004e\u0065\u0065\u0064\u0073\u0052\u0065\u006e\u0064e\u0072\u0069\u006e\u0067")!=nil {_ccac .Object .Remove ("\u004e\u0065\u0065\u0064\u0073\u0052\u0065\u006e\u0064e\u0072\u0069\u006e\u0067"); -};return nil ;};func _ecfed (_fbbc *_ae .CompliancePdfReader )(_ebde []ViolatedRule ){_fbae :=_fbbc .GetObjectNums ();for _ ,_gegec :=range _fbae {_eddbc ,_beefa :=_fbbc .GetIndirectObjectByNumber (_gegec );if _beefa !=nil {continue ;};_cfdfe ,_dedg :=_geb .GetDict (_eddbc ); -if !_dedg {continue ;};_cfbf ,_dedg :=_geb .GetName (_cfdfe .Get ("\u0054\u0079\u0070\u0065"));if !_dedg {continue ;};if _cfbf .String ()!="\u0046\u0069\u006c\u0065\u0073\u0070\u0065\u0063"{continue ;};_beegcc ,_beefa :=_ae .NewPdfFilespecFromObj (_cfdfe ); -if _beefa !=nil {continue ;};if _beegcc .EF !=nil {if _beegcc .F ==nil ||_beegcc .UF ==nil {_ebde =append (_ebde ,_eef ("\u0036\u002e\u0038-\u0032","\u0054h\u0065\u0020\u0066\u0069\u006c\u0065\u0020\u0073\u0070\u0065\u0063\u0069\u0066i\u0063\u0061\u0074i\u006f\u006e\u0020\u0064\u0069\u0063t\u0069\u006fn\u0061\u0072\u0079\u0020\u0066\u006f\u0072\u0020\u0061\u006e\u0020\u0065\u006d\u0062\u0065\u0064\u0064\u0065\u0064\u0020\u0066\u0069\u006c\u0065\u0020\u0073\u0068\u0061\u006cl\u0020\u0063\u006f\u006e\u0074a\u0069\u006e\u0020t\u0068\u0065\u0020\u0046\u0020a\u006e\u0064\u0020\u0055\u0046\u0020\u006b\u0065\u0079\u0073\u002e")); -break ;};if _beegcc .AFRelationship ==nil {_ebde =append (_ebde ,_eef ("\u0036\u002e\u0038-\u0033","\u0049\u006e\u0020\u006f\u0072d\u0065\u0072\u0020\u0074\u006f\u0020\u0065\u006e\u0061\u0062\u006c\u0065\u0020i\u0064\u0065nt\u0069\u0066\u0069c\u0061\u0074\u0069o\u006e\u0020\u006f\u0066\u0020\u0074\u0068\u0065\u0020\u0072\u0065\u006c\u0061\u0074\u0069\u006f\u006e\u0073h\u0069\u0070\u0020\u0062\u0065\u0074\u0077\u0065\u0065\u006e\u0020\u0074\u0068\u0065\u0020fi\u006ce\u0020\u0073\u0070\u0065\u0063\u0069f\u0069c\u0061\u0074\u0069o\u006e\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u0020\u0061\u006e\u0064\u0020\u0074\u0068\u0065\u0020c\u006f\u006e\u0074e\u006e\u0074\u0020\u0074\u0068\u0061\u0074\u0020\u0069\u0073\u0020\u0072\u0065\u0066\u0065\u0072\u0072\u0069\u006e\u0067\u0020\u0074\u006f\u0020\u0069\u0074\u002c\u0020\u0061\u0020\u006e\u0065\u0077\u0020(\u0072\u0065\u0071\u0075i\u0072\u0065\u0064\u0029\u0020\u006be\u0079\u0020h\u0061\u0073\u0020\u0062e\u0065\u006e\u0020\u0064\u0065\u0066i\u006e\u0065\u0064\u0020a\u006e\u0064\u0020\u0069\u0074s \u0070\u0072e\u0073\u0065n\u0063\u0065\u0020\u0028\u0069\u006e\u0020\u0074\u0068e\u0020\u0064\u0069\u0063\u0074i\u006f\u006e\u0061\u0072\u0079\u0029\u0020\u0069\u0073\u0020\u0072\u0065q\u0075\u0069\u0072e\u0064\u002e")); -break ;};};};return _ebde ;};var _ Profile =(*Profile3B )(nil );func _fcfc (_cddce *_ae .PdfFont ,_efdf *_geb .PdfObjectDictionary )ViolatedRule {const (_dgbb ="\u0036.\u0033\u002e\u0037\u002d\u0031";_gfge ="\u0041\u006cl \u006e\u006f\u006e\u002d\u0073\u0079\u006db\u006f\u006c\u0069\u0063\u0020\u0054\u0072\u0075\u0065\u0054\u0079\u0070\u0065\u0020\u0066o\u006e\u0074s\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u0068\u0061\u0076\u0065\u0020e\u0069\u0074h\u0065\u0072\u0020\u004d\u0061\u0063\u0052\u006f\u006d\u0061\u006e\u0045\u006e\u0063\u006fd\u0069\u006e\u0067\u0020\u006f\u0072\u0020\u0057\u0069\u006e\u0041\u006e\u0073i\u0045n\u0063\u006f\u0064\u0069n\u0067\u0020\u0061\u0073\u0020\u0074\u0068\u0065\u0020\u0076\u0061\u006c\u0075\u0065\u0020\u0066o\u0072\u0020t\u0068\u0065 \u0045n\u0063\u006f\u0064\u0069\u006e\u0067\u0020\u006b\u0065\u0079 \u0069\u006e\u0020t\u0068e\u0020\u0046o\u006e\u0074\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u0020\u006f\u0072\u0020\u0061\u0073\u0020\u0074\u0068\u0065\u0020\u0076\u0061\u006c\u0075\u0065\u0020\u0066\u006f\u0072 \u0074\u0068\u0065\u0020\u0042\u0061\u0073\u0065\u0045\u006e\u0063\u006fd\u0069\u006e\u0067\u0020\u006b\u0065\u0079\u0020\u0069\u006e\u0020\u0074\u0068\u0065 \u0064i\u0063\u0074i\u006fn\u0061\u0072\u0079\u0020\u0077\u0068\u0069\u0063\u0068\u0020\u0069s\u0020\u0074\u0068\u0065\u0020\u0076\u0061\u006c\u0075\u0065\u0020\u006ff\u0020\u0074\u0068e\u0020\u0045\u006e\u0063\u006f\u0064\u0069\u006e\u0067\u0020\u006be\u0079\u0020\u0069\u006e\u0020\u0074\u0068\u0065\u0020\u0046\u006f\u006e\u0074 \u0064\u0069\u0063\u0074i\u006f\u006e\u0061\u0072\u0079\u002e\u0020\u0049\u006e\u0020\u0061\u0064\u0064\u0069\u0074\u0069\u006f\u006e, \u006eo\u0020n\u006f\u006e\u002d\u0073\u0079\u006d\u0062\u006f\u006c\u0069\u0063\u0020\u0054\u0072\u0075\u0065\u0054\u0079p\u0065 \u0066\u006f\u006e\u0074\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u0064\u0065\u0066\u0069\u006e\u0065\u0020\u0061\u0020\u0044\u0069\u0066\u0066e\u0072\u0065\u006e\u0063\u0065\u0073\u0020a\u0072\u0072\u0061\u0079\u0020\u0075n\u006c\u0065s\u0073\u0020\u0061\u006c\u006c\u0020\u006f\u0066\u0020\u0074h\u0065\u0020\u0067\u006c\u0079\u0070\u0068\u0020\u006e\u0061\u006d\u0065\u0073 \u0069\u006e\u0020\u0074\u0068\u0065\u0020\u0044\u0069f\u0066\u0065\u0072\u0065\u006ec\u0065\u0073\u0020a\u0072\u0072\u0061\u0079\u0020\u0061\u0072\u0065\u0020\u006c\u0069\u0073\u0074\u0065\u0064 \u0069\u006e \u0074\u0068\u0065\u0020\u0041\u0064\u006f\u0062\u0065 G\u006c\u0079\u0070\u0068\u0020\u004c\u0069\u0073t\u0020\u0061\u006e\u0064\u0020\u0074h\u0065\u0020\u0065\u006d\u0062\u0065\u0064\u0064\u0065\u0064\u0020\u0066o\u006e\u0074\u0020\u0070\u0072\u006f\u0067\u0072a\u006d\u0020\u0063\u006f\u006e\u0074\u0061\u0069n\u0073\u0020\u0061\u0074\u0020\u006c\u0065\u0061\u0073t\u0020\u0074\u0068\u0065\u0020\u004d\u0069\u0063\u0072o\u0073o\u0066\u0074\u0020\u0055\u006e\u0069\u0063\u006f\u0064\u0065\u0020\u0028\u0033\u002c\u0031 \u2013 P\u006c\u0061\u0074\u0066\u006f\u0072\u006d\u0020I\u0044\u003d\u0033\u002c\u0020\u0045\u006e\u0063\u006f\u0064\u0069\u006e\u0067 I\u0044\u003d\u0031\u0029\u0020\u0065\u006e\u0063\u006f\u0064i\u006e\u0067 \u0069\u006e\u0020t\u0068\u0065\u0020'\u0063\u006d\u0061\u0070\u0027\u0020\u0074\u0061\u0062\u006c\u0065\u002e"; -);var _agbg string ;if _acfd ,_fcfeg :=_geb .GetName (_efdf .Get ("\u0053u\u0062\u0074\u0079\u0070\u0065"));_fcfeg {_agbg =_acfd .String ();};if _agbg !="\u0054\u0072\u0075\u0065\u0054\u0079\u0070\u0065"{return _fc ;};_bccc :=_cddce .FontDescriptor (); -_bfde ,_fbca :=_geb .GetIntVal (_bccc .Flags );if !_fbca {_gd .Log .Debug ("\u0066\u006c\u0061\u0067\u0073 \u006e\u006f\u0074\u0020\u0064\u0065\u0066\u0069\u006e\u0065\u0064\u0020\u0066o\u0072\u0020\u0074\u0068\u0065\u0020\u0066\u006f\u006e\u0074\u0020\u0064\u0065\u0073\u0063\u0072\u0069\u0070\u0074\u006f\u0072"); -return _eef (_dgbb ,_gfge );};_eddc :=(uint32 (_bfde )>>3)!=0;if _eddc {return _fc ;};_gebc ,_fbca :=_geb .GetName (_efdf .Get ("\u0045\u006e\u0063\u006f\u0064\u0069\u006e\u0067"));if !_fbca {return _eef (_dgbb ,_gfge );};switch _gebc .String (){case "\u004d\u0061c\u0052\u006f\u006da\u006e\u0045\u006e\u0063\u006f\u0064\u0069\u006e\u0067","\u0057i\u006eA\u006e\u0073\u0069\u0045\u006e\u0063\u006f\u0064\u0069\u006e\u0067":return _fc ; -default:return _eef (_dgbb ,_gfge );};};func _fcga (_ccce *_ae .CompliancePdfReader )ViolatedRule {return _fc };func _ebcg (_ccdgg *_ae .CompliancePdfReader )(_cfad []ViolatedRule ){_eedb :=_ccdgg .GetObjectNums ();for _ ,_fdfga :=range _eedb {_dcbg ,_ebaca :=_ccdgg .GetIndirectObjectByNumber (_fdfga ); -if _ebaca !=nil {continue ;};_egcd ,_dbcb :=_geb .GetDict (_dcbg );if !_dbcb {continue ;};_eegc ,_dbcb :=_geb .GetName (_egcd .Get ("\u0054\u0079\u0070\u0065"));if !_dbcb {continue ;};if _eegc .String ()!="\u0046\u0069\u006c\u0065\u0073\u0070\u0065\u0063"{continue ; -};if _egcd .Get ("\u0045\u0046")!=nil {_cfad =append (_cfad ,_eef ("\u0036\u002e\u0031\u002e\u0031\u0031\u002d\u0031","\u0041 \u0066\u0069\u006c\u0065 \u0073p\u0065\u0063\u0069\u0066\u0069\u0063\u0061\u0074\u0069o\u006e\u0020\u0064\u0069\u0063\u0074\u0069\u006fn\u0061\u0072\u0079\u002c\u0020\u0061\u0073\u0020\u0064\u0065\u0066i\u006e\u0065\u0064\u0020\u0069\u006e\u0020\u0050\u0044\u0046 \u0033\u002e\u0031\u0030\u002e\u0032\u002c\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u006e\u006f\u0074\u0020\u0063o\u006e\u0074\u0061\u0069\u006e\u0020\u0074\u0068\u0065\u0020\u0045\u0046 \u006be\u0079\u002e")); -break ;};};_fdbe ,_fceag :=_debed (_ccdgg );if !_fceag {return _cfad ;};_cad ,_fceag :=_geb .GetDict (_fdbe .Get ("\u004e\u0061\u006de\u0073"));if !_fceag {return _cfad ;};if _cad .Get ("\u0045\u006d\u0062\u0065\u0064\u0064\u0065\u0064\u0046\u0069\u006c\u0065\u0073")!=nil {_cfad =append (_cfad ,_eef ("\u0036\u002e\u0031\u002e\u0031\u0031\u002d\u0032","\u0041\u0020\u0066i\u006c\u0065\u0027\u0073\u0020\u006e\u0061\u006d\u0065\u0020d\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u002c\u0020\u0061\u0073\u0020d\u0065\u0066\u0069\u006ee\u0064\u0020\u0069\u006e\u0020PD\u0046 \u0052\u0065\u0066er\u0065\u006e\u0063\u0065\u0020\u0033\u002e6\u002e\u0033\u002c\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u006e\u006f\u0074\u0020\u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0020\u0074h\u0065\u0020\u0045m\u0062\u0065\u0064\u0064\u0065\u0064\u0046i\u006c\u0065\u0073\u0020\u006b\u0065\u0079\u002e")); -};return _cfad ;}; +// Xmp is the xmp options information. +Xmp XmpOptions ;};func _fdccb (_cced *_g .CompliancePdfReader )(_fbaf []ViolatedRule ){var _cbcg ,_eecg ,_cbff ,_abcb ,_eccad ,_dfaee ,_bdafc bool ;_fcegd :=map[*_aad .PdfObjectStream ]struct{}{};for _ ,_ddbb :=range _cced .GetObjectNums (){if _cbcg &&_eecg &&_eccad &&_cbff &&_abcb &&_dfaee &&_bdafc {return _fbaf ; +};_fgce ,_bgeg :=_cced .GetIndirectObjectByNumber (_ddbb );if _bgeg !=nil {continue ;};_acbbc ,_gagaa :=_aad .GetStream (_fgce );if !_gagaa {continue ;};if _ ,_gagaa =_fcegd [_acbbc ];_gagaa {continue ;};_fcegd [_acbbc ]=struct{}{};_fgbb ,_gagaa :=_aad .GetName (_acbbc .Get ("\u0053u\u0062\u0054\u0079\u0070\u0065")); +if !_gagaa {continue ;};if !_abcb {if _acbbc .Get ("\u0052\u0065\u0066")!=nil {_fbaf =append (_fbaf ,_fgdg ("\u0036.\u0032\u002e\u0039\u002d\u0032","\u0041\u0020\u0063\u006f\u006e\u0066\u006f\u0072\u006d\u0069\u006e\u0067\u0020\u0066\u0069\u006c\u0065\u0020\u0073\u0068a\u006c\u006c\u0020\u006e\u006f\u0074\u0020\u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0020\u0061\u006e\u0079\u0020\u0072\u0065\u0066\u0065\u0072\u0065\u006e\u0063\u0065\u0020\u0058O\u0062\u006a\u0065\u0063\u0074s\u002e")); +_abcb =true ;};};if _fgbb .String ()=="\u0050\u0053"{if !_dfaee {_fbaf =append (_fbaf ,_fgdg ("\u0036.\u0032\u002e\u0039\u002d\u0033","A \u0063\u006fn\u0066\u006f\u0072\u006d\u0069\u006e\u0067\u0020\u0066i\u006c\u0065\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u006e\u006f\u0074\u0020\u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0020\u0061\u006e\u0079\u0020\u0050\u006f\u0073t\u0053c\u0072\u0069\u0070\u0074\u0020\u0058\u004f\u0062j\u0065c\u0074\u0073.")); +_dfaee =true ;continue ;};};if _fgbb .String ()=="\u0046\u006f\u0072\u006d"{if _eecg &&_cbff &&_abcb {continue ;};if !_eecg &&_acbbc .Get ("\u004f\u0050\u0049")!=nil {_fbaf =append (_fbaf ,_fgdg ("\u0036.\u0032\u002e\u0039\u002d\u0031","\u0041\u0020\u0066\u006f\u0072\u006d \u0058\u004f\u0062j\u0065\u0063\u0074 \u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079 \u0073\u0068\u0061\u006c\u006c n\u006f\u0074\u0020\u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0020\u0074\u0068\u0065\u0020\u004f\u0050\u0049\u0020\u006b\u0065\u0079\u002e")); +_eecg =true ;};if !_cbff {if _acbbc .Get ("\u0050\u0053")!=nil {_cbff =true ;};if _aeag :=_acbbc .Get ("\u0053\u0075\u0062\u0074\u0079\u0070\u0065\u0032");_aeag !=nil &&!_cbff {if _aagbd ,_dagdc :=_aad .GetName (_aeag );_dagdc &&*_aagbd =="\u0050\u0053"{_cbff =true ; +};};if _cbff {_fbaf =append (_fbaf ,_fgdg ("\u0036.\u0032\u002e\u0039\u002d\u0031","\u0041\u0020\u0066\u006f\u0072\u006d\u0020\u0058\u004f\u0062\u006a\u0065\u0063\u0074\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u006eo\u0074\u0020\u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0020\u0074\u0068\u0065\u0020\u0053\u0075\u0062\u0074\u0079\u0070\u0065\u0032\u0020\u006b\u0065y \u0077\u0069\u0074\u0068\u0020\u0061\u0020\u0076\u0061\u006cu\u0065 o\u0066 \u0050\u0053\u0020\u0061\u006e\u0064\u0020t\u0068\u0065\u0020\u0050\u0053\u0020\u006b\u0065\u0079\u002e")); +};};continue ;};if _fgbb .String ()!="\u0049\u006d\u0061g\u0065"{continue ;};if !_cbcg &&_acbbc .Get ("\u0041\u006c\u0074\u0065\u0072\u006e\u0061\u0074\u0065\u0073")!=nil {_fbaf =append (_fbaf ,_fgdg ("\u0036.\u0032\u002e\u0038\u002d\u0031","\u0041\u006e\u0020\u0049m\u0061\u0067\u0065\u0020\u0064\u0069\u0063\u0074\u0069o\u006e\u0061\u0072\u0079\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u006e\u006f\u0074\u0020\u0063\u006f\u006et\u0061\u0069\u006e\u0020\u0074h\u0065\u0020\u0041\u006c\u0074\u0065\u0072\u006e\u0061\u0074\u0065\u0073\u0020\u006b\u0065\u0079\u002e")); +_cbcg =true ;};if !_bdafc &&_acbbc .Get ("\u004f\u0050\u0049")!=nil {_fbaf =append (_fbaf ,_fgdg ("\u0036.\u0032\u002e\u0038\u002d\u0032","\u0041\u006e\u0020\u0049\u006d\u0061\u0067\u0065\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072y\u0020\u0073\u0068\u0061\u006c\u006c\u0020n\u006f\u0074\u0020\u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0020t\u0068\u0065\u0020\u004f\u0050\u0049\u0020\u006b\u0065\u0079\u002e")); +_bdafc =true ;};if !_eccad &&_acbbc .Get ("I\u006e\u0074\u0065\u0072\u0070\u006f\u006c\u0061\u0074\u0065")!=nil {_ggadf ,_ecggc :=_aad .GetBool (_acbbc .Get ("I\u006e\u0074\u0065\u0072\u0070\u006f\u006c\u0061\u0074\u0065"));if _ecggc &&bool (*_ggadf ){continue ; +};_fbaf =append (_fbaf ,_fgdg ("\u0036.\u0032\u002e\u0038\u002d\u0033","\u0049\u0066 a\u006e\u0020\u0049\u006d\u0061\u0067\u0065\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u0020\u0063o\u006e\u0074\u0061\u0069n\u0073\u0020\u0074\u0068e \u0049\u006et\u0065r\u0070\u006f\u006c\u0061\u0074\u0065 \u006b\u0065\u0079,\u0020\u0069t\u0073\u0020\u0076\u0061\u006c\u0075\u0065\u0020\u0073\u0068\u0061\u006c\u006c\u0020b\u0065\u0020\u0066\u0061\u006c\u0073\u0065\u002e")); +_eccad =true ;};};return _fbaf ;}; -// ApplyStandard tries to change the content of the writer to match the PDF/A-2 standard. -// Implements model.StandardApplier. -func (_gddb *profile2 )ApplyStandard (document *_bag .Document )(_dac error ){_fdc (document ,7);if _dac =_dfad (document ,_gddb ._feca .Now );_dac !=nil {return _dac ;};if _dac =_cbbd (document );_dac !=nil {return _dac ;};_gcgg ,_cdcf :=_fcea (_gddb ._feca .CMYKDefaultColorSpace ,_gddb ._ceceg ); -_dac =_bffd (document ,[]pageColorspaceOptimizeFunc {_gcgg },[]documentColorspaceOptimizeFunc {_cdcf });if _dac !=nil {return _dac ;};_dgdb (document );if _dac =_cagg (document );_dac !=nil {return _dac ;};if _dac =_gfcc (document ,_gddb ._ceceg ._fgb ); -_dac !=nil {return _dac ;};if _dac =_dcbd (document );_dac !=nil {return _dac ;};if _dac =_dabd (document );_dac !=nil {return _dac ;};if _dac =_gfb (document );_dac !=nil {return _dac ;};if _dac =_bbcc (document );_dac !=nil {return _dac ;};if _gddb ._ceceg ._ea =="\u0041"{_fagcd (document ); -};if _dac =_bdf (document ,_gddb ._ceceg ._fgb );_dac !=nil {return _dac ;};if _dac =_ce (document );_dac !=nil {return _dac ;};if _gbaa :=_abc (document ,_gddb ._ceceg ,_gddb ._feca .Xmp );_gbaa !=nil {return _gbaa ;};if _gddb ._ceceg ==_cba (){if _dac =_gfef (document ); -_dac !=nil {return _dac ;};};if _dac =_gefg (document );_dac !=nil {return _dac ;};if _dac =_beac (document );_dac !=nil {return _dac ;};if _dac =_afbbf (document );_dac !=nil {return _dac ;};return nil ;};func _acfcb (_bagfg *_ae .PdfInfo ,_egeec *_eg .Document )bool {_aaca ,_dcacg :=_egeec .GetPdfInfo (); -if !_dcacg {return false ;};if _aaca .InfoDict ==nil {return false ;};_cgfe ,_dgbgg :=_ae .NewPdfInfoFromObject (_aaca .InfoDict );if _dgbgg !=nil {return false ;};if _bagfg .Creator !=nil {if _cgfe .Creator ==nil ||_cgfe .Creator .String ()!=_bagfg .Creator .String (){return false ; -};};if _bagfg .CreationDate !=nil {if _cgfe .CreationDate ==nil ||!_cgfe .CreationDate .ToGoTime ().Equal (_bagfg .CreationDate .ToGoTime ()){return false ;};};if _bagfg .ModifiedDate !=nil {if _cgfe .ModifiedDate ==nil ||!_cgfe .ModifiedDate .ToGoTime ().Equal (_bagfg .ModifiedDate .ToGoTime ()){return false ; -};};if _bagfg .Producer !=nil {if _cgfe .Producer ==nil ||_cgfe .Producer .String ()!=_bagfg .Producer .String (){return false ;};};if _bagfg .Keywords !=nil {if _cgfe .Keywords ==nil ||_cgfe .Keywords .String ()!=_bagfg .Keywords .String (){return false ; -};};if _bagfg .Trapped !=nil {if _cgfe .Trapped ==nil {return false ;};switch _bagfg .Trapped .String (){case "\u0054\u0072\u0075\u0065":if _cgfe .Trapped .String ()!="\u0054\u0072\u0075\u0065"{return false ;};case "\u0046\u0061\u006cs\u0065":if _cgfe .Trapped .String ()!="\u0046\u0061\u006cs\u0065"{return false ; -};default:if _cgfe .Trapped .String ()!="\u0046\u0061\u006cs\u0065"{return false ;};};};if _bagfg .Title !=nil {if _cgfe .Title ==nil ||_cgfe .Title .String ()!=_bagfg .Title .String (){return false ;};};if _bagfg .Subject !=nil {if _cgfe .Subject ==nil ||_cgfe .Subject .String ()!=_bagfg .Subject .String (){return false ; -};};return true ;};func _fagcd (_dcac *_bag .Document ){_gbag ,_egcb :=_dcac .FindCatalog ();if !_egcb {return ;};_fdbd ,_egcb :=_gbag .GetMarkInfo ();if !_egcb {_fdbd =_geb .MakeDict ();};_agbd ,_egcb :=_geb .GetBool (_fdbd .Get ("\u004d\u0061\u0072\u006b\u0065\u0064")); -if !_egcb ||!bool (*_agbd ){_fdbd .Set ("\u004d\u0061\u0072\u006b\u0065\u0064",_geb .MakeBool (true ));_gbag .SetMarkInfo (_fdbd );};};func _ebgbd (_bgdb *_ae .CompliancePdfReader )(_bbbg []ViolatedRule ){var _gdab ,_abbd bool ;_gdee :=func ()bool {return _gdab &&_abbd }; -for _ ,_dgcd :=range _bgdb .GetObjectNums (){_daad ,_fbfcb :=_bgdb .GetIndirectObjectByNumber (_dgcd );if _fbfcb !=nil {_gd .Log .Debug ("G\u0065\u0074\u0074\u0069\u006e\u0067\u0020\u006f\u0062\u006a\u0065\u0063\u0074\u0020\u0077\u0069\u0074\u0068 \u006e\u0075\u006d\u0062\u0065\u0072\u0020\u0025\u0064\u0020fa\u0069\u006c\u0065d\u003a \u0025\u0076",_dgcd ,_fbfcb ); -continue ;};_acgbf ,_cefe :=_geb .GetDict (_daad );if !_cefe {continue ;};_fdgce ,_cefe :=_geb .GetName (_acgbf .Get ("\u0054\u0079\u0070\u0065"));if !_cefe {continue ;};if *_fdgce !="\u0041\u0063\u0074\u0069\u006f\u006e"{continue ;};_cfgd ,_cefe :=_geb .GetName (_acgbf .Get ("\u0053")); -if !_cefe {if !_gdab {_bbbg =append (_bbbg ,_eef ("\u0036.\u0036\u002e\u0031\u002d\u0031","\u0054\u0068\u0065\u0020\u004c\u0061\u0075\u006e\u0063\u0068\u002c\u0020\u0053\u006f\u0075\u006e\u0064\u002c\u0020\u004d\u006f\u0076\u0069\u0065\u002c\u0020\u0052\u0065\u0073\u0065\u0074\u0046o\u0072\u006d\u002c\u0020\u0049\u006d\u0070\u006f\u0072\u0074\u0044\u0061\u0074\u0061\u0020\u0061\u006e\u0064 \u004a\u0061\u0076a\u0053\u0063\u0072\u0069\u0070\u0074\u0020\u0061\u0063\u0074\u0069\u006f\u006e\u0073\u0020s\u0068\u0061\u006c\u006c\u0020\u006eo\u0074\u0020\u0062\u0065\u0020\u0070\u0065\u0072\u006d\u0069\u0074\u0074e\u0064\u002e \u0041\u0064\u0064\u0069\u0074\u0069\u006f\u006e\u0061\u006c\u006c\u0079\u002c\u0020th\u0065\u0020\u0064\u0065p\u0072\u0065\u0063\u0061\u0074\u0065\u0064\u0020s\u0065\u0074\u002d\u0073\u0074\u0061\u0074\u0065\u0020\u0061\u006e\u0064\u0020\u006e\u006f\u002d\u006f\u0070\u0020\u0061\u0063\u0074\u0069\u006f\u006e\u0073\u0020\u0073\u0068a\u006c\u006c\u0020\u006e\u006f\u0074\u0020\u0062e\u0020\u0070\u0065\u0072\u006d\u0069\u0074\u0074e\u0064\u002e\u0020T\u0068\u0065\u0020\u0048\u0069\u0064\u0065\u0020a\u0063\u0074\u0069\u006f\u006e \u0073\u0068\u0061\u006c\u006c\u0020\u006e\u006f\u0074\u0020\u0062\u0065\u0020\u0070\u0065\u0072\u006d\u0069\u0074\u0074\u0065\u0064\u002e")); -_gdab =true ;if _gdee (){return _bbbg ;};};continue ;};switch _ae .PdfActionType (*_cfgd ){case _ae .ActionTypeLaunch ,_ae .ActionTypeSound ,_ae .ActionTypeMovie ,_ae .ActionTypeResetForm ,_ae .ActionTypeImportData ,_ae .ActionTypeJavaScript :if !_gdab {_bbbg =append (_bbbg ,_eef ("\u0036.\u0036\u002e\u0031\u002d\u0031","\u0054\u0068\u0065\u0020\u004c\u0061\u0075\u006e\u0063\u0068\u002c\u0020\u0053\u006f\u0075\u006e\u0064\u002c\u0020\u004d\u006f\u0076\u0069\u0065\u002c\u0020\u0052\u0065\u0073\u0065\u0074\u0046o\u0072\u006d\u002c\u0020\u0049\u006d\u0070\u006f\u0072\u0074\u0044\u0061\u0074\u0061\u0020\u0061\u006e\u0064 \u004a\u0061\u0076a\u0053\u0063\u0072\u0069\u0070\u0074\u0020\u0061\u0063\u0074\u0069\u006f\u006e\u0073\u0020s\u0068\u0061\u006c\u006c\u0020\u006eo\u0074\u0020\u0062\u0065\u0020\u0070\u0065\u0072\u006d\u0069\u0074\u0074e\u0064\u002e \u0041\u0064\u0064\u0069\u0074\u0069\u006f\u006e\u0061\u006c\u006c\u0079\u002c\u0020th\u0065\u0020\u0064\u0065p\u0072\u0065\u0063\u0061\u0074\u0065\u0064\u0020s\u0065\u0074\u002d\u0073\u0074\u0061\u0074\u0065\u0020\u0061\u006e\u0064\u0020\u006e\u006f\u002d\u006f\u0070\u0020\u0061\u0063\u0074\u0069\u006f\u006e\u0073\u0020\u0073\u0068a\u006c\u006c\u0020\u006e\u006f\u0074\u0020\u0062e\u0020\u0070\u0065\u0072\u006d\u0069\u0074\u0074e\u0064\u002e\u0020T\u0068\u0065\u0020\u0048\u0069\u0064\u0065\u0020a\u0063\u0074\u0069\u006f\u006e \u0073\u0068\u0061\u006c\u006c\u0020\u006e\u006f\u0074\u0020\u0062\u0065\u0020\u0070\u0065\u0072\u006d\u0069\u0074\u0074\u0065\u0064\u002e")); -_gdab =true ;if _gdee (){return _bbbg ;};};continue ;case _ae .ActionTypeNamed :if !_abbd {_eafde ,_acefe :=_geb .GetName (_acgbf .Get ("\u004e"));if !_acefe {_bbbg =append (_bbbg ,_eef ("\u0036.\u0036\u002e\u0031\u002d\u0032","N\u0061\u006d\u0065\u0064\u0020\u0061\u0063t\u0069\u006f\u006e\u0073\u0020\u006f\u0074\u0068e\u0072\u0020\u0074h\u0061\u006e\u0020\u004e\u0065\u0078\u0074\u0050\u0061\u0067\u0065\u002c\u0020P\u0072\u0065v\u0050\u0061\u0067\u0065\u002c\u0020\u0046\u0069\u0072\u0073\u0074\u0050a\u0067e\u002c\u0020\u0061\u006e\u0064\u0020\u004c\u0061\u0073\u0074\u0050\u0061\u0067\u0065\u0020\u0073h\u0061\u006c\u006c\u0020\u006e\u006f\u0074\u0020\u0062\u0065\u0020\u0070\u0065\u0072\u006d\u0069\u0074\u0074\u0065\u0064\u002e")); -_abbd =true ;if _gdee (){return _bbbg ;};continue ;};switch *_eafde {case "\u004e\u0065\u0078\u0074\u0050\u0061\u0067\u0065","\u0050\u0072\u0065\u0076\u0050\u0061\u0067\u0065","\u0046i\u0072\u0073\u0074\u0050\u0061\u0067e","\u004c\u0061\u0073\u0074\u0050\u0061\u0067\u0065":default:_bbbg =append (_bbbg ,_eef ("\u0036.\u0036\u002e\u0031\u002d\u0032","N\u0061\u006d\u0065\u0064\u0020\u0061\u0063t\u0069\u006f\u006e\u0073\u0020\u006f\u0074\u0068e\u0072\u0020\u0074h\u0061\u006e\u0020\u004e\u0065\u0078\u0074\u0050\u0061\u0067\u0065\u002c\u0020P\u0072\u0065v\u0050\u0061\u0067\u0065\u002c\u0020\u0046\u0069\u0072\u0073\u0074\u0050a\u0067e\u002c\u0020\u0061\u006e\u0064\u0020\u004c\u0061\u0073\u0074\u0050\u0061\u0067\u0065\u0020\u0073h\u0061\u006c\u006c\u0020\u006e\u006f\u0074\u0020\u0062\u0065\u0020\u0070\u0065\u0072\u006d\u0069\u0074\u0074\u0065\u0064\u002e")); -_abbd =true ;if _gdee (){return _bbbg ;};continue ;};};};};return _bbbg ;};func _gbcb (_edfga *_ae .CompliancePdfReader )(_cgdd ViolatedRule ){for _ ,_gcdg :=range _edfga .GetObjectNums (){_defe ,_bebcf :=_edfga .GetIndirectObjectByNumber (_gcdg );if _bebcf !=nil {continue ; -};_ccfc ,_gfgf :=_geb .GetStream (_defe );if !_gfgf {continue ;};_dgce ,_gfgf :=_geb .GetName (_ccfc .Get ("\u0054\u0079\u0070\u0065"));if !_gfgf {continue ;};if *_dgce !="\u0058O\u0062\u006a\u0065\u0063\u0074"{continue ;};_acef ,_gfgf :=_geb .GetName (_ccfc .Get ("\u0053\u0075\u0062\u0074\u0079\u0070\u0065\u0032")); -if !_gfgf {continue ;};if *_acef =="\u0050\u0053"{return _eef ("\u0036.\u0032\u002e\u0035\u002d\u0031","A\u0020\u0066\u006fr\u006d\u0020\u0058\u004f\u0062\u006a\u0065\u0063\u0074\u0020\u0064\u0069\u0063\u0074\u0069o\u006e\u0061\u0072\u0079\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u006e\u006ft\u0020\u0063\u006f\u006e\u0074\u0061\u0069\u006e \u0074\u0068\u0065\u0020\u0053\u0075\u0062\u0074\u0079\u0070\u0065\u0032\u0020\u006b\u0065\u0079 \u0077\u0069\u0074\u0068\u0020a\u0020\u0076\u0061\u006c\u0075\u0065\u0020\u006f\u0066\u0020\u0050\u0053\u0020o\u0072\u0020\u0074\u0068e\u0020\u0050\u0053\u0020\u006b\u0065\u0079\u002e"); -};if _ccfc .Get ("\u0050\u0053")!=nil {return _eef ("\u0036.\u0032\u002e\u0035\u002d\u0031","A\u0020\u0066\u006fr\u006d\u0020\u0058\u004f\u0062\u006a\u0065\u0063\u0074\u0020\u0064\u0069\u0063\u0074\u0069o\u006e\u0061\u0072\u0079\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u006e\u006ft\u0020\u0063\u006f\u006e\u0074\u0061\u0069\u006e \u0074\u0068\u0065\u0020\u0053\u0075\u0062\u0074\u0079\u0070\u0065\u0032\u0020\u006b\u0065\u0079 \u0077\u0069\u0074\u0068\u0020a\u0020\u0076\u0061\u006c\u0075\u0065\u0020\u006f\u0066\u0020\u0050\u0053\u0020o\u0072\u0020\u0074\u0068e\u0020\u0050\u0053\u0020\u006b\u0065\u0079\u002e"); -};};return _cgdd ;};func _gcbe (_dddb *_ae .CompliancePdfReader )(_fegd []ViolatedRule ){var _fbcbd ,_fcae ,_gecc ,_feffb ,_fddbe ,_ggcda ,_cbea bool ;_abfe :=func ()bool {return _fbcbd &&_fcae &&_gecc &&_feffb &&_fddbe &&_ggcda &&_cbea };for _ ,_cffc :=range _dddb .PageList {_dgcc ,_geffc :=_cffc .GetAnnotations (); -if _geffc !=nil {_gd .Log .Trace ("\u006c\u006f\u0061\u0064\u0069\u006e\u0067\u0020\u0061\u006en\u006f\u0074\u0061\u0074\u0069\u006f\u006es\u0020\u0066\u0061\u0069\u006c\u0065\u0064\u003a\u0020\u0025\u0076",_geffc );continue ;};for _ ,_fbebg :=range _dgcc {if !_fbcbd {switch _fbebg .GetContext ().(type ){case *_ae .PdfAnnotationScreen ,*_ae .PdfAnnotation3D ,*_ae .PdfAnnotationSound ,*_ae .PdfAnnotationMovie ,nil :_fegd =append (_fegd ,_eef ("\u0036.\u0033\u002e\u0031\u002d\u0031","\u0041nn\u006f\u0074\u0061\u0074i\u006f\u006e t\u0079\u0070\u0065\u0073\u0020\u006e\u006f\u0074\u0020\u0064\u0065f\u0069\u006e\u0065\u0064\u0020i\u006e\u0020\u0050\u0044\u0046\u0020\u0052\u0065\u0066\u0065\u0072e\u006e\u0063\u0065\u0020\u0073\u0068\u0061\u006cl\u0020\u006e\u006f\u0074\u0020\u0062\u0065\u0020\u0070\u0065r\u006d\u0069t\u0074\u0065\u0064\u002e\u0020\u0041\u0064d\u0069\u0074\u0069\u006f\u006e\u0061\u006c\u006c\u0079\u002c\u0020\u0074\u0068\u0065\u0020\u0033\u0044\u002c\u0020\u0053\u006f\u0075\u006e\u0064\u002c\u0020\u0053\u0063\u0072\u0065\u0065\u006e\u0020\u0061n\u0064\u0020\u004d\u006f\u0076\u0069\u0065\u0020\u0074\u0079\u0070\u0065\u0073\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u006e\u006f\u0074\u0020\u0062\u0065\u0020\u0070\u0065\u0072\u006d\u0069\u0074\u0074\u0065\u0064\u002e")); -_fbcbd =true ;if _abfe (){return _fegd ;};};};_egfbd ,_ggab :=_geb .GetDict (_fbebg .GetContainingPdfObject ());if !_ggab {continue ;};_ ,_afeaf :=_fbebg .GetContext ().(*_ae .PdfAnnotationPopup );if !_afeaf &&!_fcae {_ ,_cfdcd :=_geb .GetIntVal (_egfbd .Get ("\u0046")); -if !_cfdcd {_fegd =append (_fegd ,_eef ("\u0036.\u0033\u002e\u0032\u002d\u0031","\u0045\u0078\u0063\u0065\u0070\u0074\u0020\u0066\u006f\u0072\u0020\u0061\u006e\u006e\u006f\u0074\u0061\u0074\u0069o\u006e\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072i\u0065\u0073\u0020\u0077\u0068\u006fs\u0065\u0020\u0053\u0075\u0062\u0074\u0079\u0070\u0065\u0020\u0076\u0061l\u0075\u0065\u0020\u0069\u0073\u0020\u0050\u006f\u0070u\u0070\u002c\u0020\u0061\u006c\u006c\u0020\u0061\u006e\u006e\u006f\u0074\u0061\u0074\u0069\u006f\u006e\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0069\u0065\u0073\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0020\u0074\u0068\u0065\u0020\u0046 \u006b\u0065y.")); -_fcae =true ;if _abfe (){return _fegd ;};};};if !_gecc {_bfccd ,_cabe :=_geb .GetIntVal (_egfbd .Get ("\u0046"));if _cabe &&!(_bfccd &4==4&&_bfccd &1==0&&_bfccd &2==0&&_bfccd &32==0&&_bfccd &256==0){_fegd =append (_fegd ,_eef ("\u0036.\u0033\u002e\u0032\u002d\u0032","I\u0066\u0020\u0070\u0072\u0065\u0073\u0065\u006e\u0074\u002c\u0020\u0074\u0068\u0065\u0020\u0046 \u006b\u0065\u0079\u0027\u0073\u0020\u0050\u0072\u0069\u006e\u0074\u0020\u0066\u006c\u0061\u0067\u0020\u0062\u0069\u0074\u0020\u0073\u0068\u0061l\u006c\u0020\u0062\u0065\u0020\u0073\u0065\u0074\u0020\u0074\u006f\u0020\u0031\u0020\u0061\u006e\u0064\u0020\u0069\u0074\u0073\u0020\u0048\u0069\u0064\u0064\u0065\u006e\u002c\u0020\u0049\u006e\u0076\u0069\u0073\u0069\u0062\u006c\u0065\u002c\u0020\u0054\u006f\u0067\u0067\u006c\u0065\u004e\u006f\u0056\u0069\u0065\u0077\u002c\u0020\u0061\u006e\u0064 \u004eo\u0056\u0069\u0065\u0077\u0020\u0066\u006c\u0061\u0067\u0020\u0062\u0069\u0074\u0073\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u0062\u0065\u0020s\u0065\u0074\u0020t\u006f\u0020\u0030.")); -_gecc =true ;if _abfe (){return _fegd ;};};};_ ,_face :=_fbebg .GetContext ().(*_ae .PdfAnnotationText );if _face &&!_feffb {_eeec ,_edfe :=_geb .GetIntVal (_egfbd .Get ("\u0046"));if _edfe &&!(_eeec &8==8&&_eeec &16==16){_fegd =append (_fegd ,_eef ("\u0036.\u0033\u002e\u0032\u002d\u0033","\u0054\u0065\u0078\u0074\u0020a\u006e\u006e\u006f\u0074\u0061t\u0069o\u006e\u0020\u0068\u0061\u0073\u0020\u006f\u006e\u0065\u0020\u006f\u0066\u0020\u0074\u0068\u0065\u0020\u0066\u006ca\u0067\u0073\u0020\u004e\u006f\u005a\u006f\u006f\u006d\u0020\u006f\u0072\u0020\u004e\u006f\u0052\u006f\u0074\u0061\u0074\u0065\u0020\u0073\u0065t\u0020\u0074\u006f\u0020\u0030\u002e")); -_feffb =true ;if _abfe (){return _fegd ;};};};if !_fddbe {_dbdad ,_acbd :=_geb .GetDict (_egfbd .Get ("\u0041\u0050"));if _acbd {_bcfaa :=_dbdad .Get ("\u004e");if _bcfaa ==nil ||len (_dbdad .Keys ())> 1{_fegd =append (_fegd ,_eef ("\u0036.\u0033\u002e\u0033\u002d\u0032","\u0046\u006f\u0072\u0020\u0061\u006c\u006c\u0020\u0061\u006e\u006e\u006ft\u0061\u0074\u0069\u006f\u006e\u0020d\u0069\u0063t\u0069\u006f\u006ea\u0072\u0069\u0065\u0073 \u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0069\u006e\u0067\u0020\u0061\u006e\u0020\u0041\u0050 \u006b\u0065\u0079\u002c\u0020\u0074\u0068\u0065\u0020\u0061p\u0070\u0065\u0061\u0072\u0061\u006e\u0063\u0065\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u0020\u0074\u0068\u0061\u0074\u0020\u0069\u0074\u0020\u0064\u0065\u0066\u0069\u006e\u0065\u0073\u0020\u0061\u0073\u0020it\u0073\u0020\u0076\u0061\u006cu\u0065\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u0063\u006f\u006e\u0074\u0061i\u006e\u0020o\u006e\u006c\u0079\u0020\u0074\u0068\u0065\u0020\u004e\u0020\u006b\u0065\u0079\u002e\u0020\u0049\u0066\u0020\u0061\u006e\u0020\u0061\u006e\u006e\u006f\u0074\u0061\u0074\u0069\u006f\u006e\u0020\u0064i\u0063\u0074\u0069o\u006e\u0061\u0072\u0079\u0027\u0073\u0020\u0053\u0075\u0062ty\u0070\u0065\u0020\u006b\u0065\u0079\u0020\u0068\u0061\u0073\u0020\u0061\u0020\u0076\u0061\u006c\u0075\u0065\u0020\u006f\u0066\u0020\u0057\u0069\u0064g\u0065\u0074\u0020\u0061\u006e\u0064\u0020\u0069\u0074s\u0020\u0046\u0054 \u006be\u0079\u0020\u0068\u0061\u0073\u0020\u0061\u0020\u0076\u0061\u006c\u0075\u0065\u0020\u006f\u0066\u0020B\u0074\u006e,\u0020\u0074he \u0076a\u006c\u0075\u0065\u0020\u006f\u0066\u0020\u0074\u0068\u0065\u0020\u004e\u0020\u006b\u0065\u0079\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u0062\u0065\u0020\u0061\u006e\u0020\u0061\u0070\u0070\u0065\u0061\u0072\u0061\u006e\u0063\u0065\u0020\u0073\u0075\u0062\u0064\u0069\u0063\u0074\u0069\u006fn\u0061r\u0079; \u006f\u0074\u0068\u0065\u0072\u0077\u0069s\u0065\u0020\u0074\u0068\u0065\u0020\u0076\u0061\u006c\u0075\u0065\u0020\u006f\u0066\u0020th\u0065\u0020N\u0020\u006b\u0065y\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u0062e\u0020\u0061\u006e\u0020\u0061\u0070\u0070\u0065\u0061\u0072\u0061n\u0063\u0065\u0020\u0073\u0074\u0072\u0065\u0061\u006d\u002e")); -_fddbe =true ;if _abfe (){return _fegd ;};continue ;};_ ,_faea :=_fbebg .GetContext ().(*_ae .PdfAnnotationWidget );if _faea {_beaga ,_ddbgc :=_geb .GetName (_egfbd .Get ("\u0046\u0054"));if _ddbgc &&*_beaga =="\u0042\u0074\u006e"{if _ ,_cbdgb :=_geb .GetDict (_bcfaa ); -!_cbdgb {_fegd =append (_fegd ,_eef ("\u0036.\u0033\u002e\u0033\u002d\u0032","\u0046\u006f\u0072\u0020\u0061\u006c\u006c\u0020\u0061\u006e\u006e\u006ft\u0061\u0074\u0069\u006f\u006e\u0020d\u0069\u0063t\u0069\u006f\u006ea\u0072\u0069\u0065\u0073 \u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0069\u006e\u0067\u0020\u0061\u006e\u0020\u0041\u0050 \u006b\u0065\u0079\u002c\u0020\u0074\u0068\u0065\u0020\u0061p\u0070\u0065\u0061\u0072\u0061\u006e\u0063\u0065\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u0020\u0074\u0068\u0061\u0074\u0020\u0069\u0074\u0020\u0064\u0065\u0066\u0069\u006e\u0065\u0073\u0020\u0061\u0073\u0020it\u0073\u0020\u0076\u0061\u006cu\u0065\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u0063\u006f\u006e\u0074\u0061i\u006e\u0020o\u006e\u006c\u0079\u0020\u0074\u0068\u0065\u0020\u004e\u0020\u006b\u0065\u0079\u002e\u0020\u0049\u0066\u0020\u0061\u006e\u0020\u0061\u006e\u006e\u006f\u0074\u0061\u0074\u0069\u006f\u006e\u0020\u0064i\u0063\u0074\u0069o\u006e\u0061\u0072\u0079\u0027\u0073\u0020\u0053\u0075\u0062ty\u0070\u0065\u0020\u006b\u0065\u0079\u0020\u0068\u0061\u0073\u0020\u0061\u0020\u0076\u0061\u006c\u0075\u0065\u0020\u006f\u0066\u0020\u0057\u0069\u0064g\u0065\u0074\u0020\u0061\u006e\u0064\u0020\u0069\u0074s\u0020\u0046\u0054 \u006be\u0079\u0020\u0068\u0061\u0073\u0020\u0061\u0020\u0076\u0061\u006c\u0075\u0065\u0020\u006f\u0066\u0020B\u0074\u006e,\u0020\u0074he \u0076a\u006c\u0075\u0065\u0020\u006f\u0066\u0020\u0074\u0068\u0065\u0020\u004e\u0020\u006b\u0065\u0079\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u0062\u0065\u0020\u0061\u006e\u0020\u0061\u0070\u0070\u0065\u0061\u0072\u0061\u006e\u0063\u0065\u0020\u0073\u0075\u0062\u0064\u0069\u0063\u0074\u0069\u006fn\u0061r\u0079; \u006f\u0074\u0068\u0065\u0072\u0077\u0069s\u0065\u0020\u0074\u0068\u0065\u0020\u0076\u0061\u006c\u0075\u0065\u0020\u006f\u0066\u0020th\u0065\u0020N\u0020\u006b\u0065y\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u0062e\u0020\u0061\u006e\u0020\u0061\u0070\u0070\u0065\u0061\u0072\u0061n\u0063\u0065\u0020\u0073\u0074\u0072\u0065\u0061\u006d\u002e")); -_fddbe =true ;if _abfe (){return _fegd ;};continue ;};};};_ ,_beded :=_geb .GetStream (_bcfaa );if !_beded {_fegd =append (_fegd ,_eef ("\u0036.\u0033\u002e\u0033\u002d\u0032","\u0046\u006f\u0072\u0020\u0061\u006c\u006c\u0020\u0061\u006e\u006e\u006ft\u0061\u0074\u0069\u006f\u006e\u0020d\u0069\u0063t\u0069\u006f\u006ea\u0072\u0069\u0065\u0073 \u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0069\u006e\u0067\u0020\u0061\u006e\u0020\u0041\u0050 \u006b\u0065\u0079\u002c\u0020\u0074\u0068\u0065\u0020\u0061p\u0070\u0065\u0061\u0072\u0061\u006e\u0063\u0065\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u0020\u0074\u0068\u0061\u0074\u0020\u0069\u0074\u0020\u0064\u0065\u0066\u0069\u006e\u0065\u0073\u0020\u0061\u0073\u0020it\u0073\u0020\u0076\u0061\u006cu\u0065\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u0063\u006f\u006e\u0074\u0061i\u006e\u0020o\u006e\u006c\u0079\u0020\u0074\u0068\u0065\u0020\u004e\u0020\u006b\u0065\u0079\u002e\u0020\u0049\u0066\u0020\u0061\u006e\u0020\u0061\u006e\u006e\u006f\u0074\u0061\u0074\u0069\u006f\u006e\u0020\u0064i\u0063\u0074\u0069o\u006e\u0061\u0072\u0079\u0027\u0073\u0020\u0053\u0075\u0062ty\u0070\u0065\u0020\u006b\u0065\u0079\u0020\u0068\u0061\u0073\u0020\u0061\u0020\u0076\u0061\u006c\u0075\u0065\u0020\u006f\u0066\u0020\u0057\u0069\u0064g\u0065\u0074\u0020\u0061\u006e\u0064\u0020\u0069\u0074s\u0020\u0046\u0054 \u006be\u0079\u0020\u0068\u0061\u0073\u0020\u0061\u0020\u0076\u0061\u006c\u0075\u0065\u0020\u006f\u0066\u0020B\u0074\u006e,\u0020\u0074he \u0076a\u006c\u0075\u0065\u0020\u006f\u0066\u0020\u0074\u0068\u0065\u0020\u004e\u0020\u006b\u0065\u0079\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u0062\u0065\u0020\u0061\u006e\u0020\u0061\u0070\u0070\u0065\u0061\u0072\u0061\u006e\u0063\u0065\u0020\u0073\u0075\u0062\u0064\u0069\u0063\u0074\u0069\u006fn\u0061r\u0079; \u006f\u0074\u0068\u0065\u0072\u0077\u0069s\u0065\u0020\u0074\u0068\u0065\u0020\u0076\u0061\u006c\u0075\u0065\u0020\u006f\u0066\u0020th\u0065\u0020N\u0020\u006b\u0065y\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u0062e\u0020\u0061\u006e\u0020\u0061\u0070\u0070\u0065\u0061\u0072\u0061n\u0063\u0065\u0020\u0073\u0074\u0072\u0065\u0061\u006d\u002e")); -_fddbe =true ;if _abfe (){return _fegd ;};continue ;};};};_ffgc ,_bgbc :=_fbebg .GetContext ().(*_ae .PdfAnnotationWidget );if !_bgbc {continue ;};if !_ggcda {if _ffgc .A !=nil {_fegd =append (_fegd ,_eef ("\u0036.\u0034\u002e\u0031\u002d\u0031","A \u0057\u0069d\u0067\u0065\u0074\u0020\u0061\u006e\u006e\u006f\u0074a\u0074\u0069\u006f\u006e\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u006e\u006f\u0074\u0020\u0069\u006ec\u006cu\u0064\u0065\u0020\u0061\u006e\u0020\u0041\u0020e\u006et\u0072\u0079.")); -_ggcda =true ;if _abfe (){return _fegd ;};};};if !_cbea {if _ffgc .AA !=nil {_fegd =append (_fegd ,_eef ("\u0036.\u0034\u002e\u0031\u002d\u0031","\u0041\u0020\u0057\u0069\u0064\u0067\u0065\u0074\u0020\u0061\u006e\u006eo\u0074\u0061\u0074i\u006f\u006e\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061r\u0079\u0020\u0073h\u0061\u006c\u006c\u0020n\u006f\u0074\u0020\u0069\u006e\u0063\u006c\u0075\u0064\u0065\u0020\u0061\u006e\u0020\u0041\u0041\u0020\u0065\u006e\u0074\u0072\u0079\u0020\u0066\u006f\u0072\u0020\u0061\u006e\u0020\u0061d\u0064\u0069\u0074\u0069\u006f\u006e\u0061\u006c\u002d\u0061\u0063t\u0069\u006f\u006e\u0073\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u002e")); -_cbea =true ;if _abfe (){return _fegd ;};};};};};return _fegd ;};func _gdagde (_fafdb *_ae .CompliancePdfReader )(_fcef ViolatedRule ){_gefbe ,_bbce :=_debed (_fafdb );if !_bbce {return _fc ;};if _gefbe .Get ("\u0041\u0041")!=nil {return _eef ("\u0036.\u0036\u002e\u0032\u002d\u0033","\u0054\u0068e\u0020\u0064\u006f\u0063\u0075\u006d\u0065n\u0074 \u0063\u0061\u0074a\u006c\u006f\u0067\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u006eo\u0074\u0020\u0069\u006e\u0063\u006c\u0075\u0064\u0065\u0020\u0061\u006e\u0020\u0041\u0041\u0020\u0065n\u0074r\u0079 \u0066\u006f\u0072 \u0061\u006e\u0020\u0061\u0064\u0064\u0069\u0074\u0069\u006f\u006e\u0061\u006c\u002d\u0061\u0063\u0074i\u006f\u006e\u0073\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u002e"); -};return _fc ;};func _gfdf (_adce *_ae .PdfFont ,_fcdaa *_geb .PdfObjectDictionary )ViolatedRule {const (_fefc ="\u0036.\u0033\u002e\u0035\u002d\u0032";_feda ="\u0046\u006f\u0072\u0020\u0061l\u006c\u0020\u0054\u0079\u0070\u0065\u0020\u0031\u0020\u0066\u006f\u006e\u0074 \u0073\u0075bs\u0065\u0074\u0073 \u0072\u0065\u0066e\u0072\u0065\u006e\u0063\u0065\u0064\u0020\u0077\u0069\u0074\u0068\u0069\u006e\u0020\u0061\u0020\u0063\u006fn\u0066\u006f\u0072\u006d\u0069\u006e\u0067\u0020\u0066\u0069\u006c\u0065\u002c\u0020\u0074he\u0020f\u006f\u006e\u0074\u0020\u0064\u0065s\u0063r\u0069\u0070\u0074o\u0072\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u0069\u006ec\u006c\u0075\u0064e\u0020\u0061\u0020\u0043\u0068\u0061\u0072\u0053\u0065\u0074\u0020\u0073\u0074\u0072\u0069\u006e\u0067\u0020\u006c\u0069\u0073\u0074\u0069\u006e\u0067\u0020\u0074\u0068\u0065\u0020\u0063\u0068\u0061\u0072a\u0063\u0074\u0065\u0072 \u006e\u0061\u006d\u0065\u0073\u0020d\u0065\u0066i\u006e\u0065\u0064\u0020i\u006e\u0020\u0074\u0068\u0065\u0020f\u006f\u006e\u0074\u0020s\u0075\u0062\u0073\u0065\u0074, \u0061\u0073 \u0064\u0065s\u0063\u0072\u0069\u0062\u0065\u0064\u0020\u0069\u006e \u0050\u0044\u0046\u0020\u0052e\u0066\u0065\u0072\u0065\u006e\u0063\u0065\u0020\u0054\u0061\u0062\u006ce\u0020\u0035\u002e1\u0038\u002e"; -);var _dgbc string ;if _bacbg ,_feag :=_geb .GetName (_fcdaa .Get ("\u0053u\u0062\u0074\u0079\u0070\u0065"));_feag {_dgbc =_bacbg .String ();};if _dgbc !="\u0054\u0079\u0070e\u0031"{return _fc ;};if _dbe .IsStdFont (_dbe .StdFontName (_adce .BaseFont ())){return _fc ; -};_cafge :=_adce .FontDescriptor ();if _cafge .CharSet ==nil {return _eef (_fefc ,_feda );};return _fc ;};func _fcab (_bbb *_ae .CompliancePdfReader )(_eade []ViolatedRule ){_gfdc ,_cbbb :=_debed (_bbb );if !_cbbb {return _eade ;};_fdaa :=_eef ("\u0036.\u0032\u002e\u0032\u002d\u0031","\u0041\u0020\u0050\u0044\u0046\u002f\u0041\u002d\u0031\u0020\u004f\u0075\u0074p\u0075\u0074\u0049\u006e\u0074e\u006e\u0074\u0020\u0069\u0073\u0020a\u006e \u004f\u0075\u0074\u0070\u0075\u0074\u0049n\u0074\u0065\u006e\u0074\u0020\u0064i\u0063\u0074\u0069\u006fn\u0061\u0072\u0079\u002c\u0020\u0061\u0073\u0020\u0064\u0065\u0066\u0069\u006e\u0065\u0064\u0020\u0062y\u0020\u0050\u0044F\u0020\u0052\u0065\u0066\u0065\u0072\u0065\u006e\u0063\u0065 \u0039\u002e\u0031\u0030.4\u002c\u0020\u0074\u0068\u0061\u0074\u0020\u0069\u0073 \u0069\u006e\u0063\u006c\u0075\u0064e\u0064\u0020i\u006e\u0020\u0074\u0068\u0065\u0020\u0066\u0069\u006c\u0065\u0027\u0073\u0020O\u0075\u0074p\u0075\u0074I\u006e\u0074\u0065\u006e\u0074\u0073\u0020\u0061\u0072\u0072\u0061\u0079\u0020a\u006e\u0064\u0020h\u0061\u0073\u0020\u0047\u0054\u0053\u005f\u0050\u0044\u0046\u0041\u0031\u0020\u0061\u0073 \u0074\u0068\u0065\u0020\u0076a\u006c\u0075e\u0020\u006f\u0066\u0020i\u0074\u0073 \u0053\u0020\u006b\u0065\u0079\u0020\u0061\u006e\u0064\u0020\u0061\u0020\u0076\u0061\u006c\u0069\u0064\u0020I\u0043\u0043\u0020\u0070\u0072\u006f\u0066\u0069\u006ce\u0020s\u0074\u0072\u0065\u0061\u006d \u0061\u0073\u0020\u0074h\u0065\u0020\u0076a\u006c\u0075\u0065\u0020\u0069\u0074\u0073\u0020\u0044\u0065\u0073t\u004f\u0075t\u0070\u0075\u0074P\u0072\u006f\u0066\u0069\u006c\u0065 \u006b\u0065\u0079\u002e"); -_cedd ,_cbbb :=_geb .GetArray (_gfdc .Get ("\u004f\u0075\u0074\u0070\u0075\u0074\u0049\u006e\u0074\u0065\u006e\u0074\u0073"));if !_cbbb {_eade =append (_eade ,_fdaa );return _eade ;};_fgaaa :=_eef ("\u0036.\u0032\u002e\u0032\u002d\u0032","\u0049\u0066\u0020\u0061\u0020\u0066\u0069\u006c\u0065's\u0020O\u0075\u0074\u0070u\u0074\u0049\u006e\u0074\u0065\u006e\u0074\u0073 \u0061\u0072\u0072a\u0079\u0020\u0063\u006f\u006e\u0074\u0061\u0069n\u0073\u0020\u006d\u006f\u0072\u0065\u0020\u0074\u0068a\u006e\u0020\u006f\u006ee\u0020\u0065\u006e\u0074\u0072\u0079\u002c\u0020\u0074\u0068\u0065\u006e\u0020\u0061\u006c\u006c\u0020\u0065n\u0074\u0072\u0069\u0065\u0073\u0020\u0074\u0068\u0061\u0074\u0020\u0063\u006f\u006e\u0074\u0061\u0069\u006e a \u0044\u0065\u0073\u0074\u004f\u0075\u0074\u0070\u0075\u0074\u0050\u0072\u006f\u0066\u0069\u006c\u0065\u0020\u006b\u0065y\u0020\u0073\u0068\u0061\u006cl\u0020\u0068\u0061\u0076\u0065 \u0061\u0073\u0020\u0074\u0068\u0065 \u0076\u0061\u006c\u0075\u0065\u0020\u006f\u0066\u0020\u0074\u0068a\u0074\u0020\u006b\u0065\u0079 \u0074\u0068\u0065\u0020\u0073\u0061\u006d\u0065\u0020\u0069\u006e\u0064\u0069\u0072\u0065c\u0074\u0020\u006fb\u006ae\u0063t\u002c\u0020\u0077h\u0069\u0063\u0068\u0020\u0073\u0068\u0061\u006c\u006c \u0062\u0065\u0020\u0061\u0020\u0076\u0061\u006c\u0069d\u0020\u0049\u0043\u0043\u0020\u0070\u0072\u006f\u0066\u0069\u006c\u0065\u0020\u0073\u0074r\u0065\u0061m\u002e"); -if _cedd .Len ()> 1{_feaa :=map[*_geb .PdfObjectDictionary ]struct{}{};for _bgae :=0;_bgae < _cedd .Len ();_bgae ++{_dbbc ,_cadd :=_geb .GetDict (_cedd .Get (_bgae ));if !_cadd {_eade =append (_eade ,_fdaa );return _eade ;};if _bgae ==0{_feaa [_dbbc ]=struct{}{}; -continue ;};if _ ,_fggec :=_feaa [_dbbc ];!_fggec {_eade =append (_eade ,_fgaaa );break ;};};}else if _cedd .Len ()==0{_eade =append (_eade ,_fdaa );return _eade ;};_edda ,_cbbb :=_geb .GetDict (_cedd .Get (0));if !_cbbb {_eade =append (_eade ,_fdaa ); -return _eade ;};if _ebed ,_gabf :=_geb .GetName (_edda .Get ("\u0053"));!_gabf ||(*_ebed )!="\u0047T\u0053\u005f\u0050\u0044\u0046\u00411"{_eade =append (_eade ,_fdaa );return _eade ;};_cebc ,_abdda :=_ae .NewPdfOutputIntentFromPdfObject (_edda );if _abdda !=nil {_gd .Log .Debug ("\u0070\u0061\u0072\u0073\u0069\u006e\u0067\u0020\u006f\u0075\u0074\u0070\u0075\u0074\u0020i\u006et\u0065\u006e\u0074\u0020\u0066\u0061\u0069\u006c\u0065\u0064\u003a\u0020\u0025\u0076",_abdda ); -return _eade ;};_ageb ,_abdda :=_bae .ParseHeader (_cebc .DestOutputProfile );if _abdda !=nil {_gd .Log .Debug ("\u0070\u0061\u0072\u0073\u0069\u006e\u0067\u0020\u0063\u006f\u006c\u006f\u0072\u0070\u0072\u006f\u0066\u0069\u006c\u0065\u0020\u0068\u0065\u0061d\u0065\u0072\u0020\u0066\u0061i\u006c\u0065d\u003a\u0020\u0025\u0076",_abdda ); -return _eade ;};if (_ageb .DeviceClass ==_bae .DeviceClassPRTR ||_ageb .DeviceClass ==_bae .DeviceClassMNTR )&&(_ageb .ColorSpace ==_bae .ColorSpaceRGB ||_ageb .ColorSpace ==_bae .ColorSpaceCMYK ||_ageb .ColorSpace ==_bae .ColorSpaceGRAY ){return _eade ; -};_eade =append (_eade ,_fdaa );return _eade ;};func _afeeca (_abaf *_ae .PdfFont ,_eabd *_geb .PdfObjectDictionary ,_dgdga bool )ViolatedRule {const (_aadb ="\u0036\u002e\u0032\u002e\u0031\u0031\u002e\u0034\u002d\u0031";_baac ="\u0054\u0068\u0065\u0020\u0066\u006f\u006e\u0074\u0020\u0070\u0072\u006f\u0067\u0072\u0061\u006ds\u0020\u0066\u006fr\u0020\u0061\u006c\u006c\u0020f\u006f\u006e\u0074\u0073\u0020\u0075\u0073\u0065\u0064\u0020\u0066\u006f\u0072\u0020\u0072e\u006e\u0064\u0065\u0072\u0069\u006eg\u0020\u0077\u0069\u0074\u0068\u0069\u006e\u0020\u0061\u0020\u0063\u006f\u006e\u0066\u006f\u0072\u006d\u0069\u006e\u0067\u0020\u0066\u0069\u006c\u0065\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u0062\u0065\u0020\u0065\u006d\u0062\u0065\u0064\u0064\u0065\u0064\u0020w\u0069t\u0068\u0069\u006e\u0020\u0074\u0068\u0061\u0074\u0020\u0066\u0069\u006c\u0065\u002c \u0061\u0073\u0020\u0064\u0065\u0066\u0069n\u0065\u0064 \u0069\u006e\u0020\u0049S\u004f\u0020\u0033\u0032\u00300\u0030\u002d\u0031\u003a\u0032\u0030\u0030\u0038\u002c\u0020\u0039\u002e\u0039\u002e"; -);if _dgdga {return _fc ;};_ccca :=_abaf .FontDescriptor ();var _fcec string ;if _gbffg ,_fcfad :=_geb .GetName (_eabd .Get ("\u0053u\u0062\u0074\u0079\u0070\u0065"));_fcfad {_fcec =_gbffg .String ();};switch _fcec {case "\u0054\u0079\u0070e\u0031":if _ccca .FontFile ==nil {return _eef (_aadb ,_baac ); -};case "\u0054\u0072\u0075\u0065\u0054\u0079\u0070\u0065":if _ccca .FontFile2 ==nil {return _eef (_aadb ,_baac );};case "\u0054\u0079\u0070e\u0030","\u0054\u0079\u0070e\u0033":default:if _ccca .FontFile3 ==nil {return _eef (_aadb ,_baac );};};return _fc ; -};func _afbbf (_bbgg *_bag .Document )error {_geec ,_bcb :=_bbgg .FindCatalog ();if !_bcb {return _e .New ("\u0063\u0061\u0074\u0061\u006c\u006f\u0067\u0020\u006e\u006f\u0074\u0020f\u006f\u0075\u006e\u0064");};if _geec .Object .Get ("\u0052\u0065\u0071u\u0069\u0072\u0065\u006d\u0065\u006e\u0074\u0073")!=nil {_geec .Object .Remove ("\u0052\u0065\u0071u\u0069\u0072\u0065\u006d\u0065\u006e\u0074\u0073"); -};return nil ;};func _fbgb (_eadg *_ae .CompliancePdfReader )ViolatedRule {return _fc };var _ Profile =(*Profile2U )(nil );func _bdfc (_eafd *_ae .CompliancePdfReader )(_cbad []ViolatedRule ){var _cdgg ,_debe ,_ccabd ,_gafb ,_cgga ,_gaecc bool ;_fbgfe :=map[*_geb .PdfObjectStream ]struct{}{}; -for _ ,_cbcb :=range _eafd .GetObjectNums (){if _cdgg &&_debe &&_cgga &&_ccabd &&_gafb &&_gaecc {return _cbad ;};_aagfe ,_gebg :=_eafd .GetIndirectObjectByNumber (_cbcb );if _gebg !=nil {continue ;};_adf ,_gdddf :=_geb .GetStream (_aagfe );if !_gdddf {continue ; -};if _ ,_gdddf =_fbgfe [_adf ];_gdddf {continue ;};_fbgfe [_adf ]=struct{}{};_cbbdb ,_gdddf :=_geb .GetName (_adf .Get ("\u0053u\u0062\u0054\u0079\u0070\u0065"));if !_gdddf {continue ;};if !_gafb {if _adf .Get ("\u0052\u0065\u0066")!=nil {_cbad =append (_cbad ,_eef ("\u0036.\u0032\u002e\u0036\u002d\u0031","\u0041\u0020\u0063\u006f\u006e\u0066\u006f\u0072\u006d\u0069\u006e\u0067\u0020\u0066\u0069\u006c\u0065\u0020\u0073\u0068a\u006c\u006c\u0020\u006e\u006f\u0074\u0020\u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0020\u0061\u006e\u0079\u0020\u0072\u0065\u0066\u0065\u0072\u0065\u006e\u0063\u0065\u0020\u0058O\u0062\u006a\u0065\u0063\u0074s\u002e")); -_gafb =true ;};};if _cbbdb .String ()=="\u0050\u0053"{if !_gaecc {_cbad =append (_cbad ,_eef ("\u0036.\u0032\u002e\u0037\u002d\u0031","A \u0063\u006fn\u0066\u006f\u0072\u006d\u0069\u006e\u0067\u0020\u0066i\u006c\u0065\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u006e\u006f\u0074\u0020\u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0020\u0061\u006e\u0079\u0020\u0050\u006f\u0073t\u0053c\u0072\u0069\u0070\u0074\u0020\u0058\u004f\u0062j\u0065c\u0074\u0073.")); -_gaecc =true ;continue ;};};if _cbbdb .String ()=="\u0046\u006f\u0072\u006d"{if _debe &&_ccabd &&_gafb {continue ;};if !_debe &&_adf .Get ("\u004f\u0050\u0049")!=nil {_cbad =append (_cbad ,_eef ("\u0036.\u0032\u002e\u0034\u002d\u0032","\u0041\u006e\u0020\u0058\u004f\u0062\u006a\u0065\u0063\u0074\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072y\u0020\u0028\u0049\u006d\u0061\u0067\u0065\u0020\u006f\u0072\u0020\u0046\u006f\u0072\u006d\u0029\u0020\u0073\u0068\u0061\u006cl\u0020\u006e\u006f\u0074\u0020\u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0020\u0074h\u0065\u0020\u004fP\u0049\u0020\u006b\u0065\u0079\u002e")); -_debe =true ;};if !_ccabd {if _adf .Get ("\u0050\u0053")!=nil {_ccabd =true ;};if _fgbfe :=_adf .Get ("\u0053\u0075\u0062\u0074\u0079\u0070\u0065\u0032");_fgbfe !=nil &&!_ccabd {if _geeeg ,_gedg :=_geb .GetName (_fgbfe );_gedg &&*_geeeg =="\u0050\u0053"{_ccabd =true ; -};};if _ccabd {_cbad =append (_cbad ,_eef ("\u0036.\u0032\u002e\u0035\u002d\u0031","A\u0020\u0066\u006fr\u006d\u0020\u0058\u004f\u0062\u006a\u0065\u0063\u0074\u0020\u0064\u0069\u0063\u0074\u0069o\u006e\u0061\u0072\u0079\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u006e\u006ft\u0020\u0063\u006f\u006e\u0074\u0061\u0069\u006e \u0074\u0068\u0065\u0020\u0053\u0075\u0062\u0074\u0079\u0070\u0065\u0032\u0020\u006b\u0065\u0079 \u0077\u0069\u0074\u0068\u0020a\u0020\u0076\u0061\u006c\u0075\u0065\u0020\u006f\u0066\u0020\u0050\u0053\u0020o\u0072\u0020\u0074\u0068e\u0020\u0050\u0053\u0020\u006b\u0065\u0079\u002e")); -};};continue ;};if _cbbdb .String ()!="\u0049\u006d\u0061g\u0065"{continue ;};if !_cdgg &&_adf .Get ("\u0041\u006c\u0074\u0065\u0072\u006e\u0061\u0074\u0065\u0073")!=nil {_cbad =append (_cbad ,_eef ("\u0036.\u0032\u002e\u0034\u002d\u0031","\u0041\u006e\u0020\u0049m\u0061\u0067\u0065\u0020\u0064\u0069\u0063\u0074\u0069o\u006e\u0061\u0072\u0079\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u006e\u006f\u0074\u0020\u0063\u006f\u006et\u0061\u0069\u006e\u0020\u0074h\u0065\u0020\u0041\u006c\u0074\u0065\u0072\u006e\u0061\u0074\u0065\u0073\u0020\u006b\u0065\u0079\u002e")); -_cdgg =true ;};if !_cgga &&_adf .Get ("I\u006e\u0074\u0065\u0072\u0070\u006f\u006c\u0061\u0074\u0065")!=nil {_gcd ,_abed :=_geb .GetBool (_adf .Get ("I\u006e\u0074\u0065\u0072\u0070\u006f\u006c\u0061\u0074\u0065"));if _abed &&bool (*_gcd ){continue ;}; -_cbad =append (_cbad ,_eef ("\u0036.\u0032\u002e\u0034\u002d\u0033","\u0049\u0066 a\u006e\u0020\u0049\u006d\u0061\u0067\u0065\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u0020\u0063o\u006e\u0074\u0061\u0069n\u0073\u0020\u0074\u0068e \u0049\u006et\u0065r\u0070\u006f\u006c\u0061\u0074\u0065 \u006b\u0065\u0079,\u0020\u0069t\u0073\u0020\u0076\u0061\u006c\u0075\u0065\u0020\u0073\u0068\u0061\u006c\u006c\u0020b\u0065\u0020\u0066\u0061\u006c\u0073\u0065\u002e")); -_cgga =true ;};};return _cbad ;};func _fedf (_eegg *_ae .CompliancePdfReader )ViolatedRule {_aecb :=_eegg .ParserMetadata ().HeaderCommentBytes ();if _aecb [0]> 127&&_aecb [1]> 127&&_aecb [2]> 127&&_aecb [3]> 127{return _fc ;};return _eef ("\u0036.\u0031\u002e\u0032\u002d\u0032","\u0054\u0068\u0065\u0020\u0066\u0069\u006c\u0065\u0020\u0068\u0065\u0061\u0064\u0065\u0072\u0020\u006c\u0069\u006e\u0065\u0020\u0073\u0068\u0061\u006c\u006c b\u0065\u0020i\u006d\u006d\u0065\u0064\u0069a\u0074\u0065\u006c\u0079 \u0066\u006f\u006c\u006co\u0077\u0065\u0064\u0020\u0062\u0079\u0020\u0061\u0020\u0063\u006f\u006d\u006d\u0065n\u0074\u0020\u0063\u006f\u006e\u0073\u0069s\u0074\u0069\u006e\u0067\u0020o\u0066\u0020\u0061\u0020\u0025\u0020\u0063\u0068\u0061\u0072\u0061\u0063\u0074\u0065\u0072\u0020\u0066\u006f\u006c\u006c\u006fwe\u0064\u0020\u0062y\u0020a\u0074\u0009\u006c\u0065a\u0073\u0074\u0020f\u006f\u0075\u0072\u0020\u0063\u0068\u0061\u0072\u0061\u0063\u0074\u0065r\u0073\u002c\u0020e\u0061\u0063\u0068\u0020\u006f\u0066\u0020\u0077\u0068\u006f\u0073\u0065 \u0065\u006e\u0063\u006f\u0064e\u0064\u0020\u0062\u0079\u0074e\u0020\u0076\u0061\u006c\u0075\u0065s\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u0068\u0061\u0076\u0065\u0020\u0061\u0020\u0064e\u0063\u0069\u006d\u0061\u006c \u0076\u0061\u006c\u0075\u0065\u0020\u0067\u0072\u0065\u0061\u0074\u0065\u0072\u0020\u0074\u0068\u0061\u006e\u0020\u0031\u0032\u0037\u002e"); -};func _abeg (_ebac *_ae .CompliancePdfReader )(_efag []ViolatedRule ){if _ebac .ParserMetadata ().HasOddLengthHexStrings (){_efag =append (_efag ,_eef ("\u0036.\u0031\u002e\u0036\u002d\u0031","\u0068\u0065\u0078a\u0064\u0065\u0063\u0069\u006d\u0061\u006c\u0020\u0073\u0074\u0072\u0069\u006e\u0067\u0073\u0020\u0073\u0068\u006f\u0075\u006c\u0064\u0020\u0062\u0065\u0020\u006f\u0066\u0020e\u0076\u0065\u006e\u0020\u0073\u0069\u007a\u0065")); -};if _ebac .ParserMetadata ().HasOddLengthHexStrings (){_efag =append (_efag ,_eef ("\u0036.\u0031\u002e\u0036\u002d\u0032","\u0068\u0065\u0078\u0061\u0064\u0065\u0063\u0069\u006da\u006c\u0020s\u0074\u0072\u0069\u006e\u0067\u0073\u0020\u0073\u0068o\u0075\u006c\u0064\u0020c\u006f\u006e\u0074\u0061\u0069\u006e\u0020\u006f\u006e\u006c\u0079\u0020\u0063\u0068\u0061\u0072\u0061\u0063\u0074\u0065\u0072\u0073\u0020\u0066\u0072\u006f\u006d\u0020\u0072\u0061n\u0067\u0065\u0020[\u0030\u002d\u0039\u003b\u0041\u002d\u0046\u003b\u0061\u002d\u0066\u005d")); -};return _efag ;};func _dbbe (_eed *_ae .CompliancePdfReader )ViolatedRule {for _ ,_ccdg :=range _eed .PageList {_cgcc :=_ccdg .GetContentStreamObjs ();for _ ,_fgbf :=range _cgcc {_fgbf =_geb .TraceToDirectObject (_fgbf );var _debc string ;switch _agcc :=_fgbf .(type ){case *_geb .PdfObjectString :_debc =_agcc .Str (); -case *_geb .PdfObjectStream :_fdec ,_cegc :=_geb .GetName (_geb .TraceToDirectObject (_agcc .Get ("\u0046\u0069\u006c\u0074\u0065\u0072")));if _cegc {if *_fdec ==_geb .StreamEncodingFilterNameLZW {return _eef ("\u0036\u002e\u0031\u002e\u0031\u0030\u002d\u0032","\u0054h\u0065\u0020L\u005a\u0057\u0044\u0065c\u006f\u0064\u0065 \u0066\u0069\u006c\u0074\u0065\u0072\u0020\u0073\u0068al\u006c\u0020\u006eo\u0074\u0020b\u0065\u0020\u0070\u0065\u0072\u006di\u0074\u0074e\u0064\u002e"); -};};_dcec ,_agaca :=_geb .DecodeStream (_agcc );if _agaca !=nil {_gd .Log .Debug ("\u0045r\u0072\u003a\u0020\u0025\u0076",_agaca );continue ;};_debc =string (_dcec );default:_gd .Log .Debug ("\u0049\u006e\u0076\u0061\u006c\u0069d\u0020\u0063\u006f\u006e\u0074\u0065\u006e\u0074\u0020\u0073\u0074\u0072\u0065a\u006d\u0020\u006f\u0062\u006a\u0065\u0063t\u003a\u0020\u0025\u0054",_fgbf ); -continue ;};_bdcb :=_gg .NewContentStreamParser (_debc );_eged ,_ddda :=_bdcb .Parse ();if _ddda !=nil {_gd .Log .Debug ("\u0049\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0063\u006f\u006et\u0065\u006e\u0074\u0020\u0073\u0074\u0072\u0065\u0061\u006d:\u0020\u0025\u0076",_ddda ); -continue ;};for _ ,_bdbf :=range *_eged {if !(_bdbf .Operand =="\u0042\u0049"&&len (_bdbf .Params )==1){continue ;};_fgbc ,_ddeb :=_bdbf .Params [0].(*_gg .ContentStreamInlineImage );if !_ddeb {continue ;};_fdfdb ,_bace :=_fgbc .GetEncoder ();if _bace !=nil {_gd .Log .Debug ("\u0067\u0065\u0074\u0074\u0069\u006e\u0067\u0020\u0069\u006e\u006c\u0069\u006ee\u0020\u0069\u006d\u0061\u0067\u0065 \u0065\u006e\u0063\u006f\u0064\u0065\u0072\u0020\u0066\u0061\u0069\u006c\u0065d\u003a\u0020\u0025\u0076",_bace ); -continue ;};if _fdfdb .GetFilterName ()==_geb .StreamEncodingFilterNameLZW {return _eef ("\u0036\u002e\u0031\u002e\u0031\u0030\u002d\u0032","\u0054h\u0065\u0020L\u005a\u0057\u0044\u0065c\u006f\u0064\u0065 \u0066\u0069\u006c\u0074\u0065\u0072\u0020\u0073\u0068al\u006c\u0020\u006eo\u0074\u0020b\u0065\u0020\u0070\u0065\u0072\u006di\u0074\u0074e\u0064\u002e"); -};};};};return _fc ;};func _gabb (_adee *_ae .CompliancePdfReader )ViolatedRule {return _fc };var _fc =ViolatedRule {}; +// ViolatedRule is the structure that defines violated PDF/A rule. +type ViolatedRule struct{RuleNo string ;Detail string ;}; -// ApplyStandard tries to change the content of the writer to match the PDF/A-3 standard. -// Implements model.StandardApplier. -func (_dada *profile3 )ApplyStandard (document *_bag .Document )(_fed error ){_fdc (document ,7);if _fed =_dfad (document ,_dada ._ebg .Now );_fed !=nil {return _fed ;};if _fed =_cbbd (document );_fed !=nil {return _fed ;};_ggad ,_dfgcg :=_fcea (_dada ._ebg .CMYKDefaultColorSpace ,_dada ._egbf ); -_fed =_bffd (document ,[]pageColorspaceOptimizeFunc {_ggad },[]documentColorspaceOptimizeFunc {_dfgcg });if _fed !=nil {return _fed ;};_dgdb (document );if _fed =_cagg (document );_fed !=nil {return _fed ;};if _fed =_gfcc (document ,_dada ._egbf ._fgb ); -_fed !=nil {return _fed ;};if _fed =_dcbd (document );_fed !=nil {return _fed ;};if _fed =_dabd (document );_fed !=nil {return _fed ;};if _fed =_gfb (document );_fed !=nil {return _fed ;};if _fed =_bbcc (document );_fed !=nil {return _fed ;};if _dada ._egbf ._ea =="\u0041"{_fagcd (document ); -};if _fed =_bdf (document ,_dada ._egbf ._fgb );_fed !=nil {return _fed ;};if _fed =_ce (document );_fed !=nil {return _fed ;};if _deeb :=_abc (document ,_dada ._egbf ,_dada ._ebg .Xmp );_deeb !=nil {return _deeb ;};if _dada ._egbf ==_ec (){if _fed =_gfef (document ); -_fed !=nil {return _fed ;};};if _fed =_gefg (document );_fed !=nil {return _fed ;};if _fed =_beac (document );_fed !=nil {return _fed ;};if _fed =_afbbf (document );_fed !=nil {return _fed ;};return nil ;};func _cfec (_gdag *_ae .CompliancePdfReader )[]ViolatedRule {return nil }; -func _ebcb (_gece *_ae .PdfInfo ,_geea func ()_ff .Time )error {var _dbgg *_ae .PdfDate ;if _gece .CreationDate ==nil {_ecda ,_gbf :=_ae .NewPdfDateFromTime (_geea ());if _gbf !=nil {return _gbf ;};_dbgg =&_ecda ;_gece .CreationDate =_dbgg ;};if _gece .ModifiedDate ==nil {if _dbgg !=nil {_aeaf ,_cbef :=_ae .NewPdfDateFromTime (_geea ()); -if _cbef !=nil {return _cbef ;};_dbgg =&_aeaf ;};_gece .ModifiedDate =_dbgg ;};return nil ;};type standardType struct{_fgb int ;_ea string ;};func _befc (_beba *_geb .PdfObjectDictionary ,_bebee map[*_geb .PdfObjectStream ][]byte ,_fdef map[*_geb .PdfObjectStream ]*_gba .CMap )ViolatedRule {const (_bfae ="\u0036.\u0033\u002e\u0033\u002d\u0034"; -_acff ="\u0046\u006f\u0072\u0020\u0074\u0068\u006fs\u0065\u0020\u0043\u004d\u0061\u0070\u0073\u0020\u0074\u0068\u0061\u0074\u0020\u0061\u0072e\u0020\u0065m\u0062\u0065\u0064de\u0064\u002c\u0020\u0074\u0068\u0065\u0020\u0069\u006et\u0065\u0067\u0065\u0072 \u0076\u0061\u006c\u0075\u0065\u0020\u006f\u0066\u0020\u0074\u0068\u0065\u0020\u0057\u004d\u006f\u0064\u0065\u0020\u0065\u006e\u0074r\u0079\u0020i\u006e t\u0068\u0065\u0020CM\u0061\u0070\u0020\u0064\u0069\u0063\u0074\u0069o\u006ea\u0072\u0079\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u0062\u0065\u0020\u0069\u0064\u0065\u006e\u0074\u0069\u0063\u0061\u006c\u0020\u0074\u006f \u0074h\u0065\u0020\u0057\u004d\u006f\u0064e\u0020\u0076\u0061\u006c\u0075\u0065\u0020\u0069\u006e\u0020\u0074h\u0065\u0020\u0065\u006d\u0062\u0065\u0064\u0064ed\u0020\u0043\u004d\u0061\u0070\u0020\u0073\u0074\u0072\u0065\u0061\u006d\u002e"; -);var _dcea string ;if _gage ,_feeaf :=_geb .GetName (_beba .Get ("\u0053u\u0062\u0074\u0079\u0070\u0065"));_feeaf {_dcea =_gage .String ();};if _dcea !="\u0054\u0079\u0070e\u0030"{return _fc ;};_fbdb :=_beba .Get ("\u0045\u006e\u0063\u006f\u0064\u0069\u006e\u0067"); -if _ ,_ggfe :=_geb .GetName (_fbdb );_ggfe {return _fc ;};_bdgd ,_gbfb :=_geb .GetStream (_fbdb );if !_gbfb {return _eef (_bfae ,_acff );};_gbbb ,_eedbg :=_caddc (_bdgd ,_bebee ,_fdef );if _eedbg !=nil {return _eef (_bfae ,_acff );};_eggf ,_fddfc :=_geb .GetIntVal (_bdgd .Get ("\u0057\u004d\u006fd\u0065")); -_caaaa ,_dfcg :=_gbbb .WMode ();if _fddfc &&_dfcg {if _caaaa !=_eggf {return _eef (_bfae ,_acff );};};if (_fddfc &&!_dfcg )||(!_fddfc &&_dfcg ){return _eef (_bfae ,_acff );};return _fc ;};func _cagg (_egba *_bag .Document )error {_age ,_cdag :=_egba .FindCatalog (); -if !_cdag {return _e .New ("\u0063\u0061\u0074\u0061\u006c\u006f\u0067\u0020\u006e\u006f\u0074\u0020f\u006f\u0075\u006e\u0064");};_bcfgf ,_cdag :=_geb .GetDict (_age .Object .Get ("\u0050\u0065\u0072m\u0073"));if _cdag {_fde :=_geb .MakeDict ();_bbee :=_bcfgf .Keys (); -for _ ,_begb :=range _bbee {if _begb .String ()=="\u0055\u0052\u0033"||_begb .String ()=="\u0044\u006f\u0063\u004d\u0044\u0050"{_fde .Set (_begb ,_bcfgf .Get (_begb ));};};_age .Object .Set ("\u0050\u0065\u0072m\u0073",_fde );};return nil ;};var _ Profile =(*Profile2B )(nil ); -func _fgabb (_afcbb *_ae .CompliancePdfReader )[]ViolatedRule {return nil };func _ebdd (_affbe *_ae .CompliancePdfReader )(_aaaab []ViolatedRule ){return _aaaab };func (_adg *documentImages )hasOnlyDeviceCMYK ()bool {return _adg ._cag &&!_adg ._gdf &&!_adg ._cfb }; -func _gedf (_ccfa *_geb .PdfObjectDictionary ,_egcba map[*_geb .PdfObjectStream ][]byte ,_decg map[*_geb .PdfObjectStream ]*_gba .CMap )ViolatedRule {const (_dfefb ="\u0036\u002e\u0032\u002e\u0031\u0031\u002e\u0033\u002d\u0033";_bffde ="\u0041\u006c\u006c \u0043\u004d\u0061\u0070s\u0020\u0075\u0073ed\u0020\u0077\u0069\u0074\u0068i\u006e\u0020\u0061\u0020\u0050\u0044\u0046\u002f\u0041\u002d\u0032\u0020\u0066\u0069\u006c\u0065\u002c\u0020\u0065\u0078\u0063\u0065\u0070\u0074 th\u006f\u0073\u0065\u0020\u006ci\u0073\u0074\u0065\u0064\u0020i\u006e\u0020\u0049\u0053\u004f\u0020\u0033\u00320\u00300\u002d1\u003a\u0032\u0030\u0030\u0038\u002c\u0020\u0039\u002e\u0037\u002e\u0035\u002e\u0032\u002c\u0020\u0054\u0061\u0062\u006c\u0065 \u0031\u00318,\u0020\u0073h\u0061\u006c\u006c\u0020\u0062\u0065\u0020\u0065\u006d\u0062\u0065\u0064\u0064\u0065\u0064\u0020\u0069\u006e \u0074\u0068\u0061\u0074\u0020\u0066\u0069\u006c\u0065\u0020\u0061\u0073\u0020\u0064e\u0073\u0063\u0072\u0069\u0062\u0065\u0064\u0020\u0069\u006e\u0020\u0049\u0053\u004f\u0020\u0033\u0032\u00300\u0030-\u0031\u003a\u0032\u0030\u0030\u0038\u002c\u00209\u002e\u0037\u002e\u0035\u002e"; -);var _eadee string ;if _gaee ,_dbef :=_geb .GetName (_ccfa .Get ("\u0053u\u0062\u0074\u0079\u0070\u0065"));_dbef {_eadee =_gaee .String ();};if _eadee !="\u0054\u0079\u0070e\u0030"{return _fc ;};_gadec :=_ccfa .Get ("\u0045\u006e\u0063\u006f\u0064\u0069\u006e\u0067"); -if _dcggc ,_fcbdg :=_geb .GetName (_gadec );_fcbdg {switch _dcggc .String (){case "\u0049\u0064\u0065\u006e\u0074\u0069\u0074\u0079\u002d\u0048","\u0049\u0064\u0065\u006e\u0074\u0069\u0074\u0079\u002d\u0056":return _fc ;default:return _eef (_dfefb ,_bffde ); -};};_dacc ,_cegb :=_geb .GetStream (_gadec );if !_cegb {return _eef (_dfefb ,_bffde );};_ ,_bacbge :=_caddc (_dacc ,_egcba ,_decg );if _bacbge !=nil {return _eef (_dfefb ,_bffde );};return _fc ;};func _bffd (_dadd *_bag .Document ,_aea []pageColorspaceOptimizeFunc ,_acab []documentColorspaceOptimizeFunc )error {_gbae ,_gbefd :=_dadd .GetPages (); -if !_gbefd {return nil ;};var _ffeg []*_bag .Image ;for _gdb ,_fafb :=range _gbae {_aeag ,_dcdb :=_fafb .FindXObjectImages ();if _dcdb !=nil {return _dcdb ;};for _ ,_ggcd :=range _aea {if _dcdb =_ggcd (_dadd ,&_gbae [_gdb ],_aeag );_dcdb !=nil {return _dcdb ; -};};_ffeg =append (_ffeg ,_aeag ...);};for _ ,_eefg :=range _acab {if _efdc :=_eefg (_dadd ,_ffeg );_efdc !=nil {return _efdc ;};};return nil ;};type colorspaceModification struct{_bd _gb .ColorConverter ;_fbeb _ae .PdfColorspace ;};func _fadc (_gbfe *_geb .PdfObjectDictionary ,_gcbfbe map[*_geb .PdfObjectStream ][]byte ,_adcga map[*_geb .PdfObjectStream ]*_gba .CMap )ViolatedRule {const (_cegf ="\u0036.\u0033\u002e\u0038\u002d\u0031"; -_ccgd ="\u0054\u0068\u0065\u0020\u0066\u006f\u006e\u0074\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006ea\u0072\u0079\u0020\u0073\u0068\u0061\u006cl\u0020\u0069\u006e\u0063l\u0075\u0064e\u0020\u0061 \u0054\u006f\u0055\u006e\u0069\u0063\u006f\u0064\u0065\u0020\u0065\u006e\u0074\u0072\u0079\u0020w\u0068\u006f\u0073\u0065\u0020\u0076\u0061\u006c\u0075\u0065\u0020\u0069\u0073 \u0061\u0020\u0043M\u0061\u0070\u0020\u0073\u0074\u0072\u0065\u0061\u006d \u006f\u0062\u006a\u0065\u0063\u0074\u0020\u0074\u0068\u0061\u0074\u0020\u006d\u0061p\u0073\u0020\u0063\u0068\u0061\u0072ac\u0074\u0065\u0072\u0020\u0063\u006fd\u0065s\u0020\u0074\u006f\u0020\u0055\u006e\u0069\u0063\u006f\u0064e \u0076a\u006c\u0075\u0065\u0073,\u0020\u0061\u0073\u0020\u0064\u0065\u0073\u0063r\u0069\u0062\u0065\u0064\u0020\u0069\u006e\u0020P\u0044\u0046\u0020\u0052\u0065f\u0065\u0072\u0065\u006e\u0063\u0065\u0020\u0035.\u0039\u002c\u0020\u0075\u006e\u006ce\u0073\u0073\u0020\u0074\u0068\u0065\u0020\u0066\u006f\u006e\u0074\u0020\u006d\u0065\u0065\u0074\u0073 \u0061\u006e\u0079\u0020\u006f\u0066\u0020\u0074\u0068\u0065\u0020\u0066\u006f\u006c\u006c\u006f\u0077\u0069\u006e\u0067\u0020\u0074\u0068\u0072\u0065\u0065\u0020\u0063\u006f\u006e\u0064\u0069\u0074\u0069\u006f\u006e\u0073\u003a\u000a\u0020\u002d\u0020\u0066o\u006e\u0074\u0073\u0020\u0074\u0068\u0061\u0074\u0020\u0075\u0073\u0065\u0020\u0074\u0068\u0065\u0020\u0070\u0072\u0065\u0064\u0065\u0066\u0069\u006e\u0065\u0064\u0020\u0065\u006e\u0063\u006f\u0064\u0069n\u0067\u0073\u0020M\u0061\u0063\u0052o\u006d\u0061\u006e\u0045\u006e\u0063\u006f\u0064\u0069\u006e\u0067\u002c\u0020\u004d\u0061\u0063\u0045\u0078\u0070\u0065\u0072\u0074E\u006e\u0063\u006f\u0064\u0069\u006e\u0067\u0020\u006f\u0072\u0020\u0057\u0069\u006e\u0041n\u0073\u0069\u0045\u006e\u0063\u006f\u0064\u0069\u006e\u0067\u002c\u0020\u006f\u0072\u0020\u0074\u0068\u0061\u0074\u0020\u0075\u0073\u0065\u0020t\u0068\u0065\u0020\u0070\u0072\u0065d\u0065\u0066\u0069\u006e\u0065\u0064\u0020\u0049\u0064\u0065\u006e\u0074\u0069\u0074\u0079\u002d\u0048\u0020\u006f\u0072\u0020\u0049\u0064\u0065n\u0074\u0069\u0074\u0079\u002d\u0056\u0020C\u004d\u0061\u0070s\u003b\u000a\u0020\u002d\u0020\u0054\u0079\u0070\u0065\u0020\u0031\u0020\u0066\u006f\u006e\u0074\u0073\u0020\u0077\u0068\u006f\u0073\u0065\u0020\u0063\u0068\u0061\u0072\u0061\u0063\u0074\u0065\u0072\u0020\u006e\u0061\u006d\u0065\u0073\u0020a\u0072\u0065 \u0074\u0061k\u0065\u006e\u0020\u0066\u0072\u006f\u006d\u0020\u0074\u0068\u0065\u0020\u0041\u0064\u006f\u0062\u0065\u0020\u0073\u0074\u0061n\u0064\u0061\u0072\u0064\u0020L\u0061t\u0069\u006e\u0020\u0063\u0068a\u0072\u0061\u0063\u0074\u0065\u0072\u0020\u0073\u0065\u0074\u0020\u006fr\u0020\u0074\u0068\u0065 \u0073\u0065\u0074\u0020\u006f\u0066 \u006e\u0061\u006d\u0065\u0064\u0020\u0063\u0068\u0061\u0072\u0061\u0063\u0074\u0065r\u0073\u0020\u0069\u006e\u0020\u0074\u0068\u0065\u0020\u0053\u0079\u006d\u0062\u006f\u006c\u0020\u0066\u006f\u006e\u0074\u002c\u0020\u0061\u0073\u0020\u0064\u0065\u0066\u0069\u006e\u0065\u0064\u0020i\u006e\u0020\u0050\u0044\u0046 \u0052\u0065\u0066\u0065\u0072\u0065\u006e\u0063\u0065\u0020\u0041\u0070\u0070\u0065\u006e\u0064\u0069\u0078 \u0044\u003b\u000a\u0020\u002d\u0020\u0054\u0079\u0070\u0065\u0020\u0030\u0020\u0066\u006f\u006e\u0074\u0073\u0020w\u0068\u006f\u0073e\u0020d\u0065\u0073\u0063\u0065n\u0064\u0061\u006e\u0074 \u0043\u0049\u0044\u0046\u006f\u006e\u0074\u0020\u0075\u0073\u0065\u0073\u0020\u0074\u0068\u0065\u0020\u0041\u0064\u006f\u0062\u0065\u002d\u0047B\u0031\u002c\u0020\u0041\u0064\u006fb\u0065\u002d\u0043\u004e\u0053\u0031\u002c\u0020\u0041\u0064\u006f\u0062\u0065\u002d\u004a\u0061\u0070\u0061\u006e\u0031\u0020\u006f\u0072\u0020\u0041\u0064\u006f\u0062\u0065\u002d\u004b\u006fr\u0065\u0061\u0031\u0020\u0063\u0068\u0061r\u0061\u0063\u0074\u0065\u0072\u0020\u0063\u006f\u006c\u006c\u0065\u0063\u0074\u0069\u006f\u006e\u0073\u002e"; -);_fedb :=_gbfe .Get ("\u0045\u006e\u0063\u006f\u0064\u0069\u006e\u0067");if _ceeg ,_agaa :=_geb .GetName (_fedb );_agaa {if _ceeg .String ()=="\u0049\u0064\u0065\u006e\u0074\u0069\u0074\u0079\u002d\u0048"||_ceeg .String ()=="\u0049\u0064\u0065\u006e\u0074\u0069\u0074\u0079\u002d\u0056"||_ceeg .String ()=="\u004d\u0061c\u0052\u006f\u006da\u006e\u0045\u006e\u0063\u006f\u0064\u0069\u006e\u0067"||_ceeg .String ()=="\u004d\u0061\u0063\u0045\u0078\u0070\u0065\u0072\u0074\u0045\u006e\u0063o\u0064\u0069\u006e\u0067"||_ceeg .String ()=="\u0057i\u006eA\u006e\u0073\u0069\u0045\u006e\u0063\u006f\u0064\u0069\u006e\u0067"{return _fc ; -};};_cdef ,_cfba :=_geb .GetStream (_gbfe .Get ("\u0054o\u0055\u006e\u0069\u0063\u006f\u0064e"));if _cfba {_ ,_dbfa :=_caddc (_cdef ,_gcbfbe ,_adcga );if _dbfa !=nil {return _eef (_cegf ,_ccgd );};return _fc ;};_fddgg ,_cfba :=_geb .GetName (_gbfe .Get ("\u0053u\u0062\u0074\u0079\u0070\u0065")); -if !_cfba {return _eef (_cegf ,_ccgd );};switch _fddgg .String (){case "\u0054\u0079\u0070e\u0031":return _fc ;};return _eef (_cegf ,_ccgd );};func _aged (_ffff *Profile3Options ){if _ffff .Now ==nil {_ffff .Now =_ff .Now ;};};func _ebee (_addf standardType ,_cagc *_bag .OutputIntents )error {_acg ,_gcfb :=_bae .NewCmykIsoCoatedV2OutputIntent (_addf .outputIntentSubtype ()); -if _gcfb !=nil {return _gcfb ;};if _gcfb =_cagc .Add (_acg .ToPdfObject ());_gcfb !=nil {return _gcfb ;};return nil ;};func _bef (_acdeb ,_bgde ,_fcfe ,_edc string )(string ,bool ){_dggc :=_db .Index (_acdeb ,_bgde );if _dggc ==-1{return "",false ;};_geeee :=_db .Index (_acdeb ,_fcfe ); -if _geeee ==-1{return "",false ;};if _geeee < _dggc {return "",false ;};return _acdeb [:_dggc ]+_bgde +_edc +_acdeb [_geeee :],true ;};func _befb (_daag *_geb .PdfObjectDictionary ,_gddgd map[*_geb .PdfObjectStream ][]byte ,_bbec map[*_geb .PdfObjectStream ]*_gba .CMap )ViolatedRule {const (_ccbff ="\u0036\u002e\u0032\u002e\u0031\u0031\u002e\u0037\u002d\u0031"; -_fecbe ="\u0054\u0068\u0065\u0020\u0066\u006f\u006e\u0074\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006ea\u0072\u0079\u0020\u0073\u0068\u0061\u006cl\u0020\u0069\u006e\u0063l\u0075\u0064e\u0020\u0061 \u0054\u006f\u0055\u006e\u0069\u0063\u006f\u0064\u0065\u0020\u0065\u006e\u0074\u0072\u0079\u0020w\u0068\u006f\u0073\u0065\u0020\u0076\u0061\u006c\u0075\u0065\u0020\u0069\u0073 \u0061\u0020\u0043M\u0061\u0070\u0020\u0073\u0074\u0072\u0065\u0061\u006d \u006f\u0062\u006a\u0065\u0063\u0074\u0020\u0074\u0068\u0061\u0074\u0020\u006d\u0061p\u0073\u0020\u0063\u0068\u0061\u0072ac\u0074\u0065\u0072\u0020\u0063\u006fd\u0065s\u0020\u0074\u006f\u0020\u0055\u006e\u0069\u0063\u006f\u0064e \u0076a\u006c\u0075\u0065\u0073,\u0020\u0061\u0073\u0020\u0064\u0065\u0073\u0063r\u0069\u0062\u0065\u0064\u0020\u0069\u006e\u0020P\u0044\u0046\u0020\u0052\u0065f\u0065\u0072\u0065\u006e\u0063\u0065\u0020\u0035.\u0039\u002c\u0020\u0075\u006e\u006ce\u0073\u0073\u0020\u0074\u0068\u0065\u0020\u0066\u006f\u006e\u0074\u0020\u006d\u0065\u0065\u0074\u0073 \u0061\u006e\u0079\u0020\u006f\u0066\u0020\u0074\u0068\u0065\u0020\u0066\u006f\u006c\u006c\u006f\u0077\u0069\u006e\u0067\u0020\u0074\u0068\u0072\u0065\u0065\u0020\u0063\u006f\u006e\u0064\u0069\u0074\u0069\u006f\u006e\u0073\u003a\u000a\u0020\u002d\u0020\u0066o\u006e\u0074\u0073\u0020\u0074\u0068\u0061\u0074\u0020\u0075\u0073\u0065\u0020\u0074\u0068\u0065\u0020\u0070\u0072\u0065\u0064\u0065\u0066\u0069\u006e\u0065\u0064\u0020\u0065\u006e\u0063\u006f\u0064\u0069n\u0067\u0073\u0020M\u0061\u0063\u0052o\u006d\u0061\u006e\u0045\u006e\u0063\u006f\u0064\u0069\u006e\u0067\u002c\u0020\u004d\u0061\u0063\u0045\u0078\u0070\u0065\u0072\u0074E\u006e\u0063\u006f\u0064\u0069\u006e\u0067\u0020\u006f\u0072\u0020\u0057\u0069\u006e\u0041n\u0073\u0069\u0045\u006e\u0063\u006f\u0064\u0069\u006e\u0067\u002c\u0020\u006f\u0072\u0020\u0074\u0068\u0061\u0074\u0020\u0075\u0073\u0065\u0020t\u0068\u0065\u0020\u0070\u0072\u0065d\u0065\u0066\u0069\u006e\u0065\u0064\u0020\u0049\u0064\u0065\u006e\u0074\u0069\u0074\u0079\u002d\u0048\u0020\u006f\u0072\u0020\u0049\u0064\u0065n\u0074\u0069\u0074\u0079\u002d\u0056\u0020C\u004d\u0061\u0070s\u003b\u000a\u0020\u002d\u0020\u0054\u0079\u0070\u0065\u0020\u0031\u0020\u0066\u006f\u006e\u0074\u0073\u0020\u0077\u0068\u006f\u0073\u0065\u0020\u0063\u0068\u0061\u0072\u0061\u0063\u0074\u0065\u0072\u0020\u006e\u0061\u006d\u0065\u0073\u0020a\u0072\u0065 \u0074\u0061k\u0065\u006e\u0020\u0066\u0072\u006f\u006d\u0020\u0074\u0068\u0065\u0020\u0041\u0064\u006f\u0062\u0065\u0020\u0073\u0074\u0061n\u0064\u0061\u0072\u0064\u0020L\u0061t\u0069\u006e\u0020\u0063\u0068a\u0072\u0061\u0063\u0074\u0065\u0072\u0020\u0073\u0065\u0074\u0020\u006fr\u0020\u0074\u0068\u0065 \u0073\u0065\u0074\u0020\u006f\u0066 \u006e\u0061\u006d\u0065\u0064\u0020\u0063\u0068\u0061\u0072\u0061\u0063\u0074\u0065r\u0073\u0020\u0069\u006e\u0020\u0074\u0068\u0065\u0020\u0053\u0079\u006d\u0062\u006f\u006c\u0020\u0066\u006f\u006e\u0074\u002c\u0020\u0061\u0073\u0020\u0064\u0065\u0066\u0069\u006e\u0065\u0064\u0020i\u006e\u0020\u0050\u0044\u0046 \u0052\u0065\u0066\u0065\u0072\u0065\u006e\u0063\u0065\u0020\u0041\u0070\u0070\u0065\u006e\u0064\u0069\u0078 \u0044\u003b\u000a\u0020\u002d\u0020\u0054\u0079\u0070\u0065\u0020\u0030\u0020\u0066\u006f\u006e\u0074\u0073\u0020w\u0068\u006f\u0073e\u0020d\u0065\u0073\u0063\u0065n\u0064\u0061\u006e\u0074 \u0043\u0049\u0044\u0046\u006f\u006e\u0074\u0020\u0075\u0073\u0065\u0073\u0020\u0074\u0068\u0065\u0020\u0041\u0064\u006f\u0062\u0065\u002d\u0047B\u0031\u002c\u0020\u0041\u0064\u006fb\u0065\u002d\u0043\u004e\u0053\u0031\u002c\u0020\u0041\u0064\u006f\u0062\u0065\u002d\u004a\u0061\u0070\u0061\u006e\u0031\u0020\u006f\u0072\u0020\u0041\u0064\u006f\u0062\u0065\u002d\u004b\u006fr\u0065\u0061\u0031\u0020\u0063\u0068\u0061r\u0061\u0063\u0074\u0065\u0072\u0020\u0063\u006f\u006c\u006c\u0065\u0063\u0074\u0069\u006f\u006e\u0073\u002e"; -);_fbcdg ,_aebc :=_geb .GetStream (_daag .Get ("\u0054o\u0055\u006e\u0069\u0063\u006f\u0064e"));if _aebc {_ ,_ffefe :=_caddc (_fbcdg ,_gddgd ,_bbec );if _ffefe !=nil {return _eef (_ccbff ,_fecbe );};return _fc ;};_afaf ,_aebc :=_geb .GetName (_daag .Get ("\u0053u\u0062\u0074\u0079\u0070\u0065")); -if !_aebc {return _eef (_ccbff ,_fecbe );};switch _afaf .String (){case "\u0054\u0079\u0070e\u0031":return _fc ;};return _eef (_ccbff ,_fecbe );};func _ggcc (_fdcbg *_ae .CompliancePdfReader )(_baag []ViolatedRule ){var (_cffg ,_fbegf ,_dfcbe ,_eacbd ,_dabe bool ; -_eeed func (_geb .PdfObject ););_eeed =func (_gdcca _geb .PdfObject ){switch _ebbdc :=_gdcca .(type ){case *_geb .PdfObjectInteger :if !_cffg &&(int64 (*_ebbdc )> _dg .MaxInt32 ||int64 (*_ebbdc )< -_dg .MaxInt32 ){_baag =append (_baag ,_eef ("\u0036\u002e\u0031\u002e\u0031\u0033\u002d\u0031","L\u0061\u0072\u0067e\u0073\u0074\u0020\u0049\u006e\u0074\u0065\u0067\u0065\u0072\u0020\u0076\u0061\u006c\u0075\u0065\u0020\u0069\u0073\u0020\u0032\u002c\u0031\u0034\u0037,\u0034\u0038\u0033,\u0036\u0034\u0037\u002e\u0020\u0053\u006d\u0061\u006c\u006c\u0065\u0073\u0074 \u0069\u006e\u0074\u0065g\u0065\u0072\u0020\u0076a\u006c\u0075\u0065\u0020\u0069\u0073\u0020\u002d\u0032\u002c\u0031\u0034\u0037\u002c\u0034\u0038\u0033,\u0036\u0034\u0038\u002e")); -_cffg =true ;};case *_geb .PdfObjectFloat :if !_fbegf &&(_dg .Abs (float64 (*_ebbdc ))> _dg .MaxFloat32 ){_baag =append (_baag ,_eef ("\u0036\u002e\u0031\u002e\u0031\u0033\u002d\u0032","\u0041 \u0063\u006f\u006e\u0066orm\u0069\u006e\u0067\u0020f\u0069\u006c\u0065\u0020\u0073\u0068\u0061\u006c\u006c\u0020n\u006f\u0074\u0020\u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0020\u0061\u006e\u0079\u0020\u0072\u0065\u0061\u006c\u0020\u006e\u0075\u006db\u0065\u0072\u0020\u006f\u0075\u0074\u0073\u0069de\u0020\u0074\u0068e\u0020\u0072\u0061\u006e\u0067e\u0020o\u0066\u0020\u002b\u002f\u002d\u0033\u002e\u0034\u00303\u0020\u0078\u0020\u0031\u0030\u005e\u0033\u0038\u002e")); -};case *_geb .PdfObjectString :if !_dfcbe &&len ([]byte (_ebbdc .Str ()))> 32767{_baag =append (_baag ,_eef ("\u0036\u002e\u0031\u002e\u0031\u0033\u002d\u0033","M\u0061\u0078\u0069\u006d\u0075\u006d\u0020\u006c\u0065n\u0067\u0074\u0068\u0020\u006f\u0066\u0020a \u0073\u0074\u0072\u0069n\u0067\u0020\u0028\u0069\u006e\u0020\u0062\u0079\u0074es\u0029\u0020i\u0073\u0020\u0033\u0032\u0037\u0036\u0037\u002e")); -_dfcbe =true ;};case *_geb .PdfObjectName :if !_eacbd &&len ([]byte (*_ebbdc ))> 127{_baag =append (_baag ,_eef ("\u0036\u002e\u0031\u002e\u0031\u0033\u002d\u0034","\u004d\u0061\u0078\u0069\u006d\u0075\u006d \u006c\u0065\u006eg\u0074\u0068\u0020\u006ff\u0020\u0061\u0020\u006e\u0061\u006d\u0065\u0020\u0028\u0069\u006e\u0020\u0062\u0079\u0074\u0065\u0073\u0029\u0020\u0069\u0073\u0020\u0031\u0032\u0037\u002e")); -_eacbd =true ;};case *_geb .PdfObjectArray :for _ ,_egef :=range _ebbdc .Elements (){_eeed (_egef );};if !_dabe &&(_ebbdc .Len ()==4||_ebbdc .Len ()==5){_dbfg ,_ccdc :=_geb .GetName (_ebbdc .Get (0));if !_ccdc {return ;};if *_dbfg !="\u0044e\u0076\u0069\u0063\u0065\u004e"{return ; -};_cgaf :=_ebbdc .Get (1);_cgaf =_geb .TraceToDirectObject (_cgaf );_ggdb ,_ccdc :=_geb .GetArray (_cgaf );if !_ccdc {return ;};if _ggdb .Len ()> 32{_baag =append (_baag ,_eef ("\u0036\u002e\u0031\u002e\u0031\u0033\u002d\u0039","\u004d\u0061\u0078\u0069\u006d\u0075\u006d \u006e\u0075\u006db\u0065\u0072\u0020\u006ff\u0020\u0044\u0065\u0076\u0069\u0063\u0065\u004e\u0020\u0063\u006f\u006d\u0070\u006f\u006e\u0065\u006e\u0074\u0073\u0020\u0069\u0073\u0020\u0033\u0032\u002e")); -_dabe =true ;};};case *_geb .PdfObjectDictionary :_dadbf :=_ebbdc .Keys ();for _geef ,_fbdd :=range _dadbf {_eeed (&_dadbf [_geef ]);_eeed (_ebbdc .Get (_fbdd ));};case *_geb .PdfObjectStream :_eeed (_ebbdc .PdfObjectDictionary );case *_geb .PdfObjectStreams :for _ ,_cbfc :=range _ebbdc .Elements (){_eeed (_cbfc ); -};case *_geb .PdfObjectReference :_eeed (_ebbdc .Resolve ());};};_fccd :=_fdcbg .GetObjectNums ();if len (_fccd )> 8388607{_baag =append (_baag ,_eef ("\u0036\u002e\u0031\u002e\u0031\u0033\u002d\u0037","\u004d\u0061\u0078\u0069\u006d\u0075\u006d\u0020\u006e\u0075\u006d\u0062\u0065\u0072\u0020\u006f\u0066\u0020in\u0064i\u0072\u0065\u0063\u0074\u0020\u006f\u0062\u006a\u0065\u0063\u0074\u0073 \u0069\u006e\u0020\u0061\u0020\u0050\u0044\u0046\u0020\u0066\u0069\u006c\u0065\u0020\u0069\u0073\u00208\u002c\u0033\u0038\u0038\u002c\u0036\u0030\u0037\u002e")); -};for _ ,_bbbe :=range _fccd {_eafc ,_deabc :=_fdcbg .GetIndirectObjectByNumber (_bbbe );if _deabc !=nil {continue ;};_dgedc :=_geb .TraceToDirectObject (_eafc );_eeed (_dgedc );};return _baag ;};type profile3 struct{_egbf standardType ;_ebg Profile3Options ; -};func _cbbd (_bed *_bag .Document )error {_cfdc ,_bdfd :=_bed .FindCatalog ();if !_bdfd {return _e .New ("\u0063\u0061\u0074\u0061\u006c\u006f\u0067\u0020\u006e\u006f\u0074\u0020f\u006f\u0075\u006e\u0064");};_cfdc .SetVersion ();return nil ;}; +// Profile3B is the implementation of the PDF/A-3B standard profile. +// Implements model.StandardImplementer, Profile interfaces. +type Profile3B struct{profile3 }; -// ValidateStandard checks if provided input CompliancePdfReader matches rules that conforms PDF/A-3 standard. -func (_feab *profile3 )ValidateStandard (r *_ae .CompliancePdfReader )error {_aeba :=VerificationError {ConformanceLevel :_feab ._egbf ._fgb ,ConformanceVariant :_feab ._egbf ._ea };if _fbbe :=_caec (r );_fbbe !=_fc {_aeba .ViolatedRules =append (_aeba .ViolatedRules ,_fbbe ); -};if _gedc :=_fedf (r );_gedc !=_fc {_aeba .ViolatedRules =append (_aeba .ViolatedRules ,_gedc );};if _gdcd :=_cgd (r );_gdcd !=_fc {_aeba .ViolatedRules =append (_aeba .ViolatedRules ,_gdcd );};if _ggf :=_bdcg (r );_ggf !=_fc {_aeba .ViolatedRules =append (_aeba .ViolatedRules ,_ggf ); -};if _dcgg :=_fbgfd (r );_dcgg !=_fc {_aeba .ViolatedRules =append (_aeba .ViolatedRules ,_dcgg );};if _gefcg :=_abeg (r );len (_gefcg )!=0{_aeba .ViolatedRules =append (_aeba .ViolatedRules ,_gefcg ...);};if _bage :=_fgaag (r );len (_bage )!=0{_aeba .ViolatedRules =append (_aeba .ViolatedRules ,_bage ...); -};if _ebb :=_fgabb (r );len (_ebb )!=0{_aeba .ViolatedRules =append (_aeba .ViolatedRules ,_ebb ...);};if _cgbd :=_bbdbb (r );_cgbd !=_fc {_aeba .ViolatedRules =append (_aeba .ViolatedRules ,_cgbd );};if _bcdd :=_gdfegg (r );len (_bcdd )!=0{_aeba .ViolatedRules =append (_aeba .ViolatedRules ,_bcdd ...); -};if _egcf :=_ggcc (r );len (_egcf )!=0{_aeba .ViolatedRules =append (_aeba .ViolatedRules ,_egcf ...);};if _gff :=_faab (r );_gff !=_fc {_aeba .ViolatedRules =append (_aeba .ViolatedRules ,_gff );};if _agee :=_bdfda (r );len (_agee )!=0{_aeba .ViolatedRules =append (_aeba .ViolatedRules ,_agee ...); -};if _gadb :=_abda (r );len (_gadb )!=0{_aeba .ViolatedRules =append (_aeba .ViolatedRules ,_gadb ...);};if _edg :=_fbgb (r );_edg !=_fc {_aeba .ViolatedRules =append (_aeba .ViolatedRules ,_edg );};if _fefd :=_cega (r );len (_fefd )!=0{_aeba .ViolatedRules =append (_aeba .ViolatedRules ,_fefd ...); -};if _dadb :=_cgad (r );len (_dadb )!=0{_aeba .ViolatedRules =append (_aeba .ViolatedRules ,_dadb ...);};if _cce :=_cgce (r );_cce !=_fc {_aeba .ViolatedRules =append (_aeba .ViolatedRules ,_cce );};if _baeef :=_bbff (r );len (_baeef )!=0{_aeba .ViolatedRules =append (_aeba .ViolatedRules ,_baeef ...); -};if _gaae :=_bbed (r ,_feab ._egbf );len (_gaae )!=0{_aeba .ViolatedRules =append (_aeba .ViolatedRules ,_gaae ...);};if _gbbe :=_gcbe (r );len (_gbbe )!=0{_aeba .ViolatedRules =append (_aeba .ViolatedRules ,_gbbe ...);};if _gffd :=_bggcdg (r );len (_gffd )!=0{_aeba .ViolatedRules =append (_aeba .ViolatedRules ,_gffd ...); -};if _ebbb :=_ebdd (r );len (_ebbb )!=0{_aeba .ViolatedRules =append (_aeba .ViolatedRules ,_ebbb ...);};if _fdce :=_bdcf (r );_fdce !=_fc {_aeba .ViolatedRules =append (_aeba .ViolatedRules ,_fdce );};if _bedd :=_efbe (r );len (_bedd )!=0{_aeba .ViolatedRules =append (_aeba .ViolatedRules ,_bedd ...); -};if _ddef :=_dfcge (r );_ddef !=_fc {_aeba .ViolatedRules =append (_aeba .ViolatedRules ,_ddef );};if _aded :=_ddadb (r ,_feab ._egbf ,false );len (_aded )!=0{_aeba .ViolatedRules =append (_aeba .ViolatedRules ,_aded ...);};if _feab ._egbf ==_ec (){if _badf :=_ggefb (r ); -len (_badf )!=0{_aeba .ViolatedRules =append (_aeba .ViolatedRules ,_badf ...);};};if _dfeg :=_ecfed (r );len (_dfeg )!=0{_aeba .ViolatedRules =append (_aeba .ViolatedRules ,_dfeg ...);};if _dbga :=_cebe (r );len (_dbga )!=0{_aeba .ViolatedRules =append (_aeba .ViolatedRules ,_dbga ...); -};if _bacb :=_cdfeb (r );len (_bacb )!=0{_aeba .ViolatedRules =append (_aeba .ViolatedRules ,_bacb ...);};if _aeddg :=_beef (r );_aeddg !=_fc {_aeba .ViolatedRules =append (_aeba .ViolatedRules ,_aeddg );};if len (_aeba .ViolatedRules )> 0{_f .Slice (_aeba .ViolatedRules ,func (_dabb ,_dfdce int )bool {return _aeba .ViolatedRules [_dabb ].RuleNo < _aeba .ViolatedRules [_dfdce ].RuleNo ; -});return _aeba ;};return nil ;};func _bggcdg (_accb *_ae .CompliancePdfReader )(_dcef []ViolatedRule ){for _ ,_eeccd :=range _accb .GetObjectNums (){_ccfb ,_daggf :=_accb .GetIndirectObjectByNumber (_eeccd );if _daggf !=nil {continue ;};_fdbfc ,_cggcc :=_geb .GetDict (_ccfb ); -if !_cggcc {continue ;};_fadbb ,_cggcc :=_geb .GetName (_fdbfc .Get ("\u0054\u0079\u0070\u0065"));if !_cggcc {continue ;};if _fadbb .String ()!="\u0041\u0063\u0072\u006f\u0046\u006f\u0072\u006d"{continue ;};_fefege ,_cggcc :=_geb .GetBool (_fdbfc .Get ("\u004ee\u0065d\u0041\u0070\u0070\u0065\u0061\u0072\u0061\u006e\u0063\u0065\u0073")); -if _cggcc &&bool (*_fefege ){_dcef =append (_dcef ,_eef ("\u0036.\u0034\u002e\u0031\u002d\u0033","\u0054\u0068\u0065\u0020\u004e\u0065e\u0064\u0041\u0070\u0070\u0065a\u0072\u0061\u006e\u0063\u0065\u0073\u0020\u0066\u006c\u0061\u0067\u0020\u006f\u0066\u0020\u0074\u0068\u0065\u0020\u0069\u006e\u0074\u0065\u0072\u0061\u0063\u0074\u0069\u0076e\u0020\u0066\u006f\u0072\u006d \u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u0065\u0069\u0074\u0068\u0065\u0072\u0020\u006e\u006f\u0074\u0020b\u0065\u0020\u0070\u0072\u0065se\u006e\u0074\u0020\u006f\u0072\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u0062\u0065\u0020\u0066\u0061\u006c\u0073\u0065\u002e")); -};if _fdbfc .Get ("\u0058\u0046\u0041")!=nil {_dcef =append (_dcef ,_eef ("\u0036.\u0034\u002e\u0032\u002d\u0031","\u0054\u0068\u0065\u0020\u0064o\u0063\u0075\u006d\u0065\u006e\u0074\u0027\u0073\u0020i\u006e\u0074\u0065\u0072\u0061\u0063\u0074\u0069\u0076\u0065\u0020\u0066\u006f\u0072\u006d\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061r\u0079\u0020t\u0068\u0061\u0074\u0020f\u006f\u0072\u006d\u0073\u0020\u0074\u0068\u0065\u0020\u0076\u0061\u006c\u0075\u0065 \u006f\u0066\u0020\u0074\u0068\u0065\u0020\u0041\u0063\u0072\u006f\u0046\u006f\u0072\u006d \u006b\u0065\u0079\u0020i\u006e\u0020\u0074\u0068\u0065\u0020\u0064\u006f\u0063\u0075\u006d\u0065\u006e\u0074\u0027\u0073\u0020\u0043\u0061\u0074\u0061\u006c\u006f\u0067\u0020\u006f\u0066 \u0061 \u0050\u0044F\u002fA\u002d\u0032\u0020\u0066ile\u002c\u0020\u0069\u0066\u0020\u0070\u0072\u0065\u0073\u0065n\u0074\u002c\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u006e\u006ft\u0020\u0063\u006f\u006e\u0074a\u0069\u006e\u0020\u0074\u0068\u0065\u0020\u0058\u0046\u0041\u0020\u006b\u0065y.")); -};};_bagaf ,_ddaeb :=_debed (_accb );if _ddaeb &&_bagaf .Get ("\u004e\u0065\u0065\u0064\u0073\u0052\u0065\u006e\u0064e\u0072\u0069\u006e\u0067")!=nil {_dcef =append (_dcef ,_eef ("\u0036.\u0034\u002e\u0032\u002d\u0032","\u0041\u0020\u0064\u006f\u0063\u0075\u006d\u0065\u006e\u0074\u0027\u0073\u0020\u0043\u0061\u0074\u0061\u006cog\u0020s\u0068\u0061\u006c\u006c\u0020\u006e\u006f\u0074\u0020\u0063\u006f\u006et\u0061\u0069\u006e\u0020\u0074\u0068\u0065\u0020\u004e\u0065\u0065\u0064\u0073\u0052\u0065\u006e\u0064e\u0072\u0069\u006e\u0067\u0020\u006b\u0065\u0079\u002e")); -};return _dcef ;};func _ddad (_daab *Profile2Options ){if _daab .Now ==nil {_daab .Now =_ff .Now ;};};func _bdfda (_ebge *_ae .CompliancePdfReader )(_edfd []ViolatedRule ){var _dgagb ,_edca ,_dgfb ,_cged bool ;_efdbf :=func ()bool {return _dgagb &&_edca &&_dgfb &&_cged }; -_edaga ,_ffgbf :=_fdaf (_ebge );var _gadef _bae .ProfileHeader ;if _ffgbf {_gadef ,_ =_bae .ParseHeader (_edaga .DestOutputProfile );};_dgfa :=map[_geb .PdfObject ]struct{}{};var _eagbc func (_eagba _ae .PdfColorspace )bool ;_eagbc =func (_gccc _ae .PdfColorspace )bool {switch _egdga :=_gccc .(type ){case *_ae .PdfColorspaceDeviceGray :if !_dgagb {if !_ffgbf {_edfd =append (_edfd ,_eef ("\u0036.\u0032\u002e\u0034\u002e\u0033\u002d4","\u0044\u0065\u0076\u0069\u0063\u0065\u0047\u0072\u0061\u0079 \u0073\u0068\u0061\u006c\u006c\u0020\u006f\u006e\u006c\u0079\u0020\u0062\u0065\u0020\u0075\u0073\u0065\u0064 \u0069\u0066\u0020\u0061\u0020\u0064\u0065v\u0069\u0063\u0065\u0020\u0069\u006e\u0064\u0065p\u0065\u006e\u0064\u0065\u006e\u0074\u0020\u0044\u0065\u0066\u0061\u0075\u006c\u0074\u0047\u0072\u0061\u0079\u0020\u0063\u006f\u006c\u006f\u0075r \u0073\u0070\u0061\u0063\u0065\u0020\u0068\u0061\u0073\u0020\u0062\u0065\u0065\u006e \u0073\u0065\u0074\u0020\u0077\u0068\u0065n \u0074\u0068\u0065\u0020\u0044\u0065\u0076\u0069\u0063\u0065\u0047\u0072a\u0079\u0020\u0063\u006f\u006c\u006f\u0075\u0072\u0020\u0073\u0070\u0061\u0063\u0065\u0020\u0069\u0073\u0020\u0075\u0073\u0065\u0064\u002c o\u0072\u0020\u0069\u0066\u0020\u0061\u0020\u0050\u0044\u0046\u002fA\u0020\u004f\u0075tp\u0075\u0074\u0049\u006e\u0074\u0065\u006e\u0074\u0020\u0069\u0073\u0020\u0070\u0072\u0065\u0073\u0065\u006e\u0074\u002e")); -_dgagb =true ;if _efdbf (){return true ;};};};case *_ae .PdfColorspaceDeviceRGB :if !_edca {if !_ffgbf ||_gadef .ColorSpace !=_bae .ColorSpaceRGB {_edfd =append (_edfd ,_eef ("\u0036.\u0032\u002e\u0034\u002e\u0033\u002d2","\u0044\u0065\u0076\u0069c\u0065\u0052\u0047\u0042\u0020\u0073\u0068\u0061\u006cl\u0020\u006f\u006e\u006c\u0079\u0020\u0062e\u0020\u0075\u0073\u0065\u0064\u0020\u0069f\u0020\u0061\u0020\u0064\u0065\u0076\u0069\u0063e\u0020\u0069n\u0064\u0065\u0070e\u006e\u0064\u0065\u006et \u0044\u0065\u0066\u0061\u0075\u006c\u0074\u0052\u0047\u0042\u0020\u0063\u006fl\u006f\u0075r\u0020\u0073\u0070\u0061\u0063\u0065\u0020\u0068\u0061\u0073\u0020b\u0065\u0065\u006e\u0020s\u0065\u0074 \u0077\u0068\u0065\u006e\u0020\u0074\u0068\u0065\u0020\u0044\u0065\u0076\u0069\u0063\u0065\u0052\u0047\u0042\u0020c\u006flou\u0072\u0020\u0073\u0070\u0061\u0063\u0065\u0020i\u0073\u0020\u0075\u0073\u0065\u0064\u002c\u0020\u006f\u0072\u0020if\u0020\u0074\u0068\u0065\u0020\u0066\u0069\u006c\u0065\u0020\u0068\u0061\u0073\u0020\u0061\u0020\u0050\u0044F\u002f\u0041\u0020\u004fut\u0070\u0075\u0074\u0049\u006e\u0074\u0065n\u0074\u0020t\u0068\u0061t\u0020\u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0073\u0020\u0061\u006e\u0020\u0052\u0047\u0042\u0020\u0064\u0065\u0073\u0074\u0069\u006e\u0061\u0074io\u006e\u0020\u0070\u0072\u006f\u0066\u0069\u006c\u0065\u002e")); -_edca =true ;if _efdbf (){return true ;};};};case *_ae .PdfColorspaceDeviceCMYK :if !_dgfb {if !_ffgbf ||_gadef .ColorSpace !=_bae .ColorSpaceCMYK {_edfd =append (_edfd ,_eef ("\u0036.\u0032\u002e\u0034\u002e\u0033\u002d3","\u0044e\u0076\u0069c\u0065\u0043\u004d\u0059\u004b\u0020\u0073hal\u006c\u0020\u006f\u006e\u006c\u0079\u0020\u0062\u0065\u0020\u0075\u0073\u0065\u0064\u0020\u0069\u0066\u0020\u0061\u0020\u0064\u0065\u0076\u0069\u0063\u0065\u0020\u0069\u006e\u0064\u0065\u0070\u0065\u006e\u0064\u0065\u006e\u0074\u0020\u0044ef\u0061\u0075\u006c\u0074\u0043\u004d\u0059K\u0020\u0063\u006f\u006c\u006f\u0075\u0072\u0020\u0073\u0070\u0061\u0063\u0065\u0020\u0068\u0061s\u0020\u0062\u0065\u0065\u006e \u0073\u0065\u0074\u0020\u006fr \u0069\u0066\u0020\u0061\u0020\u0044e\u0076\u0069\u0063\u0065\u004e\u002d\u0062\u0061\u0073\u0065\u0064\u0020\u0044\u0065f\u0061\u0075\u006c\u0074\u0043\u004d\u0059\u004b\u0020c\u006f\u006c\u006f\u0075r\u0020\u0073\u0070\u0061\u0063e\u0020\u0068\u0061\u0073\u0020\u0062\u0065\u0065\u006e\u0020\u0073\u0065\u0074\u0020\u0077\u0068\u0065\u006e\u0020\u0074h\u0065\u0020\u0044\u0065\u0076\u0069c\u0065\u0043\u004d\u0059\u004b\u0020c\u006f\u006c\u006fu\u0072\u0020\u0073\u0070\u0061\u0063\u0065\u0020\u0069\u0073\u0020\u0075\u0073\u0065\u0064\u0020\u006f\u0072\u0020t\u0068\u0065\u0020\u0066\u0069l\u0065\u0020\u0068\u0061\u0073\u0020\u0061\u0020\u0050\u0044\u0046\u002f\u0041\u0020\u004f\u0075\u0074p\u0075\u0074\u0049\u006e\u0074\u0065\u006e\u0074\u0020\u0074\u0068\u0061\u0074\u0020\u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0073\u0020\u0061\u0020\u0043\u004d\u0059\u004b\u0020d\u0065\u0073\u0074\u0069\u006e\u0061t\u0069\u006f\u006e\u0020\u0070r\u006f\u0066\u0069\u006c\u0065\u002e")); -_dgfb =true ;if _efdbf (){return true ;};};};case *_ae .PdfColorspaceICCBased :if !_cged {_ffda ,_acbb :=_bae .ParseHeader (_egdga .Data );if _acbb !=nil {_gd .Log .Debug ("\u0070\u0061\u0072si\u006e\u0067\u0020\u0049\u0043\u0043\u0042\u0061\u0073e\u0064 \u0068e\u0061d\u0065\u0072\u0020\u0066\u0061\u0069\u006c\u0065\u0064\u003a\u0020\u0025\u0076",_acbb ); -_edfd =append (_edfd ,func ()ViolatedRule {return _eef ("\u0036.\u0032\u002e\u0034\u002e\u0032\u002d1","\u0054\u0068e\u0020\u0070\u0072\u006f\u0066\u0069\u006c\u0065\u0020\u0074\u0068\u0061\u0074\u0020\u0066o\u0072\u006d\u0073\u0020\u0074\u0068\u0065\u0020\u0073\u0074r\u0065\u0061\u006d o\u0066\u0020\u0061\u006e\u0020\u0049C\u0043\u0042\u0061\u0073\u0065\u0064\u0020\u0063\u006fl\u006f\u0075\u0072\u0020\u0073p\u0061\u0063\u0065\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u0063\u006f\u006e\u0066\u006f\u0072\u006d\u0020\u0074o\u0020\u0049\u0043\u0043.\u0031\u003a\u0031\u0039\u0039\u0038-\u0030\u0039,\u0020\u0049\u0043\u0043\u002e\u0031\u003a\u0032\u0030\u0030\u0031\u002d\u00312\u002c\u0020\u0049\u0043\u0043\u002e\u0031\u003a\u0032\u0030\u0030\u0033\u002d\u0030\u0039\u0020\u006f\u0072\u0020I\u0053\u004f\u0020\u0031\u0035\u0030\u0037\u0036\u002d\u0031\u002e"); -}());_cged =true ;if _efdbf (){return true ;};};if !_cged {var _bgdag ,_agec bool ;switch _ffda .DeviceClass {case _bae .DeviceClassPRTR ,_bae .DeviceClassMNTR ,_bae .DeviceClassSCNR ,_bae .DeviceClassSPAC :default:_bgdag =true ;};switch _ffda .ColorSpace {case _bae .ColorSpaceRGB ,_bae .ColorSpaceCMYK ,_bae .ColorSpaceGRAY ,_bae .ColorSpaceLAB :default:_agec =true ; -};if _bgdag ||_agec {_edfd =append (_edfd ,_eef ("\u0036.\u0032\u002e\u0034\u002e\u0032\u002d1","\u0054\u0068e\u0020\u0070\u0072\u006f\u0066\u0069\u006c\u0065\u0020\u0074\u0068\u0061\u0074\u0020\u0066o\u0072\u006d\u0073\u0020\u0074\u0068\u0065\u0020\u0073\u0074r\u0065\u0061\u006d o\u0066\u0020\u0061\u006e\u0020\u0049C\u0043\u0042\u0061\u0073\u0065\u0064\u0020\u0063\u006fl\u006f\u0075\u0072\u0020\u0073p\u0061\u0063\u0065\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u0063\u006f\u006e\u0066\u006f\u0072\u006d\u0020\u0074o\u0020\u0049\u0043\u0043.\u0031\u003a\u0031\u0039\u0039\u0038-\u0030\u0039,\u0020\u0049\u0043\u0043\u002e\u0031\u003a\u0032\u0030\u0030\u0031\u002d\u00312\u002c\u0020\u0049\u0043\u0043\u002e\u0031\u003a\u0032\u0030\u0030\u0033\u002d\u0030\u0039\u0020\u006f\u0072\u0020I\u0053\u004f\u0020\u0031\u0035\u0030\u0037\u0036\u002d\u0031\u002e")); -_cged =true ;if _efdbf (){return true ;};};};};if _egdga .Alternate !=nil {return _eagbc (_egdga .Alternate );};};return false ;};for _ ,_gddc :=range _ebge .GetObjectNums (){_ebd ,_acgd :=_ebge .GetIndirectObjectByNumber (_gddc );if _acgd !=nil {continue ; -};_fdefa ,_dgaa :=_geb .GetStream (_ebd );if !_dgaa {continue ;};_bcga ,_dgaa :=_geb .GetName (_fdefa .Get ("\u0054\u0079\u0070\u0065"));if !_dgaa ||_bcga .String ()!="\u0058O\u0062\u006a\u0065\u0063\u0074"{continue ;};_aecd ,_dgaa :=_geb .GetName (_fdefa .Get ("\u0053u\u0062\u0074\u0079\u0070\u0065")); -if !_dgaa {continue ;};_dgfa [_fdefa ]=struct{}{};switch _aecd .String (){case "\u0049\u006d\u0061g\u0065":_eagd ,_fegb :=_ae .NewXObjectImageFromStream (_fdefa );if _fegb !=nil {continue ;};_dgfa [_fdefa ]=struct{}{};if _eagbc (_eagd .ColorSpace ){return _edfd ; -};case "\u0046\u006f\u0072\u006d":_feec ,_efdee :=_geb .GetDict (_fdefa .Get ("\u0047\u0072\u006fu\u0070"));if !_efdee {continue ;};_bcff :=_feec .Get ("\u0043\u0053");if _bcff ==nil {continue ;};_fdbb ,_febcc :=_ae .NewPdfColorspaceFromPdfObject (_bcff ); -if _febcc !=nil {continue ;};if _eagbc (_fdbb ){return _edfd ;};};};for _ ,_feggc :=range _ebge .PageList {_ddce ,_aege :=_feggc .GetContentStreams ();if _aege !=nil {continue ;};for _ ,_ggge :=range _ddce {_cbbdc ,_abdg :=_gg .NewContentStreamParser (_ggge ).Parse (); -if _abdg !=nil {continue ;};for _ ,_bgdaec :=range *_cbbdc {if len (_bgdaec .Params )> 1{continue ;};switch _bgdaec .Operand {case "\u0042\u0049":_bcgf ,_debgc :=_bgdaec .Params [0].(*_gg .ContentStreamInlineImage );if !_debgc {continue ;};_gega ,_fbcd :=_bcgf .GetColorSpace (_feggc .Resources ); -if _fbcd !=nil {continue ;};if _eagbc (_gega ){return _edfd ;};case "\u0044\u006f":_bdbd ,_baef :=_geb .GetName (_bgdaec .Params [0]);if !_baef {continue ;};_facd ,_cfff :=_feggc .Resources .GetXObjectByName (*_bdbd );if _ ,_ccaae :=_dgfa [_facd ];_ccaae {continue ; -};switch _cfff {case _ae .XObjectTypeImage :_fcbg ,_gcdd :=_ae .NewXObjectImageFromStream (_facd );if _gcdd !=nil {continue ;};_dgfa [_facd ]=struct{}{};if _eagbc (_fcbg .ColorSpace ){return _edfd ;};case _ae .XObjectTypeForm :_bgbbg ,_dfef :=_geb .GetDict (_facd .Get ("\u0047\u0072\u006fu\u0070")); -if !_dfef {continue ;};_abea ,_dfef :=_geb .GetName (_bgbbg .Get ("\u0043\u0053"));if !_dfef {continue ;};_bcfc ,_edeg :=_ae .NewPdfColorspaceFromPdfObject (_abea );if _edeg !=nil {continue ;};_dgfa [_facd ]=struct{}{};if _eagbc (_bcfc ){return _edfd ; -};};};};};};return _edfd ;};func _bbff (_gdeg *_ae .CompliancePdfReader )(_caaf []ViolatedRule ){var _daec ,_ggebg ,_ffef ,_cfagd ,_cefd ,_cdff bool ;_eagg :=func ()bool {return _daec &&_ggebg &&_ffef &&_cfagd &&_cefd &&_cdff };for _ ,_gfega :=range _gdeg .PageList {if _gfega .Resources ==nil {continue ; -};_dfdb ,_cfbee :=_geb .GetDict (_gfega .Resources .Font );if !_cfbee {continue ;};for _ ,_dbaa :=range _dfdb .Keys (){_gefe ,_bddf :=_geb .GetDict (_dfdb .Get (_dbaa ));if !_bddf {if !_daec {_caaf =append (_caaf ,_eef ("\u0036\u002e\u0032\u002e\u0031\u0031\u002e\u0032\u002d\u0031","\u0041\u006c\u006c\u0020\u0066\u006f\u006e\u0074\u0073\u0020\u0061\u006e\u0064\u0020\u0066on\u0074 \u0070\u0072\u006fg\u0072\u0061\u006ds\u0020\u0075\u0073\u0065\u0064\u0020\u0069\u006e\u0020\u0061\u0020\u0063\u006f\u006e\u0066\u006f\u0072mi\u006e\u0067\u0020\u0066\u0069\u006ce\u002c\u0020\u0072\u0065\u0067\u0061\u0072\u0064\u006c\u0065s\u0073\u0020\u006f\u0066\u0020\u0072\u0065\u006e\u0064\u0065\u0072\u0069\u006eg m\u006f\u0064\u0065\u0020\u0075\u0073\u0061\u0067\u0065\u002c\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u0063\u006f\u006e\u0066\u006f\u0072\u006d\u0020\u0074o\u0020\u0074\u0068e\u0020\u0070\u0072o\u0076\u0069\u0073\u0069\u006f\u006e\u0073\u0020\u0069\u006e \u0049\u0053\u004f\u0020\u0033\u0032\u0030\u0030\u0030\u002d\u0031:\u0032\u0030\u0030\u0038\u002c \u0039\u002e\u0036\u0020a\u006e\u0064\u0020\u0039.\u0037\u002e")); -_daec =true ;if _eagg (){return _caaf ;};};continue ;};if _bgbfa ,_cceg :=_geb .GetName (_gefe .Get ("\u0054\u0079\u0070\u0065"));!_daec &&(!_cceg ||_bgbfa .String ()!="\u0046\u006f\u006e\u0074"){_caaf =append (_caaf ,_eef ("\u0036\u002e\u0032\u002e\u0031\u0031\u002e\u0032\u002d\u0031","\u0054\u0079\u0070e\u0020\u002d\u0020\u006e\u0061\u006d\u0065\u0020\u002d\u0020\u0028\u0052\u0065\u0071\u0075i\u0072\u0065\u0064\u0029 Th\u0065\u0020\u0074\u0079\u0070\u0065\u0020\u006f\u0066 \u0050\u0044\u0046\u0020\u006fbj\u0065\u0063\u0074\u0020\u0074\u0068\u0061t\u0020\u0074\u0068\u0069s\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u0020\u0064\u0065\u0073c\u0072\u0069\u0062\u0065\u0073\u003b\u0020\u006d\u0075\u0073t\u0020\u0062\u0065\u0020\u0046\u006f\u006e\u0074\u0020\u0066\u006fr\u0020\u0061\u0020\u0066\u006f\u006e\u0074\u0020\u0064\u0069\u0063t\u0069\u006f\u006e\u0061\u0072\u0079\u002e")); -_daec =true ;if _eagg (){return _caaf ;};};_cbgb ,_ceaf :=_ae .NewPdfFontFromPdfObject (_gefe );if _ceaf !=nil {continue ;};var _dff string ;if _dagg ,_bffa :=_geb .GetName (_gefe .Get ("\u0053u\u0062\u0074\u0079\u0070\u0065"));_bffa {_dff =_dagg .String (); -};if !_ggebg {switch _dff {case "\u0054\u0079\u0070e\u0030","\u0054\u0079\u0070e\u0031","\u004dM\u0054\u0079\u0070\u0065\u0031","\u0054\u0072\u0075\u0065\u0054\u0079\u0070\u0065","\u0043\u0049\u0044F\u006f\u006e\u0074\u0054\u0079\u0070\u0065\u0030","\u0043\u0049\u0044F\u006f\u006e\u0074\u0054\u0079\u0070\u0065\u0032":default:_ggebg =true ; -_caaf =append (_caaf ,_eef ("\u0036\u002e\u0032\u002e\u0031\u0031\u002e\u0032\u002d\u0032","\u0053\u0075\u0062\u0074\u0079\u0070\u0065\u0020\u002d\u0020\u006e\u0061\u006d\u0065\u0020\u002d\u0020\u0028\u0052\u0065\u0071\u0075\u0069\u0072\u0065d\u0029\u0020\u0054\u0068e \u0074\u0079\u0070\u0065 \u006f\u0066\u0020\u0066\u006f\u006et\u003b\u0020\u006d\u0075\u0073\u0074\u0020b\u0065\u0020\u0022\u0054\u0079\u0070\u0065\u0031\u0022\u0020f\u006f\u0072\u0020\u0054\u0079\u0070\u0065\u0020\u0031\u0020f\u006f\u006e\u0074\u0073\u002c\u0020\u0022\u004d\u004d\u0054\u0079\u0070\u0065\u0031\u0022\u0020\u0066\u006f\u0072\u0020\u006d\u0075\u006c\u0074\u0069\u0070\u006c\u0065\u0020\u006da\u0073\u0074e\u0072\u0020\u0066\u006f\u006e\u0074s\u002c\u0020\u0022\u0054\u0072\u0075\u0065T\u0079\u0070\u0065\u0022\u0020\u0066\u006f\u0072\u0020\u0054\u0072\u0075\u0065T\u0079\u0070\u0065\u0020\u0066\u006f\u006e\u0074\u0073\u0020\u0022\u0054\u0079\u0070\u0065\u0033\u0022\u0020\u0066\u006f\u0072\u0020\u0054\u0079\u0070e\u0020\u0033\u0020\u0066\u006f\u006e\u0074\u0073\u002c\u0020\"\u0054\u0079\u0070\u0065\u0030\"\u0020\u0066\u006f\u0072\u0020\u0054\u0079\u0070\u0065\u0020\u0030\u0020\u0066\u006f\u006e\u0074\u0073\u0020\u0061\u006ed\u0020\u0022\u0043\u0049\u0044\u0046\u006fn\u0074\u0054\u0079\u0070\u0065\u0030\u0022 \u006f\u0072\u0020\u0022\u0043\u0049\u0044\u0046\u006f\u006e\u0074T\u0079\u0070e\u0032\u0022\u0020\u0066\u006f\u0072\u0020\u0043\u0049\u0044\u0020\u0066\u006f\u006e\u0074\u0073\u002e")); -if _eagg (){return _caaf ;};};};if !_ffef {if _dff !="\u0054\u0079\u0070e\u0033"{_edge ,_efceg :=_geb .GetName (_gefe .Get ("\u0042\u0061\u0073\u0065\u0046\u006f\u006e\u0074"));if !_efceg ||_edge .String ()==""{_caaf =append (_caaf ,_eef ("\u0036\u002e\u0032\u002e\u0031\u0031\u002e\u0032\u002d\u0033","B\u0061\u0073\u0065\u0046\u006f\u006e\u0074\u0020\u002d\u0020\u006e\u0061\u006d\u0065\u0020\u002d\u0020\u0028\u0052\u0065\u0071\u0075\u0069\u0072\u0065\u0064)\u0020T\u0068\u0065\u0020\u0050o\u0073\u0074S\u0063\u0072\u0069\u0070\u0074\u0020\u006e\u0061\u006d\u0065\u0020\u006f\u0066\u0020\u0074\u0068\u0065\u0020\u0066\u006f\u006e\u0074\u002e")); -_ffef =true ;if _eagg (){return _caaf ;};};};};if _dff !="\u0054\u0079\u0070e\u0031"{continue ;};_acdcce :=_dbe .IsStdFont (_dbe .StdFontName (_cbgb .BaseFont ()));if _acdcce {continue ;};_bfecb ,_adea :=_geb .GetIntVal (_gefe .Get ("\u0046i\u0072\u0073\u0074\u0043\u0068\u0061r")); -if !_adea &&!_cfagd {_caaf =append (_caaf ,_eef ("\u0036\u002e\u0032\u002e\u0031\u0031\u002e\u0032\u002d\u0034","\u0046\u0069r\u0073t\u0043\u0068\u0061\u0072\u0020\u002d\u0020\u0069\u006e\u0074\u0065\u0067\u0065\u0072\u0020\u002d\u0020\u0028\u0052\u0065\u0071\u0075i\u0072\u0065\u0064\u0020\u0065\u0078\u0063\u0065\u0070t\u0020\u0066\u006f\u0072\u0020\u0074h\u0065\u0020\u0073\u0074\u0061\u006e\u0064\u0061\u0072d\u0020\u0031\u0034\u0020\u0066\u006f\u006e\u0074\u0073\u0029\u0020\u0054\u0068\u0065\u0020\u0066\u0069\u0072\u0073\u0074\u0020\u0063\u0068\u0061\u0072\u0061\u0063\u0074\u0065\u0072\u0020\u0063\u006f\u0064e\u0020\u0064\u0065\u0066i\u006ee\u0064\u0020\u0069\u006e\u0020\u0074\u0068\u0065\u0020\u0066\u006f\u006e\u0074\u0027\u0073\u0020\u0057i\u0064\u0074\u0068\u0073 \u0061r\u0072\u0061y\u002e")); -_cfagd =true ;if _eagg (){return _caaf ;};};_bddb ,_bcfd :=_geb .GetIntVal (_gefe .Get ("\u004c\u0061\u0073\u0074\u0043\u0068\u0061\u0072"));if !_bcfd &&!_cefd {_caaf =append (_caaf ,_eef ("\u0036\u002e\u0032\u002e\u0031\u0031\u002e\u0032\u002d\u0035","\u004c\u0061\u0073t\u0043\u0068\u0061\u0072\u0020\u002d\u0020\u0069n\u0074\u0065\u0067e\u0072 \u002d\u0020\u0028\u0052\u0065\u0071u\u0069\u0072\u0065d\u0020\u0065\u0078\u0063\u0065\u0070\u0074\u0020\u0066\u006f\u0072\u0020t\u0068\u0065 s\u0074\u0061\u006e\u0064\u0061\u0072\u0064\u0020\u0031\u0034\u0020\u0066\u006f\u006ets\u0029\u0020\u0054\u0068\u0065\u0020\u006c\u0061\u0073t\u0020\u0063\u0068\u0061\u0072\u0061\u0063\u0074\u0065\u0072\u0020\u0063\u006f\u0064\u0065\u0020\u0064\u0065\u0066\u0069\u006e\u0065\u0064\u0020\u0069\u006e\u0020\u0074\u0068\u0065\u0020\u0066\u006f\u006e\u0074\u0027\u0073\u0020\u0057\u0069\u0064\u0074h\u0073\u0020\u0061\u0072\u0072\u0061\u0079\u002e")); -_cefd =true ;if _eagg (){return _caaf ;};};if !_cdff {_faafd ,_gded :=_geb .GetArray (_gefe .Get ("\u0057\u0069\u0064\u0074\u0068\u0073"));if !_gded ||!_adea ||!_bcfd ||_faafd .Len ()!=_bddb -_bfecb +1{_caaf =append (_caaf ,_eef ("\u0036\u002e\u0032\u002e\u0031\u0031\u002e\u0032\u002d\u0036","\u0057\u0069\u0064\u0074\u0068\u0073\u0020\u002d a\u0072\u0072\u0061y \u002d\u0020\u0028\u0052\u0065\u0071\u0075\u0069\u0072\u0065\u0064\u0020\u0065\u0078\u0063\u0065\u0070t\u0020\u0066\u006f\u0072\u0020\u0074\u0068\u0065\u0020\u0073\u0074a\u006e\u0064a\u0072\u0064\u00201\u0034\u0020\u0066\u006f\u006e\u0074\u0073\u003b\u0020\u0069\u006ed\u0069\u0072\u0065\u0063\u0074\u0020\u0072\u0065\u0066\u0065\u0072\u0065\u006e\u0063\u0065\u0020\u0070\u0072\u0065\u0066e\u0072\u0072e\u0064\u0029\u0020\u0041\u006e \u0061\u0072\u0072\u0061\u0079\u0020\u006f\u0066\u0020\u0028\u004c\u0061\u0073\u0074\u0043\u0068\u0061\u0072\u0020\u2212 F\u0069\u0072\u0073\u0074\u0043\u0068\u0061\u0072\u0020\u002b\u00201\u0029\u0020\u0077\u0069\u0064\u0074\u0068\u0073.")); -_cdff =true ;if _eagg (){return _caaf ;};};};};};return _caaf ;};func _ggefb (_bbca *_ae .CompliancePdfReader )(_gcce []ViolatedRule ){_bfaf :=true ;_eafa ,_dcae :=_bbca .GetCatalogMarkInfo ();if !_dcae {_bfaf =false ;}else {_degb ,_afde :=_geb .GetDict (_eafa ); -if _afde {_abdbf ,_dccfdc :=_geb .GetBool (_degb .Get ("\u004d\u0061\u0072\u006b\u0065\u0064"));if !bool (*_abdbf )||!_dccfdc {_bfaf =false ;};}else {_bfaf =false ;};};if !_bfaf {_gcce =append (_gcce ,_eef ("\u0036.\u0037\u002e\u0032\u002e\u0032\u002d1","\u0054\u0068\u0065\u0020\u0064\u006f\u0063\u0075\u006d\u0065\u006e\u0074\u0020\u0063\u0061\u0074\u0061\u006cog\u0020d\u0069\u0063\u0074\u0069\u006f\u006e\u0061r\u0079 \u0073\u0068\u0061\u006c\u006c\u0020\u0069\u006e\u0063\u006c\u0075\u0064\u0065\u0020\u0061\u0020M\u0061r\u006b\u0049\u006e\u0066\u006f\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006ea\u0072\u0079\u0020\u0077\u0069\u0074\u0068\u0020\u0061 \u004d\u0061\u0072\u006b\u0065\u0064\u0020\u0065\u006et\u0072\u0079\u0020\u0069\u006e\u0020\u0069\u0074,\u0020\u0077\u0068\u006f\u0073\u0065\u0020\u0076\u0061lu\u0065\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u0062\u0065\u0020\u0074\u0072\u0075\u0065")); -};_eedfc ,_dcae :=_bbca .GetCatalogStructTreeRoot ();if !_dcae {_gcce =append (_gcce ,_eef ("\u0036.\u0037\u002e\u0033\u002e\u0033\u002d1","\u0054\u0068\u0065\u0020\u006c\u006f\u0067\u0069\u0063\u0061\u006c\u0020\u0073\u0074\u0072\u0075\u0063\u0074\u0075r\u0065\u0020\u006f\u0066\u0020\u0074\u0068e\u0020\u0063\u006f\u006e\u0066\u006f\u0072\u006d\u0069\u006e\u0067 \u0066\u0069\u006c\u0065\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u0062\u0065\u0020\u0064\u0065\u0073\u0063\u0072\u0069\u0062\u0065d \u0062\u0079\u0020a\u0020s\u0074\u0072\u0075\u0063\u0074\u0075\u0072e\u0020\u0068\u0069\u0065\u0072\u0061\u0072\u0063\u0068\u0079\u0020\u0072\u006f\u006ft\u0065\u0064\u0020i\u006e\u0020\u0074\u0068\u0065\u0020\u0053\u0074\u0072\u0075\u0063\u0074\u0054\u0072\u0065\u0065\u0052\u006f\u006f\u0074\u0020\u0065\u006e\u0074r\u0079\u0020\u006f\u0066\u0020\u0074h\u0065\u0020d\u006fc\u0075\u006d\u0065\u006e\u0074\u0020\u0063\u0061t\u0061\u006c\u006fg \u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u002c\u0020\u0061\u0073\u0020\u0064\u0065\u0073\u0063\u0072\u0069\u0062\u0065\u0064\u0020\u0069n\u0020\u0050\u0044\u0046\u0020\u0052\u0065\u0066\u0065\u0072\u0065\u006e\u0063\u0065 \u0039\u002e\u0036\u002e")); -};_eeggg ,_dcae :=_geb .GetDict (_eedfc );if _dcae {_dbcde ,_fccac :=_geb .GetName (_eeggg .Get ("\u0052o\u006c\u0065\u004d\u0061\u0070"));if _fccac {_badea ,_fcdag :=_geb .GetDict (_dbcde );if _fcdag {for _ ,_bfee :=range _badea .Keys (){_deabcb :=_badea .Get (_bfee ); -if _deabcb ==nil {_gcce =append (_gcce ,_eef ("\u0036.\u0037\u002e\u0033\u002e\u0034\u002d1","\u0041\u006c\u006c\u0020\u006eo\u006e\u002ds\u0074\u0061\u006e\u0064\u0061\u0072\u0064\u0020\u0073t\u0072\u0075\u0063\u0074ure\u0020\u0074\u0079\u0070\u0065s\u0020\u0073\u0068\u0061\u006c\u006c \u0062\u0065\u0020\u006d\u0061\u0070\u0070\u0065d\u0020\u0074\u006f\u0020\u0074\u0068\u0065\u0020n\u0065\u0061\u0072\u0065\u0073\u0074\u0020\u0066\u0075\u006e\u0063t\u0069\u006f\u006e\u0061\u006c\u006c\u0079\u0020\u0065\u0071\u0075\u0069\u0076\u0061\u006c\u0065\u006e\u0074\u0020\u0073\u0074a\u006ed\u0061r\u0064\u0020\u0074\u0079\u0070\u0065\u002c\u0020\u0061\u0073\u0020\u0064\u0065\u0066\u0069\u006ee\u0064\u0020\u0069\u006e\u0020\u0050\u0044\u0046\u0020\u0052\u0065\u0066\u0065re\u006e\u0063e\u0020\u0039\u002e\u0037\u002e\u0034\u002c\u0020i\u006e\u0020\u0074\u0068e\u0020\u0072\u006fl\u0065\u0020\u006d\u0061p \u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u0020\u006f\u0066 \u0074h\u0065\u0020\u0073\u0074\u0072\u0075c\u0074\u0075r\u0065\u0020\u0074\u0072e\u0065\u0020\u0072\u006f\u006ft\u002e")); -};};};};};return _gcce ;};func _eebc (_aagf *_ae .CompliancePdfReader )ViolatedRule {return _fc }; +// NewProfile2U creates a new Profile2U with the given options. +func NewProfile2U (options *Profile2Options )*Profile2U {if options ==nil {options =DefaultProfile2Options ();};_bfe (options );return &Profile2U {profile2 {_ece :*options ,_cbebb :_ba ()}};}; -// Validate checks if provided input document reader matches given PDF/A profile. -func Validate (d *_ae .CompliancePdfReader ,profile Profile )error {return profile .ValidateStandard (d )};func _ccag (_ebad *_ae .CompliancePdfReader )(_cbdc []ViolatedRule ){var _fedbc ,_gdcdd ,_dggcd ,_cgefd ,_bfcd ,_fgee bool ;_gbbdc :=func ()bool {return _fedbc &&_gdcdd &&_dggcd &&_cgefd &&_bfcd &&_fgee }; -_dfgg :=func (_gaagc *_geb .PdfObjectDictionary )bool {if !_fedbc &&_gaagc .Get ("\u0054\u0052")!=nil {_fedbc =true ;_cbdc =append (_cbdc ,_eef ("\u0036.\u0032\u002e\u0038\u002d\u0031","\u0041\u006e\u0020\u0045\u0078\u0074\u0047\u0053\u0074\u0061\u0074e\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006ea\u0072y\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u006e\u006f\u0074\u0020\u0063\u006f\u006e\u0074\u0061\u0069\u006e \u0074\u0068\u0065\u0020\u0054\u0052\u0020\u006b\u0065\u0079\u002e")); -};if _gdfeg :=_gaagc .Get ("\u0054\u0052\u0032");!_gdcdd &&_gdfeg !=nil {_bfeg ,_accg :=_geb .GetName (_gdfeg );if !_accg ||(_accg &&*_bfeg !="\u0044e\u0066\u0061\u0075\u006c\u0074"){_gdcdd =true ;_cbdc =append (_cbdc ,_eef ("\u0036.\u0032\u002e\u0038\u002d\u0032","\u0041\u006e \u0045\u0078\u0074G\u0053\u0074\u0061\u0074\u0065 \u0064\u0069\u0063\u0074\u0069on\u0061\u0072\u0079\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u006e\u006f\u0074\u0020\u0063\u006f\u006e\u0074a\u0069n\u0020\u0074\u0068\u0065\u0020\u0054R2 \u006b\u0065\u0079\u0020\u0077\u0069\u0074\u0068\u0020\u0061\u0020\u0076al\u0075e\u0020\u006f\u0074\u0068e\u0072 \u0074h\u0061\u006e \u0044\u0065fa\u0075\u006c\u0074\u002e")); -if _gbbdc (){return true ;};};};if _dgge :=_gaagc .Get ("\u0053\u004d\u0061s\u006b");!_dggcd &&_dgge !=nil {_abac ,_abaa :=_geb .GetName (_dgge );if !_abaa ||(_abaa &&*_abac !="\u004e\u006f\u006e\u0065"){_dggcd =true ;_cbdc =append (_cbdc ,_eef ("\u0036\u002e\u0034-\u0031","\u0049\u0066\u0020\u0061\u006e \u0053\u004d\u0061\u0073\u006b\u0020\u006be\u0079\u0020\u0061\u0070\u0070\u0065\u0061\u0072\u0073\u0020\u0069\u006e\u0020\u0061\u006e\u0020\u0045\u0078\u0074\u0047\u0053\u0074\u0061\u0074\u0065\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u002c\u0020\u0069\u0074s\u0020\u0076\u0061\u006c\u0075\u0065\u0020\u0073\u0068\u0061\u006c\u006c \u0062\u0065\u0020\u004e\u006f\u006ee\u002e")); -if _gbbdc (){return true ;};};};if _aagdc :=_gaagc .Get ("\u0043\u0041");!_bfcd &&_aagdc !=nil {_cfbad ,_fdgg :=_geb .GetNumberAsFloat (_aagdc );if _fdgg ==nil &&_cfbad !=1.0{_bfcd =true ;_cbdc =append (_cbdc ,_eef ("\u0036\u002e\u0034-\u0035","\u0054\u0068\u0065\u0020\u0066ol\u006c\u006fw\u0069\u006e\u0067\u0020\u006b\u0065\u0079\u0073\u002c\u0020\u0069\u0066\u0020\u0070\u0072\u0065\u0073\u0065\u006e\u0074\u0020\u0069\u006e\u0020\u0061\u006e\u0020\u0045\u0078t\u0047\u0053\u0074a\u0074\u0065\u0020\u006f\u0062\u006a\u0065\u0063\u0074\u002c\u0020\u0073\u0068a\u006c\u006c\u0020\u0068\u0061v\u0065\u0020\u0074\u0068\u0065\u0020\u0076\u0061\u006cu\u0065\u0073 \u0073h\u006f\u0077\u006e\u003a\u0020\u0043\u0041 \u002d\u0020\u0031\u002e\u0030\u002e")); -if _gbbdc (){return true ;};};};if _dfag :=_gaagc .Get ("\u0063\u0061");!_fgee &&_dfag !=nil {_aaafg ,_eecf :=_geb .GetNumberAsFloat (_dfag );if _eecf ==nil &&_aaafg !=1.0{_fgee =true ;_cbdc =append (_cbdc ,_eef ("\u0036\u002e\u0034-\u0036","\u0054\u0068\u0065\u0020\u0066ol\u006c\u006fw\u0069\u006e\u0067\u0020\u006b\u0065\u0079\u0073\u002c\u0020\u0069\u0066\u0020\u0070\u0072\u0065\u0073\u0065\u006e\u0074\u0020\u0069\u006e\u0020\u0061\u006e\u0020\u0045\u0078t\u0047\u0053\u0074a\u0074\u0065\u0020\u006f\u0062\u006a\u0065\u0063\u0074\u002c\u0020\u0073\u0068a\u006c\u006c\u0020\u0068\u0061v\u0065\u0020\u0074\u0068\u0065\u0020\u0076\u0061\u006cu\u0065\u0073 \u0073h\u006f\u0077\u006e\u003a\u0020\u0063\u0061 \u002d\u0020\u0031\u002e\u0030\u002e")); -if _gbbdc (){return true ;};};};if _ggec :=_gaagc .Get ("\u0042\u004d");!_cgefd &&_ggec !=nil {_febff ,_gdec :=_geb .GetName (_ggec );if _gdec {switch _febff .String (){case "\u004e\u006f\u0072\u006d\u0061\u006c","\u0043\u006f\u006d\u0070\u0061\u0074\u0069\u0062\u006c\u0065":default:_cgefd =true ; -_cbdc =append (_cbdc ,_eef ("\u0036\u002e\u0034-\u0034","T\u0068\u0065\u0020\u0066\u006f\u006cl\u006f\u0077\u0069\u006e\u0067 \u006b\u0065y\u0073\u002c\u0020\u0069\u0066 \u0070res\u0065\u006e\u0074\u0020\u0069\u006e\u0020\u0061\u006e\u0020\u0045\u0078\u0074\u0047S\u0074\u0061t\u0065\u0020\u006f\u0062\u006a\u0065\u0063\u0074\u002c\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u0068\u0061\u0076\u0065 \u0074\u0068\u0065 \u0076\u0061\u006c\u0075\u0065\u0073\u0020\u0073\u0068\u006f\u0077n\u003a\u0020\u0042\u004d\u0020\u002d\u0020\u004e\u006f\u0072m\u0061\u006c\u0020\u006f\u0072\u0020\u0043\u006f\u006d\u0070\u0061t\u0069\u0062\u006c\u0065\u002e")); -if _gbbdc (){return true ;};};};};return false ;};for _ ,_acag :=range _ebad .PageList {_fegcf :=_acag .Resources ;if _fegcf ==nil {continue ;};if _fegcf .ExtGState ==nil {continue ;};_eebbc ,_effd :=_geb .GetDict (_fegcf .ExtGState );if !_effd {continue ; -};_gfcca :=_eebbc .Keys ();for _ ,_geff :=range _gfcca {_dfdgd ,_gdca :=_geb .GetDict (_eebbc .Get (_geff ));if !_gdca {continue ;};if _dfgg (_dfdgd ){return _cbdc ;};};};for _ ,_ffdg :=range _ebad .PageList {_aegf :=_ffdg .Resources ;if _aegf ==nil {continue ; -};_efdb ,_gdcg :=_geb .GetDict (_aegf .XObject );if !_gdcg {continue ;};for _ ,_cbdb :=range _efdb .Keys (){_facb ,_agfdg :=_geb .GetStream (_efdb .Get (_cbdb ));if !_agfdg {continue ;};_fbecf ,_agfdg :=_geb .GetDict (_facb .Get ("\u0052e\u0073\u006f\u0075\u0072\u0063\u0065s")); -if !_agfdg {continue ;};_baeg ,_agfdg :=_geb .GetDict (_fbecf .Get ("\u0045x\u0074\u0047\u0053\u0074\u0061\u0074e"));if !_agfdg {continue ;};for _ ,_dcgf :=range _baeg .Keys (){_ggdd ,_bade :=_geb .GetDict (_baeg .Get (_dcgf ));if !_bade {continue ;};if _dfgg (_ggdd ){return _cbdc ; -};};};};return _cbdc ;};func _aebf (_gada *_bag .Document ,_cfc bool )error {_cda ,_egbg :=_gada .GetPages ();if !_egbg {return nil ;};for _ ,_acb :=range _cda {_abee :=_acb .FindXObjectForms ();for _ ,_efcd :=range _abee {_dggab ,_ggcb :=_ae .NewXObjectFormFromStream (_efcd ); -if _ggcb !=nil {return _ggcb ;};_ebfd ,_ggcb :=_dggab .GetContentStream ();if _ggcb !=nil {return _ggcb ;};_eagb :=_gg .NewContentStreamParser (string (_ebfd ));_fefb ,_ggcb :=_eagb .Parse ();if _ggcb !=nil {return _ggcb ;};_egfb ,_ggcb :=_dgac (_dggab .Resources ,_fefb ,_cfc ); -if _ggcb !=nil {return _ggcb ;};if len (_egfb )==0{continue ;};if _ggcb =_dggab .SetContentStream (_egfb ,_geb .NewFlateEncoder ());_ggcb !=nil {return _ggcb ;};_dggab .ToPdfObject ();};};return nil ;};func _beef (_daea *_ae .CompliancePdfReader )(_cfdag ViolatedRule ){_beegc ,_ggaf :=_debed (_daea ); -if !_ggaf {return _fc ;};if _beegc .Get ("\u0052\u0065\u0071u\u0069\u0072\u0065\u006d\u0065\u006e\u0074\u0073")!=nil {return _eef ("\u0036\u002e\u0031\u0031\u002d\u0031","Th\u0065\u0020d\u006f\u0063\u0075\u006d\u0065\u006e\u0074\u0020\u0063a\u0074\u0061\u006c\u006f\u0067\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u006e\u006f\u0074\u0020\u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0020\u0074\u0068\u0065\u0020R\u0065q\u0075\u0069\u0072\u0065\u006d\u0065\u006e\u0074s\u0020k\u0065\u0079."); -};return _fc ;};func _gefg (_bebf *_bag .Document )error {_eeb ,_eaef :=_bebf .FindCatalog ();if !_eaef {return _e .New ("\u0063\u0061\u0074\u0061\u006c\u006f\u0067\u0020\u006e\u006f\u0074\u0020f\u006f\u0075\u006e\u0064");};_acea ,_eaef :=_geb .GetDict (_eeb .Object .Get ("\u004f\u0043\u0050r\u006f\u0070\u0065\u0072\u0074\u0069\u0065\u0073")); -if !_eaef {return nil ;};_faeb ,_eaef :=_geb .GetDict (_acea .Get ("\u0044"));if _eaef {if _faeb .Get ("\u0041\u0053")!=nil {_faeb .Remove ("\u0041\u0053");};};_gac ,_eaef :=_geb .GetArray (_acea .Get ("\u0043o\u006e\u0066\u0069\u0067\u0073"));if _eaef {for _cabb :=0; -_cabb < _gac .Len ();_cabb ++{_abfg ,_cac :=_geb .GetDict (_gac .Get (_cabb ));if !_cac {continue ;};if _abfg .Get ("\u0041\u0053")!=nil {_abfg .Remove ("\u0041\u0053");};};};return nil ;};func _febb (_bgaa *_ae .CompliancePdfReader )(_dgbgf []ViolatedRule ){var _acgf ,_dddc ,_aagg ,_bagfa ,_fdced ,_dbdc ,_dfeb bool ; -_ddaa :=func ()bool {return _acgf &&_dddc &&_aagg &&_bagfa &&_fdced &&_dbdc &&_dfeb };for _ ,_cffb :=range _bgaa .PageList {if _cffb .Resources ==nil {continue ;};_dbcf ,_bgff :=_geb .GetDict (_cffb .Resources .Font );if !_bgff {continue ;};for _ ,_fcdb :=range _dbcf .Keys (){_edgd ,_gcbfb :=_geb .GetDict (_dbcf .Get (_fcdb )); -if !_gcbfb {if !_acgf {_dgbgf =append (_dgbgf ,_eef ("\u0036.\u0033\u002e\u0032\u002d\u0031","\u0041\u006c\u006c\u0020\u0066\u006fn\u0074\u0073\u0020\u0075\u0073e\u0064\u0020\u0069\u006e\u0020\u0061\u0020\u0063\u006f\u006e\u0066\u006f\u0072\u006d\u0069\u006e\u0067\u0020\u0066\u0069\u006c\u0065\u0020\u0073\u0068\u0061\u006c\u006c\u0020c\u006f\u006e\u0066\u006f\u0072m\u0020\u0074\u006f\u0020\u0074\u0068\u0065\u0020\u0066\u006f\u006e\u0074\u0020\u0073\u0070\u0065\u0063\u0069\u0066\u0069\u0063\u0061\u0074\u0069\u006f\u006e\u0073\u0020d\u0065\u0066\u0069\u006e\u0065d \u0069\u006e\u0020\u0050\u0044\u0046\u0020\u0052\u0065\u0066\u0065\u0072\u0065\u006e\u0063\u0065\u0020\u0035\u002e\u0035\u002e")); -_acgf =true ;if _ddaa (){return _dgbgf ;};};continue ;};if _fefda ,_deee :=_geb .GetName (_edgd .Get ("\u0054\u0079\u0070\u0065"));!_acgf &&(!_deee ||_fefda .String ()!="\u0046\u006f\u006e\u0074"){_dgbgf =append (_dgbgf ,_eef ("\u0036.\u0033\u002e\u0032\u002d\u0031","\u0054\u0079\u0070e\u0020\u002d\u0020\u006e\u0061\u006d\u0065\u0020\u002d\u0020\u0028\u0052\u0065\u0071\u0075i\u0072\u0065\u0064\u0029 Th\u0065\u0020\u0074\u0079\u0070\u0065\u0020\u006f\u0066 \u0050\u0044\u0046\u0020\u006fbj\u0065\u0063\u0074\u0020\u0074\u0068\u0061t\u0020\u0074\u0068\u0069s\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u0020\u0064\u0065\u0073c\u0072\u0069\u0062\u0065\u0073\u003b\u0020\u006d\u0075\u0073t\u0020\u0062\u0065\u0020\u0046\u006f\u006e\u0074\u0020\u0066\u006fr\u0020\u0061\u0020\u0066\u006f\u006e\u0074\u0020\u0064\u0069\u0063t\u0069\u006f\u006e\u0061\u0072\u0079\u002e")); -_acgf =true ;if _ddaa (){return _dgbgf ;};};_edaf ,_bdfge :=_ae .NewPdfFontFromPdfObject (_edgd );if _bdfge !=nil {continue ;};var _ggcdg string ;if _ecfc ,_aagdb :=_geb .GetName (_edgd .Get ("\u0053u\u0062\u0074\u0079\u0070\u0065"));_aagdb {_ggcdg =_ecfc .String (); -};if !_dddc {switch _ggcdg {case "\u0054\u0079\u0070e\u0030","\u0054\u0079\u0070e\u0031","\u004dM\u0054\u0079\u0070\u0065\u0031","\u0054\u0072\u0075\u0065\u0054\u0079\u0070\u0065","\u0043\u0049\u0044F\u006f\u006e\u0074\u0054\u0079\u0070\u0065\u0030","\u0043\u0049\u0044F\u006f\u006e\u0074\u0054\u0079\u0070\u0065\u0032":default:_dddc =true ; -_dgbgf =append (_dgbgf ,_eef ("\u0036.\u0033\u002e\u0032\u002d\u0032","\u0053\u0075\u0062\u0074\u0079\u0070\u0065\u0020\u002d\u0020\u006e\u0061\u006d\u0065\u0020\u002d\u0020\u0028\u0052\u0065\u0071\u0075\u0069\u0072\u0065d\u0029\u0020\u0054\u0068e \u0074\u0079\u0070\u0065 \u006f\u0066\u0020\u0066\u006f\u006et\u003b\u0020\u006d\u0075\u0073\u0074\u0020b\u0065\u0020\u0022\u0054\u0079\u0070\u0065\u0031\u0022\u0020f\u006f\u0072\u0020\u0054\u0079\u0070\u0065\u0020\u0031\u0020f\u006f\u006e\u0074\u0073\u002c\u0020\u0022\u004d\u004d\u0054\u0079\u0070\u0065\u0031\u0022\u0020\u0066\u006f\u0072\u0020\u006d\u0075\u006c\u0074\u0069\u0070\u006c\u0065\u0020\u006da\u0073\u0074e\u0072\u0020\u0066\u006f\u006e\u0074s\u002c\u0020\u0022\u0054\u0072\u0075\u0065T\u0079\u0070\u0065\u0022\u0020\u0066\u006f\u0072\u0020\u0054\u0072\u0075\u0065T\u0079\u0070\u0065\u0020\u0066\u006f\u006e\u0074\u0073\u0020\u0022\u0054\u0079\u0070\u0065\u0033\u0022\u0020\u0066\u006f\u0072\u0020\u0054\u0079\u0070e\u0020\u0033\u0020\u0066\u006f\u006e\u0074\u0073\u002c\u0020\"\u0054\u0079\u0070\u0065\u0030\"\u0020\u0066\u006f\u0072\u0020\u0054\u0079\u0070\u0065\u0020\u0030\u0020\u0066\u006f\u006e\u0074\u0073\u0020\u0061\u006ed\u0020\u0022\u0043\u0049\u0044\u0046\u006fn\u0074\u0054\u0079\u0070\u0065\u0030\u0022 \u006f\u0072\u0020\u0022\u0043\u0049\u0044\u0046\u006f\u006e\u0074T\u0079\u0070e\u0032\u0022\u0020\u0066\u006f\u0072\u0020\u0043\u0049\u0044\u0020\u0066\u006f\u006e\u0074\u0073\u002e")); -if _ddaa (){return _dgbgf ;};};};if !_aagg {if _ggcdg !="\u0054\u0079\u0070e\u0033"{_gbbf ,_gdcbg :=_geb .GetName (_edgd .Get ("\u0042\u0061\u0073\u0065\u0046\u006f\u006e\u0074"));if !_gdcbg ||_gbbf .String ()==""{_dgbgf =append (_dgbgf ,_eef ("\u0036.\u0033\u002e\u0032\u002d\u0033","B\u0061\u0073\u0065\u0046\u006f\u006e\u0074\u0020\u002d\u0020\u006e\u0061\u006d\u0065\u0020\u002d\u0020\u0028\u0052\u0065\u0071\u0075\u0069\u0072\u0065\u0064)\u0020T\u0068\u0065\u0020\u0050o\u0073\u0074S\u0063\u0072\u0069\u0070\u0074\u0020\u006e\u0061\u006d\u0065\u0020\u006f\u0066\u0020\u0074\u0068\u0065\u0020\u0066\u006f\u006e\u0074\u002e")); -_aagg =true ;if _ddaa (){return _dgbgf ;};};};};if _ggcdg !="\u0054\u0079\u0070e\u0031"{continue ;};_ebbf :=_dbe .IsStdFont (_dbe .StdFontName (_edaf .BaseFont ()));if _ebbf {continue ;};_baca ,_dcbc :=_geb .GetIntVal (_edgd .Get ("\u0046i\u0072\u0073\u0074\u0043\u0068\u0061r")); -if !_dcbc &&!_bagfa {_dgbgf =append (_dgbgf ,_eef ("\u0036.\u0033\u002e\u0032\u002d\u0034","\u0046\u0069r\u0073t\u0043\u0068\u0061\u0072\u0020\u002d\u0020\u0069\u006e\u0074\u0065\u0067\u0065\u0072\u0020\u002d\u0020\u0028\u0052\u0065\u0071\u0075i\u0072\u0065\u0064\u0020\u0065\u0078\u0063\u0065\u0070t\u0020\u0066\u006f\u0072\u0020\u0074h\u0065\u0020\u0073\u0074\u0061\u006e\u0064\u0061\u0072d\u0020\u0031\u0034\u0020\u0066\u006f\u006e\u0074\u0073\u0029\u0020\u0054\u0068\u0065\u0020\u0066\u0069\u0072\u0073\u0074\u0020\u0063\u0068\u0061\u0072\u0061\u0063\u0074\u0065\u0072\u0020\u0063\u006f\u0064e\u0020\u0064\u0065\u0066i\u006ee\u0064\u0020\u0069\u006e\u0020\u0074\u0068\u0065\u0020\u0066\u006f\u006e\u0074\u0027\u0073\u0020\u0057i\u0064\u0074\u0068\u0073 \u0061r\u0072\u0061y\u002e")); -_bagfa =true ;if _ddaa (){return _dgbgf ;};};_bgcc ,_efcc :=_geb .GetIntVal (_edgd .Get ("\u004c\u0061\u0073\u0074\u0043\u0068\u0061\u0072"));if !_efcc &&!_fdced {_dgbgf =append (_dgbgf ,_eef ("\u0036.\u0033\u002e\u0032\u002d\u0035","\u004c\u0061\u0073t\u0043\u0068\u0061\u0072\u0020\u002d\u0020\u0069n\u0074\u0065\u0067e\u0072 \u002d\u0020\u0028\u0052\u0065\u0071u\u0069\u0072\u0065d\u0020\u0065\u0078\u0063\u0065\u0070\u0074\u0020\u0066\u006f\u0072\u0020t\u0068\u0065 s\u0074\u0061\u006e\u0064\u0061\u0072\u0064\u0020\u0031\u0034\u0020\u0066\u006f\u006ets\u0029\u0020\u0054\u0068\u0065\u0020\u006c\u0061\u0073t\u0020\u0063\u0068\u0061\u0072\u0061\u0063\u0074\u0065\u0072\u0020\u0063\u006f\u0064\u0065\u0020\u0064\u0065\u0066\u0069\u006e\u0065\u0064\u0020\u0069\u006e\u0020\u0074\u0068\u0065\u0020\u0066\u006f\u006e\u0074\u0027\u0073\u0020\u0057\u0069\u0064\u0074h\u0073\u0020\u0061\u0072\u0072\u0061\u0079\u002e")); -_fdced =true ;if _ddaa (){return _dgbgf ;};};if !_dbdc {_aggf ,_fgdca :=_geb .GetArray (_edgd .Get ("\u0057\u0069\u0064\u0074\u0068\u0073"));if !_fgdca ||!_dcbc ||!_efcc ||_aggf .Len ()!=_bgcc -_baca +1{_dgbgf =append (_dgbgf ,_eef ("\u0036.\u0033\u002e\u0032\u002d\u0036","\u0057\u0069\u0064\u0074\u0068\u0073\u0020\u002d a\u0072\u0072\u0061y \u002d\u0020\u0028\u0052\u0065\u0071\u0075\u0069\u0072\u0065\u0064\u0020\u0065\u0078\u0063\u0065\u0070t\u0020\u0066\u006f\u0072\u0020\u0074\u0068\u0065\u0020\u0073\u0074a\u006e\u0064a\u0072\u0064\u00201\u0034\u0020\u0066\u006f\u006e\u0074\u0073\u003b\u0020\u0069\u006ed\u0069\u0072\u0065\u0063\u0074\u0020\u0072\u0065\u0066\u0065\u0072\u0065\u006e\u0063\u0065\u0020\u0070\u0072\u0065\u0066e\u0072\u0072e\u0064\u0029\u0020\u0041\u006e \u0061\u0072\u0072\u0061\u0079\u0020\u006f\u0066\u0020\u0028\u004c\u0061\u0073\u0074\u0043\u0068\u0061\u0072\u0020\u2212 F\u0069\u0072\u0073\u0074\u0043\u0068\u0061\u0072\u0020\u002b\u00201\u0029\u0020\u0077\u0069\u0064\u0074\u0068\u0073.")); -_dbdc =true ;if _ddaa (){return _dgbgf ;};};};};};return _dgbgf ;};func _ebeee (_bcfe *_ae .PdfFont ,_gfbf *_geb .PdfObjectDictionary ,_fcaf bool )ViolatedRule {const (_gefb ="\u0036.\u0033\u002e\u0034\u002d\u0031";_eccb ="\u0054\u0068\u0065\u0020\u0066\u006f\u006et\u0020\u0070\u0072\u006f\u0067\u0072\u0061\u006d\u0073\u0020\u0066\u006f\u0072\u0020\u0061\u006c\u006c\u0020\u0066\u006f\u006e\u0074\u0073\u0020\u0075\u0073\u0065\u0064\u0020\u0077\u0069\u0074\u0068\u0069\u006e \u0061\u0020\u0063\u006f\u006e\u0066\u006f\u0072\u006d\u0069\u006e\u0067\u0020\u0066\u0069l\u0065\u0020s\u0068\u0061\u006cl\u0020\u0062\u0065\u0020\u0065\u006d\u0062\u0065\u0064\u0064\u0065\u0064\u0020\u0077\u0069\u0074\u0068i\u006e\u0020\u0074h\u0061\u0074\u0020\u0066\u0069\u006ce\u002c\u0020a\u0073\u0020\u0064\u0065\u0066\u0069\u006e\u0065\u0064\u0020\u0069\u006e\u0020\u0050\u0044\u0046\u0020\u0052e\u0066\u0065\u0072\u0065\u006e\u0063\u0065 \u0035\u002e\u0038\u002c\u0020\u0065\u0078\u0063\u0065\u0070\u0074\u0020\u0077h\u0065\u006e\u0020\u0074\u0068\u0065 \u0066\u006f\u006e\u0074\u0073\u0020\u0061\u0072\u0065\u0020\u0075\u0073\u0065\u0064\u0020\u0065\u0078\u0063\u006cu\u0073i\u0076\u0065\u006c\u0079\u0020\u0077\u0069t\u0068\u0020\u0074\u0065\u0078\u0074\u0020\u0072e\u006ed\u0065\u0072\u0069\u006e\u0067\u0020\u006d\u006f\u0064\u0065\u0020\u0033\u002e"; -);if _fcaf {return _fc ;};_ceab :=_bcfe .FontDescriptor ();var _agba string ;if _gadaf ,_bgfeg :=_geb .GetName (_gfbf .Get ("\u0053u\u0062\u0074\u0079\u0070\u0065"));_bgfeg {_agba =_gadaf .String ();};switch _agba {case "\u0054\u0079\u0070e\u0031":if _ceab .FontFile ==nil {return _eef (_gefb ,_eccb ); -};case "\u0054\u0072\u0075\u0065\u0054\u0079\u0070\u0065":if _ceab .FontFile2 ==nil {return _eef (_gefb ,_eccb );};case "\u0054\u0079\u0070e\u0030","\u0054\u0079\u0070e\u0033":default:if _ceab .FontFile3 ==nil {return _eef (_gefb ,_eccb );};};return _fc ; -};func _bgea (_dcad *_bag .Document )error {_cee ,_cdae :=_dcad .GetPages ();if !_cdae {return nil ;};for _ ,_eba :=range _cee {_fgbd :=_eba .FindXObjectForms ();for _ ,_cbd :=range _fgbd {_egegg ,_bec :=_geb .GetDict (_cbd .Get ("\u0047\u0072\u006fu\u0070")); -if _bec {if _afeg :=_egegg .Get ("\u0053");_afeg !=nil {_fafbg ,_bead :=_geb .GetName (_afeg );if _bead &&_fafbg .String ()=="\u0054\u0072\u0061n\u0073\u0070\u0061\u0072\u0065\u006e\u0063\u0079"{_cbd .Remove ("\u0047\u0072\u006fu\u0070");};};};};_gfca ,_fdg :=_eba .GetResourcesXObject (); -if _fdg {_dcdg ,_cdb :=_geb .GetDict (_gfca .Get ("\u0047\u0072\u006fu\u0070"));if _cdb {_egag :=_dcdg .Get ("\u0053");if _egag !=nil {_bgcg ,_baee :=_geb .GetName (_egag );if _baee &&_bgcg .String ()=="\u0054\u0072\u0061n\u0073\u0070\u0061\u0072\u0065\u006e\u0063\u0079"{_gfca .Remove ("\u0047\u0072\u006fu\u0070"); -};};};};_ecd ,_cgc :=_geb .GetDict (_eba .Object .Get ("\u0047\u0072\u006fu\u0070"));if _cgc {_bgeg :=_ecd .Get ("\u0053");if _bgeg !=nil {_ccdf ,_bagc :=_geb .GetName (_bgeg );if _bagc &&_ccdf .String ()=="\u0054\u0072\u0061n\u0073\u0070\u0061\u0072\u0065\u006e\u0063\u0079"{_eba .Object .Remove ("\u0047\u0072\u006fu\u0070"); -};};};};return nil ;}; +// ApplyStandard tries to change the content of the writer to match the PDF/A-2 standard. +// Implements model.StandardApplier. +func (_bcac *profile2 )ApplyStandard (document *_ad .Document )(_ecca error ){_eefb (document ,7);if _ecca =_ecb (document ,_bcac ._ece .Now );_ecca !=nil {return _ecca ;};if _ecca =_fca (document );_ecca !=nil {return _ecca ;};_dagc ,_aage :=_aec (_bcac ._ece .CMYKDefaultColorSpace ,_bcac ._cbebb ); +_ecca =_fabeb (document ,[]pageColorspaceOptimizeFunc {_dagc },[]documentColorspaceOptimizeFunc {_aage });if _ecca !=nil {return _ecca ;};_aeae (document );if _ecca =_cbec (document );_ecca !=nil {return _ecca ;};if _ecca =_cfg (document ,_bcac ._cbebb ._bc ); +_ecca !=nil {return _ecca ;};if _ecca =_agecf (document );_ecca !=nil {return _ecca ;};if _ecca =_ffeg (document );_ecca !=nil {return _ecca ;};if _ecca =_dcfg (document );_ecca !=nil {return _ecca ;};if _ecca =_bdbe (document );_ecca !=nil {return _ecca ; +};if _bcac ._cbebb ._fa =="\u0041"{_begbd (document );};if _ecca =_fbf (document ,_bcac ._cbebb ._bc );_ecca !=nil {return _ecca ;};if _ecca =_adf (document );_ecca !=nil {return _ecca ;};if _bddg :=_eac (document ,_bcac ._cbebb ,_bcac ._ece .Xmp );_bddg !=nil {return _bddg ; +};if _bcac ._cbebb ==_fcb (){if _ecca =_eff (document );_ecca !=nil {return _ecca ;};};if _ecca =_cgbbd (document );_ecca !=nil {return _ecca ;};if _ecca =_ffee (document );_ecca !=nil {return _ecca ;};if _ecca =_dged (document );_ecca !=nil {return _ecca ; +};return nil ;};func _bbcg (_dgg *_ad .Document ,_cec bool )error {_egea ,_gdg :=_dgg .GetPages ();if !_gdg {return nil ;};for _ ,_gbgab :=range _egea {_ebdc :=_gbgab .FindXObjectForms ();for _ ,_dgd :=range _ebdc {_aacf ,_fce :=_g .NewXObjectFormFromStream (_dgd ); +if _fce !=nil {return _fce ;};_adg ,_fce :=_aacf .GetContentStream ();if _fce !=nil {return _fce ;};_fdaf :=_fgd .NewContentStreamParser (string (_adg ));_dee ,_fce :=_fdaf .Parse ();if _fce !=nil {return _fce ;};_adag ,_fce :=_dag (_aacf .Resources ,_dee ,_cec ); +if _fce !=nil {return _fce ;};if len (_adag )==0{continue ;};if _fce =_aacf .SetContentStream (_adag ,_aad .NewFlateEncoder ());_fce !=nil {return _fce ;};_aacf .ToPdfObject ();};};return nil ;}; -// NewProfile3A creates a new Profile3A with given options. -func NewProfile3A (options *Profile3Options )*Profile3A {if options ==nil {options =DefaultProfile3Options ();};_aged (options );return &Profile3A {profile3 {_ebg :*options ,_egbf :_ec ()}};}; +// Part gets the PDF/A version level. +func (_cdff *profile3 )Part ()int {return _cdff ._fbdd ._bc }; -// DefaultProfile1Options are the default options for the Profile1. -func DefaultProfile1Options ()*Profile1Options {return &Profile1Options {Now :_ff .Now ,Xmp :XmpOptions {MarshalIndent :"\u0009"}};};func _gfef (_dfge *_bag .Document )error {_bfe ,_deff :=_dfge .FindCatalog ();if !_deff {return nil ;};_ ,_deff =_bfe .GetStructTreeRoot (); -if !_deff {_aeeg :=_ae .NewStructTreeRoot ();_fae :=_aeeg .ToPdfObject ().(*_geb .PdfIndirectObject );_fcb :=_fae .PdfObject .(*_geb .PdfObjectDictionary );_bfe .SetStructTreeRoot (_fcb );};return nil ;};type profile2 struct{_ceceg standardType ;_feca Profile2Options ; -};func _fdc (_adgg *_bag .Document ,_fbd int ){if _adgg .Version .Major ==0{_adgg .Version .Major =1;};if _adgg .Version .Minor < _fbd {_adgg .Version .Minor =_fbd ;};};func _cdfeb (_ceaa *_ae .CompliancePdfReader )(_fcdd []ViolatedRule ){_dfacb ,_bcaff :=_debed (_ceaa ); -if !_bcaff {return _fcdd ;};_dffd ,_bcaff :=_geb .GetDict (_dfacb .Get ("\u004e\u0061\u006de\u0073"));if !_bcaff {return _fcdd ;};if _dffd .Get ("\u0041\u006c\u0074\u0065rn\u0061\u0074\u0065\u0050\u0072\u0065\u0073\u0065\u006e\u0074\u0061\u0074\u0069\u006fn\u0073")!=nil {_fcdd =append (_fcdd ,_eef ("\u0036\u002e\u0031\u0030\u002d\u0031","T\u0068\u0065\u0072e\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u0062\u0065\u0020\u006e\u006f\u0020\u0041\u006c\u0074\u0065\u0072\u006e\u0061\u0074\u0065\u0050\u0072\u0065s\u0065\u006e\u0074a\u0074\u0069\u006f\u006e\u0073\u0020\u0065\u006e\u0074\u0072\u0079\u0020\u0069n\u0020\u0074\u0068\u0065 \u0064\u006f\u0063\u0075m\u0065\u006e\u0074\u0027\u0073\u0020\u006e\u0061\u006d\u0065\u0020\u0064\u0069\u0063\u0074\u0069\u006fn\u0061\u0072\u0079\u002e")); -};return _fcdd ;};func (_bf standardType )String ()string {return _d .Sprintf ("\u0050\u0044\u0046\u002f\u0041\u002d\u0025\u0064\u0025\u0073",_bf ._fgb ,_bf ._ea );};type imageInfo struct{ColorSpace _geb .PdfObjectName ;BitsPerComponent int ;ColorComponents int ; -Width int ;Height int ;Stream *_geb .PdfObjectStream ;_fga bool ;};func _bbed (_adbb *_ae .CompliancePdfReader ,_fcag standardType )(_gecb []ViolatedRule ){var _ggff ,_febbf ,_edgdb ,_ffffc ,_fgaeb ,_gadcc ,_babg bool ;_acfa :=func ()bool {return _ggff &&_febbf &&_edgdb &&_ffffc &&_fgaeb &&_gadcc &&_babg }; -_fbga :=map[*_geb .PdfObjectStream ]*_gba .CMap {};_ffag :=map[*_geb .PdfObjectStream ][]byte {};_dfgcga :=map[_geb .PdfObject ]*_ae .PdfFont {};for _ ,_ecegb :=range _adbb .GetObjectNums (){_dbcdd ,_egdf :=_adbb .GetIndirectObjectByNumber (_ecegb );if _egdf !=nil {continue ; -};_gfcd ,_gabcb :=_geb .GetDict (_dbcdd );if !_gabcb {continue ;};_ecfb ,_gabcb :=_geb .GetName (_gfcd .Get ("\u0054\u0079\u0070\u0065"));if !_gabcb {continue ;};if *_ecfb !="\u0046\u006f\u006e\u0074"{continue ;};_eea ,_egdf :=_ae .NewPdfFontFromPdfObject (_gfcd ); -if _egdf !=nil {_gd .Log .Debug ("g\u0065\u0074\u0074\u0069\u006e\u0067 \u0066\u006f\u006e\u0074\u0020\u0066r\u006f\u006d\u0020\u006f\u0062\u006a\u0065c\u0074\u0020\u0066\u0061\u0069\u006c\u0065\u0064\u003a\u0020%\u0076",_egdf );continue ;};_dfgcga [_gfcd ]=_eea ; -};for _ ,_dcbdg :=range _adbb .PageList {_egbe ,_cfda :=_dcbdg .GetContentStreams ();if _cfda !=nil {_gd .Log .Debug ("G\u0065\u0074\u0074\u0069\u006e\u0067 \u0070\u0061\u0067\u0065\u0020\u0063o\u006e\u0074\u0065\u006e\u0074\u0020\u0073t\u0072\u0065\u0061\u006d\u0073\u0020\u0066\u0061\u0069\u006ce\u0064"); -continue ;};for _ ,_dgee :=range _egbe {_cfee :=_gg .NewContentStreamParser (_dgee );_effa ,_cfgf :=_cfee .Parse ();if _cfgf !=nil {_gd .Log .Debug ("\u0070\u0061\u0072\u0073\u0069\u006e\u0067\u0020\u0063\u006f\u006e\u0074\u0065\u006e\u0074s\u0074r\u0065\u0061\u006d\u0020\u0066\u0061\u0069\u006c\u0065\u0064\u003a\u0020\u0025\u0076",_cfgf ); -continue ;};var _faebb bool ;for _ ,_gbbc :=range *_effa {if _gbbc .Operand !="\u0054\u0072"{continue ;};if len (_gbbc .Params )!=1{_gd .Log .Debug ("\u0069\u006e\u0076\u0061\u006ci\u0064\u0020\u006e\u0075\u006d\u0062\u0065r\u0020\u006f\u0066\u0020\u0070\u0061\u0072\u0061\u006d\u0065\u0074\u0065\u0072\u0073\u0020\u0066\u006f\u0072\u0020\u0074\u0068\u0065\u0020\u0027\u0054\u0072\u0027\u0020\u006f\u0070\u0065\u0072\u0061\u006e\u0064\u002c\u0020\u0065\u0078\u0070e\u0063\u0074\u0065\u0064\u0020\u0027\u0031\u0027\u0020\u0062\u0075\u0074 \u0069\u0073\u003a\u0020\u0027\u0025d\u0027",len (_gbbc .Params )); -continue ;};_eded ,_ccae :=_geb .GetIntVal (_gbbc .Params [0]);if !_ccae {_gd .Log .Debug ("\u0072\u0065\u006e\u0064\u0065\u0072\u0069\u006e\u0067\u0020\u006d\u006f\u0064\u0065\u0020i\u0073 \u006e\u006f\u0074\u0020\u0061\u006e\u0020\u0069\u006e\u0074\u0065\u0067\u0065\u0072"); -continue ;};if _eded ==3{_faebb =true ;break ;};};for _ ,_dgacc :=range *_effa {if _dgacc .Operand !="\u0054\u0066"{continue ;};if len (_dgacc .Params )!=2{_gd .Log .Debug ("i\u006eva\u006ci\u0064 \u006e\u0075\u006d\u0062\u0065r\u0020\u006f\u0066 \u0070\u0061\u0072\u0061\u006de\u0074\u0065\u0072s\u0020\u0066\u006f\u0072\u0020\u0074\u0068\u0065\u0020\u0027\u0054f\u0027\u0020\u006fper\u0061\u006e\u0064\u002c\u0020\u0065x\u0070\u0065\u0063\u0074\u0065\u0064\u0020\u0027\u0032\u0027\u0020\u0069s\u003a \u0027\u0025\u0064\u0027",len (_dgacc .Params )); -continue ;};_efea ,_aeef :=_geb .GetName (_dgacc .Params [0]);if !_aeef {_gd .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a \u0054\u0066\u0020\u006f\u0070\u003d\u0025\u0073\u0020\u0047\u0065\u0074\u004ea\u006d\u0065\u0056\u0061\u006c\u0020\u0066a\u0069\u006c\u0065\u0064",_dgacc ); -continue ;};_gdfda ,_dgcgb :=_dcbdg .Resources .GetFontByName (*_efea );if !_dgcgb {_gd .Log .Debug ("\u0066\u006f\u006e\u0074\u0020\u006e\u006f\u0074\u0020f\u006f\u0075\u006e\u0064");continue ;};_dabbc ,_aeef :=_geb .GetDict (_gdfda );if !_aeef {_gd .Log .Debug ("\u0066\u006f\u006e\u0074 d\u0069\u0063\u0074\u0020\u006e\u006f\u0074\u0020\u0066\u006f\u0075\u006e\u0064"); -continue ;};_bddg ,_aeef :=_dfgcga [_dabbc ];if !_aeef {var _beag error ;_bddg ,_beag =_ae .NewPdfFontFromPdfObject (_dabbc );if _beag !=nil {_gd .Log .Debug ("\u0067\u0065\u0074\u0074i\u006e\u0067\u0020\u0066\u006f\u006e\u0074\u0020\u0066\u0072o\u006d \u006f\u0062\u006a\u0065\u0063\u0074\u003a \u0025\u0076",_beag ); -continue ;};_dfgcga [_dabbc ]=_bddg ;};if !_ggff {_dcdbc :=_dfggc (_dabbc ,_ffag ,_fbga );if _dcdbc !=_fc {_gecb =append (_gecb ,_dcdbc );_ggff =true ;if _acfa (){return _gecb ;};};};if !_febbf {_bcfdd :=_edddc (_dabbc );if _bcfdd !=_fc {_gecb =append (_gecb ,_bcfdd ); -_febbf =true ;if _acfa (){return _gecb ;};};};if !_edgdb {_dbbd :=_gedf (_dabbc ,_ffag ,_fbga );if _dbbd !=_fc {_gecb =append (_gecb ,_dbbd );_edgdb =true ;if _acfa (){return _gecb ;};};};if !_ffffc {_acfff :=_cagb (_dabbc ,_ffag ,_fbga );if _acfff !=_fc {_gecb =append (_gecb ,_acfff ); -_ffffc =true ;if _acfa (){return _gecb ;};};};if !_fgaeb {_cbaf :=_afeeca (_bddg ,_dabbc ,_faebb );if _cbaf !=_fc {_fgaeb =true ;_gecb =append (_gecb ,_cbaf );if _acfa (){return _gecb ;};};};if !_gadcc {_eagdg :=_dabae (_bddg ,_dabbc );if _eagdg !=_fc {_gadcc =true ; -_gecb =append (_gecb ,_eagdg );if _acfa (){return _gecb ;};};};if !_babg &&(_fcag ._ea =="\u0041"||_fcag ._ea =="\u0055"){_feef :=_befb (_dabbc ,_ffag ,_fbga );if _feef !=_fc {_babg =true ;_gecb =append (_gecb ,_feef );if _acfa (){return _gecb ;};};};}; -};};return _gecb ;};type documentColorspaceOptimizeFunc func (_ebff *_bag .Document ,_abgc []*_bag .Image )error ;func _bdf (_dgb *_bag .Document ,_cfe int )error {for _ ,_gge :=range _dgb .Objects {_bbd ,_adgb :=_geb .GetDict (_gge );if !_adgb {continue ; -};_bada :=_bbd .Get ("\u0054\u0079\u0070\u0065");if _bada ==nil {continue ;};if _baf ,_fce :=_geb .GetName (_bada );_fce &&_baf .String ()!="\u0041\u0063\u0074\u0069\u006f\u006e"{continue ;};_dcdd ,_fgaa :=_geb .GetName (_bbd .Get ("\u0053"));if !_fgaa {continue ; -};switch _ae .PdfActionType (*_dcdd ){case _ae .ActionTypeLaunch ,_ae .ActionTypeSound ,_ae .ActionTypeMovie ,_ae .ActionTypeResetForm ,_ae .ActionTypeImportData ,_ae .ActionTypeJavaScript :_bbd .Remove ("\u0053");case _ae .ActionTypeHide ,_ae .ActionTypeSetOCGState ,_ae .ActionTypeRendition ,_ae .ActionTypeTrans ,_ae .ActionTypeGoTo3DView :if _cfe ==2{_bbd .Remove ("\u0053"); -};case _ae .ActionTypeNamed :_dec ,_acd :=_geb .GetName (_bbd .Get ("\u004e"));if !_acd {continue ;};switch *_dec {case "\u004e\u0065\u0078\u0074\u0050\u0061\u0067\u0065","\u0050\u0072\u0065\u0076\u0050\u0061\u0067\u0065","\u0046i\u0072\u0073\u0074\u0050\u0061\u0067e","\u004c\u0061\u0073\u0074\u0050\u0061\u0067\u0065":default:_bbd .Remove ("\u004e"); -};};};return nil ;};func _fgbdf (_bab *_ae .CompliancePdfReader )(_bgfg []ViolatedRule ){var (_fdae ,_egdd ,_gegb ,_bcfa ,_fegg ,_cggc ,_eaed bool ;_gged func (_geb .PdfObject ););_gged =func (_feggb _geb .PdfObject ){switch _ddecf :=_feggb .(type ){case *_geb .PdfObjectInteger :if !_fdae &&(int64 (*_ddecf )> _dg .MaxInt32 ||int64 (*_ddecf )< -_dg .MaxInt32 ){_bgfg =append (_bgfg ,_eef ("\u0036\u002e\u0031\u002e\u0031\u0032\u002d\u0031","L\u0061\u0072\u0067e\u0073\u0074\u0020\u0049\u006e\u0074\u0065\u0067\u0065\u0072\u0020\u0076\u0061\u006c\u0075\u0065\u0020\u0069\u0073\u0020\u0032\u002c\u0031\u0034\u0037,\u0034\u0038\u0033,\u0036\u0034\u0037\u002e\u0020\u0053\u006d\u0061\u006c\u006c\u0065\u0073\u0074 \u0069\u006e\u0074\u0065g\u0065\u0072\u0020\u0076a\u006c\u0075\u0065\u0020\u0069\u0073\u0020\u002d\u0032\u002c\u0031\u0034\u0037\u002c\u0034\u0038\u0033,\u0036\u0034\u0038\u002e")); -_fdae =true ;};case *_geb .PdfObjectFloat :if !_egdd &&(_dg .Abs (float64 (*_ddecf ))> 32767.0){_bgfg =append (_bgfg ,_eef ("\u0036\u002e\u0031\u002e\u0031\u0032\u002d\u0032","\u0041\u0062\u0073\u006f\u006c\u0075\u0074\u0065\u0020\u0072\u0065\u0061\u006c\u0020\u0076\u0061\u006c\u0075\u0065\u0020m\u0075\u0073\u0074\u0020\u0062\u0065\u0020\u006c\u0065s\u0073\u0020\u0074\u0068\u0061\u006e\u0020\u006f\u0072\u0020\u0065\u0071\u0075a\u006c\u0020\u0074\u006f\u0020\u00332\u0037\u0036\u0037.\u0030\u002e")); -};case *_geb .PdfObjectString :if !_gegb &&len ([]byte (_ddecf .Str ()))> 65535{_bgfg =append (_bgfg ,_eef ("\u0036\u002e\u0031\u002e\u0031\u0032\u002d\u0033","M\u0061\u0078\u0069\u006d\u0075\u006d\u0020\u006c\u0065n\u0067\u0074\u0068\u0020\u006f\u0066\u0020a \u0073\u0074\u0072\u0069n\u0067\u0020\u0028\u0069\u006e\u0020\u0062\u0079\u0074es\u0029\u0020i\u0073\u0020\u0036\u0035\u0035\u0033\u0035\u002e")); -_gegb =true ;};case *_geb .PdfObjectName :if !_bcfa &&len ([]byte (*_ddecf ))> 127{_bgfg =append (_bgfg ,_eef ("\u0036\u002e\u0031\u002e\u0031\u0032\u002d\u0034","\u004d\u0061\u0078\u0069\u006d\u0075\u006d \u006c\u0065\u006eg\u0074\u0068\u0020\u006ff\u0020\u0061\u0020\u006e\u0061\u006d\u0065\u0020\u0028\u0069\u006e\u0020\u0062\u0079\u0074\u0065\u0073\u0029\u0020\u0069\u0073\u0020\u0031\u0032\u0037\u002e")); -_bcfa =true ;};case *_geb .PdfObjectArray :if !_fegg &&_ddecf .Len ()> 8191{_bgfg =append (_bgfg ,_eef ("\u0036\u002e\u0031\u002e\u0031\u0032\u002d\u0035","\u004d\u0061\u0078\u0069\u006d\u0075m\u0020\u006c\u0065\u006e\u0067\u0074\u0068\u0020\u006f\u0066\u0020\u0061\u006e\u0020\u0061\u0072\u0072\u0061\u0079\u0020(\u0069\u006e\u0020\u0065\u006c\u0065\u006d\u0065\u006e\u0074\u0073\u0029\u0020\u0069s\u00208\u0031\u0039\u0031\u002e")); -_fegg =true ;};for _ ,_ceb :=range _ddecf .Elements (){_gged (_ceb );};if !_eaed &&(_ddecf .Len ()==4||_ddecf .Len ()==5){_edbe ,_dbec :=_geb .GetName (_ddecf .Get (0));if !_dbec {return ;};if *_edbe !="\u0044e\u0076\u0069\u0063\u0065\u004e"{return ;}; -_dgcg :=_ddecf .Get (1);_dgcg =_geb .TraceToDirectObject (_dgcg );_eagfg ,_dbec :=_geb .GetArray (_dgcg );if !_dbec {return ;};if _eagfg .Len ()> 8{_bgfg =append (_bgfg ,_eef ("\u0036\u002e\u0031\u002e\u0031\u0032\u002d\u0039","\u004d\u0061\u0078i\u006d\u0075\u006d\u0020\u006e\u0075\u006d\u0062\u0065\u0072\u0020\u006f\u0066\u0020\u0044\u0065\u0076\u0069\u0063\u0065\u004e\u0020\u0063\u006f\u006d\u0070\u006f\u006e\u0065n\u0074\u0073\u0020\u0069\u0073\u0020\u0038\u002e")); -_eaed =true ;};};case *_geb .PdfObjectDictionary :_ageec :=_ddecf .Keys ();if !_cggc &&len (_ageec )> 4095{_bgfg =append (_bgfg ,_eef ("\u0036.\u0031\u002e\u0031\u0032\u002d\u00311","\u004d\u0061\u0078\u0069\u006d\u0075\u006d\u0020\u0063\u0061\u0070\u0061\u0063\u0069\u0074y\u0020\u006f\u0066\u0020\u0061\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006ea\u0072\u0079\u0020\u0028\u0069\u006e\u0020\u0065\u006e\u0074\u0072\u0069es\u0029\u0020\u0069\u0073\u0020\u0034\u0030\u0039\u0035\u002e")); -_cggc =true ;};for _eecc ,_dgcf :=range _ageec {_gged (&_ageec [_eecc ]);_gged (_ddecf .Get (_dgcf ));};case *_geb .PdfObjectStream :_gged (_ddecf .PdfObjectDictionary );case *_geb .PdfObjectStreams :for _ ,_abcc :=range _ddecf .Elements (){_gged (_abcc ); -};case *_geb .PdfObjectReference :_gged (_ddecf .Resolve ());};};_aegg :=_bab .GetObjectNums ();if len (_aegg )> 8388607{_bgfg =append (_bgfg ,_eef ("\u0036\u002e\u0031\u002e\u0031\u0032\u002d\u0037","\u004d\u0061\u0078\u0069\u006d\u0075\u006d\u0020\u006e\u0075\u006d\u0062\u0065\u0072\u0020\u006f\u0066\u0020in\u0064i\u0072\u0065\u0063\u0074\u0020\u006f\u0062\u006a\u0065\u0063\u0074\u0073 \u0069\u006e\u0020\u0061\u0020\u0050\u0044\u0046\u0020\u0066\u0069\u006c\u0065\u0020\u0069\u0073\u00208\u002c\u0033\u0038\u0038\u002c\u0036\u0030\u0037\u002e")); -};for _ ,_dcca :=range _aegg {_dcfc ,_bdfad :=_bab .GetIndirectObjectByNumber (_dcca );if _bdfad !=nil {continue ;};_gce :=_geb .TraceToDirectObject (_dcfc );_gged (_gce );};return _bgfg ;};func _ddadb (_ebbda *_ae .CompliancePdfReader ,_ffea standardType ,_abbeg bool )(_cfgde []ViolatedRule ){_bagbe ,_ecef :=_debed (_ebbda ); -if !_ecef {return []ViolatedRule {_eef ("\u0036.\u0036\u002e\u0032\u002e\u0031\u002d1","\u0063a\u0074a\u006c\u006f\u0067\u0020\u006eo\u0074\u0020f\u006f\u0075\u006e\u0064\u002e")};};_ddegb :=_bagbe .Get ("\u004d\u0065\u0074\u0061\u0064\u0061\u0074\u0061"); -if _ddegb ==nil {return []ViolatedRule {_eef ("\u0036.\u0036\u002e\u0032\u002e\u0031\u002d1","\u0054\u0068\u0065\u0020\u0043\u0061\u0074\u0061\u006c\u006f\u0067\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072y\u0020\u006f\u0066\u0020\u0061\u0020\u0063\u006f\u006e\u0066\u006f\u0072\u006d\u0069\u006e\u0067\u0020\u0066\u0069\u006c\u0065\u0020\u0073h\u0061\u006c\u006c\u0020\u0063\u006f\u006e\u0074ai\u006e\u0020\u0074\u0068\u0065\u0020\u004d\u0065\u0074\u0061\u0064\u0061\u0074\u0061\u0020\u006b\u0065\u0079\u0020\u0077\u0068\u006f\u0073\u0065\u0020v\u0061\u006c\u0075\u0065\u0020\u0069\u0073\u0020\u0061\u0020m\u0065\u0074\u0061\u0064\u0061\u0074\u0061\u0020s\u0074\u0072\u0065\u0061\u006d")}; -};_ebbfd ,_ecef :=_geb .GetStream (_ddegb );if !_ecef {return []ViolatedRule {_eef ("\u0036.\u0036\u002e\u0032\u002e\u0031\u002d1","\u0054\u0068\u0065\u0020\u0043\u0061\u0074\u0061\u006c\u006f\u0067\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072y\u0020\u006f\u0066\u0020\u0061\u0020\u0063\u006f\u006e\u0066\u006f\u0072\u006d\u0069\u006e\u0067\u0020\u0066\u0069\u006c\u0065\u0020\u0073h\u0061\u006c\u006c\u0020\u0063\u006f\u006e\u0074ai\u006e\u0020\u0074\u0068\u0065\u0020\u004d\u0065\u0074\u0061\u0064\u0061\u0074\u0061\u0020\u006b\u0065\u0079\u0020\u0077\u0068\u006f\u0073\u0065\u0020v\u0061\u006c\u0075\u0065\u0020\u0069\u0073\u0020\u0061\u0020m\u0065\u0074\u0061\u0064\u0061\u0074\u0061\u0020s\u0074\u0072\u0065\u0061\u006d")}; -};_fddde ,_ebcc :=_eg .LoadDocument (_ebbfd .Stream );if _ebcc !=nil {return []ViolatedRule {_eef ("\u0036.\u0036\u002e\u0032\u002e\u0031\u002d4","\u0041\u006c\u006c\u0020\u006de\u0074\u0061\u0064a\u0074\u0061\u0020\u0073\u0074\u0072\u0065\u0061\u006d\u0073\u0020\u0070\u0072\u0065\u0073\u0065\u006e\u0074\u0020i\u006e \u0074\u0068\u0065\u0020\u0050\u0044\u0046 \u0073\u0068\u0061\u006c\u006c\u0020\u0063o\u006e\u0066\u006f\u0072\u006d\u0020\u0074\u006f\u0020\u0074\u0068\u0065\u0020\u0058\u004d\u0050\u0020\u0053\u0070\u0065ci\u0066\u0069\u0063\u0061\u0074\u0069\u006fn\u002e\u0020\u0041\u006c\u006c\u0020c\u006fn\u0074\u0065\u006e\u0074\u0020\u006f\u0066\u0020\u0061\u006c\u006c\u0020\u0058\u004d\u0050\u0020p\u0061\u0063\u006b\u0065\u0074\u0073 \u0073h\u0061\u006c\u006c \u0062\u0065\u0020\u0077\u0065\u006c\u006c\u002d\u0066o\u0072\u006de\u0064")}; -};_dafd :=_fddde .GetGoXmpDocument ();var _dfde []*_c .Namespace ;for _ ,_dgbca :=range _dafd .Namespaces (){switch _dgbca .Name {case _ag .NsDc .Name ,_ba .NsPDF .Name ,_b .NsXmp .Name ,_ge .NsXmpRights .Name ,_ab .Namespace .Name ,_ee .Namespace .Name ,_dd .NsXmpMM .Name ,_ee .FieldNS .Name ,_ee .SchemaNS .Name ,_ee .PropertyNS .Name ,"\u0073\u0074\u0045v\u0074","\u0073\u0074\u0056e\u0072","\u0073\u0074\u0052e\u0066","\u0073\u0074\u0044i\u006d","\u0078a\u0070\u0047\u0049\u006d\u0067","\u0073\u0074\u004ao\u0062","\u0078\u006d\u0070\u0069\u0064\u0071":continue ; -};_dfde =append (_dfde ,_dgbca );};_beaa :=true ;_eegge ,_ebcc :=_fddde .GetPdfaExtensionSchemas ();if _ebcc ==nil {for _ ,_cebb :=range _dfde {var _fefa bool ;for _bdcbd :=range _eegge {if _cebb .URI ==_eegge [_bdcbd ].NamespaceURI {_fefa =true ;break ; -};};if !_fefa {_beaa =false ;break ;};};}else {_beaa =false ;};if !_beaa {_cfgde =append (_cfgde ,_eef ("\u0036.\u0036\u002e\u0032\u002e\u0033\u002d7","\u0041\u006c\u006c\u0020\u0070\u0072\u006f\u0070e\u0072\u0074\u0069e\u0073\u0020\u0073\u0070\u0065\u0063i\u0066\u0069\u0065\u0064\u0020\u0069\u006e\u0020\u0058\u004d\u0050\u0020\u0066\u006f\u0072m\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u0075s\u0065\u0020\u0065\u0069\u0074\u0068\u0065\u0072\u0020\u0074\u0068\u0065\u0020\u0070\u0072\u0065\u0064\u0065\u0066\u0069\u006e\u0065\u0064\u0020\u0073\u0063he\u006da\u0073 \u0064\u0065\u0066\u0069\u006e\u0065\u0064\u0020\u0069\u006e\u0020\u0074\u0068\u0065\u0020\u0058\u004d\u0050\u0020\u0053\u0070\u0065\u0063\u0069\u0066\u0069\u0063\u0061\u0074\u0069\u006f\u006e\u002c\u0020\u0049\u0053\u004f\u0020\u0031\u00390\u0030\u0035-\u0031\u0020\u006f\u0072\u0020\u0074h\u0069s\u0020\u0070\u0061\u0072\u0074\u0020\u006f\u0066\u0020\u0049\u0053\u004f\u0020\u0031\u0039\u0030\u0030\u0035\u002c\u0020o\u0072\u0020\u0061\u006e\u0079\u0020e\u0078\u0074\u0065\u006e\u0073\u0069\u006f\u006e\u0020\u0073c\u0068\u0065\u006das\u0020\u0074\u0068\u0061\u0074\u0020\u0063\u006fm\u0070\u006c\u0079\u0020\u0077\u0069\u0074\u0068\u0020\u0036\u002e\u0036\u002e\u0032.\u0033\u002e\u0032\u002e")); -};_bece ,_ecef :=_fddde .GetPdfAID ();if !_ecef {_cfgde =append (_cfgde ,_eef ("\u0036.\u0036\u002e\u0034\u002d\u0031","\u0054\u0068\u0065\u0020\u0050\u0044\u0046\u002f\u0041\u0020\u0076\u0065\u0072\u0073\u0069\u006f\u006e\u0020\u0061n\u0064\u0020\u0063\u006f\u006e\u0066\u006f\u0072\u006d\u0061\u006ec\u0065\u0020\u006c\u0065\u0076\u0065l\u0020\u006f\u0066\u0020\u0061\u0020\u0066\u0069\u006c\u0065\u0020\u0073h\u0061\u006c\u006c\u0020\u0062\u0065\u0020\u0073\u0070e\u0063\u0069\u0066\u0069\u0065\u0064\u0020\u0075\u0073\u0069\u006e\u0067\u0020\u0074\u0068\u0065\u0020\u0050\u0044\u0046\u002f\u0041\u0020\u0049\u0064\u0065\u006e\u0074\u0069\u0066\u0069\u0063\u0061\u0074\u0069\u006f\u006e\u0020\u0065\u0078\u0074\u0065\u006e\u0073\u0069\u006f\u006e\u0020\u0073\u0063h\u0065\u006da.")); -}else {if _bece .Part !=_ffea ._fgb {_cfgde =append (_cfgde ,_eef ("\u0036.\u0036\u002e\u0034\u002d\u0032","\u0054h\u0065\u0020\u0076\u0061lue\u0020\u006f\u0066\u0020p\u0064\u0066\u0061\u0069\u0064\u003a\u0070\u0061\u0072\u0074 \u0073\u0068\u0061\u006c\u006c\u0020\u0062\u0065\u0020\u0074\u0068\u0065\u0020\u0070\u0061\u0072\u0074\u0020\u006e\u0075\u006d\u0062\u0065r\u0020\u006f\u0066\u0020\u0049\u0053\u004f\u002019\u0030\u0030\u0035 \u0074\u006f\u0020\u0077\u0068i\u0063h\u0020\u0074\u0068\u0065\u0020\u0066\u0069\u006c\u0065 \u0063\u006f\u006e\u0066\u006f\u0072\u006d\u0073\u002e")); -};if _ffea ._ea =="\u0041"&&_bece .Conformance !="\u0041"{_cfgde =append (_cfgde ,_eef ("\u0036.\u0036\u002e\u0034\u002d\u0033","\u0041\u0020\u004c\u0065\u0076\u0065\u006c\u0020\u0041\u0020\u0063\u006f\u006e\u0066\u006f\u0072\u006d\u0069\u006e\u0067\u0020\u0066\u0069\u006c\u0065 \u0073\u0068\u0061l\u006c\u0020\u0073\u0070ec\u0069\u0066\u0079\u0020\u0074\u0068\u0065\u0020\u0076\u0061\u006cu\u0065\u0020\u006f\u0066\u0020\u0070\u0064\u0066\u0061\u0069\u0064\u003a\u0063\u006f\u006e\u0066\u006f\u0072\u006d\u0061\u006ec\u0065\u0020as\u0020\u0041\u002e\u0020\u0041 \u004c\u0065v\u0065\u006c\u0020\u0042\u0020c\u006f\u006e\u0066\u006f\u0072\u006d\u0069\u006e\u0067\u0020\u0066\u0069\u006c\u0065\u0020\u0073\u0068\u0061\u006cl\u0020\u0073\u0070\u0065\u0063\u0069\u0066\u0079\u0020\u0074\u0068\u0065\u0020\u0076\u0061lu\u0065\u0020o\u0066 \u0070\u0064\u0066\u0061\u0069d\u003a\u0063\u006f\u006e\u0066\u006f\u0072\u006d\u0061\u006e\u0063\u0065\u0020\u0061\u0073\u0020\u0042\u002e\u0020\u0041\u0020\u004c\u0065\u0076\u0065\u006c \u0055\u0020\u0063\u006f\u006e\u0066\u006fr\u006d\u0069\u006e\u0067\u0020\u0066\u0069\u006c\u0065\u0020\u0073\u0068\u0061\u006c\u006c\u0020s\u0070\u0065\u0063\u0069\u0066\u0079 \u0074\u0068\u0065\u0020\u0076\u0061\u006c\u0075\u0065\u0020\u006ff\u0020\u0070\u0064f\u0061i\u0064\u003ac\u006fn\u0066\u006f\u0072\u006d\u0061\u006e\u0063\u0065 \u0061\u0073\u0020\u0055.")); -}else if _ffea ._ea =="\u0055"&&(_bece .Conformance !="\u0041"&&_bece .Conformance !="\u0055"){_cfgde =append (_cfgde ,_eef ("\u0036.\u0036\u002e\u0034\u002d\u0033","\u0041\u0020\u004c\u0065\u0076\u0065\u006c\u0020\u0041\u0020\u0063\u006f\u006e\u0066\u006f\u0072\u006d\u0069\u006e\u0067\u0020\u0066\u0069\u006c\u0065 \u0073\u0068\u0061l\u006c\u0020\u0073\u0070ec\u0069\u0066\u0079\u0020\u0074\u0068\u0065\u0020\u0076\u0061\u006cu\u0065\u0020\u006f\u0066\u0020\u0070\u0064\u0066\u0061\u0069\u0064\u003a\u0063\u006f\u006e\u0066\u006f\u0072\u006d\u0061\u006ec\u0065\u0020as\u0020\u0041\u002e\u0020\u0041 \u004c\u0065v\u0065\u006c\u0020\u0042\u0020c\u006f\u006e\u0066\u006f\u0072\u006d\u0069\u006e\u0067\u0020\u0066\u0069\u006c\u0065\u0020\u0073\u0068\u0061\u006cl\u0020\u0073\u0070\u0065\u0063\u0069\u0066\u0079\u0020\u0074\u0068\u0065\u0020\u0076\u0061lu\u0065\u0020o\u0066 \u0070\u0064\u0066\u0061\u0069d\u003a\u0063\u006f\u006e\u0066\u006f\u0072\u006d\u0061\u006e\u0063\u0065\u0020\u0061\u0073\u0020\u0042\u002e\u0020\u0041\u0020\u004c\u0065\u0076\u0065\u006c \u0055\u0020\u0063\u006f\u006e\u0066\u006fr\u006d\u0069\u006e\u0067\u0020\u0066\u0069\u006c\u0065\u0020\u0073\u0068\u0061\u006c\u006c\u0020s\u0070\u0065\u0063\u0069\u0066\u0079 \u0074\u0068\u0065\u0020\u0076\u0061\u006c\u0075\u0065\u0020\u006ff\u0020\u0070\u0064f\u0061i\u0064\u003ac\u006fn\u0066\u006f\u0072\u006d\u0061\u006e\u0063\u0065 \u0061\u0073\u0020\u0055.")); -}else if _ffea ._ea =="\u0042"&&(_bece .Conformance !="\u0041"&&_bece .Conformance !="\u0042"&&_bece .Conformance !="\u0055"){_cfgde =append (_cfgde ,_eef ("\u0036.\u0036\u002e\u0034\u002d\u0033","\u0041\u0020\u004c\u0065\u0076\u0065\u006c\u0020\u0041\u0020\u0063\u006f\u006e\u0066\u006f\u0072\u006d\u0069\u006e\u0067\u0020\u0066\u0069\u006c\u0065 \u0073\u0068\u0061l\u006c\u0020\u0073\u0070ec\u0069\u0066\u0079\u0020\u0074\u0068\u0065\u0020\u0076\u0061\u006cu\u0065\u0020\u006f\u0066\u0020\u0070\u0064\u0066\u0061\u0069\u0064\u003a\u0063\u006f\u006e\u0066\u006f\u0072\u006d\u0061\u006ec\u0065\u0020as\u0020\u0041\u002e\u0020\u0041 \u004c\u0065v\u0065\u006c\u0020\u0042\u0020c\u006f\u006e\u0066\u006f\u0072\u006d\u0069\u006e\u0067\u0020\u0066\u0069\u006c\u0065\u0020\u0073\u0068\u0061\u006cl\u0020\u0073\u0070\u0065\u0063\u0069\u0066\u0079\u0020\u0074\u0068\u0065\u0020\u0076\u0061lu\u0065\u0020o\u0066 \u0070\u0064\u0066\u0061\u0069d\u003a\u0063\u006f\u006e\u0066\u006f\u0072\u006d\u0061\u006e\u0063\u0065\u0020\u0061\u0073\u0020\u0042\u002e\u0020\u0041\u0020\u004c\u0065\u0076\u0065\u006c \u0055\u0020\u0063\u006f\u006e\u0066\u006fr\u006d\u0069\u006e\u0067\u0020\u0066\u0069\u006c\u0065\u0020\u0073\u0068\u0061\u006c\u006c\u0020s\u0070\u0065\u0063\u0069\u0066\u0079 \u0074\u0068\u0065\u0020\u0076\u0061\u006c\u0075\u0065\u0020\u006ff\u0020\u0070\u0064f\u0061i\u0064\u003ac\u006fn\u0066\u006f\u0072\u006d\u0061\u006e\u0063\u0065 \u0061\u0073\u0020\u0055.")); -};};return _cfgde ;};func (_dgc *documentImages )hasOnlyDeviceGray ()bool {return _dgc ._cfb &&!_dgc ._gdf &&!_dgc ._cag }; +// Profile2B is the implementation of the PDF/A-2B standard profile. +// Implements model.StandardImplementer, Profile interfaces. +type Profile2B struct{profile2 };func _facc (_ceafg *_aad .PdfObjectDictionary ,_agge map[*_aad .PdfObjectStream ][]byte ,_addf map[*_aad .PdfObjectStream ]*_bf .CMap )ViolatedRule {const (_adbba ="\u0046\u006f\u0072\u0020\u0061\u006e\u0079\u0020\u0067\u0069\u0076\u0065\u006e\u0020\u0063\u006f\u006d\u0070o\u0073\u0069\u0074e\u0020\u0028\u0054\u0079\u0070\u0065\u0020\u0030\u0029 \u0066\u006fn\u0074\u0020\u0077\u0069\u0074\u0068\u0069\u006e \u0061\u0020\u0063\u006fn\u0066\u006fr\u006d\u0069\u006e\u0067\u0020\u0066\u0069\u006c\u0065\u002c\u0020\u0074\u0068\u0065\u0020\u0043\u0049\u0044\u0053\u0079\u0073\u0074\u0065\u006d\u0049\u006e\u0066\u006f \u0065\u006e\u0074\u0072\u0079\u0020\u0069\u006e\u0020\u0069\u0074\u0073 \u0043\u0049\u0044\u0046\u006f\u006e\u0074\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u0020\u0061\u006e\u0064\u0020\u0069\u0074\u0073\u0020\u0045\u006e\u0063\u006f\u0064\u0069\u006e\u0067\u0020\u0064\u0069\u0063\u0074\u0069o\u006e\u0061\u0072y\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u0068\u0061\u0076\u0065\u0020\u0074\u0068\u0065\u0020\u0066\u006fl\u006c\u006f\u0077\u0069\u006e\u0067\u0020\u0072\u0065l\u0061t\u0069\u006f\u006e\u0073\u0068\u0069\u0070. \u0049\u0066\u0020\u0074\u0068\u0065\u0020\u0045\u006e\u0063\u006f\u0064\u0069\u006e\u0067\u0020\u006b\u0065\u0079 \u0069\u006e\u0020\u0074\u0068\u0065\u0020\u0054\u0079\u0070\u0065\u0020\u0030 \u0066\u006f\u006e\u0074\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079 \u0069\u0073\u0020I\u0064\u0065n\u0074\u0069\u0074\u0079\u002d\u0048\u0020\u006f\u0072\u0020\u0049\u0064\u0065\u006e\u0074\u0069\u0074\u0079\u002d\u0056\u002c\u0020\u0061\u006e\u0079\u0020v\u0061\u006c\u0075\u0065\u0073\u0020\u006f\u0066\u0020\u0052\u0065\u0067\u0069\u0073\u0074\u0072\u0079\u002c\u0020\u004f\u0072\u0064\u0065\u0072\u0069\u006e\u0067\u002c\u0020\u0061\u006e\u0064\u0020\u0053up\u0070\u006c\u0065\u006d\u0065\u006e\u0074\u0020\u006d\u0061\u0079\u0020\u0062\u0065\u0020\u0075\u0073\u0065\u0064\u0020\u0069n\u0020\u0074h\u0065\u0020\u0043\u0049\u0044\u0053\u0079\u0073\u0074\u0065\u006d\u0049\u006e\u0066\u006f\u0020\u0065\u006e\u0074r\u0079\u0020\u006ff\u0020\u0074\u0068\u0065\u0020\u0043\u0049\u0044F\u006f\u006e\u0074\u002e\u0020\u004f\u0074\u0068\u0065\u0072\u0077\u0069\u0073\u0065\u002c\u0020\u0074\u0068\u0065\u0020\u0063\u006f\u0072\u0072\u0065\u0073\u0070\u006f\u006e\u0064\u0069\u006e\u0067\u0020\u0052\u0065\u0067\u0069\u0073\u0074\u0072\u0079\u0020a\u006e\u0064\u0020\u004f\u0072\u0064\u0065\u0072\u0069\u006e\u0067\u0020s\u0074\u0072\u0069\u006e\u0067\u0073\u0020\u0069\u006e\u0020\u0062\u006f\u0074h\u0020\u0043\u0049\u0044\u0053\u0079\u0073\u0074\u0065m\u0049\u006e\u0066\u006f\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0069\u0065\u0073\u0020\u0073\u0068\u0061\u006cl\u0020\u0062\u0065\u0020i\u0064en\u0074\u0069\u0063\u0061\u006c\u002c \u0061n\u0064\u0020\u0074\u0068\u0065\u0020v\u0061\u006c\u0075\u0065\u0020\u006f\u0066\u0020\u0074\u0068\u0065\u0020\u0053\u0075\u0070\u0070l\u0065\u006d\u0065\u006e\u0074 \u006b\u0065\u0079\u0020\u0069\u006e\u0020t\u0068\u0065\u0020\u0043I\u0044S\u0079\u0073\u0074\u0065\u006d\u0049\u006e\u0066o\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u0020\u006ff\u0020\u0074\u0068\u0065\u0020\u0043\u0049\u0044\u0046\u006f\u006e\u0074\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u0062\u0065\u0020\u0067re\u0061\u0074\u0065\u0072\u0020\u0074\u0068\u0061\u006e\u0020\u006f\u0072\u0020\u0065\u0071\u0075\u0061\u006c\u0020\u0074\u006f t\u0068\u0065\u0020\u0053\u0075\u0070\u0070\u006c\u0065\u006d\u0065\u006e\u0074\u0020\u006b\u0065\u0079\u0020\u0069\u006e\u0020\u0074h\u0065\u0020\u0043\u0049\u0044\u0053\u0079\u0073\u0074\u0065\u006d\u0049\u006e\u0066o\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u0020\u006ff\u0020\u0074\u0068\u0065\u0020\u0043M\u0061p\u002e"; +_gcaac ="\u0036\u002e\u0032\u002e\u0031\u0031\u002e\u0033\u002d\u0031";);var _caefe string ;if _fgdec ,_bdeg :=_aad .GetName (_ceafg .Get ("\u0053u\u0062\u0074\u0079\u0070\u0065"));_bdeg {_caefe =_fgdec .String ();};if _caefe !="\u0054\u0079\u0070e\u0030"{return _fbc ; +};_afgb :=_ceafg .Get ("\u0045\u006e\u0063\u006f\u0064\u0069\u006e\u0067");if _eefa ,_gaebb :=_aad .GetName (_afgb );_gaebb {switch _eefa .String (){case "\u0049\u0064\u0065\u006e\u0074\u0069\u0074\u0079\u002d\u0048","\u0049\u0064\u0065\u006e\u0074\u0069\u0074\u0079\u002d\u0056":return _fbc ; +};_fcfdc ,_fbcd :=_bf .LoadPredefinedCMap (_eefa .String ());if _fbcd !=nil {return _fgdg (_gcaac ,_adbba );};_afegc :=_fcfdc .CIDSystemInfo ();if _afegc .Ordering !=_afegc .Registry {return _fgdg (_gcaac ,_adbba );};return _fbc ;};_ceeab ,_aefbaa :=_aad .GetStream (_afgb ); +if !_aefbaa {return _fgdg (_gcaac ,_adbba );};_ffcec ,_gaed :=_gfada (_ceeab ,_agge ,_addf );if _gaed !=nil {return _fgdg (_gcaac ,_adbba );};_cfaaa :=_ffcec .CIDSystemInfo ();if _cfaaa .Ordering !=_cfaaa .Registry {return _fgdg (_gcaac ,_adbba );};return _fbc ; +};func _ebba (_egecg *_g .CompliancePdfReader )(_agacd []ViolatedRule ){var _dbfgb ,_cddb bool ;_gaeg :=func ()bool {return _dbfgb &&_cddb };for _ ,_fdgc :=range _egecg .GetObjectNums (){_fdgbf ,_dbbg :=_egecg .GetIndirectObjectByNumber (_fdgc );if _dbbg !=nil {_be .Log .Debug ("G\u0065\u0074\u0074\u0069\u006e\u0067\u0020\u006f\u0062\u006a\u0065\u0063\u0074\u0020\u0077\u0069\u0074\u0068 \u006e\u0075\u006d\u0062\u0065\u0072\u0020\u0025\u0064\u0020fa\u0069\u006c\u0065d\u003a \u0025\u0076",_fdgc ,_dbbg ); +continue ;};_eddcae ,_defg :=_aad .GetDict (_fdgbf );if !_defg {continue ;};_eefeb ,_defg :=_aad .GetName (_eddcae .Get ("\u0054\u0079\u0070\u0065"));if !_defg {continue ;};if *_eefeb !="\u0041\u0063\u0074\u0069\u006f\u006e"{continue ;};_dbfc ,_defg :=_aad .GetName (_eddcae .Get ("\u0053")); +if !_defg {if !_dbfgb {_agacd =append (_agacd ,_fgdg ("\u0036.\u0035\u002e\u0031\u002d\u0031","\u0054\u0068\u0065\u0020\u004caun\u0063\u0068\u002c\u0020S\u006f\u0075\u006e\u0064,\u0020\u004d\u006f\u0076\u0069\u0065\u002c\u0020\u0052\u0065\u0073\u0065\u0074\u0046\u006f\u0072\u006d\u002c\u0020\u0049\u006d\u0070\u006f\u0072\u0074\u0044a\u0074\u0061,\u0020\u0048\u0069\u0064\u0065\u002c\u0020\u0053\u0065\u0074\u004f\u0043\u0047\u0053\u0074\u0061\u0074\u0065\u002c\u0020\u0052\u0065\u006e\u0064\u0069\u0074\u0069\u006f\u006e\u002c\u0020T\u0072\u0061\u006e\u0073\u002c\u0020\u0047o\u0054\u006f\u0033\u0044\u0056\u0069\u0065\u0077\u0020\u0061\u006e\u0064\u0020\u004a\u0061v\u0061Sc\u0072\u0069p\u0074\u0020\u0061\u0063\u0074\u0069\u006f\u006e\u0073\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u006e\u006f\u0074 \u0062\u0065\u0020\u0070\u0065\u0072m\u0069\u0074\u0074\u0065\u0064\u002e \u0041\u0064d\u0069\u0074\u0069\u006f\u006e\u0061\u006c\u006c\u0079\u002c\u0020t\u0068\u0065\u0020\u0064\u0065\u0070\u0072\u0065\u0063\u0061\u0074\u0065\u0064\u0020\u0073\u0065\u0074\u002d\u0073\u0074\u0061\u0074\u0065\u0020\u0061\u006e\u0064\u0020\u006e\u006f\u006f\u0070\u0020\u0061c\u0074\u0069\u006f\u006e\u0073\u0020\u0073\u0068\u0061l\u006c\u0020\u006e\u006f\u0074\u0020\u0062\u0065\u0020\u0070e\u0072\u006d\u0069\u0074\u0074\u0065\u0064\u002e")); +_dbfgb =true ;if _gaeg (){return _agacd ;};};continue ;};switch _g .PdfActionType (*_dbfc ){case _g .ActionTypeLaunch ,_g .ActionTypeSound ,_g .ActionTypeMovie ,_g .ActionTypeResetForm ,_g .ActionTypeImportData ,_g .ActionTypeJavaScript ,_g .ActionTypeHide ,_g .ActionTypeSetOCGState ,_g .ActionTypeRendition ,_g .ActionTypeTrans ,_g .ActionTypeGoTo3DView :if !_dbfgb {_agacd =append (_agacd ,_fgdg ("\u0036.\u0035\u002e\u0031\u002d\u0031","\u0054\u0068\u0065\u0020\u004caun\u0063\u0068\u002c\u0020S\u006f\u0075\u006e\u0064,\u0020\u004d\u006f\u0076\u0069\u0065\u002c\u0020\u0052\u0065\u0073\u0065\u0074\u0046\u006f\u0072\u006d\u002c\u0020\u0049\u006d\u0070\u006f\u0072\u0074\u0044a\u0074\u0061,\u0020\u0048\u0069\u0064\u0065\u002c\u0020\u0053\u0065\u0074\u004f\u0043\u0047\u0053\u0074\u0061\u0074\u0065\u002c\u0020\u0052\u0065\u006e\u0064\u0069\u0074\u0069\u006f\u006e\u002c\u0020T\u0072\u0061\u006e\u0073\u002c\u0020\u0047o\u0054\u006f\u0033\u0044\u0056\u0069\u0065\u0077\u0020\u0061\u006e\u0064\u0020\u004a\u0061v\u0061Sc\u0072\u0069p\u0074\u0020\u0061\u0063\u0074\u0069\u006f\u006e\u0073\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u006e\u006f\u0074 \u0062\u0065\u0020\u0070\u0065\u0072m\u0069\u0074\u0074\u0065\u0064\u002e \u0041\u0064d\u0069\u0074\u0069\u006f\u006e\u0061\u006c\u006c\u0079\u002c\u0020t\u0068\u0065\u0020\u0064\u0065\u0070\u0072\u0065\u0063\u0061\u0074\u0065\u0064\u0020\u0073\u0065\u0074\u002d\u0073\u0074\u0061\u0074\u0065\u0020\u0061\u006e\u0064\u0020\u006e\u006f\u006f\u0070\u0020\u0061c\u0074\u0069\u006f\u006e\u0073\u0020\u0073\u0068\u0061l\u006c\u0020\u006e\u006f\u0074\u0020\u0062\u0065\u0020\u0070e\u0072\u006d\u0069\u0074\u0074\u0065\u0064\u002e")); +_dbfgb =true ;if _gaeg (){return _agacd ;};};continue ;case _g .ActionTypeNamed :if !_cddb {_ffedgd ,_gbbega :=_aad .GetName (_eddcae .Get ("\u004e"));if !_gbbega {_agacd =append (_agacd ,_fgdg ("\u0036.\u0035\u002e\u0031\u002d\u0032","N\u0061\u006d\u0065\u0064\u0020\u0061\u0063t\u0069\u006f\u006e\u0073\u0020\u006f\u0074\u0068e\u0072\u0020\u0074h\u0061\u006e\u0020\u004e\u0065\u0078\u0074\u0050\u0061\u0067\u0065\u002c\u0020P\u0072\u0065v\u0050\u0061\u0067\u0065\u002c\u0020\u0046\u0069\u0072\u0073\u0074\u0050a\u0067e\u002c\u0020\u0061\u006e\u0064\u0020\u004c\u0061\u0073\u0074\u0050\u0061\u0067\u0065\u0020\u0073h\u0061\u006c\u006c\u0020\u006e\u006f\u0074\u0020\u0062\u0065\u0020\u0070\u0065\u0072\u006d\u0069\u0074\u0074\u0065\u0064\u002e")); +_cddb =true ;if _gaeg (){return _agacd ;};continue ;};switch *_ffedgd {case "\u004e\u0065\u0078\u0074\u0050\u0061\u0067\u0065","\u0050\u0072\u0065\u0076\u0050\u0061\u0067\u0065","\u0046i\u0072\u0073\u0074\u0050\u0061\u0067e","\u004c\u0061\u0073\u0074\u0050\u0061\u0067\u0065":default:_agacd =append (_agacd ,_fgdg ("\u0036.\u0035\u002e\u0031\u002d\u0032","N\u0061\u006d\u0065\u0064\u0020\u0061\u0063t\u0069\u006f\u006e\u0073\u0020\u006f\u0074\u0068e\u0072\u0020\u0074h\u0061\u006e\u0020\u004e\u0065\u0078\u0074\u0050\u0061\u0067\u0065\u002c\u0020P\u0072\u0065v\u0050\u0061\u0067\u0065\u002c\u0020\u0046\u0069\u0072\u0073\u0074\u0050a\u0067e\u002c\u0020\u0061\u006e\u0064\u0020\u004c\u0061\u0073\u0074\u0050\u0061\u0067\u0065\u0020\u0073h\u0061\u006c\u006c\u0020\u006e\u006f\u0074\u0020\u0062\u0065\u0020\u0070\u0065\u0072\u006d\u0069\u0074\u0074\u0065\u0064\u002e")); +_cddb =true ;if _gaeg (){return _agacd ;};continue ;};};};};return _agacd ;}; -// Conformance gets the PDF/A conformance. -func (_fecc *profile3 )Conformance ()string {return _fecc ._egbf ._ea }; +// Part gets the PDF/A version level. +func (_deabd *profile2 )Part ()int {return _deabd ._cbebb ._bc };func _dgcb (_gadf *_g .CompliancePdfReader )(_aacfb []ViolatedRule ){return _aacfb };var _fbc =ViolatedRule {};func _fdae (_fgbg *_g .CompliancePdfReader )(_gfdaf []ViolatedRule ){var (_cfdg ,_dcbdg ,_accd ,_cgcbb ,_dddf bool ; +_agac func (_aad .PdfObject ););_agac =func (_cafg _aad .PdfObject ){switch _eedg :=_cafg .(type ){case *_aad .PdfObjectInteger :if !_cfdg &&(int64 (*_eedg )> _c .MaxInt32 ||int64 (*_eedg )< -_c .MaxInt32 ){_gfdaf =append (_gfdaf ,_fgdg ("\u0036\u002e\u0031\u002e\u0031\u0033\u002d\u0031","L\u0061\u0072\u0067e\u0073\u0074\u0020\u0049\u006e\u0074\u0065\u0067\u0065\u0072\u0020\u0076\u0061\u006c\u0075\u0065\u0020\u0069\u0073\u0020\u0032\u002c\u0031\u0034\u0037,\u0034\u0038\u0033,\u0036\u0034\u0037\u002e\u0020\u0053\u006d\u0061\u006c\u006c\u0065\u0073\u0074 \u0069\u006e\u0074\u0065g\u0065\u0072\u0020\u0076a\u006c\u0075\u0065\u0020\u0069\u0073\u0020\u002d\u0032\u002c\u0031\u0034\u0037\u002c\u0034\u0038\u0033,\u0036\u0034\u0038\u002e")); +_cfdg =true ;};case *_aad .PdfObjectFloat :if !_dcbdg &&(_c .Abs (float64 (*_eedg ))> _c .MaxFloat32 ){_gfdaf =append (_gfdaf ,_fgdg ("\u0036\u002e\u0031\u002e\u0031\u0033\u002d\u0032","\u0041 \u0063\u006f\u006e\u0066orm\u0069\u006e\u0067\u0020f\u0069\u006c\u0065\u0020\u0073\u0068\u0061\u006c\u006c\u0020n\u006f\u0074\u0020\u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0020\u0061\u006e\u0079\u0020\u0072\u0065\u0061\u006c\u0020\u006e\u0075\u006db\u0065\u0072\u0020\u006f\u0075\u0074\u0073\u0069de\u0020\u0074\u0068e\u0020\u0072\u0061\u006e\u0067e\u0020o\u0066\u0020\u002b\u002f\u002d\u0033\u002e\u0034\u00303\u0020\u0078\u0020\u0031\u0030\u005e\u0033\u0038\u002e")); +};case *_aad .PdfObjectString :if !_accd &&len ([]byte (_eedg .Str ()))> 32767{_gfdaf =append (_gfdaf ,_fgdg ("\u0036\u002e\u0031\u002e\u0031\u0033\u002d\u0033","M\u0061\u0078\u0069\u006d\u0075\u006d\u0020\u006c\u0065n\u0067\u0074\u0068\u0020\u006f\u0066\u0020a \u0073\u0074\u0072\u0069n\u0067\u0020\u0028\u0069\u006e\u0020\u0062\u0079\u0074es\u0029\u0020i\u0073\u0020\u0033\u0032\u0037\u0036\u0037\u002e")); +_accd =true ;};case *_aad .PdfObjectName :if !_cgcbb &&len ([]byte (*_eedg ))> 127{_gfdaf =append (_gfdaf ,_fgdg ("\u0036\u002e\u0031\u002e\u0031\u0033\u002d\u0034","\u004d\u0061\u0078\u0069\u006d\u0075\u006d \u006c\u0065\u006eg\u0074\u0068\u0020\u006ff\u0020\u0061\u0020\u006e\u0061\u006d\u0065\u0020\u0028\u0069\u006e\u0020\u0062\u0079\u0074\u0065\u0073\u0029\u0020\u0069\u0073\u0020\u0031\u0032\u0037\u002e")); +_cgcbb =true ;};case *_aad .PdfObjectArray :for _ ,_bgba :=range _eedg .Elements (){_agac (_bgba );};if !_dddf &&(_eedg .Len ()==4||_eedg .Len ()==5){_edbba ,_bgef :=_aad .GetName (_eedg .Get (0));if !_bgef {return ;};if *_edbba !="\u0044e\u0076\u0069\u0063\u0065\u004e"{return ; +};_gfab :=_eedg .Get (1);_gfab =_aad .TraceToDirectObject (_gfab );_becg ,_bgef :=_aad .GetArray (_gfab );if !_bgef {return ;};if _becg .Len ()> 32{_gfdaf =append (_gfdaf ,_fgdg ("\u0036\u002e\u0031\u002e\u0031\u0033\u002d\u0039","\u004d\u0061\u0078\u0069\u006d\u0075\u006d \u006e\u0075\u006db\u0065\u0072\u0020\u006ff\u0020\u0044\u0065\u0076\u0069\u0063\u0065\u004e\u0020\u0063\u006f\u006d\u0070\u006f\u006e\u0065\u006e\u0074\u0073\u0020\u0069\u0073\u0020\u0033\u0032\u002e")); +_dddf =true ;};};case *_aad .PdfObjectDictionary :_gfbd :=_eedg .Keys ();for _fced ,_bedadg :=range _gfbd {_agac (&_gfbd [_fced ]);_agac (_eedg .Get (_bedadg ));};case *_aad .PdfObjectStream :_agac (_eedg .PdfObjectDictionary );case *_aad .PdfObjectStreams :for _ ,_cacd :=range _eedg .Elements (){_agac (_cacd ); +};case *_aad .PdfObjectReference :_agac (_eedg .Resolve ());};};_ceba :=_fgbg .GetObjectNums ();if len (_ceba )> 8388607{_gfdaf =append (_gfdaf ,_fgdg ("\u0036\u002e\u0031\u002e\u0031\u0033\u002d\u0037","\u004d\u0061\u0078\u0069\u006d\u0075\u006d\u0020\u006e\u0075\u006d\u0062\u0065\u0072\u0020\u006f\u0066\u0020in\u0064i\u0072\u0065\u0063\u0074\u0020\u006f\u0062\u006a\u0065\u0063\u0074\u0073 \u0069\u006e\u0020\u0061\u0020\u0050\u0044\u0046\u0020\u0066\u0069\u006c\u0065\u0020\u0069\u0073\u00208\u002c\u0033\u0038\u0038\u002c\u0036\u0030\u0037\u002e")); +};for _ ,_aceb :=range _ceba {_cfecf ,_fbge :=_fgbg .GetIndirectObjectByNumber (_aceb );if _fbge !=nil {continue ;};_babf :=_aad .TraceToDirectObject (_cfecf );_agac (_babf );};return _gfdaf ;};func _eggb (_aagd *_g .CompliancePdfReader )ViolatedRule {_dadg :=_aagd .ParserMetadata ().HeaderCommentBytes (); +if _dadg [0]> 127&&_dadg [1]> 127&&_dadg [2]> 127&&_dadg [3]> 127{return _fbc ;};return _fgdg ("\u0036.\u0031\u002e\u0032\u002d\u0032","\u0054\u0068\u0065\u0020\u0066\u0069\u006c\u0065\u0020\u0068\u0065\u0061\u0064\u0065\u0072\u0020\u006c\u0069\u006e\u0065\u0020\u0073\u0068\u0061\u006c\u006c b\u0065\u0020i\u006d\u006d\u0065\u0064\u0069a\u0074\u0065\u006c\u0079 \u0066\u006f\u006c\u006co\u0077\u0065\u0064\u0020\u0062\u0079\u0020\u0061\u0020\u0063\u006f\u006d\u006d\u0065n\u0074\u0020\u0063\u006f\u006e\u0073\u0069s\u0074\u0069\u006e\u0067\u0020o\u0066\u0020\u0061\u0020\u0025\u0020\u0063\u0068\u0061\u0072\u0061\u0063\u0074\u0065\u0072\u0020\u0066\u006f\u006c\u006c\u006fwe\u0064\u0020\u0062y\u0020a\u0074\u0009\u006c\u0065a\u0073\u0074\u0020f\u006f\u0075\u0072\u0020\u0063\u0068\u0061\u0072\u0061\u0063\u0074\u0065r\u0073\u002c\u0020e\u0061\u0063\u0068\u0020\u006f\u0066\u0020\u0077\u0068\u006f\u0073\u0065 \u0065\u006e\u0063\u006f\u0064e\u0064\u0020\u0062\u0079\u0074e\u0020\u0076\u0061\u006c\u0075\u0065s\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u0068\u0061\u0076\u0065\u0020\u0061\u0020\u0064e\u0063\u0069\u006d\u0061\u006c \u0076\u0061\u006c\u0075\u0065\u0020\u0067\u0072\u0065\u0061\u0074\u0065\u0072\u0020\u0074\u0068\u0061\u006e\u0020\u0031\u0032\u0037\u002e"); +};func _gdcd (_efgf *_g .CompliancePdfReader )(_cded ViolatedRule ){for _ ,_dcbfd :=range _efgf .GetObjectNums (){_gbcf ,_dfaa :=_efgf .GetIndirectObjectByNumber (_dcbfd );if _dfaa !=nil {continue ;};_cfbg ,_befcc :=_aad .GetStream (_gbcf );if !_befcc {continue ; +};_cagf ,_befcc :=_aad .GetName (_cfbg .Get ("\u0054\u0079\u0070\u0065"));if !_befcc {continue ;};if *_cagf !="\u0058O\u0062\u006a\u0065\u0063\u0074"{continue ;};if _cfbg .Get ("\u0052\u0065\u0066")!=nil {return _fgdg ("\u0036.\u0032\u002e\u0036\u002d\u0031","\u0041\u0020\u0063\u006f\u006e\u0066\u006f\u0072\u006d\u0069\u006e\u0067\u0020\u0066\u0069\u006c\u0065\u0020\u0073\u0068a\u006c\u006c\u0020\u006e\u006f\u0074\u0020\u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0020\u0061\u006e\u0079\u0020\u0072\u0065\u0066\u0065\u0072\u0065\u006e\u0063\u0065\u0020\u0058O\u0062\u006a\u0065\u0063\u0074s\u002e"); +};};return _cded ;};type profile1 struct{_deeb standardType ;_bgd Profile1Options ;};func _dggc (_dbgg *Profile3Options ){if _dbgg .Now ==nil {_dbgg .Now =_f .Now ;};};func _cegda (_cfefg *_g .CompliancePdfReader )(*_g .PdfOutputIntent ,bool ){_cecg ,_ecdg :=_edcgd (_cfefg ); +if !_ecdg {return nil ,false ;};_aaab ,_efca :=_g .NewPdfOutputIntentFromPdfObject (_cecg );if _efca !=nil {return nil ,false ;};return _aaab ,true ;};func _ea ()standardType {return standardType {_bc :1,_fa :"\u0041"}};type documentImages struct{_fba ,_dcc ,_dcf bool ; +_aeg map[_aad .PdfObject ]struct{};_aea []*imageInfo ;};func _bdcb (_gddad *_g .CompliancePdfReader )(_dege ViolatedRule ){_deaef ,_cebgb :=_dagg (_gddad );if !_cebgb {return _fbc ;};if _deaef .Get ("\u0041\u0041")!=nil {return _fgdg ("\u0036.\u0035\u002e\u0032\u002d\u0031","\u0054h\u0065\u0020\u0064\u006fc\u0075m\u0065\u006e\u0074\u0020\u0063\u0061\u0074\u0061\u006co\u0067\u0020\u0073\u0068\u0061\u006c\u006c\u0020n\u006f\u0074\u0020\u0069\u006e\u0063\u006c\u0075\u0064\u0065\u0020a\u006e\u0020\u0041\u0041\u0020\u0065\u006e\u0074\u0072\u0079 \u0066\u006f\u0072\u0020\u0061\u006e\u0020\u0061\u0064\u0064\u0069\u0074\u0069\u006f\u006e\u0061\u006c\u002d\u0061c\u0074\u0069\u006f\u006e\u0073\u0020\u0064\u0069\u0063\u0074\u0069\u006fn\u0061r\u0079\u002e"); +};return _fbc ;}; -// Conformance gets the PDF/A conformance. -func (_dcbda *profile2 )Conformance ()string {return _dcbda ._ceceg ._ea }; +// XmpOptions are the options used by the optimization of the XMP metadata. +type XmpOptions struct{ -// Profile3Options are the options that changes the way how optimizer may try to adapt document into PDF/A standard. -type Profile3Options struct{ +// Copyright information. +Copyright string ; -// CMYKDefaultColorSpace is an option that refers PDF/A -CMYKDefaultColorSpace bool ; +// OriginalDocumentID is the original document identifier. +// By default, if this field is empty the value is extracted from the XMP Metadata or generated UUID. +OriginalDocumentID string ; -// Now is a function that returns current time. -Now func ()_ff .Time ; +// DocumentID is the original document identifier. +// By default, if this field is empty the value is extracted from the XMP Metadata or generated UUID. +DocumentID string ; -// Xmp is the xmp options information. -Xmp XmpOptions ;};func _dabd (_fdde *_bag .Document )error {_beda :=func (_agb *_geb .PdfObjectDictionary )error {if _agb .Get ("\u0054\u0052")!=nil {_gd .Log .Debug ("\u0045\u0078\u0074\u0047\u0053\u0074\u0061\u0074\u0065\u0020\u006f\u0062\u006a\u0065\u0063t\u0020c\u006f\u006e\u0074\u0061\u0069\u006e\u0073\u0020\u0054\u0052\u0020\u006b\u0065\u0079"); -_agb .Remove ("\u0054\u0052");};_bafg :=_agb .Get ("\u0054\u0052\u0032");if _bafg !=nil {_bdc :=_bafg .String ();if _bdc !="\u0044e\u0066\u0061\u0075\u006c\u0074"{_gd .Log .Debug ("\u0045x\u0074\u0047\u0053\u0074\u0061\u0074\u0065 o\u0062\u006a\u0065\u0063\u0074\u0020\u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0073 \u0054\u00522\u0020\u006b\u0065y\u0020\u0077\u0069\u0074\u0068\u0020\u0076\u0061\u006c\u0075\u0065\u0020\u006f\u0074\u0068\u0065r\u0020\u0074ha\u006e\u0020\u0044e\u0066\u0061\u0075\u006c\u0074"); -_agb .Set ("\u0054\u0052\u0032",_geb .MakeName ("\u0044e\u0066\u0061\u0075\u006c\u0074"));};};if _agb .Get ("\u0048\u0054\u0050")!=nil {_gd .Log .Debug ("\u0045\u0078\u0074\u0047\u0053\u0074a\u0074\u0065\u0020\u006f\u0062\u006a\u0065\u0063\u0074\u0020\u0063\u006f\u006et\u0061\u0069\u006e\u0073\u0020\u0048\u0054P\u0020\u006b\u0065\u0079"); -_agb .Remove ("\u0048\u0054\u0050");};_fbdeb :=_agb .Get ("\u0042\u004d");if _fbdeb !=nil {_agcg ,_dggd :=_geb .GetName (_fbdeb );if !_dggd {_gd .Log .Debug ("E\u0078\u0074\u0047\u0053\u0074\u0061t\u0065\u0020\u006f\u0062\u006a\u0065c\u0074\u0020\u0027\u0042\u004d\u0027\u0020i\u0073\u0020\u006e\u006f\u0074\u0020\u0061\u0020\u004e\u0061m\u0065"); -_agcg =_geb .MakeName ("");};_cbca :=_agcg .String ();switch _cbca {case "\u004e\u006f\u0072\u006d\u0061\u006c","\u0043\u006f\u006d\u0070\u0061\u0074\u0069\u0062\u006c\u0065","\u004d\u0075\u006c\u0074\u0069\u0070\u006c\u0079","\u0053\u0063\u0072\u0065\u0065\u006e","\u004fv\u0065\u0072\u006c\u0061\u0079","\u0044\u0061\u0072\u006b\u0065\u006e","\u004ci\u0067\u0068\u0074\u0065\u006e","\u0043\u006f\u006c\u006f\u0072\u0044\u006f\u0064\u0067\u0065","\u0043o\u006c\u006f\u0072\u0042\u0075\u0072n","\u0048a\u0072\u0064\u004c\u0069\u0067\u0068t","\u0053o\u0066\u0074\u004c\u0069\u0067\u0068t","\u0044\u0069\u0066\u0066\u0065\u0072\u0065\u006e\u0063\u0065","\u0045x\u0063\u006c\u0075\u0073\u0069\u006fn","\u0048\u0075\u0065","\u0053\u0061\u0074\u0075\u0072\u0061\u0074\u0069\u006f\u006e","\u0043\u006f\u006co\u0072","\u004c\u0075\u006d\u0069\u006e\u006f\u0073\u0069\u0074\u0079":default:_agb .Set ("\u0042\u004d",_geb .MakeName ("\u004e\u006f\u0072\u006d\u0061\u006c")); -};};return nil ;};_cdc ,_gaab :=_fdde .GetPages ();if !_gaab {return nil ;};for _ ,_bede :=range _cdc {_eefd ,_fac :=_bede .GetResources ();if !_fac {continue ;};_dcgef ,_fffe :=_geb .GetDict (_eefd .Get ("\u0045x\u0074\u0047\u0053\u0074\u0061\u0074e")); -if !_fffe {return nil ;};_bgbf :=_dcgef .Keys ();for _ ,_fcda :=range _bgbf {_cec ,_fgf :=_geb .GetDict (_dcgef .Get (_fcda ));if !_fgf {continue ;};_aagd :=_beda (_cec );if _aagd !=nil {continue ;};};};for _ ,_bffc :=range _cdc {_ddac ,_geg :=_bffc .GetContents (); -if !_geg {return nil ;};for _ ,_bcdgf :=range _ddac {_bebc ,_acdc :=_bcdgf .GetData ();if _acdc !=nil {continue ;};_fbab :=_gg .NewContentStreamParser (string (_bebc ));_cdf ,_acdc :=_fbab .Parse ();if _acdc !=nil {continue ;};for _ ,_fbaf :=range *_cdf {if len (_fbaf .Params )==0{continue ; -};_ ,_adab :=_geb .GetName (_fbaf .Params [0]);if !_adab {continue ;};_gea ,_dbdf :=_bffc .GetResourcesXObject ();if !_dbdf {continue ;};for _ ,_bebe :=range _gea .Keys (){_abbf ,_deffa :=_geb .GetStream (_gea .Get (_bebe ));if !_deffa {continue ;};_fgef ,_deffa :=_geb .GetDict (_abbf .Get ("\u0052e\u0073\u006f\u0075\u0072\u0063\u0065s")); -if !_deffa {continue ;};_eee ,_deffa :=_geb .GetDict (_fgef .Get ("\u0045x\u0074\u0047\u0053\u0074\u0061\u0074e"));if !_deffa {continue ;};for _ ,_bba :=range _eee .Keys (){_abga ,_fdb :=_geb .GetDict (_eee .Get (_bba ));if !_fdb {continue ;};_dcgeg :=_beda (_abga ); -if _dcgeg !=nil {continue ;};};};};};};return nil ;};func _dgba (_efaage *_ae .CompliancePdfReader ,_dbdac standardType )(_aabed []ViolatedRule ){var _bfff ,_bggcd ,_bdcd ,_gaad ,_ceed ,_bfbe ,_caed ,_efbg ,_fecd ,_ccfdd ,_ggde bool ;_gbcbb :=func ()bool {return _bfff &&_bggcd &&_bdcd &&_gaad &&_ceed &&_bfbe &&_caed &&_efbg &&_fecd &&_ccfdd &&_ggde ; -};_ecfcf :=map[*_geb .PdfObjectStream ]*_gba .CMap {};_edgba :=map[*_geb .PdfObjectStream ][]byte {};_bgbe :=map[_geb .PdfObject ]*_ae .PdfFont {};for _ ,_eede :=range _efaage .GetObjectNums (){_dagc ,_feae :=_efaage .GetIndirectObjectByNumber (_eede ); -if _feae !=nil {continue ;};_egbc ,_baceb :=_geb .GetDict (_dagc );if !_baceb {continue ;};_deaa ,_baceb :=_geb .GetName (_egbc .Get ("\u0054\u0079\u0070\u0065"));if !_baceb {continue ;};if *_deaa !="\u0046\u006f\u006e\u0074"{continue ;};_caacg ,_feae :=_ae .NewPdfFontFromPdfObject (_egbc ); -if _feae !=nil {_gd .Log .Debug ("g\u0065\u0074\u0074\u0069\u006e\u0067 \u0066\u006f\u006e\u0074\u0020\u0066r\u006f\u006d\u0020\u006f\u0062\u006a\u0065c\u0074\u0020\u0066\u0061\u0069\u006c\u0065\u0064\u003a\u0020%\u0076",_feae );continue ;};_bgbe [_egbc ]=_caacg ; -};for _ ,_gcbd :=range _efaage .PageList {_caddb ,_edgg :=_gcbd .GetContentStreams ();if _edgg !=nil {_gd .Log .Debug ("G\u0065\u0074\u0074\u0069\u006e\u0067 \u0070\u0061\u0067\u0065\u0020\u0063o\u006e\u0074\u0065\u006e\u0074\u0020\u0073t\u0072\u0065\u0061\u006d\u0073\u0020\u0066\u0061\u0069\u006ce\u0064"); -continue ;};for _ ,_bbcf :=range _caddb {_eege :=_gg .NewContentStreamParser (_bbcf );_baeaf ,_bdgc :=_eege .Parse ();if _bdgc !=nil {_gd .Log .Debug ("\u0070\u0061\u0072\u0073\u0069\u006e\u0067\u0020\u0063\u006f\u006e\u0074\u0065\u006e\u0074s\u0074r\u0065\u0061\u006d\u0020\u0066\u0061\u0069\u006c\u0065\u0064\u003a\u0020\u0025\u0076",_bdgc ); -continue ;};var _agfba bool ;for _ ,_fffb :=range *_baeaf {if _fffb .Operand !="\u0054\u0072"{continue ;};if len (_fffb .Params )!=1{_gd .Log .Debug ("\u0069\u006e\u0076\u0061\u006ci\u0064\u0020\u006e\u0075\u006d\u0062\u0065r\u0020\u006f\u0066\u0020\u0070\u0061\u0072\u0061\u006d\u0065\u0074\u0065\u0072\u0073\u0020\u0066\u006f\u0072\u0020\u0074\u0068\u0065\u0020\u0027\u0054\u0072\u0027\u0020\u006f\u0070\u0065\u0072\u0061\u006e\u0064\u002c\u0020\u0065\u0078\u0070e\u0063\u0074\u0065\u0064\u0020\u0027\u0031\u0027\u0020\u0062\u0075\u0074 \u0069\u0073\u003a\u0020\u0027\u0025d\u0027",len (_fffb .Params )); -continue ;};_cafg ,_eagbg :=_geb .GetIntVal (_fffb .Params [0]);if !_eagbg {_gd .Log .Debug ("\u0072\u0065\u006e\u0064\u0065\u0072\u0069\u006e\u0067\u0020\u006d\u006f\u0064\u0065\u0020i\u0073 \u006e\u006f\u0074\u0020\u0061\u006e\u0020\u0069\u006e\u0074\u0065\u0067\u0065\u0072"); -continue ;};if _cafg ==3{_agfba =true ;break ;};};for _ ,_agfd :=range *_baeaf {if _agfd .Operand !="\u0054\u0066"{continue ;};if len (_agfd .Params )!=2{_gd .Log .Debug ("i\u006eva\u006ci\u0064 \u006e\u0075\u006d\u0062\u0065r\u0020\u006f\u0066 \u0070\u0061\u0072\u0061\u006de\u0074\u0065\u0072s\u0020\u0066\u006f\u0072\u0020\u0074\u0068\u0065\u0020\u0027\u0054f\u0027\u0020\u006fper\u0061\u006e\u0064\u002c\u0020\u0065x\u0070\u0065\u0063\u0074\u0065\u0064\u0020\u0027\u0032\u0027\u0020\u0069s\u003a \u0027\u0025\u0064\u0027",len (_agfd .Params )); -continue ;};_edcg ,_cfeff :=_geb .GetName (_agfd .Params [0]);if !_cfeff {_gd .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a \u0054\u0066\u0020\u006f\u0070\u003d\u0025\u0073\u0020\u0047\u0065\u0074\u004ea\u006d\u0065\u0056\u0061\u006c\u0020\u0066a\u0069\u006c\u0065\u0064",_agfd ); -continue ;};_ecfe ,_cdee :=_gcbd .Resources .GetFontByName (*_edcg );if !_cdee {_gd .Log .Debug ("\u0066\u006f\u006e\u0074\u0020\u006e\u006f\u0074\u0020f\u006f\u0075\u006e\u0064");continue ;};_dbggg ,_cfeff :=_geb .GetDict (_ecfe );if !_cfeff {_gd .Log .Debug ("\u0066\u006f\u006e\u0074 d\u0069\u0063\u0074\u0020\u006e\u006f\u0074\u0020\u0066\u006f\u0075\u006e\u0064"); -continue ;};_cgag ,_cfeff :=_bgbe [_dbggg ];if !_cfeff {var _dcga error ;_cgag ,_dcga =_ae .NewPdfFontFromPdfObject (_dbggg );if _dcga !=nil {_gd .Log .Debug ("\u0067\u0065\u0074\u0074i\u006e\u0067\u0020\u0066\u006f\u006e\u0074\u0020\u0066\u0072o\u006d \u006f\u0062\u006a\u0065\u0063\u0074\u003a \u0025\u0076",_dcga ); -continue ;};_bgbe [_dbggg ]=_cgag ;};if !_bfff {_cgcb :=_aedda (_dbggg ,_edgba ,_ecfcf );if _cgcb !=_fc {_aabed =append (_aabed ,_cgcb );_bfff =true ;if _gbcbb (){return _aabed ;};};};if !_bggcd {_bdga :=_gbec (_dbggg );if _bdga !=_fc {_aabed =append (_aabed ,_bdga ); -_bggcd =true ;if _gbcbb (){return _aabed ;};};};if !_bdcd {_affb :=_dgcef (_dbggg ,_edgba ,_ecfcf );if _affb !=_fc {_aabed =append (_aabed ,_affb );_bdcd =true ;if _gbcbb (){return _aabed ;};};};if !_gaad {_fgae :=_befc (_dbggg ,_edgba ,_ecfcf );if _fgae !=_fc {_aabed =append (_aabed ,_fgae ); -_gaad =true ;if _gbcbb (){return _aabed ;};};};if !_ceed {_dcdbd :=_ebeee (_cgag ,_dbggg ,_agfba );if _dcdbd !=_fc {_ceed =true ;_aabed =append (_aabed ,_dcdbd );if _gbcbb (){return _aabed ;};};};if !_bfbe {_dceg :=_gfdf (_cgag ,_dbggg );if _dceg !=_fc {_bfbe =true ; -_aabed =append (_aabed ,_dceg );if _gbcbb (){return _aabed ;};};};if !_caed {_gcda :=_eggbb (_cgag ,_dbggg );if _gcda !=_fc {_caed =true ;_aabed =append (_aabed ,_gcda );if _gbcbb (){return _aabed ;};};};if !_efbg {_afcb :=_fcfc (_cgag ,_dbggg );if _afcb !=_fc {_efbg =true ; -_aabed =append (_aabed ,_afcb );if _gbcbb (){return _aabed ;};};};if !_fecd {_gfbed :=_gebd (_cgag ,_dbggg );if _gfbed !=_fc {_fecd =true ;_aabed =append (_aabed ,_gfbed );if _gbcbb (){return _aabed ;};};};if !_ccfdd {_baab :=_eaabc (_cgag ,_dbggg );if _baab !=_fc {_ccfdd =true ; -_aabed =append (_aabed ,_baab );if _gbcbb (){return _aabed ;};};};if !_ggde &&_dbdac ._ea =="\u0041"{_gbcbc :=_fadc (_dbggg ,_edgba ,_ecfcf );if _gbcbc !=_fc {_ggde =true ;_aabed =append (_aabed ,_gbcbc );if _gbcbb (){return _aabed ;};};};};};};return _aabed ; -};func _bbdbb (_ccacd *_ae .CompliancePdfReader )ViolatedRule {return _fc };func _ffa (_cefcd *_ae .CompliancePdfReader )ViolatedRule {_dfaga :=map[*_geb .PdfObjectStream ]struct{}{};for _ ,_fecb :=range _cefcd .PageList {if _fecb .Resources ==nil &&_fecb .Contents ==nil {continue ; -};if _eadc :=_fecb .GetPageDict ();_eadc !=nil {_cfbef ,_fdba :=_geb .GetDict (_eadc .Get ("\u0047\u0072\u006fu\u0070"));if _fdba {if _ddbb :=_cfbef .Get ("\u0053");_ddbb !=nil {_dfada ,_gebgb :=_geb .GetName (_ddbb );if _gebgb &&_dfada .String ()=="\u0054\u0072\u0061n\u0073\u0070\u0061\u0072\u0065\u006e\u0063\u0079"{return _eef ("\u0036\u002e\u0034-\u0033","\u0041\u0020\u0047\u0072\u006f\u0075\u0070\u0020\u006f\u0062\u006a\u0065\u0063\u0074\u0020\u0077\u0069\u0074\u0068\u0020\u0061\u006e\u0020\u0053\u0020\u0078Ob\u006a\u0065c\u0074\u0020\u0077\u0069\u0074h\u0020\u0061\u0020\u0076a\u006c\u0075\u0065\u0020o\u0066\u0020\u0054\u0072\u0061\u006e\u0073\u0070\u0061\u0072\u0065\u006e\u0063\u0079 \u0073\u0068\u0061\u006c\u006c\u0020\u006eo\u0074\u0020\u0062\u0065\u0020i\u006e\u0063\u006c\u0075\u0064\u0065\u0064\u0020\u0069\u006e\u0020\u0061\u0020\u0066\u006f\u0072\u006d\u0020\u0058\u004f\u0062je\u0063\u0074\u002e\n\u0041 \u0047\u0072\u006f\u0075p\u0020\u006f\u0062j\u0065\u0063\u0074\u0020\u0077\u0069\u0074\u0068\u0020\u0061\u006e\u0020S\u0020\u0078\u004fb\u006a\u0065\u0063\u0074\u0020\u0077\u0069\u0074\u0068\u0020\u0061\u0020v\u0061\u006c\u0075\u0065\u0020o\u0066\u0020\u0054\u0072\u0061n\u0073\u0070\u0061\u0072\u0065\u006ec\u0079\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u006e\u006f\u0074\u0020\u0062\u0065\u0020i\u006e\u0063\u006c\u0075\u0064e\u0064\u0020\u0069\u006e\u0020\u0061\u0020\u0070\u0061\u0067\u0065\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u002e"); -};};};};if _fecb .Resources !=nil {if _edbed ,_ecec :=_geb .GetDict (_fecb .Resources .XObject );_ecec {for _ ,_gggcb :=range _edbed .Keys (){_eeeg ,_adgfe :=_geb .GetStream (_edbed .Get (_gggcb ));if !_adgfe {continue ;};if _ ,_gdgf :=_dfaga [_eeeg ]; -_gdgf {continue ;};_dade ,_adgfe :=_geb .GetDict (_eeeg .Get ("\u0047\u0072\u006fu\u0070"));if !_adgfe {_dfaga [_eeeg ]=struct{}{};continue ;};_cbfa :=_dade .Get ("\u0053");if _cbfa !=nil {_cebd ,_agfc :=_geb .GetName (_cbfa );if _agfc &&_cebd .String ()=="\u0054\u0072\u0061n\u0073\u0070\u0061\u0072\u0065\u006e\u0063\u0079"{return _eef ("\u0036\u002e\u0034-\u0033","\u0041\u0020\u0047\u0072\u006f\u0075\u0070\u0020\u006f\u0062\u006a\u0065\u0063\u0074\u0020\u0077\u0069\u0074\u0068\u0020\u0061\u006e\u0020\u0053\u0020\u0078Ob\u006a\u0065c\u0074\u0020\u0077\u0069\u0074h\u0020\u0061\u0020\u0076a\u006c\u0075\u0065\u0020o\u0066\u0020\u0054\u0072\u0061\u006e\u0073\u0070\u0061\u0072\u0065\u006e\u0063\u0079 \u0073\u0068\u0061\u006c\u006c\u0020\u006eo\u0074\u0020\u0062\u0065\u0020i\u006e\u0063\u006c\u0075\u0064\u0065\u0064\u0020\u0069\u006e\u0020\u0061\u0020\u0066\u006f\u0072\u006d\u0020\u0058\u004f\u0062je\u0063\u0074\u002e\n\u0041 \u0047\u0072\u006f\u0075p\u0020\u006f\u0062j\u0065\u0063\u0074\u0020\u0077\u0069\u0074\u0068\u0020\u0061\u006e\u0020S\u0020\u0078\u004fb\u006a\u0065\u0063\u0074\u0020\u0077\u0069\u0074\u0068\u0020\u0061\u0020v\u0061\u006c\u0075\u0065\u0020o\u0066\u0020\u0054\u0072\u0061n\u0073\u0070\u0061\u0072\u0065\u006ec\u0079\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u006e\u006f\u0074\u0020\u0062\u0065\u0020i\u006e\u0063\u006c\u0075\u0064e\u0064\u0020\u0069\u006e\u0020\u0061\u0020\u0070\u0061\u0067\u0065\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u002e"); -};};_dfaga [_eeeg ]=struct{}{};continue ;};};};if _fecb .Contents !=nil {_fbea ,_cbgc :=_fecb .GetContentStreams ();if _cbgc !=nil {continue ;};for _ ,_dccg :=range _fbea {_cedf ,_aegd :=_gg .NewContentStreamParser (_dccg ).Parse ();if _aegd !=nil {continue ; -};for _ ,_egge :=range *_cedf {if len (_egge .Params )==0{continue ;};_cdba ,_dcbfa :=_geb .GetName (_egge .Params [0]);if !_dcbfa {continue ;};_eecbc ,_bgcgg :=_fecb .Resources .GetXObjectByName (*_cdba );if _bgcgg !=_ae .XObjectTypeForm {continue ;}; -if _ ,_bcde :=_dfaga [_eecbc ];_bcde {continue ;};_gddg ,_dcbfa :=_geb .GetDict (_eecbc .Get ("\u0047\u0072\u006fu\u0070"));if !_dcbfa {_dfaga [_eecbc ]=struct{}{};continue ;};_aeae :=_gddg .Get ("\u0053");if _aeae !=nil {_cggd ,_cbdcf :=_geb .GetName (_aeae ); -if _cbdcf &&_cggd .String ()=="\u0054\u0072\u0061n\u0073\u0070\u0061\u0072\u0065\u006e\u0063\u0079"{return _eef ("\u0036\u002e\u0034-\u0033","\u0041\u0020\u0047\u0072\u006f\u0075\u0070\u0020\u006f\u0062\u006a\u0065\u0063\u0074\u0020\u0077\u0069\u0074\u0068\u0020\u0061\u006e\u0020\u0053\u0020\u0078Ob\u006a\u0065c\u0074\u0020\u0077\u0069\u0074h\u0020\u0061\u0020\u0076a\u006c\u0075\u0065\u0020o\u0066\u0020\u0054\u0072\u0061\u006e\u0073\u0070\u0061\u0072\u0065\u006e\u0063\u0079 \u0073\u0068\u0061\u006c\u006c\u0020\u006eo\u0074\u0020\u0062\u0065\u0020i\u006e\u0063\u006c\u0075\u0064\u0065\u0064\u0020\u0069\u006e\u0020\u0061\u0020\u0066\u006f\u0072\u006d\u0020\u0058\u004f\u0062je\u0063\u0074\u002e\n\u0041 \u0047\u0072\u006f\u0075p\u0020\u006f\u0062j\u0065\u0063\u0074\u0020\u0077\u0069\u0074\u0068\u0020\u0061\u006e\u0020S\u0020\u0078\u004fb\u006a\u0065\u0063\u0074\u0020\u0077\u0069\u0074\u0068\u0020\u0061\u0020v\u0061\u006c\u0075\u0065\u0020o\u0066\u0020\u0054\u0072\u0061n\u0073\u0070\u0061\u0072\u0065\u006ec\u0079\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u006e\u006f\u0074\u0020\u0062\u0065\u0020i\u006e\u0063\u006c\u0075\u0064e\u0064\u0020\u0069\u006e\u0020\u0061\u0020\u0070\u0061\u0067\u0065\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u002e"); -};};_dfaga [_eecbc ]=struct{}{};};};};};return _fc ;};func _fdac (_ccba *_ae .CompliancePdfReader ,_fbgf bool )(_bagf []ViolatedRule ){var _ecae ,_eaab ,_aadc ,_cabg ,_fdaea ,_fgefe ,_abge bool ;_bbggc :=func ()bool {return _ecae &&_eaab &&_aadc &&_cabg &&_fdaea &&_fgefe &&_abge }; -_ffcf ,_cbdd :=_fdaf (_ccba );var _afedf _bae .ProfileHeader ;if _cbdd {_afedf ,_ =_bae .ParseHeader (_ffcf .DestOutputProfile );};var _eddb bool ;_gbde :=map[_geb .PdfObject ]struct{}{};var _ebba func (_bdfae _ae .PdfColorspace )bool ;_ebba =func (_afbc _ae .PdfColorspace )bool {switch _cfecg :=_afbc .(type ){case *_ae .PdfColorspaceDeviceGray :if !_fgefe {if !_cbdd {_eddb =true ; -_bagf =append (_bagf ,_eef ("\u0036.\u0032\u002e\u0033\u002d\u0034","\u0044\u0065\u0076\u0069\u0063\u0065G\u0072\u0061\u0079\u0020\u006da\u0079\u0020\u0062\u0065\u0020\u0075s\u0065\u0064\u0020\u006f\u006el\u0079\u0020\u0069\u0066\u0020\u0074\u0068\u0065\u0020\u0066\u0069\u006ce\u0020\u0068\u0061\u0073\u0020\u0061\u0020\u0050\u0044\u0046\u002f\u0041\u002d\u0031\u0020O\u0075\u0074\u0070\u0075\u0074\u0049\u006e\u0074e\u006e\u0074\u002e")); -_fgefe =true ;if _bbggc (){return true ;};};};case *_ae .PdfColorspaceDeviceRGB :if !_cabg {if !_cbdd ||_afedf .ColorSpace !=_bae .ColorSpaceRGB {_eddb =true ;_bagf =append (_bagf ,_eef ("\u0036.\u0032\u002e\u0033\u002d\u0032","\u0044\u0065\u0076\u0069\u0063\u0065\u0052\u0047\u0042\u0020\u006d\u0061\u0079\u0020\u0062\u0065\u0020\u0075\u0073\u0065\u0064\u0020\u006f\u006e\u006c\u0079\u0020\u0069\u0066\u0020\u0074\u0068\u0065 \u0066\u0069\u006c\u0065\u0020\u0068\u0061\u0073\u0020\u0061\u0020\u0050\u0044\u0046\u002f\u0041\u002d\u0031\u0020\u004f\u0075\u0074\u0070\u0075\u0074In\u0074\u0065\u006e\u0074\u0020\u0074\u0068\u0061\u0074\u0020u\u0073es\u0020a\u006e\u0020\u0052\u0047\u0042\u0020\u0063o\u006c\u006f\u0072\u0020\u0073\u0070\u0061\u0063\u0065\u002e")); -_cabg =true ;if _bbggc (){return true ;};};};case *_ae .PdfColorspaceDeviceCMYK :if !_fdaea {if !_cbdd ||_afedf .ColorSpace !=_bae .ColorSpaceCMYK {_eddb =true ;_bagf =append (_bagf ,_eef ("\u0036.\u0032\u002e\u0033\u002d\u0033","\u0044\u0065\u0076\u0069\u0063e\u0043\u004d\u0059\u004b \u006d\u0061\u0079\u0020\u0062\u0065\u0020\u0075\u0073\u0065\u0064\u0020\u006f\u006e\u006c\u0079\u0020\u0069\u0066\u0020\u0074h\u0065\u0020\u0066\u0069\u006ce \u0068\u0061\u0073\u0020\u0061 \u0050\u0044\u0046\u002f\u0041\u002d\u0031\u0020\u004f\u0075\u0074p\u0075\u0074\u0049\u006e\u0074\u0065\u006e\u0074\u0020\u0074\u0068a\u0074\u0020\u0075\u0073\u0065\u0073\u0020\u0061\u006e \u0043\u004d\u0059\u004b\u0020\u0063\u006f\u006c\u006f\u0072\u0020s\u0070\u0061\u0063e\u002e")); -_fdaea =true ;if _bbggc (){return true ;};};};case *_ae .PdfColorspaceICCBased :if !_aadc ||!_abge {_gdefg ,_gcee :=_bae .ParseHeader (_cfecg .Data );if _gcee !=nil {_gd .Log .Debug ("\u0070\u0061\u0072si\u006e\u0067\u0020\u0049\u0043\u0043\u0042\u0061\u0073e\u0064 \u0068e\u0061d\u0065\u0072\u0020\u0066\u0061\u0069\u006c\u0065\u0064\u003a\u0020\u0025\u0076",_gcee ); -_bagf =append (_bagf ,func ()ViolatedRule {return _eef ("\u0036.\u0032\u002e\u0033\u002d\u0031","\u0041\u006cl \u0049\u0043\u0043\u0042\u0061\u0073\u0065\u0064\u0020\u0063\u006f\u006co\u0072\u0020\u0073\u0070a\u0063e\u0073\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u0062\u0065\u0020\u0065\u006d\u0062\u0065\u0064\u0064\u0065d\u0020\u0061\u0073\u0020\u0049\u0043\u0043 \u0070\u0072\u006f\u0066\u0069\u006c\u0065\u0020\u0073\u0074\u0072\u0065a\u006d\u0073 \u0061\u0073\u0020d\u0065\u0073\u0063\u0072\u0069\u0062\u0065\u0064\u0020\u0069\u006e\u0020\u0050\u0044\u0046\u0020R\u0065\u0066\u0065\u0072\u0065\u006e\u0063\u0065\u0020\u0034\u002e\u0035"); -}());_aadc =true ;if _bbggc (){return true ;};};if !_aadc {var _dccf ,_cdbf bool ;switch _gdefg .DeviceClass {case _bae .DeviceClassPRTR ,_bae .DeviceClassMNTR ,_bae .DeviceClassSCNR ,_bae .DeviceClassSPAC :default:_dccf =true ;};switch _gdefg .ColorSpace {case _bae .ColorSpaceRGB ,_bae .ColorSpaceCMYK ,_bae .ColorSpaceGRAY ,_bae .ColorSpaceLAB :default:_cdbf =true ; -};if _dccf ||_cdbf {_bagf =append (_bagf ,_eef ("\u0036.\u0032\u002e\u0033\u002d\u0031","\u0041\u006cl \u0049\u0043\u0043\u0042\u0061\u0073\u0065\u0064\u0020\u0063\u006f\u006co\u0072\u0020\u0073\u0070a\u0063e\u0073\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u0062\u0065\u0020\u0065\u006d\u0062\u0065\u0064\u0064\u0065d\u0020\u0061\u0073\u0020\u0049\u0043\u0043 \u0070\u0072\u006f\u0066\u0069\u006c\u0065\u0020\u0073\u0074\u0072\u0065a\u006d\u0073 \u0061\u0073\u0020d\u0065\u0073\u0063\u0072\u0069\u0062\u0065\u0064\u0020\u0069\u006e\u0020\u0050\u0044\u0046\u0020R\u0065\u0066\u0065\u0072\u0065\u006e\u0063\u0065\u0020\u0034\u002e\u0035")); -_aadc =true ;if _bbggc (){return true ;};};};if !_abge {_ecc ,_ :=_geb .GetStream (_cfecg .GetContainingPdfObject ());if _ecc .Get ("\u004e")==nil ||(_cfecg .N ==1&&_gdefg .ColorSpace !=_bae .ColorSpaceGRAY )||(_cfecg .N ==3&&!(_gdefg .ColorSpace ==_bae .ColorSpaceRGB ||_gdefg .ColorSpace ==_bae .ColorSpaceLAB ))||(_cfecg .N ==4&&_gdefg .ColorSpace !=_bae .ColorSpaceCMYK ){_bagf =append (_bagf ,_eef ("\u0036.\u0032\u002e\u0033\u002d\u0035","\u0049\u0066\u0020a\u006e\u0020u\u006e\u0063\u0061\u006c\u0069\u0062\u0072a\u0074\u0065\u0064\u0020\u0063\u006fl\u006f\u0072 \u0073\u0070\u0061c\u0065\u0020\u0069\u0073\u0020\u0075\u0073\u0065\u0064\u0020\u0069\u006e\u0020\u0061\u0020\u0066\u0069\u006c\u0065 \u0074\u0068\u0065\u006e \u0074\u0068\u0061\u0074 \u0066\u0069\u006c\u0065\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u0063o\u006e\u0074\u0061\u0069\u006e\u0020\u0061\u0020\u0050\u0044\u0046\u002f\u0041-\u0031\u0020\u004f\u0075\u0074\u0070\u0075\u0074\u0049\u006e\u0074\u0065\u006e\u0074\u002c\u0020\u0061\u0073\u0020\u0064\u0065\u0066\u0069\u006e\u0065d\u0020\u0069\u006e\u0020\u0036\u002e\u0032\u002e\u0032\u002e")); -_abge =true ;if _bbggc (){return true ;};};};};if _cfecg .Alternate !=nil {return _ebba (_cfecg .Alternate );};};return false ;};for _ ,_bafce :=range _ccba .GetObjectNums (){_fcgd ,_ecdg :=_ccba .GetIndirectObjectByNumber (_bafce );if _ecdg !=nil {continue ; -};_egafe ,_cfbb :=_geb .GetStream (_fcgd );if !_cfbb {continue ;};_cfg ,_cfbb :=_geb .GetName (_egafe .Get ("\u0054\u0079\u0070\u0065"));if !_cfbb ||_cfg .String ()!="\u0058O\u0062\u006a\u0065\u0063\u0074"{continue ;};_fcaa ,_cfbb :=_geb .GetName (_egafe .Get ("\u0053u\u0062\u0074\u0079\u0070\u0065")); -if !_cfbb {continue ;};_gbde [_egafe ]=struct{}{};switch _fcaa .String (){case "\u0049\u006d\u0061g\u0065":_gffg ,_ggada :=_ae .NewXObjectImageFromStream (_egafe );if _ggada !=nil {continue ;};_gbde [_egafe ]=struct{}{};if _ebba (_gffg .ColorSpace ){return _bagf ; -};case "\u0046\u006f\u0072\u006d":_cbdg ,_gdagd :=_geb .GetDict (_egafe .Get ("\u0047\u0072\u006fu\u0070"));if !_gdagd {continue ;};_dfda :=_cbdg .Get ("\u0043\u0053");if _dfda ==nil {continue ;};_eeggb ,_aceg :=_ae .NewPdfColorspaceFromPdfObject (_dfda ); -if _aceg !=nil {continue ;};if _ebba (_eeggb ){return _bagf ;};};};for _ ,_ageeca :=range _ccba .PageList {_eddag ,_fdgd :=_ageeca .GetContentStreams ();if _fdgd !=nil {continue ;};for _ ,_fddf :=range _eddag {_febc ,_dgdf :=_gg .NewContentStreamParser (_fddf ).Parse (); -if _dgdf !=nil {continue ;};for _ ,_dafe :=range *_febc {if len (_dafe .Params )> 1{continue ;};switch _dafe .Operand {case "\u0042\u0049":_cdcc ,_cgef :=_dafe .Params [0].(*_gg .ContentStreamInlineImage );if !_cgef {continue ;};_dfca ,_ddba :=_cdcc .GetColorSpace (_ageeca .Resources ); -if _ddba !=nil {continue ;};if _ebba (_dfca ){return _bagf ;};case "\u0044\u006f":_bfcc ,_cceb :=_geb .GetName (_dafe .Params [0]);if !_cceb {continue ;};_agbf ,_adebd :=_ageeca .Resources .GetXObjectByName (*_bfcc );if _ ,_ebbd :=_gbde [_agbf ];_ebbd {continue ; -};switch _adebd {case _ae .XObjectTypeImage :_dgag ,_fcdf :=_ae .NewXObjectImageFromStream (_agbf );if _fcdf !=nil {continue ;};_gbde [_agbf ]=struct{}{};if _ebba (_dgag .ColorSpace ){return _bagf ;};case _ae .XObjectTypeForm :_eecb ,_fbege :=_geb .GetDict (_agbf .Get ("\u0047\u0072\u006fu\u0070")); -if !_fbege {continue ;};_dbbf ,_fbege :=_geb .GetName (_eecb .Get ("\u0043\u0053"));if !_fbege {continue ;};_gcae ,_cfbg :=_ae .NewPdfColorspaceFromPdfObject (_dbbf );if _cfbg !=nil {continue ;};_gbde [_agbf ]=struct{}{};if _ebba (_gcae ){return _bagf ; -};};};};};};if !_eddb {return _bagf ;};if (_afedf .DeviceClass ==_bae .DeviceClassPRTR ||_afedf .DeviceClass ==_bae .DeviceClassMNTR )&&(_afedf .ColorSpace ==_bae .ColorSpaceRGB ||_afedf .ColorSpace ==_bae .ColorSpaceCMYK ||_afedf .ColorSpace ==_bae .ColorSpaceGRAY ){return _bagf ; -};if !_fbgf {return _bagf ;};_edbb ,_febf :=_debed (_ccba );if !_febf {return _bagf ;};_efce ,_febf :=_geb .GetArray (_edbb .Get ("\u004f\u0075\u0074\u0070\u0075\u0074\u0049\u006e\u0074\u0065\u006e\u0074\u0073"));if !_febf {_bagf =append (_bagf ,_eef ("\u0036.\u0032\u002e\u0032\u002d\u0031","\u0041\u0020\u0050\u0044\u0046\u002f\u0041\u002d\u0031\u0020\u004f\u0075\u0074p\u0075\u0074\u0049\u006e\u0074e\u006e\u0074\u0020\u0069\u0073\u0020a\u006e \u004f\u0075\u0074\u0070\u0075\u0074\u0049n\u0074\u0065\u006e\u0074\u0020\u0064i\u0063\u0074\u0069\u006fn\u0061\u0072\u0079\u002c\u0020\u0061\u0073\u0020\u0064\u0065\u0066\u0069\u006e\u0065\u0064\u0020\u0062y\u0020\u0050\u0044F\u0020\u0052\u0065\u0066\u0065\u0072\u0065\u006e\u0063\u0065 \u0039\u002e\u0031\u0030.4\u002c\u0020\u0074\u0068\u0061\u0074\u0020\u0069\u0073 \u0069\u006e\u0063\u006c\u0075\u0064e\u0064\u0020i\u006e\u0020\u0074\u0068\u0065\u0020\u0066\u0069\u006c\u0065\u0027\u0073\u0020O\u0075\u0074p\u0075\u0074I\u006e\u0074\u0065\u006e\u0074\u0073\u0020\u0061\u0072\u0072\u0061\u0079\u0020a\u006e\u0064\u0020h\u0061\u0073\u0020\u0047\u0054\u0053\u005f\u0050\u0044\u0046\u0041\u0031\u0020\u0061\u0073 \u0074\u0068\u0065\u0020\u0076a\u006c\u0075e\u0020\u006f\u0066\u0020i\u0074\u0073 \u0053\u0020\u006b\u0065\u0079\u0020\u0061\u006e\u0064\u0020\u0061\u0020\u0076\u0061\u006c\u0069\u0064\u0020I\u0043\u0043\u0020\u0070\u0072\u006f\u0066\u0069\u006ce\u0020s\u0074\u0072\u0065\u0061\u006d \u0061\u0073\u0020\u0074h\u0065\u0020\u0076a\u006c\u0075\u0065\u0020\u0069\u0074\u0073\u0020\u0044\u0065\u0073t\u004f\u0075t\u0070\u0075\u0074P\u0072\u006f\u0066\u0069\u006c\u0065 \u006b\u0065\u0079\u002e"),_eef ("\u0036.\u0032\u002e\u0032\u002d\u0032","\u0049\u0066\u0020\u0061\u0020\u0066\u0069\u006c\u0065's\u0020O\u0075\u0074\u0070u\u0074\u0049\u006e\u0074\u0065\u006e\u0074\u0073 \u0061\u0072\u0072a\u0079\u0020\u0063\u006f\u006e\u0074\u0061\u0069n\u0073\u0020\u006d\u006f\u0072\u0065\u0020\u0074\u0068a\u006e\u0020\u006f\u006ee\u0020\u0065\u006e\u0074\u0072\u0079\u002c\u0020\u0074\u0068\u0065\u006e\u0020\u0061\u006c\u006c\u0020\u0065n\u0074\u0072\u0069\u0065\u0073\u0020\u0074\u0068\u0061\u0074\u0020\u0063\u006f\u006e\u0074\u0061\u0069\u006e a \u0044\u0065\u0073\u0074\u004f\u0075\u0074\u0070\u0075\u0074\u0050\u0072\u006f\u0066\u0069\u006c\u0065\u0020\u006b\u0065y\u0020\u0073\u0068\u0061\u006cl\u0020\u0068\u0061\u0076\u0065 \u0061\u0073\u0020\u0074\u0068\u0065 \u0076\u0061\u006c\u0075\u0065\u0020\u006f\u0066\u0020\u0074\u0068a\u0074\u0020\u006b\u0065\u0079 \u0074\u0068\u0065\u0020\u0073\u0061\u006d\u0065\u0020\u0069\u006e\u0064\u0069\u0072\u0065c\u0074\u0020\u006fb\u006ae\u0063t\u002c\u0020\u0077h\u0069\u0063\u0068\u0020\u0073\u0068\u0061\u006c\u006c \u0062\u0065\u0020\u0061\u0020\u0076\u0061\u006c\u0069d\u0020\u0049\u0043\u0043\u0020\u0070\u0072\u006f\u0066\u0069\u006c\u0065\u0020\u0073\u0074r\u0065\u0061m\u002e")); -return _bagf ;};if _efce .Len ()> 1{_acba :=map[*_geb .PdfObjectDictionary ]struct{}{};for _bgaba :=0;_bgaba < _efce .Len ();_bgaba ++{_dabg ,_ecgd :=_geb .GetDict (_efce .Get (_bgaba ));if !_ecgd {continue ;};if _bgaba ==0{_acba [_dabg ]=struct{}{};continue ; -};if _ ,_ecac :=_acba [_dabg ];!_ecac {_bagf =append (_bagf ,_eef ("\u0036.\u0032\u002e\u0032\u002d\u0032","\u0049\u0066\u0020\u0061\u0020\u0066\u0069\u006c\u0065's\u0020O\u0075\u0074\u0070u\u0074\u0049\u006e\u0074\u0065\u006e\u0074\u0073 \u0061\u0072\u0072a\u0079\u0020\u0063\u006f\u006e\u0074\u0061\u0069n\u0073\u0020\u006d\u006f\u0072\u0065\u0020\u0074\u0068a\u006e\u0020\u006f\u006ee\u0020\u0065\u006e\u0074\u0072\u0079\u002c\u0020\u0074\u0068\u0065\u006e\u0020\u0061\u006c\u006c\u0020\u0065n\u0074\u0072\u0069\u0065\u0073\u0020\u0074\u0068\u0061\u0074\u0020\u0063\u006f\u006e\u0074\u0061\u0069\u006e a \u0044\u0065\u0073\u0074\u004f\u0075\u0074\u0070\u0075\u0074\u0050\u0072\u006f\u0066\u0069\u006c\u0065\u0020\u006b\u0065y\u0020\u0073\u0068\u0061\u006cl\u0020\u0068\u0061\u0076\u0065 \u0061\u0073\u0020\u0074\u0068\u0065 \u0076\u0061\u006c\u0075\u0065\u0020\u006f\u0066\u0020\u0074\u0068a\u0074\u0020\u006b\u0065\u0079 \u0074\u0068\u0065\u0020\u0073\u0061\u006d\u0065\u0020\u0069\u006e\u0064\u0069\u0072\u0065c\u0074\u0020\u006fb\u006ae\u0063t\u002c\u0020\u0077h\u0069\u0063\u0068\u0020\u0073\u0068\u0061\u006c\u006c \u0062\u0065\u0020\u0061\u0020\u0076\u0061\u006c\u0069d\u0020\u0049\u0043\u0043\u0020\u0070\u0072\u006f\u0066\u0069\u006c\u0065\u0020\u0073\u0074r\u0065\u0061m\u002e")); -break ;};};};return _bagf ;};func _ec ()standardType {return standardType {_fgb :3,_ea :"\u0041"}}; +// InstanceID is the original document identifier. +// By default, if this field is empty the value is set to generated UUID. +InstanceID string ; -// DefaultProfile3Options the default options for the Profile3. -func DefaultProfile3Options ()*Profile3Options {return &Profile3Options {Now :_ff .Now ,Xmp :XmpOptions {MarshalIndent :"\u0009"}};}; +// NewDocumentVersion is a flag that defines if a document was overwritten. +// If the new document was created this should be true. On changing given document file, and overwriting it it should be true. +NewDocumentVersion bool ; -// Profile3A is the implementation of the PDF/A-3A standard profile. -// Implements model.StandardImplementer, Profile interfaces. -type Profile3A struct{profile3 };func _fbgfd (_acagg *_ae .CompliancePdfReader )ViolatedRule {_ecbe :=_acagg .ParserMetadata ();if _ecbe .HasInvalidSeparationAfterXRef (){return _eef ("\u0036.\u0031\u002e\u0034\u002d\u0032","\u0054\u0068\u0065 \u0078\u0072\u0065\u0066\u0020\u006b\u0065\u0079\u0077\u006fr\u0064\u0020\u0061\u006e\u0064\u0020\u0074\u0068\u0065\u0020\u0063\u0072\u006f\u0073s\u0020\u0072\u0065\u0066e\u0072\u0065\u006e\u0063\u0065 s\u0075b\u0073\u0065\u0063ti\u006f\u006e\u0020\u0068\u0065\u0061\u0064e\u0072\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u0062\u0065\u0020\u0073\u0065\u0070\u0061\u0072\u0061\u0074\u0065\u0064\u0020\u0062\u0079 \u0061\u0020\u0073i\u006e\u0067\u006c\u0065\u0020\u0045\u004fL\u0020\u006d\u0061\u0072\u006b\u0065\u0072\u002e"); -};return _fc ;};func _caddc (_cfedg *_geb .PdfObjectStream ,_eaabe map[*_geb .PdfObjectStream ][]byte ,_baec map[*_geb .PdfObjectStream ]*_gba .CMap )(*_gba .CMap ,error ){_cdad ,_eaafg :=_baec [_cfedg ];if !_eaafg {var _cefeb error ;_edab ,_daedc :=_eaabe [_cfedg ]; -if !_daedc {_edab ,_cefeb =_geb .DecodeStream (_cfedg );if _cefeb !=nil {_gd .Log .Debug ("\u0064\u0065\u0063\u006f\u0064\u0069\u006e\u0067\u0020\u0073\u0074r\u0065\u0061\u006d\u0020\u0066\u0061\u0069\u006c\u0065\u0064:\u0020\u0025\u0076",_cefeb );return nil ,_cefeb ; -};_eaabe [_cfedg ]=_edab ;};_cdad ,_cefeb =_gba .LoadCmapFromData (_edab ,false );if _cefeb !=nil {return nil ,_cefeb ;};_baec [_cfedg ]=_cdad ;};return _cdad ,nil ;};func _eaabc (_dfcc *_ae .PdfFont ,_bgdef *_geb .PdfObjectDictionary )ViolatedRule {const (_decb ="\u0036.\u0033\u002e\u0037\u002d\u0033"; -_gcgc ="\u0046\u006f\u006e\u0074\u0020\u0070\u0072\u006f\u0067\u0072\u0061\u006d\u0073\u0027\u0020\u0022\u0063\u006d\u0061\u0070\u0022\u0020\u0074\u0061\u0062\u006c\u0065\u0073\u0020\u0066\u006f\u0072\u0020\u0061\u006c\u006c\u0020\u0073\u0079\u006d\u0062o\u006c\u0069c\u0020\u0054\u0072\u0075e\u0054\u0079\u0070\u0065\u0020\u0066\u006f\u006e\u0074\u0073 \u0073\u0068\u0061\u006c\u006c\u0020\u0063\u006f\u006et\u0061\u0069\u006e\u0020\u0065\u0078\u0061\u0063\u0074\u006cy\u0020\u006f\u006ee\u0020\u0065\u006e\u0063\u006f\u0064\u0069n\u0067\u002e"; -);var _fcfa string ;if _dcaf ,_bcbd :=_geb .GetName (_bgdef .Get ("\u0053u\u0062\u0074\u0079\u0070\u0065"));_bcbd {_fcfa =_dcaf .String ();};if _fcfa !="\u0054\u0072\u0075\u0065\u0054\u0079\u0070\u0065"{return _fc ;};_gcdb :=_dfcc .FontDescriptor ();_ceeae ,_aacc :=_geb .GetIntVal (_gcdb .Flags ); -if !_aacc {_gd .Log .Debug ("\u0066\u006c\u0061\u0067\u0073 \u006e\u006f\u0074\u0020\u0064\u0065\u0066\u0069\u006e\u0065\u0064\u0020\u0066o\u0072\u0020\u0074\u0068\u0065\u0020\u0066\u006f\u006e\u0074\u0020\u0064\u0065\u0073\u0063\u0072\u0069\u0070\u0074\u006f\u0072"); -return _eef (_decb ,_gcgc );};_bfce :=(uint32 (_ceeae )>>3)!=0;if !_bfce {return _fc ;};return _fc ;};func _cebe (_facde *_ae .CompliancePdfReader )(_gaba []ViolatedRule ){_ebbdca :=func (_gddca *_geb .PdfObjectDictionary ,_affec *[]string ,_fcfcc *[]ViolatedRule )error {_eeaa :=_gddca .Get ("\u004e\u0061\u006d\u0065"); -if _eeaa ==nil ||len (_eeaa .String ())==0{*_fcfcc =append (*_fcfcc ,_eef ("\u0036\u002e\u0039-\u0031","\u0045\u0061\u0063\u0068\u0020o\u0070\u0074\u0069\u006f\u006e\u0061l\u0020\u0063\u006f\u006e\u0074\u0065\u006et\u0020\u0063\u006fn\u0066\u0069\u0067\u0075r\u0061\u0074\u0069\u006f\u006e\u0020d\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u0063o\u006e\u0074\u0061\u0069\u006e\u0020\u0074\u0068\u0065\u0020\u004e\u0061\u006d\u0065\u0020\u006b\u0065\u0079\u002e")); -};for _ ,_eafb :=range *_affec {if _eafb ==_eeaa .String (){*_fcfcc =append (*_fcfcc ,_eef ("\u0036\u002e\u0039-\u0032","\u0045\u0061\u0063\u0068\u0020\u006f\u0070\u0074\u0069\u006f\u006e\u0061l\u0020\u0063\u006f\u006e\u0074\u0065\u006e\u0074\u0020\u0063\u006f\u006e\u0066\u0069\u0067\u0075\u0072a\u0074\u0069\u006fn\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u0020\u0073\u0068a\u006c\u006c\u0020\u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0020\u0074\u0068\u0065\u0020N\u0061\u006d\u0065\u0020\u006b\u0065\u0079\u002c w\u0068\u006fs\u0065\u0020\u0076\u0061\u006c\u0075\u0065\u0020s\u0068\u0061\u006c\u006c\u0020\u0062\u0065\u0020\u0075ni\u0071\u0075\u0065 \u0061\u006d\u006f\u006e\u0067\u0073\u0074\u0020\u0061\u006c\u006c\u0020o\u0070\u0074\u0069\u006f\u006e\u0061\u006c\u0020\u0063\u006fn\u0074\u0065\u006e\u0074 \u0063\u006f\u006e\u0066\u0069\u0067u\u0072\u0061\u0074\u0069\u006f\u006e\u0020\u0064\u0069\u0063\u0074i\u006fn\u0061\u0072\u0069\u0065\u0073\u0020\u0077\u0069\u0074\u0068\u0069\u006e\u0020\u0074\u0068e\u0020\u0050\u0044\u0046\u002fA\u002d\u0032\u0020\u0066\u0069l\u0065\u002e")); -}else {*_affec =append (*_affec ,_eeaa .String ());};};if _gddca .Get ("\u0041\u0053")!=nil {*_fcfcc =append (*_fcfcc ,_eef ("\u0036\u002e\u0039-\u0034","Th\u0065\u0020\u0041\u0053\u0020\u006b\u0065y \u0073\u0068\u0061\u006c\u006c\u0020\u006e\u006f\u0074\u0020\u0061\u0070\u0070\u0065\u0061r\u0020\u0069\u006e\u0020\u0061\u006e\u0079\u0020\u006f\u0070\u0074\u0069\u006f\u006e\u0061\u006c\u0020\u0063\u006f\u006et\u0065\u006e\u0074\u0020\u0063\u006fn\u0066\u0069\u0067\u0075\u0072\u0061\u0074\u0069\u006fn\u0020d\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u002e")); -};return nil ;};_gebe ,_gcebe :=_debed (_facde );if !_gcebe {return _gaba ;};_cdggc ,_gcebe :=_geb .GetDict (_gebe .Get ("\u004f\u0043\u0050r\u006f\u0070\u0065\u0072\u0074\u0069\u0065\u0073"));if !_gcebe {return _gaba ;};var _ddde []string ;_bgfega ,_gcebe :=_geb .GetDict (_cdggc .Get ("\u0044")); -if _gcebe {_ebbdca (_bgfega ,&_ddde ,&_gaba );};_ebcd ,_gcebe :=_geb .GetArray (_cdggc .Get ("\u0043o\u006e\u0066\u0069\u0067\u0073"));if _gcebe {for _ebdf :=0;_ebdf < _ebcd .Len ();_ebdf ++{_gffe ,_ffbc :=_geb .GetDict (_ebcd .Get (_ebdf ));if !_ffbc {continue ; -};_ebbdca (_gffe ,&_ddde ,&_gaba );};};return _gaba ;}; +// MarshalIndent defines marshaling indent of the XMP metadata. +MarshalIndent string ; -// StandardName gets the name of the standard. -func (_fbabe *profile3 )StandardName ()string {return _d .Sprintf ("\u0050D\u0046\u002f\u0041\u002d\u0033\u0025s",_fbabe ._egbf ._ea );}; +// MarshalPrefix defines marshaling prefix of the XMP metadata. +MarshalPrefix string ;};func _acca (_cdgd standardType ,_fdd *_ad .OutputIntents )error {_aagb ,_gaeb :=_ab .NewISOCoatedV2Gray1CBasOutputIntent (_cdgd .outputIntentSubtype ());if _gaeb !=nil {return _gaeb ;};if _gaeb =_fdd .Add (_aagb .ToPdfObject ()); +_gaeb !=nil {return _gaeb ;};return nil ;};func _aec (_dad bool ,_fea standardType )(pageColorspaceOptimizeFunc ,documentColorspaceOptimizeFunc ){var _febf ,_fbcgc ,_dbfd bool ;_aga :=func (_fbfge *_ad .Document ,_fbgc *_ad .Page ,_gcca []*_ad .Image )error {_fbcgc =true ; +for _ ,_eag :=range _gcca {switch _eag .Colorspace {case "\u0044\u0065\u0076\u0069\u0063\u0065\u0047\u0072\u0061\u0079":_fbcgc =true ;case "\u0044e\u0076\u0069\u0063\u0065\u0052\u0047B":_febf =true ;case "\u0044\u0065\u0076\u0069\u0063\u0065\u0043\u004d\u0059\u004b":_dbfd =true ; +};};_fbd ,_bdc :=_fbgc .GetContents ();if !_bdc {return nil ;};for _ ,_egbb :=range _fbd {_gdb ,_fgb :=_egbb .GetData ();if _fgb !=nil {continue ;};_dge :=_fgd .NewContentStreamParser (string (_gdb ));_ffde ,_fgb :=_dge .Parse ();if _fgb !=nil {continue ; +};for _ ,_ebed :=range *_ffde {switch _ebed .Operand {case "\u0047","\u0067":_fbcgc =true ;case "\u0052\u0047","\u0072\u0067":_febf =true ;case "\u004b","\u006b":_dbfd =true ;case "\u0043\u0053","\u0063\u0073":if len (_ebed .Params )==0{continue ;};_aegd ,_egfad :=_aad .GetName (_ebed .Params [0]); +if !_egfad {continue ;};switch _aegd .String (){case "\u0052\u0047\u0042","\u0044e\u0076\u0069\u0063\u0065\u0052\u0047B":_febf =true ;case "\u0047","\u0044\u0065\u0076\u0069\u0063\u0065\u0047\u0072\u0061\u0079":_fbcgc =true ;case "\u0043\u004d\u0059\u004b","\u0044\u0065\u0076\u0069\u0063\u0065\u0043\u004d\u0059\u004b":_dbfd =true ; +};};};};_dgea :=_fbgc .FindXObjectForms ();for _ ,_ecd :=range _dgea {_aeb :=_fgd .NewContentStreamParser (string (_ecd .Stream ));_ggc ,_ebc :=_aeb .Parse ();if _ebc !=nil {continue ;};for _ ,_bcdf :=range *_ggc {switch _bcdf .Operand {case "\u0047","\u0067":_fbcgc =true ; +case "\u0052\u0047","\u0072\u0067":_febf =true ;case "\u004b","\u006b":_dbfd =true ;case "\u0043\u0053","\u0063\u0073":if len (_bcdf .Params )==0{continue ;};_gef ,_befd :=_aad .GetName (_bcdf .Params [0]);if !_befd {continue ;};switch _gef .String (){case "\u0052\u0047\u0042","\u0044e\u0076\u0069\u0063\u0065\u0052\u0047B":_febf =true ; +case "\u0047","\u0044\u0065\u0076\u0069\u0063\u0065\u0047\u0072\u0061\u0079":_fbcgc =true ;case "\u0043\u004d\u0059\u004b","\u0044\u0065\u0076\u0069\u0063\u0065\u0043\u004d\u0059\u004b":_dbfd =true ;};};};_beeb ,_cafd :=_aad .GetArray (_fbgc .Object .Get ("\u0041\u006e\u006e\u006f\u0074\u0073")); +if !_cafd {return nil ;};for _ ,_bfab :=range _beeb .Elements (){_aegc ,_aged :=_aad .GetDict (_bfab );if !_aged {continue ;};_cfec :=_aegc .Get ("\u0043");if _cfec ==nil {continue ;};_add ,_aged :=_aad .GetArray (_cfec );if !_aged {continue ;};switch _add .Len (){case 0:case 1:_fbcgc =true ; +case 3:_febf =true ;case 4:_dbfd =true ;};};};return nil ;};_adad :=func (_bada *_ad .Document ,_dff []*_ad .Image )error {_aeca ,_cfbf :=_bada .FindCatalog ();if !_cfbf {return nil ;};_deae ,_cfbf :=_aeca .GetOutputIntents ();if _cfbf &&_deae .Len ()> 0{return nil ; +};if !_cfbf {_deae =_aeca .NewOutputIntents ();};if !(_febf ||_dbfd ||_fbcgc ){return nil ;};defer _aeca .SetOutputIntents (_deae );if _febf &&!_dbfd &&!_fbcgc {return _eeb (_bada ,_fea ,_deae );};if _dbfd &&!_febf &&!_fbcgc {return _gcgf (_fea ,_deae ); +};if _fbcgc &&!_febf &&!_dbfd {return _acca (_fea ,_deae );};if (_febf &&_dbfd )||(_febf &&_fbcgc )||(_dbfd &&_fbcgc ){if _bde :=_egc (_dff ,_dad );_bde !=nil {return _bde ;};if _gcdg :=_affe (_bada ,_dad );_gcdg !=nil {return _gcdg ;};if _egaa :=_bbcg (_bada ,_dad ); +_egaa !=nil {return _egaa ;};if _feef :=_egbc (_bada ,_dad );_feef !=nil {return _feef ;};if _dad {return _gcgf (_fea ,_deae );};return _eeb (_bada ,_fea ,_deae );};return nil ;};return _aga ,_adad ;}; -// Profile2A is the implementation of the PDF/A-2A standard profile. +// Profile1B is the implementation of the PDF/A-1B standard profile. // Implements model.StandardImplementer, Profile interfaces. -type Profile2A struct{profile2 };var _ Profile =(*Profile3A )(nil );func _caec (_cdge *_ae .CompliancePdfReader )ViolatedRule {if _cdge .ParserMetadata ().HeaderPosition ()!=0{return _eef ("\u0036.\u0031\u002e\u0032\u002d\u0031","h\u0065\u0061\u0064\u0065\u0072\u0020\u0070\u006f\u0073\u0069\u0074\u0069\u006f\u006e\u0020\u0069\u0073\u0020n\u006f\u0074\u0020\u0061\u0074\u0020\u0074\u0068\u0065\u0020fi\u0072\u0073\u0074 \u0062y\u0074\u0065"); -};if _cdge .PdfVersion ().Major !=1{return _eef ("\u0036.\u0031\u002e\u0032\u002d\u0031","\u0054\u0068\u0065\u0020\u0066\u0069l\u0065\u0020\u0068\u0065\u0061\u0064e\u0072 \u0073\u0068\u0061\u006c\u006c\u0020c\u006f\u006e\u0073\u0069s\u0074 \u006f\u0066\u0020\u201c%\u0050\u0044\u0046\u002d\u0031\u002e\u006e\u201d\u0020\u0066\u006f\u006c\u006c\u006f\u0077\u0065\u0064\u0020\u0062\u0079\u0020\u0061\u0020\u0073\u0069\u006e\u0067\u006c\u0065 \u0045\u004f\u004c\u0020ma\u0072\u006b\u0065\u0072\u002c \u0077\u0068\u0065\u0072\u0065\u0020\u0027\u006e\u0027\u0020\u0069s\u0020\u0061\u0020\u0073\u0069\u006e\u0067\u006c\u0065\u0020\u0064\u0069\u0067\u0069t\u0020\u006e\u0075\u006d\u0062e\u0072\u0020\u0062\u0065\u0074\u0077\u0065\u0065\u006e\u0020\u0030\u0020(\u0033\u0030h\u0029\u0020\u0061\u006e\u0064\u0020\u0037\u0020\u0028\u0033\u0037\u0068\u0029"); -};if _cdge .PdfVersion ().Minor < 0||_cdge .PdfVersion ().Minor > 7{return _eef ("\u0036.\u0031\u002e\u0032\u002d\u0031","\u0054\u0068\u0065\u0020\u0066\u0069l\u0065\u0020\u0068\u0065\u0061\u0064e\u0072 \u0073\u0068\u0061\u006c\u006c\u0020c\u006f\u006e\u0073\u0069s\u0074 \u006f\u0066\u0020\u201c%\u0050\u0044\u0046\u002d\u0031\u002e\u006e\u201d\u0020\u0066\u006f\u006c\u006c\u006f\u0077\u0065\u0064\u0020\u0062\u0079\u0020\u0061\u0020\u0073\u0069\u006e\u0067\u006c\u0065 \u0045\u004f\u004c\u0020ma\u0072\u006b\u0065\u0072\u002c \u0077\u0068\u0065\u0072\u0065\u0020\u0027\u006e\u0027\u0020\u0069s\u0020\u0061\u0020\u0073\u0069\u006e\u0067\u006c\u0065\u0020\u0064\u0069\u0067\u0069t\u0020\u006e\u0075\u006d\u0062e\u0072\u0020\u0062\u0065\u0074\u0077\u0065\u0065\u006e\u0020\u0030\u0020(\u0033\u0030h\u0029\u0020\u0061\u006e\u0064\u0020\u0037\u0020\u0028\u0033\u0037\u0068\u0029"); -};return _fc ;};func (_aef *documentImages )hasUncalibratedImages ()bool {return _aef ._gdf ||_aef ._cag ||_aef ._cfb }; \ No newline at end of file +type Profile1B struct{profile1 };func _acbb (_efcd *_g .CompliancePdfReader )(_fbag []ViolatedRule ){for _ ,_bade :=range _efcd .GetObjectNums (){_bff ,_bedad :=_efcd .GetIndirectObjectByNumber (_bade );if _bedad !=nil {continue ;};_bcdd ,_ebfa :=_aad .GetDict (_bff ); +if !_ebfa {continue ;};_fcee ,_ebfa :=_aad .GetName (_bcdd .Get ("\u0054\u0079\u0070\u0065"));if !_ebfa {continue ;};if _fcee .String ()!="\u0041\u0063\u0072\u006f\u0046\u006f\u0072\u006d"{continue ;};_dfac ,_ebfa :=_aad .GetBool (_bcdd .Get ("\u004ee\u0065d\u0041\u0070\u0070\u0065\u0061\u0072\u0061\u006e\u0063\u0065\u0073")); +if !_ebfa {return _fbag ;};if bool (*_dfac ){_fbag =append (_fbag ,_fgdg ("\u0036\u002e\u0039-\u0031","\u0054\u0068\u0065\u0020\u004e\u0065e\u0064\u0041\u0070\u0070\u0065a\u0072\u0061\u006e\u0063\u0065\u0073\u0020\u0066\u006c\u0061\u0067\u0020\u006f\u0066\u0020\u0074\u0068\u0065\u0020\u0069\u006e\u0074\u0065\u0072\u0061\u0063\u0074\u0069\u0076e\u0020\u0066\u006f\u0072\u006d \u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u0065\u0069\u0074\u0068\u0065\u0072\u0020\u006e\u006f\u0074\u0020b\u0065\u0020\u0070\u0072\u0065se\u006e\u0074\u0020\u006f\u0072\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u0062\u0065\u0020\u0066\u0061\u006c\u0073\u0065\u002e")); +};};return _fbag ;};func _fada (_gbee *_g .CompliancePdfReader )(_aaaaa []ViolatedRule ){_bcc :=_gbee .ParserMetadata ();if _bcc .HasInvalidSubsectionHeader (){_aaaaa =append (_aaaaa ,_fgdg ("\u0036.\u0031\u002e\u0034\u002d\u0031","\u006e\u0020\u0061\u0020\u0063\u0072\u006f\u0073\u0073\u0020\u0072\u0065\u0066\u0065\u0072\u0065\u006e\u0063\u0065\u0020\u0073\u0075\u0062\u0073\u0065c\u0074\u0069\u006f\u006e\u0020h\u0065a\u0064\u0065\u0072\u0020t\u0068\u0065\u0020\u0073\u0074\u0061\u0072t\u0069\u006e\u0067\u0020\u006fb\u006a\u0065\u0063\u0074 \u006e\u0075\u006d\u0062\u0065\u0072\u0020\u0061\u006e\u0064\u0020\u0074\u0068\u0065\u0020\u0072\u0061n\u0067e\u0020s\u0068\u0061\u006c\u006c\u0020\u0062\u0065\u0020\u0073\u0065\u0070\u0061\u0072\u0061\u0074\u0065\u0064\u0020\u0062\u0079\u0020\u0061\u0020s\u0069\u006e\u0067\u006c\u0065\u0020\u0053\u0050\u0041C\u0045\u0020\u0063\u0068\u0061\u0072\u0061\u0063\u0074e\u0072\u0020\u0028\u0032\u0030\u0068\u0029\u002e")); +};if _bcc .HasInvalidSeparationAfterXRef (){_aaaaa =append (_aaaaa ,_fgdg ("\u0036.\u0031\u002e\u0034\u002d\u0032","\u0054\u0068\u0065 \u0078\u0072\u0065\u0066\u0020\u006b\u0065\u0079\u0077\u006fr\u0064\u0020\u0061\u006e\u0064\u0020\u0074\u0068\u0065\u0020\u0063\u0072\u006f\u0073s\u0020\u0072\u0065\u0066e\u0072\u0065\u006e\u0063\u0065 s\u0075b\u0073\u0065\u0063ti\u006f\u006e\u0020\u0068\u0065\u0061\u0064e\u0072\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u0062\u0065\u0020\u0073\u0065\u0070\u0061\u0072\u0061\u0074\u0065\u0064\u0020\u0062\u0079 \u0061\u0020\u0073i\u006e\u0067\u006c\u0065\u0020\u0045\u004fL\u0020\u006d\u0061\u0072\u006b\u0065\u0072\u002e")); +};return _aaaaa ;};func _cdde (_egaga *_g .CompliancePdfReader )(_abaa []ViolatedRule ){_adcc :=true ;_fdcc ,_aadb :=_egaga .GetCatalogMarkInfo ();if !_aadb {_adcc =false ;}else {_dbaeb ,_abgb :=_aad .GetDict (_fdcc );if _abgb {_feeaf ,_ddfeb :=_aad .GetBool (_dbaeb .Get ("\u004d\u0061\u0072\u006b\u0065\u0064")); +if !bool (*_feeaf )||!_ddfeb {_adcc =false ;};}else {_adcc =false ;};};if !_adcc {_abaa =append (_abaa ,_fgdg ("\u0036.\u0038\u002e\u0032\u002e\u0032\u002d1","\u0054\u0068\u0065\u0020\u0064\u006f\u0063\u0075\u006d\u0065\u006e\u0074\u0020\u0063\u0061\u0074\u0061\u006cog\u0020d\u0069\u0063\u0074\u0069\u006f\u006e\u0061r\u0079 \u0073\u0068\u0061\u006c\u006c\u0020\u0069\u006e\u0063\u006c\u0075\u0064\u0065\u0020\u0061\u0020M\u0061r\u006b\u0049\u006e\u0066\u006f\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006ea\u0072\u0079\u0020\u0077\u0069\u0074\u0068\u0020\u0061 \u004d\u0061\u0072\u006b\u0065\u0064\u0020\u0065\u006et\u0072\u0079\u0020\u0069\u006e\u0020\u0069\u0074,\u0020\u0077\u0068\u006f\u0073\u0065\u0020\u0076\u0061lu\u0065\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u0062\u0065\u0020\u0074\u0072\u0075\u0065")); +};_bbdc ,_aadb :=_egaga .GetCatalogStructTreeRoot ();if !_aadb {_abaa =append (_abaa ,_fgdg ("\u0036.\u0038\u002e\u0033\u002e\u0033\u002d1","\u0054\u0068\u0065\u0020\u006c\u006f\u0067\u0069\u0063\u0061\u006c\u0020\u0073\u0074\u0072\u0075\u0063\u0074\u0075r\u0065\u0020\u006f\u0066\u0020\u0074\u0068e\u0020\u0063\u006f\u006e\u0066\u006f\u0072\u006d\u0069\u006e\u0067 \u0066\u0069\u006c\u0065\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u0062\u0065\u0020\u0064\u0065\u0073\u0063\u0072\u0069\u0062\u0065d \u0062\u0079\u0020a\u0020s\u0074\u0072\u0075\u0063\u0074\u0075\u0072e\u0020\u0068\u0069\u0065\u0072\u0061\u0072\u0063\u0068\u0079\u0020\u0072\u006f\u006ft\u0065\u0064\u0020i\u006e\u0020\u0074\u0068\u0065\u0020\u0053\u0074\u0072\u0075\u0063\u0074\u0054\u0072\u0065\u0065\u0052\u006f\u006f\u0074\u0020\u0065\u006e\u0074r\u0079\u0020\u006f\u0066\u0020\u0074h\u0065\u0020d\u006fc\u0075\u006d\u0065\u006e\u0074\u0020\u0063\u0061t\u0061\u006c\u006fg \u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u002c\u0020\u0061\u0073\u0020\u0064\u0065\u0073\u0063\u0072\u0069\u0062\u0065\u0064\u0020\u0069n\u0020\u0050\u0044\u0046\u0020\u0052\u0065\u0066\u0065\u0072\u0065\u006e\u0063\u0065 \u0039\u002e\u0036\u002e")); +};_acdef ,_aadb :=_aad .GetDict (_bbdc );if _aadb {_adfd ,_ageg :=_aad .GetName (_acdef .Get ("\u0052o\u006c\u0065\u004d\u0061\u0070"));if _ageg {_fcge ,_cagea :=_aad .GetDict (_adfd );if _cagea {for _ ,_cagc :=range _fcge .Keys (){_ebagd :=_fcge .Get (_cagc ); +if _ebagd ==nil {_abaa =append (_abaa ,_fgdg ("\u0036.\u0038\u002e\u0033\u002e\u0034\u002d1","\u0041\u006c\u006c\u0020\u006eo\u006e\u002ds\u0074\u0061\u006e\u0064\u0061\u0072\u0064\u0020\u0073t\u0072\u0075\u0063\u0074ure\u0020\u0074\u0079\u0070\u0065s\u0020\u0073\u0068\u0061\u006c\u006c \u0062\u0065\u0020\u006d\u0061\u0070\u0070\u0065d\u0020\u0074\u006f\u0020\u0074\u0068\u0065\u0020n\u0065\u0061\u0072\u0065\u0073\u0074\u0020\u0066\u0075\u006e\u0063t\u0069\u006f\u006e\u0061\u006c\u006c\u0079\u0020\u0065\u0071\u0075\u0069\u0076\u0061\u006c\u0065\u006e\u0074\u0020\u0073\u0074a\u006ed\u0061r\u0064\u0020\u0074\u0079\u0070\u0065\u002c\u0020\u0061\u0073\u0020\u0064\u0065\u0066\u0069\u006ee\u0064\u0020\u0069\u006e\u0020\u0050\u0044\u0046\u0020\u0052\u0065\u0066\u0065re\u006e\u0063e\u0020\u0039\u002e\u0037\u002e\u0034\u002c\u0020i\u006e\u0020\u0074\u0068e\u0020\u0072\u006fl\u0065\u0020\u006d\u0061p \u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u0020\u006f\u0066 \u0074h\u0065\u0020\u0073\u0074\u0072\u0075c\u0074\u0075r\u0065\u0020\u0074\u0072e\u0065\u0020\u0072\u006f\u006ft\u002e")); +};};};};};return _abaa ;};func _eac (_gad *_ad .Document ,_cag standardType ,_ada XmpOptions )error {_aff ,_dfaf :=_gad .FindCatalog ();if !_dfaf {return nil ;};var _agfd *_bg .Document ;_gff ,_dfaf :=_aff .GetMetadata ();if !_dfaf {_agfd =_bg .NewDocument (); +}else {var _cfb error ;_agfd ,_cfb =_bg .LoadDocument (_gff .Stream );if _cfb !=nil {return _cfb ;};};_gee :=_bg .PdfInfoOptions {InfoDict :_gad .Info ,PdfVersion :_b .Sprintf ("\u0025\u0064\u002e%\u0064",_gad .Version .Major ,_gad .Version .Minor ),Copyright :_ada .Copyright ,Overwrite :true }; +_agga ,_dfaf :=_aff .GetMarkInfo ();if _dfaf {_agd ,_bga :=_aad .GetBool (_agga .Get ("\u004d\u0061\u0072\u006b\u0065\u0064"));if _bga &&bool (*_agd ){_gee .Marked =true ;};};if _afddf :=_agfd .SetPdfInfo (&_gee );_afddf !=nil {return _afddf ;};if _bae :=_agfd .SetPdfAID (_cag ._bc ,_cag ._fa ); +_bae !=nil {return _bae ;};_bba :=_bg .MediaManagementOptions {OriginalDocumentID :_ada .OriginalDocumentID ,DocumentID :_ada .DocumentID ,InstanceID :_ada .InstanceID ,NewDocumentID :!_ada .NewDocumentVersion ,ModifyComment :"O\u0070\u0074\u0069\u006d\u0069\u007ae\u0020\u0064\u006f\u0063\u0075\u006de\u006e\u0074\u0020\u0074\u006f\u0020\u0050D\u0046\u002f\u0041\u0020\u0073\u0074\u0061\u006e\u0064\u0061r\u0064"}; +_dbd ,_dfaf :=_aad .GetDict (_gad .Info );if _dfaf {if _gbda ,_fbfg :=_aad .GetString (_dbd .Get ("\u004do\u0064\u0044\u0061\u0074\u0065"));_fbfg &&_gbda .String ()!=""{_deab ,_ebgg :=_df .ParsePdfTime (_gbda .String ());if _ebgg !=nil {return _b .Errorf ("\u0069n\u0076\u0061\u006c\u0069d\u0020\u004d\u006f\u0064\u0044a\u0074e\u0020f\u0069\u0065\u006c\u0064\u003a\u0020\u0025w",_ebgg ); +};_bba .ModifyDate =_deab ;};};if _ebe :=_agfd .SetMediaManagement (&_bba );_ebe !=nil {return _ebe ;};if _fff :=_agfd .SetPdfAExtension ();_fff !=nil {return _fff ;};_edag ,_fbad :=_agfd .MarshalIndent (_ada .MarshalPrefix ,_ada .MarshalIndent );if _fbad !=nil {return _fbad ; +};if _eegd :=_aff .SetMetadata (_edag );_eegd !=nil {return _eegd ;};return nil ;};func _eefb (_egcg *_ad .Document ,_agg int ){if _egcg .Version .Major ==0{_egcg .Version .Major =1;};if _egcg .Version .Minor < _agg {_egcg .Version .Minor =_agg ;};}; \ No newline at end of file diff --git a/model/sighandler/sighandler.go b/model/sighandler/sighandler.go index 951bc1320..dfcddd986 100644 --- a/model/sighandler/sighandler.go +++ b/model/sighandler/sighandler.go @@ -10,62 +10,70 @@ // terms that can be accessed at https://unidoc.io/eula/ // Package sighandler implements digital signature handlers for PDF signature validation and signing. -package sighandler ;import (_bb "bytes";_ce "crypto";_gc "crypto/rand";_de "crypto/rsa";_fb "crypto/x509";_g "crypto/x509/pkix";_ea "encoding/asn1";_b "encoding/hex";_c "errors";_cg "fmt";_ed "github.com/unidoc/pkcs7";_cef "github.com/unidoc/timestamp"; -_bd "github.com/unidoc/unipdf/v3/common";_dd "github.com/unidoc/unipdf/v3/core";_gg "github.com/unidoc/unipdf/v3/model";_gf "github.com/unidoc/unipdf/v3/model/mdp";_fg "github.com/unidoc/unipdf/v3/model/sigutil";_a "hash";_d "math/big";_eb "strings";_e "time"; +package sighandler ;import (_be "bytes";_a "crypto";_da "crypto/rand";_cb "crypto/rsa";_bd "crypto/x509";_e "crypto/x509/pkix";_g "encoding/asn1";_db "encoding/hex";_c "errors";_bb "fmt";_bbf "github.com/unidoc/pkcs7";_ef "github.com/unidoc/timestamp"; +_ee "github.com/unidoc/unipdf/v3/common";_gb "github.com/unidoc/unipdf/v3/core";_eee "github.com/unidoc/unipdf/v3/model";_cd "github.com/unidoc/unipdf/v3/model/mdp";_eg "github.com/unidoc/unipdf/v3/model/sigutil";_de "hash";_d "math/big";_b "strings";_dg "time"; ); -// RevocationInfoArchival is OIDAttributeAdobeRevocation attribute. -type RevocationInfoArchival struct{Crl []_ea .RawValue `asn1:"explicit,tag:0,optional"`;Ocsp []_ea .RawValue `asn1:"explicit,tag:1,optional"`;OtherRevInfo []_ea .RawValue `asn1:"explicit,tag:2,optional"`;}; - -// Validate validates PdfSignature. -func (_dc *etsiPAdES )Validate (sig *_gg .PdfSignature ,digest _gg .Hasher )(_gg .SignatureValidationResult ,error ){_cda :=sig .Contents .Bytes ();_fce ,_geg :=_ed .Parse (_cda );if _geg !=nil {return _gg .SignatureValidationResult {},_geg ;};_cdeb ,_eab :=digest .(*_bb .Buffer ); -if !_eab {return _gg .SignatureValidationResult {},_cg .Errorf ("c\u0061s\u0074\u0020\u0074\u006f\u0020\u0062\u0075\u0066f\u0065\u0072\u0020\u0066ai\u006c\u0073");};_fce .Content =_cdeb .Bytes ();if _geg =_fce .Verify ();_geg !=nil {return _gg .SignatureValidationResult {},_geg ; -};_eee :=false ;_dee :=false ;var _eea _e .Time ;for _ ,_eae :=range _fce .Signers {_def :=_eae .EncryptedDigest ;var _bdeb RevocationInfoArchival ;_geg =_fce .UnmarshalSignedAttribute (_ed .OIDAttributeAdobeRevocation ,&_bdeb );if _geg ==nil {if len (_bdeb .Crl )> 0{_dee =true ; -};if len (_bdeb .Ocsp )> 0{_eee =true ;};};for _ ,_fcg :=range _eae .UnauthenticatedAttributes {if _fcg .Type .Equal (_ed .OIDAttributeTimeStampToken ){_bafga ,_bacd :=_cef .Parse (_fcg .Value .Bytes );if _bacd !=nil {return _gg .SignatureValidationResult {},_bacd ; -};_eea =_bafga .Time ;_gceec :=_bafga .HashAlgorithm .New ();_gceec .Write (_def );if !_bb .Equal (_gceec .Sum (nil ),_bafga .HashedMessage ){return _gg .SignatureValidationResult {},_cg .Errorf ("\u0048\u0061\u0073\u0068\u0020i\u006e\u0020\u0074\u0069\u006d\u0065\u0073\u0074\u0061\u006d\u0070\u0020\u0069s\u0020\u0064\u0069\u0066\u0066\u0065\u0072\u0065\u006e\u0074\u0020\u0066\u0072\u006f\u006d\u0020\u0070\u006b\u0063\u0073\u0037"); -};break ;};};};_bbe :=_gg .SignatureValidationResult {IsSigned :true ,IsVerified :true ,IsCrlFound :_dee ,IsOcspFound :_eee ,GeneralizedTime :_eea };return _bbe ,nil ;}; - -// DocMDPHandler describes handler for the DocMDP realization. -type DocMDPHandler struct{_cf _gg .SignatureHandler ;Permission _gf .DocMDPPermission ;}; - -// DocTimeStampOpts defines options for configuring the timestamp handler. -type DocTimeStampOpts struct{ +// IsApplicable returns true if the signature handler is applicable for the PdfSignature. +func (_adfc *docTimeStamp )IsApplicable (sig *_eee .PdfSignature )bool {if sig ==nil ||sig .Filter ==nil ||sig .SubFilter ==nil {return false ;};return (*sig .Filter =="A\u0064\u006f\u0062\u0065\u002e\u0050\u0050\u004b\u004d\u0053"||*sig .Filter =="\u0041\u0064\u006f\u0062\u0065\u002e\u0050\u0050\u004b\u004c\u0069\u0074\u0065")&&*sig .SubFilter =="\u0045\u0054\u0053I\u002e\u0052\u0046\u0043\u0033\u0031\u0036\u0031"; +}; -// SignatureSize is the estimated size of the signature contents in bytes. -// If not provided, a default signature size of 4192 is used. -// The signing process will report the model.ErrSignNotEnoughSpace error -// if the estimated signature size is smaller than the actual size of the -// signature. -SignatureSize int ; +// NewEtsiPAdESLevelT creates a new Adobe.PPKLite ETSI.CAdES.detached Level T signature handler. +func NewEtsiPAdESLevelT (privateKey *_cb .PrivateKey ,certificate *_bd .Certificate ,caCert *_bd .Certificate ,certificateTimestampServerURL string )(_eee .SignatureHandler ,error ){return &etsiPAdES {_cf :certificate ,_ae :privateKey ,_cga :caCert ,_cef :certificateTimestampServerURL },nil ; +}; -// Client is the timestamp client used to make the signature request. -// If no client is provided, a default one is used. -Client *_fg .TimestampClient ;}; +// NewEtsiPAdESLevelLT creates a new Adobe.PPKLite ETSI.CAdES.detached Level LT signature handler. +func NewEtsiPAdESLevelLT (privateKey *_cb .PrivateKey ,certificate *_bd .Certificate ,caCert *_bd .Certificate ,certificateTimestampServerURL string ,appender *_eee .PdfAppender )(_eee .SignatureHandler ,error ){_ecb :=appender .Reader .DSS ;if _ecb ==nil {_ecb =_eee .NewDSS (); +};if _aabe :=_ecb .GenerateHashMaps ();_aabe !=nil {return nil ,_aabe ;};return &etsiPAdES {_cf :certificate ,_ae :privateKey ,_cga :caCert ,_cef :certificateTimestampServerURL ,CertClient :_eg .NewCertClient (),OCSPClient :_eg .NewOCSPClient (),CRLClient :_eg .NewCRLClient (),_dga :appender ,_egd :_ecb },nil ; +}; -// SignFunc represents a custom signing function. The function should return -// the computed signature. -type SignFunc func (_dcf *_gg .PdfSignature ,_gca _gg .Hasher )([]byte ,error ); +// NewDocTimeStamp creates a new DocTimeStamp signature handler. +// Both the timestamp server URL and the hash algorithm can be empty for the +// signature validation. +// The following hash algorithms are supported: +// crypto.SHA1, crypto.SHA256, crypto.SHA384, crypto.SHA512. +// NOTE: the handler will do a mock Sign when initializing the signature +// in order to estimate the signature size. Use NewDocTimeStampWithOpts +// for providing the signature size. +func NewDocTimeStamp (timestampServerURL string ,hashAlgorithm _a .Hash )(_eee .SignatureHandler ,error ){return &docTimeStamp {_ffg :timestampServerURL ,_gbb :hashAlgorithm },nil ;};func (_bfe *adobePKCS7Detached )getCertificate (_bcf *_eee .PdfSignature )(*_bd .Certificate ,error ){if _bfe ._adgb !=nil {return _bfe ._adgb ,nil ; +};_gad ,_ddd :=_bcf .GetCerts ();if _ddd !=nil {return nil ,_ddd ;};return _gad [0],nil ;}; // NewAdobeX509RSASHA1CustomWithOpts creates a new Adobe.PPKMS/Adobe.PPKLite // adbe.x509.rsa_sha1 signature handler with a custom signing function. The // handler is configured based on the provided options. If no options are // provided, default options will be used. Both the certificate and the sign // function can be nil for the signature validation. -func NewAdobeX509RSASHA1CustomWithOpts (certificate *_fb .Certificate ,signFunc SignFunc ,opts *AdobeX509RSASHA1Opts )(_gg .SignatureHandler ,error ){if opts ==nil {opts =&AdobeX509RSASHA1Opts {};};return &adobeX509RSASHA1 {_dgee :certificate ,_aga :signFunc ,_bf :opts .EstimateSize ,_fad :opts .Algorithm },nil ; +func NewAdobeX509RSASHA1CustomWithOpts (certificate *_bd .Certificate ,signFunc SignFunc ,opts *AdobeX509RSASHA1Opts )(_eee .SignatureHandler ,error ){if opts ==nil {opts =&AdobeX509RSASHA1Opts {};};return &adobeX509RSASHA1 {_dbcg :certificate ,_faaf :signFunc ,_fce :opts .EstimateSize ,_gga :opts .Algorithm },nil ; }; -// NewEtsiPAdESLevelB creates a new Adobe.PPKLite ETSI.CAdES.detached Level B signature handler. -func NewEtsiPAdESLevelB (privateKey *_de .PrivateKey ,certificate *_fb .Certificate ,caCert *_fb .Certificate )(_gg .SignatureHandler ,error ){return &etsiPAdES {_fgc :certificate ,_baa :privateKey ,_eaa :caCert },nil ;}; +// SignFunc represents a custom signing function. The function should return +// the computed signature. +type SignFunc func (_fcfb *_eee .PdfSignature ,_cbga _eee .Hasher )([]byte ,error );func (_fad *etsiPAdES )buildCertChain (_ecbg ,_cddb []*_bd .Certificate )([]*_bd .Certificate ,map[string ]*_bd .Certificate ,error ){_fgf :=map[string ]*_bd .Certificate {}; +for _ ,_ddf :=range _ecbg {_fgf [_ddf .Subject .CommonName ]=_ddf ;};_aaab :=_ecbg ;for _ ,_bgc :=range _cddb {_bda :=_bgc .Subject .CommonName ;if _ ,_ddcf :=_fgf [_bda ];_ddcf {continue ;};_fgf [_bda ]=_bgc ;_aaab =append (_aaab ,_bgc );};if len (_aaab )==0{return nil ,nil ,_eee .ErrSignNoCertificates ; +};var _bfa error ;for _ecg :=_aaab [0];_ecg !=nil &&!_fad .CertClient .IsCA (_ecg );{var _ge *_bd .Certificate ;_ ,_df :=_fgf [_ecg .Issuer .CommonName ];if !_df {if _ge ,_bfa =_fad .CertClient .GetIssuer (_ecg );_bfa !=nil {_ee .Log .Debug ("W\u0041\u0052\u004e\u003a\u0020\u0043\u006f\u0075\u006cd\u0020\u006e\u006f\u0074\u0020\u0072\u0065tr\u0069\u0065\u0076\u0065 \u0063\u0065\u0072\u0074\u0069\u0066\u0069\u0063\u0061te\u0020\u0069s\u0073\u0075\u0065\u0072\u003a\u0020\u0025\u0076",_bfa ); +break ;};_fgf [_ecg .Issuer .CommonName ]=_ge ;_aaab =append (_aaab ,_ge );}else {break ;};_ecg =_ge ;};return _aaab ,_fgf ,nil ;};type docTimeStamp struct{_ffg string ;_gbb _a .Hash ;_aeg int ;_ced *_eg .TimestampClient ;};func (_cgg *etsiPAdES )getCerts (_gbe []*_bd .Certificate )([][]byte ,error ){_bfb :=make ([][]byte ,0,len (_gbe )); +for _ ,_gg :=range _gbe {_bfb =append (_bfb ,_gg .Raw );};return _bfb ,nil ;}; -// Sign sets the Contents fields. -func (_efc *adobePKCS7Detached )Sign (sig *_gg .PdfSignature ,digest _gg .Hasher )error {if _efc ._dcb {_eff :=_efc ._ege ;if _eff <=0{_eff =8192;};sig .Contents =_dd .MakeHexString (string (make ([]byte ,_eff )));return nil ;};_gdff ,_cabb :=digest .(*_bb .Buffer ); -if !_cabb {return _cg .Errorf ("c\u0061s\u0074\u0020\u0074\u006f\u0020\u0062\u0075\u0066f\u0065\u0072\u0020\u0066ai\u006c\u0073");};_efg ,_deb :=_ed .NewSignedData (_gdff .Bytes ());if _deb !=nil {return _deb ;};if _aaf :=_efg .AddSigner (_efc ._ac ,_efc ._aeec ,_ed .SignerInfoConfig {}); -_aaf !=nil {return _aaf ;};_efg .Detach ();_deba ,_deb :=_efg .Finish ();if _deb !=nil {return _deb ;};_cabbf :=make ([]byte ,8192);copy (_cabbf ,_deba );sig .Contents =_dd .MakeHexString (string (_cabbf ));return nil ;};func _gegf (_deg []byte ,_ade int )(_acc []byte ){_dggb :=len (_deg ); -if _dggb > _ade {_dggb =_ade ;};_acc =make ([]byte ,_ade );copy (_acc [len (_acc )-_dggb :],_deg );return ;};func (_ggb *etsiPAdES )addDss (_dac ,_gad []*_fb .Certificate ,_cegc *RevocationInfoArchival )(int ,error ){_dafbe ,_bca ,_cbb :=_ggb .buildCertChain (_dac ,_gad ); -if _cbb !=nil {return 0,_cbb ;};_edgc ,_cbb :=_ggb .getCerts (_dafbe );if _cbb !=nil {return 0,_cbb ;};var _adb ,_gade [][]byte ;if _ggb .OCSPClient !=nil {_adb ,_cbb =_ggb .getOCSPs (_dafbe ,_bca );if _cbb !=nil {return 0,_cbb ;};};if _ggb .CRLClient !=nil {_gade ,_cbb =_ggb .getCRLs (_dafbe ); -if _cbb !=nil {return 0,_cbb ;};};if !_ggb ._df {_ ,_cbb =_ggb ._cbeg .AddCerts (_edgc );if _cbb !=nil {return 0,_cbb ;};_ ,_cbb =_ggb ._cbeg .AddOCSPs (_adb );if _cbb !=nil {return 0,_cbb ;};_ ,_cbb =_ggb ._cbeg .AddCRLs (_gade );if _cbb !=nil {return 0,_cbb ; -};};_afe :=0;for _ ,_ge :=range _gade {_afe +=len (_ge );_cegc .Crl =append (_cegc .Crl ,_ea .RawValue {FullBytes :_ge });};for _ ,_cdg :=range _adb {_afe +=len (_cdg );_cegc .Ocsp =append (_cegc .Ocsp ,_ea .RawValue {FullBytes :_cdg });};return _afe ,nil ; -};func (_faf *adobeX509RSASHA1 )getCertificate (_debb *_gg .PdfSignature )(*_fb .Certificate ,error ){if _faf ._dgee !=nil {return _faf ._dgee ,nil ;};_fdd ,_bdf :=_debb .GetCerts ();if _bdf !=nil {return nil ,_bdf ;};return _fdd [0],nil ;}; +// Validate validates PdfSignature. +func (_abd *adobePKCS7Detached )Validate (sig *_eee .PdfSignature ,digest _eee .Hasher )(_eee .SignatureValidationResult ,error ){_feg :=sig .Contents .Bytes ();_fdb ,_aaba :=_bbf .Parse (_feg );if _aaba !=nil {return _eee .SignatureValidationResult {},_aaba ; +};_fae ,_dfgc :=digest .(*_be .Buffer );if !_dfgc {return _eee .SignatureValidationResult {},_bb .Errorf ("c\u0061s\u0074\u0020\u0074\u006f\u0020\u0062\u0075\u0066f\u0065\u0072\u0020\u0066ai\u006c\u0073");};_fdb .Content =_fae .Bytes ();if _aaba =_fdb .Verify (); +_aaba !=nil {return _eee .SignatureValidationResult {},_aaba ;};return _eee .SignatureValidationResult {IsSigned :true ,IsVerified :true },nil ;}; + +// Sign sets the Contents fields for the PdfSignature. +func (_gdeg *docTimeStamp )Sign (sig *_eee .PdfSignature ,digest _eee .Hasher )error {_gega ,_eeaae :=_eg .NewTimestampRequest (digest .(*_be .Buffer ),&_ef .RequestOptions {Hash :_gdeg ._gbb ,Certificates :true });if _eeaae !=nil {return _eeaae ;};_cfed :=_gdeg ._ced ; +if _cfed ==nil {_cfed =_eg .NewTimestampClient ();};_ceec ,_eeaae :=_cfed .GetEncodedToken (_gdeg ._ffg ,_gega );if _eeaae !=nil {return _eeaae ;};_cbc :=len (_ceec );if _gdeg ._aeg > 0&&_cbc > _gdeg ._aeg {return _eee .ErrSignNotEnoughSpace ;};if _cbc > 0{_gdeg ._aeg =_cbc +128; +};if sig .Contents !=nil {_eefc :=sig .Contents .Bytes ();copy (_eefc ,_ceec );_ceec =_eefc ;};sig .Contents =_gb .MakeHexString (string (_ceec ));return nil ;}; + +// InitSignature initialises the PdfSignature. +func (_feac *docTimeStamp )InitSignature (sig *_eee .PdfSignature )error {_fadf :=*_feac ;sig .Type =_gb .MakeName ("\u0044\u006f\u0063T\u0069\u006d\u0065\u0053\u0074\u0061\u006d\u0070");sig .Handler =&_fadf ;sig .Filter =_gb .MakeName ("\u0041\u0064\u006f\u0062\u0065\u002e\u0050\u0050\u004b\u004c\u0069\u0074\u0065"); +sig .SubFilter =_gb .MakeName ("\u0045\u0054\u0053I\u002e\u0052\u0046\u0043\u0033\u0031\u0036\u0031");sig .Reference =nil ;if _feac ._aeg > 0{sig .Contents =_gb .MakeHexString (string (make ([]byte ,_feac ._aeg )));}else {_cfec ,_acc :=_feac .NewDigest (sig ); +if _acc !=nil {return _acc ;};_cfec .Write ([]byte ("\u0063\u0061\u006c\u0063\u0075\u006ca\u0074\u0065\u0020\u0074\u0068\u0065\u0020\u0043\u006f\u006e\u0074\u0065\u006et\u0073\u0020\u0066\u0069\u0065\u006c\u0064 \u0073\u0069\u007a\u0065"));if _acc =_fadf .Sign (sig ,_cfec ); +_acc !=nil {return _acc ;};_feac ._aeg =_fadf ._aeg ;};return nil ;};func (_ggd *adobeX509RSASHA1 )getHashAlgorithm (_dff *_eee .PdfSignature )(_a .Hash ,error ){_age ,_ebdf :=_ggd .getCertificate (_dff );if _ebdf !=nil {if _ggd ._gga !=0{return _ggd ._gga ,nil ; +};return _aae ,_ebdf ;};if _dff .Contents !=nil {_cfd :=_dff .Contents .Bytes ();var _dca []byte ;if _ ,_faef :=_g .Unmarshal (_cfd ,&_dca );_faef ==nil {_bfee :=_fefe (_age .PublicKey .(*_cb .PublicKey ),_dca );if _bfee > 0{return _bfee ,nil ;};};};if _ggd ._gga !=0{return _ggd ._gga ,nil ; +};return _aae ,nil ;}; + +// RevocationInfoArchival is OIDAttributeAdobeRevocation attribute. +type RevocationInfoArchival struct{Crl []_g .RawValue `asn1:"explicit,tag:0,optional"`;Ocsp []_g .RawValue `asn1:"explicit,tag:1,optional"`;OtherRevInfo []_g .RawValue `asn1:"explicit,tag:2,optional"`;}; // NewAdobeX509RSASHA1Custom creates a new Adobe.PPKMS/Adobe.PPKLite // adbe.x509.rsa_sha1 signature handler with a custom signing function. Both the @@ -73,159 +81,166 @@ if _cbb !=nil {return 0,_cbb ;};};if !_ggb ._df {_ ,_cbb =_ggb ._cbeg .AddCerts // NOTE: the handler will do a mock Sign when initializing the signature in // order to estimate the signature size. Use NewAdobeX509RSASHA1CustomWithOpts // for configuring the handler to estimate the signature size. -func NewAdobeX509RSASHA1Custom (certificate *_fb .Certificate ,signFunc SignFunc )(_gg .SignatureHandler ,error ){return &adobeX509RSASHA1 {_dgee :certificate ,_aga :signFunc },nil ;};func (_afed *adobeX509RSASHA1 )sign (_gdca *_gg .PdfSignature ,_ccg _gg .Hasher ,_fef bool )error {if !_fef {return _afed .Sign (_gdca ,_ccg ); -};_ced ,_dbff :=_afed ._dgee .PublicKey .(*_de .PublicKey );if !_dbff {return _cg .Errorf ("i\u006e\u0076\u0061\u006c\u0069\u0064 \u0070\u0075\u0062\u006c\u0069\u0063\u0020\u006b\u0065y\u0020\u0074\u0079p\u0065:\u0020\u0025\u0054",_ced );};_fed ,_afc :=_ea .Marshal (make ([]byte ,_ced .Size ())); -if _afc !=nil {return _afc ;};_gdca .Contents =_dd .MakeHexString (string (_fed ));return nil ;}; +func NewAdobeX509RSASHA1Custom (certificate *_bd .Certificate ,signFunc SignFunc )(_eee .SignatureHandler ,error ){return &adobeX509RSASHA1 {_dbcg :certificate ,_faaf :signFunc },nil ;};type adobeX509RSASHA1 struct{_ebd *_cb .PrivateKey ;_dbcg *_bd .Certificate ; +_faaf SignFunc ;_fce bool ;_gga _a .Hash ;}; -// NewDigest creates a new digest. -func (_efad *etsiPAdES )NewDigest (_ *_gg .PdfSignature )(_gg .Hasher ,error ){return _bb .NewBuffer (nil ),nil ;}; +// AdobeX509RSASHA1Opts defines options for configuring the adbe.x509.rsa_sha1 +// signature handler. +type AdobeX509RSASHA1Opts struct{ -// NewDocMDPHandler returns the new DocMDP handler with the specific DocMDP restriction level. -func NewDocMDPHandler (handler _gg .SignatureHandler ,permission _gf .DocMDPPermission )(_gg .SignatureHandler ,error ){return &DocMDPHandler {_cf :handler ,Permission :permission },nil ;};func (_gdba *etsiPAdES )buildCertChain (_agc ,_edf []*_fb .Certificate )([]*_fb .Certificate ,map[string ]*_fb .Certificate ,error ){_cdc :=map[string ]*_fb .Certificate {}; -for _ ,_beg :=range _agc {_cdc [_beg .Subject .CommonName ]=_beg ;};_daa :=_agc ;for _ ,_eg :=range _edf {_ecg :=_eg .Subject .CommonName ;if _ ,_cfe :=_cdc [_ecg ];_cfe {continue ;};_cdc [_ecg ]=_eg ;_daa =append (_daa ,_eg );};if len (_daa )==0{return nil ,nil ,_gg .ErrSignNoCertificates ; -};var _egd error ;for _gdc :=_daa [0];_gdc !=nil &&!_gdba .CertClient .IsCA (_gdc );{var _bac *_fb .Certificate ;_ ,_efa :=_cdc [_gdc .Issuer .CommonName ];if !_efa {if _bac ,_egd =_gdba .CertClient .GetIssuer (_gdc );_egd !=nil {_bd .Log .Debug ("W\u0041\u0052\u004e\u003a\u0020\u0043\u006f\u0075\u006cd\u0020\u006e\u006f\u0074\u0020\u0072\u0065tr\u0069\u0065\u0076\u0065 \u0063\u0065\u0072\u0074\u0069\u0066\u0069\u0063\u0061te\u0020\u0069s\u0073\u0075\u0065\u0072\u003a\u0020\u0025\u0076",_egd ); -break ;};_cdc [_gdc .Issuer .CommonName ]=_bac ;_daa =append (_daa ,_bac );}else {break ;};_gdc =_bac ;};return _daa ,_cdc ,nil ;}; +// EstimateSize specifies whether the size of the signature contents +// should be estimated based on the modulus size of the public key +// extracted from the signing certificate. If set to false, a mock Sign +// call is made in order to estimate the size of the signature contents. +EstimateSize bool ; -// IsApplicable returns true if the signature handler is applicable for the PdfSignature -func (_gcg *adobePKCS7Detached )IsApplicable (sig *_gg .PdfSignature )bool {if sig ==nil ||sig .Filter ==nil ||sig .SubFilter ==nil {return false ;};return (*sig .Filter =="A\u0064\u006f\u0062\u0065\u002e\u0050\u0050\u004b\u004d\u0053"||*sig .Filter =="\u0041\u0064\u006f\u0062\u0065\u002e\u0050\u0050\u004b\u004c\u0069\u0074\u0065")&&*sig .SubFilter =="\u0061\u0064\u0062\u0065.p\u006b\u0063\u0073\u0037\u002e\u0064\u0065\u0074\u0061\u0063\u0068\u0065\u0064"; -}; +// Algorithm specifies the algorithm used for performing signing. +// If not specified, defaults to SHA1. +Algorithm _a .Hash ;}; -// Validate implementation of the SignatureHandler interface -// This check is impossible without checking the document's content. -// Please, use ValidateWithOpts with the PdfParser. -func (_gfc *DocMDPHandler )Validate (sig *_gg .PdfSignature ,digest _gg .Hasher )(_gg .SignatureValidationResult ,error ){return _gg .SignatureValidationResult {},_c .New ("i\u006d\u0070\u006f\u0073\u0073\u0069b\u006c\u0065\u0020\u0076\u0061\u006ci\u0064\u0061\u0074\u0069\u006f\u006e\u0020w\u0069\u0074\u0068\u006f\u0075\u0074\u0020\u0070\u0061\u0072s\u0065"); +// NewEmptyAdobePKCS7Detached creates a new Adobe.PPKMS/Adobe.PPKLite adbe.pkcs7.detached +// signature handler. The generated signature is empty and of size signatureLen. +// The signatureLen parameter can be 0 for the signature validation. +func NewEmptyAdobePKCS7Detached (signatureLen int )(_eee .SignatureHandler ,error ){return &adobePKCS7Detached {_cbf :true ,_aaf :signatureLen },nil ;};func (_bceb *docTimeStamp )getCertificate (_adab *_eee .PdfSignature )(*_bd .Certificate ,error ){_bad ,_afee :=_adab .GetCerts (); +if _afee !=nil {return nil ,_afee ;};return _bad [0],nil ;};func (_dbg *etsiPAdES )makeTimestampRequest (_eb string ,_cbg []byte )(_g .RawValue ,error ){_ccb :=_a .SHA512 .New ();_ccb .Write (_cbg );_gbf :=_ccb .Sum (nil );_gba :=_ef .Request {HashAlgorithm :_a .SHA512 ,HashedMessage :_gbf ,Certificates :true ,Extensions :nil ,ExtraExtensions :nil }; +_dc :=_eg .NewTimestampClient ();_cea ,_cff :=_dc .GetEncodedToken (_eb ,&_gba );if _cff !=nil {return _g .NullRawValue ,_cff ;};return _g .RawValue {FullBytes :_cea },nil ;}; + +// IsApplicable returns true if the signature handler is applicable for the PdfSignature. +func (_fbd *etsiPAdES )IsApplicable (sig *_eee .PdfSignature )bool {if sig ==nil ||sig .Filter ==nil ||sig .SubFilter ==nil {return false ;};return (*sig .Filter =="\u0041\u0064\u006f\u0062\u0065\u002e\u0050\u0050\u004b\u004c\u0069\u0074\u0065")&&*sig .SubFilter =="\u0045\u0054\u0053\u0049.C\u0041\u0064\u0045\u0053\u002e\u0064\u0065\u0074\u0061\u0063\u0068\u0065\u0064"; }; -// NewDigest creates a new digest. -func (_fd *DocMDPHandler )NewDigest (sig *_gg .PdfSignature )(_gg .Hasher ,error ){return _fd ._cf .NewDigest (sig );}; +// Sign sets the Contents fields. +func (_gdd *adobePKCS7Detached )Sign (sig *_eee .PdfSignature ,digest _eee .Hasher )error {if _gdd ._cbf {_edc :=_gdd ._aaf ;if _edc <=0{_edc =8192;};sig .Contents =_gb .MakeHexString (string (make ([]byte ,_edc )));return nil ;};_baf ,_dace :=digest .(*_be .Buffer ); +if !_dace {return _bb .Errorf ("c\u0061s\u0074\u0020\u0074\u006f\u0020\u0062\u0075\u0066f\u0065\u0072\u0020\u0066ai\u006c\u0073");};_fdc ,_ade :=_bbf .NewSignedData (_baf .Bytes ());if _ade !=nil {return _ade ;};if _aafe :=_fdc .AddSigner (_gdd ._adgb ,_gdd ._fgc ,_bbf .SignerInfoConfig {}); +_aafe !=nil {return _aafe ;};_fdc .Detach ();_eba ,_ade :=_fdc .Finish ();if _ade !=nil {return _ade ;};_dcf :=make ([]byte ,8192);copy (_dcf ,_eba );sig .Contents =_gb .MakeHexString (string (_dcf ));return nil ;}; + +// Sign sets the Contents fields for the PdfSignature. +func (_fab *adobeX509RSASHA1 )Sign (sig *_eee .PdfSignature ,digest _eee .Hasher )error {var _gdg []byte ;var _gbeb error ;if _fab ._faaf !=nil {_gdg ,_gbeb =_fab ._faaf (sig ,digest );if _gbeb !=nil {return _gbeb ;};}else {_ffe ,_begg :=digest .(_de .Hash ); +if !_begg {return _c .New ("\u0068a\u0073h\u0020\u0074\u0079\u0070\u0065\u0020\u0065\u0072\u0072\u006f\u0072");};_efb :=_aae ;if _fab ._gga !=0{_efb =_fab ._gga ;};_gdg ,_gbeb =_cb .SignPKCS1v15 (_da .Reader ,_fab ._ebd ,_efb ,_ffe .Sum (nil ));if _gbeb !=nil {return _gbeb ; +};};_gdg ,_gbeb =_g .Marshal (_gdg );if _gbeb !=nil {return _gbeb ;};sig .Contents =_gb .MakeHexString (string (_gdg ));return nil ;};func _bege (_gcgb []byte ,_eeaa int )(_acd []byte ){_bbff :=len (_gcgb );if _bbff > _eeaa {_bbff =_eeaa ;};_acd =make ([]byte ,_eeaa ); +copy (_acd [len (_acd )-_bbff :],_gcgb );return ;}; + +// Validate validates PdfSignature. +func (_gaca *adobeX509RSASHA1 )Validate (sig *_eee .PdfSignature ,digest _eee .Hasher )(_eee .SignatureValidationResult ,error ){_fea ,_fca :=_gaca .getCertificate (sig );if _fca !=nil {return _eee .SignatureValidationResult {},_fca ;};_fff :=sig .Contents .Bytes (); +var _eeed []byte ;if _ ,_gag :=_g .Unmarshal (_fff ,&_eeed );_gag !=nil {return _eee .SignatureValidationResult {},_gag ;};_cbfc ,_ecf :=digest .(_de .Hash );if !_ecf {return _eee .SignatureValidationResult {},_c .New ("\u0068a\u0073h\u0020\u0074\u0079\u0070\u0065\u0020\u0065\u0072\u0072\u006f\u0072"); +};_geg ,_ :=_gaca .getHashAlgorithm (sig );if _geg ==0{_geg =_aae ;};if _cce :=_cb .VerifyPKCS1v15 (_fea .PublicKey .(*_cb .PublicKey ),_geg ,_cbfc .Sum (nil ),_eeed );_cce !=nil {return _eee .SignatureValidationResult {},_cce ;};return _eee .SignatureValidationResult {IsSigned :true ,IsVerified :true },nil ; +}; // InitSignature initialises the PdfSignature. -func (_ddc *etsiPAdES )InitSignature (sig *_gg .PdfSignature )error {if !_ddc ._aeg {if _ddc ._fgc ==nil {return _c .New ("c\u0065\u0072\u0074\u0069\u0066\u0069c\u0061\u0074\u0065\u0020\u006d\u0075\u0073\u0074\u0020n\u006f\u0074\u0020b\u0065 \u006e\u0069\u006c"); -};if _ddc ._baa ==nil {return _c .New ("\u0070\u0072\u0069\u0076\u0061\u0074\u0065\u004b\u0065\u0079\u0020m\u0075\u0073\u0074\u0020\u006e\u006f\u0074\u0020\u0062\u0065 \u006e\u0069\u006c");};};_cec :=*_ddc ;sig .Handler =&_cec ;sig .Filter =_dd .MakeName ("\u0041\u0064\u006f\u0062\u0065\u002e\u0050\u0050\u004b\u004c\u0069\u0074\u0065"); -sig .SubFilter =_dd .MakeName ("\u0045\u0054\u0053\u0049.C\u0041\u0064\u0045\u0053\u002e\u0064\u0065\u0074\u0061\u0063\u0068\u0065\u0064");sig .Reference =nil ;_fgfe ,_bcf :=_cec .NewDigest (sig );if _bcf !=nil {return _bcf ;};_ ,_bcf =_fgfe .Write ([]byte ("\u0063\u0061\u006c\u0063\u0075\u006ca\u0074\u0065\u0020\u0074\u0068\u0065\u0020\u0043\u006f\u006e\u0074\u0065\u006et\u0073\u0020\u0066\u0069\u0065\u006c\u0064 \u0073\u0069\u007a\u0065")); -if _bcf !=nil {return _bcf ;};_cec ._df =true ;_bcf =_cec .Sign (sig ,_fgfe );_cec ._df =false ;return _bcf ;}; +func (_ffd *etsiPAdES )InitSignature (sig *_eee .PdfSignature )error {if !_ffd ._cdf {if _ffd ._cf ==nil {return _c .New ("c\u0065\u0072\u0074\u0069\u0066\u0069c\u0061\u0074\u0065\u0020\u006d\u0075\u0073\u0074\u0020n\u006f\u0074\u0020b\u0065 \u006e\u0069\u006c"); +};if _ffd ._ae ==nil {return _c .New ("\u0070\u0072\u0069\u0076\u0061\u0074\u0065\u004b\u0065\u0079\u0020m\u0075\u0073\u0074\u0020\u006e\u006f\u0074\u0020\u0062\u0065 \u006e\u0069\u006c");};};_bef :=*_ffd ;sig .Handler =&_bef ;sig .Filter =_gb .MakeName ("\u0041\u0064\u006f\u0062\u0065\u002e\u0050\u0050\u004b\u004c\u0069\u0074\u0065"); +sig .SubFilter =_gb .MakeName ("\u0045\u0054\u0053\u0049.C\u0041\u0064\u0045\u0053\u002e\u0064\u0065\u0074\u0061\u0063\u0068\u0065\u0064");sig .Reference =nil ;_dd ,_bbe :=_bef .NewDigest (sig );if _bbe !=nil {return _bbe ;};_ ,_bbe =_dd .Write ([]byte ("\u0063\u0061\u006c\u0063\u0075\u006ca\u0074\u0065\u0020\u0074\u0068\u0065\u0020\u0043\u006f\u006e\u0074\u0065\u006et\u0073\u0020\u0066\u0069\u0065\u006c\u0064 \u0073\u0069\u007a\u0065")); +if _bbe !=nil {return _bbe ;};_bef ._dae =true ;_bbe =_bef .Sign (sig ,_dd );_bef ._dae =false ;return _bbe ;};const _aae =_a .SHA1 ;func _fefe (_fagg *_cb .PublicKey ,_eded []byte )_a .Hash {_dcfa :=_fagg .Size ();if _dcfa !=len (_eded ){return 0;};_bfbd :=func (_feaf *_d .Int ,_aabd *_cb .PublicKey ,_efab *_d .Int )*_d .Int {_bdc :=_d .NewInt (int64 (_aabd .E )); +_feaf .Exp (_efab ,_bdc ,_aabd .N );return _feaf ;};_ebda :=new (_d .Int ).SetBytes (_eded );_dfbe :=_bfbd (new (_d .Int ),_fagg ,_ebda );_cbbc :=_bege (_dfbe .Bytes (),_dcfa );if _cbbc [0]!=0||_cbbc [1]!=1{return 0;};_cda :=[]struct{Hash _a .Hash ;Prefix []byte ; +}{{Hash :_a .SHA1 ,Prefix :[]byte {0x30,0x21,0x30,0x09,0x06,0x05,0x2b,0x0e,0x03,0x02,0x1a,0x05,0x00,0x04,0x14}},{Hash :_a .SHA256 ,Prefix :[]byte {0x30,0x31,0x30,0x0d,0x06,0x09,0x60,0x86,0x48,0x01,0x65,0x03,0x04,0x02,0x01,0x05,0x00,0x04,0x20}},{Hash :_a .SHA384 ,Prefix :[]byte {0x30,0x41,0x30,0x0d,0x06,0x09,0x60,0x86,0x48,0x01,0x65,0x03,0x04,0x02,0x02,0x05,0x00,0x04,0x30}},{Hash :_a .SHA512 ,Prefix :[]byte {0x30,0x51,0x30,0x0d,0x06,0x09,0x60,0x86,0x48,0x01,0x65,0x03,0x04,0x02,0x03,0x05,0x00,0x04,0x40}},{Hash :_a .RIPEMD160 ,Prefix :[]byte {0x30,0x20,0x30,0x08,0x06,0x06,0x28,0xcf,0x06,0x03,0x00,0x31,0x04,0x14}}}; +for _ ,_bac :=range _cda {_egfa :=_bac .Hash .Size ();_gfd :=len (_bac .Prefix )+_egfa ;if _be .Equal (_cbbc [_dcfa -_gfd :_dcfa -_egfa ],_bac .Prefix ){return _bac .Hash ;};};return 0;}; -// NewAdobeX509RSASHA1 creates a new Adobe.PPKMS/Adobe.PPKLite -// adbe.x509.rsa_sha1 signature handler. Both the private key and the -// certificate can be nil for the signature validation. -func NewAdobeX509RSASHA1 (privateKey *_de .PrivateKey ,certificate *_fb .Certificate )(_gg .SignatureHandler ,error ){return &adobeX509RSASHA1 {_dgee :certificate ,_bgc :privateKey },nil ;}; +// ValidateWithOpts validates a PDF signature by checking PdfReader or PdfParser by the DiffPolicy +// params describes parameters for the DocMDP checks. +func (_ad *DocMDPHandler )ValidateWithOpts (sig *_eee .PdfSignature ,digest _eee .Hasher ,params _eee .SignatureHandlerDocMDPParams )(_eee .SignatureValidationResult ,error ){_cc ,_bcd :=_ad ._eeb .Validate (sig ,digest );if _bcd !=nil {return _cc ,_bcd ; +};_fd :=params .Parser ;if _fd ==nil {return _eee .SignatureValidationResult {},_c .New ("p\u0061r\u0073\u0065\u0072\u0020\u0063\u0061\u006e\u0027t\u0020\u0062\u0065\u0020nu\u006c\u006c");};if !_cc .IsVerified {return _cc ,nil ;};_fc :=params .DiffPolicy ; +if _fc ==nil {_fc =_cd .NewDefaultDiffPolicy ();};for _fb :=0;_fb <=_fd .GetRevisionNumber ();_fb ++{_ege ,_eea :=_fd .GetRevision (_fb );if _eea !=nil {return _eee .SignatureValidationResult {},_eea ;};_eca :=_ege .GetTrailer ();if _eca ==nil {return _eee .SignatureValidationResult {},_c .New ("\u0075\u006e\u0064\u0065f\u0069\u006e\u0065\u0064\u0020\u0074\u0068\u0065\u0020\u0074r\u0061i\u006c\u0065\u0072\u0020\u006f\u0062\u006ae\u0063\u0074"); +};_fa ,_beg :=_gb .GetDict (_eca .Get ("\u0052\u006f\u006f\u0074"));if !_beg {return _eee .SignatureValidationResult {},_c .New ("\u0075n\u0064\u0065\u0066\u0069n\u0065\u0064\u0020\u0074\u0068e\u0020r\u006fo\u0074\u0020\u006f\u0062\u006a\u0065\u0063t"); +};_fg ,_beg :=_gb .GetDict (_fa .Get ("\u0041\u0063\u0072\u006f\u0046\u006f\u0072\u006d"));if !_beg {continue ;};_cg ,_beg :=_gb .GetArray (_fg .Get ("\u0046\u0069\u0065\u006c\u0064\u0073"));if !_beg {continue ;};for _ ,_cdd :=range _cg .Elements (){_adg ,_ff :=_gb .GetDict (_cdd ); +if !_ff {continue ;};_fdg ,_ff :=_gb .GetDict (_adg .Get ("\u0056"));if !_ff {continue ;};if _gb .EqualObjects (_fdg .Get ("\u0043\u006f\u006e\u0074\u0065\u006e\u0074\u0073"),sig .Contents ){_cc .DiffResults ,_eea =_fc .ReviewFile (_ege ,_fd ,&_cd .MDPParameters {DocMDPLevel :_ad .Permission }); +if _eea !=nil {return _eee .SignatureValidationResult {},_eea ;};_cc .IsVerified =_cc .DiffResults .IsPermitted ();return _cc ,nil ;};};};return _eee .SignatureValidationResult {},_c .New ("\u0064\u006f\u006e\u0027\u0074\u0020\u0066o\u0075\u006e\u0064 \u0074\u0068\u0069\u0073 \u0073\u0069\u0067\u006e\u0061\u0074\u0075\u0072\u0065\u0020\u0069\u006e\u0020\u0074\u0068\u0065\u0020\u0072\u0065\u0076\u0069\u0073\u0069\u006f\u006e\u0073"); +};type adobePKCS7Detached struct{_fgc *_cb .PrivateKey ;_adgb *_bd .Certificate ;_cbf bool ;_aaf int ;}; -// NewEtsiPAdESLevelT creates a new Adobe.PPKLite ETSI.CAdES.detached Level T signature handler. -func NewEtsiPAdESLevelT (privateKey *_de .PrivateKey ,certificate *_fb .Certificate ,caCert *_fb .Certificate ,certificateTimestampServerURL string )(_gg .SignatureHandler ,error ){return &etsiPAdES {_fgc :certificate ,_baa :privateKey ,_eaa :caCert ,_dab :certificateTimestampServerURL },nil ; -};type etsiPAdES struct{_baa *_de .PrivateKey ;_fgc *_fb .Certificate ;_aeg bool ;_df bool ;_eaa *_fb .Certificate ;_dab string ; +// DocTimeStampOpts defines options for configuring the timestamp handler. +type DocTimeStampOpts struct{ -// CertClient is the client used to retrieve certificates. -CertClient *_fg .CertClient ; +// SignatureSize is the estimated size of the signature contents in bytes. +// If not provided, a default signature size of 4192 is used. +// The signing process will report the model.ErrSignNotEnoughSpace error +// if the estimated signature size is smaller than the actual size of the +// signature. +SignatureSize int ; -// OCSPClient is the client used to retrieve OCSP validation information. -OCSPClient *_fg .OCSPClient ; +// Client is the timestamp client used to make the signature request. +// If no client is provided, a default one is used. +Client *_eg .TimestampClient ;};func (_dec *etsiPAdES )getOCSPs (_eff []*_bd .Certificate ,_bg map[string ]*_bd .Certificate )([][]byte ,error ){_fe :=make ([][]byte ,0,len (_eff ));for _ ,_fag :=range _eff {for _ ,_dbf :=range _fag .OCSPServer {if _dec .CertClient .IsCA (_fag ){continue ; +};_ga ,_ddg :=_bg [_fag .Issuer .CommonName ];if !_ddg {_ee .Log .Debug ("\u0057\u0041\u0052\u004e:\u0020\u0053\u006b\u0069\u0070\u0070\u0069\u006e\u0067 \u004f\u0043\u0053\u0050\u0020\u0072\u0065\u0071\u0075\u0065\u0073\u0074\u003a\u0020\u0069\u0073\u0073\u0075e\u0072\u0020\u0063\u0065\u0072t\u0069\u0066\u0069\u0063\u0061\u0074\u0065\u0020\u006e\u006f\u0074\u0020\u0066\u006f\u0075\u006e\u0064"); +continue ;};_ ,_ebb ,_beb :=_dec .OCSPClient .MakeRequest (_dbf ,_fag ,_ga );if _beb !=nil {_ee .Log .Debug ("\u0057\u0041\u0052\u004e:\u0020\u004f\u0043\u0053\u0050\u0020\u0072\u0065\u0071\u0075e\u0073t\u0020\u0065\u0072\u0072\u006f\u0072\u003a \u0025\u0076",_beb ); +continue ;};_fe =append (_fe ,_ebb );};};return _fe ,nil ;}; -// CRLClient is the client used to retrieve CRL validation information. -CRLClient *_fg .CRLClient ;_bde *_gg .PdfAppender ;_cbeg *_gg .DSS ;};func (_cc *etsiPAdES )getCRLs (_abfd []*_fb .Certificate )([][]byte ,error ){_fea :=make ([][]byte ,0,len (_abfd ));for _ ,_fbg :=range _abfd {for _ ,_eefg :=range _fbg .CRLDistributionPoints {if _cc .CertClient .IsCA (_fbg ){continue ; -};_gfg ,_fbcg :=_cc .CRLClient .MakeRequest (_eefg ,_fbg );if _fbcg !=nil {_bd .Log .Debug ("W\u0041\u0052\u004e\u003a\u0020\u0043R\u004c\u0020\u0072\u0065\u0071\u0075\u0065\u0073\u0074 \u0065\u0072\u0072o\u0072:\u0020\u0025\u0076",_fbcg );continue ;}; -_fea =append (_fea ,_gfg );};};return _fea ,nil ;};func (_fdf *etsiPAdES )getOCSPs (_dbb []*_fb .Certificate ,_bg map[string ]*_fb .Certificate )([][]byte ,error ){_dbe :=make ([][]byte ,0,len (_dbb ));for _ ,_dbd :=range _dbb {for _ ,_gdb :=range _dbd .OCSPServer {if _fdf .CertClient .IsCA (_dbd ){continue ; -};_aag ,_cab :=_bg [_dbd .Issuer .CommonName ];if !_cab {_bd .Log .Debug ("\u0057\u0041\u0052\u004e:\u0020\u0053\u006b\u0069\u0070\u0070\u0069\u006e\u0067 \u004f\u0043\u0053\u0050\u0020\u0072\u0065\u0071\u0075\u0065\u0073\u0074\u003a\u0020\u0069\u0073\u0073\u0075e\u0072\u0020\u0063\u0065\u0072t\u0069\u0066\u0069\u0063\u0061\u0074\u0065\u0020\u006e\u006f\u0074\u0020\u0066\u006f\u0075\u006e\u0064"); -continue ;};_ ,_gb ,_ef :=_fdf .OCSPClient .MakeRequest (_gdb ,_dbd ,_aag );if _ef !=nil {_bd .Log .Debug ("\u0057\u0041\u0052\u004e:\u0020\u004f\u0043\u0053\u0050\u0020\u0072\u0065\u0071\u0075e\u0073t\u0020\u0065\u0072\u0072\u006f\u0072\u003a \u0025\u0076",_ef ); -continue ;};_dbe =append (_dbe ,_gb );};};return _dbe ,nil ;}; +// NewDigest creates a new digest. +func (_eag *adobeX509RSASHA1 )NewDigest (sig *_eee .PdfSignature )(_eee .Hasher ,error ){if _gcg ,_bccb :=_eag .getHashAlgorithm (sig );_gcg !=0&&_bccb ==nil {return _gcg .New (),nil ;};return _aae .New (),nil ;};func (_bbd *adobeX509RSASHA1 )sign (_aebe *_eee .PdfSignature ,_dacb _eee .Hasher ,_ddcfg bool )error {if !_ddcfg {return _bbd .Sign (_aebe ,_dacb ); +};_gbc ,_dbe :=_bbd ._dbcg .PublicKey .(*_cb .PublicKey );if !_dbe {return _bb .Errorf ("i\u006e\u0076\u0061\u006c\u0069\u0064 \u0070\u0075\u0062\u006c\u0069\u0063\u0020\u006b\u0065y\u0020\u0074\u0079p\u0065:\u0020\u0025\u0054",_gbc );};_fdd ,_gef :=_g .Marshal (make ([]byte ,_gbc .Size ())); +if _gef !=nil {return _gef ;};_aebe .Contents =_gb .MakeHexString (string (_fdd ));return nil ;}; -// Sign adds a new reference to signature's references array. -func (_gdd *DocMDPHandler )Sign (sig *_gg .PdfSignature ,digest _gg .Hasher )error {return _gdd ._cf .Sign (sig ,digest );}; +// NewAdobeX509RSASHA1 creates a new Adobe.PPKMS/Adobe.PPKLite +// adbe.x509.rsa_sha1 signature handler. Both the private key and the +// certificate can be nil for the signature validation. +func NewAdobeX509RSASHA1 (privateKey *_cb .PrivateKey ,certificate *_bd .Certificate )(_eee .SignatureHandler ,error ){return &adobeX509RSASHA1 {_dbcg :certificate ,_ebd :privateKey },nil ;}; -// InitSignature initialises the PdfSignature. -func (_bbg *adobeX509RSASHA1 )InitSignature (sig *_gg .PdfSignature )error {if _bbg ._dgee ==nil {return _c .New ("c\u0065\u0072\u0074\u0069\u0066\u0069c\u0061\u0074\u0065\u0020\u006d\u0075\u0073\u0074\u0020n\u006f\u0074\u0020b\u0065 \u006e\u0069\u006c"); -};if _bbg ._bgc ==nil &&_bbg ._aga ==nil {return _c .New ("\u006d\u0075\u0073\u0074\u0020\u0070\u0072o\u0076\u0069\u0064e\u0020\u0065\u0069t\u0068\u0065r\u0020\u0061\u0020\u0070\u0072\u0069v\u0061te\u0020\u006b\u0065\u0079\u0020\u006f\u0072\u0020\u0061\u0020\u0073\u0069\u0067\u006e\u0069\u006e\u0067\u0020\u0066\u0075\u006e\u0063\u0074\u0069\u006f\u006e"); -};_ebg :=*_bbg ;sig .Handler =&_ebg ;sig .Filter =_dd .MakeName ("\u0041\u0064\u006f\u0062\u0065\u002e\u0050\u0050\u004b\u004c\u0069\u0074\u0065");sig .SubFilter =_dd .MakeName ("\u0061d\u0062e\u002e\u0078\u0035\u0030\u0039.\u0072\u0073a\u005f\u0073\u0068\u0061\u0031"); -sig .Cert =_dd .MakeString (string (_ebg ._dgee .Raw ));sig .Reference =nil ;_efag ,_acb :=_ebg .NewDigest (sig );if _acb !=nil {return _acb ;};_efag .Write ([]byte ("\u0063\u0061\u006c\u0063\u0075\u006ca\u0074\u0065\u0020\u0074\u0068\u0065\u0020\u0043\u006f\u006e\u0074\u0065\u006et\u0073\u0020\u0066\u0069\u0065\u006c\u0064 \u0073\u0069\u007a\u0065")); -return _ebg .sign (sig ,_efag ,_bbg ._bf );};type timestampInfo struct{Version int ;Policy _ea .RawValue ;MessageImprint struct{HashAlgorithm _g .AlgorithmIdentifier ;HashedMessage []byte ;};SerialNumber _ea .RawValue ;GeneralizedTime _e .Time ;};func (_afb *etsiPAdES )getCerts (_dfa []*_fb .Certificate )([][]byte ,error ){_dba :=make ([][]byte ,0,len (_dfa )); -for _ ,_aee :=range _dfa {_dba =append (_dba ,_aee .Raw );};return _dba ,nil ;};const _afa =_ce .SHA1 ; +// IsApplicable returns true if the signature handler is applicable for the PdfSignature +func (_fdad *adobePKCS7Detached )IsApplicable (sig *_eee .PdfSignature )bool {if sig ==nil ||sig .Filter ==nil ||sig .SubFilter ==nil {return false ;};return (*sig .Filter =="A\u0064\u006f\u0062\u0065\u002e\u0050\u0050\u004b\u004d\u0053"||*sig .Filter =="\u0041\u0064\u006f\u0062\u0065\u002e\u0050\u0050\u004b\u004c\u0069\u0074\u0065")&&*sig .SubFilter =="\u0061\u0064\u0062\u0065.p\u006b\u0063\u0073\u0037\u002e\u0064\u0065\u0074\u0061\u0063\u0068\u0065\u0064"; +}; -// NewAdobePKCS7Detached creates a new Adobe.PPKMS/Adobe.PPKLite adbe.pkcs7.detached signature handler. -// Both parameters may be nil for the signature validation. -func NewAdobePKCS7Detached (privateKey *_de .PrivateKey ,certificate *_fb .Certificate )(_gg .SignatureHandler ,error ){return &adobePKCS7Detached {_ac :certificate ,_aeec :privateKey },nil ;};type adobeX509RSASHA1 struct{_bgc *_de .PrivateKey ;_dgee *_fb .Certificate ; -_aga SignFunc ;_bf bool ;_fad _ce .Hash ;};func (_eeef *docTimeStamp )getCertificate (_gfgd *_gg .PdfSignature )(*_fb .Certificate ,error ){_efaa ,_bef :=_gfgd .GetCerts ();if _bef !=nil {return nil ,_bef ;};return _efaa [0],nil ;};func _gbec (_ff *_de .PublicKey ,_bdcad []byte )_ce .Hash {_becd :=_ff .Size (); -if _becd !=len (_bdcad ){return 0;};_agd :=func (_bdcee *_d .Int ,_adg *_de .PublicKey ,_dbcf *_d .Int )*_d .Int {_cfed :=_d .NewInt (int64 (_adg .E ));_bdcee .Exp (_dbcf ,_cfed ,_adg .N );return _bdcee ;};_ccc :=new (_d .Int ).SetBytes (_bdcad );_daab :=_agd (new (_d .Int ),_ff ,_ccc ); -_egde :=_gegf (_daab .Bytes (),_becd );if _egde [0]!=0||_egde [1]!=1{return 0;};_bag :=[]struct{Hash _ce .Hash ;Prefix []byte ;}{{Hash :_ce .SHA1 ,Prefix :[]byte {0x30,0x21,0x30,0x09,0x06,0x05,0x2b,0x0e,0x03,0x02,0x1a,0x05,0x00,0x04,0x14}},{Hash :_ce .SHA256 ,Prefix :[]byte {0x30,0x31,0x30,0x0d,0x06,0x09,0x60,0x86,0x48,0x01,0x65,0x03,0x04,0x02,0x01,0x05,0x00,0x04,0x20}},{Hash :_ce .SHA384 ,Prefix :[]byte {0x30,0x41,0x30,0x0d,0x06,0x09,0x60,0x86,0x48,0x01,0x65,0x03,0x04,0x02,0x02,0x05,0x00,0x04,0x30}},{Hash :_ce .SHA512 ,Prefix :[]byte {0x30,0x51,0x30,0x0d,0x06,0x09,0x60,0x86,0x48,0x01,0x65,0x03,0x04,0x02,0x03,0x05,0x00,0x04,0x40}},{Hash :_ce .RIPEMD160 ,Prefix :[]byte {0x30,0x20,0x30,0x08,0x06,0x06,0x28,0xcf,0x06,0x03,0x00,0x31,0x04,0x14}}}; -for _ ,_ecd :=range _bag {_aeeg :=_ecd .Hash .Size ();_cca :=len (_ecd .Prefix )+_aeeg ;if _bb .Equal (_egde [_becd -_cca :_becd -_aeeg ],_ecd .Prefix ){return _ecd .Hash ;};};return 0;}; +// DocMDPHandler describes handler for the DocMDP realization. +type DocMDPHandler struct{_eeb _eee .SignatureHandler ;Permission _cd .DocMDPPermission ;}; -// NewDigest creates a new digest. -func (_edd *adobeX509RSASHA1 )NewDigest (sig *_gg .PdfSignature )(_gg .Hasher ,error ){if _cdd ,_fcf :=_edd .getHashAlgorithm (sig );_cdd !=0&&_fcf ==nil {return _cdd .New (),nil ;};return _afa .New (),nil ;};type docTimeStamp struct{_degd string ;_gdae _ce .Hash ; -_effd int ;_dbba *_fg .TimestampClient ;}; +// Sign sets the Contents fields for the PdfSignature. +func (_bdae *etsiPAdES )Sign (sig *_eee .PdfSignature ,digest _eee .Hasher )error {_afe ,_bca :=digest .(*_be .Buffer );if !_bca {return _bb .Errorf ("c\u0061s\u0074\u0020\u0074\u006f\u0020\u0062\u0075\u0066f\u0065\u0072\u0020\u0066ai\u006c\u0073");};_dfb ,_dbc :=_bbf .NewSignedData (_afe .Bytes ()); +if _dbc !=nil {return _dbc ;};_dfb .SetDigestAlgorithm (_bbf .OIDDigestAlgorithmSHA256 );_dac :=_bbf .SignerInfoConfig {};_ca :=_a .SHA256 .New ();_ca .Write (_bdae ._cf .Raw );var _ag struct{Seq struct{Seq struct{Value []byte ;};};};_ag .Seq .Seq .Value =_ca .Sum (nil ); +var _gaf []*_bd .Certificate ;var _dgaa []*_bd .Certificate ;if _bdae ._cga !=nil {_dgaa =[]*_bd .Certificate {_bdae ._cga };};_befe :=RevocationInfoArchival {Crl :[]_g .RawValue {},Ocsp :[]_g .RawValue {},OtherRevInfo :[]_g .RawValue {}};_gbee :=0;if _bdae ._dga !=nil &&len (_bdae ._cef )> 0{_cfa ,_cbe :=_bdae .makeTimestampRequest (_bdae ._cef ,([]byte )("")); +if _cbe !=nil {return _cbe ;};_fbcb ,_cbe :=_ef .Parse (_cfa .FullBytes );if _cbe !=nil {return _cbe ;};_gaf =append (_gaf ,_fbcb .Certificates ...);};if _bdae ._dga !=nil {_fgfe ,_gca :=_bdae .addDss ([]*_bd .Certificate {_bdae ._cf },_dgaa ,&_befe ); +if _gca !=nil {return _gca ;};_gbee +=_fgfe ;if len (_gaf )> 0{_fgfe ,_gca =_bdae .addDss (_gaf ,nil ,&_befe );if _gca !=nil {return _gca ;};_gbee +=_fgfe ;};if !_bdae ._dae {_bdae ._dga .SetDSS (_bdae ._egd );};};_dac .ExtraSignedAttributes =append (_dac .ExtraSignedAttributes ,_bbf .Attribute {Type :_bbf .OIDAttributeSigningCertificateV2 ,Value :_ag },_bbf .Attribute {Type :_bbf .OIDAttributeAdobeRevocation ,Value :_befe }); +if _cee :=_dfb .AddSignerChainPAdES (_bdae ._cf ,_bdae ._ae ,_dgaa ,_dac );_cee !=nil {return _cee ;};_dfb .Detach ();if len (_bdae ._cef )> 0{_dfg :=_dfb .GetSignedData ().SignerInfos [0].EncryptedDigest ;_fcf ,_aeb :=_bdae .makeTimestampRequest (_bdae ._cef ,_dfg ); +if _aeb !=nil {return _aeb ;};_aeb =_dfb .AddTimestampTokenToSigner (0,_fcf .FullBytes );if _aeb !=nil {return _aeb ;};};_cfea ,_dbc :=_dfb .Finish ();if _dbc !=nil {return _dbc ;};_gd :=make ([]byte ,len (_cfea )+1024*2+_gbee );copy (_gd ,_cfea );sig .Contents =_gb .MakeHexString (string (_gd )); +if !_bdae ._dae &&_bdae ._egd !=nil {_ca =_a .SHA1 .New ();_ca .Write (_gd );_dgc :=_b .ToUpper (_db .EncodeToString (_ca .Sum (nil )));if _dgc !=""{_bdae ._egd .VRI [_dgc ]=&_eee .VRI {Cert :_bdae ._egd .Certs ,OCSP :_bdae ._egd .OCSPs ,CRL :_bdae ._egd .CRLs }; +};_bdae ._dga .SetDSS (_bdae ._egd );};return nil ;}; + +// IsApplicable returns true if the signature handler is applicable for the PdfSignature. +func (_ba *DocMDPHandler )IsApplicable (sig *_eee .PdfSignature )bool {_gf :=false ;for _ ,_dbb :=range sig .Reference .Elements (){if _dad ,_ce :=_gb .GetDict (_dbb );_ce {if _bf ,_ec :=_gb .GetNameVal (_dad .Get ("\u0054r\u0061n\u0073\u0066\u006f\u0072\u006d\u004d\u0065\u0074\u0068\u006f\u0064")); +_ec {if _bf !="\u0044\u006f\u0063\u004d\u0044\u0050"{return false ;};if _egf ,_bbb :=_gb .GetDict (_dad .Get ("\u0054r\u0061n\u0073\u0066\u006f\u0072\u006d\u0050\u0061\u0072\u0061\u006d\u0073"));_bbb {_ ,_bc :=_gb .GetNumberAsInt64 (_egf .Get ("\u0050")); +if _bc !=nil {return false ;};_gf =true ;break ;};};};};return _gf &&_ba ._eeb .IsApplicable (sig );}; // IsApplicable returns true if the signature handler is applicable for the PdfSignature. -func (_ecc *docTimeStamp )IsApplicable (sig *_gg .PdfSignature )bool {if sig ==nil ||sig .Filter ==nil ||sig .SubFilter ==nil {return false ;};return (*sig .Filter =="A\u0064\u006f\u0062\u0065\u002e\u0050\u0050\u004b\u004d\u0053"||*sig .Filter =="\u0041\u0064\u006f\u0062\u0065\u002e\u0050\u0050\u004b\u004c\u0069\u0074\u0065")&&*sig .SubFilter =="\u0045\u0054\u0053I\u002e\u0052\u0046\u0043\u0033\u0031\u0036\u0031"; +func (_dbgd *adobeX509RSASHA1 )IsApplicable (sig *_eee .PdfSignature )bool {if sig ==nil ||sig .Filter ==nil ||sig .SubFilter ==nil {return false ;};return (*sig .Filter =="A\u0064\u006f\u0062\u0065\u002e\u0050\u0050\u004b\u004d\u0053"||*sig .Filter =="\u0041\u0064\u006f\u0062\u0065\u002e\u0050\u0050\u004b\u004c\u0069\u0074\u0065")&&*sig .SubFilter =="\u0061d\u0062e\u002e\u0078\u0035\u0030\u0039.\u0072\u0073a\u005f\u0073\u0068\u0061\u0031"; }; // Validate validates PdfSignature. -func (_cbba *adobePKCS7Detached )Validate (sig *_gg .PdfSignature ,digest _gg .Hasher )(_gg .SignatureValidationResult ,error ){_adc :=sig .Contents .Bytes ();_aab ,_adaf :=_ed .Parse (_adc );if _adaf !=nil {return _gg .SignatureValidationResult {},_adaf ; -};_ggg ,_eag :=digest .(*_bb .Buffer );if !_eag {return _gg .SignatureValidationResult {},_cg .Errorf ("c\u0061s\u0074\u0020\u0074\u006f\u0020\u0062\u0075\u0066f\u0065\u0072\u0020\u0066ai\u006c\u0073");};_aab .Content =_ggg .Bytes ();if _adaf =_aab .Verify (); -_adaf !=nil {return _gg .SignatureValidationResult {},_adaf ;};return _gg .SignatureValidationResult {IsSigned :true ,IsVerified :true },nil ;}; +func (_dabd *etsiPAdES )Validate (sig *_eee .PdfSignature ,digest _eee .Hasher )(_eee .SignatureValidationResult ,error ){_gac :=sig .Contents .Bytes ();_cggd ,_bcc :=_bbf .Parse (_gac );if _bcc !=nil {return _eee .SignatureValidationResult {},_bcc ;}; +_bgb ,_fed :=digest .(*_be .Buffer );if !_fed {return _eee .SignatureValidationResult {},_bb .Errorf ("c\u0061s\u0074\u0020\u0074\u006f\u0020\u0062\u0075\u0066f\u0065\u0072\u0020\u0066ai\u006c\u0073");};_cggd .Content =_bgb .Bytes ();if _bcc =_cggd .Verify (); +_bcc !=nil {return _eee .SignatureValidationResult {},_bcc ;};_fcc :=false ;_egc :=false ;var _ede _dg .Time ;for _ ,_bec :=range _cggd .Signers {_dee :=_bec .EncryptedDigest ;var _ab RevocationInfoArchival ;_bcc =_cggd .UnmarshalSignedAttribute (_bbf .OIDAttributeAdobeRevocation ,&_ab ); +if _bcc ==nil {if len (_ab .Crl )> 0{_egc =true ;};if len (_ab .Ocsp )> 0{_fcc =true ;};};for _ ,_adgd :=range _bec .UnauthenticatedAttributes {if _adgd .Type .Equal (_bbf .OIDAttributeTimeStampToken ){_ea ,_cdg :=_ef .Parse (_adgd .Value .Bytes );if _cdg !=nil {return _eee .SignatureValidationResult {},_cdg ; +};_ede =_ea .Time ;_abb :=_ea .HashAlgorithm .New ();_abb .Write (_dee );if !_be .Equal (_abb .Sum (nil ),_ea .HashedMessage ){return _eee .SignatureValidationResult {},_bb .Errorf ("\u0048\u0061\u0073\u0068\u0020i\u006e\u0020\u0074\u0069\u006d\u0065\u0073\u0074\u0061\u006d\u0070\u0020\u0069s\u0020\u0064\u0069\u0066\u0066\u0065\u0072\u0065\u006e\u0074\u0020\u0066\u0072\u006f\u006d\u0020\u0070\u006b\u0063\u0073\u0037"); +};break ;};};};_cfad :=_eee .SignatureValidationResult {IsSigned :true ,IsVerified :true ,IsCrlFound :_egc ,IsOcspFound :_fcc ,GeneralizedTime :_ede };return _cfad ,nil ;}; -// NewEtsiPAdESLevelLT creates a new Adobe.PPKLite ETSI.CAdES.detached Level LT signature handler. -func NewEtsiPAdESLevelLT (privateKey *_de .PrivateKey ,certificate *_fb .Certificate ,caCert *_fb .Certificate ,certificateTimestampServerURL string ,appender *_gg .PdfAppender )(_gg .SignatureHandler ,error ){_eed :=appender .Reader .DSS ;if _eed ==nil {_eed =_gg .NewDSS (); -};if _cag :=_eed .GenerateHashMaps ();_cag !=nil {return nil ,_cag ;};return &etsiPAdES {_fgc :certificate ,_baa :privateKey ,_eaa :caCert ,_dab :certificateTimestampServerURL ,CertClient :_fg .NewCertClient (),OCSPClient :_fg .NewOCSPClient (),CRLClient :_fg .NewCRLClient (),_bde :appender ,_cbeg :_eed },nil ; -};func (_fag *etsiPAdES )makeTimestampRequest (_cgf string ,_eef []byte )(_ea .RawValue ,error ){_bdc :=_ce .SHA512 .New ();_bdc .Write (_eef );_aef :=_bdc .Sum (nil );_baf :=_cef .Request {HashAlgorithm :_ce .SHA512 ,HashedMessage :_aef ,Certificates :true ,Extensions :nil ,ExtraExtensions :nil }; -_fagg :=_fg .NewTimestampClient ();_dbf ,_ag :=_fagg .GetEncodedToken (_cgf ,&_baf );if _ag !=nil {return _ea .NullRawValue ,_ag ;};return _ea .RawValue {FullBytes :_dbf },nil ;}; +// NewDigest creates a new digest. +func (_fafg *docTimeStamp )NewDigest (sig *_eee .PdfSignature )(_eee .Hasher ,error ){return _be .NewBuffer (nil ),nil ;}; -// InitSignature initialises the PdfSignature. -func (_defc *docTimeStamp )InitSignature (sig *_gg .PdfSignature )error {_abfdb :=*_defc ;sig .Type =_dd .MakeName ("\u0044\u006f\u0063T\u0069\u006d\u0065\u0053\u0074\u0061\u006d\u0070");sig .Handler =&_abfdb ;sig .Filter =_dd .MakeName ("\u0041\u0064\u006f\u0062\u0065\u002e\u0050\u0050\u004b\u004c\u0069\u0074\u0065"); -sig .SubFilter =_dd .MakeName ("\u0045\u0054\u0053I\u002e\u0052\u0046\u0043\u0033\u0031\u0036\u0031");sig .Reference =nil ;if _defc ._effd > 0{sig .Contents =_dd .MakeHexString (string (make ([]byte ,_defc ._effd )));}else {_debd ,_bff :=_defc .NewDigest (sig ); -if _bff !=nil {return _bff ;};_debd .Write ([]byte ("\u0063\u0061\u006c\u0063\u0075\u006ca\u0074\u0065\u0020\u0074\u0068\u0065\u0020\u0043\u006f\u006e\u0074\u0065\u006et\u0073\u0020\u0066\u0069\u0065\u006c\u0064 \u0073\u0069\u007a\u0065"));if _bff =_abfdb .Sign (sig ,_debd ); -_bff !=nil {return _bff ;};_defc ._effd =_abfdb ._effd ;};return nil ;}; +// Sign adds a new reference to signature's references array. +func (_aab *DocMDPHandler )Sign (sig *_eee .PdfSignature ,digest _eee .Hasher )error {return _aab ._eeb .Sign (sig ,digest );};type etsiPAdES struct{_ae *_cb .PrivateKey ;_cf *_bd .Certificate ;_cdf bool ;_dae bool ;_cga *_bd .Certificate ;_cef string ; -// Sign sets the Contents fields for the PdfSignature. -func (_daf *etsiPAdES )Sign (sig *_gg .PdfSignature ,digest _gg .Hasher )error {_aac ,_bafc :=digest .(*_bb .Buffer );if !_bafc {return _cg .Errorf ("c\u0061s\u0074\u0020\u0074\u006f\u0020\u0062\u0075\u0066f\u0065\u0072\u0020\u0066ai\u006c\u0073");};_fbcf ,_bec :=_ed .NewSignedData (_aac .Bytes ()); -if _bec !=nil {return _bec ;};_fbcf .SetDigestAlgorithm (_ed .OIDDigestAlgorithmSHA256 );_ddgf :=_ed .SignerInfoConfig {};_dad :=_ce .SHA256 .New ();_dad .Write (_daf ._fgc .Raw );var _gfa struct{Seq struct{Seq struct{Value []byte ;};};};_gfa .Seq .Seq .Value =_dad .Sum (nil ); -var _dfaa []*_fb .Certificate ;var _gba []*_fb .Certificate ;if _daf ._eaa !=nil {_gba =[]*_fb .Certificate {_daf ._eaa };};_gff :=RevocationInfoArchival {Crl :[]_ea .RawValue {},Ocsp :[]_ea .RawValue {},OtherRevInfo :[]_ea .RawValue {}};_fc :=0;if _daf ._bde !=nil &&len (_daf ._dab )> 0{_afd ,_bafg :=_daf .makeTimestampRequest (_daf ._dab ,([]byte )("")); -if _bafg !=nil {return _bafg ;};_cde ,_bafg :=_cef .Parse (_afd .FullBytes );if _bafg !=nil {return _bafg ;};_dfaa =append (_dfaa ,_cde .Certificates ...);};if _daf ._bde !=nil {_abfa ,_dafb :=_daf .addDss ([]*_fb .Certificate {_daf ._fgc },_gba ,&_gff ); -if _dafb !=nil {return _dafb ;};_fc +=_abfa ;if len (_dfaa )> 0{_abfa ,_dafb =_daf .addDss (_dfaa ,nil ,&_gff );if _dafb !=nil {return _dafb ;};_fc +=_abfa ;};if !_daf ._df {_daf ._bde .SetDSS (_daf ._cbeg );};};_ddgf .ExtraSignedAttributes =append (_ddgf .ExtraSignedAttributes ,_ed .Attribute {Type :_ed .OIDAttributeSigningCertificateV2 ,Value :_gfa },_ed .Attribute {Type :_ed .OIDAttributeAdobeRevocation ,Value :_gff }); -if _abc :=_fbcf .AddSignerChainPAdES (_daf ._fgc ,_daf ._baa ,_gba ,_ddgf );_abc !=nil {return _abc ;};_fbcf .Detach ();if len (_daf ._dab )> 0{_dge :=_fbcf .GetSignedData ().SignerInfos [0].EncryptedDigest ;_ebc ,_fda :=_daf .makeTimestampRequest (_daf ._dab ,_dge ); -if _fda !=nil {return _fda ;};_fda =_fbcf .AddTimestampTokenToSigner (0,_ebc .FullBytes );if _fda !=nil {return _fda ;};};_afde ,_bec :=_fbcf .Finish ();if _bec !=nil {return _bec ;};_agb :=make ([]byte ,len (_afde )+1024*2+_fc );copy (_agb ,_afde );sig .Contents =_dd .MakeHexString (string (_agb )); -if !_daf ._df &&_daf ._cbeg !=nil {_dad =_ce .SHA1 .New ();_dad .Write (_agb );_ada :=_eb .ToUpper (_b .EncodeToString (_dad .Sum (nil )));if _ada !=""{_daf ._cbeg .VRI [_ada ]=&_gg .VRI {Cert :_daf ._cbeg .Certs ,OCSP :_daf ._cbeg .OCSPs ,CRL :_daf ._cbeg .CRLs }; -};_daf ._bde .SetDSS (_daf ._cbeg );};return nil ;}; -// Sign sets the Contents fields for the PdfSignature. -func (_gab *docTimeStamp )Sign (sig *_gg .PdfSignature ,digest _gg .Hasher )error {_dfbg ,_aae :=_fg .NewTimestampRequest (digest .(*_bb .Buffer ),&_cef .RequestOptions {Hash :_gab ._gdae ,Certificates :true });if _aae !=nil {return _aae ;};_dgec :=_gab ._dbba ; -if _dgec ==nil {_dgec =_fg .NewTimestampClient ();};_gbd ,_aae :=_dgec .GetEncodedToken (_gab ._degd ,_dfbg );if _aae !=nil {return _aae ;};_eged :=len (_gbd );if _gab ._effd > 0&&_eged > _gab ._effd {return _gg .ErrSignNotEnoughSpace ;};if _eged > 0{_gab ._effd =_eged +128; -};if sig .Contents !=nil {_cdbd :=sig .Contents .Bytes ();copy (_cdbd ,_gbd );_gbd =_cdbd ;};sig .Contents =_dd .MakeHexString (string (_gbd ));return nil ;}; - -// IsApplicable returns true if the signature handler is applicable for the PdfSignature. -func (_fac *adobeX509RSASHA1 )IsApplicable (sig *_gg .PdfSignature )bool {if sig ==nil ||sig .Filter ==nil ||sig .SubFilter ==nil {return false ;};return (*sig .Filter =="A\u0064\u006f\u0062\u0065\u002e\u0050\u0050\u004b\u004d\u0053"||*sig .Filter =="\u0041\u0064\u006f\u0062\u0065\u002e\u0050\u0050\u004b\u004c\u0069\u0074\u0065")&&*sig .SubFilter =="\u0061d\u0062e\u002e\u0078\u0035\u0030\u0039.\u0072\u0073a\u005f\u0073\u0068\u0061\u0031"; -}; +// CertClient is the client used to retrieve certificates. +CertClient *_eg .CertClient ; -// AdobeX509RSASHA1Opts defines options for configuring the adbe.x509.rsa_sha1 -// signature handler. -type AdobeX509RSASHA1Opts struct{ +// OCSPClient is the client used to retrieve OCSP validation information. +OCSPClient *_eg .OCSPClient ; -// EstimateSize specifies whether the size of the signature contents -// should be estimated based on the modulus size of the public key -// extracted from the signing certificate. If set to false, a mock Sign -// call is made in order to estimate the size of the signature contents. -EstimateSize bool ; +// CRLClient is the client used to retrieve CRL validation information. +CRLClient *_eg .CRLClient ;_dga *_eee .PdfAppender ;_egd *_eee .DSS ;};func (_cag *etsiPAdES )addDss (_efd ,_dab []*_bd .Certificate ,_gfe *RevocationInfoArchival )(int ,error ){_faa ,_fcg ,_dbgg :=_cag .buildCertChain (_efd ,_dab );if _dbgg !=nil {return 0,_dbgg ; +};_aaac ,_dbgg :=_cag .getCerts (_faa );if _dbgg !=nil {return 0,_dbgg ;};var _fda ,_gde [][]byte ;if _cag .OCSPClient !=nil {_fda ,_dbgg =_cag .getOCSPs (_faa ,_fcg );if _dbgg !=nil {return 0,_dbgg ;};};if _cag .CRLClient !=nil {_gde ,_dbgg =_cag .getCRLs (_faa ); +if _dbgg !=nil {return 0,_dbgg ;};};if !_cag ._dae {_ ,_dbgg =_cag ._egd .AddCerts (_aaac );if _dbgg !=nil {return 0,_dbgg ;};_ ,_dbgg =_cag ._egd .AddOCSPs (_fda );if _dbgg !=nil {return 0,_dbgg ;};_ ,_dbgg =_cag ._egd .AddCRLs (_gde );if _dbgg !=nil {return 0,_dbgg ; +};};_bgg :=0;for _ ,_fagb :=range _gde {_bgg +=len (_fagb );_gfe .Crl =append (_gfe .Crl ,_g .RawValue {FullBytes :_fagb });};for _ ,_egb :=range _fda {_bgg +=len (_egb );_gfe .Ocsp =append (_gfe .Ocsp ,_g .RawValue {FullBytes :_egb });};return _bgg ,nil ; +}; -// Algorithm specifies the algorithm used for performing signing. -// If not specified, defaults to SHA1. -Algorithm _ce .Hash ;}; +// NewEtsiPAdESLevelB creates a new Adobe.PPKLite ETSI.CAdES.detached Level B signature handler. +func NewEtsiPAdESLevelB (privateKey *_cb .PrivateKey ,certificate *_bd .Certificate ,caCert *_bd .Certificate )(_eee .SignatureHandler ,error ){return &etsiPAdES {_cf :certificate ,_ae :privateKey ,_cga :caCert },nil ;}; -// InitSignature initialises the PdfSignature. -func (_cgc *adobePKCS7Detached )InitSignature (sig *_gg .PdfSignature )error {if !_cgc ._dcb {if _cgc ._ac ==nil {return _c .New ("c\u0065\u0072\u0074\u0069\u0066\u0069c\u0061\u0074\u0065\u0020\u006d\u0075\u0073\u0074\u0020n\u006f\u0074\u0020b\u0065 \u006e\u0069\u006c"); -};if _cgc ._aeec ==nil {return _c .New ("\u0070\u0072\u0069\u0076\u0061\u0074\u0065\u004b\u0065\u0079\u0020m\u0075\u0073\u0074\u0020\u006e\u006f\u0074\u0020\u0062\u0065 \u006e\u0069\u006c");};};_cgcc :=*_cgc ;sig .Handler =&_cgcc ;sig .Filter =_dd .MakeName ("\u0041\u0064\u006f\u0062\u0065\u002e\u0050\u0050\u004b\u004c\u0069\u0074\u0065"); -sig .SubFilter =_dd .MakeName ("\u0061\u0064\u0062\u0065.p\u006b\u0063\u0073\u0037\u002e\u0064\u0065\u0074\u0061\u0063\u0068\u0065\u0064");sig .Reference =nil ;_baef ,_gdf :=_cgcc .NewDigest (sig );if _gdf !=nil {return _gdf ;};_baef .Write ([]byte ("\u0063\u0061\u006c\u0063\u0075\u006ca\u0074\u0065\u0020\u0074\u0068\u0065\u0020\u0043\u006f\u006e\u0074\u0065\u006et\u0073\u0020\u0066\u0069\u0065\u006c\u0064 \u0073\u0069\u007a\u0065")); -return _cgcc .Sign (sig ,_baef );}; +// NewDigest creates a new digest. +func (_cbb *adobePKCS7Detached )NewDigest (sig *_eee .PdfSignature )(_eee .Hasher ,error ){return _be .NewBuffer (nil ),nil ;}; -// NewDocTimeStamp creates a new DocTimeStamp signature handler. -// Both the timestamp server URL and the hash algorithm can be empty for the -// signature validation. -// The following hash algorithms are supported: -// crypto.SHA1, crypto.SHA256, crypto.SHA384, crypto.SHA512. -// NOTE: the handler will do a mock Sign when initializing the signature -// in order to estimate the signature size. Use NewDocTimeStampWithOpts -// for providing the signature size. -func NewDocTimeStamp (timestampServerURL string ,hashAlgorithm _ce .Hash )(_gg .SignatureHandler ,error ){return &docTimeStamp {_degd :timestampServerURL ,_gdae :hashAlgorithm },nil ;}; +// NewDocMDPHandler returns the new DocMDP handler with the specific DocMDP restriction level. +func NewDocMDPHandler (handler _eee .SignatureHandler ,permission _cd .DocMDPPermission )(_eee .SignatureHandler ,error ){return &DocMDPHandler {_eeb :handler ,Permission :permission },nil ;};func (_egg *adobeX509RSASHA1 )getCertificate (_eef *_eee .PdfSignature )(*_bd .Certificate ,error ){if _egg ._dbcg !=nil {return _egg ._dbcg ,nil ; +};_bgga ,_gcd :=_eef .GetCerts ();if _gcd !=nil {return nil ,_gcd ;};return _bgga [0],nil ;}; -// NewDigest creates a new digest. -func (_eeac *adobePKCS7Detached )NewDigest (sig *_gg .PdfSignature )(_gg .Hasher ,error ){return _bb .NewBuffer (nil ),nil ;};func (_fcb *adobeX509RSASHA1 )getHashAlgorithm (_ebf *_gg .PdfSignature )(_ce .Hash ,error ){_cdb ,_cbec :=_fcb .getCertificate (_ebf ); -if _cbec !=nil {if _fcb ._fad !=0{return _fcb ._fad ,nil ;};return _afa ,_cbec ;};if _ebf .Contents !=nil {_ead :=_ebf .Contents .Bytes ();var _gaf []byte ;if _ ,_dbc :=_ea .Unmarshal (_ead ,&_gaf );_dbc ==nil {_cfg :=_gbec (_cdb .PublicKey .(*_de .PublicKey ),_gaf ); -if _cfg > 0{return _cfg ,nil ;};};};if _fcb ._fad !=0{return _fcb ._fad ,nil ;};return _afa ,nil ;}; +// NewAdobePKCS7Detached creates a new Adobe.PPKMS/Adobe.PPKLite adbe.pkcs7.detached signature handler. +// Both parameters may be nil for the signature validation. +func NewAdobePKCS7Detached (privateKey *_cb .PrivateKey ,certificate *_bd .Certificate )(_eee .SignatureHandler ,error ){return &adobePKCS7Detached {_adgb :certificate ,_fgc :privateKey },nil ;}; // NewDocTimeStampWithOpts returns a new DocTimeStamp configured using the // specified options. If no options are provided, default options will be used. @@ -233,57 +248,44 @@ if _cfg > 0{return _cfg ,nil ;};};};if _fcb ._fad !=0{return _fcb ._fad ,nil ;}; // signature validation. // The following hash algorithms are supported: // crypto.SHA1, crypto.SHA256, crypto.SHA384, crypto.SHA512. -func NewDocTimeStampWithOpts (timestampServerURL string ,hashAlgorithm _ce .Hash ,opts *DocTimeStampOpts )(_gg .SignatureHandler ,error ){if opts ==nil {opts =&DocTimeStampOpts {};};if opts .SignatureSize <=0{opts .SignatureSize =4192;};return &docTimeStamp {_degd :timestampServerURL ,_gdae :hashAlgorithm ,_effd :opts .SignatureSize ,_dbba :opts .Client },nil ; -}; - -// NewEmptyAdobePKCS7Detached creates a new Adobe.PPKMS/Adobe.PPKLite adbe.pkcs7.detached -// signature handler. The generated signature is empty and of size signatureLen. -// The signatureLen parameter can be 0 for the signature validation. -func NewEmptyAdobePKCS7Detached (signatureLen int )(_gg .SignatureHandler ,error ){return &adobePKCS7Detached {_dcb :true ,_ege :signatureLen },nil ;}; - -// Validate validates PdfSignature. -func (_fec *adobeX509RSASHA1 )Validate (sig *_gg .PdfSignature ,digest _gg .Hasher )(_gg .SignatureValidationResult ,error ){_cegb ,_bad :=_fec .getCertificate (sig );if _bad !=nil {return _gg .SignatureValidationResult {},_bad ;};_gcgc :=sig .Contents .Bytes (); -var _bfg []byte ;if _ ,_efgd :=_ea .Unmarshal (_gcgc ,&_bfg );_efgd !=nil {return _gg .SignatureValidationResult {},_efgd ;};_bbc ,_dff :=digest .(_a .Hash );if !_dff {return _gg .SignatureValidationResult {},_c .New ("\u0068a\u0073h\u0020\u0074\u0079\u0070\u0065\u0020\u0065\u0072\u0072\u006f\u0072"); -};_dcfb ,_ :=_fec .getHashAlgorithm (sig );if _dcfb ==0{_dcfb =_afa ;};if _cfb :=_de .VerifyPKCS1v15 (_cegb .PublicKey .(*_de .PublicKey ),_dcfb ,_bbc .Sum (nil ),_bfg );_cfb !=nil {return _gg .SignatureValidationResult {},_cfb ;};return _gg .SignatureValidationResult {IsSigned :true ,IsVerified :true },nil ; -}; - -// Sign sets the Contents fields for the PdfSignature. -func (_agcb *adobeX509RSASHA1 )Sign (sig *_gg .PdfSignature ,digest _gg .Hasher )error {var _geb []byte ;var _bbgf error ;if _agcb ._aga !=nil {_geb ,_bbgf =_agcb ._aga (sig ,digest );if _bbgf !=nil {return _bbgf ;};}else {_eda ,_acf :=digest .(_a .Hash ); -if !_acf {return _c .New ("\u0068a\u0073h\u0020\u0074\u0079\u0070\u0065\u0020\u0065\u0072\u0072\u006f\u0072");};_abg :=_afa ;if _agcb ._fad !=0{_abg =_agcb ._fad ;};_geb ,_bbgf =_de .SignPKCS1v15 (_gc .Reader ,_agcb ._bgc ,_abg ,_eda .Sum (nil ));if _bbgf !=nil {return _bbgf ; -};};_geb ,_bbgf =_ea .Marshal (_geb );if _bbgf !=nil {return _bbgf ;};sig .Contents =_dd .MakeHexString (string (_geb ));return nil ;}; +func NewDocTimeStampWithOpts (timestampServerURL string ,hashAlgorithm _a .Hash ,opts *DocTimeStampOpts )(_eee .SignatureHandler ,error ){if opts ==nil {opts =&DocTimeStampOpts {};};if opts .SignatureSize <=0{opts .SignatureSize =4192;};return &docTimeStamp {_ffg :timestampServerURL ,_gbb :hashAlgorithm ,_aeg :opts .SignatureSize ,_ced :opts .Client },nil ; +};func _baa (_dcg _g .ObjectIdentifier )(_a .Hash ,error ){switch {case _dcg .Equal (_bbf .OIDDigestAlgorithmSHA1 ),_dcg .Equal (_bbf .OIDDigestAlgorithmECDSASHA1 ),_dcg .Equal (_bbf .OIDDigestAlgorithmDSA ),_dcg .Equal (_bbf .OIDDigestAlgorithmDSASHA1 ),_dcg .Equal (_bbf .OIDEncryptionAlgorithmRSA ):return _a .SHA1 ,nil ; +case _dcg .Equal (_bbf .OIDDigestAlgorithmSHA256 ),_dcg .Equal (_bbf .OIDDigestAlgorithmECDSASHA256 ):return _a .SHA256 ,nil ;case _dcg .Equal (_bbf .OIDDigestAlgorithmSHA384 ),_dcg .Equal (_bbf .OIDDigestAlgorithmECDSASHA384 ):return _a .SHA384 ,nil ; +case _dcg .Equal (_bbf .OIDDigestAlgorithmSHA512 ),_dcg .Equal (_bbf .OIDDigestAlgorithmECDSASHA512 ):return _a .SHA512 ,nil ;};return _a .Hash (0),_bbf .ErrUnsupportedAlgorithm ;};type timestampInfo struct{Version int ;Policy _g .RawValue ;MessageImprint struct{HashAlgorithm _e .AlgorithmIdentifier ; +HashedMessage []byte ;};SerialNumber _g .RawValue ;GeneralizedTime _dg .Time ;}; // NewDigest creates a new digest. -func (_fff *docTimeStamp )NewDigest (sig *_gg .PdfSignature )(_gg .Hasher ,error ){return _bb .NewBuffer (nil ),nil ;}; +func (_eed *DocMDPHandler )NewDigest (sig *_eee .PdfSignature )(_eee .Hasher ,error ){return _eed ._eeb .NewDigest (sig );}; -// ValidateWithOpts validates a PDF signature by checking PdfReader or PdfParser by the DiffPolicy -// params describes parameters for the DocMDP checks. -func (_ab *DocMDPHandler )ValidateWithOpts (sig *_gg .PdfSignature ,digest _gg .Hasher ,params _gg .SignatureHandlerDocMDPParams )(_gg .SignatureValidationResult ,error ){_fe ,_ad :=_ab ._cf .Validate (sig ,digest );if _ad !=nil {return _fe ,_ad ;};_ca :=params .Parser ; -if _ca ==nil {return _gg .SignatureValidationResult {},_c .New ("p\u0061r\u0073\u0065\u0072\u0020\u0063\u0061\u006e\u0027t\u0020\u0062\u0065\u0020nu\u006c\u006c");};if !_fe .IsVerified {return _fe ,nil ;};_bbb :=params .DiffPolicy ;if _bbb ==nil {_bbb =_gf .NewDefaultDiffPolicy (); -};for _cbe :=0;_cbe <=_ca .GetRevisionNumber ();_cbe ++{_ga ,_ae :=_ca .GetRevision (_cbe );if _ae !=nil {return _gg .SignatureValidationResult {},_ae ;};_fgf :=_ga .GetTrailer ();if _fgf ==nil {return _gg .SignatureValidationResult {},_c .New ("\u0075\u006e\u0064\u0065f\u0069\u006e\u0065\u0064\u0020\u0074\u0068\u0065\u0020\u0074r\u0061i\u006c\u0065\u0072\u0020\u006f\u0062\u006ae\u0063\u0074"); -};_fa ,_ec :=_dd .GetDict (_fgf .Get ("\u0052\u006f\u006f\u0074"));if !_ec {return _gg .SignatureValidationResult {},_c .New ("\u0075n\u0064\u0065\u0066\u0069n\u0065\u0064\u0020\u0074\u0068e\u0020r\u006fo\u0074\u0020\u006f\u0062\u006a\u0065\u0063t");}; -_gfe ,_ec :=_dd .GetDict (_fa .Get ("\u0041\u0063\u0072\u006f\u0046\u006f\u0072\u006d"));if !_ec {continue ;};_bae ,_ec :=_dd .GetArray (_gfe .Get ("\u0046\u0069\u0065\u006c\u0064\u0073"));if !_ec {continue ;};for _ ,_be :=range _bae .Elements (){_bc ,_db :=_dd .GetDict (_be ); -if !_db {continue ;};_da ,_db :=_dd .GetDict (_bc .Get ("\u0056"));if !_db {continue ;};if _dd .EqualObjects (_da .Get ("\u0043\u006f\u006e\u0074\u0065\u006e\u0074\u0073"),sig .Contents ){_fe .DiffResults ,_ae =_bbb .ReviewFile (_ga ,_ca ,&_gf .MDPParameters {DocMDPLevel :_ab .Permission }); -if _ae !=nil {return _gg .SignatureValidationResult {},_ae ;};_fe .IsVerified =_fe .DiffResults .IsPermitted ();return _fe ,nil ;};};};return _gg .SignatureValidationResult {},_c .New ("\u0064\u006f\u006e\u0027\u0074\u0020\u0066o\u0075\u006e\u0064 \u0074\u0068\u0069\u0073 \u0073\u0069\u0067\u006e\u0061\u0074\u0075\u0072\u0065\u0020\u0069\u006e\u0020\u0074\u0068\u0065\u0020\u0072\u0065\u0076\u0069\u0073\u0069\u006f\u006e\u0073"); -}; - -// IsApplicable returns true if the signature handler is applicable for the PdfSignature. -func (_egb *etsiPAdES )IsApplicable (sig *_gg .PdfSignature )bool {if sig ==nil ||sig .Filter ==nil ||sig .SubFilter ==nil {return false ;};return (*sig .Filter =="\u0041\u0064\u006f\u0062\u0065\u002e\u0050\u0050\u004b\u004c\u0069\u0074\u0065")&&*sig .SubFilter =="\u0045\u0054\u0053\u0049.C\u0041\u0064\u0045\u0053\u002e\u0064\u0065\u0074\u0061\u0063\u0068\u0065\u0064"; -}; +// InitSignature initialises the PdfSignature. +func (_add *adobeX509RSASHA1 )InitSignature (sig *_eee .PdfSignature )error {if _add ._dbcg ==nil {return _c .New ("c\u0065\u0072\u0074\u0069\u0066\u0069c\u0061\u0074\u0065\u0020\u006d\u0075\u0073\u0074\u0020n\u006f\u0074\u0020b\u0065 \u006e\u0069\u006c"); +};if _add ._ebd ==nil &&_add ._faaf ==nil {return _c .New ("\u006d\u0075\u0073\u0074\u0020\u0070\u0072o\u0076\u0069\u0064e\u0020\u0065\u0069t\u0068\u0065r\u0020\u0061\u0020\u0070\u0072\u0069v\u0061te\u0020\u006b\u0065\u0079\u0020\u006f\u0072\u0020\u0061\u0020\u0073\u0069\u0067\u006e\u0069\u006e\u0067\u0020\u0066\u0075\u006e\u0063\u0074\u0069\u006f\u006e"); +};_egcd :=*_add ;sig .Handler =&_egcd ;sig .Filter =_gb .MakeName ("\u0041\u0064\u006f\u0062\u0065\u002e\u0050\u0050\u004b\u004c\u0069\u0074\u0065");sig .SubFilter =_gb .MakeName ("\u0061d\u0062e\u002e\u0078\u0035\u0030\u0039.\u0072\u0073a\u005f\u0073\u0068\u0061\u0031"); +sig .Cert =_gb .MakeString (string (_egcd ._dbcg .Raw ));sig .Reference =nil ;_bdd ,_bfag :=_egcd .NewDigest (sig );if _bfag !=nil {return _bfag ;};_bdd .Write ([]byte ("\u0063\u0061\u006c\u0063\u0075\u006ca\u0074\u0065\u0020\u0074\u0068\u0065\u0020\u0043\u006f\u006e\u0074\u0065\u006et\u0073\u0020\u0066\u0069\u0065\u006c\u0064 \u0073\u0069\u007a\u0065")); +return _egcd .sign (sig ,_bdd ,_add ._fce );}; // InitSignature initialization of the DocMDP signature. -func (_dde *DocMDPHandler )InitSignature (sig *_gg .PdfSignature )error {_bee :=_dde ._cf .InitSignature (sig );if _bee !=nil {return _bee ;};sig .Handler =_dde ;if sig .Reference ==nil {sig .Reference =_dd .MakeArray ();};sig .Reference .Append (_gg .NewPdfSignatureReferenceDocMDP (_gg .NewPdfTransformParamsDocMDP (_dde .Permission )).ToPdfObject ()); -return nil ;};func (_bdce *adobePKCS7Detached )getCertificate (_fae *_gg .PdfSignature )(*_fb .Certificate ,error ){if _bdce ._ac !=nil {return _bdce ._ac ,nil ;};_bed ,_deed :=_fae .GetCerts ();if _deed !=nil {return nil ,_deed ;};return _bed [0],nil ; -};type adobePKCS7Detached struct{_aeec *_de .PrivateKey ;_ac *_fb .Certificate ;_dcb bool ;_ege int ;}; +func (_fga *DocMDPHandler )InitSignature (sig *_eee .PdfSignature )error {_bbg :=_fga ._eeb .InitSignature (sig );if _bbg !=nil {return _bbg ;};sig .Handler =_fga ;if sig .Reference ==nil {sig .Reference =_gb .MakeArray ();};sig .Reference .Append (_eee .NewPdfSignatureReferenceDocMDP (_eee .NewPdfTransformParamsDocMDP (_fga .Permission )).ToPdfObject ()); +return nil ;}; -// IsApplicable returns true if the signature handler is applicable for the PdfSignature. -func (_gd *DocMDPHandler )IsApplicable (sig *_gg .PdfSignature )bool {_ddg :=false ;for _ ,_cb :=range sig .Reference .Elements (){if _ba ,_cd :=_dd .GetDict (_cb );_cd {if _gda ,_ee :=_dd .GetNameVal (_ba .Get ("\u0054r\u0061n\u0073\u0066\u006f\u0072\u006d\u004d\u0065\u0074\u0068\u006f\u0064")); -_ee {if _gda !="\u0044\u006f\u0063\u004d\u0044\u0050"{return false ;};if _ebb ,_dg :=_dd .GetDict (_ba .Get ("\u0054r\u0061n\u0073\u0066\u006f\u0072\u006d\u0050\u0061\u0072\u0061\u006d\u0073"));_dg {_ ,_dgg :=_dd .GetNumberAsInt64 (_ebb .Get ("\u0050")); -if _dgg !=nil {return false ;};_ddg =true ;break ;};};};};return _ddg &&_gd ._cf .IsApplicable (sig );}; +// Validate implementation of the SignatureHandler interface +// This check is impossible without checking the document's content. +// Please, use ValidateWithOpts with the PdfParser. +func (_gc *DocMDPHandler )Validate (sig *_eee .PdfSignature ,digest _eee .Hasher )(_eee .SignatureValidationResult ,error ){return _eee .SignatureValidationResult {},_c .New ("i\u006d\u0070\u006f\u0073\u0073\u0069b\u006c\u0065\u0020\u0076\u0061\u006ci\u0064\u0061\u0074\u0069\u006f\u006e\u0020w\u0069\u0074\u0068\u006f\u0075\u0074\u0020\u0070\u0061\u0072s\u0065"); +};func (_ccc *etsiPAdES )getCRLs (_acf []*_bd .Certificate )([][]byte ,error ){_deca :=make ([][]byte ,0,len (_acf ));for _ ,_cfe :=range _acf {for _ ,_bbc :=range _cfe .CRLDistributionPoints {if _ccc .CertClient .IsCA (_cfe ){continue ;};_ada ,_af :=_ccc .CRLClient .MakeRequest (_bbc ,_cfe ); +if _af !=nil {_ee .Log .Debug ("W\u0041\u0052\u004e\u003a\u0020\u0043R\u004c\u0020\u0072\u0065\u0071\u0075\u0065\u0073\u0074 \u0065\u0072\u0072o\u0072:\u0020\u0025\u0076",_af );continue ;};_deca =append (_deca ,_ada );};};return _deca ,nil ;}; + +// InitSignature initialises the PdfSignature. +func (_bce *adobePKCS7Detached )InitSignature (sig *_eee .PdfSignature )error {if !_bce ._cbf {if _bce ._adgb ==nil {return _c .New ("c\u0065\u0072\u0074\u0069\u0066\u0069c\u0061\u0074\u0065\u0020\u006d\u0075\u0073\u0074\u0020n\u006f\u0074\u0020b\u0065 \u006e\u0069\u006c"); +};if _bce ._fgc ==nil {return _c .New ("\u0070\u0072\u0069\u0076\u0061\u0074\u0065\u004b\u0065\u0079\u0020m\u0075\u0073\u0074\u0020\u006e\u006f\u0074\u0020\u0062\u0065 \u006e\u0069\u006c");};};_fef :=*_bce ;sig .Handler =&_fef ;sig .Filter =_gb .MakeName ("\u0041\u0064\u006f\u0062\u0065\u002e\u0050\u0050\u004b\u004c\u0069\u0074\u0065"); +sig .SubFilter =_gb .MakeName ("\u0061\u0064\u0062\u0065.p\u006b\u0063\u0073\u0037\u002e\u0064\u0065\u0074\u0061\u0063\u0068\u0065\u0064");sig .Reference =nil ;_dba ,_gaa :=_fef .NewDigest (sig );if _gaa !=nil {return _gaa ;};_dba .Write ([]byte ("\u0063\u0061\u006c\u0063\u0075\u006ca\u0074\u0065\u0020\u0074\u0068\u0065\u0020\u0043\u006f\u006e\u0074\u0065\u006et\u0073\u0020\u0066\u0069\u0065\u006c\u0064 \u0073\u0069\u007a\u0065")); +return _fef .Sign (sig ,_dba );}; // Validate validates PdfSignature. -func (_fgdf *docTimeStamp )Validate (sig *_gg .PdfSignature ,digest _gg .Hasher )(_gg .SignatureValidationResult ,error ){_faga :=sig .Contents .Bytes ();_gfb ,_beda :=_ed .Parse (_faga );if _beda !=nil {return _gg .SignatureValidationResult {},_beda ; -};if _beda =_gfb .Verify ();_beda !=nil {return _gg .SignatureValidationResult {},_beda ;};var _dafc timestampInfo ;_ ,_beda =_ea .Unmarshal (_gfb .Content ,&_dafc );if _beda !=nil {return _gg .SignatureValidationResult {},_beda ;};_gbab ,_beda :=_cgd (_dafc .MessageImprint .HashAlgorithm .Algorithm ); -if _beda !=nil {return _gg .SignatureValidationResult {},_beda ;};_bgf :=_gbab .New ();_gcaa ,_abfg :=digest .(*_bb .Buffer );if !_abfg {return _gg .SignatureValidationResult {},_cg .Errorf ("c\u0061s\u0074\u0020\u0074\u006f\u0020\u0062\u0075\u0066f\u0065\u0072\u0020\u0066ai\u006c\u0073"); -};_bgf .Write (_gcaa .Bytes ());_afbc :=_bgf .Sum (nil );_befc :=_gg .SignatureValidationResult {IsSigned :true ,IsVerified :_bb .Equal (_afbc ,_dafc .MessageImprint .HashedMessage ),GeneralizedTime :_dafc .GeneralizedTime };return _befc ,nil ;};func _cgd (_fgg _ea .ObjectIdentifier )(_ce .Hash ,error ){switch {case _fgg .Equal (_ed .OIDDigestAlgorithmSHA1 ),_fgg .Equal (_ed .OIDDigestAlgorithmECDSASHA1 ),_fgg .Equal (_ed .OIDDigestAlgorithmDSA ),_fgg .Equal (_ed .OIDDigestAlgorithmDSASHA1 ),_fgg .Equal (_ed .OIDEncryptionAlgorithmRSA ):return _ce .SHA1 ,nil ; -case _fgg .Equal (_ed .OIDDigestAlgorithmSHA256 ),_fgg .Equal (_ed .OIDDigestAlgorithmECDSASHA256 ):return _ce .SHA256 ,nil ;case _fgg .Equal (_ed .OIDDigestAlgorithmSHA384 ),_fgg .Equal (_ed .OIDDigestAlgorithmECDSASHA384 ):return _ce .SHA384 ,nil ;case _fgg .Equal (_ed .OIDDigestAlgorithmSHA512 ),_fgg .Equal (_ed .OIDDigestAlgorithmECDSASHA512 ):return _ce .SHA512 ,nil ; -};return _ce .Hash (0),_ed .ErrUnsupportedAlgorithm ;}; \ No newline at end of file +func (_bgbb *docTimeStamp )Validate (sig *_eee .PdfSignature ,digest _eee .Hasher )(_eee .SignatureValidationResult ,error ){_bea :=sig .Contents .Bytes ();_adf ,_eaa :=_bbf .Parse (_bea );if _eaa !=nil {return _eee .SignatureValidationResult {},_eaa ; +};if _eaa =_adf .Verify ();_eaa !=nil {return _eee .SignatureValidationResult {},_eaa ;};var _aed timestampInfo ;_ ,_eaa =_g .Unmarshal (_adf .Content ,&_aed );if _eaa !=nil {return _eee .SignatureValidationResult {},_eaa ;};_dddc ,_eaa :=_baa (_aed .MessageImprint .HashAlgorithm .Algorithm ); +if _eaa !=nil {return _eee .SignatureValidationResult {},_eaa ;};_bead :=_dddc .New ();_ffc ,_egdg :=digest .(*_be .Buffer );if !_egdg {return _eee .SignatureValidationResult {},_bb .Errorf ("c\u0061s\u0074\u0020\u0074\u006f\u0020\u0062\u0075\u0066f\u0065\u0072\u0020\u0066ai\u006c\u0073"); +};_bead .Write (_ffc .Bytes ());_fgca :=_bead .Sum (nil );_ccg :=_eee .SignatureValidationResult {IsSigned :true ,IsVerified :_be .Equal (_fgca ,_aed .MessageImprint .HashedMessage ),GeneralizedTime :_aed .GeneralizedTime };return _ccg ,nil ;}; + +// NewDigest creates a new digest. +func (_faf *etsiPAdES )NewDigest (_ *_eee .PdfSignature )(_eee .Hasher ,error ){return _be .NewBuffer (nil ),nil ;}; \ No newline at end of file diff --git a/model/sigutil/sigutil.go b/model/sigutil/sigutil.go index 892de5813..e0c5aa38c 100644 --- a/model/sigutil/sigutil.go +++ b/model/sigutil/sigutil.go @@ -9,20 +9,11 @@ // Use of this source code is governed by the UniDoc End User License Agreement // terms that can be accessed at https://unidoc.io/eula/ -package sigutil ;import (_d "bytes";_a "crypto";_ed "crypto/x509";_ab "encoding/asn1";_be "encoding/pem";_b "errors";_ac "fmt";_ef "github.com/unidoc/timestamp";_c "github.com/unidoc/unipdf/v3/common";_ga "golang.org/x/crypto/ocsp";_e "io";_bf "net/http"; -_g "time";); +package sigutil ;import (_b "bytes";_df "crypto";_dfa "crypto/x509";_daf "encoding/asn1";_f "encoding/pem";_bf "errors";_bg "fmt";_e "github.com/unidoc/timestamp";_a "github.com/unidoc/unipdf/v3/common";_gc "golang.org/x/crypto/ocsp";_da "io";_ba "net/http"; +_d "time";); -// GetEncodedToken executes the timestamp request and returns the DER encoded -// timestamp token bytes. -func (_acf *TimestampClient )GetEncodedToken (serverURL string ,req *_ef .Request )([]byte ,error ){if serverURL ==""{return nil ,_ac .Errorf ("\u006d\u0075\u0073\u0074\u0020\u0070r\u006f\u0076\u0069\u0064\u0065\u0020\u0074\u0069\u006d\u0065\u0073\u0074\u0061m\u0070\u0020\u0073\u0065\u0072\u0076\u0065r\u0020\u0055\u0052\u004c"); -};if req ==nil {return nil ,_ac .Errorf ("\u0074\u0069\u006de\u0073\u0074\u0061\u006dp\u0020\u0072\u0065\u0071\u0075\u0065\u0073t\u0020\u0063\u0061\u006e\u006e\u006f\u0074\u0020\u0062\u0065\u0020\u006e\u0069\u006c");};_egc ,_fbg :=req .Marshal ();if _fbg !=nil {return nil ,_fbg ; -};_cab ,_fbg :=_bf .NewRequest ("\u0050\u004f\u0053\u0054",serverURL ,_d .NewBuffer (_egc ));if _fbg !=nil {return nil ,_fbg ;};_cab .Header .Set ("\u0043\u006f\u006et\u0065\u006e\u0074\u002d\u0054\u0079\u0070\u0065","a\u0070\u0070\u006c\u0069\u0063\u0061t\u0069\u006f\u006e\u002f\u0074\u0069\u006d\u0065\u0073t\u0061\u006d\u0070-\u0071u\u0065\u0072\u0079"); -if _acf .BeforeHTTPRequest !=nil {if _cc :=_acf .BeforeHTTPRequest (_cab );_cc !=nil {return nil ,_cc ;};};_cf :=_acf .HTTPClient ;if _cf ==nil {_cf =_cabc ();};_gff ,_fbg :=_cf .Do (_cab );if _fbg !=nil {return nil ,_fbg ;};defer _gff .Body .Close (); -_egd ,_fbg :=_e .ReadAll (_gff .Body );if _fbg !=nil {return nil ,_fbg ;};if _gff .StatusCode !=_bf .StatusOK {return nil ,_ac .Errorf ("\u0075\u006e\u0065x\u0070\u0065\u0063\u0074e\u0064\u0020\u0048\u0054\u0054\u0050\u0020s\u0074\u0061\u0074\u0075\u0073\u0020\u0063\u006f\u0064\u0065\u003a\u0020\u0025\u0064",_gff .StatusCode ); -};var _cee struct{Version _ab .RawValue ;Content _ab .RawValue ;};if _ ,_fbg =_ab .Unmarshal (_egd ,&_cee );_fbg !=nil {return nil ,_fbg ;};return _cee .Content .FullBytes ,nil ;}; - -// NewCRLClient returns a new CRL client. -func NewCRLClient ()*CRLClient {return &CRLClient {HTTPClient :_cabc ()}}; +// NewCertClient returns a new certificate client. +func NewCertClient ()*CertClient {return &CertClient {HTTPClient :_ee ()}};func _ee ()*_ba .Client {return &_ba .Client {Timeout :5*_d .Second }}; // CertClient represents a X.509 certificate client. Its primary purpose // is to download certificates. @@ -30,18 +21,7 @@ type CertClient struct{ // HTTPClient is the HTTP client used to make certificate requests. // By default, an HTTP client with a 5 second timeout per request is used. -HTTPClient *_bf .Client ;}; - -// NewOCSPClient returns a new OCSP client. -func NewOCSPClient ()*OCSPClient {return &OCSPClient {HTTPClient :_cabc (),Hash :_a .SHA1 }}; - -// CRLClient represents a CRL (Certificate revocation list) client. -// It is used to request revocation data from CRL servers. -type CRLClient struct{ - -// HTTPClient is the HTTP client used to make CRL requests. -// By default, an HTTP client with a 5 second timeout per request is used. -HTTPClient *_bf .Client ;}; +HTTPClient *_ba .Client ;}; // OCSPClient represents a OCSP (Online Certificate Status Protocol) client. // It is used to request revocation data from OCSP servers. @@ -49,48 +29,68 @@ type OCSPClient struct{ // HTTPClient is the HTTP client used to make OCSP requests. // By default, an HTTP client with a 5 second timeout per request is used. -HTTPClient *_bf .Client ; +HTTPClient *_ba .Client ; // Hash is the hash function used when constructing the OCSP // requests. If zero, SHA-1 will be used. -Hash _a .Hash ;}; - -// NewTimestampRequest returns a new timestamp request based -// on the specified options. -func NewTimestampRequest (body _e .Reader ,opts *_ef .RequestOptions )(*_ef .Request ,error ){if opts ==nil {opts =&_ef .RequestOptions {};};if opts .Hash ==0{opts .Hash =_a .SHA256 ;};if !opts .Hash .Available (){return nil ,_ed .ErrUnsupportedAlgorithm ; -};_cea :=opts .Hash .New ();if _ ,_gfc :=_e .Copy (_cea ,body );_gfc !=nil {return nil ,_gfc ;};return &_ef .Request {HashAlgorithm :opts .Hash ,HashedMessage :_cea .Sum (nil ),Certificates :opts .Certificates ,TSAPolicyOID :opts .TSAPolicyOID ,Nonce :opts .Nonce },nil ; -}; +Hash _df .Hash ;}; -// Get retrieves the certificate at the specified URL. -func (_bb *CertClient )Get (url string )(*_ed .Certificate ,error ){if _bb .HTTPClient ==nil {_bb .HTTPClient =_cabc ();};_bbd ,_ec :=_bb .HTTPClient .Get (url );if _ec !=nil {return nil ,_ec ;};defer _bbd .Body .Close ();_fb ,_ec :=_e .ReadAll (_bbd .Body ); -if _ec !=nil {return nil ,_ec ;};if _ea ,_ :=_be .Decode (_fb );_ea !=nil {_fb =_ea .Bytes ;};_gad ,_ec :=_ed .ParseCertificate (_fb );if _ec !=nil {return nil ,_ec ;};return _gad ,nil ;}; +// CRLClient represents a CRL (Certificate revocation list) client. +// It is used to request revocation data from CRL servers. +type CRLClient struct{ -// NewTimestampClient returns a new timestamp client. -func NewTimestampClient ()*TimestampClient {return &TimestampClient {HTTPClient :_cabc ()}}; +// HTTPClient is the HTTP client used to make CRL requests. +// By default, an HTTP client with a 5 second timeout per request is used. +HTTPClient *_ba .Client ;}; -// IsCA returns true if the provided certificate appears to be a CA certificate. -func (_gc *CertClient )IsCA (cert *_ed .Certificate )bool {return cert .IsCA &&_d .Equal (cert .RawIssuer ,cert .RawSubject );};func _cabc ()*_bf .Client {return &_bf .Client {Timeout :5*_g .Second }}; +// NewCRLClient returns a new CRL client. +func NewCRLClient ()*CRLClient {return &CRLClient {HTTPClient :_ee ()}}; // MakeRequest makes a CRL request to the specified server and returns the // response. If a server URL is not provided, it is extracted from the certificate. -func (_ged *CRLClient )MakeRequest (serverURL string ,cert *_ed .Certificate )([]byte ,error ){if _ged .HTTPClient ==nil {_ged .HTTPClient =_cabc ();};if serverURL ==""{if len (cert .CRLDistributionPoints )==0{return nil ,_b .New ("\u0063e\u0072\u0074i\u0066\u0069\u0063\u0061t\u0065\u0020\u0064o\u0065\u0073\u0020\u006e\u006f\u0074\u0020\u0073\u0070ec\u0069\u0066\u0079 \u0061\u006ey\u0020\u0043\u0052\u004c\u0020\u0073e\u0072\u0076e\u0072\u0073"); -};serverURL =cert .CRLDistributionPoints [0];};_ba ,_efc :=_ged .HTTPClient .Get (serverURL );if _efc !=nil {return nil ,_efc ;};defer _ba .Body .Close ();_gaf ,_efc :=_e .ReadAll (_ba .Body );if _efc !=nil {return nil ,_efc ;};if _fa ,_ :=_be .Decode (_gaf ); -_fa !=nil {_gaf =_fa .Bytes ;};return _gaf ,nil ;}; +func (_bcd *CRLClient )MakeRequest (serverURL string ,cert *_dfa .Certificate )([]byte ,error ){if _bcd .HTTPClient ==nil {_bcd .HTTPClient =_ee ();};if serverURL ==""{if len (cert .CRLDistributionPoints )==0{return nil ,_bf .New ("\u0063e\u0072\u0074i\u0066\u0069\u0063\u0061t\u0065\u0020\u0064o\u0065\u0073\u0020\u006e\u006f\u0074\u0020\u0073\u0070ec\u0069\u0066\u0079 \u0061\u006ey\u0020\u0043\u0052\u004c\u0020\u0073e\u0072\u0076e\u0072\u0073"); +};serverURL =cert .CRLDistributionPoints [0];};_ce ,_cb :=_bcd .HTTPClient .Get (serverURL );if _cb !=nil {return nil ,_cb ;};defer _ce .Body .Close ();_ege ,_cb :=_da .ReadAll (_ce .Body );if _cb !=nil {return nil ,_cb ;};if _bgb ,_ :=_f .Decode (_ege ); +_bgb !=nil {_ege =_bgb .Bytes ;};return _ege ,nil ;}; -// NewCertClient returns a new certificate client. -func NewCertClient ()*CertClient {return &CertClient {HTTPClient :_cabc ()}}; +// IsCA returns true if the provided certificate appears to be a CA certificate. +func (_fd *CertClient )IsCA (cert *_dfa .Certificate )bool {return cert .IsCA &&_b .Equal (cert .RawIssuer ,cert .RawSubject );}; + +// GetEncodedToken executes the timestamp request and returns the DER encoded +// timestamp token bytes. +func (_gcd *TimestampClient )GetEncodedToken (serverURL string ,req *_e .Request )([]byte ,error ){if serverURL ==""{return nil ,_bg .Errorf ("\u006d\u0075\u0073\u0074\u0020\u0070r\u006f\u0076\u0069\u0064\u0065\u0020\u0074\u0069\u006d\u0065\u0073\u0074\u0061m\u0070\u0020\u0073\u0065\u0072\u0076\u0065r\u0020\u0055\u0052\u004c"); +};if req ==nil {return nil ,_bg .Errorf ("\u0074\u0069\u006de\u0073\u0074\u0061\u006dp\u0020\u0072\u0065\u0071\u0075\u0065\u0073t\u0020\u0063\u0061\u006e\u006e\u006f\u0074\u0020\u0062\u0065\u0020\u006e\u0069\u006c");};_gg ,_cd :=req .Marshal ();if _cd !=nil {return nil ,_cd ; +};_bb ,_cd :=_ba .NewRequest ("\u0050\u004f\u0053\u0054",serverURL ,_b .NewBuffer (_gg ));if _cd !=nil {return nil ,_cd ;};_bb .Header .Set ("\u0043\u006f\u006et\u0065\u006e\u0074\u002d\u0054\u0079\u0070\u0065","a\u0070\u0070\u006c\u0069\u0063\u0061t\u0069\u006f\u006e\u002f\u0074\u0069\u006d\u0065\u0073t\u0061\u006d\u0070-\u0071u\u0065\u0072\u0079"); +if _gcd .BeforeHTTPRequest !=nil {if _geb :=_gcd .BeforeHTTPRequest (_bb );_geb !=nil {return nil ,_geb ;};};_fca :=_gcd .HTTPClient ;if _fca ==nil {_fca =_ee ();};_cdd ,_cd :=_fca .Do (_bb );if _cd !=nil {return nil ,_cd ;};defer _cdd .Body .Close (); +_baf ,_cd :=_da .ReadAll (_cdd .Body );if _cd !=nil {return nil ,_cd ;};if _cdd .StatusCode !=_ba .StatusOK {return nil ,_bg .Errorf ("\u0075\u006e\u0065x\u0070\u0065\u0063\u0074e\u0064\u0020\u0048\u0054\u0054\u0050\u0020s\u0074\u0061\u0074\u0075\u0073\u0020\u0063\u006f\u0064\u0065\u003a\u0020\u0025\u0064",_cdd .StatusCode ); +};var _ff struct{Version _daf .RawValue ;Content _daf .RawValue ;};if _ ,_cd =_daf .Unmarshal (_baf ,&_ff );_cd !=nil {return nil ,_cd ;};return _ff .Content .FullBytes ,nil ;}; + +// Get retrieves the certificate at the specified URL. +func (_ed *CertClient )Get (url string )(*_dfa .Certificate ,error ){if _ed .HTTPClient ==nil {_ed .HTTPClient =_ee ();};_db ,_c :=_ed .HTTPClient .Get (url );if _c !=nil {return nil ,_c ;};defer _db .Body .Close ();_gf ,_c :=_da .ReadAll (_db .Body ); +if _c !=nil {return nil ,_c ;};if _bc ,_ :=_f .Decode (_gf );_bc !=nil {_gf =_bc .Bytes ;};_eg ,_c :=_dfa .ParseCertificate (_gf );if _c !=nil {return nil ,_c ;};return _eg ,nil ;}; + +// NewOCSPClient returns a new OCSP client. +func NewOCSPClient ()*OCSPClient {return &OCSPClient {HTTPClient :_ee (),Hash :_df .SHA1 }}; // GetIssuer retrieves the issuer of the provided certificate. -func (_bed *CertClient )GetIssuer (cert *_ed .Certificate )(*_ed .Certificate ,error ){for _ ,_gab :=range cert .IssuingCertificateURL {_gf ,_ge :=_bed .Get (_gab );if _ge !=nil {_c .Log .Debug ("\u0057\u0041\u0052\u004e\u003a\u0020\u0063\u006f\u0075\u006c\u0064\u0020\u006e\u006f\u0074 \u0064\u006f\u0077\u006e\u006c\u006f\u0061\u0064\u0020\u0069\u0073\u0073\u0075e\u0072\u0020\u0066\u006f\u0072\u0020\u0063\u0065\u0072\u0074\u0069\u0066ic\u0061\u0074\u0065\u0020\u0025\u0076\u003a\u0020\u0025\u0076",cert .Subject .CommonName ,_ge ); -continue ;};return _gf ,nil ;};return nil ,_ac .Errorf ("\u0069\u0073\u0073\u0075e\u0072\u0020\u0063\u0065\u0072\u0074\u0069\u0066\u0069\u0063a\u0074e\u0020\u006e\u006f\u0074\u0020\u0066\u006fu\u006e\u0064");}; +func (_dac *CertClient )GetIssuer (cert *_dfa .Certificate )(*_dfa .Certificate ,error ){for _ ,_bcc :=range cert .IssuingCertificateURL {_edg ,_ab :=_dac .Get (_bcc );if _ab !=nil {_a .Log .Debug ("\u0057\u0041\u0052\u004e\u003a\u0020\u0063\u006f\u0075\u006c\u0064\u0020\u006e\u006f\u0074 \u0064\u006f\u0077\u006e\u006c\u006f\u0061\u0064\u0020\u0069\u0073\u0073\u0075e\u0072\u0020\u0066\u006f\u0072\u0020\u0063\u0065\u0072\u0074\u0069\u0066ic\u0061\u0074\u0065\u0020\u0025\u0076\u003a\u0020\u0025\u0076",cert .Subject .CommonName ,_ab ); +continue ;};return _edg ,nil ;};return nil ,_bg .Errorf ("\u0069\u0073\u0073\u0075e\u0072\u0020\u0063\u0065\u0072\u0074\u0069\u0066\u0069\u0063a\u0074e\u0020\u006e\u006f\u0074\u0020\u0066\u006fu\u006e\u0064");}; // MakeRequest makes a OCSP request to the specified server and returns // the parsed and raw responses. If a server URL is not provided, it is // extracted from the certificate. -func (_gca *OCSPClient )MakeRequest (serverURL string ,cert ,issuer *_ed .Certificate )(*_ga .Response ,[]byte ,error ){if _gca .HTTPClient ==nil {_gca .HTTPClient =_cabc ();};if serverURL ==""{if len (cert .OCSPServer )==0{return nil ,nil ,_b .New ("\u0063e\u0072\u0074i\u0066\u0069\u0063a\u0074\u0065\u0020\u0064\u006f\u0065\u0073 \u006e\u006f\u0074\u0020\u0073\u0070e\u0063\u0069\u0066\u0079\u0020\u0061\u006e\u0079\u0020\u004f\u0043S\u0050\u0020\u0073\u0065\u0072\u0076\u0065\u0072\u0073"); -};serverURL =cert .OCSPServer [0];};_edb ,_ff :=_ga .CreateRequest (cert ,issuer ,&_ga .RequestOptions {Hash :_gca .Hash });if _ff !=nil {return nil ,nil ,_ff ;};_fbf ,_ff :=_gca .HTTPClient .Post (serverURL ,"\u0061p\u0070\u006c\u0069\u0063\u0061\u0074\u0069\u006f\u006e\u002f\u006fc\u0073\u0070\u002d\u0072\u0065\u0071\u0075\u0065\u0073\u0074",_d .NewReader (_edb )); -if _ff !=nil {return nil ,nil ,_ff ;};defer _fbf .Body .Close ();_gee ,_ff :=_e .ReadAll (_fbf .Body );if _ff !=nil {return nil ,nil ,_ff ;};if _ceb ,_ :=_be .Decode (_gee );_ceb !=nil {_gee =_ceb .Bytes ;};_edg ,_ff :=_ga .ParseResponseForCert (_gee ,cert ,issuer ); -if _ff !=nil {return nil ,nil ,_ff ;};return _edg ,_gee ,nil ;}; +func (_fg *OCSPClient )MakeRequest (serverURL string ,cert ,issuer *_dfa .Certificate )(*_gc .Response ,[]byte ,error ){if _fg .HTTPClient ==nil {_fg .HTTPClient =_ee ();};if serverURL ==""{if len (cert .OCSPServer )==0{return nil ,nil ,_bf .New ("\u0063e\u0072\u0074i\u0066\u0069\u0063a\u0074\u0065\u0020\u0064\u006f\u0065\u0073 \u006e\u006f\u0074\u0020\u0073\u0070e\u0063\u0069\u0066\u0079\u0020\u0061\u006e\u0079\u0020\u004f\u0043S\u0050\u0020\u0073\u0065\u0072\u0076\u0065\u0072\u0073"); +};serverURL =cert .OCSPServer [0];};_fa ,_fc :=_gc .CreateRequest (cert ,issuer ,&_gc .RequestOptions {Hash :_fg .Hash });if _fc !=nil {return nil ,nil ,_fc ;};_aa ,_fc :=_fg .HTTPClient .Post (serverURL ,"\u0061p\u0070\u006c\u0069\u0063\u0061\u0074\u0069\u006f\u006e\u002f\u006fc\u0073\u0070\u002d\u0072\u0065\u0071\u0075\u0065\u0073\u0074",_b .NewReader (_fa )); +if _fc !=nil {return nil ,nil ,_fc ;};defer _aa .Body .Close ();_bff ,_fc :=_da .ReadAll (_aa .Body );if _fc !=nil {return nil ,nil ,_fc ;};if _gd ,_ :=_f .Decode (_bff );_gd !=nil {_bff =_gd .Bytes ;};_ge ,_fc :=_gc .ParseResponseForCert (_bff ,cert ,issuer ); +if _fc !=nil {return nil ,nil ,_fc ;};return _ge ,_bff ,nil ;}; + +// NewTimestampRequest returns a new timestamp request based +// on the specified options. +func NewTimestampRequest (body _da .Reader ,opts *_e .RequestOptions )(*_e .Request ,error ){if opts ==nil {opts =&_e .RequestOptions {};};if opts .Hash ==0{opts .Hash =_df .SHA256 ;};if !opts .Hash .Available (){return nil ,_dfa .ErrUnsupportedAlgorithm ; +};_ga :=opts .Hash .New ();if _ ,_abe :=_da .Copy (_ga ,body );_abe !=nil {return nil ,_abe ;};return &_e .Request {HashAlgorithm :opts .Hash ,HashedMessage :_ga .Sum (nil ),Certificates :opts .Certificates ,TSAPolicyOID :opts .TSAPolicyOID ,Nonce :opts .Nonce },nil ; +}; + +// NewTimestampClient returns a new timestamp client. +func NewTimestampClient ()*TimestampClient {return &TimestampClient {HTTPClient :_ee ()}}; // TimestampClient represents a RFC 3161 timestamp client. // It is used to obtain signed tokens from timestamp authority servers. @@ -98,7 +98,7 @@ type TimestampClient struct{ // HTTPClient is the HTTP client used to make timestamp requests. // By default, an HTTP client with a 5 second timeout per request is used. -HTTPClient *_bf .Client ; +HTTPClient *_ba .Client ; // Callbacks. -BeforeHTTPRequest func (_ca *_bf .Request )error ;}; \ No newline at end of file +BeforeHTTPRequest func (_cbf *_ba .Request )error ;}; \ No newline at end of file diff --git a/model/xmputil/pdfaextension/pdfaextension.go b/model/xmputil/pdfaextension/pdfaextension.go index b62fb8387..f82164703 100644 --- a/model/xmputil/pdfaextension/pdfaextension.go +++ b/model/xmputil/pdfaextension/pdfaextension.go @@ -9,52 +9,33 @@ // Use of this source code is governed by the UniDoc End User License Agreement // terms that can be accessed at https://unidoc.io/eula/ -package pdfaextension ;import (_b "fmt";_a "github.com/trimmer-io/go-xmp/models/dc";_ac "github.com/trimmer-io/go-xmp/models/pdf";_ge "github.com/trimmer-io/go-xmp/models/xmp_base";_gf "github.com/trimmer-io/go-xmp/models/xmp_mm";_cc "github.com/trimmer-io/go-xmp/xmp"; -_g "reflect";_c "sort";_dg "strings";_d "sync";);var XmpIDQualSchema =Schema {NamespaceURI :"\u0068t\u0074\u0070:\u002f\u002f\u006e\u0073.\u0061\u0064\u006fb\u0065\u002e\u0063\u006f\u006d\u002f\u0078\u006d\u0070/I\u0064\u0065\u006et\u0069\u0066i\u0065\u0072\u002f\u0071\u0075\u0061l\u002f\u0031.\u0030\u002f",Prefix :"\u0078\u006d\u0070\u0069\u0064\u0071",Schema :"X\u004dP\u0020\u0078\u006d\u0070\u0069\u0064\u0071\u0020q\u0075\u0061\u006c\u0069fi\u0065\u0072",Property :[]Property {{Category :PropertyCategoryInternal ,Name :"\u0053\u0063\u0068\u0065\u006d\u0065",Description :"\u0041\u0020\u0071\u0075\u0061\u006c\u0069\u0066\u0069\u0065\u0072\u0020\u0070\u0072o\u0076\u0069\u0064i\u006e\u0067\u0020\u0074h\u0065\u0020\u006e\u0020\u0061\u006d\u0065\u0020\u006f\u0066\u0020\u0074\u0068\u0065\u0020\u0066\u006f\u0072\u006d\u0061\u006c \u0069\u0064\u0065n\u0074\u0069\u0066\u0069\u0063\u0061\u0074\u0069\u006f\u006e\u0020\u0073\u0063\u0068\u0065\u006d\u0065\u0020\u0075\u0073ed\u0020\u0066\u006fr\u0020\u0061\u006e\u0020\u0069\u0074\u0065\u006d \u0069\u006e\u0020\u0074\u0068\u0065\u0020\u0078\u006d\u0070\u003a\u0049\u0064\u0065\u006e\u0074\u0069\u0066\u0069\u0065\u0072\u0020\u0061\u0072\u0072\u0061\u0079\u002e",ValueType :ValueTypeNameText }},ValueType :nil }; -func init (){_cc .Register (Namespace ,_cc .XmpMetadata );_cc .Register (SchemaNS );_cc .Register (PropertyNS );_cc .Register (ValueTypeNS );_cc .Register (FieldNS );}; +package pdfaextension ;import (_g "fmt";_d "github.com/trimmer-io/go-xmp/models/dc";_c "github.com/trimmer-io/go-xmp/models/pdf";_gef "github.com/trimmer-io/go-xmp/models/xmp_base";_ge "github.com/trimmer-io/go-xmp/models/xmp_mm";_fc "github.com/trimmer-io/go-xmp/xmp"; +_a "reflect";_f "sort";_be "strings";_e "sync";); -// IsZero checks if the resources list has no entries. -func (_dc Schemas )IsZero ()bool {return len (_dc )==0}; - -// FillModel fills in the document XMP model. -func FillModel (d *_cc .Document ,extModel *Model )error {var _af []*_cc .Namespace ;for _ ,_bb :=range d .Namespaces (){_af =append (_af ,_bb );};_c .Slice (_af ,func (_gd ,_dd int )bool {return _af [_gd ].Name < _af [_dd ].Name });for _ ,_acd :=range _af {switch _acd {case Namespace ,SchemaNS ,PropertyNS ,ValueTypeNS ,FieldNS ,_ge .NsXmp ,_a .NsDc :continue ; -default:_ff ,_agd :=GetSchema (_acd .URI );if !_agd {continue ;};_db :=d .FindModel (_acd );_ba :=*_ff ;_ba .Property =Properties {};for _ ,_fgc :=range _ff .Property {_ccf :=_cb (_db ,_acd ,_fgc );if _ccf {_ba .Property =append (_ba .Property ,_fgc ); -};};if len (_ba .Property )==0{continue ;};var _ffe bool ;for _dgc ,_bef :=range extModel .Schemas {if _bef .Schema ==_ba .Schema {_ffe =true ;extModel .Schemas [_dgc ]=_ba ;break ;};};if !_ffe {extModel .Schemas =append (extModel .Schemas ,_ba );};};}; -return nil ;}; - -// Typ gets the array type of properties. -func (_eg Properties )Typ ()_cc .ArrayType {return _cc .ArrayTypeOrdered };const (ValueTypeResourceEvent ValueTypeName ="\u0052\u0065\u0073\u006f\u0075\u0072\u0063\u0065\u0045\u0076\u0065\u006e\u0074";); - -// Can implements xmp.Model interface. -func (_fab *Model )Can (nsName string )bool {return Namespace .GetName ()==nsName }; +// MakeModel creates or gets a model from document. +func MakeModel (d *_fc .Document )(*Model ,error ){_ec ,_dd :=d .MakeModel (Namespace );if _dd !=nil {return nil ,_dd ;};return _ec .(*Model ),nil ;};func init (){_fc .Register (Namespace ,_fc .XmpMetadata );_fc .Register (SchemaNS );_fc .Register (PropertyNS ); +_fc .Register (ValueTypeNS );_fc .Register (FieldNS );}; // UnmarshalXMP implements xmp.Unmarshaler interface. -func (_ccb *Properties )UnmarshalXMP (d *_cc .Decoder ,node *_cc .Node ,m _cc .Model )error {return _cc .UnmarshalArray (d ,node ,_ccb .Typ (),_ccb );}; - -// SyncFromXMP implements xmp.Model interface. -func (_ca *Model )SyncFromXMP (d *_cc .Document )error {return nil };var FieldVersionSchema =Schema {NamespaceURI :"\u0068\u0074\u0074p\u003a\u002f\u002f\u006e\u0073\u002e\u0061\u0064\u006f\u0062\u0065\u002e\u0063\u006f\u006d\u002f\u0078\u0061\u0070\u002f\u0031\u002e\u0030\u002f\u0073\u0054\u0079\u0070\u0065/\u0056\u0065\u0072\u0073\u0069\u006f\u006e\u0023",Prefix :"\u0073\u0074\u0056e\u0072",Schema :"\u0042a\u0073\u0069\u0063\u0020\u0076\u0061\u006c\u0075\u0065\u0020\u0074y\u0070\u0065\u0020\u0056\u0065\u0072\u0073\u0069\u006f\u006e",Property :[]Property {{Category :PropertyCategoryInternal ,Description :"\u0043\u006fmm\u0065\u006e\u0074s\u0020\u0063\u006f\u006ecer\u006ein\u0067\u0020\u0077\u0068\u0061\u0074\u0020wa\u0073\u0020\u0063\u0068\u0061\u006e\u0067e\u0064",Name :"\u0063\u006f\u006d\u006d\u0065\u006e\u0074\u0073",ValueType :ValueTypeNameText },{Category :PropertyCategoryInternal ,Description :"\u0048\u0069\u0067\u0068\u0020\u006c\u0065\u0076\u0065\u006c\u002c\u0020\u0066\u006f\u0072\u006d\u0061\u006c\u0020\u0064e\u0073\u0063\u0072\u0069\u0070\u0074\u0069\u006f\u006e\u0020\u006f\u0066\u0020\u0077\u0068\u0061\u0074\u0020\u006f\u0070\u0065r\u0061\u0074\u0069\u006f\u006e\u0020\u0074\u0068\u0065\u0020\u0075\u0073\u0065\u0072 \u0070\u0065\u0072f\u006f\u0072\u006d\u0065\u0064\u002e",Name :"\u0065\u0076\u0065n\u0074",ValueType :ValueTypeResourceEvent },{Category :PropertyCategoryInternal ,Description :"\u0054\u0068e\u0020\u0064\u0061\u0074\u0065\u0020\u006f\u006e\u0020\u0077\u0068\u0069\u0063\u0068\u0020\u0074\u0068\u0069\u0073\u0020\u0076\u0065\u0072\u0073\u0069\u006f\u006e\u0020\u0077\u0061\u0073\u0020\u0063\u0068\u0065\u0063\u006b\u0065\u0064\u0020\u0069\u006e\u002e",Name :"\u006d\u006f\u0064\u0069\u0066\u0079\u0044\u0061\u0074\u0065",ValueType :ValueTypeNameDate },{Category :PropertyCategoryInternal ,Description :"\u0054\u0068e\u0020\u0070\u0065\u0072s\u006f\u006e \u0077\u0068\u006f\u0020\u006d\u006f\u0064\u0069f\u0069\u0065\u0064\u0020\u0074\u0068\u0069\u0073\u0020\u0076\u0065\u0072s\u0069\u006f\u006e\u002e",Name :"\u006d\u006f\u0064\u0069\u0066\u0069\u0065\u0072",ValueType :ValueTypeNameProperName },{Category :PropertyCategoryInternal ,Description :"\u0054\u0068\u0065 n\u0065\u0077\u0020\u0076\u0065\u0072\u0073\u0069\u006f\u006e\u0020\u006e\u0075\u006d\u0062\u0065\u0072\u002e",Name :"\u0076e\u0072\u0073\u0069\u006f\u006e",ValueType :ValueTypeNameText }},ValueType :nil }; - - -// SyncToXMP implements xmp.Model interface. -func (_fea *Model )SyncToXMP (d *_cc .Document )error {return nil };var (_ae =map[string ]*Schema {};_dgb _d .RWMutex ;); +func (_egd *Properties )UnmarshalXMP (d *_fc .Decoder ,node *_fc .Node ,m _fc .Model )error {return _fc .UnmarshalArray (d ,node ,_egd .Typ (),_egd );}; -// UnmarshalText implements encoding.TextUnmarshaler interface. -func (_cgg *PropertyCategory )UnmarshalText (in []byte )error {switch string (in ){case "\u0069\u006e\u0074\u0065\u0072\u006e\u0061\u006c":*_cgg =PropertyCategoryInternal ;case "\u0065\u0078\u0074\u0065\u0072\u006e\u0061\u006c":*_cgg =PropertyCategoryExternal ; -default:*_cgg =PropertyCategoryUndefined ;};return nil ;}; +// SyncModel implements xmp.Model interface. +func (_ccg *Model )SyncModel (d *_fc .Document )error {return nil };var PdfSchema =Schema {NamespaceURI :"\u0068\u0074\u0074\u0070:\u002f\u002f\u006e\u0073\u002e\u0061\u0064\u006f\u0062\u0065.\u0063o\u006d\u002f\u0070\u0064\u0066\u002f\u0031.\u0033\u002f",Prefix :"\u0070\u0064\u0066",Schema :"\u0041\u0064o\u0062\u0065\u0020P\u0044\u0046\u0020\u0053\u0063\u0068\u0065\u006d\u0061",Property :Properties {{Category :PropertyCategoryInternal ,Description :"\u004b\u0065\u0079\u0077\u006f\u0072\u0064\u0073",Name :"\u004b\u0065\u0079\u0077\u006f\u0072\u0064\u0073",ValueType :ValueTypeNameText },{Category :PropertyCategoryInternal ,Description :"\u0054\u0068\u0065\u0020\u0050\u0044F\u0020\u0066\u0069l\u0065\u0020\u0076e\u0072\u0073\u0069\u006f\u006e\u0020\u0028\u0066\u006f\u0072 \u0065\u0078\u0061\u006d\u0070le\u003a\u0020\u0031\u002e\u0030\u002c\u0020\u0031\u002e\u0033\u002c\u0020\u0061\u006e\u0064\u0020\u0073\u006f\u0020\u006f\u006e\u0029\u002e",Name :"\u0050\u0044\u0046\u0056\u0065\u0072\u0073\u0069\u006f\u006e",ValueType :ValueTypeNameText },{Category :PropertyCategoryInternal ,Description :"\u0054\u0068\u0065\u0020\u006ea\u006d\u0065\u0020\u006f\u0066\u0020\u0074\u0068\u0065\u0020\u0074\u006f\u006fl\u0020\u0074\u0068\u0061\u0074\u0020\u0063\u0072\u0065\u0061\u0074\u0065\u0064\u0020\u0074\u0068\u0065\u0020\u0050\u0044\u0046\u0020\u0064\u006f\u0063\u0075\u006d\u0065\u006e\u0074.",Name :"\u0050\u0072\u006f\u0064\u0075\u0063\u0065\u0072",ValueType :ValueTypeNameAgentName },{Category :PropertyCategoryInternal ,Description :"\u0049\u006e\u0064\u0069\u0063\u0061\u0074\u0065\u0073\u0020\u0074\u0068\u0061\u0074\u0020\u0074\u0068\u0069s\u0020\u0069\u0073\u0020\u0061\u0020\u0072i\u0067\u0068\u0074\u0073\u002d\u006d\u0061\u006e\u0061\u0067\u0065d\u0020\u0072\u0065\u0073\u006f\u0075\u0072\u0063\u0065\u002e\u002e",Name :"\u004d\u0061\u0072\u006b\u0065\u0064",ValueType :ValueTypeNameBoolean }}}; -// UnmarshalXMP implements xmp.Unmarshaler interface. -func (_bba *ValueTypes )UnmarshalXMP (d *_cc .Decoder ,node *_cc .Node ,m _cc .Model )error {return _cc .UnmarshalArray (d ,node ,_bba .Typ (),_bba );}; -// ClosedChoiceValueTypeName gets the closed choice of provided value type name. -func ClosedChoiceValueTypeName (vt ValueTypeName )ValueTypeName {return "\u0043\u006c\u006f\u0073\u0065\u0064\u0020\u0043\u0068\u006f\u0069\u0063e\u0020\u006f\u0066\u0020"+vt ;}; +// NewModel creates a new pdfAExtension model. +func NewModel (name string )_fc .Model {return &Model {}};var (_eda =map[string ]*Schema {};_dbfd _e .RWMutex ;);var (Namespace =_fc .NewNamespace ("\u0070\u0064\u0066\u0061\u0045\u0078\u0074\u0065\u006e\u0073\u0069\u006f\u006e","\u0068\u0074\u0074\u0070\u003a\u002f\u002f\u0077\u0077\u0077\u002e\u0061\u0069\u0069\u006d\u002e\u006f\u0072\u0067\u002f\u0070\u0064\u0066\u0061/\u006e\u0073\u002f\u0065\u0078t\u0065\u006es\u0069\u006f\u006e\u002f",NewModel ); +SchemaNS =_fc .NewNamespace ("\u0070\u0064\u0066\u0061\u0053\u0063\u0068\u0065\u006d\u0061","h\u0074\u0074\u0070\u003a\u002f\u002fw\u0077\u0077\u002e\u0061\u0069\u0069m\u002e\u006f\u0072\u0067\u002f\u0070\u0064f\u0061\u002f\u006e\u0073\u002f\u0073\u0063\u0068\u0065\u006da\u0023",nil ); +PropertyNS =_fc .NewNamespace ("\u0070\u0064\u0066a\u0050\u0072\u006f\u0070\u0065\u0072\u0074\u0079","\u0068\u0074t\u0070\u003a\u002f\u002fw\u0077\u0077.\u0061\u0069\u0069\u006d\u002e\u006f\u0072\u0067/\u0070\u0064\u0066\u0061\u002f\u006e\u0073\u002f\u0070\u0072\u006f\u0070e\u0072\u0074\u0079\u0023",nil ); +ValueTypeNS =_fc .NewNamespace ("\u0070\u0064\u0066\u0061\u0054\u0079\u0070\u0065","\u0068\u0074\u0074\u0070\u003a\u002f/\u0077\u0077\u0077\u002e\u0061\u0069\u0069\u006d\u002e\u006f\u0072\u0067\u002fp\u0064\u0066\u0061\u002f\u006e\u0073\u002ft\u0079\u0070\u0065\u0023",nil ); +FieldNS =_fc .NewNamespace ("\u0070d\u0066\u0061\u0046\u0069\u0065\u006cd","\u0068\u0074\u0074p:\u002f\u002f\u0077\u0077\u0077\u002e\u0061\u0069\u0069m\u002eo\u0072g\u002fp\u0064\u0066\u0061\u002f\u006e\u0073\u002f\u0066\u0069\u0065\u006c\u0064\u0023",nil ); +); -// FieldValueType is a schema that describes a field in a structured type. -type FieldValueType struct{Name string `xmp:"pdfaField:description"`;Description string `xmp:"pdfaField:name"`;ValueType ValueTypeName `xmp:"pdfaField:valueType"`;};var FieldResourceEventSchema =Schema {NamespaceURI :"\u0068\u0074\u0074\u0070\u003a\u002f\u002f\u006es\u002e\u0061\u0064ob\u0065\u002e\u0063\u006f\u006d\u002fx\u0061\u0070\u002f\u0031\u002e\u0030\u002f\u0073\u0054\u0079\u0070\u0065\u002f\u0052\u0065s\u006f\u0075\u0072\u0063\u0065\u0045\u0076\u0065n\u0074\u0023",Prefix :"\u0073\u0074\u0045v\u0074",Schema :"\u0044e\u0066\u0069n\u0069\u0074\u0069\u006fn\u0020\u006f\u0066 \u0062\u0061\u0073\u0069\u0063\u0020\u0076\u0061\u006cue\u0020\u0074\u0079p\u0065\u0020R\u0065\u0073\u006f\u0075\u0072\u0063e\u0045\u0076e\u006e\u0074",Property :[]Property {{Category :PropertyCategoryInternal ,Description :"\u0054he\u0020a\u0063t\u0069\u006f\u006e\u0020\u0074\u0068a\u0074\u0020\u006f\u0063c\u0075\u0072\u0072\u0065\u0064\u002e\u0020\u0044\u0065\u0066\u0069\u006e\u0065d \u0076\u0061\u006c\u0075\u0065\u0073\u0020\u0061\u0072\u0065\u003a\u0020\u0063\u006f\u006e\u0076\u0065\u0072\u0074\u0065d\u002c \u0063\u006f\u0070\u0069\u0065\u0064\u002c\u0020\u0063\u0072\u0065\u0061\u0074e\u0064\u002c \u0063\u0072\u006fp\u0070\u0065\u0064\u002c\u0020\u0065\u0064\u0069\u0074ed\u002c\u0020\u0066i\u006c\u002d\u0074\u0065r\u0065\u0064\u002c\u0020\u0066\u006fr\u006d\u0061t\u0074\u0065\u0064\u002c\u0020\u0076\u0065\u0072s\u0069\u006f\u006e\u005f\u0075\u0070\u0064\u0061\u0074\u0065\u0064\u002c\u0020\u0070\u0072\u0069\u006e\u0074\u0065\u0064\u002c\u0020\u0070ubli\u0073\u0068\u0065\u0064\u002c\u0020\u006d\u0061\u006e\u0061\u0067\u0065\u0064\u002c\u0020\u0070\u0072\u006f\u0064\u0075\u0063\u0065\u0064\u002c\u0020\u0072\u0065\u0073i\u007ae\u0064.\u004e\u0065\u0077\u0020\u0076\u0061\u006c\u0075\u0065\u0073\u0020\u0073\u0068\u006f\u0075\u006c\u0064\u0020\u0062\u0065 \u0076\u0065r\u0062\u0073 \u0069n\u0020\u0074\u0068\u0065\u0020\u0070a\u0073\u0074\u0020\u0074\u0065\u006e\u0073\u0065\u002e",Name :"\u0061\u0063\u0074\u0069\u006f\u006e",ValueType :"O\u0070\u0065\u006e\u0020\u0043\u0068\u006f\u0069\u0063\u0065"},{Category :PropertyCategoryInternal ,Description :"T\u0068\u0065\u0020\u0069\u006e\u0073\u0074\u0061\u006e\u0063\u0065\u0020\u0049\u0044\u0020\u006f\u0066\u0020t\u0068\u0065\u0020\u006d\u006f\u0064\u0069\u0066\u0069\u0065d \u0072\u0065\u0073o\u0075r\u0063\u0065",Name :"\u0069\u006e\u0073\u0074\u0061\u006e\u0063\u0065\u0049\u0044",ValueType :ValueTypeNameURI },{Category :PropertyCategoryInternal ,Description :"\u0041\u0064di\u0074\u0069\u006fn\u0061\u006c\u0020\u0064esc\u0072ip\u0074\u0069\u006f\u006e\u0020\u006f\u0066 t\u0068\u0065\u0020\u0061\u0063\u0074\u0069o\u006e",Name :"\u0070\u0061\u0072\u0061\u006d\u0065\u0074\u0065\u0072\u0073",ValueType :ValueTypeNameText },{Category :PropertyCategoryInternal ,Description :"\u0054h\u0065\u0020s\u006f\u0066\u0074\u0077a\u0072\u0065\u0020a\u0067\u0065\u006e\u0074\u0020\u0074\u0068\u0061\u0074 p\u0065\u0072\u0066o\u0072\u006de\u0064\u0020\u0074\u0068\u0065\u0020a\u0063\u0074i\u006f\u006e",Name :"\u0073\u006f\u0066\u0074\u0077\u0061\u0072\u0065\u0041\u0067\u0065\u006e\u0074",ValueType :ValueTypeNameAgentName },{Category :PropertyCategoryInternal ,Description :"\u004f\u0070t\u0069\u006f\u006e\u0061\u006c\u0020\u0074\u0069\u006d\u0065\u0073\u0074\u0061\u006d\u0070\u0020\u006f\u0066\u0020\u0077\u0068\u0065\u006e\u0020\u0074\u0068\u0065\u0020\u0061\u0063\u0074\u0069\u006f\u006e\u0020\u006f\u0063\u0063\u0075\u0072\u0072\u0065\u0064",Name :"\u0077\u0068\u0065\u006e",ValueType :ValueTypeNameDate }},ValueType :nil }; -func init (){_ae =map[string ]*Schema {_gf .NsXmpMM .URI :&XmpMediaManagementSchema ,"\u0078\u006d\u0070\u0069\u0064\u0071":&XmpIDQualSchema ,_ac .NsPDF .URI :&PdfSchema ,"\u0073\u0074\u0045v\u0074":&FieldResourceEventSchema ,"\u0073\u0074\u0056e\u0072":&FieldVersionSchema }; -}; +// IsZero checks if the resources list has no entries. +func (_ae Schemas )IsZero ()bool {return len (_ae )==0}; -// Namespaces implements xmp.Model interface. -func (_bg *Model )Namespaces ()_cc .NamespaceList {return _cc .NamespaceList {Namespace }}; +// Properties is a list of properties. +type Properties []Property ; // Schema is the pdfa extension schema. type Schema struct{ @@ -72,92 +53,69 @@ Schema string `xmp:"pdfaSchema:schema"`; Property Properties `xmp:"pdfaSchema:property"`; // ValueType is description of schema-specific value types. -ValueType ValueTypes `xmp:"pdfaSchema:valueType"`;};var XmpMediaManagementSchema =Schema {NamespaceURI :"\u0068\u0074\u0074p\u003a\u002f\u002f\u006es\u002e\u0061\u0064\u006f\u0062\u0065\u002ec\u006f\u006d\u002f\u0078\u0061\u0070\u002f\u0031\u002e\u0030\u002f\u006d\u006d\u002f",Prefix :"\u0078\u006d\u0070M\u004d",Schema :"X\u004dP\u0020\u004d\u0065\u0064\u0069\u0061\u0020\u004da\u006e\u0061\u0067\u0065me\u006e\u0074",Property :[]Property {{Category :PropertyCategoryInternal ,Description :"\u0041\u0020\u0072\u0065\u0066\u0065\u0072\u0065\u006e\u0063\u0065\u0020\u0074\u006f\u0020\u0074\u0068\u0065\u0020\u006fr\u0069\u0067\u0069\u006e\u0061\u006c\u0020\u0064\u006f\u0063\u0075\u006d\u0065\u006e\u0074\u0020\u0066\u0072\u006f\u006d\u0020w\u0068\u0069\u0063\u0068\u0020\u0074\u0068\u0069\u0073\u0020\u006f\u006e\u0065\u0020i\u0073\u0020\u0064e\u0072\u0069\u0076\u0065\u0064\u002e",Name :"D\u0065\u0072\u0069\u0076\u0065\u0064\u0046\u0072\u006f\u006d",ValueType :ValueTypeNameResourceRef },{Category :PropertyCategoryInternal ,Description :"\u0054\u0068\u0065\u0020\u0063\u006fm\u006d\u006f\u006e\u0020\u0069d\u0065\u006e\u0074\u0069\u0066\u0069e\u0072\u0020\u0066\u006f\u0072 \u0061\u006c\u006c\u0020\u0076\u0065\u0072\u0073\u0069\u006f\u006e\u0073 \u0061\u006e\u0064\u0020\u0072\u0065\u006e\u0064\u0069\u0074\u0069\u006f\u006e\u0073\u0020o\u0066\u0020\u0061\u0020\u0072\u0065\u0073\u006fu\u0072\u0063\u0065",Name :"\u0044\u006f\u0063\u0075\u006d\u0065\u006e\u0074\u0049\u0044",ValueType :ValueTypeNameURI },{Category :PropertyCategoryInternal ,Description :"UU\u0049\u0044 \u0062\u0061\u0073\u0065\u0064\u0020\u0069\u0064\u0065n\u0074\u0069\u0066\u0069\u0065\u0072\u0020\u0066\u006f\u0072\u0020\u0073\u0070\u0065\u0063\u0069\u0066\u0069\u0063\u0020\u0069\u006e\u0063\u0061\u0072\u006e\u0061\u0074i\u006fn\u0020\u006f\u0066\u0020\u0061\u0020\u0064\u006fc\u0075m\u0065\u006et",Name :"\u0049\u006e\u0073\u0074\u0061\u006e\u0063\u0065\u0049\u0044",ValueType :ValueTypeNameURI },{Category :PropertyCategoryInternal ,Description :"\u0054\u0068\u0065\u0020\u0063\u006fm\u006d\u006f\u006e\u0020\u0069d\u0065\u006e\u0074\u0069\u0066\u0069e\u0072\u0020\u0066\u006f\u0072 \u0061\u006c\u006c\u0020\u0076\u0065\u0072\u0073\u0069\u006f\u006e\u0073 \u0061\u006e\u0064\u0020\u0072\u0065\u006e\u0064\u0069\u0074\u0069\u006f\u006e\u0073\u0020o\u0066\u0020\u0061\u0020\u0064\u006f\u0063\u0075m\u0065\u006e\u0074",Name :"\u004fr\u0069g\u0069\u006e\u0061\u006c\u0044o\u0063\u0075m\u0065\u006e\u0074\u0049\u0044",ValueType :ValueTypeNameURI },{Category :PropertyCategoryInternal ,Description :"\u0054\u0068\u0065 \u0072\u0065\u006e\u0064\u0069\u0074\u0069\u006f\u006e\u0020\u0063\u006c\u0061\u0073\u0073\u0020\u006e\u0061\u006d\u0065\u0020\u0066\u006f\u0072\u0020\u0074\u0068\u0069\u0073 \u0072\u0065\u0073\u006f\u0075\u0072\u0063\u0065",Name :"\u0052\u0065\u006e\u0064\u0069\u0074\u0069\u006f\u006eC\u006c\u0061\u0073\u0073",ValueType :ValueTypeNameRenditionClass },{Category :PropertyCategoryInternal ,Description :"\u0043\u0061n\u0020\u0062\u0065\u0020\u0075\u0073\u0065d\u0020t\u006f\u0020\u0070r\u006f\u0076\u0069\u0064\u0065\u0020\u0061\u0064\u0064\u0069\u0074\u0069\u006f\u006e\u0061\u006c\u0020\u0072\u0065\u006e\u0064\u0069t\u0069\u006f\u006e\u0020\u0070\u0061\u0072\u0061\u006d\u0065\u0074\u0065\u0072\u0073\u0020\u0074\u0068a\u0074 \u0061r\u0065\u0020\u0074o\u006f\u0020\u0063\u006f\u006d\u0070\u006c\u0065\u0078\u0020\u006f\u0072\u0020\u0076\u0065\u0072\u0062o\u0073\u0065\u0020\u0074\u006f\u0020\u0065\u006e\u0063\u006f\u0064\u0065\u0020\u0069\u006e",Name :"\u0052e\u006ed\u0069\u0074\u0069\u006f\u006e\u0050\u0061\u0072\u0061\u006d\u0073",ValueType :ValueTypeNameText },{Category :PropertyCategoryInternal ,Description :"\u0054\u0068\u0065\u0020\u0064\u006f\u0063\u0075\u006d\u0065\u006e\u0074\u0020\u0076\u0065\u0072\u0073\u0069o\u006e\u0020\u0069\u0064\u0065\u006e\u0074i\u0066\u0069\u0065\u0072\u0020\u0066\u006f\u0072\u0020\u0074\u0068i\u0073\u0020\u0072\u0065\u0073\u006f\u0075\u0072\u0063\u0065\u002e",Name :"\u0056e\u0072\u0073\u0069\u006f\u006e\u0049D",ValueType :ValueTypeNameText },{Category :PropertyCategoryExternal ,Description :"\u0054\u0068\u0065\u0020\u0076\u0065r\u0073\u0069\u006f\u006e\u0020\u0068\u0069\u0073\u0074\u006f\u0072\u0079\u0020\u0061\u0073\u0073\u006f\u0063\u0069\u0061t\u0065\u0064\u0020\u0077\u0069\u0074\u0068\u0020\u0074\u0068\u0069\u0073\u0020\u0072e\u0073o\u0075\u0072\u0063\u0065",Name :"\u0056\u0065\u0072\u0073\u0069\u006f\u006e\u0073",ValueType :SeqOfValueTypeName (ValueTypeNameVersion )},{Category :PropertyCategoryInternal ,Description :"\u0054\u0068\u0065\u0020\u0072\u0065f\u0065\u0072\u0065\u006e\u0063\u0065\u0064\u0020\u0072\u0065\u0073\u006f\u0075r\u0063\u0065\u0027\u0073\u0020\u006d\u0061n\u0061\u0067\u0065\u0072",Name :"\u004da\u006e\u0061\u0067\u0065\u0072",ValueType :ValueTypeNameAgentName },{Category :PropertyCategoryInternal ,Description :"\u0054\u0068\u0065 \u0072\u0065\u0066\u0065\u0072\u0065\u006e\u0063\u0065\u0064\u0020\u0072\u0065\u0073\u006f\u0075\u0072\u0063\u0065\u0027\u0073\u0020\u006d\u0061\u006e\u0061\u0067\u0065\u0072 \u0076\u0061\u0072\u0069\u0061\u006e\u0074\u002e",Name :"\u004d\u0061\u006e\u0061\u0067\u0065\u0072\u0056\u0061r\u0069\u0061\u006e\u0074",ValueType :ValueTypeNameText },{Category :PropertyCategoryInternal ,Description :"\u0054\u0068\u0065 \u0072\u0065\u0066\u0065\u0072\u0065\u006e\u0063\u0065\u0064\u0020\u0072\u0065\u0073\u006f\u0075\u0072\u0063\u0065\u0027\u0073\u0020\u006d\u0061\u006e\u0061\u0067\u0065\u0072 \u0076\u0061\u0072\u0069\u0061\u006e\u0074\u002e",Name :"\u004d\u0061\u006e\u0061\u0067\u0065\u0072\u0056\u0061r\u0069\u0061\u006e\u0074",ValueType :ValueTypeNameText }}}; +ValueType ValueTypes `xmp:"pdfaSchema:valueType"`;}; +// UnmarshalXMP implements xmp.Unmarshaler interface. +func (_dc *ValueTypes )UnmarshalXMP (d *_fc .Decoder ,node *_fc .Node ,m _fc .Model )error {return _fc .UnmarshalArray (d ,node ,_dc .Typ (),_dc );}; // MarshalXMP implements xmp.Marshaler interface. -func (_cd ValueTypes )MarshalXMP (e *_cc .Encoder ,node *_cc .Node ,m _cc .Model )error {return _cc .MarshalArray (e ,node ,_cd .Typ (),_cd );}; - -// GetSchema for provided namespace. -func GetSchema (namespaceURI string )(*Schema ,bool ){_dgb .RLock ();defer _dgb .RUnlock ();_bf ,_cbb :=_ae [namespaceURI ];return _bf ,_cbb ;}; - -// MarshalText implements encoding.TextMarshaler interface. -func (_fc PropertyCategory )MarshalText ()([]byte ,error ){switch _fc {case PropertyCategoryInternal :return []byte ("\u0069\u006e\u0074\u0065\u0072\u006e\u0061\u006c"),nil ;case PropertyCategoryExternal :return []byte ("\u0065\u0078\u0074\u0065\u0072\u006e\u0061\u006c"),nil ; -case PropertyCategoryUndefined :return []byte (""),nil ;default:return nil ,_b .Errorf ("\u0075\u006ed\u0065\u0066\u0069\u006ee\u0064\u0020p\u0072\u006f\u0070\u0065\u0072\u0074\u0079\u0020c\u0061\u0074\u0065\u0067\u006f\u0072\u0079\u0020\u0076\u0061\u006c\u0075e\u003a\u0020\u0025\u0076",_fc ); -};}; +func (_fb Schemas )MarshalXMP (e *_fc .Encoder ,node *_fc .Node ,m _fc .Model )error {return _fc .MarshalArray (e ,node ,_fb .Typ (),_fb );}; -// MakeModel creates or gets a model from document. -func MakeModel (d *_cc .Document )(*Model ,error ){_be ,_fg :=d .MakeModel (Namespace );if _fg !=nil {return nil ,_fg ;};return _be .(*Model ),nil ;};const (PropertyCategoryUndefined PropertyCategory =iota ;PropertyCategoryInternal ;PropertyCategoryExternal ; -);var PdfSchema =Schema {NamespaceURI :"\u0068\u0074\u0074\u0070:\u002f\u002f\u006e\u0073\u002e\u0061\u0064\u006f\u0062\u0065.\u0063o\u006d\u002f\u0070\u0064\u0066\u002f\u0031.\u0033\u002f",Prefix :"\u0070\u0064\u0066",Schema :"\u0041\u0064o\u0062\u0065\u0020P\u0044\u0046\u0020\u0053\u0063\u0068\u0065\u006d\u0061",Property :Properties {{Category :PropertyCategoryInternal ,Description :"\u004b\u0065\u0079\u0077\u006f\u0072\u0064\u0073",Name :"\u004b\u0065\u0079\u0077\u006f\u0072\u0064\u0073",ValueType :ValueTypeNameText },{Category :PropertyCategoryInternal ,Description :"\u0054\u0068\u0065\u0020\u0050\u0044F\u0020\u0066\u0069l\u0065\u0020\u0076e\u0072\u0073\u0069\u006f\u006e\u0020\u0028\u0066\u006f\u0072 \u0065\u0078\u0061\u006d\u0070le\u003a\u0020\u0031\u002e\u0030\u002c\u0020\u0031\u002e\u0033\u002c\u0020\u0061\u006e\u0064\u0020\u0073\u006f\u0020\u006f\u006e\u0029\u002e",Name :"\u0050\u0044\u0046\u0056\u0065\u0072\u0073\u0069\u006f\u006e",ValueType :ValueTypeNameText },{Category :PropertyCategoryInternal ,Description :"\u0054\u0068\u0065\u0020\u006ea\u006d\u0065\u0020\u006f\u0066\u0020\u0074\u0068\u0065\u0020\u0074\u006f\u006fl\u0020\u0074\u0068\u0061\u0074\u0020\u0063\u0072\u0065\u0061\u0074\u0065\u0064\u0020\u0074\u0068\u0065\u0020\u0050\u0044\u0046\u0020\u0064\u006f\u0063\u0075\u006d\u0065\u006e\u0074.",Name :"\u0050\u0072\u006f\u0064\u0075\u0063\u0065\u0072",ValueType :ValueTypeNameAgentName },{Category :PropertyCategoryInternal ,Description :"\u0049\u006e\u0064\u0069\u0063\u0061\u0074\u0065\u0073\u0020\u0074\u0068\u0061\u0074\u0020\u0074\u0068\u0069s\u0020\u0069\u0073\u0020\u0061\u0020\u0072i\u0067\u0068\u0074\u0073\u002d\u006d\u0061\u006e\u0061\u0067\u0065d\u0020\u0072\u0065\u0073\u006f\u0075\u0072\u0063\u0065\u002e\u002e",Name :"\u004d\u0061\u0072\u006b\u0065\u0064",ValueType :ValueTypeNameBoolean }}}; - - -// RegisterSchema registers schema extension definition. -func RegisterSchema (ns *_cc .Namespace ,schema *Schema ){_dgb .Lock ();defer _dgb .Unlock ();_ae [ns .URI ]=schema ;};func _cb (_ddf _cc .Model ,_fff *_cc .Namespace ,_ed Property )bool {_ec :=_g .ValueOf (_ddf ).Elem ();if _ec .Kind ()==_g .Ptr {_ec =_ec .Elem (); -};_df :=_ec .Type ();for _bed :=0;_bed < _df .NumField ();_bed ++{_ab :=_df .Field (_bed );_da :=_ab .Tag .Get ("\u0078\u006d\u0070");if _da ==""{continue ;};if !_dg .HasPrefix (_da ,_fff .Name ){continue ;};_fa :=_dg .IndexRune (_da ,':');if _fa ==-1{continue ; -};_fe :=_da [_fa +1:];if _fe ==_ed .Name {_daf :=_ec .Field (_bed );return !_daf .IsZero ();};};return false ;}; +// Schemas is the array of xmp metadata extension resources. +type Schemas []Schema ;func (_gbeb Schemas )Typ ()_fc .ArrayType {return _fc .ArrayTypeUnordered }; -// Model is the pdfa extension metadata model. -type Model struct{Schemas Schemas `xmp:"pdfaExtension:schemas"`;}; +// FillModel fills in the document XMP model. +func FillModel (d *_fc .Document ,extModel *Model )error {var _ea []*_fc .Namespace ;for _ ,_gg :=range d .Namespaces (){_ea =append (_ea ,_gg );};_f .Slice (_ea ,func (_bed ,_fd int )bool {return _ea [_bed ].Name < _ea [_fd ].Name });for _ ,_ee :=range _ea {switch _ee {case Namespace ,SchemaNS ,PropertyNS ,ValueTypeNS ,FieldNS ,_gef .NsXmp ,_d .NsDc :continue ; +default:_gge ,_bd :=GetSchema (_ee .URI );if !_bd {continue ;};_bde :=d .FindModel (_ee );_db :=*_gge ;_db .Property =Properties {};for _ ,_gd :=range _gge .Property {_eg :=_ga (_bde ,_ee ,_gd );if _eg {_db .Property =append (_db .Property ,_gd );};};if len (_db .Property )==0{continue ; +};var _beb bool ;for _dbf ,_ce :=range extModel .Schemas {if _ce .Schema ==_db .Schema {_beb =true ;extModel .Schemas [_dbf ]=_db ;break ;};};if !_beb {extModel .Schemas =append (extModel .Schemas ,_db );};};};return nil ;}; -// PropertyCategory is the property category enumerator. -type PropertyCategory int ;const (ValueTypeNameBoolean ValueTypeName ="\u0042o\u006f\u006c\u0065\u0061\u006e";ValueTypeNameDate ValueTypeName ="\u0044\u0061\u0074\u0065";ValueTypeNameInteger ValueTypeName ="\u0049n\u0074\u0065\u0067\u0065\u0072";ValueTypeNameReal ValueTypeName ="\u0052\u0065\u0061\u006c"; -ValueTypeNameText ValueTypeName ="\u0054\u0065\u0078\u0074";ValueTypeNameAgentName ValueTypeName ="\u0041g\u0065\u006e\u0074\u004e\u0061\u006de";ValueTypeNameProperName ValueTypeName ="\u0050\u0072\u006f\u0070\u0065\u0072\u004e\u0061\u006d\u0065";ValueTypeNameXPath ValueTypeName ="\u0058\u0050\u0061t\u0068"; -ValueTypeNameGUID ValueTypeName ="\u0047\u0055\u0049\u0044";ValueTypeNameLocale ValueTypeName ="\u004c\u006f\u0063\u0061\u006c\u0065";ValueTypeNameMIMEType ValueTypeName ="\u004d\u0049\u004d\u0045\u0054\u0079\u0070\u0065";ValueTypeNameRenditionClass ValueTypeName ="\u0052\u0065\u006e\u0064\u0069\u0074\u0069\u006f\u006eC\u006c\u0061\u0073\u0073"; -ValueTypeNameResourceRef ValueTypeName ="R\u0065\u0073\u006f\u0075\u0072\u0063\u0065\u0052\u0065\u0066";ValueTypeNameURL ValueTypeName ="\u0055\u0052\u004c";ValueTypeNameURI ValueTypeName ="\u0055\u0052\u0049";ValueTypeNameVersion ValueTypeName ="\u0056e\u0072\u0073\u0069\u006f\u006e"; -); +// AltOfValueTypeName gets the ValueTypeName of the alt of given value type names. +func AltOfValueTypeName (vt ValueTypeName )ValueTypeName {return "\u0061\u006c\u0074\u0020"+vt };func init (){_eda =map[string ]*Schema {_ge .NsXmpMM .URI :&XmpMediaManagementSchema ,"\u0078\u006d\u0070\u0069\u0064\u0071":&XmpIDQualSchema ,_c .NsPDF .URI :&PdfSchema ,"\u0073\u0074\u0045v\u0074":&FieldResourceEventSchema ,"\u0073\u0074\u0056e\u0072":&FieldVersionSchema }; +}; // SeqOfValueTypeName gets a value type name of a sequence of input value type names. func SeqOfValueTypeName (vt ValueTypeName )ValueTypeName {return "\u0073\u0065\u0071\u0020"+vt }; -// SyncModel implements xmp.Model interface. -func (_dgf *Model )SyncModel (d *_cc .Document )error {return nil }; - -// MarshalXMP implements xmp.Marshaler interface. -func (_dfb Properties )MarshalXMP (e *_cc .Encoder ,node *_cc .Node ,m _cc .Model )error {return _cc .MarshalArray (e ,node ,_dfb .Typ (),_dfb );}; - -// UnmarshalXMP implements xmp.Unmarshaler interface. -func (_gg *Schemas )UnmarshalXMP (d *_cc .Decoder ,node *_cc .Node ,m _cc .Model )error {return _cc .UnmarshalArray (d ,node ,_gg .Typ (),_gg );};func (_ccfg Schemas )Typ ()_cc .ArrayType {return _cc .ArrayTypeUnordered }; - -// Schemas is the array of xmp metadata extension resources. -type Schemas []Schema ; +// Model is the pdfa extension metadata model. +type Model struct{Schemas Schemas `xmp:"pdfaExtension:schemas"`;}; -// Typ gets array type of the field value types. -func (_dcg ValueTypes )Typ ()_cc .ArrayType {return _cc .ArrayTypeOrdered }; +// CanTag implements xmp.Model interface. +func (_cg *Model )CanTag (tag string )bool {_ ,_ff :=_fc .GetNativeField (_cg ,tag );return _ff ==nil }; // SetTag implements xmp.Model interface. -func (_bd *Model )SetTag (tag ,value string )error {if _ce :=_cc .SetNativeField (_bd ,tag ,value );_ce !=nil {return _b .Errorf ("\u0025\u0073\u003a\u0020\u0025\u0076",Namespace .GetName (),_ce );};return nil ;}; +func (_fdb *Model )SetTag (tag ,value string )error {if _dab :=_fc .SetNativeField (_fdb ,tag ,value );_dab !=nil {return _g .Errorf ("\u0025\u0073\u003a\u0020\u0025\u0076",Namespace .GetName (),_dab );};return nil ;}; // ValueTypes is the slice of field value types. type ValueTypes []FieldValueType ; -// CanTag implements xmp.Model interface. -func (_daa *Model )CanTag (tag string )bool {_ ,_ea :=_cc .GetNativeField (_daa ,tag );return _ea ==nil ;}; +// MarshalText implements encoding.TextMarshaler interface. +func (_bae PropertyCategory )MarshalText ()([]byte ,error ){switch _bae {case PropertyCategoryInternal :return []byte ("\u0069\u006e\u0074\u0065\u0072\u006e\u0061\u006c"),nil ;case PropertyCategoryExternal :return []byte ("\u0065\u0078\u0074\u0065\u0072\u006e\u0061\u006c"),nil ; +case PropertyCategoryUndefined :return []byte (""),nil ;default:return nil ,_g .Errorf ("\u0075\u006ed\u0065\u0066\u0069\u006ee\u0064\u0020p\u0072\u006f\u0070\u0065\u0072\u0074\u0079\u0020c\u0061\u0074\u0065\u0067\u006f\u0072\u0079\u0020\u0076\u0061\u006c\u0075e\u003a\u0020\u0025\u0076",_bae ); +};};var XmpIDQualSchema =Schema {NamespaceURI :"\u0068t\u0074\u0070:\u002f\u002f\u006e\u0073.\u0061\u0064\u006fb\u0065\u002e\u0063\u006f\u006d\u002f\u0078\u006d\u0070/I\u0064\u0065\u006et\u0069\u0066i\u0065\u0072\u002f\u0071\u0075\u0061l\u002f\u0031.\u0030\u002f",Prefix :"\u0078\u006d\u0070\u0069\u0064\u0071",Schema :"X\u004dP\u0020\u0078\u006d\u0070\u0069\u0064\u0071\u0020q\u0075\u0061\u006c\u0069fi\u0065\u0072",Property :[]Property {{Category :PropertyCategoryInternal ,Name :"\u0053\u0063\u0068\u0065\u006d\u0065",Description :"\u0041\u0020\u0071\u0075\u0061\u006c\u0069\u0066\u0069\u0065\u0072\u0020\u0070\u0072o\u0076\u0069\u0064i\u006e\u0067\u0020\u0074h\u0065\u0020\u006e\u0020\u0061\u006d\u0065\u0020\u006f\u0066\u0020\u0074\u0068\u0065\u0020\u0066\u006f\u0072\u006d\u0061\u006c \u0069\u0064\u0065n\u0074\u0069\u0066\u0069\u0063\u0061\u0074\u0069\u006f\u006e\u0020\u0073\u0063\u0068\u0065\u006d\u0065\u0020\u0075\u0073ed\u0020\u0066\u006fr\u0020\u0061\u006e\u0020\u0069\u0074\u0065\u006d \u0069\u006e\u0020\u0074\u0068\u0065\u0020\u0078\u006d\u0070\u003a\u0049\u0064\u0065\u006e\u0074\u0069\u0066\u0069\u0065\u0072\u0020\u0061\u0072\u0072\u0061\u0079\u002e",ValueType :ValueTypeNameText }},ValueType :nil }; -// BagOfValueTypeName gets the ValueTypeName of the bag of provided value type names. -func BagOfValueTypeName (vt ValueTypeName )ValueTypeName {return "\u0062\u0061\u0067\u0020"+vt }; -// MarshalXMP implements xmp.Marshaler interface. -func (_edb Schemas )MarshalXMP (e *_cc .Encoder ,node *_cc .Node ,m _cc .Model )error {return _cc .MarshalArray (e ,node ,_edb .Typ (),_edb );}; +// Can implements xmp.Model interface. +func (_ecg *Model )Can (nsName string )bool {return Namespace .GetName ()==nsName }; // ValueTypeName is the name of the value type. type ValueTypeName string ; -// Properties is a list of properties. -type Properties []Property ; +// MarshalXMP implements xmp.Marshaler interface. +func (_fec ValueTypes )MarshalXMP (e *_fc .Encoder ,node *_fc .Node ,m _fc .Model )error {return _fc .MarshalArray (e ,node ,_fec .Typ (),_fec );}; -// NewModel creates a new pdfAExtension model. -func NewModel (name string )_cc .Model {return &Model {}}; +// UnmarshalText implements encoding.TextUnmarshaler interface. +func (_bebc *PropertyCategory )UnmarshalText (in []byte )error {switch string (in ){case "\u0069\u006e\u0074\u0065\u0072\u006e\u0061\u006c":*_bebc =PropertyCategoryInternal ;case "\u0065\u0078\u0074\u0065\u0072\u006e\u0061\u006c":*_bebc =PropertyCategoryExternal ; +default:*_bebc =PropertyCategoryUndefined ;};return nil ;};var FieldResourceEventSchema =Schema {NamespaceURI :"\u0068\u0074\u0074\u0070\u003a\u002f\u002f\u006es\u002e\u0061\u0064ob\u0065\u002e\u0063\u006f\u006d\u002fx\u0061\u0070\u002f\u0031\u002e\u0030\u002f\u0073\u0054\u0079\u0070\u0065\u002f\u0052\u0065s\u006f\u0075\u0072\u0063\u0065\u0045\u0076\u0065n\u0074\u0023",Prefix :"\u0073\u0074\u0045v\u0074",Schema :"\u0044e\u0066\u0069n\u0069\u0074\u0069\u006fn\u0020\u006f\u0066 \u0062\u0061\u0073\u0069\u0063\u0020\u0076\u0061\u006cue\u0020\u0074\u0079p\u0065\u0020R\u0065\u0073\u006f\u0075\u0072\u0063e\u0045\u0076e\u006e\u0074",Property :[]Property {{Category :PropertyCategoryInternal ,Description :"\u0054he\u0020a\u0063t\u0069\u006f\u006e\u0020\u0074\u0068a\u0074\u0020\u006f\u0063c\u0075\u0072\u0072\u0065\u0064\u002e\u0020\u0044\u0065\u0066\u0069\u006e\u0065d \u0076\u0061\u006c\u0075\u0065\u0073\u0020\u0061\u0072\u0065\u003a\u0020\u0063\u006f\u006e\u0076\u0065\u0072\u0074\u0065d\u002c \u0063\u006f\u0070\u0069\u0065\u0064\u002c\u0020\u0063\u0072\u0065\u0061\u0074e\u0064\u002c \u0063\u0072\u006fp\u0070\u0065\u0064\u002c\u0020\u0065\u0064\u0069\u0074ed\u002c\u0020\u0066i\u006c\u002d\u0074\u0065r\u0065\u0064\u002c\u0020\u0066\u006fr\u006d\u0061t\u0074\u0065\u0064\u002c\u0020\u0076\u0065\u0072s\u0069\u006f\u006e\u005f\u0075\u0070\u0064\u0061\u0074\u0065\u0064\u002c\u0020\u0070\u0072\u0069\u006e\u0074\u0065\u0064\u002c\u0020\u0070ubli\u0073\u0068\u0065\u0064\u002c\u0020\u006d\u0061\u006e\u0061\u0067\u0065\u0064\u002c\u0020\u0070\u0072\u006f\u0064\u0075\u0063\u0065\u0064\u002c\u0020\u0072\u0065\u0073i\u007ae\u0064.\u004e\u0065\u0077\u0020\u0076\u0061\u006c\u0075\u0065\u0073\u0020\u0073\u0068\u006f\u0075\u006c\u0064\u0020\u0062\u0065 \u0076\u0065r\u0062\u0073 \u0069n\u0020\u0074\u0068\u0065\u0020\u0070a\u0073\u0074\u0020\u0074\u0065\u006e\u0073\u0065\u002e",Name :"\u0061\u0063\u0074\u0069\u006f\u006e",ValueType :"O\u0070\u0065\u006e\u0020\u0043\u0068\u006f\u0069\u0063\u0065"},{Category :PropertyCategoryInternal ,Description :"T\u0068\u0065\u0020\u0069\u006e\u0073\u0074\u0061\u006e\u0063\u0065\u0020\u0049\u0044\u0020\u006f\u0066\u0020t\u0068\u0065\u0020\u006d\u006f\u0064\u0069\u0066\u0069\u0065d \u0072\u0065\u0073o\u0075r\u0063\u0065",Name :"\u0069\u006e\u0073\u0074\u0061\u006e\u0063\u0065\u0049\u0044",ValueType :ValueTypeNameURI },{Category :PropertyCategoryInternal ,Description :"\u0041\u0064di\u0074\u0069\u006fn\u0061\u006c\u0020\u0064esc\u0072ip\u0074\u0069\u006f\u006e\u0020\u006f\u0066 t\u0068\u0065\u0020\u0061\u0063\u0074\u0069o\u006e",Name :"\u0070\u0061\u0072\u0061\u006d\u0065\u0074\u0065\u0072\u0073",ValueType :ValueTypeNameText },{Category :PropertyCategoryInternal ,Description :"\u0054h\u0065\u0020s\u006f\u0066\u0074\u0077a\u0072\u0065\u0020a\u0067\u0065\u006e\u0074\u0020\u0074\u0068\u0061\u0074 p\u0065\u0072\u0066o\u0072\u006de\u0064\u0020\u0074\u0068\u0065\u0020a\u0063\u0074i\u006f\u006e",Name :"\u0073\u006f\u0066\u0074\u0077\u0061\u0072\u0065\u0041\u0067\u0065\u006e\u0074",ValueType :ValueTypeNameAgentName },{Category :PropertyCategoryInternal ,Description :"\u004f\u0070t\u0069\u006f\u006e\u0061\u006c\u0020\u0074\u0069\u006d\u0065\u0073\u0074\u0061\u006d\u0070\u0020\u006f\u0066\u0020\u0077\u0068\u0065\u006e\u0020\u0074\u0068\u0065\u0020\u0061\u0063\u0074\u0069\u006f\u006e\u0020\u006f\u0063\u0063\u0075\u0072\u0072\u0065\u0064",Name :"\u0077\u0068\u0065\u006e",ValueType :ValueTypeNameDate }},ValueType :nil }; -// AltOfValueTypeName gets the ValueTypeName of the alt of given value type names. -func AltOfValueTypeName (vt ValueTypeName )ValueTypeName {return "\u0061\u006c\u0074\u0020"+vt }; + +// ValueType is the pdfa extension value type schema. +type ValueType struct{Description string `xmp:"pdfaType:description"`;Field []FieldValueType `xmp:"pdfaType:field"`;NamespaceURI string `xmp:"pdfaType:namespaceURI"`;Prefix string `xmp:"pdfaType:prefix"`;Type string `xmp:"pdfaType:type"`;}; + +// SyncFromXMP implements xmp.Model interface. +func (_ed *Model )SyncFromXMP (d *_fc .Document )error {return nil }; // GetTag implements xmp.Model interface. -func (_baf *Model )GetTag (tag string )(string ,error ){_dfa ,_eab :=_cc .GetNativeField (_baf ,tag );if _eab !=nil {return "",_b .Errorf ("\u0025\u0073\u003a\u0020\u0025\u0076",Namespace .GetName (),_eab );};return _dfa ,nil ;};var (Namespace =_cc .NewNamespace ("\u0070\u0064\u0066\u0061\u0045\u0078\u0074\u0065\u006e\u0073\u0069\u006f\u006e","\u0068\u0074\u0074\u0070\u003a\u002f\u002f\u0077\u0077\u0077\u002e\u0061\u0069\u0069\u006d\u002e\u006f\u0072\u0067\u002f\u0070\u0064\u0066\u0061/\u006e\u0073\u002f\u0065\u0078t\u0065\u006es\u0069\u006f\u006e\u002f",NewModel ); -SchemaNS =_cc .NewNamespace ("\u0070\u0064\u0066\u0061\u0053\u0063\u0068\u0065\u006d\u0061","h\u0074\u0074\u0070\u003a\u002f\u002fw\u0077\u0077\u002e\u0061\u0069\u0069m\u002e\u006f\u0072\u0067\u002f\u0070\u0064f\u0061\u002f\u006e\u0073\u002f\u0073\u0063\u0068\u0065\u006da\u0023",nil ); -PropertyNS =_cc .NewNamespace ("\u0070\u0064\u0066a\u0050\u0072\u006f\u0070\u0065\u0072\u0074\u0079","\u0068\u0074t\u0070\u003a\u002f\u002fw\u0077\u0077.\u0061\u0069\u0069\u006d\u002e\u006f\u0072\u0067/\u0070\u0064\u0066\u0061\u002f\u006e\u0073\u002f\u0070\u0072\u006f\u0070e\u0072\u0074\u0079\u0023",nil ); -ValueTypeNS =_cc .NewNamespace ("\u0070\u0064\u0066\u0061\u0054\u0079\u0070\u0065","\u0068\u0074\u0074\u0070\u003a\u002f/\u0077\u0077\u0077\u002e\u0061\u0069\u0069\u006d\u002e\u006f\u0072\u0067\u002fp\u0064\u0066\u0061\u002f\u006e\u0073\u002ft\u0079\u0070\u0065\u0023",nil ); -FieldNS =_cc .NewNamespace ("\u0070d\u0066\u0061\u0046\u0069\u0065\u006cd","\u0068\u0074\u0074p:\u002f\u002f\u0077\u0077\u0077\u002e\u0061\u0069\u0069m\u002eo\u0072g\u002fp\u0064\u0066\u0061\u002f\u006e\u0073\u002f\u0066\u0069\u0065\u006c\u0064\u0023",nil ); -); +func (_gbe *Model )GetTag (tag string )(string ,error ){_ccf ,_ab :=_fc .GetNativeField (_gbe ,tag );if _ab !=nil {return "",_g .Errorf ("\u0025\u0073\u003a\u0020\u0025\u0076",Namespace .GetName (),_ab );};return _ccf ,nil ;}; // Property is a schema that describes single property. type Property struct{ @@ -174,8 +132,50 @@ Name string `xmp:"pdfaProperty:name"`; // ValueType is the property value type. ValueType ValueTypeName `xmp:"pdfaProperty:valueType"`;}; +// UnmarshalXMP implements xmp.Unmarshaler interface. +func (_aa *Schemas )UnmarshalXMP (d *_fc .Decoder ,node *_fc .Node ,m _fc .Model )error {return _fc .UnmarshalArray (d ,node ,_aa .Typ (),_aa );};var XmpMediaManagementSchema =Schema {NamespaceURI :"\u0068\u0074\u0074p\u003a\u002f\u002f\u006es\u002e\u0061\u0064\u006f\u0062\u0065\u002ec\u006f\u006d\u002f\u0078\u0061\u0070\u002f\u0031\u002e\u0030\u002f\u006d\u006d\u002f",Prefix :"\u0078\u006d\u0070M\u004d",Schema :"X\u004dP\u0020\u004d\u0065\u0064\u0069\u0061\u0020\u004da\u006e\u0061\u0067\u0065me\u006e\u0074",Property :[]Property {{Category :PropertyCategoryInternal ,Description :"\u0041\u0020\u0072\u0065\u0066\u0065\u0072\u0065\u006e\u0063\u0065\u0020\u0074\u006f\u0020\u0074\u0068\u0065\u0020\u006fr\u0069\u0067\u0069\u006e\u0061\u006c\u0020\u0064\u006f\u0063\u0075\u006d\u0065\u006e\u0074\u0020\u0066\u0072\u006f\u006d\u0020w\u0068\u0069\u0063\u0068\u0020\u0074\u0068\u0069\u0073\u0020\u006f\u006e\u0065\u0020i\u0073\u0020\u0064e\u0072\u0069\u0076\u0065\u0064\u002e",Name :"D\u0065\u0072\u0069\u0076\u0065\u0064\u0046\u0072\u006f\u006d",ValueType :ValueTypeNameResourceRef },{Category :PropertyCategoryInternal ,Description :"\u0054\u0068\u0065\u0020\u0063\u006fm\u006d\u006f\u006e\u0020\u0069d\u0065\u006e\u0074\u0069\u0066\u0069e\u0072\u0020\u0066\u006f\u0072 \u0061\u006c\u006c\u0020\u0076\u0065\u0072\u0073\u0069\u006f\u006e\u0073 \u0061\u006e\u0064\u0020\u0072\u0065\u006e\u0064\u0069\u0074\u0069\u006f\u006e\u0073\u0020o\u0066\u0020\u0061\u0020\u0072\u0065\u0073\u006fu\u0072\u0063\u0065",Name :"\u0044\u006f\u0063\u0075\u006d\u0065\u006e\u0074\u0049\u0044",ValueType :ValueTypeNameURI },{Category :PropertyCategoryInternal ,Description :"UU\u0049\u0044 \u0062\u0061\u0073\u0065\u0064\u0020\u0069\u0064\u0065n\u0074\u0069\u0066\u0069\u0065\u0072\u0020\u0066\u006f\u0072\u0020\u0073\u0070\u0065\u0063\u0069\u0066\u0069\u0063\u0020\u0069\u006e\u0063\u0061\u0072\u006e\u0061\u0074i\u006fn\u0020\u006f\u0066\u0020\u0061\u0020\u0064\u006fc\u0075m\u0065\u006et",Name :"\u0049\u006e\u0073\u0074\u0061\u006e\u0063\u0065\u0049\u0044",ValueType :ValueTypeNameURI },{Category :PropertyCategoryInternal ,Description :"\u0054\u0068\u0065\u0020\u0063\u006fm\u006d\u006f\u006e\u0020\u0069d\u0065\u006e\u0074\u0069\u0066\u0069e\u0072\u0020\u0066\u006f\u0072 \u0061\u006c\u006c\u0020\u0076\u0065\u0072\u0073\u0069\u006f\u006e\u0073 \u0061\u006e\u0064\u0020\u0072\u0065\u006e\u0064\u0069\u0074\u0069\u006f\u006e\u0073\u0020o\u0066\u0020\u0061\u0020\u0064\u006f\u0063\u0075m\u0065\u006e\u0074",Name :"\u004fr\u0069g\u0069\u006e\u0061\u006c\u0044o\u0063\u0075m\u0065\u006e\u0074\u0049\u0044",ValueType :ValueTypeNameURI },{Category :PropertyCategoryInternal ,Description :"\u0054\u0068\u0065 \u0072\u0065\u006e\u0064\u0069\u0074\u0069\u006f\u006e\u0020\u0063\u006c\u0061\u0073\u0073\u0020\u006e\u0061\u006d\u0065\u0020\u0066\u006f\u0072\u0020\u0074\u0068\u0069\u0073 \u0072\u0065\u0073\u006f\u0075\u0072\u0063\u0065",Name :"\u0052\u0065\u006e\u0064\u0069\u0074\u0069\u006f\u006eC\u006c\u0061\u0073\u0073",ValueType :ValueTypeNameRenditionClass },{Category :PropertyCategoryInternal ,Description :"\u0043\u0061n\u0020\u0062\u0065\u0020\u0075\u0073\u0065d\u0020t\u006f\u0020\u0070r\u006f\u0076\u0069\u0064\u0065\u0020\u0061\u0064\u0064\u0069\u0074\u0069\u006f\u006e\u0061\u006c\u0020\u0072\u0065\u006e\u0064\u0069t\u0069\u006f\u006e\u0020\u0070\u0061\u0072\u0061\u006d\u0065\u0074\u0065\u0072\u0073\u0020\u0074\u0068a\u0074 \u0061r\u0065\u0020\u0074o\u006f\u0020\u0063\u006f\u006d\u0070\u006c\u0065\u0078\u0020\u006f\u0072\u0020\u0076\u0065\u0072\u0062o\u0073\u0065\u0020\u0074\u006f\u0020\u0065\u006e\u0063\u006f\u0064\u0065\u0020\u0069\u006e",Name :"\u0052e\u006ed\u0069\u0074\u0069\u006f\u006e\u0050\u0061\u0072\u0061\u006d\u0073",ValueType :ValueTypeNameText },{Category :PropertyCategoryInternal ,Description :"\u0054\u0068\u0065\u0020\u0064\u006f\u0063\u0075\u006d\u0065\u006e\u0074\u0020\u0076\u0065\u0072\u0073\u0069o\u006e\u0020\u0069\u0064\u0065\u006e\u0074i\u0066\u0069\u0065\u0072\u0020\u0066\u006f\u0072\u0020\u0074\u0068i\u0073\u0020\u0072\u0065\u0073\u006f\u0075\u0072\u0063\u0065\u002e",Name :"\u0056e\u0072\u0073\u0069\u006f\u006e\u0049D",ValueType :ValueTypeNameText },{Category :PropertyCategoryExternal ,Description :"\u0054\u0068\u0065\u0020\u0076\u0065r\u0073\u0069\u006f\u006e\u0020\u0068\u0069\u0073\u0074\u006f\u0072\u0079\u0020\u0061\u0073\u0073\u006f\u0063\u0069\u0061t\u0065\u0064\u0020\u0077\u0069\u0074\u0068\u0020\u0074\u0068\u0069\u0073\u0020\u0072e\u0073o\u0075\u0072\u0063\u0065",Name :"\u0056\u0065\u0072\u0073\u0069\u006f\u006e\u0073",ValueType :SeqOfValueTypeName (ValueTypeNameVersion )},{Category :PropertyCategoryInternal ,Description :"\u0054\u0068\u0065\u0020\u0072\u0065f\u0065\u0072\u0065\u006e\u0063\u0065\u0064\u0020\u0072\u0065\u0073\u006f\u0075r\u0063\u0065\u0027\u0073\u0020\u006d\u0061n\u0061\u0067\u0065\u0072",Name :"\u004da\u006e\u0061\u0067\u0065\u0072",ValueType :ValueTypeNameAgentName },{Category :PropertyCategoryInternal ,Description :"\u0054\u0068\u0065 \u0072\u0065\u0066\u0065\u0072\u0065\u006e\u0063\u0065\u0064\u0020\u0072\u0065\u0073\u006f\u0075\u0072\u0063\u0065\u0027\u0073\u0020\u006d\u0061\u006e\u0061\u0067\u0065\u0072 \u0076\u0061\u0072\u0069\u0061\u006e\u0074\u002e",Name :"\u004d\u0061\u006e\u0061\u0067\u0065\u0072\u0056\u0061r\u0069\u0061\u006e\u0074",ValueType :ValueTypeNameText },{Category :PropertyCategoryInternal ,Description :"\u0054\u0068\u0065 \u0072\u0065\u0066\u0065\u0072\u0065\u006e\u0063\u0065\u0064\u0020\u0072\u0065\u0073\u006f\u0075\u0072\u0063\u0065\u0027\u0073\u0020\u006d\u0061\u006e\u0061\u0067\u0065\u0072 \u0076\u0061\u0072\u0069\u0061\u006e\u0074\u002e",Name :"\u004d\u0061\u006e\u0061\u0067\u0065\u0072\u0056\u0061r\u0069\u0061\u006e\u0074",ValueType :ValueTypeNameText }}}; + + +// Namespaces implements xmp.Model interface. +func (_bedb *Model )Namespaces ()_fc .NamespaceList {return _fc .NamespaceList {Namespace }};var FieldVersionSchema =Schema {NamespaceURI :"\u0068\u0074\u0074p\u003a\u002f\u002f\u006e\u0073\u002e\u0061\u0064\u006f\u0062\u0065\u002e\u0063\u006f\u006d\u002f\u0078\u0061\u0070\u002f\u0031\u002e\u0030\u002f\u0073\u0054\u0079\u0070\u0065/\u0056\u0065\u0072\u0073\u0069\u006f\u006e\u0023",Prefix :"\u0073\u0074\u0056e\u0072",Schema :"\u0042a\u0073\u0069\u0063\u0020\u0076\u0061\u006c\u0075\u0065\u0020\u0074y\u0070\u0065\u0020\u0056\u0065\u0072\u0073\u0069\u006f\u006e",Property :[]Property {{Category :PropertyCategoryInternal ,Description :"\u0043\u006fmm\u0065\u006e\u0074s\u0020\u0063\u006f\u006ecer\u006ein\u0067\u0020\u0077\u0068\u0061\u0074\u0020wa\u0073\u0020\u0063\u0068\u0061\u006e\u0067e\u0064",Name :"\u0063\u006f\u006d\u006d\u0065\u006e\u0074\u0073",ValueType :ValueTypeNameText },{Category :PropertyCategoryInternal ,Description :"\u0048\u0069\u0067\u0068\u0020\u006c\u0065\u0076\u0065\u006c\u002c\u0020\u0066\u006f\u0072\u006d\u0061\u006c\u0020\u0064e\u0073\u0063\u0072\u0069\u0070\u0074\u0069\u006f\u006e\u0020\u006f\u0066\u0020\u0077\u0068\u0061\u0074\u0020\u006f\u0070\u0065r\u0061\u0074\u0069\u006f\u006e\u0020\u0074\u0068\u0065\u0020\u0075\u0073\u0065\u0072 \u0070\u0065\u0072f\u006f\u0072\u006d\u0065\u0064\u002e",Name :"\u0065\u0076\u0065n\u0074",ValueType :ValueTypeResourceEvent },{Category :PropertyCategoryInternal ,Description :"\u0054\u0068e\u0020\u0064\u0061\u0074\u0065\u0020\u006f\u006e\u0020\u0077\u0068\u0069\u0063\u0068\u0020\u0074\u0068\u0069\u0073\u0020\u0076\u0065\u0072\u0073\u0069\u006f\u006e\u0020\u0077\u0061\u0073\u0020\u0063\u0068\u0065\u0063\u006b\u0065\u0064\u0020\u0069\u006e\u002e",Name :"\u006d\u006f\u0064\u0069\u0066\u0079\u0044\u0061\u0074\u0065",ValueType :ValueTypeNameDate },{Category :PropertyCategoryInternal ,Description :"\u0054\u0068e\u0020\u0070\u0065\u0072s\u006f\u006e \u0077\u0068\u006f\u0020\u006d\u006f\u0064\u0069f\u0069\u0065\u0064\u0020\u0074\u0068\u0069\u0073\u0020\u0076\u0065\u0072s\u0069\u006f\u006e\u002e",Name :"\u006d\u006f\u0064\u0069\u0066\u0069\u0065\u0072",ValueType :ValueTypeNameProperName },{Category :PropertyCategoryInternal ,Description :"\u0054\u0068\u0065 n\u0065\u0077\u0020\u0076\u0065\u0072\u0073\u0069\u006f\u006e\u0020\u006e\u0075\u006d\u0062\u0065\u0072\u002e",Name :"\u0076e\u0072\u0073\u0069\u006f\u006e",ValueType :ValueTypeNameText }},ValueType :nil }; + + +// MarshalXMP implements xmp.Marshaler interface. +func (_cd Properties )MarshalXMP (e *_fc .Encoder ,node *_fc .Node ,m _fc .Model )error {return _fc .MarshalArray (e ,node ,_cd .Typ (),_cd );}; + +// Typ gets the array type of properties. +func (_cee Properties )Typ ()_fc .ArrayType {return _fc .ArrayTypeOrdered }; + +// GetSchema for provided namespace. +func GetSchema (namespaceURI string )(*Schema ,bool ){_dbfd .RLock ();defer _dbfd .RUnlock ();_ba ,_gea :=_eda [namespaceURI ];return _ba ,_gea ;}; + +// ClosedChoiceValueTypeName gets the closed choice of provided value type name. +func ClosedChoiceValueTypeName (vt ValueTypeName )ValueTypeName {return "\u0043\u006c\u006f\u0073\u0065\u0064\u0020\u0043\u0068\u006f\u0069\u0063e\u0020\u006f\u0066\u0020"+vt ;};const (PropertyCategoryUndefined PropertyCategory =iota ;PropertyCategoryInternal ; +PropertyCategoryExternal ;); + // SetSchema sets the schema into given model. -func (_ccc *Model )SetSchema (namespaceURI string ,s Schema ){for _gfg :=0;_gfg < len (_ccc .Schemas );_gfg ++{if _ccc .Schemas [_gfg ].NamespaceURI ==namespaceURI {_ccc .Schemas [_gfg ]=s ;return ;};};_ccc .Schemas =append (_ccc .Schemas ,s );}; +func (_bdg *Model )SetSchema (namespaceURI string ,s Schema ){for _fdd :=0;_fdd < len (_bdg .Schemas );_fdd ++{if _bdg .Schemas [_fdd ].NamespaceURI ==namespaceURI {_bdg .Schemas [_fdd ]=s ;return ;};};_bdg .Schemas =append (_bdg .Schemas ,s );}; -// ValueType is the pdfa extension value type schema. -type ValueType struct{Description string `xmp:"pdfaType:description"`;Field []FieldValueType `xmp:"pdfaType:field"`;NamespaceURI string `xmp:"pdfaType:namespaceURI"`;Prefix string `xmp:"pdfaType:prefix"`;Type string `xmp:"pdfaType:type"`;}; \ No newline at end of file +// Typ gets array type of the field value types. +func (_cf ValueTypes )Typ ()_fc .ArrayType {return _fc .ArrayTypeOrdered }; + +// FieldValueType is a schema that describes a field in a structured type. +type FieldValueType struct{Name string `xmp:"pdfaField:description"`;Description string `xmp:"pdfaField:name"`;ValueType ValueTypeName `xmp:"pdfaField:valueType"`;};const (ValueTypeNameBoolean ValueTypeName ="\u0042o\u006f\u006c\u0065\u0061\u006e";ValueTypeNameDate ValueTypeName ="\u0044\u0061\u0074\u0065"; +ValueTypeNameInteger ValueTypeName ="\u0049n\u0074\u0065\u0067\u0065\u0072";ValueTypeNameReal ValueTypeName ="\u0052\u0065\u0061\u006c";ValueTypeNameText ValueTypeName ="\u0054\u0065\u0078\u0074";ValueTypeNameAgentName ValueTypeName ="\u0041g\u0065\u006e\u0074\u004e\u0061\u006de"; +ValueTypeNameProperName ValueTypeName ="\u0050\u0072\u006f\u0070\u0065\u0072\u004e\u0061\u006d\u0065";ValueTypeNameXPath ValueTypeName ="\u0058\u0050\u0061t\u0068";ValueTypeNameGUID ValueTypeName ="\u0047\u0055\u0049\u0044";ValueTypeNameLocale ValueTypeName ="\u004c\u006f\u0063\u0061\u006c\u0065"; +ValueTypeNameMIMEType ValueTypeName ="\u004d\u0049\u004d\u0045\u0054\u0079\u0070\u0065";ValueTypeNameRenditionClass ValueTypeName ="\u0052\u0065\u006e\u0064\u0069\u0074\u0069\u006f\u006eC\u006c\u0061\u0073\u0073";ValueTypeNameResourceRef ValueTypeName ="R\u0065\u0073\u006f\u0075\u0072\u0063\u0065\u0052\u0065\u0066"; +ValueTypeNameURL ValueTypeName ="\u0055\u0052\u004c";ValueTypeNameURI ValueTypeName ="\u0055\u0052\u0049";ValueTypeNameVersion ValueTypeName ="\u0056e\u0072\u0073\u0069\u006f\u006e";); + +// SyncToXMP implements xmp.Model interface. +func (_dg *Model )SyncToXMP (d *_fc .Document )error {return nil }; + +// BagOfValueTypeName gets the ValueTypeName of the bag of provided value type names. +func BagOfValueTypeName (vt ValueTypeName )ValueTypeName {return "\u0062\u0061\u0067\u0020"+vt };func _ga (_gb _fc .Model ,_cb *_fc .Namespace ,_afb Property )bool {_fe :=_a .ValueOf (_gb ).Elem ();if _fe .Kind ()==_a .Ptr {_fe =_fe .Elem ();};_gdf :=_fe .Type (); +for _ecd :=0;_ecd < _gdf .NumField ();_ecd ++{_da :=_gdf .Field (_ecd );_gc :=_da .Tag .Get ("\u0078\u006d\u0070");if _gc ==""{continue ;};if !_be .HasPrefix (_gc ,_cb .Name ){continue ;};_cbg :=_be .IndexRune (_gc ,':');if _cbg ==-1{continue ;};_cc :=_gc [_cbg +1:]; +if _cc ==_afb .Name {_ef :=_fe .Field (_ecd );return !_ef .IsZero ();};};return false ;}; + +// PropertyCategory is the property category enumerator. +type PropertyCategory int ;const (ValueTypeResourceEvent ValueTypeName ="\u0052\u0065\u0073\u006f\u0075\u0072\u0063\u0065\u0045\u0076\u0065\u006e\u0074";); + +// RegisterSchema registers schema extension definition. +func RegisterSchema (ns *_fc .Namespace ,schema *Schema ){_dbfd .Lock ();defer _dbfd .Unlock ();_eda [ns .URI ]=schema ;}; \ No newline at end of file diff --git a/model/xmputil/pdfaid/pdfaid.go b/model/xmputil/pdfaid/pdfaid.go index cc61d120b..89da37d43 100644 --- a/model/xmputil/pdfaid/pdfaid.go +++ b/model/xmputil/pdfaid/pdfaid.go @@ -9,39 +9,39 @@ // Use of this source code is governed by the UniDoc End User License Agreement // terms that can be accessed at https://unidoc.io/eula/ -package pdfaid ;import (_c "fmt";_g "github.com/trimmer-io/go-xmp/xmp";_ga "github.com/unidoc/unipdf/v3/model/xmputil/pdfaextension";);var Namespace =_g .NewNamespace ("\u0070\u0064\u0066\u0061\u0069\u0064","\u0068\u0074\u0074p\u003a\u002f\u002f\u0077w\u0077\u002e\u0061\u0069\u0069\u006d\u002eo\u0072\u0067\u002f\u0070\u0064\u0066\u0061\u002f\u006e\u0073\u002f\u0069\u0064\u002f",NewModel ); -func init (){_g .Register (Namespace ,_g .XmpMetadata );_ga .RegisterSchema (Namespace ,&Schema )}; +package pdfaid ;import (_d "fmt";_fc "github.com/trimmer-io/go-xmp/xmp";_a "github.com/unidoc/unipdf/v3/model/xmputil/pdfaextension";); -// Namespaces implements xmp.Model interface. -func (_da *Model )Namespaces ()_g .NamespaceList {return _g .NamespaceList {Namespace }}; +// NewModel creates a new model. +func NewModel (name string )_fc .Model {return &Model {}};func init (){_fc .Register (Namespace ,_fc .XmpMetadata );_a .RegisterSchema (Namespace ,&Schema )};var Schema =_a .Schema {NamespaceURI :Namespace .URI ,Prefix :Namespace .Name ,Schema :"\u0050D\u0046/\u0041\u0020\u0049\u0044\u0020\u0053\u0063\u0068\u0065\u006d\u0061",Property :[]_a .Property {{Category :_a .PropertyCategoryInternal ,Description :"\u0050\u0061\u0072\u0074 o\u0066\u0020\u0050\u0044\u0046\u002f\u0041\u0020\u0073\u0074\u0061\u006e\u0064\u0061r\u0064",Name :"\u0070\u0061\u0072\u0074",ValueType :_a .ValueTypeNameInteger },{Category :_a .PropertyCategoryInternal ,Description :"A\u006d\u0065\u006e\u0064\u006d\u0065n\u0074\u0020\u006f\u0066\u0020\u0050\u0044\u0046\u002fA\u0020\u0073\u0074a\u006ed\u0061\u0072\u0064",Name :"\u0061\u006d\u0064",ValueType :_a .ValueTypeNameText },{Category :_a .PropertyCategoryInternal ,Description :"C\u006f\u006e\u0066\u006f\u0072\u006da\u006e\u0063\u0065\u0020\u006c\u0065v\u0065\u006c\u0020\u006f\u0066\u0020\u0050D\u0046\u002f\u0041\u0020\u0073\u0074\u0061\u006e\u0064\u0061r\u0064",Name :"c\u006f\u006e\u0066\u006f\u0072\u006d\u0061\u006e\u0063\u0065",ValueType :_a .ValueTypeNameText }},ValueType :nil }; -// MakeModel gets or create sa new model for PDF/A ID namespace. -func MakeModel (d *_g .Document )(*Model ,error ){_b ,_f :=d .MakeModel (Namespace );if _f !=nil {return nil ,_f ;};return _b .(*Model ),nil ;}; -// SetTag implements xmp.Model interface. -func (_dfg *Model )SetTag (tag ,value string )error {if _ef :=_g .SetNativeField (_dfg ,tag ,value );_ef !=nil {return _c .Errorf ("\u0025\u0073\u003a\u0020\u0025\u0076",Namespace .GetName (),_ef );};return nil ;};var _ _g .Model =(*Model )(nil ); +// SyncFromXMP implements xmp.Model interface. +func (_cc *Model )SyncFromXMP (d *_fc .Document )error {return nil }; -// SyncModel implements xmp.Model interface. -func (_ee *Model )SyncModel (d *_g .Document )error {return nil }; +// SetTag implements xmp.Model interface. +func (_cgg *Model )SetTag (tag ,value string )error {if _db :=_fc .SetNativeField (_cgg ,tag ,value );_db !=nil {return _d .Errorf ("\u0025\u0073\u003a\u0020\u0025\u0076",Namespace .GetName (),_db );};return nil ;}; -// NewModel creates a new model. -func NewModel (name string )_g .Model {return &Model {}}; +// CanTag implements xmp.Model interface. +func (_cf *Model )CanTag (tag string )bool {_ ,_cff :=_fc .GetNativeField (_cf ,tag );return _cff ==nil ;}; // SyncToXMP implements xmp.Model interface. -func (_fg *Model )SyncToXMP (d *_g .Document )error {return nil }; +func (_g *Model )SyncToXMP (d *_fc .Document )error {return nil }; -// GetTag implements xmp.Model interface. -func (_fd *Model )GetTag (tag string )(string ,error ){_cg ,_ac :=_g .GetNativeField (_fd ,tag );if _ac !=nil {return "",_c .Errorf ("\u0025\u0073\u003a\u0020\u0025\u0076",Namespace .GetName (),_ac );};return _cg ,nil ;};var Schema =_ga .Schema {NamespaceURI :Namespace .URI ,Prefix :Namespace .Name ,Schema :"\u0050D\u0046/\u0041\u0020\u0049\u0044\u0020\u0053\u0063\u0068\u0065\u006d\u0061",Property :[]_ga .Property {{Category :_ga .PropertyCategoryInternal ,Description :"\u0050\u0061\u0072\u0074 o\u0066\u0020\u0050\u0044\u0046\u002f\u0041\u0020\u0073\u0074\u0061\u006e\u0064\u0061r\u0064",Name :"\u0070\u0061\u0072\u0074",ValueType :_ga .ValueTypeNameInteger },{Category :_ga .PropertyCategoryInternal ,Description :"A\u006d\u0065\u006e\u0064\u006d\u0065n\u0074\u0020\u006f\u0066\u0020\u0050\u0044\u0046\u002fA\u0020\u0073\u0074a\u006ed\u0061\u0072\u0064",Name :"\u0061\u006d\u0064",ValueType :_ga .ValueTypeNameText },{Category :_ga .PropertyCategoryInternal ,Description :"C\u006f\u006e\u0066\u006f\u0072\u006da\u006e\u0063\u0065\u0020\u006c\u0065v\u0065\u006c\u0020\u006f\u0066\u0020\u0050D\u0046\u002f\u0041\u0020\u0073\u0074\u0061\u006e\u0064\u0061r\u0064",Name :"c\u006f\u006e\u0066\u006f\u0072\u006d\u0061\u006e\u0063\u0065",ValueType :_ga .ValueTypeNameText }},ValueType :nil }; +// SyncModel implements xmp.Model interface. +func (_cg *Model )SyncModel (d *_fc .Document )error {return nil }; +// MakeModel gets or create sa new model for PDF/A ID namespace. +func MakeModel (d *_fc .Document )(*Model ,error ){_c ,_bg :=d .MakeModel (Namespace );if _bg !=nil {return nil ,_bg ;};return _c .(*Model ),nil ;}; + +// GetTag implements xmp.Model interface. +func (_fg *Model )GetTag (tag string )(string ,error ){_dc ,_da :=_fc .GetNativeField (_fg ,tag );if _da !=nil {return "",_d .Errorf ("\u0025\u0073\u003a\u0020\u0025\u0076",Namespace .GetName (),_da );};return _dc ,nil ;}; // Can implements xmp.Model interface. -func (_df *Model )Can (nsName string )bool {return Namespace .GetName ()==nsName }; +func (_bb *Model )Can (nsName string )bool {return Namespace .GetName ()==nsName }; -// Model is the XMP model for the PdfA metadata. -type Model struct{Part int `xmp:"pdfaid:part"`;Conformance string `xmp:"pdfaid:conformance"`;}; +// Namespaces implements xmp.Model interface. +func (_ff *Model )Namespaces ()_fc .NamespaceList {return _fc .NamespaceList {Namespace }};var Namespace =_fc .NewNamespace ("\u0070\u0064\u0066\u0061\u0069\u0064","\u0068\u0074\u0074p\u003a\u002f\u002f\u0077w\u0077\u002e\u0061\u0069\u0069\u006d\u002eo\u0072\u0067\u002f\u0070\u0064\u0066\u0061\u002f\u006e\u0073\u002f\u0069\u0064\u002f",NewModel ); -// SyncFromXMP implements xmp.Model interface. -func (_bg *Model )SyncFromXMP (d *_g .Document )error {return nil }; -// CanTag implements xmp.Model interface. -func (_a *Model )CanTag (tag string )bool {_ ,_eb :=_g .GetNativeField (_a ,tag );return _eb ==nil }; \ No newline at end of file +// Model is the XMP model for the PdfA metadata. +type Model struct{Part int `xmp:"pdfaid:part"`;Conformance string `xmp:"pdfaid:conformance"`;};var _ _fc .Model =(*Model )(nil ); \ No newline at end of file diff --git a/model/xmputil/xmputil.go b/model/xmputil/xmputil.go index c983c5b01..4e2fb8d76 100644 --- a/model/xmputil/xmputil.go +++ b/model/xmputil/xmputil.go @@ -10,93 +10,55 @@ // terms that can be accessed at https://unidoc.io/eula/ // Package xmputil provides abstraction used by the pdf document XMP Metadata. -package xmputil ;import (_g "errors";_fa "fmt";_ce "github.com/trimmer-io/go-xmp/models/pdf";_ae "github.com/trimmer-io/go-xmp/models/xmp_base";_e "github.com/trimmer-io/go-xmp/models/xmp_mm";_db "github.com/trimmer-io/go-xmp/xmp";_bb "github.com/unidoc/unipdf/v3/core"; -_f "github.com/unidoc/unipdf/v3/internal/timeutils";_fd "github.com/unidoc/unipdf/v3/internal/uuid";_b "github.com/unidoc/unipdf/v3/model/xmputil/pdfaextension";_dbg "github.com/unidoc/unipdf/v3/model/xmputil/pdfaid";_c "strconv";_a "time";); - -// GetMediaManagement gets the media management metadata from provided xmp document. -func (_bd *Document )GetMediaManagement ()(*MediaManagement ,bool ){_ea :=_e .FindModel (_bd ._fde );if _ea ==nil {return nil ,false ;};_bce :=make ([]MediaManagementVersion ,len (_ea .Versions ));for _aeb ,_dfd :=range _ea .Versions {_bce [_aeb ]=MediaManagementVersion {VersionID :_dfd .Version ,ModifyDate :_dfd .ModifyDate .Value (),Comments :_dfd .Comments ,Modifier :_dfd .Modifier }; -};_dg :=&MediaManagement {OriginalDocumentID :GUID (_ea .OriginalDocumentID .Value ()),DocumentID :GUID (_ea .DocumentID .Value ()),InstanceID :GUID (_ea .InstanceID .Value ()),VersionID :_ea .VersionID ,Versions :_bce };if _ea .DerivedFrom !=nil {_dg .DerivedFrom =&MediaManagementDerivedFrom {OriginalDocumentID :GUID (_ea .DerivedFrom .OriginalDocumentID ),DocumentID :GUID (_ea .DerivedFrom .DocumentID ),InstanceID :GUID (_ea .DerivedFrom .InstanceID ),VersionID :_ea .DerivedFrom .VersionID }; -};return _dg ,true ;}; - -// SetPdfAID sets up pdfaid xmp metadata. -// In example: Part: '1' Conformance: 'B' states for PDF/A 1B. -func (_fef *Document )SetPdfAID (part int ,conformance string )error {_gbe ,_ab :=_dbg .MakeModel (_fef ._fde );if _ab !=nil {return _ab ;};_gbe .Part =part ;_gbe .Conformance =conformance ;if _ddg :=_gbe .SyncToXMP (_fef ._fde );_ddg !=nil {return _ddg ; -};return nil ;}; - -// MediaManagementDerivedFrom is a structure that contains references of identifiers and versions -// from which given document was derived. -type MediaManagementDerivedFrom struct{OriginalDocumentID GUID ;DocumentID GUID ;InstanceID GUID ;VersionID string ;}; +package xmputil ;import (_g "errors";_dd "fmt";_a "github.com/trimmer-io/go-xmp/models/pdf";_cc "github.com/trimmer-io/go-xmp/models/xmp_base";_b "github.com/trimmer-io/go-xmp/models/xmp_mm";_c "github.com/trimmer-io/go-xmp/xmp";_ae "github.com/unidoc/unipdf/v3/core"; +_d "github.com/unidoc/unipdf/v3/internal/timeutils";_gg "github.com/unidoc/unipdf/v3/internal/uuid";_ge "github.com/unidoc/unipdf/v3/model/xmputil/pdfaextension";_ee "github.com/unidoc/unipdf/v3/model/xmputil/pdfaid";_cf "strconv";_ea "time";); // PdfInfoOptions are the options used for setting pdf info. -type PdfInfoOptions struct{InfoDict _bb .PdfObject ;PdfVersion string ;Copyright string ;Marked bool ; +type PdfInfoOptions struct{InfoDict _ae .PdfObject ;PdfVersion string ;Copyright string ;Marked bool ; // Overwrite if set to true, overwrites all values found in the current pdf info xmp model to the ones provided. Overwrite bool ;}; -// Marshal the document into xml byte stream. -func (_aef *Document )Marshal ()([]byte ,error ){if _aef ._fde .IsDirty (){if _fb :=_aef ._fde .SyncModels ();_fb !=nil {return nil ,_fb ;};};return _db .Marshal (_aef ._fde );}; - -// SetPdfAExtension sets the pdfaExtension XMP metadata. -func (_dbc *Document )SetPdfAExtension ()error {_bg ,_cda :=_b .MakeModel (_dbc ._fde );if _cda !=nil {return _cda ;};if _cda =_b .FillModel (_dbc ._fde ,_bg );_cda !=nil {return _cda ;};if _cda =_bg .SyncToXMP (_dbc ._fde );_cda !=nil {return _cda ;}; -return nil ;}; - -// NewDocument creates a new document without any previous xmp information. -func NewDocument ()*Document {_eb :=_db .NewDocument ();return &Document {_fde :_eb }}; - -// SetPdfInfo sets the pdf info into selected document. -func (_gg *Document )SetPdfInfo (options *PdfInfoOptions )error {if options ==nil {return _g .New ("\u006ei\u006c\u0020\u0070\u0064\u0066\u0020\u006f\u0070\u0074\u0069\u006fn\u0073\u0020\u0070\u0072\u006f\u0076\u0069\u0064\u0065\u0064");};_eed ,_fg :=_ce .MakeModel (_gg ._fde ); -if _fg !=nil {return _fg ;};if options .Overwrite {*_eed =_ce .PDFInfo {};};if options .InfoDict !=nil {_cc ,_cgc :=_bb .GetDict (options .InfoDict );if !_cgc {return _fa .Errorf ("i\u006e\u0076\u0061\u006c\u0069\u0064 \u0070\u0064\u0066\u0020\u006f\u0062\u006a\u0065\u0063t\u0020\u0074\u0079p\u0065:\u0020\u0025\u0054",options .InfoDict ); -};var _bf *_bb .PdfObjectString ;for _ ,_ag :=range _cc .Keys (){switch _ag {case "\u0054\u0069\u0074l\u0065":_bf ,_cgc =_bb .GetString (_cc .Get ("\u0054\u0069\u0074l\u0065"));if _cgc {_eed .Title =_db .NewAltString (_bf );};case "\u0041\u0075\u0074\u0068\u006f\u0072":_bf ,_cgc =_bb .GetString (_cc .Get ("\u0041\u0075\u0074\u0068\u006f\u0072")); -if _cgc {_eed .Author =_db .NewStringList (_bf .String ());};case "\u004b\u0065\u0079\u0077\u006f\u0072\u0064\u0073":_bf ,_cgc =_bb .GetString (_cc .Get ("\u004b\u0065\u0079\u0077\u006f\u0072\u0064\u0073"));if _cgc {_eed .Keywords =_bf .String ();};case "\u0043r\u0065\u0061\u0074\u006f\u0072":_bf ,_cgc =_bb .GetString (_cc .Get ("\u0043r\u0065\u0061\u0074\u006f\u0072")); -if _cgc {_eed .Creator =_db .AgentName (_bf .String ());};case "\u0053u\u0062\u006a\u0065\u0063\u0074":_bf ,_cgc =_bb .GetString (_cc .Get ("\u0053u\u0062\u006a\u0065\u0063\u0074"));if _cgc {_eed .Subject =_db .NewAltString (_bf .String ());};case "\u0050\u0072\u006f\u0064\u0075\u0063\u0065\u0072":_bf ,_cgc =_bb .GetString (_cc .Get ("\u0050\u0072\u006f\u0064\u0075\u0063\u0065\u0072")); -if _cgc {_eed .Producer =_db .AgentName (_bf .String ());};case "\u0054r\u0061\u0070\u0070\u0065\u0064":_ac ,_da :=_bb .GetName (_cc .Get ("\u0054r\u0061\u0070\u0070\u0065\u0064"));if _da {switch _ac .String (){case "\u0054\u0072\u0075\u0065":_eed .Trapped =true ; -case "\u0046\u0061\u006cs\u0065":_eed .Trapped =false ;default:_eed .Trapped =true ;};};case "\u0043\u0072\u0065a\u0074\u0069\u006f\u006e\u0044\u0061\u0074\u0065":if _cgcg ,_cce :=_bb .GetString (_cc .Get ("\u0043\u0072\u0065a\u0074\u0069\u006f\u006e\u0044\u0061\u0074\u0065")); -_cce &&_cgcg .String ()!=""{_ad ,_gb :=_f .ParsePdfTime (_cgcg .String ());if _gb !=nil {return _fa .Errorf ("\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0043\u0072e\u0061\u0074\u0069\u006f\u006e\u0044\u0061t\u0065\u0020\u0066\u0069\u0065\u006c\u0064\u003a\u0020\u0025\u0077",_gb ); -};_eed .CreationDate =_db .NewDate (_ad );};case "\u004do\u0064\u0044\u0061\u0074\u0065":if _bc ,_gba :=_bb .GetString (_cc .Get ("\u004do\u0064\u0044\u0061\u0074\u0065"));_gba &&_bc .String ()!=""{_gf ,_cf :=_f .ParsePdfTime (_bc .String ());if _cf !=nil {return _fa .Errorf ("\u0069n\u0076\u0061\u006c\u0069d\u0020\u004d\u006f\u0064\u0044a\u0074e\u0020f\u0069\u0065\u006c\u0064\u003a\u0020\u0025w",_cf ); -};_eed .ModifyDate =_db .NewDate (_gf );};};};};if options .PdfVersion !=""{_eed .PDFVersion =options .PdfVersion ;};if options .Marked {_eed .Marked =_db .Bool (options .Marked );};if options .Copyright !=""{_eed .Copyright =options .Copyright ;};if _fg =_eed .SyncToXMP (_gg ._fde ); -_fg !=nil {return _fg ;};return nil ;}; - -// MediaManagementVersion is the version of the media management xmp metadata. -type MediaManagementVersion struct{VersionID string ;ModifyDate _a .Time ;Comments string ;Modifier string ;}; +// LoadDocument loads up the xmp document from provided input stream. +func LoadDocument (stream []byte )(*Document ,error ){_dg :=_c .NewDocument ();if _ag :=_c .Unmarshal (stream ,_dg );_ag !=nil {return nil ,_ag ;};return &Document {_eeg :_dg },nil ;}; -// PdfAID is the result of the XMP pdfaid metadata. -type PdfAID struct{Part int ;Conformance string ;}; +// MarshalIndent the document into xml byte stream with predefined prefix and indent. +func (_cb *Document )MarshalIndent (prefix ,indent string )([]byte ,error ){if _cb ._eeg .IsDirty (){if _de :=_cb ._eeg .SyncModels ();_de !=nil {return nil ,_de ;};};return _c .MarshalIndent (_cb ._eeg ,prefix ,indent );}; // GetPdfInfo gets the document pdf info. -func (_be *Document )GetPdfInfo ()(*PdfInfo ,bool ){_adb :=PdfInfo {};var _aga *_bb .PdfObjectDictionary ;_de :=func (_bba string ,_df _bb .PdfObject ){if _aga ==nil {_aga =_bb .MakeDict ();};_aga .Set (_bb .PdfObjectName (_bba ),_df );};_cdf ,_fee :=_be ._fde .FindModel (_ce .NsPDF ).(*_ce .PDFInfo ); -if !_fee {_eba ,_bee :=_be ._fde .FindModel (_ae .NsXmp ).(*_ae .XmpBase );if !_bee {return nil ,false ;};if _eba .CreatorTool !=""{_de ("\u0043r\u0065\u0061\u0074\u006f\u0072",_bb .MakeString (string (_eba .CreatorTool )));};if !_eba .CreateDate .IsZero (){_de ("\u0043\u0072\u0065a\u0074\u0069\u006f\u006e\u0044\u0061\u0074\u0065",_bb .MakeString (_f .FormatPdfTime (_eba .CreateDate .Value ()))); -};if !_eba .ModifyDate .IsZero (){_de ("\u004do\u0064\u0044\u0061\u0074\u0065",_bb .MakeString (_f .FormatPdfTime (_eba .ModifyDate .Value ())));};_adb .InfoDict =_aga ;return &_adb ,true ;};_adb .Copyright =_cdf .Copyright ;_adb .PdfVersion =_cdf .PDFVersion ; -_adb .Marked =bool (_cdf .Marked );if len (_cdf .Title )> 0{_de ("\u0054\u0069\u0074l\u0065",_bb .MakeString (_cdf .Title .Default ()));};if len (_cdf .Author )> 0{_de ("\u0041\u0075\u0074\u0068\u006f\u0072",_bb .MakeString (_cdf .Author [0]));};if _cdf .Keywords !=""{_de ("\u004b\u0065\u0079\u0077\u006f\u0072\u0064\u0073",_bb .MakeString (_cdf .Keywords )); -};if len (_cdf .Subject )> 0{_de ("\u0053u\u0062\u006a\u0065\u0063\u0074",_bb .MakeString (_cdf .Subject .Default ()));};if _cdf .Creator !=""{_de ("\u0043r\u0065\u0061\u0074\u006f\u0072",_bb .MakeString (string (_cdf .Creator )));};if _cdf .Producer !=""{_de ("\u0050\u0072\u006f\u0064\u0075\u0063\u0065\u0072",_bb .MakeString (string (_cdf .Producer ))); -};if _cdf .Trapped {_de ("\u0054r\u0061\u0070\u0070\u0065\u0064",_bb .MakeName ("\u0054\u0072\u0075\u0065"));};if !_cdf .CreationDate .IsZero (){_de ("\u0043\u0072\u0065a\u0074\u0069\u006f\u006e\u0044\u0061\u0074\u0065",_bb .MakeString (_f .FormatPdfTime (_cdf .CreationDate .Value ()))); -};if !_cdf .ModifyDate .IsZero (){_de ("\u004do\u0064\u0044\u0061\u0074\u0065",_bb .MakeString (_f .FormatPdfTime (_cdf .ModifyDate .Value ())));};_adb .InfoDict =_aga ;return &_adb ,true ;}; +func (_fg *Document )GetPdfInfo ()(*PdfInfo ,bool ){_da :=PdfInfo {};var _dda *_ae .PdfObjectDictionary ;_aeg :=func (_cdd string ,_bb _ae .PdfObject ){if _dda ==nil {_dda =_ae .MakeDict ();};_dda .Set (_ae .PdfObjectName (_cdd ),_bb );};_deg ,_dfa :=_fg ._eeg .FindModel (_a .NsPDF ).(*_a .PDFInfo ); +if !_dfa {_ec ,_gb :=_fg ._eeg .FindModel (_cc .NsXmp ).(*_cc .XmpBase );if !_gb {return nil ,false ;};if _ec .CreatorTool !=""{_aeg ("\u0043r\u0065\u0061\u0074\u006f\u0072",_ae .MakeString (string (_ec .CreatorTool )));};if !_ec .CreateDate .IsZero (){_aeg ("\u0043\u0072\u0065a\u0074\u0069\u006f\u006e\u0044\u0061\u0074\u0065",_ae .MakeString (_d .FormatPdfTime (_ec .CreateDate .Value ()))); +};if !_ec .ModifyDate .IsZero (){_aeg ("\u004do\u0064\u0044\u0061\u0074\u0065",_ae .MakeString (_d .FormatPdfTime (_ec .ModifyDate .Value ())));};_da .InfoDict =_dda ;return &_da ,true ;};_da .Copyright =_deg .Copyright ;_da .PdfVersion =_deg .PDFVersion ; +_da .Marked =bool (_deg .Marked );if len (_deg .Title )> 0{_aeg ("\u0054\u0069\u0074l\u0065",_ae .MakeString (_deg .Title .Default ()));};if len (_deg .Author )> 0{_aeg ("\u0041\u0075\u0074\u0068\u006f\u0072",_ae .MakeString (_deg .Author [0]));};if _deg .Keywords !=""{_aeg ("\u004b\u0065\u0079\u0077\u006f\u0072\u0064\u0073",_ae .MakeString (_deg .Keywords )); +};if len (_deg .Subject )> 0{_aeg ("\u0053u\u0062\u006a\u0065\u0063\u0074",_ae .MakeString (_deg .Subject .Default ()));};if _deg .Creator !=""{_aeg ("\u0043r\u0065\u0061\u0074\u006f\u0072",_ae .MakeString (string (_deg .Creator )));};if _deg .Producer !=""{_aeg ("\u0050\u0072\u006f\u0064\u0075\u0063\u0065\u0072",_ae .MakeString (string (_deg .Producer ))); +};if _deg .Trapped {_aeg ("\u0054r\u0061\u0070\u0070\u0065\u0064",_ae .MakeName ("\u0054\u0072\u0075\u0065"));};if !_deg .CreationDate .IsZero (){_aeg ("\u0043\u0072\u0065a\u0074\u0069\u006f\u006e\u0044\u0061\u0074\u0065",_ae .MakeString (_d .FormatPdfTime (_deg .CreationDate .Value ()))); +};if !_deg .ModifyDate .IsZero (){_aeg ("\u004do\u0064\u0044\u0061\u0074\u0065",_ae .MakeString (_d .FormatPdfTime (_deg .ModifyDate .Value ())));};_da .InfoDict =_dda ;return &_da ,true ;}; -// Document is an implementation of the xmp document. -// It is a wrapper over go-xmp/xmp.Document that provides some Pdf predefined functionality. -type Document struct{_fde *_db .Document }; +// GetGoXmpDocument gets direct access to the go-xmp.Document. +// All changes done to specified document would result in change of this document 'd'. +func (_fb *Document )GetGoXmpDocument ()*_c .Document {return _fb ._eeg }; // SetMediaManagement sets up XMP media management metadata: namespace xmpMM. -func (_afa *Document )SetMediaManagement (options *MediaManagementOptions )error {_ced ,_ffa :=_e .MakeModel (_afa ._fde );if _ffa !=nil {return _ffa ;};if options ==nil {options =new (MediaManagementOptions );};_add :=_e .ResourceRef {};switch {case options .DocumentID !="":_ced .DocumentID =_db .GUID (options .DocumentID ); -case options .NewDocumentID ||_ced .DocumentID .IsZero ():if !_ced .DocumentID .IsZero (){_add .DocumentID =_ced .DocumentID ;};_cde ,_bfd :=_fd .NewUUID ();if _bfd !=nil {return _bfd ;};_ced .DocumentID =_db .GUID (_cde .String ());};if !_ced .InstanceID .IsZero (){_add .InstanceID =_ced .InstanceID ; -};_ced .InstanceID =_db .GUID (options .InstanceID );if _ced .InstanceID ==""{_bed ,_cfd :=_fd .NewUUID ();if _cfd !=nil {return _cfd ;};_ced .InstanceID =_db .GUID (_bed .String ());};if !_add .IsZero (){_ced .DerivedFrom =&_add ;};_ebc :=options .VersionID ; -if _ced .VersionID !=""{_acd ,_efe :=_c .Atoi (_ced .VersionID );if _efe !=nil {_ebc =_c .Itoa (len (_ced .Versions )+1);}else {_ebc =_c .Itoa (_acd +1);};};if _ebc ==""{_ebc ="\u0031";};_ced .VersionID =_ebc ;if _ffa =_ced .SyncToXMP (_afa ._fde );_ffa !=nil {return _ffa ; -};return nil ;}; +func (_ba *Document )SetMediaManagement (options *MediaManagementOptions )error {_dgb ,_egd :=_b .MakeModel (_ba ._eeg );if _egd !=nil {return _egd ;};if options ==nil {options =new (MediaManagementOptions );};_db :=_b .ResourceRef {};switch {case options .DocumentID !="":_dgb .DocumentID =_c .GUID (options .DocumentID ); +case options .NewDocumentID ||_dgb .DocumentID .IsZero ():if !_dgb .DocumentID .IsZero (){_db .DocumentID =_dgb .DocumentID ;};_fd ,_ggg :=_gg .NewUUID ();if _ggg !=nil {return _ggg ;};_dgb .DocumentID =_c .GUID (_fd .String ());};if !_dgb .InstanceID .IsZero (){_db .InstanceID =_dgb .InstanceID ; +};_dgb .InstanceID =_c .GUID (options .InstanceID );if _dgb .InstanceID ==""{_ca ,_ga :=_gg .NewUUID ();if _ga !=nil {return _ga ;};_dgb .InstanceID =_c .GUID (_ca .String ());};if !_db .IsZero (){_dgb .DerivedFrom =&_db ;};_cbd :=options .VersionID ;if _dgb .VersionID !=""{_eeb ,_efb :=_cf .Atoi (_dgb .VersionID ); +if _efb !=nil {_cbd =_cf .Itoa (len (_dgb .Versions )+1);}else {_cbd =_cf .Itoa (_eeb +1);};};if _cbd ==""{_cbd ="\u0031";};_dgb .VersionID =_cbd ;if _egd =_dgb .SyncToXMP (_ba ._eeg );_egd !=nil {return _egd ;};return nil ;}; -// GUID is a string representing a globally unique identifier. -type GUID string ; +// NewDocument creates a new document without any previous xmp information. +func NewDocument ()*Document {_f :=_c .NewDocument ();return &Document {_eeg :_f }}; -// GetGoXmpDocument gets direct access to the go-xmp.Document. -// All changes done to specified document would result in change of this document 'd'. -func (_cga *Document )GetGoXmpDocument ()*_db .Document {return _cga ._fde }; +// MediaManagementVersion is the version of the media management xmp metadata. +type MediaManagementVersion struct{VersionID string ;ModifyDate _ea .Time ;Comments string ;Modifier string ;}; -// PdfInfo is the xmp document pdf info. -type PdfInfo struct{InfoDict _bb .PdfObject ;PdfVersion string ;Copyright string ;Marked bool ;}; +// SetPdfAExtension sets the pdfaExtension XMP metadata. +func (_eg *Document )SetPdfAExtension ()error {_ed ,_ff :=_ge .MakeModel (_eg ._eeg );if _ff !=nil {return _ff ;};if _ff =_ge .FillModel (_eg ._eeg ,_ed );_ff !=nil {return _ff ;};if _ff =_ed .SyncToXMP (_eg ._eeg );_ff !=nil {return _ff ;};return nil ; +}; -// GetPdfAID gets the pdfaid xmp metadata model. -func (_daf *Document )GetPdfAID ()(*PdfAID ,bool ){_ggc ,_ga :=_daf ._fde .FindModel (_dbg .Namespace ).(*_dbg .Model );if !_ga {return nil ,false ;};return &PdfAID {Part :_ggc .Part ,Conformance :_ggc .Conformance },true ;}; +// Marshal the document into xml byte stream. +func (_dc *Document )Marshal ()([]byte ,error ){if _dc ._eeg .IsDirty (){if _eb :=_dc ._eeg .SyncModels ();_eb !=nil {return nil ,_eb ;};};return _c .Marshal (_dc ._eeg );}; -// LoadDocument loads up the xmp document from provided input stream. -func LoadDocument (stream []byte )(*Document ,error ){_ff :=_db .NewDocument ();if _ef :=_db .Unmarshal (stream ,_ff );_ef !=nil {return nil ,_ef ;};return &Document {_fde :_ff },nil ;}; +// GUID is a string representing a globally unique identifier. +type GUID string ; // MediaManagement are the values from the document media management metadata. type MediaManagement struct{ @@ -133,6 +95,46 @@ VersionID string ; // Versions is the history of the document versions along with the comments, timestamps and issuers. Versions []MediaManagementVersion ;}; +// GetPdfaExtensionSchemas gets a pdfa extension schemas. +func (_bg *Document )GetPdfaExtensionSchemas ()([]_ge .Schema ,error ){_dcf :=_bg ._eeg .FindModel (_ge .Namespace );if _dcf ==nil {return nil ,nil ;};_be ,_df :=_dcf .(*_ge .Model );if !_df {return nil ,_dd .Errorf ("\u0069\u006eva\u006c\u0069\u0064 \u006d\u006f\u0064\u0065l f\u006fr \u0070\u0064\u0066\u0061\u0045\u0078\u0074en\u0073\u0069\u006f\u006e\u0073\u003a\u0020%\u0054",_dcf ); +};return _be .Schemas ,nil ;}; + +// PdfAID is the result of the XMP pdfaid metadata. +type PdfAID struct{Part int ;Conformance string ;}; + +// PdfInfo is the xmp document pdf info. +type PdfInfo struct{InfoDict _ae .PdfObject ;PdfVersion string ;Copyright string ;Marked bool ;}; + +// MediaManagementDerivedFrom is a structure that contains references of identifiers and versions +// from which given document was derived. +type MediaManagementDerivedFrom struct{OriginalDocumentID GUID ;DocumentID GUID ;InstanceID GUID ;VersionID string ;}; + +// SetPdfAID sets up pdfaid xmp metadata. +// In example: Part: '1' Conformance: 'B' states for PDF/A 1B. +func (_efg *Document )SetPdfAID (part int ,conformance string )error {_deb ,_feb :=_ee .MakeModel (_efg ._eeg );if _feb !=nil {return _feb ;};_deb .Part =part ;_deb .Conformance =conformance ;if _aa :=_deb .SyncToXMP (_efg ._eeg );_aa !=nil {return _aa ; +};return nil ;}; + +// SetPdfInfo sets the pdf info into selected document. +func (_cd *Document )SetPdfInfo (options *PdfInfoOptions )error {if options ==nil {return _g .New ("\u006ei\u006c\u0020\u0070\u0064\u0066\u0020\u006f\u0070\u0074\u0069\u006fn\u0073\u0020\u0070\u0072\u006f\u0076\u0069\u0064\u0065\u0064");};_gec ,_gea :=_a .MakeModel (_cd ._eeg ); +if _gea !=nil {return _gea ;};if options .Overwrite {*_gec =_a .PDFInfo {};};if options .InfoDict !=nil {_dfb ,_gf :=_ae .GetDict (options .InfoDict );if !_gf {return _dd .Errorf ("i\u006e\u0076\u0061\u006c\u0069\u0064 \u0070\u0064\u0066\u0020\u006f\u0062\u006a\u0065\u0063t\u0020\u0074\u0079p\u0065:\u0020\u0025\u0054",options .InfoDict ); +};var _fe *_ae .PdfObjectString ;for _ ,_fba :=range _dfb .Keys (){switch _fba {case "\u0054\u0069\u0074l\u0065":_fe ,_gf =_ae .GetString (_dfb .Get ("\u0054\u0069\u0074l\u0065"));if _gf {_gec .Title =_c .NewAltString (_fe );};case "\u0041\u0075\u0074\u0068\u006f\u0072":_fe ,_gf =_ae .GetString (_dfb .Get ("\u0041\u0075\u0074\u0068\u006f\u0072")); +if _gf {_gec .Author =_c .NewStringList (_fe .String ());};case "\u004b\u0065\u0079\u0077\u006f\u0072\u0064\u0073":_fe ,_gf =_ae .GetString (_dfb .Get ("\u004b\u0065\u0079\u0077\u006f\u0072\u0064\u0073"));if _gf {_gec .Keywords =_fe .String ();};case "\u0043r\u0065\u0061\u0074\u006f\u0072":_fe ,_gf =_ae .GetString (_dfb .Get ("\u0043r\u0065\u0061\u0074\u006f\u0072")); +if _gf {_gec .Creator =_c .AgentName (_fe .String ());};case "\u0053u\u0062\u006a\u0065\u0063\u0074":_fe ,_gf =_ae .GetString (_dfb .Get ("\u0053u\u0062\u006a\u0065\u0063\u0074"));if _gf {_gec .Subject =_c .NewAltString (_fe .String ());};case "\u0050\u0072\u006f\u0064\u0075\u0063\u0065\u0072":_fe ,_gf =_ae .GetString (_dfb .Get ("\u0050\u0072\u006f\u0064\u0075\u0063\u0065\u0072")); +if _gf {_gec .Producer =_c .AgentName (_fe .String ());};case "\u0054r\u0061\u0070\u0070\u0065\u0064":_dfe ,_eda :=_ae .GetName (_dfb .Get ("\u0054r\u0061\u0070\u0070\u0065\u0064"));if _eda {switch _dfe .String (){case "\u0054\u0072\u0075\u0065":_gec .Trapped =true ; +case "\u0046\u0061\u006cs\u0065":_gec .Trapped =false ;default:_gec .Trapped =true ;};};case "\u0043\u0072\u0065a\u0074\u0069\u006f\u006e\u0044\u0061\u0074\u0065":if _bgb ,_fc :=_ae .GetString (_dfb .Get ("\u0043\u0072\u0065a\u0074\u0069\u006f\u006e\u0044\u0061\u0074\u0065")); +_fc &&_bgb .String ()!=""{_bf ,_ef :=_d .ParsePdfTime (_bgb .String ());if _ef !=nil {return _dd .Errorf ("\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0043\u0072e\u0061\u0074\u0069\u006f\u006e\u0044\u0061t\u0065\u0020\u0066\u0069\u0065\u006c\u0064\u003a\u0020\u0025\u0077",_ef ); +};_gec .CreationDate =_c .NewDate (_bf );};case "\u004do\u0064\u0044\u0061\u0074\u0065":if _bd ,_ccd :=_ae .GetString (_dfb .Get ("\u004do\u0064\u0044\u0061\u0074\u0065"));_ccd &&_bd .String ()!=""{_ad ,_add :=_d .ParsePdfTime (_bd .String ());if _add !=nil {return _dd .Errorf ("\u0069n\u0076\u0061\u006c\u0069d\u0020\u004d\u006f\u0064\u0044a\u0074e\u0020f\u0069\u0065\u006c\u0064\u003a\u0020\u0025w",_add ); +};_gec .ModifyDate =_c .NewDate (_ad );};};};};if options .PdfVersion !=""{_gec .PDFVersion =options .PdfVersion ;};if options .Marked {_gec .Marked =_c .Bool (options .Marked );};if options .Copyright !=""{_gec .Copyright =options .Copyright ;};if _gea =_gec .SyncToXMP (_cd ._eeg ); +_gea !=nil {return _gea ;};return nil ;}; + +// GetPdfAID gets the pdfaid xmp metadata model. +func (_cac *Document )GetPdfAID ()(*PdfAID ,bool ){_af ,_eee :=_cac ._eeg .FindModel (_ee .Namespace ).(*_ee .Model );if !_eee {return nil ,false ;};return &PdfAID {Part :_af .Part ,Conformance :_af .Conformance },true ;}; + +// GetMediaManagement gets the media management metadata from provided xmp document. +func (_fge *Document )GetMediaManagement ()(*MediaManagement ,bool ){_bbe :=_b .FindModel (_fge ._eeg );if _bbe ==nil {return nil ,false ;};_aed :=make ([]MediaManagementVersion ,len (_bbe .Versions ));for _fa ,_ab :=range _bbe .Versions {_aed [_fa ]=MediaManagementVersion {VersionID :_ab .Version ,ModifyDate :_ab .ModifyDate .Value (),Comments :_ab .Comments ,Modifier :_ab .Modifier }; +};_dbf :=&MediaManagement {OriginalDocumentID :GUID (_bbe .OriginalDocumentID .Value ()),DocumentID :GUID (_bbe .DocumentID .Value ()),InstanceID :GUID (_bbe .InstanceID .Value ()),VersionID :_bbe .VersionID ,Versions :_aed };if _bbe .DerivedFrom !=nil {_dbf .DerivedFrom =&MediaManagementDerivedFrom {OriginalDocumentID :GUID (_bbe .DerivedFrom .OriginalDocumentID ),DocumentID :GUID (_bbe .DerivedFrom .DocumentID ),InstanceID :GUID (_bbe .DerivedFrom .InstanceID ),VersionID :_bbe .DerivedFrom .VersionID }; +};return _dbf ,true ;}; + // MediaManagementOptions are the options for the Media management xmp metadata. type MediaManagementOptions struct{ @@ -180,14 +182,11 @@ ModifyComment string ; // ModifyDate is a custom modification date for the versions. // By default, this would be set to time.Now(). -ModifyDate _a .Time ; +ModifyDate _ea .Time ; // Modifier is a person who did the modification. Modifier string ;}; -// MarshalIndent the document into xml byte stream with predefined prefix and indent. -func (_cd *Document )MarshalIndent (prefix ,indent string )([]byte ,error ){if _cd ._fde .IsDirty (){if _cg :=_cd ._fde .SyncModels ();_cg !=nil {return nil ,_cg ;};};return _db .MarshalIndent (_cd ._fde ,prefix ,indent );}; - -// GetPdfaExtensionSchemas gets a pdfa extension schemas. -func (_ee *Document )GetPdfaExtensionSchemas ()([]_b .Schema ,error ){_fe :=_ee ._fde .FindModel (_b .Namespace );if _fe ==nil {return nil ,nil ;};_ebd ,_dd :=_fe .(*_b .Model );if !_dd {return nil ,_fa .Errorf ("\u0069\u006eva\u006c\u0069\u0064 \u006d\u006f\u0064\u0065l f\u006fr \u0070\u0064\u0066\u0061\u0045\u0078\u0074en\u0073\u0069\u006f\u006e\u0073\u003a\u0020%\u0054",_fe ); -};return _ebd .Schemas ,nil ;}; \ No newline at end of file +// Document is an implementation of the xmp document. +// It is a wrapper over go-xmp/xmp.Document that provides some Pdf predefined functionality. +type Document struct{_eeg *_c .Document }; \ No newline at end of file diff --git a/pdfutil/pdfutil.go b/pdfutil/pdfutil.go index c001f1d1c..d1d45f909 100644 --- a/pdfutil/pdfutil.go +++ b/pdfutil/pdfutil.go @@ -9,7 +9,7 @@ // Use of this source code is governed by the UniDoc End User License Agreement // terms that can be accessed at https://unidoc.io/eula/ -package pdfutil ;import (_d "github.com/unidoc/unipdf/v3/common";_b "github.com/unidoc/unipdf/v3/contentstream";_e "github.com/unidoc/unipdf/v3/contentstream/draw";_dc "github.com/unidoc/unipdf/v3/core";_de "github.com/unidoc/unipdf/v3/model";); +package pdfutil ;import (_g "github.com/unidoc/unipdf/v3/common";_a "github.com/unidoc/unipdf/v3/contentstream";_b "github.com/unidoc/unipdf/v3/contentstream/draw";_e "github.com/unidoc/unipdf/v3/core";_ce "github.com/unidoc/unipdf/v3/model";); // NormalizePage performs the following operations on the passed in page: // - Normalize the page rotation. @@ -27,10 +27,10 @@ package pdfutil ;import (_d "github.com/unidoc/unipdf/v3/common";_b "github.com/ // PDF viewer. // NOTE: This function does not normalize annotations, outlines other parts // that are not part of the basic geometry and page content streams. -func NormalizePage (page *_de .PdfPage )error {_eb ,_g :=page .GetMediaBox ();if _g !=nil {return _g ;};_bb ,_g :=page .GetRotate ();if _g !=nil {_d .Log .Debug ("\u0045\u0052R\u004f\u0052\u003a\u0020\u0025\u0073\u0020\u002d\u0020\u0069\u0067\u006e\u006f\u0072\u0069\u006e\u0067\u0020\u0061\u006e\u0064\u0020\u0061\u0073\u0073\u0075\u006d\u0069\u006e\u0067\u0020\u006e\u006f\u0020\u0072\u006f\u0074\u0061\u0074\u0069\u006f\u006e\u000a",_g .Error ()); -};_dg :=_bb %360!=0&&_bb %90==0;_eb .Normalize ();_ce ,_bd ,_cd ,_cee :=_eb .Llx ,_eb .Lly ,_eb .Width (),_eb .Height ();_ba :=_ce !=0||_bd !=0;if !_dg &&!_ba {return nil ;};_a :=func (_ec ,_bf ,_dgc float64 )_e .BoundingBox {return _e .Path {Points :[]_e .Point {_e .NewPoint (0,0).Rotate (_dgc ),_e .NewPoint (_ec ,0).Rotate (_dgc ),_e .NewPoint (0,_bf ).Rotate (_dgc ),_e .NewPoint (_ec ,_bf ).Rotate (_dgc )}}.GetBoundingBox (); -};_f :=_b .NewContentCreator ();var _ece float64 ;if _dg {_ece =-float64 (_bb );_da :=_a (_cd ,_cee ,_ece );_f .Translate ((_da .Width -_cd )/2+_cd /2,(_da .Height -_cee )/2+_cee /2);_f .RotateDeg (_ece );_f .Translate (-_cd /2,-_cee /2);_cd ,_cee =_da .Width ,_da .Height ; -};if _ba {_f .Translate (-_ce ,-_bd );};_gd :=_f .Operations ();_cf ,_g :=_dc .MakeStream (_gd .Bytes (),_dc .NewFlateEncoder ());if _g !=nil {return _g ;};_cde :=_dc .MakeArray (_cf );_cde .Append (page .GetContentStreamObjs ()...);*_eb =_de .PdfRectangle {Urx :_cd ,Ury :_cee }; -if _fa :=page .CropBox ;_fa !=nil {_fa .Normalize ();_ef ,_fc ,_bg ,_dac :=_fa .Llx -_ce ,_fa .Lly -_bd ,_fa .Width (),_fa .Height ();if _dg {_df :=_a (_bg ,_dac ,_ece );_bg ,_dac =_df .Width ,_df .Height ;};*_fa =_de .PdfRectangle {Llx :_ef ,Lly :_fc ,Urx :_ef +_bg ,Ury :_fc +_dac }; -};_d .Log .Debug ("\u0052\u006f\u0074\u0061\u0074\u0065\u003d\u0025\u0066\u00b0\u0020\u004f\u0070\u0073\u003d%\u0071 \u004d\u0065\u0064\u0069\u0061\u0042\u006f\u0078\u003d\u0025\u002e\u0032\u0066",_ece ,_gd ,_eb );page .Contents =_cde ;page .Rotate =nil ; +func NormalizePage (page *_ce .PdfPage )error {_gd ,_f :=page .GetMediaBox ();if _f !=nil {return _f ;};_bf ,_f :=page .GetRotate ();if _f !=nil {_g .Log .Debug ("\u0045\u0052R\u004f\u0052\u003a\u0020\u0025\u0073\u0020\u002d\u0020\u0069\u0067\u006e\u006f\u0072\u0069\u006e\u0067\u0020\u0061\u006e\u0064\u0020\u0061\u0073\u0073\u0075\u006d\u0069\u006e\u0067\u0020\u006e\u006f\u0020\u0072\u006f\u0074\u0061\u0074\u0069\u006f\u006e\u000a",_f .Error ()); +};_bg :=_bf %360!=0&&_bf %90==0;_gd .Normalize ();_ad ,_d ,_aa ,_cb :=_gd .Llx ,_gd .Lly ,_gd .Width (),_gd .Height ();_af :=_ad !=0||_d !=0;if !_bg &&!_af {return nil ;};_gdc :=func (_ga ,_ef ,_ac float64 )_b .BoundingBox {return _b .Path {Points :[]_b .Point {_b .NewPoint (0,0).Rotate (_ac ),_b .NewPoint (_ga ,0).Rotate (_ac ),_b .NewPoint (0,_ef ).Rotate (_ac ),_b .NewPoint (_ga ,_ef ).Rotate (_ac )}}.GetBoundingBox (); +};_efc :=_a .NewContentCreator ();var _gc float64 ;if _bg {_gc =-float64 (_bf );_gg :=_gdc (_aa ,_cb ,_gc );_efc .Translate ((_gg .Width -_aa )/2+_aa /2,(_gg .Height -_cb )/2+_cb /2);_efc .RotateDeg (_gc );_efc .Translate (-_aa /2,-_cb /2);_aa ,_cb =_gg .Width ,_gg .Height ; +};if _af {_efc .Translate (-_ad ,-_d );};_bb :=_efc .Operations ();_ca ,_f :=_e .MakeStream (_bb .Bytes (),_e .NewFlateEncoder ());if _f !=nil {return _f ;};_gb :=_e .MakeArray (_ca );_gb .Append (page .GetContentStreamObjs ()...);*_gd =_ce .PdfRectangle {Urx :_aa ,Ury :_cb }; +if _ec :=page .CropBox ;_ec !=nil {_ec .Normalize ();_ge ,_eg ,_adf ,_gea :=_ec .Llx -_ad ,_ec .Lly -_d ,_ec .Width (),_ec .Height ();if _bg {_dc :=_gdc (_adf ,_gea ,_gc );_adf ,_gea =_dc .Width ,_dc .Height ;};*_ec =_ce .PdfRectangle {Llx :_ge ,Lly :_eg ,Urx :_ge +_adf ,Ury :_eg +_gea }; +};_g .Log .Debug ("\u0052\u006f\u0074\u0061\u0074\u0065\u003d\u0025\u0066\u00b0\u0020\u004f\u0070\u0073\u003d%\u0071 \u004d\u0065\u0064\u0069\u0061\u0042\u006f\u0078\u003d\u0025\u002e\u0032\u0066",_gc ,_bb ,_gd );page .Contents =_gb ;page .Rotate =nil ; return nil ;}; \ No newline at end of file diff --git a/ps/ps.go b/ps/ps.go index a855763bb..839ea4b77 100644 --- a/ps/ps.go +++ b/ps/ps.go @@ -14,199 +14,201 @@ // // Package ps implements various functionalities needed for handling Postscript for PDF uses, in particular // for PDF function type 4. -package ps ;import (_g "bufio";_c "bytes";_a "errors";_b "fmt";_d "github.com/unidoc/unipdf/v3/common";_ed "github.com/unidoc/unipdf/v3/core";_ab "io";_f "math";);func (_cgc *PSBoolean )Duplicate ()PSObject {_bd :=PSBoolean {};_bd .Val =_cgc .Val ;return &_bd }; -func (_cc *PSReal )String ()string {return _b .Sprintf ("\u0025\u002e\u0035\u0066",_cc .Val )};func (_aeg *PSOperand )and (_cgg *PSStack )error {_fcg ,_ecb :=_cgg .Pop ();if _ecb !=nil {return _ecb ;};_aaf ,_ecb :=_cgg .Pop ();if _ecb !=nil {return _ecb ; -};if _gga ,_ega :=_fcg .(*PSBoolean );_ega {_ebd ,_ee :=_aaf .(*PSBoolean );if !_ee {return ErrTypeCheck ;};_ecb =_cgg .Push (MakeBool (_gga .Val &&_ebd .Val ));return _ecb ;};if _addc ,_feb :=_fcg .(*PSInteger );_feb {_bda ,_bada :=_aaf .(*PSInteger ); -if !_bada {return ErrTypeCheck ;};_ecb =_cgg .Push (MakeInteger (_addc .Val &_bda .Val ));return _ecb ;};return ErrTypeCheck ;};func (_bebe *PSParser )skipComments ()error {if _ ,_bfe :=_bebe .skipSpaces ();_bfe !=nil {return _bfe ;};_ebc :=true ;for {_acfb ,_bcc :=_bebe ._gdf .Peek (1); -if _bcc !=nil {_d .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0025\u0073",_bcc .Error ());return _bcc ;};if _ebc &&_acfb [0]!='%'{return nil ;};_ebc =false ;if (_acfb [0]!='\r')&&(_acfb [0]!='\n'){_bebe ._gdf .ReadByte ();}else {break ;};};return _bebe .skipComments (); -}; +package ps ;import (_ea "bufio";_d "bytes";_e "errors";_dg "fmt";_ac "github.com/unidoc/unipdf/v3/common";_g "github.com/unidoc/unipdf/v3/core";_a "io";_b "math";);func (_ebee *PSOperand )sin (_dfbd *PSStack )error {_dcd ,_efgab :=_dfbd .PopNumberAsFloat64 (); +if _efgab !=nil {return _efgab ;};_cdg :=_b .Sin (_dcd *_b .Pi /180.0);_efgab =_dfbd .Push (MakeReal (_cdg ));return _efgab ;};func (_bg *PSReal )String ()string {return _dg .Sprintf ("\u0025\u002e\u0035\u0066",_bg .Val )};func (_acfc *PSBoolean )String ()string {return _dg .Sprintf ("\u0025\u0076",_acfc .Val )}; +func (_gdbb *PSParser )skipSpaces ()(int ,error ){_ccfb :=0;for {_ebdb ,_fddga :=_gdbb ._aeb .Peek (1);if _fddga !=nil {return 0,_fddga ;};if _g .IsWhiteSpace (_ebdb [0]){_gdbb ._aeb .ReadByte ();_ccfb ++;}else {break ;};};return _ccfb ,nil ;};var ErrUnsupportedOperand =_e .New ("\u0075\u006e\u0073\u0075pp\u006f\u0072\u0074\u0065\u0064\u0020\u006f\u0070\u0065\u0072\u0061\u006e\u0064"); -// NewPSExecutor returns an initialized PSExecutor for an input `program`. -func NewPSExecutor (program *PSProgram )*PSExecutor {_bg :=&PSExecutor {};_bg .Stack =NewPSStack ();_bg ._bc =program ;return _bg ;}; -// Exec executes the operand `op` in the state specified by `stack`. -func (_cae *PSOperand )Exec (stack *PSStack )error {_fgb :=ErrUnsupportedOperand ;switch *_cae {case "\u0061\u0062\u0073":_fgb =_cae .abs (stack );case "\u0061\u0064\u0064":_fgb =_cae .add (stack );case "\u0061\u006e\u0064":_fgb =_cae .and (stack );case "\u0061\u0074\u0061\u006e":_fgb =_cae .atan (stack ); -case "\u0062\u0069\u0074\u0073\u0068\u0069\u0066\u0074":_fgb =_cae .bitshift (stack );case "\u0063e\u0069\u006c\u0069\u006e\u0067":_fgb =_cae .ceiling (stack );case "\u0063\u006f\u0070\u0079":_fgb =_cae .copy (stack );case "\u0063\u006f\u0073":_fgb =_cae .cos (stack ); -case "\u0063\u0076\u0069":_fgb =_cae .cvi (stack );case "\u0063\u0076\u0072":_fgb =_cae .cvr (stack );case "\u0064\u0069\u0076":_fgb =_cae .div (stack );case "\u0064\u0075\u0070":_fgb =_cae .dup (stack );case "\u0065\u0071":_fgb =_cae .eq (stack );case "\u0065\u0078\u0063\u0068":_fgb =_cae .exch (stack ); -case "\u0065\u0078\u0070":_fgb =_cae .exp (stack );case "\u0066\u006c\u006fo\u0072":_fgb =_cae .floor (stack );case "\u0067\u0065":_fgb =_cae .ge (stack );case "\u0067\u0074":_fgb =_cae .gt (stack );case "\u0069\u0064\u0069\u0076":_fgb =_cae .idiv (stack ); -case "\u0069\u0066":_fgb =_cae .ifCondition (stack );case "\u0069\u0066\u0065\u006c\u0073\u0065":_fgb =_cae .ifelse (stack );case "\u0069\u006e\u0064e\u0078":_fgb =_cae .index (stack );case "\u006c\u0065":_fgb =_cae .le (stack );case "\u006c\u006f\u0067":_fgb =_cae .log (stack ); -case "\u006c\u006e":_fgb =_cae .ln (stack );case "\u006c\u0074":_fgb =_cae .lt (stack );case "\u006d\u006f\u0064":_fgb =_cae .mod (stack );case "\u006d\u0075\u006c":_fgb =_cae .mul (stack );case "\u006e\u0065":_fgb =_cae .ne (stack );case "\u006e\u0065\u0067":_fgb =_cae .neg (stack ); -case "\u006e\u006f\u0074":_fgb =_cae .not (stack );case "\u006f\u0072":_fgb =_cae .or (stack );case "\u0070\u006f\u0070":_fgb =_cae .pop (stack );case "\u0072\u006f\u0075n\u0064":_fgb =_cae .round (stack );case "\u0072\u006f\u006c\u006c":_fgb =_cae .roll (stack ); -case "\u0073\u0069\u006e":_fgb =_cae .sin (stack );case "\u0073\u0071\u0072\u0074":_fgb =_cae .sqrt (stack );case "\u0073\u0075\u0062":_fgb =_cae .sub (stack );case "\u0074\u0072\u0075\u006e\u0063\u0061\u0074\u0065":_fgb =_cae .truncate (stack );case "\u0078\u006f\u0072":_fgb =_cae .xor (stack ); -};return _fgb ;}; - -// Push pushes an object on top of the stack. -func (_fgbg *PSStack )Push (obj PSObject )error {if len (*_fgbg )> 100{return ErrStackOverflow ;};*_fgbg =append (*_fgbg ,obj );return nil ;};func (_fgbb *PSOperand )neg (_bfde *PSStack )error {_daga ,_bca :=_bfde .Pop ();if _bca !=nil {return _bca ;}; -if _bfae ,_ada :=_daga .(*PSReal );_ada {_bca =_bfde .Push (MakeReal (-_bfae .Val ));return _bca ;}else if _bdced ,_bdbg :=_daga .(*PSInteger );_bdbg {_bca =_bfde .Push (MakeInteger (-_bdced .Val ));return _bca ;}else {return ErrTypeCheck ;};};func (_cad *PSOperand )floor (_eda *PSStack )error {_feg ,_efg :=_eda .Pop (); -if _efg !=nil {return _efg ;};if _adfg ,_dfbd :=_feg .(*PSReal );_dfbd {_efg =_eda .Push (MakeReal (_f .Floor (_adfg .Val )));}else if _afc ,_gbb :=_feg .(*PSInteger );_gbb {_efg =_eda .Push (MakeInteger (_afc .Val ));}else {return ErrTypeCheck ;};return _efg ; -};func (_af *PSBoolean )String ()string {return _b .Sprintf ("\u0025\u0076",_af .Val )}; +// String returns a string representation of the stack. +func (_cfb *PSStack )String ()string {_ccg :="\u005b\u0020";for _ ,_ebaa :=range *_cfb {_ccg +=_ebaa .String ();_ccg +="\u0020";};_ccg +="\u005d";return _ccg ;};func (_cbc *PSOperand )xor (_dab *PSStack )error {_edcf ,_dge :=_dab .Pop ();if _dge !=nil {return _dge ; +};_gagda ,_dge :=_dab .Pop ();if _dge !=nil {return _dge ;};if _feae ,_bfec :=_edcf .(*PSBoolean );_bfec {_gad ,_fbdc :=_gagda .(*PSBoolean );if !_fbdc {return ErrTypeCheck ;};_dge =_dab .Push (MakeBool (_feae .Val !=_gad .Val ));return _dge ;};if _dcgd ,_fga :=_edcf .(*PSInteger ); +_fga {_cfa ,_gdeg :=_gagda .(*PSInteger );if !_gdeg {return ErrTypeCheck ;};_dge =_dab .Push (MakeInteger (_dcgd .Val ^_cfa .Val ));return _dge ;};return ErrTypeCheck ;}; -// MakeOperand returns a new PSOperand object based on string `val`. -func MakeOperand (val string )*PSOperand {_dfffd :=PSOperand (val );return &_dfffd }; +// PSObject represents a postscript object. +type PSObject interface{ -// Parse parses the postscript and store as a program that can be executed. -func (_ffc *PSParser )Parse ()(*PSProgram ,error ){_ffc .skipSpaces ();_fdcf ,_bdgb :=_ffc ._gdf .Peek (2);if _bdgb !=nil {return nil ,_bdgb ;};if _fdcf [0]!='{'{return nil ,_a .New ("\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0050\u0053\u0020\u0050\u0072\u006f\u0067\u0072\u0061\u006d\u0020\u006e\u006f\u0074\u0020\u0073t\u0061\u0072\u0074\u0069\u006eg\u0020\u0077i\u0074\u0068\u0020\u007b"); -};_eabg ,_bdgb :=_ffc .parseFunction ();if _bdgb !=nil &&_bdgb !=_ab .EOF {return nil ,_bdgb ;};return _eabg ,_bdgb ;};func (_feebf *PSOperand )sin (_eeb *PSStack )error {_ebdea ,_cbec :=_eeb .PopNumberAsFloat64 ();if _cbec !=nil {return _cbec ;};_gbdg :=_f .Sin (_ebdea *_f .Pi /180.0); -_cbec =_eeb .Push (MakeReal (_gbdg ));return _cbec ;};func (_afa *PSOperand )gt (_cfa *PSStack )error {_gae ,_cdd :=_cfa .PopNumberAsFloat64 ();if _cdd !=nil {return _cdd ;};_dce ,_cdd :=_cfa .PopNumberAsFloat64 ();if _cdd !=nil {return _cdd ;};if _f .Abs (_dce -_gae )< _fg {_babf :=_cfa .Push (MakeBool (false )); -return _babf ;}else if _dce > _gae {_bdbe :=_cfa .Push (MakeBool (true ));return _bdbe ;}else {_eef :=_cfa .Push (MakeBool (false ));return _eef ;};}; +// Duplicate makes a fresh copy of the PSObject. +Duplicate ()PSObject ; -// NewPSParser returns a new instance of the PDF Postscript parser from input data. -func NewPSParser (content []byte )*PSParser {_ebf :=PSParser {};_ggg :=_c .NewBuffer (content );_ebf ._gdf =_g .NewReader (_ggg );return &_ebf ;}; +// DebugString returns a descriptive representation of the PSObject with more information than String() +// for debugging purposes. +DebugString ()string ; -// PSInteger represents an integer. -type PSInteger struct{Val int ;};func (_bfa *PSOperand )ifCondition (_fcb *PSStack )error {_dcg ,_edge :=_fcb .Pop ();if _edge !=nil {return _edge ;};_fbbb ,_edge :=_fcb .Pop ();if _edge !=nil {return _edge ;};_dgdg ,_bea :=_dcg .(*PSProgram );if !_bea {return ErrTypeCheck ; -};_ecbg ,_bea :=_fbbb .(*PSBoolean );if !_bea {return ErrTypeCheck ;};if _ecbg .Val {_cadb :=_dgdg .Exec (_fcb );return _cadb ;};return nil ;};func (_cbca *PSParser )parseFunction ()(*PSProgram ,error ){_ced ,_ :=_cbca ._gdf .ReadByte ();if _ced !='{'{return nil ,_a .New ("\u0069\u006ev\u0061\u006c\u0069d\u0020\u0066\u0075\u006e\u0063\u0074\u0069\u006f\u006e"); -};_ggae :=NewPSProgram ();for {_cbca .skipSpaces ();_cbca .skipComments ();_gcd ,_dgdc :=_cbca ._gdf .Peek (2);if _dgdc !=nil {if _dgdc ==_ab .EOF {break ;};return nil ,_dgdc ;};_d .Log .Trace ("\u0050e\u0065k\u0020\u0073\u0074\u0072\u0069\u006e\u0067\u003a\u0020\u0025\u0073",string (_gcd )); -if _gcd [0]=='}'{_d .Log .Trace ("\u0045\u004f\u0046 \u0066\u0075\u006e\u0063\u0074\u0069\u006f\u006e");_cbca ._gdf .ReadByte ();break ;}else if _gcd [0]=='{'{_d .Log .Trace ("\u0046u\u006e\u0063\u0074\u0069\u006f\u006e!");_cgagb ,_ffac :=_cbca .parseFunction (); -if _ffac !=nil {return nil ,_ffac ;};_ggae .Append (_cgagb );}else if _ed .IsDecimalDigit (_gcd [0])||(_gcd [0]=='-'&&_ed .IsDecimalDigit (_gcd [1])){_d .Log .Trace ("\u002d>\u004e\u0075\u006d\u0062\u0065\u0072!");_dbcd ,_fcdb :=_cbca .parseNumber ();if _fcdb !=nil {return nil ,_fcdb ; -};_ggae .Append (_dbcd );}else {_d .Log .Trace ("\u002d>\u004fp\u0065\u0072\u0061\u006e\u0064 \u006f\u0072 \u0062\u006f\u006f\u006c\u003f");_gcd ,_ =_cbca ._gdf .Peek (5);_ceeb :=string (_gcd );_d .Log .Trace ("\u0050\u0065\u0065k\u0020\u0073\u0074\u0072\u003a\u0020\u0025\u0073",_ceeb ); -if (len (_ceeb )> 4)&&(_ceeb [:5]=="\u0066\u0061\u006cs\u0065"){_gccg ,_cedf :=_cbca .parseBool ();if _cedf !=nil {return nil ,_cedf ;};_ggae .Append (_gccg );}else if (len (_ceeb )> 3)&&(_ceeb [:4]=="\u0074\u0072\u0075\u0065"){_cacg ,_cccd :=_cbca .parseBool (); -if _cccd !=nil {return nil ,_cccd ;};_ggae .Append (_cacg );}else {_eeg ,_cfe :=_cbca .parseOperand ();if _cfe !=nil {return nil ,_cfe ;};_ggae .Append (_eeg );};};};return _ggae ,nil ;};func (_gacf *PSOperand )le (_bdd *PSStack )error {_deb ,_egbe :=_bdd .PopNumberAsFloat64 (); -if _egbe !=nil {return _egbe ;};_fbd ,_egbe :=_bdd .PopNumberAsFloat64 ();if _egbe !=nil {return _egbe ;};if _f .Abs (_fbd -_deb )< _fg {_bae :=_bdd .Push (MakeBool (true ));return _bae ;}else if _fbd < _deb {_aace :=_bdd .Push (MakeBool (true ));return _aace ; -}else {_beb :=_bdd .Push (MakeBool (false ));return _beb ;};};func (_gff *PSOperand )truncate (_fbac *PSStack )error {_aegd ,_cccf :=_fbac .Pop ();if _cccf !=nil {return _cccf ;};if _acg ,_gafe :=_aegd .(*PSReal );_gafe {_dfcda :=int (_acg .Val );_cccf =_fbac .Push (MakeReal (float64 (_dfcda ))); -}else if _gbcc ,_aeff :=_aegd .(*PSInteger );_aeff {_cccf =_fbac .Push (MakeInteger (_gbcc .Val ));}else {return ErrTypeCheck ;};return _cccf ;}; +// String returns a string representation of the PSObject. +String ()string ;};var ErrStackUnderflow =_e .New ("\u0073t\u0061c\u006b\u0020\u0075\u006e\u0064\u0065\u0072\u0066\u006c\u006f\u0077");func (_cd *PSOperand )String ()string {return string (*_cd )};func (_dggbd *PSOperand )eq (_fdc *PSStack )error {_efge ,_dff :=_fdc .Pop (); +if _dff !=nil {return _dff ;};_eff ,_dff :=_fdc .Pop ();if _dff !=nil {return _dff ;};_abfa ,_ggg :=_efge .(*PSBoolean );_ccc ,_dbd :=_eff .(*PSBoolean );if _ggg ||_dbd {var _begd error ;if _ggg &&_dbd {_begd =_fdc .Push (MakeBool (_abfa .Val ==_ccc .Val )); +}else {_begd =_fdc .Push (MakeBool (false ));};return _begd ;};var _adgb float64 ;var _bfe float64 ;if _eae ,_cgbfc :=_efge .(*PSInteger );_cgbfc {_adgb =float64 (_eae .Val );}else if _bfea ,_efc :=_efge .(*PSReal );_efc {_adgb =_bfea .Val ;}else {return ErrTypeCheck ; +};if _aea ,_afa :=_eff .(*PSInteger );_afa {_bfe =float64 (_aea .Val );}else if _gcea ,_gcc :=_eff .(*PSReal );_gcc {_bfe =_gcea .Val ;}else {return ErrTypeCheck ;};if _b .Abs (_bfe -_adgb )< _gc {_dff =_fdc .Push (MakeBool (true ));}else {_dff =_fdc .Push (MakeBool (false )); +};return _dff ;};func (_gfd *PSOperand )truncate (_fde *PSStack )error {_dad ,_dfba :=_fde .Pop ();if _dfba !=nil {return _dfba ;};if _fbdf ,_gccc :=_dad .(*PSReal );_gccc {_egddg :=int (_fbdf .Val );_dfba =_fde .Push (MakeReal (float64 (_egddg )));}else if _bcgd ,_bfef :=_dad .(*PSInteger ); +_bfef {_dfba =_fde .Push (MakeInteger (_bcgd .Val ));}else {return ErrTypeCheck ;};return _dfba ;};func (_aeea *PSOperand )idiv (_cacg *PSStack )error {_aaf ,_ddc :=_cacg .Pop ();if _ddc !=nil {return _ddc ;};_aafd ,_ddc :=_cacg .Pop ();if _ddc !=nil {return _ddc ; +};_bbf ,_gaa :=_aaf .(*PSInteger );if !_gaa {return ErrTypeCheck ;};if _bbf .Val ==0{return ErrUndefinedResult ;};_bce ,_gaa :=_aafd .(*PSInteger );if !_gaa {return ErrTypeCheck ;};_dcg :=_bce .Val /_bbf .Val ;_ddc =_cacg .Push (MakeInteger (_dcg ));return _ddc ; +}; -// PSOperand represents a Postscript operand (text string). -type PSOperand string ;func (_ddfb *PSOperand )round (_ece *PSStack )error {_agba ,_efgc :=_ece .Pop ();if _efgc !=nil {return _efgc ;};if _eee ,_gce :=_agba .(*PSReal );_gce {_efgc =_ece .Push (MakeReal (_f .Floor (_eee .Val +0.5)));}else if _gcc ,_bgga :=_agba .(*PSInteger ); -_bgga {_efgc =_ece .Push (MakeInteger (_gcc .Val ));}else {return ErrTypeCheck ;};return _efgc ;}; +// MakeOperand returns a new PSOperand object based on string `val`. +func MakeOperand (val string )*PSOperand {_bbgg :=PSOperand (val );return &_bbgg };func (_gde *PSOperand )sub (_aceg *PSStack )error {_ecea ,_debac :=_aceg .Pop ();if _debac !=nil {return _debac ;};_aeae ,_debac :=_aceg .Pop ();if _debac !=nil {return _debac ; +};_ecca ,_cdgc :=_ecea .(*PSReal );_ecg ,_caa :=_ecea .(*PSInteger );if !_cdgc &&!_caa {return ErrTypeCheck ;};_eggd ,_eegg :=_aeae .(*PSReal );_fgc ,_fdg :=_aeae .(*PSInteger );if !_eegg &&!_fdg {return ErrTypeCheck ;};if _caa &&_fdg {_dgge :=_fgc .Val -_ecg .Val ; +_cegd :=_aceg .Push (MakeInteger (_dgge ));return _cegd ;};var _abd float64 =0;if _eegg {_abd =_eggd .Val ;}else {_abd =float64 (_fgc .Val );};if _cdgc {_abd -=_ecca .Val ;}else {_abd -=float64 (_ecg .Val );};_debac =_aceg .Push (MakeReal (_abd ));return _debac ; +};func (_cgf *PSOperand )bitshift (_cdb *PSStack )error {_acfca ,_bdb :=_cdb .PopInteger ();if _bdb !=nil {return _bdb ;};_baga ,_bdb :=_cdb .PopInteger ();if _bdb !=nil {return _bdb ;};var _geef int ;if _acfca >=0{_geef =_baga <>uint (-_acfca ); +};_bdb =_cdb .Push (MakeInteger (_geef ));return _bdb ;};func (_egc *PSOperand )atan (_eab *PSStack )error {_edbf ,_eeg :=_eab .PopNumberAsFloat64 ();if _eeg !=nil {return _eeg ;};_def ,_eeg :=_eab .PopNumberAsFloat64 ();if _eeg !=nil {return _eeg ;};if _edbf ==0{var _gcb error ; +if _def < 0{_gcb =_eab .Push (MakeReal (270));}else {_gcb =_eab .Push (MakeReal (90));};return _gcb ;};_dga :=_def /_edbf ;_aad :=_b .Atan (_dga )*180/_b .Pi ;_eeg =_eab .Push (MakeReal (_aad ));return _eeg ;};func (_dcag *PSParser )parseFunction ()(*PSProgram ,error ){_defb ,_ :=_dcag ._aeb .ReadByte (); +if _defb !='{'{return nil ,_e .New ("\u0069\u006ev\u0061\u006c\u0069d\u0020\u0066\u0075\u006e\u0063\u0074\u0069\u006f\u006e");};_bgb :=NewPSProgram ();for {_dcag .skipSpaces ();_dcag .skipComments ();_ccb ,_bef :=_dcag ._aeb .Peek (2);if _bef !=nil {if _bef ==_a .EOF {break ; +};return nil ,_bef ;};_ac .Log .Trace ("\u0050e\u0065k\u0020\u0073\u0074\u0072\u0069\u006e\u0067\u003a\u0020\u0025\u0073",string (_ccb ));if _ccb [0]=='}'{_ac .Log .Trace ("\u0045\u004f\u0046 \u0066\u0075\u006e\u0063\u0074\u0069\u006f\u006e");_dcag ._aeb .ReadByte (); +break ;}else if _ccb [0]=='{'{_ac .Log .Trace ("\u0046u\u006e\u0063\u0074\u0069\u006f\u006e!");_dagg ,_aeeb :=_dcag .parseFunction ();if _aeeb !=nil {return nil ,_aeeb ;};_bgb .Append (_dagg );}else if _g .IsDecimalDigit (_ccb [0])||(_ccb [0]=='-'&&_g .IsDecimalDigit (_ccb [1])){_ac .Log .Trace ("\u002d>\u004e\u0075\u006d\u0062\u0065\u0072!"); +_facd ,_fbea :=_dcag .parseNumber ();if _fbea !=nil {return nil ,_fbea ;};_bgb .Append (_facd );}else {_ac .Log .Trace ("\u002d>\u004fp\u0065\u0072\u0061\u006e\u0064 \u006f\u0072 \u0062\u006f\u006f\u006c\u003f");_ccb ,_ =_dcag ._aeb .Peek (5);_gfb :=string (_ccb ); +_ac .Log .Trace ("\u0050\u0065\u0065k\u0020\u0073\u0074\u0072\u003a\u0020\u0025\u0073",_gfb );if (len (_gfb )> 4)&&(_gfb [:5]=="\u0066\u0061\u006cs\u0065"){_eabc ,_egb :=_dcag .parseBool ();if _egb !=nil {return nil ,_egb ;};_bgb .Append (_eabc );}else if (len (_gfb )> 3)&&(_gfb [:4]=="\u0074\u0072\u0075\u0065"){_eda ,_ecce :=_dcag .parseBool (); +if _ecce !=nil {return nil ,_ecce ;};_bgb .Append (_eda );}else {_cdgd ,_ade :=_dcag .parseOperand ();if _ade !=nil {return nil ,_ade ;};_bgb .Append (_cdgd );};};};return _bgb ,nil ;};func (_bbae *PSOperand )neg (_acd *PSStack )error {_cecf ,_deg :=_acd .Pop (); +if _deg !=nil {return _deg ;};if _acdd ,_bbg :=_cecf .(*PSReal );_bbg {_deg =_acd .Push (MakeReal (-_acdd .Val ));return _deg ;}else if _adf ,_bcfe :=_cecf .(*PSInteger );_bcfe {_deg =_acd .Push (MakeInteger (-_adf .Val ));return _deg ;}else {return ErrTypeCheck ; +};};func (_aga *PSOperand )div (_aac *PSStack )error {_dgaf ,_ded :=_aac .Pop ();if _ded !=nil {return _ded ;};_egdd ,_ded :=_aac .Pop ();if _ded !=nil {return _ded ;};_gdce ,_cdbf :=_dgaf .(*PSReal );_baf ,_gdf :=_dgaf .(*PSInteger );if !_cdbf &&!_gdf {return ErrTypeCheck ; +};if _cdbf &&_gdce .Val ==0{return ErrUndefinedResult ;};if _gdf &&_baf .Val ==0{return ErrUndefinedResult ;};_acfd ,_bfa :=_egdd .(*PSReal );_ffa ,_fade :=_egdd .(*PSInteger );if !_bfa &&!_fade {return ErrTypeCheck ;};var _fca float64 ;if _bfa {_fca =_acfd .Val ; +}else {_fca =float64 (_ffa .Val );};if _cdbf {_fca /=_gdce .Val ;}else {_fca /=float64 (_baf .Val );};_ded =_aac .Push (MakeReal (_fca ));return _ded ;}; -// PopInteger specificially pops an integer from the top of the stack, returning the value as an int. -func (_bdcg *PSStack )PopInteger ()(int ,error ){_deef ,_dfdg :=_bdcg .Pop ();if _dfdg !=nil {return 0,_dfdg ;};if _fab ,_fdd :=_deef .(*PSInteger );_fdd {return _fab .Val ,nil ;};return 0,ErrTypeCheck ;};func (_bgc *PSOperand )add (_bef *PSStack )error {_gdb ,_bce :=_bef .Pop (); -if _bce !=nil {return _bce ;};_aa ,_bce :=_bef .Pop ();if _bce !=nil {return _bce ;};_ae ,_ef :=_gdb .(*PSReal );_fef ,_adf :=_gdb .(*PSInteger );if !_ef &&!_adf {return ErrTypeCheck ;};_bdba ,_bad :=_aa .(*PSReal );_bcb ,_dg :=_aa .(*PSInteger );if !_bad &&!_dg {return ErrTypeCheck ; -};if _adf &&_dg {_fc :=_fef .Val +_bcb .Val ;_gac :=_bef .Push (MakeInteger (_fc ));return _gac ;};var _add float64 ;if _ef {_add =_ae .Val ;}else {_add =float64 (_fef .Val );};if _bad {_add +=_bdba .Val ;}else {_add +=float64 (_bcb .Val );};_bce =_bef .Push (MakeReal (_add )); -return _bce ;};func (_dffb *PSOperand )log (_dgab *PSStack )error {_afg ,_dda :=_dgab .PopNumberAsFloat64 ();if _dda !=nil {return _dda ;};_ebdc :=_f .Log10 (_afg );_dda =_dgab .Push (MakeReal (_ebdc ));return _dda ;}; +// NewPSParser returns a new instance of the PDF Postscript parser from input data. +func NewPSParser (content []byte )*PSParser {_dgbb :=PSParser {};_egf :=_d .NewBuffer (content );_dgbb ._aeb =_ea .NewReader (_egf );return &_dgbb ;}; -// PopNumberAsFloat64 pops and return the numeric value of the top of the stack as a float64. -// Real or integer only. -func (_gec *PSStack )PopNumberAsFloat64 ()(float64 ,error ){_bbfe ,_aggg :=_gec .Pop ();if _aggg !=nil {return 0,_aggg ;};if _bbad ,_eccb :=_bbfe .(*PSReal );_eccb {return _bbad .Val ,nil ;}else if _fcgc ,_bcbd :=_bbfe .(*PSInteger );_bcbd {return float64 (_fcgc .Val ),nil ; -}else {return 0,ErrTypeCheck ;};};func (_bdag *PSOperand )idiv (_gfec *PSStack )error {_fffb ,_befg :=_gfec .Pop ();if _befg !=nil {return _befg ;};_fgfde ,_befg :=_gfec .Pop ();if _befg !=nil {return _befg ;};_adfa ,_fega :=_fffb .(*PSInteger );if !_fega {return ErrTypeCheck ; -};if _adfa .Val ==0{return ErrUndefinedResult ;};_dcc ,_fega :=_fgfde .(*PSInteger );if !_fega {return ErrTypeCheck ;};_eec :=_dcc .Val /_adfa .Val ;_befg =_gfec .Push (MakeInteger (_eec ));return _befg ;}; +// Exec executes the program, typically leaving output values on the stack. +func (_afc *PSProgram )Exec (stack *PSStack )error {for _ ,_bbe :=range *_afc {var _aff error ;switch _ggc :=_bbe .(type ){case *PSInteger :_dgg :=_ggc ;_aff =stack .Push (_dgg );case *PSReal :_gb :=_ggc ;_aff =stack .Push (_gb );case *PSBoolean :_ad :=_ggc ; +_aff =stack .Push (_ad );case *PSProgram :_dc :=_ggc ;_aff =stack .Push (_dc );case *PSOperand :_fae :=_ggc ;_aff =_fae .Exec (stack );default:return ErrTypeCheck ;};if _aff !=nil {return _aff ;};};return nil ;};var ErrStackOverflow =_e .New ("\u0073\u0074\u0061\u0063\u006b\u0020\u006f\u0076\u0065r\u0066\u006c\u006f\u0077"); -// String returns a string representation of the stack. -func (_ade *PSStack )String ()string {_gdbdg :="\u005b\u0020";for _ ,_cbb :=range *_ade {_gdbdg +=_cbb .String ();_gdbdg +="\u0020";};_gdbdg +="\u005d";return _gdbdg ;};func (_bgd *PSOperand )eq (_cbg *PSStack )error {_gfd ,_ddba :=_cbg .Pop ();if _ddba !=nil {return _ddba ; -};_fba ,_ddba :=_cbg .Pop ();if _ddba !=nil {return _ddba ;};_ac ,_dfc :=_gfd .(*PSBoolean );_dac ,_dagd :=_fba .(*PSBoolean );if _dfc ||_dagd {var _ggfd error ;if _dfc &&_dagd {_ggfd =_cbg .Push (MakeBool (_ac .Val ==_dac .Val ));}else {_ggfd =_cbg .Push (MakeBool (false )); -};return _ggfd ;};var _gdd float64 ;var _ecf float64 ;if _dgdb ,_fae :=_gfd .(*PSInteger );_fae {_gdd =float64 (_dgdb .Val );}else if _aaa ,_feeba :=_gfd .(*PSReal );_feeba {_gdd =_aaa .Val ;}else {return ErrTypeCheck ;};if _fbe ,_ecg :=_fba .(*PSInteger ); -_ecg {_ecf =float64 (_fbe .Val );}else if _bee ,_eag :=_fba .(*PSReal );_eag {_ecf =_bee .Val ;}else {return ErrTypeCheck ;};if _f .Abs (_ecf -_gdd )< _fg {_ddba =_cbg .Push (MakeBool (true ));}else {_ddba =_cbg .Push (MakeBool (false ));};return _ddba ; -};func (_gd *PSInteger )String ()string {return _b .Sprintf ("\u0025\u0064",_gd .Val )};func (_db *PSOperand )cvi (_ffad *PSStack )error {_cga ,_fce :=_ffad .Pop ();if _fce !=nil {return _fce ;};if _abe ,_dba :=_cga .(*PSReal );_dba {_fag :=int (_abe .Val ); -_fce =_ffad .Push (MakeInteger (_fag ));}else if _geg ,_dc :=_cga .(*PSInteger );_dc {_bdc :=_geg .Val ;_fce =_ffad .Push (MakeInteger (_bdc ));}else {return ErrTypeCheck ;};return _fce ;};func (_cb *PSReal )DebugString ()string {return _b .Sprintf ("\u0072e\u0061\u006c\u003a\u0025\u002e\u0035f",_cb .Val ); -};var ErrStackOverflow =_a .New ("\u0073\u0074\u0061\u0063\u006b\u0020\u006f\u0076\u0065r\u0066\u006c\u006f\u0077"); -// PSObjectArrayToFloat64Array converts []PSObject into a []float64 array. Each PSObject must represent a number, -// otherwise a ErrTypeCheck error occurs. -func PSObjectArrayToFloat64Array (objects []PSObject )([]float64 ,error ){var _gg []float64 ;for _ ,_gb :=range objects {if _bf ,_da :=_gb .(*PSInteger );_da {_gg =append (_gg ,float64 (_bf .Val ));}else if _bcf ,_ff :=_gb .(*PSReal );_ff {_gg =append (_gg ,_bcf .Val ); -}else {return nil ,ErrTypeCheck ;};};return _gg ,nil ;};func (_bdf *PSOperand )cvr (_bcd *PSStack )error {_aac ,_fbf :=_bcd .Pop ();if _fbf !=nil {return _fbf ;};if _aag ,_df :=_aac .(*PSReal );_df {_fbf =_bcd .Push (MakeReal (_aag .Val ));}else if _cef ,_ea :=_aac .(*PSInteger ); -_ea {_fbf =_bcd .Push (MakeReal (float64 (_cef .Val )));}else {return ErrTypeCheck ;};return _fbf ;};func (_ddf *PSBoolean )DebugString ()string {return _b .Sprintf ("\u0062o\u006f\u006c\u003a\u0025\u0076",_ddf .Val );};func (_gda *PSOperand )copy (_cac *PSStack )error {_caf ,_cf :=_cac .PopInteger (); -if _cf !=nil {return _cf ;};if _caf < 0{return ErrRangeCheck ;};if _caf > len (*_cac ){return ErrRangeCheck ;};*_cac =append (*_cac ,(*_cac )[len (*_cac )-_caf :]...);return nil ;};var ErrStackUnderflow =_a .New ("\u0073t\u0061c\u006b\u0020\u0075\u006e\u0064\u0065\u0072\u0066\u006c\u006f\u0077"); +// MakeReal returns a new PSReal object initialized with `val`. +func MakeReal (val float64 )*PSReal {_ebeed :=PSReal {};_ebeed .Val =val ;return &_ebeed };func (_fac *PSOperand )cvi (_ead *PSStack )error {_fcf ,_beb :=_ead .Pop ();if _beb !=nil {return _beb ;};if _bf ,_ebge :=_fcf .(*PSReal );_ebge {_cad :=int (_bf .Val ); +_beb =_ead .Push (MakeInteger (_cad ));}else if _ccf ,_bbbf :=_fcf .(*PSInteger );_bbbf {_bbc :=_ccf .Val ;_beb =_ead .Push (MakeInteger (_bbc ));}else {return ErrTypeCheck ;};return _beb ;}; +// PSProgram defines a Postscript program which is a series of PS objects (arguments, commands, programs etc). +type PSProgram []PSObject ; -// Execute executes the program for an input parameters `objects` and returns a slice of output objects. -func (_fe *PSExecutor )Execute (objects []PSObject )([]PSObject ,error ){for _ ,_gf :=range objects {_dd :=_fe .Stack .Push (_gf );if _dd !=nil {return nil ,_dd ;};};_ga :=_fe ._bc .Exec (_fe .Stack );if _ga !=nil {_d .Log .Debug ("\u0045x\u0065c\u0020\u0066\u0061\u0069\u006c\u0065\u0064\u003a\u0020\u0025\u0076",_ga ); -return nil ,_ga ;};_be :=[]PSObject (*_fe .Stack );_fe .Stack .Empty ();return _be ,nil ;}; +// PSReal represents a real number. +type PSReal struct{Val float64 ;};func (_gba *PSOperand )cos (_eea *PSStack )error {_afbf ,_cff :=_eea .PopNumberAsFloat64 ();if _cff !=nil {return _cff ;};_dde :=_b .Cos (_afbf *_b .Pi /180.0);_cff =_eea .Push (MakeReal (_dde ));return _cff ;}; -// Empty empties the stack. -func (_cbce *PSStack )Empty (){*_cbce =[]PSObject {}};func (_egb *PSOperand )ifelse (_adge *PSStack )error {_cfc ,_cdc :=_adge .Pop ();if _cdc !=nil {return _cdc ;};_cdfe ,_cdc :=_adge .Pop ();if _cdc !=nil {return _cdc ;};_afe ,_cdc :=_adge .Pop ();if _cdc !=nil {return _cdc ; -};_bde ,_cafg :=_cfc .(*PSProgram );if !_cafg {return ErrTypeCheck ;};_dbc ,_cafg :=_cdfe .(*PSProgram );if !_cafg {return ErrTypeCheck ;};_fbec ,_cafg :=_afe .(*PSBoolean );if !_cafg {return ErrTypeCheck ;};if _fbec .Val {_dfff :=_dbc .Exec (_adge );return _dfff ; -};_cdc =_bde .Exec (_adge );return _cdc ;}; +// PSExecutor has its own execution stack and is used to executre a PS routine (program). +type PSExecutor struct{Stack *PSStack ;_ge *PSProgram ;}; // MakeInteger returns a new PSInteger object initialized with `val`. -func MakeInteger (val int )*PSInteger {_cegc :=PSInteger {};_cegc .Val =val ;return &_cegc };var ErrUndefinedResult =_a .New ("\u0075\u006e\u0064\u0065fi\u006e\u0065\u0064\u0020\u0072\u0065\u0073\u0075\u006c\u0074\u0020\u0065\u0072\u0072o\u0072"); +func MakeInteger (val int )*PSInteger {_fbdb :=PSInteger {};_fbdb .Val =val ;return &_fbdb };func (_ggcb *PSOperand )add (_gec *PSStack )error {_dgb ,_eec :=_gec .Pop ();if _eec !=nil {return _eec ;};_ggde ,_eec :=_gec .Pop ();if _eec !=nil {return _eec ; +};_ag ,_cf :=_dgb .(*PSReal );_cgb ,_bgf :=_dgb .(*PSInteger );if !_cf &&!_bgf {return ErrTypeCheck ;};_cga ,_ff :=_ggde .(*PSReal );_eecg ,_ab :=_ggde .(*PSInteger );if !_ff &&!_ab {return ErrTypeCheck ;};if _bgf &&_ab {_fadd :=_cgb .Val +_eecg .Val ; +_dea :=_gec .Push (MakeInteger (_fadd ));return _dea ;};var _abf float64 ;if _cf {_abf =_ag .Val ;}else {_abf =float64 (_cgb .Val );};if _ff {_abf +=_cga .Val ;}else {_abf +=float64 (_eecg .Val );};_eec =_gec .Push (MakeReal (_abf ));return _eec ;};func (_efe *PSOperand )ifCondition (_egdb *PSStack )error {_faa ,_begf :=_egdb .Pop (); +if _begf !=nil {return _begf ;};_da ,_begf :=_egdb .Pop ();if _begf !=nil {return _begf ;};_fbbf ,_gfe :=_faa .(*PSProgram );if !_gfe {return ErrTypeCheck ;};_dggd ,_gfe :=_da .(*PSBoolean );if !_gfe {return ErrTypeCheck ;};if _dggd .Val {_dda :=_fbbf .Exec (_egdb ); +return _dda ;};return nil ;};func (_ca *PSOperand )ceiling (_geg *PSStack )error {_aba ,_efg :=_geg .Pop ();if _efg !=nil {return _efg ;};if _afb ,_be :=_aba .(*PSReal );_be {_efg =_geg .Push (MakeReal (_b .Ceil (_afb .Val )));}else if _agd ,_bc :=_aba .(*PSInteger ); +_bc {_efg =_geg .Push (MakeInteger (_agd .Val ));}else {_efg =ErrTypeCheck ;};return _efg ;};func (_ace *PSOperand )gt (_bad *PSStack )error {_agf ,_ebd :=_bad .PopNumberAsFloat64 ();if _ebd !=nil {return _ebd ;};_gdb ,_ebd :=_bad .PopNumberAsFloat64 (); +if _ebd !=nil {return _ebd ;};if _b .Abs (_gdb -_agf )< _gc {_fcde :=_bad .Push (MakeBool (false ));return _fcde ;}else if _gdb > _agf {_fbd :=_bad .Push (MakeBool (true ));return _fbd ;}else {_efca :=_bad .Push (MakeBool (false ));return _efca ;};};func (_fcd *PSProgram )String ()string {_edb :="\u007b\u0020"; +for _ ,_acb :=range *_fcd {_edb +=_acb .String ();_edb +="\u0020";};_edb +="\u007d";return _edb ;};const _gc =0.000001;func (_dbf *PSOperand )exp (_fbf *PSStack )error {_bgge ,_dcf :=_fbf .PopNumberAsFloat64 ();if _dcf !=nil {return _dcf ;};_fea ,_dcf :=_fbf .PopNumberAsFloat64 (); +if _dcf !=nil {return _dcf ;};if _b .Abs (_bgge )< 1&&_fea < 0{return ErrUndefinedResult ;};_gcec :=_b .Pow (_fea ,_bgge );_dcf =_fbf .Push (MakeReal (_gcec ));return _dcf ;};func (_cba *PSOperand )index (_gbac *PSStack )error {_ffc ,_bff :=_gbac .Pop (); +if _bff !=nil {return _bff ;};_cabb ,_deba :=_ffc .(*PSInteger );if !_deba {return ErrTypeCheck ;};if _cabb .Val < 0{return ErrRangeCheck ;};if _cabb .Val > len (*_gbac )-1{return ErrStackUnderflow ;};_fgd :=(*_gbac )[len (*_gbac )-1-_cabb .Val ];_bff =_gbac .Push (_fgd .Duplicate ()); +return _bff ;};func (_fgf *PSOperand )not (_fbfc *PSStack )error {_abb ,_bdf :=_fbfc .Pop ();if _bdf !=nil {return _bdf ;};if _affa ,_ggca :=_abb .(*PSBoolean );_ggca {_bdf =_fbfc .Push (MakeBool (!_affa .Val ));return _bdf ;}else if _cag ,_badbb :=_abb .(*PSInteger ); +_badbb {_bdf =_fbfc .Push (MakeInteger (^_cag .Val ));return _bdf ;}else {return ErrTypeCheck ;};};func (_dgbd *PSOperand )ln (_feb *PSStack )error {_bggb ,_aegg :=_feb .PopNumberAsFloat64 ();if _aegg !=nil {return _aegg ;};_badb :=_b .Log (_bggb );_aegg =_feb .Push (MakeReal (_badb )); +return _aegg ;};func (_ggd *PSOperand )DebugString ()string {return _dg .Sprintf ("\u006fp\u003a\u0027\u0025\u0073\u0027",*_ggd );};func (_cggg *PSOperand )exch (_dbc *PSStack )error {_fg ,_abac :=_dbc .Pop ();if _abac !=nil {return _abac ;};_cac ,_abac :=_dbc .Pop (); +if _abac !=nil {return _abac ;};_abac =_dbc .Push (_fg );if _abac !=nil {return _abac ;};_abac =_dbc .Push (_cac );return _abac ;};func (_aag *PSOperand )pop (_fda *PSStack )error {_ ,_aacc :=_fda .Pop ();if _aacc !=nil {return _aacc ;};return nil ;};func (_ebf *PSOperand )or (_cgfg *PSStack )error {_dgag ,_aaca :=_cgfg .Pop (); +if _aaca !=nil {return _aaca ;};_adge ,_aaca :=_cgfg .Pop ();if _aaca !=nil {return _aaca ;};if _dag ,_gefa :=_dgag .(*PSBoolean );_gefa {_cgfa ,_gfeg :=_adge .(*PSBoolean );if !_gfeg {return ErrTypeCheck ;};_aaca =_cgfg .Push (MakeBool (_dag .Val ||_cgfa .Val )); +return _aaca ;};if _fab ,_eeae :=_dgag .(*PSInteger );_eeae {_gdcg ,_caba :=_adge .(*PSInteger );if !_caba {return ErrTypeCheck ;};_aaca =_cgfg .Push (MakeInteger (_fab .Val |_gdcg .Val ));return _aaca ;};return ErrTypeCheck ;};func (_eef *PSOperand )mod (_cadb *PSStack )error {_fgdf ,_bbd :=_cadb .Pop (); +if _bbd !=nil {return _bbd ;};_ffae ,_bbd :=_cadb .Pop ();if _bbd !=nil {return _bbd ;};_bde ,_faac :=_fgdf .(*PSInteger );if !_faac {return ErrTypeCheck ;};if _bde .Val ==0{return ErrUndefinedResult ;};_faca ,_faac :=_ffae .(*PSInteger );if !_faac {return ErrTypeCheck ; +};_ebc :=_faca .Val %_bde .Val ;_bbd =_cadb .Push (MakeInteger (_ebc ));return _bbd ;}; -// Exec executes the program, typically leaving output values on the stack. -func (_fee *PSProgram )Exec (stack *PSStack )error {for _ ,_bdb :=range *_fee {var _ede error ;switch _gge :=_bdb .(type ){case *PSInteger :_fbb :=_gge ;_ede =stack .Push (_fbb );case *PSReal :_bfd :=_gge ;_ede =stack .Push (_bfd );case *PSBoolean :_gcf :=_gge ; -_ede =stack .Push (_gcf );case *PSProgram :_gfg :=_gge ;_ede =stack .Push (_gfg );case *PSOperand :_ccd :=_gge ;_ede =_ccd .Exec (stack );default:return ErrTypeCheck ;};if _ede !=nil {return _ede ;};};return nil ;}; - -// Pop pops an object from the top of the stack. -func (_geb *PSStack )Pop ()(PSObject ,error ){if len (*_geb )< 1{return nil ,ErrStackUnderflow ;};_dee :=(*_geb )[len (*_geb )-1];*_geb =(*_geb )[0:len (*_geb )-1];return _dee ,nil ;};func (_dag *PSOperand )bitshift (_febb *PSStack )error {_gfe ,_ggaa :=_febb .PopInteger (); -if _ggaa !=nil {return _ggaa ;};_ddfg ,_ggaa :=_febb .PopInteger ();if _ggaa !=nil {return _ggaa ;};var _gaca int ;if _gfe >=0{_gaca =_ddfg <>uint (-_gfe );};_ggaa =_febb .Push (MakeInteger (_gaca ));return _ggaa ;};func (_agb *PSOperand )div (_bdce *PSStack )error {_edc ,_cge :=_bdce .Pop (); -if _cge !=nil {return _cge ;};_fgbf ,_cge :=_bdce .Pop ();if _cge !=nil {return _cge ;};_ecc ,_bbg :=_edc .(*PSReal );_dgd ,_ggag :=_edc .(*PSInteger );if !_bbg &&!_ggag {return ErrTypeCheck ;};if _bbg &&_ecc .Val ==0{return ErrUndefinedResult ;};if _ggag &&_dgd .Val ==0{return ErrUndefinedResult ; -};_aff ,_adfe :=_fgbf .(*PSReal );_cbc ,_gba :=_fgbf .(*PSInteger );if !_adfe &&!_gba {return ErrTypeCheck ;};var _bbd float64 ;if _adfe {_bbd =_aff .Val ;}else {_bbd =float64 (_cbc .Val );};if _bbg {_bbd /=_ecc .Val ;}else {_bbd /=float64 (_dgd .Val ); -};_cge =_bdce .Push (MakeReal (_bbd ));return _cge ;};func (_dga *PSOperand )ge (_daef *PSStack )error {_gag ,_cdf :=_daef .PopNumberAsFloat64 ();if _cdf !=nil {return _cdf ;};_dec ,_cdf :=_daef .PopNumberAsFloat64 ();if _cdf !=nil {return _cdf ;};if _f .Abs (_dec -_gag )< _fg {_cacc :=_daef .Push (MakeBool (true )); -return _cacc ;}else if _dec > _gag {_abca :=_daef .Push (MakeBool (true ));return _abca ;}else {_fbg :=_daef .Push (MakeBool (false ));return _fbg ;};};func (_eg *PSProgram )DebugString ()string {_edg :="\u007b\u0020";for _ ,_ffa :=range *_eg {_edg +=_ffa .DebugString (); -_edg +="\u0020";};_edg +="\u007d";return _edg ;}; +// Push pushes an object on top of the stack. +func (_aega *PSStack )Push (obj PSObject )error {if len (*_aega )> 100{return ErrStackOverflow ;};*_aega =append (*_aega ,obj );return nil ;}; // NewPSStack returns an initialized PSStack. -func NewPSStack ()*PSStack {return &PSStack {}};const _fg =0.000001;func (_cd *PSOperand )DebugString ()string {return _b .Sprintf ("\u006fp\u003a\u0027\u0025\u0073\u0027",*_cd );};func (_gcab *PSOperand )String ()string {return string (*_gcab )}; +func NewPSStack ()*PSStack {return &PSStack {}};func (_ebeec *PSParser )parseBool ()(*PSBoolean ,error ){_bbfd ,_bgafe :=_ebeec ._aeb .Peek (4);if _bgafe !=nil {return MakeBool (false ),_bgafe ;};if (len (_bbfd )>=4)&&(string (_bbfd [:4])=="\u0074\u0072\u0075\u0065"){_ebeec ._aeb .Discard (4); +return MakeBool (true ),nil ;};_bbfd ,_bgafe =_ebeec ._aeb .Peek (5);if _bgafe !=nil {return MakeBool (false ),_bgafe ;};if (len (_bbfd )>=5)&&(string (_bbfd [:5])=="\u0066\u0061\u006cs\u0065"){_ebeec ._aeb .Discard (5);return MakeBool (false ),nil ;}; +return MakeBool (false ),_e .New ("\u0075n\u0065\u0078\u0070\u0065c\u0074\u0065\u0064\u0020\u0062o\u006fl\u0065a\u006e\u0020\u0073\u0074\u0072\u0069\u006eg");};func _bbcf (_cbcf int )int {if _cbcf < 0{return -_cbcf ;};return _cbcf ;};func (_gccf *PSOperand )le (_dcfb *PSStack )error {_aegf ,_bddb :=_dcfb .PopNumberAsFloat64 (); +if _bddb !=nil {return _bddb ;};_ffca ,_bddb :=_dcfb .PopNumberAsFloat64 ();if _bddb !=nil {return _bddb ;};if _b .Abs (_ffca -_aegf )< _gc {_acg :=_dcfb .Push (MakeBool (true ));return _acg ;}else if _ffca < _aegf {_cgfd :=_dcfb .Push (MakeBool (true )); +return _cgfd ;}else {_dggc :=_dcfb .Push (MakeBool (false ));return _dggc ;};};func (_deb *PSOperand )dup (_dbb *PSStack )error {_aadg ,_gag :=_dbb .Pop ();if _gag !=nil {return _gag ;};_gag =_dbb .Push (_aadg );if _gag !=nil {return _gag ;};_gag =_dbb .Push (_aadg .Duplicate ()); +return _gag ;};func (_bbb *PSBoolean )Duplicate ()PSObject {_ee :=PSBoolean {};_ee .Val =_bbb .Val ;return &_ee };func (_ed *PSInteger )Duplicate ()PSObject {_ef :=PSInteger {};_ef .Val =_ed .Val ;return &_ef }; // PSParser is a basic Postscript parser. -type PSParser struct{_gdf *_g .Reader };func (_gaf *PSOperand )mul (_febc *PSStack )error {_gfdf ,_ebdf :=_febc .Pop ();if _ebdf !=nil {return _ebdf ;};_cbf ,_ebdf :=_febc .Pop ();if _ebdf !=nil {return _ebdf ;};_dea ,_bdca :=_gfdf .(*PSReal );_gbc ,_ggab :=_gfdf .(*PSInteger ); -if !_bdca &&!_ggab {return ErrTypeCheck ;};_dgf ,_ggaf :=_cbf .(*PSReal );_bec ,_ebad :=_cbf .(*PSInteger );if !_ggaf &&!_ebad {return ErrTypeCheck ;};if _ggab &&_ebad {_fdbf :=_gbc .Val *_bec .Val ;_ggfg :=_febc .Push (MakeInteger (_fdbf ));return _ggfg ; -};var _agd float64 ;if _bdca {_agd =_dea .Val ;}else {_agd =float64 (_gbc .Val );};if _ggaf {_agd *=_dgf .Val ;}else {_agd *=float64 (_bec .Val );};_ebdf =_febc .Push (MakeReal (_agd ));return _ebdf ;};var ErrTypeCheck =_a .New ("\u0074\u0079p\u0065\u0020\u0063h\u0065\u0063\u006b\u0020\u0065\u0072\u0072\u006f\u0072"); -func (_ca *PSProgram )Duplicate ()PSObject {_ce :=&PSProgram {};for _ ,_gca :=range *_ca {_ce .Append (_gca .Duplicate ());};return _ce ;};func (_adaf *PSOperand )pop (_eefd *PSStack )error {_ ,_ebde :=_eefd .Pop ();if _ebde !=nil {return _ebde ;};return nil ; -};func (_bed *PSReal )Duplicate ()PSObject {_ggf :=PSReal {};_ggf .Val =_bed .Val ;return &_ggf };func (_aeeb *PSOperand )not (_edeg *PSStack )error {_cfg ,_fbfd :=_edeg .Pop ();if _fbfd !=nil {return _fbfd ;};if _dfcc ,_eccg :=_cfg .(*PSBoolean );_eccg {_fbfd =_edeg .Push (MakeBool (!_dfcc .Val )); -return _fbfd ;}else if _egf ,_bfdaa :=_cfg .(*PSInteger );_bfdaa {_fbfd =_edeg .Push (MakeInteger (^_egf .Val ));return _fbfd ;}else {return ErrTypeCheck ;};}; +type PSParser struct{_aeb *_ea .Reader }; -// PSProgram defines a Postscript program which is a series of PS objects (arguments, commands, programs etc). -type PSProgram []PSObject ;func (_gbe *PSProgram )String ()string {_ba :="\u007b\u0020";for _ ,_ag :=range *_gbe {_ba +=_ag .String ();_ba +="\u0020";};_ba +="\u007d";return _ba ;};func (_bdg *PSOperand )abs (_ec *PSStack )error {_adg ,_bb :=_ec .Pop (); -if _bb !=nil {return _bb ;};if _abc ,_ffab :=_adg .(*PSReal );_ffab {_bfda :=_abc .Val ;if _bfda < 0{_bb =_ec .Push (MakeReal (-_bfda ));}else {_bb =_ec .Push (MakeReal (_bfda ));};}else if _ggeb ,_fga :=_adg .(*PSInteger );_fga {_ecd :=_ggeb .Val ;if _ecd < 0{_bb =_ec .Push (MakeInteger (-_ecd )); -}else {_bb =_ec .Push (MakeInteger (_ecd ));};}else {return ErrTypeCheck ;};return _bb ;}; +// PopNumberAsFloat64 pops and return the numeric value of the top of the stack as a float64. +// Real or integer only. +func (_ccfbc *PSStack )PopNumberAsFloat64 ()(float64 ,error ){_ffd ,_dfc :=_ccfbc .Pop ();if _dfc !=nil {return 0,_dfc ;};if _aeeaf ,_eaa :=_ffd .(*PSReal );_eaa {return _aeeaf .Val ,nil ;}else if _cdbg ,_eed :=_ffd .(*PSInteger );_eed {return float64 (_cdbg .Val ),nil ; +}else {return 0,ErrTypeCheck ;};}; -// PSReal represents a real number. -type PSReal struct{Val float64 ;};func (_bbf *PSOperand )atan (_daeg *PSStack )error {_cee ,_fgg :=_daeg .PopNumberAsFloat64 ();if _fgg !=nil {return _fgg ;};_fgf ,_fgg :=_daeg .PopNumberAsFloat64 ();if _fgg !=nil {return _fgg ;};if _cee ==0{var _eba error ; -if _fgf < 0{_eba =_daeg .Push (MakeReal (270));}else {_eba =_daeg .Push (MakeReal (90));};return _eba ;};_fdb :=_fgf /_cee ;_bab :=_f .Atan (_fdb )*180/_f .Pi ;_fgg =_daeg .Push (MakeReal (_bab ));return _fgg ;};func (_eac *PSOperand )ne (_gee *PSStack )error {_fbc :=_eac .eq (_gee ); -if _fbc !=nil {return _fbc ;};_fbc =_eac .not (_gee );return _fbc ;};func (_feeb *PSOperand )ceiling (_ddb *PSStack )error {_fa ,_fec :=_ddb .Pop ();if _fec !=nil {return _fec ;};if _fdc ,_fad :=_fa .(*PSReal );_fad {_fec =_ddb .Push (MakeReal (_f .Ceil (_fdc .Val ))); -}else if _ddg ,_ceg :=_fa .(*PSInteger );_ceg {_fec =_ddb .Push (MakeInteger (_ddg .Val ));}else {_fec =ErrTypeCheck ;};return _fec ;}; +// Exec executes the operand `op` in the state specified by `stack`. +func (_bba *PSOperand )Exec (stack *PSStack )error {_fad :=ErrUnsupportedOperand ;switch *_bba {case "\u0061\u0062\u0073":_fad =_bba .abs (stack );case "\u0061\u0064\u0064":_fad =_bba .add (stack );case "\u0061\u006e\u0064":_fad =_bba .and (stack );case "\u0061\u0074\u0061\u006e":_fad =_bba .atan (stack ); +case "\u0062\u0069\u0074\u0073\u0068\u0069\u0066\u0074":_fad =_bba .bitshift (stack );case "\u0063e\u0069\u006c\u0069\u006e\u0067":_fad =_bba .ceiling (stack );case "\u0063\u006f\u0070\u0079":_fad =_bba .copy (stack );case "\u0063\u006f\u0073":_fad =_bba .cos (stack ); +case "\u0063\u0076\u0069":_fad =_bba .cvi (stack );case "\u0063\u0076\u0072":_fad =_bba .cvr (stack );case "\u0064\u0069\u0076":_fad =_bba .div (stack );case "\u0064\u0075\u0070":_fad =_bba .dup (stack );case "\u0065\u0071":_fad =_bba .eq (stack );case "\u0065\u0078\u0063\u0068":_fad =_bba .exch (stack ); +case "\u0065\u0078\u0070":_fad =_bba .exp (stack );case "\u0066\u006c\u006fo\u0072":_fad =_bba .floor (stack );case "\u0067\u0065":_fad =_bba .ge (stack );case "\u0067\u0074":_fad =_bba .gt (stack );case "\u0069\u0064\u0069\u0076":_fad =_bba .idiv (stack ); +case "\u0069\u0066":_fad =_bba .ifCondition (stack );case "\u0069\u0066\u0065\u006c\u0073\u0065":_fad =_bba .ifelse (stack );case "\u0069\u006e\u0064e\u0078":_fad =_bba .index (stack );case "\u006c\u0065":_fad =_bba .le (stack );case "\u006c\u006f\u0067":_fad =_bba .log (stack ); +case "\u006c\u006e":_fad =_bba .ln (stack );case "\u006c\u0074":_fad =_bba .lt (stack );case "\u006d\u006f\u0064":_fad =_bba .mod (stack );case "\u006d\u0075\u006c":_fad =_bba .mul (stack );case "\u006e\u0065":_fad =_bba .ne (stack );case "\u006e\u0065\u0067":_fad =_bba .neg (stack ); +case "\u006e\u006f\u0074":_fad =_bba .not (stack );case "\u006f\u0072":_fad =_bba .or (stack );case "\u0070\u006f\u0070":_fad =_bba .pop (stack );case "\u0072\u006f\u0075n\u0064":_fad =_bba .round (stack );case "\u0072\u006f\u006c\u006c":_fad =_bba .roll (stack ); +case "\u0073\u0069\u006e":_fad =_bba .sin (stack );case "\u0073\u0071\u0072\u0074":_fad =_bba .sqrt (stack );case "\u0073\u0075\u0062":_fad =_bba .sub (stack );case "\u0074\u0072\u0075\u006e\u0063\u0061\u0074\u0065":_fad =_bba .truncate (stack );case "\u0078\u006f\u0072":_fad =_bba .xor (stack ); +};return _fad ;}; -// PSStack defines a stack of PSObjects. PSObjects can be pushed on or pull from the stack. -type PSStack []PSObject ; +// MakeBool returns a new PSBoolean object initialized with `val`. +func MakeBool (val bool )*PSBoolean {_bdcb :=PSBoolean {};_bdcb .Val =val ;return &_bdcb }; + +// PopInteger specificially pops an integer from the top of the stack, returning the value as an int. +func (_faaf *PSStack )PopInteger ()(int ,error ){_gdfc ,_dbe :=_faaf .Pop ();if _dbe !=nil {return 0,_dbe ;};if _ggea ,_dfd :=_gdfc .(*PSInteger );_dfd {return _ggea .Val ,nil ;};return 0,ErrTypeCheck ;};func (_fcc *PSOperand )log (_fedf *PSStack )error {_fee ,_ebb :=_fedf .PopNumberAsFloat64 (); +if _ebb !=nil {return _ebb ;};_gdbc :=_b .Log10 (_fee );_ebb =_fedf .Push (MakeReal (_gdbc ));return _ebb ;};func (_gef *PSInteger )DebugString ()string {return _dg .Sprintf ("\u0069\u006e\u0074\u003a\u0025\u0064",_gef .Val );};func (_cfg *PSOperand )ifelse (_bdd *PSStack )error {_edc ,_baa :=_bdd .Pop (); +if _baa !=nil {return _baa ;};_cabc ,_baa :=_bdd .Pop ();if _baa !=nil {return _baa ;};_ffe ,_baa :=_bdd .Pop ();if _baa !=nil {return _baa ;};_eega ,_cfd :=_edc .(*PSProgram );if !_cfd {return ErrTypeCheck ;};_cdc ,_cfd :=_cabc .(*PSProgram );if !_cfd {return ErrTypeCheck ; +};_cec ,_cfd :=_ffe .(*PSBoolean );if !_cfd {return ErrTypeCheck ;};if _cec .Val {_acea :=_cdc .Exec (_bdd );return _acea ;};_baa =_eega .Exec (_bdd );return _baa ;}; + +// Pop pops an object from the top of the stack. +func (_gfef *PSStack )Pop ()(PSObject ,error ){if len (*_gfef )< 1{return nil ,ErrStackUnderflow ;};_cfga :=(*_gfef )[len (*_gfef )-1];*_gfef =(*_gfef )[0:len (*_gfef )-1];return _cfga ,nil ;}; // PSBoolean represents a boolean value. -type PSBoolean struct{Val bool ;};func (_aea *PSOperand )index (_bbda *PSStack )error {_cdcb ,_gfa :=_bbda .Pop ();if _gfa !=nil {return _gfa ;};_ecbgc ,_gbd :=_cdcb .(*PSInteger );if !_gbd {return ErrTypeCheck ;};if _ecbgc .Val < 0{return ErrRangeCheck ; -};if _ecbgc .Val > len (*_bbda )-1{return ErrStackUnderflow ;};_cafb :=(*_bbda )[len (*_bbda )-1-_ecbgc .Val ];_gfa =_bbda .Push (_cafb .Duplicate ());return _gfa ;};func (_gdbd *PSOperand )mod (_cdff *PSStack )error {_dfd ,_baf :=_cdff .Pop ();if _baf !=nil {return _baf ; -};_dbd ,_baf :=_cdff .Pop ();if _baf !=nil {return _baf ;};_debd ,_ebe :=_dfd .(*PSInteger );if !_ebe {return ErrTypeCheck ;};if _debd .Val ==0{return ErrUndefinedResult ;};_fcgf ,_ebe :=_dbd .(*PSInteger );if !_ebe {return ErrTypeCheck ;};_fade :=_fcgf .Val %_debd .Val ; -_baf =_cdff .Push (MakeInteger (_fade ));return _baf ;}; +type PSBoolean struct{Val bool ;};func (_gae *PSOperand )and (_acc *PSStack )error {_faf ,_bd :=_acc .Pop ();if _bd !=nil {return _bd ;};_cgbf ,_bd :=_acc .Pop ();if _bd !=nil {return _bd ;};if _adg ,_cbbd :=_faf .(*PSBoolean );_cbbd {_bbaf ,_geb :=_cgbf .(*PSBoolean ); +if !_geb {return ErrTypeCheck ;};_bd =_acc .Push (MakeBool (_adg .Val &&_bbaf .Val ));return _bd ;};if _df ,_aa :=_faf .(*PSInteger );_aa {_dd ,_afd :=_cgbf .(*PSInteger );if !_afd {return ErrTypeCheck ;};_bd =_acc .Push (MakeInteger (_df .Val &_dd .Val )); +return _bd ;};return ErrTypeCheck ;}; -// MakeBool returns a new PSBoolean object initialized with `val`. -func MakeBool (val bool )*PSBoolean {_gggb :=PSBoolean {};_gggb .Val =val ;return &_gggb };func (_caa *PSOperand )exp (_aed *PSStack )error {_dfb ,_cgag :=_aed .PopNumberAsFloat64 ();if _cgag !=nil {return _cgag ;};_cfd ,_cgag :=_aed .PopNumberAsFloat64 (); -if _cgag !=nil {return _cgag ;};if _f .Abs (_dfb )< 1&&_cfd < 0{return ErrUndefinedResult ;};_gaaf :=_f .Pow (_cfd ,_dfb );_cgag =_aed .Push (MakeReal (_gaaf ));return _cgag ;};func (_dacc *PSOperand )xor (_fbbc *PSStack )error {_eacg ,_eea :=_fbbc .Pop (); -if _eea !=nil {return _eea ;};_efe ,_eea :=_fbbc .Pop ();if _eea !=nil {return _eea ;};if _fbcd ,_ggac :=_eacg .(*PSBoolean );_ggac {_baa ,_fea :=_efe .(*PSBoolean );if !_fea {return ErrTypeCheck ;};_eea =_fbbc .Push (MakeBool (_fbcd .Val !=_baa .Val )); -return _eea ;};if _dcce ,_cbd :=_eacg .(*PSInteger );_cbd {_gaea ,_agbg :=_efe .(*PSInteger );if !_agbg {return ErrTypeCheck ;};_eea =_fbbc .Push (MakeInteger (_dcce .Val ^_gaea .Val ));return _eea ;};return ErrTypeCheck ;}; +// Execute executes the program for an input parameters `objects` and returns a slice of output objects. +func (_gf *PSExecutor )Execute (objects []PSObject )([]PSObject ,error ){for _ ,_cbb :=range objects {_acf :=_gf .Stack .Push (_cbb );if _acf !=nil {return nil ,_acf ;};};_gge :=_gf ._ge .Exec (_gf .Stack );if _gge !=nil {_ac .Log .Debug ("\u0045x\u0065c\u0020\u0066\u0061\u0069\u006c\u0065\u0064\u003a\u0020\u0025\u0076",_gge ); +return nil ,_gge ;};_cbba :=[]PSObject (*_gf .Stack );_gf .Stack .Empty ();return _cbba ,nil ;};func (_caf *PSParser )skipComments ()error {if _ ,_edcfg :=_caf .skipSpaces ();_edcfg !=nil {return _edcfg ;};_abe :=true ;for {_cef ,_gaf :=_caf ._aeb .Peek (1); +if _gaf !=nil {_ac .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0025\u0073",_gaf .Error ());return _gaf ;};if _abe &&_cef [0]!='%'{return nil ;};_abe =false ;if (_cef [0]!='\r')&&(_cef [0]!='\n'){_caf ._aeb .ReadByte ();}else {break ;};};return _caf .skipComments (); +}; + +// PSObjectArrayToFloat64Array converts []PSObject into a []float64 array. Each PSObject must represent a number, +// otherwise a ErrTypeCheck error occurs. +func PSObjectArrayToFloat64Array (objects []PSObject )([]float64 ,error ){var _f []float64 ;for _ ,_fb :=range objects {if _fe ,_fcb :=_fb .(*PSInteger );_fcb {_f =append (_f ,float64 (_fe .Val ));}else if _cc ,_af :=_fb .(*PSReal );_af {_f =append (_f ,_cc .Val ); +}else {return nil ,ErrTypeCheck ;};};return _f ,nil ;}; // NewPSProgram returns an empty, initialized PSProgram. func NewPSProgram ()*PSProgram {return &PSProgram {}}; -// PSExecutor has its own execution stack and is used to executre a PS routine (program). -type PSExecutor struct{Stack *PSStack ;_bc *PSProgram ;};func (_bbae *PSParser )skipSpaces ()(int ,error ){_cebf :=0;for {_efb ,_cace :=_bbae ._gdf .Peek (1);if _cace !=nil {return 0,_cace ;};if _ed .IsWhiteSpace (_efb [0]){_bbae ._gdf .ReadByte ();_cebf ++; -}else {break ;};};return _cebf ,nil ;};func (_fff *PSOperand )dup (_bede *PSStack )error {_dff ,_ffaa :=_bede .Pop ();if _ffaa !=nil {return _ffaa ;};_ffaa =_bede .Push (_dff );if _ffaa !=nil {return _ffaa ;};_ffaa =_bede .Push (_dff .Duplicate ());return _ffaa ; -};func (_ad *PSInteger )DebugString ()string {return _b .Sprintf ("\u0069\u006e\u0074\u003a\u0025\u0064",_ad .Val );};func (_fcdbf *PSParser )parseBool ()(*PSBoolean ,error ){_bge ,_gffe :=_fcdbf ._gdf .Peek (4);if _gffe !=nil {return MakeBool (false ),_gffe ; -};if (len (_bge )>=4)&&(string (_bge [:4])=="\u0074\u0072\u0075\u0065"){_fcdbf ._gdf .Discard (4);return MakeBool (true ),nil ;};_bge ,_gffe =_fcdbf ._gdf .Peek (5);if _gffe !=nil {return MakeBool (false ),_gffe ;};if (len (_bge )>=5)&&(string (_bge [:5])=="\u0066\u0061\u006cs\u0065"){_fcdbf ._gdf .Discard (5); -return MakeBool (false ),nil ;};return MakeBool (false ),_a .New ("\u0075n\u0065\u0078\u0070\u0065c\u0074\u0065\u0064\u0020\u0062o\u006fl\u0065a\u006e\u0020\u0073\u0074\u0072\u0069\u006eg");}; +// NewPSExecutor returns an initialized PSExecutor for an input `program`. +func NewPSExecutor (program *PSProgram )*PSExecutor {_cb :=&PSExecutor {};_cb .Stack =NewPSStack ();_cb ._ge =program ;return _cb ;};func (_ecc *PSOperand )round (_efga *PSStack )error {_gca ,_ece :=_efga .Pop ();if _ece !=nil {return _ece ;};if _cacgc ,_dgbf :=_gca .(*PSReal ); +_dgbf {_ece =_efga .Push (MakeReal (_b .Floor (_cacgc .Val +0.5)));}else if _dfb ,_ccd :=_gca .(*PSInteger );_ccd {_ece =_efga .Push (MakeInteger (_dfb .Val ));}else {return ErrTypeCheck ;};return _ece ;}; -// PSObject represents a postscript object. -type PSObject interface{ +// DebugString returns a descriptive string representation of the stack - intended for debugging. +func (_gaab *PSStack )DebugString ()string {_fdbc :="\u005b\u0020";for _ ,_ccdd :=range *_gaab {_fdbc +=_ccdd .DebugString ();_fdbc +="\u0020";};_fdbc +="\u005d";return _fdbc ;};var ErrUndefinedResult =_e .New ("\u0075\u006e\u0064\u0065fi\u006e\u0065\u0064\u0020\u0072\u0065\u0073\u0075\u006c\u0074\u0020\u0065\u0072\u0072o\u0072"); +func (_cg *PSOperand )abs (_de *PSStack )error {_eba ,_dca :=_de .Pop ();if _dca !=nil {return _dca ;};if _gga ,_cbd :=_eba .(*PSReal );_cbd {_eg :=_gga .Val ;if _eg < 0{_dca =_de .Push (MakeReal (-_eg ));}else {_dca =_de .Push (MakeReal (_eg ));};}else if _ebg ,_bag :=_eba .(*PSInteger ); +_bag {_ebe :=_ebg .Val ;if _ebe < 0{_dca =_de .Push (MakeInteger (-_ebe ));}else {_dca =_de .Push (MakeInteger (_ebe ));};}else {return ErrTypeCheck ;};return _dca ;}; -// Duplicate makes a fresh copy of the PSObject. -Duplicate ()PSObject ; +// Empty empties the stack. +func (_caca *PSStack )Empty (){*_caca =[]PSObject {}};func (_ba *PSBoolean )DebugString ()string {return _dg .Sprintf ("\u0062o\u006f\u006c\u003a\u0025\u0076",_ba .Val );};func (_bge *PSParser )parseNumber ()(PSObject ,error ){_fgad ,_abc :=_g .ParseNumber (_bge ._aeb ); +if _abc !=nil {return nil ,_abc ;};switch _bgga :=_fgad .(type ){case *_g .PdfObjectFloat :return MakeReal (float64 (*_bgga )),nil ;case *_g .PdfObjectInteger :return MakeInteger (int (*_bgga )),nil ;};return nil ,_dg .Errorf ("\u0075n\u0068\u0061\u006e\u0064\u006c\u0065\u0064\u0020\u006e\u0075\u006db\u0065\u0072\u0020\u0074\u0079\u0070\u0065\u0020\u0025\u0054",_fgad ); +}; -// DebugString returns a descriptive representation of the PSObject with more information than String() -// for debugging purposes. -DebugString ()string ; +// Append appends an object to the PSProgram. +func (_gee *PSProgram )Append (obj PSObject ){*_gee =append (*_gee ,obj )};var ErrRangeCheck =_e .New ("\u0072\u0061\u006e\u0067\u0065\u0020\u0063\u0068\u0065\u0063\u006b\u0020e\u0072\u0072\u006f\u0072");func (_ga *PSProgram )Duplicate ()PSObject {_eag :=&PSProgram {}; +for _ ,_aeg :=range *_ga {_eag .Append (_aeg .Duplicate ());};return _eag ;};func (_ceg *PSOperand )mul (_cgbfe *PSStack )error {_aca ,_dac :=_cgbfe .Pop ();if _dac !=nil {return _dac ;};_efa ,_dac :=_cgbfe .Pop ();if _dac !=nil {return _dac ;};_cfc ,_fbe :=_aca .(*PSReal ); +_deac ,_dbcd :=_aca .(*PSInteger );if !_fbe &&!_dbcd {return ErrTypeCheck ;};_bea ,_gfc :=_efa .(*PSReal );_fdd ,_gfa :=_efa .(*PSInteger );if !_gfc &&!_gfa {return ErrTypeCheck ;};if _dbcd &&_gfa {_bagad :=_deac .Val *_fdd .Val ;_fbfb :=_cgbfe .Push (MakeInteger (_bagad )); +return _fbfb ;};var _bgaf float64 ;if _fbe {_bgaf =_cfc .Val ;}else {_bgaf =float64 (_deac .Val );};if _gfc {_bgaf *=_bea .Val ;}else {_bgaf *=float64 (_fdd .Val );};_dac =_cgbfe .Push (MakeReal (_bgaf ));return _dac ;};func (_bgd *PSOperand )ge (_ce *PSStack )error {_dfe ,_bdc :=_ce .PopNumberAsFloat64 (); +if _bdc !=nil {return _bdc ;};_fbc ,_bdc :=_ce .PopNumberAsFloat64 ();if _bdc !=nil {return _bdc ;};if _b .Abs (_fbc -_dfe )< _gc {_bcg :=_ce .Push (MakeBool (true ));return _bcg ;}else if _fbc > _dfe {_dgd :=_ce .Push (MakeBool (true ));return _dgd ;}else {_gagd :=_ce .Push (MakeBool (false )); +return _gagd ;};}; -// String returns a string representation of the PSObject. -String ()string ;};func (_deba *PSOperand )or (_ceb *PSStack )error {_fdcc ,_dcbd :=_ceb .Pop ();if _dcbd !=nil {return _dcbd ;};_bcfb ,_dcbd :=_ceb .Pop ();if _dcbd !=nil {return _dcbd ;};if _dfcd ,_bcae :=_fdcc .(*PSBoolean );_bcae {_acf ,_fbfa :=_bcfb .(*PSBoolean ); -if !_fbfa {return ErrTypeCheck ;};_dcbd =_ceb .Push (MakeBool (_dfcd .Val ||_acf .Val ));return _dcbd ;};if _fggd ,_dbad :=_fdcc .(*PSInteger );_dbad {_cfb ,_cde :=_bcfb .(*PSInteger );if !_cde {return ErrTypeCheck ;};_dcbd =_ceb .Push (MakeInteger (_fggd .Val |_cfb .Val )); -return _dcbd ;};return ErrTypeCheck ;}; +// PSOperand represents a Postscript operand (text string). +type PSOperand string ; -// DebugString returns a descriptive string representation of the stack - intended for debugging. -func (_ddge *PSStack )DebugString ()string {_fgc :="\u005b\u0020";for _ ,_aead :=range *_ddge {_fgc +=_aead .DebugString ();_fgc +="\u0020";};_fgc +="\u005d";return _fgc ;};func (_aafc *PSOperand )roll (_bba *PSStack )error {_bac ,_fbbg :=_bba .Pop (); -if _fbbg !=nil {return _fbbg ;};_ddbac ,_fbbg :=_bba .Pop ();if _fbbg !=nil {return _fbbg ;};_eeec ,_eab :=_bac .(*PSInteger );if !_eab {return ErrTypeCheck ;};_bead ,_eab :=_ddbac .(*PSInteger );if !_eab {return ErrTypeCheck ;};if _bead .Val < 0{return ErrRangeCheck ; -};if _bead .Val ==0||_bead .Val ==1{return nil ;};if _bead .Val > len (*_bba ){return ErrStackUnderflow ;};for _fcd :=0;_fcd < _gddg (_eeec .Val );_fcd ++{var _eeeb []PSObject ;_eeeb =(*_bba )[len (*_bba )-(_bead .Val ):len (*_bba )];if _eeec .Val > 0{_bcg :=_eeeb [len (_eeeb )-1]; -_eeeb =append ([]PSObject {_bcg },_eeeb [0:len (_eeeb )-1]...);}else {_eecc :=_eeeb [len (_eeeb )-_bead .Val ];_eeeb =append (_eeeb [1:],_eecc );};_fecg :=append ((*_bba )[0:len (*_bba )-_bead .Val ],_eeeb ...);_bba =&_fecg ;};return nil ;};func _gddg (_agge int )int {if _agge < 0{return -_agge ; -};return _agge ;};func (_dad *PSOperand )Duplicate ()PSObject {_agg :=*_dad ;return &_agg };func (_eae *PSOperand )sub (_afce *PSStack )error {_bedc ,_afb :=_afce .Pop ();if _afb !=nil {return _afb ;};_egac ,_afb :=_afce .Pop ();if _afb !=nil {return _afb ; -};_aef ,_gccb :=_bedc .(*PSReal );_fdf ,_ddd :=_bedc .(*PSInteger );if !_gccb &&!_ddd {return ErrTypeCheck ;};_bcbe ,_dffbc :=_egac .(*PSReal );_badf ,_aedc :=_egac .(*PSInteger );if !_dffbc &&!_aedc {return ErrTypeCheck ;};if _ddd &&_aedc {_bcfa :=_badf .Val -_fdf .Val ; -_cdb :=_afce .Push (MakeInteger (_bcfa ));return _cdb ;};var _gacc float64 =0;if _dffbc {_gacc =_bcbe .Val ;}else {_gacc =float64 (_badf .Val );};if _gccb {_gacc -=_aef .Val ;}else {_gacc -=float64 (_fdf .Val );};_afb =_afce .Push (MakeReal (_gacc ));return _afb ; +// PSInteger represents an integer. +type PSInteger struct{Val int ;};func (_gccd *PSOperand )ne (_feg *PSStack )error {_dded :=_gccd .eq (_feg );if _dded !=nil {return _dded ;};_dded =_gccd .not (_feg );return _dded ;};func (_fec *PSOperand )Duplicate ()PSObject {_aee :=*_fec ;return &_aee }; +func (_egg *PSOperand )lt (_gcbg *PSStack )error {_gfg ,_bgdb :=_gcbg .PopNumberAsFloat64 ();if _bgdb !=nil {return _bgdb ;};_dee ,_bgdb :=_gcbg .PopNumberAsFloat64 ();if _bgdb !=nil {return _bgdb ;};if _b .Abs (_dee -_gfg )< _gc {_dggbc :=_gcbg .Push (MakeBool (false )); +return _dggbc ;}else if _dee < _gfg {_adc :=_gcbg .Push (MakeBool (true ));return _adc ;}else {_dfg :=_gcbg .Push (MakeBool (false ));return _dfg ;};};func (_fd *PSReal )DebugString ()string {return _dg .Sprintf ("\u0072e\u0061\u006c\u003a\u0025\u002e\u0035f",_fd .Val ); }; -// MakeReal returns a new PSReal object initialized with `val`. -func MakeReal (val float64 )*PSReal {_gggd :=PSReal {};_gggd .Val =val ;return &_gggd };func (_egff *PSParser )parseNumber ()(PSObject ,error ){_adb ,_fge :=_ed .ParseNumber (_egff ._gdf );if _fge !=nil {return nil ,_fge ;};switch _cege :=_adb .(type ){case *_ed .PdfObjectFloat :return MakeReal (float64 (*_cege )),nil ; -case *_ed .PdfObjectInteger :return MakeInteger (int (*_cege )),nil ;};return nil ,_b .Errorf ("\u0075n\u0068\u0061\u006e\u0064\u006c\u0065\u0064\u0020\u006e\u0075\u006db\u0065\u0072\u0020\u0074\u0079\u0070\u0065\u0020\u0025\u0054",_adb );};func (_cggc *PSOperand )ln (_dcb *PSStack )error {_gbab ,_dada :=_dcb .PopNumberAsFloat64 (); -if _dada !=nil {return _dada ;};_gfc :=_f .Log (_gbab );_dada =_dcb .Push (MakeReal (_gfc ));return _dada ;};func (_cfcc *PSOperand )lt (_fca *PSStack )error {_cbe ,_bbb :=_fca .PopNumberAsFloat64 ();if _bbb !=nil {return _bbb ;};_aca ,_bbb :=_fca .PopNumberAsFloat64 (); -if _bbb !=nil {return _bbb ;};if _f .Abs (_aca -_cbe )< _fg {_dcbc :=_fca .Push (MakeBool (false ));return _dcbc ;}else if _aca < _cbe {_bgdb :=_fca .Push (MakeBool (true ));return _bgdb ;}else {_aee :=_fca .Push (MakeBool (false ));return _aee ;};}; +// Parse parses the postscript and store as a program that can be executed. +func (_fcca *PSParser )Parse ()(*PSProgram ,error ){_fcca .skipSpaces ();_faab ,_bed :=_fcca ._aeb .Peek (2);if _bed !=nil {return nil ,_bed ;};if _faab [0]!='{'{return nil ,_e .New ("\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0050\u0053\u0020\u0050\u0072\u006f\u0067\u0072\u0061\u006d\u0020\u006e\u006f\u0074\u0020\u0073t\u0061\u0072\u0074\u0069\u006eg\u0020\u0077i\u0074\u0068\u0020\u007b"); +};_bae ,_bed :=_fcca .parseFunction ();if _bed !=nil &&_bed !=_a .EOF {return nil ,_bed ;};return _bae ,_bed ;};func (_beg *PSOperand )cvr (_edf *PSStack )error {_fed ,_dggb :=_edf .Pop ();if _dggb !=nil {return _dggb ;};if _fdf ,_fbb :=_fed .(*PSReal ); +_fbb {_dggb =_edf .Push (MakeReal (_fdf .Val ));}else if _cgg ,_gdc :=_fed .(*PSInteger );_gdc {_dggb =_edf .Push (MakeReal (float64 (_cgg .Val )));}else {return ErrTypeCheck ;};return _dggb ;};func (_bb *PSInteger )String ()string {return _dg .Sprintf ("\u0025\u0064",_bb .Val )}; +func (_cda *PSOperand )copy (_egd *PSStack )error {_bcf ,_ec :=_egd .PopInteger ();if _ec !=nil {return _ec ;};if _bcf < 0{return ErrRangeCheck ;};if _bcf > len (*_egd ){return ErrRangeCheck ;};*_egd =append (*_egd ,(*_egd )[len (*_egd )-_bcf :]...);return nil ; +};func (_gd *PSReal )Duplicate ()PSObject {_gce :=PSReal {};_gce .Val =_gd .Val ;return &_gce };func (_fdb *PSParser )parseOperand ()(*PSOperand ,error ){var _cgfdc []byte ;for {_ffb ,_aae :=_fdb ._aeb .Peek (1);if _aae !=nil {if _aae ==_a .EOF {break ; +};return nil ,_aae ;};if _g .IsDelimiter (_ffb [0]){break ;};if _g .IsWhiteSpace (_ffb [0]){break ;};_fgcf ,_ :=_fdb ._aeb .ReadByte ();_cgfdc =append (_cgfdc ,_fgcf );};if len (_cgfdc )==0{return nil ,_e .New ("\u0069\u006e\u0076al\u0069\u0064\u0020\u006f\u0070\u0065\u0072\u0061\u006e\u0064\u0020\u0028\u0065\u006d\u0070\u0074\u0079\u0029"); +};return MakeOperand (string (_cgfdc )),nil ;}; -// Append appends an object to the PSProgram. -func (_gc *PSProgram )Append (obj PSObject ){*_gc =append (*_gc ,obj )};func (_gced *PSOperand )sqrt (_ccc *PSStack )error {_bddb ,_edeb :=_ccc .PopNumberAsFloat64 ();if _edeb !=nil {return _edeb ;};if _bddb < 0{return ErrRangeCheck ;};_ecce :=_f .Sqrt (_bddb ); -_edeb =_ccc .Push (MakeReal (_ecce ));return _edeb ;};func (_fb *PSInteger )Duplicate ()PSObject {_cg :=PSInteger {};_cg .Val =_fb .Val ;return &_cg };var ErrRangeCheck =_a .New ("\u0072\u0061\u006e\u0067\u0065\u0020\u0063\u0068\u0065\u0063\u006b\u0020e\u0072\u0072\u006f\u0072"); -func (_cec *PSOperand )cos (_bedb *PSStack )error {_de ,_fgfd :=_bedb .PopNumberAsFloat64 ();if _fgfd !=nil {return _fgfd ;};_gaa :=_f .Cos (_de *_f .Pi /180.0);_fgfd =_bedb .Push (MakeReal (_gaa ));return _fgfd ;};var ErrUnsupportedOperand =_a .New ("\u0075\u006e\u0073\u0075pp\u006f\u0072\u0074\u0065\u0064\u0020\u006f\u0070\u0065\u0072\u0061\u006e\u0064"); -func (_bgg *PSOperand )exch (_ggc *PSStack )error {_faf ,_bdga :=_ggc .Pop ();if _bdga !=nil {return _bdga ;};_bbgf ,_bdga :=_ggc .Pop ();if _bdga !=nil {return _bdga ;};_bdga =_ggc .Push (_faf );if _bdga !=nil {return _bdga ;};_bdga =_ggc .Push (_bbgf ); -return _bdga ;};func (_gbcd *PSParser )parseOperand ()(*PSOperand ,error ){var _adag []byte ;for {_bcdb ,_dfbdc :=_gbcd ._gdf .Peek (1);if _dfbdc !=nil {if _dfbdc ==_ab .EOF {break ;};return nil ,_dfbdc ;};if _ed .IsDelimiter (_bcdb [0]){break ;};if _ed .IsWhiteSpace (_bcdb [0]){break ; -};_ggdc ,_ :=_gbcd ._gdf .ReadByte ();_adag =append (_adag ,_ggdc );};if len (_adag )==0{return nil ,_a .New ("\u0069\u006e\u0076al\u0069\u0064\u0020\u006f\u0070\u0065\u0072\u0061\u006e\u0064\u0020\u0028\u0065\u006d\u0070\u0074\u0079\u0029");};return MakeOperand (string (_adag )),nil ; -}; \ No newline at end of file +// PSStack defines a stack of PSObjects. PSObjects can be pushed on or pull from the stack. +type PSStack []PSObject ;func (_ae *PSProgram )DebugString ()string {_fa :="\u007b\u0020";for _ ,_bgg :=range *_ae {_fa +=_bgg .DebugString ();_fa +="\u0020";};_fa +="\u007d";return _fa ;};var ErrTypeCheck =_e .New ("\u0074\u0079p\u0065\u0020\u0063h\u0065\u0063\u006b\u0020\u0065\u0072\u0072\u006f\u0072"); +func (_ggdb *PSOperand )floor (_dedc *PSStack )error {_ffg ,_cab :=_dedc .Pop ();if _cab !=nil {return _cab ;};if _bbed ,_cbdd :=_ffg .(*PSReal );_cbdd {_cab =_dedc .Push (MakeReal (_b .Floor (_bbed .Val )));}else if _bga ,_agc :=_ffg .(*PSInteger );_agc {_cab =_dedc .Push (MakeInteger (_bga .Val )); +}else {return ErrTypeCheck ;};return _cab ;};func (_agg *PSOperand )sqrt (_gbg *PSStack )error {_dbba ,_age :=_gbg .PopNumberAsFloat64 ();if _age !=nil {return _age ;};if _dbba < 0{return ErrRangeCheck ;};_feef :=_b .Sqrt (_dbba );_age =_gbg .Push (MakeReal (_feef )); +return _age ;};func (_aaff *PSOperand )roll (_ggda *PSStack )error {_fddg ,_dbg :=_ggda .Pop ();if _dbg !=nil {return _dbg ;};_dgf ,_dbg :=_ggda .Pop ();if _dbg !=nil {return _dbg ;};_gcg ,_gbab :=_fddg .(*PSInteger );if !_gbab {return ErrTypeCheck ;}; +_dbcdf ,_gbab :=_dgf .(*PSInteger );if !_gbab {return ErrTypeCheck ;};if _dbcdf .Val < 0{return ErrRangeCheck ;};if _dbcdf .Val ==0||_dbcdf .Val ==1{return nil ;};if _dbcdf .Val > len (*_ggda ){return ErrStackUnderflow ;};for _fadg :=0;_fadg < _bbcf (_gcg .Val ); +_fadg ++{var _edgg []PSObject ;_edgg =(*_ggda )[len (*_ggda )-(_dbcdf .Val ):len (*_ggda )];if _gcg .Val > 0{_bgce :=_edgg [len (_edgg )-1];_edgg =append ([]PSObject {_bgce },_edgg [0:len (_edgg )-1]...);}else {_gbad :=_edgg [len (_edgg )-_dbcdf .Val ]; +_edgg =append (_edgg [1:],_gbad );};_cfcg :=append ((*_ggda )[0:len (*_ggda )-_dbcdf .Val ],_edgg ...);_ggda =&_cfcg ;};return nil ;}; \ No newline at end of file diff --git a/redactor/redactor.go b/redactor/redactor.go index 08fd984d8..a1f896ea0 100644 --- a/redactor/redactor.go +++ b/redactor/redactor.go @@ -9,102 +9,101 @@ // Use of this source code is governed by the UniDoc End User License Agreement // terms that can be accessed at https://unidoc.io/eula/ -package redactor ;import (_cd "errors";_d "fmt";_f "github.com/unidoc/unipdf/v3/common";_dd "github.com/unidoc/unipdf/v3/contentstream";_dbb "github.com/unidoc/unipdf/v3/core";_ab "github.com/unidoc/unipdf/v3/creator";_bf "github.com/unidoc/unipdf/v3/extractor"; -_b "github.com/unidoc/unipdf/v3/model";_dg "io";_db "regexp";_a "sort";_df "strings";);func _fdgc (_fdc *_bf .TextMarkArray )[]*_bf .TextMarkArray {_edaa :=_fdc .Elements ();_cbfc :=len (_edaa );var _eed _dbb .PdfObject ;_egb :=[]*_bf .TextMarkArray {}; -_edb :=&_bf .TextMarkArray {};_aaba :=-1;for _fdff ,_daeg :=range _edaa {_adbd :=_daeg .DirectObject ;_aaba =_daeg .Index ;if _adbd ==nil {_ece :=_bbb (_fdc ,_fdff ,_aaba );if _eed !=nil {if _ece ==-1||_ece > _fdff {_egb =append (_egb ,_edb );_edb =&_bf .TextMarkArray {}; -};};}else if _adbd !=nil &&_eed ==nil {if _aaba ==0&&_fdff > 0{_egb =append (_egb ,_edb );_edb =&_bf .TextMarkArray {};};}else if _adbd !=nil &&_eed !=nil {if _adbd !=_eed {_egb =append (_egb ,_edb );_edb =&_bf .TextMarkArray {};};};_eed =_adbd ;_edb .Append (_daeg ); -if _fdff ==(_cbfc -1){_egb =append (_egb ,_edb );};};return _egb ;}; +package redactor ;import (_e "errors";_a "fmt";_fb "github.com/unidoc/unipdf/v3/common";_eb "github.com/unidoc/unipdf/v3/contentstream";_fc "github.com/unidoc/unipdf/v3/core";_fba "github.com/unidoc/unipdf/v3/creator";_g "github.com/unidoc/unipdf/v3/extractor"; +_b "github.com/unidoc/unipdf/v3/model";_ac "io";_f "regexp";_ff "sort";_ee "strings";);type placeHolders struct{_c []int ;_df string ;_fg float64 ;};func _cc (_dd *_g .TextMarkArray )int {_gf :=0;_gg :=_dd .Elements ();if _gg [0].Text =="\u0020"{_gf ++; +};if _gg [_dd .Len ()-1].Text =="\u0020"{_gf ++;};return _gf ;};func _fdb (_cdge []placeHolders )[]replacement {_efc :=[]replacement {};for _ ,_geagg :=range _cdge {_gacb :=_geagg ._c ;_aee :=_geagg ._df ;_cbe :=_geagg ._fg ;for _ ,_dbb :=range _gacb {_cbd :=replacement {_cg :_aee ,_bf :_cbe ,_aa :_dbb }; +_efc =append (_efc ,_cbd );};};_ff .Slice (_efc ,func (_ece ,_gdgb int )bool {return _efc [_ece ]._aa < _efc [_gdgb ]._aa });return _efc ;};func _ddc (_abe *_g .TextMarkArray )(_fc .PdfObject ,int ){var _bff _fc .PdfObject ;_cda :=-1;for _bd ,_bfe :=range _abe .Elements (){_bff =_bfe .DirectObject ; +_cda =_bd ;if _bff !=nil {break ;};};return _bff ,_cda ;};func _aebf (_eaag *matchedIndex ,_bbe [][]int )[]*matchedIndex {_gcae :=[]*matchedIndex {};_dbbd :=_eaag ._fdbb ;_aga :=_dbbd ;_gdfd :=_eaag ._ffe ;_dbd :=0;for _ ,_cad :=range _bbe {_bde :=_cad [0]-_dbbd ; +if _dbd >=_bde {continue ;};_agf :=_gdfd [_dbd :_bde ];_bcf :=&matchedIndex {_ffe :_agf ,_fdbb :_aga ,_ffda :_cad [0]};if len (_ee .TrimSpace (_agf ))!=0{_gcae =append (_gcae ,_bcf );};_dbd =_cad [1]-_dbbd ;_aga =_dbbd +_dbd ;};_afb :=_gdfd [_dbd :];_dfb :=&matchedIndex {_ffe :_afb ,_fdbb :_aga ,_ffda :_eaag ._ffda }; +if len (_ee .TrimSpace (_afb ))!=0{_gcae =append (_gcae ,_dfb );};return _gcae ;};type targetMap struct{_fed string ;_dfa [][]int ;};func _cgg (_ebe string )(string ,[][]int ){_dffb :=_f .MustCompile ("\u005c\u006e");_ggdg :=_dffb .FindAllStringIndex (_ebe ,-1); +_eda :=_dffb .ReplaceAllString (_ebe ,"\u0020");return _eda ,_ggdg ;};type matchedIndex struct{_fdbb int ;_ffda int ;_ffe string ;};type localSpanMarks struct{_ceba *_g .TextMarkArray ;_gacc int ;_ggg string ;};func _gdcg (_fa localSpanMarks ,_gaf *_g .TextMarkArray ,_gecg *_b .PdfFont ,_egg ,_ddg string )([]_fc .PdfObject ,error ){_ecf :=_ccee (_gaf ); +Tj ,_edg :=_fgb (_gaf );if _edg !=nil {return nil ,_edg ;};_dabc :=len (_egg );_gac :=len (_ecf );_ffa :=-1;_gfb :=_fc .MakeFloat (Tj );if _ecf !=_ddg {_bce :=_fa ._gacc ;if _bce ==0{_ffa =_ee .LastIndex (_egg ,_ecf );}else {_ffa =_ee .Index (_egg ,_ecf ); +};}else {_ffa =_ee .Index (_egg ,_ecf );};_ccd :=_ffa +_gac ;_gdfa :=[]_fc .PdfObject {};if _ffa ==0&&_ccd ==_dabc {_gdfa =append (_gdfa ,_gfb );}else if _ffa ==0&&_ccd < _dabc {_gead :=_adb (_egg [_ccd :],_gecg );_afag :=_fc .MakeStringFromBytes (_gead ); +_gdfa =append (_gdfa ,_gfb ,_afag );}else if _ffa > 0&&_ccd >=_dabc {_bgb :=_adb (_egg [:_ffa ],_gecg );_dgf :=_fc .MakeStringFromBytes (_bgb );_gdfa =append (_gdfa ,_dgf ,_gfb );}else if _ffa > 0&&_ccd < _dabc {_ddea :=_adb (_egg [:_ffa ],_gecg );_egfa :=_adb (_egg [_ccd :],_gecg ); +_dac :=_fc .MakeStringFromBytes (_ddea );_gdfad :=_fc .MakeString (string (_egfa ));_gdfa =append (_gdfa ,_dac ,_gfb ,_gdfad );};return _gdfa ,nil ;};func _ccgd (_aeb *targetMap ,_baa []int ){var _fgg [][]int ;for _ebbb ,_bbg :=range _aeb ._dfa {if _bfdg (_ebbb ,_baa ){continue ; +};_fgg =append (_fgg ,_bbg );};_aeb ._dfa =_fgg ;};func _ccee (_ddcd *_g .TextMarkArray )string {_cbg :="";for _ ,_acg :=range _ddcd .Elements (){_cbg +=_acg .Text ;};return _cbg ;};func _ggc (_edb ,_gfdc string )[]int {if len (_gfdc )==0{return nil ;}; +var _fgca []int ;for _gba :=0;_gba < len (_edb );{_gad :=_ee .Index (_edb [_gba :],_gfdc );if _gad < 0{return _fgca ;};_fgca =append (_fgca ,_gba +_gad );_gba +=_gad +len (_gfdc );};return _fgca ;};func _cde (_de []localSpanMarks )(map[string ][]localSpanMarks ,[]string ){_abd :=make (map[string ][]localSpanMarks ); +_fca :=[]string {};for _ ,_dfge :=range _de {_bba :=_dfge ._ggg ;if _aac ,_bbad :=_abd [_bba ];_bbad {_abd [_bba ]=append (_aac ,_dfge );}else {_abd [_bba ]=[]localSpanMarks {_dfge };_fca =append (_fca ,_bba );};};return _abd ,_fca ;}; -// Write writes the content of `re.creator` to writer of type io.Writer interface. -func (_caeg *Redactor )Write (writer _dg .Writer )error {return _caeg ._agff .Write (writer )};type targetMap struct{_gab string ;_bcd [][]int ;};func _abb (_cdff *_bf .TextMarkArray )(float64 ,error ){_aff ,_agaf :=_cdff .BBox ();if !_agaf {return 0.0,_d .Errorf ("\u0073\u0070\u0061\u006e\u004d\u0061\u0072\u006bs\u002e\u0042\u0042ox\u0020\u0068\u0061\u0073\u0020\u006eo\u0020\u0062\u006f\u0075\u006e\u0064\u0069\u006e\u0067\u0020\u0062\u006f\u0078\u002e\u0020s\u0070\u0061\u006e\u004d\u0061\u0072\u006b\u0073=\u0025\u0073",_cdff ); -};_gce :=_abd (_cdff );_fbce :=0.0;_ ,_bcg :=_dcf (_cdff );_dbfc :=_cdff .Elements ()[_bcg ];_bfef :=_dbfc .Font ;if _gce > 0{_fbce =_gcf (_bfef ,_dbfc );};_acg :=(_aff .Urx -_aff .Llx );_acg =_acg +_fbce *float64 (_gce );Tj :=_ddgd (_acg ,_dbfc .FontSize ,_dbfc .Th ); -return Tj ,nil ;};func _abd (_fbc *_bf .TextMarkArray )int {_ddg :=0;_egg :=_fbc .Elements ();if _egg [0].Text =="\u0020"{_ddg ++;};if _egg [_fbc .Len ()-1].Text =="\u0020"{_ddg ++;};return _ddg ;};func _bda (_adcf _dbb .PdfObject ,_caef *_b .PdfFont )(string ,error ){_facc ,_fgbf :=_dbb .GetStringBytes (_adcf ); -if !_fgbf {return "",_dbb .ErrTypeError ;};_bgf :=_caef .BytesToCharcodes (_facc );_ddd ,_cgd ,_bbddd :=_caef .CharcodesToStrings (_bgf ,"");if _bbddd > 0{_f .Log .Debug ("\u0072\u0065nd\u0065\u0072\u0054e\u0078\u0074\u003a\u0020num\u0043ha\u0072\u0073\u003d\u0025\u0064\u0020\u006eum\u004d\u0069\u0073\u0073\u0065\u0073\u003d%\u0064",_cgd ,_bbddd ); -};_agg :=_df .Join (_ddd ,"");return _agg ,nil ;};func _dgc (_ead string ,_de *_b .PdfFont )[]byte {_aag ,_aab :=_de .StringToCharcodeBytes (_ead );if _aab !=0{_f .Log .Debug ("\u0057\u0041\u0052\u004e\u003a\u0020\u0073\u006fm\u0065\u0020\u0072un\u0065\u0073\u0020\u0063\u006f\u0075l\u0064\u0020\u006e\u006f\u0074\u0020\u0062\u0065\u0020\u0065\u006e\u0063\u006f\u0064\u0065d\u002e\u000a\u0009\u0025\u0073\u0020\u002d\u003e \u0025\u0076",_ead ,_aag ); -};return _aag ;};func _aabc (_cade *targetMap ,_gba []int ){var _dcge [][]int ;for _fbf ,_bef :=range _cade ._bcd {if _dabgg (_fbf ,_gba ){continue ;};_dcge =append (_dcge ,_bef );};_cade ._bcd =_dcge ;}; +// Redactor represents a Redactor object. +type Redactor struct{_bga *_b .PdfReader ;_gbc *RedactionOptions ;_ffaa *_fba .Creator ;_ffdf *RectangleProps ;};type regexMatcher struct{_bgfa RedactionTerm };func _dga (_cfc []*matchedIndex )[]*targetMap {_bfff :=make (map[string ][][]int );_bgde :=[]*targetMap {}; +for _ ,_gdec :=range _cfc {_aacf :=_gdec ._ffe ;_cede :=[]int {_gdec ._fdbb ,_gdec ._ffda };if _bgf ,_bee :=_bfff [_aacf ];_bee {_bfff [_aacf ]=append (_bgf ,_cede );}else {_bfff [_aacf ]=[][]int {_cede };};};for _dfea ,_bed :=range _bfff {_ccf :=&targetMap {_fed :_dfea ,_dfa :_bed }; +_bgde =append (_bgde ,_ccf );};return _bgde ;};func _fcc (_af *_eb .ContentStreamOperations ,_db string ,_eec int )error {_dce :=_eb .ContentStreamOperations {};var _dfg _eb .ContentStreamOperation ;for _ebb ,_gd :=range *_af {if _ebb ==_eec {if _db =="\u0027"{_cb :=_eb .ContentStreamOperation {Operand :"\u0054\u002a"}; +_dce =append (_dce ,&_cb );_dfg .Params =_gd .Params ;_dfg .Operand ="\u0054\u006a";_dce =append (_dce ,&_dfg );}else if _db =="\u0022"{_ffb :=_gd .Params [:2];Tc ,Tw :=_ffb [0],_ffb [1];_fbe :=_eb .ContentStreamOperation {Params :[]_fc .PdfObject {Tc },Operand :"\u0054\u0063"}; +_dce =append (_dce ,&_fbe );_fbe =_eb .ContentStreamOperation {Params :[]_fc .PdfObject {Tw },Operand :"\u0054\u0077"};_dce =append (_dce ,&_fbe );_dfg .Params =[]_fc .PdfObject {_gd .Params [2]};_dfg .Operand ="\u0054\u006a";_dce =append (_dce ,&_dfg ); +};};_dce =append (_dce ,_gd );};*_af =_dce ;return nil ;};func _cef (_cea _fc .PdfObject ,_ebf *_b .PdfFont )(string ,error ){_fde ,_fffg :=_fc .GetStringBytes (_cea );if !_fffg {return "",_fc .ErrTypeError ;};_bge :=_ebf .BytesToCharcodes (_fde );_dbag ,_efbc ,_bfb :=_ebf .CharcodesToStrings (_bge ,""); +if _bfb > 0{_fb .Log .Debug ("\u0072\u0065nd\u0065\u0072\u0054e\u0078\u0074\u003a\u0020num\u0043ha\u0072\u0073\u003d\u0025\u0064\u0020\u006eum\u004d\u0069\u0073\u0073\u0065\u0073\u003d%\u0064",_efbc ,_bfb );};_ffdd :=_ee .Join (_dbag ,"");return _ffdd ,nil ; +};func _ce (_fgc *_eb .ContentStreamOperations ,_dc map[_fc .PdfObject ][]localSpanMarks )error {for _eg ,_eea :=range _dc {if _eg ==nil {continue ;};_cd ,_ge ,_ged :=_gfeca (_fgc ,_eg );if !_ged {_fb .Log .Debug ("Pd\u0066\u004fb\u006a\u0065\u0063\u0074\u0020\u0025\u0073\u006e\u006ft\u0020\u0066\u006f\u0075\u006e\u0064\u0020\u0069\u006e\u0020\u0073\u0069\u0064\u0065\u0020\u0074\u0068\u0065\u0020\u0063\u006f\u006e\u0074\u0065\u006e\u0074\u0073\u0074r\u0065a\u006d\u0020\u006f\u0070\u0065\u0072\u0061\u0074i\u006fn\u0020\u0025s",_eg ,_fgc ); +return nil ;};if _cd .Operand =="\u0054\u006a"{_fge :=_fdg (_cd ,_eg ,_eea );if _fge !=nil {return _fge ;};}else if _cd .Operand =="\u0054\u004a"{_dcb :=_gea (_cd ,_eg ,_eea );if _dcb !=nil {return _dcb ;};}else if _cd .Operand =="\u0027"||_cd .Operand =="\u0022"{_ab :=_fcc (_fgc ,_cd .Operand ,_ge ); +if _ab !=nil {return _ab ;};_ab =_fdg (_cd ,_eg ,_eea );if _ab !=nil {return _ab ;};};};return nil ;};func _adb (_geag string ,_bdba *_b .PdfFont )[]byte {_aae ,_age :=_bdba .StringToCharcodeBytes (_geag );if _age !=0{_fb .Log .Debug ("\u0057\u0041\u0052\u004e\u003a\u0020\u0073\u006fm\u0065\u0020\u0072un\u0065\u0073\u0020\u0063\u006f\u0075l\u0064\u0020\u006e\u006f\u0074\u0020\u0062\u0065\u0020\u0065\u006e\u0063\u006f\u0064\u0065d\u002e\u000a\u0009\u0025\u0073\u0020\u002d\u003e \u0025\u0076",_geag ,_aae ); +};return _aae ;};func _ba (_dff string ,_eac []localSpanMarks )([]placeHolders ,error ){_baf :="";_dba :=[]placeHolders {};for _gc ,_cfb :=range _eac {_ecg :=_cfb ._ceba ;_cdg :=_cfb ._ggg ;_deb :=_ccee (_ecg );_bbde ,_afde :=_fgb (_ecg );if _afde !=nil {return nil ,_afde ; +};if _deb !=_baf {var _cgeb []int ;if _gc ==0&&_cdg !=_deb {_fdc :=_ee .Index (_dff ,_deb );_cgeb =[]int {_fdc };}else if _gc ==len (_eac )-1{_bdbd :=_ee .LastIndex (_dff ,_deb );_cgeb =[]int {_bdbd };}else {_cgeb =_ggc (_dff ,_deb );};_eggg :=placeHolders {_c :_cgeb ,_df :_deb ,_fg :_bbde }; +_dba =append (_dba ,_eggg );};_baf =_deb ;};return _dba ,nil ;};func _da (_abc *_b .PdfFont ,_gfca _g .TextMark )float64 {_gab :=0.001;_cfg :=_gfca .Th /100;if _abc .Subtype ()=="\u0054\u0079\u0070e\u0033"{_gab =1;};_gfd ,_aed :=_abc .GetRuneMetrics (' '); +if !_aed {_gfd ,_aed =_abc .GetCharMetrics (32);};if !_aed {_gfd ,_ =_b .DefaultFont ().GetRuneMetrics (' ');};_cce :=_gab *((_gfd .Wx *_gfca .FontSize +_gfca .Tc +_gfca .Tw )/_cfg );return _cce ;};func _gea (_cee *_eb .ContentStreamOperation ,_ced _fc .PdfObject ,_dg []localSpanMarks )error {_bdb ,_dgb :=_fc .GetArray (_cee .Params [0]); +_ag :=[]_fc .PdfObject {};if !_dgb {_fb .Log .Debug ("\u0045\u0052\u0052OR\u003a\u0020\u0054\u004a\u0020\u006f\u0070\u003d\u0025s\u0020G\u0065t\u0041r\u0072\u0061\u0079\u0056\u0061\u006c\u0020\u0066\u0061\u0069\u006c\u0065\u0064",_cee );return _a .Errorf ("\u0073\u0070\u0061\u006e\u004d\u0061\u0072\u006bs\u002e\u0042\u0042ox\u0020\u0068\u0061\u0073\u0020\u006eo\u0020\u0062\u006f\u0075\u006e\u0064\u0069\u006e\u0067\u0020\u0062\u006f\u0078\u002e\u0020s\u0070\u0061\u006e\u004d\u0061\u0072\u006b\u0073=\u0025\u0073",_cee ); +};_gfc ,_gdd :=_cde (_dg );if len (_gdd )==1{_bg :=_gdd [0];_fd :=_gfc [_bg ];if len (_fd )==1{_bgd :=_fd [0];_gdda :=_bgd ._ceba ;_ad :=_afa (_gdda );_ebg ,_eecg :=_cef (_ced ,_ad );if _eecg !=nil {return _eecg ;};_afc ,_eecg :=_gdcg (_bgd ,_gdda ,_ad ,_ebg ,_bg ); +if _eecg !=nil {return _eecg ;};for _ ,_bb :=range _bdb .Elements (){if _bb ==_ced {_ag =append (_ag ,_afc ...);}else {_ag =append (_ag ,_bb );};};}else {_fff :=_fd [0]._ceba ;_ca :=_afa (_fff );_bbd ,_ceb :=_cef (_ced ,_ca );if _ceb !=nil {return _ceb ; +};_ceg ,_ceb :=_ba (_bbd ,_fd );if _ceb !=nil {return _ceb ;};_cba :=_fdb (_ceg );_ea :=_gabd (_bbd ,_cba ,_ca );for _ ,_ae :=range _bdb .Elements (){if _ae ==_ced {_ag =append (_ag ,_ea ...);}else {_ag =append (_ag ,_ae );};};};_cee .Params [0]=_fc .MakeArray (_ag ...); +}else if len (_gdd )> 1{_acf :=_dg [0];_bbf :=_acf ._ceba ;_ ,_eecc :=_ddc (_bbf );_cf :=_bbf .Elements ()[_eecc ];_ed :=_cf .Font ;_gff ,_aba :=_cef (_ced ,_ed );if _aba !=nil {return _aba ;};_ec ,_aba :=_ba (_gff ,_dg );if _aba !=nil {return _aba ;}; +_cbb :=_fdb (_ec );_cff :=_gabd (_gff ,_cbb ,_ed );for _ ,_ga :=range _bdb .Elements (){if _ga ==_ced {_ag =append (_ag ,_cff ...);}else {_ag =append (_ag ,_ga );};};_cee .Params [0]=_fc .MakeArray (_ag ...);};return nil ;}; -// RedactionOptions is a collection of RedactionTerm objects. -type RedactionOptions struct{Terms []RedactionTerm ;};func _baaf (_efd string ,_edde []localSpanMarks )([]placeHolders ,error ){_bgca :="";_gec :=[]placeHolders {};for _gecb ,_fba :=range _edde {_cccd :=_fba ._gaf ;_fde :=_fba ._gcfa ;_dca :=_ebeb (_cccd ); -_cbf ,_dac :=_abb (_cccd );if _dac !=nil {return nil ,_dac ;};if _dca !=_bgca {var _bea []int ;if _gecb ==0&&_fde !=_dca {_agf :=_df .Index (_efd ,_dca );_bea =[]int {_agf };}else if _gecb ==len (_edde )-1{_fbd :=_df .LastIndex (_efd ,_dca );_bea =[]int {_fbd }; -}else {_bea =_abec (_efd ,_dca );};_ade :=placeHolders {_g :_bea ,_dfa :_dca ,_e :_cbf };_gec =append (_gec ,_ade );};_bgca =_dca ;};return _gec ,nil ;};func _cbd (_aaea []int ,_ggd *_bf .TextMarkArray ,_aedc string )(*_bf .TextMarkArray ,matchedBBox ,error ){_bbcb :=matchedBBox {}; -_gdba :=_aaea [0];_dec :=_aaea [1];_cebf :=len (_aedc )-len (_df .TrimLeft (_aedc ,"\u0020"));_baafb :=len (_aedc )-len (_df .TrimRight (_aedc ,"\u0020\u000a"));_gdba =_gdba +_cebf ;_dec =_dec -_baafb ;_aedc =_df .Trim (_aedc ,"\u0020\u000a");_cfb ,_faf :=_ggd .RangeOffset (_gdba ,_dec ); -if _faf !=nil {return nil ,_bbcb ,_faf ;};_gac ,_bbgd :=_cfb .BBox ();if !_bbgd {return nil ,_bbcb ,_d .Errorf ("\u0073\u0070\u0061\u006e\u004d\u0061\u0072\u006bs\u002e\u0042\u0042ox\u0020\u0068\u0061\u0073\u0020\u006eo\u0020\u0062\u006f\u0075\u006e\u0064\u0069\u006e\u0067\u0020\u0062\u006f\u0078\u002e\u0020s\u0070\u0061\u006e\u004d\u0061\u0072\u006b\u0073=\u0025\u0073",_cfb ); -};_bbcb =matchedBBox {_dab :_aedc ,_eee :_gac };return _cfb ,_bbcb ,nil ;};func _ffa (_ccg ,_cfab targetMap )(bool ,[]int ){_gbd :=_df .Contains (_ccg ._gab ,_cfab ._gab );var _ccgc []int ;for _ ,_fgbd :=range _ccg ._bcd {for _agbe ,_adb :=range _cfab ._bcd {if _adb [0]>=_fgbd [0]&&_adb [1]<=_fgbd [1]{_ccgc =append (_ccgc ,_agbe ); -};};};return _gbd ,_ccgc ;};func _bbe (_fe localSpanMarks ,_bc *_bf .TextMarkArray ,_bad *_b .PdfFont ,_baa ,_bega string )([]_dbb .PdfObject ,error ){_cegc :=_ebeb (_bc );Tj ,_cg :=_abb (_bc );if _cg !=nil {return nil ,_cg ;};_edee :=len (_baa );_dbge :=len (_cegc ); -_faa :=-1;_ddfa :=_dbb .MakeFloat (Tj );if _cegc !=_bega {_dfe :=_fe ._agae ;if _dfe ==0{_faa =_df .LastIndex (_baa ,_cegc );}else {_faa =_df .Index (_baa ,_cegc );};}else {_faa =_df .Index (_baa ,_cegc );};_abg :=_faa +_dbge ;_dbdc :=[]_dbb .PdfObject {}; -if _faa ==0&&_abg ==_edee {_dbdc =append (_dbdc ,_ddfa );}else if _faa ==0&&_abg < _edee {_geg :=_dgc (_baa [_abg :],_bad );_ffb :=_dbb .MakeStringFromBytes (_geg );_dbdc =append (_dbdc ,_ddfa ,_ffb );}else if _faa > 0&&_abg >=_edee {_afg :=_dgc (_baa [:_faa ],_bad ); -_ec :=_dbb .MakeStringFromBytes (_afg );_dbdc =append (_dbdc ,_ec ,_ddfa );}else if _faa > 0&&_abg < _edee {_dfee :=_dgc (_baa [:_faa ],_bad );_abda :=_dgc (_baa [_abg :],_bad );_bebc :=_dbb .MakeStringFromBytes (_dfee );_ada :=_dbb .MakeString (string (_abda )); -_dbdc =append (_dbdc ,_bebc ,_ddfa ,_ada );};return _dbdc ,nil ;};func _bcc (_gbc []placeHolders )[]replacement {_adc :=[]replacement {};for _ ,_dae :=range _gbc {_daeb :=_dae ._g ;_bbg :=_dae ._dfa ;_ebgb :=_dae ._e ;for _ ,_adg :=range _daeb {_bed :=replacement {_ed :_bbg ,_fa :_ebgb ,_bfe :_adg }; -_adc =append (_adc ,_bed );};};_a .Slice (_adc ,func (_ebd ,_dggc int )bool {return _adc [_ebd ]._bfe < _adc [_dggc ]._bfe });return _adc ;};type localSpanMarks struct{_gaf *_bf .TextMarkArray ;_agae int ;_gcfa string ;};func _ebeb (_bde *_bf .TextMarkArray )string {_fce :=""; -for _ ,_cgdd :=range _bde .Elements (){_fce +=_cgdd .Text ;};return _fce ;};func _gcbc (_deef *matchedIndex ,_agbg [][]int )(bool ,[][]int ){_acgf :=[][]int {};for _ ,_dbfg :=range _agbg {if _deef ._cfac < _dbfg [0]&&_deef ._eef > _dbfg [1]{_acgf =append (_acgf ,_dbfg ); -};};return len (_acgf )> 0,_acgf ;}; +// RedactionTerm holds the regexp pattern and the replacement string for the redaction process. +type RedactionTerm struct{Pattern *_f .Regexp ;};func _eaa (_dgbcd ,_fdcf targetMap )(bool ,[]int ){_fgec :=_ee .Contains (_dgbcd ._fed ,_fdcf ._fed );var _bbc []int ;for _ ,_ebae :=range _dgbcd ._dfa {for _eacd ,_fdf :=range _fdcf ._dfa {if _fdf [0]>=_ebae [0]&&_fdf [1]<=_ebae [1]{_bbc =append (_bbc ,_eacd ); +};};};return _fgec ,_bbc ;};func _cdef (_fe ,_gbg ,_abee float64 )float64 {_abee =_abee /100;_ffbb :=(-1000*_fe )/(_gbg *_abee );return _ffbb ;};func _bfdg (_fcab int ,_gfbe []int )bool {for _ ,_geae :=range _gfbe {if _geae ==_fcab {return true ;};};return false ; +};func _gca (_cgf []int ,_dbg *_g .TextMarkArray ,_acd string )(*_g .TextMarkArray ,matchedBBox ,error ){_bcg :=matchedBBox {};_gcfd :=_cgf [0];_gcd :=_cgf [1];_feb :=len (_acd )-len (_ee .TrimLeft (_acd ,"\u0020"));_ggd :=len (_acd )-len (_ee .TrimRight (_acd ,"\u0020\u000a")); +_gcfd =_gcfd +_feb ;_gcd =_gcd -_ggd ;_acd =_ee .Trim (_acd ,"\u0020\u000a");_feg ,_febf :=_dbg .RangeOffset (_gcfd ,_gcd );if _febf !=nil {return nil ,_bcg ,_febf ;};_fcaa ,_dccc :=_feg .BBox ();if !_dccc {return nil ,_bcg ,_a .Errorf ("\u0073\u0070\u0061\u006e\u004d\u0061\u0072\u006bs\u002e\u0042\u0042ox\u0020\u0068\u0061\u0073\u0020\u006eo\u0020\u0062\u006f\u0075\u006e\u0064\u0069\u006e\u0067\u0020\u0062\u006f\u0078\u002e\u0020s\u0070\u0061\u006e\u004d\u0061\u0072\u006b\u0073=\u0025\u0073",_feg ); +};_bcg =matchedBBox {_fbag :_acd ,_gcf :_fcaa };return _feg ,_bcg ,nil ;};func _gfeca (_efb *_eb .ContentStreamOperations ,PdfObj _fc .PdfObject )(*_eb .ContentStreamOperation ,int ,bool ){for _gaa ,_fafe :=range *_efb {_edc :=_fafe .Operand ;if _edc =="\u0054\u006a"{_ccdd :=_fc .TraceToDirectObject (_fafe .Params [0]); +if _ccdd ==PdfObj {return _fafe ,_gaa ,true ;};}else if _edc =="\u0054\u004a"{_efg ,_aeg :=_fc .GetArray (_fafe .Params [0]);if !_aeg {return nil ,_gaa ,_aeg ;};for _ ,_cdc :=range _efg .Elements (){if _cdc ==PdfObj {return _fafe ,_gaa ,true ;};};}else if _edc =="\u0022"{_cfbg :=_fc .TraceToDirectObject (_fafe .Params [2]); +if _cfbg ==PdfObj {return _fafe ,_gaa ,true ;};}else if _edc =="\u0027"{_ddcb :=_fc .TraceToDirectObject (_fafe .Params [0]);if _ddcb ==PdfObj {return _fafe ,_gaa ,true ;};};};return nil ,-1,false ;}; -// Redactor represents a Redactor object. -type Redactor struct{_dda *_b .PdfReader ;_gbb *RedactionOptions ;_agff *_ab .Creator ;_caa *RectangleProps ;};func _cdg (_ccd *_dd .ContentStreamOperations ,_ce string ,_dc int )error {_cf :=_dd .ContentStreamOperations {};var _cfa _dd .ContentStreamOperation ; -for _bb ,_ef :=range *_ccd {if _bb ==_dc {if _ce =="\u0027"{_ee :=_dd .ContentStreamOperation {Operand :"\u0054\u002a"};_cf =append (_cf ,&_ee );_cfa .Params =_ef .Params ;_cfa .Operand ="\u0054\u006a";_cf =append (_cf ,&_cfa );}else if _ce =="\u0022"{_cde :=_ef .Params [:2]; -Tc ,Tw :=_cde [0],_cde [1];_ga :=_dd .ContentStreamOperation {Params :[]_dbb .PdfObject {Tc },Operand :"\u0054\u0063"};_cf =append (_cf ,&_ga );_ga =_dd .ContentStreamOperation {Params :[]_dbb .PdfObject {Tw },Operand :"\u0054\u0077"};_cf =append (_cf ,&_ga ); -_cfa .Params =[]_dbb .PdfObject {_ef .Params [2]};_cfa .Operand ="\u0054\u006a";_cf =append (_cf ,&_cfa );};};_cf =append (_cf ,_ef );};*_ccd =_cf ;return nil ;}; +// New instantiates a Redactor object with given PdfReader and `regex` pattern. +func New (reader *_b .PdfReader ,opts *RedactionOptions ,rectProps *RectangleProps )*Redactor {if rectProps ==nil {rectProps =RedactRectanglePropsNew ();};return &Redactor {_bga :reader ,_gbc :opts ,_ffaa :_fba .New (),_ffdf :rectProps };};func _cceb (_ffdac *_g .TextMarkArray )[]*_g .TextMarkArray {_cfa :=_ffdac .Elements (); +_ebab :=len (_cfa );var _bbca _fc .PdfObject ;_gaaa :=[]*_g .TextMarkArray {};_egabf :=&_g .TextMarkArray {};_dcd :=-1;for _dbgd ,_fdd :=range _cfa {_bfg :=_fdd .DirectObject ;_dcd =_fdd .Index ;if _bfg ==nil {_gagf :=_gedf (_ffdac ,_dbgd ,_dcd );if _bbca !=nil {if _gagf ==-1||_gagf > _dbgd {_gaaa =append (_gaaa ,_egabf ); +_egabf =&_g .TextMarkArray {};};};}else if _bfg !=nil &&_bbca ==nil {if _dcd ==0&&_dbgd > 0{_gaaa =append (_gaaa ,_egabf );_egabf =&_g .TextMarkArray {};};}else if _bfg !=nil &&_bbca !=nil {if _bfg !=_bbca {_gaaa =append (_gaaa ,_egabf );_egabf =&_g .TextMarkArray {}; +};};_bbca =_bfg ;_egabf .Append (_fdd );if _dbgd ==(_ebab -1){_gaaa =append (_gaaa ,_egabf );};};return _gaaa ;}; + +// RedactionOptions is a collection of RedactionTerm objects. +type RedactionOptions struct{Terms []RedactionTerm ;};func _cadb (_aebe *matchedIndex ,_gagfb [][]int )(bool ,[][]int ){_gebg :=[][]int {};for _ ,_ccae :=range _gagfb {if _aebe ._fdbb < _ccae [0]&&_aebe ._ffda > _ccae [1]{_gebg =append (_gebg ,_ccae ); +};};return len (_gebg )> 0,_gebg ;};func _ggda (_fffbg []*matchedIndex ,_beb [][]int )[]*matchedIndex {_efab :=[]*matchedIndex {};for _ ,_fegf :=range _fffbg {_cfe ,_fcad :=_cadb (_fegf ,_beb );if _cfe {_bbfd :=_aebf (_fegf ,_fcad );_efab =append (_efab ,_bbfd ...); +}else {_efab =append (_efab ,_fegf );};};return _efab ;}; // WriteToFile writes the redacted document to file specified by `outputPath`. -func (_gcd *Redactor )WriteToFile (outputPath string )error {if _cdb :=_gcd ._agff .WriteToFile (outputPath );_cdb !=nil {return _d .Errorf ("\u0066\u0061\u0069l\u0065\u0064\u0020\u0074o\u0020\u0077\u0072\u0069\u0074\u0065\u0020t\u0068\u0065\u0020\u006f\u0075\u0074\u0070\u0075\u0074\u0020\u0066\u0069\u006c\u0065"); -};return nil ;};func (_gabe *regexMatcher )match (_bdgg string )([]*matchedIndex ,error ){_becg :=_gabe ._bgg .Pattern ;if _becg ==nil {return nil ,_cd .New ("\u006e\u006f\u0020\u0070at\u0074\u0065\u0072\u006e\u0020\u0063\u006f\u006d\u0070\u0069\u006c\u0065\u0064"); -};var (_gde =_becg .FindAllStringIndex (_bdgg ,-1);_afab []*matchedIndex ;);for _ ,_faba :=range _gde {_afab =append (_afab ,&matchedIndex {_cfac :_faba [0],_eef :_faba [1],_efa :_bdgg [_faba [0]:_faba [1]]});};return _afab ,nil ;};func _beb (_def *_bf .TextMarkArray )*_b .PdfFont {_ ,_ddff :=_dcf (_def ); -_egae :=_def .Elements ()[_ddff ];_dbf :=_egae .Font ;return _dbf ;};func _ddgd (_gfc ,_afbf ,_age float64 )float64 {_age =_age /100;_efbe :=(-1000*_gfc )/(_afbf *_age );return _efbe ;};func _ace (_gfce *matchedIndex ,_gcdc [][]int )[]*matchedIndex {_cda :=[]*matchedIndex {}; -_dcec :=_gfce ._cfac ;_cfaa :=_dcec ;_agfb :=_gfce ._efa ;_gagg :=0;for _ ,_befd :=range _gcdc {_ecb :=_befd [0]-_dcec ;if _gagg >=_ecb {continue ;};_fbcb :=_agfb [_gagg :_ecb ];_gaba :=&matchedIndex {_efa :_fbcb ,_cfac :_cfaa ,_eef :_befd [0]};if len (_df .TrimSpace (_fbcb ))!=0{_cda =append (_cda ,_gaba ); -};_gagg =_befd [1]-_dcec ;_cfaa =_dcec +_gagg ;};_bdc :=_agfb [_gagg :];_cfea :=&matchedIndex {_efa :_bdc ,_cfac :_cfaa ,_eef :_gfce ._eef };if len (_df .TrimSpace (_bdc ))!=0{_cda =append (_cda ,_cfea );};return _cda ;};func _dabgg (_afgcf int ,_bfbf []int )bool {for _ ,_ddac :=range _bfbf {if _ddac ==_afgcf {return true ; -};};return false ;}; +func (_gbgf *Redactor )WriteToFile (outputPath string )error {if _fef :=_gbgf ._ffaa .WriteToFile (outputPath );_fef !=nil {return _a .Errorf ("\u0066\u0061\u0069l\u0065\u0064\u0020\u0074o\u0020\u0077\u0072\u0069\u0074\u0065\u0020t\u0068\u0065\u0020\u006f\u0075\u0074\u0070\u0075\u0074\u0020\u0066\u0069\u006c\u0065"); +};return nil ;};func (_cgeg *Redactor )redactPage (_faa *_eb .ContentStreamOperations ,_bec *_b .PdfPageResources )([]matchedBBox ,*_eb .ContentStreamOperations ,error ){_gbaf ,_gggf :=_g .NewFromContents (_faa .String (),_bec );if _gggf !=nil {return nil ,nil ,_gggf ; +};_dbc ,_ ,_ ,_gggf :=_gbaf .ExtractPageText ();if _gggf !=nil {return nil ,nil ,_gggf ;};_faa =_dbc .GetContentStreamOps ();_dgbf :=_dbc .Marks ();_gaaf :=_dbc .Text ();_gaaf ,_dcbe :=_cgg (_gaaf );_aad :=[]matchedBBox {};_efba :=make (map[_fc .PdfObject ][]localSpanMarks ); +_gcgf :=[]*targetMap {};for _ ,_eaga :=range _cgeg ._gbc .Terms {_gdb ,_ffbe :=_geg (_eaga );if _ffbe !=nil {return nil ,nil ,_ffbe ;};_gde ,_ffbe :=_gdb .match (_gaaf );if _ffbe !=nil {return nil ,nil ,_ffbe ;};_gde =_ggda (_gde ,_dcbe );_gfba :=_dga (_gde ); +_gcgf =append (_gcgf ,_gfba ...);};_bag (_gcgf );for _ ,_fcb :=range _gcgf {_ada :=_fcb ._fed ;_dea :=_fcb ._dfa ;_eabd :=[]matchedBBox {};for _ ,_ddef :=range _dea {_cddc ,_ade ,_dae :=_gca (_ddef ,_dgbf ,_ada );if _dae !=nil {return nil ,nil ,_dae ;}; +_cfgg :=_cceb (_cddc );for _cgb ,_afae :=range _cfgg {_gge :=localSpanMarks {_ceba :_afae ,_gacc :_cgb ,_ggg :_ada };_eef ,_ :=_ddc (_afae );if _gfbb ,_ebd :=_efba [_eef ];_ebd {_efba [_eef ]=append (_gfbb ,_gge );}else {_efba [_eef ]=[]localSpanMarks {_gge }; +};};_eabd =append (_eabd ,_ade );};_aad =append (_aad ,_eabd ...);};_gggf =_ce (_faa ,_efba );if _gggf !=nil {return nil ,nil ,_gggf ;};return _aad ,_faa ,nil ;};func _geg (_cfbd RedactionTerm )(*regexMatcher ,error ){return ®exMatcher {_bgfa :_cfbd },nil }; +func _fgb (_dgbb *_g .TextMarkArray )(float64 ,error ){_efa ,_gdgd :=_dgbb .BBox ();if !_gdgd {return 0.0,_a .Errorf ("\u0073\u0070\u0061\u006e\u004d\u0061\u0072\u006bs\u002e\u0042\u0042ox\u0020\u0068\u0061\u0073\u0020\u006eo\u0020\u0062\u006f\u0075\u006e\u0064\u0069\u006e\u0067\u0020\u0062\u006f\u0078\u002e\u0020s\u0070\u0061\u006e\u004d\u0061\u0072\u006b\u0073=\u0025\u0073",_dgbb ); +};_abeb :=_cc (_dgbb );_agbg :=0.0;_ ,_fffb :=_ddc (_dgbb );_acc :=_dgbb .Elements ()[_fffb ];_fac :=_acc .Font ;if _abeb > 0{_agbg =_da (_fac ,_acc );};_dcg :=(_efa .Urx -_efa .Llx );_dcg =_dcg +_agbg *float64 (_abeb );Tj :=_cdef (_dcg ,_acc .FontSize ,_acc .Th ); +return Tj ,nil ;};func _bag (_bfda []*targetMap ){for _eece ,_bad :=range _bfda {for _aab ,_ccg :=range _bfda {if _eece !=_aab {_gfa ,_gdfaa :=_eaa (*_bad ,*_ccg );if _gfa {_ccgd (_ccg ,_gdfaa );};};};};}; // Redact executes the redact operation on a pdf file and updates the content streams of all pages of the file. -func (_ffcf *Redactor )Redact ()error {_bag ,_aged :=_ffcf ._dda .GetNumPages ();if _aged !=nil {return _d .Errorf ("\u0066\u0061\u0069\u006c\u0065\u0064 \u0074\u006f\u0020\u0067\u0065\u0074\u0020\u0074\u0068\u0065\u0020\u006e\u0075m\u0062\u0065\u0072\u0020\u006f\u0066\u0020P\u0061\u0067\u0065\u0073"); -};_gegb :=_ffcf ._caa .FillColor ;_gfd :=_ffcf ._caa .BorderWidth ;_cea :=_ffcf ._caa .FillOpacity ;for _fdge :=1;_fdge <=_bag ;_fdge ++{_cbgc ,_bcb :=_ffcf ._dda .GetPage (_fdge );if _bcb !=nil {return _bcb ;};_ged ,_bcb :=_bf .New (_cbgc );if _bcb !=nil {return _bcb ; -};_aaa ,_ ,_ ,_bcb :=_ged .ExtractPageText ();if _bcb !=nil {return _bcb ;};_abff :=_aaa .GetContentStreamOps ();_aed ,_dabg ,_bcb :=_ffcf .redactPage (_abff ,_cbgc .Resources );if _dabg ==nil {_f .Log .Info ("N\u006f\u0020\u006d\u0061\u0074\u0063\u0068\u0020\u0066\u006f\u0075\u006e\u0064\u0020\u0066\u006f\u0072\u0020t\u0068\u0065\u0020\u0070\u0072\u006f\u0076\u0069\u0064\u0065d \u0070\u0061\u0074t\u0061r\u006e\u002e"); -_dabg =_abff ;};_eeb :=_dd .ContentStreamOperation {Operand :"\u006e"};*_dabg =append (*_dabg ,&_eeb );_cbgc .SetContentStreams ([]string {_dabg .String ()},_dbb .NewFlateEncoder ());if _bcb !=nil {return _bcb ;};_afa ,_bcb :=_cbgc .GetMediaBox ();if _bcb !=nil {return _bcb ; -};if _cbgc .MediaBox ==nil {_cbgc .MediaBox =_afa ;};if _gega :=_ffcf ._agff .AddPage (_cbgc );_gega !=nil {return _gega ;};_a .Slice (_aed ,func (_dcg ,_bae int )bool {return _aed [_dcg ]._dab < _aed [_bae ]._dab });_agfd :=_afa .Ury ;for _ ,_gfg :=range _aed {_ggca :=_gfg ._eee ; -_agad :=_ffcf ._agff .NewRectangle (_ggca .Llx ,_agfd -_ggca .Lly ,_ggca .Urx -_ggca .Llx ,-(_ggca .Ury -_ggca .Lly ));_agad .SetFillColor (_gegb );_agad .SetBorderWidth (_gfd );_agad .SetFillOpacity (_cea );if _aae :=_ffcf ._agff .Draw (_agad );_aae !=nil {return nil ; -};};};_ffcf ._agff .SetOutlineTree (_ffcf ._dda .GetOutlineTree ());return nil ;};func _bca (_bfc string )(string ,[][]int ){_fcd :=_db .MustCompile ("\u005c\u006e");_gbfg :=_fcd .FindAllStringIndex (_bfc ,-1);_cag :=_fcd .ReplaceAllString (_bfc ,"\u0020"); -return _cag ,_gbfg ;}; +func (_gcg *Redactor )Redact ()error {_ecc ,_bef :=_gcg ._bga .GetNumPages ();if _bef !=nil {return _a .Errorf ("\u0066\u0061\u0069\u006c\u0065\u0064 \u0074\u006f\u0020\u0067\u0065\u0074\u0020\u0074\u0068\u0065\u0020\u006e\u0075m\u0062\u0065\u0072\u0020\u006f\u0066\u0020P\u0061\u0067\u0065\u0073"); +};_gag :=_gcg ._ffdf .FillColor ;_bgea :=_gcg ._ffdf .BorderWidth ;_eaea :=_gcg ._ffdf .FillOpacity ;for _dda :=1;_dda <=_ecc ;_dda ++{_eccg ,_gfed :=_gcg ._bga .GetPage (_dda );if _gfed !=nil {return _gfed ;};_dec ,_gfed :=_g .New (_eccg );if _gfed !=nil {return _gfed ; +};_ffc ,_ ,_ ,_gfed :=_dec .ExtractPageText ();if _gfed !=nil {return _gfed ;};_cbeb :=_ffc .GetContentStreamOps ();_gbga ,_decf ,_gfed :=_gcg .redactPage (_cbeb ,_eccg .Resources );if _decf ==nil {_fb .Log .Info ("N\u006f\u0020\u006d\u0061\u0074\u0063\u0068\u0020\u0066\u006f\u0075\u006e\u0064\u0020\u0066\u006f\u0072\u0020t\u0068\u0065\u0020\u0070\u0072\u006f\u0076\u0069\u0064\u0065d \u0070\u0061\u0074t\u0061r\u006e\u002e"); +_decf =_cbeb ;};_cegde :=_eb .ContentStreamOperation {Operand :"\u006e"};*_decf =append (*_decf ,&_cegde );_eccg .SetContentStreams ([]string {_decf .String ()},_fc .NewFlateEncoder ());if _gfed !=nil {return _gfed ;};_ecea ,_gfed :=_eccg .GetMediaBox (); +if _gfed !=nil {return _gfed ;};if _eccg .MediaBox ==nil {_eccg .MediaBox =_ecea ;};if _gebf :=_gcg ._ffaa .AddPage (_eccg );_gebf !=nil {return _gebf ;};_ff .Slice (_gbga ,func (_adba ,_dacg int )bool {return _gbga [_adba ]._fbag < _gbga [_dacg ]._fbag }); +_aedd :=_ecea .Ury ;for _ ,_gbb :=range _gbga {_gacbe :=_gbb ._gcf ;_bfd :=_gcg ._ffaa .NewRectangle (_gacbe .Llx ,_aedd -_gacbe .Lly ,_gacbe .Urx -_gacbe .Llx ,-(_gacbe .Ury -_gacbe .Lly ));_bfd .SetFillColor (_gag );_bfd .SetBorderWidth (_bgea );_bfd .SetFillOpacity (_eaea ); +if _cac :=_gcg ._ffaa .Draw (_bfd );_cac !=nil {return nil ;};};};_gcg ._ffaa .SetOutlineTree (_gcg ._bga .GetOutlineTree ());return nil ;};func _gedf (_fbc *_g .TextMarkArray ,_ffag int ,_aefd int )int {_bcb :=_fbc .Elements ();_eff :=_ffag -1;_gffg :=_ffag +1; +_fea :=-1;if _eff >=0{_gdbf :=_bcb [_eff ];_adbf :=_gdbf .ObjString ;_ddgg :=len (_adbf );_eecb :=_gdbf .Index ;if _eecb +1< _ddgg {_fea =_eff ;return _fea ;};};if _gffg < len (_bcb ){_ccab :=_bcb [_gffg ];_effe :=_ccab .ObjString ;if _effe [0]!=_ccab .Text {_fea =_gffg ; +return _fea ;};};return _fea ;};func _afa (_ef *_g .TextMarkArray )*_b .PdfFont {_ ,_ggf :=_ddc (_ef );_bgg :=_ef .Elements ()[_ggf ];_cdd :=_bgg .Font ;return _cdd ;};func _gabd (_cca string ,_cfd []replacement ,_bbaf *_b .PdfFont )[]_fc .PdfObject {_fbea :=[]_fc .PdfObject {}; +_eag :=0;_faf :=_cca ;for _bdbc ,_fbf :=range _cfd {_dded :=_fbf ._aa ;_gfec :=_fbf ._bf ;_ebcc :=_fbf ._cg ;_bfee :=_fc .MakeFloat (_gfec );if _eag > _dded ||_dded ==-1{continue ;};_fdgb :=_cca [_eag :_dded ];_dccb :=_adb (_fdgb ,_bbaf );_gdfe :=_fc .MakeStringFromBytes (_dccb ); +_fbea =append (_fbea ,_gdfe );_fbea =append (_fbea ,_bfee );_cbad :=_dded +len (_ebcc );_faf =_cca [_cbad :];_eag =_cbad ;if _bdbc ==len (_cfd )-1{_dccb =_adb (_faf ,_bbaf );_gdfe =_fc .MakeStringFromBytes (_dccb );_fbea =append (_fbea ,_gdfe );};};return _fbea ; +};func _fdg (_egf *_eb .ContentStreamOperation ,_gdc _fc .PdfObject ,_ffd []localSpanMarks )error {var _dgbc *_fc .PdfObjectArray ;_gb ,_eba :=_cde (_ffd );if len (_eba )==1{_bdf :=_eba [0];_dab :=_gb [_bdf ];if len (_dab )==1{_be :=_dab [0];_eca :=_be ._ceba ; +_agb :=_afa (_eca );_adg ,_ede :=_cef (_gdc ,_agb );if _ede !=nil {return _ede ;};_gdf ,_ede :=_gdcg (_be ,_eca ,_agb ,_adg ,_bdf );if _ede !=nil {return _ede ;};_dgbc =_fc .MakeArray (_gdf ...);}else {_afd :=_dab [0]._ceba ;_cge :=_afa (_afd );_eae ,_bbac :=_cef (_gdc ,_cge ); +if _bbac !=nil {return _bbac ;};_geb ,_bbac :=_ba (_eae ,_dab );if _bbac !=nil {return _bbac ;};_fgcg :=_fdb (_geb );_dde :=_gabd (_eae ,_fgcg ,_cge );_dgbc =_fc .MakeArray (_dde ...);};}else if len (_eba )> 1{_aef :=_ffd [0];_ecaf :=_aef ._ceba ;_ ,_dfe :=_ddc (_ecaf ); +_daf :=_ecaf .Elements ()[_dfe ];_gfe :=_daf .Font ;_gdg ,_fce :=_cef (_gdc ,_gfe );if _fce !=nil {return _fce ;};_cddb ,_fce :=_ba (_gdg ,_ffd );if _fce !=nil {return _fce ;};_dgbg :=_fdb (_cddb );_bc :=_gabd (_gdg ,_dgbg ,_gfe );_dgbc =_fc .MakeArray (_bc ...); +};_egf .Params [0]=_dgbc ;_egf .Operand ="\u0054\u004a";return nil ;}; // RectangleProps defines properties of the redaction rectangle to be drawn. -type RectangleProps struct{FillColor _ab .Color ;BorderWidth float64 ;FillOpacity float64 ;};func _dfcb (_faaa string ,_gca []replacement ,_cfda *_b .PdfFont )[]_dbb .PdfObject {_aee :=[]_dbb .PdfObject {};_ebee :=0;_acf :=_faaa ;for _gge ,_gee :=range _gca {_afgc :=_gee ._bfe ; -_cae :=_gee ._fa ;_bec :=_gee ._ed ;_bfd :=_dbb .MakeFloat (_cae );if _ebee > _afgc ||_afgc ==-1{continue ;};_agfc :=_faaa [_ebee :_afgc ];_agfa :=_dgc (_agfc ,_cfda );_cab :=_dbb .MakeStringFromBytes (_agfa );_aee =append (_aee ,_cab );_aee =append (_aee ,_bfd ); -_dbbaa :=_afgc +len (_bec );_acf =_faaa [_dbbaa :];_ebee =_dbbaa ;if _gge ==len (_gca )-1{_agfa =_dgc (_acf ,_cfda );_cab =_dbb .MakeStringFromBytes (_agfa );_aee =append (_aee ,_cab );};};return _aee ;};func _bbb (_dcde *_bf .TextMarkArray ,_cca int ,_bcbf int )int {_ffcg :=_dcde .Elements (); -_ccca :=_cca -1;_afe :=_cca +1;_aadd :=-1;if _ccca >=0{_fadg :=_ffcg [_ccca ];_afc :=_fadg .ObjString ;_bcfb :=len (_afc );_geaa :=_fadg .Index ;if _geaa +1< _bcfb {_aadd =_ccca ;return _aadd ;};};if _afe < len (_ffcg ){_dgcd :=_ffcg [_afe ];_bbgf :=_dgcd .ObjString ; -if _bbgf [0]!=_dgcd .Text {_aadd =_afe ;return _aadd ;};};return _aadd ;}; - -// RedactionTerm holds the regexp pattern and the replacement string for the redaction process. -type RedactionTerm struct{Pattern *_db .Regexp ;};func _ccdd (_eade []*targetMap ){for _bga ,_afbd :=range _eade {for _dge ,_gea :=range _eade {if _bga !=_dge {_ebgf ,_gag :=_ffa (*_afbd ,*_gea );if _ebgf {_aabc (_gea ,_gag );};};};};};func _dcf (_cfd *_bf .TextMarkArray )(_dbb .PdfObject ,int ){var _cfdg _dbb .PdfObject ; -_fbg :=-1;for _eff ,_eec :=range _cfd .Elements (){_cfdg =_eec .DirectObject ;_fbg =_eff ;if _cfdg !=nil {break ;};};return _cfdg ,_fbg ;};func (_gbf *Redactor )redactPage (_gcb *_dd .ContentStreamOperations ,_cdc *_b .PdfPageResources )([]matchedBBox ,*_dd .ContentStreamOperations ,error ){_cdga ,_abc :=_bf .NewFromContents (_gcb .String (),_cdc ); -if _abc !=nil {return nil ,nil ,_abc ;};_bfb ,_ ,_ ,_abc :=_cdga .ExtractPageText ();if _abc !=nil {return nil ,nil ,_abc ;};_gcb =_bfb .GetContentStreamOps ();_fae :=_bfb .Marks ();_feb :=_bfb .Text ();_feb ,_ddc :=_bca (_feb );_dbbb :=[]matchedBBox {}; -_fcf :=make (map[_dbb .PdfObject ][]localSpanMarks );_dgff :=[]*targetMap {};for _ ,_gege :=range _gbf ._gbb .Terms {_dcfc ,_bbca :=_eegd (_gege );if _bbca !=nil {return nil ,nil ,_bbca ;};_fdgf ,_bbca :=_dcfc .match (_feb );if _bbca !=nil {return nil ,nil ,_bbca ; -};_fdgf =_dgee (_fdgf ,_ddc );_fab :=_cbgg (_fdgf );_dgff =append (_dgff ,_fab ...);};_ccdd (_dgff );for _ ,_aeed :=range _dgff {_gbbc :=_aeed ._gab ;_aeb :=_aeed ._bcd ;_ddb :=[]matchedBBox {};for _ ,_dccb :=range _aeb {_gfca ,_caac ,_edf :=_cbd (_dccb ,_fae ,_gbbc ); -if _edf !=nil {return nil ,nil ,_edf ;};_geba :=_fdgc (_gfca );for _dgfd ,_dabd :=range _geba {_cbc :=localSpanMarks {_gaf :_dabd ,_agae :_dgfd ,_gcfa :_gbbc };_gfcf ,_ :=_dcf (_dabd );if _cdd ,_adcfe :=_fcf [_gfcf ];_adcfe {_fcf [_gfcf ]=append (_cdd ,_cbc ); -}else {_fcf [_gfcf ]=[]localSpanMarks {_cbc };};};_ddb =append (_ddb ,_caac );};_dbbb =append (_dbbb ,_ddb ...);};_abc =_cc (_gcb ,_fcf );if _abc !=nil {return nil ,nil ,_abc ;};return _dbbb ,_gcb ,nil ;};func _cga (_bbcf *_dd .ContentStreamOperations ,PdfObj _dbb .PdfObject )(*_dd .ContentStreamOperation ,int ,bool ){for _affb ,_eda :=range *_bbcf {_gcef :=_eda .Operand ; -if _gcef =="\u0054\u006a"{_bbdd :=_dbb .TraceToDirectObject (_eda .Params [0]);if _bbdd ==PdfObj {return _eda ,_affb ,true ;};}else if _gcef =="\u0054\u004a"{_ccf ,_fcb :=_dbb .GetArray (_eda .Params [0]);if !_fcb {return nil ,_affb ,_fcb ;};for _ ,_aeeb :=range _ccf .Elements (){if _aeeb ==PdfObj {return _eda ,_affb ,true ; -};};}else if _gcef =="\u0022"{_aabb :=_dbb .TraceToDirectObject (_eda .Params [2]);if _aabb ==PdfObj {return _eda ,_affb ,true ;};}else if _gcef =="\u0027"{_efb :=_dbb .TraceToDirectObject (_eda .Params [0]);if _efb ==PdfObj {return _eda ,_affb ,true ; -};};};return nil ,-1,false ;};func _gcf (_ggce *_b .PdfFont ,_ede _bf .TextMark )float64 {_dbba :=0.001;_fdb :=_ede .Th /100;if _ggce .Subtype ()=="\u0054\u0079\u0070e\u0033"{_dbba =1;};_gd ,_fc :=_ggce .GetRuneMetrics (' ');if !_fc {_gd ,_fc =_ggce .GetCharMetrics (32); -};if !_fc {_gd ,_ =_b .DefaultFont ().GetRuneMetrics (' ');};_bge :=_dbba *((_gd .Wx *_ede .FontSize +_ede .Tc +_ede .Tw )/_fdb );return _bge ;};type matchedIndex struct{_cfac int ;_eef int ;_efa string ;};func _dba (_ba []localSpanMarks )(map[string ][]localSpanMarks ,[]string ){_be :=make (map[string ][]localSpanMarks ); -_ceb :=[]string {};for _ ,_gdb :=range _ba {_beg :=_gdb ._gcfa ;if _fdg ,_gaa :=_be [_beg ];_gaa {_be [_beg ]=append (_fdg ,_gdb );}else {_be [_beg ]=[]localSpanMarks {_gdb };_ceb =append (_ceb ,_beg );};};return _be ,_ceb ;};type replacement struct{_ed string ; -_fa float64 ;_bfe int ;};func _cbgg (_cbgge []*matchedIndex )[]*targetMap {_bbef :=make (map[string ][][]int );_bgfg :=[]*targetMap {};for _ ,_fdbc :=range _cbgge {_faee :=_fdbc ._efa ;_bcca :=[]int {_fdbc ._cfac ,_fdbc ._eef };if _aeea ,_dbdcd :=_bbef [_faee ]; -_dbdcd {_bbef [_faee ]=append (_aeea ,_bcca );}else {_bbef [_faee ]=[][]int {_bcca };};};for _eebgf ,_adbg :=range _bbef {_gebg :=&targetMap {_gab :_eebgf ,_bcd :_adbg };_bgfg =append (_bgfg ,_gebg );};return _bgfg ;};type matchedBBox struct{_eee _b .PdfRectangle ; -_dab string ;};func _cc (_bg *_dd .ContentStreamOperations ,_fb map[_dbb .PdfObject ][]localSpanMarks )error {for _gc ,_fbe :=range _fb {if _gc ==nil {continue ;};_gg ,_ggc ,_bgc :=_cga (_bg ,_gc );if !_bgc {_f .Log .Debug ("Pd\u0066\u004fb\u006a\u0065\u0063\u0074\u0020\u0025\u0073\u006e\u006ft\u0020\u0066\u006f\u0075\u006e\u0064\u0020\u0069\u006e\u0020\u0073\u0069\u0064\u0065\u0020\u0074\u0068\u0065\u0020\u0063\u006f\u006e\u0074\u0065\u006e\u0074\u0073\u0074r\u0065a\u006d\u0020\u006f\u0070\u0065\u0072\u0061\u0074i\u006fn\u0020\u0025s",_gc ,_bg ); -return nil ;};if _gg .Operand =="\u0054\u006a"{_dgf :=_cebg (_gg ,_gc ,_fbe );if _dgf !=nil {return _dgf ;};}else if _gg .Operand =="\u0054\u004a"{_eg :=_aa (_gg ,_gc ,_fbe );if _eg !=nil {return _eg ;};}else if _gg .Operand =="\u0027"||_gg .Operand =="\u0022"{_dde :=_cdg (_bg ,_gg .Operand ,_ggc ); -if _dde !=nil {return _dde ;};_dde =_cebg (_gg ,_gc ,_fbe );if _dde !=nil {return _dde ;};};};return nil ;}; - -// New instantiates a Redactor object with given PdfReader and `regex` pattern. -func New (reader *_b .PdfReader ,opts *RedactionOptions ,rectProps *RectangleProps )*Redactor {if rectProps ==nil {rectProps =RedactRectanglePropsNew ();};return &Redactor {_dda :reader ,_gbb :opts ,_agff :_ab .New (),_caa :rectProps };};func _eegd (_gfcd RedactionTerm )(*regexMatcher ,error ){return ®exMatcher {_bgg :_gfcd },nil }; -func _aa (_ag *_dd .ContentStreamOperation ,_dga _dbb .PdfObject ,_ca []localSpanMarks )error {_dcd ,_ad :=_dbb .GetArray (_ag .Params [0]);_bbc :=[]_dbb .PdfObject {};if !_ad {_f .Log .Debug ("\u0045\u0052\u0052OR\u003a\u0020\u0054\u004a\u0020\u006f\u0070\u003d\u0025s\u0020G\u0065t\u0041r\u0072\u0061\u0079\u0056\u0061\u006c\u0020\u0066\u0061\u0069\u006c\u0065\u0064",_ag ); -return _d .Errorf ("\u0073\u0070\u0061\u006e\u004d\u0061\u0072\u006bs\u002e\u0042\u0042ox\u0020\u0068\u0061\u0073\u0020\u006eo\u0020\u0062\u006f\u0075\u006e\u0064\u0069\u006e\u0067\u0020\u0062\u006f\u0078\u002e\u0020s\u0070\u0061\u006e\u004d\u0061\u0072\u006b\u0073=\u0025\u0073",_ag ); -};_ddf ,_eb :=_dba (_ca );if len (_eb )==1{_dgg :=_eb [0];_ebg :=_ddf [_dgg ];if len (_ebg )==1{_bbd :=_ebg [0];_egd :=_bbd ._gaf ;_cad :=_beb (_egd );_abf ,_ge :=_bda (_dga ,_cad );if _ge !=nil {return _ge ;};_cdf ,_ge :=_bbe (_bbd ,_egd ,_cad ,_abf ,_dgg ); -if _ge !=nil {return _ge ;};for _ ,_cb :=range _dcd .Elements (){if _cb ==_dga {_bbc =append (_bbc ,_cdf ...);}else {_bbc =append (_bbc ,_cb );};};}else {_ac :=_ebg [0]._gaf ;_aga :=_beb (_ac );_af ,_abe :=_bda (_dga ,_aga );if _abe !=nil {return _abe ; -};_da ,_abe :=_baaf (_af ,_ebg );if _abe !=nil {return _abe ;};_fac :=_bcc (_da );_afb :=_dfcb (_af ,_fac ,_aga );for _ ,_dbd :=range _dcd .Elements (){if _dbd ==_dga {_bbc =append (_bbc ,_afb ...);}else {_bbc =append (_bbc ,_dbd );};};};_ag .Params [0]=_dbb .MakeArray (_bbc ...); -}else if len (_eb )> 1{_gf :=_ca [0];_agb :=_gf ._gaf ;_ ,_ea :=_dcf (_agb );_edc :=_agb .Elements ()[_ea ];_eea :=_edc .Font ;_dgfb ,_ff :=_bda (_dga ,_eea );if _ff !=nil {return _ff ;};_fd ,_ff :=_baaf (_dgfb ,_ca );if _ff !=nil {return _ff ;};_bfa :=_bcc (_fd ); -_gb :=_dfcb (_dgfb ,_bfa ,_eea );for _ ,_cbg :=range _dcd .Elements (){if _cbg ==_dga {_bbc =append (_bbc ,_gb ...);}else {_bbc =append (_bbc ,_cbg );};};_ag .Params [0]=_dbb .MakeArray (_bbc ...);};return nil ;};func _dgee (_fcg []*matchedIndex ,_edaab [][]int )[]*matchedIndex {_aabcc :=[]*matchedIndex {}; -for _ ,_bbeg :=range _fcg {_badc ,_dag :=_gcbc (_bbeg ,_edaab );if _badc {_gacf :=_ace (_bbeg ,_dag );_aabcc =append (_aabcc ,_gacf ...);}else {_aabcc =append (_aabcc ,_bbeg );};};return _aabcc ;};func _abec (_ddec ,_dcca string )[]int {if len (_dcca )==0{return nil ; -};var _bcf []int ;for _fag :=0;_fag < len (_ddec );{_fbba :=_df .Index (_ddec [_fag :],_dcca );if _fbba < 0{return _bcf ;};_bcf =append (_bcf ,_fag +_fbba );_fag +=_fbba +len (_dcca );};return _bcf ;}; +type RectangleProps struct{FillColor _fba .Color ;BorderWidth float64 ;FillOpacity float64 ;};type replacement struct{_cg string ;_bf float64 ;_aa int ;};func (_ead *regexMatcher )match (_ceee string )([]*matchedIndex ,error ){_gef :=_ead ._bgfa .Pattern ; +if _gef ==nil {return nil ,_e .New ("\u006e\u006f\u0020\u0070at\u0074\u0065\u0072\u006e\u0020\u0063\u006f\u006d\u0070\u0069\u006c\u0065\u0064");};var (_aefb =_gef .FindAllStringIndex (_ceee ,-1);_decg []*matchedIndex ;);for _ ,_ggdf :=range _aefb {_decg =append (_decg ,&matchedIndex {_fdbb :_ggdf [0],_ffda :_ggdf [1],_ffe :_ceee [_ggdf [0]:_ggdf [1]]}); +};return _decg ,nil ;}; // RedactRectanglePropsNew return a new pointer to a default RectangleProps object. -func RedactRectanglePropsNew ()*RectangleProps {return &RectangleProps {FillColor :_ab .ColorBlack ,BorderWidth :0.0,FillOpacity :1.0};};type regexMatcher struct{_bgg RedactionTerm };type placeHolders struct{_g []int ;_dfa string ;_e float64 ;};func _cebg (_dbg *_dd .ContentStreamOperation ,_fbb _dbb .PdfObject ,_dgag []localSpanMarks )error {var _dfc *_dbb .PdfObjectArray ; -_cfg ,_cfec :=_dba (_dgag );if len (_cfec )==1{_dce :=_cfec [0];_bd :=_cfg [_dce ];if len (_bd )==1{_fgb :=_bd [0];_egde :=_fgb ._gaf ;_eggd :=_beb (_egde );_aad ,_fad :=_bda (_fbb ,_eggd );if _fad !=nil {return _fad ;};_dbe ,_fad :=_bbe (_fgb ,_egde ,_eggd ,_aad ,_dce ); -if _fad !=nil {return _fad ;};_dfc =_dbb .MakeArray (_dbe ...);}else {_ebe :=_bd [0]._gaf ;_ae :=_beb (_ebe );_bgcd ,_dcc :=_bda (_fbb ,_ae );if _dcc !=nil {return _dcc ;};_gbg ,_dcc :=_baaf (_bgcd ,_bd );if _dcc !=nil {return _dcc ;};_dee :=_bcc (_gbg ); -_aaf :=_dfcb (_bgcd ,_dee ,_ae );_dfc =_dbb .MakeArray (_aaf ...);};}else if len (_cfec )> 1{_ebgc :=_dgag [0];_ccc :=_ebgc ._gaf ;_ ,_daa :=_dcf (_ccc );_ceg :=_ccc .Elements ()[_daa ];_ggg :=_ceg .Font ;_dbfa ,_bdg :=_bda (_fbb ,_ggg );if _bdg !=nil {return _bdg ; -};_ced ,_bdg :=_baaf (_dbfa ,_dgag );if _bdg !=nil {return _bdg ;};_eeg :=_bcc (_ced );_edd :=_dfcb (_dbfa ,_eeg ,_ggg );_dfc =_dbb .MakeArray (_edd ...);};_dbg .Params [0]=_dfc ;_dbg .Operand ="\u0054\u004a";return nil ;}; \ No newline at end of file +func RedactRectanglePropsNew ()*RectangleProps {return &RectangleProps {FillColor :_fba .ColorBlack ,BorderWidth :0.0,FillOpacity :1.0};}; + +// Write writes the content of `re.creator` to writer of type io.Writer interface. +func (_ecgf *Redactor )Write (writer _ac .Writer )error {return _ecgf ._ffaa .Write (writer )};type matchedBBox struct{_gcf _b .PdfRectangle ;_fbag string ;}; \ No newline at end of file diff --git a/render/internal/context/context.go b/render/internal/context/context.go index 29f75b47f..80211d270 100644 --- a/render/internal/context/context.go +++ b/render/internal/context/context.go @@ -9,32 +9,32 @@ // Use of this source code is governed by the UniDoc End User License Agreement // terms that can be accessed at https://unidoc.io/eula/ -package context ;import (_fa "errors";_df "github.com/unidoc/freetype/truetype";_gb "github.com/unidoc/unipdf/v3/core";_ff "github.com/unidoc/unipdf/v3/internal/cmap";_e "github.com/unidoc/unipdf/v3/internal/textencoding";_ge "github.com/unidoc/unipdf/v3/internal/transform"; -_fg "github.com/unidoc/unipdf/v3/model";_gc "golang.org/x/image/font";_d "image";_a "image/color";_c "strconv";_f "strings";);func (_fac *TextFont )BytesToCharcodes (data []byte )[]_e .CharCode {if _fac ._fcb !=nil {return _fac ._fcb .BytesToCharcodes (data ); -};return _fac .Font .BytesToCharcodes (data );};type LineJoin int ;const (TextRenderingModeFill TextRenderingMode =iota ;TextRenderingModeStroke ;TextRenderingModeFillStroke ;TextRenderingModeInvisible ;TextRenderingModeFillClip ;TextRenderingModeStrokeClip ; -TextRenderingModeFillStrokeClip ;TextRenderingModeClip ;);func (_gbb *TextState )ProcTd (tx ,ty float64 ){_gbb .Tlm .Concat (_ge .TranslationMatrix (tx ,ty ));_gbb .Tm =_gbb .Tlm .Clone ();};type TextFont struct{Font *_fg .PdfFont ;Size float64 ;_dbe *_df .Font ; -_fcb *_fg .PdfFont ;};func (_gbf *TextFont )CharcodeToRunes (charcode _e .CharCode )(_e .CharCode ,[]rune ){_ebc :=[]_e .CharCode {charcode };if _gbf ._fcb ==nil ||_gbf ._fcb ==_gbf .Font {return _gbf .charcodeToRunesSimple (charcode );};_ega :=_gbf ._fcb .CharcodesToUnicode (_ebc ); -_dd ,_ :=_gbf .Font .RunesToCharcodeBytes (_ega );_gef :=_gbf .Font .BytesToCharcodes (_dd );_dabf :=charcode ;if len (_gef )> 0&&_gef [0]!=0{_dabf =_gef [0];};if string (_ega )==string (_ff .MissingCodeRune )&&_gbf ._fcb .BaseFont ()==_gbf .Font .BaseFont (){return _gbf .charcodeToRunesSimple (charcode ); -};return _dabf ,_ega ;};func NewTextFont (font *_fg .PdfFont ,size float64 )(*TextFont ,error ){_aed :=font .FontDescriptor ();if _aed ==nil {return nil ,_fa .New ("\u0063\u006fu\u006c\u0064\u0020\u006e\u006f\u0074\u0020\u0067\u0065\u0074\u0020\u0066\u006f\u006e\u0074\u0020\u0064\u0065\u0073\u0063\u0072\u0069pt\u006f\u0072"); -};_af ,_dab :=_gb .GetStream (_aed .FontFile2 );if !_dab {return nil ,_fa .New ("\u006di\u0073\u0073\u0069\u006e\u0067\u0020\u0066\u006f\u006e\u0074\u0020f\u0069\u006c\u0065\u0020\u0073\u0074\u0072\u0065\u0061\u006d");};_gdda ,_aeg :=_gb .DecodeStream (_af ); -if _aeg !=nil {return nil ,_aeg ;};_eef ,_aeg :=_df .Parse (_gdda );if _aeg !=nil {return nil ,_aeg ;};_fgg :=font .FontDescriptor ().FontName .String ();_bbg :=len (_fgg )> 7&&_fgg [6]=='+';if _aed .Flags !=nil {_efd ,_fea :=_c .Atoi (_aed .Flags .String ()); -if _fea ==nil &&_efd ==32{_bbg =false ;};};if !_eef .HasCmap ()&&(!_f .Contains (font .Encoder ().String (),"\u0049d\u0065\u006e\u0074\u0069\u0074\u0079-")||!_bbg ){return nil ,_fa .New ("\u006e\u006f c\u006d\u0061\u0070 \u0061\u006e\u0064\u0020enc\u006fdi\u006e\u0067\u0020\u0069\u0073\u0020\u006eot\u0020\u0069\u0064\u0065\u006e\u0074\u0069t\u0079"); -};return &TextFont {Font :font ,Size :size ,_dbe :_eef },nil ;};type Context interface{Push ();Pop ();Matrix ()_ge .Matrix ;SetMatrix (_ee _ge .Matrix );Translate (_aa ,_cc float64 );Scale (_da ,_fe float64 );Rotate (_bfb float64 );MoveTo (_aae ,_ac float64 ); -LineTo (_adf ,_eb float64 );CubicTo (_eee ,_ef ,_ccc ,_db ,_de ,_bd float64 );QuadraticTo (_ga ,_ea ,_dba ,_ead float64 );NewSubPath ();ClosePath ();ClearPath ();Clip ();ClipPreserve ();ResetClip ();LineWidth ()float64 ;SetLineWidth (_cb float64 );SetLineCap (_ec LineCap ); -SetLineJoin (_bfc LineJoin );SetDash (_bg ...float64 );SetDashOffset (_bgg float64 );Fill ();FillPreserve ();Stroke ();StrokePreserve ();SetRGBA (_gcd ,_fag ,_eg ,_ed float64 );SetFillRGBA (_ba ,_fd ,_gcc ,_eed float64 );SetFillStyle (_gag Pattern );SetFillRule (_gg FillRule ); -SetStrokeRGBA (_fc ,_cg ,_eac ,_gac float64 );SetStrokeStyle (_bb Pattern );FillPattern ()Pattern ;StrokePattern ()Pattern ;TextState ()*TextState ;DrawString (_gdd string ,_ag _gc .Face ,_aaed ,_dg float64 );MeasureString (_gcdf string ,_eeb _gc .Face )(_edf ,_fb float64 ); -DrawRectangle (_ffg ,_fdc ,_dgc ,_cf float64 );DrawImage (_aga _d .Image ,_fdd ,_ab int );DrawImageAnchored (_feb _d .Image ,_faa ,_bdg int ,_ae ,_baa float64 );Height ()int ;Width ()int ;};func (_dbac *TextState )ProcTj (data []byte ,ctx Context ){_be :=_dbac .Tf .Size ; -_afd :=_dbac .Th /100.0;_bbgb :=_dbac .GlobalScale ;_fcg :=_ge .NewMatrix (_be *_afd ,0,0,_be ,0,_dbac .Ts );_ebb :=ctx .Matrix ();_afa :=_ebb .Clone ().Mult (_dbac .Tm .Clone ().Mult (_fcg )).ScalingFactorY ();_ged :=_dbac .Tf .NewFace (_afa );_age :=_dbac .Tf .BytesToCharcodes (data ); -for _ ,_fda :=range _age {_bad ,_acb :=_dbac .Tf .CharcodeToRunes (_fda );_ggc :=string (_acb );if _ggc =="\u0000"{continue ;};_ccf :=_ebb .Clone ().Mult (_dbac .Tm .Clone ().Mult (_fcg ));_fdg :=_ccf .ScalingFactorY ();_ccf =_ccf .Scale (1/_fdg ,-1/_fdg ); -if _dbac .Tr !=TextRenderingModeInvisible {ctx .SetMatrix (_ccf );ctx .DrawString (_ggc ,_ged ,0,0);ctx .SetMatrix (_ebb );};_acf :=0.0;if _ggc =="\u0020"{_acf =_dbac .Tw ;};_ebf ,_ ,_daf :=_dbac .Tf .GetCharMetrics (_bad );if _daf {_ebf =_ebf *0.001*_be ; -}else {_ebf ,_ =ctx .MeasureString (_ggc ,_ged );_ebf =_ebf /_bbgb ;};_bc :=(_ebf +_dbac .Tc +_acf )*_afd ;_dbac .Tm =_dbac .Tm .Mult (_ge .TranslationMatrix (_bc ,0));};};func (_eba *TextFont )charcodeToRunesSimple (_fddg _e .CharCode )(_e .CharCode ,[]rune ){_bbe :=[]_e .CharCode {_fddg }; -if _eba .Font .IsSimple ()&&_eba ._dbe !=nil {if _aab :=_eba ._dbe .Index (rune (_fddg ));_aab > 0{return _fddg ,[]rune {rune (_fddg )};};};if _eba ._dbe !=nil &&!_eba ._dbe .HasCmap ()&&_f .Contains (_eba .Font .Encoder ().String (),"\u0049d\u0065\u006e\u0074\u0069\u0074\u0079-"){if _bgf :=_eba ._dbe .Index (rune (_fddg )); -_bgf > 0{return _fddg ,[]rune {rune (_fddg )};};};return _fddg ,_eba .Font .CharcodesToUnicode (_bbe );};func (_deb *TextFont )WithSize (size float64 ,originalFont *_fg .PdfFont )*TextFont {return &TextFont {Font :_deb .Font ,Size :size ,_dbe :_deb ._dbe ,_fcb :originalFont }; -};type LineCap int ;const (LineCapRound LineCap =iota ;LineCapButt ;LineCapSquare ;);func (_adfb *TextState )ProcTStar (){_adfb .ProcTd (0,-_adfb .Tl )};func (_fef *TextState )ProcQ (data []byte ,ctx Context ){_fef .ProcTStar ();_fef .ProcTj (data ,ctx )}; -const (LineJoinRound LineJoin =iota ;LineJoinBevel ;);func NewTextState ()TextState {return TextState {Th :100,Tm :_ge .IdentityMatrix (),Tlm :_ge .IdentityMatrix ()};};func (_aabb *TextState )ProcTD (tx ,ty float64 ){_aabb .Tl =-ty ;_aabb .ProcTd (tx ,ty )}; -func (_eff *TextFont )GetCharMetrics (code _e .CharCode )(float64 ,float64 ,bool ){if _fbg ,_fcc :=_eff .Font .GetCharMetrics (code );_fcc &&_fbg .Wx !=0{return _fbg .Wx ,_fbg .Wy ,_fcc ;};if _eff ._fcb ==nil {return 0,0,false ;};_debc ,_cbd :=_eff ._fcb .GetCharMetrics (code ); -return _debc .Wx ,_debc .Wy ,_cbd &&_debc .Wx !=0;};type TextRenderingMode int ;func (_bbb *TextState )ProcTf (font *TextFont ){_bbb .Tf =font };const (FillRuleWinding FillRule =iota ;FillRuleEvenOdd ;);func (_fbb *TextFont )NewFace (size float64 )_gc .Face {return _df .NewFace (_fbb ._dbe ,&_df .Options {Size :size }); -};func (_fead *TextState )Translate (tx ,ty float64 ){_fead .Tm =_fead .Tm .Mult (_ge .TranslationMatrix (tx ,ty ));};func (_faf *TextState )ProcTm (a ,b ,c ,d ,e ,f float64 ){_faf .Tm =_ge .NewMatrix (a ,b ,c ,d ,e ,f );_faf .Tlm =_faf .Tm .Clone ();}; -type FillRule int ;type Pattern interface{ColorAt (_b ,_gd int )_a .Color ;};func (_gdc *TextState )ProcDQ (data []byte ,aw ,ac float64 ,ctx Context ){_gdc .Tw =aw ;_gdc .Tc =ac ;_gdc .ProcQ (data ,ctx );};type TextState struct{Tc float64 ;Tw float64 ; -Th float64 ;Tl float64 ;Tf *TextFont ;Ts float64 ;Tm _ge .Matrix ;Tlm _ge .Matrix ;Tr TextRenderingMode ;GlobalScale float64 ;};func NewTextFontFromPath (filePath string ,size float64 )(*TextFont ,error ){_bba ,_cfa :=_fg .NewPdfFontFromTTFFile (filePath ); -if _cfa !=nil {return nil ,_cfa ;};return NewTextFont (_bba ,size );};func (_eec *TextState )Reset (){_eec .Tm =_ge .IdentityMatrix ();_eec .Tlm =_ge .IdentityMatrix ()};type Gradient interface{Pattern ;AddColorStop (_bf float64 ,_ad _a .Color );}; \ No newline at end of file +package context ;import (_fba "errors";_deg "github.com/unidoc/freetype/truetype";_dg "github.com/unidoc/unipdf/v3/core";_de "github.com/unidoc/unipdf/v3/internal/cmap";_d "github.com/unidoc/unipdf/v3/internal/textencoding";_b "github.com/unidoc/unipdf/v3/internal/transform"; +_cg "github.com/unidoc/unipdf/v3/model";_ac "golang.org/x/image/font";_cb "image";_a "image/color";_fb "strconv";_c "strings";);const (LineCapRound LineCap =iota ;LineCapButt ;LineCapSquare ;);type Context interface{Push ();Pop ();Matrix ()_b .Matrix ; +SetMatrix (_fdf _b .Matrix );Translate (_ca ,_fdc float64 );Scale (_cd ,_ab float64 );Rotate (_fa float64 );MoveTo (_db ,_be float64 );LineTo (_dcb ,_e float64 );CubicTo (_cc ,_ff ,_fe ,_abd ,_dcg ,_cdd float64 );QuadraticTo (_eb ,_da ,_bf ,_dega float64 ); +NewSubPath ();ClosePath ();ClearPath ();Clip ();ClipPreserve ();ResetClip ();LineWidth ()float64 ;SetLineWidth (_eg float64 );SetLineCap (_fg LineCap );SetLineJoin (_ebd LineJoin );SetDash (_ae ...float64 );SetDashOffset (_fde float64 );Fill ();FillPreserve (); +Stroke ();StrokePreserve ();SetRGBA (_ebb ,_ad ,_ffa ,_aa float64 );SetFillRGBA (_bg ,_bgc ,_ec ,_bdf float64 );SetFillStyle (_ee Pattern );SetFillRule (_gd FillRule );SetStrokeRGBA (_def ,_aae ,_bgcc ,_feg float64 );SetStrokeStyle (_dag Pattern );FillPattern ()Pattern ; +StrokePattern ()Pattern ;TextState ()*TextState ;DrawString (_bge string ,_ce _ac .Face ,_dd ,_cf float64 );MeasureString (_fga string ,_fbc _ac .Face )(_cdf ,_eba float64 );DrawRectangle (_cce ,_aad ,_acf ,_bff float64 );DrawImage (_gf _cb .Image ,_cga ,_cdc int ); +DrawImageAnchored (_df _cb .Image ,_gc ,_bc int ,_bb ,_gb float64 );Height ()int ;Width ()int ;};func (_adg *TextFont )charcodeToRunesSimple (_dca _d .CharCode )(_d .CharCode ,[]rune ){_abdg :=[]_d .CharCode {_dca };if _adg .Font .IsSimple ()&&_adg ._fff !=nil {if _dab :=_adg ._fff .Index (rune (_dca )); +_dab > 0{return _dca ,[]rune {rune (_dca )};};};if _adg ._fff !=nil &&!_adg ._fff .HasCmap ()&&_c .Contains (_adg .Font .Encoder ().String (),"\u0049d\u0065\u006e\u0074\u0069\u0074\u0079-"){if _cag :=_adg ._fff .Index (rune (_dca ));_cag > 0{return _dca ,[]rune {rune (_dca )}; +};};return _dca ,_adg .Font .CharcodesToUnicode (_abdg );};func (_ea *TextState )ProcTf (font *TextFont ){_ea .Tf =font };func (_ag *TextFont )WithSize (size float64 ,originalFont *_cg .PdfFont )*TextFont {return &TextFont {Font :_ag .Font ,Size :size ,_fff :_ag ._fff ,_cgd :originalFont }; +};type FillRule int ;func NewTextState ()TextState {return TextState {Th :100,Tm :_b .IdentityMatrix (),Tlm :_b .IdentityMatrix ()};};type LineJoin int ;func (_fdg *TextState )ProcTStar (){_fdg .ProcTd (0,-_fdg .Tl )};func (_fcd *TextFont )BytesToCharcodes (data []byte )[]_d .CharCode {if _fcd ._cgd !=nil {return _fcd ._cgd .BytesToCharcodes (data ); +};return _fcd .Font .BytesToCharcodes (data );};type Pattern interface{ColorAt (_g ,_fd int )_a .Color ;};func (_ceac *TextState )ProcDQ (data []byte ,aw ,ac float64 ,ctx Context ){_ceac .Tw =aw ;_ceac .Tc =ac ;_ceac .ProcQ (data ,ctx );};const (FillRuleWinding FillRule =iota ; +FillRuleEvenOdd ;);func (_aba *TextFont )NewFace (size float64 )_ac .Face {return _deg .NewFace (_aba ._fff ,&_deg .Options {Size :size });};type TextRenderingMode int ;func (_ege *TextState )ProcTj (data []byte ,ctx Context ){_ece :=_ege .Tf .Size ;_gg :=_ege .Th /100.0; +_bgg :=_ege .GlobalScale ;_eea :=_b .NewMatrix (_ece *_gg ,0,0,_ece ,0,_ege .Ts );_fffd :=ctx .Matrix ();_ede :=_fffd .Clone ().Mult (_ege .Tm .Clone ().Mult (_eea )).ScalingFactorY ();_cff :=_ege .Tf .NewFace (_ede );_dbd :=_ege .Tf .BytesToCharcodes (data ); +for _ ,_ebdc :=range _dbd {_ecga ,_gcb :=_ege .Tf .CharcodeToRunes (_ebdc );_cdg :=string (_gcb );if _cdg =="\u0000"{continue ;};_fce :=_fffd .Clone ().Mult (_ege .Tm .Clone ().Mult (_eea ));_dagd :=_fce .ScalingFactorY ();_fce =_fce .Scale (1/_dagd ,-1/_dagd ); +if _ege .Tr !=TextRenderingModeInvisible {ctx .SetMatrix (_fce );ctx .DrawString (_cdg ,_cff ,0,0);ctx .SetMatrix (_fffd );};_dcbd :=0.0;if _cdg =="\u0020"{_dcbd =_ege .Tw ;};_cea ,_ ,_bbc :=_ege .Tf .GetCharMetrics (_ecga );if _bbc {_cea =_cea *0.001*_ece ; +}else {_cea ,_ =ctx .MeasureString (_cdg ,_cff );_cea =_cea /_bgg ;};_bgeb :=(_cea +_ege .Tc +_dcbd )*_gg ;_ege .Tm =_ege .Tm .Mult (_b .TranslationMatrix (_bgeb ,0));};};func (_ffb *TextFont )GetCharMetrics (code _d .CharCode )(float64 ,float64 ,bool ){if _cbc ,_age :=_ffb .Font .GetCharMetrics (code ); +_age &&_cbc .Wx !=0{return _cbc .Wx ,_cbc .Wy ,_age ;};if _ffb ._cgd ==nil {return 0,0,false ;};_agf ,_caga :=_ffb ._cgd .GetCharMetrics (code );return _agf .Wx ,_agf .Wy ,_caga &&_agf .Wx !=0;};func (_bea *TextState )ProcTm (a ,b ,c ,d ,e ,f float64 ){_bea .Tm =_b .NewMatrix (a ,b ,c ,d ,e ,f ); +_bea .Tlm =_bea .Tm .Clone ();};func (_aff *TextState )Translate (tx ,ty float64 ){_aff .Tm =_aff .Tm .Mult (_b .TranslationMatrix (tx ,ty ));};const (LineJoinRound LineJoin =iota ;LineJoinBevel ;);func (_ebf *TextFont )CharcodeToRunes (charcode _d .CharCode )(_d .CharCode ,[]rune ){_ed :=[]_d .CharCode {charcode }; +if _ebf ._cgd ==nil ||_ebf ._cgd ==_ebf .Font {return _ebf .charcodeToRunesSimple (charcode );};_cdfg :=_ebf ._cgd .CharcodesToUnicode (_ed );_afd ,_ :=_ebf .Font .RunesToCharcodeBytes (_cdfg );_bee :=_ebf .Font .BytesToCharcodes (_afd );_gbe :=charcode ; +if len (_bee )> 0&&_bee [0]!=0{_gbe =_bee [0];};if string (_cdfg )==string (_de .MissingCodeRune )&&_ebf ._cgd .BaseFont ()==_ebf .Font .BaseFont (){return _ebf .charcodeToRunesSimple (charcode );};return _gbe ,_cdfg ;};type Gradient interface{Pattern ; +AddColorStop (_dc float64 ,_bd _a .Color );};func NewTextFont (font *_cg .PdfFont ,size float64 )(*TextFont ,error ){_dbb :=font .FontDescriptor ();if _dbb ==nil {return nil ,_fba .New ("\u0063\u006fu\u006c\u0064\u0020\u006e\u006f\u0074\u0020\u0067\u0065\u0074\u0020\u0066\u006f\u006e\u0074\u0020\u0064\u0065\u0073\u0063\u0072\u0069pt\u006f\u0072"); +};_eef ,_dbbd :=_dg .GetStream (_dbb .FontFile2 );if !_dbbd {return nil ,_fba .New ("\u006di\u0073\u0073\u0069\u006e\u0067\u0020\u0066\u006f\u006e\u0074\u0020f\u0069\u006c\u0065\u0020\u0073\u0074\u0072\u0065\u0061\u006d");};_beb ,_aed :=_dg .DecodeStream (_eef ); +if _aed !=nil {return nil ,_aed ;};_bgd ,_aed :=_deg .Parse (_beb );if _aed !=nil {return nil ,_aed ;};_ega :=font .FontDescriptor ().FontName .String ();_bfe :=len (_ega )> 7&&_ega [6]=='+';if _dbb .Flags !=nil {_cfc ,_af :=_fb .Atoi (_dbb .Flags .String ()); +if _af ==nil &&_cfc ==32{_bfe =false ;};};if !_bgd .HasCmap ()&&(!_c .Contains (font .Encoder ().String (),"\u0049d\u0065\u006e\u0074\u0069\u0074\u0079-")||!_bfe ){return nil ,_fba .New ("\u006e\u006f c\u006d\u0061\u0070 \u0061\u006e\u0064\u0020enc\u006fdi\u006e\u0067\u0020\u0069\u0073\u0020\u006eot\u0020\u0069\u0064\u0065\u006e\u0074\u0069t\u0079"); +};return &TextFont {Font :font ,Size :size ,_fff :_bgd },nil ;};type LineCap int ;func NewTextFontFromPath (filePath string ,size float64 )(*TextFont ,error ){_eeb ,_fc :=_cg .NewPdfFontFromTTFFile (filePath );if _fc !=nil {return nil ,_fc ;};return NewTextFont (_eeb ,size ); +};const (TextRenderingModeFill TextRenderingMode =iota ;TextRenderingModeStroke ;TextRenderingModeFillStroke ;TextRenderingModeInvisible ;TextRenderingModeFillClip ;TextRenderingModeStrokeClip ;TextRenderingModeFillStrokeClip ;TextRenderingModeClip ;); +func (_daf *TextState )ProcQ (data []byte ,ctx Context ){_daf .ProcTStar ();_daf .ProcTj (data ,ctx )};func (_ecg *TextState )ProcTd (tx ,ty float64 ){_ecg .Tlm .Concat (_b .TranslationMatrix (tx ,ty ));_ecg .Tm =_ecg .Tlm .Clone ();};func (_gdg *TextState )ProcTD (tx ,ty float64 ){_gdg .Tl =-ty ; +_gdg .ProcTd (tx ,ty )};type TextState struct{Tc float64 ;Tw float64 ;Th float64 ;Tl float64 ;Tf *TextFont ;Ts float64 ;Tm _b .Matrix ;Tlm _b .Matrix ;Tr TextRenderingMode ;GlobalScale float64 ;};func (_bcd *TextState )Reset (){_bcd .Tm =_b .IdentityMatrix (); +_bcd .Tlm =_b .IdentityMatrix ()};type TextFont struct{Font *_cg .PdfFont ;Size float64 ;_fff *_deg .Font ;_cgd *_cg .PdfFont ;}; \ No newline at end of file diff --git a/render/internal/context/imagerender/imagerender.go b/render/internal/context/imagerender/imagerender.go index fbeb09fa3..efb29dd70 100644 --- a/render/internal/context/imagerender/imagerender.go +++ b/render/internal/context/imagerender/imagerender.go @@ -9,99 +9,100 @@ // Use of this source code is governed by the UniDoc End User License Agreement // terms that can be accessed at https://unidoc.io/eula/ -package imagerender ;import (_bd "errors";_ffb "fmt";_af "github.com/unidoc/freetype/raster";_bb "github.com/unidoc/unipdf/v3/common";_c "github.com/unidoc/unipdf/v3/internal/transform";_gc "github.com/unidoc/unipdf/v3/render/internal/context";_ed "golang.org/x/image/draw"; -_eg "golang.org/x/image/font";_ab "golang.org/x/image/math/f64";_ec "golang.org/x/image/math/fixed";_e "image";_a "image/color";_d "image/draw";_b "math";_g "sort";_ff "strings";);func (_ged *Context )SetLineCap (lineCap _gc .LineCap ){_ged ._caf =lineCap }; -func (_ccg *Context )DrawPoint (x ,y ,r float64 ){_ccg .Push ();_dffab ,_gdc :=_ccg .Transform (x ,y );_ccg .Identity ();_ccg .DrawCircle (_dffab ,_gdc ,r );_ccg .Pop ();};func (_eadb *Context )SetDash (dashes ...float64 ){_eadb ._dec =dashes };func (_fca *linearGradient )AddColorStop (offset float64 ,color _a .Color ){_fca ._eabb =append (_fca ._eabb ,stop {_bcdba :offset ,_bcc :color }); -_g .Sort (_fca ._eabb );};func _dba (_dcg _a .Color )_gc .Pattern {return &solidPattern {_dafb :_dcg }};func (_bbg stops )Swap (i ,j int ){_bbg [i ],_bbg [j ]=_bbg [j ],_bbg [i ]};func (_dceg *Context )CubicTo (x1 ,y1 ,x2 ,y2 ,x3 ,y3 float64 ){if !_dceg ._aga {_dceg .MoveTo (x1 ,y1 ); -};_cdf ,_dca :=_dceg ._afdd .X ,_dceg ._afdd .Y ;x1 ,y1 =_dceg .Transform (x1 ,y1 );x2 ,y2 =_dceg .Transform (x2 ,y2 );x3 ,y3 =_dceg .Transform (x3 ,y3 );_dbf :=_edg (_cdf ,_dca ,x1 ,y1 ,x2 ,y2 ,x3 ,y3 );_gab :=_aba (_dceg ._afdd );for _ ,_bcab :=range _dbf [1:]{_dab :=_aba (_bcab ); -if _dab ==_gab {continue ;};_gab =_dab ;_dceg ._dce .Add1 (_dab );_dceg ._bca .Add1 (_dab );_dceg ._afdd =_bcab ;};};func (_dgaf stops )Len ()int {return len (_dgaf )};var (_bcb =_dba (_a .White );_dfa =_dba (_a .Black ););func _fdc (_gcef float64 ,_cab stops )_a .Color {if _gcef <=0.0||len (_cab )==1{return _cab [0]._bcc ; -};_fbee :=_cab [len (_cab )-1];if _gcef >=_fbee ._bcdba {return _fbee ._bcc ;};for _add ,_dag :=range _cab [1:]{if _gcef < _dag ._bcdba {_gcef =(_gcef -_cab [_add ]._bcdba )/(_dag ._bcdba -_cab [_add ]._bcdba );return _edcc (_cab [_add ]._bcc ,_dag ._bcc ,_gcef ); -};};return _fbee ._bcc ;};func (_bbbf *Context )Clear (){_gede :=_e .NewUniform (_bbbf ._aeg );_ed .Draw (_bbbf ._edgd ,_bbbf ._edgd .Bounds (),_gede ,_e .Point {},_ed .Src );};func (_ga *Context )LineWidth ()float64 {return _ga ._fcc };func (_dga *Context )SetRGBA (r ,g ,b ,a float64 ){_ ,_ ,_ ,_fgc :=_dga ._aeg .RGBA (); -if _fgc > 0&&_fgc !=65535&&a ==1{a =float64 (_fgc )/65535;};_dga ._aeg =_a .NRGBA {uint8 (r *255),uint8 (g *255),uint8 (b *255),uint8 (a *255)};_dga .setFillAndStrokeColor (_dga ._aeg );};func (_fcb *Context )NewSubPath (){if _fcb ._aga {_fcb ._bca .Add1 (_aba (_fcb ._eeb )); -};_fcb ._aga =false ;};func NewContextForRGBA (im *_e .RGBA )*Context {_gf :=im .Bounds ().Size ().X ;_dad :=im .Bounds ().Size ().Y ;return &Context {_gbd :_gf ,_ebe :_dad ,_ge :_af .NewRasterizer (_gf ,_dad ),_edgd :im ,_aeg :_a .Transparent ,_bcd :_bcb ,_faf :_dfa ,_fcc :1,_ede :_gc .FillRuleWinding ,_feg :_c .IdentityMatrix (),_cdg :_gc .NewTextState ()}; -};func (_dfdd *Context )ClosePath (){if _dfdd ._aga {_fbab :=_aba (_dfdd ._eeb );_dfdd ._dce .Add1 (_fbab );_dfdd ._bca .Add1 (_fbab );_dfdd ._afdd =_dfdd ._eeb ;};};func (_aac *Context )SetRGB (r ,g ,b float64 ){_aac .SetRGBA (r ,g ,b ,1)};func (_cae *Context )SetRGB255 (r ,g ,b int ){_cae .SetRGBA255 (r ,g ,b ,255)}; -type circle struct{_fbagb ,_fdedb ,_cegc float64 };func (_cea *Context )StrokePreserve (){var _fad _af .Painter ;if _cea ._dff ==nil {if _dae ,_cbb :=_cea ._faf .(*solidPattern );_cbb {_ggec :=_af .NewRGBAPainter (_cea ._edgd );_ggec .SetColor (_dae ._dafb ); -_fad =_ggec ;};};if _fad ==nil {_fad =_dace (_cea ._edgd ,_cea ._dff ,_cea ._faf );};_cea .stroke (_fad );};func (_beb *Context )ShearAbout (sx ,sy ,x ,y float64 ){_beb .Translate (x ,y );_beb .Shear (sx ,sy );_beb .Translate (-x ,-y );};func (_deb *Context )SetColor (c _a .Color ){_deb .setFillAndStrokeColor (c )}; -func (_fbba *solidPattern )ColorAt (x ,y int )_a .Color {return _fbba ._dafb };func _cb (_bf ,_fg ,_db ,_ac ,_bc ,_ca ,_cd float64 )(_bbb ,_dc float64 ){_de :=1-_cd ;_afc :=_de *_de ;_egf :=2*_de *_cd ;_fe :=_cd *_cd ;_bbb =_afc *_bf +_egf *_db +_fe *_bc ; -_dc =_afc *_fg +_egf *_ac +_fe *_ca ;return ;};func (_cgfe *Context )DrawImage (im _e .Image ,x ,y int ){_cgfe .DrawImageAnchored (im ,x ,y ,0,0)};func (_ecb *Context )ClearPath (){_ecb ._dce .Clear ();_ecb ._bca .Clear ();_ecb ._aga =false };func (_abf *Context )Matrix ()_c .Matrix {return _abf ._feg }; -func (_gac *Context )ResetClip (){_gac ._dff =nil };func (_efb *Context )QuadraticTo (x1 ,y1 ,x2 ,y2 float64 ){if !_efb ._aga {_efb .MoveTo (x1 ,y1 );};x1 ,y1 =_efb .Transform (x1 ,y1 );x2 ,y2 =_efb .Transform (x2 ,y2 );_bcdb :=_c .NewPoint (x1 ,y1 );_cge :=_c .NewPoint (x2 ,y2 ); -_gceg :=_aba (_bcdb );_cegf :=_aba (_cge );_efb ._dce .Add2 (_gceg ,_cegf );_efb ._bca .Add2 (_gceg ,_cegf );_efb ._afdd =_cge ;};func _baeg (_cfbf _af .Path ,_fac []float64 ,_fgd float64 )_af .Path {return _ffad (_aegg (_afdb (_cfbf ),_fac ,_fgd ));}; -func (_bde *Context )SetPixel (x ,y int ){_bde ._edgd .Set (x ,y ,_bde ._aeg )};func (_fge *Context )Push (){_gdg :=*_fge ;_fge ._gce =append (_fge ._gce ,&_gdg )};func (_fb *Context )SetFillStyle (pattern _gc .Pattern ){if _edf ,_dceb :=pattern .(*solidPattern ); -_dceb {_fb ._aeg =_edf ._dafb ;};_fb ._bcd =pattern ;};func _cgca (_abba string )(_gdce ,_ccag ,_ddae ,_fcbg int ){_abba =_ff .TrimPrefix (_abba ,"\u0023");_fcbg =255;if len (_abba )==3{_bbed :="\u00251\u0078\u0025\u0031\u0078\u0025\u0031x";_ffb .Sscanf (_abba ,_bbed ,&_gdce ,&_ccag ,&_ddae ); -_gdce |=_gdce <<4;_ccag |=_ccag <<4;_ddae |=_ddae <<4;};if len (_abba )==6{_ecf :="\u0025\u0030\u0032x\u0025\u0030\u0032\u0078\u0025\u0030\u0032\u0078";_ffb .Sscanf (_abba ,_ecf ,&_gdce ,&_ccag ,&_ddae );};if len (_abba )==8{_adb :="\u0025\u00302\u0078\u0025\u00302\u0078\u0025\u0030\u0032\u0078\u0025\u0030\u0032\u0078"; -_ffb .Sscanf (_abba ,_adb ,&_gdce ,&_ccag ,&_ddae ,&_fcbg );};return ;};func _cf (_def ,_ba ,_fa ,_gcd ,_gcdg ,_gde ,_bae ,_abc ,_df float64 )(_eb ,_gdb float64 ){_abb :=1-_df ;_gcg :=_abb *_abb *_abb ;_ae :=3*_abb *_abb *_df ;_ecc :=3*_abb *_df *_df ; -_dgd :=_df *_df *_df ;_eb =_gcg *_def +_ae *_fa +_ecc *_gcdg +_dgd *_bae ;_gdb =_gcg *_ba +_ae *_gcd +_ecc *_gde +_dgd *_abc ;return ;};func (_aab *Context )StrokePattern ()_gc .Pattern {return _aab ._faf };func (_ffbb *Context )MoveTo (x ,y float64 ){if _ffbb ._aga {_ffbb ._bca .Add1 (_aba (_ffbb ._eeb )); -};x ,y =_ffbb .Transform (x ,y );_ef :=_c .NewPoint (x ,y );_eab :=_aba (_ef );_ffbb ._dce .Start (_eab );_ffbb ._bca .Start (_eab );_ffbb ._eeb =_ef ;_ffbb ._afdd =_ef ;_ffbb ._aga =true ;};func NewLinearGradient (x0 ,y0 ,x1 ,y1 float64 )_gc .Gradient {_fbag :=&linearGradient {_bcbd :x0 ,_gae :y0 ,_geg :x1 ,_baee :y1 }; -return _fbag ;};func (_dbgd *Context )Translate (x ,y float64 ){_dbgd ._feg =_dbgd ._feg .Translate (x ,y )};func (_fab *Context )Shear (x ,y float64 ){_fab ._feg .Shear (x ,y )};func (_dcac *patternPainter )Paint (ss []_af .Span ,done bool ){_gegb :=_dcac ._fada .Bounds (); -for _ ,_bbe :=range ss {if _bbe .Y < _gegb .Min .Y {continue ;};if _bbe .Y >=_gegb .Max .Y {return ;};if _bbe .X0 < _gegb .Min .X {_bbe .X0 =_gegb .Min .X ;};if _bbe .X1 > _gegb .Max .X {_bbe .X1 =_gegb .Max .X ;};if _bbe .X0 >=_bbe .X1 {continue ;};const _dcgc =1<<16-1; -_deba :=_bbe .Y -_dcac ._fada .Rect .Min .Y ;_gdca :=_bbe .X0 -_dcac ._fada .Rect .Min .X ;_bfdg :=(_bbe .Y -_dcac ._fada .Rect .Min .Y )*_dcac ._fada .Stride +(_bbe .X0 -_dcac ._fada .Rect .Min .X )*4;_bge :=_bfdg +(_bbe .X1 -_bbe .X0 )*4;for _ebfc ,_ffca :=_bfdg ,_gdca ; -_ebfc < _bge ;_ebfc ,_ffca =_ebfc +4,_ffca +1{_ggg :=_bbe .Alpha ;if _dcac ._cfgf !=nil {_ggg =_ggg *uint32 (_dcac ._cfgf .AlphaAt (_ffca ,_deba ).A )/255;if _ggg ==0{continue ;};};_eebf :=_dcac ._acgf .ColorAt (_ffca ,_deba );_gbec ,_agd ,_decf ,_ddfbf :=_eebf .RGBA (); -_afdg :=uint32 (_dcac ._fada .Pix [_ebfc +0]);_baf :=uint32 (_dcac ._fada .Pix [_ebfc +1]);_caebf :=uint32 (_dcac ._fada .Pix [_ebfc +2]);_daag :=uint32 (_dcac ._fada .Pix [_ebfc +3]);_fdga :=(_dcgc -(_ddfbf *_ggg /_dcgc ))*0x101;_dcac ._fada .Pix [_ebfc +0]=uint8 ((_afdg *_fdga +_gbec *_ggg )/_dcgc >>8); -_dcac ._fada .Pix [_ebfc +1]=uint8 ((_baf *_fdga +_agd *_ggg )/_dcgc >>8);_dcac ._fada .Pix [_ebfc +2]=uint8 ((_caebf *_fdga +_decf *_ggg )/_dcgc >>8);_dcac ._fada .Pix [_ebfc +3]=uint8 ((_daag *_fdga +_ddfbf *_ggg )/_dcgc >>8);};};};func (_caeb stops )Less (i ,j int )bool {return _caeb [i ]._bcdba < _caeb [j ]._bcdba }; -func (_abg *Context )ScaleAbout (sx ,sy ,x ,y float64 ){_abg .Translate (x ,y );_abg .Scale (sx ,sy );_abg .Translate (-x ,-y );};func _agab (_dfgc ,_dgac ,_ecg ,_dfddg ,_dfaa ,_fgcb float64 )float64 {return _dfgc *_dfddg +_dgac *_dfaa +_ecg *_fgcb ;}; -func _acfg (_debf float64 )float64 {return _debf *_b .Pi /180};func _cbf (_ceab _e .Image )*_e .RGBA {_cda :=_ceab .Bounds ();_aff :=_e .NewRGBA (_cda );_d .Draw (_aff ,_cda ,_ceab ,_cda .Min ,_d .Src );return _aff ;};func (_bbf *Context )SetStrokeRGBA (r ,g ,b ,a float64 ){_fbg :=_a .NRGBA {uint8 (r *255),uint8 (g *255),uint8 (b *255),uint8 (a *255)}; -_bbf ._faf =_dba (_fbg );};func (_cac *Context )DrawRoundedRectangle (x ,y ,w ,h ,r float64 ){_daad ,_eada ,_ddf ,_gfe :=x ,x +r ,x +w -r ,x +w ;_acf ,_dgg ,_fff ,_afe :=y ,y +r ,y +h -r ,y +h ;_cac .NewSubPath ();_cac .MoveTo (_eada ,_acf );_cac .LineTo (_ddf ,_acf ); -_cac .DrawArc (_ddf ,_dgg ,r ,_acfg (270),_acfg (360));_cac .LineTo (_gfe ,_fff );_cac .DrawArc (_ddf ,_fff ,r ,_acfg (0),_acfg (90));_cac .LineTo (_eada ,_afe );_cac .DrawArc (_eada ,_fff ,r ,_acfg (90),_acfg (180));_cac .LineTo (_daad ,_dgg );_cac .DrawArc (_eada ,_dgg ,r ,_acfg (180),_acfg (270)); -_cac .ClosePath ();};func (_efc *Context )DrawRectangle (x ,y ,w ,h float64 ){_efc .NewSubPath ();_efc .MoveTo (x ,y );_efc .LineTo (x +w ,y );_efc .LineTo (x +w ,y +h );_efc .LineTo (x ,y +h );_efc .ClosePath ();};type stop struct{_bcdba float64 ;_bcc _a .Color ; -};func (_gad *Context )DrawImageAnchored (im _e .Image ,x ,y int ,ax ,ay float64 ){_fcec :=im .Bounds ().Size ();x -=int (ax *float64 (_fcec .X ));y -=int (ay *float64 (_fcec .Y ));_ceba :=_ed .BiLinear ;_gbde :=_gad ._feg .Clone ().Translate (float64 (x ),float64 (y )); -_eded :=_ab .Aff3 {_gbde [0],_gbde [3],_gbde [6],_gbde [1],_gbde [4],_gbde [7]};if _gad ._dff ==nil {_ceba .Transform (_gad ._edgd ,_eded ,im ,im .Bounds (),_ed .Over ,nil );}else {_ceba .Transform (_gad ._edgd ,_eded ,im ,im .Bounds (),_ed .Over ,&_ed .Options {DstMask :_gad ._dff ,DstMaskP :_e .Point {}}); -};};func (_gcaa *Context )SetStrokeStyle (pattern _gc .Pattern ){_gcaa ._faf =pattern };func (_eeg *Context )FillPreserve (){var _fde _af .Painter ;if _eeg ._dff ==nil {if _dbg ,_egg :=_eeg ._bcd .(*solidPattern );_egg {_ad :=_af .NewRGBAPainter (_eeg ._edgd ); -_ad .SetColor (_dbg ._dafb );_fde =_ad ;};};if _fde ==nil {_fde =_dace (_eeg ._edgd ,_eeg ._dff ,_eeg ._bcd );};_eeg .fill (_fde );};func (_ebf *Context )FillPattern ()_gc .Pattern {return _ebf ._bcd };func (_cag *Context )fill (_edcg _af .Painter ){_bgf :=_cag ._bca ; -if _cag ._aga {_bgf =make (_af .Path ,len (_cag ._bca ));copy (_bgf ,_cag ._bca );_bgf .Add1 (_aba (_cag ._eeb ));};_agg :=_cag ._ge ;_agg .UseNonZeroWinding =_cag ._ede ==_gc .FillRuleWinding ;_agg .Clear ();_agg .AddPath (_bgf );_agg .Rasterize (_edcg ); -};func (_aggc *Context )drawRegularPolygon (_be int ,_edb ,_caff ,_cegg ,_bgdd float64 ){_cgc :=2*_b .Pi /float64 (_be );_bgdd -=_b .Pi /2;if _be %2==0{_bgdd +=_cgc /2;};_aggc .NewSubPath ();for _fffe :=0;_fffe < _be ;_fffe ++{_caee :=_bgdd +_cgc *float64 (_fffe ); -_aggc .LineTo (_edb +_cegg *_b .Cos (_caee ),_caff +_cegg *_b .Sin (_caee ));};_aggc .ClosePath ();};func _aegg (_gecb [][]_c .Point ,_dfcd []float64 ,_bdac float64 )[][]_c .Point {var _ebb [][]_c .Point ;if len (_dfcd )==0{return _gecb ;};if len (_dfcd )==1{_dfcd =append (_dfcd ,_dfcd [0]); -};for _ ,_accc :=range _gecb {if len (_accc )< 2{continue ;};_agaa :=_accc [0];_egd :=1;_egeb :=0;_eba :=0.0;if _bdac !=0{var _faa float64 ;for _ ,_bff :=range _dfcd {_faa +=_bff ;};_bdac =_b .Mod (_bdac ,_faa );if _bdac < 0{_bdac +=_faa ;};for _dggf ,_deff :=range _dfcd {_bdac -=_deff ; -if _bdac < 0{_egeb =_dggf ;_eba =_deff +_bdac ;break ;};};};var _acca []_c .Point ;_acca =append (_acca ,_agaa );for _egd < len (_accc ){_eefc :=_dfcd [_egeb ];_cgde :=_accc [_egd ];_cgg :=_agaa .Distance (_cgde );_fefc :=_eefc -_eba ;if _cgg > _fefc {_afdcd :=_fefc /_cgg ; -_bgc :=_agaa .Interpolate (_cgde ,_afdcd );_acca =append (_acca ,_bgc );if _egeb %2==0&&len (_acca )> 1{_ebb =append (_ebb ,_acca );};_acca =nil ;_acca =append (_acca ,_bgc );_eba =0;_agaa =_bgc ;_egeb =(_egeb +1)%len (_dfcd );}else {_acca =append (_acca ,_cgde ); -_agaa =_cgde ;_eba +=_cgg ;_egd ++;};};if _egeb %2==0&&len (_acca )> 1{_ebb =append (_ebb ,_acca );};};return _ebb ;};func (_fd *Context )Width ()int {return _fd ._gbd };func (_ccc *Context )DrawStringAnchored (s string ,face _eg .Face ,x ,y ,ax ,ay float64 ){_gcb ,_ffe :=_ccc .MeasureString (s ,face ); -_ccc .drawString (s ,face ,x -ax *_gcb ,y +ay *_ffe );};func (_bcg *Context )Fill (){_bcg .FillPreserve ();_bcg .ClearPath ()};func (_afb *linearGradient )ColorAt (x ,y int )_a .Color {if len (_afb ._eabb )==0{return _a .Transparent ;};_dbb ,_ada :=float64 (x ),float64 (y ); -_cfa ,_gba ,_afa ,_aef :=_afb ._bcbd ,_afb ._gae ,_afb ._geg ,_afb ._baee ;_ccb ,_aae :=_afa -_cfa ,_aef -_gba ;if _aae ==0&&_ccb !=0{return _fdc ((_dbb -_cfa )/_ccb ,_afb ._eabb );};if _ccb ==0&&_aae !=0{return _fdc ((_ada -_gba )/_aae ,_afb ._eabb ); -};_eee :=_ccb *(_dbb -_cfa )+_aae *(_ada -_gba );if _eee < 0{return _afb ._eabb [0]._bcc ;};_fcbf :=_b .Hypot (_ccb ,_aae );_bec :=((_dbb -_cfa )*-_aae +(_ada -_gba )*_ccb )/(_fcbf *_fcbf );_adad ,_acc :=_cfa +_bec *-_aae ,_gba +_bec *_ccb ;_dee :=_b .Hypot (_dbb -_adad ,_ada -_acc )/_fcbf ; -return _fdc (_dee ,_afb ._eabb );};type patternPainter struct{_fada *_e .RGBA ;_cfgf *_e .Alpha ;_acgf _gc .Pattern ;};func (_bcba *Context )DrawEllipticalArc (x ,y ,rx ,ry ,angle1 ,angle2 float64 ){const _agf =16;for _ddfg :=0;_ddfg < _agf ;_ddfg ++{_fec :=float64 (_ddfg +0)/_agf ; -_fded :=float64 (_ddfg +1)/_agf ;_bcdf :=angle1 +(angle2 -angle1 )*_fec ;_efbc :=angle1 +(angle2 -angle1 )*_fded ;_eabd :=x +rx *_b .Cos (_bcdf );_dda :=y +ry *_b .Sin (_bcdf );_deg :=x +rx *_b .Cos ((_bcdf +_efbc )/2);_cbeg :=y +ry *_b .Sin ((_bcdf +_efbc )/2); -_dada :=x +rx *_b .Cos (_efbc );_gbfc :=y +ry *_b .Sin (_efbc );_ggee :=2*_deg -_eabd /2-_dada /2;_dfg :=2*_cbeg -_dda /2-_gbfc /2;if _ddfg ==0{if _bcba ._aga {_bcba .LineTo (_eabd ,_dda );}else {_bcba .MoveTo (_eabd ,_dda );};};_bcba .QuadraticTo (_ggee ,_dfg ,_dada ,_gbfc ); -};};func (_ccf *Context )Clip (){_ccf .ClipPreserve ();_ccf .ClearPath ()};func (_aabd *Context )Identity (){_aabd ._feg =_c .IdentityMatrix ()};func _edg (_gca ,_cdd ,_bfb ,_cc ,_cca ,_ce ,_aag ,_ceb float64 )[]_c .Point {_ega :=(_b .Hypot (_bfb -_gca ,_cc -_cdd )+_b .Hypot (_cca -_bfb ,_ce -_cc )+_b .Hypot (_aag -_cca ,_ceb -_ce )); -_fga :=int (_ega +0.5);if _fga < 4{_fga =4;};_gge :=float64 (_fga )-1;_daa :=make ([]_c .Point ,_fga );for _ebg :=0;_ebg < _fga ;_ebg ++{_fc :=float64 (_ebg )/_gge ;_bdg ,_afd :=_cf (_gca ,_cdd ,_bfb ,_cc ,_cca ,_ce ,_aag ,_ceb ,_fc );_daa [_ebg ]=_c .NewPoint (_bdg ,_afd ); -};return _daa ;};type repeatOp int ;func (_cdgg *Context )SetFillRGBA (r ,g ,b ,a float64 ){_ ,_ ,_ ,_ege :=_cdgg ._aeg .RGBA ();if _ege > 0&&_ege !=65535&&a ==1{a =float64 (_ege )/65535;};_bgd :=_a .NRGBA {uint8 (r *255),uint8 (g *255),uint8 (b *255),uint8 (a *255)}; -_cdgg ._aeg =_bgd ;_cdgg ._bcd =_dba (_bgd );};func _edcc (_cbbc ,_bbcb _a .Color ,_gdac float64 )_a .Color {_cde ,_cgd ,_bgfe ,_edd :=_cbbc .RGBA ();_dde ,_bbgcg ,_gdgf ,_gbaa :=_bbcb .RGBA ();return _a .RGBA {_ade (_cde ,_dde ,_gdac ),_ade (_cgd ,_bbgcg ,_gdac ),_ade (_bgfe ,_gdgf ,_gdac ),_ade (_edd ,_gbaa ,_gdac )}; -};type solidPattern struct{_dafb _a .Color };func (_gedg *Context )Rotate (angle float64 ){_gedg ._feg =_gedg ._feg .Rotate (angle )};func _aba (_bebd _c .Point )_ec .Point26_6 {return _ec .Point26_6 {X :_ebc (_bebd .X ),Y :_ebc (_bebd .Y )}};func NewContext (width ,height int )*Context {return NewContextForRGBA (_e .NewRGBA (_e .Rect (0,0,width ,height ))); -};func (_eebd *Context )TextState ()*_gc .TextState {return &_eebd ._cdg };func (_fdef *Context )SetMask (mask *_e .Alpha )error {if mask .Bounds ().Size ()!=_fdef ._edgd .Bounds ().Size (){return _bd .New ("\u006d\u0061\u0073\u006b\u0020\u0073i\u007a\u0065\u0020\u006d\u0075\u0073\u0074\u0020\u006d\u0061\u0074\u0063\u0068 \u0063\u006f\u006e\u0074\u0065\u0078\u0074 \u0073\u0069\u007a\u0065"); -};_fdef ._dff =mask ;return nil ;};func (_cba *Context )DrawCircle (x ,y ,r float64 ){_cba .NewSubPath ();_cba .DrawEllipticalArc (x ,y ,r ,r ,0,2*_b .Pi );_cba .ClosePath ();};const (_ecgg repeatOp =iota ;_cbd ;_bgfg ;_acdd ;);type linearGradient struct{_bcbd ,_gae ,_geg ,_baee float64 ; -_eabb stops ;};func _dace (_agfcg *_e .RGBA ,_facc *_e .Alpha ,_bebaf _gc .Pattern )*patternPainter {return &patternPainter {_agfcg ,_facc ,_bebaf };};type Context struct{_gbd int ;_ebe int ;_ge *_af .Rasterizer ;_edgd *_e .RGBA ;_dff *_e .Alpha ;_aeg _a .Color ; -_bcd _gc .Pattern ;_faf _gc .Pattern ;_dce _af .Path ;_bca _af .Path ;_eeb _c .Point ;_afdd _c .Point ;_aga bool ;_dec []float64 ;_bfd float64 ;_fcc float64 ;_caf _gc .LineCap ;_fcf _gc .LineJoin ;_ede _gc .FillRule ;_feg _c .Matrix ;_cdg _gc .TextState ; -_gce []*Context ;};func (_cdfc *Context )MeasureString (s string ,face _eg .Face )(_eabf ,_aaa float64 ){_aaca :=&_eg .Drawer {Face :face };_bdb :=_aaca .MeasureString (s );return float64 (_bdb >>6),_cdfc ._cdg .Tf .Size ;};func (_eca *Context )DrawString (s string ,face _eg .Face ,x ,y float64 ){_eca .DrawStringAnchored (s ,face ,x ,y ,0,0); -};func (_dfb *Context )SetMatrix (m _c .Matrix ){_dfb ._feg =m };func _ade (_ebec ,_bbca uint32 ,_fbc float64 )uint8 {return uint8 (int32 (float64 (_ebec )*(1.0-_fbc )+float64 (_bbca )*_fbc )>>8);};func (_fcfd *Context )Image ()_e .Image {return _fcfd ._edgd }; -func (_beba *surfacePattern )ColorAt (x ,y int )_a .Color {_dgfd :=_beba ._caa .Bounds ();switch _beba ._fafb {case _cbd :if y >=_dgfd .Dy (){return _a .Transparent ;};case _bgfg :if x >=_dgfd .Dx (){return _a .Transparent ;};case _acdd :if x >=_dgfd .Dx ()||y >=_dgfd .Dy (){return _a .Transparent ; -};};x =x %_dgfd .Dx ()+_dgfd .Min .X ;y =y %_dgfd .Dy ()+_dgfd .Min .Y ;return _beba ._caa .At (x ,y );};func (_fbd *Context )AsMask ()*_e .Alpha {_daf :=_e .NewAlpha (_fbd ._edgd .Bounds ());_ed .Draw (_daf ,_fbd ._edgd .Bounds (),_fbd ._edgd ,_e .Point {},_ed .Src ); -return _daf ;};func (_fbe *Context )InvertMask (){if _fbe ._dff ==nil {_fbe ._dff =_e .NewAlpha (_fbe ._edgd .Bounds ());}else {for _gbe ,_cbg :=range _fbe ._dff .Pix {_fbe ._dff .Pix [_gbe ]=255-_cbg ;};};};func (_ffa *Context )joiner ()_af .Joiner {switch _ffa ._fcf {case _gc .LineJoinBevel :return _af .BevelJoiner ; -case _gc .LineJoinRound :return _af .RoundJoiner ;};return nil ;};func (_dfd *Context )setFillAndStrokeColor (_gfb _a .Color ){_dfd ._aeg =_gfb ;_dfd ._bcd =_dba (_gfb );_dfd ._faf =_dba (_gfb );};func (_cddd *Context )stroke (_bbc _af .Painter ){_bda :=_cddd ._dce ; -if len (_cddd ._dec )> 0{_bda =_baeg (_bda ,_cddd ._dec ,_cddd ._bfd );}else {_bda =_ffad (_afdb (_bda ));};_ddg :=_cddd ._ge ;_ddg .UseNonZeroWinding =true ;_ddg .Clear ();_fbb :=(_cddd ._feg .ScalingFactorX ()+_cddd ._feg .ScalingFactorY ())/2;_ddg .AddStroke (_bda ,_ebc (_cddd ._fcc *_fbb ),_cddd .capper (),_cddd .joiner ()); -_ddg .Rasterize (_bbc );};func (_dd *Context )SetLineWidth (lineWidth float64 ){_dd ._fcc =lineWidth };func (_bbbg *Context )DrawArc (x ,y ,r ,angle1 ,angle2 float64 ){_bbbg .DrawEllipticalArc (x ,y ,r ,r ,angle1 ,angle2 );};func (_aec *radialGradient )ColorAt (x ,y int )_a .Color {if len (_aec ._fee )==0{return _a .Transparent ; -};_fcg ,_abd :=float64 (x )+0.5-_aec ._dbd ._fbagb ,float64 (y )+0.5-_aec ._dbd ._fdedb ;_bbgc :=_agab (_fcg ,_abd ,_aec ._dbd ._cegc ,_aec ._bgg ._fbagb ,_aec ._bgg ._fdedb ,_aec ._bgg ._cegc );_eebb :=_agab (_fcg ,_abd ,-_aec ._dbd ._cegc ,_fcg ,_abd ,_aec ._dbd ._cegc ); -if _aec ._ccce ==0{if _bbgc ==0{return _a .Transparent ;};_dcc :=0.5*_eebb /_bbgc ;if _dcc *_aec ._bgg ._cegc >=_aec ._aee {return _fdc (_dcc ,_aec ._fee );};return _a .Transparent ;};_daed :=_agab (_bbgc ,_aec ._ccce ,0,_bbgc ,-_eebb ,0);if _daed >=0{_bcgb :=_b .Sqrt (_daed ); -_gfc :=(_bbgc +_bcgb )*_aec ._bdf ;_ffcb :=(_bbgc -_bcgb )*_aec ._bdf ;if _gfc *_aec ._bgg ._cegc >=_aec ._aee {return _fdc (_gfc ,_aec ._fee );}else if _ffcb *_aec ._bgg ._cegc >=_aec ._aee {return _fdc (_ffcb ,_aec ._fee );};};return _a .Transparent ; -};func (_fgf *Context )SetFillRule (fillRule _gc .FillRule ){_fgf ._ede =fillRule };func _edcd (_agc _e .Image ,_ddfb repeatOp )_gc .Pattern {return &surfacePattern {_caa :_agc ,_fafb :_ddfb };};type radialGradient struct{_dbd ,_fae ,_bgg circle ;_ccce ,_bdf float64 ; -_aee float64 ;_fee stops ;};func _ee (_gd ,_abe ,_ag ,_ffd ,_gg ,_gb float64 )[]_c .Point {_ea :=(_b .Hypot (_ag -_gd ,_ffd -_abe )+_b .Hypot (_gg -_ag ,_gb -_ffd ));_edc :=int (_ea +0.5);if _edc < 4{_edc =4;};_dg :=float64 (_edc )-1;_da :=make ([]_c .Point ,_edc ); -for _bg :=0;_bg < _edc ;_bg ++{_aa :=float64 (_bg )/_dg ;_gbf ,_ead :=_cb (_gd ,_abe ,_ag ,_ffd ,_gg ,_gb ,_aa );_da [_bg ]=_c .NewPoint (_gbf ,_ead );};return _da ;};func NewContextForImage (im _e .Image )*Context {return NewContextForRGBA (_cbf (im ))}; -func (_ecd *Context )SetRGBA255 (r ,g ,b ,a int ){_ecd ._aeg =_a .NRGBA {uint8 (r ),uint8 (g ),uint8 (b ),uint8 (a )};_ecd .setFillAndStrokeColor (_ecd ._aeg );};func (_cg *Context )SetLineJoin (lineJoin _gc .LineJoin ){_cg ._fcf =lineJoin };func (_fef *Context )DrawEllipse (x ,y ,rx ,ry float64 ){_fef .NewSubPath (); -_fef .DrawEllipticalArc (x ,y ,rx ,ry ,0,2*_b .Pi );_fef .ClosePath ();};func (_cbe *Context )ClipPreserve (){_cgf :=_e .NewAlpha (_e .Rect (0,0,_cbe ._gbd ,_cbe ._ebe ));_eebg :=_af .NewAlphaOverPainter (_cgf );_cbe .fill (_eebg );if _cbe ._dff ==nil {_cbe ._dff =_cgf ; -}else {_fce :=_e .NewAlpha (_e .Rect (0,0,_cbe ._gbd ,_cbe ._ebe ));_ed .DrawMask (_fce ,_fce .Bounds (),_cgf ,_e .Point {},_cbe ._dff ,_e .Point {},_ed .Over );_cbe ._dff =_fce ;};};func (_fcfdd *Context )drawString (_agfg string ,_bcda _eg .Face ,_gef ,_gda float64 ){_acd :=&_eg .Drawer {Src :_e .NewUniform (_fcfdd ._aeg ),Face :_bcda ,Dot :_aba (_c .NewPoint (_gef ,_gda ))}; -_bad :=rune (-1);for _ ,_fdg :=range _agfg {if _bad >=0{_acd .Dot .X +=_acd .Face .Kern (_bad ,_fdg );};_agfc ,_ggc ,_eef ,_gfbd ,_bee :=_acd .Face .Glyph (_acd .Dot ,_fdg );if !_bee {continue ;};_eae :=_agfc .Sub (_agfc .Min );_fcfg :=_e .NewRGBA (_eae ); -_ed .DrawMask (_fcfg ,_eae ,_acd .Src ,_e .Point {},_ggc ,_eef ,_ed .Over );var _bcaba *_ed .Options ;if _fcfdd ._dff !=nil {_bcaba =&_ed .Options {DstMask :_fcfdd ._dff ,DstMaskP :_e .Point {}};};_dgdc :=_fcfdd ._feg .Clone ().Translate (float64 (_agfc .Min .X ),float64 (_agfc .Min .Y )); -_ece :=_ab .Aff3 {_dgdc [0],_dgdc [3],_dgdc [6],_dgdc [1],_dgdc [4],_dgdc [7]};_ed .BiLinear .Transform (_fcfdd ._edgd ,_ece ,_fcfg ,_eae ,_ed .Over ,_bcaba );_acd .Dot .X +=_gfbd ;_bad =_fdg ;};};func (_dggd *Context )Pop (){_gcgg :=*_dggd ;_abca :=_dggd ._gce ; -_bba :=_abca [len (_abca )-1];*_dggd =*_bba ;_dggd ._dce =_gcgg ._dce ;_dggd ._bca =_gcgg ._bca ;_dggd ._eeb =_gcgg ._eeb ;_dggd ._afdd =_gcgg ._afdd ;_dggd ._aga =_gcgg ._aga ;};type stops []stop ;func (_bfe *Context )RotateAbout (angle ,x ,y float64 ){_bfe .Translate (x ,y ); -_bfe .Rotate (angle );_bfe .Translate (-x ,-y );};func _ebc (_bdfe float64 )_ec .Int26_6 {return _ec .Int26_6 (_bdfe *64)};func (_dffa *Context )SetHexColor (x string ){_gbfa ,_gec ,_afdc ,_fba :=_cgca (x );_dffa .SetRGBA255 (_gbfa ,_gec ,_afdc ,_fba ); -};func (_dac *Context )DrawLine (x1 ,y1 ,x2 ,y2 float64 ){_dac .MoveTo (x1 ,y1 );_dac .LineTo (x2 ,y2 )};func (_dbgde *Context )Transform (x ,y float64 )(_ccgd ,_cfb float64 ){return _dbgde ._feg .Transform (x ,y );};type surfacePattern struct{_caa _e .Image ; -_fafb repeatOp ;};func _afdb (_dgdg _af .Path )[][]_c .Point {var _ecga [][]_c .Point ;var _eeba []_c .Point ;var _fcfgc ,_ccba float64 ;for _bgdg :=0;_bgdg < len (_dgdg );{switch _dgdg [_bgdg ]{case 0:if len (_eeba )> 0{_ecga =append (_ecga ,_eeba );_eeba =nil ; -};_cbbcf :=_ffde (_dgdg [_bgdg +1]);_dadf :=_ffde (_dgdg [_bgdg +2]);_eeba =append (_eeba ,_c .NewPoint (_cbbcf ,_dadf ));_fcfgc ,_ccba =_cbbcf ,_dadf ;_bgdg +=4;case 1:_cfg :=_ffde (_dgdg [_bgdg +1]);_aggd :=_ffde (_dgdg [_bgdg +2]);_eeba =append (_eeba ,_c .NewPoint (_cfg ,_aggd )); -_fcfgc ,_ccba =_cfg ,_aggd ;_bgdg +=4;case 2:_adc :=_ffde (_dgdg [_bgdg +1]);_cega :=_ffde (_dgdg [_bgdg +2]);_efce :=_ffde (_dgdg [_bgdg +3]);_bea :=_ffde (_dgdg [_bgdg +4]);_eec :=_ee (_fcfgc ,_ccba ,_adc ,_cega ,_efce ,_bea );_eeba =append (_eeba ,_eec ...); -_fcfgc ,_ccba =_efce ,_bea ;_bgdg +=6;case 3:_eac :=_ffde (_dgdg [_bgdg +1]);_egc :=_ffde (_dgdg [_bgdg +2]);_ecdc :=_ffde (_dgdg [_bgdg +3]);_gbca :=_ffde (_dgdg [_bgdg +4]);_edfg :=_ffde (_dgdg [_bgdg +5]);_eefg :=_ffde (_dgdg [_bgdg +6]);_dgc :=_edg (_fcfgc ,_ccba ,_eac ,_egc ,_ecdc ,_gbca ,_edfg ,_eefg ); -_eeba =append (_eeba ,_dgc ...);_fcfgc ,_ccba =_edfg ,_eefg ;_bgdg +=8;default:_bb .Log .Debug ("\u0057\u0041\u0052\u004e: \u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0070\u0061\u0074\u0068\u003a\u0020%\u0076",_dgdg );return _ecga ;};};if len (_eeba )> 0{_ecga =append (_ecga ,_eeba ); -};return _ecga ;};func (_gcc *Context )SetDashOffset (offset float64 ){_gcc ._bfd =offset };func (_fdd *Context )Height ()int {return _fdd ._ebe };func (_cdgca *Context )Scale (x ,y float64 ){_cdgca ._feg =_cdgca ._feg .Scale (x ,y )};func (_bbcg *radialGradient )AddColorStop (offset float64 ,color _a .Color ){_bbcg ._fee =append (_bbcg ._fee ,stop {_bcdba :offset ,_bcc :color }); -_g .Sort (_bbcg ._fee );};func _ffde (_cfae _ec .Int26_6 )float64 {const _gfa ,_bag =6,1<<6-1;if _cfae >=0{return float64 (_cfae >>_gfa )+float64 (_cfae &_bag )/64;};_cfae =-_cfae ;if _cfae >=0{return -(float64 (_cfae >>_gfa )+float64 (_cfae &_bag )/64); -};return 0;};func (_dfcf *Context )LineTo (x ,y float64 ){if !_dfcf ._aga {_dfcf .MoveTo (x ,y );}else {x ,y =_dfcf .Transform (x ,y );_ceg :=_c .NewPoint (x ,y );_bcf :=_aba (_ceg );_dfcf ._dce .Add1 (_bcf );_dfcf ._bca .Add1 (_bcf );_dfcf ._afdd =_ceg ; -};};func (_eag *Context )Stroke (){_eag .StrokePreserve ();_eag .ClearPath ()};func NewRadialGradient (x0 ,y0 ,r0 ,x1 ,y1 ,r1 float64 )_gc .Gradient {_bbgcf :=circle {x0 ,y0 ,r0 };_gedf :=circle {x1 ,y1 ,r1 };_dgf :=circle {x1 -x0 ,y1 -y0 ,r1 -r0 };_eccb :=_agab (_dgf ._fbagb ,_dgf ._fdedb ,-_dgf ._cegc ,_dgf ._fbagb ,_dgf ._fdedb ,_dgf ._cegc ); -var _gbc float64 ;if _eccb !=0{_gbc =1.0/_eccb ;};_aabb :=-_bbgcf ._cegc ;_aeb :=&radialGradient {_dbd :_bbgcf ,_fae :_gedf ,_bgg :_dgf ,_ccce :_eccb ,_bdf :_gbc ,_aee :_aabb };return _aeb ;};func _ffad (_gdf [][]_c .Point )_af .Path {var _age _af .Path ; -for _ ,_dea :=range _gdf {var _eddc _ec .Point26_6 ;for _edfa ,_gcee :=range _dea {_cbc :=_aba (_gcee );if _edfa ==0{_age .Start (_cbc );}else {_deec :=_cbc .X -_eddc .X ;_cbag :=_cbc .Y -_eddc .Y ;if _deec < 0{_deec =-_deec ;};if _cbag < 0{_cbag =-_cbag ; -};if _deec +_cbag > 8{_age .Add1 (_cbc );};};_eddc =_cbc ;};};return _age ;};func (_dgda *Context )capper ()_af .Capper {switch _dgda ._caf {case _gc .LineCapButt :return _af .ButtCapper ;case _gc .LineCapRound :return _af .RoundCapper ;case _gc .LineCapSquare :return _af .SquareCapper ; -};return nil ;}; \ No newline at end of file +package imagerender ;import (_e "errors";_c "fmt";_aed "github.com/unidoc/freetype/raster";_d "github.com/unidoc/unipdf/v3/common";_ae "github.com/unidoc/unipdf/v3/internal/transform";_cg "github.com/unidoc/unipdf/v3/render/internal/context";_ad "golang.org/x/image/draw"; +_gde "golang.org/x/image/font";_f "golang.org/x/image/math/f64";_gd "golang.org/x/image/math/fixed";_ac "image";_be "image/color";_ag "image/draw";_g "math";_ga "sort";_b "strings";);func (_cee *Context )SetRGBA (r ,g ,b ,a float64 ){_ ,_ ,_ ,_fed :=_cee ._agf .RGBA (); +if _fed > 0&&_fed !=65535&&a ==1{a =float64 (_fed )/65535;};_cee ._agf =_be .NRGBA {uint8 (r *255),uint8 (g *255),uint8 (b *255),uint8 (a *255)};_cee .setFillAndStrokeColor (_cee ._agf );};type stops []stop ;func _ccbdc (_ffgad string )(_caee ,_afefe ,_dafa ,_eefg int ){_ffgad =_b .TrimPrefix (_ffgad ,"\u0023"); +_eefg =255;if len (_ffgad )==3{_ggdb :="\u00251\u0078\u0025\u0031\u0078\u0025\u0031x";_c .Sscanf (_ffgad ,_ggdb ,&_caee ,&_afefe ,&_dafa );_caee |=_caee <<4;_afefe |=_afefe <<4;_dafa |=_dafa <<4;};if len (_ffgad )==6{_cbcb :="\u0025\u0030\u0032x\u0025\u0030\u0032\u0078\u0025\u0030\u0032\u0078"; +_c .Sscanf (_ffgad ,_cbcb ,&_caee ,&_afefe ,&_dafa );};if len (_ffgad )==8{_bbcdb :="\u0025\u00302\u0078\u0025\u00302\u0078\u0025\u0030\u0032\u0078\u0025\u0030\u0032\u0078";_c .Sscanf (_ffgad ,_bbcdb ,&_caee ,&_afefe ,&_dafa ,&_eefg );};return ;};func (_dgf *Context )SetRGBA255 (r ,g ,b ,a int ){_dgf ._agf =_be .NRGBA {uint8 (r ),uint8 (g ),uint8 (b ),uint8 (a )}; +_dgf .setFillAndStrokeColor (_dgf ._agf );};func (_cdd *Context )StrokePreserve (){var _fgg _aed .Painter ;if _cdd ._aab ==nil {if _fecg ,_egb :=_cdd ._def .(*solidPattern );_egb {_efe :=_aed .NewRGBAPainter (_cdd ._bff );_efe .SetColor (_fecg ._gaad ); +_fgg =_efe ;};};if _fgg ==nil {_fgg =_bbf (_cdd ._bff ,_cdd ._aab ,_cdd ._def );};_cdd .stroke (_fgg );};func (_fac *radialGradient )ColorAt (x ,y int )_be .Color {if len (_fac ._fede )==0{return _be .Transparent ;};_dbca ,_gfgf :=float64 (x )+0.5-_fac ._dbf ._eefb ,float64 (y )+0.5-_fac ._dbf ._bcbg ; +_ggeb :=_eca (_dbca ,_gfgf ,_fac ._dbf ._dac ,_fac ._cga ._eefb ,_fac ._cga ._bcbg ,_fac ._cga ._dac );_bga :=_eca (_dbca ,_gfgf ,-_fac ._dbf ._dac ,_dbca ,_gfgf ,_fac ._dbf ._dac );if _fac ._adf ==0{if _ggeb ==0{return _be .Transparent ;};_cgeg :=0.5*_bga /_ggeb ; +if _cgeg *_fac ._cga ._dac >=_fac ._edgc {return _fccc (_cgeg ,_fac ._fede );};return _be .Transparent ;};_fafc :=_eca (_ggeb ,_fac ._adf ,0,_ggeb ,-_bga ,0);if _fafc >=0{_dcca :=_g .Sqrt (_fafc );_agcb :=(_ggeb +_dcca )*_fac ._cbff ;_bgb :=(_ggeb -_dcca )*_fac ._cbff ; +if _agcb *_fac ._cga ._dac >=_fac ._edgc {return _fccc (_agcb ,_fac ._fede );}else if _bgb *_fac ._cga ._dac >=_fac ._edgc {return _fccc (_bgb ,_fac ._fede );};};return _be .Transparent ;};func (_bag *Context )DrawArc (x ,y ,r ,angle1 ,angle2 float64 ){_bag .DrawEllipticalArc (x ,y ,r ,r ,angle1 ,angle2 ); +};func (_fcaf stops )Len ()int {return len (_fcaf )};func (_efdb *Context )Scale (x ,y float64 ){_efdb ._gfg =_efdb ._gfg .Scale (x ,y )};func (_fcd *Context )Width ()int {return _fcd ._fa };func (_beb *Context )SetColor (c _be .Color ){_beb .setFillAndStrokeColor (c )}; +func (_cbd *Context )DrawCircle (x ,y ,r float64 ){_cbd .NewSubPath ();_cbd .DrawEllipticalArc (x ,y ,r ,r ,0,2*_g .Pi );_cbd .ClosePath ();};func (_aea *Context )QuadraticTo (x1 ,y1 ,x2 ,y2 float64 ){if !_aea ._egf {_aea .MoveTo (x1 ,y1 );};x1 ,y1 =_aea .Transform (x1 ,y1 ); +x2 ,y2 =_aea .Transform (x2 ,y2 );_gge :=_ae .NewPoint (x1 ,y1 );_cgfe :=_ae .NewPoint (x2 ,y2 );_aebg :=_fdfc (_gge );_ebg :=_fdfc (_cgfe );_aea ._bb .Add2 (_aebg ,_ebg );_aea ._dcb .Add2 (_aebg ,_ebg );_aea ._fg =_cgfe ;};func (_cbce *Context )DrawStringAnchored (s string ,face _gde .Face ,x ,y ,ax ,ay float64 ){_dbc ,_eaa :=_cbce .MeasureString (s ,face ); +_cbce .drawString (s ,face ,x -ax *_dbc ,y +ay *_eaa );};func (_fe *Context )SetDash (dashes ...float64 ){_fe ._ede =dashes };func (_eae *linearGradient )ColorAt (x ,y int )_be .Color {if len (_eae ._gcfc )==0{return _be .Transparent ;};_aad ,_afef :=float64 (x ),float64 (y ); +_fea ,_ced ,_gbb ,_eed :=_eae ._edf ,_eae ._ebdd ,_eae ._dgaa ,_eae ._ggae ;_gceg ,_bec :=_gbb -_fea ,_eed -_ced ;if _bec ==0&&_gceg !=0{return _fccc ((_aad -_fea )/_gceg ,_eae ._gcfc );};if _gceg ==0&&_bec !=0{return _fccc ((_afef -_ced )/_bec ,_eae ._gcfc ); +};_fdgf :=_gceg *(_aad -_fea )+_bec *(_afef -_ced );if _fdgf < 0{return _eae ._gcfc [0]._ecgb ;};_dcac :=_g .Hypot (_gceg ,_bec );_cdcd :=((_aad -_fea )*-_bec +(_afef -_ced )*_gceg )/(_dcac *_dcac );_eef ,_beg :=_fea +_cdcd *-_bec ,_ced +_cdcd *_gceg ; +_ddeag :=_g .Hypot (_aad -_eef ,_afef -_beg )/_dcac ;return _fccc (_ddeag ,_eae ._gcfc );};func _bcf (_dgad ,_feda uint32 ,_cbgd float64 )uint8 {return uint8 (int32 (float64 (_dgad )*(1.0-_cbgd )+float64 (_feda )*_cbgd )>>8);};type radialGradient struct{_dbf ,_dcgd ,_cga circle ; +_adf ,_cbff float64 ;_edgc float64 ;_fede stops ;};func (_bbeg stops )Less (i ,j int )bool {return _bbeg [i ]._gdebc < _bbeg [j ]._gdebc };func _ab (_gae ,_fd ,_dd ,_gdd ,_ea ,_fc ,_df float64 )(_af ,_gf float64 ){_bc :=1-_df ;_acb :=_bc *_bc ;_acc :=2*_bc *_df ; +_gg :=_df *_df ;_af =_acb *_gae +_acc *_dd +_gg *_ea ;_gf =_acb *_fd +_acc *_gdd +_gg *_fc ;return ;};func (_efb *Context )SetMatrix (m _ae .Matrix ){_efb ._gfg =m };func (_bfb *Context )drawRegularPolygon (_ggc int ,_fgff ,_cbb ,_aeaa ,_dfa float64 ){_ddgg :=2*_g .Pi /float64 (_ggc ); +_dfa -=_g .Pi /2;if _ggc %2==0{_dfa +=_ddgg /2;};_bfb .NewSubPath ();for _gdeg :=0;_gdeg < _ggc ;_gdeg ++{_ecd :=_dfa +_ddgg *float64 (_gdeg );_bfb .LineTo (_fgff +_aeaa *_g .Cos (_ecd ),_cbb +_aeaa *_g .Sin (_ecd ));};_bfb .ClosePath ();};func (_cfc *Context )Fill (){_cfc .FillPreserve (); +_cfc .ClearPath ()};type linearGradient struct{_edf ,_ebdd ,_dgaa ,_ggae float64 ;_gcfc stops ;};func _aa (_ce ,_eag ,_age ,_ade ,_cgb ,_dfb ,_cbg ,_acg ,_ggd float64 )(_cgf ,_bed float64 ){_ee :=1-_ggd ;_db :=_ee *_ee *_ee ;_bd :=3*_ee *_ee *_ggd ;_de :=3*_ee *_ggd *_ggd ; +_da :=_ggd *_ggd *_ggd ;_cgf =_db *_ce +_bd *_age +_de *_cgb +_da *_cbg ;_bed =_db *_eag +_bd *_ade +_de *_dfb +_da *_acg ;return ;};func _bfe (_gadc _aed .Path )[][]_ae .Point {var _dafb [][]_ae .Point ;var _gbf []_ae .Point ;var _bfa ,_bgc float64 ;for _baa :=0; +_baa < len (_gadc );{switch _gadc [_baa ]{case 0:if len (_gbf )> 0{_dafb =append (_dafb ,_gbf );_gbf =nil ;};_ecac :=_dgac (_gadc [_baa +1]);_bab :=_dgac (_gadc [_baa +2]);_gbf =append (_gbf ,_ae .NewPoint (_ecac ,_bab ));_bfa ,_bgc =_ecac ,_bab ;_baa +=4; +case 1:_ffa :=_dgac (_gadc [_baa +1]);_bad :=_dgac (_gadc [_baa +2]);_gbf =append (_gbf ,_ae .NewPoint (_ffa ,_bad ));_bfa ,_bgc =_ffa ,_bad ;_baa +=4;case 2:_bebf :=_dgac (_gadc [_baa +1]);_fbf :=_dgac (_gadc [_baa +2]);_degf :=_dgac (_gadc [_baa +3]); +_cbfa :=_dgac (_gadc [_baa +4]);_gcfa :=_eb (_bfa ,_bgc ,_bebf ,_fbf ,_degf ,_cbfa );_gbf =append (_gbf ,_gcfa ...);_bfa ,_bgc =_degf ,_cbfa ;_baa +=6;case 3:_fbe :=_dgac (_gadc [_baa +1]);_eddg :=_dgac (_gadc [_baa +2]);_bcg :=_dgac (_gadc [_baa +3]); +_bgbe :=_dgac (_gadc [_baa +4]);_gcdd :=_dgac (_gadc [_baa +5]);_eac :=_dgac (_gadc [_baa +6]);_cabc :=_ada (_bfa ,_bgc ,_fbe ,_eddg ,_bcg ,_bgbe ,_gcdd ,_eac );_gbf =append (_gbf ,_cabc ...);_bfa ,_bgc =_gcdd ,_eac ;_baa +=8;default:_d .Log .Debug ("\u0057\u0041\u0052\u004e: \u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0070\u0061\u0074\u0068\u003a\u0020%\u0076",_gadc ); +return _dafb ;};};if len (_gbf )> 0{_dafb =append (_dafb ,_gbf );};return _dafb ;};func (_acaf *linearGradient )AddColorStop (offset float64 ,color _be .Color ){_acaf ._gcfc =append (_acaf ._gcfc ,stop {_gdebc :offset ,_ecgb :color });_ga .Sort (_acaf ._gcfc ); +};func (_bgd *Context )stroke (_gce _aed .Painter ){_cab :=_bgd ._bb ;if len (_bgd ._ede )> 0{_cab =_gaf (_cab ,_bgd ._ede ,_bgd ._gc );}else {_cab =_cabcf (_bfe (_cab ));};_deg :=_bgd ._gba ;_deg .UseNonZeroWinding =true ;_deg .Clear ();_fce :=(_bgd ._gfg .ScalingFactorX ()+_bgd ._gfg .ScalingFactorY ())/2; +_deg .AddStroke (_cab ,_ecb (_bgd ._ege *_fce ),_bgd .capper (),_bgd .joiner ());_deg .Rasterize (_gce );};func (_fag *Context )SetRGB255 (r ,g ,b int ){_fag .SetRGBA255 (r ,g ,b ,255)};func (_edg *Context )ClosePath (){if _edg ._egf {_dag :=_fdfc (_edg ._eeg ); +_edg ._bb .Add1 (_dag );_edg ._dcb .Add1 (_dag );_edg ._fg =_edg ._eeg ;};};func (_cde *Context )DrawPoint (x ,y ,r float64 ){_cde .Push ();_gdg ,_ddeb :=_cde .Transform (x ,y );_cde .Identity ();_cde .DrawCircle (_gdg ,_ddeb ,r );_cde .Pop ();};func (_aeb *Context )SetStrokeStyle (pattern _cg .Pattern ){_aeb ._def =pattern }; +func NewLinearGradient (x0 ,y0 ,x1 ,y1 float64 )_cg .Gradient {_ddggf :=&linearGradient {_edf :x0 ,_ebdd :y0 ,_dgaa :x1 ,_ggae :y1 };return _ddggf ;};func (_ebe *Context )SetLineCap (lineCap _cg .LineCap ){_ebe ._fcb =lineCap };func (_bfg *Context )CubicTo (x1 ,y1 ,x2 ,y2 ,x3 ,y3 float64 ){if !_bfg ._egf {_bfg .MoveTo (x1 ,y1 ); +};_afb ,_dgd :=_bfg ._fg .X ,_bfg ._fg .Y ;x1 ,y1 =_bfg .Transform (x1 ,y1 );x2 ,y2 =_bfg .Transform (x2 ,y2 );x3 ,y3 =_bfg .Transform (x3 ,y3 );_dcc :=_ada (_afb ,_dgd ,x1 ,y1 ,x2 ,y2 ,x3 ,y3 );_bbc :=_fdfc (_bfg ._fg );for _ ,_ceff :=range _dcc [1:]{_edbg :=_fdfc (_ceff ); +if _edbg ==_bbc {continue ;};_bbc =_edbg ;_bfg ._bb .Add1 (_edbg );_bfg ._dcb .Add1 (_edbg );_bfg ._fg =_ceff ;};};func (_fgb *Context )Rotate (angle float64 ){_fgb ._gfg =_fgb ._gfg .Rotate (angle )};func (_dfe *Context )SetLineJoin (lineJoin _cg .LineJoin ){_dfe ._ebd =lineJoin }; +func _baf (_fge [][]_ae .Point ,_dbef []float64 ,_gbeg float64 )[][]_ae .Point {var _bffg [][]_ae .Point ;if len (_dbef )==0{return _fge ;};if len (_dbef )==1{_dbef =append (_dbef ,_dbef [0]);};for _ ,_feaf :=range _fge {if len (_feaf )< 2{continue ;}; +_bge :=_feaf [0];_gccab :=1;_agac :=0;_gbbe :=0.0;if _gbeg !=0{var _ecc float64 ;for _ ,_bda :=range _dbef {_ecc +=_bda ;};_gbeg =_g .Mod (_gbeg ,_ecc );if _gbeg < 0{_gbeg +=_ecc ;};for _abdb ,_eaff :=range _dbef {_gbeg -=_eaff ;if _gbeg < 0{_agac =_abdb ; +_gbbe =_eaff +_gbeg ;break ;};};};var _abag []_ae .Point ;_abag =append (_abag ,_bge );for _gccab < len (_feaf ){_afbd :=_dbef [_agac ];_abagg :=_feaf [_gccab ];_ebac :=_bge .Distance (_abagg );_bffb :=_afbd -_gbbe ;if _ebac > _bffb {_cefb :=_bffb /_ebac ; +_gfee :=_bge .Interpolate (_abagg ,_cefb );_abag =append (_abag ,_gfee );if _agac %2==0&&len (_abag )> 1{_bffg =append (_bffg ,_abag );};_abag =nil ;_abag =append (_abag ,_gfee );_gbbe =0;_bge =_gfee ;_agac =(_agac +1)%len (_dbef );}else {_abag =append (_abag ,_abagg ); +_bge =_abagg ;_gbbe +=_ebac ;_gccab ++;};};if _agac %2==0&&len (_abag )> 1{_bffg =append (_bffg ,_abag );};};return _bffg ;};func (_acf *Context )MoveTo (x ,y float64 ){if _acf ._egf {_acf ._dcb .Add1 (_fdfc (_acf ._eeg ));};x ,y =_acf .Transform (x ,y ); +_ca :=_ae .NewPoint (x ,y );_fdd :=_fdfc (_ca );_acf ._bb .Start (_fdd );_acf ._dcb .Start (_fdd );_acf ._eeg =_ca ;_acf ._fg =_ca ;_acf ._egf =true ;};func (_dfba *Context )Transform (x ,y float64 )(_gage ,_add float64 ){return _dfba ._gfg .Transform (x ,y ); +};func (_dbe *Context )DrawRectangle (x ,y ,w ,h float64 ){_dbe .NewSubPath ();_dbe .MoveTo (x ,y );_dbe .LineTo (x +w ,y );_dbe .LineTo (x +w ,y +h );_dbe .LineTo (x ,y +h );_dbe .ClosePath ();};func _eb (_dff ,_gb ,_cgd ,_ff ,_cd ,_ed float64 )[]_ae .Point {_bg :=(_g .Hypot (_cgd -_dff ,_ff -_gb )+_g .Hypot (_cd -_cgd ,_ed -_ff )); +_gac :=int (_bg +0.5);if _gac < 4{_gac =4;};_ddd :=float64 (_gac )-1;_cb :=make ([]_ae .Point ,_gac );for _edb :=0;_edb < _gac ;_edb ++{_ffg :=float64 (_edb )/_ddd ;_ef ,_ebf :=_ab (_dff ,_gb ,_cgd ,_ff ,_cd ,_ed ,_ffg );_cb [_edb ]=_ae .NewPoint (_ef ,_ebf ); +};return _cb ;};func _ecb (_cgc float64 )_gd .Int26_6 {return _gd .Int26_6 (_cgc *64)};func (_aca *Context )Image ()_ac .Image {return _aca ._bff };func NewRadialGradient (x0 ,y0 ,r0 ,x1 ,y1 ,r1 float64 )_cg .Gradient {_ggaf :=circle {x0 ,y0 ,r0 };_cggb :=circle {x1 ,y1 ,r1 }; +_beba :=circle {x1 -x0 ,y1 -y0 ,r1 -r0 };_ggdf :=_eca (_beba ._eefb ,_beba ._bcbg ,-_beba ._dac ,_beba ._eefb ,_beba ._bcbg ,_beba ._dac );var _dcd float64 ;if _ggdf !=0{_dcd =1.0/_ggdf ;};_fcdf :=-_ggaf ._dac ;_aaec :=&radialGradient {_dbf :_ggaf ,_dcgd :_cggb ,_cga :_beba ,_adf :_ggdf ,_cbff :_dcd ,_edgc :_fcdf }; +return _aaec ;};func (_fdg *Context )setFillAndStrokeColor (_aae _be .Color ){_fdg ._agf =_aae ;_fdg ._bedf =_gagc (_aae );_fdg ._def =_gagc (_aae );};func (_dfbb *radialGradient )AddColorStop (offset float64 ,color _be .Color ){_dfbb ._fede =append (_dfbb ._fede ,stop {_gdebc :offset ,_ecgb :color }); +_ga .Sort (_dfbb ._fede );};func (_aaa *solidPattern )ColorAt (x ,y int )_be .Color {return _aaa ._gaad };func NewContextForRGBA (im *_ac .RGBA )*Context {_dbb :=im .Bounds ().Size ().X ;_eba :=im .Bounds ().Size ().Y ;return &Context {_fa :_dbb ,_bedg :_eba ,_gba :_aed .NewRasterizer (_dbb ,_eba ),_bff :im ,_agf :_be .Transparent ,_bedf :_cef ,_def :_dg ,_ege :1,_fca :_cg .FillRuleWinding ,_gfg :_ae .IdentityMatrix (),_ecg :_cg .NewTextState ()}; +};func (_edc *Context )SetFillRGBA (r ,g ,b ,a float64 ){_ ,_ ,_ ,_cf :=_edc ._agf .RGBA ();if _cf > 0&&_cf !=65535&&a ==1{a =float64 (_cf )/65535;};_adab :=_be .NRGBA {uint8 (r *255),uint8 (g *255),uint8 (b *255),uint8 (a *255)};_edc ._agf =_adab ;_edc ._bedf =_gagc (_adab ); +};func (_gcb *Context )Translate (x ,y float64 ){_gcb ._gfg =_gcb ._gfg .Translate (x ,y )};func (_gbcg *surfacePattern )ColorAt (x ,y int )_be .Color {_fcfa :=_gbcg ._bae .Bounds ();switch _gbcg ._dbfa {case _bcbc :if y >=_fcfa .Dy (){return _be .Transparent ; +};case _fga :if x >=_fcfa .Dx (){return _be .Transparent ;};case _fbfa :if x >=_fcfa .Dx ()||y >=_fcfa .Dy (){return _be .Transparent ;};};x =x %_fcfa .Dx ()+_fcfa .Min .X ;y =y %_fcfa .Dy ()+_fcfa .Min .Y ;return _gbcg ._bae .At (x ,y );};func (_dab *Context )LineWidth ()float64 {return _dab ._ege }; +func (_agc *Context )NewSubPath (){if _agc ._egf {_agc ._dcb .Add1 (_fdfc (_agc ._eeg ));};_agc ._egf =false ;};func _dgac (_fefb _gd .Int26_6 )float64 {const _cdcc ,_bbbg =6,1<<6-1;if _fefb >=0{return float64 (_fefb >>_cdcc )+float64 (_fefb &_bbbg )/64; +};_fefb =-_fefb ;if _fefb >=0{return -(float64 (_fefb >>_cdcc )+float64 (_fefb &_bbbg )/64);};return 0;};func (_dde *Context )SetDashOffset (offset float64 ){_dde ._gc =offset };func _fdfc (_ffab _ae .Point )_gd .Point26_6 {return _gd .Point26_6 {X :_ecb (_ffab .X ),Y :_ecb (_ffab .Y )}}; +const (_bbca repeatOp =iota ;_bcbc ;_fga ;_fbfa ;);type solidPattern struct{_gaad _be .Color };func (_cce *Context )TextState ()*_cg .TextState {return &_cce ._ecg };func (_bdf *Context )LineTo (x ,y float64 ){if !_bdf ._egf {_bdf .MoveTo (x ,y );}else {x ,y =_bdf .Transform (x ,y ); +_bea :=_ae .NewPoint (x ,y );_gag :=_fdfc (_bea );_bdf ._bb .Add1 (_gag );_bdf ._dcb .Add1 (_gag );_bdf ._fg =_bea ;};};func (_bbd *Context )SetFillRule (fillRule _cg .FillRule ){_bbd ._fca =fillRule };func (_dgc *Context )Pop (){_egd :=*_dgc ;_bcbb :=_dgc ._daa ; +_gdeb :=_bcbb [len (_bcbb )-1];*_dgc =*_gdeb ;_dgc ._bb =_egd ._bb ;_dgc ._dcb =_egd ._dcb ;_dgc ._eeg =_egd ._eeg ;_dgc ._fg =_egd ._fg ;_dgc ._egf =_egd ._egf ;};func (_caf *Context )FillPreserve (){var _ba _aed .Painter ;if _caf ._aab ==nil {if _gcc ,_fcc :=_caf ._bedf .(*solidPattern ); +_fcc {_egea :=_aed .NewRGBAPainter (_caf ._bff );_egea .SetColor (_gcc ._gaad );_ba =_egea ;};};if _ba ==nil {_ba =_bbf (_caf ._bff ,_caf ._aab ,_caf ._bedf );};_caf .fill (_ba );};func (_agd *Context )Matrix ()_ae .Matrix {return _agd ._gfg };func _cabcf (_bcab [][]_ae .Point )_aed .Path {var _efba _aed .Path ; +for _ ,_bcda :=range _bcab {var _abae _gd .Point26_6 ;for _fab ,_cgbe :=range _bcda {_cefg :=_fdfc (_cgbe );if _fab ==0{_efba .Start (_cefg );}else {_eddd :=_cefg .X -_abae .X ;_gdcf :=_cefg .Y -_abae .Y ;if _eddd < 0{_eddd =-_eddd ;};if _gdcf < 0{_gdcf =-_gdcf ; +};if _eddd +_gdcf > 8{_efba .Add1 (_cefg );};};_abae =_cefg ;};};return _efba ;};func _gaf (_cec _aed .Path ,_cgfd []float64 ,_bfed float64 )_aed .Path {return _cabcf (_baf (_bfe (_cec ),_cgfd ,_bfed ));};func (_egfa *Context )StrokePattern ()_cg .Pattern {return _egfa ._def }; +func (_gcd *Context )ResetClip (){_gcd ._aab =nil };func (_aede *Context )joiner ()_aed .Joiner {switch _aede ._ebd {case _cg .LineJoinBevel :return _aed .BevelJoiner ;case _cg .LineJoinRound :return _aed .RoundJoiner ;};return nil ;};func (_gcaf *Context )DrawImageAnchored (im _ac .Image ,x ,y int ,ax ,ay float64 ){_ccc :=im .Bounds ().Size (); +x -=int (ax *float64 (_ccc .X ));y -=int (ay *float64 (_ccc .Y ));_fedb :=_ad .BiLinear ;_fddea :=_gcaf ._gfg .Clone ().Translate (float64 (x ),float64 (y ));_eafc :=_f .Aff3 {_fddea [0],_fddea [3],_fddea [6],_fddea [1],_fddea [4],_fddea [7]};if _gcaf ._aab ==nil {_fedb .Transform (_gcaf ._bff ,_eafc ,im ,im .Bounds (),_ad .Over ,nil ); +}else {_fedb .Transform (_gcaf ._bff ,_eafc ,im ,im .Bounds (),_ad .Over ,&_ad .Options {DstMask :_gcaf ._aab ,DstMaskP :_ac .Point {}});};};func (_cfg *Context )ShearAbout (sx ,sy ,x ,y float64 ){_cfg .Translate (x ,y );_cfg .Shear (sx ,sy );_cfg .Translate (-x ,-y ); +};func (_cceg *patternPainter )Paint (ss []_aed .Span ,done bool ){_defb :=_cceg ._gbag .Bounds ();for _ ,_fgea :=range ss {if _fgea .Y < _defb .Min .Y {continue ;};if _fgea .Y >=_defb .Max .Y {return ;};if _fgea .X0 < _defb .Min .X {_fgea .X0 =_defb .Min .X ; +};if _fgea .X1 > _defb .Max .X {_fgea .X1 =_defb .Max .X ;};if _fgea .X0 >=_fgea .X1 {continue ;};const _cbef =1<<16-1;_fcccb :=_fgea .Y -_cceg ._gbag .Rect .Min .Y ;_acbb :=_fgea .X0 -_cceg ._gbag .Rect .Min .X ;_dgb :=(_fgea .Y -_cceg ._gbag .Rect .Min .Y )*_cceg ._gbag .Stride +(_fgea .X0 -_cceg ._gbag .Rect .Min .X )*4; +_edga :=_dgb +(_fgea .X1 -_fgea .X0 )*4;for _eccc ,_egcg :=_dgb ,_acbb ;_eccc < _edga ;_eccc ,_egcg =_eccc +4,_egcg +1{_bbb :=_fgea .Alpha ;if _cceg ._efa !=nil {_bbb =_bbb *uint32 (_cceg ._efa .AlphaAt (_egcg ,_fcccb ).A )/255;if _bbb ==0{continue ;}; +};_eee :=_cceg ._cdf .ColorAt (_egcg ,_fcccb );_eab ,_agb ,_cac ,_acbf :=_eee .RGBA ();_dbfe :=uint32 (_cceg ._gbag .Pix [_eccc +0]);_bfgc :=uint32 (_cceg ._gbag .Pix [_eccc +1]);_gfb :=uint32 (_cceg ._gbag .Pix [_eccc +2]);_dfbf :=uint32 (_cceg ._gbag .Pix [_eccc +3]); +_geb :=(_cbef -(_acbf *_bbb /_cbef ))*0x101;_cceg ._gbag .Pix [_eccc +0]=uint8 ((_dbfe *_geb +_eab *_bbb )/_cbef >>8);_cceg ._gbag .Pix [_eccc +1]=uint8 ((_bfgc *_geb +_agb *_bbb )/_cbef >>8);_cceg ._gbag .Pix [_eccc +2]=uint8 ((_gfb *_geb +_cac *_bbb )/_cbef >>8); +_cceg ._gbag .Pix [_eccc +3]=uint8 ((_dfbf *_geb +_acbf *_bbb )/_cbef >>8);};};};func (_ded *Context )drawString (_egcd string ,_gcca _gde .Face ,_ddc ,_fgffd float64 ){_dcg :=&_gde .Drawer {Src :_ac .NewUniform (_ded ._agf ),Face :_gcca ,Dot :_fdfc (_ae .NewPoint (_ddc ,_fgffd ))}; +_ge :=rune (-1);for _ ,_gdc :=range _egcd {if _ge >=0{_dcg .Dot .X +=_dcg .Face .Kern (_ge ,_gdc );};_cbgb ,_ccb ,_ddea ,_gcae ,_egcb :=_dcg .Face .Glyph (_dcg .Dot ,_gdc );if !_egcb {continue ;};_dga :=_cbgb .Sub (_cbgb .Min );_ggg :=_ac .NewRGBA (_dga ); +_ad .DrawMask (_ggg ,_dga ,_dcg .Src ,_ac .Point {},_ccb ,_ddea ,_ad .Over );var _ffgd *_ad .Options ;if _ded ._aab !=nil {_ffgd =&_ad .Options {DstMask :_ded ._aab ,DstMaskP :_ac .Point {}};};_ebgb :=_ded ._gfg .Clone ().Translate (float64 (_cbgb .Min .X ),float64 (_cbgb .Min .Y )); +_cfa :=_f .Aff3 {_ebgb [0],_ebgb [3],_ebgb [6],_ebgb [1],_ebgb [4],_ebgb [7]};_ad .BiLinear .Transform (_ded ._bff ,_cfa ,_ggg ,_dga ,_ad .Over ,_ffgd );_dcg .Dot .X +=_gcae ;_ge =_gdc ;};};func (_gca *Context )SetRGB (r ,g ,b float64 ){_gca .SetRGBA (r ,g ,b ,1)}; +type patternPainter struct{_gbag *_ac .RGBA ;_efa *_ac .Alpha ;_cdf _cg .Pattern ;};type repeatOp int ;func (_gaec *Context )RotateAbout (angle ,x ,y float64 ){_gaec .Translate (x ,y );_gaec .Rotate (angle );_gaec .Translate (-x ,-y );};func (_cbf *Context )Clear (){_egc :=_ac .NewUniform (_cbf ._agf ); +_ad .Draw (_cbf ._bff ,_cbf ._bff .Bounds (),_egc ,_ac .Point {},_ad .Src );};func _eca (_dgdd ,_ffba ,_gcg ,_bee ,_egde ,_ecf float64 )float64 {return _dgdd *_bee +_ffba *_egde +_gcg *_ecf ;};func (_fec *Context )FillPattern ()_cg .Pattern {return _fec ._bedf }; +type stop struct{_gdebc float64 ;_ecgb _be .Color ;};func (_fade *Context )SetPixel (x ,y int ){_fade ._bff .Set (x ,y ,_fade ._agf )};func (_dagd *Context )ScaleAbout (sx ,sy ,x ,y float64 ){_dagd .Translate (x ,y );_dagd .Scale (sx ,sy );_dagd .Translate (-x ,-y ); +};func (_fgf *Context )SetHexColor (x string ){_bca ,_adac ,_edd ,_fad :=_ccbdc (x );_fgf .SetRGBA255 (_bca ,_adac ,_edd ,_fad );};func (_cae *Context )DrawImage (im _ac .Image ,x ,y int ){_cae .DrawImageAnchored (im ,x ,y ,0,0)};func (_egff *Context )ClipPreserve (){_eded :=_ac .NewAlpha (_ac .Rect (0,0,_egff ._fa ,_egff ._bedg )); +_ceg :=_aed .NewAlphaOverPainter (_eded );_egff .fill (_ceg );if _egff ._aab ==nil {_egff ._aab =_eded ;}else {_cdge :=_ac .NewAlpha (_ac .Rect (0,0,_egff ._fa ,_egff ._bedg ));_ad .DrawMask (_cdge ,_cdge .Bounds (),_eded ,_ac .Point {},_egff ._aab ,_ac .Point {},_ad .Over ); +_egff ._aab =_cdge ;};};func (_dbbe *Context )Clip (){_dbbe .ClipPreserve ();_dbbe .ClearPath ()};func _beca (_fdfg _ac .Image )*_ac .RGBA {_feb :=_fdfg .Bounds ();_cfae :=_ac .NewRGBA (_feb );_ag .Draw (_cfae ,_feb ,_fdfg ,_feb .Min ,_ag .Src );return _cfae ; +};func (_ffga *Context )SetMask (mask *_ac .Alpha )error {if mask .Bounds ().Size ()!=_ffga ._bff .Bounds ().Size (){return _e .New ("\u006d\u0061\u0073\u006b\u0020\u0073i\u007a\u0065\u0020\u006d\u0075\u0073\u0074\u0020\u006d\u0061\u0074\u0063\u0068 \u0063\u006f\u006e\u0074\u0065\u0078\u0074 \u0073\u0069\u007a\u0065"); +};_ffga ._aab =mask ;return nil ;};func (_cdc *Context )SetLineWidth (lineWidth float64 ){_cdc ._ege =lineWidth };func NewContext (width ,height int )*Context {return NewContextForRGBA (_ac .NewRGBA (_ac .Rect (0,0,width ,height )));};func (_aeag *Context )InvertMask (){if _aeag ._aab ==nil {_aeag ._aab =_ac .NewAlpha (_aeag ._bff .Bounds ()); +}else {for _gbd ,_cefd :=range _aeag ._aab .Pix {_aeag ._aab .Pix [_gbd ]=255-_cefd ;};};};func (_bce *Context )DrawString (s string ,face _gde .Face ,x ,y float64 ){_bce .DrawStringAnchored (s ,face ,x ,y ,0,0);};func (_cgdd *Context )DrawEllipticalArc (x ,y ,rx ,ry ,angle1 ,angle2 float64 ){const _cefa =16; +for _cdgd :=0;_cdgd < _cefa ;_cdgd ++{_bbcd :=float64 (_cdgd +0)/_cefa ;_ffd :=float64 (_cdgd +1)/_cefa ;_bcb :=angle1 +(angle2 -angle1 )*_bbcd ;_dca :=angle1 +(angle2 -angle1 )*_ffd ;_cafe :=x +rx *_g .Cos (_bcb );_cdab :=y +ry *_g .Sin (_bcb );_cge :=x +rx *_g .Cos ((_bcb +_dca )/2); +_gfaf :=y +ry *_g .Sin ((_bcb +_dca )/2);_aaed :=x +rx *_g .Cos (_dca );_aga :=y +ry *_g .Sin (_dca );_bbe :=2*_cge -_cafe /2-_aaed /2;_ffb :=2*_gfaf -_cdab /2-_aga /2;if _cdgd ==0{if _cgdd ._egf {_cgdd .LineTo (_cafe ,_cdab );}else {_cgdd .MoveTo (_cafe ,_cdab ); +};};_cgdd .QuadraticTo (_bbe ,_ffb ,_aaed ,_aga );};};func _faaf (_fcbe float64 )float64 {return _fcbe *_g .Pi /180};func (_aba *Context )DrawLine (x1 ,y1 ,x2 ,y2 float64 ){_aba .MoveTo (x1 ,y1 );_aba .LineTo (x2 ,y2 )};func (_bgde *Context )DrawRoundedRectangle (x ,y ,w ,h ,r float64 ){_cda ,_egfe ,_gfd ,_faa :=x ,x +r ,x +w -r ,x +w ; +_bfd ,_cegd ,_daf ,_cgg :=y ,y +r ,y +h -r ,y +h ;_bgde .NewSubPath ();_bgde .MoveTo (_egfe ,_bfd );_bgde .LineTo (_gfd ,_bfd );_bgde .DrawArc (_gfd ,_cegd ,r ,_faaf (270),_faaf (360));_bgde .LineTo (_faa ,_daf );_bgde .DrawArc (_gfd ,_daf ,r ,_faaf (0),_faaf (90)); +_bgde .LineTo (_egfe ,_cgg );_bgde .DrawArc (_egfe ,_daf ,r ,_faaf (90),_faaf (180));_bgde .LineTo (_cda ,_cegd );_bgde .DrawArc (_egfe ,_cegd ,r ,_faaf (180),_faaf (270));_bgde .ClosePath ();};func (_gcf *Context )capper ()_aed .Capper {switch _gcf ._fcb {case _cg .LineCapButt :return _aed .ButtCapper ; +case _cg .LineCapRound :return _aed .RoundCapper ;case _cg .LineCapSquare :return _aed .SquareCapper ;};return nil ;};func (_aeab *Context )Stroke (){_aeab .StrokePreserve ();_aeab .ClearPath ()};func _gagc (_cgfed _be .Color )_cg .Pattern {return &solidPattern {_gaad :_cgfed }}; +func _bgbf (_egg ,_cgbf _be .Color ,_edgf float64 )_be .Color {_ffgdc ,_bdd ,_fde ,_bcd :=_egg .RGBA ();_gcaff ,_gacc ,_ffgf ,_ffgfe :=_cgbf .RGBA ();return _be .RGBA {_bcf (_ffgdc ,_gcaff ,_edgf ),_bcf (_bdd ,_gacc ,_edgf ),_bcf (_fde ,_ffgf ,_edgf ),_bcf (_bcd ,_ffgfe ,_edgf )}; +};func (_ccf *Context )Push (){_gcaea :=*_ccf ;_ccf ._daa =append (_ccf ._daa ,&_gcaea )};func (_gdb *Context )MeasureString (s string ,face _gde .Face )(_ffgdd ,_gga float64 ){_gbe :=&_gde .Drawer {Face :face };_gbc :=_gbe .MeasureString (s );return float64 (_gbc >>6),_gdb ._ecg .Tf .Size ; +};func (_afe *Context )fill (_fdf _aed .Painter ){_dcf :=_afe ._dcb ;if _afe ._egf {_dcf =make (_aed .Path ,len (_afe ._dcb ));copy (_dcf ,_afe ._dcb );_dcf .Add1 (_fdfc (_afe ._eeg ));};_faf :=_afe ._gba ;_faf .UseNonZeroWinding =_afe ._fca ==_cg .FillRuleWinding ; +_faf .Clear ();_faf .AddPath (_dcf );_faf .Rasterize (_fdf );};func (_fbc *Context )ClearPath (){_fbc ._bb .Clear ();_fbc ._dcb .Clear ();_fbc ._egf =false };func (_bbdb *Context )Shear (x ,y float64 ){_bbdb ._gfg .Shear (x ,y )};func (_cfd *Context )Identity (){_cfd ._gfg =_ae .IdentityMatrix ()}; +func NewContextForImage (im _ac .Image )*Context {return NewContextForRGBA (_beca (im ))};func _bbf (_ddgb *_ac .RGBA ,_afd *_ac .Alpha ,_efaa _cg .Pattern )*patternPainter {return &patternPainter {_ddgb ,_afd ,_efaa };};type Context struct{_fa int ;_bedg int ; +_gba *_aed .Rasterizer ;_bff *_ac .RGBA ;_aab *_ac .Alpha ;_agf _be .Color ;_bedf _cg .Pattern ;_def _cg .Pattern ;_bb _aed .Path ;_dcb _aed .Path ;_eeg _ae .Point ;_fg _ae .Point ;_egf bool ;_ede []float64 ;_gc float64 ;_ege float64 ;_fcb _cg .LineCap ; +_ebd _cg .LineJoin ;_fca _cg .FillRule ;_gfg _ae .Matrix ;_ecg _cg .TextState ;_daa []*Context ;};func _gafe (_fefa _ac .Image ,_ddga repeatOp )_cg .Pattern {return &surfacePattern {_bae :_fefa ,_dbfa :_ddga };};func (_gfc *Context )Height ()int {return _gfc ._bedg }; +func _ada (_dc ,_aef ,_dae ,_ec ,_gfa ,_adb ,_ggf ,_cc float64 )[]_ae .Point {_bf :=(_g .Hypot (_dae -_dc ,_ec -_aef )+_g .Hypot (_gfa -_dae ,_adb -_ec )+_g .Hypot (_ggf -_gfa ,_cc -_adb ));_cdg :=int (_bf +0.5);if _cdg < 4{_cdg =4;};_efd :=float64 (_cdg )-1; +_eg :=make ([]_ae .Point ,_cdg );for _fdb :=0;_fdb < _cdg ;_fdb ++{_aee :=float64 (_fdb )/_efd ;_fb ,_agea :=_aa (_dc ,_aef ,_dae ,_ec ,_gfa ,_adb ,_ggf ,_cc ,_aee );_eg [_fdb ]=_ae .NewPoint (_fb ,_agea );};return _eg ;};func _fccc (_fef float64 ,_abd stops )_be .Color {if _fef <=0.0||len (_abd )==1{return _abd [0]._ecgb ; +};_ccbd :=_abd [len (_abd )-1];if _fef >=_ccbd ._gdebc {return _ccbd ._ecgb ;};for _abe ,_dacf :=range _abd [1:]{if _fef < _dacf ._gdebc {_fef =(_fef -_abd [_abe ]._gdebc )/(_dacf ._gdebc -_abd [_abe ]._gdebc );return _bgbf (_abd [_abe ]._ecgb ,_dacf ._ecgb ,_fef ); +};};return _ccbd ._ecgb ;};func (_acgb *Context )SetFillStyle (pattern _cg .Pattern ){if _fgd ,_fcdc :=pattern .(*solidPattern );_fcdc {_acgb ._agf =_fgd ._gaad ;};_acgb ._bedf =pattern ;};func (_bfc *Context )DrawEllipse (x ,y ,rx ,ry float64 ){_bfc .NewSubPath (); +_bfc .DrawEllipticalArc (x ,y ,rx ,ry ,0,2*_g .Pi );_bfc .ClosePath ();};type circle struct{_eefb ,_bcbg ,_dac float64 };var (_cef =_gagc (_be .White );_dg =_gagc (_be .Black ););func (_gad stops )Swap (i ,j int ){_gad [i ],_gad [j ]=_gad [j ],_gad [i ]}; +type surfacePattern struct{_bae _ac .Image ;_dbfa repeatOp ;};func (_egee *Context )SetStrokeRGBA (r ,g ,b ,a float64 ){_gfe :=_be .NRGBA {uint8 (r *255),uint8 (g *255),uint8 (b *255),uint8 (a *255)};_egee ._def =_gagc (_gfe );};func (_fdde *Context )AsMask ()*_ac .Alpha {_eaf :=_ac .NewAlpha (_fdde ._bff .Bounds ()); +_ad .Draw (_eaf ,_fdde ._bff .Bounds (),_fdde ._bff ,_ac .Point {},_ad .Src );return _eaf ;}; \ No newline at end of file diff --git a/render/render.go b/render/render.go index 2c4839088..cd7c9285d 100644 --- a/render/render.go +++ b/render/render.go @@ -9,197 +9,199 @@ // Use of this source code is governed by the UniDoc End User License Agreement // terms that can be accessed at https://unidoc.io/eula/ -package render ;import (_e "errors";_bbe "fmt";_bd "github.com/adrg/sysfont";_bf "github.com/unidoc/unipdf/v3/annotator";_fa "github.com/unidoc/unipdf/v3/common";_aa "github.com/unidoc/unipdf/v3/contentstream";_a "github.com/unidoc/unipdf/v3/contentstream/draw"; -_dg "github.com/unidoc/unipdf/v3/core";_bc "github.com/unidoc/unipdf/v3/internal/license";_fae "github.com/unidoc/unipdf/v3/internal/transform";_dc "github.com/unidoc/unipdf/v3/model";_ad "github.com/unidoc/unipdf/v3/render/internal/context";_fe "github.com/unidoc/unipdf/v3/render/internal/context/imagerender"; -_ece "golang.org/x/image/draw";_d "image";_fg "image/color";_ga "image/draw";_eb "image/jpeg";_bb "image/png";_ge "math";_b "os";_f "path/filepath";_ec "strings";);var (_ca =_e .New ("\u0074\u0079p\u0065\u0020\u0063h\u0065\u0063\u006b\u0020\u0065\u0072\u0072\u006f\u0072"); -_da =_e .New ("\u0072\u0061\u006e\u0067\u0065\u0020\u0063\u0068\u0065\u0063\u006b\u0020e\u0072\u0072\u006f\u0072"););func _ffeb (_cbab *_dc .Image ,_bda _fg .Color )_d .Image {_def ,_gggb :=int (_cbab .Width ),int (_cbab .Height );_cacg :=_d .NewRGBA (_d .Rect (0,0,_def ,_gggb )); -for _bdae :=0;_bdae < _gggb ;_bdae ++{for _fagb :=0;_fagb < _def ;_fagb ++{_bfbd ,_fgde :=_cbab .ColorAt (_fagb ,_bdae );if _fgde !=nil {_fa .Log .Debug ("\u0057\u0041\u0052\u004e\u003a\u0020\u0063o\u0075\u006c\u0064\u0020\u006e\u006f\u0074\u0020\u0072\u0065\u0074\u0072\u0069\u0065v\u0065 \u0069\u006d\u0061\u0067\u0065\u0020m\u0061\u0073\u006b\u0020\u0076\u0061\u006cu\u0065\u0020\u0061\u0074\u0020\u0028\u0025\u0064\u002c\u0020\u0025\u0064\u0029\u002e\u0020\u004f\u0075\u0074\u0070\u0075\u0074\u0020\u006da\u0079\u0020\u0062\u0065\u0020\u0069\u006e\u0063\u006f\u0072\u0072\u0065\u0063t\u002e",_fagb ,_bdae ); -continue ;};_gcad ,_fcg ,_cacc ,_ :=_bfbd .RGBA ();var _cae _fg .Color ;if _gcad +_fcg +_cacc ==0{_cae =_bda ;}else {_cae =_fg .Transparent ;};_cacg .Set (_fagb ,_bdae ,_cae );};};return _cacg ;};type renderer struct{_aab float64 };const (ShadingTypeFunctionBased PdfShadingType =1; -ShadingTypeAxial PdfShadingType =2;ShadingTypeRadial PdfShadingType =3;ShadingTypeFreeForm PdfShadingType =4;ShadingTypeLatticeForm PdfShadingType =5;ShadingTypeCoons PdfShadingType =6;ShadingTypeTensorProduct PdfShadingType =7;);func _gbe (_adg ,_bcdd ,_gace float64 )_a .BoundingBox {return _a .Path {Points :[]_a .Point {_a .NewPoint (0,0).Rotate (_gace ),_a .NewPoint (_adg ,0).Rotate (_gace ),_a .NewPoint (0,_bcdd ).Rotate (_gace ),_a .NewPoint (_adg ,_bcdd ).Rotate (_gace )}}.GetBoundingBox (); -};func _cggc (_gefb ,_ddc _d .Image )_d .Image {_dfg ,_fcea :=_ddc .Bounds ().Size (),_gefb .Bounds ().Size ();_eed ,_gfde :=_dfg .X ,_dfg .Y ;if _fcea .X > _eed {_eed =_fcea .X ;};if _fcea .Y > _gfde {_gfde =_fcea .Y ;};_abff :=_d .Rect (0,0,_eed ,_gfde ); -if _dfg .X !=_eed ||_dfg .Y !=_gfde {_ebga :=_d .NewRGBA (_abff );_ece .BiLinear .Scale (_ebga ,_abff ,_gefb ,_ddc .Bounds (),_ece .Over ,nil );_ddc =_ebga ;};if _fcea .X !=_eed ||_fcea .Y !=_gfde {_fgbd :=_d .NewRGBA (_abff );_ece .BiLinear .Scale (_fgbd ,_abff ,_gefb ,_gefb .Bounds (),_ece .Over ,nil ); -_gefb =_fgbd ;};_gbf :=_d .NewRGBA (_abff );_ece .DrawMask (_gbf ,_abff ,_gefb ,_d .Point {},_ddc ,_d .Point {},_ece .Over );return _gbf ;};func _cba (_fedf string ,_fag _d .Image )error {_cfc ,_ddb :=_b .Create (_fedf );if _ddb !=nil {return _ddb ;};defer _cfc .Close (); -return _bb .Encode (_cfc ,_fag );};func (_degf renderer )processLinearShading (_afc _ad .Context ,_abef *_dc .PdfShading )(_ad .Gradient ,*_dg .PdfObjectArray ,error ){_edb :=_abef .GetContext ().(*_dc .PdfShadingType2 );if len (_edb .Function )==0{return nil ,nil ,_e .New ("\u006e\u006f\u0020\u0067\u0072\u0061\u0064i\u0065\u006e\u0074 \u0066\u0075\u006e\u0063t\u0069\u006f\u006e\u0020\u0066\u006f\u0075\u006e\u0064\u002c\u0020\u0073\u006b\u0069\u0070\u0020\u0063\u006f\u006e\u0076\u0065\u0072\u0073\u0069\u006f\u006e"); -};_caca ,_afce :=_edb .Coords .ToFloat64Array ();if _afce !=nil {return nil ,nil ,_e .New ("\u0066\u0061\u0069l\u0065\u0064\u0020\u0067e\u0074\u0074\u0069\u006e\u0067\u0020\u0073h\u0061\u0064\u0069\u006e\u0067\u0020\u0070\u006f\u0073\u0069\u0074\u0069\u006f\u006e"); -};_abf :=_abef .ColorSpace ;_eabe ,_ebfe :=_afc .Matrix ().Transform (_caca [0],_caca [1]);_cca ,_aedd :=_afc .Matrix ().Transform (_caca [2],_caca [3]);_ccf :=_fe .NewLinearGradient (_eabe ,_ebfe ,_cca ,_aedd );_bff :=_dg .MakeArrayFromFloats ([]float64 {0,0,1,1}); -for _ ,_fde :=range _caca {if _fde > 1{_bff =_edb .Coords ;break ;};};if _fdfc ,_afdb :=_edb .Function [0].(*_dc .PdfFunctionType2 );_afdb {_ccf ,_afce =_dad (_ccf ,_fdfc ,_abf ,1.0,true );}else if _caae ,_bdf :=_edb .Function [0].(*_dc .PdfFunctionType3 ); -_bdf {_fce :=append ([]float64 {0},_caae .Bounds ...);_fce =append (_fce ,1.0);_ccf ,_afce =_gbb (_ccf ,_caae ,_abf ,_fce );};return _ccf ,_bff ,_afce ;}; +package render ;import (_d "errors";_fe "fmt";_af "github.com/adrg/sysfont";_ae "github.com/unidoc/unipdf/v3/annotator";_eec "github.com/unidoc/unipdf/v3/common";_aa "github.com/unidoc/unipdf/v3/contentstream";_da "github.com/unidoc/unipdf/v3/contentstream/draw"; +_gd "github.com/unidoc/unipdf/v3/core";_a "github.com/unidoc/unipdf/v3/internal/license";_dc "github.com/unidoc/unipdf/v3/internal/transform";_eeb "github.com/unidoc/unipdf/v3/model";_df "github.com/unidoc/unipdf/v3/render/internal/context";_cg "github.com/unidoc/unipdf/v3/render/internal/context/imagerender"; +_ag "golang.org/x/image/draw";_f "image";_ba "image/color";_g "image/draw";_eg "image/jpeg";_cc "image/png";_ee "math";_bf "os";_c "path/filepath";_e "strings";); -// ImageDevice is used to render PDF pages to image targets. -type ImageDevice struct{renderer ; - -// OutputWidth represents the width of the rendered images in pixels. -// The heights of the output images are calculated based on the selected -// width and the original height of each rendered page. -OutputWidth int ;};func (_bgbb renderer )processShading (_cgf _ad .Context ,_dagb *_dc .PdfShading )(_ad .Gradient ,*_dg .PdfObjectArray ,error ){_bgac :=int64 (*_dagb .ShadingType );if _bgac ==int64 (ShadingTypeAxial ){return _bgbb .processLinearShading (_cgf ,_dagb ); -}else if _bgac ==int64 (ShadingTypeRadial ){return _bgbb .processRadialShading (_cgf ,_dagb );}else {_fa .Log .Debug (_bbe .Sprintf ("\u0050r\u006f\u0063e\u0073\u0073\u0069n\u0067\u0020\u0067\u0072\u0061\u0064\u0069e\u006e\u0074\u0020\u0074\u0079\u0070e\u0020\u0025\u0064\u0020\u006e\u006f\u0074\u0020\u0079\u0065\u0074 \u0073\u0075\u0070\u0070\u006f\u0072\u0074\u0065\u0064",_bgac )); -};return nil ,nil ,nil ;};func _gcc (_cde string ,_aee _d .Image ,_efa int )error {_aedb ,_cfg :=_b .Create (_cde );if _cfg !=nil {return _cfg ;};defer _aedb .Close ();return _eb .Encode (_aedb ,_aee ,&_eb .Options {Quality :_efa });};func _ffef (_afad _dg .PdfObject ,_gffe _fg .Color )(_d .Image ,error ){_gcdd ,_fgbf :=_dg .GetStream (_afad ); -if !_fgbf {return nil ,nil ;};_dbgb ,_caef :=_dc .NewXObjectImageFromStream (_gcdd );if _caef !=nil {return nil ,_caef ;};_gcaf ,_caef :=_dbgb .ToImage ();if _caef !=nil {return nil ,_caef ;};return _ffeb (_gcaf ,_gffe ),nil ;};func (_bbb renderer )processGradient (_db _ad .Context ,_fbcf *_aa .ContentStreamOperation ,_bga *_dc .PdfPageResources ,_dba *_dg .PdfObjectName )(_ad .Gradient ,error ){if _ccg ,_afgf :=_bga .GetPatternByName (*_dba ); -_afgf &&_ccg .IsShading (){_adaa :=_ccg .GetAsShadingPattern ().Shading ;_cac ,_ ,_fcbf :=_bbb .processShading (_db ,_adaa );if _fcbf !=nil {return nil ,_fcbf ;};return _cac ,nil ;};return nil ,nil ;};func (_bead renderer )processRadialShading (_dfbb _ad .Context ,_gcab *_dc .PdfShading )(_ad .Gradient ,*_dg .PdfObjectArray ,error ){_bacg :=_gcab .GetContext ().(*_dc .PdfShadingType3 ); -if len (_bacg .Function )==0{return nil ,nil ,_e .New ("\u006e\u006f\u0020\u0067\u0072\u0061\u0064i\u0065\u006e\u0074 \u0066\u0075\u006e\u0063t\u0069\u006f\u006e\u0020\u0066\u006f\u0075\u006e\u0064\u002c\u0020\u0073\u006b\u0069\u0070\u0020\u0063\u006f\u006e\u0076\u0065\u0072\u0073\u0069\u006f\u006e"); -};_dgc ,_ecge :=_bacg .Coords .ToFloat64Array ();if _ecge !=nil {return nil ,nil ,_e .New ("\u0066\u0061\u0069l\u0065\u0064\u0020\u0067e\u0074\u0074\u0069\u006e\u0067\u0020\u0073h\u0061\u0064\u0069\u006e\u0067\u0020\u0070\u006f\u0073\u0069\u0074\u0069\u006f\u006e"); -};_gfe :=_gcab .ColorSpace ;_bgcb :=_dg .MakeArrayFromFloats ([]float64 {0,0,1,1});var _cef ,_ega ,_cdcg ,_bbfg ,_fbcd ,_gadg float64 ;_cef ,_ega =_dfbb .Matrix ().Transform (_dgc [0],_dgc [1]);_cdcg ,_bbfg =_dfbb .Matrix ().Transform (_dgc [3],_dgc [4]); -_fbcd ,_ =_dfbb .Matrix ().Transform (_dgc [2],0);_gadg ,_ =_dfbb .Matrix ().Transform (_dgc [5],0);_ggfb ,_ :=_dfbb .Matrix ().Translation ();_fbcd -=_ggfb ;_gadg -=_ggfb ;for _fdd ,_bfbe :=range _dgc {if _fdd ==2||_fdd ==5{continue ;};if _bfbe > 1.0{_fcef :=_ge .Min (_cef -_fbcd ,_cdcg -_gadg ); -_aegc :=_ge .Min (_ega -_fbcd ,_bbfg -_gadg );_ecbd :=_ge .Max (_cef +_fbcd ,_cdcg +_gadg );_gdfa :=_ge .Max (_ega +_fbcd ,_bbfg +_gadg );_fbac :=_ecbd -_fcef ;_eec :=_aegc -_gdfa ;_bgcb =_dg .MakeArrayFromFloats ([]float64 {_fcef ,_aegc ,_fbac ,_eec }); -break ;};};_bfbf :=_fe .NewRadialGradient (_cef ,_ega ,_fbcd ,_cdcg ,_bbfg ,_gadg );if _fbeb ,_fac :=_bacg .Function [0].(*_dc .PdfFunctionType2 );_fac {_bfbf ,_ecge =_dad (_bfbf ,_fbeb ,_gfe ,1.0,true );}else if _acg ,_dbaf :=_bacg .Function [0].(*_dc .PdfFunctionType3 ); -_dbaf {_cfda :=append ([]float64 {0},_acg .Bounds ...);_cfda =append (_cfda ,1.0);_bfbf ,_ecge =_gbb (_bfbf ,_acg ,_gfe ,_cfda );};if _ecge !=nil {return nil ,nil ,_ecge ;};return _bfbf ,_bgcb ,nil ;};func _ceg (_dgcb _dg .PdfObject ,_affa _fg .Color )(_d .Image ,error ){_dbe ,_dgf :=_dg .GetStream (_dgcb ); -if !_dgf {return nil ,nil ;};_geac ,_ageg :=_dc .NewXObjectImageFromStream (_dbe );if _ageg !=nil {return nil ,_ageg ;};_fcfg ,_ageg :=_geac .ToImage ();if _ageg !=nil {return nil ,_ageg ;};return _gfee (_fcfg ,_affa ),nil ;}; +// RenderWithOpts converts the specified PDF page into an image, optionally flattens annotations and returns the result. +func (_gc *ImageDevice )RenderWithOpts (page *_eeb .PdfPage ,skipFlattening bool )(_f .Image ,error ){_dcc ,_ef :=page .GetMediaBox ();if _ef !=nil {return nil ,_ef ;};_dcc .Normalize ();_abb :=page .CropBox ;var _bc ,_dg float64 ;if _abb !=nil {_abb .Normalize (); +_bc ,_dg =_abb .Width (),_abb .Height ();};_be :=page .Rotate ;_gde ,_dcce ,_ad ,_gf :=_dcc .Llx ,_dcc .Lly ,_dcc .Width (),_dcc .Height ();_bb :=_dc .IdentityMatrix ();if _be !=nil &&*_be %360!=0&&*_be %90==0{_fb :=-float64 (*_be );_dfe :=_bdga (_ad ,_gf ,_fb ); +_bb =_bb .Translate ((_dfe .Width -_ad )/2+_ad /2,(_dfe .Height -_gf )/2+_gf /2).Rotate (_fb *_ee .Pi /180).Translate (-_ad /2,-_gf /2);_ad ,_gf =_dfe .Width ,_dfe .Height ;if _abb !=nil {_dga :=_bdga (_bc ,_dg ,_fb );_bc ,_dg =_dga .Width ,_dga .Height ; +};};if _gde !=0||_dcce !=0{_bb =_bb .Translate (-_gde ,-_dcce );};_gc ._ff =1.0;if _gc .OutputWidth !=0{_feg :=_ad ;if _abb !=nil {_feg =_bc ;};_gc ._ff =float64 (_gc .OutputWidth )/_feg ;_ad ,_gf ,_bc ,_dg =_ad *_gc ._ff ,_gf *_gc ._ff ,_bc *_gc ._ff ,_dg *_gc ._ff ; +_bb =_dc .ScaleMatrix (_gc ._ff ,_gc ._ff ).Mult (_bb );};_cb :=_cg .NewContext (int (_ad ),int (_gf ));if _bbf :=_gc .renderPage (_cb ,page ,_bb ,skipFlattening );_bbf !=nil {return nil ,_bbf ;};_ec :=_cb .Image ();if _abb !=nil {_bea ,_bef :=(_abb .Llx -_gde )*_gc ._ff ,(_abb .Lly -_dcce )*_gc ._ff ; +_bd :=_f .Rect (0,0,int (_bc ),int (_dg ));_abg :=_f .Pt (int (_bea ),int (_gf -_bef -_dg ));_daf :=_f .NewRGBA (_bd );_g .Draw (_daf ,_bd ,_ec ,_abg ,_g .Src );_ec =_daf ;};return _ec ,nil ;};func (_gaeg renderer )processGradient (_dcea _df .Context ,_adde *_aa .ContentStreamOperation ,_beb *_eeb .PdfPageResources ,_gag *_gd .PdfObjectName )(_df .Gradient ,error ){if _eaec ,_bed :=_beb .GetPatternByName (*_gag ); +_bed &&_eaec .IsShading (){_egf :=_eaec .GetAsShadingPattern ().Shading ;_acg ,_ ,_fbg :=_gaeg .processShading (_dcea ,_egf );if _fbg !=nil {return nil ,_fbg ;};return _acg ,nil ;};return nil ,nil ;}; // Render converts the specified PDF page into an image, flattens annotations by default and returns the result. -func (_fgb *ImageDevice )Render (page *_dc .PdfPage )(_d .Image ,error ){return _fgb .RenderWithOpts (page ,false );}; - -// PdfShadingType defines PDF shading types. -// Source: PDF32000_2008.pdf. Chapter 8.7.4.5 -type PdfShadingType int64 ; +func (_fea *ImageDevice )Render (page *_eeb .PdfPage )(_f .Image ,error ){return _fea .RenderWithOpts (page ,false );};func (_cge renderer )renderContentStream (_cf _df .Context ,_egb string ,_gdee *_eeb .PdfPageResources )error {_gfb ,_eece :=_aa .NewContentStreamParser (_egb ).Parse (); +if _eece !=nil {return _eece ;};_dcg :=_cf .TextState ();_dcg .GlobalScale =_cge ._ff ;_gdc :=map[string ]*_df .TextFont {};_eb :=_af .NewFinder (&_af .FinderOpts {Extensions :[]string {"\u002e\u0074\u0074\u0066","\u002e\u0074\u0074\u0063"}});var _ebe *_aa .ContentStreamOperation ; +_bfd :=_aa .NewContentStreamProcessor (*_gfb );_bfd .AddHandler (_aa .HandlerConditionEnumAllOperands ,"",func (_gbe *_aa .ContentStreamOperation ,_bg _aa .GraphicsState ,_gfc *_eeb .PdfPageResources )error {_eec .Log .Debug ("\u0050\u0072\u006f\u0063\u0065\u0073\u0073\u0069\u006e\u0067\u0020\u0025\u0073",_gbe .Operand ); +switch _gbe .Operand {case "\u0071":_cf .Push ();case "\u0051":_cf .Pop ();_dcg =_cf .TextState ();case "\u0063\u006d":if len (_gbe .Params )!=6{return _de ;};_db ,_dfa :=_gd .GetNumbersAsFloat (_gbe .Params );if _dfa !=nil {return _dfa ;};_baab :=_dc .NewMatrix (_db [0],_db [1],_db [2],_db [3],_db [4],_db [5]); +_eec .Log .Debug ("\u0047\u0072\u0061\u0070\u0068\u0069\u0063\u0073\u0020\u0073\u0074a\u0074\u0065\u0020\u006d\u0061\u0074\u0072\u0069\u0078\u003a \u0025\u002b\u0076",_baab );_cf .SetMatrix (_cf .Matrix ().Mult (_baab ));case "\u0077":if len (_gbe .Params )!=1{return _de ; +};_ge ,_ege :=_gd .GetNumbersAsFloat (_gbe .Params );if _ege !=nil {return _ege ;};_cf .SetLineWidth (_ge [0]);case "\u004a":if len (_gbe .Params )!=1{return _de ;};_dgg ,_egc :=_gd .GetIntVal (_gbe .Params [0]);if !_egc {return _fed ;};switch _dgg {case 0:_cf .SetLineCap (_df .LineCapButt ); +case 1:_cf .SetLineCap (_df .LineCapRound );case 2:_cf .SetLineCap (_df .LineCapSquare );default:_eec .Log .Debug ("\u0049\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u006c\u0069\u006ee\u0020\u0063\u0061\u0070\u0020\u0073\u0074\u0079\u006c\u0065:\u0020\u0025\u0064",_dgg ); +return _de ;};case "\u006a":if len (_gbe .Params )!=1{return _de ;};_egeg ,_fg :=_gd .GetIntVal (_gbe .Params [0]);if !_fg {return _fed ;};switch _egeg {case 0:_cf .SetLineJoin (_df .LineJoinBevel );case 1:_cf .SetLineJoin (_df .LineJoinRound );case 2:_cf .SetLineJoin (_df .LineJoinBevel ); +default:_eec .Log .Debug ("I\u006e\u0076\u0061\u006c\u0069\u0064 \u006c\u0069\u006e\u0065\u0020\u006a\u006f\u0069\u006e \u0073\u0074\u0079l\u0065:\u0020\u0025\u0064",_egeg );return _de ;};case "\u004d":if len (_gbe .Params )!=1{return _de ;};_dgee ,_fa :=_gd .GetNumbersAsFloat (_gbe .Params ); +if _fa !=nil {return _fa ;};_ =_dgee ;_eec .Log .Debug ("\u004di\u0074\u0065\u0072\u0020l\u0069\u006d\u0069\u0074\u0020n\u006ft\u0020s\u0075\u0070\u0070\u006f\u0072\u0074\u0065d");case "\u0064":if len (_gbe .Params )!=2{return _de ;};_gbf ,_ffc :=_gd .GetArray (_gbe .Params [0]); +if !_ffc {return _fed ;};_dba ,_ffc :=_gd .GetIntVal (_gbe .Params [1]);if !_ffc {_ ,_dfea :=_gd .GetFloatVal (_gbe .Params [1]);if !_dfea {return _fed ;};};_bge ,_eca :=_gd .GetNumbersAsFloat (_gbf .Elements ());if _eca !=nil {return _eca ;};_cf .SetDash (_bge ...); +_ =_dba ;_eec .Log .Debug ("\u004c\u0069n\u0065\u0020\u0064\u0061\u0073\u0068\u0020\u0070\u0068\u0061\u0073\u0065\u0020\u006e\u006f\u0074\u0020\u0073\u0075\u0070\u0070\u006frt\u0065\u0064");case "\u0072\u0069":_eec .Log .Debug ("\u0052\u0065\u006e\u0064\u0065\u0072\u0069\u006e\u0067\u0020i\u006e\u0074\u0065\u006e\u0074\u0020\u006eo\u0074\u0020\u0073\u0075\u0070\u0070\u006f\u0072\u0074\u0065\u0064"); +case "\u0069":_eec .Log .Debug ("\u0046\u006c\u0061\u0074\u006e\u0065\u0073\u0073\u0020\u0074\u006f\u006c\u0065\u0072\u0061n\u0063e\u0020\u006e\u006f\u0074\u0020\u0073\u0075\u0070\u0070\u006f\u0072\u0074\u0065\u0064");case "\u0067\u0073":if len (_gbe .Params )!=1{return _de ; +};_fd ,_gbg :=_gd .GetName (_gbe .Params [0]);if !_gbg {return _fed ;};if _fd ==nil {return _de ;};_gg ,_gbg :=_gfc .GetExtGState (*_fd );if !_gbg {_eec .Log .Debug ("\u0045\u0052\u0052OR\u003a\u0020\u0063\u006f\u0075\u006c\u0064\u0020\u006eo\u0074 \u0066i\u006ed\u0020\u0072\u0065\u0073\u006f\u0075\u0072\u0063\u0065\u003a\u0020\u0025\u0073",*_fd ); +return _d .New ("\u0072e\u0073o\u0075\u0072\u0063\u0065\u0020n\u006f\u0074 \u0066\u006f\u0075\u006e\u0064");};_ca ,_gbg :=_gd .GetDict (_gg );if !_gbg {_eec .Log .Debug ("\u0045\u0052RO\u0052\u003a\u0020c\u006f\u0075\u006c\u0064 ge\u0074 g\u0072\u0061\u0070\u0068\u0069\u0063\u0073 s\u0074\u0061\u0074\u0065\u0020\u0064\u0069c\u0074"); +return _fed ;};_eec .Log .Debug ("G\u0053\u0020\u0064\u0069\u0063\u0074\u003a\u0020\u0025\u0073",_ca .String ());_bgef :=_ca .Get ("\u0063\u0061");if _bgef !=nil {_bfa ,_fae :=_gd .GetNumberAsFloat (_bgef );if _fae ==nil {_bbg ,_gbd :=_bg .ColorspaceNonStroking .ColorToRGB (_bg .ColorNonStroking ); +if _gbd !=nil {_eec .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0063\u006f\u006e\u0076\u0065r\u0074\u0069\u006e\u0067\u0020\u0063\u006f\u006c\u006f\u0072:\u0020\u0025\u0076",_gbd );return _gbd ;};_ebd ,_aba :=_bbg .(*_eeb .PdfColorDeviceRGB );if !_aba {_eec .Log .Debug ("\u0045\u0072\u0072\u006fr \u0063\u006f\u006e\u0076\u0065\u0072\u0074\u0069\u006e\u0067\u0020\u0063\u006f\u006co\u0072"); +return _gbd ;};_cf .SetFillRGBA (_ebd .R (),_ebd .G (),_ebd .B (),_bfa );};};case "\u006d":if len (_gbe .Params )!=2{_eec .Log .Debug ("\u0057\u0041\u0052\u004e\u003a\u0020\u0065\u0072\u0072o\u0072\u0020\u0077\u0068\u0069\u006c\u0065\u0020\u0070\u0072\u006f\u0063\u0065\u0073\u0073\u0069\u006e\u0067\u0020\u0060\u006d\u0060\u0020o\u0070\u0065r\u0061\u0074o\u0072\u003a\u0020\u0025\u0073\u002e\u0020\u004f\u0075\u0074\u0070\u0075\u0074 m\u0061\u0079\u0020\u0062\u0065\u0020\u0069\u006e\u0063o\u0072\u0072\u0065\u0063\u0074\u002e",_de ); +return nil ;};_dde ,_ade :=_gd .GetNumbersAsFloat (_gbe .Params );if _ade !=nil {return _ade ;};_eec .Log .Debug ("M\u006f\u0076\u0065\u0020\u0074\u006f\u003a\u0020\u0025\u0076",_dde );_cf .NewSubPath ();_cf .MoveTo (_dde [0],_dde [1]);case "\u006c":if len (_gbe .Params )!=2{_eec .Log .Debug ("\u0057\u0041\u0052\u004e\u003a\u0020\u0065\u0072\u0072o\u0072\u0020\u0077\u0068\u0069\u006c\u0065\u0020\u0070\u0072\u006f\u0063\u0065\u0073\u0073\u0069\u006e\u0067\u0020\u0060\u006c\u0060\u0020o\u0070\u0065r\u0061\u0074o\u0072\u003a\u0020\u0025\u0073\u002e\u0020\u004f\u0075\u0074\u0070\u0075\u0074 m\u0061\u0079\u0020\u0062\u0065\u0020\u0069\u006e\u0063o\u0072\u0072\u0065\u0063\u0074\u002e",_de ); +return nil ;};_gdfd ,_bbc :=_gd .GetNumbersAsFloat (_gbe .Params );if _bbc !=nil {return _bbc ;};_cf .LineTo (_gdfd [0],_gdfd [1]);case "\u0063":if len (_gbe .Params )!=6{return _de ;};_ddec ,_fda :=_gd .GetNumbersAsFloat (_gbe .Params );if _fda !=nil {return _fda ; +};_eec .Log .Debug ("\u0043u\u0062\u0069\u0063\u0020\u0062\u0065\u007a\u0069\u0065\u0072\u0020p\u0061\u0072\u0061\u006d\u0073\u003a\u0020\u0025\u002b\u0076",_ddec );_cf .CubicTo (_ddec [0],_ddec [1],_ddec [2],_ddec [3],_ddec [4],_ddec [5]);case "\u0076","\u0079":if len (_gbe .Params )!=4{return _de ; +};_bcd ,_gda :=_gd .GetNumbersAsFloat (_gbe .Params );if _gda !=nil {return _gda ;};_eec .Log .Debug ("\u0043u\u0062\u0069\u0063\u0020\u0062\u0065\u007a\u0069\u0065\u0072\u0020p\u0061\u0072\u0061\u006d\u0073\u003a\u0020\u0025\u002b\u0076",_bcd );_cf .QuadraticTo (_bcd [0],_bcd [1],_bcd [2],_bcd [3]); +case "\u0068":_cf .ClosePath ();_cf .NewSubPath ();case "\u0072\u0065":if len (_gbe .Params )!=4{return _de ;};_ddd ,_dbf :=_gd .GetNumbersAsFloat (_gbe .Params );if _dbf !=nil {return _dbf ;};_cf .DrawRectangle (_ddd [0],_ddd [1],_ddd [2],_ddd [3]);_cf .NewSubPath (); +case "\u0053":_geg ,_add :=_bg .ColorspaceStroking .ColorToRGB (_bg .ColorStroking );if _add !=nil {_eec .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0063\u006f\u006e\u0076\u0065r\u0074\u0069\u006e\u0067\u0020\u0063\u006f\u006c\u006f\u0072:\u0020\u0025\u0076",_add ); +return _add ;};_fdb ,_cdc :=_geg .(*_eeb .PdfColorDeviceRGB );if !_cdc {_eec .Log .Debug ("\u0045\u0072\u0072\u006fr \u0063\u006f\u006e\u0076\u0065\u0072\u0074\u0069\u006e\u0067\u0020\u0063\u006f\u006co\u0072");return _add ;};_cf .SetRGBA (_fdb .R (),_fdb .G (),_fdb .B (),1); +_cf .Stroke ();case "\u0073":_ggc ,_cbe :=_bg .ColorspaceStroking .ColorToRGB (_bg .ColorStroking );if _cbe !=nil {_eec .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0063\u006f\u006e\u0076\u0065r\u0074\u0069\u006e\u0067\u0020\u0063\u006f\u006c\u006f\u0072:\u0020\u0025\u0076",_cbe ); +return _cbe ;};_gae ,_ce :=_ggc .(*_eeb .PdfColorDeviceRGB );if !_ce {_eec .Log .Debug ("\u0045\u0072\u0072\u006fr \u0063\u006f\u006e\u0076\u0065\u0072\u0074\u0069\u006e\u0067\u0020\u0063\u006f\u006co\u0072");return _cbe ;};_cf .ClosePath ();_cf .NewSubPath (); +_cf .SetRGBA (_gae .R (),_gae .G (),_gae .B (),1);_cf .Stroke ();case "\u0066","\u0046":_aea ,_cee :=_bg .ColorspaceNonStroking .ColorToRGB (_bg .ColorNonStroking );if _cee !=nil {_eec .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0063\u006f\u006e\u0076\u0065r\u0074\u0069\u006e\u0067\u0020\u0063\u006f\u006c\u006f\u0072:\u0020\u0025\u0076",_cee ); +return _cee ;};switch _fdd :=_aea .(type ){case *_eeb .PdfColorDeviceRGB :_cf .SetRGBA (_fdd .R (),_fdd .G (),_fdd .B (),1);_cf .SetFillRule (_df .FillRuleWinding );_cf .Fill ();case *_eeb .PdfColorPattern :_cf .Fill ();};_eec .Log .Debug ("\u0045\u0072\u0072\u006fr \u0063\u006f\u006e\u0076\u0065\u0072\u0074\u0069\u006e\u0067\u0020\u0063\u006f\u006co\u0072"); +case "\u0066\u002a":_dea ,_dec :=_bg .ColorspaceNonStroking .ColorToRGB (_bg .ColorNonStroking );if _dec !=nil {_eec .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0063\u006f\u006e\u0076\u0065r\u0074\u0069\u006e\u0067\u0020\u0063\u006f\u006c\u006f\u0072:\u0020\u0025\u0076",_dec ); +return _dec ;};_eag ,_gaed :=_dea .(*_eeb .PdfColorDeviceRGB );if !_gaed {_eec .Log .Debug ("\u0045\u0072\u0072\u006fr \u0063\u006f\u006e\u0076\u0065\u0072\u0074\u0069\u006e\u0067\u0020\u0063\u006f\u006co\u0072");return _dec ;};_cf .SetRGBA (_eag .R (),_eag .G (),_eag .B (),1); +_cf .SetFillRule (_df .FillRuleEvenOdd );_cf .Fill ();case "\u0042":_adee ,_ede :=_bg .ColorspaceNonStroking .ColorToRGB (_bg .ColorNonStroking );if _ede !=nil {_eec .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0063\u006f\u006e\u0076\u0065r\u0074\u0069\u006e\u0067\u0020\u0063\u006f\u006c\u006f\u0072:\u0020\u0025\u0076",_ede ); +return _ede ;};switch _cbc :=_adee .(type ){case *_eeb .PdfColorDeviceRGB :_cf .SetRGBA (_cbc .R (),_cbc .G (),_cbc .B (),1);_cf .SetFillRule (_df .FillRuleWinding );_cf .FillPreserve ();_adee ,_ede =_bg .ColorspaceStroking .ColorToRGB (_bg .ColorStroking ); +if _ede !=nil {_eec .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0063\u006f\u006e\u0076\u0065r\u0074\u0069\u006e\u0067\u0020\u0063\u006f\u006c\u006f\u0072:\u0020\u0025\u0076",_ede );return _ede ;};if _ffb ,_ac :=_adee .(*_eeb .PdfColorDeviceRGB ); +_ac {_cf .SetRGBA (_ffb .R (),_ffb .G (),_ffb .B (),1);_cf .Stroke ();};case *_eeb .PdfColorPattern :_cf .SetFillRule (_df .FillRuleWinding );_cf .Fill ();_cf .StrokePattern ();};case "\u0042\u002a":_gge ,_dccg :=_bg .ColorspaceNonStroking .ColorToRGB (_bg .ColorNonStroking ); +if _dccg !=nil {_eec .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0063\u006f\u006e\u0076\u0065r\u0074\u0069\u006e\u0067\u0020\u0063\u006f\u006c\u006f\u0072:\u0020\u0025\u0076",_dccg );return _dccg ;};switch _ecc :=_gge .(type ){case *_eeb .PdfColorDeviceRGB :_cf .SetRGBA (_ecc .R (),_ecc .G (),_ecc .B (),1); +_cf .SetFillRule (_df .FillRuleEvenOdd );_cf .FillPreserve ();_gge ,_dccg =_bg .ColorspaceStroking .ColorToRGB (_bg .ColorStroking );if _dccg !=nil {_eec .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0063\u006f\u006e\u0076\u0065r\u0074\u0069\u006e\u0067\u0020\u0063\u006f\u006c\u006f\u0072:\u0020\u0025\u0076",_dccg ); +return _dccg ;};if _baac ,_adf :=_gge .(*_eeb .PdfColorDeviceRGB );_adf {_cf .SetRGBA (_baac .R (),_baac .G (),_baac .B (),1);_cf .Stroke ();};case *_eeb .PdfColorPattern :_cf .SetFillRule (_df .FillRuleEvenOdd );_cf .Fill ();_cf .StrokePattern ();};case "\u0062":_cf .ClosePath (); +_daa ,_eagf :=_bg .ColorspaceNonStroking .ColorToRGB (_bg .ColorNonStroking );if _eagf !=nil {_eec .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0063\u006f\u006e\u0076\u0065r\u0074\u0069\u006e\u0067\u0020\u0063\u006f\u006c\u006f\u0072:\u0020\u0025\u0076",_eagf ); +return _eagf ;};switch _bde :=_daa .(type ){case *_eeb .PdfColorDeviceRGB :_cf .SetRGBA (_bde .R (),_bde .G (),_bde .B (),1);_cf .NewSubPath ();_cf .SetFillRule (_df .FillRuleWinding );_cf .FillPreserve ();_daa ,_eagf =_bg .ColorspaceStroking .ColorToRGB (_bg .ColorStroking ); +if _eagf !=nil {_eec .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0063\u006f\u006e\u0076\u0065r\u0074\u0069\u006e\u0067\u0020\u0063\u006f\u006c\u006f\u0072:\u0020\u0025\u0076",_eagf );return _eagf ;};if _edb ,_bgc :=_daa .(*_eeb .PdfColorDeviceRGB ); +_bgc {_cf .SetRGBA (_edb .R (),_edb .G (),_edb .B (),1);_cf .Stroke ();};case *_eeb .PdfColorPattern :_cf .NewSubPath ();_cf .SetFillRule (_df .FillRuleWinding );_cf .Fill ();_cf .StrokePattern ();};case "\u0062\u002a":_cf .ClosePath ();_ebeg ,_cba :=_bg .ColorspaceNonStroking .ColorToRGB (_bg .ColorNonStroking ); +if _cba !=nil {_eec .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0063\u006f\u006e\u0076\u0065r\u0074\u0069\u006e\u0067\u0020\u0063\u006f\u006c\u006f\u0072:\u0020\u0025\u0076",_cba );return _cba ;};switch _fc :=_ebeg .(type ){case *_eeb .PdfColorDeviceRGB :_cf .SetRGBA (_fc .R (),_fc .G (),_fc .B (),1); +_cf .NewSubPath ();_cf .SetFillRule (_df .FillRuleEvenOdd );_cf .FillPreserve ();_ebeg ,_cba =_bg .ColorspaceStroking .ColorToRGB (_bg .ColorStroking );if _cba !=nil {_eec .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0063\u006f\u006e\u0076\u0065r\u0074\u0069\u006e\u0067\u0020\u0063\u006f\u006c\u006f\u0072:\u0020\u0025\u0076",_cba ); +return _cba ;};if _dae ,_bba :=_ebeg .(*_eeb .PdfColorDeviceRGB );_bba {_cf .SetRGBA (_dae .R (),_dae .G (),_dae .B (),1);_cf .Stroke ();};case *_eeb .PdfColorPattern :_cf .NewSubPath ();_cf .SetFillRule (_df .FillRuleEvenOdd );_cf .Fill ();_cf .StrokePattern (); +};case "\u006e":_cf .ClearPath ();case "\u0057":_cf .SetFillRule (_df .FillRuleWinding );_cf .ClipPreserve ();case "\u0057\u002a":_cf .SetFillRule (_df .FillRuleEvenOdd );_cf .ClipPreserve ();case "\u0072\u0067":_fag ,_dccf :=_bg .ColorNonStroking .(*_eeb .PdfColorDeviceRGB ); +if !_dccf {_eec .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0063\u006f\u006e\u0076\u0065r\u0074\u0069\u006e\u0067\u0020\u0063\u006f\u006c\u006f\u0072:\u0020\u0025\u0076",_bg .ColorNonStroking );return nil ;};_cf .SetFillRGBA (_fag .R (),_fag .G (),_fag .B (),1); +case "\u0052\u0047":_gcc ,_gce :=_bg .ColorStroking .(*_eeb .PdfColorDeviceRGB );if !_gce {_eec .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0063\u006f\u006e\u0076\u0065r\u0074\u0069\u006e\u0067\u0020\u0063\u006f\u006c\u006f\u0072:\u0020\u0025\u0076",_bg .ColorStroking ); +return nil ;};_cf .SetStrokeRGBA (_gcc .R (),_gcc .G (),_gcc .B (),1);case "\u006b":_ced ,_ccb :=_bg .ColorNonStroking .(*_eeb .PdfColorDeviceCMYK );if !_ccb {_eec .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0063\u006f\u006e\u0076\u0065r\u0074\u0069\u006e\u0067\u0020\u0063\u006f\u006c\u006f\u0072:\u0020\u0025\u0076",_bg .ColorNonStroking ); +return nil ;};_fde ,_adb :=_bg .ColorspaceNonStroking .ColorToRGB (_ced );if _adb !=nil {_eec .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0063\u006f\u006e\u0076\u0065r\u0074\u0069\u006e\u0067\u0020\u0063\u006f\u006c\u006f\u0072:\u0020\u0025\u0076",_bg .ColorNonStroking ); +return nil ;};_aga ,_ccb :=_fde .(*_eeb .PdfColorDeviceRGB );if !_ccb {_eec .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0063\u006f\u006e\u0076\u0065r\u0074\u0069\u006e\u0067\u0020\u0063\u006f\u006c\u006f\u0072:\u0020\u0025\u0076",_fde );return nil ; +};_cf .SetFillRGBA (_aga .R (),_aga .G (),_aga .B (),1);case "\u004b":_gcf ,_fcb :=_bg .ColorStroking .(*_eeb .PdfColorDeviceCMYK );if !_fcb {_eec .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0063\u006f\u006e\u0076\u0065r\u0074\u0069\u006e\u0067\u0020\u0063\u006f\u006c\u006f\u0072:\u0020\u0025\u0076",_bg .ColorStroking ); +return nil ;};_bdab ,_abba :=_bg .ColorspaceStroking .ColorToRGB (_gcf );if _abba !=nil {_eec .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0063\u006f\u006e\u0076\u0065r\u0074\u0069\u006e\u0067\u0020\u0063\u006f\u006c\u006f\u0072:\u0020\u0025\u0076",_bg .ColorStroking ); +return nil ;};_feab ,_fcb :=_bdab .(*_eeb .PdfColorDeviceRGB );if !_fcb {_eec .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0063\u006f\u006e\u0076\u0065r\u0074\u0069\u006e\u0067\u0020\u0063\u006f\u006c\u006f\u0072:\u0020\u0025\u0076",_bdab );return nil ; +};_cf .SetStrokeRGBA (_feab .R (),_feab .G (),_feab .B (),1);case "\u0067":_fgd ,_fcf :=_bg .ColorNonStroking .(*_eeb .PdfColorDeviceGray );if !_fcf {_eec .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0063\u006f\u006e\u0076\u0065r\u0074\u0069\u006e\u0067\u0020\u0063\u006f\u006c\u006f\u0072:\u0020\u0025\u0076",_bg .ColorNonStroking ); +return nil ;};_cgb ,_dcga :=_bg .ColorspaceNonStroking .ColorToRGB (_fgd );if _dcga !=nil {_eec .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0063\u006f\u006e\u0076\u0065r\u0074\u0069\u006e\u0067\u0020\u0063\u006f\u006c\u006f\u0072:\u0020\u0025\u0076",_bg .ColorNonStroking ); +return nil ;};_ddf ,_fcf :=_cgb .(*_eeb .PdfColorDeviceRGB );if !_fcf {_eec .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0063\u006f\u006e\u0076\u0065r\u0074\u0069\u006e\u0067\u0020\u0063\u006f\u006c\u006f\u0072:\u0020\u0025\u0076",_cgb );return nil ; +};_cf .SetFillRGBA (_ddf .R (),_ddf .G (),_ddf .B (),1);case "\u0047":_bgf ,_ggcb :=_bg .ColorStroking .(*_eeb .PdfColorDeviceGray );if !_ggcb {_eec .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0063\u006f\u006e\u0076\u0065r\u0074\u0069\u006e\u0067\u0020\u0063\u006f\u006c\u006f\u0072:\u0020\u0025\u0076",_bg .ColorStroking ); +return nil ;};_egee ,_ece :=_bg .ColorspaceStroking .ColorToRGB (_bgf );if _ece !=nil {_eec .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0063\u006f\u006e\u0076\u0065r\u0074\u0069\u006e\u0067\u0020\u0063\u006f\u006c\u006f\u0072:\u0020\u0025\u0076",_bg .ColorStroking ); +return nil ;};_aded ,_ggcb :=_egee .(*_eeb .PdfColorDeviceRGB );if !_ggcb {_eec .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0063\u006f\u006e\u0076\u0065r\u0074\u0069\u006e\u0067\u0020\u0063\u006f\u006c\u006f\u0072:\u0020\u0025\u0076",_egee );return nil ; +};_cf .SetStrokeRGBA (_aded .R (),_aded .G (),_aded .B (),1);case "\u0063\u0073":if len (_gbe .Params )> 0{if _fgb ,_caa :=_gd .GetName (_gbe .Params [0]);_caa &&_fgb .String ()=="\u0050a\u0074\u0074\u0065\u0072\u006e"{break ;};};_gdg ,_ebed :=_bg .ColorspaceNonStroking .ColorToRGB (_bg .ColorNonStroking ); +if _ebed !=nil {_eec .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0063\u006f\u006e\u0076\u0065r\u0074\u0069\u006e\u0067\u0020\u0063\u006f\u006c\u006f\u0072:\u0020\u0025\u0076",_bg .ColorNonStroking );return nil ;};_aeac ,_ffbe :=_gdg .(*_eeb .PdfColorDeviceRGB ); +if !_ffbe {_eec .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0063\u006f\u006e\u0076\u0065r\u0074\u0069\u006e\u0067\u0020\u0063\u006f\u006c\u006f\u0072:\u0020\u0025\u0076",_gdg );return nil ;};_cf .SetFillRGBA (_aeac .R (),_aeac .G (),_aeac .B (),1); +case "\u0073\u0063":_cce ,_deac :=_bg .ColorspaceNonStroking .ColorToRGB (_bg .ColorNonStroking );if _deac !=nil {_eec .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0063\u006f\u006e\u0076\u0065r\u0074\u0069\u006e\u0067\u0020\u0063\u006f\u006c\u006f\u0072:\u0020\u0025\u0076",_bg .ColorNonStroking ); +return nil ;};_ebf ,_aac :=_cce .(*_eeb .PdfColorDeviceRGB );if !_aac {_eec .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0063\u006f\u006e\u0076\u0065r\u0074\u0069\u006e\u0067\u0020\u0063\u006f\u006c\u006f\u0072:\u0020\u0025\u0076",_cce );return nil ; +};_cf .SetFillRGBA (_ebf .R (),_ebf .G (),_ebf .B (),1);case "\u0073\u0063\u006e":if len (_gbe .Params )> 0&&len (_ebe .Params )> 0{if _fbd ,_eebc :=_gd .GetName (_ebe .Params [0]);_eebc &&_fbd .String ()=="\u0050a\u0074\u0074\u0065\u0072\u006e"{if _bdef ,_bce :=_gd .GetName (_gbe .Params [0]); +_bce {_agg ,_bdeb :=_cge .processGradient (_cf ,_gbe ,_gfc ,_bdef );if _bdeb !=nil {_eec .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0077\u0068\u0065\u006e\u0020\u0070\u0072o\u0063\u0065\u0073\u0073\u0069\u006eg\u0020\u0067\u0072\u0061\u0064\u0069\u0065\u006e\u0074\u0020\u0064\u0061\u0074a\u003a\u0020\u0025\u0076",_bdeb ); +break ;};if _agg ==nil {_eec .Log .Debug ("\u0055\u006ek\u006e\u006f\u0077n\u0020\u0067\u0072\u0061\u0064\u0069\u0065\u006e\u0074");break ;};_cf .SetFillStyle (_agg );_cf .SetStrokeStyle (_agg );break ;};};};_cbf ,_gaf :=_bg .ColorspaceNonStroking .ColorToRGB (_bg .ColorNonStroking ); +if _gaf !=nil {_eec .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0063\u006f\u006e\u0076\u0065r\u0074\u0069\u006e\u0067\u0020\u0063\u006f\u006c\u006f\u0072:\u0020\u0025\u0076",_bg .ColorNonStroking );return nil ;};_gdgg ,_abae :=_cbf .(*_eeb .PdfColorDeviceRGB ); +if !_abae {_eec .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0063\u006f\u006e\u0076\u0065r\u0074\u0069\u006e\u0067\u0020\u0063\u006f\u006c\u006f\u0072:\u0020\u0025\u0076",_cbf );return nil ;};_cf .SetFillRGBA (_gdgg .R (),_gdgg .G (),_gdgg .B (),1); +case "\u0043\u0053":if len (_gbe .Params )> 0{if _gdgf ,_dfd :=_gd .GetName (_gbe .Params [0]);_dfd &&_gdgf .String ()=="\u0050a\u0074\u0074\u0065\u0072\u006e"{break ;};};_eagfg ,_ecg :=_bg .ColorspaceStroking .ColorToRGB (_bg .ColorStroking );if _ecg !=nil {_eec .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0063\u006f\u006e\u0076\u0065r\u0074\u0069\u006e\u0067\u0020\u0063\u006f\u006c\u006f\u0072:\u0020\u0025\u0076",_bg .ColorStroking ); +return nil ;};_cged ,_eaa :=_eagfg .(*_eeb .PdfColorDeviceRGB );if !_eaa {_eec .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0063\u006f\u006e\u0076\u0065r\u0074\u0069\u006e\u0067\u0020\u0063\u006f\u006c\u006f\u0072:\u0020\u0025\u0076",_eagfg );return nil ; +};_cf .SetStrokeRGBA (_cged .R (),_cged .G (),_cged .B (),1);case "\u0053\u0043":_bbb ,_aff :=_bg .ColorspaceStroking .ColorToRGB (_bg .ColorStroking );if _aff !=nil {_eec .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0063\u006f\u006e\u0076\u0065r\u0074\u0069\u006e\u0067\u0020\u0063\u006f\u006c\u006f\u0072:\u0020\u0025\u0076",_bg .ColorStroking ); +return nil ;};_aacb ,_eab :=_bbb .(*_eeb .PdfColorDeviceRGB );if !_eab {_eec .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0063\u006f\u006e\u0076\u0065r\u0074\u0069\u006e\u0067\u0020\u0063\u006f\u006c\u006f\u0072:\u0020\u0025\u0076",_bbb );return nil ; +};_cf .SetStrokeRGBA (_aacb .R (),_aacb .G (),_aacb .B (),1);case "\u0053\u0043\u004e":if len (_gbe .Params )> 0&&len (_ebe .Params )> 0{if _cdd ,_gcd :=_gd .GetName (_ebe .Params [0]);_gcd &&_cdd .String ()=="\u0050a\u0074\u0074\u0065\u0072\u006e"{if _cddc ,_dbg :=_gd .GetName (_gbe .Params [0]); +_dbg {_ccf ,_cbcd :=_cge .processGradient (_cf ,_gbe ,_gfc ,_cddc );if _cbcd !=nil {_eec .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0077\u0068\u0065\u006e\u0020\u0070\u0072o\u0063\u0065\u0073\u0073\u0069\u006eg\u0020\u0067\u0072\u0061\u0064\u0069\u0065\u006e\u0074\u0020\u0064\u0061\u0074a\u003a\u0020\u0025\u0076",_cbcd ); +break ;};if _ccf ==nil {_eec .Log .Debug ("\u0055\u006ek\u006e\u006f\u0077n\u0020\u0067\u0072\u0061\u0064\u0069\u0065\u006e\u0074");break ;};_cf .SetFillStyle (_ccf );_cf .SetStrokeStyle (_ccf );break ;};};};_eebf ,_geed :=_bg .ColorspaceStroking .ColorToRGB (_bg .ColorStroking ); +if _geed !=nil {_eec .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0063\u006f\u006e\u0076\u0065r\u0074\u0069\u006e\u0067\u0020\u0063\u006f\u006c\u006f\u0072:\u0020\u0025\u0076",_bg .ColorStroking );return nil ;};_bfb ,_bgd :=_eebf .(*_eeb .PdfColorDeviceRGB ); +if !_bgd {_eec .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0063\u006f\u006e\u0076\u0065r\u0074\u0069\u006e\u0067\u0020\u0063\u006f\u006c\u006f\u0072:\u0020\u0025\u0076",_eebf );return nil ;};_cf .SetStrokeRGBA (_bfb .R (),_bfb .G (),_bfb .B (),1); +case "\u0073\u0068":if len (_gbe .Params )!=1{_eec .Log .Debug ("\u0049n\u0076\u0061\u006c\u0069\u0064\u0020\u0073\u0068\u0020\u0070\u0061r\u0061\u006d\u0073\u0020\u0066\u006f\u0072\u006d\u0061\u0074");break ;};_dcf ,_fgc :=_gd .GetName (_gbe .Params [0]); +if !_fgc {_eec .Log .Debug ("F\u0061\u0069\u006c\u0065\u0064\u0020g\u0065\u0074\u0074\u0069\u006e\u0067\u0020\u0073\u0068a\u0064\u0069\u006eg\u0020n\u0061\u006d\u0065");break ;};_cfg ,_fgc :=_gfc .GetShadingByName (*_dcf );if !_fgc {_eec .Log .Debug ("F\u0061\u0069\u006c\u0065\u0064\u0020g\u0065\u0074\u0074\u0069\u006e\u0067\u0020\u0073\u0068a\u0064\u0069\u006eg\u0020d\u0061\u0074\u0061"); +break ;};_ggd ,_effd ,_bcde :=_cge .processShading (_cf ,_cfg );if _bcde !=nil {_eec .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0077\u0068\u0065\u006e\u0020\u0070\u0072\u006f\u0063\u0065\u0073\u0073\u0069\u006e\u0067\u0020\u0073\u0068a\u0064\u0069\u006e\u0067\u0020d\u0061\u0074a\u003a\u0020\u0025\u0076",_bcde ); +break ;};if _ggd ==nil {_eec .Log .Debug ("\u0055\u006ek\u006e\u006f\u0077n\u0020\u0067\u0072\u0061\u0064\u0069\u0065\u006e\u0074");break ;};_gga ,_bcde :=_effd .ToFloat64Array ();if _bcde !=nil {_eec .Log .Debug ("\u0045\u0072r\u006f\u0072\u0020\u0070\u0061\u0072\u0073\u0069\u006e\u0067\u0020\u0063\u006f\u006f\u0072\u0064\u0069\u006e\u0061\u0074\u0065\u0073: \u0025\u0076",_bcde ); +break ;};_cf .DrawRectangle (_gga [0],_gga [1],_gga [2],_gga [3]);_cf .NewSubPath ();_cf .SetFillStyle (_ggd );_cf .SetStrokeStyle (_ggd );_cf .Fill ();case "\u0044\u006f":if len (_gbe .Params )!=1{return _de ;};_fgde ,_fcbe :=_gd .GetName (_gbe .Params [0]); +if !_fcbe {return _fed ;};_ ,_eee :=_gfc .GetXObjectByName (*_fgde );switch _eee {case _eeb .XObjectTypeImage :_eec .Log .Debug ("\u0058\u004f\u0062\u006a\u0065\u0063\u0074\u0020\u0069\u006d\u0061\u0067e\u003a\u0020\u0025\u0073",_fgde .String ());_cag ,_ged :=_gfc .GetXObjectImageByName (*_fgde ); +if _ged !=nil {return _ged ;};_gbef ,_ged :=_cag .ToImage ();if _ged !=nil {_eec .Log .Debug ("\u0052\u0065\u006e\u0064\u0065\u0072\u0069\u006e\u0067\u0020\u0072\u0065\u0073\u0075\u006c\u0074\u0020\u006day\u0020b\u0065\u0020\u0069\u006e\u0063\u006f\u006d\u0070\u006c\u0065\u0074\u0065.\u0020\u0049\u006d\u0061\u0067\u0065\u0020\u0063\u006f\u006e\u0076\u0065\u0072\u0073\u0069\u006f\u006e \u0065\u0072\u0072\u006f\u0072\u003a\u0020\u0025\u0076",_ged ); +return nil ;};if _fdf :=_cag .ColorSpace ;_fdf !=nil {var _bbfd bool ;switch _fdf .(type ){case *_eeb .PdfColorspaceSpecialIndexed :_bbfd =true ;};if _bbfd {if _gcb ,_aaf :=_fdf .ImageToRGB (*_gbef );_aaf !=nil {_eec .Log .Debug ("\u0057\u0041\u0052\u004e\u003a\u0020\u0063\u006f\u0075\u006c\u0064\u0020\u006e\u006f\u0074\u0020\u0063\u006fnv\u0065r\u0074\u0020\u0069\u006d\u0061\u0067\u0065\u0020\u0074\u006f\u0020\u0052G\u0042\u002e\u0020\u004f\u0075\u0074\u0070\u0075\u0074\u0020\u006d\u0061\u0079\u0020\u0062\u0065\u0020i\u006e\u0063\u006f\u0072\u0072\u0065\u0063\u0074\u002e"); +}else {_gbef =&_gcb ;};};};_ccec :=_cf .FillPattern ().ColorAt (0,0);var _bcab _f .Image ;if _cag .Mask !=nil {if _bcab ,_ged =_afdf (_cag .Mask ,_ccec );_ged !=nil {_eec .Log .Debug ("\u0057\u0041\u0052\u004e\u003a \u0063\u006f\u0075\u006c\u0064 \u006eo\u0074\u0020\u0067\u0065\u0074\u0020\u0065\u0078\u0070\u006c\u0069\u0063\u0069\u0074\u0020\u0069\u006d\u0061\u0067e\u0020\u006d\u0061\u0073\u006b\u002e\u0020\u004f\u0075\u0074\u0070\u0075\u0074\u0020\u006d\u0061\u0079\u0020\u0062\u0065\u0020\u0069\u006e\u0063o\u0072\u0072\u0065\u0063\u0074\u002e"); +};}else if _cag .SMask !=nil {if _bcab ,_ged =_dafe (_cag .SMask ,_ccec );_ged !=nil {_eec .Log .Debug ("W\u0041\u0052\u004e\u003a\u0020\u0063\u006f\u0075\u006c\u0064\u0020\u006e\u006f\u0074\u0020\u0067\u0065\u0074\u0020\u0073\u006f\u0066\u0074\u0020\u0069\u006da\u0067e\u0020\u006d\u0061\u0073k\u002e\u0020O\u0075\u0074\u0070\u0075\u0074\u0020\u006d\u0061\u0079\u0020\u0062\u0065\u0020\u0069\u006e\u0063\u006f\u0072\u0072\u0065\u0063\u0074\u002e"); +};};var _cea _f .Image ;if _gbeg ,_ :=_gd .GetBoolVal (_cag .ImageMask );_gbeg {_cea =_bedb (_gbef ,_ccec );}else {_cea ,_ged =_gbef .ToGoImage ();if _ged !=nil {_eec .Log .Debug ("\u0052\u0065\u006e\u0064\u0065\u0072\u0069\u006e\u0067\u0020\u0072\u0065\u0073\u0075\u006c\u0074\u0020\u006day\u0020b\u0065\u0020\u0069\u006e\u0063\u006f\u006d\u0070\u006c\u0065\u0074\u0065.\u0020\u0049\u006d\u0061\u0067\u0065\u0020\u0063\u006f\u006e\u0076\u0065\u0072\u0073\u0069\u006f\u006e \u0065\u0072\u0072\u006f\u0072\u003a\u0020\u0025\u0076",_ged ); +return nil ;};};if _bcab !=nil {_cea =_fbc (_cea ,_bcab );};_cgedd :=_cea .Bounds ();_cf .Push ();_cf .Scale (1.0/float64 (_cgedd .Dx ()),-1.0/float64 (_cgedd .Dy ()));_cf .DrawImageAnchored (_cea ,0,0,0,1);_cf .Pop ();case _eeb .XObjectTypeForm :_eec .Log .Debug ("\u0058\u004fb\u006a\u0065\u0063t\u0020\u0066\u006f\u0072\u006d\u003a\u0020\u0025\u0073",_fgde .String ()); +_dbga ,_afd :=_gfc .GetXObjectFormByName (*_fgde );if _afd !=nil {return _afd ;};_cbge ,_afd :=_dbga .GetContentStream ();if _afd !=nil {return _afd ;};_dgc :=_dbga .Resources ;if _dgc ==nil {_dgc =_gfc ;};_cf .Push ();if _dbga .Matrix !=nil {_gcce ,_dff :=_gd .GetArray (_dbga .Matrix ); +if !_dff {return _fed ;};_ceea ,_cfd :=_gd .GetNumbersAsFloat (_gcce .Elements ());if _cfd !=nil {return _cfd ;};if len (_ceea )!=6{return _de ;};_eae :=_dc .NewMatrix (_ceea [0],_ceea [1],_ceea [2],_ceea [3],_ceea [4],_ceea [5]);_cf .SetMatrix (_cf .Matrix ().Mult (_eae )); +};if _dbga .BBox !=nil {_eda ,_ebfb :=_gd .GetArray (_dbga .BBox );if !_ebfb {return _fed ;};_cagb ,_gba :=_gd .GetNumbersAsFloat (_eda .Elements ());if _gba !=nil {return _gba ;};if len (_cagb )!=4{_eec .Log .Debug ("\u004c\u0065\u006e\u0020\u003d\u0020\u0025\u0064",len (_cagb )); +return _de ;};_cf .DrawRectangle (_cagb [0],_cagb [1],_cagb [2]-_cagb [0],_cagb [3]-_cagb [1]);_cf .SetRGBA (1,0,0,1);_cf .Clip ();}else {_eec .Log .Debug ("\u0045R\u0052\u004fR\u003a\u0020\u0052\u0065q\u0075\u0069\u0072e\u0064\u0020\u0042\u0042\u006f\u0078\u0020\u006d\u0069ss\u0069\u006e\u0067 \u006f\u006e \u0058\u004f\u0062\u006a\u0065\u0063t\u0020\u0046o\u0072\u006d"); +};_afd =_cge .renderContentStream (_cf ,string (_cbge ),_dgc );if _afd !=nil {return _afd ;};_cf .Pop ();};case "\u0042\u0049":if len (_gbe .Params )!=1{return _de ;};_cad ,_feaf :=_gbe .Params [0].(*_aa .ContentStreamInlineImage );if !_feaf {return nil ; +};_adedf ,_abgb :=_cad .ToImage (_gfc );if _abgb !=nil {_eec .Log .Debug ("\u0052\u0065\u006e\u0064\u0065\u0072\u0069\u006e\u0067\u0020\u0072\u0065\u0073\u0075\u006c\u0074\u0020\u006day\u0020b\u0065\u0020\u0069\u006e\u0063\u006f\u006d\u0070\u006c\u0065\u0074\u0065.\u0020\u0049\u006d\u0061\u0067\u0065\u0020\u0063\u006f\u006e\u0076\u0065\u0072\u0073\u0069\u006f\u006e \u0065\u0072\u0072\u006f\u0072\u003a\u0020\u0025\u0076",_abgb ); +return nil ;};_def ,_abgb :=_adedf .ToGoImage ();if _abgb !=nil {_eec .Log .Debug ("\u0052\u0065\u006e\u0064\u0065\u0072\u0069\u006e\u0067\u0020\u0072\u0065\u0073\u0075\u006c\u0074\u0020\u006day\u0020b\u0065\u0020\u0069\u006e\u0063\u006f\u006d\u0070\u006c\u0065\u0074\u0065.\u0020\u0049\u006d\u0061\u0067\u0065\u0020\u0063\u006f\u006e\u0076\u0065\u0072\u0073\u0069\u006f\u006e \u0065\u0072\u0072\u006f\u0072\u003a\u0020\u0025\u0076",_abgb ); +return nil ;};_gca :=_def .Bounds ();_cf .Push ();_cf .Scale (1.0/float64 (_gca .Dx ()),-1.0/float64 (_gca .Dy ()));_cf .DrawImageAnchored (_def ,0,0,0,1);_cf .Pop ();case "\u0042\u0054":_dcg .Reset ();case "\u0045\u0054":_dcg .Reset ();case "\u0054\u0072":if len (_gbe .Params )!=1{return _de ; +};_daec ,_bdc :=_gd .GetNumberAsFloat (_gbe .Params [0]);if _bdc !=nil {return _bdc ;};_dcg .Tr =_df .TextRenderingMode (_daec );case "\u0054\u004c":if len (_gbe .Params )!=1{return _de ;};_fead ,_bgcc :=_gd .GetNumberAsFloat (_gbe .Params [0]);if _bgcc !=nil {return _bgcc ; +};_dcg .Tl =_fead ;case "\u0054\u0063":if len (_gbe .Params )!=1{return _de ;};_dbb ,_gcg :=_gd .GetNumberAsFloat (_gbe .Params [0]);if _gcg !=nil {return _gcg ;};_eec .Log .Debug ("\u0054\u0063\u003a\u0020\u0025\u0076",_dbb );_dcg .Tc =_dbb ;case "\u0054\u0077":if len (_gbe .Params )!=1{return _de ; +};_agb ,_bgfc :=_gd .GetNumberAsFloat (_gbe .Params [0]);if _bgfc !=nil {return _bgfc ;};_eec .Log .Debug ("\u0054\u0077\u003a\u0020\u0025\u0076",_agb );_dcg .Tw =_agb ;case "\u0054\u007a":if len (_gbe .Params )!=1{return _de ;};_aafg ,_cedd :=_gd .GetNumberAsFloat (_gbe .Params [0]); +if _cedd !=nil {return _cedd ;};_dcg .Th =_aafg ;case "\u0054\u0073":if len (_gbe .Params )!=1{return _de ;};_fbb ,_gcfd :=_gd .GetNumberAsFloat (_gbe .Params [0]);if _gcfd !=nil {return _gcfd ;};_dcg .Ts =_fbb ;case "\u0054\u0064":if len (_gbe .Params )!=2{return _de ; +};_caf ,_dbc :=_gd .GetNumbersAsFloat (_gbe .Params );if _dbc !=nil {return _dbc ;};_eec .Log .Debug ("\u0054\u0064\u003a\u0020\u0025\u0076",_caf );_dcg .ProcTd (_caf [0],_caf [1]);case "\u0054\u0044":if len (_gbe .Params )!=2{return _de ;};_bbba ,_efe :=_gd .GetNumbersAsFloat (_gbe .Params ); +if _efe !=nil {return _efe ;};_eec .Log .Debug ("\u0054\u0044\u003a\u0020\u0025\u0076",_bbba );_dcg .ProcTD (_bbba [0],_bbba [1]);case "\u0054\u002a":_dcg .ProcTStar ();case "\u0054\u006d":if len (_gbe .Params )!=6{return _de ;};_edeg ,_cgeb :=_gd .GetNumbersAsFloat (_gbe .Params ); +if _cgeb !=nil {return _cgeb ;};_eec .Log .Debug ("\u0054\u0065x\u0074\u0020\u006da\u0074\u0072\u0069\u0078\u003a\u0020\u0025\u002b\u0076",_edeg );_dcg .ProcTm (_edeg [0],_edeg [1],_edeg [2],_edeg [3],_edeg [4],_edeg [5]);case "\u0027":if len (_gbe .Params )!=1{return _de ; +};_dbbb ,_egd :=_gd .GetStringBytes (_gbe .Params [0]);if !_egd {return _fed ;};_eec .Log .Debug ("\u0027\u0020\u0073t\u0072\u0069\u006e\u0067\u003a\u0020\u0025\u0073",string (_dbbb ));_dcg .ProcQ (_dbbb ,_cf );case "\u0022":if len (_gbe .Params )!=3{return _de ; +};_dce ,_gcbb :=_gd .GetNumberAsFloat (_gbe .Params [0]);if _gcbb !=nil {return _gcbb ;};_gcca ,_gcbb :=_gd .GetNumberAsFloat (_gbe .Params [1]);if _gcbb !=nil {return _gcbb ;};_daaa ,_bad :=_gd .GetStringBytes (_gbe .Params [2]);if !_bad {return _fed ; +};_dcg .ProcDQ (_daaa ,_dce ,_gcca ,_cf );case "\u0054\u006a":if len (_gbe .Params )!=1{return _de ;};_abf ,_dad :=_gd .GetStringBytes (_gbe .Params [0]);if !_dad {return _fed ;};_eec .Log .Debug ("\u0054j\u0020s\u0074\u0072\u0069\u006e\u0067\u003a\u0020\u0060\u0025\u0073\u0060",string (_abf )); +_dcg .ProcTj (_abf ,_cf );case "\u0054\u004a":if len (_gbe .Params )!=1{return _de ;};_ebede ,_eecg :=_gd .GetArray (_gbe .Params [0]);if !_eecg {_eec .Log .Debug ("\u0054\u0079\u0070\u0065\u003a\u0020\u0025\u0054",_ebede );return _fed ;};_eec .Log .Debug ("\u0054\u004a\u0020\u0061\u0072\u0072\u0061\u0079\u003a\u0020\u0025\u002b\u0076",_ebede ); +for _ ,_bgff :=range _ebede .Elements (){switch _dcd :=_bgff .(type ){case *_gd .PdfObjectString :if _dcd !=nil {_dcg .ProcTj (_dcd .Bytes (),_cf );};case *_gd .PdfObjectFloat ,*_gd .PdfObjectInteger :_bgb ,_ffcb :=_gd .GetNumberAsFloat (_dcd );if _ffcb ==nil {_dcg .Translate (-_bgb *0.001*_dcg .Tf .Size *_dcg .Th /100.0,0); +};};};case "\u0054\u0066":if len (_gbe .Params )!=2{return _de ;};_eec .Log .Debug ("\u0025\u0023\u0076",_gbe .Params );_cafc ,_abbf :=_gd .GetName (_gbe .Params [0]);if !_abbf ||_cafc ==nil {_eec .Log .Debug ("\u0069\u006e\u0076\u0061l\u0069\u0064\u0020\u0066\u006f\u006e\u0074\u0020\u006e\u0061m\u0065 \u006f\u0062\u006a\u0065\u0063\u0074\u003a \u0025\u0076",_gbe .Params [0]); +return _fed ;};_eec .Log .Debug ("\u0046\u006f\u006e\u0074\u0020\u006e\u0061\u006d\u0065\u003a\u0020\u0025\u0073",_cafc .String ());_deg ,_edea :=_gd .GetNumberAsFloat (_gbe .Params [1]);if _edea !=nil {_eec .Log .Debug ("\u0069\u006e\u0076\u0061l\u0069\u0064\u0020\u0066\u006f\u006e\u0074\u0020\u0073\u0069z\u0065 \u006f\u0062\u006a\u0065\u0063\u0074\u003a \u0025\u0076",_gbe .Params [1]); +return _fed ;};_eec .Log .Debug ("\u0046\u006f\u006e\u0074\u0020\u0073\u0069\u007a\u0065\u003a\u0020\u0025\u0076",_deg );_gbfb ,_fgg :=_gfc .GetFontByName (*_cafc );if !_fgg {_eec .Log .Debug ("\u0045R\u0052\u004f\u0052\u003a\u0020\u0046\u006f\u006e\u0074\u0020\u0025s\u0020\u006e\u006f\u0074\u0020\u0066\u006f\u0075\u006e\u0064",_cafc .String ()); +return _d .New ("\u0066\u006f\u006e\u0074\u0020\u006e\u006f\u0074\u0020f\u006f\u0075\u006e\u0064");};_eec .Log .Debug ("\u0046\u006f\u006e\u0074\u003a\u0020\u0025\u0054",_gbfb );_gdb ,_abbf :=_gd .GetDict (_gbfb );if !_abbf {_eec .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0063\u006f\u0075l\u0064\u0020\u006e\u006f\u0074\u0020\u0067e\u0074\u0020\u0066\u006f\u006e\u0074\u0020\u0064\u0069\u0063\u0074"); +return _fed ;};_ggad ,_edea :=_eeb .NewPdfFontFromPdfObject (_gdb );if _edea !=nil {_eec .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0063\u006f\u0075\u006c\u0064\u0020\u006e\u006f\u0074\u0020\u006c\u006f\u0061\u0064\u0020\u0066\u006fn\u0074\u0020\u0066\u0072\u006fm\u0020\u006fb\u006a\u0065\u0063\u0074"); +return _edea ;};_decb :=_ggad .BaseFont ();if _decb ==""{_decb =_cafc .String ();};_ddb ,_abbf :=_gdc [_decb ];if !_abbf {_ddb ,_edea =_df .NewTextFont (_ggad ,_deg );if _edea !=nil {_eec .Log .Debug ("\u0045R\u0052\u004f\u0052\u003a\u0020\u0025v",_edea ); +};};if _ddb ==nil {if len (_decb )> 7&&_decb [6]=='+'{_decb =_decb [7:];};_ebb :=[]string {_decb ,"\u0054i\u006de\u0073\u0020\u004e\u0065\u0077\u0020\u0052\u006f\u006d\u0061\u006e","\u0041\u0072\u0069a\u006c","D\u0065\u006a\u0061\u0056\u0075\u0020\u0053\u0061\u006e\u0073"}; +for _ ,_dccb :=range _ebb {_eec .Log .Debug ("\u0044\u0045\u0042\u0055\u0047\u003a \u0073\u0065\u0061\u0072\u0063\u0068\u0069\u006e\u0067\u0020\u0073\u0079\u0073t\u0065\u006d\u0020\u0066\u006f\u006e\u0074 \u0060\u0025\u0073\u0060",_dccb );if _ddb ,_abbf =_gdc [_dccb ]; +_abbf {break ;};_ggb :=_eb .Match (_dccb );if _ggb ==nil {_eec .Log .Debug ("c\u006f\u0075\u006c\u0064\u0020\u006eo\u0074\u0020\u0066\u0069\u006e\u0064\u0020\u0066\u006fn\u0074\u0020\u0066i\u006ce\u0020\u0025\u0073",_dccb );continue ;};_ddb ,_edea =_df .NewTextFontFromPath (_ggb .Filename ,_deg ); +if _edea !=nil {_eec .Log .Debug ("c\u006f\u0075\u006c\u0064\u0020\u006eo\u0074\u0020\u006c\u006f\u0061\u0064\u0020\u0066\u006fn\u0074\u0020\u0066i\u006ce\u0020\u0025\u0073",_ggb .Filename );continue ;};_eec .Log .Debug ("\u0053\u0075\u0062\u0073\u0074\u0069t\u0075\u0074\u0069\u006e\u0067\u0020\u0066\u006f\u006e\u0074\u0020\u0025\u0073 \u0077\u0069\u0074\u0068\u0020\u0025\u0073 \u0028\u0025\u0073\u0029",_decb ,_ggb .Name ,_ggb .Filename ); +_gdc [_dccb ]=_ddb ;break ;};};if _ddb ==nil {_eec .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0063\u006f\u0075\u006c\u0064\u0020n\u006f\u0074\u0020\u0066\u0069\u006ed\u0020\u0061\u006e\u0079\u0020\u0073\u0075\u0069\u0074\u0061\u0062\u006c\u0065 \u0066\u006f\u006e\u0074"); +return _d .New ("\u0063\u006f\u0075\u006c\u0064\u0020\u006e\u006f\u0074\u0020\u0066\u0069\u006e\u0064\u0020a\u006ey\u0020\u0073\u0075\u0069\u0074\u0061\u0062\u006c\u0065\u0020\u0066\u006f\u006e\u0074");};_dcg .ProcTf (_ddb .WithSize (_deg ,_ggad ));case "\u0042\u004d\u0043","\u0042\u0044\u0043":case "\u0045\u004d\u0043":default:_eec .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0075\u006e\u0073u\u0070\u0070\u006f\u0072\u0074\u0065\u0064 \u006f\u0070\u0065\u0072\u0061\u006e\u0064\u003a\u0020\u0025\u0073",_gbe .Operand ); +};_ebe =_gbe ;return nil ;});_eece =_bfd .Process (_gdee );if _eece !=nil {return _eece ;};return nil ;};type renderer struct{_ff float64 };func _fbc (_cadd ,_eeed _f .Image )_f .Image {_dfeb ,_badb :=_eeed .Bounds ().Size (),_cadd .Bounds ().Size ();_bgcg ,_bbd :=_dfeb .X ,_dfeb .Y ; +if _badb .X > _bgcg {_bgcg =_badb .X ;};if _badb .Y > _bbd {_bbd =_badb .Y ;};_acf :=_f .Rect (0,0,_bgcg ,_bbd );if _dfeb .X !=_bgcg ||_dfeb .Y !=_bbd {_ddeg :=_f .NewRGBA (_acf );_ag .BiLinear .Scale (_ddeg ,_acf ,_cadd ,_eeed .Bounds (),_ag .Over ,nil ); +_eeed =_ddeg ;};if _badb .X !=_bgcg ||_badb .Y !=_bbd {_gdcg :=_f .NewRGBA (_acf );_ag .BiLinear .Scale (_gdcg ,_acf ,_cadd ,_cadd .Bounds (),_ag .Over ,nil );_cadd =_gdcg ;};_gff :=_f .NewRGBA (_acf );_ag .DrawMask (_gff ,_acf ,_cadd ,_f .Point {},_eeed ,_f .Point {},_ag .Over ); +return _gff ;};func _dafe (_bccg _gd .PdfObject ,_bfg _ba .Color )(_f .Image ,error ){_bbfce ,_fdg :=_gd .GetStream (_bccg );if !_fdg {return nil ,nil ;};_eded ,_addg :=_eeb .NewXObjectImageFromStream (_bbfce );if _addg !=nil {return nil ,_addg ;};_ebc ,_addg :=_eded .ToImage (); +if _addg !=nil {return nil ,_addg ;};return _aec (_ebc ,_bfg ),nil ;};func _aab (_gac _df .Gradient ,_fcd *_eeb .PdfFunctionType2 ,_cda _eeb .PdfColorspace ,_ddfd float64 ,_gdfg bool )(_df .Gradient ,error ){switch _cda .(type ){case *_eeb .PdfColorspaceDeviceRGB :if len (_fcd .C0 )!=3||len (_fcd .C1 )!=3{return nil ,_d .New ("\u0069\u006e\u0063\u006f\u0072\u0072\u0065\u0063\u0074\u0020\u0052\u0047\u0042\u0020\u0063o\u006co\u0072\u0020\u0061\u0072\u0072\u0061\u0079\u0020\u006c\u0065\u006e\u0067\u0074\u0068"); +};_gbfe :=_fcd .C0 ;_dgfb :=_fcd .C1 ;if _gdfg {_gac .AddColorStop (0.0,_ba .RGBA {R :uint8 (_gbfe [0]*255),G :uint8 (_gbfe [1]*255),B :uint8 (_gbfe [2]*255),A :255});};_gac .AddColorStop (_ddfd ,_ba .RGBA {R :uint8 (_dgfb [0]*255),G :uint8 (_dgfb [1]*255),B :uint8 (_dgfb [2]*255),A :255}); +case *_eeb .PdfColorspaceDeviceCMYK :if len (_fcd .C0 )!=4||len (_fcd .C1 )!=4{return nil ,_d .New ("\u0069\u006e\u0063\u006f\u0072\u0072e\u0063\u0074\u0020\u0043\u004d\u0059\u004b\u0020\u0063\u006f\u006c\u006f\u0072 \u0061\u0072\u0072\u0061\u0079\u0020\u006ce\u006e\u0067\u0074\u0068"); +};_bcc :=_fcd .C0 ;_dcac :=_fcd .C1 ;if _gdfg {_gac .AddColorStop (0.0,_ba .CMYK {C :uint8 (_bcc [0]*255),M :uint8 (_bcc [1]*255),Y :uint8 (_bcc [2]*255),K :uint8 (_bcc [3]*255)});};_gac .AddColorStop (_ddfd ,_ba .CMYK {C :uint8 (_dcac [0]*255),M :uint8 (_dcac [1]*255),Y :uint8 (_dcac [2]*255),K :uint8 (_dcac [3]*255)}); +default:return nil ,_fe .Errorf ("u\u006e\u0073\u0075\u0070\u0070\u006fr\u0074\u0065\u0064\u0020\u0063\u006f\u006c\u006f\u0072 \u0073\u0070\u0061c\u0065:\u0020\u0025\u0073",_cda .String ());};return _gac ,nil ;}; // RenderToPath converts the specified PDF page into an image and saves the // result at the specified location. -func (_gad *ImageDevice )RenderToPath (page *_dc .PdfPage ,outputPath string )error {_cec ,_bfd :=_gad .Render (page );if _bfd !=nil {return _bfd ;};_aad :=_ec .ToLower (_f .Ext (outputPath ));if _aad ==""{return _e .New ("\u0063\u006ful\u0064\u0020\u006eo\u0074\u0020\u0072\u0065cog\u006eiz\u0065\u0020\u006f\u0075\u0074\u0070\u0075t \u0066\u0069\u006c\u0065\u0020\u0074\u0079p\u0065"); -};switch _aad {case "\u002e\u0070\u006e\u0067":return _cba (outputPath ,_cec );case "\u002e\u006a\u0070\u0067","\u002e\u006a\u0070e\u0067":return _gcc (outputPath ,_cec ,100);};return _bbe .Errorf ("\u0075\u006e\u0072\u0065\u0063\u006fg\u006e\u0069\u007a\u0065\u0064\u0020\u006f\u0075\u0074\u0070\u0075\u0074\u0020f\u0069\u006c\u0065\u0020\u0074\u0079\u0070e\u003a\u0020\u0025\u0073",_aad ); -};func _gbb (_gdg _ad .Gradient ,_fbec *_dc .PdfFunctionType3 ,_fcd _dc .PdfColorspace ,_gag []float64 )(_ad .Gradient ,error ){var _egd error ;for _efb :=0;_efb < len (_fbec .Functions );_efb ++{if _gdff ,_abc :=_fbec .Functions [_efb ].(*_dc .PdfFunctionType2 ); -_abc {_gdg ,_egd =_dad (_gdg ,_gdff ,_fcd ,_gag [_efb +1],_efb ==0);if _egd !=nil {return nil ,_egd ;};};};return _gdg ,nil ;};func (_gg renderer )renderPage (_fgc _ad .Context ,_ac *_dc .PdfPage ,_bdc _fae .Matrix ,_ebg bool )error {if !_ebg {_gce :=_dc .FieldFlattenOpts {AnnotFilterFunc :func (_cge *_dc .PdfAnnotation )bool {switch _cge .GetContext ().(type ){case *_dc .PdfAnnotationLine :return true ; -case *_dc .PdfAnnotationSquare :return true ;case *_dc .PdfAnnotationCircle :return true ;case *_dc .PdfAnnotationPolygon :return true ;case *_dc .PdfAnnotationPolyLine :return true ;};return false ;}};_ea :=_bf .FieldAppearance {};_ff :=_ac .FlattenFieldsWithOpts (_ea ,&_gce ); -if _ff !=nil {_fa .Log .Debug ("\u0045\u0072r\u006f\u0072\u0020\u0064u\u0072\u0069n\u0067\u0020\u0061\u006e\u006e\u006f\u0074\u0061t\u0069\u006f\u006e\u0020\u0066\u006c\u0061\u0074\u0074\u0065\u006e\u0069n\u0067\u0020\u0025\u0076",_ff );};};_aaf ,_abg :=_ac .GetAllContentStreams (); -if _abg !=nil {return _abg ;};if _fb :=_bdc ;!_fb .Identity (){_aaf =_bbe .Sprintf ("%\u002e\u0032\u0066\u0020\u0025\u002e2\u0066\u0020\u0025\u002e\u0032\u0066 \u0025\u002e\u0032\u0066\u0020\u0025\u002e2\u0066\u0020\u0025\u002e\u0032\u0066\u0020\u0063\u006d\u0020%\u0073",_fb [0],_fb [1],_fb [3],_fb [4],_fb [6],_fb [7],_aaf ); -};_fgc .Translate (0,float64 (_fgc .Height ()));_fgc .Scale (1,-1);_fgc .Push ();_fgc .SetRGBA (1,1,1,1);_fgc .DrawRectangle (0,0,float64 (_fgc .Width ()),float64 (_fgc .Height ()));_fgc .Fill ();_fgc .Pop ();_fgc .SetLineWidth (1.0);_fgc .SetRGBA (0,0,0,1); -return _gg .renderContentStream (_fgc ,_aaf ,_ac .Resources );};func (_ebb renderer )renderContentStream (_ffe _ad .Context ,_faee string ,_bac *_dc .PdfPageResources )error {_cbg ,_aabb :=_aa .NewContentStreamParser (_faee ).Parse ();if _aabb !=nil {return _aabb ; -};_bgf :=_ffe .TextState ();_bgf .GlobalScale =_ebb ._aab ;_fbf :=map[string ]*_ad .TextFont {};_de :=_bd .NewFinder (&_bd .FinderOpts {Extensions :[]string {"\u002e\u0074\u0074\u0066","\u002e\u0074\u0074\u0063"}});var _ged *_aa .ContentStreamOperation ; -_ecb :=_aa .NewContentStreamProcessor (*_cbg );_ecb .AddHandler (_aa .HandlerConditionEnumAllOperands ,"",func (_bbf *_aa .ContentStreamOperation ,_cc _aa .GraphicsState ,_ade *_dc .PdfPageResources )error {_fa .Log .Debug ("\u0050\u0072\u006f\u0063\u0065\u0073\u0073\u0069\u006e\u0067\u0020\u0025\u0073",_bbf .Operand ); -switch _bbf .Operand {case "\u0071":_ffe .Push ();case "\u0051":_ffe .Pop ();_bgf =_ffe .TextState ();case "\u0063\u006d":if len (_bbf .Params )!=6{return _da ;};_fdg ,_cgg :=_dg .GetNumbersAsFloat (_bbf .Params );if _cgg !=nil {return _cgg ;};_abd :=_fae .NewMatrix (_fdg [0],_fdg [1],_fdg [2],_fdg [3],_fdg [4],_fdg [5]); -_fa .Log .Debug ("\u0047\u0072\u0061\u0070\u0068\u0069\u0063\u0073\u0020\u0073\u0074a\u0074\u0065\u0020\u006d\u0061\u0074\u0072\u0069\u0078\u003a \u0025\u002b\u0076",_abd );_ffe .SetMatrix (_ffe .Matrix ().Mult (_abd ));case "\u0077":if len (_bbf .Params )!=1{return _da ; -};_gcb ,_dcf :=_dg .GetNumbersAsFloat (_bbf .Params );if _dcf !=nil {return _dcf ;};_ffe .SetLineWidth (_gcb [0]);case "\u004a":if len (_bbf .Params )!=1{return _da ;};_cdc ,_fbe :=_dg .GetIntVal (_bbf .Params [0]);if !_fbe {return _ca ;};switch _cdc {case 0:_ffe .SetLineCap (_ad .LineCapButt ); -case 1:_ffe .SetLineCap (_ad .LineCapRound );case 2:_ffe .SetLineCap (_ad .LineCapSquare );default:_fa .Log .Debug ("\u0049\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u006c\u0069\u006ee\u0020\u0063\u0061\u0070\u0020\u0073\u0074\u0079\u006c\u0065:\u0020\u0025\u0064",_cdc ); -return _da ;};case "\u006a":if len (_bbf .Params )!=1{return _da ;};_dd ,_fafe :=_dg .GetIntVal (_bbf .Params [0]);if !_fafe {return _ca ;};switch _dd {case 0:_ffe .SetLineJoin (_ad .LineJoinBevel );case 1:_ffe .SetLineJoin (_ad .LineJoinRound );case 2:_ffe .SetLineJoin (_ad .LineJoinBevel ); -default:_fa .Log .Debug ("I\u006e\u0076\u0061\u006c\u0069\u0064 \u006c\u0069\u006e\u0065\u0020\u006a\u006f\u0069\u006e \u0073\u0074\u0079l\u0065:\u0020\u0025\u0064",_dd );return _da ;};case "\u004d":if len (_bbf .Params )!=1{return _da ;};_ecec ,_cf :=_dg .GetNumbersAsFloat (_bbf .Params ); -if _cf !=nil {return _cf ;};_ =_ecec ;_fa .Log .Debug ("\u004di\u0074\u0065\u0072\u0020l\u0069\u006d\u0069\u0074\u0020n\u006ft\u0020s\u0075\u0070\u0070\u006f\u0072\u0074\u0065d");case "\u0064":if len (_bbf .Params )!=2{return _da ;};_afd ,_fgcb :=_dg .GetArray (_bbf .Params [0]); -if !_fgcb {return _ca ;};_adc ,_fgcb :=_dg .GetIntVal (_bbf .Params [1]);if !_fgcb {_ ,_ee :=_dg .GetFloatVal (_bbf .Params [1]);if !_ee {return _ca ;};};_ag ,_bgg :=_dg .GetNumbersAsFloat (_afd .Elements ());if _bgg !=nil {return _bgg ;};_ffe .SetDash (_ag ...); -_ =_adc ;_fa .Log .Debug ("\u004c\u0069n\u0065\u0020\u0064\u0061\u0073\u0068\u0020\u0070\u0068\u0061\u0073\u0065\u0020\u006e\u006f\u0074\u0020\u0073\u0075\u0070\u0070\u006frt\u0065\u0064");case "\u0072\u0069":_fa .Log .Debug ("\u0052\u0065\u006e\u0064\u0065\u0072\u0069\u006e\u0067\u0020i\u006e\u0074\u0065\u006e\u0074\u0020\u006eo\u0074\u0020\u0073\u0075\u0070\u0070\u006f\u0072\u0074\u0065\u0064"); -case "\u0069":_fa .Log .Debug ("\u0046\u006c\u0061\u0074\u006e\u0065\u0073\u0073\u0020\u0074\u006f\u006c\u0065\u0072\u0061n\u0063e\u0020\u006e\u006f\u0074\u0020\u0073\u0075\u0070\u0070\u006f\u0072\u0074\u0065\u0064");case "\u0067\u0073":if len (_bbf .Params )!=1{return _da ; -};_fbd ,_eda :=_dg .GetName (_bbf .Params [0]);if !_eda {return _ca ;};if _fbd ==nil {return _da ;};_bfc ,_eda :=_ade .GetExtGState (*_fbd );if !_eda {_fa .Log .Debug ("\u0045\u0052\u0052OR\u003a\u0020\u0063\u006f\u0075\u006c\u0064\u0020\u006eo\u0074 \u0066i\u006ed\u0020\u0072\u0065\u0073\u006f\u0075\u0072\u0063\u0065\u003a\u0020\u0025\u0073",*_fbd ); -return _e .New ("\u0072e\u0073o\u0075\u0072\u0063\u0065\u0020n\u006f\u0074 \u0066\u006f\u0075\u006e\u0064");};_ecbf ,_eda :=_dg .GetDict (_bfc );if !_eda {_fa .Log .Debug ("\u0045\u0052RO\u0052\u003a\u0020c\u006f\u0075\u006c\u0064 ge\u0074 g\u0072\u0061\u0070\u0068\u0069\u0063\u0073 s\u0074\u0061\u0074\u0065\u0020\u0064\u0069c\u0074"); -return _ca ;};_fa .Log .Debug ("G\u0053\u0020\u0064\u0069\u0063\u0074\u003a\u0020\u0025\u0073",_ecbf .String ());_cdb :=_ecbf .Get ("\u0063\u0061");if _cdb !=nil {_fc ,_dge :=_dg .GetNumberAsFloat (_cdb );if _dge ==nil {_ebf ,_ace :=_cc .ColorspaceNonStroking .ColorToRGB (_cc .ColorNonStroking ); -if _ace !=nil {_fa .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0063\u006f\u006e\u0076\u0065r\u0074\u0069\u006e\u0067\u0020\u0063\u006f\u006c\u006f\u0072:\u0020\u0025\u0076",_ace );return _ace ;};_dgd ,_bgd :=_ebf .(*_dc .PdfColorDeviceRGB );if !_bgd {_fa .Log .Debug ("\u0045\u0072\u0072\u006fr \u0063\u006f\u006e\u0076\u0065\u0072\u0074\u0069\u006e\u0067\u0020\u0063\u006f\u006co\u0072"); -return _ace ;};_ffe .SetFillRGBA (_dgd .R (),_dgd .G (),_dgd .B (),_fc );};};case "\u006d":if len (_bbf .Params )!=2{_fa .Log .Debug ("\u0057\u0041\u0052\u004e\u003a\u0020\u0065\u0072\u0072o\u0072\u0020\u0077\u0068\u0069\u006c\u0065\u0020\u0070\u0072\u006f\u0063\u0065\u0073\u0073\u0069\u006e\u0067\u0020\u0060\u006d\u0060\u0020o\u0070\u0065r\u0061\u0074o\u0072\u003a\u0020\u0025\u0073\u002e\u0020\u004f\u0075\u0074\u0070\u0075\u0074 m\u0061\u0079\u0020\u0062\u0065\u0020\u0069\u006e\u0063o\u0072\u0072\u0065\u0063\u0074\u002e",_da ); -return nil ;};_aed ,_afg :=_dg .GetNumbersAsFloat (_bbf .Params );if _afg !=nil {return _afg ;};_fa .Log .Debug ("M\u006f\u0076\u0065\u0020\u0074\u006f\u003a\u0020\u0025\u0076",_aed );_ffe .NewSubPath ();_ffe .MoveTo (_aed [0],_aed [1]);case "\u006c":if len (_bbf .Params )!=2{_fa .Log .Debug ("\u0057\u0041\u0052\u004e\u003a\u0020\u0065\u0072\u0072o\u0072\u0020\u0077\u0068\u0069\u006c\u0065\u0020\u0070\u0072\u006f\u0063\u0065\u0073\u0073\u0069\u006e\u0067\u0020\u0060\u006c\u0060\u0020o\u0070\u0065r\u0061\u0074o\u0072\u003a\u0020\u0025\u0073\u002e\u0020\u004f\u0075\u0074\u0070\u0075\u0074 m\u0061\u0079\u0020\u0062\u0065\u0020\u0069\u006e\u0063o\u0072\u0072\u0065\u0063\u0074\u002e",_da ); -return nil ;};_age ,_gca :=_dg .GetNumbersAsFloat (_bbf .Params );if _gca !=nil {return _gca ;};_ffe .LineTo (_age [0],_age [1]);case "\u0063":if len (_bbf .Params )!=6{return _da ;};_be ,_fbg :=_dg .GetNumbersAsFloat (_bbf .Params );if _fbg !=nil {return _fbg ; -};_fa .Log .Debug ("\u0043u\u0062\u0069\u0063\u0020\u0062\u0065\u007a\u0069\u0065\u0072\u0020p\u0061\u0072\u0061\u006d\u0073\u003a\u0020\u0025\u002b\u0076",_be );_ffe .CubicTo (_be [0],_be [1],_be [2],_be [3],_be [4],_be [5]);case "\u0076","\u0079":if len (_bbf .Params )!=4{return _da ; -};_faef ,_dae :=_dg .GetNumbersAsFloat (_bbf .Params );if _dae !=nil {return _dae ;};_fa .Log .Debug ("\u0043u\u0062\u0069\u0063\u0020\u0062\u0065\u007a\u0069\u0065\u0072\u0020p\u0061\u0072\u0061\u006d\u0073\u003a\u0020\u0025\u002b\u0076",_faef );_ffe .QuadraticTo (_faef [0],_faef [1],_faef [2],_faef [3]); -case "\u0068":_ffe .ClosePath ();_ffe .NewSubPath ();case "\u0072\u0065":if len (_bbf .Params )!=4{return _da ;};_aabe ,_ggf :=_dg .GetNumbersAsFloat (_bbf .Params );if _ggf !=nil {return _ggf ;};_ffe .DrawRectangle (_aabe [0],_aabe [1],_aabe [2],_aabe [3]); -_ffe .NewSubPath ();case "\u0053":_bfb ,_gddc :=_cc .ColorspaceStroking .ColorToRGB (_cc .ColorStroking );if _gddc !=nil {_fa .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0063\u006f\u006e\u0076\u0065r\u0074\u0069\u006e\u0067\u0020\u0063\u006f\u006c\u006f\u0072:\u0020\u0025\u0076",_gddc ); -return _gddc ;};_ebd ,_gec :=_bfb .(*_dc .PdfColorDeviceRGB );if !_gec {_fa .Log .Debug ("\u0045\u0072\u0072\u006fr \u0063\u006f\u006e\u0076\u0065\u0072\u0074\u0069\u006e\u0067\u0020\u0063\u006f\u006co\u0072");return _gddc ;};_ffe .SetRGBA (_ebd .R (),_ebd .G (),_ebd .B (),1); -_ffe .Stroke ();case "\u0073":_edc ,_acc :=_cc .ColorspaceStroking .ColorToRGB (_cc .ColorStroking );if _acc !=nil {_fa .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0063\u006f\u006e\u0076\u0065r\u0074\u0069\u006e\u0067\u0020\u0063\u006f\u006c\u006f\u0072:\u0020\u0025\u0076",_acc ); -return _acc ;};_bbd ,_gef :=_edc .(*_dc .PdfColorDeviceRGB );if !_gef {_fa .Log .Debug ("\u0045\u0072\u0072\u006fr \u0063\u006f\u006e\u0076\u0065\u0072\u0074\u0069\u006e\u0067\u0020\u0063\u006f\u006co\u0072");return _acc ;};_ffe .ClosePath ();_ffe .NewSubPath (); -_ffe .SetRGBA (_bbd .R (),_bbd .G (),_bbd .B (),1);_ffe .Stroke ();case "\u0066","\u0046":_eea ,_bcd :=_cc .ColorspaceNonStroking .ColorToRGB (_cc .ColorNonStroking );if _bcd !=nil {_fa .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0063\u006f\u006e\u0076\u0065r\u0074\u0069\u006e\u0067\u0020\u0063\u006f\u006c\u006f\u0072:\u0020\u0025\u0076",_bcd ); -return _bcd ;};switch _fbfc :=_eea .(type ){case *_dc .PdfColorDeviceRGB :_ffe .SetRGBA (_fbfc .R (),_fbfc .G (),_fbfc .B (),1);_ffe .SetFillRule (_ad .FillRuleWinding );_ffe .Fill ();case *_dc .PdfColorPattern :_ffe .Fill ();};_fa .Log .Debug ("\u0045\u0072\u0072\u006fr \u0063\u006f\u006e\u0076\u0065\u0072\u0074\u0069\u006e\u0067\u0020\u0063\u006f\u006co\u0072"); -case "\u0066\u002a":_aaa ,_bce :=_cc .ColorspaceNonStroking .ColorToRGB (_cc .ColorNonStroking );if _bce !=nil {_fa .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0063\u006f\u006e\u0076\u0065r\u0074\u0069\u006e\u0067\u0020\u0063\u006f\u006c\u006f\u0072:\u0020\u0025\u0076",_bce ); -return _bce ;};_gea ,_bcef :=_aaa .(*_dc .PdfColorDeviceRGB );if !_bcef {_fa .Log .Debug ("\u0045\u0072\u0072\u006fr \u0063\u006f\u006e\u0076\u0065\u0072\u0074\u0069\u006e\u0067\u0020\u0063\u006f\u006co\u0072");return _bce ;};_ffe .SetRGBA (_gea .R (),_gea .G (),_gea .B (),1); -_ffe .SetFillRule (_ad .FillRuleEvenOdd );_ffe .Fill ();case "\u0042":_bgb ,_cggd :=_cc .ColorspaceNonStroking .ColorToRGB (_cc .ColorNonStroking );if _cggd !=nil {_fa .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0063\u006f\u006e\u0076\u0065r\u0074\u0069\u006e\u0067\u0020\u0063\u006f\u006c\u006f\u0072:\u0020\u0025\u0076",_cggd ); -return _cggd ;};switch _gdb :=_bgb .(type ){case *_dc .PdfColorDeviceRGB :_ffe .SetRGBA (_gdb .R (),_gdb .G (),_gdb .B (),1);_ffe .SetFillRule (_ad .FillRuleWinding );_ffe .FillPreserve ();_bgb ,_cggd =_cc .ColorspaceStroking .ColorToRGB (_cc .ColorStroking ); -if _cggd !=nil {_fa .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0063\u006f\u006e\u0076\u0065r\u0074\u0069\u006e\u0067\u0020\u0063\u006f\u006c\u006f\u0072:\u0020\u0025\u0076",_cggd );return _cggd ;};if _cdf ,_dfb :=_bgb .(*_dc .PdfColorDeviceRGB ); -_dfb {_ffe .SetRGBA (_cdf .R (),_cdf .G (),_cdf .B (),1);_ffe .Stroke ();};case *_dc .PdfColorPattern :_ffe .SetFillRule (_ad .FillRuleWinding );_ffe .Fill ();_ffe .StrokePattern ();};case "\u0042\u002a":_fca ,_feb :=_cc .ColorspaceNonStroking .ColorToRGB (_cc .ColorNonStroking ); -if _feb !=nil {_fa .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0063\u006f\u006e\u0076\u0065r\u0074\u0069\u006e\u0067\u0020\u0063\u006f\u006c\u006f\u0072:\u0020\u0025\u0076",_feb );return _feb ;};switch _add :=_fca .(type ){case *_dc .PdfColorDeviceRGB :_ffe .SetRGBA (_add .R (),_add .G (),_add .B (),1); -_ffe .SetFillRule (_ad .FillRuleEvenOdd );_ffe .FillPreserve ();_fca ,_feb =_cc .ColorspaceStroking .ColorToRGB (_cc .ColorStroking );if _feb !=nil {_fa .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0063\u006f\u006e\u0076\u0065r\u0074\u0069\u006e\u0067\u0020\u0063\u006f\u006c\u006f\u0072:\u0020\u0025\u0076",_feb ); -return _feb ;};if _bcde ,_acd :=_fca .(*_dc .PdfColorDeviceRGB );_acd {_ffe .SetRGBA (_bcde .R (),_bcde .G (),_bcde .B (),1);_ffe .Stroke ();};case *_dc .PdfColorPattern :_ffe .SetFillRule (_ad .FillRuleEvenOdd );_ffe .Fill ();_ffe .StrokePattern ();}; -case "\u0062":_ffe .ClosePath ();_adcc ,_cfe :=_cc .ColorspaceNonStroking .ColorToRGB (_cc .ColorNonStroking );if _cfe !=nil {_fa .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0063\u006f\u006e\u0076\u0065r\u0074\u0069\u006e\u0067\u0020\u0063\u006f\u006c\u006f\u0072:\u0020\u0025\u0076",_cfe ); -return _cfe ;};switch _dcfg :=_adcc .(type ){case *_dc .PdfColorDeviceRGB :_ffe .SetRGBA (_dcfg .R (),_dcfg .G (),_dcfg .B (),1);_ffe .NewSubPath ();_ffe .SetFillRule (_ad .FillRuleWinding );_ffe .FillPreserve ();_adcc ,_cfe =_cc .ColorspaceStroking .ColorToRGB (_cc .ColorStroking ); -if _cfe !=nil {_fa .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0063\u006f\u006e\u0076\u0065r\u0074\u0069\u006e\u0067\u0020\u0063\u006f\u006c\u006f\u0072:\u0020\u0025\u0076",_cfe );return _cfe ;};if _aec ,_geaa :=_adcc .(*_dc .PdfColorDeviceRGB ); -_geaa {_ffe .SetRGBA (_aec .R (),_aec .G (),_aec .B (),1);_ffe .Stroke ();};case *_dc .PdfColorPattern :_ffe .NewSubPath ();_ffe .SetFillRule (_ad .FillRuleWinding );_ffe .Fill ();_ffe .StrokePattern ();};case "\u0062\u002a":_ffe .ClosePath ();_cfd ,_gcd :=_cc .ColorspaceNonStroking .ColorToRGB (_cc .ColorNonStroking ); -if _gcd !=nil {_fa .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0063\u006f\u006e\u0076\u0065r\u0074\u0069\u006e\u0067\u0020\u0063\u006f\u006c\u006f\u0072:\u0020\u0025\u0076",_gcd );return _gcd ;};switch _cad :=_cfd .(type ){case *_dc .PdfColorDeviceRGB :_ffe .SetRGBA (_cad .R (),_cad .G (),_cad .B (),1); -_ffe .NewSubPath ();_ffe .SetFillRule (_ad .FillRuleEvenOdd );_ffe .FillPreserve ();_cfd ,_gcd =_cc .ColorspaceStroking .ColorToRGB (_cc .ColorStroking );if _gcd !=nil {_fa .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0063\u006f\u006e\u0076\u0065r\u0074\u0069\u006e\u0067\u0020\u0063\u006f\u006c\u006f\u0072:\u0020\u0025\u0076",_gcd ); -return _gcd ;};if _ege ,_dce :=_cfd .(*_dc .PdfColorDeviceRGB );_dce {_ffe .SetRGBA (_ege .R (),_ege .G (),_ege .B (),1);_ffe .Stroke ();};case *_dc .PdfColorPattern :_ffe .NewSubPath ();_ffe .SetFillRule (_ad .FillRuleEvenOdd );_ffe .Fill ();_ffe .StrokePattern (); -};case "\u006e":_ffe .ClearPath ();case "\u0057":_ffe .SetFillRule (_ad .FillRuleWinding );_ffe .ClipPreserve ();case "\u0057\u002a":_ffe .SetFillRule (_ad .FillRuleEvenOdd );_ffe .ClipPreserve ();case "\u0072\u0067":_fga ,_dfbc :=_cc .ColorNonStroking .(*_dc .PdfColorDeviceRGB ); -if !_dfbc {_fa .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0063\u006f\u006e\u0076\u0065r\u0074\u0069\u006e\u0067\u0020\u0063\u006f\u006c\u006f\u0072:\u0020\u0025\u0076",_cc .ColorNonStroking );return nil ;};_ffe .SetFillRGBA (_fga .R (),_fga .G (),_fga .B (),1); -case "\u0052\u0047":_cdcb ,_fdf :=_cc .ColorStroking .(*_dc .PdfColorDeviceRGB );if !_fdf {_fa .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0063\u006f\u006e\u0076\u0065r\u0074\u0069\u006e\u0067\u0020\u0063\u006f\u006c\u006f\u0072:\u0020\u0025\u0076",_cc .ColorStroking ); -return nil ;};_ffe .SetStrokeRGBA (_cdcb .R (),_cdcb .G (),_cdcb .B (),1);case "\u006b":_bbed ,_eeaa :=_cc .ColorNonStroking .(*_dc .PdfColorDeviceCMYK );if !_eeaa {_fa .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0063\u006f\u006e\u0076\u0065r\u0074\u0069\u006e\u0067\u0020\u0063\u006f\u006c\u006f\u0072:\u0020\u0025\u0076",_cc .ColorNonStroking ); -return nil ;};_ecf ,_bef :=_cc .ColorspaceNonStroking .ColorToRGB (_bbed );if _bef !=nil {_fa .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0063\u006f\u006e\u0076\u0065r\u0074\u0069\u006e\u0067\u0020\u0063\u006f\u006c\u006f\u0072:\u0020\u0025\u0076",_cc .ColorNonStroking ); -return nil ;};_ffg ,_eeaa :=_ecf .(*_dc .PdfColorDeviceRGB );if !_eeaa {_fa .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0063\u006f\u006e\u0076\u0065r\u0074\u0069\u006e\u0067\u0020\u0063\u006f\u006c\u006f\u0072:\u0020\u0025\u0076",_ecf );return nil ; -};_ffe .SetFillRGBA (_ffg .R (),_ffg .G (),_ffg .B (),1);case "\u004b":_befe ,_dggc :=_cc .ColorStroking .(*_dc .PdfColorDeviceCMYK );if !_dggc {_fa .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0063\u006f\u006e\u0076\u0065r\u0074\u0069\u006e\u0067\u0020\u0063\u006f\u006c\u006f\u0072:\u0020\u0025\u0076",_cc .ColorStroking ); -return nil ;};_fbb ,_afda :=_cc .ColorspaceStroking .ColorToRGB (_befe );if _afda !=nil {_fa .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0063\u006f\u006e\u0076\u0065r\u0074\u0069\u006e\u0067\u0020\u0063\u006f\u006c\u006f\u0072:\u0020\u0025\u0076",_cc .ColorStroking ); -return nil ;};_deg ,_dggc :=_fbb .(*_dc .PdfColorDeviceRGB );if !_dggc {_fa .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0063\u006f\u006e\u0076\u0065r\u0074\u0069\u006e\u0067\u0020\u0063\u006f\u006c\u006f\u0072:\u0020\u0025\u0076",_fbb );return nil ; -};_ffe .SetStrokeRGBA (_deg .R (),_deg .G (),_deg .B (),1);case "\u0067":_eeg ,_dda :=_cc .ColorNonStroking .(*_dc .PdfColorDeviceGray );if !_dda {_fa .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0063\u006f\u006e\u0076\u0065r\u0074\u0069\u006e\u0067\u0020\u0063\u006f\u006c\u006f\u0072:\u0020\u0025\u0076",_cc .ColorNonStroking ); -return nil ;};_efd ,_bfdb :=_cc .ColorspaceNonStroking .ColorToRGB (_eeg );if _bfdb !=nil {_fa .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0063\u006f\u006e\u0076\u0065r\u0074\u0069\u006e\u0067\u0020\u0063\u006f\u006c\u006f\u0072:\u0020\u0025\u0076",_cc .ColorNonStroking ); -return nil ;};_abdf ,_dda :=_efd .(*_dc .PdfColorDeviceRGB );if !_dda {_fa .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0063\u006f\u006e\u0076\u0065r\u0074\u0069\u006e\u0067\u0020\u0063\u006f\u006c\u006f\u0072:\u0020\u0025\u0076",_efd );return nil ; -};_ffe .SetFillRGBA (_abdf .R (),_abdf .G (),_abdf .B (),1);case "\u0047":_fdga ,_dcd :=_cc .ColorStroking .(*_dc .PdfColorDeviceGray );if !_dcd {_fa .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0063\u006f\u006e\u0076\u0065r\u0074\u0069\u006e\u0067\u0020\u0063\u006f\u006c\u006f\u0072:\u0020\u0025\u0076",_cc .ColorStroking ); -return nil ;};_bdd ,_adb :=_cc .ColorspaceStroking .ColorToRGB (_fdga );if _adb !=nil {_fa .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0063\u006f\u006e\u0076\u0065r\u0074\u0069\u006e\u0067\u0020\u0063\u006f\u006c\u006f\u0072:\u0020\u0025\u0076",_cc .ColorStroking ); -return nil ;};_egeb ,_dcd :=_bdd .(*_dc .PdfColorDeviceRGB );if !_dcd {_fa .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0063\u006f\u006e\u0076\u0065r\u0074\u0069\u006e\u0067\u0020\u0063\u006f\u006c\u006f\u0072:\u0020\u0025\u0076",_bdd );return nil ; -};_ffe .SetStrokeRGBA (_egeb .R (),_egeb .G (),_egeb .B (),1);case "\u0063\u0073":if len (_bbf .Params )> 0{if _cgb ,_bgc :=_dg .GetName (_bbf .Params [0]);_bgc &&_cgb .String ()=="\u0050a\u0074\u0074\u0065\u0072\u006e"{break ;};};_fgd ,_dgaf :=_cc .ColorspaceNonStroking .ColorToRGB (_cc .ColorNonStroking ); -if _dgaf !=nil {_fa .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0063\u006f\u006e\u0076\u0065r\u0074\u0069\u006e\u0067\u0020\u0063\u006f\u006c\u006f\u0072:\u0020\u0025\u0076",_cc .ColorNonStroking );return nil ;};_cbe ,_fdb :=_fgd .(*_dc .PdfColorDeviceRGB ); -if !_fdb {_fa .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0063\u006f\u006e\u0076\u0065r\u0074\u0069\u006e\u0067\u0020\u0063\u006f\u006c\u006f\u0072:\u0020\u0025\u0076",_fgd );return nil ;};_ffe .SetFillRGBA (_cbe .R (),_cbe .G (),_cbe .B (),1); -case "\u0073\u0063":_dfc ,_fec :=_cc .ColorspaceNonStroking .ColorToRGB (_cc .ColorNonStroking );if _fec !=nil {_fa .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0063\u006f\u006e\u0076\u0065r\u0074\u0069\u006e\u0067\u0020\u0063\u006f\u006c\u006f\u0072:\u0020\u0025\u0076",_cc .ColorNonStroking ); -return nil ;};_dab ,_agee :=_dfc .(*_dc .PdfColorDeviceRGB );if !_agee {_fa .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0063\u006f\u006e\u0076\u0065r\u0074\u0069\u006e\u0067\u0020\u0063\u006f\u006c\u006f\u0072:\u0020\u0025\u0076",_dfc );return nil ; -};_ffe .SetFillRGBA (_dab .R (),_dab .G (),_dab .B (),1);case "\u0073\u0063\u006e":if len (_bbf .Params )> 0&&len (_ged .Params )> 0{if _dggg ,_efde :=_dg .GetName (_ged .Params [0]);_efde &&_dggg .String ()=="\u0050a\u0074\u0074\u0065\u0072\u006e"{if _cgc ,_efe :=_dg .GetName (_bbf .Params [0]); -_efe {_bea ,_gb :=_ebb .processGradient (_ffe ,_bbf ,_ade ,_cgc );if _gb !=nil {_fa .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0077\u0068\u0065\u006e\u0020\u0070\u0072o\u0063\u0065\u0073\u0073\u0069\u006eg\u0020\u0067\u0072\u0061\u0064\u0069\u0065\u006e\u0074\u0020\u0064\u0061\u0074a\u003a\u0020\u0025\u0076",_gb ); -break ;};if _bea ==nil {_fa .Log .Debug ("\u0055\u006ek\u006e\u006f\u0077n\u0020\u0067\u0072\u0061\u0064\u0069\u0065\u006e\u0074");break ;};_ffe .SetFillStyle (_bea );_ffe .SetStrokeStyle (_bea );break ;};};};_eag ,_egc :=_cc .ColorspaceNonStroking .ColorToRGB (_cc .ColorNonStroking ); -if _egc !=nil {_fa .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0063\u006f\u006e\u0076\u0065r\u0074\u0069\u006e\u0067\u0020\u0063\u006f\u006c\u006f\u0072:\u0020\u0025\u0076",_cc .ColorNonStroking );return nil ;};_gf ,_dgb :=_eag .(*_dc .PdfColorDeviceRGB ); -if !_dgb {_fa .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0063\u006f\u006e\u0076\u0065r\u0074\u0069\u006e\u0067\u0020\u0063\u006f\u006c\u006f\u0072:\u0020\u0025\u0076",_eag );return nil ;};_ffe .SetFillRGBA (_gf .R (),_gf .G (),_gf .B (),1);case "\u0043\u0053":if len (_bbf .Params )> 0{if _fee ,_acb :=_dg .GetName (_bbf .Params [0]); -_acb &&_fee .String ()=="\u0050a\u0074\u0074\u0065\u0072\u006e"{break ;};};_caf ,_ecg :=_cc .ColorspaceStroking .ColorToRGB (_cc .ColorStroking );if _ecg !=nil {_fa .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0063\u006f\u006e\u0076\u0065r\u0074\u0069\u006e\u0067\u0020\u0063\u006f\u006c\u006f\u0072:\u0020\u0025\u0076",_cc .ColorStroking ); -return nil ;};_afe ,_gda :=_caf .(*_dc .PdfColorDeviceRGB );if !_gda {_fa .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0063\u006f\u006e\u0076\u0065r\u0074\u0069\u006e\u0067\u0020\u0063\u006f\u006c\u006f\u0072:\u0020\u0025\u0076",_caf );return nil ; -};_ffe .SetStrokeRGBA (_afe .R (),_afe .G (),_afe .B (),1);case "\u0053\u0043":_fda ,_ede :=_cc .ColorspaceStroking .ColorToRGB (_cc .ColorStroking );if _ede !=nil {_fa .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0063\u006f\u006e\u0076\u0065r\u0074\u0069\u006e\u0067\u0020\u0063\u006f\u006c\u006f\u0072:\u0020\u0025\u0076",_cc .ColorStroking ); -return nil ;};_dff ,_ddab :=_fda .(*_dc .PdfColorDeviceRGB );if !_ddab {_fa .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0063\u006f\u006e\u0076\u0065r\u0074\u0069\u006e\u0067\u0020\u0063\u006f\u006c\u006f\u0072:\u0020\u0025\u0076",_fda );return nil ; -};_ffe .SetStrokeRGBA (_dff .R (),_dff .G (),_dff .B (),1);case "\u0053\u0043\u004e":if len (_bbf .Params )> 0&&len (_ged .Params )> 0{if _dfa ,_gfd :=_dg .GetName (_ged .Params [0]);_gfd &&_dfa .String ()=="\u0050a\u0074\u0074\u0065\u0072\u006e"{if _gga ,_afga :=_dg .GetName (_bbf .Params [0]); -_afga {_fcf ,_gac :=_ebb .processGradient (_ffe ,_bbf ,_ade ,_gga );if _gac !=nil {_fa .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0077\u0068\u0065\u006e\u0020\u0070\u0072o\u0063\u0065\u0073\u0073\u0069\u006eg\u0020\u0067\u0072\u0061\u0064\u0069\u0065\u006e\u0074\u0020\u0064\u0061\u0074a\u003a\u0020\u0025\u0076",_gac ); -break ;};if _fcf ==nil {_fa .Log .Debug ("\u0055\u006ek\u006e\u006f\u0077n\u0020\u0067\u0072\u0061\u0064\u0069\u0065\u006e\u0074");break ;};_ffe .SetFillStyle (_fcf );_ffe .SetStrokeStyle (_fcf );break ;};};};_ffa ,_ggd :=_cc .ColorspaceStroking .ColorToRGB (_cc .ColorStroking ); -if _ggd !=nil {_fa .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0063\u006f\u006e\u0076\u0065r\u0074\u0069\u006e\u0067\u0020\u0063\u006f\u006c\u006f\u0072:\u0020\u0025\u0076",_cc .ColorStroking );return nil ;};_aeg ,_cbd :=_ffa .(*_dc .PdfColorDeviceRGB ); -if !_cbd {_fa .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0063\u006f\u006e\u0076\u0065r\u0074\u0069\u006e\u0067\u0020\u0063\u006f\u006c\u006f\u0072:\u0020\u0025\u0076",_ffa );return nil ;};_ffe .SetStrokeRGBA (_aeg .R (),_aeg .G (),_aeg .B (),1); -case "\u0073\u0068":if len (_bbf .Params )!=1{_fa .Log .Debug ("\u0049n\u0076\u0061\u006c\u0069\u0064\u0020\u0073\u0068\u0020\u0070\u0061r\u0061\u006d\u0073\u0020\u0066\u006f\u0072\u006d\u0061\u0074");break ;};_adcf ,_cadg :=_dg .GetName (_bbf .Params [0]); -if !_cadg {_fa .Log .Debug ("F\u0061\u0069\u006c\u0065\u0064\u0020g\u0065\u0074\u0074\u0069\u006e\u0067\u0020\u0073\u0068a\u0064\u0069\u006eg\u0020n\u0061\u006d\u0065");break ;};_fed ,_cadg :=_ade .GetShadingByName (*_adcf );if !_cadg {_fa .Log .Debug ("F\u0061\u0069\u006c\u0065\u0064\u0020g\u0065\u0074\u0074\u0069\u006e\u0067\u0020\u0073\u0068a\u0064\u0069\u006eg\u0020d\u0061\u0074\u0061"); -break ;};_dcdb ,_fcb ,_acea :=_ebb .processShading (_ffe ,_fed );if _acea !=nil {_fa .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0077\u0068\u0065\u006e\u0020\u0070\u0072\u006f\u0063\u0065\u0073\u0073\u0069\u006e\u0067\u0020\u0073\u0068a\u0064\u0069\u006e\u0067\u0020d\u0061\u0074a\u003a\u0020\u0025\u0076",_acea ); -break ;};if _dcdb ==nil {_fa .Log .Debug ("\u0055\u006ek\u006e\u006f\u0077n\u0020\u0067\u0072\u0061\u0064\u0069\u0065\u006e\u0074");break ;};_bee ,_acea :=_fcb .ToFloat64Array ();if _acea !=nil {_fa .Log .Debug ("\u0045\u0072r\u006f\u0072\u0020\u0070\u0061\u0072\u0073\u0069\u006e\u0067\u0020\u0063\u006f\u006f\u0072\u0064\u0069\u006e\u0061\u0074\u0065\u0073: \u0025\u0076",_acea ); -break ;};_ffe .DrawRectangle (_bee [0],_bee [1],_bee [2],_bee [3]);_ffe .NewSubPath ();_ffe .SetFillStyle (_dcdb );_ffe .SetStrokeStyle (_dcdb );_ffe .Fill ();case "\u0044\u006f":if len (_bbf .Params )!=1{return _da ;};_cfa ,_eac :=_dg .GetName (_bbf .Params [0]); -if !_eac {return _ca ;};_ ,_afff :=_ade .GetXObjectByName (*_cfa );switch _afff {case _dc .XObjectTypeImage :_fa .Log .Debug ("\u0058\u004f\u0062\u006a\u0065\u0063\u0074\u0020\u0069\u006d\u0061\u0067e\u003a\u0020\u0025\u0073",_cfa .String ());_gdf ,_fecg :=_ade .GetXObjectImageByName (*_cfa ); -if _fecg !=nil {return _fecg ;};_gdfe ,_fecg :=_gdf .ToImage ();if _fecg !=nil {_fa .Log .Debug ("\u0052\u0065\u006e\u0064\u0065\u0072\u0069\u006e\u0067\u0020\u0072\u0065\u0073\u0075\u006c\u0074\u0020\u006day\u0020b\u0065\u0020\u0069\u006e\u0063\u006f\u006d\u0070\u006c\u0065\u0074\u0065.\u0020\u0049\u006d\u0061\u0067\u0065\u0020\u0063\u006f\u006e\u0076\u0065\u0072\u0073\u0069\u006f\u006e \u0065\u0072\u0072\u006f\u0072\u003a\u0020\u0025\u0076",_fecg ); -return nil ;};if _baa :=_gdf .ColorSpace ;_baa !=nil {var _aabc bool ;switch _baa .(type ){case *_dc .PdfColorspaceSpecialIndexed :_aabc =true ;};if _aabc {if _bdb ,_ffc :=_baa .ImageToRGB (*_gdfe );_ffc !=nil {_fa .Log .Debug ("\u0057\u0041\u0052\u004e\u003a\u0020\u0063\u006f\u0075\u006c\u0064\u0020\u006e\u006f\u0074\u0020\u0063\u006fnv\u0065r\u0074\u0020\u0069\u006d\u0061\u0067\u0065\u0020\u0074\u006f\u0020\u0052G\u0042\u002e\u0020\u004f\u0075\u0074\u0070\u0075\u0074\u0020\u006d\u0061\u0079\u0020\u0062\u0065\u0020i\u006e\u0063\u006f\u0072\u0072\u0065\u0063\u0074\u002e"); -}else {_gdfe =&_bdb ;};};};_bad :=_ffe .FillPattern ().ColorAt (0,0);var _cbdd _d .Image ;if _gdf .Mask !=nil {if _cbdd ,_fecg =_ffef (_gdf .Mask ,_bad );_fecg !=nil {_fa .Log .Debug ("\u0057\u0041\u0052\u004e\u003a \u0063\u006f\u0075\u006c\u0064 \u006eo\u0074\u0020\u0067\u0065\u0074\u0020\u0065\u0078\u0070\u006c\u0069\u0063\u0069\u0074\u0020\u0069\u006d\u0061\u0067e\u0020\u006d\u0061\u0073\u006b\u002e\u0020\u004f\u0075\u0074\u0070\u0075\u0074\u0020\u006d\u0061\u0079\u0020\u0062\u0065\u0020\u0069\u006e\u0063o\u0072\u0072\u0065\u0063\u0074\u002e"); -};}else if _gdf .SMask !=nil {if _cbdd ,_fecg =_ceg (_gdf .SMask ,_bad );_fecg !=nil {_fa .Log .Debug ("W\u0041\u0052\u004e\u003a\u0020\u0063\u006f\u0075\u006c\u0064\u0020\u006e\u006f\u0074\u0020\u0067\u0065\u0074\u0020\u0073\u006f\u0066\u0074\u0020\u0069\u006da\u0067e\u0020\u006d\u0061\u0073k\u002e\u0020O\u0075\u0074\u0070\u0075\u0074\u0020\u006d\u0061\u0079\u0020\u0062\u0065\u0020\u0069\u006e\u0063\u006f\u0072\u0072\u0065\u0063\u0074\u002e"); -};};var _fbc _d .Image ;if _eege ,_ :=_dg .GetBoolVal (_gdf .ImageMask );_eege {_fbc =_ffeb (_gdfe ,_bad );}else {_fbc ,_fecg =_gdfe .ToGoImage ();if _fecg !=nil {_fa .Log .Debug ("\u0052\u0065\u006e\u0064\u0065\u0072\u0069\u006e\u0067\u0020\u0072\u0065\u0073\u0075\u006c\u0074\u0020\u006day\u0020b\u0065\u0020\u0069\u006e\u0063\u006f\u006d\u0070\u006c\u0065\u0074\u0065.\u0020\u0049\u006d\u0061\u0067\u0065\u0020\u0063\u006f\u006e\u0076\u0065\u0072\u0073\u0069\u006f\u006e \u0065\u0072\u0072\u006f\u0072\u003a\u0020\u0025\u0076",_fecg ); -return nil ;};};if _cbdd !=nil {_fbc =_cggc (_fbc ,_cbdd );};_baf :=_fbc .Bounds ();_ffe .Push ();_ffe .Scale (1.0/float64 (_baf .Dx ()),-1.0/float64 (_baf .Dy ()));_ffe .DrawImageAnchored (_fbc ,0,0,0,1);_ffe .Pop ();case _dc .XObjectTypeForm :_fa .Log .Debug ("\u0058\u004fb\u006a\u0065\u0063t\u0020\u0066\u006f\u0072\u006d\u003a\u0020\u0025\u0073",_cfa .String ()); -_gcag ,_afb :=_ade .GetXObjectFormByName (*_cfa );if _afb !=nil {return _afb ;};_eab ,_afb :=_gcag .GetContentStream ();if _afb !=nil {return _afb ;};_fge :=_gcag .Resources ;if _fge ==nil {_fge =_ade ;};_ffe .Push ();if _gcag .Matrix !=nil {_ccb ,_baff :=_dg .GetArray (_gcag .Matrix ); -if !_baff {return _ca ;};_ecd ,_cfeb :=_dg .GetNumbersAsFloat (_ccb .Elements ());if _cfeb !=nil {return _cfeb ;};if len (_ecd )!=6{return _da ;};_ddg :=_fae .NewMatrix (_ecd [0],_ecd [1],_ecd [2],_ecd [3],_ecd [4],_ecd [5]);_ffe .SetMatrix (_ffe .Matrix ().Mult (_ddg )); -};if _gcag .BBox !=nil {_fgcd ,_bcg :=_dg .GetArray (_gcag .BBox );if !_bcg {return _ca ;};_gcee ,_ecbe :=_dg .GetNumbersAsFloat (_fgcd .Elements ());if _ecbe !=nil {return _ecbe ;};if len (_gcee )!=4{_fa .Log .Debug ("\u004c\u0065\u006e\u0020\u003d\u0020\u0025\u0064",len (_gcee )); -return _da ;};_ffe .DrawRectangle (_gcee [0],_gcee [1],_gcee [2]-_gcee [0],_gcee [3]-_gcee [1]);_ffe .SetRGBA (1,0,0,1);_ffe .Clip ();}else {_fa .Log .Debug ("\u0045R\u0052\u004fR\u003a\u0020\u0052\u0065q\u0075\u0069\u0072e\u0064\u0020\u0042\u0042\u006f\u0078\u0020\u006d\u0069ss\u0069\u006e\u0067 \u006f\u006e \u0058\u004f\u0062\u006a\u0065\u0063t\u0020\u0046o\u0072\u006d"); -};_afb =_ebb .renderContentStream (_ffe ,string (_eab ),_fge );if _afb !=nil {return _afb ;};_ffe .Pop ();};case "\u0042\u0049":if len (_bbf .Params )!=1{return _da ;};_ada ,_gff :=_bbf .Params [0].(*_aa .ContentStreamInlineImage );if !_gff {return nil ; -};_caa ,_ddd :=_ada .ToImage (_ade );if _ddd !=nil {_fa .Log .Debug ("\u0052\u0065\u006e\u0064\u0065\u0072\u0069\u006e\u0067\u0020\u0072\u0065\u0073\u0075\u006c\u0074\u0020\u006day\u0020b\u0065\u0020\u0069\u006e\u0063\u006f\u006d\u0070\u006c\u0065\u0074\u0065.\u0020\u0049\u006d\u0061\u0067\u0065\u0020\u0063\u006f\u006e\u0076\u0065\u0072\u0073\u0069\u006f\u006e \u0065\u0072\u0072\u006f\u0072\u003a\u0020\u0025\u0076",_ddd ); -return nil ;};_edeg ,_ddd :=_caa .ToGoImage ();if _ddd !=nil {_fa .Log .Debug ("\u0052\u0065\u006e\u0064\u0065\u0072\u0069\u006e\u0067\u0020\u0072\u0065\u0073\u0075\u006c\u0074\u0020\u006day\u0020b\u0065\u0020\u0069\u006e\u0063\u006f\u006d\u0070\u006c\u0065\u0074\u0065.\u0020\u0049\u006d\u0061\u0067\u0065\u0020\u0063\u006f\u006e\u0076\u0065\u0072\u0073\u0069\u006f\u006e \u0065\u0072\u0072\u006f\u0072\u003a\u0020\u0025\u0076",_ddd ); -return nil ;};_fdff :=_edeg .Bounds ();_ffe .Push ();_ffe .Scale (1.0/float64 (_fdff .Dx ()),-1.0/float64 (_fdff .Dy ()));_ffe .DrawImageAnchored (_edeg ,0,0,0,1);_ffe .Pop ();case "\u0042\u0054":_bgf .Reset ();case "\u0045\u0054":_bgf .Reset ();case "\u0054\u0072":if len (_bbf .Params )!=1{return _da ; -};_dcee ,_dabg :=_dg .GetNumberAsFloat (_bbf .Params [0]);if _dabg !=nil {return _dabg ;};_bgf .Tr =_ad .TextRenderingMode (_dcee );case "\u0054\u004c":if len (_bbf .Params )!=1{return _da ;};_abdc ,_bafg :=_dg .GetNumberAsFloat (_bbf .Params [0]);if _bafg !=nil {return _bafg ; -};_bgf .Tl =_abdc ;case "\u0054\u0063":if len (_bbf .Params )!=1{return _da ;};_gedf ,_ced :=_dg .GetNumberAsFloat (_bbf .Params [0]);if _ced !=nil {return _ced ;};_fa .Log .Debug ("\u0054\u0063\u003a\u0020\u0025\u0076",_gedf );_bgf .Tc =_gedf ;case "\u0054\u0077":if len (_bbf .Params )!=1{return _da ; -};_cce ,_dde :=_dg .GetNumberAsFloat (_bbf .Params [0]);if _dde !=nil {return _dde ;};_fa .Log .Debug ("\u0054\u0077\u003a\u0020\u0025\u0076",_cce );_bgf .Tw =_cce ;case "\u0054\u007a":if len (_bbf .Params )!=1{return _da ;};_eba ,_agg :=_dg .GetNumberAsFloat (_bbf .Params [0]); -if _agg !=nil {return _agg ;};_bgf .Th =_eba ;case "\u0054\u0073":if len (_bbf .Params )!=1{return _da ;};_daa ,_ecdf :=_dg .GetNumberAsFloat (_bbf .Params [0]);if _ecdf !=nil {return _ecdf ;};_bgf .Ts =_daa ;case "\u0054\u0064":if len (_bbf .Params )!=2{return _da ; -};_cfag ,_egef :=_dg .GetNumbersAsFloat (_bbf .Params );if _egef !=nil {return _egef ;};_fa .Log .Debug ("\u0054\u0064\u003a\u0020\u0025\u0076",_cfag );_bgf .ProcTd (_cfag [0],_cfag [1]);case "\u0054\u0044":if len (_bbf .Params )!=2{return _da ;};_badb ,_ccbd :=_dg .GetNumbersAsFloat (_bbf .Params ); -if _ccbd !=nil {return _ccbd ;};_fa .Log .Debug ("\u0054\u0044\u003a\u0020\u0025\u0076",_badb );_bgf .ProcTD (_badb [0],_badb [1]);case "\u0054\u002a":_bgf .ProcTStar ();case "\u0054\u006d":if len (_bbf .Params )!=6{return _da ;};_ggg ,_cdg :=_dg .GetNumbersAsFloat (_bbf .Params ); -if _cdg !=nil {return _cdg ;};_fa .Log .Debug ("\u0054\u0065x\u0074\u0020\u006da\u0074\u0072\u0069\u0078\u003a\u0020\u0025\u002b\u0076",_ggg );_bgf .ProcTm (_ggg [0],_ggg [1],_ggg [2],_ggg [3],_ggg [4],_ggg [5]);case "\u0027":if len (_bbf .Params )!=1{return _da ; -};_gge ,_aada :=_dg .GetStringBytes (_bbf .Params [0]);if !_aada {return _ca ;};_fa .Log .Debug ("\u0027\u0020\u0073t\u0072\u0069\u006e\u0067\u003a\u0020\u0025\u0073",string (_gge ));_bgf .ProcQ (_gge ,_ffe );case "\u0022":if len (_bbf .Params )!=3{return _da ; -};_fba ,_bfe :=_dg .GetNumberAsFloat (_bbf .Params [0]);if _bfe !=nil {return _bfe ;};_fdfa ,_bfe :=_dg .GetNumberAsFloat (_bbf .Params [1]);if _bfe !=nil {return _bfe ;};_fgbb ,_deb :=_dg .GetStringBytes (_bbf .Params [2]);if !_deb {return _ca ;};_bgf .ProcDQ (_fgbb ,_fba ,_fdfa ,_ffe ); -case "\u0054\u006a":if len (_bbf .Params )!=1{return _da ;};_abe ,_cbda :=_dg .GetStringBytes (_bbf .Params [0]);if !_cbda {return _ca ;};_fa .Log .Debug ("\u0054j\u0020s\u0074\u0072\u0069\u006e\u0067\u003a\u0020\u0060\u0025\u0073\u0060",string (_abe )); -_bgf .ProcTj (_abe ,_ffe );case "\u0054\u004a":if len (_bbf .Params )!=1{return _da ;};_afa ,_bca :=_dg .GetArray (_bbf .Params [0]);if !_bca {_fa .Log .Debug ("\u0054\u0079\u0070\u0065\u003a\u0020\u0025\u0054",_afa );return _ca ;};_fa .Log .Debug ("\u0054\u004a\u0020\u0061\u0072\u0072\u0061\u0079\u003a\u0020\u0025\u002b\u0076",_afa ); -for _ ,_fgcc :=range _afa .Elements (){switch _caag :=_fgcc .(type ){case *_dg .PdfObjectString :if _caag !=nil {_bgf .ProcTj (_caag .Bytes (),_ffe );};case *_dg .PdfObjectFloat ,*_dg .PdfObjectInteger :_ddac ,_fgf :=_dg .GetNumberAsFloat (_caag );if _fgf ==nil {_bgf .Translate (-_ddac *0.001*_bgf .Tf .Size *_bgf .Th /100.0,0); -};};};case "\u0054\u0066":if len (_bbf .Params )!=2{return _da ;};_fa .Log .Debug ("\u0025\u0023\u0076",_bbf .Params );_fdfb ,_adda :=_dg .GetName (_bbf .Params [0]);if !_adda ||_fdfb ==nil {_fa .Log .Debug ("\u0069\u006e\u0076\u0061l\u0069\u0064\u0020\u0066\u006f\u006e\u0074\u0020\u006e\u0061m\u0065 \u006f\u0062\u006a\u0065\u0063\u0074\u003a \u0025\u0076",_bbf .Params [0]); -return _ca ;};_fa .Log .Debug ("\u0046\u006f\u006e\u0074\u0020\u006e\u0061\u006d\u0065\u003a\u0020\u0025\u0073",_fdfb .String ());_cgbf ,_efg :=_dg .GetNumberAsFloat (_bbf .Params [1]);if _efg !=nil {_fa .Log .Debug ("\u0069\u006e\u0076\u0061l\u0069\u0064\u0020\u0066\u006f\u006e\u0074\u0020\u0073\u0069z\u0065 \u006f\u0062\u006a\u0065\u0063\u0074\u003a \u0025\u0076",_bbf .Params [1]); -return _ca ;};_fa .Log .Debug ("\u0046\u006f\u006e\u0074\u0020\u0073\u0069\u007a\u0065\u003a\u0020\u0025\u0076",_cgbf );_bcc ,_bdbc :=_ade .GetFontByName (*_fdfb );if !_bdbc {_fa .Log .Debug ("\u0045R\u0052\u004f\u0052\u003a\u0020\u0046\u006f\u006e\u0074\u0020\u0025s\u0020\u006e\u006f\u0074\u0020\u0066\u006f\u0075\u006e\u0064",_fdfb .String ()); -return _e .New ("\u0066\u006f\u006e\u0074\u0020\u006e\u006f\u0074\u0020f\u006f\u0075\u006e\u0064");};_fa .Log .Debug ("\u0046\u006f\u006e\u0074\u003a\u0020\u0025\u0054",_bcc );_aedg ,_adda :=_dg .GetDict (_bcc );if !_adda {_fa .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0063\u006f\u0075l\u0064\u0020\u006e\u006f\u0074\u0020\u0067e\u0074\u0020\u0066\u006f\u006e\u0074\u0020\u0064\u0069\u0063\u0074"); -return _ca ;};_ccbe ,_efg :=_dc .NewPdfFontFromPdfObject (_aedg );if _efg !=nil {_fa .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0063\u006f\u0075\u006c\u0064\u0020\u006e\u006f\u0074\u0020\u006c\u006f\u0061\u0064\u0020\u0066\u006fn\u0074\u0020\u0066\u0072\u006fm\u0020\u006fb\u006a\u0065\u0063\u0074"); -return _efg ;};_faeg :=_ccbe .BaseFont ();if _faeg ==""{_faeg =_fdfb .String ();};_bdg ,_adda :=_fbf [_faeg ];if !_adda {_bdg ,_efg =_ad .NewTextFont (_ccbe ,_cgbf );if _efg !=nil {_fa .Log .Debug ("\u0045R\u0052\u004f\u0052\u003a\u0020\u0025v",_efg ); -};};if _bdg ==nil {if len (_faeg )> 7&&_faeg [6]=='+'{_faeg =_faeg [7:];};_ded :=[]string {_faeg ,"\u0054i\u006de\u0073\u0020\u004e\u0065\u0077\u0020\u0052\u006f\u006d\u0061\u006e","\u0041\u0072\u0069a\u006c","D\u0065\u006a\u0061\u0056\u0075\u0020\u0053\u0061\u006e\u0073"}; -for _ ,_dag :=range _ded {_fa .Log .Debug ("\u0044\u0045\u0042\u0055\u0047\u003a \u0073\u0065\u0061\u0072\u0063\u0068\u0069\u006e\u0067\u0020\u0073\u0079\u0073t\u0065\u006d\u0020\u0066\u006f\u006e\u0074 \u0060\u0025\u0073\u0060",_dag );if _bdg ,_adda =_fbf [_dag ]; -_adda {break ;};_ggff :=_de .Match (_dag );if _ggff ==nil {_fa .Log .Debug ("c\u006f\u0075\u006c\u0064\u0020\u006eo\u0074\u0020\u0066\u0069\u006e\u0064\u0020\u0066\u006fn\u0074\u0020\u0066i\u006ce\u0020\u0025\u0073",_dag );continue ;};_bdg ,_efg =_ad .NewTextFontFromPath (_ggff .Filename ,_cgbf ); -if _efg !=nil {_fa .Log .Debug ("c\u006f\u0075\u006c\u0064\u0020\u006eo\u0074\u0020\u006c\u006f\u0061\u0064\u0020\u0066\u006fn\u0074\u0020\u0066i\u006ce\u0020\u0025\u0073",_ggff .Filename );continue ;};_fa .Log .Debug ("\u0053\u0075\u0062\u0073\u0074\u0069t\u0075\u0074\u0069\u006e\u0067\u0020\u0066\u006f\u006e\u0074\u0020\u0025\u0073 \u0077\u0069\u0074\u0068\u0020\u0025\u0073 \u0028\u0025\u0073\u0029",_faeg ,_ggff .Name ,_ggff .Filename ); -_fbf [_dag ]=_bdg ;break ;};};if _bdg ==nil {_fa .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0063\u006f\u0075\u006c\u0064\u0020n\u006f\u0074\u0020\u0066\u0069\u006ed\u0020\u0061\u006e\u0079\u0020\u0073\u0075\u0069\u0074\u0061\u0062\u006c\u0065 \u0066\u006f\u006e\u0074"); -return _e .New ("\u0063\u006f\u0075\u006c\u0064\u0020\u006e\u006f\u0074\u0020\u0066\u0069\u006e\u0064\u0020a\u006ey\u0020\u0073\u0075\u0069\u0074\u0061\u0062\u006c\u0065\u0020\u0066\u006f\u006e\u0074");};_bgf .ProcTf (_bdg .WithSize (_cgbf ,_ccbe ));case "\u0042\u004d\u0043","\u0042\u0044\u0043":case "\u0045\u004d\u0043":default:_fa .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0075\u006e\u0073u\u0070\u0070\u006f\u0072\u0074\u0065\u0064 \u006f\u0070\u0065\u0072\u0061\u006e\u0064\u003a\u0020\u0025\u0073",_bbf .Operand ); -};_ged =_bbf ;return nil ;});_aabb =_ecb .Process (_bac );if _aabb !=nil {return _aabb ;};return nil ;};func _dad (_fecf _ad .Gradient ,_aca *_dc .PdfFunctionType2 ,_dbg _dc .PdfColorspace ,_adee float64 ,_edce bool )(_ad .Gradient ,error ){switch _dbg .(type ){case *_dc .PdfColorspaceDeviceRGB :if len (_aca .C0 )!=3||len (_aca .C1 )!=3{return nil ,_e .New ("\u0069\u006e\u0063\u006f\u0072\u0072\u0065\u0063\u0074\u0020\u0052\u0047\u0042\u0020\u0063o\u006co\u0072\u0020\u0061\u0072\u0072\u0061\u0079\u0020\u006c\u0065\u006e\u0067\u0074\u0068"); -};_cgcb :=_aca .C0 ;_edee :=_aca .C1 ;if _edce {_fecf .AddColorStop (0.0,_fg .RGBA {R :uint8 (_cgcb [0]*255),G :uint8 (_cgcb [1]*255),B :uint8 (_cgcb [2]*255),A :255});};_fecf .AddColorStop (_adee ,_fg .RGBA {R :uint8 (_edee [0]*255),G :uint8 (_edee [1]*255),B :uint8 (_edee [2]*255),A :255}); -case *_dc .PdfColorspaceDeviceCMYK :if len (_aca .C0 )!=4||len (_aca .C1 )!=4{return nil ,_e .New ("\u0069\u006e\u0063\u006f\u0072\u0072e\u0063\u0074\u0020\u0043\u004d\u0059\u004b\u0020\u0063\u006f\u006c\u006f\u0072 \u0061\u0072\u0072\u0061\u0079\u0020\u006ce\u006e\u0067\u0074\u0068"); -};_fdfg :=_aca .C0 ;_ecfg :=_aca .C1 ;if _edce {_fecf .AddColorStop (0.0,_fg .CMYK {C :uint8 (_fdfg [0]*255),M :uint8 (_fdfg [1]*255),Y :uint8 (_fdfg [2]*255),K :uint8 (_fdfg [3]*255)});};_fecf .AddColorStop (_adee ,_fg .CMYK {C :uint8 (_ecfg [0]*255),M :uint8 (_ecfg [1]*255),Y :uint8 (_ecfg [2]*255),K :uint8 (_ecfg [3]*255)}); -default:return nil ,_bbe .Errorf ("u\u006e\u0073\u0075\u0070\u0070\u006fr\u0074\u0065\u0064\u0020\u0063\u006f\u006c\u006f\u0072 \u0073\u0070\u0061c\u0065:\u0020\u0025\u0073",_dbg .String ());};return _fecf ,nil ;}; +func (_aag *ImageDevice )RenderToPath (page *_eeb .PdfPage ,outputPath string )error {_gb ,_ea :=_aag .Render (page );if _ea !=nil {return _ea ;};_bag :=_e .ToLower (_c .Ext (outputPath ));if _bag ==""{return _d .New ("\u0063\u006ful\u0064\u0020\u006eo\u0074\u0020\u0072\u0065cog\u006eiz\u0065\u0020\u006f\u0075\u0074\u0070\u0075t \u0066\u0069\u006c\u0065\u0020\u0074\u0079p\u0065"); +};switch _bag {case "\u002e\u0070\u006e\u0067":return _aacbf (outputPath ,_gb );case "\u002e\u006a\u0070\u0067","\u002e\u006a\u0070e\u0067":return _fddf (outputPath ,_gb ,100);};return _fe .Errorf ("\u0075\u006e\u0072\u0065\u0063\u006fg\u006e\u0069\u007a\u0065\u0064\u0020\u006f\u0075\u0074\u0070\u0075\u0074\u0020f\u0069\u006c\u0065\u0020\u0074\u0079\u0070e\u003a\u0020\u0025\u0073",_bag ); +};func _aec (_gcac *_eeb .Image ,_gfbd _ba .Color )_f .Image {_gbcf ,_afb :=int (_gcac .Width ),int (_gcac .Height );_fgaa :=_f .NewRGBA (_f .Rect (0,0,_gbcf ,_afb ));for _ggaf :=0;_ggaf < _afb ;_ggaf ++{for _ggbd :=0;_ggbd < _gbcf ;_ggbd ++{_dbd ,_fbbg :=_gcac .ColorAt (_ggbd ,_ggaf ); +if _fbbg !=nil {_eec .Log .Debug ("\u0057\u0041\u0052\u004e\u003a\u0020\u0063o\u0075\u006c\u0064\u0020\u006e\u006f\u0074\u0020\u0072\u0065\u0074\u0072\u0069\u0065v\u0065 \u0069\u006d\u0061\u0067\u0065\u0020m\u0061\u0073\u006b\u0020\u0076\u0061\u006cu\u0065\u0020\u0061\u0074\u0020\u0028\u0025\u0064\u002c\u0020\u0025\u0064\u0029\u002e\u0020\u004f\u0075\u0074\u0070\u0075\u0074\u0020\u006da\u0079\u0020\u0062\u0065\u0020\u0069\u006e\u0063\u006f\u0072\u0072\u0065\u0063t\u002e",_ggbd ,_ggaf ); +continue ;};_ceee ,_ecef ,_degea ,_ :=_dbd .RGBA ();var _fbbe _ba .Color ;if _ceee +_ecef +_degea ==0{_fbbe =_ba .Transparent ;}else {_fbbe =_gfbd ;};_fgaa .Set (_ggbd ,_ggaf ,_fbbe );};};return _fgaa ;};func (_fcg renderer )processRadialShading (_acb _df .Context ,_agaa *_eeb .PdfShading )(_df .Gradient ,*_gd .PdfObjectArray ,error ){_ggg :=_agaa .GetContext ().(*_eeb .PdfShadingType3 ); +if len (_ggg .Function )==0{return nil ,nil ,_d .New ("\u006e\u006f\u0020\u0067\u0072\u0061\u0064i\u0065\u006e\u0074 \u0066\u0075\u006e\u0063t\u0069\u006f\u006e\u0020\u0066\u006f\u0075\u006e\u0064\u002c\u0020\u0073\u006b\u0069\u0070\u0020\u0063\u006f\u006e\u0076\u0065\u0072\u0073\u0069\u006f\u006e"); +};_edbg ,_fff :=_ggg .Coords .ToFloat64Array ();if _fff !=nil {return nil ,nil ,_d .New ("\u0066\u0061\u0069l\u0065\u0064\u0020\u0067e\u0074\u0074\u0069\u006e\u0067\u0020\u0073h\u0061\u0064\u0069\u006e\u0067\u0020\u0070\u006f\u0073\u0069\u0074\u0069\u006f\u006e"); +};_dfef :=_agaa .ColorSpace ;_cbd :=_gd .MakeArrayFromFloats ([]float64 {0,0,1,1});var _cgbg ,_ecac ,_ffcc ,_eabf ,_eeg ,_ebbf float64 ;_cgbg ,_ecac =_acb .Matrix ().Transform (_edbg [0],_edbg [1]);_ffcc ,_eabf =_acb .Matrix ().Transform (_edbg [3],_edbg [4]); +_eeg ,_ =_acb .Matrix ().Transform (_edbg [2],0);_ebbf ,_ =_acb .Matrix ().Transform (_edbg [5],0);_ceec ,_ :=_acb .Matrix ().Translation ();_eeg -=_ceec ;_ebbf -=_ceec ;for _cfdf ,_bcg :=range _edbg {if _cfdf ==2||_cfdf ==5{continue ;};if _bcg > 1.0{_aee :=_ee .Min (_cgbg -_eeg ,_ffcc -_ebbf ); +_ggeb :=_ee .Min (_ecac -_eeg ,_eabf -_ebbf );_dbgg :=_ee .Max (_cgbg +_eeg ,_ffcc +_ebbf );_gfe :=_ee .Max (_ecac +_eeg ,_eabf +_ebbf );_dcab :=_dbgg -_aee ;_fgcd :=_ggeb -_gfe ;_cbd =_gd .MakeArrayFromFloats ([]float64 {_aee ,_ggeb ,_dcab ,_fgcd });break ; +};};_dbbbe :=_cg .NewRadialGradient (_cgbg ,_ecac ,_eeg ,_ffcc ,_eabf ,_ebbf );if _ecf ,_ceg :=_ggg .Function [0].(*_eeb .PdfFunctionType2 );_ceg {_dbbbe ,_fff =_aab (_dbbbe ,_ecf ,_dfef ,1.0,true );}else if _fcfa ,_ffg :=_ggg .Function [0].(*_eeb .PdfFunctionType3 ); +_ffg {_fdeg :=append ([]float64 {0},_fcfa .Bounds ...);_fdeg =append (_fdeg ,1.0);_dbbbe ,_fff =_ggf (_dbbbe ,_fcfa ,_dfef ,_fdeg );};if _fff !=nil {return nil ,nil ,_fff ;};return _dbbbe ,_cbd ,nil ;};const (ShadingTypeFunctionBased PdfShadingType =1; +ShadingTypeAxial PdfShadingType =2;ShadingTypeRadial PdfShadingType =3;ShadingTypeFreeForm PdfShadingType =4;ShadingTypeLatticeForm PdfShadingType =5;ShadingTypeCoons PdfShadingType =6;ShadingTypeTensorProduct PdfShadingType =7;); + +// PdfShadingType defines PDF shading types. +// Source: PDF32000_2008.pdf. Chapter 8.7.4.5 +type PdfShadingType int64 ;func _bedb (_agd *_eeb .Image ,_egfc _ba .Color )_f .Image {_dda ,_caca :=int (_agd .Width ),int (_agd .Height );_eabfg :=_f .NewRGBA (_f .Rect (0,0,_dda ,_caca ));for _bfc :=0;_bfc < _caca ;_bfc ++{for _fgdec :=0;_fgdec < _dda ; +_fgdec ++{_gebb ,_bdgb :=_agd .ColorAt (_fgdec ,_bfc );if _bdgb !=nil {_eec .Log .Debug ("\u0057\u0041\u0052\u004e\u003a\u0020\u0063o\u0075\u006c\u0064\u0020\u006e\u006f\u0074\u0020\u0072\u0065\u0074\u0072\u0069\u0065v\u0065 \u0069\u006d\u0061\u0067\u0065\u0020m\u0061\u0073\u006b\u0020\u0076\u0061\u006cu\u0065\u0020\u0061\u0074\u0020\u0028\u0025\u0064\u002c\u0020\u0025\u0064\u0029\u002e\u0020\u004f\u0075\u0074\u0070\u0075\u0074\u0020\u006da\u0079\u0020\u0062\u0065\u0020\u0069\u006e\u0063\u006f\u0072\u0072\u0065\u0063t\u002e",_fgdec ,_bfc ); +continue ;};_fga ,_daab ,_cgg ,_ :=_gebb .RGBA ();var _daeb _ba .Color ;if _fga +_daab +_cgg ==0{_daeb =_egfc ;}else {_daeb =_ba .Transparent ;};_eabfg .Set (_fgdec ,_bfc ,_daeb );};};return _eabfg ;};func _bdga (_abc ,_bfca ,_affc float64 )_da .BoundingBox {return _da .Path {Points :[]_da .Point {_da .NewPoint (0,0).Rotate (_affc ),_da .NewPoint (_abc ,0).Rotate (_affc ),_da .NewPoint (0,_bfca ).Rotate (_affc ),_da .NewPoint (_abc ,_bfca ).Rotate (_affc )}}.GetBoundingBox (); +};func _fddf (_cfc string ,_ebff _f .Image ,_dccbb int )error {_egg ,_baf :=_bf .Create (_cfc );if _baf !=nil {return _baf ;};defer _egg .Close ();return _eg .Encode (_egg ,_ebff ,&_eg .Options {Quality :_dccbb });};func _ggf (_ceef _df .Gradient ,_bebe *_eeb .PdfFunctionType3 ,_cacd _eeb .PdfColorspace ,_bbfc []float64 )(_df .Gradient ,error ){var _geb error ; +for _dgfbe :=0;_dgfbe < len (_bebe .Functions );_dgfbe ++{if _dfdb ,_fgge :=_bebe .Functions [_dgfbe ].(*_eeb .PdfFunctionType2 );_fgge {_ceef ,_geb =_aab (_ceef ,_dfdb ,_cacd ,_bbfc [_dgfbe +1],_dgfbe ==0);if _geb !=nil {return nil ,_geb ;};};};return _ceef ,nil ; +}; // NewImageDevice returns a new image device. -func NewImageDevice ()*ImageDevice {const _dga ="r\u0065\u006e\u0064\u0065r.\u004ee\u0077\u0049\u006d\u0061\u0067e\u0044\u0065\u0076\u0069\u0063\u0065";_bc .TrackUse (_dga );return &ImageDevice {};};func _gfee (_fab *_dc .Image ,_agb _fg .Color )_d .Image {_ceb ,_aga :=int (_fab .Width ),int (_fab .Height ); -_bed :=_d .NewRGBA (_d .Rect (0,0,_ceb ,_aga ));for _afbd :=0;_afbd < _aga ;_afbd ++{for _cgef :=0;_cgef < _ceb ;_cgef ++{_eca ,_ffb :=_fab .ColorAt (_cgef ,_afbd );if _ffb !=nil {_fa .Log .Debug ("\u0057\u0041\u0052\u004e\u003a\u0020\u0063o\u0075\u006c\u0064\u0020\u006e\u006f\u0074\u0020\u0072\u0065\u0074\u0072\u0069\u0065v\u0065 \u0069\u006d\u0061\u0067\u0065\u0020m\u0061\u0073\u006b\u0020\u0076\u0061\u006cu\u0065\u0020\u0061\u0074\u0020\u0028\u0025\u0064\u002c\u0020\u0025\u0064\u0029\u002e\u0020\u004f\u0075\u0074\u0070\u0075\u0074\u0020\u006da\u0079\u0020\u0062\u0065\u0020\u0069\u006e\u0063\u006f\u0072\u0072\u0065\u0063t\u002e",_cgef ,_afbd ); -continue ;};_gfeb ,_cag ,_gdc ,_ :=_eca .RGBA ();var _ffcc _fg .Color ;if _gfeb +_cag +_gdc ==0{_ffcc =_fg .Transparent ;}else {_ffcc =_agb ;};_bed .Set (_cgef ,_afbd ,_ffcc );};};return _bed ;}; +func NewImageDevice ()*ImageDevice {const _ab ="r\u0065\u006e\u0064\u0065r.\u004ee\u0077\u0049\u006d\u0061\u0067e\u0044\u0065\u0076\u0069\u0063\u0065";_a .TrackUse (_ab );return &ImageDevice {};};func (_gdgb renderer )processShading (_bdg _df .Context ,_fbgg *_eeb .PdfShading )(_df .Gradient ,*_gd .PdfObjectArray ,error ){_efa :=int64 (*_fbgg .ShadingType ); +if _efa ==int64 (ShadingTypeAxial ){return _gdgb .processLinearShading (_bdg ,_fbgg );}else if _efa ==int64 (ShadingTypeRadial ){return _gdgb .processRadialShading (_bdg ,_fbgg );}else {_eec .Log .Debug (_fe .Sprintf ("\u0050r\u006f\u0063e\u0073\u0073\u0069n\u0067\u0020\u0067\u0072\u0061\u0064\u0069e\u006e\u0074\u0020\u0074\u0079\u0070e\u0020\u0025\u0064\u0020\u006e\u006f\u0074\u0020\u0079\u0065\u0074 \u0073\u0075\u0070\u0070\u006f\u0072\u0074\u0065\u0064",_efa )); +};return nil ,nil ,nil ;};func _aacbf (_dbcd string ,_eebce _f .Image )error {_gbad ,_fegc :=_bf .Create (_dbcd );if _fegc !=nil {return _fegc ;};defer _gbad .Close ();return _cc .Encode (_gbad ,_eebce );};var (_fed =_d .New ("\u0074\u0079p\u0065\u0020\u0063h\u0065\u0063\u006b\u0020\u0065\u0072\u0072\u006f\u0072"); +_de =_d .New ("\u0072\u0061\u006e\u0067\u0065\u0020\u0063\u0068\u0065\u0063\u006b\u0020e\u0072\u0072\u006f\u0072"););func (_dgf renderer )processLinearShading (_bfaa _df .Context ,_adg *_eeb .PdfShading )(_df .Gradient ,*_gd .PdfObjectArray ,error ){_aaa :=_adg .GetContext ().(*_eeb .PdfShadingType2 ); +if len (_aaa .Function )==0{return nil ,nil ,_d .New ("\u006e\u006f\u0020\u0067\u0072\u0061\u0064i\u0065\u006e\u0074 \u0066\u0075\u006e\u0063t\u0069\u006f\u006e\u0020\u0066\u006f\u0075\u006e\u0064\u002c\u0020\u0073\u006b\u0069\u0070\u0020\u0063\u006f\u006e\u0076\u0065\u0072\u0073\u0069\u006f\u006e"); +};_fcff ,_effa :=_aaa .Coords .ToFloat64Array ();if _effa !=nil {return nil ,nil ,_d .New ("\u0066\u0061\u0069l\u0065\u0064\u0020\u0067e\u0074\u0074\u0069\u006e\u0067\u0020\u0073h\u0061\u0064\u0069\u006e\u0067\u0020\u0070\u006f\u0073\u0069\u0074\u0069\u006f\u006e"); +};_bee :=_adg .ColorSpace ;_ddc ,_bfaf :=_bfaa .Matrix ().Transform (_fcff [0],_fcff [1]);_bgg ,_faa :=_bfaa .Matrix ().Transform (_fcff [2],_fcff [3]);_gfa :=_cg .NewLinearGradient (_ddc ,_bfaf ,_bgg ,_faa );_dcb :=_gd .MakeArrayFromFloats ([]float64 {0,0,1,1}); +for _ ,_fef :=range _fcff {if _fef > 1{_dcb =_aaa .Coords ;break ;};};if _ccd ,_decc :=_aaa .Function [0].(*_eeb .PdfFunctionType2 );_decc {_gfa ,_effa =_aab (_gfa ,_ccd ,_bee ,1.0,true );}else if _dbfb ,_cedc :=_aaa .Function [0].(*_eeb .PdfFunctionType3 ); +_cedc {_ceac :=append ([]float64 {0},_dbfb .Bounds ...);_ceac =append (_ceac ,1.0);_gfa ,_effa =_ggf (_gfa ,_dbfb ,_bee ,_ceac );};return _gfa ,_dcb ,_effa ;};func _afdf (_cacdd _gd .PdfObject ,_eeeg _ba .Color )(_f .Image ,error ){_bdf ,_aaad :=_gd .GetStream (_cacdd ); +if !_aaad {return nil ,nil ;};_dcgf ,_dege :=_eeb .NewXObjectImageFromStream (_bdf );if _dege !=nil {return nil ,_dege ;};_ffff ,_dege :=_dcgf .ToImage ();if _dege !=nil {return nil ,_dege ;};return _bedb (_ffff ,_eeeg ),nil ;}; -// RenderWithOpts converts the specified PDF page into an image, optionally flattens annotations and returns the result. -func (_ef *ImageDevice )RenderWithOpts (page *_dc .PdfPage ,skipFlattening bool )(_d .Image ,error ){_c ,_ae :=page .GetMediaBox ();if _ae !=nil {return nil ,_ae ;};_c .Normalize ();_bg :=page .CropBox ;var _dgg ,_ab float64 ;if _bg !=nil {_bg .Normalize (); -_dgg ,_ab =_bg .Width (),_bg .Height ();};_fd :=page .Rotate ;_cg ,_ed ,_efc ,_cd :=_c .Llx ,_c .Lly ,_c .Width (),_c .Height ();_bfg :=_fae .IdentityMatrix ();if _fd !=nil &&*_fd %360!=0&&*_fd %90==0{_gd :=-float64 (*_fd );_eg :=_gbe (_efc ,_cd ,_gd ); -_bfg =_bfg .Translate ((_eg .Width -_efc )/2+_efc /2,(_eg .Height -_cd )/2+_cd /2).Rotate (_gd *_ge .Pi /180).Translate (-_efc /2,-_cd /2);_efc ,_cd =_eg .Width ,_eg .Height ;if _bg !=nil {_dcg :=_gbe (_dgg ,_ab ,_gd );_dgg ,_ab =_dcg .Width ,_dcg .Height ; -};};if _cg !=0||_ed !=0{_bfg =_bfg .Translate (-_cg ,-_ed );};_ef ._aab =1.0;if _ef .OutputWidth !=0{_ba :=_efc ;if _bg !=nil {_ba =_dgg ;};_ef ._aab =float64 (_ef .OutputWidth )/_ba ;_efc ,_cd ,_dgg ,_ab =_efc *_ef ._aab ,_cd *_ef ._aab ,_dgg *_ef ._aab ,_ab *_ef ._aab ; -_bfg =_fae .ScaleMatrix (_ef ._aab ,_ef ._aab ).Mult (_bfg );};_df :=_fe .NewContext (int (_efc ),int (_cd ));if _cb :=_ef .renderPage (_df ,page ,_bfg ,skipFlattening );_cb !=nil {return nil ,_cb ;};_af :=_df .Image ();if _bg !=nil {_ce ,_aff :=(_bg .Llx -_cg )*_ef ._aab ,(_bg .Lly -_ed )*_ef ._aab ; -_faf :=_d .Rect (0,0,int (_dgg ),int (_ab ));_gdd :=_d .Pt (int (_ce ),int (_cd -_aff -_ab ));_gc :=_d .NewRGBA (_faf );_ga .Draw (_gc ,_faf ,_af ,_gdd ,_ga .Src );_af =_gc ;};return _af ,nil ;}; \ No newline at end of file +// ImageDevice is used to render PDF pages to image targets. +type ImageDevice struct{renderer ; + +// OutputWidth represents the width of the rendered images in pixels. +// The heights of the output images are calculated based on the selected +// width and the original height of each rendered page. +OutputWidth int ;};func (_bca renderer )renderPage (_dd _df .Context ,_baa *_eeb .PdfPage ,_dca _dc .Matrix ,_cbg bool )error {if !_cbg {_bda :=_eeb .FieldFlattenOpts {AnnotFilterFunc :func (_fbf *_eeb .PdfAnnotation )bool {switch _fbf .GetContext ().(type ){case *_eeb .PdfAnnotationLine :return true ; +case *_eeb .PdfAnnotationSquare :return true ;case *_eeb .PdfAnnotationCircle :return true ;case *_eeb .PdfAnnotationPolygon :return true ;case *_eeb .PdfAnnotationPolyLine :return true ;};return false ;}};_dge :=_ae .FieldAppearance {};_feb :=_baa .FlattenFieldsWithOpts (_dge ,&_bda ); +if _feb !=nil {_eec .Log .Debug ("\u0045\u0072r\u006f\u0072\u0020\u0064u\u0072\u0069n\u0067\u0020\u0061\u006e\u006e\u006f\u0074\u0061t\u0069\u006f\u006e\u0020\u0066\u006c\u0061\u0074\u0074\u0065\u006e\u0069n\u0067\u0020\u0025\u0076",_feb );};};_cd ,_ed :=_baa .GetAllContentStreams (); +if _ed !=nil {return _ed ;};if _gdf :=_dca ;!_gdf .Identity (){_cd =_fe .Sprintf ("%\u002e\u0032\u0066\u0020\u0025\u002e2\u0066\u0020\u0025\u002e\u0032\u0066 \u0025\u002e\u0032\u0066\u0020\u0025\u002e2\u0066\u0020\u0025\u002e\u0032\u0066\u0020\u0063\u006d\u0020%\u0073",_gdf [0],_gdf [1],_gdf [3],_gdf [4],_gdf [6],_gdf [7],_cd ); +};_dd .Translate (0,float64 (_dd .Height ()));_dd .Scale (1,-1);_dd .Push ();_dd .SetRGBA (1,1,1,1);_dd .DrawRectangle (0,0,float64 (_dd .Width ()),float64 (_dd .Height ()));_dd .Fill ();_dd .Pop ();_dd .SetLineWidth (1.0);_dd .SetRGBA (0,0,0,1);return _bca .renderContentStream (_dd ,_cd ,_baa .Resources ); +}; \ No newline at end of file diff --git a/sanitize/sanitize.go b/sanitize/sanitize.go index 4aedf001f..ee4080bec 100644 --- a/sanitize/sanitize.go +++ b/sanitize/sanitize.go @@ -9,24 +9,21 @@ // Use of this source code is governed by the UniDoc End User License Agreement // terms that can be accessed at https://unidoc.io/eula/ -package sanitize ;import (_f "github.com/unidoc/unipdf/v3/common";_e "github.com/unidoc/unipdf/v3/core";); +package sanitize ;import (_d "github.com/unidoc/unipdf/v3/common";_ba "github.com/unidoc/unipdf/v3/core";);func (_dba *Sanitizer )analyze (_ddd []_ba .PdfObject ){_dbc :=map[string ]int {};for _ ,_aaf :=range _ddd {switch _edb :=_aaf .(type ){case *_ba .PdfIndirectObject :_aag ,_bg :=_ba .GetDict (_edb .PdfObject ); +if _bg {if _ca ,_ge :=_ba .GetName (_aag .Get ("\u0054\u0079\u0070\u0065"));_ge &&*_ca =="\u0043a\u0074\u0061\u006c\u006f\u0067"{if _ ,_ad :=_ba .GetIndirect (_aag .Get ("\u004f\u0070\u0065\u006e\u0041\u0063\u0074\u0069\u006f\u006e"));_ad {_dbc ["\u004f\u0070\u0065\u006e\u0041\u0063\u0074\u0069\u006f\u006e"]++; +};}else if _ebb ,_bb :=_ba .GetName (_aag .Get ("\u0053"));_bb {_gee :=_ebb .String ();if _gee =="\u004a\u0061\u0076\u0061\u0053\u0063\u0072\u0069\u0070\u0074"||_gee =="\u0055\u0052\u0049"||_gee =="\u0047\u006f\u0054\u006f"||_gee =="\u0047\u006f\u0054o\u0052"||_gee =="\u004c\u0061\u0075\u006e\u0063\u0068"{_dbc [_gee ]++; +}else if _gee =="\u0052e\u006e\u0064\u0069\u0074\u0069\u006fn"{if _ ,_cg :=_ba .GetStream (_aag .Get ("\u004a\u0053"));_cg {_dbc [_gee ]++;};};}else if _adf :=_aag .Get ("\u004a\u0061\u0076\u0061\u0053\u0063\u0072\u0069\u0070\u0074");_adf !=nil {_dbc ["\u004a\u0061\u0076\u0061\u0053\u0063\u0072\u0069\u0070\u0074"]++; +}else if _eg ,_cgd :=_ba .GetIndirect (_aag .Get ("\u0050\u0061\u0072\u0065\u006e\u0074"));_cgd {if _fdg ,_fc :=_ba .GetDict (_eg .PdfObject );_fc {if _da ,_deb :=_ba .GetDict (_fdg .Get ("\u0041\u0041"));_deb {_gab :=_da .Get ("\u004b");_aff ,_afd :=_ba .GetIndirect (_gab ); +if _afd {if _egc ,_aefa :=_ba .GetDict (_aff .PdfObject );_aefa {if _ff ,_cae :=_ba .GetName (_egc .Get ("\u0053"));_cae &&*_ff =="\u004a\u0061\u0076\u0061\u0053\u0063\u0072\u0069\u0070\u0074"{_dbc ["\u004a\u0061\u0076\u0061\u0053\u0063\u0072\u0069\u0070\u0074"]++; +}else if _ ,_ecf :=_ba .GetString (_egc .Get ("\u004a\u0053"));_ecf {_dbc ["\u004a\u0061\u0076\u0061\u0053\u0063\u0072\u0069\u0070\u0074"]++;}else {_bf :=_da .Get ("\u0046");if _bf !=nil {_gafg ,_caea :=_ba .GetIndirect (_bf );if _caea {if _cc ,_gg :=_ba .GetDict (_gafg .PdfObject ); +_gg {if _eec ,_gc :=_ba .GetName (_cc .Get ("\u0053"));_gc {_cba :=_eec .String ();_dbc [_cba ]++;};};};};};};};};};};};};};_dba ._c =_dbc ;}; -// New returns a new sanitizer object. -func New (opts SanitizationOpts )*Sanitizer {return &Sanitizer {_d :opts }}; +// Sanitizer represents a sanitizer object. +// It implements the Optimizer interface to access the objects field from the writer. +type Sanitizer struct{_de SanitizationOpts ;_c map[string ]int ;}; -// GetSuspiciousObjects returns a count of each detected suspicious object. -func (_gfd *Sanitizer )GetSuspiciousObjects ()map[string ]int {return _gfd ._ec };func (_dd *Sanitizer )processObjects (_b []_e .PdfObject )([]_e .PdfObject ,error ){_ge :=[]_e .PdfObject {};_gb :=_dd ._d ;for _ ,_a :=range _b {switch _aa :=_a .(type ){case *_e .PdfIndirectObject :_ed ,_edf :=_e .GetDict (_aa ); -if _edf {if _c ,_af :=_e .GetName (_ed .Get ("\u0054\u0079\u0070\u0065"));_af &&*_c =="\u0043a\u0074\u0061\u006c\u006f\u0067"{if _ ,_ddf :=_e .GetIndirect (_ed .Get ("\u004f\u0070\u0065\u006e\u0041\u0063\u0074\u0069\u006f\u006e"));_ddf &&_gb .OpenAction {_ed .Remove ("\u004f\u0070\u0065\u006e\u0041\u0063\u0074\u0069\u006f\u006e"); -};}else if _fa ,_ba :=_e .GetName (_ed .Get ("\u0053"));_ba {switch *_fa {case "\u004a\u0061\u0076\u0061\u0053\u0063\u0072\u0069\u0070\u0074":if _gb .JavaScript {if _ca ,_bd :=_e .GetStream (_ed .Get ("\u004a\u0053"));_bd {_cc :=[]byte {};_bc ,_da :=_e .MakeStream (_cc ,nil ); -if _da ==nil {*_ca =*_bc ;};};_f .Log .Debug ("\u004a\u0061\u0076\u0061\u0073\u0063\u0072\u0069\u0070\u0074\u0020a\u0063\u0074\u0069\u006f\u006e\u0020\u0073\u006b\u0069\u0070p\u0065\u0064\u002e");continue ;};case "\u0055\u0052\u0049":if _gb .URI {_f .Log .Debug ("\u0055\u0052\u0049\u0020ac\u0074\u0069\u006f\u006e\u0020\u0073\u006b\u0069\u0070\u0070\u0065\u0064\u002e"); -continue ;};case "\u0047\u006f\u0054\u006f":if _gb .GoTo {_f .Log .Debug ("G\u004fT\u004f\u0020\u0061\u0063\u0074\u0069\u006f\u006e \u0073\u006b\u0069\u0070pe\u0064\u002e");continue ;};case "\u0047\u006f\u0054o\u0052":if _gb .GoToR {_f .Log .Debug ("R\u0065\u006d\u006f\u0074\u0065\u0020G\u006f\u0054\u004f\u0020\u0061\u0063\u0074\u0069\u006fn\u0020\u0073\u006bi\u0070p\u0065\u0064\u002e"); -continue ;};case "\u004c\u0061\u0075\u006e\u0063\u0068":if _gb .Launch {_f .Log .Debug ("\u004a\u0061\u0076\u0061\u0073\u0063\u0072\u0069\u0070\u0074\u0020a\u0063\u0074\u0069\u006f\u006e\u0020\u0073\u006b\u0069\u0070p\u0065\u0064\u002e");continue ;};case "\u0052e\u006e\u0064\u0069\u0074\u0069\u006fn":if _cf ,_bg :=_e .GetStream (_ed .Get ("\u004a\u0053")); -_bg {_bcf :=[]byte {};_bce ,_cfa :=_e .MakeStream (_bcf ,nil );if _cfa ==nil {*_cf =*_bce ;};};};}else if _gc :=_ed .Get ("\u004a\u0061\u0076\u0061\u0053\u0063\u0072\u0069\u0070\u0074");_gc !=nil &&_gb .JavaScript {continue ;}else if _bceb ,_gge :=_e .GetName (_ed .Get ("\u0054\u0079\u0070\u0065")); -_gge &&*_bceb =="\u0041\u006e\u006eo\u0074"&&_gb .JavaScript {if _gbg ,_df :=_e .GetIndirect (_ed .Get ("\u0050\u0061\u0072\u0065\u006e\u0074"));_df {if _fb ,_ac :=_e .GetDict (_gbg .PdfObject );_ac {if _ecd ,_ad :=_e .GetDict (_fb .Get ("\u0041\u0041")); -_ad {_ab ,_db :=_e .GetIndirect (_ecd .Get ("\u004b"));if _db {if _abc ,_gf :=_e .GetDict (_ab .PdfObject );_gf {if _bde ,_dg :=_e .GetName (_abc .Get ("\u0053"));_dg &&*_bde =="\u004a\u0061\u0076\u0061\u0053\u0063\u0072\u0069\u0070\u0074"{_abc .Clear (); -}else if _ff :=_ecd .Get ("\u0046");_ff !=nil {if _dc ,_bdb :=_e .GetIndirect (_ff );_bdb {if _fe ,_bdc :=_e .GetDict (_dc .PdfObject );_bdc {if _afb ,_cfc :=_e .GetName (_fe .Get ("\u0053"));_cfc &&*_afb =="\u004a\u0061\u0076\u0061\u0053\u0063\u0072\u0069\u0070\u0074"{_fe .Clear (); -};};};};};};};};};};};case *_e .PdfObjectStream :_f .Log .Debug ("\u0070d\u0066\u0020\u006f\u0062j\u0065\u0063\u0074\u0020\u0073t\u0072e\u0061m\u0020\u0074\u0079\u0070\u0065\u0020\u0025T",_aa );case *_e .PdfObjectStreams :_f .Log .Debug ("\u0070\u0064\u0066\u0020\u006f\u0062\u006a\u0065\u0063\u0074\u0020s\u0074\u0072\u0065\u0061\u006d\u0073\u0020\u0074\u0079\u0070e\u0020\u0025\u0054",_aa ); -default:_f .Log .Debug ("u\u006e\u006b\u006e\u006fwn\u0020p\u0064\u0066\u0020\u006f\u0062j\u0065\u0063\u0074\u0020\u0025\u0054",_aa );};_ge =append (_ge ,_a );};_dd .analyze (_ge );return _ge ,nil ;}; +// New returns a new sanitizer object. +func New (opts SanitizationOpts )*Sanitizer {return &Sanitizer {_de :opts }}; // SanitizationOpts specifies the objects to be removed during sanitization. type SanitizationOpts struct{ @@ -54,18 +51,21 @@ OpenAction bool ; // Launch specifies wether Launch Action should be removed. // A launch action launches an application or opens or prints a document. // 12.6.4.5 Launch Actions, PDF32000_2008. -Launch bool ;}; +Launch bool ;};func (_ee *Sanitizer )processObjects (_f []_ba .PdfObject )([]_ba .PdfObject ,error ){_dc :=[]_ba .PdfObject {};_dd :=_ee ._de ;for _ ,_fa :=range _f {switch _be :=_fa .(type ){case *_ba .PdfIndirectObject :_ecb ,_ea :=_ba .GetDict (_be ); +if _ea {if _eaf ,_bc :=_ba .GetName (_ecb .Get ("\u0054\u0079\u0070\u0065"));_bc &&*_eaf =="\u0043a\u0074\u0061\u006c\u006f\u0067"{if _ ,_ed :=_ba .GetIndirect (_ecb .Get ("\u004f\u0070\u0065\u006e\u0041\u0063\u0074\u0069\u006f\u006e"));_ed &&_dd .OpenAction {_ecb .Remove ("\u004f\u0070\u0065\u006e\u0041\u0063\u0074\u0069\u006f\u006e"); +};}else if _fd ,_a :=_ba .GetName (_ecb .Get ("\u0053"));_a {switch *_fd {case "\u004a\u0061\u0076\u0061\u0053\u0063\u0072\u0069\u0070\u0074":if _dd .JavaScript {if _cd ,_aa :=_ba .GetStream (_ecb .Get ("\u004a\u0053"));_aa {_ef :=[]byte {};_eag ,_df :=_ba .MakeStream (_ef ,nil ); +if _df ==nil {*_cd =*_eag ;};};_d .Log .Debug ("\u004a\u0061\u0076\u0061\u0073\u0063\u0072\u0069\u0070\u0074\u0020a\u0063\u0074\u0069\u006f\u006e\u0020\u0073\u006b\u0069\u0070p\u0065\u0064\u002e");continue ;};case "\u0055\u0052\u0049":if _dd .URI {_d .Log .Debug ("\u0055\u0052\u0049\u0020ac\u0074\u0069\u006f\u006e\u0020\u0073\u006b\u0069\u0070\u0070\u0065\u0064\u002e"); +continue ;};case "\u0047\u006f\u0054\u006f":if _dd .GoTo {_d .Log .Debug ("G\u004fT\u004f\u0020\u0061\u0063\u0074\u0069\u006f\u006e \u0073\u006b\u0069\u0070pe\u0064\u002e");continue ;};case "\u0047\u006f\u0054o\u0052":if _dd .GoToR {_d .Log .Debug ("R\u0065\u006d\u006f\u0074\u0065\u0020G\u006f\u0054\u004f\u0020\u0061\u0063\u0074\u0069\u006fn\u0020\u0073\u006bi\u0070p\u0065\u0064\u002e"); +continue ;};case "\u004c\u0061\u0075\u006e\u0063\u0068":if _dd .Launch {_d .Log .Debug ("\u004a\u0061\u0076\u0061\u0073\u0063\u0072\u0069\u0070\u0074\u0020a\u0063\u0074\u0069\u006f\u006e\u0020\u0073\u006b\u0069\u0070p\u0065\u0064\u002e");continue ;};case "\u0052e\u006e\u0064\u0069\u0074\u0069\u006fn":if _fb ,_ddc :=_ba .GetStream (_ecb .Get ("\u004a\u0053")); +_ddc {_cb :=[]byte {};_dea ,_eaa :=_ba .MakeStream (_cb ,nil );if _eaa ==nil {*_fb =*_dea ;};};};}else if _ag :=_ecb .Get ("\u004a\u0061\u0076\u0061\u0053\u0063\u0072\u0069\u0070\u0074");_ag !=nil &&_dd .JavaScript {continue ;}else if _fg ,_efc :=_ba .GetName (_ecb .Get ("\u0054\u0079\u0070\u0065")); +_efc &&*_fg =="\u0041\u006e\u006eo\u0074"&&_dd .JavaScript {if _ae ,_def :=_ba .GetIndirect (_ecb .Get ("\u0050\u0061\u0072\u0065\u006e\u0074"));_def {if _af ,_eef :=_ba .GetDict (_ae .PdfObject );_eef {if _db ,_g :=_ba .GetDict (_af .Get ("\u0041\u0041")); +_g {_ce ,_aef :=_ba .GetIndirect (_db .Get ("\u004b"));if _aef {if _gf ,_ga :=_ba .GetDict (_ce .PdfObject );_ga {if _eefb ,_fdc :=_ba .GetName (_gf .Get ("\u0053"));_fdc &&*_eefb =="\u004a\u0061\u0076\u0061\u0053\u0063\u0072\u0069\u0070\u0074"{_gf .Clear (); +}else if _dbb :=_db .Get ("\u0046");_dbb !=nil {if _cdb ,_cda :=_ba .GetIndirect (_dbb );_cda {if _gaf ,_efce :=_ba .GetDict (_cdb .PdfObject );_efce {if _bcb ,_cec :=_ba .GetName (_gaf .Get ("\u0053"));_cec &&*_bcb =="\u004a\u0061\u0076\u0061\u0053\u0063\u0072\u0069\u0070\u0074"{_gaf .Clear (); +};};};};};};};};};};};case *_ba .PdfObjectStream :_d .Log .Debug ("\u0070d\u0066\u0020\u006f\u0062j\u0065\u0063\u0074\u0020\u0073t\u0072e\u0061m\u0020\u0074\u0079\u0070\u0065\u0020\u0025T",_be );case *_ba .PdfObjectStreams :_d .Log .Debug ("\u0070\u0064\u0066\u0020\u006f\u0062\u006a\u0065\u0063\u0074\u0020s\u0074\u0072\u0065\u0061\u006d\u0073\u0020\u0074\u0079\u0070e\u0020\u0025\u0054",_be ); +default:_d .Log .Debug ("u\u006e\u006b\u006e\u006fwn\u0020p\u0064\u0066\u0020\u006f\u0062j\u0065\u0063\u0074\u0020\u0025\u0054",_be );};_dc =append (_dc ,_fa );};_ee .analyze (_dc );return _dc ,nil ;}; -// Sanitizer represents a sanitizer object. -// It implements the Optimizer interface to access the objects field from the writer. -type Sanitizer struct{_d SanitizationOpts ;_ec map[string ]int ;};func (_dgd *Sanitizer )analyze (_dgb []_e .PdfObject ){_fba :=map[string ]int {};for _ ,_daf :=range _dgb {switch _dbe :=_daf .(type ){case *_e .PdfIndirectObject :_gbgg ,_eeb :=_e .GetDict (_dbe .PdfObject ); -if _eeb {if _fbb ,_dca :=_e .GetName (_gbgg .Get ("\u0054\u0079\u0070\u0065"));_dca &&*_fbb =="\u0043a\u0074\u0061\u006c\u006f\u0067"{if _ ,_ae :=_e .GetIndirect (_gbgg .Get ("\u004f\u0070\u0065\u006e\u0041\u0063\u0074\u0069\u006f\u006e"));_ae {_fba ["\u004f\u0070\u0065\u006e\u0041\u0063\u0074\u0069\u006f\u006e"]++; -};}else if _fc ,_fd :=_e .GetName (_gbgg .Get ("\u0053"));_fd {_gee :=_fc .String ();if _gee =="\u004a\u0061\u0076\u0061\u0053\u0063\u0072\u0069\u0070\u0074"||_gee =="\u0055\u0052\u0049"||_gee =="\u0047\u006f\u0054\u006f"||_gee =="\u0047\u006f\u0054o\u0052"||_gee =="\u004c\u0061\u0075\u006e\u0063\u0068"{_fba [_gee ]++; -}else if _gee =="\u0052e\u006e\u0064\u0069\u0074\u0069\u006fn"{if _ ,_fg :=_e .GetStream (_gbgg .Get ("\u004a\u0053"));_fg {_fba [_gee ]++;};};}else if _geeg :=_gbgg .Get ("\u004a\u0061\u0076\u0061\u0053\u0063\u0072\u0069\u0070\u0074");_geeg !=nil {_fba ["\u004a\u0061\u0076\u0061\u0053\u0063\u0072\u0069\u0070\u0074"]++; -}else if _ce ,_cg :=_e .GetIndirect (_gbgg .Get ("\u0050\u0061\u0072\u0065\u006e\u0074"));_cg {if _ea ,_dab :=_e .GetDict (_ce .PdfObject );_dab {if _ccb ,_aeb :=_e .GetDict (_ea .Get ("\u0041\u0041"));_aeb {_gd :=_ccb .Get ("\u004b");_aag ,_aec :=_e .GetIndirect (_gd ); -if _aec {if _dff ,_abe :=_e .GetDict (_aag .PdfObject );_abe {if _ddc ,_cgb :=_e .GetName (_dff .Get ("\u0053"));_cgb &&*_ddc =="\u004a\u0061\u0076\u0061\u0053\u0063\u0072\u0069\u0070\u0074"{_fba ["\u004a\u0061\u0076\u0061\u0053\u0063\u0072\u0069\u0070\u0074"]++; -}else if _ ,_eg :=_e .GetString (_dff .Get ("\u004a\u0053"));_eg {_fba ["\u004a\u0061\u0076\u0061\u0053\u0063\u0072\u0069\u0070\u0074"]++;}else {_faa :=_ccb .Get ("\u0046");if _faa !=nil {_bgd ,_de :=_e .GetIndirect (_faa );if _de {if _bcd ,_feb :=_e .GetDict (_bgd .PdfObject ); -_feb {if _geegd ,_ag :=_e .GetName (_bcd .Get ("\u0053"));_ag {_fdd :=_geegd .String ();_fba [_fdd ]++;};};};};};};};};};};};};};_dgd ._ec =_fba ;}; +// GetSuspiciousObjects returns a count of each detected suspicious object. +func (_eeg *Sanitizer )GetSuspiciousObjects ()map[string ]int {return _eeg ._c }; // Optimize optimizes `objects` and returns updated list of objects. -func (_ee *Sanitizer )Optimize (objects []_e .PdfObject )([]_e .PdfObject ,error ){return _ee .processObjects (objects );}; \ No newline at end of file +func (_e *Sanitizer )Optimize (objects []_ba .PdfObject )([]_ba .PdfObject ,error ){return _e .processObjects (objects );}; \ No newline at end of file diff --git a/textshaping/textshaping.go b/textshaping/textshaping.go index 0bce262a8..977af1308 100644 --- a/textshaping/textshaping.go +++ b/textshaping/textshaping.go @@ -9,8 +9,8 @@ // Use of this source code is governed by the UniDoc End User License Agreement // terms that can be accessed at https://unidoc.io/eula/ -package textshaping ;import (_c "github.com/unidoc/garabic";_e "golang.org/x/text/unicode/bidi";_a "strings";); +package textshaping ;import (_eb "github.com/unidoc/garabic";_b "golang.org/x/text/unicode/bidi";_g "strings";); // ArabicShape returns shaped arabic glyphs string. -func ArabicShape (text string )(string ,error ){_bg :=_e .Paragraph {};_bg .SetString (text );_d ,_ba :=_bg .Order ();if _ba !=nil {return "",_ba ;};for _bb :=0;_bb < _d .NumRuns ();_bb ++{_be :=_d .Run (_bb );_ee :=_be .String ();if _be .Direction ()==_e .RightToLeft {var (_bgf =_c .Shape (_ee ); -_de =[]rune (_bgf );_cb =make ([]rune ,len (_de )););_g :=0;for _ed :=len (_de )-1;_ed >=0;_ed --{_cb [_g ]=_de [_ed ];_g ++;};_ee =string (_cb );text =_a .Replace (text ,_a .TrimSpace (_be .String ()),_ee ,1);};};return text ,nil ;}; \ No newline at end of file +func ArabicShape (text string )(string ,error ){_bd :=_b .Paragraph {};_bd .SetString (text );_ba ,_gd :=_bd .Order ();if _gd !=nil {return "",_gd ;};for _ed :=0;_ed < _ba .NumRuns ();_ed ++{_bda :=_ba .Run (_ed );_d :=_bda .String ();if _bda .Direction ()==_b .RightToLeft {var (_c =_eb .Shape (_d ); +_ef =[]rune (_c );_dc =make ([]rune ,len (_ef )););_cc :=0;for _gc :=len (_ef )-1;_gc >=0;_gc --{_dc [_cc ]=_ef [_gc ];_cc ++;};_d =string (_dc );text =_g .Replace (text ,_g .TrimSpace (_bda .String ()),_d ,1);};};return text ,nil ;}; \ No newline at end of file